diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..764c876
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+config/setup.py
+config/__pycache__/
+pygeoapi/
+config/manager/
+config/static/tmp/
+config/script/__pycache__/
+config/process/__pycache__/
+config/process/manager/__pycache__/
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..f288702
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ Copyright (C)
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d6ea822
--- /dev/null
+++ b/README.md
@@ -0,0 +1,42 @@
+# SOFAIR - Sensor Observations to FAIR data
+
+![SOFAIR logo](https://raw.githubusercontent.com/geosas/sofair/main/docs/images/sofair-logo.png)
+
+The SOFAIR project is an interoperable middleware designed to promote and develop the OGC SensorThings standard. It takes the form of an OGC API-compliant service integrating various functions to simplify, automate and guide the FAIRisation of temporal data. The processes are :
+* Creation of a new SensorThings instance,
+* Methods for configuring this instance,
+* Various functions to automate or simplify the supply of data to the service,
+* Connecting this service to Spatial Data Infrastructures (SDI) in terms of metadata and geographic layers,
+* Automatic generation of permalinks to viewers for displaying data from this service in cartographic or time-based portals.
+*
+![OGC Compliant](https://github.com/geosas/sofair/blob/main/docs/images/ogc-logo.png)
+
+## SOFAIR middleware sofair is at the heart of an ecosystem of services and communicates with various external interoperable modules
+
+![SOFAIR logo](https://raw.githubusercontent.com/geosas/sofair/main/docs/images/sofair-service.png)
+
+### [geOrchestra](https://www.georchestra.org/)
+Free, modular and interoperable Spatial Data Infrastructure providing Geoserver ans Geonetwork.
+
+### [FROST Server](https://www.iosb.fraunhofer.de/en/projects-and-products/frost-server.html)
+Open source implementation of OGC SensorThings API.
+
+### [STEAN](https://www.iosb.fraunhofer.de/en/projects-and-products/frost-server.html)
+Another open source implementation of OGC SensorThings API based on NodeJS
+
+### [mviewer](https://mviewer.netlify.app/fr/)
+Mapping portal with SensorThings extension.
+
+## SOFAIR provides free, independant and interoperable modules
+
+### [pygeoapi](https:/pygeoapi.io)
+Python server implementation of the OGC API suite of standards.
+
+### [Swagger](https:/swagger.io)
+Framework for generating documentation for Web APIs, based on an open source implementation of the OpenAPI specification.
+
+### [Bulma](https://bulma.io/)
+free, open source framework that provides ready-to-use frontend components that you can easily combine to build responsive web interfaces
+
+## SOFAIR portal
+![SOFAIR portal snapshot](https://raw.githubusercontent.com/geosas/sofair/main/docs/images/sofair-viewer.png)
\ No newline at end of file
diff --git a/config/data/sensorthings-metadata-iso19139.json b/config/data/sensorthings-metadata-iso19139.json
new file mode 100644
index 0000000..c0edd01
--- /dev/null
+++ b/config/data/sensorthings-metadata-iso19139.json
@@ -0,0 +1,70 @@
+{
+ "layerName": "{{layerName}}",
+ "layerNameIds" : "{{layerNameIds}}",
+ "layerType": "postgis",
+ "schemaName": "sensorthings",
+ "layerNameDb": "{{layerNameDb}}",
+ "theGeomName": "geometry",
+ "dataType": "quanti",
+ "workspace": "sensorthings",
+ "storeIds": "sensorthings_store",
+ "layerTitle": "{{layerTitle}}",
+ "nativeCrs": 4326,
+ "metadata" : {
+ "uuid": "{{uuid}}",
+ "metadataTitle": "{{metadataTitle}}",
+ "creationDate": "{{creationDate}}",
+ "abstract": "{{abstract}}",
+ "lineage": "Cette couche a été générée automatiquement à partir du service OGC SensorThings {{url_sta}}",
+ "spatialRepresentationType": "vector",
+ "spatialResolution": 10000,
+ "legalUseLimitation": null,
+ "accessConstraint": null,
+ "useConstraint": "Usage libre sous réserve des mentions obligatoires sur tout docume nt de diffusion : Source : UMR 1069 SAS INRAE - Institut Agro",
+ "otherConstraint": "Pas de restriction d’accès public",
+ "uniqueIdentifier": null,
+ "licence": "La licence qui s'applique pour la réutilisation de cette carte est la « Licence Ouverte / Open License » Etalab, version 2.0",
+"licenceUrl": "https://www.etalab.gouv.fr/wp-content/uploads/2017/04/ETALAB-Licence-Ouverte-v2.0.pdf",
+ "onlineResources": [
+ {
+ "resourceURL": "-",
+ "resourceProtocol": "OGC:WMS",
+ "resourceName": "{{layerNameIds}}",
+ "resourceDescription": "",
+ "ordre": 1
+ },
+ {
+ "resourceURL": "{{url_sta}}",
+ "resourceProtocol": "WWW:LINK-1.0-http--link",
+ "resourceName": "Service SensorThings",
+ "resourceDescription": "Service OGC SensorTings The resource description",
+ "ordre": 2
+ }
+ ],
+ "author": [
+ {
+ "author": "{{author}}",
+ "affiliation": "INRAE, Institut Agro, SAS, 35042, Rennes, France"
+ }
+ ],
+ "inspireTheme": "Installations de suivi environnemental",
+ "keywords": [
+ {
+ "keyword": "données ouvertes",
+ "keywordtype": "theme"
+ },
+ {
+ "keyword": "série temporelle",
+ "keywordtype": "theme"
+ }
+ ],
+ "resourcePoc": {
+ "organisationName": "UMR 1069 SAS INRAE - Institut Agro",
+ "deliveryPoint": "65 rue de Saint-Brieuc",
+ "city": "Rennes",
+ "postalCode": "35042",
+ "country": "France",
+ "electronicMailAddress": "geosas_adm@framalistes.org"
+ }
+ }
+}
diff --git a/config/how_to.txt b/config/how_to.txt
new file mode 100755
index 0000000..d04a41d
--- /dev/null
+++ b/config/how_to.txt
@@ -0,0 +1,33 @@
+#install pygeoapi
+
+python3 -m venv pygeoapi
+cd pygeoapi
+. bin/activate
+git clone https://github.com/geopython/pygeoapi.git
+cd pygeoapi
+pip3 install -r requirements.txt
+python3 setup.py install
+
+#install sofair
+########################
+which pip
+pip install -r requirements.txt
+
+
+#activate sofair
+#############################
+
+rm -R /usr/local/sofair-dev/pygeoapi/lib/python3.7/site-packages/pygeoapi-0.16.dev0-py3.7.egg/pygeoapi/process
+rm /usr/local/sofair-dev/pygeoapi/lib/python3.7/site-packages/pygeoapi-0.16.dev0-py3.7.egg/pygeoapi/plugin.py
+
+
+ln -s /usr/local/sofair-dev/config/plugin.py /usr/local/sofair-dev/pygeoapi/lib/python3.7/site-packages/pygeoapi-0.16.dev0-py3.7.egg/pygeoapi/plugin.py
+ln -s /usr/local/sofair-dev/config/process /usr/local/sofair-dev/pygeoapi/lib/python3.7/site-packages/pygeoapi-0.16.dev0-py3.7.egg/pygeoapi/process
+
+mkdir /usr/local/sofair-dev/config/static/tmp
+
+source /usr/local/sofair-dev/pygeoapi/bin/activate
+export PYGEOAPI_CONFIG=/usr/local/sofair-dev/config/sofair-config.yml
+export PYGEOAPI_OPENAPI=/usr/local/sofair-dev/config/sofair-openapi.yml
+
+pygeoapi openapi generate $PYGEOAPI_CONFIG > $PYGEOAPI_OPENAPI
diff --git a/config/mainPage.py b/config/mainPage.py
new file mode 100644
index 0000000..0e89a88
--- /dev/null
+++ b/config/mainPage.py
@@ -0,0 +1,342 @@
+from flask import Blueprint, render_template, request, jsonify
+import json
+from werkzeug.utils import secure_filename
+import os
+import requests
+import json
+from time import sleep
+from setup import confLoading
+config = confLoading()
+
+ALLOWED_EXTENSIONS = {'xlsx','csv'}
+
+def allowed_file(filename):
+ return '.' in filename and filename.rsplit('.', 1)[1].lower() in ALLOWED_EXTENSIONS
+
+main = Blueprint('main', __name__)
+
+@main.route('/')
+def index():
+ """
+ page d'accueil
+
+ :returns: template
+ """
+ print("connexion SOFair index")
+
+ with open(confLoading().pathStatic+"json/STAInstances.json", encoding='utf-8') as json_src: #mettre dans la config le chemin
+ baseJsonST = json.load(json_src)
+ baseJsonST=baseJsonST['instances']
+
+ with open(confLoading().pathStatic+"json/dico_jinja.json",'r', encoding='utf-8') as dico_template:
+ dict_metadata=json.load( dico_template)
+
+ return render_template('index.html',baseJsonST= baseJsonST, dict_metadata = dict_metadata)
+
+
+@main.route('/home')
+def home():
+ """
+ page d'accueil
+
+ :returns: template
+ """
+ print("connexion SOFair index")
+
+ with open(confLoading().pathStatic+"json/STAInstances.json", encoding='utf-8') as json_src: #mettre dans la config le chemin
+ baseJsonST = json.load(json_src)
+ baseJsonST=baseJsonST['instances']
+
+ with open(confLoading().pathStatic+"json/dico_jinja.json",'r', encoding='utf-8') as dico_template:
+ dict_metadata=json.load( dico_template)
+
+ return render_template('index.html',baseJsonST= baseJsonST, dict_metadata = dict_metadata)
+
+@main.route('/creation-instance')
+def instance():
+ """
+ page creation instance
+
+ :returns: template
+ """
+ print("connexion creation-instance")
+ return render_template('creationInstance.html')
+
+@main.route('/configure')
+def configure():
+ """
+ page config
+
+ :returns: template
+ """
+ print("connexion configure")
+ return render_template('creationInstance.html')
+
+@main.route('/publication')
+def publication():
+ """
+ page publication
+
+ :returns: template
+ """
+ print("connexion publication")
+ return render_template('creationInstance.html')
+
+@main.route('/ids')
+def ids():
+ """
+ page ids
+
+ :returns: template
+ """
+ print("connexion ids")
+ return render_template('creationInstance.html')
+
+@main.route('/viewer')
+def viewer():
+ """
+ page viewer
+
+ :returns: template
+ """
+ print("connexion viewer")
+ return render_template('creationInstance.html')
+
+@main.route('/STARecords')
+def STARecords():
+ """
+ Fiche sta
+
+ :returns: template
+ """
+ print("Fiche STARecords")
+ with open(confLoading().pathStatic+"json/STAInstances_v2.json", encoding='utf-8') as json_src: #mettre dans la config le chemin
+ baseJsonST = json.load(json_src)
+ baseJsonST=baseJsonST['instances']
+ return render_template('STARecords.html',baseJsonST= baseJsonST)
+
+@main.route('/dashboard')
+def dashboard():
+ """
+ Fiche sta
+
+ :returns: template
+ """
+ print("Fiche dashboard")
+ with open(confLoading().pathStatic+"json/STAInstances_v2.json", encoding='utf-8') as json_src: #mettre dans la config le chemin
+ baseJsonST = json.load(json_src)
+ baseJsonST=baseJsonST['instances']
+
+ return render_template('dashboard.html',baseJsonST= baseJsonST)
+
+@main.route('/create-instance')
+def createinstance():
+ """
+ Fiche sta
+
+ :returns: template
+ """
+ print("Fiche create-instance")
+ with open(confLoading().pathStatic+"json/APIServices.json", encoding='utf-8') as json_src: #mettre dans la config le chemin
+ baseAPIServices = json.load(json_src)
+ baseAPIServices=baseAPIServices['APIServices']
+
+ return render_template('create-instance.html',baseAPIServices= baseAPIServices)
+
+@main.route('/configure-instance-tom')
+def createinstancetom():
+ """
+ Fiche sta
+
+ :returns: template
+ """
+ print("Fiche create-instance-tom")
+ with open(confLoading().pathStatic+"json/STAInstances_v2.json", encoding='utf-8') as json_src: #mettre dans la config le chemin
+ baseJsonST = json.load(json_src)
+ baseJsonST=baseJsonST['instances']
+
+ return render_template('configure-instance-tom.html',baseJsonST= baseJsonST)
+
+@main.route('/upload_config', methods=['POST'])
+def upload_config():
+ print('fichier recu check en cours')
+ #récupère le fichier config xlsx et l'envoie l'appel de l'api sofair de création de config
+ if 'file' not in request.files:
+ return jsonify({"etat":"erreur","texte":"pas de fichier envoyé (erreur 1)"})
+ file = request.files['file']
+ # If the user does not select a file, the browser submits an
+ # empty file without a filename.
+ if file.filename == '':
+ return jsonify({"etat":"erreur","texte":"pas de fichier envoyé (erreur 2)"})
+ if file and allowed_file(file.filename):
+ filename = secure_filename(file.filename)
+ file.save(os.path.join(confLoading().pathStatic+"xlsx/config_upload", filename))
+ print('check ok fichier save')
+ json_data = json.dumps({
+ "inputs":{
+ "config_xlsx":filename
+ },"mode": "async","response":"document"
+ })
+ print('post api ')
+ r=requests.post(url=config.url_sofair_api+'processes/create-config-xlsx/execution',
+ headers= {'Content-Type': 'application/json'},data=json_data)
+ if r.status_code in [200,201]:
+ print('post api ok en cours de trt')
+ location_I=r.headers['Location']+"?f=json"
+ location_R=r.headers['Location']+"/results?f=json"
+
+ r=requests.get(url=location_I)
+ if r.json()['status'] == 'failed':
+ return jsonify( {"etat":"erreur", "api_response":r.json()})
+
+
+ z=0
+ while r.json()['progress'] != 100:
+ r=requests.get(url=location_I)
+ sleep(4)
+ z+=1
+ if z==10:
+ break
+
+ if r.json()['progress'] == 100:
+ r=requests.get(url=location_R)
+ print('trt fini')
+ print(r.json()['response'])
+
+ if r.json()['response'] == 'création terminée !':
+ return jsonify({"etat":"ok", "api_response":r.json()})
+ else:
+ return jsonify({"etat":"erreur", "api_response":r.json()})
+ else:
+ return jsonify({"etat":"erreur", "api_response":r.json()})
+
+
+
+@main.route('/configure-instance')
+def configureinstance():
+ """
+ Fiche sta
+
+ :returns: template
+ """
+ print("Fiche configure-instance")
+ with open(confLoading().pathStatic+"json/STAInstances_v2.json", encoding='utf-8') as json_src: #mettre dans la config le chemin
+ baseJsonST = json.load(json_src)
+ baseJsonST=baseJsonST['instances']
+
+ with open(confLoading().pathStatic+"json/configExamples.json", encoding='utf-8') as json_src: #mettre dans la config le chemin
+ configExamples = json.load(json_src)
+ configExamples=configExamples['examples']
+
+ return render_template('configure-instance.html',configExamples = configExamples,baseJsonST= baseJsonST)
+
+@main.route('/upload-data')
+def uploaddata():
+ """
+ Fiche sta
+
+ :returns: template
+ """
+ print("Fiche upload-data")
+ with open(confLoading().pathStatic+"json/STAInstances_v2.json", encoding='utf-8') as json_src: #mettre dans la config le chemin
+ baseJsonST = json.load(json_src)
+ baseJsonST=baseJsonST['instances']
+
+ with open(confLoading().pathStatic+"json/dataExamples.json", encoding='utf-8') as json_src: #mettre dans la config le chemin
+ dataExamples = json.load(json_src)
+ dataExamples=dataExamples['examples']
+
+ return render_template('upload-data.html',dataExamples = dataExamples,baseJsonST= baseJsonST)
+
+@main.route('/upload_data_file', methods=['POST'])
+def upload_data_file():
+
+ print('fichier recu check en cours')
+ #récupère le fichier config xlsx et l'envoie l'appel de l'api sofair de création de config
+ if 'file' not in request.files:
+ return jsonify({"etat":"erreur","texte":"pas de fichier envoyé (erreur 1)"})
+ file = request.files['file']
+ # If the user does not select a file, the browser submits an
+ # empty file without a filename.
+ if file.filename == '':
+ return jsonify({"etat":"erreur","texte":"pas de fichier envoyé (erreur 2)"})
+ if file and allowed_file(file.filename):
+ filename = secure_filename(file.filename)
+ file.save(os.path.join(confLoading().pathStatic+"xlsx/data", filename))
+ print('check ok fichier save')
+ print(file.filename)
+
+
+
+ json_data = json.dumps({
+ "inputs":{
+ "data_file":filename,
+ "mode":'large',
+ "colonne_date": "date",
+ "format_date": "%Y%m%d",
+
+ },"mode": "async","response":"document"
+ })
+
+ print('post api ')
+ r=requests.post(url=config.url_sofair_api+'processes/post-observations/execution',
+ headers= {'Content-Type': 'application/json'},data=json_data)
+
+ if r.status_code in [200,201]:
+ print('post api ok en cours de trt')
+ location_I=r.headers['Location']+"?f=json"
+ location_R=r.headers['Location']+"/results?f=json"
+
+ r=requests.get(url=location_I)
+ if r.json()['status'] == 'failed':
+ return jsonify( {"etat":"erreur", "api_response":r.json()})
+
+
+ z=0
+ while r.json()['progress'] != 100:
+ r=requests.get(url=location_I)
+ sleep(4)
+ z+=1
+ if z==10:
+ break
+
+ if r.json()['progress'] == 100:
+ r=requests.get(url=location_R)
+ print('trt fini')
+ print(r.json()['response'])
+
+ if r.json()['response'] == 'import des data terminé !':
+ return jsonify({"etat":"ok", "api_response":r.json()})
+ else:
+ return jsonify({"etat":"erreur", "api_response":r.json()})
+ else:
+ return jsonify({"etat":"erreur", "api_response":r.json()})
+
+
+@main.route('/create-metadata-and-layer')
+def createmetadata():
+ """
+ Fiche sta
+
+ :returns: template
+ """
+ print("Fiche create-metadata-and-layer")
+ with open(confLoading().pathStatic+"json/STAInstances_v2.json", encoding='utf-8') as json_src: #mettre dans la config le chemin
+ baseJsonST = json.load(json_src)
+ baseJsonST=baseJsonST['instances']
+
+ return render_template('create-metadata-and-layer.html',baseJsonST= baseJsonST)
+
+@main.route('/create-viewer')
+def createviewer():
+ """
+ Fiche sta
+
+ :returns: template
+ """
+ print("Page create-viewer")
+ with open(confLoading().pathStatic+"json/STAInstances_v2.json", encoding='utf-8') as json_src: #mettre dans la config le chemin
+ baseJsonST = json.load(json_src)
+ baseJsonST=baseJsonST['instances']
+
+ return render_template('create-viewer.html',baseJsonST= baseJsonST)
diff --git a/config/plugin.py b/config/plugin.py
new file mode 100755
index 0000000..294d126
--- /dev/null
+++ b/config/plugin.py
@@ -0,0 +1,126 @@
+# =================================================================
+#
+# Authors: Tom Kralidis
+#
+# Copyright (c) 2023 Tom Kralidis
+#
+# Permission is hereby granted, free of charge, to any person
+# obtaining a copy of this software and associated documentation
+# files (the "Software"), to deal in the Software without
+# restriction, including without limitation the rights to use,
+# copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the
+# Software is furnished to do so, subject to the following
+# conditions:
+#
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+# OTHER DEALINGS IN THE SOFTWARE.
+#
+# =================================================================
+"""Plugin loader"""
+
+import importlib
+import logging
+from typing import Any
+
+LOGGER = logging.getLogger(__name__)
+
+#: Loads provider plugins to be used by pygeoapi,\
+#: formatters and processes available
+PLUGINS = {
+ 'provider': {
+ 'AzureBlobStorage': 'pygeoapi.provider.azure_.AzureBlobStorageProvider', # noqa
+ 'CSV': 'pygeoapi.provider.csv_.CSVProvider',
+ 'Elasticsearch': 'pygeoapi.provider.elasticsearch_.ElasticsearchProvider', # noqa
+ 'ElasticsearchCatalogue': 'pygeoapi.provider.elasticsearch_.ElasticsearchCatalogueProvider', # noqa
+ 'ERDDAPTabledap': 'pygeoapi.provider.erddap.TabledapProvider',
+ 'ESRI': 'pygeoapi.provider.esri.ESRIServiceProvider',
+ 'FileSystem': 'pygeoapi.provider.filesystem.FileSystemProvider',
+ 'GeoJSON': 'pygeoapi.provider.geojson.GeoJSONProvider',
+ 'Hateoas': 'pygeoapi.provider.hateoas.HateoasProvider',
+ 'MapScript': 'pygeoapi.provider.mapscript_.MapScriptProvider',
+ 'MongoDB': 'pygeoapi.provider.mongo.MongoProvider',
+ 'MVT': 'pygeoapi.provider.mvt.MVTProvider',
+ 'OGR': 'pygeoapi.provider.ogr.OGRProvider',
+ 'PostgreSQL': 'pygeoapi.provider.postgresql.PostgreSQLProvider',
+ 'rasterio': 'pygeoapi.provider.rasterio_.RasterioProvider',
+ 'SensorThings': 'pygeoapi.provider.sensorthings.SensorThingsProvider',
+ 'SQLiteGPKG': 'pygeoapi.provider.sqlite.SQLiteGPKGProvider',
+ 'Socrata': 'pygeoapi.provider.socrata.SODAServiceProvider',
+ 'TinyDBCatalogue': 'pygeoapi.provider.tinydb_.TinyDBCatalogueProvider',
+ 'WMSFacade': 'pygeoapi.provider.wms_facade.WMSFacadeProvider',
+ 'xarray': 'pygeoapi.provider.xarray_.XarrayProvider',
+ 'xarray-edr': 'pygeoapi.provider.xarray_edr.XarrayEDRProvider'
+ },
+ 'formatter': {
+ 'CSV': 'pygeoapi.formatter.csv_.CSVFormatter'
+ },
+ 'process': {
+ 'create-sta': 'pygeoapi.process.createSTA.createSTAProcessor',
+ 'create-viewer': 'pygeoapi.process.createViewer.createViewerProcessor',
+ 'create-config-xlsx':'pygeoapi.process.createConfigXLSX.createConfigXLSXProcessor',
+ 'post-observations':'pygeoapi.process.postObservations.postObservationsProcessor',
+ 'sta-to-sdi':'pygeoapi.process.STAToSDI.STAToSDIProcessor'
+
+ },
+ 'process_manager': {
+ 'Dummy': 'pygeoapi.process.manager.dummy.DummyManager',
+ 'MongoDB': 'pygeoapi.process.manager.mongodb_.MongoDBManager',
+ 'TinyDB': 'pygeoapi.process.manager.tinydb_.TinyDBManager'
+ }
+}
+
+
+def load_plugin(plugin_type: str, plugin_def: dict) -> Any:
+ """
+ loads plugin by name
+
+ :param plugin_type: type of plugin (provider, formatter)
+ :param plugin_def: plugin definition
+
+ :returns: plugin object
+ """
+
+ name = plugin_def['name']
+
+ if plugin_type not in PLUGINS.keys():
+ msg = f'Plugin type {plugin_type} not found'
+ LOGGER.exception(msg)
+ raise InvalidPluginError(msg)
+
+ plugin_list = PLUGINS[plugin_type]
+
+ LOGGER.debug(f'Plugins: {plugin_list}')
+
+ if '.' not in name and name not in plugin_list.keys():
+ msg = f'Plugin {name} not found'
+ LOGGER.exception(msg)
+ raise InvalidPluginError(msg)
+
+ if '.' in name: # dotted path
+ packagename, classname = name.rsplit('.', 1)
+ else: # core formatter
+ packagename, classname = plugin_list[name].rsplit('.', 1)
+
+ LOGGER.debug(f'package name: {packagename}')
+ LOGGER.debug(f'class name: {classname}')
+
+ module = importlib.import_module(packagename)
+ class_ = getattr(module, classname)
+ plugin = class_(plugin_def)
+
+ return plugin
+
+
+class InvalidPluginError(Exception):
+ """Invalid plugin"""
+ pass
diff --git a/config/process/STAToSDI.py b/config/process/STAToSDI.py
new file mode 100755
index 0000000..fcb041b
--- /dev/null
+++ b/config/process/STAToSDI.py
@@ -0,0 +1,287 @@
+import logging
+import requests
+import json
+import requests
+import json
+import geopandas as gpd
+from sqlalchemy import create_engine
+import io
+from jinja2 import Environment, FileSystemLoader
+import uuid
+import datetime
+import os
+from pygeoapi.process.base import BaseProcessor, ProcessorExecuteError
+import sys
+
+from .setupProcess import confProcess
+sys.path.insert(1, confProcess().pathWd)
+from setup import confLoading
+config = confLoading()
+
+
+LOGGER = logging.getLogger(__name__)
+
+#: Process metadata and description
+PROCESS_METADATA = {
+ 'version': '0.2.0',
+ 'id': 'sta_to_sdi',
+ 'title': {
+ 'en': 'Publishes a SensorThings service in an IDG',
+ 'fr': 'Publie un service SensorThings dans une IDG'
+ },
+ 'description': {
+ 'en': 'This process publishes INPIRE-compliant layer and metadata from a SensorThings service to a Spatial Data Infrastructure.',
+ 'fr': 'Cette fonction publie dans une Infrastructure de Données Géographiques (IDG) une couche et une métadonnée à partir d\'un service SensorThings.',
+ },
+ 'keywords': ['SensorThings', 'SDI', 'INSPIRE'],
+ 'links': [{
+ 'type': 'text/html',
+ 'rel': 'about',
+ 'title': 'information',
+ 'href': 'https://example.org/process',
+ 'hreflang': 'en-US'
+ }],
+ 'inputs': {
+ 'url_st': {
+ 'title': 'url_st',
+ 'description': 'url du service sensorthing',
+ 'schema': {
+ 'type': 'string'
+ },
+ 'minOccurs': 1,
+ 'maxOccurs': 1,
+ 'metadata': None,
+ 'keywords': ['message']
+ },
+ 'abstract': {
+ 'title': 'abstract',
+ 'description': 'abstract pour les métadonnées',
+ 'schema': {
+ 'type': 'string'
+ },
+ 'minOccurs': 1,
+ 'maxOccurs': 1,
+ 'metadata': None,
+ 'keywords': ['message']
+ },
+ 'author': {
+ 'title': 'author',
+ 'description': 'auteur de la couche',
+ 'schema': {
+ 'type': 'string'
+ },
+ 'minOccurs': 1,
+ 'maxOccurs': 1,
+ 'metadata': None,
+ 'keywords': ['message']
+ },
+ 'geoserver_title': {
+ 'title': 'geoserver_title',
+ 'description': 'Titre de la futur couche dans geoserver',
+ 'schema': {
+ 'type': 'string'
+ },
+ 'minOccurs': 1,
+ 'maxOccurs': 1,
+ 'metadata': None,
+ 'keywords': ['message']
+ }
+ },
+ 'outputs': {
+ 'response': {
+ 'title': 'Log de creation',
+ 'description': 'Informe de la creation ou non de la couche',
+ 'schema': {
+ 'type': 'object',
+ 'contentMediaType': 'application/json'
+ }
+ }
+ },
+ 'example': {
+ 'inputs': {
+ 'url_st': 'https://api.geosas.fr/onde/v1.0/',
+ }
+ }
+}
+
+def downloadST(url_serveur):
+ r=requests.get(url=url_serveur)
+ print(r.status_code)
+ things_agri=r.json()['value']
+ while '@iot.nextLink' in r.json() :
+ print("get nextlink")
+ r=requests.get(r.json()['@iot.nextLink'])
+ things_agri= things_agri+ r.json()['value']
+ return things_agri
+
+def create_geojson(data, urlSt):
+ my_dict={ "type": "FeatureCollection","features":[]}
+
+ for i in data:
+ try:
+ i['Locations'][0]['location']['geometry']
+ #print("bon format")
+ loc=i['Locations'][0]['location']
+ except:
+ print("pas le bon format, repare geom")
+ loc={}
+ loc['type']='Feature'
+ loc['geometry']={
+ 'type': i['Locations'][0]['location']['type'],
+ 'coordinates': i['Locations'][0]['location']['coordinates']
+ }
+ url_thing= "%sThings(%s)" % (urlSt,i['@iot.id'] )
+ loc['properties']={'id':i['@iot.id'],'name':i['name'],'description':i['description'],'thingsUrl':url_thing}
+
+ my_dict["features"].append(loc)
+
+ json_string = json.dumps(my_dict)
+ f = io.StringIO(json_string)
+ return f
+
+def publie_couche(pg_table,service_url, workspace, name_entrepot,auth_x):
+
+ print("active couche %s" % pg_table)
+ headers_x = {'Content-Type': 'text/xml'}
+ data_x="{}".format(pg_table)
+ url_x="{}/rest/workspaces/{}/datastores/{}/featuretypes".format(
+ service_url, workspace, name_entrepot)
+
+ r = requests.post(url=url_x, headers=headers_x, auth=auth_x, data=data_x)
+ print(str(r.status_code))
+ print(r.text)
+ print("creation couche %s finish" % pg_table)
+ return r.status_code,r.text
+
+def publie_couche_metadonnee(abstract, author, pg_table, titre_geoserver, url_sta):
+ print('publication geoserver et geonetwork')
+ print('creation json')
+ try:
+ dico_jinja={
+ "layerName": pg_table,
+ "layerNameIds" : pg_table,
+ "layerNameDb": pg_table,
+ "theGeomName": "geometry",
+ "workspace": "sensorthings",
+ "storeIds": "sensorthings store",
+ "layerTitle": titre_geoserver,
+ "uuid": str(uuid.uuid4()),
+ "metadataTitle": titre_geoserver,
+ "creationDate": datetime.datetime.now().strftime('%Y-%m-%d'),
+ "abstract": abstract,
+ "url_sta": url_sta,
+ "author": author
+ }
+
+ environment = Environment(loader=FileSystemLoader(config.pathData[:-1]))
+ template = environment.get_template("sensorthings-metadata-iso19139.json")
+
+ filename = "/data/2ids/2ids_metadata/json/"+pg_table+".json"
+ content = template.render(**dico_jinja)
+ with open(filename, mode="w", encoding="utf-8") as message:
+ message.write(content)
+ print('publish by 2ids')
+ a=os.system("/usr/local/bin/2ids publish %s" %(pg_table))
+
+ print(a)
+ if a==0:
+ return 201
+ else:
+ return "erreur publication métadonnées"
+ except Exception as e:
+ print(e)
+ return e
+
+
+
+
+
+class STAToSDIProcessor(BaseProcessor):
+ """Test STAToSDI Processor"""
+
+ def __init__(self, processor_def):
+ """
+ Initialize object
+
+ :param processor_def: provider definition
+
+ :returns: pygeoapi.process.STAToSDI.STAToSDIProcessor
+ """
+
+ super().__init__(processor_def, PROCESS_METADATA)
+
+
+
+ def execute(self, data):
+ print("ok st go")
+
+ mimetype = 'application/json'
+
+ url_st = data.get('url_st', None)
+ if url_st is None:
+ outputs = {
+ 'response': "Cannot process without a url_st"
+ }
+ return mimetype, outputs
+ #raise ProcessorExecuteError('Cannot process without a url_st')
+ abstract = data.get('abstract', None)
+ author = data.get('author', None)
+ titre_geoserver = data.get('geoserver_title', None)
+
+ #download data
+ print("download data from ST")
+ try:
+ data=downloadST(url_st+"Things?$top=2000&$select=name,description,id&$expand=Locations($select=location),Datastreams($select=name,Observations)")
+ except:
+ outputs = {
+ 'response': "Impossible de télécharger les Things, erreur dans l'url ou côté serveur ST : %s" % (url_st)
+ }
+ return mimetype, outputs
+
+ #creation couche vecteur
+ print("create vector")
+ try:
+ couche=create_geojson(data, url_st)
+ station=gpd.read_file(couche)
+ station=station.set_crs('EPSG:4326')
+ except:
+ outputs = {'response':"Impossible de créer les géometries sources, verifier le format des géométrie du serveur ST conforme à l'url du standard",
+ "url standard":"https://docs.ogc.org/is/18-088/18-088.html#location"
+ }
+ return mimetype, outputs
+
+ #publish PSQL
+ print("create engine")
+ db = create_engine(config.conn_string)
+ pg_table=url_st.split('/')[-3]
+ print("publish PSQL")
+ try:
+ station.to_postgis(pg_table, con=db, if_exists='replace',schema='sensorthings')
+ except:
+ outputs ={'response':"impossible de créer la couche dans la BDD"}
+ return mimetype, outputs
+
+ db.dispose()
+ print("dispose and close engine")
+ #publish geoserver
+ print("publish geoserver")
+ #retour,retour_txt=publie_couche(pg_table,config.service_url, config.workspace, config.name_entrepot, config.auth_x)
+
+ retour = publie_couche_metadonnee(abstract, author, pg_table, titre_geoserver, url_st)
+
+
+ if retour==201:
+ outputs = {
+ 'response': "c'est ok la couche est publiée",
+ 'url_info':'%s/%s/wms?service=wms&request=DescribeLayer&layers=%s&version=1.1.1&outputFormat=application/json' % (config.service_url,config.workspace,pg_table)
+ }
+ else:
+ outputs = {
+ 'response': "erreur de publicationr",
+ 'retour du serveur':retour
+ }
+
+ return mimetype, outputs
+
+ def __repr__(self):
+ return ' {}'.format(self.name)
diff --git a/config/process/__init__.py b/config/process/__init__.py
new file mode 100755
index 0000000..5aa5832
--- /dev/null
+++ b/config/process/__init__.py
@@ -0,0 +1,30 @@
+# =================================================================
+#
+# Authors: Tom Kralidis
+#
+# Copyright (c) 2019 Tom Kralidis
+#
+# Permission is hereby granted, free of charge, to any person
+# obtaining a copy of this software and associated documentation
+# files (the "Software"), to deal in the Software without
+# restriction, including without limitation the rights to use,
+# copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the
+# Software is furnished to do so, subject to the following
+# conditions:
+#
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+# OTHER DEALINGS IN THE SOFTWARE.
+#
+# =================================================================
+
+"""OGC process package, each process is an independent module"""
diff --git a/config/process/base.py b/config/process/base.py
new file mode 100755
index 0000000..3d681f5
--- /dev/null
+++ b/config/process/base.py
@@ -0,0 +1,94 @@
+# =================================================================
+#
+# Authors: Tom Kralidis
+#
+# Copyright (c) 2022 Tom Kralidis
+#
+# Permission is hereby granted, free of charge, to any person
+# obtaining a copy of this software and associated documentation
+# files (the "Software"), to deal in the Software without
+# restriction, including without limitation the rights to use,
+# copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the
+# Software is furnished to do so, subject to the following
+# conditions:
+#
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+# OTHER DEALINGS IN THE SOFTWARE.
+#
+# =================================================================
+
+import logging
+from typing import Any, Tuple
+
+LOGGER = logging.getLogger(__name__)
+
+
+class BaseProcessor:
+ """generic Processor ABC. Processes are inherited from this class"""
+
+ def __init__(self, processor_def: dict, process_metadata: dict):
+ """
+ Initialize object
+
+ :param processor_def: processor definition
+ :param process_metadata: process metadata `dict`
+
+ :returns: pygeoapi.processor.base.BaseProvider
+ """
+ self.name = processor_def['name']
+ self.metadata = process_metadata
+
+ def execute(self, data: dict) -> Tuple[str, Any]:
+ """
+ execute the process
+
+ :param data: Dict with the input data that the process needs in order
+ to execute
+
+ :returns: tuple of MIME type and process response
+ """
+
+ raise NotImplementedError()
+
+ def __repr__(self):
+ return f' {self.name}'
+
+
+class ProcessorGenericError(Exception):
+ """processor generic error"""
+ pass
+
+
+class ProcessorExecuteError(ProcessorGenericError):
+ """query / backend error"""
+ pass
+
+
+class JobError(Exception):
+ pass
+
+
+class JobNotFoundError(JobError):
+ pass
+
+
+class JobResultNotFoundError(JobError):
+ pass
+
+
+class ProcessError(Exception):
+ pass
+
+
+class UnknownProcessError(ProcessError):
+ pass
diff --git a/config/process/createConfigXLSX.py b/config/process/createConfigXLSX.py
new file mode 100755
index 0000000..4a6388a
--- /dev/null
+++ b/config/process/createConfigXLSX.py
@@ -0,0 +1,127 @@
+import logging
+import requests
+import json
+import requests
+import json
+import geopandas as gpd
+from sqlalchemy import create_engine
+import io
+from jinja2 import Environment, FileSystemLoader
+import uuid
+import datetime
+import os
+from pygeoapi.process.base import BaseProcessor, ProcessorExecuteError
+import sys
+
+from .setupProcess import confProcess
+sys.path.insert(1, confProcess().pathWd)
+from setup import confLoading
+config = confLoading()
+sys.path.insert(1, config.pathScript)
+import autoST
+
+
+
+LOGGER = logging.getLogger(__name__)
+
+#: Process metadata and description
+PROCESS_METADATA = {
+ 'version': '0.2.0',
+ 'id': 'create-config-xlsx',
+ 'title': {
+ 'en': 'Setting up the sensorthings service',
+ 'fr': 'Configuration du service SensorThings'
+ },
+ 'description': {
+ 'en': 'This function uploads an XLSX file to create the various objects in the SensorThings service: Things, Sensors, Observed Properties, Locations, Features Of Interest and Datastreams.',
+ 'fr': 'Cette fonction permet d\'uploader un fichier XLSX afin de créer les différents objets du service SensorThings : Things, Sensors, Observed Properties, Locations, Features Of Interest et Datastreams.',
+ },
+ 'keywords': ['SensorThings','setup'],
+ 'links': [{
+ 'type': 'text/html',
+ 'rel': 'about',
+ 'title': 'information',
+ 'href': 'https://example.org/process',
+ 'hreflang': 'en-US'
+ }],
+ 'inputs': {
+ 'name_config_xlsx': {
+ 'title': 'name_config_xlsx',
+ 'description': 'Nom du fichier de config xlsx complété',
+ 'schema': {
+ 'type': 'text/plain'
+ },
+ 'minOccurs': 1,
+ 'maxOccurs': 1,
+ 'metadata': None,
+ 'keywords': ['message']
+ }
+ },
+ 'outputs': {
+ 'response': {
+ 'title': 'Log de creation',
+ 'description': 'Informe de la creation ou non de la cnfig',
+ 'schema': {
+ 'type': 'object',
+ 'contentMediaType': 'application/json'
+ }
+ }
+ },
+ 'example': {
+ 'inputs': {
+ 'config_xlsx': 'aghrys_sensorthings.xlsx',
+ }
+ }
+}
+
+
+
+
+
+class createConfigXLSXProcessor(BaseProcessor):
+ """Test creationConfigXLSX Processor"""
+
+ def __init__(self, processor_def):
+ """
+ Initialize object
+
+ :param processor_def: provider definition
+
+ :returns: pygeoapi.process.createConfigXLSX.createConfigXLSXProcessor
+ """
+
+ super().__init__(processor_def, PROCESS_METADATA)
+
+
+
+ def execute(self, data):
+ print("ok st go")
+
+ mimetype = 'application/json'
+
+ config_xlsx = data.get('config_xlsx', None)
+ if config_xlsx is None:
+ outputs = {
+ 'response': "Cannot process without a xlsx path"
+ }
+ return mimetype, outputs
+ #raise ProcessorExecuteError('Cannot process without a url_st')
+
+
+ path_config=os.path.join(config.dir_xlsx, config_xlsx)
+ print("start création config",path_config)
+
+ #try:
+ retour=autoST.main(path_config, config.username, config.password)
+ outputs = {
+ 'response': retour
+ }
+ #except:
+ # outputs = {
+ # 'response': "erreur inconnu"
+ # }
+
+ return mimetype, outputs
+
+ def __repr__(self):
+ return ' {}'.format(self.name)
diff --git a/config/process/createSTA.py b/config/process/createSTA.py
new file mode 100755
index 0000000..41e1506
--- /dev/null
+++ b/config/process/createSTA.py
@@ -0,0 +1,148 @@
+# =================================================================
+#
+# Authors: Tom Kralidis
+#
+# Copyright (c) 2022 Tom Kralidis
+#
+# Permission is hereby granted, free of charge, to any person
+# obtaining a copy of this software and associated documentation
+# files (the "Software"), to deal in the Software without
+# restriction, including without limitation the rights to use,
+# copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the
+# Software is furnished to do so, subject to the following
+# conditions:
+#
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+# OTHER DEALINGS IN THE SOFTWARE.
+#
+# =================================================================
+
+import logging
+import sys
+from pygeoapi.process.base import BaseProcessor, ProcessorExecuteError
+sys.path.insert(1, "/usr/local/sofair-dev/config/script")
+import createSTA
+
+
+LOGGER = logging.getLogger(__name__)
+
+#: Process metadata and description
+PROCESS_METADATA = {
+ 'version': '0.1',
+ 'id': 'create-sta',
+ 'title': {
+ 'en': 'SensorThings API creation',
+ 'fr': 'Création d\'instance SensorThings'
+ },
+ 'description': {
+ 'en': 'This function allows you to create a new instance of a SensorThings service that is immediately accessible online.',
+ 'fr': 'Cette fonction permet la création d\'une nouvelle instance d\'un service SensorThings immédiatement accessible en ligne.',
+ },
+ 'keywords': ['OGC', 'sensorthings', 'STA'],
+ 'links': [{
+ 'type': 'text/html',
+ 'rel': 'about',
+ 'title': 'information',
+ 'href': 'https://geosas.fr/sofair',
+ 'hreflang': 'en-US'
+ }],
+ 'inputs': {
+ 'name': {
+ 'title': 'Nom',
+ 'description': 'L\'identifiant de votre instance sensorthings sans accent, ni espace ',
+ 'schema': {
+ 'type': 'string'
+ },
+ 'minOccurs': 1,
+ 'maxOccurs': 1,
+ 'metadata': None, # TODO how to use?
+ 'keywords': ['identifiant', 'nom']
+ },
+ 'description': {
+ 'title': 'Description',
+ 'description': 'Description de votre instance sensorthings sans accent, ni espace ',
+ 'schema': {
+ 'type': 'string'
+ },
+ 'minOccurs': 1,
+ 'maxOccurs': 1,
+ 'metadata': None, # TODO how to use?
+ 'keywords': ['description', 'résumé']
+ },
+ 'author': {
+ 'title': 'Auteur',
+ 'description': 'Nom de la personne qui crée l\'instance',
+ 'schema': {
+ 'type': 'string'
+ },
+ 'minOccurs': 0,
+ 'maxOccurs': 1,
+ 'metadata': None,
+ 'keywords': ['nom']
+ }
+ },
+ 'outputs': {
+ 'STAUrl': {
+ 'title': 'STAUrl',
+ 'description': 'l\'URL de l\'instance SensorThings créée',
+ 'schema': {
+ 'type': 'string'
+ }
+ }
+ },
+ 'example': {
+ 'inputs': {
+ 'name': 'agrhys',
+ 'description': 'Observatoire de recherche en environnement AgrHyS',
+ 'author': 'Christophe Geneste'
+ }
+ }
+}
+
+
+class createSTAProcessor(BaseProcessor):
+ """Create STA example"""
+
+ def __init__(self, processor_def):
+ """
+ Initialize object
+
+ :param processor_def: provider definition
+
+ :returns: pygeoapi.process.createSTA.createSTAProcessor
+ """
+
+ super().__init__(processor_def, PROCESS_METADATA)
+
+ def execute(self, data):
+
+ mimetype = 'application/json'
+ name = data.get('name')
+ description = data.get('description')
+ author = data.get('author')
+
+ if name is None:
+ raise ProcessorExecuteError('Cannot process without a name')
+
+ createSTA.main (name,description,author)
+# value = retour.strip()
+ STAUrl = f'https://frost.geosas.fr/{name}/'.strip()
+
+ outputs = {
+ 'STAUrl': STAUrl
+ }
+
+ return mimetype, outputs
+
+ def __repr__(self):
+ return f' {self.name}'
diff --git a/config/process/createViewer.py b/config/process/createViewer.py
new file mode 100755
index 0000000..e35ca27
--- /dev/null
+++ b/config/process/createViewer.py
@@ -0,0 +1,125 @@
+import logging
+from pygeoapi.process.base import BaseProcessor, ProcessorExecuteError
+import datetime
+import sys
+from pathlib import Path
+
+from .setupProcess import confProcess
+sys.path.insert(1, confProcess().pathWd)
+from setup import confLoading
+config = confLoading()
+sys.path.insert(1, config.pathScript)
+import viewerConfiguration
+
+
+LOGGER = logging.getLogger(__name__)
+
+#utiliser ce logger
+
+#: Process metadata and description
+PROCESS_METADATA = {
+ 'version': '0.2.0',
+ 'id': 'create-viewer',
+ 'title': {
+ 'en': 'Create SensorThings geographic portal',
+ 'fr': 'Création d un visualiseur SensorThings'
+ },
+ 'description': {
+ 'en': 'This function automatically generates a URL pointing to a map portal displaying chronicles of observations from the SensorThings service provided.',
+ 'fr': 'Cette fonction génère automatiquement une URL qui pointe vers un portail cartographique proposant la visualisation des chroniques des observations du service SensorThings fourni.'
+ },
+ 'keywords': ['mviewer', 'sensorthings', 'STA'],
+ 'links': [{
+ 'type': 'text/html',
+ 'rel': 'about',
+ 'title': 'information',
+ 'href': 'https://geosas.fr/sofair',
+ 'hreflang': 'fr-FR'
+ }],
+ 'inputs': {
+ 'url_sensorthings': {
+ 'title': 'url STA',
+ 'description': 'url du service Sensorthings',
+ 'schema': {
+ 'type': 'string'
+ },
+ 'minOccurs': 1,
+ 'maxOccurs': 1,
+ 'metadata': None,
+ 'keywords': ['message']
+ }
+ },
+ 'outputs': {
+ 'url_mviewer': {
+ 'title': 'url viewer',
+ 'description': 'Url du mviewer',
+ 'schema': {
+ 'type': 'string'
+ },
+ },
+ 'url_config': {
+ 'title': 'url config',
+ 'description': 'Url du fichier de configuration du mviewer',
+ 'schema': {
+ 'type': 'string'
+ },
+ }
+ },
+ 'example': {
+ 'inputs': {
+ 'url_sensorthings': 'https://api.geosas.fr/wsci/v1.0/'
+ }
+ }
+}
+
+class createViewerProcessor(BaseProcessor):
+ """createViewer Processor"""
+
+ def __init__(self, processor_def):
+ """
+ Initialize object
+
+ :param processor_def: provider definition
+
+ :returns: pygeoapi.process.createViewer.createViewerProcessor
+ """
+
+ super().__init__(processor_def, PROCESS_METADATA)
+
+ def execute(self, data):
+ print("ok createViewer go")
+
+ mimetype = 'application/json'
+ url_sensorthings = data.get('url_sensorthings', None)
+
+
+ if url_sensorthings is None:
+ outputs = {
+ 'response': "Cannot process without a STA url"
+ }
+ return mimetype, outputs
+ #raise ProcessorExecuteError('Cannot process without a url_st')
+
+ #download data
+ print("Start process")
+
+ idprocess= datetime.datetime.now().strftime("%y%m%d_%H%M%S%f")
+
+ url_mviewer, url_config = viewerConfiguration.main(url_sensorthings, config)
+
+ if url_mviewer !='failed':
+ outputs = {
+ 'url_mviewer': url_mviewer,
+ 'url_config': url_config
+ }
+
+ else:
+
+ outputs = {
+ 'response': "failed"
+ }
+
+ return mimetype, outputs
+
+ def __repr__(self):
+ return ' {}'.format(self.name)
diff --git a/config/process/manager/__init__.py b/config/process/manager/__init__.py
new file mode 100755
index 0000000..2019a54
--- /dev/null
+++ b/config/process/manager/__init__.py
@@ -0,0 +1,63 @@
+# =================================================================
+#
+# Authors: Tom Kralidis
+# Ricardo Garcia Silva
+#
+# Copyright (c) 2019 Tom Kralidis
+# (c) 2023 Ricardo Garcia Silva
+#
+# Permission is hereby granted, free of charge, to any person
+# obtaining a copy of this software and associated documentation
+# files (the "Software"), to deal in the Software without
+# restriction, including without limitation the rights to use,
+# copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the
+# Software is furnished to do so, subject to the following
+# conditions:
+#
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+# OTHER DEALINGS IN THE SOFTWARE.
+#
+# =================================================================
+
+import logging
+from typing import Dict
+
+from pygeoapi.plugin import load_plugin
+from pygeoapi.process.manager.base import BaseManager
+
+LOGGER = logging.getLogger(__name__)
+
+
+def get_manager(config: Dict) -> BaseManager:
+ """Instantiate process manager from the supplied configuration.
+
+ :param config: pygeoapi configuration
+
+ :returns: The pygeoapi process manager object
+ """
+ manager_conf = config.get('server', {}).get(
+ 'manager',
+ {
+ 'name': 'Dummy',
+ 'connection': None,
+ 'output_dir': None
+ }
+ )
+ processes_conf = {}
+ for id_, resource_conf in config.get('resources', {}).items():
+ if resource_conf.get('type') == 'process':
+ processes_conf[id_] = resource_conf
+ manager_conf['processes'] = processes_conf
+ if manager_conf.get('name') == 'Dummy':
+ LOGGER.info('Starting dummy manager')
+ return load_plugin('process_manager', manager_conf)
diff --git a/config/process/manager/base.py b/config/process/manager/base.py
new file mode 100755
index 0000000..d0d7824
--- /dev/null
+++ b/config/process/manager/base.py
@@ -0,0 +1,397 @@
+# =================================================================
+#
+# Authors: Tom Kralidis
+# Ricardo Garcia Silva
+#
+# Copyright (c) 2022 Tom Kralidis
+# (c) 2023 Ricardo Garcia Silva
+#
+# Permission is hereby granted, free of charge, to any person
+# obtaining a copy of this software and associated documentation
+# files (the "Software"), to deal in the Software without
+# restriction, including without limitation the rights to use,
+# copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the
+# Software is furnished to do so, subject to the following
+# conditions:
+#
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+# OTHER DEALINGS IN THE SOFTWARE.
+#
+# =================================================================
+
+import collections
+from datetime import datetime
+import json
+import logging
+from multiprocessing import dummy
+from pathlib import Path
+from typing import Any, Dict, Tuple, Optional, OrderedDict
+import uuid
+
+from pygeoapi.plugin import load_plugin
+from pygeoapi.process.base import (
+ BaseProcessor,
+ JobNotFoundError,
+ JobResultNotFoundError,
+ UnknownProcessError,
+)
+from pygeoapi.util import (
+ DATETIME_FORMAT,
+ JobStatus,
+ ProcessExecutionMode,
+ RequestedProcessExecutionMode,
+)
+
+LOGGER = logging.getLogger(__name__)
+
+
+class BaseManager:
+ """generic Manager ABC"""
+ processes: OrderedDict[str, Dict]
+
+ def __init__(self, manager_def: dict):
+ """
+ Initialize object
+
+ :param manager_def: manager definition
+
+ :returns: `pygeoapi.process.manager.base.BaseManager`
+ """
+
+ self.name = manager_def['name']
+ self.is_async = False
+ self.connection = manager_def.get('connection')
+ self.output_dir = manager_def.get('output_dir')
+
+ if self.output_dir is not None:
+ self.output_dir = Path(self.output_dir)
+
+ # Note: There are two different things named OrderedDict here - one
+ # is coming from typing.OrderedDict (type annotation), the other is
+ # coming from collections.OrderedDict (actual type we want to use here)
+ # - this will not be needed anymore when pygeoapi moves to requiring
+ # Python 3.9 as the minimum supported Python version
+ self.processes = collections.OrderedDict()
+ for id_, process_conf in manager_def.get('processes', {}).items():
+ self.processes[id_] = dict(process_conf)
+
+ def get_processor(self, process_id: str) -> Optional[BaseProcessor]:
+ """Instantiate a processor.
+
+ :param process_id: Identifier of the process
+
+ :raise UnknownProcessError: if the processor cannot be created
+ :returns: instance of the processor
+ """
+
+ try:
+ process_conf = self.processes[process_id]
+ except KeyError as err:
+ raise UnknownProcessError('Invalid process identifier') from err
+ else:
+ return load_plugin('process', process_conf['processor'])
+
+ def get_jobs(self, status: JobStatus = None) -> list:
+ """
+ Get process jobs, optionally filtered by status
+
+ :param status: job status (accepted, running, successful,
+ failed, results) (default is all)
+
+ :returns: `list` of jobs (identifier, status, process identifier)
+ """
+
+ raise NotImplementedError()
+
+ def add_job(self, job_metadata: dict) -> str:
+ """
+ Add a job
+
+ :param job_metadata: `dict` of job metadata
+
+ :returns: `str` added job identifier
+ """
+
+ raise NotImplementedError()
+
+ def update_job(self, job_id: str, update_dict: dict) -> bool:
+ """
+ Updates a job
+
+ :param job_id: job identifier
+ :param update_dict: `dict` of property updates
+
+ :returns: `bool` of status result
+ """
+
+ raise NotImplementedError()
+
+ def get_job(self, job_id: str) -> dict:
+ """
+ Get a job (!)
+
+ :param job_id: job identifier
+
+ :raises: JobNotFoundError: if the job_id does not correspond to a
+ known job
+ :returns: `dict` of job result
+ """
+
+ raise JobNotFoundError()
+
+ def get_job_result(self, job_id: str) -> Tuple[str, Any]:
+ """
+ Returns the actual output from a completed process
+
+ :param job_id: job identifier
+
+ :raises: JobNotFoundError: if the job_id does not correspond to a
+ known job
+ :raises: JobResultNotFoundError: if the job-related result cannot
+ be returned
+ :returns: `tuple` of mimetype and raw output
+ """
+
+ raise JobResultNotFoundError()
+
+ def delete_job(self, job_id: str) -> bool:
+ """
+ Deletes a job and associated results/outputs
+
+ :param job_id: job identifier
+
+ :raises: JobNotFoundError: if the job_id does not correspond to a
+ known job
+ :returns: `bool` of status result
+ """
+
+ raise JobNotFoundError()
+
+ def _execute_handler_async(self, p: BaseProcessor, job_id: str,
+ data_dict: dict) -> Tuple[str, None, JobStatus]:
+ """
+ This private execution handler executes a process in a background
+ thread using `multiprocessing.dummy`
+
+ https://docs.python.org/3/library/multiprocessing.html#module-multiprocessing.dummy # noqa
+
+ :param p: `pygeoapi.process` object
+ :param job_id: job identifier
+ :param data_dict: `dict` of data parameters
+
+ :returns: tuple of None (i.e. initial response payload)
+ and JobStatus.accepted (i.e. initial job status)
+ """
+ _process = dummy.Process(
+ target=self._execute_handler_sync,
+ args=(p, job_id, data_dict)
+ )
+ _process.start()
+ return 'application/json', None, JobStatus.accepted
+
+ def _execute_handler_sync(self, p: BaseProcessor, job_id: str,
+ data_dict: dict) -> Tuple[str, Any, JobStatus]:
+ """
+ Synchronous execution handler
+
+ If the manager has defined `output_dir`, then the result
+ will be written to disk
+ output store. There is no clean-up of old process outputs.
+
+ :param p: `pygeoapi.process` object
+ :param job_id: job identifier
+ :param data_dict: `dict` of data parameters
+
+ :returns: tuple of MIME type, response payload and status
+ """
+
+ process_id = p.metadata['id']
+ current_status = JobStatus.accepted
+
+ job_metadata = {
+ 'identifier': job_id,
+ 'process_id': process_id,
+ 'job_start_datetime': datetime.utcnow().strftime(
+ DATETIME_FORMAT),
+ 'job_end_datetime': None,
+ 'status': current_status.value,
+ 'location': None,
+ 'mimetype': None,
+ 'message': 'Job accepted and ready for execution',
+ 'progress': 5
+ }
+
+ self.add_job(job_metadata)
+
+ try:
+ if self.output_dir is not None:
+ filename = f"{p.metadata['id']}-{job_id}"
+ job_filename = self.output_dir / filename
+ else:
+ job_filename = None
+
+ current_status = JobStatus.running
+ jfmt, outputs = p.execute(data_dict)
+
+ self.update_job(job_id, {
+ 'status': current_status.value,
+ 'message': 'Writing job output',
+ 'progress': 95
+ })
+
+ if self.output_dir is not None:
+ LOGGER.debug(f'writing output to {job_filename}')
+ if isinstance(outputs, dict):
+ mode = 'w'
+ data = json.dumps(outputs, sort_keys=True, indent=4)
+ encoding = 'utf-8'
+ elif isinstance(outputs, bytes):
+ mode = 'wb'
+ data = outputs
+ encoding = None
+ with job_filename.open(mode=mode, encoding=encoding) as fh:
+ fh.write(data)
+
+ current_status = JobStatus.successful
+
+ job_update_metadata = {
+ 'job_end_datetime': datetime.utcnow().strftime(
+ DATETIME_FORMAT),
+ 'status': current_status.value,
+ 'location': str(job_filename),
+ 'mimetype': jfmt,
+ 'message': 'Job complete',
+ 'progress': 100
+ }
+
+ self.update_job(job_id, job_update_metadata)
+
+ except Exception as err:
+ # TODO assess correct exception type and description to help users
+ # NOTE, the /results endpoint should return the error HTTP status
+ # for jobs that failed, ths specification says that failing jobs
+ # must still be able to be retrieved with their error message
+ # intact, and the correct HTTP error status at the /results
+ # endpoint, even if the /result endpoint correctly returns the
+ # failure information (i.e. what one might assume is a 200
+ # response).
+
+ current_status = JobStatus.failed
+ code = 'InvalidParameterValue'
+ outputs = {
+ 'code': code,
+ 'description': 'Error updating job'
+ }
+ LOGGER.error(err)
+ job_metadata = {
+ 'job_end_datetime': datetime.utcnow().strftime(
+ DATETIME_FORMAT),
+ 'status': current_status.value,
+ 'location': None,
+ 'mimetype': None,
+ 'message': f'{code}: {outputs["description"]}'
+ }
+
+ jfmt = 'application/json'
+
+ self.update_job(job_id, job_metadata)
+
+ return jfmt, outputs, current_status
+
+ def execute_process(
+ self,
+ process_id: str,
+ data_dict: dict,
+ execution_mode: Optional[RequestedProcessExecutionMode] = None
+ ) -> Tuple[str, Any, JobStatus, Optional[Dict[str, str]]]:
+ """
+ Default process execution handler
+
+ :param process_id: process identifier
+ :param data_dict: `dict` of data parameters
+ :param execution_mode: `str` optionally specifying sync or async
+ processing.
+
+ :raises: UnknownProcessError if the input process_id does not
+ correspond to a known process
+ :returns: tuple of job_id, MIME type, response payload, status and
+ optionally additional HTTP headers to include in the final
+ response
+ """
+
+ job_id = str(uuid.uuid1())
+ processor = self.get_processor(process_id)
+ if execution_mode == RequestedProcessExecutionMode.respond_async:
+ job_control_options = processor.metadata.get(
+ 'jobControlOptions', [])
+ # client wants async - do we support it?
+ process_supports_async = (
+ ProcessExecutionMode.async_execute.value in job_control_options
+ )
+ if self.is_async and process_supports_async:
+ LOGGER.debug('Asynchronous execution')
+ handler = self._execute_handler_async
+ response_headers = {
+ 'Preference-Applied': (
+ RequestedProcessExecutionMode.respond_async.value)
+ }
+ else:
+ LOGGER.debug('Synchronous execution')
+ handler = self._execute_handler_sync
+ response_headers = {
+ 'Preference-Applied': (
+ RequestedProcessExecutionMode.wait.value)
+ }
+ elif execution_mode == RequestedProcessExecutionMode.wait:
+ # client wants sync - pygeoapi implicitly supports sync mode
+ LOGGER.debug('Synchronous execution')
+ handler = self._execute_handler_sync
+ response_headers = {
+ 'Preference-Applied': RequestedProcessExecutionMode.wait.value}
+ else: # client has no preference
+ # according to OAPI - Processes spec we ought to respond with sync
+ LOGGER.debug('Synchronous execution')
+ handler = self._execute_handler_sync
+ response_headers = None
+ # TODO: handler's response could also be allowed to include more HTTP
+ # headers
+ mime_type, outputs, status = handler(processor, job_id, data_dict)
+ return job_id, mime_type, outputs, status, response_headers
+
+ def __repr__(self):
+ return f' {self.name}'
+
+
+def get_manager(config: Dict) -> BaseManager:
+ """Instantiate process manager from the supplied configuration.
+
+ :param config: pygeoapi configuration
+
+ :returns: The pygeoapi process manager object
+ """
+ manager_conf = config.get('server', {}).get(
+ 'manager',
+ {
+ 'name': 'Dummy',
+ 'connection': None,
+ 'output_dir': None
+ }
+ )
+ processes_conf = {}
+ for id_, resource_conf in config.get('resources', {}).items():
+ if resource_conf.get('type') == 'process':
+ processes_conf[id_] = resource_conf
+ manager_conf['processes'] = processes_conf
+ if manager_conf.get('name') == 'Dummy':
+ LOGGER.info('Starting dummy manager')
+ return load_plugin('process_manager', manager_conf)
diff --git a/config/process/manager/dummy.py b/config/process/manager/dummy.py
new file mode 100755
index 0000000..7372faf
--- /dev/null
+++ b/config/process/manager/dummy.py
@@ -0,0 +1,112 @@
+# =================================================================
+#
+# Authors: Tom Kralidis
+#
+# Copyright (c) 2022 Tom Kralidis
+#
+# Permission is hereby granted, free of charge, to any person
+# obtaining a copy of this software and associated documentation
+# files (the "Software"), to deal in the Software without
+# restriction, including without limitation the rights to use,
+# copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the
+# Software is furnished to do so, subject to the following
+# conditions:
+#
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+# OTHER DEALINGS IN THE SOFTWARE.
+#
+# =================================================================
+
+import logging
+from typing import Any, Dict, Optional, Tuple
+import uuid
+
+from pygeoapi.process.manager.base import BaseManager
+from pygeoapi.util import (
+ RequestedProcessExecutionMode,
+ JobStatus,
+)
+
+LOGGER = logging.getLogger(__name__)
+
+
+class DummyManager(BaseManager):
+ """generic Manager ABC"""
+
+ def __init__(self, manager_def: dict):
+ """
+ Initialize object
+
+ :param manager_def: manager definition
+
+ :returns: `pygeoapi.process.manager.base.BaseManager`
+ """
+
+ super().__init__(manager_def)
+
+ def get_jobs(self, status: JobStatus = None) -> list:
+ """
+ Get process jobs, optionally filtered by status
+
+ :param status: job status (accepted, running, successful,
+ failed, results) (default is all)
+
+ :returns: `list` of jobs (identifier, status, process identifier)
+ """
+
+ return []
+
+ def execute_process(
+ self,
+ process_id: str,
+ data_dict: dict,
+ execution_mode: Optional[RequestedProcessExecutionMode] = None
+ ) -> Tuple[str, str, Any, JobStatus, Optional[Dict[str, str]]]:
+ """
+ Default process execution handler
+
+ :param process_id: process identifier
+ :param data_dict: `dict` of data parameters
+ :param execution_mode: requested execution mode
+
+ :returns: tuple of job_id, MIME type, response payload, status and
+ optionally additional HTTP headers to include in the
+ response
+ """
+
+ jfmt = 'application/json'
+
+ response_headers = None
+ if execution_mode is not None:
+ response_headers = {
+ 'Preference-Applied': RequestedProcessExecutionMode.wait.value}
+ if execution_mode == RequestedProcessExecutionMode.respond_async:
+ LOGGER.debug('Dummy manager does not support asynchronous')
+ LOGGER.debug('Forcing synchronous execution')
+
+ processor = self.get_processor(process_id)
+ try:
+ jfmt, outputs = processor.execute(data_dict)
+ current_status = JobStatus.successful
+ except Exception as err:
+ outputs = {
+ 'code': 'InvalidParameterValue',
+ 'description': 'Error updating job'
+ }
+ current_status = JobStatus.failed
+ LOGGER.error(err)
+ job_id = str(uuid.uuid1())
+ return job_id, jfmt, outputs, current_status, response_headers
+
+ def __repr__(self):
+ return f' {self.name}'
diff --git a/config/process/manager/mongodb_.py b/config/process/manager/mongodb_.py
new file mode 100755
index 0000000..7e26aa7
--- /dev/null
+++ b/config/process/manager/mongodb_.py
@@ -0,0 +1,160 @@
+# =================================================================
+#
+# Authors: Alexander Pilz
+#
+# Copyright (c) 2023 Alexander Pilz
+#
+# Permission is hereby granted, free of charge, to any person
+# obtaining a copy of this software and associated documentation
+# files (the "Software"), to deal in the Software without
+# restriction, including without limitation the rights to use,
+# copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the
+# Software is furnished to do so, subject to the following
+# conditions:
+#
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+# OTHER DEALINGS IN THE SOFTWARE.
+#
+# =================================================================
+import json
+import logging
+import traceback
+
+from pymongo import MongoClient
+
+from pygeoapi.process.base import (
+ JobNotFoundError,
+ JobResultNotFoundError,
+)
+from pygeoapi.process.manager.base import BaseManager
+
+LOGGER = logging.getLogger(__name__)
+
+
+class MongoDBManager(BaseManager):
+ def __init__(self, manager_def):
+ super().__init__(manager_def)
+ self.is_async = True
+
+ def _connect(self):
+ try:
+ client = MongoClient(self.connection)
+ self.db = client
+ LOGGER.info("JOBMANAGER - MongoDB connected")
+ return True
+ except Exception:
+ self.destroy()
+ LOGGER.error("JOBMANAGER - connect error",
+ exc_info=(traceback))
+ return False
+
+ def destroy(self):
+ try:
+ self.db.close()
+ LOGGER.info("JOBMANAGER - MongoDB disconnected")
+ return True
+ except Exception:
+ self.destroy()
+ LOGGER.error("JOBMANAGER - destroy error",
+ exc_info=(traceback))
+ return False
+
+ def get_jobs(self, status=None):
+ try:
+ self._connect()
+ database = self.db.job_manager_pygeoapi
+ collection = database.jobs
+ if status is not None:
+ jobs = list(collection.find({}, {"status": status}))
+ else:
+ jobs = list(collection.find({}))
+ LOGGER.info("JOBMANAGER - MongoDB jobs queried")
+ return jobs
+ except Exception:
+ LOGGER.error("JOBMANAGER - get_jobs error",
+ exc_info=(traceback))
+ return False
+
+ def add_job(self, job_metadata):
+ try:
+ self._connect()
+ database = self.db.job_manager_pygeoapi
+ collection = database.jobs
+ doc_id = collection.insert_one(job_metadata)
+ LOGGER.info("JOBMANAGER - MongoDB job added")
+ return doc_id
+ except Exception:
+ LOGGER.error("JOBMANAGER - add_job error",
+ exc_info=(traceback))
+ return False
+
+ def update_job(self, job_id, update_dict):
+ try:
+ self._connect()
+ database = self.db.job_manager_pygeoapi
+ collection = database.jobs
+ entry = collection.find_one({"identifier": job_id})
+ collection.update_one(entry, {"$set": update_dict})
+ LOGGER.info("JOBMANAGER - MongoDB job updated")
+ return True
+ except Exception:
+ LOGGER.error("JOBMANAGER - MongoDB update_job error",
+ exc_info=(traceback))
+ return False
+
+ def delete_job(self, job_id):
+ try:
+ self._connect()
+ database = self.db.job_manager_pygeoapi
+ collection = database.jobs
+ collection.delete_one({"identifier": job_id})
+ LOGGER.info("JOBMANAGER - MongoDB job deleted")
+ return True
+ except Exception:
+ LOGGER.error("JOBMANAGER - MongoDB delete_job error",
+ exc_info=(traceback))
+ return False
+
+ def get_job(self, job_id):
+ try:
+ self._connect()
+ database = self.db.job_manager_pygeoapi
+ collection = database.jobs
+ entry = collection.find_one({"identifier": job_id})
+ LOGGER.info("JOBMANAGER - MongoDB job queried")
+ return entry
+ except Exception as err:
+ LOGGER.error("JOBMANAGER - MongoDB get_job error",
+ exc_info=(traceback))
+ raise JobNotFoundError() from err
+
+ def get_job_result(self, job_id):
+ try:
+ self._connect()
+ database = self.db.job_manager_pygeoapi
+ collection = database.jobs
+ entry = collection.find_one({"identifier": job_id})
+ if entry["status"] != "successful":
+ LOGGER.info("JOBMANAGER - job not finished or failed")
+ return (None,)
+ with open(entry["location"], "r") as file:
+ data = json.load(file)
+ LOGGER.info("JOBMANAGER - MongoDB job result queried")
+ return entry["mimetype"], data
+ except Exception as err:
+ LOGGER.error("JOBMANAGER - MongoDB get_job_result error",
+ exc_info=(traceback))
+ raise JobResultNotFoundError() from err
+
+ def __repr__(self):
+ return f' {self.name}'
diff --git a/config/process/manager/tinydb_.py b/config/process/manager/tinydb_.py
new file mode 100755
index 0000000..c55b791
--- /dev/null
+++ b/config/process/manager/tinydb_.py
@@ -0,0 +1,206 @@
+# =================================================================
+#
+# Authors: Tom Kralidis
+#
+# Copyright (c) 2022 Tom Kralidis
+#
+# Permission is hereby granted, free of charge, to any person
+# obtaining a copy of this software and associated documentation
+# files (the "Software"), to deal in the Software without
+# restriction, including without limitation the rights to use,
+# copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the
+# Software is furnished to do so, subject to the following
+# conditions:
+#
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+# OTHER DEALINGS IN THE SOFTWARE.
+#
+# =================================================================
+
+
+from contextlib import contextmanager
+import json
+import logging
+from pathlib import Path
+from typing import Any, Tuple
+
+import tinydb
+from filelock import FileLock
+
+from pygeoapi.process.base import (
+ JobNotFoundError,
+ JobResultNotFoundError,
+)
+from pygeoapi.process.manager.base import BaseManager
+from pygeoapi.util import JobStatus
+
+LOGGER = logging.getLogger(__name__)
+
+
+class TinyDBManager(BaseManager):
+ """TinyDB Manager"""
+
+ def __init__(self, manager_def: dict):
+ """
+ Initialize object
+
+ :param manager_def: manager definition
+
+ :returns: `pygeoapi.process.manager.base.BaseManager`
+ """
+
+ super().__init__(manager_def)
+ self.is_async = True
+
+ @contextmanager
+ def _db(self):
+ self.lock = FileLock(f"{self.connection}.lock")
+ with self.lock:
+ with tinydb.TinyDB(self.connection) as db:
+ yield db
+
+ def destroy(self) -> bool:
+ """
+ Destroy manager
+
+ :returns: `bool` status of result
+ """
+
+ with self._db as db:
+ db.purge()
+
+ return True
+
+ def get_jobs(self, status: JobStatus = None) -> list:
+ """
+ Get jobs
+
+ :param status: job status (accepted, running, successful,
+ failed, results) (default is all)
+
+ :returns: 'list` of jobs (identifier, status, process identifier)
+ """
+
+ with self._db() as db:
+ jobs_list = db.all()
+
+ return jobs_list
+
+ def add_job(self, job_metadata: dict) -> str:
+ """
+ Add a job
+
+ :param job_metadata: `dict` of job metadata
+
+ :returns: identifier of added job
+ """
+
+ with self._db() as db:
+ doc_id = db.insert(job_metadata)
+
+ return doc_id # noqa
+
+ def update_job(self, job_id: str, update_dict: dict) -> bool:
+ """
+ Updates a job
+
+ :param job_id: job identifier
+ :param update_dict: `dict` of property updates
+
+ :returns: `bool` of status result
+ """
+
+ with self._db() as db:
+ db.update(update_dict, tinydb.where('identifier') == job_id)
+
+ return True
+
+ def delete_job(self, job_id: str) -> bool:
+ """
+ Deletes a job
+
+ :param job_id: job identifier
+
+ :raises: JobNotFoundError: if the job_id does not correspond to a
+ known job
+ :return `bool` of status result
+ """
+ # delete result file if present
+ job_result = self.get_job(job_id)
+ location = job_result.get('location')
+ if location and self.output_dir is not None:
+ Path(location).unlink()
+
+ with self._db() as db:
+ removed = bool(db.remove(tinydb.where('identifier') == job_id))
+
+ return removed
+
+ def get_job(self, job_id: str) -> dict:
+ """
+ Get a single job
+
+ :param job_id: job identifier
+
+ :raises: JobNotFoundError: if the job_id does not correspond to a
+ known job
+ :returns: `dict` # `pygeoapi.process.manager.Job`
+ """
+
+ query = tinydb.Query()
+ with self._db() as db:
+ found = db.search(query.identifier == job_id)
+ if found is not None:
+ try:
+ return found[0]
+ except IndexError:
+ raise JobNotFoundError()
+ else:
+ raise JobNotFoundError()
+
+ def get_job_result(self, job_id: str) -> Tuple[str, Any]:
+ """
+ Get a job's status, and actual output of executing the process
+
+ :param job_id: job identifier
+
+ :raises: JobNotFoundError: if the job_id does not correspond to a
+ known job
+ :raises: JobResultNotFoundError: if the job-related result cannot
+ be returned
+ :returns: `tuple` of mimetype and raw output
+ """
+
+ job_result = self.get_job(job_id)
+ location = job_result.get('location')
+ mimetype = job_result.get('mimetype')
+ job_status = JobStatus[job_result['status']]
+
+ if not job_status == JobStatus.successful:
+ # Job is incomplete
+ return (None,)
+ if not location:
+ LOGGER.warning(f'job {job_id!r} - unknown result location')
+ raise JobResultNotFoundError()
+ else:
+ try:
+ location = Path(location)
+ with location.open('r', encoding='utf-8') as filehandler:
+ result = json.load(filehandler)
+ except (TypeError, FileNotFoundError, json.JSONDecodeError):
+ raise JobResultNotFoundError()
+ else:
+ return mimetype, result
+
+ def __repr__(self):
+ return f' {self.name}'
diff --git a/config/process/postObservations.py b/config/process/postObservations.py
new file mode 100755
index 0000000..6c8b4b8
--- /dev/null
+++ b/config/process/postObservations.py
@@ -0,0 +1,161 @@
+import logging
+import requests
+import json
+import requests
+import json
+import os
+from pygeoapi.process.base import BaseProcessor
+import sys
+
+from .setupProcess import confProcess
+sys.path.insert(1, confProcess().pathWd)
+from setup import confLoading
+config = confLoading()
+sys.path.insert(1, config.pathScript)
+import autoSTData
+
+
+LOGGER = logging.getLogger(__name__)
+
+#: Process metadata and description
+PROCESS_METADATA = {
+ 'version': '0.2.0',
+ 'id': 'post-observations',
+ 'title': {
+ 'en': 'Upload observations',
+ 'fr': 'Ajout d\'observations'
+ },
+ 'description': {
+ 'en': 'This function uploads observations from CSV or XLSX file to the SensorThings service.',
+ 'fr': 'Cette fonction transfère les observations présentes dans un fichier CSV ou XLSX dans le service SensorThings.',
+ },
+ 'keywords': ['Upload', 'SensorThings'],
+ 'links': [{
+ 'type': 'text/html',
+ 'rel': 'about',
+ 'title': 'information',
+ 'href': 'https://example.org/process',
+ 'hreflang': 'en-US'
+ }],
+ 'inputs': {
+ 'data_file': {
+ 'title': 'data_file',
+ 'description': 'Nom du fichier de data xlsx ou csv',
+ 'schema': {
+ 'type': 'text/plain'
+ },
+ 'minOccurs': 1,
+ 'maxOccurs': 1,
+ 'metadata': None,
+ 'keywords': ['message']
+ },
+ 'mode': {
+ 'title': 'mode',
+ 'description': 'mode long ou large',
+ 'schema': {
+ 'type': 'text/plain'
+ },
+ 'minOccurs': 1,
+ 'maxOccurs': 1,
+ 'metadata': None,
+ 'keywords': ['message']
+ },
+ 'colonne_date': {
+ 'title': 'colonne_date',
+ 'description': 'nom de la colonne date',
+ 'schema': {
+ 'type': 'text/plain'
+ },
+ 'minOccurs': 1,
+ 'maxOccurs': 1,
+ 'metadata': None,
+ 'keywords': ['message']
+ },
+ 'format_date': {
+ 'title': 'format_date',
+ 'description': 'format de la date exemple %Y%m%d',
+ 'schema': {
+ 'type': 'text/plain'
+ },
+ 'minOccurs': 1,
+ 'maxOccurs': 1,
+ 'metadata': None,
+ 'keywords': ['message']
+ }
+ },
+ 'outputs': {
+ 'response': {
+ 'title': 'Log de post',
+ 'description': 'Informe du post ou non des data',
+ 'schema': {
+ 'type': 'object',
+ 'contentMediaType': 'application/json'
+ }
+ }
+ },
+ 'example': {
+ 'inputs': {
+ 'data_file': 'meteo_sensorthings.csv',
+ 'mode':'large',
+ 'format_date':'%Y%m%d',
+ 'colonne_date':'date'
+ }
+ }
+}
+
+
+
+
+
+class postObservationsProcessor(BaseProcessor):
+ """Test postObservations Processor"""
+
+ def __init__(self, processor_def):
+ """
+ Initialize object
+
+ :param processor_def: provider definition
+
+ :returns: pygeoapi.process.postObservations.postObservationsProcessor
+ """
+
+ super().__init__(processor_def, PROCESS_METADATA)
+
+
+
+ def execute(self, data):
+ print("ok st go")
+
+ mimetype = 'application/json'
+
+ data_xlsx = data.get('data_file', None)
+ if data_xlsx is None:
+ outputs = {
+ 'response': "Cannot process without a xlsx or csv path"
+ }
+ return mimetype, outputs
+ #raise ProcessorExecuteError('Cannot process without a url_st')
+ mode=data.get('mode', None)
+ print(mode)
+ colonne_date = data.get('colonne_date', None)
+ format_date = data.get('format_date', None)
+
+
+ path_config=os.path.join(config.dir_xlsx_data, data_xlsx)
+ print("start création config",path_config)
+
+ #try:
+
+ retour=autoSTData.main(path_config, colonne_date, format_date, config.username, config.password)
+ outputs = {
+ 'response': retour
+ }
+ #except:
+ # outputs = {
+ # 'response': "erreur inconnu"
+ # }
+
+ return mimetype, outputs
+
+ def __repr__(self):
+ return ' {}'.format(self.name)
diff --git a/config/process/setupProcess.py b/config/process/setupProcess.py
new file mode 100755
index 0000000..b5ca894
--- /dev/null
+++ b/config/process/setupProcess.py
@@ -0,0 +1,6 @@
+import os
+
+class confProcess:
+
+ def __init__(self):
+ self.pathWd='/usr/local/sofair-dev/config/'
\ No newline at end of file
diff --git a/config/requirements.txt b/config/requirements.txt
new file mode 100755
index 0000000..873e56e
--- /dev/null
+++ b/config/requirements.txt
@@ -0,0 +1,9 @@
+geopandas
+pandas
+sqlalchemy
+numpy
+rasterio
+psycopg2
+xmltodict
+openpyxl
+xlrd
diff --git a/config/script/autoST.py b/config/script/autoST.py
new file mode 100644
index 0000000..a206083
--- /dev/null
+++ b/config/script/autoST.py
@@ -0,0 +1,407 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+
+import requests
+import json
+import warnings
+warnings.simplefilter(action='ignore', category=FutureWarning)
+import pandas as pd # nécessites les librairies openpyxl, xlrd pour ouvrir le xlsx
+pd.options.mode.chained_assignment = None # default='warn'
+
+
+class instanceST():
+ def __init__(self, urlServeur, username, password):
+ self.urlServeur = urlServeur
+ self.username = username
+ self.password = password
+ self.dico_bug_post_obs = {"name_thing":[],"id_thing":[],"name_datastream":[],"id_datastream":[]}
+ def connexion(self):
+ print("connexion", self.username, "to ",self.urlServeur)
+ json_data = json.dumps({"username":self.username,"password":self.password})
+ r=requests.post(url="https://api.geosas.fr/wsci/v1.0/login",
+ headers= {'Content-Type': 'application/json'}, data=json_data)
+ print(r.status_code)
+ if r.status_code != 200:
+ return False
+ self.token=r.json()['token']
+ return True
+
+ def log_out(self):
+ r=requests.get(url="https://api.geosas.fr/sensorthings/v1.0/logout")
+ print(r.status_code)
+ print(r.text)
+
+ def post_data_serveur(self, objet, data):
+ print('post Data')
+ for i in data:
+ self.test_json=i
+ json_data = json.dumps(i)
+ lien="%s/%s" % (self.urlServeur,objet)
+ r = requests.post(url=lien,
+ headers= {'Content-Type': 'application/json',
+ 'Authorization': "Bearer {}".format(self.token)}, data=json_data)
+ print(r.status_code)
+ if r.status_code!= 201:
+ print("error")
+ print(r.text)
+ try:
+ return i['name']
+ except:#
+ break
+ return True
+
+
+
+ def get_data(self,url_x):
+ print("get Data")
+ df_all=pd.DataFrame()
+ r=requests.get(url=url_x)
+ data=r.json()
+ df_all=df_all.append(pd.DataFrame(data['value']))
+ while '@iot.nextLink' in data:
+ print("next link")
+ r=requests.get(url=data['@iot.nextLink'])
+ data=r.json()
+ df_all=df_all.append(pd.DataFrame(data['value']))
+ return df_all
+
+ def coord_lister(self, geom): #if polygon in geopandas
+ coords = list(geom.exterior.coords)
+ return (coords)
+
+ def split_list(self, a_list): #if array data observations trop grande
+ if len(a_list) >15000:
+ print("liste allégée")
+ half = len(a_list)//2
+ return [a_list[:half], a_list[half:]]
+ return [a_list]
+
+ def addTableConfig(self,chemin):
+ print("open xlsx table")
+ self.cheminXlsx = chemin
+ self.dataStreamSrc = pd.read_excel(self.cheminXlsx, sheet_name="1_datastream").drop_duplicates("name")
+ self.variableName = self.dataStreamSrc['name'].unique()
+ print("xlsx ok !")
+
+ def checkDoublon(self, name, objet):
+ #get name
+ print("check if exist", objet)
+ objetValue = self.get_data(self.urlServeur+ objet)
+ if len(objetValue) == 0:
+ print("Table vierge pour", objet)
+ return name
+ else:
+ objetNew = [x for x in name if x not in objetValue['name'].values]
+ objetOk = [x for x in name if x in objetValue['name'].values]
+ print(objet, 'déjà publié :',objetOk,"\n")
+ print(objet, 'nouveau :',objetNew)
+ return objetNew
+
+ def getIdObjet(self, objet, name):
+ print("recherche id de :", objet, name)
+ r=requests.get(url="%s%s?$filter=name eq '%s'"% (self.urlServeur, objet, name))
+ print(r.status_code)
+ objet_json=r.json()['value']
+ if len(objet_json) != 1:
+ print("l'objet", objet, name," n'a pas pu être trouvé")
+ return -1
+ else:
+ print("id :",objet_json[0]['@iot.id'])
+ return objet_json[0]['@iot.id']
+
+ def creationSensor(self):
+ print("publication des sensors")
+ sensorSrc = pd.read_excel(self.cheminXlsx,sheet_name="3_sensor")
+ sensorSrc = sensorSrc[sensorSrc['datastream name'].isin(self.variableName)]
+ self.sensorName = sensorSrc['name'].unique()
+ sensorSrc = sensorSrc.drop_duplicates("name")
+
+ sensorUnique = self.checkDoublon(sensorSrc['name'].values,"Sensors")
+ if len(sensorUnique)==0:
+ print("pas de nouveau Sensor à publier")
+ return True
+ sensorSrc = sensorSrc[sensorSrc['name'].isin(sensorUnique)]
+ sensorSrc = sensorSrc.fillna("")
+ Sensor = []
+ for idx,row in sensorSrc.iterrows():
+ print(row['name'])
+ Sensor.append({
+ "name": row['name'],
+ "description": row['description'],
+ "encodingType": row['encodingType (html ou pdf)'],
+ "metadata": row['metadata (lien vers description fabricant)']
+ })
+ return self.post_data_serveur("Sensors",Sensor)
+
+ def creationObservedProperties(self):
+ print("publication des observed properties")
+ obspSrc = pd.read_excel(self.cheminXlsx,sheet_name="2_observedProperty")
+ obspSrc = obspSrc[obspSrc['datastream name'].isin(self.variableName)]
+ self.obspName = obspSrc['name'].unique()
+ obspSrc = obspSrc.drop_duplicates("name")
+
+ obspUnique = self.checkDoublon(obspSrc['name'].values,"ObservedProperties")
+ if len(obspUnique)==0:
+ print("pas de nouveau ObsP à publier")
+ return True
+ obspSrc = obspSrc[obspSrc['name'].isin(obspUnique)]
+ obspSrc = obspSrc.fillna("")
+ obsp = []
+ for idx,row in obspSrc.iterrows():
+ print(row['name'])
+ obsp.append({
+ "name": row['name'],
+ "description": row['description'],
+ "definition": row['definition']
+ })
+ return self.post_data_serveur("ObservedProperties",obsp)
+
+ def creationThings(self):
+ print("publication des things")
+ thingSrc = pd.read_excel(self.cheminXlsx,sheet_name="4_thing")
+ thingSrc = thingSrc[thingSrc['datastream name'].isin(self.variableName)]
+ self.thingName = thingSrc['name'].unique()
+ thingSrc = thingSrc.drop_duplicates("name")
+
+ thingSrcUnique = self.checkDoublon(thingSrc['name'].values,"Things")
+ if len(thingSrcUnique)==0:
+ print("pas de nouveau Things à publier")
+ return True
+ thingSrc = thingSrc[thingSrc['name'].isin(thingSrcUnique)]
+
+ locationSrc = pd.read_excel(self.cheminXlsx,sheet_name="5_location")
+ listProperties = thingSrc.columns[~thingSrc.columns.isin(['datastream name', 'name', 'description'])]
+
+ thingSrc = thingSrc.fillna("")
+ locationSrc = locationSrc.fillna("")
+
+ thing = []
+ for idx,row in thingSrc.iterrows():
+ location_thing = locationSrc[locationSrc.thing_name == row['name']]
+ propertiesThing={}
+ print(row['name'])
+ for i in listProperties:
+ print("properties",i)
+ propertiesThing[i] = row[i]
+ thing.append({
+ "name": row['name'],
+ "description": row['description'],
+ "properties": propertiesThing,
+ "Locations": [
+ {
+ "name": location_thing['name'].values[0],
+ "description": location_thing['description'].values[0],
+ "encodingType": "application/geo+json",
+ "location": {
+ "type": "Feature",
+ "geometry": {
+ "type": location_thing['type'].values[0],
+ "coordinates": [location_thing['coordinates (X)'].values[0], location_thing['coordinates (Y)'].values[0]]
+ },
+ }
+ }
+ ]
+ })
+
+ return self.post_data_serveur("Things",thing)
+
+ def creationDataStreams(self):
+ print("publication des datastreams")
+
+ self.dataStreamName = self.dataStreamSrc['name'].unique()
+ self.variableName
+
+ dataStreamUnique = self.checkDoublon(self.dataStreamSrc['name'].values,"Datastreams")
+ if len(dataStreamUnique)==0:
+ print("pas de nouveau Datastreams à publier")
+ return True
+ self.dataStreamSrc = self.dataStreamSrc[self.dataStreamSrc['name'].isin(dataStreamUnique)]
+
+ datastream = []
+ thingSrc = pd.read_excel(self.cheminXlsx,sheet_name="4_thing")
+ sensorSrc = pd.read_excel(self.cheminXlsx,sheet_name="3_sensor")
+ obspSrc = pd.read_excel(self.cheminXlsx,sheet_name="2_observedProperty")
+
+ self.dataStreamSrc = self.dataStreamSrc.fillna("")
+
+ for idx,row in self.dataStreamSrc.iterrows():
+ print(row['name'])
+
+ idSensor = self.getIdObjet("Sensors",sensorSrc[sensorSrc['datastream name'] == row['name']]['name'].values[0])
+ idObsp = self.getIdObjet("ObservedProperties",obspSrc[obspSrc['datastream name'] == row['name']]['name'].values[0])
+ idThing = self.getIdObjet("Things",thingSrc[thingSrc['datastream name'] == row['name']]['name'].values[0])
+ if (idSensor == -1 or idObsp == -1 or idThing == -1):
+ break
+ datastream.append({
+ "name": row['name'],
+ "description": row['description'],
+ "observationType": row["observationType"],
+ "unitOfMeasurement": {
+ "name": row['name'],
+ "symbol": row['symbol'],
+ "definition": row['definition']
+ },
+ "Sensor": {"@iot.id": idSensor },
+ "ObservedProperty": {"@iot.id": idObsp },
+ "Thing": {"@iot.id": idThing }
+ })
+ return self.post_data_serveur("Datastreams",datastream)
+
+ def postObservation_par_thing_name(self,data_obs_csv):
+
+ print("post des observations par thing name")
+ data=self.get_data(self.urlServeur+"Things?$select=name,id&$expand=Datastreams($select=name,id)")
+ if len(self.dico_bug_post_obs['name_thing'])==0:
+ for idx,row in data.iterrows():
+ print(row['name'])
+ inter=data_obs_csv[data_obs_csv.GRID_NO==int(row['name'])]
+ if len(inter)==0:
+ continue
+ for i in row['Datastreams']:
+ print(i['name'],i['@iot.id'])
+
+ exPort=inter[['date',i['name']]]
+ exPort.date=pd.to_datetime(exPort.date, errors='raise',format='%Y%m%d')
+ exPort.date = exPort.date.apply(lambda x: x.strftime('%Y-%m-%dT%H:%M:%SZ'))
+ exPort=exPort.rename(columns={'date':'phenomenonTime'})
+ #exPort=exPort.replace("NAN",np.nan)
+ exPort=exPort.dropna()
+ exPort['resultTime']=exPort['phenomenonTime']
+ exPort= exPort.rename(columns={i['name']:"result"})
+
+ exPort['phenomenonTime'] = exPort.phenomenonTime.map(lambda x: [x])
+ exPort['resultTime'] = exPort.resultTime.map(lambda x: [x])
+ exPort['result'] = exPort.result.map(lambda x: [x])
+ self.AAAAA=exPort
+ exPort = exPort[["phenomenonTime","resultTime","result"]]
+ list_data=list(exPort.sum(1)) #une liste évite les problème d'encoding de json.dumps qui ce bloque si le int est un np.int64
+ list_data=self.split_list(list_data)
+
+ for chunk in list_data:
+
+ data_set= {
+ "Datastream": {
+ "@iot.id": i['@iot.id']
+ },
+ "components": [
+ "phenomenonTime",
+ "resultTime",
+ "result"
+ ],
+ "dataArray": chunk
+ }
+
+ json_data = json.dumps(data_set)
+ r = requests.post(url=self.urlServeur+"CreateObservations",
+ headers= {'Content-Type': 'application/json',
+ 'Authorization': "Bearer {}".format(self.token)},
+ data=json_data)
+ print(r.status_code)
+ if r.status_code not in [200,201]:
+ print("blocage")
+ print(r.text)
+ print(row['name'],row['name'],i['name'],i['@iot.id'])
+ self.dico_bug_post_obs["name_thing"].append(row['name'])
+ self.dico_bug_post_obs["id_thing"].append(row['@iot.id'])
+ self.dico_bug_post_obs["name_datastream"].append(i['name'])
+ self.dico_bug_post_obs["id_datastream"].append(i['@iot.id'])
+ else:
+ print('creation ok')
+ print(r.text)
+
+ else:
+ print('le dico de bug possède des things, il faut post avec une autre fonction')
+
+ def postObservation_par_thing_name_bug(self,data_obs_csv):
+
+ print("post des observations par thing name big")
+ if len(self.dico_bug_post_obs['name_thing'])>0:
+ for z in range(0,len(self.dico_bug_post_obs["name_thing"])):
+ print(self.dico_bug_post_obs["name_thing"][z],self.dico_bug_post_obs["id_thing"][z])
+ inter=data_obs_csv[data_obs_csv.GRID_NO==int(self.dico_bug_post_obs["name_thing"][z])]
+ if len(inter)==0:
+ continue
+ exPort=inter[['date',self.dico_bug_post_obs["name_datastream"][z]]]
+ exPort.date=pd.to_datetime(exPort.date, errors='raise',format='%Y%m%d')
+ exPort.date = exPort.date.apply(lambda x: x.strftime('%Y-%m-%dT%H:%M:%SZ'))
+ exPort=exPort.rename(columns={'date':'phenomenonTime'})
+ #exPort=exPort.replace("NAN",np.nan)
+ exPort=exPort.dropna()
+ exPort['resultTime']=exPort['phenomenonTime']
+ exPort= exPort.rename(columns={self.dico_bug_post_obs["name_datastream"][z]:"result"})
+
+ exPort['phenomenonTime'] = exPort.phenomenonTime.map(lambda x: [x])
+ exPort['resultTime'] = exPort.resultTime.map(lambda x: [x])
+ exPort['result'] = exPort.result.map(lambda x: [x])
+ exPort = exPort[["phenomenonTime","resultTime","result"]]
+ list_data=list(exPort.sum(1))
+
+ list_data=self.split_list(list_data)
+
+ for chunk in list_data:
+
+ data_set= {
+ "Datastream": {
+ "@iot.id": self.dico_bug_post_obs["id_datastream"][z]
+ },
+ "components": [
+ "phenomenonTime",
+ "resultTime",
+ "result"
+ ],
+ "dataArray": chunk
+ }
+
+ json_data = json.dumps(data_set)
+ r = requests.post(url=self.urlServeur+"CreateObservations",
+ headers= {'Content-Type': 'application/json',
+ 'Authorization': "Bearer {}".format(self.token)},
+ data=json_data)
+ print(r.status_code)
+ if r.status_code not in [200,201]:
+ print("blocage")
+ print(r.text)
+ print(self.dico_bug_post_obs["name_thing"][z],
+ self.dico_bug_post_obs["id_thing"][z],
+ self.dico_bug_post_obs["name_datastream"][z],
+ self.dico_bug_post_obs["id_datastream"][z])
+ else:
+
+ print('creation ok')
+ self.dico_bug_post_obs["name_thing"].pop(z),
+ self.dico_bug_post_obs["id_thing"].pop(z),
+ self.dico_bug_post_obs["name_datastream"].pop(z),
+ self.dico_bug_post_obs["id_datastream"].pop(z)
+
+ else:
+ print('le dico de bug ne possède de thing')
+
+
+def main(chemin, username, password):
+ print("start module")
+ sessionST=instanceST("https://api.geosas.fr/wsci/v1.0/", username, password)
+ get_token = sessionST.connexion() # connexion au serveur
+ if get_token != True:
+ return "echec logging (erreur serveur)"
+ try:
+ sessionST.addTableConfig(chemin) # va chercher le fichier xlsx
+ except Exception as e:
+ print(e)
+ return "erreur fichier xlsx vérifier format du fichier (xlsx) ou le nom des tables"
+ #fonction de vérification qui check le creation_X et return dans api si erreur le name àprobnlème
+
+ creation_Sensor = sessionST.creationSensor() #creation des Sensors avec vérification des doublons, fonction indépendante
+ if creation_Sensor != True:
+ return "erreur bloquante dans le fichier pour le Sensor " + creation_Sensor
+ creation_ObservedProperties = sessionST.creationObservedProperties() #creation des Observed Properties avec vérification des doublons, fonction indépendante
+ if creation_ObservedProperties != True:
+ return "erreur bloquante dans le fichier pour le ObservedProperties " + creation_ObservedProperties
+ creation_Things = sessionST.creationThings() #creation des things + locations associées avec vérification des doublons (pour les things), fonction indépendante
+ if creation_Sensor != True:
+ return "erreur bloquante dans le fichier pour le Things " + creation_Things
+ creation_DataStreams = sessionST.creationDataStreams() #creation des datastreams, il faut avoir déjà créé les Sensor + ObsP + Things
+ if creation_Sensor != True:
+ return "erreur bloquante dans le fichier pour le DataStreams " + creation_DataStreams
+ sessionST.log_out()
+
+ return "création terminée !"
\ No newline at end of file
diff --git a/config/script/autoSTData.py b/config/script/autoSTData.py
new file mode 100644
index 0000000..5c762dd
--- /dev/null
+++ b/config/script/autoSTData.py
@@ -0,0 +1,146 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+
+import requests
+import json
+import warnings
+warnings.simplefilter(action='ignore', category=FutureWarning)
+import pandas as pd # nécessites les librairies openpyxl, xlrd pour ouvrir le xlsx
+pd.options.mode.chained_assignment = None # default='warn'
+
+
+class instanceST():
+ def __init__(self, urlServeur, username, password):
+ self.urlServeur = urlServeur
+ self.username = username
+ self.password = password
+ self.dico_bug_post_obs = {"name_thing":[],"id_thing":[],"name_datastream":[],"id_datastream":[]}
+ def connexion(self):
+ print("connexion", self.username, "to ",self.urlServeur)
+ json_data = json.dumps({"username":self.username,"password":self.password})
+ r=requests.post(url="https://api.geosas.fr/wsci/v1.0/login",
+ headers= {'Content-Type': 'application/json'}, data=json_data)
+ print(r.status_code)
+ if r.status_code != 200:
+ return False
+ self.token=r.json()['token']
+ return True
+
+ def log_out(self):
+ r=requests.get(url="https://api.geosas.fr/sensorthings/v1.0/logout")
+ print(r.status_code)
+ print(r.text)
+
+ def post_data_serveur(self, objet, data):
+ print('post Data')
+ for i in data:
+ self.test_json=i
+ json_data = json.dumps(i)
+ lien="%s/%s" % (self.urlServeur,objet)
+ r = requests.post(url=lien,
+ headers= {'Content-Type': 'application/json',
+ 'Authorization': "Bearer {}".format(self.token)}, data=json_data)
+ print(r.status_code)
+ if r.status_code!= 201:
+ print("error")
+ print(r.text)
+ try:
+ return i['name']
+ except:#
+ break
+ return True
+
+ def split_list(self, a_list): #if array data observations trop grande
+ if len(a_list) >15000:
+ print("liste allégée")
+ half = len(a_list)//2
+ return [a_list[:half], a_list[half:]]
+ return [a_list]
+
+ def getIdObjet(self, objet, name):
+ print("recherche id de :", objet, name)
+ r=requests.get(url="%s%s?$filter=name eq '%s'"% (self.urlServeur, objet, name))
+ print(r.status_code)
+ objet_json=r.json()['value']
+ if len(objet_json) != 1:
+ print("l'objet", objet, name," n'a pas pu être trouvé")
+ return -1
+ else:
+ print("id :",objet_json[0]['@iot.id'])
+ return objet_json[0]['@iot.id']
+
+
+def main(chemin, colonne_date, format_date, username, password):
+ print("start module")
+ sessionST=instanceST("https://api.geosas.fr/wsci/v1.0/", username, password)
+ get_token = sessionST.connexion() # connexion au serveur
+ if get_token != True:
+ return "echec logging (erreur serveur)"
+ try:
+ if chemin.split('.')[1] == "xlsx":
+ data=pd.read_excel(chemin) # va chercher le fichier xlsx
+ else :
+ data=pd.read_csv(chemin)
+
+ except Exception as e:
+ print(e)
+ return "erreur fichier xlsx ou csv vérifier format du fichier (xlsx) ou le nom des tables"
+ print("ouverture fichier ok")
+ print( colonne_date, format_date)
+ #fonction de vérification qui check le creation_X et return dans api si erreur le name àprobnlème
+ try:
+ data[colonne_date]=pd.to_datetime(data[colonne_date], errors='raise',format=format_date)
+ except:
+ from pandas._libs.tslibs.parsing import guess_datetime_format
+ format_date_x=guess_datetime_format(data[colonne_date].values[0])
+ try:
+ data[colonne_date]=pd.to_datetime(data[colonne_date], errors='raise',format=format_date_x)
+ except:
+ format_date_x=format_date_x.replace("%m/%d", "%d/%m")
+ data[colonne_date]=pd.to_datetime(data[colonne_date], errors='raise',format=format_date_x)
+ print('error date foramt')
+ data[colonne_date] = data[colonne_date].apply(lambda x: x.strftime('%Y-%m-%dT%I:%M:%SZ'))
+ print("conversion date ok")
+ for i in data.columns:
+ if i == colonne_date:
+ continue
+ print(i)
+ dataStreamID = sessionST.getIdObjet('Datastreams', i)
+ print(dataStreamID)
+
+
+ exPort=data[[colonne_date,i]]
+ exPort=exPort.rename(columns={colonne_date:'phenomenonTime'})
+ exPort=exPort.dropna()
+ exPort['resultTime']=exPort['phenomenonTime']
+ exPort=exPort.rename(columns={i:"result"})
+
+ list_data=[]
+ for idx,row in exPort.iterrows():
+ list_data.append([row.phenomenonTime,row.resultTime,row.result])
+
+ list_data=sessionST.split_list(list_data)
+
+ for chunk in list_data:
+ data_set= {
+ "Datastream": {
+ "@iot.id": dataStreamID
+ },
+ "components": [
+ "phenomenonTime",
+ "resultTime",
+ "result"
+ ],
+ "dataArray": chunk
+ }
+
+ json_data = json.dumps(data_set)
+
+ r = requests.post(url=sessionST.urlServeur+"CreateObservations",
+ headers= {'Content-Type': 'application/json',
+ 'Authorization': "Bearer {}".format(sessionST.token)},
+ data=json_data)
+ print(r.status_code)
+
+
+ return "import des data terminé !"
\ No newline at end of file
diff --git a/config/script/createSTA.py b/config/script/createSTA.py
new file mode 100755
index 0000000..dd989c8
--- /dev/null
+++ b/config/script/createSTA.py
@@ -0,0 +1,171 @@
+#!/usr/bin/env python3
+# vim: set fileencoding=utf-8 :
+# coding: utf-8
+
+import sys
+import psycopg2
+import pprint
+import shutil
+import re
+import errno
+from pathlib2 import Path
+import subprocess
+from optparse import OptionParser
+from subprocess import call
+import requests
+import time
+
+
+#Options de connexion :
+# -h, --host=HOTE nom d'hôte du serveur de la base de données ou répertoire
+# de la socket (par défaut : /var/run/postgresql)
+# -p, --port=PORT port du serveur de la base de données (par défaut :
+# « 5432 »)
+# -U, --username=NOM
+# nom d'utilisateur de la base de données (par défaut :
+# « squivid »)
+# -W, --password force la demande du mot de passe (devrait survenir
+# automatiquement)
+
+
+parser = OptionParser()
+parser.add_option("-s", "--server", dest="host",
+ default="194.167.76.106",
+ help="Nom d'hote du serveur de la base de donnees", type="str")
+parser.add_option("-i", "--instance", dest="instance",
+ default="moninstance",
+ help="Nom de l'instance STA", type="str")
+parser.add_option("-p", "--port", dest="port",
+ default="5433",
+ help="Port du serveur de la base de données (par défaut :« 5433 »)", type="str")
+parser.add_option("-u", "--username", dest="username",
+ default="sensorthings",
+ help="Nom d'utilisateur de la base de données (par défaut :« squivid »)", type="str")
+parser.add_option("-w", "--password", dest="password",
+ default="sensorthings29",
+ help="Mot de passe", type="str")
+parser.add_option("-f", "--frost_src_dir", dest="frost_src_dir",
+ default="/data/ids/war/frost/FROST-2.0.0/",
+ help="FROST source directory", type="str")
+parser.add_option("-g", "--frost_dest_dir", dest="frost_dest_dir",
+ default="/data/ids/war/frost/FROST-",
+ help="FROST destination directory", type="str")
+parser.add_option("-v", "--verbose",
+ action="store_true", dest="verbose", default=False,
+ help="Verbose mode")
+parser.add_option("-c", "--schema", dest="schema",
+ default="public",
+ help="Schema de la base de données (par défaut :« public »)", type="str")
+
+(options, args) = parser.parse_args()
+
+host = options.host
+port = options.port
+instance = options.instance
+database = "FROST"+instance
+schema = options.schema
+username = options.username
+password = options.password
+verbose = options.verbose
+frost_src_dir = options.frost_src_dir
+frost_dest_dir = options.frost_dest_dir
+
+if verbose == True:
+ print ("host :" + host)
+ print ("port :" + port)
+ print ("database :" + database)
+ print ("schema :" + schema)
+ print ("user :" + username)
+ print ("password :" + password)
+
+# define a function that handles and parses psycopg2 exceptions
+
+def main (name,description,author) :
+ database = "FROST"+name
+ connect_db("postgres")
+ create_db(database)
+ connect_db(database)
+ create_postgis_extension(database)
+ conn.close()
+ copy_frost_dir(name)
+ config_frost_dir(name)
+ deploy_tomcat_war (name)
+ update_db(name)
+
+def connect_db (db) :
+ global conn
+ global cursor
+ options_conn = "-c search_path="+schema
+ print ("options connexion db :"+db)
+ try:
+ conn = psycopg2.connect(host=host, port=port, dbname=db, user=username, password=password, options=options_conn)
+ conn.autocommit = True
+ cursor = conn.cursor()
+ except OSError as err:
+ print("Error: % s" % err)
+
+def create_db (db) :
+ query_select = 'CREATE DATABASE "'+db+'";'
+ print (query_select)
+ cursor.execute(query_select)
+
+def create_postgis_extension (db) :
+ query_select = "CREATE EXTENSION postgis;"
+ print (query_select)
+ cursor.execute(query_select)
+
+def copy_frost_dir (i) :
+ dest = frost_dest_dir+i
+ print ("copy "+frost_src_dir+" --> "+dest)
+ try:
+ shutil.copytree(frost_src_dir, dest)
+ except OSError as err:
+ # error caused if the source was not a directory
+ if err.errno == errno.ENOTDIR:
+ shutil.copy2(frost_src_dir, dest)
+ else:
+ print("Error: % s" % err)
+
+def config_frost_dir (i) :
+ context_file = frost_dest_dir+i+"/META-INF/context.xml"
+ print (context_file)
+ path = Path(context_file)
+ text = path.read_text()
+ text = text.replace("STAinstance", i,)
+ path.write_text(text)
+
+def deploy_tomcat_war (i) :
+ instance_dir = frost_dest_dir+i
+ cmd = "jar cvf "+instance_dir+".war "+instance_dir
+ context_file = frost_dest_dir+i+"/META-INF/context.xml"
+ print (cmd)
+ # result = subprocess.run(["jar", "cvf", instance_dir+".war", instance_dir], stderr=subprocess.PIPE, text=True)
+ # print(result.stderr)
+ result = subprocess.run(["ln", "-s", instance_dir, "/var/lib/tomcat9-frost/webapps/"+i], stderr=subprocess.PIPE, text=True)
+ print(result.stderr)
+
+def update_db (i):
+ t=15
+ print ("wait "+str(t)+" sec...")
+ time.sleep(t)
+ url = "https://frost.geosas.fr/"+i+"/DatabaseStatus"
+ print (url)
+ myobj = {'somekey': 'somevalue'}
+ mydata = {'doupdate': 'Do+Update'}
+ x = requests.post(url, data = mydata)
+ print(x.text)
+
+if __name__ == "__main__":
+ connect_db("postgres")
+ create_db(database)
+ connect_db(database)
+ create_postgis_extension(database)
+ conn.close()
+ copy_frost_dir(instance)
+ config_frost_dir(instance)
+ deploy_tomcat_war (instance)
+ update_db(instance)
+
+# finally:
+ print ("---------------- Fin de la création de la base ----------------------")
+
diff --git a/config/script/get_bv.py b/config/script/get_bv.py
new file mode 100755
index 0000000..7d57052
--- /dev/null
+++ b/config/script/get_bv.py
@@ -0,0 +1,67 @@
+# -*- coding: utf-8 -*-
+"""
+Created on Wed Mar 31 11:52:31 2021
+
+@author: tloree
+"""
+
+import io
+import requests
+import geopandas as gpd
+from shapely import geometry, ops
+import json
+import xmltodict
+
+def main(x,y,seuil):
+ try:
+ print("get BV")
+ requete="https://geosas.fr/mntsurf/?service=WPS&version=1.0.0&request=Execute&identifier=xy2watershedcfl&datainputs=X=%s;Y=%s;ssbvSurf=%s" % (x,y,seuil)
+ r = requests.get(url=requete)
+ dico_bv=xmltodict.parse(r.text)
+
+ a=dico_bv['wps:ExecuteResponse']['wps:ProcessOutputs']['wps:Output'][2]['wps:Data']
+ for i in dico_bv['wps:ExecuteResponse']['wps:ProcessOutputs']['wps:Output']:
+
+ if i['ows:Identifier'] == 'bvOut':
+ a=i['wps:Data']
+ b=(xmltodict.unparse(a, pretty=True))
+ with io.BytesIO() as f:
+ f.write(bytes(b,'utf-8'))
+ f.seek(0)
+ bv=gpd.read_file(f)
+ if len(bv)==0:
+ return "failed",'failed'
+ print("BV saved, next explode bv")
+ big_bv=bv.loc[bv.surface_ha ==bv.surface_ha.max() ]
+ big_bv['bv']=0
+ bv = bv.explode()
+ multi_line = geometry.MultiLineString(bv.geometry.exterior.values)
+ merged_lines = ops.linemerge(multi_line)
+ border_lines = ops.unary_union(merged_lines)
+ decomposition = ops.polygonize(border_lines)
+
+ bv=gpd.GeoDataFrame()
+ z=0
+ for p in decomposition:
+ bv.loc[z,'geometry']=p
+ z+=1
+ bv['surface_ha']=bv.geometry.area/10000
+ bv=bv.set_crs("EPSG:2154")
+
+ bv.geometry=bv.geometry.buffer(-0.001)
+ bv=bv[bv.surface_ha>1]
+ bv['bv'] = range(1,1+len(bv))
+ bv.surface_ha=round(bv.surface_ha,1)
+ bv=bv[["bv","geometry","surface_ha"]]
+ big_bv=big_bv[["bv","geometry","surface_ha"]]
+
+ dataFile_bv = json.loads(bv.to_json())
+ dataFile_big_bv = json.loads(big_bv.to_json())
+
+ except Exception as e:
+ print(e)
+ dataFile_bv='failed'
+ dataFile_big_bv='failed'
+
+
+ return dataFile_bv, dataFile_big_bv
diff --git a/config/script/get_exu.py b/config/script/get_exu.py
new file mode 100755
index 0000000..d992dc5
--- /dev/null
+++ b/config/script/get_exu.py
@@ -0,0 +1,70 @@
+# -*- coding: utf-8 -*-
+"""
+Created on Wed Mar 31 11:52:31 2021
+
+@author: tloree
+"""
+import os
+import requests
+import geopandas as gpd
+import sys
+import argparse
+import io
+import json
+
+
+def main(surface_min):
+ """Post a request to MNTSurf, save the outlet of Britany.
+ :param surface_min: surface minimale des bassins versants\
+ des exutoires
+ :param wd: Working directory
+ :type wd: string
+ :param logger: Logger object
+ :type logger: object
+ :return: Output file path or failed message
+ :rtype: string
+ """
+ requete="https://geosas.fr/mntsurf/?service=WPS&version=1.0.0&request=Execute&identifier=getOutlet&datainputs=mntin=Bretagne 50m;epsgOut=epsg:2154;seuilSbv=%s"% (surface_min)
+ print("start request")
+ try:
+ r = requests.get(url=requete)
+ if r.status_code==200:
+ print("request ok")
+ with io.BytesIO() as f:
+ f.write(r.content)
+ f.seek(0)
+ gdf=gpd.read_file(f)
+ print("output saved")
+ gdf=gdf.drop(columns =['num','surface_ha'])
+ gdf=gdf.set_crs('EPSG:2154')
+ outfile=json.loads(gdf.to_json())
+ print("getoutlet : done")
+
+ return outfile
+ except Exception as e:
+ print(e)
+ return 'failed'
+
+
+if __name__ == "__main__":
+ if len(sys.argv) == 1:
+ prog = os.path.basename(sys.argv[0])
+ print(sys.argv[0]+' [options]')
+ print("Help : ", prog, " --help")
+ print("or : ", prog, " -h")
+ sys.exit(-1)
+ else:
+ usage = "usage: prog [options]"
+ parser = argparse.ArgumentParser(description="getoulet process of\
+ MNTSurf")
+ parser.add_argument("-surface_min", dest="surface_min", action="store",
+ help="surface minimale des bassins versants des exutoires",
+ required=True)
+ parser.add_argument("-wd", dest="wd", action="store",
+ help="Working directory", required=True)
+ args = parser.parse_args()
+
+
+ output = main(args.surface_min)
+ print(output)
+ sys.exit()
diff --git a/config/script/viewerConfiguration.py b/config/script/viewerConfiguration.py
new file mode 100644
index 0000000..24bb54f
--- /dev/null
+++ b/config/script/viewerConfiguration.py
@@ -0,0 +1,71 @@
+# -*- coding: utf-8 -*-
+"""
+Created on Wed Mar 31 11:52:31 2021
+
+@author: tloree
+"""
+from jinja2 import Environment, FileSystemLoader
+import requests
+import xmltodict
+from pyproj import Transformer
+import numpy as np
+
+def main(url_sensorthings, config):
+
+ try:
+ name=url_sensorthings.split('/')[-3]
+
+ r = requests.get(url="%s/sensorthings/wms?service=wms&request=GetCapabilities&layer=%s&version=1.1.1" % (config.service_url, name))
+ print(r.status_code)
+ capabilities = xmltodict.parse(r.content.decode('utf-8'))
+
+ for i in capabilities['WMT_MS_Capabilities']['Capability']['Layer']['Layer']:
+ if i['Name'] != name:
+ continue
+ print(i['Name'])
+ print(i['BoundingBox'])
+ break
+
+ transformer = Transformer.from_crs(i['BoundingBox']['@SRS'],"EPSG:3857")
+ mini=transformer.transform(i['BoundingBox']['@miny'],i['BoundingBox']['@minx'])
+ maxi=transformer.transform(i['BoundingBox']['@maxy'],i['BoundingBox']['@maxx'])
+
+ bbox="%s, %s, %s, %s" % (mini[0], mini[1], maxi[0], maxi[1])
+ print(bbox)
+ center="%s, %s" % ( (mini[0]+maxi[0])/2, (mini[1]+maxi[1])/2)
+
+ transformer = Transformer.from_crs( i['BoundingBox']['@SRS'], "EPSG:2154")
+ mini=transformer.transform(i['BoundingBox']['@miny'],i['BoundingBox']['@minx'])
+ maxi=transformer.transform(i['BoundingBox']['@maxy'],i['BoundingBox']['@maxx'])
+ diff_x= abs( mini[0] - maxi[0])/1000
+
+ if diff_x==0:
+ diff_x=10
+ #formule qui marche... pour bzh à voir ailleurs
+ zoom=np.log((40075016.686 * abs(np.cos(float(i['BoundingBox']['@miny']))))/diff_x)/np.log(2)-8
+
+ dico_jinja={
+ 'name':name,
+ 'url':url_sensorthings,
+ 'center':center,
+ 'zoom':zoom}
+
+ environment = Environment(loader=FileSystemLoader(config.pathStatic+"configMviewer"))
+ template = environment.get_template("exemple.xml")
+
+ filename = config.pathStatic+"configMviewer/"+name+".xml"
+ content = template.render(**dico_jinja)
+
+ with open(filename, mode="w", encoding="utf-8") as message:
+ message.write(content)
+
+
+ url_config=config.url_sofair_static+'configMviewer/'+name+'.xml'
+ url_mviewer=config.url_Mviewer_geosas+url_config
+ print("creation finish")
+
+ except Exception as e:
+ print(e)
+ url_mviewer='failed'
+
+ return url_mviewer, url_config
\ No newline at end of file
diff --git a/config/setup_example.py b/config/setup_example.py
new file mode 100755
index 0000000..d760886
--- /dev/null
+++ b/config/setup_example.py
@@ -0,0 +1,46 @@
+#!/usr/bin/python3
+# -*- coding: utf-8 -*-
+
+# Calculate inversion for all stations
+
+import os
+
+
+
+class confLoading:
+ """Class with all configuration parameters.
+ Load all parameters isn't a problem and only
+ one function to modify if a parameter has appended.
+ """
+
+ def __init__(self):
+ """Load configuration file and values
+
+ :param cfgFile: Configuration file
+ :type cfgFile: str
+ :return: Values loaded
+ :rtype: str
+ """
+
+ # Load configuration
+
+ dir_path = os.path.dirname(os.path.realpath(__file__))
+
+ self.pathStatic=dir_path+'/static/'
+ self.pathScript=dir_path+'/script/'
+ self.pathData=dir_path+'/data/'
+
+ self.url_sofair_api='https://geosas.fr/sofair-dev/api/'
+ self.url_Mviewer_geosas='https://geosas.fr/mviewer-test/?config='
+ self.url_sofair_static='https://geosas.fr/sofair-dev/static/'
+
+ self.conn_string = ''
+ self.service_url='https://geosas.fr/geoserver'
+ self.workspace='sensorthings'
+ self.name_entrepot=""
+ self.auth_x=("", "")
+
+ self.dir_xlsx=dir_path+"/static/xlsx/config_upload"
+ self.dir_xlsx_data=dir_path+"/static/xlsx/data"
+ self.username=""
+ self.password=""
\ No newline at end of file
diff --git a/config/sofair-config.yml b/config/sofair-config.yml
new file mode 100755
index 0000000..ee04b0e
--- /dev/null
+++ b/config/sofair-config.yml
@@ -0,0 +1,124 @@
+# =================================================================
+#
+# Authors: Tom Kralidis
+#
+# Copyright (c) 2020 Tom Kralidis
+#
+# Permission is hereby granted, free of charge, to any person
+# obtaining a copy of this software and associated documentation
+# files (the "Software"), to deal in the Software without
+# restriction, including without limitation the rights to use,
+# copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the
+# Software is furnished to do so, subject to the following
+# conditions:
+#
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+# OTHER DEALINGS IN THE SOFTWARE.
+#
+# =================================================================
+
+server:
+ bind:
+ host: 0.0.0.0
+ port: 5000
+ url: https://geosas.fr/sofair-dev/api/
+ mimetype: application/json; charset=UTF-8
+ encoding: utf-8
+ gzip: false
+ languages:
+ # First language is the default language
+ - en-US
+ - fr-CA
+ # cors: true
+ pretty_print: true
+ limit: 10
+ templates:
+ # path: /path/to/Jinja2/templates
+ # static: /path/to/static/folder # css/js/img
+ static: /usr/local/sofair-dev/config/static # css/js/img
+ map:
+ url: https://tile.openstreetmap.org/{z}/{x}/{y}.png
+ attribution: '© OpenStreetMap contributors'
+ manager:
+ name: TinyDB
+ connection: /usr/local/sofair-dev/config/manager/sofair-api-process-manager.db
+ output_dir: /usr/local/sofair-dev/config/static/tmp/
+ # ogc_schemas_location: /opt/schemas.opengis.net
+
+logging:
+ level: ERROR
+ logfile: /var/log/pygeoapi/sofair-dev.log
+
+metadata:
+ identification:
+ title:
+ en: SOFAIR API
+ fr: API SOFAIR
+ description:
+ en: pygeoapi provid
+ fr: Sensor Observations to FAIR data. API de mise en conformité avec la directive INSPIRE et les principes FAIR d'un service de diffusion de données temporelles selon le standard OGC SensorThings.
+ keywords:
+ en:
+ - SensorThings
+ - OGC
+ - INSPIRE
+ fr:
+ - SensorThings
+ - OGC
+ - INSPIRE
+ keywords_type: theme
+ terms_of_service: https://creativecommons.org/licenses/by/4.0/
+ url: https://example.org
+ license:
+ name: CC-BY 4.0 license
+ url: https://creativecommons.org/licenses/by/4.0/
+ provider:
+ name: GéoSAS
+ url: https://geosas.fr
+ contact:
+ name: Herve Squividant
+ position: Position Title
+ address: UMR SAS - INRAE - Institut Agro
+ city: Rennes
+ stateorprovince: 65 rue de Saint-Brieuc
+ postalcode: 35042
+ country: France
+ phone:
+ fax:
+ email: geosas_adm@framalistes.org
+ url:
+ hours:
+ instructions:
+ role: pointOfContact
+
+resources:
+ create-sta:
+ type: process
+ processor:
+ name: create-sta
+ create-config-xlsx:
+ type: process
+ processor:
+ name: create-config-xlsx
+ post-observations:
+ type: process
+ processor:
+ name: post-observations
+ sta-to-sdi:
+ type: process
+ processor:
+ name: sta-to-sdi
+ create-viewer:
+ type: process
+ processor:
+ name: create-viewer
diff --git a/config/sofair-openapi.yml b/config/sofair-openapi.yml
new file mode 100755
index 0000000..747570d
--- /dev/null
+++ b/config/sofair-openapi.yml
@@ -0,0 +1,619 @@
+components:
+ parameters:
+ bbox:
+ description: Only features that have a geometry that intersects the bounding
+ box are selected.The bounding box is provided as four or six numbers, depending
+ on whether the coordinate reference system includes a vertical axis (height
+ or depth).
+ explode: false
+ in: query
+ name: bbox
+ required: false
+ schema:
+ items:
+ type: number
+ maxItems: 6
+ minItems: 4
+ type: array
+ style: form
+ bbox-crs:
+ description: Indicates the coordinate reference system for the given bbox coordinates.
+ explode: false
+ in: query
+ name: bbox-crs
+ required: false
+ schema:
+ format: uri
+ type: string
+ style: form
+ bbox-crs-epsg:
+ description: Indicates the EPSG for the given bbox coordinates.
+ explode: false
+ in: query
+ name: bbox-crs
+ required: false
+ schema:
+ default: 4326
+ type: integer
+ style: form
+ crs:
+ description: Indicates the coordinate reference system for the results.
+ explode: false
+ in: query
+ name: crs
+ required: false
+ schema:
+ format: uri
+ type: string
+ style: form
+ f:
+ description: The optional f parameter indicates the output format which the
+ server shall provide as part of the response document. The default format
+ is GeoJSON.
+ explode: false
+ in: query
+ name: f
+ required: false
+ schema:
+ default: json
+ enum:
+ - json
+ - html
+ - jsonld
+ type: string
+ style: form
+ lang:
+ description: The optional lang parameter instructs the server return a response
+ in a certain language, if supported. If the language is not among the available
+ values, the Accept-Language header language will be used if it is supported.
+ If the header is missing, the default server language is used. Note that providers
+ may only support a single language (or often no language at all), that can
+ be different from the server language. Language strings can be written in
+ a complex (e.g. "fr-CA,fr;q=0.9,en-US;q=0.8,en;q=0.7"), simple (e.g. "de")
+ or locale-like (e.g. "de-CH" or "fr_BE") fashion.
+ in: query
+ name: lang
+ required: false
+ schema:
+ default: en-US
+ enum:
+ - en-US
+ - fr-CA
+ type: string
+ offset:
+ description: The optional offset parameter indicates the index within the result
+ set from which the server shall begin presenting results in the response document. The
+ first element has an index of 0 (default).
+ explode: false
+ in: query
+ name: offset
+ required: false
+ schema:
+ default: 0
+ minimum: 0
+ type: integer
+ style: form
+ properties:
+ description: The properties that should be included for each feature. The parameter
+ value is a comma-separated list of property names.
+ explode: false
+ in: query
+ name: properties
+ required: false
+ schema:
+ items:
+ type: string
+ type: array
+ style: form
+ skipGeometry:
+ description: This option can be used to skip response geometries for each feature.
+ explode: false
+ in: query
+ name: skipGeometry
+ required: false
+ schema:
+ default: false
+ type: boolean
+ style: form
+ vendorSpecificParameters:
+ description: Additional "free-form" parameters that are not explicitly defined
+ in: query
+ name: vendorSpecificParameters
+ schema:
+ additionalProperties: true
+ type: object
+ style: form
+ responses:
+ '200':
+ description: successful operation
+ '204':
+ description: no content
+ Queryables:
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/queryables'
+ description: successful queryables operation
+ default:
+ content:
+ application/json:
+ schema:
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/schemas/exception.yaml
+ description: Unexpected error
+ schemas:
+ queryable:
+ properties:
+ description:
+ description: a human-readable narrative describing the queryable
+ type: string
+ language:
+ default:
+ - en
+ description: the language used for the title and description
+ type: string
+ queryable:
+ description: the token that may be used in a CQL predicate
+ type: string
+ title:
+ description: a human readable title for the queryable
+ type: string
+ type:
+ description: the data type of the queryable
+ type: string
+ type-ref:
+ description: a reference to the formal definition of the type
+ format: url
+ type: string
+ required:
+ - queryable
+ - type
+ type: object
+ queryables:
+ properties:
+ queryables:
+ items:
+ $ref: '#/components/schemas/queryable'
+ type: array
+ required:
+ - queryables
+ type: object
+info:
+ contact:
+ email: geosas_adm@framalistes.org
+ name: "G\xE9oSAS"
+ url: https://geosas.fr
+ description: pygeoapi provid
+ license:
+ name: CC-BY 4.0 license
+ url: https://creativecommons.org/licenses/by/4.0/
+ termsOfService: https://creativecommons.org/licenses/by/4.0/
+ title: SOFAIR API
+ version: 0.16.dev0
+ x-keywords:
+ - SensorThings
+ - OGC
+ - INSPIRE
+openapi: 3.0.2
+paths:
+ /:
+ get:
+ description: Landing page
+ operationId: getLandingPage
+ parameters:
+ - $ref: '#/components/parameters/f'
+ - $ref: '#/components/parameters/lang'
+ responses:
+ '200':
+ $ref: https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/LandingPage
+ '400':
+ $ref: https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter
+ '500':
+ $ref: https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError
+ summary: Landing page
+ tags:
+ - server
+ /collections:
+ get:
+ description: Collections
+ operationId: getCollections
+ parameters:
+ - $ref: '#/components/parameters/f'
+ - $ref: '#/components/parameters/lang'
+ responses:
+ '200':
+ $ref: https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/LandingPage
+ '400':
+ $ref: https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter
+ '500':
+ $ref: https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError
+ summary: Collections
+ tags:
+ - server
+ /conformance:
+ get:
+ description: API conformance definition
+ operationId: getConformanceDeclaration
+ parameters:
+ - $ref: '#/components/parameters/f'
+ - $ref: '#/components/parameters/lang'
+ responses:
+ '200':
+ $ref: https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/LandingPage
+ '400':
+ $ref: https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter
+ '500':
+ $ref: https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/ServerError
+ summary: API conformance definition
+ tags:
+ - server
+ /jobs:
+ get:
+ description: Retrieve a list of jobs
+ operationId: getJobs
+ responses:
+ '200':
+ $ref: '#/components/responses/200'
+ '404':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml
+ default:
+ $ref: '#/components/responses/default'
+ summary: Retrieve jobs list
+ tags:
+ - jobs
+ /jobs/{jobId}:
+ delete:
+ description: Cancel / delete job
+ operationId: deleteJob
+ parameters:
+ - &id001
+ description: job identifier
+ in: path
+ name: jobId
+ required: true
+ schema:
+ type: string
+ responses:
+ '204':
+ $ref: '#/components/responses/204'
+ '404':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml
+ default:
+ $ref: '#/components/responses/default'
+ summary: Cancel / delete job
+ tags:
+ - jobs
+ get:
+ description: Retrieve job details
+ operationId: getJob
+ parameters:
+ - *id001
+ - $ref: '#/components/parameters/f'
+ responses:
+ '200':
+ $ref: '#/components/responses/200'
+ '404':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml
+ default:
+ $ref: '#/components/responses/default'
+ summary: Retrieve job details
+ tags:
+ - jobs
+ /jobs/{jobId}/results:
+ get:
+ description: Retrive job resiults
+ operationId: getJobResults
+ parameters:
+ - *id001
+ - $ref: '#/components/parameters/f'
+ responses:
+ '200':
+ $ref: '#/components/responses/200'
+ '404':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml
+ default:
+ $ref: '#/components/responses/default'
+ summary: Retrieve job results
+ tags:
+ - jobs
+ /openapi:
+ get:
+ description: This document
+ operationId: getOpenapi
+ parameters:
+ - $ref: '#/components/parameters/f'
+ - $ref: '#/components/parameters/lang'
+ - description: UI to render the OpenAPI document
+ explode: false
+ in: query
+ name: ui
+ required: false
+ schema:
+ default: swagger
+ enum:
+ - swagger
+ - redoc
+ type: string
+ style: form
+ responses:
+ '200':
+ $ref: '#/components/responses/200'
+ '400':
+ $ref: https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml#/components/responses/InvalidParameter
+ default:
+ $ref: '#/components/responses/default'
+ summary: This document
+ tags:
+ - server
+ /processes:
+ get:
+ description: Processes
+ operationId: getProcesses
+ parameters:
+ - $ref: '#/components/parameters/f'
+ responses:
+ '200':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ProcessList.yaml
+ default:
+ $ref: '#/components/responses/default'
+ summary: Processes
+ tags:
+ - server
+ /processes/create-config-xlsx:
+ get:
+ description: 'This function uploads an XLSX file to create the various objects
+ in the SensorThings service: Things, Sensors, Observed Properties, Locations,
+ Features Of Interest and Datastreams.'
+ operationId: describeCreate-config-xlsxProcess
+ parameters:
+ - $ref: '#/components/parameters/f'
+ responses:
+ '200':
+ $ref: '#/components/responses/200'
+ default:
+ $ref: '#/components/responses/default'
+ summary: Get process metadata
+ tags:
+ - create-config-xlsx
+ /processes/create-config-xlsx/execution:
+ post:
+ description: 'This function uploads an XLSX file to create the various objects
+ in the SensorThings service: Things, Sensors, Observed Properties, Locations,
+ Features Of Interest and Datastreams.'
+ operationId: executeCreate-config-xlsxJob
+ requestBody:
+ content:
+ application/json:
+ example:
+ inputs:
+ config_xlsx: aghrys_sensorthings.xlsx
+ schema:
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/schemas/execute.yaml
+ description: Mandatory execute request JSON
+ required: true
+ responses:
+ '200':
+ $ref: '#/components/responses/200'
+ '201':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ExecuteAsync.yaml
+ '404':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml
+ '500':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ServerError.yaml
+ default:
+ $ref: '#/components/responses/default'
+ summary: Process Setting up the sensorthings service execution
+ tags:
+ - create-config-xlsx
+ /processes/create-sta:
+ get:
+ description: An example process that takes a name as input, and echoes it back
+ as output. Intended to demonstrate a simple process with a single literal
+ input.
+ operationId: describeCreate-staProcess
+ parameters:
+ - $ref: '#/components/parameters/f'
+ responses:
+ '200':
+ $ref: '#/components/responses/200'
+ default:
+ $ref: '#/components/responses/default'
+ summary: Get process metadata
+ tags:
+ - create-sta
+ /processes/create-sta/execution:
+ post:
+ description: An example process that takes a name as input, and echoes it back
+ as output. Intended to demonstrate a simple process with a single literal
+ input.
+ operationId: executeCreate-staJob
+ requestBody:
+ content:
+ application/json:
+ example:
+ inputs:
+ author: Christophe Geneste
+ description: Observatoire de recherche en environnement AgrHyS
+ name: agrhys
+ schema:
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/schemas/execute.yaml
+ description: Mandatory execute request JSON
+ required: true
+ responses:
+ '200':
+ $ref: '#/components/responses/200'
+ '201':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ExecuteAsync.yaml
+ '404':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml
+ '500':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ServerError.yaml
+ default:
+ $ref: '#/components/responses/default'
+ summary: Process STA creation execution
+ tags:
+ - create-sta
+ /processes/create-viewer:
+ get:
+ description: This function automatically generates a URL pointing to a map portal
+ displaying chronicles of observations from the SensorThings service provided.
+ operationId: describeCreate-viewerProcess
+ parameters:
+ - $ref: '#/components/parameters/f'
+ responses:
+ '200':
+ $ref: '#/components/responses/200'
+ default:
+ $ref: '#/components/responses/default'
+ summary: Get process metadata
+ tags:
+ - create-viewer
+ /processes/create-viewer/execution:
+ post:
+ description: This function automatically generates a URL pointing to a map portal
+ displaying chronicles of observations from the SensorThings service provided.
+ operationId: executeCreate-viewerJob
+ requestBody:
+ content:
+ application/json:
+ example:
+ inputs:
+ url_sensorthings: https://api.geosas.fr/wsci/v1.0/
+ schema:
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/schemas/execute.yaml
+ description: Mandatory execute request JSON
+ required: true
+ responses:
+ '200':
+ $ref: '#/components/responses/200'
+ '201':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ExecuteAsync.yaml
+ '404':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml
+ '500':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ServerError.yaml
+ default:
+ $ref: '#/components/responses/default'
+ summary: Process Create SensorThings geographic portal execution
+ tags:
+ - create-viewer
+ /processes/post-observations:
+ get:
+ description: This function uploads observations from CSV or XLSX file to the
+ SensorThings service.
+ operationId: describePost-observationsProcess
+ parameters:
+ - $ref: '#/components/parameters/f'
+ responses:
+ '200':
+ $ref: '#/components/responses/200'
+ default:
+ $ref: '#/components/responses/default'
+ summary: Get process metadata
+ tags:
+ - post-observations
+ /processes/post-observations/execution:
+ post:
+ description: This function uploads observations from CSV or XLSX file to the
+ SensorThings service.
+ operationId: executePost-observationsJob
+ requestBody:
+ content:
+ application/json:
+ example:
+ inputs:
+ colonne_date: date
+ data_file: meteo_sensorthings.csv
+ format_date: '%Y%m%d'
+ mode: large
+ schema:
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/schemas/execute.yaml
+ description: Mandatory execute request JSON
+ required: true
+ responses:
+ '200':
+ $ref: '#/components/responses/200'
+ '201':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ExecuteAsync.yaml
+ '404':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml
+ '500':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ServerError.yaml
+ default:
+ $ref: '#/components/responses/default'
+ summary: Process Upload observations execution
+ tags:
+ - post-observations
+ /processes/sta-to-sdi:
+ get:
+ description: This process publishes INPIRE-compliant layer and metadata from
+ a SensorThings service to a Spatial Data Infrastructure
+ operationId: describeSta-to-sdiProcess
+ parameters:
+ - $ref: '#/components/parameters/f'
+ responses:
+ '200':
+ $ref: '#/components/responses/200'
+ default:
+ $ref: '#/components/responses/default'
+ summary: Get process metadata
+ tags:
+ - sta-to-sdi
+ /processes/sta-to-sdi/execution:
+ post:
+ description: This process publishes INPIRE-compliant layer and metadata from
+ a SensorThings service to a Spatial Data Infrastructure
+ operationId: executeSta-to-sdiJob
+ requestBody:
+ content:
+ application/json:
+ example:
+ inputs:
+ url_st: https://api.geosas.fr/onde/v1.0/
+ schema:
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/schemas/execute.yaml
+ description: Mandatory execute request JSON
+ required: true
+ responses:
+ '200':
+ $ref: '#/components/responses/200'
+ '201':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ExecuteAsync.yaml
+ '404':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml
+ '500':
+ $ref: https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/responses/ServerError.yaml
+ default:
+ $ref: '#/components/responses/default'
+ summary: Process Publishes a SensorThings service in an IDG execution
+ tags:
+ - sta-to-sdi
+servers:
+- description: pygeoapi provid
+ url: https://geosas.fr/sofair-dev/api
+tags:
+- description: pygeoapi provid
+ externalDocs:
+ description: information
+ url: https://example.org
+ name: server
+- description: Process jobs
+ name: jobs
+- description: SpatioTemporal Asset Catalog
+ name: stac
+- description: An example process that takes a name as input, and echoes it back as
+ output. Intended to demonstrate a simple process with a single literal input.
+ name: create-sta
+- description: 'This function uploads an XLSX file to create the various objects in
+ the SensorThings service: Things, Sensors, Observed Properties, Locations, Features
+ Of Interest and Datastreams.'
+ name: create-config-xlsx
+- description: This function uploads observations from CSV or XLSX file to the SensorThings
+ service.
+ name: post-observations
+- description: This process publishes INPIRE-compliant layer and metadata from a SensorThings
+ service to a Spatial Data Infrastructure
+ name: sta-to-sdi
+- description: This function automatically generates a URL pointing to a map portal
+ displaying chronicles of observations from the SensorThings service provided.
+ name: create-viewer
+
diff --git a/config/sofair.wsgi b/config/sofair.wsgi
new file mode 100755
index 0000000..9249e57
--- /dev/null
+++ b/config/sofair.wsgi
@@ -0,0 +1,18 @@
+import os
+from flask import Flask
+import sys
+
+os.environ['PYGEOAPI_CONFIG'] = '/usr/local/sofair-dev/config/sofair-config.yml'
+os.environ['PYGEOAPI_OPENAPI'] = '/usr/local/sofair-dev/config/sofair-openapi.yml'
+
+sys.path.insert(1, os.path.dirname(os.path.abspath(__file__)))
+from pygeoapi.flask_app import BLUEPRINT as pygeoapi_blueprint
+from mainPage import main as main_blueprint
+
+
+application = Flask(__name__)
+
+
+application.register_blueprint(pygeoapi_blueprint,url_prefix='/api')
+application.register_blueprint(main_blueprint, url_prefix='/')
+
diff --git a/config/static/configMviewer/agrhys.xml b/config/static/configMviewer/agrhys.xml
new file mode 100644
index 0000000..bbebc08
--- /dev/null
+++ b/config/static/configMviewer/agrhys.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/config/static/configMviewer/agri4cast.xml b/config/static/configMviewer/agri4cast.xml
new file mode 100644
index 0000000..79ef87f
--- /dev/null
+++ b/config/static/configMviewer/agri4cast.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/config/static/configMviewer/bosco.xml b/config/static/configMviewer/bosco.xml
new file mode 100644
index 0000000..16e2f30
--- /dev/null
+++ b/config/static/configMviewer/bosco.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/config/static/configMviewer/efele.xml b/config/static/configMviewer/efele.xml
new file mode 100644
index 0000000..58bb9df
--- /dev/null
+++ b/config/static/configMviewer/efele.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/config/static/configMviewer/exemple.xml b/config/static/configMviewer/exemple.xml
new file mode 100644
index 0000000..0774a27
--- /dev/null
+++ b/config/static/configMviewer/exemple.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/config/static/configMviewer/hubeau.xml b/config/static/configMviewer/hubeau.xml
new file mode 100644
index 0000000..cb46f22
--- /dev/null
+++ b/config/static/configMviewer/hubeau.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/config/static/configMviewer/monitoringquimper.xml b/config/static/configMviewer/monitoringquimper.xml
new file mode 100644
index 0000000..62cf8d3
--- /dev/null
+++ b/config/static/configMviewer/monitoringquimper.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/config/static/configMviewer/onde.xml b/config/static/configMviewer/onde.xml
new file mode 100644
index 0000000..7a2c251
--- /dev/null
+++ b/config/static/configMviewer/onde.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/config/static/configMviewer/rennesmetro.xml b/config/static/configMviewer/rennesmetro.xml
new file mode 100644
index 0000000..83541bc
--- /dev/null
+++ b/config/static/configMviewer/rennesmetro.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/config/static/configMviewer/safran.xml b/config/static/configMviewer/safran.xml
new file mode 100644
index 0000000..7088ecb
--- /dev/null
+++ b/config/static/configMviewer/safran.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/config/static/configMviewer/selune.xml b/config/static/configMviewer/selune.xml
new file mode 100644
index 0000000..b3bb606
--- /dev/null
+++ b/config/static/configMviewer/selune.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/config/static/configMviewer/wsci.xml b/config/static/configMviewer/wsci.xml
new file mode 100644
index 0000000..ae2cfdb
--- /dev/null
+++ b/config/static/configMviewer/wsci.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/config/static/css/default.css b/config/static/css/default.css
new file mode 100755
index 0000000..2f87fc9
--- /dev/null
+++ b/config/static/css/default.css
@@ -0,0 +1,66 @@
+.flat {
+ border: 0px;
+}
+
+header {
+ display: inline-block;
+}
+
+main {
+ background-color:white
+}
+
+.crumbs {
+ background-color:rgb(230, 230, 230);
+ padding: 6px;
+}
+
+.crumbs a {
+ padding: 0px 6px;
+ color:black;
+ text-decoration: none;
+/* text-transform: capitalize;*/
+}
+
+#items-map, #collection-map {
+ width: 100%;
+ height: 400px;
+}
+
+/* cancel mini-css header>button uppercase */
+header button, header [type="button"], header .button, header [role="button"] {
+ text-transform: none;
+}
+
+html, body {
+ background-color: #fff;
+}
+
+footer.sticky {
+ position: fixed;
+ width: 100%;
+}
+
+main {
+ padding-bottom: 65px; /* prevent from falling under the footer */
+}
+
+table:not(.horizontal) {
+ max-height: none;
+}
+
+mark.successful {
+ background-color: green;
+}
+
+mark.accepted {
+ background-color: default;
+}
+
+mark.failed {
+ background-color: red;
+}
+
+mark.running {
+ background-color: orange;
+}
diff --git a/config/static/css/main.min.css b/config/static/css/main.min.css
new file mode 100644
index 0000000..4fd0c3d
--- /dev/null
+++ b/config/static/css/main.min.css
@@ -0,0 +1 @@
+.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.select select,.textarea,.input,.button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid rgba(0,0,0,0);border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.5em - 1px);padding-left:calc(0.75em - 1px);padding-right:calc(0.75em - 1px);padding-top:calc(0.5em - 1px);position:relative;vertical-align:top}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.select select:focus,.textarea:focus,.input:focus,.button:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.select select.is-focused,.is-focused.textarea,.is-focused.input,.is-focused.button,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.select select:active,.textarea:active,.input:active,.button:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.select select.is-active,.is-active.textarea,.is-active.input,.is-active.button{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,.select select[disabled],[disabled].textarea,[disabled].input,[disabled].button,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input,fieldset[disabled] .button{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.button,.switch,.b-checkbox.checkbox,.b-radio.radio{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:rgba(0,0,0,0);border-top-color:rgba(0,0,0,0);content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.image.is-square img,.image.is-square .has-ratio,.image.is-1by1 img,.image.is-1by1 .has-ratio,.image.is-5by4 img,.image.is-5by4 .has-ratio,.image.is-4by3 img,.image.is-4by3 .has-ratio,.image.is-3by2 img,.image.is-3by2 .has-ratio,.image.is-5by3 img,.image.is-5by3 .has-ratio,.image.is-16by9 img,.image.is-16by9 .has-ratio,.image.is-2by1 img,.image.is-2by1 .has-ratio,.image.is-3by1 img,.image.is-3by1 .has-ratio,.image.is-4by5 img,.image.is-4by5 .has-ratio,.image.is-3by4 img,.image.is-3by4 .has-ratio,.image.is-2by3 img,.image.is-2by3 .has-ratio,.image.is-3by5 img,.image.is-3by5 .has-ratio,.image.is-9by16 img,.image.is-9by16 .has-ratio,.image.is-1by2 img,.image.is-1by2 .has-ratio,.image.is-1by3 img,.image.is-1by3 .has-ratio{bottom:0;left:0;position:absolute;right:0;top:0}.navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}.b-radio.radio{outline:none;display:inline-flex;align-items:center}.b-radio.radio:not(.button){margin-right:.5em}.b-radio.radio:not(.button)+.radio:last-child{margin-right:0}.b-radio.radio+.radio{margin-left:0}.b-radio.radio input[type=radio]{position:absolute;left:0;opacity:0;outline:none;z-index:-1}.b-radio.radio input[type=radio]+.check{display:flex;flex-shrink:0;position:relative;cursor:pointer;width:1.25em;height:1.25em;transition:background 150ms ease-out;border-radius:50%;border:2px solid #7a7a7a}.b-radio.radio input[type=radio]+.check:before{content:"";display:flex;position:absolute;left:50%;margin-left:calc(-1.25em * 0.5);bottom:50%;margin-bottom:calc(-1.25em * 0.5);width:1.25em;height:1.25em;transition:transform 150ms ease-out;border-radius:50%;transform:scale(0);background-color:#00d1b2}.b-radio.radio input[type=radio]+.check.is-white:before{background:#fff}.b-radio.radio input[type=radio]+.check.is-black:before{background:#0a0a0a}.b-radio.radio input[type=radio]+.check.is-light:before{background:#f5f5f5}.b-radio.radio input[type=radio]+.check.is-dark:before{background:#363636}.b-radio.radio input[type=radio]+.check.is-primary:before{background:#00d1b2}.b-radio.radio input[type=radio]+.check.is-link:before{background:#485fc7}.b-radio.radio input[type=radio]+.check.is-info:before{background:#3e8ed0}.b-radio.radio input[type=radio]+.check.is-success:before{background:#48c78e}.b-radio.radio input[type=radio]+.check.is-warning:before{background:#ffe08a}.b-radio.radio input[type=radio]+.check.is-danger:before{background:#f14668}.b-radio.radio input[type=radio]:checked+.check{border-color:#00d1b2}.b-radio.radio input[type=radio]:checked+.check.is-white{border-color:#fff}.b-radio.radio input[type=radio]:checked+.check.is-black{border-color:#0a0a0a}.b-radio.radio input[type=radio]:checked+.check.is-light{border-color:#f5f5f5}.b-radio.radio input[type=radio]:checked+.check.is-dark{border-color:#363636}.b-radio.radio input[type=radio]:checked+.check.is-primary{border-color:#00d1b2}.b-radio.radio input[type=radio]:checked+.check.is-link{border-color:#485fc7}.b-radio.radio input[type=radio]:checked+.check.is-info{border-color:#3e8ed0}.b-radio.radio input[type=radio]:checked+.check.is-success{border-color:#48c78e}.b-radio.radio input[type=radio]:checked+.check.is-warning{border-color:#ffe08a}.b-radio.radio input[type=radio]:checked+.check.is-danger{border-color:#f14668}.b-radio.radio input[type=radio]:checked+.check:before{transform:scale(0.5)}.b-radio.radio input[type=radio]:focus+.check{box-shadow:0 0 .5em rgba(122,122,122,.8)}.b-radio.radio input[type=radio]:focus:checked+.check{box-shadow:0 0 .5em rgba(0,209,178,.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-white{box-shadow:0 0 .5em rgba(255,255,255,.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-black{box-shadow:0 0 .5em rgba(10,10,10,.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-light{box-shadow:0 0 .5em rgba(245,245,245,.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-dark{box-shadow:0 0 .5em rgba(54,54,54,.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-primary{box-shadow:0 0 .5em rgba(0,209,178,.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-link{box-shadow:0 0 .5em rgba(72,95,199,.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-info{box-shadow:0 0 .5em rgba(62,142,208,.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-success{box-shadow:0 0 .5em rgba(72,199,142,.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-warning{box-shadow:0 0 .5em rgba(255,224,138,.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-danger{box-shadow:0 0 .5em rgba(241,70,104,.8)}.b-radio.radio .control-label{padding-left:calc(0.75em - 1px)}.b-radio.radio.button{display:flex}.b-radio.radio.button.is-selected{z-index:1}.b-radio.radio[disabled]{opacity:.5}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check{border-color:#00d1b2}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-white{border-color:#fff}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-black{border-color:#0a0a0a}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-light{border-color:#f5f5f5}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-dark{border-color:#363636}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-primary{border-color:#00d1b2}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-link{border-color:#485fc7}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-info{border-color:#3e8ed0}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-success{border-color:#48c78e}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-warning{border-color:#ffe08a}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-danger{border-color:#f14668}.b-radio.radio.is-small{border-radius:2px;font-size:.75rem}.b-radio.radio.is-medium{font-size:1.25rem}.b-radio.radio.is-large{font-size:1.5rem}.table-wrapper .table{margin-bottom:0}.table-wrapper:not(:last-child){margin-bottom:1.5rem}@media screen and (max-width: 1023px){.table-wrapper{overflow-x:auto}}.b-table{transition:opacity 86ms ease-out}@media screen and (min-width: 769px),print{.b-table .table-mobile-sort{display:none}}.b-table .icon{transition:transform 150ms ease-out,opacity 86ms ease-out}.b-table .icon.is-desc{transform:rotate(180deg)}.b-table .icon.is-expanded{transform:rotate(90deg)}.b-table .table{width:100%;border:1px solid rgba(0,0,0,0);border-radius:4px;border-collapse:separate}.b-table .table th{font-weight:600}.b-table .table th .th-wrap{display:flex;align-items:center}.b-table .table th .th-wrap .icon{margin-left:.5rem;margin-right:0;font-size:1rem}.b-table .table th .th-wrap.is-numeric{flex-direction:row-reverse;text-align:right}.b-table .table th .th-wrap.is-numeric .icon{margin-left:0;margin-right:.5rem}.b-table .table th .th-wrap.is-centered{justify-content:center;text-align:center}.b-table .table th.is-current-sort{border-color:#7a7a7a;font-weight:700}.b-table .table th.is-sortable:hover{border-color:#7a7a7a}.b-table .table th.is-sortable,.b-table .table th.is-sortable .th-wrap{cursor:pointer}.b-table .table th .multi-sort-cancel-icon{margin-left:10px}.b-table .table th.is-sticky{position:-webkit-sticky;position:sticky;left:0;z-index:3 !important;background:#fff}.b-table .table tr.is-selected .checkbox input:checked+.check{background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:hsl(171deg, 100%25, 41%25)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center}.b-table .table tr.is-selected .checkbox input+.check{border-color:#fff}.b-table .table tr.is-empty:hover{background-color:rgba(0,0,0,0)}.b-table .table .is-chevron-cell,.b-table .table .is-checkbox-cell{width:40px}.b-table .table .is-chevron-cell{vertical-align:middle}.b-table .table .is-checkbox-cell .checkbox{vertical-align:middle}.b-table .table .is-checkbox-cell .checkbox.b-checkbox{margin-right:0}.b-table .table .is-checkbox-cell .checkbox .check{transition:none}.b-table .table tr.detail{box-shadow:inset 0 1px 3px #dbdbdb;background:#fafafa}.b-table .table tr.detail .detail-container{padding:1rem}.b-table .table:focus{border-color:#485fc7;box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.b-table .table.is-bordered th.is-current-sort,.b-table .table.is-bordered th.is-sortable:hover{border-color:#dbdbdb;background:#f5f5f5}.b-table .table td.is-sticky{position:-webkit-sticky;position:sticky;left:0;z-index:1;background:#fff}.b-table .table td.is-image-cell .image{margin:0 auto;width:1.5rem;height:1.5rem}.b-table .table td.is-progress-cell{min-width:5rem;vertical-align:middle}.b-table .table-wrapper.has-sticky-header{height:300px;overflow-y:auto}@media screen and (max-width: 768px){.b-table .table-wrapper.has-sticky-header.has-mobile-cards{height:initial !important;overflow-y:initial !important}}.b-table .table-wrapper.has-sticky-header tr:first-child th{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#fff}@media screen and (max-width: 768px){.b-table .table-wrapper.has-mobile-cards thead{display:none}.b-table .table-wrapper.has-mobile-cards tfoot th{border:0;display:inherit}.b-table .table-wrapper.has-mobile-cards tr{box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);max-width:100%;position:relative;display:block}.b-table .table-wrapper.has-mobile-cards tr td{border:0;display:inherit}.b-table .table-wrapper.has-mobile-cards tr td:last-child{border-bottom:0}.b-table .table-wrapper.has-mobile-cards tr:not(:last-child){margin-bottom:1rem}.b-table .table-wrapper.has-mobile-cards tr:not([class*=is-]){background:inherit}.b-table .table-wrapper.has-mobile-cards tr:not([class*=is-]):hover{background-color:inherit}.b-table .table-wrapper.has-mobile-cards tr.detail{margin-top:-1rem}.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid #f5f5f5}.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td:before{content:attr(data-label);font-weight:600;padding-right:.5rem;text-align:left}.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell .image{width:6rem;height:6rem;margin:0 auto .5rem}.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-progress-cell span,.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-progress-cell progress{display:flex;width:45%;align-items:center;align-self:center}.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-checkbox-cell,.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell{border-bottom:0 !important}.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-checkbox-cell:before,.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-actions-cell:before{display:none}.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden:before,.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell:before{display:none}.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden span{display:block;width:100%}.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden.is-progress-col progress{width:100%}}.b-table .table-wrapper.is-card-list thead{display:none}.b-table .table-wrapper.is-card-list tfoot th{border:0;display:inherit}.b-table .table-wrapper.is-card-list tr{box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);max-width:100%;position:relative;display:block}.b-table .table-wrapper.is-card-list tr td{border:0;display:inherit}.b-table .table-wrapper.is-card-list tr td:last-child{border-bottom:0}.b-table .table-wrapper.is-card-list tr:not(:last-child){margin-bottom:1rem}.b-table .table-wrapper.is-card-list tr:not([class*=is-]){background:inherit}.b-table .table-wrapper.is-card-list tr:not([class*=is-]):hover{background-color:inherit}.b-table .table-wrapper.is-card-list tr.detail{margin-top:-1rem}.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid #f5f5f5}.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td:before{content:attr(data-label);font-weight:600;padding-right:.5rem;text-align:left}.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell .image{width:6rem;height:6rem;margin:0 auto .5rem}.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-progress-cell span,.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-progress-cell progress{display:flex;width:45%;align-items:center;align-self:center}.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-checkbox-cell,.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell{border-bottom:0 !important}.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-checkbox-cell:before,.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-actions-cell:before{display:none}.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden:before,.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell:before{display:none}.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden span{display:block;width:100%}.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden.is-progress-col progress{width:100%}.b-table.is-loading{position:relative;pointer-events:none;opacity:.5}.b-table.is-loading:after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:rgba(0,0,0,0);border-top-color:rgba(0,0,0,0);content:"";display:block;height:1em;position:relative;width:1em;position:absolute;top:4em;left:calc(50% - 2.5em);width:5em;height:5em;border-width:.25em}.b-table.has-pagination .table-wrapper{margin-bottom:0}.b-table.has-pagination .table-wrapper+.notification{border-top-left-radius:0;border-top-right-radius:0}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.select select,.textarea,.input,.button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid rgba(0,0,0,0);border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.5em - 1px);padding-left:calc(0.75em - 1px);padding-right:calc(0.75em - 1px);padding-top:calc(0.5em - 1px);position:relative;vertical-align:top}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.select select:focus,.textarea:focus,.input:focus,.button:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.select select.is-focused,.is-focused.textarea,.is-focused.input,.is-focused.button,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.select select:active,.textarea:active,.input:active,.button:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.select select.is-active,.is-active.textarea,.is-active.input,.is-active.button{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,.select select[disabled],[disabled].textarea,[disabled].input,[disabled].button,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input,fieldset[disabled] .button{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.button,.switch,.b-checkbox.checkbox,.b-radio.radio{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:rgba(0,0,0,0);border-top-color:rgba(0,0,0,0);content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.image.is-square img,.image.is-square .has-ratio,.image.is-1by1 img,.image.is-1by1 .has-ratio,.image.is-5by4 img,.image.is-5by4 .has-ratio,.image.is-4by3 img,.image.is-4by3 .has-ratio,.image.is-3by2 img,.image.is-3by2 .has-ratio,.image.is-5by3 img,.image.is-5by3 .has-ratio,.image.is-16by9 img,.image.is-16by9 .has-ratio,.image.is-2by1 img,.image.is-2by1 .has-ratio,.image.is-3by1 img,.image.is-3by1 .has-ratio,.image.is-4by5 img,.image.is-4by5 .has-ratio,.image.is-3by4 img,.image.is-3by4 .has-ratio,.image.is-2by3 img,.image.is-2by3 .has-ratio,.image.is-3by5 img,.image.is-3by5 .has-ratio,.image.is-9by16 img,.image.is-9by16 .has-ratio,.image.is-1by2 img,.image.is-1by2 .has-ratio,.image.is-1by3 img,.image.is-1by3 .has-ratio{bottom:0;left:0;position:absolute;right:0;top:0}.navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}.b-checkbox.checkbox{outline:none;display:inline-flex;align-items:center}.b-checkbox.checkbox:not(.button){margin-right:.5em}.b-checkbox.checkbox:not(.button)+.checkbox:last-child{margin-right:0}.b-checkbox.checkbox input[type=checkbox]{position:absolute;left:0;opacity:0;outline:none;z-index:-1}.b-checkbox.checkbox input[type=checkbox]+.check{width:1.25em;height:1.25em;flex-shrink:0;border-radius:4px;border:2px solid #7a7a7a;transition:background 150ms ease-out;background:rgba(0,0,0,0)}.b-checkbox.checkbox input[type=checkbox]:checked+.check{background:#00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#00d1b2}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-white{background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:hsl(0deg, 0%25, 4%25)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#fff}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-black{background:#0a0a0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:hsl(0deg, 0%25, 100%25)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#0a0a0a}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-light{background:#f5f5f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#f5f5f5}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-dark{background:#363636 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#363636}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-primary{background:#00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#00d1b2}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-link{background:#485fc7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#485fc7}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-info{background:#3e8ed0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#3e8ed0}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-success{background:#48c78e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#48c78e}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-warning{background:#ffe08a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#ffe08a}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-danger{background:#f14668 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:#f14668}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check{background:#00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#00d1b2}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-white,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-white{background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:hsl(0deg, 0%25, 4%25)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#fff}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-black,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-black{background:#0a0a0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:hsl(0deg, 0%25, 100%25)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#0a0a0a}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-light,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-light{background:#f5f5f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#f5f5f5}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-dark,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-dark{background:#363636 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#363636}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-primary,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-primary{background:#00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#00d1b2}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-link,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-link{background:#485fc7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#485fc7}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-info,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-info{background:#3e8ed0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#3e8ed0}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-success,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-success{background:#48c78e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#48c78e}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-warning,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-warning{background:#ffe08a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#ffe08a}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-danger,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-danger{background:#f14668 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:#f14668}.b-checkbox.checkbox input[type=checkbox]:focus+.check{box-shadow:0 0 .5em rgba(122,122,122,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check{box-shadow:0 0 .5em rgba(0,209,178,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-white{box-shadow:0 0 .5em rgba(255,255,255,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-black{box-shadow:0 0 .5em rgba(10,10,10,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-light{box-shadow:0 0 .5em rgba(245,245,245,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-dark{box-shadow:0 0 .5em rgba(54,54,54,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-primary{box-shadow:0 0 .5em rgba(0,209,178,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-link{box-shadow:0 0 .5em rgba(72,95,199,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-info{box-shadow:0 0 .5em rgba(62,142,208,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-success{box-shadow:0 0 .5em rgba(72,199,142,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-warning{box-shadow:0 0 .5em rgba(255,224,138,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-danger{box-shadow:0 0 .5em rgba(241,70,104,.8)}.b-checkbox.checkbox .control-label{padding-left:calc(0.75em - 1px)}.b-checkbox.checkbox.button{display:flex}.b-checkbox.checkbox[disabled]{opacity:.5}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check{border-color:#00d1b2}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-white{border-color:#fff}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-black{border-color:#0a0a0a}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-light{border-color:#f5f5f5}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-dark{border-color:#363636}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-primary{border-color:#00d1b2}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-link{border-color:#485fc7}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-info{border-color:#3e8ed0}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-success{border-color:#48c78e}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-warning{border-color:#ffe08a}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-danger{border-color:#f14668}.b-checkbox.checkbox.is-small{border-radius:2px;font-size:.75rem}.b-checkbox.checkbox.is-medium{font-size:1.25rem}.b-checkbox.checkbox.is-large{font-size:1.5rem}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.select select,.textarea,.input,.button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid rgba(0,0,0,0);border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.5em - 1px);padding-left:calc(0.75em - 1px);padding-right:calc(0.75em - 1px);padding-top:calc(0.5em - 1px);position:relative;vertical-align:top}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.select select:focus,.textarea:focus,.input:focus,.button:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.select select.is-focused,.is-focused.textarea,.is-focused.input,.is-focused.button,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.select select:active,.textarea:active,.input:active,.button:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.select select.is-active,.is-active.textarea,.is-active.input,.is-active.button{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,.select select[disabled],[disabled].textarea,[disabled].input,[disabled].button,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input,fieldset[disabled] .button{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.button,.switch,.b-radio.radio,.b-checkbox.checkbox{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:rgba(0,0,0,0);border-top-color:rgba(0,0,0,0);content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.image.is-square img,.image.is-square .has-ratio,.image.is-1by1 img,.image.is-1by1 .has-ratio,.image.is-5by4 img,.image.is-5by4 .has-ratio,.image.is-4by3 img,.image.is-4by3 .has-ratio,.image.is-3by2 img,.image.is-3by2 .has-ratio,.image.is-5by3 img,.image.is-5by3 .has-ratio,.image.is-16by9 img,.image.is-16by9 .has-ratio,.image.is-2by1 img,.image.is-2by1 .has-ratio,.image.is-3by1 img,.image.is-3by1 .has-ratio,.image.is-4by5 img,.image.is-4by5 .has-ratio,.image.is-3by4 img,.image.is-3by4 .has-ratio,.image.is-2by3 img,.image.is-2by3 .has-ratio,.image.is-3by5 img,.image.is-3by5 .has-ratio,.image.is-9by16 img,.image.is-9by16 .has-ratio,.image.is-1by2 img,.image.is-1by2 .has-ratio,.image.is-1by3 img,.image.is-1by3 .has-ratio{bottom:0;left:0;position:absolute;right:0;top:0}.navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}.switch{cursor:pointer;display:inline-flex;align-items:center;position:relative;margin-right:.5em}.switch+.switch:last-child{margin-right:0}.switch input[type=checkbox]{position:absolute;left:0;opacity:0;outline:none;z-index:-1}.switch input[type=checkbox]+.check{display:flex;align-items:center;flex-shrink:0;width:2.75em;height:1.575em;padding:.2em;background:#b5b5b5;border-radius:4px;transition:background 150ms ease-out,box-shadow 150ms ease-out}.switch input[type=checkbox]+.check.is-white-passive,.switch input[type=checkbox]+.check:hover{background:#fff}.switch input[type=checkbox]+.check.input[type=checkbox]+.switch input[type=checkbox]+.check.check{background:"pink"}.switch input[type=checkbox]+.check.is-black-passive,.switch input[type=checkbox]+.check:hover{background:#0a0a0a}.switch input[type=checkbox]+.check.input[type=checkbox]+.switch input[type=checkbox]+.check.check{background:"pink"}.switch input[type=checkbox]+.check.is-light-passive,.switch input[type=checkbox]+.check:hover{background:#f5f5f5}.switch input[type=checkbox]+.check.input[type=checkbox]+.switch input[type=checkbox]+.check.check{background:"pink"}.switch input[type=checkbox]+.check.is-dark-passive,.switch input[type=checkbox]+.check:hover{background:#363636}.switch input[type=checkbox]+.check.input[type=checkbox]+.switch input[type=checkbox]+.check.check{background:"pink"}.switch input[type=checkbox]+.check.is-primary-passive,.switch input[type=checkbox]+.check:hover{background:#00d1b2}.switch input[type=checkbox]+.check.input[type=checkbox]+.switch input[type=checkbox]+.check.check{background:"pink"}.switch input[type=checkbox]+.check.is-link-passive,.switch input[type=checkbox]+.check:hover{background:#485fc7}.switch input[type=checkbox]+.check.input[type=checkbox]+.switch input[type=checkbox]+.check.check{background:"pink"}.switch input[type=checkbox]+.check.is-info-passive,.switch input[type=checkbox]+.check:hover{background:#3e8ed0}.switch input[type=checkbox]+.check.input[type=checkbox]+.switch input[type=checkbox]+.check.check{background:"pink"}.switch input[type=checkbox]+.check.is-success-passive,.switch input[type=checkbox]+.check:hover{background:#48c78e}.switch input[type=checkbox]+.check.input[type=checkbox]+.switch input[type=checkbox]+.check.check{background:"pink"}.switch input[type=checkbox]+.check.is-warning-passive,.switch input[type=checkbox]+.check:hover{background:#ffe08a}.switch input[type=checkbox]+.check.input[type=checkbox]+.switch input[type=checkbox]+.check.check{background:"pink"}.switch input[type=checkbox]+.check.is-danger-passive,.switch input[type=checkbox]+.check:hover{background:#f14668}.switch input[type=checkbox]+.check.input[type=checkbox]+.switch input[type=checkbox]+.check.check{background:"pink"}.switch input[type=checkbox]+.check:before{content:"";display:block;border-radius:4px;width:1.175em;height:1.175em;background:#f5f5f5;transition:transform 150ms ease-out;will-change:transform;transform-origin:left}.switch input[type=checkbox]+.check.is-elastic:before{transform:scaleX(1.5);border-radius:4px}.switch input[type=checkbox]:checked+.check{background:#00d1b2}.switch input[type=checkbox]:checked+.check.is-white{background:#fff}.switch input[type=checkbox]:checked+.check.is-black{background:#0a0a0a}.switch input[type=checkbox]:checked+.check.is-light{background:#f5f5f5}.switch input[type=checkbox]:checked+.check.is-dark{background:#363636}.switch input[type=checkbox]:checked+.check.is-primary{background:#00d1b2}.switch input[type=checkbox]:checked+.check.is-link{background:#485fc7}.switch input[type=checkbox]:checked+.check.is-info{background:#3e8ed0}.switch input[type=checkbox]:checked+.check.is-success{background:#48c78e}.switch input[type=checkbox]:checked+.check.is-warning{background:#ffe08a}.switch input[type=checkbox]:checked+.check.is-danger{background:#f14668}.switch input[type=checkbox]:checked+.check:before{transform:translate3d(100%, 0, 0)}.switch input[type=checkbox]:checked+.check.is-elastic:before{transform:translate3d(50%, 0, 0) scaleX(1.5)}.switch input[type=checkbox]:focus,.switch input[type=checkbox]:active{outline:none}.switch .control-label{padding-left:.5em}.switch:hover input[type=checkbox]+.check{background:rgba(181,181,181,.9)}.switch:hover input[type=checkbox]+.check.is-white-passive{background:rgba(255,255,255,.9)}.switch:hover input[type=checkbox]+.check.is-black-passive{background:rgba(10,10,10,.9)}.switch:hover input[type=checkbox]+.check.is-light-passive{background:rgba(245,245,245,.9)}.switch:hover input[type=checkbox]+.check.is-dark-passive{background:rgba(54,54,54,.9)}.switch:hover input[type=checkbox]+.check.is-primary-passive{background:rgba(0,209,178,.9)}.switch:hover input[type=checkbox]+.check.is-link-passive{background:rgba(72,95,199,.9)}.switch:hover input[type=checkbox]+.check.is-info-passive{background:rgba(62,142,208,.9)}.switch:hover input[type=checkbox]+.check.is-success-passive{background:rgba(72,199,142,.9)}.switch:hover input[type=checkbox]+.check.is-warning-passive{background:rgba(255,224,138,.9)}.switch:hover input[type=checkbox]+.check.is-danger-passive{background:rgba(241,70,104,.9)}.switch:hover input[type=checkbox]:checked+.check{background:rgba(0,209,178,.9)}.switch:hover input[type=checkbox]:checked+.check.is-white{background:rgba(255,255,255,.9)}.switch:hover input[type=checkbox]:checked+.check.is-black{background:rgba(10,10,10,.9)}.switch:hover input[type=checkbox]:checked+.check.is-light{background:rgba(245,245,245,.9)}.switch:hover input[type=checkbox]:checked+.check.is-dark{background:rgba(54,54,54,.9)}.switch:hover input[type=checkbox]:checked+.check.is-primary{background:rgba(0,209,178,.9)}.switch:hover input[type=checkbox]:checked+.check.is-link{background:rgba(72,95,199,.9)}.switch:hover input[type=checkbox]:checked+.check.is-info{background:rgba(62,142,208,.9)}.switch:hover input[type=checkbox]:checked+.check.is-success{background:rgba(72,199,142,.9)}.switch:hover input[type=checkbox]:checked+.check.is-warning{background:rgba(255,224,138,.9)}.switch:hover input[type=checkbox]:checked+.check.is-danger{background:rgba(241,70,104,.9)}.switch.is-rounded input[type=checkbox]+.check{border-radius:9999px}.switch.is-rounded input[type=checkbox]+.check:before{border-radius:9999px}.switch.is-rounded input[type=checkbox].is-elastic:before{transform:scaleX(1.5);border-radius:9999px}.switch.is-outlined input[type=checkbox]+.check{background:rgba(0,0,0,0);border:.1rem solid #b5b5b5;padding:.1em}.switch.is-outlined input[type=checkbox]+.check.is-white-passive{border:.1rem solid rgba(255,255,255,.9)}.switch.is-outlined input[type=checkbox]+.check.is-white-passive:before{background:#fff}.switch.is-outlined input[type=checkbox]+.check.is-white-passive:hover{border-color:rgba(255,255,255,.9)}.switch.is-outlined input[type=checkbox]+.check.is-black-passive{border:.1rem solid rgba(10,10,10,.9)}.switch.is-outlined input[type=checkbox]+.check.is-black-passive:before{background:#0a0a0a}.switch.is-outlined input[type=checkbox]+.check.is-black-passive:hover{border-color:rgba(10,10,10,.9)}.switch.is-outlined input[type=checkbox]+.check.is-light-passive{border:.1rem solid rgba(245,245,245,.9)}.switch.is-outlined input[type=checkbox]+.check.is-light-passive:before{background:#f5f5f5}.switch.is-outlined input[type=checkbox]+.check.is-light-passive:hover{border-color:rgba(245,245,245,.9)}.switch.is-outlined input[type=checkbox]+.check.is-dark-passive{border:.1rem solid rgba(54,54,54,.9)}.switch.is-outlined input[type=checkbox]+.check.is-dark-passive:before{background:#363636}.switch.is-outlined input[type=checkbox]+.check.is-dark-passive:hover{border-color:rgba(54,54,54,.9)}.switch.is-outlined input[type=checkbox]+.check.is-primary-passive{border:.1rem solid rgba(0,209,178,.9)}.switch.is-outlined input[type=checkbox]+.check.is-primary-passive:before{background:#00d1b2}.switch.is-outlined input[type=checkbox]+.check.is-primary-passive:hover{border-color:rgba(0,209,178,.9)}.switch.is-outlined input[type=checkbox]+.check.is-link-passive{border:.1rem solid rgba(72,95,199,.9)}.switch.is-outlined input[type=checkbox]+.check.is-link-passive:before{background:#485fc7}.switch.is-outlined input[type=checkbox]+.check.is-link-passive:hover{border-color:rgba(72,95,199,.9)}.switch.is-outlined input[type=checkbox]+.check.is-info-passive{border:.1rem solid rgba(62,142,208,.9)}.switch.is-outlined input[type=checkbox]+.check.is-info-passive:before{background:#3e8ed0}.switch.is-outlined input[type=checkbox]+.check.is-info-passive:hover{border-color:rgba(62,142,208,.9)}.switch.is-outlined input[type=checkbox]+.check.is-success-passive{border:.1rem solid rgba(72,199,142,.9)}.switch.is-outlined input[type=checkbox]+.check.is-success-passive:before{background:#48c78e}.switch.is-outlined input[type=checkbox]+.check.is-success-passive:hover{border-color:rgba(72,199,142,.9)}.switch.is-outlined input[type=checkbox]+.check.is-warning-passive{border:.1rem solid rgba(255,224,138,.9)}.switch.is-outlined input[type=checkbox]+.check.is-warning-passive:before{background:#ffe08a}.switch.is-outlined input[type=checkbox]+.check.is-warning-passive:hover{border-color:rgba(255,224,138,.9)}.switch.is-outlined input[type=checkbox]+.check.is-danger-passive{border:.1rem solid rgba(241,70,104,.9)}.switch.is-outlined input[type=checkbox]+.check.is-danger-passive:before{background:#f14668}.switch.is-outlined input[type=checkbox]+.check.is-danger-passive:hover{border-color:rgba(241,70,104,.9)}.switch.is-outlined input[type=checkbox]+.check:before{background:#b5b5b5}.switch.is-outlined input[type=checkbox]:checked+.check{border-color:#00d1b2}.switch.is-outlined input[type=checkbox]:checked+.check.is-white{background:rgba(0,0,0,0);border-color:#fff}.switch.is-outlined input[type=checkbox]:checked+.check.is-white:before{background:#fff}.switch.is-outlined input[type=checkbox]:checked+.check.is-black{background:rgba(0,0,0,0);border-color:#0a0a0a}.switch.is-outlined input[type=checkbox]:checked+.check.is-black:before{background:#0a0a0a}.switch.is-outlined input[type=checkbox]:checked+.check.is-light{background:rgba(0,0,0,0);border-color:#f5f5f5}.switch.is-outlined input[type=checkbox]:checked+.check.is-light:before{background:#f5f5f5}.switch.is-outlined input[type=checkbox]:checked+.check.is-dark{background:rgba(0,0,0,0);border-color:#363636}.switch.is-outlined input[type=checkbox]:checked+.check.is-dark:before{background:#363636}.switch.is-outlined input[type=checkbox]:checked+.check.is-primary{background:rgba(0,0,0,0);border-color:#00d1b2}.switch.is-outlined input[type=checkbox]:checked+.check.is-primary:before{background:#00d1b2}.switch.is-outlined input[type=checkbox]:checked+.check.is-link{background:rgba(0,0,0,0);border-color:#485fc7}.switch.is-outlined input[type=checkbox]:checked+.check.is-link:before{background:#485fc7}.switch.is-outlined input[type=checkbox]:checked+.check.is-info{background:rgba(0,0,0,0);border-color:#3e8ed0}.switch.is-outlined input[type=checkbox]:checked+.check.is-info:before{background:#3e8ed0}.switch.is-outlined input[type=checkbox]:checked+.check.is-success{background:rgba(0,0,0,0);border-color:#48c78e}.switch.is-outlined input[type=checkbox]:checked+.check.is-success:before{background:#48c78e}.switch.is-outlined input[type=checkbox]:checked+.check.is-warning{background:rgba(0,0,0,0);border-color:#ffe08a}.switch.is-outlined input[type=checkbox]:checked+.check.is-warning:before{background:#ffe08a}.switch.is-outlined input[type=checkbox]:checked+.check.is-danger{background:rgba(0,0,0,0);border-color:#f14668}.switch.is-outlined input[type=checkbox]:checked+.check.is-danger:before{background:#f14668}.switch.is-outlined input[type=checkbox]:checked+.check:before{background:#00d1b2}.switch.is-outlined:hover input[type=checkbox]+.check{background:rgba(0,0,0,0);border-color:rgba(181,181,181,.9)}.switch.is-outlined:hover input[type=checkbox]:checked+.check{background:rgba(0,0,0,0);border-color:rgba(0,209,178,.9)}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-white{border-color:rgba(255,255,255,.9)}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-black{border-color:rgba(10,10,10,.9)}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-light{border-color:rgba(245,245,245,.9)}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-dark{border-color:rgba(54,54,54,.9)}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-primary{border-color:rgba(0,209,178,.9)}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-link{border-color:rgba(72,95,199,.9)}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-info{border-color:rgba(62,142,208,.9)}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-success{border-color:rgba(72,199,142,.9)}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-warning{border-color:rgba(255,224,138,.9)}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-danger{border-color:rgba(241,70,104,.9)}.switch.is-small{border-radius:2px;font-size:.75rem}.switch.is-medium{font-size:1.25rem}.switch.is-large{font-size:1.5rem}.switch[disabled]{opacity:.5;cursor:not-allowed;color:#7a7a7a}.upload{position:relative;display:inline-flex}.upload input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;outline:none;cursor:pointer;z-index:-1}.upload.is-expanded{width:100%}.field.file.has-addons .button.is-static{color:#242424;background-color:#fff;border-left:0}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.upload input[type=file]{z-index:auto}}/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.select select,.textarea,.input,.button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid rgba(0,0,0,0);border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.5em - 1px);padding-left:calc(0.75em - 1px);padding-right:calc(0.75em - 1px);padding-top:calc(0.5em - 1px);position:relative;vertical-align:top}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.select select:focus,.textarea:focus,.input:focus,.button:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.select select.is-focused,.is-focused.textarea,.is-focused.input,.is-focused.button,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.select select:active,.textarea:active,.input:active,.button:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.select select.is-active,.is-active.textarea,.is-active.input,.is-active.button{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,.select select[disabled],[disabled].textarea,[disabled].input,[disabled].button,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input,fieldset[disabled] .button{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.button,.b-radio.radio,.b-checkbox.checkbox,.switch{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:rgba(0,0,0,0);border-top-color:rgba(0,0,0,0);content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.image.is-square img,.image.is-square .has-ratio,.image.is-1by1 img,.image.is-1by1 .has-ratio,.image.is-5by4 img,.image.is-5by4 .has-ratio,.image.is-4by3 img,.image.is-4by3 .has-ratio,.image.is-3by2 img,.image.is-3by2 .has-ratio,.image.is-5by3 img,.image.is-5by3 .has-ratio,.image.is-16by9 img,.image.is-16by9 .has-ratio,.image.is-2by1 img,.image.is-2by1 .has-ratio,.image.is-3by1 img,.image.is-3by1 .has-ratio,.image.is-4by5 img,.image.is-4by5 .has-ratio,.image.is-3by4 img,.image.is-3by4 .has-ratio,.image.is-2by3 img,.image.is-2by3 .has-ratio,.image.is-3by5 img,.image.is-3by5 .has-ratio,.image.is-9by16 img,.image.is-9by16 .has-ratio,.image.is-1by2 img,.image.is-1by2 .has-ratio,.image.is-1by3 img,.image.is-1by3 .has-ratio{bottom:0;left:0;position:absolute;right:0;top:0}.navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}html{background-color:#f8f8f8;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:"Nunito",sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1em;font-weight:400;line-height:1.5}a{color:#485fc7;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{background-color:#f5f5f5;color:#da1039;font-size:.875em;font-weight:normal;padding:.25em .5em .25em}hr{background-color:#f5f5f5;border:none;display:block;height:1px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:rgba(0,0,0,0);color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:#363636}@keyframes spinAround{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.box{background-color:#fff;border-radius:6px;box-shadow:0 .5em 1em -0.125em rgba(10,10,10,.1),0 0px 0 1px rgba(10,10,10,.02);color:#4a4a4a;display:block;padding:1.25rem}a.box:hover,a.box:focus{box-shadow:0 .5em 1em -0.125em rgba(10,10,10,.1),0 0 0 1px #485fc7}a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #485fc7}.button{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#363636;cursor:pointer;justify-content:center;padding-bottom:calc(0.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(0.5em - 1px);text-align:center;white-space:nowrap}.button strong{color:inherit}.button .icon,.button .icon.is-small,.button .icon.is-medium,.button .icon.is-large{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-left:calc(-0.5em - 1px);margin-right:.25em}.button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-0.5em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-0.5em - 1px);margin-right:calc(-0.5em - 1px)}.button:hover,.button.is-hovered{border-color:#b5b5b5;color:#363636}.button:focus,.button.is-focused{border-color:#485fc7;color:#363636}.button:focus:not(:active),.button.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.button:active,.button.is-active{border-color:#4a4a4a;color:#363636}.button.is-text{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#4a4a4a;text-decoration:underline}.button.is-text:hover,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text.is-focused{background-color:#f5f5f5;color:#363636}.button.is-text:active,.button.is-text.is-active{background-color:#e8e8e8;color:#363636}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);box-shadow:none}.button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:#485fc7;text-decoration:none}.button.is-ghost:hover,.button.is-ghost.is-hovered{color:#485fc7;text-decoration:underline}.button.is-white{background-color:#fff;border-color:rgba(0,0,0,0);color:#0a0a0a}.button.is-white:hover,.button.is-white.is-hovered{background-color:#f9f9f9;border-color:rgba(0,0,0,0);color:#0a0a0a}.button.is-white:focus,.button.is-white.is-focused{border-color:rgba(0,0,0,0);color:#0a0a0a}.button.is-white:focus:not(:active),.button.is-white.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(255,255,255,.25)}.button.is-white:active,.button.is-white.is-active{background-color:#f2f2f2;border-color:rgba(0,0,0,0);color:#0a0a0a}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}.button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted:hover,.button.is-white.is-inverted.is-hovered{background-color:#000}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#0a0a0a;border-color:rgba(0,0,0,0);box-shadow:none;color:#fff}.button.is-white.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #0a0a0a #0a0a0a !important}.button.is-white.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.button.is-white.is-outlined:hover,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-white.is-outlined.is-loading:hover::after,.button.is-white.is-outlined.is-loading.is-hovered::after,.button.is-white.is-outlined.is-loading:focus::after,.button.is-white.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #0a0a0a #0a0a0a !important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#0a0a0a;color:#0a0a0a}.button.is-white.is-inverted.is-outlined:hover,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-outlined.is-loading:hover::after,.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-white.is-inverted.is-outlined.is-loading:focus::after,.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black{background-color:#0a0a0a;border-color:rgba(0,0,0,0);color:#fff}.button.is-black:hover,.button.is-black.is-hovered{background-color:#040404;border-color:rgba(0,0,0,0);color:#fff}.button.is-black:focus,.button.is-black.is-focused{border-color:rgba(0,0,0,0);color:#fff}.button.is-black:focus:not(:active),.button.is-black.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.button.is-black:active,.button.is-black.is-active{background-color:#000;border-color:rgba(0,0,0,0);color:#fff}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted:hover,.button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:#fff;border-color:rgba(0,0,0,0);box-shadow:none;color:#0a0a0a}.button.is-black.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-black.is-outlined{background-color:rgba(0,0,0,0);border-color:#0a0a0a;color:#0a0a0a}.button.is-black.is-outlined:hover,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-black.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #0a0a0a #0a0a0a !important}.button.is-black.is-outlined.is-loading:hover::after,.button.is-black.is-outlined.is-loading.is-hovered::after,.button.is-black.is-outlined.is-loading:focus::after,.button.is-black.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:rgba(0,0,0,0);border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined:hover,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-outlined.is-loading:hover::after,.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-black.is-inverted.is-outlined.is-loading:focus::after,.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #0a0a0a #0a0a0a !important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:#f5f5f5;border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.button.is-light:hover,.button.is-light.is-hovered{background-color:#eee;border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.button.is-light:focus,.button.is-light.is-focused{border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.button.is-light:focus:not(:active),.button.is-light.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(245,245,245,.25)}.button.is-light:active,.button.is-light.is-active{background-color:#e8e8e8;border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}.button.is-light.is-inverted{background-color:rgba(0,0,0,.7);color:#f5f5f5}.button.is-light.is-inverted:hover,.button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,.7)}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,0);box-shadow:none;color:#f5f5f5}.button.is-light.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,.7) rgba(0,0,0,.7) !important}.button.is-light.is-outlined{background-color:rgba(0,0,0,0);border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined:hover,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined.is-focused{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.button.is-light.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #f5f5f5 #f5f5f5 !important}.button.is-light.is-outlined.is-loading:hover::after,.button.is-light.is-outlined.is-loading.is-hovered::after,.button.is-light.is-outlined.is-loading:focus::after,.button.is-light.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,.7) rgba(0,0,0,.7) !important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:rgba(0,0,0,0);border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-light.is-inverted.is-outlined:hover,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,.7);color:#f5f5f5}.button.is-light.is-inverted.is-outlined.is-loading:hover::after,.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-light.is-inverted.is-outlined.is-loading:focus::after,.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #f5f5f5 #f5f5f5 !important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-dark{background-color:#363636;border-color:rgba(0,0,0,0);color:#fff}.button.is-dark:hover,.button.is-dark.is-hovered{background-color:#2f2f2f;border-color:rgba(0,0,0,0);color:#fff}.button.is-dark:focus,.button.is-dark.is-focused{border-color:rgba(0,0,0,0);color:#fff}.button.is-dark:focus:not(:active),.button.is-dark.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.button.is-dark:active,.button.is-dark.is-active{background-color:#292929;border-color:rgba(0,0,0,0);color:#fff}.button.is-dark[disabled],fieldset[disabled] .button.is-dark{background-color:#363636;border-color:#363636;box-shadow:none}.button.is-dark.is-inverted{background-color:#fff;color:#363636}.button.is-dark.is-inverted:hover,.button.is-dark.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-dark.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted{background-color:#fff;border-color:rgba(0,0,0,0);box-shadow:none;color:#363636}.button.is-dark.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-dark.is-outlined{background-color:rgba(0,0,0,0);border-color:#363636;color:#363636}.button.is-dark.is-outlined:hover,.button.is-dark.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined.is-focused{background-color:#363636;border-color:#363636;color:#fff}.button.is-dark.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #363636 #363636 !important}.button.is-dark.is-outlined.is-loading:hover::after,.button.is-dark.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-outlined.is-loading:focus::after,.button.is-dark.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-dark.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined{background-color:rgba(0,0,0,0);border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.button.is-dark.is-inverted.is-outlined:hover,.button.is-dark.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined.is-focused{background-color:#fff;color:#363636}.button.is-dark.is-inverted.is-outlined.is-loading:hover::after,.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #363636 #363636 !important}.button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;box-shadow:none;color:#fff}.button.is-primary{background-color:#00d1b2;border-color:rgba(0,0,0,0);color:#fff}.button.is-primary:hover,.button.is-primary.is-hovered{background-color:#00c4a7;border-color:rgba(0,0,0,0);color:#fff}.button.is-primary:focus,.button.is-primary.is-focused{border-color:rgba(0,0,0,0);color:#fff}.button.is-primary:focus:not(:active),.button.is-primary.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.button.is-primary:active,.button.is-primary.is-active{background-color:#00b89c;border-color:rgba(0,0,0,0);color:#fff}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{background-color:#00d1b2;border-color:#00d1b2;box-shadow:none}.button.is-primary.is-inverted{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted:hover,.button.is-primary.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled],fieldset[disabled] .button.is-primary.is-inverted{background-color:#fff;border-color:rgba(0,0,0,0);box-shadow:none;color:#00d1b2}.button.is-primary.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-primary.is-outlined{background-color:rgba(0,0,0,0);border-color:#00d1b2;color:#00d1b2}.button.is-primary.is-outlined:hover,.button.is-primary.is-outlined.is-hovered,.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined.is-focused{background-color:#00d1b2;border-color:#00d1b2;color:#fff}.button.is-primary.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #00d1b2 #00d1b2 !important}.button.is-primary.is-outlined.is-loading:hover::after,.button.is-primary.is-outlined.is-loading.is-hovered::after,.button.is-primary.is-outlined.is-loading:focus::after,.button.is-primary.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-primary.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-outlined{background-color:rgba(0,0,0,0);border-color:#00d1b2;box-shadow:none;color:#00d1b2}.button.is-primary.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined:hover,.button.is-primary.is-inverted.is-outlined.is-hovered,.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined.is-focused{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted.is-outlined.is-loading:hover::after,.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-primary.is-inverted.is-outlined.is-loading:focus::after,.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #00d1b2 #00d1b2 !important}.button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;box-shadow:none;color:#fff}.button.is-primary.is-light{background-color:#ebfffc;color:#00947e}.button.is-primary.is-light:hover,.button.is-primary.is-light.is-hovered{background-color:#defffa;border-color:rgba(0,0,0,0);color:#00947e}.button.is-primary.is-light:active,.button.is-primary.is-light.is-active{background-color:#d1fff8;border-color:rgba(0,0,0,0);color:#00947e}.button.is-link{background-color:#485fc7;border-color:rgba(0,0,0,0);color:#fff}.button.is-link:hover,.button.is-link.is-hovered{background-color:#3e56c4;border-color:rgba(0,0,0,0);color:#fff}.button.is-link:focus,.button.is-link.is-focused{border-color:rgba(0,0,0,0);color:#fff}.button.is-link:focus:not(:active),.button.is-link.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.button.is-link:active,.button.is-link.is-active{background-color:#3a51bb;border-color:rgba(0,0,0,0);color:#fff}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#485fc7;border-color:#485fc7;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:#485fc7}.button.is-link.is-inverted:hover,.button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:#fff;border-color:rgba(0,0,0,0);box-shadow:none;color:#485fc7}.button.is-link.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-link.is-outlined{background-color:rgba(0,0,0,0);border-color:#485fc7;color:#485fc7}.button.is-link.is-outlined:hover,.button.is-link.is-outlined.is-hovered,.button.is-link.is-outlined:focus,.button.is-link.is-outlined.is-focused{background-color:#485fc7;border-color:#485fc7;color:#fff}.button.is-link.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #485fc7 #485fc7 !important}.button.is-link.is-outlined.is-loading:hover::after,.button.is-link.is-outlined.is-loading.is-hovered::after,.button.is-link.is-outlined.is-loading:focus::after,.button.is-link.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:rgba(0,0,0,0);border-color:#485fc7;box-shadow:none;color:#485fc7}.button.is-link.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined:hover,.button.is-link.is-inverted.is-outlined.is-hovered,.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#485fc7}.button.is-link.is-inverted.is-outlined.is-loading:hover::after,.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-link.is-inverted.is-outlined.is-loading:focus::after,.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #485fc7 #485fc7 !important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;box-shadow:none;color:#fff}.button.is-link.is-light{background-color:#eff1fa;color:#3850b7}.button.is-link.is-light:hover,.button.is-link.is-light.is-hovered{background-color:#e6e9f7;border-color:rgba(0,0,0,0);color:#3850b7}.button.is-link.is-light:active,.button.is-link.is-light.is-active{background-color:#dce0f4;border-color:rgba(0,0,0,0);color:#3850b7}.button.is-info{background-color:#3e8ed0;border-color:rgba(0,0,0,0);color:#fff}.button.is-info:hover,.button.is-info.is-hovered{background-color:#3488ce;border-color:rgba(0,0,0,0);color:#fff}.button.is-info:focus,.button.is-info.is-focused{border-color:rgba(0,0,0,0);color:#fff}.button.is-info:focus:not(:active),.button.is-info.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.button.is-info:active,.button.is-info.is-active{background-color:#3082c5;border-color:rgba(0,0,0,0);color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3e8ed0;border-color:#3e8ed0;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#3e8ed0}.button.is-info.is-inverted:hover,.button.is-info.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{background-color:#fff;border-color:rgba(0,0,0,0);box-shadow:none;color:#3e8ed0}.button.is-info.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-info.is-outlined{background-color:rgba(0,0,0,0);border-color:#3e8ed0;color:#3e8ed0}.button.is-info.is-outlined:hover,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined.is-focused{background-color:#3e8ed0;border-color:#3e8ed0;color:#fff}.button.is-info.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #3e8ed0 #3e8ed0 !important}.button.is-info.is-outlined.is-loading:hover::after,.button.is-info.is-outlined.is-loading.is-hovered::after,.button.is-info.is-outlined.is-loading:focus::after,.button.is-info.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{background-color:rgba(0,0,0,0);border-color:#3e8ed0;box-shadow:none;color:#3e8ed0}.button.is-info.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined:hover,.button.is-info.is-inverted.is-outlined.is-hovered,.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined.is-focused{background-color:#fff;color:#3e8ed0}.button.is-info.is-inverted.is-outlined.is-loading:hover::after,.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-info.is-inverted.is-outlined.is-loading:focus::after,.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #3e8ed0 #3e8ed0 !important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;box-shadow:none;color:#fff}.button.is-info.is-light{background-color:#eff5fb;color:#296fa8}.button.is-info.is-light:hover,.button.is-info.is-light.is-hovered{background-color:#e4eff9;border-color:rgba(0,0,0,0);color:#296fa8}.button.is-info.is-light:active,.button.is-info.is-light.is-active{background-color:#dae9f6;border-color:rgba(0,0,0,0);color:#296fa8}.button.is-success{background-color:#48c78e;border-color:rgba(0,0,0,0);color:#fff}.button.is-success:hover,.button.is-success.is-hovered{background-color:#3ec487;border-color:rgba(0,0,0,0);color:#fff}.button.is-success:focus,.button.is-success.is-focused{border-color:rgba(0,0,0,0);color:#fff}.button.is-success:focus:not(:active),.button.is-success.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.button.is-success:active,.button.is-success.is-active{background-color:#3abb81;border-color:rgba(0,0,0,0);color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#48c78e;border-color:#48c78e;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#48c78e}.button.is-success.is-inverted:hover,.button.is-success.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{background-color:#fff;border-color:rgba(0,0,0,0);box-shadow:none;color:#48c78e}.button.is-success.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-success.is-outlined{background-color:rgba(0,0,0,0);border-color:#48c78e;color:#48c78e}.button.is-success.is-outlined:hover,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined.is-focused{background-color:#48c78e;border-color:#48c78e;color:#fff}.button.is-success.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #48c78e #48c78e !important}.button.is-success.is-outlined.is-loading:hover::after,.button.is-success.is-outlined.is-loading.is-hovered::after,.button.is-success.is-outlined.is-loading:focus::after,.button.is-success.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{background-color:rgba(0,0,0,0);border-color:#48c78e;box-shadow:none;color:#48c78e}.button.is-success.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined:hover,.button.is-success.is-inverted.is-outlined.is-hovered,.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined.is-focused{background-color:#fff;color:#48c78e}.button.is-success.is-inverted.is-outlined.is-loading:hover::after,.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-success.is-inverted.is-outlined.is-loading:focus::after,.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #48c78e #48c78e !important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;box-shadow:none;color:#fff}.button.is-success.is-light{background-color:#effaf5;color:#257953}.button.is-success.is-light:hover,.button.is-success.is-light.is-hovered{background-color:#e6f7ef;border-color:rgba(0,0,0,0);color:#257953}.button.is-success.is-light:active,.button.is-success.is-light.is-active{background-color:#dcf4e9;border-color:rgba(0,0,0,0);color:#257953}.button.is-warning{background-color:#ffe08a;border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.button.is-warning:hover,.button.is-warning.is-hovered{background-color:#ffdc7d;border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.button.is-warning:focus,.button.is-warning.is-focused{border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.button.is-warning:focus:not(:active),.button.is-warning.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.button.is-warning:active,.button.is-warning.is-active{background-color:#ffd970;border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#ffe08a;border-color:#ffe08a;box-shadow:none}.button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);color:#ffe08a}.button.is-warning.is-inverted:hover,.button.is-warning.is-inverted.is-hovered{background-color:rgba(0,0,0,.7)}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,0);box-shadow:none;color:#ffe08a}.button.is-warning.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,.7) rgba(0,0,0,.7) !important}.button.is-warning.is-outlined{background-color:rgba(0,0,0,0);border-color:#ffe08a;color:#ffe08a}.button.is-warning.is-outlined:hover,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined.is-focused{background-color:#ffe08a;border-color:#ffe08a;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #ffe08a #ffe08a !important}.button.is-warning.is-outlined.is-loading:hover::after,.button.is-warning.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-outlined.is-loading:focus::after,.button.is-warning.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,.7) rgba(0,0,0,.7) !important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:rgba(0,0,0,0);border-color:#ffe08a;box-shadow:none;color:#ffe08a}.button.is-warning.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-warning.is-inverted.is-outlined:hover,.button.is-warning.is-inverted.is-outlined.is-hovered,.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,.7);color:#ffe08a}.button.is-warning.is-inverted.is-outlined.is-loading:hover::after,.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #ffe08a #ffe08a !important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-warning.is-light{background-color:#fffaeb;color:#946c00}.button.is-warning.is-light:hover,.button.is-warning.is-light.is-hovered{background-color:#fff6de;border-color:rgba(0,0,0,0);color:#946c00}.button.is-warning.is-light:active,.button.is-warning.is-light.is-active{background-color:#fff3d1;border-color:rgba(0,0,0,0);color:#946c00}.button.is-danger{background-color:#f14668;border-color:rgba(0,0,0,0);color:#fff}.button.is-danger:hover,.button.is-danger.is-hovered{background-color:#f03a5f;border-color:rgba(0,0,0,0);color:#fff}.button.is-danger:focus,.button.is-danger.is-focused{border-color:rgba(0,0,0,0);color:#fff}.button.is-danger:focus:not(:active),.button.is-danger.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.button.is-danger:active,.button.is-danger.is-active{background-color:#ef2e55;border-color:rgba(0,0,0,0);color:#fff}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:#f14668;border-color:#f14668;box-shadow:none}.button.is-danger.is-inverted{background-color:#fff;color:#f14668}.button.is-danger.is-inverted:hover,.button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{background-color:#fff;border-color:rgba(0,0,0,0);box-shadow:none;color:#f14668}.button.is-danger.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-danger.is-outlined{background-color:rgba(0,0,0,0);border-color:#f14668;color:#f14668}.button.is-danger.is-outlined:hover,.button.is-danger.is-outlined.is-hovered,.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined.is-focused{background-color:#f14668;border-color:#f14668;color:#fff}.button.is-danger.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #f14668 #f14668 !important}.button.is-danger.is-outlined.is-loading:hover::after,.button.is-danger.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-outlined.is-loading:focus::after,.button.is-danger.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{background-color:rgba(0,0,0,0);border-color:#f14668;box-shadow:none;color:#f14668}.button.is-danger.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined:hover,.button.is-danger.is-inverted.is-outlined.is-hovered,.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#f14668}.button.is-danger.is-inverted.is-outlined.is-loading:hover::after,.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #f14668 #f14668 !important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;box-shadow:none;color:#fff}.button.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.button.is-danger.is-light:hover,.button.is-danger.is-light.is-hovered{background-color:#fde0e6;border-color:rgba(0,0,0,0);color:#cc0f35}.button.is-danger.is-light:active,.button.is-danger.is-light.is-active{background-color:#fcd4dc;border-color:rgba(0,0,0,0);color:#cc0f35}.button.is-small{font-size:.75rem}.button.is-small:not(.is-rounded){border-radius:2px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:rgba(0,0,0,0) !important;pointer-events:none}.button.is-loading::after{position:absolute;left:calc(50% - (1em * 0.5));top:calc(50% - (1em * 0.5));position:absolute !important}.button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;box-shadow:none;pointer-events:none}.button.is-rounded{border-radius:9999px;padding-left:calc(1em + 0.25em);padding-right:calc(1em + 0.25em)}.buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button{margin-bottom:.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}.buttons:last-child{margin-bottom:-0.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button:hover,.buttons.has-addons .button.is-hovered{z-index:2}.buttons.has-addons .button:focus,.buttons.has-addons .button.is-focused,.buttons.has-addons .button:active,.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-selected{z-index:3}.buttons.has-addons .button:focus:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-selected:hover{z-index:4}.buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}.buttons.is-centered{justify-content:center}.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}@media screen and (max-width: 768px){.button.is-responsive.is-small{font-size:.5625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.65625rem}.button.is-responsive.is-medium{font-size:.75rem}.button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 769px)and (max-width: 1023px){.button.is-responsive.is-small{font-size:.65625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.75rem}.button.is-responsive.is-medium{font-size:1rem}.button.is-responsive.is-large{font-size:1.25rem}}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1024px){.container{max-width:960px}}@media screen and (max-width: 1215px){.container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){.container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){.container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){.container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}.content li+li{margin-top:.25em}.content p:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content ul:not(:last-child),.content blockquote:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#363636;font-weight:600;line-height:1.125}.content h1{font-size:2em;margin-bottom:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.content ol{list-style-position:outside;margin-left:2em;margin-top:1em}.content ol:not([type]){list-style-type:decimal}.content ol:not([type]).is-lower-alpha{list-style-type:lower-alpha}.content ol:not([type]).is-lower-roman{list-style-type:lower-roman}.content ol:not([type]).is-upper-alpha{list-style-type:upper-alpha}.content ol:not([type]).is-upper-roman{list-style-type:upper-roman}.content ul{list-style:disc outside;margin-left:2em;margin-top:1em}.content ul ul{list-style-type:circle;margin-top:.5em}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}.content sup,.content sub{font-size:75%}.content table{width:100%}.content table td,.content table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.content table th{color:#363636}.content table th:not([align]){text-align:inherit}.content table thead td,.content table thead th{border-width:0 0 2px;color:#363636}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#363636}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content .tabs li+li{margin-top:0}.content.is-small{font-size:.75rem}.content.is-normal{font-size:1rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-right:.25em}.icon-text .icon:not(:first-child){margin-left:.25em}div.icon-text{display:flex}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:9999px}.image.is-fullwidth{width:100%}.image.is-square img,.image.is-square .has-ratio,.image.is-1by1 img,.image.is-1by1 .has-ratio,.image.is-5by4 img,.image.is-5by4 .has-ratio,.image.is-4by3 img,.image.is-4by3 .has-ratio,.image.is-3by2 img,.image.is-3by2 .has-ratio,.image.is-5by3 img,.image.is-5by3 .has-ratio,.image.is-16by9 img,.image.is-16by9 .has-ratio,.image.is-2by1 img,.image.is-2by1 .has-ratio,.image.is-3by1 img,.image.is-3by1 .has-ratio,.image.is-4by5 img,.image.is-4by5 .has-ratio,.image.is-3by4 img,.image.is-3by4 .has-ratio,.image.is-2by3 img,.image.is-2by3 .has-ratio,.image.is-3by5 img,.image.is-3by5 .has-ratio,.image.is-9by16 img,.image.is-9by16 .has-ratio,.image.is-1by2 img,.image.is-1by2 .has-ratio,.image.is-1by3 img,.image.is-1by3 .has-ratio{height:100%;width:100%}.image.is-square,.image.is-1by1{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.notification{background-color:#f5f5f5;border-radius:4px;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#fff}.notification pre code{background:rgba(0,0,0,0)}.notification>.delete{right:.5rem;position:absolute;top:.5rem}.notification .title,.notification .subtitle,.notification .content{color:currentColor}.notification.is-white{background-color:#fff;color:#0a0a0a}.notification.is-black{background-color:#0a0a0a;color:#fff}.notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.notification.is-dark{background-color:#363636;color:#fff}.notification.is-primary{background-color:#00d1b2;color:#fff}.notification.is-primary.is-light{background-color:#ebfffc;color:#00947e}.notification.is-link{background-color:#485fc7;color:#fff}.notification.is-link.is-light{background-color:#eff1fa;color:#3850b7}.notification.is-info{background-color:#3e8ed0;color:#fff}.notification.is-info.is-light{background-color:#eff5fb;color:#296fa8}.notification.is-success{background-color:#48c78e;color:#fff}.notification.is-success.is-light{background-color:#effaf5;color:#257953}.notification.is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.notification.is-warning.is-light{background-color:#fffaeb;color:#946c00}.notification.is-danger{background-color:#f14668;color:#fff}.notification.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:#dbdbdb}.progress::-webkit-progress-value{background-color:#4a4a4a}.progress::-moz-progress-bar{background-color:#4a4a4a}.progress::-ms-fill{background-color:#4a4a4a;border:none}.progress.is-white::-webkit-progress-value{background-color:#fff}.progress.is-white::-moz-progress-bar{background-color:#fff}.progress.is-white::-ms-fill{background-color:#fff}.progress.is-white:indeterminate{background-image:linear-gradient(to right, hsl(0deg, 0%, 100%) 30%, hsl(0deg, 0%, 86%) 30%)}.progress.is-black::-webkit-progress-value{background-color:#0a0a0a}.progress.is-black::-moz-progress-bar{background-color:#0a0a0a}.progress.is-black::-ms-fill{background-color:#0a0a0a}.progress.is-black:indeterminate{background-image:linear-gradient(to right, hsl(0deg, 0%, 4%) 30%, hsl(0deg, 0%, 86%) 30%)}.progress.is-light::-webkit-progress-value{background-color:#f5f5f5}.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.progress.is-light::-ms-fill{background-color:#f5f5f5}.progress.is-light:indeterminate{background-image:linear-gradient(to right, hsl(0deg, 0%, 96%) 30%, hsl(0deg, 0%, 86%) 30%)}.progress.is-dark::-webkit-progress-value{background-color:#363636}.progress.is-dark::-moz-progress-bar{background-color:#363636}.progress.is-dark::-ms-fill{background-color:#363636}.progress.is-dark:indeterminate{background-image:linear-gradient(to right, hsl(0deg, 0%, 21%) 30%, hsl(0deg, 0%, 86%) 30%)}.progress.is-primary::-webkit-progress-value{background-color:#00d1b2}.progress.is-primary::-moz-progress-bar{background-color:#00d1b2}.progress.is-primary::-ms-fill{background-color:#00d1b2}.progress.is-primary:indeterminate{background-image:linear-gradient(to right, hsl(171deg, 100%, 41%) 30%, hsl(0deg, 0%, 86%) 30%)}.progress.is-link::-webkit-progress-value{background-color:#485fc7}.progress.is-link::-moz-progress-bar{background-color:#485fc7}.progress.is-link::-ms-fill{background-color:#485fc7}.progress.is-link:indeterminate{background-image:linear-gradient(to right, hsl(229deg, 53%, 53%) 30%, hsl(0deg, 0%, 86%) 30%)}.progress.is-info::-webkit-progress-value{background-color:#3e8ed0}.progress.is-info::-moz-progress-bar{background-color:#3e8ed0}.progress.is-info::-ms-fill{background-color:#3e8ed0}.progress.is-info:indeterminate{background-image:linear-gradient(to right, hsl(207deg, 61%, 53%) 30%, hsl(0deg, 0%, 86%) 30%)}.progress.is-success::-webkit-progress-value{background-color:#48c78e}.progress.is-success::-moz-progress-bar{background-color:#48c78e}.progress.is-success::-ms-fill{background-color:#48c78e}.progress.is-success:indeterminate{background-image:linear-gradient(to right, hsl(153deg, 53%, 53%) 30%, hsl(0deg, 0%, 86%) 30%)}.progress.is-warning::-webkit-progress-value{background-color:#ffe08a}.progress.is-warning::-moz-progress-bar{background-color:#ffe08a}.progress.is-warning::-ms-fill{background-color:#ffe08a}.progress.is-warning:indeterminate{background-image:linear-gradient(to right, hsl(44deg, 100%, 77%) 30%, hsl(0deg, 0%, 86%) 30%)}.progress.is-danger::-webkit-progress-value{background-color:#f14668}.progress.is-danger::-moz-progress-bar{background-color:#f14668}.progress.is-danger::-ms-fill{background-color:#f14668}.progress.is-danger:indeterminate{background-image:linear-gradient(to right, hsl(348deg, 86%, 61%) 30%, hsl(0deg, 0%, 86%) 30%)}.progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#dbdbdb;background-image:linear-gradient(to right, hsl(0deg, 0%, 29%) 30%, hsl(0deg, 0%, 86%) 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}.progress:indeterminate::-webkit-progress-bar{background-color:rgba(0,0,0,0)}.progress:indeterminate::-moz-progress-bar{background-color:rgba(0,0,0,0)}.progress:indeterminate::-ms-fill{animation-name:none}.progress.is-small{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}.table{background-color:#fff;color:#363636}.table td,.table th{border:1px solid #fafafa;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.table td.is-black,.table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.table td.is-light,.table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.table td.is-dark,.table th.is-dark{background-color:#363636;border-color:#363636;color:#fff}.table td.is-primary,.table th.is-primary{background-color:#00d1b2;border-color:#00d1b2;color:#fff}.table td.is-link,.table th.is-link{background-color:#485fc7;border-color:#485fc7;color:#fff}.table td.is-info,.table th.is-info{background-color:#3e8ed0;border-color:#3e8ed0;color:#fff}.table td.is-success,.table th.is-success{background-color:#48c78e;border-color:#48c78e;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#ffe08a;border-color:#ffe08a;color:rgba(0,0,0,.7)}.table td.is-danger,.table th.is-danger{background-color:#f14668;border-color:#f14668;color:#fff}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#00d1b2;color:#fff}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table td.is-vcentered,.table th.is-vcentered{vertical-align:middle}.table th{color:#363636}.table th:not([align]){text-align:left}.table tr.is-selected{background-color:#00d1b2;color:#fff}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#fff;color:currentColor}.table thead{background-color:rgba(0,0,0,0)}.table thead td,.table thead th{border-width:0 0 2px;color:#363636}.table tfoot{background-color:rgba(0,0,0,0)}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#363636}.table tbody{background-color:rgba(0,0,0,0)}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}.table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#fafafa}.table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}.tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.tags .tag{margin-bottom:.5rem}.tags .tag:not(:last-child){margin-right:.5rem}.tags:last-child{margin-bottom:-0.5rem}.tags:not(:last-child){margin-bottom:1rem}.tags.are-medium .tag:not(.is-normal):not(.is-large){font-size:1rem}.tags.are-large .tag:not(.is-normal):not(.is-medium){font-size:1.25rem}.tags.is-centered{justify-content:center}.tags.is-centered .tag{margin-right:.25rem;margin-left:.25rem}.tags.is-right{justify-content:flex-end}.tags.is-right .tag:not(:first-child){margin-left:.5rem}.tags.is-right .tag:not(:last-child){margin-right:0}.tags.has-addons .tag{margin-right:0}.tags.has-addons .tag:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.tags.has-addons .tag:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.tag:not(body){align-items:center;background-color:#f5f5f5;border-radius:4px;color:#4a4a4a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.tag:not(body) .delete{margin-left:.25rem;margin-right:-0.375rem}.tag:not(body).is-white{background-color:#fff;color:#0a0a0a}.tag:not(body).is-black{background-color:#0a0a0a;color:#fff}.tag:not(body).is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.tag:not(body).is-dark{background-color:#363636;color:#fff}.tag:not(body).is-primary{background-color:#00d1b2;color:#fff}.tag:not(body).is-primary.is-light{background-color:#ebfffc;color:#00947e}.tag:not(body).is-link{background-color:#485fc7;color:#fff}.tag:not(body).is-link.is-light{background-color:#eff1fa;color:#3850b7}.tag:not(body).is-info{background-color:#3e8ed0;color:#fff}.tag:not(body).is-info.is-light{background-color:#eff5fb;color:#296fa8}.tag:not(body).is-success{background-color:#48c78e;color:#fff}.tag:not(body).is-success.is-light{background-color:#effaf5;color:#257953}.tag:not(body).is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.tag:not(body).is-warning.is-light{background-color:#fffaeb;color:#946c00}.tag:not(body).is-danger{background-color:#f14668;color:#fff}.tag:not(body).is-danger.is-light{background-color:#feecf0;color:#cc0f35}.tag:not(body).is-normal{font-size:.75rem}.tag:not(body).is-medium{font-size:1rem}.tag:not(body).is-large{font-size:1.25rem}.tag:not(body) .icon:first-child:not(:last-child){margin-left:-0.375em;margin-right:.1875em}.tag:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-0.375em}.tag:not(body) .icon:first-child:last-child{margin-left:-0.375em;margin-right:-0.375em}.tag:not(body).is-delete{margin-left:1px;padding:0;position:relative;width:2em}.tag:not(body).is-delete::before,.tag:not(body).is-delete::after{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.tag:not(body).is-delete::before{height:1px;width:50%}.tag:not(body).is-delete::after{height:50%;width:1px}.tag:not(body).is-delete:hover,.tag:not(body).is-delete:focus{background-color:#e8e8e8}.tag:not(body).is-delete:active{background-color:#dbdbdb}.tag:not(body).is-rounded{border-radius:9999px}a.tag:hover{text-decoration:underline}.title,.subtitle{word-break:break-word}.title em,.title span,.subtitle em,.subtitle span{font-weight:inherit}.title sub,.subtitle sub{font-size:.75em}.title sup,.subtitle sup{font-size:.75em}.title .tag,.subtitle .tag{vertical-align:middle}.title{color:#363636;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#363636;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.number{align-items:center;background-color:#f5f5f5;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.select select,.textarea,.input{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.select select::-moz-placeholder,.textarea::-moz-placeholder,.input::-moz-placeholder{color:rgba(54,54,54,.3)}.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder,.input::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.select select:-moz-placeholder,.textarea:-moz-placeholder,.input:-moz-placeholder{color:rgba(54,54,54,.3)}.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder,.input:-ms-input-placeholder{color:rgba(54,54,54,.3)}.select select:hover,.textarea:hover,.input:hover,.select select.is-hovered,.is-hovered.textarea,.is-hovered.input{border-color:#b5b5b5}.select select:focus,.textarea:focus,.input:focus,.select select.is-focused,.is-focused.textarea,.is-focused.input,.select select:active,.textarea:active,.input:active,.select select.is-active,.is-active.textarea,.is-active.input{border-color:#485fc7;box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.select select[disabled],[disabled].textarea,[disabled].input,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.select select[disabled]::-moz-placeholder,[disabled].textarea::-moz-placeholder,[disabled].input::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,.select fieldset[disabled] select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]::-webkit-input-placeholder,[disabled].textarea::-webkit-input-placeholder,[disabled].input::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,.select fieldset[disabled] select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]:-moz-placeholder,[disabled].textarea:-moz-placeholder,[disabled].input:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,.select fieldset[disabled] select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]:-ms-input-placeholder,[disabled].textarea:-ms-input-placeholder,[disabled].input:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,.select fieldset[disabled] select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder{color:rgba(122,122,122,.3)}.textarea,.input{box-shadow:inset 0 .0625em .125em rgba(10,10,10,.05);max-width:100%;width:100%}[readonly].textarea,[readonly].input{box-shadow:none}.is-white.textarea,.is-white.input{border-color:#fff}.is-white.textarea:focus,.is-white.input:focus,.is-white.is-focused.textarea,.is-white.is-focused.input,.is-white.textarea:active,.is-white.input:active,.is-white.is-active.textarea,.is-white.is-active.input{box-shadow:0 0 0 .125em rgba(255,255,255,.25)}.is-black.textarea,.is-black.input{border-color:#0a0a0a}.is-black.textarea:focus,.is-black.input:focus,.is-black.is-focused.textarea,.is-black.is-focused.input,.is-black.textarea:active,.is-black.input:active,.is-black.is-active.textarea,.is-black.is-active.input{box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.is-light.textarea,.is-light.input{border-color:#f5f5f5}.is-light.textarea:focus,.is-light.input:focus,.is-light.is-focused.textarea,.is-light.is-focused.input,.is-light.textarea:active,.is-light.input:active,.is-light.is-active.textarea,.is-light.is-active.input{box-shadow:0 0 0 .125em rgba(245,245,245,.25)}.is-dark.textarea,.is-dark.input{border-color:#363636}.is-dark.textarea:focus,.is-dark.input:focus,.is-dark.is-focused.textarea,.is-dark.is-focused.input,.is-dark.textarea:active,.is-dark.input:active,.is-dark.is-active.textarea,.is-dark.is-active.input{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.is-primary.textarea,.is-primary.input{border-color:#00d1b2}.is-primary.textarea:focus,.is-primary.input:focus,.is-primary.is-focused.textarea,.is-primary.is-focused.input,.is-primary.textarea:active,.is-primary.input:active,.is-primary.is-active.textarea,.is-primary.is-active.input{box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.is-link.textarea,.is-link.input{border-color:#485fc7}.is-link.textarea:focus,.is-link.input:focus,.is-link.is-focused.textarea,.is-link.is-focused.input,.is-link.textarea:active,.is-link.input:active,.is-link.is-active.textarea,.is-link.is-active.input{box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.is-info.textarea,.is-info.input{border-color:#3e8ed0}.is-info.textarea:focus,.is-info.input:focus,.is-info.is-focused.textarea,.is-info.is-focused.input,.is-info.textarea:active,.is-info.input:active,.is-info.is-active.textarea,.is-info.is-active.input{box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.is-success.textarea,.is-success.input{border-color:#48c78e}.is-success.textarea:focus,.is-success.input:focus,.is-success.is-focused.textarea,.is-success.is-focused.input,.is-success.textarea:active,.is-success.input:active,.is-success.is-active.textarea,.is-success.is-active.input{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.is-warning.textarea,.is-warning.input{border-color:#ffe08a}.is-warning.textarea:focus,.is-warning.input:focus,.is-warning.is-focused.textarea,.is-warning.is-focused.input,.is-warning.textarea:active,.is-warning.input:active,.is-warning.is-active.textarea,.is-warning.is-active.input{box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.is-danger.textarea,.is-danger.input{border-color:#f14668}.is-danger.textarea:focus,.is-danger.input:focus,.is-danger.is-focused.textarea,.is-danger.is-focused.input,.is-danger.textarea:active,.is-danger.input:active,.is-danger.is-active.textarea,.is-danger.is-active.input{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.is-small.textarea,.is-small.input{border-radius:2px;font-size:.75rem}.is-medium.textarea,.is-medium.input{font-size:1.25rem}.is-large.textarea,.is-large.input{font-size:1.5rem}.is-fullwidth.textarea,.is-fullwidth.input{display:block;width:100%}.is-inline.textarea,.is-inline.input{display:inline;width:auto}.input.is-rounded{border-radius:9999px;padding-left:calc(calc(0.75em - 1px) + 0.375em);padding-right:calc(calc(0.75em - 1px) + 0.375em)}.input.is-static{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}.textarea:not([rows]){max-height:40em;min-height:8em}.textarea[rows]{height:initial}.textarea.has-fixed-size{resize:none}.radio,.checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.radio input,.checkbox input{cursor:pointer}.radio:hover,.checkbox:hover{color:#363636}[disabled].radio,[disabled].checkbox,fieldset[disabled] .radio,fieldset[disabled] .checkbox,.radio input[disabled],.checkbox input[disabled]{color:#7a7a7a;cursor:not-allowed}.radio+.radio{margin-left:.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.5em}.select:not(.is-multiple):not(.is-loading)::after{border-color:#485fc7;right:1.125em;z-index:4}.select.is-rounded select{border-radius:9999px;padding-left:1em}.select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}.select select::-ms-expand{display:none}.select select[disabled]:hover,fieldset[disabled] .select select:hover{border-color:#f5f5f5}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:auto;padding:0}.select select[multiple] option{padding:.5em 1em}.select:not(.is-multiple):not(.is-loading):hover::after{border-color:#363636}.select.is-white:not(:hover)::after{border-color:#fff}.select.is-white select{border-color:#fff}.select.is-white select:hover,.select.is-white select.is-hovered{border-color:#f2f2f2}.select.is-white select:focus,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select.is-active{box-shadow:0 0 0 .125em rgba(255,255,255,.25)}.select.is-black:not(:hover)::after{border-color:#0a0a0a}.select.is-black select{border-color:#0a0a0a}.select.is-black select:hover,.select.is-black select.is-hovered{border-color:#000}.select.is-black select:focus,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select.is-active{box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.select.is-light:not(:hover)::after{border-color:#f5f5f5}.select.is-light select{border-color:#f5f5f5}.select.is-light select:hover,.select.is-light select.is-hovered{border-color:#e8e8e8}.select.is-light select:focus,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select.is-active{box-shadow:0 0 0 .125em rgba(245,245,245,.25)}.select.is-dark:not(:hover)::after{border-color:#363636}.select.is-dark select{border-color:#363636}.select.is-dark select:hover,.select.is-dark select.is-hovered{border-color:#292929}.select.is-dark select:focus,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select.is-active{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.select.is-primary:not(:hover)::after{border-color:#00d1b2}.select.is-primary select{border-color:#00d1b2}.select.is-primary select:hover,.select.is-primary select.is-hovered{border-color:#00b89c}.select.is-primary select:focus,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select.is-active{box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.select.is-link:not(:hover)::after{border-color:#485fc7}.select.is-link select{border-color:#485fc7}.select.is-link select:hover,.select.is-link select.is-hovered{border-color:#3a51bb}.select.is-link select:focus,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select.is-active{box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.select.is-info:not(:hover)::after{border-color:#3e8ed0}.select.is-info select{border-color:#3e8ed0}.select.is-info select:hover,.select.is-info select.is-hovered{border-color:#3082c5}.select.is-info select:focus,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select.is-active{box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.select.is-success:not(:hover)::after{border-color:#48c78e}.select.is-success select{border-color:#48c78e}.select.is-success select:hover,.select.is-success select.is-hovered{border-color:#3abb81}.select.is-success select:focus,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select.is-active{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.select.is-warning:not(:hover)::after{border-color:#ffe08a}.select.is-warning select{border-color:#ffe08a}.select.is-warning select:hover,.select.is-warning select.is-hovered{border-color:#ffd970}.select.is-warning select:focus,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select.is-active{box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.select.is-danger:not(:hover)::after{border-color:#f14668}.select.is-danger select{border-color:#f14668}.select.is-danger select:hover,.select.is-danger select.is-hovered{border-color:#ef2e55}.select.is-danger select:focus,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select.is-active{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.select.is-small{border-radius:2px;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled::after{border-color:#7a7a7a !important;opacity:.5}.select.is-fullwidth{width:100%}.select.is-fullwidth select{width:100%}.select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:.625em;transform:none}.select.is-loading.is-small:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#fff;border-color:rgba(0,0,0,0);color:#0a0a0a}.file.is-white:hover .file-cta,.file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:rgba(0,0,0,0);color:#0a0a0a}.file.is-white:focus .file-cta,.file.is-white.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em rgba(255,255,255,.25);color:#0a0a0a}.file.is-white:active .file-cta,.file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:rgba(0,0,0,0);color:#0a0a0a}.file.is-black .file-cta{background-color:#0a0a0a;border-color:rgba(0,0,0,0);color:#fff}.file.is-black:hover .file-cta,.file.is-black.is-hovered .file-cta{background-color:#040404;border-color:rgba(0,0,0,0);color:#fff}.file.is-black:focus .file-cta,.file.is-black.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em rgba(10,10,10,.25);color:#fff}.file.is-black:active .file-cta,.file.is-black.is-active .file-cta{background-color:#000;border-color:rgba(0,0,0,0);color:#fff}.file.is-light .file-cta{background-color:#f5f5f5;border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.file.is-light:hover .file-cta,.file.is-light.is-hovered .file-cta{background-color:#eee;border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.file.is-light:focus .file-cta,.file.is-light.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em rgba(245,245,245,.25);color:rgba(0,0,0,.7)}.file.is-light:active .file-cta,.file.is-light.is-active .file-cta{background-color:#e8e8e8;border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.file.is-dark .file-cta{background-color:#363636;border-color:rgba(0,0,0,0);color:#fff}.file.is-dark:hover .file-cta,.file.is-dark.is-hovered .file-cta{background-color:#2f2f2f;border-color:rgba(0,0,0,0);color:#fff}.file.is-dark:focus .file-cta,.file.is-dark.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em rgba(54,54,54,.25);color:#fff}.file.is-dark:active .file-cta,.file.is-dark.is-active .file-cta{background-color:#292929;border-color:rgba(0,0,0,0);color:#fff}.file.is-primary .file-cta{background-color:#00d1b2;border-color:rgba(0,0,0,0);color:#fff}.file.is-primary:hover .file-cta,.file.is-primary.is-hovered .file-cta{background-color:#00c4a7;border-color:rgba(0,0,0,0);color:#fff}.file.is-primary:focus .file-cta,.file.is-primary.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em rgba(0,209,178,.25);color:#fff}.file.is-primary:active .file-cta,.file.is-primary.is-active .file-cta{background-color:#00b89c;border-color:rgba(0,0,0,0);color:#fff}.file.is-link .file-cta{background-color:#485fc7;border-color:rgba(0,0,0,0);color:#fff}.file.is-link:hover .file-cta,.file.is-link.is-hovered .file-cta{background-color:#3e56c4;border-color:rgba(0,0,0,0);color:#fff}.file.is-link:focus .file-cta,.file.is-link.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em rgba(72,95,199,.25);color:#fff}.file.is-link:active .file-cta,.file.is-link.is-active .file-cta{background-color:#3a51bb;border-color:rgba(0,0,0,0);color:#fff}.file.is-info .file-cta{background-color:#3e8ed0;border-color:rgba(0,0,0,0);color:#fff}.file.is-info:hover .file-cta,.file.is-info.is-hovered .file-cta{background-color:#3488ce;border-color:rgba(0,0,0,0);color:#fff}.file.is-info:focus .file-cta,.file.is-info.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em rgba(62,142,208,.25);color:#fff}.file.is-info:active .file-cta,.file.is-info.is-active .file-cta{background-color:#3082c5;border-color:rgba(0,0,0,0);color:#fff}.file.is-success .file-cta{background-color:#48c78e;border-color:rgba(0,0,0,0);color:#fff}.file.is-success:hover .file-cta,.file.is-success.is-hovered .file-cta{background-color:#3ec487;border-color:rgba(0,0,0,0);color:#fff}.file.is-success:focus .file-cta,.file.is-success.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em rgba(72,199,142,.25);color:#fff}.file.is-success:active .file-cta,.file.is-success.is-active .file-cta{background-color:#3abb81;border-color:rgba(0,0,0,0);color:#fff}.file.is-warning .file-cta{background-color:#ffe08a;border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.file.is-warning:hover .file-cta,.file.is-warning.is-hovered .file-cta{background-color:#ffdc7d;border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.file.is-warning:focus .file-cta,.file.is-warning.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em rgba(255,224,138,.25);color:rgba(0,0,0,.7)}.file.is-warning:active .file-cta,.file.is-warning.is-active .file-cta{background-color:#ffd970;border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.file.is-danger .file-cta{background-color:#f14668;border-color:rgba(0,0,0,0);color:#fff}.file.is-danger:hover .file-cta,.file.is-danger.is-hovered .file-cta{background-color:#f03a5f;border-color:rgba(0,0,0,0);color:#fff}.file.is-danger:focus .file-cta,.file.is-danger.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em rgba(241,70,104,.25);color:#fff}.file.is-danger:active .file-cta,.file.is-danger.is-active .file-cta{background-color:#ef2e55;border-color:rgba(0,0,0,0);color:#fff}.file.is-small{font-size:.75rem}.file.is-normal{font-size:1rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:4px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:4px 4px 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 4px 4px;border-width:0 1px 1px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 4px 4px 0}.file.is-right .file-name{border-radius:4px 0 0 4px;border-width:1px 0 1px 1px;order:-1}.file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#eee;color:#363636}.file-label:hover .file-name{border-color:#d5d5d5}.file-label:active .file-cta{background-color:#e8e8e8;color:#363636}.file-label:active .file-name{border-color:#cfcfcf}.file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}.file-cta,.file-name{border-color:#dbdbdb;border-radius:4px;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:#f5f5f5;color:#4a4a4a}.file-name{border-color:#dbdbdb;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}.file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#363636;display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:.5em}.label.is-small{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.75rem;margin-top:.25rem}.help.is-white{color:#fff}.help.is-black{color:#0a0a0a}.help.is-light{color:#f5f5f5}.help.is-dark{color:#363636}.help.is-primary{color:#00d1b2}.help.is-link{color:#485fc7}.help.is-info{color:#3e8ed0}.help.is-success{color:#48c78e}.help.is-warning{color:#ffe08a}.help.is-danger{color:#f14668}.field:not(:last-child){margin-bottom:.75rem}.field.has-addons{display:flex;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .button:not([disabled]).is-hovered,.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control .input:not([disabled]).is-hovered,.field.has-addons .control .select select:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]).is-hovered{z-index:2}.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .button:not([disabled]).is-focused,.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button:not([disabled]).is-active,.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control .input:not([disabled]).is-focused,.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control .input:not([disabled]).is-active,.field.has-addons .control .select select:not([disabled]):focus,.field.has-addons .control .select select:not([disabled]).is-focused,.field.has-addons .control .select select:not([disabled]):active,.field.has-addons .control .select select:not([disabled]).is-active{z-index:3}.field.has-addons .control .button:not([disabled]):focus:hover,.field.has-addons .control .button:not([disabled]).is-focused:hover,.field.has-addons .control .button:not([disabled]):active:hover,.field.has-addons .control .button:not([disabled]).is-active:hover,.field.has-addons .control .input:not([disabled]):focus:hover,.field.has-addons .control .input:not([disabled]).is-focused:hover,.field.has-addons .control .input:not([disabled]):active:hover,.field.has-addons .control .input:not([disabled]).is-active:hover,.field.has-addons .control .select select:not([disabled]):focus:hover,.field.has-addons .control .select select:not([disabled]).is-focused:hover,.field.has-addons .control .select select:not([disabled]):active:hover,.field.has-addons .control .select select:not([disabled]).is-active:hover{z-index:4}.field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.field.has-addons.has-addons-centered{justify-content:center}.field.has-addons.has-addons-right{justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.field.is-grouped{display:flex;justify-content:flex-start}.field.is-grouped>.control{flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}.field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{justify-content:center}.field.is-grouped.is-grouped-right{justify-content:flex-end}.field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}.field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px),print{.field.is-horizontal{display:flex}}.field-label .label{font-size:inherit}@media screen and (max-width: 768px){.field-label{margin-bottom:.5rem}}@media screen and (min-width: 769px),print{.field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}.field-label.is-small{font-size:.75rem;padding-top:.375em}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{font-size:1.25rem;padding-top:.375em}.field-label.is-large{font-size:1.5rem;padding-top:.375em}}.field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px),print{.field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){flex-grow:1}.field-body>.field:not(:last-child){margin-right:.75rem}}.control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon{color:#4a4a4a}.control.has-icons-left .input.is-small~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon{font-size:.75rem}.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}.control.has-icons-left .input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right .select.is-large~.icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon{color:#dbdbdb;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}.control.has-icons-left .input,.control.has-icons-left .select select{padding-left:2.5em}.control.has-icons-left .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right .select select{padding-right:2.5em}.control.has-icons-right .icon.is-right{right:0}.control.is-loading::after{position:absolute !important;right:.625em;top:.625em;z-index:4}.control.is-loading.is-small:after{font-size:.75rem}.control.is-loading.is-medium:after{font-size:1.25rem}.control.is-loading.is-large:after{font-size:1.5rem}.breadcrumb{font-size:1rem;white-space:nowrap}.breadcrumb a{align-items:center;color:#485fc7;display:flex;justify-content:center;padding:0 .75em}.breadcrumb a:hover{color:#363636}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li.is-active a{color:#363636;cursor:default;pointer-events:none}.breadcrumb li+li::before{color:#b5b5b5;content:"/"}.breadcrumb ul,.breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.breadcrumb .icon:first-child{margin-right:.5em}.breadcrumb .icon:last-child{margin-left:.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{justify-content:flex-end}.breadcrumb.is-small{font-size:.75rem}.breadcrumb.is-medium{font-size:1.25rem}.breadcrumb.is-large{font-size:1.5rem}.breadcrumb.has-arrow-separator li+li::before{content:"→"}.breadcrumb.has-bullet-separator li+li::before{content:"•"}.breadcrumb.has-dot-separator li+li::before{content:"·"}.breadcrumb.has-succeeds-separator li+li::before{content:"≻"}.card{background-color:#fff;border-radius:.25rem;box-shadow:none;color:#4a4a4a;max-width:100%;position:relative}.card-footer:first-child,.card-content:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-footer:last-child,.card-content:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-header{background-color:rgba(0,0,0,0);align-items:stretch;box-shadow:none;display:flex}.card-header-title{align-items:center;color:#363636;display:flex;flex-grow:1;font-weight:700;padding:.75rem 1rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem 1rem}.card-image{display:block;position:relative}.card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{background-color:rgba(0,0,0,0);padding:1.5rem}.card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #ededed}.card .media:not(:last-child){margin-bottom:1.5rem}.dropdown{display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#fff;border-radius:4px;box-shadow:0 .5em 1em -0.125em rgba(10,10,10,.1),0 0px 0 1px rgba(10,10,10,.02);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#4a4a4a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#485fc7;color:#fff}.dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:.5rem 0}.level{align-items:center;justify-content:space-between}.level code{border-radius:4px}.level img{display:inline-block;vertical-align:top}.level.is-mobile{display:flex}.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px),print{.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.level-item .title,.level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px),print{.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem}}.level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){.level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px),print{.level-left{display:flex}}.level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px),print{.level-right{display:flex}}.media{align-items:flex-start;display:flex;text-align:inherit}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid rgba(219,219,219,.5);display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid rgba(219,219,219,.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.media-left{margin-right:1rem}.media-right{margin-left:1rem}.media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 768px){.media-content{overflow-x:auto}}.menu{font-size:1rem}.menu.is-small{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:0;color:#727c8f;display:block;padding:.5rem 0}.menu-list a:hover{background-color:#262930;color:#fff}.menu-list a.is-active{background-color:#282c33;color:#fff}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#666f81;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:#f5f5f5;border-radius:4px;font-size:1rem}.message strong{color:currentColor}.message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.message.is-small{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fff}.message.is-white .message-header{background-color:#fff;color:#0a0a0a}.message.is-white .message-body{border-color:#fff}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#0a0a0a;color:#fff}.message.is-black .message-body{border-color:#0a0a0a}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.message.is-light .message-body{border-color:#f5f5f5}.message.is-dark{background-color:#fafafa}.message.is-dark .message-header{background-color:#363636;color:#fff}.message.is-dark .message-body{border-color:#363636}.message.is-primary{background-color:#ebfffc}.message.is-primary .message-header{background-color:#00d1b2;color:#fff}.message.is-primary .message-body{border-color:#00d1b2;color:#00947e}.message.is-link{background-color:#eff1fa}.message.is-link .message-header{background-color:#485fc7;color:#fff}.message.is-link .message-body{border-color:#485fc7;color:#3850b7}.message.is-info{background-color:#eff5fb}.message.is-info .message-header{background-color:#3e8ed0;color:#fff}.message.is-info .message-body{border-color:#3e8ed0;color:#296fa8}.message.is-success{background-color:#effaf5}.message.is-success .message-header{background-color:#48c78e;color:#fff}.message.is-success .message-body{border-color:#48c78e;color:#257953}.message.is-warning{background-color:#fffaeb}.message.is-warning .message-header{background-color:#ffe08a;color:rgba(0,0,0,.7)}.message.is-warning .message-body{border-color:#ffe08a;color:#946c00}.message.is-danger{background-color:#feecf0}.message.is-danger .message-header{background-color:#f14668;color:#fff}.message.is-danger .message-body{border-color:#f14668;color:#cc0f35}.message-header{align-items:center;background-color:#4a4a4a;border-radius:4px 4px 0 0;color:#fff;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:.75em 1em;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}.message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}.message-body{border-color:#dbdbdb;border-radius:4px;border-style:solid;border-width:0 0 0 4px;color:#4a4a4a;padding:1.25em 1.5em}.message-body code,.message-body pre{background-color:#fff}.message-body pre code{background-color:rgba(0,0,0,0)}.modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(10,10,10,.86)}.modal-content,.modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px){.modal-content,.modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}.modal-card-head,.modal-card-foot{align-items:center;background-color:#f5f5f5;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #f5f5f5;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:0}.modal-card-foot .button:not(:last-child){margin-right:.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:1.5rem 20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand>.navbar-item,.navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1024px){.navbar.is-white .navbar-start>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-start .navbar-link::after,.navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand>.navbar-item,.navbar.is-black .navbar-brand .navbar-link{color:#fff}.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-black .navbar-start>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-end .navbar-link{color:#fff}.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-start .navbar-link::after,.navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand>.navbar-item,.navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-light .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width: 1024px){.navbar.is-light .navbar-start>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-start .navbar-link::after,.navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,.7)}}.navbar.is-dark{background-color:#363636;color:#fff}.navbar.is-dark .navbar-brand>.navbar-item,.navbar.is-dark .navbar-brand .navbar-link{color:#fff}.navbar.is-dark .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand .navbar-link.is-active{background-color:#292929;color:#fff}.navbar.is-dark .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-dark .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-dark .navbar-start>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-end .navbar-link{color:#fff}.navbar.is-dark .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end .navbar-link.is-active{background-color:#292929;color:#fff}.navbar.is-dark .navbar-start .navbar-link::after,.navbar.is-dark .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link{background-color:#292929;color:#fff}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#fff}}.navbar.is-primary{background-color:#00d1b2;color:#fff}.navbar.is-primary .navbar-brand>.navbar-item,.navbar.is-primary .navbar-brand .navbar-link{color:#fff}.navbar.is-primary .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand .navbar-link.is-active{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-primary .navbar-start>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-end .navbar-link{color:#fff}.navbar.is-primary .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end .navbar-link.is-active{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-start .navbar-link::after,.navbar.is-primary .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#00d1b2;color:#fff}}.navbar.is-link{background-color:#485fc7;color:#fff}.navbar.is-link .navbar-brand>.navbar-item,.navbar.is-link .navbar-brand .navbar-link{color:#fff}.navbar.is-link .navbar-brand>a.navbar-item:focus,.navbar.is-link .navbar-brand>a.navbar-item:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand .navbar-link:focus,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#3a51bb;color:#fff}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-link .navbar-start>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-end .navbar-link{color:#fff}.navbar.is-link .navbar-start>a.navbar-item:focus,.navbar.is-link .navbar-start>a.navbar-item:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start .navbar-link:focus,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-end>a.navbar-item:focus,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end .navbar-link:focus,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end .navbar-link.is-active{background-color:#3a51bb;color:#fff}.navbar.is-link .navbar-start .navbar-link::after,.navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#3a51bb;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#485fc7;color:#fff}}.navbar.is-info{background-color:#3e8ed0;color:#fff}.navbar.is-info .navbar-brand>.navbar-item,.navbar.is-info .navbar-brand .navbar-link{color:#fff}.navbar.is-info .navbar-brand>a.navbar-item:focus,.navbar.is-info .navbar-brand>a.navbar-item:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand .navbar-link:focus,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#3082c5;color:#fff}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-info .navbar-start>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-end .navbar-link{color:#fff}.navbar.is-info .navbar-start>a.navbar-item:focus,.navbar.is-info .navbar-start>a.navbar-item:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start .navbar-link:focus,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-end>a.navbar-item:focus,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end .navbar-link:focus,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end .navbar-link.is-active{background-color:#3082c5;color:#fff}.navbar.is-info .navbar-start .navbar-link::after,.navbar.is-info .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#3082c5;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3e8ed0;color:#fff}}.navbar.is-success{background-color:#48c78e;color:#fff}.navbar.is-success .navbar-brand>.navbar-item,.navbar.is-success .navbar-brand .navbar-link{color:#fff}.navbar.is-success .navbar-brand>a.navbar-item:focus,.navbar.is-success .navbar-brand>a.navbar-item:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand .navbar-link:focus,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#3abb81;color:#fff}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-success .navbar-start>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-end .navbar-link{color:#fff}.navbar.is-success .navbar-start>a.navbar-item:focus,.navbar.is-success .navbar-start>a.navbar-item:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start .navbar-link:focus,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-end>a.navbar-item:focus,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end .navbar-link:focus,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end .navbar-link.is-active{background-color:#3abb81;color:#fff}.navbar.is-success .navbar-start .navbar-link::after,.navbar.is-success .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#3abb81;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#48c78e;color:#fff}}.navbar.is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand>.navbar-item,.navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand>a.navbar-item:focus,.navbar.is-warning .navbar-brand>a.navbar-item:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand .navbar-link:focus,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#ffd970;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width: 1024px){.navbar.is-warning .navbar-start>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-start>a.navbar-item:focus,.navbar.is-warning .navbar-start>a.navbar-item:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start .navbar-link:focus,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-end>a.navbar-item:focus,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end .navbar-link:focus,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#ffd970;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-start .navbar-link::after,.navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ffd970;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffe08a;color:rgba(0,0,0,.7)}}.navbar.is-danger{background-color:#f14668;color:#fff}.navbar.is-danger .navbar-brand>.navbar-item,.navbar.is-danger .navbar-brand .navbar-link{color:#fff}.navbar.is-danger .navbar-brand>a.navbar-item:focus,.navbar.is-danger .navbar-brand>a.navbar-item:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand .navbar-link:focus,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#ef2e55;color:#fff}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-danger .navbar-start>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-end .navbar-link{color:#fff}.navbar.is-danger .navbar-start>a.navbar-item:focus,.navbar.is-danger .navbar-start>a.navbar-item:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start .navbar-link:focus,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-end>a.navbar-item:focus,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end .navbar-link:focus,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#ef2e55;color:#fff}.navbar.is-danger .navbar-start .navbar-link::after,.navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ef2e55;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#f14668;color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #f5f5f5}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #f5f5f5}.navbar.is-fixed-top{top:0}html.has-navbar-fixed-top,body.has-navbar-fixed-top{padding-top:3.25rem}html.has-navbar-fixed-bottom,body.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:rgba(0,0,0,0)}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{color:#4a4a4a;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:nth-child(1){top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}a.navbar-item,.navbar-link{cursor:pointer}a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover,a.navbar-item.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,.navbar-link.is-active{background-color:#fafafa;color:#485fc7}.navbar-item{flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid rgba(0,0,0,0);min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#485fc7}.navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#485fc7;border-bottom-style:solid;border-bottom-width:3px;color:#485fc7;padding-bottom:calc(0.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link:not(.is-arrowless){padding-right:2.5em}.navbar-link:not(.is-arrowless)::after{border-color:#485fc7;margin-top:-0.375em;right:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#f5f5f5;border:none;display:none;height:2px;margin:.5rem 0}@media screen and (max-width: 1023px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link::after{display:none}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px rgba(10,10,10,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}html.has-navbar-fixed-top-touch,body.has-navbar-fixed-top-touch{padding-top:3.25rem}html.has-navbar-fixed-bottom-touch,body.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width: 1024px){.navbar,.navbar-menu,.navbar-start,.navbar-end{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-start,.navbar.is-spaced .navbar-end{align-items:center}.navbar.is-spaced a.navbar-item,.navbar.is-spaced .navbar-link{border-radius:4px}.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent .navbar-link.is-active{background-color:rgba(0,0,0,0) !important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:rgba(0,0,0,0) !important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#485fc7}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px rgba(10,10,10,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#485fc7}.navbar.is-spaced .navbar-dropdown,.navbar-dropdown.is-boxed{border-radius:6px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.navbar>.container .navbar-brand,.container>.navbar .navbar-brand{margin-left:-0.75rem}.navbar>.container .navbar-menu,.container>.navbar .navbar-menu{margin-right:-0.75rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-desktop{top:0}html.has-navbar-fixed-top-desktop,body.has-navbar-fixed-top-desktop{padding-top:3.25rem}html.has-navbar-fixed-bottom-desktop,body.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}html.has-spaced-navbar-fixed-top,body.has-spaced-navbar-fixed-top{padding-top:5.25rem}html.has-spaced-navbar-fixed-bottom,body.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}a.navbar-item.is-active,.navbar-link.is-active{color:#0a0a0a}a.navbar-item.is-active:not(:focus):not(:hover),.navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link,.navbar-item.has-dropdown.is-active .navbar-link{background-color:#fafafa}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.pagination{font-size:1rem;margin:-0.25rem}.pagination.is-small{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-previous,.pagination.is-rounded .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}.pagination.is-rounded .pagination-link{border-radius:9999px}.pagination,.pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.pagination-previous,.pagination-next,.pagination-link{border-color:#dbdbdb;color:#363636;min-width:2.5em}.pagination-previous:hover,.pagination-next:hover,.pagination-link:hover{border-color:#b5b5b5;color:#363636}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus{border-color:#485fc7}.pagination-previous:active,.pagination-next:active,.pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2)}.pagination-previous[disabled],.pagination-previous.is-disabled,.pagination-next[disabled],.pagination-next.is-disabled,.pagination-link[disabled],.pagination-link.is-disabled{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;opacity:.5}.pagination-previous,.pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#485fc7;border-color:#485fc7;color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}.pagination-list li{list-style:none}@media screen and (max-width: 768px){.pagination{flex-wrap:wrap}.pagination-previous,.pagination-next{flex-grow:1;flex-shrink:1}.pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px),print{.pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{margin-bottom:0;margin-top:0}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between;margin-bottom:0;margin-top:0}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{justify-content:center;order:2}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.panel{border-radius:6px;box-shadow:0 .5em 1em -0.125em rgba(10,10,10,.1),0 0px 0 1px rgba(10,10,10,.02);font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}.panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}.panel.is-white .panel-block.is-active .panel-icon{color:#fff}.panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}.panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}.panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}.panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}.panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}.panel.is-dark .panel-heading{background-color:#363636;color:#fff}.panel.is-dark .panel-tabs a.is-active{border-bottom-color:#363636}.panel.is-dark .panel-block.is-active .panel-icon{color:#363636}.panel.is-primary .panel-heading{background-color:#00d1b2;color:#fff}.panel.is-primary .panel-tabs a.is-active{border-bottom-color:#00d1b2}.panel.is-primary .panel-block.is-active .panel-icon{color:#00d1b2}.panel.is-link .panel-heading{background-color:#485fc7;color:#fff}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#485fc7}.panel.is-link .panel-block.is-active .panel-icon{color:#485fc7}.panel.is-info .panel-heading{background-color:#3e8ed0;color:#fff}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3e8ed0}.panel.is-info .panel-block.is-active .panel-icon{color:#3e8ed0}.panel.is-success .panel-heading{background-color:#48c78e;color:#fff}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#48c78e}.panel.is-success .panel-block.is-active .panel-icon{color:#48c78e}.panel.is-warning .panel-heading{background-color:#ffe08a;color:rgba(0,0,0,.7)}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffe08a}.panel.is-warning .panel-block.is-active .panel-icon{color:#ffe08a}.panel.is-danger .panel-heading{background-color:#f14668;color:#fff}.panel.is-danger .panel-tabs a.is-active{border-bottom-color:#f14668}.panel.is-danger .panel-block.is-active .panel-icon{color:#f14668}.panel-tabs:not(:last-child),.panel-block:not(:last-child){border-bottom:1px solid #ededed}.panel-heading{background-color:#ededed;border-radius:6px 6px 0 0;color:#363636;font-size:1.25em;font-weight:700;line-height:1.25;padding:.75em 1em}.panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:.5em}.panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}.panel-list a{color:#4a4a4a}.panel-list a:hover{color:#485fc7}.panel-block{align-items:center;color:#363636;display:flex;justify-content:flex-start;padding:.5em .75em}.panel-block input[type=checkbox]{margin-right:.75em}.panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{border-left-color:#485fc7;color:#363636}.panel-block.is-active .panel-icon{color:#485fc7}.panel-block:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#f5f5f5}.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#7a7a7a;margin-right:.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs a{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;color:#4a4a4a;display:flex;justify-content:center;margin-bottom:-1px;padding:.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#363636;color:#363636}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#485fc7;color:#485fc7}.tabs ul{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.tabs ul.is-left{padding-right:.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:.75em;padding-right:.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:.75em}.tabs .icon:first-child{margin-right:.5em}.tabs .icon:last-child{margin-left:.5em}.tabs.is-centered ul{justify-content:center}.tabs.is-right ul{justify-content:flex-end}.tabs.is-boxed a{border:1px solid rgba(0,0,0,0);border-radius:4px 4px 0 0}.tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:rgba(0,0,0,0) !important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border-color:#dbdbdb;border-style:solid;border-width:1px;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-top-left-radius:4px;border-bottom-left-radius:4px}.tabs.is-toggle li:last-child a{border-top-right-radius:4px;border-bottom-right-radius:4px}.tabs.is-toggle li.is-active a{background-color:#485fc7;border-color:#485fc7;color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none;width:unset}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-left:0%}.columns.is-mobile>.column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){.column.is-narrow-mobile{flex:none;width:unset}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-left:0%}.column.is-1-mobile{flex:none;width:8.33333337%}.column.is-offset-1-mobile{margin-left:8.33333337%}.column.is-2-mobile{flex:none;width:16.66666674%}.column.is-offset-2-mobile{margin-left:16.66666674%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333337%}.column.is-offset-4-mobile{margin-left:33.33333337%}.column.is-5-mobile{flex:none;width:41.66666674%}.column.is-offset-5-mobile{margin-left:41.66666674%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333337%}.column.is-offset-7-mobile{margin-left:58.33333337%}.column.is-8-mobile{flex:none;width:66.66666674%}.column.is-offset-8-mobile{margin-left:66.66666674%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333337%}.column.is-offset-10-mobile{margin-left:83.33333337%}.column.is-11-mobile{flex:none;width:91.66666674%}.column.is-offset-11-mobile{margin-left:91.66666674%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none;width:unset}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0%}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333337%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333337%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666674%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66666674%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333337%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333337%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666674%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666674%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333337%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333337%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666674%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666674%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333337%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333337%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666674%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666674%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1023px){.column.is-narrow-touch{flex:none;width:unset}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-left:0%}.column.is-1-touch{flex:none;width:8.33333337%}.column.is-offset-1-touch{margin-left:8.33333337%}.column.is-2-touch{flex:none;width:16.66666674%}.column.is-offset-2-touch{margin-left:16.66666674%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333337%}.column.is-offset-4-touch{margin-left:33.33333337%}.column.is-5-touch{flex:none;width:41.66666674%}.column.is-offset-5-touch{margin-left:41.66666674%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333337%}.column.is-offset-7-touch{margin-left:58.33333337%}.column.is-8-touch{flex:none;width:66.66666674%}.column.is-offset-8-touch{margin-left:66.66666674%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333337%}.column.is-offset-10-touch{margin-left:83.33333337%}.column.is-11-touch{flex:none;width:91.66666674%}.column.is-offset-11-touch{margin-left:91.66666674%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1024px){.column.is-narrow-desktop{flex:none;width:unset}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-left:0%}.column.is-1-desktop{flex:none;width:8.33333337%}.column.is-offset-1-desktop{margin-left:8.33333337%}.column.is-2-desktop{flex:none;width:16.66666674%}.column.is-offset-2-desktop{margin-left:16.66666674%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333337%}.column.is-offset-4-desktop{margin-left:33.33333337%}.column.is-5-desktop{flex:none;width:41.66666674%}.column.is-offset-5-desktop{margin-left:41.66666674%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333337%}.column.is-offset-7-desktop{margin-left:58.33333337%}.column.is-8-desktop{flex:none;width:66.66666674%}.column.is-offset-8-desktop{margin-left:66.66666674%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333337%}.column.is-offset-10-desktop{margin-left:83.33333337%}.column.is-11-desktop{flex:none;width:91.66666674%}.column.is-offset-11-desktop{margin-left:91.66666674%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){.column.is-narrow-widescreen{flex:none;width:unset}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-left:0%}.column.is-1-widescreen{flex:none;width:8.33333337%}.column.is-offset-1-widescreen{margin-left:8.33333337%}.column.is-2-widescreen{flex:none;width:16.66666674%}.column.is-offset-2-widescreen{margin-left:16.66666674%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333337%}.column.is-offset-4-widescreen{margin-left:33.33333337%}.column.is-5-widescreen{flex:none;width:41.66666674%}.column.is-offset-5-widescreen{margin-left:41.66666674%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333337%}.column.is-offset-7-widescreen{margin-left:58.33333337%}.column.is-8-widescreen{flex:none;width:66.66666674%}.column.is-offset-8-widescreen{margin-left:66.66666674%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333337%}.column.is-offset-10-widescreen{margin-left:83.33333337%}.column.is-11-widescreen{flex:none;width:91.66666674%}.column.is-offset-11-widescreen{margin-left:91.66666674%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){.column.is-narrow-fullhd{flex:none;width:unset}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-left:0%}.column.is-1-fullhd{flex:none;width:8.33333337%}.column.is-offset-1-fullhd{margin-left:8.33333337%}.column.is-2-fullhd{flex:none;width:16.66666674%}.column.is-offset-2-fullhd{margin-left:16.66666674%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333337%}.column.is-offset-4-fullhd{margin-left:33.33333337%}.column.is-5-fullhd{flex:none;width:41.66666674%}.column.is-offset-5-fullhd{margin-left:41.66666674%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333337%}.column.is-offset-7-fullhd{margin-left:58.33333337%}.column.is-8-fullhd{flex:none;width:66.66666674%}.column.is-offset-8-fullhd{margin-left:66.66666674%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333337%}.column.is-offset-10-fullhd{margin-left:83.33333337%}.column.is-11-fullhd{flex:none;width:91.66666674%}.column.is-offset-11-fullhd{margin-left:91.66666674%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-0.75rem;margin-right:-0.75rem;margin-top:-0.75rem}.columns:last-child{margin-bottom:-0.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - 0.75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0 !important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1024px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1*var(--columnGap));margin-right:calc(-1*var(--columnGap))}.columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){.columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px)and (max-width: 1023px){.columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1024px)and (max-width: 1215px){.columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px)and (max-width: 1407px){.columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-0-fullhd{--columnGap: 0rem}}.columns.is-variable.is-1{--columnGap: 0.25rem}@media screen and (max-width: 768px){.columns.is-variable.is-1-mobile{--columnGap: 0.25rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-1-tablet{--columnGap: 0.25rem}}@media screen and (min-width: 769px)and (max-width: 1023px){.columns.is-variable.is-1-tablet-only{--columnGap: 0.25rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-1-touch{--columnGap: 0.25rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-1-desktop{--columnGap: 0.25rem}}@media screen and (min-width: 1024px)and (max-width: 1215px){.columns.is-variable.is-1-desktop-only{--columnGap: 0.25rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-1-widescreen{--columnGap: 0.25rem}}@media screen and (min-width: 1216px)and (max-width: 1407px){.columns.is-variable.is-1-widescreen-only{--columnGap: 0.25rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-1-fullhd{--columnGap: 0.25rem}}.columns.is-variable.is-2{--columnGap: 0.5rem}@media screen and (max-width: 768px){.columns.is-variable.is-2-mobile{--columnGap: 0.5rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-2-tablet{--columnGap: 0.5rem}}@media screen and (min-width: 769px)and (max-width: 1023px){.columns.is-variable.is-2-tablet-only{--columnGap: 0.5rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-2-touch{--columnGap: 0.5rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-2-desktop{--columnGap: 0.5rem}}@media screen and (min-width: 1024px)and (max-width: 1215px){.columns.is-variable.is-2-desktop-only{--columnGap: 0.5rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-2-widescreen{--columnGap: 0.5rem}}@media screen and (min-width: 1216px)and (max-width: 1407px){.columns.is-variable.is-2-widescreen-only{--columnGap: 0.5rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-2-fullhd{--columnGap: 0.5rem}}.columns.is-variable.is-3{--columnGap: 0.75rem}@media screen and (max-width: 768px){.columns.is-variable.is-3-mobile{--columnGap: 0.75rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-3-tablet{--columnGap: 0.75rem}}@media screen and (min-width: 769px)and (max-width: 1023px){.columns.is-variable.is-3-tablet-only{--columnGap: 0.75rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-3-touch{--columnGap: 0.75rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-3-desktop{--columnGap: 0.75rem}}@media screen and (min-width: 1024px)and (max-width: 1215px){.columns.is-variable.is-3-desktop-only{--columnGap: 0.75rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-3-widescreen{--columnGap: 0.75rem}}@media screen and (min-width: 1216px)and (max-width: 1407px){.columns.is-variable.is-3-widescreen-only{--columnGap: 0.75rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-3-fullhd{--columnGap: 0.75rem}}.columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){.columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px)and (max-width: 1023px){.columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1024px)and (max-width: 1215px){.columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px)and (max-width: 1407px){.columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-4-fullhd{--columnGap: 1rem}}.columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){.columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px)and (max-width: 1023px){.columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1024px)and (max-width: 1215px){.columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px)and (max-width: 1407px){.columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}.columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){.columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px)and (max-width: 1023px){.columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1024px)and (max-width: 1215px){.columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px)and (max-width: 1407px){.columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}.columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){.columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px)and (max-width: 1023px){.columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1024px)and (max-width: 1215px){.columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px)and (max-width: 1407px){.columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}.columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){.columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px)and (max-width: 1023px){.columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1024px)and (max-width: 1215px){.columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px)and (max-width: 1407px){.columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-8-fullhd{--columnGap: 2rem}}.tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}.tile.is-ancestor{margin-left:-0.75rem;margin-right:-0.75rem;margin-top:-0.75rem}.tile.is-ancestor:last-child{margin-bottom:-0.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0 !important}.tile.is-parent{padding:.75rem}.tile.is-vertical{flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{.tile:not(.is-child){display:flex}.tile.is-1{flex:none;width:8.33333337%}.tile.is-2{flex:none;width:16.66666674%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333337%}.tile.is-5{flex:none;width:41.66666674%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333337%}.tile.is-8{flex:none;width:66.66666674%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333337%}.tile.is-11{flex:none;width:91.66666674%}.tile.is-12{flex:none;width:100%}}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#f5f5f5 !important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb !important}.has-background-light{background-color:#f5f5f5 !important}.has-text-dark{color:#363636 !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#1c1c1c !important}.has-background-dark{background-color:#363636 !important}.has-text-primary{color:#00d1b2 !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#009e86 !important}.has-background-primary{background-color:#00d1b2 !important}.has-text-primary-light{color:#ebfffc !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#b8fff4 !important}.has-background-primary-light{background-color:#ebfffc !important}.has-text-primary-dark{color:#00947e !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#00c7a9 !important}.has-background-primary-dark{background-color:#00947e !important}.has-text-link{color:#485fc7 !important}a.has-text-link:hover,a.has-text-link:focus{color:#3449a8 !important}.has-background-link{background-color:#485fc7 !important}.has-text-link-light{color:#eff1fa !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#c8cfee !important}.has-background-link-light{background-color:#eff1fa !important}.has-text-link-dark{color:#3850b7 !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#576dcb !important}.has-background-link-dark{background-color:#3850b7 !important}.has-text-info{color:#3e8ed0 !important}a.has-text-info:hover,a.has-text-info:focus{color:#2b74b1 !important}.has-background-info{background-color:#3e8ed0 !important}.has-text-info-light{color:#eff5fb !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#c6ddf1 !important}.has-background-info-light{background-color:#eff5fb !important}.has-text-info-dark{color:#296fa8 !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#368ace !important}.has-background-info-dark{background-color:#296fa8 !important}.has-text-success{color:#48c78e !important}a.has-text-success:hover,a.has-text-success:focus{color:#34a873 !important}.has-background-success{background-color:#48c78e !important}.has-text-success-light{color:#effaf5 !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#c8eedd !important}.has-background-success-light{background-color:#effaf5 !important}.has-text-success-dark{color:#257953 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#31a06e !important}.has-background-success-dark{background-color:#257953 !important}.has-text-warning{color:#ffe08a !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#ffd257 !important}.has-background-warning{background-color:#ffe08a !important}.has-text-warning-light{color:#fffaeb !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#ffecb8 !important}.has-background-warning-light{background-color:#fffaeb !important}.has-text-warning-dark{color:#946c00 !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#c79200 !important}.has-background-warning-dark{background-color:#946c00 !important}.has-text-danger{color:#f14668 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#ee1742 !important}.has-background-danger{background-color:#f14668 !important}.has-text-danger-light{color:#feecf0 !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#fabdc9 !important}.has-background-danger-light{background-color:#feecf0 !important}.has-text-danger-dark{color:#cc0f35 !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#ee2049 !important}.has-background-danger-dark{background-color:#cc0f35 !important}.has-text-black-bis{color:#121212 !important}.has-background-black-bis{background-color:#121212 !important}.has-text-black-ter{color:#242424 !important}.has-background-black-ter{background-color:#242424 !important}.has-text-grey-darker{color:#363636 !important}.has-background-grey-darker{background-color:#363636 !important}.has-text-grey-dark{color:#4a4a4a !important}.has-background-grey-dark{background-color:#4a4a4a !important}.has-text-grey{color:#7a7a7a !important}.has-background-grey{background-color:#7a7a7a !important}.has-text-grey-light{color:#b5b5b5 !important}.has-background-grey-light{background-color:#b5b5b5 !important}.has-text-grey-lighter{color:#dbdbdb !important}.has-background-grey-lighter{background-color:#dbdbdb !important}.has-text-white-ter{color:#f5f5f5 !important}.has-background-white-ter{background-color:#f5f5f5 !important}.has-text-white-bis{color:#fafafa !important}.has-background-white-bis{background-color:#fafafa !important}.is-flex-direction-row{flex-direction:row !important}.is-flex-direction-row-reverse{flex-direction:row-reverse !important}.is-flex-direction-column{flex-direction:column !important}.is-flex-direction-column-reverse{flex-direction:column-reverse !important}.is-flex-wrap-nowrap{flex-wrap:nowrap !important}.is-flex-wrap-wrap{flex-wrap:wrap !important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse !important}.is-justify-content-flex-start{justify-content:flex-start !important}.is-justify-content-flex-end{justify-content:flex-end !important}.is-justify-content-center{justify-content:center !important}.is-justify-content-space-between{justify-content:space-between !important}.is-justify-content-space-around{justify-content:space-around !important}.is-justify-content-space-evenly{justify-content:space-evenly !important}.is-justify-content-start{justify-content:start !important}.is-justify-content-end{justify-content:end !important}.is-justify-content-left{justify-content:left !important}.is-justify-content-right{justify-content:right !important}.is-align-content-flex-start{align-content:flex-start !important}.is-align-content-flex-end{align-content:flex-end !important}.is-align-content-center{align-content:center !important}.is-align-content-space-between{align-content:space-between !important}.is-align-content-space-around{align-content:space-around !important}.is-align-content-space-evenly{align-content:space-evenly !important}.is-align-content-stretch{align-content:stretch !important}.is-align-content-start{align-content:start !important}.is-align-content-end{align-content:end !important}.is-align-content-baseline{align-content:baseline !important}.is-align-items-stretch{align-items:stretch !important}.is-align-items-flex-start{align-items:flex-start !important}.is-align-items-flex-end{align-items:flex-end !important}.is-align-items-center{align-items:center !important}.is-align-items-baseline{align-items:baseline !important}.is-align-items-start{align-items:start !important}.is-align-items-end{align-items:end !important}.is-align-items-self-start{align-items:self-start !important}.is-align-items-self-end{align-items:self-end !important}.is-align-self-auto{align-self:auto !important}.is-align-self-flex-start{align-self:flex-start !important}.is-align-self-flex-end{align-self:flex-end !important}.is-align-self-center{align-self:center !important}.is-align-self-baseline{align-self:baseline !important}.is-align-self-stretch{align-self:stretch !important}.is-flex-grow-0{flex-grow:0 !important}.is-flex-grow-1{flex-grow:1 !important}.is-flex-grow-2{flex-grow:2 !important}.is-flex-grow-3{flex-grow:3 !important}.is-flex-grow-4{flex-grow:4 !important}.is-flex-grow-5{flex-grow:5 !important}.is-flex-shrink-0{flex-shrink:0 !important}.is-flex-shrink-1{flex-shrink:1 !important}.is-flex-shrink-2{flex-shrink:2 !important}.is-flex-shrink-3{flex-shrink:3 !important}.is-flex-shrink-4{flex-shrink:4 !important}.is-flex-shrink-5{flex-shrink:5 !important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-radiusless{border-radius:0 !important}.is-shadowless{box-shadow:none !important}.is-clickable{cursor:pointer !important;pointer-events:all !important}.is-clipped{overflow:hidden !important}.is-relative{position:relative !important}.is-marginless{margin:0 !important}.is-paddingless{padding:0 !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-left:.75rem !important;margin-right:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-4{margin:1rem !important}.mt-4{margin-top:1rem !important}.mr-4{margin-right:1rem !important}.mb-4{margin-bottom:1rem !important}.ml-4{margin-left:1rem !important}.mx-4{margin-left:1rem !important;margin-right:1rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.m-5{margin:1.5rem !important}.mt-5{margin-top:1.5rem !important}.mr-5{margin-right:1.5rem !important}.mb-5{margin-bottom:1.5rem !important}.ml-5{margin-left:1.5rem !important}.mx-5{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-6{margin:3rem !important}.mt-6{margin-top:3rem !important}.mr-6{margin-right:3rem !important}.mb-6{margin-bottom:3rem !important}.ml-6{margin-left:3rem !important}.mx-6{margin-left:3rem !important;margin-right:3rem !important}.my-6{margin-top:3rem !important;margin-bottom:3rem !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-left:.75rem !important;padding-right:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-4{padding:1rem !important}.pt-4{padding-top:1rem !important}.pr-4{padding-right:1rem !important}.pb-4{padding-bottom:1rem !important}.pl-4{padding-left:1rem !important}.px-4{padding-left:1rem !important;padding-right:1rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-5{padding:1.5rem !important}.pt-5{padding-top:1.5rem !important}.pr-5{padding-right:1.5rem !important}.pb-5{padding-bottom:1.5rem !important}.pl-5{padding-left:1.5rem !important}.px-5{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-6{padding:3rem !important}.pt-6{padding-top:3rem !important}.pr-6{padding-right:3rem !important}.pb-6{padding-bottom:3rem !important}.pl-6{padding-left:3rem !important}.px-6{padding-left:3rem !important;padding-right:3rem !important}.py-6{padding-top:3rem !important;padding-bottom:3rem !important}.p-auto{padding:auto !important}.pt-auto{padding-top:auto !important}.pr-auto{padding-right:auto !important}.pb-auto{padding-bottom:auto !important}.pl-auto{padding-left:auto !important}.px-auto{padding-left:auto !important;padding-right:auto !important}.py-auto{padding-top:auto !important;padding-bottom:auto !important}.is-size-1{font-size:3rem !important}.is-size-2{font-size:2.5rem !important}.is-size-3{font-size:2rem !important}.is-size-4{font-size:1.5rem !important}.is-size-5{font-size:1.25rem !important}.is-size-6{font-size:1rem !important}.is-size-7{font-size:.75rem !important}@media screen and (max-width: 768px){.is-size-1-mobile{font-size:3rem !important}.is-size-2-mobile{font-size:2.5rem !important}.is-size-3-mobile{font-size:2rem !important}.is-size-4-mobile{font-size:1.5rem !important}.is-size-5-mobile{font-size:1.25rem !important}.is-size-6-mobile{font-size:1rem !important}.is-size-7-mobile{font-size:.75rem !important}}@media screen and (min-width: 769px),print{.is-size-1-tablet{font-size:3rem !important}.is-size-2-tablet{font-size:2.5rem !important}.is-size-3-tablet{font-size:2rem !important}.is-size-4-tablet{font-size:1.5rem !important}.is-size-5-tablet{font-size:1.25rem !important}.is-size-6-tablet{font-size:1rem !important}.is-size-7-tablet{font-size:.75rem !important}}@media screen and (max-width: 1023px){.is-size-1-touch{font-size:3rem !important}.is-size-2-touch{font-size:2.5rem !important}.is-size-3-touch{font-size:2rem !important}.is-size-4-touch{font-size:1.5rem !important}.is-size-5-touch{font-size:1.25rem !important}.is-size-6-touch{font-size:1rem !important}.is-size-7-touch{font-size:.75rem !important}}@media screen and (min-width: 1024px){.is-size-1-desktop{font-size:3rem !important}.is-size-2-desktop{font-size:2.5rem !important}.is-size-3-desktop{font-size:2rem !important}.is-size-4-desktop{font-size:1.5rem !important}.is-size-5-desktop{font-size:1.25rem !important}.is-size-6-desktop{font-size:1rem !important}.is-size-7-desktop{font-size:.75rem !important}}@media screen and (min-width: 1216px){.is-size-1-widescreen{font-size:3rem !important}.is-size-2-widescreen{font-size:2.5rem !important}.is-size-3-widescreen{font-size:2rem !important}.is-size-4-widescreen{font-size:1.5rem !important}.is-size-5-widescreen{font-size:1.25rem !important}.is-size-6-widescreen{font-size:1rem !important}.is-size-7-widescreen{font-size:.75rem !important}}@media screen and (min-width: 1408px){.is-size-1-fullhd{font-size:3rem !important}.is-size-2-fullhd{font-size:2.5rem !important}.is-size-3-fullhd{font-size:2rem !important}.is-size-4-fullhd{font-size:1.5rem !important}.is-size-5-fullhd{font-size:1.25rem !important}.is-size-6-fullhd{font-size:1rem !important}.is-size-7-fullhd{font-size:.75rem !important}}.has-text-centered{text-align:center !important}.has-text-justified{text-align:justify !important}.has-text-left{text-align:left !important}.has-text-right{text-align:right !important}@media screen and (max-width: 768px){.has-text-centered-mobile{text-align:center !important}}@media screen and (min-width: 769px),print{.has-text-centered-tablet{text-align:center !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.has-text-centered-tablet-only{text-align:center !important}}@media screen and (max-width: 1023px){.has-text-centered-touch{text-align:center !important}}@media screen and (min-width: 1024px){.has-text-centered-desktop{text-align:center !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.has-text-centered-desktop-only{text-align:center !important}}@media screen and (min-width: 1216px){.has-text-centered-widescreen{text-align:center !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.has-text-centered-widescreen-only{text-align:center !important}}@media screen and (min-width: 1408px){.has-text-centered-fullhd{text-align:center !important}}@media screen and (max-width: 768px){.has-text-justified-mobile{text-align:justify !important}}@media screen and (min-width: 769px),print{.has-text-justified-tablet{text-align:justify !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.has-text-justified-tablet-only{text-align:justify !important}}@media screen and (max-width: 1023px){.has-text-justified-touch{text-align:justify !important}}@media screen and (min-width: 1024px){.has-text-justified-desktop{text-align:justify !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.has-text-justified-desktop-only{text-align:justify !important}}@media screen and (min-width: 1216px){.has-text-justified-widescreen{text-align:justify !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.has-text-justified-widescreen-only{text-align:justify !important}}@media screen and (min-width: 1408px){.has-text-justified-fullhd{text-align:justify !important}}@media screen and (max-width: 768px){.has-text-left-mobile{text-align:left !important}}@media screen and (min-width: 769px),print{.has-text-left-tablet{text-align:left !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.has-text-left-tablet-only{text-align:left !important}}@media screen and (max-width: 1023px){.has-text-left-touch{text-align:left !important}}@media screen and (min-width: 1024px){.has-text-left-desktop{text-align:left !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.has-text-left-desktop-only{text-align:left !important}}@media screen and (min-width: 1216px){.has-text-left-widescreen{text-align:left !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.has-text-left-widescreen-only{text-align:left !important}}@media screen and (min-width: 1408px){.has-text-left-fullhd{text-align:left !important}}@media screen and (max-width: 768px){.has-text-right-mobile{text-align:right !important}}@media screen and (min-width: 769px),print{.has-text-right-tablet{text-align:right !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.has-text-right-tablet-only{text-align:right !important}}@media screen and (max-width: 1023px){.has-text-right-touch{text-align:right !important}}@media screen and (min-width: 1024px){.has-text-right-desktop{text-align:right !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.has-text-right-desktop-only{text-align:right !important}}@media screen and (min-width: 1216px){.has-text-right-widescreen{text-align:right !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.has-text-right-widescreen-only{text-align:right !important}}@media screen and (min-width: 1408px){.has-text-right-fullhd{text-align:right !important}}.is-capitalized{text-transform:capitalize !important}.is-lowercase{text-transform:lowercase !important}.is-uppercase{text-transform:uppercase !important}.is-italic{font-style:italic !important}.is-underlined{text-decoration:underline !important}.has-text-weight-light{font-weight:300 !important}.has-text-weight-normal{font-weight:400 !important}.has-text-weight-medium{font-weight:500 !important}.has-text-weight-semibold{font-weight:600 !important}.has-text-weight-bold{font-weight:700 !important}.is-family-primary{font-family:"Nunito",sans-serif !important}.is-family-secondary{font-family:"Nunito",sans-serif !important}.is-family-sans-serif{font-family:"Nunito",sans-serif !important}.is-family-monospace{font-family:monospace !important}.is-family-code{font-family:monospace !important}.is-block{display:block !important}@media screen and (max-width: 768px){.is-block-mobile{display:block !important}}@media screen and (min-width: 769px),print{.is-block-tablet{display:block !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.is-block-tablet-only{display:block !important}}@media screen and (max-width: 1023px){.is-block-touch{display:block !important}}@media screen and (min-width: 1024px){.is-block-desktop{display:block !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-block-desktop-only{display:block !important}}@media screen and (min-width: 1216px){.is-block-widescreen{display:block !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.is-block-widescreen-only{display:block !important}}@media screen and (min-width: 1408px){.is-block-fullhd{display:block !important}}.is-flex{display:flex !important}@media screen and (max-width: 768px){.is-flex-mobile{display:flex !important}}@media screen and (min-width: 769px),print{.is-flex-tablet{display:flex !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.is-flex-tablet-only{display:flex !important}}@media screen and (max-width: 1023px){.is-flex-touch{display:flex !important}}@media screen and (min-width: 1024px){.is-flex-desktop{display:flex !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-flex-desktop-only{display:flex !important}}@media screen and (min-width: 1216px){.is-flex-widescreen{display:flex !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.is-flex-widescreen-only{display:flex !important}}@media screen and (min-width: 1408px){.is-flex-fullhd{display:flex !important}}.is-inline{display:inline !important}@media screen and (max-width: 768px){.is-inline-mobile{display:inline !important}}@media screen and (min-width: 769px),print{.is-inline-tablet{display:inline !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.is-inline-tablet-only{display:inline !important}}@media screen and (max-width: 1023px){.is-inline-touch{display:inline !important}}@media screen and (min-width: 1024px){.is-inline-desktop{display:inline !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-inline-desktop-only{display:inline !important}}@media screen and (min-width: 1216px){.is-inline-widescreen{display:inline !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.is-inline-widescreen-only{display:inline !important}}@media screen and (min-width: 1408px){.is-inline-fullhd{display:inline !important}}.is-inline-block{display:inline-block !important}@media screen and (max-width: 768px){.is-inline-block-mobile{display:inline-block !important}}@media screen and (min-width: 769px),print{.is-inline-block-tablet{display:inline-block !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.is-inline-block-tablet-only{display:inline-block !important}}@media screen and (max-width: 1023px){.is-inline-block-touch{display:inline-block !important}}@media screen and (min-width: 1024px){.is-inline-block-desktop{display:inline-block !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-inline-block-desktop-only{display:inline-block !important}}@media screen and (min-width: 1216px){.is-inline-block-widescreen{display:inline-block !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.is-inline-block-widescreen-only{display:inline-block !important}}@media screen and (min-width: 1408px){.is-inline-block-fullhd{display:inline-block !important}}.is-inline-flex{display:inline-flex !important}@media screen and (max-width: 768px){.is-inline-flex-mobile{display:inline-flex !important}}@media screen and (min-width: 769px),print{.is-inline-flex-tablet{display:inline-flex !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.is-inline-flex-tablet-only{display:inline-flex !important}}@media screen and (max-width: 1023px){.is-inline-flex-touch{display:inline-flex !important}}@media screen and (min-width: 1024px){.is-inline-flex-desktop{display:inline-flex !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-inline-flex-desktop-only{display:inline-flex !important}}@media screen and (min-width: 1216px){.is-inline-flex-widescreen{display:inline-flex !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.is-inline-flex-widescreen-only{display:inline-flex !important}}@media screen and (min-width: 1408px){.is-inline-flex-fullhd{display:inline-flex !important}}.is-hidden{display:none !important}.is-sr-only{border:none !important;clip:rect(0, 0, 0, 0) !important;height:.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:.01em !important}@media screen and (max-width: 768px){.is-hidden-mobile{display:none !important}}@media screen and (min-width: 769px),print{.is-hidden-tablet{display:none !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.is-hidden-tablet-only{display:none !important}}@media screen and (max-width: 1023px){.is-hidden-touch{display:none !important}}@media screen and (min-width: 1024px){.is-hidden-desktop{display:none !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-hidden-desktop-only{display:none !important}}@media screen and (min-width: 1216px){.is-hidden-widescreen{display:none !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.is-hidden-widescreen-only{display:none !important}}@media screen and (min-width: 1408px){.is-hidden-fullhd{display:none !important}}.is-invisible{visibility:hidden !important}@media screen and (max-width: 768px){.is-invisible-mobile{visibility:hidden !important}}@media screen and (min-width: 769px),print{.is-invisible-tablet{visibility:hidden !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.is-invisible-tablet-only{visibility:hidden !important}}@media screen and (max-width: 1023px){.is-invisible-touch{visibility:hidden !important}}@media screen and (min-width: 1024px){.is-invisible-desktop{visibility:hidden !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-invisible-desktop-only{visibility:hidden !important}}@media screen and (min-width: 1216px){.is-invisible-widescreen{visibility:hidden !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.is-invisible-widescreen-only{visibility:hidden !important}}@media screen and (min-width: 1408px){.is-invisible-fullhd{visibility:hidden !important}}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:none}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:rgba(10,10,10,.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1023px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(10,10,10,.7)}.hero.is-white a.navbar-item:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white .navbar-link:hover,.hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.hero.is-white .tabs a{color:#0a0a0a;opacity:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, hsl(0deg, 0%, 100%) 71%, white 100%)}@media screen and (max-width: 768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, hsl(0deg, 0%, 100%) 71%, white 100%)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:rgba(255,255,255,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:rgba(255,255,255,.7)}.hero.is-black a.navbar-item:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black .navbar-link:hover,.hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg, black 0%, hsl(0deg, 0%, 4%) 71%, #181616 100%)}@media screen and (max-width: 768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, black 0%, hsl(0deg, 0%, 4%) 71%, #181616 100%)}}.hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit}.hero.is-light .title{color:rgba(0,0,0,.7)}.hero.is-light .subtitle{color:rgba(0,0,0,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width: 1023px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(0,0,0,.7)}.hero.is-light a.navbar-item:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light .navbar-link:hover,.hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.hero.is-light .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{color:#f5f5f5 !important;opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, hsl(0deg, 0%, 96%) 71%, white 100%)}@media screen and (max-width: 768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #dfd8d9 0%, hsl(0deg, 0%, 96%) 71%, white 100%)}}.hero.is-dark{background-color:#363636;color:#fff}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#fff}.hero.is-dark .subtitle{color:rgba(255,255,255,.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-dark .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:rgba(255,255,255,.7)}.hero.is-dark a.navbar-item:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark .navbar-link.is-active{background-color:#292929;color:#fff}.hero.is-dark .tabs a{color:#fff;opacity:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{color:#363636 !important;opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#fff}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#363636}.hero.is-dark.is-bold{background-image:linear-gradient(141deg, #1f191a 0%, hsl(0deg, 0%, 21%) 71%, #46403f 100%)}@media screen and (max-width: 768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg, #1f191a 0%, hsl(0deg, 0%, 21%) 71%, #46403f 100%)}}.hero.is-primary{background-color:#00d1b2;color:#fff}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#fff}.hero.is-primary .subtitle{color:rgba(255,255,255,.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-primary .navbar-menu{background-color:#00d1b2}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:rgba(255,255,255,.7)}.hero.is-primary a.navbar-item:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary .navbar-link.is-active{background-color:#00b89c;color:#fff}.hero.is-primary .tabs a{color:#fff;opacity:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{color:#00d1b2 !important;opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#00d1b2}.hero.is-primary.is-bold{background-image:linear-gradient(141deg, #009e6c 0%, hsl(171deg, 100%, 41%) 71%, #00e7eb 100%)}@media screen and (max-width: 768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg, #009e6c 0%, hsl(171deg, 100%, 41%) 71%, #00e7eb 100%)}}.hero.is-link{background-color:#485fc7;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:rgba(255,255,255,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-link .navbar-menu{background-color:#485fc7}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(255,255,255,.7)}.hero.is-link a.navbar-item:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link .navbar-link:hover,.hero.is-link .navbar-link.is-active{background-color:#3a51bb;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{color:#485fc7 !important;opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#485fc7}.hero.is-link.is-bold{background-image:linear-gradient(141deg, #2959b3 0%, hsl(229deg, 53%, 53%) 71%, #5658d2 100%)}@media screen and (max-width: 768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #2959b3 0%, hsl(229deg, 53%, 53%) 71%, #5658d2 100%)}}.hero.is-info{background-color:#3e8ed0;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:rgba(255,255,255,.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-info .navbar-menu{background-color:#3e8ed0}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,.7)}.hero.is-info a.navbar-item:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info .navbar-link:hover,.hero.is-info .navbar-link.is-active{background-color:#3082c5;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{color:#3e8ed0 !important;opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3e8ed0}.hero.is-info.is-bold{background-image:linear-gradient(141deg, #208fbc 0%, hsl(207deg, 61%, 53%) 71%, #4d83db 100%)}@media screen and (max-width: 768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #208fbc 0%, hsl(207deg, 61%, 53%) 71%, #4d83db 100%)}}.hero.is-success{background-color:#48c78e;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:rgba(255,255,255,.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-success .navbar-menu{background-color:#48c78e}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,.7)}.hero.is-success a.navbar-item:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success .navbar-link:hover,.hero.is-success .navbar-link.is-active{background-color:#3abb81;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{color:#48c78e !important;opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#48c78e}.hero.is-success.is-bold{background-image:linear-gradient(141deg, #29b35e 0%, hsl(153deg, 53%, 53%) 71%, #56d2af 100%)}@media screen and (max-width: 768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #29b35e 0%, hsl(153deg, 53%, 53%) 71%, #56d2af 100%)}}.hero.is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width: 1023px){.hero.is-warning .navbar-menu{background-color:#ffe08a}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.hero.is-warning a.navbar-item:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning .navbar-link.is-active{background-color:#ffd970;color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{color:#ffe08a !important;opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffe08a}.hero.is-warning.is-bold{background-image:linear-gradient(141deg, #ffb657 0%, hsl(44deg, 100%, 77%) 71%, #fff6a3 100%)}@media screen and (max-width: 768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #ffb657 0%, hsl(44deg, 100%, 77%) 71%, #fff6a3 100%)}}.hero.is-danger{background-color:#f14668;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:rgba(255,255,255,.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-danger .navbar-menu{background-color:#f14668}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(255,255,255,.7)}.hero.is-danger a.navbar-item:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger .navbar-link.is-active{background-color:#ef2e55;color:#fff}.hero.is-danger .tabs a{color:#fff;opacity:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{color:#f14668 !important;opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#f14668}.hero.is-danger.is-bold{background-image:linear-gradient(141deg, #fa0a62 0%, hsl(348deg, 86%, 61%) 71%, #f7595f 100%)}@media screen and (max-width: 768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #fa0a62 0%, hsl(348deg, 86%, 61%) 71%, #f7595f 100%)}}.hero.is-small .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{.hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{.hero.is-large .hero-body{padding:18rem 6rem}}.hero.is-halfheight .hero-body,.hero.is-fullheight .hero-body,.hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}.hero.is-halfheight .hero-body>.container,.hero.is-fullheight .hero-body>.container,.hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}.hero-video.is-transparent{opacity:.3}@media screen and (max-width: 768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media screen and (min-width: 769px),print{.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-head,.hero-foot{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{.hero-body{padding:3rem 3rem}}.section{padding:3rem 1.5rem}@media screen and (min-width: 1024px){.section{padding:3rem 3rem}.section.is-medium{padding:9rem 4.5rem}.section.is-large{padding:18rem 6rem}}.footer{background-color:#fff;padding:.495rem 1.5rem}nav.navbar{box-shadow:0 1px 0 rgba(24,28,33,.04)}nav.navbar .navbar-item.has-user-avatar .is-user-avatar{margin-right:.75rem;display:inline-flex;width:1.75rem;height:1.75rem}nav.navbar .navbar-item.has-divider{border-right:1px solid rgba(219,219,219,.25)}nav.navbar .navbar-item.no-left-space{padding-left:0}nav.navbar .navbar-item.has-dropdown{padding-right:0;padding-left:0}nav.navbar .navbar-item.has-dropdown .navbar-link{padding-right:1.125rem;padding-left:1.125rem}nav.navbar .navbar-item.has-control{padding-top:0;padding-bottom:0}nav.navbar .navbar-item .control .input{color:#363636;border:0;box-shadow:none;background:rgba(0,0,0,0)}nav.navbar .navbar-item .control .input::placeholder{color:#dbdbdb}@media screen and (max-width: 1023px){nav.navbar{display:flex;padding-right:0}nav.navbar .navbar-brand{flex:1}nav.navbar .navbar-brand.is-right{flex:none}nav.navbar .navbar-item.no-left-space-touch{padding-left:0}nav.navbar .navbar-menu{position:absolute;width:100vw;padding-top:0;top:3.25rem;left:0}nav.navbar .navbar-menu .navbar-item .icon:first-child{margin-right:.75rem}nav.navbar .navbar-menu .navbar-item.has-dropdown>.navbar-link{background-color:#f5f5f5}nav.navbar .navbar-menu .navbar-item.has-dropdown>.navbar-link .icon:last-child{display:none}nav.navbar .navbar-menu .navbar-item.has-user-avatar>.navbar-link{display:flex;align-items:center;padding-top:.75rem;padding-bottom:.75rem}}@media screen and (min-width: 1024px){nav.navbar .navbar-item{padding-right:1.125rem;padding-left:1.125rem}nav.navbar .navbar-item:not(.is-desktop-icon-only) .icon:first-child{margin-right:.75rem}nav.navbar .navbar-item.is-desktop-icon-only span:not(.icon){display:none}}@media screen and (min-width: 1024px){html.has-aside-left.has-aside-expanded nav.navbar,html.has-aside-left.has-aside-expanded body{padding-left:14rem}html.has-aside-left nav.navbar,html.has-aside-left body{transition:padding-left 250ms ease-in-out 50ms}html.has-aside-left aside.is-placed-left{display:block}aside.aside.is-expanded{width:14rem}aside.aside.is-expanded .menu-list .icon{width:3rem}aside.aside.is-expanded .menu-list .icon.has-update-mark:after{right:.65rem}aside.aside.is-expanded .menu-list span.menu-item-label{display:inline-block}aside.aside.is-expanded .menu-list li.is-active ul{display:block}}aside.aside{display:none;position:fixed;top:0;left:0;z-index:40;height:100vh;padding:0;box-shadow:none;background:#2e323a}aside.aside .aside-tools{display:flex;flex-direction:row;width:100%;background-color:#17191e;color:#fff;line-height:3.25rem;height:3.25rem;padding-left:.75rem;flex:1}aside.aside .aside-tools .icon{margin-right:.75rem}aside.aside .menu-list li a.has-dropdown-icon{position:relative;padding-right:3rem}aside.aside .menu-list li a.has-dropdown-icon .dropdown-icon{position:absolute;top:.5rem;right:0}aside.aside .menu-list li ul{display:none;border-left:0;background-color:#282c33;padding-left:0;margin:0 0 .75rem}aside.aside .menu-list li ul li a{padding:.75rem 0 .75rem .75rem;font-size:.95rem}aside.aside .menu-list li ul li a.has-icon{padding-left:0}aside.aside .menu-list li ul li a.is-active:not(:hover){background:rgba(0,0,0,0)}aside.aside .menu-label{padding:0 .75rem;margin-top:.75rem;margin-bottom:.75rem}@media screen and (max-width: 1023px){#app,nav.navbar{transition:margin-left 250ms ease-in-out 50ms}aside.aside{transition:left 250ms ease-in-out 50ms}html.has-aside-mobile-transition body{overflow-x:hidden}html.has-aside-mobile-transition body,html.has-aside-mobile-transition #app,html.has-aside-mobile-transition nav.navbar{width:100vw}html.has-aside-mobile-transition aside.aside{width:15rem;display:block;left:-15rem}html.has-aside-mobile-transition aside.aside .image img{max-width:4.95rem}html.has-aside-mobile-transition aside.aside .menu-list li.is-active ul{display:block}html.has-aside-mobile-transition aside.aside .menu-list a .icon{width:3rem}html.has-aside-mobile-transition aside.aside .menu-list a .icon.has-update-mark:after{right:.65rem}html.has-aside-mobile-transition aside.aside .menu-list a span.menu-item-label{display:inline-block}html.has-aside-mobile-expanded #app,html.has-aside-mobile-expanded nav.navbar{margin-left:15rem}html.has-aside-mobile-expanded aside.aside{left:0}}section.section.is-title-bar{padding:1.5rem;border-bottom:1px solid rgba(24,28,33,.06)}section.section.is-title-bar ul li{display:inline-block;padding:0 .75rem 0 0;font-size:1.5rem;color:#7a7a7a}section.section.is-title-bar ul li:after{display:inline-block;content:"/";padding-left:.75rem}section.section.is-title-bar ul li:last-child{padding-right:0;font-weight:900;color:#242424}section.section.is-title-bar ul li:last-child:after{display:none}section.hero.is-hero-bar{background-color:#fff;border-bottom:1px solid rgba(24,28,33,.06)}section.hero.is-hero-bar .hero-body{padding:1.5rem}section.hero.is-hero-bar .hero-body .level-item.is-hero-avatar-item{margin-right:1.5rem}section.hero.is-hero-bar .hero-body .level-item>div>.level{margin-bottom:.75rem}section.hero.is-hero-bar .hero-body .level-item .subtitle+p{margin-top:.75rem}section.hero.is-hero-bar .hero-body .button.is-hero-button{background-color:rgba(255,255,255,.5);font-weight:300;transition:background-color 250ms ease-in-out 50ms}section.hero.is-hero-bar .hero-body .button.is-hero-button:hover{background-color:#fff}.card:not(:last-child){margin-bottom:1.5rem}.card{border-radius:6px;border:1px solid rgba(24,28,33,.06)}.card.has-table .card-content{padding:0}.card.has-table .b-table{border-radius:6px;overflow:hidden}.card.is-card-widget .card-content{padding:.75rem}.card .card-header{border-bottom:1px solid rgba(24,28,33,.06)}.card .card-content hr{margin-left:-1.5rem;margin-right:-1.5rem}.card .is-widget-icon .icon{width:5rem;height:5rem}.card .is-widget-label .subtitle{color:#7a7a7a}table.table thead th{border-bottom-width:1px}table.table td.checkbox-cell .b-checkbox.checkbox:not(.button),table.table th.checkbox-cell .b-checkbox.checkbox:not(.button){margin-right:0;width:20px}table.table td.checkbox-cell .b-checkbox.checkbox:not(.button) .control-label,table.table th.checkbox-cell .b-checkbox.checkbox:not(.button) .control-label{display:none;padding:0}table.table td .image{margin:0 auto;width:1.5rem;height:1.5rem}table.table td.is-progress-col{min-width:5rem;vertical-align:middle}.b-table .table{border:0;border-radius:0}.b-table .table-wrapper{margin-bottom:0}.b-table .table-wrapper+.level{padding:1.125rem 1.5rem;padding-left:1.5rem;padding-right:1.5rem;margin:0;border-top:rgba(24,28,33,.06);background:#f5f5f5}.b-table .table-wrapper+.level .pagination-link{background:#fff;color:#363636;border-color:#dbdbdb}.b-table .table-wrapper+.level .pagination-link.is-current{border-color:#4a4a4a}.b-table .table-wrapper+.level .pagination-previous,.b-table .table-wrapper+.level .pagination-next,.b-table .table-wrapper+.level .pagination-link{border-color:#dbdbdb;color:#2e323a}.b-table .table-wrapper+.level .pagination-previous[disabled],.b-table .table-wrapper+.level .pagination-next[disabled],.b-table .table-wrapper+.level .pagination-link[disabled]{background-color:rgba(0,0,0,0)}@media screen and (max-width: 768px){.card.has-table .b-table .table-wrapper+.level .level-left+.level-right{margin-top:0}.card.has-mobile-sort-spaced .b-table .field.table-mobile-sort{padding-top:.75rem}.b-table .field.table-mobile-sort{padding:0 .75rem}.b-table .table-wrapper.has-mobile-cards tr{box-shadow:0 2px 3px rgba(10,10,10,.1);margin-bottom:3px !important}.b-table .table-wrapper.has-mobile-cards td.is-progress-col span,.b-table .table-wrapper.has-mobile-cards td.is-progress-col progress{display:flex;width:45%;align-items:center;align-self:center}.b-table .table-wrapper.has-mobile-cards td.checkbox-cell,.b-table .table-wrapper.has-mobile-cards td.is-image-cell{border-bottom:0 !important}.b-table .table-wrapper.has-mobile-cards td.checkbox-cell:before,.b-table .table-wrapper.has-mobile-cards td.is-actions-cell:before{display:none}.b-table .table-wrapper.has-mobile-cards td.has-no-head-mobile:before{display:none}.b-table .table-wrapper.has-mobile-cards td.has-no-head-mobile span{display:block;width:100%}.b-table .table-wrapper.has-mobile-cards td.has-no-head-mobile.is-progress-col progress{width:100%}.b-table .table-wrapper.has-mobile-cards td.has-no-head-mobile.is-image-cell .image{width:25vw;height:auto;margin:0 auto .375rem}}.is-tiles-wrapper{margin-bottom:1.5rem}.field.has-check .field-body{margin-top:.1875rem}.field .control .mdi-24px.mdi-set,.field .control .mdi-24px.mdi:before{font-size:inherit}.upload .upload-draggable{display:block}.input,.textarea,select{box-shadow:none}.input:focus,.input:active,.textarea:focus,.textarea:active,select:focus,select:active{box-shadow:none !important}.switch input[type=checkbox]+.check:before{box-shadow:none}.switch input[type=checkbox]:focus+.check,.switch input[type=checkbox]:focus:checked+.check,.b-checkbox.checkbox input[type=checkbox]:focus+.check,.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check{box-shadow:none !important}.b-checkbox.checkbox input[type=checkbox]+.check,.b-radio.radio input[type=radio]+.check{border:1px solid #2e323a}section.section.is-main-section{padding:1.5rem}.modal-card{width:40vw}.modal-card-foot{background-color:#f5f5f5}@media screen and (max-width: 768px){.modal .modal-card{width:90vw;margin:0 auto}}footer.footer .logo img{width:auto;height:2rem}@media screen and (max-width: 768px){.footer-copyright{text-align:center}}.is-user-avatar.has-max-width{max-width:7rem}.is-user-avatar.is-aligned-center{margin:0 auto}.is-user-avatar img{margin:0 auto;border-radius:9999px}.icon.has-update-mark{position:relative}.icon.has-update-mark:after{content:"";width:.5rem;height:.5rem;position:absolute;top:1px;right:1px;background-color:#ffe08a;border-radius:9999px}
\ No newline at end of file
diff --git a/config/static/icon.png b/config/static/icon.png
new file mode 100644
index 0000000..a978786
Binary files /dev/null and b/config/static/icon.png differ
diff --git a/config/static/icon.svg b/config/static/icon.svg
new file mode 100644
index 0000000..9619142
--- /dev/null
+++ b/config/static/icon.svg
@@ -0,0 +1,53 @@
+
+
+
+
diff --git a/config/static/img/favicon.ico b/config/static/img/favicon.ico
new file mode 100755
index 0000000..1e20f9c
Binary files /dev/null and b/config/static/img/favicon.ico differ
diff --git a/config/static/img/logo-inrae.jpg b/config/static/img/logo-inrae.jpg
new file mode 100644
index 0000000..e90e6a5
Binary files /dev/null and b/config/static/img/logo-inrae.jpg differ
diff --git a/config/static/img/logo.png b/config/static/img/logo.png
new file mode 100755
index 0000000..8dadc7d
Binary files /dev/null and b/config/static/img/logo.png differ
diff --git a/config/static/img/logo.png.old b/config/static/img/logo.png.old
new file mode 100755
index 0000000..0477111
Binary files /dev/null and b/config/static/img/logo.png.old differ
diff --git a/config/static/img/pygeoapi.png b/config/static/img/pygeoapi.png
new file mode 100755
index 0000000..0477111
Binary files /dev/null and b/config/static/img/pygeoapi.png differ
diff --git a/config/static/js/configure-instance.js b/config/static/js/configure-instance.js
new file mode 100644
index 0000000..7555b96
--- /dev/null
+++ b/config/static/js/configure-instance.js
@@ -0,0 +1,45 @@
+// Configuration tab menu
+const tabs = document.querySelectorAll('.tabs li');
+const tabContentBoxes = document.querySelectorAll('#tab-content > div');
+console.log("ca cause?");
+tabs.forEach((tab) => {
+ tab.addEventListener('click',() => {
+ tabs.forEach(item => item.classList.remove('is-active'))
+ tab.classList.add('is-active');
+
+ const target = tab.dataset.target;
+ console.log(target);
+ tabContentBoxes.forEach(box => {
+ if (box.getAttribute('id') === target){
+ box.classList.remove('is-hidden');
+ } else {
+ box.classList.add('is-hidden');
+ }
+ });
+ })
+})
+
+function STAChange() {
+ console.log("STAChange")
+ const STAInfo = document.getElementById("STAInfo");
+ const obj = JSON.parse(STAInfo.value.replace(/\'/g, '"').replace(/False/g, 'false'));
+
+ console.log("name: "+obj.name+" / url:"+obj.url);
+ document.getElementById("STAOwner").value = obj.owner;
+ document.getElementById("STAEmail").value = obj.email;
+ //document.getElementById("STAUnit").value = obj.unit;
+ document.getElementById("STALabel").value = obj.name;
+ document.getElementById("STATitle").value = obj.title;
+ document.getElementById("STAAbstract").value = obj.abstract;
+ document.getElementById("STAUrl").innerHTML = obj.url;
+};
+
+function STAChangeCreateMviewer() {
+ const STAInfo = document.getElementById("STAInfoCreateMviewer");
+ const obj = JSON.parse(STAInfoCreateMviewer.value.replace(/\'/g, '"').replace(/False/g, 'false'));
+
+ console.log("name: "+obj.name+" / url:"+obj.url);
+ document.getElementById("STALabelCreateMviewer").value = obj.name;
+ document.getElementById("STATitleCreateMviewer").value = obj.title;
+ document.getElementById("STAUrlCreateMviewer").innerHTML = obj.url;
+};
diff --git a/config/static/js/createInstance.js b/config/static/js/createInstance.js
new file mode 100644
index 0000000..346d529
--- /dev/null
+++ b/config/static/js/createInstance.js
@@ -0,0 +1,42 @@
+function APIServiceChange() {
+ console.log("APIServiceChange")
+ const APIService = document.getElementById("APIService");
+ const obj = JSON.parse(APIService.value.replace(/\'/g, '"').replace(/False/g, 'false'));
+
+ console.log("name: "+obj.name+" / url:"+obj.url);
+ document.getElementById("APIServiceUrl").innerHTML = obj.url;
+};
+
+async function createInstance () {
+ ogcApiUrl = "https://geosas.fr/sofair-dev/api/processes/"
+ processName = "create-sta"
+ postUrl = "/proxy/?url="+ogcApiUrl+processName+"/execution"
+ console.log ("Function createInstance -> "+postUrl)
+ document.getElementById("createInstanceButton").classList.add('is-loading')
+ var url = document.getElementById('APIServiceUrl').textContent
+ var abstract = document.getElementById('STAAbstract').textContent
+ var author = document.getElementById('STAAuthor').value
+ var title = document.getElementById('STACreationTitle').value
+ var name = document.getElementById('STACreationName').value
+ data ={
+ "inputs": {
+ "name": name,
+ "description": title,
+ "author": author
+ }
+ }
+ console.log (JSON.stringify(data))
+ var response = await startOgcApi(data, processName)
+ /*
+ var response = await fetch(postUrl, {
+ method: "POST",
+ headers: {
+ "Content-Type": "application/json",
+ },
+ body: JSON.stringify(data)
+ });
+ */
+ console.log(response)
+ alert(response['STAUrl'])
+ document.getElementById("createInstanceButton").classList.remove('is-loading')
+};
diff --git a/config/static/js/createViewer.js b/config/static/js/createViewer.js
new file mode 100644
index 0000000..f8d14d2
--- /dev/null
+++ b/config/static/js/createViewer.js
@@ -0,0 +1,29 @@
+async function createViewer () {
+ console.log ("async function createInstance")
+ console.log ("async function createInstance")
+ ogcApiUrl = "https://geosas.fr/sofair-dev/api/processes/"
+ processName = "create-viewer"
+ postUrl = ogcApiUrl+processName+"/execution"
+ console.log ("Function createViewer -> "+postUrl)
+ document.getElementById("createViewerButton").classList.add('is-loading')
+ url_sensorthings = document.getElementById('STAUrlCreateMviewer').textContent
+
+ data_input ={
+ "inputs": {
+ "url_sensorthings":url_sensorthings
+ }
+ }
+ console.log (JSON.stringify(data_input))
+ var response = await startOgcApi(data_input, processName)
+ /*var response = await fetch(postUrl, {
+ method: "POST",
+ headers: {
+ "Content-Type": "application/json",
+ },
+ body: JSON.stringify(data_input)
+ });*/
+ console.log(response)
+ alert(response['url_mviewer'])
+ alert(response['url_config'])
+ document.getElementById("createViewerButton").classList.remove('is-loading')
+};
\ No newline at end of file
diff --git a/config/static/js/requeteAsync.js b/config/static/js/requeteAsync.js
new file mode 100644
index 0000000..c2d8330
--- /dev/null
+++ b/config/static/js/requeteAsync.js
@@ -0,0 +1,73 @@
+async function postData(url = "",data = {}) {
+ const response = await fetch(url, {
+ method: "POST",
+ headers: {
+ "Content-Type": "application/json"
+ },
+ body: JSON.stringify(data),
+ });
+ if (response.status == 201 || response.status == 200) {
+ return response.headers;
+ } else {
+ return false
+ }
+ }
+
+async function startOgcApi(dataInput,processName) {
+ _processing = true; // a mettre en place pour ne pas double lancer un process
+ _ogcApiUrl="https://geosas.fr/sofair-dev/api/processes/"
+ //_ogcApiUrl="/proxy/?url=https://api.geosas.fr/sofair/processes/"
+ postUrl = _ogcApiUrl+processName+"/execution"
+
+ //ogcApiProcessUrl='/proxy/?url='+_ogcApiUrl+ProcessName+"/execution"
+ console.log("start query process")
+ data_status = await postData(postUrl, dataInput)
+
+ if (data_status == false) {
+ console.log("error process, ",processName);
+ alert("Le serveur ne repond pas")
+ _processing = false
+ return false
+ } else {
+ console.log("process accepted")
+ //location_I='/proxy/?url='+data_status.get('location')+"?f=json"
+ //location_R='/proxy/?url='+data_status.get('location')+"/results?f=json"
+
+ location_I=data_status.get('location')+"?f=json"
+ location_R=data_status.get('location')+"/results?f=json"
+
+ data_process_out = await fetch(location_I)
+ .then((response) => response.json())
+ .then((data_location) => {
+ console.log("check process")
+ console.log(data_location['progress'])
+
+ if (data_location['status']=='failed'){
+ console.log("process failed")
+ return false
+ } else {
+ return data_location
+ }
+ })
+ console.log("new")
+ console.log(data_process_out['progress'])
+ if (data_process_out==false){
+ return data_process_out
+ } else {
+
+ while (data_process_out['progress'] != 100 ){
+ await new Promise(resolve => setTimeout(resolve, 2000));
+ data_process_out = await fetch(location_I).then((response) => { return response.json()})
+
+ console.log(data_process_out['progress'])
+ }
+ }
+ console.log("requete terminée")
+ data_process_out = await fetch(location_R).then((response) => { return response.json()})
+ console.log(data_process_out)
+ //plot_culture(0,data_process_out)
+ _processing = false
+ return data_process_out
+ }
+
+}
\ No newline at end of file
diff --git a/config/static/js/sofair.js b/config/static/js/sofair.js
new file mode 100644
index 0000000..c628ddd
--- /dev/null
+++ b/config/static/js/sofair.js
@@ -0,0 +1,10 @@
+// return SVJ image with initials of the input name
+function test() {
+ alert("Test blah");
+};
+function Initials(name) {
+ console.log("Initals for ");
+ console.log("Initals for "+name);
+ div = '
'
+ return div;
+};
diff --git a/config/static/json/APIServices.json b/config/static/json/APIServices.json
new file mode 100644
index 0000000..b9ea3a8
--- /dev/null
+++ b/config/static/json/APIServices.json
@@ -0,0 +1,4 @@
+{"APIServices":[
+ {"name": "FROST", "url": "https://frost.geosas.fr/"},
+ {"name": "STEAN", "url": "https://sensorthings.geosas.fr/"}
+]}
diff --git a/config/static/json/STAInstances.json b/config/static/json/STAInstances.json
new file mode 100644
index 0000000..71bf3c6
--- /dev/null
+++ b/config/static/json/STAInstances.json
@@ -0,0 +1,17 @@
+{"instances":[
+ {"name": "agrhys", "url": "https://api.geosas.fr/agrhys/v1.0/", "title": "ORE AgrHyS", "owner": "cgeneste"},
+ {"name": "batelev", "url": "https://api.geosas.fr/batelev/v1.0/", "title": "Bâtiment d'élevage", "owner": "madam"},
+ {"name": "rennesmetro", "url": "https://api.geosas.fr/rennesmetro/v1.0/", "title": "Capteurs Lora Rennes Métropôle", "owner": "madam"},
+ {"name": "agri4cast", "url": "https://api.geosas.fr/agri4cast/v1.0/", "title": "Archives météo Agri4cast", "owner": "tloree"},
+ {"name": "safran", "url": "https://api.geosas.fr/safran/v1.0/", "title": "Archives météo France SAFRAN", "owner": "tloree"},
+ {"name": "selune", "url": "https://api.geosas.fr/selune/v1.0/", "title": "Observatoire Sélune", "owner": "athomas"},
+ {"name": "wsci", "url": "https://api.geosas.fr/wsci/v1.0/", "title": "Projet CIPAN", "owner": "tloree"},
+ {"name": "efele", "url": "https://api.geosas.fr/efele/v1.0/", "title": "SOERE PRO EFELE", "owner": "tloree"},
+ {"name": "bosco", "url": "https://api.geosas.fr/bosco/v1.0/", "title": "Projet BOSCO - Humidité de surface par satellite", "owner": "tloree"},
+ {"name": "onde", "url": "https://api.geosas.fr/onde/v1.0/", "title": "Réseau ONDE - Observatoire de l'intermittence", "owner": "tloree"},
+ {"name": "vdt", "url": "https://api.geosas.fr/vdt/v1.0/", "title": "Observatoire des vers de terre", "owner": "madam"},
+ {"name": "monitoringquimper", "url": "https://api.geosas.fr/monitoringquimper/v1.0/", "title": "Température chambre froide de Quimper", "owner": "tloree"},
+ {"name": "hubeau", "url": "https://api.geosas.fr/hubeau/v1.0/", "title": "Hub'Eau - Archives nationales des Données de débit", "owner": "tloree"},
+ {"name": "brgm", "url": "https://sensorthings-wq.brgm-rec.fr/FROST-Server/v1.0/", "title": "Stations qualité du BRGM", "owner": "sgrellet"}
+]
+}
diff --git a/config/static/json/STAInstances_v2.json b/config/static/json/STAInstances_v2.json
new file mode 100644
index 0000000..df89aa8
--- /dev/null
+++ b/config/static/json/STAInstances_v2.json
@@ -0,0 +1,17 @@
+{"instances":[
+ {"name": "agrhys", "url": "https://api.geosas.fr/agrhys/v1.0/", "title": "ORE AgrHyS", "abstract": "Service de diffusion des données d observation de l ORE AgrHyS conformément au standard OGC SensorThings","owner": "cgeneste", "email": "christophe.geneste@inrae.fr" , "configuration": "false", "data": "false", "md_layer": "", "md_service": "", "viewer": "https://geosas.fr/agrhys"},
+ {"name": "batelev", "url": "https://api.geosas.fr/batelev/v1.0/", "title": "Bâtiment d élevage", "abstract": "Service de diffusion des données d observation des batiments d élevage conformément au standard OGC SensorThings", "owner": "madam", "email": "mario.adam@inrae.fr" , "configuration": "true", "data": "false", "md_layer": "", "md_service": "", "viewer": ""},
+ {"name": "rennesmetro", "url": "https://api.geosas.fr/rennesmetro/v1.0/", "title": "Capteurs Lora Rennes Métropôle", "abstract": "Service de diffusion des données d observation de Rennes Métropôle conformément au standard OGC SensorThings", "owner": "madam", "email": "mario.adam@inrae.fr" , "configuration": "false", "data": "false", "md_layer": "", "md_service": "", "viewer": "https://geosas.fr/mviewer-test/?config=/apps/rennesmetro/config2.xml"},
+ {"name": "agri4cast", "url": "https://api.geosas.fr/agri4cast/v1.0/", "title": "Archives météo Agri4cast", "abstract": "Service de diffusion des données météo Agri4cast conformément au standard OGC SensorThings", "owner": "tloree", "email": "tom.loree@inrae.fr" , "configuration": "true", "data": "true", "md_layer": "https://geosas.fr/geonetwork/srv/fre/catalog.search#/metadata/643fcbf3-d890-4836-bf62-1204c043bc81", "md_service": "https://geosas.fr/geonetwork/srv/fre/catalog.search#/metadata/153276ce-4940-4d2e-bf68-6042867353c9", "viewer": "https://geosas.fr/mviewer-test/?config=demo/agri4cast.xml"},
+ {"name": "safran", "url": "https://api.geosas.fr/safran/v1.0/", "title": "Archives météo France SAFRAN", "abstract": "Service de diffusion des données météo SAFRAN conformément au standard OGC SensorThings", "owner": "tloree", "email": "tom.loree@inrae.fr" , "configuration": "false", "data": "false", "md_layer": "", "md_service": "", "viewer": ""},
+ {"name": "selune", "url": "https://api.geosas.fr/selune/v1.0/", "title": "Observatoire Sélune", "abstract": "Service de diffusion des données d observation de l Observatoire Sélune conformément au standard OGC SensorThings", "owner": "athomas", "email": "alban.thomas.2@inrae.fr" , "configuration": "false", "data": "false", "md_layer": "", "md_service": "", "viewer": ""},
+ {"name": "wsci", "url": "https://api.geosas.fr/wsci/v1.0/", "title": "Projet CIPAN", "abstract": "Service de diffusion des données du porjet CIPANHUB conformément au standard OGC SensorThings", "owner": "tloree", "email": "tom.loree@inrae.fr" , "configuration": "true", "data": "false", "md_layer": "", "md_service": "", "viewer": ""},
+ {"name": "efele", "url": "https://api.geosas.fr/efele/v1.0/", "title": "SOERE PRO EFELE", "abstract": "Service de diffusion des données d observation du SOERE PRO EFELE conformément au standard OGC SensorThings", "owner": "tloree", "email": "tom.loree@inrae.fr" , "configuration": "true", "data": "true", "md_layer": "", "md_service": "", "viewer": "https://geosas.fr/mviewer-test/?config=/apps/efele/config2.xml"},
+ {"name": "bosco", "url": "https://api.geosas.fr/bosco/v1.0/", "title": "Projet BOSCO - Humidité de surface par satellite", "abstract": "Service de diffusion des données du projet BOSCO conformément au standard OGC SensorThings", "owner": "tloree", "email": "tom.loree@inrae.fr" , "configuration": "true", "data": "true", "md_layer": "", "md_service": "", "viewer": "https://geosas.fr/bosco/"},
+ {"name": "onde", "url": "https://api.geosas.fr/onde/v1.0/", "title": "Réseau ONDE - Observatoire de l intermittence", "abstract": "Service de diffusion des données d observation du reseau ONDE conformément au standard OGC SensorThings", "owner": "tloree", "email": "tom.loree@inrae.fr" , "configuration": "true", "data": "true", "md_layer": "", "md_service": "htts://", "viewer": ""},
+ {"name": "vdt", "url": "https://api.geosas.fr/vdt/v1.0/", "title": "Observatoire des vers de terre", "abstract": "Service de diffusion des données d observation de l ORE AgrHyS conformément au standard OGC SensorThings", "owner": "madam", "email": "mario.adam@inrae.fr" , "configuration": "true", "data": "true", "md_layer": "", "md_service": "", "viewer": ""},
+ {"name": "monitoringquimper", "url": "https://api.geosas.fr/monitoringquimper/v1.0/", "abstract": "Service de diffusion des données de température du bureau de Tom à Quimper conformément au standard OGC SensorThings", "title": "Température chambre froide de Quimper", "owner": "tloree", "email": "tom.loree@inrae.fr" , "configuration": "true", "data": "true", "md_layer": "", "md_service": "", "viewer": ""},
+ {"name": "hubeau", "url": "https://api.geosas.fr/hubeau/v1.0/", "title": "HubEau - Archives nationales des Données de débit", "abstract": "Service de diffusion des données de debit de l API Hubeau conformément au standard OGC SensorThings", "owner": "tloree", "email": "tom.loree@inrae.fr" , "configuration": "true", "data": "true", "md_layer": "", "md_service": "", "viewer": ""},
+ {"name": "brgm", "url": "https://sensorthings-wq.brgm-rec.fr/FROST-Server/v1.0/", "title": "Stations qualité du BRGM", "abstract": "Service de diffusion des données d observation des stations qualité du BRGM conformément au standard OGC SensorThings", "owner": "sgrellet", "email": "S.Grellet@brgm.fr" , "configuration": "true", "data": "true", "md_layer": "", "md_service": "", "viewer": "https://geosas.fr/mviewer-test/?config=/apps/brgm/brgm.xml"}
+]
+}
diff --git a/config/static/json/configExamples.json b/config/static/json/configExamples.json
new file mode 100644
index 0000000..0aa5dc7
--- /dev/null
+++ b/config/static/json/configExamples.json
@@ -0,0 +1,4 @@
+{"examples":[
+ {"name": "Exutoires de l'ORE AgrHys", "file":"agrhys_sensorthings.xlsx", "url": "static/xlsx/config/manuel/agrhys_sensorthings.xlsx", "author": "Christophe Geneste", "date": "9 juin 2023", "icon":"https://avatars.dicebear.com/v2/initials/agrhys.svg"},
+ {"name": "Station Météo SOERE PRO EFELE", "file":"efele_station_campbell_sensorthings.xlsx", "url": "static/xlsx/config/manuel/efele_station_campbell_sensorthings.xlsx", "author": "Tom Lorée", "date": "1 mars 2023", "icon":"https://avatars.dicebear.com/v2/initials/efele.svg"}
+]}
diff --git a/config/static/json/dataExamples.json b/config/static/json/dataExamples.json
new file mode 100644
index 0000000..c51034c
--- /dev/null
+++ b/config/static/json/dataExamples.json
@@ -0,0 +1,4 @@
+{"examples":[
+ {"name": "Données météo Agri4cast", "file":"agri4cast_src.csv", "url": "static/xlsx/data/agri4cast_src.csv", "author": "Tom Lorée", "date": "22 juin 2022", "icon":"https://avatars.dicebear.com/v2/initials/agri4cast.svg"},
+ {"name": "Données Station Météo EFELE", "file":"efele_data_meteo.csv", "url": "static/xlsx/data/efele_data_meteo.csv", "author": "Tom Lorée", "date": "1 mars 2023", "icon":"https://avatars.dicebear.com/v2/initials/efele.svg"}
+]}
diff --git a/config/static/json/dico_jinja.json b/config/static/json/dico_jinja.json
new file mode 100644
index 0000000..10ad5db
--- /dev/null
+++ b/config/static/json/dico_jinja.json
@@ -0,0 +1,4 @@
+{
+ "abstract": "Abstract of the data",
+ "author": "Author"
+}
diff --git a/config/static/json/dico_jinja_src.json b/config/static/json/dico_jinja_src.json
new file mode 100644
index 0000000..4eefddc
--- /dev/null
+++ b/config/static/json/dico_jinja_src.json
@@ -0,0 +1,15 @@
+{
+ "layerName": "The layer name. This name is used to identify the metadata set",
+ "layerNameIds" : "The name to give to the layer in Geoserver",
+ "layerNameDb": "The table that contains geo data",
+ "theGeomName": "geometry",
+ "workspace": "sensorthings",
+ "storeIds": "sensorthings store",
+ "layerTitle": "The title given to the layer in Geoserver",
+ "uuid": "getUUID()",
+ "metadataTitle": "The title given to the layer in Geonetwork same as Geoserver layerTitle",
+ "creationDate": "Date of the day, AAAA-MM-DD format",
+ "abstract": "Abstract of the data",
+ "lineage": "Cette couche a été générée automatiquement à partir du service OGC SensorThings url_sta()",
+ "author": "Author"
+}
diff --git a/config/static/style.css b/config/static/style.css
new file mode 100644
index 0000000..0ecb279
--- /dev/null
+++ b/config/static/style.css
@@ -0,0 +1,11850 @@
+/*! bulma.io v0.9.3 | MIT License | github.com/jgthms/bulma */
+/* Bulma Utilities */
+.button, .input, .textarea, .select select, .file-cta,
+.file-name, .pagination-previous,
+.pagination-next,
+.pagination-link,
+.pagination-ellipsis {
+ -moz-appearance: none;
+ -webkit-appearance: none;
+ align-items: center;
+ border: 1px solid transparent;
+ border-radius: 4px;
+ box-shadow: none;
+ display: inline-flex;
+ font-size: 1rem;
+ height: 2.5em;
+ justify-content: flex-start;
+ line-height: 1.5;
+ padding-bottom: calc(0.5em - 1px);
+ padding-left: calc(0.75em - 1px);
+ padding-right: calc(0.75em - 1px);
+ padding-top: calc(0.5em - 1px);
+ position: relative;
+ vertical-align: top;
+}
+
+.button:focus, .input:focus, .textarea:focus, .select select:focus, .file-cta:focus,
+.file-name:focus, .pagination-previous:focus,
+.pagination-next:focus,
+.pagination-link:focus,
+.pagination-ellipsis:focus, .is-focused.button, .is-focused.input, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
+.is-focused.file-name, .is-focused.pagination-previous,
+.is-focused.pagination-next,
+.is-focused.pagination-link,
+.is-focused.pagination-ellipsis, .button:active, .input:active, .textarea:active, .select select:active, .file-cta:active,
+.file-name:active, .pagination-previous:active,
+.pagination-next:active,
+.pagination-link:active,
+.pagination-ellipsis:active, .is-active.button, .is-active.input, .is-active.textarea, .select select.is-active, .is-active.file-cta,
+.is-active.file-name, .is-active.pagination-previous,
+.is-active.pagination-next,
+.is-active.pagination-link,
+.is-active.pagination-ellipsis {
+ outline: none;
+}
+
+.button[disabled], .input[disabled], .textarea[disabled], .select select[disabled], .file-cta[disabled],
+.file-name[disabled], .pagination-previous[disabled],
+.pagination-next[disabled],
+.pagination-link[disabled],
+.pagination-ellipsis[disabled],
+fieldset[disabled] .button,
+fieldset[disabled] .input,
+fieldset[disabled] .textarea,
+fieldset[disabled] .select select,
+.select fieldset[disabled] select,
+fieldset[disabled] .file-cta,
+fieldset[disabled] .file-name,
+fieldset[disabled] .pagination-previous,
+fieldset[disabled] .pagination-next,
+fieldset[disabled] .pagination-link,
+fieldset[disabled] .pagination-ellipsis {
+ cursor: not-allowed;
+}
+
+.button, .file, .breadcrumb, .pagination-previous,
+.pagination-next,
+.pagination-link,
+.pagination-ellipsis, .tabs, .is-unselectable {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
+.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
+ border: 3px solid transparent;
+ border-radius: 2px;
+ border-right: 0;
+ border-top: 0;
+ content: " ";
+ display: block;
+ height: 0.625em;
+ margin-top: -0.4375em;
+ pointer-events: none;
+ position: absolute;
+ top: 50%;
+ transform: rotate(-45deg);
+ transform-origin: center;
+ width: 0.625em;
+}
+
+.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
+.subtitle:not(:last-child), .block:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) {
+ margin-bottom: 1.5rem;
+}
+
+.delete, .modal-close {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ -moz-appearance: none;
+ -webkit-appearance: none;
+ background-color: rgba(10, 10, 10, 0.2);
+ border: none;
+ border-radius: 9999px;
+ cursor: pointer;
+ pointer-events: auto;
+ display: inline-block;
+ flex-grow: 0;
+ flex-shrink: 0;
+ font-size: 0;
+ height: 20px;
+ max-height: 20px;
+ max-width: 20px;
+ min-height: 20px;
+ min-width: 20px;
+ outline: none;
+ position: relative;
+ vertical-align: top;
+ width: 20px;
+}
+
+.delete::before, .modal-close::before, .delete::after, .modal-close::after {
+ background-color: white;
+ content: "";
+ display: block;
+ left: 50%;
+ position: absolute;
+ top: 50%;
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
+ transform-origin: center center;
+}
+
+.delete::before, .modal-close::before {
+ height: 2px;
+ width: 50%;
+}
+
+.delete::after, .modal-close::after {
+ height: 50%;
+ width: 2px;
+}
+
+.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
+ background-color: rgba(10, 10, 10, 0.3);
+}
+
+.delete:active, .modal-close:active {
+ background-color: rgba(10, 10, 10, 0.4);
+}
+
+.is-small.delete, .is-small.modal-close {
+ height: 16px;
+ max-height: 16px;
+ max-width: 16px;
+ min-height: 16px;
+ min-width: 16px;
+ width: 16px;
+}
+
+.is-medium.delete, .is-medium.modal-close {
+ height: 24px;
+ max-height: 24px;
+ max-width: 24px;
+ min-height: 24px;
+ min-width: 24px;
+ width: 24px;
+}
+
+.is-large.delete, .is-large.modal-close {
+ height: 32px;
+ max-height: 32px;
+ max-width: 32px;
+ min-height: 32px;
+ min-width: 32px;
+ width: 32px;
+}
+
+.button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after {
+ -webkit-animation: spinAround 500ms infinite linear;
+ animation: spinAround 500ms infinite linear;
+ border: 2px solid #dbdbdb;
+ border-radius: 9999px;
+ border-right-color: transparent;
+ border-top-color: transparent;
+ content: "";
+ display: block;
+ height: 1em;
+ position: relative;
+ width: 1em;
+}
+
+.image.is-square img,
+.image.is-square .has-ratio, .image.is-1by1 img,
+.image.is-1by1 .has-ratio, .image.is-5by4 img,
+.image.is-5by4 .has-ratio, .image.is-4by3 img,
+.image.is-4by3 .has-ratio, .image.is-3by2 img,
+.image.is-3by2 .has-ratio, .image.is-5by3 img,
+.image.is-5by3 .has-ratio, .image.is-16by9 img,
+.image.is-16by9 .has-ratio, .image.is-2by1 img,
+.image.is-2by1 .has-ratio, .image.is-3by1 img,
+.image.is-3by1 .has-ratio, .image.is-4by5 img,
+.image.is-4by5 .has-ratio, .image.is-3by4 img,
+.image.is-3by4 .has-ratio, .image.is-2by3 img,
+.image.is-2by3 .has-ratio, .image.is-3by5 img,
+.image.is-3by5 .has-ratio, .image.is-9by16 img,
+.image.is-9by16 .has-ratio, .image.is-1by2 img,
+.image.is-1by2 .has-ratio, .image.is-1by3 img,
+.image.is-1by3 .has-ratio, .modal, .modal-background, .is-overlay, .hero-video {
+ bottom: 0;
+ left: 0;
+ position: absolute;
+ right: 0;
+ top: 0;
+}
+
+.navbar-burger {
+ -moz-appearance: none;
+ -webkit-appearance: none;
+ appearance: none;
+ background: none;
+ border: none;
+ color: currentColor;
+ font-family: inherit;
+ font-size: 1em;
+ margin: 0;
+ padding: 0;
+}
+
+/* Bulma Base */
+/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
+html,
+body,
+p,
+ol,
+ul,
+li,
+dl,
+dt,
+dd,
+blockquote,
+figure,
+fieldset,
+legend,
+textarea,
+pre,
+iframe,
+hr,
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ margin: 0;
+ padding: 0;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ font-size: 100%;
+ font-weight: normal;
+}
+
+ul {
+ list-style: none;
+}
+
+button,
+input,
+select,
+textarea {
+ margin: 0;
+}
+
+html {
+ box-sizing: border-box;
+}
+
+*, *::before, *::after {
+ box-sizing: inherit;
+}
+
+img,
+video {
+ height: auto;
+ max-width: 100%;
+}
+
+iframe {
+ border: 0;
+}
+
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
+
+td,
+th {
+ padding: 0;
+}
+
+td:not([align]),
+th:not([align]) {
+ text-align: inherit;
+}
+
+html {
+ background-color: white;
+ font-size: 16px;
+ -moz-osx-font-smoothing: grayscale;
+ -webkit-font-smoothing: antialiased;
+ min-width: 300px;
+ overflow-x: hidden;
+ overflow-y: scroll;
+ text-rendering: optimizeLegibility;
+ -webkit-text-size-adjust: 100%;
+ -moz-text-size-adjust: 100%;
+ text-size-adjust: 100%;
+}
+
+article,
+aside,
+figure,
+footer,
+header,
+hgroup,
+section {
+ display: block;
+}
+
+body,
+button,
+input,
+optgroup,
+select,
+textarea {
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+}
+
+code,
+pre {
+ -moz-osx-font-smoothing: auto;
+ -webkit-font-smoothing: auto;
+ font-family: monospace;
+}
+
+body {
+ color: #4a4a4a;
+ font-size: 1em;
+ font-weight: 400;
+ line-height: 1.5;
+}
+
+a {
+ color: #485fc7;
+ cursor: pointer;
+ text-decoration: none;
+}
+
+a strong {
+ color: currentColor;
+}
+
+a:hover {
+ color: #363636;
+}
+
+code {
+ background-color: whitesmoke;
+ color: #da1039;
+ font-size: 0.875em;
+ font-weight: normal;
+ padding: 0.25em 0.5em 0.25em;
+}
+
+hr {
+ background-color: whitesmoke;
+ border: none;
+ display: block;
+ height: 2px;
+ margin: 1.5rem 0;
+}
+
+img {
+ height: auto;
+ max-width: 100%;
+}
+
+input[type="checkbox"],
+input[type="radio"] {
+ vertical-align: baseline;
+}
+
+small {
+ font-size: 0.875em;
+}
+
+span {
+ font-style: inherit;
+ font-weight: inherit;
+}
+
+strong {
+ color: #363636;
+ font-weight: 700;
+}
+
+fieldset {
+ border: none;
+}
+
+pre {
+ -webkit-overflow-scrolling: touch;
+ background-color: whitesmoke;
+ color: #4a4a4a;
+ font-size: 0.875em;
+ overflow-x: auto;
+ padding: 1.25rem 1.5rem;
+ white-space: pre;
+ word-wrap: normal;
+}
+
+pre code {
+ background-color: transparent;
+ color: currentColor;
+ font-size: 1em;
+ padding: 0;
+}
+
+table td,
+table th {
+ vertical-align: top;
+}
+
+table td:not([align]),
+table th:not([align]) {
+ text-align: inherit;
+}
+
+table th {
+ color: #363636;
+}
+
+@-webkit-keyframes spinAround {
+ from {
+ transform: rotate(0deg);
+ }
+ to {
+ transform: rotate(359deg);
+ }
+}
+
+@keyframes spinAround {
+ from {
+ transform: rotate(0deg);
+ }
+ to {
+ transform: rotate(359deg);
+ }
+}
+
+/* Bulma Elements */
+.box {
+ background-color: white;
+ border-radius: 6px;
+ box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
+ color: #4a4a4a;
+ display: block;
+ padding: 1.25rem;
+}
+
+a.box:hover, a.box:focus {
+ box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #485fc7;
+}
+
+a.box:active {
+ box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #485fc7;
+}
+
+.button {
+ background-color: white;
+ border-color: #dbdbdb;
+ border-width: 1px;
+ color: #363636;
+ cursor: pointer;
+ justify-content: center;
+ padding-bottom: calc(0.5em - 1px);
+ padding-left: 1em;
+ padding-right: 1em;
+ padding-top: calc(0.5em - 1px);
+ text-align: center;
+ white-space: nowrap;
+}
+
+.button strong {
+ color: inherit;
+}
+
+.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
+ height: 1.5em;
+ width: 1.5em;
+}
+
+.button .icon:first-child:not(:last-child) {
+ margin-left: calc(-0.5em - 1px);
+ margin-right: 0.25em;
+}
+
+.button .icon:last-child:not(:first-child) {
+ margin-left: 0.25em;
+ margin-right: calc(-0.5em - 1px);
+}
+
+.button .icon:first-child:last-child {
+ margin-left: calc(-0.5em - 1px);
+ margin-right: calc(-0.5em - 1px);
+}
+
+.button:hover, .button.is-hovered {
+ border-color: #b5b5b5;
+ color: #363636;
+}
+
+.button:focus, .button.is-focused {
+ border-color: #485fc7;
+ color: #363636;
+}
+
+.button:focus:not(:active), .button.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
+}
+
+.button:active, .button.is-active {
+ border-color: #4a4a4a;
+ color: #363636;
+}
+
+.button.is-text {
+ background-color: transparent;
+ border-color: transparent;
+ color: #4a4a4a;
+ text-decoration: underline;
+}
+
+.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
+ background-color: whitesmoke;
+ color: #363636;
+}
+
+.button.is-text:active, .button.is-text.is-active {
+ background-color: #e8e8e8;
+ color: #363636;
+}
+
+.button.is-text[disabled],
+fieldset[disabled] .button.is-text {
+ background-color: transparent;
+ border-color: transparent;
+ box-shadow: none;
+}
+
+.button.is-ghost {
+ background: none;
+ border-color: transparent;
+ color: #485fc7;
+ text-decoration: none;
+}
+
+.button.is-ghost:hover, .button.is-ghost.is-hovered {
+ color: #485fc7;
+ text-decoration: underline;
+}
+
+.button.is-white {
+ background-color: white;
+ border-color: transparent;
+ color: #0a0a0a;
+}
+
+.button.is-white:hover, .button.is-white.is-hovered {
+ background-color: #f9f9f9;
+ border-color: transparent;
+ color: #0a0a0a;
+}
+
+.button.is-white:focus, .button.is-white.is-focused {
+ border-color: transparent;
+ color: #0a0a0a;
+}
+
+.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
+}
+
+.button.is-white:active, .button.is-white.is-active {
+ background-color: #f2f2f2;
+ border-color: transparent;
+ color: #0a0a0a;
+}
+
+.button.is-white[disabled],
+fieldset[disabled] .button.is-white {
+ background-color: white;
+ border-color: transparent;
+ box-shadow: none;
+}
+
+.button.is-white.is-inverted {
+ background-color: #0a0a0a;
+ color: white;
+}
+
+.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
+ background-color: black;
+}
+
+.button.is-white.is-inverted[disabled],
+fieldset[disabled] .button.is-white.is-inverted {
+ background-color: #0a0a0a;
+ border-color: transparent;
+ box-shadow: none;
+ color: white;
+}
+
+.button.is-white.is-loading::after {
+ border-color: transparent transparent #0a0a0a #0a0a0a !important;
+}
+
+.button.is-white.is-outlined {
+ background-color: transparent;
+ border-color: white;
+ color: white;
+}
+
+.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
+ background-color: white;
+ border-color: white;
+ color: #0a0a0a;
+}
+
+.button.is-white.is-outlined.is-loading::after {
+ border-color: transparent transparent white white !important;
+}
+
+.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #0a0a0a #0a0a0a !important;
+}
+
+.button.is-white.is-outlined[disabled],
+fieldset[disabled] .button.is-white.is-outlined {
+ background-color: transparent;
+ border-color: white;
+ box-shadow: none;
+ color: white;
+}
+
+.button.is-white.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #0a0a0a;
+ color: #0a0a0a;
+}
+
+.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
+ background-color: #0a0a0a;
+ color: white;
+}
+
+.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent white white !important;
+}
+
+.button.is-white.is-inverted.is-outlined[disabled],
+fieldset[disabled] .button.is-white.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #0a0a0a;
+ box-shadow: none;
+ color: #0a0a0a;
+}
+
+.button.is-black {
+ background-color: #0a0a0a;
+ border-color: transparent;
+ color: white;
+}
+
+.button.is-black:hover, .button.is-black.is-hovered {
+ background-color: #040404;
+ border-color: transparent;
+ color: white;
+}
+
+.button.is-black:focus, .button.is-black.is-focused {
+ border-color: transparent;
+ color: white;
+}
+
+.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
+}
+
+.button.is-black:active, .button.is-black.is-active {
+ background-color: black;
+ border-color: transparent;
+ color: white;
+}
+
+.button.is-black[disabled],
+fieldset[disabled] .button.is-black {
+ background-color: #0a0a0a;
+ border-color: transparent;
+ box-shadow: none;
+}
+
+.button.is-black.is-inverted {
+ background-color: white;
+ color: #0a0a0a;
+}
+
+.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
+ background-color: #f2f2f2;
+}
+
+.button.is-black.is-inverted[disabled],
+fieldset[disabled] .button.is-black.is-inverted {
+ background-color: white;
+ border-color: transparent;
+ box-shadow: none;
+ color: #0a0a0a;
+}
+
+.button.is-black.is-loading::after {
+ border-color: transparent transparent white white !important;
+}
+
+.button.is-black.is-outlined {
+ background-color: transparent;
+ border-color: #0a0a0a;
+ color: #0a0a0a;
+}
+
+.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
+ background-color: #0a0a0a;
+ border-color: #0a0a0a;
+ color: white;
+}
+
+.button.is-black.is-outlined.is-loading::after {
+ border-color: transparent transparent #0a0a0a #0a0a0a !important;
+}
+
+.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent white white !important;
+}
+
+.button.is-black.is-outlined[disabled],
+fieldset[disabled] .button.is-black.is-outlined {
+ background-color: transparent;
+ border-color: #0a0a0a;
+ box-shadow: none;
+ color: #0a0a0a;
+}
+
+.button.is-black.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: white;
+ color: white;
+}
+
+.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
+ background-color: white;
+ color: #0a0a0a;
+}
+
+.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #0a0a0a #0a0a0a !important;
+}
+
+.button.is-black.is-inverted.is-outlined[disabled],
+fieldset[disabled] .button.is-black.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: white;
+ box-shadow: none;
+ color: white;
+}
+
+.button.is-light {
+ background-color: whitesmoke;
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.button.is-light:hover, .button.is-light.is-hovered {
+ background-color: #eeeeee;
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.button.is-light:focus, .button.is-light.is-focused {
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
+}
+
+.button.is-light:active, .button.is-light.is-active {
+ background-color: #e8e8e8;
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.button.is-light[disabled],
+fieldset[disabled] .button.is-light {
+ background-color: whitesmoke;
+ border-color: transparent;
+ box-shadow: none;
+}
+
+.button.is-light.is-inverted {
+ background-color: rgba(0, 0, 0, 0.7);
+ color: whitesmoke;
+}
+
+.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
+ background-color: rgba(0, 0, 0, 0.7);
+}
+
+.button.is-light.is-inverted[disabled],
+fieldset[disabled] .button.is-light.is-inverted {
+ background-color: rgba(0, 0, 0, 0.7);
+ border-color: transparent;
+ box-shadow: none;
+ color: whitesmoke;
+}
+
+.button.is-light.is-loading::after {
+ border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
+}
+
+.button.is-light.is-outlined {
+ background-color: transparent;
+ border-color: whitesmoke;
+ color: whitesmoke;
+}
+
+.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
+ background-color: whitesmoke;
+ border-color: whitesmoke;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.button.is-light.is-outlined.is-loading::after {
+ border-color: transparent transparent whitesmoke whitesmoke !important;
+}
+
+.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
+}
+
+.button.is-light.is-outlined[disabled],
+fieldset[disabled] .button.is-light.is-outlined {
+ background-color: transparent;
+ border-color: whitesmoke;
+ box-shadow: none;
+ color: whitesmoke;
+}
+
+.button.is-light.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: rgba(0, 0, 0, 0.7);
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
+ background-color: rgba(0, 0, 0, 0.7);
+ color: whitesmoke;
+}
+
+.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent whitesmoke whitesmoke !important;
+}
+
+.button.is-light.is-inverted.is-outlined[disabled],
+fieldset[disabled] .button.is-light.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: rgba(0, 0, 0, 0.7);
+ box-shadow: none;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.button.is-dark {
+ background-color: #363636;
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-dark:hover, .button.is-dark.is-hovered {
+ background-color: #2f2f2f;
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-dark:focus, .button.is-dark.is-focused {
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
+}
+
+.button.is-dark:active, .button.is-dark.is-active {
+ background-color: #292929;
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-dark[disabled],
+fieldset[disabled] .button.is-dark {
+ background-color: #363636;
+ border-color: transparent;
+ box-shadow: none;
+}
+
+.button.is-dark.is-inverted {
+ background-color: #fff;
+ color: #363636;
+}
+
+.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
+ background-color: #f2f2f2;
+}
+
+.button.is-dark.is-inverted[disabled],
+fieldset[disabled] .button.is-dark.is-inverted {
+ background-color: #fff;
+ border-color: transparent;
+ box-shadow: none;
+ color: #363636;
+}
+
+.button.is-dark.is-loading::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+
+.button.is-dark.is-outlined {
+ background-color: transparent;
+ border-color: #363636;
+ color: #363636;
+}
+
+.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
+ background-color: #363636;
+ border-color: #363636;
+ color: #fff;
+}
+
+.button.is-dark.is-outlined.is-loading::after {
+ border-color: transparent transparent #363636 #363636 !important;
+}
+
+.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+
+.button.is-dark.is-outlined[disabled],
+fieldset[disabled] .button.is-dark.is-outlined {
+ background-color: transparent;
+ border-color: #363636;
+ box-shadow: none;
+ color: #363636;
+}
+
+.button.is-dark.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ color: #fff;
+}
+
+.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
+ background-color: #fff;
+ color: #363636;
+}
+
+.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #363636 #363636 !important;
+}
+
+.button.is-dark.is-inverted.is-outlined[disabled],
+fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ box-shadow: none;
+ color: #fff;
+}
+
+.button.is-primary {
+ background-color: #ffffff;
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-primary:hover, .button.is-primary.is-hovered {
+ background-color: #00c4a7;
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-primary:focus, .button.is-primary.is-focused {
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
+}
+
+.button.is-primary:active, .button.is-primary.is-active {
+ background-color: #00b89c;
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-primary[disabled],
+fieldset[disabled] .button.is-primary {
+ background-color: #ffffff;
+ border-color: transparent;
+ box-shadow: none;
+}
+
+.button.is-primary.is-inverted {
+ background-color: #fff;
+ color: #ffffff;
+}
+
+.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
+ background-color: #f2f2f2;
+}
+
+.button.is-primary.is-inverted[disabled],
+fieldset[disabled] .button.is-primary.is-inverted {
+ background-color: #fff;
+ border-color: transparent;
+ box-shadow: none;
+ color: #ffffff;
+}
+
+.button.is-primary.is-loading::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+
+.button.is-primary.is-outlined {
+ background-color: transparent;
+ border-color: #ffffff;
+ color: #ffffff;
+}
+
+.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
+ background-color: #ffffff;
+ border-color: #ffffff;
+ color: #fff;
+}
+
+.button.is-primary.is-outlined.is-loading::after {
+ border-color: transparent transparent #ffffff #ffffff !important;
+}
+
+.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+
+.button.is-primary.is-outlined[disabled],
+fieldset[disabled] .button.is-primary.is-outlined {
+ background-color: transparent;
+ border-color: #ffffff;
+ box-shadow: none;
+ color: #ffffff;
+}
+
+.button.is-primary.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ color: #fff;
+}
+
+.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
+ background-color: #fff;
+ color: #ffffff;
+}
+
+.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #ffffff #ffffff !important;
+}
+
+.button.is-primary.is-inverted.is-outlined[disabled],
+fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ box-shadow: none;
+ color: #fff;
+}
+
+.button.is-primary.is-light {
+ background-color: #ebfffc;
+ color: #00947e;
+}
+
+.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
+ background-color: #defffa;
+ border-color: transparent;
+ color: #00947e;
+}
+
+.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
+ background-color: #d1fff8;
+ border-color: transparent;
+ color: #00947e;
+}
+
+.button.is-link {
+ background-color: #485fc7;
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-link:hover, .button.is-link.is-hovered {
+ background-color: #3e56c4;
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-link:focus, .button.is-link.is-focused {
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
+}
+
+.button.is-link:active, .button.is-link.is-active {
+ background-color: #3a51bb;
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-link[disabled],
+fieldset[disabled] .button.is-link {
+ background-color: #485fc7;
+ border-color: transparent;
+ box-shadow: none;
+}
+
+.button.is-link.is-inverted {
+ background-color: #fff;
+ color: #485fc7;
+}
+
+.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
+ background-color: #f2f2f2;
+}
+
+.button.is-link.is-inverted[disabled],
+fieldset[disabled] .button.is-link.is-inverted {
+ background-color: #fff;
+ border-color: transparent;
+ box-shadow: none;
+ color: #485fc7;
+}
+
+.button.is-link.is-loading::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+
+.button.is-link.is-outlined {
+ background-color: transparent;
+ border-color: #485fc7;
+ color: #485fc7;
+}
+
+.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
+ background-color: #485fc7;
+ border-color: #485fc7;
+ color: #fff;
+}
+
+.button.is-link.is-outlined.is-loading::after {
+ border-color: transparent transparent #485fc7 #485fc7 !important;
+}
+
+.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+
+.button.is-link.is-outlined[disabled],
+fieldset[disabled] .button.is-link.is-outlined {
+ background-color: transparent;
+ border-color: #485fc7;
+ box-shadow: none;
+ color: #485fc7;
+}
+
+.button.is-link.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ color: #fff;
+}
+
+.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
+ background-color: #fff;
+ color: #485fc7;
+}
+
+.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #485fc7 #485fc7 !important;
+}
+
+.button.is-link.is-inverted.is-outlined[disabled],
+fieldset[disabled] .button.is-link.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ box-shadow: none;
+ color: #fff;
+}
+
+.button.is-link.is-light {
+ background-color: #eff1fa;
+ color: #3850b7;
+}
+
+.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
+ background-color: #e6e9f7;
+ border-color: transparent;
+ color: #3850b7;
+}
+
+.button.is-link.is-light:active, .button.is-link.is-light.is-active {
+ background-color: #dce0f4;
+ border-color: transparent;
+ color: #3850b7;
+}
+
+.button.is-info {
+ background-color: #3e8ed0;
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-info:hover, .button.is-info.is-hovered {
+ background-color: #3488ce;
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-info:focus, .button.is-info.is-focused {
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
+}
+
+.button.is-info:active, .button.is-info.is-active {
+ background-color: #3082c5;
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-info[disabled],
+fieldset[disabled] .button.is-info {
+ background-color: #3e8ed0;
+ border-color: transparent;
+ box-shadow: none;
+}
+
+.button.is-info.is-inverted {
+ background-color: #fff;
+ color: #3e8ed0;
+}
+
+.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
+ background-color: #f2f2f2;
+}
+
+.button.is-info.is-inverted[disabled],
+fieldset[disabled] .button.is-info.is-inverted {
+ background-color: #fff;
+ border-color: transparent;
+ box-shadow: none;
+ color: #3e8ed0;
+}
+
+.button.is-info.is-loading::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+
+.button.is-info.is-outlined {
+ background-color: transparent;
+ border-color: #3e8ed0;
+ color: #3e8ed0;
+}
+
+.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
+ background-color: #3e8ed0;
+ border-color: #3e8ed0;
+ color: #fff;
+}
+
+.button.is-info.is-outlined.is-loading::after {
+ border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
+}
+
+.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+
+.button.is-info.is-outlined[disabled],
+fieldset[disabled] .button.is-info.is-outlined {
+ background-color: transparent;
+ border-color: #3e8ed0;
+ box-shadow: none;
+ color: #3e8ed0;
+}
+
+.button.is-info.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ color: #fff;
+}
+
+.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
+ background-color: #fff;
+ color: #3e8ed0;
+}
+
+.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
+}
+
+.button.is-info.is-inverted.is-outlined[disabled],
+fieldset[disabled] .button.is-info.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ box-shadow: none;
+ color: #fff;
+}
+
+.button.is-info.is-light {
+ background-color: #eff5fb;
+ color: #296fa8;
+}
+
+.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
+ background-color: #e4eff9;
+ border-color: transparent;
+ color: #296fa8;
+}
+
+.button.is-info.is-light:active, .button.is-info.is-light.is-active {
+ background-color: #dae9f6;
+ border-color: transparent;
+ color: #296fa8;
+}
+
+.button.is-success {
+ background-color: #48c78e;
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-success:hover, .button.is-success.is-hovered {
+ background-color: #3ec487;
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-success:focus, .button.is-success.is-focused {
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
+}
+
+.button.is-success:active, .button.is-success.is-active {
+ background-color: #3abb81;
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-success[disabled],
+fieldset[disabled] .button.is-success {
+ background-color: #48c78e;
+ border-color: transparent;
+ box-shadow: none;
+}
+
+.button.is-success.is-inverted {
+ background-color: #fff;
+ color: #48c78e;
+}
+
+.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
+ background-color: #f2f2f2;
+}
+
+.button.is-success.is-inverted[disabled],
+fieldset[disabled] .button.is-success.is-inverted {
+ background-color: #fff;
+ border-color: transparent;
+ box-shadow: none;
+ color: #48c78e;
+}
+
+.button.is-success.is-loading::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+
+.button.is-success.is-outlined {
+ background-color: transparent;
+ border-color: #48c78e;
+ color: #48c78e;
+}
+
+.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
+ background-color: #48c78e;
+ border-color: #48c78e;
+ color: #fff;
+}
+
+.button.is-success.is-outlined.is-loading::after {
+ border-color: transparent transparent #48c78e #48c78e !important;
+}
+
+.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+
+.button.is-success.is-outlined[disabled],
+fieldset[disabled] .button.is-success.is-outlined {
+ background-color: transparent;
+ border-color: #48c78e;
+ box-shadow: none;
+ color: #48c78e;
+}
+
+.button.is-success.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ color: #fff;
+}
+
+.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
+ background-color: #fff;
+ color: #48c78e;
+}
+
+.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #48c78e #48c78e !important;
+}
+
+.button.is-success.is-inverted.is-outlined[disabled],
+fieldset[disabled] .button.is-success.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ box-shadow: none;
+ color: #fff;
+}
+
+.button.is-success.is-light {
+ background-color: #effaf5;
+ color: #257953;
+}
+
+.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
+ background-color: #e6f7ef;
+ border-color: transparent;
+ color: #257953;
+}
+
+.button.is-success.is-light:active, .button.is-success.is-light.is-active {
+ background-color: #dcf4e9;
+ border-color: transparent;
+ color: #257953;
+}
+
+.button.is-warning {
+ background-color: #ffe08a;
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.button.is-warning:hover, .button.is-warning.is-hovered {
+ background-color: #ffdc7d;
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.button.is-warning:focus, .button.is-warning.is-focused {
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
+}
+
+.button.is-warning:active, .button.is-warning.is-active {
+ background-color: #ffd970;
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.button.is-warning[disabled],
+fieldset[disabled] .button.is-warning {
+ background-color: #ffe08a;
+ border-color: transparent;
+ box-shadow: none;
+}
+
+.button.is-warning.is-inverted {
+ background-color: rgba(0, 0, 0, 0.7);
+ color: #ffe08a;
+}
+
+.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
+ background-color: rgba(0, 0, 0, 0.7);
+}
+
+.button.is-warning.is-inverted[disabled],
+fieldset[disabled] .button.is-warning.is-inverted {
+ background-color: rgba(0, 0, 0, 0.7);
+ border-color: transparent;
+ box-shadow: none;
+ color: #ffe08a;
+}
+
+.button.is-warning.is-loading::after {
+ border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
+}
+
+.button.is-warning.is-outlined {
+ background-color: transparent;
+ border-color: #ffe08a;
+ color: #ffe08a;
+}
+
+.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
+ background-color: #ffe08a;
+ border-color: #ffe08a;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.button.is-warning.is-outlined.is-loading::after {
+ border-color: transparent transparent #ffe08a #ffe08a !important;
+}
+
+.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
+}
+
+.button.is-warning.is-outlined[disabled],
+fieldset[disabled] .button.is-warning.is-outlined {
+ background-color: transparent;
+ border-color: #ffe08a;
+ box-shadow: none;
+ color: #ffe08a;
+}
+
+.button.is-warning.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: rgba(0, 0, 0, 0.7);
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
+ background-color: rgba(0, 0, 0, 0.7);
+ color: #ffe08a;
+}
+
+.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #ffe08a #ffe08a !important;
+}
+
+.button.is-warning.is-inverted.is-outlined[disabled],
+fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: rgba(0, 0, 0, 0.7);
+ box-shadow: none;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.button.is-warning.is-light {
+ background-color: #fffaeb;
+ color: #946c00;
+}
+
+.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
+ background-color: #fff6de;
+ border-color: transparent;
+ color: #946c00;
+}
+
+.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
+ background-color: #fff3d1;
+ border-color: transparent;
+ color: #946c00;
+}
+
+.button.is-danger {
+ background-color: #f14668;
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-danger:hover, .button.is-danger.is-hovered {
+ background-color: #f03a5f;
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-danger:focus, .button.is-danger.is-focused {
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
+}
+
+.button.is-danger:active, .button.is-danger.is-active {
+ background-color: #ef2e55;
+ border-color: transparent;
+ color: #fff;
+}
+
+.button.is-danger[disabled],
+fieldset[disabled] .button.is-danger {
+ background-color: #f14668;
+ border-color: transparent;
+ box-shadow: none;
+}
+
+.button.is-danger.is-inverted {
+ background-color: #fff;
+ color: #f14668;
+}
+
+.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
+ background-color: #f2f2f2;
+}
+
+.button.is-danger.is-inverted[disabled],
+fieldset[disabled] .button.is-danger.is-inverted {
+ background-color: #fff;
+ border-color: transparent;
+ box-shadow: none;
+ color: #f14668;
+}
+
+.button.is-danger.is-loading::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+
+.button.is-danger.is-outlined {
+ background-color: transparent;
+ border-color: #f14668;
+ color: #f14668;
+}
+
+.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
+ background-color: #f14668;
+ border-color: #f14668;
+ color: #fff;
+}
+
+.button.is-danger.is-outlined.is-loading::after {
+ border-color: transparent transparent #f14668 #f14668 !important;
+}
+
+.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+
+.button.is-danger.is-outlined[disabled],
+fieldset[disabled] .button.is-danger.is-outlined {
+ background-color: transparent;
+ border-color: #f14668;
+ box-shadow: none;
+ color: #f14668;
+}
+
+.button.is-danger.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ color: #fff;
+}
+
+.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
+ background-color: #fff;
+ color: #f14668;
+}
+
+.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #f14668 #f14668 !important;
+}
+
+.button.is-danger.is-inverted.is-outlined[disabled],
+fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ box-shadow: none;
+ color: #fff;
+}
+
+.button.is-danger.is-light {
+ background-color: #feecf0;
+ color: #cc0f35;
+}
+
+.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
+ background-color: #fde0e6;
+ border-color: transparent;
+ color: #cc0f35;
+}
+
+.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
+ background-color: #fcd4dc;
+ border-color: transparent;
+ color: #cc0f35;
+}
+
+.button.is-small {
+ font-size: 0.75rem;
+}
+
+.button.is-small:not(.is-rounded) {
+ border-radius: 2px;
+}
+
+.button.is-normal {
+ font-size: 1rem;
+}
+
+.button.is-medium {
+ font-size: 1.25rem;
+}
+
+.button.is-large {
+ font-size: 1.5rem;
+}
+
+.button[disabled],
+fieldset[disabled] .button {
+ background-color: white;
+ border-color: #dbdbdb;
+ box-shadow: none;
+ opacity: 0.5;
+}
+
+.button.is-fullwidth {
+ display: flex;
+ width: 100%;
+}
+
+.button.is-loading {
+ color: transparent !important;
+ pointer-events: none;
+}
+
+.button.is-loading::after {
+ position: absolute;
+ left: calc(50% - (1em * 0.5));
+ top: calc(50% - (1em * 0.5));
+ position: absolute !important;
+}
+
+.button.is-static {
+ background-color: whitesmoke;
+ border-color: #dbdbdb;
+ color: #7a7a7a;
+ box-shadow: none;
+ pointer-events: none;
+}
+
+.button.is-rounded {
+ border-radius: 9999px;
+ padding-left: calc(1em + 0.25em);
+ padding-right: calc(1em + 0.25em);
+}
+
+.buttons {
+ align-items: center;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: flex-start;
+}
+
+.buttons .button {
+ margin-bottom: 0.5rem;
+}
+
+.buttons .button:not(:last-child):not(.is-fullwidth) {
+ margin-right: 0.5rem;
+}
+
+.buttons:last-child {
+ margin-bottom: -0.5rem;
+}
+
+.buttons:not(:last-child) {
+ margin-bottom: 1rem;
+}
+
+.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
+ font-size: 0.75rem;
+}
+
+.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
+ border-radius: 2px;
+}
+
+.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
+ font-size: 1.25rem;
+}
+
+.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
+ font-size: 1.5rem;
+}
+
+.buttons.has-addons .button:not(:first-child) {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.buttons.has-addons .button:not(:last-child) {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
+ margin-right: -1px;
+}
+
+.buttons.has-addons .button:last-child {
+ margin-right: 0;
+}
+
+.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
+ z-index: 2;
+}
+
+.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
+ z-index: 3;
+}
+
+.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
+ z-index: 4;
+}
+
+.buttons.has-addons .button.is-expanded {
+ flex-grow: 1;
+ flex-shrink: 1;
+}
+
+.buttons.is-centered {
+ justify-content: center;
+}
+
+.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
+ margin-left: 0.25rem;
+ margin-right: 0.25rem;
+}
+
+.buttons.is-right {
+ justify-content: flex-end;
+}
+
+.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
+ margin-left: 0.25rem;
+ margin-right: 0.25rem;
+}
+
+@media screen and (max-width: 768px) {
+ .button.is-responsive.is-small {
+ font-size: 0.5625rem;
+ }
+ .button.is-responsive,
+ .button.is-responsive.is-normal {
+ font-size: 0.65625rem;
+ }
+ .button.is-responsive.is-medium {
+ font-size: 0.75rem;
+ }
+ .button.is-responsive.is-large {
+ font-size: 1rem;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .button.is-responsive.is-small {
+ font-size: 0.65625rem;
+ }
+ .button.is-responsive,
+ .button.is-responsive.is-normal {
+ font-size: 0.75rem;
+ }
+ .button.is-responsive.is-medium {
+ font-size: 1rem;
+ }
+ .button.is-responsive.is-large {
+ font-size: 1.25rem;
+ }
+}
+
+.container {
+ flex-grow: 1;
+ margin: 0 auto;
+ position: relative;
+ width: auto;
+}
+
+.container.is-fluid {
+ max-width: none !important;
+ padding-left: 32px;
+ padding-right: 32px;
+ width: 100%;
+}
+
+@media screen and (min-width: 1024px) {
+ .container {
+ max-width: 960px;
+ }
+}
+
+@media screen and (max-width: 1215px) {
+ .container.is-widescreen:not(.is-max-desktop) {
+ max-width: 1152px;
+ }
+}
+
+@media screen and (max-width: 1407px) {
+ .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
+ max-width: 1344px;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .container:not(.is-max-desktop) {
+ max-width: 1152px;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .container:not(.is-max-desktop):not(.is-max-widescreen) {
+ max-width: 1344px;
+ }
+}
+
+.content li + li {
+ margin-top: 0.25em;
+}
+
+.content p:not(:last-child),
+.content dl:not(:last-child),
+.content ol:not(:last-child),
+.content ul:not(:last-child),
+.content blockquote:not(:last-child),
+.content pre:not(:last-child),
+.content table:not(:last-child) {
+ margin-bottom: 1em;
+}
+
+.content h1,
+.content h2,
+.content h3,
+.content h4,
+.content h5,
+.content h6 {
+ color: #363636;
+ font-weight: 600;
+ line-height: 1.125;
+}
+
+.content h1 {
+ font-size: 2em;
+ margin-bottom: 0.5em;
+}
+
+.content h1:not(:first-child) {
+ margin-top: 1em;
+}
+
+.content h2 {
+ font-size: 1.75em;
+ margin-bottom: 0.5714em;
+}
+
+.content h2:not(:first-child) {
+ margin-top: 1.1428em;
+}
+
+.content h3 {
+ font-size: 1.5em;
+ margin-bottom: 0.6666em;
+}
+
+.content h3:not(:first-child) {
+ margin-top: 1.3333em;
+}
+
+.content h4 {
+ font-size: 1.25em;
+ margin-bottom: 0.8em;
+}
+
+.content h5 {
+ font-size: 1.125em;
+ margin-bottom: 0.8888em;
+}
+
+.content h6 {
+ font-size: 1em;
+ margin-bottom: 1em;
+}
+
+.content blockquote {
+ background-color: whitesmoke;
+ border-left: 5px solid #dbdbdb;
+ padding: 1.25em 1.5em;
+}
+
+.content ol {
+ list-style-position: outside;
+ margin-left: 2em;
+ margin-top: 1em;
+}
+
+.content ol:not([type]) {
+ list-style-type: decimal;
+}
+
+.content ol:not([type]).is-lower-alpha {
+ list-style-type: lower-alpha;
+}
+
+.content ol:not([type]).is-lower-roman {
+ list-style-type: lower-roman;
+}
+
+.content ol:not([type]).is-upper-alpha {
+ list-style-type: upper-alpha;
+}
+
+.content ol:not([type]).is-upper-roman {
+ list-style-type: upper-roman;
+}
+
+.content ul {
+ list-style: disc outside;
+ margin-left: 2em;
+ margin-top: 1em;
+}
+
+.content ul ul {
+ list-style-type: circle;
+ margin-top: 0.5em;
+}
+
+.content ul ul ul {
+ list-style-type: square;
+}
+
+.content dd {
+ margin-left: 2em;
+}
+
+.content figure {
+ margin-left: 2em;
+ margin-right: 2em;
+ text-align: center;
+}
+
+.content figure:not(:first-child) {
+ margin-top: 2em;
+}
+
+.content figure:not(:last-child) {
+ margin-bottom: 2em;
+}
+
+.content figure img {
+ display: inline-block;
+}
+
+.content figure figcaption {
+ font-style: italic;
+}
+
+.content pre {
+ -webkit-overflow-scrolling: touch;
+ overflow-x: auto;
+ padding: 1.25em 1.5em;
+ white-space: pre;
+ word-wrap: normal;
+}
+
+.content sup,
+.content sub {
+ font-size: 75%;
+}
+
+.content table {
+ width: 100%;
+}
+
+.content table td,
+.content table th {
+ border: 1px solid #dbdbdb;
+ border-width: 0 0 1px;
+ padding: 0.5em 0.75em;
+ vertical-align: top;
+}
+
+.content table th {
+ color: #363636;
+}
+
+.content table th:not([align]) {
+ text-align: inherit;
+}
+
+.content table thead td,
+.content table thead th {
+ border-width: 0 0 2px;
+ color: #363636;
+}
+
+.content table tfoot td,
+.content table tfoot th {
+ border-width: 2px 0 0;
+ color: #363636;
+}
+
+.content table tbody tr:last-child td,
+.content table tbody tr:last-child th {
+ border-bottom-width: 0;
+}
+
+.content .tabs li + li {
+ margin-top: 0;
+}
+
+.content.is-small {
+ font-size: 0.75rem;
+}
+
+.content.is-normal {
+ font-size: 1rem;
+}
+
+.content.is-medium {
+ font-size: 1.25rem;
+}
+
+.content.is-large {
+ font-size: 1.5rem;
+}
+
+.icon {
+ align-items: center;
+ display: inline-flex;
+ justify-content: center;
+ height: 1.5rem;
+ width: 1.5rem;
+}
+
+.icon.is-small {
+ height: 1rem;
+ width: 1rem;
+}
+
+.icon.is-medium {
+ height: 2rem;
+ width: 2rem;
+}
+
+.icon.is-large {
+ height: 3rem;
+ width: 3rem;
+}
+
+.icon-text {
+ align-items: flex-start;
+ color: inherit;
+ display: inline-flex;
+ flex-wrap: wrap;
+ line-height: 1.5rem;
+ vertical-align: top;
+}
+
+.icon-text .icon {
+ flex-grow: 0;
+ flex-shrink: 0;
+}
+
+.icon-text .icon:not(:last-child) {
+ margin-right: 0.25em;
+}
+
+.icon-text .icon:not(:first-child) {
+ margin-left: 0.25em;
+}
+
+div.icon-text {
+ display: flex;
+}
+
+.image {
+ display: block;
+ position: relative;
+}
+
+.image img {
+ display: block;
+ height: auto;
+ width: 100%;
+}
+
+.image img.is-rounded {
+ border-radius: 9999px;
+}
+
+.image.is-fullwidth {
+ width: 100%;
+}
+
+.image.is-square img,
+.image.is-square .has-ratio, .image.is-1by1 img,
+.image.is-1by1 .has-ratio, .image.is-5by4 img,
+.image.is-5by4 .has-ratio, .image.is-4by3 img,
+.image.is-4by3 .has-ratio, .image.is-3by2 img,
+.image.is-3by2 .has-ratio, .image.is-5by3 img,
+.image.is-5by3 .has-ratio, .image.is-16by9 img,
+.image.is-16by9 .has-ratio, .image.is-2by1 img,
+.image.is-2by1 .has-ratio, .image.is-3by1 img,
+.image.is-3by1 .has-ratio, .image.is-4by5 img,
+.image.is-4by5 .has-ratio, .image.is-3by4 img,
+.image.is-3by4 .has-ratio, .image.is-2by3 img,
+.image.is-2by3 .has-ratio, .image.is-3by5 img,
+.image.is-3by5 .has-ratio, .image.is-9by16 img,
+.image.is-9by16 .has-ratio, .image.is-1by2 img,
+.image.is-1by2 .has-ratio, .image.is-1by3 img,
+.image.is-1by3 .has-ratio {
+ height: 100%;
+ width: 100%;
+}
+
+.image.is-square, .image.is-1by1 {
+ padding-top: 100%;
+}
+
+.image.is-5by4 {
+ padding-top: 80%;
+}
+
+.image.is-4by3 {
+ padding-top: 75%;
+}
+
+.image.is-3by2 {
+ padding-top: 66.6666%;
+}
+
+.image.is-5by3 {
+ padding-top: 60%;
+}
+
+.image.is-16by9 {
+ padding-top: 56.25%;
+}
+
+.image.is-2by1 {
+ padding-top: 50%;
+}
+
+.image.is-3by1 {
+ padding-top: 33.3333%;
+}
+
+.image.is-4by5 {
+ padding-top: 125%;
+}
+
+.image.is-3by4 {
+ padding-top: 133.3333%;
+}
+
+.image.is-2by3 {
+ padding-top: 150%;
+}
+
+.image.is-3by5 {
+ padding-top: 166.6666%;
+}
+
+.image.is-9by16 {
+ padding-top: 177.7777%;
+}
+
+.image.is-1by2 {
+ padding-top: 200%;
+}
+
+.image.is-1by3 {
+ padding-top: 300%;
+}
+
+.image.is-16x16 {
+ height: 16px;
+ width: 16px;
+}
+
+.image.is-24x24 {
+ height: 24px;
+ width: 24px;
+}
+
+.image.is-32x32 {
+ height: 32px;
+ width: 32px;
+}
+
+.image.is-48x48 {
+ height: 48px;
+ width: 48px;
+}
+
+.image.is-64x64 {
+ height: 64px;
+ width: 64px;
+}
+
+.image.is-96x96 {
+ height: 96px;
+ width: 96px;
+}
+
+.image.is-128x128 {
+ height: 128px;
+ width: 128px;
+}
+
+.notification {
+ background-color: whitesmoke;
+ border-radius: 4px;
+ position: relative;
+ padding: 1.25rem 2.5rem 1.25rem 1.5rem;
+}
+
+.notification a:not(.button):not(.dropdown-item) {
+ color: currentColor;
+ text-decoration: underline;
+}
+
+.notification strong {
+ color: currentColor;
+}
+
+.notification code,
+.notification pre {
+ background: white;
+}
+
+.notification pre code {
+ background: transparent;
+}
+
+.notification > .delete {
+ right: 0.5rem;
+ position: absolute;
+ top: 0.5rem;
+}
+
+.notification .title,
+.notification .subtitle,
+.notification .content {
+ color: currentColor;
+}
+
+.notification.is-white {
+ background-color: white;
+ color: #0a0a0a;
+}
+
+.notification.is-black {
+ background-color: #0a0a0a;
+ color: white;
+}
+
+.notification.is-light {
+ background-color: whitesmoke;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.notification.is-dark {
+ background-color: #363636;
+ color: #fff;
+}
+
+.notification.is-primary {
+ background-color: #ffffff;
+ color: #fff;
+}
+
+.notification.is-primary.is-light {
+ background-color: #ebfffc;
+ color: #00947e;
+}
+
+.notification.is-link {
+ background-color: #485fc7;
+ color: #fff;
+}
+
+.notification.is-link.is-light {
+ background-color: #eff1fa;
+ color: #3850b7;
+}
+
+.notification.is-info {
+ background-color: #3e8ed0;
+ color: #fff;
+}
+
+.notification.is-info.is-light {
+ background-color: #eff5fb;
+ color: #296fa8;
+}
+
+.notification.is-success {
+ background-color: #48c78e;
+ color: #fff;
+}
+
+.notification.is-success.is-light {
+ background-color: #effaf5;
+ color: #257953;
+}
+
+.notification.is-warning {
+ background-color: #ffe08a;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.notification.is-warning.is-light {
+ background-color: #fffaeb;
+ color: #946c00;
+}
+
+.notification.is-danger {
+ background-color: #f14668;
+ color: #fff;
+}
+
+.notification.is-danger.is-light {
+ background-color: #feecf0;
+ color: #cc0f35;
+}
+
+.progress {
+ -moz-appearance: none;
+ -webkit-appearance: none;
+ border: none;
+ border-radius: 9999px;
+ display: block;
+ height: 1rem;
+ overflow: hidden;
+ padding: 0;
+ width: 100%;
+}
+
+.progress::-webkit-progress-bar {
+ background-color: #ededed;
+}
+
+.progress::-webkit-progress-value {
+ background-color: #4a4a4a;
+}
+
+.progress::-moz-progress-bar {
+ background-color: #4a4a4a;
+}
+
+.progress::-ms-fill {
+ background-color: #4a4a4a;
+ border: none;
+}
+
+.progress.is-white::-webkit-progress-value {
+ background-color: white;
+}
+
+.progress.is-white::-moz-progress-bar {
+ background-color: white;
+}
+
+.progress.is-white::-ms-fill {
+ background-color: white;
+}
+
+.progress.is-white:indeterminate {
+ background-image: linear-gradient(to right, white 30%, #ededed 30%);
+}
+
+.progress.is-black::-webkit-progress-value {
+ background-color: #0a0a0a;
+}
+
+.progress.is-black::-moz-progress-bar {
+ background-color: #0a0a0a;
+}
+
+.progress.is-black::-ms-fill {
+ background-color: #0a0a0a;
+}
+
+.progress.is-black:indeterminate {
+ background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%);
+}
+
+.progress.is-light::-webkit-progress-value {
+ background-color: whitesmoke;
+}
+
+.progress.is-light::-moz-progress-bar {
+ background-color: whitesmoke;
+}
+
+.progress.is-light::-ms-fill {
+ background-color: whitesmoke;
+}
+
+.progress.is-light:indeterminate {
+ background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%);
+}
+
+.progress.is-dark::-webkit-progress-value {
+ background-color: #363636;
+}
+
+.progress.is-dark::-moz-progress-bar {
+ background-color: #363636;
+}
+
+.progress.is-dark::-ms-fill {
+ background-color: #363636;
+}
+
+.progress.is-dark:indeterminate {
+ background-image: linear-gradient(to right, #363636 30%, #ededed 30%);
+}
+
+.progress.is-primary::-webkit-progress-value {
+ background-color: #ffffff;
+}
+
+.progress.is-primary::-moz-progress-bar {
+ background-color: #ffffff;
+}
+
+.progress.is-primary::-ms-fill {
+ background-color: #ffffff;
+}
+
+.progress.is-primary:indeterminate {
+ background-image: linear-gradient(to right, #ffffff 30%, #ededed 30%);
+}
+
+.progress.is-link::-webkit-progress-value {
+ background-color: #485fc7;
+}
+
+.progress.is-link::-moz-progress-bar {
+ background-color: #485fc7;
+}
+
+.progress.is-link::-ms-fill {
+ background-color: #485fc7;
+}
+
+.progress.is-link:indeterminate {
+ background-image: linear-gradient(to right, #485fc7 30%, #ededed 30%);
+}
+
+.progress.is-info::-webkit-progress-value {
+ background-color: #3e8ed0;
+}
+
+.progress.is-info::-moz-progress-bar {
+ background-color: #3e8ed0;
+}
+
+.progress.is-info::-ms-fill {
+ background-color: #3e8ed0;
+}
+
+.progress.is-info:indeterminate {
+ background-image: linear-gradient(to right, #3e8ed0 30%, #ededed 30%);
+}
+
+.progress.is-success::-webkit-progress-value {
+ background-color: #48c78e;
+}
+
+.progress.is-success::-moz-progress-bar {
+ background-color: #48c78e;
+}
+
+.progress.is-success::-ms-fill {
+ background-color: #48c78e;
+}
+
+.progress.is-success:indeterminate {
+ background-image: linear-gradient(to right, #48c78e 30%, #ededed 30%);
+}
+
+.progress.is-warning::-webkit-progress-value {
+ background-color: #ffe08a;
+}
+
+.progress.is-warning::-moz-progress-bar {
+ background-color: #ffe08a;
+}
+
+.progress.is-warning::-ms-fill {
+ background-color: #ffe08a;
+}
+
+.progress.is-warning:indeterminate {
+ background-image: linear-gradient(to right, #ffe08a 30%, #ededed 30%);
+}
+
+.progress.is-danger::-webkit-progress-value {
+ background-color: #f14668;
+}
+
+.progress.is-danger::-moz-progress-bar {
+ background-color: #f14668;
+}
+
+.progress.is-danger::-ms-fill {
+ background-color: #f14668;
+}
+
+.progress.is-danger:indeterminate {
+ background-image: linear-gradient(to right, #f14668 30%, #ededed 30%);
+}
+
+.progress:indeterminate {
+ -webkit-animation-duration: 1.5s;
+ animation-duration: 1.5s;
+ -webkit-animation-iteration-count: infinite;
+ animation-iteration-count: infinite;
+ -webkit-animation-name: moveIndeterminate;
+ animation-name: moveIndeterminate;
+ -webkit-animation-timing-function: linear;
+ animation-timing-function: linear;
+ background-color: #ededed;
+ background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%);
+ background-position: top left;
+ background-repeat: no-repeat;
+ background-size: 150% 150%;
+}
+
+.progress:indeterminate::-webkit-progress-bar {
+ background-color: transparent;
+}
+
+.progress:indeterminate::-moz-progress-bar {
+ background-color: transparent;
+}
+
+.progress:indeterminate::-ms-fill {
+ animation-name: none;
+}
+
+.progress.is-small {
+ height: 0.75rem;
+}
+
+.progress.is-medium {
+ height: 1.25rem;
+}
+
+.progress.is-large {
+ height: 1.5rem;
+}
+
+@-webkit-keyframes moveIndeterminate {
+ from {
+ background-position: 200% 0;
+ }
+ to {
+ background-position: -200% 0;
+ }
+}
+
+@keyframes moveIndeterminate {
+ from {
+ background-position: 200% 0;
+ }
+ to {
+ background-position: -200% 0;
+ }
+}
+
+.table {
+ background-color: white;
+ color: #363636;
+}
+
+
+.table td,
+.table th {
+ border: 1px solid #dbdbdb;
+ border-width: 0 0 1px;
+ padding: 0.5em 0.75em;
+ vertical-align: top;
+}
+
+.table td.is-white,
+.table th.is-white {
+ background-color: white;
+ border-color: white;
+ color: #0a0a0a;
+}
+
+.table td.is-black,
+.table th.is-black {
+ background-color: #0a0a0a;
+ border-color: #0a0a0a;
+ color: white;
+}
+
+.table td.is-light,
+.table th.is-light {
+ background-color: whitesmoke;
+ border-color: whitesmoke;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.table td.is-dark,
+.table th.is-dark {
+ background-color: #363636;
+ border-color: #363636;
+ color: #fff;
+}
+
+.table td.is-primary,
+.table th.is-primary {
+ background-color: #ffffff;
+ border-color: #ffffff;
+ color: #fff;
+}
+
+.table td.is-link,
+.table th.is-link {
+ background-color: #485fc7;
+ border-color: #485fc7;
+ color: #fff;
+}
+
+.table td.is-info,
+.table th.is-info {
+ background-color: #3e8ed0;
+ border-color: #3e8ed0;
+ color: #fff;
+}
+
+.table td.is-success,
+.table th.is-success {
+ background-color: #48c78e;
+ border-color: #48c78e;
+ color: #fff;
+}
+
+.table td.is-warning,
+.table th.is-warning {
+ background-color: #ffe08a;
+ border-color: #ffe08a;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.table td.is-danger,
+.table th.is-danger {
+ background-color: #f14668;
+ border-color: #f14668;
+ color: #fff;
+}
+
+.table td.is-narrow,
+.table th.is-narrow {
+ white-space: nowrap;
+ width: 1%;
+}
+
+.table td.is-selected,
+.table th.is-selected {
+ background-color: #ffffff;
+ color: #fff;
+}
+
+.table td.is-selected a,
+.table td.is-selected strong,
+.table th.is-selected a,
+.table th.is-selected strong {
+ color: currentColor;
+}
+
+.table td.is-vcentered,
+.table th.is-vcentered {
+ vertical-align: middle;
+}
+
+.table th {
+ color: #363636;
+}
+
+.table th:not([align]) {
+ text-align: inherit;
+}
+
+.table tr.is-selected {
+ background-color: #ffffff;
+ color: #fff;
+}
+
+.table tr.is-selected a,
+.table tr.is-selected strong {
+ color: currentColor;
+}
+
+.table tr.is-selected td,
+.table tr.is-selected th {
+ border-color: #fff;
+ color: currentColor;
+}
+
+.table thead {
+ background-color: transparent;
+}
+
+.table thead td,
+.table thead th {
+ border-width: 0 0 2px;
+ color: #363636;
+}
+
+.table tfoot {
+ background-color: transparent;
+}
+
+.table tfoot td,
+.table tfoot th {
+ border-width: 2px 0 0;
+ color: #363636;
+}
+
+.table tbody {
+ background-color: transparent;
+}
+
+.table tbody tr:last-child td,
+.table tbody tr:last-child th {
+ border-bottom-width: 0;
+}
+
+.table.is-bordered td,
+.table.is-bordered th {
+ border-width: 1px;
+}
+
+.table.is-bordered tr:last-child td,
+.table.is-bordered tr:last-child th {
+ border-bottom-width: 1px;
+}
+
+.table.is-fullwidth {
+ width: 100%;
+}
+
+.table.is-hoverable tbody tr:not(.is-selected):hover {
+ background-color: #fafafa;
+}
+
+.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
+ background-color: #fafafa;
+}
+
+.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
+ background-color: whitesmoke;
+}
+
+.table.is-narrow td,
+.table.is-narrow th {
+ padding: 0.25em 0.5em;
+}
+
+.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
+ background-color: #fafafa;
+}
+
+.table-container {
+ -webkit-overflow-scrolling: touch;
+ overflow: auto;
+ overflow-y: hidden;
+ max-width: 100%;
+}
+
+.tags {
+ align-items: center;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: flex-start;
+}
+
+.tags .tag {
+ margin-bottom: 0.5rem;
+}
+
+.tags .tag:not(:last-child) {
+ margin-right: 0.5rem;
+}
+
+.tags:last-child {
+ margin-bottom: -0.5rem;
+}
+
+.tags:not(:last-child) {
+ margin-bottom: 1rem;
+}
+
+.tags.are-medium .tag:not(.is-normal):not(.is-large) {
+ font-size: 1rem;
+}
+
+.tags.are-large .tag:not(.is-normal):not(.is-medium) {
+ font-size: 1.25rem;
+}
+
+.tags.is-centered {
+ justify-content: center;
+}
+
+.tags.is-centered .tag {
+ margin-right: 0.25rem;
+ margin-left: 0.25rem;
+}
+
+.tags.is-right {
+ justify-content: flex-end;
+}
+
+.tags.is-right .tag:not(:first-child) {
+ margin-left: 0.5rem;
+}
+
+.tags.is-right .tag:not(:last-child) {
+ margin-right: 0;
+}
+
+.tags.has-addons .tag {
+ margin-right: 0;
+}
+
+.tags.has-addons .tag:not(:first-child) {
+ margin-left: 0;
+ border-top-left-radius: 0;
+ border-bottom-left-radius: 0;
+}
+
+.tags.has-addons .tag:not(:last-child) {
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+}
+
+.tag:not(body) {
+ align-items: center;
+ background-color: whitesmoke;
+ border-radius: 4px;
+ color: #4a4a4a;
+ display: inline-flex;
+ font-size: 0.75rem;
+ height: 2em;
+ justify-content: center;
+ line-height: 1.5;
+ padding-left: 0.75em;
+ padding-right: 0.75em;
+ white-space: nowrap;
+}
+
+.tag:not(body) .delete {
+ margin-left: 0.25rem;
+ margin-right: -0.375rem;
+}
+
+.tag:not(body).is-white {
+ background-color: white;
+ color: #0a0a0a;
+}
+
+.tag:not(body).is-black {
+ background-color: #0a0a0a;
+ color: white;
+}
+
+.tag:not(body).is-light {
+ background-color: whitesmoke;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.tag:not(body).is-dark {
+ background-color: #363636;
+ color: #fff;
+}
+
+.tag:not(body).is-primary {
+ background-color: #ffffff;
+ color: #fff;
+}
+
+.tag:not(body).is-primary.is-light {
+ background-color: #ebfffc;
+ color: #00947e;
+}
+
+.tag:not(body).is-link {
+ background-color: #485fc7;
+ color: #fff;
+}
+
+.tag:not(body).is-link.is-light {
+ background-color: #eff1fa;
+ color: #3850b7;
+}
+
+.tag:not(body).is-info {
+ background-color: #3e8ed0;
+ color: #fff;
+}
+
+.tag:not(body).is-info.is-light {
+ background-color: #eff5fb;
+ color: #296fa8;
+}
+
+.tag:not(body).is-success {
+ background-color: #48c78e;
+ color: #fff;
+}
+
+.tag:not(body).is-success.is-light {
+ background-color: #effaf5;
+ color: #257953;
+}
+
+.tag:not(body).is-warning {
+ background-color: #ffe08a;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.tag:not(body).is-warning.is-light {
+ background-color: #fffaeb;
+ color: #946c00;
+}
+
+.tag:not(body).is-danger {
+ background-color: #f14668;
+ color: #fff;
+}
+
+.tag:not(body).is-danger.is-light {
+ background-color: #feecf0;
+ color: #cc0f35;
+}
+
+.tag:not(body).is-normal {
+ font-size: 0.75rem;
+}
+
+.tag:not(body).is-medium {
+ font-size: 1rem;
+}
+
+.tag:not(body).is-large {
+ font-size: 1.25rem;
+}
+
+.tag:not(body) .icon:first-child:not(:last-child) {
+ margin-left: -0.375em;
+ margin-right: 0.1875em;
+}
+
+.tag:not(body) .icon:last-child:not(:first-child) {
+ margin-left: 0.1875em;
+ margin-right: -0.375em;
+}
+
+.tag:not(body) .icon:first-child:last-child {
+ margin-left: -0.375em;
+ margin-right: -0.375em;
+}
+
+.tag:not(body).is-delete {
+ margin-left: 1px;
+ padding: 0;
+ position: relative;
+ width: 2em;
+}
+
+.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
+ background-color: currentColor;
+ content: "";
+ display: block;
+ left: 50%;
+ position: absolute;
+ top: 50%;
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
+ transform-origin: center center;
+}
+
+.tag:not(body).is-delete::before {
+ height: 1px;
+ width: 50%;
+}
+
+.tag:not(body).is-delete::after {
+ height: 50%;
+ width: 1px;
+}
+
+.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
+ background-color: #e8e8e8;
+}
+
+.tag:not(body).is-delete:active {
+ background-color: #dbdbdb;
+}
+
+.tag:not(body).is-rounded {
+ border-radius: 9999px;
+}
+
+a.tag:hover {
+ text-decoration: underline;
+}
+
+.title,
+.subtitle {
+ word-break: break-word;
+}
+
+.title em,
+.title span,
+.subtitle em,
+.subtitle span {
+ font-weight: inherit;
+}
+
+.title sub,
+.subtitle sub {
+ font-size: 0.75em;
+}
+
+.title sup,
+.subtitle sup {
+ font-size: 0.75em;
+}
+
+.title .tag,
+.subtitle .tag {
+ vertical-align: middle;
+}
+
+.title {
+ color: #363636;
+ font-size: 2rem;
+ font-weight: 600;
+ line-height: 1.125;
+}
+
+.title strong {
+ color: inherit;
+ font-weight: inherit;
+}
+
+.title:not(.is-spaced) + .subtitle {
+ margin-top: -1.25rem;
+}
+
+.title.is-1 {
+ font-size: 3rem;
+}
+
+.title.is-2 {
+ font-size: 2.5rem;
+}
+
+.title.is-3 {
+ font-size: 2rem;
+}
+
+.title.is-4 {
+ font-size: 1.5rem;
+}
+
+.title.is-5 {
+ font-size: 1.25rem;
+}
+
+.title.is-6 {
+ font-size: 1rem;
+}
+
+.title.is-7 {
+ font-size: 0.75rem;
+}
+
+.subtitle {
+ color: #4a4a4a;
+ font-size: 1.25rem;
+ font-weight: 400;
+ line-height: 1.25;
+}
+
+.subtitle strong {
+ color: #363636;
+ font-weight: 600;
+}
+
+.subtitle:not(.is-spaced) + .title {
+ margin-top: -1.25rem;
+}
+
+.subtitle.is-1 {
+ font-size: 3rem;
+}
+
+.subtitle.is-2 {
+ font-size: 2.5rem;
+}
+
+.subtitle.is-3 {
+ font-size: 2rem;
+}
+
+.subtitle.is-4 {
+ font-size: 1.5rem;
+}
+
+.subtitle.is-5 {
+ font-size: 1.25rem;
+}
+
+.subtitle.is-6 {
+ font-size: 1rem;
+}
+
+.subtitle.is-7 {
+ font-size: 0.75rem;
+}
+
+.heading {
+ display: block;
+ font-size: 11px;
+ letter-spacing: 1px;
+ margin-bottom: 5px;
+ text-transform: uppercase;
+}
+
+.number {
+ align-items: center;
+ background-color: whitesmoke;
+ border-radius: 9999px;
+ display: inline-flex;
+ font-size: 1.25rem;
+ height: 2em;
+ justify-content: center;
+ margin-right: 1.5rem;
+ min-width: 2.5em;
+ padding: 0.25rem 0.5rem;
+ text-align: center;
+ vertical-align: top;
+}
+
+/* Bulma Form */
+.input, .textarea, .select select {
+ background-color: white;
+ border-color: #dbdbdb;
+ border-radius: 4px;
+ color: #363636;
+}
+
+.input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
+ color: rgba(54, 54, 54, 0.3);
+}
+
+.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
+ color: rgba(54, 54, 54, 0.3);
+}
+
+.input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
+ color: rgba(54, 54, 54, 0.3);
+}
+
+.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
+ color: rgba(54, 54, 54, 0.3);
+}
+
+.input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered {
+ border-color: #b5b5b5;
+}
+
+.input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active {
+ border-color: #485fc7;
+ box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
+}
+
+.input[disabled], .textarea[disabled], .select select[disabled],
+fieldset[disabled] .input,
+fieldset[disabled] .textarea,
+fieldset[disabled] .select select,
+.select fieldset[disabled] select {
+ background-color: whitesmoke;
+ border-color: whitesmoke;
+ box-shadow: none;
+ color: #7a7a7a;
+}
+
+.input[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .select select[disabled]::-moz-placeholder,
+fieldset[disabled] .input::-moz-placeholder,
+fieldset[disabled] .textarea::-moz-placeholder,
+fieldset[disabled] .select select::-moz-placeholder,
+.select fieldset[disabled] select::-moz-placeholder {
+ color: rgba(122, 122, 122, 0.3);
+}
+
+.input[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder,
+fieldset[disabled] .input::-webkit-input-placeholder,
+fieldset[disabled] .textarea::-webkit-input-placeholder,
+fieldset[disabled] .select select::-webkit-input-placeholder,
+.select fieldset[disabled] select::-webkit-input-placeholder {
+ color: rgba(122, 122, 122, 0.3);
+}
+
+.input[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .select select[disabled]:-moz-placeholder,
+fieldset[disabled] .input:-moz-placeholder,
+fieldset[disabled] .textarea:-moz-placeholder,
+fieldset[disabled] .select select:-moz-placeholder,
+.select fieldset[disabled] select:-moz-placeholder {
+ color: rgba(122, 122, 122, 0.3);
+}
+
+.input[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder,
+fieldset[disabled] .input:-ms-input-placeholder,
+fieldset[disabled] .textarea:-ms-input-placeholder,
+fieldset[disabled] .select select:-ms-input-placeholder,
+.select fieldset[disabled] select:-ms-input-placeholder {
+ color: rgba(122, 122, 122, 0.3);
+}
+
+.input, .textarea {
+ box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
+ max-width: 100%;
+ width: 100%;
+}
+
+.input[readonly], .textarea[readonly] {
+ box-shadow: none;
+}
+
+.is-white.input, .is-white.textarea {
+ border-color: white;
+}
+
+.is-white.input:focus, .is-white.textarea:focus, .is-white.is-focused.input, .is-white.is-focused.textarea, .is-white.input:active, .is-white.textarea:active, .is-white.is-active.input, .is-white.is-active.textarea {
+ box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
+}
+
+.is-black.input, .is-black.textarea {
+ border-color: #0a0a0a;
+}
+
+.is-black.input:focus, .is-black.textarea:focus, .is-black.is-focused.input, .is-black.is-focused.textarea, .is-black.input:active, .is-black.textarea:active, .is-black.is-active.input, .is-black.is-active.textarea {
+ box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
+}
+
+.is-light.input, .is-light.textarea {
+ border-color: whitesmoke;
+}
+
+.is-light.input:focus, .is-light.textarea:focus, .is-light.is-focused.input, .is-light.is-focused.textarea, .is-light.input:active, .is-light.textarea:active, .is-light.is-active.input, .is-light.is-active.textarea {
+ box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
+}
+
+.is-dark.input, .is-dark.textarea {
+ border-color: #363636;
+}
+
+.is-dark.input:focus, .is-dark.textarea:focus, .is-dark.is-focused.input, .is-dark.is-focused.textarea, .is-dark.input:active, .is-dark.textarea:active, .is-dark.is-active.input, .is-dark.is-active.textarea {
+ box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
+}
+
+.is-primary.input, .is-primary.textarea {
+ border-color: #ffffff;
+}
+
+.is-primary.input:focus, .is-primary.textarea:focus, .is-primary.is-focused.input, .is-primary.is-focused.textarea, .is-primary.input:active, .is-primary.textarea:active, .is-primary.is-active.input, .is-primary.is-active.textarea {
+ box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
+}
+
+.is-link.input, .is-link.textarea {
+ border-color: #485fc7;
+}
+
+.is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea {
+ box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
+}
+
+.is-info.input, .is-info.textarea {
+ border-color: #3e8ed0;
+}
+
+.is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea {
+ box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
+}
+
+.is-success.input, .is-success.textarea {
+ border-color: #48c78e;
+}
+
+.is-success.input:focus, .is-success.textarea:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.input:active, .is-success.textarea:active, .is-success.is-active.input, .is-success.is-active.textarea {
+ box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
+}
+
+.is-warning.input, .is-warning.textarea {
+ border-color: #ffe08a;
+}
+
+.is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea {
+ box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
+}
+
+.is-danger.input, .is-danger.textarea {
+ border-color: #f14668;
+}
+
+.is-danger.input:focus, .is-danger.textarea:focus, .is-danger.is-focused.input, .is-danger.is-focused.textarea, .is-danger.input:active, .is-danger.textarea:active, .is-danger.is-active.input, .is-danger.is-active.textarea {
+ box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
+}
+
+.is-small.input, .is-small.textarea {
+ border-radius: 2px;
+ font-size: 0.75rem;
+}
+
+.is-medium.input, .is-medium.textarea {
+ font-size: 1.25rem;
+}
+
+.is-large.input, .is-large.textarea {
+ font-size: 1.5rem;
+}
+
+.is-fullwidth.input, .is-fullwidth.textarea {
+ display: block;
+ width: 100%;
+}
+
+.is-inline.input, .is-inline.textarea {
+ display: inline;
+ width: auto;
+}
+
+.input.is-rounded {
+ border-radius: 9999px;
+ padding-left: calc(calc(0.75em - 1px) + 0.375em);
+ padding-right: calc(calc(0.75em - 1px) + 0.375em);
+}
+
+.input.is-static {
+ background-color: transparent;
+ border-color: transparent;
+ box-shadow: none;
+ padding-left: 0;
+ padding-right: 0;
+}
+
+.textarea {
+ display: block;
+ max-width: 100%;
+ min-width: 100%;
+ padding: calc(0.75em - 1px);
+ resize: vertical;
+}
+
+.textarea:not([rows]) {
+ max-height: 40em;
+ min-height: 8em;
+}
+
+.textarea[rows] {
+ height: initial;
+}
+
+.textarea.has-fixed-size {
+ resize: none;
+}
+
+.checkbox, .radio {
+ cursor: pointer;
+ display: inline-block;
+ line-height: 1.25;
+ position: relative;
+}
+
+.checkbox input, .radio input {
+ cursor: pointer;
+}
+
+.checkbox:hover, .radio:hover {
+ color: #363636;
+}
+
+.checkbox[disabled], .radio[disabled],
+fieldset[disabled] .checkbox,
+fieldset[disabled] .radio,
+.checkbox input[disabled],
+.radio input[disabled] {
+ color: #7a7a7a;
+ cursor: not-allowed;
+}
+
+.radio + .radio {
+ margin-left: 0.5em;
+}
+
+.select {
+ display: inline-block;
+ max-width: 100%;
+ position: relative;
+ vertical-align: top;
+}
+
+.select:not(.is-multiple) {
+ height: 2.5em;
+}
+
+.select:not(.is-multiple):not(.is-loading)::after {
+ border-color: #485fc7;
+ right: 1.125em;
+ z-index: 4;
+}
+
+.select.is-rounded select {
+ border-radius: 9999px;
+ padding-left: 1em;
+}
+
+.select select {
+ cursor: pointer;
+ display: block;
+ font-size: 1em;
+ max-width: 100%;
+ outline: none;
+}
+
+.select select::-ms-expand {
+ display: none;
+}
+
+.select select[disabled]:hover,
+fieldset[disabled] .select select:hover {
+ border-color: whitesmoke;
+}
+
+.select select:not([multiple]) {
+ padding-right: 2.5em;
+}
+
+.select select[multiple] {
+ height: auto;
+ padding: 0;
+}
+
+.select select[multiple] option {
+ padding: 0.5em 1em;
+}
+
+.select:not(.is-multiple):not(.is-loading):hover::after {
+ border-color: #363636;
+}
+
+.select.is-white:not(:hover)::after {
+ border-color: white;
+}
+
+.select.is-white select {
+ border-color: white;
+}
+
+.select.is-white select:hover, .select.is-white select.is-hovered {
+ border-color: #f2f2f2;
+}
+
+.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
+}
+
+.select.is-black:not(:hover)::after {
+ border-color: #0a0a0a;
+}
+
+.select.is-black select {
+ border-color: #0a0a0a;
+}
+
+.select.is-black select:hover, .select.is-black select.is-hovered {
+ border-color: black;
+}
+
+.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
+}
+
+.select.is-light:not(:hover)::after {
+ border-color: whitesmoke;
+}
+
+.select.is-light select {
+ border-color: whitesmoke;
+}
+
+.select.is-light select:hover, .select.is-light select.is-hovered {
+ border-color: #e8e8e8;
+}
+
+.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
+}
+
+.select.is-dark:not(:hover)::after {
+ border-color: #363636;
+}
+
+.select.is-dark select {
+ border-color: #363636;
+}
+
+.select.is-dark select:hover, .select.is-dark select.is-hovered {
+ border-color: #292929;
+}
+
+.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
+}
+
+.select.is-primary:not(:hover)::after {
+ border-color: #ffffff;
+}
+
+.select.is-primary select {
+ border-color: #ffffff;
+}
+
+.select.is-primary select:hover, .select.is-primary select.is-hovered {
+ border-color: #00b89c;
+}
+
+.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
+}
+
+.select.is-link:not(:hover)::after {
+ border-color: #485fc7;
+}
+
+.select.is-link select {
+ border-color: #485fc7;
+}
+
+.select.is-link select:hover, .select.is-link select.is-hovered {
+ border-color: #3a51bb;
+}
+
+.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
+}
+
+.select.is-info:not(:hover)::after {
+ border-color: #3e8ed0;
+}
+
+.select.is-info select {
+ border-color: #3e8ed0;
+}
+
+.select.is-info select:hover, .select.is-info select.is-hovered {
+ border-color: #3082c5;
+}
+
+.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
+}
+
+.select.is-success:not(:hover)::after {
+ border-color: #48c78e;
+}
+
+.select.is-success select {
+ border-color: #48c78e;
+}
+
+.select.is-success select:hover, .select.is-success select.is-hovered {
+ border-color: #3abb81;
+}
+
+.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
+}
+
+.select.is-warning:not(:hover)::after {
+ border-color: #ffe08a;
+}
+
+.select.is-warning select {
+ border-color: #ffe08a;
+}
+
+.select.is-warning select:hover, .select.is-warning select.is-hovered {
+ border-color: #ffd970;
+}
+
+.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
+}
+
+.select.is-danger:not(:hover)::after {
+ border-color: #f14668;
+}
+
+.select.is-danger select {
+ border-color: #f14668;
+}
+
+.select.is-danger select:hover, .select.is-danger select.is-hovered {
+ border-color: #ef2e55;
+}
+
+.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
+}
+
+.select.is-small {
+ border-radius: 2px;
+ font-size: 0.75rem;
+}
+
+.select.is-medium {
+ font-size: 1.25rem;
+}
+
+.select.is-large {
+ font-size: 1.5rem;
+}
+
+.select.is-disabled::after {
+ border-color: #7a7a7a;
+}
+
+.select.is-fullwidth {
+ width: 100%;
+}
+
+.select.is-fullwidth select {
+ width: 100%;
+}
+
+.select.is-loading::after {
+ margin-top: 0;
+ position: absolute;
+ right: 0.625em;
+ top: 0.625em;
+ transform: none;
+}
+
+.select.is-loading.is-small:after {
+ font-size: 0.75rem;
+}
+
+.select.is-loading.is-medium:after {
+ font-size: 1.25rem;
+}
+
+.select.is-loading.is-large:after {
+ font-size: 1.5rem;
+}
+
+.file {
+ align-items: stretch;
+ display: flex;
+ justify-content: flex-start;
+ position: relative;
+}
+
+.file.is-white .file-cta {
+ background-color: white;
+ border-color: transparent;
+ color: #0a0a0a;
+}
+
+.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
+ background-color: #f9f9f9;
+ border-color: transparent;
+ color: #0a0a0a;
+}
+
+.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
+ color: #0a0a0a;
+}
+
+.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
+ background-color: #f2f2f2;
+ border-color: transparent;
+ color: #0a0a0a;
+}
+
+.file.is-black .file-cta {
+ background-color: #0a0a0a;
+ border-color: transparent;
+ color: white;
+}
+
+.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
+ background-color: #040404;
+ border-color: transparent;
+ color: white;
+}
+
+.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
+ color: white;
+}
+
+.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
+ background-color: black;
+ border-color: transparent;
+ color: white;
+}
+
+.file.is-light .file-cta {
+ background-color: whitesmoke;
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
+ background-color: #eeeeee;
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
+ background-color: #e8e8e8;
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.file.is-dark .file-cta {
+ background-color: #363636;
+ border-color: transparent;
+ color: #fff;
+}
+
+.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
+ background-color: #2f2f2f;
+ border-color: transparent;
+ color: #fff;
+}
+
+.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
+ color: #fff;
+}
+
+.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
+ background-color: #292929;
+ border-color: transparent;
+ color: #fff;
+}
+
+.file.is-primary .file-cta {
+ background-color: #ffffff;
+ border-color: transparent;
+ color: #fff;
+}
+
+.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
+ background-color: #00c4a7;
+ border-color: transparent;
+ color: #fff;
+}
+
+.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
+ color: #fff;
+}
+
+.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
+ background-color: #00b89c;
+ border-color: transparent;
+ color: #fff;
+}
+
+.file.is-link .file-cta {
+ background-color: #485fc7;
+ border-color: transparent;
+ color: #fff;
+}
+
+.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
+ background-color: #3e56c4;
+ border-color: transparent;
+ color: #fff;
+}
+
+.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.25);
+ color: #fff;
+}
+
+.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
+ background-color: #3a51bb;
+ border-color: transparent;
+ color: #fff;
+}
+
+.file.is-info .file-cta {
+ background-color: #3e8ed0;
+ border-color: transparent;
+ color: #fff;
+}
+
+.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
+ background-color: #3488ce;
+ border-color: transparent;
+ color: #fff;
+}
+
+.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25);
+ color: #fff;
+}
+
+.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
+ background-color: #3082c5;
+ border-color: transparent;
+ color: #fff;
+}
+
+.file.is-success .file-cta {
+ background-color: #48c78e;
+ border-color: transparent;
+ color: #fff;
+}
+
+.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
+ background-color: #3ec487;
+ border-color: transparent;
+ color: #fff;
+}
+
+.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25);
+ color: #fff;
+}
+
+.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
+ background-color: #3abb81;
+ border-color: transparent;
+ color: #fff;
+}
+
+.file.is-warning .file-cta {
+ background-color: #ffe08a;
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
+ background-color: #ffdc7d;
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25);
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
+ background-color: #ffd970;
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.file.is-danger .file-cta {
+ background-color: #f14668;
+ border-color: transparent;
+ color: #fff;
+}
+
+.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
+ background-color: #f03a5f;
+ border-color: transparent;
+ color: #fff;
+}
+
+.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
+ color: #fff;
+}
+
+.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
+ background-color: #ef2e55;
+ border-color: transparent;
+ color: #fff;
+}
+
+.file.is-small {
+ font-size: 0.75rem;
+}
+
+.file.is-normal {
+ font-size: 1rem;
+}
+
+.file.is-medium {
+ font-size: 1.25rem;
+}
+
+.file.is-medium .file-icon .fa {
+ font-size: 21px;
+}
+
+.file.is-large {
+ font-size: 1.5rem;
+}
+
+.file.is-large .file-icon .fa {
+ font-size: 28px;
+}
+
+.file.has-name .file-cta {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
+}
+
+.file.has-name .file-name {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.file.has-name.is-empty .file-cta {
+ border-radius: 4px;
+}
+
+.file.has-name.is-empty .file-name {
+ display: none;
+}
+
+.file.is-boxed .file-label {
+ flex-direction: column;
+}
+
+.file.is-boxed .file-cta {
+ flex-direction: column;
+ height: auto;
+ padding: 1em 3em;
+}
+
+.file.is-boxed .file-name {
+ border-width: 0 1px 1px;
+}
+
+.file.is-boxed .file-icon {
+ height: 1.5em;
+ width: 1.5em;
+}
+
+.file.is-boxed .file-icon .fa {
+ font-size: 21px;
+}
+
+.file.is-boxed.is-small .file-icon .fa {
+ font-size: 14px;
+}
+
+.file.is-boxed.is-medium .file-icon .fa {
+ font-size: 28px;
+}
+
+.file.is-boxed.is-large .file-icon .fa {
+ font-size: 35px;
+}
+
+.file.is-boxed.has-name .file-cta {
+ border-radius: 4px 4px 0 0;
+}
+
+.file.is-boxed.has-name .file-name {
+ border-radius: 0 0 4px 4px;
+ border-width: 0 1px 1px;
+}
+
+.file.is-centered {
+ justify-content: center;
+}
+
+.file.is-fullwidth .file-label {
+ width: 100%;
+}
+
+.file.is-fullwidth .file-name {
+ flex-grow: 1;
+ max-width: none;
+}
+
+.file.is-right {
+ justify-content: flex-end;
+}
+
+.file.is-right .file-cta {
+ border-radius: 0 4px 4px 0;
+}
+
+.file.is-right .file-name {
+ border-radius: 4px 0 0 4px;
+ border-width: 1px 0 1px 1px;
+ order: -1;
+}
+
+.file-label {
+ align-items: stretch;
+ display: flex;
+ cursor: pointer;
+ justify-content: flex-start;
+ overflow: hidden;
+ position: relative;
+}
+
+.file-label:hover .file-cta {
+ background-color: #eeeeee;
+ color: #363636;
+}
+
+.file-label:hover .file-name {
+ border-color: #d5d5d5;
+}
+
+.file-label:active .file-cta {
+ background-color: #e8e8e8;
+ color: #363636;
+}
+
+.file-label:active .file-name {
+ border-color: #cfcfcf;
+}
+
+.file-input {
+ height: 100%;
+ left: 0;
+ opacity: 0;
+ outline: none;
+ position: absolute;
+ top: 0;
+ width: 100%;
+}
+
+.file-cta,
+.file-name {
+ border-color: #dbdbdb;
+ border-radius: 4px;
+ font-size: 1em;
+ padding-left: 1em;
+ padding-right: 1em;
+ white-space: nowrap;
+}
+
+.file-cta {
+ background-color: whitesmoke;
+ color: #4a4a4a;
+}
+
+.file-name {
+ border-color: #dbdbdb;
+ border-style: solid;
+ border-width: 1px 1px 1px 0;
+ display: block;
+ max-width: 16em;
+ overflow: hidden;
+ text-align: inherit;
+ text-overflow: ellipsis;
+}
+
+.file-icon {
+ align-items: center;
+ display: flex;
+ height: 1em;
+ justify-content: center;
+ margin-right: 0.5em;
+ width: 1em;
+}
+
+.file-icon .fa {
+ font-size: 14px;
+}
+
+.label {
+ color: #363636;
+ display: block;
+ font-size: 1rem;
+ font-weight: 700;
+}
+
+.label:not(:last-child) {
+ margin-bottom: 0.5em;
+}
+
+.label.is-small {
+ font-size: 0.75rem;
+}
+
+.label.is-medium {
+ font-size: 1.25rem;
+}
+
+.label.is-large {
+ font-size: 1.5rem;
+}
+
+.help {
+ display: block;
+ font-size: 0.75rem;
+ margin-top: 0.25rem;
+}
+
+.help.is-white {
+ color: white;
+}
+
+.help.is-black {
+ color: #0a0a0a;
+}
+
+.help.is-light {
+ color: whitesmoke;
+}
+
+.help.is-dark {
+ color: #363636;
+}
+
+.help.is-primary {
+ color: #ffffff;
+}
+
+.help.is-link {
+ color: #485fc7;
+}
+
+.help.is-info {
+ color: #3e8ed0;
+}
+
+.help.is-success {
+ color: #48c78e;
+}
+
+.help.is-warning {
+ color: #ffe08a;
+}
+
+.help.is-danger {
+ color: #f14668;
+}
+
+.field:not(:last-child) {
+ margin-bottom: 0.75rem;
+}
+
+.field.has-addons {
+ display: flex;
+ justify-content: flex-start;
+}
+
+.field.has-addons .control:not(:last-child) {
+ margin-right: -1px;
+}
+
+.field.has-addons .control:not(:first-child):not(:last-child) .button,
+.field.has-addons .control:not(:first-child):not(:last-child) .input,
+.field.has-addons .control:not(:first-child):not(:last-child) .select select {
+ border-radius: 0;
+}
+
+.field.has-addons .control:first-child:not(:only-child) .button,
+.field.has-addons .control:first-child:not(:only-child) .input,
+.field.has-addons .control:first-child:not(:only-child) .select select {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
+}
+
+.field.has-addons .control:last-child:not(:only-child) .button,
+.field.has-addons .control:last-child:not(:only-child) .input,
+.field.has-addons .control:last-child:not(:only-child) .select select {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
+.field.has-addons .control .input:not([disabled]):hover,
+.field.has-addons .control .input:not([disabled]).is-hovered,
+.field.has-addons .control .select select:not([disabled]):hover,
+.field.has-addons .control .select select:not([disabled]).is-hovered {
+ z-index: 2;
+}
+
+.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
+.field.has-addons .control .input:not([disabled]):focus,
+.field.has-addons .control .input:not([disabled]).is-focused,
+.field.has-addons .control .input:not([disabled]):active,
+.field.has-addons .control .input:not([disabled]).is-active,
+.field.has-addons .control .select select:not([disabled]):focus,
+.field.has-addons .control .select select:not([disabled]).is-focused,
+.field.has-addons .control .select select:not([disabled]):active,
+.field.has-addons .control .select select:not([disabled]).is-active {
+ z-index: 3;
+}
+
+.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
+.field.has-addons .control .input:not([disabled]):focus:hover,
+.field.has-addons .control .input:not([disabled]).is-focused:hover,
+.field.has-addons .control .input:not([disabled]):active:hover,
+.field.has-addons .control .input:not([disabled]).is-active:hover,
+.field.has-addons .control .select select:not([disabled]):focus:hover,
+.field.has-addons .control .select select:not([disabled]).is-focused:hover,
+.field.has-addons .control .select select:not([disabled]):active:hover,
+.field.has-addons .control .select select:not([disabled]).is-active:hover {
+ z-index: 4;
+}
+
+.field.has-addons .control.is-expanded {
+ flex-grow: 1;
+ flex-shrink: 1;
+}
+
+.field.has-addons.has-addons-centered {
+ justify-content: center;
+}
+
+.field.has-addons.has-addons-right {
+ justify-content: flex-end;
+}
+
+.field.has-addons.has-addons-fullwidth .control {
+ flex-grow: 1;
+ flex-shrink: 0;
+}
+
+.field.is-grouped {
+ display: flex;
+ justify-content: flex-start;
+}
+
+.field.is-grouped > .control {
+ flex-shrink: 0;
+}
+
+.field.is-grouped > .control:not(:last-child) {
+ margin-bottom: 0;
+ margin-right: 0.75rem;
+}
+
+.field.is-grouped > .control.is-expanded {
+ flex-grow: 1;
+ flex-shrink: 1;
+}
+
+.field.is-grouped.is-grouped-centered {
+ justify-content: center;
+}
+
+.field.is-grouped.is-grouped-right {
+ justify-content: flex-end;
+}
+
+.field.is-grouped.is-grouped-multiline {
+ flex-wrap: wrap;
+}
+
+.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
+ margin-bottom: 0.75rem;
+}
+
+.field.is-grouped.is-grouped-multiline:last-child {
+ margin-bottom: -0.75rem;
+}
+
+.field.is-grouped.is-grouped-multiline:not(:last-child) {
+ margin-bottom: 0;
+}
+
+@media screen and (min-width: 769px), print {
+ .field.is-horizontal {
+ display: flex;
+ }
+}
+
+.field-label .label {
+ font-size: inherit;
+}
+
+@media screen and (max-width: 768px) {
+ .field-label {
+ margin-bottom: 0.5rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .field-label {
+ flex-basis: 0;
+ flex-grow: 1;
+ flex-shrink: 0;
+ margin-right: 1.5rem;
+ text-align: right;
+ }
+ .field-label.is-small {
+ font-size: 0.75rem;
+ padding-top: 0.375em;
+ }
+ .field-label.is-normal {
+ padding-top: 0.375em;
+ }
+ .field-label.is-medium {
+ font-size: 1.25rem;
+ padding-top: 0.375em;
+ }
+ .field-label.is-large {
+ font-size: 1.5rem;
+ padding-top: 0.375em;
+ }
+}
+
+.field-body .field .field {
+ margin-bottom: 0;
+}
+
+@media screen and (min-width: 769px), print {
+ .field-body {
+ display: flex;
+ flex-basis: 0;
+ flex-grow: 5;
+ flex-shrink: 1;
+ }
+ .field-body .field {
+ margin-bottom: 0;
+ }
+ .field-body > .field {
+ flex-shrink: 1;
+ }
+ .field-body > .field:not(.is-narrow) {
+ flex-grow: 1;
+ }
+ .field-body > .field:not(:last-child) {
+ margin-right: 0.75rem;
+ }
+}
+
+.control {
+ box-sizing: border-box;
+ clear: both;
+ font-size: 1rem;
+ position: relative;
+ text-align: inherit;
+}
+
+.control.has-icons-left .input:focus ~ .icon,
+.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
+.control.has-icons-right .select:focus ~ .icon {
+ color: #4a4a4a;
+}
+
+.control.has-icons-left .input.is-small ~ .icon,
+.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
+.control.has-icons-right .select.is-small ~ .icon {
+ font-size: 0.75rem;
+}
+
+.control.has-icons-left .input.is-medium ~ .icon,
+.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
+.control.has-icons-right .select.is-medium ~ .icon {
+ font-size: 1.25rem;
+}
+
+.control.has-icons-left .input.is-large ~ .icon,
+.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
+.control.has-icons-right .select.is-large ~ .icon {
+ font-size: 1.5rem;
+}
+
+.control.has-icons-left .icon, .control.has-icons-right .icon {
+ color: #dbdbdb;
+ height: 2.5em;
+ pointer-events: none;
+ position: absolute;
+ top: 0;
+ width: 2.5em;
+ z-index: 4;
+}
+
+.control.has-icons-left .input,
+.control.has-icons-left .select select {
+ padding-left: 2.5em;
+}
+
+.control.has-icons-left .icon.is-left {
+ left: 0;
+}
+
+.control.has-icons-right .input,
+.control.has-icons-right .select select {
+ padding-right: 2.5em;
+}
+
+.control.has-icons-right .icon.is-right {
+ right: 0;
+}
+
+.control.is-loading::after {
+ position: absolute !important;
+ right: 0.625em;
+ top: 0.625em;
+ z-index: 4;
+}
+
+.control.is-loading.is-small:after {
+ font-size: 0.75rem;
+}
+
+.control.is-loading.is-medium:after {
+ font-size: 1.25rem;
+}
+
+.control.is-loading.is-large:after {
+ font-size: 1.5rem;
+}
+
+/* Bulma Components */
+.breadcrumb {
+ font-size: 1rem;
+ white-space: nowrap;
+}
+
+.breadcrumb a {
+ align-items: center;
+ color: #485fc7;
+ display: flex;
+ justify-content: center;
+ padding: 0 0.75em;
+}
+
+.breadcrumb a:hover {
+ color: #363636;
+}
+
+.breadcrumb li {
+ align-items: center;
+ display: flex;
+}
+
+.breadcrumb li:first-child a {
+ padding-left: 0;
+}
+
+.breadcrumb li.is-active a {
+ color: #363636;
+ cursor: default;
+ pointer-events: none;
+}
+
+.breadcrumb li + li::before {
+ color: #b5b5b5;
+ content: "\0002f";
+}
+
+.breadcrumb ul,
+.breadcrumb ol {
+ align-items: flex-start;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: flex-start;
+}
+
+.breadcrumb .icon:first-child {
+ margin-right: 0.5em;
+}
+
+.breadcrumb .icon:last-child {
+ margin-left: 0.5em;
+}
+
+.breadcrumb.is-centered ol,
+.breadcrumb.is-centered ul {
+ justify-content: center;
+}
+
+.breadcrumb.is-right ol,
+.breadcrumb.is-right ul {
+ justify-content: flex-end;
+}
+
+.breadcrumb.is-small {
+ font-size: 0.75rem;
+}
+
+.breadcrumb.is-medium {
+ font-size: 1.25rem;
+}
+
+.breadcrumb.is-large {
+ font-size: 1.5rem;
+}
+
+.breadcrumb.has-arrow-separator li + li::before {
+ content: "\02192";
+}
+
+.breadcrumb.has-bullet-separator li + li::before {
+ content: "\02022";
+}
+
+.breadcrumb.has-dot-separator li + li::before {
+ content: "\000b7";
+}
+
+.breadcrumb.has-succeeds-separator li + li::before {
+ content: "\0227B";
+}
+
+.card {
+ background-color: white;
+ border-radius: 0.25rem;
+ box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
+ color: #4a4a4a;
+ max-width: 100%;
+ position: relative;
+}
+
+.card-header:first-child, .card-content:first-child, .card-footer:first-child {
+ border-top-left-radius: 0.25rem;
+ border-top-right-radius: 0.25rem;
+}
+
+.card-header:last-child, .card-content:last-child, .card-footer:last-child {
+ border-bottom-left-radius: 0.25rem;
+ border-bottom-right-radius: 0.25rem;
+}
+
+.card-header {
+ background-color: transparent;
+ align-items: stretch;
+ box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
+ display: flex;
+}
+
+.card-header-title {
+ align-items: center;
+ color: #363636;
+ display: flex;
+ flex-grow: 1;
+ font-weight: 700;
+ padding: 0.75rem 1rem;
+}
+
+.card-header-title.is-centered {
+ justify-content: center;
+}
+
+.card-header-icon {
+ -moz-appearance: none;
+ -webkit-appearance: none;
+ appearance: none;
+ background: none;
+ border: none;
+ color: currentColor;
+ font-family: inherit;
+ font-size: 1em;
+ margin: 0;
+ padding: 0;
+ align-items: center;
+ cursor: pointer;
+ display: flex;
+ justify-content: center;
+ padding: 0.75rem 1rem;
+}
+
+.card-image {
+ display: block;
+ position: relative;
+}
+
+.card-image:first-child img {
+ border-top-left-radius: 0.25rem;
+ border-top-right-radius: 0.25rem;
+}
+
+.card-image:last-child img {
+ border-bottom-left-radius: 0.25rem;
+ border-bottom-right-radius: 0.25rem;
+}
+
+.card-content {
+ background-color: transparent;
+ padding: 1.5rem;
+}
+
+.card-footer {
+ background-color: transparent;
+ border-top: 1px solid #ededed;
+ align-items: stretch;
+ display: flex;
+}
+
+.card-footer-item {
+ align-items: center;
+ display: flex;
+ flex-basis: 0;
+ flex-grow: 1;
+ flex-shrink: 0;
+ justify-content: center;
+ padding: 0.75rem;
+}
+
+.card-footer-item:not(:last-child) {
+ border-right: 1px solid #ededed;
+}
+
+.card .media:not(:last-child) {
+ margin-bottom: 1.5rem;
+}
+
+.dropdown {
+ display: inline-flex;
+ position: relative;
+ vertical-align: top;
+}
+
+.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
+ display: block;
+}
+
+.dropdown.is-right .dropdown-menu {
+ left: auto;
+ right: 0;
+}
+
+.dropdown.is-up .dropdown-menu {
+ bottom: 100%;
+ padding-bottom: 4px;
+ padding-top: initial;
+ top: auto;
+}
+
+.dropdown-menu {
+ display: none;
+ left: 0;
+ min-width: 12rem;
+ padding-top: 4px;
+ position: absolute;
+ top: 100%;
+ z-index: 20;
+}
+
+.dropdown-content {
+ background-color: white;
+ border-radius: 4px;
+ box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
+ padding-bottom: 0.5rem;
+ padding-top: 0.5rem;
+}
+
+.dropdown-item {
+ color: #4a4a4a;
+ display: block;
+ font-size: 0.875rem;
+ line-height: 1.5;
+ padding: 0.375rem 1rem;
+ position: relative;
+}
+
+a.dropdown-item,
+button.dropdown-item {
+ padding-right: 3rem;
+ text-align: inherit;
+ white-space: nowrap;
+ width: 100%;
+}
+
+a.dropdown-item:hover,
+button.dropdown-item:hover {
+ background-color: whitesmoke;
+ color: #0a0a0a;
+}
+
+a.dropdown-item.is-active,
+button.dropdown-item.is-active {
+ background-color: #485fc7;
+ color: #fff;
+}
+
+.dropdown-divider {
+ background-color: #ededed;
+ border: none;
+ display: block;
+ height: 1px;
+ margin: 0.5rem 0;
+}
+
+.level {
+ align-items: center;
+ justify-content: space-between;
+}
+
+.level code {
+ border-radius: 4px;
+}
+
+.level img {
+ display: inline-block;
+ vertical-align: top;
+}
+
+.level.is-mobile {
+ display: flex;
+}
+
+.level.is-mobile .level-left,
+.level.is-mobile .level-right {
+ display: flex;
+}
+
+.level.is-mobile .level-left + .level-right {
+ margin-top: 0;
+}
+
+.level.is-mobile .level-item:not(:last-child) {
+ margin-bottom: 0;
+ margin-right: 0.75rem;
+}
+
+.level.is-mobile .level-item:not(.is-narrow) {
+ flex-grow: 1;
+}
+
+@media screen and (min-width: 769px), print {
+ .level {
+ display: flex;
+ }
+ .level > .level-item:not(.is-narrow) {
+ flex-grow: 1;
+ }
+}
+
+.level-item {
+ align-items: center;
+ display: flex;
+ flex-basis: auto;
+ flex-grow: 0;
+ flex-shrink: 0;
+ justify-content: center;
+}
+
+.level-item .title,
+.level-item .subtitle {
+ margin-bottom: 0;
+}
+
+@media screen and (max-width: 768px) {
+ .level-item:not(:last-child) {
+ margin-bottom: 0.75rem;
+ }
+}
+
+.level-left,
+.level-right {
+ flex-basis: auto;
+ flex-grow: 0;
+ flex-shrink: 0;
+}
+
+.level-left .level-item.is-flexible,
+.level-right .level-item.is-flexible {
+ flex-grow: 1;
+}
+
+@media screen and (min-width: 769px), print {
+ .level-left .level-item:not(:last-child),
+ .level-right .level-item:not(:last-child) {
+ margin-right: 0.75rem;
+ }
+}
+
+.level-left {
+ align-items: center;
+ justify-content: flex-start;
+}
+
+@media screen and (max-width: 768px) {
+ .level-left + .level-right {
+ margin-top: 1.5rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .level-left {
+ display: flex;
+ }
+}
+
+.level-right {
+ align-items: center;
+ justify-content: flex-end;
+}
+
+@media screen and (min-width: 769px), print {
+ .level-right {
+ display: flex;
+ }
+}
+
+.media {
+ align-items: flex-start;
+ display: flex;
+ text-align: inherit;
+}
+
+.media .content:not(:last-child) {
+ margin-bottom: 0.75rem;
+}
+
+.media .media {
+ border-top: 1px solid rgba(219, 219, 219, 0.5);
+ display: flex;
+ padding-top: 0.75rem;
+}
+
+.media .media .content:not(:last-child),
+.media .media .control:not(:last-child) {
+ margin-bottom: 0.5rem;
+}
+
+.media .media .media {
+ padding-top: 0.5rem;
+}
+
+.media .media .media + .media {
+ margin-top: 0.5rem;
+}
+
+.media + .media {
+ border-top: 1px solid rgba(219, 219, 219, 0.5);
+ margin-top: 1rem;
+ padding-top: 1rem;
+}
+
+.media.is-large + .media {
+ margin-top: 1.5rem;
+ padding-top: 1.5rem;
+}
+
+.media-left,
+.media-right {
+ flex-basis: auto;
+ flex-grow: 0;
+ flex-shrink: 0;
+}
+
+.media-left {
+ margin-right: 1rem;
+}
+
+.media-right {
+ margin-left: 1rem;
+}
+
+.media-content {
+ flex-basis: auto;
+ flex-grow: 1;
+ flex-shrink: 1;
+ text-align: inherit;
+}
+
+@media screen and (max-width: 768px) {
+ .media-content {
+ overflow-x: auto;
+ }
+}
+
+.menu {
+ font-size: 1rem;
+}
+
+.menu.is-small {
+ font-size: 0.75rem;
+}
+
+.menu.is-medium {
+ font-size: 1.25rem;
+}
+
+.menu.is-large {
+ font-size: 1.5rem;
+}
+
+.menu-list {
+ line-height: 1.25;
+}
+
+.menu-list a {
+ border-radius: 2px;
+ color: #4a4a4a;
+ display: block;
+ padding: 0.5em 0.75em;
+}
+
+.menu-list a:hover {
+ background-color: whitesmoke;
+ color: #363636;
+}
+
+.menu-list a.is-active {
+ background-color: #485fc7;
+ color: #fff;
+}
+
+.menu-list li ul {
+ border-left: 1px solid #dbdbdb;
+ margin: 0.75em;
+ padding-left: 0.75em;
+}
+
+.menu-label {
+ color: #7a7a7a;
+ font-size: 0.75em;
+ letter-spacing: 0.1em;
+ text-transform: uppercase;
+}
+
+.menu-label:not(:first-child) {
+ margin-top: 1em;
+}
+
+.menu-label:not(:last-child) {
+ margin-bottom: 1em;
+}
+
+.message {
+ background-color: whitesmoke;
+ border-radius: 4px;
+ font-size: 1rem;
+}
+
+.message strong {
+ color: currentColor;
+}
+
+.message a:not(.button):not(.tag):not(.dropdown-item) {
+ color: currentColor;
+ text-decoration: underline;
+}
+
+.message.is-small {
+ font-size: 0.75rem;
+}
+
+.message.is-medium {
+ font-size: 1.25rem;
+}
+
+.message.is-large {
+ font-size: 1.5rem;
+}
+
+.message.is-white {
+ background-color: white;
+}
+
+.message.is-white .message-header {
+ background-color: white;
+ color: #0a0a0a;
+}
+
+.message.is-white .message-body {
+ border-color: white;
+}
+
+.message.is-black {
+ background-color: #fafafa;
+}
+
+.message.is-black .message-header {
+ background-color: #0a0a0a;
+ color: white;
+}
+
+.message.is-black .message-body {
+ border-color: #0a0a0a;
+}
+
+.message.is-light {
+ background-color: #fafafa;
+}
+
+.message.is-light .message-header {
+ background-color: whitesmoke;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.message.is-light .message-body {
+ border-color: whitesmoke;
+}
+
+.message.is-dark {
+ background-color: #fafafa;
+}
+
+.message.is-dark .message-header {
+ background-color: #363636;
+ color: #fff;
+}
+
+.message.is-dark .message-body {
+ border-color: #363636;
+}
+
+.message.is-primary {
+ background-color: #ebfffc;
+}
+
+.message.is-primary .message-header {
+ background-color: #ffffff;
+ color: #fff;
+}
+
+.message.is-primary .message-body {
+ border-color: #ffffff;
+ color: #00947e;
+}
+
+.message.is-link {
+ background-color: #eff1fa;
+}
+
+.message.is-link .message-header {
+ background-color: #485fc7;
+ color: #fff;
+}
+
+.message.is-link .message-body {
+ border-color: #485fc7;
+ color: #3850b7;
+}
+
+.message.is-info {
+ background-color: #eff5fb;
+}
+
+.message.is-info .message-header {
+ background-color: #3e8ed0;
+ color: #fff;
+}
+
+.message.is-info .message-body {
+ border-color: #3e8ed0;
+ color: #296fa8;
+}
+
+.message.is-success {
+ background-color: #effaf5;
+}
+
+.message.is-success .message-header {
+ background-color: #48c78e;
+ color: #fff;
+}
+
+.message.is-success .message-body {
+ border-color: #48c78e;
+ color: #257953;
+}
+
+.message.is-warning {
+ background-color: #fffaeb;
+}
+
+.message.is-warning .message-header {
+ background-color: #ffe08a;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.message.is-warning .message-body {
+ border-color: #ffe08a;
+ color: #946c00;
+}
+
+.message.is-danger {
+ background-color: #feecf0;
+}
+
+.message.is-danger .message-header {
+ background-color: #f14668;
+ color: #fff;
+}
+
+.message.is-danger .message-body {
+ border-color: #f14668;
+ color: #cc0f35;
+}
+
+.message-header {
+ align-items: center;
+ background-color: #4a4a4a;
+ border-radius: 4px 4px 0 0;
+ color: #fff;
+ display: flex;
+ font-weight: 700;
+ justify-content: space-between;
+ line-height: 1.25;
+ padding: 0.75em 1em;
+ position: relative;
+}
+
+.message-header .delete {
+ flex-grow: 0;
+ flex-shrink: 0;
+ margin-left: 0.75em;
+}
+
+.message-header + .message-body {
+ border-width: 0;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
+}
+
+.message-body {
+ border-color: #dbdbdb;
+ border-radius: 4px;
+ border-style: solid;
+ border-width: 0 0 0 4px;
+ color: #4a4a4a;
+ padding: 1.25em 1.5em;
+}
+
+.message-body code,
+.message-body pre {
+ background-color: white;
+}
+
+.message-body pre code {
+ background-color: transparent;
+}
+
+.modal {
+ align-items: center;
+ display: none;
+ flex-direction: column;
+ justify-content: center;
+ overflow: hidden;
+ position: fixed;
+ z-index: 40;
+}
+
+.modal.is-active {
+ display: flex;
+}
+
+.modal-background {
+ background-color: rgba(10, 10, 10, 0.86);
+}
+
+.modal-content,
+.modal-card {
+ margin: 0 20px;
+ max-height: calc(100vh - 160px);
+ overflow: auto;
+ position: relative;
+ width: 100%;
+}
+
+@media screen and (min-width: 769px) {
+ .modal-content,
+ .modal-card {
+ margin: 0 auto;
+ max-height: calc(100vh - 40px);
+ width: 640px;
+ }
+}
+
+.modal-close {
+ background: none;
+ height: 40px;
+ position: fixed;
+ right: 20px;
+ top: 20px;
+ width: 40px;
+}
+
+.modal-card {
+ display: flex;
+ flex-direction: column;
+ max-height: calc(100vh - 40px);
+ overflow: hidden;
+ -ms-overflow-y: visible;
+}
+
+.modal-card-head,
+.modal-card-foot {
+ align-items: center;
+ background-color: whitesmoke;
+ display: flex;
+ flex-shrink: 0;
+ justify-content: flex-start;
+ padding: 20px;
+ position: relative;
+}
+
+.modal-card-head {
+ border-bottom: 1px solid #dbdbdb;
+ border-top-left-radius: 6px;
+ border-top-right-radius: 6px;
+}
+
+.modal-card-title {
+ color: #363636;
+ flex-grow: 1;
+ flex-shrink: 0;
+ font-size: 1.5rem;
+ line-height: 1;
+}
+
+.modal-card-foot {
+ border-bottom-left-radius: 6px;
+ border-bottom-right-radius: 6px;
+ border-top: 1px solid #dbdbdb;
+}
+
+.modal-card-foot .button:not(:last-child) {
+ margin-right: 0.5em;
+}
+
+.modal-card-body {
+ -webkit-overflow-scrolling: touch;
+ background-color: white;
+ flex-grow: 1;
+ flex-shrink: 1;
+ overflow: auto;
+ padding: 20px;
+}
+
+.navbar {
+ background-color: white;
+ min-height: 3.25rem;
+ position: relative;
+ z-index: 30;
+}
+
+.navbar.is-white {
+ background-color: white;
+ color: #0a0a0a;
+}
+
+.navbar.is-white .navbar-brand > .navbar-item,
+.navbar.is-white .navbar-brand .navbar-link {
+ color: #0a0a0a;
+}
+
+.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
+.navbar.is-white .navbar-brand .navbar-link:focus,
+.navbar.is-white .navbar-brand .navbar-link:hover,
+.navbar.is-white .navbar-brand .navbar-link.is-active {
+ background-color: #f2f2f2;
+ color: #0a0a0a;
+}
+
+.navbar.is-white .navbar-brand .navbar-link::after {
+ border-color: #0a0a0a;
+}
+
+.navbar.is-white .navbar-burger {
+ color: #0a0a0a;
+}
+
+@media screen and (min-width: 1024px) {
+ .navbar.is-white .navbar-start > .navbar-item,
+ .navbar.is-white .navbar-start .navbar-link,
+ .navbar.is-white .navbar-end > .navbar-item,
+ .navbar.is-white .navbar-end .navbar-link {
+ color: #0a0a0a;
+ }
+ .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
+ .navbar.is-white .navbar-start .navbar-link:focus,
+ .navbar.is-white .navbar-start .navbar-link:hover,
+ .navbar.is-white .navbar-start .navbar-link.is-active,
+ .navbar.is-white .navbar-end > a.navbar-item:focus,
+ .navbar.is-white .navbar-end > a.navbar-item:hover,
+ .navbar.is-white .navbar-end > a.navbar-item.is-active,
+ .navbar.is-white .navbar-end .navbar-link:focus,
+ .navbar.is-white .navbar-end .navbar-link:hover,
+ .navbar.is-white .navbar-end .navbar-link.is-active {
+ background-color: #f2f2f2;
+ color: #0a0a0a;
+ }
+ .navbar.is-white .navbar-start .navbar-link::after,
+ .navbar.is-white .navbar-end .navbar-link::after {
+ border-color: #0a0a0a;
+ }
+ .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #f2f2f2;
+ color: #0a0a0a;
+ }
+ .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
+ background-color: white;
+ color: #0a0a0a;
+ }
+}
+
+.navbar.is-black {
+ background-color: #0a0a0a;
+ color: white;
+}
+
+.navbar.is-black .navbar-brand > .navbar-item,
+.navbar.is-black .navbar-brand .navbar-link {
+ color: white;
+}
+
+.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
+.navbar.is-black .navbar-brand .navbar-link:focus,
+.navbar.is-black .navbar-brand .navbar-link:hover,
+.navbar.is-black .navbar-brand .navbar-link.is-active {
+ background-color: black;
+ color: white;
+}
+
+.navbar.is-black .navbar-brand .navbar-link::after {
+ border-color: white;
+}
+
+.navbar.is-black .navbar-burger {
+ color: white;
+}
+
+@media screen and (min-width: 1024px) {
+ .navbar.is-black .navbar-start > .navbar-item,
+ .navbar.is-black .navbar-start .navbar-link,
+ .navbar.is-black .navbar-end > .navbar-item,
+ .navbar.is-black .navbar-end .navbar-link {
+ color: white;
+ }
+ .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
+ .navbar.is-black .navbar-start .navbar-link:focus,
+ .navbar.is-black .navbar-start .navbar-link:hover,
+ .navbar.is-black .navbar-start .navbar-link.is-active,
+ .navbar.is-black .navbar-end > a.navbar-item:focus,
+ .navbar.is-black .navbar-end > a.navbar-item:hover,
+ .navbar.is-black .navbar-end > a.navbar-item.is-active,
+ .navbar.is-black .navbar-end .navbar-link:focus,
+ .navbar.is-black .navbar-end .navbar-link:hover,
+ .navbar.is-black .navbar-end .navbar-link.is-active {
+ background-color: black;
+ color: white;
+ }
+ .navbar.is-black .navbar-start .navbar-link::after,
+ .navbar.is-black .navbar-end .navbar-link::after {
+ border-color: white;
+ }
+ .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: black;
+ color: white;
+ }
+ .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
+ background-color: #0a0a0a;
+ color: white;
+ }
+}
+
+.navbar.is-light {
+ background-color: whitesmoke;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.navbar.is-light .navbar-brand > .navbar-item,
+.navbar.is-light .navbar-brand .navbar-link {
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
+.navbar.is-light .navbar-brand .navbar-link:focus,
+.navbar.is-light .navbar-brand .navbar-link:hover,
+.navbar.is-light .navbar-brand .navbar-link.is-active {
+ background-color: #e8e8e8;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.navbar.is-light .navbar-brand .navbar-link::after {
+ border-color: rgba(0, 0, 0, 0.7);
+}
+
+.navbar.is-light .navbar-burger {
+ color: rgba(0, 0, 0, 0.7);
+}
+
+@media screen and (min-width: 1024px) {
+ .navbar.is-light .navbar-start > .navbar-item,
+ .navbar.is-light .navbar-start .navbar-link,
+ .navbar.is-light .navbar-end > .navbar-item,
+ .navbar.is-light .navbar-end .navbar-link {
+ color: rgba(0, 0, 0, 0.7);
+ }
+ .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
+ .navbar.is-light .navbar-start .navbar-link:focus,
+ .navbar.is-light .navbar-start .navbar-link:hover,
+ .navbar.is-light .navbar-start .navbar-link.is-active,
+ .navbar.is-light .navbar-end > a.navbar-item:focus,
+ .navbar.is-light .navbar-end > a.navbar-item:hover,
+ .navbar.is-light .navbar-end > a.navbar-item.is-active,
+ .navbar.is-light .navbar-end .navbar-link:focus,
+ .navbar.is-light .navbar-end .navbar-link:hover,
+ .navbar.is-light .navbar-end .navbar-link.is-active {
+ background-color: #e8e8e8;
+ color: rgba(0, 0, 0, 0.7);
+ }
+ .navbar.is-light .navbar-start .navbar-link::after,
+ .navbar.is-light .navbar-end .navbar-link::after {
+ border-color: rgba(0, 0, 0, 0.7);
+ }
+ .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #e8e8e8;
+ color: rgba(0, 0, 0, 0.7);
+ }
+ .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
+ background-color: whitesmoke;
+ color: rgba(0, 0, 0, 0.7);
+ }
+}
+
+.navbar.is-dark {
+ background-color: #363636;
+ color: #fff;
+}
+
+.navbar.is-dark .navbar-brand > .navbar-item,
+.navbar.is-dark .navbar-brand .navbar-link {
+ color: #fff;
+}
+
+.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
+.navbar.is-dark .navbar-brand .navbar-link:focus,
+.navbar.is-dark .navbar-brand .navbar-link:hover,
+.navbar.is-dark .navbar-brand .navbar-link.is-active {
+ background-color: #292929;
+ color: #fff;
+}
+
+.navbar.is-dark .navbar-brand .navbar-link::after {
+ border-color: #fff;
+}
+
+.navbar.is-dark .navbar-burger {
+ color: #fff;
+}
+
+@media screen and (min-width: 1024px) {
+ .navbar.is-dark .navbar-start > .navbar-item,
+ .navbar.is-dark .navbar-start .navbar-link,
+ .navbar.is-dark .navbar-end > .navbar-item,
+ .navbar.is-dark .navbar-end .navbar-link {
+ color: #fff;
+ }
+ .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
+ .navbar.is-dark .navbar-start .navbar-link:focus,
+ .navbar.is-dark .navbar-start .navbar-link:hover,
+ .navbar.is-dark .navbar-start .navbar-link.is-active,
+ .navbar.is-dark .navbar-end > a.navbar-item:focus,
+ .navbar.is-dark .navbar-end > a.navbar-item:hover,
+ .navbar.is-dark .navbar-end > a.navbar-item.is-active,
+ .navbar.is-dark .navbar-end .navbar-link:focus,
+ .navbar.is-dark .navbar-end .navbar-link:hover,
+ .navbar.is-dark .navbar-end .navbar-link.is-active {
+ background-color: #292929;
+ color: #fff;
+ }
+ .navbar.is-dark .navbar-start .navbar-link::after,
+ .navbar.is-dark .navbar-end .navbar-link::after {
+ border-color: #fff;
+ }
+ .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #292929;
+ color: #fff;
+ }
+ .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
+ background-color: #363636;
+ color: #fff;
+ }
+}
+
+.navbar.is-primary {
+ background-color: #ffffff;
+ color: #fff;
+}
+
+.navbar.is-primary .navbar-brand > .navbar-item,
+.navbar.is-primary .navbar-brand .navbar-link {
+ color: #fff;
+}
+
+.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
+.navbar.is-primary .navbar-brand .navbar-link:focus,
+.navbar.is-primary .navbar-brand .navbar-link:hover,
+.navbar.is-primary .navbar-brand .navbar-link.is-active {
+ background-color: #00b89c;
+ color: #fff;
+}
+
+.navbar.is-primary .navbar-brand .navbar-link::after {
+ border-color: #fff;
+}
+
+.navbar.is-primary .navbar-burger {
+ color: #fff;
+}
+
+@media screen and (min-width: 1024px) {
+ .navbar.is-primary .navbar-start > .navbar-item,
+ .navbar.is-primary .navbar-start .navbar-link,
+ .navbar.is-primary .navbar-end > .navbar-item,
+ .navbar.is-primary .navbar-end .navbar-link {
+ color: #fff;
+ }
+ .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
+ .navbar.is-primary .navbar-start .navbar-link:focus,
+ .navbar.is-primary .navbar-start .navbar-link:hover,
+ .navbar.is-primary .navbar-start .navbar-link.is-active,
+ .navbar.is-primary .navbar-end > a.navbar-item:focus,
+ .navbar.is-primary .navbar-end > a.navbar-item:hover,
+ .navbar.is-primary .navbar-end > a.navbar-item.is-active,
+ .navbar.is-primary .navbar-end .navbar-link:focus,
+ .navbar.is-primary .navbar-end .navbar-link:hover,
+ .navbar.is-primary .navbar-end .navbar-link.is-active {
+ background-color: #00b89c;
+ color: #fff;
+ }
+ .navbar.is-primary .navbar-start .navbar-link::after,
+ .navbar.is-primary .navbar-end .navbar-link::after {
+ border-color: #fff;
+ }
+ .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #00b89c;
+ color: #fff;
+ }
+ .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
+ background-color: #ffffff;
+ color: #fff;
+ }
+}
+
+.navbar.is-link {
+ background-color: #485fc7;
+ color: #fff;
+}
+
+.navbar.is-link .navbar-brand > .navbar-item,
+.navbar.is-link .navbar-brand .navbar-link {
+ color: #fff;
+}
+
+.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
+.navbar.is-link .navbar-brand .navbar-link:focus,
+.navbar.is-link .navbar-brand .navbar-link:hover,
+.navbar.is-link .navbar-brand .navbar-link.is-active {
+ background-color: #3a51bb;
+ color: #fff;
+}
+
+.navbar.is-link .navbar-brand .navbar-link::after {
+ border-color: #fff;
+}
+
+.navbar.is-link .navbar-burger {
+ color: #fff;
+}
+
+@media screen and (min-width: 1024px) {
+ .navbar.is-link .navbar-start > .navbar-item,
+ .navbar.is-link .navbar-start .navbar-link,
+ .navbar.is-link .navbar-end > .navbar-item,
+ .navbar.is-link .navbar-end .navbar-link {
+ color: #fff;
+ }
+ .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
+ .navbar.is-link .navbar-start .navbar-link:focus,
+ .navbar.is-link .navbar-start .navbar-link:hover,
+ .navbar.is-link .navbar-start .navbar-link.is-active,
+ .navbar.is-link .navbar-end > a.navbar-item:focus,
+ .navbar.is-link .navbar-end > a.navbar-item:hover,
+ .navbar.is-link .navbar-end > a.navbar-item.is-active,
+ .navbar.is-link .navbar-end .navbar-link:focus,
+ .navbar.is-link .navbar-end .navbar-link:hover,
+ .navbar.is-link .navbar-end .navbar-link.is-active {
+ background-color: #3a51bb;
+ color: #fff;
+ }
+ .navbar.is-link .navbar-start .navbar-link::after,
+ .navbar.is-link .navbar-end .navbar-link::after {
+ border-color: #fff;
+ }
+ .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #3a51bb;
+ color: #fff;
+ }
+ .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
+ background-color: #485fc7;
+ color: #fff;
+ }
+}
+
+.navbar.is-info {
+ background-color: #3e8ed0;
+ color: #fff;
+}
+
+.navbar.is-info .navbar-brand > .navbar-item,
+.navbar.is-info .navbar-brand .navbar-link {
+ color: #fff;
+}
+
+.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
+.navbar.is-info .navbar-brand .navbar-link:focus,
+.navbar.is-info .navbar-brand .navbar-link:hover,
+.navbar.is-info .navbar-brand .navbar-link.is-active {
+ background-color: #3082c5;
+ color: #fff;
+}
+
+.navbar.is-info .navbar-brand .navbar-link::after {
+ border-color: #fff;
+}
+
+.navbar.is-info .navbar-burger {
+ color: #fff;
+}
+
+@media screen and (min-width: 1024px) {
+ .navbar.is-info .navbar-start > .navbar-item,
+ .navbar.is-info .navbar-start .navbar-link,
+ .navbar.is-info .navbar-end > .navbar-item,
+ .navbar.is-info .navbar-end .navbar-link {
+ color: #fff;
+ }
+ .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
+ .navbar.is-info .navbar-start .navbar-link:focus,
+ .navbar.is-info .navbar-start .navbar-link:hover,
+ .navbar.is-info .navbar-start .navbar-link.is-active,
+ .navbar.is-info .navbar-end > a.navbar-item:focus,
+ .navbar.is-info .navbar-end > a.navbar-item:hover,
+ .navbar.is-info .navbar-end > a.navbar-item.is-active,
+ .navbar.is-info .navbar-end .navbar-link:focus,
+ .navbar.is-info .navbar-end .navbar-link:hover,
+ .navbar.is-info .navbar-end .navbar-link.is-active {
+ background-color: #3082c5;
+ color: #fff;
+ }
+ .navbar.is-info .navbar-start .navbar-link::after,
+ .navbar.is-info .navbar-end .navbar-link::after {
+ border-color: #fff;
+ }
+ .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #3082c5;
+ color: #fff;
+ }
+ .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
+ background-color: #3e8ed0;
+ color: #fff;
+ }
+}
+
+.navbar.is-success {
+ background-color: #48c78e;
+ color: #fff;
+}
+
+.navbar.is-success .navbar-brand > .navbar-item,
+.navbar.is-success .navbar-brand .navbar-link {
+ color: #fff;
+}
+
+.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
+.navbar.is-success .navbar-brand .navbar-link:focus,
+.navbar.is-success .navbar-brand .navbar-link:hover,
+.navbar.is-success .navbar-brand .navbar-link.is-active {
+ background-color: #3abb81;
+ color: #fff;
+}
+
+.navbar.is-success .navbar-brand .navbar-link::after {
+ border-color: #fff;
+}
+
+.navbar.is-success .navbar-burger {
+ color: #fff;
+}
+
+@media screen and (min-width: 1024px) {
+ .navbar.is-success .navbar-start > .navbar-item,
+ .navbar.is-success .navbar-start .navbar-link,
+ .navbar.is-success .navbar-end > .navbar-item,
+ .navbar.is-success .navbar-end .navbar-link {
+ color: #fff;
+ }
+ .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
+ .navbar.is-success .navbar-start .navbar-link:focus,
+ .navbar.is-success .navbar-start .navbar-link:hover,
+ .navbar.is-success .navbar-start .navbar-link.is-active,
+ .navbar.is-success .navbar-end > a.navbar-item:focus,
+ .navbar.is-success .navbar-end > a.navbar-item:hover,
+ .navbar.is-success .navbar-end > a.navbar-item.is-active,
+ .navbar.is-success .navbar-end .navbar-link:focus,
+ .navbar.is-success .navbar-end .navbar-link:hover,
+ .navbar.is-success .navbar-end .navbar-link.is-active {
+ background-color: #3abb81;
+ color: #fff;
+ }
+ .navbar.is-success .navbar-start .navbar-link::after,
+ .navbar.is-success .navbar-end .navbar-link::after {
+ border-color: #fff;
+ }
+ .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #3abb81;
+ color: #fff;
+ }
+ .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
+ background-color: #48c78e;
+ color: #fff;
+ }
+}
+
+.navbar.is-warning {
+ background-color: #ffe08a;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.navbar.is-warning .navbar-brand > .navbar-item,
+.navbar.is-warning .navbar-brand .navbar-link {
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
+.navbar.is-warning .navbar-brand .navbar-link:focus,
+.navbar.is-warning .navbar-brand .navbar-link:hover,
+.navbar.is-warning .navbar-brand .navbar-link.is-active {
+ background-color: #ffd970;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.navbar.is-warning .navbar-brand .navbar-link::after {
+ border-color: rgba(0, 0, 0, 0.7);
+}
+
+.navbar.is-warning .navbar-burger {
+ color: rgba(0, 0, 0, 0.7);
+}
+
+@media screen and (min-width: 1024px) {
+ .navbar.is-warning .navbar-start > .navbar-item,
+ .navbar.is-warning .navbar-start .navbar-link,
+ .navbar.is-warning .navbar-end > .navbar-item,
+ .navbar.is-warning .navbar-end .navbar-link {
+ color: rgba(0, 0, 0, 0.7);
+ }
+ .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
+ .navbar.is-warning .navbar-start .navbar-link:focus,
+ .navbar.is-warning .navbar-start .navbar-link:hover,
+ .navbar.is-warning .navbar-start .navbar-link.is-active,
+ .navbar.is-warning .navbar-end > a.navbar-item:focus,
+ .navbar.is-warning .navbar-end > a.navbar-item:hover,
+ .navbar.is-warning .navbar-end > a.navbar-item.is-active,
+ .navbar.is-warning .navbar-end .navbar-link:focus,
+ .navbar.is-warning .navbar-end .navbar-link:hover,
+ .navbar.is-warning .navbar-end .navbar-link.is-active {
+ background-color: #ffd970;
+ color: rgba(0, 0, 0, 0.7);
+ }
+ .navbar.is-warning .navbar-start .navbar-link::after,
+ .navbar.is-warning .navbar-end .navbar-link::after {
+ border-color: rgba(0, 0, 0, 0.7);
+ }
+ .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #ffd970;
+ color: rgba(0, 0, 0, 0.7);
+ }
+ .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
+ background-color: #ffe08a;
+ color: rgba(0, 0, 0, 0.7);
+ }
+}
+
+.navbar.is-danger {
+ background-color: #f14668;
+ color: #fff;
+}
+
+.navbar.is-danger .navbar-brand > .navbar-item,
+.navbar.is-danger .navbar-brand .navbar-link {
+ color: #fff;
+}
+
+.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
+.navbar.is-danger .navbar-brand .navbar-link:focus,
+.navbar.is-danger .navbar-brand .navbar-link:hover,
+.navbar.is-danger .navbar-brand .navbar-link.is-active {
+ background-color: #ef2e55;
+ color: #fff;
+}
+
+.navbar.is-danger .navbar-brand .navbar-link::after {
+ border-color: #fff;
+}
+
+.navbar.is-danger .navbar-burger {
+ color: #fff;
+}
+
+@media screen and (min-width: 1024px) {
+ .navbar.is-danger .navbar-start > .navbar-item,
+ .navbar.is-danger .navbar-start .navbar-link,
+ .navbar.is-danger .navbar-end > .navbar-item,
+ .navbar.is-danger .navbar-end .navbar-link {
+ color: #fff;
+ }
+ .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
+ .navbar.is-danger .navbar-start .navbar-link:focus,
+ .navbar.is-danger .navbar-start .navbar-link:hover,
+ .navbar.is-danger .navbar-start .navbar-link.is-active,
+ .navbar.is-danger .navbar-end > a.navbar-item:focus,
+ .navbar.is-danger .navbar-end > a.navbar-item:hover,
+ .navbar.is-danger .navbar-end > a.navbar-item.is-active,
+ .navbar.is-danger .navbar-end .navbar-link:focus,
+ .navbar.is-danger .navbar-end .navbar-link:hover,
+ .navbar.is-danger .navbar-end .navbar-link.is-active {
+ background-color: #ef2e55;
+ color: #fff;
+ }
+ .navbar.is-danger .navbar-start .navbar-link::after,
+ .navbar.is-danger .navbar-end .navbar-link::after {
+ border-color: #fff;
+ }
+ .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #ef2e55;
+ color: #fff;
+ }
+ .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
+ background-color: #f14668;
+ color: #fff;
+ }
+}
+
+.navbar > .container {
+ align-items: stretch;
+ display: flex;
+ min-height: 3.25rem;
+ width: 100%;
+}
+
+.navbar.has-shadow {
+ box-shadow: 0 2px 0 0 whitesmoke;
+}
+
+.navbar.is-fixed-bottom, .navbar.is-fixed-top {
+ left: 0;
+ position: fixed;
+ right: 0;
+ z-index: 30;
+}
+
+.navbar.is-fixed-bottom {
+ bottom: 0;
+}
+
+.navbar.is-fixed-bottom.has-shadow {
+ box-shadow: 0 -2px 0 0 whitesmoke;
+}
+
+.navbar.is-fixed-top {
+ top: 0;
+}
+
+html.has-navbar-fixed-top,
+body.has-navbar-fixed-top {
+ padding-top: 3.25rem;
+}
+
+html.has-navbar-fixed-bottom,
+body.has-navbar-fixed-bottom {
+ padding-bottom: 3.25rem;
+}
+
+.navbar-brand,
+.navbar-tabs {
+ align-items: stretch;
+ display: flex;
+ flex-shrink: 0;
+ min-height: 3.25rem;
+}
+
+.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
+ background-color: transparent;
+}
+
+.navbar-tabs {
+ -webkit-overflow-scrolling: touch;
+ max-width: 100vw;
+ overflow-x: auto;
+ overflow-y: hidden;
+}
+
+.navbar-burger {
+ color: #4a4a4a;
+ -moz-appearance: none;
+ -webkit-appearance: none;
+ appearance: none;
+ background: none;
+ border: none;
+ cursor: pointer;
+ display: block;
+ height: 3.25rem;
+ position: relative;
+ width: 3.25rem;
+ margin-left: auto;
+}
+
+.navbar-burger span {
+ background-color: currentColor;
+ display: block;
+ height: 1px;
+ left: calc(50% - 8px);
+ position: absolute;
+ transform-origin: center;
+ transition-duration: 86ms;
+ transition-property: background-color, opacity, transform;
+ transition-timing-function: ease-out;
+ width: 16px;
+}
+
+.navbar-burger span:nth-child(1) {
+ top: calc(50% - 6px);
+}
+
+.navbar-burger span:nth-child(2) {
+ top: calc(50% - 1px);
+}
+
+.navbar-burger span:nth-child(3) {
+ top: calc(50% + 4px);
+}
+
+.navbar-burger:hover {
+ background-color: rgba(0, 0, 0, 0.05);
+}
+
+.navbar-burger.is-active span:nth-child(1) {
+ transform: translateY(5px) rotate(45deg);
+}
+
+.navbar-burger.is-active span:nth-child(2) {
+ opacity: 0;
+}
+
+.navbar-burger.is-active span:nth-child(3) {
+ transform: translateY(-5px) rotate(-45deg);
+}
+
+.navbar-menu {
+ display: none;
+}
+
+.navbar-item,
+.navbar-link {
+ color: #4a4a4a;
+ display: block;
+ line-height: 1.5;
+ padding: 0.5rem 0.75rem;
+ position: relative;
+}
+
+.navbar-item .icon:only-child,
+.navbar-link .icon:only-child {
+ margin-left: -0.25rem;
+ margin-right: -0.25rem;
+}
+
+a.navbar-item,
+.navbar-link {
+ cursor: pointer;
+}
+
+a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
+.navbar-link:focus,
+.navbar-link:focus-within,
+.navbar-link:hover,
+.navbar-link.is-active {
+ background-color: #fafafa;
+ color: #485fc7;
+}
+
+.navbar-item {
+ flex-grow: 0;
+ flex-shrink: 0;
+}
+
+.navbar-item img {
+ max-height: 1.75rem;
+}
+
+.navbar-item.has-dropdown {
+ padding: 0;
+}
+
+.navbar-item.is-expanded {
+ flex-grow: 1;
+ flex-shrink: 1;
+}
+
+.navbar-item.is-tab {
+ border-bottom: 1px solid transparent;
+ min-height: 3.25rem;
+ padding-bottom: calc(0.5rem - 1px);
+}
+
+.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
+ background-color: transparent;
+ border-bottom-color: #485fc7;
+}
+
+.navbar-item.is-tab.is-active {
+ background-color: transparent;
+ border-bottom-color: #485fc7;
+ border-bottom-style: solid;
+ border-bottom-width: 3px;
+ color: #485fc7;
+ padding-bottom: calc(0.5rem - 3px);
+}
+
+.navbar-content {
+ flex-grow: 1;
+ flex-shrink: 1;
+}
+
+.navbar-link:not(.is-arrowless) {
+ padding-right: 2.5em;
+}
+
+.navbar-link:not(.is-arrowless)::after {
+ border-color: #485fc7;
+ margin-top: -0.375em;
+ right: 1.125em;
+}
+
+.navbar-dropdown {
+ font-size: 0.875rem;
+ padding-bottom: 0.5rem;
+ padding-top: 0.5rem;
+}
+
+.navbar-dropdown .navbar-item {
+ padding-left: 1.5rem;
+ padding-right: 1.5rem;
+}
+
+.navbar-divider {
+ background-color: whitesmoke;
+ border: none;
+ display: none;
+ height: 2px;
+ margin: 0.5rem 0;
+}
+
+@media screen and (max-width: 1023px) {
+ .navbar > .container {
+ display: block;
+ }
+ .navbar-brand .navbar-item,
+ .navbar-tabs .navbar-item {
+ align-items: center;
+ display: flex;
+ }
+ .navbar-link::after {
+ display: none;
+ }
+ .navbar-menu {
+ background-color: white;
+ box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
+ padding: 0.5rem 0;
+ }
+ .navbar-menu.is-active {
+ display: block;
+ }
+ .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
+ left: 0;
+ position: fixed;
+ right: 0;
+ z-index: 30;
+ }
+ .navbar.is-fixed-bottom-touch {
+ bottom: 0;
+ }
+ .navbar.is-fixed-bottom-touch.has-shadow {
+ box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
+ }
+ .navbar.is-fixed-top-touch {
+ top: 0;
+ }
+ .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
+ -webkit-overflow-scrolling: touch;
+ max-height: calc(100vh - 3.25rem);
+ overflow: auto;
+ }
+ html.has-navbar-fixed-top-touch,
+ body.has-navbar-fixed-top-touch {
+ padding-top: 3.25rem;
+ }
+ html.has-navbar-fixed-bottom-touch,
+ body.has-navbar-fixed-bottom-touch {
+ padding-bottom: 3.25rem;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .navbar,
+ .navbar-menu,
+ .navbar-start,
+ .navbar-end {
+ align-items: stretch;
+ display: flex;
+ }
+ .navbar {
+ min-height: 3.25rem;
+ }
+ .navbar.is-spaced {
+ padding: 1rem 2rem;
+ }
+ .navbar.is-spaced .navbar-start,
+ .navbar.is-spaced .navbar-end {
+ align-items: center;
+ }
+ .navbar.is-spaced a.navbar-item,
+ .navbar.is-spaced .navbar-link {
+ border-radius: 4px;
+ }
+ .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
+ .navbar.is-transparent .navbar-link:focus,
+ .navbar.is-transparent .navbar-link:hover,
+ .navbar.is-transparent .navbar-link.is-active {
+ background-color: transparent !important;
+ }
+ .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
+ background-color: transparent !important;
+ }
+ .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
+ background-color: whitesmoke;
+ color: #0a0a0a;
+ }
+ .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
+ background-color: whitesmoke;
+ color: #485fc7;
+ }
+ .navbar-burger {
+ display: none;
+ }
+ .navbar-item,
+ .navbar-link {
+ align-items: center;
+ display: flex;
+ }
+ .navbar-item.has-dropdown {
+ align-items: stretch;
+ }
+ .navbar-item.has-dropdown-up .navbar-link::after {
+ transform: rotate(135deg) translate(0.25em, -0.25em);
+ }
+ .navbar-item.has-dropdown-up .navbar-dropdown {
+ border-bottom: 2px solid #dbdbdb;
+ border-radius: 6px 6px 0 0;
+ border-top: none;
+ bottom: 100%;
+ box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
+ top: auto;
+ }
+ .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
+ display: block;
+ }
+ .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
+ opacity: 1;
+ pointer-events: auto;
+ transform: translateY(0);
+ }
+ .navbar-menu {
+ flex-grow: 1;
+ flex-shrink: 0;
+ }
+ .navbar-start {
+ justify-content: flex-start;
+ margin-right: auto;
+ }
+ .navbar-end {
+ justify-content: flex-end;
+ margin-left: auto;
+ }
+ .navbar-dropdown {
+ background-color: white;
+ border-bottom-left-radius: 6px;
+ border-bottom-right-radius: 6px;
+ border-top: 2px solid #dbdbdb;
+ box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
+ display: none;
+ font-size: 0.875rem;
+ left: 0;
+ min-width: 100%;
+ position: absolute;
+ top: 100%;
+ z-index: 20;
+ }
+ .navbar-dropdown .navbar-item {
+ padding: 0.375rem 1rem;
+ white-space: nowrap;
+ }
+ .navbar-dropdown a.navbar-item {
+ padding-right: 3rem;
+ }
+ .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
+ background-color: whitesmoke;
+ color: #0a0a0a;
+ }
+ .navbar-dropdown a.navbar-item.is-active {
+ background-color: whitesmoke;
+ color: #485fc7;
+ }
+ .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
+ border-radius: 6px;
+ border-top: none;
+ box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
+ display: block;
+ opacity: 0;
+ pointer-events: none;
+ top: calc(100% + (-4px));
+ transform: translateY(-5px);
+ transition-duration: 86ms;
+ transition-property: opacity, transform;
+ }
+ .navbar-dropdown.is-right {
+ left: auto;
+ right: 0;
+ }
+ .navbar-divider {
+ display: block;
+ }
+ .navbar > .container .navbar-brand,
+ .container > .navbar .navbar-brand {
+ margin-left: -0.75rem;
+ }
+ .navbar > .container .navbar-menu,
+ .container > .navbar .navbar-menu {
+ margin-right: -0.75rem;
+ }
+ .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
+ left: 0;
+ position: fixed;
+ right: 0;
+ z-index: 30;
+ }
+ .navbar.is-fixed-bottom-desktop {
+ bottom: 0;
+ }
+ .navbar.is-fixed-bottom-desktop.has-shadow {
+ box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
+ }
+ .navbar.is-fixed-top-desktop {
+ top: 0;
+ }
+ html.has-navbar-fixed-top-desktop,
+ body.has-navbar-fixed-top-desktop {
+ padding-top: 3.25rem;
+ }
+ html.has-navbar-fixed-bottom-desktop,
+ body.has-navbar-fixed-bottom-desktop {
+ padding-bottom: 3.25rem;
+ }
+ html.has-spaced-navbar-fixed-top,
+ body.has-spaced-navbar-fixed-top {
+ padding-top: 5.25rem;
+ }
+ html.has-spaced-navbar-fixed-bottom,
+ body.has-spaced-navbar-fixed-bottom {
+ padding-bottom: 5.25rem;
+ }
+ a.navbar-item.is-active,
+ .navbar-link.is-active {
+ color: #0a0a0a;
+ }
+ a.navbar-item.is-active:not(:focus):not(:hover),
+ .navbar-link.is-active:not(:focus):not(:hover) {
+ background-color: transparent;
+ }
+ .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: #fafafa;
+ }
+}
+
+.hero.is-fullheight-with-navbar {
+ min-height: calc(100vh - 3.25rem);
+}
+
+.pagination {
+ font-size: 1rem;
+ margin: -0.25rem;
+}
+
+.pagination.is-small {
+ font-size: 0.75rem;
+}
+
+.pagination.is-medium {
+ font-size: 1.25rem;
+}
+
+.pagination.is-large {
+ font-size: 1.5rem;
+}
+
+.pagination.is-rounded .pagination-previous,
+.pagination.is-rounded .pagination-next {
+ padding-left: 1em;
+ padding-right: 1em;
+ border-radius: 9999px;
+}
+
+.pagination.is-rounded .pagination-link {
+ border-radius: 9999px;
+}
+
+.pagination,
+.pagination-list {
+ align-items: center;
+ display: flex;
+ justify-content: center;
+ text-align: center;
+}
+
+.pagination-previous,
+.pagination-next,
+.pagination-link,
+.pagination-ellipsis {
+ font-size: 1em;
+ justify-content: center;
+ margin: 0.25rem;
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+ text-align: center;
+}
+
+.pagination-previous,
+.pagination-next,
+.pagination-link {
+ border-color: #dbdbdb;
+ color: #363636;
+ min-width: 2.5em;
+}
+
+.pagination-previous:hover,
+.pagination-next:hover,
+.pagination-link:hover {
+ border-color: #b5b5b5;
+ color: #363636;
+}
+
+.pagination-previous:focus,
+.pagination-next:focus,
+.pagination-link:focus {
+ border-color: #485fc7;
+}
+
+.pagination-previous:active,
+.pagination-next:active,
+.pagination-link:active {
+ box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
+}
+
+.pagination-previous[disabled], .pagination-previous.is-disabled,
+.pagination-next[disabled],
+.pagination-next.is-disabled,
+.pagination-link[disabled],
+.pagination-link.is-disabled {
+ background-color: #dbdbdb;
+ border-color: #dbdbdb;
+ box-shadow: none;
+ color: #7a7a7a;
+ opacity: 0.5;
+}
+
+.pagination-previous,
+.pagination-next {
+ padding-left: 0.75em;
+ padding-right: 0.75em;
+ white-space: nowrap;
+}
+
+.pagination-link.is-current {
+ background-color: #485fc7;
+ border-color: #485fc7;
+ color: #fff;
+}
+
+.pagination-ellipsis {
+ color: #b5b5b5;
+ pointer-events: none;
+}
+
+.pagination-list {
+ flex-wrap: wrap;
+}
+
+.pagination-list li {
+ list-style: none;
+}
+
+@media screen and (max-width: 768px) {
+ .pagination {
+ flex-wrap: wrap;
+ }
+ .pagination-previous,
+ .pagination-next {
+ flex-grow: 1;
+ flex-shrink: 1;
+ }
+ .pagination-list li {
+ flex-grow: 1;
+ flex-shrink: 1;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .pagination-list {
+ flex-grow: 1;
+ flex-shrink: 1;
+ justify-content: flex-start;
+ order: 1;
+ }
+ .pagination-previous,
+ .pagination-next,
+ .pagination-link,
+ .pagination-ellipsis {
+ margin-bottom: 0;
+ margin-top: 0;
+ }
+ .pagination-previous {
+ order: 2;
+ }
+ .pagination-next {
+ order: 3;
+ }
+ .pagination {
+ justify-content: space-between;
+ margin-bottom: 0;
+ margin-top: 0;
+ }
+ .pagination.is-centered .pagination-previous {
+ order: 1;
+ }
+ .pagination.is-centered .pagination-list {
+ justify-content: center;
+ order: 2;
+ }
+ .pagination.is-centered .pagination-next {
+ order: 3;
+ }
+ .pagination.is-right .pagination-previous {
+ order: 1;
+ }
+ .pagination.is-right .pagination-next {
+ order: 2;
+ }
+ .pagination.is-right .pagination-list {
+ justify-content: flex-end;
+ order: 3;
+ }
+}
+
+.panel {
+ border-radius: 6px;
+ box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
+ font-size: 1rem;
+}
+
+.panel:not(:last-child) {
+ margin-bottom: 1.5rem;
+}
+
+.panel.is-white .panel-heading {
+ background-color: white;
+ color: #0a0a0a;
+}
+
+.panel.is-white .panel-tabs a.is-active {
+ border-bottom-color: white;
+}
+
+.panel.is-white .panel-block.is-active .panel-icon {
+ color: white;
+}
+
+.panel.is-black .panel-heading {
+ background-color: #0a0a0a;
+ color: white;
+}
+
+.panel.is-black .panel-tabs a.is-active {
+ border-bottom-color: #0a0a0a;
+}
+
+.panel.is-black .panel-block.is-active .panel-icon {
+ color: #0a0a0a;
+}
+
+.panel.is-light .panel-heading {
+ background-color: whitesmoke;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.panel.is-light .panel-tabs a.is-active {
+ border-bottom-color: whitesmoke;
+}
+
+.panel.is-light .panel-block.is-active .panel-icon {
+ color: whitesmoke;
+}
+
+.panel.is-dark .panel-heading {
+ background-color: #363636;
+ color: #fff;
+}
+
+.panel.is-dark .panel-tabs a.is-active {
+ border-bottom-color: #363636;
+}
+
+.panel.is-dark .panel-block.is-active .panel-icon {
+ color: #363636;
+}
+
+.panel.is-primary .panel-heading {
+ background-color: #ffffff;
+ color: #fff;
+}
+
+.panel.is-primary .panel-tabs a.is-active {
+ border-bottom-color: #ffffff;
+}
+
+.panel.is-primary .panel-block.is-active .panel-icon {
+ color: #ffffff;
+}
+
+.panel.is-link .panel-heading {
+ background-color: #485fc7;
+ color: #fff;
+}
+
+.panel.is-link .panel-tabs a.is-active {
+ border-bottom-color: #485fc7;
+}
+
+.panel.is-link .panel-block.is-active .panel-icon {
+ color: #485fc7;
+}
+
+.panel.is-info .panel-heading {
+ background-color: #3e8ed0;
+ color: #fff;
+}
+
+.panel.is-info .panel-tabs a.is-active {
+ border-bottom-color: #3e8ed0;
+}
+
+.panel.is-info .panel-block.is-active .panel-icon {
+ color: #3e8ed0;
+}
+
+.panel.is-success .panel-heading {
+ background-color: #48c78e;
+ color: #fff;
+}
+
+.panel.is-success .panel-tabs a.is-active {
+ border-bottom-color: #48c78e;
+}
+
+.panel.is-success .panel-block.is-active .panel-icon {
+ color: #48c78e;
+}
+
+.panel.is-warning .panel-heading {
+ background-color: #ffe08a;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.panel.is-warning .panel-tabs a.is-active {
+ border-bottom-color: #ffe08a;
+}
+
+.panel.is-warning .panel-block.is-active .panel-icon {
+ color: #ffe08a;
+}
+
+.panel.is-danger .panel-heading {
+ background-color: #f14668;
+ color: #fff;
+}
+
+.panel.is-danger .panel-tabs a.is-active {
+ border-bottom-color: #f14668;
+}
+
+.panel.is-danger .panel-block.is-active .panel-icon {
+ color: #f14668;
+}
+
+.panel-tabs:not(:last-child),
+.panel-block:not(:last-child) {
+ border-bottom: 1px solid #ededed;
+}
+
+.panel-heading {
+ background-color: #ededed;
+ border-radius: 6px 6px 0 0;
+ color: #363636;
+ font-size: 1.25em;
+ font-weight: 700;
+ line-height: 1.25;
+ padding: 0.75em 1em;
+}
+
+.panel-tabs {
+ align-items: flex-end;
+ display: flex;
+ font-size: 0.875em;
+ justify-content: center;
+}
+
+.panel-tabs a {
+ border-bottom: 1px solid #dbdbdb;
+ margin-bottom: -1px;
+ padding: 0.5em;
+}
+
+.panel-tabs a.is-active {
+ border-bottom-color: #4a4a4a;
+ color: #363636;
+}
+
+.panel-list a {
+ color: #4a4a4a;
+}
+
+.panel-list a:hover {
+ color: #485fc7;
+}
+
+.panel-block {
+ align-items: center;
+ color: #363636;
+ display: flex;
+ justify-content: flex-start;
+ padding: 0.5em 0.75em;
+}
+
+.panel-block input[type="checkbox"] {
+ margin-right: 0.75em;
+}
+
+.panel-block > .control {
+ flex-grow: 1;
+ flex-shrink: 1;
+ width: 100%;
+}
+
+.panel-block.is-wrapped {
+ flex-wrap: wrap;
+}
+
+.panel-block.is-active {
+ border-left-color: #485fc7;
+ color: #363636;
+}
+
+.panel-block.is-active .panel-icon {
+ color: #485fc7;
+}
+
+.panel-block:last-child {
+ border-bottom-left-radius: 6px;
+ border-bottom-right-radius: 6px;
+}
+
+a.panel-block,
+label.panel-block {
+ cursor: pointer;
+}
+
+a.panel-block:hover,
+label.panel-block:hover {
+ background-color: whitesmoke;
+}
+
+.panel-icon {
+ display: inline-block;
+ font-size: 14px;
+ height: 1em;
+ line-height: 1em;
+ text-align: center;
+ vertical-align: top;
+ width: 1em;
+ color: #7a7a7a;
+ margin-right: 0.75em;
+}
+
+.panel-icon .fa {
+ font-size: inherit;
+ line-height: inherit;
+}
+
+.tabs {
+ -webkit-overflow-scrolling: touch;
+ align-items: stretch;
+ display: flex;
+ font-size: 1rem;
+ justify-content: space-between;
+ overflow: hidden;
+ overflow-x: auto;
+ white-space: nowrap;
+}
+
+.tabs a {
+ align-items: center;
+ border-bottom-color: #dbdbdb;
+ border-bottom-style: solid;
+ border-bottom-width: 1px;
+ color: #4a4a4a;
+ display: flex;
+ justify-content: center;
+ margin-bottom: -1px;
+ padding: 0.5em 1em;
+ vertical-align: top;
+}
+
+.tabs a:hover {
+ border-bottom-color: #363636;
+ color: #363636;
+}
+
+.tabs li {
+ display: block;
+}
+
+.tabs li.is-active a {
+ border-bottom-color: #485fc7;
+ color: #485fc7;
+}
+
+.tabs ul {
+ align-items: center;
+ border-bottom-color: #dbdbdb;
+ border-bottom-style: solid;
+ border-bottom-width: 1px;
+ display: flex;
+ flex-grow: 1;
+ flex-shrink: 0;
+ justify-content: flex-start;
+}
+
+.tabs ul.is-left {
+ padding-right: 0.75em;
+}
+
+.tabs ul.is-center {
+ flex: none;
+ justify-content: center;
+ padding-left: 0.75em;
+ padding-right: 0.75em;
+}
+
+.tabs ul.is-right {
+ justify-content: flex-end;
+ padding-left: 0.75em;
+}
+
+.tabs .icon:first-child {
+ margin-right: 0.5em;
+}
+
+.tabs .icon:last-child {
+ margin-left: 0.5em;
+}
+
+.tabs.is-centered ul {
+ justify-content: center;
+}
+
+.tabs.is-right ul {
+ justify-content: flex-end;
+}
+
+.tabs.is-boxed a {
+ border: 1px solid transparent;
+ border-radius: 4px 4px 0 0;
+}
+
+.tabs.is-boxed a:hover {
+ background-color: whitesmoke;
+ border-bottom-color: #dbdbdb;
+}
+
+.tabs.is-boxed li.is-active a {
+ background-color: white;
+ border-color: #dbdbdb;
+ border-bottom-color: transparent !important;
+}
+
+.tabs.is-fullwidth li {
+ flex-grow: 1;
+ flex-shrink: 0;
+}
+
+.tabs.is-toggle a {
+ border-color: #dbdbdb;
+ border-style: solid;
+ border-width: 1px;
+ margin-bottom: 0;
+ position: relative;
+}
+
+.tabs.is-toggle a:hover {
+ background-color: whitesmoke;
+ border-color: #b5b5b5;
+ z-index: 2;
+}
+
+.tabs.is-toggle li + li {
+ margin-left: -1px;
+}
+
+.tabs.is-toggle li:first-child a {
+ border-top-left-radius: 4px;
+ border-bottom-left-radius: 4px;
+}
+
+.tabs.is-toggle li:last-child a {
+ border-top-right-radius: 4px;
+ border-bottom-right-radius: 4px;
+}
+
+.tabs.is-toggle li.is-active a {
+ background-color: #485fc7;
+ border-color: #485fc7;
+ color: #fff;
+ z-index: 1;
+}
+
+.tabs.is-toggle ul {
+ border-bottom: none;
+}
+
+.tabs.is-toggle.is-toggle-rounded li:first-child a {
+ border-bottom-left-radius: 9999px;
+ border-top-left-radius: 9999px;
+ padding-left: 1.25em;
+}
+
+.tabs.is-toggle.is-toggle-rounded li:last-child a {
+ border-bottom-right-radius: 9999px;
+ border-top-right-radius: 9999px;
+ padding-right: 1.25em;
+}
+
+.tabs.is-small {
+ font-size: 0.75rem;
+}
+
+.tabs.is-medium {
+ font-size: 1.25rem;
+}
+
+.tabs.is-large {
+ font-size: 1.5rem;
+}
+
+/* Bulma Grid */
+.column {
+ display: block;
+ flex-basis: 0;
+ flex-grow: 1;
+ flex-shrink: 1;
+ padding: 0.75rem;
+}
+
+.columns.is-mobile > .column.is-narrow {
+ flex: none;
+ width: unset;
+}
+
+.columns.is-mobile > .column.is-full {
+ flex: none;
+ width: 100%;
+}
+
+.columns.is-mobile > .column.is-three-quarters {
+ flex: none;
+ width: 75%;
+}
+
+.columns.is-mobile > .column.is-two-thirds {
+ flex: none;
+ width: 66.6666%;
+}
+
+.columns.is-mobile > .column.is-half {
+ flex: none;
+ width: 50%;
+}
+
+.columns.is-mobile > .column.is-one-third {
+ flex: none;
+ width: 33.3333%;
+}
+
+.columns.is-mobile > .column.is-one-quarter {
+ flex: none;
+ width: 25%;
+}
+
+.columns.is-mobile > .column.is-one-fifth {
+ flex: none;
+ width: 20%;
+}
+
+.columns.is-mobile > .column.is-two-fifths {
+ flex: none;
+ width: 40%;
+}
+
+.columns.is-mobile > .column.is-three-fifths {
+ flex: none;
+ width: 60%;
+}
+
+.columns.is-mobile > .column.is-four-fifths {
+ flex: none;
+ width: 80%;
+}
+
+.columns.is-mobile > .column.is-offset-three-quarters {
+ margin-left: 75%;
+}
+
+.columns.is-mobile > .column.is-offset-two-thirds {
+ margin-left: 66.6666%;
+}
+
+.columns.is-mobile > .column.is-offset-half {
+ margin-left: 50%;
+}
+
+.columns.is-mobile > .column.is-offset-one-third {
+ margin-left: 33.3333%;
+}
+
+.columns.is-mobile > .column.is-offset-one-quarter {
+ margin-left: 25%;
+}
+
+.columns.is-mobile > .column.is-offset-one-fifth {
+ margin-left: 20%;
+}
+
+.columns.is-mobile > .column.is-offset-two-fifths {
+ margin-left: 40%;
+}
+
+.columns.is-mobile > .column.is-offset-three-fifths {
+ margin-left: 60%;
+}
+
+.columns.is-mobile > .column.is-offset-four-fifths {
+ margin-left: 80%;
+}
+
+.columns.is-mobile > .column.is-0 {
+ flex: none;
+ width: 0%;
+}
+
+.columns.is-mobile > .column.is-offset-0 {
+ margin-left: 0%;
+}
+
+.columns.is-mobile > .column.is-1 {
+ flex: none;
+ width: 8.33333%;
+}
+
+.columns.is-mobile > .column.is-offset-1 {
+ margin-left: 8.33333%;
+}
+
+.columns.is-mobile > .column.is-2 {
+ flex: none;
+ width: 16.66667%;
+}
+
+.columns.is-mobile > .column.is-offset-2 {
+ margin-left: 16.66667%;
+}
+
+.columns.is-mobile > .column.is-3 {
+ flex: none;
+ width: 25%;
+}
+
+.columns.is-mobile > .column.is-offset-3 {
+ margin-left: 25%;
+}
+
+.columns.is-mobile > .column.is-4 {
+ flex: none;
+ width: 33.33333%;
+}
+
+.columns.is-mobile > .column.is-offset-4 {
+ margin-left: 33.33333%;
+}
+
+.columns.is-mobile > .column.is-5 {
+ flex: none;
+ width: 41.66667%;
+}
+
+.columns.is-mobile > .column.is-offset-5 {
+ margin-left: 41.66667%;
+}
+
+.columns.is-mobile > .column.is-6 {
+ flex: none;
+ width: 50%;
+}
+
+.columns.is-mobile > .column.is-offset-6 {
+ margin-left: 50%;
+}
+
+.columns.is-mobile > .column.is-7 {
+ flex: none;
+ width: 58.33333%;
+}
+
+.columns.is-mobile > .column.is-offset-7 {
+ margin-left: 58.33333%;
+}
+
+.columns.is-mobile > .column.is-8 {
+ flex: none;
+ width: 66.66667%;
+}
+
+.columns.is-mobile > .column.is-offset-8 {
+ margin-left: 66.66667%;
+}
+
+.columns.is-mobile > .column.is-9 {
+ flex: none;
+ width: 75%;
+}
+
+.columns.is-mobile > .column.is-offset-9 {
+ margin-left: 75%;
+}
+
+.columns.is-mobile > .column.is-10 {
+ flex: none;
+ width: 83.33333%;
+}
+
+.columns.is-mobile > .column.is-offset-10 {
+ margin-left: 83.33333%;
+}
+
+.columns.is-mobile > .column.is-11 {
+ flex: none;
+ width: 91.66667%;
+}
+
+.columns.is-mobile > .column.is-offset-11 {
+ margin-left: 91.66667%;
+}
+
+.columns.is-mobile > .column.is-12 {
+ flex: none;
+ width: 100%;
+}
+
+.columns.is-mobile > .column.is-offset-12 {
+ margin-left: 100%;
+}
+
+@media screen and (max-width: 768px) {
+ .column.is-narrow-mobile {
+ flex: none;
+ width: unset;
+ }
+ .column.is-full-mobile {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-three-quarters-mobile {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-two-thirds-mobile {
+ flex: none;
+ width: 66.6666%;
+ }
+ .column.is-half-mobile {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-one-third-mobile {
+ flex: none;
+ width: 33.3333%;
+ }
+ .column.is-one-quarter-mobile {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-one-fifth-mobile {
+ flex: none;
+ width: 20%;
+ }
+ .column.is-two-fifths-mobile {
+ flex: none;
+ width: 40%;
+ }
+ .column.is-three-fifths-mobile {
+ flex: none;
+ width: 60%;
+ }
+ .column.is-four-fifths-mobile {
+ flex: none;
+ width: 80%;
+ }
+ .column.is-offset-three-quarters-mobile {
+ margin-left: 75%;
+ }
+ .column.is-offset-two-thirds-mobile {
+ margin-left: 66.6666%;
+ }
+ .column.is-offset-half-mobile {
+ margin-left: 50%;
+ }
+ .column.is-offset-one-third-mobile {
+ margin-left: 33.3333%;
+ }
+ .column.is-offset-one-quarter-mobile {
+ margin-left: 25%;
+ }
+ .column.is-offset-one-fifth-mobile {
+ margin-left: 20%;
+ }
+ .column.is-offset-two-fifths-mobile {
+ margin-left: 40%;
+ }
+ .column.is-offset-three-fifths-mobile {
+ margin-left: 60%;
+ }
+ .column.is-offset-four-fifths-mobile {
+ margin-left: 80%;
+ }
+ .column.is-0-mobile {
+ flex: none;
+ width: 0%;
+ }
+ .column.is-offset-0-mobile {
+ margin-left: 0%;
+ }
+ .column.is-1-mobile {
+ flex: none;
+ width: 8.33333%;
+ }
+ .column.is-offset-1-mobile {
+ margin-left: 8.33333%;
+ }
+ .column.is-2-mobile {
+ flex: none;
+ width: 16.66667%;
+ }
+ .column.is-offset-2-mobile {
+ margin-left: 16.66667%;
+ }
+ .column.is-3-mobile {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-offset-3-mobile {
+ margin-left: 25%;
+ }
+ .column.is-4-mobile {
+ flex: none;
+ width: 33.33333%;
+ }
+ .column.is-offset-4-mobile {
+ margin-left: 33.33333%;
+ }
+ .column.is-5-mobile {
+ flex: none;
+ width: 41.66667%;
+ }
+ .column.is-offset-5-mobile {
+ margin-left: 41.66667%;
+ }
+ .column.is-6-mobile {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-offset-6-mobile {
+ margin-left: 50%;
+ }
+ .column.is-7-mobile {
+ flex: none;
+ width: 58.33333%;
+ }
+ .column.is-offset-7-mobile {
+ margin-left: 58.33333%;
+ }
+ .column.is-8-mobile {
+ flex: none;
+ width: 66.66667%;
+ }
+ .column.is-offset-8-mobile {
+ margin-left: 66.66667%;
+ }
+ .column.is-9-mobile {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-offset-9-mobile {
+ margin-left: 75%;
+ }
+ .column.is-10-mobile {
+ flex: none;
+ width: 83.33333%;
+ }
+ .column.is-offset-10-mobile {
+ margin-left: 83.33333%;
+ }
+ .column.is-11-mobile {
+ flex: none;
+ width: 91.66667%;
+ }
+ .column.is-offset-11-mobile {
+ margin-left: 91.66667%;
+ }
+ .column.is-12-mobile {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-offset-12-mobile {
+ margin-left: 100%;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .column.is-narrow, .column.is-narrow-tablet {
+ flex: none;
+ width: unset;
+ }
+ .column.is-full, .column.is-full-tablet {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-three-quarters, .column.is-three-quarters-tablet {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-two-thirds, .column.is-two-thirds-tablet {
+ flex: none;
+ width: 66.6666%;
+ }
+ .column.is-half, .column.is-half-tablet {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-one-third, .column.is-one-third-tablet {
+ flex: none;
+ width: 33.3333%;
+ }
+ .column.is-one-quarter, .column.is-one-quarter-tablet {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-one-fifth, .column.is-one-fifth-tablet {
+ flex: none;
+ width: 20%;
+ }
+ .column.is-two-fifths, .column.is-two-fifths-tablet {
+ flex: none;
+ width: 40%;
+ }
+ .column.is-three-fifths, .column.is-three-fifths-tablet {
+ flex: none;
+ width: 60%;
+ }
+ .column.is-four-fifths, .column.is-four-fifths-tablet {
+ flex: none;
+ width: 80%;
+ }
+ .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
+ margin-left: 75%;
+ }
+ .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
+ margin-left: 66.6666%;
+ }
+ .column.is-offset-half, .column.is-offset-half-tablet {
+ margin-left: 50%;
+ }
+ .column.is-offset-one-third, .column.is-offset-one-third-tablet {
+ margin-left: 33.3333%;
+ }
+ .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
+ margin-left: 25%;
+ }
+ .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
+ margin-left: 20%;
+ }
+ .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
+ margin-left: 40%;
+ }
+ .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
+ margin-left: 60%;
+ }
+ .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
+ margin-left: 80%;
+ }
+ .column.is-0, .column.is-0-tablet {
+ flex: none;
+ width: 0%;
+ }
+ .column.is-offset-0, .column.is-offset-0-tablet {
+ margin-left: 0%;
+ }
+ .column.is-1, .column.is-1-tablet {
+ flex: none;
+ width: 8.33333%;
+ }
+ .column.is-offset-1, .column.is-offset-1-tablet {
+ margin-left: 8.33333%;
+ }
+ .column.is-2, .column.is-2-tablet {
+ flex: none;
+ width: 16.66667%;
+ }
+ .column.is-offset-2, .column.is-offset-2-tablet {
+ margin-left: 16.66667%;
+ }
+ .column.is-3, .column.is-3-tablet {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-offset-3, .column.is-offset-3-tablet {
+ margin-left: 25%;
+ }
+ .column.is-4, .column.is-4-tablet {
+ flex: none;
+ width: 33.33333%;
+ }
+ .column.is-offset-4, .column.is-offset-4-tablet {
+ margin-left: 33.33333%;
+ }
+ .column.is-5, .column.is-5-tablet {
+ flex: none;
+ width: 41.66667%;
+ }
+ .column.is-offset-5, .column.is-offset-5-tablet {
+ margin-left: 41.66667%;
+ }
+ .column.is-6, .column.is-6-tablet {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-offset-6, .column.is-offset-6-tablet {
+ margin-left: 50%;
+ }
+ .column.is-7, .column.is-7-tablet {
+ flex: none;
+ width: 58.33333%;
+ }
+ .column.is-offset-7, .column.is-offset-7-tablet {
+ margin-left: 58.33333%;
+ }
+ .column.is-8, .column.is-8-tablet {
+ flex: none;
+ width: 66.66667%;
+ }
+ .column.is-offset-8, .column.is-offset-8-tablet {
+ margin-left: 66.66667%;
+ }
+ .column.is-9, .column.is-9-tablet {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-offset-9, .column.is-offset-9-tablet {
+ margin-left: 75%;
+ }
+ .column.is-10, .column.is-10-tablet {
+ flex: none;
+ width: 83.33333%;
+ }
+ .column.is-offset-10, .column.is-offset-10-tablet {
+ margin-left: 83.33333%;
+ }
+ .column.is-11, .column.is-11-tablet {
+ flex: none;
+ width: 91.66667%;
+ }
+ .column.is-offset-11, .column.is-offset-11-tablet {
+ margin-left: 91.66667%;
+ }
+ .column.is-12, .column.is-12-tablet {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-offset-12, .column.is-offset-12-tablet {
+ margin-left: 100%;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .column.is-narrow-touch {
+ flex: none;
+ width: unset;
+ }
+ .column.is-full-touch {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-three-quarters-touch {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-two-thirds-touch {
+ flex: none;
+ width: 66.6666%;
+ }
+ .column.is-half-touch {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-one-third-touch {
+ flex: none;
+ width: 33.3333%;
+ }
+ .column.is-one-quarter-touch {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-one-fifth-touch {
+ flex: none;
+ width: 20%;
+ }
+ .column.is-two-fifths-touch {
+ flex: none;
+ width: 40%;
+ }
+ .column.is-three-fifths-touch {
+ flex: none;
+ width: 60%;
+ }
+ .column.is-four-fifths-touch {
+ flex: none;
+ width: 80%;
+ }
+ .column.is-offset-three-quarters-touch {
+ margin-left: 75%;
+ }
+ .column.is-offset-two-thirds-touch {
+ margin-left: 66.6666%;
+ }
+ .column.is-offset-half-touch {
+ margin-left: 50%;
+ }
+ .column.is-offset-one-third-touch {
+ margin-left: 33.3333%;
+ }
+ .column.is-offset-one-quarter-touch {
+ margin-left: 25%;
+ }
+ .column.is-offset-one-fifth-touch {
+ margin-left: 20%;
+ }
+ .column.is-offset-two-fifths-touch {
+ margin-left: 40%;
+ }
+ .column.is-offset-three-fifths-touch {
+ margin-left: 60%;
+ }
+ .column.is-offset-four-fifths-touch {
+ margin-left: 80%;
+ }
+ .column.is-0-touch {
+ flex: none;
+ width: 0%;
+ }
+ .column.is-offset-0-touch {
+ margin-left: 0%;
+ }
+ .column.is-1-touch {
+ flex: none;
+ width: 8.33333%;
+ }
+ .column.is-offset-1-touch {
+ margin-left: 8.33333%;
+ }
+ .column.is-2-touch {
+ flex: none;
+ width: 16.66667%;
+ }
+ .column.is-offset-2-touch {
+ margin-left: 16.66667%;
+ }
+ .column.is-3-touch {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-offset-3-touch {
+ margin-left: 25%;
+ }
+ .column.is-4-touch {
+ flex: none;
+ width: 33.33333%;
+ }
+ .column.is-offset-4-touch {
+ margin-left: 33.33333%;
+ }
+ .column.is-5-touch {
+ flex: none;
+ width: 41.66667%;
+ }
+ .column.is-offset-5-touch {
+ margin-left: 41.66667%;
+ }
+ .column.is-6-touch {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-offset-6-touch {
+ margin-left: 50%;
+ }
+ .column.is-7-touch {
+ flex: none;
+ width: 58.33333%;
+ }
+ .column.is-offset-7-touch {
+ margin-left: 58.33333%;
+ }
+ .column.is-8-touch {
+ flex: none;
+ width: 66.66667%;
+ }
+ .column.is-offset-8-touch {
+ margin-left: 66.66667%;
+ }
+ .column.is-9-touch {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-offset-9-touch {
+ margin-left: 75%;
+ }
+ .column.is-10-touch {
+ flex: none;
+ width: 83.33333%;
+ }
+ .column.is-offset-10-touch {
+ margin-left: 83.33333%;
+ }
+ .column.is-11-touch {
+ flex: none;
+ width: 91.66667%;
+ }
+ .column.is-offset-11-touch {
+ margin-left: 91.66667%;
+ }
+ .column.is-12-touch {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-offset-12-touch {
+ margin-left: 100%;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .column.is-narrow-desktop {
+ flex: none;
+ width: unset;
+ }
+ .column.is-full-desktop {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-three-quarters-desktop {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-two-thirds-desktop {
+ flex: none;
+ width: 66.6666%;
+ }
+ .column.is-half-desktop {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-one-third-desktop {
+ flex: none;
+ width: 33.3333%;
+ }
+ .column.is-one-quarter-desktop {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-one-fifth-desktop {
+ flex: none;
+ width: 20%;
+ }
+ .column.is-two-fifths-desktop {
+ flex: none;
+ width: 40%;
+ }
+ .column.is-three-fifths-desktop {
+ flex: none;
+ width: 60%;
+ }
+ .column.is-four-fifths-desktop {
+ flex: none;
+ width: 80%;
+ }
+ .column.is-offset-three-quarters-desktop {
+ margin-left: 75%;
+ }
+ .column.is-offset-two-thirds-desktop {
+ margin-left: 66.6666%;
+ }
+ .column.is-offset-half-desktop {
+ margin-left: 50%;
+ }
+ .column.is-offset-one-third-desktop {
+ margin-left: 33.3333%;
+ }
+ .column.is-offset-one-quarter-desktop {
+ margin-left: 25%;
+ }
+ .column.is-offset-one-fifth-desktop {
+ margin-left: 20%;
+ }
+ .column.is-offset-two-fifths-desktop {
+ margin-left: 40%;
+ }
+ .column.is-offset-three-fifths-desktop {
+ margin-left: 60%;
+ }
+ .column.is-offset-four-fifths-desktop {
+ margin-left: 80%;
+ }
+ .column.is-0-desktop {
+ flex: none;
+ width: 0%;
+ }
+ .column.is-offset-0-desktop {
+ margin-left: 0%;
+ }
+ .column.is-1-desktop {
+ flex: none;
+ width: 8.33333%;
+ }
+ .column.is-offset-1-desktop {
+ margin-left: 8.33333%;
+ }
+ .column.is-2-desktop {
+ flex: none;
+ width: 16.66667%;
+ }
+ .column.is-offset-2-desktop {
+ margin-left: 16.66667%;
+ }
+ .column.is-3-desktop {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-offset-3-desktop {
+ margin-left: 25%;
+ }
+ .column.is-4-desktop {
+ flex: none;
+ width: 33.33333%;
+ }
+ .column.is-offset-4-desktop {
+ margin-left: 33.33333%;
+ }
+ .column.is-5-desktop {
+ flex: none;
+ width: 41.66667%;
+ }
+ .column.is-offset-5-desktop {
+ margin-left: 41.66667%;
+ }
+ .column.is-6-desktop {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-offset-6-desktop {
+ margin-left: 50%;
+ }
+ .column.is-7-desktop {
+ flex: none;
+ width: 58.33333%;
+ }
+ .column.is-offset-7-desktop {
+ margin-left: 58.33333%;
+ }
+ .column.is-8-desktop {
+ flex: none;
+ width: 66.66667%;
+ }
+ .column.is-offset-8-desktop {
+ margin-left: 66.66667%;
+ }
+ .column.is-9-desktop {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-offset-9-desktop {
+ margin-left: 75%;
+ }
+ .column.is-10-desktop {
+ flex: none;
+ width: 83.33333%;
+ }
+ .column.is-offset-10-desktop {
+ margin-left: 83.33333%;
+ }
+ .column.is-11-desktop {
+ flex: none;
+ width: 91.66667%;
+ }
+ .column.is-offset-11-desktop {
+ margin-left: 91.66667%;
+ }
+ .column.is-12-desktop {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-offset-12-desktop {
+ margin-left: 100%;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .column.is-narrow-widescreen {
+ flex: none;
+ width: unset;
+ }
+ .column.is-full-widescreen {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-three-quarters-widescreen {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-two-thirds-widescreen {
+ flex: none;
+ width: 66.6666%;
+ }
+ .column.is-half-widescreen {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-one-third-widescreen {
+ flex: none;
+ width: 33.3333%;
+ }
+ .column.is-one-quarter-widescreen {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-one-fifth-widescreen {
+ flex: none;
+ width: 20%;
+ }
+ .column.is-two-fifths-widescreen {
+ flex: none;
+ width: 40%;
+ }
+ .column.is-three-fifths-widescreen {
+ flex: none;
+ width: 60%;
+ }
+ .column.is-four-fifths-widescreen {
+ flex: none;
+ width: 80%;
+ }
+ .column.is-offset-three-quarters-widescreen {
+ margin-left: 75%;
+ }
+ .column.is-offset-two-thirds-widescreen {
+ margin-left: 66.6666%;
+ }
+ .column.is-offset-half-widescreen {
+ margin-left: 50%;
+ }
+ .column.is-offset-one-third-widescreen {
+ margin-left: 33.3333%;
+ }
+ .column.is-offset-one-quarter-widescreen {
+ margin-left: 25%;
+ }
+ .column.is-offset-one-fifth-widescreen {
+ margin-left: 20%;
+ }
+ .column.is-offset-two-fifths-widescreen {
+ margin-left: 40%;
+ }
+ .column.is-offset-three-fifths-widescreen {
+ margin-left: 60%;
+ }
+ .column.is-offset-four-fifths-widescreen {
+ margin-left: 80%;
+ }
+ .column.is-0-widescreen {
+ flex: none;
+ width: 0%;
+ }
+ .column.is-offset-0-widescreen {
+ margin-left: 0%;
+ }
+ .column.is-1-widescreen {
+ flex: none;
+ width: 8.33333%;
+ }
+ .column.is-offset-1-widescreen {
+ margin-left: 8.33333%;
+ }
+ .column.is-2-widescreen {
+ flex: none;
+ width: 16.66667%;
+ }
+ .column.is-offset-2-widescreen {
+ margin-left: 16.66667%;
+ }
+ .column.is-3-widescreen {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-offset-3-widescreen {
+ margin-left: 25%;
+ }
+ .column.is-4-widescreen {
+ flex: none;
+ width: 33.33333%;
+ }
+ .column.is-offset-4-widescreen {
+ margin-left: 33.33333%;
+ }
+ .column.is-5-widescreen {
+ flex: none;
+ width: 41.66667%;
+ }
+ .column.is-offset-5-widescreen {
+ margin-left: 41.66667%;
+ }
+ .column.is-6-widescreen {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-offset-6-widescreen {
+ margin-left: 50%;
+ }
+ .column.is-7-widescreen {
+ flex: none;
+ width: 58.33333%;
+ }
+ .column.is-offset-7-widescreen {
+ margin-left: 58.33333%;
+ }
+ .column.is-8-widescreen {
+ flex: none;
+ width: 66.66667%;
+ }
+ .column.is-offset-8-widescreen {
+ margin-left: 66.66667%;
+ }
+ .column.is-9-widescreen {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-offset-9-widescreen {
+ margin-left: 75%;
+ }
+ .column.is-10-widescreen {
+ flex: none;
+ width: 83.33333%;
+ }
+ .column.is-offset-10-widescreen {
+ margin-left: 83.33333%;
+ }
+ .column.is-11-widescreen {
+ flex: none;
+ width: 91.66667%;
+ }
+ .column.is-offset-11-widescreen {
+ margin-left: 91.66667%;
+ }
+ .column.is-12-widescreen {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-offset-12-widescreen {
+ margin-left: 100%;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .column.is-narrow-fullhd {
+ flex: none;
+ width: unset;
+ }
+ .column.is-full-fullhd {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-three-quarters-fullhd {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-two-thirds-fullhd {
+ flex: none;
+ width: 66.6666%;
+ }
+ .column.is-half-fullhd {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-one-third-fullhd {
+ flex: none;
+ width: 33.3333%;
+ }
+ .column.is-one-quarter-fullhd {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-one-fifth-fullhd {
+ flex: none;
+ width: 20%;
+ }
+ .column.is-two-fifths-fullhd {
+ flex: none;
+ width: 40%;
+ }
+ .column.is-three-fifths-fullhd {
+ flex: none;
+ width: 60%;
+ }
+ .column.is-four-fifths-fullhd {
+ flex: none;
+ width: 80%;
+ }
+ .column.is-offset-three-quarters-fullhd {
+ margin-left: 75%;
+ }
+ .column.is-offset-two-thirds-fullhd {
+ margin-left: 66.6666%;
+ }
+ .column.is-offset-half-fullhd {
+ margin-left: 50%;
+ }
+ .column.is-offset-one-third-fullhd {
+ margin-left: 33.3333%;
+ }
+ .column.is-offset-one-quarter-fullhd {
+ margin-left: 25%;
+ }
+ .column.is-offset-one-fifth-fullhd {
+ margin-left: 20%;
+ }
+ .column.is-offset-two-fifths-fullhd {
+ margin-left: 40%;
+ }
+ .column.is-offset-three-fifths-fullhd {
+ margin-left: 60%;
+ }
+ .column.is-offset-four-fifths-fullhd {
+ margin-left: 80%;
+ }
+ .column.is-0-fullhd {
+ flex: none;
+ width: 0%;
+ }
+ .column.is-offset-0-fullhd {
+ margin-left: 0%;
+ }
+ .column.is-1-fullhd {
+ flex: none;
+ width: 8.33333%;
+ }
+ .column.is-offset-1-fullhd {
+ margin-left: 8.33333%;
+ }
+ .column.is-2-fullhd {
+ flex: none;
+ width: 16.66667%;
+ }
+ .column.is-offset-2-fullhd {
+ margin-left: 16.66667%;
+ }
+ .column.is-3-fullhd {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-offset-3-fullhd {
+ margin-left: 25%;
+ }
+ .column.is-4-fullhd {
+ flex: none;
+ width: 33.33333%;
+ }
+ .column.is-offset-4-fullhd {
+ margin-left: 33.33333%;
+ }
+ .column.is-5-fullhd {
+ flex: none;
+ width: 41.66667%;
+ }
+ .column.is-offset-5-fullhd {
+ margin-left: 41.66667%;
+ }
+ .column.is-6-fullhd {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-offset-6-fullhd {
+ margin-left: 50%;
+ }
+ .column.is-7-fullhd {
+ flex: none;
+ width: 58.33333%;
+ }
+ .column.is-offset-7-fullhd {
+ margin-left: 58.33333%;
+ }
+ .column.is-8-fullhd {
+ flex: none;
+ width: 66.66667%;
+ }
+ .column.is-offset-8-fullhd {
+ margin-left: 66.66667%;
+ }
+ .column.is-9-fullhd {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-offset-9-fullhd {
+ margin-left: 75%;
+ }
+ .column.is-10-fullhd {
+ flex: none;
+ width: 83.33333%;
+ }
+ .column.is-offset-10-fullhd {
+ margin-left: 83.33333%;
+ }
+ .column.is-11-fullhd {
+ flex: none;
+ width: 91.66667%;
+ }
+ .column.is-offset-11-fullhd {
+ margin-left: 91.66667%;
+ }
+ .column.is-12-fullhd {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-offset-12-fullhd {
+ margin-left: 100%;
+ }
+}
+
+.columns {
+ margin-left: -0.75rem;
+ margin-right: -0.75rem;
+ margin-top: -0.75rem;
+}
+
+.columns:last-child {
+ margin-bottom: -0.75rem;
+}
+
+.columns:not(:last-child) {
+ margin-bottom: calc(1.5rem - 0.75rem);
+}
+
+.columns.is-centered {
+ justify-content: center;
+}
+
+.columns.is-gapless {
+ margin-left: 0;
+ margin-right: 0;
+ margin-top: 0;
+}
+
+.columns.is-gapless > .column {
+ margin: 0;
+ padding: 0 !important;
+}
+
+.columns.is-gapless:not(:last-child) {
+ margin-bottom: 1.5rem;
+}
+
+.columns.is-gapless:last-child {
+ margin-bottom: 0;
+}
+
+.columns.is-mobile {
+ display: flex;
+}
+
+.columns.is-multiline {
+ flex-wrap: wrap;
+}
+
+.columns.is-vcentered {
+ align-items: center;
+}
+
+@media screen and (min-width: 769px), print {
+ .columns:not(.is-desktop) {
+ display: flex;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .columns.is-desktop {
+ display: flex;
+ }
+}
+
+.columns.is-variable {
+ --columnGap: 0.75rem;
+ margin-left: calc(-1 * var(--columnGap));
+ margin-right: calc(-1 * var(--columnGap));
+}
+
+.columns.is-variable > .column {
+ padding-left: var(--columnGap);
+ padding-right: var(--columnGap);
+}
+
+.columns.is-variable.is-0 {
+ --columnGap: 0rem;
+}
+
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-0-mobile {
+ --columnGap: 0rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-0-tablet {
+ --columnGap: 0rem;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-0-tablet-only {
+ --columnGap: 0rem;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-0-touch {
+ --columnGap: 0rem;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-0-desktop {
+ --columnGap: 0rem;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-0-desktop-only {
+ --columnGap: 0rem;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-0-widescreen {
+ --columnGap: 0rem;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-0-widescreen-only {
+ --columnGap: 0rem;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-0-fullhd {
+ --columnGap: 0rem;
+ }
+}
+
+.columns.is-variable.is-1 {
+ --columnGap: 0.25rem;
+}
+
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-1-mobile {
+ --columnGap: 0.25rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-1-tablet {
+ --columnGap: 0.25rem;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-1-tablet-only {
+ --columnGap: 0.25rem;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-1-touch {
+ --columnGap: 0.25rem;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-1-desktop {
+ --columnGap: 0.25rem;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-1-desktop-only {
+ --columnGap: 0.25rem;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-1-widescreen {
+ --columnGap: 0.25rem;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-1-widescreen-only {
+ --columnGap: 0.25rem;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-1-fullhd {
+ --columnGap: 0.25rem;
+ }
+}
+
+.columns.is-variable.is-2 {
+ --columnGap: 0.5rem;
+}
+
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-2-mobile {
+ --columnGap: 0.5rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-2-tablet {
+ --columnGap: 0.5rem;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-2-tablet-only {
+ --columnGap: 0.5rem;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-2-touch {
+ --columnGap: 0.5rem;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-2-desktop {
+ --columnGap: 0.5rem;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-2-desktop-only {
+ --columnGap: 0.5rem;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-2-widescreen {
+ --columnGap: 0.5rem;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-2-widescreen-only {
+ --columnGap: 0.5rem;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-2-fullhd {
+ --columnGap: 0.5rem;
+ }
+}
+
+.columns.is-variable.is-3 {
+ --columnGap: 0.75rem;
+}
+
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-3-mobile {
+ --columnGap: 0.75rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-3-tablet {
+ --columnGap: 0.75rem;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-3-tablet-only {
+ --columnGap: 0.75rem;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-3-touch {
+ --columnGap: 0.75rem;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-3-desktop {
+ --columnGap: 0.75rem;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-3-desktop-only {
+ --columnGap: 0.75rem;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-3-widescreen {
+ --columnGap: 0.75rem;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-3-widescreen-only {
+ --columnGap: 0.75rem;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-3-fullhd {
+ --columnGap: 0.75rem;
+ }
+}
+
+.columns.is-variable.is-4 {
+ --columnGap: 1rem;
+}
+
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-4-mobile {
+ --columnGap: 1rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-4-tablet {
+ --columnGap: 1rem;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-4-tablet-only {
+ --columnGap: 1rem;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-4-touch {
+ --columnGap: 1rem;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-4-desktop {
+ --columnGap: 1rem;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-4-desktop-only {
+ --columnGap: 1rem;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-4-widescreen {
+ --columnGap: 1rem;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-4-widescreen-only {
+ --columnGap: 1rem;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-4-fullhd {
+ --columnGap: 1rem;
+ }
+}
+
+.columns.is-variable.is-5 {
+ --columnGap: 1.25rem;
+}
+
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-5-mobile {
+ --columnGap: 1.25rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-5-tablet {
+ --columnGap: 1.25rem;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-5-tablet-only {
+ --columnGap: 1.25rem;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-5-touch {
+ --columnGap: 1.25rem;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-5-desktop {
+ --columnGap: 1.25rem;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-5-desktop-only {
+ --columnGap: 1.25rem;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-5-widescreen {
+ --columnGap: 1.25rem;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-5-widescreen-only {
+ --columnGap: 1.25rem;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-5-fullhd {
+ --columnGap: 1.25rem;
+ }
+}
+
+.columns.is-variable.is-6 {
+ --columnGap: 1.5rem;
+}
+
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-6-mobile {
+ --columnGap: 1.5rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-6-tablet {
+ --columnGap: 1.5rem;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-6-tablet-only {
+ --columnGap: 1.5rem;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-6-touch {
+ --columnGap: 1.5rem;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-6-desktop {
+ --columnGap: 1.5rem;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-6-desktop-only {
+ --columnGap: 1.5rem;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-6-widescreen {
+ --columnGap: 1.5rem;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-6-widescreen-only {
+ --columnGap: 1.5rem;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-6-fullhd {
+ --columnGap: 1.5rem;
+ }
+}
+
+.columns.is-variable.is-7 {
+ --columnGap: 1.75rem;
+}
+
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-7-mobile {
+ --columnGap: 1.75rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-7-tablet {
+ --columnGap: 1.75rem;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-7-tablet-only {
+ --columnGap: 1.75rem;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-7-touch {
+ --columnGap: 1.75rem;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-7-desktop {
+ --columnGap: 1.75rem;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-7-desktop-only {
+ --columnGap: 1.75rem;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-7-widescreen {
+ --columnGap: 1.75rem;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-7-widescreen-only {
+ --columnGap: 1.75rem;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-7-fullhd {
+ --columnGap: 1.75rem;
+ }
+}
+
+.columns.is-variable.is-8 {
+ --columnGap: 2rem;
+}
+
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-8-mobile {
+ --columnGap: 2rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-8-tablet {
+ --columnGap: 2rem;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-8-tablet-only {
+ --columnGap: 2rem;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-8-touch {
+ --columnGap: 2rem;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-8-desktop {
+ --columnGap: 2rem;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-8-desktop-only {
+ --columnGap: 2rem;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-8-widescreen {
+ --columnGap: 2rem;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-8-widescreen-only {
+ --columnGap: 2rem;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-8-fullhd {
+ --columnGap: 2rem;
+ }
+}
+
+.tile {
+ align-items: stretch;
+ display: block;
+ flex-basis: 0;
+ flex-grow: 1;
+ flex-shrink: 1;
+ min-height: -webkit-min-content;
+ min-height: -moz-min-content;
+ min-height: min-content;
+}
+
+.tile.is-ancestor {
+ margin-left: -0.75rem;
+ margin-right: -0.75rem;
+ margin-top: -0.75rem;
+}
+
+.tile.is-ancestor:last-child {
+ margin-bottom: -0.75rem;
+}
+
+.tile.is-ancestor:not(:last-child) {
+ margin-bottom: 0.75rem;
+}
+
+.tile.is-child {
+ margin: 0 !important;
+}
+
+.tile.is-parent {
+ padding: 0.75rem;
+}
+
+.tile.is-vertical {
+ flex-direction: column;
+}
+
+.tile.is-vertical > .tile.is-child:not(:last-child) {
+ margin-bottom: 1.5rem !important;
+}
+
+@media screen and (min-width: 769px), print {
+ .tile:not(.is-child) {
+ display: flex;
+ }
+ .tile.is-1 {
+ flex: none;
+ width: 8.33333%;
+ }
+ .tile.is-2 {
+ flex: none;
+ width: 16.66667%;
+ }
+ .tile.is-3 {
+ flex: none;
+ width: 25%;
+ }
+ .tile.is-4 {
+ flex: none;
+ width: 33.33333%;
+ }
+ .tile.is-5 {
+ flex: none;
+ width: 41.66667%;
+ }
+ .tile.is-6 {
+ flex: none;
+ width: 50%;
+ }
+ .tile.is-7 {
+ flex: none;
+ width: 58.33333%;
+ }
+ .tile.is-8 {
+ flex: none;
+ width: 66.66667%;
+ }
+ .tile.is-9 {
+ flex: none;
+ width: 75%;
+ }
+ .tile.is-10 {
+ flex: none;
+ width: 83.33333%;
+ }
+ .tile.is-11 {
+ flex: none;
+ width: 91.66667%;
+ }
+ .tile.is-12 {
+ flex: none;
+ width: 100%;
+ }
+}
+
+/* Bulma Helpers */
+.has-text-white {
+ color: white !important;
+}
+
+a.has-text-white:hover, a.has-text-white:focus {
+ color: #e6e6e6 !important;
+}
+
+.has-background-white {
+ background-color: white !important;
+}
+
+.has-text-black {
+ color: #0a0a0a !important;
+}
+
+a.has-text-black:hover, a.has-text-black:focus {
+ color: black !important;
+}
+
+.has-background-black {
+ background-color: #0a0a0a !important;
+}
+
+.has-text-light {
+ color: whitesmoke !important;
+}
+
+a.has-text-light:hover, a.has-text-light:focus {
+ color: #dbdbdb !important;
+}
+
+.has-background-light {
+ background-color: whitesmoke !important;
+}
+
+.has-text-dark {
+ color: #363636 !important;
+}
+
+a.has-text-dark:hover, a.has-text-dark:focus {
+ color: #1c1c1c !important;
+}
+
+.has-background-dark {
+ background-color: #363636 !important;
+}
+
+.has-text-primary {
+ color: #ffffff !important;
+}
+
+a.has-text-primary:hover, a.has-text-primary:focus {
+ color: #009e86 !important;
+}
+
+.has-background-primary {
+ background-color: #ffffff !important;
+}
+
+.has-text-primary-light {
+ color: #ebfffc !important;
+}
+
+a.has-text-primary-light:hover, a.has-text-primary-light:focus {
+ color: #b8fff4 !important;
+}
+
+.has-background-primary-light {
+ background-color: #ebfffc !important;
+}
+
+.has-text-primary-dark {
+ color: #00947e !important;
+}
+
+a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
+ color: #00c7a9 !important;
+}
+
+.has-background-primary-dark {
+ background-color: #00947e !important;
+}
+
+.has-text-link {
+ color: #485fc7 !important;
+}
+
+a.has-text-link:hover, a.has-text-link:focus {
+ color: #3449a8 !important;
+}
+
+.has-background-link {
+ background-color: #485fc7 !important;
+}
+
+.has-text-link-light {
+ color: #eff1fa !important;
+}
+
+a.has-text-link-light:hover, a.has-text-link-light:focus {
+ color: #c8cfee !important;
+}
+
+.has-background-link-light {
+ background-color: #eff1fa !important;
+}
+
+.has-text-link-dark {
+ color: #3850b7 !important;
+}
+
+a.has-text-link-dark:hover, a.has-text-link-dark:focus {
+ color: #576dcb !important;
+}
+
+.has-background-link-dark {
+ background-color: #3850b7 !important;
+}
+
+.has-text-info {
+ color: #3e8ed0 !important;
+}
+
+a.has-text-info:hover, a.has-text-info:focus {
+ color: #2b74b1 !important;
+}
+
+.has-background-info {
+ background-color: #3e8ed0 !important;
+}
+
+.has-text-info-light {
+ color: #eff5fb !important;
+}
+
+a.has-text-info-light:hover, a.has-text-info-light:focus {
+ color: #c6ddf1 !important;
+}
+
+.has-background-info-light {
+ background-color: #eff5fb !important;
+}
+
+.has-text-info-dark {
+ color: #296fa8 !important;
+}
+
+a.has-text-info-dark:hover, a.has-text-info-dark:focus {
+ color: #368ace !important;
+}
+
+.has-background-info-dark {
+ background-color: #296fa8 !important;
+}
+
+.has-text-success {
+ color: #48c78e !important;
+}
+
+a.has-text-success:hover, a.has-text-success:focus {
+ color: #34a873 !important;
+}
+
+.has-background-success {
+ background-color: #48c78e !important;
+}
+
+.has-text-success-light {
+ color: #effaf5 !important;
+}
+
+a.has-text-success-light:hover, a.has-text-success-light:focus {
+ color: #c8eedd !important;
+}
+
+.has-background-success-light {
+ background-color: #effaf5 !important;
+}
+
+.has-text-success-dark {
+ color: #257953 !important;
+}
+
+a.has-text-success-dark:hover, a.has-text-success-dark:focus {
+ color: #31a06e !important;
+}
+
+.has-background-success-dark {
+ background-color: #257953 !important;
+}
+
+.has-text-warning {
+ color: #ffe08a !important;
+}
+
+a.has-text-warning:hover, a.has-text-warning:focus {
+ color: #ffd257 !important;
+}
+
+.has-background-warning {
+ background-color: #ffe08a !important;
+}
+
+.has-text-warning-light {
+ color: #fffaeb !important;
+}
+
+a.has-text-warning-light:hover, a.has-text-warning-light:focus {
+ color: #ffecb8 !important;
+}
+
+.has-background-warning-light {
+ background-color: #fffaeb !important;
+}
+
+.has-text-warning-dark {
+ color: #946c00 !important;
+}
+
+a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
+ color: #c79200 !important;
+}
+
+.has-background-warning-dark {
+ background-color: #946c00 !important;
+}
+
+.has-text-danger {
+ color: #f14668 !important;
+}
+
+a.has-text-danger:hover, a.has-text-danger:focus {
+ color: #ee1742 !important;
+}
+
+.has-background-danger {
+ background-color: #f14668 !important;
+}
+
+.has-text-danger-light {
+ color: #feecf0 !important;
+}
+
+a.has-text-danger-light:hover, a.has-text-danger-light:focus {
+ color: #fabdc9 !important;
+}
+
+.has-background-danger-light {
+ background-color: #feecf0 !important;
+}
+
+.has-text-danger-dark {
+ color: #cc0f35 !important;
+}
+
+a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
+ color: #ee2049 !important;
+}
+
+.has-background-danger-dark {
+ background-color: #cc0f35 !important;
+}
+
+.has-text-black-bis {
+ color: #121212 !important;
+}
+
+.has-background-black-bis {
+ background-color: #121212 !important;
+}
+
+.has-text-black-ter {
+ color: #242424 !important;
+}
+
+.has-background-black-ter {
+ background-color: #242424 !important;
+}
+
+.has-text-grey-darker {
+ color: #363636 !important;
+}
+
+.has-background-grey-darker {
+ background-color: #363636 !important;
+}
+
+.has-text-grey-dark {
+ color: #4a4a4a !important;
+}
+
+.has-background-grey-dark {
+ background-color: #4a4a4a !important;
+}
+
+.has-text-grey {
+ color: #7a7a7a !important;
+}
+
+.has-background-grey {
+ background-color: #7a7a7a !important;
+}
+
+.has-text-grey-light {
+ color: #b5b5b5 !important;
+}
+
+.has-background-grey-light {
+ background-color: #b5b5b5 !important;
+}
+
+.has-text-grey-lighter {
+ color: #dbdbdb !important;
+}
+
+.has-background-grey-lighter {
+ background-color: #dbdbdb !important;
+}
+
+.has-text-white-ter {
+ color: whitesmoke !important;
+}
+
+.has-background-white-ter {
+ background-color: whitesmoke !important;
+}
+
+.has-text-white-bis {
+ color: #fafafa !important;
+}
+
+.has-background-white-bis {
+ background-color: #fafafa !important;
+}
+
+.is-flex-direction-row {
+ flex-direction: row !important;
+}
+
+.is-flex-direction-row-reverse {
+ flex-direction: row-reverse !important;
+}
+
+.is-flex-direction-column {
+ flex-direction: column !important;
+}
+
+.is-flex-direction-column-reverse {
+ flex-direction: column-reverse !important;
+}
+
+.is-flex-wrap-nowrap {
+ flex-wrap: nowrap !important;
+}
+
+.is-flex-wrap-wrap {
+ flex-wrap: wrap !important;
+}
+
+.is-flex-wrap-wrap-reverse {
+ flex-wrap: wrap-reverse !important;
+}
+
+.is-justify-content-flex-start {
+ justify-content: flex-start !important;
+}
+
+.is-justify-content-flex-end {
+ justify-content: flex-end !important;
+}
+
+.is-justify-content-center {
+ justify-content: center !important;
+}
+
+.is-justify-content-space-between {
+ justify-content: space-between !important;
+}
+
+.is-justify-content-space-around {
+ justify-content: space-around !important;
+}
+
+.is-justify-content-space-evenly {
+ justify-content: space-evenly !important;
+}
+
+.is-justify-content-start {
+ justify-content: start !important;
+}
+
+.is-justify-content-end {
+ justify-content: end !important;
+}
+
+.is-justify-content-left {
+ justify-content: left !important;
+}
+
+.is-justify-content-right {
+ justify-content: right !important;
+}
+
+.is-align-content-flex-start {
+ align-content: flex-start !important;
+}
+
+.is-align-content-flex-end {
+ align-content: flex-end !important;
+}
+
+.is-align-content-center {
+ align-content: center !important;
+}
+
+.is-align-content-space-between {
+ align-content: space-between !important;
+}
+
+.is-align-content-space-around {
+ align-content: space-around !important;
+}
+
+.is-align-content-space-evenly {
+ align-content: space-evenly !important;
+}
+
+.is-align-content-stretch {
+ align-content: stretch !important;
+}
+
+.is-align-content-start {
+ align-content: start !important;
+}
+
+.is-align-content-end {
+ align-content: end !important;
+}
+
+.is-align-content-baseline {
+ align-content: baseline !important;
+}
+
+.is-align-items-stretch {
+ align-items: stretch !important;
+}
+
+.is-align-items-flex-start {
+ align-items: flex-start !important;
+}
+
+.is-align-items-flex-end {
+ align-items: flex-end !important;
+}
+
+.is-align-items-center {
+ align-items: center !important;
+}
+
+.is-align-items-baseline {
+ align-items: baseline !important;
+}
+
+.is-align-items-start {
+ align-items: start !important;
+}
+
+.is-align-items-end {
+ align-items: end !important;
+}
+
+.is-align-items-self-start {
+ align-items: self-start !important;
+}
+
+.is-align-items-self-end {
+ align-items: self-end !important;
+}
+
+.is-align-self-auto {
+ align-self: auto !important;
+}
+
+.is-align-self-flex-start {
+ align-self: flex-start !important;
+}
+
+.is-align-self-flex-end {
+ align-self: flex-end !important;
+}
+
+.is-align-self-center {
+ align-self: center !important;
+}
+
+.is-align-self-baseline {
+ align-self: baseline !important;
+}
+
+.is-align-self-stretch {
+ align-self: stretch !important;
+}
+
+.is-flex-grow-0 {
+ flex-grow: 0 !important;
+}
+
+.is-flex-grow-1 {
+ flex-grow: 1 !important;
+}
+
+.is-flex-grow-2 {
+ flex-grow: 2 !important;
+}
+
+.is-flex-grow-3 {
+ flex-grow: 3 !important;
+}
+
+.is-flex-grow-4 {
+ flex-grow: 4 !important;
+}
+
+.is-flex-grow-5 {
+ flex-grow: 5 !important;
+}
+
+.is-flex-shrink-0 {
+ flex-shrink: 0 !important;
+}
+
+.is-flex-shrink-1 {
+ flex-shrink: 1 !important;
+}
+
+.is-flex-shrink-2 {
+ flex-shrink: 2 !important;
+}
+
+.is-flex-shrink-3 {
+ flex-shrink: 3 !important;
+}
+
+.is-flex-shrink-4 {
+ flex-shrink: 4 !important;
+}
+
+.is-flex-shrink-5 {
+ flex-shrink: 5 !important;
+}
+
+.is-clearfix::after {
+ clear: both;
+ content: " ";
+ display: table;
+}
+
+.is-pulled-left {
+ float: left !important;
+}
+
+.is-pulled-right {
+ float: right !important;
+}
+
+.is-radiusless {
+ border-radius: 0 !important;
+}
+
+.is-shadowless {
+ box-shadow: none !important;
+}
+
+.is-clickable {
+ cursor: pointer !important;
+ pointer-events: all !important;
+}
+
+.is-clipped {
+ overflow: hidden !important;
+}
+
+.is-relative {
+ position: relative !important;
+}
+
+.is-marginless {
+ margin: 0 !important;
+}
+
+.is-paddingless {
+ padding: 0 !important;
+}
+
+.m-0 {
+ margin: 0 !important;
+}
+
+.mt-0 {
+ margin-top: 0 !important;
+}
+
+.mr-0 {
+ margin-right: 0 !important;
+}
+
+.mb-0 {
+ margin-bottom: 0 !important;
+}
+
+.ml-0 {
+ margin-left: 0 !important;
+}
+
+.mx-0 {
+ margin-left: 0 !important;
+ margin-right: 0 !important;
+}
+
+.my-0 {
+ margin-top: 0 !important;
+ margin-bottom: 0 !important;
+}
+
+.m-1 {
+ margin: 0.25rem !important;
+}
+
+.mt-1 {
+ margin-top: 0.25rem !important;
+}
+
+.mr-1 {
+ margin-right: 0.25rem !important;
+}
+
+.mb-1 {
+ margin-bottom: 0.25rem !important;
+}
+
+.ml-1 {
+ margin-left: 0.25rem !important;
+}
+
+.mx-1 {
+ margin-left: 0.25rem !important;
+ margin-right: 0.25rem !important;
+}
+
+.my-1 {
+ margin-top: 0.25rem !important;
+ margin-bottom: 0.25rem !important;
+}
+
+.m-2 {
+ margin: 0.5rem !important;
+}
+
+.mt-2 {
+ margin-top: 0.5rem !important;
+}
+
+.mr-2 {
+ margin-right: 0.5rem !important;
+}
+
+.mb-2 {
+ margin-bottom: 0.5rem !important;
+}
+
+.ml-2 {
+ margin-left: 0.5rem !important;
+}
+
+.mx-2 {
+ margin-left: 0.5rem !important;
+ margin-right: 0.5rem !important;
+}
+
+.my-2 {
+ margin-top: 0.5rem !important;
+ margin-bottom: 0.5rem !important;
+}
+
+.m-3 {
+ margin: 0.75rem !important;
+}
+
+.mt-3 {
+ margin-top: 0.75rem !important;
+}
+
+.mr-3 {
+ margin-right: 0.75rem !important;
+}
+
+.mb-3 {
+ margin-bottom: 0.75rem !important;
+}
+
+.ml-3 {
+ margin-left: 0.75rem !important;
+}
+
+.mx-3 {
+ margin-left: 0.75rem !important;
+ margin-right: 0.75rem !important;
+}
+
+.my-3 {
+ margin-top: 0.75rem !important;
+ margin-bottom: 0.75rem !important;
+}
+
+.m-4 {
+ margin: 1rem !important;
+}
+
+.mt-4 {
+ margin-top: 1rem !important;
+}
+
+.mr-4 {
+ margin-right: 1rem !important;
+}
+
+.mb-4 {
+ margin-bottom: 1rem !important;
+}
+
+.ml-4 {
+ margin-left: 1rem !important;
+}
+
+.mx-4 {
+ margin-left: 1rem !important;
+ margin-right: 1rem !important;
+}
+
+.my-4 {
+ margin-top: 1rem !important;
+ margin-bottom: 1rem !important;
+}
+
+.m-5 {
+ margin: 1.5rem !important;
+}
+
+.mt-5 {
+ margin-top: 1.5rem !important;
+}
+
+.mr-5 {
+ margin-right: 1.5rem !important;
+}
+
+.mb-5 {
+ margin-bottom: 1.5rem !important;
+}
+
+.ml-5 {
+ margin-left: 1.5rem !important;
+}
+
+.mx-5 {
+ margin-left: 1.5rem !important;
+ margin-right: 1.5rem !important;
+}
+
+.my-5 {
+ margin-top: 1.5rem !important;
+ margin-bottom: 1.5rem !important;
+}
+
+.m-6 {
+ margin: 3rem !important;
+}
+
+.mt-6 {
+ margin-top: 3rem !important;
+}
+
+.mr-6 {
+ margin-right: 3rem !important;
+}
+
+.mb-6 {
+ margin-bottom: 3rem !important;
+}
+
+.ml-6 {
+ margin-left: 3rem !important;
+}
+
+.mx-6 {
+ margin-left: 3rem !important;
+ margin-right: 3rem !important;
+}
+
+.my-6 {
+ margin-top: 3rem !important;
+ margin-bottom: 3rem !important;
+}
+
+.m-auto {
+ margin: auto !important;
+}
+
+.mt-auto {
+ margin-top: auto !important;
+}
+
+.mr-auto {
+ margin-right: auto !important;
+}
+
+.mb-auto {
+ margin-bottom: auto !important;
+}
+
+.ml-auto {
+ margin-left: auto !important;
+}
+
+.mx-auto {
+ margin-left: auto !important;
+ margin-right: auto !important;
+}
+
+.my-auto {
+ margin-top: auto !important;
+ margin-bottom: auto !important;
+}
+
+.p-0 {
+ padding: 0 !important;
+}
+
+.pt-0 {
+ padding-top: 0 !important;
+}
+
+.pr-0 {
+ padding-right: 0 !important;
+}
+
+.pb-0 {
+ padding-bottom: 0 !important;
+}
+
+.pl-0 {
+ padding-left: 0 !important;
+}
+
+.px-0 {
+ padding-left: 0 !important;
+ padding-right: 0 !important;
+}
+
+.py-0 {
+ padding-top: 0 !important;
+ padding-bottom: 0 !important;
+}
+
+.p-1 {
+ padding: 0.25rem !important;
+}
+
+.pt-1 {
+ padding-top: 0.25rem !important;
+}
+
+.pr-1 {
+ padding-right: 0.25rem !important;
+}
+
+.pb-1 {
+ padding-bottom: 0.25rem !important;
+}
+
+.pl-1 {
+ padding-left: 0.25rem !important;
+}
+
+.px-1 {
+ padding-left: 0.25rem !important;
+ padding-right: 0.25rem !important;
+}
+
+.py-1 {
+ padding-top: 0.25rem !important;
+ padding-bottom: 0.25rem !important;
+}
+
+.p-2 {
+ padding: 0.5rem !important;
+}
+
+.pt-2 {
+ padding-top: 0.5rem !important;
+}
+
+.pr-2 {
+ padding-right: 0.5rem !important;
+}
+
+.pb-2 {
+ padding-bottom: 0.5rem !important;
+}
+
+.pl-2 {
+ padding-left: 0.5rem !important;
+}
+
+.px-2 {
+ padding-left: 0.5rem !important;
+ padding-right: 0.5rem !important;
+}
+
+.py-2 {
+ padding-top: 0.5rem !important;
+ padding-bottom: 0.5rem !important;
+}
+
+.p-3 {
+ padding: 0.75rem !important;
+}
+
+.pt-3 {
+ padding-top: 0.75rem !important;
+}
+
+.pr-3 {
+ padding-right: 0.75rem !important;
+}
+
+.pb-3 {
+ padding-bottom: 0.75rem !important;
+}
+
+.pl-3 {
+ padding-left: 0.75rem !important;
+}
+
+.px-3 {
+ padding-left: 0.75rem !important;
+ padding-right: 0.75rem !important;
+}
+
+.py-3 {
+ padding-top: 0.75rem !important;
+ padding-bottom: 0.75rem !important;
+}
+
+.p-4 {
+ padding: 1rem !important;
+}
+
+.pt-4 {
+ padding-top: 1rem !important;
+}
+
+.pr-4 {
+ padding-right: 1rem !important;
+}
+
+.pb-4 {
+ padding-bottom: 1rem !important;
+}
+
+.pl-4 {
+ padding-left: 1rem !important;
+}
+
+.px-4 {
+ padding-left: 1rem !important;
+ padding-right: 1rem !important;
+}
+
+.py-4 {
+ padding-top: 1rem !important;
+ padding-bottom: 1rem !important;
+}
+
+.p-5 {
+ padding: 1.5rem !important;
+}
+
+.pt-5 {
+ padding-top: 1.5rem !important;
+}
+
+.pr-5 {
+ padding-right: 1.5rem !important;
+}
+
+.pb-5 {
+ padding-bottom: 1.5rem !important;
+}
+
+.pl-5 {
+ padding-left: 1.5rem !important;
+}
+
+.px-5 {
+ padding-left: 1.5rem !important;
+ padding-right: 1.5rem !important;
+}
+
+.py-5 {
+ padding-top: 1.5rem !important;
+ padding-bottom: 1.5rem !important;
+}
+
+.p-6 {
+ padding: 3rem !important;
+}
+
+.pt-6 {
+ padding-top: 3rem !important;
+}
+
+.pr-6 {
+ padding-right: 3rem !important;
+}
+
+.pb-6 {
+ padding-bottom: 3rem !important;
+}
+
+.pl-6 {
+ padding-left: 3rem !important;
+}
+
+.px-6 {
+ padding-left: 3rem !important;
+ padding-right: 3rem !important;
+}
+
+.py-6 {
+ padding-top: 3rem !important;
+ padding-bottom: 3rem !important;
+}
+
+.p-auto {
+ padding: auto !important;
+}
+
+.pt-auto {
+ padding-top: auto !important;
+}
+
+.pr-auto {
+ padding-right: auto !important;
+}
+
+.pb-auto {
+ padding-bottom: auto !important;
+}
+
+.pl-auto {
+ padding-left: auto !important;
+}
+
+.px-auto {
+ padding-left: auto !important;
+ padding-right: auto !important;
+}
+
+.py-auto {
+ padding-top: auto !important;
+ padding-bottom: auto !important;
+}
+
+.is-size-1 {
+ font-size: 3rem !important;
+}
+
+.is-size-2 {
+ font-size: 2.5rem !important;
+}
+
+.is-size-3 {
+ font-size: 2rem !important;
+}
+
+.is-size-4 {
+ font-size: 1.5rem !important;
+}
+
+.is-size-5 {
+ font-size: 1.25rem !important;
+}
+
+.is-size-6 {
+ font-size: 1rem !important;
+}
+
+.is-size-7 {
+ font-size: 0.75rem !important;
+}
+
+@media screen and (max-width: 768px) {
+ .is-size-1-mobile {
+ font-size: 3rem !important;
+ }
+ .is-size-2-mobile {
+ font-size: 2.5rem !important;
+ }
+ .is-size-3-mobile {
+ font-size: 2rem !important;
+ }
+ .is-size-4-mobile {
+ font-size: 1.5rem !important;
+ }
+ .is-size-5-mobile {
+ font-size: 1.25rem !important;
+ }
+ .is-size-6-mobile {
+ font-size: 1rem !important;
+ }
+ .is-size-7-mobile {
+ font-size: 0.75rem !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .is-size-1-tablet {
+ font-size: 3rem !important;
+ }
+ .is-size-2-tablet {
+ font-size: 2.5rem !important;
+ }
+ .is-size-3-tablet {
+ font-size: 2rem !important;
+ }
+ .is-size-4-tablet {
+ font-size: 1.5rem !important;
+ }
+ .is-size-5-tablet {
+ font-size: 1.25rem !important;
+ }
+ .is-size-6-tablet {
+ font-size: 1rem !important;
+ }
+ .is-size-7-tablet {
+ font-size: 0.75rem !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .is-size-1-touch {
+ font-size: 3rem !important;
+ }
+ .is-size-2-touch {
+ font-size: 2.5rem !important;
+ }
+ .is-size-3-touch {
+ font-size: 2rem !important;
+ }
+ .is-size-4-touch {
+ font-size: 1.5rem !important;
+ }
+ .is-size-5-touch {
+ font-size: 1.25rem !important;
+ }
+ .is-size-6-touch {
+ font-size: 1rem !important;
+ }
+ .is-size-7-touch {
+ font-size: 0.75rem !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .is-size-1-desktop {
+ font-size: 3rem !important;
+ }
+ .is-size-2-desktop {
+ font-size: 2.5rem !important;
+ }
+ .is-size-3-desktop {
+ font-size: 2rem !important;
+ }
+ .is-size-4-desktop {
+ font-size: 1.5rem !important;
+ }
+ .is-size-5-desktop {
+ font-size: 1.25rem !important;
+ }
+ .is-size-6-desktop {
+ font-size: 1rem !important;
+ }
+ .is-size-7-desktop {
+ font-size: 0.75rem !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .is-size-1-widescreen {
+ font-size: 3rem !important;
+ }
+ .is-size-2-widescreen {
+ font-size: 2.5rem !important;
+ }
+ .is-size-3-widescreen {
+ font-size: 2rem !important;
+ }
+ .is-size-4-widescreen {
+ font-size: 1.5rem !important;
+ }
+ .is-size-5-widescreen {
+ font-size: 1.25rem !important;
+ }
+ .is-size-6-widescreen {
+ font-size: 1rem !important;
+ }
+ .is-size-7-widescreen {
+ font-size: 0.75rem !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .is-size-1-fullhd {
+ font-size: 3rem !important;
+ }
+ .is-size-2-fullhd {
+ font-size: 2.5rem !important;
+ }
+ .is-size-3-fullhd {
+ font-size: 2rem !important;
+ }
+ .is-size-4-fullhd {
+ font-size: 1.5rem !important;
+ }
+ .is-size-5-fullhd {
+ font-size: 1.25rem !important;
+ }
+ .is-size-6-fullhd {
+ font-size: 1rem !important;
+ }
+ .is-size-7-fullhd {
+ font-size: 0.75rem !important;
+ }
+}
+
+.has-text-centered {
+ text-align: center !important;
+}
+
+.has-text-justified {
+ text-align: justify !important;
+}
+
+.has-text-left {
+ text-align: left !important;
+}
+
+.has-text-right {
+ text-align: right !important;
+}
+
+@media screen and (max-width: 768px) {
+ .has-text-centered-mobile {
+ text-align: center !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .has-text-centered-tablet {
+ text-align: center !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .has-text-centered-tablet-only {
+ text-align: center !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .has-text-centered-touch {
+ text-align: center !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .has-text-centered-desktop {
+ text-align: center !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .has-text-centered-desktop-only {
+ text-align: center !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .has-text-centered-widescreen {
+ text-align: center !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .has-text-centered-widescreen-only {
+ text-align: center !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .has-text-centered-fullhd {
+ text-align: center !important;
+ }
+}
+
+@media screen and (max-width: 768px) {
+ .has-text-justified-mobile {
+ text-align: justify !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .has-text-justified-tablet {
+ text-align: justify !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .has-text-justified-tablet-only {
+ text-align: justify !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .has-text-justified-touch {
+ text-align: justify !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .has-text-justified-desktop {
+ text-align: justify !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .has-text-justified-desktop-only {
+ text-align: justify !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .has-text-justified-widescreen {
+ text-align: justify !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .has-text-justified-widescreen-only {
+ text-align: justify !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .has-text-justified-fullhd {
+ text-align: justify !important;
+ }
+}
+
+@media screen and (max-width: 768px) {
+ .has-text-left-mobile {
+ text-align: left !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .has-text-left-tablet {
+ text-align: left !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .has-text-left-tablet-only {
+ text-align: left !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .has-text-left-touch {
+ text-align: left !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .has-text-left-desktop {
+ text-align: left !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .has-text-left-desktop-only {
+ text-align: left !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .has-text-left-widescreen {
+ text-align: left !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .has-text-left-widescreen-only {
+ text-align: left !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .has-text-left-fullhd {
+ text-align: left !important;
+ }
+}
+
+@media screen and (max-width: 768px) {
+ .has-text-right-mobile {
+ text-align: right !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .has-text-right-tablet {
+ text-align: right !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .has-text-right-tablet-only {
+ text-align: right !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .has-text-right-touch {
+ text-align: right !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .has-text-right-desktop {
+ text-align: right !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .has-text-right-desktop-only {
+ text-align: right !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .has-text-right-widescreen {
+ text-align: right !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .has-text-right-widescreen-only {
+ text-align: right !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .has-text-right-fullhd {
+ text-align: right !important;
+ }
+}
+
+.is-capitalized {
+ text-transform: capitalize !important;
+}
+
+.is-lowercase {
+ text-transform: lowercase !important;
+}
+
+.is-uppercase {
+ text-transform: uppercase !important;
+}
+
+.is-italic {
+ font-style: italic !important;
+}
+
+.is-underlined {
+ text-decoration: underline !important;
+}
+
+.has-text-weight-light {
+ font-weight: 300 !important;
+}
+
+.has-text-weight-normal {
+ font-weight: 400 !important;
+}
+
+.has-text-weight-medium {
+ font-weight: 500 !important;
+}
+
+.has-text-weight-semibold {
+ font-weight: 600 !important;
+}
+
+.has-text-weight-bold {
+ font-weight: 700 !important;
+}
+
+.is-family-primary {
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
+}
+
+.is-family-secondary {
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
+}
+
+.is-family-sans-serif {
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
+}
+
+.is-family-monospace {
+ font-family: monospace !important;
+}
+
+.is-family-code {
+ font-family: monospace !important;
+}
+
+.is-block {
+ display: block !important;
+}
+
+@media screen and (max-width: 768px) {
+ .is-block-mobile {
+ display: block !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .is-block-tablet {
+ display: block !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .is-block-tablet-only {
+ display: block !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .is-block-touch {
+ display: block !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .is-block-desktop {
+ display: block !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .is-block-desktop-only {
+ display: block !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .is-block-widescreen {
+ display: block !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .is-block-widescreen-only {
+ display: block !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .is-block-fullhd {
+ display: block !important;
+ }
+}
+
+.is-flex {
+ display: flex !important;
+}
+
+@media screen and (max-width: 768px) {
+ .is-flex-mobile {
+ display: flex !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .is-flex-tablet {
+ display: flex !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .is-flex-tablet-only {
+ display: flex !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .is-flex-touch {
+ display: flex !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .is-flex-desktop {
+ display: flex !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .is-flex-desktop-only {
+ display: flex !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .is-flex-widescreen {
+ display: flex !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .is-flex-widescreen-only {
+ display: flex !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .is-flex-fullhd {
+ display: flex !important;
+ }
+}
+
+.is-inline {
+ display: inline !important;
+}
+
+@media screen and (max-width: 768px) {
+ .is-inline-mobile {
+ display: inline !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .is-inline-tablet {
+ display: inline !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .is-inline-tablet-only {
+ display: inline !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .is-inline-touch {
+ display: inline !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .is-inline-desktop {
+ display: inline !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .is-inline-desktop-only {
+ display: inline !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .is-inline-widescreen {
+ display: inline !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .is-inline-widescreen-only {
+ display: inline !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .is-inline-fullhd {
+ display: inline !important;
+ }
+}
+
+.is-inline-block {
+ display: inline-block !important;
+}
+
+@media screen and (max-width: 768px) {
+ .is-inline-block-mobile {
+ display: inline-block !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .is-inline-block-tablet {
+ display: inline-block !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .is-inline-block-tablet-only {
+ display: inline-block !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .is-inline-block-touch {
+ display: inline-block !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .is-inline-block-desktop {
+ display: inline-block !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .is-inline-block-desktop-only {
+ display: inline-block !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .is-inline-block-widescreen {
+ display: inline-block !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .is-inline-block-widescreen-only {
+ display: inline-block !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .is-inline-block-fullhd {
+ display: inline-block !important;
+ }
+}
+
+.is-inline-flex {
+ display: inline-flex !important;
+}
+
+@media screen and (max-width: 768px) {
+ .is-inline-flex-mobile {
+ display: inline-flex !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .is-inline-flex-tablet {
+ display: inline-flex !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .is-inline-flex-tablet-only {
+ display: inline-flex !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .is-inline-flex-touch {
+ display: inline-flex !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .is-inline-flex-desktop {
+ display: inline-flex !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .is-inline-flex-desktop-only {
+ display: inline-flex !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .is-inline-flex-widescreen {
+ display: inline-flex !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .is-inline-flex-widescreen-only {
+ display: inline-flex !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .is-inline-flex-fullhd {
+ display: inline-flex !important;
+ }
+}
+
+.is-hidden {
+ display: none !important;
+}
+
+.is-sr-only {
+ border: none !important;
+ clip: rect(0, 0, 0, 0) !important;
+ height: 0.01em !important;
+ overflow: hidden !important;
+ padding: 0 !important;
+ position: absolute !important;
+ white-space: nowrap !important;
+ width: 0.01em !important;
+}
+
+@media screen and (max-width: 768px) {
+ .is-hidden-mobile {
+ display: none !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .is-hidden-tablet {
+ display: none !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .is-hidden-tablet-only {
+ display: none !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .is-hidden-touch {
+ display: none !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .is-hidden-desktop {
+ display: none !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .is-hidden-desktop-only {
+ display: none !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .is-hidden-widescreen {
+ display: none !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .is-hidden-widescreen-only {
+ display: none !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .is-hidden-fullhd {
+ display: none !important;
+ }
+}
+
+.is-invisible {
+ visibility: hidden !important;
+}
+
+@media screen and (max-width: 768px) {
+ .is-invisible-mobile {
+ visibility: hidden !important;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .is-invisible-tablet {
+ visibility: hidden !important;
+ }
+}
+
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .is-invisible-tablet-only {
+ visibility: hidden !important;
+ }
+}
+
+@media screen and (max-width: 1023px) {
+ .is-invisible-touch {
+ visibility: hidden !important;
+ }
+}
+
+@media screen and (min-width: 1024px) {
+ .is-invisible-desktop {
+ visibility: hidden !important;
+ }
+}
+
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .is-invisible-desktop-only {
+ visibility: hidden !important;
+ }
+}
+
+@media screen and (min-width: 1216px) {
+ .is-invisible-widescreen {
+ visibility: hidden !important;
+ }
+}
+
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .is-invisible-widescreen-only {
+ visibility: hidden !important;
+ }
+}
+
+@media screen and (min-width: 1408px) {
+ .is-invisible-fullhd {
+ visibility: hidden !important;
+ }
+}
+
+/* Bulma Layout */
+.hero {
+ align-items: stretch;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
+}
+
+.hero .navbar {
+ background: none;
+}
+
+.hero .tabs ul {
+ border-bottom: none;
+}
+
+.hero.is-white {
+ background-color: white;
+ color: #0a0a0a;
+}
+
+.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-white strong {
+ color: inherit;
+}
+
+.hero.is-white .title {
+ color: #0a0a0a;
+}
+
+.hero.is-white .subtitle {
+ color: rgba(10, 10, 10, 0.9);
+}
+
+.hero.is-white .subtitle a:not(.button),
+.hero.is-white .subtitle strong {
+ color: #0a0a0a;
+}
+
+@media screen and (max-width: 1023px) {
+ .hero.is-white .navbar-menu {
+ background-color: white;
+ }
+}
+
+.hero.is-white .navbar-item,
+.hero.is-white .navbar-link {
+ color: rgba(10, 10, 10, 0.7);
+}
+
+.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
+.hero.is-white .navbar-link:hover,
+.hero.is-white .navbar-link.is-active {
+ background-color: #f2f2f2;
+ color: #0a0a0a;
+}
+
+.hero.is-white .tabs a {
+ color: #0a0a0a;
+ opacity: 0.9;
+}
+
+.hero.is-white .tabs a:hover {
+ opacity: 1;
+}
+
+.hero.is-white .tabs li.is-active a {
+ color: white !important;
+ opacity: 1;
+}
+
+.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
+ color: #0a0a0a;
+}
+
+.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1);
+}
+
+.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
+ background-color: #0a0a0a;
+ border-color: #0a0a0a;
+ color: white;
+}
+
+.hero.is-white.is-bold {
+ background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
+}
+
+@media screen and (max-width: 768px) {
+ .hero.is-white.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
+ }
+}
+
+.hero.is-black {
+ background-color: #0a0a0a;
+ color: white;
+}
+
+.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-black strong {
+ color: inherit;
+}
+
+.hero.is-black .title {
+ color: white;
+}
+
+.hero.is-black .subtitle {
+ color: rgba(255, 255, 255, 0.9);
+}
+
+.hero.is-black .subtitle a:not(.button),
+.hero.is-black .subtitle strong {
+ color: white;
+}
+
+@media screen and (max-width: 1023px) {
+ .hero.is-black .navbar-menu {
+ background-color: #0a0a0a;
+ }
+}
+
+.hero.is-black .navbar-item,
+.hero.is-black .navbar-link {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
+.hero.is-black .navbar-link:hover,
+.hero.is-black .navbar-link.is-active {
+ background-color: black;
+ color: white;
+}
+
+.hero.is-black .tabs a {
+ color: white;
+ opacity: 0.9;
+}
+
+.hero.is-black .tabs a:hover {
+ opacity: 1;
+}
+
+.hero.is-black .tabs li.is-active a {
+ color: #0a0a0a !important;
+ opacity: 1;
+}
+
+.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
+ color: white;
+}
+
+.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1);
+}
+
+.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
+ background-color: white;
+ border-color: white;
+ color: #0a0a0a;
+}
+
+.hero.is-black.is-bold {
+ background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
+}
+
+@media screen and (max-width: 768px) {
+ .hero.is-black.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
+ }
+}
+
+.hero.is-light {
+ background-color: whitesmoke;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-light strong {
+ color: inherit;
+}
+
+.hero.is-light .title {
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.hero.is-light .subtitle {
+ color: rgba(0, 0, 0, 0.9);
+}
+
+.hero.is-light .subtitle a:not(.button),
+.hero.is-light .subtitle strong {
+ color: rgba(0, 0, 0, 0.7);
+}
+
+@media screen and (max-width: 1023px) {
+ .hero.is-light .navbar-menu {
+ background-color: whitesmoke;
+ }
+}
+
+.hero.is-light .navbar-item,
+.hero.is-light .navbar-link {
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
+.hero.is-light .navbar-link:hover,
+.hero.is-light .navbar-link.is-active {
+ background-color: #e8e8e8;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.hero.is-light .tabs a {
+ color: rgba(0, 0, 0, 0.7);
+ opacity: 0.9;
+}
+
+.hero.is-light .tabs a:hover {
+ opacity: 1;
+}
+
+.hero.is-light .tabs li.is-active a {
+ color: whitesmoke !important;
+ opacity: 1;
+}
+
+.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1);
+}
+
+.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
+ background-color: rgba(0, 0, 0, 0.7);
+ border-color: rgba(0, 0, 0, 0.7);
+ color: whitesmoke;
+}
+
+.hero.is-light.is-bold {
+ background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
+}
+
+@media screen and (max-width: 768px) {
+ .hero.is-light.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
+ }
+}
+
+.hero.is-dark {
+ background-color: #363636;
+ color: #fff;
+}
+
+.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-dark strong {
+ color: inherit;
+}
+
+.hero.is-dark .title {
+ color: #fff;
+}
+
+.hero.is-dark .subtitle {
+ color: rgba(255, 255, 255, 0.9);
+}
+
+.hero.is-dark .subtitle a:not(.button),
+.hero.is-dark .subtitle strong {
+ color: #fff;
+}
+
+@media screen and (max-width: 1023px) {
+ .hero.is-dark .navbar-menu {
+ background-color: #363636;
+ }
+}
+
+.hero.is-dark .navbar-item,
+.hero.is-dark .navbar-link {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
+.hero.is-dark .navbar-link:hover,
+.hero.is-dark .navbar-link.is-active {
+ background-color: #292929;
+ color: #fff;
+}
+
+.hero.is-dark .tabs a {
+ color: #fff;
+ opacity: 0.9;
+}
+
+.hero.is-dark .tabs a:hover {
+ opacity: 1;
+}
+
+.hero.is-dark .tabs li.is-active a {
+ color: #363636 !important;
+ opacity: 1;
+}
+
+.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
+ color: #fff;
+}
+
+.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1);
+}
+
+.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
+ background-color: #fff;
+ border-color: #fff;
+ color: #363636;
+}
+
+.hero.is-dark.is-bold {
+ background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
+}
+
+@media screen and (max-width: 768px) {
+ .hero.is-dark.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
+ }
+}
+
+.hero.is-primary {
+ background-color: #ffffff;
+ color: #fff;
+}
+
+.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-primary strong {
+ color: inherit;
+}
+
+.hero.is-primary .title {
+ color: #fff;
+}
+
+.hero.is-primary .subtitle {
+ color: rgba(255, 255, 255, 0.9);
+}
+
+.hero.is-primary .subtitle a:not(.button),
+.hero.is-primary .subtitle strong {
+ color: #fff;
+}
+
+@media screen and (max-width: 1023px) {
+ .hero.is-primary .navbar-menu {
+ background-color: #ffffff;
+ }
+}
+
+.hero.is-primary .navbar-item,
+.hero.is-primary .navbar-link {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
+.hero.is-primary .navbar-link:hover,
+.hero.is-primary .navbar-link.is-active {
+ background-color: #00b89c;
+ color: #fff;
+}
+
+.hero.is-primary .tabs a {
+ color: #fff;
+ opacity: 0.9;
+}
+
+.hero.is-primary .tabs a:hover {
+ opacity: 1;
+}
+
+.hero.is-primary .tabs li.is-active a {
+ color: #ffffff !important;
+ opacity: 1;
+}
+
+.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
+ color: #fff;
+}
+
+.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1);
+}
+
+.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
+ background-color: #fff;
+ border-color: #fff;
+ color: #ffffff;
+}
+
+.hero.is-primary.is-bold {
+ background-image: linear-gradient(141deg, #009e6c 0%, #ffffff 71%, #00e7eb 100%);
+}
+
+@media screen and (max-width: 768px) {
+ .hero.is-primary.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, #009e6c 0%, #ffffff 71%, #00e7eb 100%);
+ }
+}
+
+.hero.is-link {
+ background-color: #485fc7;
+ color: #fff;
+}
+
+.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-link strong {
+ color: inherit;
+}
+
+.hero.is-link .title {
+ color: #fff;
+}
+
+.hero.is-link .subtitle {
+ color: rgba(255, 255, 255, 0.9);
+}
+
+.hero.is-link .subtitle a:not(.button),
+.hero.is-link .subtitle strong {
+ color: #fff;
+}
+
+@media screen and (max-width: 1023px) {
+ .hero.is-link .navbar-menu {
+ background-color: #485fc7;
+ }
+}
+
+.hero.is-link .navbar-item,
+.hero.is-link .navbar-link {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
+.hero.is-link .navbar-link:hover,
+.hero.is-link .navbar-link.is-active {
+ background-color: #3a51bb;
+ color: #fff;
+}
+
+.hero.is-link .tabs a {
+ color: #fff;
+ opacity: 0.9;
+}
+
+.hero.is-link .tabs a:hover {
+ opacity: 1;
+}
+
+.hero.is-link .tabs li.is-active a {
+ color: #485fc7 !important;
+ opacity: 1;
+}
+
+.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
+ color: #fff;
+}
+
+.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1);
+}
+
+.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
+ background-color: #fff;
+ border-color: #fff;
+ color: #485fc7;
+}
+
+.hero.is-link.is-bold {
+ background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%);
+}
+
+@media screen and (max-width: 768px) {
+ .hero.is-link.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%);
+ }
+}
+
+.hero.is-info {
+ background-color: #3e8ed0;
+ color: #fff;
+}
+
+.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-info strong {
+ color: inherit;
+}
+
+.hero.is-info .title {
+ color: #fff;
+}
+
+.hero.is-info .subtitle {
+ color: rgba(255, 255, 255, 0.9);
+}
+
+.hero.is-info .subtitle a:not(.button),
+.hero.is-info .subtitle strong {
+ color: #fff;
+}
+
+@media screen and (max-width: 1023px) {
+ .hero.is-info .navbar-menu {
+ background-color: #3e8ed0;
+ }
+}
+
+.hero.is-info .navbar-item,
+.hero.is-info .navbar-link {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
+.hero.is-info .navbar-link:hover,
+.hero.is-info .navbar-link.is-active {
+ background-color: #3082c5;
+ color: #fff;
+}
+
+.hero.is-info .tabs a {
+ color: #fff;
+ opacity: 0.9;
+}
+
+.hero.is-info .tabs a:hover {
+ opacity: 1;
+}
+
+.hero.is-info .tabs li.is-active a {
+ color: #3e8ed0 !important;
+ opacity: 1;
+}
+
+.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
+ color: #fff;
+}
+
+.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1);
+}
+
+.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
+ background-color: #fff;
+ border-color: #fff;
+ color: #3e8ed0;
+}
+
+.hero.is-info.is-bold {
+ background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%);
+}
+
+@media screen and (max-width: 768px) {
+ .hero.is-info.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%);
+ }
+}
+
+.hero.is-success {
+ background-color: #48c78e;
+ color: #fff;
+}
+
+.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-success strong {
+ color: inherit;
+}
+
+.hero.is-success .title {
+ color: #fff;
+}
+
+.hero.is-success .subtitle {
+ color: rgba(255, 255, 255, 0.9);
+}
+
+.hero.is-success .subtitle a:not(.button),
+.hero.is-success .subtitle strong {
+ color: #fff;
+}
+
+@media screen and (max-width: 1023px) {
+ .hero.is-success .navbar-menu {
+ background-color: #48c78e;
+ }
+}
+
+.hero.is-success .navbar-item,
+.hero.is-success .navbar-link {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
+.hero.is-success .navbar-link:hover,
+.hero.is-success .navbar-link.is-active {
+ background-color: #3abb81;
+ color: #fff;
+}
+
+.hero.is-success .tabs a {
+ color: #fff;
+ opacity: 0.9;
+}
+
+.hero.is-success .tabs a:hover {
+ opacity: 1;
+}
+
+.hero.is-success .tabs li.is-active a {
+ color: #48c78e !important;
+ opacity: 1;
+}
+
+.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
+ color: #fff;
+}
+
+.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1);
+}
+
+.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
+ background-color: #fff;
+ border-color: #fff;
+ color: #48c78e;
+}
+
+.hero.is-success.is-bold {
+ background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%);
+}
+
+@media screen and (max-width: 768px) {
+ .hero.is-success.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%);
+ }
+}
+
+.hero.is-warning {
+ background-color: #ffe08a;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-warning strong {
+ color: inherit;
+}
+
+.hero.is-warning .title {
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.hero.is-warning .subtitle {
+ color: rgba(0, 0, 0, 0.9);
+}
+
+.hero.is-warning .subtitle a:not(.button),
+.hero.is-warning .subtitle strong {
+ color: rgba(0, 0, 0, 0.7);
+}
+
+@media screen and (max-width: 1023px) {
+ .hero.is-warning .navbar-menu {
+ background-color: #ffe08a;
+ }
+}
+
+.hero.is-warning .navbar-item,
+.hero.is-warning .navbar-link {
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
+.hero.is-warning .navbar-link:hover,
+.hero.is-warning .navbar-link.is-active {
+ background-color: #ffd970;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.hero.is-warning .tabs a {
+ color: rgba(0, 0, 0, 0.7);
+ opacity: 0.9;
+}
+
+.hero.is-warning .tabs a:hover {
+ opacity: 1;
+}
+
+.hero.is-warning .tabs li.is-active a {
+ color: #ffe08a !important;
+ opacity: 1;
+}
+
+.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1);
+}
+
+.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
+ background-color: rgba(0, 0, 0, 0.7);
+ border-color: rgba(0, 0, 0, 0.7);
+ color: #ffe08a;
+}
+
+.hero.is-warning.is-bold {
+ background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%);
+}
+
+@media screen and (max-width: 768px) {
+ .hero.is-warning.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%);
+ }
+}
+
+.hero.is-danger {
+ background-color: #f14668;
+ color: #fff;
+}
+
+.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-danger strong {
+ color: inherit;
+}
+
+.hero.is-danger .title {
+ color: #fff;
+}
+
+.hero.is-danger .subtitle {
+ color: rgba(255, 255, 255, 0.9);
+}
+
+.hero.is-danger .subtitle a:not(.button),
+.hero.is-danger .subtitle strong {
+ color: #fff;
+}
+
+@media screen and (max-width: 1023px) {
+ .hero.is-danger .navbar-menu {
+ background-color: #f14668;
+ }
+}
+
+.hero.is-danger .navbar-item,
+.hero.is-danger .navbar-link {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
+.hero.is-danger .navbar-link:hover,
+.hero.is-danger .navbar-link.is-active {
+ background-color: #ef2e55;
+ color: #fff;
+}
+
+.hero.is-danger .tabs a {
+ color: #fff;
+ opacity: 0.9;
+}
+
+.hero.is-danger .tabs a:hover {
+ opacity: 1;
+}
+
+.hero.is-danger .tabs li.is-active a {
+ color: #f14668 !important;
+ opacity: 1;
+}
+
+.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
+ color: #fff;
+}
+
+.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
+ background-color: rgba(10, 10, 10, 0.1);
+}
+
+.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
+ background-color: #fff;
+ border-color: #fff;
+ color: #f14668;
+}
+
+.hero.is-danger.is-bold {
+ background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
+}
+
+@media screen and (max-width: 768px) {
+ .hero.is-danger.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
+ }
+}
+
+.hero.is-small .hero-body {
+ padding: 1.5rem;
+}
+
+@media screen and (min-width: 769px), print {
+ .hero.is-medium .hero-body {
+ padding: 9rem 4.5rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .hero.is-large .hero-body {
+ padding: 18rem 6rem;
+ }
+}
+
+.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
+ align-items: center;
+ display: flex;
+}
+
+.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
+ flex-grow: 1;
+ flex-shrink: 1;
+}
+
+.hero.is-halfheight {
+ min-height: 50vh;
+}
+
+.hero.is-fullheight {
+ min-height: 100vh;
+}
+
+.hero-video {
+ overflow: hidden;
+}
+
+.hero-video video {
+ left: 50%;
+ min-height: 100%;
+ min-width: 100%;
+ position: absolute;
+ top: 50%;
+ transform: translate3d(-50%, -50%, 0);
+}
+
+.hero-video.is-transparent {
+ opacity: 0.3;
+}
+
+@media screen and (max-width: 768px) {
+ .hero-video {
+ display: none;
+ }
+}
+
+.hero-buttons {
+ margin-top: 1.5rem;
+}
+
+@media screen and (max-width: 768px) {
+ .hero-buttons .button {
+ display: flex;
+ }
+ .hero-buttons .button:not(:last-child) {
+ margin-bottom: 0.75rem;
+ }
+}
+
+@media screen and (min-width: 769px), print {
+ .hero-buttons {
+ display: flex;
+ justify-content: center;
+ }
+ .hero-buttons .button:not(:last-child) {
+ margin-right: 1.5rem;
+ }
+}
+
+.hero-head,
+.hero-foot {
+ flex-grow: 0;
+ flex-shrink: 0;
+}
+
+.hero-body {
+ flex-grow: 1;
+ flex-shrink: 0;
+ padding: 3rem 1.5rem;
+}
+
+@media screen and (min-width: 769px), print {
+ .hero-body {
+ padding: 3rem 3rem;
+ }
+}
+
+.section {
+ padding: 3rem 1.5rem;
+}
+
+@media screen and (min-width: 1024px) {
+ .section {
+ padding: 3rem 3rem;
+ }
+ .section.is-medium {
+ padding: 9rem 4.5rem;
+ }
+ .section.is-large {
+ padding: 18rem 6rem;
+ }
+}
+
+.footer {
+ background-color: #fafafa;
+ padding: 1rem 1.5rem 1rem;
+}
diff --git a/config/static/xlsx/config/manuel/agrhys_sensorthings.xlsx b/config/static/xlsx/config/manuel/agrhys_sensorthings.xlsx
new file mode 100644
index 0000000..0f6b718
Binary files /dev/null and b/config/static/xlsx/config/manuel/agrhys_sensorthings.xlsx differ
diff --git a/config/static/xlsx/config/manuel/efele_station_campbell_sensorthings.xlsx b/config/static/xlsx/config/manuel/efele_station_campbell_sensorthings.xlsx
new file mode 100644
index 0000000..515e914
Binary files /dev/null and b/config/static/xlsx/config/manuel/efele_station_campbell_sensorthings.xlsx differ
diff --git a/config/static/xlsx/config/semi-auto/hubeau.xlsx b/config/static/xlsx/config/semi-auto/hubeau.xlsx
new file mode 100644
index 0000000..371aca3
Binary files /dev/null and b/config/static/xlsx/config/semi-auto/hubeau.xlsx differ
diff --git a/config/static/xlsx/config/semi-auto/recap_onde.xlsx b/config/static/xlsx/config/semi-auto/recap_onde.xlsx
new file mode 100644
index 0000000..ebad1e7
Binary files /dev/null and b/config/static/xlsx/config/semi-auto/recap_onde.xlsx differ
diff --git a/config/static/xlsx/config_upload/aghrys_sensorthings.xlsx b/config/static/xlsx/config_upload/aghrys_sensorthings.xlsx
new file mode 100644
index 0000000..8253e2a
Binary files /dev/null and b/config/static/xlsx/config_upload/aghrys_sensorthings.xlsx differ
diff --git a/config/static/xlsx/config_upload/aghrys_sensorthings_2.xlsx b/config/static/xlsx/config_upload/aghrys_sensorthings_2.xlsx
new file mode 100644
index 0000000..8253e2a
Binary files /dev/null and b/config/static/xlsx/config_upload/aghrys_sensorthings_2.xlsx differ
diff --git a/config/static/xlsx/config_upload/aghrys_sensorthings_20230609.xlsx b/config/static/xlsx/config_upload/aghrys_sensorthings_20230609.xlsx
new file mode 100644
index 0000000..8253e2a
Binary files /dev/null and b/config/static/xlsx/config_upload/aghrys_sensorthings_20230609.xlsx differ
diff --git a/config/static/xlsx/config_upload/aghrys_sensorthings_3.xlsx b/config/static/xlsx/config_upload/aghrys_sensorthings_3.xlsx
new file mode 100644
index 0000000..8253e2a
Binary files /dev/null and b/config/static/xlsx/config_upload/aghrys_sensorthings_3.xlsx differ
diff --git a/config/static/xlsx/config_upload/agrhys_sensorthings.xlsx b/config/static/xlsx/config_upload/agrhys_sensorthings.xlsx
new file mode 100644
index 0000000..14c4437
Binary files /dev/null and b/config/static/xlsx/config_upload/agrhys_sensorthings.xlsx differ
diff --git a/config/static/xlsx/config_upload/agrhys_sensorthings1.xlsx b/config/static/xlsx/config_upload/agrhys_sensorthings1.xlsx
new file mode 100644
index 0000000..2b71c38
Binary files /dev/null and b/config/static/xlsx/config_upload/agrhys_sensorthings1.xlsx differ
diff --git a/config/static/xlsx/config_upload/agrhys_sensorthings2.xlsx b/config/static/xlsx/config_upload/agrhys_sensorthings2.xlsx
new file mode 100644
index 0000000..0f6b718
Binary files /dev/null and b/config/static/xlsx/config_upload/agrhys_sensorthings2.xlsx differ
diff --git a/config/static/xlsx/config_upload/efele_station_campbell_sensorthings.xlsx b/config/static/xlsx/config_upload/efele_station_campbell_sensorthings.xlsx
new file mode 100644
index 0000000..472295b
Binary files /dev/null and b/config/static/xlsx/config_upload/efele_station_campbell_sensorthings.xlsx differ
diff --git a/config/static/xlsx/config_upload/efele_station_campbell_sensorthings2.xlsx b/config/static/xlsx/config_upload/efele_station_campbell_sensorthings2.xlsx
new file mode 100644
index 0000000..1e104f5
Binary files /dev/null and b/config/static/xlsx/config_upload/efele_station_campbell_sensorthings2.xlsx differ
diff --git a/config/static/xlsx/config_upload/test_3.xlsx b/config/static/xlsx/config_upload/test_3.xlsx
new file mode 100644
index 0000000..5183bdb
Binary files /dev/null and b/config/static/xlsx/config_upload/test_3.xlsx differ
diff --git a/config/static/xlsx/config_upload/test_config.xlsx b/config/static/xlsx/config_upload/test_config.xlsx
new file mode 100644
index 0000000..1e104f5
Binary files /dev/null and b/config/static/xlsx/config_upload/test_config.xlsx differ
diff --git a/config/static/xlsx/data/agrhys_meteo_sensorthings.csv b/config/static/xlsx/data/agrhys_meteo_sensorthings.csv
new file mode 100644
index 0000000..7cf05b0
--- /dev/null
+++ b/config/static/xlsx/data/agrhys_meteo_sensorthings.csv
@@ -0,0 +1,115 @@
+date,niveau_eau_E30_102,niveau_eau_E30_X102,conductivite_E30_224,temperature_E30_X222,temperature_E30_201,niveau_eau_E30_116,niveau_eau_E30_X211,oxygene_dissous_Exutoire_0368
+20220101,15.2,10.2,12.7,3.4,12.6,0,0.91,2551
+20220102,14.9,11.1,13,6.2,11.2,0,1.68,5505
+20220103,16,11.9,13.9,8.2,12.4,0.1,1.81,4090
+20220104,14.2,12.7,13.4,6.4,12.6,0,1.38,560
+20220105,16,11.8,13.9,7.5,10.8,3.8,2.4,1272
+20220106,11.2,6.9,9,3.4,9.3,12,0.97,1303
+20220107,14.4,2.9,8.6,2,8.3,0.1,0.89,8987
+20220108,14.5,-1.1,6.7,3.3,7.5,0.6,1.18,9749
+20220109,13.8,1.1,7.4,8.7,8.6,0.5,1.49,4737
+20220110,14.1,-2.3,5.9,2.1,6.1,0,1.11,9055
+20220111,16,-0.7,7.6,2,5.6,0,1.34,9752
+20220112,12.4,-0.1,6.1,4.9,5.3,0,1.94,10297
+20220113,13.1,0.2,6.6,3.2,5.2,0,1.62,10564
+20220114,15.5,-4.6,5.4,2.2,6.4,0,1.19,10649
+20220115,16.1,-3.6,6.2,2.5,7.2,0.1,1.23,10737
+20220116,14.9,-3.6,5.6,5.6,8.2,0,1.29,10829
+20220117,14.9,2.2,8.5,4.2,8.8,0,1.32,8600
+20220118,14.9,-1.3,6.8,1.9,7.7,0,0.97,9259
+20220119,14.6,-2,6.3,3.5,9.2,0,0.85,9103
+20220120,11.7,11.2,11.5,9.5,8.42,0.2,2.51,5855
+20220121,12.8,6.8,9.8,3.6,8.47,3.7,1.41,7793
+20220122,14,0.5,7.2,2.2,7.5,0,1.09,10618
+20220123,14.6,-3.3,5.6,2.1,7,0,1.1,11559
+20220124,15.7,-3.2,6.2,1.4,7.4,0,0.97,10308
+20220125,15.2,-1.4,6.9,1.9,7.4,0,1.13,10289
+20220126,14.1,-2.1,6,3.3,7.6,0,1.24,8680
+20220127,15,-2.2,6.4,3.6,8.2,0,1.27,11812
+20220128,14.3,7.5,10.9,3.3,8.53,0,1.59,9713
+20220129,15.2,5,10.1,3.6,8.37,0,1.59,11463
+20220130,14.4,6.4,10.4,6.2,9.07,0,1.86,7889
+20220131,13.8,5.9,9.9,7.1,9.1,0,1.73,8763
+20220201,17.5,-2.5,7.5,1.8,5.9,0,1.59,12712
+20220202,16.2,0,8.1,6.7,9.4,0,1.65,12370
+20220203,17.3,0.5,8.9,3.4,10.2,0.1,1.36,12998
+20220204,15.5,7.7,11.6,4.1,10.7,0.1,1.43,10187
+20220205,16.7,10,13.3,3.5,10.2,0.1,1.86,5592
+20220206,15.3,7.1,11.2,4.4,10.13,0,1.61,10952
+20220207,15.6,9.9,12.7,9,9.67,0.2,2.63,7988
+20220208,15.7,7.9,11.8,3.1,6.92,0,2.22,13746
+20220209,17.7,-3.4,7.1,2.7,7,0.1,1.92,13914
+20220210,17.3,-3.1,7.1,2.2,7.1,0,1.72,14074
+20220211,15.5,-4.6,5.4,2.7,7.4,0.1,1.53,14237
+20220212,15.9,-1.2,7.3,3.1,8.2,0,1.65,14402
+20220213,17.1,3.3,10.2,2.9,9.2,0,1.68,9293
+20220214,17,2.9,9.9,2.8,9.8,8.9,1.53,10006
+20220215,14.1,6.9,10.5,6.9,9.7,1.4,1.83,6449
+20220216,16.4,7.5,11.9,5.9,9.4,0,2.5,12064
+20220217,19.1,8.9,14,6.9,12.2,0.1,2.46,12483
+20220218,21.1,4.8,12.9,6.3,12.6,0,2.42,15428
+20220219,13.9,12.9,13.4,8.2,11.92,0,1.73,4427
+20220220,15.8,8.4,12.1,6.2,10.2,0,2.34,13199
+20220221,15.6,9.6,12.6,11.2,9.8,0.3,2.95,5520
+20220222,16.8,9.1,13,4.8,8.63,0,2.89,12776
+20220223,17.6,6.8,12.2,2.6,8.63,0.1,2.16,15122
+20220224,17.7,5.4,11.5,2.9,9.03,0.1,2.2,16053
+20220225,15.6,7.4,11.5,5.6,8.97,0,2.51,12349
+20220226,14.5,7.1,10.8,5.6,5.43,0,3.43,13420
+20220227,13.8,5,9.4,4.8,4.77,0,3.27,15808
+20220228,15.6,0.1,7.8,2.2,6.1,0,2.19,17179
+20220301,11.3,-3.6,3.8,3.5,5.4,0,1.91,15551
+20220302,13.1,2,7.5,2.8,6.43,0,2.05,16556
+20220303,14.1,-2.4,5.8,1.3,7.8,0.2,1.05,5712
+20220304,14.7,3.6,9.1,3,9.7,3.7,1.38,7653
+20220305,13.6,2.3,7.9,4.4,6.9,0,2.3,13332
+20220306,13.1,3.2,8.1,3.1,6.6,0.3,2.13,12865
+20220307,12.8,-0.1,6.3,2.6,6,0,2.05,15734
+20220308,12.9,2.4,7.6,3.6,6.17,0,2.4,17092
+20220309,13.8,4,8.9,3,6.17,0,2.49,17411
+20220310,15.1,2.8,8.9,2.1,7.13,0.1,2.29,19015
+20220311,15.4,1.8,8.6,4.5,9.1,0,2.21,18736
+20220312,14.8,7.7,11.2,5.5,8.4,0,2.52,11609
+20220313,11.8,9.5,10.6,5.4,11.7,6.2,0.84,2081
+20220314,16.9,11.3,14.1,5.2,13.6,0,1.64,6882
+20220315,14.7,12.5,13.6,8.2,12.9,0,1.56,2075
+20220316,15.3,12.7,14,9,13,0,1.87,4721
+20220317,17.7,12.4,15,7.3,11.5,0.1,3.09,9965
+20220318,13.8,13.1,13.4,5.9,11.1,14.9,1.93,1002
+20220319,12.7,10,11.3,7.8,10.7,16.7,1.62,2460
+20220320,13.9,8.9,11.4,5.1,10.4,2.4,2.03,11024
+20220321,13.8,2,7.9,4.7,7.2,0,2.65,18832
+20220322,15.2,-2.8,6.2,3.5,6.7,0,2.67,21519
+20220323,17.3,-0.8,8.2,3.4,7,0.1,3.07,21713
+20220324,19.4,1.4,10.4,4.3,6.4,0,3.99,21905
+20220325,17,5.9,11.4,6.6,9.4,0,3.21,19082
+20220326,15.9,10.7,13.3,6.7,7.6,0.1,3.97,12957
+20220327,20.3,12.9,16.6,5.6,7.6,0,5.08,17716
+20220328,21.1,4.5,12.8,2.4,8.1,0,3.6,22669
+20220329,18.6,2.5,10.5,4.4,10.4,8.6,2.96,22859
+20220330,16.9,11.7,14.3,2.7,14.17,3.9,1.43,6943
+20220331,16.9,13.1,15,8,12.9,0,2.61,9509
+20220401,14.9,12.1,13.5,11.2,8.8,4.1,4.04,9625
+20220402,11.8,5.8,8.8,7.9,7.49,7.4,2.57,9827
+20220403,12.9,5.3,9.1,6.2,7.7,0,2.81,17013
+20220404,15.4,1.5,8.4,2.9,7.9,0,2.66,19787
+20220405,17.3,-1.4,7.9,2.8,8.1,0,2.99,24156
+20220406,12.7,6.4,9.5,3.4,10.13,4,1.56,9893
+20220407,18.5,7.9,13.2,9.3,12,0,3.18,20190
+20220408,19.9,13,16.4,8.6,14.4,0,3.2,14710
+20220409,17.5,13.5,15.5,9.2,10.2,0,4.53,17193
+20220410,16.6,6.7,11.6,3.5,7.8,0,3.62,23860
+20220411,17.5,1,9.2,5.9,8.4,0,3.56,25221
+20220412,17.5,7.9,12.7,5.7,11.1,0,3.11,20615
+20220413,18.3,12.9,15.6,6.9,11.6,0,3.9,18394
+20220414,21.2,11,16.1,5.4,8.7,0,5.06,20921
+20220415,24.2,10.5,17.3,2.9,9,0.1,4.94,25239
+20220416,23.7,2.8,13.2,3.9,10.7,0,4.4,26069
+20220417,18.3,9.7,14,4.8,7.6,0,4.69,23843
+20220418,18.3,6.9,12.6,3.8,8.57,0,3.98,24979
+20220419,20.9,3.3,12.1,4.4,10.3,0,4.03,26557
+20220420,19.3,8.1,13.7,5.8,12.4,1.4,3.25,20512
+20220421,17,12.2,14.6,6.8,13,33.6,2.61,12305
+20220422,19.7,10.9,15.3,5.7,13.7,0,2.91,14796
+20220423,21.8,10.7,16.2,6,13.3,0,4.26,23896
+20220424,17.7,12.6,15.1,8,13.1,0.8,2.61,8016
diff --git a/config/static/xlsx/data/agri4cast_src.csv b/config/static/xlsx/data/agri4cast_src.csv
new file mode 100644
index 0000000..55f46b7
--- /dev/null
+++ b/config/static/xlsx/data/agri4cast_src.csv
@@ -0,0 +1,366096 @@
+GRID_NO;LATITUDE;LONGITUDE;ALTITUDE;DAY;TEMPERATURE_MAX;TEMPERATURE_MIN;TEMPERATURE_AVG;WINDSPEED;VAPOURPRESSURE;PRECIPITATION;ET0;RADIATION
+59106;41.4486;9.11292;40;20220101;15.2;10.2;12.7;3.4;12.6;0;.91;2551
+59106;41.4486;9.11292;40;20220102;14.9;11.1;13;6.2;11.2;0;1.68;5505
+59106;41.4486;9.11292;40;20220103;16;11.9;13.9;8.2;12.4;.1;1.81;4090
+59106;41.4486;9.11292;40;20220104;14.2;12.7;13.4;6.4;12.6;0;1.38;560
+59106;41.4486;9.11292;40;20220105;16;11.8;13.9;7.5;10.8;3.8;2.4;1272
+59106;41.4486;9.11292;40;20220106;11.2;6.9;9;3.4;9.3;12;.97;1303
+59106;41.4486;9.11292;40;20220107;14.4;2.9;8.6;2;8.3;.1;.89;8987
+59106;41.4486;9.11292;40;20220108;14.5;-1.1;6.7;3.3;7.5;.6;1.18;9749
+59106;41.4486;9.11292;40;20220109;13.8;1.1;7.4;8.7;8.6;.5;1.49;4737
+59106;41.4486;9.11292;40;20220110;14.1;-2.3;5.9;2.1;6.1;0;1.11;9055
+59106;41.4486;9.11292;40;20220111;16;-.7;7.6;2;5.6;0;1.34;9752
+59106;41.4486;9.11292;40;20220112;12.4;-.1;6.1;4.9;5.3;0;1.94;10297
+59106;41.4486;9.11292;40;20220113;13.1;.2;6.6;3.2;5.2;0;1.62;10564
+59106;41.4486;9.11292;40;20220114;15.5;-4.6;5.4;2.2;6.4;0;1.19;10649
+59106;41.4486;9.11292;40;20220115;16.1;-3.6;6.2;2.5;7.2;.1;1.23;10737
+59106;41.4486;9.11292;40;20220116;14.9;-3.6;5.6;5.6;8.2;0;1.29;10829
+59106;41.4486;9.11292;40;20220117;14.9;2.2;8.5;4.2;8.8;0;1.32;8600
+59106;41.4486;9.11292;40;20220118;14.9;-1.3;6.8;1.9;7.7;0;.97;9259
+59106;41.4486;9.11292;40;20220119;14.6;-2;6.3;3.5;9.2;0;.85;9103
+59106;41.4486;9.11292;40;20220120;11.7;11.2;11.5;9.5;8.42;.2;2.51;5855
+59106;41.4486;9.11292;40;20220121;12.8;6.8;9.8;3.6;8.47;3.7;1.41;7793
+59106;41.4486;9.11292;40;20220122;14;.5;7.2;2.2;7.5;0;1.09;10618
+59106;41.4486;9.11292;40;20220123;14.6;-3.3;5.6;2.1;7;0;1.1;11559
+59106;41.4486;9.11292;40;20220124;15.7;-3.2;6.2;1.4;7.4;0;.97;10308
+59106;41.4486;9.11292;40;20220125;15.2;-1.4;6.9;1.9;7.4;0;1.13;10289
+59106;41.4486;9.11292;40;20220126;14.1;-2.1;6;3.3;7.6;0;1.24;8680
+59106;41.4486;9.11292;40;20220127;15;-2.2;6.4;3.6;8.2;0;1.27;11812
+59106;41.4486;9.11292;40;20220128;14.3;7.5;10.9;3.3;8.53;0;1.59;9713
+59106;41.4486;9.11292;40;20220129;15.2;5;10.1;3.6;8.37;0;1.59;11463
+59106;41.4486;9.11292;40;20220130;14.4;6.4;10.4;6.2;9.07;0;1.86;7889
+59106;41.4486;9.11292;40;20220131;13.8;5.9;9.9;7.1;9.1;0;1.73;8763
+59106;41.4486;9.11292;40;20220201;17.5;-2.5;7.5;1.8;5.9;0;1.59;12712
+59106;41.4486;9.11292;40;20220202;16.2;0;8.1;6.7;9.4;0;1.65;12370
+59106;41.4486;9.11292;40;20220203;17.3;.5;8.9;3.4;10.2;.1;1.36;12998
+59106;41.4486;9.11292;40;20220204;15.5;7.7;11.6;4.1;10.7;.1;1.43;10187
+59106;41.4486;9.11292;40;20220205;16.7;10;13.3;3.5;10.2;.1;1.86;5592
+59106;41.4486;9.11292;40;20220206;15.3;7.1;11.2;4.4;10.13;0;1.61;10952
+59106;41.4486;9.11292;40;20220207;15.6;9.9;12.7;9;9.67;.2;2.63;7988
+59106;41.4486;9.11292;40;20220208;15.7;7.9;11.8;3.1;6.92;0;2.22;13746
+59106;41.4486;9.11292;40;20220209;17.7;-3.4;7.1;2.7;7;.1;1.92;13914
+59106;41.4486;9.11292;40;20220210;17.3;-3.1;7.1;2.2;7.1;0;1.72;14074
+59106;41.4486;9.11292;40;20220211;15.5;-4.6;5.4;2.7;7.4;.1;1.53;14237
+59106;41.4486;9.11292;40;20220212;15.9;-1.2;7.3;3.1;8.2;0;1.65;14402
+59106;41.4486;9.11292;40;20220213;17.1;3.3;10.2;2.9;9.2;0;1.68;9293
+59106;41.4486;9.11292;40;20220214;17;2.9;9.9;2.8;9.8;8.9;1.53;10006
+59106;41.4486;9.11292;40;20220215;14.1;6.9;10.5;6.9;9.7;1.4;1.83;6449
+59106;41.4486;9.11292;40;20220216;16.4;7.5;11.9;5.9;9.4;0;2.5;12064
+59106;41.4486;9.11292;40;20220217;19.1;8.9;14;6.9;12.2;.1;2.46;12483
+59106;41.4486;9.11292;40;20220218;21.1;4.8;12.9;6.3;12.6;0;2.42;15428
+59106;41.4486;9.11292;40;20220219;13.9;12.9;13.4;8.2;11.92;0;1.73;4427
+59106;41.4486;9.11292;40;20220220;15.8;8.4;12.1;6.2;10.2;0;2.34;13199
+59106;41.4486;9.11292;40;20220221;15.6;9.6;12.6;11.2;9.8;.3;2.95;5520
+59106;41.4486;9.11292;40;20220222;16.8;9.1;13;4.8;8.63;0;2.89;12776
+59106;41.4486;9.11292;40;20220223;17.6;6.8;12.2;2.6;8.63;.1;2.16;15122
+59106;41.4486;9.11292;40;20220224;17.7;5.4;11.5;2.9;9.03;.1;2.2;16053
+59106;41.4486;9.11292;40;20220225;15.6;7.4;11.5;5.6;8.97;0;2.51;12349
+59106;41.4486;9.11292;40;20220226;14.5;7.1;10.8;5.6;5.43;0;3.43;13420
+59106;41.4486;9.11292;40;20220227;13.8;5;9.4;4.8;4.77;0;3.27;15808
+59106;41.4486;9.11292;40;20220228;15.6;.1;7.8;2.2;6.1;0;2.19;17179
+59106;41.4486;9.11292;40;20220301;11.3;-3.6;3.8;3.5;5.4;0;1.91;15551
+59106;41.4486;9.11292;40;20220302;13.1;2;7.5;2.8;6.43;0;2.05;16556
+59106;41.4486;9.11292;40;20220303;14.1;-2.4;5.8;1.3;7.8;.2;1.05;5712
+59106;41.4486;9.11292;40;20220304;14.7;3.6;9.1;3;9.7;3.7;1.38;7653
+59106;41.4486;9.11292;40;20220305;13.6;2.3;7.9;4.4;6.9;0;2.3;13332
+59106;41.4486;9.11292;40;20220306;13.1;3.2;8.1;3.1;6.6;.3;2.13;12865
+59106;41.4486;9.11292;40;20220307;12.8;-.1;6.3;2.6;6;0;2.05;15734
+59106;41.4486;9.11292;40;20220308;12.9;2.4;7.6;3.6;6.17;0;2.4;17092
+59106;41.4486;9.11292;40;20220309;13.8;4;8.9;3;6.17;0;2.49;17411
+59106;41.4486;9.11292;40;20220310;15.1;2.8;8.9;2.1;7.13;.1;2.29;19015
+59106;41.4486;9.11292;40;20220311;15.4;1.8;8.6;4.5;9.1;0;2.21;18736
+59106;41.4486;9.11292;40;20220312;14.8;7.7;11.2;5.5;8.4;0;2.52;11609
+59106;41.4486;9.11292;40;20220313;11.8;9.5;10.6;5.4;11.7;6.2;.84;2081
+59106;41.4486;9.11292;40;20220314;16.9;11.3;14.1;5.2;13.6;0;1.64;6882
+59106;41.4486;9.11292;40;20220315;14.7;12.5;13.6;8.2;12.9;0;1.56;2075
+59106;41.4486;9.11292;40;20220316;15.3;12.7;14;9;13;0;1.87;4721
+59106;41.4486;9.11292;40;20220317;17.7;12.4;15;7.3;11.5;.1;3.09;9965
+59106;41.4486;9.11292;40;20220318;13.8;13.1;13.4;5.9;11.1;14.9;1.93;1002
+59106;41.4486;9.11292;40;20220319;12.7;10;11.3;7.8;10.7;16.7;1.62;2460
+59106;41.4486;9.11292;40;20220320;13.9;8.9;11.4;5.1;10.4;2.4;2.03;11024
+59106;41.4486;9.11292;40;20220321;13.8;2;7.9;4.7;7.2;0;2.65;18832
+59106;41.4486;9.11292;40;20220322;15.2;-2.8;6.2;3.5;6.7;0;2.67;21519
+59106;41.4486;9.11292;40;20220323;17.3;-.8;8.2;3.4;7;.1;3.07;21713
+59106;41.4486;9.11292;40;20220324;19.4;1.4;10.4;4.3;6.4;0;3.99;21905
+59106;41.4486;9.11292;40;20220325;17;5.9;11.4;6.6;9.4;0;3.21;19082
+59106;41.4486;9.11292;40;20220326;15.9;10.7;13.3;6.7;7.6;.1;3.97;12957
+59106;41.4486;9.11292;40;20220327;20.3;12.9;16.6;5.6;7.6;0;5.08;17716
+59106;41.4486;9.11292;40;20220328;21.1;4.5;12.8;2.4;8.1;0;3.6;22669
+59106;41.4486;9.11292;40;20220329;18.6;2.5;10.5;4.4;10.4;8.6;2.96;22859
+59106;41.4486;9.11292;40;20220330;16.9;11.7;14.3;2.7;14.17;3.9;1.43;6943
+59106;41.4486;9.11292;40;20220331;16.9;13.1;15;8;12.9;0;2.61;9509
+59106;41.4486;9.11292;40;20220401;14.9;12.1;13.5;11.2;8.8;4.1;4.04;9625
+59106;41.4486;9.11292;40;20220402;11.8;5.8;8.8;7.9;7.49;7.4;2.57;9827
+59106;41.4486;9.11292;40;20220403;12.9;5.3;9.1;6.2;7.7;0;2.81;17013
+59106;41.4486;9.11292;40;20220404;15.4;1.5;8.4;2.9;7.9;0;2.66;19787
+59106;41.4486;9.11292;40;20220405;17.3;-1.4;7.9;2.8;8.1;0;2.99;24156
+59106;41.4486;9.11292;40;20220406;12.7;6.4;9.5;3.4;10.13;4;1.56;9893
+59106;41.4486;9.11292;40;20220407;18.5;7.9;13.2;9.3;12;0;3.18;20190
+59106;41.4486;9.11292;40;20220408;19.9;13;16.4;8.6;14.4;0;3.2;14710
+59106;41.4486;9.11292;40;20220409;17.5;13.5;15.5;9.2;10.2;0;4.53;17193
+59106;41.4486;9.11292;40;20220410;16.6;6.7;11.6;3.5;7.8;0;3.62;23860
+59106;41.4486;9.11292;40;20220411;17.5;1;9.2;5.9;8.4;0;3.56;25221
+59106;41.4486;9.11292;40;20220412;17.5;7.9;12.7;5.7;11.1;0;3.11;20615
+59106;41.4486;9.11292;40;20220413;18.3;12.9;15.6;6.9;11.6;0;3.9;18394
+59106;41.4486;9.11292;40;20220414;21.2;11;16.1;5.4;8.7;0;5.06;20921
+59106;41.4486;9.11292;40;20220415;24.2;10.5;17.3;2.9;9;.1;4.94;25239
+59106;41.4486;9.11292;40;20220416;23.7;2.8;13.2;3.9;10.7;0;4.4;26069
+59106;41.4486;9.11292;40;20220417;18.3;9.7;14;4.8;7.6;0;4.69;23843
+59106;41.4486;9.11292;40;20220418;18.3;6.9;12.6;3.8;8.57;0;3.98;24979
+59106;41.4486;9.11292;40;20220419;20.9;3.3;12.1;4.4;10.3;0;4.03;26557
+59106;41.4486;9.11292;40;20220420;19.3;8.1;13.7;5.8;12.4;1.4;3.25;20512
+59106;41.4486;9.11292;40;20220421;17;12.2;14.6;6.8;13;33.6;2.61;12305
+59106;41.4486;9.11292;40;20220422;19.7;10.9;15.3;5.7;13.7;0;2.91;14796
+59106;41.4486;9.11292;40;20220423;21.8;10.7;16.2;6;13.3;0;4.26;23896
+59106;41.4486;9.11292;40;20220424;17.7;12.6;15.1;8;13.1;.8;2.61;8016
+59106;41.4486;9.11292;40;20220425;20.7;13.3;17;5.6;12.5;.1;4.57;23932
+59106;41.4486;9.11292;40;20220426;22.5;4.9;13.7;3.4;11.1;.1;4.35;27632
+59106;41.4486;9.11292;40;20220427;22;4.7;13.3;3.6;13.2;.3;3.83;27778
+59106;41.4486;9.11292;40;20220428;23.8;10.7;17.2;3.9;11.6;.1;5.19;27921
+59106;41.4486;9.11292;40;20220429;22.3;4;13.1;3.2;9.3;0;4.6;28063
+59106;41.4486;9.11292;40;20220430;22.9;2;12.4;2.9;10.2;.1;4.37;28202
+59106;41.4486;9.11292;40;20220501;20.8;6;13.4;2.1;11.9;0;3.17;19910
+59106;41.4486;9.11292;40;20220502;22.3;3.3;12.8;2.7;11.3;0;4.06;27230
+59106;41.4486;9.11292;40;20220503;23.6;5.5;14.5;2.3;11.6;.1;4.47;28607
+59106;41.4486;9.11292;40;20220504;22.2;8.4;15.3;3.9;12.8;1.4;3.83;21310
+59106;41.4486;9.11292;40;20220505;15.3;13.3;14.3;4.7;14.4;15.3;1.19;3009
+59106;41.4486;9.11292;40;20220506;19.3;12.3;15.8;4.4;14.7;6.3;2.55;12906
+59106;41.4486;9.11292;40;20220507;22.9;13.8;18.3;3.1;14.8;.4;3.46;15770
+59106;41.4486;9.11292;40;20220508;22.9;9.3;16.1;2;13.7;1;3.58;20911
+59106;41.4486;9.11292;40;20220509;23.1;9.2;16.1;1.7;13.6;.2;3.98;24718
+59106;41.4486;9.11292;40;20220510;26;6.9;16.4;2.6;13.1;.1;5;29471
+59106;41.4486;9.11292;40;20220511;25.4;7.3;16.3;2.5;14;0;4.8;29585
+59106;41.4486;9.11292;40;20220512;27;6.7;16.8;2.2;13.4;0;5.07;29696
+59106;41.4486;9.11292;40;20220513;27.4;5.7;16.5;2.7;12.4;.1;5.36;29805
+59106;41.4486;9.11292;40;20220514;26.5;5.4;15.9;2.7;12.3;0;5.19;29912
+59106;41.4486;9.11292;40;20220515;27.6;5.7;16.6;2.3;12.4;.1;5.3;30016
+59106;41.4486;9.11292;40;20220516;27.5;7.8;17.6;2.5;13.7;.1;5.35;30117
+59106;41.4486;9.11292;40;20220517;28.8;9.9;19.3;1.7;15.2;0;5.35;30216
+59106;41.4486;9.11292;40;20220518;29.8;9.2;19.5;1.9;15;.1;5.56;30312
+59106;41.4486;9.11292;40;20220519;27.3;15.8;21.5;4.5;16;.1;6.26;30406
+59106;41.4486;9.11292;40;20220520;29.6;16.5;23;3.3;14.2;.3;6.73;30497
+59106;41.4486;9.11292;40;20220521;28.8;10.7;19.7;4.6;17;0;5.89;30585
+59106;41.4486;9.11292;40;20220522;29.6;9.5;19.5;2.9;15.6;0;5.87;30671
+59106;41.4486;9.11292;40;20220523;32.8;10.5;21.6;3.6;18.2;.1;6.58;30754
+59106;41.4486;9.11292;40;20220524;28.7;15.4;22;6.1;19.6;0;5.81;27649
+59106;41.4486;9.11292;40;20220525;28.7;15.3;22;3;19.8;.5;5.52;28966
+59106;41.4486;9.11292;40;20220526;29.4;16.9;23.1;2.9;20.1;0;5.09;23709
+59106;41.4486;9.11292;40;20220527;31;20.6;25.8;5.8;16.3;0;7.72;25432
+59106;41.4486;9.11292;40;20220528;31.2;21.8;26.5;3.9;16.9;0;6.97;25449
+59106;41.4486;9.11292;40;20220529;25.1;17.5;21.3;7.7;18.1;0;4.35;14219
+59106;41.4486;9.11292;40;20220530;29.7;17.9;23.8;4.3;14.7;0;7.26;30164
+59106;41.4486;9.11292;40;20220531;27.7;13.1;20.4;4.1;17.2;.1;5.64;29093
+59106;41.4486;9.11292;40;20220601;29.9;12.8;21.3;3;19.3;.1;5.9;31378
+59106;41.4486;9.11292;40;20220602;30.2;13.8;22;5.2;18.8;0;6.46;30678
+59106;41.4486;9.11292;40;20220603;27.6;21.4;24.5;6.9;21.7;0;5.01;17032
+59106;41.4486;9.11292;40;20220604;35;21.3;28.1;5.6;21.6;0;8.02;26517
+59106;41.4486;9.11292;40;20220605;31.2;21.9;26.5;5.5;19.4;0;7.58;28124
+59106;41.4486;9.11292;40;20220606;31.1;20.3;25.7;7.1;20.1;0;7.89;30905
+59106;41.4486;9.11292;40;20220607;29.2;14.7;21.9;6.9;18.5;0;6.7;31666
+59106;41.4486;9.11292;40;20220608;28.4;20.6;24.5;7.3;18.7;0;6.1;17975
+59106;41.4486;9.11292;40;20220609;28.3;20.5;24.4;6.6;16.7;0;7.3;26698
+59106;41.4486;9.11292;40;20220610;28.1;11.3;19.7;2.2;15.3;.1;5.76;31771
+59106;41.4486;9.11292;40;20220611;30.6;10.4;20.5;2.2;14.1;.1;6.22;31801
+59106;41.4486;9.11292;40;20220612;32.5;10.8;21.6;2.2;13.9;0;6.59;31827
+59106;41.4486;9.11292;40;20220613;30.5;12.1;21.3;4.1;15.9;0;6.81;31850
+59106;41.4486;9.11292;40;20220614;30.8;15.1;22.9;2.5;19.9;.1;6.23;31871
+59106;41.4486;9.11292;40;20220615;33.5;12.5;23;2.1;18.2;0;6.53;31888
+59106;41.4486;9.11292;40;20220616;32.6;14.4;23.5;2.5;18.5;.1;6.64;31903
+59106;41.4486;9.11292;40;20220617;35.2;13.7;24.4;2.1;17.9;0;6.92;31914
+59106;41.4486;9.11292;40;20220618;32.3;20.8;26.5;4.4;18.6;0;7.91;31796
+59106;41.4486;9.11292;40;20220619;32;14.5;23.2;2.1;16.8;0;6.51;31929
+59106;41.4486;9.11292;40;20220620;34.1;20.1;27.1;2.8;18.8;0;7.48;31931
+59106;41.4486;9.11292;40;20220621;35.1;16.3;25.7;3.8;19.6;0;7.77;31931
+59106;41.4486;9.11292;40;20220622;30.7;22;26.3;5.2;24.4;.1;6.18;25798
+59106;41.4486;9.11292;40;20220623;32.5;20.6;26.5;5.2;22.9;.1;6.59;24660
+59106;41.4486;9.11292;40;20220624;30.7;22.2;26.4;5.4;18.3;.1;7.51;26636
+59106;41.4486;9.11292;40;20220625;34.2;23.2;28.7;5;19.6;0;7.85;24281
+59106;41.4486;9.11292;40;20220626;31.3;22.9;27.1;7.6;22.6;0;7.3;24831
+59106;41.4486;9.11292;40;20220627;35;23;29;5.9;26.3;.1;7.97;29852
+59106;41.4486;9.11292;40;20220628;30.7;24.3;27.5;4.9;25.3;.2;5.12;16678
+59106;41.4486;9.11292;40;20220629;30.4;22;26.2;7.2;19.6;.1;8.16;31106
+59106;41.4486;9.11292;40;20220630;32.4;12.9;22.6;3.4;17.3;0;6.92;31796
+59106;41.4486;9.11292;40;20220701;34.1;18.8;26.4;3.9;17.8;0;7.91;31139
+59106;41.4486;9.11292;40;20220702;33.1;12.7;22.9;1.7;15.2;0;6.4;31734
+59106;41.4486;9.11292;40;20220703;36.2;14.2;25.2;2.3;16.2;0;7.3;31698
+59106;41.4486;9.11292;40;20220704;38.8;14.9;26.8;2.3;15.8;0;7.8;31660
+59106;41.4486;9.11292;40;20220705;32.9;16.3;24.6;4.5;19.2;.1;7.44;31619
+59106;41.4486;9.11292;40;20220706;34.1;23.3;28.7;7;23.2;0;8.84;31575
+59106;41.4486;9.11292;40;20220707;30.9;22.9;26.9;7;21.3;0;7.53;26613
+59106;41.4486;9.11292;40;20220708;31.8;17.4;24.6;2.5;17.9;0;5.45;22028
+59106;41.4486;9.11292;40;20220709;32.6;12.8;22.7;2.6;13.3;0;6.93;31426
+59106;41.4486;9.11292;40;20220710;31.9;17.4;24.6;2.8;15.7;0;6.98;31115
+59106;41.4486;9.11292;40;20220711;34.9;12.5;23.7;2.7;14.6;0;7.28;31312
+59106;41.4486;9.11292;40;20220712;34;14.4;24.2;2.9;15.1;0;7.28;31251
+59106;41.4486;9.11292;40;20220713;33.2;16.1;24.6;2.2;18.2;.1;6.62;31188
+59106;41.4486;9.11292;40;20220714;34.5;16;25.2;2.2;17.4;0;6.86;31121
+59106;41.4486;9.11292;40;20220715;35.2;15.2;25.2;3.6;18.9;0;7.53;31052
+59106;41.4486;9.11292;40;20220716;35;17.4;26.2;3.1;20.3;.1;7.27;30980
+59106;41.4486;9.11292;40;20220717;35.3;15.6;25.4;2.2;21.7;.1;6.67;30906
+59106;41.4486;9.11292;40;20220718;36.8;23.5;30.1;4.2;20.4;.1;8.77;30828
+59106;41.4486;9.11292;40;20220719;35.9;16.9;26.4;2.8;15.2;0;7.62;30748
+59106;41.4486;9.11292;40;20220720;38.3;18.2;28.2;2.5;16.9;0;7.75;30666
+59106;41.4486;9.11292;40;20220721;37.7;18.7;28.2;2.8;22.2;.1;7.54;30581
+59106;41.4486;9.11292;40;20220722;37.5;16;26.7;2.8;19.9;0;7.48;30493
+59106;41.4486;9.11292;40;20220723;37.2;16.9;27;3.6;18.4;0;8.08;30402
+59106;41.4486;9.11292;40;20220724;34.4;17.9;26.1;4.4;21.8;0;7.36;30309
+59106;41.4486;9.11292;40;20220725;36.8;17.2;27;3.9;20.1;0;7.94;30214
+59106;41.4486;9.11292;40;20220726;33.5;25.3;29.4;7.6;23.6;0;8.75;29040
+59106;41.4486;9.11292;40;20220727;33.5;22.4;27.9;6.7;19.3;0;8.85;29424
+59106;41.4486;9.11292;40;20220728;33.3;16;24.6;3.8;17.8;0;7.15;29912
+59106;41.4486;9.11292;40;20220729;36.2;15.8;26;2.8;16.8;0;7.31;29807
+59106;41.4486;9.11292;40;20220730;33.9;21.9;27.9;6.6;19.9;0;8.75;29699
+59106;41.4486;9.11292;40;20220731;34.2;16.2;25.2;2.2;20.1;0;6.35;29589
+59106;41.4486;9.11292;40;20220801;35.3;16.8;26;2.1;19.6;0;6.52;29476
+59106;41.4486;9.11292;40;20220802;37.2;15.3;26.2;2.4;18.9;0;6.96;29361
+59106;41.4486;9.11292;40;20220803;36.4;17.1;26.7;1.6;20.7;0;6.16;28233
+59106;41.4486;9.11292;40;20220804;36.2;17.8;27;2.1;21.5;0;6.55;29124
+59106;41.4486;9.11292;40;20220805;37.9;16.8;27.3;2.4;18.7;0;7.1;29002
+59106;41.4486;9.11292;40;20220806;34.4;17.1;25.7;3.6;22.1;0;6.7;28878
+59106;41.4486;9.11292;40;20220807;35.6;18.7;27.1;2.8;24.2;0;6.58;28752
+59106;41.4486;9.11292;40;20220808;33.5;18.8;26.1;2.5;22;0;6.15;28118
+59106;41.4486;9.11292;40;20220809;34.6;18.6;26.6;1.8;20.3;1.2;5.93;27176
+59106;41.4486;9.11292;40;20220810;33.1;17.8;25.4;2.2;21;1.2;5.98;28359
+59106;41.4486;9.11292;40;20220811;32.1;16;24;1.4;20.1;0;5.16;26312
+59106;41.4486;9.11292;40;20220812;32.9;15.1;24;3.2;20.1;1.2;6.12;28067
+59106;41.4486;9.11292;40;20220813;30.4;20.9;25.6;2.8;23.4;.6;3.7;13042
+59106;41.4486;9.11292;40;20220814;32.9;20.6;26.7;2.9;21;.3;6.35;27806
+59106;41.4486;9.11292;40;20220815;32.1;20.4;26.2;3.6;24.3;.7;5.89;26604
+59106;41.4486;9.11292;40;20220816;34.9;20.4;27.6;3.1;24.6;.1;6.42;27518
+59106;41.4486;9.11292;40;20220817;33.2;24;28.6;6.1;25.4;.1;6.72;23052
+59106;41.4486;9.11292;40;20220818;34.4;25.5;29.9;5.7;23;4.6;7.5;22166
+59106;41.4486;9.11292;40;20220819;29.3;21.8;25.5;6.1;20.5;1.4;5.85;19753
+59106;41.4486;9.11292;40;20220820;29.7;21.8;25.7;6.3;21.7;0;6.2;24058
+59106;41.4486;9.11292;40;20220821;30.8;23.6;27.2;7.8;22;0;7.17;24035
+59106;41.4486;9.11292;40;20220822;32.4;16.6;24.5;2.3;20.4;.4;5.5;26606
+59106;41.4486;9.11292;40;20220823;33.6;14.9;24.2;1.9;19.1;0;5.29;25180
+59106;41.4486;9.11292;40;20220824;33.7;16.6;25.1;2.4;19.2;0;5.72;25770
+59106;41.4486;9.11292;40;20220825;33;14.6;23.8;2.3;18.8;0;5.49;26126
+59106;41.4486;9.11292;40;20220826;33.5;16.3;24.9;2.5;18.7;0;5.75;25963
+59106;41.4486;9.11292;40;20220827;32;16.4;24.2;3.4;21.1;0;5.56;25798
+59106;41.4486;9.11292;40;20220828;31.1;17.8;24.4;3.8;21.9;0;5.47;25632
+59106;41.4486;9.11292;40;20220829;32.7;16.5;24.6;2.7;20.1;0;5.5;25464
+59106;41.4486;9.11292;40;20220830;33.3;14.9;24.1;2.5;18.8;0;5.49;25294
+59106;41.4486;9.11292;40;20220831;31.2;14.1;22.6;5;20.1;8.4;5.36;23195
+59106;41.4486;9.11292;40;20220901;30.6;20.9;25.7;4.3;22.4;.2;5.39;22523
+59106;41.4486;9.11292;40;20220902;31.5;15.5;23.5;2;19.6;1.2;4.65;23014
+59106;41.4486;9.11292;40;20220903;31.7;20.4;26;3.6;22.7;7.3;5.47;23973
+59106;41.4486;9.11292;40;20220904;31.9;20.1;26;3.2;23.3;1.9;5.25;23710
+59106;41.4486;9.11292;40;20220905;30.8;21;25.9;4.5;22.8;0;5.44;22903
+59106;41.4486;9.11292;40;20220906;32.2;22.6;27.4;3.6;24;0;5.58;23483
+59106;41.4486;9.11292;40;20220907;32.7;18;25.3;1.8;23.6;0;4.66;23389
+59106;41.4486;9.11292;40;20220908;31.8;18.2;25;4.5;22;0;5.5;23709
+59106;41.4486;9.11292;40;20220909;32.1;24;28;6;16.3;0;7.8;22546
+59106;41.4486;9.11292;40;20220910;29.7;23.3;26.5;7.4;17.2;0;7.4;21735
+59106;41.4486;9.11292;40;20220911;31.4;22.6;27;5.7;16.5;0;7.22;22642
+59106;41.4486;9.11292;40;20220912;30.5;9.9;20.2;1.9;14.6;0;4.36;22975
+59106;41.4486;9.11292;40;20220913;31.4;13.1;22.2;3.1;20.2;.1;4.62;22789
+59106;41.4486;9.11292;40;20220914;31.5;23.3;27.4;6.1;24.9;1.6;5.14;15865
+59106;41.4486;9.11292;40;20220915;32.1;21.7;26.9;4.8;23;0;5.5;20396
+59106;41.4486;9.11292;40;20220916;31.1;23.1;27.1;7;21.4;0;6.53;21135
+59106;41.4486;9.11292;40;20220917;26;21.9;23.9;7.6;13.9;0;6.54;15914
+59106;41.4486;9.11292;40;20220918;27.4;10;18.7;2.1;12.3;0;4.01;21849
+59106;41.4486;9.11292;40;20220919;27.8;9;18.4;3.7;13.9;0;4.45;21659
+59106;41.4486;9.11292;40;20220920;28.3;10.3;19.3;1.8;14.7;0;3.35;17099
+59106;41.4486;9.11292;40;20220921;28.7;10.6;19.6;3.3;13.5;.2;4.59;21277
+59106;41.4486;9.11292;40;20220922;24.7;16.5;20.6;5.8;11.4;0;5.28;15362
+59106;41.4486;9.11292;40;20220923;25.2;8.3;16.7;2.4;10.1;0;3.83;20895
+59106;41.4486;9.11292;40;20220924;23;9.9;16.4;1.3;14.9;12.9;1.53;5926
+59106;41.4486;9.11292;40;20220925;24.8;16.2;20.5;2.5;19.6;1.7;2.59;13699
+59106;41.4486;9.11292;40;20220926;25.9;15.5;20.7;5.5;16;0;4.13;15131
+59106;41.4486;9.11292;40;20220927;23.4;19.2;21.3;10.7;13;.6;6.05;11082
+59106;41.4486;9.11292;40;20220928;21.9;18.9;20.4;8.8;15.6;22.5;3.96;7165
+59106;41.4486;9.11292;40;20220929;23.1;16.6;19.8;4;17.2;21.1;3.15;16232
+59106;41.4486;9.11292;40;20220930;22.7;14.8;18.7;3.2;16.2;3.8;2.13;6519
+59106;41.4486;9.11292;40;20221001;22.3;15.8;19;6.8;13.6;2.7;4.1;13673
+59106;41.4486;9.11292;40;20221002;28.3;19.2;23.7;8;16.6;0;5.87;15969
+59106;41.4486;9.11292;40;20221003;25.4;18.6;22;4.3;17.5;0;3.64;14346
+59106;41.4486;9.11292;40;20221004;26.3;9.9;18.1;2.5;15.8;.1;2.94;16513
+59106;41.4486;9.11292;40;20221005;26.3;16.4;21.3;3.5;15.9;0;3.8;17745
+59106;41.4486;9.11292;40;20221006;27.2;11.2;19.2;2.7;15;.1;3.42;18399
+59106;41.4486;9.11292;40;20221007;27.2;12.3;19.7;2.4;14;0;3.44;18208
+59106;41.4486;9.11292;40;20221008;26.7;8.4;17.5;2;14.9;.6;2.89;17924
+59106;41.4486;9.11292;40;20221009;24.1;18.3;21.2;4.2;17.7;.5;2.86;9489
+59106;41.4486;9.11292;40;20221010;25.3;17.3;21.3;4.4;16.5;.1;3.62;14875
+59106;41.4486;9.11292;40;20221011;25;13.4;19.2;3.4;16.6;.1;3.03;17354
+59106;41.4486;9.11292;40;20221012;19.5;16.5;18;3.6;17.5;19.2;1.43;4566
+59106;41.4486;9.11292;40;20221013;24.1;14.8;19.4;3.1;17;.1;2.61;13826
+59106;41.4486;9.11292;40;20221014;24.7;16.1;20.4;4.6;16.9;0;2.94;9724
+59106;41.4486;9.11292;40;20221015;25.2;14.8;20;3.1;17.4;.2;2.82;15769
+59106;41.4486;9.11292;40;20221016;25.4;11.6;18.5;3.3;17.2;0;2.54;14204
+59106;41.4486;9.11292;40;20221017;24.6;17.3;20.9;4.2;18.3;.1;3.02;15469
+59106;41.4486;9.11292;40;20221018;25.6;12.4;19;2.2;16.5;.2;2.55;16166
+59106;41.4486;9.11292;40;20221019;24.6;8.7;16.6;1.9;15.3;.1;2.15;14661
+59106;41.4486;9.11292;40;20221020;26.1;14;20;3.2;18.9;.2;2.56;14833
+59106;41.4486;9.11292;40;20221021;25.6;17.7;21.6;4.3;19.1;.1;2.64;8642
+59106;41.4486;9.11292;40;20221022;29.8;13;21.4;2.4;14.4;0;3.28;15457
+59106;41.4486;9.11292;40;20221023;32.4;14.4;23.4;3.4;18.2;.3;3.91;15283
+59106;41.4486;9.11292;40;20221024;29.4;10.1;19.7;2.2;15.3;.1;2.87;15111
+59106;41.4486;9.11292;40;20221025;27.8;12.5;20.1;3.4;15.8;.1;2.99;11099
+59106;41.4486;9.11292;40;20221026;28.3;8.3;18.3;2.1;14.4;.3;2.62;14772
+59106;41.4486;9.11292;40;20221027;26;11.6;18.8;3.8;19.7;.2;2.14;14604
+59106;41.4486;9.11292;40;20221028;24.8;16.6;20.7;3;19.2;.2;2.28;13604
+59106;41.4486;9.11292;40;20221029;25.3;14.9;20.1;4.1;17.2;.2;2.77;14087
+59106;41.4486;9.11292;40;20221030;25.3;14.5;19.9;3.1;14.5;0;2.82;13997
+59106;41.4486;9.11292;40;20221031;24.8;5;14.9;1.7;10.8;.1;2.08;13955
+59106;41.4486;9.11292;40;20221101;23.4;5;14.2;1.5;13;0;1.66;13798
+59106;41.4486;9.11292;40;20221102;24.4;6.7;15.5;3.1;14.2;.1;2.15;13642
+59106;41.4486;9.11292;40;20221103;23.8;7.8;15.8;1.9;14.4;7.4;1.69;11667
+59106;41.4486;9.11292;40;20221104;20.6;15.3;17.9;7.3;13.8;4.5;3.08;9168
+59106;41.4486;9.11292;40;20221105;22.5;10.2;16.3;2.2;10.6;.1;2.09;9489
+59106;41.4486;9.11292;40;20221106;21.6;3.8;12.7;2.6;9.9;0;2.03;13044
+59106;41.4486;9.11292;40;20221107;23.1;5.6;14.3;3.3;14.1;0;1.76;11094
+59106;41.4486;9.11292;40;20221108;22.5;7.9;15.2;2.2;14;0;1.59;12383
+59106;41.4486;9.11292;40;20221109;23.4;14.7;19;2.8;15.3;.2;2.01;9093
+59106;41.4486;9.11292;40;20221110;23.7;11.4;17.5;2.5;16.6;0;1.61;10971
+59106;41.4486;9.11292;40;20221111;22.3;11.8;17;4.1;16;0;1.82;11963
+59106;41.4486;9.11292;40;20221112;21.7;8.5;15.1;2;13;0;1.47;10139
+59106;41.4486;9.11292;40;20221113;18.5;11.8;15.1;3.6;11.6;5.4;1.91;6696
+59106;41.4486;9.11292;40;20221114;20.7;5.5;13.1;1.8;11.8;1.7;1.31;11224
+59106;41.4486;9.11292;40;20221115;20.1;11.5;15.8;1.3;15.3;25.4;.9;4196
+59106;41.4486;9.11292;40;20221116;21.8;15;18.4;4.3;16.6;3;1.81;7653
+59106;41.4486;9.11292;40;20221117;23.2;12.3;17.7;5.7;14.4;17.5;2.6;7327
+59106;41.4486;9.11292;40;20221118;18.9;14;16.4;7.5;13.8;1.8;2.35;9525
+59106;41.4486;9.11292;40;20221119;17.6;13.4;15.5;2.7;11.8;3.5;1.59;5532
+59106;41.4486;9.11292;40;20221120;18.7;7;12.8;2.6;11.3;.2;1.33;8368
+59106;41.4486;9.11292;40;20221121;18.5;7.3;12.9;6.3;11.8;41.8;1.81;7075
+59106;41.4486;9.11292;40;20221122;14.7;12.4;13.5;11.5;11.8;4.1;2.17;953
+59106;41.4486;9.11292;40;20221123;18;11.8;14.9;9.5;11.4;.2;2.88;8179
+59106;41.4486;9.11292;40;20221124;18.9;12.3;15.6;7.7;10.1;0;3.35;9744
+59106;41.4486;9.11292;40;20221125;14.5;8.6;11.5;2.9;11.8;23.1;.85;4131
+59106;41.4486;9.11292;40;20221126;18.2;10.8;14.5;3.7;10.2;.4;1.99;7270
+59106;41.4486;9.11292;40;20221127;17.3;5.7;11.5;2.9;7.9;0;1.67;10502
+59106;41.4486;9.11292;40;20221128;14.6;1.9;8.2;1.9;8.8;0;.86;6336
+59106;41.4486;9.11292;40;20221129;14.4;6.2;10.3;2.4;9.7;3.2;1.04;2075
+59106;41.4486;9.11292;40;20221130;14.5;4.9;9.7;2.5;9.8;1.3;.92;5607
+59106;41.4486;9.11292;40;20221201;14.1;7.5;10.8;3.4;8.8;0;1.44;5415
+59106;41.4486;9.11292;40;20221202;14.6;4.3;9.4;3.9;9.4;1.5;1.2;4227
+59106;41.4486;9.11292;40;20221203;19.9;11.9;15.9;4;11.9;3.4;2;6450
+59106;41.4486;9.11292;40;20221204;17.8;5.4;11.6;1.9;12.2;3.8;.78;4782
+59106;41.4486;9.11292;40;20221205;18.8;7.5;13.1;2.2;11.7;.1;1.08;7130
+59106;41.4486;9.11292;40;20221206;18.9;2.8;10.8;1.6;10;0;.9;9539
+59106;41.4486;9.11292;40;20221207;17.7;4.4;11;3.2;10.2;0;1.22;9630
+59106;41.4486;9.11292;40;20221208;16.9;11.1;14;4.4;10.5;0;1.96;3393
+59106;41.4486;9.11292;40;20221209;18.8;7.1;12.9;3.6;13.5;24.4;.95;4712
+59106;41.4486;9.11292;40;20221210;17.1;12.6;14.8;4.8;13.3;5;1.45;3453
+59106;41.4486;9.11292;40;20221211;13.7;10;11.8;8.4;8.1;0;2.8;5020
+59106;41.4486;9.11292;40;20221212;15.1;-.3;7.4;2.5;7.8;11.1;.99;9409
+59106;41.4486;9.11292;40;20221213;16.8;8.1;12.4;5.1;11.5;20.3;1.39;5999
+59106;41.4486;9.11292;40;20221214;15.2;10.9;13;4.3;13.7;13.8;.75;4350
+59106;41.4486;9.11292;40;20221215;15.9;9.5;12.7;3.6;14.1;15.5;.58;2740
+59106;41.4486;9.11292;40;20221216;16.9;12.2;14.5;4.9;14;8.4;1.15;3837
+59106;41.4486;9.11292;40;20221217;17.2;10.8;14;5.2;11.1;0;1.83;8527
+59106;41.4486;9.11292;40;20221218;17.2;3.1;10.1;1.1;9.3;0;.63;8943
+59106;41.4486;9.11292;40;20221219;17.2;2.4;9.8;1.4;9.3;0;.71;9354
+59106;41.4486;9.11292;40;20221220;16.9;2.2;9.5;1.4;8.9;0;.71;9585
+59106;41.4486;9.11292;40;20221221;16.6;1.7;9.1;2.6;10.7;10.9;.75;6425
+59106;41.4486;9.11292;40;20221222;18.5;10.9;14.7;6.2;13.6;0;1.55;4302
+59106;41.4486;9.11292;40;20221223;20.1;14.8;17.4;8;14.7;0;2.38;5153
+59106;41.4486;9.11292;40;20221224;18.8;15.6;17.2;7.2;15.5;0;1.81;7283
+59106;41.4486;9.11292;40;20221225;18.6;10;14.3;4.2;13.2;0;1.25;8865
+59106;41.4486;9.11292;40;20221226;21.1;3.2;12.1;3;10.8;0;1.46;8844
+59106;41.4486;9.11292;40;20221227;18.6;14.2;16.4;6.8;13.5;0;2.12;8119
+59106;41.4486;9.11292;40;20221228;18.1;10.3;14.2;4.4;11.9;0;1.56;8903
+59106;41.4486;9.11292;40;20221229;18.6;2;10.3;2.5;10;0;1.07;9709
+59106;41.4486;9.11292;40;20221230;18.7;6.7;12.7;6.9;15.8;.6;.27;5545
+59106;41.4486;9.11292;40;20221231;19.9;15.5;17.7;3.6;15.3;.1;1.52;4424
+59107;41.40567;9.21612;61;20220101;13.7;11.5;12.6;5;12.3;0;1.03;3087
+59107;41.40567;9.21612;61;20220102;14.2;11.2;12.7;7.2;11;0;1.7;6311
+59107;41.40567;9.21612;61;20220103;14.7;12.4;13.5;8.7;12.2;.1;1.7;3626
+59107;41.40567;9.21612;61;20220104;14.2;12.7;13.5;6.8;12.15;0;1.51;2914
+59107;41.40567;9.21612;61;20220105;15.5;12.2;13.9;9.6;10.4;3.6;2.73;2717
+59107;41.40567;9.21612;61;20220106;10.5;8.1;9.3;4.3;8.8;13.1;1.21;3388
+59107;41.40567;9.21612;61;20220107;14.2;5;9.6;3.3;8.05;.1;1.31;9186
+59107;41.40567;9.21612;61;20220108;13.7;3.2;8.5;5;7.6;.4;1.58;9971
+59107;41.40567;9.21612;61;20220109;13.4;6.2;9.8;11;8.45;.2;2.26;6412
+59107;41.40567;9.21612;61;20220110;13.4;2.6;8;4;5.95;0;1.79;9703
+59107;41.40567;9.21612;61;20220111;15.2;3.5;9.3;4.5;5.25;0;2.34;10198
+59107;41.40567;9.21612;61;20220112;11.9;4.2;8.1;6.8;5.3;0;2.56;9486
+59107;41.40567;9.21612;61;20220113;12.5;4.7;8.6;5.4;5.35;0;2.32;9642
+59107;41.40567;9.21612;61;20220114;13.7;1.2;7.4;4.1;7.1;0;1.43;10676
+59107;41.40567;9.21612;61;20220115;14;4;9;6.1;8.35;0;1.61;9219
+59107;41.40567;9.21612;61;20220116;13.8;4.3;9;8.1;8.85;0;1.75;10824
+59107;41.40567;9.21612;61;20220117;13.8;6.6;10.2;5.6;8.9;0;1.69;8381
+59107;41.40567;9.21612;61;20220118;13.8;5.2;9.5;2.9;8.45;0;1.24;8594
+59107;41.40567;9.21612;61;20220119;13.7;3.1;8.4;3.4;9.2;0;1;9827
+59107;41.40567;9.21612;61;20220120;11.6;11.1;11.3;9.5;8.41;.1;2.51;5855
+59107;41.40567;9.21612;61;20220121;11.2;8.9;10;3.5;8.81;4.7;1.24;6424
+59107;41.40567;9.21612;61;20220122;13.5;3.8;8.7;3.4;7.6;0;1.41;10988
+59107;41.40567;9.21612;61;20220123;13.7;1.8;7.8;1.9;7.8;0;1.03;11595
+59107;41.40567;9.21612;61;20220124;14.8;2.3;8.6;1.8;8.1;0;1.07;11122
+59107;41.40567;9.21612;61;20220125;14.5;3.6;9;3;7.9;0;1.43;10493
+59107;41.40567;9.21612;61;20220126;13.3;4.1;8.7;5.2;8.3;0;1.57;9082
+59107;41.40567;9.21612;61;20220127;14.5;4.3;9.4;3.7;8.7;0;1.46;11096
+59107;41.40567;9.21612;61;20220128;13.5;11.2;12.3;4.4;8.91;.1;1.95;8027
+59107;41.40567;9.21612;61;20220129;15;7.7;11.3;5.7;9.41;0;1.89;12267
+59107;41.40567;9.21612;61;20220130;13.1;11.2;12.1;8.4;9.81;0;2.15;7649
+59107;41.40567;9.21612;61;20220131;12.5;9.4;10.9;10.8;9.51;0;2.03;9081
+59107;41.40567;9.21612;61;20220201;16.5;2.8;9.6;3.5;6.35;0;2.16;12851
+59107;41.40567;9.21612;61;20220202;14.7;5.8;10.2;7.7;10.05;0;1.72;11598
+59107;41.40567;9.21612;61;20220203;16.1;6.5;11.3;4.7;10.9;0;1.55;11592
+59107;41.40567;9.21612;61;20220204;14.3;11.6;12.9;8;11.41;0;1.82;8925
+59107;41.40567;9.21612;61;20220205;15.3;11.1;13.2;5.2;10.6;.1;1.89;5807
+59107;41.40567;9.21612;61;20220206;13.5;10.1;11.8;7.4;10.61;0;1.72;9840
+59107;41.40567;9.21612;61;20220207;14.4;11;12.7;15.2;9.41;.1;3.19;8649
+59107;41.40567;9.21612;61;20220208;15.6;7.8;11.7;3.1;6.91;0;2.22;13746
+59107;41.40567;9.21612;61;20220209;15.3;3.8;9.5;4.2;8.75;.1;1.75;12311
+59107;41.40567;9.21612;61;20220210;15.1;3.4;9.2;3.1;8.5;0;1.63;12913
+59107;41.40567;9.21612;61;20220211;13.8;3.2;8.5;4.1;8.55;0;1.63;13512
+59107;41.40567;9.21612;61;20220212;15.4;4.1;9.7;4.6;8.75;.1;1.96;13988
+59107;41.40567;9.21612;61;20220213;16.4;6.6;11.5;2.9;9.3;0;1.81;11416
+59107;41.40567;9.21612;61;20220214;16.4;7.1;11.8;2.6;9.95;7.2;1.66;11410
+59107;41.40567;9.21612;61;20220215;13.4;8.4;10.9;10;9.45;1.4;2.2;8411
+59107;41.40567;9.21612;61;20220216;14.3;8.7;11.5;7.4;9.55;0;2.3;11262
+59107;41.40567;9.21612;61;20220217;16.6;9.8;13.2;7.2;12.4;.1;1.98;12857
+59107;41.40567;9.21612;61;20220218;17.7;9.5;13.6;7.4;12.65;0;2.18;12126
+59107;41.40567;9.21612;61;20220219;13.8;12.8;13.3;8.2;11.91;0;1.73;4427
+59107;41.40567;9.21612;61;20220220;14.3;10.5;12.4;7;10;0;2.46;13314
+59107;41.40567;9.21612;61;20220221;14.9;10.7;12.8;13.8;9.75;.4;3.16;7883
+59107;41.40567;9.21612;61;20220222;15.7;10.8;13.2;6.1;9.41;0;2.78;12969
+59107;41.40567;9.21612;61;20220223;18.4;10.3;14.3;2.9;9.31;.1;2.57;16043
+59107;41.40567;9.21612;61;20220224;17.3;9;13.1;3.6;10.41;0;2.32;16357
+59107;41.40567;9.21612;61;20220225;14.2;10.9;12.5;8.5;9.71;0;2.66;11419
+59107;41.40567;9.21612;61;20220226;14.2;8.5;11.3;6.7;5.21;0;3.88;14276
+59107;41.40567;9.21612;61;20220227;13.7;6.3;10;5.9;4.21;0;3.78;16871
+59107;41.40567;9.21612;61;20220228;14.9;4.1;9.5;3.5;6.05;0;2.66;16540
+59107;41.40567;9.21612;61;20220301;11;2.1;6.5;4.5;5.45;0;2.35;14381
+59107;41.40567;9.21612;61;20220302;12.5;3.9;8.2;3.5;6.01;0;2.38;17543
+59107;41.40567;9.21612;61;20220303;13.6;2.5;8;1.6;7.75;.1;1.51;11023
+59107;41.40567;9.21612;61;20220304;12.8;6.6;9.7;4;9.55;3.6;1.56;9271
+59107;41.40567;9.21612;61;20220305;13.2;5.1;9.2;5.7;6.45;0;2.86;14256
+59107;41.40567;9.21612;61;20220306;13;4.3;8.6;4.1;6.1;.3;2.6;15109
+59107;41.40567;9.21612;61;20220307;12.7;2.7;7.7;3.7;5.75;0;2.5;16620
+59107;41.40567;9.21612;61;20220308;12.3;4.8;8.5;4.9;5.81;0;2.82;17354
+59107;41.40567;9.21612;61;20220309;13.8;6.1;9.9;4.4;5.71;0;3.12;17813
+59107;41.40567;9.21612;61;20220310;14.5;5.8;10.1;2.2;7.51;0;2.35;18926
+59107;41.40567;9.21612;61;20220311;15.2;4.8;10;5.3;9.1;0;2.39;16778
+59107;41.40567;9.21612;61;20220312;14.1;11.1;12.6;8.8;8.91;.1;3.2;12434
+59107;41.40567;9.21612;61;20220313;12.3;10.2;11.2;6.5;11.3;4.7;1.36;6406
+59107;41.40567;9.21612;61;20220314;16.9;11.4;14.2;6.2;13.15;0;1.99;9843
+59107;41.40567;9.21612;61;20220315;15.3;12.4;13.9;8.4;12.6;0;2.02;7721
+59107;41.40567;9.21612;61;20220316;15.3;12.4;13.8;8.8;12.85;0;2.01;8853
+59107;41.40567;9.21612;61;20220317;16.8;12.2;14.5;8.2;11.5;.1;3.02;12301
+59107;41.40567;9.21612;61;20220318;13.3;12.9;13.1;7;11.05;15.5;2.01;3492
+59107;41.40567;9.21612;61;20220319;12.3;9.9;11.1;8.5;10.4;12.3;1.83;6936
+59107;41.40567;9.21612;61;20220320;14;8.9;11.5;5.5;10.4;2.6;2.17;13704
+59107;41.40567;9.21612;61;20220321;13.6;4.9;9.3;5.3;7.25;0;2.9;18438
+59107;41.40567;9.21612;61;20220322;15;2.1;8.5;4.3;6.9;0;3.03;21727
+59107;41.40567;9.21612;61;20220323;16.7;3.2;9.9;4;7.75;.1;3.14;21922
+59107;41.40567;9.21612;61;20220324;18.1;4.8;11.5;5.1;7.85;0;3.72;22076
+59107;41.40567;9.21612;61;20220325;17.2;8.3;12.8;6.9;9.95;0;3.35;19387
+59107;41.40567;9.21612;61;20220326;14.8;11.3;13;7.8;8.15;.1;3.74;12678
+59107;41.40567;9.21612;61;20220327;19.5;12.2;15.9;6.5;7.6;0;5.11;18850
+59107;41.40567;9.21612;61;20220328;19.4;8.3;13.8;2.3;8.85;0;3.49;22805
+59107;41.40567;9.21612;61;20220329;17.7;6.4;12;5.2;10.8;8.6;2.78;18079
+59107;41.40567;9.21612;61;20220330;15.6;12.2;13.9;5.1;14.11;3.7;1.06;3433
+59107;41.40567;9.21612;61;20220331;15.1;12.9;14;9.6;12.55;0;2.32;8920
+59107;41.40567;9.21612;61;20220401;13.8;12.1;12.9;14;8.6;4;4.02;8980
+59107;41.40567;9.21612;61;20220402;11.8;5.5;8.6;7.9;7.49;7.6;2.57;9827
+59107;41.40567;9.21612;61;20220403;11.6;5.9;8.8;7.5;7.4;0;2.88;18090
+59107;41.40567;9.21612;61;20220404;15.2;5.1;10.1;4;7.35;0;3.23;20456
+59107;41.40567;9.21612;61;20220405;16.6;2.9;9.8;3.7;8.45;0;3.19;24254
+59107;41.40567;9.21612;61;20220406;11.4;8.5;9.9;6;10.41;4;1.3;6786
+59107;41.40567;9.21612;61;20220407;16.2;8.3;12.2;11.3;12.05;0;2.55;20741
+59107;41.40567;9.21612;61;20220408;18;13.1;15.5;9.2;13.9;0;2.93;15133
+59107;41.40567;9.21612;61;20220409;15.7;13.5;14.6;12.6;10.15;0;4.27;16029
+59107;41.40567;9.21612;61;20220410;16.6;8.2;12.4;4;8.01;0;3.76;23484
+59107;41.40567;9.21612;61;20220411;17.2;4.8;11;6.4;9.15;0;3.6;24970
+59107;41.40567;9.21612;61;20220412;15.1;12;13.5;9.1;11.81;0;2.69;15512
+59107;41.40567;9.21612;61;20220413;17.8;12.8;15.3;7.5;11.75;0;3.74;18568
+59107;41.40567;9.21612;61;20220414;19.7;11;15.4;5.8;9.45;0;4.65;21899
+59107;41.40567;9.21612;61;20220415;22.4;11.6;17;3.4;9.25;.1;4.84;24841
+59107;41.40567;9.21612;61;20220416;22.4;8.6;15.5;4.4;11.25;0;4.52;25198
+59107;41.40567;9.21612;61;20220417;17.1;12;14.6;7;7.2;0;5.07;19095
+59107;41.40567;9.21612;61;20220418;18.2;8.7;13.4;4.8;8.61;0;4.33;25984
+59107;41.40567;9.21612;61;20220419;18.7;8.8;13.8;4.9;11.55;0;3.54;22328
+59107;41.40567;9.21612;61;20220420;18.4;9.9;14.1;6.8;12.85;1.5;3.16;21279
+59107;41.40567;9.21612;61;20220421;16.4;12.1;14.2;7.3;12.9;35.6;2.64;15004
+59107;41.40567;9.21612;61;20220422;17.4;10.7;14.1;6.1;13.35;0;2.69;17485
+59107;41.40567;9.21612;61;20220423;20.5;11;15.8;6.3;13.15;0;3.85;21432
+59107;41.40567;9.21612;61;20220424;16.6;13.3;15;7.8;12.85;.1;2.77;11626
+59107;41.40567;9.21612;61;20220425;18;13.6;15.8;5.5;13.3;.1;3.79;23446
+59107;41.40567;9.21612;61;20220426;20.7;9.5;15.1;3.2;12.05;0;4.01;25169
+59107;41.40567;9.21612;61;20220427;20.9;8.5;14.7;4.4;13.5;.3;3.82;26892
+59107;41.40567;9.21612;61;20220428;22.4;11.7;17;4.6;11.7;0;5.02;27226
+59107;41.40567;9.21612;61;20220429;21.8;9.4;15.6;4.3;9.25;0;5.12;26665
+59107;41.40567;9.21612;61;20220430;21;8;14.5;3.7;11.55;.2;4.16;26126
+59107;41.40567;9.21612;61;20220501;19.8;10.6;15.2;2.7;12.75;0;3.36;20373
+59107;41.40567;9.21612;61;20220502;20.9;8.1;14.5;2.6;12.25;0;4.05;27222
+59107;41.40567;9.21612;61;20220503;23.1;9.2;16.2;2.7;12.25;.1;4.64;28864
+59107;41.40567;9.21612;61;20220504;21.2;11.3;16.3;4.6;13.7;1.5;3.89;22881
+59107;41.40567;9.21612;61;20220505;15.4;14.4;14.9;5.6;14.5;15.4;1.25;1971
+59107;41.40567;9.21612;61;20220506;17.8;12.3;15.1;6.2;14.3;6.8;2.63;16405
+59107;41.40567;9.21612;61;20220507;21.9;14.5;18.2;4.5;14.25;0;3.51;13892
+59107;41.40567;9.21612;61;20220508;22.6;11.7;17.1;2.5;13.35;.6;4.18;24278
+59107;41.40567;9.21612;61;20220509;22.5;12;17.3;2;13.65;0;4.21;25509
+59107;41.40567;9.21612;61;20220510;23.4;10.9;17.2;2.8;14.45;.1;4.76;29675
+59107;41.40567;9.21612;61;20220511;22.3;12.1;17.2;3.1;15.25;0;4.08;24817
+59107;41.40567;9.21612;61;20220512;23.9;11.3;17.6;2.9;14.8;0;4.84;29960
+59107;41.40567;9.21612;61;20220513;24.7;10.3;17.5;2.6;14.15;.1;5.05;30069
+59107;41.40567;9.21612;61;20220514;24.1;10.4;17.3;2.5;13.8;0;5.01;30177
+59107;41.40567;9.21612;61;20220515;26.6;10;18.3;2.7;13.6;.1;5.39;30281
+59107;41.40567;9.21612;61;20220516;26.8;12.4;19.6;2.6;15.2;.1;5.43;30294
+59107;41.40567;9.21612;61;20220517;26.4;14;20.2;2.1;16.3;0;4.88;26714
+59107;41.40567;9.21612;61;20220518;28.8;13.4;21.1;2.4;16.1;.1;5.77;30579
+59107;41.40567;9.21612;61;20220519;26.3;16.8;21.6;5.6;16.55;0;6.02;28849
+59107;41.40567;9.21612;61;20220520;28.8;17;22.9;4.1;16.15;.4;6.55;30765
+59107;41.40567;9.21612;61;20220521;24.8;15;19.9;5.3;18.65;0;4.84;27896
+59107;41.40567;9.21612;61;20220522;26.4;14.5;20.4;4;17.4;0;5.39;29290
+59107;41.40567;9.21612;61;20220523;29.8;14.6;22.2;4.5;18.55;.1;6.31;30490
+59107;41.40567;9.21612;61;20220524;26.1;17.5;21.8;6;19.95;0;5.04;24936
+59107;41.40567;9.21612;61;20220525;27.4;16.9;22.2;3.5;20.35;.6;4.83;24394
+59107;41.40567;9.21612;61;20220526;28.4;18.3;23.4;3.8;20.65;0;4.78;21131
+59107;41.40567;9.21612;61;20220527;29.4;20.2;24.8;6.3;17.2;0;6.22;16624
+59107;41.40567;9.21612;61;20220528;29.4;22.2;25.8;4.5;17;0;6.75;24608
+59107;41.40567;9.21612;61;20220529;22.4;18.7;20.6;7.3;17.75;0;3.73;11925
+59107;41.40567;9.21612;61;20220530;28.8;18.1;23.4;4.9;15.45;0;6.96;29034
+59107;41.40567;9.21612;61;20220531;25.5;16.3;20.9;4.3;18.6;0;4.95;26010
+59107;41.40567;9.21612;61;20220601;28.7;16.6;22.7;3.4;19.9;.3;5.82;29883
+59107;41.40567;9.21612;61;20220602;28.2;16.8;22.5;6.1;20.35;0;5.83;29076
+59107;41.40567;9.21612;61;20220603;27.4;21.4;24.4;7.6;22.15;0;4.58;14487
+59107;41.40567;9.21612;61;20220604;32.6;21.1;26.8;6;22.2;0;7.49;28646
+59107;41.40567;9.21612;61;20220605;29.3;21.9;25.6;6;20.55;0;6.71;26379
+59107;41.40567;9.21612;61;20220606;26.8;19.9;23.4;7.5;20.75;.1;5.82;25619
+59107;41.40567;9.21612;61;20220607;25.7;17.9;21.8;6.7;19.65;0;5.8;30526
+59107;41.40567;9.21612;61;20220608;24.7;20.5;22.6;8.3;19.1;0;5.02;17917
+59107;41.40567;9.21612;61;20220609;24.2;19.6;21.9;8.5;17.35;0;5.46;20958
+59107;41.40567;9.21612;61;20220610;26.1;14.7;20.4;2.8;17.05;.1;5.63;32047
+59107;41.40567;9.21612;61;20220611;27.8;15.2;21.5;2.8;17.1;.2;5.59;29017
+59107;41.40567;9.21612;61;20220612;30;15.9;22.9;3.2;16.75;0;6.36;30369
+59107;41.40567;9.21612;61;20220613;27.7;17.1;22.4;5.5;18.2;0;5.92;27043
+59107;41.40567;9.21612;61;20220614;28.6;18.4;23.5;3;21.3;.1;5.63;28538
+59107;41.40567;9.21612;61;20220615;32.5;16.1;24.3;2.4;19.85;0;6.39;30626
+59107;41.40567;9.21612;61;20220616;29;17.4;23.2;2.8;20.1;.1;6.19;32032
+59107;41.40567;9.21612;61;20220617;33.3;17.7;25.5;2.6;19.45;0;6.99;32191
+59107;41.40567;9.21612;61;20220618;31.2;21.5;26.3;4.8;20;0;7.63;32136
+59107;41.40567;9.21612;61;20220619;31.6;18.7;25.2;2.8;18.05;0;6.83;31379
+59107;41.40567;9.21612;61;20220620;32.6;20.8;26.7;3;20.45;0;7.17;31746
+59107;41.40567;9.21612;61;20220621;33;19.5;26.2;4.2;20.95;0;7.15;29051
+59107;41.40567;9.21612;61;20220622;30;22.3;26.1;5.8;24.7;.1;6.06;26324
+59107;41.40567;9.21612;61;20220623;30.8;21.7;26.3;5.3;23.75;.1;5.45;19229
+59107;41.40567;9.21612;61;20220624;28.5;22.5;25.5;5.8;21.1;.2;6.16;23908
+59107;41.40567;9.21612;61;20220625;32.5;23;27.8;4.9;20.7;0;7.4;26011
+59107;41.40567;9.21612;61;20220626;30.1;23.2;26.7;8;23.6;0;6.8;25545
+59107;41.40567;9.21612;61;20220627;33.3;23.3;28.3;6.4;26.6;.1;6.81;24523
+59107;41.40567;9.21612;61;20220628;28.9;24;26.4;5.6;25.35;0;4.92;18450
+59107;41.40567;9.21612;61;20220629;27.4;22.3;24.9;7.9;20.7;.1;6.4;24383
+59107;41.40567;9.21612;61;20220630;30.9;16.7;23.8;4.2;19.85;0;6.7;31689
+59107;41.40567;9.21612;61;20220701;30.5;20.5;25.5;4.5;20.5;0;7.01;31050
+59107;41.40567;9.21612;61;20220702;30;17.8;23.9;3.3;18.65;0;5.92;28237
+59107;41.40567;9.21612;61;20220703;35.7;18.6;27.2;2.9;19.4;.1;7.56;31973
+59107;41.40567;9.21612;61;20220704;34.7;19.2;27;2.8;19.75;0;7.22;30755
+59107;41.40567;9.21612;61;20220705;30.1;20.4;25.3;5.5;22;.1;6.94;31894
+59107;41.40567;9.21612;61;20220706;30;23.6;26.8;7;24.2;0;7.02;28320
+59107;41.40567;9.21612;61;20220707;28.2;23.2;25.7;7.2;22;0;6.32;23811
+59107;41.40567;9.21612;61;20220708;31.2;20.6;25.9;3;18.95;0;6.09;24931
+59107;41.40567;9.21612;61;20220709;31.8;17.4;24.6;3;14.4;0;7.21;31408
+59107;41.40567;9.21612;61;20220710;31.4;19.5;25.4;2.9;17.45;0;6.88;31015
+59107;41.40567;9.21612;61;20220711;33.7;17;25.4;3.2;17.4;0;7.34;31585
+59107;41.40567;9.21612;61;20220712;30.8;19.7;25.2;4.1;18.8;0;7.07;31524
+59107;41.40567;9.21612;61;20220713;31.7;19.4;25.6;3;21.15;.1;6.41;30018
+59107;41.40567;9.21612;61;20220714;32.2;19.4;25.8;2.7;21.5;0;6.6;31393
+59107;41.40567;9.21612;61;20220715;31.3;20.2;25.8;4.8;22.25;0;6.27;25978
+59107;41.40567;9.21612;61;20220716;31.9;21.1;26.5;4.3;23.9;.1;6.23;27229
+59107;41.40567;9.21612;61;20220717;33.7;20.3;27;3.3;24.45;.2;6.63;29684
+59107;41.40567;9.21612;61;20220718;35.5;23.9;29.7;4.8;22.95;.1;8.42;31098
+59107;41.40567;9.21612;61;20220719;35.4;20.5;27.9;3.9;19.35;0;7.89;31018
+59107;41.40567;9.21612;61;20220720;36.9;21.5;29.2;3.5;20.3;0;8.01;30935
+59107;41.40567;9.21612;61;20220721;33.2;22.3;27.8;3.4;26.15;.1;6.11;26123
+59107;41.40567;9.21612;61;20220722;33.3;20.3;26.8;3.7;23.95;0;6.83;30761
+59107;41.40567;9.21612;61;20220723;32.6;21.4;27;4.3;22.5;0;6.53;25569
+59107;41.40567;9.21612;61;20220724;31.1;21.9;26.5;5.5;24.9;0;5.96;24732
+59107;41.40567;9.21612;61;20220725;32.4;20.8;26.6;5;23.6;0;6.98;30480
+59107;41.40567;9.21612;61;20220726;30.5;25.1;27.8;8.3;25.2;0;6.93;25069
+59107;41.40567;9.21612;61;20220727;30.3;23.5;26.9;7.9;21.1;0;7.31;24097
+59107;41.40567;9.21612;61;20220728;30.6;20.1;25.3;5.1;20.45;0;6.87;30177
+59107;41.40567;9.21612;61;20220729;34;20;27;3.2;20.75;0;7.06;30071
+59107;41.40567;9.21612;61;20220730;30.7;23.5;27.1;7.9;22;0;7.2;24150
+59107;41.40567;9.21612;61;20220731;32.4;20.4;26.4;3.1;22.5;0;6.46;29851
+59107;41.40567;9.21612;61;20220801;34.8;20.5;27.6;2.5;22.5;0;6.69;29738
+59107;41.40567;9.21612;61;20220802;33;20.9;26.9;3.3;22.4;0;6.07;25040
+59107;41.40567;9.21612;61;20220803;35.3;20.3;27.8;1.9;22.6;0;6.38;28999
+59107;41.40567;9.21612;61;20220804;35.6;21.3;28.4;2.1;23.2;0;6.62;29383
+59107;41.40567;9.21612;61;20220805;34.1;21.1;27.6;2.9;21.65;0;6.44;26668
+59107;41.40567;9.21612;61;20220806;31.6;21.5;26.5;4.4;24.25;0;5.87;24554
+59107;41.40567;9.21612;61;20220807;33.3;22.2;27.7;3.4;25.8;0;6.11;26292
+59107;41.40567;9.21612;61;20220808;33.5;22.5;28;2.3;24.25;.2;6.06;27132
+59107;41.40567;9.21612;61;20220809;33.9;21.6;27.7;2.4;21.4;.6;6.31;27498
+59107;41.40567;9.21612;61;20220810;32.7;21.4;27.1;3;21.3;.8;6.34;27216
+59107;41.40567;9.21612;61;20220811;32.8;20;26.4;2.4;20.2;0;6.09;27522
+59107;41.40567;9.21612;61;20220812;30.6;19.8;25.2;3.6;21.55;5;6;27717
+59107;41.40567;9.21612;61;20220813;30;20.3;25.1;3.1;23.4;1.9;4.59;20448
+59107;41.40567;9.21612;61;20220814;31.8;21.6;26.7;3.6;22.2;.1;6.32;28057
+59107;41.40567;9.21612;61;20220815;31.8;22.6;27.2;4.3;25.7;.3;5.83;25345
+59107;41.40567;9.21612;61;20220816;33.3;21.7;27.5;3.6;24.95;0;6.27;27113
+59107;41.40567;9.21612;61;20220817;32.3;24.4;28.4;7.1;27.35;.1;6.23;23163
+59107;41.40567;9.21612;61;20220818;32.3;25.8;29.1;6.6;24.45;3.8;6.79;20880
+59107;41.40567;9.21612;61;20220819;27.5;22.3;24.9;8.5;20.5;1.4;5.83;19966
+59107;41.40567;9.21612;61;20220820;27.8;22.9;25.3;7.1;21.75;0;5.51;19596
+59107;41.40567;9.21612;61;20220821;28.9;23.7;26.3;7.8;22.65;0;6.48;24545
+59107;41.40567;9.21612;61;20220822;30.7;20.7;25.7;2.9;21.5;.3;5.3;23745
+59107;41.40567;9.21612;61;20220823;30.6;19.5;25.1;2.7;21.9;0;5.23;25632
+59107;41.40567;9.21612;61;20220824;32.3;19.9;26.1;2.8;20.65;0;5.72;25457
+59107;41.40567;9.21612;61;20220825;30.6;18.7;24.6;2.8;21.35;0;5.05;24236
+59107;41.40567;9.21612;61;20220826;30.6;19.6;25.1;3.4;21.45;0;5.48;26202
+59107;41.40567;9.21612;61;20220827;30.1;20.7;25.4;4.1;23.4;0;4.98;22085
+59107;41.40567;9.21612;61;20220828;28.9;21.4;25.1;4.8;23.4;0;5.12;23743
+59107;41.40567;9.21612;61;20220829;30.3;19.3;24.8;3.1;22.35;0;4.94;23726
+59107;41.40567;9.21612;61;20220830;32.6;19.6;26.1;3;21.2;0;5.59;24676
+59107;41.40567;9.21612;61;20220831;28.9;19.5;24.2;5.8;22.45;9.4;4.72;19681
+59107;41.40567;9.21612;61;20220901;28.4;20.5;24.5;5.2;23.25;.4;4.54;20795
+59107;41.40567;9.21612;61;20220902;29.7;19.5;24.6;2.5;21.8;.8;4.47;21584
+59107;41.40567;9.21612;61;20220903;30.6;21.2;25.9;3.5;23.65;9;5.1;23299
+59107;41.40567;9.21612;61;20220904;31;20.5;25.8;3.8;23.6;1.2;5.2;23926
+59107;41.40567;9.21612;61;20220905;29.8;22.2;26;5.3;24.2;0;4.73;18668
+59107;41.40567;9.21612;61;20220906;31.1;23.4;27.3;4.3;25.65;0;5.13;21675
+59107;41.40567;9.21612;61;20220907;32;21.4;26.7;2.2;24.9;0;4.6;21652
+59107;41.40567;9.21612;61;20220908;29.8;21.4;25.6;4.8;24.45;0;4.53;19254
+59107;41.40567;9.21612;61;20220909;29.2;23.9;26.6;7.4;18.45;0;6.75;20020
+59107;41.40567;9.21612;61;20220910;27.5;23.3;25.4;8.9;18.1;0;6.52;17510
+59107;41.40567;9.21612;61;20220911;28;22.2;25.1;6.9;17.8;0;6.25;21126
+59107;41.40567;9.21612;61;20220912;29.2;15.7;22.4;2.2;16.95;0;4.38;22203
+59107;41.40567;9.21612;61;20220913;30.1;17.2;23.7;4.1;21.8;.1;4.53;21499
+59107;41.40567;9.21612;61;20220914;30.9;23.3;27.1;6.5;25.95;1.7;4.96;17910
+59107;41.40567;9.21612;61;20220915;30.1;23.4;26.8;5.4;23.5;0;4.43;11970
+59107;41.40567;9.21612;61;20220916;28.7;23.7;26.2;8.8;22.2;0;5.85;19232
+59107;41.40567;9.21612;61;20220917;24.5;21.9;23.2;10.5;14.6;0;6.56;16768
+59107;41.40567;9.21612;61;20220918;27.2;13.8;20.5;2.8;12.95;0;4.44;22059
+59107;41.40567;9.21612;61;20220919;26.3;15.3;20.8;4.9;15.35;0;4.57;19052
+59107;41.40567;9.21612;61;20220920;27.7;14.8;21.2;2.4;16.1;0;3.66;17666
+59107;41.40567;9.21612;61;20220921;28.2;14.7;21.4;4.1;14.8;.2;4.88;21483
+59107;41.40567;9.21612;61;20220922;24;17.9;21;6.5;11.7;0;5.52;16986
+59107;41.40567;9.21612;61;20220923;24.8;12.7;18.7;3.6;10.75;0;4.44;20997
+59107;41.40567;9.21612;61;20220924;22.9;13.5;18.2;1.7;15.8;12.3;1.88;8120
+59107;41.40567;9.21612;61;20220925;23.9;16.8;20.3;4;19.35;1.5;2.66;13514
+59107;41.40567;9.21612;61;20220926;24.4;18;21.2;7.4;16.25;0;4.26;12972
+59107;41.40567;9.21612;61;20220927;22.1;19.6;20.9;14.5;13.4;.9;6.13;12016
+59107;41.40567;9.21612;61;20220928;21.2;18.6;19.9;10.6;15.85;23.2;3.84;8729
+59107;41.40567;9.21612;61;20220929;21.8;16.8;19.3;4.3;17.8;18.6;2.74;15060
+59107;41.40567;9.21612;61;20220930;22.6;14.7;18.6;3.2;16.19;3.6;2.13;6519
+59107;41.40567;9.21612;61;20221001;21;16.8;18.9;9.8;13.65;2.9;4.33;13775
+59107;41.40567;9.21612;61;20221002;25;19.2;22.1;9.9;17.55;0;4.73;14256
+59107;41.40567;9.21612;61;20221003;24.1;19.4;21.7;5.3;18;.1;3.47;13319
+59107;41.40567;9.21612;61;20221004;25.5;13.7;19.6;3;17.55;.1;3;17319
+59107;41.40567;9.21612;61;20221005;25.4;17.3;21.4;4.1;17.7;0;3.49;17176
+59107;41.40567;9.21612;61;20221006;25.8;14.4;20.1;3.5;16.8;0;3.35;18583
+59107;41.40567;9.21612;61;20221007;26;15.2;20.6;3.1;16;0;3.36;17702
+59107;41.40567;9.21612;61;20221008;25.7;13;19.4;2.5;16.65;.4;2.94;17759
+59107;41.40567;9.21612;61;20221009;23.9;18.5;21.2;4.6;18.4;.6;2.75;9691
+59107;41.40567;9.21612;61;20221010;24.7;17.9;21.3;4.8;17.2;0;3.48;14885
+59107;41.40567;9.21612;61;20221011;24.4;15.3;19.9;3.8;17.35;0;2.74;13371
+59107;41.40567;9.21612;61;20221012;19.5;17.3;18.4;4.4;18.1;19.5;1.32;3034
+59107;41.40567;9.21612;61;20221013;22.8;14.7;18.8;4.1;17.2;.1;2.43;13628
+59107;41.40567;9.21612;61;20221014;23.4;17.5;20.4;5.6;17.55;0;2.92;10944
+59107;41.40567;9.21612;61;20221015;23.5;17.1;20.3;4.1;18.2;.2;2.63;13597
+59107;41.40567;9.21612;61;20221016;24.7;14.5;19.6;3.8;18.15;0;2.52;13635
+59107;41.40567;9.21612;61;20221017;24.1;18.4;21.2;4.9;19.3;.1;2.82;14151
+59107;41.40567;9.21612;61;20221018;24.9;15.4;20.1;3;18.05;.1;2.54;15397
+59107;41.40567;9.21612;61;20221019;23.3;13.4;18.3;2.7;17.1;0;2.19;14742
+59107;41.40567;9.21612;61;20221020;24.8;15.9;20.3;3.6;18.95;.2;2.54;14600
+59107;41.40567;9.21612;61;20221021;25;18.2;21.6;4.9;19.55;.1;2.71;11172
+59107;41.40567;9.21612;61;20221022;28.3;16.1;22.2;2.9;15.5;0;3.35;15618
+59107;41.40567;9.21612;61;20221023;29.2;16.8;23;4;19.1;.4;3.5;14574
+59107;41.40567;9.21612;61;20221024;28.1;15;21.6;2.8;17;0;2.88;13344
+59107;41.40567;9.21612;61;20221025;26.3;17;21.6;4.9;16.3;0;3.46;10770
+59107;41.40567;9.21612;61;20221026;27.2;13.3;20.3;2.5;15.7;.4;2.65;13282
+59107;41.40567;9.21612;61;20221027;24.8;15.3;20.1;4.6;19.85;.2;2.2;12336
+59107;41.40567;9.21612;61;20221028;23.8;17;20.4;3.7;19.15;.3;2.12;11227
+59107;41.40567;9.21612;61;20221029;24.2;16.6;20.4;4.5;18.4;.2;2.51;13207
+59107;41.40567;9.21612;61;20221030;24.2;15.9;20;3.8;16.3;0;2.62;13746
+59107;41.40567;9.21612;61;20221031;23.7;10.9;17.3;2;13.15;0;2.04;13206
+59107;41.40567;9.21612;61;20221101;22.6;10.9;16.7;1.9;15.4;0;1.6;12090
+59107;41.40567;9.21612;61;20221102;22.7;12.2;17.5;3.2;16.25;.1;1.94;12942
+59107;41.40567;9.21612;61;20221103;23.1;13.4;18.3;2.8;16.5;7;1.75;9590
+59107;41.40567;9.21612;61;20221104;19.7;16.3;18;9.5;13.95;5.2;3.25;9166
+59107;41.40567;9.21612;61;20221105;22;10.8;16.4;3.4;10.5;.1;2.55;10212
+59107;41.40567;9.21612;61;20221106;21.2;9;15.1;3.4;10.2;0;2.46;12792
+59107;41.40567;9.21612;61;20221107;21.9;11.6;16.8;3.7;14.5;0;1.99;9896
+59107;41.40567;9.21612;61;20221108;22.5;12;17.2;2.9;15.2;0;1.77;11708
+59107;41.40567;9.21612;61;20221109;22.8;15.1;19;3.1;15.7;.1;1.98;9532
+59107;41.40567;9.21612;61;20221110;22.6;14.3;18.5;3;17.55;0;1.52;8814
+59107;41.40567;9.21612;61;20221111;21.9;14.8;18.3;4.8;16.8;0;1.92;10454
+59107;41.40567;9.21612;61;20221112;21;11.9;16.4;2.9;13.2;0;1.77;9680
+59107;41.40567;9.21612;61;20221113;18.8;13.6;16.2;4.8;11.9;6.7;2.32;6946
+59107;41.40567;9.21612;61;20221114;20;8.9;14.4;2.7;12.1;1;1.56;10420
+59107;41.40567;9.21612;61;20221115;20.5;12.6;16.6;2;15.15;30.2;1.15;4905
+59107;41.40567;9.21612;61;20221116;20.8;15.2;18;5.5;16.8;1.8;1.71;7979
+59107;41.40567;9.21612;61;20221117;21.7;14.9;18.3;6.5;14.75;21.5;2.62;7625
+59107;41.40567;9.21612;61;20221118;18.5;15.1;16.8;9.8;14.1;2.7;2.5;9298
+59107;41.40567;9.21612;61;20221119;17;13.5;15.3;3.7;11.8;3.6;1.75;6557
+59107;41.40567;9.21612;61;20221120;18.2;9.9;14;3.6;11.55;.5;1.62;6970
+59107;41.40567;9.21612;61;20221121;17.9;9.8;13.8;9.3;11.8;39.1;2.25;8729
+59107;41.40567;9.21612;61;20221122;14.7;12.5;13.6;14;12;3.4;2.14;2737
+59107;41.40567;9.21612;61;20221123;17.4;12.5;15;12.3;11.55;.3;2.99;7595
+59107;41.40567;9.21612;61;20221124;18;13.7;15.8;9.1;10.4;0;3.46;8704
+59107;41.40567;9.21612;61;20221125;15.7;11.7;13.7;3.7;12.25;23.2;1.24;5925
+59107;41.40567;9.21612;61;20221126;17.3;10.4;13.9;5.3;10.2;.7;2.15;6796
+59107;41.40567;9.21612;61;20221127;16.8;9.5;13.2;5;8.1;0;2.44;9923
+59107;41.40567;9.21612;61;20221128;15;6.1;10.5;2.5;9.05;0;1.16;7150
+59107;41.40567;9.21612;61;20221129;14.7;8.3;11.5;3.7;9.85;3.3;1.34;5788
+59107;41.40567;9.21612;61;20221130;14.6;7.4;11;4.2;9.8;.5;1.34;6112
+59107;41.40567;9.21612;61;20221201;14.4;8.3;11.4;4.2;8.5;0;1.75;6066
+59107;41.40567;9.21612;61;20221202;15.2;6.5;10.8;4.7;9.45;1.6;1.5;5723
+59107;41.40567;9.21612;61;20221203;19;12.1;15.5;4.8;12.2;3.5;1.93;6741
+59107;41.40567;9.21612;61;20221204;17.6;8.7;13.1;2.3;12.6;2.1;.9;6721
+59107;41.40567;9.21612;61;20221205;18.7;11.5;15.1;2.3;11.7;0;1.28;7434
+59107;41.40567;9.21612;61;20221206;18.4;7.7;13;2.6;11.75;0;1.01;9249
+59107;41.40567;9.21612;61;20221207;17;9;13;5.4;11.35;0;1.5;8960
+59107;41.40567;9.21612;61;20221208;16.7;12.2;14.4;4.7;10.9;0;1.93;4030
+59107;41.40567;9.21612;61;20221209;18.6;9.9;14.2;3.8;13.8;19.4;1.06;7323
+59107;41.40567;9.21612;61;20221210;16.2;13.1;14.6;6.5;13.6;5.2;1.36;2105
+59107;41.40567;9.21612;61;20221211;13.6;10.6;12.1;11.8;8;0;3.25;5503
+59107;41.40567;9.21612;61;20221212;14.7;4.7;9.7;4.3;7.95;11.8;1.56;8902
+59107;41.40567;9.21612;61;20221213;16.1;8.1;12.1;5.8;11.6;17.8;1.27;4935
+59107;41.40567;9.21612;61;20221214;15.1;11.5;13.3;5.8;13.75;13.2;.81;4094
+59107;41.40567;9.21612;61;20221215;16.5;11.9;14.2;4.8;14.15;11.5;.95;3853
+59107;41.40567;9.21612;61;20221216;16.7;12.4;14.5;5.9;13.95;6.5;1.18;4492
+59107;41.40567;9.21612;61;20221217;16.2;12.1;14.2;6.7;11.5;0;1.87;8348
+59107;41.40567;9.21612;61;20221218;17;7.4;12.2;1.8;10.35;0;.85;8974
+59107;41.40567;9.21612;61;20221219;16.8;6.7;11.8;1.7;10.7;0;.76;8524
+59107;41.40567;9.21612;61;20221220;16.6;6.3;11.4;1.8;10.25;0;.78;9295
+59107;41.40567;9.21612;61;20221221;16.4;6.4;11.4;3;11.45;10.4;.87;6477
+59107;41.40567;9.21612;61;20221222;17.5;11.5;14.5;9;13.95;0;1.36;5330
+59107;41.40567;9.21612;61;20221223;18.3;15.2;16.8;9.7;15.1;0;1.95;4908
+59107;41.40567;9.21612;61;20221224;17.6;15.7;16.6;9.9;15.9;0;1.5;5962
+59107;41.40567;9.21612;61;20221225;17.6;13;15.3;4.7;14.25;0;1.19;7498
+59107;41.40567;9.21612;61;20221226;19.7;7.4;13.6;3.8;12;0;1.38;8680
+59107;41.40567;9.21612;61;20221227;17.3;14.6;16;6.5;14;0;1.71;7139
+59107;41.40567;9.21612;61;20221228;17;12.1;14.6;5.5;12.6;0;1.51;8102
+59107;41.40567;9.21612;61;20221229;17.8;7.9;12.9;2.5;11.6;0;1.01;9031
+59107;41.40567;9.21612;61;20221230;17.8;10.6;14.2;6.8;15.3;.1;.72;6134
+59107;41.40567;9.21612;61;20221231;19.7;15.4;17.5;4.1;14.85;0;1.64;5073
+60105;41.59106;8.82383;103;20220101;13.2;11.2;12.2;3.8;12.09;0;.94;2758
+60105;41.59106;8.82383;103;20220102;13.7;10.6;12.1;5.6;10.79;0;1.47;4974
+60105;41.59106;8.82383;103;20220103;14.7;11.4;13.1;6.6;11.85;0;1.49;4784
+60105;41.59106;8.82383;103;20220104;14;11.7;12.8;5.4;11.89;.1;1.31;2743
+60105;41.59106;8.82383;103;20220105;15.3;11;13.1;7.7;10.35;.8;2.32;2445
+60105;41.59106;8.82383;103;20220106;10.7;7;8.9;3.8;8.45;6.1;1.19;4392
+60105;41.59106;8.82383;103;20220107;13.8;4.1;8.9;3.2;8.05;.1;1.21;8991
+60105;41.59106;8.82383;103;20220108;13.4;3;8.2;4.3;7.59;1.9;1.44;8880
+60105;41.59106;8.82383;103;20220109;13.1;6;9.5;9.5;8.35;4.6;2.1;6141
+60105;41.59106;8.82383;103;20220110;13.4;2.4;7.9;3.8;6.02;0;1.75;9835
+60105;41.59106;8.82383;103;20220111;14.8;3;8.9;3.8;5.49;0;2.07;9465
+60105;41.59106;8.82383;103;20220112;12;3.3;7.6;5.5;5.29;0;2.23;9424
+60105;41.59106;8.82383;103;20220113;12.4;3.5;8;4.8;5.79;0;2.02;9595
+60105;41.59106;8.82383;103;20220114;13.4;1.5;7.5;3.9;7.25;0;1.4;10251
+60105;41.59106;8.82383;103;20220115;13.8;3.9;8.8;5.1;8.25;0;1.48;9346
+60105;41.59106;8.82383;103;20220116;13.5;4.4;9;6.5;8.69;0;1.59;10416
+60105;41.59106;8.82383;103;20220117;13.6;5.8;9.7;5;8.65;0;1.59;8787
+60105;41.59106;8.82383;103;20220118;13.5;4.7;9.1;2.9;8.49;0;1.19;8963
+60105;41.59106;8.82383;103;20220119;13.6;3.2;8.4;3.2;9.09;.3;1.05;9618
+60105;41.59106;8.82383;103;20220120;11;10;10.5;5.6;8.49;.4;1.75;3927
+60105;41.59106;8.82383;103;20220121;11.9;6.7;9.3;3.5;8.24;1.3;1.36;7912
+60105;41.59106;8.82383;103;20220122;13.2;3.7;8.5;3.2;7.65;0;1.38;10692
+60105;41.59106;8.82383;103;20220123;13.4;1.8;7.6;2.3;7.79;0;1.11;11197
+60105;41.59106;8.82383;103;20220124;14.3;2.4;8.4;2.2;8.09;0;1.12;10881
+60105;41.59106;8.82383;103;20220125;14.1;3.4;8.8;2.9;8.22;0;1.31;10262
+60105;41.59106;8.82383;103;20220126;12.6;4.9;8.8;4.3;8.45;0;1.41;6754
+60105;41.59106;8.82383;103;20220127;14.3;4.8;9.6;3.3;8.59;0;1.45;10530
+60105;41.59106;8.82383;103;20220128;13.5;9.1;11.3;3.8;8.69;0;1.72;9313
+60105;41.59106;8.82383;103;20220129;14.7;6.1;10.4;4.3;8.79;0;1.69;11633
+60105;41.59106;8.82383;103;20220130;13.4;7.8;10.6;5.9;8.99;.2;1.81;6424
+60105;41.59106;8.82383;103;20220131;12.8;7.2;10;6.9;9.09;0;1.66;7840
+60105;41.59106;8.82383;103;20220201;16.1;2.4;9.3;3.5;6.32;0;2.13;12534
+60105;41.59106;8.82383;103;20220202;14.5;4.9;9.7;6;9.35;0;1.63;11699
+60105;41.59106;8.82383;103;20220203;15.6;6;10.8;4;10.65;.1;1.4;11361
+60105;41.59106;8.82383;103;20220204;14.5;9.4;12;5.1;11.04;.1;1.5;8912
+60105;41.59106;8.82383;103;20220205;15.1;9.9;12.5;4.4;10.52;0;1.74;7371
+60105;41.59106;8.82383;103;20220206;13.7;7.8;10.8;5.1;10.24;.2;1.5;11070
+60105;41.59106;8.82383;103;20220207;14.8;9.7;12.3;9;9.79;.7;2.37;7024
+60105;41.59106;8.82383;103;20220208;15.6;6.4;11;2.9;7.49;0;2.04;12873
+60105;41.59106;8.82383;103;20220209;14.9;3.9;9.4;3.8;8.75;.1;1.71;12574
+60105;41.59106;8.82383;103;20220210;14.7;3.4;9;3.1;8.35;0;1.65;13109
+60105;41.59106;8.82383;103;20220211;13.6;3;8.3;3.7;8.45;0;1.58;13308
+60105;41.59106;8.82383;103;20220212;15.4;4.7;10;4.2;8.99;0;1.94;13525
+60105;41.59106;8.82383;103;20220213;15.8;6.1;11;2.8;9.22;0;1.7;10544
+60105;41.59106;8.82383;103;20220214;16;6.7;11.4;2.5;9.89;19.4;1.58;10273
+60105;41.59106;8.82383;103;20220215;13;8.2;10.6;8.1;9.42;7;2.02;7974
+60105;41.59106;8.82383;103;20220216;14;7.2;10.6;5.9;9.55;.5;1.99;11341
+60105;41.59106;8.82383;103;20220217;16.2;9.1;12.7;5.7;12.02;.1;1.88;13104
+60105;41.59106;8.82383;103;20220218;17.2;8.6;12.9;5.9;12.22;0;2.01;12817
+60105;41.59106;8.82383;103;20220219;14.1;10.2;12.2;5.3;11.74;0;1.44;6513
+60105;41.59106;8.82383;103;20220220;14.3;9.3;11.8;5.6;10.09;0;2.2;13342
+60105;41.59106;8.82383;103;20220221;14.7;9.6;12.2;11.4;9.49;1.6;2.93;8255
+60105;41.59106;8.82383;103;20220222;15.8;8.4;12.1;4.5;8.84;0;2.5;14084
+60105;41.59106;8.82383;103;20220223;17.2;7.3;12.3;3;9.09;0;2.2;15821
+60105;41.59106;8.82383;103;20220224;16.7;7;11.9;3.4;9.74;.1;2.16;15378
+60105;41.59106;8.82383;103;20220225;14.4;8.4;11.4;5.8;9.29;0;2.28;12059
+60105;41.59106;8.82383;103;20220226;14.4;6.5;10.4;5;5.14;0;3.39;15588
+60105;41.59106;8.82383;103;20220227;13.7;3.7;8.7;4.5;4.44;0;3.17;16935
+60105;41.59106;8.82383;103;20220228;14.4;3.4;8.9;3.3;5.95;0;2.54;16493
+60105;41.59106;8.82383;103;20220301;11.4;2.3;6.8;4.1;5.92;0;2.31;15287
+60105;41.59106;8.82383;103;20220302;12.5;2.6;7.6;3.4;6.64;0;2.17;16721
+60105;41.59106;8.82383;103;20220303;13.3;2.6;8;1.9;8.02;.1;1.46;10048
+60105;41.59106;8.82383;103;20220304;12.7;6.9;9.8;3.4;9.79;2.1;1.56;9347
+60105;41.59106;8.82383;103;20220305;13.2;4.2;8.7;4.9;6.45;0;2.69;14737
+60105;41.59106;8.82383;103;20220306;12.8;3.5;8.1;3.8;6.15;.2;2.5;15839
+60105;41.59106;8.82383;103;20220307;12.4;2;7.2;3.5;5.79;0;2.41;16980
+60105;41.59106;8.82383;103;20220308;12.6;3.1;7.9;4.3;6.24;0;2.61;17177
+60105;41.59106;8.82383;103;20220309;13.5;4.8;9.1;3.7;6.34;0;2.73;17956
+60105;41.59106;8.82383;103;20220310;14.5;3.7;9.1;2.6;7.24;0;2.39;18813
+60105;41.59106;8.82383;103;20220311;15.1;4.2;9.7;4.3;8.59;0;2.32;15819
+60105;41.59106;8.82383;103;20220312;14.6;8.5;11.6;5.9;7.84;0;2.85;11167
+60105;41.59106;8.82383;103;20220313;13.5;8.5;11;5.1;10.39;3.2;1.62;7504
+60105;41.59106;8.82383;103;20220314;16.7;11.2;13.9;6.2;13.14;.1;1.99;9843
+60105;41.59106;8.82383;103;20220315;15.5;11.5;13.5;6.3;12.02;0;1.96;7847
+60105;41.59106;8.82383;103;20220316;15.7;10.7;13.2;6.8;12.15;0;2.03;9735
+60105;41.59106;8.82383;103;20220317;17.1;10.9;14;6.1;11.29;.1;2.73;12134
+60105;41.59106;8.82383;103;20220318;13.5;12.1;12.8;5.3;11.19;7;1.78;3394
+60105;41.59106;8.82383;103;20220319;12.8;9.7;11.2;6.2;10.35;6.1;1.76;6624
+60105;41.59106;8.82383;103;20220320;14.2;8.6;11.4;4.4;10.42;1.4;2.04;11869
+60105;41.59106;8.82383;103;20220321;14.1;4.4;9.3;4.6;7.12;0;2.94;18459
+60105;41.59106;8.82383;103;20220322;15.1;2;8.5;4;6.89;0;3.01;21085
+60105;41.59106;8.82383;103;20220323;16.2;3.1;9.7;3.9;7.82;0;3.05;21481
+60105;41.59106;8.82383;103;20220324;17.9;4.2;11;4.6;7.39;0;3.69;21717
+60105;41.59106;8.82383;103;20220325;17.7;7.1;12.4;5.7;8.82;0;3.5;19758
+60105;41.59106;8.82383;103;20220326;14.9;9;11.9;6.1;8.09;.1;3.19;11485
+60105;41.59106;8.82383;103;20220327;19.6;11.5;15.5;5.2;8.32;0;4.45;17166
+60105;41.59106;8.82383;103;20220328;18.9;8.3;13.6;2.5;8.69;0;3.48;21637
+60105;41.59106;8.82383;103;20220329;17.7;6.4;12;4.4;10.02;7.5;2.88;17486
+60105;41.59106;8.82383;103;20220330;15.9;11.4;13.7;3.4;13.74;4;1.35;5966
+60105;41.59106;8.82383;103;20220331;15.1;12.5;13.8;7.5;12.65;0;2.32;10080
+60105;41.59106;8.82383;103;20220401;13.5;11.9;12.7;11.6;8.52;5.7;3.83;8786
+60105;41.59106;8.82383;103;20220402;11.1;5.2;8.2;6.5;7.18;6.2;2.49;10568
+60105;41.59106;8.82383;103;20220403;11.4;5.1;8.3;6;7.52;.1;2.56;16193
+60105;41.59106;8.82383;103;20220404;15;4.4;9.7;3.8;7.29;0;3.19;21104
+60105;41.59106;8.82383;103;20220405;16;2.9;9.5;3.6;8.29;0;3.15;24003
+60105;41.59106;8.82383;103;20220406;11.6;6.6;9.1;4.1;9.54;3;1.31;5943
+60105;41.59106;8.82383;103;20220407;16.4;7.4;11.9;8.5;11.62;0;2.66;19861
+60105;41.59106;8.82383;103;20220408;17.6;11.5;14.5;7.1;13.49;0;2.83;16722
+60105;41.59106;8.82383;103;20220409;15.4;12.8;14.1;9.4;9.89;0;3.8;15219
+60105;41.59106;8.82383;103;20220410;16.3;6.2;11.3;3.6;8.04;0;3.55;23842
+60105;41.59106;8.82383;103;20220411;17.5;4.4;10.9;5.3;8.82;0;3.68;24746
+60105;41.59106;8.82383;103;20220412;16.3;9.3;12.8;6.2;10.84;0;3.07;18706
+60105;41.59106;8.82383;103;20220413;18;11.3;14.6;5.9;11.39;0;3.54;18378
+60105;41.59106;8.82383;103;20220414;19;9.8;14.4;4.8;10.02;0;3.98;19999
+60105;41.59106;8.82383;103;20220415;21.6;10.8;16.2;3.2;9.82;0;4.43;23360
+60105;41.59106;8.82383;103;20220416;21.3;8.3;14.8;3.9;11.55;0;4.1;24898
+60105;41.59106;8.82383;103;20220417;17.5;11.5;14.5;5.8;7.89;0;4.86;21230
+60105;41.59106;8.82383;103;20220418;17.8;7.2;12.5;4.2;9.04;0;3.94;25492
+60105;41.59106;8.82383;103;20220419;18.3;8.2;13.2;4.4;11.25;0;3.52;23119
+60105;41.59106;8.82383;103;20220420;19;9.3;14.2;5.5;12.35;.7;3.12;18019
+60105;41.59106;8.82383;103;20220421;16;11.6;13.8;5.6;13.19;22.8;2.17;11636
+60105;41.59106;8.82383;103;20220422;16.9;10.6;13.8;4.8;13.25;0;2.49;15490
+60105;41.59106;8.82383;103;20220423;21.2;10.5;15.8;5.6;12.82;3.2;3.85;18088
+60105;41.59106;8.82383;103;20220424;16.3;13.1;14.7;7.8;12.84;5.4;2.77;11626
+60105;41.59106;8.82383;103;20220425;17.6;12.8;15.2;4.7;13.29;0;3.59;22531
+60105;41.59106;8.82383;103;20220426;20;9;14.5;3.2;11.92;0;3.92;25579
+60105;41.59106;8.82383;103;20220427;20.2;8.5;14.3;4.1;13.12;.1;3.81;26761
+60105;41.59106;8.82383;103;20220428;21.4;10.8;16.1;4.2;12.09;.1;4.59;26817
+60105;41.59106;8.82383;103;20220429;21.2;9;15.1;4.1;10.09;0;4.76;26810
+60105;41.59106;8.82383;103;20220430;20.4;8.3;14.3;3.7;11.79;0;4.08;26050
+60105;41.59106;8.82383;103;20220501;19.9;10.2;15.1;2.8;12.72;0;3.6;22248
+60105;41.59106;8.82383;103;20220502;20.4;8.4;14.4;2.8;12.35;0;4.05;27181
+60105;41.59106;8.82383;103;20220503;22.5;9.3;15.9;2.8;12.29;0;4.54;28009
+60105;41.59106;8.82383;103;20220504;21.2;11.3;16.2;3.8;13.12;1;3.8;21087
+60105;41.59106;8.82383;103;20220505;15.5;14;14.8;4.2;14.55;15.3;1.21;2381
+60105;41.59106;8.82383;103;20220506;18.8;12.3;15.5;4.8;14.22;1.5;2.84;15837
+60105;41.59106;8.82383;103;20220507;21.3;14.3;17.8;3.6;14.32;2.2;3.47;15294
+60105;41.59106;8.82383;103;20220508;21.9;11.5;16.7;2.6;13.72;3.3;3.82;21952
+60105;41.59106;8.82383;103;20220509;21.9;11.9;16.9;2.3;13.82;.3;4.13;25106
+60105;41.59106;8.82383;103;20220510;22.6;11;16.8;3;14.32;.1;4.59;28550
+60105;41.59106;8.82383;103;20220511;21.9;11.9;16.9;3.1;14.75;0;4.22;25645
+60105;41.59106;8.82383;103;20220512;23;11.5;17.2;3;14.49;0;4.76;29306
+60105;41.59106;8.82383;103;20220513;24;10.5;17.2;2.9;13.65;0;5.06;29513
+60105;41.59106;8.82383;103;20220514;23.5;10.5;17;2.7;13.32;0;5;29618
+60105;41.59106;8.82383;103;20220515;25.5;10.1;17.8;2.8;13.39;.1;5.17;29487
+60105;41.59106;8.82383;103;20220516;25.8;12.5;19.2;2.8;15.12;0;5.2;29163
+60105;41.59106;8.82383;103;20220517;25.5;13.9;19.7;2.5;16.12;0;4.89;27009
+60105;41.59106;8.82383;103;20220518;27.9;13.4;20.6;2.5;15.59;0;5.56;29453
+60105;41.59106;8.82383;103;20220519;25.8;16.1;20.9;4.7;16.49;.1;5.69;28366
+60105;41.59106;8.82383;103;20220520;27.9;16.4;22.2;3.8;16.55;.2;6.12;29777
+60105;41.59106;8.82383;103;20220521;24.3;14.8;19.5;4.4;18.12;0;4.84;27730
+60105;41.59106;8.82383;103;20220522;25.7;14.3;20;3.6;16.99;0;5.24;28593
+60105;41.59106;8.82383;103;20220523;29.7;14.5;22.1;3.9;16.85;0;6.31;29060
+60105;41.59106;8.82383;103;20220524;25.6;17.5;21.5;5;19.65;0;5.08;25724
+60105;41.59106;8.82383;103;20220525;27.1;16.6;21.8;3.2;19.59;.4;4.92;24729
+60105;41.59106;8.82383;103;20220526;27.8;18.3;23;3.3;20.35;.2;4.52;19920
+60105;41.59106;8.82383;103;20220527;30.5;19.6;25.1;4.9;17.82;0;5.76;15816
+60105;41.59106;8.82383;103;20220528;28.7;21.8;25.3;3.9;17.49;0;6.5;25472
+60105;41.59106;8.82383;103;20220529;22.7;17.7;20.2;5.9;17.95;0;4.16;17117
+60105;41.59106;8.82383;103;20220530;28;17.5;22.7;4.1;14.99;0;6.41;27389
+60105;41.59106;8.82383;103;20220531;25.3;16;20.6;3.9;17.69;.1;5.1;26373
+60105;41.59106;8.82383;103;20220601;28;16.4;22.2;3.2;19.25;0;5.71;29588
+60105;41.59106;8.82383;103;20220602;27.7;16.5;22.1;5;19.65;0;5.65;28317
+60105;41.59106;8.82383;103;20220603;28.4;21.1;24.7;5.8;21.35;0;4.46;13658
+60105;41.59106;8.82383;103;20220604;33.1;20.9;27;5;20.72;0;6.85;22997
+60105;41.59106;8.82383;103;20220605;30.3;21.9;26.1;5;20.79;0;6.2;22186
+60105;41.59106;8.82383;103;20220606;26.2;19.1;22.6;5.8;20.45;0;5.52;25579
+60105;41.59106;8.82383;103;20220607;25.5;17.2;21.3;5.4;18.85;0;5.69;29884
+60105;41.59106;8.82383;103;20220608;24.8;19.3;22.1;6.5;18.35;0;4.89;18578
+60105;41.59106;8.82383;103;20220609;24.2;18.9;21.5;6.8;17.12;0;5.59;23138
+60105;41.59106;8.82383;103;20220610;25.9;14.7;20.3;2.9;16.69;0;5.67;31165
+60105;41.59106;8.82383;103;20220611;27.3;15.4;21.3;3;16.55;0;5.76;29011
+60105;41.59106;8.82383;103;20220612;29.2;15.9;22.5;3.3;15.92;0;6.38;29913
+60105;41.59106;8.82383;103;20220613;27.1;16.8;22;4.8;17.82;0;5.84;27328
+60105;41.59106;8.82383;103;20220614;28;18;23;3;20.52;.1;5.64;28792
+60105;41.59106;8.82383;103;20220615;31.2;16.1;23.7;2.6;19.35;0;6.07;29151
+60105;41.59106;8.82383;103;20220616;28.4;17.6;23;2.9;19.69;.1;6.1;30754
+60105;41.59106;8.82383;103;20220617;32.1;17.6;24.8;2.7;18.92;0;6.67;30794
+60105;41.59106;8.82383;103;20220618;30.7;20.7;25.7;4.2;19.59;0;7.22;30791
+60105;41.59106;8.82383;103;20220619;30.8;19;24.9;2.9;18.65;0;6.6;30419
+60105;41.59106;8.82383;103;20220620;31.5;20.2;25.8;3;19.99;0;6.77;30197
+60105;41.59106;8.82383;103;20220621;32.7;19.4;26.1;3.9;19.92;0;7.04;28000
+60105;41.59106;8.82383;103;20220622;29.9;21.9;25.9;4.9;22.65;0;5.73;22616
+60105;41.59106;8.82383;103;20220623;30;21.3;25.7;4.6;23.12;.1;4.9;17019
+60105;41.59106;8.82383;103;20220624;28.3;21.2;24.7;5;20.72;0;6.07;25239
+60105;41.59106;8.82383;103;20220625;31.6;21.9;26.8;4.2;20.52;0;6.72;24741
+60105;41.59106;8.82383;103;20220626;30.9;22.2;26.5;6.3;22.12;0;6.49;23296
+60105;41.59106;8.82383;103;20220627;32.8;23;27.9;5.2;25.85;0;6.33;23182
+60105;41.59106;8.82383;103;20220628;28.8;23.9;26.4;4.9;25.35;.9;4.77;17200
+60105;41.59106;8.82383;103;20220629;27.6;21.2;24.4;6.4;20.79;0;6.36;26155
+60105;41.59106;8.82383;103;20220630;30.4;16.7;23.6;3.9;18.92;0;6.67;30959
+60105;41.59106;8.82383;103;20220701;30.1;20.1;25.1;4.1;19.82;0;6.85;30100
+60105;41.59106;8.82383;103;20220702;29.3;17.7;23.5;3.2;18.42;0;6.01;28558
+60105;41.59106;8.82383;103;20220703;34.9;18.4;26.6;2.9;18.62;0;7.29;30549
+60105;41.59106;8.82383;103;20220704;33.4;19.2;26.3;2.8;18.49;0;7.01;29637
+60105;41.59106;8.82383;103;20220705;29.8;20.1;24.9;4.7;20.99;0;6.75;30762
+60105;41.59106;8.82383;103;20220706;29.6;22.2;25.9;5.6;23.45;0;6.61;27747
+60105;41.59106;8.82383;103;20220707;27.9;22.2;25;5.8;21.45;0;6.24;25474
+60105;41.59106;8.82383;103;20220708;30.5;19.9;25.2;3.2;19.59;0;6.09;26520
+60105;41.59106;8.82383;103;20220709;31.1;17.4;24.2;3.2;15.15;0;7.04;30905
+60105;41.59106;8.82383;103;20220710;30.7;18.9;24.8;3.1;17.25;0;6.81;30610
+60105;41.59106;8.82383;103;20220711;32.7;16.8;24.8;3.4;17.02;0;7.19;31090
+60105;41.59106;8.82383;103;20220712;30;19.3;24.7;3.9;18.72;0;6.84;31082
+60105;41.59106;8.82383;103;20220713;31.2;19.2;25.2;2.9;20.62;0;6.39;29612
+60105;41.59106;8.82383;103;20220714;31.4;19.5;25.4;2.8;21.32;0;6.49;30562
+60105;41.59106;8.82383;103;20220715;30.6;20.1;25.3;4.2;21.75;0;6.24;26952
+60105;41.59106;8.82383;103;20220716;31.1;20.4;25.7;3.8;23.09;0;6.14;27786
+60105;41.59106;8.82383;103;20220717;32.8;20;26.4;3.2;23.19;.1;6.52;29489
+60105;41.59106;8.82383;103;20220718;34.5;22.9;28.7;4.3;22.19;0;7.86;30199
+60105;41.59106;8.82383;103;20220719;35.1;20.5;27.8;3.7;18.79;0;7.85;30145
+60105;41.59106;8.82383;103;20220720;36.3;21.2;28.7;3.5;19.62;0;7.9;29890
+60105;41.59106;8.82383;103;20220721;32.3;21.9;27.1;3.4;24.22;0;6.31;26748
+60105;41.59106;8.82383;103;20220722;32.5;20.3;26.4;3.5;23.42;0;6.65;29807
+60105;41.59106;8.82383;103;20220723;31.8;20.9;26.4;4;22.45;0;6.41;26279
+60105;41.59106;8.82383;103;20220724;30.8;21.6;26.2;4.8;24.02;0;6.08;25588
+60105;41.59106;8.82383;103;20220725;31.8;20.6;26.2;4.5;23.29;0;6.79;29553
+60105;41.59106;8.82383;103;20220726;30.3;23.8;27.1;6.6;24.15;0;6.72;25779
+60105;41.59106;8.82383;103;20220727;29.7;22.2;26;6.4;20.95;0;6.86;25398
+60105;41.59106;8.82383;103;20220728;30.1;19.7;24.9;4.5;20.45;0;6.59;29451
+60105;41.59106;8.82383;103;20220729;33.4;19.9;26.7;3.2;20.39;0;6.91;29214
+60105;41.59106;8.82383;103;20220730;30.3;22.6;26.4;6.3;21.49;0;6.9;25400
+60105;41.59106;8.82383;103;20220731;31.7;20.1;25.9;3.2;21.79;0;6.4;29234
+60105;41.59106;8.82383;103;20220801;34;20.2;27.1;2.7;21.45;0;6.63;29025
+60105;41.59106;8.82383;103;20220802;32.1;20.7;26.4;3.3;21.35;0;6.2;25860
+60105;41.59106;8.82383;103;20220803;34.5;20;27.3;2.4;21.35;0;6.51;28399
+60105;41.59106;8.82383;103;20220804;34.4;20.9;27.6;2.6;22.22;0;6.54;28622
+60105;41.59106;8.82383;103;20220805;33.4;20.9;27.2;3;21.09;0;6.55;26912
+60105;41.59106;8.82383;103;20220806;31.1;21.1;26.1;4;23.29;0;5.93;25303
+60105;41.59106;8.82383;103;20220807;32.5;22.2;27.3;3.2;25.59;0;6.01;26361
+60105;41.59106;8.82383;103;20220808;33.4;22.2;27.8;2.6;23.29;0;6.26;27021
+60105;41.59106;8.82383;103;20220809;33.1;21.5;27.3;2.7;21.19;1.2;6.31;27232
+60105;41.59106;8.82383;103;20220810;32.3;21.1;26.7;3;21.52;.7;6.24;27044
+60105;41.59106;8.82383;103;20220811;32.2;19.9;26.1;2.7;20.12;.2;5.84;25048
+60105;41.59106;8.82383;103;20220812;30.3;19.8;25.1;3.5;21.15;0;5.91;26578
+60105;41.59106;8.82383;103;20220813;30.1;20.1;25.1;3.2;23.52;5.3;4.84;21165
+60105;41.59106;8.82383;103;20220814;31.7;21.5;26.6;3.3;22.45;1.3;6.08;26404
+60105;41.59106;8.82383;103;20220815;31.8;22.5;27.1;4;25.15;.2;5.79;24197
+60105;41.59106;8.82383;103;20220816;32.5;21.9;27.2;3.5;25.09;.1;6.11;26609
+60105;41.59106;8.82383;103;20220817;32.9;23.4;28.2;5.8;24.39;.1;6.14;21009
+60105;41.59106;8.82383;103;20220818;31.8;25.2;28.5;5.5;23.45;11.8;6.29;19753
+60105;41.59106;8.82383;103;20220819;27.3;21.3;24.3;6.6;20.69;2.3;5.4;20411
+60105;41.59106;8.82383;103;20220820;27.6;21.8;24.7;5.8;21.32;0;5.43;21430
+60105;41.59106;8.82383;103;20220821;28.6;22.6;25.6;6.2;22.59;0;6.03;24730
+60105;41.59106;8.82383;103;20220822;30.4;20.5;25.4;2.9;20.99;.4;5.42;24230
+60105;41.59106;8.82383;103;20220823;30;19.3;24.7;2.8;21.22;0;5.28;25455
+60105;41.59106;8.82383;103;20220824;31.4;19.8;25.6;2.9;20.89;0;5.57;25205
+60105;41.59106;8.82383;103;20220825;30.5;18.9;24.7;2.9;21.29;0;5.28;24290
+60105;41.59106;8.82383;103;20220826;30;19.6;24.8;3.3;21.45;0;5.4;25434
+60105;41.59106;8.82383;103;20220827;29.6;20.4;25;3.7;23.12;0;4.92;22523
+60105;41.59106;8.82383;103;20220828;28.6;20.9;24.8;4.2;23.09;0;5.04;23695
+60105;41.59106;8.82383;103;20220829;30.1;19.3;24.7;3.1;22.15;0;5.05;23617
+60105;41.59106;8.82383;103;20220830;31.9;19.7;25.8;3;21.05;0;5.47;24017
+60105;41.59106;8.82383;103;20220831;28.4;19.1;23.8;4.8;21.45;6.4;4.38;17854
+60105;41.59106;8.82383;103;20220901;28.2;20.1;24.2;4.4;22.95;.2;4.61;21430
+60105;41.59106;8.82383;103;20220902;29.2;19.6;24.4;2.6;21.89;.7;4.44;21389
+60105;41.59106;8.82383;103;20220903;30.1;20.8;25.4;3.2;23.15;2.8;4.92;22632
+60105;41.59106;8.82383;103;20220904;30.5;20.3;25.4;3.5;22.99;1.1;5.12;23484
+60105;41.59106;8.82383;103;20220905;30.2;21.1;25.6;4.4;22.59;0;4.81;18912
+60105;41.59106;8.82383;103;20220906;30.7;22.3;26.5;3.7;23.95;.2;4.93;21016
+60105;41.59106;8.82383;103;20220907;31.3;21.1;26.2;2.4;24.05;0;4.63;21735
+60105;41.59106;8.82383;103;20220908;29.6;20.9;25.2;4.2;23.42;0;4.51;19102
+60105;41.59106;8.82383;103;20220909;29;22.3;25.6;6.2;17.95;0;6.33;20613
+60105;41.59106;8.82383;103;20220910;27.2;22;24.6;7.2;17.75;0;6.06;18940
+60105;41.59106;8.82383;103;20220911;27.8;20.9;24.3;5.8;17.35;0;5.88;21417
+60105;41.59106;8.82383;103;20220912;28.6;15.7;22.2;2.6;16.75;0;4.45;22068
+60105;41.59106;8.82383;103;20220913;29.5;16.9;23.2;3.7;20.89;0;4.45;21199
+60105;41.59106;8.82383;103;20220914;31.6;22;26.8;5.3;23.85;1.1;4.86;16240
+60105;41.59106;8.82383;103;20220915;29.5;23.2;26.4;4.6;22.95;0;4.02;10580
+60105;41.59106;8.82383;103;20220916;28.4;22.3;25.4;7.1;21.29;.2;5.48;19655
+60105;41.59106;8.82383;103;20220917;24.7;21.3;23;8.6;14.29;0;6.33;18212
+60105;41.59106;8.82383;103;20220918;26.7;13.9;20.3;3.1;13.02;0;4.48;21172
+60105;41.59106;8.82383;103;20220919;26.2;15.1;20.7;4.6;15.02;0;4.38;16901
+60105;41.59106;8.82383;103;20220920;27.1;14.6;20.9;2.8;15.65;0;3.85;18444
+60105;41.59106;8.82383;103;20220921;27.6;14.8;21.2;3.8;14.79;.2;4.69;21088
+60105;41.59106;8.82383;103;20220922;24.1;17.2;20.6;5.5;12.19;0;5.15;17557
+60105;41.59106;8.82383;103;20220923;24.6;12.8;18.7;3.4;11.15;.1;4.33;20631
+60105;41.59106;8.82383;103;20220924;22.8;13.5;18.2;2.2;15.52;28.8;1.98;6480
+60105;41.59106;8.82383;103;20220925;24;16.5;20.2;3.6;18.92;1.7;2.78;13642
+60105;41.59106;8.82383;103;20220926;24.2;17.4;20.8;5.9;16.05;0;3.96;13481
+60105;41.59106;8.82383;103;20220927;21.9;18.2;20;11.6;13.59;2.1;5.32;12477
+60105;41.59106;8.82383;103;20220928;21.3;17.8;19.6;8.5;15.55;17.8;3.57;8319
+60105;41.59106;8.82383;103;20220929;21.8;16.4;19.1;3.9;17.25;23.8;2.71;13673
+60105;41.59106;8.82383;103;20220930;21.4;14.2;17.8;2.9;15.98;5.8;1.87;5659
+60105;41.59106;8.82383;103;20221001;20.9;15.6;18.3;7.5;13.79;2;3.84;14650
+60105;41.59106;8.82383;103;20221002;24.7;17.9;21.3;7.7;16.95;0;4.28;14504
+60105;41.59106;8.82383;103;20221003;23.8;17.8;20.8;4.4;17.52;0;3.2;13546
+60105;41.59106;8.82383;103;20221004;25.1;13.9;19.5;2.9;17.39;.1;3.02;17413
+60105;41.59106;8.82383;103;20221005;25.2;16.4;20.8;3.6;17.02;0;3.42;17317
+60105;41.59106;8.82383;103;20221006;25.1;13.8;19.5;3.4;16.35;0;3.25;18155
+60105;41.59106;8.82383;103;20221007;25.4;14.8;20.1;3;15.82;0;3.29;17535
+60105;41.59106;8.82383;103;20221008;25.1;12.9;19;2.7;16.29;1.1;2.9;16872
+60105;41.59106;8.82383;103;20221009;23.8;17.8;20.8;3.9;17.95;1.7;2.67;9994
+60105;41.59106;8.82383;103;20221010;24.6;17.6;21.1;4.2;17.25;1.1;3.39;15257
+60105;41.59106;8.82383;103;20221011;24.2;14.9;19.6;3.5;17.05;0;2.79;14114
+60105;41.59106;8.82383;103;20221012;19.5;16.2;17.9;3.8;17.55;16.4;1.3;3123
+60105;41.59106;8.82383;103;20221013;22.6;14.6;18.6;3.5;17.09;.1;2.42;13785
+60105;41.59106;8.82383;103;20221014;23.2;16.8;20;4.8;16.99;0;2.8;10829
+60105;41.59106;8.82383;103;20221015;23.3;16.2;19.8;3.8;17.45;.2;2.7;14265
+60105;41.59106;8.82383;103;20221016;24.4;14.3;19.4;3.4;17.52;0;2.57;14057
+60105;41.59106;8.82383;103;20221017;23.9;17;20.4;4.3;18.15;.1;2.78;14367
+60105;41.59106;8.82383;103;20221018;24.4;14.7;19.6;3;17.39;.1;2.55;14998
+60105;41.59106;8.82383;103;20221019;23.3;13.2;18.3;2.7;16.62;.1;2.31;14661
+60105;41.59106;8.82383;103;20221020;24.2;15.1;19.6;3.3;18.05;.1;2.45;14133
+60105;41.59106;8.82383;103;20221021;25.6;17;21.3;4.2;17.72;0;2.88;10548
+60105;41.59106;8.82383;103;20221022;27.7;16.1;21.9;3;14.85;0;3.44;14645
+60105;41.59106;8.82383;103;20221023;29.1;16.8;23;3.9;16.65;.1;3.89;14016
+60105;41.59106;8.82383;103;20221024;28.1;15;21.5;3;15.22;0;3.29;13062
+60105;41.59106;8.82383;103;20221025;25.7;16.4;21;4.3;15.62;.1;3.28;11080
+60105;41.59106;8.82383;103;20221026;27.3;13.4;20.3;2.8;14.19;.2;3.11;13021
+60105;41.59106;8.82383;103;20221027;24.5;14.7;19.6;4;17.35;.1;2.43;12457
+60105;41.59106;8.82383;103;20221028;23.5;15.4;19.5;3.4;17.62;0;2.16;11551
+60105;41.59106;8.82383;103;20221029;23.7;15.1;19.4;4;17.15;.1;2.41;13038
+60105;41.59106;8.82383;103;20221030;23.9;14.8;19.3;3.8;15.12;0;2.73;13464
+60105;41.59106;8.82383;103;20221031;23.3;11.1;17.2;2.4;12.85;0;2.23;12870
+60105;41.59106;8.82383;103;20221101;22.4;10.8;16.6;2.2;14.19;.1;1.86;10793
+60105;41.59106;8.82383;103;20221102;22.6;12.4;17.5;3.1;15.49;.2;2.03;12028
+60105;41.59106;8.82383;103;20221103;22.9;13.6;18.2;2.9;16.19;9;1.86;9960
+60105;41.59106;8.82383;103;20221104;19.6;15.9;17.8;7.8;13.95;11.4;2.99;9511
+60105;41.59106;8.82383;103;20221105;21.6;10.2;15.9;3.2;10.52;.1;2.47;10774
+60105;41.59106;8.82383;103;20221106;21;8.9;14.9;3.5;10.02;0;2.53;12494
+60105;41.59106;8.82383;103;20221107;21.8;11.5;16.7;3.5;13.99;0;2.03;10064
+60105;41.59106;8.82383;103;20221108;22.3;11.9;17.1;3.1;14.65;0;1.94;11439
+60105;41.59106;8.82383;103;20221109;22.5;14;18.2;3.2;14.79;.5;2.05;9721
+60105;41.59106;8.82383;103;20221110;22.3;14.3;18.3;3;16.85;0;1.67;9509
+60105;41.59106;8.82383;103;20221111;22;14;18;4.3;16.19;0;1.95;10636
+60105;41.59106;8.82383;103;20221112;20.8;12;16.4;2.8;13.79;0;1.7;8887
+60105;41.59106;8.82383;103;20221113;18.9;13.1;16;4.1;11.95;3.6;2.15;6297
+60105;41.59106;8.82383;103;20221114;19.7;8.9;14.3;2.7;11.65;8;1.65;10280
+60105;41.59106;8.82383;103;20221115;20.2;12.3;16.3;2.3;14.99;34.5;1.22;4236
+60105;41.59106;8.82383;103;20221116;20.7;15;17.9;4.6;16.65;8.5;1.66;8019
+60105;41.59106;8.82383;103;20221117;21.3;13.9;17.6;5.2;14.39;9.8;2.27;7183
+60105;41.59106;8.82383;103;20221118;18.4;14.5;16.4;7.5;13.95;.8;2.18;9232
+60105;41.59106;8.82383;103;20221119;17.2;12.6;14.9;3.3;11.59;.5;1.71;6105
+60105;41.59106;8.82383;103;20221120;18;9.4;13.7;3.6;11.15;.5;1.67;7713
+60105;41.59106;8.82383;103;20221121;17.6;9.4;13.5;7.2;11.69;44.3;1.95;7719
+60105;41.59106;8.82383;103;20221122;14.6;12.1;13.4;12.1;11.79;7.1;2.15;3058
+60105;41.59106;8.82383;103;20221123;16.9;12.3;14.6;9.2;11.49;.6;2.51;6197
+60105;41.59106;8.82383;103;20221124;17.8;12.6;15.2;6.9;10.65;0;2.78;8869
+60105;41.59106;8.82383;103;20221125;15.2;10.7;13;3.4;11.92;21;1.11;4350
+60105;41.59106;8.82383;103;20221126;17.6;10.1;13.9;4.5;10.12;.2;2.06;7497
+60105;41.59106;8.82383;103;20221127;16.8;8.4;12.6;4.2;7.85;0;2.2;9682
+60105;41.59106;8.82383;103;20221128;14.8;6.1;10.5;2.6;8.92;0;1.24;6100
+60105;41.59106;8.82383;103;20221129;14.3;8.2;11.2;3.4;9.65;6.2;1.33;4692
+60105;41.59106;8.82383;103;20221130;14.8;6.6;10.7;3.6;9.55;1.6;1.3;6774
+60105;41.59106;8.82383;103;20221201;14.4;7.8;11.1;3.7;8.59;0;1.63;6677
+60105;41.59106;8.82383;103;20221202;15.3;6.3;10.8;4.1;9.15;1.1;1.52;6148
+60105;41.59106;8.82383;103;20221203;18.8;10.8;14.8;4;11.25;4.4;1.82;7227
+60105;41.59106;8.82383;103;20221204;17.5;8.7;13.1;2.4;12.15;17.7;1.03;6347
+60105;41.59106;8.82383;103;20221205;18.7;11.5;15.1;2.5;12.05;2;1.34;6989
+60105;41.59106;8.82383;103;20221206;18.1;8;13;2.6;11.39;0;1.13;8733
+60105;41.59106;8.82383;103;20221207;16.7;8.8;12.8;4.7;10.92;0;1.49;8240
+60105;41.59106;8.82383;103;20221208;16.2;10.7;13.5;4.1;10.42;1.3;1.73;4053
+60105;41.59106;8.82383;103;20221209;18.1;10.3;14.2;3.4;13.59;37.1;1.07;5282
+60105;41.59106;8.82383;103;20221210;15.6;12.6;14.1;4.8;13.42;5.9;1.15;2270
+60105;41.59106;8.82383;103;20221211;13.4;9.4;11.4;8.7;8.19;0;2.57;5302
+60105;41.59106;8.82383;103;20221212;14.6;4.8;9.7;3.9;7.89;9.6;1.55;8668
+60105;41.59106;8.82383;103;20221213;15.7;7.9;11.8;5.8;11.59;15.6;1.27;4935
+60105;41.59106;8.82383;103;20221214;15.6;11.1;13.4;4.5;13.59;16.9;.86;4329
+60105;41.59106;8.82383;103;20221215;16.4;11.2;13.8;4.5;13.95;29.4;.95;2802
+60105;41.59106;8.82383;103;20221216;15.9;12;13.9;4.8;13.65;17.7;1.06;3594
+60105;41.59106;8.82383;103;20221217;16.1;11.3;13.7;5.3;11.42;0;1.62;7365
+60105;41.59106;8.82383;103;20221218;16.8;7.2;12;2.2;10.12;0;1.01;8683
+60105;41.59106;8.82383;103;20221219;16.4;6.5;11.5;2.2;10.39;0;.91;8383
+60105;41.59106;8.82383;103;20221220;16.3;6.2;11.2;2.2;10.02;0;.91;8930
+60105;41.59106;8.82383;103;20221221;15.9;6.4;11.2;3;11.05;12.9;.95;5385
+60105;41.59106;8.82383;103;20221222;17.2;11.1;14.1;6.8;13.59;0;1.24;5920
+60105;41.59106;8.82383;103;20221223;17.9;13.9;15.9;7.3;14.55;0;1.62;4972
+60105;41.59106;8.82383;103;20221224;17.6;14.2;15.9;7.5;14.85;0;1.38;6075
+60105;41.59106;8.82383;103;20221225;17.5;11.9;14.7;4.1;13.29;0;1.23;7565
+60105;41.59106;8.82383;103;20221226;19.6;7.5;13.6;3.6;11.49;0;1.54;8386
+60105;41.59106;8.82383;103;20221227;17.1;12.9;15;5.3;12.79;0;1.6;7426
+60105;41.59106;8.82383;103;20221228;16.8;10.5;13.6;4.7;11.62;0;1.45;8101
+60105;41.59106;8.82383;103;20221229;17.7;7.8;12.8;2.6;10.99;.7;1.18;8454
+60105;41.59106;8.82383;103;20221230;17.6;10.5;14.1;5.5;14.35;1.7;.91;5389
+60105;41.59106;8.82383;103;20221231;19;14.5;16.8;3.6;14.45;.1;1.45;5482
+60106;41.58852;9.01288;101;20220101;13.3;11.2;12.2;3.8;12.09;0;.94;2758
+60106;41.58852;9.01288;101;20220102;13.7;10.6;12.2;5.6;10.79;0;1.47;4974
+60106;41.58852;9.01288;101;20220103;14.7;11.5;13.1;6.6;11.85;0;1.49;4784
+60106;41.58852;9.01288;101;20220104;14;11.8;12.9;5.4;11.89;0;1.31;2743
+60106;41.58852;9.01288;101;20220105;15.3;11.1;13.2;7.7;10.35;3.9;2.32;2445
+60106;41.58852;9.01288;101;20220106;10.7;7.1;8.9;3.8;8.45;7.3;1.19;4392
+60106;41.58852;9.01288;101;20220107;13.8;4.2;9;3.2;8.05;.1;1.21;8991
+60106;41.58852;9.01288;101;20220108;13.4;2.9;8.2;4.3;7.59;1.7;1.44;8880
+60106;41.58852;9.01288;101;20220109;13.2;5.8;9.5;9.5;8.35;2.1;2.1;6141
+60106;41.58852;9.01288;101;20220110;13.4;2.3;7.8;3.8;6.02;0;1.75;9835
+60106;41.58852;9.01288;101;20220111;14.9;2.9;8.9;3.8;5.49;0;2.07;9465
+60106;41.58852;9.01288;101;20220112;12;3.3;7.6;5.5;5.29;0;2.23;9424
+60106;41.58852;9.01288;101;20220113;12.4;3.5;8;4.8;5.79;0;2.02;9595
+60106;41.58852;9.01288;101;20220114;13.4;1.3;7.4;3.9;7.25;0;1.4;10251
+60106;41.58852;9.01288;101;20220115;13.8;3.7;8.8;5.1;8.25;.1;1.48;9346
+60106;41.58852;9.01288;101;20220116;13.6;4.1;8.9;6.5;8.69;0;1.59;10416
+60106;41.58852;9.01288;101;20220117;13.7;5.8;9.7;5;8.65;0;1.59;8787
+60106;41.58852;9.01288;101;20220118;13.5;4.6;9.1;2.9;8.49;0;1.19;8963
+60106;41.58852;9.01288;101;20220119;13.6;3;8.3;3.2;9.09;.2;1.05;9618
+60106;41.58852;9.01288;101;20220120;11;10.1;10.6;5.6;8.49;.4;1.75;3927
+60106;41.58852;9.01288;101;20220121;11.8;6.9;9.4;3.5;8.24;1.9;1.36;7912
+60106;41.58852;9.01288;101;20220122;13.3;3.6;8.4;3.2;7.65;0;1.38;10692
+60106;41.58852;9.01288;101;20220123;13.4;1.7;7.6;2.3;7.79;0;1.11;11197
+60106;41.58852;9.01288;101;20220124;14.4;2.2;8.3;2.2;8.09;0;1.12;10881
+60106;41.58852;9.01288;101;20220125;14.2;3.2;8.7;2.9;8.22;0;1.31;10262
+60106;41.58852;9.01288;101;20220126;12.7;4.6;8.7;4.3;8.45;0;1.41;6754
+60106;41.58852;9.01288;101;20220127;14.3;4.6;9.4;3.3;8.59;0;1.45;10530
+60106;41.58852;9.01288;101;20220128;13.5;9.3;11.4;3.8;8.69;0;1.72;9313
+60106;41.58852;9.01288;101;20220129;14.7;6.2;10.5;4.3;8.79;0;1.69;11633
+60106;41.58852;9.01288;101;20220130;13.4;8.1;10.7;5.9;8.99;.2;1.81;6424
+60106;41.58852;9.01288;101;20220131;12.7;7.4;10.1;6.9;9.09;0;1.66;7840
+60106;41.58852;9.01288;101;20220201;16.2;2.3;9.2;3.5;6.32;0;2.13;12534
+60106;41.58852;9.01288;101;20220202;14.5;4.9;9.7;6;9.35;0;1.63;11699
+60106;41.58852;9.01288;101;20220203;15.6;5.9;10.8;4;10.65;.1;1.4;11361
+60106;41.58852;9.01288;101;20220204;14.5;9.6;12;5.1;11.04;.1;1.5;8912
+60106;41.58852;9.01288;101;20220205;15.2;10;12.6;4.4;10.52;0;1.74;7371
+60106;41.58852;9.01288;101;20220206;13.7;8;10.9;5.1;10.24;.1;1.5;11070
+60106;41.58852;9.01288;101;20220207;14.8;9.8;12.3;9;9.79;.6;2.37;7024
+60106;41.58852;9.01288;101;20220208;15.6;6.5;11;2.9;7.49;0;2.04;12873
+60106;41.58852;9.01288;101;20220209;15;3.7;9.3;3.8;8.75;.1;1.71;12574
+60106;41.58852;9.01288;101;20220210;14.7;3.2;9;3.1;8.35;0;1.65;13109
+60106;41.58852;9.01288;101;20220211;13.6;2.8;8.2;3.7;8.45;.1;1.58;13308
+60106;41.58852;9.01288;101;20220212;15.4;4.4;9.9;4.2;8.99;0;1.94;13525
+60106;41.58852;9.01288;101;20220213;15.9;6.1;11;2.8;9.22;0;1.7;10544
+60106;41.58852;9.01288;101;20220214;16.1;6.6;11.4;2.5;9.89;12.1;1.58;10273
+60106;41.58852;9.01288;101;20220215;13;8.1;10.6;8.1;9.42;3.6;2.02;7974
+60106;41.58852;9.01288;101;20220216;14.1;7.4;10.7;5.9;9.55;.1;1.99;11341
+60106;41.58852;9.01288;101;20220217;16.3;9.2;12.7;5.7;12.02;0;1.88;13104
+60106;41.58852;9.01288;101;20220218;17.3;8.6;13;5.9;12.22;0;2.01;12817
+60106;41.58852;9.01288;101;20220219;14;10.5;12.3;5.3;11.74;0;1.44;6513
+60106;41.58852;9.01288;101;20220220;14.3;9.4;11.8;5.6;10.09;0;2.2;13342
+60106;41.58852;9.01288;101;20220221;14.7;9.7;12.2;11.4;9.49;1.7;2.93;8255
+60106;41.58852;9.01288;101;20220222;15.8;8.6;12.2;4.5;8.84;0;2.5;14084
+60106;41.58852;9.01288;101;20220223;17.4;7.6;12.5;3;9.09;0;2.2;15821
+60106;41.58852;9.01288;101;20220224;16.7;7.2;12;3.4;9.74;.1;2.16;15378
+60106;41.58852;9.01288;101;20220225;14.3;8.7;11.5;5.8;9.29;0;2.28;12059
+60106;41.58852;9.01288;101;20220226;14.3;6.7;10.5;5;5.14;0;3.39;15588
+60106;41.58852;9.01288;101;20220227;13.7;4;8.8;4.5;4.44;0;3.17;16935
+60106;41.58852;9.01288;101;20220228;14.5;3.3;8.9;3.3;5.95;0;2.54;16493
+60106;41.58852;9.01288;101;20220301;11.3;2.1;6.7;4.1;5.92;0;2.31;15287
+60106;41.58852;9.01288;101;20220302;12.5;2.7;7.6;3.4;6.64;0;2.17;16721
+60106;41.58852;9.01288;101;20220303;13.4;2.4;7.9;1.9;8.02;0;1.46;10048
+60106;41.58852;9.01288;101;20220304;12.7;6.8;9.8;3.4;9.79;3.9;1.56;9347
+60106;41.58852;9.01288;101;20220305;13.2;4.2;8.7;4.9;6.45;0;2.69;14737
+60106;41.58852;9.01288;101;20220306;12.8;3.5;8.2;3.8;6.15;.3;2.5;15839
+60106;41.58852;9.01288;101;20220307;12.4;2;7.2;3.5;5.79;0;2.41;16980
+60106;41.58852;9.01288;101;20220308;12.6;3.3;7.9;4.3;6.24;0;2.61;17177
+60106;41.58852;9.01288;101;20220309;13.5;4.9;9.2;3.7;6.34;0;2.73;17956
+60106;41.58852;9.01288;101;20220310;14.5;3.9;9.2;2.6;7.24;0;2.39;18813
+60106;41.58852;9.01288;101;20220311;15.1;4.2;9.7;4.3;8.59;.1;2.32;15819
+60106;41.58852;9.01288;101;20220312;14.5;8.8;11.7;5.9;7.84;.1;2.85;11167
+60106;41.58852;9.01288;101;20220313;13.3;8.7;11;5.1;10.39;6;1.62;7504
+60106;41.58852;9.01288;101;20220314;16.7;11.2;13.9;6.2;13.14;.1;1.99;9843
+60106;41.58852;9.01288;101;20220315;15.4;11.6;13.5;6.3;12.02;0;1.96;7847
+60106;41.58852;9.01288;101;20220316;15.6;10.9;13.3;6.8;12.15;0;2.03;9735
+60106;41.58852;9.01288;101;20220317;17;11.1;14.1;6.1;11.29;.1;2.73;12134
+60106;41.58852;9.01288;101;20220318;13.5;12.2;12.8;5.3;11.19;10.2;1.78;3394
+60106;41.58852;9.01288;101;20220319;12.7;9.7;11.2;6.2;10.35;6.5;1.76;6624
+60106;41.58852;9.01288;101;20220320;14.1;8.6;11.4;4.4;10.42;2;2.04;11869
+60106;41.58852;9.01288;101;20220321;14;4.4;9.2;4.6;7.12;0;2.94;18459
+60106;41.58852;9.01288;101;20220322;15;1.9;8.5;4;6.89;0;3.01;21085
+60106;41.58852;9.01288;101;20220323;16.3;3;9.7;3.9;7.82;0;3.05;21481
+60106;41.58852;9.01288;101;20220324;18;4.2;11.1;4.6;7.39;0;3.69;21717
+60106;41.58852;9.01288;101;20220325;17.6;7.2;12.4;5.7;8.82;0;3.5;19758
+60106;41.58852;9.01288;101;20220326;14.9;9.3;12.1;6.1;8.09;.1;3.19;11485
+60106;41.58852;9.01288;101;20220327;19.6;11.6;15.6;5.2;8.32;0;4.45;17166
+60106;41.58852;9.01288;101;20220328;19;8.1;13.6;2.5;8.69;0;3.48;21637
+60106;41.58852;9.01288;101;20220329;17.7;6.2;12;4.4;10.02;10.3;2.88;17486
+60106;41.58852;9.01288;101;20220330;15.9;11.5;13.7;3.4;13.74;4.6;1.35;5966
+60106;41.58852;9.01288;101;20220331;15.1;12.5;13.8;7.5;12.65;0;2.32;10080
+60106;41.58852;9.01288;101;20220401;13.6;11.9;12.7;11.6;8.52;5.6;3.83;8786
+60106;41.58852;9.01288;101;20220402;11.3;4.9;8.1;7;7.23;6;2.55;11240
+60106;41.58852;9.01288;101;20220403;11.5;5.2;8.3;6;7.52;0;2.56;16193
+60106;41.58852;9.01288;101;20220404;15;4.4;9.7;3.8;7.29;0;3.19;21104
+60106;41.58852;9.01288;101;20220405;16.1;2.8;9.5;3.6;8.29;0;3.15;24003
+60106;41.58852;9.01288;101;20220406;11.6;6.7;9.2;4.1;9.54;4;1.31;5943
+60106;41.58852;9.01288;101;20220407;16.4;7.5;12;8.5;11.62;0;2.66;19861
+60106;41.58852;9.01288;101;20220408;17.7;11.7;14.7;7.1;13.49;0;2.83;16722
+60106;41.58852;9.01288;101;20220409;15.5;12.9;14.2;9.4;9.89;0;3.8;15219
+60106;41.58852;9.01288;101;20220410;16.3;6.4;11.4;3.6;8.04;0;3.55;23842
+60106;41.58852;9.01288;101;20220411;17.4;4.3;10.9;5.3;8.82;0;3.68;24746
+60106;41.58852;9.01288;101;20220412;16.2;9.5;12.8;6.2;10.84;0;3.07;18706
+60106;41.58852;9.01288;101;20220413;18;11.5;14.7;5.9;11.39;0;3.54;18378
+60106;41.58852;9.01288;101;20220414;19.1;9.9;14.5;4.8;10.02;0;3.98;19999
+60106;41.58852;9.01288;101;20220415;21.7;10.8;16.3;3.2;9.82;0;4.43;23360
+60106;41.58852;9.01288;101;20220416;21.5;8.2;14.8;3.9;11.55;0;4.1;24898
+60106;41.58852;9.01288;101;20220417;17.4;11.5;14.5;5.8;7.89;0;4.86;21230
+60106;41.58852;9.01288;101;20220418;17.8;7.3;12.6;4.2;9.04;0;3.94;25492
+60106;41.58852;9.01288;101;20220419;18.4;8.1;13.3;4.4;11.25;0;3.52;23119
+60106;41.58852;9.01288;101;20220420;18.9;9.4;14.1;5.5;12.35;.8;3.12;18019
+60106;41.58852;9.01288;101;20220421;16;11.6;13.8;5.6;13.19;27.3;2.17;11636
+60106;41.58852;9.01288;101;20220422;17;10.6;13.8;4.8;13.25;0;2.49;15490
+60106;41.58852;9.01288;101;20220423;21.1;10.5;15.8;5.6;12.82;2.7;3.85;18088
+60106;41.58852;9.01288;101;20220424;16.3;13.1;14.7;7.8;12.84;3.5;2.77;11626
+60106;41.58852;9.01288;101;20220425;17.7;12.9;15.3;4.7;13.29;.1;3.59;22531
+60106;41.58852;9.01288;101;20220426;20.1;8.9;14.5;3.2;11.92;.1;3.92;25579
+60106;41.58852;9.01288;101;20220427;20.3;8.3;14.3;4.1;13.12;.2;3.81;26761
+60106;41.58852;9.01288;101;20220428;21.5;10.9;16.2;4.2;12.09;.1;4.59;26817
+60106;41.58852;9.01288;101;20220429;21.3;8.9;15.1;4.1;10.09;0;4.76;26810
+60106;41.58852;9.01288;101;20220430;20.5;8.1;14.3;3.7;11.79;0;4.08;26050
+60106;41.58852;9.01288;101;20220501;19.9;10.1;15;2.8;12.72;0;3.6;22248
+60106;41.58852;9.01288;101;20220502;20.5;8.2;14.4;2.8;12.35;0;4.05;27181
+60106;41.58852;9.01288;101;20220503;22.6;9.1;15.9;2.8;12.29;0;4.54;28009
+60106;41.58852;9.01288;101;20220504;21.2;11.2;16.2;3.8;13.12;1.1;3.8;21087
+60106;41.58852;9.01288;101;20220505;15.5;14;14.7;4.2;14.55;16.3;1.21;2381
+60106;41.58852;9.01288;101;20220506;18.7;12.2;15.5;4.8;14.22;.5;2.84;15837
+60106;41.58852;9.01288;101;20220507;21.4;14.3;17.8;3.6;14.32;2.5;3.47;15294
+60106;41.58852;9.01288;101;20220508;22;11.5;16.7;2.6;13.72;7.7;3.82;21952
+60106;41.58852;9.01288;101;20220509;22;11.8;16.9;2.3;13.82;3.1;4.13;25106
+60106;41.58852;9.01288;101;20220510;22.8;10.8;16.8;3;14.32;.2;4.59;28550
+60106;41.58852;9.01288;101;20220511;22;11.8;16.9;3.1;14.75;0;4.22;25645
+60106;41.58852;9.01288;101;20220512;23.2;11.3;17.3;3;14.49;0;4.76;29306
+60106;41.58852;9.01288;101;20220513;24.2;10.3;17.2;2.9;13.65;0;5.06;29513
+60106;41.58852;9.01288;101;20220514;23.6;10.4;17;2.7;13.32;0;5;29618
+60106;41.58852;9.01288;101;20220515;25.6;10;17.8;2.8;13.39;.1;5.17;29487
+60106;41.58852;9.01288;101;20220516;26;12.3;19.1;2.8;15.12;0;5.2;29163
+60106;41.58852;9.01288;101;20220517;25.7;13.8;19.7;2.5;16.12;0;4.89;27009
+60106;41.58852;9.01288;101;20220518;28;13.2;20.6;2.5;15.59;0;5.56;29453
+60106;41.58852;9.01288;101;20220519;25.8;16.1;21;4.7;16.49;.2;5.69;28366
+60106;41.58852;9.01288;101;20220520;28;16.4;22.2;3.8;16.55;.5;6.12;29777
+60106;41.58852;9.01288;101;20220521;24.5;14.7;19.6;4.4;18.12;0;4.84;27730
+60106;41.58852;9.01288;101;20220522;25.9;14.1;20;3.6;16.99;0;5.24;28593
+60106;41.58852;9.01288;101;20220523;29.7;14.4;22;3.9;16.85;.1;6.31;29060
+60106;41.58852;9.01288;101;20220524;25.7;17.4;21.6;5;19.65;0;5.08;25724
+60106;41.58852;9.01288;101;20220525;27.2;16.6;21.9;3.2;19.59;.5;4.92;24729
+60106;41.58852;9.01288;101;20220526;27.9;18.2;23;3.3;20.35;.1;4.52;19920
+60106;41.58852;9.01288;101;20220527;30.4;19.7;25;4.9;17.82;0;5.76;15816
+60106;41.58852;9.01288;101;20220528;28.9;21.8;25.3;3.9;17.49;0;6.5;25472
+60106;41.58852;9.01288;101;20220529;22.7;17.8;20.3;5.9;17.95;0;4.16;17117
+60106;41.58852;9.01288;101;20220530;28.1;17.5;22.8;4.1;14.99;0;6.41;27389
+60106;41.58852;9.01288;101;20220531;25.3;15.9;20.6;3.9;17.69;.1;5.1;26373
+60106;41.58852;9.01288;101;20220601;28.1;16.3;22.2;3.2;19.25;0;5.71;29588
+60106;41.58852;9.01288;101;20220602;27.8;16.4;22.1;5;19.65;0;5.65;28317
+60106;41.58852;9.01288;101;20220603;28.2;21.1;24.7;5.8;21.35;0;4.46;13658
+60106;41.58852;9.01288;101;20220604;33.1;20.9;27;5;20.72;0;6.85;22997
+60106;41.58852;9.01288;101;20220605;30.1;21.9;26;5;20.79;0;6.2;22186
+60106;41.58852;9.01288;101;20220606;26.3;19.2;22.8;5.8;20.45;0;5.52;25579
+60106;41.58852;9.01288;101;20220607;25.6;17.2;21.4;5.4;18.85;0;5.69;29884
+60106;41.58852;9.01288;101;20220608;24.9;19.4;22.2;6.5;18.35;0;4.89;18578
+60106;41.58852;9.01288;101;20220609;24.3;19;21.6;6.8;17.12;0;5.59;23138
+60106;41.58852;9.01288;101;20220610;26;14.6;20.3;2.9;16.69;.1;5.67;31165
+60106;41.58852;9.01288;101;20220611;27.4;15.2;21.3;3;16.55;0;5.76;29011
+60106;41.58852;9.01288;101;20220612;29.4;15.7;22.5;3.3;15.92;0;6.38;29913
+60106;41.58852;9.01288;101;20220613;27.2;16.7;22;4.8;17.82;0;5.84;27328
+60106;41.58852;9.01288;101;20220614;28.1;17.9;23;3;20.52;.1;5.64;28792
+60106;41.58852;9.01288;101;20220615;31.4;15.9;23.7;2.6;19.35;0;6.07;29151
+60106;41.58852;9.01288;101;20220616;28.5;17.4;23;2.9;19.69;.1;6.1;30754
+60106;41.58852;9.01288;101;20220617;32.3;17.4;24.9;2.7;18.92;0;6.67;30794
+60106;41.58852;9.01288;101;20220618;30.8;20.8;25.8;4.2;19.59;0;7.22;30791
+60106;41.58852;9.01288;101;20220619;30.9;18.8;24.8;2.9;18.65;0;6.6;30419
+60106;41.58852;9.01288;101;20220620;31.6;20.2;25.9;3;19.99;0;6.77;30197
+60106;41.58852;9.01288;101;20220621;32.8;19.3;26;3.9;19.92;0;7.04;28000
+60106;41.58852;9.01288;101;20220622;29.9;21.9;25.9;4.9;22.65;0;5.73;22616
+60106;41.58852;9.01288;101;20220623;30.2;21.3;25.8;4.6;23.12;0;4.9;17019
+60106;41.58852;9.01288;101;20220624;28.3;21.4;24.8;5;20.72;0;6.07;25239
+60106;41.58852;9.01288;101;20220625;31.8;22.1;26.9;4.2;20.52;0;6.72;24741
+60106;41.58852;9.01288;101;20220626;30.8;22.3;26.5;6.3;22.12;0;6.49;23296
+60106;41.58852;9.01288;101;20220627;32.9;23;27.9;5.2;25.85;0;6.33;23182
+60106;41.58852;9.01288;101;20220628;28.8;23.9;26.4;4.9;25.35;.7;4.77;17200
+60106;41.58852;9.01288;101;20220629;27.6;21.3;24.5;6.4;20.79;0;6.36;26155
+60106;41.58852;9.01288;101;20220630;30.5;16.6;23.6;3.9;18.92;0;6.67;30959
+60106;41.58852;9.01288;101;20220701;30.2;20.1;25.2;4.1;19.82;0;6.85;30100
+60106;41.58852;9.01288;101;20220702;29.5;17.5;23.5;3.2;18.42;0;6.01;28558
+60106;41.58852;9.01288;101;20220703;35;18.3;26.6;2.9;18.62;0;7.29;30549
+60106;41.58852;9.01288;101;20220704;33.7;19.1;26.4;2.8;18.49;0;7.01;29637
+60106;41.58852;9.01288;101;20220705;29.9;20;24.9;4.7;20.99;0;6.75;30762
+60106;41.58852;9.01288;101;20220706;29.7;22.4;26.1;5.6;23.45;0;6.61;27747
+60106;41.58852;9.01288;101;20220707;28;22.3;25.1;5.8;21.45;0;6.24;25474
+60106;41.58852;9.01288;101;20220708;30.6;19.9;25.3;3.2;19.59;0;6.09;26520
+60106;41.58852;9.01288;101;20220709;31.2;17.2;24.2;3.2;15.15;0;7.04;30905
+60106;41.58852;9.01288;101;20220710;30.8;18.9;24.9;3.1;17.25;0;6.81;30610
+60106;41.58852;9.01288;101;20220711;32.9;16.7;24.8;3.4;17.02;0;7.19;31090
+60106;41.58852;9.01288;101;20220712;30.2;19.2;24.7;3.9;18.72;0;6.84;31082
+60106;41.58852;9.01288;101;20220713;31.3;19.2;25.2;2.9;20.62;0;6.39;29612
+60106;41.58852;9.01288;101;20220714;31.6;19.3;25.4;2.8;21.32;0;6.49;30562
+60106;41.58852;9.01288;101;20220715;30.7;19.9;25.3;4.2;21.75;0;6.24;26952
+60106;41.58852;9.01288;101;20220716;31.2;20.3;25.8;3.8;23.09;0;6.14;27786
+60106;41.58852;9.01288;101;20220717;32.9;19.9;26.4;3.2;23.19;.1;6.52;29489
+60106;41.58852;9.01288;101;20220718;34.6;23;28.8;4.3;22.19;0;7.86;30199
+60106;41.58852;9.01288;101;20220719;35.2;20.4;27.8;3.7;18.79;0;7.85;30145
+60106;41.58852;9.01288;101;20220720;36.4;21.1;28.7;3.5;19.62;0;7.9;29890
+60106;41.58852;9.01288;101;20220721;32.5;21.9;27.2;3.4;24.22;0;6.31;26748
+60106;41.58852;9.01288;101;20220722;32.7;20.2;26.4;3.5;23.42;0;6.65;29807
+60106;41.58852;9.01288;101;20220723;32;20.8;26.4;4;22.45;0;6.41;26279
+60106;41.58852;9.01288;101;20220724;30.9;21.5;26.2;4.8;24.02;0;6.08;25588
+60106;41.58852;9.01288;101;20220725;32;20.5;26.2;4.5;23.29;0;6.79;29553
+60106;41.58852;9.01288;101;20220726;30.4;24;27.2;6.6;24.15;0;6.72;25779
+60106;41.58852;9.01288;101;20220727;29.9;22.3;26.1;6.4;20.95;0;6.86;25398
+60106;41.58852;9.01288;101;20220728;30.2;19.6;24.9;4.5;20.45;0;6.59;29451
+60106;41.58852;9.01288;101;20220729;33.5;19.8;26.7;3.2;20.39;0;6.91;29214
+60106;41.58852;9.01288;101;20220730;30.4;22.6;26.5;6.3;21.49;0;6.9;25400
+60106;41.58852;9.01288;101;20220731;31.8;20;25.9;3.2;21.79;0;6.4;29234
+60106;41.58852;9.01288;101;20220801;34.1;20.1;27.1;2.7;21.45;0;6.63;29025
+60106;41.58852;9.01288;101;20220802;32.3;20.5;26.4;3.3;21.35;0;6.2;25860
+60106;41.58852;9.01288;101;20220803;34.6;19.9;27.3;2.4;21.35;0;6.51;28399
+60106;41.58852;9.01288;101;20220804;34.6;20.8;27.7;2.6;22.22;0;6.54;28622
+60106;41.58852;9.01288;101;20220805;33.6;20.8;27.2;3;21.09;0;6.55;26912
+60106;41.58852;9.01288;101;20220806;31.2;21;26.1;4;23.29;0;5.93;25303
+60106;41.58852;9.01288;101;20220807;32.6;22.1;27.4;3.2;25.59;0;6.01;26361
+60106;41.58852;9.01288;101;20220808;33.4;22.1;27.7;2.6;23.29;.2;6.26;27021
+60106;41.58852;9.01288;101;20220809;33.2;21.4;27.3;2.7;21.19;1.7;6.31;27232
+60106;41.58852;9.01288;101;20220810;32.3;21.1;26.7;3;21.52;1.1;6.24;27044
+60106;41.58852;9.01288;101;20220811;32.2;19.8;26;2.7;20.12;.3;5.84;25048
+60106;41.58852;9.01288;101;20220812;30.4;19.7;25;3.5;21.15;.2;5.91;26578
+60106;41.58852;9.01288;101;20220813;30;20.1;25.1;3.2;23.52;4.2;4.84;21165
+60106;41.58852;9.01288;101;20220814;31.7;21.5;26.6;3.3;22.45;.8;6.08;26404
+60106;41.58852;9.01288;101;20220815;31.8;22.4;27.1;4;25.15;.4;5.79;24197
+60106;41.58852;9.01288;101;20220816;32.6;21.8;27.2;3.5;25.09;.1;6.11;26609
+60106;41.58852;9.01288;101;20220817;32.8;23.5;28.2;5.8;24.39;.2;6.14;21009
+60106;41.58852;9.01288;101;20220818;31.9;25.3;28.6;5.5;23.45;5.8;6.29;19753
+60106;41.58852;9.01288;101;20220819;27.4;21.4;24.4;6.6;20.69;2;5.4;20411
+60106;41.58852;9.01288;101;20220820;27.7;21.9;24.8;5.8;21.32;0;5.43;21430
+60106;41.58852;9.01288;101;20220821;28.7;22.8;25.7;6.2;22.59;0;6.03;24730
+60106;41.58852;9.01288;101;20220822;30.5;20.4;25.4;2.9;20.99;.8;5.42;24230
+60106;41.58852;9.01288;101;20220823;30.1;19.2;24.7;2.8;21.22;0;5.28;25455
+60106;41.58852;9.01288;101;20220824;31.5;19.7;25.6;2.9;20.89;0;5.57;25205
+60106;41.58852;9.01288;101;20220825;30.5;18.8;24.6;2.9;21.29;0;5.28;24290
+60106;41.58852;9.01288;101;20220826;30.1;19.5;24.8;3.3;21.45;0;5.4;25434
+60106;41.58852;9.01288;101;20220827;29.7;20.3;25;3.7;23.12;0;4.92;22523
+60106;41.58852;9.01288;101;20220828;28.7;20.9;24.8;4.2;23.09;0;5.04;23695
+60106;41.58852;9.01288;101;20220829;30.1;19.2;24.7;3.1;22.15;0;5.05;23617
+60106;41.58852;9.01288;101;20220830;32;19.5;25.7;3;21.05;0;5.47;24017
+60106;41.58852;9.01288;101;20220831;28.5;19;23.8;4.8;21.45;6.5;4.38;17854
+60106;41.58852;9.01288;101;20220901;28.3;20.2;24.2;4.4;22.95;.6;4.61;21430
+60106;41.58852;9.01288;101;20220902;29.3;19.4;24.4;2.6;21.89;.8;4.44;21389
+60106;41.58852;9.01288;101;20220903;30.2;20.8;25.5;3.2;23.15;3.6;4.92;22632
+60106;41.58852;9.01288;101;20220904;30.5;20.3;25.4;3.5;22.99;1.6;5.12;23484
+60106;41.58852;9.01288;101;20220905;30.2;21.2;25.7;4.4;22.59;0;4.81;18912
+60106;41.58852;9.01288;101;20220906;30.7;22.4;26.6;3.7;23.95;.1;4.93;21016
+60106;41.58852;9.01288;101;20220907;31.4;21;26.2;2.4;24.05;0;4.63;21735
+60106;41.58852;9.01288;101;20220908;29.6;20.9;25.3;4.2;23.42;0;4.51;19102
+60106;41.58852;9.01288;101;20220909;29.1;22.5;25.8;6.2;17.95;0;6.33;20613
+60106;41.58852;9.01288;101;20220910;27.3;22.2;24.7;7.2;17.75;0;6.06;18940
+60106;41.58852;9.01288;101;20220911;27.9;21.1;24.5;5.8;17.35;0;5.88;21417
+60106;41.58852;9.01288;101;20220912;28.7;15.5;22.1;2.6;16.75;0;4.45;22068
+60106;41.58852;9.01288;101;20220913;29.6;16.8;23.2;3.7;20.89;0;4.45;21199
+60106;41.58852;9.01288;101;20220914;31.5;22.2;26.8;5.3;23.85;1.3;4.86;16240
+60106;41.58852;9.01288;101;20220915;29.6;23.2;26.4;4.6;22.95;0;4.02;10580
+60106;41.58852;9.01288;101;20220916;28.5;22.5;25.5;7.1;21.29;.1;5.48;19655
+60106;41.58852;9.01288;101;20220917;24.7;21.3;23;8.6;14.29;0;6.33;18212
+60106;41.58852;9.01288;101;20220918;26.7;13.8;20.2;3.1;13.02;0;4.48;21172
+60106;41.58852;9.01288;101;20220919;26.2;15;20.6;4.6;15.02;0;4.38;16901
+60106;41.58852;9.01288;101;20220920;27.2;14.5;20.8;2.8;15.65;0;3.85;18444
+60106;41.58852;9.01288;101;20220921;27.7;14.6;21.1;3.8;14.79;.2;4.69;21088
+60106;41.58852;9.01288;101;20220922;24;17.3;20.7;5.5;12.19;0;5.15;17557
+60106;41.58852;9.01288;101;20220923;24.6;12.7;18.6;3.4;11.15;0;4.33;20631
+60106;41.58852;9.01288;101;20220924;22.8;13.4;18.1;2.2;15.52;19.1;1.98;6480
+60106;41.58852;9.01288;101;20220925;24;16.5;20.2;3.6;18.92;1.7;2.78;13642
+60106;41.58852;9.01288;101;20220926;24.2;17.4;20.8;5.9;16.05;0;3.96;13481
+60106;41.58852;9.01288;101;20220927;22;18.3;20.2;11.6;13.59;1.8;5.32;12477
+60106;41.58852;9.01288;101;20220928;21.3;17.9;19.6;8.5;15.55;21.6;3.57;8319
+60106;41.58852;9.01288;101;20220929;21.8;16.4;19.1;3.9;17.25;21;2.71;13673
+60106;41.58852;9.01288;101;20220930;22.3;14.4;18.4;3.2;16.18;4.7;2.13;6519
+60106;41.58852;9.01288;101;20221001;20.9;15.7;18.3;7.5;13.79;2.2;3.84;14650
+60106;41.58852;9.01288;101;20221002;24.8;18.1;21.4;7.7;16.95;0;4.28;14504
+60106;41.58852;9.01288;101;20221003;23.8;18;20.9;4.4;17.52;0;3.2;13546
+60106;41.58852;9.01288;101;20221004;25.1;13.7;19.4;2.9;17.39;.1;3.02;17413
+60106;41.58852;9.01288;101;20221005;25.2;16.5;20.8;3.6;17.02;0;3.42;17317
+60106;41.58852;9.01288;101;20221006;25.2;13.8;19.5;3.4;16.35;.1;3.25;18155
+60106;41.58852;9.01288;101;20221007;25.5;14.7;20.1;3;15.82;0;3.29;17535
+60106;41.58852;9.01288;101;20221008;25.1;12.8;19;2.7;16.29;2.9;2.9;16872
+60106;41.58852;9.01288;101;20221009;23.8;17.8;20.8;3.9;17.95;1.4;2.67;9994
+60106;41.58852;9.01288;101;20221010;24.6;17.6;21.1;4.2;17.25;.9;3.39;15257
+60106;41.58852;9.01288;101;20221011;24.2;14.9;19.6;3.5;17.05;.1;2.79;14114
+60106;41.58852;9.01288;101;20221012;19.5;16.4;17.9;3.8;17.55;17.2;1.3;3123
+60106;41.58852;9.01288;101;20221013;22.6;14.6;18.6;3.5;17.09;0;2.42;13785
+60106;41.58852;9.01288;101;20221014;23.2;16.8;20;4.8;16.99;0;2.8;10829
+60106;41.58852;9.01288;101;20221015;23.4;16.3;19.8;3.8;17.45;.2;2.7;14265
+60106;41.58852;9.01288;101;20221016;24.4;14.3;19.3;3.4;17.52;0;2.57;14057
+60106;41.58852;9.01288;101;20221017;23.9;17.2;20.5;4.3;18.15;.1;2.78;14367
+60106;41.58852;9.01288;101;20221018;24.5;14.7;19.6;3;17.39;.2;2.55;14998
+60106;41.58852;9.01288;101;20221019;23.3;13.1;18.2;2.7;16.62;.1;2.31;14661
+60106;41.58852;9.01288;101;20221020;24.3;15.1;19.7;3.3;18.05;.1;2.45;14133
+60106;41.58852;9.01288;101;20221021;25.5;17.1;21.3;4.2;17.72;0;2.88;10548
+60106;41.58852;9.01288;101;20221022;27.8;16;21.9;3;14.85;0;3.44;14645
+60106;41.58852;9.01288;101;20221023;29.2;16.7;23;3.9;16.65;.1;3.89;14016
+60106;41.58852;9.01288;101;20221024;28.1;14.8;21.5;3;15.22;.1;3.29;13062
+60106;41.58852;9.01288;101;20221025;25.8;16.3;21;4.3;15.62;.1;3.28;11080
+60106;41.58852;9.01288;101;20221026;27.2;13.2;20.2;2.8;14.19;.2;3.11;13021
+60106;41.58852;9.01288;101;20221027;24.6;14.7;19.6;4;17.35;.1;2.43;12457
+60106;41.58852;9.01288;101;20221028;23.5;15.6;19.6;3.4;17.62;.1;2.16;11551
+60106;41.58852;9.01288;101;20221029;23.8;15.3;19.5;4;17.15;.2;2.41;13038
+60106;41.58852;9.01288;101;20221030;23.9;14.9;19.4;3.8;15.12;0;2.73;13464
+60106;41.58852;9.01288;101;20221031;23.3;10.8;17.1;2.4;12.85;.1;2.23;12870
+60106;41.58852;9.01288;101;20221101;22.4;10.6;16.5;2.2;14.19;0;1.86;10793
+60106;41.58852;9.01288;101;20221102;22.6;12.2;17.4;3.1;15.49;0;2.03;12028
+60106;41.58852;9.01288;101;20221103;22.9;13.4;18.1;2.9;16.19;8.6;1.86;9960
+60106;41.58852;9.01288;101;20221104;19.6;15.9;17.8;7.8;13.95;1.6;2.99;9511
+60106;41.58852;9.01288;101;20221105;21.6;10.3;16;3.2;10.52;.1;2.47;10774
+60106;41.58852;9.01288;101;20221106;21;8.7;14.9;3.5;10.02;0;2.53;12494
+60106;41.58852;9.01288;101;20221107;21.8;11.4;16.6;3.5;13.99;0;2.03;10064
+60106;41.58852;9.01288;101;20221108;22.3;11.8;17;3.1;14.65;0;1.94;11439
+60106;41.58852;9.01288;101;20221109;22.5;14.1;18.3;3.2;14.79;.4;2.05;9721
+60106;41.58852;9.01288;101;20221110;22.4;14.2;18.3;3;16.85;0;1.67;9509
+60106;41.58852;9.01288;101;20221111;22;14;18;4.3;16.19;0;1.95;10636
+60106;41.58852;9.01288;101;20221112;20.8;11.9;16.3;2.8;13.79;0;1.7;8887
+60106;41.58852;9.01288;101;20221113;18.9;13.1;16;4.1;11.95;3.7;2.15;6297
+60106;41.58852;9.01288;101;20221114;19.8;8.8;14.3;2.7;11.65;3.9;1.65;10280
+60106;41.58852;9.01288;101;20221115;20.2;12.3;16.3;2.3;14.99;29.5;1.22;4236
+60106;41.58852;9.01288;101;20221116;20.7;15;17.9;4.6;16.65;5.8;1.66;8019
+60106;41.58852;9.01288;101;20221117;21.4;14;17.7;5.2;14.39;10.6;2.27;7183
+60106;41.58852;9.01288;101;20221118;18.4;14.5;16.4;7.5;13.95;.9;2.18;9232
+60106;41.58852;9.01288;101;20221119;17.1;12.7;14.9;3.3;11.59;.4;1.71;6105
+60106;41.58852;9.01288;101;20221120;18;9.3;13.7;3.6;11.15;0;1.67;7713
+60106;41.58852;9.01288;101;20221121;17.6;9.3;13.5;7.2;11.69;44.2;1.95;7719
+60106;41.58852;9.01288;101;20221122;14.6;12.2;13.4;12.1;11.79;7.4;2.15;3058
+60106;41.58852;9.01288;101;20221123;17;12.3;14.6;9.2;11.49;.3;2.51;6197
+60106;41.58852;9.01288;101;20221124;17.9;12.7;15.3;6.9;10.65;0;2.78;8869
+60106;41.58852;9.01288;101;20221125;15.2;10.7;13;3.4;11.92;22;1.11;4350
+60106;41.58852;9.01288;101;20221126;17.6;10.2;13.9;4.5;10.12;.3;2.06;7497
+60106;41.58852;9.01288;101;20221127;16.8;8.4;12.6;4.2;7.85;0;2.2;9682
+60106;41.58852;9.01288;101;20221128;14.8;6;10.4;2.6;8.92;0;1.24;6100
+60106;41.58852;9.01288;101;20221129;14.3;8.1;11.2;3.4;9.65;7.6;1.33;4692
+60106;41.58852;9.01288;101;20221130;14.7;6.6;10.7;3.6;9.55;1.6;1.3;6774
+60106;41.58852;9.01288;101;20221201;14.4;7.9;11.1;3.7;8.59;0;1.63;6677
+60106;41.58852;9.01288;101;20221202;15.3;6.2;10.8;4.1;9.15;1.5;1.52;6148
+60106;41.58852;9.01288;101;20221203;18.8;11;14.9;4;11.25;4.1;1.82;7227
+60106;41.58852;9.01288;101;20221204;17.5;8.6;13;2.4;12.15;10.6;1.03;6347
+60106;41.58852;9.01288;101;20221205;18.7;11.4;15;2.5;12.05;1;1.34;6989
+60106;41.58852;9.01288;101;20221206;18.1;7.8;13;2.6;11.39;0;1.13;8733
+60106;41.58852;9.01288;101;20221207;16.7;8.7;12.7;4.7;10.92;0;1.49;8240
+60106;41.58852;9.01288;101;20221208;16.3;10.9;13.6;4.1;10.42;.5;1.73;4053
+60106;41.58852;9.01288;101;20221209;18.1;10.1;14.1;3.4;13.59;37.6;1.07;5282
+60106;41.58852;9.01288;101;20221210;15.6;12.6;14.1;4.8;13.42;5;1.15;2270
+60106;41.58852;9.01288;101;20221211;13.4;9.6;11.5;8.7;8.19;0;2.57;5302
+60106;41.58852;9.01288;101;20221212;14.6;4.6;9.6;3.9;7.89;8.7;1.55;8668
+60106;41.58852;9.01288;101;20221213;15.8;7.9;11.8;5.8;11.59;14.1;1.27;4935
+60106;41.58852;9.01288;101;20221214;15.5;11.1;13.3;4.5;13.59;16.6;.86;4329
+60106;41.58852;9.01288;101;20221215;16.3;11.2;13.8;4.5;13.95;24.8;.95;2802
+60106;41.58852;9.01288;101;20221216;16;12.1;14;4.8;13.65;14.5;1.06;3594
+60106;41.58852;9.01288;101;20221217;16.1;11.3;13.7;5.3;11.42;0;1.62;7365
+60106;41.58852;9.01288;101;20221218;16.8;7.1;12;2.2;10.12;0;1.01;8683
+60106;41.58852;9.01288;101;20221219;16.5;6.4;11.5;2.2;10.39;0;.91;8383
+60106;41.58852;9.01288;101;20221220;16.3;6.1;11.2;2.2;10.02;0;.91;8930
+60106;41.58852;9.01288;101;20221221;16;6.3;11.1;3;11.05;10.1;.95;5385
+60106;41.58852;9.01288;101;20221222;17.3;11.1;14.2;6.8;13.59;0;1.24;5920
+60106;41.58852;9.01288;101;20221223;18;14.1;16;7.3;14.55;0;1.62;4972
+60106;41.58852;9.01288;101;20221224;17.6;14.4;16;7.5;14.85;0;1.38;6075
+60106;41.58852;9.01288;101;20221225;17.5;11.9;14.7;4.1;13.29;0;1.23;7565
+60106;41.58852;9.01288;101;20221226;19.6;7.4;13.5;3.6;11.49;0;1.54;8386
+60106;41.58852;9.01288;101;20221227;17.1;13.1;15.1;5.3;12.79;0;1.6;7426
+60106;41.58852;9.01288;101;20221228;16.8;10.6;13.7;4.7;11.62;0;1.45;8101
+60106;41.58852;9.01288;101;20221229;17.7;7.7;12.7;2.6;10.99;.2;1.18;8454
+60106;41.58852;9.01288;101;20221230;17.6;10.4;14;5.5;14.35;1.6;.91;5389
+60106;41.58852;9.01288;101;20221231;19.1;14.6;16.9;3.6;14.45;.1;1.45;5482
+60107;41.60035;9.24645;60;20220101;14;11.1;12.5;3.9;11.9;0;1;2108
+60107;41.60035;9.24645;60;20220102;14.2;11;12.6;5.3;10.8;0;1.45;4306
+60107;41.60035;9.24645;60;20220103;15.2;11.6;13.4;6.4;11.66;0;1.46;4616
+60107;41.60035;9.24645;60;20220104;14.7;11.7;13.2;5.2;11.8;0;1.32;4368
+60107;41.60035;9.24645;60;20220105;16.4;11;13.7;7.7;9.8;2.3;2.56;4077
+60107;41.60035;9.24645;60;20220106;10.8;7.6;9.2;4.4;8.2;10.8;1.43;3755
+60107;41.60035;9.24645;60;20220107;13.8;5;9.4;3.3;7.93;.1;1.36;8264
+60107;41.60035;9.24645;60;20220108;13.8;2.6;8.2;4.2;7.1;1.3;1.51;9875
+60107;41.60035;9.24645;60;20220109;13.9;4.9;9.4;8.7;7.6;0;2.27;6900
+60107;41.60035;9.24645;60;20220110;13.3;1.9;7.6;4.7;5.8;0;2.04;8780
+60107;41.60035;9.24645;60;20220111;14.8;3.5;9.2;5.1;5.13;0;2.63;9775
+60107;41.60035;9.24645;60;20220112;11.8;3.5;7.7;6.7;5.1;0;2.64;9315
+60107;41.60035;9.24645;60;20220113;12.5;3.4;7.9;4.9;5.06;0;2.26;9772
+60107;41.60035;9.24645;60;20220114;14.3;.7;7.5;3.8;6.33;0;1.61;10553
+60107;41.60035;9.24645;60;20220115;14.8;2.3;8.6;5;7.7;.1;1.61;9681
+60107;41.60035;9.24645;60;20220116;14.1;3.1;8.6;6.3;8.6;0;1.61;10632
+60107;41.60035;9.24645;60;20220117;14.2;5.9;10;4.6;8.7;0;1.57;8668
+60107;41.60035;9.24645;60;20220118;14.1;4;9.1;2.9;8.3;0;1.32;8815
+60107;41.60035;9.24645;60;20220119;14;2.8;8.4;2.9;8.9;0;1.04;9552
+60107;41.60035;9.24645;60;20220120;13;8.6;10.8;5.8;8.2;.1;1.87;8265
+60107;41.60035;9.24645;60;20220121;12.3;8;10.1;3;8.6;2.1;1.26;6264
+60107;41.60035;9.24645;60;20220122;13.3;3.2;8.3;3.1;7.2;0;1.42;10952
+60107;41.60035;9.24645;60;20220123;13.8;1.3;7.5;2.2;7.56;0;1.14;11368
+60107;41.60035;9.24645;60;20220124;14.8;1.5;8.2;2;7.9;0;1.14;10878
+60107;41.60035;9.24645;60;20220125;14.3;3.3;8.8;2.9;7.83;0;1.42;10310
+60107;41.60035;9.24645;60;20220126;13.7;3.1;8.4;4.4;8.26;0;1.52;8916
+60107;41.60035;9.24645;60;20220127;14.6;3.4;9;3.4;8.6;0;1.49;11242
+60107;41.60035;9.24645;60;20220128;14.1;9.3;11.7;3.5;8.85;0;1.69;8748
+60107;41.60035;9.24645;60;20220129;15;6.6;10.8;4.5;8.5;0;1.86;12133
+60107;41.60035;9.24645;60;20220130;13.5;8.8;11.2;5.3;9.55;0;1.66;7321
+60107;41.60035;9.24645;60;20220131;13.1;9.2;11.1;6.7;9.45;0;1.7;8160
+60107;41.60035;9.24645;60;20220201;16.9;2.7;9.8;4.2;5.76;0;2.74;12731
+60107;41.60035;9.24645;60;20220202;15.3;4.4;9.9;5.9;8.96;0;1.77;11977
+60107;41.60035;9.24645;60;20220203;16.4;5;10.7;3.9;10.53;0;1.5;11956
+60107;41.60035;9.24645;60;20220204;14.2;10.4;12.3;5;11.2;0;1.42;6268
+60107;41.60035;9.24645;60;20220205;15.6;10.3;12.9;4.1;10.76;.1;1.64;5718
+60107;41.60035;9.24645;60;20220206;14.8;9.1;12;4.9;10.4;0;1.65;11439
+60107;41.60035;9.24645;60;20220207;15.5;9.3;12.4;9.9;9.3;.1;2.74;9390
+60107;41.60035;9.24645;60;20220208;15.7;7;11.3;3.1;6.35;0;2.34;13662
+60107;41.60035;9.24645;60;20220209;15.8;3;9.4;3.7;8.6;.1;1.79;12754
+60107;41.60035;9.24645;60;20220210;15.5;2.8;9.1;2.9;8.76;0;1.59;12756
+60107;41.60035;9.24645;60;20220211;14.3;2.8;8.6;3.4;8.86;0;1.58;12989
+60107;41.60035;9.24645;60;20220212;15.3;4.1;9.7;4.2;8.83;0;1.96;13813
+60107;41.60035;9.24645;60;20220213;16;5.9;11;2.7;9.2;0;1.68;9933
+60107;41.60035;9.24645;60;20220214;16.8;6.1;11.4;3;9.96;7;1.79;11308
+60107;41.60035;9.24645;60;20220215;13.9;8.1;11;7.5;8.93;.1;2.13;9281
+60107;41.60035;9.24645;60;20220216;15;7.2;11.1;5.7;9;.1;2.13;12149
+60107;41.60035;9.24645;60;20220217;16.8;9;12.9;5.7;11.66;0;1.9;13377
+60107;41.60035;9.24645;60;20220218;17.9;8.2;13.1;5.6;12.26;0;1.96;12574
+60107;41.60035;9.24645;60;20220219;14.6;11.3;13;5;11.95;0;1.5;6375
+60107;41.60035;9.24645;60;20220220;15.1;10.2;12.7;5.4;10.43;0;2.23;12634
+60107;41.60035;9.24645;60;20220221;15.8;9.5;12.6;10.8;9.2;0;3.09;8632
+60107;41.60035;9.24645;60;20220222;17.7;9.2;13.5;5.1;7.45;0;3.38;14801
+60107;41.60035;9.24645;60;20220223;17.4;8.6;13;2.8;8.15;0;2.5;16169
+60107;41.60035;9.24645;60;20220224;17;7.9;12.4;3.4;9.1;0;2.44;16049
+60107;41.60035;9.24645;60;20220225;14.7;9.4;12;5.7;9.6;0;2.3;11933
+60107;41.60035;9.24645;60;20220226;14.1;7.2;10.7;7.4;5.3;0;3.89;14500
+60107;41.60035;9.24645;60;20220227;13.3;6.5;9.9;5.8;4.3;0;3.71;15545
+60107;41.60035;9.24645;60;20220228;14.7;3.6;9.1;3.8;6.06;0;2.73;16618
+60107;41.60035;9.24645;60;20220301;10.9;1.7;6.3;4.6;5.53;0;2.43;14567
+60107;41.60035;9.24645;60;20220302;12.5;3.8;8.1;3.4;5.85;0;2.43;17541
+60107;41.60035;9.24645;60;20220303;13.8;2;7.9;2;7.63;0;1.66;10900
+60107;41.60035;9.24645;60;20220304;13.3;5.9;9.6;3.6;9.4;4.2;1.52;7767
+60107;41.60035;9.24645;60;20220305;13.1;4.3;8.7;5.3;6.33;0;2.81;15281
+60107;41.60035;9.24645;60;20220306;12.7;3.5;8.1;3.9;6.16;.3;2.43;14984
+60107;41.60035;9.24645;60;20220307;12.5;2.1;7.3;3.7;5.9;0;2.48;17108
+60107;41.60035;9.24645;60;20220308;12.1;4.5;8.3;4;5.8;0;2.5;13546
+60107;41.60035;9.24645;60;20220309;13.5;4.9;9.2;3.8;5.55;0;2.94;18466
+60107;41.60035;9.24645;60;20220310;14.5;5.2;9.8;2.6;7.35;0;2.47;19168
+60107;41.60035;9.24645;60;20220311;15.3;4.5;9.9;4.5;8.86;.2;2.41;16630
+60107;41.60035;9.24645;60;20220312;14.2;9.6;11.9;6.2;8.95;1.6;2.63;10705
+60107;41.60035;9.24645;60;20220313;11.9;9.4;10.7;5.7;11.3;11.6;1.13;4830
+60107;41.60035;9.24645;60;20220314;16.7;11.3;14;5.7;13.3;.6;1.77;8168
+60107;41.60035;9.24645;60;20220315;15.1;12;13.6;6.5;12.7;.6;1.68;5793
+60107;41.60035;9.24645;60;20220316;15.2;12.1;13.7;6.6;12.9;0;1.72;7403
+60107;41.60035;9.24645;60;20220317;17;11.5;14.3;6.4;11.5;.8;2.72;12354
+60107;41.60035;9.24645;60;20220318;13.2;12.5;12.9;5.8;10.86;14.3;1.8;2594
+60107;41.60035;9.24645;60;20220319;12.2;10;11.1;6.7;10.36;20.6;1.61;4916
+60107;41.60035;9.24645;60;20220320;13.3;8.9;11.1;4.4;10.33;4;1.76;9604
+60107;41.60035;9.24645;60;20220321;13.5;4.5;9;4.7;7.3;0;2.77;17554
+60107;41.60035;9.24645;60;20220322;14.9;1.6;8.3;4.1;6.86;0;3.05;21777
+60107;41.60035;9.24645;60;20220323;16.5;2.9;9.7;3.7;7.36;0;3.19;21999
+60107;41.60035;9.24645;60;20220324;17.9;4.5;11.2;4.4;7.73;0;3.56;22132
+60107;41.60035;9.24645;60;20220325;16.9;7.4;12.1;5.8;9.43;0;3.3;20234
+60107;41.60035;9.24645;60;20220326;15.2;10;12.6;5.8;8.06;.1;3.32;13730
+60107;41.60035;9.24645;60;20220327;20.1;12;16.1;5.3;7.73;0;4.81;19918
+60107;41.60035;9.24645;60;20220328;19.7;7.7;13.7;2.2;8.7;0;3.5;22924
+60107;41.60035;9.24645;60;20220329;17.6;6.1;11.9;4.5;10.76;10.2;2.87;19560
+60107;41.60035;9.24645;60;20220330;15.2;11.5;13.4;3.3;13.95;5.5;1.16;5553
+60107;41.60035;9.24645;60;20220331;15.5;12.7;14.1;7.1;12.66;0;2.09;8696
+60107;41.60035;9.24645;60;20220401;14.5;12.1;13.3;10.7;7.83;4;3.95;9312
+60107;41.60035;9.24645;60;20220402;11.6;5;8.3;6.6;7.45;3.8;2.38;10818
+60107;41.60035;9.24645;60;20220403;12.6;5.2;8.9;6;7.4;0;2.93;19817
+60107;41.60035;9.24645;60;20220404;15;4.7;9.8;3.7;7.46;0;3.16;20373
+60107;41.60035;9.24645;60;20220405;16.4;2.4;9.4;3.4;8.3;0;3.19;24458
+60107;41.60035;9.24645;60;20220406;11.6;7.1;9.3;3.9;9.6;4;1.38;7354
+60107;41.60035;9.24645;60;20220407;18.4;7.8;13.1;9.3;11.99;0;3.18;20190
+60107;41.60035;9.24645;60;20220408;19.8;12.9;16.3;8.6;14.39;0;3.2;14710
+60107;41.60035;9.24645;60;20220409;17.7;13.5;15.6;10.5;9;0;5.01;17591
+60107;41.60035;9.24645;60;20220410;16.6;6.2;11.4;3.6;8.05;0;3.55;23842
+60107;41.60035;9.24645;60;20220411;17;4.5;10.8;5.5;9.06;0;3.62;25210
+60107;41.60035;9.24645;60;20220412;15.4;10.1;12.7;6.1;11.4;.4;2.43;14259
+60107;41.60035;9.24645;60;20220413;17.8;12.1;14.9;5.7;11.73;0;3.56;20091
+60107;41.60035;9.24645;60;20220414;20;10.3;15.2;4.6;9.27;0;4.5;23253
+60107;41.60035;9.24645;60;20220415;22.3;11;16.7;3.4;9.23;0;4.9;25272
+60107;41.60035;9.24645;60;20220416;23.2;8.4;15.8;4.8;10.6;0;5.16;25568
+60107;41.60035;9.24645;60;20220417;17.5;11.5;14.5;7.3;6.93;0;5.42;21247
+60107;41.60035;9.24645;60;20220418;17.6;8.2;12.9;4.1;7.95;0;4.22;25879
+60107;41.60035;9.24645;60;20220419;19.2;7.6;13.4;4.3;11.43;.3;3.68;23947
+60107;41.60035;9.24645;60;20220420;18.5;9.7;14.1;5.3;13.06;1.3;2.96;19500
+60107;41.60035;9.24645;60;20220421;16;11.7;13.9;6.1;13.23;30.4;2.33;14340
+60107;41.60035;9.24645;60;20220422;17.7;10.7;14.2;4.8;13.5;.1;2.44;15630
+60107;41.60035;9.24645;60;20220423;20.2;11;15.6;4.9;12.93;.1;3.72;22140
+60107;41.60035;9.24645;60;20220424;17.4;12.6;15;6.3;12.33;0;2.81;11636
+60107;41.60035;9.24645;60;20220425;19;12.7;15.8;4.5;13.33;.1;3.74;23767
+60107;41.60035;9.24645;60;20220426;20.5;8.7;14.6;3;12.26;.1;3.95;26109
+60107;41.60035;9.24645;60;20220427;20.3;8.2;14.2;3.7;13.4;.2;3.56;24889
+60107;41.60035;9.24645;60;20220428;22.4;11.2;16.8;4.2;11.13;.1;5.02;27800
+60107;41.60035;9.24645;60;20220429;21.8;9;15.4;4.2;8.96;0;5.3;27345
+60107;41.60035;9.24645;60;20220430;21.4;7.4;14.4;3.2;10.73;0;4.35;27168
+60107;41.60035;9.24645;60;20220501;19.9;10.1;15;2.6;12.5;0;3.43;20329
+60107;41.60035;9.24645;60;20220502;21;7.8;14.4;2.7;11.83;0;4.25;27853
+60107;41.60035;9.24645;60;20220503;22.5;9;15.7;2.6;12.2;0;4.6;28904
+60107;41.60035;9.24645;60;20220504;21;11.3;16.1;3.9;13.93;1.2;3.76;22133
+60107;41.60035;9.24645;60;20220505;15.1;13.9;14.5;4.6;14.16;17.7;1.17;1575
+60107;41.60035;9.24645;60;20220506;18.2;12.1;15.1;5.6;14.33;4;2.28;12330
+60107;41.60035;9.24645;60;20220507;21.8;14.3;18;4.1;14.36;0;3.48;14747
+60107;41.60035;9.24645;60;20220508;22.2;12;17.1;2.6;13.4;.4;4;21968
+60107;41.60035;9.24645;60;20220509;22.3;12.1;17.2;2.2;13.56;0;4.43;26595
+60107;41.60035;9.24645;60;20220510;23.8;11;17.4;2.7;14.16;.1;4.88;29625
+60107;41.60035;9.24645;60;20220511;23.3;11.7;17.5;2.9;14.76;0;4.49;26669
+60107;41.60035;9.24645;60;20220512;24;11;17.5;2.6;14.8;0;4.83;29975
+60107;41.60035;9.24645;60;20220513;24.7;10.2;17.4;2.5;14.03;0;5.05;30204
+60107;41.60035;9.24645;60;20220514;24.2;10.3;17.2;2.5;13.76;0;5.04;30279
+60107;41.60035;9.24645;60;20220515;25.8;10.1;17.9;2.5;14.06;.1;5.25;30386
+60107;41.60035;9.24645;60;20220516;25.9;11.9;18.9;2.5;15.53;0;5.17;29544
+60107;41.60035;9.24645;60;20220517;26.4;13.6;20;2.2;16.03;0;5.06;28079
+60107;41.60035;9.24645;60;20220518;28.1;13.4;20.7;2.4;15.96;0;5.7;30666
+60107;41.60035;9.24645;60;20220519;26.2;16.7;21.5;4.7;16.23;0;5.92;29340
+60107;41.60035;9.24645;60;20220520;28;16.6;22.3;3.9;15.63;1.1;6.34;30950
+60107;41.60035;9.24645;60;20220521;25.5;14.3;19.9;4.1;17.8;0;5.02;29034
+60107;41.60035;9.24645;60;20220522;26.5;13.9;20.2;3.4;17;0;5.39;29789
+60107;41.60035;9.24645;60;20220523;29;14.3;21.7;3.7;18.83;0;5.94;30639
+60107;41.60035;9.24645;60;20220524;26.5;17.1;21.8;4.7;20;0;5;25656
+60107;41.60035;9.24645;60;20220525;27.2;16.7;22;2.9;20.5;.2;4.8;25026
+60107;41.60035;9.24645;60;20220526;27.9;18.1;23;3.1;20.66;0;4.58;21281
+60107;41.60035;9.24645;60;20220527;29.9;20;25;5.1;16.66;0;6.18;19373
+60107;41.60035;9.24645;60;20220528;30.2;22;26.1;3.8;16.56;0;6.61;24870
+60107;41.60035;9.24645;60;20220529;23.6;18.3;21;5.8;18.2;0;4.05;15948
+60107;41.60035;9.24645;60;20220530;28.1;18;23.1;4;16.5;0;6.14;26892
+60107;41.60035;9.24645;60;20220531;26.1;15.9;21;3.5;18.53;0;5.2;27871
+60107;41.60035;9.24645;60;20220601;28.3;16.3;22.3;3.1;19.9;.1;5.71;29765
+60107;41.60035;9.24645;60;20220602;28.2;16.5;22.3;5.1;20.63;0;5.79;30075
+60107;41.60035;9.24645;60;20220603;27.2;21.1;24.2;5.8;22.2;0;4.34;15638
+60107;41.60035;9.24645;60;20220604;31.6;20.9;26.2;4.7;22.6;0;6.32;25569
+60107;41.60035;9.24645;60;20220605;29.2;21.4;25.3;4.7;21.66;0;5.77;23749
+60107;41.60035;9.24645;60;20220606;27.7;19.8;23.7;5.7;21.13;0;5.81;27607
+60107;41.60035;9.24645;60;20220607;28.5;17.2;22.8;5.5;18.73;0;6.49;31614
+60107;41.60035;9.24645;60;20220608;26;20.4;23.2;6.4;18.33;.1;5.14;19763
+60107;41.60035;9.24645;60;20220609;26;20.4;23.2;6.8;16.46;0;6.02;23792
+60107;41.60035;9.24645;60;20220610;27.4;14.9;21.2;3.4;16.06;.1;6.4;32214
+60107;41.60035;9.24645;60;20220611;28.9;15.5;22.2;3.1;15.73;0;6.38;30276
+60107;41.60035;9.24645;60;20220612;30.8;15;22.9;3;15.26;0;6.72;31568
+60107;41.60035;9.24645;60;20220613;28.6;16.6;22.6;4.4;17.3;0;6.18;28934
+60107;41.60035;9.24645;60;20220614;28.9;18;23.5;2.8;20.4;.1;5.89;29885
+60107;41.60035;9.24645;60;20220615;31.6;16.2;23.9;2.2;19.9;0;6.28;30867
+60107;41.60035;9.24645;60;20220616;29.9;17.5;23.7;2.6;20.06;.1;6.33;32311
+60107;41.60035;9.24645;60;20220617;32.8;17.5;25.2;2.4;20.06;0;6.85;32409
+60107;41.60035;9.24645;60;20220618;31.2;21.4;26.3;4.2;20.23;0;7.46;32302
+60107;41.60035;9.24645;60;20220619;31;18.7;24.9;2.8;17.93;0;6.81;31099
+60107;41.60035;9.24645;60;20220620;32;20.4;26.2;2.8;20.76;0;6.91;32131
+60107;41.60035;9.24645;60;20220621;32.5;19.3;25.9;3.7;21.73;0;6.61;27950
+60107;41.60035;9.24645;60;20220622;29.7;22;25.8;4.8;25.23;.1;5.42;23760
+60107;41.60035;9.24645;60;20220623;30.4;21.5;26;4;24.33;0;5.14;20272
+60107;41.60035;9.24645;60;20220624;30.4;22.2;26.3;4.7;21.73;0;6.33;25268
+60107;41.60035;9.24645;60;20220625;31.9;22.9;27.4;4;21.63;0;6.72;25662
+60107;41.60035;9.24645;60;20220626;30.2;22.6;26.4;6;23.36;0;6.63;27479
+60107;41.60035;9.24645;60;20220627;32.7;22.9;27.8;5;26.23;.1;6.38;25319
+60107;41.60035;9.24645;60;20220628;30.1;24.1;27.1;4.5;25.73;0;5.12;19915
+60107;41.60035;9.24645;60;20220629;28.3;22;25.1;6;21.33;0;6.15;25486
+60107;41.60035;9.24645;60;20220630;30.6;16.8;23.7;3.7;20.06;0;6.62;31922
+60107;41.60035;9.24645;60;20220701;30.9;20.2;25.6;4;21.1;0;6.83;31353
+60107;41.60035;9.24645;60;20220702;30.4;17.6;24;2.9;19.53;0;6.09;29547
+60107;41.60035;9.24645;60;20220703;35;18.5;26.8;2.6;19.9;0;7.43;32348
+60107;41.60035;9.24645;60;20220704;34.9;19;26.9;2.6;19.03;0;7.19;31204
+60107;41.60035;9.24645;60;20220705;30.9;19.9;25.4;4.5;20.46;0;7.01;32141
+60107;41.60035;9.24645;60;20220706;31.1;23.1;27.1;5.5;22.66;0;7.04;29618
+60107;41.60035;9.24645;60;20220707;29.7;23;26.3;5.5;21.1;0;6.55;26332
+60107;41.60035;9.24645;60;20220708;30.9;20.5;25.7;3.1;19.06;0;6.35;26532
+60107;41.60035;9.24645;60;20220709;31.5;17.4;24.5;3.1;14.86;0;7.16;30958
+60107;41.60035;9.24645;60;20220710;31;19.3;25.1;2.9;17.33;.4;6.9;31191
+60107;41.60035;9.24645;60;20220711;33;17.2;25.1;3;18.03;0;7.14;31681
+60107;41.60035;9.24645;60;20220712;31.2;19.1;25.2;3.8;19.76;0;6.97;31568
+60107;41.60035;9.24645;60;20220713;31.5;19.4;25.5;2.9;21.36;0;6.49;30491
+60107;41.60035;9.24645;60;20220714;32.1;19.3;25.7;2.6;21.26;0;6.51;30750
+60107;41.60035;9.24645;60;20220715;32;19.8;25.9;4;21.83;0;6.48;27850
+60107;41.60035;9.24645;60;20220716;32.2;20.8;26.5;3.7;23.53;0;6.37;28622
+60107;41.60035;9.24645;60;20220717;33.4;20;26.7;3;24.6;0;6.61;30128
+60107;41.60035;9.24645;60;20220718;35.2;23.7;29.4;3.9;22.76;0;7.94;31315
+60107;41.60035;9.24645;60;20220719;34.7;20.3;27.5;3.4;18.96;0;7.65;31266
+60107;41.60035;9.24645;60;20220720;36.1;21.6;28.8;3.2;20.06;0;7.79;30981
+60107;41.60035;9.24645;60;20220721;34.1;21.9;28;3.1;23.83;0;6.52;27920
+60107;41.60035;9.24645;60;20220722;34.2;20.4;27.3;3.3;22.63;0;6.99;30904
+60107;41.60035;9.24645;60;20220723;33.3;21;27.1;3.7;22.66;0;6.6;27323
+60107;41.60035;9.24645;60;20220724;31.9;21.5;26.7;4.6;24.23;0;6.09;25460
+60107;41.60035;9.24645;60;20220725;33.2;20.9;27.1;4.2;24.1;0;6.91;30506
+60107;41.60035;9.24645;60;20220726;31.5;24.8;28.1;6.4;24.6;0;6.71;25585
+60107;41.60035;9.24645;60;20220727;31.3;23.3;27.3;6.3;21.73;0;6.89;24248
+60107;41.60035;9.24645;60;20220728;31.4;20.1;25.7;4.2;21.06;0;6.79;30103
+60107;41.60035;9.24645;60;20220729;33.9;20.1;27;3;21.9;0;6.9;29996
+60107;41.60035;9.24645;60;20220730;31.7;23.3;27.5;6.1;22.86;0;6.72;24133
+60107;41.60035;9.24645;60;20220731;32.8;20.2;26.5;2.9;21.43;0;6.56;29386
+60107;41.60035;9.24645;60;20220801;34.3;20.5;27.4;2.4;21.23;0;6.74;29844
+60107;41.60035;9.24645;60;20220802;33.5;20.4;27;2.9;22;0;6.13;25943
+60107;41.60035;9.24645;60;20220803;34.8;20.6;27.7;2.1;22.1;0;6.51;29212
+60107;41.60035;9.24645;60;20220804;34.9;21.2;28.1;2.3;22.56;0;6.64;29126
+60107;41.60035;9.24645;60;20220805;34.5;20.9;27.7;2.5;21.66;0;6.42;27492
+60107;41.60035;9.24645;60;20220806;32.3;21.3;26.8;3.7;23.43;0;6.08;26005
+60107;41.60035;9.24645;60;20220807;33.6;21.9;27.8;3.1;24.56;0;6.27;27031
+60107;41.60035;9.24645;60;20220808;33.1;21.9;27.5;2.7;23.2;1;6.18;26434
+60107;41.60035;9.24645;60;20220809;33.6;20.8;27.2;2.7;20.73;1.5;6.51;28268
+60107;41.60035;9.24645;60;20220810;32.3;21.1;26.7;3.1;20.6;.9;6.49;27529
+60107;41.60035;9.24645;60;20220811;32.3;19.8;26.1;2.5;19.16;0;6.04;25716
+60107;41.60035;9.24645;60;20220812;31.3;19.2;25.2;3.2;20;.2;6.16;28069
+60107;41.60035;9.24645;60;20220813;29.5;20.7;25.1;2.8;22.66;0;4.41;19324
+60107;41.60035;9.24645;60;20220814;31.7;21.2;26.4;3.6;21.7;.4;6.07;26140
+60107;41.60035;9.24645;60;20220815;31.7;21.9;26.8;4.1;24.6;.6;5.62;23197
+60107;41.60035;9.24645;60;20220816;33.1;21.4;27.3;3.2;24.06;0;6.15;27491
+60107;41.60035;9.24645;60;20220817;32.2;23.9;28;5.6;26.2;.3;6.01;23767
+60107;41.60035;9.24645;60;20220818;31.9;25.2;28.6;5.2;23.83;3.6;6.26;21804
+60107;41.60035;9.24645;60;20220819;28.3;21.9;25.1;6.6;20.46;1.7;5.7;21690
+60107;41.60035;9.24645;60;20220820;28.9;21.9;25.4;5.6;20.7;0;5.67;22303
+60107;41.60035;9.24645;60;20220821;29.7;22.9;26.3;6;21.93;0;6.13;24688
+60107;41.60035;9.24645;60;20220822;30.7;19.9;25.3;2.8;20.7;.5;5.33;24027
+60107;41.60035;9.24645;60;20220823;31.1;18.8;25;2.7;20.9;0;5.42;25738
+60107;41.60035;9.24645;60;20220824;32.3;19.5;25.9;2.8;19.53;0;5.86;25854
+60107;41.60035;9.24645;60;20220825;30.9;18.5;24.7;2.7;19.96;0;5.34;24976
+60107;41.60035;9.24645;60;20220826;31.1;19.4;25.2;3.1;20.93;0;5.41;25353
+60107;41.60035;9.24645;60;20220827;30.5;20.1;25.3;3.7;22.7;0;5.2;23334
+60107;41.60035;9.24645;60;20220828;29.7;20.6;25.2;4.2;22.43;0;5.11;22724
+60107;41.60035;9.24645;60;20220829;30.6;19.2;24.9;3;22.1;.1;5.03;23822
+60107;41.60035;9.24645;60;20220830;32.1;19;25.5;2.9;21.43;0;5.54;25051
+60107;41.60035;9.24645;60;20220831;29.3;18.7;24;4.7;21.86;6.7;4.58;19194
+60107;41.60035;9.24645;60;20220901;29.1;20.8;24.9;4.3;22.53;1.9;4.42;19531
+60107;41.60035;9.24645;60;20220902;29.9;18.9;24.4;2.9;21.46;.9;4.45;20165
+60107;41.60035;9.24645;60;20220903;30.6;21;25.8;3.3;23.23;4.2;4.79;21332
+60107;41.60035;9.24645;60;20220904;30.6;20.8;25.7;3.3;23.33;1.3;4.96;23033
+60107;41.60035;9.24645;60;20220905;29.8;21.5;25.6;4.5;23.4;0;4.69;19724
+60107;41.60035;9.24645;60;20220906;30.9;22.8;26.8;3.8;24.8;.3;4.48;17830
+60107;41.60035;9.24645;60;20220907;31.6;20.9;26.2;2.4;24.46;0;4.66;21922
+60107;41.60035;9.24645;60;20220908;30.4;20.9;25.6;4;23.83;0;4.28;17425
+60107;41.60035;9.24645;60;20220909;30.8;23.4;27.1;5.9;17.56;0;6.53;21365
+60107;41.60035;9.24645;60;20220910;29;23.6;26.3;7.3;16.3;0;6.68;18847
+60107;41.60035;9.24645;60;20220911;28.9;21.8;25.3;5.4;18.3;0;5.68;21414
+60107;41.60035;9.24645;60;20220912;29.3;15.4;22.3;2.5;17.26;0;4.55;22540
+60107;41.60035;9.24645;60;20220913;29.8;17;23.4;3.7;21.9;0;4.34;20592
+60107;41.60035;9.24645;60;20220914;30.6;23;26.8;5.1;25.36;1.3;4.49;16900
+60107;41.60035;9.24645;60;20220915;31.6;22.9;27.2;5;21.66;0;5.15;14305
+60107;41.60035;9.24645;60;20220916;30.2;23.5;26.9;7.1;19.5;0;6.01;18765
+60107;41.60035;9.24645;60;20220917;26;22.4;24.2;8.5;13.63;0;6.7;18236
+60107;41.60035;9.24645;60;20220918;26.7;13.5;20.1;3;12.83;0;4.47;21681
+60107;41.60035;9.24645;60;20220919;26.4;14.1;20.3;4.3;14.8;0;4.5;19992
+60107;41.60035;9.24645;60;20220920;27.5;14.6;21.1;2.7;15.83;.4;3.67;15347
+60107;41.60035;9.24645;60;20220921;27.8;14.6;21.2;3.8;14.66;.4;4.6;19551
+60107;41.60035;9.24645;60;20220922;24;16.9;20.4;5.3;11.83;0;4.93;16704
+60107;41.60035;9.24645;60;20220923;24.5;12.4;18.4;3.4;10.9;0;4.36;20831
+60107;41.60035;9.24645;60;20220924;23.1;13;18;2.3;15.46;9.4;2.22;8258
+60107;41.60035;9.24645;60;20220925;24.3;16.7;20.5;3.5;19.06;1.5;2.7;13396
+60107;41.60035;9.24645;60;20220926;25;17.5;21.3;6;15.76;0;4.08;12816
+60107;41.60035;9.24645;60;20220927;23.4;19.6;21.5;11.4;12.26;.5;6.11;13187
+60107;41.60035;9.24645;60;20220928;22.5;18;20.2;8.1;14.43;7.9;3.82;9205
+60107;41.60035;9.24645;60;20220929;22.9;16.8;19.9;4;16.4;12.8;2.83;11037
+60107;41.60035;9.24645;60;20220930;22.5;14.4;18.5;2.8;15.64;4.5;1.95;4760
+60107;41.60035;9.24645;60;20221001;22.1;16.1;19.1;7.4;12.83;1.6;4.12;14637
+60107;41.60035;9.24645;60;20221002;25.6;18.4;22;7.4;16.96;0;4.26;15870
+60107;41.60035;9.24645;60;20221003;24.4;18.4;21.4;4.2;17.56;0;3.31;14681
+60107;41.60035;9.24645;60;20221004;25.3;13.3;19.3;2.9;17.06;.1;3.08;17798
+60107;41.60035;9.24645;60;20221005;25.4;16.7;21.1;3.7;16.43;0;3.45;16639
+60107;41.60035;9.24645;60;20221006;25.6;13.9;19.7;3.3;15.9;0;3.36;18419
+60107;41.60035;9.24645;60;20221007;25.7;14.5;20.1;2.9;15.4;0;3.31;17844
+60107;41.60035;9.24645;60;20221008;25.5;12.6;19;2.4;16.5;1.5;2.83;16342
+60107;41.60035;9.24645;60;20221009;23.7;18.3;21;3.7;18.56;1.5;2.33;7871
+60107;41.60035;9.24645;60;20221010;24.3;17.5;20.9;4;17.13;.7;3.04;12880
+60107;41.60035;9.24645;60;20221011;24.2;14.9;19.5;3.4;17.06;0;2.74;14327
+60107;41.60035;9.24645;60;20221012;19.9;16.7;18.3;3.6;17.56;18.4;1.38;3601
+60107;41.60035;9.24645;60;20221013;23.3;14.9;19.1;3.5;16.8;.1;2.43;12972
+60107;41.60035;9.24645;60;20221014;23.6;16.5;20;4.5;16.9;0;2.79;12441
+60107;41.60035;9.24645;60;20221015;23.7;16;19.8;3.6;17.36;.1;2.61;14238
+60107;41.60035;9.24645;60;20221016;24.5;14.1;19.3;3.3;17.5;0;2.46;13214
+60107;41.60035;9.24645;60;20221017;24;17.5;20.8;4.1;18.53;.1;2.65;13496
+60107;41.60035;9.24645;60;20221018;24.6;14.8;19.7;2.8;17.43;.2;2.54;15379
+60107;41.60035;9.24645;60;20221019;23.5;12.9;18.2;2.6;17;.1;2.26;14722
+60107;41.60035;9.24645;60;20221020;24.6;15.3;19.9;3.3;18.13;.1;2.5;14841
+60107;41.60035;9.24645;60;20221021;24.7;17.5;21.1;4;18.73;0;2.37;8821
+60107;41.60035;9.24645;60;20221022;28.3;15.6;22;2.7;16.4;0;3.17;15578
+60107;41.60035;9.24645;60;20221023;28.6;16.4;22.5;3.3;18.96;.1;3.06;14109
+60107;41.60035;9.24645;60;20221024;27.4;14.5;20.9;2.5;17.7;0;2.59;12976
+60107;41.60035;9.24645;60;20221025;26.2;16;21.1;3.8;16.83;.1;2.95;10681
+60107;41.60035;9.24645;60;20221026;26.5;13.1;19.8;2.2;16.2;.2;2.33;11397
+60107;41.60035;9.24645;60;20221027;24.6;14.7;19.6;3.7;18.83;.1;2.11;11801
+60107;41.60035;9.24645;60;20221028;23.7;16.3;20;3.2;17.8;.1;2.14;12140
+60107;41.60035;9.24645;60;20221029;24.4;16;20.2;3.9;16.83;.1;2.57;13432
+60107;41.60035;9.24645;60;20221030;24.1;15.1;19.6;3.5;15.13;0;2.62;13723
+60107;41.60035;9.24645;60;20221031;23.8;10.5;17.2;2.1;12.56;.1;2.23;13340
+60107;41.60035;9.24645;60;20221101;22.6;10.4;16.5;2.1;14.46;0;1.83;12081
+60107;41.60035;9.24645;60;20221102;23;11.6;17.3;3;15.43;0;2.03;13006
+60107;41.60035;9.24645;60;20221103;23;12.6;17.8;2.8;16.13;5.7;1.83;10104
+60107;41.60035;9.24645;60;20221104;20.5;16.1;18.3;7.8;13.1;0;3.31;9192
+60107;41.60035;9.24645;60;20221105;21.9;10.8;16.3;3.7;10.4;.1;2.7;10152
+60107;41.60035;9.24645;60;20221106;21.1;8.2;14.7;3.3;9.76;0;2.47;12810
+60107;41.60035;9.24645;60;20221107;21.8;10.3;16.1;3.4;13.4;0;2.02;10221
+60107;41.60035;9.24645;60;20221108;22.1;11;16.5;2.8;14.33;0;1.82;11148
+60107;41.60035;9.24645;60;20221109;22.5;14.7;18.6;2.9;15.26;0;1.86;8589
+60107;41.60035;9.24645;60;20221110;22.8;13.6;18.2;2.8;16.9;.1;1.61;9899
+60107;41.60035;9.24645;60;20221111;21.9;14.3;18.1;4.1;16.23;0;1.86;9487
+60107;41.60035;9.24645;60;20221112;21.2;11.4;16.3;2.9;12.63;0;1.91;9294
+60107;41.60035;9.24645;60;20221113;18.8;13;15.9;4.2;11.66;6.7;2.22;6624
+60107;41.60035;9.24645;60;20221114;19.8;8.5;14.1;2.7;11.93;1.8;1.58;10523
+60107;41.60035;9.24645;60;20221115;19.6;12.2;15.9;2;14.83;22.3;1.06;3586
+60107;41.60035;9.24645;60;20221116;21.2;15;18.1;4.7;16.3;2;1.73;7958
+60107;41.60035;9.24645;60;20221117;21.7;13.6;17.6;5.2;14.1;10.1;2.31;7475
+60107;41.60035;9.24645;60;20221118;19.6;14.7;17.1;7.8;12.9;1.1;2.67;8906
+60107;41.60035;9.24645;60;20221119;17.4;13.5;15.4;3.4;11.03;1;1.88;5396
+60107;41.60035;9.24645;60;20221120;18.2;9.5;13.8;3.3;11.13;.1;1.62;7098
+60107;41.60035;9.24645;60;20221121;17.9;9;13.5;6.8;11.23;35.7;1.9;8239
+60107;41.60035;9.24645;60;20221122;15;12.2;13.6;10.4;11.6;2.8;1.96;2553
+60107;41.60035;9.24645;60;20221123;17.6;12.2;14.9;9.3;10.53;0;2.78;7588
+60107;41.60035;9.24645;60;20221124;18.5;12.7;15.6;7;10.4;0;2.88;9246
+60107;41.60035;9.24645;60;20221125;15.5;11.1;13.3;3.1;12.16;23;1.2;4161
+60107;41.60035;9.24645;60;20221126;17.5;10.4;13.9;5.6;10.36;.7;2.19;6648
+60107;41.60035;9.24645;60;20221127;16.8;8.5;12.7;4.7;8;0;2.39;9936
+60107;41.60035;9.24645;60;20221128;14.9;5.8;10.4;2.5;8.86;.1;1.29;6208
+60107;41.60035;9.24645;60;20221129;14.1;8;11;3.5;9.6;5.4;1.35;4749
+60107;41.60035;9.24645;60;20221130;14.6;7.4;11;4;9.76;.7;1.4;6387
+60107;41.60035;9.24645;60;20221201;14.1;7.5;10.8;3.7;8.4;0;1.6;5748
+60107;41.60035;9.24645;60;20221202;14.8;6;10.4;3.8;9.3;2.6;1.35;5893
+60107;41.60035;9.24645;60;20221203;19;11.5;15.2;3.9;12.2;5.3;1.66;6430
+60107;41.60035;9.24645;60;20221204;17.3;8;12.7;2.1;12.3;2.5;.87;6858
+60107;41.60035;9.24645;60;20221205;18.7;10.2;14.4;2.2;11.93;.1;1.2;6903
+60107;41.60035;9.24645;60;20221206;18.2;7.2;12.7;2.5;11.83;0;1.03;8273
+60107;41.60035;9.24645;60;20221207;17.1;8.6;12.8;4.4;11.53;0;1.38;7913
+60107;41.60035;9.24645;60;20221208;16.6;11.1;13.8;3.8;11.13;0;1.59;4180
+60107;41.60035;9.24645;60;20221209;19.6;9.3;14.4;3.7;13.3;18.1;1.4;6170
+60107;41.60035;9.24645;60;20221210;16.3;12.7;14.5;4.8;13.26;5;1.22;1557
+60107;41.60035;9.24645;60;20221211;14;10.5;12.2;9.1;7.33;0;2.97;6327
+60107;41.60035;9.24645;60;20221212;15;3.9;9.5;3.8;7.56;8.8;1.6;8757
+60107;41.60035;9.24645;60;20221213;15.7;8;11.9;4.6;11.46;10.7;1.11;4073
+60107;41.60035;9.24645;60;20221214;15.2;11.1;13.1;4.6;13.73;17.7;.75;3955
+60107;41.60035;9.24645;60;20221215;16.7;11.4;14;4.5;14.1;15.1;1.05;3097
+60107;41.60035;9.24645;60;20221216;16.9;12.1;14.5;4.7;13.4;4.6;1.19;4302
+60107;41.60035;9.24645;60;20221217;16.8;10.7;13.8;5.3;11.53;.1;1.6;8172
+60107;41.60035;9.24645;60;20221218;16.9;7;11.9;2;10.7;0;.92;7494
+60107;41.60035;9.24645;60;20221219;16.6;6.7;11.6;2;10.7;0;.89;7902
+60107;41.60035;9.24645;60;20221220;16.3;5.8;11.1;2.1;10.33;0;.83;8923
+60107;41.60035;9.24645;60;20221221;16.1;5.8;10.9;2.7;11.23;5.8;.85;6480
+60107;41.60035;9.24645;60;20221222;17.5;10.7;14.1;6.7;13.46;0;1.16;6363
+60107;41.60035;9.24645;60;20221223;18.6;13.9;16.2;7.3;14.4;0;1.63;5824
+60107;41.60035;9.24645;60;20221224;17.7;14.2;16;7.1;15.23;0;1.19;6663
+60107;41.60035;9.24645;60;20221225;17.6;11.4;14.5;3.8;13.93;0;1.03;6148
+60107;41.60035;9.24645;60;20221226;19.2;7.8;13.5;3.1;12.33;0;1.22;7089
+60107;41.60035;9.24645;60;20221227;18.1;13.1;15.6;5;13.43;0;1.49;7854
+60107;41.60035;9.24645;60;20221228;17.1;10.5;13.8;4.3;12;0;1.31;7786
+60107;41.60035;9.24645;60;20221229;17.8;6.6;12.2;2.2;11.16;0;.97;9093
+60107;41.60035;9.24645;60;20221230;18.4;9.3;13.9;5.2;13.93;.2;.91;5310
+60107;41.60035;9.24645;60;20221231;19.5;13.9;16.7;3.5;13.93;.1;1.45;6417
+61105;41.80539;8.78549;81;20220101;13.7;11;12.4;3.2;12.02;0;.91;2125
+61105;41.80539;8.78549;81;20220102;14.1;10.4;12.3;4.9;10.72;.1;1.43;5053
+61105;41.80539;8.78549;81;20220103;16.2;10.3;13.2;6.3;11.24;0;1.73;5681
+61105;41.80539;8.78549;81;20220104;14.5;10.6;12.5;4.7;11.57;.1;1.25;4049
+61105;41.80539;8.78549;81;20220105;15.8;9.7;12.7;6.8;10.19;4.4;2.15;3172
+61105;41.80539;8.78549;81;20220106;11;5.8;8.4;3.8;8.44;4.2;1.09;3840
+61105;41.80539;8.78549;81;20220107;13.5;4;8.7;3.2;7.74;.2;1.29;8242
+61105;41.80539;8.78549;81;20220108;13.7;2.3;8;4.2;7.47;3.1;1.48;8628
+61105;41.80539;8.78549;81;20220109;13.2;5.4;9.3;8.2;8.34;5.5;1.96;5992
+61105;41.80539;8.78549;81;20220110;13.5;1.7;7.6;3.9;6.04;0;1.7;9066
+61105;41.80539;8.78549;81;20220111;14.7;2.4;8.5;3.8;5.47;0;2.03;9269
+61105;41.80539;8.78549;81;20220112;12.5;2.4;7.4;5.5;4.99;0;2.37;9176
+61105;41.80539;8.78549;81;20220113;13.3;2.1;7.7;4.5;5.24;0;2.15;9530
+61105;41.80539;8.78549;81;20220114;13.7;1;7.3;3.5;7.04;0;1.32;10024
+61105;41.80539;8.78549;81;20220115;14.5;2.6;8.5;4.4;7.94;0;1.44;9399
+61105;41.80539;8.78549;81;20220116;14.3;2.9;8.6;5.6;8.27;0;1.57;10273
+61105;41.80539;8.78549;81;20220117;14.1;4.1;9.1;4.3;8.19;0;1.5;9024
+61105;41.80539;8.78549;81;20220118;13.8;3;8.4;2.8;8.52;0;1.11;8397
+61105;41.80539;8.78549;81;20220119;14.1;3.3;8.7;3.1;8.94;.5;1.1;8748
+61105;41.80539;8.78549;81;20220120;10.5;8.4;9.4;1.8;8.58;.2;.99;2000
+61105;41.80539;8.78549;81;20220121;14.1;2.8;8.4;3.4;7.68;.4;1.47;9400
+61105;41.80539;8.78549;81;20220122;13.2;2.9;8.1;2.9;7.14;0;1.33;10528
+61105;41.80539;8.78549;81;20220123;13.7;1.2;7.4;2.3;7.64;0;1.11;10905
+61105;41.80539;8.78549;81;20220124;14.1;1.9;8;2.3;8.04;0;1.1;10700
+61105;41.80539;8.78549;81;20220125;14.3;2.5;8.4;2.6;8.19;.1;1.22;9709
+61105;41.80539;8.78549;81;20220126;12.8;4.7;8.7;4;8.32;0;1.41;7038
+61105;41.80539;8.78549;81;20220127;14.5;4.1;9.3;3;8.44;0;1.37;10361
+61105;41.80539;8.78549;81;20220128;14.2;5.6;9.9;3.1;8.48;0;1.49;10600
+61105;41.80539;8.78549;81;20220129;14.8;3.5;9.1;3;8.18;0;1.49;11000
+61105;41.80539;8.78549;81;20220130;14.8;1.4;8.1;3.5;8.18;.3;1.47;5200
+61105;41.80539;8.78549;81;20220131;14.1;3.4;8.7;3;8.68;.1;1.29;6600
+61105;41.80539;8.78549;81;20220201;16;2.1;9;3.3;6.09;0;2.11;12019
+61105;41.80539;8.78549;81;20220202;15.7;3.5;9.6;5;8.64;0;1.69;11803
+61105;41.80539;8.78549;81;20220203;15.6;4.6;10.1;3.5;10.39;0;1.33;10948
+61105;41.80539;8.78549;81;20220204;15.8;5.5;10.6;2.3;10.68;.2;1.18;8900
+61105;41.80539;8.78549;81;20220205;15.7;8.8;12.2;3.9;10.24;0;1.69;7863
+61105;41.80539;8.78549;81;20220206;15;3.8;9.4;2.7;9.88;.4;1.28;12300
+61105;41.80539;8.78549;81;20220207;16.5;7.7;12.1;2.8;10.18;1.2;1.55;5400
+61105;41.80539;8.78549;81;20220208;16.4;4.1;10.2;2.8;8.08;0;1.85;12000
+61105;41.80539;8.78549;81;20220209;15.8;3.1;9.5;3.4;8.32;.1;1.77;12677
+61105;41.80539;8.78549;81;20220210;15.4;2.7;9.1;2.9;8.07;0;1.7;13109
+61105;41.80539;8.78549;81;20220211;14.4;1.7;8;3.4;8.49;0;1.54;13102
+61105;41.80539;8.78549;81;20220212;15.9;4.6;10.2;3.8;8.84;0;1.91;13169
+61105;41.80539;8.78549;81;20220213;15.3;5.1;10.2;2.8;9.12;0;1.57;9366
+61105;41.80539;8.78549;81;20220214;16.1;5.7;10.9;2.5;9.69;21.4;1.58;10614
+61105;41.80539;8.78549;81;20220215;13.1;8.1;10.6;7.5;9.19;7.4;2.04;7640
+61105;41.80539;8.78549;81;20220216;14.6;5.7;10.1;5.4;9.19;1.2;1.99;11605
+61105;41.80539;8.78549;81;20220217;17.3;9.1;13.2;5.1;11.69;.1;2.05;13145
+61105;41.80539;8.78549;81;20220218;17.5;5.1;11.3;2.8;11.38;0;1.67;14200
+61105;41.80539;8.78549;81;20220219;15.4;5.7;10.5;2.5;11.58;0;1.16;8600
+61105;41.80539;8.78549;81;20220220;15.2;7.8;11.5;5;9.99;.2;2.12;13004
+61105;41.80539;8.78549;81;20220221;15;9.1;12;10.6;9.27;1.7;2.98;8057
+61105;41.80539;8.78549;81;20220222;16.8;4.1;10.4;2.9;8.28;0;2.21;15200
+61105;41.80539;8.78549;81;20220223;15.6;1.7;8.6;3;8.88;0;1.84;15600
+61105;41.80539;8.78549;81;20220224;16.2;3.6;9.9;3.2;9.08;0;2.01;14400
+61105;41.80539;8.78549;81;20220225;15.4;4.1;9.7;3;8.88;0;1.89;12700
+61105;41.80539;8.78549;81;20220226;15.4;3.1;9.2;3.4;5.08;0;2.89;16900
+61105;41.80539;8.78549;81;20220227;14.5;-.9;6.8;3;4.68;0;2.56;17000
+61105;41.80539;8.78549;81;20220228;14.4;2;8.2;3.4;5.87;0;2.51;16489
+61105;41.80539;8.78549;81;20220301;12.2;2.1;7.1;3.9;5.82;0;2.35;15005
+61105;41.80539;8.78549;81;20220302;13.3;.7;7;3.2;7.28;0;1.96;15900
+61105;41.80539;8.78549;81;20220303;13.6;2.6;8.1;2;8.04;.7;1.52;9932
+61105;41.80539;8.78549;81;20220304;13.4;6.8;10.1;3.2;9.59;2.1;1.6;9970
+61105;41.80539;8.78549;81;20220305;13.5;2.9;8.2;4.6;6.09;0;2.68;15085
+61105;41.80539;8.78549;81;20220306;12.9;2.3;7.6;3.8;5.87;.2;2.48;15723
+61105;41.80539;8.78549;81;20220307;12.6;.8;6.7;3.6;5.59;0;2.44;17187
+61105;41.80539;8.78549;81;20220308;14.1;.4;7.2;3.6;6.68;0;2.39;17000
+61105;41.80539;8.78549;81;20220309;13.7;2.7;8.2;2.9;6.98;0;2.34;18100
+61105;41.80539;8.78549;81;20220310;15.3;.1;7.7;2.9;6.98;0;2.44;18700
+61105;41.80539;8.78549;81;20220311;15.6;3.3;9.5;4;8.44;0;2.36;16297
+61105;41.80539;8.78549;81;20220312;16.3;4;10.1;3;6.78;0;2.5;9900
+61105;41.80539;8.78549;81;20220313;15.2;6.6;10.9;4.4;9.89;1.6;1.77;9023
+61105;41.80539;8.78549;81;20220314;17.4;10.1;13.7;5;12.16;0;2.11;10877
+61105;41.80539;8.78549;81;20220315;16.2;10.8;13.5;5.3;11.64;0;2.09;10072
+61105;41.80539;8.78549;81;20220316;16.5;9.2;12.8;5.7;11.74;0;2.1;11302
+61105;41.80539;8.78549;81;20220317;17.6;9.9;13.7;5;11.19;.4;2.5;11733
+61105;41.80539;8.78549;81;20220318;14.8;11.5;13.1;4.4;10.79;1.9;1.88;5522
+61105;41.80539;8.78549;81;20220319;14.1;9.7;11.9;5.2;10.17;2.4;1.84;7678
+61105;41.80539;8.78549;81;20220320;14.9;8.5;11.7;3.9;10.22;.8;2.03;11384
+61105;41.80539;8.78549;81;20220321;15.2;3.5;9.4;4.2;6.94;0;2.97;18977
+61105;41.80539;8.78549;81;20220322;15.7;1.3;8.5;3.8;6.67;0;3.06;20995
+61105;41.80539;8.78549;81;20220323;16.4;2.6;9.5;3.6;7.59;0;3.04;21341
+61105;41.80539;8.78549;81;20220324;18.1;3.2;10.7;4.2;7.29;0;3.58;21566
+61105;41.80539;8.78549;81;20220325;18.4;5.5;11.9;5;8.14;0;3.54;20144
+61105;41.80539;8.78549;81;20220326;15.9;6.7;11.3;5.1;8.07;.1;3.1;13458
+61105;41.80539;8.78549;81;20220327;20.8;11.2;16;4.9;8.32;.1;4.53;17758
+61105;41.80539;8.78549;81;20220328;19.2;7.6;13.4;2.6;8.69;0;3.49;21697
+61105;41.80539;8.78549;81;20220329;18.1;5.9;12;3.9;9.57;8.9;2.93;18185
+61105;41.80539;8.78549;81;20220330;17.4;10.5;13.9;1.7;13.38;6.4;1.64;8500
+61105;41.80539;8.78549;81;20220331;16.1;12.2;14.2;6.8;12.37;.4;2.47;11517
+61105;41.80539;8.78549;81;20220401;13.9;11.9;12.9;10.9;8.27;7.3;3.91;9169
+61105;41.80539;8.78549;81;20220402;11.3;6.5;8.9;7.4;7.58;6.5;2.41;6400
+61105;41.80539;8.78549;81;20220403;12;4.8;8.4;5.6;7.52;.3;2.49;14458
+61105;41.80539;8.78549;81;20220404;14.9;3.3;9.1;3.5;7.32;0;3.06;21095
+61105;41.80539;8.78549;81;20220405;15.7;2.4;9.1;3.4;8.04;0;3.09;23845
+61105;41.80539;8.78549;81;20220406;12.9;3.3;8.1;2.3;8.68;2;1.32;5100
+61105;41.80539;8.78549;81;20220407;17.6;7;12.3;8.8;10.97;.1;3.13;20128
+61105;41.80539;8.78549;81;20220408;18.8;11.4;15.1;8;12.67;0;3.84;18200
+61105;41.80539;8.78549;81;20220409;16;13;14.5;9.3;9.37;0;4.24;15643
+61105;41.80539;8.78549;81;20220410;16.5;2.9;9.7;3.3;8.08;0;3.34;24200
+61105;41.80539;8.78549;81;20220411;17.9;3.8;10.9;4.9;8.84;0;3.6;24671
+61105;41.80539;8.78549;81;20220412;19.5;4.3;11.9;3.3;9.88;0;3.45;21900
+61105;41.80539;8.78549;81;20220413;18.9;9.9;14.4;5;11.19;0;3.58;19981
+61105;41.80539;8.78549;81;20220414;19.4;8.7;14;4.1;10.27;0;3.86;20586
+61105;41.80539;8.78549;81;20220415;21.6;9.9;15.7;3.1;9.94;0;4.33;23770
+61105;41.80539;8.78549;81;20220416;21.3;7.5;14.4;3.8;10.89;0;4.28;24998
+61105;41.80539;8.78549;81;20220417;18.3;11.7;15;5.9;7.14;0;5.24;21492
+61105;41.80539;8.78549;81;20220418;17.7;4.7;11.2;3.5;9.48;0;3.55;25000
+61105;41.80539;8.78549;81;20220419;19.3;7;13.1;4.3;10.59;0;3.86;23787
+61105;41.80539;8.78549;81;20220420;20.4;8.8;14.6;4.7;12.07;.2;3.24;18546
+61105;41.80539;8.78549;81;20220421;16.8;11.5;14.1;5.5;13.22;18;2.48;13346
+61105;41.80539;8.78549;81;20220422;17.4;11.1;14.3;4.5;13.12;0;2.52;14483
+61105;41.80539;8.78549;81;20220423;21.7;9.9;15.8;5.2;12.52;6.3;3.78;19295
+61105;41.80539;8.78549;81;20220424;16.1;13;14.6;7.8;12.43;8.1;2.75;11116
+61105;41.80539;8.78549;81;20220425;18.8;12.6;15.7;5.2;12.44;0;4.14;23334
+61105;41.80539;8.78549;81;20220426;20.7;8.2;14.5;3.3;11.32;0;4.23;25904
+61105;41.80539;8.78549;81;20220427;20.2;8.1;14.2;3.7;12.49;0;3.9;26828
+61105;41.80539;8.78549;81;20220428;21.9;10;15.9;4.2;11.49;0;4.86;26906
+61105;41.80539;8.78549;81;20220429;21.6;8.2;14.9;4.2;9.52;0;5.07;26937
+61105;41.80539;8.78549;81;20220430;20.4;7.8;14.1;3.5;11.32;0;4.1;26072
+61105;41.80539;8.78549;81;20220501;20.4;9.4;14.9;3;12.24;0;3.79;23320
+61105;41.80539;8.78549;81;20220502;20.4;8.1;14.3;2.9;11.87;0;4.1;27320
+61105;41.80539;8.78549;81;20220503;22.2;9;15.6;2.8;12.19;0;4.44;27697
+61105;41.80539;8.78549;81;20220504;21.4;10.9;16.2;3.4;13.09;.7;3.79;21898
+61105;41.80539;8.78549;81;20220505;16.1;13.8;15;3.4;14.69;14.9;1.27;3452
+61105;41.80539;8.78549;81;20220506;19.6;12.5;16.1;4.9;14.42;3;2.55;13959
+61105;41.80539;8.78549;81;20220507;21.2;14.5;17.9;3.7;14.37;1.1;3.5;15931
+61105;41.80539;8.78549;81;20220508;21.8;11.5;16.7;2.9;13.54;3;3.95;22133
+61105;41.80539;8.78549;81;20220509;22.2;11.5;16.9;2.5;13.62;.2;4.35;25987
+61105;41.80539;8.78549;81;20220510;23.1;10.7;16.9;2.9;13.94;.2;4.71;28599
+61105;41.80539;8.78549;81;20220511;23.1;11.6;17.3;3.1;13.97;0;4.63;26450
+61105;41.80539;8.78549;81;20220512;23.9;11.2;17.5;2.8;13.72;0;4.93;29224
+61105;41.80539;8.78549;81;20220513;24.7;10.1;17.4;2.9;12.94;0;5.22;29407
+61105;41.80539;8.78549;81;20220514;24.2;10.1;17.2;2.8;13.07;0;5.11;29513
+61105;41.80539;8.78549;81;20220515;24.7;9.9;17.3;2.8;13.34;0;5.1;29441
+61105;41.80539;8.78549;81;20220516;25.3;12.1;18.7;2.6;14.67;0;5.18;29197
+61105;41.80539;8.78549;81;20220517;25.7;13.3;19.5;2.6;15.54;0;5.08;27634
+61105;41.80539;8.78549;81;20220518;27.3;12.9;20.1;2.5;15.04;0;5.56;29491
+61105;41.80539;8.78549;81;20220519;26.4;15.6;21;4.3;16.17;.1;5.81;28700
+61105;41.80539;8.78549;81;20220520;28.1;15.9;22;3.3;16.44;.2;6.06;29781
+61105;41.80539;8.78549;81;20220521;26;14.1;20;4;17.02;0;5.23;28269
+61105;41.80539;8.78549;81;20220522;26.7;13.7;20.2;3.2;16.34;.1;5.41;28938
+61105;41.80539;8.78549;81;20220523;30;13.9;22;3.6;16.39;0;6.17;29309
+61105;41.80539;8.78549;81;20220524;26.8;17.1;22;4.4;18.54;0;5.42;26828
+61105;41.80539;8.78549;81;20220525;27;16.1;21.5;3.1;18.79;.1;4.99;25770
+61105;41.80539;8.78549;81;20220526;27.4;18.5;22.9;3;20.34;.1;4.59;21241
+61105;41.80539;8.78549;81;20220527;32.3;19.6;25.9;4.2;17.72;0;5.7;17306
+61105;41.80539;8.78549;81;20220528;29.2;21.1;25.1;3.5;17.04;0;6.52;26714
+61105;41.80539;8.78549;81;20220529;24.1;17.1;20.6;5;18.17;0;4.17;18147
+61105;41.80539;8.78549;81;20220530;28;16.9;22.5;3.6;15.32;0;6.29;28128
+61105;41.80539;8.78549;81;20220531;26.1;15.4;20.7;3.5;17.54;0;5.15;26714
+61105;41.80539;8.78549;81;20220601;27.6;15.8;21.7;2.9;19.24;0;5.62;29865
+61105;41.80539;8.78549;81;20220602;28.2;16.1;22.1;4.4;19.57;0;5.74;28926
+61105;41.80539;8.78549;81;20220603;30.5;21;25.8;5.1;20.44;0;5.19;17860
+61105;41.80539;8.78549;81;20220604;34.4;21;27.7;4.5;20.09;0;7.03;24963
+61105;41.80539;8.78549;81;20220605;32.5;22.6;27.5;4.6;20.44;0;6.73;24276
+61105;41.80539;8.78549;81;20220606;28.1;19.6;23.9;5.5;18.52;0;6.47;26795
+61105;41.80539;8.78549;81;20220607;27.4;17.7;22.5;5.7;17.29;0;6.81;30021
+61105;41.80539;8.78549;81;20220608;26.8;19.4;23.1;6.7;16.99;0;6;20150
+61105;41.80539;8.78549;81;20220609;25.9;19.4;22.6;6.4;16.44;0;6.12;24440
+61105;41.80539;8.78549;81;20220610;27;14.4;20.7;3.2;15.92;0;6.02;31149
+61105;41.80539;8.78549;81;20220611;27.9;15.2;21.6;3;15.49;0;6.04;29541
+61105;41.80539;8.78549;81;20220612;29.6;15.3;22.5;3.2;14.79;0;6.57;30224
+61105;41.80539;8.78549;81;20220613;29;16.3;22.6;4.3;17.04;0;6.34;28292
+61105;41.80539;8.78549;81;20220614;27.9;17.4;22.7;2.8;20.79;0;5.58;29050
+61105;41.80539;8.78549;81;20220615;30.3;16.1;23.2;2.5;19.77;0;6.03;29669
+61105;41.80539;8.78549;81;20220616;29.1;17.7;23.4;2.8;19.37;0;6.19;30875
+61105;41.80539;8.78549;81;20220617;31.3;17.1;24.2;2.6;18.77;0;6.58;30908
+61105;41.80539;8.78549;81;20220618;31.4;20;25.7;3.6;19.14;0;7.13;30908
+61105;41.80539;8.78549;81;20220619;30.9;19;24.9;2.8;18.82;0;6.7;30630
+61105;41.80539;8.78549;81;20220620;31.5;19.6;25.6;3;19.92;0;6.84;30465
+61105;41.80539;8.78549;81;20220621;33;19.1;26;3.6;19.07;0;7.06;28817
+61105;41.80539;8.78549;81;20220622;30.7;21.8;26.2;4.1;21.49;0;5.94;24449
+61105;41.80539;8.78549;81;20220623;30.1;21.1;25.6;3.9;22.69;.2;5.03;18987
+61105;41.80539;8.78549;81;20220624;29.8;20.3;25.1;4.7;20.29;0;6.54;26741
+61105;41.80539;8.78549;81;20220625;31.2;21.5;26.4;4.1;20.29;0;6.64;25046
+61105;41.80539;8.78549;81;20220626;32.7;21.2;26.9;5.3;21.07;0;6.7;25277
+61105;41.80539;8.78549;81;20220627;33.3;22.9;28.1;4.5;24.44;0;6.62;25187
+61105;41.80539;8.78549;81;20220628;30.4;24.1;27.3;4.6;24.62;1.6;5.44;19712
+61105;41.80539;8.78549;81;20220629;29.2;21;25.1;6;19.79;0;6.87;27204
+61105;41.80539;8.78549;81;20220630;30.2;16.4;23.3;3.6;18.49;0;6.51;31002
+61105;41.80539;8.78549;81;20220701;31.1;19.5;25.3;3.7;19.34;0;6.9;30350
+61105;41.80539;8.78549;81;20220702;29.7;16.9;23.3;3.1;18.29;0;6.05;29185
+61105;41.80539;8.78549;81;20220703;34;17.7;25.8;2.8;18.17;0;7.15;30669
+61105;41.80539;8.78549;81;20220704;33.6;18.7;26.2;2.8;17.82;0;7.15;29975
+61105;41.80539;8.78549;81;20220705;31.6;19.5;25.5;4.6;19.04;0;7.48;30809
+61105;41.80539;8.78549;81;20220706;31.1;22.6;26.9;5.3;21.89;0;7.18;27950
+61105;41.80539;8.78549;81;20220707;29.2;21.1;25.1;4.9;21.14;0;6.31;26820
+61105;41.80539;8.78549;81;20220708;30.8;19.1;25;3.2;18.97;0;6.43;27592
+61105;41.80539;8.78549;81;20220709;31.3;17.1;24.2;3.1;14.69;0;7.09;30867
+61105;41.80539;8.78549;81;20220710;30.9;18.2;24.6;3.1;16.57;0;6.9;30631
+61105;41.80539;8.78549;81;20220711;32;16.6;24.3;3.3;16.62;0;7.08;30976
+61105;41.80539;8.78549;81;20220712;30.2;18.5;24.3;3.5;18.64;0;6.68;30689
+61105;41.80539;8.78549;81;20220713;31.1;18.9;25;2.8;20.82;0;6.32;29836
+61105;41.80539;8.78549;81;20220714;31.3;19.3;25.3;2.8;21.54;0;6.44;30511
+61105;41.80539;8.78549;81;20220715;31.7;19.4;25.6;3.8;21.37;0;6.49;27806
+61105;41.80539;8.78549;81;20220716;31.1;19.4;25.2;3.6;22.62;0;6.17;28414
+61105;41.80539;8.78549;81;20220717;32.4;19.5;25.9;3.1;23.49;0;6.46;29672
+61105;41.80539;8.78549;81;20220718;34.2;22;28.1;3.8;22.42;0;7.6;30184
+61105;41.80539;8.78549;81;20220719;35.3;20.5;27.9;3.5;19.87;0;7.66;30124
+61105;41.80539;8.78549;81;20220720;36;21;28.5;3.3;19.94;0;7.72;29911
+61105;41.80539;8.78549;81;20220721;33.6;21.6;27.6;3.2;22.47;0;6.66;27533
+61105;41.80539;8.78549;81;20220722;33.2;19.9;26.6;3.2;22.72;0;6.71;29805
+61105;41.80539;8.78549;81;20220723;33.5;19.9;26.7;3.8;21.34;0;6.88;27136
+61105;41.80539;8.78549;81;20220724;32.2;21;26.6;4.4;22.87;0;6.47;26594
+61105;41.80539;8.78549;81;20220725;33.1;20.2;26.6;4.2;22.14;0;7.02;29544
+61105;41.80539;8.78549;81;20220726;32.2;23.4;27.8;6.3;22.74;0;7.47;26688
+61105;41.80539;8.78549;81;20220727;30.9;21.6;26.3;5.7;19.99;0;7.1;26376
+61105;41.80539;8.78549;81;20220728;30.8;18.8;24.8;4;19.99;0;6.52;29390
+61105;41.80539;8.78549;81;20220729;33.6;19.4;26.5;3.1;19.82;0;6.9;29178
+61105;41.80539;8.78549;81;20220730;31.5;22.4;26.9;5.7;20.59;0;7.19;26188
+61105;41.80539;8.78549;81;20220731;31.6;19.4;25.5;3.1;21.42;0;6.31;29145
+61105;41.80539;8.78549;81;20220801;33.6;19.8;26.7;2.6;20.99;0;6.6;28960
+61105;41.80539;8.78549;81;20220802;32.3;20;26.2;3.3;21.62;0;6.21;26495
+61105;41.80539;8.78549;81;20220803;33.9;19.8;26.9;2.5;21.52;0;6.45;28431
+61105;41.80539;8.78549;81;20220804;33.6;20.3;26.9;2.6;21.67;0;6.5;28568
+61105;41.80539;8.78549;81;20220805;34.1;20.5;27.3;3;20.92;0;6.65;27254
+61105;41.80539;8.78549;81;20220806;31.7;20.2;26;3.7;22.84;0;6;26016
+61105;41.80539;8.78549;81;20220807;32.6;22;27.3;3;25.52;0;5.94;26120
+61105;41.80539;8.78549;81;20220808;33.2;21.6;27.4;2.8;23.32;.1;6.26;27119
+61105;41.80539;8.78549;81;20220809;33;21.1;27.1;2.9;20.69;1;6.5;27364
+61105;41.80539;8.78549;81;20220810;32.4;20.6;26.5;3.3;20.97;.3;6.44;27190
+61105;41.80539;8.78549;81;20220811;32.2;19.7;25.9;2.8;19.52;.6;6.04;25658
+61105;41.80539;8.78549;81;20220812;31.2;19.4;25.3;3.3;19.87;1.4;5.96;26078
+61105;41.80539;8.78549;81;20220813;30.2;19.8;25;3;22.99;0;4.75;21488
+61105;41.80539;8.78549;81;20220814;31.6;21.4;26.5;3.1;22.49;2.4;5.56;24004
+61105;41.80539;8.78549;81;20220815;32.3;21.9;27.1;3.6;24.47;1;5.68;23892
+61105;41.80539;8.78549;81;20220816;32.2;22.1;27.1;3.2;25.02;0;5.81;25699
+61105;41.80539;8.78549;81;20220817;33.7;22.4;28;5;23.44;0;5.99;21354
+61105;41.80539;8.78549;81;20220818;31.4;24.6;28;4.8;23.07;15.4;5.91;19860
+61105;41.80539;8.78549;81;20220819;28;20.3;24.1;6;20.29;4;5.33;20908
+61105;41.80539;8.78549;81;20220820;28.6;20.5;24.6;5;20.57;0;5.45;22614
+61105;41.80539;8.78549;81;20220821;29.2;21.4;25.3;5.2;22.14;0;5.83;25050
+61105;41.80539;8.78549;81;20220822;30.3;19.8;25;2.9;21.37;0;5.23;24142
+61105;41.80539;8.78549;81;20220823;30.1;18.7;24.4;2.8;20.97;0;5.24;25511
+61105;41.80539;8.78549;81;20220824;31.2;19.3;25.3;2.9;20.47;0;5.58;25286
+61105;41.80539;8.78549;81;20220825;30.9;18.6;24.8;2.9;20.49;0;5.31;24559
+61105;41.80539;8.78549;81;20220826;30.7;19.4;25.1;3.1;21.12;0;5.37;25127
+61105;41.80539;8.78549;81;20220827;29.7;19.6;24.6;3.4;23.04;0;4.82;22605
+61105;41.80539;8.78549;81;20220828;29.4;20.3;24.8;3.7;22.97;.1;4.93;23237
+61105;41.80539;8.78549;81;20220829;30.9;19;24.9;2.9;21.77;0;5.1;23887
+61105;41.80539;8.78549;81;20220830;31.7;19.1;25.4;2.9;20.97;0;5.31;23222
+61105;41.80539;8.78549;81;20220831;29.3;18.2;23.7;4.6;20.79;4.8;4.68;18861
+61105;41.80539;8.78549;81;20220901;28.9;20.9;24.9;4.3;22.49;.1;4.81;21527
+61105;41.80539;8.78549;81;20220902;29.6;19.3;24.5;2.5;21.94;.7;4.43;21213
+61105;41.80539;8.78549;81;20220903;30;20.9;25.5;3;22.74;.8;4.72;21429
+61105;41.80539;8.78549;81;20220904;30.5;20.3;25.4;3.3;22.37;.6;5.05;23230
+61105;41.80539;8.78549;81;20220905;30.9;20.1;25.5;4;21.87;0;4.83;19683
+61105;41.80539;8.78549;81;20220906;30.9;21.3;26.1;3.5;22.82;.1;4.93;20894
+61105;41.80539;8.78549;81;20220907;30.8;20.4;25.6;2.5;23.84;.1;4.53;21453
+61105;41.80539;8.78549;81;20220908;30.5;20.3;25.4;4.1;22.87;0;4.61;18079
+61105;41.80539;8.78549;81;20220909;29.8;21.7;25.8;6.4;17.34;0;6.65;20702
+61105;41.80539;8.78549;81;20220910;27.9;21.7;24.8;7.3;17.37;0;6.33;19177
+61105;41.80539;8.78549;81;20220911;28.7;20.7;24.7;5.8;17.04;0;6.09;21196
+61105;41.80539;8.78549;81;20220912;28.4;15.2;21.8;2.6;16.82;0;4.41;22100
+61105;41.80539;8.78549;81;20220913;29.4;16.3;22.9;3.4;20.42;0;4.4;21401
+61105;41.80539;8.78549;81;20220914;32.6;20.9;26.7;4.6;22.64;1.2;4.86;17182
+61105;41.80539;8.78549;81;20220915;30.1;22.9;26.5;4.8;22.34;0;4.52;12654
+61105;41.80539;8.78549;81;20220916;29.1;22;25.5;7.7;20.24;0;6.12;19479
+61105;41.80539;8.78549;81;20220917;25.5;21.2;23.3;8.2;13.44;0;6.5;17889
+61105;41.80539;8.78549;81;20220918;26.4;13.6;20;3.1;12.57;0;4.42;20710
+61105;41.80539;8.78549;81;20220919;27.3;14.1;20.7;4.2;14.37;0;4.52;17895
+61105;41.80539;8.78549;81;20220920;27;14.2;20.6;2.7;15.44;0;3.83;18407
+61105;41.80539;8.78549;81;20220921;27.5;14.4;20.9;3.6;14.09;.2;4.57;20022
+61105;41.80539;8.78549;81;20220922;24.8;16.1;20.5;5;11.77;.1;4.99;18243
+61105;41.80539;8.78549;81;20220923;24.8;12.3;18.5;3.3;11.02;1.1;4.23;20129
+61105;41.80539;8.78549;81;20220924;23.1;13.5;18.3;2;15.42;28.3;2.05;7447
+61105;41.80539;8.78549;81;20220925;24.4;16.3;20.4;3.1;18.67;1.3;2.73;14044
+61105;41.80539;8.78549;81;20220926;24.7;16.9;20.8;6;15.77;.3;4.08;13670
+61105;41.80539;8.78549;81;20220927;22.1;17.4;19.8;11.1;13.42;2.8;5.22;11238
+61105;41.80539;8.78549;81;20220928;21.9;17.7;19.8;8.6;15.22;8.9;3.83;8766
+61105;41.80539;8.78549;81;20220929;22.5;16.8;19.7;4.8;16.67;18.6;3.18;13480
+61105;41.80539;8.78549;81;20220930;20.3;14;17.1;2.6;15.78;7.6;1.6;4800
+61105;41.80539;8.78549;81;20221001;21.5;15.1;18.3;7.5;13.52;1.1;4.02;14787
+61105;41.80539;8.78549;81;20221002;26;17.5;21.7;7.8;16.34;0;4.85;15184
+61105;41.80539;8.78549;81;20221003;24.2;16.8;20.5;4.3;17.04;0;3.33;14256
+61105;41.80539;8.78549;81;20221004;24.9;13.8;19.3;2.8;17.34;0;2.94;17290
+61105;41.80539;8.78549;81;20221005;25.1;15.3;20.2;3.6;16.89;0;3.29;17359
+61105;41.80539;8.78549;81;20221006;24.6;13.3;19;3.2;16.39;0;3.07;17729
+61105;41.80539;8.78549;81;20221007;25;14.1;19.6;3;15.89;0;3.16;17345
+61105;41.80539;8.78549;81;20221008;24.9;12.4;18.6;2.8;15.89;.7;2.89;16413
+61105;41.80539;8.78549;81;20221009;24.3;17.1;20.7;3.4;17.67;2;2.52;9289
+61105;41.80539;8.78549;81;20221010;24.6;17.3;21;3.8;17.29;1.9;3.17;14997
+61105;41.80539;8.78549;81;20221011;24.3;14.4;19.3;3.4;16.87;0;2.72;14265
+61105;41.80539;8.78549;81;20221012;20.1;15.3;17.7;3.3;17.37;14;1.46;5417
+61105;41.80539;8.78549;81;20221013;23;14.7;18.8;3.3;16.87;.2;2.44;13971
+61105;41.80539;8.78549;81;20221014;23.8;16.3;20;4.8;16.44;.1;3.01;11147
+61105;41.80539;8.78549;81;20221015;24.3;15.3;19.8;3.8;16.79;.2;2.92;14601
+61105;41.80539;8.78549;81;20221016;24.4;14;19.2;3.3;16.97;0;2.57;14058
+61105;41.80539;8.78549;81;20221017;24.1;15.6;19.8;3.9;17.57;0;2.73;14537
+61105;41.80539;8.78549;81;20221018;24.8;13.9;19.3;2.9;17.04;.1;2.56;14799
+61105;41.80539;8.78549;81;20221019;23.7;12.8;18.2;2.7;16.49;0;2.3;14572
+61105;41.80539;8.78549;81;20221020;24;14;19;3.1;17.37;0;2.38;14074
+61105;41.80539;8.78549;81;20221021;26.4;15.9;21.1;3.7;16.79;0;2.74;9959
+61105;41.80539;8.78549;81;20221022;28.4;15.8;22.1;2.8;14.52;0;3.41;14465
+61105;41.80539;8.78549;81;20221023;29.5;16.5;23;3.6;15.94;0;3.71;13321
+61105;41.80539;8.78549;81;20221024;29.2;14.3;21.8;3.5;14.07;0;3.88;13385
+61105;41.80539;8.78549;81;20221025;26.6;15.7;21.2;4;15.02;0;3.41;10853
+61105;41.80539;8.78549;81;20221026;28;13;20.5;2.7;13.79;.1;3.11;13270
+61105;41.80539;8.78549;81;20221027;24.8;13.8;19.3;3.8;16.09;.1;2.56;12618
+61105;41.80539;8.78549;81;20221028;23.8;14;18.9;3.3;16.69;0;2.23;11982
+61105;41.80539;8.78549;81;20221029;23.9;13.5;18.7;3.7;16.59;0;2.36;13063
+61105;41.80539;8.78549;81;20221030;24.5;13.6;19;3.6;14.64;0;2.76;13400
+61105;41.80539;8.78549;81;20221031;23.4;10.5;16.9;2.5;12.64;0;2.27;12838
+61105;41.80539;8.78549;81;20221101;23;10.1;16.6;2.4;13.82;.4;1.98;11025
+61105;41.80539;8.78549;81;20221102;23.5;12.2;17.9;2.9;15.24;.3;2.1;11844
+61105;41.80539;8.78549;81;20221103;23.1;13;18.1;2.8;15.87;12.3;1.89;10112
+61105;41.80539;8.78549;81;20221104;19.9;15.7;17.8;7.8;13.67;14;3.06;8651
+61105;41.80539;8.78549;81;20221105;21.3;9.9;15.6;3.1;10.52;.1;2.33;10756
+61105;41.80539;8.78549;81;20221106;21.2;8.3;14.7;3.5;9.94;0;2.51;12323
+61105;41.80539;8.78549;81;20221107;22.6;10.8;16.7;3.6;13.57;0;2.22;10478
+61105;41.80539;8.78549;81;20221108;22.3;11.2;16.8;3;13.99;.1;1.93;11391
+61105;41.80539;8.78549;81;20221109;22.5;12.9;17.7;3;14.29;.3;2;10094
+61105;41.80539;8.78549;81;20221110;22.5;14;18.2;2.7;16.59;0;1.6;9101
+61105;41.80539;8.78549;81;20221111;22.6;12.9;17.7;3.7;15.72;0;1.86;10713
+61105;41.80539;8.78549;81;20221112;20.9;11.7;16.3;2.6;13.62;0;1.62;8701
+61105;41.80539;8.78549;81;20221113;19.4;12.7;16.1;3.8;11.44;3;2.15;6792
+61105;41.80539;8.78549;81;20221114;20;8.7;14.4;2.6;11.57;9.3;1.65;9887
+61105;41.80539;8.78549;81;20221115;20;11.9;15.9;2.3;14.82;34.9;1.16;4277
+61105;41.80539;8.78549;81;20221116;21.2;15.1;18.2;4.8;16.19;6.4;1.86;7815
+61105;41.80539;8.78549;81;20221117;21.7;13.6;17.6;5.4;13.84;7.4;2.59;7211
+61105;41.80539;8.78549;81;20221118;18.7;14.2;16.4;7.3;13.57;.4;2.31;8560
+61105;41.80539;8.78549;81;20221119;17.8;12.2;15;3.3;11.24;0;1.77;5621
+61105;41.80539;8.78549;81;20221120;18.2;8.6;13.4;3.4;10.87;.7;1.63;7995
+61105;41.80539;8.78549;81;20221121;17.8;9;13.4;6.6;11.42;48.4;1.97;7738
+61105;41.80539;8.78549;81;20221122;14.9;11.9;13.4;10.4;11.62;9;2.05;2938
+61105;41.80539;8.78549;81;20221123;16.7;12.4;14.5;8.5;11.29;1.1;2.5;5372
+61105;41.80539;8.78549;81;20221124;18.3;11.9;15.1;6.4;10.52;.3;2.72;8805
+61105;41.80539;8.78549;81;20221125;14.9;9.6;12.2;3.3;11.97;24.9;1.06;3439
+61105;41.80539;8.78549;81;20221126;18;10.5;14.3;4.6;10.12;.2;2.08;7430
+61105;41.80539;8.78549;81;20221127;17.3;6.8;12;3.6;7.72;0;2;9553
+61105;41.80539;8.78549;81;20221128;14.9;5.6;10.2;2.5;8.94;0;1.19;5519
+61105;41.80539;8.78549;81;20221129;14.1;8.1;11.1;3.1;9.67;8.4;1.25;4247
+61105;41.80539;8.78549;81;20221130;15.1;5.9;10.5;3.7;9.27;.9;1.35;7176
+61105;41.80539;8.78549;81;20221201;14.6;6.9;10.8;3.5;8.37;.3;1.54;6197
+61105;41.80539;8.78549;81;20221202;15.6;5.9;10.7;3.7;8.97;.8;1.45;5503
+61105;41.80539;8.78549;81;20221203;19;9.6;14.3;3.5;10.74;5;1.71;6787
+61105;41.80539;8.78549;81;20221204;18;8.6;13.3;2.5;11.84;17.1;1.15;6353
+61105;41.80539;8.78549;81;20221205;19;11.2;15.1;2.8;12.02;2.7;1.41;6739
+61105;41.80539;8.78549;81;20221206;18;7.7;12.9;2.6;11.44;0;1.09;8386
+61105;41.80539;8.78549;81;20221207;17.3;8.1;12.7;4.1;10.84;0;1.41;8247
+61105;41.80539;8.78549;81;20221208;15.8;9;12.4;3.9;10.22;1.7;1.59;3714
+61105;41.80539;8.78549;81;20221209;18.2;10.2;14.2;3.7;13.42;23;1.2;4971
+61105;41.80539;8.78549;81;20221210;15.7;12.5;14.1;4.5;13.17;7.9;1.22;2359
+61105;41.80539;8.78549;81;20221211;13.4;8.9;11.2;8.5;8.09;0;2.57;5172
+61105;41.80539;8.78549;81;20221212;14.9;4.1;9.5;3.9;7.59;9.8;1.6;8350
+61105;41.80539;8.78549;81;20221213;14.6;7.7;11.1;4.4;11.26;16.4;1.02;3834
+61105;41.80539;8.78549;81;20221214;16;10.8;13.4;3.9;13.29;18.1;.82;4094
+61105;41.80539;8.78549;81;20221215;16.8;10.1;13.4;4.5;13.57;37.2;1.03;2907
+61105;41.80539;8.78549;81;20221216;15.9;12.1;14;5.2;13.19;25.4;1.35;3692
+61105;41.80539;8.78549;81;20221217;16.6;11.1;13.9;5.4;10.94;.1;1.88;7233
+61105;41.80539;8.78549;81;20221218;17;6.3;11.6;2.2;9.99;0;.99;8340
+61105;41.80539;8.78549;81;20221219;16.3;5.8;11;2.2;10.22;0;.88;8241
+61105;41.80539;8.78549;81;20221220;16.6;5.6;11.1;2.2;9.84;0;.94;8734
+61105;41.80539;8.78549;81;20221221;15.7;5.8;10.8;3;10.87;9.5;.95;4834
+61105;41.80539;8.78549;81;20221222;17.7;11;14.3;7;13.14;0;1.49;6174
+61105;41.80539;8.78549;81;20221223;18.8;13.6;16.2;7.4;13.94;0;2.12;4772
+61105;41.80539;8.78549;81;20221224;18.8;14;16.4;7.3;14.04;0;1.97;6314
+61105;41.80539;8.78549;81;20221225;17.9;10.1;14;3.7;12.74;0;1.16;7524
+61105;41.80539;8.78549;81;20221226;19.8;7.3;13.6;3.4;11.52;0;1.43;8289
+61105;41.80539;8.78549;81;20221227;18;11.3;14.6;5.5;11.92;0;1.95;7606
+61105;41.80539;8.78549;81;20221228;17.3;10.1;13.7;4.5;10.92;0;1.75;7853
+61105;41.80539;8.78549;81;20221229;18.4;7.1;12.7;2.8;10.52;.9;1.35;8416
+61105;41.80539;8.78549;81;20221230;18.2;9.6;13.9;5.5;13.34;1.2;1.23;5523
+61105;41.80539;8.78549;81;20221231;18.8;13.2;16;3.3;13.72;0;1.37;5928
+61106;41.81069;8.99889;380;20220101;11.5;9.5;10.5;3.7;11.92;0;.94;2086
+61106;41.81069;8.99889;380;20220102;12.3;8.9;10.6;5.3;10.6;0;1.49;4709
+61106;41.81069;8.99889;380;20220103;14.6;9.3;12;6.9;11.02;0;2.04;5428
+61106;41.81069;8.99889;380;20220104;12.5;9.8;11.1;5;11.62;.2;1.32;3272
+61106;41.81069;8.99889;380;20220105;14;9.1;11.5;7.4;10.17;5.8;2.33;3278
+61106;41.81069;8.99889;380;20220106;9.4;3.9;6.6;3.5;7.54;6.8;1.03;6791
+61106;41.81069;8.99889;380;20220107;11.5;2.8;7.2;3.7;7.67;.1;1.38;8424
+61106;41.81069;8.99889;380;20220108;11.8;2.1;7;5.1;7.42;4.9;1.72;8535
+61106;41.81069;8.99889;380;20220109;11.2;4.5;7.9;10.4;8.32;4;2.19;5889
+61106;41.81069;8.99889;380;20220110;11.4;1.9;6.6;4.3;5.92;0;1.95;8815
+61106;41.81069;8.99889;380;20220111;12.7;2.1;7.4;4.5;5.37;0;2.29;9132
+61106;41.81069;8.99889;380;20220112;10.4;1.8;6.1;6.7;5.05;0;2.57;9152
+61106;41.81069;8.99889;380;20220113;11.1;2;6.5;6;5.22;0;2.58;9534
+61106;41.81069;8.99889;380;20220114;11.7;.9;6.3;3.8;7.2;0;1.41;9917
+61106;41.81069;8.99889;380;20220115;12.4;2.5;7.4;4.5;8.12;0;1.45;9292
+61106;41.81069;8.99889;380;20220116;12.2;2.9;7.6;5.5;8.57;0;1.5;10053
+61106;41.81069;8.99889;380;20220117;11.9;4.1;8;4.5;8.57;0;1.5;8857
+61106;41.81069;8.99889;380;20220118;11.8;3.1;7.5;2.5;8.62;0;1.06;8697
+61106;41.81069;8.99889;380;20220119;11.9;2.8;7.4;3.1;8.95;.8;1.11;8634
+61106;41.81069;8.99889;380;20220120;8.2;7.3;7.7;4.2;8.04;.3;1.32;3265
+61106;41.81069;8.99889;380;20220121;11.2;3;7.1;3.2;7.58;.6;1.21;8848
+61106;41.81069;8.99889;380;20220122;11.3;2.6;7;3.2;7.15;0;1.44;10540
+61106;41.81069;8.99889;380;20220123;11.7;1.4;6.5;2.3;7.77;0;1.13;10749
+61106;41.81069;8.99889;380;20220124;12;1.9;7;2.2;8.1;0;1.12;10391
+61106;41.81069;8.99889;380;20220125;12;2.5;7.3;3;8.35;0;1.3;9504
+61106;41.81069;8.99889;380;20220126;11;4;7.5;4.7;8.3;0;1.62;6721
+61106;41.81069;8.99889;380;20220127;12.5;3.8;8.1;3.2;8.42;0;1.46;9746
+61106;41.81069;8.99889;380;20220128;12.4;5.2;8.8;3.2;8.08;0;1.47;10055
+61106;41.81069;8.99889;380;20220129;12.9;3.1;8;3.7;7.91;0;1.49;11644
+61106;41.81069;8.99889;380;20220130;12.3;3.1;7.7;4.8;8.24;.3;1.52;8215
+61106;41.81069;8.99889;380;20220131;11.5;3.6;7.5;5.3;8.31;.1;1.4;9204
+61106;41.81069;8.99889;380;20220201;14.1;2.2;8.2;4;6.12;0;2.43;11293
+61106;41.81069;8.99889;380;20220202;13.6;3.5;8.5;5.4;8.9;0;1.78;11769
+61106;41.81069;8.99889;380;20220203;13.8;4.8;9.3;3.7;10.5;0;1.43;10351
+61106;41.81069;8.99889;380;20220204;13.5;5.7;9.6;4.1;10.24;0;1.31;10105
+61106;41.81069;8.99889;380;20220205;13.4;8;10.7;3.9;10.35;0;1.63;7345
+61106;41.81069;8.99889;380;20220206;12.5;4.6;8.5;3.9;9.51;.8;1.3;11505
+61106;41.81069;8.99889;380;20220207;13.1;7.1;10.1;6.5;9.28;1.6;1.88;8098
+61106;41.81069;8.99889;380;20220208;14;4.2;9.1;2.7;7.34;0;1.78;12797
+61106;41.81069;8.99889;380;20220209;13.4;3.1;8.3;3.6;8.4;.1;1.82;12546
+61106;41.81069;8.99889;380;20220210;13;2.7;7.8;3.1;8.2;0;1.72;12694
+61106;41.81069;8.99889;380;20220211;12.1;1.8;7;3.6;8.7;0;1.56;12676
+61106;41.81069;8.99889;380;20220212;13.7;3.7;8.7;5.1;8.82;0;2.13;13321
+61106;41.81069;8.99889;380;20220213;13.3;4.7;9;2.6;9;0;1.6;9969
+61106;41.81069;8.99889;380;20220214;14;5.3;9.6;2.9;9.62;13;1.68;10191
+61106;41.81069;8.99889;380;20220215;11.3;6.4;8.9;8.7;8.97;6.4;2.22;8120
+61106;41.81069;8.99889;380;20220216;12.5;5.5;9;5.6;9.05;.5;2.1;11572
+61106;41.81069;8.99889;380;20220217;15;7.6;11.3;5.3;11.62;.1;1.95;12554
+61106;41.81069;8.99889;380;20220218;16.1;6.9;11.5;5.4;11.77;0;2.13;13104
+61106;41.81069;8.99889;380;20220219;13.8;6.7;10.2;4.2;10.78;0;1.44;9309
+61106;41.81069;8.99889;380;20220220;13.1;7.4;10.2;5.7;10.05;.1;2.22;12580
+61106;41.81069;8.99889;380;20220221;13.2;7.8;10.5;12.7;9.17;3.4;3.19;8848
+61106;41.81069;8.99889;380;20220222;14.4;5;9.7;4;8.14;0;2.26;14533
+61106;41.81069;8.99889;380;20220223;15.8;4.1;10;2.9;8.21;0;2.18;15751
+61106;41.81069;8.99889;380;20220224;15.2;4.2;9.7;3.4;8.28;0;2.22;15516
+61106;41.81069;8.99889;380;20220225;12.8;4.5;8.6;4.5;8.58;0;1.97;13364
+61106;41.81069;8.99889;380;20220226;12.3;3.3;7.8;4.7;4.58;0;3.04;15494
+61106;41.81069;8.99889;380;20220227;12.1;1.2;6.6;4.4;3.98;0;2.99;16671
+61106;41.81069;8.99889;380;20220228;12.4;2;7.2;3.8;5.82;0;2.69;16487
+61106;41.81069;8.99889;380;20220301;9.9;1.3;5.6;4.7;5.72;0;2.53;15152
+61106;41.81069;8.99889;380;20220302;10.9;1;5.9;3.3;6.25;0;2.27;16994
+61106;41.81069;8.99889;380;20220303;11.5;2;6.7;2;7.87;.1;1.54;9907
+61106;41.81069;8.99889;380;20220304;11.4;5.8;8.6;3.7;9.32;3.9;1.77;9917
+61106;41.81069;8.99889;380;20220305;11.5;2.6;7;5.5;6.07;0;2.91;14660
+61106;41.81069;8.99889;380;20220306;10.8;2;6.4;4.2;5.75;.2;2.65;15560
+61106;41.81069;8.99889;380;20220307;10.4;.7;5.6;3.9;5.5;0;2.56;16680
+61106;41.81069;8.99889;380;20220308;11.2;.4;5.8;3.8;5.98;.1;2.31;17463
+61106;41.81069;8.99889;380;20220309;11.8;1.7;6.7;3.3;6.01;0;2.42;18046
+61106;41.81069;8.99889;380;20220310;13.2;1.2;7.2;2.7;7.15;0;2.46;19012
+61106;41.81069;8.99889;380;20220311;13.7;3.1;8.4;3.8;8.42;.1;2.34;16142
+61106;41.81069;8.99889;380;20220312;13.5;4.9;9.2;4.7;6.98;1.3;2.65;13712
+61106;41.81069;8.99889;380;20220313;12.8;6.9;9.8;4.7;9.65;7.9;1.98;9489
+61106;41.81069;8.99889;380;20220314;15.7;9.6;12.7;4.7;12.09;.7;2.12;11313
+61106;41.81069;8.99889;380;20220315;14.2;10;12.1;5.2;11.55;0;1.94;8007
+61106;41.81069;8.99889;380;20220316;14.3;9.1;11.7;5.6;11.75;0;1.91;8212
+61106;41.81069;8.99889;380;20220317;15.7;9.3;12.5;6.2;11.02;.8;2.82;11468
+61106;41.81069;8.99889;380;20220318;12.7;10.4;11.5;6.6;10.55;4.9;2.3;3462
+61106;41.81069;8.99889;380;20220319;12.1;8.5;10.3;7.1;9.77;2.7;2.25;6016
+61106;41.81069;8.99889;380;20220320;13.1;7.5;10.3;5.2;9.72;2.4;2.53;12024
+61106;41.81069;8.99889;380;20220321;12.9;3.3;8.1;5.5;6.7;0;3.33;18573
+61106;41.81069;8.99889;380;20220322;13.9;1.1;7.5;4.8;6.37;0;3.46;20997
+61106;41.81069;8.99889;380;20220323;14.1;2.6;8.3;3.9;7.62;0;3.11;21343
+61106;41.81069;8.99889;380;20220324;15.7;3.5;9.6;3.8;7.62;0;3.43;21297
+61106;41.81069;8.99889;380;20220325;16.2;5.6;10.9;4.7;8.67;0;3.39;19906
+61106;41.81069;8.99889;380;20220326;13.9;7.1;10.5;5.6;8.02;.3;3.27;12774
+61106;41.81069;8.99889;380;20220327;18.1;10.4;14.3;5.8;8.27;.1;4.52;14190
+61106;41.81069;8.99889;380;20220328;16.9;7.2;12;2.6;8.95;0;3.3;19772
+61106;41.81069;8.99889;380;20220329;15.8;5.5;10.7;3.9;9.67;8.3;2.87;17133
+61106;41.81069;8.99889;380;20220330;14;9.2;11.6;2.8;13.68;7;1.32;6535
+61106;41.81069;8.99889;380;20220331;13.9;10.4;12.1;7.8;12.22;.8;2.39;10621
+61106;41.81069;8.99889;380;20220401;12.2;10.1;11.1;12.8;8.12;9.2;4.13;9741
+61106;41.81069;8.99889;380;20220402;9.6;4.4;7;6.6;7.37;6.3;2.38;10818
+61106;41.81069;8.99889;380;20220403;10.2;3.8;7;6.6;7.35;.2;2.68;15144
+61106;41.81069;8.99889;380;20220404;12.7;2.8;7.7;3.9;7.2;0;3.12;20729
+61106;41.81069;8.99889;380;20220405;13.7;2.2;7.9;3.3;8.05;0;3.13;23850
+61106;41.81069;8.99889;380;20220406;10.1;3.9;7;3.4;9.22;3;1.36;6602
+61106;41.81069;8.99889;380;20220407;15.5;6.2;10.8;10.7;10.75;.6;3.34;19325
+61106;41.81069;8.99889;380;20220408;17.4;10.4;13.9;10;12.47;.1;4.18;17135
+61106;41.81069;8.99889;380;20220409;14.2;12;13.1;11.4;9.29;0;4.69;16324
+61106;41.81069;8.99889;380;20220410;14.3;5;9.6;3.9;7.69;0;3.58;22408
+61106;41.81069;8.99889;380;20220411;15.6;3.6;9.6;4.7;8.82;0;3.59;24394
+61106;41.81069;8.99889;380;20220412;14.8;6.2;10.5;5.1;10.82;0;2.77;16806
+61106;41.81069;8.99889;380;20220413;16.6;9.5;13.1;5.1;10.97;0;3.49;18014
+61106;41.81069;8.99889;380;20220414;17.3;8.4;12.9;4.3;10.22;.4;3.78;19151
+61106;41.81069;8.99889;380;20220415;20;9.4;14.7;3;10.05;0;4.26;22481
+61106;41.81069;8.99889;380;20220416;19.4;7.1;13.2;4.1;10.9;0;4.34;25006
+61106;41.81069;8.99889;380;20220417;16.1;10;13;6.9;7.42;0;5.26;21863
+61106;41.81069;8.99889;380;20220418;15.7;5.1;10.4;3.9;8.38;0;4;25586
+61106;41.81069;8.99889;380;20220419;16.8;6.7;11.8;4;10.95;0;3.58;22891
+61106;41.81069;8.99889;380;20220420;18.2;8.2;13.2;4.8;11.95;.8;3.17;17001
+61106;41.81069;8.99889;380;20220421;14.7;10.4;12.6;6.4;12.87;24.7;2.44;11247
+61106;41.81069;8.99889;380;20220422;15.4;9.3;12.4;5.4;12.95;.2;2.55;14628
+61106;41.81069;8.99889;380;20220423;19.6;9;14.3;5.6;12.27;8.6;3.88;17878
+61106;41.81069;8.99889;380;20220424;14.5;10.9;12.7;8.8;11.93;11.8;3.02;12274
+61106;41.81069;8.99889;380;20220425;16.9;11.1;14;6.3;12.3;0;4.22;22946
+61106;41.81069;8.99889;380;20220426;18.1;8;13.1;3.5;11.42;0;4.15;25707
+61106;41.81069;8.99889;380;20220427;18.7;7.7;13.2;3.6;12.45;0;4;26838
+61106;41.81069;8.99889;380;20220428;20.1;9.7;14.9;4.8;11.3;0;5.1;26916
+61106;41.81069;8.99889;380;20220429;19.6;8.3;13.9;5.1;9.52;0;5.27;25951
+61106;41.81069;8.99889;380;20220430;18.4;7.5;13;3.3;11.42;0;3.99;24721
+61106;41.81069;8.99889;380;20220501;18;9;13.5;2.8;12.25;0;3.6;21455
+61106;41.81069;8.99889;380;20220502;18.5;7.7;13.1;2.7;11.8;.2;4.07;26391
+61106;41.81069;8.99889;380;20220503;20.1;8.5;14.3;2.8;12.1;.4;4.31;25740
+61106;41.81069;8.99889;380;20220504;19;10.2;14.6;3.4;13;.6;3.72;21003
+61106;41.81069;8.99889;380;20220505;14.3;12.6;13.4;4;14.45;14.9;1.41;3757
+61106;41.81069;8.99889;380;20220506;17.1;10.6;13.8;6;14.25;5.4;2.54;14581
+61106;41.81069;8.99889;380;20220507;18.9;12.6;15.8;4.1;14.4;4.7;3.31;15600
+61106;41.81069;8.99889;380;20220508;19.8;10.4;15.1;3.4;13.6;7.9;3.93;21778
+61106;41.81069;8.99889;380;20220509;19.9;10.8;15.3;3;13.5;3.7;4.35;25672
+61106;41.81069;8.99889;380;20220510;20.7;10.1;15.4;2.9;13.92;1.1;4.66;28610
+61106;41.81069;8.99889;380;20220511;20.6;11;15.8;3.2;13.9;0;4.51;25784
+61106;41.81069;8.99889;380;20220512;21.2;10.6;15.9;2.8;13.92;0;4.77;28657
+61106;41.81069;8.99889;380;20220513;22;9.9;15.9;2.8;13.07;0;5.02;28595
+61106;41.81069;8.99889;380;20220514;21.7;9.9;15.8;2.6;12.95;0;5.01;29252
+61106;41.81069;8.99889;380;20220515;22.8;9.6;16.2;2.5;13.35;0;4.91;27805
+61106;41.81069;8.99889;380;20220516;23.5;11.5;17.5;2.7;14.77;0;5.1;28041
+61106;41.81069;8.99889;380;20220517;23.4;13.1;18.3;2.4;15.62;0;4.9;26615
+61106;41.81069;8.99889;380;20220518;25.3;12.6;18.9;2.5;14.82;0;5.6;29422
+61106;41.81069;8.99889;380;20220519;24.5;14.9;19.7;4.2;16.45;.1;5.76;28699
+61106;41.81069;8.99889;380;20220520;25.3;15.2;20.3;3.5;16.87;.7;5.94;29795
+61106;41.81069;8.99889;380;20220521;23.4;13.5;18.4;4.3;17.72;0;5.1;28283
+61106;41.81069;8.99889;380;20220522;24;13.4;18.7;3.3;16.8;.1;5.19;27914
+61106;41.81069;8.99889;380;20220523;27.6;13.5;20.5;3.7;16.47;0;6.23;29109
+61106;41.81069;8.99889;380;20220524;24.6;16.2;20.4;4.7;19.22;0;5.06;24269
+61106;41.81069;8.99889;380;20220525;25;15.2;20.1;3.1;18.95;.3;4.81;23932
+61106;41.81069;8.99889;380;20220526;25.4;16.9;21.1;3.1;20.42;.7;4.5;20841
+61106;41.81069;8.99889;380;20220527;29.5;18.2;23.8;4.7;17.4;0;5.85;17060
+61106;41.81069;8.99889;380;20220528;27;19.8;23.4;3.8;17.3;.6;6.37;25419
+61106;41.81069;8.99889;380;20220529;22.1;14.6;18.4;4;16.71;0;4.29;22496
+61106;41.81069;8.99889;380;20220530;26.1;14.2;20.1;3.4;13.94;0;5.78;27475
+61106;41.81069;8.99889;380;20220531;23.6;14.7;19.1;3.5;18.22;0;4.94;25936
+61106;41.81069;8.99889;380;20220601;25.5;15.1;20.3;2.9;19.52;0;5.5;28936
+61106;41.81069;8.99889;380;20220602;26.6;15.3;21;4.4;19.57;0;5.81;28942
+61106;41.81069;8.99889;380;20220603;28.5;19.9;24.2;5.1;20.05;0;4.88;15077
+61106;41.81069;8.99889;380;20220604;32;19.6;25.8;4.6;20.22;0;6.88;23967
+61106;41.81069;8.99889;380;20220605;28.6;20.6;24.6;5.3;20.67;0;6.06;21484
+61106;41.81069;8.99889;380;20220606;25.7;18.3;22;6.4;18.92;0;6.41;25402
+61106;41.81069;8.99889;380;20220607;25.7;16.3;21;7;17.45;0;7.15;30177
+61106;41.81069;8.99889;380;20220608;24.1;18.1;21.1;7.8;17.22;0;5.78;18629
+61106;41.81069;8.99889;380;20220609;23.5;17.8;20.7;7.4;16.6;0;6.01;23029
+61106;41.81069;8.99889;380;20220610;24.6;14;19.3;2.8;16;.1;5.84;31165
+61106;41.81069;8.99889;380;20220611;26;14.7;20.4;2.9;15.5;0;6.02;29558
+61106;41.81069;8.99889;380;20220612;27.2;15.1;21.2;3;14.72;0;6.46;30240
+61106;41.81069;8.99889;380;20220613;26.4;16.1;21.3;4.4;17.3;0;6.15;28021
+61106;41.81069;8.99889;380;20220614;26.1;16.5;21.3;3;20.87;.1;5.51;28171
+61106;41.81069;8.99889;380;20220615;28.4;15.3;21.8;2.4;20;0;5.68;27349
+61106;41.81069;8.99889;380;20220616;26.7;16.7;21.7;2.9;19.82;0;6.01;30001
+61106;41.81069;8.99889;380;20220617;29.5;16.5;23;2.6;19.12;0;6.59;30856
+61106;41.81069;8.99889;380;20220618;29.4;19.5;24.4;3.8;19.52;0;7.18;30924
+61106;41.81069;8.99889;380;20220619;28.5;18.1;23.3;2.8;19.3;0;6.57;30647
+61106;41.81069;8.99889;380;20220620;29;19;24;3;20.27;0;6.63;30026
+61106;41.81069;8.99889;380;20220621;30.7;18.5;24.6;3.8;18.65;0;7.04;27432
+61106;41.81069;8.99889;380;20220622;28.5;20.8;24.6;4.6;21.8;0;5.97;23394
+61106;41.81069;8.99889;380;20220623;27.9;20.1;24;4.2;23.3;0;4.64;16436
+61106;41.81069;8.99889;380;20220624;27.1;19.5;23.3;5.3;21.02;0;6.18;25637
+61106;41.81069;8.99889;380;20220625;28.9;20.2;24.6;3.9;20.3;0;6.38;24447
+61106;41.81069;8.99889;380;20220626;30.9;20.4;25.6;5.4;21.6;0;6.75;24991
+61106;41.81069;8.99889;380;20220627;30.8;21.9;26.4;5;24.82;.1;6.15;21375
+61106;41.81069;8.99889;380;20220628;28.9;22.4;25.7;5;24.52;1.4;5.33;17452
+61106;41.81069;8.99889;380;20220629;26.7;19.4;23;6.5;20.22;0;6.64;27171
+61106;41.81069;8.99889;380;20220630;28;15.8;21.9;3.3;19.2;0;6.47;31018
+61106;41.81069;8.99889;380;20220701;28.3;18.6;23.4;3.9;20.4;0;6.59;29755
+61106;41.81069;8.99889;380;20220702;27.6;16.4;22;3;18.77;0;6.02;29031
+61106;41.81069;8.99889;380;20220703;31.8;17.1;24.4;2.6;18.85;0;7.05;30685
+61106;41.81069;8.99889;380;20220704;31.5;18.4;24.9;2.8;17.25;0;7.17;29892
+61106;41.81069;8.99889;380;20220705;29.4;18.9;24.2;5;19.45;0;7.5;30825
+61106;41.81069;8.99889;380;20220706;28.2;21.1;24.7;5.8;22.55;0;6.74;26469
+61106;41.81069;8.99889;380;20220707;26.7;20.4;23.6;5.2;21.92;0;6.19;26341
+61106;41.81069;8.99889;380;20220708;28.2;18.4;23.3;3.6;19.7;.8;6.23;27216
+61106;41.81069;8.99889;380;20220709;29.1;16.7;22.9;3.3;15.52;0;7.11;30882
+61106;41.81069;8.99889;380;20220710;28.5;17.9;23.2;3;17.47;.2;6.69;30088
+61106;41.81069;8.99889;380;20220711;29.8;16.2;23;3.2;17.05;0;6.98;30640
+61106;41.81069;8.99889;380;20220712;28.2;18;23.1;3.6;19.07;0;6.63;30049
+61106;41.81069;8.99889;380;20220713;29.5;18.1;23.8;3;21.35;.1;6.41;29851
+61106;41.81069;8.99889;380;20220714;29.5;18.5;24;2.6;22.12;0;6.37;30194
+61106;41.81069;8.99889;380;20220715;28.8;18.6;23.7;3.9;22.3;0;6.24;27821
+61106;41.81069;8.99889;380;20220716;29.1;19;24.1;3.5;23.05;0;6.17;28428
+61106;41.81069;8.99889;380;20220717;30.7;18.8;24.7;3;23.72;0;6.49;29687
+61106;41.81069;8.99889;380;20220718;32.3;21.3;26.8;3.8;23.2;0;7.53;30199
+61106;41.81069;8.99889;380;20220719;32.6;19.7;26.2;3.5;20.42;0;7.51;30003
+61106;41.81069;8.99889;380;20220720;33.6;20;26.8;3.1;21.15;0;7.44;29391
+61106;41.81069;8.99889;380;20220721;30.7;21.1;25.9;3.3;23.45;0;6.46;27305
+61106;41.81069;8.99889;380;20220722;30.7;19.4;25;3.3;23.9;0;6.6;29806
+61106;41.81069;8.99889;380;20220723;30.4;19.5;25;4.1;22.7;0;6.44;25999
+61106;41.81069;8.99889;380;20220724;29.6;20.3;25;4.6;23.4;0;6.22;25433
+61106;41.81069;8.99889;380;20220725;30.2;19.6;24.9;4.5;23.32;0;6.63;28180
+61106;41.81069;8.99889;380;20220726;29.3;22.3;25.8;6.6;23.42;0;7.03;26454
+61106;41.81069;8.99889;380;20220727;28.5;20.8;24.7;6;20.15;0;7.03;25623
+61106;41.81069;8.99889;380;20220728;28.6;18.5;23.5;3.9;20.75;0;6.36;28649
+61106;41.81069;8.99889;380;20220729;30.9;18.7;24.8;3.3;21.07;0;6.55;27682
+61106;41.81069;8.99889;380;20220730;29;21.1;25.1;6.3;21.35;0;7.09;26099
+61106;41.81069;8.99889;380;20220731;29.6;18.8;24.2;3.1;22.2;0;6.3;29158
+61106;41.81069;8.99889;380;20220801;31.4;19.2;25.3;2.6;21.77;0;6.55;28972
+61106;41.81069;8.99889;380;20220802;30.2;19.5;24.8;3.3;21.77;0;6.01;24862
+61106;41.81069;8.99889;380;20220803;32.1;19.2;25.6;2.2;21.97;0;6.38;28443
+61106;41.81069;8.99889;380;20220804;31.7;19.7;25.7;2.4;23;.1;6.38;28534
+61106;41.81069;8.99889;380;20220805;31.4;19.7;25.5;3;21.75;0;6.29;26043
+61106;41.81069;8.99889;380;20220806;29.5;19.8;24.6;3.6;23.45;0;5.94;26027
+61106;41.81069;8.99889;380;20220807;30.6;20.9;25.7;3.2;25.67;0;6.03;26789
+61106;41.81069;8.99889;380;20220808;31.1;20.8;26;2.9;23.32;1.1;6.25;26645
+61106;41.81069;8.99889;380;20220809;30.6;20.5;25.5;2.9;21.1;2.4;6.35;27123
+61106;41.81069;8.99889;380;20220810;29.9;20;24.9;3.5;21.65;.5;6.17;25822
+61106;41.81069;8.99889;380;20220811;29.5;19;24.3;3;19.7;1.1;5.75;23536
+61106;41.81069;8.99889;380;20220812;28.7;18.7;23.7;3.3;20.6;0;5.8;25492
+61106;41.81069;8.99889;380;20220813;28.1;18.5;23.3;3.3;22.77;0;4.81;21315
+61106;41.81069;8.99889;380;20220814;29.7;20.2;24.9;3.3;21.82;1.7;5.76;24198
+61106;41.81069;8.99889;380;20220815;29.9;21;25.5;3.9;24.17;.7;5.6;22578
+61106;41.81069;8.99889;380;20220816;30.2;21;25.6;3.2;25.07;0;5.74;25053
+61106;41.81069;8.99889;380;20220817;31.2;21.6;26.4;5.5;23.95;.2;6.04;20761
+61106;41.81069;8.99889;380;20220818;29.2;23.5;26.3;5.2;23;7.5;5.75;17615
+61106;41.81069;8.99889;380;20220819;25.8;18.7;22.2;6.1;20.2;2.9;5.24;20621
+61106;41.81069;8.99889;380;20220820;26.4;20.2;23.3;5.2;20.6;.1;5.47;22086
+61106;41.81069;8.99889;380;20220821;27.1;20.8;24;5.2;22.45;0;5.6;23417
+61106;41.81069;8.99889;380;20220822;28.2;18.8;23.5;3;21.35;2.4;5.17;23443
+61106;41.81069;8.99889;380;20220823;28.2;18;23.1;2.6;21.52;.1;5.18;25205
+61106;41.81069;8.99889;380;20220824;29.5;18.6;24;2.9;20.47;.2;5.65;25294
+61106;41.81069;8.99889;380;20220825;28.9;18.4;23.6;2.9;20.45;0;5.37;23917
+61106;41.81069;8.99889;380;20220826;28.3;18.8;23.6;3.2;21.55;.1;5.26;24299
+61106;41.81069;8.99889;380;20220827;27.7;18.9;23.3;3.5;23.25;0;4.73;21609
+61106;41.81069;8.99889;380;20220828;27.1;19.5;23.3;3.9;23.35;0;4.71;21595
+61106;41.81069;8.99889;380;20220829;28.3;18.4;23.4;3;22.55;0;4.91;23030
+61106;41.81069;8.99889;380;20220830;29.5;18.5;24;3;21.55;0;5.17;22566
+61106;41.81069;8.99889;380;20220831;26.9;17.8;22.4;4.9;21.6;4.6;4.39;17119
+61106;41.81069;8.99889;380;20220901;27.1;19.3;23.2;4.2;22.5;.7;4.68;20871
+61106;41.81069;8.99889;380;20220902;27.4;18.5;22.9;2.4;22.15;.5;4.16;19601
+61106;41.81069;8.99889;380;20220903;28;19.6;23.8;3.1;22.77;1.4;4.66;20878
+61106;41.81069;8.99889;380;20220904;28.5;19.5;24;3.4;22.77;.6;4.97;22400
+61106;41.81069;8.99889;380;20220905;28.7;19.7;24.2;3.8;22.52;0;4.69;19257
+61106;41.81069;8.99889;380;20220906;28.9;20.7;24.8;3.5;23.75;.5;4.81;20344
+61106;41.81069;8.99889;380;20220907;29.1;19.7;24.4;2.6;24.12;0;4.55;20989
+61106;41.81069;8.99889;380;20220908;28.3;19.5;23.9;4.7;23.15;0;4.7;18205
+61106;41.81069;8.99889;380;20220909;27.8;20.8;24.3;7.8;16.97;0;7.23;20448
+61106;41.81069;8.99889;380;20220910;25.7;20.3;23;8.7;17.25;0;6.51;18573
+61106;41.81069;8.99889;380;20220911;26.3;19.3;22.8;6.7;17.05;0;6.14;20931
+61106;41.81069;8.99889;380;20220912;26.3;14.8;20.6;2.4;17.3;0;4.29;21608
+61106;41.81069;8.99889;380;20220913;27.4;15.7;21.6;3.2;20.77;0;4.3;21021
+61106;41.81069;8.99889;380;20220914;30;20.2;25.1;4.7;22.75;1.2;4.64;15484
+61106;41.81069;8.99889;380;20220915;28.1;21.7;24.9;5.3;22.45;.8;4.39;10562
+61106;41.81069;8.99889;380;20220916;27.2;20.9;24;9.2;19.92;.3;6.57;19374
+61106;41.81069;8.99889;380;20220917;23.4;19.3;21.4;9.6;13.6;0;6.74;17891
+61106;41.81069;8.99889;380;20220918;24.6;13.4;19;3;12.72;0;4.46;20712
+61106;41.81069;8.99889;380;20220919;24.8;14;19.4;4.3;14.75;0;4.45;17419
+61106;41.81069;8.99889;380;20220920;24.7;13.7;19.2;2.8;15.75;.1;3.84;18523
+61106;41.81069;8.99889;380;20220921;25.9;14.1;20;4.3;14.25;.4;5.04;20543
+61106;41.81069;8.99889;380;20220922;22.4;15.3;18.9;6;11.47;.7;5.45;18147
+61106;41.81069;8.99889;380;20220923;22.7;11.8;17.3;3.4;10.7;0;4.36;19973
+61106;41.81069;8.99889;380;20220924;21.2;12.9;17;2.3;15.2;14.7;2.17;6939
+61106;41.81069;8.99889;380;20220925;22.4;15.1;18.8;3.5;18.57;1.5;2.83;13892
+61106;41.81069;8.99889;380;20220926;22.8;15.6;19.2;7.2;15.57;.1;4.38;13534
+61106;41.81069;8.99889;380;20220927;20.4;15.9;18.1;13;13.3;5.4;5.5;12674
+61106;41.81069;8.99889;380;20220928;20.4;16.1;18.2;10.7;14.95;24.4;4.31;9117
+61106;41.81069;8.99889;380;20220929;20.8;15.3;18;6;16.45;12.9;3.45;13355
+61106;41.81069;8.99889;380;20220930;19.9;12.3;16.1;2.7;15.61;5.5;1.83;4773
+61106;41.81069;8.99889;380;20221001;19.7;13.6;16.7;8.9;13.3;1.3;4.3;14871
+61106;41.81069;8.99889;380;20221002;24.3;16.3;20.3;9.3;16.12;0;5.3;14607
+61106;41.81069;8.99889;380;20221003;21.8;16.2;19;5;16.97;0;3.41;13436
+61106;41.81069;8.99889;380;20221004;22.9;12.9;17.9;2.7;17.62;.1;2.91;17171
+61106;41.81069;8.99889;380;20221005;23.2;14.7;19;3.3;17;0;3.27;16994
+61106;41.81069;8.99889;380;20221006;22.5;12.7;17.6;3.1;16.72;0;2.99;17054
+61106;41.81069;8.99889;380;20221007;22.7;13.4;18.1;2.6;16.27;0;3.02;16996
+61106;41.81069;8.99889;380;20221008;23;11.9;17.5;2.4;16.35;1.5;2.81;16582
+61106;41.81069;8.99889;380;20221009;22.2;16;19.1;3.4;17.37;.8;2.54;9659
+61106;41.81069;8.99889;380;20221010;22.3;15.7;19;4;17.1;2.7;3.13;14342
+61106;41.81069;8.99889;380;20221011;22.1;13.7;17.9;3.3;17.12;.1;2.64;13413
+61106;41.81069;8.99889;380;20221012;18.5;14.6;16.6;3.3;17.62;12.8;1.43;4641
+61106;41.81069;8.99889;380;20221013;20.9;13.7;17.3;3.7;16.6;.3;2.56;13627
+61106;41.81069;8.99889;380;20221014;21.7;15.4;18.5;5.6;16.45;0;3.18;11210
+61106;41.81069;8.99889;380;20221015;22;14.7;18.3;3.7;17;0;2.79;14362
+61106;41.81069;8.99889;380;20221016;22.6;13.3;17.9;3.1;17.02;0;2.53;13672
+61106;41.81069;8.99889;380;20221017;22.2;15.3;18.7;4;17.95;0;2.75;14089
+61106;41.81069;8.99889;380;20221018;22.5;13.5;18;2.9;17.8;.1;2.46;14532
+61106;41.81069;8.99889;380;20221019;21.7;12.4;17.1;2.6;16.9;0;2.31;14545
+61106;41.81069;8.99889;380;20221020;22;13.5;17.8;3.1;18.2;0;2.27;13392
+61106;41.81069;8.99889;380;20221021;24.2;15.3;19.7;3.5;17.52;0;2.62;9954
+61106;41.81069;8.99889;380;20221022;25.4;15.1;20.3;3;15.15;0;3.28;13663
+61106;41.81069;8.99889;380;20221023;27.2;16;21.6;3.4;15.95;0;3.62;13178
+61106;41.81069;8.99889;380;20221024;26.2;14.2;20.2;2.8;14.85;0;3.15;12532
+61106;41.81069;8.99889;380;20221025;23.9;15.2;19.6;3.9;15.75;0;3.12;10618
+61106;41.81069;8.99889;380;20221026;25.1;12.6;18.8;2.7;14.62;.1;2.9;12383
+61106;41.81069;8.99889;380;20221027;22.8;13.9;18.3;3.3;16.9;.1;2.28;11685
+61106;41.81069;8.99889;380;20221028;21.8;13.8;17.8;2.9;17.92;0;2.01;11268
+61106;41.81069;8.99889;380;20221029;21.8;13.5;17.7;3.6;17.35;.1;2.28;12742
+61106;41.81069;8.99889;380;20221030;22.4;13.5;18;3.2;15.32;0;2.53;12885
+61106;41.81069;8.99889;380;20221031;21.3;10.5;15.9;2.3;14.07;0;2.04;11784
+61106;41.81069;8.99889;380;20221101;20.8;10.2;15.5;2.4;14.57;0;1.91;10248
+61106;41.81069;8.99889;380;20221102;21.2;11.9;16.6;3;15.6;0;2.07;11260
+61106;41.81069;8.99889;380;20221103;20.9;12.6;16.7;3.1;15.85;9.2;1.98;9558
+61106;41.81069;8.99889;380;20221104;17.9;14.1;16;9.1;13.5;5.1;3.25;8922
+61106;41.81069;8.99889;380;20221105;19.2;9.1;14.2;3.7;10.22;.2;2.58;10212
+61106;41.81069;8.99889;380;20221106;19.3;8.6;14;3.5;9.77;0;2.65;11741
+61106;41.81069;8.99889;380;20221107;20.4;10.3;15.3;3.6;13.7;.1;2.2;10042
+61106;41.81069;8.99889;380;20221108;20.3;11.2;15.8;2.8;14.5;0;1.86;10710
+61106;41.81069;8.99889;380;20221109;20.5;12.9;16.7;2.9;14.57;0;1.99;9200
+61106;41.81069;8.99889;380;20221110;20.5;13.2;16.9;3;16.37;0;1.73;8735
+61106;41.81069;8.99889;380;20221111;20.7;12.4;16.6;4.3;15.77;.3;2.07;10348
+61106;41.81069;8.99889;380;20221112;19;10.8;14.9;3.4;13;0;2.02;7886
+61106;41.81069;8.99889;380;20221113;17.3;11.9;14.6;5;11.05;2.4;2.72;6592
+61106;41.81069;8.99889;380;20221114;18.1;8.3;13.2;2.6;11.37;2.4;1.68;9569
+61106;41.81069;8.99889;380;20221115;18;10.7;14.4;2.6;14.52;33.9;1.26;3705
+61106;41.81069;8.99889;380;20221116;19.4;13.4;16.4;5.6;15.97;5.5;2.03;8240
+61106;41.81069;8.99889;380;20221117;20.1;12.5;16.3;6.4;13.72;8.8;2.91;7364
+61106;41.81069;8.99889;380;20221118;16.7;12.3;14.5;8.5;13.37;.5;2.42;8343
+61106;41.81069;8.99889;380;20221119;15.5;11.2;13.4;3.4;11.05;0;1.85;5516
+61106;41.81069;8.99889;380;20221120;16.1;8.2;12.2;3.7;10.85;.1;1.77;7754
+61106;41.81069;8.99889;380;20221121;16;8.3;12.1;7.3;11.22;47.1;2.23;7560
+61106;41.81069;8.99889;380;20221122;13.2;10.1;11.6;11.8;11.52;14.7;2.17;3464
+61106;41.81069;8.99889;380;20221123;14.9;10.7;12.8;10.1;11.15;1.5;2.67;5731
+61106;41.81069;8.99889;380;20221124;16.4;10.7;13.6;7.4;10.37;0;2.99;8411
+61106;41.81069;8.99889;380;20221125;13.4;9.1;11.2;3.7;11.62;23;1.3;4463
+61106;41.81069;8.99889;380;20221126;15.9;8.6;12.3;5.8;10.05;.4;2.22;7001
+61106;41.81069;8.99889;380;20221127;15.2;6.9;11;4.6;7.52;0;2.48;8999
+61106;41.81069;8.99889;380;20221128;13;5.3;9.1;2.4;8.55;0;1.29;5336
+61106;41.81069;8.99889;380;20221129;12.4;7.1;9.7;3.8;9.42;7.1;1.5;4111
+61106;41.81069;8.99889;380;20221130;13.1;5.3;9.2;4.5;9.22;.7;1.58;6778
+61106;41.81069;8.99889;380;20221201;12.6;6.4;9.5;3.8;8.22;0;1.72;6337
+61106;41.81069;8.99889;380;20221202;13.5;5.1;9.3;3.9;8.75;.6;1.55;5960
+61106;41.81069;8.99889;380;20221203;16.8;8.9;12.9;3.7;10.75;5.6;1.75;7082
+61106;41.81069;8.99889;380;20221204;15.5;7.4;11.5;2.3;11.87;8.6;1.02;6356
+61106;41.81069;8.99889;380;20221205;17.3;9.5;13.4;2.7;12;1.6;1.39;6695
+61106;41.81069;8.99889;380;20221206;15.9;7.1;11.5;2.5;11.77;0;1.05;7958
+61106;41.81069;8.99889;380;20221207;15.2;7.6;11.4;4.4;11;0;1.48;7880
+61106;41.81069;8.99889;380;20221208;14.1;8.7;11.4;4.3;9.87;.3;1.86;4092
+61106;41.81069;8.99889;380;20221209;16.9;8.8;12.8;4.2;13.07;19.7;1.46;4913
+61106;41.81069;8.99889;380;20221210;14.1;11.1;12.6;5.7;12.95;6.9;1.46;2783
+61106;41.81069;8.99889;380;20221211;11.5;7.5;9.5;9.9;7.82;0;2.78;5677
+61106;41.81069;8.99889;380;20221212;12.9;3.8;8.4;4.8;7.47;9.5;1.94;7939
+61106;41.81069;8.99889;380;20221213;12.8;6.1;9.4;5.6;11.03;19.2;1.11;4519
+61106;41.81069;8.99889;380;20221214;13.7;9;11.4;4.4;13.12;20.1;.86;3559
+61106;41.81069;8.99889;380;20221215;14.9;9.2;12.1;4.8;13.45;35.1;1.14;2550
+61106;41.81069;8.99889;380;20221216;14.5;10.5;12.5;5.2;12.95;18;1.41;3683
+61106;41.81069;8.99889;380;20221217;14.9;9.7;12.3;5.9;11;.1;1.95;7542
+61106;41.81069;8.99889;380;20221218;14.8;6;10.4;2.4;10.3;0;1;8357
+61106;41.81069;8.99889;380;20221219;14.4;5.7;10;2.1;10.4;0;.89;7719
+61106;41.81069;8.99889;380;20221220;14.6;5.5;10.1;2.1;10;0;.92;8311
+61106;41.81069;8.99889;380;20221221;14.3;5.4;9.9;2.7;10.75;2.9;.97;5602
+61106;41.81069;8.99889;380;20221222;15.9;9.9;12.9;8;12.9;0;1.78;6075
+61106;41.81069;8.99889;380;20221223;17.3;12.3;14.8;9.5;13.7;0;2.57;4995
+61106;41.81069;8.99889;380;20221224;17.2;13.2;15.2;9;13.9;0;2.52;6014
+61106;41.81069;8.99889;380;20221225;15.9;10.1;13;3.7;13.12;0;1.17;7409
+61106;41.81069;8.99889;380;20221226;17.7;6.9;12.3;3.2;11.77;0;1.37;7982
+61106;41.81069;8.99889;380;20221227;16.3;11;13.6;6.2;11.72;0;2.29;7726
+61106;41.81069;8.99889;380;20221228;15.3;9;12.1;5.4;10.92;0;1.89;7928
+61106;41.81069;8.99889;380;20221229;16.2;6.8;11.5;2.4;10.37;.4;1.2;8121
+61106;41.81069;8.99889;380;20221230;16.5;9.3;12.9;4.9;13.12;1.1;1.17;5779
+61106;41.81069;8.99889;380;20221231;16.9;12.6;14.7;3;13.67;0;1.32;5935
+61107;41.81343;9.27593;298;20220101;12.3;10.7;11.5;3.5;11.67;0;1.03;2535
+61107;41.81343;9.27593;298;20220102;12.4;9.8;11.1;4.1;10.71;0;1.25;3654
+61107;41.81343;9.27593;298;20220103;13.8;9.7;11.8;4.5;11.17;0;1.24;5357
+61107;41.81343;9.27593;298;20220104;13.7;9.1;11.4;3.8;11.44;.1;1.12;6084
+61107;41.81343;9.27593;298;20220105;16.1;8.9;12.5;6.4;9.64;2.1;2.37;6366
+61107;41.81343;9.27593;298;20220106;9;5.8;7.4;3.8;8.24;9.5;1.21;3835
+61107;41.81343;9.27593;298;20220107;11.9;5.4;8.7;4.2;7.54;.1;1.68;7613
+61107;41.81343;9.27593;298;20220108;12.3;4.7;8.5;4;6.41;2.8;1.74;9139
+61107;41.81343;9.27593;298;20220109;13.3;6.2;9.8;7.2;6.87;.8;2.52;8232
+61107;41.81343;9.27593;298;20220110;11.3;4;7.6;7.3;5.74;.1;2.67;8210
+61107;41.81343;9.27593;298;20220111;12.5;6.3;9.4;7.9;5.14;0;3.54;8487
+61107;41.81343;9.27593;298;20220112;10.3;5.1;7.7;8.3;5.07;0;3.15;8045
+61107;41.81343;9.27593;298;20220113;11;4.5;7.8;6.1;5.01;0;2.72;8879
+61107;41.81343;9.27593;298;20220114;13.2;4.2;8.7;4.3;6.04;0;2.02;10219
+61107;41.81343;9.27593;298;20220115;13.4;6;9.7;4.7;7.37;0;1.63;8955
+61107;41.81343;9.27593;298;20220116;13;6.9;9.9;5.2;8.81;0;1.61;9884
+61107;41.81343;9.27593;298;20220117;12.9;7.2;10.1;4.3;8.77;0;1.63;8517
+61107;41.81343;9.27593;298;20220118;12.9;6.7;9.8;3.2;8.81;0;1.44;8608
+61107;41.81343;9.27593;298;20220119;12.9;5.3;9.1;2.8;8.81;0;1.24;9358
+61107;41.81343;9.27593;298;20220120;12.2;7;9.6;4.5;8.57;.1;1.6;8175
+61107;41.81343;9.27593;298;20220121;12;6.9;9.4;3.4;8.71;.9;1.47;6922
+61107;41.81343;9.27593;298;20220122;11.8;4;7.9;3.4;6.67;0;1.65;10539
+61107;41.81343;9.27593;298;20220123;12.3;3.6;7.9;2.4;7.47;0;1.31;11019
+61107;41.81343;9.27593;298;20220124;13.4;4.8;9.1;2.7;8.07;0;1.47;10552
+61107;41.81343;9.27593;298;20220125;12.3;6.1;9.2;3.1;7.91;0;1.56;9416
+61107;41.81343;9.27593;298;20220126;12.7;5.5;9.1;4.3;8.37;0;1.64;9461
+61107;41.81343;9.27593;298;20220127;13.6;6.3;9.9;3.5;8.54;0;1.73;10741
+61107;41.81343;9.27593;298;20220128;13.5;7.8;10.6;3.5;8.77;0;1.79;8978
+61107;41.81343;9.27593;298;20220129;13.8;6.1;9.9;3.9;8.31;0;1.85;10903
+61107;41.81343;9.27593;298;20220130;12.9;7.3;10.1;4.4;9.41;0;1.61;8057
+61107;41.81343;9.27593;298;20220131;12.7;7.9;10.3;5.8;9.37;0;1.82;7956
+61107;41.81343;9.27593;298;20220201;15.6;6.3;10.9;5.8;5.14;0;3.75;12108
+61107;41.81343;9.27593;298;20220202;14;6;10;4.8;8.04;0;1.98;11957
+61107;41.81343;9.27593;298;20220203;14.9;6.9;10.9;3.7;10.71;0;1.56;11621
+61107;41.81343;9.27593;298;20220204;14.2;9;11.6;4.6;11.27;0;1.59;7836
+61107;41.81343;9.27593;298;20220205;14.5;8.9;11.7;3.7;11.04;.5;1.54;7637
+61107;41.81343;9.27593;298;20220206;13.9;7.9;10.9;4.2;10.41;.1;1.64;10850
+61107;41.81343;9.27593;298;20220207;14.9;7.9;11.4;8.1;9.04;.5;2.71;10145
+61107;41.81343;9.27593;298;20220208;14.6;5.4;10;3;5.77;0;2.39;13497
+61107;41.81343;9.27593;298;20220209;13.7;6.7;10.2;3.5;8.91;.1;1.74;11971
+61107;41.81343;9.27593;298;20220210;13.3;6.8;10;3;9.64;0;1.57;11437
+61107;41.81343;9.27593;298;20220211;12.9;7.4;10.1;3.7;9.64;0;1.69;11850
+61107;41.81343;9.27593;298;20220212;14;7.4;10.7;5.3;9.07;0;2.36;12729
+61107;41.81343;9.27593;298;20220213;13.6;6.7;10.2;2.8;9.07;.1;1.73;10412
+61107;41.81343;9.27593;298;20220214;14.9;7;10.9;3.2;10.07;6.3;1.84;12034
+61107;41.81343;9.27593;298;20220215;13.6;7.3;10.4;6.7;8.17;.2;2.47;11401
+61107;41.81343;9.27593;298;20220216;13.4;5.5;9.4;4.6;8.31;0;2.02;12759
+61107;41.81343;9.27593;298;20220217;14;7.4;10.7;4.3;11.01;0;1.66;13442
+61107;41.81343;9.27593;298;20220218;14.7;9;11.9;4.3;11.97;0;1.72;11805
+61107;41.81343;9.27593;298;20220219;14;9.8;11.9;4.3;11.94;0;1.59;7877
+61107;41.81343;9.27593;298;20220220;14.4;10;12.2;4.3;10.84;0;2.12;12402
+61107;41.81343;9.27593;298;20220221;15.9;7.6;11.7;8.9;8.61;.4;3.32;11230
+61107;41.81343;9.27593;298;20220222;17.4;8.6;13;5.5;6.24;0;4.13;14723
+61107;41.81343;9.27593;298;20220223;16;6.9;11.5;2.7;7.81;0;2.53;15938
+61107;41.81343;9.27593;298;20220224;15.2;6.8;11;3.2;9.11;0;2.32;14983
+61107;41.81343;9.27593;298;20220225;13.8;7.5;10.7;5.1;9.47;0;2.34;12840
+61107;41.81343;9.27593;298;20220226;12.8;6.1;9.4;8.3;5.31;0;4.11;13912
+61107;41.81343;9.27593;298;20220227;12;5.4;8.7;6.7;4.37;0;3.93;14663
+61107;41.81343;9.27593;298;20220228;13.1;5.4;9.3;5.2;6.24;0;3.2;15896
+61107;41.81343;9.27593;298;20220301;9.8;4.9;7.4;5.6;5.47;0;2.9;13344
+61107;41.81343;9.27593;298;20220302;11.3;2.5;6.9;3.4;5.77;0;2.45;16993
+61107;41.81343;9.27593;298;20220303;12.3;4.6;8.4;2.9;7.41;.2;2.15;13634
+61107;41.81343;9.27593;298;20220304;10.9;6.4;8.7;3.9;9.07;3.8;1.67;8811
+61107;41.81343;9.27593;298;20220305;11.6;4.2;7.9;6;6.01;0;3.11;16365
+61107;41.81343;9.27593;298;20220306;11.3;2.7;7;4.7;5.71;.5;2.81;16255
+61107;41.81343;9.27593;298;20220307;11.5;2.7;7.1;4.8;5.71;0;2.93;17767
+61107;41.81343;9.27593;298;20220308;11.4;3.7;7.5;4.5;5.67;0;2.84;14426
+61107;41.81343;9.27593;298;20220309;12.5;3.6;8.1;3.9;5.34;0;3.07;18316
+61107;41.81343;9.27593;298;20220310;13.3;4.3;8.8;2.6;7.14;0;2.54;18414
+61107;41.81343;9.27593;298;20220311;13.9;6.1;10;4.1;8.74;.8;2.49;14987
+61107;41.81343;9.27593;298;20220312;12.8;7.7;10.2;5.8;9.01;3.4;2.55;11938
+61107;41.81343;9.27593;298;20220313;10.4;7.5;9;5.7;10.81;30.9;1.27;6607
+61107;41.81343;9.27593;298;20220314;14.9;9.7;12.3;6;13.11;2.5;1.84;10448
+61107;41.81343;9.27593;298;20220315;13.9;10;12;6;12.57;1.5;1.77;9140
+61107;41.81343;9.27593;298;20220316;13.5;10.4;11.9;5.8;12.81;0;1.64;9026
+61107;41.81343;9.27593;298;20220317;15.7;9.6;12.6;5.2;11.44;.9;2.5;12402
+61107;41.81343;9.27593;298;20220318;11.8;10.4;11.1;5.3;10.41;1;1.94;5602
+61107;41.81343;9.27593;298;20220319;10.5;8.9;9.7;5.5;9.97;15.5;1.67;5958
+61107;41.81343;9.27593;298;20220320;11.5;7.9;9.7;3.9;10.01;5.2;1.79;9691
+61107;41.81343;9.27593;298;20220321;12.1;5.3;8.7;4.6;7.04;.1;2.92;16953
+61107;41.81343;9.27593;298;20220322;13.6;4.4;9;4.7;6.84;0;3.38;21136
+61107;41.81343;9.27593;298;20220323;15.2;4.9;10.1;4;7.07;0;3.53;22027
+61107;41.81343;9.27593;298;20220324;15.8;6.3;11.1;4.1;7.81;0;3.55;21702
+61107;41.81343;9.27593;298;20220325;15.6;6.9;11.2;5.6;8.77;0;3.59;21018
+61107;41.81343;9.27593;298;20220326;14;7.7;10.9;4.8;8.01;.1;3.1;15174
+61107;41.81343;9.27593;298;20220327;19.2;10.4;14.8;4.6;7.84;0;4.65;21168
+61107;41.81343;9.27593;298;20220328;17.9;9.3;13.6;2.5;8.81;0;3.7;22547
+61107;41.81343;9.27593;298;20220329;15.6;7.6;11.6;4.8;10.91;11;2.94;19143
+61107;41.81343;9.27593;298;20220330;13.8;9.9;11.9;3.1;13.97;7.7;1.37;8539
+61107;41.81343;9.27593;298;20220331;14.2;11;12.6;5.4;12.67;0;1.99;9626
+61107;41.81343;9.27593;298;20220401;13.7;10.5;12.1;9.7;7.21;3.7;4.17;10832
+61107;41.81343;9.27593;298;20220402;10.2;3.3;6.7;6.6;7.4;3;2.38;10818
+61107;41.81343;9.27593;298;20220403;11.2;3.7;7.5;5.4;7.58;0;2.7;17638
+61107;41.81343;9.27593;298;20220404;13.6;5.9;9.7;4.2;7.57;.1;3.41;21182
+61107;41.81343;9.27593;298;20220405;14.1;4.8;9.5;3.7;8.21;0;3.29;23340
+61107;41.81343;9.27593;298;20220406;10.5;5.8;8.2;3.5;9.34;4;1.71;10561
+61107;41.81343;9.27593;298;20220407;15.5;7.5;11.5;13.3;10.78;0;3.5;19734
+61107;41.81343;9.27593;298;20220408;18.3;12.6;15.5;12.4;12.45;0;4.7;16213
+61107;41.81343;9.27593;298;20220409;16.1;11.6;13.8;8.4;8.67;0;4.46;16394
+61107;41.81343;9.27593;298;20220410;14.7;5.7;10.2;3.9;7.71;0;3.58;22408
+61107;41.81343;9.27593;298;20220411;15.3;6.1;10.7;5.2;9.17;0;3.68;24825
+61107;41.81343;9.27593;298;20220412;14.2;8.5;11.4;6.2;11.34;0;2.64;16341
+61107;41.81343;9.27593;298;20220413;16.3;9.8;13;4.6;11.61;0;3.43;21393
+61107;41.81343;9.27593;298;20220414;18.2;8.5;13.3;4.6;9.21;0;4.5;23253
+61107;41.81343;9.27593;298;20220415;19.9;10.4;15.2;3.4;9.18;0;4.9;25272
+61107;41.81343;9.27593;298;20220416;21.8;8.6;15.2;4.8;10.54;0;5.16;25568
+61107;41.81343;9.27593;298;20220417;16;10.9;13.5;8;6.72;0;5.68;21877
+61107;41.81343;9.27593;298;20220418;16.5;7.3;11.9;4.5;7.64;0;4.52;25733
+61107;41.81343;9.27593;298;20220419;17;9.4;13.2;4.1;11.37;1.5;3.72;23429
+61107;41.81343;9.27593;298;20220420;16.8;9.7;13.3;4.8;13.34;1.6;3.04;20464
+61107;41.81343;9.27593;298;20220421;13.9;9.8;11.9;5.2;13.44;33.3;2.17;15989
+61107;41.81343;9.27593;298;20220422;15.3;9.3;12.3;4.3;13.51;1.6;2.44;17959
+61107;41.81343;9.27593;298;20220423;17.2;9.8;13.5;4.2;12.74;1.9;3.4;21780
+61107;41.81343;9.27593;298;20220424;15.7;10.4;13.1;4.7;11.61;0;3.05;16498
+61107;41.81343;9.27593;298;20220425;17.3;10.7;14;3.9;13.41;0;3.61;24495
+61107;41.81343;9.27593;298;20220426;17.8;10.2;14;3.3;12.97;0;3.81;25384
+61107;41.81343;9.27593;298;20220427;17.4;9.7;13.6;3.5;13.24;0;3.47;23478
+61107;41.81343;9.27593;298;20220428;20.7;10.2;15.4;4.6;10.54;0;5.27;27906
+61107;41.81343;9.27593;298;20220429;20.7;12;16.4;5.3;8.54;0;6.11;27056
+61107;41.81343;9.27593;298;20220430;19.3;10.5;14.9;3.5;10.57;0;4.64;26882
+61107;41.81343;9.27593;298;20220501;18.5;12.2;15.4;2.8;12.24;2.7;3.88;21775
+61107;41.81343;9.27593;298;20220502;19.1;10.5;14.8;2.7;11.47;.1;4.52;27823
+61107;41.81343;9.27593;298;20220503;20.4;10.5;15.5;2.7;12.37;.4;4.69;28997
+61107;41.81343;9.27593;298;20220504;18.9;12.1;15.5;3.7;14.24;.9;3.86;23419
+61107;41.81343;9.27593;298;20220505;13.8;12.9;13.4;4.2;14.07;20;1.47;4478
+61107;41.81343;9.27593;298;20220506;16.1;10.6;13.4;6.9;14.31;5.2;2.37;15539
+61107;41.81343;9.27593;298;20220507;19.9;13.2;16.6;5.7;14.01;1.2;3.85;15452
+61107;41.81343;9.27593;298;20220508;21;12.9;17;3.9;13.21;1.2;4.56;22302
+61107;41.81343;9.27593;298;20220509;21.3;13.2;17.3;3.2;13.57;.2;5.01;27684
+61107;41.81343;9.27593;298;20220510;21.3;13.2;17.2;2.5;14.34;.2;4.91;29728
+61107;41.81343;9.27593;298;20220511;20.9;13.5;17.2;3;14.91;.1;4.53;26408
+61107;41.81343;9.27593;298;20220512;20.8;13.4;17.1;2.6;15.31;0;4.69;28896
+61107;41.81343;9.27593;298;20220513;21.6;12.9;17.2;2.4;14.77;0;4.91;29544
+61107;41.81343;9.27593;298;20220514;21.4;13.4;17.4;2.4;14.41;0;4.93;28947
+61107;41.81343;9.27593;298;20220515;22.6;13.1;17.9;2.5;15.01;0;5.05;29115
+61107;41.81343;9.27593;298;20220516;23.1;13.9;18.5;2.6;16.17;.1;5.08;29179
+61107;41.81343;9.27593;298;20220517;23.4;15.4;19.4;2.5;16.07;0;5.04;27118
+61107;41.81343;9.27593;298;20220518;25.8;15.8;20.8;2.8;16.27;0;5.97;30808
+61107;41.81343;9.27593;298;20220519;24.4;16.6;20.5;4.6;15.57;.1;5.98;28316
+61107;41.81343;9.27593;298;20220520;25.5;14.9;20.2;4.8;15.11;2.4;6.52;31094
+61107;41.81343;9.27593;298;20220521;22.3;15.8;19.1;3.2;18.14;0;4.71;28071
+61107;41.81343;9.27593;298;20220522;23;16.2;19.6;3.1;17.24;.1;5.11;28312
+61107;41.81343;9.27593;298;20220523;24.4;15.9;20.2;3.5;19.37;0;5.43;29924
+61107;41.81343;9.27593;298;20220524;24.6;17;20.8;4.1;20.21;0;4.87;24775
+61107;41.81343;9.27593;298;20220525;24.6;16.8;20.7;2.9;20.77;.2;4.22;21423
+61107;41.81343;9.27593;298;20220526;25.9;17.5;21.7;3.1;20.94;0;4.88;23859
+61107;41.81343;9.27593;298;20220527;28.8;18.1;23.5;4.2;16.44;0;6.06;21403
+61107;41.81343;9.27593;298;20220528;28.9;21;25;3.7;16.17;.5;6.86;26534
+61107;41.81343;9.27593;298;20220529;22.8;18.2;20.5;5.2;18.71;0;4.67;19777
+61107;41.81343;9.27593;298;20220530;25.2;16.9;21.1;3.4;18.21;0;5.45;26033
+61107;41.81343;9.27593;298;20220531;24.7;16.9;20.8;3.5;19.24;0;5.45;28739
+61107;41.81343;9.27593;298;20220601;25.6;17.7;21.6;3.1;20.34;0;5.54;28670
+61107;41.81343;9.27593;298;20220602;25.3;17.5;21.4;4.4;21.94;0;5.36;29135
+61107;41.81343;9.27593;298;20220603;25.6;19.3;22.4;4.4;22.94;0;4.35;18962
+61107;41.81343;9.27593;298;20220604;27;19;23;3.6;23.74;0;5.34;25948
+61107;41.81343;9.27593;298;20220605;26.8;19.5;23.1;3.9;23.67;0;4.86;22331
+61107;41.81343;9.27593;298;20220606;25.1;18.2;21.6;4;21.91;0;5.2;27688
+61107;41.81343;9.27593;298;20220607;27.2;17.5;22.4;4.2;18.44;0;6.46;31778
+61107;41.81343;9.27593;298;20220608;24.2;18.7;21.4;4.9;17.91;0;5.18;23940
+61107;41.81343;9.27593;298;20220609;25.4;18.5;22;6;16.41;.1;6.17;25638
+61107;41.81343;9.27593;298;20220610;26.6;17.4;22;4.7;15.01;.1;7.5;32237
+61107;41.81343;9.27593;298;20220611;27.9;19.1;23.5;4.1;15.04;0;7.53;30443
+61107;41.81343;9.27593;298;20220612;29;17.6;23.3;3.3;15.11;0;7.1;31735
+61107;41.81343;9.27593;298;20220613;26.3;19;22.7;3.8;17.64;0;6.05;28378
+61107;41.81343;9.27593;298;20220614;26.8;19;22.9;3;20.41;.1;6.01;29610
+61107;41.81343;9.27593;298;20220615;28.2;18.1;23.1;2.5;20.84;0;6.03;29753
+61107;41.81343;9.27593;298;20220616;27;18.9;22.9;2.5;20.54;0;6.24;32037
+61107;41.81343;9.27593;298;20220617;29.3;19.7;24.5;2.7;21.07;0;6.74;31763
+61107;41.81343;9.27593;298;20220618;29.4;20.9;25.2;3.8;20.47;0;7.27;32010
+61107;41.81343;9.27593;298;20220619;29;21;25;3.3;18.34;0;7.01;29935
+61107;41.81343;9.27593;298;20220620;28.4;19;23.7;3.2;21.61;0;6.52;31857
+61107;41.81343;9.27593;298;20220621;28.5;20.4;24.5;3.4;23.57;0;5.87;26447
+61107;41.81343;9.27593;298;20220622;27.5;20.7;24.1;4.8;25.18;.1;5.42;23760
+61107;41.81343;9.27593;298;20220623;27.3;20.9;24.1;3.1;25.84;0;3.84;15649
+61107;41.81343;9.27593;298;20220624;28.8;20.6;24.7;4.1;24.17;0;5.8;26125
+61107;41.81343;9.27593;298;20220625;29;21.1;25;3.4;23.27;0;6.3;27989
+61107;41.81343;9.27593;298;20220626;28.1;20.8;24.4;5.2;24.01;0;6.23;28864
+61107;41.81343;9.27593;298;20220627;29;21.1;25;4.1;26.91;.1;5.54;25025
+61107;41.81343;9.27593;298;20220628;29;22.7;25.8;4.1;26.87;.4;5.03;20909
+61107;41.81343;9.27593;298;20220629;25.9;20.4;23.2;5.2;22.67;0;5.37;24429
+61107;41.81343;9.27593;298;20220630;27.7;19;23.4;3.8;21.47;0;6.37;30825
+61107;41.81343;9.27593;298;20220701;27.5;20.1;23.8;3.9;23.01;0;6.24;30596
+61107;41.81343;9.27593;298;20220702;27.7;19.9;23.8;3.3;22.41;0;6.16;29714
+61107;41.81343;9.27593;298;20220703;32.3;20.7;26.5;2.5;21.74;0;7.29;32388
+61107;41.81343;9.27593;298;20220704;30.9;21;26;2.7;21.14;0;6.98;31369
+61107;41.81343;9.27593;298;20220705;28.8;21.5;25.1;3.8;20.81;0;6.8;31618
+61107;41.81343;9.27593;298;20220706;29.1;21.4;25.2;4.2;22.24;0;6.58;29782
+61107;41.81343;9.27593;298;20220707;28.7;21.5;25.1;4;21.47;0;6.36;28134
+61107;41.81343;9.27593;298;20220708;29.7;21.5;25.6;3.5;19.84;0;7.11;29845
+61107;41.81343;9.27593;298;20220709;29.1;20.2;24.7;3.2;15.61;0;7.12;29734
+61107;41.81343;9.27593;298;20220710;28.7;20;24.3;3.1;17.81;.6;6.8;30052
+61107;41.81343;9.27593;298;20220711;29.7;19.9;24.8;3.1;19.81;0;7.03;31841
+61107;41.81343;9.27593;298;20220712;28.2;21.3;24.8;4.1;22.21;0;6.77;31103
+61107;41.81343;9.27593;298;20220713;29;21;25;3.4;22.81;0;6.46;29463
+61107;41.81343;9.27593;298;20220714;29.1;20.8;24.9;2.8;22.31;0;6.41;30038
+61107;41.81343;9.27593;298;20220715;28.9;22.2;25.5;3.8;23.11;0;6.17;27076
+61107;41.81343;9.27593;298;20220716;29.2;22.1;25.7;3.8;24.61;0;6.18;27848
+61107;41.81343;9.27593;298;20220717;30.4;22.3;26.3;3.4;26.31;0;6.41;28845
+61107;41.81343;9.27593;298;20220718;31.9;22.6;27.2;2.9;24.07;0;7.02;30602
+61107;41.81343;9.27593;298;20220719;32.3;22.4;27.3;3.1;20.54;0;7.34;30368
+61107;41.81343;9.27593;298;20220720;32.5;23.1;27.8;3.4;21.21;0;7.56;30083
+61107;41.81343;9.27593;298;20220721;30.8;23.5;27.1;3.1;23.31;0;6.4;27083
+61107;41.81343;9.27593;298;20220722;31;23;27;3.5;24.41;0;6.98;31050
+61107;41.81343;9.27593;298;20220723;29.8;23.2;26.5;3.3;25.47;0;6.03;26364
+61107;41.81343;9.27593;298;20220724;29.4;23.6;26.5;3.8;25.81;0;5.45;23059
+61107;41.81343;9.27593;298;20220725;29.8;23;26.4;3.7;26.87;0;6.24;29106
+61107;41.81343;9.27593;298;20220726;29.4;23;26.2;5;26.07;0;5.83;24986
+61107;41.81343;9.27593;298;20220727;29.5;23;26.2;5.3;23.71;0;6.26;23788
+61107;41.81343;9.27593;298;20220728;29.6;22.3;26;3.8;23.34;0;6.5;29200
+61107;41.81343;9.27593;298;20220729;30.8;22.6;26.7;3;24.94;0;6.48;28793
+61107;41.81343;9.27593;298;20220730;29.4;22.9;26.1;4.9;24.47;0;5.95;23533
+61107;41.81343;9.27593;298;20220731;30.7;21.9;26.3;3.1;21.21;0;6.76;29519
+61107;41.81343;9.27593;298;20220801;32.3;22.3;27.3;3;20.71;0;7.27;29975
+61107;41.81343;9.27593;298;20220802;30.5;23.3;26.9;3.1;24.11;0;6.16;25847
+61107;41.81343;9.27593;298;20220803;32.1;22.3;27.2;2.7;22.07;0;6.86;29395
+61107;41.81343;9.27593;298;20220804;32.2;23;27.6;2.7;22.17;0;6.9;29056
+61107;41.81343;9.27593;298;20220805;30.7;22.9;26.8;2.6;23.01;.1;6.16;26888
+61107;41.81343;9.27593;298;20220806;29.9;23.6;26.7;3.1;24.97;0;5.66;24383
+61107;41.81343;9.27593;298;20220807;31.6;23.2;27.4;3.5;24.81;.7;6.54;27151
+61107;41.81343;9.27593;298;20220808;31.7;23.1;27.4;3.4;23.54;3.5;6.59;25907
+61107;41.81343;9.27593;298;20220809;31.9;21.6;26.8;4;20.31;2;7.44;28823
+61107;41.81343;9.27593;298;20220810;31.1;22.8;27;4.1;20.27;.4;7.24;27355
+61107;41.81343;9.27593;298;20220811;31.4;22.1;26.7;3.8;18.11;.1;7.13;26070
+61107;41.81343;9.27593;298;20220812;29.1;21.3;25.2;3.3;18.74;.1;6.38;27243
+61107;41.81343;9.27593;298;20220813;27.4;19.7;23.6;3;22.04;0;4.94;22880
+61107;41.81343;9.27593;298;20220814;29.4;20.3;24.9;3.9;20.74;.6;6.06;25065
+61107;41.81343;9.27593;298;20220815;30.5;21.4;25.9;4.2;24.44;.9;5.54;21428
+61107;41.81343;9.27593;298;20220816;30.4;20.6;25.5;3.1;23.94;0;5.99;27594
+61107;41.81343;9.27593;298;20220817;29.9;21.9;25.9;4.7;26.87;.5;5.53;24699
+61107;41.81343;9.27593;298;20220818;28.4;23.5;25.9;4.4;24.77;3.9;5.24;20546
+61107;41.81343;9.27593;298;20220819;26.5;19.2;22.9;5.5;20.64;2.3;5.44;24225
+61107;41.81343;9.27593;298;20220820;27.7;19.8;23.7;4.4;19.54;0;5.53;23350
+61107;41.81343;9.27593;298;20220821;28;21;24.5;4.4;21.84;0;5.57;24605
+61107;41.81343;9.27593;298;20220822;28.2;21.3;24.8;3.1;21.24;1.7;5.28;22760
+61107;41.81343;9.27593;298;20220823;28.3;20.7;24.5;3;21.57;0;5.46;25332
+61107;41.81343;9.27593;298;20220824;30.1;20.8;25.4;3.4;19.04;0;6.26;25759
+61107;41.81343;9.27593;298;20220825;29.1;20.7;24.9;3.6;19.51;0;6.09;25060
+61107;41.81343;9.27593;298;20220826;28.5;21.1;24.8;3.1;21.74;.1;5.38;24883
+61107;41.81343;9.27593;298;20220827;28.3;21.5;24.9;3.8;23.21;0;5.07;21677
+61107;41.81343;9.27593;298;20220828;28.8;21.5;25.2;4.1;22.81;.6;5.39;22801
+61107;41.81343;9.27593;298;20220829;28;20.5;24.2;3.1;23.04;.2;4.85;22524
+61107;41.81343;9.27593;298;20220830;29.6;20.9;25.2;2.9;22.77;.1;5.35;24175
+61107;41.81343;9.27593;298;20220831;27;21;24;4;22.81;4.4;4.34;18439
+61107;41.81343;9.27593;298;20220901;27.5;20.1;23.8;3.6;22.51;4.9;4.03;17689
+61107;41.81343;9.27593;298;20220902;27.3;20.5;23.9;3.4;22.54;1.3;4.41;18867
+61107;41.81343;9.27593;298;20220903;28.1;19.9;24;3;23.44;2;4.45;20720
+61107;41.81343;9.27593;298;20220904;28.6;20.2;24.4;3.4;23.21;.6;4.97;22970
+61107;41.81343;9.27593;298;20220905;27.7;20.4;24;4.3;23.31;0;4.57;19880
+61107;41.81343;9.27593;298;20220906;28.4;21.1;24.7;4.2;25.27;1.8;4.17;17348
+61107;41.81343;9.27593;298;20220907;29.5;21.8;25.6;2.9;25.21;.3;4.72;21256
+61107;41.81343;9.27593;298;20220908;28.7;21.7;25.2;3.7;24.34;0;4.27;16931
+61107;41.81343;9.27593;298;20220909;29.2;21.2;25.2;5.1;17.81;0;5.91;21275
+61107;41.81343;9.27593;298;20220910;28.2;21.8;25;5.9;16.24;0;6.13;19342
+61107;41.81343;9.27593;298;20220911;26.3;20;23.1;4.6;19.37;0;4.83;20391
+61107;41.81343;9.27593;298;20220912;27.2;18.5;22.8;3.1;18.91;0;4.75;22127
+61107;41.81343;9.27593;298;20220913;27.1;18.9;23;4;22.37;0;4.25;19594
+61107;41.81343;9.27593;298;20220914;28.4;21.5;25;4.6;25.47;1;4.23;17671
+61107;41.81343;9.27593;298;20220915;30.2;22.3;26.2;4.8;21.17;0;5.17;14515
+61107;41.81343;9.27593;298;20220916;29.9;21.9;25.9;6.3;17.61;0;6.21;19165
+61107;41.81343;9.27593;298;20220917;25.9;20.8;23.3;8.1;12.97;0;6.96;19852
+61107;41.81343;9.27593;298;20220918;24.6;15;19.8;3.9;12.91;0;4.9;21335
+61107;41.81343;9.27593;298;20220919;24.6;16.7;20.6;4.4;14.97;0;4.7;19613
+61107;41.81343;9.27593;298;20220920;25.8;17.1;21.5;3.7;16.31;1.2;4.28;16165
+61107;41.81343;9.27593;298;20220921;25.4;16.8;21.1;4.4;14.37;.8;4.86;17956
+61107;41.81343;9.27593;298;20220922;22.4;15.5;19;5.2;11.51;0;5.01;18013
+61107;41.81343;9.27593;298;20220923;22.5;14.7;18.6;4.1;11.27;0;4.62;19507
+61107;41.81343;9.27593;298;20220924;21.3;14.3;17.8;3;15.74;8.4;2.57;10147
+61107;41.81343;9.27593;298;20220925;23.1;15.6;19.3;3.9;18.47;1.1;3.04;15105
+61107;41.81343;9.27593;298;20220926;23.3;17.5;20.4;5;16.01;0;3.78;12788
+61107;41.81343;9.27593;298;20220927;23.1;17.3;20.2;9.8;11.31;1.4;6.09;15995
+61107;41.81343;9.27593;298;20220928;23.2;15.6;19.4;6.2;13.21;3.1;4.04;13472
+61107;41.81343;9.27593;298;20220929;22.2;16.3;19.3;4.2;14.97;9.6;3.32;10431
+61107;41.81343;9.27593;298;20220930;20.8;12.8;16.8;3.2;15.27;4.9;2.19;6921
+61107;41.81343;9.27593;298;20221001;21.3;14.4;17.9;6.3;12.57;.6;4;16036
+61107;41.81343;9.27593;298;20221002;22.7;16.4;19.5;5.7;16.34;0;3.52;15947
+61107;41.81343;9.27593;298;20221003;22.7;16.8;19.7;3.7;16.74;0;3.21;15001
+61107;41.81343;9.27593;298;20221004;23.4;14.9;19.2;3;17.51;.1;3.2;18237
+61107;41.81343;9.27593;298;20221005;23.5;15.7;19.6;3.4;16.87;0;3.24;16384
+61107;41.81343;9.27593;298;20221006;23.1;14.9;19;3;15.91;0;3.19;17630
+61107;41.81343;9.27593;298;20221007;23.1;15.2;19.1;3.2;15.51;0;3.35;17404
+61107;41.81343;9.27593;298;20221008;23;14.9;19;2.5;16.91;4.2;2.78;15180
+61107;41.81343;9.27593;298;20221009;21.7;16.4;19;3.3;18.51;1.2;2.16;9026
+61107;41.81343;9.27593;298;20221010;22.6;16.1;19.3;3.6;17.07;1.7;2.86;13018
+61107;41.81343;9.27593;298;20221011;22.5;14.6;18.5;3.3;17.24;.1;2.56;12615
+61107;41.81343;9.27593;298;20221012;19.5;15.7;17.6;3.2;17.34;14.9;1.62;5593
+61107;41.81343;9.27593;298;20221013;22.4;14.3;18.3;3.9;16.17;.7;2.8;13126
+61107;41.81343;9.27593;298;20221014;21.8;15.3;18.5;3.8;16.27;0;2.73;13917
+61107;41.81343;9.27593;298;20221015;21.6;15.3;18.4;3.4;16.74;.1;2.61;14258
+61107;41.81343;9.27593;298;20221016;22.6;15.4;19;2.9;17.44;0;2.44;12704
+61107;41.81343;9.27593;298;20221017;22.3;15.6;19;4;18.41;0;2.49;13078
+61107;41.81343;9.27593;298;20221018;22.5;15.1;18.8;3.7;17.87;.1;2.61;14509
+61107;41.81343;9.27593;298;20221019;21.7;15.1;18.4;2.8;18.21;0;2.25;13997
+61107;41.81343;9.27593;298;20221020;22.2;15.3;18.7;3.2;18.04;0;2.41;13938
+61107;41.81343;9.27593;298;20221021;22.8;15.8;19.3;4.3;18.94;0;2.21;8469
+61107;41.81343;9.27593;298;20221022;25.3;16.6;20.9;2.8;18.51;0;2.82;14429
+61107;41.81343;9.27593;298;20221023;24.4;16.9;20.7;3.2;20.07;0;2.56;13221
+61107;41.81343;9.27593;298;20221024;24;16.8;20.4;2.6;18.97;0;2.36;11432
+61107;41.81343;9.27593;298;20221025;23.5;17.1;20.3;4.1;17.27;0;2.93;10830
+61107;41.81343;9.27593;298;20221026;23;15.9;19.5;2.2;18.51;.1;1.96;9659
+61107;41.81343;9.27593;298;20221027;22;15.8;18.9;3.1;19.01;.1;1.92;10357
+61107;41.81343;9.27593;298;20221028;21.6;14.8;18.2;2.9;17.64;0;1.95;10796
+61107;41.81343;9.27593;298;20221029;22.5;15.9;19.2;3.2;16.24;.1;2.35;12134
+61107;41.81343;9.27593;298;20221030;22.1;14.5;18.3;3.3;15.17;0;2.45;12835
+61107;41.81343;9.27593;298;20221031;22.2;14.1;18.1;2.4;13.61;0;2.38;12557
+61107;41.81343;9.27593;298;20221101;20.9;13.8;17.3;2;15.44;0;1.82;11067
+61107;41.81343;9.27593;298;20221102;20.8;14.6;17.7;2.4;17.01;0;1.79;11553
+61107;41.81343;9.27593;298;20221103;21;15.1;18.1;3.1;17.47;5;1.83;9236
+61107;41.81343;9.27593;298;20221104;20.5;14.8;17.6;7.2;12.74;0;3.51;9786
+61107;41.81343;9.27593;298;20221105;19.9;10.1;15;5.6;10.71;.3;3.15;10888
+61107;41.81343;9.27593;298;20221106;19.8;11.2;15.5;3.8;9.37;0;2.97;12011
+61107;41.81343;9.27593;298;20221107;19.6;12.8;16.2;3.2;12.24;.1;2.22;9733
+61107;41.81343;9.27593;298;20221108;20.4;12.5;16.4;3.1;14.44;0;1.96;10493
+61107;41.81343;9.27593;298;20221109;20.3;13.5;16.9;3.3;15.61;0;1.81;8547
+61107;41.81343;9.27593;298;20221110;21.3;14.2;17.7;3.2;17.04;.3;1.75;9486
+61107;41.81343;9.27593;298;20221111;20.4;15.2;17.8;3.9;16.07;.2;1.96;7975
+61107;41.81343;9.27593;298;20221112;19.9;12.7;16.3;3.9;11.94;0;2.55;9100
+61107;41.81343;9.27593;298;20221113;17.4;12.8;15.1;4.3;11.67;5.5;2.3;6401
+61107;41.81343;9.27593;298;20221114;17.7;9.7;13.7;3;11.97;.7;1.67;9913
+61107;41.81343;9.27593;298;20221115;17.1;11.6;14.4;3;14.94;22.8;1.07;4143
+61107;41.81343;9.27593;298;20221116;19.7;13.2;16.5;4.5;15.94;2.2;1.7;8556
+61107;41.81343;9.27593;298;20221117;19.3;13.4;16.3;4.4;14.24;5.7;2.02;7547
+61107;41.81343;9.27593;298;20221118;19.9;13.8;16.9;6.5;12.54;.4;2.75;9089
+61107;41.81343;9.27593;298;20221119;16;12.4;14.2;3.7;10.57;0;2.06;5475
+61107;41.81343;9.27593;298;20221120;16.8;10;13.4;3.8;10.77;.5;1.93;7268
+61107;41.81343;9.27593;298;20221121;16.3;9.2;12.8;5.6;10.47;34.4;1.88;8600
+61107;41.81343;9.27593;298;20221122;13.9;10.5;12.2;8.1;11.34;7.1;1.77;4025
+61107;41.81343;9.27593;298;20221123;16.5;10.5;13.5;7;9.44;0;2.44;7852
+61107;41.81343;9.27593;298;20221124;17.6;11;14.3;5.5;10.74;0;2.4;9140
+61107;41.81343;9.27593;298;20221125;14.7;11.9;13.3;3.6;12.64;22.5;1.34;3744
+61107;41.81343;9.27593;298;20221126;15.6;8.7;12.1;7.3;10.71;.6;2.24;6145
+61107;41.81343;9.27593;298;20221127;15.3;9.4;12.3;5.8;8.24;0;2.76;8826
+61107;41.81343;9.27593;298;20221128;14;8.4;11.2;2.8;8.91;0;1.55;6005
+61107;41.81343;9.27593;298;20221129;11.8;8.6;10.2;4.1;9.94;8.3;1.38;4558
+61107;41.81343;9.27593;298;20221130;13.4;8.1;10.8;5.2;9.64;.2;1.77;6499
+61107;41.81343;9.27593;298;20221201;13;6.3;9.7;4.4;8.14;0;1.84;6402
+61107;41.81343;9.27593;298;20221202;13.8;6.5;10.2;3.5;9.14;1.7;1.44;6986
+61107;41.81343;9.27593;298;20221203;16.2;9.7;12.9;4.1;12.34;9.1;1.4;5544
+61107;41.81343;9.27593;298;20221204;15.8;8.6;12.2;2.3;12.24;2.2;.95;7910
+61107;41.81343;9.27593;298;20221205;17.1;10.1;13.6;2.2;12.04;.4;1.17;7173
+61107;41.81343;9.27593;298;20221206;16.7;9.6;13.2;3.1;12.81;0;1.18;7502
+61107;41.81343;9.27593;298;20221207;15.6;10.6;13.1;4;12.17;0;1.3;7078
+61107;41.81343;9.27593;298;20221208;14.7;9.9;12.3;3.2;11.64;0;1.27;4614
+61107;41.81343;9.27593;298;20221209;19;10;14.5;3.9;12.97;14.3;1.68;7256
+61107;41.81343;9.27593;298;20221210;14.8;10.7;12.8;4.3;13.17;6.9;1.08;1671
+61107;41.81343;9.27593;298;20221211;13.4;8.7;11.1;8;6.84;0;2.89;7074
+61107;41.81343;9.27593;298;20221212;13.7;5.8;9.7;3.9;7.17;10.9;1.77;8128
+61107;41.81343;9.27593;298;20221213;13.4;6.7;10.1;4.4;11.31;15.1;.98;4272
+61107;41.81343;9.27593;298;20221214;13.7;9.5;11.6;4.3;13.54;23;.71;4336
+61107;41.81343;9.27593;298;20221215;15.4;11.3;13.4;4.2;14.01;22.2;1.09;3612
+61107;41.81343;9.27593;298;20221216;15.5;10.4;12.9;4;12.77;5.5;1.14;5051
+61107;41.81343;9.27593;298;20221217;15.7;8.9;12.3;4.7;11.81;.6;1.38;7892
+61107;41.81343;9.27593;298;20221218;15.7;9;12.3;3;11.41;0;1.24;6786
+61107;41.81343;9.27593;298;20221219;14.9;9;11.9;2.3;11.34;0;.98;7148
+61107;41.81343;9.27593;298;20221220;14.6;7.5;11;2.6;10.94;0;.96;8017
+61107;41.81343;9.27593;298;20221221;14.5;7.7;11.1;2.9;11.31;2.4;.98;6753
+61107;41.81343;9.27593;298;20221222;16;9.1;12.5;5.6;13.07;0;1.01;7520
+61107;41.81343;9.27593;298;20221223;16.4;10.5;13.5;5.5;13.67;0;1.16;6771
+61107;41.81343;9.27593;298;20221224;16.1;11.2;13.7;5.7;14.61;0;.96;6509
+61107;41.81343;9.27593;298;20221225;15.5;10.9;13.2;3.8;14.17;0;.95;5082
+61107;41.81343;9.27593;298;20221226;16.1;10.4;13.3;3;13.14;0;1.08;5096
+61107;41.81343;9.27593;298;20221227;16.7;10.4;13.5;4;13.24;0;1.19;7497
+61107;41.81343;9.27593;298;20221228;15.1;9.2;12.2;3.7;11.91;0;1.13;6906
+61107;41.81343;9.27593;298;20221229;15.8;8.1;12;2.2;11.57;0;.9;8578
+61107;41.81343;9.27593;298;20221230;16.8;9.7;13.2;3.7;12.54;0;1.19;5877
+61107;41.81343;9.27593;298;20221231;17.5;10.9;14.2;3.8;13.07;0;1.44;7248
+62105;42.0286;8.74821;98;20220101;13.4;11.2;12.3;3.2;11.82;0;.91;1984
+62105;42.0286;8.74821;98;20220102;14;10.2;12.1;4.5;10.56;0;1.35;4903
+62105;42.0286;8.74821;98;20220103;16.5;9.6;13;5.6;10.86;0;1.71;6211
+62105;42.0286;8.74821;98;20220104;14.7;9.8;12.2;4.1;11.22;0;1.21;5213
+62105;42.0286;8.74821;98;20220105;15.8;8.8;12.3;6.5;9.99;5;2.06;3806
+62105;42.0286;8.74821;98;20220106;10.8;5.3;8;3.9;8.16;5.2;1.12;4686
+62105;42.0286;8.74821;98;20220107;13.1;4.5;8.8;3.6;7.56;.1;1.43;7994
+62105;42.0286;8.74821;98;20220108;13.5;3.2;8.3;4.6;7.46;6.2;1.58;8255
+62105;42.0286;8.74821;98;20220109;13;6.6;9.8;8.1;8.26;6.6;2.12;6411
+62105;42.0286;8.74821;98;20220110;13.2;2.7;8;4.4;6.02;0;1.9;9070
+62105;42.0286;8.74821;98;20220111;14.1;3.4;8.8;4.4;5.42;0;2.26;9108
+62105;42.0286;8.74821;98;20220112;12.5;3.2;7.8;5.7;4.89;0;2.51;8803
+62105;42.0286;8.74821;98;20220113;13.5;2.6;8.1;5;5.26;0;2.33;9185
+62105;42.0286;8.74821;98;20220114;13.2;2.4;7.8;3.9;7.26;0;1.36;9816
+62105;42.0286;8.74821;98;20220115;14.1;4.2;9.2;5.1;8.19;0;1.51;8954
+62105;42.0286;8.74821;98;20220116;14.3;4.5;9.4;5.6;8.29;0;1.66;10088
+62105;42.0286;8.74821;98;20220117;13.9;4.3;9.1;4.4;7.99;0;1.56;9165
+62105;42.0286;8.74821;98;20220118;13.5;4;8.7;3.1;8.79;0;1.16;8110
+62105;42.0286;8.74821;98;20220119;13.9;5;9.5;2.9;8.86;1;1.18;8630
+62105;42.0286;8.74821;98;20220120;11.5;9.3;10.4;5.3;8.32;.4;1.82;5025
+62105;42.0286;8.74821;98;20220121;12.8;5;8.9;3.1;7.92;.1;1.31;8097
+62105;42.0286;8.74821;98;20220122;12.8;3.4;8.1;3.2;7.02;.1;1.41;10499
+62105;42.0286;8.74821;98;20220123;13.4;2.4;7.9;2.4;7.86;0;1.11;10688
+62105;42.0286;8.74821;98;20220124;13.6;3.3;8.4;2.5;8.26;0;1.15;10831
+62105;42.0286;8.74821;98;20220125;14;3.5;8.8;2.8;8.46;0;1.24;9516
+62105;42.0286;8.74821;98;20220126;12.5;6.5;9.5;4.2;8.56;0;1.47;6491
+62105;42.0286;8.74821;98;20220127;14.4;5.6;10;2.8;8.52;0;1.4;9877
+62105;42.0286;8.74821;98;20220128;13.7;6.3;10;3.3;8.56;0;1.52;9755
+62105;42.0286;8.74821;98;20220129;15.1;4.6;9.9;3.6;8.36;0;1.59;11191
+62105;42.0286;8.74821;98;20220130;14.3;4.4;9.4;4.7;8.62;.3;1.65;7763
+62105;42.0286;8.74821;98;20220131;14.2;4.8;9.5;5.9;8.69;.1;1.75;8436
+62105;42.0286;8.74821;98;20220201;15.5;3.6;9.5;3.8;6.16;0;2.29;11789
+62105;42.0286;8.74821;98;20220202;15.9;4.5;10.2;4.4;8.39;0;1.7;11615
+62105;42.0286;8.74821;98;20220203;15.1;5.6;10.3;3.5;10.46;0;1.32;10265
+62105;42.0286;8.74821;98;20220204;15.3;7.5;11.4;4.1;10.79;.2;1.39;8178
+62105;42.0286;8.74821;98;20220205;15.5;8.3;11.9;4.1;10.26;0;1.64;8621
+62105;42.0286;8.74821;98;20220206;15.1;5.6;10.3;5.1;9.76;.7;1.75;11507
+62105;42.0286;8.74821;98;20220207;16.1;9.5;12.8;10.5;9.2;2;3.18;8275
+62105;42.0286;8.74821;98;20220208;15.7;7;11.3;3.1;7.43;0;2.15;12502
+62105;42.0286;8.74821;98;20220209;15.4;5;10.2;3.7;8.76;.1;1.72;12265
+62105;42.0286;8.74821;98;20220210;15;4.4;9.7;3.1;8.39;0;1.7;12787
+62105;42.0286;8.74821;98;20220211;14.1;3.4;8.8;3.6;8.86;0;1.55;12724
+62105;42.0286;8.74821;98;20220212;15.9;6.1;11;4.1;9.06;0;2;12758
+62105;42.0286;8.74821;98;20220213;14.6;5.4;10;2.7;9.09;0;1.53;9391
+62105;42.0286;8.74821;98;20220214;15.8;6.3;11;2.4;9.66;21.6;1.6;10817
+62105;42.0286;8.74821;98;20220215;12.8;8.4;10.6;7.7;9.02;7.2;2.12;8037
+62105;42.0286;8.74821;98;20220216;14.1;5;9.6;5.2;9.12;1.3;1.83;11453
+62105;42.0286;8.74821;98;20220217;17;9.3;13.2;4.5;11.52;.1;1.91;13366
+62105;42.0286;8.74821;98;20220218;16.9;9.1;13;5.1;11.6;0;2.03;12330
+62105;42.0286;8.74821;98;20220219;16.2;8;12.1;4.5;11.22;0;1.69;8569
+62105;42.0286;8.74821;98;20220220;15.1;7.3;11.2;4.6;9.92;.3;2.04;12939
+62105;42.0286;8.74821;98;20220221;14.8;9;11.9;10.4;9.09;2.5;2.99;8903
+62105;42.0286;8.74821;98;20220222;16.5;6.1;11.3;3.9;8.19;0;2.48;14459
+62105;42.0286;8.74821;98;20220223;16.1;4;10.1;2.9;8.72;0;2.1;15694
+62105;42.0286;8.74821;98;20220224;16.3;5.3;10.8;3.4;9.56;0;2.07;14390
+62105;42.0286;8.74821;98;20220225;15.5;7.1;11.3;5.6;8.96;0;2.55;12751
+62105;42.0286;8.74821;98;20220226;14.2;5.1;9.7;5;5.22;0;3.25;15061
+62105;42.0286;8.74821;98;20220227;13.3;1.8;7.5;4.1;4.39;0;2.92;15415
+62105;42.0286;8.74821;98;20220228;14;2.3;8.1;3.7;5.79;0;2.62;16259
+62105;42.0286;8.74821;98;20220301;12.5;3.8;8.1;4.1;5.96;0;2.49;14823
+62105;42.0286;8.74821;98;20220302;13;1.4;7.2;3.1;6.66;0;2.09;15843
+62105;42.0286;8.74821;98;20220303;13.5;4.1;8.8;2.2;8.12;.9;1.67;11338
+62105;42.0286;8.74821;98;20220304;13.1;7.6;10.3;3.2;9.56;3.7;1.67;10743
+62105;42.0286;8.74821;98;20220305;13.5;2.9;8.2;4.6;5.82;0;2.81;15670
+62105;42.0286;8.74821;98;20220306;12.7;1.7;7.2;4;5.62;.1;2.59;16675
+62105;42.0286;8.74821;98;20220307;12.5;.8;6.6;3.9;5.46;0;2.57;17672
+62105;42.0286;8.74821;98;20220308;13.3;1;7.2;3.9;5.89;0;2.55;16977
+62105;42.0286;8.74821;98;20220309;13.4;2.5;7.9;3.3;5.96;0;2.6;18036
+62105;42.0286;8.74821;98;20220310;14.8;1.9;8.4;2.6;7.26;0;2.32;18114
+62105;42.0286;8.74821;98;20220311;15.8;3.7;9.7;3.8;8.22;0;2.41;15484
+62105;42.0286;8.74821;98;20220312;15.4;5.8;10.6;4.9;7.56;0;2.74;12493
+62105;42.0286;8.74821;98;20220313;16.3;5.4;10.8;4.1;9.29;.8;2.08;11337
+62105;42.0286;8.74821;98;20220314;18.2;9.8;14;3.8;11.03;0;2.36;13334
+62105;42.0286;8.74821;98;20220315;16.8;10.1;13.4;4.3;11.22;0;2.27;12737
+62105;42.0286;8.74821;98;20220316;17;7.9;12.4;4.6;11.32;0;2.18;13496
+62105;42.0286;8.74821;98;20220317;17.4;9;13.2;4.3;11.09;1.1;2.3;12322
+62105;42.0286;8.74821;98;20220318;15.3;10.9;13.1;3.9;10.69;.5;1.87;7029
+62105;42.0286;8.74821;98;20220319;14.6;9.6;12.1;4.4;9.99;0;1.92;9418
+62105;42.0286;8.74821;98;20220320;15.3;8.3;11.8;3.5;10.16;.3;2.03;11504
+62105;42.0286;8.74821;98;20220321;15.7;3.9;9.8;4;6.86;0;3.08;19025
+62105;42.0286;8.74821;98;20220322;16;2.4;9.2;3.9;6.66;0;3.18;20820
+62105;42.0286;8.74821;98;20220323;16.1;3.5;9.8;3.7;7.79;0;3.04;21217
+62105;42.0286;8.74821;98;20220324;17.6;3.7;10.7;4.2;7.59;0;3.44;21453
+62105;42.0286;8.74821;98;20220325;18.8;5.1;11.9;4.5;7.72;0;3.65;20498
+62105;42.0286;8.74821;98;20220326;16;5.3;10.6;4.6;8.22;.2;2.81;13625
+62105;42.0286;8.74821;98;20220327;21.2;10.7;16;4.6;8.56;.3;4.35;17773
+62105;42.0286;8.74821;98;20220328;18.7;8.3;13.5;2.7;8.89;0;3.45;21373
+62105;42.0286;8.74821;98;20220329;17.9;6.8;12.3;3.8;9.29;6.3;2.93;16627
+62105;42.0286;8.74821;98;20220330;16.7;10.4;13.5;2.8;13.19;12.1;1.56;8110
+62105;42.0286;8.74821;98;20220331;16;11.8;13.9;6.4;12.19;1.9;2.42;12186
+62105;42.0286;8.74821;98;20220401;13.7;11.9;12.8;10.9;8.09;13.4;3.87;9017
+62105;42.0286;8.74821;98;20220402;11.2;6.4;8.8;7.4;7.58;7.3;2.41;6400
+62105;42.0286;8.74821;98;20220403;11.8;4.6;8.2;5.4;7.46;.3;2.39;13606
+62105;42.0286;8.74821;98;20220404;14.6;3.6;9.1;3.7;7.12;0;3.19;21532
+62105;42.0286;8.74821;98;20220405;15.1;3.4;9.3;3.6;8.02;0;3.12;23741
+62105;42.0286;8.74821;98;20220406;13.2;4.7;9;3.6;9.16;1.4;1.73;9788
+62105;42.0286;8.74821;98;20220407;17.5;6.7;12.1;8.6;10.62;0;3.12;20108
+62105;42.0286;8.74821;98;20220408;18.9;11.3;15.1;7.7;12.09;0;4.05;19363
+62105;42.0286;8.74821;98;20220409;15.6;13;14.3;9.3;9.09;0;4.14;15126
+62105;42.0286;8.74821;98;20220410;16;6.1;11.1;3.9;7.76;0;3.58;22408
+62105;42.0286;8.74821;98;20220411;17.9;4.6;11.2;4.5;8.99;0;3.61;24487
+62105;42.0286;8.74821;98;20220412;18;6.4;12.2;4.9;10.39;0;3.19;20676
+62105;42.0286;8.74821;98;20220413;19.1;8.8;13.9;4.4;11.06;0;3.47;20510
+62105;42.0286;8.74821;98;20220414;19;7.9;13.4;3.7;10.79;0;3.46;20475
+62105;42.0286;8.74821;98;20220415;20.8;9.5;15.2;3.1;10.26;0;4.12;23281
+62105;42.0286;8.74821;98;20220416;20.7;8.8;14.7;3.8;10.96;0;4.23;24642
+62105;42.0286;8.74821;98;20220417;18.2;12.5;15.4;6.2;6.99;0;5.42;20708
+62105;42.0286;8.74821;98;20220418;18;6.8;12.4;3.9;8.32;0;4.11;25520
+62105;42.0286;8.74821;98;20220419;19.1;7.9;13.5;4.2;10.69;0;3.8;22864
+62105;42.0286;8.74821;98;20220420;20.8;8.9;14.8;4.4;11.96;0;3.23;17891
+62105;42.0286;8.74821;98;20220421;17;11.2;14.1;5;13.29;15.1;2.44;13694
+62105;42.0286;8.74821;98;20220422;16.9;11.3;14.1;4.2;12.92;0;2.4;14379
+62105;42.0286;8.74821;98;20220423;21.4;9.5;15.5;4.9;12.26;12.8;3.62;17761
+62105;42.0286;8.74821;98;20220424;15.4;12.7;14;8.8;11.5;9.2;3.05;12968
+62105;42.0286;8.74821;98;20220425;18.5;12.5;15.5;5;12.42;0;4;23134
+62105;42.0286;8.74821;98;20220426;20.4;9.2;14.8;3.3;11.39;0;4.19;25328
+62105;42.0286;8.74821;98;20220427;19.7;9;14.4;3.7;12.26;0;3.92;26511
+62105;42.0286;8.74821;98;20220428;21.6;9.6;15.6;4.3;11.46;0;4.75;26568
+62105;42.0286;8.74821;98;20220429;21.5;9.4;15.5;4.6;9.59;0;5.22;26561
+62105;42.0286;8.74821;98;20220430;19.6;9.5;14.5;3.7;11.69;0;4.01;25362
+62105;42.0286;8.74821;98;20220501;20.2;10.3;15.2;3.4;12.36;.3;3.99;24457
+62105;42.0286;8.74821;98;20220502;19.8;9.4;14.6;2.9;12.06;0;4.12;27350
+62105;42.0286;8.74821;98;20220503;21.6;9.9;15.7;3;12.39;0;4.43;27394
+62105;42.0286;8.74821;98;20220504;21.1;11.5;16.3;3.2;13.19;.7;3.78;22094
+62105;42.0286;8.74821;98;20220505;16.4;13.9;15.2;2.9;14.79;18.5;1.3;3600
+62105;42.0286;8.74821;98;20220506;19.5;12.5;16;5.1;14.32;0;2.55;14310
+62105;42.0286;8.74821;98;20220507;20.7;14.7;17.7;3.8;14.22;0;3.51;15985
+62105;42.0286;8.74821;98;20220508;21.5;12.2;16.8;3.2;13.49;1.4;4.08;22541
+62105;42.0286;8.74821;98;20220509;22;12.1;17.1;2.8;13.62;0;4.47;26410
+62105;42.0286;8.74821;98;20220510;22.4;11.8;17.1;3;14.22;.2;4.61;28309
+62105;42.0286;8.74821;98;20220511;22.8;12.8;17.8;3.4;13.96;0;4.57;25405
+62105;42.0286;8.74821;98;20220512;23.3;12.4;17.8;3;13.82;0;4.88;29067
+62105;42.0286;8.74821;98;20220513;24.2;11.2;17.7;2.9;13.12;0;5.17;29274
+62105;42.0286;8.74821;98;20220514;23.7;11.5;17.6;2.8;13.32;0;5.08;29380
+62105;42.0286;8.74821;98;20220515;23.7;11.1;17.4;3;13.66;0;5.03;29250
+62105;42.0286;8.74821;98;20220516;24.6;13.3;19;2.7;14.99;0;5.13;28890
+62105;42.0286;8.74821;98;20220517;24.9;14.2;19.6;2.9;15.66;0;4.99;26773
+62105;42.0286;8.74821;98;20220518;26.4;13.9;20.2;2.7;15.06;0;5.56;29218
+62105;42.0286;8.74821;98;20220519;26.4;15.5;20.9;4.2;16.22;0;5.66;28132
+62105;42.0286;8.74821;98;20220520;27.8;15.5;21.7;3.4;17.19;.1;5.83;29543
+62105;42.0286;8.74821;98;20220521;25.6;15;20.3;3.8;17.02;0;5.01;27497
+62105;42.0286;8.74821;98;20220522;26.2;15;20.6;3.3;16.59;.2;5.26;28361
+62105;42.0286;8.74821;98;20220523;29;14.9;21.9;3.5;15.79;0;6.04;28828
+62105;42.0286;8.74821;98;20220524;26.6;17.5;22;3.9;18.19;.1;5.29;26554
+62105;42.0286;8.74821;98;20220525;26.3;16.2;21.2;3.1;18.46;0;4.81;24705
+62105;42.0286;8.74821;98;20220526;26.7;18.9;22.8;3;20.42;0;4.42;20419
+62105;42.0286;8.74821;98;20220527;32.7;19.2;26;3.7;18.19;0;5.03;14597
+62105;42.0286;8.74821;98;20220528;28.8;20.6;24.7;3.4;17.09;0;6.37;27136
+62105;42.0286;8.74821;98;20220529;24;16.9;20.4;4.2;18.19;.1;4.11;19456
+62105;42.0286;8.74821;98;20220530;27.6;16.4;22;3.4;15.52;0;5.96;27449
+62105;42.0286;8.74821;98;20220531;25.7;16;20.8;3.3;17.66;0;4.98;25922
+62105;42.0286;8.74821;98;20220601;26.8;16.6;21.7;2.9;19.22;0;5.53;29361
+62105;42.0286;8.74821;98;20220602;27.8;16.7;22.2;4.1;19.82;0;5.49;28343
+62105;42.0286;8.74821;98;20220603;31.6;20.9;26.3;4.4;20.02;0;5.25;18137
+62105;42.0286;8.74821;98;20220604;34.3;20.9;27.6;4.1;19.59;0;6.7;24445
+62105;42.0286;8.74821;98;20220605;33.1;22.9;28;4.4;20.79;0;6.44;22993
+62105;42.0286;8.74821;98;20220606;27.8;19.8;23.8;5;17.99;0;6;25425
+62105;42.0286;8.74821;98;20220607;27.3;19.1;23.2;5.3;16.89;0;6.85;29473
+62105;42.0286;8.74821;98;20220608;26.8;19.3;23;6.5;16.42;0;5.97;20875
+62105;42.0286;8.74821;98;20220609;25.5;19.2;22.4;6.3;16.36;0;5.73;23687
+62105;42.0286;8.74821;98;20220610;27;15.3;21.1;3.5;16.12;0;6.11;30942
+62105;42.0286;8.74821;98;20220611;27.3;16.5;21.9;3.3;15.96;0;5.99;28788
+62105;42.0286;8.74821;98;20220612;28.8;16.6;22.7;3.5;15.09;0;6.56;29690
+62105;42.0286;8.74821;98;20220613;29.2;17.5;23.3;4.4;17.42;0;6.19;27106
+62105;42.0286;8.74821;98;20220614;27;18;22.5;2.9;21.09;.1;5.37;28109
+62105;42.0286;8.74821;98;20220615;29.2;17.3;23.2;2.6;20.29;0;5.86;28929
+62105;42.0286;8.74821;98;20220616;28.1;18.6;23.4;2.9;19.66;0;6.04;30533
+62105;42.0286;8.74821;98;20220617;30.1;18.1;24.1;2.8;19.06;0;6.46;30572
+62105;42.0286;8.74821;98;20220618;31.4;19.7;25.5;3.4;19.32;0;6.87;30612
+62105;42.0286;8.74821;98;20220619;30.7;20.3;25.5;3;19.49;0;6.76;30198
+62105;42.0286;8.74821;98;20220620;30.9;19.4;25.2;3;20.29;0;6.62;29976
+62105;42.0286;8.74821;98;20220621;32.3;19.9;26.1;3.5;18.89;0;6.83;27779
+62105;42.0286;8.74821;98;20220622;30.8;21.6;26.2;3.8;20.52;0;5.86;23999
+62105;42.0286;8.74821;98;20220623;29.5;21.2;25.3;3.4;22.62;.5;4.51;17096
+62105;42.0286;8.74821;98;20220624;30;19.6;24.8;4.5;20.96;.3;6.22;26776
+62105;42.0286;8.74821;98;20220625;30.1;21.1;25.6;3.8;20.52;0;6.23;25301
+62105;42.0286;8.74821;98;20220626;33.3;20.5;26.9;4.5;20.56;0;6.5;25426
+62105;42.0286;8.74821;98;20220627;32.9;22.9;27.9;4.1;23.82;0;6.17;23632
+62105;42.0286;8.74821;98;20220628;30.7;24;27.4;4.5;24.39;3.2;5.55;20723
+62105;42.0286;8.74821;98;20220629;29.1;20.8;25;5.6;19.86;0;6.44;25903
+62105;42.0286;8.74821;98;20220630;29.3;17.3;23.3;3.6;18.89;0;6.38;30737
+62105;42.0286;8.74821;98;20220701;30.4;19.6;25;3.7;19.86;0;6.57;30087
+62105;42.0286;8.74821;98;20220702;28.7;18;23.3;3.5;19.32;0;5.94;28335
+62105;42.0286;8.74821;98;20220703;33.1;18.6;25.8;2.9;18.82;0;7.1;30326
+62105;42.0286;8.74821;98;20220704;32.2;19.8;26;3;18.49;0;6.94;29414
+62105;42.0286;8.74821;98;20220705;31.7;20.4;26.1;4.7;18.99;0;7.49;30539
+62105;42.0286;8.74821;98;20220706;30.6;22.9;26.8;4.7;21.46;0;6.62;26742
+62105;42.0286;8.74821;98;20220707;29;20.3;24.7;4.2;21.09;0;5.9;26889
+62105;42.0286;8.74821;98;20220708;30.7;19.6;25.2;3.5;19.32;0;6.76;29446
+62105;42.0286;8.74821;98;20220709;31;18.3;24.7;3.2;15.16;0;7.15;30680
+62105;42.0286;8.74821;98;20220710;30.7;18.3;24.5;3.1;16.86;0;6.87;30470
+62105;42.0286;8.74821;98;20220711;30.9;17.8;24.4;3.4;17.29;0;7.01;30864
+62105;42.0286;8.74821;98;20220712;29;19.6;24.3;3.7;19.82;0;6.48;30502
+62105;42.0286;8.74821;98;20220713;30.4;19.6;25;3;21.69;0;6.23;29385
+62105;42.0286;8.74821;98;20220714;30.4;20.3;25.3;3;22.92;0;6.3;30307
+62105;42.0286;8.74821;98;20220715;31;20.5;25.8;3.9;22.19;0;6.14;26724
+62105;42.0286;8.74821;98;20220716;29.9;19.9;24.9;3.8;23.39;0;5.8;27558
+62105;42.0286;8.74821;98;20220717;31.4;20.7;26;3.3;24.09;0;6.39;29261
+62105;42.0286;8.74821;98;20220718;33.5;21.4;27.4;3.7;23.09;0;7.21;29970
+62105;42.0286;8.74821;98;20220719;35;21.5;28.3;3.7;21.42;0;7.68;29916
+62105;42.0286;8.74821;98;20220720;35.2;21.8;28.5;3.6;20.96;0;7.72;29660
+62105;42.0286;8.74821;98;20220721;32.7;22.4;27.6;3.4;22.56;0;6.37;26518
+62105;42.0286;8.74821;98;20220722;32;21.1;26.6;3.4;23.66;0;6.45;29576
+62105;42.0286;8.74821;98;20220723;32.8;20.7;26.7;3.9;22.32;0;6.49;26047
+62105;42.0286;8.74821;98;20220724;31.9;21.9;26.9;4.4;23.22;0;6.17;25355
+62105;42.0286;8.74821;98;20220725;32.3;21;26.7;4.3;22.82;0;6.72;29320
+62105;42.0286;8.74821;98;20220726;32.3;22.9;27.6;5.9;22.46;0;7.04;25904
+62105;42.0286;8.74821;98;20220727;30.5;21.4;26;5.3;20.22;0;6.52;25361
+62105;42.0286;8.74821;98;20220728;30.2;19.5;24.9;4.1;20.72;0;6.31;29216
+62105;42.0286;8.74821;98;20220729;32.8;20.4;26.6;3.2;20.82;0;6.76;28968
+62105;42.0286;8.74821;98;20220730;31;22.8;26.9;5.4;20.82;0;6.67;25018
+62105;42.0286;8.74821;98;20220731;30.7;20.2;25.4;3.3;21.86;0;6.29;28997
+62105;42.0286;8.74821;98;20220801;33;20.6;26.8;2.8;21.46;0;6.62;28788
+62105;42.0286;8.74821;98;20220802;30.8;21.4;26.1;3.6;22.52;0;5.96;25539
+62105;42.0286;8.74821;98;20220803;33;20.7;26.9;2.7;21.79;0;6.54;28497
+62105;42.0286;8.74821;98;20220804;32.6;21;26.8;2.8;21.72;0;6.49;28382
+62105;42.0286;8.74821;98;20220805;33.2;21.5;27.3;3.2;21.66;0;6.5;26672
+62105;42.0286;8.74821;98;20220806;31.1;21;26.1;3.7;23.09;0;5.77;25062
+62105;42.0286;8.74821;98;20220807;31.8;22.9;27.3;3.1;25.96;0;5.73;25243
+62105;42.0286;8.74821;98;20220808;32.9;22.4;27.7;3;23.76;1.9;6.3;26786
+62105;42.0286;8.74821;98;20220809;32.6;21.7;27.2;3.3;20.82;.7;6.69;27427
+62105;42.0286;8.74821;98;20220810;32.2;21.4;26.8;3.6;20.96;.1;6.6;26800
+62105;42.0286;8.74821;98;20220811;32.2;20.8;26.5;3.2;19.32;.3;6.34;25441
+62105;42.0286;8.74821;98;20220812;30.9;20.6;25.7;3.3;19.79;.2;5.91;25415
+62105;42.0286;8.74821;98;20220813;30;19.2;24.6;3.1;22.86;.5;5.1;24304
+62105;42.0286;8.74821;98;20220814;31.1;21.5;26.3;3.1;22.99;3.4;5.29;22737
+62105;42.0286;8.74821;98;20220815;32.3;22.2;27.3;3.6;24.52;.9;5.61;22988
+62105;42.0286;8.74821;98;20220816;31.2;22.5;26.9;3.2;25.16;0;5.6;25093
+62105;42.0286;8.74821;98;20220817;33.8;21.8;27.8;4.6;22.79;0;5.75;20788
+62105;42.0286;8.74821;98;20220818;30.3;24.2;27.2;4.6;23.09;20;5.38;19091
+62105;42.0286;8.74821;98;20220819;27.6;19.7;23.6;5.9;20.22;3.6;5.16;21293
+62105;42.0286;8.74821;98;20220820;28.5;19.9;24.2;4.6;20.19;0;5.2;22133
+62105;42.0286;8.74821;98;20220821;28.9;20.5;24.7;4.4;22.19;0;5.38;25388
+62105;42.0286;8.74821;98;20220822;29.4;20.7;25.1;3.1;21.69;0;5.14;23321
+62105;42.0286;8.74821;98;20220823;29;19.6;24.3;3.1;21.59;0;5.23;25621
+62105;42.0286;8.74821;98;20220824;30.5;20;25.2;3;20.89;0;5.53;25125
+62105;42.0286;8.74821;98;20220825;30.1;19.7;24.9;3.1;21.06;0;5.25;24037
+62105;42.0286;8.74821;98;20220826;30;20.3;25.1;3.2;21.92;0;5.24;24848
+62105;42.0286;8.74821;98;20220827;28.9;20.5;24.7;3.4;23.69;.1;4.57;21541
+62105;42.0286;8.74821;98;20220828;29;20.9;25;3.6;23.32;.1;4.75;22439
+62105;42.0286;8.74821;98;20220829;30.4;19.6;25;3;22.32;0;4.97;23362
+62105;42.0286;8.74821;98;20220830;31.2;20.3;25.8;3.1;21.69;0;5.25;22532
+62105;42.0286;8.74821;98;20220831;28.9;19.3;24.1;4.5;21.02;5.9;4.45;17416
+62105;42.0286;8.74821;98;20220901;28.5;21.1;24.8;4.2;22.52;0;4.62;21196
+62105;42.0286;8.74821;98;20220902;29.1;20.4;24.7;2.7;22.72;.6;4.36;20613
+62105;42.0286;8.74821;98;20220903;29.5;21;25.3;2.8;22.76;0;4.48;20581
+62105;42.0286;8.74821;98;20220904;30;20.3;25.2;3.3;22.06;.2;4.98;23070
+62105;42.0286;8.74821;98;20220905;30.9;19.7;25.3;3.9;21.56;0;4.63;18610
+62105;42.0286;8.74821;98;20220906;30.5;20.8;25.6;3.5;22.42;0;4.71;20031
+62105;42.0286;8.74821;98;20220907;30.1;21;25.6;2.7;23.92;.1;4.49;20807
+62105;42.0286;8.74821;98;20220908;30.3;20.9;25.6;4;23.16;.1;4.31;16202
+62105;42.0286;8.74821;98;20220909;29.1;21.3;25.2;6.5;17.69;.2;6.27;20088
+62105;42.0286;8.74821;98;20220910;27.4;21.3;24.3;7.3;17.42;0;5.97;18325
+62105;42.0286;8.74821;98;20220911;28;20.3;24.2;5.8;17.22;0;5.71;20714
+62105;42.0286;8.74821;98;20220912;27.6;16.7;22.2;2.8;17.56;0;4.42;21808
+62105;42.0286;8.74821;98;20220913;28.8;17.2;23;3.5;20.49;0;4.33;20939
+62105;42.0286;8.74821;98;20220914;32.9;20;26.4;4.1;21.89;4.8;4.76;17621
+62105;42.0286;8.74821;98;20220915;29.7;23.1;26.4;4.8;22.12;.6;4.19;10073
+62105;42.0286;8.74821;98;20220916;28.5;21.9;25.2;7.9;19.86;.9;5.98;18927
+62105;42.0286;8.74821;98;20220917;25.3;20.9;23.1;8.4;13.29;0;6.48;18548
+62105;42.0286;8.74821;98;20220918;25.9;14.5;20.2;3.4;12.66;0;4.55;20331
+62105;42.0286;8.74821;98;20220919;27.4;15.5;21.5;4.3;14.52;0;4.55;16640
+62105;42.0286;8.74821;98;20220920;26.5;15.4;20.9;3;15.69;0;3.99;18843
+62105;42.0286;8.74821;98;20220921;27.1;15.3;21.2;3.7;14.29;.1;4.56;19604
+62105;42.0286;8.74821;98;20220922;24.9;15.8;20.3;4.7;11.89;0;4.9;19203
+62105;42.0286;8.74821;98;20220923;24.6;13.4;19;3.6;11.32;2.2;4.37;19874
+62105;42.0286;8.74821;98;20220924;23;14.5;18.8;2.3;15.59;26.1;2.22;7955
+62105;42.0286;8.74821;98;20220925;24.2;16.2;20.2;3.3;18.36;.8;2.78;14159
+62105;42.0286;8.74821;98;20220926;24.3;17.3;20.8;6.1;15.69;.5;4.06;13184
+62105;42.0286;8.74821;98;20220927;21.7;17;19.3;11.2;13.56;5.9;4.94;11290
+62105;42.0286;8.74821;98;20220928;22;17.3;19.7;8.5;15.09;2.6;3.79;9299
+62105;42.0286;8.74821;98;20220929;22.4;17;19.7;5;16.49;16.5;3.19;12563
+62105;42.0286;8.74821;98;20220930;20.5;14.3;17.4;3;15.72;9.5;1.88;6239
+62105;42.0286;8.74821;98;20221001;21.3;14.9;18.1;7.7;13.49;.8;4;15158
+62105;42.0286;8.74821;98;20221002;25.5;17.2;21.4;7.7;16.26;0;4.51;14923
+62105;42.0286;8.74821;98;20221003;23.8;16.4;20.1;4.3;16.89;0;3.22;14226
+62105;42.0286;8.74821;98;20221004;24.3;14.9;19.6;2.9;17.86;0;2.94;17550
+62105;42.0286;8.74821;98;20221005;24.7;14.7;19.7;3.6;17.22;0;3.12;17230
+62105;42.0286;8.74821;98;20221006;23.7;13.9;18.8;3.3;16.86;0;2.95;17506
+62105;42.0286;8.74821;98;20221007;24.2;14.5;19.4;3.2;16.52;0;3.06;17058
+62105;42.0286;8.74821;98;20221008;24.2;13.5;18.9;3;16.22;.5;2.89;15909
+62105;42.0286;8.74821;98;20221009;24.4;16.6;20.5;3.2;17.66;3.1;2.41;9223
+62105;42.0286;8.74821;98;20221010;24.3;17.2;20.7;3.6;17.56;5.9;3.02;15038
+62105;42.0286;8.74821;98;20221011;23.9;14.6;19.3;3.4;16.96;0;2.62;13236
+62105;42.0286;8.74821;98;20221012;20.4;14.8;17.6;3.2;17.32;5.6;1.47;5700
+62105;42.0286;8.74821;98;20221013;22.6;14.6;18.6;3.4;16.82;0;2.38;14019
+62105;42.0286;8.74821;98;20221014;23.6;16.3;20;4.9;16.29;0;3.04;11621
+62105;42.0286;8.74821;98;20221015;24.3;15.4;19.9;4;16.59;.1;2.96;14212
+62105;42.0286;8.74821;98;20221016;24.1;14.6;19.3;3.2;16.89;0;2.58;14010
+62105;42.0286;8.74821;98;20221017;23.9;14.8;19.4;3.8;17.32;0;2.63;14227
+62105;42.0286;8.74821;98;20221018;24.6;14.2;19.4;3.1;17.22;0;2.56;14344
+62105;42.0286;8.74821;98;20221019;23.3;14;18.7;2.9;16.89;.1;2.34;14543
+62105;42.0286;8.74821;98;20221020;23.3;13.8;18.5;3.1;16.86;0;2.32;13821
+62105;42.0286;8.74821;98;20221021;26.5;15.1;20.8;3.4;16.02;0;2.77;10398
+62105;42.0286;8.74821;98;20221022;28.1;16.6;22.4;3;14.56;0;3.45;14134
+62105;42.0286;8.74821;98;20221023;28.5;16.9;22.7;3.7;15.19;0;3.64;12668
+62105;42.0286;8.74821;98;20221024;29.4;15.5;22.4;3.9;13.66;0;4.22;12810
+62105;42.0286;8.74821;98;20221025;26.7;16.6;21.7;4.2;14.76;0;3.55;10771
+62105;42.0286;8.74821;98;20221026;27.9;14.4;21.2;2.9;13.59;0;3.28;12770
+62105;42.0286;8.74821;98;20221027;24.4;14.3;19.4;3.8;14.89;.1;2.69;11956
+62105;42.0286;8.74821;98;20221028;23.5;13.1;18.3;3.3;15.86;0;2.21;11441
+62105;42.0286;8.74821;98;20221029;23.4;12.9;18.2;3.6;16.39;0;2.23;12722
+62105;42.0286;8.74821;98;20221030;24.3;13.2;18.8;3.8;14.69;0;2.74;13202
+62105;42.0286;8.74821;98;20221031;22.9;12;17.5;2.8;13.26;0;2.34;12465
+62105;42.0286;8.74821;98;20221101;22.9;11.6;17.3;2.6;14.09;.5;2.09;10101
+62105;42.0286;8.74821;98;20221102;23.5;13.9;18.7;2.8;15.59;.1;2.08;11244
+62105;42.0286;8.74821;98;20221103;22.9;14.5;18.7;3.1;16.36;17.7;1.95;9594
+62105;42.0286;8.74821;98;20221104;19.7;15.8;17.7;7.9;13.62;12.3;3.05;8479
+62105;42.0286;8.74821;98;20221105;20.7;9.7;15.2;3.4;10.49;.2;2.41;11178
+62105;42.0286;8.74821;98;20221106;21;9.5;15.3;3.8;9.96;0;2.67;12083
+62105;42.0286;8.74821;98;20221107;22.5;12.3;17.4;3.7;13.39;0;2.37;10273
+62105;42.0286;8.74821;98;20221108;22.2;12;17.1;3.2;13.99;.2;2.04;11061
+62105;42.0286;8.74821;98;20221109;22.2;12.2;17.2;3.1;13.96;1.2;2;10428
+62105;42.0286;8.74821;98;20221110;22.1;14.6;18.3;2.8;16.59;0;1.59;8478
+62105;42.0286;8.74821;98;20221111;22.6;13;17.8;3.6;15.62;0;1.88;10297
+62105;42.0286;8.74821;98;20221112;20.6;12.5;16.5;2.9;13.82;0;1.67;8222
+62105;42.0286;8.74821;98;20221113;19.7;13;16.3;3.8;11.39;2.4;2.23;6824
+62105;42.0286;8.74821;98;20221114;19.8;9.6;14.7;2.9;11.49;12.9;1.76;9441
+62105;42.0286;8.74821;98;20221115;19.8;11.8;15.8;2.7;14.66;44.9;1.25;4305
+62105;42.0286;8.74821;98;20221116;21.1;15.1;18.1;5;16.06;5.9;1.88;7870
+62105;42.0286;8.74821;98;20221117;21.3;14.2;17.7;5.4;13.66;7.2;2.59;7173
+62105;42.0286;8.74821;98;20221118;18.6;14.3;16.4;7.2;13.49;.3;2.3;8239
+62105;42.0286;8.74821;98;20221119;17.9;11.8;14.8;3.5;11.06;0;1.83;5651
+62105;42.0286;8.74821;98;20221120;17.9;8.9;13.4;3.7;10.72;.2;1.73;7871
+62105;42.0286;8.74821;98;20221121;17.6;9.4;13.5;6.7;11.29;49.3;2.02;7959
+62105;42.0286;8.74821;98;20221122;15;11.6;13.3;10;11.56;13.1;2.01;3600
+62105;42.0286;8.74821;98;20221123;16.2;12.6;14.4;8.2;11.26;3.7;2.37;4437
+62105;42.0286;8.74821;98;20221124;18.1;11.8;15;6;10.66;1.1;2.52;8493
+62105;42.0286;8.74821;98;20221125;14.9;9.8;12.3;3.4;12.02;24.8;1.13;3209
+62105;42.0286;8.74821;98;20221126;17.8;10.5;14.2;4.9;10.09;.2;2.11;7483
+62105;42.0286;8.74821;98;20221127;17.2;6.9;12.1;3.9;7.66;0;2.1;9237
+62105;42.0286;8.74821;98;20221128;14.9;6.5;10.7;2.7;8.99;0;1.3;5247
+62105;42.0286;8.74821;98;20221129;13.9;8.7;11.3;3.3;9.66;3.8;1.33;4971
+62105;42.0286;8.74821;98;20221130;15.2;6.2;10.7;4;9.09;0;1.49;7699
+62105;42.0286;8.74821;98;20221201;14.7;6.4;10.5;3.5;8.22;0;1.57;6457
+62105;42.0286;8.74821;98;20221202;15.8;6.3;11;3.6;8.82;.3;1.54;5928
+62105;42.0286;8.74821;98;20221203;18.6;8.8;13.7;3.4;10.36;5;1.61;6900
+62105;42.0286;8.74821;98;20221204;18;9.6;13.8;2.8;11.72;17.6;1.27;6877
+62105;42.0286;8.74821;98;20221205;19;12.3;15.6;2.9;12.12;5.4;1.52;6608
+62105;42.0286;8.74821;98;20221206;17.7;9.1;13.4;3;11.92;0;1.15;8002
+62105;42.0286;8.74821;98;20221207;17.2;9;13.1;4.4;11.06;0;1.47;7786
+62105;42.0286;8.74821;98;20221208;15.3;8.2;11.8;3.7;10.12;4.1;1.47;3821
+62105;42.0286;8.74821;98;20221209;18.1;11;14.5;3.8;13.39;22.8;1.28;5058
+62105;42.0286;8.74821;98;20221210;15.4;12.5;14;4.4;13.12;7.4;1.15;1994
+62105;42.0286;8.74821;98;20221211;13.3;8.6;10.9;8.5;8.09;0;2.5;5223
+62105;42.0286;8.74821;98;20221212;14.8;5.2;10;4.4;7.52;6.8;1.8;7997
+62105;42.0286;8.74821;98;20221213;12.6;7.4;10;4.4;10.8;10.2;.82;3064
+62105;42.0286;8.74821;98;20221214;16.1;10.6;13.4;3.7;13.16;7.3;.84;4009
+62105;42.0286;8.74821;98;20221215;17.1;10;13.5;4.9;13.39;35.7;1.18;2963
+62105;42.0286;8.74821;98;20221216;15.8;12.1;14;5.3;12.92;21.5;1.41;3644
+62105;42.0286;8.74821;98;20221217;16.5;11.4;13.9;5.4;10.89;.4;1.89;6801
+62105;42.0286;8.74821;98;20221218;16.8;7;11.9;2.6;10.22;0;1.1;8140
+62105;42.0286;8.74821;98;20221219;15.9;6.6;11.3;2.5;10.52;0;.93;7870
+62105;42.0286;8.74821;98;20221220;16.6;6.5;11.6;2.5;10.16;0;1.02;8451
+62105;42.0286;8.74821;98;20221221;15.3;6.9;11.1;3.2;10.92;9.9;1.01;4304
+62105;42.0286;8.74821;98;20221222;17.5;11;14.3;7.2;12.99;.1;1.47;6799
+62105;42.0286;8.74821;98;20221223;18.6;13.4;16;7.1;13.69;.1;2.04;4645
+62105;42.0286;8.74821;98;20221224;19;13.8;16.4;7.3;13.56;0;2.03;5991
+62105;42.0286;8.74821;98;20221225;17.7;9.9;13.8;3.5;12.59;0;1.13;7077
+62105;42.0286;8.74821;98;20221226;19.3;8.5;13.9;3.6;11.76;0;1.42;8105
+62105;42.0286;8.74821;98;20221227;18;10.2;14.1;5.1;11.39;0;1.9;7435
+62105;42.0286;8.74821;98;20221228;17.2;10.3;13.8;4.6;10.59;0;1.81;7504
+62105;42.0286;8.74821;98;20221229;18.5;8.5;13.5;2.9;10.69;.5;1.45;7985
+62105;42.0286;8.74821;98;20221230;18.1;10.2;14.2;5;12.52;.7;1.55;5515
+62105;42.0286;8.74821;98;20221231;18.5;12.1;15.3;3.2;13.19;0;1.32;6430
+62106;42.03656;8.99517;530;20220101;18.5;8.6;13.5;1.4;7.57;0;.91;7520
+62106;42.03656;8.99517;530;20220102;8.9;2.6;5.7;1.3;7.72;0;.36;6355
+62106;42.03656;8.99517;530;20220103;13.1;4.9;9;1.8;9.07;0;.52;7323
+62106;42.03656;8.99517;530;20220104;12;5.5;8.7;1.5;8.97;0;.5;6510
+62106;42.03656;8.99517;530;20220105;10.1;6.2;8.1;2.5;8.42;9.2;.61;4825
+62106;42.03656;8.99517;530;20220106;8.5;1.1;4.8;2.4;6.52;6.7;.55;7120
+62106;42.03656;8.99517;530;20220107;9.8;2;5.9;3.2;6.07;.1;.92;7332
+62106;42.03656;8.99517;530;20220108;9;.1;4.5;2.3;6.07;8.9;.63;7850
+62106;42.03656;8.99517;530;20220109;7.6;3.1;5.3;4.1;6.62;4;.73;5494
+62106;42.03656;8.99517;530;20220110;7.7;1.2;4.4;4.2;4.32;0;1.35;6796
+62106;42.03656;8.99517;530;20220111;10.4;4.5;7.4;4.7;3.57;0;2.21;6605
+62106;42.03656;8.99517;530;20220112;10.3;2.4;6.4;5;3.52;0;2.12;7672
+62106;42.03656;8.99517;530;20220113;11.1;2.1;6.6;2.6;3.62;0;1.47;8251
+62106;42.03656;8.99517;530;20220114;11.2;.5;5.9;1.8;5.47;0;.78;8634
+62106;42.03656;8.99517;530;20220115;13;1.8;7.4;1.6;5.92;0;.83;8908
+62106;42.03656;8.99517;530;20220116;11.8;1.5;6.7;1.6;6.32;0;.78;8102
+62106;42.03656;8.99517;530;20220117;12.1;0;6.1;1.8;5.62;0;.88;9034
+62106;42.03656;8.99517;530;20220118;12;1.5;6.7;1.4;6.12;0;.76;8554
+62106;42.03656;8.99517;530;20220119;10.9;1.4;6.1;2;7.07;1.1;.69;8500
+62106;42.03656;8.99517;530;20220120;5.2;5.1;5.2;1.3;7.27;.5;.47;970
+62106;42.03656;8.99517;530;20220121;10.8;.7;5.8;2.1;6.47;.2;.79;9078
+62106;42.03656;8.99517;530;20220122;9.7;1.3;5.5;2;6.12;0;.78;8680
+62106;42.03656;8.99517;530;20220123;11.5;1.5;6.5;1.8;5.97;0;.91;9197
+62106;42.03656;8.99517;530;20220124;11.1;1.4;6.2;2.3;6.66;0;.83;11054
+62106;42.03656;8.99517;530;20220125;10.7;-.3;5.2;1.9;7.16;0;.67;11171
+62106;42.03656;8.99517;530;20220126;8.7;1.8;5.3;1.1;7.02;0;.58;8278
+62106;42.03656;8.99517;530;20220127;11.3;3.2;7.2;1.6;7.02;0;.81;9112
+62106;42.03656;8.99517;530;20220128;12.6;2.1;7.3;2;6.67;0;1.03;10115
+62106;42.03656;8.99517;530;20220129;11.8;2.1;7;2.2;5.87;0;1.13;9741
+62106;42.03656;8.99517;530;20220130;11.8;1.1;6.5;1.9;6.57;0;.91;9765
+62106;42.03656;8.99517;530;20220131;10.4;1.9;6.1;2.1;6.62;.1;.91;9486
+62106;42.03656;8.99517;530;20220201;12.9;2.3;7.6;3.1;3.47;0;2;10587
+62106;42.03656;8.99517;530;20220202;16.6;1.9;9.3;1.9;4.97;0;1.56;11782
+62106;42.03656;8.99517;530;20220203;17.8;6.4;12.1;1.6;7.27;0;1.41;11195
+62106;42.03656;8.99517;530;20220204;13.6;3.7;8.7;1.6;8.62;0;.93;10742
+62106;42.03656;8.99517;530;20220205;13.1;4.3;8.7;1.6;8.42;0;.94;10465
+62106;42.03656;8.99517;530;20220206;12.2;3.8;8;2.1;8.07;.9;.98;10308
+62106;42.03656;8.99517;530;20220207;10.6;5.1;7.9;3.4;7.87;1.9;1;8316
+62106;42.03656;8.99517;530;20220208;12.8;3.8;8.3;2.2;6.87;0;1.26;11009
+62106;42.03656;8.99517;530;20220209;14.4;2.7;8.6;2;6.47;.1;1.39;11666
+62106;42.03656;8.99517;530;20220210;13.6;3.9;8.7;3.4;8.56;0;1.72;12234
+62106;42.03656;8.99517;530;20220211;10.8;3.6;7.2;3.9;9.12;0;1.57;12156
+62106;42.03656;8.99517;530;20220212;12.7;5.1;8.9;5.8;9.02;0;2.29;12961
+62106;42.03656;8.99517;530;20220213;11.7;4.9;8.3;2.5;8.92;.3;1.58;10194
+62106;42.03656;8.99517;530;20220214;12.7;5.8;9.2;2.9;9.56;13;1.73;10253
+62106;42.03656;8.99517;530;20220215;10.2;6;8.1;9.3;8.72;6.8;2.36;8678
+62106;42.03656;8.99517;530;20220216;10.8;1.5;6.2;1.9;7.22;.6;1.05;12252
+62106;42.03656;8.99517;530;20220217;16.1;5.2;10.6;1.8;9.32;0;1.39;13142
+62106;42.03656;8.99517;530;20220218;19.7;7.2;13.4;2.3;8.47;0;2.05;13509
+62106;42.03656;8.99517;530;20220219;15.3;5.6;10.4;1.4;9.07;0;1.33;12707
+62106;42.03656;8.99517;530;20220220;13.3;1.8;7.5;1.9;7.92;0;1.27;13711
+62106;42.03656;8.99517;530;20220221;9.9;4.4;7.1;4.5;7.47;5.2;1.2;9773
+62106;42.03656;8.99517;530;20220222;13.9;2.5;8.2;2.5;6.47;0;1.72;14531
+62106;42.03656;8.99517;530;20220223;16.9;4.2;10.5;2.3;6.07;0;2.08;14743
+62106;42.03656;8.99517;530;20220224;14.7;4.7;9.7;2.6;5.07;0;2.17;13134
+62106;42.03656;8.99517;530;20220225;12.2;2.6;7.4;2.1;7.07;0;1.45;13680
+62106;42.03656;8.99517;530;20220226;9.8;2;5.9;3.8;3.72;0;2.2;12471
+62106;42.03656;8.99517;530;20220227;10.1;1.2;5.6;3.7;3.27;0;2.33;13564
+62106;42.03656;8.99517;530;20220228;11.5;3.5;7.5;3.4;4.72;0;2.16;13292
+62106;42.03656;8.99517;530;20220301;9.3;3.2;6.2;5;5.29;0;2.56;13344
+62106;42.03656;8.99517;530;20220302;9.9;.7;5.3;3.1;6.06;0;2.04;15289
+62106;42.03656;8.99517;530;20220303;9.5;1.6;5.5;1.9;7.22;.1;1.64;12269
+62106;42.03656;8.99517;530;20220304;9.7;5;7.3;1.7;7.47;3.7;1.21;10589
+62106;42.03656;8.99517;530;20220305;9.7;2.5;6.1;3.2;4.47;0;1.99;13280
+62106;42.03656;8.99517;530;20220306;9;.5;4.7;4.2;4.99;.2;2.52;15034
+62106;42.03656;8.99517;530;20220307;9.3;-.2;4.6;2.2;4.62;0;1.71;15556
+62106;42.03656;8.99517;530;20220308;10;-.7;4.7;2.5;5.47;0;1.66;16350
+62106;42.03656;8.99517;530;20220309;10.7;-.3;5.2;2.2;5.37;0;1.75;16743
+62106;42.03656;8.99517;530;20220310;12.5;1.6;7;2;6.66;0;2.15;16362
+62106;42.03656;8.99517;530;20220311;14.4;3;8.7;2.3;4.72;.1;2.41;16765
+62106;42.03656;8.99517;530;20220312;11.7;4.4;8;4.1;5.27;.6;2.37;13041
+62106;42.03656;8.99517;530;20220313;13.1;4.5;8.8;3.6;6.77;4;2.1;14889
+62106;42.03656;8.99517;530;20220314;15.3;8;11.6;2.9;9.02;0;2.04;14271
+62106;42.03656;8.99517;530;20220315;15.4;8.4;11.9;2.7;8.12;0;2.31;14050
+62106;42.03656;8.99517;530;20220316;18.4;9.2;13.8;1.9;7.67;0;2.57;16705
+62106;42.03656;8.99517;530;20220317;16.4;9.4;12.9;3.2;6.97;.4;2.96;13963
+62106;42.03656;8.99517;530;20220318;12.1;9.4;10.8;6.8;10.36;3.3;2.42;4282
+62106;42.03656;8.99517;530;20220319;11.8;7.8;9.8;6.8;9.46;2.5;2.46;7201
+62106;42.03656;8.99517;530;20220320;12.7;6.9;9.8;5.3;9.49;1.7;2.7;12358
+62106;42.03656;8.99517;530;20220321;12.4;3.5;7.9;5.8;6.52;0;3.56;18487
+62106;42.03656;8.99517;530;20220322;13.3;2.2;7.7;5.2;6.26;0;3.73;20823
+62106;42.03656;8.99517;530;20220323;12.8;3.5;8.1;4;7.82;0;3.12;21220
+62106;42.03656;8.99517;530;20220324;14.3;4.1;9.2;3.6;8.02;0;3.25;21095
+62106;42.03656;8.99517;530;20220325;15.8;5.2;10.5;4.1;8.42;0;3.45;20180
+62106;42.03656;8.99517;530;20220326;13.1;5.7;9.4;5.3;8.16;1.1;3.04;12713
+62106;42.03656;8.99517;530;20220327;17.1;9.5;13.3;5.9;8.49;.2;4.34;13015
+62106;42.03656;8.99517;530;20220328;15.2;7.9;11.6;2.6;9.22;0;3.19;18806
+62106;42.03656;8.99517;530;20220329;14.6;6.3;10.5;3.8;9.42;8.4;2.85;15225
+62106;42.03656;8.99517;530;20220330;14.3;9;11.6;3.2;13.02;9.8;1.64;7125
+62106;42.03656;8.99517;530;20220331;12.8;9.2;11;7.8;11.99;3.1;2.32;10992
+62106;42.03656;8.99517;530;20220401;11.2;9.2;10.2;13.4;7.89;15.1;4.16;9779
+62106;42.03656;8.99517;530;20220402;8.6;2.4;5.5;6.6;7.34;8.9;2.38;10818
+62106;42.03656;8.99517;530;20220403;9.1;2.2;5.7;5.4;7.35;.2;2.39;13606
+62106;42.03656;8.99517;530;20220404;11.5;2.9;7.2;4.3;6.96;0;3.27;21043
+62106;42.03656;8.99517;530;20220405;12.3;3.1;7.7;3.4;8.02;0;3.17;23748
+62106;42.03656;8.99517;530;20220406;10;4.3;7.1;4.4;9.12;2;1.72;7499
+62106;42.03656;8.99517;530;20220407;14.4;5.4;9.9;11.2;10.32;.6;3.4;19037
+62106;42.03656;8.99517;530;20220408;16.6;9.5;13;10.5;11.82;.2;4.51;17943
+62106;42.03656;8.99517;530;20220409;12.9;10.5;11.7;9.3;8.98;0;4.14;15126
+62106;42.03656;8.99517;530;20220410;13.3;4.2;8.7;3.9;7.66;0;3.58;22408
+62106;42.03656;8.99517;530;20220411;14.7;4.2;9.5;4.2;8.96;0;3.61;24119
+62106;42.03656;8.99517;530;20220412;15.2;6.4;10.8;4.9;10.56;0;3;17355
+62106;42.03656;8.99517;530;20220413;15.9;8.2;12;4.5;10.76;0;3.35;17888
+62106;42.03656;8.99517;530;20220414;15.8;7.4;11.6;4;10.72;0;3.36;18562
+62106;42.03656;8.99517;530;20220415;18.5;8.8;13.6;3;10.39;0;4.03;21562
+62106;42.03656;8.99517;530;20220416;17.7;8.2;13;4.1;10.96;0;4.32;24651
+62106;42.03656;8.99517;530;20220417;15.2;9.8;12.5;7.5;7.36;0;5.45;21204
+62106;42.03656;8.99517;530;20220418;15;5.7;10.3;4.4;8.42;0;4.21;25548
+62106;42.03656;8.99517;530;20220419;15.3;7.5;11.4;3.9;11.16;0;3.42;21669
+62106;42.03656;8.99517;530;20220420;17.7;8;12.9;4.5;11.79;2.8;3.15;15830
+62106;42.03656;8.99517;530;20220421;13.8;9.6;11.7;6.2;12.82;23.3;2.38;10895
+62106;42.03656;8.99517;530;20220422;13.9;8.6;11.3;5.4;12.69;0;2.43;14572
+62106;42.03656;8.99517;530;20220423;18.6;8.3;13.5;5.4;11.92;8;3.75;15872
+62106;42.03656;8.99517;530;20220424;13.3;10;11.6;8.6;11.79;16.9;2.94;11730
+62106;42.03656;8.99517;530;20220425;15.5;10.2;12.9;6.5;12.22;0;4.11;22618
+62106;42.03656;8.99517;530;20220426;16.5;8.8;12.7;3.6;11.52;0;4.08;25066
+62106;42.03656;8.99517;530;20220427;17.5;8.5;13;3.6;12.19;0;4.06;26524
+62106;42.03656;8.99517;530;20220428;18.8;9.2;14;5.1;11.19;0;5.07;26581
+62106;42.03656;8.99517;530;20220429;18.5;9.4;14;5.7;9.59;0;5.5;25247
+62106;42.03656;8.99517;530;20220430;16.7;9.1;12.9;3.4;11.82;0;3.86;23561
+62106;42.03656;8.99517;530;20220501;16.9;9.7;13.3;3.1;12.36;.1;3.75;21971
+62106;42.03656;8.99517;530;20220502;17;8.9;12.9;2.7;11.96;.1;4.07;26112
+62106;42.03656;8.99517;530;20220503;18.6;9.3;13.9;2.9;12.26;1;4.26;24785
+62106;42.03656;8.99517;530;20220504;17.7;10.5;14.1;3.2;13.06;.9;3.68;20901
+62106;42.03656;8.99517;530;20220505;13.8;12.1;12.9;3.8;14.46;15.2;1.49;4007
+62106;42.03656;8.99517;530;20220506;16.7;11.3;14;4.8;11.02;4.3;2.89;17726
+62106;42.03656;8.99517;530;20220507;18.3;12.3;15.3;2.7;11.12;0;3.27;19760
+62106;42.03656;8.99517;530;20220508;18;10.1;14.1;1.8;11.07;3.2;3.29;22553
+62106;42.03656;8.99517;530;20220509;19.6;10.7;15.2;2.5;10.62;.1;3.82;24212
+62106;42.03656;8.99517;530;20220510;20.8;9.8;15.3;1.9;11.12;1.1;3.92;25791
+62106;42.03656;8.99517;530;20220511;21.5;10.2;15.9;2.1;11.27;0;4.13;26648
+62106;42.03656;8.99517;530;20220512;22.2;12;17.1;2.2;10.77;0;4.3;25495
+62106;42.03656;8.99517;530;20220513;22.8;11.3;17;2.3;8.02;0;4.75;26382
+62106;42.03656;8.99517;530;20220514;22.1;10.5;16.3;2.2;8.17;0;4.62;26961
+62106;42.03656;8.99517;530;20220515;22.6;10.9;16.8;2.3;9.52;0;4.57;26509
+62106;42.03656;8.99517;530;20220516;24.4;12.8;18.6;2.1;11.77;0;4.75;27020
+62106;42.03656;8.99517;530;20220517;25.3;14.2;19.7;2.3;11.27;0;4.94;26337
+62106;42.03656;8.99517;530;20220518;26.3;14.1;20.2;2.1;11.32;0;5.06;26787
+62106;42.03656;8.99517;530;20220519;27.8;15.4;21.6;2.1;12.62;0;5.21;27635
+62106;42.03656;8.99517;530;20220520;25.7;15.3;20.5;1.9;13.07;.5;4.86;26523
+62106;42.03656;8.99517;530;20220521;26.7;14;20.4;2.4;12.12;0;5.32;27740
+62106;42.03656;8.99517;530;20220522;27.6;15.1;21.4;2.3;9.87;.1;5.58;27406
+62106;42.03656;8.99517;530;20220523;30.8;15.9;23.3;2.4;7.92;0;6.35;28038
+62106;42.03656;8.99517;530;20220524;24.3;13.6;19;2.3;13.97;0;4.73;27771
+62106;42.03656;8.99517;530;20220525;26.1;15;20.6;1.9;14.82;.3;4.93;27705
+62106;42.03656;8.99517;530;20220526;26;16.7;21.4;2.1;13.37;1.2;5.08;26262
+62106;42.03656;8.99517;530;20220527;28.2;20.8;24.5;2.6;9.27;0;5.82;22475
+62106;42.03656;8.99517;530;20220528;29.6;19.6;24.6;1.8;12.17;1.2;5.58;26327
+62106;42.03656;8.99517;530;20220529;23.6;12.2;17.9;2;13.97;0;4.63;28600
+62106;42.03656;8.99517;530;20220530;25.7;11.3;18.5;2;10.72;0;5.26;29966
+62106;42.03656;8.99517;530;20220531;24.8;12.8;18.8;2;13.52;0;4.87;28583
+62106;42.03656;8.99517;530;20220601;27.8;14.5;21.2;2.1;12.87;0;5.51;29048
+62106;42.03656;8.99517;530;20220602;32;16.9;24.5;2.1;12.47;0;6.34;29761
+62106;42.03656;8.99517;530;20220603;29.6;21.1;25.3;1.7;13.92;.2;5.32;25124
+62106;42.03656;8.99517;530;20220604;32.5;21.4;26.9;1.7;13.37;0;5.98;27093
+62106;42.03656;8.99517;530;20220605;30.3;20;25.2;2;15.22;0;5.83;27524
+62106;42.03656;8.99517;530;20220606;27;15.5;21.2;2.4;13.42;0;5.39;27943
+62106;42.03656;8.99517;530;20220607;26.6;14.6;20.6;2.6;12.37;0;5.62;29057
+62106;42.03656;8.99517;530;20220608;23.7;14.1;18.9;2.5;13.12;.1;4.73;26679
+62106;42.03656;8.99517;530;20220609;22.4;14.6;18.5;2.8;13.32;.7;4.38;24418
+62106;42.03656;8.99517;530;20220610;27.1;13.1;20.1;2.7;10.97;0;5.69;28522
+62106;42.03656;8.99517;530;20220611;27.8;14.1;21;2.6;11.42;0;6.02;30259
+62106;42.03656;8.99517;530;20220612;28;14.8;21.4;2.5;11.57;0;5.8;28428
+62106;42.03656;8.99517;530;20220613;29.3;15.7;22.5;2.3;12.22;0;5.92;29096
+62106;42.03656;8.99517;530;20220614;28.7;16.8;22.8;2.1;13.92;.1;5.6;28173
+62106;42.03656;8.99517;530;20220615;29.8;17.4;23.6;2.3;13.02;0;5.97;28189
+62106;42.03656;8.99517;530;20220616;29.7;18;23.9;2.1;12.97;0;5.97;28573
+62106;42.03656;8.99517;530;20220617;31.3;18.3;24.8;2.3;14.12;0;6.21;28803
+62106;42.03656;8.99517;530;20220618;30.5;19.6;25.1;3;13.97;0;6.4;27123
+62106;42.03656;8.99517;530;20220619;28.7;18.3;23.5;2.4;14.12;0;5.76;27532
+62106;42.03656;8.99517;530;20220620;30.5;17.8;24.1;2;14.92;0;6;29591
+62106;42.03656;8.99517;530;20220621;34.8;18.7;26.7;2.3;11.27;0;7.22;31336
+62106;42.03656;8.99517;530;20220622;31.8;21.5;26.7;2;12.52;0;6.16;27046
+62106;42.03656;8.99517;530;20220623;27.5;19.2;23.4;2;16.27;.2;5.07;25168
+62106;42.03656;8.99517;530;20220624;28.2;16.7;22.5;2.4;14.77;0;5.65;28510
+62106;42.03656;8.99517;530;20220625;29.5;16.6;23;1.8;14.52;0;5.84;30165
+62106;42.03656;8.99517;530;20220626;35.9;19.6;27.8;2.3;13.57;0;7.29;31891
+62106;42.03656;8.99517;530;20220627;34.7;24.2;29.5;1.9;14.72;0;6.5;27712
+62106;42.03656;8.99517;530;20220628;27.6;22.6;25.1;2.9;17.92;2.9;4.78;19545
+62106;42.03656;8.99517;530;20220629;27.4;16.1;21.7;2.2;16.77;0;5.38;29418
+62106;42.03656;8.99517;530;20220630;30.2;16.3;23.3;2.4;11.27;0;6.3;29663
+62106;42.03656;8.99517;530;20220701;29.4;18.7;24.1;2.3;13.12;0;5.84;26819
+62106;42.03656;8.99517;530;20220702;30.2;16.4;23.3;2;13.22;0;6.02;29999
+62106;42.03656;8.99517;530;20220703;33.2;18.8;26;2.3;11.52;0;6.71;29297
+62106;42.03656;8.99517;530;20220704;33.3;19.2;26.2;2.3;11.07;0;6.63;28704
+62106;42.03656;8.99517;530;20220705;32.3;18.5;25.4;2.2;12.92;0;6.53;29819
+62106;42.03656;8.99517;530;20220706;32.7;18.4;25.6;2.4;13.72;0;6.67;30099
+62106;42.03656;8.99517;530;20220707;29.8;18;23.9;2.2;13.07;0;5.91;28364
+62106;42.03656;8.99517;530;20220708;28.6;16.7;22.6;2.3;15.42;.7;5.61;28877
+62106;42.03656;8.99517;530;20220709;27.7;15.6;21.7;2.4;12.17;0;5.57;27758
+62106;42.03656;8.99517;530;20220710;27.4;15.7;21.5;2;12.52;0;5.3;27024
+62106;42.03656;8.99517;530;20220711;30;17.1;23.6;2.2;12.32;0;5.99;28510
+62106;42.03656;8.99517;530;20220712;29;17.7;23.4;2.5;12.52;0;5.92;27742
+62106;42.03656;8.99517;530;20220713;29.8;17.6;23.7;2.2;14.37;0;5.93;28933
+62106;42.03656;8.99517;530;20220714;30.4;19.1;24.8;2.1;16.07;.2;5.79;28118
+62106;42.03656;8.99517;530;20220715;30.2;19;24.6;2.2;15.27;0;5.83;27627
+62106;42.03656;8.99517;530;20220716;31.4;19.3;25.4;2.4;14.37;0;6.16;27773
+62106;42.03656;8.99517;530;20220717;32.6;19.6;26.1;2.1;14.27;0;6.18;28051
+62106;42.03656;8.99517;530;20220718;33.1;20.6;26.8;2.3;15.17;0;6.31;28248
+62106;42.03656;8.99517;530;20220719;33.8;20.5;27.1;2.5;12.82;0;6.78;28437
+62106;42.03656;8.99517;530;20220720;33.4;21.6;27.5;2.3;12.52;0;6.43;27193
+62106;42.03656;8.99517;530;20220721;32.5;20.9;26.7;2.4;12.97;0;6.28;26898
+62106;42.03656;8.99517;530;20220722;32.1;20;26.1;2.3;14.12;0;6.02;26816
+62106;42.03656;8.99517;530;20220723;33;18.9;26;2.2;13.67;0;6.41;29405
+62106;42.03656;8.99517;530;20220724;31.1;19.5;25.3;2.4;15.27;0;5.91;27276
+62106;42.03656;8.99517;530;20220725;32.8;18.4;25.6;2.2;15.57;0;6.14;29035
+62106;42.03656;8.99517;530;20220726;32.6;18.9;25.8;2.3;14.47;0;6.26;28634
+62106;42.03656;8.99517;530;20220727;29;17.2;23.1;2.5;14.97;0;5.56;27331
+62106;42.03656;8.99517;530;20220728;28.9;15.3;22.1;2.3;14.32;0;5.49;28247
+62106;42.03656;8.99517;530;20220729;31;18;24.5;2.2;13.87;0;5.8;27130
+62106;42.03656;8.99517;530;20220730;30.8;17.8;24.3;2.4;14.37;0;5.85;27974
+62106;42.03656;8.99517;530;20220731;30.4;17.5;24;2.3;13.22;0;5.71;26789
+62106;42.03656;8.99517;530;20220801;32.1;19.7;25.9;2.3;14.37;0;6.08;27508
+62106;42.03656;8.99517;530;20220802;32;19.8;25.9;2.3;13.42;0;5.89;26174
+62106;42.03656;8.99517;530;20220803;31.8;20.1;25.9;1.9;13.82;0;5.49;25446
+62106;42.03656;8.99517;530;20220804;32.5;20.2;26.3;2.2;14.32;0;5.9;26727
+62106;42.03656;8.99517;530;20220805;32.9;20.3;26.6;2.1;13.97;0;5.85;26163
+62106;42.03656;8.99517;530;20220806;32.5;19.9;26.2;2.3;14.02;.1;5.88;25383
+62106;42.03656;8.99517;530;20220807;31.5;19.7;25.6;2.1;16.62;.1;5.36;24783
+62106;42.03656;8.99517;530;20220808;30.5;20.4;25.4;2.3;16.97;1.9;5.23;24381
+62106;42.03656;8.99517;530;20220809;31.4;18.8;25.1;2.3;16.12;2.1;5.51;25804
+62106;42.03656;8.99517;530;20220810;30.2;18.5;24.4;2.3;15.92;.2;5.32;25423
+62106;42.03656;8.99517;530;20220811;27.9;18.1;23;1.9;14.47;0;4.59;22418
+62106;42.03656;8.99517;530;20220812;28.6;16.8;22.7;2.1;15.07;.1;4.87;24974
+62106;42.03656;8.99517;530;20220813;27.3;17.5;22.4;2.7;19.22;.3;4.4;24106
+62106;42.03656;8.99517;530;20220814;30.3;18.6;24.4;2.3;17.72;2.5;5.12;25208
+62106;42.03656;8.99517;530;20220815;30.9;19.3;25.1;2.5;17.77;.8;5.33;25192
+62106;42.03656;8.99517;530;20220816;29.1;19.5;24.3;2.1;18.27;.1;4.67;23446
+62106;42.03656;8.99517;530;20220817;34.2;18.7;26.4;2.6;13.82;.2;6.13;25940
+62106;42.03656;8.99517;530;20220818;27.3;23.8;25.6;2.1;16.22;13.2;3.66;13406
+62106;42.03656;8.99517;530;20220819;23.4;15.6;19.5;1.8;17.32;2.3;3.36;20500
+62106;42.03656;8.99517;530;20220820;26.7;15.5;21.1;1.9;16.97;.7;4.16;23749
+62106;42.03656;8.99517;530;20220821;27.3;16.3;21.8;1.8;17.72;0;4.29;24498
+62106;42.03656;8.99517;530;20220822;27.3;16.5;21.9;2;15.47;.5;4.3;23396
+62106;42.03656;8.99517;530;20220823;28.3;16.3;22.3;2.1;14.62;0;4.56;23552
+62106;42.03656;8.99517;530;20220824;28;16.7;22.4;2.2;15.12;.1;4.57;23810
+62106;42.03656;8.99517;530;20220825;28.9;17.1;23;2;16.07;0;4.48;23010
+62106;42.03656;8.99517;530;20220826;28.5;17.1;22.8;2;16.57;.2;4.41;23327
+62106;42.03656;8.99517;530;20220827;28;18;23;1.9;16.97;0;4.15;21573
+62106;42.03656;8.99517;530;20220828;26.8;16.8;21.8;1.9;16.77;.5;3.99;22286
+62106;42.03656;8.99517;530;20220829;27.6;16.7;22.2;1.9;17.42;0;4.05;22332
+62106;42.03656;8.99517;530;20220830;29;17.7;23.3;2.1;16.27;.1;4.42;22291
+62106;42.03656;8.99517;530;20220831;26.1;17.3;21.7;2;14.67;2.9;3.88;20133
+62106;42.03656;8.99517;530;20220901;26.1;17.8;22;1.9;18.57;1.2;3.54;19737
+62106;42.03656;8.99517;530;20220902;27.2;16.8;22;2.1;17.72;.7;3.88;21693
+62106;42.03656;8.99517;530;20220903;28;18.3;23.1;1.8;15.92;.2;4.02;20874
+62106;42.03656;8.99517;530;20220904;28.7;18.3;23.5;2.1;17.07;.3;4.08;20662
+62106;42.03656;8.99517;530;20220905;32.3;17.5;24.9;1.9;13.62;0;4.66;22271
+62106;42.03656;8.99517;530;20220906;30.6;19.7;25.1;2.2;14.47;1.1;4.56;20220
+62106;42.03656;8.99517;530;20220907;30.8;17.5;24.2;2.1;16.72;.1;4.47;22121
+62106;42.03656;8.99517;530;20220908;29.4;17.5;23.4;2.1;16.22;0;4.15;20699
+62106;42.03656;8.99517;530;20220909;27.1;15.8;21.5;2.4;12.77;.1;4.13;20253
+62106;42.03656;8.99517;530;20220910;24.7;16.3;20.5;2.4;14.37;0;3.51;18502
+62106;42.03656;8.99517;530;20220911;26.5;14.4;20.4;2.4;13.02;0;4;21593
+62106;42.03656;8.99517;530;20220912;26.9;13.6;20.2;2.4;12.02;0;3.98;20280
+62106;42.03656;8.99517;530;20220913;29.8;16.1;22.9;2.1;12.77;0;4.3;20849
+62106;42.03656;8.99517;530;20220914;32.8;19.2;26;2.5;13.32;2.2;4.94;20476
+62106;42.03656;8.99517;530;20220915;25.1;19.1;22.1;3.5;16.82;1.3;3.34;14951
+62106;42.03656;8.99517;530;20220916;25.7;17;21.3;3;15.62;1.1;3.58;17486
+62106;42.03656;8.99517;530;20220917;22.3;14.4;18.4;3.5;11.27;0;3.52;16381
+62106;42.03656;8.99517;530;20220918;22.9;11.7;17.3;2.1;11.07;0;3.18;19655
+62106;42.03656;8.99517;530;20220919;24.7;11.3;18;2.3;10.52;0;3.55;20063
+62106;42.03656;8.99517;530;20220920;24.5;11.5;18;2.2;10.82;0;3.33;19519
+62106;42.03656;8.99517;530;20220921;23.4;13.2;18.3;2.2;11.72;.7;3.11;17284
+62106;42.03656;8.99517;530;20220922;22.6;12.1;17.4;2.3;10.12;0;3.22;18215
+62106;42.03656;8.99517;530;20220923;22.4;10;16.2;2.4;9.77;0;3.14;18694
+62106;42.03656;8.99517;530;20220924;18.1;12.1;15.1;2;12.12;19.7;2.05;13393
+62106;42.03656;8.99517;530;20220925;20.6;14.7;17.6;1.7;15.37;1.4;2.04;12980
+62106;42.03656;8.99517;530;20220926;20.2;12.1;16.1;2.2;12.42;.7;2.42;15737
+62106;42.03656;8.99517;530;20220927;16.1;13.3;14.7;4.6;11.42;9.7;2.06;9000
+62106;42.03656;8.99517;530;20220928;16.5;12;14.3;3.8;12.32;18.4;1.85;11106
+62106;42.03656;8.99517;530;20220929;16.6;13.1;14.9;2.2;13.32;10.3;1.52;9723
+62106;42.03656;8.99517;530;20220930;16.9;12;14.5;1.5;12.67;5.7;1.68;11665
+62106;42.03656;8.99517;530;20221001;17.8;10.4;14.1;2.3;11.97;.4;1.95;14359
+62106;42.03656;8.99517;530;20221002;23.9;12.9;18.4;3;13.07;0;2.98;16483
+62106;42.03656;8.99517;530;20221003;23;12.2;17.6;1.8;12.97;0;2.52;16816
+62106;42.03656;8.99517;530;20221004;22.9;11.4;17.2;1.9;12.07;0;2.5;16715
+62106;42.03656;8.99517;530;20221005;23.1;13;18.1;1.9;11.62;0;2.58;15865
+62106;42.03656;8.99517;530;20221006;23.2;12.7;17.9;2.2;11.37;0;2.69;15560
+62106;42.03656;8.99517;530;20221007;23.7;12.9;18.3;1.9;11.82;0;2.58;15515
+62106;42.03656;8.99517;530;20221008;22.3;12.8;17.5;1.9;12.22;1.3;2.33;14818
+62106;42.03656;8.99517;530;20221009;22.3;14.1;18.2;1.6;13.92;4.5;2.11;13684
+62106;42.03656;8.99517;530;20221010;20.6;14.5;17.6;1.7;14.42;7.3;1.82;11724
+62106;42.03656;8.99517;530;20221011;20.9;12;16.5;1.9;13.22;.1;1.98;14040
+62106;42.03656;8.99517;530;20221012;18.4;12.9;15.6;2.3;12.32;6.6;1.76;10696
+62106;42.03656;8.99517;530;20221013;19.7;13.6;16.6;2.6;12.92;0;1.94;11233
+62106;42.03656;8.99517;530;20221014;18.2;12;15.1;1.9;12.72;0;1.58;11268
+62106;42.03656;8.99517;530;20221015;21.3;11.8;16.6;2.1;13.17;0;1.97;13738
+62106;42.03656;8.99517;530;20221016;23.2;12.4;17.8;1.9;11.52;0;2.26;13932
+62106;42.03656;8.99517;530;20221017;25.3;13.6;19.4;2;11.07;0;2.52;13727
+62106;42.03656;8.99517;530;20221018;23.9;14.6;19.3;1.8;12.02;0;2.24;12838
+62106;42.03656;8.99517;530;20221019;23.7;13.2;18.5;2.1;11.57;0;2.3;13129
+62106;42.03656;8.99517;530;20221020;23.9;13.5;18.7;1.9;11.32;0;2.25;12970
+62106;42.03656;8.99517;530;20221021;24.9;15;19.9;1.8;10.22;0;2.34;12077
+62106;42.03656;8.99517;530;20221022;25;13.6;19.3;1.6;10.57;0;2.26;12767
+62106;42.03656;8.99517;530;20221023;27.9;15.8;21.9;1.9;9.37;0;2.75;12756
+62106;42.03656;8.99517;530;20221024;26.1;15.2;20.7;2.1;8.57;0;2.75;11635
+62106;42.03656;8.99517;530;20221025;25;14.1;19.5;2;9.72;0;2.44;12006
+62106;42.03656;8.99517;530;20221026;27.4;15;21.2;1.9;7.47;0;2.71;12660
+62106;42.03656;8.99517;530;20221027;26.8;16.2;21.5;2;8.07;.1;2.6;11783
+62106;42.03656;8.99517;530;20221028;26;15.4;20.7;1.7;9.72;0;2.17;11490
+62106;42.03656;8.99517;530;20221029;26;14.8;20.4;2.3;9.07;0;2.73;11803
+62106;42.03656;8.99517;530;20221030;23.8;13.3;18.6;2.6;8.37;0;2.7;11242
+62106;42.03656;8.99517;530;20221031;22.4;11.3;16.8;2;9.17;0;1.98;11446
+62106;42.03656;8.99517;530;20221101;20.8;11;15.9;1.8;7.82;0;1.81;10998
+62106;42.03656;8.99517;530;20221102;21.5;11.1;16.3;1.8;10.72;0;1.68;10895
+62106;42.03656;8.99517;530;20221103;21.9;11.7;16.8;2.3;12.02;11.3;1.77;10927
+62106;42.03656;8.99517;530;20221104;15.6;12.1;13.9;2.8;11.37;7;1.21;6446
+62106;42.03656;8.99517;530;20221105;15.8;6.9;11.4;3.9;8.32;.4;1.7;10510
+62106;42.03656;8.99517;530;20221106;17.3;6.6;11.9;2.3;7.47;0;1.63;10528
+62106;42.03656;8.99517;530;20221107;18.9;8.2;13.5;2;10.87;.1;1.31;10703
+62106;42.03656;8.99517;530;20221108;19.6;9.2;14.4;1.9;11.32;0;1.27;10178
+62106;42.03656;8.99517;530;20221109;20;10.2;15.1;1.7;10.52;.2;1.33;10086
+62106;42.03656;8.99517;530;20221110;21.1;12;16.6;1.7;13.17;.2;1.28;9950
+62106;42.03656;8.99517;530;20221111;20.3;11.8;16.1;1.8;11.92;0;1.31;9407
+62106;42.03656;8.99517;530;20221112;17.7;9.7;13.7;2;11.42;0;1.1;8973
+62106;42.03656;8.99517;530;20221113;15.6;10.6;13.1;2.9;7.37;2.4;1.81;7022
+62106;42.03656;8.99517;530;20221114;16.7;6.8;11.7;2;9.17;1.7;1.12;9414
+62106;42.03656;8.99517;530;20221115;13.7;9.3;11.5;1.4;12.17;45.2;.57;6341
+62106;42.03656;8.99517;530;20221116;16.5;13.2;14.8;2.8;13.32;5;.89;5407
+62106;42.03656;8.99517;530;20221117;16.8;9.3;13.1;2;11.27;9.7;.94;8273
+62106;42.03656;8.99517;530;20221118;14.5;10.2;12.3;2.5;10.97;.5;.86;6115
+62106;42.03656;8.99517;530;20221119;13.7;8.3;11;1.8;9.27;0;.86;6806
+62106;42.03656;8.99517;530;20221120;14.3;6.4;10.3;2.7;8.27;.1;1.09;8186
+62106;42.03656;8.99517;530;20221121;11.7;7;9.3;1.9;9.47;47.7;.63;6161
+62106;42.03656;8.99517;530;20221122;8.8;8.6;8.7;4.1;9.32;25.5;.58;1551
+62106;42.03656;8.99517;530;20221123;11.1;6.7;8.9;4.6;8.92;5.2;.84;5935
+62106;42.03656;8.99517;530;20221124;14.1;6.3;10.2;2.3;8.77;0;.91;7895
+62106;42.03656;8.99517;530;20221125;11.8;6.1;8.9;1.7;9.47;20.7;.53;6544
+62106;42.03656;8.99517;530;20221126;13;8.3;10.7;6.1;7.62;.4;1.81;6012
+62106;42.03656;8.99517;530;20221127;14.4;8.1;11.3;4.1;5.42;0;2.18;6919
+62106;42.03656;8.99517;530;20221128;11.3;4.4;7.9;1.5;6.87;0;.7;7084
+62106;42.03656;8.99517;530;20221129;10.1;5.2;7.7;2.1;6.72;11.7;.83;5957
+62106;42.03656;8.99517;530;20221130;12.4;5.9;9.1;3.8;7.12;0;1.26;6835
+62106;42.03656;8.99517;530;20221201;11;4.5;7.7;1.9;7.57;0;.67;6563
+62106;42.03656;8.99517;530;20221202;13.1;3.9;8.5;1.9;7.12;.8;.82;8004
+62106;42.03656;8.99517;530;20221203;15.5;6.9;11.2;2.3;7.42;6.8;1.21;7559
+62106;42.03656;8.99517;530;20221204;13.4;7;10.2;1.3;9.32;10.5;.57;6580
+62106;42.03656;8.99517;530;20221205;14;9;11.5;1.5;10.62;2;.58;5797
+62106;42.03656;8.99517;530;20221206;16.9;8;12.4;1.7;8.77;0;.88;7771
+62106;42.03656;8.99517;530;20221207;14;6;10;1.7;8.77;0;.69;7173
+62106;42.03656;8.99517;530;20221208;11.6;4.4;8;1.4;7.92;.7;.52;6844
+62106;42.03656;8.99517;530;20221209;13.2;9.3;11.2;2.1;11.17;19.5;.52;4886
+62106;42.03656;8.99517;530;20221210;11.3;9.9;10.6;1.8;10.57;6.8;.51;2787
+62106;42.03656;8.99517;530;20221211;8.5;4.3;6.4;3;7.07;0;.66;5124
+62106;42.03656;8.99517;530;20221212;10.5;2;6.3;1.9;6.42;8.8;.64;7312
+62106;42.03656;8.99517;530;20221213;10.7;4.4;7.6;1.6;10.22;12.3;.19;6326
+62106;42.03656;8.99517;530;20221214;15;8.8;11.9;1.5;11.32;14.7;.51;6096
+62106;42.03656;8.99517;530;20221215;13.1;7;10;3.4;11.12;34.2;.32;6055
+62106;42.03656;8.99517;530;20221216;10.3;9.5;9.9;1.6;10.67;16.1;.41;2085
+62106;42.03656;8.99517;530;20221217;11.4;6.9;9.2;1.5;9.22;.3;.48;5254
+62106;42.03656;8.99517;530;20221218;13.1;4.6;8.8;1.8;8.27;0;.59;7157
+62106;42.03656;8.99517;530;20221219;13.3;4.8;9;1.8;8.02;0;.65;7124
+62106;42.03656;8.99517;530;20221220;13.8;5.4;9.6;1.8;8.17;0;.68;7135
+62106;42.03656;8.99517;530;20221221;12.6;4.6;8.6;1.6;8.77;2;.46;7060
+62106;42.03656;8.99517;530;20221222;13.9;8.5;11.2;2.7;10.42;.3;.63;5429
+62106;42.03656;8.99517;530;20221223;17.4;9.1;13.3;3.8;10.77;.1;1.22;7159
+62106;42.03656;8.99517;530;20221224;16.6;9.1;12.9;2.4;10.77;0;.83;6615
+62106;42.03656;8.99517;530;20221225;18.6;8.9;13.7;1.7;9.02;0;.95;7463
+62106;42.03656;8.99517;530;20221226;19.5;9.2;14.4;2.1;8.32;0;1.27;7479
+62106;42.03656;8.99517;530;20221227;16.1;7.6;11.8;2.2;7.87;0;1.09;6890
+62106;42.03656;8.99517;530;20221228;14.4;5.5;9.9;2.1;7.87;0;.88;7019
+62106;42.03656;8.99517;530;20221229;15.2;6.2;10.7;2.1;8.32;0;.87;7201
+62106;42.03656;8.99517;530;20221230;12.2;6.4;9.3;1.5;10.72;.7;.31;5853
+62106;42.03656;8.99517;530;20221231;16.3;8.6;12.5;1.3;11.27;0;.57;6942
+62107;42.04129;9.29254;116;20220101;13.4;11.7;12.6;3.5;11.72;0;1.01;1919
+62107;42.04129;9.29254;116;20220102;13.8;10.9;12.4;4.1;10.64;0;1.32;3719
+62107;42.04129;9.29254;116;20220103;16.2;10.7;13.5;5.3;10.62;0;1.85;5858
+62107;42.04129;9.29254;116;20220104;14.8;10.4;12.6;3.8;11.39;.1;1.17;5778
+62107;42.04129;9.29254;116;20220105;17.3;10.2;13.7;6.4;9.74;1.3;2.37;6219
+62107;42.04129;9.29254;116;20220106;9.8;6.9;8.3;3.9;7.95;8.5;1.29;4679
+62107;42.04129;9.29254;116;20220107;12.6;6.7;9.6;4.4;7.39;0;1.73;7391
+62107;42.04129;9.29254;116;20220108;13.5;6.4;9.9;4.9;6.64;4.5;1.94;8729
+62107;42.04129;9.29254;116;20220109;14.1;7.5;10.8;8.6;7.32;.8;2.51;7457
+62107;42.04129;9.29254;116;20220110;12.2;5.9;9;6.9;5.82;.1;2.64;7596
+62107;42.04129;9.29254;116;20220111;13.4;7.8;10.6;7.5;5.22;0;3.39;8398
+62107;42.04129;9.29254;116;20220112;11.4;6.3;8.9;8.8;4.99;0;3.25;8118
+62107;42.04129;9.29254;116;20220113;12.4;5.8;9.1;7;4.74;0;3.11;8998
+62107;42.04129;9.29254;116;20220114;14.2;5.9;10;4;6.39;0;1.88;9893
+62107;42.04129;9.29254;116;20220115;14.6;7.2;10.9;4.2;7.57;0;1.56;8998
+62107;42.04129;9.29254;116;20220116;14.3;7.9;11.1;4.6;8.77;0;1.52;9653
+62107;42.04129;9.29254;116;20220117;13.9;8.2;11;4;8.77;0;1.53;8654
+62107;42.04129;9.29254;116;20220118;13.9;7.7;10.8;2.7;8.97;0;1.25;8431
+62107;42.04129;9.29254;116;20220119;13.9;7.3;10.6;2.7;8.84;0;1.25;8440
+62107;42.04129;9.29254;116;20220120;13.5;8.3;10.9;5;8.47;.5;1.79;8073
+62107;42.04129;9.29254;116;20220121;13.2;8.2;10.7;3.3;8.52;.4;1.48;7214
+62107;42.04129;9.29254;116;20220122;12.7;5.5;9.1;3.3;6.52;0;1.65;10426
+62107;42.04129;9.29254;116;20220123;13.4;5.5;9.4;2.3;7.64;0;1.28;10616
+62107;42.04129;9.29254;116;20220124;14;6.6;10.3;2.5;8.19;0;1.38;10145
+62107;42.04129;9.29254;116;20220125;13.1;7.6;10.4;3.2;8.22;0;1.48;8870
+62107;42.04129;9.29254;116;20220126;13.7;7.1;10.4;4.7;8.34;0;1.79;8751
+62107;42.04129;9.29254;116;20220127;14.5;7.7;11.1;3.3;8.49;0;1.67;9904
+62107;42.04129;9.29254;116;20220128;14.3;8.8;11.6;3.3;8.82;0;1.67;9054
+62107;42.04129;9.29254;116;20220129;14.9;7.7;11.3;4.1;8.44;0;1.87;10684
+62107;42.04129;9.29254;116;20220130;14;8.3;11.1;3.8;9.17;0;1.51;8611
+62107;42.04129;9.29254;116;20220131;14;9;11.5;6.4;9.19;0;1.97;8060
+62107;42.04129;9.29254;116;20220201;16.3;8.3;12.3;5.8;5.34;0;3.65;10973
+62107;42.04129;9.29254;116;20220202;15.7;7.3;11.5;4.5;8.02;0;2.04;11963
+62107;42.04129;9.29254;116;20220203;15.9;8.4;12.1;3.6;10.64;0;1.54;10546
+62107;42.04129;9.29254;116;20220204;15.2;10.2;12.7;4.4;11.19;0;1.55;7469
+62107;42.04129;9.29254;116;20220205;15.5;10;12.8;3.3;10.84;.2;1.48;7545
+62107;42.04129;9.29254;116;20220206;15.2;9.3;12.2;4.5;10.27;.1;1.76;11068
+62107;42.04129;9.29254;116;20220207;16.6;9.3;13;9.4;8.82;.5;3.23;10303
+62107;42.04129;9.29254;116;20220208;15.6;7.4;11.5;3.1;6.19;0;2.39;13063
+62107;42.04129;9.29254;116;20220209;14.9;8.3;11.6;3.4;8.62;0;1.84;12094
+62107;42.04129;9.29254;116;20220210;14.4;8.4;11.4;3;9.27;0;1.66;11440
+62107;42.04129;9.29254;116;20220211;14.1;8.5;11.3;3.5;9.69;0;1.64;11583
+62107;42.04129;9.29254;116;20220212;15.1;8.6;11.9;5.9;8.99;0;2.44;12724
+62107;42.04129;9.29254;116;20220213;14.2;8;11.1;2.6;8.99;.5;1.63;9870
+62107;42.04129;9.29254;116;20220214;15.6;8.3;11.9;3.4;9.87;5.3;1.87;11511
+62107;42.04129;9.29254;116;20220215;14.6;8.3;11.4;7.7;8.14;.9;2.56;10691
+62107;42.04129;9.29254;116;20220216;14.5;7;10.7;4.7;8.22;0;2.12;12635
+62107;42.04129;9.29254;116;20220217;15.6;8.9;12.2;4.2;10.97;0;1.78;12807
+62107;42.04129;9.29254;116;20220218;16.5;10.1;13.3;4.2;11.69;0;1.91;12345
+62107;42.04129;9.29254;116;20220219;15.3;11;13.2;3.9;11.69;0;1.59;7643
+62107;42.04129;9.29254;116;20220220;15.7;10.9;13.3;4.7;10.72;0;2.16;11874
+62107;42.04129;9.29254;116;20220221;16.8;8.9;12.9;10.9;8.62;1.7;3.49;11079
+62107;42.04129;9.29254;116;20220222;18.2;10;14.1;5.3;6.62;0;3.88;14603
+62107;42.04129;9.29254;116;20220223;16.4;8.2;12.3;2.8;8.27;0;2.37;15636
+62107;42.04129;9.29254;116;20220224;15.7;8.4;12;3.5;9.34;0;2.22;13664
+62107;42.04129;9.29254;116;20220225;15.5;8.9;12.2;5.7;9.27;0;2.64;12898
+62107;42.04129;9.29254;116;20220226;13.5;7.3;10.4;8.5;5.39;0;3.98;13621
+62107;42.04129;9.29254;116;20220227;12.7;6.6;9.7;6.8;4.37;0;3.86;14404
+62107;42.04129;9.29254;116;20220228;14.1;6.6;10.3;5.3;6.14;0;3.18;16039
+62107;42.04129;9.29254;116;20220301;11.1;6.3;8.7;5.8;5.49;0;2.97;13695
+62107;42.04129;9.29254;116;20220302;12.3;4.4;8.3;3.5;6.07;0;2.42;16357
+62107;42.04129;9.29254;116;20220303;13.2;6.4;9.8;2.8;7.52;0;2.06;12596
+62107;42.04129;9.29254;116;20220304;12.2;7.9;10.1;4.1;8.89;4.5;1.86;9515
+62107;42.04129;9.29254;116;20220305;12.6;5.4;9;6.3;5.84;0;3.23;15881
+62107;42.04129;9.29254;116;20220306;12.2;4.1;8.1;4.9;5.52;.2;2.87;15872
+62107;42.04129;9.29254;116;20220307;12.3;4.1;8.2;5;5.54;0;2.95;17270
+62107;42.04129;9.29254;116;20220308;12.4;5.2;8.8;4.9;5.62;0;2.92;14759
+62107;42.04129;9.29254;116;20220309;13.2;4.7;9;4;5.27;0;3.03;18286
+62107;42.04129;9.29254;116;20220310;14.4;6.1;10.3;2.4;7.32;0;2.42;17708
+62107;42.04129;9.29254;116;20220311;15.1;7.5;11.3;3.6;8.64;1.5;2.47;15518
+62107;42.04129;9.29254;116;20220312;14.2;8.9;11.6;5.6;8.47;3;2.77;11658
+62107;42.04129;9.29254;116;20220313;12.4;8.9;10.6;5.2;10.07;20.4;1.72;8816
+62107;42.04129;9.29254;116;20220314;16.5;10.9;13.7;4.9;12.42;1;1.97;11399
+62107;42.04129;9.29254;116;20220315;15.4;11.5;13.4;4.9;12.07;0;1.81;8976
+62107;42.04129;9.29254;116;20220316;14.8;11.7;13.2;4.9;12.34;0;1.63;7680
+62107;42.04129;9.29254;116;20220317;17;10.9;14;5.5;11.24;.1;2.64;11669
+62107;42.04129;9.29254;116;20220318;13.6;11.7;12.6;6.6;10.07;4.6;2.42;5117
+62107;42.04129;9.29254;116;20220319;12.4;10.4;11.4;6.5;9.59;13.5;2.18;5516
+62107;42.04129;9.29254;116;20220320;13.3;9.5;11.4;4.8;9.52;3.8;2.35;10391
+62107;42.04129;9.29254;116;20220321;13.5;6.8;10.2;5.5;6.74;.1;3.32;17444
+62107;42.04129;9.29254;116;20220322;15.1;5.9;10.5;5.3;6.44;0;3.74;21036
+62107;42.04129;9.29254;116;20220323;16;6.8;11.4;3.9;7.17;0;3.47;21752
+62107;42.04129;9.29254;116;20220324;16.6;8.2;12.4;3.5;8.04;0;3.32;21286
+62107;42.04129;9.29254;116;20220325;16.9;8.3;12.6;4.7;8.74;0;3.46;20851
+62107;42.04129;9.29254;116;20220326;15.6;9.1;12.3;4.6;8.07;.3;3.2;15540
+62107;42.04129;9.29254;116;20220327;20.3;12.2;16.2;5.4;8.02;.1;4.67;17191
+62107;42.04129;9.29254;116;20220328;18.7;10.8;14.8;2.5;9.14;0;3.45;20454
+62107;42.04129;9.29254;116;20220329;16.6;9.2;12.9;4.2;10.44;8.6;2.92;18376
+62107;42.04129;9.29254;116;20220330;15.5;11.2;13.4;3;13.49;8.3;1.58;8765
+62107;42.04129;9.29254;116;20220331;15.6;11.7;13.7;6.2;12.34;2.3;2.15;10281
+62107;42.04129;9.29254;116;20220401;14.9;11.5;13.2;11.4;7.24;5.8;4.38;11275
+62107;42.04129;9.29254;116;20220402;11;4.4;7.7;5.7;7.47;4.7;2.21;9600
+62107;42.04129;9.29254;116;20220403;12.5;4.7;8.6;5;7.58;.8;2.58;15697
+62107;42.04129;9.29254;116;20220404;14.2;6.9;10.5;4.3;7.52;.5;3.28;20788
+62107;42.04129;9.29254;116;20220405;14.8;6.5;10.7;3.3;8.09;0;3.23;23353
+62107;42.04129;9.29254;116;20220406;12.2;7.3;9.7;3.9;9.19;3;1.92;10574
+62107;42.04129;9.29254;116;20220407;16.6;7.5;12;10.7;10.56;0;3.34;20350
+62107;42.04129;9.29254;116;20220408;19.8;12.3;16.1;10;12.36;0;4.38;17485
+62107;42.04129;9.29254;116;20220409;17.8;13.7;15.7;10.5;8.19;0;5.35;17499
+62107;42.04129;9.29254;116;20220410;15.8;6.8;11.3;3.9;7.76;0;3.58;22408
+62107;42.04129;9.29254;116;20220411;16.2;7.7;12;4.6;9.19;0;3.6;24454
+62107;42.04129;9.29254;116;20220412;16.2;9.7;13;5.2;11.12;0;2.69;15919
+62107;42.04129;9.29254;116;20220413;17.6;11.2;14.4;4.2;11.24;0;3.41;20276
+62107;42.04129;9.29254;116;20220414;19.3;10.1;14.7;3.8;10.06;0;3.88;21816
+62107;42.04129;9.29254;116;20220415;21.3;11.9;16.6;3.2;9.9;0;4.51;23474
+62107;42.04129;9.29254;116;20220416;22.5;13;17.7;5;10.1;0;5.39;25321
+62107;42.04129;9.29254;116;20220417;16.9;12.8;14.8;9.1;6.49;0;6.01;21221
+62107;42.04129;9.29254;116;20220418;17.5;9.1;13.3;4.6;7.64;0;4.58;25715
+62107;42.04129;9.29254;116;20220419;18.2;10.6;14.4;3.9;11.14;0;3.73;23123
+62107;42.04129;9.29254;116;20220420;18.6;11.2;14.9;4.3;12.79;3.7;3.11;18834
+62107;42.04129;9.29254;116;20220421;15.5;11.5;13.5;6;13.17;33.8;2.44;14512
+62107;42.04129;9.29254;116;20220422;16.6;10.8;13.7;5.1;13.24;1.2;2.52;16480
+62107;42.04129;9.29254;116;20220423;18.4;11.1;14.8;4.5;12.32;2.2;3.54;20648
+62107;42.04129;9.29254;116;20220424;16.6;11.3;14;6.3;11.32;8;3.17;15766
+62107;42.04129;9.29254;116;20220425;19;12.1;15.5;5.7;12.49;0;4.24;24419
+62107;42.04129;9.29254;116;20220426;18.9;11.8;15.4;3.7;12.32;0;4.06;25561
+62107;42.04129;9.29254;116;20220427;19;11.4;15.2;3.2;12.64;.2;3.75;24375
+62107;42.04129;9.29254;116;20220428;22.3;11.9;17.1;5.1;10.24;0;5.62;27733
+62107;42.04129;9.29254;116;20220429;21.9;13.6;17.8;6;8.47;0;6.29;26136
+62107;42.04129;9.29254;116;20220430;20.1;12.1;16.1;3.2;10.62;0;4.41;25345
+62107;42.04129;9.29254;116;20220501;19.4;13.5;16.4;2.8;11.99;2.8;3.81;21100
+62107;42.04129;9.29254;116;20220502;20;12.1;16.1;2.7;11.24;.1;4.42;26873
+62107;42.04129;9.29254;116;20220503;21;12.2;16.6;2.7;12.27;.1;4.42;26481
+62107;42.04129;9.29254;116;20220504;19.7;13.5;16.6;3.3;13.94;1.4;3.77;22752
+62107;42.04129;9.29254;116;20220505;15.3;14.3;14.8;4;14.19;19.4;1.61;5330
+62107;42.04129;9.29254;116;20220506;17.1;11.7;14.4;7.6;14.42;4.2;2.19;14357
+62107;42.04129;9.29254;116;20220507;20.5;14.2;17.4;5.7;14.27;.4;3.6;15718
+62107;42.04129;9.29254;116;20220508;21.9;14.2;18;4.4;13.32;1;4.48;22041
+62107;42.04129;9.29254;116;20220509;22.2;14.5;18.4;3.7;13.42;0;5.01;27605
+62107;42.04129;9.29254;116;20220510;22.2;14.6;18.4;2.6;14.04;.3;4.91;29494
+62107;42.04129;9.29254;116;20220511;22.3;15;18.6;3.1;14.12;0;4.74;26357
+62107;42.04129;9.29254;116;20220512;21.9;14.9;18.4;2.5;14.64;.1;4.72;28349
+62107;42.04129;9.29254;116;20220513;22.5;14.6;18.6;2.5;14.02;0;4.91;28618
+62107;42.04129;9.29254;116;20220514;22.4;15.1;18.8;2.4;13.87;0;4.96;28749
+62107;42.04129;9.29254;116;20220515;23.3;14.7;19;2.3;14.67;0;4.82;27525
+62107;42.04129;9.29254;116;20220516;23.9;15.3;19.6;2.6;15.67;0;5.01;28053
+62107;42.04129;9.29254;116;20220517;24.3;17.1;20.7;2.4;15.69;0;5.01;26697
+62107;42.04129;9.29254;116;20220518;26.3;17.4;21.8;2.7;15.44;0;5.9;30439
+62107;42.04129;9.29254;116;20220519;26;18.1;22;4.1;15.87;0;5.98;28662
+62107;42.04129;9.29254;116;20220520;26.1;16.5;21.3;4.3;15.89;2.2;6.25;30783
+62107;42.04129;9.29254;116;20220521;24.1;17.2;20.6;3.4;17.84;0;5.01;28539
+62107;42.04129;9.29254;116;20220522;24.2;17.8;21;3;17.09;.1;5.1;27703
+62107;42.04129;9.29254;116;20220523;25.6;17.4;21.5;3.4;18.47;0;5.57;29757
+62107;42.04129;9.29254;116;20220524;26.2;18.4;22.3;4.1;19.74;0;4.9;23558
+62107;42.04129;9.29254;116;20220525;25.4;18;21.7;2.9;19.94;.8;4.29;21452
+62107;42.04129;9.29254;116;20220526;26.6;18.8;22.7;2.9;20.97;0;4.77;23796
+62107;42.04129;9.29254;116;20220527;30.3;19.5;24.9;4.1;16.47;0;6.08;21251
+62107;42.04129;9.29254;116;20220528;29.8;21.9;25.8;3.6;16.42;.6;6.64;26216
+62107;42.04129;9.29254;116;20220529;24.4;19.2;21.8;4.4;18.89;.6;4.58;20583
+62107;42.04129;9.29254;116;20220530;26;17.4;21.7;2.9;18.06;.6;5.34;26774
+62107;42.04129;9.29254;116;20220531;25.7;18.2;21.9;3.1;19.49;.3;5.2;27710
+62107;42.04129;9.29254;116;20220601;26.2;18.9;22.6;2.9;20.44;0;5.37;28248
+62107;42.04129;9.29254;116;20220602;27.1;18.9;23;3.9;21.39;0;5.59;29555
+62107;42.04129;9.29254;116;20220603;28.2;21;24.6;4;21.34;0;4.79;19055
+62107;42.04129;9.29254;116;20220604;29;20.5;24.7;3.5;22.59;.8;5.74;26180
+62107;42.04129;9.29254;116;20220605;27.9;21;24.4;4.5;22.94;.1;5.05;21593
+62107;42.04129;9.29254;116;20220606;27.2;20.2;23.7;5.1;20.12;0;6.17;26983
+62107;42.04129;9.29254;116;20220607;29.3;19.3;24.3;6.1;17.24;0;7.73;31598
+62107;42.04129;9.29254;116;20220608;25.9;20.3;23.1;6.6;16.99;.1;6;22650
+62107;42.04129;9.29254;116;20220609;27;20;23.5;6.8;16.17;.1;6.45;24904
+62107;42.04129;9.29254;116;20220610;27.8;19;23.4;4.1;14.84;0;7.21;31969
+62107;42.04129;9.29254;116;20220611;29.2;20.5;24.8;3.8;14.47;0;7.35;30631
+62107;42.04129;9.29254;116;20220612;29.8;19.4;24.6;3;14.22;0;7;31607
+62107;42.04129;9.29254;116;20220613;28.2;20.7;24.5;3.6;17.27;0;6.31;28809
+62107;42.04129;9.29254;116;20220614;27.8;20.2;24;3;20.89;.1;5.79;28785
+62107;42.04129;9.29254;116;20220615;28.6;19.6;24.1;2.4;21.22;0;5.65;27801
+62107;42.04129;9.29254;116;20220616;28.1;20.4;24.2;2.6;20.57;0;6.11;30963
+62107;42.04129;9.29254;116;20220617;30;21.1;25.5;2.7;20.84;0;6.64;31583
+62107;42.04129;9.29254;116;20220618;30.8;22.4;26.6;3.5;20.29;0;7.21;31838
+62107;42.04129;9.29254;116;20220619;29.8;22.4;26.1;3.1;19.17;0;6.88;30283
+62107;42.04129;9.29254;116;20220620;29.1;20.6;24.8;3.1;21.59;0;6.44;31271
+62107;42.04129;9.29254;116;20220621;29.7;22;25.8;3.4;21.49;.3;6.16;26267
+62107;42.04129;9.29254;116;20220622;28.9;22.3;25.6;3.4;23.96;.1;5.54;25785
+62107;42.04129;9.29254;116;20220623;28.3;22.3;25.3;3.1;25.44;0;3.85;15408
+62107;42.04129;9.29254;116;20220624;29.9;21.8;25.9;4.6;23.72;0;5.98;26301
+62107;42.04129;9.29254;116;20220625;29.5;22.3;25.9;3.3;22.47;1.6;6.07;26883
+62107;42.04129;9.29254;116;20220626;30.6;22;26.3;4.5;23.12;0;6.56;29167
+62107;42.04129;9.29254;116;20220627;30.2;22.8;26.5;4.1;25.72;.1;5.56;22757
+62107;42.04129;9.29254;116;20220628;31.4;23.9;27.7;4.4;25.77;1.6;5.53;20234
+62107;42.04129;9.29254;116;20220629;27.6;21.5;24.5;5.7;21.74;0;5.9;25876
+62107;42.04129;9.29254;116;20220630;28.4;20.5;24.4;3.2;21.22;0;6.24;30918
+62107;42.04129;9.29254;116;20220701;28.5;21.3;24.9;3.8;22.89;0;6.13;30127
+62107;42.04129;9.29254;116;20220702;28.9;21;25;3.1;21.87;0;6.14;29898
+62107;42.04129;9.29254;116;20220703;32.4;21.9;27.2;2.4;21.29;0;7.05;32065
+62107;42.04129;9.29254;116;20220704;32;22.6;27.3;2.7;19.34;0;7.15;31192
+62107;42.04129;9.29254;116;20220705;30.9;22.9;26.9;4.3;19.42;0;7.53;31466
+62107;42.04129;9.29254;116;20220706;30.3;23.1;26.7;4.7;21.74;0;6.72;27995
+62107;42.04129;9.29254;116;20220707;30;22.6;26.3;3.8;22.04;0;6.28;28335
+62107;42.04129;9.29254;116;20220708;30.3;22.5;26.4;3.9;19.99;0;7;29709
+62107;42.04129;9.29254;116;20220709;30;21.9;26;3.3;15.97;0;7.17;30004
+62107;42.04129;9.29254;116;20220710;29.4;21.6;25.5;3;17.99;0;6.67;29670
+62107;42.04129;9.29254;116;20220711;30;21.5;25.8;3;19.24;0;6.85;31203
+62107;42.04129;9.29254;116;20220712;29.3;22.5;25.9;3.8;21.79;0;6.58;30064
+62107;42.04129;9.29254;116;20220713;30.2;22.3;26.2;3.3;23.09;0;6.47;29740
+62107;42.04129;9.29254;116;20220714;30.2;22.2;26.2;2.6;22.97;0;6.3;29801
+62107;42.04129;9.29254;116;20220715;30;23.2;26.6;3.7;23.42;0;6.19;27914
+62107;42.04129;9.29254;116;20220716;30.2;23.4;26.8;3.4;24.29;0;6.21;28475
+62107;42.04129;9.29254;116;20220717;31.4;23.6;27.5;3.1;26.17;.2;6.4;29204
+62107;42.04129;9.29254;116;20220718;32.8;23.8;28.3;2.7;24.72;0;6.9;30501
+62107;42.04129;9.29254;116;20220719;32.8;24;28.4;3;21.84;0;7.13;30170
+62107;42.04129;9.29254;116;20220720;33;24.4;28.7;3;22.44;0;7.18;29535
+62107;42.04129;9.29254;116;20220721;32;25.1;28.5;3;22.87;0;6.53;27556
+62107;42.04129;9.29254;116;20220722;32;24.5;28.2;3.3;24.74;0;6.85;30739
+62107;42.04129;9.29254;116;20220723;31.2;24.3;27.8;3.7;25.07;0;6.15;26063
+62107;42.04129;9.29254;116;20220724;30.9;24.9;27.9;3.8;24.84;0;5.75;23536
+62107;42.04129;9.29254;116;20220725;31;24.4;27.7;3.9;26.12;0;6.22;27845
+62107;42.04129;9.29254;116;20220726;30.9;24.3;27.6;5.4;24.97;0;6.36;25859
+62107;42.04129;9.29254;116;20220727;30.9;24.3;27.6;5.2;22.32;0;6.58;24416
+62107;42.04129;9.29254;116;20220728;30.7;23.5;27.1;3.4;23.02;0;6.29;28460
+62107;42.04129;9.29254;116;20220729;31.3;23.8;27.5;3.2;24.59;.4;6.23;27366
+62107;42.04129;9.29254;116;20220730;30.7;24.1;27.4;5.3;23.69;1;6.38;24699
+62107;42.04129;9.29254;116;20220731;31.4;23;27.2;3;21.87;0;6.57;29371
+62107;42.04129;9.29254;116;20220801;32.9;23.6;28.2;2.9;21.32;0;7.02;29685
+62107;42.04129;9.29254;116;20220802;31.5;24.6;28;3.1;23.94;0;5.98;24852
+62107;42.04129;9.29254;116;20220803;32.7;23.8;28.3;2.4;22.62;0;6.64;29190
+62107;42.04129;9.29254;116;20220804;32.7;24.3;28.5;2.5;23.07;0;6.65;28859
+62107;42.04129;9.29254;116;20220805;31.6;24.1;27.8;2.7;23.29;0;6;26025
+62107;42.04129;9.29254;116;20220806;31.1;24.6;27.9;2.9;24.82;0;5.75;25337
+62107;42.04129;9.29254;116;20220807;32.5;24.4;28.4;3.4;25.19;1;6.43;27382
+62107;42.04129;9.29254;116;20220808;32.4;24.4;28.4;3.5;23.62;4;6.5;25809
+62107;42.04129;9.29254;116;20220809;32.4;23.3;27.8;3.9;20.54;1.8;7.2;28316
+62107;42.04129;9.29254;116;20220810;31.8;24.1;28;4.3;20.82;.2;6.93;26055
+62107;42.04129;9.29254;116;20220811;31.7;23.6;27.6;3.7;18.29;0;6.71;24303
+62107;42.04129;9.29254;116;20220812;30.2;22.7;26.4;3.2;18.89;.1;6.15;25990
+62107;42.04129;9.29254;116;20220813;28.4;20.7;24.5;3.2;21.77;.2;4.89;22601
+62107;42.04129;9.29254;116;20220814;30.2;21.7;26;3.7;20.64;1;5.74;23194
+62107;42.04129;9.29254;116;20220815;31.3;22.7;27;4;23.74;.5;5.41;20501
+62107;42.04129;9.29254;116;20220816;31.1;22.3;26.7;2.9;24.32;.6;5.64;25792
+62107;42.04129;9.29254;116;20220817;31;23.1;27;4.7;25.92;1;5.58;23529
+62107;42.04129;9.29254;116;20220818;28.9;24.7;26.8;4.4;24.09;5.6;4.96;18210
+62107;42.04129;9.29254;116;20220819;27.6;19.6;23.6;5.3;20.27;2.1;5.27;23482
+62107;42.04129;9.29254;116;20220820;28.9;21.2;25;4.1;19.37;0;5.54;23526
+62107;42.04129;9.29254;116;20220821;29.2;22.2;25.7;3.9;21.99;0;5.25;23323
+62107;42.04129;9.29254;116;20220822;29;22.2;25.6;3.1;21.64;0;5.07;22340
+62107;42.04129;9.29254;116;20220823;29.4;21.9;25.7;2.7;21.89;0;5.31;25112
+62107;42.04129;9.29254;116;20220824;31.1;22.1;26.6;3.3;19.19;0;6.17;25710
+62107;42.04129;9.29254;116;20220825;30.3;22.4;26.4;3.5;19.22;0;5.97;24494
+62107;42.04129;9.29254;116;20220826;29.6;22.7;26.1;3.1;21.87;0;5.25;23886
+62107;42.04129;9.29254;116;20220827;29.2;22.7;26;3.5;23.42;.2;4.84;20974
+62107;42.04129;9.29254;116;20220828;29.9;22.8;26.4;3.8;23.24;1.8;4.98;20925
+62107;42.04129;9.29254;116;20220829;29.1;22.1;25.6;3;23.32;.2;4.77;22210
+62107;42.04129;9.29254;116;20220830;30.2;22.3;26.2;2.9;22.94;.1;5.08;22685
+62107;42.04129;9.29254;116;20220831;28.3;22.2;25.2;4.3;22.72;2.4;4.36;17558
+62107;42.04129;9.29254;116;20220901;28.9;21.9;25.4;3.6;22.27;5.5;4.24;18065
+62107;42.04129;9.29254;116;20220902;28.4;22;25.2;3;22.74;2.4;4.14;17709
+62107;42.04129;9.29254;116;20220903;28.9;21.4;25.2;3;23.09;1.2;4.31;19444
+62107;42.04129;9.29254;116;20220904;29.6;21.9;25.8;3.3;23.04;.8;4.86;22015
+62107;42.04129;9.29254;116;20220905;28.9;22;25.4;3.7;23.17;0;4.51;19984
+62107;42.04129;9.29254;116;20220906;29.6;22.4;26;3.8;24.84;3.9;4.25;17593
+62107;42.04129;9.29254;116;20220907;30.3;23.1;26.7;2.9;25.09;.6;4.62;20630
+62107;42.04129;9.29254;116;20220908;30.2;22.9;26.5;4.3;23.94;.2;4.52;16577
+62107;42.04129;9.29254;116;20220909;30.3;22.7;26.5;7;16.97;0;6.92;20944
+62107;42.04129;9.29254;116;20220910;29.1;22.8;26;7.6;16.22;0;6.57;18874
+62107;42.04129;9.29254;116;20220911;27.5;21.4;24.4;5.8;18.67;0;5.36;20161
+62107;42.04129;9.29254;116;20220912;27.8;19.9;23.8;2.8;19.02;0;4.52;21652
+62107;42.04129;9.29254;116;20220913;28;20.3;24.1;3.4;21.99;0;4.16;19817
+62107;42.04129;9.29254;116;20220914;29.7;22.6;26.2;4.1;24.07;1;4.17;16558
+62107;42.04129;9.29254;116;20220915;31.2;23.5;27.3;5.5;21.22;0;5.25;13513
+62107;42.04129;9.29254;116;20220916;31.1;23.3;27.2;8.5;17.27;0;7.13;19007
+62107;42.04129;9.29254;116;20220917;26.9;21.6;24.2;9.2;12.72;0;7.21;19121
+62107;42.04129;9.29254;116;20220918;25.6;16.9;21.2;3.6;12.74;0;4.77;20834
+62107;42.04129;9.29254;116;20220919;25.9;18.1;22;4.2;14.82;0;4.69;19452
+62107;42.04129;9.29254;116;20220920;26.4;18.6;22.5;3.5;16.34;.7;4.16;16814
+62107;42.04129;9.29254;116;20220921;26.6;18.5;22.6;4.7;14.04;1.8;5.16;18193
+62107;42.04129;9.29254;116;20220922;23.6;16.6;20.1;5.8;11.07;0;5.34;18489
+62107;42.04129;9.29254;116;20220923;23.5;16.1;19.8;3.9;10.89;0;4.58;19130
+62107;42.04129;9.29254;116;20220924;22.4;16.2;19.3;2.9;15.47;11.7;2.61;9689
+62107;42.04129;9.29254;116;20220925;24;17;20.5;3.8;18.34;1.1;3.02;14989
+62107;42.04129;9.29254;116;20220926;24.5;18.5;21.5;6.4;15.64;0;4.24;13015
+62107;42.04129;9.29254;116;20220927;24;17.9;21;11.6;11.69;3;6.08;15312
+62107;42.04129;9.29254;116;20220928;24.5;16.8;20.7;9;13.29;1.9;4.66;12982
+62107;42.04129;9.29254;116;20220929;23.6;17.9;20.7;6.2;14.84;7.1;3.91;10923
+62107;42.04129;9.29254;116;20220930;21.3;13.7;17.5;3;15.18;3.5;2.02;6348
+62107;42.04129;9.29254;116;20221001;22.5;15.5;19;8;12.49;0;4.41;15910
+62107;42.04129;9.29254;116;20221002;24.9;17.9;21.4;7.8;15.77;0;4.73;15690
+62107;42.04129;9.29254;116;20221003;23.5;18.3;20.9;4.4;16.49;0;3.41;14528
+62107;42.04129;9.29254;116;20221004;24.1;16.5;20.3;2.8;17.82;0;3.05;17789
+62107;42.04129;9.29254;116;20221005;24.4;17;20.7;3.2;16.99;0;3.14;16294
+62107;42.04129;9.29254;116;20221006;23.5;16.3;19.9;2.9;16.49;0;2.95;16661
+62107;42.04129;9.29254;116;20221007;23.5;16.6;20;2.7;16.14;0;3.06;16898
+62107;42.04129;9.29254;116;20221008;23.9;16.4;20.1;2.3;16.92;4.5;2.73;15313
+62107;42.04129;9.29254;116;20221009;22.8;17.5;20.2;2.9;17.89;3.6;2.16;8933
+62107;42.04129;9.29254;116;20221010;23.3;17;20.1;3.6;17.07;3.8;2.73;12664
+62107;42.04129;9.29254;116;20221011;23.3;16;19.6;3.1;17.37;0;2.47;12289
+62107;42.04129;9.29254;116;20221012;21;17;19;2.9;17.57;8;1.67;6494
+62107;42.04129;9.29254;116;20221013;23.4;16;19.7;4;16.02;0;2.85;13133
+62107;42.04129;9.29254;116;20221014;23;16.9;19.9;4.8;16.02;0;3.13;13526
+62107;42.04129;9.29254;116;20221015;23;16.7;19.9;3.4;16.57;0;2.72;14357
+62107;42.04129;9.29254;116;20221016;23.7;16.9;20.3;2.7;17.07;0;2.43;12657
+62107;42.04129;9.29254;116;20221017;23.4;16.9;20.2;3.8;18.24;0;2.53;13122
+62107;42.04129;9.29254;116;20221018;23.5;16.7;20.1;3.4;18.27;0;2.51;14166
+62107;42.04129;9.29254;116;20221019;22.9;16.7;19.8;2.7;18.19;0;2.26;14048
+62107;42.04129;9.29254;116;20221020;23;16.5;19.7;3;18.29;0;2.24;13246
+62107;42.04129;9.29254;116;20221021;24.2;17.1;20.6;3.6;18.54;0;2.12;8395
+62107;42.04129;9.29254;116;20221022;26;18.2;22.1;2.8;17.99;0;2.81;13501
+62107;42.04129;9.29254;116;20221023;25.7;18.6;22.1;2.9;18.62;0;2.63;12581
+62107;42.04129;9.29254;116;20221024;25.2;18.5;21.9;2.5;17.77;0;2.46;11310
+62107;42.04129;9.29254;116;20221025;24.7;18.5;21.6;3.7;17.09;0;2.86;10431
+62107;42.04129;9.29254;116;20221026;23.9;17.4;20.7;2.2;17.97;.1;2.03;9861
+62107;42.04129;9.29254;116;20221027;23.1;17.6;20.3;2.7;18.24;.1;1.9;10110
+62107;42.04129;9.29254;116;20221028;22.8;16.2;19.5;2.6;18.04;0;1.85;10702
+62107;42.04129;9.29254;116;20221029;23.4;17.2;20.3;3;16.77;0;2.23;12064
+62107;42.04129;9.29254;116;20221030;23.3;16.2;19.7;2.9;15.47;0;2.33;12414
+62107;42.04129;9.29254;116;20221031;23;15.8;19.4;2.3;14.74;0;2.15;11549
+62107;42.04129;9.29254;116;20221101;22;15.5;18.8;2.3;15.62;0;1.87;10453
+62107;42.04129;9.29254;116;20221102;22.2;16.4;19.3;2.5;16.84;0;1.89;10904
+62107;42.04129;9.29254;116;20221103;21.9;16.6;19.3;3.3;16.92;6.8;1.96;9016
+62107;42.04129;9.29254;116;20221104;21.4;15.8;18.6;8.6;12.69;.1;3.64;9129
+62107;42.04129;9.29254;116;20221105;20.5;11.6;16;5.5;10.47;.6;3.1;10297
+62107;42.04129;9.29254;116;20221106;20.9;13.3;17.1;3.7;9.39;0;2.98;11379
+62107;42.04129;9.29254;116;20221107;21;14.2;17.6;3.4;12.49;.1;2.34;9794
+62107;42.04129;9.29254;116;20221108;21.3;14.4;17.9;2.8;14.44;.1;1.87;10000
+62107;42.04129;9.29254;116;20221109;21.3;15.2;18.2;3.1;15.29;0;1.8;8319
+62107;42.04129;9.29254;116;20221110;22.2;15.8;19;3.1;16.62;1.8;1.79;8717
+62107;42.04129;9.29254;116;20221111;21.8;16.2;19;4;15.79;.4;2.08;8353
+62107;42.04129;9.29254;116;20221112;20.9;14.1;17.5;4.2;11.72;0;2.67;8046
+62107;42.04129;9.29254;116;20221113;18.6;14.3;16.4;5.1;10.94;4.7;2.82;6670
+62107;42.04129;9.29254;116;20221114;19;11.6;15.3;2.8;11.72;1.5;1.7;9294
+62107;42.04129;9.29254;116;20221115;18;12.9;15.4;3.1;14.59;25.8;1.15;3636
+62107;42.04129;9.29254;116;20221116;21;14.4;17.7;5.6;15.54;2.7;2.05;8643
+62107;42.04129;9.29254;116;20221117;20.9;14.9;17.9;5.8;13.72;4.3;2.72;7636
+62107;42.04129;9.29254;116;20221118;20.7;14.5;17.6;7.8;12.42;.1;2.84;8236
+62107;42.04129;9.29254;116;20221119;17;13.7;15.4;3.7;10.39;0;2.11;5044
+62107;42.04129;9.29254;116;20221120;17.7;11.5;14.6;3.9;10.67;.3;1.96;7420
+62107;42.04129;9.29254;116;20221121;17.5;10.9;14.2;6.1;10.42;30.4;2.18;8221
+62107;42.04129;9.29254;116;20221122;15.1;11.3;13.2;8.8;11.29;11.8;1.88;4189
+62107;42.04129;9.29254;116;20221123;17.3;11.7;14.5;8.5;9.72;1;2.62;6972
+62107;42.04129;9.29254;116;20221124;18.8;12.1;15.5;6.3;10.54;0;2.71;8614
+62107;42.04129;9.29254;116;20221125;15.6;13;14.3;3.9;12.27;23.2;1.47;4009
+62107;42.04129;9.29254;116;20221126;16.6;10;13.3;7.9;10.59;.7;2.35;5987
+62107;42.04129;9.29254;116;20221127;16.4;10.7;13.5;5.8;7.92;0;2.89;8357
+62107;42.04129;9.29254;116;20221128;15;10;12.5;2.6;8.64;.2;1.52;5264
+62107;42.04129;9.29254;116;20221129;12.9;10.1;11.5;4.3;9.74;10.3;1.54;4011
+62107;42.04129;9.29254;116;20221130;14.5;9.4;11.9;5.7;9.39;0;1.93;6572
+62107;42.04129;9.29254;116;20221201;14;7.8;10.9;4.3;7.99;0;1.87;6131
+62107;42.04129;9.29254;116;20221202;14.8;8;11.4;3.5;8.84;2.4;1.49;6588
+62107;42.04129;9.29254;116;20221203;17.1;10.8;13.9;3.8;11.67;13.9;1.44;5820
+62107;42.04129;9.29254;116;20221204;16.7;9.9;13.3;2.3;12.04;2.3;.96;7528
+62107;42.04129;9.29254;116;20221205;18.3;11;14.7;2.6;12.09;.9;1.27;6833
+62107;42.04129;9.29254;116;20221206;17.4;11.2;14.3;2.9;12.94;0;1.09;7035
+62107;42.04129;9.29254;116;20221207;16.8;11.9;14.4;3.8;12.04;.1;1.34;7008
+62107;42.04129;9.29254;116;20221208;15.4;11;13.2;3.7;10.89;0;1.51;4513
+62107;42.04129;9.29254;116;20221209;20.2;11.1;15.7;4.6;12.72;11.6;1.92;6393
+62107;42.04129;9.29254;116;20221210;16.2;12.1;14.1;5.3;12.87;6.8;1.4;2334
+62107;42.04129;9.29254;116;20221211;14.2;9.6;11.9;9.3;6.92;0;3.03;7006
+62107;42.04129;9.29254;116;20221212;14.6;7.4;11;4.8;7.04;9.4;2.1;7535
+62107;42.04129;9.29254;116;20221213;13.8;7.7;10.7;4.6;11.04;18;.94;4125
+62107;42.04129;9.29254;116;20221214;14.6;10.3;12.5;4.2;13.19;17.1;.74;3565
+62107;42.04129;9.29254;116;20221215;16.6;12.1;14.3;4.5;13.59;22.4;1.24;3158
+62107;42.04129;9.29254;116;20221216;16.9;11.6;14.2;4.6;12.39;6.8;1.46;4776
+62107;42.04129;9.29254;116;20221217;17.1;10.4;13.8;5.5;11.39;2.1;1.76;7938
+62107;42.04129;9.29254;116;20221218;16.5;10.3;13.4;3;11.37;.2;1.17;6934
+62107;42.04129;9.29254;116;20221219;15.7;10.4;13.1;2.1;11.22;0;.94;6793
+62107;42.04129;9.29254;116;20221220;15.8;9.2;12.5;2.4;10.79;0;.96;7626
+62107;42.04129;9.29254;116;20221221;15.7;9.2;12.5;2.7;11.04;.6;.99;6628
+62107;42.04129;9.29254;116;20221222;17.5;10.8;14.1;7.1;12.62;0;1.61;7275
+62107;42.04129;9.29254;116;20221223;18.4;12.2;15.3;8.1;13.14;0;2.22;6344
+62107;42.04129;9.29254;116;20221224;18.3;13.4;15.9;7.7;13.82;.1;2.2;6340
+62107;42.04129;9.29254;116;20221225;16.7;12.2;14.4;3.4;13.89;0;.96;5547
+62107;42.04129;9.29254;116;20221226;17.3;11.9;14.6;2.7;13.12;0;1.03;5515
+62107;42.04129;9.29254;116;20221227;18.4;11.8;15.1;5.2;12.17;0;1.98;7780
+62107;42.04129;9.29254;116;20221228;16.4;10.9;13.7;4.6;11.24;0;1.65;7031
+62107;42.04129;9.29254;116;20221229;17.1;9.8;13.4;2.1;10.92;0;.99;8214
+62107;42.04129;9.29254;116;20221230;18.2;11.3;14.7;3.5;11.87;0;1.38;6145
+62107;42.04129;9.29254;116;20221231;18.3;12.2;15.3;3.2;12.74;0;1.31;7260
+62108;42.09669;9.48962;14;20220101;14.4;11.9;13.2;2.1;11.61;.1;.97;1991
+62108;42.09669;9.48962;14;20220102;14.2;11.3;12.7;2;10.76;0;1.01;1923
+62108;42.09669;9.48962;14;20220103;16.2;10.3;13.3;2.2;10.86;0;1.06;6454
+62108;42.09669;9.48962;14;20220104;16.1;9.3;12.7;2.1;11.41;.1;.86;6491
+62108;42.09669;9.48962;14;20220105;19.1;9;14.1;3.8;9.56;0;2.03;7468
+62108;42.09669;9.48962;14;20220106;11.5;7.3;9.4;4.8;7;10.7;1.87;4488
+62108;42.09669;9.48962;14;20220107;13.1;7.1;10.1;4;7.51;0;1.66;6727
+62108;42.09669;9.48962;14;20220108;14.2;5.7;10;2.7;5.86;1.1;1.62;8613
+62108;42.09669;9.48962;14;20220109;15.7;6.2;11;4.1;6.26;0;2.26;8305
+62108;42.09669;9.48962;14;20220110;12.8;4.9;8.9;8;5.81;.1;2.78;7139
+62108;42.09669;9.48962;14;20220111;13.7;8.3;11;8.4;5.36;0;3.64;7408
+62108;42.09669;9.48962;14;20220112;12;5.9;9;8.1;5.06;0;3.13;7730
+62108;42.09669;9.48962;14;20220113;12.8;4.6;8.7;5.3;4.86;0;2.57;8958
+62108;42.09669;9.48962;14;20220114;15.8;5.6;10.7;3.4;5.26;0;2.2;9977
+62108;42.09669;9.48962;14;20220115;16.3;5.5;10.9;2.2;6.41;0;1.46;9581
+62108;42.09669;9.48962;14;20220116;15.3;7.1;11.2;2.5;8.56;0;1.3;9416
+62108;42.09669;9.48962;14;20220117;15.2;8;11.6;2.9;8.76;0;1.43;8694
+62108;42.09669;9.48962;14;20220118;15.2;6.9;11;2.9;8.71;0;1.41;8948
+62108;42.09669;9.48962;14;20220119;15.1;6.8;10.9;2.5;8.71;0;1.28;8762
+62108;42.09669;9.48962;14;20220120;15.1;6.8;10.9;2;8.76;.8;1.14;9335
+62108;42.09669;9.48962;14;20220121;14.7;8;11.3;3.3;8.76;.4;1.59;7172
+62108;42.09669;9.48962;14;20220122;13.2;5;9.1;2.9;6.26;0;1.61;10129
+62108;42.09669;9.48962;14;20220123;14.2;4.6;9.4;2.7;7.01;0;1.48;10713
+62108;42.09669;9.48962;14;20220124;15.1;5.6;10.3;2.9;7.81;0;1.63;9860
+62108;42.09669;9.48962;14;20220125;13.6;7.6;10.6;2.6;7.76;0;1.47;8776
+62108;42.09669;9.48962;14;20220126;15;5.9;10.5;2.9;8.16;0;1.51;9450
+62108;42.09669;9.48962;14;20220127;15.5;7;11.2;3.4;8.31;0;1.77;10922
+62108;42.09669;9.48962;14;20220128;15.7;8.1;11.9;3;8.81;0;1.71;9453
+62108;42.09669;9.48962;14;20220129;15.6;7.1;11.3;3;7.86;0;1.83;10221
+62108;42.09669;9.48962;14;20220130;15;7.1;11.1;2.4;9.31;0;1.33;8261
+62108;42.09669;9.48962;14;20220131;15.1;9.5;12.3;3.3;9.41;0;1.72;7393
+62108;42.09669;9.48962;14;20220201;17.8;8.2;13;6.1;4.41;0;4.26;11666
+62108;42.09669;9.48962;14;20220202;16.6;5.9;11.3;3;6.81;0;2.07;12522
+62108;42.09669;9.48962;14;20220203;17.1;6.6;11.8;2.6;10.36;0;1.47;12338
+62108;42.09669;9.48962;14;20220204;16;9.8;12.9;2.9;11.31;0;1.48;7292
+62108;42.09669;9.48962;14;20220205;16.7;9.5;13.1;2;11.16;.1;1.34;8445
+62108;42.09669;9.48962;14;20220206;16.7;9;12.8;2.7;10.41;0;1.61;11355
+62108;42.09669;9.48962;14;20220207;17.6;8.3;12.9;4.5;8.96;0;2.47;10893
+62108;42.09669;9.48962;14;20220208;16.5;6.4;11.5;3;5.31;0;2.48;13372
+62108;42.09669;9.48962;14;20220209;16.2;7.4;11.8;2.4;8.21;0;1.81;12602
+62108;42.09669;9.48962;14;20220210;15.5;7.9;11.7;2.4;9.61;0;1.58;11279
+62108;42.09669;9.48962;14;20220211;15.4;8.7;12.1;2.7;9.71;0;1.67;11381
+62108;42.09669;9.48962;14;20220212;15.7;9.3;12.5;4.8;9.06;0;2.41;12306
+62108;42.09669;9.48962;14;20220213;14.7;7.5;11.1;2.8;9.01;0;1.63;8849
+62108;42.09669;9.48962;14;20220214;17;7.4;12.2;3.5;10.16;1.5;1.86;11643
+62108;42.09669;9.48962;14;20220215;16.3;8.5;12.4;3.5;7.76;0;2.41;11915
+62108;42.09669;9.48962;14;20220216;16.1;5.2;10.6;2.5;7.71;0;1.98;13909
+62108;42.09669;9.48962;14;20220217;16.1;7.9;12;2.8;10.31;0;1.74;13547
+62108;42.09669;9.48962;14;20220218;16.8;8.8;12.8;2.2;11.71;0;1.6;13296
+62108;42.09669;9.48962;14;20220219;16.4;10.4;13.4;2.4;12.06;0;1.52;9602
+62108;42.09669;9.48962;14;20220220;17.4;11.3;14.4;2.5;11.46;0;1.89;11888
+62108;42.09669;9.48962;14;20220221;19;7.5;13.3;5.1;8.16;0;3.3;11722
+62108;42.09669;9.48962;14;20220222;20.8;9.2;15;5.2;4.76;0;4.81;15601
+62108;42.09669;9.48962;14;20220223;17;7.3;12.1;2.6;7.16;0;2.51;15886
+62108;42.09669;9.48962;14;20220224;16.6;7.7;12.2;3;8.56;.1;2.32;14296
+62108;42.09669;9.48962;14;20220225;16;8;12;3.5;9.46;0;2.18;13551
+62108;42.09669;9.48962;14;20220226;14.5;6.8;10.7;9.2;5.46;0;4.23;13731
+62108;42.09669;9.48962;14;20220227;13.5;7.3;10.4;7.1;4.56;0;4;13560
+62108;42.09669;9.48962;14;20220228;14.7;6.6;10.6;5.5;6.46;0;3.23;15893
+62108;42.09669;9.48962;14;20220301;11.5;6.3;8.9;5.6;5.56;0;2.95;13411
+62108;42.09669;9.48962;14;20220302;13;4.2;8.6;3.4;5.76;0;2.49;16719
+62108;42.09669;9.48962;14;20220303;14.2;5.9;10.1;3.4;7.36;0;2.24;12284
+62108;42.09669;9.48962;14;20220304;13.3;7.3;10.3;3.4;9.01;5.3;1.64;7772
+62108;42.09669;9.48962;14;20220305;13;4.9;9;5.5;6.11;0;2.96;16958
+62108;42.09669;9.48962;14;20220306;12.6;3.3;8;4.4;5.86;.2;2.67;15707
+62108;42.09669;9.48962;14;20220307;13.1;3.6;8.3;4.9;5.91;0;2.92;17897
+62108;42.09669;9.48962;14;20220308;13;5.3;9.2;4.3;5.71;0;2.85;12963
+62108;42.09669;9.48962;14;20220309;14;4.5;9.3;3.6;5.26;0;3.04;18568
+62108;42.09669;9.48962;14;20220310;15.1;5.7;10.4;2.9;7.06;0;2.63;18158
+62108;42.09669;9.48962;14;20220311;15.7;7.5;11.6;3.1;8.66;.6;2.46;15070
+62108;42.09669;9.48962;14;20220312;14.6;8.1;11.4;4.3;9.16;3;2.23;11690
+62108;42.09669;9.48962;14;20220313;11.6;8.1;9.9;4.8;10.86;11.6;.97;4545
+62108;42.09669;9.48962;14;20220314;16.2;11.2;13.7;5.4;13.41;.9;1.59;9270
+62108;42.09669;9.48962;14;20220315;15.3;11.2;13.2;4.8;12.81;0;1.42;7027
+62108;42.09669;9.48962;14;20220316;15;11.7;13.4;4.3;12.96;0;1.39;7046
+62108;42.09669;9.48962;14;20220317;17.6;10.3;14;3.3;11.51;0;2.27;11284
+62108;42.09669;9.48962;14;20220318;13.4;11.6;12.5;4;10.21;3.5;1.86;5412
+62108;42.09669;9.48962;14;20220319;12.1;10.8;11.4;3.6;10.01;.4;1.47;3230
+62108;42.09669;9.48962;14;20220320;12.2;9.5;10.9;2.9;9.91;3.4;1.53;6344
+62108;42.09669;9.48962;14;20220321;13.7;6.5;10.1;3.9;7.01;.3;2.81;16408
+62108;42.09669;9.48962;14;20220322;15.1;5.7;10.4;4.4;6.81;0;3.38;20737
+62108;42.09669;9.48962;14;20220323;16.7;6.4;11.5;3.6;6.46;0;3.68;21975
+62108;42.09669;9.48962;14;20220324;17.2;7.7;12.5;3.3;7.16;0;3.6;21430
+62108;42.09669;9.48962;14;20220325;16.8;7.3;12.1;4.8;8.01;0;3.65;21681
+62108;42.09669;9.48962;14;20220326;16.2;7.7;12;2.7;7.76;.1;2.9;16561
+62108;42.09669;9.48962;14;20220327;21.8;11.9;16.9;3.3;8.06;.1;4.4;21760
+62108;42.09669;9.48962;14;20220328;20;10.3;15.2;2.7;8.51;0;3.85;22349
+62108;42.09669;9.48962;14;20220329;17.2;9;13.1;4.2;10.86;8.9;3.11;22065
+62108;42.09669;9.48962;14;20220330;15.3;11.1;13.2;2.1;14.01;7;1.52;11092
+62108;42.09669;9.48962;14;20220331;16.5;12.4;14.5;2.5;13.01;1.4;1.97;10274
+62108;42.09669;9.48962;14;20220401;16.6;12.1;14.3;6.1;6.71;2.3;4.25;12081
+62108;42.09669;9.48962;14;20220402;11.6;4.7;8.2;5.7;7.5;2.9;2.21;9600
+62108;42.09669;9.48962;14;20220403;14.8;3.9;9.3;3;7.4;1.9;3.04;23272
+62108;42.09669;9.48962;14;20220404;15;7.2;11.1;3.8;8.06;0;3.22;21211
+62108;42.09669;9.48962;14;20220405;15.5;6.1;10.8;3.2;8.01;0;3.24;22834
+62108;42.09669;9.48962;14;20220406;12.4;6.5;9.5;2.3;8.91;2.2;1.92;12449
+62108;42.09669;9.48962;14;20220407;17.8;5.5;11.7;6.1;10.9;0;3.02;21195
+62108;42.09669;9.48962;14;20220408;21;9.8;15.4;5.8;13.2;0;3.31;18005
+62108;42.09669;9.48962;14;20220409;22.6;14;18.3;6.4;6.7;0;6.51;20717
+62108;42.09669;9.48962;14;20220410;16.5;5.6;11.1;3.2;7.6;0;3.58;24174
+62108;42.09669;9.48962;14;20220411;16.7;7.6;12.1;4.4;8.91;0;3.71;24879
+62108;42.09669;9.48962;14;20220412;16.2;8.7;12.5;4.8;11.21;0;2.62;16756
+62108;42.09669;9.48962;14;20220413;17.9;10.6;14.2;2.8;11.56;0;3.37;22719
+62108;42.09669;9.48962;14;20220414;20.4;9.2;14.8;3.3;9.04;0;4.02;20527
+62108;42.09669;9.48962;14;20220415;21.5;11.5;16.5;2.7;9.47;0;4.61;24591
+62108;42.09669;9.48962;14;20220416;25.1;13.8;19.5;5.7;9.31;0;6.46;26309
+62108;42.09669;9.48962;14;20220417;18;12.4;15.2;7.9;6.4;0;6.14;25553
+62108;42.09669;9.48962;14;20220418;17.8;8.7;13.3;4.3;7.26;0;4.62;25608
+62108;42.09669;9.48962;14;20220419;19.4;9.6;14.5;3.6;10.76;0;4.06;26094
+62108;42.09669;9.48962;14;20220420;18.6;11.2;14.9;3.3;13.46;2.8;3.02;19673
+62108;42.09669;9.48962;14;20220421;15.1;11;13;3.8;13.86;30.1;1.92;15133
+62108;42.09669;9.48962;14;20220422;17.4;10.9;14.2;3.2;13.86;0;2.44;16852
+62108;42.09669;9.48962;14;20220423;18.2;11.4;14.8;3;12.71;.5;3.38;23187
+62108;42.09669;9.48962;14;20220424;18.5;11.1;14.8;3.3;11.21;0;3.11;17129
+62108;42.09669;9.48962;14;20220425;20.4;11.1;15.8;3.1;13.16;.1;3.92;25262
+62108;42.09669;9.48962;14;20220426;19.2;10.9;15;3.6;13.06;0;3.88;26724
+62108;42.09669;9.48962;14;20220427;18.3;11.1;14.7;2.6;13.06;0;3.29;22214
+62108;42.09669;9.48962;14;20220428;22.5;11.3;16.9;4.3;10.01;0;5.49;28593
+62108;42.09669;9.48962;14;20220429;22.4;13.3;17.8;5.3;8.31;0;6.35;27951
+62108;42.09669;9.48962;14;20220430;21.5;11.5;16.5;3;9.51;0;4.98;28299
+62108;42.09669;9.48962;14;20220501;20.3;13.4;16.9;2.6;11.66;0;4.05;22245
+62108;42.09669;9.48962;14;20220502;21;12;16.5;2.9;10.71;0;4.76;28127
+62108;42.09669;9.48962;14;20220503;21.3;12;16.7;2.5;12.21;0;4.63;28935
+62108;42.09669;9.48962;14;20220504;20.3;13.9;17.1;3;14.16;.6;3.81;22902
+62108;42.09669;9.48962;14;20220505;15.1;14;14.6;3.1;13.91;16.8;1.55;6251
+62108;42.09669;9.48962;14;20220506;18.3;12;15.1;6.3;14.61;4.6;2.2;13356
+62108;42.09669;9.48962;14;20220507;21.5;14.7;18.1;5.7;14.26;0;3.99;17171
+62108;42.09669;9.48962;14;20220508;22.3;15.1;18.7;4.3;13.41;1;4.44;19631
+62108;42.09669;9.48962;14;20220509;22.9;15;19;3.7;13.61;0;5.29;28376
+62108;42.09669;9.48962;14;20220510;23.5;15.2;19.3;2.3;13.71;.1;5.11;29653
+62108;42.09669;9.48962;14;20220511;23.9;14.7;19.3;2.5;14.21;0;5.12;29588
+62108;42.09669;9.48962;14;20220512;22.7;14.9;18.8;2.1;14.96;0;4.72;28232
+62108;42.09669;9.48962;14;20220513;23.3;14.6;18.9;2.5;14.31;0;5;29150
+62108;42.09669;9.48962;14;20220514;23.2;15.1;19.1;2.5;14.06;0;4.99;28200
+62108;42.09669;9.48962;14;20220515;23.2;15.1;19.1;2.2;15.21;0;4.83;28399
+62108;42.09669;9.48962;14;20220516;23.5;15.1;19.3;2.5;16.01;0;4.87;28533
+62108;42.09669;9.48962;14;20220517;25;16.7;20.9;2.5;15.51;0;5.36;29071
+62108;42.09669;9.48962;14;20220518;26.5;17.5;22;2.7;15.91;0;5.97;30789
+62108;42.09669;9.48962;14;20220519;26;18.3;22.1;3.5;14.91;0;6.09;28828
+62108;42.09669;9.48962;14;20220520;26.1;15.9;21;4.7;13.71;2;6.61;31125
+62108;42.09669;9.48962;14;20220521;25.1;16.6;20.8;1.8;17.16;0;5.17;29504
+62108;42.09669;9.48962;14;20220522;24.9;17.2;21;2.2;16.36;.1;5.21;28514
+62108;42.09669;9.48962;14;20220523;25;17.3;21.2;2.6;19.71;.1;5.13;29773
+62108;42.09669;9.48962;14;20220524;26.9;18.2;22.5;3.2;20.26;0;5.16;26052
+62108;42.09669;9.48962;14;20220525;25.9;18.3;22.1;2.3;20.81;.2;4.26;22223
+62108;42.09669;9.48962;14;20220526;26.9;18.9;22.9;2.3;20.91;0;5.08;26513
+62108;42.09669;9.48962;14;20220527;31.4;19.6;25.5;2.9;15.71;0;6.72;28196
+62108;42.09669;9.48962;14;20220528;31.7;22.5;27.1;3;15.81;.2;7.01;27917
+62108;42.09669;9.48962;14;20220529;26.4;19.5;23;4.3;19.46;.3;5.44;24849
+62108;42.09669;9.48962;14;20220530;26;18.4;22.2;2.4;19.31;.2;4.84;25097
+62108;42.09669;9.48962;14;20220531;27.3;18.1;22.7;3;18.96;0;6.04;31645
+62108;42.09669;9.48962;14;20220601;26.8;19;22.9;2.8;20.36;0;5.44;28812
+62108;42.09669;9.48962;14;20220602;27;18.8;22.9;3;22.06;0;5.44;29965
+62108;42.09669;9.48962;14;20220603;27.1;20.5;23.8;2.4;23.21;0;4.45;22472
+62108;42.09669;9.48962;14;20220604;27.3;20.3;23.8;2.2;24.31;0;4.52;23535
+62108;42.09669;9.48962;14;20220605;28.5;20.5;24.5;2.6;24.76;.1;4.37;21179
+62108;42.09669;9.48962;14;20220606;28.1;19.7;23.9;2.1;22.26;0;5.92;31365
+62108;42.09669;9.48962;14;20220607;32.7;18.3;25.5;3.1;17.36;0;7.24;32974
+62108;42.09669;9.48962;14;20220608;27.8;20.2;24;2.6;17.21;.1;5.8;26980
+62108;42.09669;9.48962;14;20220609;30;21.1;25.6;3.8;15.71;0;7.45;30849
+62108;42.09669;9.48962;14;20220610;30.2;19.6;24.9;5.3;13.21;0;8.5;32194
+62108;42.09669;9.48962;14;20220611;31.3;21.4;26.4;4.6;12.61;0;8.81;32548
+62108;42.09669;9.48962;14;20220612;31.9;18.3;25.1;2.9;12.96;0;7.6;33147
+62108;42.09669;9.48962;14;20220613;29.3;20.2;24.7;2.3;16.31;0;6.55;31449
+62108;42.09669;9.48962;14;20220614;29;20.3;24.6;2.8;19.36;.1;6.51;31813
+62108;42.09669;9.48962;14;20220615;28.6;20.1;24.3;2.4;20.61;0;5.92;29948
+62108;42.09669;9.48962;14;20220616;29.9;20.8;25.3;2.3;20.06;0;6.49;31975
+62108;42.09669;9.48962;14;20220617;30.3;21.4;25.8;2.5;21.21;0;6.58;31410
+62108;42.09669;9.48962;14;20220618;31.2;22.5;26.9;3.1;20.11;0;7.22;31777
+62108;42.09669;9.48962;14;20220619;29.8;22.8;26.3;3.2;17.96;0;6.94;29488
+62108;42.09669;9.48962;14;20220620;29.2;20;24.6;3.1;21.46;0;6.35;32005
+62108;42.09669;9.48962;14;20220621;29.4;22;25.7;2.7;24.31;.3;5.53;26585
+62108;42.09669;9.48962;14;20220622;28.7;22;25.4;3.4;24.84;.1;4.76;20876
+62108;42.09669;9.48962;14;20220623;28.4;22.4;25.4;1.9;26.56;0;3.61;16575
+62108;42.09669;9.48962;14;20220624;33;21.8;27.4;3.1;24.41;0;6.29;28597
+62108;42.09669;9.48962;14;20220625;29.9;22.6;26.2;2.7;24.11;0;5.97;28112
+62108;42.09669;9.48962;14;20220626;29.9;21.7;25.8;3.5;23.81;0;6.2;30166
+62108;42.09669;9.48962;14;20220627;29.7;22.1;25.9;2.7;27.01;0;5.49;27940
+62108;42.09669;9.48962;14;20220628;32.5;24.5;28.5;3;27.71;1.1;5.18;21253
+62108;42.09669;9.48962;14;20220629;28.8;21.7;25.3;3.6;23.21;0;5.73;27813
+62108;42.09669;9.48962;14;20220630;29;20.9;25;3.3;21.11;0;6.31;30447
+62108;42.09669;9.48962;14;20220701;29.8;21.4;25.6;3.3;23.01;0;6.3;30413
+62108;42.09669;9.48962;14;20220702;30;21.4;25.7;2.6;22.66;0;6.52;32201
+62108;42.09669;9.48962;14;20220703;33;22.4;27.7;2.1;21.41;0;7.02;32458
+62108;42.09669;9.48962;14;20220704;32.8;22.5;27.6;2.4;19.96;0;7.15;32129
+62108;42.09669;9.48962;14;20220705;31.7;22.5;27.1;2.5;18.91;0;6.98;31342
+62108;42.09669;9.48962;14;20220706;32.6;22.4;27.5;2.8;20.86;0;7.27;32141
+62108;42.09669;9.48962;14;20220707;32.7;22.9;27.8;2.3;20.96;0;6.98;31696
+62108;42.09669;9.48962;14;20220708;31.1;23.1;27.1;3.5;19.86;0;7.29;30851
+62108;42.09669;9.48962;14;20220709;30.3;22.1;26.2;3;15.76;0;6.93;28906
+62108;42.09669;9.48962;14;20220710;29.8;21.6;25.7;3.1;17.21;0;6.8;29621
+62108;42.09669;9.48962;14;20220711;30.3;22;26.2;2.9;19.71;0;6.85;31832
+62108;42.09669;9.48962;14;20220712;30.5;22.4;26.4;3.4;22.16;0;6.73;30756
+62108;42.09669;9.48962;14;20220713;30.4;22.8;26.6;3.3;22.26;0;6.59;29771
+62108;42.09669;9.48962;14;20220714;30.7;22.3;26.5;2.6;20.76;0;6.45;29225
+62108;42.09669;9.48962;14;20220715;31.7;23.4;27.5;2.7;21.96;0;6.75;30162
+62108;42.09669;9.48962;14;20220716;31.4;23.4;27.4;2.9;23.26;0;6.67;30032
+62108;42.09669;9.48962;14;20220717;31.7;23.6;27.6;2.9;25.96;0;6.33;29037
+62108;42.09669;9.48962;14;20220718;33;24;28.5;1.7;23.46;0;6.51;30218
+62108;42.09669;9.48962;14;20220719;33;23.9;28.5;2.3;19.16;0;6.93;29908
+62108;42.09669;9.48962;14;20220720;33;25.1;29;2.8;20.06;0;7.2;29522
+62108;42.09669;9.48962;14;20220721;33.7;24.7;29.2;2.7;20.01;0;7.27;29793
+62108;42.09669;9.48962;14;20220722;33.9;24.9;29.4;3;22.71;0;7.39;31061
+62108;42.09669;9.48962;14;20220723;32.5;24.5;28.5;2.5;25.01;0;6.55;29178
+62108;42.09669;9.48962;14;20220724;32.2;24.9;28.6;2.4;24.81;0;5.9;25011
+62108;42.09669;9.48962;14;20220725;32.6;25;28.8;2.5;26.86;0;6.36;28286
+62108;42.09669;9.48962;14;20220726;32.5;24.4;28.4;3;25.81;0;6.2;26930
+62108;42.09669;9.48962;14;20220727;32.8;24.5;28.6;3.3;24.21;0;6.51;26298
+62108;42.09669;9.48962;14;20220728;32.5;24.2;28.4;2.4;23.56;0;6.46;28579
+62108;42.09669;9.48962;14;20220729;32.3;24.5;28.4;2.6;25.16;0;6.32;28022
+62108;42.09669;9.48962;14;20220730;32.4;24.4;28.4;2.9;24.76;.6;6.09;25999
+62108;42.09669;9.48962;14;20220731;32.9;23.4;28.2;2.6;19.46;0;6.85;29221
+62108;42.09669;9.48962;14;20220801;33.4;24.1;28.7;3.1;18.46;0;7.47;29963
+62108;42.09669;9.48962;14;20220802;33;24.6;28.8;2.6;23.31;0;6.65;28411
+62108;42.09669;9.48962;14;20220803;33;24.5;28.7;2.9;20.96;0;7;29210
+62108;42.09669;9.48962;14;20220804;33;24.7;28.8;3;20.91;0;7;28763
+62108;42.09669;9.48962;14;20220805;32.8;24.4;28.6;2.2;22.31;0;6.35;28165
+62108;42.09669;9.48962;14;20220806;32.7;25.1;28.9;2.1;24.36;0;5.98;26459
+62108;42.09669;9.48962;14;20220807;33.8;24.6;29.2;3.2;23.61;.2;6.99;28811
+62108;42.09669;9.48962;14;20220808;32.9;24.1;28.5;4.1;22.16;2.9;6.91;25787
+62108;42.09669;9.48962;14;20220809;33.3;22.4;27.8;4.4;19.31;.7;7.82;29325
+62108;42.09669;9.48962;14;20220810;32.4;24.3;28.3;4.2;19.71;.1;7.51;27996
+62108;42.09669;9.48962;14;20220811;32.5;23.8;28.2;3.9;17.11;0;7.19;24740
+62108;42.09669;9.48962;14;20220812;31.7;22.3;27;3;16.71;0;6.63;27181
+62108;42.09669;9.48962;14;20220813;28.5;22.1;25.3;2.8;21.46;.1;4.67;20392
+62108;42.09669;9.48962;14;20220814;31;21.5;26.2;3.6;19.51;.5;5.95;23444
+62108;42.09669;9.48962;14;20220815;32.1;22.1;27.1;3.9;23.21;.8;5.42;20099
+62108;42.09669;9.48962;14;20220816;31.8;21.8;26.8;2.6;23.36;.2;5.92;28036
+62108;42.09669;9.48962;14;20220817;31.3;22.8;27;3;25.76;.7;5.42;25411
+62108;42.09669;9.48962;14;20220818;29.4;24.4;26.9;2.9;24.31;5;4.82;21022
+62108;42.09669;9.48962;14;20220819;29.4;20.1;24.8;2.8;20.81;1.6;5.26;26248
+62108;42.09669;9.48962;14;20220820;30.9;20;25.5;2.6;18.51;0;5.88;27458
+62108;42.09669;9.48962;14;20220821;30.8;21.7;26.2;2.8;21.21;0;5.46;24380
+62108;42.09669;9.48962;14;20220822;29.9;22.1;26;2.9;20.66;0;5.37;23697
+62108;42.09669;9.48962;14;20220823;30.7;21.6;26.1;2.8;20.11;0;5.61;24955
+62108;42.09669;9.48962;14;20220824;31.8;22;26.9;3.4;17.61;0;6.52;26067
+62108;42.09669;9.48962;14;20220825;31.4;22.3;26.8;3.9;17.41;0;6.82;26417
+62108;42.09669;9.48962;14;20220826;30.9;22.7;26.8;2.6;20.61;0;5.47;24104
+62108;42.09669;9.48962;14;20220827;30.6;22.4;26.5;3.3;22.06;0;5.39;23329
+62108;42.09669;9.48962;14;20220828;31.8;22.3;27;3.3;21.86;.6;5.71;23275
+62108;42.09669;9.48962;14;20220829;30.2;22.2;26.2;2.9;22.36;0;5.08;22791
+62108;42.09669;9.48962;14;20220830;30.7;21.8;26.2;2.6;22.46;0;5.17;24234
+62108;42.09669;9.48962;14;20220831;29.4;21.8;25.6;2.7;21.91;1.6;4.47;19576
+62108;42.09669;9.48962;14;20220901;30.3;22.2;26.2;2.4;21.81;4.4;4.19;17000
+62108;42.09669;9.48962;14;20220902;29.1;21.5;25.3;3.5;21.91;3.1;4.47;18224
+62108;42.09669;9.48962;14;20220903;29.6;21.2;25.4;2.8;22.96;.3;4.31;19768
+62108;42.09669;9.48962;14;20220904;29.8;22.3;26.1;2.9;22.96;.1;4.87;22385
+62108;42.09669;9.48962;14;20220905;29.3;21.1;25.2;3.4;22.26;0;4.84;22604
+62108;42.09669;9.48962;14;20220906;29.8;21.8;25.8;3.7;24.36;1.8;3.93;16089
+62108;42.09669;9.48962;14;20220907;30.6;22.8;26.7;3;24.81;.1;4.82;21926
+62108;42.09669;9.48962;14;20220908;31.3;22.9;27.1;3.1;23.16;0;4.61;17997
+62108;42.09669;9.48962;14;20220909;33.1;22.2;27.6;3.3;16.51;0;6.03;23165
+62108;42.09669;9.48962;14;20220910;32.1;23.8;28;3.6;14.96;0;6.38;22370
+62108;42.09669;9.48962;14;20220911;29.1;21.1;25.1;2.8;19.61;0;4.61;20781
+62108;42.09669;9.48962;14;20220912;29;20;24.5;3.4;18.81;0;4.93;22475
+62108;42.09669;9.48962;14;20220913;28.5;20.5;24.5;3.4;21.96;0;4.16;19286
+62108;42.09669;9.48962;14;20220914;29.7;22.9;26.3;3.5;24.81;.7;3.96;16529
+62108;42.09669;9.48962;14;20220915;33.9;23.3;28.6;4.2;19.86;0;6.08;20000
+62108;42.09669;9.48962;14;20220916;33.9;23.2;28.5;4.1;15.01;0;6.74;20083
+62108;42.09669;9.48962;14;20220917;29.7;23.1;26.4;5.4;11.91;0;7.15;20967
+62108;42.09669;9.48962;14;20220918;25.7;16.4;21;4.1;12.66;0;4.91;20868
+62108;42.09669;9.48962;14;20220919;26.6;16.8;21.7;3.5;14.16;0;4.71;21196
+62108;42.09669;9.48962;14;20220920;27.3;18.8;23.1;4;15.81;.1;4.42;15131
+62108;42.09669;9.48962;14;20220921;26.5;18.5;22.5;4;13.61;.8;4.69;16089
+62108;42.09669;9.48962;14;20220922;24.1;15.7;19.9;4.3;11.36;0;4.64;17715
+62108;42.09669;9.48962;14;20220923;23.8;16.1;19.9;3.7;11.31;0;4.39;18711
+62108;42.09669;9.48962;14;20220924;23.2;15.5;19.4;3.4;15.36;6;2.74;10063
+62108;42.09669;9.48962;14;20220925;25.4;17.1;21.2;3.2;18.26;1;3.19;15993
+62108;42.09669;9.48962;14;20220926;26;18.7;22.3;2.8;15.86;0;3.47;13776
+62108;42.09669;9.48962;14;20220927;26.7;18.8;22.7;5.5;10.16;.1;6.04;17517
+62108;42.09669;9.48962;14;20220928;26.8;16.4;21.6;3.1;11.86;0;4.21;15062
+62108;42.09669;9.48962;14;20220929;25.5;18.1;21.8;3.9;13.36;5.2;3.82;8702
+62108;42.09669;9.48962;14;20220930;22.5;14.3;18.4;3.3;14.91;2.9;2.23;7122
+62108;42.09669;9.48962;14;20221001;24.6;15.2;19.9;3.1;12.11;0;3.73;17115
+62108;42.09669;9.48962;14;20221002;25.2;16.9;21.1;2.7;15.36;0;3.49;17649
+62108;42.09669;9.48962;14;20221003;24.8;17.1;21;2.4;15.96;0;3.17;16355
+62108;42.09669;9.48962;14;20221004;24.9;16.2;20.6;2.8;16.71;0;3.27;18292
+62108;42.09669;9.48962;14;20221005;25.2;16.6;20.9;2.8;15.66;0;3.28;16272
+62108;42.09669;9.48962;14;20221006;24.5;16;20.2;2.4;14.66;0;3.15;17062
+62108;42.09669;9.48962;14;20221007;24.3;16.1;20.2;2.9;14.36;0;3.38;17508
+62108;42.09669;9.48962;14;20221008;24.4;16.2;20.3;2.3;16.26;3.8;2.69;13973
+62108;42.09669;9.48962;14;20221009;23;17.7;20.4;2.4;18.31;2.7;1.93;8593
+62108;42.09669;9.48962;14;20221010;23.8;17.2;20.5;2.8;16.76;1.5;2.62;12080
+62108;42.09669;9.48962;14;20221011;23.9;15.7;19.8;2.8;16.91;0;2.62;14228
+62108;42.09669;9.48962;14;20221012;21.8;16.6;19.2;2.2;16.76;7.8;1.82;7639
+62108;42.09669;9.48962;14;20221013;24.9;16.3;20.6;3.2;15.66;0;3.08;12974
+62108;42.09669;9.48962;14;20221014;23.7;15.6;19.7;2.4;15.41;0;2.64;14794
+62108;42.09669;9.48962;14;20221015;23.5;15.5;19.5;2.6;15.71;0;2.69;15674
+62108;42.09669;9.48962;14;20221016;24.1;16.6;20.4;2.3;16.71;0;2.41;12523
+62108;42.09669;9.48962;14;20221017;24;16;20;3.2;17.56;0;2.42;13200
+62108;42.09669;9.48962;14;20221018;23.8;16;19.9;3.7;17.11;.1;2.65;14450
+62108;42.09669;9.48962;14;20221019;23.7;16.3;20;2.5;17.96;0;2.27;13585
+62108;42.09669;9.48962;14;20221020;23.5;16.3;19.9;2.8;17.66;0;2.35;13723
+62108;42.09669;9.48962;14;20221021;24;16.5;20.3;3.8;18.51;0;1.93;5853
+62108;42.09669;9.48962;14;20221022;26.9;17.7;22.3;2.5;19.56;0;2.52;13754
+62108;42.09669;9.48962;14;20221023;25.2;18.2;21.7;2.5;20.21;0;2.29;12898
+62108;42.09669;9.48962;14;20221024;24.8;17.9;21.3;2.2;19.21;0;2.1;11360
+62108;42.09669;9.48962;14;20221025;25.1;17.5;21.3;3;17.61;0;2.43;11025
+62108;42.09669;9.48962;14;20221026;23.6;17.4;20.5;1.9;19.36;.1;1.59;8592
+62108;42.09669;9.48962;14;20221027;23.3;16.7;20;2;18.61;.1;1.76;10501
+62108;42.09669;9.48962;14;20221028;23.1;15.6;19.3;2.3;17.01;0;1.94;11770
+62108;42.09669;9.48962;14;20221029;24.4;16.9;20.6;2.3;14.66;0;2.4;12038
+62108;42.09669;9.48962;14;20221030;23.7;15.2;19.5;2.7;13.81;0;2.47;12505
+62108;42.09669;9.48962;14;20221031;24;15.5;19.8;2.5;12.76;0;2.56;12607
+62108;42.09669;9.48962;14;20221101;22.6;15;18.8;1.9;14.36;0;1.95;11409
+62108;42.09669;9.48962;14;20221102;22.8;15.7;19.2;2;16.46;0;1.82;11209
+62108;42.09669;9.48962;14;20221103;22.6;15.9;19.2;2.9;17.01;5.2;1.84;10098
+62108;42.09669;9.48962;14;20221104;23.5;16.1;19.8;5;12.16;0;3.56;10097
+62108;42.09669;9.48962;14;20221105;21.5;11.8;16.7;6.1;10.96;.8;3.22;10864
+62108;42.09669;9.48962;14;20221106;21.4;12;16.7;3.6;8.91;0;3.01;11746
+62108;42.09669;9.48962;14;20221107;21.2;12.9;17;2.7;11.01;0;2.21;10251
+62108;42.09669;9.48962;14;20221108;21.5;13.1;17.3;2.9;13.56;.2;1.96;10223
+62108;42.09669;9.48962;14;20221109;21.5;14.6;18;3.3;15.46;0;1.74;7834
+62108;42.09669;9.48962;14;20221110;23.3;15;19.1;3;16.41;.5;1.91;10900
+62108;42.09669;9.48962;14;20221111;22.1;16.3;19.2;3;15.41;0;1.93;7490
+62108;42.09669;9.48962;14;20221112;21.9;14;17.9;4;11.31;0;2.79;9040
+62108;42.09669;9.48962;14;20221113;19.1;13.7;16.4;3.5;11.51;5.6;2.08;6004
+62108;42.09669;9.48962;14;20221114;19.2;10.8;15;2.8;11.86;.9;1.61;10062
+62108;42.09669;9.48962;14;20221115;17.5;12.9;15.2;3.2;15.01;9.5;.9;3408
+62108;42.09669;9.48962;14;20221116;22;14.5;18.3;3.4;15.51;1.6;1.74;8681
+62108;42.09669;9.48962;14;20221117;21;13.4;17.2;3;13.91;1.5;1.72;7359
+62108;42.09669;9.48962;14;20221118;23.3;14.9;19.1;3.8;11.71;.1;2.8;9097
+62108;42.09669;9.48962;14;20221119;18.2;14.2;16.2;3.2;10.06;0;2.14;4421
+62108;42.09669;9.48962;14;20221120;18.5;11.3;14.9;3.4;10.36;0;1.94;8115
+62108;42.09669;9.48962;14;20221121;18.1;10;14;2.2;9.91;22.7;1.48;7709
+62108;42.09669;9.48962;14;20221122;15.9;11.7;13.8;3.9;11.01;4.8;1.6;3777
+62108;42.09669;9.48962;14;20221123;18.6;11.7;15.1;3;8.41;0;2.11;8272
+62108;42.09669;9.48962;14;20221124;20;11.2;15.6;3;10.86;0;1.81;9878
+62108;42.09669;9.48962;14;20221125;16.1;12.8;14.4;3.3;12.71;23.7;1.2;1757
+62108;42.09669;9.48962;14;20221126;17.5;10.3;13.9;7.4;11.06;1.1;2.2;6057
+62108;42.09669;9.48962;14;20221127;17;9.8;13.4;5.2;8.31;0;2.53;8567
+62108;42.09669;9.48962;14;20221128;15.7;10;12.8;2.7;8.81;.3;1.6;5025
+62108;42.09669;9.48962;14;20221129;12.6;10;11.3;3.7;10.01;10.8;1.25;2087
+62108;42.09669;9.48962;14;20221130;15;9.9;12.5;4.9;9.66;0;1.78;6440
+62108;42.09669;9.48962;14;20221201;14.4;7;10.7;4.2;8.21;0;1.73;6245
+62108;42.09669;9.48962;14;20221202;15.1;7.6;11.3;2.6;9.06;4.6;1.25;6870
+62108;42.09669;9.48962;14;20221203;17.7;10.6;14.2;3.4;12.36;21.7;1.18;4800
+62108;42.09669;9.48962;14;20221204;17.1;9.5;13.3;2.1;11.96;.7;.91;7534
+62108;42.09669;9.48962;14;20221205;18.7;9.9;14.3;2.1;12.31;.4;1.02;6890
+62108;42.09669;9.48962;14;20221206;18.2;10.8;14.5;2.9;12.56;0;1.21;6773
+62108;42.09669;9.48962;14;20221207;17.6;11.8;14.7;2.1;12.11;.3;1.06;6472
+62108;42.09669;9.48962;14;20221208;16.2;10.2;13.2;2.4;11.91;0;.96;4588
+62108;42.09669;9.48962;14;20221209;22;11;16.5;3.8;12.51;5.8;1.94;5916
+62108;42.09669;9.48962;14;20221210;16.8;11.8;14.3;2.4;12.91;5.3;.98;2128
+62108;42.09669;9.48962;14;20221211;15.8;10.1;12.9;4.4;6.41;0;2.5;7618
+62108;42.09669;9.48962;14;20221212;15.8;6.6;11.2;2.8;6.81;8.7;1.59;7995
+62108;42.09669;9.48962;14;20221213;14.7;8.2;11.4;3.4;11.21;11.2;.9;4472
+62108;42.09669;9.48962;14;20221214;15.5;10.6;13;2.8;13.51;14.6;.63;4585
+62108;42.09669;9.48962;14;20221215;17.3;12.4;14.9;3.2;14.01;10.7;.97;2935
+62108;42.09669;9.48962;14;20221216;17.5;11.7;14.6;2.6;12.31;2.6;1.11;5004
+62108;42.09669;9.48962;14;20221217;18.3;8.7;13.5;3;11.86;1.2;1.11;7754
+62108;42.09669;9.48962;14;20221218;17.3;10.2;13.8;3.3;11.51;0;1.32;5676
+62108;42.09669;9.48962;14;20221219;16.4;10.7;13.5;2.4;11.06;.1;1.06;6874
+62108;42.09669;9.48962;14;20221220;16;8.6;12.3;2.8;10.71;0;1.02;7523
+62108;42.09669;9.48962;14;20221221;15.8;8.7;12.2;2.7;10.96;0;.98;6865
+62108;42.09669;9.48962;14;20221222;17.9;9.8;13.8;2.4;12.56;0;.93;8102
+62108;42.09669;9.48962;14;20221223;18.5;10.3;14.4;2.6;12.86;0;.97;7825
+62108;42.09669;9.48962;14;20221224;18;10.8;14.4;2.3;13.86;.1;.84;7443
+62108;42.09669;9.48962;14;20221225;17.2;10.4;13.8;3;13.71;0;.86;4558
+62108;42.09669;9.48962;14;20221226;17.1;12.7;14.9;2.3;13.21;.1;.97;3387
+62108;42.09669;9.48962;14;20221227;19.5;9.9;14.7;2.9;12.71;0;1.13;8166
+62108;42.09669;9.48962;14;20221228;17;8.8;12.9;2.3;11.31;.1;.97;6708
+62108;42.09669;9.48962;14;20221229;17.5;8.1;12.8;2;10.86;0;.88;8691
+62108;42.09669;9.48962;14;20221230;19.3;9.7;14.5;2.2;11.51;0;1.19;5454
+62108;42.09669;9.48962;14;20221231;18.9;10.5;14.7;3.4;12.51;0;1.28;8010
+63105;42.25614;8.71738;308;20220101;12.2;9.9;11.1;2.1;11.67;0;.85;800
+63105;42.25614;8.71738;308;20220102;13.4;9.2;11.3;3.2;10.34;0;1.29;3834
+63105;42.25614;8.71738;308;20220103;17.6;8.1;12.9;5.2;9.74;.1;2.41;7611
+63105;42.25614;8.71738;308;20220104;13.7;8.6;11.2;3.1;10.97;0;1.1;5077
+63105;42.25614;8.71738;308;20220105;15.1;7.8;11.4;4.7;9.91;10.9;1.83;4344
+63105;42.25614;8.71738;308;20220106;8.9;3;6;2.9;8.2;4.4;.83;4221
+63105;42.25614;8.71738;308;20220107;10.9;4.4;7.6;3.8;7.17;0;1.48;7107
+63105;42.25614;8.71738;308;20220108;12.4;3.3;7.8;4.9;7.24;8.8;1.78;7357
+63105;42.25614;8.71738;308;20220109;11.4;5.8;8.6;8;8.27;5.9;1.93;5426
+63105;42.25614;8.71738;308;20220110;11.2;3.2;7.2;4.4;6.01;0;1.93;7538
+63105;42.25614;8.71738;308;20220111;12.2;3.6;7.9;4.2;5.51;0;2.13;8270
+63105;42.25614;8.71738;308;20220112;11.1;2.7;6.9;6.2;4.61;0;2.64;8690
+63105;42.25614;8.71738;308;20220113;12.7;2.2;7.4;5.7;4.64;0;2.74;9396
+63105;42.25614;8.71738;308;20220114;11.9;2.4;7.2;3;7.04;.1;1.28;9220
+63105;42.25614;8.71738;308;20220115;13.3;3.3;8.3;2.8;7.64;0;1.3;9429
+63105;42.25614;8.71738;308;20220116;13.6;3.4;8.5;2.9;7.91;.1;1.34;9469
+63105;42.25614;8.71738;308;20220117;12.5;3.3;7.9;3;7.81;0;1.28;9466
+63105;42.25614;8.71738;308;20220118;12.2;2.9;7.5;2.2;8.77;0;.89;8100
+63105;42.25614;8.71738;308;20220119;12.4;5.6;9;2.7;8.67;1.2;1.23;7008
+63105;42.25614;8.71738;308;20220120;11.2;8;9.6;4.3;8.14;.5;1.77;5662
+63105;42.25614;8.71738;308;20220121;11.8;4.5;8.2;3;7.54;.1;1.4;8652
+63105;42.25614;8.71738;308;20220122;11.2;2.9;7;2.7;6.37;.1;1.38;10074
+63105;42.25614;8.71738;308;20220123;12.1;2.9;7.5;2.5;7.61;0;1.19;9946
+63105;42.25614;8.71738;308;20220124;11.4;3.7;7.6;2.5;8.07;0;1.12;9826
+63105;42.25614;8.71738;308;20220125;12.1;3.6;7.9;2.5;8.61;0;1.09;8361
+63105;42.25614;8.71738;308;20220126;11.6;5.8;8.7;3.9;8.21;0;1.58;5536
+63105;42.25614;8.71738;308;20220127;12.9;4.9;8.9;2.4;8.14;0;1.35;8881
+63105;42.25614;8.71738;308;20220128;12.1;5;8.6;2.7;8.47;.1;1.31;10174
+63105;42.25614;8.71738;308;20220129;13.9;4.4;9.2;3.2;8.07;.1;1.6;10444
+63105;42.25614;8.71738;308;20220130;13;3.5;8.2;2.6;8.07;0;1.33;8637
+63105;42.25614;8.71738;308;20220131;13.3;4.2;8.8;5.1;8.31;.1;1.88;8200
+63105;42.25614;8.71738;308;20220201;13.8;4.8;9.3;4;5.77;0;2.5;9981
+63105;42.25614;8.71738;308;20220202;15.9;4;10;2.7;7.37;0;1.85;12000
+63105;42.25614;8.71738;308;20220203;13.7;5.3;9.5;2.5;9.97;0;1.24;9310
+63105;42.25614;8.71738;308;20220204;13.8;6.9;10.4;2.6;10.54;0;1.25;7326
+63105;42.25614;8.71738;308;20220205;14.1;7.2;10.7;2.5;9.91;.1;1.43;9036
+63105;42.25614;8.71738;308;20220206;14.5;5.2;9.9;4.4;9.41;.5;1.88;12135
+63105;42.25614;8.71738;308;20220207;15.9;6.4;11.1;6.8;8.68;2;2.81;9745
+63105;42.25614;8.71738;308;20220208;14.2;4.6;9.4;2.4;7.11;0;1.78;12325
+63105;42.25614;8.71738;308;20220209;14.6;5;9.8;2.8;7.74;.1;1.9;12850
+63105;42.25614;8.71738;308;20220210;13.9;4.6;9.2;2.8;7.71;0;1.83;12686
+63105;42.25614;8.71738;308;20220211;13.3;3;8.1;2.8;8.81;0;1.46;12055
+63105;42.25614;8.71738;308;20220212;14.3;5.4;9.9;4.7;8.77;0;2.14;12469
+63105;42.25614;8.71738;308;20220213;12.2;4.7;8.4;2.4;8.77;.2;1.32;7626
+63105;42.25614;8.71738;308;20220214;14;5.4;9.7;3;9.27;14.1;1.66;9860
+63105;42.25614;8.71738;308;20220215;11.6;7.1;9.3;6.8;8.54;4.3;2.2;7433
+63105;42.25614;8.71738;308;20220216;13.2;4.4;8.8;3.9;8.44;.5;1.94;12053
+63105;42.25614;8.71738;308;20220217;16.6;8.7;12.7;3.4;10.84;0;2.13;12591
+63105;42.25614;8.71738;308;20220218;16.4;6.3;11.3;2.7;10.91;0;1.86;14356
+63105;42.25614;8.71738;308;20220219;15.6;7.3;11.4;2.6;10.81;0;1.64;9408
+63105;42.25614;8.71738;308;20220220;14.6;6.2;10.4;4;10.01;.1;1.93;11894
+63105;42.25614;8.71738;308;20220221;13.8;8;10.9;10.4;8.64;5;3.19;9030
+63105;42.25614;8.71738;308;20220222;15.3;5.7;10.5;3.5;7.54;0;2.59;14884
+63105;42.25614;8.71738;308;20220223;13.4;3.7;8.5;3;8.74;0;1.88;15256
+63105;42.25614;8.71738;308;20220224;13.9;5.3;9.6;3.6;9.34;0;1.94;12173
+63105;42.25614;8.71738;308;20220225;15.2;6.7;11;5.2;8.51;0;2.85;13302
+63105;42.25614;8.71738;308;20220226;11.9;4.4;8.1;5.8;5.27;.1;3.16;14551
+63105;42.25614;8.71738;308;20220227;11.1;1.8;6.4;4.5;4.34;0;2.88;14334
+63105;42.25614;8.71738;308;20220228;12.3;1.8;7.1;3.9;5.64;0;2.62;16448
+63105;42.25614;8.71738;308;20220301;11.2;3.4;7.3;4.4;5.87;0;2.62;15335
+63105;42.25614;8.71738;308;20220302;11.7;1.9;6.8;3.2;6.87;.1;2.06;14812
+63105;42.25614;8.71738;308;20220303;12;4.3;8.1;2.3;8.07;.8;1.61;9055
+63105;42.25614;8.71738;308;20220304;12.3;6.8;9.5;3.1;9.11;5;1.89;10989
+63105;42.25614;8.71738;308;20220305;12;2.2;7.1;4.8;5.51;0;2.86;15419
+63105;42.25614;8.71738;308;20220306;10.8;1.1;6;4.1;5.31;.1;2.59;15799
+63105;42.25614;8.71738;308;20220307;10.7;.5;5.6;4;5.21;0;2.58;17097
+63105;42.25614;8.71738;308;20220308;11.8;.9;6.3;4.2;5.67;0;2.67;16445
+63105;42.25614;8.71738;308;20220309;11.4;1.2;6.3;3.3;5.64;.1;2.54;18164
+63105;42.25614;8.71738;308;20220310;13.3;2.5;7.9;2.4;7.27;0;2.23;17002
+63105;42.25614;8.71738;308;20220311;14.7;3.4;9.1;2.5;7.87;0;2.36;16247
+63105;42.25614;8.71738;308;20220312;14.6;5.1;9.8;3.6;6.77;0;2.82;11955
+63105;42.25614;8.71738;308;20220313;15.7;5.1;10.4;2.8;8.17;.9;2.48;12907
+63105;42.25614;8.71738;308;20220314;17.1;8.7;12.9;3.8;10.98;0;2.36;13334
+63105;42.25614;8.71738;308;20220315;16;9.6;12.8;2;10.54;0;2.08;11110
+63105;42.25614;8.71738;308;20220316;15.7;7.6;11.7;2.4;10.64;0;1.98;10381
+63105;42.25614;8.71738;308;20220317;16.3;8.4;12.3;3.5;10.71;.5;2.35;10601
+63105;42.25614;8.71738;308;20220318;15;10;12.5;4.7;9.94;.9;2.45;6256
+63105;42.25614;8.71738;308;20220319;14.4;9.1;11.8;4.5;9.34;.6;2.47;7011
+63105;42.25614;8.71738;308;20220320;14.8;8.1;11.5;4.1;9.27;.5;2.6;10206
+63105;42.25614;8.71738;308;20220321;14.7;3.7;9.2;4.7;6.27;0;3.54;19316
+63105;42.25614;8.71738;308;20220322;15.3;2.3;8.8;4.5;5.94;0;3.66;20420
+63105;42.25614;8.71738;308;20220323;14.3;3.9;9.1;3.4;7.34;0;3.06;20815
+63105;42.25614;8.71738;308;20220324;15.5;4.4;9.9;2.7;7.31;0;3.17;20716
+63105;42.25614;8.71738;308;20220325;17.4;4.7;11.1;2.8;7.01;0;3.51;20718
+63105;42.25614;8.71738;308;20220326;15.6;4.9;10.3;3;7.97;.8;2.81;15039
+63105;42.25614;8.71738;308;20220327;20;10.8;15.4;4.7;8.77;.7;4.22;12865
+63105;42.25614;8.71738;308;20220328;17;7.9;12.5;2.8;8.97;0;3.23;18452
+63105;42.25614;8.71738;308;20220329;16.1;6.8;11.5;2.6;8.47;3.9;3.01;17553
+63105;42.25614;8.71738;308;20220330;16.2;9.5;12.9;2;12.41;19.6;1.94;10113
+63105;42.25614;8.71738;308;20220331;15.3;9.7;12.5;5.6;11.81;3.4;2.62;13491
+63105;42.25614;8.71738;308;20220401;12.9;10.4;11.7;10.8;7.64;5.5;4.21;10440
+63105;42.25614;8.71738;308;20220402;10;3.5;6.7;5.7;7.43;11.1;2.21;9600
+63105;42.25614;8.71738;308;20220403;11.1;2.9;7;3.7;7.58;1.5;2.11;10825
+63105;42.25614;8.71738;308;20220404;12.3;2.7;7.5;3.5;7.21;0;2.89;21025
+63105;42.25614;8.71738;308;20220405;13;3.5;8.3;2.8;7.57;0;3.02;23420
+63105;42.25614;8.71738;308;20220406;12.9;4.3;8.6;3.2;8.51;2.2;2.14;11063
+63105;42.25614;8.71738;308;20220407;17.2;6.5;11.9;9.9;9.34;0;4.28;18916
+63105;42.25614;8.71738;308;20220408;20.2;12;16.1;10.7;10.81;0;5.91;20302
+63105;42.25614;8.71738;308;20220409;15;12;13.5;6;8.53;0;4.21;15257
+63105;42.25614;8.71738;308;20220410;14.3;5.4;9.9;3.8;7.59;0;3.49;21870
+63105;42.25614;8.71738;308;20220411;15.9;4.8;10.4;3.1;8.67;0;3.52;24027
+63105;42.25614;8.71738;308;20220412;17.8;5.8;11.8;2.6;9.84;0;3.25;20390
+63105;42.25614;8.71738;308;20220413;18;8.2;13.1;2.7;10.37;0;3.39;19904
+63105;42.25614;8.71738;308;20220414;18;7.8;12.9;2.7;11.04;0;3.11;18386
+63105;42.25614;8.71738;308;20220415;20;9;14.5;2.6;10.71;0;3.79;21748
+63105;42.25614;8.71738;308;20220416;19.7;8.3;14;3.7;10.04;.8;4.38;24975
+63105;42.25614;8.71738;308;20220417;17;11.6;14.3;6.5;6.77;0;5.75;23847
+63105;42.25614;8.71738;308;20220418;16.5;7.3;11.9;3.9;7.91;0;4.25;25412
+63105;42.25614;8.71738;308;20220419;18.3;7.2;12.8;3.5;9.81;0;4.03;24233
+63105;42.25614;8.71738;308;20220420;20.3;8.7;14.5;2.8;11.14;0;3.32;15190
+63105;42.25614;8.71738;308;20220421;16.6;10.9;13.8;5.3;13.04;14.2;2.63;11153
+63105;42.25614;8.71738;308;20220422;16.1;10.6;13.3;4.4;12.64;0;2.49;11668
+63105;42.25614;8.71738;308;20220423;19.5;8.9;14.2;4.6;11.51;13.1;3.79;17189
+63105;42.25614;8.71738;308;20220424;14.1;11.3;12.7;8.8;11.45;26.4;3.05;12968
+63105;42.25614;8.71738;308;20220425;18.7;11.6;15.2;6.9;10.87;0;5.04;23545
+63105;42.25614;8.71738;308;20220426;19.1;9.2;14.1;3.9;10.41;0;4.58;26457
+63105;42.25614;8.71738;308;20220427;19.1;9.1;14.1;2.7;11.17;0;4.17;26865
+63105;42.25614;8.71738;308;20220428;21.6;9.5;15.6;4.8;10.54;0;5.35;26795
+63105;42.25614;8.71738;308;20220429;20.7;9.7;15.2;5.5;9.17;0;5.62;25930
+63105;42.25614;8.71738;308;20220430;18.1;9.2;13.6;2.9;10.87;0;3.93;24257
+63105;42.25614;8.71738;308;20220501;18.4;9.7;14.1;3.2;11.47;0;4.02;23871
+63105;42.25614;8.71738;308;20220502;18.2;9.3;13.8;2.9;11.07;0;4.15;26285
+63105;42.25614;8.71738;308;20220503;19.1;9.9;14.5;2.8;11.97;.4;4.03;23998
+63105;42.25614;8.71738;308;20220504;18.9;11;14.9;2.1;12.57;.2;3.62;20861
+63105;42.25614;8.71738;308;20220505;15.6;13.1;14.4;1.9;14.67;18.6;1.54;5918
+63105;42.25614;8.71738;308;20220506;17.3;11.1;14.2;5.6;14.51;2.2;2.19;11279
+63105;42.25614;8.71738;308;20220507;18.5;13.2;15.8;3.7;14.57;3.9;3.27;17486
+63105;42.25614;8.71738;308;20220508;19.8;11.7;15.7;4.2;13.61;6.8;3.9;20411
+63105;42.25614;8.71738;308;20220509;20.5;11.7;16.1;3.8;13.27;2.9;4.66;26766
+63105;42.25614;8.71738;308;20220510;21.1;11.7;16.4;2.9;13.24;.8;4.74;27947
+63105;42.25614;8.71738;308;20220511;22.3;12.7;17.5;3.3;12.27;0;5.25;27455
+63105;42.25614;8.71738;308;20220512;22.3;12.1;17.2;2.5;12.54;0;4.94;27896
+63105;42.25614;8.71738;308;20220513;22.6;11.5;17.1;2.9;11.64;0;5.23;27777
+63105;42.25614;8.71738;308;20220514;22.4;11.7;17;2.7;12.21;0;5.16;28618
+63105;42.25614;8.71738;308;20220515;21.4;11.5;16.4;2.5;13.17;0;4.58;26653
+63105;42.25614;8.71738;308;20220516;22.7;12.9;17.8;2.6;14.04;0;4.88;26958
+63105;42.25614;8.71738;308;20220517;23.4;14.3;18.9;2.7;14.61;0;5.16;27514
+63105;42.25614;8.71738;308;20220518;24;14.1;19;2.5;13.54;0;5.46;28712
+63105;42.25614;8.71738;308;20220519;26;15.3;20.7;2.9;16.01;.1;5.74;28933
+63105;42.25614;8.71738;308;20220520;25.5;15.3;20.4;2.7;17.14;0;5.52;29149
+63105;42.25614;8.71738;308;20220521;25.6;14.4;20;3.2;15.81;0;5.71;29076
+63105;42.25614;8.71738;308;20220522;25.1;15;20;2.4;15.64;.3;5.31;27684
+63105;42.25614;8.71738;308;20220523;27;14.6;20.8;2.8;14.64;0;6.02;28505
+63105;42.25614;8.71738;308;20220524;26.5;16.7;21.6;3.2;17.44;0;5.53;25782
+63105;42.25614;8.71738;308;20220525;24.3;15.5;19.9;2.7;17.21;0;4.93;25277
+63105;42.25614;8.71738;308;20220526;24.5;17.9;21.2;2.3;20.27;.5;4.41;22103
+63105;42.25614;8.71738;308;20220527;31.6;18.5;25.1;2.7;17.57;0;5.5;18923
+63105;42.25614;8.71738;308;20220528;27.7;18.8;23.3;2.9;17.01;.2;6.19;27634
+63105;42.25614;8.71738;308;20220529;23.9;15.6;19.7;2.5;18.77;.1;4.52;23913
+63105;42.25614;8.71738;308;20220530;25.7;14.4;20;2;15.9;0;5.41;27814
+63105;42.25614;8.71738;308;20220531;24.5;15.3;19.9;2.5;17.64;0;5.05;26487
+63105;42.25614;8.71738;308;20220601;24.5;16;20.2;2.3;19.21;0;5.24;28892
+63105;42.25614;8.71738;308;20220602;27.6;16.3;21.9;2.6;19.01;0;5.86;29456
+63105;42.25614;8.71738;308;20220603;32.5;20.6;26.6;2.6;17.91;0;5.92;20601
+63105;42.25614;8.71738;308;20220604;33.3;20.2;26.8;3.1;18.27;0;6.7;23145
+63105;42.25614;8.71738;308;20220605;30.9;21.9;26.4;4.3;20.37;0;6.37;21241
+63105;42.25614;8.71738;308;20220606;28.9;20.5;24.7;5.2;15.67;0;7.77;26937
+63105;42.25614;8.71738;308;20220607;29.1;19.5;24.3;7.1;14.41;0;9.05;30029
+63105;42.25614;8.71738;308;20220608;26.9;19.6;23.2;7.3;14.57;0;7.49;21183
+63105;42.25614;8.71738;308;20220609;25.6;19.4;22.5;5.9;15.41;0;6.95;26181
+63105;42.25614;8.71738;308;20220610;26.3;15.6;21;3.2;14.54;0;6.39;30556
+63105;42.25614;8.71738;308;20220611;26.8;16.6;21.7;3.1;13.41;0;6.6;30443
+63105;42.25614;8.71738;308;20220612;27.4;16.7;22.1;2.9;12.31;0;6.75;30461
+63105;42.25614;8.71738;308;20220613;29.9;17.8;23.8;3.1;15.87;0;6.88;29728
+63105;42.25614;8.71738;308;20220614;25.7;17.3;21.5;2.8;20.87;0;5.4;28477
+63105;42.25614;8.71738;308;20220615;26.6;17.3;22;2.4;20.47;0;5.28;26455
+63105;42.25614;8.71738;308;20220616;27.1;18.4;22.8;2.9;19.21;0;6.03;29059
+63105;42.25614;8.71738;308;20220617;28;17.8;22.9;2.6;18.67;.1;6.23;30098
+63105;42.25614;8.71738;308;20220618;30.7;19.5;25.1;2.5;18.67;0;6.76;30227
+63105;42.25614;8.71738;308;20220619;28.9;20;24.4;2.7;20.17;0;6.54;30365
+63105;42.25614;8.71738;308;20220620;29;19.2;24.1;2.9;20.01;0;6.41;29293
+63105;42.25614;8.71738;308;20220621;30.4;19.8;25.1;3.1;16.44;0;6.99;27632
+63105;42.25614;8.71738;308;20220622;29.8;21.2;25.5;2.9;18.64;.1;6.11;23626
+63105;42.25614;8.71738;308;20220623;27.9;20.6;24.2;2.6;22.41;.5;4.36;17392
+63105;42.25614;8.71738;308;20220624;29.6;19;24.3;4.5;20.34;0;6.79;28660
+63105;42.25614;8.71738;308;20220625;27.5;20.3;23.9;3.2;19.84;0;5.71;23910
+63105;42.25614;8.71738;308;20220626;34.2;19.6;26.9;2.6;19.07;0;6.91;26699
+63105;42.25614;8.71738;308;20220627;31.4;22.7;27;3.2;22.14;0;6.16;22553
+63105;42.25614;8.71738;308;20220628;32.4;22.9;27.6;4.2;23.31;2.9;6.32;20052
+63105;42.25614;8.71738;308;20220629;28.8;20;24.4;5.1;18.81;0;7.4;30089
+63105;42.25614;8.71738;308;20220630;27;17.2;22.1;2.4;18.14;0;6.17;30608
+63105;42.25614;8.71738;308;20220701;29;18.6;23.8;3.1;19.54;0;6.46;29340
+63105;42.25614;8.71738;308;20220702;27.6;17.3;22.4;2.6;18.61;0;6.15;30239
+63105;42.25614;8.71738;308;20220703;29.9;18;23.9;2.4;17.84;0;6.6;29942
+63105;42.25614;8.71738;308;20220704;31.3;19.8;25.5;2.9;15.14;0;7.28;29684
+63105;42.25614;8.71738;308;20220705;32.7;20.1;26.4;4.5;15.71;0;8.59;30154
+63105;42.25614;8.71738;308;20220706;29.9;23.5;26.7;4.5;19.71;0;7.27;25932
+63105;42.25614;8.71738;308;20220707;28.6;19.4;24;2.9;21.34;0;6.21;29532
+63105;42.25614;8.71738;308;20220708;28.8;18.9;23.8;3.9;19.37;0;6.73;29936
+63105;42.25614;8.71738;308;20220709;29.5;18.7;24.1;3.2;15.57;0;7.09;30489
+63105;42.25614;8.71738;308;20220710;28.7;18.5;23.6;3.1;16.54;0;6.71;29672
+63105;42.25614;8.71738;308;20220711;28;18.3;23.2;3;16.31;0;6.66;30009
+63105;42.25614;8.71738;308;20220712;27.9;19;23.5;2.9;19.07;0;6.19;28886
+63105;42.25614;8.71738;308;20220713;29.2;19.1;24.2;2.8;21.54;.1;6.32;29959
+63105;42.25614;8.71738;308;20220714;29;20;24.5;2.6;22.61;0;6.18;29449
+63105;42.25614;8.71738;308;20220715;30;19.7;24.8;3;21.67;0;6.54;29900
+63105;42.25614;8.71738;308;20220716;28.5;19.5;24;2.7;21.91;0;6.16;29851
+63105;42.25614;8.71738;308;20220717;29.9;20.3;25.1;2.6;23.51;0;6.33;29867
+63105;42.25614;8.71738;308;20220718;31.9;20.7;26.3;2.7;23.37;0;6.7;29580
+63105;42.25614;8.71738;308;20220719;32.3;21.5;26.9;3;22.07;0;7.11;29346
+63105;42.25614;8.71738;308;20220720;32.5;21.4;26.9;2.7;21.67;.1;6.97;28556
+63105;42.25614;8.71738;308;20220721;32;22.6;27.3;2.9;19.61;0;7.11;28954
+63105;42.25614;8.71738;308;20220722;30.9;21;26;2.8;22.81;0;6.54;29168
+63105;42.25614;8.71738;308;20220723;32.4;20;26.2;3.8;21.31;0;7;27522
+63105;42.25614;8.71738;308;20220724;31.5;21.4;26.5;3.6;21.11;0;6.87;27293
+63105;42.25614;8.71738;308;20220725;31.5;20.8;26.1;3.8;21.64;0;6.76;27091
+63105;42.25614;8.71738;308;20220726;32.1;22.4;27.3;5;20.64;0;7.99;28364
+63105;42.25614;8.71738;308;20220727;30.2;21.3;25.8;3.9;18.54;0;7.11;27870
+63105;42.25614;8.71738;308;20220728;29.3;19.1;24.2;2.6;20.27;0;6;27817
+63105;42.25614;8.71738;308;20220729;30.3;19.9;25.1;3.3;20.34;0;6.31;26552
+63105;42.25614;8.71738;308;20220730;30.6;22.3;26.5;4.5;19.81;0;7.35;28217
+63105;42.25614;8.71738;308;20220731;29;19.5;24.2;2.9;21.41;.1;6.1;28602
+63105;42.25614;8.71738;308;20220801;30.6;20.3;25.5;2.7;20.61;0;6.43;28392
+63105;42.25614;8.71738;308;20220802;29.6;20.9;25.2;3.2;21.61;0;6.05;25922
+63105;42.25614;8.71738;308;20220803;30.8;20.9;25.8;2.5;21.61;0;6.34;28101
+63105;42.25614;8.71738;308;20220804;30.3;20.5;25.4;2.7;21.91;0;6.22;27924
+63105;42.25614;8.71738;308;20220805;31.6;21;26.3;3;21.41;0;6.42;26372
+63105;42.25614;8.71738;308;20220806;30.2;20.3;25.3;2.7;22.31;0;6.09;27719
+63105;42.25614;8.71738;308;20220807;30.4;22.1;26.3;2.8;25.51;0;5.89;26656
+63105;42.25614;8.71738;308;20220808;30.7;21.8;26.3;3.5;22.77;4.1;6.39;26576
+63105;42.25614;8.71738;308;20220809;30.3;21.4;25.9;3.5;20.31;.3;6.62;27086
+63105;42.25614;8.71738;308;20220810;30;21;25.5;4;21.14;.1;6.36;25495
+63105;42.25614;8.71738;308;20220811;29.5;20.6;25.1;3.3;18.74;.6;5.82;22198
+63105;42.25614;8.71738;308;20220812;29.8;20;24.9;2.9;18.47;.4;5.76;23704
+63105;42.25614;8.71738;308;20220813;28;17.8;22.9;3.1;21.94;1.9;4.85;22274
+63105;42.25614;8.71738;308;20220814;29.1;20.6;24.8;2.7;21.87;3.9;4.79;19162
+63105;42.25614;8.71738;308;20220815;30.4;21.2;25.8;3.1;22.61;.3;5.37;20866
+63105;42.25614;8.71738;308;20220816;29.2;22.2;25.7;2.6;25.11;0;5.1;22985
+63105;42.25614;8.71738;308;20220817;31.9;20.7;26.3;3.5;20.61;.4;5.74;19702
+63105;42.25614;8.71738;308;20220818;27.6;23;25.3;3.5;21.71;16.8;4.73;16293
+63105;42.25614;8.71738;308;20220819;26.6;17.2;21.9;3.8;19.67;1.3;4.82;21651
+63105;42.25614;8.71738;308;20220820;27.8;19.3;23.5;3;19.11;.2;5.45;25107
+63105;42.25614;8.71738;308;20220821;27.9;19.4;23.7;2.5;21.81;0;4.89;23529
+63105;42.25614;8.71738;308;20220822;27.3;19.3;23.3;2.9;21.67;1.5;4.92;23387
+63105;42.25614;8.71738;308;20220823;27.8;18.9;23.4;2.6;20.87;0;5.12;25078
+63105;42.25614;8.71738;308;20220824;29.2;19.4;24.3;3;19.97;0;5.59;25264
+63105;42.25614;8.71738;308;20220825;28.8;19.9;24.3;3.1;19.11;0;5.59;24188
+63105;42.25614;8.71738;308;20220826;28.9;20.2;24.6;2.7;21.17;.2;5.12;22999
+63105;42.25614;8.71738;308;20220827;27.4;19.6;23.5;2.7;23.04;.1;4.49;21705
+63105;42.25614;8.71738;308;20220828;28;20.2;24.1;2.7;23.11;.1;4.41;20253
+63105;42.25614;8.71738;308;20220829;29;19.5;24.3;2.7;22.07;0;5.01;23122
+63105;42.25614;8.71738;308;20220830;29;19.7;24.3;2.9;21.54;0;4.77;20583
+63105;42.25614;8.71738;308;20220831;28;18.6;23.3;4;20.14;1;4.56;16999
+63105;42.25614;8.71738;308;20220901;27.9;21.4;24.7;3.4;21.57;.2;5.01;21237
+63105;42.25614;8.71738;308;20220902;27.7;19.9;23.8;2.3;22.41;.4;4.04;18640
+63105;42.25614;8.71738;308;20220903;27.8;20.6;24.2;2.5;21.81;0;4.2;18244
+63105;42.25614;8.71738;308;20220904;28.5;20.5;24.5;2.8;21.51;.1;4.77;21405
+63105;42.25614;8.71738;308;20220905;29.3;19.6;24.4;2.5;20.51;0;4.73;20563
+63105;42.25614;8.71738;308;20220906;29.2;20.3;24.7;2.8;21.07;0;4.64;19518
+63105;42.25614;8.71738;308;20220907;28.3;20.3;24.3;2.8;23.34;0;4.41;20419
+63105;42.25614;8.71738;308;20220908;29.8;20.1;25;4.4;21.67;.1;4.88;16441
+63105;42.25614;8.71738;308;20220909;28.5;21.2;24.9;7.7;15.54;0;7.68;20906
+63105;42.25614;8.71738;308;20220910;26.4;20.6;23.5;8.2;16.37;0;6.72;19720
+63105;42.25614;8.71738;308;20220911;27.1;20;23.5;6.2;16.27;0;6.26;20668
+63105;42.25614;8.71738;308;20220912;25.6;16.5;21;2.6;17.47;0;4.23;21407
+63105;42.25614;8.71738;308;20220913;26.9;16.9;21.9;2.4;19.54;0;4.14;21031
+63105;42.25614;8.71738;308;20220914;31.2;19.1;25.2;2.7;19.41;.2;4.49;15375
+63105;42.25614;8.71738;308;20220915;29.1;22;25.5;5.3;21.14;.7;4.9;12394
+63105;42.25614;8.71738;308;20220916;28;21.8;24.9;9.5;17.51;1.7;7.54;19328
+63105;42.25614;8.71738;308;20220917;24.3;19.5;21.9;8.2;12.07;0;6.94;18316
+63105;42.25614;8.71738;308;20220918;24.2;14.9;19.6;3.2;12.11;.1;4.4;19352
+63105;42.25614;8.71738;308;20220919;26.4;15.1;20.8;3.4;13.61;0;4.54;17482
+63105;42.25614;8.71738;308;20220920;24.3;15.3;19.8;3;15.24;0;3.94;19020
+63105;42.25614;8.71738;308;20220921;26;15.5;20.7;3.9;13.17;.2;4.87;18676
+63105;42.25614;8.71738;308;20220922;23.4;14.4;18.9;4.8;11.04;.1;5.09;19639
+63105;42.25614;8.71738;308;20220923;22.8;12.9;17.9;3.2;10.67;0;4.17;18841
+63105;42.25614;8.71738;308;20220924;21.7;14.8;18.3;2.5;14.81;25.2;2.38;7289
+63105;42.25614;8.71738;308;20220925;22.7;15.6;19.2;2.6;17.87;1.8;2.86;14596
+63105;42.25614;8.71738;308;20220926;23.4;16.1;19.7;6.7;14.94;1.1;4.48;14144
+63105;42.25614;8.71738;308;20220927;20.5;15.6;18.1;10.8;13.14;9.6;4.88;11394
+63105;42.25614;8.71738;308;20220928;21.7;16.3;19;10.2;14.14;33;4.72;9706
+63105;42.25614;8.71738;308;20220929;22.1;16.8;19.4;7.5;15.07;16.6;4.31;12068
+63105;42.25614;8.71738;308;20220930;18.5;13.8;16.2;3.5;14.87;8.8;2.04;6440
+63105;42.25614;8.71738;308;20221001;20.7;13.8;17.3;7.8;12.91;.8;4.36;15710
+63105;42.25614;8.71738;308;20221002;26.3;16.9;21.6;8.5;14.67;0;6.09;15714
+63105;42.25614;8.71738;308;20221003;22.1;16.2;19.1;4.5;15.87;0;3.46;14497
+63105;42.25614;8.71738;308;20221004;22.3;14.7;18.5;2.4;17.57;0;2.78;16990
+63105;42.25614;8.71738;308;20221005;22.9;13.9;18.4;2.9;16.41;0;3.01;17036
+63105;42.25614;8.71738;308;20221006;21.2;13.6;17.4;2.6;16.64;0;2.6;15834
+63105;42.25614;8.71738;308;20221007;21.5;13.9;17.7;2.4;16.44;0;2.7;16453
+63105;42.25614;8.71738;308;20221008;22.6;13.2;17.9;2.6;15.64;.2;2.75;15282
+63105;42.25614;8.71738;308;20221009;23.1;15.5;19.3;2.1;16.54;4.8;2.24;8810
+63105;42.25614;8.71738;308;20221010;22;15.5;18.8;3;17.17;8.9;2.69;13939
+63105;42.25614;8.71738;308;20221011;21.9;14.1;18;2.9;16.74;0;2.53;13876
+63105;42.25614;8.71738;308;20221012;20.1;14.2;17.1;2.2;17.07;1.6;1.67;8265
+63105;42.25614;8.71738;308;20221013;21.3;14.7;18;3.2;16.11;.4;2.62;13928
+63105;42.25614;8.71738;308;20221014;22.5;16;19.2;5.3;15.21;0;3.52;11684
+63105;42.25614;8.71738;308;20221015;23.6;14.7;19.2;3.4;15.51;0;3.17;15288
+63105;42.25614;8.71738;308;20221016;22.7;14.3;18.5;2.5;15.74;0;2.54;13827
+63105;42.25614;8.71738;308;20221017;22.6;14.3;18.4;3.1;16.37;0;2.64;14367
+63105;42.25614;8.71738;308;20221018;23;14.1;18.5;2.7;17.07;0;2.45;13847
+63105;42.25614;8.71738;308;20221019;22;14.1;18;2.5;16.54;.2;2.37;14335
+63105;42.25614;8.71738;308;20221020;21.3;13.1;17.2;2.5;16.77;0;2.06;12755
+63105;42.25614;8.71738;308;20221021;25.2;14.4;19.8;2.1;15.04;0;2.46;8555
+63105;42.25614;8.71738;308;20221022;26.2;16.4;21.3;2.8;14.41;0;3.24;12447
+63105;42.25614;8.71738;308;20221023;26.7;16.7;21.7;2.9;13.17;0;3.55;11600
+63105;42.25614;8.71738;308;20221024;27.7;15.4;21.6;3.4;12.04;0;4.17;12598
+63105;42.25614;8.71738;308;20221025;25.6;16.3;21;3;14.57;0;3.12;10368
+63105;42.25614;8.71738;308;20221026;25.6;14.4;20;2.7;13.27;0;3.13;12328
+63105;42.25614;8.71738;308;20221027;23;14.7;18.9;2.4;13.44;0;2.56;11723
+63105;42.25614;8.71738;308;20221028;22.2;12.7;17.5;2.4;15.81;0;2.08;11965
+63105;42.25614;8.71738;308;20221029;21.9;12.6;17.3;2.7;15.87;0;2.1;12563
+63105;42.25614;8.71738;308;20221030;23.3;13.2;18.2;2.8;14.01;0;2.58;12420
+63105;42.25614;8.71738;308;20221031;21.3;12.3;16.8;2.6;14.04;0;2.16;11154
+63105;42.25614;8.71738;308;20221101;21.7;12;16.9;2.9;13.44;0;2.26;9511
+63105;42.25614;8.71738;308;20221102;22.7;14.2;18.5;2.7;14.84;.4;2.24;10150
+63105;42.25614;8.71738;308;20221103;21.1;14.1;17.6;3.1;15.14;17.6;2.14;9875
+63105;42.25614;8.71738;308;20221104;18.4;14.4;16.4;8.3;13.01;12.1;3.26;7809
+63105;42.25614;8.71738;308;20221105;18.3;9.4;13.9;3.6;10.17;.4;2.38;10375
+63105;42.25614;8.71738;308;20221106;19.7;10.5;15.1;3.5;9.51;0;2.72;11064
+63105;42.25614;8.71738;308;20221107;21.6;11.6;16.6;3.7;12.74;0;2.53;10699
+63105;42.25614;8.71738;308;20221108;20.5;12.1;16.3;2.6;13.24;0;1.93;10224
+63105;42.25614;8.71738;308;20221109;20.5;12.4;16.4;2.7;13.27;.3;1.95;9649
+63105;42.25614;8.71738;308;20221110;20.5;14.1;17.3;2.7;15.44;0;1.75;8396
+63105;42.25614;8.71738;308;20221111;21.7;12;16.9;3.2;14.64;.1;2.02;10477
+63105;42.25614;8.71738;308;20221112;19.1;11.7;15.4;3.3;12.94;0;1.98;6775
+63105;42.25614;8.71738;308;20221113;18.4;12.7;15.5;4.3;10.14;3.7;2.79;6917
+63105;42.25614;8.71738;308;20221114;18.7;10;14.3;2.5;10.91;8.2;1.75;8714
+63105;42.25614;8.71738;308;20221115;17.6;10.8;14.2;2.9;14.07;53;1.26;3138
+63105;42.25614;8.71738;308;20221116;20.3;14;17.1;5.7;15.07;7;2.38;8069
+63105;42.25614;8.71738;308;20221117;20.8;13.8;17.3;6.3;12.57;8.3;3.31;7167
+63105;42.25614;8.71738;308;20221118;17.3;12.4;14.9;7.1;12.61;.2;2.45;7108
+63105;42.25614;8.71738;308;20221119;16.4;11.3;13.8;3.2;10.31;0;1.95;4374
+63105;42.25614;8.71738;308;20221120;16.2;8.6;12.4;3.5;10.14;.1;1.79;8640
+63105;42.25614;8.71738;308;20221121;16.5;9.3;12.9;5.1;10.67;44.9;2.15;6859
+63105;42.25614;8.71738;308;20221122;14.1;9.8;11.9;8.1;11.11;18.1;2.04;3654
+63105;42.25614;8.71738;308;20221123;14.6;11.4;13;7.5;10.77;7.3;2.38;3544
+63105;42.25614;8.71738;308;20221124;17.2;10.7;14;5.4;10.31;.3;2.53;8284
+63105;42.25614;8.71738;308;20221125;13.6;9.1;11.3;3.5;11.41;8.3;1.2;2236
+63105;42.25614;8.71738;308;20221126;16.1;9.6;12.8;5.8;10.01;.4;2.25;7213
+63105;42.25614;8.71738;308;20221127;15.8;6.5;11.1;3.5;7.11;0;2.14;8439
+63105;42.25614;8.71738;308;20221128;13.4;6.5;10;2.3;8.41;0;1.3;3607
+63105;42.25614;8.71738;308;20221129;12.4;8.3;10.3;3.3;9.27;1.7;1.45;2594
+63105;42.25614;8.71738;308;20221130;13.7;5.9;9.8;4.4;8.61;0;1.7;7757
+63105;42.25614;8.71738;308;20221201;13;5.6;9.3;3.2;7.91;0;1.55;5990
+63105;42.25614;8.71738;308;20221202;13.8;5.8;9.8;2.8;8.21;.6;1.48;5320
+63105;42.25614;8.71738;308;20221203;16.8;7.7;12.3;2.5;9.31;6;1.51;6772
+63105;42.25614;8.71738;308;20221204;16.1;8.7;12.4;2.6;11.11;8.2;1.26;6118
+63105;42.25614;8.71738;308;20221205;17.9;10.3;14.1;3.3;12.21;1.4;1.55;5966
+63105;42.25614;8.71738;308;20221206;15.6;8.8;12.2;2.5;11.77;0;1.05;6894
+63105;42.25614;8.71738;308;20221207;16.2;8.4;12.3;3;10.67;0;1.36;7289
+63105;42.25614;8.71738;308;20221208;13.4;7.2;10.3;3.7;9.14;4.5;1.58;3668
+63105;42.25614;8.71738;308;20221209;17.9;9.6;13.7;4.7;12.57;17.4;1.76;3015
+63105;42.25614;8.71738;308;20221210;14.8;11.7;13.3;4.4;12.37;6.1;1.52;3182
+63105;42.25614;8.71738;308;20221211;11.6;7.5;9.5;8;7.74;0;2.41;5494
+63105;42.25614;8.71738;308;20221212;13.3;5;9.1;4.9;6.94;5.6;2.13;7117
+63105;42.25614;8.71738;308;20221213;11.1;6.1;8.6;4.4;10.75;6.8;.82;3064
+63105;42.25614;8.71738;308;20221214;14;8.7;11.4;2.7;12.51;4.3;.82;3147
+63105;42.25614;8.71738;308;20221215;16.2;8.4;12.3;4.7;12.67;39.4;1.31;1906
+63105;42.25614;8.71738;308;20221216;15.5;11.2;13.3;5.2;11.94;18.2;1.82;3246
+63105;42.25614;8.71738;308;20221217;15.9;10.7;13.3;5.4;10.21;1.7;2.23;6770
+63105;42.25614;8.71738;308;20221218;14.8;6.5;10.6;2.6;10.07;0;1.06;7597
+63105;42.25614;8.71738;308;20221219;14.1;6.6;10.3;2.3;10.01;0;.93;7214
+63105;42.25614;8.71738;308;20221220;15.3;6.8;11;2.3;9.64;0;1.06;7601
+63105;42.25614;8.71738;308;20221221;14.3;6.6;10.4;2.7;10.17;4.3;1.03;4212
+63105;42.25614;8.71738;308;20221222;16.8;10.7;13.8;7.1;11.87;.2;2.21;6860
+63105;42.25614;8.71738;308;20221223;19.2;13;16.1;8.7;12.27;.2;3.34;4779
+63105;42.25614;8.71738;308;20221224;19.8;14.5;17.1;7.7;11.84;0;3.61;6388
+63105;42.25614;8.71738;308;20221225;16.2;9;12.6;2.6;11.74;0;1.08;7347
+63105;42.25614;8.71738;308;20221226;17.5;8.6;13.1;2.7;11.61;.1;1.28;7523
+63105;42.25614;8.71738;308;20221227;18.3;9.5;13.9;6;9.44;0;2.91;8259
+63105;42.25614;8.71738;308;20221228;16.3;10.4;13.3;4.9;9.14;0;2.39;7539
+63105;42.25614;8.71738;308;20221229;17.3;8.2;12.8;2.7;9.17;0;1.55;7575
+63105;42.25614;8.71738;308;20221230;17.7;9.5;13.6;3.8;10.77;.9;1.81;5590
+63105;42.25614;8.71738;308;20221231;16.7;10.7;13.7;2.1;12.21;0;1.04;6954
+63106;42.2624;8.99143;1016;20220101;15.9;6.4;11.1;1.4;7.44;0;.91;7520
+63106;42.2624;8.99143;1016;20220102;6.1;-.1;3;1.3;7.6;0;.36;6355
+63106;42.2624;8.99143;1016;20220103;10.2;2.2;6.2;1.8;8.94;.1;.52;7323
+63106;42.2624;8.99143;1016;20220104;9.1;2.7;5.9;1.5;8.85;0;.5;6510
+63106;42.2624;8.99143;1016;20220105;7.2;3.6;5.4;2.5;8.29;4.8;.61;4825
+63106;42.2624;8.99143;1016;20220106;5.6;-1.7;2;2.4;6.4;6.8;.55;7120
+63106;42.2624;8.99143;1016;20220107;6.8;-.8;3;3.2;5.94;.1;.92;7332
+63106;42.2624;8.99143;1016;20220108;6.1;-2.7;1.7;2.3;5.94;9.4;.63;7850
+63106;42.2624;8.99143;1016;20220109;4.6;.3;2.4;4.1;6.5;2.6;.73;5494
+63106;42.2624;8.99143;1016;20220110;4.7;-1.7;1.5;4.2;4.19;0;1.35;6796
+63106;42.2624;8.99143;1016;20220111;7.5;1.4;4.4;4.7;3.44;0;2.21;6605
+63106;42.2624;8.99143;1016;20220112;7.1;-.7;3.2;5;3.4;0;2.12;7672
+63106;42.2624;8.99143;1016;20220113;8.4;-.4;4;2.6;3.49;0;1.47;8251
+63106;42.2624;8.99143;1016;20220114;8.4;-2.1;3.2;1.8;5.35;.1;.78;8634
+63106;42.2624;8.99143;1016;20220115;10.3;-.6;4.8;1.6;5.79;0;.83;8908
+63106;42.2624;8.99143;1016;20220116;8.9;-.7;4.1;1.6;6.19;.1;.78;8102
+63106;42.2624;8.99143;1016;20220117;9.2;-2.5;3.4;1.8;5.49;0;.88;9034
+63106;42.2624;8.99143;1016;20220118;9;-.9;4;1.4;5.99;0;.76;8554
+63106;42.2624;8.99143;1016;20220119;7.9;-1.2;3.3;2;6.94;.6;.69;8500
+63106;42.2624;8.99143;1016;20220120;2.3;2.3;2.3;1.3;7.14;.3;.47;970
+63106;42.2624;8.99143;1016;20220121;7.8;-2.1;2.9;2.1;6.35;.1;.79;9078
+63106;42.2624;8.99143;1016;20220122;6.8;-1.4;2.7;2;5.99;.1;.78;8680
+63106;42.2624;8.99143;1016;20220123;8.6;-1.1;3.7;1.8;5.85;0;.91;9197
+63106;42.2624;8.99143;1016;20220124;8.2;-1.1;3.5;2.3;6.53;0;.83;11054
+63106;42.2624;8.99143;1016;20220125;7.7;-3.2;2.3;1.9;7.03;0;.67;11171
+63106;42.2624;8.99143;1016;20220126;6.1;-1;2.5;1.1;6.89;0;.58;8278
+63106;42.2624;8.99143;1016;20220127;8.4;.1;4.2;1.6;6.89;0;.81;9112
+63106;42.2624;8.99143;1016;20220128;9.7;-.6;4.5;2;6.55;0;1.03;10115
+63106;42.2624;8.99143;1016;20220129;8.9;-.5;4.2;2.2;5.74;.1;1.13;9741
+63106;42.2624;8.99143;1016;20220130;8.8;-1.3;3.8;1.9;6.44;0;.91;9765
+63106;42.2624;8.99143;1016;20220131;7.4;-.7;3.3;2.1;6.5;.1;.91;9486
+63106;42.2624;8.99143;1016;20220201;10;-.4;4.8;3.1;3.34;0;2;10587
+63106;42.2624;8.99143;1016;20220202;13.9;-.6;6.7;1.9;4.84;0;1.56;11782
+63106;42.2624;8.99143;1016;20220203;15;3.7;9.4;1.6;7.14;0;1.41;11195
+63106;42.2624;8.99143;1016;20220204;10.7;1;5.9;1.6;8.49;0;.93;10742
+63106;42.2624;8.99143;1016;20220205;10.2;1.5;5.9;1.6;8.29;0;.94;10465
+63106;42.2624;8.99143;1016;20220206;9.4;1.2;5.3;2.1;7.95;.4;.98;10308
+63106;42.2624;8.99143;1016;20220207;7.5;2.2;4.9;3.4;7.75;1.1;1;8316
+63106;42.2624;8.99143;1016;20220208;9.9;.9;5.4;2.2;6.74;0;1.26;11009
+63106;42.2624;8.99143;1016;20220209;11.6;.3;5.9;2;6.35;.1;1.39;11666
+63106;42.2624;8.99143;1016;20220210;10.9;1.4;6.2;2.7;8.06;0;1.78;12044
+63106;42.2624;8.99143;1016;20220211;9.3;-.3;4.5;3;8.89;0;1.56;11746
+63106;42.2624;8.99143;1016;20220212;10.3;1.8;6.1;5.1;8.66;0;2.32;12139
+63106;42.2624;8.99143;1016;20220213;8.3;.9;4.6;2.6;8.64;.3;1.45;8403
+63106;42.2624;8.99143;1016;20220214;9.8;1.3;5.5;3.1;9.34;9.9;1.66;10441
+63106;42.2624;8.99143;1016;20220215;8.4;2.6;5.5;6.2;8.11;2.2;2.36;8776
+63106;42.2624;8.99143;1016;20220216;7.9;-1.2;3.3;1.9;7.1;0;1.05;12252
+63106;42.2624;8.99143;1016;20220217;13.1;2.4;7.8;1.8;9.19;0;1.39;13142
+63106;42.2624;8.99143;1016;20220218;16.8;4.6;10.7;2.3;8.34;0;2.05;13509
+63106;42.2624;8.99143;1016;20220219;12.4;3;7.7;1.4;8.94;0;1.33;12707
+63106;42.2624;8.99143;1016;20220220;10.4;-.8;4.8;1.9;7.79;0;1.27;13711
+63106;42.2624;8.99143;1016;20220221;6.9;1.7;4.3;4.5;7.35;5.1;1.2;9773
+63106;42.2624;8.99143;1016;20220222;11;-.4;5.3;2.5;6.35;0;1.72;14531
+63106;42.2624;8.99143;1016;20220223;14.1;1.6;7.9;2.3;5.94;0;2.08;14743
+63106;42.2624;8.99143;1016;20220224;11.7;2.3;7;2.6;4.94;0;2.17;13134
+63106;42.2624;8.99143;1016;20220225;9.4;.1;4.7;2.1;6.94;0;1.45;13680
+63106;42.2624;8.99143;1016;20220226;6.8;-.6;3.1;3.8;3.59;.1;2.2;12471
+63106;42.2624;8.99143;1016;20220227;7;-1.6;2.7;3.7;3.14;0;2.33;13564
+63106;42.2624;8.99143;1016;20220228;8.8;.5;4.6;3.4;4.59;0;2.16;13292
+63106;42.2624;8.99143;1016;20220301;7.2;-.8;3.2;3.1;5.06;0;1.7;12074
+63106;42.2624;8.99143;1016;20220302;7;-2.3;2.3;2.1;5.46;.1;1.43;13876
+63106;42.2624;8.99143;1016;20220303;6.5;-1.2;2.7;1.4;6.36;.2;1.17;10988
+63106;42.2624;8.99143;1016;20220304;7;2.1;4.5;1.7;7.34;5.2;1.21;10589
+63106;42.2624;8.99143;1016;20220305;6.7;-.7;3;3.2;4.35;0;1.99;13280
+63106;42.2624;8.99143;1016;20220306;5.9;-2.6;1.6;2;4.66;.1;1.4;13027
+63106;42.2624;8.99143;1016;20220307;6.4;-3;1.7;2.2;4.5;0;1.71;15556
+63106;42.2624;8.99143;1016;20220308;7.1;-3.4;1.9;2.5;5.35;0;1.66;16350
+63106;42.2624;8.99143;1016;20220309;7.8;-3.1;2.4;2.2;5.24;0;1.75;16743
+63106;42.2624;8.99143;1016;20220310;9.6;-1.1;4.3;2.2;4.86;0;2.02;14572
+63106;42.2624;8.99143;1016;20220311;11.5;.5;6;2.3;4.6;0;2.41;16765
+63106;42.2624;8.99143;1016;20220312;8.5;2;5.2;4.1;5.15;.4;2.37;13041
+63106;42.2624;8.99143;1016;20220313;9.8;1.8;5.8;3.6;6.64;3;2.1;14889
+63106;42.2624;8.99143;1016;20220314;12.1;5.2;8.6;2.9;8.9;0;2.04;14271
+63106;42.2624;8.99143;1016;20220315;12.6;6;9.3;2.7;7.99;0;2.31;14050
+63106;42.2624;8.99143;1016;20220316;15.7;6.7;11.2;1.9;7.54;0;2.57;16705
+63106;42.2624;8.99143;1016;20220317;13.4;7;10.2;3.2;6.85;.2;2.96;13963
+63106;42.2624;8.99143;1016;20220318;10.2;5.6;7.9;4.6;9.74;2.4;2.43;7198
+63106;42.2624;8.99143;1016;20220319;9.2;4.9;7.1;4.4;9.24;.9;2.3;6655
+63106;42.2624;8.99143;1016;20220320;9.8;3.9;6.8;4;9.16;1.2;2.48;10476
+63106;42.2624;8.99143;1016;20220321;9.9;-.2;4.8;4.6;6.16;0;3.43;18744
+63106;42.2624;8.99143;1016;20220322;10.8;-1.3;4.7;4.7;5.96;0;3.67;20214
+63106;42.2624;8.99143;1016;20220323;10.6;0;5.3;3.6;6.89;0;3.31;21060
+63106;42.2624;8.99143;1016;20220324;11.7;.7;6.2;2.9;6.99;0;3.36;20691
+63106;42.2624;8.99143;1016;20220325;12.8;.7;6.8;3.6;6.96;0;3.66;20897
+63106;42.2624;8.99143;1016;20220326;11.3;.9;6.1;3.2;7.69;.4;2.93;15601
+63106;42.2624;8.99143;1016;20220327;15.9;6.5;11.2;4.5;8.41;.5;4.31;15015
+63106;42.2624;8.99143;1016;20220328;13.4;4.1;8.7;2.9;8.69;0;3.47;19223
+63106;42.2624;8.99143;1016;20220329;11.9;2.5;7.2;3.2;8.91;4.8;3.05;18566
+63106;42.2624;8.99143;1016;20220330;11.3;5.2;8.3;2.2;12.66;14.3;1.9;11213
+63106;42.2624;8.99143;1016;20220331;11.4;5.9;8.6;4.9;11.94;2.5;2.54;13193
+63106;42.2624;8.99143;1016;20220401;9.2;6;7.6;10.1;7.31;9.3;4.33;11376
+63106;42.2624;8.99143;1016;20220402;5;.1;2.6;6.4;6.46;11.8;1.99;11185
+63106;42.2624;8.99143;1016;20220403;6.9;-1.1;2.9;3.7;7.65;1.4;2.09;10917
+63106;42.2624;8.99143;1016;20220404;8.6;-1;3.8;3.8;7.31;0;3.02;21322
+63106;42.2624;8.99143;1016;20220405;9;-.2;4.4;3;7.49;0;3.08;22766
+63106;42.2624;8.99143;1016;20220406;8.3;.4;4.3;3.1;8.44;3;2.2;12541
+63106;42.2624;8.99143;1016;20220407;11.7;3;7.3;13.4;9.61;0;3.96;19981
+63106;42.2624;8.99143;1016;20220408;15.3;9.3;12.3;13.1;10.87;.1;5.92;18855
+63106;42.2624;8.99143;1016;20220409;9.9;7.9;8.9;11.4;8.94;0;4.3;13304
+63106;42.2624;8.99143;1016;20220410;10.3;1.5;5.9;3.7;7.44;0;3.59;22912
+63106;42.2624;8.99143;1016;20220411;11.6;.7;6.2;3.6;8.54;0;3.58;24037
+63106;42.2624;8.99143;1016;20220412;12.9;1.9;7.4;3.6;10.04;0;3.2;20419
+63106;42.2624;8.99143;1016;20220413;13.5;4.1;8.8;2.9;10.44;0;3.42;20503
+63106;42.2624;8.99143;1016;20220414;13.9;3.6;8.8;2.6;10.31;0;3.38;20280
+63106;42.2624;8.99143;1016;20220415;16;5.2;10.6;2.8;10.14;0;4.11;22845
+63106;42.2624;8.99143;1016;20220416;16.2;4.8;10.5;4.2;9.66;0;4.9;25309
+63106;42.2624;8.99143;1016;20220417;11.7;8.4;10;8.5;5.77;0;6.08;20130
+63106;42.2624;8.99143;1016;20220418;12.5;3.1;7.8;4.2;7.54;0;4.47;25420
+63106;42.2624;8.99143;1016;20220419;13.9;3.2;8.5;3.6;9.74;0;4.06;24425
+63106;42.2624;8.99143;1016;20220420;15.4;4.6;10;3.1;11.51;2.1;3.36;17244
+63106;42.2624;8.99143;1016;20220421;11.6;6.2;8.9;5;13.04;21.5;2.51;12678
+63106;42.2624;8.99143;1016;20220422;11.8;6.1;8.9;4.4;12.76;.3;2.59;14197
+63106;42.2624;8.99143;1016;20220423;14.6;4.7;9.7;4.4;11.66;9.4;3.67;18596
+63106;42.2624;8.99143;1016;20220424;9.9;7.1;8.5;8.8;11.27;30.9;3.05;12968
+63106;42.2624;8.99143;1016;20220425;14.5;6.9;10.7;6.1;11.19;0;4.83;24188
+63106;42.2624;8.99143;1016;20220426;14.7;5;9.8;4;10.96;0;4.42;26207
+63106;42.2624;8.99143;1016;20220427;14.3;4.9;9.6;2.8;11.41;0;4.01;26035
+63106;42.2624;8.99143;1016;20220428;17.4;5.2;11.3;4.9;10.21;0;5.5;27156
+63106;42.2624;8.99143;1016;20220429;16.7;6;11.4;5.7;8.74;0;5.98;26247
+63106;42.2624;8.99143;1016;20220430;14.4;5.3;9.8;3.2;10.44;0;4.26;25028
+63106;42.2624;8.99143;1016;20220501;14.6;6;10.3;3.1;11.24;.4;4.14;23965
+63106;42.2624;8.99143;1016;20220502;14.5;5.4;10;2.9;10.71;0;4.33;26499
+63106;42.2624;8.99143;1016;20220503;15.3;5.7;10.5;2.8;11.86;.4;4.21;25220
+63106;42.2624;8.99143;1016;20220504;14.9;6.8;10.8;2.4;12.71;1.6;3.75;21937
+63106;42.2624;8.99143;1016;20220505;11.1;8.6;9.8;2.3;14.39;17.6;1.68;7368
+63106;42.2624;8.99143;1016;20220506;13.4;8.5;10.9;4.8;10.9;4.4;2.89;17726
+63106;42.2624;8.99143;1016;20220507;15.5;9.3;12.4;2.7;11;0;3.27;19760
+63106;42.2624;8.99143;1016;20220508;15.2;7.5;11.3;1.8;10.94;0;3.29;22553
+63106;42.2624;8.99143;1016;20220509;16.8;7.8;12.3;2.5;10.5;0;3.82;24212
+63106;42.2624;8.99143;1016;20220510;17.9;7.3;12.6;1.9;11;.4;3.92;25791
+63106;42.2624;8.99143;1016;20220511;18.7;7.6;13.2;2.1;11.15;0;4.13;26648
+63106;42.2624;8.99143;1016;20220512;19.3;9.5;14.4;2.2;10.64;0;4.3;25495
+63106;42.2624;8.99143;1016;20220513;19.9;8.9;14.4;2.3;7.9;0;4.75;26382
+63106;42.2624;8.99143;1016;20220514;19.3;8;13.7;2.2;8.04;0;4.62;26961
+63106;42.2624;8.99143;1016;20220515;19.7;8.5;14.1;2.3;9.4;0;4.57;26509
+63106;42.2624;8.99143;1016;20220516;21.6;10.3;15.9;2.1;11.65;.1;4.75;27020
+63106;42.2624;8.99143;1016;20220517;22.4;11.8;17.1;2.3;11.14;0;4.94;26337
+63106;42.2624;8.99143;1016;20220518;23.5;11.8;17.6;2.1;11.19;0;5.06;26787
+63106;42.2624;8.99143;1016;20220519;25.1;13.1;19.1;2.1;12.5;.1;5.21;27635
+63106;42.2624;8.99143;1016;20220520;22.8;12.8;17.8;1.9;12.94;.5;4.86;26523
+63106;42.2624;8.99143;1016;20220521;24.1;11.8;17.9;2.4;11.99;0;5.32;27740
+63106;42.2624;8.99143;1016;20220522;24.8;12.8;18.8;2.3;9.75;.2;5.58;27406
+63106;42.2624;8.99143;1016;20220523;27.8;13.7;20.7;2.4;7.79;0;6.35;28038
+63106;42.2624;8.99143;1016;20220524;21.5;10.9;16.2;2.3;13.85;0;4.73;27771
+63106;42.2624;8.99143;1016;20220525;23.2;12.4;17.8;1.9;14.69;.8;4.93;27705
+63106;42.2624;8.99143;1016;20220526;23.4;14;18.7;2.1;13.25;.8;5.08;26262
+63106;42.2624;8.99143;1016;20220527;25.2;18.3;21.8;2.6;9.14;0;5.82;22475
+63106;42.2624;8.99143;1016;20220528;26.7;17.2;21.9;1.8;12.04;2.6;5.58;26327
+63106;42.2624;8.99143;1016;20220529;20.7;9.5;15.1;2;13.84;.1;4.63;28600
+63106;42.2624;8.99143;1016;20220530;22.6;8.5;15.6;2;10.6;.4;5.26;29966
+63106;42.2624;8.99143;1016;20220531;21.9;10.2;16.1;2;13.39;.5;4.87;28583
+63106;42.2624;8.99143;1016;20220601;24.9;12.1;18.5;2.1;12.75;0;5.51;29048
+63106;42.2624;8.99143;1016;20220602;29.1;14.6;21.9;2.1;12.35;0;6.34;29761
+63106;42.2624;8.99143;1016;20220603;26.9;18.7;22.8;1.7;13.79;1.5;5.32;25124
+63106;42.2624;8.99143;1016;20220604;29.4;18.9;24.1;1.7;13.24;0;5.98;27093
+63106;42.2624;8.99143;1016;20220605;27.1;17.1;22.1;2;15.09;0;5.83;27524
+63106;42.2624;8.99143;1016;20220606;24.1;13.1;18.6;2.4;13.29;0;5.39;27943
+63106;42.2624;8.99143;1016;20220607;23.8;12.2;18;2.6;12.24;0;5.62;29057
+63106;42.2624;8.99143;1016;20220608;20.7;11.5;16.1;2.5;12.99;0;4.73;26679
+63106;42.2624;8.99143;1016;20220609;19.4;11.8;15.6;2.8;13.19;0;4.38;24418
+63106;42.2624;8.99143;1016;20220610;24;10.8;17.4;2.7;10.85;0;5.69;28522
+63106;42.2624;8.99143;1016;20220611;25.1;11.7;18.4;2.6;11.29;0;6.02;30259
+63106;42.2624;8.99143;1016;20220612;25.2;12.7;18.9;2.5;11.44;0;5.8;28428
+63106;42.2624;8.99143;1016;20220613;26.4;13.4;19.9;2.3;12.09;0;5.92;29096
+63106;42.2624;8.99143;1016;20220614;25.9;14.5;20.2;2.1;13.8;.1;5.6;28173
+63106;42.2624;8.99143;1016;20220615;26.9;15.2;21;2.3;12.89;0;5.97;28189
+63106;42.2624;8.99143;1016;20220616;26.9;15.6;21.3;2.1;12.85;0;5.97;28573
+63106;42.2624;8.99143;1016;20220617;28.4;16;22.2;2.3;13.99;.1;6.21;28803
+63106;42.2624;8.99143;1016;20220618;27.7;17.4;22.6;3;13.85;0;6.4;27123
+63106;42.2624;8.99143;1016;20220619;25.8;15.9;20.9;2.4;13.99;0;5.76;27532
+63106;42.2624;8.99143;1016;20220620;27.6;15.3;21.5;2;14.79;.1;6;29591
+63106;42.2624;8.99143;1016;20220621;31.9;16.3;24.1;2.3;11.15;.7;7.22;31336
+63106;42.2624;8.99143;1016;20220622;29;19.2;24.1;2;12.39;.1;6.16;27046
+63106;42.2624;8.99143;1016;20220623;24.6;16.6;20.6;2;16.14;1.3;5.07;25168
+63106;42.2624;8.99143;1016;20220624;25.3;14.2;19.8;2.4;14.64;0;5.65;28510
+63106;42.2624;8.99143;1016;20220625;26.6;13.9;20.3;1.8;14.39;0;5.84;30165
+63106;42.2624;8.99143;1016;20220626;33.2;17.2;25.2;2.3;13.44;.1;7.29;31891
+63106;42.2624;8.99143;1016;20220627;32.1;22;27.1;1.9;14.59;0;6.5;27712
+63106;42.2624;8.99143;1016;20220628;24.8;19.9;22.3;2.9;17.79;3.2;4.78;19545
+63106;42.2624;8.99143;1016;20220629;24.5;13.3;18.9;2.2;16.64;0;5.38;29418
+63106;42.2624;8.99143;1016;20220630;27.4;13.9;20.6;2.4;11.14;0;6.3;29663
+63106;42.2624;8.99143;1016;20220701;26.7;16.5;21.6;2.3;13;0;5.84;26819
+63106;42.2624;8.99143;1016;20220702;27.4;14;20.7;2;13.1;0;6.02;29999
+63106;42.2624;8.99143;1016;20220703;30.4;16.7;23.5;2.3;11.4;0;6.71;29297
+63106;42.2624;8.99143;1016;20220704;30.5;17.1;23.8;2.3;10.94;0;6.63;28704
+63106;42.2624;8.99143;1016;20220705;29.6;16.2;22.9;2.2;12.79;0;6.53;29819
+63106;42.2624;8.99143;1016;20220706;29.9;16;23;2.4;13.6;0;6.67;30099
+63106;42.2624;8.99143;1016;20220707;27;15.6;21.3;2.2;12.94;0;5.91;28364
+63106;42.2624;8.99143;1016;20220708;25.8;14.2;20;2.3;15.29;0;5.61;28877
+63106;42.2624;8.99143;1016;20220709;24.8;13.3;19.1;2.4;12.04;0;5.57;27758
+63106;42.2624;8.99143;1016;20220710;24.5;13.5;19;2;12.39;0;5.3;27024
+63106;42.2624;8.99143;1016;20220711;27.1;14.7;20.9;2.2;12.19;0;5.99;28510
+63106;42.2624;8.99143;1016;20220712;26.2;15.3;20.8;2.5;12.39;0;5.92;27742
+63106;42.2624;8.99143;1016;20220713;27.3;15.3;21.3;2.2;14.25;.1;5.93;28933
+63106;42.2624;8.99143;1016;20220714;27.6;16.6;22.1;2.1;15.94;2.3;5.79;28118
+63106;42.2624;8.99143;1016;20220715;27.4;16.5;21.9;2.2;15.15;0;5.83;27627
+63106;42.2624;8.99143;1016;20220716;28.6;16.9;22.7;2.4;14.24;0;6.16;27773
+63106;42.2624;8.99143;1016;20220717;29.8;17.4;23.6;2.1;14.14;0;6.18;28051
+63106;42.2624;8.99143;1016;20220718;30.4;18.3;24.3;2.3;15.04;0;6.31;28248
+63106;42.2624;8.99143;1016;20220719;31.1;18.3;24.7;2.5;12.69;0;6.78;28437
+63106;42.2624;8.99143;1016;20220720;30.6;19.3;25;2.3;12.39;.1;6.43;27193
+63106;42.2624;8.99143;1016;20220721;29.7;18.6;24.2;2.4;12.85;0;6.28;26898
+63106;42.2624;8.99143;1016;20220722;29.3;17.8;23.5;2.3;14;.1;6.02;26816
+63106;42.2624;8.99143;1016;20220723;30.4;16.5;23.4;2.2;13.54;0;6.41;29405
+63106;42.2624;8.99143;1016;20220724;28.4;17.1;22.8;2.4;15.14;0;5.91;27276
+63106;42.2624;8.99143;1016;20220725;30.2;16.1;23.1;2.2;15.44;0;6.14;29035
+63106;42.2624;8.99143;1016;20220726;29.9;16.5;23.2;2.3;14.35;0;6.26;28634
+63106;42.2624;8.99143;1016;20220727;26.1;14.6;20.4;2.5;14.85;0;5.56;27331
+63106;42.2624;8.99143;1016;20220728;26.1;12.7;19.4;2.3;14.19;0;5.49;28247
+63106;42.2624;8.99143;1016;20220729;28.1;15.6;21.8;2.2;13.75;0;5.8;27130
+63106;42.2624;8.99143;1016;20220730;28.1;15.3;21.7;2.4;14.24;0;5.85;27974
+63106;42.2624;8.99143;1016;20220731;27.6;15.2;21.4;2.3;13.09;.1;5.71;26789
+63106;42.2624;8.99143;1016;20220801;29.5;17.2;23.4;2.3;14.24;0;6.08;27508
+63106;42.2624;8.99143;1016;20220802;29.1;17.4;23.2;2.3;13.3;0;5.89;26174
+63106;42.2624;8.99143;1016;20220803;28.8;17.7;23.3;1.9;13.69;0;5.49;25446
+63106;42.2624;8.99143;1016;20220804;29.7;17.7;23.7;2.2;14.19;0;5.9;26727
+63106;42.2624;8.99143;1016;20220805;30.1;18;24.1;2.1;13.85;.1;5.85;26163
+63106;42.2624;8.99143;1016;20220806;29.5;17.6;23.6;2.3;13.9;0;5.88;25383
+63106;42.2624;8.99143;1016;20220807;28.6;17.4;23;2.1;16.49;0;5.36;24783
+63106;42.2624;8.99143;1016;20220808;27.5;17.8;22.6;2.3;16.85;4.9;5.23;24381
+63106;42.2624;8.99143;1016;20220809;28.5;16.4;22.4;2.3;15.99;.7;5.51;25804
+63106;42.2624;8.99143;1016;20220810;27.4;16;21.7;2.3;15.79;.1;5.32;25423
+63106;42.2624;8.99143;1016;20220811;24.9;15.8;20.3;1.9;14.35;2.9;4.59;22418
+63106;42.2624;8.99143;1016;20220812;25.7;14.3;20;2.1;14.94;0;4.87;24974
+63106;42.2624;8.99143;1016;20220813;24.4;14.7;19.5;2.7;19.09;1.6;4.4;24106
+63106;42.2624;8.99143;1016;20220814;27.3;15.9;21.6;2.3;17.6;3.5;5.12;25208
+63106;42.2624;8.99143;1016;20220815;28.1;16.6;22.3;2.5;17.65;.8;5.33;25192
+63106;42.2624;8.99143;1016;20220816;26.3;16.8;21.5;2.1;18.14;.7;4.67;23446
+63106;42.2624;8.99143;1016;20220817;31.2;16.3;23.8;2.6;13.69;1.4;6.13;25940
+63106;42.2624;8.99143;1016;20220818;24.5;21.3;22.9;2.1;16.1;9.1;3.66;13406
+63106;42.2624;8.99143;1016;20220819;20.3;12.8;16.5;1.8;17.19;1.3;3.36;20500
+63106;42.2624;8.99143;1016;20220820;23.7;12.9;18.3;1.9;16.84;.1;4.16;23749
+63106;42.2624;8.99143;1016;20220821;24.5;13.5;19;1.8;17.6;0;4.29;24498
+63106;42.2624;8.99143;1016;20220822;24.4;13.8;19.1;2;15.35;0;4.3;23396
+63106;42.2624;8.99143;1016;20220823;25.3;13.7;19.5;2.1;14.5;0;4.56;23552
+63106;42.2624;8.99143;1016;20220824;25.2;14.1;19.6;2.2;15;0;4.57;23810
+63106;42.2624;8.99143;1016;20220825;25.9;14.5;20.2;2;15.94;0;4.48;23010
+63106;42.2624;8.99143;1016;20220826;25.6;14.5;20;2;16.44;.4;4.41;23327
+63106;42.2624;8.99143;1016;20220827;25;15.4;20.2;1.9;16.85;0;4.15;21573
+63106;42.2624;8.99143;1016;20220828;23.9;14.1;19;1.9;16.65;.1;3.99;22286
+63106;42.2624;8.99143;1016;20220829;24.7;14.1;19.4;1.9;17.29;.1;4.05;22332
+63106;42.2624;8.99143;1016;20220830;26;15.1;20.5;2.1;16.14;.1;4.42;22291
+63106;42.2624;8.99143;1016;20220831;23.2;14.8;19;2;14.54;1;3.88;20133
+63106;42.2624;8.99143;1016;20220901;23.1;14.9;19;1.9;18.44;1.1;3.54;19737
+63106;42.2624;8.99143;1016;20220902;24.3;14;19.2;2.1;17.6;1.1;3.88;21693
+63106;42.2624;8.99143;1016;20220903;25;15.6;20.3;1.8;15.8;2.1;4.02;20874
+63106;42.2624;8.99143;1016;20220904;25.7;15.8;20.8;2.1;16.94;.1;4.08;20662
+63106;42.2624;8.99143;1016;20220905;29.3;15.2;22.2;1.9;13.5;0;4.66;22271
+63106;42.2624;8.99143;1016;20220906;27.6;17.3;22.5;2.2;14.34;1;4.56;20220
+63106;42.2624;8.99143;1016;20220907;27.9;14.9;21.4;2.1;16.59;0;4.47;22121
+63106;42.2624;8.99143;1016;20220908;26.5;15.1;20.8;2.1;16.1;0;4.15;20699
+63106;42.2624;8.99143;1016;20220909;24.2;13.4;18.8;2.4;12.65;.1;4.13;20253
+63106;42.2624;8.99143;1016;20220910;21.9;13.6;17.8;2.4;14.24;0;3.51;18502
+63106;42.2624;8.99143;1016;20220911;23.7;11.7;17.7;2.4;12.89;0;4;21593
+63106;42.2624;8.99143;1016;20220912;24;11.3;17.6;2.4;11.9;0;3.98;20280
+63106;42.2624;8.99143;1016;20220913;26.9;13.7;20.3;2.1;12.64;.1;4.3;20849
+63106;42.2624;8.99143;1016;20220914;29.8;16.8;23.3;2.5;13.19;1.2;4.94;20476
+63106;42.2624;8.99143;1016;20220915;22.2;16.1;19.2;3.5;16.69;1.5;3.34;14951
+63106;42.2624;8.99143;1016;20220916;22.7;14.5;18.6;3;15.5;.7;3.58;17486
+63106;42.2624;8.99143;1016;20220917;19.2;11.8;15.5;3.5;11.14;0;3.52;16381
+63106;42.2624;8.99143;1016;20220918;20.2;9.1;14.6;2.1;10.94;.1;3.18;19655
+63106;42.2624;8.99143;1016;20220919;21.8;8.6;15.2;2.3;10.39;0;3.55;20063
+63106;42.2624;8.99143;1016;20220920;21.7;9.1;15.4;2.2;10.69;.5;3.33;19519
+63106;42.2624;8.99143;1016;20220921;20.2;10.6;15.4;2.2;11.6;1.1;3.11;17284
+63106;42.2624;8.99143;1016;20220922;19.6;9.4;14.5;2.3;9.99;0;3.22;18215
+63106;42.2624;8.99143;1016;20220923;19.5;7.4;13.4;2.4;9.64;0;3.14;18694
+63106;42.2624;8.99143;1016;20220924;15.1;9.5;12.3;2;11.99;23.1;2.05;13393
+63106;42.2624;8.99143;1016;20220925;17.4;11.9;14.7;1.7;15.25;.8;2.04;12980
+63106;42.2624;8.99143;1016;20220926;17.3;9.2;13.3;2.2;12.29;.8;2.42;15737
+63106;42.2624;8.99143;1016;20220927;13.2;10.4;11.8;4.6;11.29;6.5;2.06;9000
+63106;42.2624;8.99143;1016;20220928;13.6;9.4;11.5;3.8;12.19;8.9;1.85;11106
+63106;42.2624;8.99143;1016;20220929;13.6;10.3;12;2.2;13.19;7.3;1.52;9723
+63106;42.2624;8.99143;1016;20220930;14.3;9.1;11.7;1.5;12.54;5.5;1.68;11665
+63106;42.2624;8.99143;1016;20221001;15;7.4;11.2;2.3;11.85;0;1.95;14359
+63106;42.2624;8.99143;1016;20221002;20.9;10.3;15.6;3;12.94;0;2.98;16483
+63106;42.2624;8.99143;1016;20221003;20.2;9.5;14.9;1.8;12.85;0;2.52;16816
+63106;42.2624;8.99143;1016;20221004;20.2;8.8;14.5;1.9;11.94;0;2.5;16715
+63106;42.2624;8.99143;1016;20221005;20.3;10.4;15.3;1.9;11.5;0;2.58;15865
+63106;42.2624;8.99143;1016;20221006;20.3;10.2;15.3;2.2;11.24;0;2.69;15560
+63106;42.2624;8.99143;1016;20221007;20.8;10.3;15.6;1.9;11.69;0;2.58;15515
+63106;42.2624;8.99143;1016;20221008;19.4;10.2;14.8;1.9;12.1;1.4;2.33;14818
+63106;42.2624;8.99143;1016;20221009;19.3;11.3;15.3;1.6;13.79;3.9;2.11;13684
+63106;42.2624;8.99143;1016;20221010;17.7;11.6;14.6;1.7;14.29;9.4;1.82;11724
+63106;42.2624;8.99143;1016;20221011;18.1;9.3;13.7;1.9;13.09;0;1.98;14040
+63106;42.2624;8.99143;1016;20221012;15.5;10.2;12.9;2.3;12.19;3.1;1.76;10696
+63106;42.2624;8.99143;1016;20221013;16.8;10.8;13.8;2.6;12.79;0;1.94;11233
+63106;42.2624;8.99143;1016;20221014;15.3;9.2;12.3;1.9;12.6;0;1.58;11268
+63106;42.2624;8.99143;1016;20221015;18.4;9.1;13.7;2.1;13.04;0;1.97;13738
+63106;42.2624;8.99143;1016;20221016;20.3;9.8;15.1;1.9;11.4;0;2.26;13932
+63106;42.2624;8.99143;1016;20221017;22.5;11.3;16.9;2;10.94;0;2.52;13727
+63106;42.2624;8.99143;1016;20221018;21.1;12.2;16.6;1.8;11.89;0;2.24;12838
+63106;42.2624;8.99143;1016;20221019;21;10.9;15.9;2.1;11.44;.1;2.3;13129
+63106;42.2624;8.99143;1016;20221020;21.2;11.2;16.2;1.9;11.19;0;2.25;12970
+63106;42.2624;8.99143;1016;20221021;22;12.8;17.4;1.8;10.1;0;2.34;12077
+63106;42.2624;8.99143;1016;20221022;22;11.2;16.6;1.6;10.44;0;2.26;12767
+63106;42.2624;8.99143;1016;20221023;25;13.4;19.2;1.9;9.25;0;2.75;12756
+63106;42.2624;8.99143;1016;20221024;23;13;18;2.1;8.44;0;2.75;11635
+63106;42.2624;8.99143;1016;20221025;22;11.7;16.8;2;9.59;0;2.44;12006
+63106;42.2624;8.99143;1016;20221026;24.6;12.6;18.6;1.9;7.35;0;2.71;12660
+63106;42.2624;8.99143;1016;20221027;24.1;14;19;2;7.94;.1;2.6;11783
+63106;42.2624;8.99143;1016;20221028;23.3;13.3;18.3;1.7;9.6;0;2.17;11490
+63106;42.2624;8.99143;1016;20221029;23.4;12.6;18;2.3;8.94;0;2.73;11803
+63106;42.2624;8.99143;1016;20221030;21.1;11.1;16.1;2.6;8.24;0;2.7;11242
+63106;42.2624;8.99143;1016;20221031;19.6;9;14.3;2;9.04;0;1.98;11446
+63106;42.2624;8.99143;1016;20221101;18.1;8.7;13.4;1.8;7.7;0;1.81;10998
+63106;42.2624;8.99143;1016;20221102;18.5;8.6;13.5;1.8;10.6;0;1.68;10895
+63106;42.2624;8.99143;1016;20221103;18.9;9.1;14;2.3;11.89;14.7;1.77;10927
+63106;42.2624;8.99143;1016;20221104;12.7;9.3;11;2.8;11.24;1.4;1.21;6446
+63106;42.2624;8.99143;1016;20221105;13;4.1;8.6;3.9;8.19;.7;1.7;10510
+63106;42.2624;8.99143;1016;20221106;14.3;4;9.1;2.3;7.34;0;1.63;10528
+63106;42.2624;8.99143;1016;20221107;15.9;5.5;10.7;2;10.74;.1;1.31;10703
+63106;42.2624;8.99143;1016;20221108;16.6;6.7;11.7;1.9;11.19;0;1.27;10178
+63106;42.2624;8.99143;1016;20221109;17.1;7.6;12.4;1.7;10.39;0;1.33;10086
+63106;42.2624;8.99143;1016;20221110;18.2;9.3;13.8;1.7;13.04;0;1.28;9950
+63106;42.2624;8.99143;1016;20221111;17.5;9.3;13.4;1.8;11.8;0;1.31;9407
+63106;42.2624;8.99143;1016;20221112;14.8;7.2;11;2;11.29;0;1.1;8973
+63106;42.2624;8.99143;1016;20221113;12.8;7.9;10.4;2.9;7.25;2.2;1.81;7022
+63106;42.2624;8.99143;1016;20221114;13.7;4.2;8.9;2;9.04;5.2;1.12;9414
+63106;42.2624;8.99143;1016;20221115;10.8;6.6;8.7;1.4;12.04;47.4;.57;6341
+63106;42.2624;8.99143;1016;20221116;13.5;10.3;11.9;2.8;13.19;5.6;.89;5407
+63106;42.2624;8.99143;1016;20221117;13.9;6.6;10.2;2;11.14;9.1;.94;8273
+63106;42.2624;8.99143;1016;20221118;11.5;7.3;9.4;2.5;10.85;.3;.86;6115
+63106;42.2624;8.99143;1016;20221119;10.7;5.5;8.1;1.8;9.15;0;.86;6806
+63106;42.2624;8.99143;1016;20221120;11.3;3.7;7.5;2.7;8.15;0;1.09;8186
+63106;42.2624;8.99143;1016;20221121;8.8;4.3;6.6;1.9;9.35;37.8;.63;6161
+63106;42.2624;8.99143;1016;20221122;5.8;5.7;5.8;4.1;9.19;20;.58;1551
+63106;42.2624;8.99143;1016;20221123;8.3;3.9;6.1;4.6;8.79;6.3;.84;5935
+63106;42.2624;8.99143;1016;20221124;11.2;3.5;7.4;2.3;8.64;.2;.91;7895
+63106;42.2624;8.99143;1016;20221125;8.8;3.4;6.1;1.7;9.35;10.8;.53;6544
+63106;42.2624;8.99143;1016;20221126;10;5.3;7.6;6.1;7.49;.6;1.81;6012
+63106;42.2624;8.99143;1016;20221127;11.5;5.1;8.3;4.1;5.29;0;2.18;6919
+63106;42.2624;8.99143;1016;20221128;8.4;1.8;5.1;1.5;6.74;.4;.7;7084
+63106;42.2624;8.99143;1016;20221129;7.3;2.4;4.8;2.1;6.59;6;.83;5957
+63106;42.2624;8.99143;1016;20221130;9.3;2.9;6.1;3.8;6.99;0;1.26;6835
+63106;42.2624;8.99143;1016;20221201;7.9;1.9;4.9;1.9;7.44;0;.67;6563
+63106;42.2624;8.99143;1016;20221202;10.2;1.2;5.7;1.9;7;.9;.82;8004
+63106;42.2624;8.99143;1016;20221203;12.7;4.4;8.6;2.3;7.29;8.3;1.21;7559
+63106;42.2624;8.99143;1016;20221204;10.5;4.3;7.4;1.3;9.19;4.5;.57;6580
+63106;42.2624;8.99143;1016;20221205;11.1;6.1;8.6;1.5;10.5;1.5;.58;5797
+63106;42.2624;8.99143;1016;20221206;14.1;5.3;9.7;1.7;8.64;0;.88;7771
+63106;42.2624;8.99143;1016;20221207;11;3.3;7.2;1.7;8.65;0;.69;7173
+63106;42.2624;8.99143;1016;20221208;8.7;1.7;5.2;1.4;7.79;5.6;.52;6844
+63106;42.2624;8.99143;1016;20221209;10.3;6.5;8.4;2.1;11.04;17.5;.52;4886
+63106;42.2624;8.99143;1016;20221210;8.3;7;7.6;1.8;10.44;5.4;.51;2787
+63106;42.2624;8.99143;1016;20221211;5.6;1.3;3.4;3;6.94;0;.66;5124
+63106;42.2624;8.99143;1016;20221212;7.6;-.7;3.4;1.9;6.29;6.6;.64;7312
+63106;42.2624;8.99143;1016;20221213;7.9;1.5;4.7;1.6;10.1;8.1;.19;6326
+63106;42.2624;8.99143;1016;20221214;11.9;6;8.9;1.5;11.19;13.9;.51;6096
+63106;42.2624;8.99143;1016;20221215;10.2;4.3;7.2;3.4;11;33.8;.32;6055
+63106;42.2624;8.99143;1016;20221216;7.5;6.5;7;1.6;10.54;12.6;.41;2085
+63106;42.2624;8.99143;1016;20221217;8.7;4;6.3;1.5;9.1;1.1;.48;5254
+63106;42.2624;8.99143;1016;20221218;10.2;1.9;6.1;1.8;8.15;0;.59;7157
+63106;42.2624;8.99143;1016;20221219;10.3;2.1;6.2;1.8;7.9;0;.65;7124
+63106;42.2624;8.99143;1016;20221220;10.9;2.8;6.9;1.8;8.04;0;.68;7135
+63106;42.2624;8.99143;1016;20221221;10;1.9;5.9;1.6;8.64;4.4;.46;7060
+63106;42.2624;8.99143;1016;20221222;10.8;5.9;8.3;2.7;10.29;.1;.63;5429
+63106;42.2624;8.99143;1016;20221223;14.7;6.5;10.6;3.8;10.65;.1;1.22;7159
+63106;42.2624;8.99143;1016;20221224;13.7;6.6;10.1;2.4;10.64;0;.83;6615
+63106;42.2624;8.99143;1016;20221225;15.7;6.3;11;1.7;8.9;0;.95;7463
+63106;42.2624;8.99143;1016;20221226;16.7;6.7;11.7;2.1;8.19;.1;1.27;7479
+63106;42.2624;8.99143;1016;20221227;13.2;5.2;9.2;2.2;7.74;0;1.09;6890
+63106;42.2624;8.99143;1016;20221228;11.4;3;7.2;2.1;7.74;0;.88;7019
+63106;42.2624;8.99143;1016;20221229;12.2;3.6;7.9;2.1;8.19;0;.87;7201
+63106;42.2624;8.99143;1016;20221230;9.2;3.8;6.5;1.5;10.59;1.6;.31;5853
+63106;42.2624;8.99143;1016;20221231;13.4;6;9.7;1.3;11.14;0;.57;6942
+63107;42.26497;9.29338;406;20220101;14.2;8.7;11.5;1.9;10.67;0;.88;5263
+63107;42.26497;9.29338;406;20220102;10.7;6.8;8.7;1.5;9.91;0;.61;4886
+63107;42.26497;9.29338;406;20220103;14.9;5.9;10.4;1.6;9.77;0;.71;8023
+63107;42.26497;9.29338;406;20220104;13.1;5.8;9.5;1.7;10.21;.1;.62;7247
+63107;42.26497;9.29338;406;20220105;14;5.9;10;2.7;9.44;.1;1.05;7792
+63107;42.26497;9.29338;406;20220106;8.4;3.2;5.8;3;7.37;8.4;.98;5688
+63107;42.26497;9.29338;406;20220107;11.1;3.9;7.5;3.3;6.74;0;1.28;7367
+63107;42.26497;9.29338;406;20220108;11.1;1.9;6.5;1.9;6.34;3.6;.94;8460
+63107;42.26497;9.29338;406;20220109;11.1;3.7;7.4;4;7.11;.4;1.37;7624
+63107;42.26497;9.29338;406;20220110;9.7;1.6;5.6;5.3;5.51;0;1.73;8073
+63107;42.26497;9.29338;406;20220111;11.7;4.4;8;6;4.91;0;2.57;7544
+63107;42.26497;9.29338;406;20220112;10.5;3.3;6.9;5.8;4.57;0;2.41;7692
+63107;42.26497;9.29338;406;20220113;10.7;2;6.3;3.8;5.07;0;1.76;8600
+63107;42.26497;9.29338;406;20220114;12.7;2.4;7.5;2.4;5.87;0;1.35;9176
+63107;42.26497;9.29338;406;20220115;13.2;1.6;7.4;1.4;6.54;0;.85;9627
+63107;42.26497;9.29338;406;20220116;12.7;1.2;7;1.7;7.51;0;.84;9656
+63107;42.26497;9.29338;406;20220117;13;1.3;7.2;2.2;7.54;0;1.03;9612
+63107;42.26497;9.29338;406;20220118;12.8;1.5;7.2;1.9;7.84;0;.91;9841
+63107;42.26497;9.29338;406;20220119;12.7;1.6;7.2;1.9;8.07;0;.88;9828
+63107;42.26497;9.29338;406;20220120;9.8;4.4;7.1;1.4;8.14;.4;.71;6214
+63107;42.26497;9.29338;406;20220121;12.2;2.7;7.5;2.6;7.64;.1;1.15;9558
+63107;42.26497;9.29338;406;20220122;11;1;6;2.1;5.91;0;1.08;10180
+63107;42.26497;9.29338;406;20220123;12.1;.3;6.2;1.9;6.41;0;1.06;10820
+63107;42.26497;9.29338;406;20220124;12.4;1.7;7.1;2.7;7.92;0;1.45;9547
+63107;42.26497;9.29338;406;20220125;11.1;6.2;8.6;2.8;8.08;0;1.41;8261
+63107;42.26497;9.29338;406;20220126;10.9;1.9;6.4;1.6;7.94;0;.89;10012
+63107;42.26497;9.29338;406;20220127;13.2;3.2;8.2;2.1;7.81;0;1.2;10631
+63107;42.26497;9.29338;406;20220128;13.5;3;8.3;2;7.94;0;1.2;10858
+63107;42.26497;9.29338;406;20220129;12.8;2.6;7.7;2.1;7.41;0;1.23;10621
+63107;42.26497;9.29338;406;20220130;13.4;2.2;7.8;2;8.27;0;1.09;11071
+63107;42.26497;9.29338;406;20220131;12.6;3;7.8;2.8;8.17;0;1.32;10369
+63107;42.26497;9.29338;406;20220201;14;5.1;9.5;4.5;4.34;0;3.02;10308
+63107;42.26497;9.29338;406;20220202;16.5;1.1;8.8;2.2;6.31;0;1.68;12274
+63107;42.26497;9.29338;406;20220203;16.8;4.2;10.5;2.1;9.57;0;1.38;12263
+63107;42.26497;9.29338;406;20220204;14.7;6;10.4;2.2;10.37;0;1.25;10736
+63107;42.26497;9.29338;406;20220205;14.2;4.6;9.4;1.6;9.57;0;1.14;11732
+63107;42.26497;9.29338;406;20220206;13.5;3.7;8.6;1.9;9.17;0;1.18;11650
+63107;42.26497;9.29338;406;20220207;15.6;7.5;11.6;7.5;8.55;.2;3.24;10854
+63107;42.26497;9.29338;406;20220208;13.9;6;10;3.2;5.88;0;2.44;12835
+63107;42.26497;9.29338;406;20220209;14.4;2;8.2;1.8;7.44;0;1.44;12727
+63107;42.26497;9.29338;406;20220210;12.5;3.2;7.8;2.6;8.98;0;1.7;11335
+63107;42.26497;9.29338;406;20220211;12.8;6.7;9.7;2.9;9.62;0;1.61;11181
+63107;42.26497;9.29338;406;20220212;13.4;7.1;10.2;5.8;8.82;0;2.5;12440
+63107;42.26497;9.29338;406;20220213;11.8;6.1;9;2.5;8.78;.4;1.53;8648
+63107;42.26497;9.29338;406;20220214;13.6;6.2;9.9;3.7;9.72;5;1.9;11077
+63107;42.26497;9.29338;406;20220215;13.1;6.3;9.7;5.8;7.72;0;2.56;10797
+63107;42.26497;9.29338;406;20220216;12.8;1.7;7.3;1.9;7.51;0;1.49;14236
+63107;42.26497;9.29338;406;20220217;15.5;4.9;10.2;2.1;9.67;0;1.59;13986
+63107;42.26497;9.29338;406;20220218;15.4;7.8;11.6;2.8;11.28;0;1.9;13519
+63107;42.26497;9.29338;406;20220219;15.3;6.3;10.8;1.9;10.81;0;1.52;13192
+63107;42.26497;9.29338;406;20220220;14.7;4.4;9.6;2.2;10.17;0;1.56;14142
+63107;42.26497;9.29338;406;20220221;14.9;4.1;9.5;4.9;7.87;0;2.5;13670
+63107;42.26497;9.29338;406;20220222;16;7.3;11.6;3.8;5.91;0;3.23;13552
+63107;42.26497;9.29338;406;20220223;13.9;6.2;10;2.8;7.85;0;2.31;15501
+63107;42.26497;9.29338;406;20220224;14.5;3.5;9;2.4;7.94;.1;1.97;14880
+63107;42.26497;9.29338;406;20220225;14.1;3.2;8.6;2.5;8.37;0;1.85;15605
+63107;42.26497;9.29338;406;20220226;11.4;3.5;7.5;5.9;4.77;0;3.1;13679
+63107;42.26497;9.29338;406;20220227;10.8;2.1;6.5;4.9;4.07;0;2.93;14537
+63107;42.26497;9.29338;406;20220228;12.5;2.7;7.6;3.7;5.87;0;2.47;15227
+63107;42.26497;9.29338;406;20220301;9.6;4.7;7.1;5.9;5.42;0;3.03;13856
+63107;42.26497;9.29338;406;20220302;10.6;.5;5.6;3.5;6.02;0;2.43;15962
+63107;42.26497;9.29338;406;20220303;11.7;2.2;6.9;3;7.38;0;2.09;11351
+63107;42.26497;9.29338;406;20220304;10.3;4.9;7.6;2.4;8.31;6.2;1.54;12010
+63107;42.26497;9.29338;406;20220305;10.6;3;6.8;4.2;5.47;0;2.44;14724
+63107;42.26497;9.29338;406;20220306;10.4;1.5;6;4.8;5.42;.1;2.81;15379
+63107;42.26497;9.29338;406;20220307;10.7;.2;5.5;3.3;5.14;0;2.35;17681
+63107;42.26497;9.29338;406;20220308;11;.5;5.7;3.6;5.47;0;2.44;17512
+63107;42.26497;9.29338;406;20220309;12.3;.6;6.4;2.8;5.14;0;2.48;18252
+63107;42.26497;9.29338;406;20220310;13.2;.9;7;2.4;7.18;0;2.45;17302
+63107;42.26497;9.29338;406;20220311;13.6;3.2;8.4;3.1;7.34;0;2.36;17109
+63107;42.26497;9.29338;406;20220312;12.6;5.9;9.3;4.4;7.51;2.5;2.56;14067
+63107;42.26497;9.29338;406;20220313;11.8;6.1;8.9;5.1;8.81;15.6;1.96;11342
+63107;42.26497;9.29338;406;20220314;15.1;8.9;12;4.9;11.37;.8;2.18;14164
+63107;42.26497;9.29338;406;20220315;14.7;9;11.8;4.7;10.61;0;2.32;13699
+63107;42.26497;9.29338;406;20220316;15.8;8;11.9;4;10.77;0;2.33;15873
+63107;42.26497;9.29338;406;20220317;16.2;9.3;12.8;3.3;10.07;0;2.57;13296
+63107;42.26497;9.29338;406;20220318;12.4;9.9;11.1;6.1;9.68;2.4;2.53;4829
+63107;42.26497;9.29338;406;20220319;11.3;9;10.1;5.6;9.35;1.8;2.22;3551
+63107;42.26497;9.29338;406;20220320;11.8;8.2;10;4.5;9.15;2.5;2.36;8393
+63107;42.26497;9.29338;406;20220321;12;5.2;8.6;5.3;6.48;.2;3.38;17244
+63107;42.26497;9.29338;406;20220322;13.7;4.5;9.1;5.3;6.15;0;3.86;20736
+63107;42.26497;9.29338;406;20220323;14;5.5;9.8;3.7;6.65;0;3.55;21626
+63107;42.26497;9.29338;406;20220324;14.6;7;10.8;2.7;7.55;0;3.28;20966
+63107;42.26497;9.29338;406;20220325;15.2;6.4;10.8;3.8;8.08;0;3.46;21237
+63107;42.26497;9.29338;406;20220326;14.4;6.9;10.7;3.2;7.78;.1;3.1;16587
+63107;42.26497;9.29338;406;20220327;18.9;10.9;14.9;4.8;8.08;.2;4.51;16261
+63107;42.26497;9.29338;406;20220328;17;9.2;13.1;2.7;8.92;0;3.48;19625
+63107;42.26497;9.29338;406;20220329;14.8;7.7;11.2;3.6;10.12;6.5;3.02;20069
+63107;42.26497;9.29338;406;20220330;14.1;9.5;11.8;2.4;13.22;8.6;1.75;10542
+63107;42.26497;9.29338;406;20220331;14.5;9.6;12.1;4.6;12.32;1.4;2.19;10931
+63107;42.26497;9.29338;406;20220401;13.7;9.6;11.6;9.6;6.78;3.6;4.51;12255
+63107;42.26497;9.29338;406;20220402;9.4;2.7;6.1;5.7;7.4;6.4;2.21;9600
+63107;42.26497;9.29338;406;20220403;11.3;2.6;7;3.7;7.67;3.3;2.46;14541
+63107;42.26497;9.29338;406;20220404;12;4.9;8.5;4;7.68;.1;3.11;20675
+63107;42.26497;9.29338;406;20220405;12.6;5.1;8.9;2.9;7.78;0;3.18;23019
+63107;42.26497;9.29338;406;20220406;10.9;5.6;8.2;3.1;8.72;1.9;2.12;11837
+63107;42.26497;9.29338;406;20220407;14.7;5.6;10.1;11.1;10.02;0;3.4;20404
+63107;42.26497;9.29338;406;20220408;18.7;10.4;14.5;10.5;11.62;0;4.77;18410
+63107;42.26497;9.29338;406;20220409;15.2;12.1;13.7;12.3;8.41;0;5.21;15084
+63107;42.26497;9.29338;406;20220410;13.7;6.6;10.1;3.8;7.46;0;3.68;22483
+63107;42.26497;9.29338;406;20220411;14.3;6.3;10.3;3.8;8.88;0;3.59;24365
+63107;42.26497;9.29338;406;20220412;15.1;7.6;11.4;3.9;10.82;0;2.7;16055
+63107;42.26497;9.29338;406;20220413;16;9.3;12.6;2.8;10.95;0;3.36;20787
+63107;42.26497;9.29338;406;20220414;17.7;8.5;13.1;3.4;9.84;0;3.61;20037
+63107;42.26497;9.29338;406;20220415;19.7;10.2;14.9;2.9;9.89;0;4.34;23205
+63107;42.26497;9.29338;406;20220416;20.3;11.5;15.9;5.5;9.87;0;5.54;25144
+63107;42.26497;9.29338;406;20220417;15.4;10.2;12.8;7.4;6.58;0;5.75;25039
+63107;42.26497;9.29338;406;20220418;15.7;7.9;11.8;4.5;7.25;0;4.66;25626
+63107;42.26497;9.29338;406;20220419;16.9;8.5;12.7;3.4;10.52;0;3.96;24798
+63107;42.26497;9.29338;406;20220420;17.4;9.7;13.6;3.2;12.55;2.6;3.12;17764
+63107;42.26497;9.29338;406;20220421;14;9.9;11.9;5.4;13.22;27.7;2.36;13449
+63107;42.26497;9.29338;406;20220422;15.2;9.3;12.2;4.6;13.25;0;2.53;15248
+63107;42.26497;9.29338;406;20220423;16.5;9.5;13;3.9;12.02;2.9;3.57;21208
+63107;42.26497;9.29338;406;20220424;15;9;12;5.8;10.82;3.8;3.24;15943
+63107;42.26497;9.29338;406;20220425;18.3;10.1;14.2;5.8;11.88;0;4.66;24905
+63107;42.26497;9.29338;406;20220426;17.1;10.2;13.7;3.9;12.02;.1;4.2;26513
+63107;42.26497;9.29338;406;20220427;17.3;10.1;13.7;2.5;12.18;0;3.72;23832
+63107;42.26497;9.29338;406;20220428;21;10.3;15.6;5.1;9.65;0;5.87;28133
+63107;42.26497;9.29338;406;20220429;20.3;12.2;16.2;6.2;8.15;0;6.51;26425
+63107;42.26497;9.29338;406;20220430;18.4;10.5;14.5;2.8;9.78;0;4.56;25777
+63107;42.26497;9.29338;406;20220501;17.7;11.7;14.7;2.7;11.38;0;3.91;21189
+63107;42.26497;9.29338;406;20220502;18.3;10.7;14.5;2.7;10.52;.1;4.55;26759
+63107;42.26497;9.29338;406;20220503;18.7;10.8;14.7;2.6;11.98;0;4.29;25601
+63107;42.26497;9.29338;406;20220504;17.6;12;14.8;2.6;13.65;.5;3.7;22185
+63107;42.26497;9.29338;406;20220505;13.8;12.5;13.2;3.2;13.98;13.6;1.71;6796
+63107;42.26497;9.29338;406;20220506;16.9;10.6;13.7;4.8;13.51;4.8;3.15;21870
+63107;42.26497;9.29338;406;20220507;18.9;12.5;15.7;3.9;13.51;1.7;3.7;19445
+63107;42.26497;9.29338;406;20220508;20.4;10.9;15.6;3.1;12.77;0;4.37;25019
+63107;42.26497;9.29338;406;20220509;21.5;11.3;16.4;2.9;12.77;0;4.69;27212
+63107;42.26497;9.29338;406;20220510;21.6;10;15.8;1.7;12.91;.1;4.55;29235
+63107;42.26497;9.29338;406;20220511;21.4;10.1;15.7;2.2;12.77;0;4.58;28987
+63107;42.26497;9.29338;406;20220512;21.6;10.6;16.1;2;12.87;0;4.57;28281
+63107;42.26497;9.29338;406;20220513;22.1;10;16.1;2.1;11.87;0;4.79;28812
+63107;42.26497;9.29338;406;20220514;21.9;10.2;16;2.1;11.61;0;4.74;28248
+63107;42.26497;9.29338;406;20220515;22.3;10.6;16.4;2;12.84;0;4.7;28415
+63107;42.26497;9.29338;406;20220516;23.5;11.3;17.4;2;13.77;.1;4.91;29423
+63107;42.26497;9.29338;406;20220517;24.2;12.5;18.3;2.3;13.61;0;5.17;28928
+63107;42.26497;9.29338;406;20220518;25.5;12.5;19;2.3;13.44;0;5.55;30128
+63107;42.26497;9.29338;406;20220519;26.2;14.7;20.4;3;13.41;0;5.92;29058
+63107;42.26497;9.29338;406;20220520;25.3;12.4;18.8;3.1;13.81;.7;5.8;30319
+63107;42.26497;9.29338;406;20220521;24.7;12.5;18.6;1.9;15.21;0;5.1;29301
+63107;42.26497;9.29338;406;20220522;25.1;13.1;19.1;2.1;13.74;.2;5.35;28874
+63107;42.26497;9.29338;406;20220523;27.7;13.4;20.5;2.3;14.51;.1;5.76;29720
+63107;42.26497;9.29338;406;20220524;25.1;14.3;19.7;2.7;17.27;.2;5.17;28310
+63107;42.26497;9.29338;406;20220525;25.3;15.3;20.3;2.2;18.24;2.4;4.82;26277
+63107;42.26497;9.29338;406;20220526;26.8;16.4;21.6;2.3;18.01;.1;5.63;29583
+63107;42.26497;9.29338;406;20220527;30.4;17.5;24;2.2;13.24;0;6.52;30320
+63107;42.26497;9.29338;406;20220528;29.7;18.8;24.2;2.4;14.71;.4;6.68;30586
+63107;42.26497;9.29338;406;20220529;24.2;16;20.1;3.3;17.81;1.6;5.09;26354
+63107;42.26497;9.29338;406;20220530;24.8;13.9;19.4;2;16.34;2;5.19;29002
+63107;42.26497;9.29338;406;20220531;25.4;14.3;19.8;2.4;17.17;.7;5.53;30775
+63107;42.26497;9.29338;406;20220601;26.2;14.5;20.3;2.4;17.81;0;5.49;29975
+63107;42.26497;9.29338;406;20220602;29.3;15.6;22.5;2.2;18.54;0;5.9;29934
+63107;42.26497;9.29338;406;20220603;27.9;18.9;23.4;2.1;19.54;.1;5.69;28612
+63107;42.26497;9.29338;406;20220604;30.9;18.4;24.6;2.1;19.87;0;6.28;29937
+63107;42.26497;9.29338;406;20220605;29.1;19.9;24.5;2.6;20.91;.1;5.64;26429
+63107;42.26497;9.29338;406;20220606;27.3;15.2;21.2;2;17.64;0;5.82;31163
+63107;42.26497;9.29338;406;20220607;28.2;14.2;21.2;2.8;14.71;0;6.42;31529
+63107;42.26497;9.29338;406;20220608;25.4;15.3;20.3;2.3;15.17;0;5.74;30540
+63107;42.26497;9.29338;406;20220609;26.3;14.9;20.6;3.1;15.07;0;6.2;30474
+63107;42.26497;9.29338;406;20220610;27.8;14;20.9;3.5;12.47;0;6.95;31494
+63107;42.26497;9.29338;406;20220611;29;14.9;21.9;3.1;12.41;0;7.1;31668
+63107;42.26497;9.29338;406;20220612;29.2;14.1;21.7;2.2;12.74;0;6.47;31696
+63107;42.26497;9.29338;406;20220613;28.7;15.1;21.9;2.1;15.17;0;6.2;30995
+63107;42.26497;9.29338;406;20220614;28.7;16.1;22.4;2.4;18.31;.1;6.2;31298
+63107;42.26497;9.29338;406;20220615;28.6;16;22.3;2.3;17.71;0;6.04;30477
+63107;42.26497;9.29338;406;20220616;28.5;17;22.8;2.1;17.21;0;6.25;31332
+63107;42.26497;9.29338;406;20220617;29.8;16.9;23.3;2.3;17.74;0;6.38;30971
+63107;42.26497;9.29338;406;20220618;30.7;18.6;24.6;2.7;17.37;0;6.93;31292
+63107;42.26497;9.29338;406;20220619;29.7;17.9;23.8;2.5;16.57;0;6.5;30468
+63107;42.26497;9.29338;406;20220620;28.7;16.3;22.5;2.7;17.97;0;6.23;31362
+63107;42.26497;9.29338;406;20220621;31.4;17.9;24.6;2.3;18.34;1.4;6.5;30132
+63107;42.26497;9.29338;406;20220622;30.1;19.5;24.8;2.1;20.01;.3;5.79;27200
+63107;42.26497;9.29338;406;20220623;27.3;18.9;23.1;2.1;22.24;.6;4.61;22840
+63107;42.26497;9.29338;406;20220624;28.4;18.3;23.4;2.6;21.37;0;5.86;29659
+63107;42.26497;9.29338;406;20220625;29.3;17.5;23.4;2.1;19.91;.1;6.22;31391
+63107;42.26497;9.29338;406;20220626;30.7;19.3;25;4;19.41;0;6.88;29623
+63107;42.26497;9.29338;406;20220627;31.5;21.3;26.4;2.6;21.97;0;6.61;30502
+63107;42.26497;9.29338;406;20220628;28.8;22.4;25.6;3.6;23.01;3;5.44;22032
+63107;42.26497;9.29338;406;20220629;27.6;17.1;22.3;2.9;20.24;0;5.81;30229
+63107;42.26497;9.29338;406;20220630;28.5;15.8;22.1;2.8;17.24;0;6.22;30402
+63107;42.26497;9.29338;406;20220701;28.4;17.5;22.9;2.6;19.01;0;6.11;30502
+63107;42.26497;9.29338;406;20220702;28.6;15.8;22.2;2.1;18.91;0;6.08;31602
+63107;42.26497;9.29338;406;20220703;32.2;16.9;24.6;2;16.47;0;6.74;31440
+63107;42.26497;9.29338;406;20220704;32.7;17.1;24.9;2.1;16.07;0;6.87;31526
+63107;42.26497;9.29338;406;20220705;30.9;17.6;24.3;2.2;16.51;0;6.61;30795
+63107;42.26497;9.29338;406;20220706;31.1;17.5;24.3;2.5;18.71;0;6.76;31438
+63107;42.26497;9.29338;406;20220707;29.2;18.1;23.6;2.2;19.57;0;6.21;30717
+63107;42.26497;9.29338;406;20220708;29.7;17.5;23.6;2.7;17.44;0;6.58;31338
+63107;42.26497;9.29338;406;20220709;28.7;17.3;23;2.6;15.14;0;6.39;29898
+63107;42.26497;9.29338;406;20220710;28.3;16.2;22.2;2.3;15.44;0;6.1;29842
+63107;42.26497;9.29338;406;20220711;29.1;16.6;22.9;2.4;16.37;0;6.41;31167
+63107;42.26497;9.29338;406;20220712;28.4;17.5;23;2.6;18.51;0;6.17;30479
+63107;42.26497;9.29338;406;20220713;29.8;17.4;23.6;2.4;19.11;0;6.14;29853
+63107;42.26497;9.29338;406;20220714;29.9;18.5;24.2;2.3;19.27;0;6.27;30101
+63107;42.26497;9.29338;406;20220715;29.6;18.9;24.2;2.4;19.64;0;6.26;29968
+63107;42.26497;9.29338;406;20220716;31.2;18.9;25;2.5;19.47;.1;6.51;29895
+63107;42.26497;9.29338;406;20220717;32.1;19.4;25.8;2.3;20.97;0;6.3;29311
+63107;42.26497;9.29338;406;20220718;32.8;20;26.4;1.9;19.77;0;6.53;29802
+63107;42.26497;9.29338;406;20220719;33.2;20.3;26.8;2;18.24;0;6.66;29535
+63107;42.26497;9.29338;406;20220720;32.7;20.7;26.7;2.5;17.87;.1;6.87;29452
+63107;42.26497;9.29338;406;20220721;32.2;20;26.1;2.4;18.07;0;6.72;29427
+63107;42.26497;9.29338;406;20220722;31.6;19.6;25.6;2.5;20.84;0;6.61;30321
+63107;42.26497;9.29338;406;20220723;31.2;19.5;25.4;2.3;21.34;0;6.27;29123
+63107;42.26497;9.29338;406;20220724;30.2;20.7;25.5;2.1;21.91;.2;5.79;26971
+63107;42.26497;9.29338;406;20220725;31;19.4;25.2;2.3;22.37;0;6.04;28492
+63107;42.26497;9.29338;406;20220726;31;20.1;25.6;2.7;22.37;0;6.2;28466
+63107;42.26497;9.29338;406;20220727;30.2;19.6;24.9;2.6;21.07;0;6.15;28761
+63107;42.26497;9.29338;406;20220728;29.7;18;23.9;2.2;20.34;0;5.87;28682
+63107;42.26497;9.29338;406;20220729;30.6;19;24.8;2.3;20.71;.9;6;28276
+63107;42.26497;9.29338;406;20220730;29.8;18.7;24.3;2.6;21.04;3.2;6;28730
+63107;42.26497;9.29338;406;20220731;30.8;17.6;24.2;2.3;18.07;0;6.23;29390
+63107;42.26497;9.29338;406;20220801;32.7;18.6;25.6;2.5;17.47;0;6.72;29274
+63107;42.26497;9.29338;406;20220802;31.5;19.7;25.6;2.4;20.51;0;6.36;28930
+63107;42.26497;9.29338;406;20220803;32.4;19.1;25.8;2.4;17.71;0;6.49;28754
+63107;42.26497;9.29338;406;20220804;31.5;19.6;25.6;2.5;18.34;0;6.44;28717
+63107;42.26497;9.29338;406;20220805;31.6;19.6;25.6;2.2;19.61;0;6.11;28058
+63107;42.26497;9.29338;406;20220806;31.8;19.4;25.6;1.8;20.67;0;5.74;26915
+63107;42.26497;9.29338;406;20220807;32;19.4;25.7;2.5;22.14;.3;6.23;28529
+63107;42.26497;9.29338;406;20220808;31.8;20.8;26.3;3;20.94;3;6.36;27584
+63107;42.26497;9.29338;406;20220809;31.9;19.5;25.7;3.2;18.44;.7;6.74;28263
+63107;42.26497;9.29338;406;20220810;31.7;20;25.8;3;18.21;.1;6.54;27838
+63107;42.26497;9.29338;406;20220811;30.8;19.4;25.1;2.9;16.64;0;6.48;27592
+63107;42.26497;9.29338;406;20220812;29.8;17.8;23.8;2.5;16.67;0;5.86;26903
+63107;42.26497;9.29338;406;20220813;27.5;18.9;23.2;2.5;20.67;.8;4.94;24594
+63107;42.26497;9.29338;406;20220814;30.1;18.8;24.5;2.8;17.97;1.4;5.86;26378
+63107;42.26497;9.29338;406;20220815;31.3;19;25.1;2.7;20.94;.6;5.56;25186
+63107;42.26497;9.29338;406;20220816;29.5;19.1;24.3;2.2;21.97;1.6;5.29;26425
+63107;42.26497;9.29338;406;20220817;31.5;18.7;25.1;3;21.87;.5;5.85;26504
+63107;42.26497;9.29338;406;20220818;27.4;23.3;25.3;2.8;21.71;6.1;4.25;16300
+63107;42.26497;9.29338;406;20220819;25.8;16;20.9;2.2;19.37;1.1;4.55;25184
+63107;42.26497;9.29338;406;20220820;28;15.8;21.9;2.1;18.31;0;5.03;26648
+63107;42.26497;9.29338;406;20220821;27.8;17.9;22.8;2.3;20.11;0;4.93;25188
+63107;42.26497;9.29338;406;20220822;27.9;17.4;22.7;2.5;20.01;0;4.93;24972
+63107;42.26497;9.29338;406;20220823;28.6;16.8;22.7;2.2;18.34;0;5.03;25251
+63107;42.26497;9.29338;406;20220824;29.8;17.7;23.8;2.7;16.54;0;5.64;25651
+63107;42.26497;9.29338;406;20220825;30.2;17.6;23.9;3;17.14;0;5.86;25839
+63107;42.26497;9.29338;406;20220826;29.3;18.1;23.7;2.2;19.11;.1;5.1;25120
+63107;42.26497;9.29338;406;20220827;28.9;18.5;23.7;2.4;20.31;.3;4.85;23767
+63107;42.26497;9.29338;406;20220828;28.8;18.6;23.7;2.2;21.14;.1;4.92;24413
+63107;42.26497;9.29338;406;20220829;28.1;18.1;23.1;2.3;20.84;.1;4.63;23515
+63107;42.26497;9.29338;406;20220830;29;18.1;23.6;2.1;19.97;.1;4.81;24040
+63107;42.26497;9.29338;406;20220831;27.6;17.5;22.5;2.1;19.74;.7;4.48;23232
+63107;42.26497;9.29338;406;20220901;27.7;19.6;23.6;2;20.87;1.2;4.1;19828
+63107;42.26497;9.29338;406;20220902;27.3;18;22.7;2.4;20.27;2.7;4.31;22150
+63107;42.26497;9.29338;406;20220903;27.5;18.8;23.2;2.4;20.41;2.8;4.36;21649
+63107;42.26497;9.29338;406;20220904;29.1;18.4;23.8;2.6;20.37;.4;4.84;23532
+63107;42.26497;9.29338;406;20220905;30.2;17.9;24;2.6;19.51;0;4.96;23570
+63107;42.26497;9.29338;406;20220906;29.6;18.2;23.9;2.7;20.64;2.8;4.64;23006
+63107;42.26497;9.29338;406;20220907;30.4;18.6;24.5;2.4;22.21;0;4.69;22668
+63107;42.26497;9.29338;406;20220908;29.9;19.1;24.5;2.6;21.27;.2;4.74;22109
+63107;42.26497;9.29338;406;20220909;28.9;16.4;22.6;3;14.67;0;5.2;22719
+63107;42.26497;9.29338;406;20220910;27.7;17.1;22.4;2.6;15.31;0;4.76;22317
+63107;42.26497;9.29338;406;20220911;26.7;15.3;21;2.5;16.07;.1;4.23;21571
+63107;42.26497;9.29338;406;20220912;27;14.2;20.6;2.6;16.51;0;4.3;22168
+63107;42.26497;9.29338;406;20220913;28.2;15.3;21.8;2.5;17.51;0;4.25;21396
+63107;42.26497;9.29338;406;20220914;30.2;18.8;24.5;3.2;20.27;2.2;4.73;20731
+63107;42.26497;9.29338;406;20220915;28.7;20.3;24.5;3;19.57;0;4.52;19204
+63107;42.26497;9.29338;406;20220916;30.2;18;24.1;3.2;15.31;0;5.39;21773
+63107;42.26497;9.29338;406;20220917;24.7;15.7;20.2;3.9;11.71;0;5.02;19541
+63107;42.26497;9.29338;406;20220918;23.8;11.3;17.6;2.9;11.01;0;3.97;21103
+63107;42.26497;9.29338;406;20220919;25.3;12.4;18.9;2.7;12.77;0;4.07;20880
+63107;42.26497;9.29338;406;20220920;25.2;14.3;19.7;3.1;13.94;.7;4.1;19836
+63107;42.26497;9.29338;406;20220921;24.1;13.6;18.9;3.1;12.31;.3;4.11;19281
+63107;42.26497;9.29338;406;20220922;22.7;13.6;18.2;3.5;10.04;0;4.31;18607
+63107;42.26497;9.29338;406;20220923;22.9;11.7;17.3;2.9;10.64;0;3.76;19168
+63107;42.26497;9.29338;406;20220924;19.8;12.2;16;2;13.67;9.8;2.51;15761
+63107;42.26497;9.29338;406;20220925;22.7;14.1;18.4;2.3;16.91;1.8;2.95;17778
+63107;42.26497;9.29338;406;20220926;22.6;13.8;18.2;1.9;14.74;0;2.94;17319
+63107;42.26497;9.29338;406;20220927;21.2;12.3;16.7;4.1;11.01;1;3.97;16549
+63107;42.26497;9.29338;406;20220928;22.5;12.4;17.4;2.9;12.14;0;3.56;17748
+63107;42.26497;9.29338;406;20220929;21.2;14.4;17.8;2.6;13.31;4.3;3.12;14948
+63107;42.26497;9.29338;406;20220930;18.4;11.9;15.1;2.2;14.21;4.8;2.15;12757
+63107;42.26497;9.29338;406;20221001;20.7;10.6;15.7;2.8;12.54;0;3.02;17164
+63107;42.26497;9.29338;406;20221002;25.3;13.4;19.4;2.7;13.94;0;3.54;17770
+63107;42.26497;9.29338;406;20221003;23.5;12.6;18.1;2;14.14;0;2.9;17343
+63107;42.26497;9.29338;406;20221004;22.8;11.9;17.3;2.2;15.31;0;2.8;18056
+63107;42.26497;9.29338;406;20221005;23.2;12.6;17.9;2.1;15.07;0;2.81;17646
+63107;42.26497;9.29338;406;20221006;22.9;12;17.5;1.9;14.17;0;2.72;17202
+63107;42.26497;9.29338;406;20221007;23.1;11.3;17.2;2.2;13.31;0;2.88;17361
+63107;42.26497;9.29338;406;20221008;22.7;12.1;17.4;1.9;14.07;2.3;2.6;16417
+63107;42.26497;9.29338;406;20221009;22;14.2;18.1;2.5;16.01;1.7;2.46;14394
+63107;42.26497;9.29338;406;20221010;22.3;14.3;18.3;2.2;15.71;5.3;2.51;14598
+63107;42.26497;9.29338;406;20221011;22.3;12.5;17.4;2.2;15.44;0;2.35;14876
+63107;42.26497;9.29338;406;20221012;19.6;13.4;16.5;2.1;15.37;3.8;1.96;12302
+63107;42.26497;9.29338;406;20221013;22.1;13.8;17.9;2.7;14.61;0;2.63;13752
+63107;42.26497;9.29338;406;20221014;20.9;12;16.5;2;14.17;0;2.23;14613
+63107;42.26497;9.29338;406;20221015;22.3;12.1;17.2;2.1;14.64;0;2.39;16010
+63107;42.26497;9.29338;406;20221016;23.6;13;18.3;1.9;15.01;0;2.36;14837
+63107;42.26497;9.29338;406;20221017;24.3;12.8;18.6;2.5;15.31;0;2.53;15227
+63107;42.26497;9.29338;406;20221018;23.3;12.6;18;2.8;15.44;.1;2.46;14889
+63107;42.26497;9.29338;406;20221019;22.3;13.2;17.7;2;15.67;.1;2.12;13404
+63107;42.26497;9.29338;406;20221020;22.5;12;17.3;2.3;15.41;.1;2.21;14174
+63107;42.26497;9.29338;406;20221021;24;12.8;18.4;2.8;15.44;0;2.26;12545
+63107;42.26497;9.29338;406;20221022;25.3;13.6;19.5;1.9;15.91;0;2.31;13903
+63107;42.26497;9.29338;406;20221023;26.6;14.6;20.6;2.2;16.17;0;2.59;13990
+63107;42.26497;9.29338;406;20221024;25.8;14.5;20.1;2.1;15.04;0;2.53;13162
+63107;42.26497;9.29338;406;20221025;24.9;12.9;18.9;2.7;14.07;0;2.59;13405
+63107;42.26497;9.29338;406;20221026;24.8;13.3;19.1;1.9;14.34;.1;2.21;12630
+63107;42.26497;9.29338;406;20221027;24.3;12.8;18.5;1.8;13.71;.1;2.06;12757
+63107;42.26497;9.29338;406;20221028;24;11.8;17.9;1.8;13.81;0;1.97;12414
+63107;42.26497;9.29338;406;20221029;24.5;13.2;18.8;2.3;12.87;0;2.5;12513
+63107;42.26497;9.29338;406;20221030;23.9;11.1;17.5;2.1;11.91;0;2.2;12786
+63107;42.26497;9.29338;406;20221031;22.6;10.1;16.3;2;11.57;0;2.07;12771
+63107;42.26497;9.29338;406;20221101;21;10;15.5;1.6;12.21;0;1.7;12383
+63107;42.26497;9.29338;406;20221102;22.3;11.2;16.7;1.6;14.64;.4;1.59;11789
+63107;42.26497;9.29338;406;20221103;21.9;12;16.9;2.3;15.07;9.2;1.73;11534
+63107;42.26497;9.29338;406;20221104;19.2;12.2;15.7;3.6;12.17;0;2.32;9469
+63107;42.26497;9.29338;406;20221105;17.4;8.4;12.9;4.6;10.21;1.1;2.2;11261
+63107;42.26497;9.29338;406;20221106;19.4;7.5;13.5;2.6;8.67;0;2.15;11847
+63107;42.26497;9.29338;406;20221107;20.2;9;14.6;2;10.87;.1;1.69;11413
+63107;42.26497;9.29338;406;20221108;20.4;9.2;14.8;2.1;12.24;.3;1.54;11583
+63107;42.26497;9.29338;406;20221109;20.5;10.1;15.3;2.4;13.44;0;1.51;11007
+63107;42.26497;9.29338;406;20221110;22;12.2;17.1;2.3;14.97;.4;1.64;11025
+63107;42.26497;9.29338;406;20221111;20.7;13.1;16.9;2.6;14.54;0;1.69;9398
+63107;42.26497;9.29338;406;20221112;18.9;10.1;14.5;3;11.11;0;1.98;10186
+63107;42.26497;9.29338;406;20221113;16;11.2;13.6;2.9;10.04;2.4;1.72;7250
+63107;42.26497;9.29338;406;20221114;17.9;7.7;12.8;2;10.61;2;1.29;10443
+63107;42.26497;9.29338;406;20221115;14.4;9.2;11.8;2.1;13.74;23.6;.71;7358
+63107;42.26497;9.29338;406;20221116;18.9;12;15.5;2.5;14.34;2.8;1.24;8496
+63107;42.26497;9.29338;406;20221117;19.3;9.5;14.4;2;12.67;2.5;1.25;9597
+63107;42.26497;9.29338;406;20221118;18.3;11.4;14.9;3;11.77;0;1.75;8473
+63107;42.26497;9.29338;406;20221119;15.1;9.1;12.1;2.2;10.31;0;1.25;7577
+63107;42.26497;9.29338;406;20221120;16.1;7;11.6;2.9;9.57;0;1.43;9499
+63107;42.26497;9.29338;406;20221121;15;6;10.5;2;9.51;25.1;1.1;8959
+63107;42.26497;9.29338;406;20221122;11.7;9.4;10.6;4.1;10.44;11.4;1.21;4134
+63107;42.26497;9.29338;406;20221123;14.3;8.8;11.5;3.2;9.01;0;1.52;6963
+63107;42.26497;9.29338;406;20221124;16.5;7.3;11.9;2.4;10.27;0;1.26;9214
+63107;42.26497;9.29338;406;20221125;13.5;8.1;10.8;2.4;11.57;22.1;.78;6353
+63107;42.26497;9.29338;406;20221126;14.7;8.5;11.6;6.3;9.84;1.5;1.87;6620
+63107;42.26497;9.29338;406;20221127;14.8;8.6;11.7;4.4;7.54;0;2.22;7245
+63107;42.26497;9.29338;406;20221128;12.9;5.6;9.3;1.9;8.54;.4;.98;7652
+63107;42.26497;9.29338;406;20221129;10.1;7.8;8.9;2.8;9.67;12.4;.86;3784
+63107;42.26497;9.29338;406;20221130;12.9;7.5;10.2;4;8.61;0;1.47;6308
+63107;42.26497;9.29338;406;20221201;12.3;4.8;8.5;3.1;7.97;0;1.21;7732
+63107;42.26497;9.29338;406;20221202;13.8;4.7;9.2;2.2;8.61;1.3;.99;8440
+63107;42.26497;9.29338;406;20221203;14.7;8.1;11.4;3.4;10.54;13.5;1.18;5986
+63107;42.26497;9.29338;406;20221204;14.9;7.5;11.2;1.6;10.94;1.4;.72;7540
+63107;42.26497;9.29338;406;20221205;15.7;7.7;11.7;1.6;11.34;.8;.71;7758
+63107;42.26497;9.29338;406;20221206;15.4;9.6;12.5;2.7;12.68;.1;1.08;6393
+63107;42.26497;9.29338;406;20221207;15.3;10.1;12.7;2.6;11.82;.5;1.19;6581
+63107;42.26497;9.29338;406;20221208;13.3;8.9;11.1;3.2;10.68;.8;1.38;4461
+63107;42.26497;9.29338;406;20221209;16.8;8.4;12.6;2.3;11.87;5.6;.96;7716
+63107;42.26497;9.29338;406;20221210;14;9.1;11.6;2;11.87;3.1;.72;4631
+63107;42.26497;9.29338;406;20221211;11.6;4.9;8.2;3;6.91;0;1.39;6786
+63107;42.26497;9.29338;406;20221212;12.2;2.4;7.3;2;6.74;6.3;.91;8381
+63107;42.26497;9.29338;406;20221213;11.1;5.5;8.3;2.7;10.61;7.8;.57;6158
+63107;42.26497;9.29338;406;20221214;13.8;8.3;11.1;2.5;12.14;10.8;.6;6042
+63107;42.26497;9.29338;406;20221215;13.9;7.5;10.7;2.8;12.44;19.4;.49;6418
+63107;42.26497;9.29338;406;20221216;12.9;8.9;10.9;1.5;11.74;5.2;.63;4683
+63107;42.26497;9.29338;406;20221217;14.7;6;10.3;1.8;10.37;1.5;.67;7578
+63107;42.26497;9.29338;406;20221218;14.8;5.6;10.2;2.3;9.87;0;.83;7898
+63107;42.26497;9.29338;406;20221219;14.1;5.1;9.6;1.6;9.51;.1;.62;8096
+63107;42.26497;9.29338;406;20221220;14;4.6;9.3;1.9;9.44;0;.68;8002
+63107;42.26497;9.29338;406;20221221;13.4;4.5;8.9;2;9.74;.8;.63;7909
+63107;42.26497;9.29338;406;20221222;16.6;6.9;11.7;1.9;11.11;0;.75;8145
+63107;42.26497;9.29338;406;20221223;17.5;7.7;12.6;2.6;11.81;.1;1.06;8250
+63107;42.26497;9.29338;406;20221224;18.6;8.8;13.7;2.4;11.84;.1;1.05;8177
+63107;42.26497;9.29338;406;20221225;16.5;7.5;12;2.5;11.34;0;.87;7527
+63107;42.26497;9.29338;406;20221226;17.3;7.5;12.4;2.1;10.94;.1;.98;6841
+63107;42.26497;9.29338;406;20221227;16.9;6.5;11.7;2.5;10.27;0;1;8356
+63107;42.26497;9.29338;406;20221228;15.4;4.6;10;1.9;9.37;.1;.79;8166
+63107;42.26497;9.29338;406;20221229;16.2;4.4;10.3;1.9;9.61;0;.77;8819
+63107;42.26497;9.29338;406;20221230;15.1;6;10.5;1.5;10.54;.2;.63;8031
+63107;42.26497;9.29338;406;20221231;16.7;7.3;12;2.3;11.74;0;.85;8185
+63108;42.26251;9.49783;27;20220101;15.3;11.9;13.6;2.2;11.57;.1;1.03;2994
+63108;42.26251;9.49783;27;20220102;14.1;11.5;12.8;2.1;10.7;.1;1.06;1948
+63108;42.26251;9.49783;27;20220103;16.3;9.2;12.7;2.2;10.67;0;1;6269
+63108;42.26251;9.49783;27;20220104;15.6;8.7;12.2;2.1;11.3;.1;.83;5861
+63108;42.26251;9.49783;27;20220105;18.2;9.5;13.8;3.5;9.83;0;1.79;6312
+63108;42.26251;9.49783;27;20220106;10.9;7.3;9.1;5;7.85;9.1;1.58;2794
+63108;42.26251;9.49783;27;20220107;12.9;7.1;10;3.9;7.47;0;1.6;7018
+63108;42.26251;9.49783;27;20220108;14.3;6;10.2;2.5;6.1;.1;1.48;8508
+63108;42.26251;9.49783;27;20220109;14.9;6.1;10.5;4.3;6.73;0;2.03;7203
+63108;42.26251;9.49783;27;20220110;12.6;4.6;8.6;7.1;5.93;0;2.48;6626
+63108;42.26251;9.49783;27;20220111;13.7;7.9;10.8;7.4;5.5;0;3.22;7605
+63108;42.26251;9.49783;27;20220112;12;6.2;9.1;7.4;5.2;0;2.89;7987
+63108;42.26251;9.49783;27;20220113;12.7;4;8.4;4.6;5.13;0;2.16;8972
+63108;42.26251;9.49783;27;20220114;15.9;4.8;10.3;3;5.6;0;1.89;9685
+63108;42.26251;9.49783;27;20220115;16.4;6.3;11.4;2.6;6.57;0;1.59;9421
+63108;42.26251;9.49783;27;20220116;15.4;7.1;11.3;2.8;8.27;0;1.39;9344
+63108;42.26251;9.49783;27;20220117;15.3;6.9;11.1;2.7;8.63;0;1.31;8863
+63108;42.26251;9.49783;27;20220118;15.1;6.2;10.7;2.7;8.67;0;1.26;9065
+63108;42.26251;9.49783;27;20220119;15.3;6.2;10.8;2.5;8.73;0;1.23;8408
+63108;42.26251;9.49783;27;20220120;14.9;6.5;10.7;2;8.73;1.2;1.08;8790
+63108;42.26251;9.49783;27;20220121;14.9;7.8;11.3;3.2;8.53;.1;1.51;7714
+63108;42.26251;9.49783;27;20220122;13.4;4.3;8.8;2.9;6.2;0;1.54;10053
+63108;42.26251;9.49783;27;20220123;14.3;4.2;9.3;2.8;6.93;0;1.47;10408
+63108;42.26251;9.49783;27;20220124;15.1;6.2;10.6;3;7.8;0;1.55;9607
+63108;42.26251;9.49783;27;20220125;13.6;6.6;10.1;2.7;7.83;0;1.36;9217
+63108;42.26251;9.49783;27;20220126;15.1;5.7;10.4;2.9;8.2;0;1.47;9500
+63108;42.26251;9.49783;27;20220127;15.6;7;11.3;3.3;8.33;0;1.69;10648
+63108;42.26251;9.49783;27;20220128;15.7;7.5;11.6;2.9;8.7;0;1.58;9769
+63108;42.26251;9.49783;27;20220129;15.2;6.9;11.1;2.9;7.77;0;1.68;10314
+63108;42.26251;9.49783;27;20220130;15.3;6.4;10.8;2.4;9.13;0;1.27;8441
+63108;42.26251;9.49783;27;20220131;15.5;8.9;12.2;3.3;9.2;0;1.66;7495
+63108;42.26251;9.49783;27;20220201;17.1;8.1;12.6;6.5;4.57;0;4.09;11611
+63108;42.26251;9.49783;27;20220202;16.8;5.6;11.2;2.9;6.77;0;2.04;12148
+63108;42.26251;9.49783;27;20220203;16.9;6.4;11.6;2.4;10.23;0;1.35;11558
+63108;42.26251;9.49783;27;20220204;16.8;9.4;13.1;2.4;11.43;.2;1.28;6961
+63108;42.26251;9.49783;27;20220205;17.1;8.8;12.9;1.9;10.97;.3;1.24;7997
+63108;42.26251;9.49783;27;20220206;16.3;8.4;12.3;2.7;10.23;0;1.53;11436
+63108;42.26251;9.49783;27;20220207;18.2;8;13.1;4.1;8.87;0;2.4;11262
+63108;42.26251;9.49783;27;20220208;16.5;5.5;11;3.2;5.53;0;2.43;12981
+63108;42.26251;9.49783;27;20220209;16.2;7.5;11.9;2.6;7.9;0;1.91;12534
+63108;42.26251;9.49783;27;20220210;15.5;7.7;11.6;2.4;9.43;0;1.53;11319
+63108;42.26251;9.49783;27;20220211;15.5;8.6;12.1;2.7;9.73;0;1.61;10954
+63108;42.26251;9.49783;27;20220212;15.5;8.8;12.1;4.4;9.13;0;2.12;11471
+63108;42.26251;9.49783;27;20220213;14.6;6.7;10.6;2.6;9.07;0;1.49;9633
+63108;42.26251;9.49783;27;20220214;16;6.8;11.4;3.1;10.03;1.5;1.68;11295
+63108;42.26251;9.49783;27;20220215;16.4;8.2;12.3;3.6;7.93;0;2.36;11810
+63108;42.26251;9.49783;27;20220216;16.1;5.9;11;2.8;7.63;0;2.06;13639
+63108;42.26251;9.49783;27;20220217;15.9;7.3;11.6;2.6;10.1;0;1.66;13465
+63108;42.26251;9.49783;27;20220218;16.8;8.1;12.5;2.2;11.67;0;1.46;12130
+63108;42.26251;9.49783;27;20220219;16.6;9.8;13.2;2.3;12.1;0;1.38;8801
+63108;42.26251;9.49783;27;20220220;17.8;10.3;14.1;2.5;11.37;0;1.87;12025
+63108;42.26251;9.49783;27;20220221;19.7;7.3;13.5;5.5;8;0;3.48;12015
+63108;42.26251;9.49783;27;20220222;20.2;11;15.6;5.4;4.97;.1;4.78;15434
+63108;42.26251;9.49783;27;20220223;17.9;8.3;13.1;2.7;7.31;0;2.59;15478
+63108;42.26251;9.49783;27;20220224;16.1;7.3;11.7;2.7;8.63;.1;2.1;13630
+63108;42.26251;9.49783;27;20220225;16.2;7.4;11.8;3.1;9.27;0;2.08;13300
+63108;42.26251;9.49783;27;20220226;14.3;7.1;10.7;8.4;5.5;0;3.98;14320
+63108;42.26251;9.49783;27;20220227;13.2;7.1;10.1;6.6;4.63;0;3.74;13440
+63108;42.26251;9.49783;27;20220228;14.7;6.1;10.4;4.5;6.43;0;2.84;15829
+63108;42.26251;9.49783;27;20220301;11.3;5.7;8.5;4.8;5.53;0;2.64;14040
+63108;42.26251;9.49783;27;20220302;13;3.6;8.3;3.2;5.77;0;2.38;16546
+63108;42.26251;9.49783;27;20220303;14;5.5;9.8;3.3;7.37;0;2.13;11956
+63108;42.26251;9.49783;27;20220304;12.7;7.2;10;3;8.83;5;1.53;7215
+63108;42.26251;9.49783;27;20220305;12.8;4.1;8.4;4.5;6.2;0;2.6;16805
+63108;42.26251;9.49783;27;20220306;12.4;2.9;7.7;3.7;5.8;.2;2.35;14638
+63108;42.26251;9.49783;27;20220307;13;3.4;8.2;4.2;5.87;0;2.63;16598
+63108;42.26251;9.49783;27;20220308;12.9;4.5;8.7;3.8;5.6;0;2.58;13642
+63108;42.26251;9.49783;27;20220309;14;3.6;8.8;3.4;5.2;0;2.83;18412
+63108;42.26251;9.49783;27;20220310;15.1;5.7;10.4;2.9;7.1;0;2.58;17839
+63108;42.26251;9.49783;27;20220311;15.2;7;11.1;3.1;8.67;.3;2.28;14613
+63108;42.26251;9.49783;27;20220312;14.3;6.9;10.6;4.2;9;3.9;2.1;11427
+63108;42.26251;9.49783;27;20220313;11.6;7.4;9.5;4.6;10.67;14;.88;3230
+63108;42.26251;9.49783;27;20220314;15.8;10.9;13.3;5.7;13.33;1.1;1.53;9213
+63108;42.26251;9.49783;27;20220315;15.4;10.7;13;5.3;12.7;.5;1.54;8051
+63108;42.26251;9.49783;27;20220316;15.1;10.2;12.7;4.5;12.67;.1;1.45;8764
+63108;42.26251;9.49783;27;20220317;17.6;9.9;13.7;2.8;11.53;0;2.01;10256
+63108;42.26251;9.49783;27;20220318;13.9;10.9;12.4;3.3;10.27;1;1.65;4608
+63108;42.26251;9.49783;27;20220319;12.5;10.2;11.3;3.2;10;1;1.43;3620
+63108;42.26251;9.49783;27;20220320;13.1;9.4;11.3;2.6;9.9;2.5;1.53;6763
+63108;42.26251;9.49783;27;20220321;13.6;6.4;10;3.5;6.97;.3;2.68;15872
+63108;42.26251;9.49783;27;20220322;15.8;7.4;11.6;5.2;6.81;0;3.67;19597
+63108;42.26251;9.49783;27;20220323;17.2;5.7;11.5;3.2;6.3;0;3.46;21483
+63108;42.26251;9.49783;27;20220324;17.7;6.9;12.3;3.1;6.97;0;3.43;21053
+63108;42.26251;9.49783;27;20220325;16.9;6.4;11.6;4.8;8.07;0;3.46;21387
+63108;42.26251;9.49783;27;20220326;17.1;8.8;13;3.5;7.61;.1;3.32;17287
+63108;42.26251;9.49783;27;20220327;22;12.9;17.5;3.6;8.11;.1;4.59;21466
+63108;42.26251;9.49783;27;20220328;20.4;10.3;15.4;2.5;8.57;0;3.65;21299
+63108;42.26251;9.49783;27;20220329;17.5;8.2;12.9;3.8;10.8;8.8;2.92;20110
+63108;42.26251;9.49783;27;20220330;15.2;10.7;13;2.1;13.97;6.9;1.29;8628
+63108;42.26251;9.49783;27;20220331;17.6;12.5;15.1;3;12.9;.2;2.25;11816
+63108;42.26251;9.49783;27;20220401;16.6;10.8;13.7;5;6.97;.6;3.74;11254
+63108;42.26251;9.49783;27;20220402;11.5;3;7.3;3.9;7.4;3.6;2.01;12800
+63108;42.26251;9.49783;27;20220403;13.7;4.6;9.2;3.3;7.9;2.9;2.53;17186
+63108;42.26251;9.49783;27;20220404;15;6.8;10.9;3.6;8.03;0;3.11;21307
+63108;42.26251;9.49783;27;20220405;15.4;6.2;10.8;2.9;8.03;0;3.14;23056
+63108;42.26251;9.49783;27;20220406;13;5.9;9.4;2.4;8.93;2;1.78;11066
+63108;42.26251;9.49783;27;20220407;17.1;3.8;10.5;2.9;9.8;0;2.87;22200
+63108;42.26251;9.49783;27;20220408;21.5;7.5;14.5;2.9;12;0;3.41;21300
+63108;42.26251;9.49783;27;20220409;19.5;13.9;16.7;11.1;8.77;0;5.27;15249
+63108;42.26251;9.49783;27;20220410;16.5;6.1;11.3;3.5;7.84;0;3.58;24037
+63108;42.26251;9.49783;27;20220411;16.7;6.5;11.6;4.4;8.8;0;3.58;24719
+63108;42.26251;9.49783;27;20220412;16.3;7.7;12;5.1;11.07;0;2.56;17804
+63108;42.26251;9.49783;27;20220413;18.2;10.1;14.1;3;11.5;0;3.3;22079
+63108;42.26251;9.49783;27;20220414;20.2;8.8;14.5;2.3;8.91;0;4.2;25962
+63108;42.26251;9.49783;27;20220415;22.3;11.1;16.7;3.3;9.21;0;5.04;26136
+63108;42.26251;9.49783;27;20220416;25;13.7;19.4;5.7;9.31;0;6.46;26309
+63108;42.26251;9.49783;27;20220417;17.6;11.5;14.5;6;6.85;0;5.39;25676
+63108;42.26251;9.49783;27;20220418;18.3;7.9;13.1;3.6;7.37;0;4.29;25539
+63108;42.26251;9.49783;27;20220419;19.1;9.1;14.1;3.4;10.57;0;3.92;25596
+63108;42.26251;9.49783;27;20220420;18.8;10.7;14.7;3.3;13.5;2;2.71;17149
+63108;42.26251;9.49783;27;20220421;15.4;10.9;13.2;3.8;13.9;13.8;1.7;12155
+63108;42.26251;9.49783;27;20220422;17.5;11.4;14.4;3.4;13.7;.3;2.38;14901
+63108;42.26251;9.49783;27;20220423;17.9;10.5;14.2;3.1;12.83;.3;2.89;19124
+63108;42.26251;9.49783;27;20220424;17.2;9.5;13.3;2.9;11.13;1.6;2.74;15386
+63108;42.26251;9.49783;27;20220425;20.3;10.4;15.3;2.7;12.9;.2;3.73;24741
+63108;42.26251;9.49783;27;20220426;19.4;10.6;15;3;13;0;3.77;26549
+63108;42.26251;9.49783;27;20220427;18.7;10.6;14.6;2.5;12.97;.1;3.35;23109
+63108;42.26251;9.49783;27;20220428;22.9;10.8;16.9;3.8;10;0;5.21;28062
+63108;42.26251;9.49783;27;20220429;22.7;12.4;17.6;4.4;8.43;0;5.81;27700
+63108;42.26251;9.49783;27;20220430;21.4;11.1;16.3;2.9;9.77;0;4.73;27232
+63108;42.26251;9.49783;27;20220501;20.8;13.1;16.9;2.6;11.13;.4;4.02;21830
+63108;42.26251;9.49783;27;20220502;21.2;11.8;16.5;2.8;10.6;0;4.65;27685
+63108;42.26251;9.49783;27;20220503;21.8;11.6;16.7;2.5;11.9;0;4.47;27123
+63108;42.26251;9.49783;27;20220504;20.6;13.1;16.9;2.8;14.03;0;3.59;21101
+63108;42.26251;9.49783;27;20220505;15.7;13.5;14.6;2.5;14;9.1;1.36;5067
+63108;42.26251;9.49783;27;20220506;17.8;12;14.9;6;14.8;2.1;1.86;10304
+63108;42.26251;9.49783;27;20220507;21.8;14.5;18.2;5.3;14.23;0;4.05;18681
+63108;42.26251;9.49783;27;20220508;22.9;13.9;18.4;3.8;13.57;0;4.34;21287
+63108;42.26251;9.49783;27;20220509;23.9;14.2;19;3.2;13.73;0;5.01;27684
+63108;42.26251;9.49783;27;20220510;23.6;14.8;19.2;2.5;13.73;.1;5.05;28768
+63108;42.26251;9.49783;27;20220511;23.9;14.4;19.1;2.5;14.07;0;5.04;28825
+63108;42.26251;9.49783;27;20220512;23.3;14.4;18.8;2.4;14.63;0;4.76;27988
+63108;42.26251;9.49783;27;20220513;23.9;14.2;19.1;2.4;14.1;0;4.97;28666
+63108;42.26251;9.49783;27;20220514;23.5;14.8;19.2;2.5;14.03;0;4.93;28100
+63108;42.26251;9.49783;27;20220515;23.7;14.6;19.1;2.2;14.87;0;4.81;28233
+63108;42.26251;9.49783;27;20220516;24.3;14.5;19.4;2.3;15.53;0;4.8;27888
+63108;42.26251;9.49783;27;20220517;25.3;16.1;20.7;2.4;15.53;0;5.22;28581
+63108;42.26251;9.49783;27;20220518;27.8;16.9;22.3;2.6;15.87;0;5.8;29593
+63108;42.26251;9.49783;27;20220519;26.5;17.8;22.2;3.1;14.63;0;5.9;28619
+63108;42.26251;9.49783;27;20220520;27.2;14.8;21;3.9;13.87;.6;6.22;30116
+63108;42.26251;9.49783;27;20220521;25.4;16.1;20.7;1.9;17.13;0;5.06;28969
+63108;42.26251;9.49783;27;20220522;25.3;16.6;21;2.2;16.57;.1;5.04;27709
+63108;42.26251;9.49783;27;20220523;25.5;16.7;21.1;2.7;19.6;.1;4.91;28182
+63108;42.26251;9.49783;27;20220524;27.4;18.2;22.8;3;20.27;0;4.79;23734
+63108;42.26251;9.49783;27;20220525;26;18;22;2.3;20.63;0;4.21;21882
+63108;42.26251;9.49783;27;20220526;28;18.5;23.3;2.2;20.87;0;4.93;25308
+63108;42.26251;9.49783;27;20220527;32.1;18.8;25.4;2.5;15.93;0;6.34;27331
+63108;42.26251;9.49783;27;20220528;32;21.8;26.9;3;16;.4;6.88;27445
+63108;42.26251;9.49783;27;20220529;26.9;20.4;23.6;4;19.63;0;5.2;23366
+63108;42.26251;9.49783;27;20220530;26.1;17.9;22;2.4;19.23;0;4.69;24331
+63108;42.26251;9.49783;27;20220531;27.7;17.9;22.8;2.7;19.13;0;5.72;30030
+63108;42.26251;9.49783;27;20220601;27;18.7;22.8;2.6;20.2;0;5.16;26874
+63108;42.26251;9.49783;27;20220602;27.3;18.6;23;2.7;21.87;0;5.33;29010
+63108;42.26251;9.49783;27;20220603;27.3;19.8;23.6;2.1;22.97;0;3.84;18548
+63108;42.26251;9.49783;27;20220604;27.9;19.7;23.8;2.2;24.13;0;4.31;21723
+63108;42.26251;9.49783;27;20220605;28.9;20.5;24.7;2.6;24.57;.1;4.23;19853
+63108;42.26251;9.49783;27;20220606;28.9;19.4;24.2;2.2;21.57;0;5.64;28910
+63108;42.26251;9.49783;27;20220607;30.5;18.1;24.3;3;17.2;0;6.91;31749
+63108;42.26251;9.49783;27;20220608;28.1;19.6;23.9;2.7;16.8;0;5.69;25420
+63108;42.26251;9.49783;27;20220609;30.8;19.1;25;3.9;15.33;0;7.42;30799
+63108;42.26251;9.49783;27;20220610;30;18.9;24.5;4.9;13.2;0;8.06;31596
+63108;42.26251;9.49783;27;20220611;32;20.8;26.4;3.9;12.5;0;8.27;31798
+63108;42.26251;9.49783;27;20220612;32.1;18.6;25.4;2.6;13;0;7.29;32131
+63108;42.26251;9.49783;27;20220613;29.2;19.7;24.5;2.4;16;0;6.42;30466
+63108;42.26251;9.49783;27;20220614;29.6;19.6;24.6;2.4;19.4;.1;6.3;31075
+63108;42.26251;9.49783;27;20220615;28.9;19.3;24.1;2.2;20.5;0;5.77;29032
+63108;42.26251;9.49783;27;20220616;30.1;20.1;25.1;2.1;20.27;0;6.24;30616
+63108;42.26251;9.49783;27;20220617;30.5;20.9;25.7;2.3;21.27;0;6.3;30307
+63108;42.26251;9.49783;27;20220618;31.9;21.9;26.9;2.8;20.23;0;6.94;30818
+63108;42.26251;9.49783;27;20220619;30.4;21.7;26;2.9;18.1;0;6.73;29625
+63108;42.26251;9.49783;27;20220620;29.4;19.4;24.4;3;21.27;0;6.16;30637
+63108;42.26251;9.49783;27;20220621;29.1;21.2;25.2;2.6;23.9;.1;5.37;26090
+63108;42.26251;9.49783;27;20220622;28.8;21.5;25.1;2.8;26.31;0;4.15;18632
+63108;42.26251;9.49783;27;20220623;28.7;21.7;25.2;1.8;25.63;0;3.61;16383
+63108;42.26251;9.49783;27;20220624;30.9;21.6;26.2;2.7;24.23;0;5.87;27065
+63108;42.26251;9.49783;27;20220625;30.3;21.7;26;2.6;23.2;0;5.89;27775
+63108;42.26251;9.49783;27;20220626;29.6;20.8;25.2;3.4;23.8;0;5.6;26977
+63108;42.26251;9.49783;27;20220627;29.7;21.6;25.7;2.4;26.9;0;5.19;26093
+63108;42.26251;9.49783;27;20220628;32;24.3;28.1;3;27.13;1.2;4.78;18369
+63108;42.26251;9.49783;27;20220629;29;21.1;25.1;3.3;22.53;0;5.83;28108
+63108;42.26251;9.49783;27;20220630;29.2;20.4;24.8;3;20.97;0;6.18;29998
+63108;42.26251;9.49783;27;20220701;29.9;21;25.5;3.1;22.37;0;6.16;29442
+63108;42.26251;9.49783;27;20220702;30.3;21;25.7;2.5;21.83;0;6.27;30534
+63108;42.26251;9.49783;27;20220703;33.1;21.2;27.1;2;20.4;0;6.63;30372
+63108;42.26251;9.49783;27;20220704;33.3;22;27.7;2.4;19.43;0;7.03;30619
+63108;42.26251;9.49783;27;20220705;31.5;22.7;27.1;2.5;18.43;0;6.91;30561
+63108;42.26251;9.49783;27;20220706;32.8;21.7;27.3;2.6;20.8;0;6.91;30794
+63108;42.26251;9.49783;27;20220707;32.5;21.9;27.2;2.4;20.87;0;6.76;30597
+63108;42.26251;9.49783;27;20220708;32.1;22.3;27.2;3.2;19.23;0;7.14;30467
+63108;42.26251;9.49783;27;20220709;30.2;21.2;25.7;2.9;15.77;0;6.77;29071
+63108;42.26251;9.49783;27;20220710;29.8;21.1;25.5;2.9;17.03;0;6.6;29380
+63108;42.26251;9.49783;27;20220711;30.3;21.2;25.8;2.7;19.47;0;6.59;30755
+63108;42.26251;9.49783;27;20220712;30.6;21.6;26.1;3;21.57;0;6.44;29770
+63108;42.26251;9.49783;27;20220713;30.6;22;26.3;2.9;21.87;0;6.38;29414
+63108;42.26251;9.49783;27;20220714;31;21.8;26.4;2.5;20.67;0;6.31;28717
+63108;42.26251;9.49783;27;20220715;31.8;22.9;27.3;2.6;21.67;0;6.58;29408
+63108;42.26251;9.49783;27;20220716;31.4;22.7;27.1;2.7;23.33;0;6.36;29155
+63108;42.26251;9.49783;27;20220717;31.5;23.4;27.5;2.6;25.87;0;6.14;28558
+63108;42.26251;9.49783;27;20220718;32.8;23.2;28;1.8;23.27;0;6.38;29379
+63108;42.26251;9.49783;27;20220719;33.5;24.2;28.8;2.3;19.77;0;6.79;29005
+63108;42.26251;9.49783;27;20220720;33.3;24.1;28.7;2.7;20.13;.1;6.98;28748
+63108;42.26251;9.49783;27;20220721;34;24.5;29.2;2.6;20.4;0;7.06;28928
+63108;42.26251;9.49783;27;20220722;33.6;24.6;29.1;2.7;23;0;6.96;29707
+63108;42.26251;9.49783;27;20220723;32.8;24.5;28.7;2.5;24.93;0;6.39;28252
+63108;42.26251;9.49783;27;20220724;32.1;25;28.5;2.3;24.97;0;5.57;23541
+63108;42.26251;9.49783;27;20220725;32.8;24.8;28.8;2.7;25.83;0;6.39;27791
+63108;42.26251;9.49783;27;20220726;32.2;24;28.1;2.7;25.93;0;6.05;26853
+63108;42.26251;9.49783;27;20220727;32.6;24.1;28.3;3.1;23.93;0;6.02;24432
+63108;42.26251;9.49783;27;20220728;32.4;23.8;28.1;2.4;23.23;0;6.3;28119
+63108;42.26251;9.49783;27;20220729;32.3;24.2;28.3;2.7;24.67;0;6.29;27581
+63108;42.26251;9.49783;27;20220730;32.4;23.7;28;2.8;23.97;.2;5.92;24666
+63108;42.26251;9.49783;27;20220731;33;22.9;27.9;2.5;19.37;0;6.68;28514
+63108;42.26251;9.49783;27;20220801;33.8;23.5;28.7;2.9;18.3;0;7.18;28909
+63108;42.26251;9.49783;27;20220802;33.6;24;28.8;2.5;22.67;0;6.45;27507
+63108;42.26251;9.49783;27;20220803;33.5;23.5;28.5;2.6;20.77;0;6.7;28406
+63108;42.26251;9.49783;27;20220804;33.2;24.1;28.6;2.8;20.37;0;6.76;28042
+63108;42.26251;9.49783;27;20220805;32.8;23.9;28.4;2.3;22.13;0;6.28;27410
+63108;42.26251;9.49783;27;20220806;32.4;24.7;28.6;2.1;23.67;0;5.7;24572
+63108;42.26251;9.49783;27;20220807;33.9;23.9;28.9;3;23.27;0;6.31;25374
+63108;42.26251;9.49783;27;20220808;33.2;24.3;28.7;3.8;22.1;.6;6.45;23691
+63108;42.26251;9.49783;27;20220809;33.5;23;28.3;4;19.13;.3;7.37;28150
+63108;42.26251;9.49783;27;20220810;33.2;23.8;28.5;3.6;19.1;0;7.05;27197
+63108;42.26251;9.49783;27;20220811;32.8;23.2;28;3.5;17.07;0;6.81;24793
+63108;42.26251;9.49783;27;20220812;31.8;22.3;27;2.8;16.47;0;6.27;25454
+63108;42.26251;9.49783;27;20220813;28.6;21.8;25.2;2.6;21.5;.3;4.4;19095
+63108;42.26251;9.49783;27;20220814;30.8;20.7;25.7;3.4;19.1;.5;5.67;22863
+63108;42.26251;9.49783;27;20220815;32.3;21.8;27.1;3.7;22.57;1.3;5.14;18099
+63108;42.26251;9.49783;27;20220816;31.6;21.5;26.5;2.3;23.37;.4;5.46;25724
+63108;42.26251;9.49783;27;20220817;30.9;21.9;26.4;2.7;25.67;.3;4.71;21541
+63108;42.26251;9.49783;27;20220818;29.4;24.2;26.8;2.8;24;5.2;4.5;18615
+63108;42.26251;9.49783;27;20220819;28.9;19.5;24.2;2.8;20.37;.8;5.09;24232
+63108;42.26251;9.49783;27;20220820;30.7;20.1;25.4;2.8;18.27;0;5.86;26539
+63108;42.26251;9.49783;27;20220821;30.6;21.5;26.1;2.7;20.97;0;5.3;23686
+63108;42.26251;9.49783;27;20220822;30.4;21.6;26;2.6;21.07;0;5.22;23765
+63108;42.26251;9.49783;27;20220823;30.8;21.9;26.3;2.7;20.13;0;5.54;24703
+63108;42.26251;9.49783;27;20220824;31.9;21.7;26.8;3.1;17.4;0;6.2;25511
+63108;42.26251;9.49783;27;20220825;32.3;21.9;27.1;3.6;17;0;6.56;25611
+63108;42.26251;9.49783;27;20220826;31;22.7;26.9;2.6;19.87;0;5.46;23469
+63108;42.26251;9.49783;27;20220827;30.4;22;26.2;2.9;21.9;0;4.87;20719
+63108;42.26251;9.49783;27;20220828;32;22.3;27.2;3.1;22.1;.2;5.17;20883
+63108;42.26251;9.49783;27;20220829;30.1;22.2;26.2;2.6;22.43;0;4.87;22227
+63108;42.26251;9.49783;27;20220830;30.5;22.1;26.3;2.5;22.07;0;4.87;22223
+63108;42.26251;9.49783;27;20220831;29.4;21.6;25.5;2.5;22.13;.4;4.09;17750
+63108;42.26251;9.49783;27;20220901;30.4;22.4;26.4;2.4;21.9;.9;4.21;17400
+63108;42.26251;9.49783;27;20220902;28.9;21.7;25.3;3.2;21.7;5;4.28;17682
+63108;42.26251;9.49783;27;20220903;29.3;20.9;25.1;2.7;22.23;0;4.11;18145
+63108;42.26251;9.49783;27;20220904;30.1;21.5;25.8;2.6;22.63;.1;4.62;21556
+63108;42.26251;9.49783;27;20220905;29.3;20.7;25;3.1;22.43;0;4.54;21502
+63108;42.26251;9.49783;27;20220906;29.6;21;25.3;3.4;24.27;.3;3.78;16059
+63108;42.26251;9.49783;27;20220907;31;22.4;26.7;2.8;24.9;0;4.61;21317
+63108;42.26251;9.49783;27;20220908;31.1;22.7;26.9;3;23.13;0;4.35;16998
+63108;42.26251;9.49783;27;20220909;32.8;21.3;27;3.4;15.8;0;6.12;22376
+63108;42.26251;9.49783;27;20220910;31.4;21.5;26.4;3.3;15.03;0;5.94;22113
+63108;42.26251;9.49783;27;20220911;28.9;20.1;24.5;2.8;18.43;0;4.6;20721
+63108;42.26251;9.49783;27;20220912;28.8;19.4;24.1;3.1;18.83;0;4.67;21983
+63108;42.26251;9.49783;27;20220913;28.6;19.9;24.2;3.2;21.63;0;4.11;19391
+63108;42.26251;9.49783;27;20220914;30.1;22.1;26.1;3.3;24.5;.5;3.84;15786
+63108;42.26251;9.49783;27;20220915;32.2;23.1;27.7;3.8;20.67;0;5.28;16967
+63108;42.26251;9.49783;27;20220916;33.7;22.1;27.9;3.9;15.3;0;6.35;20222
+63108;42.26251;9.49783;27;20220917;29.1;21.7;25.4;5;11.63;0;6.65;19511
+63108;42.26251;9.49783;27;20220918;25.7;15.5;20.6;4;11.7;0;4.87;20612
+63108;42.26251;9.49783;27;20220919;26.8;17;21.9;3.5;13.97;0;4.59;20464
+63108;42.26251;9.49783;27;20220920;27.3;18.2;22.7;3.4;15.77;0;4.12;15920
+63108;42.26251;9.49783;27;20220921;26.3;18;22.1;3.5;13.33;.3;4.35;15726
+63108;42.26251;9.49783;27;20220922;23.8;15.1;19.5;3.7;11.03;0;4.29;18376
+63108;42.26251;9.49783;27;20220923;23.7;15.1;19.4;3.2;10.87;0;4.13;18907
+63108;42.26251;9.49783;27;20220924;22.3;15;18.6;3;14.7;5.7;2.47;8309
+63108;42.26251;9.49783;27;20220925;25.3;16.7;21;3;17.87;.5;3.06;14729
+63108;42.26251;9.49783;27;20220926;25.4;18;21.7;2.8;15.77;.7;3.26;12651
+63108;42.26251;9.49783;27;20220927;26.7;15.9;21.3;5.1;10.1;0;5.59;16478
+63108;42.26251;9.49783;27;20220928;26.6;16.2;21.4;3;12;0;3.95;14641
+63108;42.26251;9.49783;27;20220929;25.3;17.7;21.5;3.2;13.07;3.7;3.36;7868
+63108;42.26251;9.49783;27;20220930;22.3;14.2;18.3;3.1;14.77;2.8;2.21;6481
+63108;42.26251;9.49783;27;20221001;23.9;14.5;19.2;3.2;12.27;0;3.64;17377
+63108;42.26251;9.49783;27;20221002;25.2;16.5;20.8;2.6;15.2;0;3.29;16333
+63108;42.26251;9.49783;27;20221003;24.9;16.6;20.7;2.4;15.57;0;3.11;16270
+63108;42.26251;9.49783;27;20221004;25.1;15.7;20.4;2.5;16.6;0;3.11;17795
+63108;42.26251;9.49783;27;20221005;25.2;16.2;20.7;2.8;16;0;3.18;16415
+63108;42.26251;9.49783;27;20221006;24.7;16;20.4;2.3;14.87;0;3.06;16908
+63108;42.26251;9.49783;27;20221007;24.7;15.5;20.1;2.6;14.5;0;3.2;17138
+63108;42.26251;9.49783;27;20221008;24.3;15.9;20.1;2.4;16.2;2.3;2.69;14215
+63108;42.26251;9.49783;27;20221009;22.7;17;19.8;2.3;17.9;1.1;1.9;8262
+63108;42.26251;9.49783;27;20221010;24.4;16.5;20.4;2.6;16.6;1.4;2.51;11353
+63108;42.26251;9.49783;27;20221011;24.2;15.4;19.8;2.6;16.73;0;2.49;13319
+63108;42.26251;9.49783;27;20221012;22;16.2;19.1;2.1;16.5;4.1;1.75;7192
+63108;42.26251;9.49783;27;20221013;25.2;16.5;20.8;3.2;15.6;0;3.01;13149
+63108;42.26251;9.49783;27;20221014;23.9;14.9;19.4;2.4;15.23;0;2.56;14296
+63108;42.26251;9.49783;27;20221015;23.8;15.2;19.5;2.5;15.7;0;2.59;15282
+63108;42.26251;9.49783;27;20221016;24.4;16.4;20.4;2.2;16.53;0;2.38;12615
+63108;42.26251;9.49783;27;20221017;24;15.2;19.6;2.8;17.37;0;2.33;13133
+63108;42.26251;9.49783;27;20221018;24.1;15.3;19.7;3;16.73;.1;2.45;13900
+63108;42.26251;9.49783;27;20221019;24;16.2;20.1;2.5;17.47;0;2.27;12790
+63108;42.26251;9.49783;27;20221020;23.9;15.7;19.8;2.6;17.17;0;2.26;13249
+63108;42.26251;9.49783;27;20221021;24.1;15.9;20;3.4;18.03;.1;1.86;6135
+63108;42.26251;9.49783;27;20221022;26.1;17.2;21.7;2.4;18.97;0;2.37;12636
+63108;42.26251;9.49783;27;20221023;25.5;17.9;21.7;2.3;19.77;0;2.03;10665
+63108;42.26251;9.49783;27;20221024;24.7;18.3;21.5;2;19.27;.1;1.98;10673
+63108;42.26251;9.49783;27;20221025;25;16.7;20.9;2.7;17.27;0;2.28;10383
+63108;42.26251;9.49783;27;20221026;23.4;16.8;20.1;1.9;18.67;.1;1.59;8561
+63108;42.26251;9.49783;27;20221027;23.4;16.2;19.8;2;17.67;.1;1.8;10567
+63108;42.26251;9.49783;27;20221028;23.9;15.2;19.5;2.1;16.13;0;1.98;11413
+63108;42.26251;9.49783;27;20221029;24.4;16;20.2;2.3;14.3;0;2.34;12025
+63108;42.26251;9.49783;27;20221030;23.9;14.5;19.2;2.5;13.57;0;2.35;12403
+63108;42.26251;9.49783;27;20221031;24.1;14.9;19.5;2.4;12.43;0;2.44;12238
+63108;42.26251;9.49783;27;20221101;22.7;14.6;18.7;2;13.83;0;1.92;9939
+63108;42.26251;9.49783;27;20221102;22.9;15.3;19.1;2.2;15.57;.1;1.9;11039
+63108;42.26251;9.49783;27;20221103;22.6;15.5;19.1;2.9;16.4;5;1.87;10165
+63108;42.26251;9.49783;27;20221104;23.8;15.3;19.5;4.4;12.17;0;3.28;10431
+63108;42.26251;9.49783;27;20221105;21;11.9;16.4;5.3;10.83;1.2;2.96;9509
+63108;42.26251;9.49783;27;20221106;21.4;12.5;17;3.5;9.1;0;2.84;11497
+63108;42.26251;9.49783;27;20221107;21.2;12.9;17;2.9;10.97;0;2.23;10200
+63108;42.26251;9.49783;27;20221108;21.6;13.1;17.3;2.8;13.07;.2;1.92;10448
+63108;42.26251;9.49783;27;20221109;21.6;14;17.8;3.2;15.03;0;1.74;8456
+63108;42.26251;9.49783;27;20221110;23.1;14.8;19;2.7;16.13;.1;1.76;10200
+63108;42.26251;9.49783;27;20221111;22;15.9;19;2.7;15.37;0;1.74;7193
+63108;42.26251;9.49783;27;20221112;21.6;13.3;17.4;3.4;11.4;0;2.4;7860
+63108;42.26251;9.49783;27;20221113;18.6;12.8;15.7;3.1;11.23;3.5;1.87;6002
+63108;42.26251;9.49783;27;20221114;19.2;10.3;14.7;2.6;11.4;.6;1.55;9841
+63108;42.26251;9.49783;27;20221115;16.8;12.1;14.4;2.7;14.47;9.5;.82;2839
+63108;42.26251;9.49783;27;20221116;22.2;13.9;18;3;15;1.6;1.68;8387
+63108;42.26251;9.49783;27;20221117;21;13.5;17.2;2.9;13.33;.6;1.73;7939
+63108;42.26251;9.49783;27;20221118;23.3;14.5;18.9;3.7;11.27;0;2.77;9331
+63108;42.26251;9.49783;27;20221119;17.6;14;15.8;3.4;10.37;.2;2.07;4114
+63108;42.26251;9.49783;27;20221120;18.4;10.6;14.5;3;10.43;0;1.7;8443
+63108;42.26251;9.49783;27;20221121;18.1;9.5;13.8;2.1;9.87;19.1;1.4;7673
+63108;42.26251;9.49783;27;20221122;15.7;11.5;13.6;4.4;10.8;4.8;1.73;3584
+63108;42.26251;9.49783;27;20221123;18.9;10.8;14.8;3;8.33;0;2.11;7615
+63108;42.26251;9.49783;27;20221124;20.2;10.4;15.3;3;10.67;0;1.77;9585
+63108;42.26251;9.49783;27;20221125;15.6;12.9;14.3;3.4;12.17;26.6;1.3;1838
+63108;42.26251;9.49783;27;20221126;17.1;10.3;13.7;7.3;11.17;.2;2.14;5971
+63108;42.26251;9.49783;27;20221127;16.7;9.2;13;4.4;8.43;0;2.15;8645
+63108;42.26251;9.49783;27;20221128;15.4;9.6;12.5;2.7;8.63;.3;1.55;4350
+63108;42.26251;9.49783;27;20221129;12.6;10.1;11.4;3.5;10.37;11.6;1.12;2125
+63108;42.26251;9.49783;27;20221130;14.5;9.8;12.2;4.6;9.53;0;1.66;6960
+63108;42.26251;9.49783;27;20221201;14.4;7.4;10.9;3.6;8.27;0;1.54;6496
+63108;42.26251;9.49783;27;20221202;15.4;7.4;11.4;2.5;9.07;2.9;1.16;6680
+63108;42.26251;9.49783;27;20221203;16.5;10.3;13.4;3.2;12.3;24.4;1.09;3800
+63108;42.26251;9.49783;27;20221204;17.7;9.5;13.6;2;11.9;.4;.93;7423
+63108;42.26251;9.49783;27;20221205;18.3;9.5;13.9;2.1;11.93;.5;1.02;6793
+63108;42.26251;9.49783;27;20221206;19.1;12.1;15.6;3.4;13.11;0;1.35;7225
+63108;42.26251;9.49783;27;20221207;17.9;12.5;15.2;1.9;12.31;.1;.99;7124
+63108;42.26251;9.49783;27;20221208;15.7;12.1;13.9;2.7;12.21;0;1.02;4696
+63108;42.26251;9.49783;27;20221209;21.1;10.7;15.9;3.4;12.23;3.2;1.76;5577
+63108;42.26251;9.49783;27;20221210;17.1;11.6;14.4;2.5;12.67;3.3;1.06;2585
+63108;42.26251;9.49783;27;20221211;15.9;8.8;12.4;4.2;6.2;0;2.45;7679
+63108;42.26251;9.49783;27;20221212;15.2;5.9;10.6;2.7;6.7;5.9;1.5;7896
+63108;42.26251;9.49783;27;20221213;13.7;8;10.9;2.9;11.07;6.5;.78;3514
+63108;42.26251;9.49783;27;20221214;15;10.2;12.6;2.4;13.1;13.9;.62;3923
+63108;42.26251;9.49783;27;20221215;16.2;11.8;14;2.8;13.67;7.7;.89;2623
+63108;42.26251;9.49783;27;20221216;16.6;10.9;13.7;2.3;12.27;1.8;.98;4036
+63108;42.26251;9.49783;27;20221217;17.9;8.6;13.3;2.7;11.47;.3;1.05;7003
+63108;42.26251;9.49783;27;20221218;17.3;9.9;13.6;3;11.23;0;1.23;5751
+63108;42.26251;9.49783;27;20221219;16.2;10;13.1;2.6;10.63;.1;1.1;6683
+63108;42.26251;9.49783;27;20221220;16;8.3;12.2;2.7;10.33;0;1.03;7315
+63108;42.26251;9.49783;27;20221221;15.8;8.3;12.1;2.4;10.57;0;.93;6077
+63108;42.26251;9.49783;27;20221222;18.4;9.4;13.9;2.4;12.1;0;.98;7801
+63108;42.26251;9.49783;27;20221223;18.3;9.7;14;2.4;12.63;0;.91;7550
+63108;42.26251;9.49783;27;20221224;18.2;10.6;14.4;2.1;13.37;.2;.82;6595
+63108;42.26251;9.49783;27;20221225;16.9;10.3;13.6;2.6;13.5;0;.76;4038
+63108;42.26251;9.49783;27;20221226;17.3;12;14.7;2.2;13.1;.1;.93;3858
+63108;42.26251;9.49783;27;20221227;18.8;10;14.4;2.8;12.27;0;1.12;7711
+63108;42.26251;9.49783;27;20221228;16.8;8.9;12.8;2.2;10.8;.2;.96;7072
+63108;42.26251;9.49783;27;20221229;17.3;7.6;12.4;2;10.37;0;.9;8327
+63108;42.26251;9.49783;27;20221230;18.3;9.2;13.7;2.2;11;.1;1.17;5203
+63108;42.26251;9.49783;27;20221231;18.5;10.2;14.4;2.9;12.17;0;1.18;7273
+64105;42.45957;8.7445;112;20220101;14.7;10.8;12.8;1.4;11.79;0;.84;229
+64105;42.45957;8.7445;112;20220102;15.7;10.5;13.1;2.9;10.49;.2;1.32;5291
+64105;42.45957;8.7445;112;20220103;19.5;7.9;13.7;5.2;9.39;0;2.48;8372
+64105;42.45957;8.7445;112;20220104;16;8.3;12.2;2.7;10.59;0;1.06;7970
+64105;42.45957;8.7445;112;20220105;16.7;7;11.9;3.9;9.69;10.9;1.62;5355
+64105;42.45957;8.7445;112;20220106;9.3;3.8;6.6;3.8;8.39;7.1;.78;2186
+64105;42.45957;8.7445;112;20220107;12.1;6.8;9.5;3.2;6.79;0;1.55;5997
+64105;42.45957;8.7445;112;20220108;13.8;2.4;8.1;4.2;7.09;4.5;1.59;7872
+64105;42.45957;8.7445;112;20220109;12.9;6.4;9.7;4.5;8.29;4.2;1.54;5547
+64105;42.45957;8.7445;112;20220110;12;1.4;6.7;4;6.09;.2;1.57;6760
+64105;42.45957;8.7445;112;20220111;13.1;3.7;8.4;3.8;5.39;0;1.93;8679
+64105;42.45957;8.7445;112;20220112;12.4;3.9;8.2;5.4;4.09;0;2.76;8434
+64105;42.45957;8.7445;112;20220113;15.2;2.2;8.7;3.8;3.59;0;2.55;9336
+64105;42.45957;8.7445;112;20220114;13.5;.4;7;2.1;6.39;0;1.07;9344
+64105;42.45957;8.7445;112;20220115;15.4;2.1;8.8;2.4;6.99;0;1.31;9560
+64105;42.45957;8.7445;112;20220116;16;1.2;8.6;2.9;6.99;0;1.52;9846
+64105;42.45957;8.7445;112;20220117;14.3;1.2;7.8;2.4;6.79;0;1.23;9734
+64105;42.45957;8.7445;112;20220118;13.5;1.2;7.4;2.5;8.59;0;.89;6700
+64105;42.45957;8.7445;112;20220119;14;5.9;10;2.6;8.49;.3;1.25;6140
+64105;42.45957;8.7445;112;20220120;13;9.3;11.2;4.5;7.99;.1;1.97;7221
+64105;42.45957;8.7445;112;20220121;12.9;4.7;8.8;2.3;7.29;0;1.21;8467
+64105;42.45957;8.7445;112;20220122;12.1;.8;6.5;2.1;5.59;0;1.19;10038
+64105;42.45957;8.7445;112;20220123;13.6;1;7.3;2.2;7.19;0;1.11;10032
+64105;42.45957;8.7445;112;20220124;12.8;2.3;7.6;2.5;7.89;0;1.05;10157
+64105;42.45957;8.7445;112;20220125;14.2;2.2;8.2;1.5;8.09;0;.93;8052
+64105;42.45957;8.7445;112;20220126;13.6;4.2;8.9;3.2;7.89;0;1.42;7890
+64105;42.45957;8.7445;112;20220127;14.6;2.7;8.7;2;7.99;0;1.14;9853
+64105;42.45957;8.7445;112;20220128;13.6;3.3;8.5;2.3;8.29;0;1.12;10640
+64105;42.45957;8.7445;112;20220129;16;3.6;9.8;2;7.49;1.6;1.39;10306
+64105;42.45957;8.7445;112;20220130;15;2.6;8.8;2.3;7.89;.1;1.32;10440
+64105;42.45957;8.7445;112;20220131;16.1;3;9.6;4;7.89;.1;1.93;9627
+64105;42.45957;8.7445;112;20220201;14.8;4.6;9.7;2.9;5.39;.1;2.07;10476
+64105;42.45957;8.7445;112;20220202;19.1;3.6;11.4;2;6.49;0;1.85;12118
+64105;42.45957;8.7445;112;20220203;15.1;3.9;9.5;2;9.59;0;1.11;9709
+64105;42.45957;8.7445;112;20220204;15.8;6.8;11.3;1.9;10.29;0;1.16;6709
+64105;42.45957;8.7445;112;20220205;16.1;7.5;11.8;2.5;9.39;0;1.56;9341
+64105;42.45957;8.7445;112;20220206;16.9;4.2;10.6;5.3;8.79;.2;2.26;12383
+64105;42.45957;8.7445;112;20220207;17.8;11.1;14.4;13.4;8.01;1;4.79;10778
+64105;42.45957;8.7445;112;20220208;15;11;13;3.5;7.31;0;2.37;11762
+64105;42.45957;8.7445;112;20220209;17.5;4.2;10.9;2.3;6.99;0;1.96;12988
+64105;42.45957;8.7445;112;20220210;16.8;3.8;10.3;2.3;7.19;0;1.87;13110
+64105;42.45957;8.7445;112;20220211;15.6;1.8;8.7;2.2;8.59;0;1.43;12485
+64105;42.45957;8.7445;112;20220212;16;4.5;10.3;2.9;8.39;0;1.82;12100
+64105;42.45957;8.7445;112;20220213;13.2;3.6;8.4;2.6;8.79;.5;1.18;5835
+64105;42.45957;8.7445;112;20220214;15.7;4.3;10;2.6;9.09;9.1;1.59;11638
+64105;42.45957;8.7445;112;20220215;12.7;8.4;10.6;5.7;8.49;2.3;2.12;6638
+64105;42.45957;8.7445;112;20220216;15;3.8;9.4;4;8.09;.2;2.01;12398
+64105;42.45957;8.7445;112;20220217;19.7;10.8;15.3;3.4;10.69;0;2.55;13269
+64105;42.45957;8.7445;112;20220218;18.2;11.4;14.8;4.1;10.71;0;2.49;13965
+64105;42.45957;8.7445;112;20220219;19.6;7;13.3;2.7;10.19;0;2.17;12681
+64105;42.45957;8.7445;112;20220220;16.4;5.4;10.9;3.3;9.69;0;1.86;11990
+64105;42.45957;8.7445;112;20220221;14.9;9.9;12.4;8.1;8.59;2.3;3.13;7465
+64105;42.45957;8.7445;112;20220222;17.1;4.8;11;2.8;6.89;0;2.46;15209
+64105;42.45957;8.7445;112;20220223;15;1.8;8.4;2.9;7.99;0;1.89;15439
+64105;42.45957;8.7445;112;20220224;15.7;4.6;10.2;3.3;9.19;0;1.89;12413
+64105;42.45957;8.7445;112;20220225;17;7.9;12.5;5.3;8.29;0;3.09;14136
+64105;42.45957;8.7445;112;20220226;13;5.1;9.1;5;5.39;.3;2.98;14009
+64105;42.45957;8.7445;112;20220227;11.8;1.5;6.7;3.4;4.29;0;2.42;12374
+64105;42.45957;8.7445;112;20220228;13.7;.4;7.1;3.5;5.59;0;2.42;16477
+64105;42.45957;8.7445;112;20220301;12.7;3.6;8.2;3.5;5.49;0;2.46;14159
+64105;42.45957;8.7445;112;20220302;13.5;.5;7;2.7;6.69;0;1.92;14088
+64105;42.45957;8.7445;112;20220303;13.9;4.3;9.1;2.4;8.09;.9;1.68;9582
+64105;42.45957;8.7445;112;20220304;13.8;5.8;9.8;2.4;8.99;3.9;1.71;11841
+64105;42.45957;8.7445;112;20220305;13.3;1.4;7.4;3.6;4.99;0;2.67;16129
+64105;42.45957;8.7445;112;20220306;12.1;-.7;5.7;3.7;4.99;.1;2.39;15374
+64105;42.45957;8.7445;112;20220307;12.4;-1.1;5.7;3.8;4.99;0;2.52;17810
+64105;42.45957;8.7445;112;20220308;13.5;-1.2;6.2;3.2;5.19;0;2.45;16578
+64105;42.45957;8.7445;112;20220309;12.9;-.6;6.2;2.7;5.19;0;2.35;18197
+64105;42.45957;8.7445;112;20220310;14.7;1.1;7.9;2.6;7.29;0;2.18;16717
+64105;42.45957;8.7445;112;20220311;16.3;2.6;9.5;3.1;7.99;0;2.5;17732
+64105;42.45957;8.7445;112;20220312;15.7;3.7;9.7;2.8;6.99;0;2.51;15147
+64105;42.45957;8.7445;112;20220313;16.9;3.2;10.1;2.5;8.39;.1;2.23;13579
+64105;42.45957;8.7445;112;20220314;18.7;6.9;12.8;2.6;10.19;0;2.36;12947
+64105;42.45957;8.7445;112;20220315;17.8;9.2;13.5;2.2;10.49;0;2.51;16745
+64105;42.45957;8.7445;112;20220316;17.4;6.6;12;2.5;10.49;0;2.32;16002
+64105;42.45957;8.7445;112;20220317;16.5;8.2;12.4;1.9;10.89;.2;1.81;10531
+64105;42.45957;8.7445;112;20220318;17.4;9.9;13.7;1.7;9.59;0;2.2;11905
+64105;42.45957;8.7445;112;20220319;15.6;9.4;12.5;2.2;9.59;.9;2.1;10842
+64105;42.45957;8.7445;112;20220320;16.1;7.9;12;2.3;9.59;1.1;2.02;9928
+64105;42.45957;8.7445;112;20220321;16.4;2.8;9.6;2.9;6.39;0;3.08;20532
+64105;42.45957;8.7445;112;20220322;16.7;1.1;8.9;3.1;5.99;0;3.19;20726
+64105;42.45957;8.7445;112;20220323;16.6;2.1;9.4;2.9;6.89;0;3.02;20919
+64105;42.45957;8.7445;112;20220324;17.1;2.8;10;3.2;6.99;0;3.22;21112
+64105;42.45957;8.7445;112;20220325;18.5;3.4;11;3.2;6.09;0;3.67;21304
+64105;42.45957;8.7445;112;20220326;17.5;3.6;10.6;2.2;7.99;.4;2.81;19377
+64105;42.45957;8.7445;112;20220327;23.6;10.7;17.2;3.9;8.29;1.3;4.77;19535
+64105;42.45957;8.7445;112;20220328;19.3;6.4;12.9;2.9;8.69;0;3.49;21878
+64105;42.45957;8.7445;112;20220329;17.5;5.8;11.7;2.5;8.19;2.9;3.09;20283
+64105;42.45957;8.7445;112;20220330;17;9;13;1.6;12.09;20.4;1.97;12397
+64105;42.45957;8.7445;112;20220331;17.5;10.4;14;4.6;11.49;1.3;2.92;15829
+64105;42.45957;8.7445;112;20220401;14;11.7;12.9;8.9;7.49;8;4.16;10317
+64105;42.45957;8.7445;112;20220402;11;4.4;7.7;5.7;7.47;12.3;2.21;9600
+64105;42.45957;8.7445;112;20220403;12.7;5;8.9;4.6;7.49;2.1;2.3;9251
+64105;42.45957;8.7445;112;20220404;13.7;2.2;8;2.8;7.39;0;2.67;21071
+64105;42.45957;8.7445;112;20220405;14.3;2.3;8.3;2.7;7.29;0;2.92;23371
+64105;42.45957;8.7445;112;20220406;15.6;3.4;9.5;2.6;8.39;1.2;2.57;17478
+64105;42.45957;8.7445;112;20220407;18.8;6.9;12.9;9.6;8.99;0;4.56;20931
+64105;42.45957;8.7445;112;20220408;22.4;15.2;18.8;10.6;10.19;0;6.86;22634
+64105;42.45957;8.7445;112;20220409;16.6;14.7;15.7;9;7.79;0;5.54;16915
+64105;42.45957;8.7445;112;20220410;15;9.3;12.1;4.3;7.21;0;3.64;19540
+64105;42.45957;8.7445;112;20220411;16.9;4.2;10.6;3.5;8.89;0;3.37;24444
+64105;42.45957;8.7445;112;20220412;18.8;4.6;11.7;2.3;9.49;0;3.44;24618
+64105;42.45957;8.7445;112;20220413;19.8;7.5;13.7;2.5;10.59;0;3.69;24790
+64105;42.45957;8.7445;112;20220414;20.7;7.1;13.9;2.3;10.99;0;3.5;22349
+64105;42.45957;8.7445;112;20220415;21.1;8.2;14.7;2.5;10.29;0;4.01;25000
+64105;42.45957;8.7445;112;20220416;22.6;8.1;15.4;3.5;8.89;0;4.81;25299
+64105;42.45957;8.7445;112;20220417;18;14.5;16.3;6.2;4.89;0;6.35;22278
+64105;42.45957;8.7445;112;20220418;18.4;8.2;13.3;3.3;6.89;0;4.46;25576
+64105;42.45957;8.7445;112;20220419;22;6.6;14.3;4;8.59;0;4.87;25792
+64105;42.45957;8.7445;112;20220420;21.5;8.3;14.9;2.5;11.19;2;3.58;20127
+64105;42.45957;8.7445;112;20220421;19.8;11.4;15.6;5;13.29;17;3.42;18479
+64105;42.45957;8.7445;112;20220422;18;12.2;15.1;3.8;12.69;0;2.62;11464
+64105;42.45957;8.7445;112;20220423;18.8;8.4;13.6;4.1;11.59;5.2;3.56;22917
+64105;42.45957;8.7445;112;20220424;14.8;12.5;13.7;7.8;11.59;15.2;2.71;10098
+64105;42.45957;8.7445;112;20220425;21.1;13.3;17.2;6.7;9.89;0;5.81;25743
+64105;42.45957;8.7445;112;20220426;23.1;8.6;15.9;3.8;9.49;0;5.17;26880
+64105;42.45957;8.7445;112;20220427;20.3;8.1;14.2;2.5;10.59;0;4.16;27028
+64105;42.45957;8.7445;112;20220428;24.9;8.3;16.6;4.3;9.69;0;5.69;27173
+64105;42.45957;8.7445;112;20220429;23.5;8.9;16.2;4.7;7.79;0;6;27317
+64105;42.45957;8.7445;112;20220430;19.6;8;13.8;2.9;9.89;0;4.17;26136
+64105;42.45957;8.7445;112;20220501;19.9;9.1;14.5;3.7;10.79;0;4.34;26537
+64105;42.45957;8.7445;112;20220502;19.6;8;13.8;3;10.39;0;4.26;27735
+64105;42.45957;8.7445;112;20220503;20.4;9;14.7;2.8;11.89;0;4.14;26761
+64105;42.45957;8.7445;112;20220504;20.4;10.1;15.3;2.1;12.99;0;3.78;24331
+64105;42.45957;8.7445;112;20220505;16.9;13.6;15.3;.9;15.09;17.3;1.45;6667
+64105;42.45957;8.7445;112;20220506;16.9;12.3;14.6;5.2;14.99;3;1.69;8325
+64105;42.45957;8.7445;112;20220507;20.7;14.5;17.6;3.7;14.49;0;3.6;17841
+64105;42.45957;8.7445;112;20220508;22;12.2;17.1;3.8;12.99;.1;4.35;22678
+64105;42.45957;8.7445;112;20220509;23.5;11.2;17.4;3.3;12.99;.1;5.02;28630
+64105;42.45957;8.7445;112;20220510;24.4;11.2;17.8;2.6;12.79;.1;5.07;28749
+64105;42.45957;8.7445;112;20220511;26;12.9;19.5;3.2;11.59;0;5.85;28865
+64105;42.45957;8.7445;112;20220512;26.6;11.5;19.1;2.1;11.39;0;5.42;28979
+64105;42.45957;8.7445;112;20220513;26.6;9.9;18.3;2.8;10.79;0;5.71;29090
+64105;42.45957;8.7445;112;20220514;25.7;10.7;18.2;2.8;12.29;0;5.44;29198
+64105;42.45957;8.7445;112;20220515;22.9;10.7;16.8;2.9;13.19;0;4.87;29304
+64105;42.45957;8.7445;112;20220516;24.4;12.4;18.4;2.2;13.29;0;5.12;29299
+64105;42.45957;8.7445;112;20220517;26.4;12.9;19.7;2.9;13.79;0;5.65;29509
+64105;42.45957;8.7445;112;20220518;25.6;13.2;19.4;2.7;13.39;0;5.54;29607
+64105;42.45957;8.7445;112;20220519;28.8;15.5;22.2;2.9;15.19;.1;6.18;29703
+64105;42.45957;8.7445;112;20220520;29.7;14.5;22.1;2.1;16.09;0;5.87;29796
+64105;42.45957;8.7445;112;20220521;29.8;14.2;22;2.8;13.69;0;6.4;29886
+64105;42.45957;8.7445;112;20220522;29.2;14.9;22.1;2;14.39;.4;5.93;29974
+64105;42.45957;8.7445;112;20220523;27.8;13.8;20.8;2.4;14.99;0;5.77;30059
+64105;42.45957;8.7445;112;20220524;29.9;16;23;2.8;15.19;0;6.45;30141
+64105;42.45957;8.7445;112;20220525;25;14.9;20;2.6;16.39;.1;5.2;28892
+64105;42.45957;8.7445;112;20220526;25.8;18.8;22.3;1.9;20.29;.3;4.77;25205
+64105;42.45957;8.7445;112;20220527;32.9;19.4;26.2;2.1;17.39;0;5.54;21775
+64105;42.45957;8.7445;112;20220528;30.8;18;24.4;2.4;15.69;.1;6.58;30442
+64105;42.45957;8.7445;112;20220529;25.2;17.1;21.2;2.4;18.79;0;4.22;21237
+64105;42.45957;8.7445;112;20220530;28.7;15.2;22;2.2;16.29;0;5.92;30344
+64105;42.45957;8.7445;112;20220531;27.1;14.9;21;2.3;17.09;0;5.29;27738
+64105;42.45957;8.7445;112;20220601;25.9;15.9;20.9;2.1;19.19;0;5.37;30697
+64105;42.45957;8.7445;112;20220602;29.2;16.1;22.7;2.5;19.29;0;5.98;30754
+64105;42.45957;8.7445;112;20220603;34.1;20.9;27.5;2.7;17.69;0;7.38;30468
+64105;42.45957;8.7445;112;20220604;34.6;20.5;27.6;2.9;18.19;0;7.58;30859
+64105;42.45957;8.7445;112;20220605;35.2;23.6;29.4;3.7;19.39;0;8.31;30545
+64105;42.45957;8.7445;112;20220606;33.6;23.4;28.5;4.7;12.69;0;9.34;30442
+64105;42.45957;8.7445;112;20220607;32;23.5;27.8;6.6;12.59;0;10.17;30432
+64105;42.45957;8.7445;112;20220608;30.5;22.6;26.6;7.3;12.89;0;9.36;24868
+64105;42.45957;8.7445;112;20220609;28.1;21.7;24.9;5.2;14.39;0;7.72;28344
+64105;42.45957;8.7445;112;20220610;29.5;14.9;22.2;3.8;13.59;0;7.07;31102
+64105;42.45957;8.7445;112;20220611;28.6;16;22.3;3.2;12.29;0;6.9;31132
+64105;42.45957;8.7445;112;20220612;30.3;15.7;23;2.9;11.39;0;7.11;31159
+64105;42.45957;8.7445;112;20220613;35.5;17.2;26.4;2.9;14.69;0;7.86;31184
+64105;42.45957;8.7445;112;20220614;26.9;17.6;22.3;2.1;21.59;0;5.41;29823
+64105;42.45957;8.7445;112;20220615;28.3;17.8;23.1;2.3;20.99;0;5.9;31223
+64105;42.45957;8.7445;112;20220616;29.5;18.6;24.1;2.6;18.39;0;6.46;31238
+64105;42.45957;8.7445;112;20220617;29.4;17.4;23.4;2.5;18.29;.2;6.31;31250
+64105;42.45957;8.7445;112;20220618;33.3;18.9;26.1;2;17.79;0;6.84;31259
+64105;42.45957;8.7445;112;20220619;32.5;19.9;26.2;2.6;19.29;0;7.01;31265
+64105;42.45957;8.7445;112;20220620;32.9;18.8;25.9;2.8;19.69;0;7.05;31268
+64105;42.45957;8.7445;112;20220621;31.7;19.3;25.5;2.8;16.49;0;7.14;31267
+64105;42.45957;8.7445;112;20220622;32.1;20.9;26.5;1.9;17.99;.3;6.57;29949
+64105;42.45957;8.7445;112;20220623;30.5;20.5;25.5;1.8;21.39;.2;5.4;24892
+64105;42.45957;8.7445;112;20220624;34.2;19.7;27;3.9;18.99;0;7.97;31249
+64105;42.45957;8.7445;112;20220625;29.2;22;25.6;3.9;19.59;0;6.39;25963
+64105;42.45957;8.7445;112;20220626;35.2;19.5;27.4;2.3;17.89;0;7.33;31221
+64105;42.45957;8.7445;112;20220627;34.4;22.8;28.6;2.6;20.19;0;7.5;31203
+64105;42.45957;8.7445;112;20220628;34.6;23.5;29.1;3.8;22.39;2.2;7.47;27248
+64105;42.45957;8.7445;112;20220629;31.6;22.7;27.2;5;16.79;0;8.41;30349
+64105;42.45957;8.7445;112;20220630;28;16.4;22.2;2.5;17.19;0;6.06;31130
+64105;42.45957;8.7445;112;20220701;32.5;18.4;25.5;2.8;17.89;0;7.06;31100
+64105;42.45957;8.7445;112;20220702;29.2;16.4;22.8;2.5;17.89;0;6.19;31067
+64105;42.45957;8.7445;112;20220703;31.4;17.5;24.5;2.5;16.79;0;6.73;31031
+64105;42.45957;8.7445;112;20220704;34.1;19;26.6;2.9;15.79;0;7.59;30992
+64105;42.45957;8.7445;112;20220705;36.6;20.1;28.4;4.6;13.19;0;9.66;30950
+64105;42.45957;8.7445;112;20220706;33.9;27.9;30.9;4.3;17.19;0;8.88;28561
+64105;42.45957;8.7445;112;20220707;32;18.7;25.4;2.2;20.19;0;6.52;30857
+64105;42.45957;8.7445;112;20220708;32.7;19.1;25.9;3.4;17.09;0;7.47;30806
+64105;42.45957;8.7445;112;20220709;32.4;18.3;25.4;2.7;13.29;0;7.26;30752
+64105;42.45957;8.7445;112;20220710;31.9;17.6;24.8;2.9;14.49;0;7.15;30696
+64105;42.45957;8.7445;112;20220711;29.7;18.3;24;2.9;15.39;0;6.74;30636
+64105;42.45957;8.7445;112;20220712;29.5;18.8;24.2;2.5;18.39;0;6.18;29511
+64105;42.45957;8.7445;112;20220713;29.8;19.1;24.5;2.5;21.39;0;6.14;30509
+64105;42.45957;8.7445;112;20220714;30.2;20;25.1;2.8;22.19;0;6.28;30358
+64105;42.45957;8.7445;112;20220715;34.6;19.7;27.2;2.8;20.19;0;7.21;30370
+64105;42.45957;8.7445;112;20220716;29.9;19.4;24.7;2.9;21.19;0;6.26;30297
+64105;42.45957;8.7445;112;20220717;31.1;21.1;26.1;2.6;24.39;0;6.3;30221
+64105;42.45957;8.7445;112;20220718;34.2;20.3;27.3;2.5;23.09;0;6.8;30142
+64105;42.45957;8.7445;112;20220719;34.7;21.5;28.1;2.8;23.09;0;7.1;30060
+64105;42.45957;8.7445;112;20220720;34.4;22.1;28.3;2.7;20.89;.2;7.19;29976
+64105;42.45957;8.7445;112;20220721;36.7;22.6;29.7;2.6;17.19;0;7.72;29889
+64105;42.45957;8.7445;112;20220722;33.9;20.8;27.4;2.5;20.59;.1;6.88;29799
+64105;42.45957;8.7445;112;20220723;37.7;19.6;28.7;3.5;17.99;0;8.31;29707
+64105;42.45957;8.7445;112;20220724;35.3;21.7;28.5;3.2;19.39;0;7.64;29612
+64105;42.45957;8.7445;112;20220725;35.8;20.4;28.1;3.3;18.69;0;7.73;29515
+64105;42.45957;8.7445;112;20220726;37.1;24;30.6;5.4;18.49;0;9.71;29415
+64105;42.45957;8.7445;112;20220727;33.8;22.7;28.3;3.6;17.09;0;7.83;29313
+64105;42.45957;8.7445;112;20220728;31.5;18.4;25;2.5;18.59;0;6.32;29208
+64105;42.45957;8.7445;112;20220729;33;19.6;26.3;2.9;18.09;0;6.87;29071
+64105;42.45957;8.7445;112;20220730;33.9;25;29.5;3.9;17.89;0;8.07;28554
+64105;42.45957;8.7445;112;20220731;30.4;19;24.7;2.6;20.29;.3;6.03;28878
+64105;42.45957;8.7445;112;20220801;32.5;20;26.3;2.6;19.59;0;6.49;28764
+64105;42.45957;8.7445;112;20220802;31.1;21.1;26.1;3.1;22.39;0;6.25;28400
+64105;42.45957;8.7445;112;20220803;31.8;21.3;26.6;2.6;21.99;0;6.27;28527
+64105;42.45957;8.7445;112;20220804;31.9;20.5;26.2;2.7;19.99;0;6.38;28405
+64105;42.45957;8.7445;112;20220805;35.1;21.1;28.1;2.8;20.39;0;6.97;28281
+64105;42.45957;8.7445;112;20220806;32.6;19.8;26.2;2.6;21.49;0;6.23;28155
+64105;42.45957;8.7445;112;20220807;32.4;22.6;27.5;2.5;25.29;.1;5.74;25397
+64105;42.45957;8.7445;112;20220808;31.6;22.1;26.9;3.5;23.39;1;6.29;27411
+64105;42.45957;8.7445;112;20220809;33.4;20.6;27;3.7;19.19;.1;7.08;27763
+64105;42.45957;8.7445;112;20220810;32.9;20.9;26.9;3.9;19.29;.3;7.06;27628
+64105;42.45957;8.7445;112;20220811;32.9;20.5;26.7;2.9;17.69;0;6.64;27491
+64105;42.45957;8.7445;112;20220812;32.9;19.9;26.4;2.5;15.99;0;6.11;24579
+64105;42.45957;8.7445;112;20220813;28.8;16.7;22.8;2.5;21.39;3.6;4.48;22457
+64105;42.45957;8.7445;112;20220814;29.3;20.4;24.9;2.3;22.59;3.8;3.97;16805
+64105;42.45957;8.7445;112;20220815;32.3;20.4;26.4;2.5;22.39;.2;5.34;22977
+64105;42.45957;8.7445;112;20220816;30.6;22;26.3;2.1;24.79;.2;4.91;22971
+64105;42.45957;8.7445;112;20220817;32.9;20.5;26.7;2.6;20.59;.1;5.53;22389
+64105;42.45957;8.7445;112;20220818;28.4;22.9;25.7;2.9;21.89;12;4.77;20180
+64105;42.45957;8.7445;112;20220819;28.3;18.2;23.3;4;19.09;.3;5.14;22401
+64105;42.45957;8.7445;112;20220820;30.1;18.3;24.2;2.5;18.29;0;5.51;26167
+64105;42.45957;8.7445;112;20220821;29.8;18.5;24.2;2.4;20.79;0;5.22;26010
+64105;42.45957;8.7445;112;20220822;28;19.5;23.8;2.7;22.49;0;4.66;23878
+64105;42.45957;8.7445;112;20220823;28.8;18.5;23.7;2.7;20.19;0;5.13;25679
+64105;42.45957;8.7445;112;20220824;30.9;18.8;24.9;2.8;19.19;0;5.6;25531
+64105;42.45957;8.7445;112;20220825;29.3;18.2;23.8;2.9;18.09;.1;5.39;25367
+64105;42.45957;8.7445;112;20220826;31.7;19.5;25.6;2.2;20.09;0;5.26;24204
+64105;42.45957;8.7445;112;20220827;28.6;19.7;24.2;2.4;22.79;.2;4.51;22851
+64105;42.45957;8.7445;112;20220828;30.2;20.3;25.3;2.2;22.59;.1;4.62;21864
+64105;42.45957;8.7445;112;20220829;31.4;18.6;25;2.5;20.59;0;5.27;24698
+64105;42.45957;8.7445;112;20220830;31.2;19.2;25.2;2.6;20.69;0;4.82;20838
+64105;42.45957;8.7445;112;20220831;30.8;18.2;24.5;4;18.79;0;5.55;21882
+64105;42.45957;8.7445;112;20220901;29;23.7;26.4;3.8;21.09;0;5.43;21820
+64105;42.45957;8.7445;112;20220902;29.9;19.9;24.9;2.3;22.09;.1;4.41;20686
+64105;42.45957;8.7445;112;20220903;29.3;21.5;25.4;2.3;21.49;.2;4.14;17818
+64105;42.45957;8.7445;112;20220904;30;20.1;25.1;2.5;20.49;0;4.83;22468
+64105;42.45957;8.7445;112;20220905;30;19.2;24.6;2.9;19.69;0;4.91;21996
+64105;42.45957;8.7445;112;20220906;30.9;20.2;25.6;2.8;19.39;.2;4.94;20528
+64105;42.45957;8.7445;112;20220907;29.2;20;24.6;2.6;23.19;.1;4.23;20607
+64105;42.45957;8.7445;112;20220908;32.3;20.4;26.4;4;21.19;0;4.9;15008
+64105;42.45957;8.7445;112;20220909;29.7;23.7;26.7;6.8;15.49;0;7.62;20969
+64105;42.45957;8.7445;112;20220910;28.1;22.9;25.5;7.6;16.19;0;7.12;19890
+64105;42.45957;8.7445;112;20220911;29.4;22.8;26.1;5.7;16.09;0;6.71;20532
+64105;42.45957;8.7445;112;20220912;26.9;15.9;21.4;2.7;16.99;0;4.26;22194
+64105;42.45957;8.7445;112;20220913;28.4;16.8;22.6;2.5;18.99;0;4.27;22008
+64105;42.45957;8.7445;112;20220914;32.5;18.8;25.7;2.6;18.99;.1;4.85;20009
+64105;42.45957;8.7445;112;20220915;31.4;22.1;26.8;5.6;20.49;0;6.01;18876
+64105;42.45957;8.7445;112;20220916;29.4;24.4;26.9;9.3;17.09;.1;8.03;18951
+64105;42.45957;8.7445;112;20220917;25.2;21.4;23.3;7.1;10.89;0;6.99;16922
+64105;42.45957;8.7445;112;20220918;25.1;13.3;19.2;3;11.19;0;4.24;19324
+64105;42.45957;8.7445;112;20220919;29.6;14.2;21.9;3;12.39;0;4.95;20875
+64105;42.45957;8.7445;112;20220920;26.3;15.2;20.8;2.5;14.79;0;3.78;18298
+64105;42.45957;8.7445;112;20220921;27.2;14.1;20.7;2.9;11.99;.1;4.22;16824
+64105;42.45957;8.7445;112;20220922;25.6;13.5;19.6;3.2;10.49;0;4.52;20301
+64105;42.45957;8.7445;112;20220923;24.1;11.8;18;3;10.59;0;3.94;18625
+64105;42.45957;8.7445;112;20220924;22.7;14.6;18.7;1.7;15.09;7.9;2.25;10351
+64105;42.45957;8.7445;112;20220925;23.5;15.7;19.6;1.6;17.89;1.5;2.58;15248
+64105;42.45957;8.7445;112;20220926;24.4;17.3;20.9;6.1;14.89;.7;4.45;14239
+64105;42.45957;8.7445;112;20220927;21.2;18.3;19.8;9.5;12.89;3;4.9;7521
+64105;42.45957;8.7445;112;20220928;22.4;17.9;20.2;8.8;14.19;9.8;4.63;10106
+64105;42.45957;8.7445;112;20220929;23.3;18.6;21;7.3;14.89;11;4.59;12903
+64105;42.45957;8.7445;112;20220930;19.4;14.6;17;3.1;15.19;6.9;1.91;7398
+64105;42.45957;8.7445;112;20221001;21.8;16;18.9;7.4;12.69;0;4.56;15198
+64105;42.45957;8.7445;112;20221002;27.9;19.3;23.6;8.1;14.49;0;6.54;17226
+64105;42.45957;8.7445;112;20221003;24.1;17.6;20.9;3.9;15.59;0;3.69;16385
+64105;42.45957;8.7445;112;20221004;23.3;14.7;19;2.3;17.19;0;2.69;16924
+64105;42.45957;8.7445;112;20221005;23.7;12.9;18.3;3.4;16.49;0;2.9;17484
+64105;42.45957;8.7445;112;20221006;22.4;13.8;18.1;2.4;16.49;0;2.53;16451
+64105;42.45957;8.7445;112;20221007;23;13.4;18.2;3.1;16.09;0;2.76;16777
+64105;42.45957;8.7445;112;20221008;23.8;12.6;18.2;3;14.69;.7;2.87;15035
+64105;42.45957;8.7445;112;20221009;24.9;15.7;20.3;2;16.79;5.3;2.06;7176
+64105;42.45957;8.7445;112;20221010;23.2;16.2;19.7;2.5;17.39;4.3;2.5;14218
+64105;42.45957;8.7445;112;20221011;23.1;13.6;18.4;2.9;16.29;.2;2.51;14720
+64105;42.45957;8.7445;112;20221012;21.5;14.1;17.8;1.9;16.79;0;1.93;12299
+64105;42.45957;8.7445;112;20221013;22.8;14.3;18.6;2.8;16.19;.2;2.48;14529
+64105;42.45957;8.7445;112;20221014;24.3;16.5;20.4;5;14.79;0;3.66;12101
+64105;42.45957;8.7445;112;20221015;26.3;15;20.7;3.7;14.79;0;3.6;15610
+64105;42.45957;8.7445;112;20221016;23.7;13.9;18.8;2.7;15.29;0;2.58;14064
+64105;42.45957;8.7445;112;20221017;23.9;13.4;18.7;2.8;15.79;0;2.57;15047
+64105;42.45957;8.7445;112;20221018;25.3;13.6;19.5;2.5;15.99;0;2.6;14204
+64105;42.45957;8.7445;112;20221019;22.7;13.8;18.3;2.5;16.09;.5;2.25;14306
+64105;42.45957;8.7445;112;20221020;22.6;12.1;17.4;2.5;15.29;0;2.17;13897
+64105;42.45957;8.7445;112;20221021;25.9;14;20;2;13.99;0;2.31;8194
+64105;42.45957;8.7445;112;20221022;30.5;16.1;23.3;2.2;13.49;0;3.31;13923
+64105;42.45957;8.7445;112;20221023;27.3;15.1;21.2;2.9;13.79;0;3.16;11238
+64105;42.45957;8.7445;112;20221024;31.6;14.1;22.9;4.8;10.59;0;5.66;14353
+64105;42.45957;8.7445;112;20221025;30.2;16.8;23.5;3.1;13.19;0;3.8;10172
+64105;42.45957;8.7445;112;20221026;28.5;13.8;21.2;2.4;12.59;0;3.11;14017
+64105;42.45957;8.7445;112;20221027;24.4;13.5;19;3.1;12.29;0;2.94;13099
+64105;42.45957;8.7445;112;20221028;23.9;12.2;18.1;2.8;13.89;0;2.43;13275
+64105;42.45957;8.7445;112;20221029;23.7;11.8;17.8;2.8;14.89;0;2.22;13138
+64105;42.45957;8.7445;112;20221030;25.4;12.1;18.8;3.2;13.19;0;2.86;13210
+64105;42.45957;8.7445;112;20221031;23;10.7;16.9;2.8;11.99;0;2.4;12740
+64105;42.45957;8.7445;112;20221101;23.9;10.8;17.4;2.7;12.69;.1;2.34;11720
+64105;42.45957;8.7445;112;20221102;25.3;13.8;19.6;2.4;14.49;.2;2.3;11292
+64105;42.45957;8.7445;112;20221103;22.8;13.3;18.1;2.6;14.89;15.3;1.96;10571
+64105;42.45957;8.7445;112;20221104;19.6;15.4;17.5;7.6;12.79;4.7;3.26;6072
+64105;42.45957;8.7445;112;20221105;19.1;9.2;14.2;2.8;10.49;.7;1.91;10700
+64105;42.45957;8.7445;112;20221106;20.7;8.9;14.8;3.4;9.69;0;2.45;11809
+64105;42.45957;8.7445;112;20221107;23.7;11.5;17.6;3.9;12.29;0;2.78;11722
+64105;42.45957;8.7445;112;20221108;21.9;9.9;15.9;2.4;11.99;.3;1.87;11249
+64105;42.45957;8.7445;112;20221109;21.9;11;16.5;2.5;12.79;0;1.85;11212
+64105;42.45957;8.7445;112;20221110;21.8;13.3;17.6;2;15.79;0;1.38;7877
+64105;42.45957;8.7445;112;20221111;22.4;11.4;16.9;2.2;14.29;0;1.61;10945
+64105;42.45957;8.7445;112;20221112;20.1;11.1;15.6;2.1;13.09;0;1.4;8144
+64105;42.45957;8.7445;112;20221113;19.9;13;16.5;2.7;9.89;1.6;2.15;8275
+64105;42.45957;8.7445;112;20221114;20;9.3;14.7;2.5;11.29;5.9;1.64;8708
+64105;42.45957;8.7445;112;20221115;18.4;10.7;14.6;2.4;14.29;31.9;1.01;4401
+64105;42.45957;8.7445;112;20221116;21.4;14.9;18.2;5.7;14.79;5.5;2.46;7204
+64105;42.45957;8.7445;112;20221117;21.8;16.1;19;6.2;12.19;8.7;3.56;7296
+64105;42.45957;8.7445;112;20221118;18.6;14.6;16.6;6.5;12.39;.1;2.7;6546
+64105;42.45957;8.7445;112;20221119;18;11.7;14.9;3.1;10.19;0;1.94;4172
+64105;42.45957;8.7445;112;20221120;17.4;7.6;12.5;3;9.99;0;1.52;8842
+64105;42.45957;8.7445;112;20221121;17.8;9.2;13.5;4.8;10.59;37.7;2.02;7794
+64105;42.45957;8.7445;112;20221122;15.3;10.7;13;5.3;11.09;14;1.74;2580
+64105;42.45957;8.7445;112;20221123;15.6;12.8;14.2;6.6;10.69;5.1;2.44;2899
+64105;42.45957;8.7445;112;20221124;18.5;12.3;15.4;4.9;10.09;.6;2.56;8614
+64105;42.45957;8.7445;112;20221125;14.6;9.3;12;3;12.09;6.7;.9;708
+64105;42.45957;8.7445;112;20221126;16.6;11.4;14;4.8;10.09;1.7;2.14;7228
+64105;42.45957;8.7445;112;20221127;16.9;5.5;11.2;2.1;7.29;0;1.37;9168
+64105;42.45957;8.7445;112;20221128;14.9;5;10;2;8.99;0;1.04;3778
+64105;42.45957;8.7445;112;20221129;13.5;8.5;11;2.1;9.69;.7;1.03;2914
+64105;42.45957;8.7445;112;20221130;14.5;6.2;10.4;3.7;8.39;0;1.49;8381
+64105;42.45957;8.7445;112;20221201;13.8;3.6;8.7;2.8;7.69;0;1.28;4755
+64105;42.45957;8.7445;112;20221202;14.8;5.3;10.1;2.4;8.39;.5;1.25;3567
+64105;42.45957;8.7445;112;20221203;18.2;7.3;12.8;2.1;9.19;6.6;1.37;5469
+64105;42.45957;8.7445;112;20221204;18.5;9.3;13.9;3;10.89;6.9;1.5;6371
+64105;42.45957;8.7445;112;20221205;18.5;11.5;15;3.6;11.89;1.8;1.64;5987
+64105;42.45957;8.7445;112;20221206;16.9;7.9;12.4;2.7;11.59;0;.98;7347
+64105;42.45957;8.7445;112;20221207;18.3;7.7;13;2.3;10.59;0;1.14;8269
+64105;42.45957;8.7445;112;20221208;14.2;6.3;10.3;3.2;9.59;3;1.17;2697
+64105;42.45957;8.7445;112;20221209;19.2;9.2;14.2;4.8;12.89;9.3;1.57;4039
+64105;42.45957;8.7445;112;20221210;16.5;12.8;14.7;3.6;12.39;3.7;1.45;2625
+64105;42.45957;8.7445;112;20221211;12.6;9.5;11.1;7.8;7.79;0;2.59;4782
+64105;42.45957;8.7445;112;20221212;14.3;3.5;8.9;4;6.69;3.3;1.75;7398
+64105;42.45957;8.7445;112;20221213;11;6.6;8.8;1.6;10.59;6.7;.51;1633
+64105;42.45957;8.7445;112;20221214;14.6;9.5;12.1;1.9;12.39;2.7;.67;3390
+64105;42.45957;8.7445;112;20221215;17.8;7.6;12.7;4.6;12.39;23.3;1.26;3223
+64105;42.45957;8.7445;112;20221216;17.4;12.3;14.9;6.4;11.79;7.1;2.2;3987
+64105;42.45957;8.7445;112;20221217;16.8;12.9;14.9;5.7;9.49;4.9;2.64;6836
+64105;42.45957;8.7445;112;20221218;16.3;5.2;10.8;2.1;9.59;0;.91;7314
+64105;42.45957;8.7445;112;20221219;15;5.2;10.1;2.1;9.69;0;.76;7816
+64105;42.45957;8.7445;112;20221220;17.2;5.4;11.3;2.2;9.29;0;1.04;8148
+64105;42.45957;8.7445;112;20221221;14.5;5.4;10;3.1;10.29;1.9;.93;3183
+64105;42.45957;8.7445;112;20221222;18.1;11;14.6;7.4;11.79;.2;2.24;6939
+64105;42.45957;8.7445;112;20221223;21.1;15.3;18.2;7.6;12.09;.7;3.62;4172
+64105;42.45957;8.7445;112;20221224;21.6;16.9;19.3;6.7;11.59;0;3.75;7032
+64105;42.45957;8.7445;112;20221225;17.3;7.5;12.4;2.3;11.09;0;.94;7400
+64105;42.45957;8.7445;112;20221226;18.1;7.9;13;2.9;11.59;.3;1.1;7999
+64105;42.45957;8.7445;112;20221227;20.3;9.1;14.7;6.1;9.29;0;3.01;8148
+64105;42.45957;8.7445;112;20221228;18.3;14;16.2;4.2;8.79;0;2.63;7111
+64105;42.45957;8.7445;112;20221229;19.6;7.6;13.6;3.3;9.09;0;1.86;8302
+64105;42.45957;8.7445;112;20221230;19;7.7;13.4;5.3;10.29;.2;2.19;5924
+64105;42.45957;8.7445;112;20221231;18.6;8.8;13.7;2.4;11.49;0;1.13;7267
+64106;42.4882;8.98764;436;20220101;13.3;8.4;10.9;2.2;10.54;0;.87;4010
+64106;42.4882;8.98764;436;20220102;10.9;6.5;8.7;2.1;9.64;.1;.77;5007
+64106;42.4882;8.98764;436;20220103;16;6;11;3.4;9.01;.1;1.55;8373
+64106;42.4882;8.98764;436;20220104;13;6.5;9.7;2.3;10.01;.1;.8;6965
+64106;42.4882;8.98764;436;20220105;13.1;6.4;9.8;3.5;9.24;11.3;1.23;7004
+64106;42.4882;8.98764;436;20220106;7.7;2.1;4.9;2.7;7.83;10.3;.61;4921
+64106;42.4882;8.98764;436;20220107;10.2;4.1;7.2;3.5;6.57;0;1.29;7263
+64106;42.4882;8.98764;436;20220108;10.7;2.3;6.5;3.4;6.87;2.2;1.18;8446
+64106;42.4882;8.98764;436;20220109;9.6;4.6;7.1;7;7.74;2.5;1.45;6424
+64106;42.4882;8.98764;436;20220110;9.2;2.8;6;4;5.44;.3;1.58;7542
+64106;42.4882;8.98764;436;20220111;11.2;4.2;7.7;4.6;4.74;0;2.2;8293
+64106;42.4882;8.98764;436;20220112;10.2;3.3;6.7;6;4.31;0;2.45;8308
+64106;42.4882;8.98764;436;20220113;10.6;2.4;6.5;4.9;4.61;0;2.19;9090
+64106;42.4882;8.98764;436;20220114;11;2.6;6.8;2.3;6.41;0;1.02;8932
+64106;42.4882;8.98764;436;20220115;12.2;1.6;6.9;1.8;7.07;0;.87;9817
+64106;42.4882;8.98764;436;20220116;12.1;1.5;6.8;1.8;7.34;0;.83;9783
+64106;42.4882;8.98764;436;20220117;12;1.5;6.7;2.1;7.34;0;.93;9918
+64106;42.4882;8.98764;436;20220118;11.8;1.7;6.7;1.3;7.81;0;.69;9595
+64106;42.4882;8.98764;436;20220119;11.5;2.9;7.2;1.8;7.97;0;.83;8882
+64106;42.4882;8.98764;436;20220120;9.1;5;7.1;2.9;7.64;0;1.14;6137
+64106;42.4882;8.98764;436;20220121;11.1;2.5;6.8;2.3;7.21;0;1.02;9508
+64106;42.4882;8.98764;436;20220122;10.3;1.6;6;2.1;5.84;0;1.02;10416
+64106;42.4882;8.98764;436;20220123;11.3;1.8;6.6;1.7;6.77;0;.93;10451
+64106;42.4882;8.98764;436;20220124;10.8;2.2;6.5;2;7.44;0;.92;10287
+64106;42.4882;8.98764;436;20220125;11;3.2;7.1;2.4;7.91;0;1;9389
+64106;42.4882;8.98764;436;20220126;9.9;3.1;6.5;2.7;7.94;0;1.11;8780
+64106;42.4882;8.98764;436;20220127;12.2;4;8.1;1.7;7.81;0;1.03;9658
+64106;42.4882;8.98764;436;20220128;12.1;3.1;7.6;1.8;7.94;0;.97;10806
+64106;42.4882;8.98764;436;20220129;12.4;2.5;7.4;2.6;7.61;.5;1.26;11149
+64106;42.4882;8.98764;436;20220130;12.3;2.3;7.3;1.8;7.94;0;.99;11319
+64106;42.4882;8.98764;436;20220131;11.6;2.8;7.2;4.2;7.87;.1;1.44;10644
+64106;42.4882;8.98764;436;20220201;12.7;5.6;9.2;4.2;4.87;.2;2.6;9216
+64106;42.4882;8.98764;436;20220202;16.3;2.3;9.3;2.3;6.64;0;1.66;12165
+64106;42.4882;8.98764;436;20220203;15.7;5.5;10.6;2.1;9.37;0;1.36;10707
+64106;42.4882;8.98764;436;20220204;13;6.2;9.6;2.1;10.11;0;1.07;9201
+64106;42.4882;8.98764;436;20220205;12.7;4.9;8.8;1.7;9.21;0;1.05;10371
+64106;42.4882;8.98764;436;20220206;13.1;3.9;8.5;2.6;8.87;0;1.33;12334
+64106;42.4882;8.98764;436;20220207;14.2;5.5;9.9;6.3;8.07;.4;2.6;11360
+64106;42.4882;8.98764;436;20220208;13.3;4.1;8.7;2.2;6.81;0;1.59;12541
+64106;42.4882;8.98764;436;20220209;13.7;2.8;8.3;2.2;7.27;0;1.56;13027
+64106;42.4882;8.98764;436;20220210;11.7;3.4;7.6;2.6;8.28;0;1.82;11558
+64106;42.4882;8.98764;436;20220211;12.9;4.5;8.7;3;9.31;0;1.6;11362
+64106;42.4882;8.98764;436;20220212;13.6;5.6;9.6;5.7;8.61;0;2.46;11986
+64106;42.4882;8.98764;436;20220213;11.3;5;8.2;2.6;8.71;1.8;1.45;8270
+64106;42.4882;8.98764;436;20220214;13.1;5.4;9.2;3.3;9.41;6;1.74;11255
+64106;42.4882;8.98764;436;20220215;12;6.3;9.2;6.9;7.91;0;2.6;9335
+64106;42.4882;8.98764;436;20220216;11.9;2.6;7.2;2.7;7.61;0;1.58;13692
+64106;42.4882;8.98764;436;20220217;15.8;5.8;10.8;2.5;9.77;0;1.73;13395
+64106;42.4882;8.98764;436;20220218;17.1;6.2;11.7;2.6;9.94;0;2;14532
+64106;42.4882;8.98764;436;20220219;14.7;6.5;10.6;1.8;10.37;0;1.46;11880
+64106;42.4882;8.98764;436;20220220;13.7;4.2;9;3.2;9.71;0;1.64;13406
+64106;42.4882;8.98764;436;20220221;13;4.9;9;8.5;7.97;1.3;2.62;12774
+64106;42.4882;8.98764;436;20220222;14.2;6.6;10.4;3.4;7.11;0;2.38;13444
+64106;42.4882;8.98764;436;20220223;14.7;3.2;8.9;2.4;7.94;0;1.92;15384
+64106;42.4882;8.98764;436;20220224;13.8;4;8.9;2.9;8.14;0;1.92;13832
+64106;42.4882;8.98764;436;20220225;14.1;4.1;9.1;3.6;8.07;0;2.23;15077
+64106;42.4882;8.98764;436;20220226;10.3;3.3;6.8;5.5;4.77;.1;2.78;13681
+64106;42.4882;8.98764;436;20220227;9.9;2;6;4.3;3.91;0;2.69;14780
+64106;42.4882;8.98764;436;20220228;11.5;2.6;7;3.4;5.51;0;2.32;15713
+64106;42.4882;8.98764;436;20220301;9.6;2;5.8;4.1;5.28;0;2.49;14702
+64106;42.4882;8.98764;436;20220302;10.2;1.5;5.9;2.5;6.45;0;1.93;15225
+64106;42.4882;8.98764;436;20220303;11.2;2.8;7;1.8;7.81;.2;1.7;12134
+64106;42.4882;8.98764;436;20220304;10.5;5.5;8;2.6;8.07;5.2;1.72;12291
+64106;42.4882;8.98764;436;20220305;10.2;3.6;6.9;4.5;5.17;0;2.57;14005
+64106;42.4882;8.98764;436;20220306;9.6;1.8;5.7;3.7;5.01;.1;2.44;15238
+64106;42.4882;8.98764;436;20220307;9.5;.6;5.1;3.1;4.91;0;2.22;17038
+64106;42.4882;8.98764;436;20220308;10.1;.4;5.3;3.7;5.37;0;2.31;17369
+64106;42.4882;8.98764;436;20220309;11.1;.4;5.7;2.9;5.07;0;2.34;18311
+64106;42.4882;8.98764;436;20220310;12.6;1.5;7.1;1.8;7.25;0;2.04;17005
+64106;42.4882;8.98764;436;20220311;13.7;2.8;8.3;2.7;7.11;0;2.34;18210
+64106;42.4882;8.98764;436;20220312;13.1;6.4;9.8;4.4;6.64;.1;2.91;12872
+64106;42.4882;8.98764;436;20220313;13.4;6.9;10.2;4.5;7.91;.1;2.58;14019
+64106;42.4882;8.98764;436;20220314;16.1;9.1;12.6;3.4;10.37;0;2.36;14342
+64106;42.4882;8.98764;436;20220315;15.3;9.6;12.5;2.9;9.84;0;2.34;12488
+64106;42.4882;8.98764;436;20220316;16.2;8.3;12.3;2.5;10.07;0;2.31;13890
+64106;42.4882;8.98764;436;20220317;15.8;9.5;12.7;4.3;9.74;0;2.79;13084
+64106;42.4882;8.98764;436;20220318;13.9;9.4;11.6;5.5;9.38;0;2.8;8531
+64106;42.4882;8.98764;436;20220319;12.6;8.7;10.6;5.3;9.11;0;2.54;6873
+64106;42.4882;8.98764;436;20220320;13.3;7.8;10.6;4.5;8.95;0;2.72;11234
+64106;42.4882;8.98764;436;20220321;13;4.2;8.6;5.2;6.15;0;3.57;18826
+64106;42.4882;8.98764;436;20220322;14.3;3.2;8.7;5.1;5.88;0;3.89;20352
+64106;42.4882;8.98764;436;20220323;14.1;4.4;9.2;3.6;6.75;0;3.46;21214
+64106;42.4882;8.98764;436;20220324;14.7;5.6;10.1;2.7;7.38;0;3.27;20588
+64106;42.4882;8.98764;436;20220325;15.9;5.3;10.6;3.7;7.31;0;3.61;21029
+64106;42.4882;8.98764;436;20220326;15;5.8;10.4;3.3;7.81;.7;3.21;17768
+64106;42.4882;8.98764;436;20220327;19.4;10.7;15.1;5.1;8.18;.7;4.7;15421
+64106;42.4882;8.98764;436;20220328;16.8;8.2;12.5;2.9;9.01;0;3.47;19198
+64106;42.4882;8.98764;436;20220329;15;6.8;10.9;3.4;9.28;4.2;3.04;19322
+64106;42.4882;8.98764;436;20220330;14.8;8.9;11.9;2.4;12.65;20.2;1.99;12117
+64106;42.4882;8.98764;436;20220331;14.9;9;12;5.4;11.85;1.2;2.62;13457
+64106;42.4882;8.98764;436;20220401;12.9;9.4;11.1;11.1;7.18;4;4.63;12368
+64106;42.4882;8.98764;436;20220402;9.2;2.5;5.9;5.7;7.39;13;2.21;9600
+64106;42.4882;8.98764;436;20220403;10.4;2.4;6.4;3.7;7.8;6.3;2.09;10917
+64106;42.4882;8.98764;436;20220404;11.6;3.3;7.5;3.9;7.58;.1;2.99;20963
+64106;42.4882;8.98764;436;20220405;12.2;4.2;8.2;2.8;7.55;0;3.09;22521
+64106;42.4882;8.98764;436;20220406;12.1;4.8;8.4;3.4;8.58;3;2.49;15022
+64106;42.4882;8.98764;436;20220407;15.9;5.2;10.6;9.9;8.98;0;4.28;20283
+64106;42.4882;8.98764;436;20220408;20.4;11.3;15.8;10.8;10.54;0;6.17;20769
+64106;42.4882;8.98764;436;20220409;13.8;11.5;12.7;9.9;8.77;0;4.4;12784
+64106;42.4882;8.98764;436;20220410;13.5;5.1;9.3;3.6;7.48;0;3.54;22722
+64106;42.4882;8.98764;436;20220411;14.4;5.3;9.9;3.7;8.88;0;3.49;23949
+64106;42.4882;8.98764;436;20220412;16.2;6.5;11.3;3.7;10.31;0;3.12;19925
+64106;42.4882;8.98764;436;20220413;16.8;8.4;12.6;3;10.58;0;3.52;21337
+64106;42.4882;8.98764;436;20220414;17.8;8.1;13;2.5;10.25;0;3.64;21640
+64106;42.4882;8.98764;436;20220415;19.7;9.3;14.5;2.7;10.08;0;4.27;23660
+64106;42.4882;8.98764;436;20220416;20.5;9.5;15;4.6;9.05;0;5.45;25645
+64106;42.4882;8.98764;436;20220417;15.5;11;13.2;6.8;6.08;0;5.82;23947
+64106;42.4882;8.98764;436;20220418;16;7.9;12;4.5;7.11;0;4.78;25560
+64106;42.4882;8.98764;436;20220419;17.8;7.7;12.7;3.6;9.65;0;4.26;24334
+64106;42.4882;8.98764;436;20220420;18.5;8.9;13.7;3.2;11.78;4.5;3.46;19158
+64106;42.4882;8.98764;436;20220421;15.7;10.2;12.9;5.9;13.01;22.7;2.93;15271
+64106;42.4882;8.98764;436;20220422;15.4;9.8;12.6;5.2;12.88;5.9;2.75;15096
+64106;42.4882;8.98764;436;20220423;16.8;8.5;12.7;4.5;11.71;4.2;3.6;20994
+64106;42.4882;8.98764;436;20220424;13.6;9.5;11.5;7.3;10.91;10.5;3.18;15423
+64106;42.4882;8.98764;436;20220425;18.6;11;14.8;7.2;10.71;0;5.38;25350
+64106;42.4882;8.98764;436;20220426;18.5;9.6;14.1;4.2;10.95;0;4.64;26143
+64106;42.4882;8.98764;436;20220427;18.1;9.2;13.7;2.6;11.31;0;4.09;25880
+64106;42.4882;8.98764;436;20220428;22;9.5;15.7;5.4;9.55;.1;6.09;27541
+64106;42.4882;8.98764;436;20220429;20.8;11;15.9;6.4;7.95;0;6.62;25963
+64106;42.4882;8.98764;436;20220430;17.8;9.5;13.7;3;10.05;1.1;4.38;24738
+64106;42.4882;8.98764;436;20220501;17.6;10.5;14;3.1;10.98;0;4.16;23287
+64106;42.4882;8.98764;436;20220502;17.9;9.6;13.7;2.8;10.31;0;4.42;26299
+64106;42.4882;8.98764;436;20220503;18.4;10;14.2;2.7;11.91;0;4.17;24860
+64106;42.4882;8.98764;436;20220504;17.7;10.7;14.2;2.5;13.18;1.5;3.8;23417
+64106;42.4882;8.98764;436;20220505;14.6;12.5;13.5;2.6;14.51;14.2;1.86;8758
+64106;42.4882;8.98764;436;20220506;16.3;10.5;13.4;5.2;13.44;0;2.76;17964
+64106;42.4882;8.98764;436;20220507;17.5;12.3;14.9;3.1;13.84;1.1;3.12;18989
+64106;42.4882;8.98764;436;20220508;19;10.8;14.9;3.2;12.84;0;4.03;24800
+64106;42.4882;8.98764;436;20220509;19.9;11.4;15.6;3.1;12.44;0;4.46;27007
+64106;42.4882;8.98764;436;20220510;20.6;10.3;15.4;1.9;12.64;.3;4.49;28906
+64106;42.4882;8.98764;436;20220511;20.9;11;16;2.5;11.77;0;4.73;28120
+64106;42.4882;8.98764;436;20220512;21.1;10.9;16;2;12.01;0;4.62;28366
+64106;42.4882;8.98764;436;20220513;21.3;10.6;15.9;2.1;10.81;0;4.77;28150
+64106;42.4882;8.98764;436;20220514;21.3;10.4;15.9;2;10.84;0;4.81;28995
+64106;42.4882;8.98764;436;20220515;21.7;10.7;16.2;1.8;12.21;0;4.51;27266
+64106;42.4882;8.98764;436;20220516;23.2;11.8;17.5;1.9;13.17;0;4.81;27974
+64106;42.4882;8.98764;436;20220517;23.5;13.3;18.4;2.1;13.24;0;5.05;28295
+64106;42.4882;8.98764;436;20220518;24.1;12.8;18.5;2;12.34;0;5.33;29659
+64106;42.4882;8.98764;436;20220519;26.3;14.6;20.4;2.6;14.21;0;5.77;29845
+64106;42.4882;8.98764;436;20220520;24.2;13.7;19;2.1;15.57;.3;5.18;29959
+64106;42.4882;8.98764;436;20220521;24.7;12.9;18.8;2.7;14.74;0;5.41;30049
+64106;42.4882;8.98764;436;20220522;24.8;13.8;19.3;2.1;13.74;.3;5.36;28753
+64106;42.4882;8.98764;436;20220523;27.9;14;20.9;2.3;13.04;0;6.07;29936
+64106;42.4882;8.98764;436;20220524;24.6;14.9;19.8;2.6;16.54;0;5.03;26610
+64106;42.4882;8.98764;436;20220525;24.8;15.2;20;2.2;17.07;12.7;5.06;27405
+64106;42.4882;8.98764;436;20220526;25.3;16.7;21;2.2;17.94;.2;5.11;26969
+64106;42.4882;8.98764;436;20220527;29.7;18;23.9;2.4;13.44;0;6.11;26744
+64106;42.4882;8.98764;436;20220528;28.2;18.1;23.1;2.4;15.07;1.7;6.11;28861
+64106;42.4882;8.98764;436;20220529;23.4;14.4;18.9;2.1;17.47;.1;4.43;24865
+64106;42.4882;8.98764;436;20220530;25.7;12.5;19.1;1.9;15.1;.2;5.44;29920
+64106;42.4882;8.98764;436;20220531;23.8;14.3;19.1;1.8;17.37;1.5;4.88;28417
+64106;42.4882;8.98764;436;20220601;25.3;14.7;20;2.1;17.74;0;5.32;29604
+64106;42.4882;8.98764;436;20220602;30;15.8;22.9;2.1;17.44;.5;6.27;30921
+64106;42.4882;8.98764;436;20220603;30.3;20;25.1;2.2;16.97;.1;6.05;26056
+64106;42.4882;8.98764;436;20220604;32.7;19.2;26;2.5;17.81;0;6.92;29678
+64106;42.4882;8.98764;436;20220605;28.4;20.7;24.6;3.6;19.24;0;5.9;24932
+64106;42.4882;8.98764;436;20220606;27.4;16.4;21.9;4.1;14.97;0;6.82;29070
+64106;42.4882;8.98764;436;20220607;28.9;15.7;22.3;5.7;13.27;0;8.06;31161
+64106;42.4882;8.98764;436;20220608;24.8;16.4;20.6;5.4;14.01;0;6.49;26633
+64106;42.4882;8.98764;436;20220609;24;16;20;4.8;14.61;0;6.05;27295
+64106;42.4882;8.98764;436;20220610;26.5;13.9;20.2;2.3;13.11;0;6.05;31270
+64106;42.4882;8.98764;436;20220611;27.2;14.6;20.9;2.1;12.54;0;6.14;31300
+64106;42.4882;8.98764;436;20220612;27.4;14.6;21;2;12.01;0;6.12;31327
+64106;42.4882;8.98764;436;20220613;29.1;15.8;22.5;2.3;14.81;.1;6.44;30969
+64106;42.4882;8.98764;436;20220614;27.5;16.1;21.8;2.4;19.01;0;5.7;29719
+64106;42.4882;8.98764;436;20220615;28;16.4;22.2;2;18.04;0;5.61;28276
+64106;42.4882;8.98764;436;20220616;27.6;17.4;22.5;2.3;17.34;0;6.03;30218
+64106;42.4882;8.98764;436;20220617;29.1;16.9;23;2.1;17.37;.1;6.31;31327
+64106;42.4882;8.98764;436;20220618;30.4;18.8;24.6;2.5;17.41;0;6.83;31427
+64106;42.4882;8.98764;436;20220619;28.9;18.1;23.5;2.1;17.67;0;6.29;31433
+64106;42.4882;8.98764;436;20220620;28.6;17.5;23;2.3;17.94;0;6.2;30829
+64106;42.4882;8.98764;436;20220621;31.7;18.5;25.1;2.6;14.94;0;7;29568
+64106;42.4882;8.98764;436;20220622;30.4;20.2;25.3;2.5;17.74;.2;6.64;29566
+64106;42.4882;8.98764;436;20220623;27;19.4;23.2;2.3;21.07;.9;5;24139
+64106;42.4882;8.98764;436;20220624;28.2;18.5;23.3;3.4;20.17;0;6.06;28867
+64106;42.4882;8.98764;436;20220625;27.8;17.7;22.8;2.1;18.31;.2;5.81;28826
+64106;42.4882;8.98764;436;20220626;33.1;19.6;26.3;3.2;17.94;.4;7.37;29987
+64106;42.4882;8.98764;436;20220627;32;22.6;27.3;2.9;19.81;.2;6.66;26165
+64106;42.4882;8.98764;436;20220628;30.1;22.3;26.2;4.1;20.81;3.3;6.17;21548
+64106;42.4882;8.98764;436;20220629;27.5;17.3;22.4;3.5;18.57;0;6.38;30991
+64106;42.4882;8.98764;436;20220630;27.7;15.9;21.8;2;16.77;0;6.12;31298
+64106;42.4882;8.98764;436;20220701;27.7;17.4;22.6;2.5;18.57;0;6;30453
+64106;42.4882;8.98764;436;20220702;27.7;16;21.8;1.8;17.61;0;5.91;31007
+64106;42.4882;8.98764;436;20220703;30.9;16.8;23.9;2;15.77;0;6.56;31198
+64106;42.4882;8.98764;436;20220704;32;17.8;24.9;2.3;13.24;0;7.04;31027
+64106;42.4882;8.98764;436;20220705;31.6;18.1;24.8;3.3;14.74;0;7.59;31116
+64106;42.4882;8.98764;436;20220706;29.4;19;24.2;3.6;18.04;0;6.65;28294
+64106;42.4882;8.98764;436;20220707;27.9;18.3;23.1;2.5;19.91;1.1;5.91;29691
+64106;42.4882;8.98764;436;20220708;27.9;17.5;22.7;3.1;17.41;0;6.22;30450
+64106;42.4882;8.98764;436;20220709;28.5;17.5;23;2.7;15.54;0;6.56;30918
+64106;42.4882;8.98764;436;20220710;27.7;16.5;22.1;2.1;15.81;0;5.99;30116
+64106;42.4882;8.98764;436;20220711;28.2;17.2;22.7;2.2;15.47;.1;6.2;30333
+64106;42.4882;8.98764;436;20220712;27.6;17.9;22.8;2.3;17.77;0;5.93;29511
+64106;42.4882;8.98764;436;20220713;29.6;17.3;23.4;2.2;19.47;.4;6.12;30674
+64106;42.4882;8.98764;436;20220714;29.5;18.8;24.1;2;20.64;1.8;6.08;30136
+64106;42.4882;8.98764;436;20220715;28.6;18.8;23.7;2.5;20.07;0;6.14;30535
+64106;42.4882;8.98764;436;20220716;30.1;19.1;24.6;2.2;19.31;0;6.38;30461
+64106;42.4882;8.98764;436;20220717;31.8;19.4;25.6;1.9;20.51;1.2;6.4;30385
+64106;42.4882;8.98764;436;20220718;32.8;20.1;26.4;2.2;20.44;0;6.71;30306
+64106;42.4882;8.98764;436;20220719;32.2;20.2;26.2;2.2;20.07;0;6.59;30044
+64106;42.4882;8.98764;436;20220720;32.2;20.6;26.4;2.1;19.71;.7;6.53;29426
+64106;42.4882;8.98764;436;20220721;31.2;20.6;25.9;2.3;18.27;0;6.62;29729
+64106;42.4882;8.98764;436;20220722;30.3;19.5;24.9;2.3;20.91;.3;6.27;29945
+64106;42.4882;8.98764;436;20220723;30.6;19.2;24.9;3;20.24;0;6.32;28335
+64106;42.4882;8.98764;436;20220724;29.9;20.3;25.1;2.8;20.27;0;6.18;27592
+64106;42.4882;8.98764;436;20220725;30.2;19.2;24.7;2.9;20.74;0;6.11;27840
+64106;42.4882;8.98764;436;20220726;30.7;20.3;25.5;3.7;20.14;0;6.81;28878
+64106;42.4882;8.98764;436;20220727;29.1;19.6;24.3;3;18.61;0;6.35;28179
+64106;42.4882;8.98764;436;20220728;28.5;17.7;23.1;2.1;19.37;0;5.66;28362
+64106;42.4882;8.98764;436;20220729;29.5;18.7;24.1;2.6;19.81;0;5.8;27239
+64106;42.4882;8.98764;436;20220730;29.2;19.1;24.2;3.6;19.81;0;6.41;28829
+64106;42.4882;8.98764;436;20220731;29.5;17.7;23.6;2.3;19.44;.2;5.9;29037
+64106;42.4882;8.98764;436;20220801;31.2;18.8;25;2.1;19.07;0;6.11;28923
+64106;42.4882;8.98764;436;20220802;29.9;19.7;24.8;2.5;19.81;0;5.83;26529
+64106;42.4882;8.98764;436;20220803;31.6;19.4;25.5;1.8;18.81;0;6.08;28685
+64106;42.4882;8.98764;436;20220804;30.8;19.3;25.1;2;20.04;.1;5.96;28501
+64106;42.4882;8.98764;436;20220805;30.8;19.8;25.3;2.3;19.97;0;5.85;26808
+64106;42.4882;8.98764;436;20220806;31.1;19.1;25.1;1.9;19.77;0;5.92;28312
+64106;42.4882;8.98764;436;20220807;30.5;19.5;25;2.3;22.51;1.1;5.8;28183
+64106;42.4882;8.98764;436;20220808;30.6;20.9;25.8;2.7;21.11;1.4;5.97;27244
+64106;42.4882;8.98764;436;20220809;30.2;19.9;25.1;2.6;19.07;.3;5.99;27581
+64106;42.4882;8.98764;436;20220810;29.9;19.9;24.9;3;18.91;.2;5.79;25944
+64106;42.4882;8.98764;436;20220811;29;19.4;24.2;2.4;17.17;0;5.49;24801
+64106;42.4882;8.98764;436;20220812;29.1;18;23.5;2.3;17.57;.1;5.42;25785
+64106;42.4882;8.98764;436;20220813;27.1;18.1;22.6;2.6;20.37;2.9;4.76;23946
+64106;42.4882;8.98764;436;20220814;29.5;19.2;24.4;2.5;18.61;4.3;5.35;24044
+64106;42.4882;8.98764;436;20220815;30.3;19.7;25;2.5;20.11;1.6;5.36;23993
+64106;42.4882;8.98764;436;20220816;28.6;20.4;24.5;2;22.27;1.8;4.86;23946
+64106;42.4882;8.98764;436;20220817;31.5;19.3;25.4;3.5;20.31;.8;6;24561
+64106;42.4882;8.98764;436;20220818;26.5;23.4;25;3.2;20.34;7.2;4.15;13902
+64106;42.4882;8.98764;436;20220819;25.3;16.2;20.8;2.9;18.64;.4;4.46;23149
+64106;42.4882;8.98764;436;20220820;27.2;17.2;22.2;2.2;18.41;0;4.97;25599
+64106;42.4882;8.98764;436;20220821;27;18;22.5;2.1;20.24;.1;4.54;23752
+64106;42.4882;8.98764;436;20220822;26.9;17.2;22;2.5;20.17;.1;4.63;24398
+64106;42.4882;8.98764;436;20220823;27.9;17;22.4;1.9;18.81;0;4.85;25416
+64106;42.4882;8.98764;436;20220824;29.1;17.8;23.4;2.4;17.07;0;5.3;25677
+64106;42.4882;8.98764;436;20220825;28.8;18.2;23.5;2.3;17.34;.1;5.16;24646
+64106;42.4882;8.98764;436;20220826;28.4;18.3;23.4;2.3;19.37;.4;4.83;23901
+64106;42.4882;8.98764;436;20220827;28.1;18.6;23.3;2;20.67;.5;4.51;23113
+64106;42.4882;8.98764;436;20220828;26.9;18.8;22.9;2;21.54;.1;4.06;20891
+64106;42.4882;8.98764;436;20220829;27.5;18.3;22.9;2.2;21.14;.1;4.48;23415
+64106;42.4882;8.98764;436;20220830;28.4;18.4;23.4;2.3;20.07;.5;4.6;22556
+64106;42.4882;8.98764;436;20220831;27.1;17.7;22.4;2.9;19.47;0;4.4;21228
+64106;42.4882;8.98764;436;20220901;27.1;19.7;23.4;2.4;20.51;.1;4.32;20561
+64106;42.4882;8.98764;436;20220902;27;18.2;22.6;1.9;20.34;2.6;3.91;20521
+64106;42.4882;8.98764;436;20220903;27.3;19.6;23.4;2.4;19.87;2.8;4.17;19476
+64106;42.4882;8.98764;436;20220904;28.5;19.2;23.8;2.4;20.14;.3;4.59;22074
+64106;42.4882;8.98764;436;20220905;30.1;18.7;24.4;1.9;19.47;1.3;4.71;22544
+64106;42.4882;8.98764;436;20220906;29.6;19.2;24.4;2.1;19.91;1.8;4.58;21768
+64106;42.4882;8.98764;436;20220907;29.5;18.9;24.2;2.4;21.74;.9;4.51;21789
+64106;42.4882;8.98764;436;20220908;29.3;19.1;24.2;3.4;20.91;0;4.68;19871
+64106;42.4882;8.98764;436;20220909;28;17.5;22.8;5.9;13.71;0;6.53;21944
+64106;42.4882;8.98764;436;20220910;25.9;17.6;21.7;5.9;14.91;0;5.47;20401
+64106;42.4882;8.98764;436;20220911;25.9;15.7;20.8;4.5;14.91;0;4.97;21538
+64106;42.4882;8.98764;436;20220912;25.8;14.6;20.2;1.9;16.34;0;3.92;21666
+64106;42.4882;8.98764;436;20220913;27.8;15.5;21.6;1.8;17.14;0;4.08;21627
+64106;42.4882;8.98764;436;20220914;30.4;18.7;24.5;2.6;18.37;.4;4.6;19078
+64106;42.4882;8.98764;436;20220915;27.9;20.8;24.3;4.1;19.41;0;4.49;15698
+64106;42.4882;8.98764;436;20220916;28.1;19.1;23.6;6.8;15.37;0;6.29;20506
+64106;42.4882;8.98764;436;20220917;23;15.7;19.3;6;11.61;.3;5.22;18263
+64106;42.4882;8.98764;436;20220918;23.6;12.7;18.1;2.1;10.81;0;3.68;20610
+64106;42.4882;8.98764;436;20220919;24.9;13.2;19;2.5;12.64;0;3.93;20363
+64106;42.4882;8.98764;436;20220920;23.7;14.2;19;2.6;13.94;0;3.66;19573
+64106;42.4882;8.98764;436;20220921;24.6;14;19.3;3.3;12.34;.1;4.35;20086
+64106;42.4882;8.98764;436;20220922;22.2;13.9;18.1;4.2;9.71;0;4.57;18816
+64106;42.4882;8.98764;436;20220923;22.6;11.8;17.2;2.6;10.04;0;3.71;19526
+64106;42.4882;8.98764;436;20220924;20.1;13.2;16.7;1.8;13.21;5.9;2.55;14670
+64106;42.4882;8.98764;436;20220925;21.9;14.7;18.3;2.2;16.84;1.3;2.74;16384
+64106;42.4882;8.98764;436;20220926;22.2;13.8;18;4.8;13.91;0;3.75;16868
+64106;42.4882;8.98764;436;20220927;19.3;13;16.2;7.8;11.81;2.2;3.97;14468
+64106;42.4882;8.98764;436;20220928;20.8;13;16.9;7.6;12.57;.8;4.19;14930
+64106;42.4882;8.98764;436;20220929;20.6;14.3;17.5;5.1;13.71;4.2;3.47;14277
+64106;42.4882;8.98764;436;20220930;17.6;12.6;15.1;2.4;13.91;7;2.13;11384
+64106;42.4882;8.98764;436;20221001;20;11.1;15.6;6;12.24;0;3.66;16385
+64106;42.4882;8.98764;436;20221002;26.3;14.2;20.2;6.3;13.61;0;5.1;17341
+64106;42.4882;8.98764;436;20221003;22.3;13.5;17.9;3.4;14.27;0;3.13;16610
+64106;42.4882;8.98764;436;20221004;21.8;12.4;17.1;1.9;15.74;0;2.56;17595
+64106;42.4882;8.98764;436;20221005;22.6;12.7;17.7;2;15.01;0;2.69;17327
+64106;42.4882;8.98764;436;20221006;21.5;12.4;16.9;2.1;15.14;0;2.48;16442
+64106;42.4882;8.98764;436;20221007;21.8;11.6;16.7;1.5;14.44;0;2.43;16859
+64106;42.4882;8.98764;436;20221008;22.4;12.3;17.4;1.7;14.24;1.1;2.54;16842
+64106;42.4882;8.98764;436;20221009;22.2;14.6;18.4;2.1;15.41;15.1;2.39;12960
+64106;42.4882;8.98764;436;20221010;21.1;14.3;17.7;2.4;15.84;6.5;2.26;13369
+64106;42.4882;8.98764;436;20221011;21.4;13.1;17.3;2.1;15.54;.1;2.24;14573
+64106;42.4882;8.98764;436;20221012;19.6;13.5;16.5;2;15.74;0;1.85;11852
+64106;42.4882;8.98764;436;20221013;20.4;14.2;17.3;2.7;14.64;0;2.38;13374
+64106;42.4882;8.98764;436;20221014;20.4;13.1;16.8;3.8;14.14;0;2.75;14013
+64106;42.4882;8.98764;436;20221015;22.2;12.9;17.5;2.3;14.71;0;2.47;15618
+64106;42.4882;8.98764;436;20221016;23.2;13;18.1;1.8;14.54;.1;2.32;14784
+64106;42.4882;8.98764;436;20221017;24;13.9;18.9;2.3;15.14;0;2.56;14907
+64106;42.4882;8.98764;436;20221018;22.9;13.6;18.2;2;15.87;0;2.28;14750
+64106;42.4882;8.98764;436;20221019;21.9;13.7;17.8;1.9;15.31;.3;2.18;13974
+64106;42.4882;8.98764;436;20221020;21.6;12;16.8;2.1;15.44;.1;2.03;13856
+64106;42.4882;8.98764;436;20221021;24.3;13.2;18.8;1.5;14.54;0;2.15;12740
+64106;42.4882;8.98764;436;20221022;25;14.2;19.6;2;14.37;0;2.49;13472
+64106;42.4882;8.98764;436;20221023;26.5;15.3;20.9;1.9;13.64;0;2.73;13338
+64106;42.4882;8.98764;436;20221024;26.2;15;20.6;2;13.27;0;2.71;13317
+64106;42.4882;8.98764;436;20221025;24.9;14;19.4;2.2;13.77;0;2.49;12634
+64106;42.4882;8.98764;436;20221026;25;13.7;19.4;1.9;12.57;0;2.45;12934
+64106;42.4882;8.98764;436;20221027;24.3;14;19.2;1.5;12.17;0;2.15;12457
+64106;42.4882;8.98764;436;20221028;23.6;12.2;17.9;1.6;13.87;0;1.92;12697
+64106;42.4882;8.98764;436;20221029;23.7;13.1;18.4;2.5;13.74;.1;2.42;13066
+64106;42.4882;8.98764;436;20221030;23.7;11.9;17.8;1.8;12.37;0;2.08;12725
+64106;42.4882;8.98764;436;20221031;21.4;10.6;16;1.8;12.87;0;1.72;11744
+64106;42.4882;8.98764;436;20221101;20.7;10.6;15.7;2.1;12.17;0;1.84;11670
+64106;42.4882;8.98764;436;20221102;22.2;12;17.1;2;13.67;0;1.85;11681
+64106;42.4882;8.98764;436;20221103;21.3;12.6;16.9;2.6;13.91;12.6;1.95;11298
+64106;42.4882;8.98764;436;20221104;17.2;12.6;14.9;6.1;12.01;0;2.43;8203
+64106;42.4882;8.98764;436;20221105;16.5;8.8;12.6;3.7;9.51;1.6;2.03;10204
+64106;42.4882;8.98764;436;20221106;18.8;8.5;13.7;2.4;8.81;0;1.99;11460
+64106;42.4882;8.98764;436;20221107;20.4;9.5;14.9;2.5;11.64;0;1.8;11529
+64106;42.4882;8.98764;436;20221108;20;10.1;15.1;1.7;12.17;0;1.41;10951
+64106;42.4882;8.98764;436;20221109;20.2;11;15.6;1.8;12.67;0;1.49;10563
+64106;42.4882;8.98764;436;20221110;21;12.7;16.9;2.2;14.31;.3;1.59;9919
+64106;42.4882;8.98764;436;20221111;20.9;12.5;16.7;2.9;14.24;0;1.8;10084
+64106;42.4882;8.98764;436;20221112;18.1;10.2;14.1;3;11.04;0;1.85;8627
+64106;42.4882;8.98764;436;20221113;16.3;11.7;14;4.1;8.97;1.6;2.47;7734
+64106;42.4882;8.98764;436;20221114;18;8.7;13.4;1.9;10.17;4.3;1.36;9790
+64106;42.4882;8.98764;436;20221115;14.8;9.2;12;1.8;12.94;21.8;.88;6107
+64106;42.4882;8.98764;436;20221116;18.8;12.7;15.7;4.1;13.84;4.4;1.71;8315
+64106;42.4882;8.98764;436;20221117;19.7;10.1;14.9;4.3;11.67;6.2;2.27;9719
+64106;42.4882;8.98764;436;20221118;16.3;10.8;13.6;5.7;11.44;0;1.92;7008
+64106;42.4882;8.98764;436;20221119;14.6;9.3;12;2.3;10.01;3.5;1.29;6903
+64106;42.4882;8.98764;436;20221120;15.3;7.7;11.5;2.9;9.51;0;1.38;9165
+64106;42.4882;8.98764;436;20221121;14.7;6.9;10.8;3.6;9.64;35.7;1.54;8600
+64106;42.4882;8.98764;436;20221122;11.8;9;10.4;6.2;10.37;14.5;1.42;3906
+64106;42.4882;8.98764;436;20221123;13;9.4;11.2;6.6;9.71;1.3;1.95;5417
+64106;42.4882;8.98764;436;20221124;15.7;8;11.8;4.3;9.77;.6;1.83;8418
+64106;42.4882;8.98764;436;20221125;13.4;7.9;10.7;2.5;10.77;20.2;.97;6993
+64106;42.4882;8.98764;436;20221126;14.4;8.7;11.5;6.6;9.41;1.9;2.06;6537
+64106;42.4882;8.98764;436;20221127;14.5;8.9;11.7;4.4;6.87;0;2.41;7171
+64106;42.4882;8.98764;436;20221128;12.3;5.6;8.9;1.6;8.07;.5;.91;6758
+64106;42.4882;8.98764;436;20221129;10.8;7.7;9.2;3.1;9.04;2.3;1.16;4073
+64106;42.4882;8.98764;436;20221130;12.7;7.5;10.1;4.3;8.24;0;1.6;6592
+64106;42.4882;8.98764;436;20221201;11.7;5.3;8.5;2.6;7.71;0;1.16;7045
+64106;42.4882;8.98764;436;20221202;13;4.9;9;2.3;8.17;.3;1.05;7735
+64106;42.4882;8.98764;436;20221203;15;8.1;11.6;2.8;9.54;8.7;1.29;6938
+64106;42.4882;8.98764;436;20221204;14.2;8;11.1;1.5;10.64;4.1;.71;7022
+64106;42.4882;8.98764;436;20221205;16;8.3;12.2;2;11.31;1.5;.9;7049
+64106;42.4882;8.98764;436;20221206;15.6;8.4;12;1.7;11.37;0;.77;7565
+64106;42.4882;8.98764;436;20221207;14.8;7.7;11.2;2;10.51;0;.87;7527
+64106;42.4882;8.98764;436;20221208;11.8;5.8;8.8;2.4;8.97;2;1.01;6368
+64106;42.4882;8.98764;436;20221209;16.7;8.3;12.5;3.1;11.57;1.2;1.23;6328
+64106;42.4882;8.98764;436;20221210;13.7;10.2;12;3.6;11.41;2.5;1.17;4807
+64106;42.4882;8.98764;436;20221211;10.3;5.4;7.8;5.8;6.97;0;1.67;6632
+64106;42.4882;8.98764;436;20221212;11.8;3.4;7.6;3.6;6.64;3.7;1.46;7793
+64106;42.4882;8.98764;436;20221213;9.9;5.1;7.5;2.9;10.24;6.6;.5;5188
+64106;42.4882;8.98764;436;20221214;13.3;8.1;10.7;2.7;11.71;7;.67;4628
+64106;42.4882;8.98764;436;20221215;14.5;7.2;10.9;3.8;11.84;22.2;.83;5588
+64106;42.4882;8.98764;436;20221216;13.3;9.6;11.4;2.8;11.34;4.1;1.11;3972
+64106;42.4882;8.98764;436;20221217;14.2;7.3;10.8;3.3;9.67;2.5;1.25;7707
+64106;42.4882;8.98764;436;20221218;13.6;5.7;9.6;1.8;9.71;0;.62;8085
+64106;42.4882;8.98764;436;20221219;13.4;5.5;9.5;1.4;9.27;0;.56;7641
+64106;42.4882;8.98764;436;20221220;13.9;5.7;9.8;1.5;9.21;0;.63;7865
+64106;42.4882;8.98764;436;20221221;13.3;5.1;9.2;1.6;9.41;2.7;.59;7579
+64106;42.4882;8.98764;436;20221222;16.2;8.3;12.2;4.8;10.61;.1;1.52;7734
+64106;42.4882;8.98764;436;20221223;18.5;10;14.2;7.1;11.37;.4;2.55;7274
+64106;42.4882;8.98764;436;20221224;19.6;11.3;15.4;5.9;11.01;0;2.66;7847
+64106;42.4882;8.98764;436;20221225;16.2;8.3;12.3;1.9;10.94;0;.86;7952
+64106;42.4882;8.98764;436;20221226;17.4;7.8;12.6;1.8;10.77;.2;.92;8142
+64106;42.4882;8.98764;436;20221227;17.5;7.6;12.5;4.3;8.84;0;2.05;8882
+64106;42.4882;8.98764;436;20221228;15.4;5.8;10.6;3.6;8.47;0;1.52;8548
+64106;42.4882;8.98764;436;20221229;16.3;6.3;11.3;1.7;8.74;0;.9;8472
+64106;42.4882;8.98764;436;20221230;15.5;7.2;11.3;1.7;9.84;.1;.92;7931
+64106;42.4882;8.98764;436;20221231;16.3;8.3;12.3;1.4;11.31;0;.66;8311
+64107;42.49078;9.29072;331;20220101;12.3;10.4;11.4;2.3;11.91;0;.86;2207
+64107;42.49078;9.29072;331;20220102;12.5;9.6;11;2.5;10.61;0;1.05;3526
+64107;42.49078;9.29072;331;20220103;16.9;7.6;12.3;3.6;9.74;.1;1.76;7467
+64107;42.49078;9.29072;331;20220104;13.6;7.8;10.7;2.4;10.97;.1;.9;6063
+64107;42.49078;9.29072;331;20220105;15.6;7.8;11.7;4;9.87;4.2;1.69;7291
+64107;42.49078;9.29072;331;20220106;8;3.9;5.9;3.6;8.5;11.2;.88;2454
+64107;42.49078;9.29072;331;20220107;11;5.4;8.2;3.7;7.11;0;1.52;6614
+64107;42.49078;9.29072;331;20220108;12;4.5;8.3;3.7;6.64;.6;1.62;7758
+64107;42.49078;9.29072;331;20220109;11.9;5.6;8.8;7;7.64;.5;1.98;6914
+64107;42.49078;9.29072;331;20220110;10.4;3.9;7.2;5.7;6.01;0;2.1;7158
+64107;42.49078;9.29072;331;20220111;12.1;5;8.5;6.2;5.51;0;2.69;7722
+64107;42.49078;9.29072;331;20220112;10.1;4;7;7.4;4.94;0;2.79;7429
+64107;42.49078;9.29072;331;20220113;11.3;3.9;7.6;6.2;4.74;0;2.84;8399
+64107;42.49078;9.29072;331;20220114;12.6;4.9;8.7;2.7;6.27;0;1.58;8798
+64107;42.49078;9.29072;331;20220115;13.4;4;8.7;1.7;7.14;0;1.04;9290
+64107;42.49078;9.29072;331;20220116;13;4.1;8.6;1.9;8.21;0;1.01;9235
+64107;42.49078;9.29072;331;20220117;12.8;4.2;8.5;2.4;8.47;0;1.12;9194
+64107;42.49078;9.29072;331;20220118;12.6;4;8.3;1.6;8.84;0;.86;9002
+64107;42.49078;9.29072;331;20220119;12.7;4.7;8.7;2.1;8.64;0;1.07;8218
+64107;42.49078;9.29072;331;20220120;12;5.6;8.8;3.1;8.37;.1;1.34;8156
+64107;42.49078;9.29072;331;20220121;12.1;5.1;8.6;2.8;8.11;0;1.35;8681
+64107;42.49078;9.29072;331;20220122;11.3;2.9;7.1;2.2;5.77;0;1.35;9998
+64107;42.49078;9.29072;331;20220123;12;2.8;7.4;1.9;7.07;0;1.13;10308
+64107;42.49078;9.29072;331;20220124;12;4.4;8.2;2.4;7.91;0;1.29;9713
+64107;42.49078;9.29072;331;20220125;11.8;5.6;8.7;2.6;8.11;0;1.3;8202
+64107;42.49078;9.29072;331;20220126;12.3;4.3;8.3;3.2;8.21;0;1.47;9263
+64107;42.49078;9.29072;331;20220127;13.4;4.6;9;2.5;8.11;0;1.42;9731
+64107;42.49078;9.29072;331;20220128;13;5.2;9.1;2.3;8.54;0;1.31;10106
+64107;42.49078;9.29072;331;20220129;13.3;4.8;9.1;2.7;8.21;.1;1.51;10075
+64107;42.49078;9.29072;331;20220130;13.3;5.1;9.2;1.8;8.74;0;1.18;10563
+64107;42.49078;9.29072;331;20220131;13;5.2;9.1;4.8;8.71;0;1.84;9183
+64107;42.49078;9.29072;331;20220201;13.9;8;10.9;5.1;5.21;0;3.35;8808
+64107;42.49078;9.29072;331;20220202;16.5;3.8;10.2;2.5;7.14;0;1.85;12199
+64107;42.49078;9.29072;331;20220203;15.5;5.9;10.7;2.4;10.41;0;1.39;10588
+64107;42.49078;9.29072;331;20220204;14.2;8.5;11.4;2.8;11.04;0;1.41;8696
+64107;42.49078;9.29072;331;20220205;14.1;6.5;10.3;1.7;10.11;0;1.25;10133
+64107;42.49078;9.29072;331;20220206;14.2;5.8;10;3;9.67;0;1.58;11433
+64107;42.49078;9.29072;331;20220207;16;6.4;11.2;7.3;8.17;.1;3.18;11830
+64107;42.49078;9.29072;331;20220208;14.2;4.6;9.4;2.4;6.01;0;2;12714
+64107;42.49078;9.29072;331;20220209;14.1;4.8;9.5;2;7.84;0;1.66;12467
+64107;42.49078;9.29072;331;20220210;12.5;5.4;8.9;2.7;8.94;0;1.67;10988
+64107;42.49078;9.29072;331;20220211;13.2;7;10.1;3.1;9.74;0;1.62;10567
+64107;42.49078;9.29072;331;20220212;13.4;7;10.2;5.9;8.94;0;2.36;11219
+64107;42.49078;9.29072;331;20220213;12.1;5.6;8.9;2.4;8.87;.7;1.46;10059
+64107;42.49078;9.29072;331;20220214;13.4;6;9.7;3.2;9.67;5.4;1.65;10909
+64107;42.49078;9.29072;331;20220215;13.4;6.6;10;6.3;7.87;0;2.65;10989
+64107;42.49078;9.29072;331;20220216;13.3;4.1;8.7;2.9;7.64;0;1.94;13569
+64107;42.49078;9.29072;331;20220217;15.5;6.6;11.1;2.6;10.17;.1;1.79;12768
+64107;42.49078;9.29072;331;20220218;16.1;7;11.6;2.6;11.07;0;1.86;13996
+64107;42.49078;9.29072;331;20220219;15;8.4;11.7;2.1;11.41;0;1.57;10539
+64107;42.49078;9.29072;331;20220220;15.1;7.2;11.1;3.5;10.87;0;1.91;12548
+64107;42.49078;9.29072;331;20220221;15.9;6;10.9;8.8;8.17;0;3.42;13128
+64107;42.49078;9.29072;331;20220222;16.1;9.5;12.8;4.4;6.14;0;3.67;13156
+64107;42.49078;9.29072;331;20220223;14.9;4.3;9.6;2.4;8.17;0;2.08;15340
+64107;42.49078;9.29072;331;20220224;13.8;5.6;9.7;2.7;9.41;.1;1.83;12852
+64107;42.49078;9.29072;331;20220225;15.4;6.1;10.8;4.2;8.77;0;2.58;14637
+64107;42.49078;9.29072;331;20220226;11.4;5.4;8.4;7.6;5.41;0;3.52;12825
+64107;42.49078;9.29072;331;20220227;10.4;3.7;7.1;5.8;4.41;0;3.27;13699
+64107;42.49078;9.29072;331;20220228;12.7;3.4;8;4.3;6.21;0;2.78;16079
+64107;42.49078;9.29072;331;20220301;9.9;3.4;6.6;5.1;5.27;0;2.78;13943
+64107;42.49078;9.29072;331;20220302;11;2;6.5;2.8;6.17;0;2.13;15829
+64107;42.49078;9.29072;331;20220303;12.2;4.4;8.3;2.4;7.57;0;1.98;13577
+64107;42.49078;9.29072;331;20220304;11.3;6.2;8.7;3.4;8.44;6.2;1.95;12045
+64107;42.49078;9.29072;331;20220305;11;3.6;7.3;5.2;5.67;0;2.87;14970
+64107;42.49078;9.29072;331;20220306;10.4;2.7;6.5;4.3;5.17;.1;2.73;15673
+64107;42.49078;9.29072;331;20220307;10.7;1.8;6.3;4.2;5.31;0;2.73;17202
+64107;42.49078;9.29072;331;20220308;11.1;2.5;6.8;4.6;5.37;0;2.92;16752
+64107;42.49078;9.29072;331;20220309;12.2;2.1;7.1;3.4;4.94;0;2.85;18241
+64107;42.49078;9.29072;331;20220310;13.2;3.1;8.2;1.8;7.14;0;2.2;17068
+64107;42.49078;9.29072;331;20220311;13.7;4.9;9.3;3;8.27;0;2.39;16609
+64107;42.49078;9.29072;331;20220312;13.1;8.4;10.8;5.4;7.94;.9;2.96;11405
+64107;42.49078;9.29072;331;20220313;12;8.3;10.1;5.6;9.11;3;2.23;10158
+64107;42.49078;9.29072;331;20220314;15.5;9.9;12.7;4.8;11.64;0;2.23;13037
+64107;42.49078;9.29072;331;20220315;15;11;13;4.5;11.31;0;2.23;10624
+64107;42.49078;9.29072;331;20220316;15;9.4;12.2;4;11.54;0;1.97;10619
+64107;42.49078;9.29072;331;20220317;15.8;10.7;13.3;4.9;10.71;0;2.78;10161
+64107;42.49078;9.29072;331;20220318;13.3;9.7;11.5;5.6;9.67;.1;2.48;5563
+64107;42.49078;9.29072;331;20220319;12.2;8.9;10.6;5.4;9.27;.3;2.28;4726
+64107;42.49078;9.29072;331;20220320;13.1;8.5;10.8;4.4;9.07;.5;2.56;10458
+64107;42.49078;9.29072;331;20220321;12.5;5.5;9;5.1;6.34;0;3.34;16915
+64107;42.49078;9.29072;331;20220322;14.9;4;9.4;5.1;5.91;0;3.89;20352
+64107;42.49078;9.29072;331;20220323;14.6;5.2;9.9;3.5;6.47;0;3.47;21074
+64107;42.49078;9.29072;331;20220324;15.3;6.4;10.8;2.5;7.27;0;3.23;20318
+64107;42.49078;9.29072;331;20220325;15.6;5.9;10.8;4.2;8.04;0;3.41;20861
+64107;42.49078;9.29072;331;20220326;15.6;6.5;11.1;3.3;7.84;.1;3.21;17768
+64107;42.49078;9.29072;331;20220327;20;11.4;15.7;5.1;8.21;.2;4.7;15421
+64107;42.49078;9.29072;331;20220328;17.5;9.5;13.5;2.7;9.04;0;3.38;18305
+64107;42.49078;9.29072;331;20220329;15.5;7.6;11.5;3.6;10.14;4;2.85;17961
+64107;42.49078;9.29072;331;20220330;14.6;9.6;12.1;2.5;13.27;11.2;1.6;9218
+64107;42.49078;9.29072;331;20220331;15.6;10.2;12.9;5.2;12.27;.4;2.58;13147
+64107;42.49078;9.29072;331;20220401;14.2;8.9;11.5;9.1;7.2;1.6;4.14;12129
+64107;42.49078;9.29072;331;20220402;9.8;3;6.4;5.7;7.42;7.9;2.21;9600
+64107;42.49078;9.29072;331;20220403;11.7;3.1;7.4;3.7;7.69;6.3;2.46;14541
+64107;42.49078;9.29072;331;20220404;12.3;5;8.6;4;7.8;.2;3.06;21106
+64107;42.49078;9.29072;331;20220405;13;5.4;9.2;2.6;7.84;0;3.09;22564
+64107;42.49078;9.29072;331;20220406;11.9;5.2;8.6;3.4;8.8;2.1;2.14;11963
+64107;42.49078;9.29072;331;20220407;16.5;5.7;11.1;9.9;9;0;4.28;20283
+64107;42.49078;9.29072;331;20220408;20.9;11.7;16.3;10.8;10.57;0;6.17;20769
+64107;42.49078;9.29072;331;20220409;16.3;12.8;14.5;11.1;7.9;0;5.61;15157
+64107;42.49078;9.29072;331;20220410;14.1;7.1;10.6;3.8;7.48;0;3.68;22483
+64107;42.49078;9.29072;331;20220411;14.7;5.7;10.2;4;8.8;0;3.47;23935
+64107;42.49078;9.29072;331;20220412;15.8;6.9;11.4;4.8;10.77;0;2.79;18353
+64107;42.49078;9.29072;331;20220413;16.7;9.3;13;3.3;10.87;0;3.34;20007
+64107;42.49078;9.29072;331;20220414;18;8.4;13.2;2.5;9.77;0;3.4;19090
+64107;42.49078;9.29072;331;20220415;20.7;10.1;15.4;2.5;10.07;0;4.21;22793
+64107;42.49078;9.29072;331;20220416;21.2;10.2;15.7;4.6;9.07;0;5.45;25645
+64107;42.49078;9.29072;331;20220417;16;11.5;13.8;6.8;6.1;0;5.82;23947
+64107;42.49078;9.29072;331;20220418;16.3;7.4;11.9;4.1;7.37;0;4.5;25501
+64107;42.49078;9.29072;331;20220419;17.1;8.3;12.7;3.4;10.2;0;3.85;23936
+64107;42.49078;9.29072;331;20220420;18;9.7;13.8;3.4;12.6;1.3;2.97;16483
+64107;42.49078;9.29072;331;20220421;14.8;10.4;12.6;5.5;13.27;26.8;2.21;11178
+64107;42.49078;9.29072;331;20220422;15.7;10.2;13;5.2;13.14;2.6;2.63;14941
+64107;42.49078;9.29072;331;20220423;16.8;9.2;13;4.2;12.24;2.1;3.05;17022
+64107;42.49078;9.29072;331;20220424;14.5;8.1;11.3;5.5;10.74;4.6;2.94;16024
+64107;42.49078;9.29072;331;20220425;18.6;9.7;14.2;5.6;11.57;0;4.56;24669
+64107;42.49078;9.29072;331;20220426;17.6;10.2;13.9;3.6;12.1;.1;4.1;25917
+64107;42.49078;9.29072;331;20220427;18.1;10;14.1;2.6;12.07;0;3.86;25170
+64107;42.49078;9.29072;331;20220428;21.6;10.3;16;4.9;9.67;0;5.75;27483
+64107;42.49078;9.29072;331;20220429;20.8;11.6;16.2;5.7;8.27;0;6.19;25924
+64107;42.49078;9.29072;331;20220430;18.8;10.4;14.6;3;10.2;0;4.39;24393
+64107;42.49078;9.29072;331;20220501;18.4;11.7;15;2.7;10.77;0;4.03;21442
+64107;42.49078;9.29072;331;20220502;18.7;10.8;14.8;2.7;10.34;0;4.48;25987
+64107;42.49078;9.29072;331;20220503;19.4;10.9;15.1;2.6;11.74;0;4.18;23773
+64107;42.49078;9.29072;331;20220504;18.3;11.8;15;2.6;13.47;.5;3.59;21140
+64107;42.49078;9.29072;331;20220505;14.7;12.5;13.6;2.8;14.24;13.9;1.7;7435
+64107;42.49078;9.29072;331;20220506;15.8;10.5;13.2;6.3;14.64;6.4;2.48;17803
+64107;42.49078;9.29072;331;20220507;18.7;12.7;15.7;4.7;14.57;1.7;3.6;18500
+64107;42.49078;9.29072;331;20220508;21;12.2;16.6;4.5;13.24;0;4.71;24026
+64107;42.49078;9.29072;331;20220509;21.5;12.4;16.9;3.7;13.31;0;5.12;28177
+64107;42.49078;9.29072;331;20220510;21.3;12.2;16.7;1.9;13.44;.1;4.83;29290
+64107;42.49078;9.29072;331;20220511;21.4;12.5;17;2.6;12.84;0;4.98;28141
+64107;42.49078;9.29072;331;20220512;21.2;12.2;16.7;2;13.37;0;4.66;27567
+64107;42.49078;9.29072;331;20220513;21.4;12.1;16.8;2;12.77;0;4.79;27771
+64107;42.49078;9.29072;331;20220514;21.6;12.4;17;2;12.81;0;4.83;27944
+64107;42.49078;9.29072;331;20220515;21.8;12.6;17.2;1.6;14.04;0;4.49;26276
+64107;42.49078;9.29072;331;20220516;22.9;12.8;17.9;2;14.37;0;4.88;27890
+64107;42.49078;9.29072;331;20220517;23.3;14.6;18.9;2;14.57;0;5.06;27615
+64107;42.49078;9.29072;331;20220518;24.4;14.5;19.5;2.3;13.91;0;5.68;30082
+64107;42.49078;9.29072;331;20220519;26.1;16.4;21.2;3;14.24;0;6.16;29102
+64107;42.49078;9.29072;331;20220520;24.5;13.9;19.2;3.3;15.04;.2;5.9;30384
+64107;42.49078;9.29072;331;20220521;24.3;14.7;19.5;2.5;16.54;0;5.37;29367
+64107;42.49078;9.29072;331;20220522;23.7;15.1;19.4;2;15.87;.2;5.07;27557
+64107;42.49078;9.29072;331;20220523;25.9;15.1;20.5;2.5;16.84;0;5.53;29501
+64107;42.49078;9.29072;331;20220524;25.7;16.3;21;3.3;18.81;.3;5.2;24947
+64107;42.49078;9.29072;331;20220525;24.5;16.5;20.5;2.5;18.94;1.9;4.6;23433
+64107;42.49078;9.29072;331;20220526;26.5;17.3;21.9;2.5;19.94;0;5.54;28644
+64107;42.49078;9.29072;331;20220527;30.7;17.9;24.3;2.7;14.94;0;6.56;27758
+64107;42.49078;9.29072;331;20220528;28.7;19.5;24.1;2.8;16.27;.5;6.61;28911
+64107;42.49078;9.29072;331;20220529;24.4;17.7;21;3.5;19.41;.2;4.86;22586
+64107;42.49078;9.29072;331;20220530;25;14.9;19.9;2.1;18.16;.1;5.13;27432
+64107;42.49078;9.29072;331;20220531;24.7;16.4;20.5;2.4;19.27;.3;5.36;28822
+64107;42.49078;9.29072;331;20220601;24.8;16.5;20.7;2.3;20.14;.1;5.25;28789
+64107;42.49078;9.29072;331;20220602;28.4;17.1;22.7;2.2;20.71;0;5.82;30008
+64107;42.49078;9.29072;331;20220603;29.6;20.3;25;2.3;20.21;.1;5.73;25295
+64107;42.49078;9.29072;331;20220604;30.8;19;24.9;2.5;21.44;.3;6.34;28663
+64107;42.49078;9.29072;331;20220605;27.3;20.6;23.9;3.9;22.44;.1;5.3;22640
+64107;42.49078;9.29072;331;20220606;27.9;18.2;23.1;4;17.97;0;6.99;29190
+64107;42.49078;9.29072;331;20220607;29.9;17.1;23.5;5.9;14.77;0;8.47;31604
+64107;42.49078;9.29072;331;20220608;25.7;18.2;22;5.5;15.54;0;6.84;26511
+64107;42.49078;9.29072;331;20220609;26.6;17.2;21.9;5.5;15.54;0;7.1;28870
+64107;42.49078;9.29072;331;20220610;26.8;16.7;21.8;3.4;13.27;0;7.11;31571
+64107;42.49078;9.29072;331;20220611;28.8;17.4;23.1;3.1;12.64;0;7.48;31746
+64107;42.49078;9.29072;331;20220612;28.6;17.1;22.9;2.2;12.44;0;6.8;31773
+64107;42.49078;9.29072;331;20220613;28.7;17.9;23.3;2.2;16.34;.2;6.49;30691
+64107;42.49078;9.29072;331;20220614;27.6;17.8;22.7;2.6;20.81;.1;5.94;29723
+64107;42.49078;9.29072;331;20220615;27.4;17.8;22.6;2.1;20.67;0;5.46;27441
+64107;42.49078;9.29072;331;20220616;27.4;18.6;23;2.3;19.47;0;6.08;30223
+64107;42.49078;9.29072;331;20220617;28.6;18.6;23.6;2.3;19.64;0;6.35;30959
+64107;42.49078;9.29072;331;20220618;30.8;20.6;25.7;2.7;18.97;0;7.15;31370
+64107;42.49078;9.29072;331;20220619;29.5;19.8;24.7;2.4;18.81;0;6.64;30546
+64107;42.49078;9.29072;331;20220620;27.9;18.3;23.1;2.8;19.94;.1;6.24;30833
+64107;42.49078;9.29072;331;20220621;29.9;20;24.9;2.5;19.31;.2;6.4;28343
+64107;42.49078;9.29072;331;20220622;29.5;21.1;25.3;2.6;22.07;1.6;5.78;25412
+64107;42.49078;9.29072;331;20220623;27;20.4;23.7;2.3;24.61;2.1;4.05;18169
+64107;42.49078;9.29072;331;20220624;28.4;20.5;24.5;3.8;23.57;.2;6.1;28243
+64107;42.49078;9.29072;331;20220625;28.1;19.5;23.8;2.5;21.61;1.1;6.04;28891
+64107;42.49078;9.29072;331;20220626;31;20.7;25.9;3.9;21.27;0;6.96;29298
+64107;42.49078;9.29072;331;20220627;30.6;22.6;26.6;3.2;23.81;0;6.17;25476
+64107;42.49078;9.29072;331;20220628;31.2;22.9;27;4.3;24.14;3.7;6.16;20862
+64107;42.49078;9.29072;331;20220629;27.8;18.8;23.3;4.5;20.81;0;6.48;29972
+64107;42.49078;9.29072;331;20220630;27.1;17.9;22.5;2.3;20.14;0;5.99;30479
+64107;42.49078;9.29072;331;20220701;27.7;19.1;23.4;3;21.91;0;6.05;29765
+64107;42.49078;9.29072;331;20220702;27.7;17.7;22.7;2.1;20.97;0;6.1;31452
+64107;42.49078;9.29072;331;20220703;30.7;18.6;24.7;1.7;19.11;0;6.54;31516
+64107;42.49078;9.29072;331;20220704;32;19.7;25.9;2.2;16.71;0;7.11;31470
+64107;42.49078;9.29072;331;20220705;31.5;20;25.7;3.3;17.04;0;7.67;30871
+64107;42.49078;9.29072;331;20220706;29.5;20.5;25;3.7;20.47;0;6.91;28736
+64107;42.49078;9.29072;331;20220707;28.6;20.1;24.4;2.4;22.47;.1;6.23;30133
+64107;42.49078;9.29072;331;20220708;29.3;19.7;24.5;3.5;18.91;0;6.92;30891
+64107;42.49078;9.29072;331;20220709;29.2;20.3;24.8;2.8;16.44;0;6.91;29972
+64107;42.49078;9.29072;331;20220710;28.3;19.2;23.7;2.4;17.41;0;6.34;29171
+64107;42.49078;9.29072;331;20220711;28;19;23.5;2.4;18.17;0;6.41;30771
+64107;42.49078;9.29072;331;20220712;28.1;19.7;23.9;2.7;20.64;.1;6.19;29323
+64107;42.49078;9.29072;331;20220713;30.3;19.5;24.9;2.8;21.84;0;6.44;29925
+64107;42.49078;9.29072;331;20220714;29.6;20.1;24.9;2.1;21.87;.6;6.26;29702
+64107;42.49078;9.29072;331;20220715;28.9;20.4;24.6;2.6;22.57;0;6.28;30039
+64107;42.49078;9.29072;331;20220716;30.1;20.8;25.5;2.4;22.44;0;6.46;29965
+64107;42.49078;9.29072;331;20220717;31.6;21.5;26.6;2.2;24.57;0;6.29;29381
+64107;42.49078;9.29072;331;20220718;32.7;21.7;27.2;1.7;23.34;0;6.51;29871
+64107;42.49078;9.29072;331;20220719;32.3;22.5;27.4;2;21.97;.1;6.58;29424
+64107;42.49078;9.29072;331;20220720;32;22.1;27;2.2;21.84;.2;6.61;28806
+64107;42.49078;9.29072;331;20220721;31.6;22.6;27.1;2.3;20.31;0;6.82;29171
+64107;42.49078;9.29072;331;20220722;30.7;21.9;26.3;2.5;24.17;0;6.65;30371
+64107;42.49078;9.29072;331;20220723;30.7;21.5;26.1;3;24.47;0;6.32;27654
+64107;42.49078;9.29072;331;20220724;30.2;22.8;26.5;2.6;23.81;0;5.99;25470
+64107;42.49078;9.29072;331;20220725;30.3;22;26.2;2.8;25.01;0;6.06;26719
+64107;42.49078;9.29072;331;20220726;30.6;22.6;26.6;4;24.34;0;6.8;28198
+64107;42.49078;9.29072;331;20220727;30.2;22.2;26.2;3.4;21.77;0;6.79;27801
+64107;42.49078;9.29072;331;20220728;29.6;20.7;25.1;2.1;22.84;0;5.9;27737
+64107;42.49078;9.29072;331;20220729;29.7;21.3;25.5;2.7;23.77;.3;5.82;26315
+64107;42.49078;9.29072;331;20220730;29.7;21.3;25.5;3.8;22.94;0;6.63;28508
+64107;42.49078;9.29072;331;20220731;30.2;20;25.1;2.3;21.31;.2;6.29;29449
+64107;42.49078;9.29072;331;20220801;32.2;20.3;26.2;2.5;20.21;0;6.79;29332
+64107;42.49078;9.29072;331;20220802;30.3;21.8;26.1;2.5;23.54;0;6.06;26711
+64107;42.49078;9.29072;331;20220803;31.9;21.1;26.5;2;20.97;0;6.39;28810
+64107;42.49078;9.29072;331;20220804;30.9;21.2;26.1;2.2;21.81;0;6.34;28711
+64107;42.49078;9.29072;331;20220805;30.6;21.5;26.1;2.2;22.47;0;5.88;26482
+64107;42.49078;9.29072;331;20220806;30.6;21.3;26;1.7;24.01;0;5.66;26968
+64107;42.49078;9.29072;331;20220807;31.3;21.6;26.5;2.8;24.71;0;6.41;28582
+64107;42.49078;9.29072;331;20220808;31.3;22.5;26.9;3.2;22.64;.4;6.49;26827
+64107;42.49078;9.29072;331;20220809;31;21.9;26.4;3.5;19.81;.2;6.99;27976
+64107;42.49078;9.29072;331;20220810;31;22.2;26.6;3.8;20.17;0;6.7;26049
+64107;42.49078;9.29072;331;20220811;30.4;22;26.2;3.4;17.67;0;6.57;24796
+64107;42.49078;9.29072;331;20220812;29.7;20.2;25;2.6;17.91;0;5.94;25230
+64107;42.49078;9.29072;331;20220813;27.3;19.3;23.3;2.8;21.11;1;4.97;23216
+64107;42.49078;9.29072;331;20220814;29.4;20.3;24.9;2.9;18.47;1.2;5.68;23247
+64107;42.49078;9.29072;331;20220815;30.7;20.7;25.7;2.9;22.01;1.6;5.42;22149
+64107;42.49078;9.29072;331;20220816;29.2;21;25.1;2.1;24.07;3.6;5.17;24600
+64107;42.49078;9.29072;331;20220817;30.2;21;25.6;3.6;24.71;.6;5.66;24331
+64107;42.49078;9.29072;331;20220818;27.1;24.1;25.6;3.5;23.41;5.5;4.28;14397
+64107;42.49078;9.29072;331;20220819;26.3;16.8;21.5;3.2;19.94;.5;4.84;24308
+64107;42.49078;9.29072;331;20220820;28.1;18.6;23.3;2.3;18.87;0;5.4;25970
+64107;42.49078;9.29072;331;20220821;27.8;19.8;23.8;2.3;21.47;0;4.87;23037
+64107;42.49078;9.29072;331;20220822;27.4;19.2;23.3;2.6;22.01;0;4.85;23408
+64107;42.49078;9.29072;331;20220823;28.3;19;23.6;2;20.87;0;5.02;24863
+64107;42.49078;9.29072;331;20220824;30.3;19.7;25;2.9;17.84;0;6.03;25685
+64107;42.49078;9.29072;331;20220825;29.7;20.2;25;3.1;17.64;0;6.12;25005
+64107;42.49078;9.29072;331;20220826;29.1;20.4;24.7;2.3;20.87;.1;5.16;23706
+64107;42.49078;9.29072;331;20220827;28.4;20.3;24.3;2.4;22.51;0;4.67;21730
+64107;42.49078;9.29072;331;20220828;28.7;20.8;24.8;2.5;23.34;.1;4.75;21257
+64107;42.49078;9.29072;331;20220829;28;20.4;24.2;2.4;23.04;0;4.67;22391
+64107;42.49078;9.29072;331;20220830;28.6;20.1;24.3;2.2;22.37;.3;4.64;21954
+64107;42.49078;9.29072;331;20220831;27.9;19.6;23.7;3.1;22.07;0;4.53;20217
+64107;42.49078;9.29072;331;20220901;28.1;21.1;24.6;2.6;21.67;0;4.46;19072
+64107;42.49078;9.29072;331;20220902;27.2;20.1;23.6;2.2;21.91;.8;4.03;18908
+64107;42.49078;9.29072;331;20220903;27.3;20.4;23.8;2.6;21.94;1.3;4.21;19170
+64107;42.49078;9.29072;331;20220904;28.9;20.5;24.7;2.7;21.94;0;4.85;22044
+64107;42.49078;9.29072;331;20220905;28.8;20.7;24.7;2.3;22.07;0;4.67;22523
+64107;42.49078;9.29072;331;20220906;29;20.2;24.6;2.8;23.44;1;4.48;21362
+64107;42.49078;9.29072;331;20220907;29.5;20.8;25.1;2.6;24.44;.6;4.59;21225
+64107;42.49078;9.29072;331;20220908;29.9;21.5;25.7;3.9;23.24;.6;5.06;19647
+64107;42.49078;9.29072;331;20220909;29.2;19.7;24.4;6.3;15.21;0;7.09;21796
+64107;42.49078;9.29072;331;20220910;28;19.3;23.7;6.2;15.81;.1;6.19;21222
+64107;42.49078;9.29072;331;20220911;26.7;17.8;22.2;4.7;17.01;0;5.21;20611
+64107;42.49078;9.29072;331;20220912;26.1;17.1;21.6;2.3;18.84;0;4.16;21520
+64107;42.49078;9.29072;331;20220913;27.2;17.3;22.3;2.3;20.04;0;4.05;20895
+64107;42.49078;9.29072;331;20220914;29.1;20.2;24.7;3.2;22.11;1.6;4.31;17869
+64107;42.49078;9.29072;331;20220915;29.8;21.6;25.7;4.5;20.97;0;5.22;17474
+64107;42.49078;9.29072;331;20220916;30.7;20.9;25.8;7.5;15.24;0;7.48;20899
+64107;42.49078;9.29072;331;20220917;24.6;17.9;21.2;7.3;11.81;.3;6.48;18253
+64107;42.49078;9.29072;331;20220918;24.5;14.1;19.3;2.9;11.24;.1;4.33;20528
+64107;42.49078;9.29072;331;20220919;25.3;15.3;20.3;2.9;13.84;0;4.36;20247
+64107;42.49078;9.29072;331;20220920;24.8;17.2;21;3.2;15.57;0;4.22;19196
+64107;42.49078;9.29072;331;20220921;24.8;15.9;20.3;4.1;12.57;.1;4.95;18752
+64107;42.49078;9.29072;331;20220922;22.4;15.2;18.8;5.2;9.74;0;5.27;18478
+64107;42.49078;9.29072;331;20220923;22.8;14.1;18.4;3.1;10.34;0;4.15;18462
+64107;42.49078;9.29072;331;20220924;20.8;14.6;17.7;2.2;14.41;4.8;2.63;12802
+64107;42.49078;9.29072;331;20220925;22.6;15.3;19;2.8;17.87;1.7;3.07;16912
+64107;42.49078;9.29072;331;20220926;23.7;15.6;19.7;4.9;15.34;0;4;16189
+64107;42.49078;9.29072;331;20220927;22.5;13.5;18;8.9;11.21;.5;5.4;17483
+64107;42.49078;9.29072;331;20220928;24.3;14.3;19.3;8;12.31;0;5.16;16988
+64107;42.49078;9.29072;331;20220929;22.9;16;19.5;6.2;13.54;2.4;4.45;14938
+64107;42.49078;9.29072;331;20220930;19.3;12.9;16.1;3.4;14.54;5.4;2.52;11435
+64107;42.49078;9.29072;331;20221001;21.8;11.9;16.8;6.7;12.37;0;4.27;17433
+64107;42.49078;9.29072;331;20221002;26.6;15.7;21.2;6.6;14.07;0;5.35;16606
+64107;42.49078;9.29072;331;20221003;23;15.3;19.1;3.5;14.81;0;3.38;15639
+64107;42.49078;9.29072;331;20221004;22.4;14.2;18.3;2.1;17.04;.1;2.82;17528
+64107;42.49078;9.29072;331;20221005;23.1;14.1;18.6;2.1;16.41;0;2.86;17040
+64107;42.49078;9.29072;331;20221006;21.9;13.8;17.8;1.8;16.04;0;2.55;15902
+64107;42.49078;9.29072;331;20221007;21.8;13;17.4;1.7;15.17;.1;2.68;16666
+64107;42.49078;9.29072;331;20221008;22.9;13.7;18.3;1.7;15.57;.8;2.6;15895
+64107;42.49078;9.29072;331;20221009;21.9;15.4;18.6;2.4;16.61;5.8;2.39;11980
+64107;42.49078;9.29072;331;20221010;22.2;14.7;18.4;2.8;16.41;3.9;2.64;14069
+64107;42.49078;9.29072;331;20221011;22.4;14.2;18.3;2.3;16.81;0;2.38;13455
+64107;42.49078;9.29072;331;20221012;20.5;15.1;17.8;2.1;16.91;0;2.01;10997
+64107;42.49078;9.29072;331;20221013;22.2;15.2;18.7;3.4;15.31;0;2.98;13631
+64107;42.49078;9.29072;331;20221014;22.1;14.4;18.2;4;14.94;0;3.11;14301
+64107;42.49078;9.29072;331;20221015;22.8;14.2;18.5;2.3;15.57;.1;2.68;15563
+64107;42.49078;9.29072;331;20221016;23.4;15;19.2;1.7;16.14;0;2.34;13738
+64107;42.49078;9.29072;331;20221017;23.5;15.3;19.4;2.7;17.21;.1;2.49;14434
+64107;42.49078;9.29072;331;20221018;22.8;14.4;18.6;2.8;17.67;0;2.35;14116
+64107;42.49078;9.29072;331;20221019;21.8;15.4;18.6;1.8;17.84;.1;2.05;13043
+64107;42.49078;9.29072;331;20221020;21.6;13.7;17.7;2.3;17.64;.1;2.01;12862
+64107;42.49078;9.29072;331;20221021;24;14.4;19.2;2.5;17.44;0;2;10292
+64107;42.49078;9.29072;331;20221022;24.9;16;20.4;2.2;17.54;0;2.42;12555
+64107;42.49078;9.29072;331;20221023;25.7;16.7;21.2;2.1;17.47;0;2.48;12681
+64107;42.49078;9.29072;331;20221024;25.3;16.8;21.1;1.9;16.57;0;2.36;12003
+64107;42.49078;9.29072;331;20221025;24.6;15.5;20.1;2.7;16.04;.1;2.53;11731
+64107;42.49078;9.29072;331;20221026;23.6;14.9;19.3;1.7;17.04;0;1.84;11424
+64107;42.49078;9.29072;331;20221027;23.3;14.9;19.1;1.3;15.94;0;1.68;11239
+64107;42.49078;9.29072;331;20221028;22.9;13.2;18.1;1.4;16.47;0;1.64;11301
+64107;42.49078;9.29072;331;20221029;23.3;14.7;19;2.2;15.17;.1;2.29;11930
+64107;42.49078;9.29072;331;20221030;23.8;13.4;18.6;1.6;14.21;0;1.98;12022
+64107;42.49078;9.29072;331;20221031;22;12.6;17.3;1.7;14.27;.1;1.84;11183
+64107;42.49078;9.29072;331;20221101;21.3;12.6;17;1.7;14.64;0;1.7;10877
+64107;42.49078;9.29072;331;20221102;22.4;14.1;18.2;1.7;16.27;.4;1.72;10448
+64107;42.49078;9.29072;331;20221103;21.1;14.2;17.6;2.7;16.01;8.5;1.88;10042
+64107;42.49078;9.29072;331;20221104;19.7;13.2;16.4;7.2;12.37;0;3.29;9157
+64107;42.49078;9.29072;331;20221105;18;10.3;14.1;4.7;10.64;1.5;2.57;10170
+64107;42.49078;9.29072;331;20221106;19.9;11;15.4;2.8;9.21;0;2.55;10877
+64107;42.49078;9.29072;331;20221107;20.9;11.3;16.1;2.6;11.64;.1;2.09;10655
+64107;42.49078;9.29072;331;20221108;20.5;12.1;16.3;1.9;13.27;.3;1.6;10385
+64107;42.49078;9.29072;331;20221109;20.5;12.7;16.6;2.4;14.47;0;1.63;9559
+64107;42.49078;9.29072;331;20221110;21.6;14;17.8;2.7;15.57;.4;1.82;9243
+64107;42.49078;9.29072;331;20221111;21.4;14.6;18;3.3;15.24;0;2.08;8717
+64107;42.49078;9.29072;331;20221112;19.4;12;15.7;4;10.81;0;2.65;8117
+64107;42.49078;9.29072;331;20221113;17.1;13;15;4.4;10.27;1.8;2.64;6911
+64107;42.49078;9.29072;331;20221114;18.4;10.4;14.4;2;10.91;1.9;1.53;9142
+64107;42.49078;9.29072;331;20221115;15.6;10.4;13;2.8;14.11;12.9;1;5307
+64107;42.49078;9.29072;331;20221116;20;12.5;16.3;4.5;14.54;2.4;1.96;9063
+64107;42.49078;9.29072;331;20221117;20.9;11.8;16.3;4.8;12.84;1.9;2.56;8835
+64107;42.49078;9.29072;331;20221118;18.8;12.1;15.5;6.1;11.94;0;2.51;7755
+64107;42.49078;9.29072;331;20221119;15.6;10.8;13.2;2.8;10.24;1.6;1.72;5993
+64107;42.49078;9.29072;331;20221120;16.4;9.2;12.8;3.1;10.17;0;1.71;8664
+64107;42.49078;9.29072;331;20221121;16.6;8;12.3;3.9;9.67;24.4;1.94;8620
+64107;42.49078;9.29072;331;20221122;13.5;9.8;11.6;6.5;10.91;11.4;1.77;4662
+64107;42.49078;9.29072;331;20221123;15.4;10.6;13;6.4;9.34;0;2.38;5974
+64107;42.49078;9.29072;331;20221124;17.4;9.4;13.4;4.7;10.44;.3;2.22;8414
+64107;42.49078;9.29072;331;20221125;14.4;10.3;12.3;3.3;11.84;24.7;1.26;5101
+64107;42.49078;9.29072;331;20221126;15.2;8.7;12;6.9;10.67;.6;2.02;6079
+64107;42.49078;9.29072;331;20221127;15.1;9.3;12.2;4.7;7.91;0;2.49;6924
+64107;42.49078;9.29072;331;20221128;13.5;7.8;10.7;1.9;8.57;.9;1.25;5665
+64107;42.49078;9.29072;331;20221129;11.2;9.4;10.3;3.6;10.11;9.8;1.31;2223
+64107;42.49078;9.29072;331;20221130;13;8.3;10.7;4.9;9.04;0;1.79;5819
+64107;42.49078;9.29072;331;20221201;12.5;6.5;9.5;3.6;7.94;0;1.63;6497
+64107;42.49078;9.29072;331;20221202;13.6;6.3;10;2.7;8.74;.8;1.3;7025
+64107;42.49078;9.29072;331;20221203;15.1;9.9;12.5;3.7;11.17;13.2;1.41;5011
+64107;42.49078;9.29072;331;20221204;15.3;8.8;12.1;1.8;11.57;2.5;.87;6946
+64107;42.49078;9.29072;331;20221205;17.1;8.3;12.7;2.2;11.81;.9;1.04;7322
+64107;42.49078;9.29072;331;20221206;16.2;9.6;12.9;2.1;12.74;0;.89;6883
+64107;42.49078;9.29072;331;20221207;15.4;9.8;12.6;2;11.71;.1;.97;6784
+64107;42.49078;9.29072;331;20221208;12.8;8.1;10.5;2.7;10.34;.7;1.2;5115
+64107;42.49078;9.29072;331;20221209;18.8;8.9;13.9;4;11.97;0;1.7;6796
+64107;42.49078;9.29072;331;20221210;15.2;10.1;12.7;4.2;12.21;1.4;1.34;4664
+64107;42.49078;9.29072;331;20221211;12.3;6.2;9.2;6.8;6.74;0;2.36;6988
+64107;42.49078;9.29072;331;20221212;12.9;4.8;8.8;3.8;6.71;2.8;1.74;7269
+64107;42.49078;9.29072;331;20221213;10.9;6;8.4;4;10.54;6.8;.77;4972
+64107;42.49078;9.29072;331;20221214;12.8;8.3;10.6;3.2;12.47;7.4;.68;3809
+64107;42.49078;9.29072;331;20221215;15.1;8.7;11.9;3.3;12.81;9.4;.97;4389
+64107;42.49078;9.29072;331;20221216;15;9.7;12.4;3.4;11.84;2.6;1.31;5002
+64107;42.49078;9.29072;331;20221217;16.4;7.8;12.1;3.9;10.61;.5;1.51;8189
+64107;42.49078;9.29072;331;20221218;14.9;7.7;11.3;2.4;10.84;.2;.95;7348
+64107;42.49078;9.29072;331;20221219;14.1;7.3;10.7;1.4;10.37;0;.66;6999
+64107;42.49078;9.29072;331;20221220;14.5;6.8;10.7;1.7;10.07;0;.79;7205
+64107;42.49078;9.29072;331;20221221;14.6;6.6;10.6;2;10.17;2;.85;7223
+64107;42.49078;9.29072;331;20221222;17.3;8.7;13;5.1;11.34;0;1.71;7631
+64107;42.49078;9.29072;331;20221223;19;10.1;14.6;7.4;11.87;.1;2.68;7134
+64107;42.49078;9.29072;331;20221224;20.1;12.4;16.3;6.3;12.11;.1;2.8;7111
+64107;42.49078;9.29072;331;20221225;15.6;9.3;12.5;2.5;12.57;0;.82;6825
+64107;42.49078;9.29072;331;20221226;16.5;9;12.8;1.8;12.41;.1;.81;6076
+64107;42.49078;9.29072;331;20221227;18.1;9.1;13.6;4.6;10.44;0;2.12;8204
+64107;42.49078;9.29072;331;20221228;15.8;7.6;11.7;3.6;9.74;0;1.6;7599
+64107;42.49078;9.29072;331;20221229;16.6;6.9;11.7;1.7;9.74;0;.9;8148
+64107;42.49078;9.29072;331;20221230;17.1;8.5;12.8;2.1;10.27;0;1.19;7662
+64107;42.49078;9.29072;331;20221231;16.7;9.3;13;2.2;11.91;0;.97;7600
+64108;42.48672;9.48739;6;20220101;16.5;11.2;13.9;2.6;11.5;0;1.15;5000
+64108;42.48672;9.48739;6;20220102;14;11.6;12.8;2.4;10.6;0;1.15;2000
+64108;42.48672;9.48739;6;20220103;15.9;5.8;10.9;2.3;10.3;.1;.88;5900
+64108;42.48672;9.48739;6;20220104;15.9;6.5;11.2;2;11.1;.1;.77;4600
+64108;42.48672;9.48739;6;20220105;16.3;9.1;12.7;3;10.4;2.5;1.33;4000
+64108;42.48672;9.48739;6;20220106;10.6;7.5;9.1;5.1;8.7;11.2;1.3;1100
+64108;42.48672;9.48739;6;20220107;12.2;7.3;9.8;3.8;7.4;0;1.5;7600
+64108;42.48672;9.48739;6;20220108;14.1;4.9;9.5;2.2;6.6;.1;1.2;8300
+64108;42.48672;9.48739;6;20220109;12.7;5;8.9;4.7;7.7;0;1.55;5000
+64108;42.48672;9.48739;6;20220110;12.2;2.6;7.4;5.3;6.2;0;1.89;5600
+64108;42.48672;9.48739;6;20220111;13.3;5.8;9.6;5.3;5.8;0;2.39;8000
+64108;42.48672;9.48739;6;20220112;11.6;5.7;8.7;6;5.5;0;2.39;8500
+64108;42.48672;9.48739;6;20220113;12;1;6.5;3.1;5.7;0;1.35;9000
+64108;42.48672;9.48739;6;20220114;14.6;1.2;7.9;2.4;6.3;0;1.28;9100
+64108;42.48672;9.48739;6;20220115;16.3;4.6;10.5;3.4;6.9;0;1.85;9100
+64108;42.48672;9.48739;6;20220116;15;6.1;10.6;3.3;7.7;0;1.58;9200
+64108;42.48672;9.48739;6;20220117;15.2;4.1;9.7;2.2;8.4;0;1.07;9200
+64108;42.48672;9.48739;6;20220118;14.5;3.4;9;2.2;8.6;0;.96;9300
+64108;42.48672;9.48739;6;20220119;14.8;4.7;9.8;2.5;8.8;0;1.11;7700
+64108;42.48672;9.48739;6;20220120;14.7;4.2;9.5;1.9;8.7;.2;.97;7700
+64108;42.48672;9.48739;6;20220121;14.4;5.6;10;2.9;8.1;0;1.36;8800
+64108;42.48672;9.48739;6;20220122;13;1.7;7.4;2.8;6.1;0;1.4;9900
+64108;42.48672;9.48739;6;20220123;13.9;2.7;8.3;2.9;6.8;0;1.44;9800
+64108;42.48672;9.48739;6;20220124;14.1;4.6;9.4;3;7.8;0;1.39;9100
+64108;42.48672;9.48739;6;20220125;13;3.3;8.2;2.8;8;0;1.12;10100
+64108;42.48672;9.48739;6;20220126;14.7;4.6;9.7;3.1;8.3;0;1.4;9600
+64108;42.48672;9.48739;6;20220127;15.1;6.6;10.9;3;8.4;0;1.53;10100
+64108;42.48672;9.48739;6;20220128;14.8;4.9;9.9;2.7;8.5;0;1.32;10400
+64108;42.48672;9.48739;6;20220129;14.3;3.5;8.9;2.7;7.6;.1;1.39;10500
+64108;42.48672;9.48739;6;20220130;14.8;2.8;8.8;2.5;8.8;0;1.14;8800
+64108;42.48672;9.48739;6;20220131;14.8;7;10.9;3.2;8.8;0;1.55;7700
+64108;42.48672;9.48739;6;20220201;15.3;6.5;10.9;7.1;4.9;0;3.76;11500
+64108;42.48672;9.48739;6;20220202;17;4.4;10.7;2.8;6.7;0;1.98;11400
+64108;42.48672;9.48739;6;20220203;16.1;4.4;10.3;1.9;10;0;1.11;10000
+64108;42.48672;9.48739;6;20220204;15.7;7.5;11.6;1.5;11.7;.3;.88;6300
+64108;42.48672;9.48739;6;20220205;16.1;6.4;11.3;1.6;10.6;1.1;1.04;7100
+64108;42.48672;9.48739;6;20220206;15.7;5.8;10.8;2.7;9.9;0;1.37;11600
+64108;42.48672;9.48739;6;20220207;19.2;5.8;12.5;3.4;8.7;0;2.26;12000
+64108;42.48672;9.48739;6;20220208;16.1;3;9.6;3.5;6;0;2.32;12200
+64108;42.48672;9.48739;6;20220209;16;6.5;11.3;3.1;7.3;0;2.1;12400
+64108;42.48672;9.48739;6;20220210;15;5.2;10.1;2.5;9.1;0;1.43;11400
+64108;42.48672;9.48739;6;20220211;15.1;7.8;11.5;2.7;9.8;0;1.5;10100
+64108;42.48672;9.48739;6;20220212;13.8;7.1;10.5;3.5;9.3;0;1.54;9800
+64108;42.48672;9.48739;6;20220213;14.2;3.7;9;2.1;9.2;.3;1.22;11200
+64108;42.48672;9.48739;6;20220214;15.3;4.7;10;2.3;9.8;2.7;1.31;10600
+64108;42.48672;9.48739;6;20220215;15.4;8.2;11.8;3.9;8.3;0;2.25;11600
+64108;42.48672;9.48739;6;20220216;15.8;5.5;10.7;3.5;7.5;0;2.23;13100
+64108;42.48672;9.48739;6;20220217;15.3;5.2;10.3;2.4;9.7;.1;1.5;13300
+64108;42.48672;9.48739;6;20220218;16.1;5.7;10.9;2.1;11.6;0;1.17;9800
+64108;42.48672;9.48739;6;20220219;16.4;7.4;11.9;2;12.2;0;1.1;7200
+64108;42.48672;9.48739;6;20220220;18.1;8.4;13.3;2.6;11.2;0;1.82;12300
+64108;42.48672;9.48739;6;20220221;20.3;5.9;13.1;6.3;7.7;0;3.85;12600
+64108;42.48672;9.48739;6;20220222;18.7;11.9;15.3;5.9;5.4;0;4.72;15100
+64108;42.48672;9.48739;6;20220223;18.3;4.3;11.3;2.1;7.62;0;2.16;15645
+64108;42.48672;9.48739;6;20220224;15.7;4.6;10.2;2;8.8;.1;1.65;12300
+64108;42.48672;9.48739;6;20220225;16;5.8;10.9;2.5;8.9;.2;1.88;12800
+64108;42.48672;9.48739;6;20220226;13.8;5.9;9.9;6.9;5.6;0;3.49;15500
+64108;42.48672;9.48739;6;20220227;12;6.4;9.2;5.6;4.8;0;3.22;13200
+64108;42.48672;9.48739;6;20220228;13.5;3.6;8.6;2.5;6.4;0;2.07;15700
+64108;42.48672;9.48739;6;20220301;10;3.4;6.7;3.1;5.5;0;2.02;15300
+64108;42.48672;9.48739;6;20220302;12.8;2;7.4;2.9;5.8;0;2.17;16200
+64108;42.48672;9.48739;6;20220303;14;3.4;8.7;3;7.4;0;1.92;11300
+64108;42.48672;9.48739;6;20220304;12.4;6.2;9.3;2.1;8.5;8.4;1.32;6100
+64108;42.48672;9.48739;6;20220305;11.4;2.2;6.8;2.5;6.4;0;1.89;16500
+64108;42.48672;9.48739;6;20220306;11.1;.3;5.7;2.3;5.7;.1;1.71;12500
+64108;42.48672;9.48739;6;20220307;11.7;1.7;6.7;3;5.8;0;2.05;14000
+64108;42.48672;9.48739;6;20220308;11;1.4;6.2;2.8;5.4;0;2.05;15000
+64108;42.48672;9.48739;6;20220309;13;.3;6.7;2.8;5.1;0;2.4;18100
+64108;42.48672;9.48739;6;20220310;15;3.9;9.5;3.1;7.2;0;2.47;17200
+64108;42.48672;9.48739;6;20220311;14.6;3.8;9.2;3.1;8.7;0;1.93;13700
+64108;42.48672;9.48739;6;20220312;14.1;3.7;8.9;4.2;8.7;1.4;1.85;10900
+64108;42.48672;9.48739;6;20220313;11.6;5.9;8.8;4.4;10.3;13.3;.71;600
+64108;42.48672;9.48739;6;20220314;15.1;10.6;12.9;6.2;13.2;0;1.42;9100
+64108;42.48672;9.48739;6;20220315;16;9.6;12.8;6.4;12.5;0;1.77;10100
+64108;42.48672;9.48739;6;20220316;15.9;6.7;11.3;4.7;12.1;0;1.58;12200
+64108;42.48672;9.48739;6;20220317;16.8;7.6;12.2;1.8;11.6;0;1.48;8200
+64108;42.48672;9.48739;6;20220318;14.2;9.4;11.8;2.1;10.4;0;1.24;3000
+64108;42.48672;9.48739;6;20220319;13.4;8.5;11;2.5;10;.6;1.33;4400
+64108;42.48672;9.48739;6;20220320;14;8.5;11.3;2;9.9;.9;1.54;7600
+64108;42.48672;9.48739;6;20220321;13.5;5.3;9.4;2.8;6.9;.1;2.4;14800
+64108;42.48672;9.48739;6;20220322;15;6.9;10.9;5.5;6.41;0;3.62;18899
+64108;42.48672;9.48739;6;20220323;16.7;2.8;9.8;2.5;6;0;3.03;20500
+64108;42.48672;9.48739;6;20220324;17.6;3.2;10.4;2.6;6.6;0;3.11;20300
+64108;42.48672;9.48739;6;20220325;16.4;3.6;10;4.8;8.2;0;3.07;20800
+64108;42.48672;9.48739;6;20220326;17;8.8;12.9;3.8;7.38;.1;3.58;18237
+64108;42.48672;9.48739;6;20220327;20.9;12.6;16.7;4;7.98;.1;4.27;18041
+64108;42.48672;9.48739;6;20220328;20.2;8.7;14.5;2.1;8.7;0;3.24;19200
+64108;42.48672;9.48739;6;20220329;17.8;6.8;12.3;3.1;10.7;4.7;2.53;16200
+64108;42.48672;9.48739;6;20220330;15.1;9.7;12.4;1.9;13.9;8.3;.82;3700
+64108;42.48672;9.48739;6;20220331;18.3;12.7;15.5;3.9;12.7;0;2.8;14900
+64108;42.48672;9.48739;6;20220401;16.6;8.7;12.7;2.9;7.5;1.7;2.71;9600
+64108;42.48672;9.48739;6;20220402;11.6;3.1;7.4;3.9;7.4;5.3;2.01;12800
+64108;42.48672;9.48739;6;20220403;13.1;5.4;9.3;3.6;8.4;4.1;2.03;11100
+64108;42.48672;9.48739;6;20220404;14.2;5.7;10;3.1;8;0;2.89;21500
+64108;42.48672;9.48739;6;20220405;15.4;4.4;9.9;2.2;8.1;0;2.94;23500
+64108;42.48672;9.48739;6;20220406;13.7;3.1;8.4;2.6;9;2.3;1.51;8300
+64108;42.48672;9.48739;6;20220407;17.2;3.9;10.6;2.9;9.8;0;2.87;22200
+64108;42.48672;9.48739;6;20220408;21.6;7.6;14.6;2.9;12;0;3.41;21300
+64108;42.48672;9.48739;6;20220409;19.7;14.3;17;12.1;8.06;0;5.65;14278
+64108;42.48672;9.48739;6;20220410;16.2;6.9;11.6;3.6;7.58;0;3.54;22722
+64108;42.48672;9.48739;6;20220411;16.5;3.7;10.1;4.4;8.6;0;3.32;24400
+64108;42.48672;9.48739;6;20220412;16.5;4;10.3;5.6;10.8;0;2.46;19900
+64108;42.48672;9.48739;6;20220413;18.3;8.8;13.6;3.4;11.4;0;3.16;20800
+64108;42.48672;9.48739;6;20220414;19.8;6.5;13.2;2.1;9.5;0;2.8;14700
+64108;42.48672;9.48739;6;20220415;22.8;8.8;15.8;2;10.2;0;3.85;22400
+64108;42.48672;9.48739;6;20220416;24;14.2;19.1;6.3;9.42;0;6.22;25462
+64108;42.48672;9.48739;6;20220417;17.4;11;14.2;4.1;7.3;0;4.65;25800
+64108;42.48672;9.48739;6;20220418;18;4.7;11.4;2.2;7.6;0;3.64;25400
+64108;42.48672;9.48739;6;20220419;18.8;6.9;12.9;3.2;10.2;0;3.63;24600
+64108;42.48672;9.48739;6;20220420;18.6;9.1;13.9;3.3;13.6;2.3;2.09;12100
+64108;42.48672;9.48739;6;20220421;15.9;10.7;13.3;3.8;14;26.5;1.25;6200
+64108;42.48672;9.48739;6;20220422;17.4;12.3;14.9;4;13.4;1.7;2.26;11000
+64108;42.48672;9.48739;6;20220423;17.5;8.7;13.1;3.3;13.1;.7;1.9;11000
+64108;42.48672;9.48739;6;20220424;16.1;6.9;11.5;2.3;11;3.6;2;11900
+64108;42.48672;9.48739;6;20220425;19.8;7.7;13.8;1.9;12.4;.5;3.36;23700
+64108;42.48672;9.48739;6;20220426;18.9;8.9;13.9;2;12.9;.1;3.54;26200
+64108;42.48672;9.48739;6;20220427;19.1;8.8;14;2.3;12.8;0;3.45;24900
+64108;42.48672;9.48739;6;20220428;22.4;9.3;15.9;2.8;10;0;4.66;27000
+64108;42.48672;9.48739;6;20220429;22.1;8.9;15.5;2.6;8.7;0;4.72;27200
+64108;42.48672;9.48739;6;20220430;21.1;9;15.1;2.7;10.3;0;4.21;25100
+64108;42.48672;9.48739;6;20220501;20.7;11.4;16.1;2.5;10.1;0;3.96;21000
+64108;42.48672;9.48739;6;20220502;20.9;10.1;15.5;2.7;10.4;0;4.43;26800
+64108;42.48672;9.48739;6;20220503;22.1;10.2;16.2;2.6;11.3;0;4.17;23500
+64108;42.48672;9.48739;6;20220504;20.8;11.9;16.4;2.4;13.8;.5;3.15;17500
+64108;42.48672;9.48739;6;20220505;16.1;12.3;14.2;1.4;14.2;16.4;.97;2700
+64108;42.48672;9.48739;6;20220506;17.1;12.2;14.7;5.2;15.2;6.8;1.19;4200
+64108;42.48672;9.48739;6;20220507;21.5;14.4;18;4.5;14.2;.2;4.18;21700
+64108;42.48672;9.48739;6;20220508;22.2;11.7;17;2.9;13.9;5.7;4.13;24600
+64108;42.48672;9.48739;6;20220509;23.8;12.1;18;2.1;14;0;4.46;26300
+64108;42.48672;9.48739;6;20220510;23.7;14.1;18.9;3.1;13.8;.1;4.94;27000
+64108;42.48672;9.48739;6;20220511;24.3;13.9;19.1;2.3;13.8;0;4.87;27300
+64108;42.48672;9.48739;6;20220512;24.1;12.4;18.3;2.8;14;0;4.82;27500
+64108;42.48672;9.48739;6;20220513;24.7;12.5;18.6;2.4;13.7;0;4.9;27700
+64108;42.48672;9.48739;6;20220514;23.8;12.8;18.3;2.5;14;0;4.81;27900
+64108;42.48672;9.48739;6;20220515;24.5;12.1;18.3;2.1;14.2;0;4.76;27900
+64108;42.48672;9.48739;6;20220516;25.3;12.7;19;1.8;14.6;0;4.67;26600
+64108;42.48672;9.48739;6;20220517;25.7;13.9;19.8;2.2;15.6;0;4.95;27600
+64108;42.48672;9.48739;6;20220518;28.9;14.6;21.8;2.3;15.8;0;5.46;27200
+64108;42.48672;9.48739;6;20220519;26.8;15.5;21.2;2.4;14.1;0;5.52;28200
+64108;42.48672;9.48739;6;20220520;28.2;12.5;20.4;2.3;14.2;.1;5.46;28100
+64108;42.48672;9.48739;6;20220521;25.7;13.9;19.8;2.1;17.1;0;4.85;27900
+64108;42.48672;9.48739;6;20220522;25.9;14.3;20.1;2.1;17;.1;4.71;26100
+64108;42.48672;9.48739;6;20220523;25.9;15.2;20.6;2.8;19.4;0;4.47;25000
+64108;42.48672;9.48739;6;20220524;26.7;18.3;22.5;2.5;20.3;.2;4.04;19100
+64108;42.48672;9.48739;6;20220525;26.6;16.8;21.7;2.3;20.3;0;4.12;21200
+64108;42.48672;9.48739;6;20220526;28.6;17.9;23.3;1.9;20.8;0;4.62;22900
+64108;42.48672;9.48739;6;20220527;32.6;17;24.8;1.6;16.4;0;5.57;25600
+64108;42.48672;9.48739;6;20220528;32.4;19.7;26.1;2.9;16.4;.2;6.61;26500
+64108;42.48672;9.48739;6;20220529;26.6;20.7;23.7;3.4;20;.1;4.7;20400
+64108;42.48672;9.48739;6;20220530;26.2;16.5;21.4;2.4;19.1;.1;4.4;22800
+64108;42.48672;9.48739;6;20220531;27.5;16.7;22.1;2.1;19.5;0;5.06;26800
+64108;42.48672;9.48739;6;20220601;27.6;17.6;22.6;2.1;19.9;.1;4.61;23000
+64108;42.48672;9.48739;6;20220602;28.1;17.4;22.8;2.2;21.5;0;5.1;27100
+64108;42.48672;9.48739;6;20220603;27.6;18.6;23.1;1.5;22.5;.1;2.61;10700
+64108;42.48672;9.48739;6;20220604;29.1;18.6;23.9;2.1;23.8;0;3.87;18100
+64108;42.48672;9.48739;6;20220605;29.1;20.6;24.9;2.5;24.2;.1;3.96;17200
+64108;42.48672;9.48739;6;20220606;29.4;18.1;23.8;2.3;20.2;.1;5.08;24000
+64108;42.48672;9.48739;6;20220607;29.5;17.4;23.5;2.9;16.9;0;6.24;29300
+64108;42.48672;9.48739;6;20220608;28.4;18.9;23.7;3;16;0;5.48;22300
+64108;42.48672;9.48739;6;20220609;30.6;17.2;23.9;4;14.6;0;7.34;30700
+64108;42.48672;9.48739;6;20220610;29.6;16.1;22.9;4;13.2;0;7.18;30400
+64108;42.48672;9.48739;6;20220611;32;18.5;25.3;2.7;12.3;0;7.19;30300
+64108;42.48672;9.48739;6;20220612;32.2;16.7;24.5;2.2;13.1;0;6.69;30100
+64108;42.48672;9.48739;6;20220613;29.6;17.4;23.5;2.5;15.4;.1;6.16;28500
+64108;42.48672;9.48739;6;20220614;30.4;17.6;24;1.8;19.5;0;5.88;29600
+64108;42.48672;9.48739;6;20220615;29.9;17.5;23.7;2;20.3;0;5.48;27200
+64108;42.48672;9.48739;6;20220616;30.8;18.8;24.8;1.9;20.7;0;5.75;27900
+64108;42.48672;9.48739;6;20220617;30.9;19.1;25;1.8;21.4;0;5.75;28100
+64108;42.48672;9.48739;6;20220618;32.8;19.9;26.4;2.2;20.5;0;6.39;28900
+64108;42.48672;9.48739;6;20220619;30.9;18.6;24.8;2.3;18.4;0;6.32;29900
+64108;42.48672;9.48739;6;20220620;30.3;18;24.2;2.7;20.9;.2;5.8;27900
+64108;42.48672;9.48739;6;20220621;28.9;19.5;24.2;2.4;23.1;0;5.06;25100
+64108;42.48672;9.48739;6;20220622;28.6;19.9;24.3;2.1;23.8;.1;3.94;18200
+64108;42.48672;9.48739;6;20220623;29.3;20.1;24.7;1.5;23.8;.9;3.6;16000
+64108;42.48672;9.48739;6;20220624;29.6;21;25.3;2;23.9;.5;5.02;24000
+64108;42.48672;9.48739;6;20220625;29.9;20;25;2.5;21.4;0;5.73;27100
+64108;42.48672;9.48739;6;20220626;29.4;18.6;24;3.1;23.8;0;4.42;20600
+64108;42.48672;9.48739;6;20220627;30;21;25.5;1.9;26.7;0;4.61;22400
+64108;42.48672;9.48739;6;20220628;32;23.9;28;2.9;26;2.2;3.98;12600
+64108;42.48672;9.48739;6;20220629;29.7;20.1;24.9;2.9;21.2;0;6.04;28700
+64108;42.48672;9.48739;6;20220630;29.7;18.8;24.3;2.5;20.7;0;5.91;29100
+64108;42.48672;9.48739;6;20220701;30.4;19.6;25;2.6;21.1;.2;5.87;27500
+64108;42.48672;9.48739;6;20220702;29.8;20.7;25.3;2.2;20.2;0;5.79;27200
+64108;42.48672;9.48739;6;20220703;33.4;18.3;25.9;1.7;18.4;0;5.83;26200
+64108;42.48672;9.48739;6;20220704;34;20.5;27.3;2.6;18.4;0;6.78;27600
+64108;42.48672;9.48739;6;20220705;31.1;22.2;26.7;2.7;17.5;0;6.77;29000
+64108;42.48672;9.48739;6;20220706;32;20.3;26.2;2.3;20.7;0;6.2;28100
+64108;42.48672;9.48739;6;20220707;32.1;20.2;26.2;2.5;20.7;.1;6.32;28400
+64108;42.48672;9.48739;6;20220708;32.5;20.9;26.7;2.5;18;0;6.82;29700
+64108;42.48672;9.48739;6;20220709;30;18.4;24.2;2.7;15.8;0;6.44;29400
+64108;42.48672;9.48739;6;20220710;29.9;18.9;24.4;2.4;16.7;0;6.19;28900
+64108;42.48672;9.48739;6;20220711;30.3;19.5;24.9;2.4;19;0;6.09;28600
+64108;42.48672;9.48739;6;20220712;30.4;19.9;25.2;2.2;20.4;.1;5.85;27800
+64108;42.48672;9.48739;6;20220713;30.8;19.7;25.3;2.2;21.1;0;5.97;28700
+64108;42.48672;9.48739;6;20220714;31.5;20.1;25.8;2.3;20.5;0;6.04;27700
+64108;42.48672;9.48739;6;20220715;32;21.3;26.7;2.4;21.1;0;6.24;27900
+64108;42.48672;9.48739;6;20220716;31;20.8;25.9;2.2;23.5;0;5.73;27400
+64108;42.48672;9.48739;6;20220717;31.4;22.3;26.9;2;25.7;0;5.77;27600
+64108;42.48672;9.48739;6;20220718;33.4;21.4;27.4;2;22.9;0;6.14;27700
+64108;42.48672;9.48739;6;20220719;34;22.8;28.4;2.3;21;.1;6.5;27200
+64108;42.48672;9.48739;6;20220720;34;22.1;28.1;2.4;20.3;.1;6.54;27200
+64108;42.48672;9.48739;6;20220721;34.4;22.6;28.5;2.5;21.2;0;6.63;27200
+64108;42.48672;9.48739;6;20220722;32.8;23;27.9;2.2;23.6;.1;6.1;27000
+64108;42.48672;9.48739;6;20220723;32.8;23.7;28.3;2.4;24.8;0;6.07;26400
+64108;42.48672;9.48739;6;20220724;31.7;23.6;27.7;2.2;25.3;.1;4.91;20600
+64108;42.48672;9.48739;6;20220725;33.2;23.6;28.4;3;23.8;0;6.47;26800
+64108;42.48672;9.48739;6;20220726;31.9;23.1;27.5;2.2;26.2;0;5.76;26700
+64108;42.48672;9.48739;6;20220727;31.3;22.6;27;2.6;23.4;0;5.05;20700
+64108;42.48672;9.48739;6;20220728;31.4;22.5;27;2.4;22.6;0;5.98;27200
+64108;42.48672;9.48739;6;20220729;32.5;23;27.8;2.9;23.7;3.2;6.22;26700
+64108;42.48672;9.48739;6;20220730;32.5;22.5;27.5;2.8;22.4;.2;5.58;22000
+64108;42.48672;9.48739;6;20220731;33;22.1;27.6;2.3;19.2;0;6.32;27100
+64108;42.48672;9.48739;6;20220801;33.5;22.1;27.8;2.6;18;0;6.59;26800
+64108;42.48672;9.48739;6;20220802;33.2;22;27.6;2.4;21.4;0;6.04;25700
+64108;42.48672;9.48739;6;20220803;34;21.5;27.8;2;20.4;0;6.11;26800
+64108;42.48672;9.48739;6;20220804;33.6;21.9;27.8;2.3;19.3;0;6.28;26600
+64108;42.48672;9.48739;6;20220805;33.1;23;28.1;2.5;21.8;0;6.14;25900
+64108;42.48672;9.48739;6;20220806;32.2;23.3;27.8;2.2;22.3;0;5.13;20800
+64108;42.48672;9.48739;6;20220807;33.1;22.1;27.6;2.5;22.6;0;4.95;18500
+64108;42.48672;9.48739;6;20220808;32.9;23.7;28.3;3.1;22;.1;5.54;19500
+64108;42.48672;9.48739;6;20220809;32.8;22.3;27.6;3;18.8;.1;6.47;25800
+64108;42.48672;9.48739;6;20220810;32.9;21.6;27.3;2.4;17.9;0;6.11;25600
+64108;42.48672;9.48739;6;20220811;32.2;21;26.6;2.6;17;0;6.06;24900
+64108;42.48672;9.48739;6;20220812;32.1;21;26.6;2.3;16;.2;5.56;22000
+64108;42.48672;9.48739;6;20220813;28.3;21.3;24.8;2.2;21.6;.1;3.87;16500
+64108;42.48672;9.48739;6;20220814;30.4;18.4;24.4;2.8;18.3;.4;5.13;21700
+64108;42.48672;9.48739;6;20220815;32.2;20.9;26.6;3.3;21.3;3.5;4.58;14100
+64108;42.48672;9.48739;6;20220816;30.9;21.1;26;1.8;23.4;1.9;4.54;21100
+64108;42.48672;9.48739;6;20220817;30.4;20.3;25.4;2.2;25.5;1.5;3.3;13800
+64108;42.48672;9.48739;6;20220818;29.6;23.2;26.4;2.8;23.4;3.6;3.85;13800
+64108;42.48672;9.48739;6;20220819;29;20.8;24.9;2.8;19.5;.7;4.77;20200
+64108;42.48672;9.48739;6;20220820;30.7;20.6;25.7;3;17.8;0;5.82;24700
+64108;42.48672;9.48739;6;20220821;30.4;19.9;25.2;2.6;20.5;0;4.98;22300
+64108;42.48672;9.48739;6;20220822;31.2;19.4;25.3;2;21.9;0;4.93;23900
+64108;42.48672;9.48739;6;20220823;31.1;21.4;26.3;2.5;20.2;0;5.42;24200
+64108;42.48672;9.48739;6;20220824;31.7;19.6;25.7;2.4;17;0;5.56;24400
+64108;42.48672;9.48739;6;20220825;32.3;20;26.2;3;16.2;0;6.04;24000
+64108;42.48672;9.48739;6;20220826;31.1;21.5;26.3;2.8;18.4;0;5.44;22200
+64108;42.48672;9.48739;6;20220827;30.1;20.6;25.4;2.2;21.6;.3;3.82;15500
+64108;42.48672;9.48739;6;20220828;30.5;21.3;25.9;2.7;22.6;.1;4.1;16100
+64108;42.48672;9.48739;6;20220829;30;21.2;25.6;2.1;22.6;.1;4.46;21100
+64108;42.48672;9.48739;6;20220830;30.2;21.8;26;2.2;21.3;.2;4.28;18200
+64108;42.48672;9.48739;6;20220831;29.2;20.3;24.8;2;22.6;0;3.32;14100
+64108;42.48672;9.48739;6;20220901;30.3;21.5;25.9;2.4;22.1;0;4.26;18200
+64108;42.48672;9.48739;6;20220902;28.7;20.7;24.7;2.6;21.3;1.8;3.9;16600
+64108;42.48672;9.48739;6;20220903;29.4;20.3;24.9;2.4;20.8;.5;3.72;14900
+64108;42.48672;9.48739;6;20220904;29.6;20.1;24.9;2;22;0;4.11;19900
+64108;42.48672;9.48739;6;20220905;29.2;19.1;24.2;2.5;22.8;0;3.94;19300
+64108;42.48672;9.48739;6;20220906;29.3;19.5;24.4;2.8;24.1;.6;3.5;16000
+64108;42.48672;9.48739;6;20220907;30.9;20.8;25.9;2.3;25.1;.2;4.19;20100
+64108;42.48672;9.48739;6;20220908;30.1;22;26.1;2.7;23.1;.9;3.82;15000
+64108;42.48672;9.48739;6;20220909;33.8;19.6;26.7;3.6;14.4;0;6.3;20800
+64108;42.48672;9.48739;6;20220910;30.1;18.3;24.2;2.8;15.2;0;5.05;21600
+64108;42.48672;9.48739;6;20220911;28.5;16.8;22.7;3;16.1;0;4.58;20600
+64108;42.48672;9.48739;6;20220912;28.3;17.7;23;2.4;18.9;0;4.14;21000
+64108;42.48672;9.48739;6;20220913;28.9;18.4;23.7;2.7;21;0;4;19600
+64108;42.48672;9.48739;6;20220914;30.8;19.9;25.4;3.1;23.9;.2;3.62;14300
+64108;42.48672;9.48739;6;20220915;30.6;23;26.8;3.1;22.3;0;3.69;10900
+64108;42.48672;9.48739;6;20220916;32.1;20.8;26.5;3.3;15.9;0;5.57;20500
+64108;42.48672;9.48739;6;20220917;27.9;21;24.5;4;11.1;.7;5.63;16600
+64108;42.48672;9.48739;6;20220918;25.6;13.2;19.4;3.6;9.8;.1;4.8;20100
+64108;42.48672;9.48739;6;20220919;26.5;15.7;21.1;3.3;13.6;0;4.34;19000
+64108;42.48672;9.48739;6;20220920;26.4;15.9;21.2;2.2;15.7;0;3.5;17500
+64108;42.48672;9.48739;6;20220921;26.1;15.7;20.9;2.5;12.8;.1;3.65;15000
+64108;42.48672;9.48739;6;20220922;22.4;13.1;17.8;2.4;10.4;0;3.59;19700
+64108;42.48672;9.48739;6;20220923;23.5;11.9;17.7;2.3;10;0;3.59;19300
+64108;42.48672;9.48739;6;20220924;22.1;12.6;17.4;2.2;13.4;6.5;1.93;4800
+64108;42.48672;9.48739;6;20220925;25.2;16.3;20.8;2.6;17.1;2.3;2.81;12200
+64108;42.48672;9.48739;6;20220926;24.6;16.7;20.7;2.7;15.6;.3;2.83;10400
+64108;42.48672;9.48739;6;20220927;26.8;12.4;19.6;4.1;10;.1;4.7;14400
+64108;42.48672;9.48739;6;20220928;24.9;15.9;20.4;2.6;12.3;0;3.44;13800
+64108;42.48672;9.48739;6;20220929;25.5;15.6;20.6;1.8;12.5;4;2.45;6200
+64108;42.48672;9.48739;6;20220930;22.9;14.1;18.5;2.9;14.5;5.5;2.19;5200
+64108;42.48672;9.48739;6;20221001;23.3;13.3;18.3;3.2;12.6;0;3.46;17900
+64108;42.48672;9.48739;6;20221002;25;14.5;19.8;2.4;14.9;0;2.89;13700
+64108;42.48672;9.48739;6;20221003;24.8;14;19.4;2.4;14.8;0;3;16100
+64108;42.48672;9.48739;6;20221004;25.1;13.7;19.4;2;16.4;.1;2.77;16800
+64108;42.48672;9.48739;6;20221005;25.1;14.2;19.7;2.9;16.7;0;2.98;16700
+64108;42.48672;9.48739;6;20221006;24.8;15;19.9;2.1;15.3;0;2.89;16600
+64108;42.48672;9.48739;6;20221007;25.2;12.8;19;2.1;14.8;.1;2.82;16400
+64108;42.48672;9.48739;6;20221008;24.3;14.2;19.3;2.7;16.1;.6;2.7;14700
+64108;42.48672;9.48739;6;20221009;22.5;16.3;19.4;2.2;17.1;3.1;1.85;7600
+64108;42.48672;9.48739;6;20221010;24.4;15.1;19.8;2.4;16.3;1.4;2.3;9900
+64108;42.48672;9.48739;6;20221011;24.3;14.5;19.4;2.1;16.4;0;2.24;11500
+64108;42.48672;9.48739;6;20221012;22.4;14.1;18.3;1.9;16;.3;1.62;6300
+64108;42.48672;9.48739;6;20221013;24.4;16.2;20.3;3;15.5;0;2.88;13500
+64108;42.48672;9.48739;6;20221014;23.9;12.3;18.1;2.4;14.9;0;2.38;13300
+64108;42.48672;9.48739;6;20221015;23.8;13.5;18.7;2.3;15.7;.1;2.39;14500
+64108;42.48672;9.48739;6;20221016;24.7;14.3;19.5;2.1;16.2;.1;2.31;12800
+64108;42.48672;9.48739;6;20221017;24.2;13.5;18.9;2.2;17;.1;2.14;13000
+64108;42.48672;9.48739;6;20221018;24.4;13.4;18.9;1.6;16;0;2.05;12800
+64108;42.48672;9.48739;6;20221019;24.4;14.8;19.6;2.6;16.5;.1;2.27;11200
+64108;42.48672;9.48739;6;20221020;24.2;12.9;18.6;2.1;16.2;.1;2.07;12300
+64108;42.48672;9.48739;6;20221021;23.8;13.8;18.8;2.6;17.1;0;1.74;6700
+64108;42.48672;9.48739;6;20221022;25.8;14.8;20.3;2.1;17.8;0;2.06;10400
+64108;42.48672;9.48739;6;20221023;24.5;16.2;20.4;1.8;18.9;0;1.52;6200
+64108;42.48672;9.48739;6;20221024;24.6;17.9;21.3;1.6;19.4;0;1.74;9300
+64108;42.48672;9.48739;6;20221025;25.2;14.1;19.7;2.2;16.6;.1;1.99;9100
+64108;42.48672;9.48739;6;20221026;23.4;14.5;19;1.8;17.3;0;1.58;8500
+64108;42.48672;9.48739;6;20221027;23.8;14.5;19.2;1.9;15.8;0;1.89;10700
+64108;42.48672;9.48739;6;20221028;25;13.1;19.1;1.9;14.4;0;2.05;10700
+64108;42.48672;9.48739;6;20221029;24.5;12.4;18.5;2.2;13.6;.1;2.2;12000
+64108;42.48672;9.48739;6;20221030;24.1;11.4;17.8;2.1;13.1;0;2.1;12200
+64108;42.48672;9.48739;6;20221031;23.4;11.9;17.7;2.2;11.8;0;2.19;11500
+64108;42.48672;9.48739;6;20221101;22.9;12;17.5;2.1;12.8;0;1.85;7000
+64108;42.48672;9.48739;6;20221102;23.1;12.9;18;2.6;13.8;.8;2.07;10700
+64108;42.48672;9.48739;6;20221103;22.7;13.4;18.1;2.9;15.2;5.3;1.92;10300
+64108;42.48672;9.48739;6;20221104;23.2;14.6;18.9;3.4;12.2;.1;2.73;11100
+64108;42.48672;9.48739;6;20221105;20.2;11.9;16.1;3.7;10.6;2;2.44;6800
+64108;42.48672;9.48739;6;20221106;20.4;11;15.7;3.4;9.5;0;2.51;11000
+64108;42.48672;9.48739;6;20221107;21;10.8;15.9;3.3;10.9;0;2.27;10100
+64108;42.48672;9.48739;6;20221108;21.3;10.8;16.1;2.5;12.1;0;1.82;10900
+64108;42.48672;9.48739;6;20221109;21.7;11.8;16.8;3.1;14.2;0;1.76;9700
+64108;42.48672;9.48739;6;20221110;22.4;12.9;17.7;2.1;15.6;.6;1.44;8800
+64108;42.48672;9.48739;6;20221111;21.5;13.9;17.7;2;15.3;0;1.35;6600
+64108;42.48672;9.48739;6;20221112;20.5;10.6;15.6;2.3;11.6;0;1.62;5500
+64108;42.48672;9.48739;6;20221113;18.5;9.5;14;2.2;10.7;1.9;1.44;6000
+64108;42.48672;9.48739;6;20221114;19.1;8.2;13.7;2.2;10.5;.8;1.45;9400
+64108;42.48672;9.48739;6;20221115;15.7;9.4;12.6;1.9;13.4;7.4;.65;1700
+64108;42.48672;9.48739;6;20221116;22.9;13.3;18.1;2;14;1.4;1.55;7800
+64108;42.48672;9.48739;6;20221117;20.9;11.3;16.1;2.9;12.2;.6;1.76;9100
+64108;42.48672;9.48739;6;20221118;23.2;13.4;18.3;3.5;10.4;0;2.72;9800
+64108;42.48672;9.48739;6;20221119;16.8;13.6;15.2;3.7;11;7.4;1.92;3500
+64108;42.48672;9.48739;6;20221120;17.6;9.1;13.4;2.1;10.6;0;1.22;9100
+64108;42.48672;9.48739;6;20221121;18.1;6.8;12.5;2;9.8;16.5;1.24;7600
+64108;42.48672;9.48739;6;20221122;15.9;11;13.5;5.3;10.4;8.1;2.01;3200
+64108;42.48672;9.48739;6;20221123;19.2;9.6;14.4;2.9;8.2;0;2.11;6300
+64108;42.48672;9.48739;6;20221124;20;8.4;14.2;2.9;10.3;.2;1.69;9000
+64108;42.48672;9.48739;6;20221125;15.3;11.8;13.6;3.6;11.1;32.7;1.49;2000
+64108;42.48672;9.48739;6;20221126;17;10.5;13.8;7;11.4;.3;2.03;5800
+64108;42.48672;9.48739;6;20221127;15.9;6.6;11.3;3;8.7;0;1.4;8800
+64108;42.48672;9.48739;6;20221128;14.6;6.9;10.8;2.8;8.3;.9;1.44;3000
+64108;42.48672;9.48739;6;20221129;13.4;9;11.2;2.9;11.1;9.2;.87;2200
+64108;42.48672;9.48739;6;20221130;13.4;9.8;11.6;3.9;9.3;0;1.42;8000
+64108;42.48672;9.48739;6;20221201;13.8;6.8;10.3;2.6;8.4;0;1.15;7000
+64108;42.48672;9.48739;6;20221202;15;5.4;10.2;2.2;9.1;1.8;.98;6300
+64108;42.48672;9.48739;6;20221203;15.5;9.5;12.5;2.9;12.2;18.3;.91;1800
+64108;42.48672;9.48739;6;20221204;18.3;9.4;13.9;1.9;11.8;.4;.96;7200
+64108;42.48672;9.48739;6;20221205;17.9;8.4;13.2;2.1;11.2;1.3;1.01;6600
+64108;42.48672;9.48739;6;20221206;19.1;10.6;14.8;2;12.62;0;.93;7507
+64108;42.48672;9.48739;6;20221207;17.4;11;14.2;1.2;11.92;1.4;.73;6777
+64108;42.48672;9.48739;6;20221208;14.7;9.2;11.9;1.6;11.37;.3;.68;5569
+64108;42.48672;9.48739;6;20221209;20.6;9;14.8;2.5;11.7;.2;1.4;4900
+64108;42.48672;9.48739;6;20221210;17.2;12.4;14.8;2.6;12.2;1;1.23;3500
+64108;42.48672;9.48739;6;20221211;16.1;7.7;11.9;3.9;5.8;0;2.35;7800
+64108;42.48672;9.48739;6;20221212;14.6;3.8;9.2;2.6;6.5;3.9;1.33;7700
+64108;42.48672;9.48739;6;20221213;11.4;7.4;9.4;2.1;10.8;6.3;.54;1600
+64108;42.48672;9.48739;6;20221214;14.3;9.5;11.9;1.6;12.3;13.8;.6;2600
+64108;42.48672;9.48739;6;20221215;15.5;10.7;13.1;2;13;3.5;.72;2000
+64108;42.48672;9.48739;6;20221216;15.3;9.8;12.6;1.6;12.2;1.6;.72;2100
+64108;42.48672;9.48739;6;20221217;17.1;7.1;12.1;2.1;10.7;1.6;.93;5500
+64108;42.48672;9.48739;6;20221218;16.4;8.2;12.3;2.6;10.7;0;1.03;5900
+64108;42.48672;9.48739;6;20221219;15.6;8;11.8;3.1;9.8;0;1.2;6300
+64108;42.48672;9.48739;6;20221220;15.7;6.9;11.3;2.7;9.6;0;1.06;6900
+64108;42.48672;9.48739;6;20221221;15.1;6.5;10.8;1.8;9.8;0;.82;4500
+64108;42.48672;9.48739;6;20221222;18.6;8.1;13.4;2.4;11.2;0;1.07;7200
+64108;42.48672;9.48739;6;20221223;17.8;9;13.4;1.9;12.2;0;.78;7000
+64108;42.48672;9.48739;6;20221224;17.8;8.7;13.3;1.8;12.4;.1;.79;4900
+64108;42.48672;9.48739;6;20221225;16.2;8.2;12.2;1.8;13.1;0;.57;3000
+64108;42.48672;9.48739;6;20221226;17.3;10.9;14.1;2;12.9;0;.84;4800
+64108;42.48672;9.48739;6;20221227;18.3;8.7;13.5;2.5;11.4;0;1.09;6800
+64108;42.48672;9.48739;6;20221228;16.6;6.6;11.6;2.2;9.8;.1;.95;7800
+64108;42.48672;9.48739;6;20221229;17;6.3;11.7;1.9;9.4;0;.94;7600
+64108;42.48672;9.48739;6;20221230;17.5;6.8;12.2;2.2;10;0;1.13;4700
+64108;42.48672;9.48739;6;20221231;18.1;8.1;13.1;2.1;11.5;.1;.97;5800
+65082;42.37902;1.70956;1278;20220101;13.4;0;6.7;1;4.43;0;.91;4641
+65082;42.37902;1.70956;1278;20220102;11.5;-.3;5.6;.8;4.78;0;.81;3998
+65082;42.37902;1.70956;1278;20220103;10.4;1;5.7;1;5.93;0;.67;3853
+65082;42.37902;1.70956;1278;20220104;11.9;-.7;5.6;1.8;5.68;1.6;.95;6737
+65082;42.37902;1.70956;1278;20220105;4.2;1.3;2.7;1.9;3.93;.1;.95;1866
+65082;42.37902;1.70956;1278;20220106;4.8;-8;-1.6;1.2;2.58;0;.65;4400
+65082;42.37902;1.70956;1278;20220107;6.4;-7.5;-.5;1.5;3.33;0;.75;4891
+65082;42.37902;1.70956;1278;20220108;6.7;-4.9;.9;1.3;4.38;1.5;.67;4237
+65082;42.37902;1.70956;1278;20220109;4.9;-2.5;1.2;1;5.88;20;.41;3049
+65082;42.37902;1.70956;1278;20220110;7;1;4;1.8;7.18;19.6;.65;2268
+65082;42.37902;1.70956;1278;20220111;8.7;-3.6;2.5;1.1;3.43;0;.81;4734
+65082;42.37902;1.70956;1278;20220112;7.3;-5.1;1.1;1.1;2.88;0;.86;5022
+65082;42.37902;1.70956;1278;20220113;7.8;-7;.4;1.1;2.88;0;.8;4959
+65082;42.37902;1.70956;1278;20220114;7.2;-4.1;1.6;1.1;2.41;0;.84;5141
+65082;42.37902;1.70956;1278;20220115;8.5;-3.9;2.3;1.4;2.34;0;1;5334
+65082;42.37902;1.70956;1278;20220116;8.1;-4.2;2;1.2;2.17;0;.92;5441
+65082;42.37902;1.70956;1278;20220117;9.4;-3.5;3;1;2.27;0;.92;5581
+65082;42.37902;1.70956;1278;20220118;12.5;-1.3;5.6;1.1;2.64;0;1.07;5763
+65082;42.37902;1.70956;1278;20220119;9.1;-1.9;3.6;1.1;3.21;0;.89;4847
+65082;42.37902;1.70956;1278;20220120;7.6;-2.6;2.5;1.6;3.71;.1;.87;4605
+65082;42.37902;1.70956;1278;20220121;6.7;-4.7;1;1.1;2.87;0;.81;5186
+65082;42.37902;1.70956;1278;20220122;7.8;-5.8;1;1.1;3.14;0;.76;5814
+65082;42.37902;1.70956;1278;20220123;8.8;-4.9;2;1.2;3.04;0;.87;5915
+65082;42.37902;1.70956;1278;20220124;9.4;-3.1;3.2;1;2.64;0;.94;5847
+65082;42.37902;1.70956;1278;20220125;9.9;-2.7;3.6;1.2;2.74;0;1.02;6180
+65082;42.37902;1.70956;1278;20220126;11.8;-2.2;4.8;1.2;2.77;0;1.12;6334
+65082;42.37902;1.70956;1278;20220127;11.8;-2.6;4.6;1.1;2.44;0;1.08;6589
+65082;42.37902;1.70956;1278;20220128;13;-2.8;5.1;1.1;2.21;0;1.15;6962
+65082;42.37902;1.70956;1278;20220129;13.9;-4.4;4.8;1.1;2.79;0;1.23;9115
+65082;42.37902;1.70956;1278;20220130;15.5;-.2;7.7;1.1;2.51;0;1.3;7274
+65082;42.37902;1.70956;1278;20220131;12;-.7;5.7;2.1;2.81;0;1.55;8248
+65082;42.37902;1.70956;1278;20220201;12.6;.4;6.5;3.8;4.77;.1;1.73;6347
+65082;42.37902;1.70956;1278;20220202;17.2;4.4;10.8;1.8;3.07;0;1.91;7202
+65082;42.37902;1.70956;1278;20220203;15.8;1.2;8.5;1;2.71;.1;1.34;7303
+65082;42.37902;1.70956;1278;20220204;10.6;2.9;6.8;.7;4.31;0;.93;4880
+65082;42.37902;1.70956;1278;20220205;10;.9;5.5;1;5.01;.1;.91;5546
+65082;42.37902;1.70956;1278;20220206;10.6;-3.1;3.8;1;3.21;0;1.07;6736
+65082;42.37902;1.70956;1278;20220207;13.8;.2;7;1.9;3.97;0;1.61;7817
+65082;42.37902;1.70956;1278;20220208;15.5;.1;7.8;1.1;3.97;0;1.34;7807
+65082;42.37902;1.70956;1278;20220209;14.9;-.8;7.1;1;3.84;0;1.21;9067
+65082;42.37902;1.70956;1278;20220210;14;-.6;6.7;1.1;3.64;0;1.28;7865
+65082;42.37902;1.70956;1278;20220211;9.7;-.6;4.6;.8;4.61;0;.9;6351
+65082;42.37902;1.70956;1278;20220212;8.6;-2;3.3;1.1;5.27;.3;.84;7316
+65082;42.37902;1.70956;1278;20220213;6.1;1;3.5;1;6.74;3.6;.6;4406
+65082;42.37902;1.70956;1278;20220214;6.8;3;4.9;1.3;5.71;2.1;.84;4458
+65082;42.37902;1.70956;1278;20220215;7.7;-3.2;2.3;1.8;3.87;0;1.09;6810
+65082;42.37902;1.70956;1278;20220216;11.2;-1.4;4.9;1.1;5.24;0;.99;7355
+65082;42.37902;1.70956;1278;20220217;17.4;2.3;9.9;1.3;5.67;0;1.53;8980
+65082;42.37902;1.70956;1278;20220218;18.6;2.8;10.7;1.2;6.04;0;1.54;9112
+65082;42.37902;1.70956;1278;20220219;4.6;3.3;3.9;.7;6.37;7;.66;3603
+65082;42.37902;1.70956;1278;20220220;10.7;-3.7;3.5;1;4.74;0;1.06;9011
+65082;42.37902;1.70956;1278;20220221;12;-.5;5.7;3.1;3.11;0;2.04;8565
+65082;42.37902;1.70956;1278;20220222;13.5;1.1;7.3;2.1;3.47;0;1.84;8539
+65082;42.37902;1.70956;1278;20220223;14.6;-.5;7;1.1;4.21;0;1.45;9422
+65082;42.37902;1.70956;1278;20220224;13.4;1.3;7.3;.9;5.47;0;1.21;8296
+65082;42.37902;1.70956;1278;20220225;10.6;.6;5.6;.9;5.14;0;1.13;7813
+65082;42.37902;1.70956;1278;20220226;11.4;-2.5;4.4;1;4.07;0;1.37;11505
+65082;42.37902;1.70956;1278;20220227;11.8;-.1;5.8;.9;5.47;0;1.2;8470
+65082;42.37902;1.70956;1278;20220228;11;-.5;5.3;1;5.14;0;1.22;9038
+65082;42.37902;1.70956;1278;20220301;14.1;-.8;6.6;1.1;3.77;0;1.61;10134
+65082;42.37902;1.70956;1278;20220302;9.4;-.1;4.7;1;5.57;3.7;1.06;7307
+65082;42.37902;1.70956;1278;20220303;11.2;-.7;5.3;1.1;6.01;0;1.19;9488
+65082;42.37902;1.70956;1278;20220304;10.4;.9;5.6;1.5;5.21;0;1.35;8082
+65082;42.37902;1.70956;1278;20220305;7.9;-.6;3.6;.9;5.24;1.4;1.03;7247
+65082;42.37902;1.70956;1278;20220306;5.6;1;3.3;.6;5.97;1.6;.82;5498
+65082;42.37902;1.70956;1278;20220307;6.9;-1.4;2.7;1;5.27;.9;1.02;8078
+65082;42.37902;1.70956;1278;20220308;6.6;-.4;3.1;.9;5.87;1.5;.94;7255
+65082;42.37902;1.70956;1278;20220309;9.5;-.5;4.5;1;5.64;0;1.2;9506
+65082;42.37902;1.70956;1278;20220310;8.1;.4;4.3;1.1;6.27;.6;1.05;7794
+65082;42.37902;1.70956;1278;20220311;5.7;2.9;4.3;1.1;7.27;15.4;.73;4396
+65082;42.37902;1.70956;1278;20220312;6.7;2.8;4.7;.9;6.94;9.8;.89;5794
+65082;42.37902;1.70956;1278;20220313;7.9;1.9;4.9;1.1;6.31;2.6;1.05;7023
+65082;42.37902;1.70956;1278;20220314;5.5;-.4;2.6;2;6.57;3.5;.82;7528
+65082;42.37902;1.70956;1278;20220315;13.3;3.4;8.4;1.8;7.01;0;1.63;10008
+65082;42.37902;1.70956;1278;20220316;11.6;4.7;8.1;1.3;6.14;0;1.51;7995
+65082;42.37902;1.70956;1278;20220317;9.1;5.4;7.2;1.4;7.04;.6;1.18;5938
+65082;42.37902;1.70956;1278;20220318;8.6;4.2;6.4;1.4;6.47;0;1.24;6383
+65082;42.37902;1.70956;1278;20220319;8.7;.7;4.7;1.6;5.97;0;1.31;9185
+65082;42.37902;1.70956;1278;20220320;7.3;3.2;5.2;1.3;7.41;10.8;1;6968
+65082;42.37902;1.70956;1278;20220321;5.5;3.3;4.4;1.6;6.67;2.9;.9;5223
+65082;42.37902;1.70956;1278;20220322;6.3;-1.6;2.4;1.3;4.87;.2;1.25;10200
+65082;42.37902;1.70956;1278;20220323;8.8;-4.1;2.4;1.5;4.07;0;1.6;12656
+65082;42.37902;1.70956;1278;20220324;8.4;-1;3.7;1.3;4.84;0;1.42;10292
+65082;42.37902;1.70956;1278;20220325;12.8;2.6;7.7;1.5;6.24;0;1.85;12381
+65082;42.37902;1.70956;1278;20220326;9.8;1.1;5.5;1.6;4.67;.7;1.76;10599
+65082;42.37902;1.70956;1278;20220327;12.3;3.5;7.9;1.4;5.91;0;1.79;10776
+65082;42.37902;1.70956;1278;20220328;12.9;1.1;7;1.3;4.91;0;1.93;12361
+65082;42.37902;1.70956;1278;20220329;13.5;3.2;8.4;.9;6.24;8.4;1.74;10950
+65082;42.37902;1.70956;1278;20220330;10.4;3.1;6.8;1;7.04;1.4;1.42;8722
+65082;42.37902;1.70956;1278;20220331;10.4;1.3;5.8;1.4;4.91;0;1.77;11105
+65082;42.37902;1.70956;1278;20220401;1.2;-3.5;-1.2;2.7;2.81;3.2;1.33;8068
+65082;42.37902;1.70956;1278;20220402;2.3;-5.6;-1.7;2.8;2.77;0;1.47;10113
+65082;42.37902;1.70956;1278;20220403;4.7;-8.6;-2;1.4;2.74;0;1.62;16069
+65082;42.37902;1.70956;1278;20220404;8.6;-7.7;.4;1.3;3.44;0;1.76;15581
+65082;42.37902;1.70956;1278;20220405;13.5;-4.1;4.7;1.3;3.47;0;2.32;16510
+65082;42.37902;1.70956;1278;20220406;12.4;-.3;6.1;1.4;5.07;0;2.01;13366
+65082;42.37902;1.70956;1278;20220407;17;.8;8.9;1.2;5.61;0;2.41;15467
+65082;42.37902;1.70956;1278;20220408;16.6;2.9;9.7;2;6.34;0;2.56;14308
+65082;42.37902;1.70956;1278;20220409;13.1;2.6;7.8;1.7;4.51;0;2.28;12346
+65082;42.37902;1.70956;1278;20220410;15;-.5;7.3;1.2;5.44;0;2.32;15594
+65082;42.37902;1.70956;1278;20220411;16.8;3.6;10.2;1.9;6.87;0;2.53;14371
+65082;42.37902;1.70956;1278;20220412;15;6.7;10.8;2;7.87;0;2.21;11397
+65082;42.37902;1.70956;1278;20220413;11.2;6.9;9;1.2;8.47;.8;1.43;7561
+65082;42.37902;1.70956;1278;20220414;16.8;4.8;10.8;1.7;6.14;0;2.68;14449
+65082;42.37902;1.70956;1278;20220415;17.2;5.3;11.2;1.1;6.97;0;2.49;14847
+65082;42.37902;1.70956;1278;20220416;20.4;4.6;12.5;1.5;6.04;0;3.15;17164
+65082;42.37902;1.70956;1278;20220417;21.1;3.6;12.4;1.5;5.31;0;3.35;18129
+65082;42.37902;1.70956;1278;20220418;18.7;4.5;11.6;1.4;7.17;.4;2.81;16178
+65082;42.37902;1.70956;1278;20220419;12.5;6.1;9.3;1.1;8.87;16.1;1.69;10310
+65082;42.37902;1.70956;1278;20220420;10.1;3.7;6.9;1.4;7.41;3.7;1.65;10676
+65082;42.37902;1.70956;1278;20220421;9.7;2.8;6.2;1.1;6.74;.5;1.66;10929
+65082;42.37902;1.70956;1278;20220422;13.7;1.6;7.7;1.3;6.27;4.6;2.24;14898
+65082;42.37902;1.70956;1278;20220423;6.3;3;4.6;1.7;6.51;6.8;1.4;9783
+65082;42.37902;1.70956;1278;20220424;14.3;1.3;7.8;1;7.14;0;2.22;15485
+65082;42.37902;1.70956;1278;20220425;14.2;2.8;8.5;1.1;7.11;0;2.29;15475
+65082;42.37902;1.70956;1278;20220426;17.1;2.4;9.8;1.4;7.21;0;2.66;17455
+65082;42.37902;1.70956;1278;20220427;17.1;5.1;11.1;1.2;7.71;0;2.55;15203
+65082;42.37902;1.70956;1278;20220428;17.2;6.6;11.9;1.2;8.47;.3;2.47;13915
+65082;42.37902;1.70956;1278;20220429;19;5;12;1.2;7.91;0;3.26;21586
+65082;42.37902;1.70956;1278;20220430;16.7;5.6;11.1;1.2;8.41;1.2;2.74;17688
+65082;42.37902;1.70956;1278;20220501;17.9;3;10.4;1.3;7.67;4.9;3.25;22928
+65082;42.37902;1.70956;1278;20220502;11.4;7.6;9.5;.7;9.27;6.6;1.65;10143
+65082;42.37902;1.70956;1278;20220503;10.9;5.5;8.2;.7;8.71;2.3;1.82;12311
+65082;42.37902;1.70956;1278;20220504;13.8;3.8;8.8;.8;8.34;0;2.34;16495
+65082;42.37902;1.70956;1278;20220505;12.6;3.5;8.1;1.7;6.54;0;2.61;18134
+65082;42.37902;1.70956;1278;20220506;13.1;4.9;9;2.4;6.44;0;2.8;18444
+65082;42.37902;1.70956;1278;20220507;15.7;5.6;10.7;1.7;6.71;.1;3.25;21491
+65082;42.37902;1.70956;1278;20220508;16.7;3.8;10.3;1.2;6.77;.3;3.26;22648
+65082;42.37902;1.70956;1278;20220509;18.1;4.1;11.1;.8;7.61;.3;3.17;21691
+65082;42.37902;1.70956;1278;20220510;20.9;5.4;13.1;1.3;8.41;0;3.76;24547
+65082;42.37902;1.70956;1278;20220511;22.8;7;14.9;1.3;8.91;0;4.17;26078
+65082;42.37902;1.70956;1278;20220512;22.3;8.5;15.4;1.2;8.57;0;4.1;24866
+65082;42.37902;1.70956;1278;20220513;22.4;6.5;14.5;1.2;8.24;.3;4.13;25940
+65082;42.37902;1.70956;1278;20220514;23.6;8.5;16;1.3;9.27;.4;4.24;25216
+65082;42.37902;1.70956;1278;20220515;22.8;9.8;16.3;1.3;9.14;.1;4.14;24004
+65082;42.37902;1.70956;1278;20220516;24.3;10.5;17.4;1.2;8.67;0;4.36;24787
+65082;42.37902;1.70956;1278;20220517;25.7;9.1;17.4;1.2;8.91;0;4.52;25933
+65082;42.37902;1.70956;1278;20220518;25;11;18;1.4;10.77;.3;4.41;24867
+65082;42.37902;1.70956;1278;20220519;25.4;12.2;18.8;1.2;10.24;.1;4.56;25110
+65082;42.37902;1.70956;1278;20220520;27.3;12.2;19.7;1.3;8.31;0;4.8;24830
+65082;42.37902;1.70956;1278;20220521;29.3;12.8;21;1.3;8.37;0;5.15;26397
+65082;42.37902;1.70956;1278;20220522;29;13.9;21.5;1.4;7.81;.1;5.27;26324
+65082;42.37902;1.70956;1278;20220523;23.2;12.3;17.7;1.7;8.27;3.2;4.48;23372
+65082;42.37902;1.70956;1278;20220524;16.9;10.7;13.8;1.8;10.01;18.8;2.72;14543
+65082;42.37902;1.70956;1278;20220525;13.4;5.5;9.4;1.5;7.44;0;2.74;17996
+65082;42.37902;1.70956;1278;20220526;18.9;3.7;11.3;1.5;7.07;0;3.42;20474
+65082;42.37902;1.70956;1278;20220527;22.6;6.7;14.6;1.2;8.91;0;4.29;26129
+65082;42.37902;1.70956;1278;20220528;24.9;9;16.9;1.3;7.97;0;4.82;27636
+65082;42.37902;1.70956;1278;20220529;23.1;9.6;16.4;1.4;9.07;3.9;4.32;24221
+65082;42.37902;1.70956;1278;20220530;21;8.8;14.9;1.1;10.87;11.3;3.58;21310
+65082;42.37902;1.70956;1278;20220531;22.2;9.6;15.9;1.2;11.04;0;4.02;23904
+65082;42.37902;1.70956;1278;20220601;25.1;11.1;18.1;1.4;10.21;0;4.71;26373
+65082;42.37902;1.70956;1278;20220602;25.4;12.3;18.8;1.4;10.57;0;4.78;26168
+65082;42.37902;1.70956;1278;20220603;25.8;14.3;20;1.5;10.11;.4;4.79;24774
+65082;42.37902;1.70956;1278;20220604;25.9;11.7;18.8;1.5;10.67;0;4.85;25994
+65082;42.37902;1.70956;1278;20220605;23.9;11.2;17.5;1.6;9.81;0;4.62;25495
+65082;42.37902;1.70956;1278;20220606;24.5;9.9;17.2;1.3;9.61;.2;4.64;26024
+65082;42.37902;1.70956;1278;20220607;24.3;12.9;18.6;1.8;11.01;0;4.49;22747
+65082;42.37902;1.70956;1278;20220608;22.9;12.6;17.8;1.3;11.67;4.6;3.68;19367
+65082;42.37902;1.70956;1278;20220609;24.4;9.2;16.8;1.7;8.44;0;4.94;27890
+65082;42.37902;1.70956;1278;20220610;27.5;8.4;18;1.4;6.94;0;5.36;29358
+65082;42.37902;1.70956;1278;20220611;28.7;11.8;20.3;1.3;10.21;.5;5.18;26922
+65082;42.37902;1.70956;1278;20220612;28.6;13.7;21.1;1.1;12.07;2.4;4.87;24834
+65082;42.37902;1.70956;1278;20220613;28.8;13.7;21.3;1.3;11.81;0;5.25;26841
+65082;42.37902;1.70956;1278;20220614;29.6;14.6;22.1;1.5;12.47;4.9;5.08;24179
+65082;42.37902;1.70956;1278;20220615;30.3;14.1;22.2;1.6;12.21;0;5.31;25293
+65082;42.37902;1.70956;1278;20220616;31;14.8;22.9;1.2;11.97;.2;5.26;25565
+65082;42.37902;1.70956;1278;20220617;30.4;15.5;23;1;12.21;1.8;5.02;24790
+65082;42.37902;1.70956;1278;20220618;30.6;16.6;23.6;1.5;10.94;0;5.71;27732
+65082;42.37902;1.70956;1278;20220619;26.8;15;20.9;1.6;9.71;0;5.27;26441
+65082;42.37902;1.70956;1278;20220620;26.6;13.1;19.9;1.3;11.04;0;4.81;25120
+65082;42.37902;1.70956;1278;20220621;27.2;16;21.6;1.6;12.17;2.6;4.58;20985
+65082;42.37902;1.70956;1278;20220622;22.7;12.7;17.7;1.5;11.97;0;3.98;22124
+65082;42.37902;1.70956;1278;20220623;22.5;11.2;16.9;1.4;10.97;0;4.15;23698
+65082;42.37902;1.70956;1278;20220624;22;11.9;16.9;1.4;9.87;0;4.15;23027
+65082;42.37902;1.70956;1278;20220625;21.9;10.2;16.1;1.1;10.17;0;3.91;22425
+65082;42.37902;1.70956;1278;20220626;23.3;12.2;17.8;1.4;10.91;.4;4.42;24603
+65082;42.37902;1.70956;1278;20220627;21.4;11.8;16.6;1.2;11.84;6;3.49;19088
+65082;42.37902;1.70956;1278;20220628;23.4;9.6;16.5;1.3;11.31;0;3.69;20077
+65082;42.37902;1.70956;1278;20220629;24.8;10;17.4;1.3;10.41;2.1;4.69;27071
+65082;42.37902;1.70956;1278;20220630;22.6;12.6;17.6;1.7;10.71;2.2;4.09;21307
+65082;42.37902;1.70956;1278;20220701;23.9;12.9;18.4;1.5;10.31;0;4.54;24637
+65082;42.37902;1.70956;1278;20220702;29.1;10.5;19.8;1.2;9.87;0;5.38;29407
+65082;42.37902;1.70956;1278;20220703;30.4;14.6;22.5;1.2;11.84;.4;5.32;26992
+65082;42.37902;1.70956;1278;20220704;27.9;14.2;21.1;1.3;12.04;.1;4.93;25400
+65082;42.37902;1.70956;1278;20220705;28.2;14.4;21.3;1.3;12.97;1.9;4.94;25236
+65082;42.37902;1.70956;1278;20220706;21.5;14.8;18.1;.8;14.37;9.9;3.21;17231
+65082;42.37902;1.70956;1278;20220707;23.6;10.6;17.1;1.4;10.37;0;4.58;26341
+65082;42.37902;1.70956;1278;20220708;27.8;10.4;19.1;1.4;9.77;0;5.28;28828
+65082;42.37902;1.70956;1278;20220709;28.3;11.6;20;1.3;9.61;0;5.21;27528
+65082;42.37902;1.70956;1278;20220710;28.7;12.3;20.5;1.2;10.97;0;5.18;27654
+65082;42.37902;1.70956;1278;20220711;29;14.2;21.6;1.2;12.71;.5;4.88;24834
+65082;42.37902;1.70956;1278;20220712;30;13.9;22;1.2;12.74;0;5.24;27349
+65082;42.37902;1.70956;1278;20220713;30.8;15.5;23.1;1.2;13.37;0;5.35;27374
+65082;42.37902;1.70956;1278;20220714;31.4;15.5;23.4;1.3;13.84;0;5.47;27715
+65082;42.37902;1.70956;1278;20220715;31.8;14.9;23.3;1.2;10.94;0;5.5;27501
+65082;42.37902;1.70956;1278;20220716;33.6;15.5;24.5;1.2;11.57;.1;5.8;28372
+65082;42.37902;1.70956;1278;20220717;32.6;15.7;24.2;1.2;11.54;0;5.66;28226
+65082;42.37902;1.70956;1278;20220718;31.3;16.4;23.8;1.2;12.31;0;5.36;26851
+65082;42.37902;1.70956;1278;20220719;31.3;16.2;23.8;1.4;11.74;0;5.48;26761
+65082;42.37902;1.70956;1278;20220720;28.9;15.2;22;1.3;12.04;0;5.06;25412
+65082;42.37902;1.70956;1278;20220721;30.3;14.7;22.5;1;13.94;0;4.78;24529
+65082;42.37902;1.70956;1278;20220722;31.2;15.6;23.4;1.3;12.67;.5;5.23;25793
+65082;42.37902;1.70956;1278;20220723;29.9;17.7;23.8;1.3;12.71;0;4.93;23686
+65082;42.37902;1.70956;1278;20220724;31.8;16.1;24;1.1;12.47;0;5.27;26492
+65082;42.37902;1.70956;1278;20220725;30.8;16.6;23.7;1.5;11.74;.5;5.17;23879
+65082;42.37902;1.70956;1278;20220726;27.7;15.2;21.5;1.7;12.71;.1;4.76;23173
+65082;42.37902;1.70956;1278;20220727;26.9;15.2;21;1.6;12.17;0;4.61;23110
+65082;42.37902;1.70956;1278;20220728;24.4;13.4;18.9;1;12.64;.9;3.7;19914
+65082;42.37902;1.70956;1278;20220729;23.5;14.3;18.9;1;14.24;10.2;3.31;17505
+65082;42.37902;1.70956;1278;20220730;26.7;15.3;21;1.2;15.54;.5;3.97;20825
+65082;42.37902;1.70956;1278;20220731;27.6;15.8;21.7;1.1;15.87;.3;3.97;20263
+65082;42.37902;1.70956;1278;20220801;27.2;13.9;20.5;1.1;14.64;.3;4.03;21360
+65082;42.37902;1.70956;1278;20220802;28.6;14.5;21.6;1.1;14.27;0;4.2;21717
+65082;42.37902;1.70956;1278;20220803;30.7;15.6;23.1;1.4;14.37;4.1;4.88;24218
+65082;42.37902;1.70956;1278;20220804;28.9;13.7;21.3;1.3;13.24;7;4.52;23189
+65082;42.37902;1.70956;1278;20220805;27.6;14.3;21;1.2;12.44;4.1;4.07;20320
+65082;42.37902;1.70956;1278;20220806;27.9;13.7;20.8;1.2;12.54;.6;4.18;21513
+65082;42.37902;1.70956;1278;20220807;26.8;13.6;20.2;1;12.97;2.1;3.96;21335
+65082;42.37902;1.70956;1278;20220808;27.3;13.3;20.3;1;13.21;.8;3.95;21115
+65082;42.37902;1.70956;1278;20220809;26.9;14.2;20.5;1.3;13.71;2.3;3.94;20502
+65082;42.37902;1.70956;1278;20220810;27;12.6;19.8;1.2;13.17;.8;3.93;21327
+65082;42.37902;1.70956;1278;20220811;27.4;15;21.2;1.2;13.41;1.6;3.96;20289
+65082;42.37902;1.70956;1278;20220812;29.6;14.8;22.2;1.3;13.74;.3;4.25;21085
+65082;42.37902;1.70956;1278;20220813;29.8;15.8;22.8;1.4;13.91;.9;4.36;21140
+65082;42.37902;1.70956;1278;20220814;26.5;14.5;20.5;1.3;10.91;0;4.17;21682
+65082;42.37902;1.70956;1278;20220815;23.9;14.4;19.1;1.4;12.67;1.4;3.38;17732
+65082;42.37902;1.70956;1278;20220816;23;12.3;17.6;1;11.71;2.3;3.22;18055
+65082;42.37902;1.70956;1278;20220817;22.2;12;17.1;1.3;11.77;11.6;3.16;17207
+65082;42.37902;1.70956;1278;20220818;19.2;10.2;14.7;1.1;10.77;1.3;2.74;16365
+65082;42.37902;1.70956;1278;20220819;23.9;8.4;16.2;1.3;9.87;0;3.69;22064
+65082;42.37902;1.70956;1278;20220820;25.3;9.9;17.6;1.1;10.77;.1;3.68;21339
+65082;42.37902;1.70956;1278;20220821;25.9;13.4;19.6;1;12.34;0;3.54;19329
+65082;42.37902;1.70956;1278;20220822;25.6;12;18.8;1.1;12.64;.1;3.77;21776
+65082;42.37902;1.70956;1278;20220823;26.1;12.2;19.2;1.2;13.17;.1;3.64;20531
+65082;42.37902;1.70956;1278;20220824;27.7;14.2;21;1.2;14.87;3.2;3.68;19868
+65082;42.37902;1.70956;1278;20220825;25.5;14.6;20.1;1.4;14.11;11.6;3.27;16864
+65082;42.37902;1.70956;1278;20220826;24.1;11.7;17.9;1.2;13.21;.7;3.26;18789
+65082;42.37902;1.70956;1278;20220827;24.6;13;18.8;1.1;13.54;.4;3.11;17523
+65082;42.37902;1.70956;1278;20220828;25.7;9.9;17.8;1.1;12.5;1.6;3.84;20899
+65082;42.37902;1.70956;1278;20220829;25.4;11.7;18.5;1.2;13.27;5.1;3.48;17697
+65082;42.37902;1.70956;1278;20220830;26.6;12;19.3;1.1;13.92;0;3.57;19168
+65082;42.37902;1.70956;1278;20220831;19.9;14.9;17.4;1.4;13.29;13.4;2.41;10044
+65082;42.37902;1.70956;1278;20220901;24.5;9;16.8;1.1;12.19;2.2;3.12;17076
+65082;42.37902;1.70956;1278;20220902;24.3;12.6;18.4;1.1;13.62;3.4;3.1;16412
+65082;42.37902;1.70956;1278;20220903;22.5;11.2;16.8;1.4;13.4;.6;3.19;16141
+65082;42.37902;1.70956;1278;20220904;24.1;10;17.1;1;12.7;0;3.21;18066
+65082;42.37902;1.70956;1278;20220905;24.4;11.7;18.1;1.2;14.5;.2;3.35;17683
+65082;42.37902;1.70956;1278;20220906;24.9;12.9;18.9;1.3;12.97;0;3.45;17547
+65082;42.37902;1.70956;1278;20220907;22.7;11.8;17.2;1.5;9.87;0;3.16;17750
+65082;42.37902;1.70956;1278;20220908;21.3;10.9;16.1;1.2;9.47;0;2.81;16344
+65082;42.37902;1.70956;1278;20220909;22.1;11.1;16.6;1.2;10.94;.1;2.69;15616
+65082;42.37902;1.70956;1278;20220910;23.5;9.1;16.3;1.1;10.47;0;2.93;18397
+65082;42.37902;1.70956;1278;20220911;26.5;11.7;19.1;1.2;12.64;0;3.19;18519
+65082;42.37902;1.70956;1278;20220912;27.5;14.9;21.2;1.4;13.37;.2;3.29;16734
+65082;42.37902;1.70956;1278;20220913;20.1;15.6;17.9;1.4;12.57;18.3;2.14;8691
+65082;42.37902;1.70956;1278;20220914;20.5;11.8;16.2;1.3;12.41;.3;2.29;13383
+65082;42.37902;1.70956;1278;20220915;21.4;9.4;15.4;.9;11.17;10;2.35;14766
+65082;42.37902;1.70956;1278;20220916;21.6;10.1;15.8;1;11.67;0;2.42;15154
+65082;42.37902;1.70956;1278;20220917;21.2;7.9;14.5;1.4;8.94;0;2.4;12882
+65082;42.37902;1.70956;1278;20220918;21.7;7.1;14.4;.9;9.84;0;2.53;17471
+65082;42.37902;1.70956;1278;20220919;23.2;8.7;16;1.1;10.21;0;2.66;16583
+65082;42.37902;1.70956;1278;20220920;22.4;10;16.2;1;10.61;.2;2.46;15566
+65082;42.37902;1.70956;1278;20220921;21;8.4;14.7;1;10.04;.1;2.37;16095
+65082;42.37902;1.70956;1278;20220922;19.1;8.2;13.7;1.1;10.47;.2;2.1;14252
+65082;42.37902;1.70956;1278;20220923;19.7;9.7;14.7;1;11.61;13;2.02;13188
+65082;42.37902;1.70956;1278;20220924;14.7;8.7;11.7;.9;10.91;9.7;1.46;9798
+65082;42.37902;1.70956;1278;20220925;15.6;5.3;10.5;.9;8.97;.4;1.77;13260
+65082;42.37902;1.70956;1278;20220926;16.3;3.8;10;1;7.91;0;1.88;14548
+65082;42.37902;1.70956;1278;20220927;17.4;5.5;11.5;1;7.44;.1;2.01;14391
+65082;42.37902;1.70956;1278;20220928;18.9;6.6;12.7;.9;8.41;0;2.02;14090
+65082;42.37902;1.70956;1278;20220929;14;5.5;9.8;.8;8.24;10.4;1.51;10664
+65082;42.37902;1.70956;1278;20220930;12.8;2.9;7.9;1.3;6.71;.6;1.61;12488
+65082;42.37902;1.70956;1278;20221001;19.6;1.5;10.6;1.1;6.61;0;2.15;16263
+65082;42.37902;1.70956;1278;20221002;24;7.1;15.5;1.1;9.17;0;2.38;15908
+65082;42.37902;1.70956;1278;20221003;22;9;15.5;.9;10.57;0;2.09;14548
+65082;42.37902;1.70956;1278;20221004;21;8.2;14.6;1.1;10.04;0;2.05;14097
+65082;42.37902;1.70956;1278;20221005;20.7;8.1;14.4;1.2;10.34;0;1.97;14060
+65082;42.37902;1.70956;1278;20221006;19.6;7.6;13.6;1.1;9.61;0;1.87;13267
+65082;42.37902;1.70956;1278;20221007;15;8.2;11.6;.7;10.67;.4;1.19;7843
+65082;42.37902;1.70956;1278;20221008;16.1;10.4;13.2;.8;10.61;.2;1.26;7318
+65082;42.37902;1.70956;1278;20221009;18.3;6.2;12.3;1.1;9.14;2.3;1.64;12046
+65082;42.37902;1.70956;1278;20221010;19.4;5.7;12.5;1.1;9.31;.1;1.73;13188
+65082;42.37902;1.70956;1278;20221011;16.9;7.1;12;.9;9.51;.2;1.49;10921
+65082;42.37902;1.70956;1278;20221012;18;6.7;12.3;.7;9.71;.6;1.51;11473
+65082;42.37902;1.70956;1278;20221013;18.5;8.1;13.3;.9;10.51;0;1.5;10851
+65082;42.37902;1.70956;1278;20221014;21.2;9.7;15.5;1.1;10.81;0;1.71;11431
+65082;42.37902;1.70956;1278;20221015;21.4;7.6;14.5;1.4;9.97;0;1.81;12449
+65082;42.37902;1.70956;1278;20221016;20.9;9.2;15.1;1.3;10.14;0;1.78;11693
+65082;42.37902;1.70956;1278;20221017;20.2;10.4;15.3;1;9.97;.1;1.62;10090
+65082;42.37902;1.70956;1278;20221018;22.7;9.2;16;1.1;9.64;0;1.85;12235
+65082;42.37902;1.70956;1278;20221019;21.1;11.9;16.5;1.2;10.34;2;1.73;9429
+65082;42.37902;1.70956;1278;20221020;14.1;12.1;13.1;2.5;11.37;17;1.18;3872
+65082;42.37902;1.70956;1278;20221021;16.1;10.3;13.2;2;10.57;.3;1.36;7189
+65082;42.37902;1.70956;1278;20221022;17.6;9;13.3;1.6;9.91;.3;1.4;8661
+65082;42.37902;1.70956;1278;20221023;14.7;11.4;13.1;2.1;10.07;13.3;1.39;4480
+65082;42.37902;1.70956;1278;20221024;16;9.6;12.8;2.1;9.97;.3;1.39;8070
+65082;42.37902;1.70956;1278;20221025;19.9;9.8;14.9;2.1;8.77;0;1.89;9770
+65082;42.37902;1.70956;1278;20221026;18.9;11.4;15.2;1.9;8.74;0;1.88;8330
+65082;42.37902;1.70956;1278;20221027;19.1;9.9;14.5;.9;8.71;0;1.39;8439
+65082;42.37902;1.70956;1278;20221028;22.5;11.1;16.8;1.1;7.64;0;1.76;10028
+65082;42.37902;1.70956;1278;20221029;19.8;10.4;15.1;1.4;6.21;0;1.87;9724
+65082;42.37902;1.70956;1278;20221030;19.3;6.9;13.1;1.1;5.27;.1;1.6;10099
+65082;42.37902;1.70956;1278;20221031;17.4;7.6;12.5;1.3;8.47;11.8;1.34;8587
+65082;42.37902;1.70956;1278;20221101;16.5;7.2;11.8;.7;9.47;0;.98;8681
+65082;42.37902;1.70956;1278;20221102;12.5;5.3;8.9;1;8.01;0;.89;6490
+65082;42.37902;1.70956;1278;20221103;11.5;8.3;9.9;1.6;9.15;2.3;.85;3426
+65082;42.37902;1.70956;1278;20221104;9.1;1.8;5.5;2;5.82;.6;1.06;8125
+65082;42.37902;1.70956;1278;20221105;13.3;1.1;7.2;1.5;4.55;0;1.29;9914
+65082;42.37902;1.70956;1278;20221106;15.5;4.6;10;1.2;5.55;0;1.24;9771
+65082;42.37902;1.70956;1278;20221107;15;4.4;9.7;1.2;5.98;0;1.19;9541
+65082;42.37902;1.70956;1278;20221108;15.7;6.8;11.3;1.7;7.35;0;1.32;8787
+65082;42.37902;1.70956;1278;20221109;14.4;7.2;10.8;1.5;8.28;3;1.08;7031
+65082;42.37902;1.70956;1278;20221110;13.9;4;9;1.3;7.12;0;1.02;8924
+65082;42.37902;1.70956;1278;20221111;14.3;4;9.1;2;7.42;0;1.11;7440
+65082;42.37902;1.70956;1278;20221112;16.2;7.3;11.7;1.7;7.08;0;1.35;8647
+65082;42.37902;1.70956;1278;20221113;15.5;5.9;10.7;1.4;6.68;0;1.16;8267
+65082;42.37902;1.70956;1278;20221114;12;4.7;8.3;1;7.98;.1;.74;6259
+65082;42.37902;1.70956;1278;20221115;12.9;7.4;10.1;2.1;8.78;.3;.97;4747
+65082;42.37902;1.70956;1278;20221116;13.2;4.1;8.6;1;7.57;0;.74;7184
+65082;42.37902;1.70956;1278;20221117;13.8;4;8.9;1.1;7.67;2.2;.77;6554
+65082;42.37902;1.70956;1278;20221118;7.9;2.9;5.4;.9;6.84;.5;.59;3948
+65082;42.37902;1.70956;1278;20221119;7.9;.3;4.1;1.2;5.04;0;.68;6580
+65082;42.37902;1.70956;1278;20221120;10.9;-2.8;4;1.3;4.07;1.2;.83;7994
+65082;42.37902;1.70956;1278;20221121;6.9;1.1;4;1.2;6.01;10.1;.6;3911
+65082;42.37902;1.70956;1278;20221122;5.8;-.9;2.5;1.7;5.21;1.2;.6;5596
+65082;42.37902;1.70956;1278;20221123;12.1;-.7;5.7;1.3;6.21;1.9;.68;6713
+65082;42.37902;1.70956;1278;20221124;9.6;-.5;4.5;1.3;5.37;.2;.71;5921
+65082;42.37902;1.70956;1278;20221125;8.1;2.3;5.2;1.4;6.27;.8;.63;4587
+65082;42.37902;1.70956;1278;20221126;10.2;-.9;4.6;1;3.84;0;.8;6337
+65082;42.37902;1.70956;1278;20221127;11.9;1.7;6.8;.9;3.64;.7;.83;6643
+65082;42.37902;1.70956;1278;20221128;7.7;.7;4.2;1.4;4.71;3.9;.71;5025
+65082;42.37902;1.70956;1278;20221129;6.7;-.2;3.3;1.2;5.04;1.2;.55;4713
+65082;42.37902;1.70956;1278;20221130;6.1;-3.6;1.3;1;4.14;.1;.51;6611
+65082;42.37902;1.70956;1278;20221201;6.4;-3.5;1.5;.9;3.94;0;.51;6305
+65082;42.37902;1.70956;1278;20221202;5.3;-4.2;.6;1;4.14;0;.46;5588
+65082;42.37902;1.70956;1278;20221203;3.8;-4.9;-.5;1.1;4.11;1.9;.45;5386
+65082;42.37902;1.70956;1278;20221204;2.7;-1.7;.5;1.1;4.64;.1;.43;3951
+65082;42.37902;1.70956;1278;20221205;7.1;-4.5;1.3;.8;4.64;0;.43;6395
+65082;42.37902;1.70956;1278;20221206;10.8;.5;5.7;.7;5.91;.1;.5;5637
+65082;42.37902;1.70956;1278;20221207;8.1;.8;4.4;.9;6.01;0;.45;5151
+65082;42.37902;1.70956;1278;20221208;6.1;2.9;4.5;1.3;6.71;7.2;.5;2426
+65082;42.37902;1.70956;1278;20221209;8.8;4.1;6.4;1.5;7.47;2.2;.52;3471
+65082;42.37902;1.70956;1278;20221210;8;2.2;5.1;1;5.81;0;.54;4770
+65082;42.37902;1.70956;1278;20221211;3.2;-2.7;.2;.9;3.84;0;.53;3362
+65082;42.37902;1.70956;1278;20221212;2.7;-3.2;-.2;.7;4.84;7.7;.35;3472
+65082;42.37902;1.70956;1278;20221213;5.1;.6;2.8;.8;6.61;3;.35;2572
+65082;42.37902;1.70956;1278;20221214;8.3;2.3;5.3;1.1;7.68;7;.49;5352
+65082;42.37902;1.70956;1278;20221215;8.3;2.7;5.5;.8;7.27;3.5;.41;3697
+65082;42.37902;1.70956;1278;20221216;6.8;2.9;4.8;.5;6.97;.2;.41;3001
+65082;42.37902;1.70956;1278;20221217;6.6;.8;3.7;1;5.91;0;.44;4464
+65082;42.37902;1.70956;1278;20221218;8.2;-1.1;3.6;.9;4.87;0;.5;5167
+65082;42.37902;1.70956;1278;20221219;10.2;.2;5.2;.7;4.71;0;.52;5300
+65082;42.37902;1.70956;1278;20221220;12.2;2.3;7.2;1;4.94;.2;.75;5004
+65082;42.37902;1.70956;1278;20221221;10.2;2.6;6.4;.9;6.91;.2;.46;4795
+65082;42.37902;1.70956;1278;20221222;10.8;2;6.4;1;6.44;0;.53;5014
+65082;42.37902;1.70956;1278;20221223;12.9;3.9;8.4;.9;6.97;0;.56;5107
+65082;42.37902;1.70956;1278;20221224;13.8;3.1;8.4;.9;6.07;0;.64;5334
+65082;42.37902;1.70956;1278;20221225;12.6;3.5;8.1;1.1;5.21;0;.8;4931
+65082;42.37902;1.70956;1278;20221226;12.6;3.1;7.8;2.1;5.51;0;1.03;5056
+65082;42.37902;1.70956;1278;20221227;10.5;1.1;5.8;1;5.97;0;.52;5238
+65082;42.37902;1.70956;1278;20221228;11;.9;6;1.4;5.71;0;.65;5404
+65082;42.37902;1.70956;1278;20221229;8.1;.9;4.5;1.1;6.14;.3;.48;4195
+65082;42.37902;1.70956;1278;20221230;11.5;2;6.8;1.2;7.51;0;.47;4870
+65082;42.37902;1.70956;1278;20221231;15.1;4.1;9.6;1.4;6.34;0;.88;5747
+65083;42.40338;2.01087;1366;20220101;12;7.9;10;1.7;3.68;0;1.48;1900
+65083;42.40338;2.01087;1366;20220102;12.7;6.7;9.7;1.4;4.28;0;1.27;1500
+65083;42.40338;2.01087;1366;20220103;11.1;6.5;8.8;1.7;6.08;0;1.01;1800
+65083;42.40338;2.01087;1366;20220104;12.5;4.5;8.5;3;5.08;2;1.39;6769
+65083;42.40338;2.01087;1366;20220105;1.5;1.4;1.5;2.5;3.28;.1;.98;1000
+65083;42.40338;2.01087;1366;20220106;1.9;-7.4;-2.7;2.1;1.98;0;.89;2000
+65083;42.40338;2.01087;1366;20220107;4.7;-5.6;-.4;2.3;2.78;1;.94;2200
+65083;42.40338;2.01087;1366;20220108;7.1;-3.1;2;1.9;3.98;1.9;.84;1800
+65083;42.40338;2.01087;1366;20220109;1.9;0;1;1.5;5.38;22.8;.38;600
+65083;42.40338;2.01087;1366;20220110;8.1;.9;4.5;2.8;6.08;12.6;.72;500
+65083;42.40338;2.01087;1366;20220111;6.1;-2;2.1;1.7;2.48;.3;1.06;2300
+65083;42.40338;2.01087;1366;20220112;7;-1.6;2.7;1.7;1.88;0;1.23;2300
+65083;42.40338;2.01087;1366;20220113;6.7;-2.8;2;1.9;2.28;0;1.18;2000
+65083;42.40338;2.01087;1366;20220114;5.9;-1.2;2.4;1.9;2.18;0;1.2;2400
+65083;42.40338;2.01087;1366;20220115;7.6;-1.3;3.2;2.1;2.18;0;1.36;2500
+65083;42.40338;2.01087;1366;20220116;7.2;-.8;3.2;1.6;1.98;0;1.21;2500
+65083;42.40338;2.01087;1366;20220117;8.4;-.7;3.9;1.4;1.88;0;1.2;2500
+65083;42.40338;2.01087;1366;20220118;12.7;2.3;7.5;1.7;2.08;0;1.61;2600
+65083;42.40338;2.01087;1366;20220119;9.1;.7;4.9;1.6;2.88;0;1.21;2000
+65083;42.40338;2.01087;1366;20220120;5.5;-1.1;2.2;2.1;3.58;0;.96;1300
+65083;42.40338;2.01087;1366;20220121;5.3;-3.5;.9;1.8;2.28;0;1.07;2400
+65083;42.40338;2.01087;1366;20220122;7.6;-4.2;1.7;2;2.88;0;1.11;2700
+65083;42.40338;2.01087;1366;20220123;8.5;-3.2;2.7;2.1;2.58;0;1.3;2800
+65083;42.40338;2.01087;1366;20220124;8.8;-.1;4.4;1.7;2.18;0;1.34;2600
+65083;42.40338;2.01087;1366;20220125;8.4;.6;4.5;1.8;2.38;0;1.34;2800
+65083;42.40338;2.01087;1366;20220126;11.7;.8;6.3;1.8;2.38;0;1.54;3000
+65083;42.40338;2.01087;1366;20220127;11.5;.9;6.2;1.5;1.98;0;1.45;3000
+65083;42.40338;2.01087;1366;20220128;11.5;.1;5.8;1.6;1.78;0;1.52;3000
+65083;42.40338;2.01087;1366;20220129;13.3;-4.3;4.5;1.1;2.77;0;1.23;9115
+65083;42.40338;2.01087;1366;20220130;14.8;3;8.9;1.7;1.88;0;1.82;3600
+65083;42.40338;2.01087;1366;20220131;9.3;2.6;6;3.7;2.48;0;2.09;7858
+65083;42.40338;2.01087;1366;20220201;10.9;-.3;5.3;4.2;4.48;0;1.63;3400
+65083;42.40338;2.01087;1366;20220202;14.6;6.5;10.6;2.5;2.58;0;2.24;4700
+65083;42.40338;2.01087;1366;20220203;15.1;4.6;9.9;1.7;2.18;.1;1.87;2900
+65083;42.40338;2.01087;1366;20220204;10.8;5.1;8;1.3;3.88;0;1.21;2400
+65083;42.40338;2.01087;1366;20220205;8.9;2.1;5.5;1.4;4.38;0;.99;2300
+65083;42.40338;2.01087;1366;20220206;11.1;-1.7;4.7;1.6;2.38;0;1.4;2700
+65083;42.40338;2.01087;1366;20220207;10.9;2.8;6.9;2.5;3.68;0;1.63;3800
+65083;42.40338;2.01087;1366;20220208;15.5;2;8.8;1.8;3.18;0;1.75;3700
+65083;42.40338;2.01087;1366;20220209;14.1;1.4;7.8;1.4;3.58;0;1.41;6600
+65083;42.40338;2.01087;1366;20220210;13.6;1.8;7.7;1.7;3.18;0;1.58;3700
+65083;42.40338;2.01087;1366;20220211;9.5;1.5;5.5;1.4;4.38;0;1.03;2400
+65083;42.40338;2.01087;1366;20220212;6.6;-.5;3.1;1.7;5.08;0;.77;4000
+65083;42.40338;2.01087;1366;20220213;5.5;.4;3;1.7;5.98;2.5;.55;2700
+65083;42.40338;2.01087;1366;20220214;4.5;2.8;3.7;1.8;5.18;1.3;.78;3200
+65083;42.40338;2.01087;1366;20220215;6.6;-2.9;1.9;2.3;3.68;0;1.05;3000
+65083;42.40338;2.01087;1366;20220216;10;-.6;4.7;2;4.98;0;1.03;2100
+65083;42.40338;2.01087;1366;20220217;16.9;4.9;10.9;2.2;5.68;0;1.77;4200
+65083;42.40338;2.01087;1366;20220218;18.1;4.6;11.4;2.3;5.98;0;1.87;4300
+65083;42.40338;2.01087;1366;20220219;3.7;3.7;3.7;1.1;5.58;5.7;.75;5452
+65083;42.40338;2.01087;1366;20220220;9.9;-2.8;3.6;1.7;4.38;0;1.08;4700
+65083;42.40338;2.01087;1366;20220221;10.4;.4;5.4;3.5;2.88;0;2.06;4500
+65083;42.40338;2.01087;1366;20220222;11.5;1.7;6.6;2.9;2.98;0;2.02;4700
+65083;42.40338;2.01087;1366;20220223;14.6;.7;7.7;1.4;4.08;0;1.45;4800
+65083;42.40338;2.01087;1366;20220224;12.7;2.2;7.5;1.4;5.38;0;1.16;3500
+65083;42.40338;2.01087;1366;20220225;9.8;1.5;5.7;1.5;4.18;0;1.19;3700
+65083;42.40338;2.01087;1366;20220226;11.2;-1.1;5.1;1.5;3.48;0;1.54;11200
+65083;42.40338;2.01087;1366;20220227;11.7;-.7;5.5;1.4;4.88;.2;1.13;4300
+65083;42.40338;2.01087;1366;20220228;10.2;1;5.6;1.3;4.68;0;1.11;4600
+65083;42.40338;2.01087;1366;20220301;13.4;.8;7.1;1.6;3.18;0;1.62;4600
+65083;42.40338;2.01087;1366;20220302;10.2;.8;5.5;1.4;5.28;4;.97;2600
+65083;42.40338;2.01087;1366;20220303;10.7;.2;5.5;1.6;5.68;0;1.07;5200
+65083;42.40338;2.01087;1366;20220304;8.7;1.8;5.3;2.2;4.88;0;1.16;2900
+65083;42.40338;2.01087;1366;20220305;6.9;-.7;3.1;1.4;4.88;.9;.8;2500
+65083;42.40338;2.01087;1366;20220306;4;.3;2.2;1;5.38;1.2;.59;2300
+65083;42.40338;2.01087;1366;20220307;6.2;-.6;2.8;1.4;4.78;.5;.85;3800
+65083;42.40338;2.01087;1366;20220308;5.8;-1.1;2.4;1.2;5.38;.9;.71;4000
+65083;42.40338;2.01087;1366;20220309;8.1;.2;4.2;1.7;5.28;0;1;5000
+65083;42.40338;2.01087;1366;20220310;7.3;1;4.2;1.8;5.88;.2;.81;3400
+65083;42.40338;2.01087;1366;20220311;5;1.8;3.4;2.1;6.28;7;.63;3500
+65083;42.40338;2.01087;1366;20220312;4.8;1.9;3.4;1.6;6.18;11.3;.62;3000
+65083;42.40338;2.01087;1366;20220313;7.6;2.4;5;2.3;5.98;1.8;.93;3500
+65083;42.40338;2.01087;1366;20220314;4.4;1.2;2.8;3.8;6.28;4.2;.48;2500
+65083;42.40338;2.01087;1366;20220315;10;4.4;7.2;3.5;6.48;0;1.26;3500
+65083;42.40338;2.01087;1366;20220316;11.8;6.1;9;2.1;5.38;0;1.53;3400
+65083;42.40338;2.01087;1366;20220317;7;4.9;6;1.9;6.68;6.4;.8;2400
+65083;42.40338;2.01087;1366;20220318;7.1;3.8;5.5;2.5;5.88;.7;1;2900
+65083;42.40338;2.01087;1366;20220319;6.9;.8;3.9;2.6;5.48;0;.99;4500
+65083;42.40338;2.01087;1366;20220320;5.6;2.5;4.1;2.2;6.48;21.3;.77;5000
+65083;42.40338;2.01087;1366;20220321;3.6;2.6;3.1;3.1;5.78;6.6;.74;3600
+65083;42.40338;2.01087;1366;20220322;3.6;-1;1.3;2.1;4.38;.1;.94;5500
+65083;42.40338;2.01087;1366;20220323;6.8;-3.8;1.5;2.3;3.48;0;1.34;6800
+65083;42.40338;2.01087;1366;20220324;7.2;.2;3.7;2.5;4.68;0;1.19;4700
+65083;42.40338;2.01087;1366;20220325;11.1;3.7;7.4;2.5;5.58;0;1.72;8500
+65083;42.40338;2.01087;1366;20220326;8.5;2.1;5.3;3.2;3.58;.1;1.85;5200
+65083;42.40338;2.01087;1366;20220327;11.8;3.8;7.8;2.7;5.28;0;1.82;7100
+65083;42.40338;2.01087;1366;20220328;12.1;3.3;7.7;1.9;4.48;0;1.69;5500
+65083;42.40338;2.01087;1366;20220329;13.2;4.2;8.7;1.4;5.48;9.9;1.4;4200
+65083;42.40338;2.01087;1366;20220330;8.9;2.3;5.6;1.6;6.18;3.5;.92;3100
+65083;42.40338;2.01087;1366;20220331;8.6;2.1;5.4;2.3;4.38;0;1.48;5200
+65083;42.40338;2.01087;1366;20220401;0;-5.2;-2.6;3.9;2.58;3.2;1.2;7000
+65083;42.40338;2.01087;1366;20220402;.2;-7.1;-3.4;4.2;2.38;.1;1.14;4900
+65083;42.40338;2.01087;1366;20220403;2.5;-8.1;-2.8;1.8;2.48;0;1.34;12600
+65083;42.40338;2.01087;1366;20220404;7.1;-7.9;-.4;1.6;2.98;0;1.31;8300
+65083;42.40338;2.01087;1366;20220405;12;-3;4.5;2;2.58;0;2.02;8200
+65083;42.40338;2.01087;1366;20220406;11.1;1.1;6.1;1.9;4.78;0;1.48;5300
+65083;42.40338;2.01087;1366;20220407;17;2.2;9.6;1.5;5.08;0;1.94;7300
+65083;42.40338;2.01087;1366;20220408;16.4;4.2;10.3;3.2;5.68;0;2.4;7000
+65083;42.40338;2.01087;1366;20220409;12.6;2.1;7.4;2.1;4.08;0;1.91;6400
+65083;42.40338;2.01087;1366;20220410;14.1;-.4;6.9;1.8;5.08;0;1.78;8000
+65083;42.40338;2.01087;1366;20220411;15.7;4.2;10;3.6;6.48;0;2.19;6600
+65083;42.40338;2.01087;1366;20220412;13.6;7.9;10.8;3.9;6.98;0;1.93;3800
+65083;42.40338;2.01087;1366;20220413;11;6.2;8.6;2;7.48;.5;1.2;4400
+65083;42.40338;2.01087;1366;20220414;15.7;4.4;10.1;2;5.78;0;2.08;8200
+65083;42.40338;2.01087;1366;20220415;16.7;7.5;12.1;1.8;6.98;0;2.06;8000
+65083;42.40338;2.01087;1366;20220416;19.6;6.3;13;1.9;5.58;0;2.61;9400
+65083;42.40338;2.01087;1366;20220417;20.3;5.8;13.1;2;4.48;0;2.85;9300
+65083;42.40338;2.01087;1366;20220418;17;5.4;11.2;2.1;6.78;0;2.07;7500
+65083;42.40338;2.01087;1366;20220419;11.8;6.7;9.3;1.8;8.18;10;1.1;3700
+65083;42.40338;2.01087;1366;20220420;7.4;3.3;5.4;2;6.88;6.6;.85;3800
+65083;42.40338;2.01087;1366;20220421;7.3;3;5.2;1.4;6.38;3.7;.83;3000
+65083;42.40338;2.01087;1366;20220422;13.1;2.3;7.7;2.1;5.98;2.8;1.69;7200
+65083;42.40338;2.01087;1366;20220423;5.4;3.9;4.7;2.8;5.78;5;1.37;9100
+65083;42.40338;2.01087;1366;20220424;13;.9;7;1.7;6.68;.2;1.45;7300
+65083;42.40338;2.01087;1366;20220425;13.1;3.4;8.3;1.7;6.78;0;1.7;9000
+65083;42.40338;2.01087;1366;20220426;16;3.5;9.8;2.1;7.28;0;1.93;8800
+65083;42.40338;2.01087;1366;20220427;16.5;6.4;11.5;1.9;7.28;0;1.88;6500
+65083;42.40338;2.01087;1366;20220428;16.7;7.1;11.9;2;7.38;1;1.91;6100
+65083;42.40338;2.01087;1366;20220429;17.7;6;11.9;1.7;7.18;.1;3.32;21724
+65083;42.40338;2.01087;1366;20220430;15;6.7;10.9;1.6;7.78;.9;2.33;14022
+65083;42.40338;2.01087;1366;20220501;17.5;4;10.8;1.8;6.88;3.6;3.52;24731
+65083;42.40338;2.01087;1366;20220502;10.7;7.1;8.9;1.4;8.38;6.1;1.6;10152
+65083;42.40338;2.01087;1366;20220503;9.6;5;7.3;1.1;7.88;1.7;1.65;11954
+65083;42.40338;2.01087;1366;20220504;12.9;4.4;8.7;1.2;7.58;.7;1.97;13123
+65083;42.40338;2.01087;1366;20220505;11;4.9;8;2.8;6.28;0;2.53;17817
+65083;42.40338;2.01087;1366;20220506;12;5;8.5;3.1;6.08;0;3.05;22205
+65083;42.40338;2.01087;1366;20220507;15.4;6.5;11;2.7;6.48;0;3.94;27890
+65083;42.40338;2.01087;1366;20220508;15.9;5.3;10.6;1.9;6.58;.3;3.53;24742
+65083;42.40338;2.01087;1366;20220509;16.9;6.1;11.5;1.3;7.68;.4;2.94;19004
+65083;42.40338;2.01087;1366;20220510;19.7;6.7;13.2;1.8;8.28;0;3.91;25511
+65083;42.40338;2.01087;1366;20220511;21.8;7.8;14.8;2;8.78;0;4.68;30095
+65083;42.40338;2.01087;1366;20220512;22.2;9.8;16;1.8;8.48;0;4.85;30160
+65083;42.40338;2.01087;1366;20220513;21.7;7.6;14.7;1.7;7.68;.3;4.59;29089
+65083;42.40338;2.01087;1366;20220514;22.7;9.8;16.3;2;9.18;.3;4.65;27688
+65083;42.40338;2.01087;1366;20220515;22.2;10.5;16.4;2.2;8.38;.1;4.89;28880
+65083;42.40338;2.01087;1366;20220516;24.1;11.8;18;2;8.08;0;5.23;29586
+65083;42.40338;2.01087;1366;20220517;25.5;10.8;18.2;1.6;8.68;0;4.96;27850
+65083;42.40338;2.01087;1366;20220518;24.3;12;18.2;2.2;10.28;0;5.06;28552
+65083;42.40338;2.01087;1366;20220519;24.6;13.2;18.9;1.8;9.48;0;5.29;30068
+65083;42.40338;2.01087;1366;20220520;27.1;12.5;19.8;2;7.18;0;5.5;27833
+65083;42.40338;2.01087;1366;20220521;29.2;14;21.6;1.9;7.38;0;6;30328
+65083;42.40338;2.01087;1366;20220522;28.6;15.7;22.2;2.1;6.28;.3;6.17;30210
+65083;42.40338;2.01087;1366;20220523;22.8;14.5;18.7;3.2;7.18;1.7;5.7;28291
+65083;42.40338;2.01087;1366;20220524;17.3;10.6;14;2.8;8.88;20.9;3.11;16060
+65083;42.40338;2.01087;1366;20220525;12.4;5.3;8.9;2.1;6.78;0;2.74;19038
+65083;42.40338;2.01087;1366;20220526;18;4.1;11.1;1.9;6.78;0;2.57;12168
+65083;42.40338;2.01087;1366;20220527;21.8;6.9;14.4;1.4;8.28;0;4.43;28115
+65083;42.40338;2.01087;1366;20220528;23.9;10;17;2;6.88;0;5.5;31757
+65083;42.40338;2.01087;1366;20220529;22.2;11;16.6;2;8.38;4.8;4.52;24899
+65083;42.40338;2.01087;1366;20220530;19.7;9.5;14.6;1.5;10.68;13;3.19;18853
+65083;42.40338;2.01087;1366;20220531;21.9;9.6;15.8;1.8;10.18;0;4.53;27912
+65083;42.40338;2.01087;1366;20220601;24.4;11.4;17.9;2.3;9.78;0;5.56;32046
+65083;42.40338;2.01087;1366;20220602;24;14.3;19.2;2.6;9.68;0;5.58;29937
+65083;42.40338;2.01087;1366;20220603;24.9;14.9;19.9;2.5;8.68;0;5.88;30619
+65083;42.40338;2.01087;1366;20220604;24.7;13;18.9;2.6;9.38;0;5.47;28669
+65083;42.40338;2.01087;1366;20220605;23.5;11.6;17.6;2.4;8.88;0;5.55;31817
+65083;42.40338;2.01087;1366;20220606;24.7;10.4;17.6;1.9;9.18;0;5.28;30192
+65083;42.40338;2.01087;1366;20220607;23.5;12.8;18.2;2.2;10.68;.1;4.78;26095
+65083;42.40338;2.01087;1366;20220608;22.6;12.3;17.5;1.7;11.08;1.9;3.59;18374
+65083;42.40338;2.01087;1366;20220609;22.8;9.1;16;3.1;7.38;0;5.73;32878
+65083;42.40338;2.01087;1366;20220610;27.5;9.3;18.4;1.9;5.78;0;6.03;32563
+65083;42.40338;2.01087;1366;20220611;28.4;12.6;20.5;2.1;8.28;0;5.77;28129
+65083;42.40338;2.01087;1366;20220612;28.4;15;21.7;1.6;10.78;2.4;5.03;24351
+65083;42.40338;2.01087;1366;20220613;28.1;14.5;21.3;2;10.98;0;5.84;29962
+65083;42.40338;2.01087;1366;20220614;29.7;15.4;22.6;2.3;11.78;4.1;5.26;22721
+65083;42.40338;2.01087;1366;20220615;29.2;13.5;21.4;2.2;11.28;0;5.27;24211
+65083;42.40338;2.01087;1366;20220616;30.8;16.2;23.5;1.9;11.38;.2;5.55;25040
+65083;42.40338;2.01087;1366;20220617;30.8;17.4;24.1;1.8;11.38;.4;5.44;24220
+65083;42.40338;2.01087;1366;20220618;29.9;18.7;24.3;2.2;9.48;0;6.83;32955
+65083;42.40338;2.01087;1366;20220619;25.9;17;21.5;2.8;8.18;0;6.64;33121
+65083;42.40338;2.01087;1366;20220620;25.8;14.8;20.3;2;10.28;.1;5.15;25872
+65083;42.40338;2.01087;1366;20220621;27.7;18.1;22.9;2.6;10.58;2;4.99;19117
+65083;42.40338;2.01087;1366;20220622;21.9;13.4;17.7;2.7;12.18;0;4.38;24715
+65083;42.40338;2.01087;1366;20220623;22.8;11.5;17.2;2.4;9.78;.1;5.06;28828
+65083;42.40338;2.01087;1366;20220624;22.1;12.2;17.2;2.3;8.98;0;5.12;29152
+65083;42.40338;2.01087;1366;20220625;21.2;10.7;16;1.9;9.38;0;4.12;23218
+65083;42.40338;2.01087;1366;20220626;22.9;13.9;18.4;2.4;9.38;0;5.35;29301
+65083;42.40338;2.01087;1366;20220627;21.9;12.3;17.1;1.9;10.28;3.6;3.72;18923
+65083;42.40338;2.01087;1366;20220628;22.5;9.4;16;2;10.78;0;2.8;12154
+65083;42.40338;2.01087;1366;20220629;23.8;11.1;17.5;2.2;10.28;1.1;5.24;30419
+65083;42.40338;2.01087;1366;20220630;22.2;12.8;17.5;2.4;9.38;.9;4.6;24155
+65083;42.40338;2.01087;1366;20220701;23.4;12.8;18.1;2.3;10.38;0;5.53;32197
+65083;42.40338;2.01087;1366;20220702;28.5;11.4;20;1.7;9.08;0;5.96;32344
+65083;42.40338;2.01087;1366;20220703;30.1;16.1;23.1;1.7;10.88;.2;5.88;29038
+65083;42.40338;2.01087;1366;20220704;27.7;15.2;21.5;1.9;10.78;0;5.64;28690
+65083;42.40338;2.01087;1366;20220705;27.2;15.7;21.5;2.3;12.58;1.8;5.39;26863
+65083;42.40338;2.01087;1366;20220706;22.2;15.1;18.7;1.5;13.28;6.7;3.85;21097
+65083;42.40338;2.01087;1366;20220707;22.7;10.8;16.8;2;9.48;0;5.33;32560
+65083;42.40338;2.01087;1366;20220708;27;11.2;19.1;1.9;8.68;0;5.87;32369
+65083;42.40338;2.01087;1366;20220709;27.8;12.4;20.1;1.6;8.68;0;5.63;30209
+65083;42.40338;2.01087;1366;20220710;28.6;12.9;20.8;1.6;9.48;0;5.85;31491
+65083;42.40338;2.01087;1366;20220711;28.2;15.1;21.7;1.7;11.68;.6;5.14;25565
+65083;42.40338;2.01087;1366;20220712;29.4;15.4;22.4;2;11.78;0;5.98;30117
+65083;42.40338;2.01087;1366;20220713;29.3;17.3;23.3;1.8;12.48;0;5.95;30084
+65083;42.40338;2.01087;1366;20220714;30;16.3;23.2;1.9;12.88;0;6.17;31520
+65083;42.40338;2.01087;1366;20220715;31.3;16.1;23.7;1.7;9.58;0;6.13;30175
+65083;42.40338;2.01087;1366;20220716;33.4;16.7;25.1;1.8;10.88;0;6.54;31279
+65083;42.40338;2.01087;1366;20220717;32;17.7;24.9;1.9;9.98;0;6.55;31564
+65083;42.40338;2.01087;1366;20220718;30;17.6;23.8;2;11.18;0;6.26;30870
+65083;42.40338;2.01087;1366;20220719;30.5;17.6;24.1;2.1;10.78;0;6.35;30663
+65083;42.40338;2.01087;1366;20220720;28.5;16.2;22.4;2;10.38;0;5.95;30129
+65083;42.40338;2.01087;1366;20220721;29.7;14.5;22.1;1.7;13.98;0;5.07;25367
+65083;42.40338;2.01087;1366;20220722;30.9;16.7;23.8;2;12.08;.7;5.93;28410
+65083;42.40338;2.01087;1366;20220723;29.4;18.6;24;2.2;11.98;0;5.92;28036
+65083;42.40338;2.01087;1366;20220724;31;16.6;23.8;2;11.98;0;6.24;30905
+65083;42.40338;2.01087;1366;20220725;30.3;18;24.2;1.8;10.68;1.2;5.46;25182
+65083;42.40338;2.01087;1366;20220726;27;15.1;21.1;2.2;12.28;.1;5.29;27396
+65083;42.40338;2.01087;1366;20220727;26.7;14.5;20.6;2.4;12.08;0;5.62;30251
+65083;42.40338;2.01087;1366;20220728;24.1;13.8;19;1.9;12.08;.1;3.93;20184
+65083;42.40338;2.01087;1366;20220729;21.6;14.6;18.1;1.8;13.68;10.6;2.87;14493
+65083;42.40338;2.01087;1366;20220730;25.7;14.5;20.1;1.8;14.88;.8;4.26;23144
+65083;42.40338;2.01087;1366;20220731;26.1;15.6;20.9;1.5;14.88;2.4;3.8;19229
+65083;42.40338;2.01087;1366;20220801;26.1;14.1;20.1;1.8;12.78;.1;4.09;20462
+65083;42.40338;2.01087;1366;20220802;28.2;15.2;21.7;1.6;12.88;0;4.32;20888
+65083;42.40338;2.01087;1366;20220803;29.5;16.5;23;2;13.48;5.4;5.24;25635
+65083;42.40338;2.01087;1366;20220804;28.1;14.1;21.1;1.7;12.08;7.7;4.65;23491
+65083;42.40338;2.01087;1366;20220805;26.4;14.6;20.5;2;10.78;.8;4.14;18638
+65083;42.40338;2.01087;1366;20220806;26.5;14.8;20.7;1.8;11.38;1.6;4.11;19377
+65083;42.40338;2.01087;1366;20220807;26.1;15;20.6;1.7;11.88;2.2;4.2;21067
+65083;42.40338;2.01087;1366;20220808;26.2;14;20.1;1.6;12.68;.7;3.88;19573
+65083;42.40338;2.01087;1366;20220809;25.6;15.6;20.6;2.3;12.48;2.8;4.08;19034
+65083;42.40338;2.01087;1366;20220810;25.9;13.8;19.9;1.7;11.78;.1;3.93;19603
+65083;42.40338;2.01087;1366;20220811;25.8;16.2;21;1.5;12.68;1.3;3.92;19694
+65083;42.40338;2.01087;1366;20220812;28.4;15.8;22.1;1.7;12.98;.2;4.1;18996
+65083;42.40338;2.01087;1366;20220813;29.1;17.3;23.2;2.3;13.08;2.6;4.65;20186
+65083;42.40338;2.01087;1366;20220814;26.3;15.3;20.8;2;10.48;0;5.07;27174
+65083;42.40338;2.01087;1366;20220815;22.5;15;18.8;2.2;12.98;2.8;3.51;18474
+65083;42.40338;2.01087;1366;20220816;21.9;12.8;17.4;1.7;11.38;1.9;3.3;17935
+65083;42.40338;2.01087;1366;20220817;21.8;13;17.4;2.1;11.28;14;3.28;16928
+65083;42.40338;2.01087;1366;20220818;18.6;10.6;14.6;1.9;9.98;1.9;2.92;17013
+65083;42.40338;2.01087;1366;20220819;23.3;9.6;16.5;2.3;9.38;0;4.08;22834
+65083;42.40338;2.01087;1366;20220820;24;11.1;17.6;1.8;9.98;0;3.8;20580
+65083;42.40338;2.01087;1366;20220821;24.7;14.3;19.5;1.7;12.48;0;3.7;19571
+65083;42.40338;2.01087;1366;20220822;25.1;13;19.1;1.7;11.88;0;4.4;25949
+65083;42.40338;2.01087;1366;20220823;25.4;12.8;19.1;1.8;12.88;.1;3.95;22165
+65083;42.40338;2.01087;1366;20220824;26.6;14.6;20.6;1.7;14.78;2.8;3.84;20695
+65083;42.40338;2.01087;1366;20220825;25.2;15.1;20.2;2.1;12.78;5.6;3.54;16791
+65083;42.40338;2.01087;1366;20220826;22.6;12.2;17.4;1.8;12.78;.3;3.25;18991
+65083;42.40338;2.01087;1366;20220827;23.7;13.2;18.5;1.6;13.38;.3;3.17;17538
+65083;42.40338;2.01087;1366;20220828;25.1;9.5;17.3;1.1;12.48;.3;3.84;20899
+65083;42.40338;2.01087;1366;20220829;24.9;11.4;18.1;1.2;13.24;4;3.48;17697
+65083;42.40338;2.01087;1366;20220830;26;11.6;18.8;1.1;13.9;.1;3.57;19168
+65083;42.40338;2.01087;1366;20220831;19.3;14.3;16.8;1.4;13.27;12.4;2.41;10044
+65083;42.40338;2.01087;1366;20220901;23.9;8.5;16.2;1.1;12.17;4.1;3.12;17076
+65083;42.40338;2.01087;1366;20220902;23.6;12;17.8;1.1;13.6;7.7;3.1;16412
+65083;42.40338;2.01087;1366;20220903;21.8;10.7;16.2;1.4;13.38;2;3.19;16141
+65083;42.40338;2.01087;1366;20220904;23.4;9.7;16.5;1;12.68;0;3.21;18066
+65083;42.40338;2.01087;1366;20220905;23.8;11.3;17.5;1.2;14.48;0;3.35;17683
+65083;42.40338;2.01087;1366;20220906;24.2;12.5;18.3;1.3;12.94;0;3.45;17547
+65083;42.40338;2.01087;1366;20220907;22.1;13.5;17.8;2.2;9.28;0;3.81;21634
+65083;42.40338;2.01087;1366;20220908;20.9;12.8;16.9;1.8;8.58;0;3.28;18324
+65083;42.40338;2.01087;1366;20220909;20.9;11.1;16;2.1;10.38;.1;2.92;16484
+65083;42.40338;2.01087;1366;20220910;22.1;9.3;15.7;1.7;10.58;0;3.16;20268
+65083;42.40338;2.01087;1366;20220911;25.8;12.4;19.1;2;12.78;0;3.62;20580
+65083;42.40338;2.01087;1366;20220912;27.3;15.5;21.4;2.3;12.68;0;3.87;18749
+65083;42.40338;2.01087;1366;20220913;20.7;16.7;18.7;2.7;10.58;14.3;2.7;8698
+65083;42.40338;2.01087;1366;20220914;20.2;11.9;16.1;2.4;11.38;.1;2.64;14987
+65083;42.40338;2.01087;1366;20220915;21.2;10.3;15.8;1.3;10.78;6.1;2.41;14185
+65083;42.40338;2.01087;1366;20220916;21.7;10.2;16;1.5;10.98;.6;2.73;17167
+65083;42.40338;2.01087;1366;20220917;21.1;9.2;15.2;2.3;8.08;.1;2.35;6800
+65083;42.40338;2.01087;1366;20220918;21.5;7.7;14.6;1.4;9.58;0;2.9;20129
+65083;42.40338;2.01087;1366;20220919;22.5;9.9;16.2;1.8;9.88;0;2.91;17103
+65083;42.40338;2.01087;1366;20220920;22.2;10.6;16.4;1.5;10.58;.2;2.81;17673
+65083;42.40338;2.01087;1366;20220921;20;9.6;14.8;1.4;9.78;.3;2.67;18507
+65083;42.40338;2.01087;1366;20220922;18.5;8.9;13.7;1.8;10.18;.1;2.32;15802
+65083;42.40338;2.01087;1366;20220923;19;9.4;14.2;1.6;10.78;13.2;2.19;14609
+65083;42.40338;2.01087;1366;20220924;14.5;8.6;11.6;1.6;9.88;13.4;1.61;11145
+65083;42.40338;2.01087;1366;20220925;15.2;4.9;10.1;1.7;8.18;.6;1.98;15461
+65083;42.40338;2.01087;1366;20220926;16;3.9;10;1.4;7.28;0;2.1;16541
+65083;42.40338;2.01087;1366;20220927;16.5;5.8;11.2;1.4;7.18;0;2.2;16419
+65083;42.40338;2.01087;1366;20220928;19;7.1;13.1;1.4;7.78;.8;2.34;16165
+65083;42.40338;2.01087;1366;20220929;13.7;5.5;9.6;1.4;7.48;12.5;1.59;10826
+65083;42.40338;2.01087;1366;20220930;11.3;2.3;6.8;1.9;5.98;.5;1.73;14365
+65083;42.40338;2.01087;1366;20221001;19.5;2.5;11;1.7;6.28;0;2.45;16957
+65083;42.40338;2.01087;1366;20221002;24.2;8.5;16.4;1.5;9.28;0;2.74;17595
+65083;42.40338;2.01087;1366;20221003;21.6;10.4;16;1.6;10.58;0;2.52;17333
+65083;42.40338;2.01087;1366;20221004;20.7;9.7;15.2;1.7;10.48;0;2.36;16312
+65083;42.40338;2.01087;1366;20221005;19.9;9.4;14.7;1.9;10.28;0;2.32;16434
+65083;42.40338;2.01087;1366;20221006;18.7;9.2;14;2;8.78;0;2.27;14929
+65083;42.40338;2.01087;1366;20221007;13.9;7.9;10.9;1.1;10.08;1;1.02;5999
+65083;42.40338;2.01087;1366;20221008;14.1;10.1;12.1;1.5;9.58;.9;1.22;6058
+65083;42.40338;2.01087;1366;20221009;16.7;6.8;11.8;1.7;8.78;1.1;1.72;12113
+65083;42.40338;2.01087;1366;20221010;19.4;6.6;13;1.6;8.88;0;2.05;15046
+65083;42.40338;2.01087;1366;20221011;15.8;7.5;11.7;1.3;8.48;0;1.62;12142
+65083;42.40338;2.01087;1366;20221012;17.2;6.9;12.1;1.3;8.68;.4;1.71;13114
+65083;42.40338;2.01087;1366;20221013;17.7;7.2;12.5;1.4;9.88;0;1.66;13118
+65083;42.40338;2.01087;1366;20221014;19.9;10.5;15.2;1.8;10.58;0;1.93;12648
+65083;42.40338;2.01087;1366;20221015;20.7;8.9;14.8;1.9;9.98;0;2.06;13827
+65083;42.40338;2.01087;1366;20221016;19.8;10.6;15.2;2;9.78;0;2.08;13589
+65083;42.40338;2.01087;1366;20221017;19.2;11.6;15.4;1.7;8.58;0;1.95;10922
+65083;42.40338;2.01087;1366;20221018;22.4;10.6;16.5;1.7;8.58;0;2.28;14497
+65083;42.40338;2.01087;1366;20221019;21.8;13.6;17.7;1.9;9.48;.4;2.19;11059
+65083;42.40338;2.01087;1366;20221020;14.9;13.1;14;4;9.78;14.8;1.74;5184
+65083;42.40338;2.01087;1366;20221021;15.9;10.4;13.2;3;8.98;.1;1.75;8721
+65083;42.40338;2.01087;1366;20221022;16.2;9.2;12.7;2.4;8.88;.1;1.62;9416
+65083;42.40338;2.01087;1366;20221023;16.2;13.1;14.7;3.1;8.28;3.4;2;5006
+65083;42.40338;2.01087;1366;20221024;16.1;9.6;12.9;2.6;8.68;.1;1.76;11542
+65083;42.40338;2.01087;1366;20221025;19.7;10.4;15.1;2.8;7.18;0;2.44;12852
+65083;42.40338;2.01087;1366;20221026;20.6;13.7;17.2;2.3;7.38;0;2.38;11761
+65083;42.40338;2.01087;1366;20221027;21;11.8;16.4;1.6;7.68;0;1.9;10148
+65083;42.40338;2.01087;1366;20221028;23.5;13.4;18.5;2;6.08;0;2.47;12504
+65083;42.40338;2.01087;1366;20221029;19.9;13.9;16.9;2.6;4.18;0;2.77;12389
+65083;42.40338;2.01087;1366;20221030;20.3;10.6;15.5;2;3.78;.1;2.32;11541
+65083;42.40338;2.01087;1366;20221031;17.3;9;13.2;2.5;7.48;6.7;1.84;10496
+65083;42.40338;2.01087;1366;20221101;15.7;7.2;11.5;1;9.08;0;1.12;11225
+65083;42.40338;2.01087;1366;20221102;13.4;6.2;9.8;1.9;7.88;0;1.11;7324
+65083;42.40338;2.01087;1366;20221103;11.8;7.2;9.5;1.9;8.18;.7;.93;4603
+65083;42.40338;2.01087;1366;20221104;7.7;1.1;4.4;2.5;5.28;2.2;.99;8189
+65083;42.40338;2.01087;1366;20221105;13.7;1.2;7.5;2;4.08;0;1.53;11119
+65083;42.40338;2.01087;1366;20221106;16.1;5.8;11;1.4;4.78;0;1.41;10919
+65083;42.40338;2.01087;1366;20221107;15.8;4.6;10.2;1.5;5.38;0;1.35;10820
+65083;42.40338;2.01087;1366;20221108;16.1;7;11.6;2;6.58;0;1.48;10723
+65083;42.40338;2.01087;1366;20221109;13.8;7.1;10.5;1.8;7.78;3.1;1.09;7610
+65083;42.40338;2.01087;1366;20221110;14.2;3.2;8.7;1.4;6.38;0;1.05;9953
+65083;42.40338;2.01087;1366;20221111;12.5;4;8.3;3.3;6.88;0;1.22;5933
+65083;42.40338;2.01087;1366;20221112;16.3;7.7;12;2;6.38;.1;1.47;10159
+65083;42.40338;2.01087;1366;20221113;16.2;6.4;11.3;1.6;6.08;0;1.29;8842
+65083;42.40338;2.01087;1366;20221114;12.3;4.4;8.4;1.3;7.58;0;.78;7169
+65083;42.40338;2.01087;1366;20221115;13.4;7.5;10.5;3.2;7.78;.1;1.27;6173
+65083;42.40338;2.01087;1366;20221116;12.6;4.9;8.8;1.3;7.38;0;.81;9725
+65083;42.40338;2.01087;1366;20221117;12.7;4.2;8.5;1.4;7.38;2.1;.8;7439
+65083;42.40338;2.01087;1366;20221118;7.6;2.6;5.1;1.6;5.88;.7;.7;4273
+65083;42.40338;2.01087;1366;20221119;6.1;.6;3.4;2.2;4.38;0;.85;9218
+65083;42.40338;2.01087;1366;20221120;10.3;-1.3;4.5;2.3;3.88;.9;1.15;9235
+65083;42.40338;2.01087;1366;20221121;7.6;1.6;4.6;1.8;5.58;9.8;.72;3884
+65083;42.40338;2.01087;1366;20221122;4.3;-1.1;1.6;2.4;4.78;1.7;.6;7494
+65083;42.40338;2.01087;1366;20221123;11.4;-.4;5.5;1.2;5.98;2.4;.67;6818
+65083;42.40338;2.01087;1366;20221124;9.8;.5;5.2;1.6;5.18;.1;.79;6414
+65083;42.40338;2.01087;1366;20221125;6.7;3.4;5.1;1.8;5.98;2.1;.64;4882
+65083;42.40338;2.01087;1366;20221126;11.3;.3;5.8;1.4;3.28;0;.98;7448
+65083;42.40338;2.01087;1366;20221127;12.8;4.5;8.7;1.4;3.08;.6;1.06;8519
+65083;42.40338;2.01087;1366;20221128;5.6;2.4;4;2.1;4.28;3.3;.87;5459
+65083;42.40338;2.01087;1366;20221129;4.4;.7;2.6;2;4.88;1.7;.61;4738
+65083;42.40338;2.01087;1366;20221130;3.2;-3.1;.1;1.4;3.88;.1;.47;8359
+65083;42.40338;2.01087;1366;20221201;5.6;-2.2;1.7;1.4;3.78;0;.58;8226
+65083;42.40338;2.01087;1366;20221202;4.1;-3.3;.4;1.6;3.98;0;.54;6244
+65083;42.40338;2.01087;1366;20221203;4.5;-4.2;.2;1.8;3.98;1.3;.54;7131
+65083;42.40338;2.01087;1366;20221204;1.6;-1.3;.2;1.3;4.28;0;.42;5508
+65083;42.40338;2.01087;1366;20221205;6.2;-3.6;1.3;1.3;4.28;0;.48;7556
+65083;42.40338;2.01087;1366;20221206;9.6;1.6;5.6;1.3;5.68;.1;.6;6114
+65083;42.40338;2.01087;1366;20221207;7.4;2.4;4.9;1.4;5.78;0;.52;6664
+65083;42.40338;2.01087;1366;20221208;6.3;3.2;4.8;2.1;6.28;2.8;.56;3266
+65083;42.40338;2.01087;1366;20221209;7.7;4.2;6;3.1;6.68;1.5;.66;4643
+65083;42.40338;2.01087;1366;20221210;6.4;2.5;4.5;1.4;5.18;0;.53;6913
+65083;42.40338;2.01087;1366;20221211;3.4;-3.4;0;1.1;3.58;0;.51;3957
+65083;42.40338;2.01087;1366;20221212;3.5;-2.4;.6;1.1;4.78;4.5;.38;3781
+65083;42.40338;2.01087;1366;20221213;7;1.4;4.2;1.6;7.28;2;.31;3121
+65083;42.40338;2.01087;1366;20221214;10.2;5.5;7.9;1.4;7.28;9;.55;5702
+65083;42.40338;2.01087;1366;20221215;7;2.6;4.8;1.5;6.78;4.3;.41;4236
+65083;42.40338;2.01087;1366;20221216;6.9;3.3;5.1;.7;6.68;0;.4;3985
+65083;42.40338;2.01087;1366;20221217;5.3;1.3;3.3;1.5;5.38;0;.45;5995
+65083;42.40338;2.01087;1366;20221218;7.2;0;3.6;1.5;4.68;0;.59;5827
+65083;42.40338;2.01087;1366;20221219;9.2;1.1;5.2;1.1;5.08;0;.56;5823
+65083;42.40338;2.01087;1366;20221220;12.3;3;7.7;1.6;4.68;0;.93;5820
+65083;42.40338;2.01087;1366;20221221;8.8;4.2;6.5;1.4;6.88;.1;.49;5579
+65083;42.40338;2.01087;1366;20221222;10.1;3.4;6.8;1.5;6.38;.1;.6;5741
+65083;42.40338;2.01087;1366;20221223;12.4;5.8;9.1;1.4;7.18;0;.67;5744
+65083;42.40338;2.01087;1366;20221224;14.1;4.8;9.5;1.5;6.08;0;.87;5830
+65083;42.40338;2.01087;1366;20221225;13.9;5.9;9.9;1.7;5.18;0;1.07;5757
+65083;42.40338;2.01087;1366;20221226;12.8;5.3;9.1;3.5;5.58;0;1.47;5928
+65083;42.40338;2.01087;1366;20221227;10;3;6.5;1.6;5.98;0;.65;6021
+65083;42.40338;2.01087;1366;20221228;10.8;3;6.9;2.5;5.68;0;.93;6196
+65083;42.40338;2.01087;1366;20221229;8.1;2.5;5.3;2.1;6.08;0;.64;4344
+65083;42.40338;2.01087;1366;20221230;10.8;3;6.9;1.9;7.28;0;.59;4846
+65083;42.40338;2.01087;1366;20221231;15.8;6.3;11.1;2.3;6.58;0;1.21;6740
+65084;42.42683;2.31239;1313;20220101;13.4;2.7;8.1;1.7;3.7;.1;1.48;1900
+65084;42.42683;2.31239;1313;20220102;12.4;2.3;7.4;1.4;4.3;0;1.27;1500
+65084;42.42683;2.31239;1313;20220103;11.3;3.7;7.5;1.7;6.1;0;1.01;1800
+65084;42.42683;2.31239;1313;20220104;12.1;1.2;6.7;3;5.1;0;1.39;6769
+65084;42.42683;2.31239;1313;20220105;3.9;1.5;2.7;2.5;3.3;0;.98;1000
+65084;42.42683;2.31239;1313;20220106;3.2;-7.9;-2.3;2.1;2;0;.89;2000
+65084;42.42683;2.31239;1313;20220107;5.4;-6.2;-.4;2.3;2.8;0;.94;2200
+65084;42.42683;2.31239;1313;20220108;5.8;-4;.9;1.9;4;1;.84;1800
+65084;42.42683;2.31239;1313;20220109;4.2;-1.7;1.2;1.5;5.4;19.7;.38;600
+65084;42.42683;2.31239;1313;20220110;6.5;1;3.7;2.8;6.1;9.7;.72;500
+65084;42.42683;2.31239;1313;20220111;7;-3.3;1.8;1.7;2.5;.3;1.06;2300
+65084;42.42683;2.31239;1313;20220112;6.5;-3;1.8;1.7;1.9;0;1.23;2300
+65084;42.42683;2.31239;1313;20220113;7.6;-5.2;1.2;1.9;2.3;0;1.18;2000
+65084;42.42683;2.31239;1313;20220114;6.9;-3.7;1.6;1.9;2.2;0;1.2;2400
+65084;42.42683;2.31239;1313;20220115;8.6;-3.7;2.4;2.1;2.2;0;1.36;2500
+65084;42.42683;2.31239;1313;20220116;8;-3.7;2.2;1.6;2;0;1.21;2500
+65084;42.42683;2.31239;1313;20220117;9.2;-3;3.1;1.4;1.9;0;1.2;2500
+65084;42.42683;2.31239;1313;20220118;11.8;-.8;5.5;1.7;2.1;0;1.61;2600
+65084;42.42683;2.31239;1313;20220119;8.3;-1.4;3.5;1.6;2.9;0;1.21;2000
+65084;42.42683;2.31239;1313;20220120;6.1;-1.8;2.2;2.1;3.6;0;.96;1300
+65084;42.42683;2.31239;1313;20220121;4.6;-4.5;.1;1.8;2.3;0;1.07;2400
+65084;42.42683;2.31239;1313;20220122;6.8;-4.8;1;2;2.9;0;1.11;2700
+65084;42.42683;2.31239;1313;20220123;8;-4.5;1.8;2.1;2.6;0;1.3;2800
+65084;42.42683;2.31239;1313;20220124;8.6;-2.8;2.9;1.7;2.2;0;1.34;2600
+65084;42.42683;2.31239;1313;20220125;9.2;-2.3;3.4;1.8;2.4;0;1.34;2800
+65084;42.42683;2.31239;1313;20220126;11.3;-1.7;4.8;1.8;2.4;0;1.54;3000
+65084;42.42683;2.31239;1313;20220127;11.4;-1.9;4.7;1.5;2;0;1.45;3000
+65084;42.42683;2.31239;1313;20220128;12.2;-2.1;5;1.6;1.8;0;1.52;3000
+65084;42.42683;2.31239;1313;20220129;13.7;-4.6;4.6;1.1;2.78;0;1.23;9115
+65084;42.42683;2.31239;1313;20220130;14.7;.4;7.5;1.7;1.9;0;1.82;3600
+65084;42.42683;2.31239;1313;20220131;10.3;0;5.2;3.7;2.5;0;2.09;7858
+65084;42.42683;2.31239;1313;20220201;11.1;-1.3;4.9;4.2;4.5;0;1.63;3400
+65084;42.42683;2.31239;1313;20220202;15.4;4;9.7;2.5;2.6;0;2.24;4700
+65084;42.42683;2.31239;1313;20220203;16.6;1.6;9.1;1.7;2.2;.1;1.87;2900
+65084;42.42683;2.31239;1313;20220204;10.3;3.1;6.7;1.3;3.9;0;1.21;2400
+65084;42.42683;2.31239;1313;20220205;8.9;1.6;5.2;1.4;4.4;0;.99;2300
+65084;42.42683;2.31239;1313;20220206;9.2;-1.7;3.7;1.6;2.4;0;1.4;2700
+65084;42.42683;2.31239;1313;20220207;11.6;.7;6.2;2.5;3.7;0;1.63;3800
+65084;42.42683;2.31239;1313;20220208;14;.1;7.1;1.8;3.2;0;1.75;3700
+65084;42.42683;2.31239;1313;20220209;13.6;.1;6.9;1.4;3.6;0;1.41;6600
+65084;42.42683;2.31239;1313;20220210;13;-.2;6.4;1.7;3.2;0;1.58;3700
+65084;42.42683;2.31239;1313;20220211;9.9;-.3;4.8;1.4;4.4;.1;1.03;2400
+65084;42.42683;2.31239;1313;20220212;7.2;-1;3.1;1.7;5.1;0;.77;4000
+65084;42.42683;2.31239;1313;20220213;5.6;1.1;3.4;1.7;6;2.2;.55;2700
+65084;42.42683;2.31239;1313;20220214;5.6;3;4.3;1.8;5.2;4.7;.78;3200
+65084;42.42683;2.31239;1313;20220215;6.7;-2.3;2.2;2.3;3.7;0;1.05;3000
+65084;42.42683;2.31239;1313;20220216;9.8;-1.1;4.4;2;5;0;1.03;2100
+65084;42.42683;2.31239;1313;20220217;15.9;2.2;9.1;2.2;5.7;0;1.77;4200
+65084;42.42683;2.31239;1313;20220218;17.7;2.7;10.2;2.3;6;0;1.87;4300
+65084;42.42683;2.31239;1313;20220219;4;3.1;3.5;1.1;5.6;4.1;.75;5452
+65084;42.42683;2.31239;1313;20220220;9.6;-2.7;3.5;1.7;4.4;0;1.08;4700
+65084;42.42683;2.31239;1313;20220221;11.6;-.3;5.7;3.5;2.9;0;2.06;4500
+65084;42.42683;2.31239;1313;20220222;12.2;1.4;6.8;2.9;3;0;2.02;4700
+65084;42.42683;2.31239;1313;20220223;13.7;-.2;6.8;1.4;4.1;0;1.45;4800
+65084;42.42683;2.31239;1313;20220224;12.5;2;7.2;1.4;5.4;0;1.16;3500
+65084;42.42683;2.31239;1313;20220225;9;1.1;5.1;1.5;4.2;0;1.19;3700
+65084;42.42683;2.31239;1313;20220226;10.1;-.9;4.6;1.5;3.5;0;1.54;11200
+65084;42.42683;2.31239;1313;20220227;10.9;-.4;5.2;1.4;4.9;.7;1.13;4300
+65084;42.42683;2.31239;1313;20220228;9.4;1;5.2;1.3;4.7;0;1.11;4600
+65084;42.42683;2.31239;1313;20220301;12.9;-.3;6.3;1.6;3.2;0;1.62;4600
+65084;42.42683;2.31239;1313;20220302;9.4;1.7;5.5;1.4;5.3;4.8;.97;2600
+65084;42.42683;2.31239;1313;20220303;10.2;-.3;4.9;1.6;5.7;0;1.07;5200
+65084;42.42683;2.31239;1313;20220304;9.1;1;5;2.2;4.9;0;1.16;2900
+65084;42.42683;2.31239;1313;20220305;7.1;-.5;3.3;1.4;4.9;.5;.8;2500
+65084;42.42683;2.31239;1313;20220306;4.3;.8;2.5;1;5.4;1.3;.59;2300
+65084;42.42683;2.31239;1313;20220307;5.5;-.7;2.4;1.4;4.8;0;.85;3800
+65084;42.42683;2.31239;1313;20220308;6.1;-1.3;2.4;1.2;5.4;1.1;.71;4000
+65084;42.42683;2.31239;1313;20220309;8.5;.5;4.5;1.7;5.3;.1;1;5000
+65084;42.42683;2.31239;1313;20220310;7.3;1.4;4.4;1.8;5.9;0;.81;3400
+65084;42.42683;2.31239;1313;20220311;5.1;2.4;3.7;2.1;6.3;6.7;.63;3500
+65084;42.42683;2.31239;1313;20220312;4.9;2.1;3.5;1.6;6.2;20.3;.62;3000
+65084;42.42683;2.31239;1313;20220313;7.6;2.4;5;2.3;6;1.6;.93;3500
+65084;42.42683;2.31239;1313;20220314;5.1;.7;2.9;3.8;6.3;12.8;.48;2500
+65084;42.42683;2.31239;1313;20220315;10.5;4.9;7.7;3.5;6.5;.7;1.26;3500
+65084;42.42683;2.31239;1313;20220316;11.8;5.5;8.7;2.1;5.4;.3;1.53;3400
+65084;42.42683;2.31239;1313;20220317;8.4;5.4;6.9;1.9;6.7;10;.8;2400
+65084;42.42683;2.31239;1313;20220318;7.3;3.9;5.6;2.5;5.9;4.3;1;2900
+65084;42.42683;2.31239;1313;20220319;6.7;2;4.4;2.6;5.5;.1;.99;4500
+65084;42.42683;2.31239;1313;20220320;6.4;2.8;4.6;2.2;6.5;14.9;.77;5000
+65084;42.42683;2.31239;1313;20220321;4.3;3.1;3.7;3.1;5.8;7.5;.74;3600
+65084;42.42683;2.31239;1313;20220322;4.9;-.9;2;2.1;4.4;.2;.94;5500
+65084;42.42683;2.31239;1313;20220323;7.4;-3.7;1.9;2.3;3.5;0;1.34;6800
+65084;42.42683;2.31239;1313;20220324;6.5;-.7;2.9;2.5;4.7;0;1.19;4700
+65084;42.42683;2.31239;1313;20220325;11.4;2.7;7;2.5;5.6;0;1.72;8500
+65084;42.42683;2.31239;1313;20220326;9.2;1.1;5.1;3.2;3.6;.1;1.85;5200
+65084;42.42683;2.31239;1313;20220327;11.9;3.9;7.9;2.7;5.3;0;1.82;7100
+65084;42.42683;2.31239;1313;20220328;12.6;1.3;7;1.9;4.5;0;1.69;5500
+65084;42.42683;2.31239;1313;20220329;13.1;3.4;8.3;1.4;5.5;8.5;1.4;4200
+65084;42.42683;2.31239;1313;20220330;9;2.7;5.8;1.6;6.2;4.4;.92;3100
+65084;42.42683;2.31239;1313;20220331;9;2.8;5.9;2.3;4.4;.3;1.48;5200
+65084;42.42683;2.31239;1313;20220401;1.1;-3.8;-1.3;3.9;2.6;.7;1.2;7000
+65084;42.42683;2.31239;1313;20220402;2.4;-5.6;-1.6;4.2;2.4;0;1.14;4900
+65084;42.42683;2.31239;1313;20220403;4;-8.5;-2.3;1.8;2.5;0;1.34;12600
+65084;42.42683;2.31239;1313;20220404;7.4;-7.6;-.1;1.6;3;0;1.31;8300
+65084;42.42683;2.31239;1313;20220405;12.5;-4;4.3;2;2.6;0;2.02;8200
+65084;42.42683;2.31239;1313;20220406;11.4;.1;5.8;1.9;4.8;.2;1.48;5300
+65084;42.42683;2.31239;1313;20220407;16.7;1.7;9.2;1.5;5.1;0;1.94;7300
+65084;42.42683;2.31239;1313;20220408;16.1;3.2;9.7;3.2;5.7;0;2.4;7000
+65084;42.42683;2.31239;1313;20220409;12.1;2.1;7.1;2.1;4.1;.9;1.91;6400
+65084;42.42683;2.31239;1313;20220410;13.9;1.5;7.7;1.8;5.1;0;1.78;8000
+65084;42.42683;2.31239;1313;20220411;15.9;3.7;9.8;3.6;6.5;0;2.19;6600
+65084;42.42683;2.31239;1313;20220412;13.3;6.1;9.7;3.9;7;2.6;1.93;3800
+65084;42.42683;2.31239;1313;20220413;10.5;6.7;8.6;2;7.5;1;1.2;4400
+65084;42.42683;2.31239;1313;20220414;16;4.5;10.2;2;5.8;0;2.08;8200
+65084;42.42683;2.31239;1313;20220415;17.6;5.9;11.8;1.8;7;0;2.06;8000
+65084;42.42683;2.31239;1313;20220416;20;4.8;12.4;1.9;5.6;0;2.61;9400
+65084;42.42683;2.31239;1313;20220417;19.8;4.1;12;2;4.5;0;2.85;9300
+65084;42.42683;2.31239;1313;20220418;17.7;4.3;11;2.1;6.8;0;2.07;7500
+65084;42.42683;2.31239;1313;20220419;11.9;6.6;9.3;1.8;8.2;12.9;1.1;3700
+65084;42.42683;2.31239;1313;20220420;8.3;3.8;6;2;6.9;12.4;.85;3800
+65084;42.42683;2.31239;1313;20220421;8.3;3.2;5.7;1.4;6.4;9;.83;3000
+65084;42.42683;2.31239;1313;20220422;13.2;2.3;7.7;2.1;6;0;1.69;7200
+65084;42.42683;2.31239;1313;20220423;6.5;2.9;4.7;2.8;5.8;2.9;1.37;9100
+65084;42.42683;2.31239;1313;20220424;12.9;1.1;7;1.7;6.7;1;1.45;7300
+65084;42.42683;2.31239;1313;20220425;13.9;3.5;8.7;1.7;6.8;.1;1.7;9000
+65084;42.42683;2.31239;1313;20220426;16.4;3;9.7;2.1;7.3;0;1.93;8800
+65084;42.42683;2.31239;1313;20220427;16.8;4.9;10.9;1.9;7.3;0;1.88;6500
+65084;42.42683;2.31239;1313;20220428;16.6;6.4;11.5;2;7.4;0;1.91;6100
+65084;42.42683;2.31239;1313;20220429;18.1;4.9;11.5;1.7;7.2;0;3.32;21724
+65084;42.42683;2.31239;1313;20220430;15.2;5.9;10.5;1.6;7.8;2.8;2.33;14022
+65084;42.42683;2.31239;1313;20220501;16.7;3.6;10.1;1.8;6.9;2.1;3.52;24731
+65084;42.42683;2.31239;1313;20220502;10.7;7.2;8.9;1.4;8.4;10.4;1.6;10152
+65084;42.42683;2.31239;1313;20220503;10.3;5.7;8;1.1;7.9;1.3;1.65;11954
+65084;42.42683;2.31239;1313;20220504;12.6;4.3;8.4;1.2;7.6;2.3;1.97;13123
+65084;42.42683;2.31239;1313;20220505;12.6;4;8.3;2.8;6.3;.2;2.53;17817
+65084;42.42683;2.31239;1313;20220506;13.7;4.9;9.3;3.1;6.1;0;3.05;22205
+65084;42.42683;2.31239;1313;20220507;15.6;5;10.3;2.7;6.5;.1;3.94;27890
+65084;42.42683;2.31239;1313;20220508;15.9;4;10;1.9;6.6;.3;3.53;24742
+65084;42.42683;2.31239;1313;20220509;17.1;4.8;11;1.3;7.7;.5;2.94;19004
+65084;42.42683;2.31239;1313;20220510;20;5.4;12.7;1.8;8.3;0;3.91;25511
+65084;42.42683;2.31239;1313;20220511;22;6.8;14.4;2;8.8;0;4.68;30095
+65084;42.42683;2.31239;1313;20220512;22;8.2;15.1;1.8;8.5;0;4.85;30160
+65084;42.42683;2.31239;1313;20220513;21.9;6.5;14.2;1.7;7.7;.4;4.59;29089
+65084;42.42683;2.31239;1313;20220514;22.8;8.7;15.7;2;9.2;.1;4.65;27688
+65084;42.42683;2.31239;1313;20220515;22.4;9.4;15.9;2.2;8.4;.1;4.89;28880
+65084;42.42683;2.31239;1313;20220516;23.9;10.5;17.2;2;8.1;0;5.23;29586
+65084;42.42683;2.31239;1313;20220517;25.5;9.8;17.7;1.6;8.7;.1;4.96;27850
+65084;42.42683;2.31239;1313;20220518;24.5;11.1;17.8;2.2;10.3;0;5.06;28552
+65084;42.42683;2.31239;1313;20220519;25.1;12;18.6;1.8;9.5;0;5.29;30068
+65084;42.42683;2.31239;1313;20220520;26.9;11.8;19.4;2;7.2;0;5.5;27833
+65084;42.42683;2.31239;1313;20220521;28.9;12.7;20.8;1.9;7.4;0;6;30328
+65084;42.42683;2.31239;1313;20220522;28.7;13.7;21.2;2.1;6.3;.3;6.17;30210
+65084;42.42683;2.31239;1313;20220523;22.8;12.4;17.6;3.2;7.2;2.1;5.7;28291
+65084;42.42683;2.31239;1313;20220524;15.4;11.4;13.4;2.8;8.9;21.3;3.11;16060
+65084;42.42683;2.31239;1313;20220525;13.3;5.5;9.4;2.1;6.8;0;2.74;19038
+65084;42.42683;2.31239;1313;20220526;19;3.9;11.4;1.9;6.8;0;2.57;12168
+65084;42.42683;2.31239;1313;20220527;22.2;6.9;14.6;1.4;8.3;0;4.43;28115
+65084;42.42683;2.31239;1313;20220528;24;8.9;16.5;2;6.9;0;5.5;31757
+65084;42.42683;2.31239;1313;20220529;22;9.9;15.9;2;8.4;4.2;4.52;24899
+65084;42.42683;2.31239;1313;20220530;19.5;8.6;14.1;1.5;10.7;10.4;3.19;18853
+65084;42.42683;2.31239;1313;20220531;21.6;9.3;15.4;1.8;10.2;.1;4.53;27912
+65084;42.42683;2.31239;1313;20220601;25;10.6;17.8;2.3;9.8;0;5.56;32046
+65084;42.42683;2.31239;1313;20220602;24.7;12.2;18.5;2.6;9.7;.1;5.58;29937
+65084;42.42683;2.31239;1313;20220603;25.6;14.3;19.9;2.5;8.7;0;5.88;30619
+65084;42.42683;2.31239;1313;20220604;25.4;11.9;18.7;2.6;9.4;0;5.47;28669
+65084;42.42683;2.31239;1313;20220605;23.5;11.2;17.4;2.4;8.9;0;5.55;31817
+65084;42.42683;2.31239;1313;20220606;23.9;10.2;17.1;1.9;9.2;.4;5.28;30192
+65084;42.42683;2.31239;1313;20220607;23.2;12.7;18;2.2;10.7;2.1;4.78;26095
+65084;42.42683;2.31239;1313;20220608;21.3;12.7;17;1.7;11.1;4.8;3.59;18374
+65084;42.42683;2.31239;1313;20220609;23;9.3;16.1;3.1;7.4;0;5.73;32878
+65084;42.42683;2.31239;1313;20220610;27.2;8.7;17.9;1.9;5.8;0;6.03;32563
+65084;42.42683;2.31239;1313;20220611;28;11.7;19.8;2.1;8.3;0;5.77;28129
+65084;42.42683;2.31239;1313;20220612;28.1;13.6;20.9;1.6;10.8;1.7;5.03;24351
+65084;42.42683;2.31239;1313;20220613;28.5;13.9;21.2;2;11;.4;5.84;29962
+65084;42.42683;2.31239;1313;20220614;29.1;14.3;21.7;2.3;11.8;2.8;5.26;22721
+65084;42.42683;2.31239;1313;20220615;29.5;13.7;21.6;2.2;11.3;0;5.27;24211
+65084;42.42683;2.31239;1313;20220616;30.6;14.8;22.7;1.9;11.4;.3;5.55;25040
+65084;42.42683;2.31239;1313;20220617;31.2;16.3;23.8;1.8;11.4;.1;5.44;24220
+65084;42.42683;2.31239;1313;20220618;30.4;16.8;23.6;2.2;9.5;0;6.83;32955
+65084;42.42683;2.31239;1313;20220619;26.8;15;20.9;2.8;8.2;0;6.64;33121
+65084;42.42683;2.31239;1313;20220620;26.2;13;19.6;2;10.3;1.3;5.15;25872
+65084;42.42683;2.31239;1313;20220621;27.3;16.2;21.7;2.6;10.6;1.7;4.99;19117
+65084;42.42683;2.31239;1313;20220622;21.8;12.7;17.2;2.7;12.2;1.6;4.38;24715
+65084;42.42683;2.31239;1313;20220623;22.7;11;16.9;2.4;9.8;0;5.06;28828
+65084;42.42683;2.31239;1313;20220624;22.1;11.5;16.8;2.3;9;0;5.12;29152
+65084;42.42683;2.31239;1313;20220625;21.7;10.6;16.1;1.9;9.4;.4;4.12;23218
+65084;42.42683;2.31239;1313;20220626;23.5;12;17.8;2.4;9.4;0;5.35;29301
+65084;42.42683;2.31239;1313;20220627;21.3;11.9;16.6;1.9;10.3;7.3;3.72;18923
+65084;42.42683;2.31239;1313;20220628;22.8;9.8;16.3;2;10.8;.2;2.8;12154
+65084;42.42683;2.31239;1313;20220629;24.5;10.3;17.4;2.2;10.3;.5;5.24;30419
+65084;42.42683;2.31239;1313;20220630;22.6;12.7;17.6;2.4;9.4;2.3;4.6;24155
+65084;42.42683;2.31239;1313;20220701;23.9;13.1;18.5;2.3;10.4;.2;5.53;32197
+65084;42.42683;2.31239;1313;20220702;28.7;10.8;19.7;1.7;9.1;0;5.96;32344
+65084;42.42683;2.31239;1313;20220703;30.2;14.6;22.4;1.7;10.9;.1;5.88;29038
+65084;42.42683;2.31239;1313;20220704;28;14.1;21.1;1.9;10.8;0;5.64;28690
+65084;42.42683;2.31239;1313;20220705;28.1;14.5;21.3;2.3;12.6;2.5;5.39;26863
+65084;42.42683;2.31239;1313;20220706;22.2;14.7;18.5;1.5;13.3;7.5;3.85;21097
+65084;42.42683;2.31239;1313;20220707;24.4;11;17.7;2;9.5;0;5.33;32560
+65084;42.42683;2.31239;1313;20220708;27.7;9.8;18.8;1.9;8.7;0;5.87;32369
+65084;42.42683;2.31239;1313;20220709;28.1;11.9;20;1.6;8.7;0;5.63;30209
+65084;42.42683;2.31239;1313;20220710;28.6;12;20.3;1.6;9.5;0;5.85;31491
+65084;42.42683;2.31239;1313;20220711;28.4;14;21.2;1.7;11.7;.3;5.14;25565
+65084;42.42683;2.31239;1313;20220712;29.5;14.8;22.2;2;11.8;0;5.98;30117
+65084;42.42683;2.31239;1313;20220713;30;15.6;22.8;1.8;12.5;0;5.95;30084
+65084;42.42683;2.31239;1313;20220714;30.4;15.2;22.8;1.9;12.9;0;6.17;31520
+65084;42.42683;2.31239;1313;20220715;31.6;14.5;23;1.7;9.6;0;6.13;30175
+65084;42.42683;2.31239;1313;20220716;33;15.5;24.3;1.8;10.9;0;6.54;31279
+65084;42.42683;2.31239;1313;20220717;32.1;15.9;24;1.9;10;0;6.55;31564
+65084;42.42683;2.31239;1313;20220718;30.8;16.1;23.4;2;11.2;0;6.26;30870
+65084;42.42683;2.31239;1313;20220719;31.1;16.4;23.8;2.1;10.8;0;6.35;30663
+65084;42.42683;2.31239;1313;20220720;29;15.1;22;2;10.4;0;5.95;30129
+65084;42.42683;2.31239;1313;20220721;30.1;14.6;22.3;1.7;14;0;5.07;25367
+65084;42.42683;2.31239;1313;20220722;31.3;15.9;23.6;2;12.1;1.3;5.93;28410
+65084;42.42683;2.31239;1313;20220723;29.7;17.7;23.7;2.2;12;0;5.92;28036
+65084;42.42683;2.31239;1313;20220724;31.4;16.7;24.1;2;12;0;6.24;30905
+65084;42.42683;2.31239;1313;20220725;30.7;16.6;23.7;1.8;10.7;2.2;5.46;25182
+65084;42.42683;2.31239;1313;20220726;27.5;15.4;21.5;2.2;12.3;.1;5.29;27396
+65084;42.42683;2.31239;1313;20220727;27;15.7;21.3;2.4;12.1;0;5.62;30251
+65084;42.42683;2.31239;1313;20220728;24.7;14;19.3;1.9;12.1;0;3.93;20184
+65084;42.42683;2.31239;1313;20220729;23;14.3;18.6;1.8;13.7;5.8;2.87;14493
+65084;42.42683;2.31239;1313;20220730;24.8;14.4;19.6;1.8;14.9;1.2;4.26;23144
+65084;42.42683;2.31239;1313;20220731;26.9;15.1;21;1.5;14.9;3.7;3.8;19229
+65084;42.42683;2.31239;1313;20220801;26.2;13.3;19.8;1.8;12.8;.1;4.09;20462
+65084;42.42683;2.31239;1313;20220802;27.9;14.4;21.1;1.6;12.9;0;4.32;20888
+65084;42.42683;2.31239;1313;20220803;29.7;15.4;22.6;2;13.5;2;5.24;25635
+65084;42.42683;2.31239;1313;20220804;28.7;13.3;21;1.7;12.1;6.4;4.65;23491
+65084;42.42683;2.31239;1313;20220805;27;14.1;20.5;2;10.8;.7;4.14;18638
+65084;42.42683;2.31239;1313;20220806;27.2;13.4;20.3;1.8;11.4;1.2;4.11;19377
+65084;42.42683;2.31239;1313;20220807;26.4;13.2;19.8;1.7;11.9;2.6;4.2;21067
+65084;42.42683;2.31239;1313;20220808;26.5;13.1;19.8;1.6;12.7;.1;3.88;19573
+65084;42.42683;2.31239;1313;20220809;26.6;14;20.3;2.3;12.5;1.7;4.08;19034
+65084;42.42683;2.31239;1313;20220810;26.5;12.3;19.4;1.7;11.8;0;3.93;19603
+65084;42.42683;2.31239;1313;20220811;26.3;15;20.6;1.5;12.7;0;3.92;19694
+65084;42.42683;2.31239;1313;20220812;29.3;14.7;22;1.7;13;0;4.1;18996
+65084;42.42683;2.31239;1313;20220813;29.3;15.5;22.4;2.3;13.1;5.1;4.65;20186
+65084;42.42683;2.31239;1313;20220814;26.5;14.2;20.3;2;10.5;.4;5.07;27174
+65084;42.42683;2.31239;1313;20220815;23.6;15;19.3;2.2;13;3.3;3.51;18474
+65084;42.42683;2.31239;1313;20220816;22.6;12.7;17.6;1.7;11.4;.9;3.3;17935
+65084;42.42683;2.31239;1313;20220817;22.2;12.6;17.4;2.1;11.3;12;3.28;16928
+65084;42.42683;2.31239;1313;20220818;18.1;10.6;14.3;1.9;10;3.2;2.92;17013
+65084;42.42683;2.31239;1313;20220819;23.5;8.6;16.1;2.3;9.4;0;4.08;22834
+65084;42.42683;2.31239;1313;20220820;25;10.2;17.6;1.8;10;.4;3.8;20580
+65084;42.42683;2.31239;1313;20220821;24.9;14.1;19.5;1.7;12.5;2.5;3.7;19571
+65084;42.42683;2.31239;1313;20220822;24.6;12.7;18.6;1.7;11.9;0;4.4;25949
+65084;42.42683;2.31239;1313;20220823;25.6;13;19.3;1.8;12.9;0;3.95;22165
+65084;42.42683;2.31239;1313;20220824;27;14.5;20.8;1.7;14.8;2.3;3.84;20695
+65084;42.42683;2.31239;1313;20220825;25.6;14.9;20.3;2.1;12.8;2.8;3.54;16791
+65084;42.42683;2.31239;1313;20220826;23.4;11.7;17.5;1.8;12.8;.2;3.25;18991
+65084;42.42683;2.31239;1313;20220827;24;13.3;18.6;1.6;13.4;.3;3.17;17538
+65084;42.42683;2.31239;1313;20220828;25.5;9.7;17.6;1.1;12.49;.3;3.84;20899
+65084;42.42683;2.31239;1313;20220829;25.2;11.5;18.4;1.2;13.26;2;3.48;17697
+65084;42.42683;2.31239;1313;20220830;26.4;11.8;19.1;1.1;13.92;.7;3.57;19168
+65084;42.42683;2.31239;1313;20220831;19.6;14.6;17.1;1.4;13.28;11.6;2.41;10044
+65084;42.42683;2.31239;1313;20220901;24.3;8.7;16.5;1.1;12.18;3.3;3.12;17076
+65084;42.42683;2.31239;1313;20220902;24;12.3;18.1;1.1;13.62;8.6;3.1;16412
+65084;42.42683;2.31239;1313;20220903;22.2;11;16.6;1.4;13.39;4.4;3.19;16141
+65084;42.42683;2.31239;1313;20220904;23.9;9.9;16.9;1;12.69;0;3.21;18066
+65084;42.42683;2.31239;1313;20220905;24.2;11.6;17.9;1.2;14.49;.1;3.35;17683
+65084;42.42683;2.31239;1313;20220906;24.7;12.7;18.7;1.3;12.96;.3;3.45;17547
+65084;42.42683;2.31239;1313;20220907;22.2;11.8;17;2.2;9.3;0;3.81;21634
+65084;42.42683;2.31239;1313;20220908;20.6;10.9;15.8;1.8;8.6;.5;3.28;18324
+65084;42.42683;2.31239;1313;20220909;21.6;10.6;16.1;2.1;10.4;1.1;2.92;16484
+65084;42.42683;2.31239;1313;20220910;23;9.8;16.4;1.7;10.6;0;3.16;20268
+65084;42.42683;2.31239;1313;20220911;25.8;12.8;19.3;2;12.8;.2;3.62;20580
+65084;42.42683;2.31239;1313;20220912;27.3;15.6;21.5;2.3;12.7;0;3.87;18749
+65084;42.42683;2.31239;1313;20220913;21.4;15.4;18.4;2.7;10.6;10.4;2.7;8698
+65084;42.42683;2.31239;1313;20220914;20.2;11.6;15.9;2.4;11.4;0;2.64;14987
+65084;42.42683;2.31239;1313;20220915;21.1;9.4;15.2;1.3;10.8;6.4;2.41;14185
+65084;42.42683;2.31239;1313;20220916;21.1;9.8;15.5;1.5;11;2.9;2.73;17167
+65084;42.42683;2.31239;1313;20220917;20.5;8.4;14.5;2.3;8.1;.1;2.35;6800
+65084;42.42683;2.31239;1313;20220918;21.3;8.3;14.8;1.4;9.6;0;2.9;20129
+65084;42.42683;2.31239;1313;20220919;22.4;8.6;15.5;1.8;9.9;.1;2.91;17103
+65084;42.42683;2.31239;1313;20220920;22;10.3;16.1;1.5;10.6;.1;2.81;17673
+65084;42.42683;2.31239;1313;20220921;19.9;8.9;14.4;1.4;9.8;.2;2.67;18507
+65084;42.42683;2.31239;1313;20220922;18.1;8.9;13.5;1.8;10.2;.1;2.32;15802
+65084;42.42683;2.31239;1313;20220923;19.3;8.7;14;1.6;10.8;10.9;2.19;14609
+65084;42.42683;2.31239;1313;20220924;14.6;8.8;11.7;1.6;9.9;13.7;1.61;11145
+65084;42.42683;2.31239;1313;20220925;14.9;6;10.4;1.7;8.2;1.2;1.98;15461
+65084;42.42683;2.31239;1313;20220926;15.7;4.1;9.9;1.4;7.3;0;2.1;16541
+65084;42.42683;2.31239;1313;20220927;16.6;5.7;11.1;1.4;7.2;0;2.2;16419
+65084;42.42683;2.31239;1313;20220928;17.9;6.9;12.4;1.4;7.8;4.7;2.34;16165
+65084;42.42683;2.31239;1313;20220929;13.2;6.3;9.7;1.4;7.5;14.3;1.59;10826
+65084;42.42683;2.31239;1313;20220930;12.3;3.2;7.8;1.9;6;.7;1.73;14365
+65084;42.42683;2.31239;1313;20221001;18.8;1.6;10.2;1.7;6.3;0;2.45;16957
+65084;42.42683;2.31239;1313;20221002;23.6;7.3;15.4;1.5;9.3;0;2.74;17595
+65084;42.42683;2.31239;1313;20221003;21.4;9.4;15.4;1.6;10.6;0;2.52;17333
+65084;42.42683;2.31239;1313;20221004;20.6;9.1;14.9;1.7;10.5;0;2.36;16312
+65084;42.42683;2.31239;1313;20221005;19.8;8.4;14.1;1.9;10.3;0;2.32;16434
+65084;42.42683;2.31239;1313;20221006;18.6;8.5;13.5;2;8.8;0;2.27;14929
+65084;42.42683;2.31239;1313;20221007;14.2;7.6;10.9;1.1;10.1;5.1;1.02;5999
+65084;42.42683;2.31239;1313;20221008;14.3;10;12.1;1.5;9.6;3.8;1.22;6058
+65084;42.42683;2.31239;1313;20221009;17;6.7;11.8;1.7;8.8;.3;1.72;12113
+65084;42.42683;2.31239;1313;20221010;18.1;6.1;12.1;1.6;8.9;.1;2.05;15046
+65084;42.42683;2.31239;1313;20221011;16;7.6;11.8;1.3;8.5;.2;1.62;12142
+65084;42.42683;2.31239;1313;20221012;16.7;6.7;11.7;1.3;8.7;.2;1.71;13114
+65084;42.42683;2.31239;1313;20221013;17.6;7;12.3;1.4;9.9;0;1.66;13118
+65084;42.42683;2.31239;1313;20221014;20.1;10.2;15.1;1.8;10.6;0;1.93;12648
+65084;42.42683;2.31239;1313;20221015;20.6;7.8;14.2;1.9;10;0;2.06;13827
+65084;42.42683;2.31239;1313;20221016;19.9;9.5;14.7;2;9.8;0;2.08;13589
+65084;42.42683;2.31239;1313;20221017;18.9;10.1;14.5;1.7;8.6;0;1.95;10922
+65084;42.42683;2.31239;1313;20221018;21.5;9.3;15.4;1.7;8.6;0;2.28;14497
+65084;42.42683;2.31239;1313;20221019;21.7;12.1;16.9;1.9;9.5;0;2.19;11059
+65084;42.42683;2.31239;1313;20221020;15.3;11.8;13.5;4;9.8;6.6;1.74;5184
+65084;42.42683;2.31239;1313;20221021;16.5;9.8;13.1;3;9;0;1.75;8721
+65084;42.42683;2.31239;1313;20221022;16.9;8.2;12.6;2.4;8.9;0;1.62;9416
+65084;42.42683;2.31239;1313;20221023;15.9;10.8;13.4;3.1;8.3;1.6;2;5006
+65084;42.42683;2.31239;1313;20221024;16.6;8.6;12.6;2.6;8.7;.1;1.76;11542
+65084;42.42683;2.31239;1313;20221025;19.5;9.3;14.4;2.8;7.2;0;2.44;12852
+65084;42.42683;2.31239;1313;20221026;20.4;11.4;15.9;2.3;7.4;0;2.38;11761
+65084;42.42683;2.31239;1313;20221027;21;10;15.5;1.6;7.7;0;1.9;10148
+65084;42.42683;2.31239;1313;20221028;22.1;10.9;16.5;2;6.1;0;2.47;12504
+65084;42.42683;2.31239;1313;20221029;19.7;10.3;15;2.6;4.2;0;2.77;12389
+65084;42.42683;2.31239;1313;20221030;19.5;6.8;13.2;2;3.8;0;2.32;11541
+65084;42.42683;2.31239;1313;20221031;16.8;7.6;12.2;2.5;7.5;1.7;1.84;10496
+65084;42.42683;2.31239;1313;20221101;15.8;6.5;11.1;1;9.1;.1;1.12;11225
+65084;42.42683;2.31239;1313;20221102;13.6;5.8;9.7;1.9;7.9;0;1.11;7324
+65084;42.42683;2.31239;1313;20221103;11.9;6.7;9.3;1.9;8.2;1.9;.93;4603
+65084;42.42683;2.31239;1313;20221104;8.8;1;4.9;2.5;5.3;2.8;.99;8189
+65084;42.42683;2.31239;1313;20221105;13.5;.8;7.1;2;4.1;0;1.53;11119
+65084;42.42683;2.31239;1313;20221106;16.4;6.1;11.3;1.4;4.8;0;1.41;10919
+65084;42.42683;2.31239;1313;20221107;16.1;4.9;10.5;1.5;5.4;0;1.35;10820
+65084;42.42683;2.31239;1313;20221108;15.7;5.6;10.7;2;6.6;.2;1.48;10723
+65084;42.42683;2.31239;1313;20221109;13.9;5.1;9.5;1.8;7.8;4.2;1.09;7610
+65084;42.42683;2.31239;1313;20221110;13.7;3.6;8.6;1.4;6.4;0;1.05;9953
+65084;42.42683;2.31239;1313;20221111;13.6;3.1;8.3;3.3;6.9;0;1.22;5933
+65084;42.42683;2.31239;1313;20221112;15.9;5.8;10.9;2;6.4;.1;1.47;10159
+65084;42.42683;2.31239;1313;20221113;15.6;4.5;10.1;1.6;6.1;0;1.29;8842
+65084;42.42683;2.31239;1313;20221114;12.2;4.3;8.2;1.3;7.6;.1;.78;7169
+65084;42.42683;2.31239;1313;20221115;13.2;6.6;9.9;3.2;7.8;.1;1.27;6173
+65084;42.42683;2.31239;1313;20221116;12;4.6;8.3;1.3;7.4;0;.81;9725
+65084;42.42683;2.31239;1313;20221117;12.8;4.1;8.4;1.4;7.4;1.8;.8;7439
+65084;42.42683;2.31239;1313;20221118;7.3;2.9;5.1;1.6;5.9;1.8;.7;4273
+65084;42.42683;2.31239;1313;20221119;6.6;1;3.8;2.2;4.4;0;.85;9218
+65084;42.42683;2.31239;1313;20221120;9.3;-2;3.7;2.3;3.9;.3;1.15;9235
+65084;42.42683;2.31239;1313;20221121;7.1;.8;4;1.8;5.6;7.2;.72;3884
+65084;42.42683;2.31239;1313;20221122;5.5;-.5;2.5;2.4;4.8;1.3;.6;7494
+65084;42.42683;2.31239;1313;20221123;11.7;-1.1;5.3;1.2;6;1.7;.67;6818
+65084;42.42683;2.31239;1313;20221124;9.8;.6;5.2;1.6;5.2;0;.79;6414
+65084;42.42683;2.31239;1313;20221125;8.1;2.7;5.4;1.8;6;2.5;.64;4882
+65084;42.42683;2.31239;1313;20221126;10.3;-1;4.7;1.4;3.3;0;.98;7448
+65084;42.42683;2.31239;1313;20221127;11.8;1.8;6.8;1.4;3.1;.5;1.06;8519
+65084;42.42683;2.31239;1313;20221128;6.5;1.6;4.1;2.1;4.3;1.6;.87;5459
+65084;42.42683;2.31239;1313;20221129;5.9;-.5;2.7;2;4.9;2.1;.61;4738
+65084;42.42683;2.31239;1313;20221130;5.1;-3.6;.7;1.4;3.9;.1;.47;8359
+65084;42.42683;2.31239;1313;20221201;5.5;-2.5;1.5;1.4;3.8;0;.58;8226
+65084;42.42683;2.31239;1313;20221202;4.7;-4.2;.3;1.6;4;0;.54;6244
+65084;42.42683;2.31239;1313;20221203;4.7;-4.6;0;1.8;4;1;.54;7131
+65084;42.42683;2.31239;1313;20221204;1.9;-1;.5;1.3;4.3;0;.42;5508
+65084;42.42683;2.31239;1313;20221205;6.5;-3.3;1.6;1.3;4.3;.1;.48;7556
+65084;42.42683;2.31239;1313;20221206;10.3;.2;5.2;1.3;5.7;.1;.6;6114
+65084;42.42683;2.31239;1313;20221207;8.2;.7;4.4;1.4;5.8;0;.52;6664
+65084;42.42683;2.31239;1313;20221208;6.3;3.2;4.7;2.1;6.3;1.6;.56;3266
+65084;42.42683;2.31239;1313;20221209;8.2;3.8;6;3.1;6.7;2.2;.66;4643
+65084;42.42683;2.31239;1313;20221210;6.3;2.5;4.4;1.4;5.2;0;.53;6913
+65084;42.42683;2.31239;1313;20221211;3.7;-3.1;.3;1.1;3.6;0;.51;3957
+65084;42.42683;2.31239;1313;20221212;3.8;-2.1;.9;1.1;4.8;3.1;.38;3781
+65084;42.42683;2.31239;1313;20221213;6.6;1.4;4;1.6;7.3;2;.31;3121
+65084;42.42683;2.31239;1313;20221214;8.5;4.5;6.5;1.4;7.3;3.4;.55;5702
+65084;42.42683;2.31239;1313;20221215;7.7;2.5;5.1;1.5;6.8;9.4;.41;4236
+65084;42.42683;2.31239;1313;20221216;6.8;3.1;5;.7;6.7;1;.4;3985
+65084;42.42683;2.31239;1313;20221217;6.7;1.9;4.3;1.5;5.4;0;.45;5995
+65084;42.42683;2.31239;1313;20221218;8.1;-.8;3.7;1.5;4.7;0;.59;5827
+65084;42.42683;2.31239;1313;20221219;10;.4;5.2;1.1;5.1;0;.56;5823
+65084;42.42683;2.31239;1313;20221220;11.8;3.7;7.7;1.6;4.7;0;.93;5820
+65084;42.42683;2.31239;1313;20221221;9;3.3;6.1;1.4;6.9;.1;.49;5579
+65084;42.42683;2.31239;1313;20221222;10.8;2.4;6.6;1.5;6.4;0;.6;5741
+65084;42.42683;2.31239;1313;20221223;12.9;4.3;8.6;1.4;7.2;0;.67;5744
+65084;42.42683;2.31239;1313;20221224;13.6;4.2;8.9;1.5;6.1;0;.87;5830
+65084;42.42683;2.31239;1313;20221225;14;3.8;8.9;1.7;5.2;0;1.07;5757
+65084;42.42683;2.31239;1313;20221226;12.9;3.3;8.1;3.5;5.6;0;1.47;5928
+65084;42.42683;2.31239;1313;20221227;10.1;1.3;5.7;1.6;6;0;.65;6021
+65084;42.42683;2.31239;1313;20221228;10.7;1.5;6.1;2.5;5.7;0;.93;6196
+65084;42.42683;2.31239;1313;20221229;8.3;.5;4.4;2.1;6.1;0;.64;4344
+65084;42.42683;2.31239;1313;20221230;10.6;1.6;6.1;1.9;7.3;0;.59;4846
+65084;42.42683;2.31239;1313;20221231;15.1;4.5;9.8;2.3;6.6;.1;1.21;6740
+65085;42.44939;2.61412;532;20220101;20.3;9.5;14.9;1.4;5.57;.1;1.45;4965
+65085;42.44939;2.61412;532;20220102;16.9;5.1;11;1.6;7.07;0;1.15;5168
+65085;42.44939;2.61412;532;20220103;15.9;8.2;12.1;1.6;8.47;0;1.05;4326
+65085;42.44939;2.61412;532;20220104;10.5;6.3;8.4;2.2;8.67;0;.63;2877
+65085;42.44939;2.61412;532;20220105;6;5.1;5.6;4.2;5.52;0;1.2;1150
+65085;42.44939;2.61412;532;20220106;6.6;-.2;3.2;3.7;3.37;0;1.3;4330
+65085;42.44939;2.61412;532;20220107;7;-.9;3.1;4.8;4.42;0;1.2;4728
+65085;42.44939;2.61412;532;20220108;10.4;4.9;7.6;5;6.52;.6;1.24;3886
+65085;42.44939;2.61412;532;20220109;8.9;5.6;7.2;5.2;7.32;16.9;1.16;2418
+65085;42.44939;2.61412;532;20220110;7;5.4;6.2;3.7;7.62;15.3;.75;1591
+65085;42.44939;2.61412;532;20220111;11;4.1;7.6;4.3;4.77;0;1.63;4549
+65085;42.44939;2.61412;532;20220112;9.2;1.2;5.2;3;4.62;0;1.27;4946
+65085;42.44939;2.61412;532;20220113;9.4;-1.4;4;1.5;3.57;0;1;5691
+65085;42.44939;2.61412;532;20220114;12.9;-.6;6.1;1.6;3.47;0;1.26;6530
+65085;42.44939;2.61412;532;20220115;11.6;2;6.8;2.9;3.22;0;1.84;5432
+65085;42.44939;2.61412;532;20220116;10;1.6;5.8;3.4;3.77;0;1.68;5162
+65085;42.44939;2.61412;532;20220117;11.5;2.4;6.9;3.9;4.07;0;1.76;5533
+65085;42.44939;2.61412;532;20220118;12.1;3.1;7.6;2.8;5.07;0;1.38;5469
+65085;42.44939;2.61412;532;20220119;6.6;-.3;3.1;3.5;6.02;.1;.7;4645
+65085;42.44939;2.61412;532;20220120;7.9;2.2;5;4.2;6.57;0;.83;4463
+65085;42.44939;2.61412;532;20220121;5.3;.5;2.9;3.7;4.92;.1;.93;4097
+65085;42.44939;2.61412;532;20220122;8.5;-1.5;3.5;3.7;4.27;0;1.32;6205
+65085;42.44939;2.61412;532;20220123;9.3;-1.1;4.1;2.2;5.12;0;.96;6268
+65085;42.44939;2.61412;532;20220124;10.2;.8;5.5;1.9;6.12;0;.84;6089
+65085;42.44939;2.61412;532;20220125;12;.8;6.4;1.9;5.82;0;1.08;6452
+65085;42.44939;2.61412;532;20220126;14.9;3.5;9.2;2.9;4.57;0;1.93;6913
+65085;42.44939;2.61412;532;20220127;14.6;4.7;9.7;3.3;4.17;0;2.2;6422
+65085;42.44939;2.61412;532;20220128;13.3;3.8;8.5;4.9;3.82;0;2.49;6566
+65085;42.44939;2.61412;532;20220129;15.1;4.1;9.6;3.6;4.07;0;2.19;6875
+65085;42.44939;2.61412;532;20220130;14.8;5.8;10.3;4.1;5.77;0;1.92;6458
+65085;42.44939;2.61412;532;20220131;10.5;2.7;6.6;5.7;5.87;0;1.41;6063
+65085;42.44939;2.61412;532;20220201;11.1;3.2;7.2;5.3;6.07;0;1.47;6246
+65085;42.44939;2.61412;532;20220202;17;7.2;12.1;4.3;6.17;0;2.06;7161
+65085;42.44939;2.61412;532;20220203;19;8.1;13.5;2.4;5.52;0;2.09;7201
+65085;42.44939;2.61412;532;20220204;12.5;7;9.8;3;8.17;0;1.2;5091
+65085;42.44939;2.61412;532;20220205;10.8;6.7;8.7;3.3;7.87;0;1.14;4533
+65085;42.44939;2.61412;532;20220206;8.7;1.6;5.2;3.7;5.97;0;1.12;6236
+65085;42.44939;2.61412;532;20220207;12.6;4.2;8.4;5;7.22;0;1.39;6951
+65085;42.44939;2.61412;532;20220208;15.3;4.7;10;3;6.22;0;1.93;7825
+65085;42.44939;2.61412;532;20220209;11.8;3.4;7.6;1.8;7.62;0;1;7033
+65085;42.44939;2.61412;532;20220210;7.7;4;5.8;1.9;8.55;0;1.36;11078
+65085;42.44939;2.61412;532;20220211;11.6;2.8;7.2;4.8;9.01;0;1.56;6956
+65085;42.44939;2.61412;532;20220212;11.1;1.5;6.3;2.9;8.01;0;1.38;10627
+65085;42.44939;2.61412;532;20220213;16.8;2.3;9.5;6;8.55;1.3;2.55;12765
+65085;42.44939;2.61412;532;20220214;10.7;6.2;8.5;6.5;8.21;7;2.21;4881
+65085;42.44939;2.61412;532;20220215;11;5.3;8.2;9.3;7.56;0;2.99;9766
+65085;42.44939;2.61412;532;20220216;13.4;5.5;9.4;4.7;7.97;.2;1.45;7629
+65085;42.44939;2.61412;532;20220217;14.5;9.1;11.8;4.1;9.32;0;1.57;6246
+65085;42.44939;2.61412;532;20220218;18.4;6.5;12.5;2.5;9.77;0;1.71;9186
+65085;42.44939;2.61412;532;20220219;6.4;5.5;6;3.3;7.67;2.5;.77;1772
+65085;42.44939;2.61412;532;20220220;13.1;2.2;7.6;3.6;6.87;0;1.59;9498
+65085;42.44939;2.61412;532;20220221;14.3;7;10.6;6.1;6.42;0;2.53;7733
+65085;42.44939;2.61412;532;20220222;14.3;5.5;9.9;4.6;6.32;0;2.13;8751
+65085;42.44939;2.61412;532;20220223;16.4;4.8;10.6;2.1;7.22;0;1.85;10137
+65085;42.44939;2.61412;532;20220224;15;4.7;9.9;2.5;8.57;0;1.54;9340
+65085;42.44939;2.61412;532;20220225;9.1;5.9;7.5;3.7;6.27;0;1.54;5149
+65085;42.44939;2.61412;532;20220226;11.1;-.3;5.4;2.6;4.57;0;1.76;10361
+65085;42.44939;2.61412;532;20220227;11.6;0;5.8;1.8;6.47;0;1.36;10212
+65085;42.44939;2.61412;532;20220228;13.8;2.1;8;1.8;7.02;0;1.51;10402
+65085;42.44939;2.61412;532;20220301;11.4;5.5;8.5;3.3;7.67;0;1.5;7614
+65085;42.44939;2.61412;532;20220302;11.3;5.9;8.6;2.3;8.92;4.3;1.13;7360
+65085;42.44939;2.61412;532;20220303;15.3;5.6;10.5;2;8.82;0;1.64;10196
+65085;42.44939;2.61412;532;20220304;10.5;7.1;8.8;4;8.07;0;1.35;5244
+65085;42.44939;2.61412;532;20220305;9.8;4.2;7;3.4;6.72;0;1.4;7818
+65085;42.44939;2.61412;532;20220306;9.5;3.4;6.4;2.4;6.52;0;1.34;8120
+65085;42.44939;2.61412;532;20220307;8.1;1.8;5;1.8;6.72;0;1.06;7914
+65085;42.44939;2.61412;532;20220308;13.1;2.1;7.6;2.3;7.72;1.6;1.54;11489
+65085;42.44939;2.61412;532;20220309;13.1;4.4;8.8;2.5;8.47;.1;1.5;10231
+65085;42.44939;2.61412;532;20220310;13.5;5.1;9.3;2.4;8.52;0;1.66;10298
+65085;42.44939;2.61412;532;20220311;12.4;6.9;9.7;4.3;8.82;7.4;1.62;7886
+65085;42.44939;2.61412;532;20220312;7.6;7.2;7.4;3;9.17;36.6;.64;1742
+65085;42.44939;2.61412;532;20220313;11.7;6.3;9;3.3;8.92;2.3;1.42;8435
+65085;42.44939;2.61412;532;20220314;9.5;3;6.3;4.1;9.57;17.2;.64;8967
+65085;42.44939;2.61412;532;20220315;11.3;9.2;10.2;4.4;11.27;5;.83;5007
+65085;42.44939;2.61412;532;20220316;12.2;8.9;10.6;3.3;10.77;.3;1.16;6520
+65085;42.44939;2.61412;532;20220317;11.9;8.7;10.3;3;10.77;7.4;1.13;6451
+65085;42.44939;2.61412;532;20220318;10.7;7.5;9.1;3.3;10.85;3.7;1.41;6450
+65085;42.44939;2.61412;532;20220319;11.7;5.5;8.6;2.3;10.18;.3;1.38;6185
+65085;42.44939;2.61412;532;20220320;12.5;5.5;9;5.4;11.15;16.9;1.24;8436
+65085;42.44939;2.61412;532;20220321;13.5;5.9;9.7;6.2;9.95;7.9;2.26;11733
+65085;42.44939;2.61412;532;20220322;11.9;5.1;8.5;7.4;8.49;.2;3.03;15463
+65085;42.44939;2.61412;532;20220323;14.1;2.9;8.5;3.6;8.05;0;2.8;18277
+65085;42.44939;2.61412;532;20220324;13.1;3.2;8.2;4.3;9.29;0;2.45;13796
+65085;42.44939;2.61412;532;20220325;14.9;5.7;10.3;2;10.31;0;2.32;16378
+65085;42.44939;2.61412;532;20220326;15;3.9;9.4;2.8;9.75;0;2.36;16303
+65085;42.44939;2.61412;532;20220327;16.5;4.6;10.5;2.2;9.05;0;2.62;15754
+65085;42.44939;2.61412;532;20220328;17.8;3.6;10.7;4;8.41;0;3.26;17058
+65085;42.44939;2.61412;532;20220329;14.8;6.3;10.6;3.4;10.71;7.3;2.08;10918
+65085;42.44939;2.61412;532;20220330;12.5;6.4;9.4;5.9;11.16;5.1;1.97;11361
+65085;42.44939;2.61412;532;20220331;12;7.7;9.9;9.6;8.51;.9;3.43;13116
+65085;42.44939;2.61412;532;20220401;7.4;1.9;4.7;7.7;5.01;.2;3.24;17254
+65085;42.44939;2.61412;532;20220402;5.6;-1.1;2.3;6.1;5.16;0;2.07;11056
+65085;42.44939;2.61412;532;20220403;8;.9;4.4;7.8;4.4;0;3.24;20178
+65085;42.44939;2.61412;532;20220404;10;-.3;4.8;2.4;4.9;0;2.8;21099
+65085;42.44939;2.61412;532;20220405;14.2;2.2;8.2;5.8;6.36;0;4.31;23562
+65085;42.44939;2.61412;532;20220406;13.3;5.8;9.6;5.3;8.61;.2;3.18;12832
+65085;42.44939;2.61412;532;20220407;17.7;5.5;11.6;3.6;10.11;0;3.57;20388
+65085;42.44939;2.61412;532;20220408;18.1;8.5;13.3;5.5;11.18;.3;3.79;17808
+65085;42.44939;2.61412;532;20220409;12.4;7.4;9.9;7.9;8.41;.8;3.46;14105
+65085;42.44939;2.61412;532;20220410;14.7;2.8;8.7;4.3;8.71;0;3.13;21558
+65085;42.44939;2.61412;532;20220411;16.8;7.1;11.9;8.1;11.25;0;3.37;17543
+65085;42.44939;2.61412;532;20220412;14.5;8.9;11.7;5.3;12.41;3.7;1.9;9313
+65085;42.44939;2.61412;532;20220413;12.5;9.7;11.1;3.7;12.55;3;1.49;6614
+65085;42.44939;2.61412;532;20220414;19.5;7.7;13.6;3.7;10.48;0;4.1;21194
+65085;42.44939;2.61412;532;20220415;21.1;8.5;14.8;4.8;12.19;0;4.36;20083
+65085;42.44939;2.61412;532;20220416;20.2;10.1;15.2;7.6;12.19;0;4.97;21396
+65085;42.44939;2.61412;532;20220417;18.9;8.9;13.9;5.4;11.41;0;4.32;22627
+65085;42.44939;2.61412;532;20220418;18;10.6;14.3;4.6;10.78;.1;4.12;17662
+65085;42.44939;2.61412;532;20220419;14.6;11.4;13;4.2;10.91;10.6;2.93;8409
+65085;42.44939;2.61412;532;20220420;10.7;7;8.9;4.1;10.61;32.3;1.49;5677
+65085;42.44939;2.61412;532;20220421;10.9;6.7;8.8;6.3;10.48;5.4;1.76;8587
+65085;42.44939;2.61412;532;20220422;16.4;6.6;11.5;3.5;11.25;0;3.29;19514
+65085;42.44939;2.61412;532;20220423;14.5;7.8;11.2;4.7;10.58;1.8;2.98;13038
+65085;42.44939;2.61412;532;20220424;16.2;7.1;11.6;5.7;10.68;.6;3.64;19612
+65085;42.44939;2.61412;532;20220425;16.6;6.8;11.7;2.9;11.18;.2;3.46;21770
+65085;42.44939;2.61412;532;20220426;18.5;7.1;12.8;2.5;11.48;0;3.7;22874
+65085;42.44939;2.61412;532;20220427;17.1;8.1;12.6;3.1;12.98;0;2.86;17332
+65085;42.44939;2.61412;532;20220428;16.9;10.2;13.6;3.6;13.38;0;3.12;16808
+65085;42.44939;2.61412;532;20220429;20.5;12.3;16.4;4.9;13.85;.1;4.58;21275
+65085;42.44939;2.61412;532;20220430;19.3;13.4;16.3;5.9;12.91;1.1;4.3;14811
+65085;42.44939;2.61412;532;20220501;20.1;10.6;15.3;5;11.48;1.7;5.07;22742
+65085;42.44939;2.61412;532;20220502;15.4;11.5;13.5;3.1;12.28;9.1;2.73;10704
+65085;42.44939;2.61412;532;20220503;17.5;11.1;14.3;3;13.25;1.2;2.99;13542
+65085;42.44939;2.61412;532;20220504;17.3;10.2;13.7;4.1;12.65;1.5;3.32;15835
+65085;42.44939;2.61412;532;20220505;17.3;10.8;14;8.5;11.21;.1;4.65;19048
+65085;42.44939;2.61412;532;20220506;18.2;11;14.6;4.5;8.92;0;3.64;14824
+65085;42.44939;2.61412;532;20220507;20;12.1;16.1;4.2;9.57;.1;3.86;15533
+65085;42.44939;2.61412;532;20220508;21.3;11.5;16.4;2.5;10.52;.3;3.59;17327
+65085;42.44939;2.61412;532;20220509;22.2;12.7;17.4;1.7;11.32;.5;3.44;17273
+65085;42.44939;2.61412;532;20220510;24.7;10.8;17.8;1.5;11.27;0;3.92;20945
+65085;42.44939;2.61412;532;20220511;24.3;11.6;18;1.6;13.07;0;3.75;19832
+65085;42.44939;2.61412;532;20220512;24.3;12.4;18.4;1.4;12.72;0;3.78;20144
+65085;42.44939;2.61412;532;20220513;23.6;11.5;17.6;1.7;13.82;.3;3.59;19626
+65085;42.44939;2.61412;532;20220514;26.1;13.4;19.8;1.8;14.67;.1;4.06;20438
+65085;42.44939;2.61412;532;20220515;25.3;13.6;19.4;1.9;13.22;.1;4;20123
+65085;42.44939;2.61412;532;20220516;25;14;19.5;1.3;14.82;0;3.65;19094
+65085;42.44939;2.61412;532;20220517;26.3;13.8;20.1;1.5;15.67;.1;3.91;20135
+65085;42.44939;2.61412;532;20220518;28.1;17.7;22.9;2.8;14.97;0;4.76;18812
+65085;42.44939;2.61412;532;20220519;25.5;15.8;20.6;2.7;16.72;0;3.89;18672
+65085;42.44939;2.61412;532;20220520;28.7;17.6;23.2;2.3;14.72;0;4.77;19802
+65085;42.44939;2.61412;532;20220521;27;14;20.5;1.4;15.47;.1;4.12;21092
+65085;42.44939;2.61412;532;20220522;28.9;16.1;22.5;1.5;14.37;.3;4.43;20177
+65085;42.44939;2.61412;532;20220523;19.9;15.7;17.8;3.2;14.62;.9;2.76;12129
+65085;42.44939;2.61412;532;20220524;13.4;11.5;12.4;3.1;11.57;19.9;1.42;5969
+65085;42.44939;2.61412;532;20220525;17.8;9.5;13.6;3.3;10.37;0;3.13;17177
+65085;42.44939;2.61412;532;20220526;19.8;11.2;15.5;3.9;10.57;0;3.68;17750
+65085;42.44939;2.61412;532;20220527;23.1;11.5;17.3;3.9;12.07;0;4.32;20739
+65085;42.44939;2.61412;532;20220528;25.5;14;19.7;3.4;12.52;0;4.78;20778
+65085;42.44939;2.61412;532;20220529;24;13.4;18.7;2.7;11.17;2.8;4.57;19747
+65085;42.44939;2.61412;532;20220530;24.1;10.9;17.5;1.3;11.52;8.6;3.93;21423
+65085;42.44939;2.61412;532;20220531;25;13.3;19.1;1.5;14.02;.2;3.96;20679
+65085;42.44939;2.61412;532;20220601;27.7;14.7;21.2;1.8;15.27;0;4.57;22302
+65085;42.44939;2.61412;532;20220602;23.1;14.8;19;1.8;16.67;.1;3.38;17855
+65085;42.44939;2.61412;532;20220603;25;15.2;20.1;2.1;17.42;0;3.75;19014
+65085;42.44939;2.61412;532;20220604;28.4;16.1;22.3;1.8;18.07;0;4.51;21826
+65085;42.44939;2.61412;532;20220605;22.9;16.1;19.5;2.5;16.27;.6;3.33;15759
+65085;42.44939;2.61412;532;20220606;28.5;13.9;21.2;1.9;15.77;.5;4.79;23450
+65085;42.44939;2.61412;532;20220607;21.1;15.5;18.3;2.5;15.77;2.5;2.91;14204
+65085;42.44939;2.61412;532;20220608;22.4;14.8;18.6;2.4;15.57;1.7;3.35;16875
+65085;42.44939;2.61412;532;20220609;22.6;12.9;17.7;4;13.07;0;4.08;19418
+65085;42.44939;2.61412;532;20220610;28;12;20;3.4;11.47;0;5.7;25036
+65085;42.44939;2.61412;532;20220611;31.4;16.4;23.9;2.2;10.97;0;5.8;23690
+65085;42.44939;2.61412;532;20220612;30.1;18.1;24.1;2.4;14.47;.7;5.29;21186
+65085;42.44939;2.61412;532;20220613;29.7;18.3;24;3;17.17;.2;5.02;20737
+65085;42.44939;2.61412;532;20220614;31.3;18.5;24.9;1.8;16.12;2.3;5.21;22093
+65085;42.44939;2.61412;532;20220615;31.2;18.2;24.7;2.1;16.02;0;5.33;22025
+65085;42.44939;2.61412;532;20220616;34.6;19.6;27.1;1.4;17.12;0;5.57;23832
+65085;42.44939;2.61412;532;20220617;36.5;20.4;28.5;1.7;15.67;0;6.19;24648
+65085;42.44939;2.61412;532;20220618;31.8;21.3;26.6;2.5;15.57;0;5.62;20265
+65085;42.44939;2.61412;532;20220619;31.8;19.9;25.8;4;15.12;0;6.35;21043
+65085;42.44939;2.61412;532;20220620;26.6;16.7;21.7;2.4;17.67;.2;4.23;19828
+65085;42.44939;2.61412;532;20220621;28.4;19.3;23.8;2;19.57;2.4;4.39;19054
+65085;42.44939;2.61412;532;20220622;27.2;16.4;21.8;2.4;17.52;3.4;4.41;20640
+65085;42.44939;2.61412;532;20220623;28.6;16.1;22.3;2.3;16.62;0;4.81;22113
+65085;42.44939;2.61412;532;20220624;22.5;14.9;18.7;2.4;15.62;.4;3.39;16844
+65085;42.44939;2.61412;532;20220625;28.6;13.6;21.1;1.9;15.17;1;4.96;24368
+65085;42.44939;2.61412;532;20220626;24.3;14.8;19.6;3;16.77;0;3.89;19342
+65085;42.44939;2.61412;532;20220627;20.6;14.3;17.4;3.6;14.37;2;3.22;15641
+65085;42.44939;2.61412;532;20220628;24.7;13.5;19.1;2.9;13.47;.1;4.46;20875
+65085;42.44939;2.61412;532;20220629;29.1;14.4;21.7;2;14.67;.1;5.1;23609
+65085;42.44939;2.61412;532;20220630;20;16.3;18.1;3.4;14.97;3.2;2.78;11630
+65085;42.44939;2.61412;532;20220701;22.5;12.5;17.5;2.9;12.27;.1;4.01;19500
+65085;42.44939;2.61412;532;20220702;28.9;11.9;20.4;1.7;12.57;0;5.13;25248
+65085;42.44939;2.61412;532;20220703;31.9;17.3;24.6;2.8;15.17;0;5.92;23429
+65085;42.44939;2.61412;532;20220704;27.6;18.3;22.9;3.4;16.62;0;4.6;18515
+65085;42.44939;2.61412;532;20220705;28;17;22.5;2.6;17.22;2.3;4.66;20373
+65085;42.44939;2.61412;532;20220706;25.6;18.2;21.9;2.9;15.52;2.9;4.26;16640
+65085;42.44939;2.61412;532;20220707;27.6;16.9;22.3;3.5;13.47;0;5.21;20274
+65085;42.44939;2.61412;532;20220708;28.8;16.6;22.7;3.9;12.47;0;5.81;21708
+65085;42.44939;2.61412;532;20220709;31;17.5;24.2;2.9;12.17;0;6.02;22486
+65085;42.44939;2.61412;532;20220710;32.3;18.1;25.2;2.3;11.92;0;5.91;22738
+65085;42.44939;2.61412;532;20220711;30.8;18.5;24.7;2.3;12.92;0;5.4;20790
+65085;42.44939;2.61412;532;20220712;34;17.4;25.7;1.6;14.47;0;5.57;24225
+65085;42.44939;2.61412;532;20220713;31.9;18.5;25.2;1.7;14.62;0;5.17;21729
+65085;42.44939;2.61412;532;20220714;34.7;17.9;26.3;1.4;16.07;0;5.46;24139
+65085;42.44939;2.61412;532;20220715;35;21;28;2.3;13.57;0;6.25;22543
+65085;42.44939;2.61412;532;20220716;36;19;27.5;1.8;13.27;0;6.05;24381
+65085;42.44939;2.61412;532;20220717;33;20.4;26.7;1.9;12.17;0;5.54;20864
+65085;42.44939;2.61412;532;20220718;33.5;20;26.8;2.6;14.37;0;6.12;21949
+65085;42.44939;2.61412;532;20220719;30.6;20.5;25.6;2.7;19.22;0;4.73;19146
+65085;42.44939;2.61412;532;20220720;28.7;20;24.4;2.8;17.47;0;4.58;17546
+65085;42.44939;2.61412;532;20220721;33.6;17.9;25.8;2.3;16.22;0;5.89;23485
+65085;42.44939;2.61412;532;20220722;34.1;20.4;27.2;2.2;17.67;.8;5.57;21305
+65085;42.44939;2.61412;532;20220723;27.4;17.6;22.5;5.1;15.7;0;5.08;17715
+65085;42.44939;2.61412;532;20220724;34;17.9;25.9;2.5;16.1;0;5.95;24000
+65085;42.44939;2.61412;532;20220725;27.1;19.6;23.3;5.3;17.8;1.2;4.29;14655
+65085;42.44939;2.61412;532;20220726;24.7;16.7;20.7;3.9;15.67;.1;4.08;16511
+65085;42.44939;2.61412;532;20220727;27.3;16.1;21.7;3;13.02;0;4.87;19258
+65085;42.44939;2.61412;532;20220728;30.3;16.8;23.6;2.3;14.42;0;5.15;21199
+65085;42.44939;2.61412;532;20220729;26.8;18.8;22.8;2.7;16.22;4;4.13;16413
+65085;42.44939;2.61412;532;20220730;27.8;16.8;22.3;2.2;17.02;0;4.24;18745
+65085;42.44939;2.61412;532;20220731;30.6;17.9;24.2;2.4;15.62;0;5.04;20206
+65085;42.44939;2.61412;532;20220801;32.5;19.2;25.9;2.9;14.62;0;5.76;20742
+65085;42.44939;2.61412;532;20220802;34.8;20;27.4;2.2;13.17;0;5.89;21754
+65085;42.44939;2.61412;532;20220803;31.8;19.3;25.6;1.7;16.82;.3;4.62;19117
+65085;42.44939;2.61412;532;20220804;30.1;17.7;23.9;1.6;19.27;4.1;4.21;19340
+65085;42.44939;2.61412;532;20220805;29.8;20.9;25.3;2.7;19.75;.3;5.41;20885
+65085;42.44939;2.61412;532;20220806;31.9;18.9;25.4;3.9;17.6;0;5.83;20043
+65085;42.44939;2.61412;532;20220807;32.5;19.1;25.8;1.7;14.8;4;4.98;20499
+65085;42.44939;2.61412;532;20220808;33.5;17.1;25.3;1.4;10.6;0;5.19;22607
+65085;42.44939;2.61412;532;20220809;33.5;17.9;25.7;1.5;12.02;.1;4.94;21323
+65085;42.44939;2.61412;532;20220810;32.8;19.1;25.9;1.9;15.17;0;5.04;19930
+65085;42.44939;2.61412;532;20220811;30.8;19.6;25.2;1.5;20.52;0;3.97;17859
+65085;42.44939;2.61412;532;20220812;35.8;20.8;28.3;1.6;17.37;.1;5.06;20258
+65085;42.44939;2.61412;532;20220813;32.5;22.9;27.7;2.5;17.97;5;4.84;16068
+65085;42.44939;2.61412;532;20220814;27.4;19.4;23.4;2.3;18.62;2.1;3.62;15010
+65085;42.44939;2.61412;532;20220815;26.9;17.9;22.4;2.1;17.57;6.9;3.63;15638
+65085;42.44939;2.61412;532;20220816;31;15.6;23.3;1.7;16.42;.3;4.49;20579
+65085;42.44939;2.61412;532;20220817;24.8;16.5;20.6;2.6;16.52;11.3;3.38;14950
+65085;42.44939;2.61412;532;20220818;21.7;15;18.3;5.4;15.1;3.6;3.42;13246
+65085;42.44939;2.61412;532;20220819;25.4;14.9;20.2;5.5;14.6;0;4.47;15207
+65085;42.44939;2.61412;532;20220820;28.8;15.3;22.1;2.4;14.42;0;4.39;18968
+65085;42.44939;2.61412;532;20220821;27.2;18.8;23;2.6;15.92;1.3;3.96;14802
+65085;42.44939;2.61412;532;20220822;26.6;17.5;22.1;3.3;16.52;0;3.84;15482
+65085;42.44939;2.61412;532;20220823;29.9;17.7;23.8;3;17.22;0;4.55;17817
+65085;42.44939;2.61412;532;20220824;30.7;18.2;24.4;1.8;16.57;1.9;4.13;17367
+65085;42.44939;2.61412;532;20220825;30.1;19;24.5;2.1;18.52;1.5;4;16507
+65085;42.44939;2.61412;532;20220826;27.9;18.4;23.1;3;17.27;.1;3.97;15332
+65085;42.44939;2.61412;532;20220827;29.3;18.4;23.9;2;16.32;.1;3.96;15994
+65085;42.44939;2.61412;532;20220828;30.1;16.3;23.2;1.4;15.47;.3;3.82;17918
+65085;42.44939;2.61412;532;20220829;29.5;18;23.8;1.7;18.27;1.4;3.69;16388
+65085;42.44939;2.61412;532;20220830;30.8;17.3;24.1;1.6;17.72;3.8;3.81;17163
+65085;42.44939;2.61412;532;20220831;26.4;17.7;22.1;1.9;16.62;11.4;3.13;13173
+65085;42.44939;2.61412;532;20220901;30.2;17.1;23.7;2.6;15.82;.5;4.31;17123
+65085;42.44939;2.61412;532;20220902;26.8;17.7;22.2;2.3;17.27;6.3;3.3;13883
+65085;42.44939;2.61412;532;20220903;24.2;16.3;20.3;1.9;17.72;5.6;2.64;12795
+65085;42.44939;2.61412;532;20220904;27.5;15.6;21.6;2.4;19.12;.1;3.29;16093
+65085;42.44939;2.61412;532;20220905;28.4;19.5;23.9;2.4;20.32;.3;3.24;13874
+65085;42.44939;2.61412;532;20220906;30.2;19.8;25;2.1;20.52;.8;3.52;14910
+65085;42.44939;2.61412;532;20220907;28;16.5;22.3;2.3;17.27;0;3.47;15313
+65085;42.44939;2.61412;532;20220908;25.6;14.5;20.1;2.1;13.02;.8;3.39;14719
+65085;42.44939;2.61412;532;20220909;23.8;14.8;19.3;2.4;13.57;1.3;3.08;13202
+65085;42.44939;2.61412;532;20220910;27;12.8;19.9;1.9;14.17;.1;3.43;16436
+65085;42.44939;2.61412;532;20220911;29.1;14.2;21.7;1.4;15.37;0;3.38;16604
+65085;42.44939;2.61412;532;20220912;23.9;16.9;20.4;2;19.07;0;2.25;11383
+65085;42.44939;2.61412;532;20220913;28.1;20.6;24.4;2.1;17.22;4.8;3.24;11879
+65085;42.44939;2.61412;532;20220914;26.2;16.1;21.1;2;16.32;0;3;13668
+65085;42.44939;2.61412;532;20220915;26.9;17.6;22.3;1.9;15.38;5.4;3.63;15742
+65085;42.44939;2.61412;532;20220916;22.1;15.7;18.9;3.1;15.72;3.2;2.48;10569
+65085;42.44939;2.61412;532;20220917;20.4;12.6;16.5;3.1;10.42;0;3.06;11412
+65085;42.44939;2.61412;532;20220918;24.4;9.5;16.9;1.9;7.52;0;3.4;15681
+65085;42.44939;2.61412;532;20220919;25.2;11.6;18.4;2.3;7.67;0;3.75;14893
+65085;42.44939;2.61412;532;20220920;24.3;12.1;18.2;2.6;8.02;0;3.73;14074
+65085;42.44939;2.61412;532;20220921;23.5;11.3;17.4;2.3;9.32;0;3.22;13507
+65085;42.44939;2.61412;532;20220922;21.7;10.9;16.3;1.6;12.02;.1;2.34;12696
+65085;42.44939;2.61412;532;20220923;23;12.1;17.6;2.2;14.42;12.4;2.44;12873
+65085;42.44939;2.61412;532;20220924;17.4;13.5;15.5;2.4;14.12;15.4;1.53;7100
+65085;42.44939;2.61412;532;20220925;16.4;10;13.2;2.4;11.27;.7;1.79;9224
+65085;42.44939;2.61412;532;20220926;18.1;8;13.1;2.9;10.27;0;2.23;12065
+65085;42.44939;2.61412;532;20220927;16.9;10.9;13.9;4.2;11.52;.1;1.98;9092
+65085;42.44939;2.61412;532;20220928;19.9;12.1;16;4.1;13.07;8.5;2.21;10407
+65085;42.44939;2.61412;532;20220929;15.3;11.4;13.4;2.9;11.72;15;1.63;6881
+65085;42.44939;2.61412;532;20220930;15.7;8.4;12.1;3;9.82;.7;1.85;9811
+65085;42.44939;2.61412;532;20221001;22;7.9;14.9;2.8;10.62;0;2.63;13587
+65085;42.44939;2.61412;532;20221002;25;12.3;18.6;2.7;13.17;0;2.84;12479
+65085;42.44939;2.61412;532;20221003;22.9;12.9;17.9;1.8;13.57;0;2.22;11018
+65085;42.44939;2.61412;532;20221004;24.8;11.1;18;1.1;13.32;0;2.1;12391
+65085;42.44939;2.61412;532;20221005;21;12.4;16.7;2.2;15.07;0;1.79;9988
+65085;42.44939;2.61412;532;20221006;22.5;13.9;18.2;1.9;14.67;0;1.99;9728
+65085;42.44939;2.61412;532;20221007;18.6;12.1;15.3;1.7;14.72;7.7;1.38;8377
+65085;42.44939;2.61412;532;20221008;17.9;14.9;16.4;1.3;15.57;3.5;1.09;4758
+65085;42.44939;2.61412;532;20221009;20.8;11.9;16.4;1.3;13.82;.1;1.65;9565
+65085;42.44939;2.61412;532;20221010;20.8;12.4;16.6;2.2;14.67;.1;1.74;9375
+65085;42.44939;2.61412;532;20221011;20.2;12.8;16.5;1.6;14.52;.2;1.53;8386
+65085;42.44939;2.61412;532;20221012;21.7;11.4;16.5;1.8;13.27;.3;1.83;9847
+65085;42.44939;2.61412;532;20221013;22.1;11.6;16.8;2.1;13.32;0;1.97;9997
+65085;42.44939;2.61412;532;20221014;20.8;15.2;18;2.9;14.87;0;1.89;7150
+65085;42.44939;2.61412;532;20221015;23.3;11.3;17.3;1.6;14.97;0;1.76;10140
+65085;42.44939;2.61412;532;20221016;23.9;15;19.5;2.4;16.92;0;1.83;9006
+65085;42.44939;2.61412;532;20221017;23.4;17.9;20.6;3.1;16.07;0;2.08;6774
+65085;42.44939;2.61412;532;20221018;23.7;15.5;19.6;2.1;16.72;0;1.77;8403
+65085;42.44939;2.61412;532;20221019;21.2;16.1;18.7;1.9;16.72;0;1.35;6366
+65085;42.44939;2.61412;532;20221020;23.5;16.2;19.9;3;15.07;1.5;2.23;7527
+65085;42.44939;2.61412;532;20221021;23.4;18.8;21.1;2.6;12.32;0;2.64;5920
+65085;42.44939;2.61412;532;20221022;23.7;13.6;18.6;1.5;12.82;0;1.93;8849
+65085;42.44939;2.61412;532;20221023;25.6;15.2;20.4;3.1;12.87;.3;2.92;8327
+65085;42.44939;2.61412;532;20221024;24.6;16.2;20.4;1.7;12.32;.2;2.14;7554
+65085;42.44939;2.61412;532;20221025;21.8;13.9;17.8;1.8;13.02;.1;1.76;7541
+65085;42.44939;2.61412;532;20221026;20.3;13.3;16.8;1.4;14.82;0;1.26;6908
+65085;42.44939;2.61412;532;20221027;21;16.5;18.8;1.9;14.97;0;1.41;5169
+65085;42.44939;2.61412;532;20221028;21.8;14.7;18.2;1.8;14.92;0;1.42;6826
+65085;42.44939;2.61412;532;20221029;22;14.3;18.1;2.1;11.87;.1;1.46;7029
+65085;42.44939;2.61412;532;20221030;21.8;14;17.9;2.1;11.87;0;1.57;6999
+65085;42.44939;2.61412;532;20221031;23.4;13.6;18.5;2.6;12.67;.5;2.16;7589
+65085;42.44939;2.61412;532;20221101;19;12.1;15.6;2.5;12.42;.4;1.5;6271
+65085;42.44939;2.61412;532;20221102;20.2;10.5;15.4;1.8;11.37;0;1.49;7356
+65085;42.44939;2.61412;532;20221103;17.8;9.7;13.8;2.3;10.87;2.7;1.43;6603
+65085;42.44939;2.61412;532;20221104;12.3;8.3;10.3;5.1;7.92;1.5;1.72;4245
+65085;42.44939;2.61412;532;20221105;14.6;7.5;11;4.1;7.02;0;1.91;6086
+65085;42.44939;2.61412;532;20221106;18.5;5.1;11.8;1.5;7.12;0;1.47;8118
+65085;42.44939;2.61412;532;20221107;18.5;6.8;12.7;1.7;9.22;0;1.36;7786
+65085;42.44939;2.61412;532;20221108;19.3;12.5;15.9;1.8;11.17;.3;1.48;5711
+65085;42.44939;2.61412;532;20221109;19;12.6;15.8;1.7;11.97;5;1.26;5211
+65085;42.44939;2.61412;532;20221110;15.7;9.1;12.4;2.2;9.97;0;1.24;5467
+65085;42.44939;2.61412;532;20221111;18.8;7.4;13.1;2.8;12.02;0;1.12;7246
+65085;42.44939;2.61412;532;20221112;18.2;12.7;15.5;2.2;12.97;.1;1.17;4818
+65085;42.44939;2.61412;532;20221113;17.8;9.4;13.6;1.8;10.22;.1;1.25;5897
+65085;42.44939;2.61412;532;20221114;17.5;9.4;13.4;1.3;11.62;.3;.91;5768
+65085;42.44939;2.61412;532;20221115;15.9;11.2;13.5;1.8;12.57;.1;.85;4138
+65085;42.44939;2.61412;532;20221116;17.5;8.7;13.1;1.6;10.77;0;1.03;5856
+65085;42.44939;2.61412;532;20221117;16.9;8.7;12.8;2.2;10.57;1.4;1.13;5512
+65085;42.44939;2.61412;532;20221118;11.3;8.1;9.7;3;9.22;2.7;.94;3211
+65085;42.44939;2.61412;532;20221119;8.9;4.6;6.7;3.7;7.77;0;.7;3786
+65085;42.44939;2.61412;532;20221120;12.6;3.7;8.2;3.8;7.02;.1;1.23;5765
+65085;42.44939;2.61412;532;20221121;11.8;6.4;9.1;2.5;8.67;7.8;.85;4298
+65085;42.44939;2.61412;532;20221122;11;5.3;8.2;4.7;6.67;1.1;1.45;4400
+65085;42.44939;2.61412;532;20221123;14.3;5.8;10;2.7;8.82;1;.98;5411
+65085;42.44939;2.61412;532;20221124;13.5;6.2;9.9;1.8;8.52;0;.9;4872
+65085;42.44939;2.61412;532;20221125;12.8;7.5;10.1;2.5;8.87;2.5;.93;3991
+65085;42.44939;2.61412;532;20221126;14.1;5.9;10;3;5.92;0;1.51;5050
+65085;42.44939;2.61412;532;20221127;12.2;5.3;8.8;2.3;7.17;.1;.84;4589
+65085;42.44939;2.61412;532;20221128;10.3;6.8;8.6;2.9;8.02;.7;.82;3096
+65085;42.44939;2.61412;532;20221129;9.5;5.6;7.5;2.9;7.37;1.2;.83;3220
+65085;42.44939;2.61412;532;20221130;9.9;2.5;6.2;2.4;6.62;.1;.84;4617
+65085;42.44939;2.61412;532;20221201;7.5;.4;4;2.9;6.27;0;.71;4388
+65085;42.44939;2.61412;532;20221202;7.5;.7;4.1;2.2;6.02;0;.7;4243
+65085;42.44939;2.61412;532;20221203;6.5;.6;3.5;1.2;6.62;.3;.45;3997
+65085;42.44939;2.61412;532;20221204;10.4;3.7;7;1.8;6.62;0;.87;4196
+65085;42.44939;2.61412;532;20221205;11;-.5;5.3;1.1;6.27;0;.6;5550
+65085;42.44939;2.61412;532;20221206;13.7;3.3;8.5;1.4;8.07;0;.71;5168
+65085;42.44939;2.61412;532;20221207;13.2;6.4;9.8;1.7;8.47;.3;.83;4126
+65085;42.44939;2.61412;532;20221208;8.8;6.4;7.6;1.7;9.22;.9;.52;1933
+65085;42.44939;2.61412;532;20221209;13.7;5.4;9.5;1.7;9.27;3.2;.72;4301
+65085;42.44939;2.61412;532;20221210;5.5;5.4;5.4;3.4;7.32;0;.67;782
+65085;42.44939;2.61412;532;20221211;7.2;-2.4;2.4;2.1;4.52;0;.84;4820
+65085;42.44939;2.61412;532;20221212;8.1;.9;4.5;2.3;6.27;2.5;.7;4145
+65085;42.44939;2.61412;532;20221213;14.2;1.4;7.8;1.5;8.72;1.3;.6;5681
+65085;42.44939;2.61412;532;20221214;13.2;6.3;9.7;1.8;10.12;.2;.58;3885
+65085;42.44939;2.61412;532;20221215;13.4;6.8;10.1;2.3;10.52;18.3;.56;3945
+65085;42.44939;2.61412;532;20221216;11.6;8.1;9.8;1.8;10.22;2.8;.59;2651
+65085;42.44939;2.61412;532;20221217;9.7;5.5;7.6;2.1;8.92;0;.54;3005
+65085;42.44939;2.61412;532;20221218;10.3;3.4;6.8;2.3;8.32;0;.52;4107
+65085;42.44939;2.61412;532;20221219;14.4;6.8;10.6;2.5;8.77;0;1.09;4255
+65085;42.44939;2.61412;532;20221220;11.5;8.1;9.8;1.4;9.72;0;.53;2640
+65085;42.44939;2.61412;532;20221221;15.3;9;12.2;2;10.37;.1;.87;3699
+65085;42.44939;2.61412;532;20221222;17.6;7.5;12.5;2.1;9.72;0;1.07;4836
+65085;42.44939;2.61412;532;20221223;19.7;11.7;15.7;1.7;10.32;0;1.22;4336
+65085;42.44939;2.61412;532;20221224;18.2;8.8;13.5;1.3;9.67;0;.93;4719
+65085;42.44939;2.61412;532;20221225;12.3;7.4;9.9;1.8;9.92;.1;.59;3333
+65085;42.44939;2.61412;532;20221226;13.9;8.6;11.3;1.7;10.37;0;.7;3453
+65085;42.44939;2.61412;532;20221227;15.5;7;11.3;1.8;9.47;.1;.89;4473
+65085;42.44939;2.61412;532;20221228;10.3;6.4;8.3;1.6;9.37;0;.53;2862
+65085;42.44939;2.61412;532;20221229;12.3;4.5;8.4;1.3;8.92;.1;.51;4444
+65085;42.44939;2.61412;532;20221230;14.8;6.6;10.7;1.5;9.62;0;.7;4598
+65085;42.44939;2.61412;532;20221231;15.1;7.8;11.5;2;10.82;.1;.68;4228
+65086;42.47032;2.91501;106;20220101;11.2;6.2;8.7;1.7;11.19;.1;.33;5064
+65086;42.47032;2.91501;106;20220102;11.1;8.2;9.6;2.3;10.49;0;.63;3648
+65086;42.47032;2.91501;106;20220103;16.4;7.4;11.9;2.4;10.54;0;.95;7164
+65086;42.47032;2.91501;106;20220104;11.4;6.9;9.1;4.9;10.94;.2;.55;3212
+65086;42.47032;2.91501;106;20220105;9.7;9.2;9.4;15.9;6.44;.1;3.23;4044
+65086;42.47032;2.91501;106;20220106;9;5.5;7.2;14.9;4.79;0;3.29;8285
+65086;42.47032;2.91501;106;20220107;10.5;4.3;7.4;10.3;5.99;0;2.48;7052
+65086;42.47032;2.91501;106;20220108;13.8;8.9;11.4;10;8.09;.4;2.81;7720
+65086;42.47032;2.91501;106;20220109;10.9;9.8;10.3;10.2;8.74;18.6;2.2;2344
+65086;42.47032;2.91501;106;20220110;9.2;7.3;8.2;6.9;9.29;12.3;.96;2340
+65086;42.47032;2.91501;106;20220111;13.8;8;10.9;12.3;6.59;0;3.48;8143
+65086;42.47032;2.91501;106;20220112;11.7;6.3;9;7.6;5.49;0;2.64;7620
+65086;42.47032;2.91501;106;20220113;9.4;.8;5.1;2.8;5.69;0;1.04;8268
+65086;42.47032;2.91501;106;20220114;9.9;1.2;5.6;2.3;6.39;0;.84;8215
+65086;42.47032;2.91501;106;20220115;12.3;2.3;7.3;2.1;5.69;0;1.18;8331
+65086;42.47032;2.91501;106;20220116;14.1;3.8;9;6.1;4.29;0;3.12;9258
+65086;42.47032;2.91501;106;20220117;14.1;8.6;11.4;7.4;4.64;0;3.79;8028
+65086;42.47032;2.91501;106;20220118;10.6;5.2;7.9;3;6.54;0;1.34;6955
+65086;42.47032;2.91501;106;20220119;10.3;1.5;5.9;6.8;6.84;0;1.4;9040
+65086;42.47032;2.91501;106;20220120;12.3;6.6;9.5;9.3;7.64;0;2.32;7866
+65086;42.47032;2.91501;106;20220121;8.6;5.7;7.2;11.7;5.49;0;2.72;7441
+65086;42.47032;2.91501;106;20220122;12.8;4.2;8.5;5.6;4.74;0;2.73;9601
+65086;42.47032;2.91501;106;20220123;10.6;2;6.3;2.6;6.39;0;1.12;9163
+65086;42.47032;2.91501;106;20220124;11.1;2.6;6.8;2.7;8.19;0;.84;8682
+65086;42.47032;2.91501;106;20220125;9.8;5.4;7.6;2.9;9;0;.75;7465
+65086;42.47032;2.91501;106;20220126;16.3;2.5;9.4;2.6;6.94;0;1.61;10700
+65086;42.47032;2.91501;106;20220127;15.2;4.6;9.9;4.5;6.19;0;2.42;10029
+65086;42.47032;2.91501;106;20220128;16.2;8.5;12.3;11.5;5.39;0;4.95;9873
+65086;42.47032;2.91501;106;20220129;17.6;10.8;14.2;10.2;5.14;0;5.47;9934
+65086;42.47032;2.91501;106;20220130;18.2;11.9;15.1;10.6;7.84;0;4.71;9944
+65086;42.47032;2.91501;106;20220131;13.6;8.7;11.2;16.3;7.79;0;3.5;9000
+65086;42.47032;2.91501;106;20220201;12.2;7.5;9.9;11.3;6.26;0;3.73;9441
+65086;42.47032;2.91501;106;20220202;17.7;11;14.4;13.4;9.34;0;4.15;11747
+65086;42.47032;2.91501;106;20220203;13.4;8.7;11;4.6;10.6;0;1.33;8531
+65086;42.47032;2.91501;106;20220204;15.9;7.5;11.7;6.9;9.79;0;2.15;9634
+65086;42.47032;2.91501;106;20220205;15;11.1;13;9.4;8.49;0;3.35;9251
+65086;42.47032;2.91501;106;20220206;13.6;6.7;10.2;7.8;6.39;0;3.1;10510
+65086;42.47032;2.91501;106;20220207;15.4;9.6;12.5;14.4;8.64;0;3.63;10945
+65086;42.47032;2.91501;106;20220208;13.5;8.2;10.9;4;8.19;0;1.92;9952
+65086;42.47032;2.91501;106;20220209;12.3;4.6;8.5;2.9;8.89;0;1.19;10225
+65086;42.47032;2.91501;106;20220210;14.7;7.5;11.1;2.4;9.79;0;1.38;10617
+65086;42.47032;2.91501;106;20220211;15.5;5.6;10.6;6.8;9.29;0;2.05;9484
+65086;42.47032;2.91501;106;20220212;11.9;5;8.4;3.3;8.24;0;1.39;10591
+65086;42.47032;2.91501;106;20220213;17.6;5.6;11.6;7.5;9.49;.3;2.62;12898
+65086;42.47032;2.91501;106;20220214;12.9;10.5;11.7;8.2;8.69;3.9;2.6;3922
+65086;42.47032;2.91501;106;20220215;13.5;8.6;11.1;10.8;7.14;0;3.53;10249
+65086;42.47032;2.91501;106;20220216;16.5;10.4;13.4;7.5;9.39;.8;3.13;8259
+65086;42.47032;2.91501;106;20220217;18;11.9;14.9;4.2;10.82;0;2.09;9199
+65086;42.47032;2.91501;106;20220218;13.9;10.6;12.2;7.6;11.4;0;1.77;8547
+65086;42.47032;2.91501;106;20220219;10.9;10.3;10.6;11.8;8.14;.7;2.69;2825
+65086;42.47032;2.91501;106;20220220;16.5;7.7;12.1;7.8;7.94;0;3.45;13531
+65086;42.47032;2.91501;106;20220221;16.7;11.6;14.2;14.7;8.04;0;5.01;12042
+65086;42.47032;2.91501;106;20220222;16.1;10.5;13.3;15;7.94;0;4.55;12296
+65086;42.47032;2.91501;106;20220223;17.8;9.6;13.7;5.2;8.54;0;3.16;12994
+65086;42.47032;2.91501;106;20220224;15.3;9.1;12.2;5;10.39;0;2.02;9514
+65086;42.47032;2.91501;106;20220225;12.8;10.7;11.7;11.4;6.84;0;3.93;10168
+65086;42.47032;2.91501;106;20220226;12.1;5.9;9;7;5.74;0;3;13333
+65086;42.47032;2.91501;106;20220227;13.7;3.9;8.8;3.5;7.54;0;1.99;13147
+65086;42.47032;2.91501;106;20220228;14.5;5.8;10.2;3.2;8.59;0;1.98;13906
+65086;42.47032;2.91501;106;20220301;13.9;8.8;11.3;5.9;9.34;.1;2.21;9626
+65086;42.47032;2.91501;106;20220302;14.3;9.3;11.8;4.3;10.64;3.3;1.74;9167
+65086;42.47032;2.91501;106;20220303;16.3;9.2;12.7;4.8;10.54;0;2.39;14915
+65086;42.47032;2.91501;106;20220304;14.5;9.3;11.9;10.9;9.14;0;3.08;12424
+65086;42.47032;2.91501;106;20220305;14.2;9.9;12;9.8;7.14;0;3.85;9053
+65086;42.47032;2.91501;106;20220306;14.5;7.5;11;5.6;7.14;0;3.07;13605
+65086;42.47032;2.91501;106;20220307;11.1;4.8;8;4.2;7.79;0;1.69;9014
+65086;42.47032;2.91501;106;20220308;15.5;5.1;10.3;5.6;8.94;1.5;2.4;14110
+65086;42.47032;2.91501;106;20220309;15.6;8.3;11.9;5.6;9.94;0;2.5;14340
+65086;42.47032;2.91501;106;20220310;17;7.5;12.2;6.7;10.04;0;2.48;10342
+65086;42.47032;2.91501;106;20220311;14.7;10.1;12.4;10.9;10.94;14.3;2.26;8325
+65086;42.47032;2.91501;106;20220312;11.4;10.7;11.1;7.5;11.84;57.3;1.06;4271
+65086;42.47032;2.91501;106;20220313;13.4;8.5;10.9;8.4;11.49;3.1;1.38;8463
+65086;42.47032;2.91501;106;20220314;12.4;6.3;9.3;6.8;11.69;6.5;.78;8350
+65086;42.47032;2.91501;106;20220315;12.9;11.8;12.3;7.9;13.64;2;.81;2815
+65086;42.47032;2.91501;106;20220316;13.8;11.5;12.7;3.6;13.44;0;1.19;7236
+65086;42.47032;2.91501;106;20220317;14.1;11.2;12.6;4.6;12.39;3.9;1.4;6197
+65086;42.47032;2.91501;106;20220318;14.2;10.6;12.4;4.3;11.29;1.9;1.76;8425
+65086;42.47032;2.91501;106;20220319;12.6;9.9;11.3;2.8;10.69;.6;1.22;3078
+65086;42.47032;2.91501;106;20220320;11.7;8.1;9.9;7;12.19;17.6;.66;6404
+65086;42.47032;2.91501;106;20220321;13.3;10.4;11.8;8;10.89;.1;1.96;8050
+65086;42.47032;2.91501;106;20220322;13.9;8.1;11;7.3;8.84;.2;2.89;15544
+65086;42.47032;2.91501;106;20220323;14.9;8;11.5;4.4;8.79;0;2.87;17166
+65086;42.47032;2.91501;106;20220324;14.9;6.1;10.5;3.1;9.94;0;2;12944
+65086;42.47032;2.91501;106;20220325;15.6;10;12.8;2.5;11.39;0;2.28;15617
+65086;42.47032;2.91501;106;20220326;16.1;8.1;12.1;3.5;11.04;.4;2.28;15604
+65086;42.47032;2.91501;106;20220327;17;9.5;13.3;2.8;9.74;0;2.71;15132
+65086;42.47032;2.91501;106;20220328;18.4;7.4;12.9;5.5;8.74;0;3.73;18187
+65086;42.47032;2.91501;106;20220329;15.3;10.1;12.7;4.6;11.29;6.7;2.2;10878
+65086;42.47032;2.91501;106;20220330;14.8;8.8;11.8;7.1;11.19;5.6;2.1;12842
+65086;42.47032;2.91501;106;20220331;15;11.2;13.1;12.6;8.79;0;4.19;15275
+65086;42.47032;2.91501;106;20220401;8.7;3.5;6.1;11.9;5.08;.1;3.46;20300
+65086;42.47032;2.91501;106;20220402;9.1;1.7;5.4;5;4.87;0;2.56;14983
+65086;42.47032;2.91501;106;20220403;10.1;4.1;7.1;11.2;4.94;0;3.75;20637
+65086;42.47032;2.91501;106;20220404;13.7;2.4;8;4.2;5.1;0;3.49;23011
+65086;42.47032;2.91501;106;20220405;17.9;6.3;12.1;8;5.99;0;5.22;23494
+65086;42.47032;2.91501;106;20220406;17.3;11.7;14.5;7.4;8.99;0;4.2;15748
+65086;42.47032;2.91501;106;20220407;19.3;10.3;14.8;4.4;10.54;0;3.9;20482
+65086;42.47032;2.91501;106;20220408;19.5;12.6;16;6.2;11.64;.3;3.99;18312
+65086;42.47032;2.91501;106;20220409;15.1;10.8;13;10.5;8.49;.1;4.09;14208
+65086;42.47032;2.91501;106;20220410;14.2;6.6;10.4;5.3;9.34;0;2.88;20337
+65086;42.47032;2.91501;106;20220411;17.1;10.3;13.7;10.2;11.79;0;3.28;17414
+65086;42.47032;2.91501;106;20220412;14.2;12.2;13.2;7;13.24;3;1.56;7119
+65086;42.47032;2.91501;106;20220413;14.5;12.2;13.4;5;13.09;1.8;1.64;7521
+65086;42.47032;2.91501;106;20220414;21.3;12.1;16.7;5.1;10.49;0;4.6;21041
+65086;42.47032;2.91501;106;20220415;23.4;16.5;19.9;9.3;12.1;0;6.4;22151
+65086;42.47032;2.91501;106;20220416;22.6;17.2;19.9;15;12.1;0;6.99;18789
+65086;42.47032;2.91501;106;20220417;19.6;14;16.8;6.8;11.84;0;4.52;21490
+65086;42.47032;2.91501;106;20220418;21.1;14.9;18;6;10.84;0;4.92;18893
+65086;42.47032;2.91501;106;20220419;19.3;15.1;17.2;5.4;11.04;2.3;3.88;11163
+65086;42.47032;2.91501;106;20220420;13.4;10.8;12.1;5.7;11.24;38.1;1.67;5416
+65086;42.47032;2.91501;106;20220421;13;9.2;11.1;8.7;10.64;5.7;1.98;9380
+65086;42.47032;2.91501;106;20220422;18.5;10.8;14.6;4.7;11.54;0;3.69;20672
+65086;42.47032;2.91501;106;20220423;18.6;11.9;15.2;6.2;10.94;3.7;3.81;15757
+65086;42.47032;2.91501;106;20220424;19.2;9.7;14.4;6.8;10.89;.1;4.16;21468
+65086;42.47032;2.91501;106;20220425;18.6;12;15.3;3.7;11.84;0;3.72;21855
+65086;42.47032;2.91501;106;20220426;18.9;11.3;15.1;2.5;12.14;0;3.56;22312
+65086;42.47032;2.91501;106;20220427;18.5;11.7;15.1;3.8;13.29;0;3.16;19698
+65086;42.47032;2.91501;106;20220428;21.1;12.3;16.7;4.5;13.34;0;4.1;22713
+65086;42.47032;2.91501;106;20220429;23;16.3;19.6;6.6;13.94;0;5.35;22513
+65086;42.47032;2.91501;106;20220430;22.1;17.4;19.8;7.8;12.99;0;5.18;15917
+65086;42.47032;2.91501;106;20220501;23.2;15;19.1;6.7;11.29;1.3;6.08;24463
+65086;42.47032;2.91501;106;20220502;19.7;15.3;17.5;4;12.34;3.4;3.59;14006
+65086;42.47032;2.91501;106;20220503;20.7;14.6;17.7;4.1;13.64;1.2;3.53;15113
+65086;42.47032;2.91501;106;20220504;20.3;13.6;17;5.6;12.84;.1;4.1;19102
+65086;42.47032;2.91501;106;20220505;20.1;14.8;17.5;11.8;11.24;0;5.86;22622
+65086;42.47032;2.91501;106;20220506;20.6;14.9;17.8;14.5;10.89;0;6.49;24514
+65086;42.47032;2.91501;106;20220507;22.7;16.2;19.5;13.3;11.34;0;7.32;25056
+65086;42.47032;2.91501;106;20220508;24.6;17.1;20.9;6.8;11.99;.3;6.58;23345
+65086;42.47032;2.91501;106;20220509;22.2;15.2;18.7;1.9;14.74;.2;4.16;23321
+65086;42.47032;2.91501;106;20220510;23.1;13.7;18.4;3;14.54;0;4.6;25667
+65086;42.47032;2.91501;106;20220511;21.4;12.9;17.2;3.1;15.64;0;4.02;25170
+65086;42.47032;2.91501;106;20220512;23.9;13.9;18.9;3.9;15.29;0;4.79;25985
+65086;42.47032;2.91501;106;20220513;23.6;14.5;19;3.7;15.74;0;4.56;24939
+65086;42.47032;2.91501;106;20220514;23.6;16;19.8;3.3;16.29;0;4.49;22937
+65086;42.47032;2.91501;106;20220515;25.3;15.1;20.2;3.7;15.94;.1;5.14;26523
+65086;42.47032;2.91501;106;20220516;24.3;16.2;20.3;3.7;17.29;0;4.66;24742
+65086;42.47032;2.91501;106;20220517;23.7;15.5;19.6;3.2;17.99;.1;4.4;25296
+65086;42.47032;2.91501;106;20220518;28.4;17.6;23;3.9;17.74;0;6.07;27796
+65086;42.47032;2.91501;106;20220519;22.7;17.9;20.3;5.7;19.69;0;3.87;20680
+65086;42.47032;2.91501;106;20220520;31;18.2;24.6;7;16.99;0;7.86;28284
+65086;42.47032;2.91501;106;20220521;24.5;17;20.8;2.7;19.04;.1;4.62;25963
+65086;42.47032;2.91501;106;20220522;26.3;17.4;21.9;2.6;19.79;0;4.52;23077
+65086;42.47032;2.91501;106;20220523;25.2;19.2;22.2;7.5;17.54;0;5.41;21204
+65086;42.47032;2.91501;106;20220524;19.3;16.3;17.8;9.4;12.29;10.5;4.5;12120
+65086;42.47032;2.91501;106;20220525;20.8;13;16.9;14;11.49;0;5.77;21555
+65086;42.47032;2.91501;106;20220526;22.7;15.9;19.3;14.3;12.19;0;7.11;26001
+65086;42.47032;2.91501;106;20220527;26.5;17.6;22.1;12.4;13.44;0;8.17;25782
+65086;42.47032;2.91501;106;20220528;28.2;20.3;24.2;9.5;13.54;0;9.04;28937
+65086;42.47032;2.91501;106;20220529;26.1;18.9;22.5;5.2;10.89;.6;6.86;22750
+65086;42.47032;2.91501;106;20220530;24.3;16.2;20.3;3.3;12.34;2.8;5.11;21909
+65086;42.47032;2.91501;106;20220531;23.5;16.7;20.1;3.4;16.24;0;4.85;24921
+65086;42.47032;2.91501;106;20220601;24.3;16.3;20.3;3.8;18.34;0;4.73;26161
+65086;42.47032;2.91501;106;20220602;24.3;18.4;21.4;4.3;19.59;0;3.34;13380
+65086;42.47032;2.91501;106;20220603;26.7;18.1;22.4;4.7;20.49;.1;5.12;25845
+65086;42.47032;2.91501;106;20220604;23.9;18.7;21.3;4.4;21.14;0;4;21437
+65086;42.47032;2.91501;106;20220605;28.5;19.3;23.9;6.7;17.99;0;6.72;25686
+65086;42.47032;2.91501;106;20220606;27.6;17.9;22.8;5.9;17.24;.3;6.25;26136
+65086;42.47032;2.91501;106;20220607;27.3;20.2;23.8;6.6;16.94;0;6.78;25406
+65086;42.47032;2.91501;106;20220608;27.4;19.3;23.3;5.7;16.54;0;6.13;22213
+65086;42.47032;2.91501;106;20220609;25;17;21;13.1;14.04;0;7.6;30054
+65086;42.47032;2.91501;106;20220610;31.6;18.1;24.9;8.3;13.19;0;9.47;30691
+65086;42.47032;2.91501;106;20220611;30.8;20.7;25.8;4.2;12.94;0;7.85;28060
+65086;42.47032;2.91501;106;20220612;31.3;19.3;25.3;3.3;15.79;.4;6.81;26816
+65086;42.47032;2.91501;106;20220613;31.8;22.2;27;4.8;18.44;.1;7.1;23006
+65086;42.47032;2.91501;106;20220614;29.1;21.6;25.3;4.3;16.94;1.9;6.38;23279
+65086;42.47032;2.91501;106;20220615;27.8;20.3;24;6;20.04;0;5.98;25298
+65086;42.47032;2.91501;106;20220616;32.8;20;26.4;2.7;20.14;0;6.65;28765
+65086;42.47032;2.91501;106;20220617;34;24;29;3.8;18.59;0;7.83;27518
+65086;42.47032;2.91501;106;20220618;28.8;21.6;25.2;5.4;21.29;0;6.26;25606
+65086;42.47032;2.91501;106;20220619;32.9;21.1;27;7.5;20.24;0;8.5;28852
+65086;42.47032;2.91501;106;20220620;25.1;20;22.5;5.8;22.19;0;4.09;19313
+65086;42.47032;2.91501;106;20220621;27.3;20.6;23.9;4.3;24.34;3;4.04;19520
+65086;42.47032;2.91501;106;20220622;29.4;19.4;24.4;5.5;21.19;1.5;5.84;24785
+65086;42.47032;2.91501;106;20220623;32.7;20.6;26.6;5.5;19.84;0;7.68;28645
+65086;42.47032;2.91501;106;20220624;27.9;19.9;23.9;3.8;17.04;0;5.57;21580
+65086;42.47032;2.91501;106;20220625;28.2;18;23.1;4.7;18.04;.9;5.59;22753
+65086;42.47032;2.91501;106;20220626;27.6;20.3;23.9;5.3;18.14;.1;6.15;23797
+65086;42.47032;2.91501;106;20220627;25.5;18.3;21.9;10.7;14.69;1;7.17;23894
+65086;42.47032;2.91501;106;20220628;29.7;18.6;24.1;9.2;14.09;0;9.14;30559
+65086;42.47032;2.91501;106;20220629;28.6;19.6;24.1;4.5;15.69;0;6.77;26478
+65086;42.47032;2.91501;106;20220630;27.3;21;24.2;6;17.09;0;6.41;22317
+65086;42.47032;2.91501;106;20220701;27.3;17.2;22.3;7.8;13.04;0;7.84;28684
+65086;42.47032;2.91501;106;20220702;27.3;16.7;22;3.6;14.19;0;6.28;28649
+65086;42.47032;2.91501;106;20220703;28.7;18.8;23.8;3.6;17.14;0;5.77;23986
+65086;42.47032;2.91501;106;20220704;32.2;22.8;27.5;4.7;18.79;0;7.57;26267
+65086;42.47032;2.91501;106;20220705;31.3;23.3;27.3;8.3;18.14;1.4;8.58;24194
+65086;42.47032;2.91501;106;20220706;29.7;24.2;27;7.6;14.54;0;8.3;17724
+65086;42.47032;2.91501;106;20220707;29.5;22.6;26.1;13.2;14.79;0;10.45;26816
+65086;42.47032;2.91501;106;20220708;31.4;22.3;26.9;13;15.29;0;11.01;28958
+65086;42.47032;2.91501;106;20220709;31.7;22;26.9;5;13.39;0;8.57;27702
+65086;42.47032;2.91501;106;20220710;32.6;23.7;28.1;4.3;13.74;0;8.39;28219
+65086;42.47032;2.91501;106;20220711;30.6;21.4;26;2.3;16.44;0;6.26;27070
+65086;42.47032;2.91501;106;20220712;31.8;19.6;25.7;3.8;21.84;0;6.62;29575
+65086;42.47032;2.91501;106;20220713;30.5;21.5;26;3.7;23.29;0;5.91;25818
+65086;42.47032;2.91501;106;20220714;30.4;22.6;26.5;3.4;23.49;0;5.9;26323
+65086;42.47032;2.91501;106;20220715;36.3;22.3;29.3;5.4;16.74;0;9.24;28573
+65086;42.47032;2.91501;106;20220716;32.9;23.5;28.2;3.3;17.19;0;7.13;26033
+65086;42.47032;2.91501;106;20220717;32.6;22.4;27.5;2.3;19.09;0;6.5;27362
+65086;42.47032;2.91501;106;20220718;30.4;20.3;25.3;3.5;22.69;.1;5.98;27115
+65086;42.47032;2.91501;106;20220719;28;22.2;25.1;5.3;26.19;0;4.72;22442
+65086;42.47032;2.91501;106;20220720;32.4;22.7;27.6;4.7;22.24;0;6.98;27193
+65086;42.47032;2.91501;106;20220721;33.4;23.9;28.7;4.8;18.49;0;8.06;28331
+65086;42.47032;2.91501;106;20220722;32.4;23.5;27.9;4.6;21.49;.4;7.12;26576
+65086;42.47032;2.91501;106;20220723;30.9;22.5;26.7;7.1;18.04;0;8;25338
+65086;42.47032;2.91501;106;20220724;30.9;23.7;27.3;4.7;20.19;0;6.75;24031
+65086;42.47032;2.91501;106;20220725;32;22.5;27.2;7.3;22.44;.7;7.18;24496
+65086;42.47032;2.91501;106;20220726;28.3;21.8;25;9.6;16.44;0;8.19;25740
+65086;42.47032;2.91501;106;20220727;31.2;21.5;26.3;7.9;13.79;0;9.47;27722
+65086;42.47032;2.91501;106;20220728;29.2;22.1;25.6;4.5;15.34;0;6.41;20300
+65086;42.47032;2.91501;106;20220729;29;23.5;26.3;4.9;17.29;.9;6.12;17585
+65086;42.47032;2.91501;106;20220730;32.3;23.1;27.7;7.2;17.59;0;8.59;25085
+65086;42.47032;2.91501;106;20220731;34.9;24.9;29.9;6.5;16.29;0;9.83;27502
+65086;42.47032;2.91501;106;20220801;34.6;26.7;30.7;6.3;15.99;0;9.72;24277
+65086;42.47032;2.91501;106;20220802;35.2;25;30.1;5.1;15.74;0;9.01;27088
+65086;42.47032;2.91501;106;20220803;29.7;22.3;26;3.4;21.99;.1;5.43;23328
+65086;42.47032;2.91501;106;20220804;28.4;23.2;25.8;3.5;26.84;1.5;3.82;16692
+65086;42.47032;2.91501;106;20220805;32.9;22.3;27.6;4.6;22.59;.1;6.54;23940
+65086;42.47032;2.91501;106;20220806;34.6;25.4;30;6.4;19.14;0;8.85;24028
+65086;42.47032;2.91501;106;20220807;32.1;23.8;28;4;18.79;.9;7.04;25733
+65086;42.47032;2.91501;106;20220808;32.9;23.1;28;3.7;16.79;0;7.1;25229
+65086;42.47032;2.91501;106;20220809;32.8;21.7;27.2;2.9;14.59;0;6.48;24148
+65086;42.47032;2.91501;106;20220810;30.7;22.3;26.5;3.9;21.74;0;5.8;23437
+65086;42.47032;2.91501;106;20220811;30.4;23.1;26.8;3.9;26.79;0;4.88;20942
+65086;42.47032;2.91501;106;20220812;35.3;23.2;29.2;3.3;25.09;0;5.95;21467
+65086;42.47032;2.91501;106;20220813;31.6;24.5;28.1;4.3;24.94;1.9;5.23;17719
+65086;42.47032;2.91501;106;20220814;31.8;24;27.9;5.3;22.54;0;6.15;19529
+65086;42.47032;2.91501;106;20220815;30.2;23.1;26.7;4.5;18.19;.6;6.35;22098
+65086;42.47032;2.91501;106;20220816;32.7;21;26.9;5.6;19.09;0;6.97;22259
+65086;42.47032;2.91501;106;20220817;29.3;21;25.1;6;18.39;4.5;5.38;14440
+65086;42.47032;2.91501;106;20220818;26.4;19.8;23.1;10.8;15.49;3.2;6.79;16698
+65086;42.47032;2.91501;106;20220819;28.7;20.8;24.8;13.3;15.59;0;8.95;25627
+65086;42.47032;2.91501;106;20220820;32.3;22.8;27.5;7;16.19;0;8.6;24488
+65086;42.47032;2.91501;106;20220821;32.7;24.1;28.4;7.4;16.94;0;8.49;21247
+65086;42.47032;2.91501;106;20220822;29.5;22.6;26.1;11.7;17.79;0;8.26;21716
+65086;42.47032;2.91501;106;20220823;32.6;22.7;27.7;7.3;18.39;0;8.11;22435
+65086;42.47032;2.91501;106;20220824;29.9;22.4;26.1;3.1;18.89;1.4;5.21;20146
+65086;42.47032;2.91501;106;20220825;30.5;22.2;26.4;4.8;21.84;1.1;5.06;17161
+65086;42.47032;2.91501;106;20220826;32.4;24.2;28.3;8.6;18.64;0;8.49;20751
+65086;42.47032;2.91501;106;20220827;30.5;24.7;27.6;5.3;18.14;0;6.48;17296
+65086;42.47032;2.91501;106;20220828;29.4;21.2;25.3;3.5;18.84;.2;5.25;21263
+65086;42.47032;2.91501;106;20220829;28.4;20.5;24.4;4;23.14;1.5;3.93;16639
+65086;42.47032;2.91501;106;20220830;29.6;21.3;25.5;3.5;21.79;.1;4.79;20439
+65086;42.47032;2.91501;106;20220831;26.6;21.9;24.3;4.2;21.39;3.7;3.64;12141
+65086;42.47032;2.91501;106;20220901;29.7;23;26.4;5;18.94;0;6.12;21420
+65086;42.47032;2.91501;106;20220902;29.3;21;25.2;2.2;20.59;3.1;4.18;17848
+65086;42.47032;2.91501;106;20220903;26.7;20.5;23.6;4;21.89;3;3.75;17299
+65086;42.47032;2.91501;106;20220904;28;20.7;24.3;4.4;23.99;.1;3.97;18078
+65086;42.47032;2.91501;106;20220905;28.6;22.1;25.3;5;25.89;0;3.99;16869
+65086;42.47032;2.91501;106;20220906;30.9;22.3;26.6;3.8;26.09;.6;4.74;20976
+65086;42.47032;2.91501;106;20220907;29.9;21.5;25.7;5.1;21.49;.1;4.82;15950
+65086;42.47032;2.91501;106;20220908;27.8;20.6;24.2;4.9;13.74;0;5.73;17214
+65086;42.47032;2.91501;106;20220909;27.6;18.8;23.2;3.7;14.79;0;4.59;15170
+65086;42.47032;2.91501;106;20220910;26.6;17.9;22.3;4;15.24;0;4.76;19602
+65086;42.47032;2.91501;106;20220911;26.6;18.9;22.7;3.1;17.39;0;4.42;21194
+65086;42.47032;2.91501;106;20220912;27;20.1;23.5;3.7;23.04;0;3.1;13279
+65086;42.47032;2.91501;106;20220913;32.9;22.7;27.8;4.7;23.39;2.8;5.18;15769
+65086;42.47032;2.91501;106;20220914;28.7;20;24.4;4;20.54;0;3.94;13268
+65086;42.47032;2.91501;106;20220915;30.5;19.9;25.2;4.6;17.79;2.4;5.35;17258
+65086;42.47032;2.91501;106;20220916;27.9;20.5;24.2;9.4;16.54;.7;6.8;19772
+65086;42.47032;2.91501;106;20220917;24.8;17;20.9;11.3;10.49;0;7.23;19112
+65086;42.47032;2.91501;106;20220918;23.8;13.7;18.8;3.8;8.64;0;4.74;18543
+65086;42.47032;2.91501;106;20220919;26.6;13.1;19.8;2.9;10.04;0;4.41;18817
+65086;42.47032;2.91501;106;20220920;24.7;15.3;20;3.6;10.54;0;4.43;17915
+65086;42.47032;2.91501;106;20220921;26.2;16.3;21.3;4.5;9.59;0;5.48;18343
+65086;42.47032;2.91501;106;20220922;24.3;15.7;20;3.3;13.54;0;3.89;18304
+65086;42.47032;2.91501;106;20220923;24.7;15.8;20.3;5.5;17.14;12.9;3.5;14335
+65086;42.47032;2.91501;106;20220924;22.2;17;19.6;5.8;15.49;7.8;3.34;11354
+65086;42.47032;2.91501;106;20220925;22.2;14.2;18.2;8;11.84;0;4.81;17443
+65086;42.47032;2.91501;106;20220926;23.3;15;19.1;8.3;10.99;0;5.58;17495
+65086;42.47032;2.91501;106;20220927;20.7;16.5;18.6;8.3;11.89;0;4.85;14629
+65086;42.47032;2.91501;106;20220928;23.8;17.2;20.5;6.6;13.39;.8;4.77;13190
+65086;42.47032;2.91501;106;20220929;20.4;17.3;18.9;7;11.99;11.1;4.24;9259
+65086;42.47032;2.91501;106;20220930;18.6;12.9;15.8;9.8;10.94;.2;4.03;14514
+65086;42.47032;2.91501;106;20221001;24.7;12.2;18.4;3.6;11.79;0;3.74;15262
+65086;42.47032;2.91501;106;20221002;25.7;15.1;20.4;3.4;15.14;0;3.59;16608
+65086;42.47032;2.91501;106;20221003;26.6;17.5;22.1;4.7;14.84;0;4.33;15024
+65086;42.47032;2.91501;106;20221004;23.9;14.4;19.2;3.6;15.29;0;3.15;16437
+65086;42.47032;2.91501;106;20221005;22.1;15.1;18.6;4.1;17.84;0;2.3;13234
+65086;42.47032;2.91501;106;20221006;24.9;17.5;21.2;3.6;17.79;0;3.05;14219
+65086;42.47032;2.91501;106;20221007;21.1;15.4;18.3;2.5;17.39;10.3;1.79;9088
+65086;42.47032;2.91501;106;20221008;20;16.4;18.2;2.9;18.44;5.1;1.39;6866
+65086;42.47032;2.91501;106;20221009;21.7;15.2;18.5;2.3;16.54;0;2.25;13669
+65086;42.47032;2.91501;106;20221010;22;16.1;19.1;2.3;17.84;.2;2.03;11216
+65086;42.47032;2.91501;106;20221011;22;17.1;19.5;2.1;18.34;.1;1.84;9491
+65086;42.47032;2.91501;106;20221012;24.1;15;19.6;3.1;16.04;.3;2.77;14078
+65086;42.47032;2.91501;106;20221013;24.7;16.5;20.6;3.2;15.39;.1;2.93;12178
+65086;42.47032;2.91501;106;20221014;26.4;18.4;22.4;4;16.04;0;3.66;12226
+65086;42.47032;2.91501;106;20221015;22.6;15.2;18.9;2.4;18.29;0;1.87;11082
+65086;42.47032;2.91501;106;20221016;25.9;18.7;22.3;5.1;20.59;0;2.72;12330
+65086;42.47032;2.91501;106;20221017;25.3;19.6;22.5;8.1;21.14;.1;3.05;10577
+65086;42.47032;2.91501;106;20221018;23;17.9;20.5;3.1;21.34;.1;1.66;8904
+65086;42.47032;2.91501;106;20221019;23.7;18.6;21.2;2.3;21.69;0;1.63;8315
+65086;42.47032;2.91501;106;20221020;26.1;19.5;22.8;5.5;20.89;0;2.65;7751
+65086;42.47032;2.91501;106;20221021;26.4;20.3;23.4;5.4;16.59;0;3.89;8662
+65086;42.47032;2.91501;106;20221022;24.6;16.5;20.6;4;16.69;0;2.9;11894
+65086;42.47032;2.91501;106;20221023;27.3;18;22.6;6;16.29;0;4.27;12175
+65086;42.47032;2.91501;106;20221024;27.5;18.6;23;4.9;15.44;0;4.13;11109
+65086;42.47032;2.91501;106;20221025;21.1;17.7;19.4;2;17.74;.1;1.41;5103
+65086;42.47032;2.91501;106;20221026;21.8;16.3;19.1;3.4;19.39;0;1.38;6798
+65086;42.47032;2.91501;106;20221027;21.9;18.3;20.1;2.1;20.24;0;1.25;5550
+65086;42.47032;2.91501;106;20221028;22.5;17.8;20.1;1.9;19.59;.1;1.59;9722
+65086;42.47032;2.91501;106;20221029;20.9;15.5;18.2;3.6;18.39;.1;1.42;7752
+65086;42.47032;2.91501;106;20221030;23.4;15.8;19.6;4.2;17.49;0;2.25;10683
+65086;42.47032;2.91501;106;20221031;24.5;16.7;20.6;7.9;16.54;.1;3.32;9210
+65086;42.47032;2.91501;106;20221101;22.6;17.2;19.9;4.5;14.34;0;2.87;11464
+65086;42.47032;2.91501;106;20221102;22.6;16;19.3;4.1;12.79;0;2.89;9940
+65086;42.47032;2.91501;106;20221103;20;12.6;16.3;5.6;12.94;.2;2.36;6276
+65086;42.47032;2.91501;106;20221104;16.9;12.8;14.9;12.1;8.99;1.3;4.29;9183
+65086;42.47032;2.91501;106;20221105;17.9;12.4;15.2;12.5;8.89;0;4.46;11452
+65086;42.47032;2.91501;106;20221106;18;7.6;12.8;2.6;9.94;0;1.69;11743
+65086;42.47032;2.91501;106;20221107;20.6;9.6;15.1;4.7;11.89;0;2.29;11247
+65086;42.47032;2.91501;106;20221108;17.7;13.3;15.5;4.1;13.54;0;1.59;4886
+65086;42.47032;2.91501;106;20221109;20.7;13.7;17.2;3.6;13.94;3.3;1.91;7274
+65086;42.47032;2.91501;106;20221110;19.5;13.4;16.5;6.7;10.79;0;3.18;10080
+65086;42.47032;2.91501;106;20221111;20.5;12.2;16.4;3.5;14.39;.6;1.66;9346
+65086;42.47032;2.91501;106;20221112;20;16.4;18.2;3;17.19;.2;1.29;5458
+65086;42.47032;2.91501;106;20221113;17.8;11.5;14.7;2.8;13.89;.1;1.11;5343
+65086;42.47032;2.91501;106;20221114;18.6;13.3;15.9;3.7;14.09;0;1.46;6693
+65086;42.47032;2.91501;106;20221115;18.4;13.1;15.7;3.1;14.69;.1;1.16;4940
+65086;42.47032;2.91501;106;20221116;18.9;13.5;16.2;5.1;11.74;0;2.38;7838
+65086;42.47032;2.91501;106;20221117;20;11.8;15.9;5;12.14;1.7;2.21;7765
+65086;42.47032;2.91501;106;20221118;15.9;12;14;9.1;9.94;0;2.91;6697
+65086;42.47032;2.91501;106;20221119;13;9.8;11.4;11.7;8.84;.1;2.56;7707
+65086;42.47032;2.91501;106;20221120;16.8;10.1;13.4;10.7;9.04;0;3.32;9052
+65086;42.47032;2.91501;106;20221121;14.1;9.9;12;6.5;10.39;8.5;1.73;4162
+65086;42.47032;2.91501;106;20221122;14.2;10;12.1;13.2;7.99;.8;3.49;9036
+65086;42.47032;2.91501;106;20221123;18.4;9.9;14.2;6.5;10.04;.7;2.62;8379
+65086;42.47032;2.91501;106;20221124;17.3;10;13.6;5.6;10.34;0;2.1;6927
+65086;42.47032;2.91501;106;20221125;16.2;11.1;13.6;8.4;10.39;.9;2.49;5960
+65086;42.47032;2.91501;106;20221126;17.9;11.2;14.6;7.6;8.04;0;3.42;8167
+65086;42.47032;2.91501;106;20221127;16.2;6.8;11.5;2.9;8.94;.1;1.4;7827
+65086;42.47032;2.91501;106;20221128;13.6;9;11.3;9.1;9.64;.6;2;4197
+65086;42.47032;2.91501;106;20221129;13.1;10.3;11.7;8.6;8.74;.7;2.34;6699
+65086;42.47032;2.91501;106;20221130;14;7.7;10.8;6.6;7.59;0;2.27;7761
+65086;42.47032;2.91501;106;20221201;12.8;5.2;9;5.6;7.04;0;1.9;7111
+65086;42.47032;2.91501;106;20221202;10.7;4.3;7.5;4.1;6.74;0;1.33;7016
+65086;42.47032;2.91501;106;20221203;10;4.2;7.1;4.4;7.54;0;1.15;4242
+65086;42.47032;2.91501;106;20221204;13.5;6.4;9.9;3.5;8.09;0;1.33;7116
+65086;42.47032;2.91501;106;20221205;12;3.4;7.7;2.3;7.54;0;.84;7530
+65086;42.47032;2.91501;106;20221206;12.9;8.8;10.9;3;9.04;0;1.06;5738
+65086;42.47032;2.91501;106;20221207;14.9;9.4;12.1;2.4;10.09;.3;.99;6925
+65086;42.47032;2.91501;106;20221208;11.5;9.2;10.3;3.7;10.74;1.3;.8;2394
+65086;42.47032;2.91501;106;20221209;14.8;7.3;11.1;3.2;11.44;2.4;.63;6857
+65086;42.47032;2.91501;106;20221210;10.9;10.2;10.5;10.6;7.94;0;2.5;4655
+65086;42.47032;2.91501;106;20221211;8.3;2.1;5.2;6;4.19;0;2.06;6354
+65086;42.47032;2.91501;106;20221212;11.7;3.5;7.6;4.7;7.09;1.7;1.43;5122
+65086;42.47032;2.91501;106;20221213;9.8;4.9;7.4;3.6;9.54;2.7;.46;3469
+65086;42.47032;2.91501;106;20221214;14.5;8.6;11.6;5.2;11.79;.5;.91;4263
+65086;42.47032;2.91501;106;20221215;15.3;9.5;12.4;3.3;12.89;9.7;.69;4660
+65086;42.47032;2.91501;106;20221216;14.3;10.4;12.4;3.3;11.64;1.4;.99;3186
+65086;42.47032;2.91501;106;20221217;12.8;7.6;10.2;3;9.89;0;.84;5561
+65086;42.47032;2.91501;106;20221218;15.3;8.8;12.1;3.9;10.29;0;1.19;6312
+65086;42.47032;2.91501;106;20221219;17.9;9.6;13.8;4.9;10.49;0;1.81;7145
+65086;42.47032;2.91501;106;20221220;15.9;10.2;13.1;3.7;10.99;0;1.36;4769
+65086;42.47032;2.91501;106;20221221;18.6;11.1;14.8;4.3;11.29;0;1.66;7227
+65086;42.47032;2.91501;106;20221222;20.1;11;15.6;3.7;10.74;0;1.98;6916
+65086;42.47032;2.91501;106;20221223;19.9;12.1;16;3;11.24;0;1.65;6670
+65086;42.47032;2.91501;106;20221224;18.7;10.3;14.5;3.3;11.04;0;1.49;6859
+65086;42.47032;2.91501;106;20221225;13.9;9;11.4;3.4;12.19;0;.59;4909
+65086;42.47032;2.91501;106;20221226;15.9;11;13.5;4.1;11.89;0;1.24;3834
+65086;42.47032;2.91501;106;20221227;18.5;10;14.2;3.5;10.44;0;1.59;7242
+65086;42.47032;2.91501;106;20221228;11.9;7.9;9.9;3;10.69;0;.67;3205
+65086;42.47032;2.91501;106;20221229;14;7.3;10.7;2.9;10.54;0;.81;5792
+65086;42.47032;2.91501;106;20221230;13.6;9.1;11.4;3.1;11.79;0;.75;3267
+65086;42.47032;2.91501;106;20221231;16.5;12;14.2;3.6;13.29;0;.97;5029
+65087;42.446;3.11252;72;20220101;11;7.6;9.3;2;11.6;.1;.3;5428
+65087;42.446;3.11252;72;20220102;10.9;8.9;9.9;2.5;10.9;0;.54;4196
+65087;42.446;3.11252;72;20220103;15.7;8.7;12.2;3.1;11.2;0;.95;7929
+65087;42.446;3.11252;72;20220104;11.6;9;10.3;7.1;11.5;0;.62;4825
+65087;42.446;3.11252;72;20220105;9.9;9.7;9.8;23.5;6.9;.1;3.64;1389
+65087;42.446;3.11252;72;20220106;9.2;6.1;7.6;20.5;5.2;0;3.58;7970
+65087;42.446;3.11252;72;20220107;10.7;4.9;7.8;13.2;6.1;0;2.74;7305
+65087;42.446;3.11252;72;20220108;13.7;9.4;11.5;12.4;8.1;.1;3.08;6340
+65087;42.446;3.11252;72;20220109;10.9;10.5;10.7;11.4;8.7;16.4;2.34;1988
+65087;42.446;3.11252;72;20220110;9.3;7.5;8.4;10;9.4;11.7;.98;4181
+65087;42.446;3.11252;72;20220111;13.6;8.3;10.9;17.4;7.2;0;3.75;7186
+65087;42.446;3.11252;72;20220112;11.5;7.7;9.6;11;6.3;0;3.09;6141
+65087;42.446;3.11252;72;20220113;9;3.5;6.2;3.5;6.2;0;1.17;7436
+65087;42.446;3.11252;72;20220114;9.6;4.2;6.9;3;7;0;.99;7430
+65087;42.446;3.11252;72;20220115;11.4;5.9;8.6;2.7;6.1;0;1.38;7563
+65087;42.446;3.11252;72;20220116;13.7;6;9.8;7.5;4.6;0;3.45;9017
+65087;42.446;3.11252;72;20220117;13.9;9.8;11.8;9.3;4.9;0;4.31;6656
+65087;42.446;3.11252;72;20220118;10.4;8.4;9.4;3.5;7.1;0;1.55;4710
+65087;42.446;3.11252;72;20220119;10;3.1;6.5;9.4;7.2;0;1.54;8780
+65087;42.446;3.11252;72;20220120;12.5;6.7;9.6;11.7;8;0;2.35;8133
+65087;42.446;3.11252;72;20220121;8.7;6.5;7.6;15.8;5.8;0;3;5082
+65087;42.446;3.11252;72;20220122;12.1;4.8;8.4;6.7;4.9;0;2.81;9302
+65087;42.446;3.11252;72;20220123;11;5;8;3.1;6.7;0;1.34;8526
+65087;42.446;3.11252;72;20220124;10.9;3.7;7.3;3.3;8.6;0;.82;9165
+65087;42.446;3.11252;72;20220125;10;5.6;7.8;2.9;9;.1;.75;7465
+65087;42.446;3.11252;72;20220126;14.7;5.3;10;3.3;8.2;0;1.49;11001
+65087;42.446;3.11252;72;20220127;13.1;6.6;9.8;5.3;7.1;0;2.12;9258
+65087;42.446;3.11252;72;20220128;15.9;10.1;13;13.9;5.6;0;5.35;8846
+65087;42.446;3.11252;72;20220129;17.1;11.4;14.2;12.3;5.3;0;5.78;8868
+65087;42.446;3.11252;72;20220130;18.2;12.6;15.4;13;7.7;0;5.26;8889
+65087;42.446;3.11252;72;20220131;13.4;9.3;11.3;23;8;0;3.79;7701
+65087;42.446;3.11252;72;20220201;12.2;8;10.1;11.3;6.54;0;3.15;9894
+65087;42.446;3.11252;72;20220202;17.4;11.1;14.2;16.9;10;0;3.97;12194
+65087;42.446;3.11252;72;20220203;13.6;8.9;11.2;4.6;10.6;0;1.33;8531
+65087;42.446;3.11252;72;20220204;15.3;8.5;11.9;9.2;10.2;0;2.19;10369
+65087;42.446;3.11252;72;20220205;14.6;11.5;13;12.4;8.7;0;3.56;7103
+65087;42.446;3.11252;72;20220206;13.9;7.6;10.7;9.9;6.6;0;3.46;10220
+65087;42.446;3.11252;72;20220207;14.9;9.6;12.2;20;8.9;0;3.67;9490
+65087;42.446;3.11252;72;20220208;13.4;10;11.7;5.2;8.7;0;2.13;7704
+65087;42.446;3.11252;72;20220209;12;7.2;9.6;4;9.2;0;1.34;9251
+65087;42.446;3.11252;72;20220210;14.4;9.1;11.7;3;10.2;0;1.46;9834
+65087;42.446;3.11252;72;20220211;15.3;7.4;11.3;10.1;9.6;0;2.43;11069
+65087;42.446;3.11252;72;20220212;12;7.6;9.8;4.6;8.7;0;1.62;9182
+65087;42.446;3.11252;72;20220213;17.4;7.5;12.4;11;9.9;.2;3.01;13896
+65087;42.446;3.11252;72;20220214;12.5;11.7;12.1;10.9;8.9;3.1;2.87;4044
+65087;42.446;3.11252;72;20220215;13.2;9;11.1;13.5;7.4;.1;3.58;9298
+65087;42.446;3.11252;72;20220216;16.4;10.2;13.3;7.5;9.4;1.1;2.98;11419
+65087;42.446;3.11252;72;20220217;18.4;12.1;15.3;4.5;11.7;0;2.41;11167
+65087;42.446;3.11252;72;20220218;14.1;10.8;12.4;7.6;11.4;0;1.77;8547
+65087;42.446;3.11252;72;20220219;11;10.6;10.8;17.2;8.4;.4;2.96;3050
+65087;42.446;3.11252;72;20220220;16.2;8.7;12.4;8.8;8.3;0;3.42;13162
+65087;42.446;3.11252;72;20220221;16.5;11.5;14;18.5;8.3;0;5;10885
+65087;42.446;3.11252;72;20220222;15.6;10.8;13.2;21.1;8.5;0;4.59;10792
+65087;42.446;3.11252;72;20220223;17.3;11.7;14.5;7.3;8.8;0;3.66;11788
+65087;42.446;3.11252;72;20220224;14.7;9.8;12.2;6.6;10.5;0;2.07;9229
+65087;42.446;3.11252;72;20220225;12.6;10.9;11.7;15.9;7.2;0;4.18;8636
+65087;42.446;3.11252;72;20220226;12.1;7.5;9.8;10.8;6;0;3.63;11066
+65087;42.446;3.11252;72;20220227;13.2;6.3;9.7;5;7.9;0;2.25;13695
+65087;42.446;3.11252;72;20220228;14;8.1;11;4.5;9.1;0;2.12;12813
+65087;42.446;3.11252;72;20220301;14.1;10.7;12.4;7.9;9.8;0;2.55;9852
+65087;42.446;3.11252;72;20220302;14.6;10.5;12.5;6.6;10.9;2.9;2.12;10934
+65087;42.446;3.11252;72;20220303;16.3;9.2;12.7;6.4;10.8;0;2.44;14531
+65087;42.446;3.11252;72;20220304;14.2;9.9;12;15.3;9.4;0;3.18;11448
+65087;42.446;3.11252;72;20220305;14.7;10.3;12.5;12.7;7.5;0;4.25;11707
+65087;42.446;3.11252;72;20220306;14.6;8.6;11.6;6.9;7.4;0;3.31;13811
+65087;42.446;3.11252;72;20220307;11.5;7.2;9.3;5.7;8.1;0;2.11;11828
+65087;42.446;3.11252;72;20220308;14.9;8.2;11.5;9;9.3;1.6;2.82;14021
+65087;42.446;3.11252;72;20220309;15.2;9.6;12.4;7.8;10.2;0;2.64;13781
+65087;42.446;3.11252;72;20220310;16.7;9.5;13.1;11.1;10.4;0;3.05;10484
+65087;42.446;3.11252;72;20220311;13.5;11.9;12.7;17;11.4;20.2;2.3;7550
+65087;42.446;3.11252;72;20220312;12.4;11.4;11.9;12.1;12.1;68.2;1.35;6043
+65087;42.446;3.11252;72;20220313;13.1;8.5;10.8;11.5;11.9;4;1.25;13026
+65087;42.446;3.11252;72;20220314;12.4;7.7;10;9;11.8;2.7;1.03;13301
+65087;42.446;3.11252;72;20220315;12.6;12.1;12.3;9.7;13.6;.4;.6;1230
+65087;42.446;3.11252;72;20220316;13.8;11.8;12.8;4.1;13.5;0;1.24;8873
+65087;42.446;3.11252;72;20220317;14;11.8;12.9;6.9;12.4;1.7;1.71;9395
+65087;42.446;3.11252;72;20220318;14;10.9;12.4;6.6;11.2;.8;2.09;11251
+65087;42.446;3.11252;72;20220319;13;11.1;12;4.2;10.6;.6;1.5;2857
+65087;42.446;3.11252;72;20220320;12.1;9.5;10.8;10;12.4;18.3;.91;10508
+65087;42.446;3.11252;72;20220321;13.6;10.7;12.1;11.5;11;3.7;2.27;11200
+65087;42.446;3.11252;72;20220322;13.4;9.8;11.6;9.5;9.2;0;2.87;12589
+65087;42.446;3.11252;72;20220323;15;9.4;12.2;5.2;9.1;0;2.92;15832
+65087;42.446;3.11252;72;20220324;14.4;8.3;11.3;3.8;10.4;0;2.02;12889
+65087;42.446;3.11252;72;20220325;15.3;11;13.1;2.4;11.7;0;2.11;14135
+65087;42.446;3.11252;72;20220326;16.5;9.4;12.9;4.9;11.5;.7;2.62;18309
+65087;42.446;3.11252;72;20220327;15.8;10.7;13.2;3.7;9.9;0;2.79;15664
+65087;42.446;3.11252;72;20220328;17.5;9.5;13.5;7.6;8.6;0;4.19;19775
+65087;42.446;3.11252;72;20220329;14.8;12.5;13.6;6.7;11.3;7.5;2.54;11056
+65087;42.446;3.11252;72;20220330;14.8;8.9;11.8;10.6;11.3;6.1;2.35;17284
+65087;42.446;3.11252;72;20220331;14.7;11.4;13;17.1;9.2;.1;4.06;13050
+65087;42.446;3.11252;72;20220401;8.9;3.7;6.3;11.9;5.09;.1;3.46;20300
+65087;42.446;3.11252;72;20220402;9.3;1.9;5.6;4.3;4.66;0;2.66;15740
+65087;42.446;3.11252;72;20220403;10.3;4.7;7.5;15.8;5.3;0;3.91;20575
+65087;42.446;3.11252;72;20220404;13.8;2.7;8.3;5.1;4.79;0;3.89;23500
+65087;42.446;3.11252;72;20220405;17.6;7.7;12.6;10;6.7;0;5.3;23488
+65087;42.446;3.11252;72;20220406;17.2;11.8;14.5;9.8;9.4;0;4.42;17497
+65087;42.446;3.11252;72;20220407;17.7;10.7;14.2;4.5;11.1;0;3.32;20065
+65087;42.446;3.11252;72;20220408;19.3;13.7;16.5;7.5;12;.1;3.97;16524
+65087;42.446;3.11252;72;20220409;14.9;11;12.9;13.7;9;.1;4.06;15217
+65087;42.446;3.11252;72;20220410;13.8;8.9;11.3;7.4;9.4;0;2.91;17174
+65087;42.446;3.11252;72;20220411;15.9;12.4;14.1;14.6;11.8;0;3.22;14629
+65087;42.446;3.11252;72;20220412;14;12.6;13.3;8.7;13.4;.5;1.59;9339
+65087;42.446;3.11252;72;20220413;13.7;12.6;13.1;6.4;13.3;.4;1.49;8343
+65087;42.446;3.11252;72;20220414;20.2;12.6;16.4;7.2;10.4;0;4.91;21983
+65087;42.446;3.11252;72;20220415;23.6;16.7;20.1;9.3;12.1;0;6.4;22151
+65087;42.446;3.11252;72;20220416;22.8;17.4;20.1;15;12.1;0;6.99;18789
+65087;42.446;3.11252;72;20220417;19.4;14.3;16.8;9.2;12.6;0;4.25;18381
+65087;42.446;3.11252;72;20220418;20;15.6;17.8;8;11.6;0;4.82;17187
+65087;42.446;3.11252;72;20220419;18.9;15.8;17.3;7.1;11.1;1.1;4.44;14527
+65087;42.446;3.11252;72;20220420;13.5;11.4;12.4;8.8;11.4;40.3;2;7232
+65087;42.446;3.11252;72;20220421;13.1;9.4;11.2;11.2;10.8;6.3;2.29;16061
+65087;42.446;3.11252;72;20220422;18.2;13;15.6;6.7;11.1;0;4.06;19144
+65087;42.446;3.11252;72;20220423;17.7;13.1;15.4;8.4;11;3.2;4.13;18115
+65087;42.446;3.11252;72;20220424;19;10.1;14.5;8.2;10.9;.1;4.11;20537
+65087;42.446;3.11252;72;20220425;17.7;13.1;15.4;4.8;12.2;0;3.59;20811
+65087;42.446;3.11252;72;20220426;18.5;12.9;15.7;3.1;12.7;0;3.39;20324
+65087;42.446;3.11252;72;20220427;18.5;12.6;15.5;5.2;13.9;0;3.21;20296
+65087;42.446;3.11252;72;20220428;20.4;13.3;16.8;6;13.5;0;4.14;23126
+65087;42.446;3.11252;72;20220429;21.2;16.4;18.8;8.2;14.3;0;4.57;19126
+65087;42.446;3.11252;72;20220430;21.8;17.9;19.8;10.7;13.1;0;5.74;17335
+65087;42.446;3.11252;72;20220501;22.8;16.5;19.6;8.6;11.9;1.2;6.17;22127
+65087;42.446;3.11252;72;20220502;19.3;16.5;17.9;4.9;12.3;1;4.23;18412
+65087;42.446;3.11252;72;20220503;21.1;15.2;18.1;5.3;13.7;1;3.75;14426
+65087;42.446;3.11252;72;20220504;19.8;14.7;17.2;7.1;13.4;0;4.17;20205
+65087;42.446;3.11252;72;20220505;19.5;15.2;17.3;15.9;11.7;0;5.54;18644
+65087;42.446;3.11252;72;20220506;20.2;15.2;17.7;20.3;11.4;0;6.53;24929
+65087;42.446;3.11252;72;20220507;22.3;16.7;19.5;17.6;11.6;0;7.59;25813
+65087;42.446;3.11252;72;20220508;24;17.9;20.9;8.2;12.2;.3;6.66;22491
+65087;42.446;3.11252;72;20220509;21.2;15.6;18.4;2.1;14.9;.1;3.81;21643
+65087;42.446;3.11252;72;20220510;22.7;15.5;19.1;4.2;14.5;0;4.74;24634
+65087;42.446;3.11252;72;20220511;20.8;14.5;17.6;3.7;15.9;0;3.77;23140
+65087;42.446;3.11252;72;20220512;23.3;14.8;19;5.1;15.5;0;5.03;28371
+65087;42.446;3.11252;72;20220513;22.6;15.6;19.1;5.2;16.2;0;4.47;24578
+65087;42.446;3.11252;72;20220514;22.1;16.7;19.4;4.1;16.3;0;4.13;21674
+65087;42.446;3.11252;72;20220515;26.5;16.6;21.5;4.8;16.3;0;5.8;27646
+65087;42.446;3.11252;72;20220516;24;16.9;20.4;5;17.9;0;4.6;24485
+65087;42.446;3.11252;72;20220517;23.1;16.4;19.7;4.4;18.3;0;4.2;24392
+65087;42.446;3.11252;72;20220518;26.7;17.9;22.3;4.7;18.4;0;5.77;28992
+65087;42.446;3.11252;72;20220519;21.5;17.8;19.6;7.7;19.4;.1;3.19;18260
+65087;42.446;3.11252;72;20220520;30.7;20;25.3;10.3;15.9;0;9.36;29968
+65087;42.446;3.11252;72;20220521;23.8;18.4;21.1;3.7;19.5;0;4.75;27226
+65087;42.446;3.11252;72;20220522;26.3;18.6;22.4;3.3;20.1;0;5.07;26555
+65087;42.446;3.11252;72;20220523;25.4;19.3;22.3;10.3;18.5;0;5.74;23709
+65087;42.446;3.11252;72;20220524;19.1;16.6;17.8;12.3;12.8;8.7;4.82;15241
+65087;42.446;3.11252;72;20220525;20.4;13.3;16.8;17.7;11.6;0;5.92;25711
+65087;42.446;3.11252;72;20220526;22.1;16.3;19.2;19;12.7;0;6.84;23303
+65087;42.446;3.11252;72;20220527;26.1;17.9;22;16.5;14.2;0;8.38;27764
+65087;42.446;3.11252;72;20220528;27.6;20.5;24;11.6;14.2;0;9.11;29474
+65087;42.446;3.11252;72;20220529;24.1;20.5;22.3;6.9;11.8;.3;6.69;18500
+65087;42.446;3.11252;72;20220530;23.3;17.4;20.3;4.4;12.5;1.3;5.55;23718
+65087;42.446;3.11252;72;20220531;22.2;17.4;19.8;4.7;16.1;0;4.4;21442
+65087;42.446;3.11252;72;20220601;24.5;17.7;21.1;4.5;19.1;0;5.26;30222
+65087;42.446;3.11252;72;20220602;24.4;18.7;21.5;5.9;20.1;0;3.43;13560
+65087;42.446;3.11252;72;20220603;26.3;18.2;22.2;6.5;20.8;.2;5.26;27991
+65087;42.446;3.11252;72;20220604;22.3;19.3;20.8;6.1;21.5;0;3.06;17374
+65087;42.446;3.11252;72;20220605;28.3;20;24.1;8.5;18.7;0;6.78;24872
+65087;42.446;3.11252;72;20220606;26.8;18.9;22.8;8.2;17.7;.1;6.57;27773
+65087;42.446;3.11252;72;20220607;28;21.3;24.6;8.7;17;0;7.65;26212
+65087;42.446;3.11252;72;20220608;27.6;20.7;24.1;7.5;16.8;0;7.17;26027
+65087;42.446;3.11252;72;20220609;24.5;17.3;20.9;17.6;14.9;0;7.35;29608
+65087;42.446;3.11252;72;20220610;30.8;19.1;24.9;11.8;14.5;0;10.22;31282
+65087;42.446;3.11252;72;20220611;29.6;22.8;26.2;5.2;13.8;0;7.91;25921
+65087;42.446;3.11252;72;20220612;30.1;20.3;25.2;3.6;16.6;.4;7.16;31133
+65087;42.446;3.11252;72;20220613;30.3;22.3;26.3;6.2;18.7;0;6.94;21512
+65087;42.446;3.11252;72;20220614;28.2;22.8;25.5;6;17.9;1.8;6.78;23159
+65087;42.446;3.11252;72;20220615;26.6;21;23.8;8.8;20.5;0;5.8;23596
+65087;42.446;3.11252;72;20220616;30.5;21;25.7;3.5;20.7;0;6.76;30730
+65087;42.446;3.11252;72;20220617;32.4;25.3;28.8;4.6;18.5;0;7.97;27136
+65087;42.446;3.11252;72;20220618;28.1;22.6;25.3;7.2;21.6;0;6.12;23412
+65087;42.446;3.11252;72;20220619;31.3;22.5;26.9;10.6;19.7;0;9.07;29604
+65087;42.446;3.11252;72;20220620;22.9;20.2;21.5;8.2;22.2;0;3.12;16426
+65087;42.446;3.11252;72;20220621;27.1;20.4;23.7;6.1;24.8;2.8;4.73;25841
+65087;42.446;3.11252;72;20220622;28.8;19.9;24.3;7.7;21.7;.7;6.48;29771
+65087;42.446;3.11252;72;20220623;31.1;22.1;26.6;7.8;20.2;0;8.14;29590
+65087;42.446;3.11252;72;20220624;28.7;20.9;24.8;4.5;18;0;6.66;27861
+65087;42.446;3.11252;72;20220625;26.4;19.6;23;6.7;18.6;.4;5.97;26007
+65087;42.446;3.11252;72;20220626;26.6;21;23.8;6.2;18.8;0;5.91;23595
+65087;42.446;3.11252;72;20220627;25.4;18.7;22;13.2;15.1;1.3;7.43;25788
+65087;42.446;3.11252;72;20220628;29.9;18.4;24.1;11.4;15.3;0;9.31;31319
+65087;42.446;3.11252;72;20220629;27.5;21.8;24.6;5.9;16.5;0;6.77;23756
+65087;42.446;3.11252;72;20220630;28.1;22.4;25.2;6.6;18.2;0;6.84;23735
+65087;42.446;3.11252;72;20220701;27.5;17.6;22.5;10.1;13.8;0;8.16;27869
+65087;42.446;3.11252;72;20220702;26.8;18.6;22.7;4.8;15;0;6.58;28399
+65087;42.446;3.11252;72;20220703;26.4;20.4;23.4;5;18.1;0;5.75;24273
+65087;42.446;3.11252;72;20220704;30.7;23.4;27;5.7;19.4;0;7.52;26734
+65087;42.446;3.11252;72;20220705;30.5;23.9;27.2;10.5;19.1;.7;8.85;25388
+65087;42.446;3.11252;72;20220706;29.3;25.3;27.3;9.6;15.1;0;9.21;19749
+65087;42.446;3.11252;72;20220707;28.9;23.1;26;17.1;15.3;0;10.6;23732
+65087;42.446;3.11252;72;20220708;30.6;22.6;26.6;17.3;16.6;0;11.03;27816
+65087;42.446;3.11252;72;20220709;29.6;22.8;26.2;5.7;14.3;0;8;25605
+65087;42.446;3.11252;72;20220710;32;24.5;28.2;5.4;14.7;0;8.71;26838
+65087;42.446;3.11252;72;20220711;30;23.5;26.7;2.5;17.1;0;6.08;24941
+65087;42.446;3.11252;72;20220712;31.2;20.7;25.9;5.2;23.2;0;6.84;30751
+65087;42.446;3.11252;72;20220713;30.1;22.3;26.2;4.8;24.3;0;5.64;23737
+65087;42.446;3.11252;72;20220714;29.4;22.6;26;5;24.6;0;5.7;25347
+65087;42.446;3.11252;72;20220715;34.4;22.1;28.2;7;18.2;0;9.53;30546
+65087;42.446;3.11252;72;20220716;31.7;25.2;28.4;4.1;18.6;0;7.18;24666
+65087;42.446;3.11252;72;20220717;31.6;24.1;27.8;2.1;19.4;0;6.15;26424
+65087;42.446;3.11252;72;20220718;28.8;21.2;25;3.9;23.7;.1;5.49;26530
+65087;42.446;3.11252;72;20220719;26.4;22.2;24.3;7.2;26.4;0;3.75;19684
+65087;42.446;3.11252;72;20220720;31.8;23;27.4;6.4;23.4;0;7.3;28387
+65087;42.446;3.11252;72;20220721;32.4;25.1;28.7;6.8;19.6;0;8.97;30062
+65087;42.446;3.11252;72;20220722;31.5;24.3;27.9;5.8;23.8;.2;7.34;29252
+65087;42.446;3.11252;72;20220723;29.9;22.8;26.3;8.6;19.5;0;7.73;25276
+65087;42.446;3.11252;72;20220724;30.2;25.1;27.6;6.4;21.3;0;6.84;21363
+65087;42.446;3.11252;72;20220725;32.7;23.1;27.9;10;23.5;.5;8.41;29192
+65087;42.446;3.11252;72;20220726;28;22.3;25.1;12.6;16.8;0;8.55;24581
+65087;42.446;3.11252;72;20220727;30.7;22.1;26.4;9.8;14.7;0;9.78;27444
+65087;42.446;3.11252;72;20220728;28;23.9;25.9;6;16.3;0;6.73;18900
+65087;42.446;3.11252;72;20220729;28.9;24.1;26.5;6;17.6;.3;6.85;20370
+65087;42.446;3.11252;72;20220730;32.1;23.7;27.9;9.4;18.4;0;9.11;24271
+65087;42.446;3.11252;72;20220731;34.7;25.8;30.2;8.3;17;0;10.68;27505
+65087;42.446;3.11252;72;20220801;33.1;27.8;30.4;7.6;16.7;0;9.62;21155
+65087;42.446;3.11252;72;20220802;33.9;25.2;29.5;6.3;17.1;0;9.24;26977
+65087;42.446;3.11252;72;20220803;29.2;23.5;26.3;4.3;24.4;.1;5.18;21756
+65087;42.446;3.11252;72;20220804;28.4;23.6;26;4.5;27.8;.9;4.22;19885
+65087;42.446;3.11252;72;20220805;32;23.4;27.7;5.8;23.8;0;6.89;26481
+65087;42.446;3.11252;72;20220806;33.3;26;29.6;7.9;19.7;0;9.42;27356
+65087;42.446;3.11252;72;20220807;31.1;24.8;27.9;5.2;19.8;.4;7.6;28167
+65087;42.446;3.11252;72;20220808;32.3;24.7;28.5;4.7;17.9;0;7.48;24559
+65087;42.446;3.11252;72;20220809;32.1;23.5;27.8;3.8;16.2;0;7.18;25997
+65087;42.446;3.11252;72;20220810;30;23.8;26.9;5.4;23.2;0;5.86;21975
+65087;42.446;3.11252;72;20220811;29.8;24.2;27;4.9;27.5;0;4.84;20785
+65087;42.446;3.11252;72;20220812;35.1;24.7;29.9;4.6;26.4;0;6.31;20634
+65087;42.446;3.11252;72;20220813;31.4;25;28.2;5.8;25.5;.7;5.63;18339
+65087;42.446;3.11252;72;20220814;31.7;24.4;28;6.7;23.1;0;6.94;23358
+65087;42.446;3.11252;72;20220815;29.7;23.9;26.8;6.1;18.9;.1;7.01;23596
+65087;42.446;3.11252;72;20220816;31.7;23;27.3;7.4;20.9;0;7.55;25219
+65087;42.446;3.11252;72;20220817;29.3;21.8;25.5;8.7;19.5;3;6.55;18580
+65087;42.446;3.11252;72;20220818;26.2;20.5;23.3;13.9;15.7;3.5;7.54;20196
+65087;42.446;3.11252;72;20220819;28.5;21.2;24.8;18;16.5;0;9.36;25855
+65087;42.446;3.11252;72;20220820;31.7;23.4;27.5;8.4;17;0;8.77;24076
+65087;42.446;3.11252;72;20220821;33;25.8;29.4;10.1;18.1;0;9.9;22294
+65087;42.446;3.11252;72;20220822;29.3;23;26.1;16.4;18.7;0;8.78;20732
+65087;42.446;3.11252;72;20220823;31.5;22.9;27.2;9;19;0;7.94;20771
+65087;42.446;3.11252;72;20220824;28.9;24.2;26.5;3.9;20.4;1.2;5.08;17693
+65087;42.446;3.11252;72;20220825;28.7;22.9;25.8;6.8;22.8;1.1;5.34;19523
+65087;42.446;3.11252;72;20220826;31.6;24.6;28.1;10.6;19.3;0;8.78;21303
+65087;42.446;3.11252;72;20220827;29;25.4;27.2;6.6;18.4;.1;6.45;15193
+65087;42.446;3.11252;72;20220828;28.8;22.7;25.7;4.8;19.8;.2;5.45;19627
+65087;42.446;3.11252;72;20220829;28.4;21.6;25;5.4;24;1.8;4.6;20579
+65087;42.446;3.11252;72;20220830;28.5;22.7;25.6;5.2;22.8;0;4.82;18879
+65087;42.446;3.11252;72;20220831;26.3;22.4;24.3;5.2;22.4;2;3.95;15383
+65087;42.446;3.11252;72;20220901;28.5;23.4;25.9;6.4;19.6;0;6.11;20740
+65087;42.446;3.11252;72;20220902;28.8;21.8;25.3;2.1;22.1;1.5;4.34;21197
+65087;42.446;3.11252;72;20220903;26.1;21.3;23.7;6;23.1;3.6;3.8;17198
+65087;42.446;3.11252;72;20220904;27.6;21.8;24.7;5.3;24.6;0;4.15;19756
+65087;42.446;3.11252;72;20220905;26.8;23.6;25.2;6.6;26.2;0;3.35;13438
+65087;42.446;3.11252;72;20220906;30.7;22.6;26.6;4.8;26.2;.2;5.02;22553
+65087;42.446;3.11252;72;20220907;30.4;22.9;26.6;7.3;22.3;0;5.94;19200
+65087;42.446;3.11252;72;20220908;27;22.4;24.7;6.9;14.5;0;6.43;15729
+65087;42.446;3.11252;72;20220909;27.8;19.5;23.6;4.8;15.6;0;5.54;20940
+65087;42.446;3.11252;72;20220910;25.8;19.5;22.6;5.6;15.8;0;5.07;18104
+65087;42.446;3.11252;72;20220911;26.3;20.7;23.5;4;18.8;0;4.71;22289
+65087;42.446;3.11252;72;20220912;27.4;21.1;24.2;4.8;23.3;0;3.93;18158
+65087;42.446;3.11252;72;20220913;34.3;23.7;29;7;23.1;2.2;7.28;22138
+65087;42.446;3.11252;72;20220914;29.1;21;25;5.4;19.9;0;4.84;15436
+65087;42.446;3.11252;72;20220915;29.7;21.4;25.5;5.6;18.9;1.6;5.72;19916
+65087;42.446;3.11252;72;20220916;28.1;21.6;24.8;11.6;17;1;7.36;19345
+65087;42.446;3.11252;72;20220917;24.7;18.2;21.4;16.8;11.6;0;8.22;17325
+65087;42.446;3.11252;72;20220918;23.1;16.4;19.7;4.9;9.1;0;5.17;16787
+65087;42.446;3.11252;72;20220919;24.6;15.2;19.9;3.4;11.7;0;4.16;17134
+65087;42.446;3.11252;72;20220920;24;18.2;21.1;4.9;12.1;0;4.81;15931
+65087;42.446;3.11252;72;20220921;25.7;18.9;22.3;6.3;9.9;0;6.41;17086
+65087;42.446;3.11252;72;20220922;24.2;17.4;20.8;4.1;13.9;0;4.39;20208
+65087;42.446;3.11252;72;20220923;23.8;18.2;21;7.8;18.1;13.5;3.65;13471
+65087;42.446;3.11252;72;20220924;22.6;17.7;20.1;8.7;15.8;6.2;4.13;14108
+65087;42.446;3.11252;72;20220925;21.9;14.3;18.1;11;12.2;0;5.07;17386
+65087;42.446;3.11252;72;20220926;23.6;16.2;19.9;11;11.4;.2;6.29;16690
+65087;42.446;3.11252;72;20220927;20.5;16.7;18.6;9;12.5;0;4.54;13659
+65087;42.446;3.11252;72;20220928;23.6;17.7;20.6;5.6;13.9;1.5;4.32;14880
+65087;42.446;3.11252;72;20220929;20.1;17.9;19;8.5;12.2;11.4;4.46;9019
+65087;42.446;3.11252;72;20220930;18.4;13.4;15.9;13.8;11.3;.1;4.26;13429
+65087;42.446;3.11252;72;20221001;23.4;14.2;18.8;4.3;12.7;0;3.79;16525
+65087;42.446;3.11252;72;20221002;24.4;16.6;20.5;4.6;15.9;0;3.66;16417
+65087;42.446;3.11252;72;20221003;25.9;19.9;22.9;6.7;15.7;0;4.99;14949
+65087;42.446;3.11252;72;20221004;23.6;15.9;19.7;4.9;16.1;0;3.36;15974
+65087;42.446;3.11252;72;20221005;21.9;16.8;19.3;5.8;18.5;.1;2.69;16769
+65087;42.446;3.11252;72;20221006;24.1;17.9;21;5.1;18.4;0;3.11;14038
+65087;42.446;3.11252;72;20221007;20.7;16.4;18.5;3.1;17.5;10.2;2.02;11576
+65087;42.446;3.11252;72;20221008;19.6;16.5;18;4.3;18.3;5.9;1.63;9732
+65087;42.446;3.11252;72;20221009;21.7;17;19.3;3;17.2;0;2.26;11839
+65087;42.446;3.11252;72;20221010;21.4;17;19.2;2.6;18.1;.2;1.98;11332
+65087;42.446;3.11252;72;20221011;21.6;17.9;19.7;2.4;18.8;0;1.87;10282
+65087;42.446;3.11252;72;20221012;23.7;16.3;20;4;16.4;.3;2.96;14356
+65087;42.446;3.11252;72;20221013;23.5;17.9;20.7;4.3;16;0;3.13;12357
+65087;42.446;3.11252;72;20221014;26.6;19.6;23.1;3.9;16.4;0;3.71;13653
+65087;42.446;3.11252;72;20221015;22.4;17;19.7;2.7;19.4;.1;1.91;11864
+65087;42.446;3.11252;72;20221016;25.3;18.7;22;8.3;21.3;0;2.97;12961
+65087;42.446;3.11252;72;20221017;24.8;20.5;22.6;12.2;21.6;0;3.32;10354
+65087;42.446;3.11252;72;20221018;22.3;18.9;20.6;3.7;21.6;.1;1.6;9108
+65087;42.446;3.11252;72;20221019;24;18.6;21.3;2.8;21.7;0;1.9;11331
+65087;42.446;3.11252;72;20221020;26;20;23;8;21.6;0;3.23;11803
+65087;42.446;3.11252;72;20221021;27.3;20.6;23.9;7.5;17.1;0;4.93;12325
+65087;42.446;3.11252;72;20221022;25.7;17.6;21.6;5.9;16;0;3.9;13388
+65087;42.446;3.11252;72;20221023;28.1;20.7;24.4;9.4;16.3;0;5.98;12650
+65087;42.446;3.11252;72;20221024;29;20;24.5;6.7;15.1;0;5.46;12119
+65087;42.446;3.11252;72;20221025;21.8;19.3;20.5;2.6;18.6;0;1.72;7207
+65087;42.446;3.11252;72;20221026;21.6;18.2;19.9;4.9;20.4;0;1.55;8296
+65087;42.446;3.11252;72;20221027;21.9;18.8;20.3;2.9;20.6;0;1.38;6701
+65087;42.446;3.11252;72;20221028;22.5;18;20.2;2.1;19.7;.1;1.64;10645
+65087;42.446;3.11252;72;20221029;20.9;16.3;18.6;4.9;18.4;0;1.62;9305
+65087;42.446;3.11252;72;20221030;23.4;18.1;20.7;7.1;17.8;0;2.96;10666
+65087;42.446;3.11252;72;20221031;23.9;18.9;21.4;12.5;17.5;0;4.1;9120
+65087;42.446;3.11252;72;20221101;21.9;18.1;20;6.4;14.9;0;3.32;12228
+65087;42.446;3.11252;72;20221102;22.3;17.8;20;6;13.3;0;3.59;8781
+65087;42.446;3.11252;72;20221103;21.5;14.6;18;7.7;13.9;.1;3.1;8552
+65087;42.446;3.11252;72;20221104;17.3;14;15.6;15.9;9.3;1.4;4.93;8966
+65087;42.446;3.11252;72;20221105;17.9;13;15.4;17.3;9.6;0;4.85;11205
+65087;42.446;3.11252;72;20221106;18;10.2;14.1;2.8;10.4;0;1.8;12386
+65087;42.446;3.11252;72;20221107;21;12;16.5;6.6;12.6;0;2.82;11694
+65087;42.446;3.11252;72;20221108;18.3;16;17.1;6.5;14.2;0;2.22;5873
+65087;42.446;3.11252;72;20221109;20.3;15.4;17.8;4.7;14.6;1.9;2.12;8449
+65087;42.446;3.11252;72;20221110;19.2;13.9;16.5;9.1;11.2;0;3.57;9660
+65087;42.446;3.11252;72;20221111;20.2;14.1;17.1;4.1;15.1;.6;1.71;9292
+65087;42.446;3.11252;72;20221112;20.4;17.1;18.7;3.9;17.8;.1;1.43;6716
+65087;42.446;3.11252;72;20221113;17.4;13.6;15.5;3.9;14.4;0;1.27;5686
+65087;42.446;3.11252;72;20221114;17.7;15.6;16.6;5.5;14.8;0;1.68;6187
+65087;42.446;3.11252;72;20221115;17.8;14.5;16.1;4.3;15.4;0;1.2;4180
+65087;42.446;3.11252;72;20221116;18.7;14.7;16.7;7;12.1;0;2.81;7076
+65087;42.446;3.11252;72;20221117;19.1;13.5;16.3;7;12.6;2.1;2.53;7530
+65087;42.446;3.11252;72;20221118;15.7;12.5;14.1;12.5;10.2;0;3.21;7894
+65087;42.446;3.11252;72;20221119;13.2;10.4;11.8;16.9;9.3;.1;2.86;7815
+65087;42.446;3.11252;72;20221120;16.2;10.7;13.4;14.8;9.4;0;3.57;9105
+65087;42.446;3.11252;72;20221121;14.5;11.3;12.9;9.2;10.5;8.1;2.21;6024
+65087;42.446;3.11252;72;20221122;14.5;11;12.7;17.3;8.2;.6;4;8972
+65087;42.446;3.11252;72;20221123;18.3;10.9;14.6;8.9;10.1;.3;3.12;8959
+65087;42.446;3.11252;72;20221124;17.3;12.3;14.8;8.4;10.9;0;2.71;7954
+65087;42.446;3.11252;72;20221125;16.1;13.3;14.7;12.2;10.8;1.8;3.13;6220
+65087;42.446;3.11252;72;20221126;17.3;11.8;14.5;10.8;8.7;0;3.92;7934
+65087;42.446;3.11252;72;20221127;16.8;9.4;13.1;3.9;9.3;.1;1.82;8154
+65087;42.446;3.11252;72;20221128;13.7;10.7;12.2;13.2;10;.6;2.43;5295
+65087;42.446;3.11252;72;20221129;13.3;10.9;12.1;12.3;9.2;.4;2.69;7598
+65087;42.446;3.11252;72;20221130;14.2;9.1;11.6;9.7;7.9;0;2.93;7023
+65087;42.446;3.11252;72;20221201;13.3;7.2;10.2;8.1;7.3;0;2.46;9223
+65087;42.446;3.11252;72;20221202;10.5;6.6;8.5;6.5;6.9;.1;1.9;6032
+65087;42.446;3.11252;72;20221203;10.4;6.4;8.4;6.4;7.8;.3;1.5;5384
+65087;42.446;3.11252;72;20221204;13.3;8.2;10.7;5;8.6;0;1.63;6833
+65087;42.446;3.11252;72;20221205;11.8;5.8;8.8;3;8;0;1.01;7361
+65087;42.446;3.11252;72;20221206;12.3;9.2;10.7;4.6;9.6;0;1.26;5277
+65087;42.446;3.11252;72;20221207;14.1;10.5;12.3;3;10.9;.5;.98;7151
+65087;42.446;3.11252;72;20221208;12.9;10.3;11.6;5.3;11.8;1.5;.85;4788
+65087;42.446;3.11252;72;20221209;13.8;8.6;11.2;5.1;12.2;2.4;.61;6715
+65087;42.446;3.11252;72;20221210;11.4;10.8;11.1;14.4;8.7;0;2.7;2310
+65087;42.446;3.11252;72;20221211;8.8;3.6;6.2;8;4.4;0;2.49;7708
+65087;42.446;3.11252;72;20221212;11.7;5.5;8.6;6.4;7.7;1.4;1.59;6244
+65087;42.446;3.11252;72;20221213;10;5.5;7.7;5.5;10.1;4;.39;3638
+65087;42.446;3.11252;72;20221214;15.6;9;12.3;8.2;12.4;.6;1.1;4827
+65087;42.446;3.11252;72;20221215;14.5;11.7;13.1;4.6;13.6;9.6;.7;3621
+65087;42.446;3.11252;72;20221216;14.3;10.9;12.6;4.2;12.1;.2;.99;2672
+65087;42.446;3.11252;72;20221217;12.3;9;10.6;4.1;10.6;0;.86;5222
+65087;42.446;3.11252;72;20221218;15.2;9.5;12.3;5.7;11.1;0;1.34;6424
+65087;42.446;3.11252;72;20221219;18.3;11.9;15.1;7.7;11.2;0;2.52;7591
+65087;42.446;3.11252;72;20221220;17.3;13.3;15.3;5.4;11.6;0;2;5739
+65087;42.446;3.11252;72;20221221;18.2;12.5;15.3;6.4;11.9;0;2.11;7554
+65087;42.446;3.11252;72;20221222;19.7;13;16.3;4.6;11;0;2.25;7532
+65087;42.446;3.11252;72;20221223;19.1;13.5;16.3;3.7;11.6;0;1.83;6540
+65087;42.446;3.11252;72;20221224;18.1;12.3;15.2;4.7;11.8;0;1.76;7419
+65087;42.446;3.11252;72;20221225;13.6;10.4;12;5.5;12.8;0;.63;5819
+65087;42.446;3.11252;72;20221226;15.5;12.6;14;6.2;12.6;0;1.43;4369
+65087;42.446;3.11252;72;20221227;18.2;12;15.1;4.9;11.1;0;1.99;7185
+65087;42.446;3.11252;72;20221228;12.2;9.9;11;4.7;11.4;0;.78;4411
+65087;42.446;3.11252;72;20221229;14.6;8.3;11.4;4.2;11.2;0;.91;7284
+65087;42.446;3.11252;72;20221230;13.6;11;12.3;4.6;12.2;0;.88;4434
+65087;42.446;3.11252;72;20221231;16.1;12.1;14.1;5.4;13.7;0;1.02;5858
+65105;42.60184;8.81789;1;20220101;15.4;11.5;13.4;1.4;11.82;0;.84;229
+65105;42.60184;8.81789;1;20220102;16.4;11.2;13.8;2.9;10.52;.2;1.32;5291
+65105;42.60184;8.81789;1;20220103;20.2;8.6;14.4;5.2;9.42;0;2.48;8372
+65105;42.60184;8.81789;1;20220104;16.7;9;12.8;2.7;10.62;0;1.06;7970
+65105;42.60184;8.81789;1;20220105;17.4;7.7;12.5;3.9;9.72;6.3;1.62;5355
+65105;42.60184;8.81789;1;20220106;10;4.5;7.2;3.8;8.42;7.8;.78;2186
+65105;42.60184;8.81789;1;20220107;12.8;7.5;10.1;3.2;6.82;0;1.55;5997
+65105;42.60184;8.81789;1;20220108;14.5;3.1;8.8;4.2;7.12;1.7;1.59;7872
+65105;42.60184;8.81789;1;20220109;13.6;7.1;10.3;4.5;8.32;1.8;1.54;5547
+65105;42.60184;8.81789;1;20220110;12.7;2.1;7.4;4;6.12;.4;1.57;6760
+65105;42.60184;8.81789;1;20220111;13.8;4.4;9.1;3.8;5.42;0;1.93;8679
+65105;42.60184;8.81789;1;20220112;13.1;4.6;8.8;5.4;4.12;0;2.76;8434
+65105;42.60184;8.81789;1;20220113;15.9;2.9;9.4;3.8;3.62;0;2.55;9336
+65105;42.60184;8.81789;1;20220114;14.2;1.1;7.6;2.1;6.42;0;1.07;9344
+65105;42.60184;8.81789;1;20220115;16.1;2.8;9.4;2.4;7.02;0;1.31;9560
+65105;42.60184;8.81789;1;20220116;16.7;1.9;9.3;2.9;7.02;0;1.52;9846
+65105;42.60184;8.81789;1;20220117;15;1.9;8.4;2.4;6.82;0;1.23;9734
+65105;42.60184;8.81789;1;20220118;14.2;1.9;8;2.5;8.62;0;.89;6700
+65105;42.60184;8.81789;1;20220119;14.7;6.6;10.6;2.6;8.52;.1;1.25;6140
+65105;42.60184;8.81789;1;20220120;13.7;10;11.8;4.5;8.02;0;1.97;7221
+65105;42.60184;8.81789;1;20220121;13.6;5.4;9.5;2.3;7.32;0;1.21;8467
+65105;42.60184;8.81789;1;20220122;12.8;1.5;7.1;2.1;5.62;0;1.19;10038
+65105;42.60184;8.81789;1;20220123;14.3;1.7;8;2.2;7.22;0;1.11;10032
+65105;42.60184;8.81789;1;20220124;13.5;3;8.2;2.5;7.92;0;1.05;10157
+65105;42.60184;8.81789;1;20220125;14.9;2.9;8.9;1.5;8.12;0;.93;8052
+65105;42.60184;8.81789;1;20220126;14.3;4.9;9.6;3.2;7.92;0;1.42;7890
+65105;42.60184;8.81789;1;20220127;15.3;3.4;9.3;2;8.02;0;1.14;9853
+65105;42.60184;8.81789;1;20220128;14.3;4;9.1;2.3;8.32;0;1.12;10640
+65105;42.60184;8.81789;1;20220129;16.7;4.3;10.5;2;7.52;1.6;1.39;10306
+65105;42.60184;8.81789;1;20220130;15.7;3.3;9.5;2.3;7.92;.1;1.32;10440
+65105;42.60184;8.81789;1;20220131;16.8;3.7;10.2;4;7.92;.1;1.93;9627
+65105;42.60184;8.81789;1;20220201;15.5;5.3;10.4;2.9;5.42;0;2.07;10476
+65105;42.60184;8.81789;1;20220202;19.8;4.3;12;2;6.52;0;1.85;12118
+65105;42.60184;8.81789;1;20220203;15.8;4.6;10.2;2;9.62;0;1.11;9709
+65105;42.60184;8.81789;1;20220204;16.5;7.5;12;1.9;10.32;0;1.16;6709
+65105;42.60184;8.81789;1;20220205;16.8;8.2;12.5;2.5;9.42;0;1.56;9341
+65105;42.60184;8.81789;1;20220206;17.6;4.9;11.2;5.3;8.82;0;2.26;12383
+65105;42.60184;8.81789;1;20220207;17.2;10.3;13.8;10.6;8.79;.5;3.58;9154
+65105;42.60184;8.81789;1;20220208;16.3;8.4;12.3;4.4;7.25;0;2.61;11625
+65105;42.60184;8.81789;1;20220209;18.2;4.9;11.5;2.3;7.02;0;1.96;12988
+65105;42.60184;8.81789;1;20220210;17.5;4.5;11;2.3;7.22;0;1.87;13110
+65105;42.60184;8.81789;1;20220211;16.3;2.5;9.4;2.2;8.62;0;1.43;12485
+65105;42.60184;8.81789;1;20220212;16.7;5.2;10.9;2.9;8.42;0;1.82;12100
+65105;42.60184;8.81789;1;20220213;13.9;4.3;9.1;2.6;8.82;.2;1.18;5835
+65105;42.60184;8.81789;1;20220214;16.4;5;10.7;2.6;9.12;7.5;1.59;11638
+65105;42.60184;8.81789;1;20220215;13.4;9.1;11.2;5.7;8.52;.5;2.12;6638
+65105;42.60184;8.81789;1;20220216;15.7;4.5;10.1;4;8.12;.1;2.01;12398
+65105;42.60184;8.81789;1;20220217;20.4;11.5;15.9;3.4;10.72;0;2.55;13269
+65105;42.60184;8.81789;1;20220218;18;9.4;13.7;3.5;11.15;0;2.01;13298
+65105;42.60184;8.81789;1;20220219;20.3;7.7;14;2.7;10.22;0;2.17;12681
+65105;42.60184;8.81789;1;20220220;17.1;6.1;11.6;3.3;9.72;0;1.86;11990
+65105;42.60184;8.81789;1;20220221;15.6;10.6;13.1;8.1;8.62;.3;3.13;7465
+65105;42.60184;8.81789;1;20220222;17.8;5.5;11.6;2.8;6.92;0;2.46;15209
+65105;42.60184;8.81789;1;20220223;15.7;2.5;9.1;2.9;8.02;0;1.89;15439
+65105;42.60184;8.81789;1;20220224;16.4;5.3;10.8;3.3;9.22;0;1.89;12413
+65105;42.60184;8.81789;1;20220225;17.7;8.6;13.1;5.3;8.32;0;3.09;14136
+65105;42.60184;8.81789;1;20220226;13.7;5.8;9.7;5;5.42;.2;2.98;14009
+65105;42.60184;8.81789;1;20220227;12.5;2.2;7.3;3.4;4.32;0;2.42;12374
+65105;42.60184;8.81789;1;20220228;14.4;1.1;7.7;3.5;5.62;0;2.42;16477
+65105;42.60184;8.81789;1;20220301;13.4;4.3;8.8;3.5;5.52;0;2.46;14159
+65105;42.60184;8.81789;1;20220302;14.2;1.2;7.7;2.7;6.72;0;1.92;14088
+65105;42.60184;8.81789;1;20220303;14.6;5;9.8;2.4;8.12;.9;1.68;9582
+65105;42.60184;8.81789;1;20220304;14.5;6.5;10.5;2.4;9.02;4.4;1.71;11841
+65105;42.60184;8.81789;1;20220305;14;2.1;8;3.6;5.02;0;2.67;16129
+65105;42.60184;8.81789;1;20220306;12.8;0;6.4;3.7;5.02;.1;2.39;15374
+65105;42.60184;8.81789;1;20220307;13.1;-.4;6.3;3.8;5.02;0;2.52;17810
+65105;42.60184;8.81789;1;20220308;14.2;-.5;6.8;3.2;5.22;0;2.45;16578
+65105;42.60184;8.81789;1;20220309;13.6;.1;6.8;2.7;5.22;0;2.35;18197
+65105;42.60184;8.81789;1;20220310;15.4;1.8;8.6;2.6;7.32;0;2.18;16717
+65105;42.60184;8.81789;1;20220311;17;3.3;10.1;3.1;8.02;0;2.5;17732
+65105;42.60184;8.81789;1;20220312;16.4;4.4;10.4;2.8;7.02;0;2.51;15147
+65105;42.60184;8.81789;1;20220313;17.6;3.9;10.7;2.5;8.42;0;2.23;13579
+65105;42.60184;8.81789;1;20220314;19.4;7.6;13.5;2.6;10.22;0;2.36;12947
+65105;42.60184;8.81789;1;20220315;18.5;9.9;14.2;2.2;10.52;0;2.51;16745
+65105;42.60184;8.81789;1;20220316;18.1;7.3;12.7;2.5;10.52;0;2.32;16002
+65105;42.60184;8.81789;1;20220317;17.2;8.9;13;1.9;10.92;0;1.81;10531
+65105;42.60184;8.81789;1;20220318;18.1;10.6;14.3;1.7;9.62;0;2.2;11905
+65105;42.60184;8.81789;1;20220319;16.3;10.1;13.2;2.2;9.62;.4;2.1;10842
+65105;42.60184;8.81789;1;20220320;16.8;8.6;12.7;2.3;9.62;.1;2.02;9928
+65105;42.60184;8.81789;1;20220321;17.1;3.5;10.3;2.9;6.42;0;3.08;20532
+65105;42.60184;8.81789;1;20220322;17.4;1.8;9.6;3.1;6.02;0;3.19;20726
+65105;42.60184;8.81789;1;20220323;17.3;2.8;10;2.9;6.92;0;3.02;20919
+65105;42.60184;8.81789;1;20220324;17.8;3.5;10.6;3.2;7.02;0;3.22;21112
+65105;42.60184;8.81789;1;20220325;19.2;4.1;11.6;3.2;6.12;0;3.67;21304
+65105;42.60184;8.81789;1;20220326;18.2;4.3;11.2;2.2;8.02;.2;2.81;19377
+65105;42.60184;8.81789;1;20220327;24.3;11.4;17.8;3.9;8.32;1;4.77;19535
+65105;42.60184;8.81789;1;20220328;20;7.1;13.5;2.9;8.72;0;3.49;21878
+65105;42.60184;8.81789;1;20220329;18.2;6.5;12.3;2.5;8.22;2.1;3.09;20283
+65105;42.60184;8.81789;1;20220330;17.7;9.7;13.7;1.6;12.12;18.4;1.97;12397
+65105;42.60184;8.81789;1;20220331;18.2;11.1;14.6;4.6;11.52;1.3;2.92;15829
+65105;42.60184;8.81789;1;20220401;14.7;12.4;13.5;8.9;7.52;5.1;4.16;10317
+65105;42.60184;8.81789;1;20220402;11.7;4.8;8.3;5.7;7.5;16.1;2.21;9600
+65105;42.60184;8.81789;1;20220403;13.4;5.7;9.5;4.6;7.52;3.3;2.3;9251
+65105;42.60184;8.81789;1;20220404;14.4;2.9;8.6;2.8;7.42;0;2.67;21071
+65105;42.60184;8.81789;1;20220405;15;3;9;2.7;7.32;0;2.92;23371
+65105;42.60184;8.81789;1;20220406;16.3;4.1;10.2;2.6;8.42;.8;2.57;17478
+65105;42.60184;8.81789;1;20220407;19.5;7.6;13.5;9.6;9.02;0;4.56;20931
+65105;42.60184;8.81789;1;20220408;23.1;15.9;19.5;10.6;10.22;0;6.86;22634
+65105;42.60184;8.81789;1;20220409;17.3;15.4;16.3;9;7.82;0;5.54;16915
+65105;42.60184;8.81789;1;20220410;16.2;7.2;11.7;3.6;7.59;0;3.54;22722
+65105;42.60184;8.81789;1;20220411;17.6;4.9;11.2;3.5;8.92;0;3.37;24444
+65105;42.60184;8.81789;1;20220412;19.5;5.3;12.4;2.3;9.52;0;3.44;24618
+65105;42.60184;8.81789;1;20220413;20.5;8.2;14.3;2.5;10.62;0;3.69;24790
+65105;42.60184;8.81789;1;20220414;21.4;7.8;14.6;2.3;11.02;0;3.5;22349
+65105;42.60184;8.81789;1;20220415;21.8;8.9;15.3;2.5;10.32;0;4.01;25000
+65105;42.60184;8.81789;1;20220416;23.3;8.8;16;3.5;8.92;0;4.81;25299
+65105;42.60184;8.81789;1;20220417;18.7;15.2;16.9;6.2;4.92;0;6.35;22278
+65105;42.60184;8.81789;1;20220418;19.1;8.9;14;3.3;6.92;0;4.46;25576
+65105;42.60184;8.81789;1;20220419;22.7;7.3;15;4;8.62;0;4.87;25792
+65105;42.60184;8.81789;1;20220420;22.2;9;15.6;2.5;11.22;1.8;3.58;20127
+65105;42.60184;8.81789;1;20220421;20.5;12.1;16.3;5;13.32;18.2;3.42;18479
+65105;42.60184;8.81789;1;20220422;18.7;12.9;15.8;3.8;12.72;1.5;2.62;11464
+65105;42.60184;8.81789;1;20220423;19.5;9.1;14.3;4.1;11.62;2.8;3.56;22917
+65105;42.60184;8.81789;1;20220424;15.5;13.2;14.3;7.8;11.62;8.4;2.71;10098
+65105;42.60184;8.81789;1;20220425;21.8;14;17.9;6.7;9.92;0;5.81;25743
+65105;42.60184;8.81789;1;20220426;23.8;9.3;16.5;3.8;9.52;0;5.17;26880
+65105;42.60184;8.81789;1;20220427;21;8.8;14.9;2.5;10.62;0;4.16;27028
+65105;42.60184;8.81789;1;20220428;25.6;9;17.3;4.3;9.72;.1;5.69;27173
+65105;42.60184;8.81789;1;20220429;24.2;9.6;16.9;4.7;7.82;0;6;27317
+65105;42.60184;8.81789;1;20220430;20.3;8.7;14.5;2.9;9.92;.2;4.17;26136
+65105;42.60184;8.81789;1;20220501;20.6;9.8;15.2;3.7;10.82;0;4.34;26537
+65105;42.60184;8.81789;1;20220502;20.3;8.7;14.5;3;10.42;0;4.26;27735
+65105;42.60184;8.81789;1;20220503;21.1;9.7;15.4;2.8;11.92;0;4.14;26761
+65105;42.60184;8.81789;1;20220504;21.1;10.8;15.9;2.1;13.02;.1;3.78;24331
+65105;42.60184;8.81789;1;20220505;17.6;14.3;15.9;.9;15.12;11.5;1.45;6667
+65105;42.60184;8.81789;1;20220506;17.6;13;15.3;5.2;15.02;3.6;1.69;8325
+65105;42.60184;8.81789;1;20220507;21.4;15.2;18.3;3.7;14.52;0;3.6;17841
+65105;42.60184;8.81789;1;20220508;22.7;12.9;17.8;3.8;13.02;0;4.35;22678
+65105;42.60184;8.81789;1;20220509;24.2;11.9;18;3.3;13.02;0;5.02;28630
+65105;42.60184;8.81789;1;20220510;25.1;11.9;18.5;2.6;12.82;0;5.07;28749
+65105;42.60184;8.81789;1;20220511;26.7;13.6;20.1;3.2;11.62;0;5.85;28865
+65105;42.60184;8.81789;1;20220512;27.3;12.2;19.7;2.1;11.42;0;5.42;28979
+65105;42.60184;8.81789;1;20220513;27.3;10.6;18.9;2.8;10.82;0;5.71;29090
+65105;42.60184;8.81789;1;20220514;26.4;11.4;18.9;2.8;12.32;0;5.44;29198
+65105;42.60184;8.81789;1;20220515;23.6;11.4;17.5;2.9;13.22;0;4.87;29304
+65105;42.60184;8.81789;1;20220516;25.1;13.1;19.1;2.2;13.32;0;5.12;29299
+65105;42.60184;8.81789;1;20220517;27.1;13.6;20.3;2.9;13.82;0;5.65;29509
+65105;42.60184;8.81789;1;20220518;26.3;13.9;20.1;2.7;13.42;0;5.54;29607
+65105;42.60184;8.81789;1;20220519;29.5;16.2;22.8;2.9;15.22;0;6.18;29703
+65105;42.60184;8.81789;1;20220520;30.4;15.2;22.8;2.1;16.12;0;5.87;29796
+65105;42.60184;8.81789;1;20220521;30.5;14.9;22.7;2.8;13.72;0;6.4;29886
+65105;42.60184;8.81789;1;20220522;29.9;15.6;22.7;2;14.42;.4;5.93;29974
+65105;42.60184;8.81789;1;20220523;28.5;14.5;21.5;2.4;15.02;0;5.77;30059
+65105;42.60184;8.81789;1;20220524;30.6;16.7;23.6;2.8;15.22;0;6.45;30141
+65105;42.60184;8.81789;1;20220525;25.7;15.6;20.6;2.6;16.42;1.4;5.2;28892
+65105;42.60184;8.81789;1;20220526;26.5;19.5;23;1.9;20.32;.1;4.77;25205
+65105;42.60184;8.81789;1;20220527;33.6;20.1;26.8;2.1;17.42;0;5.54;21775
+65105;42.60184;8.81789;1;20220528;31.5;18.7;25.1;2.4;15.72;.2;6.58;30442
+65105;42.60184;8.81789;1;20220529;25.9;17.8;21.8;2.4;18.82;.1;4.22;21237
+65105;42.60184;8.81789;1;20220530;29.4;15.9;22.6;2.2;16.32;0;5.92;30344
+65105;42.60184;8.81789;1;20220531;27.8;15.6;21.7;2.3;17.12;.1;5.29;27738
+65105;42.60184;8.81789;1;20220601;26.6;16.6;21.6;2.1;19.22;0;5.37;30697
+65105;42.60184;8.81789;1;20220602;29.9;16.8;23.3;2.5;19.32;0;5.98;30754
+65105;42.60184;8.81789;1;20220603;34.8;21.6;28.2;2.7;17.72;0;7.38;30468
+65105;42.60184;8.81789;1;20220604;35.3;21.2;28.2;2.9;18.22;0;7.58;30859
+65105;42.60184;8.81789;1;20220605;35.9;24.3;30.1;3.7;19.42;0;8.31;30545
+65105;42.60184;8.81789;1;20220606;34.3;24.1;29.2;4.7;12.72;0;9.34;30442
+65105;42.60184;8.81789;1;20220607;32.7;24.2;28.4;6.6;12.62;0;10.17;30432
+65105;42.60184;8.81789;1;20220608;31.2;23.3;27.2;7.3;12.92;0;9.36;24868
+65105;42.60184;8.81789;1;20220609;28.8;22.4;25.6;5.2;14.42;0;7.72;28344
+65105;42.60184;8.81789;1;20220610;30.2;15.6;22.9;3.8;13.62;0;7.07;31102
+65105;42.60184;8.81789;1;20220611;29.3;16.7;23;3.2;12.32;0;6.9;31132
+65105;42.60184;8.81789;1;20220612;31;16.4;23.7;2.9;11.42;0;7.11;31159
+65105;42.60184;8.81789;1;20220613;36.2;17.9;27;2.9;14.72;0;7.86;31184
+65105;42.60184;8.81789;1;20220614;27.6;18.3;22.9;2.1;21.62;0;5.41;29823
+65105;42.60184;8.81789;1;20220615;29;18.5;23.7;2.3;21.02;0;5.9;31223
+65105;42.60184;8.81789;1;20220616;30.2;19.3;24.7;2.6;18.42;0;6.46;31238
+65105;42.60184;8.81789;1;20220617;30.1;18.1;24.1;2.5;18.32;.2;6.31;31250
+65105;42.60184;8.81789;1;20220618;34;19.6;26.8;2;17.82;0;6.84;31259
+65105;42.60184;8.81789;1;20220619;33.2;20.6;26.9;2.6;19.32;0;7.01;31265
+65105;42.60184;8.81789;1;20220620;33.6;19.5;26.5;2.8;19.72;0;7.05;31268
+65105;42.60184;8.81789;1;20220621;32.4;20;26.2;2.8;16.52;0;7.14;31267
+65105;42.60184;8.81789;1;20220622;32.8;21.6;27.2;1.9;18.02;.3;6.57;29949
+65105;42.60184;8.81789;1;20220623;31.2;21.2;26.2;1.8;21.42;.1;5.4;24892
+65105;42.60184;8.81789;1;20220624;34.9;20.4;27.6;3.9;19.02;0;7.97;31249
+65105;42.60184;8.81789;1;20220625;29.9;22.7;26.3;3.9;19.62;0;6.39;25963
+65105;42.60184;8.81789;1;20220626;35.9;20.2;28;2.3;17.92;0;7.33;31221
+65105;42.60184;8.81789;1;20220627;35.1;23.5;29.3;2.6;20.22;0;7.5;31203
+65105;42.60184;8.81789;1;20220628;35.3;24.2;29.7;3.8;22.42;2.4;7.47;27248
+65105;42.60184;8.81789;1;20220629;32.3;23.4;27.8;5;16.82;0;8.41;30349
+65105;42.60184;8.81789;1;20220630;28.7;17.1;22.9;2.5;17.22;0;6.06;31130
+65105;42.60184;8.81789;1;20220701;33.2;19.1;26.1;2.8;17.92;0;7.06;31100
+65105;42.60184;8.81789;1;20220702;29.9;17.1;23.5;2.5;17.92;0;6.19;31067
+65105;42.60184;8.81789;1;20220703;32.1;18.2;25.1;2.5;16.82;0;6.73;31031
+65105;42.60184;8.81789;1;20220704;34.8;19.7;27.2;2.9;15.82;0;7.59;30992
+65105;42.60184;8.81789;1;20220705;37.3;20.8;29;4.6;13.22;0;9.66;30950
+65105;42.60184;8.81789;1;20220706;34.6;28.6;31.6;4.3;17.22;0;8.88;28561
+65105;42.60184;8.81789;1;20220707;32.7;19.4;26;2.2;20.22;0;6.52;30857
+65105;42.60184;8.81789;1;20220708;33.4;19.8;26.6;3.4;17.12;0;7.47;30806
+65105;42.60184;8.81789;1;20220709;33.1;19;26;2.7;13.32;0;7.26;30752
+65105;42.60184;8.81789;1;20220710;32.6;18.3;25.4;2.9;14.52;0;7.15;30696
+65105;42.60184;8.81789;1;20220711;30.4;19;24.7;2.9;15.42;0;6.74;30636
+65105;42.60184;8.81789;1;20220712;30.2;19.5;24.8;2.5;18.42;0;6.18;29511
+65105;42.60184;8.81789;1;20220713;30.5;19.8;25.1;2.5;21.42;0;6.14;30509
+65105;42.60184;8.81789;1;20220714;30.9;20.7;25.8;2.8;22.22;0;6.28;30358
+65105;42.60184;8.81789;1;20220715;35.3;20.4;27.8;2.8;20.22;0;7.21;30370
+65105;42.60184;8.81789;1;20220716;30.6;20.1;25.3;2.9;21.22;0;6.26;30297
+65105;42.60184;8.81789;1;20220717;31.8;21.8;26.8;2.6;24.42;0;6.3;30221
+65105;42.60184;8.81789;1;20220718;34.9;21;27.9;2.5;23.12;0;6.8;30142
+65105;42.60184;8.81789;1;20220719;35.4;22.2;28.8;2.8;23.12;0;7.1;30060
+65105;42.60184;8.81789;1;20220720;35.1;22.8;28.9;2.7;20.92;.2;7.19;29976
+65105;42.60184;8.81789;1;20220721;37.4;23.3;30.3;2.6;17.22;0;7.72;29889
+65105;42.60184;8.81789;1;20220722;34.6;21.5;28;2.5;20.62;0;6.88;29799
+65105;42.60184;8.81789;1;20220723;38.4;20.3;29.3;3.5;18.02;0;8.31;29707
+65105;42.60184;8.81789;1;20220724;36;22.4;29.2;3.2;19.42;0;7.64;29612
+65105;42.60184;8.81789;1;20220725;36.5;21.1;28.8;3.3;18.72;0;7.73;29515
+65105;42.60184;8.81789;1;20220726;37.8;24.7;31.2;5.4;18.52;0;9.71;29415
+65105;42.60184;8.81789;1;20220727;34.5;23.4;28.9;3.6;17.12;0;7.83;29313
+65105;42.60184;8.81789;1;20220728;32.2;19.1;25.6;2.5;18.62;0;6.32;29208
+65105;42.60184;8.81789;1;20220729;33.7;20.3;27;2.9;18.12;0;6.87;29071
+65105;42.60184;8.81789;1;20220730;34.6;25.7;30.1;3.9;17.92;0;8.07;28554
+65105;42.60184;8.81789;1;20220731;31.1;19.7;25.4;2.6;20.32;.2;6.03;28878
+65105;42.60184;8.81789;1;20220801;33.2;20.7;26.9;2.6;19.62;0;6.49;28764
+65105;42.60184;8.81789;1;20220802;31.8;21.8;26.8;3.1;22.42;0;6.25;28400
+65105;42.60184;8.81789;1;20220803;32.5;22;27.2;2.6;22.02;0;6.27;28527
+65105;42.60184;8.81789;1;20220804;32.6;21.2;26.9;2.7;20.02;0;6.38;28405
+65105;42.60184;8.81789;1;20220805;35.8;21.8;28.8;2.8;20.42;0;6.97;28281
+65105;42.60184;8.81789;1;20220806;33.3;20.5;26.9;2.6;21.52;0;6.23;28155
+65105;42.60184;8.81789;1;20220807;33.1;23.3;28.2;2.5;25.32;.2;5.74;25397
+65105;42.60184;8.81789;1;20220808;32.3;22.8;27.5;3.5;23.42;.1;6.29;27411
+65105;42.60184;8.81789;1;20220809;34.1;21.3;27.7;3.7;19.22;0;7.08;27763
+65105;42.60184;8.81789;1;20220810;33.6;21.6;27.6;3.9;19.32;.2;7.06;27628
+65105;42.60184;8.81789;1;20220811;33.6;21.2;27.4;2.9;17.72;0;6.64;27491
+65105;42.60184;8.81789;1;20220812;33.6;20.6;27.1;2.5;16.02;.9;6.11;24579
+65105;42.60184;8.81789;1;20220813;29.5;17.4;23.4;2.5;21.42;3.2;4.48;22457
+65105;42.60184;8.81789;1;20220814;30;21.1;25.5;2.3;22.62;3.1;3.97;16805
+65105;42.60184;8.81789;1;20220815;33;21.1;27;2.5;22.42;1.6;5.34;22977
+65105;42.60184;8.81789;1;20220816;31.3;22.7;27;2.1;24.82;.6;4.91;22971
+65105;42.60184;8.81789;1;20220817;33.6;21.2;27.4;2.6;20.62;.1;5.53;22389
+65105;42.60184;8.81789;1;20220818;29.1;23.6;26.3;2.9;21.92;6.5;4.77;20180
+65105;42.60184;8.81789;1;20220819;29;18.9;23.9;4;19.12;.2;5.14;22401
+65105;42.60184;8.81789;1;20220820;30.8;19;24.9;2.5;18.32;0;5.51;26167
+65105;42.60184;8.81789;1;20220821;30.5;19.2;24.8;2.4;20.82;0;5.22;26010
+65105;42.60184;8.81789;1;20220822;28.7;20.2;24.4;2.7;22.52;0;4.66;23878
+65105;42.60184;8.81789;1;20220823;29.5;19.2;24.3;2.7;20.22;0;5.13;25679
+65105;42.60184;8.81789;1;20220824;31.6;19.5;25.5;2.8;19.22;0;5.6;25531
+65105;42.60184;8.81789;1;20220825;30;18.9;24.4;2.9;18.12;.1;5.39;25367
+65105;42.60184;8.81789;1;20220826;32.4;20.2;26.3;2.2;20.12;.1;5.26;24204
+65105;42.60184;8.81789;1;20220827;29.3;20.4;24.8;2.4;22.82;0;4.51;22851
+65105;42.60184;8.81789;1;20220828;30.9;21;25.9;2.2;22.62;.1;4.62;21864
+65105;42.60184;8.81789;1;20220829;32.1;19.3;25.7;2.5;20.62;0;5.27;24698
+65105;42.60184;8.81789;1;20220830;31.9;19.9;25.9;2.6;20.72;0;4.82;20838
+65105;42.60184;8.81789;1;20220831;31.5;18.9;25.2;4;18.82;2.3;5.55;21882
+65105;42.60184;8.81789;1;20220901;29.7;24.4;27;3.8;21.12;0;5.43;21820
+65105;42.60184;8.81789;1;20220902;30.6;20.6;25.6;2.3;22.12;.3;4.41;20686
+65105;42.60184;8.81789;1;20220903;30;22.2;26.1;2.3;21.52;.1;4.14;17818
+65105;42.60184;8.81789;1;20220904;30.7;20.8;25.7;2.5;20.52;0;4.83;22468
+65105;42.60184;8.81789;1;20220905;30.7;19.9;25.3;2.9;19.72;0;4.91;21996
+65105;42.60184;8.81789;1;20220906;31.6;20.9;26.2;2.8;19.42;.4;4.94;20528
+65105;42.60184;8.81789;1;20220907;29.9;20.7;25.3;2.6;23.22;.1;4.23;20607
+65105;42.60184;8.81789;1;20220908;33;21.1;27;4;21.22;0;4.9;15008
+65105;42.60184;8.81789;1;20220909;30.4;24.4;27.4;6.8;15.52;0;7.62;20969
+65105;42.60184;8.81789;1;20220910;28.8;23.6;26.2;7.6;16.22;0;7.12;19890
+65105;42.60184;8.81789;1;20220911;30.1;23.5;26.8;5.7;16.12;0;6.71;20532
+65105;42.60184;8.81789;1;20220912;27.6;16.6;22.1;2.7;17.02;0;4.26;22194
+65105;42.60184;8.81789;1;20220913;29.1;17.5;23.3;2.5;19.02;0;4.27;22008
+65105;42.60184;8.81789;1;20220914;33.2;19.5;26.3;2.6;19.02;0;4.85;20009
+65105;42.60184;8.81789;1;20220915;32.1;22.8;27.4;5.6;20.52;0;6.01;18876
+65105;42.60184;8.81789;1;20220916;30.1;25.1;27.6;9.3;17.12;0;8.03;18951
+65105;42.60184;8.81789;1;20220917;25.9;22.1;24;7.1;10.92;0;6.99;16922
+65105;42.60184;8.81789;1;20220918;25.8;14;19.9;3;11.22;0;4.24;19324
+65105;42.60184;8.81789;1;20220919;30.3;14.9;22.6;3;12.42;0;4.95;20875
+65105;42.60184;8.81789;1;20220920;27;15.9;21.4;2.5;14.82;0;3.78;18298
+65105;42.60184;8.81789;1;20220921;27.9;14.8;21.3;2.9;12.02;0;4.22;16824
+65105;42.60184;8.81789;1;20220922;26.3;14.2;20.2;3.2;10.52;0;4.52;20301
+65105;42.60184;8.81789;1;20220923;24.8;12.5;18.6;3;10.62;0;3.94;18625
+65105;42.60184;8.81789;1;20220924;23.4;15.3;19.3;1.7;15.12;7.7;2.25;10351
+65105;42.60184;8.81789;1;20220925;24.2;16.4;20.3;1.6;17.92;.4;2.58;15248
+65105;42.60184;8.81789;1;20220926;25.1;18;21.5;6.1;14.92;.3;4.45;14239
+65105;42.60184;8.81789;1;20220927;21.9;19;20.4;9.5;12.92;.9;4.9;7521
+65105;42.60184;8.81789;1;20220928;23.1;18.6;20.8;8.8;14.22;1.6;4.63;10106
+65105;42.60184;8.81789;1;20220929;24;19.3;21.6;7.3;14.92;4.3;4.59;12903
+65105;42.60184;8.81789;1;20220930;20.1;15.3;17.7;3.1;15.22;5.5;1.91;7398
+65105;42.60184;8.81789;1;20221001;22.5;16.7;19.6;7.4;12.72;0;4.56;15198
+65105;42.60184;8.81789;1;20221002;28.6;20;24.3;8.1;14.52;0;6.54;17226
+65105;42.60184;8.81789;1;20221003;24.8;18.3;21.5;3.9;15.62;0;3.69;16385
+65105;42.60184;8.81789;1;20221004;24;15.4;19.7;2.3;17.22;0;2.69;16924
+65105;42.60184;8.81789;1;20221005;24.4;13.6;19;3.4;16.52;0;2.9;17484
+65105;42.60184;8.81789;1;20221006;23.1;14.5;18.8;2.4;16.52;0;2.53;16451
+65105;42.60184;8.81789;1;20221007;23.7;14.1;18.9;3.1;16.12;0;2.76;16777
+65105;42.60184;8.81789;1;20221008;24.5;13.3;18.9;3;14.72;.7;2.87;15035
+65105;42.60184;8.81789;1;20221009;25.6;16.4;21;2;16.82;5.4;2.06;7176
+65105;42.60184;8.81789;1;20221010;23.9;16.9;20.4;2.5;17.42;1.3;2.5;14218
+65105;42.60184;8.81789;1;20221011;23.8;14.3;19;2.9;16.32;0;2.51;14720
+65105;42.60184;8.81789;1;20221012;22.2;14.8;18.5;1.9;16.82;0;1.93;12299
+65105;42.60184;8.81789;1;20221013;23.5;15;19.2;2.8;16.22;0;2.48;14529
+65105;42.60184;8.81789;1;20221014;25;17.2;21.1;5;14.82;0;3.66;12101
+65105;42.60184;8.81789;1;20221015;27;15.7;21.3;3.7;14.82;0;3.6;15610
+65105;42.60184;8.81789;1;20221016;24.4;14.6;19.5;2.7;15.32;0;2.58;14064
+65105;42.60184;8.81789;1;20221017;24.6;14.1;19.3;2.8;15.82;0;2.57;15047
+65105;42.60184;8.81789;1;20221018;26;14.3;20.1;2.5;16.02;0;2.6;14204
+65105;42.60184;8.81789;1;20221019;23.4;14.5;18.9;2.5;16.12;.4;2.25;14306
+65105;42.60184;8.81789;1;20221020;23.3;12.8;18;2.5;15.32;.1;2.17;13897
+65105;42.60184;8.81789;1;20221021;26.6;14.7;20.6;2;14.02;0;2.31;8194
+65105;42.60184;8.81789;1;20221022;31.2;16.8;24;2.2;13.52;0;3.31;13923
+65105;42.60184;8.81789;1;20221023;28;15.8;21.9;2.9;13.82;0;3.16;11238
+65105;42.60184;8.81789;1;20221024;32.3;14.8;23.5;4.8;10.62;0;5.66;14353
+65105;42.60184;8.81789;1;20221025;30.9;17.5;24.2;3.1;13.22;0;3.8;10172
+65105;42.60184;8.81789;1;20221026;29.2;14.5;21.8;2.4;12.62;0;3.11;14017
+65105;42.60184;8.81789;1;20221027;25.1;14.2;19.6;3.1;12.32;0;2.94;13099
+65105;42.60184;8.81789;1;20221028;24.6;12.9;18.7;2.8;13.92;0;2.43;13275
+65105;42.60184;8.81789;1;20221029;24.4;12.5;18.4;2.8;14.92;.1;2.22;13138
+65105;42.60184;8.81789;1;20221030;26.1;12.8;19.4;3.2;13.22;0;2.86;13210
+65105;42.60184;8.81789;1;20221031;23.7;11.4;17.5;2.8;12.02;0;2.4;12740
+65105;42.60184;8.81789;1;20221101;24.6;11.5;18;2.7;12.72;.1;2.34;11720
+65105;42.60184;8.81789;1;20221102;26;14.5;20.2;2.4;14.52;.8;2.3;11292
+65105;42.60184;8.81789;1;20221103;23.5;14;18.7;2.6;14.92;10.9;1.96;10571
+65105;42.60184;8.81789;1;20221104;20.3;16.1;18.2;7.6;12.82;1.6;3.26;6072
+65105;42.60184;8.81789;1;20221105;19.8;9.9;14.8;2.8;10.52;1.2;1.91;10700
+65105;42.60184;8.81789;1;20221106;21.4;9.6;15.5;3.4;9.72;0;2.45;11809
+65105;42.60184;8.81789;1;20221107;24.4;12.2;18.3;3.9;12.32;0;2.78;11722
+65105;42.60184;8.81789;1;20221108;22.6;10.6;16.6;2.4;12.02;.1;1.87;11249
+65105;42.60184;8.81789;1;20221109;22.6;11.7;17.1;2.5;12.82;.1;1.85;11212
+65105;42.60184;8.81789;1;20221110;22.5;14;18.2;2;15.82;.1;1.38;7877
+65105;42.60184;8.81789;1;20221111;23.1;12.1;17.6;2.2;14.32;0;1.61;10945
+65105;42.60184;8.81789;1;20221112;20.8;11.8;16.3;2.1;13.12;0;1.4;8144
+65105;42.60184;8.81789;1;20221113;20.6;13.7;17.1;2.7;9.92;1.6;2.15;8275
+65105;42.60184;8.81789;1;20221114;20.7;10;15.3;2.5;11.32;4.5;1.64;8708
+65105;42.60184;8.81789;1;20221115;19.1;11.4;15.2;2.4;14.32;25.5;1.01;4401
+65105;42.60184;8.81789;1;20221116;22.1;15.6;18.8;5.7;14.82;4.7;2.46;7204
+65105;42.60184;8.81789;1;20221117;22.5;16.8;19.6;6.2;12.22;7.1;3.56;7296
+65105;42.60184;8.81789;1;20221118;19.3;15.3;17.3;6.5;12.42;0;2.7;6546
+65105;42.60184;8.81789;1;20221119;18.7;12.4;15.5;3.1;10.22;5.4;1.94;4172
+65105;42.60184;8.81789;1;20221120;18.1;8.3;13.2;3;10.02;0;1.52;8842
+65105;42.60184;8.81789;1;20221121;18.5;9.9;14.2;4.8;10.62;25.9;2.02;7794
+65105;42.60184;8.81789;1;20221122;16;11.4;13.7;5.3;11.12;10.6;1.74;2580
+65105;42.60184;8.81789;1;20221123;16.3;13.5;14.9;6.6;10.72;2.2;2.44;2899
+65105;42.60184;8.81789;1;20221124;19.2;13;16.1;4.9;10.12;.7;2.56;8614
+65105;42.60184;8.81789;1;20221125;15.3;10;12.6;3;12.12;14.7;.9;708
+65105;42.60184;8.81789;1;20221126;17.3;12.1;14.7;4.8;10.12;1.7;2.14;7228
+65105;42.60184;8.81789;1;20221127;17.6;6.2;11.9;2.1;7.32;0;1.37;9168
+65105;42.60184;8.81789;1;20221128;15.6;5.7;10.6;2;9.02;.3;1.04;3778
+65105;42.60184;8.81789;1;20221129;14.2;9.2;11.7;2.1;9.72;1;1.03;2914
+65105;42.60184;8.81789;1;20221130;15.2;6.9;11;3.7;8.42;0;1.49;8381
+65105;42.60184;8.81789;1;20221201;14.5;4.3;9.4;2.8;7.72;0;1.28;4755
+65105;42.60184;8.81789;1;20221202;15.5;6;10.7;2.4;8.42;.3;1.25;3567
+65105;42.60184;8.81789;1;20221203;18.9;8;13.4;2.1;9.22;6.8;1.37;5469
+65105;42.60184;8.81789;1;20221204;19.2;10;14.6;3;10.92;12.6;1.5;6371
+65105;42.60184;8.81789;1;20221205;19.2;12.2;15.7;3.6;11.92;1.9;1.64;5987
+65105;42.60184;8.81789;1;20221206;17.6;8.6;13.1;2.7;11.62;0;.98;7347
+65105;42.60184;8.81789;1;20221207;19;8.4;13.7;2.3;10.62;0;1.14;8269
+65105;42.60184;8.81789;1;20221208;14.9;7;10.9;3.2;9.62;4.1;1.17;2697
+65105;42.60184;8.81789;1;20221209;19.9;9.9;14.9;4.8;12.92;10;1.57;4039
+65105;42.60184;8.81789;1;20221210;17.2;13.5;15.3;3.6;12.42;2.9;1.45;2625
+65105;42.60184;8.81789;1;20221211;13.3;10.2;11.7;7.8;7.82;0;2.59;4782
+65105;42.60184;8.81789;1;20221212;15;4.2;9.6;4;6.72;3.8;1.75;7398
+65105;42.60184;8.81789;1;20221213;11.7;7.3;9.5;1.6;10.62;5.6;.51;1633
+65105;42.60184;8.81789;1;20221214;15.3;10.2;12.7;1.9;12.42;4.8;.67;3390
+65105;42.60184;8.81789;1;20221215;18.5;8.3;13.4;4.6;12.42;15.5;1.26;3223
+65105;42.60184;8.81789;1;20221216;18.1;13;15.5;6.4;11.82;2.3;2.2;3987
+65105;42.60184;8.81789;1;20221217;17.5;13.6;15.5;5.7;9.52;3.9;2.64;6836
+65105;42.60184;8.81789;1;20221218;17;5.9;11.4;2.1;9.62;0;.91;7314
+65105;42.60184;8.81789;1;20221219;15.7;5.9;10.8;2.1;9.72;0;.76;7816
+65105;42.60184;8.81789;1;20221220;17.9;6.1;12;2.2;9.32;0;1.04;8148
+65105;42.60184;8.81789;1;20221221;15.2;6.1;10.6;3.1;10.32;.9;.93;3183
+65105;42.60184;8.81789;1;20221222;18.8;11.7;15.2;7.4;11.82;.2;2.24;6939
+65105;42.60184;8.81789;1;20221223;21.8;16;18.9;7.6;12.12;.6;3.62;4172
+65105;42.60184;8.81789;1;20221224;22.3;17.6;19.9;6.7;11.62;0;3.75;7032
+65105;42.60184;8.81789;1;20221225;18;8.2;13.1;2.3;11.12;0;.94;7400
+65105;42.60184;8.81789;1;20221226;18.8;8.6;13.7;2.9;11.62;.3;1.1;7999
+65105;42.60184;8.81789;1;20221227;21;9.8;15.4;6.1;9.32;0;3.01;8148
+65105;42.60184;8.81789;1;20221228;19;14.7;16.8;4.2;8.82;0;2.63;7111
+65105;42.60184;8.81789;1;20221229;20.3;8.3;14.3;3.3;9.12;0;1.86;8302
+65105;42.60184;8.81789;1;20221230;19.7;8.4;14;5.3;10.32;0;2.19;5924
+65105;42.60184;8.81789;1;20221231;19.3;9.5;14.4;2.4;11.52;0;1.13;7267
+65106;42.64135;9.04166;40;20220101;14.2;11.7;13;1.9;11.88;0;.81;1006
+65106;42.64135;9.04166;40;20220102;14.9;11;13;2.6;10.48;.1;1.14;4107
+65106;42.64135;9.04166;40;20220103;19.5;8.2;13.9;4.5;9.25;.1;2.2;8154
+65106;42.64135;9.04166;40;20220104;15.9;8.8;12.4;2.6;10.68;.1;.98;6817
+65106;42.64135;9.04166;40;20220105;16.9;8.2;12.5;4;9.68;5.9;1.62;6363
+65106;42.64135;9.04166;40;20220106;9.5;4.8;7.1;2.8;8.51;8.8;.67;3131
+65106;42.64135;9.04166;40;20220107;12.5;7.2;9.9;3.3;7.01;0;1.42;6268
+65106;42.64135;9.04166;40;20220108;13.7;4.2;9;4.2;7.21;1;1.53;7868
+65106;42.64135;9.04166;40;20220109;12.9;6.9;9.9;7.1;8.28;.9;1.75;5853
+65106;42.64135;9.04166;40;20220110;12.1;3.6;7.8;3.7;6.08;.3;1.61;6963
+65106;42.64135;9.04166;40;20220111;13.7;4.6;9.2;4;5.45;0;1.98;8653
+65106;42.64135;9.04166;40;20220112;12.1;4.6;8.3;6;4.58;0;2.56;8077
+65106;42.64135;9.04166;40;20220113;13.9;4;9;5.3;4.28;0;2.69;8883
+65106;42.64135;9.04166;40;20220114;13.5;3.9;8.7;2.2;6.58;0;1.12;8696
+65106;42.64135;9.04166;40;20220115;15.1;3.2;9.1;1.9;7.41;0;1.04;9624
+65106;42.64135;9.04166;40;20220116;15.1;3.1;9.1;2.1;7.61;0;1.09;9656
+65106;42.64135;9.04166;40;20220117;14.4;3.2;8.8;2.1;7.75;0;1.03;9723
+65106;42.64135;9.04166;40;20220118;13.9;3.1;8.5;1.5;8.65;0;.72;8356
+65106;42.64135;9.04166;40;20220119;14.1;5.7;9.9;1.9;8.51;0;1.01;7424
+65106;42.64135;9.04166;40;20220120;13.3;7.6;10.4;4;7.95;0;1.64;7897
+65106;42.64135;9.04166;40;20220121;13.2;5.1;9.2;2.2;7.58;0;1.12;8756
+65106;42.64135;9.04166;40;20220122;12.6;2.5;7.6;1.9;5.68;0;1.14;10218
+65106;42.64135;9.04166;40;20220123;13.6;2.6;8.1;1.7;7.25;0;.97;10148
+65106;42.64135;9.04166;40;20220124;13;3.8;8.4;2;7.91;0;.99;9988
+65106;42.64135;9.04166;40;20220125;14;4.8;9.4;2.2;8.28;0;1.09;8349
+65106;42.64135;9.04166;40;20220126;13.6;4.8;9.2;3.3;8.21;0;1.42;8454
+65106;42.64135;9.04166;40;20220127;14.9;4.3;9.6;1.8;8.11;0;1.13;9579
+65106;42.64135;9.04166;40;20220128;14.1;4.6;9.4;1.8;8.45;0;1.02;10507
+65106;42.64135;9.04166;40;20220129;15.4;4.2;9.8;2.5;8.08;.2;1.36;10696
+65106;42.64135;9.04166;40;20220130;15;4.4;9.7;1.7;8.35;0;1.12;10866
+65106;42.64135;9.04166;40;20220131;15.1;4.4;9.7;4.8;8.28;.1;1.8;9876
+65106;42.64135;9.04166;40;20220201;14.9;7.7;11.3;3.8;5.68;0;2.5;8686
+65106;42.64135;9.04166;40;20220202;19.3;4.2;11.7;2.1;7.11;0;1.71;12135
+65106;42.64135;9.04166;40;20220203;16.7;5.8;11.2;2;10.05;0;1.24;9828
+65106;42.64135;9.04166;40;20220204;15.5;8.8;12.1;2.1;10.68;0;1.15;7274
+65106;42.64135;9.04166;40;20220205;15.5;7.2;11.4;1.8;9.58;0;1.25;9463
+65106;42.64135;9.04166;40;20220206;16.4;5.2;10.8;3.8;9.15;0;1.79;12336
+65106;42.64135;9.04166;40;20220207;17.6;6.7;12.1;8.7;8.02;.1;3.44;11918
+65106;42.64135;9.04166;40;20220208;15.6;5.2;10.4;2.2;6.72;0;1.74;12488
+65106;42.64135;9.04166;40;20220209;16.6;4.6;10.6;2.1;7.55;0;1.72;12942
+65106;42.64135;9.04166;40;20220210;14.9;4.8;9.8;2.6;8.11;0;1.74;11986
+65106;42.64135;9.04166;40;20220211;15.2;5.7;10.4;2.7;9.37;0;1.47;11122
+65106;42.64135;9.04166;40;20220212;15.2;6.7;10.9;4.8;8.77;0;2.02;11536
+65106;42.64135;9.04166;40;20220213;13.6;5.3;9.4;2.2;8.87;.2;1.24;8426
+65106;42.64135;9.04166;40;20220214;15.5;6.1;10.8;3;9.34;7;1.63;10727
+65106;42.64135;9.04166;40;20220215;13.8;8.6;11.2;6.7;8.24;0;2.4;8933
+65106;42.64135;9.04166;40;20220216;14.8;4.3;9.6;3.3;7.91;0;1.89;13070
+65106;42.64135;9.04166;40;20220217;18.7;9.1;13.9;2.9;10.35;0;2.07;12966
+65106;42.64135;9.04166;40;20220218;17.9;7.7;12.8;2.7;10.77;0;1.95;14434
+65106;42.64135;9.04166;40;20220219;18;8.4;13.2;2;10.85;0;1.7;11140
+65106;42.64135;9.04166;40;20220220;16.6;6.8;11.7;3.6;10.31;.1;1.86;12377
+65106;42.64135;9.04166;40;20220221;16.3;8.2;12.2;9.7;8.38;0;3.24;11178
+65106;42.64135;9.04166;40;20220222;17;8.5;12.8;3.3;7.18;0;2.61;13369
+65106;42.64135;9.04166;40;20220223;16.1;3.4;9.7;2.5;8.48;0;1.84;15327
+65106;42.64135;9.04166;40;20220224;15.8;5.5;10.6;2.9;9.45;0;1.77;12706
+65106;42.64135;9.04166;40;20220225;17.4;7.5;12.5;4.7;8.48;0;2.8;14464
+65106;42.64135;9.04166;40;20220226;12.9;6;9.4;5.8;5.45;.1;2.99;13248
+65106;42.64135;9.04166;40;20220227;11.7;3.2;7.4;4.1;4.35;0;2.62;13524
+65106;42.64135;9.04166;40;20220228;14;2.3;8.2;3.3;5.88;0;2.39;16567
+65106;42.64135;9.04166;40;20220301;12;3.8;7.9;4.1;5.38;0;2.49;14702
+65106;42.64135;9.04166;40;20220302;13.1;2;7.5;2.5;6.55;0;1.93;15225
+65106;42.64135;9.04166;40;20220303;14.3;4.9;9.6;1.8;7.91;.5;1.7;12134
+65106;42.64135;9.04166;40;20220304;13.6;6.9;10.3;2.9;8.55;6.2;1.9;12397
+65106;42.64135;9.04166;40;20220305;12.8;3.9;8.3;4.3;5.38;0;2.69;14818
+65106;42.64135;9.04166;40;20220306;12;2.2;7.1;3.7;5.11;.1;2.44;15238
+65106;42.64135;9.04166;40;20220307;12.2;1.2;6.7;3.5;5.18;0;2.43;17236
+65106;42.64135;9.04166;40;20220308;12.9;1.3;7.1;3.8;5.31;0;2.56;16883
+65106;42.64135;9.04166;40;20220309;13.6;1.5;7.6;2.9;5.05;0;2.52;18301
+65106;42.64135;9.04166;40;20220310;14.9;2.3;8.6;1.8;7.35;0;2.04;17005
+65106;42.64135;9.04166;40;20220311;15.9;4.2;10;3;8.05;0;2.4;17917
+65106;42.64135;9.04166;40;20220312;15.4;8.2;11.8;4.6;7.25;0;3;11653
+65106;42.64135;9.04166;40;20220313;15.5;7.9;11.7;4.6;8.51;.5;2.55;12213
+65106;42.64135;9.04166;40;20220314;18.2;10.1;14.1;3.6;10.71;0;2.4;12779
+65106;42.64135;9.04166;40;20220315;17.8;11.9;14.8;3;10.65;0;2.45;12166
+65106;42.64135;9.04166;40;20220316;17.9;9;13.4;2.6;10.81;0;2.2;12756
+65106;42.64135;9.04166;40;20220317;17.1;11.1;14.1;4.3;10.58;0;2.58;10302
+65106;42.64135;9.04166;40;20220318;16.3;10.7;13.5;4.7;9.64;0;2.43;6190
+65106;42.64135;9.04166;40;20220319;15.2;9.9;12.6;4.7;9.31;0;2.38;6478
+65106;42.64135;9.04166;40;20220320;15.7;9.2;12.5;4;9.14;0;2.52;10006
+65106;42.64135;9.04166;40;20220321;15.3;5.3;10.3;4.6;6.34;0;3.33;18082
+65106;42.64135;9.04166;40;20220322;16.2;5.1;10.6;5.9;5.58;0;4.03;18894
+65106;42.64135;9.04166;40;20220323;16.3;4.4;10.4;3.1;6.74;0;3.11;20782
+65106;42.64135;9.04166;40;20220324;17;5.2;11.1;2.4;7.41;0;2.99;20483
+65106;42.64135;9.04166;40;20220325;17.9;5.5;11.7;3.3;7.61;0;3.27;20818
+65106;42.64135;9.04166;40;20220326;17.8;7.9;12.8;4.2;7.58;.1;3.75;19202
+65106;42.64135;9.04166;40;20220327;21.1;12.7;16.9;5.7;8.18;.3;4.51;11800
+65106;42.64135;9.04166;40;20220328;19.2;8.9;14.1;2.5;9.14;0;3.15;18418
+65106;42.64135;9.04166;40;20220329;17.5;7.8;12.7;2.7;9.27;2.3;2.82;17520
+65106;42.64135;9.04166;40;20220330;16.9;10.4;13.6;2.1;12.64;14.1;1.67;8513
+65106;42.64135;9.04166;40;20220331;17.5;11.4;14.5;5.7;11.81;1;2.78;14324
+65106;42.64135;9.04166;40;20220401;15.2;10.9;13;9.4;7.41;3.1;3.96;10840
+65106;42.64135;9.04166;40;20220402;11.4;2.9;7.2;3.9;7.39;17.6;2.01;12800
+65106;42.64135;9.04166;40;20220403;13.1;5.4;9.2;4.1;7.95;6.4;2.16;10175
+65106;42.64135;9.04166;40;20220404;13.7;4.7;9.2;3.4;7.54;0;2.82;20725
+65106;42.64135;9.04166;40;20220405;14.7;4.8;9.7;2.4;7.67;0;2.97;23420
+65106;42.64135;9.04166;40;20220406;14.8;5;9.9;3.3;8.67;1.2;2.2;12130
+65106;42.64135;9.04166;40;20220407;18.3;7;12.7;9.9;9.07;0;4.28;20283
+65106;42.64135;9.04166;40;20220408;22.6;13.3;17.9;10.8;10.64;0;6.17;20769
+65106;42.64135;9.04166;40;20220409;16.4;14.9;15.7;13.4;8.61;0;5.16;12377
+65106;42.64135;9.04166;40;20220410;15.8;7.5;11.7;3.6;7.58;0;3.54;22722
+65106;42.64135;9.04166;40;20220411;16.7;5.7;11.2;3.5;8.87;0;3.35;24061
+65106;42.64135;9.04166;40;20220412;18.4;6.3;12.4;3.4;10.21;0;2.92;19724
+65106;42.64135;9.04166;40;20220413;19.2;9.5;14.3;2.9;10.67;0;3.4;20837
+65106;42.64135;9.04166;40;20220414;20.2;8.6;14.4;2.5;10.54;0;3.17;17886
+65106;42.64135;9.04166;40;20220415;22;9.9;16;2.3;10.51;0;3.87;22414
+65106;42.64135;9.04166;40;20220416;22.3;11.5;16.9;5;9.21;0;5.29;25080
+65106;42.64135;9.04166;40;20220417;17.9;13.4;15.6;6.8;6.17;0;5.82;23947
+65106;42.64135;9.04166;40;20220418;18.2;8.2;13.2;3.4;7.34;0;4.28;25545
+65106;42.64135;9.04166;40;20220419;20.3;8.3;14.3;3.4;9.71;0;4.08;24199
+65106;42.64135;9.04166;40;20220420;20.7;10;15.3;2.9;11.94;1.5;3;15390
+65106;42.64135;9.04166;40;20220421;18.3;12.1;15.2;5.8;13.17;20.7;2.64;11587
+65106;42.64135;9.04166;40;20220422;17.8;12.4;15.1;5.1;12.81;1.8;2.54;11501
+65106;42.64135;9.04166;40;20220423;18.8;9.7;14.3;4.3;11.87;2.6;3.14;17055
+65106;42.64135;9.04166;40;20220424;15.7;10.8;13.2;7;10.97;4.6;2.74;11856
+65106;42.64135;9.04166;40;20220425;20.7;11.9;16.3;6.6;10.64;0;5.1;24545
+65106;42.64135;9.04166;40;20220426;20.9;10.4;15.7;3.5;10.87;0;4.51;26390
+65106;42.64135;9.04166;40;20220427;20.4;10;15.2;2.4;11.37;0;4.06;26331
+65106;42.64135;9.04166;40;20220428;24;10.4;17.2;4.6;9.64;.1;5.67;27128
+65106;42.64135;9.04166;40;20220429;22.8;10.8;16.8;5.1;8.21;0;5.85;25964
+65106;42.64135;9.04166;40;20220430;20.1;10.1;15.1;2.6;10.27;.5;4.03;23990
+65106;42.64135;9.04166;40;20220501;20;11.4;15.7;3;10.67;0;3.97;22204
+65106;42.64135;9.04166;40;20220502;20.1;10.4;15.2;2.7;10.41;0;4.27;26185
+65106;42.64135;9.04166;40;20220503;20.9;11;15.9;2.7;11.67;0;3.98;23065
+65106;42.64135;9.04166;40;20220504;20.3;12.1;16.2;2.2;13.24;.3;3.47;20861
+65106;42.64135;9.04166;40;20220505;16.9;14;15.4;1.9;14.57;14;1.48;5751
+65106;42.64135;9.04166;40;20220506;17.4;12.5;15;5.3;14.78;4.1;2.1;13068
+65106;42.64135;9.04166;40;20220507;20.3;14.6;17.4;3.3;14.85;.4;3.27;18486
+65106;42.64135;9.04166;40;20220508;22.4;13.1;17.7;3.8;13.21;0;4.41;24281
+65106;42.64135;9.04166;40;20220509;23.3;12.6;17.9;3.3;13.11;0;4.89;28392
+65106;42.64135;9.04166;40;20220510;23.7;12.4;18;2.1;13.18;0;4.82;28946
+65106;42.64135;9.04166;40;20220511;24.4;13.4;18.9;2.8;11.91;0;5.28;28161
+65106;42.64135;9.04166;40;20220512;24.6;12.3;18.5;1.9;12.21;0;4.92;28407
+65106;42.64135;9.04166;40;20220513;24.6;11.5;18.1;2.1;11.51;0;5.04;28192
+65106;42.64135;9.04166;40;20220514;24.5;11.9;18.2;2;12.18;0;5.02;29038
+65106;42.64135;9.04166;40;20220515;23.5;12.2;17.8;1.8;13.38;0;4.54;27309
+65106;42.64135;9.04166;40;20220516;24.9;13.3;19.1;1.9;13.61;0;4.89;27982
+65106;42.64135;9.04166;40;20220517;25.8;14.4;20.1;2.1;14.08;0;5.18;28340
+65106;42.64135;9.04166;40;20220518;25.6;14.3;19.9;2.1;13.08;0;5.41;29705
+65106;42.64135;9.04166;40;20220519;28.7;16.7;22.7;2.6;14.65;0;6.07;29892
+65106;42.64135;9.04166;40;20220520;27.5;14.9;21.2;2;16.21;.1;5.43;30005
+65106;42.64135;9.04166;40;20220521;28;15;21.5;2.8;15.11;0;5.85;30097
+65106;42.64135;9.04166;40;20220522;27.3;15.5;21.4;1.9;15.25;.3;5.37;28801
+65106;42.64135;9.04166;40;20220523;28.6;15.3;22;2.2;15.25;0;5.78;29984
+65106;42.64135;9.04166;40;20220524;28.3;17.1;22.7;2.8;17.15;0;5.54;26659
+65106;42.64135;9.04166;40;20220525;26.2;16.7;21.5;2.4;17.55;2.3;5.07;27012
+65106;42.64135;9.04166;40;20220526;27.6;19.1;23.3;2.2;19.75;.1;5.13;26564
+65106;42.64135;9.04166;40;20220527;33;19.6;26.3;2.4;15.55;0;5.95;24509
+65106;42.64135;9.04166;40;20220528;30.5;19.5;25;2.4;16.28;.5;6.24;28912
+65106;42.64135;9.04166;40;20220529;25.3;18;21.7;2.2;19.06;.1;4.27;22120
+65106;42.64135;9.04166;40;20220530;27.5;15.8;21.6;1.7;16.91;0;5.47;29671
+65106;42.64135;9.04166;40;20220531;26.5;16.6;21.5;1.9;18.55;.3;4.99;27503
+65106;42.64135;9.04166;40;20220601;26.5;17;21.7;1.9;19.68;0;5.24;29657
+65106;42.64135;9.04166;40;20220602;30.8;17.5;24.2;2;19.58;0;6.09;30974
+65106;42.64135;9.04166;40;20220603;33.5;22.1;27.8;2.3;18.15;0;6.51;26450
+65106;42.64135;9.04166;40;20220604;34.9;20.7;27.8;2.7;19.18;0;7.18;29731
+65106;42.64135;9.04166;40;20220605;31.7;23.4;27.6;4;20.45;.1;6.46;24865
+65106;42.64135;9.04166;40;20220606;31.4;21;26.2;4.8;14.75;0;8.08;28955
+65106;42.64135;9.04166;40;20220607;32.7;20.6;26.6;7.1;13.11;0;9.65;31028
+65106;42.64135;9.04166;40;20220608;28.7;20.9;24.8;7.1;14.05;0;7.88;24633
+65106;42.64135;9.04166;40;20220609;27.6;19.9;23.7;5.9;14.85;0;7.09;27573
+65106;42.64135;9.04166;40;20220610;28.8;16.3;22.5;2.7;13.78;0;6.45;31325
+65106;42.64135;9.04166;40;20220611;29.5;16.8;23.2;2.4;12.75;0;6.55;31356
+65106;42.64135;9.04166;40;20220612;30.2;16.8;23.5;2.1;11.78;0;6.58;31383
+65106;42.64135;9.04166;40;20220613;33.1;17.9;25.5;2.4;15.61;.1;6.98;31025
+65106;42.64135;9.04166;40;20220614;28.7;18.4;23.5;2.2;21.38;0;5.54;29315
+65106;42.64135;9.04166;40;20220615;29.4;18.6;24;1.9;20.68;0;5.5;28333
+65106;42.64135;9.04166;40;20220616;29.5;19.5;24.5;2.4;18.98;0;6.11;30275
+65106;42.64135;9.04166;40;20220617;30.2;18.5;24.4;2.1;18.78;0;6.26;31384
+65106;42.64135;9.04166;40;20220618;33.3;20.7;27;2.3;18.48;0;6.99;31484
+65106;42.64135;9.04166;40;20220619;32.3;20.3;26.3;2.1;19.25;0;6.62;31490
+65106;42.64135;9.04166;40;20220620;31.4;19.3;25.4;2.4;19.41;0;6.49;30886
+65106;42.64135;9.04166;40;20220621;32.6;20.5;26.6;2.6;16.45;0;6.93;29624
+65106;42.64135;9.04166;40;20220622;32.5;22.1;27.3;2.3;19.38;.3;6.59;29184
+65106;42.64135;9.04166;40;20220623;29.7;21.3;25.5;2.1;22.61;.6;4.95;22870
+65106;42.64135;9.04166;40;20220624;32.1;21.4;26.8;3.9;21.38;.1;6.79;28924
+65106;42.64135;9.04166;40;20220625;29.6;21.2;25.4;2.8;19.98;.1;5.97;27125
+65106;42.64135;9.04166;40;20220626;34.4;21.5;28;3;19.08;0;7.37;30043
+65106;42.64135;9.04166;40;20220627;34.3;24.5;29.4;3;21.11;.1;6.86;26221
+65106;42.64135;9.04166;40;20220628;33.9;24.3;29.1;4.4;22.05;3.7;7.03;23391
+65106;42.64135;9.04166;40;20220629;30.8;21.1;26;4.5;18.55;0;7.35;30778
+65106;42.64135;9.04166;40;20220630;28.8;17.7;23.2;1.8;18.71;0;5.96;31354
+65106;42.64135;9.04166;40;20220701;30.9;19.6;25.2;2.7;20.05;0;6.36;30508
+65106;42.64135;9.04166;40;20220702;29.1;17.7;23.4;1.9;19.01;0;5.97;31063
+65106;42.64135;9.04166;40;20220703;32.3;18.5;25.4;1.9;17.48;0;6.49;31253
+65106;42.64135;9.04166;40;20220704;34.3;19.8;27.1;2.4;14.61;0;7.25;31082
+65106;42.64135;9.04166;40;20220705;35;20.4;27.7;4;14.71;0;8.62;31171
+65106;42.64135;9.04166;40;20220706;31.9;24.2;28.1;4.1;18.91;0;7.38;27567
+65106;42.64135;9.04166;40;20220707;30.6;20.4;25.5;2.4;21.75;.1;6.09;29746
+65106;42.64135;9.04166;40;20220708;31.6;20.1;25.9;3.3;17.88;0;6.83;30504
+65106;42.64135;9.04166;40;20220709;32;20.3;26.1;2.7;15.71;0;7.06;30972
+65106;42.64135;9.04166;40;20220710;31.1;19;25;2.3;16.55;0;6.5;30170
+65106;42.64135;9.04166;40;20220711;29.9;19.3;24.6;2.3;16.68;0;6.34;30386
+65106;42.64135;9.04166;40;20220712;29.6;20;24.8;2.2;19.31;0;6.02;29209
+65106;42.64135;9.04166;40;20220713;31.8;19.7;25.8;2.3;21.48;0;6.31;30726
+65106;42.64135;9.04166;40;20220714;31.3;20.7;26;2.1;22.45;.3;6.17;30160
+65106;42.64135;9.04166;40;20220715;32.2;20.7;26.4;2.5;21.75;0;6.49;30586
+65106;42.64135;9.04166;40;20220716;31.5;20.9;26.2;2.3;21.68;0;6.31;30512
+65106;42.64135;9.04166;40;20220717;33.3;22.1;27.7;1.9;23.78;0;6.36;30435
+65106;42.64135;9.04166;40;20220718;35.4;22;28.7;2.1;22.95;0;6.78;30355
+65106;42.64135;9.04166;40;20220719;34.9;22.7;28.8;2.2;23.05;.1;6.72;30093
+65106;42.64135;9.04166;40;20220720;34.5;22.8;28.7;2.1;22.05;.2;6.65;29475
+65106;42.64135;9.04166;40;20220721;34.9;23;29;2.2;19.18;0;6.99;29777
+65106;42.64135;9.04166;40;20220722;32.9;21.8;27.4;2.2;22.65;.1;6.45;29993
+65106;42.64135;9.04166;40;20220723;34.6;21.2;27.9;3.3;21.55;0;6.97;28382
+65106;42.64135;9.04166;40;20220724;33.4;22.9;28.2;3;21.45;0;6.72;27638
+65106;42.64135;9.04166;40;20220725;33.7;21.8;27.7;3.1;21.78;0;6.66;27886
+65106;42.64135;9.04166;40;20220726;34.5;24.1;29.3;4.7;21.18;0;7.99;28923
+65106;42.64135;9.04166;40;20220727;32.5;23;27.8;3.4;19.08;0;7.08;28224
+65106;42.64135;9.04166;40;20220728;31.1;20.2;25.7;2.1;20.85;0;5.91;28406
+65106;42.64135;9.04166;40;20220729;32.2;21.1;26.6;2.7;21.18;0;6.09;27272
+65106;42.64135;9.04166;40;20220730;32.4;23.5;27.9;4;20.68;0;7.17;28726
+65106;42.64135;9.04166;40;20220731;31.4;20.1;25.8;2.3;21.61;.1;5.97;29079
+65106;42.64135;9.04166;40;20220801;33.6;20.4;27;2.1;20.75;0;6.24;28964
+65106;42.64135;9.04166;40;20220802;31.3;22;26.6;2.6;22.61;0;5.8;26487
+65106;42.64135;9.04166;40;20220803;33.3;21.7;27.5;1.8;21.45;0;6.08;28725
+65106;42.64135;9.04166;40;20220804;32.6;21.1;26.9;2;21.71;0;6.02;28540
+65106;42.64135;9.04166;40;20220805;33.7;22;27.9;2.3;21.71;.1;6.09;26846
+65106;42.64135;9.04166;40;20220806;32.8;20.9;26.8;1.9;22.28;0;5.92;28349
+65106;42.64135;9.04166;40;20220807;32.6;22.6;27.6;2.3;24.85;.3;5.86;27343
+65106;42.64135;9.04166;40;20220808;32.6;23.1;27.8;2.8;22.78;.1;6.13;27118
+65106;42.64135;9.04166;40;20220809;32.9;22.1;27.5;2.9;19.88;.1;6.44;27617
+65106;42.64135;9.04166;40;20220810;32.8;22.4;27.6;3.4;19.95;.1;6.31;25979
+65106;42.64135;9.04166;40;20220811;32.5;22.2;27.3;2.6;17.95;0;5.98;24835
+65106;42.64135;9.04166;40;20220812;32.4;20.6;26.5;2.2;17.81;.7;5.71;24894
+65106;42.64135;9.04166;40;20220813;29.3;19.3;24.3;2.5;21.08;1.6;4.7;22799
+65106;42.64135;9.04166;40;20220814;30.8;21.4;26.1;2.4;19.98;1.9;4.89;20655
+65106;42.64135;9.04166;40;20220815;32.7;21.5;27.1;2.4;21.55;1.9;5.32;22709
+65106;42.64135;9.04166;40;20220816;30.8;22.7;26.7;1.9;24.28;2.5;4.84;22982
+65106;42.64135;9.04166;40;20220817;32.8;21.9;27.3;3.4;22.45;.3;5.74;23178
+65106;42.64135;9.04166;40;20220818;28.8;25.1;27;3.4;22.11;5.6;4.39;14993
+65106;42.64135;9.04166;40;20220819;28.3;18.7;23.5;3.6;19.31;.5;4.87;22655
+65106;42.64135;9.04166;40;20220820;30;19.4;24.7;2.3;18.91;0;5.32;25626
+65106;42.64135;9.04166;40;20220821;29.6;19.9;24.7;2.1;21.18;0;4.79;23778
+65106;42.64135;9.04166;40;20220822;28.7;19.7;24.2;2.4;22.18;0;4.62;23765
+65106;42.64135;9.04166;40;20220823;29.6;19.2;24.4;2;20.58;0;4.93;25435
+65106;42.64135;9.04166;40;20220824;31.8;19.8;25.8;2.5;18.35;0;5.59;25700
+65106;42.64135;9.04166;40;20220825;30.4;19.9;25.1;2.4;17.88;0;5.33;24668
+65106;42.64135;9.04166;40;20220826;31.4;20.4;25.9;2.1;20.55;.1;5.02;23590
+65106;42.64135;9.04166;40;20220827;29.8;20.8;25.3;2;22.58;0;4.45;22405
+65106;42.64135;9.04166;40;20220828;29.8;21.4;25.6;2;23.21;.1;4.18;19924
+65106;42.64135;9.04166;40;20220829;30.5;20.4;25.4;2.2;22.28;0;4.78;23433
+65106;42.64135;9.04166;40;20220830;30.9;20.4;25.7;2.3;21.68;0;4.61;21344
+65106;42.64135;9.04166;40;20220831;30.4;19.6;25;3.5;20.71;2.5;4.83;20534
+65106;42.64135;9.04166;40;20220901;29.4;23;26.2;3.1;21.28;0;4.86;20680
+65106;42.64135;9.04166;40;20220902;29.6;20.7;25.1;1.8;21.68;.5;3.99;19430
+65106;42.64135;9.04166;40;20220903;29.3;22.2;25.8;2.4;21.35;.6;4.1;17731
+65106;42.64135;9.04166;40;20220904;30.5;21.4;26;2.4;21.15;0;4.71;21693
+65106;42.64135;9.04166;40;20220905;30.9;21.2;26.1;2;21.15;0;4.62;22065
+65106;42.64135;9.04166;40;20220906;31.3;21.2;26.2;2.2;21.45;.6;4.58;20858
+65106;42.64135;9.04166;40;20220907;30.6;21.2;25.9;2.4;23.58;.3;4.39;20964
+65106;42.64135;9.04166;40;20220908;32.1;22.2;27.1;3.9;22.48;0;4.87;17241
+65106;42.64135;9.04166;40;20220909;30.5;21.9;26.2;7.4;14.71;0;7.64;21361
+65106;42.64135;9.04166;40;20220910;29;21.5;25.2;7.6;15.55;0;6.65;20112
+65106;42.64135;9.04166;40;20220911;28.9;19.9;24.4;5.5;15.81;0;5.88;20930
+65106;42.64135;9.04166;40;20220912;27.4;17.1;22.3;1.9;18.01;0;3.93;21673
+65106;42.64135;9.04166;40;20220913;29.2;17.5;23.4;1.8;19.18;0;4.01;21633
+65106;42.64135;9.04166;40;20220914;32;20.3;26.2;2.5;20.05;.3;4.47;18480
+65106;42.64135;9.04166;40;20220915;31.7;22.9;27.3;5;20.65;0;5.36;16757
+65106;42.64135;9.04166;40;20220916;31;23.4;27.2;9.1;15.71;0;7.77;19771
+65106;42.64135;9.04166;40;20220917;25.2;20;22.6;7.6;11.48;.6;6.36;16973
+65106;42.64135;9.04166;40;20220918;26.1;14.2;20.2;2.2;10.81;0;3.99;20032
+65106;42.64135;9.04166;40;20220919;28.2;15.3;21.8;2.5;13.18;0;4.32;20365
+65106;42.64135;9.04166;40;20220920;26.4;17.3;21.9;2.4;15.15;0;3.76;18778
+65106;42.64135;9.04166;40;20220921;26.8;15.5;21.2;3.4;12.38;.1;4.57;18862
+65106;42.64135;9.04166;40;20220922;24.7;15.8;20.3;4.4;9.78;0;4.93;18815
+65106;42.64135;9.04166;40;20220923;24.8;13.8;19.3;2.6;10.15;0;3.93;19030
+65106;42.64135;9.04166;40;20220924;23;15.4;19.2;1.7;14.21;3.9;2.52;12388
+65106;42.64135;9.04166;40;20220925;24;16.6;20.3;2;17.91;.5;2.73;15719
+65106;42.64135;9.04166;40;20220926;25.3;16.9;21.1;6.1;14.75;0;4.41;15920
+65106;42.64135;9.04166;40;20220927;22.8;16.2;19.5;10.1;12.15;.6;5.03;13488
+65106;42.64135;9.04166;40;20220928;24.5;16.6;20.5;9.9;13.08;0;5.16;13701
+65106;42.64135;9.04166;40;20220929;24.3;17.6;21;7;14.21;2.3;4.44;14435
+65106;42.64135;9.04166;40;20220930;20.5;14.7;17.6;3;14.78;5.1;2.26;10153
+65106;42.64135;9.04166;40;20221001;23;14;18.5;7.9;12.35;0;4.55;16542
+65106;42.64135;9.04166;40;20221002;29.1;17.9;23.5;8.2;14.01;0;6.32;16948
+65106;42.64135;9.04166;40;20221003;24.8;16.6;20.7;3.9;15.01;0;3.5;15999
+65106;42.64135;9.04166;40;20221004;23.7;14.9;19.3;1.9;17.08;0;2.61;17227
+65106;42.64135;9.04166;40;20221005;24.5;14;19.3;2.3;16.18;0;2.77;17208
+65106;42.64135;9.04166;40;20221006;23.1;14.3;18.7;2;16.55;0;2.42;16042
+65106;42.64135;9.04166;40;20221007;23.5;13.1;18.3;1.7;15.78;0;2.41;16629
+65106;42.64135;9.04166;40;20221008;24.7;13.7;19.2;1.9;15.11;.4;2.64;16094
+65106;42.64135;9.04166;40;20221009;24.6;16.6;20.6;2.1;16.38;9;2.29;10053
+65106;42.64135;9.04166;40;20221010;23.7;16.2;20;2.6;16.78;1.5;2.44;13712
+65106;42.64135;9.04166;40;20221011;24;14.9;19.5;2.3;16.55;0;2.38;14289
+65106;42.64135;9.04166;40;20221012;22.2;15.4;18.8;1.9;16.91;0;1.94;11582
+65106;42.64135;9.04166;40;20221013;23.1;15.9;19.5;2.9;15.68;0;2.56;13711
+65106;42.64135;9.04166;40;20221014;24.2;15.8;20;4.8;14.88;0;3.41;13616
+65106;42.64135;9.04166;40;20221015;25.6;15.3;20.4;2.7;15.35;0;2.94;15491
+65106;42.64135;9.04166;40;20221016;25;15.1;20.1;1.8;15.58;0;2.36;14201
+65106;42.64135;9.04166;40;20221017;25.4;15.8;20.6;2.3;16.51;0;2.5;14711
+65106;42.64135;9.04166;40;20221018;25.2;14.8;20;2;17.08;0;2.3;14332
+65106;42.64135;9.04166;40;20221019;23.3;15.8;19.5;1.9;16.91;.1;2.09;13649
+65106;42.64135;9.04166;40;20221020;23.2;13.4;18.3;2.1;16.55;.1;1.98;13453
+65106;42.64135;9.04166;40;20221021;26.3;14.9;20.6;1.4;15.55;0;2.05;10494
+65106;42.64135;9.04166;40;20221022;28.8;16.6;22.7;2.1;15.15;0;2.77;13193
+65106;42.64135;9.04166;40;20221023;27.9;16.7;22.3;2.1;14.91;0;2.73;12221
+65106;42.64135;9.04166;40;20221024;29.8;16.5;23.2;2.6;13.75;0;3.52;13294
+65106;42.64135;9.04166;40;20221025;28.5;16.6;22.6;2.3;14.75;0;2.82;11273
+65106;42.64135;9.04166;40;20221026;27.5;14.9;21.2;1.8;14.15;0;2.37;12910
+65106;42.64135;9.04166;40;20221027;25.6;14.9;20.2;1.7;13.31;0;2.13;12182
+65106;42.64135;9.04166;40;20221028;25;13.2;19.1;1.7;14.88;0;1.89;12535
+65106;42.64135;9.04166;40;20221029;25.2;14;19.6;2.5;15.01;.1;2.33;12912
+65106;42.64135;9.04166;40;20221030;26.2;13.2;19.7;1.9;13.75;0;2.16;12647
+65106;42.64135;9.04166;40;20221031;23.5;11.9;17.7;1.8;13.65;0;1.8;11561
+65106;42.64135;9.04166;40;20221101;23.7;12;17.9;2.2;13.58;0;1.93;11199
+65106;42.64135;9.04166;40;20221102;25.2;14.3;19.8;2;14.81;1.4;2.01;11118
+65106;42.64135;9.04166;40;20221103;23.2;14.4;18.8;2.6;14.85;10;1.97;10545
+65106;42.64135;9.04166;40;20221104;20.1;15.1;17.6;7.9;12.41;0;3.14;7531
+65106;42.64135;9.04166;40;20221105;19.3;10.9;15.1;3.1;10.31;1.7;2.06;9837
+65106;42.64135;9.04166;40;20221106;21.3;10.3;15.8;2.5;9.55;0;2.2;11265
+65106;42.64135;9.04166;40;20221107;23.6;11.7;17.6;3;12.21;0;2.24;11352
+65106;42.64135;9.04166;40;20221108;22.4;11.6;17;1.7;12.51;0;1.56;10662
+65106;42.64135;9.04166;40;20221109;22.5;12.5;17.5;1.9;13.31;0;1.62;10308
+65106;42.64135;9.04166;40;20221110;23;14.4;18.7;2.2;15.18;.1;1.6;8626
+65106;42.64135;9.04166;40;20221111;23.2;14.1;18.7;2.9;14.85;0;1.91;9889
+65106;42.64135;9.04166;40;20221112;20.6;12.3;16.4;3;11.55;0;1.99;7645
+65106;42.64135;9.04166;40;20221113;19.5;14;16.7;3.9;9.71;1.6;2.64;7660
+65106;42.64135;9.04166;40;20221114;20.6;11;15.8;2;10.71;3.5;1.55;8913
+65106;42.64135;9.04166;40;20221115;17.9;11.1;14.5;2.1;13.68;15.1;1.03;4818
+65106;42.64135;9.04166;40;20221116;21.8;14.6;18.2;5.1;14.31;3.6;2.22;8315
+65106;42.64135;9.04166;40;20221117;22.8;13.7;18.3;5.8;11.98;4.3;3.16;8753
+65106;42.64135;9.04166;40;20221118;19.3;14;16.6;7;11.85;0;2.54;6579
+65106;42.64135;9.04166;40;20221119;17.7;11.6;14.6;2.6;10.18;8.9;1.66;5460
+65106;42.64135;9.04166;40;20221120;17.8;9.4;13.6;2.7;10.11;0;1.47;8652
+65106;42.64135;9.04166;40;20221121;18.4;8.8;13.6;4.6;10.05;21.7;2.04;8498
+65106;42.64135;9.04166;40;20221122;15.3;11.3;13.3;6.8;10.95;10.1;1.82;3732
+65106;42.64135;9.04166;40;20221123;16.2;13.1;14.6;7.8;10.21;.1;2.57;3949
+65106;42.64135;9.04166;40;20221124;18.7;11.4;15;5.3;10.11;.6;2.44;8143
+65106;42.64135;9.04166;40;20221125;15.9;10.3;13.1;2.9;11.48;18.1;1.14;4377
+65106;42.64135;9.04166;40;20221126;17;11;14;5.6;10.31;1;2.03;6568
+65106;42.64135;9.04166;40;20221127;17;8.9;12.9;3.4;7.48;0;2.03;7590
+65106;42.64135;9.04166;40;20221128;15.2;7;11.1;1.7;8.61;.6;1.05;5016
+65106;42.64135;9.04166;40;20221129;13.5;10.1;11.8;2.9;9.78;2.5;1.28;2693
+65106;42.64135;9.04166;40;20221130;14.7;8.7;11.7;4;8.71;0;1.61;6633
+65106;42.64135;9.04166;40;20221201;14;6.3;10.1;2.8;7.85;0;1.34;5623
+65106;42.64135;9.04166;40;20221202;15.2;6.6;10.9;2.5;8.58;.4;1.23;5712
+65106;42.64135;9.04166;40;20221203;17.6;10.3;14;2.9;10.15;8.7;1.46;5570
+65106;42.64135;9.04166;40;20221204;17.7;10.3;14;2;11.21;3.9;1.02;6424
+65106;42.64135;9.04166;40;20221205;19;10.5;14.8;2.6;11.78;1.5;1.25;6671
+65106;42.64135;9.04166;40;20221206;17.6;9.7;13.6;1.8;12.31;0;.77;6923
+65106;42.64135;9.04166;40;20221207;17.6;9.7;13.7;2.1;11.21;0;1.02;7166
+65106;42.64135;9.04166;40;20221208;14.2;7.7;11;2.9;9.55;1.7;1.25;4449
+65106;42.64135;9.04166;40;20221209;20.2;9.7;14.9;4.2;12.11;15.8;1.62;5486
+65106;42.64135;9.04166;40;20221210;16.8;12.4;14.6;4.3;12.01;2.4;1.49;4274
+65106;42.64135;9.04166;40;20221211;13.2;8.3;10.8;7.7;7.15;0;2.36;6161
+65106;42.64135;9.04166;40;20221212;14.5;4.9;9.7;4.2;6.75;3.7;1.83;7228
+65106;42.64135;9.04166;40;20221213;11.6;7.2;9.4;3;10.41;4.8;.6;3318
+65106;42.64135;9.04166;40;20221214;14.6;9.9;12.3;2.7;12.25;6.4;.7;3108
+65106;42.64135;9.04166;40;20221215;17.6;8.8;13.2;3.9;12.35;9.5;1.16;4034
+65106;42.64135;9.04166;40;20221216;17;11.9;14.5;4.6;11.75;1.4;1.71;4303
+65106;42.64135;9.04166;40;20221217;17.8;10.5;14.1;4.8;9.81;.7;1.99;7905
+65106;42.64135;9.04166;40;20221218;16.4;7.2;11.8;1.8;10.25;0;.72;7513
+65106;42.64135;9.04166;40;20221219;15.5;6.7;11.1;1.3;9.88;0;.59;7240
+65106;42.64135;9.04166;40;20221220;16.8;6.8;11.8;1.5;9.61;0;.77;7633
+65106;42.64135;9.04166;40;20221221;15.7;6.6;11.1;1.9;9.98;.9;.77;5869
+65106;42.64135;9.04166;40;20221222;18.9;10.5;14.7;6.7;11.15;0;2.09;7353
+65106;42.64135;9.04166;40;20221223;21.6;13.6;17.6;9.1;11.75;.1;3.57;5860
+65106;42.64135;9.04166;40;20221224;22.7;15.5;19.1;7.4;11.45;0;3.67;7181
+65106;42.64135;9.04166;40;20221225;17.6;9.1;13.3;1.8;11.65;0;.79;7403
+65106;42.64135;9.04166;40;20221226;18.6;9;13.8;1.9;11.88;.1;.82;7787
+65106;42.64135;9.04166;40;20221227;20.5;9.7;15.1;5.4;9.25;0;2.72;8570
+65106;42.64135;9.04166;40;20221228;18.3;10.3;14.3;4.2;8.81;0;2.14;7882
+65106;42.64135;9.04166;40;20221229;19.3;8;13.6;2;9.05;0;1.22;8194
+65106;42.64135;9.04166;40;20221230;19.2;8.8;14;3.1;9.85;0;1.56;7221
+65106;42.64135;9.04166;40;20221231;18.7;9.6;14.2;1.6;11.51;0;.85;7717
+65107;42.67807;9.31037;107;20220101;13.6;11.4;12.5;1.1;12.09;.1;.64;2718
+65107;42.67807;9.31037;107;20220102;13;10.4;11.7;.5;10.59;.1;.55;3117
+65107;42.67807;9.31037;107;20220103;17.8;5.5;11.7;.6;9.49;.1;.44;8730
+65107;42.67807;9.31037;107;20220104;15.6;5.9;10.8;1.1;10.29;.1;.57;7620
+65107;42.67807;9.31037;107;20220105;16.1;5.8;11;1.8;9.39;4.8;.87;7956
+65107;42.67807;9.31037;107;20220106;8.7;5.1;6.9;1.9;8.59;8.8;.56;4077
+65107;42.67807;9.31037;107;20220107;12.7;6.2;9.5;1.4;7.39;0;.85;6083
+65107;42.67807;9.31037;107;20220108;12.6;2.1;7.4;.7;7.29;.4;.44;8234
+65107;42.67807;9.31037;107;20220109;12.3;4.6;8.5;3.8;7.99;.9;1.22;6879
+65107;42.67807;9.31037;107;20220110;11.4;.9;6.2;1.4;6.19;0;.71;8376
+65107;42.67807;9.31037;107;20220111;13.7;1.7;7.7;1.8;5.59;0;1.07;9148
+65107;42.67807;9.31037;107;20220112;10.9;2.5;6.7;2.5;4.99;0;1.33;7461
+65107;42.67807;9.31037;107;20220113;11.7;2.5;7.1;2.3;5.39;0;1.24;7961
+65107;42.67807;9.31037;107;20220114;13;4.2;8.6;1.2;5.99;0;.86;7830
+65107;42.67807;9.31037;107;20220115;14.2;-.5;6.9;.6;7.19;.1;.46;10185
+65107;42.67807;9.31037;107;20220116;13.4;.2;6.8;.7;7.29;.1;.5;10159
+65107;42.67807;9.31037;107;20220117;14.5;.5;7.5;1;7.79;0;.63;10371
+65107;42.67807;9.31037;107;20220118;13.8;.4;7.1;.9;7.99;0;.57;10469
+65107;42.67807;9.31037;107;20220119;14;.9;7.5;.6;8.19;0;.51;10450
+65107;42.67807;9.31037;107;20220120;12.3;2.9;7.6;.8;7.79;0;.6;8706
+65107;42.67807;9.31037;107;20220121;12.9;1.8;7.4;.9;7.59;0;.64;9714
+65107;42.67807;9.31037;107;20220122;12.4;-.1;6.2;.7;5.49;0;.61;10531
+65107;42.67807;9.31037;107;20220123;12.9;-1.2;5.9;.7;6.49;.1;.6;11007
+65107;42.67807;9.31037;107;20220124;13;.3;6.7;1.5;7.39;0;.83;10887
+65107;42.67807;9.31037;107;20220125;13.8;3.5;8.7;1.9;7.69;0;1.07;9765
+65107;42.67807;9.31037;107;20220126;12.9;.8;6.9;.6;8.59;0;.59;10854
+65107;42.67807;9.31037;107;20220127;14.9;1.4;8.2;.8;8.09;0;.75;11493
+65107;42.67807;9.31037;107;20220128;14.6;1.6;8.1;.4;8.19;0;.63;11599
+65107;42.67807;9.31037;107;20220129;14;.5;7.3;.9;7.99;.1;.77;11754
+65107;42.67807;9.31037;107;20220130;15.2;2;8.6;.9;8.79;.1;.83;11888
+65107;42.67807;9.31037;107;20220131;13.7;1.5;7.6;2.1;8.39;0;1.03;11630
+65107;42.67807;9.31037;107;20220201;14;7.7;10.9;2.9;5.79;0;2.08;8014
+65107;42.67807;9.31037;107;20220202;20;0;10;.7;6.99;.1;1.03;12307
+65107;42.67807;9.31037;107;20220203;18.8;2.9;10.9;1.1;10.19;0;1.11;12453
+65107;42.67807;9.31037;107;20220204;14.9;8.1;11.5;.8;10.89;0;.88;8746
+65107;42.67807;9.31037;107;20220205;14.4;3.3;8.9;.8;9.19;0;.9;11781
+65107;42.67807;9.31037;107;20220206;15.4;1.6;8.5;1;8.89;0;1;12903
+65107;42.67807;9.31037;107;20220207;16.7;2.8;9.8;4.1;7.99;0;2.1;13058
+65107;42.67807;9.31037;107;20220208;15.3;.3;7.8;.9;6.09;0;1.12;13215
+65107;42.67807;9.31037;107;20220209;15.6;-.2;7.7;.9;7.99;.1;1.07;13375
+65107;42.67807;9.31037;107;20220210;12.2;.9;6.6;2.9;9.06;0;1.74;10917
+65107;42.67807;9.31037;107;20220211;14.1;8.3;11.2;3.6;9.73;0;1.63;10639
+65107;42.67807;9.31037;107;20220212;14.2;9.1;11.7;8.3;8.8;0;2.7;11706
+65107;42.67807;9.31037;107;20220213;13.3;8.6;10.9;3.3;8.66;0;1.74;9622
+65107;42.67807;9.31037;107;20220214;14.7;8.7;11.7;3.7;9.5;5.3;1.85;10380
+65107;42.67807;9.31037;107;20220215;13.8;8.1;11;8.5;8.26;0;2.59;9885
+65107;42.67807;9.31037;107;20220216;14.1;.4;7.3;1;7.79;0;1.21;14550
+65107;42.67807;9.31037;107;20220217;17.4;4.7;11.1;1.3;9.59;0;1.52;14725
+65107;42.67807;9.31037;107;20220218;16.9;4.3;10.6;1.3;10.79;0;1.41;14903
+65107;42.67807;9.31037;107;20220219;16.9;6.4;11.7;.8;11.49;0;1.34;13796
+65107;42.67807;9.31037;107;20220220;16.4;4.7;10.6;1.6;10.99;.1;1.45;14848
+65107;42.67807;9.31037;107;20220221;17.6;3.2;10.4;4.3;7.99;0;2.61;15444
+65107;42.67807;9.31037;107;20220222;16.4;10.2;13.3;2.2;6.99;0;2.26;10656
+65107;42.67807;9.31037;107;20220223;17.9;-.6;8.7;1.4;7.89;.1;1.73;15813
+65107;42.67807;9.31037;107;20220224;15.9;1.9;8.9;1.1;9.19;.1;1.51;15999
+65107;42.67807;9.31037;107;20220225;17.1;3.6;10.4;1.3;8.59;.1;1.76;16186
+65107;42.67807;9.31037;107;20220226;12.5;4.5;8.5;3.4;5.39;0;2.4;12991
+65107;42.67807;9.31037;107;20220227;10.7;1.1;5.9;1.8;4.49;0;1.77;14570
+65107;42.67807;9.31037;107;20220228;13.8;-.1;6.9;1.1;6.29;0;1.62;16756
+65107;42.67807;9.31037;107;20220301;10.3;.4;5.4;2.5;5.19;0;1.84;15201
+65107;42.67807;9.31037;107;20220302;12.1;-1.1;5.5;1.2;6.09;0;1.58;17141
+65107;42.67807;9.31037;107;20220303;14.7;1.8;8.3;.8;7.89;.1;1.64;17335
+65107;42.67807;9.31037;107;20220304;12.7;5;8.9;1.6;8.39;6.3;1.59;13724
+65107;42.67807;9.31037;107;20220305;11.2;3.5;7.4;1.9;5.89;0;1.82;13895
+65107;42.67807;9.31037;107;20220306;11.1;1.8;6.5;1.8;5.49;.1;1.84;15619
+65107;42.67807;9.31037;107;20220307;11.7;-.5;5.6;1.3;5.59;0;1.77;18117
+65107;42.67807;9.31037;107;20220308;11.6;-.6;5.5;2.4;5.39;0;2.07;18314
+65107;42.67807;9.31037;107;20220309;14.5;.4;7.5;1.8;4.99;0;2.29;18512
+65107;42.67807;9.31037;107;20220310;14.7;-1.9;6.4;1.1;6.99;0;1.85;18710
+65107;42.67807;9.31037;107;20220311;14.4;2;8.2;3.6;7.89;0;2.31;18908
+65107;42.67807;9.31037;107;20220312;13.8;10.7;12.3;6;7.99;.3;3.05;8993
+65107;42.67807;9.31037;107;20220313;12.4;10.1;11.3;7.6;9.39;1.7;2.34;7618
+65107;42.67807;9.31037;107;20220314;15.9;11.6;13.8;6.5;11.69;.3;2.47;11139
+65107;42.67807;9.31037;107;20220315;17.1;12.8;15;5.2;10.99;0;2.94;11270
+65107;42.67807;9.31037;107;20220316;18.5;8.1;13.3;3.1;11.09;0;2.71;18626
+65107;42.67807;9.31037;107;20220317;16.4;12.5;14.5;4.5;10.29;0;2.84;10904
+65107;42.67807;9.31037;107;20220318;14.7;12.1;13.4;9.6;9.16;0;3.42;7368
+65107;42.67807;9.31037;107;20220319;13.6;11.2;12.4;7.9;8.73;.7;2.99;6009
+65107;42.67807;9.31037;107;20220320;14.7;10.6;12.7;6;8.73;.3;3.13;12209
+65107;42.67807;9.31037;107;20220321;13.7;8.2;11;6.9;6;0;3.91;16252
+65107;42.67807;9.31037;107;20220322;15.1;7.4;11.3;6.6;5.83;0;4.19;18518
+65107;42.67807;9.31037;107;20220323;15.5;8.4;12;4.5;6.53;0;3.78;19946
+65107;42.67807;9.31037;107;20220324;17.5;9.6;13.5;2.2;7.6;0;3.25;20617
+65107;42.67807;9.31037;107;20220325;17.6;8.8;13.2;4.9;7.63;0;3.95;20845
+65107;42.67807;9.31037;107;20220326;17.1;10;13.6;4.6;7.43;.1;3.92;18506
+65107;42.67807;9.31037;107;20220327;19.2;13.4;16.3;5.6;8.1;.1;4.45;12444
+65107;42.67807;9.31037;107;20220328;18.3;11.7;15;2.6;9.23;0;3.25;17016
+65107;42.67807;9.31037;107;20220329;17.7;10.2;13.9;3.7;9.53;2.7;3.33;19689
+65107;42.67807;9.31037;107;20220330;15.8;11.9;13.9;4.4;13;10.5;1.96;11283
+65107;42.67807;9.31037;107;20220331;15.9;11;13.5;7.9;12;.5;2.43;11603
+65107;42.67807;9.31037;107;20220401;14.3;11.4;12.9;15.2;7.46;1.6;4.72;11265
+65107;42.67807;9.31037;107;20220402;11;2.5;6.8;3.9;7.38;13.9;2.01;12800
+65107;42.67807;9.31037;107;20220403;12.6;4.9;8.8;4.1;7.93;7.6;2.16;10175
+65107;42.67807;9.31037;107;20220404;13.3;6.8;10;4.4;7.83;0;3.04;20073
+65107;42.67807;9.31037;107;20220405;14.1;6.4;10.3;2.2;7.84;0;3;23445
+65107;42.67807;9.31037;107;20220406;14.4;8.1;11.2;4.8;8.8;1.8;2.91;16602
+65107;42.67807;9.31037;107;20220407;16.8;8.2;12.5;12.9;9.56;0;3.99;19330
+65107;42.67807;9.31037;107;20220408;21.1;12.9;17;14.1;10.99;0;5.74;19117
+65107;42.67807;9.31037;107;20220409;15.7;14.3;15;13.4;8.59;0;5.16;12377
+65107;42.67807;9.31037;107;20220410;15.1;8.5;11.8;3.7;7.3;0;3.64;21983
+65107;42.67807;9.31037;107;20220411;16.7;8.8;12.7;4;8.66;0;3.8;24004
+65107;42.67807;9.31037;107;20220412;17.3;10.5;13.9;7.1;10.63;0;3.33;17968
+65107;42.67807;9.31037;107;20220413;18.6;11.9;15.3;5.7;10.06;0;4.25;20151
+65107;42.67807;9.31037;107;20220414;20.4;11.6;16;3.8;9.4;0;4.49;22569
+65107;42.67807;9.31037;107;20220415;21.9;12.8;17.3;3;10.13;0;4.49;23334
+65107;42.67807;9.31037;107;20220416;22.1;13.4;17.7;5.7;9.33;0;5.84;25417
+65107;42.67807;9.31037;107;20220417;16.9;12.5;14.7;8.5;6.79;0;5.78;24084
+65107;42.67807;9.31037;107;20220418;17.6;10.8;14.2;5.7;7.33;0;5.07;25642
+65107;42.67807;9.31037;107;20220419;18.6;10.9;14.7;3.1;10.4;0;3.91;24056
+65107;42.67807;9.31037;107;20220420;19.3;11.7;15.5;5.2;12.3;1.6;3.47;19844
+65107;42.67807;9.31037;107;20220421;16.3;12.5;14.4;8.6;13.13;22.7;2.63;14177
+65107;42.67807;9.31037;107;20220422;16.5;11.5;14;6.3;13;0;2.74;16945
+65107;42.67807;9.31037;107;20220423;19.2;11.7;15.5;6.5;11.73;1.4;4.12;21434
+65107;42.67807;9.31037;107;20220424;16.3;11.2;13.7;7.8;10.83;2;3.59;18568
+65107;42.67807;9.31037;107;20220425;19.4;12.9;16.1;9.3;11.16;0;5.11;25084
+65107;42.67807;9.31037;107;20220426;19.2;13.2;16.2;4.2;11.2;.1;4.51;25945
+65107;42.67807;9.31037;107;20220427;20.6;12.4;16.5;3.7;11.5;0;4.48;25887
+65107;42.67807;9.31037;107;20220428;22.4;13;17.7;6.3;9.63;0;6.14;27619
+65107;42.67807;9.31037;107;20220429;21.4;15;18.2;7;8.4;0;6.48;23098
+65107;42.67807;9.31037;107;20220430;19.3;13.2;16.3;3.7;10.23;0;4.44;22835
+65107;42.67807;9.31037;107;20220501;19.2;13.8;16.5;3.2;10.63;0;4.18;21203
+65107;42.67807;9.31037;107;20220502;19.7;12.8;16.2;3;10.56;0;4.44;25121
+65107;42.67807;9.31037;107;20220503;20.1;13.4;16.7;2.7;12.1;0;4.13;23538
+65107;42.67807;9.31037;107;20220504;20.4;13.7;17.1;2.9;12.66;0;4.27;24462
+65107;42.67807;9.31037;107;20220505;16.4;14.7;15.5;5;13.66;12.4;2.31;7983
+65107;42.67807;9.31037;107;20220506;17.6;11.9;14.8;.9;14.69;7.6;2.99;20067
+65107;42.67807;9.31037;107;20220507;20;13.8;16.9;.8;15.09;.2;3.37;21099
+65107;42.67807;9.31037;107;20220508;23;11.9;17.5;1.6;13.09;1.9;4.65;28910
+65107;42.67807;9.31037;107;20220509;23.6;11.2;17.4;1.4;13.49;0;4.64;29177
+65107;42.67807;9.31037;107;20220510;23.5;10.1;16.8;.9;13.69;0;4.49;29299
+65107;42.67807;9.31037;107;20220511;22.8;10.3;16.6;1.5;12.49;0;4.61;29417
+65107;42.67807;9.31037;107;20220512;22.9;9.4;16.2;1.3;12.69;.1;4.54;29534
+65107;42.67807;9.31037;107;20220513;23.2;8.6;15.9;1.1;12.09;0;4.52;29647
+65107;42.67807;9.31037;107;20220514;23.6;8.6;16.1;1.1;12.09;0;4.58;29759
+65107;42.67807;9.31037;107;20220515;23.9;9.7;16.8;1;13.39;.1;4.63;29867
+65107;42.67807;9.31037;107;20220516;25.2;10.5;17.9;.9;13.49;0;4.78;29973
+65107;42.67807;9.31037;107;20220517;25.5;11.4;18.5;1.2;13.99;0;4.95;30076
+65107;42.67807;9.31037;107;20220518;25.3;11;18.2;1.3;12.99;0;4.99;30177
+65107;42.67807;9.31037;107;20220519;28.1;15.3;21.7;2.2;12.09;0;6.05;30275
+65107;42.67807;9.31037;107;20220520;25.9;11;18.5;1.2;14.39;.1;5.01;30370
+65107;42.67807;9.31037;107;20220521;26.3;12.3;19.3;1.6;14.79;0;5.25;30463
+65107;42.67807;9.31037;107;20220522;26;11.9;19;1.3;14.79;.2;5.13;30552
+65107;42.67807;9.31037;107;20220523;29.7;13.4;21.6;1.2;15.09;0;5.57;30639
+65107;42.67807;9.31037;107;20220524;25.8;15.2;20.5;1.7;17.99;0;5.19;29930
+65107;42.67807;9.31037;107;20220525;27.3;16.3;21.8;1.7;18.89;0;5.51;30604
+65107;42.67807;9.31037;107;20220526;30.3;17.7;24;2;17.99;0;6.19;30883
+65107;42.67807;9.31037;107;20220527;33.4;17.7;25.6;1.2;12.79;0;6.19;30959
+65107;42.67807;9.31037;107;20220528;30.7;19.1;24.9;1.4;16.09;0;6.15;31032
+65107;42.67807;9.31037;107;20220529;24.5;18.2;21.4;2;19.29;.3;4.33;23003
+65107;42.67807;9.31037;107;20220530;25.2;15.5;20.4;1.2;17.49;0;5.01;28998
+65107;42.67807;9.31037;107;20220531;26.1;15.7;20.9;1.2;18.39;.1;5.24;30148
+65107;42.67807;9.31037;107;20220601;27.3;15;21.2;1.5;19.19;0;5.49;31294
+65107;42.67807;9.31037;107;20220602;32.5;16.2;24.4;1;19.79;.1;6;31352
+65107;42.67807;9.31037;107;20220603;31.1;21.2;26.2;1.3;20.29;.1;6.01;29548
+65107;42.67807;9.31037;107;20220604;35.4;18.6;27;2;20.29;0;7;31459
+65107;42.67807;9.31037;107;20220605;29.4;22.4;25.9;2;21.29;.1;5.43;24674
+65107;42.67807;9.31037;107;20220606;28.9;15.2;22.1;1.4;16.89;0;5.81;31554
+65107;42.67807;9.31037;107;20220607;33.1;14.7;23.9;2.7;13.19;0;7.26;31597
+65107;42.67807;9.31037;107;20220608;26.8;16.6;21.7;2.1;15.09;0;5.81;30249
+65107;42.67807;9.31037;107;20220609;27;15.2;21.1;3.3;14.79;0;6.28;31674
+65107;42.67807;9.31037;107;20220610;28.4;13.8;21.1;1.7;13.49;0;5.94;31708
+65107;42.67807;9.31037;107;20220611;30.4;13.6;22;1.3;13.29;0;5.96;31739
+65107;42.67807;9.31037;107;20220612;30.8;13.4;22.1;1.2;12.49;0;5.95;31767
+65107;42.67807;9.31037;107;20220613;31.2;13.9;22.6;1.2;16.09;.4;5.97;31791
+65107;42.67807;9.31037;107;20220614;31.1;16.4;23.8;1.4;20.29;.1;6.1;31813
+65107;42.67807;9.31037;107;20220615;31;16.6;23.8;1.3;18.79;0;6.11;31832
+65107;42.67807;9.31037;107;20220616;30;17.7;23.9;1.5;17.99;0;6.16;31847
+65107;42.67807;9.31037;107;20220617;31;16.3;23.7;1.3;17.99;0;6.11;31859
+65107;42.67807;9.31037;107;20220618;33.2;19.3;26.3;2.3;17.99;0;7.07;31869
+65107;42.67807;9.31037;107;20220619;33.3;17.3;25.3;1.2;16.89;0;6.36;31875
+65107;42.67807;9.31037;107;20220620;30.5;16.2;23.4;1.6;17.09;0;6.2;31878
+65107;42.67807;9.31037;107;20220621;34.1;18.3;26.2;1.4;17.69;0;6.62;31878
+65107;42.67807;9.31037;107;20220622;33.3;20.7;27;1.2;20.59;.2;6.52;31874
+65107;42.67807;9.31037;107;20220623;28.8;19.5;24.2;1.5;22.29;.5;5.6;29033
+65107;42.67807;9.31037;107;20220624;30.5;21.4;26;1.6;22.89;.1;5.89;28692
+65107;42.67807;9.31037;107;20220625;30.7;17.8;24.3;1.4;20.39;.1;6.15;31846
+65107;42.67807;9.31037;107;20220626;31;21.8;26.4;4.1;18.99;0;7.23;28832
+65107;42.67807;9.31037;107;20220627;35.2;24.3;29.8;2.2;21.09;0;7.48;31506
+65107;42.67807;9.31037;107;20220628;30.9;24;27.5;4;21.39;4;6.59;24719
+65107;42.67807;9.31037;107;20220629;30.2;17.4;23.8;1.7;19.99;0;6.14;31765
+65107;42.67807;9.31037;107;20220630;29.6;15.3;22.5;1.6;18.59;0;5.94;31737
+65107;42.67807;9.31037;107;20220701;29.8;18.3;24.1;1.9;19.79;0;6.21;31706
+65107;42.67807;9.31037;107;20220702;28.4;15.3;21.9;1;18.99;0;5.64;31672
+65107;42.67807;9.31037;107;20220703;34.2;15.9;25.1;1.3;15.79;0;6.41;31635
+65107;42.67807;9.31037;107;20220704;35.1;16.2;25.7;1.3;14.19;0;6.52;31595
+65107;42.67807;9.31037;107;20220705;32.8;16.8;24.8;1.6;15.79;0;6.48;31552
+65107;42.67807;9.31037;107;20220706;30.5;17.2;23.9;1.7;19.39;0;6.14;31506
+65107;42.67807;9.31037;107;20220707;29.1;19.3;24.2;1.6;21.39;.1;5.71;29440
+65107;42.67807;9.31037;107;20220708;31.5;18.3;24.9;1.6;16.19;0;6.37;31405
+65107;42.67807;9.31037;107;20220709;31.7;19.1;25.4;1.9;16.89;0;6.58;31350
+65107;42.67807;9.31037;107;20220710;30.8;16.3;23.6;1.4;16.69;0;6.04;31292
+65107;42.67807;9.31037;107;20220711;30.3;16.3;23.3;1.4;17.19;0;5.96;31231
+65107;42.67807;9.31037;107;20220712;29.2;17.9;23.6;1.4;19.09;.1;5.88;31168
+65107;42.67807;9.31037;107;20220713;33.6;17.2;25.4;1.4;19.19;0;6.31;31101
+65107;42.67807;9.31037;107;20220714;32.2;18.3;25.3;1.6;20.29;0;6.26;31032
+65107;42.67807;9.31037;107;20220715;30.3;18.8;24.6;1.6;20.79;0;6.03;30959
+65107;42.67807;9.31037;107;20220716;33.7;19;26.4;1.5;20.59;0;6.4;30884
+65107;42.67807;9.31037;107;20220717;36.1;20.4;28.3;1;21.29;0;6.4;30806
+65107;42.67807;9.31037;107;20220718;37.4;21.1;29.3;1.6;19.19;0;6.99;30725
+65107;42.67807;9.31037;107;20220719;36.7;20.8;28.8;1.2;20.39;.1;6.57;30642
+65107;42.67807;9.31037;107;20220720;35.4;21.1;28.3;1.6;19.19;.2;6.72;30556
+65107;42.67807;9.31037;107;20220721;34.2;19.3;26.8;1.4;18.89;0;6.35;30467
+65107;42.67807;9.31037;107;20220722;32.2;19.2;25.7;1.3;21.69;.1;6.03;30375
+65107;42.67807;9.31037;107;20220723;32;19.4;25.7;1.6;22.89;0;6.07;30280
+65107;42.67807;9.31037;107;20220724;31.4;21.5;26.5;1.7;23.09;0;5.88;28334
+65107;42.67807;9.31037;107;20220725;32.1;20;26.1;1.6;22.89;0;6.09;30084
+65107;42.67807;9.31037;107;20220726;32.6;22.2;27.4;2.2;23.49;0;6.32;28876
+65107;42.67807;9.31037;107;20220727;31.2;20.6;25.9;1.5;22.09;0;5.85;29060
+65107;42.67807;9.31037;107;20220728;30.4;18.7;24.6;1.6;21.99;0;5.75;29769
+65107;42.67807;9.31037;107;20220729;32.1;19.7;25.9;1.4;21.99;0;5.93;29659
+65107;42.67807;9.31037;107;20220730;30.5;19.4;25;1.8;22.89;0;5.76;29429
+65107;42.67807;9.31037;107;20220731;32.7;17.8;25.3;1.5;20.79;.3;5.9;29432
+65107;42.67807;9.31037;107;20220801;35.7;16.9;26.3;1.1;19.59;0;5.95;29315
+65107;42.67807;9.31037;107;20220802;31.2;19.6;25.4;1.4;22.09;0;5.72;29195
+65107;42.67807;9.31037;107;20220803;35.1;18.5;26.8;1.2;18.19;0;5.97;29073
+65107;42.67807;9.31037;107;20220804;33.2;18.2;25.7;1.3;19.49;0;5.8;28948
+65107;42.67807;9.31037;107;20220805;33;19.9;26.5;1.2;20.69;0;5.78;28821
+65107;42.67807;9.31037;107;20220806;33.3;18.3;25.8;.9;21.09;0;5.55;28692
+65107;42.67807;9.31037;107;20220807;32.7;19.7;26.2;1.4;22.99;0;5.74;28561
+65107;42.67807;9.31037;107;20220808;33.6;21.4;27.5;1.3;21.19;0;5.87;28427
+65107;42.67807;9.31037;107;20220809;33.2;20.5;26.9;1.3;19.29;.1;5.77;28291
+65107;42.67807;9.31037;107;20220810;33.7;21.1;27.4;1.4;18.19;0;5.89;28153
+65107;42.67807;9.31037;107;20220811;33.4;21.2;27.3;1.4;17.39;0;5.84;28012
+65107;42.67807;9.31037;107;20220812;32.6;18;25.3;1.4;18.19;.7;5.57;27870
+65107;42.67807;9.31037;107;20220813;29.4;20.7;25.1;1.6;20.99;.4;4.89;24174
+65107;42.67807;9.31037;107;20220814;32.3;20.1;26.2;1.9;17.09;.7;5.92;27579
+65107;42.67807;9.31037;107;20220815;33.8;19.7;26.8;1.3;20.69;3;5.59;27430
+65107;42.67807;9.31037;107;20220816;30.5;20.5;25.5;1.2;22.69;5.3;4.98;25589
+65107;42.67807;9.31037;107;20220817;32.6;20.7;26.7;2.9;23.79;.4;5.96;27127
+65107;42.67807;9.31037;107;20220818;29.3;26.1;27.7;2.9;22.49;3.2;4.29;13601
+65107;42.67807;9.31037;107;20220819;27.8;18.4;23.1;2.1;19.79;1;4.7;24313
+65107;42.67807;9.31037;107;20220820;29.8;16.5;23.2;1.3;19.69;0;4.87;26658
+65107;42.67807;9.31037;107;20220821;28.8;18;23.4;1.7;20.39;0;4.83;25847
+65107;42.67807;9.31037;107;20220822;29.1;17.1;23.1;1.5;21.29;0;4.77;26336
+65107;42.67807;9.31037;107;20220823;29.9;16.2;23.1;1.3;18.79;0;4.79;26173
+65107;42.67807;9.31037;107;20220824;32.7;17.5;25.1;1.5;16.29;0;5.26;26007
+65107;42.67807;9.31037;107;20220825;31.1;17.3;24.2;1.4;17.29;0;4.97;25840
+65107;42.67807;9.31037;107;20220826;31.6;17.6;24.6;1.4;19.39;0;4.96;25672
+65107;42.67807;9.31037;107;20220827;31.1;19;25.1;.9;20.99;0;4.7;25501
+65107;42.67807;9.31037;107;20220828;29.1;19.9;24.5;.9;22.59;.1;4.18;22613
+65107;42.67807;9.31037;107;20220829;29.6;18.9;24.3;1.4;22.19;0;4.54;24335
+65107;42.67807;9.31037;107;20220830;30.7;18.4;24.6;1.4;20.99;0;4.73;24982
+65107;42.67807;9.31037;107;20220831;30.4;17.5;24;1.2;20.99;0;4.54;24805
+65107;42.67807;9.31037;107;20220901;29;20.5;24.8;1.8;21.29;.1;4.27;21028
+65107;42.67807;9.31037;107;20220902;28.9;18.4;23.7;1.1;19.69;.2;4.22;23369
+65107;42.67807;9.31037;107;20220903;28.8;21;24.9;2.1;20.59;.1;4.25;19759
+65107;42.67807;9.31037;107;20220904;30.8;19.9;25.4;1.9;20.49;0;4.78;23464
+65107;42.67807;9.31037;107;20220905;32;20.2;26.1;1.2;21.09;0;4.62;23905
+65107;42.67807;9.31037;107;20220906;31.5;18.8;25.2;.9;21.49;.2;4.34;23721
+65107;42.67807;9.31037;107;20220907;32;19.4;25.7;1.6;22.89;0;4.64;23536
+65107;42.67807;9.31037;107;20220908;31.7;22.1;26.9;1.6;23.59;.1;4.42;21200
+65107;42.67807;9.31037;107;20220909;31;16.7;23.9;2.8;14.29;0;5.38;23163
+65107;42.67807;9.31037;107;20220910;30.2;17.5;23.9;2.3;14.39;.1;4.95;22975
+65107;42.67807;9.31037;107;20220911;28.3;13.3;20.8;1.5;14.89;.1;4.01;22786
+65107;42.67807;9.31037;107;20220912;27.9;14.6;21.3;1;17.79;0;3.71;22596
+65107;42.67807;9.31037;107;20220913;30.3;14.6;22.5;1.1;17.79;0;3.9;22406
+65107;42.67807;9.31037;107;20220914;31.2;19.1;25.2;2.3;21.39;.2;4.58;22214
+65107;42.67807;9.31037;107;20220915;31.9;21.4;26.7;2;20.19;0;4.58;20889
+65107;42.67807;9.31037;107;20220916;32.8;19.9;26.4;2.6;13.89;0;5.43;21830
+65107;42.67807;9.31037;107;20220917;24.1;16.6;20.4;3.1;11.69;.5;4.15;17071
+65107;42.67807;9.31037;107;20220918;26.6;9.9;18.3;1;9.09;0;3.31;21442
+65107;42.67807;9.31037;107;20220919;26.9;11.8;19.4;1.1;12.89;0;3.37;21248
+65107;42.67807;9.31037;107;20220920;26.9;17;22;1.7;14.29;0;3.67;19275
+65107;42.67807;9.31037;107;20220921;24.5;12.6;18.6;1.6;12.19;.1;3.41;20858
+65107;42.67807;9.31037;107;20220922;23.5;16;19.8;2.6;9.19;0;3.94;16229
+65107;42.67807;9.31037;107;20220923;25.4;12.6;19;1.4;10.19;.1;3.38;20466
+65107;42.67807;9.31037;107;20220924;22.4;12.5;17.5;.7;12.99;3.2;2.59;18498
+65107;42.67807;9.31037;107;20220925;24;15.1;19.6;1;17.99;1.6;2.65;17270
+65107;42.67807;9.31037;107;20220926;25.8;14.1;20;1.3;14.89;0;3.15;19827
+65107;42.67807;9.31037;107;20220927;24.1;11.5;17.8;3.7;10.79;.1;4.16;19681
+65107;42.67807;9.31037;107;20220928;26.3;12.9;19.6;3.4;11.59;0;4.34;19485
+65107;42.67807;9.31037;107;20220929;24.7;14.3;19.5;1.6;13.39;2.1;3.05;18001
+65107;42.67807;9.31037;107;20220930;21;12.5;16.8;1.2;15.29;5.2;2.25;15939
+65107;42.67807;9.31037;107;20221001;23.8;9.1;16.5;3.3;12.19;0;3.43;18897
+65107;42.67807;9.31037;107;20221002;29.8;13.8;21.8;2.5;13.59;0;4.07;18701
+65107;42.67807;9.31037;107;20221003;26.4;11.5;19;1.1;13.79;0;2.78;18506
+65107;42.67807;9.31037;107;20221004;23.7;11.6;17.7;1.3;15.39;.1;2.56;18311
+65107;42.67807;9.31037;107;20221005;24.9;11.5;18.2;1.1;14.79;.1;2.57;18116
+65107;42.67807;9.31037;107;20221006;24.1;11.1;17.6;1.3;14.99;.1;2.51;17922
+65107;42.67807;9.31037;107;20221007;24.4;8.4;16.4;.8;13.29;.1;2.28;17729
+65107;42.67807;9.31037;107;20221008;25.2;10.9;18.1;1.1;13.79;.5;2.49;17536
+65107;42.67807;9.31037;107;20221009;23.9;15.4;19.7;2.6;16.39;9;2.67;14331
+65107;42.67807;9.31037;107;20221010;24.4;14.6;19.5;1.6;15.99;.3;2.46;15318
+65107;42.67807;9.31037;107;20221011;25.2;13.3;19.3;1.2;15.69;0;2.44;16837
+65107;42.67807;9.31037;107;20221012;21.9;14;18;1.8;15.79;0;2.08;13251
+65107;42.67807;9.31037;107;20221013;23.3;15;19.2;1.5;15.39;0;2.2;13451
+65107;42.67807;9.31037;107;20221014;23.6;11.3;17.5;1.4;14.69;0;2.24;16396
+65107;42.67807;9.31037;107;20221015;24.6;12;18.3;1;15.29;.1;2.15;16209
+65107;42.67807;9.31037;107;20221016;26.3;13.2;19.8;.7;15.59;0;2.11;16023
+65107;42.67807;9.31037;107;20221017;27.3;15.1;21.2;.9;16.09;0;2.27;15832
+65107;42.67807;9.31037;107;20221018;25.3;12.3;18.8;1;15.89;0;2.09;15656
+65107;42.67807;9.31037;107;20221019;23.1;14.8;19;.8;16.59;.1;1.72;12444
+65107;42.67807;9.31037;107;20221020;23.6;11;17.3;1.5;15.39;0;2.02;15294
+65107;42.67807;9.31037;107;20221021;26;12.3;19.2;.9;15.39;0;1.99;15116
+65107;42.67807;9.31037;107;20221022;28.3;13.5;20.9;1.1;15.59;0;2.22;14938
+65107;42.67807;9.31037;107;20221023;28.4;14.5;21.5;1.1;16.79;0;2.2;14763
+65107;42.67807;9.31037;107;20221024;29;15.3;22.2;1;16.59;0;2.16;14588
+65107;42.67807;9.31037;107;20221025;27.8;12.2;20;1;14.59;0;2.01;14416
+65107;42.67807;9.31037;107;20221026;27.5;12.2;19.9;.7;13.59;0;1.76;14246
+65107;42.67807;9.31037;107;20221027;27.3;11.2;19.3;.6;11.79;0;1.61;14077
+65107;42.67807;9.31037;107;20221028;26.4;9.9;18.2;.8;11.59;0;1.68;13910
+65107;42.67807;9.31037;107;20221029;27.5;12.6;20.1;2.4;11.89;0;2.9;13745
+65107;42.67807;9.31037;107;20221030;27.7;9.6;18.7;.8;11.79;0;1.68;13582
+65107;42.67807;9.31037;107;20221031;24.1;7.8;16;.9;10.89;.1;1.53;13421
+65107;42.67807;9.31037;107;20221101;23.4;8.2;15.8;.8;11.99;0;1.41;13263
+65107;42.67807;9.31037;107;20221102;25.5;10.4;18;.9;13.69;1.4;1.55;13106
+65107;42.67807;9.31037;107;20221103;23.8;11.5;17.7;1.3;14.49;7.5;1.6;12710
+65107;42.67807;9.31037;107;20221104;20.2;12.8;16.5;3.2;11.99;0;2.15;9365
+65107;42.67807;9.31037;107;20221105;18.9;10;14.5;1.3;10.79;1.7;1.33;10286
+65107;42.67807;9.31037;107;20221106;21;6;13.5;.7;9.59;0;1.11;12503
+65107;42.67807;9.31037;107;20221107;23.2;7.8;15.5;.8;11.19;.1;1.23;12358
+65107;42.67807;9.31037;107;20221108;22.8;8.1;15.5;.8;11.19;0;1.19;12216
+65107;42.67807;9.31037;107;20221109;23.1;9.3;16.2;.9;12.89;0;1.23;12076
+65107;42.67807;9.31037;107;20221110;24.4;12.1;18.3;1.4;14.49;.1;1.51;11590
+65107;42.67807;9.31037;107;20221111;23.2;14.7;19;2.1;15.39;0;1.67;9238
+65107;42.67807;9.31037;107;20221112;20.2;10.4;15.3;1.9;10.59;0;1.57;9909
+65107;42.67807;9.31037;107;20221113;18.2;12.3;15.3;1.6;10.59;1.8;1.36;7227
+65107;42.67807;9.31037;107;20221114;20.6;9.1;14.9;1.2;9.99;1.8;1.22;10596
+65107;42.67807;9.31037;107;20221115;15.8;8.6;12.2;.7;13.29;9.5;.67;7942
+65107;42.67807;9.31037;107;20221116;21.2;12.4;16.8;1.1;13.89;1.7;1.07;8838
+65107;42.67807;9.31037;107;20221117;23;7.4;15.2;1.1;11.69;1.4;1.13;11057
+65107;42.67807;9.31037;107;20221118;19.6;12.6;16.1;2.7;11.19;0;1.81;7515
+65107;42.67807;9.31037;107;20221119;16.9;8.2;12.6;.9;10.59;10.4;.79;8459
+65107;42.67807;9.31037;107;20221120;17.8;7.5;12.7;.9;10.09;.2;.81;9237
+65107;42.67807;9.31037;107;20221121;18.5;3.9;11.2;1.5;9.39;17.2;1.02;10617
+65107;42.67807;9.31037;107;20221122;14;11.2;12.6;4.2;10.69;9.9;1.5;3933
+65107;42.67807;9.31037;107;20221123;16;12.4;14.2;3.9;9.49;.3;2.12;4617
+65107;42.67807;9.31037;107;20221124;17.8;7.6;12.7;2;10.39;0;1.13;8779
+65107;42.67807;9.31037;107;20221125;16.4;8.2;12.3;.9;11.29;22.7;.67;7621
+65107;42.67807;9.31037;107;20221126;16.8;9.6;13.2;2.4;10.69;.2;1.23;6964
+65107;42.67807;9.31037;107;20221127;16.2;9.4;12.8;2.1;8.29;0;1.41;6651
+65107;42.67807;9.31037;107;20221128;14.9;5.1;10;1.1;9.09;1.3;.66;8227
+65107;42.67807;9.31037;107;20221129;12;10;11;1.8;10.59;7.6;.79;2795
+65107;42.67807;9.31037;107;20221130;13.8;9.6;11.7;1.4;9.19;0;.92;4727
+65107;42.67807;9.31037;107;20221201;13.3;5.8;9.6;1.4;8.39;0;.76;6798
+65107;42.67807;9.31037;107;20221202;15.2;4.9;10.1;1.8;9.49;1.3;.79;8174
+65107;42.67807;9.31037;107;20221203;16.1;11.9;14;3.7;11.69;11.5;1.44;4593
+65107;42.67807;9.31037;107;20221204;16.8;9.5;13.2;.7;11.39;1.3;.58;6517
+65107;42.67807;9.31037;107;20221205;18.2;7.4;12.8;.8;11.29;1;.56;8215
+65107;42.67807;9.31037;107;20221206;18.3;8.3;13.3;.6;12.09;0;.5;7789
+65107;42.67807;9.31037;107;20221207;16.1;8.7;12.4;.5;11.49;.2;.46;6430
+65107;42.67807;9.31037;107;20221208;12.9;5.4;9.2;.4;10.49;.5;.35;6443
+65107;42.67807;9.31037;107;20221209;20;7.8;13.9;1;11.59;0;.66;8613
+65107;42.67807;9.31037;107;20221210;16.2;9.6;12.9;1.1;11.79;2.1;.63;5875
+65107;42.67807;9.31037;107;20221211;13.3;4.7;9;2;6.59;0;1.07;6900
+65107;42.67807;9.31037;107;20221212;14;1.7;7.9;1.3;6.99;3.2;.64;8531
+65107;42.67807;9.31037;107;20221213;11.3;6.6;9;2.2;10.49;5.2;.5;4636
+65107;42.67807;9.31037;107;20221214;14;9.2;11.6;2.2;12.29;8.1;.59;4684
+65107;42.67807;9.31037;107;20221215;16.3;7.1;11.7;1.5;12.39;5;.52;7084
+65107;42.67807;9.31037;107;20221216;14.8;9.5;12.2;1;12.29;.6;.51;4973
+65107;42.67807;9.31037;107;20221217;17.9;4.6;11.3;.7;9.89;.1;.42;8804
+65107;42.67807;9.31037;107;20221218;16.5;5.5;11;.4;9.99;0;.31;7848
+65107;42.67807;9.31037;107;20221219;15.5;3.7;9.6;.2;9.19;0;.2;8177
+65107;42.67807;9.31037;107;20221220;15.6;3.5;9.6;.5;9.29;0;.31;8295
+65107;42.67807;9.31037;107;20221221;15.3;3.5;9.4;.7;9.49;.6;.36;8171
+65107;42.67807;9.31037;107;20221222;19.1;6.3;12.7;1.1;10.49;0;.63;8580
+65107;42.67807;9.31037;107;20221223;21;8.8;14.9;3.6;11.69;0;1.68;8345
+65107;42.67807;9.31037;107;20221224;23.4;10.4;16.9;1.9;11.39;0;1.34;8678
+65107;42.67807;9.31037;107;20221225;17.2;6.2;11.7;.8;10.89;0;.46;7867
+65107;42.67807;9.31037;107;20221226;18.7;6;12.4;.8;11.09;0;.48;8593
+65107;42.67807;9.31037;107;20221227;19.6;6.1;12.9;1.3;9.59;0;.79;8934
+65107;42.67807;9.31037;107;20221228;17.8;2.3;10.1;1;8.49;0;.57;9129
+65107;42.67807;9.31037;107;20221229;18.9;3.5;11.2;.9;9.19;0;.55;9158
+65107;42.67807;9.31037;107;20221230;18.1;5.2;11.7;.8;9.49;0;.51;8793
+65107;42.67807;9.31037;107;20221231;18.5;6.2;12.4;.8;11.39;0;.5;8588
+65108;42.7354;9.4582;6;20220101;15.1;11.8;13.4;4.2;12.18;0;.9;3081
+65108;42.7354;9.4582;6;20220102;13.9;11.7;12.8;3.5;10.78;.1;1.13;2828
+65108;42.7354;9.4582;6;20220103;16.9;7.2;12.1;3.2;10.25;.1;1.16;7229
+65108;42.7354;9.4582;6;20220104;15.9;8.1;12;3.1;11.18;.1;.99;5510
+65108;42.7354;9.4582;6;20220105;16.6;8.8;12.7;4.1;10.15;5;1.48;6518
+65108;42.7354;9.4582;6;20220106;10.6;7.5;9.1;5.1;8.7;8.6;1.3;1100
+65108;42.7354;9.4582;6;20220107;12.5;7.6;10.1;4.7;7.25;0;1.69;6935
+65108;42.7354;9.4582;6;20220108;13.6;5;9.3;4;7.28;.3;1.29;7742
+65108;42.7354;9.4582;6;20220109;12.9;6.2;9.5;7.1;8.11;.3;1.84;5782
+65108;42.7354;9.4582;6;20220110;12.2;3.5;7.8;4.6;6.21;0;1.73;6920
+65108;42.7354;9.4582;6;20220111;13.6;5.8;9.7;5.3;5.71;0;2.37;7753
+65108;42.7354;9.4582;6;20220112;11.4;5.8;8.6;6.7;5.18;0;2.51;6869
+65108;42.7354;9.4582;6;20220113;12.1;3.2;7.6;5.7;5.41;0;2.15;7670
+65108;42.7354;9.4582;6;20220114;14.1;3.7;8.9;3.4;6.41;0;1.53;8024
+65108;42.7354;9.4582;6;20220115;15.4;4.7;10;5;7.85;0;1.55;8533
+65108;42.7354;9.4582;6;20220116;15;6.1;10.6;3.3;7.7;0;1.58;9200
+65108;42.7354;9.4582;6;20220117;15;4.3;9.7;2.4;8.61;0;1.01;9235
+65108;42.7354;9.4582;6;20220118;14.5;4;9.3;2.4;8.75;0;.97;9149
+65108;42.7354;9.4582;6;20220119;14.5;4.8;9.7;2.2;8.91;0;.94;8564
+65108;42.7354;9.4582;6;20220120;14.7;4.2;9.5;1.9;8.7;0;.97;7700
+65108;42.7354;9.4582;6;20220121;14;5.5;9.8;3;7.95;0;1.31;9034
+65108;42.7354;9.4582;6;20220122;13;2.6;7.8;3.2;5.95;0;1.48;10120
+65108;42.7354;9.4582;6;20220123;13.7;3.1;8.4;2.7;7.31;0;1.19;10151
+65108;42.7354;9.4582;6;20220124;13.9;4.5;9.2;3.2;8.05;0;1.29;9428
+65108;42.7354;9.4582;6;20220125;13.5;4.5;9;3.3;8.08;0;1.29;9416
+65108;42.7354;9.4582;6;20220126;14.7;5;9.9;4.5;8.68;0;1.63;9762
+65108;42.7354;9.4582;6;20220127;15.1;6.4;10.7;2.6;8.51;0;1.36;9566
+65108;42.7354;9.4582;6;20220128;14.9;5.1;10;2.4;8.58;0;1.23;9628
+65108;42.7354;9.4582;6;20220129;14.3;4;9.2;3;8.58;0;1.19;10674
+65108;42.7354;9.4582;6;20220130;15.1;4.3;9.7;2.3;9.05;0;1.17;9663
+65108;42.7354;9.4582;6;20220131;14.4;6.2;10.3;4.7;8.81;0;1.55;9242
+65108;42.7354;9.4582;6;20220201;15.1;8;11.6;7.1;5.85;0;3.36;9040
+65108;42.7354;9.4582;6;20220202;18;5;11.5;4.2;7.18;0;2.32;11775
+65108;42.7354;9.4582;6;20220203;17.4;5.8;11.6;2.2;10.48;0;1.38;11217
+65108;42.7354;9.4582;6;20220204;15.5;8.8;12.2;2.2;11.35;.1;1.09;7471
+65108;42.7354;9.4582;6;20220205;15.8;6.6;11.2;1.7;10.15;0;1.14;9689
+65108;42.7354;9.4582;6;20220206;15.6;5.8;10.7;3.9;9.88;.1;1.39;11138
+65108;42.7354;9.4582;6;20220207;18;6.4;12.2;7.7;8.28;0;2.92;12114
+65108;42.7354;9.4582;6;20220208;16.1;3.9;10;3.8;6.15;0;2.35;12176
+65108;42.7354;9.4582;6;20220209;15.8;6.1;10.9;3.7;8.18;0;1.91;11195
+65108;42.7354;9.4582;6;20220210;14.5;5;9.7;2.9;9.21;0;1.53;11293
+65108;42.7354;9.4582;6;20220211;14.8;7.9;11.4;3.4;9.71;0;1.52;10208
+65108;42.7354;9.4582;6;20220212;13.5;7.9;10.7;7.1;9.01;0;2.05;10531
+65108;42.7354;9.4582;6;20220213;14.1;5.3;9.7;3.3;8.81;.1;1.63;10545
+65108;42.7354;9.4582;6;20220214;15.4;6;10.7;3;9.46;2.4;1.6;9807
+65108;42.7354;9.4582;6;20220215;14.7;8.3;11.5;7.3;8.81;0;2.16;9944
+65108;42.7354;9.4582;6;20220216;15.1;5.6;10.4;4.7;8.25;0;2.05;12938
+65108;42.7354;9.4582;6;20220217;16.4;6.3;11.4;2;9.91;0;1.59;13466
+65108;42.7354;9.4582;6;20220218;16.7;6.7;11.7;2.3;11.25;0;1.49;12144
+65108;42.7354;9.4582;6;20220219;16.7;8.3;12.5;2.7;11.71;0;1.51;10148
+65108;42.7354;9.4582;6;20220220;17.3;8.2;12.8;3.7;11.05;.1;1.83;12500
+65108;42.7354;9.4582;6;20220221;18.5;6.5;12.5;8.3;8.48;0;3.16;12473
+65108;42.7354;9.4582;6;20220222;17.8;11.7;14.7;5;6.55;0;3.65;13091
+65108;42.7354;9.4582;6;20220223;18;5.2;11.6;2.1;8.08;0;2.13;15607
+65108;42.7354;9.4582;6;20220224;16;5.2;10.6;2.6;9.51;.1;1.74;13725
+65108;42.7354;9.4582;6;20220225;16.6;6.8;11.7;3.5;9.15;.1;2.2;13340
+65108;42.7354;9.4582;6;20220226;13.4;6.4;9.9;7.2;5.65;0;3.32;14164
+65108;42.7354;9.4582;6;20220227;11.8;5.8;8.8;4.9;4.65;0;2.91;12377
+65108;42.7354;9.4582;6;20220228;13.8;3.6;8.7;2.5;6.38;0;2.09;16092
+65108;42.7354;9.4582;6;20220301;10.2;3.7;7;4.7;5.31;0;2.34;12998
+65108;42.7354;9.4582;6;20220302;12.8;2.2;7.5;2.6;6.21;0;2;15877
+65108;42.7354;9.4582;6;20220303;14.4;4.6;9.5;2.5;7.85;0;1.97;13624
+65108;42.7354;9.4582;6;20220304;12.6;6.6;9.6;3.2;8.41;6.2;1.7;10149
+65108;42.7354;9.4582;6;20220305;11.5;3.9;7.7;4.2;6.01;0;2.3;13712
+65108;42.7354;9.4582;6;20220306;11.2;2.2;6.7;3.5;5.41;.1;2.2;13398
+65108;42.7354;9.4582;6;20220307;11.8;2.4;7.1;2.7;5.55;0;2.17;15855
+65108;42.7354;9.4582;6;20220308;11.2;2;6.6;4.1;5.35;0;2.36;15347
+65108;42.7354;9.4582;6;20220309;13.6;1.8;7.7;3.3;5.05;0;2.68;18278
+65108;42.7354;9.4582;6;20220310;15.1;3.3;9.2;2.6;7.51;0;2.27;18110
+65108;42.7354;9.4582;6;20220311;14.8;4.6;9.7;5;8.58;.6;2.36;15937
+65108;42.7354;9.4582;6;20220312;14;7.2;10.6;6.8;8.68;1.1;2.51;9690
+65108;42.7354;9.4582;6;20220313;12.4;8.2;10.3;7.8;9.61;2.8;1.99;6081
+65108;42.7354;9.4582;6;20220314;15.6;11.2;13.4;7;12.28;.6;2.05;10567
+65108;42.7354;9.4582;6;20220315;16.6;11.3;14;7.2;11.65;0;2.6;11203
+65108;42.7354;9.4582;6;20220316;17.4;8.4;12.9;4.6;11.55;0;2.49;15727
+65108;42.7354;9.4582;6;20220317;16.5;10.2;13.4;5.2;11.05;0;2.29;8376
+65108;42.7354;9.4582;6;20220318;14.3;10.4;12.4;8;9.56;0;2.65;5707
+65108;42.7354;9.4582;6;20220319;13.4;9.5;11.5;6.3;9.11;.9;2.39;6325
+65108;42.7354;9.4582;6;20220320;14.3;9.3;11.8;4.4;9.31;.9;2.38;10226
+65108;42.7354;9.4582;6;20220321;13.5;6.6;10.1;5.5;6.31;0;3.25;13805
+65108;42.7354;9.4582;6;20220322;14.8;8.1;11.5;6.4;6.22;0;3.88;17410
+65108;42.7354;9.4582;6;20220323;16.4;4.7;10.5;4;6.01;0;3.5;18807
+65108;42.7354;9.4582;6;20220324;18.4;5.1;11.8;2.1;7.01;0;3.14;20749
+65108;42.7354;9.4582;6;20220325;17;5.2;11.1;5.8;7.51;0;3.88;20775
+65108;42.7354;9.4582;6;20220326;18;10.2;14.1;4.8;7.12;.1;4.13;19438
+65108;42.7354;9.4582;6;20220327;19.7;13.3;16.5;4.5;7.97;.1;4.3;16035
+65108;42.7354;9.4582;6;20220328;19.8;9.7;14.7;2;8.91;0;3.04;17267
+65108;42.7354;9.4582;6;20220329;18.5;8.1;13.3;3.3;9.71;2.6;3.25;18792
+65108;42.7354;9.4582;6;20220330;15;10.7;12.9;4.8;13.41;11.1;1.35;6798
+65108;42.7354;9.4582;6;20220331;17.4;12.3;14.9;8;12.21;.4;2.57;12584
+65108;42.7354;9.4582;6;20220401;15.6;9.8;12.7;12;7.81;1.3;3.57;8304
+65108;42.7354;9.4582;6;20220402;11.6;3.1;7.4;3.9;7.4;9;2.01;12800
+65108;42.7354;9.4582;6;20220403;13.1;5.4;9.3;3.6;8.4;7.6;2.03;11100
+65108;42.7354;9.4582;6;20220404;14;6.2;10.1;3.7;7.96;0;2.86;19950
+65108;42.7354;9.4582;6;20220405;15.4;4.4;9.9;2.2;8.1;0;2.94;23500
+65108;42.7354;9.4582;6;20220406;14.7;4.7;9.7;4.8;8.91;2.3;2.66;15258
+65108;42.7354;9.4582;6;20220407;17;5.9;11.4;10.8;10.16;0;3.28;20135
+65108;42.7354;9.4582;6;20220408;21;9.8;15.4;11.7;11.66;0;4.5;19489
+65108;42.7354;9.4582;6;20220409;18.1;14.6;16.4;11.1;7.98;0;5.61;15157
+65108;42.7354;9.4582;6;20220410;15.9;8.3;12.1;3.1;7.42;0;3.63;24427
+65108;42.7354;9.4582;6;20220411;17.1;5.4;11.2;4.4;8.31;0;3.8;24503
+65108;42.7354;9.4582;6;20220412;16.7;6.2;11.4;9;10.51;0;3.26;19323
+65108;42.7354;9.4582;6;20220413;18.8;10.1;14.4;7.1;10.11;0;4.52;21015
+65108;42.7354;9.4582;6;20220414;20.8;8.3;14.5;4.1;8.86;0;4.43;19919
+65108;42.7354;9.4582;6;20220415;22.7;10.2;16.4;2.8;10.21;0;4.27;23211
+65108;42.7354;9.4582;6;20220416;23.4;14.3;18.9;6.3;9.42;0;6.22;25462
+65108;42.7354;9.4582;6;20220417;17.3;11.8;14.6;7.7;7.06;0;5.45;24244
+65108;42.7354;9.4582;6;20220418;18;6.8;12.4;4.6;7.46;0;4.49;25611
+65108;42.7354;9.4582;6;20220419;18.9;8.2;13.5;2.8;10.41;0;3.72;24779
+65108;42.7354;9.4582;6;20220420;18.7;9.8;14.2;6;13.06;3.3;2.85;17142
+65108;42.7354;9.4582;6;20220421;16;11.4;13.7;8.4;13.71;22.2;1.88;10699
+65108;42.7354;9.4582;6;20220422;17;12.2;14.6;5.7;13.11;.1;2.41;14005
+65108;42.7354;9.4582;6;20220423;18.5;9.9;14.2;6.7;12.26;1.1;3.51;17617
+65108;42.7354;9.4582;6;20220424;16.6;8.5;12.6;5.8;11.06;1.3;2.97;15716
+65108;42.7354;9.4582;6;20220425;19.4;9.5;14.4;7.4;11.71;0;4.19;24322
+65108;42.7354;9.4582;6;20220426;19.2;10.5;14.8;2.9;11.46;.1;4.15;26242
+65108;42.7354;9.4582;6;20220427;20.1;9.9;15;3.9;11.86;0;4.38;25975
+65108;42.7354;9.4582;6;20220428;22;10.6;16.3;4.9;9.86;0;5.24;27204
+65108;42.7354;9.4582;6;20220429;21.6;11;16.3;4.6;8.81;0;5.15;22962
+65108;42.7354;9.4582;6;20220430;20.5;10.5;15.5;3.8;10.26;.2;4.29;22763
+65108;42.7354;9.4582;6;20220501;20.4;12.2;16.3;3.3;9.81;0;4.19;20641
+65108;42.7354;9.4582;6;20220502;20.6;10.8;15.7;3.3;10.66;0;4.37;25500
+65108;42.7354;9.4582;6;20220503;21.6;11.4;16.5;2.8;11.76;0;4.11;23147
+65108;42.7354;9.4582;6;20220504;21.5;12.5;17;2.9;12.51;0;4.16;22484
+65108;42.7354;9.4582;6;20220505;16.4;13.2;14.8;4.8;13.26;28.6;1.88;3522
+65108;42.7354;9.4582;6;20220506;17.3;12.3;14.8;4.6;14.98;7.9;1.8;10474
+65108;42.7354;9.4582;6;20220507;20.8;14.5;17.7;4.3;14.55;0;3.72;20753
+65108;42.7354;9.4582;6;20220508;22.3;12.9;17.6;3.5;13.41;0;4.42;24558
+65108;42.7354;9.4582;6;20220509;23.4;12.7;18.1;2.3;13.65;0;4.55;27075
+65108;42.7354;9.4582;6;20220510;23.9;13.8;18.8;3.2;13.61;0;5.01;27019
+65108;42.7354;9.4582;6;20220511;23.8;14;18.9;4.2;12.45;0;5.37;25980
+65108;42.7354;9.4582;6;20220512;23.8;12.9;18.4;3.1;12.65;0;5.22;28152
+65108;42.7354;9.4582;6;20220513;24.2;12.7;18.5;3;11.88;0;5.25;27002
+65108;42.7354;9.4582;6;20220514;23.6;12.4;18;2.2;12.31;0;4.84;27984
+65108;42.7354;9.4582;6;20220515;24.5;12.3;18.4;2;13.51;0;4.93;29122
+65108;42.7354;9.4582;6;20220516;25.1;13.1;19.1;1.8;14.51;0;4.86;28760
+65108;42.7354;9.4582;6;20220517;25.6;14.2;19.9;2.6;13.88;0;5.4;29162
+65108;42.7354;9.4582;6;20220518;27;14.7;20.8;2.7;13.88;0;5.47;28532
+65108;42.7354;9.4582;6;20220519;27.7;16.7;22.2;4.2;12.98;0;6.8;29495
+65108;42.7354;9.4582;6;20220520;27.3;13.6;20.5;1.8;15.35;0;5.16;28332
+65108;42.7354;9.4582;6;20220521;26;14.8;20.4;3.3;15.71;0;5.4;27681
+65108;42.7354;9.4582;6;20220522;25.9;14.8;20.3;1.9;16.05;.1;5.08;28825
+65108;42.7354;9.4582;6;20220523;27.9;15.6;21.8;2.2;16.78;0;5.47;28672
+65108;42.7354;9.4582;6;20220524;26.4;18.3;22.3;2.7;19.38;0;4.46;22122
+65108;42.7354;9.4582;6;20220525;27.1;17.5;22.3;2.5;19.31;0;5;25696
+65108;42.7354;9.4582;6;20220526;29.2;18.5;23.9;2.9;19.21;0;5.21;22766
+65108;42.7354;9.4582;6;20220527;32;18.2;25.1;3.1;14.21;0;6.38;26080
+65108;42.7354;9.4582;6;20220528;32.1;20.3;26.2;2.9;15.78;0;6.82;27901
+65108;42.7354;9.4582;6;20220529;25.9;20.3;23.1;3.8;19.35;.1;4.83;22739
+65108;42.7354;9.4582;6;20220530;26;16.7;21.3;2.1;18.18;0;4.83;26456
+65108;42.7354;9.4582;6;20220531;27;17.1;22.1;2;19.25;0;5.06;27603
+65108;42.7354;9.4582;6;20220601;27.9;17.8;22.8;2.6;20.01;0;5.32;27268
+65108;42.7354;9.4582;6;20220602;30.4;17.7;24.1;1.8;20.51;.1;5.9;29849
+65108;42.7354;9.4582;6;20220603;29.8;20.5;25.1;2.1;20.28;.2;4.9;19666
+65108;42.7354;9.4582;6;20220604;32.8;19.5;26.2;2.5;20.88;0;6.43;26921
+65108;42.7354;9.4582;6;20220605;29.1;22.1;25.6;4.2;21.71;.1;5.32;20203
+65108;42.7354;9.4582;6;20220606;29.1;18.5;23.8;4;18.18;0;6.02;26248
+65108;42.7354;9.4582;6;20220607;30;18.1;24;6.6;15.85;0;7.33;30135
+65108;42.7354;9.4582;6;20220608;27.7;19.2;23.4;6.2;16.55;0;6.04;24806
+65108;42.7354;9.4582;6;20220609;28.9;17.9;23.4;6;15.35;0;6.87;27895
+65108;42.7354;9.4582;6;20220610;28.8;16.5;22.7;3.1;13.68;0;6.41;29578
+65108;42.7354;9.4582;6;20220611;30.9;18.1;24.5;2.6;12.45;0;6.93;31175
+65108;42.7354;9.4582;6;20220612;31.4;17.1;24.2;2.8;12.25;0;7.05;31127
+65108;42.7354;9.4582;6;20220613;29.7;17.9;23.8;2.7;16.05;.2;6.04;27151
+65108;42.7354;9.4582;6;20220614;30.8;18.1;24.4;2.5;20.68;.1;6.21;30992
+65108;42.7354;9.4582;6;20220615;30.8;18.1;24.4;2.2;19.75;0;6.19;30204
+65108;42.7354;9.4582;6;20220616;30.6;19.2;24.9;2.2;19.91;0;6.16;30448
+65108;42.7354;9.4582;6;20220617;30.5;19.1;24.8;2.1;19.68;0;6.05;30125
+65108;42.7354;9.4582;6;20220618;33.4;20.5;26.9;3.6;19.05;0;7.54;30796
+65108;42.7354;9.4582;6;20220619;31.9;19.7;25.8;3.2;16.75;0;7.24;29815
+65108;42.7354;9.4582;6;20220620;30.5;18.5;24.5;2.1;18.85;.1;6.19;30469
+65108;42.7354;9.4582;6;20220621;31.4;20.2;25.8;2.5;19.21;0;6.58;29535
+65108;42.7354;9.4582;6;20220622;30.9;21.2;26.1;2.3;21.51;0;5.67;24277
+65108;42.7354;9.4582;6;20220623;29.4;20.8;25.1;2.5;23.35;.2;4.72;21406
+65108;42.7354;9.4582;6;20220624;29.9;21.8;25.8;3.9;23.55;0;5.6;25125
+65108;42.7354;9.4582;6;20220625;30.1;20.4;25.2;2.7;21.25;0;5.85;27451
+65108;42.7354;9.4582;6;20220626;30.8;20.8;25.8;4.7;19.95;0;7.05;26537
+65108;42.7354;9.4582;6;20220627;32.5;23.1;27.8;2;22.68;0;6.33;27692
+65108;42.7354;9.4582;6;20220628;31.9;24;28;4.9;23.55;3.8;6.15;22212
+65108;42.7354;9.4582;6;20220629;29.7;20;24.9;4.4;20.98;0;6.14;28608
+65108;42.7354;9.4582;6;20220630;30.1;18.4;24.2;2.3;20.01;0;6.12;30775
+65108;42.7354;9.4582;6;20220701;30.4;19.9;25.1;2.9;20.75;0;6.19;29314
+65108;42.7354;9.4582;6;20220702;29.6;20;24.8;3.2;19.78;0;6.33;30000
+65108;42.7354;9.4582;6;20220703;33.5;19.1;26.3;2.7;16.48;0;7.06;29740
+65108;42.7354;9.4582;6;20220704;34.6;20.9;27.8;3.5;14.48;0;8.14;29220
+65108;42.7354;9.4582;6;20220705;31.5;21.6;26.6;4.1;17.18;0;7.15;27774
+65108;42.7354;9.4582;6;20220706;31.2;21;26.1;3.8;20.95;0;6.5;28257
+65108;42.7354;9.4582;6;20220707;30.8;21;25.9;4.1;21.98;.1;6.31;29543
+65108;42.7354;9.4582;6;20220708;31.8;20.6;26.2;3.3;17.71;0;6.76;29572
+65108;42.7354;9.4582;6;20220709;30.9;19.9;25.4;3.2;17.35;0;6.93;30498
+65108;42.7354;9.4582;6;20220710;30.5;19.1;24.8;2.7;17.21;0;6.45;29737
+65108;42.7354;9.4582;6;20220711;30.3;19.5;24.9;2.1;17.08;0;6.09;28745
+65108;42.7354;9.4582;6;20220712;30.2;20.3;25.3;1.9;19.31;.1;5.86;28259
+65108;42.7354;9.4582;6;20220713;32.2;20;26.1;2.5;20.95;0;6.55;30125
+65108;42.7354;9.4582;6;20220714;31.6;20.4;26;2.5;21.48;0;6.26;29836
+65108;42.7354;9.4582;6;20220715;31.4;21.6;26.5;2.8;21.81;0;6.09;27472
+65108;42.7354;9.4582;6;20220716;32.3;21.3;26.8;2.8;22.15;0;6.55;29028
+65108;42.7354;9.4582;6;20220717;33.6;22.4;28;2.3;23.25;0;6.7;29652
+65108;42.7354;9.4582;6;20220718;34.5;22.5;28.5;3;21.08;0;6.96;27955
+65108;42.7354;9.4582;6;20220719;35.2;23;29.1;2.9;21.11;.1;7.27;29408
+65108;42.7354;9.4582;6;20220720;34.9;22.6;28.7;2.9;19.18;.2;7.37;29351
+65108;42.7354;9.4582;6;20220721;34.3;23.1;28.7;3.3;20.25;0;7.08;26752
+65108;42.7354;9.4582;6;20220722;32.7;22.9;27.8;3;23.95;0;6.19;26956
+65108;42.7354;9.4582;6;20220723;32.6;23.1;27.8;3.4;24.45;0;6.47;28679
+65108;42.7354;9.4582;6;20220724;31.8;23.9;27.8;3.6;24.68;0;5.76;23365
+65108;42.7354;9.4582;6;20220725;32.6;23.4;28;4;24.48;0;6.17;25851
+65108;42.7354;9.4582;6;20220726;32.5;23.6;28.1;4.1;25.11;0;6.53;26671
+65108;42.7354;9.4582;6;20220727;31.4;22.8;27.1;3.3;22.05;0;5.98;24351
+65108;42.7354;9.4582;6;20220728;31.1;22.2;26.6;3.6;22.68;0;6;26282
+65108;42.7354;9.4582;6;20220729;32.3;22.6;27.5;3.4;23.28;0;6.24;27255
+65108;42.7354;9.4582;6;20220730;31.6;22.7;27.1;4.1;23.41;0;5.76;23328
+65108;42.7354;9.4582;6;20220731;32.6;21.6;27.1;2.8;21.05;.2;6.08;26791
+65108;42.7354;9.4582;6;20220801;33.7;21.5;27.6;2.8;19.41;0;6.38;26443
+65108;42.7354;9.4582;6;20220802;32.6;22.3;27.4;2.3;21.58;0;5.95;26182
+65108;42.7354;9.4582;6;20220803;34;21.8;27.9;2.3;19.81;0;6.17;26416
+65108;42.7354;9.4582;6;20220804;33.5;21.9;27.7;2.1;19.58;0;6.14;26835
+65108;42.7354;9.4582;6;20220805;33;22.9;28;2.8;21.98;0;6.13;25965
+65108;42.7354;9.4582;6;20220806;32.4;22.5;27.4;3;22.88;0;5.58;24301
+65108;42.7354;9.4582;6;20220807;32.9;22.4;27.7;3;24.21;0;5.77;25117
+65108;42.7354;9.4582;6;20220808;32.8;23.9;28.3;3.5;22.15;0;5.87;22142
+65108;42.7354;9.4582;6;20220809;32.8;22.5;27.7;2.4;20.18;.1;6.18;27189
+65108;42.7354;9.4582;6;20220810;32.9;22.6;27.7;3.4;18.98;0;6.47;25958
+65108;42.7354;9.4582;6;20220811;32.4;22.1;27.3;3.7;18.21;0;6.43;25219
+65108;42.7354;9.4582;6;20220812;32.2;21;26.6;2.1;18.05;0;5.44;23575
+65108;42.7354;9.4582;6;20220813;29.2;21.6;25.4;3.6;20.35;.1;5.34;21576
+65108;42.7354;9.4582;6;20220814;31.4;20.3;25.8;3.3;17.31;.3;6.27;24772
+65108;42.7354;9.4582;6;20220815;32.9;21.4;27.2;2.3;21.31;1.6;5.04;20233
+65108;42.7354;9.4582;6;20220816;31.1;21.9;26.5;2;23.01;3.7;5.18;24380
+65108;42.7354;9.4582;6;20220817;31.8;21.4;26.6;4.2;24.61;.7;5.31;20121
+65108;42.7354;9.4582;6;20220818;29.3;24.4;26.9;4.7;23.58;2.1;4.26;14193
+65108;42.7354;9.4582;6;20220819;28.8;20.2;24.5;4.1;20.08;.4;5.05;23028
+65108;42.7354;9.4582;6;20220820;30.3;20.7;25.5;3.8;19.58;0;5.55;22968
+65108;42.7354;9.4582;6;20220821;30;20.1;25.1;2.6;21.48;0;5.01;24210
+65108;42.7354;9.4582;6;20220822;30.5;19.8;25.2;2.7;22.75;0;4.97;24682
+65108;42.7354;9.4582;6;20220823;30.7;20.4;25.6;2.4;20.95;0;5.05;24359
+65108;42.7354;9.4582;6;20220824;31.9;20.1;26;3;17.35;0;5.74;24127
+65108;42.7354;9.4582;6;20220825;31.7;20.3;26;2.9;18.05;0;5.53;23537
+65108;42.7354;9.4582;6;20220826;31.3;21.3;26.3;3;20.41;0;5.45;24268
+65108;42.7354;9.4582;6;20220827;30.8;20.8;25.8;2.3;22.31;0;4.68;22073
+65108;42.7354;9.4582;6;20220828;30.2;21.8;26;2.4;23.41;.1;4.28;19163
+65108;42.7354;9.4582;6;20220829;30;21.4;25.7;2.7;23.21;0;4.76;22995
+65108;42.7354;9.4582;6;20220830;30.6;21.5;26;2.7;22.21;0;4.74;21650
+65108;42.7354;9.4582;6;20220831;29.7;20.5;25.1;3.5;22.48;0;4.23;17973
+65108;42.7354;9.4582;6;20220901;30;22.2;26.1;3.9;22.25;.9;4.8;19169
+65108;42.7354;9.4582;6;20220902;29.1;20.7;24.9;2.4;20.85;1.1;4.3;20019
+65108;42.7354;9.4582;6;20220903;29.5;21.4;25.4;3.2;20.88;.4;4.35;16857
+65108;42.7354;9.4582;6;20220904;30.4;21.1;25.7;3.3;21.25;0;4.99;20802
+65108;42.7354;9.4582;6;20220905;30.8;20.7;25.7;2.6;21.35;0;4.81;20949
+65108;42.7354;9.4582;6;20220906;30.7;20.4;25.5;1.9;22.61;0;4.23;20607
+65108;42.7354;9.4582;6;20220907;31.7;21.2;26.5;2.4;24.65;0;4.53;21091
+65108;42.7354;9.4582;6;20220908;30.9;22.6;26.8;3.9;23.48;0;4.69;18053
+65108;42.7354;9.4582;6;20220909;32.3;20.3;26.3;7.9;15.61;0;7.16;21853
+65108;42.7354;9.4582;6;20220910;29.6;19.6;24.6;7.9;15.75;.1;6.03;18681
+65108;42.7354;9.4582;6;20220911;28.4;17.6;23;5.1;16.35;0;5.11;19350
+65108;42.7354;9.4582;6;20220912;28.1;17.7;22.9;2.1;19.01;0;4.02;21833
+65108;42.7354;9.4582;6;20220913;29.8;18.1;23.9;2.3;19.25;0;4.27;21335
+65108;42.7354;9.4582;6;20220914;31.1;20.5;25.8;3;21.68;0;4.34;17986
+65108;42.7354;9.4582;6;20220915;30.7;23.2;26.9;4.4;21.85;0;4.41;14436
+65108;42.7354;9.4582;6;20220916;31.3;21.8;26.5;8.3;16.31;0;6.4;20204
+65108;42.7354;9.4582;6;20220917;26.5;20.3;23.4;7.3;11.95;.4;5.92;15288
+65108;42.7354;9.4582;6;20220918;26.2;13.7;20;2.8;9.48;0;4.54;20898
+65108;42.7354;9.4582;6;20220919;26.7;15.7;21.2;3.5;14.05;0;4.33;20402
+65108;42.7354;9.4582;6;20220920;26.5;17.4;21.9;3;15.25;0;4.02;18623
+65108;42.7354;9.4582;6;20220921;25.6;16;20.8;3.7;12.51;.1;4.23;16781
+65108;42.7354;9.4582;6;20220922;22.7;15;18.8;4.4;9.98;0;4.43;18358
+65108;42.7354;9.4582;6;20220923;24.2;13.5;18.8;3.1;10.18;.1;4.06;18574
+65108;42.7354;9.4582;6;20220924;22.6;13.8;18.2;1.8;13.41;2.6;2.61;13051
+65108;42.7354;9.4582;6;20220925;24.9;16.7;20.8;3;17.91;1.6;2.94;14915
+65108;42.7354;9.4582;6;20220926;25.1;17;21;5.5;15.25;0;3.98;14585
+65108;42.7354;9.4582;6;20220927;25.1;14;19.6;10.4;11.18;.1;5.32;14003
+65108;42.7354;9.4582;6;20220928;24.8;16;20.4;9;12.81;0;4.53;14814
+65108;42.7354;9.4582;6;20220929;24.6;16.4;20.5;6.8;14.05;2.8;3.33;10809
+65108;42.7354;9.4582;6;20220930;22.2;14.7;18.5;3.8;14.98;5.5;2.61;10631
+65108;42.7354;9.4582;6;20221001;23.1;13;18;6.8;13.01;.2;3.67;16642
+65108;42.7354;9.4582;6;20221002;26.3;15.6;20.9;7;15.18;0;4.09;15175
+65108;42.7354;9.4582;6;20221003;25.5;14.6;20.1;3.6;15.38;0;3.31;16459
+65108;42.7354;9.4582;6;20221004;25;14.5;19.7;2.5;16.61;.1;2.9;16685
+65108;42.7354;9.4582;6;20221005;25.5;14.6;20.1;2.2;16.38;0;2.96;17548
+65108;42.7354;9.4582;6;20221006;24.4;14.8;19.6;2.1;16.15;0;2.55;15088
+65108;42.7354;9.4582;6;20221007;24.5;12.6;18.6;2.4;15.48;.1;2.46;15913
+65108;42.7354;9.4582;6;20221008;25;13.9;19.4;1.9;15.65;.3;2.65;16427
+65108;42.7354;9.4582;6;20221009;23.5;16.7;20.1;3.4;16.48;5.8;2.65;10316
+65108;42.7354;9.4582;6;20221010;24.2;15.7;19.9;3.2;16.65;.4;2.49;12284
+65108;42.7354;9.4582;6;20221011;24.4;15.2;19.8;2.8;16.71;0;2.43;13258
+65108;42.7354;9.4582;6;20221012;22.4;15.1;18.8;3.2;16.48;.2;2.06;8999
+65108;42.7354;9.4582;6;20221013;24.1;16.4;20.3;3.2;15.68;0;2.81;14043
+65108;42.7354;9.4582;6;20221014;23.9;13.8;18.8;4.1;15.45;0;2.81;13395
+65108;42.7354;9.4582;6;20221015;24.3;14.2;19.2;2;15.95;.1;2.37;14680
+65108;42.7354;9.4582;6;20221016;25.5;15;20.3;2.8;15.98;0;2.74;14034
+65108;42.7354;9.4582;6;20221017;25.5;15.4;20.4;3;17.05;.1;2.7;14242
+65108;42.7354;9.4582;6;20221018;24.8;14.2;19.5;2.2;16.88;0;2.24;14044
+65108;42.7354;9.4582;6;20221019;24;16.1;20;3.1;17.25;.1;2.27;11464
+65108;42.7354;9.4582;6;20221020;24.2;13.6;18.9;2.6;16.68;.1;2.23;14003
+65108;42.7354;9.4582;6;20221021;24.7;14.6;19.6;2.1;16.68;0;1.97;9916
+65108;42.7354;9.4582;6;20221022;26.5;15.7;21.1;2;17.15;0;2.25;12304
+65108;42.7354;9.4582;6;20221023;26.4;16.7;21.5;2.1;18.05;0;2.24;10443
+65108;42.7354;9.4582;6;20221024;26.4;18;22.2;2;17.58;0;2.39;12007
+65108;42.7354;9.4582;6;20221025;26.3;15;20.7;1.9;16.18;0;2.19;11766
+65108;42.7354;9.4582;6;20221026;25.3;14.8;20;1.3;15.38;0;1.84;12030
+65108;42.7354;9.4582;6;20221027;25.2;14.8;20;1.8;14.15;0;2.05;11545
+65108;42.7354;9.4582;6;20221028;25;13.5;19.2;3;14.11;0;2.18;11434
+65108;42.7354;9.4582;6;20221029;25.8;14.1;19.9;3.5;13.38;0;3.12;13012
+65108;42.7354;9.4582;6;20221030;25.6;12.6;19.1;1.5;13.25;0;1.96;12836
+65108;42.7354;9.4582;6;20221031;23.7;11.9;17.8;1.5;12.95;.1;1.78;12219
+65108;42.7354;9.4582;6;20221101;23.4;12.2;17.8;2;13.45;0;1.82;9979
+65108;42.7354;9.4582;6;20221102;24.2;13.6;18.9;2.2;14.51;1.1;2.02;11457
+65108;42.7354;9.4582;6;20221103;23.1;13.7;18.4;3;15.35;6.4;1.9;11046
+65108;42.7354;9.4582;6;20221104;21.8;14.7;18.3;8;12.48;.3;3;9280
+65108;42.7354;9.4582;6;20221105;20;12.4;16.2;3.6;10.61;1.5;2.39;8608
+65108;42.7354;9.4582;6;20221106;20.9;10.8;15.8;2.7;9.78;0;2.18;11120
+65108;42.7354;9.4582;6;20221107;22.2;11.3;16.8;3.3;12.01;.1;2.19;10100
+65108;42.7354;9.4582;6;20221108;22.2;11.3;16.7;1.8;12.41;0;1.58;11185
+65108;42.7354;9.4582;6;20221109;22.6;12.3;17.4;1.9;13.91;0;1.55;10670
+65108;42.7354;9.4582;6;20221110;23.1;13.8;18.5;2.6;15.41;.2;1.7;9443
+65108;42.7354;9.4582;6;20221111;21.9;15.2;18.6;4.1;15.38;0;1.96;7898
+65108;42.7354;9.4582;6;20221112;20.5;12;16.3;3.3;11.21;0;2.11;7510
+65108;42.7354;9.4582;6;20221113;18.6;12;15.3;4.3;10.61;2;2.27;6728
+65108;42.7354;9.4582;6;20221114;19.6;10;14.8;3.2;10.58;1.1;1.82;9218
+65108;42.7354;9.4582;6;20221115;16.6;10.4;13.5;2.4;13.45;8.3;1.01;5871
+65108;42.7354;9.4582;6;20221116;21.8;13.8;17.8;4;14.35;1.2;1.61;7730
+65108;42.7354;9.4582;6;20221117;21.8;12.1;16.9;6.1;12.55;.8;2.55;8881
+65108;42.7354;9.4582;6;20221118;23.2;13.4;18.3;3.5;10.4;0;2.72;9800
+65108;42.7354;9.4582;6;20221119;16.8;13.6;15.2;3.7;11;11;1.92;3500
+65108;42.7354;9.4582;6;20221120;17.6;9.1;13.4;2.1;10.6;.3;1.22;9100
+65108;42.7354;9.4582;6;20221121;18.1;6.8;12.5;2;9.8;14.7;1.24;7600
+65108;42.7354;9.4582;6;20221122;15.9;11;13.5;5.3;10.4;8;2.01;3200
+65108;42.7354;9.4582;6;20221123;19.2;9.6;14.4;2.9;8.2;.7;2.11;6300
+65108;42.7354;9.4582;6;20221124;20;8.4;14.2;2.9;10.3;.1;1.69;9000
+65108;42.7354;9.4582;6;20221125;15.3;11.8;13.6;3.6;11.1;25.3;1.49;2000
+65108;42.7354;9.4582;6;20221126;17;10.5;13.8;7;11.4;0;2.03;5800
+65108;42.7354;9.4582;6;20221127;15.9;6.6;11.3;3;8.7;0;1.4;8800
+65108;42.7354;9.4582;6;20221128;14.6;6.9;10.8;2.8;8.3;1.6;1.44;3000
+65108;42.7354;9.4582;6;20221129;13.4;9;11.2;2.9;11.1;10.8;.87;2200
+65108;42.7354;9.4582;6;20221130;13.4;9.8;11.6;3.9;9.3;0;1.42;8000
+65108;42.7354;9.4582;6;20221201;13.8;6.8;10.3;2.6;8.4;0;1.15;7000
+65108;42.7354;9.4582;6;20221202;15;5.4;10.2;2.2;9.1;4.5;.98;6300
+65108;42.7354;9.4582;6;20221203;15.5;9.5;12.5;2.9;12.2;14.7;.91;1800
+65108;42.7354;9.4582;6;20221204;18.3;9.4;13.9;1.9;11.8;.9;.96;7200
+65108;42.7354;9.4582;6;20221205;17.9;8.4;13.2;2.1;11.2;.7;1.01;6600
+65108;42.7354;9.4582;6;20221206;18.9;8.9;13.9;.6;12.12;0;.5;7789
+65108;42.7354;9.4582;6;20221207;16.7;9.3;13;.5;11.52;.4;.46;6430
+65108;42.7354;9.4582;6;20221208;13.5;6;9.8;.4;10.52;.8;.35;6443
+65108;42.7354;9.4582;6;20221209;20.6;9;14.8;2.5;11.7;0;1.4;4900
+65108;42.7354;9.4582;6;20221210;17.2;12.4;14.8;2.6;12.2;1.3;1.23;3500
+65108;42.7354;9.4582;6;20221211;16.1;7.7;11.9;3.9;5.8;0;2.35;7800
+65108;42.7354;9.4582;6;20221212;14.6;3.8;9.2;2.6;6.5;4.1;1.33;7700
+65108;42.7354;9.4582;6;20221213;11.4;7.4;9.4;2.1;10.8;4.7;.54;1600
+65108;42.7354;9.4582;6;20221214;14.3;9.5;11.9;1.6;12.3;11.1;.6;2600
+65108;42.7354;9.4582;6;20221215;15.5;10.7;13.1;2;13;8.4;.72;2000
+65108;42.7354;9.4582;6;20221216;15.3;9.8;12.6;1.6;12.2;.3;.72;2100
+65108;42.7354;9.4582;6;20221217;17.1;7.1;12.1;2.1;10.7;.1;.93;5500
+65108;42.7354;9.4582;6;20221218;16.4;8.2;12.3;2.6;10.7;0;1.03;5900
+65108;42.7354;9.4582;6;20221219;15.6;8;11.8;3.1;9.8;0;1.2;6300
+65108;42.7354;9.4582;6;20221220;15.7;6.9;11.3;2.7;9.6;0;1.06;6900
+65108;42.7354;9.4582;6;20221221;15.1;6.5;10.8;1.8;9.8;0;.82;4500
+65108;42.7354;9.4582;6;20221222;18.6;8.1;13.4;2.4;11.2;0;1.07;7200
+65108;42.7354;9.4582;6;20221223;17.8;9;13.4;1.9;12.2;0;.78;7000
+65108;42.7354;9.4582;6;20221224;17.8;8.7;13.3;1.8;12.4;0;.79;4900
+65108;42.7354;9.4582;6;20221225;16.2;8.2;12.2;1.8;13.1;0;.57;3000
+65108;42.7354;9.4582;6;20221226;17.3;10.9;14.1;2;12.9;0;.84;4800
+65108;42.7354;9.4582;6;20221227;18.3;8.7;13.5;2.5;11.4;0;1.09;6800
+65108;42.7354;9.4582;6;20221228;16.6;6.6;11.6;2.2;9.8;0;.95;7800
+65108;42.7354;9.4582;6;20221229;17;6.3;11.7;1.9;9.4;0;.94;7600
+65108;42.7354;9.4582;6;20221230;17.5;6.8;12.2;2.2;10;0;1.13;4700
+65108;42.7354;9.4582;6;20221231;18.1;8.1;13.1;2.1;11.5;.1;.97;5800
+66081;42.57789;1.3762;1600;20220101;10.6;6.5;8.6;1.7;3.63;0;1.48;1900
+66081;42.57789;1.3762;1600;20220102;11.3;5.3;8.3;1.4;4.23;0;1.27;1500
+66081;42.57789;1.3762;1600;20220103;9.7;5.1;7.4;1.7;6.03;0;1.01;1800
+66081;42.57789;1.3762;1600;20220104;11.1;3.1;7.1;3;5.03;6.8;1.39;6769
+66081;42.57789;1.3762;1600;20220105;.1;0;.1;2.5;3.23;.8;.98;1000
+66081;42.57789;1.3762;1600;20220106;.5;-8.8;-4.1;2.1;1.93;0;.89;2000
+66081;42.57789;1.3762;1600;20220107;3.3;-7;-1.8;2.3;2.73;1.9;.94;2200
+66081;42.57789;1.3762;1600;20220108;5.7;-4.5;.6;1.9;3.93;4.3;.84;1800
+66081;42.57789;1.3762;1600;20220109;.5;-1.4;-.4;1.5;5.33;45.6;.38;600
+66081;42.57789;1.3762;1600;20220110;6.7;-.5;3.1;2.8;6.03;47.8;.72;500
+66081;42.57789;1.3762;1600;20220111;4.7;-3.4;.7;1.7;2.43;0;1.06;2300
+66081;42.57789;1.3762;1600;20220112;5.6;-3;1.3;1.7;1.83;0;1.23;2300
+66081;42.57789;1.3762;1600;20220113;5.3;-4.2;.6;1.9;2.23;0;1.18;2000
+66081;42.57789;1.3762;1600;20220114;5.2;-2.7;1.2;1.6;1.81;0;1.07;3738
+66081;42.57789;1.3762;1600;20220115;6.8;-2.4;2.2;1.9;1.76;0;1.3;3887
+66081;42.57789;1.3762;1600;20220116;6.1;-2.3;1.9;1.6;1.61;0;1.19;3846
+66081;42.57789;1.3762;1600;20220117;7.7;-1.8;2.9;1.3;1.66;0;1.12;4072
+66081;42.57789;1.3762;1600;20220118;11.1;1;6;1.5;2.01;0;1.38;4067
+66081;42.57789;1.3762;1600;20220119;7.5;-.1;3.7;1.4;2.71;.3;1.07;3053
+66081;42.57789;1.3762;1600;20220120;4.2;-1.9;1.2;2;3.31;1.3;.95;2538
+66081;42.57789;1.3762;1600;20220121;3.5;-4.6;-.6;1.2;2.31;0;.83;3423
+66081;42.57789;1.3762;1600;20220122;5.9;-5.3;.3;1.4;2.76;0;.89;4313
+66081;42.57789;1.3762;1600;20220123;6.8;-4.2;1.3;1.6;2.51;0;1.05;4346
+66081;42.57789;1.3762;1600;20220124;7.3;-1.5;2.9;1.4;1.96;0;1.15;4069
+66081;42.57789;1.3762;1600;20220125;7.4;-1;3.2;1.6;2.16;0;1.23;4366
+66081;42.57789;1.3762;1600;20220126;9.7;-.4;4.7;1.7;2.21;0;1.4;4345
+66081;42.57789;1.3762;1600;20220127;9.6;-.7;4.4;1.4;1.76;0;1.33;4587
+66081;42.57789;1.3762;1600;20220128;10.1;-.8;4.7;1.4;1.56;0;1.33;4709
+66081;42.57789;1.3762;1600;20220129;10.5;2.3;6.4;1;1.79;0;1.12;5716
+66081;42.57789;1.3762;1600;20220130;13.3;1.9;7.6;1.5;1.71;0;1.62;5217
+66081;42.57789;1.3762;1600;20220131;8.3;1.6;5;2.9;2.21;.7;1.85;6515
+66081;42.57789;1.3762;1600;20220201;9.8;-1.2;4.3;4.8;4.16;.1;1.81;5213
+66081;42.57789;1.3762;1600;20220202;13.7;6.3;10;2.4;2.11;0;2.25;4884
+66081;42.57789;1.3762;1600;20220203;14.6;3.3;8.9;1.4;1.86;.1;1.64;5452
+66081;42.57789;1.3762;1600;20220204;9;4.2;6.6;.9;3.61;.5;1.04;2904
+66081;42.57789;1.3762;1600;20220205;7.1;.6;3.9;1.1;4.26;.4;.87;3718
+66081;42.57789;1.3762;1600;20220206;9.1;-2.6;3.2;1.3;2.26;0;1.21;4902
+66081;42.57789;1.3762;1600;20220207;10.1;1.5;5.8;2.2;3.46;.4;1.56;5504
+66081;42.57789;1.3762;1600;20220208;13.5;.7;7.1;1.4;3.11;0;1.49;5875
+66081;42.57789;1.3762;1600;20220209;12.3;.2;6.3;1.3;3.11;0;1.34;7297
+66081;42.57789;1.3762;1600;20220210;11.5;.7;6.1;1.5;2.96;0;1.41;5470
+66081;42.57789;1.3762;1600;20220211;7.9;.2;4.1;1.1;4.21;0;.96;4384
+66081;42.57789;1.3762;1600;20220212;5.5;-1.9;1.8;1.3;4.76;.4;.76;5420
+66081;42.57789;1.3762;1600;20220213;3.8;-.9;1.4;1.4;5.81;4.5;.53;3642
+66081;42.57789;1.3762;1600;20220214;3.2;1.3;2.2;1.6;4.91;5.1;.74;3158
+66081;42.57789;1.3762;1600;20220215;4.6;-3.8;.4;2.4;3.41;1.2;1.04;4671
+66081;42.57789;1.3762;1600;20220216;8.4;-2;3.2;1.4;4.81;.9;.95;5245
+66081;42.57789;1.3762;1600;20220217;15.1;3.1;9.1;1.8;5.06;0;1.61;6758
+66081;42.57789;1.3762;1600;20220218;16.3;3.7;10;1.6;5.51;1.7;1.63;6684
+66081;42.57789;1.3762;1600;20220219;2.2;2.3;2.3;.7;5.61;5.2;.59;2726
+66081;42.57789;1.3762;1600;20220220;7.9;-4.3;1.8;1.4;4.21;0;1;7035
+66081;42.57789;1.3762;1600;20220221;8.8;-.5;4.2;4.3;2.46;0;2.31;6169
+66081;42.57789;1.3762;1600;20220222;10.1;1.5;5.8;2.9;2.81;0;2.04;5859
+66081;42.57789;1.3762;1600;20220223;12.6;.1;6.3;1.3;3.56;0;1.45;6966
+66081;42.57789;1.3762;1600;20220224;10.8;1;5.9;1.1;4.91;.3;1.14;6013
+66081;42.57789;1.3762;1600;20220225;8;0;4;1.2;4.26;0;1.1;5741
+66081;42.57789;1.3762;1600;20220226;9;-2;3.5;1.2;3.21;0;1.35;10039
+66081;42.57789;1.3762;1600;20220227;9.4;-2.4;3.5;1;4.76;.4;1.07;7241
+66081;42.57789;1.3762;1600;20220228;8.5;-.9;3.8;1.1;4.46;0;1.11;7095
+66081;42.57789;1.3762;1600;20220301;11.6;-.3;5.7;1.4;2.81;0;1.59;7414
+66081;42.57789;1.3762;1600;20220302;8.4;-.3;4.1;1.3;4.86;5.4;1.05;5496
+66081;42.57789;1.3762;1600;20220303;8.6;-1.4;3.6;1.3;5.56;.3;1.03;7433
+66081;42.57789;1.3762;1600;20220304;6.7;.2;3.5;1.7;4.76;1.9;1.07;5285
+66081;42.57789;1.3762;1600;20220305;4.9;-1.9;1.5;1;4.71;0;.81;4816
+66081;42.57789;1.3762;1600;20220306;2.4;-1.1;.6;.7;5.21;.3;.63;3716
+66081;42.57789;1.3762;1600;20220307;4.2;-3;.6;1;4.51;1;.86;6653
+66081;42.57789;1.3762;1600;20220308;3.9;-2.9;.5;.9;5.06;2.6;.76;6272
+66081;42.57789;1.3762;1600;20220309;6.4;-1.8;2.3;1.2;4.96;0;1.02;7610
+66081;42.57789;1.3762;1600;20220310;5.5;-.4;2.5;1.2;5.61;1;.84;5460
+66081;42.57789;1.3762;1600;20220311;3.6;.9;2.2;1.4;6.11;9;.65;3784
+66081;42.57789;1.3762;1600;20220312;3.7;.7;2.2;1;6.06;5.1;.69;4399
+66081;42.57789;1.3762;1600;20220313;5.5;.8;3.1;1.4;5.66;3.8;.88;4964
+66081;42.57789;1.3762;1600;20220314;3.2;-1;1.1;2.8;5.96;1.9;.61;5555
+66081;42.57789;1.3762;1600;20220315;9.5;2.9;6.2;2.4;6.16;.1;1.38;7091
+66081;42.57789;1.3762;1600;20220316;10.5;4.5;7.5;1.6;5.01;1.2;1.53;6404
+66081;42.57789;1.3762;1600;20220317;6;3.6;4.8;1.4;6.41;2.8;.89;4227
+66081;42.57789;1.3762;1600;20220318;5.5;2.3;3.9;1.6;5.81;.2;.94;4389
+66081;42.57789;1.3762;1600;20220319;5.5;-.6;2.5;1.9;5.21;0;1.05;6855
+66081;42.57789;1.3762;1600;20220320;4.3;1.1;2.7;1.7;6.26;.7;.79;5700
+66081;42.57789;1.3762;1600;20220321;2.4;1.2;1.8;2.1;5.71;.3;.71;3958
+66081;42.57789;1.3762;1600;20220322;2.5;-2.7;-.1;1.7;4.36;0;.97;7600
+66081;42.57789;1.3762;1600;20220323;5.3;-5.3;0;1.9;3.31;0;1.38;10073
+66081;42.57789;1.3762;1600;20220324;5.5;-1;2.2;1.8;4.26;0;1.21;7021
+66081;42.57789;1.3762;1600;20220325;9.5;1.8;5.6;1.8;5.66;0;1.59;10158
+66081;42.57789;1.3762;1600;20220326;7.4;.7;4;2.2;3.76;0;1.69;8107
+66081;42.57789;1.3762;1600;20220327;9.5;2.2;5.8;1.8;5.26;0;1.59;8658
+66081;42.57789;1.3762;1600;20220328;10.1;1.3;5.7;1.6;4.16;0;1.72;9079
+66081;42.57789;1.3762;1600;20220329;11.6;2.9;7.3;1;5.26;6.5;1.55;8245
+66081;42.57789;1.3762;1600;20220330;6.8;1.1;4;1;6.16;4.1;1;5749
+66081;42.57789;1.3762;1600;20220331;6.9;.5;3.7;1.8;4.26;2.3;1.46;7912
+66081;42.57789;1.3762;1600;20220401;-2.2;-6.7;-4.4;3.3;2.41;8.1;1.07;7143
+66081;42.57789;1.3762;1600;20220402;-1.3;-8.5;-4.9;3.3;2.21;2.5;1.17;8247
+66081;42.57789;1.3762;1600;20220403;1.2;-10.2;-4.5;1.5;2.36;0;1.32;14473
+66081;42.57789;1.3762;1600;20220404;5.3;-9.4;-2;1.5;2.86;0;1.44;12873
+66081;42.57789;1.3762;1600;20220405;10.4;-4.5;2.9;1.5;2.66;0;2.03;13097
+66081;42.57789;1.3762;1600;20220406;9.2;-.3;4.5;1.8;4.51;0;1.63;9345
+66081;42.57789;1.3762;1600;20220407;14.6;.8;7.7;1.4;4.96;0;2.09;11850
+66081;42.57789;1.3762;1600;20220408;14;2.9;8.5;2.6;5.71;.6;2.27;10613
+66081;42.57789;1.3762;1600;20220409;10.4;.8;5.6;2;3.66;.6;2.01;9884
+66081;42.57789;1.3762;1600;20220410;12.4;-1.3;5.5;1.4;4.46;0;1.99;12400
+66081;42.57789;1.3762;1600;20220411;14.2;3.5;8.8;2.4;6.21;0;2.23;10631
+66081;42.57789;1.3762;1600;20220412;12.2;6.1;9.1;2.7;6.81;1;1.94;8110
+66081;42.57789;1.3762;1600;20220413;9.1;4.9;7;1.4;7.56;1.7;1.21;6260
+66081;42.57789;1.3762;1600;20220414;13.7;2.7;8.2;1.9;5.66;0;2.19;12117
+66081;42.57789;1.3762;1600;20220415;14.5;5.2;9.8;1.3;6.16;0;2.11;11557
+66081;42.57789;1.3762;1600;20220416;17.5;4.6;11.1;1.8;5.26;0;2.73;13487
+66081;42.57789;1.3762;1600;20220417;18.5;3.9;11.2;1.9;3.96;0;3.06;14444
+66081;42.57789;1.3762;1600;20220418;15.8;3.9;9.9;1.6;6.21;2.1;2.39;12780
+66081;42.57789;1.3762;1600;20220419;10.1;4.6;7.4;1.2;7.86;24.9;1.37;8061
+66081;42.57789;1.3762;1600;20220420;6.6;1.9;4.2;1.5;6.71;6.2;1.17;7866
+66081;42.57789;1.3762;1600;20220421;6.4;1.4;3.9;1.1;6.21;.6;1.18;7797
+66081;42.57789;1.3762;1600;20220422;11.1;.8;5.9;1.6;5.76;2.9;1.85;11531
+66081;42.57789;1.3762;1600;20220423;3.6;1.9;2.8;2.2;5.61;9.1;1.15;7953
+66081;42.57789;1.3762;1600;20220424;11.1;-.5;5.3;1.3;6.41;.1;1.75;12276
+66081;42.57789;1.3762;1600;20220425;11;1.7;6.4;1.4;6.51;0;1.81;12195
+66081;42.57789;1.3762;1600;20220426;14.2;1.7;8;1.7;6.76;0;2.21;13905
+66081;42.57789;1.3762;1600;20220427;14.7;4.7;9.7;1.4;7.01;0;2.14;11621
+66081;42.57789;1.3762;1600;20220428;14.6;5.8;10.2;1.6;7.41;.9;2.06;10256
+66081;42.57789;1.3762;1600;20220429;15.7;4.4;10;1.5;7.06;0;2.95;19793
+66081;42.57789;1.3762;1600;20220430;13.5;5;9.2;1.4;7.46;.2;2.33;15086
+66081;42.57789;1.3762;1600;20220501;15.2;2.1;8.7;1.6;6.66;5.3;3.05;22143
+66081;42.57789;1.3762;1600;20220502;8.7;5.5;7.1;.9;8.16;8.7;1.43;9174
+66081;42.57789;1.3762;1600;20220503;7.6;3.8;5.7;.8;7.76;6.1;1.41;9908
+66081;42.57789;1.3762;1600;20220504;10.6;2.7;6.7;1;7.51;1.7;1.88;13781
+66081;42.57789;1.3762;1600;20220505;9.3;2.9;6.1;2.1;5.96;.4;2.23;16107
+66081;42.57789;1.3762;1600;20220506;10;3.4;6.7;3;5.71;1.8;2.56;17853
+66081;42.57789;1.3762;1600;20220507;12.9;4.8;8.8;2.2;6.06;.2;3.09;21155
+66081;42.57789;1.3762;1600;20220508;13.7;3.5;8.6;1.5;6.16;.3;3;21189
+66081;42.57789;1.3762;1600;20220509;15.1;4;9.5;1;7.06;.3;2.83;19314
+66081;42.57789;1.3762;1600;20220510;18;4.8;11.4;1.6;7.86;0;3.54;23403
+66081;42.57789;1.3762;1600;20220511;20.1;6.5;13.3;1.6;8.41;0;4.02;25438
+66081;42.57789;1.3762;1600;20220512;20.1;8.5;14.3;1.5;8.01;0;4.04;24403
+66081;42.57789;1.3762;1600;20220513;19.9;6.1;13;1.5;7.51;.3;3.99;25153
+66081;42.57789;1.3762;1600;20220514;20.8;8.2;14.5;1.6;8.56;.3;4.05;24048
+66081;42.57789;1.3762;1600;20220515;20.1;9.5;14.8;1.5;8.21;.1;3.94;23106
+66081;42.57789;1.3762;1600;20220516;21.8;10.7;16.3;1.6;7.76;0;4.26;23545
+66081;42.57789;1.3762;1600;20220517;23.1;9.3;16.2;1.5;7.96;0;4.35;24291
+66081;42.57789;1.3762;1600;20220518;22.2;10.5;16.3;1.8;9.81;0;4.26;23965
+66081;42.57789;1.3762;1600;20220519;22.9;11.7;17.3;1.5;8.76;0;4.49;24806
+66081;42.57789;1.3762;1600;20220520;24.9;11.9;18.4;1.8;6.36;0;4.79;23421
+66081;42.57789;1.3762;1600;20220521;26.8;13.5;20.2;1.6;6.96;0;5.05;24649
+66081;42.57789;1.3762;1600;20220522;26.4;14.5;20.5;1.8;6.06;1.4;5.22;24671
+66081;42.57789;1.3762;1600;20220523;20.7;12.7;16.7;2.2;6.86;3.6;4.44;22191
+66081;42.57789;1.3762;1600;20220524;14.6;9;11.8;2.4;8.56;20.1;2.54;13389
+66081;42.57789;1.3762;1600;20220525;10.5;3.5;7;1.7;6.56;0;2.41;17241
+66081;42.57789;1.3762;1600;20220526;16.2;2.6;9.4;1.6;6.36;0;2.88;17162
+66081;42.57789;1.3762;1600;20220527;19.9;5.7;12.8;1.3;8.06;0;3.96;25164
+66081;42.57789;1.3762;1600;20220528;22.1;8.5;15.3;1.7;6.81;0;4.72;26921
+66081;42.57789;1.3762;1600;20220529;20.5;9.4;14.9;1.6;7.81;3.5;4.04;22607
+66081;42.57789;1.3762;1600;20220530;17.9;7.8;12.8;1.3;10.16;12;3.1;19146
+66081;42.57789;1.3762;1600;20220531;19.5;8.4;13.9;1.4;10.16;.7;3.76;23214
+66081;42.57789;1.3762;1600;20220601;22.4;10.5;16.5;1.7;9.26;.1;4.57;25784
+66081;42.57789;1.3762;1600;20220602;22.5;12.3;17.4;1.9;9.41;0;4.7;25412
+66081;42.57789;1.3762;1600;20220603;23.2;13.3;18.3;1.9;8.56;.3;4.87;24949
+66081;42.57789;1.3762;1600;20220604;22.9;11.5;17.2;1.9;9.21;.4;4.63;24616
+66081;42.57789;1.3762;1600;20220605;21.2;10.5;15.8;2.1;8.31;0;4.54;24916
+66081;42.57789;1.3762;1600;20220606;22.1;9.1;15.6;1.5;8.61;1.3;4.41;25257
+66081;42.57789;1.3762;1600;20220607;21.4;12;16.7;2.1;9.81;0;4.14;21366
+66081;42.57789;1.3762;1600;20220608;20.3;11;15.6;1.7;10.06;2.6;3.39;17640
+66081;42.57789;1.3762;1600;20220609;21.2;7.6;14.4;2.2;7.06;.1;4.87;28002
+66081;42.57789;1.3762;1600;20220610;25;8;16.5;1.8;5.31;0;5.33;28485
+66081;42.57789;1.3762;1600;20220611;26;11.4;18.7;1.7;8.51;.5;5;25183
+66081;42.57789;1.3762;1600;20220612;25.9;13.3;19.6;1.4;10.56;3.4;4.51;22766
+66081;42.57789;1.3762;1600;20220613;26.3;13.3;19.8;1.6;10.26;.3;5.07;25877
+66081;42.57789;1.3762;1600;20220614;27.7;14.1;20.9;1.8;10.96;5.1;4.89;22411
+66081;42.57789;1.3762;1600;20220615;27.3;12.2;19.8;2;10.21;0;5.05;23958
+66081;42.57789;1.3762;1600;20220616;28.4;15.3;21.9;1.7;10.16;.1;5.03;22729
+66081;42.57789;1.3762;1600;20220617;28.7;16.1;22.4;1.4;10.46;6;4.9;22581
+66081;42.57789;1.3762;1600;20220618;28.2;16.9;22.5;1.9;9.56;0;5.78;27254
+66081;42.57789;1.3762;1600;20220619;24.2;15.4;19.8;2.2;8.11;0;5.36;25738
+66081;42.57789;1.3762;1600;20220620;24.2;13;18.6;1.8;9.56;0;4.7;23715
+66081;42.57789;1.3762;1600;20220621;25.3;16.2;20.7;2.1;10.36;2.2;4.43;18562
+66081;42.57789;1.3762;1600;20220622;20.1;11.5;15.8;2;11.01;0;3.82;21592
+66081;42.57789;1.3762;1600;20220623;20.3;9.8;15;1.9;9.66;0;4.12;23817
+66081;42.57789;1.3762;1600;20220624;19.7;10.6;15.2;1.8;8.66;0;4.12;23093
+66081;42.57789;1.3762;1600;20220625;19.4;9.6;14.5;1.4;9.21;.9;3.65;20777
+66081;42.57789;1.3762;1600;20220626;20.9;11.5;16.2;1.8;9.41;3.5;4.4;24696
+66081;42.57789;1.3762;1600;20220627;19.3;10.5;14.9;1.5;10.36;10;3.25;17778
+66081;42.57789;1.3762;1600;20220628;20.9;7.9;14.4;1.6;10.36;0;3.24;17405
+66081;42.57789;1.3762;1600;20220629;22;9.3;15.6;1.7;9.31;4.3;4.53;26386
+66081;42.57789;1.3762;1600;20220630;20.2;11.5;15.9;2.1;9.06;1.2;3.97;20559
+66081;42.57789;1.3762;1600;20220701;21.5;11.7;16.6;1.9;9.56;0;4.55;25108
+66081;42.57789;1.3762;1600;20220702;26.7;10.2;18.4;1.5;8.76;0;5.3;28578
+66081;42.57789;1.3762;1600;20220703;28.1;14.5;21.3;1.6;10.21;.3;5.26;25882
+66081;42.57789;1.3762;1600;20220704;25.6;13.6;19.6;1.6;10.51;0;4.88;24774
+66081;42.57789;1.3762;1600;20220705;25.7;14.1;19.9;1.6;11.91;2.2;4.73;24192
+66081;42.57789;1.3762;1600;20220706;19.7;13.3;16.5;1.1;12.61;7.8;3.16;17431
+66081;42.57789;1.3762;1600;20220707;20.9;8.9;14.9;1.6;8.96;0;4.49;27151
+66081;42.57789;1.3762;1600;20220708;25;9.3;17.2;1.6;8.41;0;5.14;28565
+66081;42.57789;1.3762;1600;20220709;25.9;11.1;18.5;1.6;7.76;0;5.09;26678
+66081;42.57789;1.3762;1600;20220710;26.4;11.3;18.8;1.5;9.26;0;5.13;27519
+66081;42.57789;1.3762;1600;20220711;25.9;13.6;19.8;1.4;11.36;.4;4.51;22984
+66081;42.57789;1.3762;1600;20220712;27.3;13.3;20.3;1.6;11.61;0;5.13;26605
+66081;42.57789;1.3762;1600;20220713;28;15.2;21.6;1.6;12.21;0;5.31;26783
+66081;42.57789;1.3762;1600;20220714;28.6;14.7;21.6;1.7;12.26;0;5.48;27473
+66081;42.57789;1.3762;1600;20220715;29.3;14.5;21.9;1.6;8.71;0;5.51;26685
+66081;42.57789;1.3762;1600;20220716;31.3;15.3;23.3;1.6;9.56;0;5.8;27509
+66081;42.57789;1.3762;1600;20220717;30.2;15.7;22.9;1.6;9.71;0;5.7;27535
+66081;42.57789;1.3762;1600;20220718;28.6;16.2;22.4;1.5;10.76;0;5.32;26178
+66081;42.57789;1.3762;1600;20220719;28.9;16.1;22.5;1.7;10.11;0;5.5;26227
+66081;42.57789;1.3762;1600;20220720;26.6;14.9;20.7;1.6;10.16;0;4.97;24982
+66081;42.57789;1.3762;1600;20220721;27.9;13.3;20.6;1.3;12.51;0;4.61;23737
+66081;42.57789;1.3762;1600;20220722;28.9;15.1;22;1.7;11.06;.5;5.21;25045
+66081;42.57789;1.3762;1600;20220723;27.5;17.2;22.3;1.7;11.01;0;4.92;23132
+66081;42.57789;1.3762;1600;20220724;29.3;15.5;22.4;1.5;10.51;0;5.28;26040
+66081;42.57789;1.3762;1600;20220725;28.4;16.5;22.4;1.6;9.76;1.5;4.9;22490
+66081;42.57789;1.3762;1600;20220726;25.3;14.3;19.8;2;10.91;.2;4.65;22767
+66081;42.57789;1.3762;1600;20220727;24.6;14;19.3;2.1;10.81;0;4.65;23243
+66081;42.57789;1.3762;1600;20220728;22.4;12.5;17.4;1.3;11.01;.1;3.58;19041
+66081;42.57789;1.3762;1600;20220729;20.6;13.1;16.8;1.3;12.76;11.3;2.96;15686
+66081;42.57789;1.3762;1600;20220730;24.1;13.6;18.8;1.5;14.31;.1;3.82;20449
+66081;42.57789;1.3762;1600;20220731;25.1;14.1;19.6;1.4;14.36;3.6;3.79;19608
+66081;42.57789;1.3762;1600;20220801;24.1;12.4;18.3;1.4;13.16;.1;3.73;19907
+66081;42.57789;1.3762;1600;20220802;25.8;13.4;19.6;1.4;12.76;0;3.94;20124
+66081;42.57789;1.3762;1600;20220803;27.9;14.8;21.3;1.9;12.81;1.5;4.79;23293
+66081;42.57789;1.3762;1600;20220804;26.4;12.6;19.5;1.7;11.41;8.1;4.4;22299
+66081;42.57789;1.3762;1600;20220805;24.6;13.7;19.2;1.6;10.31;2;3.82;17912
+66081;42.57789;1.3762;1600;20220806;25.1;13.4;19.3;1.6;10.96;.2;3.99;19414
+66081;42.57789;1.3762;1600;20220807;24.4;13.1;18.8;1.4;11.36;2.3;3.85;20123
+66081;42.57789;1.3762;1600;20220808;24.6;12.6;18.6;1.3;11.96;.2;3.69;19284
+66081;42.57789;1.3762;1600;20220809;23.9;13.6;18.8;1.8;12.41;1.9;3.74;18742
+66081;42.57789;1.3762;1600;20220810;24;11.8;17.9;1.6;11.71;.4;3.7;19590
+66081;42.57789;1.3762;1600;20220811;24.3;14.6;19.5;1.6;11.91;.2;3.72;18373
+66081;42.57789;1.3762;1600;20220812;26.7;14.3;20.5;1.6;12.41;0;3.95;18926
+66081;42.57789;1.3762;1600;20220813;27.4;15.3;21.4;1.8;12.66;.8;4.25;19848
+66081;42.57789;1.3762;1600;20220814;24;14;19;1.7;9.56;0;4.17;21286
+66081;42.57789;1.3762;1600;20220815;21.1;13.7;17.4;1.9;11.96;.5;3.19;16315
+66081;42.57789;1.3762;1600;20220816;20.3;11.7;16;1.4;10.56;2;3.01;16372
+66081;42.57789;1.3762;1600;20220817;19.8;11.6;15.7;1.6;10.81;9.1;2.89;15348
+66081;42.57789;1.3762;1600;20220818;16.4;8.9;12.6;1.4;9.61;1.7;2.5;15071
+66081;42.57789;1.3762;1600;20220819;21.4;7.7;14.5;1.8;8.96;0;3.62;21184
+66081;42.57789;1.3762;1600;20220820;22.4;9.5;15.9;1.5;9.71;0;3.53;19762
+66081;42.57789;1.3762;1600;20220821;23;13;18;1.3;11.31;0;3.29;17585
+66081;42.57789;1.3762;1600;20220822;23;11.1;17.1;1.4;11.56;.3;3.68;21724
+66081;42.57789;1.3762;1600;20220823;23.7;11.3;17.5;1.5;12.26;.1;3.53;19896
+66081;42.57789;1.3762;1600;20220824;24.9;12.9;18.9;1.6;14.11;2.9;3.51;19141
+66081;42.57789;1.3762;1600;20220825;23;13.4;18.2;1.9;12.41;14.5;3.16;15755
+66081;42.57789;1.3762;1600;20220826;21.2;10.2;15.7;1.5;12.01;1;3.05;18246
+66081;42.57789;1.3762;1600;20220827;22;11.5;16.7;1.4;12.41;1.5;2.98;16769
+66081;42.57789;1.3762;1600;20220828;21.5;9.9;15.7;1.4;10.09;.5;2.95;16859
+66081;42.57789;1.3762;1600;20220829;23.2;12.9;18.1;1.6;9.89;6;3.18;15683
+66081;42.57789;1.3762;1600;20220830;22.5;11.9;17.2;1.1;11.78;0;2.81;15812
+66081;42.57789;1.3762;1600;20220831;17.9;13.5;15.7;1.2;11.28;14.2;1.96;9581
+66081;42.57789;1.3762;1600;20220901;20.7;9;14.9;1.2;9.98;.7;2.73;16432
+66081;42.57789;1.3762;1600;20220902;20.5;11.2;15.9;1;9.89;5.3;2.54;14373
+66081;42.57789;1.3762;1600;20220903;18.6;9.9;14.3;1;10.89;.4;2.25;13741
+66081;42.57789;1.3762;1600;20220904;20;9.7;14.9;1.2;9.48;.1;2.57;14959
+66081;42.57789;1.3762;1600;20220905;20.7;10.9;15.8;1.3;11.28;.3;2.51;14434
+66081;42.57789;1.3762;1600;20220906;20.6;12.6;16.6;1.6;9.39;.1;2.64;12788
+66081;42.57789;1.3762;1600;20220907;20;11.8;15.9;2.1;8.76;0;3.19;16976
+66081;42.57789;1.3762;1600;20220908;18.7;10.8;14.7;1.6;8.21;0;2.78;15222
+66081;42.57789;1.3762;1600;20220909;19.1;9.9;14.5;1.6;9.96;.4;2.55;14426
+66081;42.57789;1.3762;1600;20220910;20.5;8.3;14.4;1.5;9.41;0;2.85;17535
+66081;42.57789;1.3762;1600;20220911;23.9;11.3;17.6;1.6;11.66;0;3.17;17697
+66081;42.57789;1.3762;1600;20220912;25.3;14.5;19.9;1.9;11.76;0;3.36;15805
+66081;42.57789;1.3762;1600;20220913;18.9;15.4;17.2;2;10.41;13.2;2.22;7376
+66081;42.57789;1.3762;1600;20220914;18.2;10.3;14.3;1.9;11.01;.7;2.25;13006
+66081;42.57789;1.3762;1600;20220915;18.8;8.6;13.7;1.3;10.06;10.5;2.2;13420
+66081;42.57789;1.3762;1600;20220916;19.3;8.7;14;1.3;10.61;.2;2.32;14772
+66081;42.57789;1.3762;1600;20220917;19;7;13;1.8;7.76;0;2.31;10701
+66081;42.57789;1.3762;1600;20220918;19.3;6.1;12.7;1.3;8.71;0;2.52;17229
+66081;42.57789;1.3762;1600;20220919;20.6;8.2;14.4;1.5;9.11;0;2.61;15645
+66081;42.57789;1.3762;1600;20220920;20.1;9;14.5;1.4;9.81;0;2.46;15287
+66081;42.57789;1.3762;1600;20220921;18.3;8.1;13.2;1.3;9.46;0;2.32;15427
+66081;42.57789;1.3762;1600;20220922;16.4;7.1;11.8;1.4;9.56;0;1.99;13648
+66081;42.57789;1.3762;1600;20220923;17.3;7.4;12.4;1.4;10.16;9.4;1.99;13522
+66081;42.57789;1.3762;1600;20220924;12.7;7;9.8;1.3;9.51;11.1;1.42;9846
+66081;42.57789;1.3762;1600;20220925;13;3.6;8.3;1.2;8.01;.2;1.67;13035
+66081;42.57789;1.3762;1600;20220926;13.8;2.3;8;1.3;7.06;1;1.81;14356
+66081;42.57789;1.3762;1600;20220927;15;4.4;9.7;1.3;6.61;2.6;2;14228
+66081;42.57789;1.3762;1600;20220928;16.6;5.6;11.1;1.2;7.51;1.2;1.99;13670
+66081;42.57789;1.3762;1600;20220929;12.1;4.2;8.1;1;7.06;10.5;1.46;10298
+66081;42.57789;1.3762;1600;20220930;9.6;1.1;5.4;1.6;5.76;1.6;1.52;12048
+66081;42.57789;1.3762;1600;20221001;17.5;.9;9.2;1.5;5.86;0;2.2;15790
+66081;42.57789;1.3762;1600;20221002;22.3;7.6;14.9;1.4;8.71;0;2.5;15267
+66081;42.57789;1.3762;1600;20221003;19.8;9.2;14.5;1.3;9.91;0;2.13;14002
+66081;42.57789;1.3762;1600;20221004;18.9;8.1;13.5;1.5;9.26;0;2.09;13737
+66081;42.57789;1.3762;1600;20221005;18;7.4;12.7;1.6;9.71;0;1.98;13790
+66081;42.57789;1.3762;1600;20221006;17;7.4;12.2;1.5;8.66;0;1.9;12641
+66081;42.57789;1.3762;1600;20221007;12.9;6.6;9.7;1;9.51;1;1.12;7221
+66081;42.57789;1.3762;1600;20221008;12.6;8.8;10.7;1;9.51;.4;1.09;5682
+66081;42.57789;1.3762;1600;20221009;15.3;5.2;10.2;1.5;8.31;2.8;1.6;11334
+66081;42.57789;1.3762;1600;20221010;17.2;5;11.1;1.5;8.51;0;1.78;12928
+66081;42.57789;1.3762;1600;20221011;14.2;6;10.1;1.2;8.21;1.1;1.45;10444
+66081;42.57789;1.3762;1600;20221012;14.9;5.3;10.1;.9;8.51;.5;1.42;10967
+66081;42.57789;1.3762;1600;20221013;15.7;6.2;11;1;9.51;0;1.42;10756
+66081;42.57789;1.3762;1600;20221014;18.4;9.3;13.9;1.5;10.06;0;1.72;10710
+66081;42.57789;1.3762;1600;20221015;18.6;7.2;12.9;1.8;9.31;0;1.83;11827
+66081;42.57789;1.3762;1600;20221016;18.1;9.2;13.7;1.6;9.36;0;1.78;10977
+66081;42.57789;1.3762;1600;20221017;17.5;9.8;13.7;1.5;8.46;.2;1.7;9498
+66081;42.57789;1.3762;1600;20221018;20.4;9.3;14.9;1.6;8.46;0;2;11762
+66081;42.57789;1.3762;1600;20221019;20.1;12.8;16.4;1.6;9.16;5;1.94;8764
+66081;42.57789;1.3762;1600;20221020;12.9;11.2;12;3.5;9.61;16.3;1.37;3914
+66081;42.57789;1.3762;1600;20221021;14.1;8.8;11.4;3;8.91;0;1.5;7189
+66081;42.57789;1.3762;1600;20221022;14.7;7.7;11.2;2.4;8.66;.8;1.48;8154
+66081;42.57789;1.3762;1600;20221023;14.2;11.4;12.8;2.9;8.46;7.1;1.66;4150
+66081;42.57789;1.3762;1600;20221024;14.1;8.1;11.1;3;8.41;.4;1.56;8546
+66081;42.57789;1.3762;1600;20221025;17.5;9.6;13.5;3;7.26;0;2.23;9326
+66081;42.57789;1.3762;1600;20221026;18.3;12.6;15.5;2.8;7.31;0;2.31;8024
+66081;42.57789;1.3762;1600;20221027;19.1;10.7;14.9;1.3;7.46;0;1.62;8337
+66081;42.57789;1.3762;1600;20221028;21.4;12;16.7;1.6;5.91;0;2.07;9738
+66081;42.57789;1.3762;1600;20221029;18.4;11.9;15.2;2;4.41;0;2.3;9499
+66081;42.57789;1.3762;1600;20221030;18.5;8.5;13.5;1.6;3.76;0;1.92;9774
+66081;42.57789;1.3762;1600;20221031;15.8;8.2;12;1.8;7.41;9.7;1.51;8076
+66081;42.57789;1.3762;1600;20221101;13.9;5.5;9.7;.9;8.41;0;1;8928
+66081;42.57789;1.3762;1600;20221102;11.7;4.8;8.2;1.4;7.36;0;.98;6435
+66081;42.57789;1.3762;1600;20221103;10;6.7;8.3;1.6;8.11;6.4;.81;3010
+66081;42.57789;1.3762;1600;20221104;6;-.1;2.9;2.1;4.91;4.5;.9;6531
+66081;42.57789;1.3762;1600;20221105;11.9;-.3;5.8;1.6;3.71;0;1.32;9442
+66081;42.57789;1.3762;1600;20221106;14.6;4.4;9.5;1.3;4.71;0;1.29;8922
+66081;42.57789;1.3762;1600;20221107;13.9;3.2;8.6;1.3;4.91;0;1.23;8804
+66081;42.57789;1.3762;1600;20221108;14.4;6.5;10.4;2.1;6.61;.6;1.44;7765
+66081;42.57789;1.3762;1600;20221109;12.2;5.7;9;1.4;7.56;6;.96;6304
+66081;42.57789;1.3762;1600;20221110;12.1;1.9;7;1.2;6.26;0;.91;7978
+66081;42.57789;1.3762;1600;20221111;11.3;2.5;6.9;2.3;6.56;0;1.05;6054
+66081;42.57789;1.3762;1600;20221112;14.4;6.1;10.2;1.8;5.96;0;1.32;7824
+66081;42.57789;1.3762;1600;20221113;14.2;5.1;9.7;1.6;5.81;0;1.23;7171
+66081;42.57789;1.3762;1600;20221114;10.7;3.3;7;1.1;7.06;.2;.73;5956
+66081;42.57789;1.3762;1600;20221115;11.4;6;8.7;2.4;7.56;.8;1.02;4964
+66081;42.57789;1.3762;1600;20221116;10.6;3.5;7.1;1.3;7.01;0;.75;7097
+66081;42.57789;1.3762;1600;20221117;11;3.1;7;1.3;7.01;4.2;.77;6040
+66081;42.57789;1.3762;1600;20221118;6.1;1.1;3.6;1.1;5.86;3.1;.59;3986
+66081;42.57789;1.3762;1600;20221119;4.7;-.7;2;1.6;4.31;.4;.72;6535
+66081;42.57789;1.3762;1600;20221120;8.5;-2.9;2.8;1.8;3.46;1.7;.99;7716
+66081;42.57789;1.3762;1600;20221121;5.8;.3;3.1;1.6;5.31;18.1;.66;3637
+66081;42.57789;1.3762;1600;20221122;3.3;-2.1;.6;2.4;4.56;4.7;.64;5621
+66081;42.57789;1.3762;1600;20221123;10.3;-1.4;4.4;1.7;6.01;6.3;.72;6465
+66081;42.57789;1.3762;1600;20221124;8.5;-.6;3.9;1.7;4.86;.4;.82;5705
+66081;42.57789;1.3762;1600;20221125;5.9;1.8;3.9;1.9;5.61;2.1;.69;4220
+66081;42.57789;1.3762;1600;20221126;9.5;-1.2;4.2;1.3;2.96;0;.96;6398
+66081;42.57789;1.3762;1600;20221127;11.3;3.2;7.3;1.2;2.76;2.8;1.03;6524
+66081;42.57789;1.3762;1600;20221128;4.2;.6;2.4;1.8;3.96;6.5;.81;4201
+66081;42.57789;1.3762;1600;20221129;3.3;-.8;1.3;1.6;4.61;1.8;.57;3996
+66081;42.57789;1.3762;1600;20221130;2.8;-4.5;-.9;1.3;3.56;.1;.54;6574
+66081;42.57789;1.3762;1600;20221201;4.1;-3.3;.4;1.2;3.46;0;.58;6052
+66081;42.57789;1.3762;1600;20221202;2.5;-4.8;-1.1;1.4;3.76;0;.5;5180
+66081;42.57789;1.3762;1600;20221203;2.5;-5.3;-1.4;1.5;3.66;1.4;.52;5365
+66081;42.57789;1.3762;1600;20221204;0;-3;-1.5;1.5;3.96;.1;.44;3841
+66081;42.57789;1.3762;1600;20221205;5.6;-5.2;.2;1;4.26;0;.46;6630
+66081;42.57789;1.3762;1600;20221206;8.9;.5;4.7;.9;5.66;.1;.55;5364
+66081;42.57789;1.3762;1600;20221207;6.2;1;3.6;1.1;5.81;0;.49;4947
+66081;42.57789;1.3762;1600;20221208;4.7;2.2;3.5;1.8;6.01;6.7;.55;2115
+66081;42.57789;1.3762;1600;20221209;5.9;2.9;4.4;2;6.61;4.8;.55;3021
+66081;42.57789;1.3762;1600;20221210;5.1;1.1;3.1;1.2;4.86;.1;.55;4769
+66081;42.57789;1.3762;1600;20221211;1.9;-4.2;-1.1;1.2;2.96;0;.59;3421
+66081;42.57789;1.3762;1600;20221212;2.3;-3.8;-.7;1;4.61;6.1;.36;3636
+66081;42.57789;1.3762;1600;20221213;5.9;.7;3.3;1.1;6.86;4.2;.36;2897
+66081;42.57789;1.3762;1600;20221214;8.8;4.1;6.5;1.4;7.23;2.4;.55;5702
+66081;42.57789;1.3762;1600;20221215;6.1;1.5;3.8;1;6.71;2.6;.41;3556
+66081;42.57789;1.3762;1600;20221216;5.2;1.4;3.3;.6;6.26;1.7;.39;3244
+66081;42.57789;1.3762;1600;20221217;4.7;-.3;2.2;1.3;5.36;0;.45;4788
+66081;42.57789;1.3762;1600;20221218;6.6;-1.2;2.7;1.2;4.46;0;.57;5065
+66081;42.57789;1.3762;1600;20221219;9.1;.4;4.7;.9;4.16;0;.61;5172
+66081;42.57789;1.3762;1600;20221220;11.5;3.3;7.4;1.3;4.31;.4;.94;4599
+66081;42.57789;1.3762;1600;20221221;7.7;2.6;5.2;1.1;6.66;.5;.48;4459
+66081;42.57789;1.3762;1600;20221222;9.1;2.3;5.7;1.3;6.21;.1;.59;4691
+66081;42.57789;1.3762;1600;20221223;11.6;4.7;8.2;1.1;6.96;0;.66;4802
+66081;42.57789;1.3762;1600;20221224;12.9;3.8;8.3;1.2;5.76;0;.78;5035
+66081;42.57789;1.3762;1600;20221225;12.3;5;8.6;1.5;4.71;0;1.05;4556
+66081;42.57789;1.3762;1600;20221226;11.1;4.6;7.9;3;5.21;0;1.4;4333
+66081;42.57789;1.3762;1600;20221227;8.5;1.7;5.1;1.4;5.91;0;.6;4718
+66081;42.57789;1.3762;1600;20221228;9;1.5;5.3;2;5.51;0;.8;4945
+66081;42.57789;1.3762;1600;20221229;6.5;.9;3.7;1.4;5.91;.4;.53;3753
+66081;42.57789;1.3762;1600;20221230;9.4;1.5;5.5;1.6;7.21;.2;.51;4484
+66081;42.57789;1.3762;1600;20221231;14.1;5.1;9.6;1.9;6.06;.1;1.13;5407
+66082;42.60326;1.67839;1833;20220101;9.2;5.1;7.2;1.7;3.57;0;1.48;1900
+66082;42.60326;1.67839;1833;20220102;9.9;3.9;6.9;1.4;4.17;0;1.27;1500
+66082;42.60326;1.67839;1833;20220103;8.3;3.7;6;1.7;5.97;0;1.01;1800
+66082;42.60326;1.67839;1833;20220104;9.7;1.7;5.7;3;4.97;6.3;1.39;6769
+66082;42.60326;1.67839;1833;20220105;-1.3;-1.4;-1.3;2.5;3.17;1.3;.98;1000
+66082;42.60326;1.67839;1833;20220106;-.9;-10.2;-5.5;2.1;1.87;0;.89;2000
+66082;42.60326;1.67839;1833;20220107;1.9;-8.4;-3.2;2.3;2.67;2;.94;2200
+66082;42.60326;1.67839;1833;20220108;4.3;-5.9;-.8;1.9;3.87;4.9;.84;1800
+66082;42.60326;1.67839;1833;20220109;-.9;-2.8;-1.8;1.5;5.27;41.2;.38;600
+66082;42.60326;1.67839;1833;20220110;5.3;-1.9;1.7;2.8;5.97;38.5;.72;500
+66082;42.60326;1.67839;1833;20220111;3.3;-4.8;-.7;1.7;2.37;.1;1.06;2300
+66082;42.60326;1.67839;1833;20220112;4.2;-4.4;-.1;1.7;1.77;0;1.23;2300
+66082;42.60326;1.67839;1833;20220113;3.9;-5.6;-.8;1.9;2.17;0;1.18;2000
+66082;42.60326;1.67839;1833;20220114;4.9;-4.3;.3;1.2;1.43;0;.93;5076
+66082;42.60326;1.67839;1833;20220115;6.3;-3.3;1.5;1.7;1.33;0;1.24;5275
+66082;42.60326;1.67839;1833;20220116;5.3;-3.9;.7;1.6;1.23;0;1.17;5192
+66082;42.60326;1.67839;1833;20220117;7.5;-2.8;2.4;1.2;1.43;0;1.04;5644
+66082;42.60326;1.67839;1833;20220118;9.4;-.4;4.5;1.3;1.93;0;1.16;5534
+66082;42.60326;1.67839;1833;20220119;5.6;-.5;2.6;1.1;2.53;.1;.92;4106
+66082;42.60326;1.67839;1833;20220120;3;-2.3;.4;1.9;3.03;1.2;.94;3777
+66082;42.60326;1.67839;1833;20220121;1.2;-5.4;-2.1;.7;2.33;0;.59;4446
+66082;42.60326;1.67839;1833;20220122;3.8;-6.3;-1.2;.9;2.63;0;.66;5927
+66082;42.60326;1.67839;1833;20220123;4.8;-5;-.1;1.1;2.43;0;.81;5892
+66082;42.60326;1.67839;1833;20220124;5.7;-3;1.4;1.1;1.73;0;.96;5538
+66082;42.60326;1.67839;1833;20220125;6.6;-2.9;1.9;1.4;1.93;0;1.11;5933
+66082;42.60326;1.67839;1833;20220126;7.3;-1.4;3;1.6;2.03;0;1.26;5690
+66082;42.60326;1.67839;1833;20220127;7.2;-2.5;2.4;1.4;1.53;0;1.21;6175
+66082;42.60326;1.67839;1833;20220128;8.7;-1.4;3.7;1.1;1.33;0;1.14;6418
+66082;42.60326;1.67839;1833;20220129;9.1;.9;5;1;1.73;0;1.12;5716
+66082;42.60326;1.67839;1833;20220130;11.8;1.1;6.5;1.3;1.53;0;1.41;6834
+66082;42.60326;1.67839;1833;20220131;7.6;.9;4.3;2.1;1.93;1.4;1.62;5173
+66082;42.60326;1.67839;1833;20220201;9;-1.7;3.7;5.5;3.83;.2;2;7026
+66082;42.60326;1.67839;1833;20220202;13.1;6.9;10;2.2;1.63;0;2.25;5069
+66082;42.60326;1.67839;1833;20220203;14.7;2;8.4;1.1;1.53;.1;1.41;8004
+66082;42.60326;1.67839;1833;20220204;6.9;3.6;5.3;.6;3.33;.5;.87;3409
+66082;42.60326;1.67839;1833;20220205;4.9;-1;2;.8;4.13;.8;.74;5136
+66082;42.60326;1.67839;1833;20220206;6.5;-3.2;1.7;1;2.13;0;1.02;7105
+66082;42.60326;1.67839;1833;20220207;9.8;.1;5;1.9;3.23;.6;1.48;7208
+66082;42.60326;1.67839;1833;20220208;10.9;-.5;5.2;1.1;3.03;0;1.22;8051
+66082;42.60326;1.67839;1833;20220209;10.2;-.8;4.7;1.2;2.63;0;1.28;7995
+66082;42.60326;1.67839;1833;20220210;8.9;-.2;4.4;1.2;2.73;0;1.24;7240
+66082;42.60326;1.67839;1833;20220211;6.2;-1;2.6;.9;4.03;.3;.89;6369
+66082;42.60326;1.67839;1833;20220212;4.6;-3.3;.7;.9;4.43;0;.76;6841
+66082;42.60326;1.67839;1833;20220213;1.8;-2.3;-.2;1;5.63;3.4;.51;4585
+66082;42.60326;1.67839;1833;20220214;1.9;-.4;.8;1.5;4.63;4.4;.7;3116
+66082;42.60326;1.67839;1833;20220215;2;-4.5;-1.2;2.4;3.13;1.1;1.03;6343
+66082;42.60326;1.67839;1833;20220216;6.6;-3.5;1.6;.8;4.63;1.8;.87;8390
+66082;42.60326;1.67839;1833;20220217;12.8;1;6.9;1.3;4.43;0;1.44;9316
+66082;42.60326;1.67839;1833;20220218;14.2;3.2;8.7;1;5.03;1.6;1.39;9068
+66082;42.60326;1.67839;1833;20220219;.7;.9;.8;.3;5.63;5;.43;0
+66082;42.60326;1.67839;1833;20220220;5.3;-5.8;-.2;1;4.03;0;.92;9370
+66082;42.60326;1.67839;1833;20220221;7;-1;3;5.2;2.03;0;2.57;7839
+66082;42.60326;1.67839;1833;20220222;8.7;2.2;5.5;2.8;2.63;0;2.07;7019
+66082;42.60326;1.67839;1833;20220223;10;.1;5.1;1.2;3.03;0;1.45;9133
+66082;42.60326;1.67839;1833;20220224;8.5;-.1;4.2;.8;4.43;.3;1.12;8527
+66082;42.60326;1.67839;1833;20220225;5.7;-1.5;2.1;.9;4.33;0;1;7782
+66082;42.60326;1.67839;1833;20220226;6.2;-2.6;1.8;.9;2.93;0;1.16;8879
+66082;42.60326;1.67839;1833;20220227;6.4;-4.5;1;.7;4.63;.6;1.01;10182
+66082;42.60326;1.67839;1833;20220228;6.4;-3.2;1.6;1;4.23;0;1.1;9590
+66082;42.60326;1.67839;1833;20220301;9.4;-1.1;4.2;1.2;2.43;0;1.56;10229
+66082;42.60326;1.67839;1833;20220302;6.2;-1.1;2.6;1.1;4.43;7.3;1.12;8392
+66082;42.60326;1.67839;1833;20220303;5.8;-3.3;1.3;1;5.43;.6;.99;9667
+66082;42.60326;1.67839;1833;20220304;4.3;-1.7;1.3;1.2;4.63;2.1;.99;7671
+66082;42.60326;1.67839;1833;20220305;2.3;-2.9;-.3;.7;4.53;.3;.83;7133
+66082;42.60326;1.67839;1833;20220306;.5;-2.5;-1;.3;5.03;.7;.66;5133
+66082;42.60326;1.67839;1833;20220307;1.8;-6.3;-2.2;.7;4.23;0;.87;9507
+66082;42.60326;1.67839;1833;20220308;1.6;-5;-1.7;.6;4.73;1.9;.82;8545
+66082;42.60326;1.67839;1833;20220309;4.5;-4.3;.1;.7;4.63;0;1.04;10220
+66082;42.60326;1.67839;1833;20220310;3.2;-1.9;.7;.7;5.33;.6;.87;7521
+66082;42.60326;1.67839;1833;20220311;2.1;.2;1.2;.7;5.93;6.4;.66;4069
+66082;42.60326;1.67839;1833;20220312;2.7;-.5;1.1;.4;5.93;7;.77;5799
+66082;42.60326;1.67839;1833;20220313;2.7;-1;.9;.6;5.33;2.6;.84;6428
+66082;42.60326;1.67839;1833;20220314;2.1;-3.8;-.8;1.7;5.63;1.7;.74;8610
+66082;42.60326;1.67839;1833;20220315;9.7;1.3;5.5;1.3;5.83;0;1.5;10682
+66082;42.60326;1.67839;1833;20220316;9.2;2.6;5.9;1.1;4.63;.9;1.53;9408
+66082;42.60326;1.67839;1833;20220317;5.3;2.2;3.8;.9;6.13;8.7;.97;6054
+66082;42.60326;1.67839;1833;20220318;3.7;.8;2.3;.6;5.73;.3;.88;5879
+66082;42.60326;1.67839;1833;20220319;4;-2;1;1.3;4.93;0;1.11;9210
+66082;42.60326;1.67839;1833;20220320;2.9;-.3;1.3;1.2;6.03;1.8;.82;6401
+66082;42.60326;1.67839;1833;20220321;1.4;-.3;.6;1.1;5.63;1;.68;4317
+66082;42.60326;1.67839;1833;20220322;1.6;-4.6;-1.5;1.3;4.33;0;1.01;9700
+66082;42.60326;1.67839;1833;20220323;3.8;-6.9;-1.5;1.5;3.13;0;1.43;13346
+66082;42.60326;1.67839;1833;20220324;3.4;-2.2;.6;1;3.83;0;1.22;9343
+66082;42.60326;1.67839;1833;20220325;7.7;-.6;3.6;1.1;5.73;0;1.46;11817
+66082;42.60326;1.67839;1833;20220326;6.4;-.8;2.8;1.1;3.93;.5;1.52;11015
+66082;42.60326;1.67839;1833;20220327;6.5;.3;3.4;.8;5.23;0;1.36;10217
+66082;42.60326;1.67839;1833;20220328;7.7;-1.2;3.3;1.3;3.83;0;1.75;12658
+66082;42.60326;1.67839;1833;20220329;9.9;1.6;5.8;.7;5.03;7.8;1.7;12291
+66082;42.60326;1.67839;1833;20220330;4.2;0;2.1;.4;6.13;4.7;1.08;8398
+66082;42.60326;1.67839;1833;20220331;5;-1.2;1.9;1.2;4.13;3;1.44;10624
+66082;42.60326;1.67839;1833;20220401;-5;-8.2;-6.6;2.7;2.23;9.2;.93;7287
+66082;42.60326;1.67839;1833;20220402;-2.9;-9.9;-6.4;2.5;2.03;3;1.19;11595
+66082;42.60326;1.67839;1833;20220403;-.2;-13;-6.6;1.2;2.23;.1;1.31;16346
+66082;42.60326;1.67839;1833;20220404;3.2;-11;-3.9;1.4;2.73;0;1.58;17446
+66082;42.60326;1.67839;1833;20220405;8.6;-6.2;1.2;1;2.73;0;2.05;17994
+66082;42.60326;1.67839;1833;20220406;6.8;-1.7;2.6;1.6;4.23;0;1.78;13391
+66082;42.60326;1.67839;1833;20220407;11.5;-.6;5.5;1.3;4.83;0;2.24;16400
+66082;42.60326;1.67839;1833;20220408;10.9;1.7;6.3;1.9;5.73;.7;2.14;14227
+66082;42.60326;1.67839;1833;20220409;7.6;-.5;3.6;1.9;3.23;.5;2.12;13368
+66082;42.60326;1.67839;1833;20220410;10.3;-1.8;4.3;1;3.83;0;2.19;16801
+66082;42.60326;1.67839;1833;20220411;12.5;3.2;7.9;1.3;5.93;0;2.26;14662
+66082;42.60326;1.67839;1833;20220412;10.7;3.9;7.3;1.5;6.63;0;1.95;12420
+66082;42.60326;1.67839;1833;20220413;6.7;3.5;5.1;.8;7.63;1.5;1.21;8120
+66082;42.60326;1.67839;1833;20220414;11.3;.8;6.1;1.7;5.53;0;2.3;16034
+66082;42.60326;1.67839;1833;20220415;11.5;2.2;6.9;.8;5.33;0;2.16;15114
+66082;42.60326;1.67839;1833;20220416;14.8;2.7;8.8;1.6;4.93;0;2.86;17574
+66082;42.60326;1.67839;1833;20220417;16.2;1.6;8.9;1.7;3.43;0;3.28;19588
+66082;42.60326;1.67839;1833;20220418;14.8;2.4;8.6;1.2;5.63;.1;2.72;18061
+66082;42.60326;1.67839;1833;20220419;8.2;2;5.1;.7;7.53;15.6;1.64;12423
+66082;42.60326;1.67839;1833;20220420;6.1;.4;3.3;1;6.53;5.1;1.49;11933
+66082;42.60326;1.67839;1833;20220421;5.7;-.5;2.6;.8;6.03;1.4;1.54;12595
+66082;42.60326;1.67839;1833;20220422;8.5;-.8;3.9;1.1;5.53;1.9;2;15863
+66082;42.60326;1.67839;1833;20220423;1.5;-.6;.5;1.6;5.43;7.7;.93;6807
+66082;42.60326;1.67839;1833;20220424;8.7;-1.9;3.4;.8;6.13;.1;2.04;17253
+66082;42.60326;1.67839;1833;20220425;8.3;-.2;4.1;1;6.23;0;1.93;15390
+66082;42.60326;1.67839;1833;20220426;12;-.4;5.8;1.4;6.23;0;2.5;19011
+66082;42.60326;1.67839;1833;20220427;12.4;2.7;7.6;.9;6.73;.8;2.39;16742
+66082;42.60326;1.67839;1833;20220428;11.8;4.5;8.2;1.2;7.43;1.2;2.2;14412
+66082;42.60326;1.67839;1833;20220429;13.2;2.5;7.9;1.3;6.93;0;2.58;17862
+66082;42.60326;1.67839;1833;20220430;11.8;3;7.4;1.3;7.13;1.5;2.33;16151
+66082;42.60326;1.67839;1833;20220501;12.2;-.2;6;1.5;6.43;3.7;2.59;19555
+66082;42.60326;1.67839;1833;20220502;6.2;3.6;4.9;.5;7.93;9.2;1.26;8197
+66082;42.60326;1.67839;1833;20220503;5;2.6;3.8;.5;7.63;4.6;1.17;7862
+66082;42.60326;1.67839;1833;20220504;7.6;.7;4.2;.8;7.43;2;1.8;14439
+66082;42.60326;1.67839;1833;20220505;7.3;.5;3.9;1.4;5.63;2.8;1.93;14397
+66082;42.60326;1.67839;1833;20220506;7.5;1.5;4.5;3;5.33;4.9;2.08;13501
+66082;42.60326;1.67839;1833;20220507;9.5;2.8;6.2;1.6;5.63;.8;2.23;14421
+66082;42.60326;1.67839;1833;20220508;10.8;1.2;6;1.1;5.73;.8;2.46;17637
+66082;42.60326;1.67839;1833;20220509;12.9;1.3;7.1;.8;6.43;.5;2.71;19624
+66082;42.60326;1.67839;1833;20220510;15.9;2.5;9.2;1.5;7.43;0;3.17;21296
+66082;42.60326;1.67839;1833;20220511;18;5.3;11.7;1.3;8.03;0;3.37;20782
+66082;42.60326;1.67839;1833;20220512;17.5;7.2;12.4;1.3;7.53;.1;3.24;18647
+66082;42.60326;1.67839;1833;20220513;17.6;4.6;11.1;1.2;7.33;.5;3.38;21218
+66082;42.60326;1.67839;1833;20220514;18.4;6.4;12.4;1.3;7.93;.1;3.44;20409
+66082;42.60326;1.67839;1833;20220515;17.5;8.7;13.1;.8;8.03;0;3;17332
+66082;42.60326;1.67839;1833;20220516;18.8;9.9;14.4;1.1;7.43;0;3.29;17505
+66082;42.60326;1.67839;1833;20220517;19.8;7.7;13.8;1.4;7.23;0;3.74;20733
+66082;42.60326;1.67839;1833;20220518;19.4;8.8;14.1;1.4;9.33;0;3.47;19379
+66082;42.60326;1.67839;1833;20220519;20.8;10.1;15.5;1.2;8.03;.1;3.68;19545
+66082;42.60326;1.67839;1833;20220520;22;11.9;17;1.5;5.53;0;4.08;19010
+66082;42.60326;1.67839;1833;20220521;23.7;13.7;18.7;1.3;6.53;0;4.1;18970
+66082;42.60326;1.67839;1833;20220522;23.6;13.5;18.6;1.5;5.83;.4;4.27;19132
+66082;42.60326;1.67839;1833;20220523;17.9;10.6;14.3;1.1;6.53;4.6;3.18;16092
+66082;42.60326;1.67839;1833;20220524;10.8;7.3;9.1;2;8.23;19.2;1.97;10719
+66082;42.60326;1.67839;1833;20220525;8.1;1.4;4.8;1.3;6.33;2.2;2.09;15444
+66082;42.60326;1.67839;1833;20220526;14;1;7.5;1.4;5.93;.1;3.2;22157
+66082;42.60326;1.67839;1833;20220527;17.6;4.6;11.1;1.1;7.83;0;3.5;22214
+66082;42.60326;1.67839;1833;20220528;19.8;7;13.4;1.4;6.73;0;3.94;22086
+66082;42.60326;1.67839;1833;20220529;18.4;7.5;13;1.2;7.23;2.9;3.56;20315
+66082;42.60326;1.67839;1833;20220530;15.7;5.7;10.7;1;9.63;14.2;3;19440
+66082;42.60326;1.67839;1833;20220531;16.3;7.2;11.8;1;10.13;.4;2.98;18516
+66082;42.60326;1.67839;1833;20220601;20;10;15;1.1;8.73;0;3.59;19523
+66082;42.60326;1.67839;1833;20220602;21;9.7;15.4;1.2;9.13;0;3.83;20888
+66082;42.60326;1.67839;1833;20220603;21.2;11.5;16.4;1.4;8.43;1;3.86;19280
+66082;42.60326;1.67839;1833;20220604;20.8;9.9;15.4;1.2;9.03;0;3.8;20563
+66082;42.60326;1.67839;1833;20220605;18.1;9.6;13.9;1.7;7.73;0;3.53;18015
+66082;42.60326;1.67839;1833;20220606;18.5;7.9;13.2;1.1;8.03;2.9;3.53;20322
+66082;42.60326;1.67839;1833;20220607;18.8;11.5;15.2;1.9;8.93;0;3.49;16637
+66082;42.60326;1.67839;1833;20220608;17.2;9.7;13.5;1.7;9.03;3.9;3.2;16906
+66082;42.60326;1.67839;1833;20220609;19.4;6;12.7;1.4;6.73;.1;4;23126
+66082;42.60326;1.67839;1833;20220610;21.6;6.8;14.2;1.7;4.83;0;4.63;24408
+66082;42.60326;1.67839;1833;20220611;22.7;10.3;16.5;1.3;8.73;.4;4.23;22238
+66082;42.60326;1.67839;1833;20220612;22.6;11.3;17;1.1;10.33;3.9;3.99;21181
+66082;42.60326;1.67839;1833;20220613;24.1;12.2;18.2;1.2;9.53;.5;4.29;21793
+66082;42.60326;1.67839;1833;20220614;25.1;12.9;19;1.4;10.13;4.2;4.51;22101
+66082;42.60326;1.67839;1833;20220615;24.9;11;18;1.8;9.13;0;4.83;23705
+66082;42.60326;1.67839;1833;20220616;25.2;14.7;20;1.5;8.93;.1;4.5;20419
+66082;42.60326;1.67839;1833;20220617;25.9;14.9;20.4;1.1;9.53;1.6;4.37;20943
+66082;42.60326;1.67839;1833;20220618;26.2;14.6;20.4;1.6;9.63;0;4.74;21553
+66082;42.60326;1.67839;1833;20220619;22.3;13.7;18;1.6;8.03;0;4.08;18355
+66082;42.60326;1.67839;1833;20220620;22.3;10.7;16.5;1.6;8.83;0;4.25;21559
+66082;42.60326;1.67839;1833;20220621;22.1;13.8;18;1.6;10.13;1.6;3.87;18008
+66082;42.60326;1.67839;1833;20220622;17.8;9.1;13.5;1.3;9.83;0;3.26;18470
+66082;42.60326;1.67839;1833;20220623;16.8;7.8;12.3;1.4;9.53;0;3.18;18807
+66082;42.60326;1.67839;1833;20220624;16.4;8.9;12.7;1.4;8.33;0;3.12;17034
+66082;42.60326;1.67839;1833;20220625;17.2;8.6;12.9;1;9.03;1;3.18;18337
+66082;42.60326;1.67839;1833;20220626;18.4;8.2;13.3;1.2;9.43;.8;3.46;20092
+66082;42.60326;1.67839;1833;20220627;15.6;8.4;12;1.1;10.43;7.3;2.78;16633
+66082;42.60326;1.67839;1833;20220628;19;6.2;12.6;1.2;9.93;0;3.67;22656
+66082;42.60326;1.67839;1833;20220629;19.7;7.2;13.5;1.1;8.33;3.1;3.82;22353
+66082;42.60326;1.67839;1833;20220630;17.7;10.2;14;1.8;8.73;.6;3.34;16964
+66082;42.60326;1.67839;1833;20220701;19.1;10.7;14.9;1.6;8.73;0;3.56;18020
+66082;42.60326;1.67839;1833;20220702;24.4;9.1;16.8;1.3;8.43;.1;4.64;24812
+66082;42.60326;1.67839;1833;20220703;25.7;12.7;19.2;1.4;9.53;.3;4.64;22726
+66082;42.60326;1.67839;1833;20220704;23;11.9;17.5;1.4;10.23;.1;4.11;20859
+66082;42.60326;1.67839;1833;20220705;24.1;12.3;18.2;.9;11.23;2.3;4.07;21522
+66082;42.60326;1.67839;1833;20220706;16.3;11.1;13.7;.6;11.93;6.4;2.48;13765
+66082;42.60326;1.67839;1833;20220707;18.6;6.5;12.6;1.3;8.43;0;3.65;21743
+66082;42.60326;1.67839;1833;20220708;22.5;7;14.8;1.4;8.13;0;4.41;24761
+66082;42.60326;1.67839;1833;20220709;23.5;9.8;16.7;1.5;6.83;0;4.55;23147
+66082;42.60326;1.67839;1833;20220710;23.6;9.4;16.5;1.4;9.03;0;4.42;23547
+66082;42.60326;1.67839;1833;20220711;22.9;12;17.5;1.1;11.03;.5;3.89;20404
+66082;42.60326;1.67839;1833;20220712;24.5;10.7;17.6;1.1;11.43;0;4.28;23094
+66082;42.60326;1.67839;1833;20220713;26.7;12.4;19.6;1.4;11.93;0;4.68;23483
+66082;42.60326;1.67839;1833;20220714;27.1;12.8;20;1.5;11.63;0;4.78;23427
+66082;42.60326;1.67839;1833;20220715;26.9;12.8;19.9;1.5;7.83;0;4.89;23195
+66082;42.60326;1.67839;1833;20220716;28.6;13.8;21.2;1.4;8.23;0;5.05;23740
+66082;42.60326;1.67839;1833;20220717;27.9;13.3;20.6;1.3;9.43;0;4.84;23506
+66082;42.60326;1.67839;1833;20220718;27.1;14.7;20.9;1;10.33;0;4.37;21486
+66082;42.60326;1.67839;1833;20220719;27.2;14.4;20.8;1.4;9.43;0;4.66;21791
+66082;42.60326;1.67839;1833;20220720;24.3;13.5;18.9;1.1;9.93;0;3.99;19836
+66082;42.60326;1.67839;1833;20220721;25.6;12.3;19;.8;11.03;0;4.15;22107
+66082;42.60326;1.67839;1833;20220722;26.3;13.4;19.9;1.4;10.03;.4;4.5;21680
+66082;42.60326;1.67839;1833;20220723;25.1;15.7;20.4;1.1;10.03;0;3.91;18228
+66082;42.60326;1.67839;1833;20220724;27.2;14.7;21;1;9.03;0;4.33;21175
+66082;42.60326;1.67839;1833;20220725;26;14.9;20.5;1.4;8.83;1.8;4.34;19799
+66082;42.60326;1.67839;1833;20220726;23.4;13.9;18.7;1.7;9.53;.2;4.01;18139
+66082;42.60326;1.67839;1833;20220727;21.8;14;17.9;1.8;9.53;0;3.69;16235
+66082;42.60326;1.67839;1833;20220728;20.5;11.1;15.8;.7;9.93;0;3.23;17898
+66082;42.60326;1.67839;1833;20220729;19.9;11.4;15.7;.8;11.83;11.8;3.05;16879
+66082;42.60326;1.67839;1833;20220730;22.3;12.9;17.6;1.2;13.73;.3;3.37;17755
+66082;42.60326;1.67839;1833;20220731;24.3;12.5;18.4;1.2;13.83;1.3;3.79;19988
+66082;42.60326;1.67839;1833;20220801;21.6;10.4;16;1;13.53;0;3.37;19352
+66082;42.60326;1.67839;1833;20220802;22.6;11.3;17;1.2;12.63;0;3.56;19360
+66082;42.60326;1.67839;1833;20220803;26;12.8;19.4;1.8;12.13;1.7;4.34;20951
+66082;42.60326;1.67839;1833;20220804;24.4;10.9;17.7;1.7;10.73;8.2;4.16;21108
+66082;42.60326;1.67839;1833;20220805;22.5;13.2;17.9;1.2;9.83;.7;3.5;17186
+66082;42.60326;1.67839;1833;20220806;23.7;11.9;17.8;1.5;10.53;.2;3.87;19452
+66082;42.60326;1.67839;1833;20220807;22.4;10.8;16.6;1;10.83;1.3;3.5;19180
+66082;42.60326;1.67839;1833;20220808;22.7;11.2;17;1;11.23;.4;3.49;18995
+66082;42.60326;1.67839;1833;20220809;22;11;16.5;1.4;12.33;1.2;3.4;18450
+66082;42.60326;1.67839;1833;20220810;21.6;9.2;15.4;1.5;11.63;.1;3.46;19578
+66082;42.60326;1.67839;1833;20220811;22.6;12.9;17.8;1.6;11.13;1.4;3.51;17052
+66082;42.60326;1.67839;1833;20220812;24.6;12.8;18.7;1.5;11.83;0;3.8;18857
+66082;42.60326;1.67839;1833;20220813;25.5;12.8;19.2;1.3;12.23;1.4;3.85;19510
+66082;42.60326;1.67839;1833;20220814;20.9;12.6;16.8;1.4;8.63;0;3.26;15399
+66082;42.60326;1.67839;1833;20220815;19.6;12.4;16;1.5;10.93;.8;2.87;14156
+66082;42.60326;1.67839;1833;20220816;18.6;10.7;14.7;1;9.73;.7;2.73;14810
+66082;42.60326;1.67839;1833;20220817;17.2;10.2;13.7;1.2;10.33;13.7;2.51;13768
+66082;42.60326;1.67839;1833;20220818;13.4;6.9;10.2;.9;9.23;2.2;2.09;13130
+66082;42.60326;1.67839;1833;20220819;19;5.4;12.2;1.3;8.53;0;3.16;19534
+66082;42.60326;1.67839;1833;20220820;20.6;7.6;14.1;1.3;9.43;0;3.26;18945
+66082;42.60326;1.67839;1833;20220821;21;11.8;16.4;.8;10.13;.5;2.88;15599
+66082;42.60326;1.67839;1833;20220822;20.3;8.8;14.6;1.1;11.23;.4;2.96;17500
+66082;42.60326;1.67839;1833;20220823;21.6;9.8;15.7;1.2;11.63;.2;3.11;17628
+66082;42.60326;1.67839;1833;20220824;22.8;10.9;16.9;1.4;13.43;3.1;3.18;17588
+66082;42.60326;1.67839;1833;20220825;20;11.3;15.7;1.7;12.03;15.5;2.79;14719
+66082;42.60326;1.67839;1833;20220826;19.7;7.6;13.7;1.2;11.23;.7;2.85;17501
+66082;42.60326;1.67839;1833;20220827;19.9;9.5;14.7;1.3;11.43;.4;2.78;16001
+66082;42.60326;1.67839;1833;20220828;20.1;8.5;14.3;1.4;10.03;1.1;2.95;16859
+66082;42.60326;1.67839;1833;20220829;21.8;11.5;16.7;1.6;9.83;4.6;3.18;15683
+66082;42.60326;1.67839;1833;20220830;21.1;10.5;15.8;1.1;11.73;.1;2.81;15812
+66082;42.60326;1.67839;1833;20220831;16.5;12.1;14.3;1.2;11.23;15.5;1.96;9581
+66082;42.60326;1.67839;1833;20220901;19.3;7.6;13.5;1.2;9.93;1.7;2.73;16432
+66082;42.60326;1.67839;1833;20220902;19.1;9.8;14.5;1;9.83;4.5;2.54;14373
+66082;42.60326;1.67839;1833;20220903;17.2;8.5;12.9;1;10.83;.2;2.25;13741
+66082;42.60326;1.67839;1833;20220904;18.6;8.3;13.5;1.2;9.43;0;2.57;14959
+66082;42.60326;1.67839;1833;20220905;19.3;9.5;14.4;1.3;11.23;0;2.51;14434
+66082;42.60326;1.67839;1833;20220906;19.2;11.2;15.2;1.6;9.33;.1;2.64;12788
+66082;42.60326;1.67839;1833;20220907;17.3;9.7;13.5;1.9;8.23;.3;2.58;12319
+66082;42.60326;1.67839;1833;20220908;15.8;8.3;12.1;1.5;7.83;0;2.29;12121
+66082;42.60326;1.67839;1833;20220909;16.8;8.9;12.9;1.2;9.53;.3;2.18;12368
+66082;42.60326;1.67839;1833;20220910;18.6;7.5;13.1;1.2;8.23;0;2.54;14803
+66082;42.60326;1.67839;1833;20220911;21.6;10.3;16;1.3;10.53;0;2.73;14815
+66082;42.60326;1.67839;1833;20220912;22.7;13.8;18.3;1.6;10.83;0;2.85;12861
+66082;42.60326;1.67839;1833;20220913;16.7;14.2;15.5;1.2;10.23;15.1;1.73;6055
+66082;42.60326;1.67839;1833;20220914;15.6;8.6;12.1;1.3;10.63;.6;1.85;11025
+66082;42.60326;1.67839;1833;20220915;15.6;6.5;11.1;1.2;9.33;13.1;1.99;12656
+66082;42.60326;1.67839;1833;20220916;16;7.1;11.6;1.1;10.23;.2;1.92;12378
+66082;42.60326;1.67839;1833;20220917;16.3;4.1;10.2;1.4;7.43;0;2.27;14603
+66082;42.60326;1.67839;1833;20220918;16.3;4.3;10.3;1.1;7.83;0;2.14;14329
+66082;42.60326;1.67839;1833;20220919;18.3;6.3;12.3;1.2;8.33;0;2.31;14187
+66082;42.60326;1.67839;1833;20220920;17.4;7.1;12.3;1.2;9.03;.1;2.12;12902
+66082;42.60326;1.67839;1833;20220921;16.2;6.5;11.4;1.3;9.13;.1;1.97;12348
+66082;42.60326;1.67839;1833;20220922;13.7;5;9.4;1;8.93;.1;1.66;11494
+66082;42.60326;1.67839;1833;20220923;15.2;5;10.1;1.1;9.53;7.6;1.78;12436
+66082;42.60326;1.67839;1833;20220924;10.5;5.1;7.8;.9;9.13;11;1.23;8548
+66082;42.60326;1.67839;1833;20220925;10.2;2.2;6.2;.6;7.83;.2;1.35;10609
+66082;42.60326;1.67839;1833;20220926;10.9;.5;5.7;1.2;6.83;.9;1.53;12171
+66082;42.60326;1.67839;1833;20220927;13.3;2.9;8.1;1.2;6.03;2.4;1.81;12037
+66082;42.60326;1.67839;1833;20220928;13.4;4.1;8.8;1;7.23;1.2;1.64;11175
+66082;42.60326;1.67839;1833;20220929;10.3;2.8;6.6;.6;6.63;10.6;1.33;9770
+66082;42.60326;1.67839;1833;20220930;7.7;.1;3.9;1.4;5.53;1.3;1.31;9731
+66082;42.60326;1.67839;1833;20221001;15.1;-.9;7.1;1.2;5.43;0;1.95;14623
+66082;42.60326;1.67839;1833;20221002;20;6.9;13.5;1.4;8.13;0;2.26;12940
+66082;42.60326;1.67839;1833;20221003;17.5;8;12.8;.9;9.23;0;1.73;10672
+66082;42.60326;1.67839;1833;20221004;16.7;6.2;11.5;1.2;8.03;0;1.82;11162
+66082;42.60326;1.67839;1833;20221005;15.6;4.9;10.3;1.4;9.13;0;1.64;11147
+66082;42.60326;1.67839;1833;20221006;14.9;5.3;10.1;1;8.53;0;1.53;10353
+66082;42.60326;1.67839;1833;20221007;12.1;5.2;8.7;.9;8.93;2.9;1.21;8444
+66082;42.60326;1.67839;1833;20221008;10.9;7.6;9.3;.5;9.43;1.1;.96;5307
+66082;42.60326;1.67839;1833;20221009;13.9;3.3;8.6;1.2;7.83;1.3;1.47;10556
+66082;42.60326;1.67839;1833;20221010;14.4;3.1;8.8;1.4;8.13;0;1.51;10811
+66082;42.60326;1.67839;1833;20221011;12.5;4.5;8.5;1.1;7.93;.3;1.29;8747
+66082;42.60326;1.67839;1833;20221012;11.9;3.6;7.8;.5;8.33;.5;1.13;8821
+66082;42.60326;1.67839;1833;20221013;13.3;5.5;9.4;.7;9.13;0;1.18;8395
+66082;42.60326;1.67839;1833;20221014;16.9;8.3;12.6;1.2;9.53;0;1.52;8772
+66082;42.60326;1.67839;1833;20221015;16;5.3;10.7;1.8;8.63;0;1.61;9827
+66082;42.60326;1.67839;1833;20221016;16.1;7.8;12;1.3;8.93;0;1.48;8365
+66082;42.60326;1.67839;1833;20221017;15.6;7.6;11.6;1.2;8.33;.1;1.44;8075
+66082;42.60326;1.67839;1833;20221018;17.9;8;13;1.5;8.33;0;1.72;9028
+66082;42.60326;1.67839;1833;20221019;18.1;12.3;15.2;1.4;8.83;2.3;1.68;6469
+66082;42.60326;1.67839;1833;20221020;10.4;8.8;9.6;3.1;9.43;14.2;1;2644
+66082;42.60326;1.67839;1833;20221021;11.9;7;9.5;2.9;8.83;.3;1.24;5658
+66082;42.60326;1.67839;1833;20221022;13.1;6.2;9.7;2.3;8.43;.4;1.33;6892
+66082;42.60326;1.67839;1833;20221023;11.7;9.4;10.6;2.8;8.63;7.4;1.32;3295
+66082;42.60326;1.67839;1833;20221024;11.6;6.5;9.1;3.4;8.13;.2;1.36;5550
+66082;42.60326;1.67839;1833;20221025;14.7;9.1;11.9;3.2;7.33;0;2.01;5800
+66082;42.60326;1.67839;1833;20221026;15.3;11.7;13.5;3.2;7.23;0;2.23;4288
+66082;42.60326;1.67839;1833;20221027;16.8;9.7;13.3;.9;7.23;0;1.33;6527
+66082;42.60326;1.67839;1833;20221028;18.6;10.5;14.6;1.2;5.73;0;1.67;6972
+66082;42.60326;1.67839;1833;20221029;16.9;9.3;13.1;1.5;4.63;0;1.82;6610
+66082;42.60326;1.67839;1833;20221030;16.4;5.7;11.1;1.1;3.73;.1;1.52;8008
+66082;42.60326;1.67839;1833;20221031;14.1;7.9;11;1.1;7.33;9.2;1.18;5656
+66082;42.60326;1.67839;1833;20221101;11.7;3.5;7.6;.9;7.73;0;.89;6631
+66082;42.60326;1.67839;1833;20221102;9.6;3.3;6.5;1;6.83;0;.85;5546
+66082;42.60326;1.67839;1833;20221103;7.8;6.7;7.3;1.3;8.03;5.9;.7;1418
+66082;42.60326;1.67839;1833;20221104;4.1;-1.3;1.4;1.7;4.53;8.7;.81;4873
+66082;42.60326;1.67839;1833;20221105;9.8;-1.9;4;1.2;3.33;0;1.12;7766
+66082;42.60326;1.67839;1833;20221106;12.9;3;8;1.1;4.63;0;1.17;6926
+66082;42.60326;1.67839;1833;20221107;11.6;1.8;6.7;1.1;4.43;0;1.1;6788
+66082;42.60326;1.67839;1833;20221108;12.3;6.5;9.4;2.3;6.63;.4;1.4;4807
+66082;42.60326;1.67839;1833;20221109;10.5;4.2;7.4;1.1;7.33;7.4;.82;4998
+66082;42.60326;1.67839;1833;20221110;9.3;.7;5;1;6.13;0;.77;6004
+66082;42.60326;1.67839;1833;20221111;10.2;1;5.6;1.4;6.23;0;.88;6175
+66082;42.60326;1.67839;1833;20221112;12;4.2;8.1;1.5;5.53;0;1.17;5490
+66082;42.60326;1.67839;1833;20221113;11.8;3.8;7.8;1.6;5.53;0;1.17;5501
+66082;42.60326;1.67839;1833;20221114;8.8;2.3;5.6;.9;6.53;.1;.69;4744
+66082;42.60326;1.67839;1833;20221115;9;4.3;6.7;1.6;7.33;.4;.77;3755
+66082;42.60326;1.67839;1833;20221116;8.2;2;5.1;1.3;6.63;0;.69;4470
+66082;42.60326;1.67839;1833;20221117;8.9;2.2;5.6;1.3;6.63;4.6;.73;4641
+66082;42.60326;1.67839;1833;20221118;4.4;-.5;2;.6;5.83;2.1;.49;3700
+66082;42.60326;1.67839;1833;20221119;3.2;-2.1;.6;.9;4.23;1.6;.58;3853
+66082;42.60326;1.67839;1833;20221120;6.4;-4.8;.8;1.3;3.03;1.7;.84;6198
+66082;42.60326;1.67839;1833;20221121;3.7;-.9;1.4;1.4;5.03;17.4;.59;3391
+66082;42.60326;1.67839;1833;20221122;2.5;-2.9;-.2;2.3;4.33;4.5;.67;3748
+66082;42.60326;1.67839;1833;20221123;9.4;-2.2;3.6;2.2;6.03;7.9;.77;6113
+66082;42.60326;1.67839;1833;20221124;7.1;-1.5;2.8;1.8;4.53;.3;.85;4997
+66082;42.60326;1.67839;1833;20221125;5.4;.1;2.8;2.1;5.23;2.9;.75;3558
+66082;42.60326;1.67839;1833;20221126;7.2;-2.7;2.3;1.3;2.63;0;.93;5349
+66082;42.60326;1.67839;1833;20221127;9.8;2;5.9;1;2.43;2.8;1;4530
+66082;42.60326;1.67839;1833;20221128;2.7;-1.6;.6;1.6;3.63;7.4;.76;2944
+66082;42.60326;1.67839;1833;20221129;2.5;-2.5;0;1.1;4.33;4.4;.53;3254
+66082;42.60326;1.67839;1833;20221130;3;-5.9;-1.4;1.2;3.23;0;.6;4789
+66082;42.60326;1.67839;1833;20221201;2.4;-4.2;-.9;1;3.13;0;.59;3878
+66082;42.60326;1.67839;1833;20221202;.8;-6.5;-2.8;1.1;3.53;0;.45;4116
+66082;42.60326;1.67839;1833;20221203;-.1;-6.2;-3.1;1.3;3.33;1.1;.49;3600
+66082;42.60326;1.67839;1833;20221204;-1.8;-5;-3.4;1.8;3.63;.1;.46;2175
+66082;42.60326;1.67839;1833;20221205;5.6;-6.9;-.6;.8;4.23;0;.44;5704
+66082;42.60326;1.67839;1833;20221206;8.6;-.5;4.1;.6;5.63;.1;.49;4614
+66082;42.60326;1.67839;1833;20221207;5.1;-.4;2.4;.9;5.83;0;.46;3230
+66082;42.60326;1.67839;1833;20221208;3;1.5;2.3;1.5;5.73;4;.54;965
+66082;42.60326;1.67839;1833;20221209;3.7;1.6;2.7;1;6.53;4.8;.43;1400
+66082;42.60326;1.67839;1833;20221210;3.9;-.4;1.8;1;4.53;.1;.58;2625
+66082;42.60326;1.67839;1833;20221211;.4;-4.5;-2;1.2;2.33;0;.68;2885
+66082;42.60326;1.67839;1833;20221212;1.2;-5.2;-2;.8;4.43;5.5;.35;3492
+66082;42.60326;1.67839;1833;20221213;4.9;.4;2.7;.6;6.43;4.2;.4;2674
+66082;42.60326;1.67839;1833;20221214;7.4;2.7;5.1;1.4;7.17;2.7;.55;5702
+66082;42.60326;1.67839;1833;20221215;5.6;.6;3.1;.5;6.63;3.2;.4;2876
+66082;42.60326;1.67839;1833;20221216;3.3;-.9;1.2;.5;5.83;1.3;.38;2503
+66082;42.60326;1.67839;1833;20221217;4.7;-2.1;1.3;1.1;5.33;0;.45;3581
+66082;42.60326;1.67839;1833;20221218;6.5;-2.4;2.1;.9;4.23;0;.56;4304
+66082;42.60326;1.67839;1833;20221219;9.8;.2;5;.7;3.23;0;.66;4522
+66082;42.60326;1.67839;1833;20221220;11;4.7;7.9;1;3.93;1;.94;3378
+66082;42.60326;1.67839;1833;20221221;6.9;.7;3.8;.9;6.43;.4;.47;3339
+66082;42.60326;1.67839;1833;20221222;8.4;1.4;4.9;1;6.03;.2;.58;3642
+66082;42.60326;1.67839;1833;20221223;11.3;3.7;7.5;.9;6.73;0;.64;3861
+66082;42.60326;1.67839;1833;20221224;11.7;3;7.4;.8;5.43;0;.68;4241
+66082;42.60326;1.67839;1833;20221225;10.5;4.3;7.4;1.3;4.23;.1;1.03;3356
+66082;42.60326;1.67839;1833;20221226;9.1;4.4;6.8;2.5;4.83;0;1.32;2738
+66082;42.60326;1.67839;1833;20221227;6.8;.5;3.7;1.1;5.83;0;.55;3416
+66082;42.60326;1.67839;1833;20221228;6.9;-.1;3.4;1.5;5.33;0;.66;3695
+66082;42.60326;1.67839;1833;20221229;4.6;-1;1.8;.8;5.73;.1;.42;3162
+66082;42.60326;1.67839;1833;20221230;8;-.1;4;1.4;7.13;.1;.44;4123
+66082;42.60326;1.67839;1833;20221231;12;4.1;8.1;1.6;5.53;0;1.04;4075
+66083;42.62772;1.98081;1560;20220101;16.6;1.6;9.1;3.7;4.08;0;2.39;8129
+66083;42.62772;1.98081;1560;20220102;12.1;2;7.1;2.8;4.48;0;1.56;6823
+66083;42.62772;1.98081;1560;20220103;11.3;-1.5;4.9;2.9;5.58;0;1.15;7628
+66083;42.62772;1.98081;1560;20220104;9.5;.5;5;4.9;5.78;5;1.41;6540
+66083;42.62772;1.98081;1560;20220105;-.9;-1.5;-1.2;6.1;4.08;1.1;.94;2213
+66083;42.62772;1.98081;1560;20220106;-1.5;-7.8;-4.6;3.4;2.48;0;.85;5643
+66083;42.62772;1.98081;1560;20220107;3.9;-11.4;-3.7;1.8;3.08;2.1;.63;8454
+66083;42.62772;1.98081;1560;20220108;4.7;-2.5;1.1;3.5;4.78;5.2;.87;6054
+66083;42.62772;1.98081;1560;20220109;.2;-2.6;-1.2;3.1;6.08;47.8;.13;4060
+66083;42.62772;1.98081;1560;20220110;5.5;-.4;2.6;5.2;6.48;28.2;.67;5616
+66083;42.62772;1.98081;1560;20220111;2;-4.8;-1.4;3.2;3.18;.5;.99;6018
+66083;42.62772;1.98081;1560;20220112;3.6;-8.4;-2.4;2.5;2.18;0;1.07;7822
+66083;42.62772;1.98081;1560;20220113;8.6;-10.3;-.8;4.1;2.38;0;1.79;9712
+66083;42.62772;1.98081;1560;20220114;9.1;-5.2;2;4.2;2.18;0;2.1;8605
+66083;42.62772;1.98081;1560;20220115;5.4;-7.6;-1.1;2.5;2.18;0;1.22;8303
+66083;42.62772;1.98081;1560;20220116;4.3;-10.2;-2.9;2;1.98;0;.99;8802
+66083;42.62772;1.98081;1560;20220117;5.7;-9.9;-2.1;2.1;2.18;0;1.07;9181
+66083;42.62772;1.98081;1560;20220118;9.1;-6.1;1.5;2.2;2.48;0;1.34;9151
+66083;42.62772;1.98081;1560;20220119;1.9;-6;-2;2.6;3.58;.1;.78;6850
+66083;42.62772;1.98081;1560;20220120;2.1;-7.3;-2.6;5.3;4.98;.9;.4;7475
+66083;42.62772;1.98081;1560;20220121;-2.2;-5.8;-4;6;3.68;0;.66;4933
+66083;42.62772;1.98081;1560;20220122;2.8;-12.5;-4.8;1.9;2.98;0;.7;9522
+66083;42.62772;1.98081;1560;20220123;8;-8.4;-.2;3.5;2.78;0;1.59;9929
+66083;42.62772;1.98081;1560;20220124;5.1;-4.6;.3;.8;2.26;0;.71;11000
+66083;42.62772;1.98081;1560;20220125;9.7;.3;5;.9;2.06;0;.81;11000
+66083;42.62772;1.98081;1560;20220126;7.8;-4.4;1.7;2.4;2.78;0;1.41;8920
+66083;42.62772;1.98081;1560;20220127;7.7;-6.7;.5;2.4;2.38;0;1.43;9729
+66083;42.62772;1.98081;1560;20220128;7.3;-6.9;.2;3.1;2.28;0;1.65;9767
+66083;42.62772;1.98081;1560;20220129;9.3;-4.7;2.3;2.4;2.48;0;1.59;9805
+66083;42.62772;1.98081;1560;20220130;10.4;-4.8;2.8;2.1;2.68;0;1.52;10296
+66083;42.62772;1.98081;1560;20220131;6.1;-6.4;-.1;5.5;4.18;1.9;1.36;9502
+66083;42.62772;1.98081;1560;20220201;5;-3.4;.8;7.2;4.98;.1;1.18;7998
+66083;42.62772;1.98081;1560;20220202;12.4;2.4;7.4;3.2;3.88;0;2.17;8757
+66083;42.62772;1.98081;1560;20220203;14.3;-.9;6.7;3.6;3.28;.1;2.54;10751
+66083;42.62772;1.98081;1560;20220204;5.8;-1.9;2;2.5;5.28;.4;.95;7937
+66083;42.62772;1.98081;1560;20220205;5.1;-.1;2.5;4.5;5.88;.4;.98;6717
+66083;42.62772;1.98081;1560;20220206;6.3;-8.5;-1.1;2.1;3.78;0;1.05;10976
+66083;42.62772;1.98081;1560;20220207;7;-3.8;1.6;5.3;5.08;.4;1.33;9583
+66083;42.62772;1.98081;1560;20220208;13.3;-4.3;4.5;2.7;3.68;0;1.99;12178
+66083;42.62772;1.98081;1560;20220209;12.9;-2.6;5.2;4.2;3.28;0;2.62;11601
+66083;42.62772;1.98081;1560;20220210;1.6;-2.8;-.6;.7;4.41;0;1.05;10118
+66083;42.62772;1.98081;1560;20220211;5.9;-3.8;1;.8;5.61;.3;.81;8193
+66083;42.62772;1.98081;1560;20220212;9.1;-3.8;2.7;.6;4.91;0;.95;9601
+66083;42.62772;1.98081;1560;20220213;9.1;-2.8;3.2;1.4;5.41;2.6;1.21;9327
+66083;42.62772;1.98081;1560;20220214;4.3;.5;2.4;1.2;5.91;2.3;.88;5309
+66083;42.62772;1.98081;1560;20220215;2.8;-3.5;-.4;.7;5.11;.8;.75;6951
+66083;42.62772;1.98081;1560;20220216;7.8;-.3;3.8;3.5;6.18;2;1.23;9271
+66083;42.62772;1.98081;1560;20220217;11.8;3.6;7.7;3.8;6.48;0;1.92;9428
+66083;42.62772;1.98081;1560;20220218;17.3;1.3;9.3;5.3;6.08;1.6;3.15;13041
+66083;42.62772;1.98081;1560;20220219;.2;-1.8;-.8;6.5;5.58;4;.47;5113
+66083;42.62772;1.98081;1560;20220220;6.9;-7.7;-.4;3.1;4.58;0;1.28;12772
+66083;42.62772;1.98081;1560;20220221;6.4;-3.3;1.6;5.6;4.18;0;1.8;10657
+66083;42.62772;1.98081;1560;20220222;9.3;-1;4.2;4.5;3.78;0;2.32;11082
+66083;42.62772;1.98081;1560;20220223;13.8;-3.3;5.3;3;4.68;0;2.25;14237
+66083;42.62772;1.98081;1560;20220224;11.4;-.3;5.6;3.7;5.48;.7;2.02;12028
+66083;42.62772;1.98081;1560;20220225;2;-.8;.6;4.2;5.18;0;.94;6304
+66083;42.62772;1.98081;1560;20220226;11;-7.7;1.7;3.2;3.58;0;2.15;15359
+66083;42.62772;1.98081;1560;20220227;8.1;-5;1.6;3.1;4.88;.4;1.53;13111
+66083;42.62772;1.98081;1560;20220228;7.8;-.7;3.6;2.8;5.58;0;1.45;10812
+66083;42.62772;1.98081;1560;20220301;12;-4.7;3.7;3.5;4.38;0;2.28;15037
+66083;42.62772;1.98081;1560;20220302;12.2;-1.6;5.3;3.5;4.98;7.2;2.28;13881
+66083;42.62772;1.98081;1560;20220303;10.6;-1;4.8;3.2;6.78;.3;1.6;12921
+66083;42.62772;1.98081;1560;20220304;5.9;1.4;3.7;3.7;5.98;1.9;1.33;8395
+66083;42.62772;1.98081;1560;20220305;5.2;-1.7;1.8;4;4.98;.1;1.43;10336
+66083;42.62772;1.98081;1560;20220306;4.2;-3;.6;2.1;5.18;.4;1.11;10653
+66083;42.62772;1.98081;1560;20220307;7.3;-5.6;.9;3.5;4.68;0;1.62;14169
+66083;42.62772;1.98081;1560;20220308;7.7;-2;2.9;3.2;5.28;1.9;1.63;12506
+66083;42.62772;1.98081;1560;20220309;7.2;-3.6;1.8;3.1;5.38;0;1.49;13293
+66083;42.62772;1.98081;1560;20220310;9.4;-1.2;4.1;4.5;5.68;.1;1.94;13309
+66083;42.62772;1.98081;1560;20220311;6.1;1.7;3.9;5.3;6.48;3.6;1.35;8908
+66083;42.62772;1.98081;1560;20220312;2.8;.8;1.8;2.2;6.38;7.3;.82;6291
+66083;42.62772;1.98081;1560;20220313;6.1;.1;3.1;3.4;5.88;1.6;1.41;10487
+66083;42.62772;1.98081;1560;20220314;4.6;-3.2;.7;5.4;6.18;1.6;.94;11975
+66083;42.62772;1.98081;1560;20220315;15.1;4;9.6;5.7;6.68;0;3.21;14288
+66083;42.62772;1.98081;1560;20220316;14.4;4.8;9.6;3.9;6.18;.5;2.9;13464
+66083;42.62772;1.98081;1560;20220317;4.6;3.5;4.1;4.2;8.08;11.4;.65;5061
+66083;42.62772;1.98081;1560;20220318;4.7;1.1;2.9;.6;7.61;1.3;1.23;9347
+66083;42.62772;1.98081;1560;20220319;3.3;.8;2.1;.6;6.51;0;1.59;12895
+66083;42.62772;1.98081;1560;20220320;6.4;1.6;4;.6;6.51;2.4;1.45;10435
+66083;42.62772;1.98081;1560;20220321;5;1.7;3.4;2.1;5.71;1.4;2.07;11078
+66083;42.62772;1.98081;1560;20220322;6;-1.8;2.1;1.4;4.71;0;1.96;12344
+66083;42.62772;1.98081;1560;20220323;7.7;-2.3;2.7;1.6;4.01;0;2.31;14704
+66083;42.62772;1.98081;1560;20220324;9.9;-2.6;3.7;.7;4.81;0;2.14;17735
+66083;42.62772;1.98081;1560;20220325;10.6;.6;5.6;.8;7.11;0;2.17;16031
+66083;42.62772;1.98081;1560;20220326;9.8;-1.8;4;1;6.91;0;2.24;16683
+66083;42.62772;1.98081;1560;20220327;10.2;2;6.1;1;6.31;0;2.18;15859
+66083;42.62772;1.98081;1560;20220328;12.1;1.4;6.8;.9;5.21;0;2.24;15941
+66083;42.62772;1.98081;1560;20220329;12.7;2.9;7.8;1;6.81;10.2;2.33;15341
+66083;42.62772;1.98081;1560;20220330;3.5;.2;1.9;.9;7.61;5.4;1.26;8501
+66083;42.62772;1.98081;1560;20220331;5.6;.2;2.9;1.6;6.31;2.5;1.32;9457
+66083;42.62772;1.98081;1560;20220401;-3.5;-6.7;-5.1;2.9;3.11;7.8;1.11;6527
+66083;42.62772;1.98081;1560;20220402;-4.9;-8.4;-6.6;2.4;3.31;2.2;1.13;10242
+66083;42.62772;1.98081;1560;20220403;-2.3;-8;-5.1;1.3;2.78;.1;1.33;14149
+66083;42.62772;1.98081;1560;20220404;1.7;-7.3;-2.8;.9;4.01;0;1.79;16852
+66083;42.62772;1.98081;1560;20220405;6.6;-10.5;-1.9;1.2;4.21;0;2.39;19891
+66083;42.62772;1.98081;1560;20220406;8.8;-.8;4;.8;6.01;0;1.89;16191
+66083;42.62772;1.98081;1560;20220407;15.2;-2.1;6.6;.8;6.21;0;2.91;21451
+66083;42.62772;1.98081;1560;20220408;15.1;.7;7.9;1.2;7.11;.8;3.02;19905
+66083;42.62772;1.98081;1560;20220409;4.5;.3;2.4;1.3;6.11;.6;2.07;14156
+66083;42.62772;1.98081;1560;20220410;13.7;-4;4.9;1.3;4.71;0;3.15;21996
+66083;42.62772;1.98081;1560;20220411;15;6;10.5;1.8;7.11;0;3.56;18248
+66083;42.62772;1.98081;1560;20220412;15.6;6.6;11.1;.7;9.01;0;1.98;12695
+66083;42.62772;1.98081;1560;20220413;6.7;4.3;5.5;.2;8.51;1.1;1.26;8271
+66083;42.62772;1.98081;1560;20220414;12.2;.3;6.3;.9;8.21;0;2.55;16961
+66083;42.62772;1.98081;1560;20220415;15.1;2.2;8.7;.7;8.61;0;2.95;20386
+66083;42.62772;1.98081;1560;20220416;16.1;1.2;8.7;1.1;8.81;0;3.14;18625
+66083;42.62772;1.98081;1560;20220417;16.1;-.5;7.8;1.2;7.71;0;3.54;23042
+66083;42.62772;1.98081;1560;20220418;13.6;-1.3;6.2;1.2;9.11;0;2.79;17499
+66083;42.62772;1.98081;1560;20220419;9.8;3.4;6.6;.9;8.21;9.2;1.53;9349
+66083;42.62772;1.98081;1560;20220420;3.7;1.4;2.6;.7;6.91;8.6;1.45;12574
+66083;42.62772;1.98081;1560;20220421;2.4;-.2;1.1;.8;7.41;3.3;1.69;12436
+66083;42.62772;1.98081;1560;20220422;12.2;-.2;6;1.4;5.91;1;2.87;19353
+66083;42.62772;1.98081;1560;20220423;4.7;3.5;4.1;1.1;6.51;7.4;1.99;12253
+66083;42.62772;1.98081;1560;20220424;8.6;.3;4.5;1;7.71;.3;2.61;18923
+66083;42.62772;1.98081;1560;20220425;11.6;-.5;5.6;.8;7.41;0;3;20553
+66083;42.62772;1.98081;1560;20220426;17.3;.7;9;.9;7.31;0;3.25;21764
+66083;42.62772;1.98081;1560;20220427;16.8;2.8;9.8;.7;8.41;1;2.88;16901
+66083;42.62772;1.98081;1560;20220428;13.1;3.3;8.2;.6;11.01;.9;2.15;13180
+66083;42.62772;1.98081;1560;20220429;16.5;5.1;10.8;.8;9.41;.3;3.4;22191
+66083;42.62772;1.98081;1560;20220430;10.8;7;8.9;1.2;9.81;1.7;2.87;16640
+66083;42.62772;1.98081;1560;20220501;14.2;-.5;6.9;1.3;9.01;2;3.37;21660
+66083;42.62772;1.98081;1560;20220502;9.6;4.8;7.2;.6;10.21;10.8;2.34;14869
+66083;42.62772;1.98081;1560;20220503;8.8;3.6;6.2;.4;9.71;2.9;1.62;10126
+66083;42.62772;1.98081;1560;20220504;10.2;3;6.6;.8;9.31;2.5;1.97;12882
+66083;42.62772;1.98081;1560;20220505;7.8;3.4;5.6;6.5;7.08;3.3;2.01;13144
+66083;42.62772;1.98081;1560;20220506;10.1;4;7.1;6.7;6.88;1;2.7;15419
+66083;42.62772;1.98081;1560;20220507;13.3;4.1;8.7;5.1;7.38;1;3.23;18858
+66083;42.62772;1.98081;1560;20220508;13.8;2.9;8.4;2.5;7.78;.5;3.04;20551
+66083;42.62772;1.98081;1560;20220509;16.3;2.4;9.4;2.9;8.08;.3;3.55;23213
+66083;42.62772;1.98081;1560;20220510;19.3;2.5;10.9;3;8.08;0;4.25;25554
+66083;42.62772;1.98081;1560;20220511;22.7;5.1;13.9;3.1;8.48;0;5.01;26242
+66083;42.62772;1.98081;1560;20220512;23.3;6.6;15;2.9;8.88;.1;5.04;25679
+66083;42.62772;1.98081;1560;20220513;18.5;8;13.3;2.4;10.78;.9;3.56;20582
+66083;42.62772;1.98081;1560;20220514;22.4;5.9;14.2;2.1;10.68;.3;4.44;25718
+66083;42.62772;1.98081;1560;20220515;21.7;7.5;14.6;4;9.28;.1;4.92;23993
+66083;42.62772;1.98081;1560;20220516;21.5;8.2;14.9;3.4;10.38;.1;4.54;23322
+66083;42.62772;1.98081;1560;20220517;23.9;6.3;15.1;3.7;9.08;0;5.48;26814
+66083;42.62772;1.98081;1560;20220518;23.4;7.8;15.6;2.7;10.98;0;4.8;25368
+66083;42.62772;1.98081;1560;20220519;24.6;10.5;17.6;4.4;10.58;.1;5.64;24227
+66083;42.62772;1.98081;1560;20220520;26.8;14.8;20.8;5.2;7.88;.1;7.14;22473
+66083;42.62772;1.98081;1560;20220521;29.5;10.7;20.1;3.4;7.58;0;7;28036
+66083;42.62772;1.98081;1560;20220522;27.6;11.9;19.8;3.7;7.28;.3;6.72;25754
+66083;42.62772;1.98081;1560;20220523;14.1;8.1;11.1;3.2;9.58;2.1;2.89;16231
+66083;42.62772;1.98081;1560;20220524;7.2;3.6;5.4;4.7;8.38;20.1;1.5;12762
+66083;42.62772;1.98081;1560;20220525;9.9;2.6;6.3;5.9;7.38;2.2;2.48;17924
+66083;42.62772;1.98081;1560;20220526;13.5;4.3;8.9;5.7;8.48;.1;3.11;20085
+66083;42.62772;1.98081;1560;20220527;16.4;5.7;11.1;4.2;10.08;0;3.44;21658
+66083;42.62772;1.98081;1560;20220528;20.7;2.7;11.7;3.6;9.58;0;4.63;27948
+66083;42.62772;1.98081;1560;20220529;17.8;3.7;10.8;2.8;9.38;1.8;3.87;24869
+66083;42.62772;1.98081;1560;20220530;16.7;4.6;10.7;1.4;9.98;13.7;3.48;23138
+66083;42.62772;1.98081;1560;20220531;18.9;7.6;13.3;2.9;11.58;.6;3.77;22428
+66083;42.62772;1.98081;1560;20220601;23.8;8.3;16.1;3.4;10.38;.1;5.31;26198
+66083;42.62772;1.98081;1560;20220602;24.2;10.9;17.6;3.4;10.38;0;5.4;24362
+66083;42.62772;1.98081;1560;20220603;24.3;11.1;17.7;3.2;9.88;.8;5.43;24315
+66083;42.62772;1.98081;1560;20220604;24.7;8.9;16.8;4.5;11.38;0;5.68;26579
+66083;42.62772;1.98081;1560;20220605;16;9.8;12.9;3.8;13.28;0;2.65;16935
+66083;42.62772;1.98081;1560;20220606;22.9;6.6;14.8;3.5;11.08;5.4;5.02;27065
+66083;42.62772;1.98081;1560;20220607;14.2;6.8;10.5;2.1;11.88;0;2.64;18487
+66083;42.62772;1.98081;1560;20220608;18;7.3;12.7;2.6;11.78;3.2;3.55;22117
+66083;42.62772;1.98081;1560;20220609;17.7;7.4;12.6;3.6;9.98;0;3.86;21737
+66083;42.62772;1.98081;1560;20220610;21.4;2.4;11.9;3.2;7.98;0;5.13;29304
+66083;42.62772;1.98081;1560;20220611;25.7;6.6;16.2;2.4;9.08;0;5.73;29407
+66083;42.62772;1.98081;1560;20220612;25;10;17.5;3;11.68;4;5.37;26162
+66083;42.62772;1.98081;1560;20220613;24.1;8.6;16.4;2.3;13.38;.7;4.82;26603
+66083;42.62772;1.98081;1560;20220614;27.7;10.5;19.1;2.7;12.18;4.2;5.92;28005
+66083;42.62772;1.98081;1560;20220615;26.9;11.6;19.3;2.8;12.68;0;5.66;26468
+66083;42.62772;1.98081;1560;20220616;28;10.4;19.2;3.2;11.58;.1;6.26;28350
+66083;42.62772;1.98081;1560;20220617;28.2;13;20.6;2.3;12.58;.3;5.75;26406
+66083;42.62772;1.98081;1560;20220618;29.4;13.4;21.4;4.3;10.58;0;7.22;27081
+66083;42.62772;1.98081;1560;20220619;25.8;15;20.4;6.1;8.58;0;7.26;22378
+66083;42.62772;1.98081;1560;20220620;27.2;12.9;20.1;4.6;10.38;0;6.73;25647
+66083;42.62772;1.98081;1560;20220621;26.5;14.7;20.6;3.6;11.68;1.5;5.89;23361
+66083;42.62772;1.98081;1560;20220622;22.9;10.4;16.7;3.2;13.28;.8;4.62;24022
+66083;42.62772;1.98081;1560;20220623;22;8.2;15.1;2.8;11.48;0;4.63;25200
+66083;42.62772;1.98081;1560;20220624;15.9;7.2;11.6;3.1;11.78;.4;3.03;20146
+66083;42.62772;1.98081;1560;20220625;22.3;6.7;14.5;2.9;10.18;1.4;4.93;26731
+66083;42.62772;1.98081;1560;20220626;23.6;4.5;14.1;2.8;10.58;1.1;5.21;29490
+66083;42.62772;1.98081;1560;20220627;15;7.8;11.4;3.2;11.08;5.5;2.91;18364
+66083;42.62772;1.98081;1560;20220628;18.9;7.2;13.1;3.6;11.38;0;3.9;23203
+66083;42.62772;1.98081;1560;20220629;24.6;5.5;15.1;2.2;10.88;1.8;5.26;29431
+66083;42.62772;1.98081;1560;20220630;20.6;9.1;14.9;4;10.78;1;4.54;22973
+66083;42.62772;1.98081;1560;20220701;17.7;5.8;11.8;3.6;10.48;0;3.75;23335
+66083;42.62772;1.98081;1560;20220702;28.5;6.3;17.4;3.5;9.78;0;6.82;31585
+66083;42.62772;1.98081;1560;20220703;26.9;9.4;18.2;2.3;12.48;.2;5.55;28089
+66083;42.62772;1.98081;1560;20220704;23.3;11.7;17.5;3.5;13.68;.1;4.67;22970
+66083;42.62772;1.98081;1560;20220705;21.1;9.7;15.4;2.6;13.98;2.7;3.95;22747
+66083;42.62772;1.98081;1560;20220706;19.7;10.7;15.2;3.2;12.28;2.9;3.86;20260
+66083;42.62772;1.98081;1560;20220707;19.9;10.1;15;5.8;10.58;0;4.63;21079
+66083;42.62772;1.98081;1560;20220708;22.6;10.3;16.5;4.6;11.58;0;5.03;23494
+66083;42.62772;1.98081;1560;20220709;24.7;4.8;14.8;3.1;9.28;0;5.68;29643
+66083;42.62772;1.98081;1560;20220710;26.2;6.2;16.2;2.9;9.58;0;5.92;29663
+66083;42.62772;1.98081;1560;20220711;27.6;9.2;18.4;3.3;10.18;.1;6.3;28426
+66083;42.62772;1.98081;1560;20220712;28.2;9.8;19;3.1;10.48;0;6.31;28369
+66083;42.62772;1.98081;1560;20220713;28.3;10.5;19.4;2.5;12.68;0;5.83;27856
+66083;42.62772;1.98081;1560;20220714;28.8;11.8;20.3;3;12.08;0;6.17;27179
+66083;42.62772;1.98081;1560;20220715;28.9;9.9;19.4;2.9;11.38;0;6.27;28629
+66083;42.62772;1.98081;1560;20220716;30.4;10.6;20.5;3.2;8.78;0;7.05;29142
+66083;42.62772;1.98081;1560;20220717;30.3;10.1;20.2;3.5;8.98;0;7.18;29355
+66083;42.62772;1.98081;1560;20220718;30.1;13.2;21.7;4.8;11.08;0;7.42;26841
+66083;42.62772;1.98081;1560;20220719;32.9;15.6;24.3;3.5;11.38;0;7.41;27077
+66083;42.62772;1.98081;1560;20220720;22.6;10.9;16.8;2.5;13.48;0;4.23;22330
+66083;42.62772;1.98081;1560;20220721;28.9;9.4;19.2;2.8;12.18;0;6.07;28544
+66083;42.62772;1.98081;1560;20220722;31.1;13.7;22.4;3;13.48;.4;6.46;26923
+66083;42.62772;1.98081;1560;20220723;27.2;12;19.6;2.7;13.48;0;5.36;25132
+66083;42.62772;1.98081;1560;20220724;31.8;13.3;22.6;2.7;12.18;0;6.56;27569
+66083;42.62772;1.98081;1560;20220725;22.9;11.5;17.2;3.4;13.28;2.2;4.42;21721
+66083;42.62772;1.98081;1560;20220726;17.8;10.8;14.3;2.8;12.88;.2;3.07;17115
+66083;42.62772;1.98081;1560;20220727;22.5;9.2;15.9;3.6;11.18;0;4.69;23250
+66083;42.62772;1.98081;1560;20220728;26.6;6.8;16.7;2.7;11.28;.3;5.49;28116
+66083;42.62772;1.98081;1560;20220729;23.2;9.9;16.6;2.2;13.08;11.3;4.28;23086
+66083;42.62772;1.98081;1560;20220730;23.2;10.5;16.9;3;13.88;.4;4.29;22492
+66083;42.62772;1.98081;1560;20220731;25.2;9.1;17.2;2.9;13.58;.3;4.83;25141
+66083;42.62772;1.98081;1560;20220801;27.1;8.2;17.7;3;12.38;0;5.49;27076
+66083;42.62772;1.98081;1560;20220802;29.2;9.5;19.4;2.8;11.28;0;6.01;27519
+66083;42.62772;1.98081;1560;20220803;29.9;13;21.5;3.3;11.78;1.4;6.28;25436
+66083;42.62772;1.98081;1560;20220804;30;11.5;20.8;2.5;11.58;11.2;5.92;26470
+66083;42.62772;1.98081;1560;20220805;25.3;8.7;17;2.8;13.58;.1;4.74;25003
+66083;42.62772;1.98081;1560;20220806;26.4;10.2;18.3;2.2;13.78;.5;4.79;24601
+66083;42.62772;1.98081;1560;20220807;26.3;9.5;17.9;2.3;13.28;.7;4.84;24928
+66083;42.62772;1.98081;1560;20220808;27;9.4;18.2;2.2;11.88;.1;5.06;25382
+66083;42.62772;1.98081;1560;20220809;27.3;10.7;19;2.5;11.38;.7;5.24;24556
+66083;42.62772;1.98081;1560;20220810;26.8;10.5;18.7;2.3;11.48;.1;5.02;24224
+66083;42.62772;1.98081;1560;20220811;27.4;12.6;20;2.7;12.88;1.1;5.11;23004
+66083;42.62772;1.98081;1560;20220812;27.2;11.7;19.5;2.5;13.78;.1;4.9;23409
+66083;42.62772;1.98081;1560;20220813;28.5;12.3;20.4;2.6;13.58;3.7;5.22;23796
+66083;42.62772;1.98081;1560;20220814;24.5;10.1;17.3;3.1;13.18;0;4.47;22360
+66083;42.62772;1.98081;1560;20220815;22.3;12.3;17.3;2.4;13.68;1.1;3.69;18652
+66083;42.62772;1.98081;1560;20220816;24.2;8.9;16.6;3.1;10.78;.6;4.7;22785
+66083;42.62772;1.98081;1560;20220817;18.9;8.1;13.5;2.8;11.68;10.5;3.28;19150
+66083;42.62772;1.98081;1560;20220818;16.2;8.7;12.5;4.9;11.08;2.1;2.9;15987
+66083;42.62772;1.98081;1560;20220819;18.8;8.3;13.6;4.5;10.68;0;3.62;18684
+66083;42.62772;1.98081;1560;20220820;23.5;5.1;14.3;2.8;10.78;0;4.38;24368
+66083;42.62772;1.98081;1560;20220821;21.4;9.7;15.6;3.1;12.38;.8;3.71;19459
+66083;42.62772;1.98081;1560;20220822;21.6;11.1;16.4;4.4;13.68;.5;3.7;18362
+66083;42.62772;1.98081;1560;20220823;25;10.5;17.8;3.4;13.78;.1;4.38;21327
+66083;42.62772;1.98081;1560;20220824;27.4;10.5;19;3.6;12.98;2.9;5.15;22829
+66083;42.62772;1.98081;1560;20220825;23.9;12.5;18.2;2.8;14.28;10.7;3.86;18757
+66083;42.62772;1.98081;1560;20220826;21.4;11.2;16.3;3.2;14.08;.4;3.36;17669
+66083;42.62772;1.98081;1560;20220827;22.9;8.6;15.8;2.3;12.68;.1;3.72;20659
+66083;42.62772;1.98081;1560;20220828;24.8;8.7;16.8;3.1;10.38;.1;4.62;21736
+66083;42.62772;1.98081;1560;20220829;26;11.1;18.6;3.8;10.38;4.1;5.15;20798
+66083;42.62772;1.98081;1560;20220830;24.8;11.3;18.1;2.6;12.28;.1;4.14;19698
+66083;42.62772;1.98081;1560;20220831;21.2;10.2;15.7;2.2;12.28;13.9;3.29;17727
+66083;42.62772;1.98081;1560;20220901;22.4;5.2;13.8;2.5;11.18;6.1;3.72;21841
+66083;42.62772;1.98081;1560;20220902;20.7;7.9;14.3;2.5;12.58;9.9;3.18;18804
+66083;42.62772;1.98081;1560;20220903;20.5;10.3;15.4;2;12.48;.5;3.03;16742
+66083;42.62772;1.98081;1560;20220904;22.6;6.8;14.7;4;9.78;0;4.31;20518
+66083;42.62772;1.98081;1560;20220905;23.7;9.3;16.5;3.6;11.68;0;4.13;19476
+66083;42.62772;1.98081;1560;20220906;23.8;10.2;17;4.4;10.68;.5;4.57;18806
+66083;42.62772;1.98081;1560;20220907;22.4;9;15.7;3.3;10.58;.6;3.89;18532
+66083;42.62772;1.98081;1560;20220908;20.4;3.9;12.2;2.3;9.68;.1;3.3;20332
+66083;42.62772;1.98081;1560;20220909;18.8;5.9;12.4;2.5;10.38;.1;2.95;17919
+66083;42.62772;1.98081;1560;20220910;22.7;4.8;13.8;2.9;9.48;0;3.88;20820
+66083;42.62772;1.98081;1560;20220911;24.9;8.3;16.6;2.6;10.88;0;4.01;19916
+66083;42.62772;1.98081;1560;20220912;26.7;11.9;19.3;3.7;11.38;0;4.76;18693
+66083;42.62772;1.98081;1560;20220913;21.5;13.7;17.6;3.8;11.38;13.7;3.66;13651
+66083;42.62772;1.98081;1560;20220914;20.9;9.1;15;3.6;10.78;.5;3.46;16494
+66083;42.62772;1.98081;1560;20220915;19.7;6.4;13.1;2.3;10.78;9.7;2.88;17324
+66083;42.62772;1.98081;1560;20220916;18.2;9.1;13.7;3.1;11.68;.9;2.61;14329
+66083;42.62772;1.98081;1560;20220917;15.7;5.3;10.5;5.1;8.88;0;2.81;15142
+66083;42.62772;1.98081;1560;20220918;19.3;.1;9.7;3.1;6.18;0;3.58;20148
+66083;42.62772;1.98081;1560;20220919;19.1;3;11.1;3.6;6.58;0;3.65;18347
+66083;42.62772;1.98081;1560;20220920;19.2;1.2;10.2;2.8;6.38;.1;3.38;19189
+66083;42.62772;1.98081;1560;20220921;19;1.9;10.5;2.7;7.88;.2;3.06;18554
+66083;42.62772;1.98081;1560;20220922;18.9;2.9;10.9;3.2;8.78;.1;3;17808
+66083;42.62772;1.98081;1560;20220923;19.7;5.2;12.5;3.4;9.58;7.6;3.08;16832
+66083;42.62772;1.98081;1560;20220924;13.3;7.8;10.6;2.3;10.38;11;1.71;10538
+66083;42.62772;1.98081;1560;20220925;11.4;1.5;6.5;3.1;7.78;.2;1.81;13773
+66083;42.62772;1.98081;1560;20220926;13.2;1.7;7.5;3.3;7.48;1.2;2.17;14653
+66083;42.62772;1.98081;1560;20220927;13.5;2.5;8;3.7;7.88;2.4;2.18;14211
+66083;42.62772;1.98081;1560;20220928;15.8;7;11.4;3;9.08;1.3;2.35;12664
+66083;42.62772;1.98081;1560;20220929;11.2;3.9;7.6;3;7.98;12;1.74;11486
+66083;42.62772;1.98081;1560;20220930;8.8;1.6;5.2;3.5;6.58;1;1.66;11303
+66083;42.62772;1.98081;1560;20221001;18.9;-2;8.5;2.4;6.98;0;2.78;18583
+66083;42.62772;1.98081;1560;20221002;20.8;4;12.4;2.1;9.08;0;2.72;16567
+66083;42.62772;1.98081;1560;20221003;21.7;5.9;13.8;2.2;9.08;0;2.88;15927
+66083;42.62772;1.98081;1560;20221004;19.6;3.4;11.5;2.9;8.18;0;2.87;15956
+66083;42.62772;1.98081;1560;20221005;20.7;3.4;12.1;3.7;7.98;0;3.32;16298
+66083;42.62772;1.98081;1560;20221006;18.3;4;11.2;2.2;9.28;0;2.28;14729
+66083;42.62772;1.98081;1560;20221007;17.1;4.8;11;2.3;9.18;3.6;2.14;13570
+66083;42.62772;1.98081;1560;20221008;12.2;8.8;10.5;2.4;10.58;1;1.34;7391
+66083;42.62772;1.98081;1560;20221009;17.9;3;10.5;3.3;8.48;.3;2.51;14558
+66083;42.62772;1.98081;1560;20221010;17.8;3.2;10.5;3.4;8.18;.1;2.56;14267
+66083;42.62772;1.98081;1560;20221011;17;1.8;9.4;2.6;7.88;0;2.24;14389
+66083;42.62772;1.98081;1560;20221012;16.7;4.8;10.8;2.1;9.08;.4;1.95;12676
+66083;42.62772;1.98081;1560;20221013;17.6;3.2;10.4;3.1;8.98;0;2.24;13727
+66083;42.62772;1.98081;1560;20221014;19.3;8.6;14;2.8;10.58;0;2.31;11801
+66083;42.62772;1.98081;1560;20221015;19.8;4.4;12.1;4;8.18;.1;3;13868
+66083;42.62772;1.98081;1560;20221016;19.9;8.1;14;4;9.58;0;2.86;12094
+66083;42.62772;1.98081;1560;20221017;19.1;10.9;15;4.2;9.38;.1;2.96;10088
+66083;42.62772;1.98081;1560;20221018;21.4;7.6;14.5;3.4;8.38;0;3.07;12740
+66083;42.62772;1.98081;1560;20221019;21.9;9.6;15.8;3.8;9.18;.7;3.22;11934
+66083;42.62772;1.98081;1560;20221020;13.3;10.4;11.9;5.6;10.28;14.5;1.89;6089
+66083;42.62772;1.98081;1560;20221021;17.1;9.6;13.4;5.1;9.58;0;2.64;9268
+66083;42.62772;1.98081;1560;20221022;17.3;7.4;12.4;3.5;9.18;.2;2.24;10429
+66083;42.62772;1.98081;1560;20221023;16;10.6;13.3;7.3;8.78;7.1;3.18;7800
+66083;42.62772;1.98081;1560;20221024;16;8.8;12.4;4.6;9.48;0;2.26;8802
+66083;42.62772;1.98081;1560;20221025;19.8;9.2;14.5;3.6;7.98;0;2.9;10416
+66083;42.62772;1.98081;1560;20221026;20.8;9.8;15.3;3.6;7.98;0;3.05;10480
+66083;42.62772;1.98081;1560;20221027;20.9;10.5;15.7;3.1;7.98;0;2.84;10097
+66083;42.62772;1.98081;1560;20221028;22.9;10.7;16.8;3.6;6.38;0;3.6;10758
+66083;42.62772;1.98081;1560;20221029;20.9;10.4;15.7;3.5;5.08;0;3.47;9920
+66083;42.62772;1.98081;1560;20221030;20;6.4;13.2;2.9;3.88;.1;3.02;11069
+66083;42.62772;1.98081;1560;20221031;17.8;6.2;12;3.8;7.68;3.3;2.49;10163
+66083;42.62772;1.98081;1560;20221101;15.4;4.5;10;2.9;8.48;0;1.67;9764
+66083;42.62772;1.98081;1560;20221102;13.7;1.3;7.5;2.9;7.48;0;1.5;10254
+66083;42.62772;1.98081;1560;20221103;11.8;7.1;9.5;5.3;8.28;4.4;1.78;6511
+66083;42.62772;1.98081;1560;20221104;4.3;-2.7;.8;3.9;5.18;8.1;.92;7710
+66083;42.62772;1.98081;1560;20221105;10.3;-.3;5;5.1;4.78;0;2.07;9226
+66083;42.62772;1.98081;1560;20221106;17;.1;8.6;3.6;4.58;0;2.62;11341
+66083;42.62772;1.98081;1560;20221107;15.1;-1;7.1;4.7;4.68;0;2.65;10966
+66083;42.62772;1.98081;1560;20221108;16.7;4.4;10.6;5;6.58;0;2.72;9569
+66083;42.62772;1.98081;1560;20221109;14.8;4;9.4;2.8;8.28;5.8;1.46;8916
+66083;42.62772;1.98081;1560;20221110;10.8;1;5.9;2.7;6.88;0;1.15;8437
+66083;42.62772;1.98081;1560;20221111;14.1;.2;7.2;3.7;6.68;0;1.71;9812
+66083;42.62772;1.98081;1560;20221112;16.4;4.7;10.6;3.4;5.88;.1;2.28;8966
+66083;42.62772;1.98081;1560;20221113;16.4;1.7;9.1;3.5;5.68;.1;2.21;9864
+66083;42.62772;1.98081;1560;20221114;12.2;3.1;7.7;3.3;7.38;0;1.35;7830
+66083;42.62772;1.98081;1560;20221115;12.5;6.8;9.7;5.4;8.38;.7;1.74;6281
+66083;42.62772;1.98081;1560;20221116;12;2.2;7.1;2.4;7.08;0;1.15;7942
+66083;42.62772;1.98081;1560;20221117;12.9;1.9;7.4;3.4;7.38;4.8;1.35;8292
+66083;42.62772;1.98081;1560;20221118;5.4;1.1;3.3;3.7;6.38;2.3;.8;5396
+66083;42.62772;1.98081;1560;20221119;2.1;-.9;.6;4.4;5.58;2.2;.62;4582
+66083;42.62772;1.98081;1560;20221120;8.9;-2.3;3.3;3.5;4.68;1.5;1.37;8129
+66083;42.62772;1.98081;1560;20221121;6.2;0;3.1;3.8;5.88;15.6;.94;6172
+66083;42.62772;1.98081;1560;20221122;4.2;-1.8;1.2;4;5.08;5.4;.88;6031
+66083;42.62772;1.98081;1560;20221123;8.9;-.7;4.1;3.9;6.98;9;.84;7381
+66083;42.62772;1.98081;1560;20221124;8.1;-2.9;2.6;3;5.08;.1;1.04;7786
+66083;42.62772;1.98081;1560;20221125;6;0;3;3.6;5.98;3.5;.84;5885
+66083;42.62772;1.98081;1560;20221126;11.7;-2.5;4.6;2.6;4.18;0;1.42;8610
+66083;42.62772;1.98081;1560;20221127;13.8;-.8;6.5;3.6;3.28;2.5;2.23;8652
+66083;42.62772;1.98081;1560;20221128;2.4;.1;1.3;4;5.48;6;.71;3828
+66083;42.62772;1.98081;1560;20221129;2.4;-1.1;.7;5.6;5.68;4.4;.59;4529
+66083;42.62772;1.98081;1560;20221130;5.3;-6.3;-.5;1.7;4.28;0;.62;7620
+66083;42.62772;1.98081;1560;20221201;1.8;-7.8;-3;2.6;3.78;0;.59;6948
+66083;42.62772;1.98081;1560;20221202;4.1;-8.8;-2.3;2.6;3.58;0;.75;7892
+66083;42.62772;1.98081;1560;20221203;4.8;-7.5;-1.3;3.2;3.68;.4;.91;7675
+66083;42.62772;1.98081;1560;20221204;2.8;-2.3;.3;3.3;4.08;.1;.92;5161
+66083;42.62772;1.98081;1560;20221205;7.1;-7.7;-.3;4.5;3.88;0;1.25;8256
+66083;42.62772;1.98081;1560;20221206;10.6;-1.6;4.5;2.8;5.48;.1;1.09;7520
+66083;42.62772;1.98081;1560;20221207;9.1;-2.5;3.3;1.6;5.78;0;.63;7313
+66083;42.62772;1.98081;1560;20221208;7.3;-1.7;2.8;3.7;5.98;1.5;.8;6495
+66083;42.62772;1.98081;1560;20221209;7.7;2.8;5.3;2.6;6.88;4.3;.77;4954
+66083;42.62772;1.98081;1560;20221210;2.5;.3;1.4;3.8;4.88;0;.89;3536
+66083;42.62772;1.98081;1560;20221211;4.2;-9.7;-2.7;1.7;2.38;0;.74;7808
+66083;42.62772;1.98081;1560;20221212;4.3;-6.7;-1.2;2.8;4.38;4.2;.63;6999
+66083;42.62772;1.98081;1560;20221213;6.5;-.3;3.1;2.5;6.98;2.8;.46;5635
+66083;42.62772;1.98081;1560;20221214;9.3;2.8;6.1;3;7.68;3.1;.75;5511
+66083;42.62772;1.98081;1560;20221215;8.5;2.2;5.4;1.9;7.08;3.3;.63;5425
+66083;42.62772;1.98081;1560;20221216;7.5;.5;4;1.4;6.68;1.8;.49;5670
+66083;42.62772;1.98081;1560;20221217;9.1;-2;3.6;2.7;5.18;0;.96;6949
+66083;42.62772;1.98081;1560;20221218;9.2;-3.2;3;4.4;4.08;0;1.58;7296
+66083;42.62772;1.98081;1560;20221219;11;.6;5.8;6.6;4.08;0;2.51;6735
+66083;42.62772;1.98081;1560;20221220;15.6;7.2;11.4;5.2;3.98;.6;3.27;6120
+66083;42.62772;1.98081;1560;20221221;10.2;2.7;6.5;2.6;7.28;.3;.84;5821
+66083;42.62772;1.98081;1560;20221222;11.4;.3;5.9;2.1;6.88;.2;.77;6933
+66083;42.62772;1.98081;1560;20221223;14.4;3.5;9;3;6.98;0;1.37;6881
+66083;42.62772;1.98081;1560;20221224;13;1;7;4.7;5.78;0;1.82;7192
+66083;42.62772;1.98081;1560;20221225;14.1;3.2;8.7;4.3;5.48;.1;2.07;6897
+66083;42.62772;1.98081;1560;20221226;12.7;2.1;7.4;3.6;5.78;0;1.57;6823
+66083;42.62772;1.98081;1560;20221227;10.2;-1.8;4.2;2.3;5.78;0;.85;7230
+66083;42.62772;1.98081;1560;20221228;9.6;-1.6;4;3.5;5.38;0;1.15;7025
+66083;42.62772;1.98081;1560;20221229;8;-1.4;3.3;3.1;5.38;0;.95;6512
+66083;42.62772;1.98081;1560;20221230;11.8;-.3;5.8;3.7;7.38;0;.96;7318
+66083;42.62772;1.98081;1560;20221231;15.7;3.7;9.7;4.9;6.48;0;2.22;7316
+66084;42.65128;2.28345;840;20220101;18.2;7.8;13;.9;6.23;.1;1.04;5492
+66084;42.65128;2.28345;840;20220102;15.7;4.4;10.1;1.3;7.49;.1;.96;5784
+66084;42.65128;2.28345;840;20220103;13.6;5.9;9.7;1.2;8.89;0;.84;4542
+66084;42.65128;2.28345;840;20220104;12.1;4.8;8.4;1.9;8.22;1.4;.86;4280
+66084;42.65128;2.28345;840;20220105;3.9;3.1;3.5;5.1;5.42;0;.89;1150
+66084;42.65128;2.28345;840;20220106;4.7;-2.9;.9;4.5;3.42;0;.97;4316
+66084;42.65128;2.28345;840;20220107;5.1;-2.6;1.3;4.9;4.32;.9;1;4570
+66084;42.65128;2.28345;840;20220108;8.3;3;5.7;5.9;6.52;2.4;.82;3520
+66084;42.65128;2.28345;840;20220109;7.6;3.1;5.3;6.6;7.07;38.7;.95;2700
+66084;42.65128;2.28345;840;20220110;5.2;2.8;4;4.7;7.07;17.1;.69;2016
+66084;42.65128;2.28345;840;20220111;8.2;.8;4.5;4.1;4.22;.5;1.24;4470
+66084;42.65128;2.28345;840;20220112;6.7;-1.4;2.7;3.4;4.02;0;1.25;5007
+66084;42.65128;2.28345;840;20220113;8;-3.6;2.2;1.4;3.37;0;.9;6362
+66084;42.65128;2.28345;840;20220114;11.3;-1.6;4.9;1.7;3.07;0;1.27;6828
+66084;42.65128;2.28345;840;20220115;8.9;-1.3;3.8;2.4;2.92;0;1.49;6014
+66084;42.65128;2.28345;840;20220116;7.6;-.8;3.4;3.1;3.42;0;1.42;5449
+66084;42.65128;2.28345;840;20220117;8.6;.2;4.4;3.2;4.22;0;1.2;5386
+66084;42.65128;2.28345;840;20220118;9.7;1.6;5.6;1.4;4.77;0;.96;5450
+66084;42.65128;2.28345;840;20220119;3.6;-2.2;.7;3;5.82;.1;.44;4520
+66084;42.65128;2.28345;840;20220120;6;-1.1;2.5;3.9;6.07;.2;.62;4869
+66084;42.65128;2.28345;840;20220121;4;-2.1;.9;3.8;4.72;0;.75;4514
+66084;42.65128;2.28345;840;20220122;5.8;-3.8;1;2.6;4.12;0;.96;6208
+66084;42.65128;2.28345;840;20220123;8.1;-3.3;2.4;2.1;4.52;0;1;7007
+66084;42.65128;2.28345;840;20220124;8.1;.3;4.2;2.4;5.57;0;.95;5586
+66084;42.65128;2.28345;840;20220125;8.8;-1.7;3.6;1.7;5.47;0;.88;6831
+66084;42.65128;2.28345;840;20220126;12.2;.1;6.1;2.3;3.97;0;1.54;7512
+66084;42.65128;2.28345;840;20220127;11.4;1.4;6.4;3.2;3.62;0;1.88;6841
+66084;42.65128;2.28345;840;20220128;12.6;2;7.3;4.4;3.52;0;2.31;6875
+66084;42.65128;2.28345;840;20220129;13.9;4.3;9.1;3.4;3.67;0;2.14;6821
+66084;42.65128;2.28345;840;20220130;12.7;4;8.3;3.5;5.57;0;1.56;6456
+66084;42.65128;2.28345;840;20220131;8.2;1.3;4.7;6.3;5.57;0;1.1;5509
+66084;42.65128;2.28345;840;20220201;9.6;1.1;5.4;6.5;5.92;0;1.06;5937
+66084;42.65128;2.28345;840;20220202;14.5;4.6;9.5;4.8;5.72;0;1.5;6551
+66084;42.65128;2.28345;840;20220203;16.9;5.6;11.3;2.6;5.47;.1;1.87;8003
+66084;42.65128;2.28345;840;20220204;8.9;4.8;6.9;3.7;7.92;.1;.8;4507
+66084;42.65128;2.28345;840;20220205;8.1;4.4;6.2;3.7;7.62;0;.81;3602
+66084;42.65128;2.28345;840;20220206;5.9;-.3;2.8;4.3;6.12;.1;.68;5575
+66084;42.65128;2.28345;840;20220207;10.7;1.8;6.2;5.1;7.12;0;.97;6507
+66084;42.65128;2.28345;840;20220208;12.8;1.2;7;2.1;5.62;0;1.55;8705
+66084;42.65128;2.28345;840;20220209;10;1.2;5.6;2;7.07;0;.99;7587
+66084;42.65128;2.28345;840;20220210;4.1;-.6;1.7;1.2;5.92;0;1.23;11406
+66084;42.65128;2.28345;840;20220211;9.1;2.3;5.7;2;6.82;0;1.09;5997
+66084;42.65128;2.28345;840;20220212;11.2;-1.1;5;2.6;6.15;0;1.25;8600
+66084;42.65128;2.28345;840;20220213;11.8;2.2;7;3.4;6.95;1.9;1.43;7575
+66084;42.65128;2.28345;840;20220214;8;4.4;6.2;3.2;7.15;1.1;1.13;5236
+66084;42.65128;2.28345;840;20220215;6.5;1.2;3.8;4.4;6.89;0;1.13;7050
+66084;42.65128;2.28345;840;20220216;11.5;3.2;7.3;5.4;7.87;.1;1.07;7582
+66084;42.65128;2.28345;840;20220217;11.2;6.1;8.6;4.9;9.32;0;.88;5578
+66084;42.65128;2.28345;840;20220218;16.4;4.7;10.5;3;9.42;.8;1.72;9936
+66084;42.65128;2.28345;840;20220219;4.8;3.7;4.2;4.1;7.27;1.6;.8;2411
+66084;42.65128;2.28345;840;20220220;9.7;.3;5;4.6;7.02;0;1;8552
+66084;42.65128;2.28345;840;20220221;11.4;4;7.7;7.1;6.62;0;1.66;6658
+66084;42.65128;2.28345;840;20220222;12.4;3.1;7.8;4.9;6.37;0;1.65;8704
+66084;42.65128;2.28345;840;20220223;13.6;3.4;8.5;2.8;7.27;0;1.72;9655
+66084;42.65128;2.28345;840;20220224;12;3.8;7.9;3.4;8.17;.2;1.51;8805
+66084;42.65128;2.28345;840;20220225;7.3;3.7;5.5;3.8;6.22;0;1.29;5583
+66084;42.65128;2.28345;840;20220226;9.3;-2;3.6;2.7;4.67;0;1.61;10859
+66084;42.65128;2.28345;840;20220227;10.1;.5;5.3;2.1;6.47;.1;1.4;10113
+66084;42.65128;2.28345;840;20220228;10.7;.3;5.5;2.3;6.87;0;1.39;10654
+66084;42.65128;2.28345;840;20220301;9.5;2.8;6.1;3.5;7.32;0;1.39;8318
+66084;42.65128;2.28345;840;20220302;9.5;3.1;6.3;2.8;8.47;4.8;1;7882
+66084;42.65128;2.28345;840;20220303;12.7;3.6;8.1;2.1;8.77;0;1.42;10023
+66084;42.65128;2.28345;840;20220304;9.6;5.3;7.5;4.3;7.97;0;1.19;4696
+66084;42.65128;2.28345;840;20220305;7.1;2.3;4.7;3.6;6.82;0;.93;6775
+66084;42.65128;2.28345;840;20220306;6.6;2.1;4.3;2.6;6.62;0;1.03;6931
+66084;42.65128;2.28345;840;20220307;6;-.5;2.7;2.1;6.42;0;.97;8878
+66084;42.65128;2.28345;840;20220308;9.7;1.4;5.5;3.3;7.42;1.6;1.28;9812
+66084;42.65128;2.28345;840;20220309;10.4;3.7;7.1;3.1;8.37;0;1.25;8852
+66084;42.65128;2.28345;840;20220310;11.8;4.6;8.2;4.1;8.22;0;1.71;9426
+66084;42.65128;2.28345;840;20220311;8.7;6.4;7.5;5.4;8.87;2.9;1.05;4224
+66084;42.65128;2.28345;840;20220312;5.8;5.1;5.4;3.5;8.92;14;.56;1949
+66084;42.65128;2.28345;840;20220313;9.4;4.5;7;3.9;8.52;1.9;1.24;7641
+66084;42.65128;2.28345;840;20220314;7.4;1.1;4.3;5.3;9.32;15.6;.49;9607
+66084;42.65128;2.28345;840;20220315;9.6;7;8.3;5.5;10.72;1.1;.72;5147
+66084;42.65128;2.28345;840;20220316;10.4;6.8;8.6;4.1;10.42;.9;.92;5493
+66084;42.65128;2.28345;840;20220317;10.2;7.1;8.7;2.8;10.57;19.2;1.06;6668
+66084;42.65128;2.28345;840;20220318;10.7;5.6;8.1;2;8.78;4.4;1.22;6215
+66084;42.65128;2.28345;840;20220319;11.4;4.5;7.9;1.8;7.68;.2;1.88;13231
+66084;42.65128;2.28345;840;20220320;9.5;5.2;7.3;3.1;7.82;6.7;1.62;8045
+66084;42.65128;2.28345;840;20220321;10.3;5.4;7.8;4.4;7.05;4.1;2.28;12559
+66084;42.65128;2.28345;840;20220322;11.2;3.2;7.2;6;6.26;.2;2.74;15214
+66084;42.65128;2.28345;840;20220323;12.8;2.1;7.4;3.1;5.28;0;2.77;18634
+66084;42.65128;2.28345;840;20220324;15.5;1.5;8.5;4;5.73;0;3.16;18278
+66084;42.65128;2.28345;840;20220325;16.2;4;10.1;1.8;6.42;0;2.74;16743
+66084;42.65128;2.28345;840;20220326;16;3.3;9.6;2.4;6.42;0;2.93;18494
+66084;42.65128;2.28345;840;20220327;16.4;4.9;10.7;2.1;6.52;0;2.91;17719
+66084;42.65128;2.28345;840;20220328;16.7;5.2;10.9;2.2;6.05;0;2.95;16380
+66084;42.65128;2.28345;840;20220329;16.2;6.9;11.5;2;8.02;7.6;2.33;12880
+66084;42.65128;2.28345;840;20220330;9.4;5.3;7.4;2.5;9.36;4.3;1.41;7833
+66084;42.65128;2.28345;840;20220331;9.7;4.4;7;4.1;7.28;.5;1.96;11785
+66084;42.65128;2.28345;840;20220401;1.7;-1.7;0;7;4.46;2.3;2.18;12675
+66084;42.65128;2.28345;840;20220402;1.2;-3.6;-1.2;4.6;4.57;0;1.65;11137
+66084;42.65128;2.28345;840;20220403;4.3;-4;.2;5.9;4.12;0;2.49;17779
+66084;42.65128;2.28345;840;20220404;8.4;-2.9;2.7;2.4;4.69;0;2.59;19717
+66084;42.65128;2.28345;840;20220405;13.3;-3.5;4.9;4.7;5.62;0;3.57;22359
+66084;42.65128;2.28345;840;20220406;11.8;1.9;6.8;2.1;7.48;0;1.5;10797
+66084;42.65128;2.28345;840;20220407;17;2.9;9.9;3;8.52;0;2.32;15217
+66084;42.65128;2.28345;840;20220408;18.5;6.1;12.3;3.9;9.15;.4;3.11;16868
+66084;42.65128;2.28345;840;20220409;10.5;3.9;7.2;3.6;6.82;0;2.37;14785
+66084;42.65128;2.28345;840;20220410;17.7;-.2;8.8;2.7;5.82;0;3.59;23632
+66084;42.65128;2.28345;840;20220411;16.2;7.6;11.9;4.7;8.72;0;2.7;12949
+66084;42.65128;2.28345;840;20220412;15.4;8.3;11.9;3.4;9.02;3.5;2.45;11131
+66084;42.65128;2.28345;840;20220413;11.9;7.5;9.7;1.7;9.12;2.5;1.8;8590
+66084;42.65128;2.28345;840;20220414;19.1;5.9;12.5;1.9;9.55;0;3.27;20153
+66084;42.65128;2.28345;840;20220415;21.5;7.2;14.3;2.4;10.22;0;3.68;21228
+66084;42.65128;2.28345;840;20220416;21.9;8.6;15.2;3.4;9.68;0;4.2;21741
+66084;42.65128;2.28345;840;20220417;22;4.6;13.3;2.9;8.68;0;4.28;24747
+66084;42.65128;2.28345;840;20220418;18.6;5.3;12;2.1;9.75;0;2.97;18366
+66084;42.65128;2.28345;840;20220419;14.8;7;10.9;1.6;9.75;12.3;1.81;10083
+66084;42.65128;2.28345;840;20220420;9.4;5.1;7.2;1.2;9.08;32.9;1.26;8058
+66084;42.65128;2.28345;840;20220421;9.6;5.4;7.5;1.4;9.58;5.5;1.36;8512
+66084;42.65128;2.28345;840;20220422;17;4.7;10.9;1.9;9.15;0;2.81;18617
+66084;42.65128;2.28345;840;20220423;10.9;7.9;9.4;2.7;8.58;7.3;1.71;7751
+66084;42.65128;2.28345;840;20220424;13;3.7;8.3;3.1;9.28;.5;2.04;13674
+66084;42.65128;2.28345;840;20220425;16.9;4.8;10.8;1.9;8.72;0;3.15;22251
+66084;42.65128;2.28345;840;20220426;20.4;4.4;12.4;1.8;8.72;0;3.82;24388
+66084;42.65128;2.28345;840;20220427;20.8;8.6;14.7;1.9;10.22;0;3.17;18200
+66084;42.65128;2.28345;840;20220428;19.1;9.5;14.3;1.7;11.88;.1;2.55;13926
+66084;42.65128;2.28345;840;20220429;21.4;9;15.2;2;11.95;0;3.51;21263
+66084;42.65128;2.28345;840;20220430;18.3;10.7;14.5;2.5;11.12;.1;3.18;16580
+66084;42.65128;2.28345;840;20220501;19.5;5.1;12.3;2.2;9.55;1.9;3.64;22186
+66084;42.65128;2.28345;840;20220502;16.7;8.8;12.7;1.3;10.55;11.1;2.39;13989
+66084;42.65128;2.28345;840;20220503;14.4;8.4;11.4;1;11.28;1.3;1.94;10942
+66084;42.65128;2.28345;840;20220504;15.2;7.2;11.2;1.2;11.05;1.4;2.07;12460
+66084;42.65128;2.28345;840;20220505;14.1;7.5;10.8;3.9;8.31;.6;2.51;15428
+66084;42.65128;2.28345;840;20220506;15.9;8.7;12.3;5;8.52;0;3.33;15516
+66084;42.65128;2.28345;840;20220507;18.3;10.2;14.2;4.6;9.32;.4;3.68;16763
+66084;42.65128;2.28345;840;20220508;18.6;10;14.3;2.9;10.07;.4;3.4;17229
+66084;42.65128;2.28345;840;20220509;19.9;8.2;14.1;1.4;10.77;.4;3.49;20493
+66084;42.65128;2.28345;840;20220510;21.9;8.1;15;1.9;11.07;0;3.99;22451
+66084;42.65128;2.28345;840;20220511;21.9;9.5;15.7;2.1;12.12;0;3.87;21320
+66084;42.65128;2.28345;840;20220512;22.9;10.2;16.5;1.6;11.77;0;3.83;21137
+66084;42.65128;2.28345;840;20220513;20.5;9.3;14.9;1.8;13.17;.7;3.44;20462
+66084;42.65128;2.28345;840;20220514;23.7;11.2;17.4;2.3;13.97;.1;4.08;21634
+66084;42.65128;2.28345;840;20220515;24.7;14.2;19.5;2.7;11.52;.2;4.43;18884
+66084;42.65128;2.28345;840;20220516;22;10.4;16.2;1.4;14.02;.1;3.64;20934
+66084;42.65128;2.28345;840;20220517;23.2;11.9;17.5;1.4;15.47;0;3.75;20816
+66084;42.65128;2.28345;840;20220518;25.7;14.6;20.1;2.4;14.82;0;4.48;20554
+66084;42.65128;2.28345;840;20220519;24.6;13.3;19;3.4;15.02;.1;4.16;19739
+66084;42.65128;2.28345;840;20220520;28;17.4;22.7;3.2;13.02;0;5.22;20070
+66084;42.65128;2.28345;840;20220521;25.4;12.5;19;1.2;15.52;.1;4.18;22637
+66084;42.65128;2.28345;840;20220522;25.3;15.2;20.3;1.6;14.47;.8;4.15;20043
+66084;42.65128;2.28345;840;20220523;17.6;13.3;15.4;3.3;14.37;.7;2.29;11413
+66084;42.65128;2.28345;840;20220524;11;10;10.5;3.4;11.32;18.5;1.14;5057
+66084;42.65128;2.28345;840;20220525;15.9;7.8;11.9;4.1;10.22;0;2.97;17606
+66084;42.65128;2.28345;840;20220526;17.4;8.9;13.1;4;10.47;0;3.12;17752
+66084;42.65128;2.28345;840;20220527;21.1;9.5;15.3;3.8;12.17;0;3.92;21269
+66084;42.65128;2.28345;840;20220528;23.7;12.3;18;3.6;12.32;0;4.5;20766
+66084;42.65128;2.28345;840;20220529;21;9.9;15.5;2.7;10.67;1.3;4.29;21290
+66084;42.65128;2.28345;840;20220530;21.1;8;14.6;1.4;11.57;8.5;3.91;23406
+66084;42.65128;2.28345;840;20220531;22.2;11.8;17;1.5;13.87;0;3.8;20511
+66084;42.65128;2.28345;840;20220601;26.6;11.4;19;1.9;14.42;0;4.72;24959
+66084;42.65128;2.28345;840;20220602;23.4;11.6;17.5;2.1;15.57;0;3.88;21769
+66084;42.65128;2.28345;840;20220603;23.6;14;18.8;2.7;16.17;0;4.05;19809
+66084;42.65128;2.28345;840;20220604;26.2;13;19.6;2;17.32;0;4.41;23217
+66084;42.65128;2.28345;840;20220605;20.4;14.2;17.3;3.1;15.97;0;3.02;15707
+66084;42.65128;2.28345;840;20220606;26.6;13;19.8;2;15.17;.9;4.81;23989
+66084;42.65128;2.28345;840;20220607;18.4;13.7;16;2.2;15.02;.3;2.63;13677
+66084;42.65128;2.28345;840;20220608;19.6;12.4;16;2.6;14.72;2.6;3;16956
+66084;42.65128;2.28345;840;20220609;20.5;10.8;15.6;4.4;12.67;0;3.67;19750
+66084;42.65128;2.28345;840;20220610;25.3;10.2;17.8;3.2;11.42;0;5.21;24928
+66084;42.65128;2.28345;840;20220611;28.9;13;20.9;1.4;11.42;0;5.38;26287
+66084;42.65128;2.28345;840;20220612;27.9;15.5;21.7;2.1;14.22;2.1;5.13;23184
+66084;42.65128;2.28345;840;20220613;28;16.9;22.4;2.4;16.32;.2;4.95;21740
+66084;42.65128;2.28345;840;20220614;29;15.1;22;1.4;16.42;2.8;5.02;24615
+66084;42.65128;2.28345;840;20220615;29.2;16.2;22.7;1.7;15.52;.1;5.21;23753
+66084;42.65128;2.28345;840;20220616;32.2;17;24.6;1.8;16.37;.1;5.86;25797
+66084;42.65128;2.28345;840;20220617;33.6;17.2;25.4;1.7;15.27;0;6.14;26743
+66084;42.65128;2.28345;840;20220618;30.5;18.2;24.3;3.3;13.92;0;6.12;23093
+66084;42.65128;2.28345;840;20220619;28.9;20.8;24.8;5;13.57;0;6.3;17961
+66084;42.65128;2.28345;840;20220620;26.3;16;21.1;3.1;17.27;.7;4.4;20084
+66084;42.65128;2.28345;840;20220621;27.6;17.3;22.4;2.6;18.72;1.2;4.56;20360
+66084;42.65128;2.28345;840;20220622;25.4;14.9;20.2;2.3;17.02;.8;4.27;20584
+66084;42.65128;2.28345;840;20220623;26.5;13.6;20;2;16.57;0;4.59;23448
+66084;42.65128;2.28345;840;20220624;20.2;13.4;16.8;2.3;15.27;.4;3.22;16819
+66084;42.65128;2.28345;840;20220625;26.7;11.1;18.9;2.2;14.37;1.8;4.88;25735
+66084;42.65128;2.28345;840;20220626;22.5;13.4;17.9;1.9;16.62;0;3.51;18860
+66084;42.65128;2.28345;840;20220627;18.3;12.7;15.5;3.3;14.37;3.7;2.53;13386
+66084;42.65128;2.28345;840;20220628;23;11.4;17.2;3.6;13.52;0;4.34;22057
+66084;42.65128;2.28345;840;20220629;27.3;11.5;19.4;2.2;13.82;.8;5.28;26155
+66084;42.65128;2.28345;840;20220630;18.7;14.6;16.6;3.1;14.57;1.6;2.45;10648
+66084;42.65128;2.28345;840;20220701;20.9;10.4;15.7;3.2;11.67;.1;4.06;21051
+66084;42.65128;2.28345;840;20220702;27.3;10.2;18.7;1.7;11.87;0;5.28;27198
+66084;42.65128;2.28345;840;20220703;29.2;14.8;22;2.3;14.62;.2;5.51;24815
+66084;42.65128;2.28345;840;20220704;26;16.8;21.4;3.1;16.17;.1;4.47;19711
+66084;42.65128;2.28345;840;20220705;26.5;14.8;20.7;3.2;16.77;2.1;4.83;22154
+66084;42.65128;2.28345;840;20220706;24.3;15.3;19.8;2.4;14.52;2.3;4.37;19393
+66084;42.65128;2.28345;840;20220707;26.3;13.9;20.1;4.2;13.27;0;5.16;22608
+66084;42.65128;2.28345;840;20220708;27.2;13.3;20.2;3.9;12.37;0;5.58;23936
+66084;42.65128;2.28345;840;20220709;28.9;13.7;21.3;2.8;11.67;0;5.91;25235
+66084;42.65128;2.28345;840;20220710;29.7;13.8;21.8;2.5;12.22;0;5.95;25854
+66084;42.65128;2.28345;840;20220711;28.6;14.7;21.7;1.9;13.42;0;5.29;24112
+66084;42.65128;2.28345;840;20220712;31.4;15.2;23.3;1.8;14.27;0;5.84;26072
+66084;42.65128;2.28345;840;20220713;29.2;15.4;22.3;1.8;13.77;0;5.29;23959
+66084;42.65128;2.28345;840;20220714;32.1;15.6;23.8;1.8;15.02;0;5.85;26015
+66084;42.65128;2.28345;840;20220715;32.5;17.4;24.9;2.9;13.27;0;6.6;24872
+66084;42.65128;2.28345;840;20220716;33.3;15.9;24.6;2.1;13.47;0;6.35;26568
+66084;42.65128;2.28345;840;20220717;30.8;16.7;23.7;2.4;12.77;0;5.96;23889
+66084;42.65128;2.28345;840;20220718;31.5;19.1;25.3;4.1;13.12;0;6.89;22035
+66084;42.65128;2.28345;840;20220719;30.9;20.7;25.8;3.5;14.92;0;6.03;19513
+66084;42.65128;2.28345;840;20220720;26.7;17.6;22.1;2.9;16.77;0;4.47;18620
+66084;42.65128;2.28345;840;20220721;31;16;23.5;2.2;15.72;0;5.62;24247
+66084;42.65128;2.28345;840;20220722;30.7;17.2;24;2.3;16.97;.8;5.37;23029
+66084;42.65128;2.28345;840;20220723;26;15.2;20.6;4.8;15.63;0;5.09;19741
+66084;42.65128;2.28345;840;20220724;32.1;15.6;23.9;2.1;15.37;0;6.01;26444
+66084;42.65128;2.28345;840;20220725;24.7;17.7;21.2;4.7;17.3;1.4;3.81;14386
+66084;42.65128;2.28345;840;20220726;23.5;14.4;18.9;4.2;14.82;.1;4.28;18403
+66084;42.65128;2.28345;840;20220727;25.6;13.7;19.6;3.1;12.62;0;4.79;21190
+66084;42.65128;2.28345;840;20220728;27.9;14.4;21.2;2.1;14.37;0;4.82;22462
+66084;42.65128;2.28345;840;20220729;26;16.2;21.1;2.9;16.22;6.1;4.16;18805
+66084;42.65128;2.28345;840;20220730;25.2;14.9;20.1;2.8;16.77;0;4.2;19428
+66084;42.65128;2.28345;840;20220731;28.2;14.3;21.3;2.6;15.27;.9;5.03;22601
+66084;42.65128;2.28345;840;20220801;30.5;16.8;23.6;2.9;14.47;0;5.68;22275
+66084;42.65128;2.28345;840;20220802;32.1;15.5;23.8;2.1;13.52;0;5.72;24598
+66084;42.65128;2.28345;840;20220803;29.1;16.4;22.7;2.3;15.67;.6;5.01;21338
+66084;42.65128;2.28345;840;20220804;28.5;16.1;22.3;2;17.77;8;4.56;21003
+66084;42.65128;2.28345;840;20220805;28;17;22.5;4;18.05;.1;4.96;20568
+66084;42.65128;2.28345;840;20220806;29.5;16.7;23.1;3.3;17.4;.2;5.54;21091
+66084;42.65128;2.28345;840;20220807;30.5;16.7;23.6;2;14.47;.7;5.32;21886
+66084;42.65128;2.28345;840;20220808;30.8;13.2;22;1.4;10.7;0;5.31;24689
+66084;42.65128;2.28345;840;20220809;31.4;14.5;22.9;1.6;11.97;.7;5.22;23772
+66084;42.65128;2.28345;840;20220810;30.4;15.6;23;2.2;13.72;0;5.23;22331
+66084;42.65128;2.28345;840;20220811;28.1;16.6;22.4;1.6;18.32;.4;4.06;19491
+66084;42.65128;2.28345;840;20220812;32.4;17.5;25;2;16.32;.1;5.31;22133
+66084;42.65128;2.28345;840;20220813;30;20.1;25.1;2.2;18.27;5.7;4.59;17834
+66084;42.65128;2.28345;840;20220814;25.7;17.1;21.4;2.5;18.32;.9;3.67;16370
+66084;42.65128;2.28345;840;20220815;24.2;15.1;19.7;2.3;16.72;1.5;3.62;16840
+66084;42.65128;2.28345;840;20220816;28.1;13;20.5;2.1;15.87;.1;4.41;21741
+66084;42.65128;2.28345;840;20220817;21.8;14.5;18.1;2.4;16.37;7.2;2.88;14611
+66084;42.65128;2.28345;840;20220818;19.2;13;16.1;5.7;15.13;1.2;3.37;13623
+66084;42.65128;2.28345;840;20220819;22.5;12.2;17.3;5.8;14.73;0;4.21;16106
+66084;42.65128;2.28345;840;20220820;26.4;13.9;20.1;2.9;14.77;0;4.25;19013
+66084;42.65128;2.28345;840;20220821;25;15.7;20.4;3.1;15.72;.4;3.8;16400
+66084;42.65128;2.28345;840;20220822;23.7;15.1;19.4;3.8;16.47;0;3.14;14795
+66084;42.65128;2.28345;840;20220823;27.1;15.1;21.1;3;16.92;.1;4.13;18214
+66084;42.65128;2.28345;840;20220824;28;15.1;21.5;1.8;16.22;2.4;4.05;19129
+66084;42.65128;2.28345;840;20220825;27.3;16.5;21.9;2.4;18.27;1.5;3.84;17211
+66084;42.65128;2.28345;840;20220826;25.9;15.8;20.9;3.7;16.97;.1;3.98;16470
+66084;42.65128;2.28345;840;20220827;26.3;15.4;20.8;2.3;15.77;0;3.84;17125
+66084;42.65128;2.28345;840;20220828;28.5;13.3;20.9;1.6;14.77;.2;4.14;20279
+66084;42.65128;2.28345;840;20220829;28.7;15.6;22.1;1.8;16.97;3.1;3.97;18614
+66084;42.65128;2.28345;840;20220830;27.8;15;21.4;1.8;17.22;.2;3.82;18257
+66084;42.65128;2.28345;840;20220831;24.3;14.7;19.5;2.2;16.07;9.6;3.33;15440
+66084;42.65128;2.28345;840;20220901;26.5;14.9;20.7;2.7;15.57;4.8;3.81;16869
+66084;42.65128;2.28345;840;20220902;25;15;20;1.7;16.77;6.9;3.19;15676
+66084;42.65128;2.28345;840;20220903;21;14.1;17.5;1.7;16.92;.6;2.39;12707
+66084;42.65128;2.28345;840;20220904;25.6;13.1;19.4;3.1;18.22;0;3.27;17167
+66084;42.65128;2.28345;840;20220905;26.6;17.6;22.1;3.7;19.17;0;3.37;13921
+66084;42.65128;2.28345;840;20220906;27.7;17.1;22.4;2.7;19.02;.7;3.56;15127
+66084;42.65128;2.28345;840;20220907;24.9;14.3;19.6;2.2;16.37;.2;3.1;15267
+66084;42.65128;2.28345;840;20220908;23.3;12.5;17.9;2.1;12.97;.3;3.25;15478
+66084;42.65128;2.28345;840;20220909;20.6;11.7;16.2;2.4;13.12;.6;2.71;13879
+66084;42.65128;2.28345;840;20220910;23.8;10.8;17.3;2;13.52;.2;3.26;16796
+66084;42.65128;2.28345;840;20220911;26.7;11.2;18.9;1.5;14.57;0;3.42;18355
+66084;42.65128;2.28345;840;20220912;23.7;14.5;19.1;2.5;18.12;0;2.66;13771
+66084;42.65128;2.28345;840;20220913;26.5;18.8;22.6;2.9;17.27;8.1;3.21;11846
+66084;42.65128;2.28345;840;20220914;24.5;14.7;19.6;2.3;16.32;.2;2.88;13421
+66084;42.65128;2.28345;840;20220915;24.4;12.7;18.5;2.3;14.27;8.9;3.16;15203
+66084;42.65128;2.28345;840;20220916;20.9;13.3;17.1;3.8;14.97;.7;2.7;11721
+66084;42.65128;2.28345;840;20220917;18.3;9.9;14.1;3.2;9.97;0;2.88;12475
+66084;42.65128;2.28345;840;20220918;21.5;5.7;13.6;1.7;7.22;0;3.13;17311
+66084;42.65128;2.28345;840;20220919;22.8;6.7;14.8;2.5;7.77;0;3.61;17354
+66084;42.65128;2.28345;840;20220920;22.1;8.4;15.2;2.7;8.12;0;3.47;15772
+66084;42.65128;2.28345;840;20220921;20.3;8.3;14.3;2.4;8.77;0;3.02;14604
+66084;42.65128;2.28345;840;20220922;19.9;7.6;13.7;2;11.77;0;2.39;14595
+66084;42.65128;2.28345;840;20220923;20.3;9.1;14.7;2.3;13.12;11.3;2.28;13714
+66084;42.65128;2.28345;840;20220924;15.2;11.6;13.4;2.7;13.72;10.5;1.41;7330
+66084;42.65128;2.28345;840;20220925;13.9;8.7;11.3;3;11.22;.5;1.62;8828
+66084;42.65128;2.28345;840;20220926;15.9;6.5;11.2;3.9;10.22;.1;2.05;11805
+66084;42.65128;2.28345;840;20220927;15.2;8.6;11.9;5.4;11.42;.5;1.6;9196
+66084;42.65128;2.28345;840;20220928;16.5;10;13.2;5.6;12.82;2.6;1.41;8831
+66084;42.65128;2.28345;840;20220929;13.2;9.2;11.2;3.4;11.82;9.3;1.32;7291
+66084;42.65128;2.28345;840;20220930;13.7;5.8;9.7;3.5;9.42;.8;1.68;10220
+66084;42.65128;2.28345;840;20221001;18.9;6;12.5;3.1;10.62;.1;2.25;13325
+66084;42.65128;2.28345;840;20221002;21.5;11;16.2;2.4;12.87;0;2.38;11962
+66084;42.65128;2.28345;840;20221003;20.3;11.6;15.9;2.4;12.92;0;2.25;10596
+66084;42.65128;2.28345;840;20221004;21.4;8.1;14.8;1.4;12.47;0;2.13;13318
+66084;42.65128;2.28345;840;20221005;19.4;9.3;14.3;2.6;13.52;0;1.83;11367
+66084;42.65128;2.28345;840;20221006;18.6;10.9;14.7;1.7;13.87;0;1.63;9623
+66084;42.65128;2.28345;840;20221007;16.8;9.6;13.2;2;13.82;1.4;1.36;9243
+66084;42.65128;2.28345;840;20221008;15.8;12.8;14.3;1.3;14.62;1.6;1.14;5447
+66084;42.65128;2.28345;840;20221009;17.8;8.6;13.2;1.8;13.22;.2;1.52;10339
+66084;42.65128;2.28345;840;20221010;18.1;10.5;14.3;2.5;14.07;.1;1.61;8872
+66084;42.65128;2.28345;840;20221011;17.3;9.4;13.3;1.2;13.37;0;1.39;9281
+66084;42.65128;2.28345;840;20221012;19.1;9.6;14.3;1.6;12.72;.4;1.7;10168
+66084;42.65128;2.28345;840;20221013;19.2;8.5;13.8;1.9;12.67;0;1.73;10703
+66084;42.65128;2.28345;840;20221014;18.4;12.7;15.5;4.1;14.77;0;1.53;7335
+66084;42.65128;2.28345;840;20221015;20.9;9.6;15.2;1.7;14.12;.1;1.75;10717
+66084;42.65128;2.28345;840;20221016;21.6;11.9;16.8;3.6;16.07;0;1.62;9487
+66084;42.65128;2.28345;840;20221017;19.9;16;17.9;4.8;15.67;0;1.51;5130
+66084;42.65128;2.28345;840;20221018;20.3;13.6;17;2.8;16.07;0;1.49;7106
+66084;42.65128;2.28345;840;20221019;19.1;13.2;16.2;2.6;15.67;.2;1.31;6959
+66084;42.65128;2.28345;840;20221020;19.9;14.7;17.3;3.3;15.27;7.5;1.69;6170
+66084;42.65128;2.28345;840;20221021;21.3;14.4;17.9;2.3;13.02;0;2.13;7520
+66084;42.65128;2.28345;840;20221022;21.2;10.8;16;2.1;12.37;0;1.88;9287
+66084;42.65128;2.28345;840;20221023;21.5;15;18.2;3.6;12.07;2.9;2.71;7151
+66084;42.65128;2.28345;840;20221024;21.6;14.1;17.8;1.9;11.97;0;2.02;7666
+66084;42.65128;2.28345;840;20221025;21.3;10.4;15.8;2.2;12.52;0;1.73;9164
+66084;42.65128;2.28345;840;20221026;20;10.4;15.2;1.5;13.12;0;1.44;8515
+66084;42.65128;2.28345;840;20221027;18.8;12.1;15.5;1.9;13.22;0;1.34;6788
+66084;42.65128;2.28345;840;20221028;19.5;12.1;15.8;2.4;14.12;0;1.38;6808
+66084;42.65128;2.28345;840;20221029;21.9;13;17.5;2.8;10.52;.1;1.91;7696
+66084;42.65128;2.28345;840;20221030;19.5;12.3;15.9;3.4;11.22;0;1.56;6547
+66084;42.65128;2.28345;840;20221031;20.1;12.7;16.4;4.1;12.37;1.1;2.24;6712
+66084;42.65128;2.28345;840;20221101;16.3;10.2;13.2;2.5;11.97;.1;1.28;5964
+66084;42.65128;2.28345;840;20221102;17.3;8.2;12.8;1.5;10.77;0;1.26;7505
+66084;42.65128;2.28345;840;20221103;16.5;8;12.3;3.5;11.17;3.1;1.33;7159
+66084;42.65128;2.28345;840;20221104;10.5;5.6;8.1;6.1;7.92;3.6;1.32;3941
+66084;42.65128;2.28345;840;20221105;11.9;4.8;8.4;4.3;6.52;0;1.6;6165
+66084;42.65128;2.28345;840;20221106;15.9;2.3;9.1;1.7;6.42;0;1.5;8919
+66084;42.65128;2.28345;840;20221107;16.9;4;10.4;2.3;8.42;.1;1.38;8526
+66084;42.65128;2.28345;840;20221108;17.9;10.7;14.3;2.4;10.22;.1;1.58;5972
+66084;42.65128;2.28345;840;20221109;15.7;8.8;12.2;2.1;10.72;3.7;1.12;5871
+66084;42.65128;2.28345;840;20221110;12.2;6.6;9.4;2.3;10.12;0;.86;4873
+66084;42.65128;2.28345;840;20221111;16.2;5.1;10.6;4.1;11.67;0;.73;7445
+66084;42.65128;2.28345;840;20221112;16.9;9.8;13.4;3.2;11.57;.1;1.49;5591
+66084;42.65128;2.28345;840;20221113;17.3;6.5;11.9;2.3;8.67;0;1.57;7202
+66084;42.65128;2.28345;840;20221114;15.3;9.5;12.4;2.6;11.82;.1;.95;4644
+66084;42.65128;2.28345;840;20221115;13.2;9.2;11.2;2.1;12.22;1;.73;3854
+66084;42.65128;2.28345;840;20221116;15.2;6.6;10.9;1.3;10.22;0;.89;6067
+66084;42.65128;2.28345;840;20221117;14.7;7.3;11;3;10.37;4.7;1.05;5541
+66084;42.65128;2.28345;840;20221118;9.1;5.9;7.5;4;9.02;.9;.77;3274
+66084;42.65128;2.28345;840;20221119;7.6;2.8;5.2;4.1;7.52;.1;.63;3451
+66084;42.65128;2.28345;840;20221120;9.5;1.1;5.3;4.2;6.72;.9;.91;5512
+66084;42.65128;2.28345;840;20221121;9.8;4.1;7;3.3;8.12;12.1;.78;4359
+66084;42.65128;2.28345;840;20221122;9.2;3.3;6.2;5.6;6.47;4.4;1.13;4273
+66084;42.65128;2.28345;840;20221123;12.4;4.3;8.3;3.7;8.67;8;.84;5271
+66084;42.65128;2.28345;840;20221124;11.4;3.6;7.5;2.1;8.37;0;.74;5198
+66084;42.65128;2.28345;840;20221125;9.8;5.3;7.6;3.1;8.62;3.1;.65;3593
+66084;42.65128;2.28345;840;20221126;11.4;4.6;8;2.6;5.57;0;1.28;4650
+66084;42.65128;2.28345;840;20221127;10.7;1.8;6.3;2.5;6.22;1.7;.77;5472
+66084;42.65128;2.28345;840;20221128;8.5;5.1;6.8;3.4;7.82;3.2;.67;2412
+66084;42.65128;2.28345;840;20221129;7.3;3.3;5.3;3.9;7.02;3.2;.67;2820
+66084;42.65128;2.28345;840;20221130;7;.1;3.5;2.1;6.02;.1;.71;4566
+66084;42.65128;2.28345;840;20221201;4.7;-1.5;1.6;2;5.92;0;.54;4280
+66084;42.65128;2.28345;840;20221202;4;-.6;1.7;1.6;5.67;0;.56;3324
+66084;42.65128;2.28345;840;20221203;4.7;-2.4;1.2;1.2;6.02;0;.41;4513
+66084;42.65128;2.28345;840;20221204;7.3;2.1;4.7;1.9;6.47;0;.75;3548
+66084;42.65128;2.28345;840;20221205;8.4;-2.8;2.8;1.4;5.62;.1;.6;5839
+66084;42.65128;2.28345;840;20221206;11.3;.3;5.8;1.4;6.72;.1;.75;5764
+66084;42.65128;2.28345;840;20221207;10.6;4.6;7.6;2;6.02;.2;1.24;3982
+66084;42.65128;2.28345;840;20221208;8.3;1.3;4.8;2.2;8.57;.9;.32;4381
+66084;42.65128;2.28345;840;20221209;10.8;5.2;8;2.3;9.42;4.2;.56;3818
+66084;42.65128;2.28345;840;20221210;2.7;2.6;2.7;3.7;6.82;0;.39;782
+66084;42.65128;2.28345;840;20221211;4.9;-4.9;0;1.9;4.17;0;.69;5233
+66084;42.65128;2.28345;840;20221212;5.8;-1.6;2.1;2.8;5.67;3.5;.69;4405
+66084;42.65128;2.28345;840;20221213;11.8;1.3;6.5;2.7;9.17;1.1;.42;5348
+66084;42.65128;2.28345;840;20221214;11;5.7;8.3;2.5;10.22;2.4;.58;3594
+66084;42.65128;2.28345;840;20221215;11.1;6.4;8.8;3.6;10.12;6.6;.58;3055
+66084;42.65128;2.28345;840;20221216;9.6;6.4;8;2.3;9.82;1.4;.57;2518
+66084;42.65128;2.28345;840;20221217;8.6;3.3;5.9;1.6;8.07;0;.57;3566
+66084;42.65128;2.28345;840;20221218;10.1;-.7;4.7;3.4;7.87;0;.41;5422
+66084;42.65128;2.28345;840;20221219;12.6;6.6;9.6;5.1;8.67;0;1.32;3637
+66084;42.65128;2.28345;840;20221220;11.1;7.8;9.5;2.3;9.07;1.2;.8;2286
+66084;42.65128;2.28345;840;20221221;12.3;6.4;9.4;2.2;9.57;.1;.74;3790
+66084;42.65128;2.28345;840;20221222;14.3;5;9.6;3.5;9.87;0;.69;4974
+66084;42.65128;2.28345;840;20221223;16.6;10;13.3;2.8;10.42;0;1.25;3995
+66084;42.65128;2.28345;840;20221224;16.4;6.6;11.5;1.5;9.17;0;.91;5121
+66084;42.65128;2.28345;840;20221225;11.5;4.6;8;2.1;8.77;0;.64;4165
+66084;42.65128;2.28345;840;20221226;12.3;3.3;7.8;1.6;8.77;0;.66;4875
+66084;42.65128;2.28345;840;20221227;13.1;5.5;9.3;1.7;8.92;0;.81;4436
+66084;42.65128;2.28345;840;20221228;9.9;3;6.4;1.7;8.37;0;.57;4147
+66084;42.65128;2.28345;840;20221229;10.8;1;5.9;1.4;8.17;0;.47;5201
+66084;42.65128;2.28345;840;20221230;14.6;5.1;9.8;1.6;8.77;.1;.84;5119
+66084;42.65128;2.28345;840;20221231;15.5;4.7;10.1;2.1;9.67;0;.78;5246
+66085;42.67394;2.58629;220;20220101;15.2;6.9;11.1;1;8.92;.1;.66;5530
+66085;42.67394;2.58629;220;20220102;12.8;4.9;8.9;1.9;9.42;.1;.69;5166
+66085;42.67394;2.58629;220;20220103;17;9.5;13.3;1.6;9.42;0;.98;5223
+66085;42.67394;2.58629;220;20220104;11;6.4;8.7;2.2;9.77;.6;.51;3929
+66085;42.67394;2.58629;220;20220105;8.2;7.1;7.7;10.3;5.72;0;2.58;1548
+66085;42.67394;2.58629;220;20220106;8.5;4.1;6.3;9.4;3.92;0;2.98;3948
+66085;42.67394;2.58629;220;20220107;9.9;2.1;6;6.3;5.22;.9;1.82;5436
+66085;42.67394;2.58629;220;20220108;13.6;7.8;10.7;6.8;7.12;2.3;2.29;4687
+66085;42.67394;2.58629;220;20220109;9.1;7.4;8.3;6.3;8.57;35;1.05;1845
+66085;42.67394;2.58629;220;20220110;8.5;6.9;7.7;5.3;8.77;14.8;.81;2096
+66085;42.67394;2.58629;220;20220111;14.2;7.4;10.8;8;5.62;.1;3.26;5231
+66085;42.67394;2.58629;220;20220112;12.1;4.6;8.4;5.1;4.82;0;2.37;5612
+66085;42.67394;2.58629;220;20220113;9.7;.4;5.1;1.7;4.52;0;.96;6429
+66085;42.67394;2.58629;220;20220114;10.3;.7;5.5;1.6;5.32;0;.88;6513
+66085;42.67394;2.58629;220;20220115;14.7;3.8;9.3;2.6;3.82;0;1.8;7151
+66085;42.67394;2.58629;220;20220116;14.1;5.8;10;3.4;3.92;0;2.22;6205
+66085;42.67394;2.58629;220;20220117;14;5.5;9.8;4.4;4.12;0;2.59;6311
+66085;42.67394;2.58629;220;20220118;12.7;5.1;8.9;2.4;5.72;0;1.46;5981
+66085;42.67394;2.58629;220;20220119;10.2;2.5;6.3;3.7;6.42;.1;1.19;6078
+66085;42.67394;2.58629;220;20220120;11.2;5.3;8.3;6.3;7.22;.1;1.65;5193
+66085;42.67394;2.58629;220;20220121;8;2.8;5.4;8.3;5.17;0;2;4856
+66085;42.67394;2.58629;220;20220122;12.8;1.8;7.3;4.3;4.32;0;2.12;7730
+66085;42.67394;2.58629;220;20220123;10.3;2;6.1;1.9;5.87;0;.96;6618
+66085;42.67394;2.58629;220;20220124;9.3;3.3;6.3;1.5;7.91;0;.76;7708
+66085;42.67394;2.58629;220;20220125;12.7;5.1;8.9;1.2;7.91;0;.83;7243
+66085;42.67394;2.58629;220;20220126;18;5;11.5;2.9;5.22;0;2.2;8895
+66085;42.67394;2.58629;220;20220127;17.6;6.2;11.9;3.8;4.47;0;2.63;8364
+66085;42.67394;2.58629;220;20220128;17.4;6.6;12;6.5;4.22;0;3.83;8112
+66085;42.67394;2.58629;220;20220129;17.8;8.4;13.1;5.9;3.87;0;4.09;7705
+66085;42.67394;2.58629;220;20220130;18.6;9.4;14;4.8;6.47;0;2.95;7686
+66085;42.67394;2.58629;220;20220131;14.3;5.5;9.9;8.8;7.07;.1;2.57;7501
+66085;42.67394;2.58629;220;20220201;13.3;6.3;9.8;11.4;6.27;0;3.28;6722
+66085;42.67394;2.58629;220;20220202;19.5;9.5;14.5;6.1;7.82;0;3.08;8247
+66085;42.67394;2.58629;220;20220203;16.9;8.2;12.6;2.9;6.87;0;2.18;7771
+66085;42.67394;2.58629;220;20220204;16.8;9.3;13;4.6;9.02;.1;2.13;7329
+66085;42.67394;2.58629;220;20220205;14.8;8.8;11.8;5.7;8.12;0;2.26;6546
+66085;42.67394;2.58629;220;20220206;12.8;4.8;8.8;5.5;6.07;.1;2.2;7715
+66085;42.67394;2.58629;220;20220207;15.9;7.1;11.5;9;7.92;0;2.99;8251
+66085;42.67394;2.58629;220;20220208;15.3;7.7;11.5;2.8;7.87;0;1.77;7758
+66085;42.67394;2.58629;220;20220209;14.2;4.2;9.2;1.2;8.47;0;1.02;9170
+66085;42.67394;2.58629;220;20220210;9.8;6.9;8.3;2.1;9.53;0;1.37;10944
+66085;42.67394;2.58629;220;20220211;14.6;3.8;9.2;5.7;9.27;0;1.79;8856
+66085;42.67394;2.58629;220;20220212;11.5;2.6;7;3.3;8.17;0;1.33;10860
+66085;42.67394;2.58629;220;20220213;16.2;5.1;10.7;7;9.97;.9;2.21;11098
+66085;42.67394;2.58629;220;20220214;12.5;9;10.7;7.5;8.87;1.4;2.36;5081
+66085;42.67394;2.58629;220;20220215;12.9;7.2;10;9.3;7.63;.2;2.99;9766
+66085;42.67394;2.58629;220;20220216;16.8;9;12.9;5;8.82;.4;2.21;8663
+66085;42.67394;2.58629;220;20220217;18.4;11.9;15.1;4.6;10.07;0;2.5;7976
+66085;42.67394;2.58629;220;20220218;19.5;8;13.8;3.4;10.37;0;2.22;11035
+66085;42.67394;2.58629;220;20220219;9.6;8.1;8.9;6.6;7.57;1;1.81;3442
+66085;42.67394;2.58629;220;20220220;17.5;5.1;11.3;5.5;7.17;0;2.86;11819
+66085;42.67394;2.58629;220;20220221;17.9;9.8;13.8;9.8;7.22;0;4.38;9338
+66085;42.67394;2.58629;220;20220222;17.3;8.7;13;7.9;6.77;0;3.91;9977
+66085;42.67394;2.58629;220;20220223;18.6;8;13.3;3.3;7.57;0;2.63;11355
+66085;42.67394;2.58629;220;20220224;17.1;7.1;12.1;3;9.12;0;2.03;11118
+66085;42.67394;2.58629;220;20220225;12.1;8.3;10.2;7.6;6.27;.1;3.02;6735
+66085;42.67394;2.58629;220;20220226;12.5;2.8;7.7;4.3;4.97;0;2.48;11259
+66085;42.67394;2.58629;220;20220227;14.7;2.8;8.7;1.5;6.87;.1;1.63;12633
+66085;42.67394;2.58629;220;20220228;16.6;5.3;11;1.6;7.72;0;1.82;12434
+66085;42.67394;2.58629;220;20220301;13.7;9.2;11.4;4.1;8.42;0;2.09;7724
+66085;42.67394;2.58629;220;20220302;14.1;7.8;11;2.5;9.72;2.4;1.51;9222
+66085;42.67394;2.58629;220;20220303;16.7;8.7;12.7;2.3;9.52;0;1.96;10788
+66085;42.67394;2.58629;220;20220304;14.4;8.3;11.4;7.1;8.42;0;2.61;9387
+66085;42.67394;2.58629;220;20220305;14.4;8.1;11.2;6.3;6.72;0;3.02;9628
+66085;42.67394;2.58629;220;20220306;14.1;6.2;10.2;3.7;6.77;0;2.38;11037
+66085;42.67394;2.58629;220;20220307;9.2;4;6.6;2.6;7.27;0;1.3;8952
+66085;42.67394;2.58629;220;20220308;16.2;3.7;9.9;3.2;8.47;1.3;2.16;14537
+66085;42.67394;2.58629;220;20220309;16.3;6.5;11.4;3.9;9.37;0;2.21;12952
+66085;42.67394;2.58629;220;20220310;16.6;6.2;11.4;3.2;9.47;0;2.17;13469
+66085;42.67394;2.58629;220;20220311;13.9;8;10.9;7.6;9.87;5.5;2;9933
+66085;42.67394;2.58629;220;20220312;9;9;9;2.7;10.32;30.1;.6;429
+66085;42.67394;2.58629;220;20220313;12.5;7.6;10.1;3.5;10.17;3.9;1.38;9181
+66085;42.67394;2.58629;220;20220314;11.7;3.9;7.8;4.7;10.87;18.3;.77;12027
+66085;42.67394;2.58629;220;20220315;12.1;11;11.5;6.5;12.92;3.7;.64;3974
+66085;42.67394;2.58629;220;20220316;13.7;11.1;12.4;3.6;12.62;.9;1.15;6658
+66085;42.67394;2.58629;220;20220317;13.7;10.5;12.1;3.3;11.77;10.1;1.36;7720
+66085;42.67394;2.58629;220;20220318;13.6;9.5;11.6;3.7;11.3;3.1;1.65;8283
+66085;42.67394;2.58629;220;20220319;11.8;9.1;10.4;2.5;10.89;.4;1.3;5377
+66085;42.67394;2.58629;220;20220320;11.6;7.3;9.4;7;11.9;17.5;.83;5936
+66085;42.67394;2.58629;220;20220321;13.2;9.9;11.5;7.7;10.63;1.4;2.17;8366
+66085;42.67394;2.58629;220;20220322;13.8;6.9;10.4;7.4;8.57;.2;3.03;15463
+66085;42.67394;2.58629;220;20220323;14.5;6.3;10.4;5.6;8.7;0;2.92;16844
+66085;42.67394;2.58629;220;20220324;15.1;5;10;4.3;9.37;0;2.45;13796
+66085;42.67394;2.58629;220;20220325;15.8;8.5;12.2;3.6;10.4;0;2.75;16345
+66085;42.67394;2.58629;220;20220326;15.9;7.2;11.5;4;10.4;0;2.62;16269
+66085;42.67394;2.58629;220;20220327;18;7.2;12.6;3.4;9.13;0;3.13;16054
+66085;42.67394;2.58629;220;20220328;18.8;6.6;12.7;5.8;8.5;0;4;17425
+66085;42.67394;2.58629;220;20220329;15.4;9.2;12.3;4.8;11.17;7.7;2.31;10585
+66085;42.67394;2.58629;220;20220330;14.4;8.2;11.3;5.9;11.23;3.8;1.97;11361
+66085;42.67394;2.58629;220;20220331;13.9;10;11.9;10.7;9.13;.2;3.53;12916
+66085;42.67394;2.58629;220;20220401;8.9;3.4;6.2;9;5.34;.6;3.26;17123
+66085;42.67394;2.58629;220;20220402;7.8;.9;4.4;6.1;5.24;0;2.07;11056
+66085;42.67394;2.58629;220;20220403;9.6;3.1;6.3;8.2;4.85;0;3.32;20661
+66085;42.67394;2.58629;220;20220404;12.9;1.8;7.4;3.3;5.14;0;3.02;21800
+66085;42.67394;2.58629;220;20220405;16.7;3.5;10.1;6.8;6;0;4.65;23029
+66085;42.67394;2.58629;220;20220406;15.6;9.5;12.5;6.5;9.2;0;3.43;13199
+66085;42.67394;2.58629;220;20220407;20;8.6;14.3;4.6;10.73;0;3.91;20288
+66085;42.67394;2.58629;220;20220408;20.1;11.4;15.8;5.6;11.73;0;4.03;18374
+66085;42.67394;2.58629;220;20220409;14.6;9.2;11.9;8.9;8.47;0;3.75;14039
+66085;42.67394;2.58629;220;20220410;14.6;3.2;8.9;5.3;8.87;0;3;21224
+66085;42.67394;2.58629;220;20220411;16.4;9.3;12.9;10.4;11.77;0;3.02;14576
+66085;42.67394;2.58629;220;20220412;14.3;11.3;12.8;7.9;12.87;6;1.83;7013
+66085;42.67394;2.58629;220;20220413;14.8;11.3;13.1;4.5;12.83;4;1.69;6881
+66085;42.67394;2.58629;220;20220414;21.4;9.6;15.5;4.3;10.83;0;4.21;20361
+66085;42.67394;2.58629;220;20220415;22.7;12.2;17.4;6.6;12.57;0;5.02;20075
+66085;42.67394;2.58629;220;20220416;22;13.8;17.9;10.5;12.57;0;5.78;21194
+66085;42.67394;2.58629;220;20220417;20.7;12.3;16.5;6.2;11.8;0;4.7;22393
+66085;42.67394;2.58629;220;20220418;20.2;12.7;16.5;5.7;11;0;4.6;19929
+66085;42.67394;2.58629;220;20220419;18.2;12.8;15.5;5.4;11.3;4.9;3.58;12809
+66085;42.67394;2.58629;220;20220420;11.8;9.3;10.5;4.6;11.17;38.3;1.36;4477
+66085;42.67394;2.58629;220;20220421;12;8.5;10.3;7.1;11.03;4;1.6;7320
+66085;42.67394;2.58629;220;20220422;17;9.9;13.5;4.9;11.86;0;3.42;20283
+66085;42.67394;2.58629;220;20220423;17.9;11.1;14.5;5.9;11.17;7.3;3.45;13605
+66085;42.67394;2.58629;220;20220424;18.3;8.6;13.5;6.3;11.13;.2;3.65;18312
+66085;42.67394;2.58629;220;20220425;18.5;10.1;14.3;3.6;11.67;0;3.71;22370
+66085;42.67394;2.58629;220;20220426;20.4;8.1;14.3;2.6;11.8;0;3.81;23341
+66085;42.67394;2.58629;220;20220427;18.9;9.7;14.3;4;12.77;0;3.31;19265
+66085;42.67394;2.58629;220;20220428;20.5;10.8;15.7;3.8;13.63;0;3.65;20375
+66085;42.67394;2.58629;220;20220429;23.1;15.1;19.1;5.8;14.23;0;5.16;23208
+66085;42.67394;2.58629;220;20220430;21.7;15.7;18.7;7;13.13;0;5.01;17645
+66085;42.67394;2.58629;220;20220501;22.3;13;17.7;6;11.5;1.4;5.6;24375
+66085;42.67394;2.58629;220;20220502;19.4;13.3;16.4;3.7;12.53;8.5;3.55;15570
+66085;42.67394;2.58629;220;20220503;20;13.1;16.6;3.8;13.6;1;3.39;15142
+66085;42.67394;2.58629;220;20220504;19.8;12.1;15.9;5;13.13;.8;3.78;18435
+66085;42.67394;2.58629;220;20220505;19.7;13;16.4;9.3;11.73;.8;5.11;21248
+66085;42.67394;2.58629;220;20220506;20.5;14;17.2;8.9;9.82;0;5.38;16619
+66085;42.67394;2.58629;220;20220507;23.2;15.5;19.4;8.3;10.07;.7;6.26;18155
+66085;42.67394;2.58629;220;20220508;24.2;15.9;20;5;11.02;.3;5.44;18885
+66085;42.67394;2.58629;220;20220509;24.9;15;20;2.4;12.52;.1;4.39;20867
+66085;42.67394;2.58629;220;20220510;25.9;13.3;19.6;1.8;12.42;0;4.54;23696
+66085;42.67394;2.58629;220;20220511;25.5;13.4;19.5;2;14.12;0;4.39;23298
+66085;42.67394;2.58629;220;20220512;25.3;14.3;19.8;2.4;14.37;0;4.42;22170
+66085;42.67394;2.58629;220;20220513;26.8;14.9;20.8;1.9;15.07;.3;4.62;23381
+66085;42.67394;2.58629;220;20220514;27.1;17.3;22.2;2.8;15.27;.1;4.83;21266
+66085;42.67394;2.58629;220;20220515;26.6;14.3;20.5;2.2;14.82;.3;4.71;23995
+66085;42.67394;2.58629;220;20220516;26.5;15.1;20.8;2;16.37;.1;4.48;23126
+66085;42.67394;2.58629;220;20220517;27.1;14.7;20.9;2.1;16.92;.1;4.63;24202
+66085;42.67394;2.58629;220;20220518;31.2;20.1;25.6;3.7;15.92;0;6.34;22935
+66085;42.67394;2.58629;220;20220519;25.8;17.1;21.4;2.9;18.42;0;4.11;20097
+66085;42.67394;2.58629;220;20220520;32;16.4;24.2;3.8;16.37;0;6.69;27638
+66085;42.67394;2.58629;220;20220521;27.6;16.6;22.1;1.4;17.82;.1;4.44;22966
+66085;42.67394;2.58629;220;20220522;28.6;15.7;22.1;1.6;18.72;0;4.79;25150
+66085;42.67394;2.58629;220;20220523;23.6;18.4;21;4.9;16.52;.1;4.03;15111
+66085;42.67394;2.58629;220;20220524;17;14.8;15.9;6.4;11.42;14.8;3.23;9868
+66085;42.67394;2.58629;220;20220525;20.2;11.9;16;9.1;10.27;0;5.06;20100
+66085;42.67394;2.58629;220;20220526;22.7;14.7;18.7;9.1;11.02;0;6.01;19897
+66085;42.67394;2.58629;220;20220527;26.2;16.4;21.3;8;12.32;0;6.88;22232
+66085;42.67394;2.58629;220;20220528;28.7;17.4;23;5.7;12.67;0;6.95;23669
+66085;42.67394;2.58629;220;20220529;28.4;17.1;22.8;3.5;10.42;.7;6.37;23889
+66085;42.67394;2.58629;220;20220530;26.6;14;20.3;2.2;11.82;4.1;5.2;25306
+66085;42.67394;2.58629;220;20220531;26.8;14.9;20.8;2.1;15.02;0;4.85;24651
+66085;42.67394;2.58629;220;20220601;27;15.2;21.1;1.9;16.42;0;4.74;24695
+66085;42.67394;2.58629;220;20220602;24.4;17.4;20.9;2.1;18.02;.1;3.66;18537
+66085;42.67394;2.58629;220;20220603;28.1;16.9;22.5;2.4;18.82;0;4.87;24003
+66085;42.67394;2.58629;220;20220604;28.1;18.7;23.4;3.1;19.62;0;4.86;22081
+66085;42.67394;2.58629;220;20220605;27.2;19;23.1;3.9;16.72;0;5.17;20474
+66085;42.67394;2.58629;220;20220606;30;17;23.5;2.9;16.17;1.4;5.9;26043
+66085;42.67394;2.58629;220;20220607;25.1;18.3;21.7;4.4;16.07;.3;4.67;18668
+66085;42.67394;2.58629;220;20220608;26.9;17.2;22.1;4.1;15.82;2;5.32;22452
+66085;42.67394;2.58629;220;20220609;25.4;14.8;20.1;7.6;13.37;0;6.1;23678
+66085;42.67394;2.58629;220;20220610;31.9;16.5;24.2;5.1;11.37;0;8.13;28004
+66085;42.67394;2.58629;220;20220611;34.4;18.7;26.6;3;10.47;0;7.66;29008
+66085;42.67394;2.58629;220;20220612;34.2;22.3;28.2;2.8;14.17;1.4;6.92;25135
+66085;42.67394;2.58629;220;20220613;33.2;21.6;27.4;3.3;17.92;.2;6.52;24862
+66085;42.67394;2.58629;220;20220614;32.4;20.3;26.4;3;15.92;2;6.57;25317
+66085;42.67394;2.58629;220;20220615;32.8;20.6;26.7;3.8;17.07;0;7;25461
+66085;42.67394;2.58629;220;20220616;37.9;21.9;29.9;2.5;17.42;0;7.66;29398
+66085;42.67394;2.58629;220;20220617;39.2;23.5;31.4;2.8;15.47;0;8.25;29011
+66085;42.67394;2.58629;220;20220618;32;21.6;26.8;3;16.52;0;6.29;23463
+66085;42.67394;2.58629;220;20220619;34.4;19.3;26.8;5.7;17.57;0;8.39;28462
+66085;42.67394;2.58629;220;20220620;29.3;19.8;24.5;3.5;19.92;0;5.33;22254
+66085;42.67394;2.58629;220;20220621;29.1;20.6;24.8;2.8;22.27;1;4.74;21231
+66085;42.67394;2.58629;220;20220622;29.4;18;23.7;3.8;19.42;1.2;5.57;24656
+66085;42.67394;2.58629;220;20220623;32.6;19;25.8;3.6;17.72;1.1;6.78;27013
+66085;42.67394;2.58629;220;20220624;26.5;18.1;22.3;3;15.57;.2;4.87;20954
+66085;42.67394;2.58629;220;20220625;30.3;16;23.1;2.9;16.12;2.9;6.07;27634
+66085;42.67394;2.58629;220;20220626;28.9;17.9;23.4;3.4;16.77;0;5.59;23957
+66085;42.67394;2.58629;220;20220627;24.3;16.4;20.3;5.5;14.02;.3;5.03;20139
+66085;42.67394;2.58629;220;20220628;29.2;18.4;23.8;5.7;12.52;0;7.35;23860
+66085;42.67394;2.58629;220;20220629;31.4;17.1;24.2;2.8;13.87;.2;6.54;27484
+66085;42.67394;2.58629;220;20220630;24.7;19.7;22.2;4.3;15.12;1.2;4.5;15345
+66085;42.67394;2.58629;220;20220701;26.2;15.8;21;4.7;12.22;.1;5.91;23395
+66085;42.67394;2.58629;220;20220702;29.8;15.4;22.6;2.4;12.77;0;5.99;27483
+66085;42.67394;2.58629;220;20220703;34.9;20.1;27.5;2.4;14.97;0;7.01;28031
+66085;42.67394;2.58629;220;20220704;32.3;21.5;26.9;4.2;17.37;0;6.79;23662
+66085;42.67394;2.58629;220;20220705;32.1;21;26.6;4.4;17.07;1.3;6.88;23967
+66085;42.67394;2.58629;220;20220706;29.7;21.9;25.8;4.9;14.47;.6;6.71;19783
+66085;42.67394;2.58629;220;20220707;30.2;21.5;25.8;8.5;13.17;0;8.77;21062
+66085;42.67394;2.58629;220;20220708;32;22;27;8.7;13.62;0;9.56;22779
+66085;42.67394;2.58629;220;20220709;34.6;21.8;28.2;4;11.92;0;8.22;25769
+66085;42.67394;2.58629;220;20220710;35.4;21.6;28.5;3.6;11.87;0;8.2;26696
+66085;42.67394;2.58629;220;20220711;32.7;19.5;26.1;2.4;12.72;0;6.51;26009
+66085;42.67394;2.58629;220;20220712;34.7;18.6;26.7;2.2;16.47;0;6.72;28800
+66085;42.67394;2.58629;220;20220713;33.5;20.1;26.8;2.3;16.92;0;6.37;26197
+66085;42.67394;2.58629;220;20220714;36.1;20.2;28.1;1.8;19.82;0;6.5;28452
+66085;42.67394;2.58629;220;20220715;38.5;25.3;31.9;3.5;13.52;0;8.49;25796
+66085;42.67394;2.58629;220;20220716;38.6;23.4;31;2.2;13.52;0;7.38;27482
+66085;42.67394;2.58629;220;20220717;34.7;22.1;28.4;2;13.57;0;6.4;25076
+66085;42.67394;2.58629;220;20220718;33.8;18.7;26.2;2.5;18.07;0;6.42;27338
+66085;42.67394;2.58629;220;20220719;32;21.8;26.9;3.2;23.92;0;5.38;22239
+66085;42.67394;2.58629;220;20220720;32.7;22.7;27.7;3.8;19.62;0;6.29;21951
+66085;42.67394;2.58629;220;20220721;36.8;21.9;29.3;2.9;16.42;0;7.45;26985
+66085;42.67394;2.58629;220;20220722;35.6;22.6;29.1;2.9;18.12;.6;6.9;25062
+66085;42.67394;2.58629;220;20220723;31.3;20.1;25.7;4.3;17.07;0;6.37;23118
+66085;42.67394;2.58629;220;20220724;33.9;21.4;27.6;3.1;17.47;0;6.58;24422
+66085;42.67394;2.58629;220;20220725;29.6;22.5;26;4.8;19.92;.8;5.44;17919
+66085;42.67394;2.58629;220;20220726;27.9;18.8;23.4;6.1;16.07;.1;6.01;20480
+66085;42.67394;2.58629;220;20220727;31.5;20.2;25.9;4.8;12.52;0;7.42;22934
+66085;42.67394;2.58629;220;20220728;31.2;20.1;25.6;2.7;13.62;0;5.94;22694
+66085;42.67394;2.58629;220;20220729;29.5;21.9;25.7;3;17.02;2.2;5.03;18281
+66085;42.67394;2.58629;220;20220730;32.7;20.4;26.6;3.9;16.57;0;6.64;23632
+66085;42.67394;2.58629;220;20220731;34.7;21.5;28.1;4;15.62;0;7.49;24466
+66085;42.67394;2.58629;220;20220801;36.4;22.9;29.7;4.1;14.97;0;8.08;24688
+66085;42.67394;2.58629;220;20220802;38;24.8;31.4;3.8;13.12;0;8.49;24341
+66085;42.67394;2.58629;220;20220803;32.8;21.7;27.3;2.3;17.57;.2;5.63;22037
+66085;42.67394;2.58629;220;20220804;30;21.7;25.8;1.8;23.77;3.1;4.18;18917
+66085;42.67394;2.58629;220;20220805;33.2;22.4;27.8;3;19.82;.2;5.78;21552
+66085;42.67394;2.58629;220;20220806;35.8;22.9;29.3;3.5;17.62;0;7.09;23555
+66085;42.67394;2.58629;220;20220807;36.1;23.5;29.8;3.1;15.42;.9;7.03;23126
+66085;42.67394;2.58629;220;20220808;35.9;21.4;28.6;2.8;12.97;0;7.05;24755
+66085;42.67394;2.58629;220;20220809;35.5;21.4;28.5;2.6;11.72;.1;6.81;24307
+66085;42.67394;2.58629;220;20220810;33.4;21.7;27.6;2.5;16.42;0;5.83;21879
+66085;42.67394;2.58629;220;20220811;32.5;21.3;26.9;2;22.87;0;4.89;21407
+66085;42.67394;2.58629;220;20220812;38.1;21.5;29.8;2.3;19.27;0;6.64;26012
+66085;42.67394;2.58629;220;20220813;33.2;25;29.1;3;19.87;4.6;5.53;18004
+66085;42.67394;2.58629;220;20220814;32;21.7;26.9;3.4;19.22;1.1;5.52;20095
+66085;42.67394;2.58629;220;20220815;30.5;21.4;26;3.1;16.97;1.6;5.3;18812
+66085;42.67394;2.58629;220;20220816;34.1;18.6;26.3;3.6;16.17;.1;6.72;24556
+66085;42.67394;2.58629;220;20220817;28.3;19.6;23.9;3.8;16.32;5.4;4.94;18006
+66085;42.67394;2.58629;220;20220818;26.6;17.9;22.3;7;14.02;.9;5.93;18010
+66085;42.67394;2.58629;220;20220819;29;17.9;23.4;6.3;13.47;0;6.64;20331
+66085;42.67394;2.58629;220;20220820;33;19.6;26.3;3.6;14.32;0;6.42;22247
+66085;42.67394;2.58629;220;20220821;32;21.8;26.9;4.7;15.52;0;6.6;19225
+66085;42.67394;2.58629;220;20220822;30.5;21.2;25.9;7.2;16.57;0;6.96;18234
+66085;42.67394;2.58629;220;20220823;33.5;21.6;27.5;4.9;17.37;0;6.88;20572
+66085;42.67394;2.58629;220;20220824;32.7;20.8;26.7;2.6;16.32;1.7;5.38;20337
+66085;42.67394;2.58629;220;20220825;33.2;20.6;26.9;2.8;18.72;1.2;5.44;20818
+66085;42.67394;2.58629;220;20220826;32;21.7;26.9;4.8;17.57;0;6.19;18642
+66085;42.67394;2.58629;220;20220827;33.2;22.6;27.9;3.3;16.47;0;5.82;18762
+66085;42.67394;2.58629;220;20220828;32;19.7;25.8;2.5;15.92;.2;5.13;20203
+66085;42.67394;2.58629;220;20220829;30.3;19.2;24.7;2.1;19.02;3.3;4.31;19024
+66085;42.67394;2.58629;220;20220830;33.5;19.5;26.5;2.3;18.02;.1;5.17;21249
+66085;42.67394;2.58629;220;20220831;27.4;20.5;23.9;2.8;17.92;4.4;3.83;14526
+66085;42.67394;2.58629;220;20220901;32.3;20.3;26.3;3.3;14.97;1;5.64;19376
+66085;42.67394;2.58629;220;20220902;29.4;21;25.2;2.5;17.62;3.4;4.18;15895
+66085;42.67394;2.58629;220;20220903;26.7;18.7;22.7;2.5;19.32;.9;3.46;15396
+66085;42.67394;2.58629;220;20220904;28.1;18.5;23.3;3;21.07;0;3.63;16808
+66085;42.67394;2.58629;220;20220905;31.9;21;26.5;3.3;23.32;0;4.47;17820
+66085;42.67394;2.58629;220;20220906;32;21.7;26.8;2.4;23.57;1.7;4.13;17109
+66085;42.67394;2.58629;220;20220907;29.2;19.7;24.5;3.4;19.47;0;4.15;16365
+66085;42.67394;2.58629;220;20220908;29;17.9;23.4;2.6;13.07;.4;4.52;17570
+66085;42.67394;2.58629;220;20220909;25.9;19;22.5;3.3;13.72;.7;3.99;13621
+66085;42.67394;2.58629;220;20220910;29.3;16;22.6;2.4;14.12;0;4.39;19048
+66085;42.67394;2.58629;220;20220911;29.3;17.1;23.2;1.8;15.27;0;3.84;17957
+66085;42.67394;2.58629;220;20220912;26;17.6;21.8;1.7;20.92;.1;2.75;14769
+66085;42.67394;2.58629;220;20220913;33.2;21.5;27.3;2.6;20.17;4.1;4.6;17139
+66085;42.67394;2.58629;220;20220914;28;17.6;22.8;2.8;18.22;0;3.64;16076
+66085;42.67394;2.58629;220;20220915;30.6;19.5;25;3;15.52;4.9;4.57;16568
+66085;42.67394;2.58629;220;20220916;25.8;17.9;21.8;4.8;16.12;.8;3.93;13704
+66085;42.67394;2.58629;220;20220917;23.7;15.4;19.6;6.1;10.17;0;5.13;13979
+66085;42.67394;2.58629;220;20220918;27.1;12.4;19.8;2.6;7.17;0;4.57;18641
+66085;42.67394;2.58629;220;20220919;29.2;14.2;21.7;3.7;6.87;0;5.66;18718
+66085;42.67394;2.58629;220;20220920;28;15.1;21.5;2.9;7.77;0;4.69;17015
+66085;42.67394;2.58629;220;20220921;26.3;15.2;20.7;3;8.97;0;4.35;15560
+66085;42.67394;2.58629;220;20220922;24.6;14.3;19.4;2.1;12.07;0;3.16;14935
+66085;42.67394;2.58629;220;20220923;25.9;13.8;19.8;3.4;15.27;15.7;3.46;15968
+66085;42.67394;2.58629;220;20220924;20.4;15.6;18;3.5;14.92;10.6;2.38;9626
+66085;42.67394;2.58629;220;20220925;20.5;12.4;16.4;3.8;11.42;.2;3.04;12667
+66085;42.67394;2.58629;220;20220926;21.8;12.7;17.3;4.7;10.57;0;3.69;13344
+66085;42.67394;2.58629;220;20220927;20.9;13.9;17.4;6;11.37;.4;3.57;11466
+66085;42.67394;2.58629;220;20220928;23.7;14.7;19.2;4.6;13.12;2.7;3.55;12951
+66085;42.67394;2.58629;220;20220929;19.4;14.8;17.1;4.3;12.12;6.1;2.85;8962
+66085;42.67394;2.58629;220;20220930;18.4;11.3;14.8;5.9;10.12;.3;3.09;11263
+66085;42.67394;2.58629;220;20221001;25.8;10.4;18.1;3.4;10.42;0;3.88;16754
+66085;42.67394;2.58629;220;20221002;28.6;14.4;21.5;2.6;13.32;0;3.61;15815
+66085;42.67394;2.58629;220;20221003;26.9;16.6;21.7;2.6;14.07;0;3.28;13214
+66085;42.67394;2.58629;220;20221004;27;14.4;20.7;2.2;13.57;0;3.16;14496
+66085;42.67394;2.58629;220;20221005;23;13.9;18.4;2.5;15.72;0;2.27;12085
+66085;42.67394;2.58629;220;20221006;25.3;16.5;20.9;2.9;15.12;0;2.95;11774
+66085;42.67394;2.58629;220;20221007;20.4;13.8;17.1;1.4;16.22;2.3;1.57;9978
+66085;42.67394;2.58629;220;20221008;20.1;16.1;18.1;1.8;17.17;3;1.49;7425
+66085;42.67394;2.58629;220;20221009;22.1;12.8;17.5;2;14.82;.1;2.01;11731
+66085;42.67394;2.58629;220;20221010;22.6;15.4;19;1.7;16.67;.2;1.86;10073
+66085;42.67394;2.58629;220;20221011;22.3;15.8;19.1;1.7;16.52;.2;1.79;9368
+66085;42.67394;2.58629;220;20221012;24.7;14.9;19.8;2.1;14.27;.5;2.5;11566
+66085;42.67394;2.58629;220;20221013;25.3;14.9;20.1;2.3;13.42;0;2.68;11851
+66085;42.67394;2.58629;220;20221014;26.1;18.2;22.1;3.4;14.87;0;3.05;9994
+66085;42.67394;2.58629;220;20221015;24.2;14.1;19.2;2.1;16.17;0;2.11;11324
+66085;42.67394;2.58629;220;20221016;26.2;17.1;21.6;3.8;18.97;0;2.58;10585
+66085;42.67394;2.58629;220;20221017;25.6;19.4;22.5;6.9;19.22;0;3.23;8509
+66085;42.67394;2.58629;220;20221018;25;18.1;21.6;2.1;19.52;0;1.88;8844
+66085;42.67394;2.58629;220;20221019;22.8;18.1;20.5;1.9;19.52;.1;1.49;7077
+66085;42.67394;2.58629;220;20221020;27.5;18.4;23;4.4;17.42;1.4;3.36;10074
+66085;42.67394;2.58629;220;20221021;27.2;20.1;23.6;3.8;12.42;0;3.99;8651
+66085;42.67394;2.58629;220;20221022;24.8;15.9;20.4;2;14.47;0;2.23;9734
+66085;42.67394;2.58629;220;20221023;31.1;16.1;23.6;3.4;12.67;.6;4.13;12738
+66085;42.67394;2.58629;220;20221024;29;18.4;23.7;1.9;12.32;.1;2.81;10402
+66085;42.67394;2.58629;220;20221025;20.6;16.1;18.3;1.8;14.82;.1;1.52;6402
+66085;42.67394;2.58629;220;20221026;22.7;14.5;18.6;1.6;17.02;0;1.45;8843
+66085;42.67394;2.58629;220;20221027;21.8;17.8;19.8;1.5;18.82;0;1.23;5869
+66085;42.67394;2.58629;220;20221028;23.2;17.6;20.4;1.7;18.42;0;1.44;6978
+66085;42.67394;2.58629;220;20221029;22.4;15.4;18.9;3;16.97;.1;1.63;7700
+66085;42.67394;2.58629;220;20221030;22.4;15.2;18.8;2.9;16.42;0;1.73;7750
+66085;42.67394;2.58629;220;20221031;24.5;14.5;19.5;3.5;14.52;.7;2.52;9218
+66085;42.67394;2.58629;220;20221101;21.8;14.8;18.3;3.2;12.92;.1;2.24;7491
+66085;42.67394;2.58629;220;20221102;22.6;14.8;18.7;2.6;11.72;.1;2.28;7849
+66085;42.67394;2.58629;220;20221103;20.4;10.9;15.7;3.8;11.27;1.5;2.22;8660
+66085;42.67394;2.58629;220;20221104;15.5;11.4;13.5;7.8;8.27;2.1;3.11;4763
+66085;42.67394;2.58629;220;20221105;16.9;11;13.9;8;8.02;0;3.53;6441
+66085;42.67394;2.58629;220;20221106;19.3;7.2;13.2;2.1;8.02;0;1.8;9427
+66085;42.67394;2.58629;220;20221107;20.7;9.6;15.2;2.4;10.17;.1;1.87;8923
+66085;42.67394;2.58629;220;20221108;18.2;11.5;14.9;2.2;12.17;.1;1.3;6664
+66085;42.67394;2.58629;220;20221109;21.3;12.6;16.9;3.1;12.97;3.1;1.79;7597
+66085;42.67394;2.58629;220;20221110;18.9;11.5;15.2;3.6;10.57;0;2.03;6856
+66085;42.67394;2.58629;220;20221111;21.4;11.2;16.3;2.6;12.82;.4;1.54;8117
+66085;42.67394;2.58629;220;20221112;19.2;14.6;16.9;2.1;15.82;.2;1;5021
+66085;42.67394;2.58629;220;20221113;16;9.4;12.7;1.6;12.42;0;.81;6124
+66085;42.67394;2.58629;220;20221114;20.1;11.1;15.6;1.7;12.97;.1;1.17;7272
+66085;42.67394;2.58629;220;20221115;18.3;12.1;15.2;1.6;13.32;.5;1;5858
+66085;42.67394;2.58629;220;20221116;19.1;11.6;15.3;3;11.27;0;1.71;6420
+66085;42.67394;2.58629;220;20221117;19.8;10.8;15.3;3.6;11.32;3.2;1.84;7002
+66085;42.67394;2.58629;220;20221118;15.1;10.2;12.6;4.6;9.22;.9;1.87;4921
+66085;42.67394;2.58629;220;20221119;12.9;7.7;10.3;6.8;7.92;.1;2.05;5032
+66085;42.67394;2.58629;220;20221120;16.7;6.7;11.7;4.9;7.42;.7;2.29;7225
+66085;42.67394;2.58629;220;20221121;12.6;8.7;10.6;3.8;9.17;9.4;1.25;4186
+66085;42.67394;2.58629;220;20221122;13.9;8.9;11.4;7.4;7.07;3.4;2.71;4749
+66085;42.67394;2.58629;220;20221123;17.4;8.5;13;4.1;9.07;5.6;1.9;6574
+66085;42.67394;2.58629;220;20221124;15.7;8.8;12.2;2.8;9.02;0;1.43;5646
+66085;42.67394;2.58629;220;20221125;15;10;12.5;4.8;9.37;1.4;1.81;4596
+66085;42.67394;2.58629;220;20221126;18;9.9;13.9;4.7;6.47;0;2.97;6016
+66085;42.67394;2.58629;220;20221127;14.1;5.9;10;1.8;8.37;.5;.94;6020
+66085;42.67394;2.58629;220;20221128;12.4;8.4;10.4;6.3;8.52;2.5;1.67;3902
+66085;42.67394;2.58629;220;20221129;12.2;9.1;10.7;6.3;8.17;2.4;1.92;3348
+66085;42.67394;2.58629;220;20221130;12.7;6.2;9.4;2.6;7.42;0;1.19;5070
+66085;42.67394;2.58629;220;20221201;10.9;4.4;7.6;3.1;6.32;.1;1.28;5032
+66085;42.67394;2.58629;220;20221202;10.2;2.1;6.1;1.4;6.17;0;.66;5683
+66085;42.67394;2.58629;220;20221203;10.2;3;6.6;1.7;7.02;0;.68;5308
+66085;42.67394;2.58629;220;20221204;12.6;5.6;9.1;2;7.22;0;1.01;5152
+66085;42.67394;2.58629;220;20221205;11.9;3;7.5;1.6;7.02;.1;.73;5841
+66085;42.67394;2.58629;220;20221206;14.1;7.8;10.9;1.1;8.97;.1;.71;4797
+66085;42.67394;2.58629;220;20221207;16.5;9.2;12.9;2;9.17;.6;1.13;5172
+66085;42.67394;2.58629;220;20221208;8.5;7.8;8.2;2.3;10.27;1.9;.39;911
+66085;42.67394;2.58629;220;20221209;16.5;6;11.3;2.3;10.32;2.9;.85;6305
+66085;42.67394;2.58629;220;20221210;9.5;8.9;9.2;5.2;7.37;0;1.66;1246
+66085;42.67394;2.58629;220;20221211;6.9;-.4;3.2;2.6;4.17;0;1.05;5070
+66085;42.67394;2.58629;220;20221212;9.6;2.3;6;3;6.72;3.4;.86;5085
+66085;42.67394;2.58629;220;20221213;9.4;3.6;6.5;1.6;9.02;1.1;.35;4411
+66085;42.67394;2.58629;220;20221214;13.7;8.3;11;2.1;11.42;1.3;.57;4185
+66085;42.67394;2.58629;220;20221215;16.8;9.1;13;2.4;11.57;9.4;.91;5160
+66085;42.67394;2.58629;220;20221216;14.4;10.2;12.3;2.1;10.77;1;.89;3640
+66085;42.67394;2.58629;220;20221217;13.5;7.2;10.4;2.6;9.42;.2;.95;4599
+66085;42.67394;2.58629;220;20221218;13.3;7.2;10.2;2.1;9.37;0;.82;4460
+66085;42.67394;2.58629;220;20221219;18.3;6.6;12.4;2.8;9.52;.1;1.33;6486
+66085;42.67394;2.58629;220;20221220;13;8.3;10.6;2.6;10.22;.9;.81;3809
+66085;42.67394;2.58629;220;20221221;18.5;10.2;14.3;2.4;10.62;.1;1.25;5349
+66085;42.67394;2.58629;220;20221222;20.6;10;15.3;2;10.02;0;1.33;6158
+66085;42.67394;2.58629;220;20221223;20.9;13.3;17.1;2.5;10.67;0;1.71;5090
+66085;42.67394;2.58629;220;20221224;19.4;11.4;15.4;1.8;10.37;0;1.21;5266
+66085;42.67394;2.58629;220;20221225;13.6;7.3;10.4;1.1;11.02;0;.46;4574
+66085;42.67394;2.58629;220;20221226;16.6;8.6;12.6;1.6;10.87;0;.79;5178
+66085;42.67394;2.58629;220;20221227;17.8;9.2;13.5;2.1;9.62;0;1.2;5475
+66085;42.67394;2.58629;220;20221228;11;7.1;9.1;1.4;9.87;0;.52;3418
+66085;42.67394;2.58629;220;20221229;14;6.8;10.4;1.9;9.92;0;.69;4997
+66085;42.67394;2.58629;220;20221230;14.3;8.5;11.4;1.3;10.87;.1;.59;4452
+66085;42.67394;2.58629;220;20221231;14.8;11;12.9;1.5;12.57;.1;.6;3306
+66086;42.69655;2.8868;11;20220101;12.3;4.9;8.6;1.4;10.81;.1;.36;4700
+66086;42.69655;2.8868;11;20220102;12.3;8;10.1;2;10.11;0;.71;3100
+66086;42.69655;2.8868;11;20220103;18.3;6.3;12.3;1.7;9.91;0;.96;6400
+66086;42.69655;2.8868;11;20220104;11.9;4.7;8.3;2.8;10.41;.3;.47;1600
+66086;42.69655;2.8868;11;20220105;10.2;9.4;9.8;8.4;6.01;0;2.82;6700
+66086;42.69655;2.8868;11;20220106;9.5;5.5;7.5;9.4;4.41;0;3;8600
+66086;42.69655;2.8868;11;20220107;11.2;4.2;7.7;7.4;5.91;.2;2.22;6800
+66086;42.69655;2.8868;11;20220108;14.9;9.1;12;7.6;8.11;.6;2.55;9100
+66086;42.69655;2.8868;11;20220109;11.8;9.6;10.7;9;8.81;26.7;2.06;2700
+66086;42.69655;2.8868;11;20220110;9.9;7.9;8.9;3.8;9.21;12.3;.93;500
+66086;42.69655;2.8868;11;20220111;14.9;8.4;11.6;7.2;6.01;0;3.21;9100
+66086;42.69655;2.8868;11;20220112;12.8;5.1;8.9;4.2;4.71;0;2.19;9100
+66086;42.69655;2.8868;11;20220113;10.9;-2.4;4.2;2.1;5.21;0;.92;9100
+66086;42.69655;2.8868;11;20220114;11.2;-2.3;4.4;1.5;5.81;0;.69;9000
+66086;42.69655;2.8868;11;20220115;14.5;-2.1;6.2;1.5;5.31;0;.97;9100
+66086;42.69655;2.8868;11;20220116;15.6;1.4;8.5;4.7;4.01;0;2.78;9500
+66086;42.69655;2.8868;11;20220117;15.4;7.8;11.6;5.4;4.41;0;3.28;9400
+66086;42.69655;2.8868;11;20220118;11.9;1.4;6.6;2.5;6.01;0;1.14;9200
+66086;42.69655;2.8868;11;20220119;11.6;-.1;5.7;4.2;6.51;0;1.27;9300
+66086;42.69655;2.8868;11;20220120;12.9;7.4;10.1;6.8;7.31;0;2.29;7600
+66086;42.69655;2.8868;11;20220121;9.3;5.5;7.4;7.6;5.21;0;2.43;9800
+66086;42.69655;2.8868;11;20220122;14.7;4.3;9.5;4.6;4.61;0;2.65;9900
+66086;42.69655;2.8868;11;20220123;11;-1.5;4.7;2.1;6.11;0;.9;9800
+66086;42.69655;2.8868;11;20220124;12.2;1.8;7;2.1;7.81;0;.85;8200
+66086;42.69655;2.8868;11;20220125;10.6;5.7;8.1;2.9;8.86;0;.8;8147
+66086;42.69655;2.8868;11;20220126;19.5;-.7;9.4;2;5.71;0;1.73;10400
+66086;42.69655;2.8868;11;20220127;19.2;2.6;10.9;3.7;5.31;0;2.73;10800
+66086;42.69655;2.8868;11;20220128;17.5;7;12.2;9.2;5.21;0;4.56;10900
+66086;42.69655;2.8868;11;20220129;19.3;10.8;15;8.1;5.01;0;5.16;11000
+66086;42.69655;2.8868;11;20220130;19.1;11.8;15.4;8.1;8.01;0;4.16;11000
+66086;42.69655;2.8868;11;20220131;14.7;8.8;11.7;9.6;7.61;0;3.21;10300
+66086;42.69655;2.8868;11;20220201;13.2;7.7;10.4;11.5;6.51;0;3.47;10500
+66086;42.69655;2.8868;11;20220202;19.1;11.7;15.4;9.9;8.71;0;4.32;11300
+66086;42.69655;2.8868;11;20220203;13.4;7;10.2;4.2;10.06;0;1.23;9268
+66086;42.69655;2.8868;11;20220204;17.7;6.9;12.3;4.6;9.41;0;2.12;8900
+66086;42.69655;2.8868;11;20220205;16.4;11.3;13.8;6.5;8.31;0;3.14;11400
+66086;42.69655;2.8868;11;20220206;14;6.3;10.1;5.8;6.21;.1;2.73;10800
+66086;42.69655;2.8868;11;20220207;17;10.4;13.7;8.8;8.41;0;3.6;12400
+66086;42.69655;2.8868;11;20220208;14.6;6.4;10.5;2.8;7.71;0;1.71;12200
+66086;42.69655;2.8868;11;20220209;13.6;1.7;7.6;1.8;8.61;0;1.03;11200
+66086;42.69655;2.8868;11;20220210;16.1;6;11;1.7;9.41;0;1.31;11400
+66086;42.69655;2.8868;11;20220211;16.8;3.9;10.3;3.4;9.01;0;1.67;7900
+66086;42.69655;2.8868;11;20220212;12.6;1.9;7.2;2;7.81;0;1.16;12000
+66086;42.69655;2.8868;11;20220213;18.9;3.6;11.2;4.1;9.11;.1;2.22;11900
+66086;42.69655;2.8868;11;20220214;14.5;9.6;12;5.5;8.51;.7;2.33;3800
+66086;42.69655;2.8868;11;20220215;14.8;9;11.9;8;6.91;0;3.48;11200
+66086;42.69655;2.8868;11;20220216;17.5;11.6;14.5;7.6;9.41;.5;3.28;5100
+66086;42.69655;2.8868;11;20220217;18.2;12.6;15.4;5.9;11.86;0;2.42;10281
+66086;42.69655;2.8868;11;20220218;16.9;10.2;13.6;5.8;11.46;0;1.95;11020
+66086;42.69655;2.8868;11;20220219;11.7;10.8;11.2;6.4;7.91;.3;2.41;2600
+66086;42.69655;2.8868;11;20220220;17.8;7.2;12.5;6.7;7.61;0;3.48;13900
+66086;42.69655;2.8868;11;20220221;18;12.7;15.3;10.8;7.81;0;5.02;13200
+66086;42.69655;2.8868;11;20220222;17.8;10.9;14.3;8.9;7.41;0;4.51;13800
+66086;42.69655;2.8868;11;20220223;19.5;7.3;13.4;3.1;8.31;0;2.65;14200
+66086;42.69655;2.8868;11;20220224;17.1;8.9;13;3.4;10.31;0;1.98;9800
+66086;42.69655;2.8868;11;20220225;13.9;11.2;12.5;6.9;6.51;0;3.68;11700
+66086;42.69655;2.8868;11;20220226;13;4.4;8.7;3.2;5.51;0;2.36;15600
+66086;42.69655;2.8868;11;20220227;15.4;1.2;8.3;2;7.21;0;1.73;12600
+66086;42.69655;2.8868;11;20220228;16.2;3.3;9.7;1.9;8.11;0;1.85;15000
+66086;42.69655;2.8868;11;20220301;14.4;6.9;10.6;3.8;8.91;.1;1.87;9400
+66086;42.69655;2.8868;11;20220302;14.7;8.4;11.5;2.1;10.41;1.7;1.36;7400
+66086;42.69655;2.8868;11;20220303;17.1;10;13.5;3.1;10.31;0;2.34;15300
+66086;42.69655;2.8868;11;20220304;15.8;9.4;12.6;6.5;8.91;0;2.97;13400
+66086;42.69655;2.8868;11;20220305;14.3;10.2;12.2;6.9;6.81;0;3.44;6400
+66086;42.69655;2.8868;11;20220306;15.3;6.8;11;4.3;6.91;0;2.83;13400
+66086;42.69655;2.8868;11;20220307;11.5;2.2;6.8;2.8;7.51;0;1.28;6200
+66086;42.69655;2.8868;11;20220308;17.4;1.4;9.4;2.3;8.61;.7;1.99;14200
+66086;42.69655;2.8868;11;20220309;17.1;7.2;12.1;3.4;9.71;0;2.36;14900
+66086;42.69655;2.8868;11;20220310;18.4;5.3;11.8;2.2;9.71;0;1.92;10200
+66086;42.69655;2.8868;11;20220311;17.3;8.2;12.7;4.8;10.51;9.7;2.23;9100
+66086;42.69655;2.8868;11;20220312;10.9;10.6;10.7;2.9;11.61;53.4;.77;2500
+66086;42.69655;2.8868;11;20220313;14.7;9.4;12;5.3;11.11;6.1;1.52;3900
+66086;42.69655;2.8868;11;20220314;13.2;5.1;9.1;4.7;11.61;5.1;.53;3400
+66086;42.69655;2.8868;11;20220315;14.2;12.2;13.2;6.2;13.71;1.3;1.01;4400
+66086;42.69655;2.8868;11;20220316;14.7;12;13.3;3.1;13.41;0;1.15;5600
+66086;42.69655;2.8868;11;20220317;15.2;11.1;13.1;2.2;12.41;1.7;1.08;3000
+66086;42.69655;2.8868;11;20220318;15.5;11.1;13.3;2;11.41;1.3;1.44;5600
+66086;42.69655;2.8868;11;20220319;12.9;9.1;11;1.4;10.81;.8;.95;3300
+66086;42.69655;2.8868;11;20220320;12.1;6.9;9.5;3.9;12.01;20.8;.41;2300
+66086;42.69655;2.8868;11;20220321;13.7;10.8;12.2;4.6;10.81;1.8;1.65;4900
+66086;42.69655;2.8868;11;20220322;15.5;6.5;11;5;8.51;0;2.91;18500
+66086;42.69655;2.8868;11;20220323;15.7;6.9;11.3;3.7;8.51;0;2.82;18500
+66086;42.69655;2.8868;11;20220324;16.6;3.8;10.2;2.4;9.51;0;1.99;13000
+66086;42.69655;2.8868;11;20220325;17;9.4;13.2;2.5;11.11;0;2.46;17100
+66086;42.69655;2.8868;11;20220326;16.4;7.1;11.7;2;10.61;0;1.95;12900
+66086;42.69655;2.8868;11;20220327;19.7;8.6;14.1;1.9;9.61;0;2.63;14600
+66086;42.69655;2.8868;11;20220328;20.6;5.1;12.8;3.4;8.91;0;3.26;16600
+66086;42.69655;2.8868;11;20220329;17;7.5;12.2;2.6;11.31;6.7;1.86;10700
+66086;42.69655;2.8868;11;20220330;15.7;9.6;12.6;3.5;11.11;4;1.86;8400
+66086;42.69655;2.8868;11;20220331;16.4;11.9;14.1;8;8.41;0;4.33;17500
+66086;42.69655;2.8868;11;20220401;9.3;4.1;6.7;11.9;5.11;.7;3.46;20300
+66086;42.69655;2.8868;11;20220402;9.7;2.3;6;6;5.3;0;2.31;11490
+66086;42.69655;2.8868;11;20220403;10.8;4.1;7.4;6.6;4.61;0;3.58;20700
+66086;42.69655;2.8868;11;20220404;14.2;3.1;8.6;5.1;4.81;.1;3.89;23500
+66086;42.69655;2.8868;11;20220405;19.3;5.2;12.2;5.9;5.31;0;5.13;23500
+66086;42.69655;2.8868;11;20220406;18.4;12.4;15.4;5;8.61;0;3.97;14000
+66086;42.69655;2.8868;11;20220407;22.5;10.7;16.6;4.3;10.01;0;4.48;20900
+66086;42.69655;2.8868;11;20220408;20.7;11.8;16.2;4.8;11.31;0;4;20100
+66086;42.69655;2.8868;11;20220409;16.4;11.3;13.8;7.3;8.01;0;4.11;13200
+66086;42.69655;2.8868;11;20220410;15.7;4;9.8;3.2;9.31;0;2.84;23500
+66086;42.69655;2.8868;11;20220411;19.8;8;13.9;5.8;11.81;0;3.35;20200
+66086;42.69655;2.8868;11;20220412;15.3;12.4;13.8;5.4;13.11;3;1.52;4900
+66086;42.69655;2.8868;11;20220413;16.6;12.6;14.6;3.5;12.91;1.1;1.8;6700
+66086;42.69655;2.8868;11;20220414;23.8;12.2;18;3;10.61;0;4.29;20100
+66086;42.69655;2.8868;11;20220415;24;17.1;20.5;9.3;12.12;0;6.4;22151
+66086;42.69655;2.8868;11;20220416;23.2;17.8;20.5;15;12.12;0;6.99;18789
+66086;42.69655;2.8868;11;20220417;20.9;14.4;17.6;4.5;11.11;0;4.78;24600
+66086;42.69655;2.8868;11;20220418;23.6;14.8;19.2;3.9;10.11;0;5.01;20600
+66086;42.69655;2.8868;11;20220419;20.9;15;17.9;3.8;11.01;2.4;3.32;7800
+66086;42.69655;2.8868;11;20220420;14.1;10.7;12.4;2.5;11.11;39.6;1.33;3600
+66086;42.69655;2.8868;11;20220421;13.8;9.7;11.7;6.2;10.51;3.4;1.68;2700
+66086;42.69655;2.8868;11;20220422;19.8;8.4;14.1;2.7;12.01;0;3.33;22200
+66086;42.69655;2.8868;11;20220423;20.9;10.9;15.9;4.1;10.91;7.1;3.48;13400
+66086;42.69655;2.8868;11;20220424;20.4;9.9;15.1;5.4;10.91;0;4.21;22400
+66086;42.69655;2.8868;11;20220425;20.8;11.3;16;2.5;11.51;0;3.86;22900
+66086;42.69655;2.8868;11;20220426;20.5;9.7;15.1;2;11.61;0;3.73;24300
+66086;42.69655;2.8868;11;20220427;19.3;11.2;15.2;2.4;12.71;0;3.12;19100
+66086;42.69655;2.8868;11;20220428;23;11.8;17.4;3;13.21;0;4.06;22300
+66086;42.69655;2.8868;11;20220429;26.5;17.1;21.8;5;13.61;0;6.13;25900
+66086;42.69655;2.8868;11;20220430;23.5;17.5;20.5;4.9;12.91;0;4.63;14500
+66086;42.69655;2.8868;11;20220501;24.8;13.7;19.2;4.8;10.71;1;5.98;26800
+66086;42.69655;2.8868;11;20220502;21.1;14.4;17.7;3;12.41;1.7;2.94;9600
+66086;42.69655;2.8868;11;20220503;21.1;14.5;17.8;2.8;13.61;.9;3.31;15800
+66086;42.69655;2.8868;11;20220504;22;12.8;17.4;4.1;12.31;.5;4.02;18000
+66086;42.69655;2.8868;11;20220505;21.9;15.2;18.5;7.7;10.81;.1;6.18;26600
+66086;42.69655;2.8868;11;20220506;22.2;15.4;18.8;8.7;10.41;0;6.45;24100
+66086;42.69655;2.8868;11;20220507;24.2;16.4;20.3;8.9;11.11;.2;7.04;24300
+66086;42.69655;2.8868;11;20220508;26.5;16.8;21.6;5.3;11.81;.3;6.5;24200
+66086;42.69655;2.8868;11;20220509;24.5;15.5;20;1.8;14.61;.1;4.51;25000
+66086;42.69655;2.8868;11;20220510;24.7;11.8;18.2;1.8;14.61;.1;4.46;26700
+66086;42.69655;2.8868;11;20220511;23.1;11.5;17.3;2.4;15.41;0;4.26;27200
+66086;42.69655;2.8868;11;20220512;25.7;13.4;19.5;2.7;15.11;0;4.54;23600
+66086;42.69655;2.8868;11;20220513;25.9;13.7;19.8;2.2;15.31;0;4.66;25300
+66086;42.69655;2.8868;11;20220514;26.7;15.9;21.3;2.6;16.31;0;4.84;24200
+66086;42.69655;2.8868;11;20220515;24.4;13.8;19.1;2.5;15.61;.1;4.49;25400
+66086;42.69655;2.8868;11;20220516;25.7;16.1;20.9;2.4;16.71;0;4.72;25000
+66086;42.69655;2.8868;11;20220517;25.6;15;20.3;2;17.71;0;4.6;26200
+66086;42.69655;2.8868;11;20220518;31.8;18.1;24.9;3.2;17.11;0;6.36;26600
+66086;42.69655;2.8868;11;20220519;25.4;19;22.2;3.8;20.01;0;4.54;23100
+66086;42.69655;2.8868;11;20220520;32.3;16.5;24.4;3.6;18.11;.1;6.37;26600
+66086;42.69655;2.8868;11;20220521;26.4;15.9;21.1;1.7;18.61;.1;4.49;24700
+66086;42.69655;2.8868;11;20220522;27.3;16.6;21.9;2;19.51;0;3.97;19600
+66086;42.69655;2.8868;11;20220523;25.9;20;22.9;4.6;16.61;0;5.08;18700
+66086;42.69655;2.8868;11;20220524;20.4;16.7;18.5;6.4;11.81;6.5;4.18;9000
+66086;42.69655;2.8868;11;20220525;22.4;13.4;17.9;10.3;11.41;0;5.62;17400
+66086;42.69655;2.8868;11;20220526;24.4;16.1;20.2;9.5;11.71;0;7.37;28700
+66086;42.69655;2.8868;11;20220527;28.1;18;23;8.4;12.71;0;7.96;23800
+66086;42.69655;2.8868;11;20220528;29.9;20.8;25.3;7.3;12.91;0;8.98;28400
+66086;42.69655;2.8868;11;20220529;30.1;17.3;23.7;3.4;10.01;.1;7.03;27000
+66086;42.69655;2.8868;11;20220530;26.7;15.3;21;2.2;12.21;1.8;4.67;20100
+66086;42.69655;2.8868;11;20220531;26.3;16.6;21.4;2.1;16.41;0;5.3;28400
+66086;42.69655;2.8868;11;20220601;24.9;15.2;20;3;17.61;0;4.19;22100
+66086;42.69655;2.8868;11;20220602;25;18.9;21.9;2.7;19.11;.1;3.25;13200
+66086;42.69655;2.8868;11;20220603;28.1;18.8;23.4;2.9;20.21;0;4.98;23700
+66086;42.69655;2.8868;11;20220604;27.2;18.7;22.9;2.7;20.81;0;4.95;25500
+66086;42.69655;2.8868;11;20220605;29.7;19.2;24.4;4.8;17.31;0;6.66;26500
+66086;42.69655;2.8868;11;20220606;29.7;17.3;23.5;3.7;16.81;2.7;5.92;24500
+66086;42.69655;2.8868;11;20220607;27.2;19.4;23.3;4.6;16.91;0;5.91;24600
+66086;42.69655;2.8868;11;20220608;28;18;23;3.9;16.31;.1;5.09;18400
+66086;42.69655;2.8868;11;20220609;26.6;17.5;22;8.5;13.21;0;7.85;30500
+66086;42.69655;2.8868;11;20220610;33.6;17.6;25.6;4.7;11.91;0;8.73;30100
+66086;42.69655;2.8868;11;20220611;33.6;18.5;26;3.2;12.11;0;7.78;30200
+66086;42.69655;2.8868;11;20220612;34.1;18.7;26.4;2.9;15.01;.5;6.46;22500
+66086;42.69655;2.8868;11;20220613;35;22.9;28.9;3.5;18.21;.1;7.26;24500
+66086;42.69655;2.8868;11;20220614;31.3;20.6;25.9;2.6;16.01;1.5;5.98;23400
+66086;42.69655;2.8868;11;20220615;30.5;20.1;25.3;3.2;19.61;0;6.16;27000
+66086;42.69655;2.8868;11;20220616;37.2;19.4;28.3;1.9;19.61;0;6.53;26800
+66086;42.69655;2.8868;11;20220617;37.3;22.9;30.1;2.9;18.71;0;7.69;27900
+66086;42.69655;2.8868;11;20220618;30.8;20.9;25.8;3.7;21.01;0;6.4;27800
+66086;42.69655;2.8868;11;20220619;36.3;20;28.1;4.4;20.81;0;7.94;28100
+66086;42.69655;2.8868;11;20220620;29.2;20.6;24.9;3.4;22.21;0;5.05;22200
+66086;42.69655;2.8868;11;20220621;28.4;21.7;25;2.4;23.91;1.6;3.36;13200
+66086;42.69655;2.8868;11;20220622;31.1;19.5;25.3;3.4;20.71;.2;5.19;19800
+66086;42.69655;2.8868;11;20220623;36;19.2;27.6;3.1;19.51;1.9;7.22;27700
+66086;42.69655;2.8868;11;20220624;27.7;19.2;23.4;3;16.11;0;4.48;15300
+66086;42.69655;2.8868;11;20220625;31.9;16.5;24.2;2.8;17.51;1.3;5.21;19500
+66086;42.69655;2.8868;11;20220626;29.9;20.2;25;4.4;17.51;0;6.39;24000
+66086;42.69655;2.8868;11;20220627;26.6;18.6;22.6;8.2;14.31;0;6.92;22000
+66086;42.69655;2.8868;11;20220628;30.2;19.8;25;7;12.91;0;8.96;29800
+66086;42.69655;2.8868;11;20220629;31.1;17.2;24.1;3.1;14.91;.2;6.76;29200
+66086;42.69655;2.8868;11;20220630;27;19.9;23.4;5.5;16.01;0;5.98;20900
+66086;42.69655;2.8868;11;20220701;27.9;17.6;22.7;5.4;12.31;0;7.52;29500
+66086;42.69655;2.8868;11;20220702;28.9;14.8;21.8;2.4;13.41;0;5.98;28900
+66086;42.69655;2.8868;11;20220703;33.1;17.3;25.2;2.2;16.21;0;5.79;23700
+66086;42.69655;2.8868;11;20220704;35.3;22.9;29.1;3.7;18.21;0;7.61;25800
+66086;42.69655;2.8868;11;20220705;33.4;23.3;28.3;6;17.21;1.1;8.3;23000
+66086;42.69655;2.8868;11;20220706;31.2;23.5;27.3;5.6;14.01;.1;7.39;15700
+66086;42.69655;2.8868;11;20220707;31.3;22.8;27;9.2;14.31;0;10.3;29900
+66086;42.69655;2.8868;11;20220708;33.6;22.7;28.1;8.7;14.01;0;10.99;30100
+66086;42.69655;2.8868;11;20220709;35.7;21.8;28.7;4.3;12.51;0;9.14;29800
+66086;42.69655;2.8868;11;20220710;34.4;23.3;28.8;3.2;12.81;0;8.08;29600
+66086;42.69655;2.8868;11;20220711;32.3;19.2;25.7;2.1;15.81;0;6.45;29200
+66086;42.69655;2.8868;11;20220712;33.5;18.8;26.1;2.5;20.51;0;6.39;28400
+66086;42.69655;2.8868;11;20220713;32.1;21.1;26.6;2.6;22.31;0;6.18;27900
+66086;42.69655;2.8868;11;20220714;32.8;23.4;28.1;1.9;22.41;0;6.11;27300
+66086;42.69655;2.8868;11;20220715;40;23.5;31.7;3.7;15.31;0;8.95;26600
+66086;42.69655;2.8868;11;20220716;35.5;21.8;28.6;2.5;15.81;0;7.08;27400
+66086;42.69655;2.8868;11;20220717;34.9;20.7;27.8;2.5;18.81;0;6.85;28300
+66086;42.69655;2.8868;11;20220718;33.6;19.8;26.7;3;21.71;0;6.47;27700
+66086;42.69655;2.8868;11;20220719;31.4;23.1;27.2;3.4;26.01;0;5.69;25200
+66086;42.69655;2.8868;11;20220720;34.2;23.2;28.7;2.9;21.11;0;6.65;26000
+66086;42.69655;2.8868;11;20220721;35.9;23.1;29.5;2.7;17.41;0;7.15;26600
+66086;42.69655;2.8868;11;20220722;34.7;23.1;28.9;3.4;19.21;.7;6.9;23900
+66086;42.69655;2.8868;11;20220723;33.3;22.9;28.1;5.5;16.61;0;8.28;25400
+66086;42.69655;2.8868;11;20220724;32.9;22.4;27.6;3;19.11;0;6.66;26700
+66086;42.69655;2.8868;11;20220725;31.9;22.4;27.1;4.6;21.41;.7;5.96;19800
+66086;42.69655;2.8868;11;20220726;29.6;21.9;25.7;6.5;16.11;0;7.82;26900
+66086;42.69655;2.8868;11;20220727;32.8;21.5;27.1;6;12.91;0;9.16;28000
+66086;42.69655;2.8868;11;20220728;31.8;20.2;26;3;14.41;0;6.1;21700
+66086;42.69655;2.8868;11;20220729;30;23.6;26.8;3.7;17.01;.7;5.38;14800
+66086;42.69655;2.8868;11;20220730;33.5;23.2;28.3;5;16.81;0;8.08;25900
+66086;42.69655;2.8868;11;20220731;36.1;24.4;30.2;4.7;15.61;0;8.97;27500
+66086;42.69655;2.8868;11;20220801;37.8;25.9;31.8;5.1;15.31;0;9.83;27400
+66086;42.69655;2.8868;11;20220802;38;25.5;31.7;3.8;14.41;0;8.79;27200
+66086;42.69655;2.8868;11;20220803;31.4;21.3;26.3;2.4;19.61;0;5.69;24900
+66086;42.69655;2.8868;11;20220804;29.4;23.5;26.4;2.4;25.91;.9;3.43;13500
+66086;42.69655;2.8868;11;20220805;35.2;21.5;28.3;3.4;21.41;.1;6.2;21400
+66086;42.69655;2.8868;11;20220806;37.4;25.5;31.4;4.9;18.61;0;8.27;20700
+66086;42.69655;2.8868;11;20220807;34.5;23.2;28.8;2.9;17.81;.2;6.49;23300
+66086;42.69655;2.8868;11;20220808;34.6;21.5;28;2.7;15.71;0;6.72;25900
+66086;42.69655;2.8868;11;20220809;34.7;19.9;27.3;2;13.01;0;5.78;22300
+66086;42.69655;2.8868;11;20220810;32.6;21;26.8;2.4;20.31;0;5.73;24900
+66086;42.69655;2.8868;11;20220811;32.3;22.3;27.3;2.8;26.11;0;4.91;21100
+66086;42.69655;2.8868;11;20220812;36.5;21.8;29.1;2.1;23.81;0;5.6;22300
+66086;42.69655;2.8868;11;20220813;32.9;24.6;28.7;2.8;24.41;1.7;4.83;17100
+66086;42.69655;2.8868;11;20220814;32.8;24.2;28.5;3.9;22.01;0;5.37;15700
+66086;42.69655;2.8868;11;20220815;31.9;22.8;27.3;2.9;17.51;.1;5.68;20600
+66086;42.69655;2.8868;11;20220816;35.1;19;27;3.8;17.31;0;6.38;19300
+66086;42.69655;2.8868;11;20220817;30.1;20.6;25.3;3.3;17.31;2.6;4.22;10300
+66086;42.69655;2.8868;11;20220818;27.5;19.6;23.5;7.8;15.31;.8;6.03;13200
+66086;42.69655;2.8868;11;20220819;29.9;21.1;25.5;8.7;14.71;0;8.54;25400
+66086;42.69655;2.8868;11;20220820;34.1;22.7;28.4;5.6;15.41;0;8.43;24900
+66086;42.69655;2.8868;11;20220821;33.2;22.4;27.8;4.7;15.81;0;7.09;20200
+66086;42.69655;2.8868;11;20220822;30.8;22.9;26.8;7.1;16.91;0;7.74;22700
+66086;42.69655;2.8868;11;20220823;35.2;23.3;29.2;5.6;17.81;0;8.27;24100
+66086;42.69655;2.8868;11;20220824;32.2;20.5;26.3;2.3;17.41;1.2;5.34;22600
+66086;42.69655;2.8868;11;20220825;34.2;22.1;28.1;2.8;20.91;1.1;4.78;14800
+66086;42.69655;2.8868;11;20220826;34.4;24.4;29.4;6.5;18.01;0;8.21;20200
+66086;42.69655;2.8868;11;20220827;33.7;24.5;29.1;4;17.91;0;6.52;19400
+66086;42.69655;2.8868;11;20220828;31.2;19.8;25.5;2.2;17.91;.1;5.06;22900
+66086;42.69655;2.8868;11;20220829;29.2;19.8;24.5;2.6;22.31;2.8;3.27;12700
+66086;42.69655;2.8868;11;20220830;32.1;20.2;26.1;1.9;20.81;0;4.75;22000
+66086;42.69655;2.8868;11;20220831;28;22;25;3.3;20.41;1.6;3.33;8900
+66086;42.69655;2.8868;11;20220901;32.4;23.3;27.8;3.6;18.31;0;6.12;22100
+66086;42.69655;2.8868;11;20220902;31;20.8;25.9;2.3;19.11;1.2;4.01;14500
+66086;42.69655;2.8868;11;20220903;28.4;20.1;24.2;2;20.71;.5;3.71;17400
+66086;42.69655;2.8868;11;20220904;29.4;20;24.7;3.4;23.41;0;3.79;16400
+66086;42.69655;2.8868;11;20220905;32.2;20.7;26.4;3.5;25.61;0;4.63;20300
+66086;42.69655;2.8868;11;20220906;32;22.7;27.3;2.8;26.01;2.1;4.46;19400
+66086;42.69655;2.8868;11;20220907;30.1;20.3;25.2;2.9;20.71;0;3.69;12700
+66086;42.69655;2.8868;11;20220908;29.8;18.7;24.2;2.9;13.01;0;5.03;18700
+66086;42.69655;2.8868;11;20220909;28.3;18.7;23.5;2.6;14.01;0;3.64;9400
+66086;42.69655;2.8868;11;20220910;28.6;16.5;22.5;2.4;14.71;0;4.45;21100
+66086;42.69655;2.8868;11;20220911;27.9;17.1;22.5;2.3;16.01;0;4.13;20100
+66086;42.69655;2.8868;11;20220912;27.2;19.5;23.3;2.5;22.81;0;2.26;8400
+66086;42.69655;2.8868;11;20220913;31.6;22.1;26.8;2.4;23.71;3;3.07;9400
+66086;42.69655;2.8868;11;20220914;29.1;19.3;24.2;2.6;21.21;.1;3.04;11100
+66086;42.69655;2.8868;11;20220915;32.6;18.5;25.5;3.6;16.71;1.9;4.99;14600
+66086;42.69655;2.8868;11;20220916;28.5;19.8;24.1;7.1;16.11;.1;6.24;20200
+66086;42.69655;2.8868;11;20220917;25.9;16;20.9;5.8;9.41;0;6.24;20900
+66086;42.69655;2.8868;11;20220918;25.8;10.6;18.2;2.6;8.21;0;4.3;20300
+66086;42.69655;2.8868;11;20220919;30.4;10.8;20.6;2.3;8.41;0;4.67;20500
+66086;42.69655;2.8868;11;20220920;26.7;11.8;19.2;2.2;9.01;0;4.06;19900
+66086;42.69655;2.8868;11;20220921;27.9;13.4;20.6;2.7;9.31;0;4.55;19600
+66086;42.69655;2.8868;11;20220922;25.3;14;19.6;2.4;13.21;0;3.4;16400
+66086;42.69655;2.8868;11;20220923;27;13.2;20.1;3.1;16.21;24.7;3.35;15200
+66086;42.69655;2.8868;11;20220924;22.5;16.9;19.7;3;15.21;6.2;2.55;8600
+66086;42.69655;2.8868;11;20220925;23.6;14.9;19.2;5.1;11.51;0;4.54;17500
+66086;42.69655;2.8868;11;20220926;23.7;14;18.8;5.6;10.61;0;4.87;18300
+66086;42.69655;2.8868;11;20220927;22;17;19.5;7.7;11.31;0;5.16;15600
+66086;42.69655;2.8868;11;20220928;24.9;17.4;21.1;7.6;12.91;0;5.21;11500
+66086;42.69655;2.8868;11;20220929;21.8;17.4;19.6;5.4;11.81;4;4.02;9500
+66086;42.69655;2.8868;11;20220930;19.9;13;16.4;5.8;10.61;.2;3.8;15600
+66086;42.69655;2.8868;11;20221001;27.5;10;18.7;2.8;10.91;0;3.68;14000
+66086;42.69655;2.8868;11;20221002;28.6;13.8;21.2;2.3;14.41;0;3.51;16800
+66086;42.69655;2.8868;11;20221003;28.6;14.8;21.7;2.7;14.01;0;3.68;15100
+66086;42.69655;2.8868;11;20221004;25.2;13.1;19.1;2.2;14.51;0;2.95;16900
+66086;42.69655;2.8868;11;20221005;23.3;13.4;18.3;2.4;17.21;.2;1.9;9700
+66086;42.69655;2.8868;11;20221006;27;17.8;22.4;2.2;17.21;0;2.99;14400
+66086;42.69655;2.8868;11;20221007;22.6;14.9;18.7;1.9;17.31;5.3;1.56;6600
+66086;42.69655;2.8868;11;20221008;21.5;17.1;19.3;1.4;18.61;7.5;1.16;4000
+66086;42.69655;2.8868;11;20221009;22.7;13.5;18.1;1.6;15.91;0;2.23;15500
+66086;42.69655;2.8868;11;20221010;23.9;15.7;19.8;2.1;17.61;.1;2.09;11100
+66086;42.69655;2.8868;11;20221011;23.4;16.7;20;1.8;17.91;.1;1.81;8700
+66086;42.69655;2.8868;11;20221012;25.7;13.9;19.8;2.2;15.71;.6;2.58;13800
+66086;42.69655;2.8868;11;20221013;27.4;15.4;21.4;2;14.81;0;2.72;12000
+66086;42.69655;2.8868;11;20221014;27;17.5;22.2;4.2;15.71;0;3.61;10800
+66086;42.69655;2.8868;11;20221015;23.8;13.5;18.6;2;17.21;0;1.83;10300
+66086;42.69655;2.8868;11;20221016;27.8;19.7;23.7;1.9;19.91;0;2.47;11700
+66086;42.69655;2.8868;11;20221017;27;19.2;23.1;4;20.71;0;2.78;10800
+66086;42.69655;2.8868;11;20221018;24.9;17.4;21.1;2.4;21.11;0;1.71;8700
+66086;42.69655;2.8868;11;20221019;24.2;19.6;21.9;1.8;21.71;0;1.36;5300
+66086;42.69655;2.8868;11;20221020;27.2;19.6;23.4;2.9;20.21;0;2.08;3700
+66086;42.69655;2.8868;11;20221021;25.9;20.8;23.3;3.2;16.11;0;2.86;5000
+66086;42.69655;2.8868;11;20221022;23.9;15.7;19.8;2.1;17.41;.1;1.9;10400
+66086;42.69655;2.8868;11;20221023;27;14.8;20.9;2.6;16.31;0;2.56;11700
+66086;42.69655;2.8868;11;20221024;26.1;17.4;21.7;3.1;15.81;.1;2.8;10100
+66086;42.69655;2.8868;11;20221025;20.9;16.2;18.5;1.5;16.91;.2;1.1;3000
+66086;42.69655;2.8868;11;20221026;23.1;14.3;18.7;1.9;18.41;0;1.21;5300
+66086;42.69655;2.8868;11;20221027;22.7;18.4;20.5;1.3;19.91;0;1.11;4400
+66086;42.69655;2.8868;11;20221028;23.4;18.3;20.8;1.7;19.51;.1;1.55;8800
+66086;42.69655;2.8868;11;20221029;21.8;15.3;18.5;2.2;18.41;.2;1.21;6200
+66086;42.69655;2.8868;11;20221030;24.3;13.3;18.8;1.4;17.21;0;1.53;10700
+66086;42.69655;2.8868;11;20221031;26.3;14.2;20.2;3.3;15.61;.1;2.55;9300
+66086;42.69655;2.8868;11;20221101;24.5;16.7;20.6;2.5;13.81;0;2.41;10700
+66086;42.69655;2.8868;11;20221102;23.9;14.2;19;2.2;12.31;0;2.2;11100
+66086;42.69655;2.8868;11;20221103;18.6;10.5;14.5;3.5;12.01;.1;1.63;4000
+66086;42.69655;2.8868;11;20221104;17.2;12;14.6;8.4;8.71;1.5;3.66;9400
+66086;42.69655;2.8868;11;20221105;18.7;12.5;15.6;7.7;8.21;0;4.07;11700
+66086;42.69655;2.8868;11;20221106;18.8;4.6;11.7;2.4;9.51;0;1.57;11100
+66086;42.69655;2.8868;11;20221107;20.9;6.8;13.8;2.8;11.21;0;1.76;10800
+66086;42.69655;2.8868;11;20221108;17.7;10.1;13.9;1.7;12.91;0;.95;3900
+66086;42.69655;2.8868;11;20221109;22.2;12;17.1;2.5;13.31;1.3;1.7;6100
+66086;42.69655;2.8868;11;20221110;20.9;13.6;17.2;4.2;10.41;0;2.8;10500
+66086;42.69655;2.8868;11;20221111;21.8;10.3;16;2.9;13.71;.3;1.61;9400
+66086;42.69655;2.8868;11;20221112;20.3;16.2;18.2;2.1;16.61;.2;1.15;4200
+66086;42.69655;2.8868;11;20221113;19.4;9.2;14.3;1.6;13.41;0;.95;5000
+66086;42.69655;2.8868;11;20221114;20.8;10.7;15.7;1.9;13.41;0;1.24;7200
+66086;42.69655;2.8868;11;20221115;20.1;11.8;15.9;1.8;14.01;.2;1.11;5700
+66086;42.69655;2.8868;11;20221116;20.1;12.5;16.3;3.2;11.41;0;1.95;8600
+66086;42.69655;2.8868;11;20221117;22.2;10.2;16.2;2.9;11.71;3.4;1.9;8000
+66086;42.69655;2.8868;11;20221118;17.2;12.2;14.7;5.7;9.71;.2;2.62;5500
+66086;42.69655;2.8868;11;20221119;13.5;9.9;11.7;6.6;8.41;.2;2.27;7600
+66086;42.69655;2.8868;11;20221120;18.6;10;14.3;6.5;8.71;.2;3.08;9000
+66086;42.69655;2.8868;11;20221121;14.4;8.6;11.5;3.8;10.31;6.1;1.25;2300
+66086;42.69655;2.8868;11;20221122;14.6;9.3;11.9;9.1;7.81;2;2.98;9100
+66086;42.69655;2.8868;11;20221123;19.5;9.3;14.4;4.1;10.01;3.3;2.12;7800
+66086;42.69655;2.8868;11;20221124;18.1;7.4;12.7;2.8;9.81;0;1.48;5900
+66086;42.69655;2.8868;11;20221125;17.3;8.6;12.9;4.6;10.01;.1;1.85;5700
+66086;42.69655;2.8868;11;20221126;19.7;11.3;15.5;4.3;7.41;0;2.92;8400
+66086;42.69655;2.8868;11;20221127;16.2;3.7;9.9;1.9;8.61;.2;.98;7500
+66086;42.69655;2.8868;11;20221128;14.3;7.4;10.8;5;9.31;1.4;1.56;3100
+66086;42.69655;2.8868;11;20221129;13.7;10.3;12;4.8;8.31;.9;1.99;5800
+66086;42.69655;2.8868;11;20221130;14.5;6.4;10.4;3.5;7.31;0;1.6;8500
+66086;42.69655;2.8868;11;20221201;13;3;8;3.1;6.81;0;1.34;5000
+66086;42.69655;2.8868;11;20221202;11.9;1.8;6.8;1.7;6.61;0;.76;8000
+66086;42.69655;2.8868;11;20221203;10.3;1.8;6;2.4;7.31;.6;.79;3100
+66086;42.69655;2.8868;11;20221204;14.7;4.5;9.6;2.1;7.61;0;1.03;7400
+66086;42.69655;2.8868;11;20221205;13.2;.6;6.9;1.5;7.11;.1;.67;7700
+66086;42.69655;2.8868;11;20221206;14.7;9.1;11.9;1.4;8.51;0;.87;6200
+66086;42.69655;2.8868;11;20221207;16.9;8.7;12.8;1.7;9.31;.3;1;6700
+66086;42.69655;2.8868;11;20221208;10.2;8.4;9.3;2.1;9.71;1.8;.74;0
+66086;42.69655;2.8868;11;20221209;17.2;6.3;11.7;1.3;10.71;1.9;.65;7000
+66086;42.69655;2.8868;11;20221210;11;10.2;10.6;6.9;7.21;0;2.29;7000
+66086;42.69655;2.8868;11;20221211;8.4;.7;4.5;3.9;4.01;0;1.64;5000
+66086;42.69655;2.8868;11;20221212;12.7;1.5;7.1;3;6.51;2.5;1.27;4000
+66086;42.69655;2.8868;11;20221213;10.4;5;7.7;1.7;9.01;2.5;.53;3300
+66086;42.69655;2.8868;11;20221214;13.8;8.9;11.3;2.3;11.21;.7;.71;3700
+66086;42.69655;2.8868;11;20221215;17.5;7;12.2;2;12.21;7.3;.68;5700
+66086;42.69655;2.8868;11;20221216;15.3;10.6;12.9;2.4;11.21;1.3;.98;3700
+66086;42.69655;2.8868;11;20221217;14.4;6.3;10.3;2;9.21;0;.81;5900
+66086;42.69655;2.8868;11;20221218;16.4;8.7;12.5;2.1;9.51;0;1.05;6200
+66086;42.69655;2.8868;11;20221219;18.3;7;12.6;2.2;9.81;0;1.11;6700
+66086;42.69655;2.8868;11;20221220;14.8;6.4;10.6;1.9;10.41;0;.72;3800
+66086;42.69655;2.8868;11;20221221;20;9.8;14.9;2.1;10.71;0;1.22;6900
+66086;42.69655;2.8868;11;20221222;21.7;8.9;15.3;2.8;10.51;0;1.71;6300
+66086;42.69655;2.8868;11;20221223;22;10.9;16.4;2.2;10.91;0;1.47;6800
+66086;42.69655;2.8868;11;20221224;20.6;8.3;14.4;1.9;10.31;0;1.21;6300
+66086;42.69655;2.8868;11;20221225;15.2;7.7;11.4;1.2;11.61;0;.54;4000
+66086;42.69655;2.8868;11;20221226;17.5;9.5;13.5;2.1;11.21;0;1.06;3300
+66086;42.69655;2.8868;11;20221227;19.8;7.9;13.8;2;9.81;0;1.19;7300
+66086;42.69655;2.8868;11;20221228;12.3;5.7;9;1.4;10.01;0;.56;2000
+66086;42.69655;2.8868;11;20221229;14;6.7;10.3;1.7;9.91;0;.7;4300
+66086;42.69655;2.8868;11;20221230;14.5;7.2;10.8;1.7;11.41;0;.62;2100
+66086;42.69655;2.8868;11;20221231;18;12.7;15.3;1.7;12.91;0;.92;4200
+66087;42.80927;3.03;2;20220101;11.7;6.3;9;1.6;11.31;.1;.29;5745
+66087;42.80927;3.03;2;20220102;11.9;9;10.5;2.3;10.86;.1;.59;4153
+66087;42.80927;3.03;2;20220103;16.3;8;12.2;2.3;10.91;.1;.82;7157
+66087;42.80927;3.03;2;20220104;12.1;7.7;9.9;3.3;11.26;.2;.46;3645
+66087;42.80927;3.03;2;20220105;9.9;9.3;9.6;8.5;6.26;0;2.68;5963
+66087;42.80927;3.03;2;20220106;9;5.2;7.1;9.3;4.71;0;2.76;7631
+66087;42.80927;3.03;2;20220107;10.3;4.5;7.4;7.4;6.01;.1;2.05;7466
+66087;42.80927;3.03;2;20220108;14.1;8.8;11.4;7.4;8.31;.5;2.28;8698
+66087;42.80927;3.03;2;20220109;11.6;10.2;10.9;8.3;9.01;21.9;1.92;3394
+66087;42.80927;3.03;2;20220110;9.6;8;8.8;4.9;9.26;7.8;.94;1077
+66087;42.80927;3.03;2;20220111;13.6;8;10.8;9.1;6.08;0;2.74;8522
+66087;42.80927;3.03;2;20220112;11.8;5.7;8.7;5.5;5.35;0;1.96;8298
+66087;42.80927;3.03;2;20220113;9.9;-.1;4.9;2.3;5.81;0;.85;9253
+66087;42.80927;3.03;2;20220114;10.3;.4;5.3;2.2;6.26;.1;.77;9159
+66087;42.80927;3.03;2;20220115;12.5;.8;6.7;1.8;6.11;0;.88;9500
+66087;42.80927;3.03;2;20220116;14.6;5.1;9.9;5;4.06;0;2.94;9176
+66087;42.80927;3.03;2;20220117;14.7;8;11.3;6;4.66;0;3.33;9042
+66087;42.80927;3.03;2;20220118;10.9;3.6;7.2;3;6.36;0;1.19;8693
+66087;42.80927;3.03;2;20220119;11.4;1.7;6.5;4.6;6.71;0;1.32;9795
+66087;42.80927;3.03;2;20220120;12.4;6.8;9.6;6.4;7.26;0;2.08;8791
+66087;42.80927;3.03;2;20220121;8.7;4.8;6.8;8;5.36;0;2.26;8699
+66087;42.80927;3.03;2;20220122;13.7;4.1;8.9;5.2;4.76;0;2.63;10254
+66087;42.80927;3.03;2;20220123;10.3;1.1;5.7;2.3;6.41;0;.91;9743
+66087;42.80927;3.03;2;20220124;11.5;3.9;7.7;2.4;8.31;0;.83;6614
+66087;42.80927;3.03;2;20220125;10.8;5.5;8.2;2.8;8.71;0;.85;8829
+66087;42.80927;3.03;2;20220126;17.8;2.1;10;2.5;6.31;0;1.78;10738
+66087;42.80927;3.03;2;20220127;15.5;5.8;10.6;3.9;5.66;0;2.47;11000
+66087;42.80927;3.03;2;20220128;16.2;8.2;12.2;8.8;5.26;0;4.33;10365
+66087;42.80927;3.03;2;20220129;17.7;9.8;13.8;7.9;5.36;0;4.6;10812
+66087;42.80927;3.03;2;20220130;18.2;11.4;14.8;8.7;8.26;0;3.95;10546
+66087;42.80927;3.03;2;20220131;13.7;7.9;10.8;10.8;7.81;.1;2.91;10345
+66087;42.80927;3.03;2;20220201;12.3;7;9.6;11.3;6.56;0;3.15;9894
+66087;42.80927;3.03;2;20220202;16.7;10.9;13.8;9.9;8.96;0;3.59;10182
+66087;42.80927;3.03;2;20220203;13.1;5.5;9.3;3.8;9.51;0;1.13;10005
+66087;42.80927;3.03;2;20220204;17.2;8.6;12.9;5.3;9.56;0;2.28;9963
+66087;42.80927;3.03;2;20220205;15.5;10.9;13.2;7.4;8.46;0;3.05;11044
+66087;42.80927;3.03;2;20220206;13.1;6.8;9.9;6.8;6.51;.1;2.69;11153
+66087;42.80927;3.03;2;20220207;16.1;10;13.1;8.8;8.61;0;3.29;11413
+66087;42.80927;3.03;2;20220208;13.4;8.2;10.8;3.4;7.86;0;1.78;10202
+66087;42.80927;3.03;2;20220209;13.2;4.6;8.9;2.7;8.91;0;1.19;11154
+66087;42.80927;3.03;2;20220210;14.6;8.3;11.4;2.4;10.06;0;1.28;10194
+66087;42.80927;3.03;2;20220211;16.1;6.6;11.4;4;9.36;0;1.79;8961
+66087;42.80927;3.03;2;20220212;11.6;3.4;7.5;2.3;7.96;0;1.14;11772
+66087;42.80927;3.03;2;20220213;16.2;6.3;11.2;4.3;10.01;0;1.8;11551
+66087;42.80927;3.03;2;20220214;13.8;9.7;11.7;5.9;8.71;.4;2.26;6157
+66087;42.80927;3.03;2;20220215;14.1;8.8;11.4;7.5;7.31;0;3.08;10871
+66087;42.80927;3.03;2;20220216;17.4;10.9;14.1;6.9;9.61;.6;3.03;8693
+66087;42.80927;3.03;2;20220217;18.3;12.7;15.5;5.9;11.86;0;2.42;10281
+66087;42.80927;3.03;2;20220218;18.6;9.6;14.1;3.9;11.51;0;2.13;13493
+66087;42.80927;3.03;2;20220219;11.7;10.2;11;6.3;8.16;.1;2.26;4922
+66087;42.80927;3.03;2;20220220;16.9;7.7;12.3;6.6;8.01;0;3.23;14412
+66087;42.80927;3.03;2;20220221;17.1;12.2;14.6;10.5;8.21;0;4.51;13445
+66087;42.80927;3.03;2;20220222;16.9;10.1;13.5;8.5;7.86;0;3.97;13406
+66087;42.80927;3.03;2;20220223;18.4;8.8;13.6;3.6;9.21;0;2.56;14176
+66087;42.80927;3.03;2;20220224;15.7;9.6;12.6;3.8;10.81;0;1.81;10585
+66087;42.80927;3.03;2;20220225;13.8;10.3;12;6.9;6.76;0;3.44;11206
+66087;42.80927;3.03;2;20220226;12.5;4.9;8.7;4.8;5.86;0;2.52;14674
+66087;42.80927;3.03;2;20220227;14.1;3.3;8.7;3;7.91;0;1.78;14407
+66087;42.80927;3.03;2;20220228;14.7;5.3;10;2.8;8.76;0;1.8;14609
+66087;42.80927;3.03;2;20220301;13.5;9;11.3;5.5;9.26;0;2.08;10895
+66087;42.80927;3.03;2;20220302;13.9;10.2;12;3.7;10.86;1.4;1.5;7898
+66087;42.80927;3.03;2;20220303;15.6;9.6;12.6;3.1;10.66;0;2.01;14031
+66087;42.80927;3.03;2;20220304;15.2;9.6;12.4;7.3;9.26;0;2.83;13145
+66087;42.80927;3.03;2;20220305;14.9;9.5;12.2;7.7;7.21;0;3.52;10240
+66087;42.80927;3.03;2;20220306;14.6;7.6;11.1;4.9;7.16;0;2.82;12519
+66087;42.80927;3.03;2;20220307;10.9;3.9;7.4;3.7;7.91;0;1.44;9906
+66087;42.80927;3.03;2;20220308;15;4.6;9.8;5.1;9.31;.2;1.93;14609
+66087;42.80927;3.03;2;20220309;14.7;8.4;11.6;5.2;10.36;0;2;13477
+66087;42.80927;3.03;2;20220310;15.7;8.5;12.1;5;10.56;0;1.9;10767
+66087;42.80927;3.03;2;20220311;14.6;10.5;12.6;10.3;11.31;12.7;1.92;7705
+66087;42.80927;3.03;2;20220312;11.7;11.2;11.5;8;11.81;66.2;1.06;4103
+66087;42.80927;3.03;2;20220313;13.5;10;11.7;8.5;11.11;9.3;1.63;6873
+66087;42.80927;3.03;2;20220314;12.9;6;9.5;6.3;11.91;1.4;.66;9380
+66087;42.80927;3.03;2;20220315;13.6;12.4;13;8.2;13.51;.5;.97;3401
+66087;42.80927;3.03;2;20220316;13.8;12.1;12.9;3.6;13.36;0;1.12;6384
+66087;42.80927;3.03;2;20220317;15.1;11.4;13.2;2.9;12.46;1.5;1.43;7459
+66087;42.80927;3.03;2;20220318;15.2;11;13.1;2.5;11.61;0;1.69;9416
+66087;42.80927;3.03;2;20220319;12.9;10.1;11.5;1.6;11.11;.4;1.21;6637
+66087;42.80927;3.03;2;20220320;12.4;8.9;10.7;6.8;12.16;20.9;.79;6569
+66087;42.80927;3.03;2;20220321;13.2;11;12.1;8;10.81;4.9;1.89;7085
+66087;42.80927;3.03;2;20220322;14.1;9.5;11.8;7.7;8.96;0;2.91;13923
+66087;42.80927;3.03;2;20220323;14.5;9.7;12.1;5.1;9.16;0;2.7;14506
+66087;42.80927;3.03;2;20220324;14.9;6.6;10.7;3.3;10.36;0;1.92;14383
+66087;42.80927;3.03;2;20220325;15.3;11;13.2;2.5;11.36;0;2.15;13891
+66087;42.80927;3.03;2;20220326;15.8;8.8;12.3;2.1;11.16;0;2.05;14598
+66087;42.80927;3.03;2;20220327;18.7;9.5;14.1;2;9.41;0;2.8;16919
+66087;42.80927;3.03;2;20220328;17.4;7.5;12.5;5.2;9.81;0;3;18377
+66087;42.80927;3.03;2;20220329;16.3;9.7;13;3.6;11.96;5.4;1.82;9993
+66087;42.80927;3.03;2;20220330;15.3;9.8;12.5;4;11.21;2.6;1.95;10326
+66087;42.80927;3.03;2;20220331;16;11.5;13.7;7.5;8.66;0;3.94;16195
+66087;42.80927;3.03;2;20220401;9.4;4.2;6.8;11.9;5.11;.4;3.46;20300
+66087;42.80927;3.03;2;20220402;9.7;2.3;6;6;5.3;0;2.31;11490
+66087;42.80927;3.03;2;20220403;10.9;4.2;7.5;6.6;4.61;0;3.58;20700
+66087;42.80927;3.03;2;20220404;14.3;3.2;8.7;5.1;4.81;.1;3.89;23500
+66087;42.80927;3.03;2;20220405;18.5;6.5;12.5;6;5.56;0;5.04;23442
+66087;42.80927;3.03;2;20220406;18.2;11.8;15;5.4;9.01;0;4;16631
+66087;42.80927;3.03;2;20220407;21.5;11.2;16.3;4.8;10.41;0;4.4;21690
+66087;42.80927;3.03;2;20220408;19.8;13.9;16.9;5.1;11.71;0;3.87;17678
+66087;42.80927;3.03;2;20220409;16.7;10.5;13.6;6.9;7.96;0;4.12;15662
+66087;42.80927;3.03;2;20220410;14.2;5.7;9.9;4.4;9.21;0;2.64;20501
+66087;42.80927;3.03;2;20220411;16.5;10.9;13.7;9.6;12.31;0;2.72;16446
+66087;42.80927;3.03;2;20220412;14.6;12.7;13.6;7.2;13.16;.8;1.59;7124
+66087;42.80927;3.03;2;20220413;16.2;12.8;14.5;3.5;12.66;.3;1.92;7897
+66087;42.80927;3.03;2;20220414;22.8;12.5;17.6;3.1;10.61;0;4.36;21901
+66087;42.80927;3.03;2;20220415;24;17.1;20.6;9.3;12.12;0;6.4;22151
+66087;42.80927;3.03;2;20220416;23.2;17.8;20.5;15;12.12;0;6.99;18789
+66087;42.80927;3.03;2;20220417;21;14.5;17.7;4.5;11.11;0;4.78;24600
+66087;42.80927;3.03;2;20220418;23.2;13.9;18.5;5.2;10.31;0;5.32;22483
+66087;42.80927;3.03;2;20220419;21.8;15.2;18.5;4.6;11.11;2.4;4.12;12826
+66087;42.80927;3.03;2;20220420;14.5;10.6;12.5;3.9;11.21;40.7;1.95;10400
+66087;42.80927;3.03;2;20220421;13.8;9.7;11.8;6.6;10.96;1.4;1.94;9718
+66087;42.80927;3.03;2;20220422;17.6;10.7;14.1;3.9;12.31;0;3.11;20853
+66087;42.80927;3.03;2;20220423;18.4;12.1;15.2;7.4;11.26;12.4;3.53;15063
+66087;42.80927;3.03;2;20220424;20.4;10.1;15.2;5.3;11.06;.3;4.12;22033
+66087;42.80927;3.03;2;20220425;20.7;12.3;16.5;3.5;11.56;0;4.11;23028
+66087;42.80927;3.03;2;20220426;18.4;10.5;14.4;2.3;12.06;0;3.35;22511
+66087;42.80927;3.03;2;20220427;18.3;11.6;15;2.2;13.16;0;2.82;17645
+66087;42.80927;3.03;2;20220428;21;13.3;17.2;3.1;13.96;0;3.69;21119
+66087;42.80927;3.03;2;20220429;26.4;17;21.7;5.4;13.96;0;6.04;24979
+66087;42.80927;3.03;2;20220430;24;17.5;20.7;5.5;12.81;0;5.13;17020
+66087;42.80927;3.03;2;20220501;24.5;14.8;19.6;5.1;10.61;0;6.08;26176
+66087;42.80927;3.03;2;20220502;19.4;15.3;17.4;3.2;12.51;0;3.08;11951
+66087;42.80927;3.03;2;20220503;20.7;14.4;17.5;3.1;13.76;.4;3.23;15368
+66087;42.80927;3.03;2;20220504;22.7;14;18.4;4.5;12.56;.6;4.59;21536
+66087;42.80927;3.03;2;20220505;22.2;14.7;18.4;7.3;11.06;.2;5.92;25676
+66087;42.80927;3.03;2;20220506;22.5;14.8;18.7;8.2;10.51;0;6.32;24625
+66087;42.80927;3.03;2;20220507;24.5;15.9;20.2;8.4;11.26;.1;7;26019
+66087;42.80927;3.03;2;20220508;26.7;17;21.8;5.1;12.31;.4;6.55;26394
+66087;42.80927;3.03;2;20220509;21.6;15.4;18.5;1.9;15.11;0;3.84;21924
+66087;42.80927;3.03;2;20220510;21.7;13.5;17.6;2.6;15.36;.1;3.85;23680
+66087;42.80927;3.03;2;20220511;20.9;13.7;17.3;3.6;15.96;0;3.63;23096
+66087;42.80927;3.03;2;20220512;22.1;15;18.6;3.2;15.56;0;3.77;19847
+66087;42.80927;3.03;2;20220513;22.8;14.9;18.8;2.8;15.21;0;4.26;23561
+66087;42.80927;3.03;2;20220514;23.9;16.1;20;2.2;16.46;0;4.33;23217
+66087;42.80927;3.03;2;20220515;21.8;15.7;18.8;3.1;16.51;.2;3.74;21110
+66087;42.80927;3.03;2;20220516;23.4;16.9;20.2;3.1;17.16;.1;4.3;23419
+66087;42.80927;3.03;2;20220517;22.1;16.2;19.2;1.9;18.01;.1;3.64;20935
+66087;42.80927;3.03;2;20220518;27.5;18;22.8;2.6;18.61;0;5.3;25256
+66087;42.80927;3.03;2;20220519;22.8;19.1;21;4.8;20.46;0;3.26;16274
+66087;42.80927;3.03;2;20220520;27.1;18.1;22.6;4.6;18.86;.1;5.2;23291
+66087;42.80927;3.03;2;20220521;24.5;17.5;21;2.1;19.11;.1;4.31;24127
+66087;42.80927;3.03;2;20220522;25.5;17.5;21.5;1.9;19.81;0;3.67;18554
+66087;42.80927;3.03;2;20220523;25.5;20;22.7;5.1;16.91;0;4.98;18090
+66087;42.80927;3.03;2;20220524;20.4;16.4;18.4;6.9;12.06;3.5;4.51;13586
+66087;42.80927;3.03;2;20220525;22.1;13.9;18;10;11.41;0;5.85;21637
+66087;42.80927;3.03;2;20220526;24.1;15.7;19.9;9.7;11.81;0;7.13;28023
+66087;42.80927;3.03;2;20220527;27.8;17.4;22.6;8.6;13.06;0;7.93;26095
+66087;42.80927;3.03;2;20220528;29.2;20.6;24.9;7.8;13.06;0;8.94;28937
+66087;42.80927;3.03;2;20220529;29.7;17.3;23.5;3.8;10.06;0;7.37;28828
+66087;42.80927;3.03;2;20220530;23.8;16.2;20;2.9;12.66;.9;4.68;21116
+66087;42.80927;3.03;2;20220531;23.7;16.7;20.2;2.4;16.96;.1;4.92;28123
+66087;42.80927;3.03;2;20220601;22.5;16.3;19.4;3.1;18.81;0;3.22;17596
+66087;42.80927;3.03;2;20220602;22.9;18.9;20.9;2.6;19.71;.1;3.1;14740
+66087;42.80927;3.03;2;20220603;25.8;19;22.4;3.3;20.66;0;4.5;22779
+66087;42.80927;3.03;2;20220604;24.8;19.3;22.1;2.5;21.26;0;4.14;21823
+66087;42.80927;3.03;2;20220605;29;19.5;24.2;5.3;17.36;0;6.85;28294
+66087;42.80927;3.03;2;20220606;27.3;18.7;23;3.6;17.26;1.4;5.83;26556
+66087;42.80927;3.03;2;20220607;27.5;19.6;23.5;4.8;16.96;0;6.25;26513
+66087;42.80927;3.03;2;20220608;27.4;18.8;23.1;4.6;16.31;.1;5.41;19648
+66087;42.80927;3.03;2;20220609;26;17.2;21.6;8.9;12.81;0;7.75;29336
+66087;42.80927;3.03;2;20220610;33.2;17.9;25.5;5.2;12.51;0;8.89;30681
+66087;42.80927;3.03;2;20220611;30;19.5;24.8;3.1;13.71;0;6.92;28329
+66087;42.80927;3.03;2;20220612;29.9;19.6;24.7;3.3;15.71;.4;6.19;24217
+66087;42.80927;3.03;2;20220613;32.3;22.7;27.5;3.8;18.46;.1;6.98;25051
+66087;42.80927;3.03;2;20220614;28.5;21.4;24.9;3;16.61;1;5.68;22455
+66087;42.80927;3.03;2;20220615;28.1;20.5;24.3;3.1;20.51;0;5.74;27293
+66087;42.80927;3.03;2;20220616;33;20;26.5;2.6;20.61;0;6.44;28466
+66087;42.80927;3.03;2;20220617;33.4;23.7;28.5;3.5;19.51;0;7.19;26451
+66087;42.80927;3.03;2;20220618;27.8;21.3;24.6;4.2;22.56;.1;5.91;29557
+66087;42.80927;3.03;2;20220619;28.9;21.4;25.2;8.6;22.66;0;5.98;26945
+66087;42.80927;3.03;2;20220620;25.7;20.9;23.3;5.3;23.06;0;3.72;16967
+66087;42.80927;3.03;2;20220621;26.4;21.6;24;3;24.76;1.1;3.39;16031
+66087;42.80927;3.03;2;20220622;28.5;20.7;24.6;4.5;22.46;.7;4.86;21184
+66087;42.80927;3.03;2;20220623;30.4;20.1;25.3;3.5;20.86;3.6;6.05;25900
+66087;42.80927;3.03;2;20220624;27.9;19.6;23.8;3.8;16.46;0;5.66;22783
+66087;42.80927;3.03;2;20220625;27.5;18.2;22.9;3.9;18.71;1.2;4.97;22097
+66087;42.80927;3.03;2;20220626;27.5;20.2;23.9;4.4;17.66;0;5.88;23755
+66087;42.80927;3.03;2;20220627;26.3;18.4;22.4;8.7;14.61;0;6.9;23171
+66087;42.80927;3.03;2;20220628;29.9;19.4;24.6;6.8;13.11;0;8.78;30512
+66087;42.80927;3.03;2;20220629;28.9;18.7;23.8;3.3;15.46;.2;6.67;30259
+66087;42.80927;3.03;2;20220630;26.4;20.2;23.3;5.8;16.06;0;5.98;21007
+66087;42.80927;3.03;2;20220701;28.1;17.2;22.6;6.1;12.31;0;7.81;30380
+66087;42.80927;3.03;2;20220702;26.2;16.5;21.4;2.8;14.21;0;5.58;27057
+66087;42.80927;3.03;2;20220703;29.2;18.2;23.7;2.7;16.86;0;5.64;25203
+66087;42.80927;3.03;2;20220704;34.4;22.6;28.5;4.1;18.26;0;8;28475
+66087;42.80927;3.03;2;20220705;33.7;23.3;28.5;6.2;17.16;.5;8.91;27053
+66087;42.80927;3.03;2;20220706;31.3;24.1;27.7;5.9;14.06;0;8.13;20481
+66087;42.80927;3.03;2;20220707;31.5;22.1;26.8;8.8;14.56;0;9.99;29911
+66087;42.80927;3.03;2;20220708;33.2;22;27.6;7.1;14.16;0;10.02;30530
+66087;42.80927;3.03;2;20220709;33.2;21.8;27.5;4.5;13.46;0;8.64;29668
+66087;42.80927;3.03;2;20220710;31.5;23.3;27.4;3.5;14.51;0;7.35;26824
+66087;42.80927;3.03;2;20220711;29.1;20.3;24.7;2.3;18.41;0;5.65;26330
+66087;42.80927;3.03;2;20220712;30.3;19.4;24.9;2.8;21.96;.1;5.81;27917
+66087;42.80927;3.03;2;20220713;29.3;21.3;25.3;2.6;23.51;0;5.38;25724
+66087;42.80927;3.03;2;20220714;29.2;23.3;26.2;2.3;23.61;.1;5.05;22964
+66087;42.80927;3.03;2;20220715;39.7;21.7;30.7;3.6;17.36;0;8.82;28557
+66087;42.80927;3.03;2;20220716;32;23.9;28;2.8;17.86;0;6.3;23745
+66087;42.80927;3.03;2;20220717;31.6;22.2;26.9;2.5;20.71;.1;6.56;29331
+66087;42.80927;3.03;2;20220718;31;20.9;26;3.3;23.96;0;5.81;26836
+66087;42.80927;3.03;2;20220719;28.2;23.7;26;5.2;26.61;.1;4.43;19579
+66087;42.80927;3.03;2;20220720;33.9;23.6;28.7;3.9;21.06;0;7.27;27478
+66087;42.80927;3.03;2;20220721;34.3;24;29.2;3.4;18.21;0;7.38;26872
+66087;42.80927;3.03;2;20220722;32.1;23.7;27.9;3.7;20.41;1;6.48;23552
+66087;42.80927;3.03;2;20220723;32.9;22.4;27.7;6.2;16.61;0;8.38;24952
+66087;42.80927;3.03;2;20220724;30;23.6;26.8;3;19.46;0;5.76;22427
+66087;42.80927;3.03;2;20220725;31.6;23;27.3;5.8;21.11;.5;6.79;22935
+66087;42.80927;3.03;2;20220726;30.1;21.5;25.8;7.1;16.01;0;8.11;27248
+66087;42.80927;3.03;2;20220727;32.6;21.1;26.9;6.3;13.01;0;9.3;28718
+66087;42.80927;3.03;2;20220728;30.3;21.1;25.7;3.3;14.76;0;6.26;23368
+66087;42.80927;3.03;2;20220729;30.9;23.9;27.4;4.4;17.01;.5;6.4;19264
+66087;42.80927;3.03;2;20220730;33.7;23.4;28.5;5.9;16.91;0;8.73;27370
+66087;42.80927;3.03;2;20220731;36.6;24.9;30.8;5.1;15.56;0;9.52;28246
+66087;42.80927;3.03;2;20220801;38.1;25.9;32;5.4;15.21;0;10.2;28138
+66087;42.80927;3.03;2;20220802;34.2;25.7;29.9;3.9;16.11;0;7.79;24519
+66087;42.80927;3.03;2;20220803;28.9;22.1;25.5;3.3;21.96;0;4.98;22140
+66087;42.80927;3.03;2;20220804;27.5;23.6;25.6;2.7;26.16;.6;3.09;12607
+66087;42.80927;3.03;2;20220805;35.2;22.7;28.9;3.7;22.21;.1;6.8;24892
+66087;42.80927;3.03;2;20220806;36.8;25.2;31;5;18.76;0;8.6;24478
+66087;42.80927;3.03;2;20220807;32.4;24.9;28.6;3;18.71;.1;6.09;21555
+66087;42.80927;3.03;2;20220808;31.7;22.8;27.2;3.1;17.76;0;6.18;23765
+66087;42.80927;3.03;2;20220809;31.5;21.4;26.5;2.6;16.71;0;5.6;22554
+66087;42.80927;3.03;2;20220810;29.9;22.1;26;3;23.06;0;4.98;22577
+66087;42.80927;3.03;2;20220811;29.6;23.8;26.7;3;27.71;0;3.69;15482
+66087;42.80927;3.03;2;20220812;34.4;23.3;28.9;3;26.21;0;5.73;23752
+66087;42.80927;3.03;2;20220813;30.6;24;27.3;3;26.26;1;4.88;21209
+66087;42.80927;3.03;2;20220814;31.3;24;27.6;4.6;23.58;.1;5.71;19250
+66087;42.80927;3.03;2;20220815;32.5;23.3;27.9;3.8;18.61;0;6.24;23669
+66087;42.80927;3.03;2;20220816;30.6;21;25.8;4.8;18.95;0;6.61;23897
+66087;42.80927;3.03;2;20220817;29.1;20.9;25;5.1;19.21;2.2;4.99;15230
+66087;42.80927;3.03;2;20220818;27.5;19.9;23.7;9.2;15.85;0;6.63;19036
+66087;42.80927;3.03;2;20220819;29.2;20.2;24.7;11.2;15.78;0;8.53;25804
+66087;42.80927;3.03;2;20220820;33.9;22.7;28.3;6.1;16.11;0;8.29;25210
+66087;42.80927;3.03;2;20220821;33.3;23.5;28.4;6.3;16.41;0;8.03;22556
+66087;42.80927;3.03;2;20220822;30.2;22.6;26.4;10;17.45;0;8.25;23168
+66087;42.80927;3.03;2;20220823;34.3;23;28.7;6.1;18.11;0;7.78;23676
+66087;42.80927;3.03;2;20220824;29.2;21.3;25.2;2.7;18.41;.9;5.28;22093
+66087;42.80927;3.03;2;20220825;31.9;22.3;27.1;4.2;21.31;.7;4.92;17393
+66087;42.80927;3.03;2;20220826;34;24.1;29.1;7.1;18.38;0;8.13;22382
+66087;42.80927;3.03;2;20220827;33.9;24.1;29;4.4;18.15;0;6.3;20021
+66087;42.80927;3.03;2;20220828;28.9;20.9;24.9;3;18.55;.1;5.18;22607
+66087;42.80927;3.03;2;20220829;26.8;20.9;23.8;3.7;22.41;3;4.27;18807
+66087;42.80927;3.03;2;20220830;29.1;20.7;24.9;3.2;22.41;0;4.71;21497
+66087;42.80927;3.03;2;20220831;28.2;21.7;24.9;3.7;21.48;.8;3.84;15329
+66087;42.80927;3.03;2;20220901;31.1;23.3;27.2;4.4;19.38;.1;5.99;22471
+66087;42.80927;3.03;2;20220902;29.7;21.9;25.8;2.5;20.68;.8;4.31;18645
+66087;42.80927;3.03;2;20220903;26.8;20.5;23.7;2.5;20.81;.4;3.63;17213
+66087;42.80927;3.03;2;20220904;27.3;21.2;24.3;3.9;24.71;0;3.31;15665
+66087;42.80927;3.03;2;20220905;28.4;22.8;25.6;6;26.86;0;3.52;15483
+66087;42.80927;3.03;2;20220906;29;23.6;26.3;3.6;27.21;2;3.41;14551
+66087;42.80927;3.03;2;20220907;27.9;21.4;24.7;3.2;21.36;0;3.57;13385
+66087;42.80927;3.03;2;20220908;28.1;19.7;23.9;3.5;13.86;0;5.06;18259
+66087;42.80927;3.03;2;20220909;28.3;20;24.1;3.3;14.06;0;4.6;14462
+66087;42.80927;3.03;2;20220910;26.8;17.8;22.3;2.9;14.91;0;4.42;20519
+66087;42.80927;3.03;2;20220911;26.2;18;22.1;3;17.01;0;3.98;19042
+66087;42.80927;3.03;2;20220912;26.5;20.2;23.3;3.1;23.66;0;2.63;12386
+66087;42.80927;3.03;2;20220913;28.4;23;25.7;3.6;25.81;2.8;2.64;9807
+66087;42.80927;3.03;2;20220914;27.4;21.2;24.3;2.8;22.56;.1;2.84;10789
+66087;42.80927;3.03;2;20220915;30;19.9;24.9;3.7;17.56;1.2;4.8;16670
+66087;42.80927;3.03;2;20220916;28.4;20.7;24.5;6.8;16.16;0;6.14;19045
+66087;42.80927;3.03;2;20220917;25.5;16.3;20.9;5.8;9.56;0;6.08;20321
+66087;42.80927;3.03;2;20220918;23.6;12.3;18;3.1;8.71;0;4.19;18360
+66087;42.80927;3.03;2;20220919;30.1;13.6;21.8;2.8;9.26;0;5.03;20678
+66087;42.80927;3.03;2;20220920;25.2;13.8;19.5;2.6;10.41;0;4.04;19724
+66087;42.80927;3.03;2;20220921;26.2;15.1;20.7;2.9;9.81;0;4.5;19439
+66087;42.80927;3.03;2;20220922;23.6;16;19.8;2.6;14.46;0;3.37;17722
+66087;42.80927;3.03;2;20220923;24.3;14.7;19.5;4.8;17.31;16.4;3.09;16477
+66087;42.80927;3.03;2;20220924;22.7;16.9;19.8;4;15.31;5.1;2.82;8917
+66087;42.80927;3.03;2;20220925;23;15;19;5.8;11.66;0;4.6;17401
+66087;42.80927;3.03;2;20220926;23.4;14.6;19;6;10.71;0;4.97;18766
+66087;42.80927;3.03;2;20220927;21;16.3;18.6;7.3;11.66;0;4.59;14440
+66087;42.80927;3.03;2;20220928;24.8;17.3;21;7.5;13.36;.1;5.11;14116
+66087;42.80927;3.03;2;20220929;21.1;16.9;19;5.9;12.01;1.7;4;11070
+66087;42.80927;3.03;2;20220930;20.2;13;16.6;6.1;10.71;.1;3.89;15910
+66087;42.80927;3.03;2;20221001;25.5;12.1;18.8;3.6;12.05;0;3.67;15685
+66087;42.80927;3.03;2;20221002;26.4;16.6;21.5;3;15.01;0;3.53;17248
+66087;42.80927;3.03;2;20221003;28;16.5;22.2;4;14.41;0;4.1;16126
+66087;42.80927;3.03;2;20221004;23.1;14.8;19;2.5;15.01;0;2.75;15487
+66087;42.80927;3.03;2;20221005;21.9;15;18.4;3.2;18.16;.5;1.87;11316
+66087;42.80927;3.03;2;20221006;26.2;18.1;22.2;2.8;17.56;0;3.11;14854
+66087;42.80927;3.03;2;20221007;22.3;15.8;19.1;2.2;17.36;2.2;1.9;10029
+66087;42.80927;3.03;2;20221008;21.7;17;19.3;2.1;18.46;4.5;1.62;8337
+66087;42.80927;3.03;2;20221009;21.6;15.2;18.4;1.6;16.36;0;2.09;14238
+66087;42.80927;3.03;2;20221010;22.1;16.8;19.5;2.6;18.21;.3;1.9;10130
+66087;42.80927;3.03;2;20221011;22.4;16.7;19.6;2.1;18.06;0;1.89;10501
+66087;42.80927;3.03;2;20221012;23.9;15;19.4;2.4;16.01;.7;2.49;14087
+66087;42.80927;3.03;2;20221013;24.2;16.3;20.2;2.4;15.26;0;2.56;12134
+66087;42.80927;3.03;2;20221014;26.3;18.7;22.5;4.3;15.76;0;3.7;12010
+66087;42.80927;3.03;2;20221015;22.3;15.2;18.7;2.3;17.46;0;1.85;11007
+66087;42.80927;3.03;2;20221016;24.7;19.3;22;4.4;20.36;0;2.28;10925
+66087;42.80927;3.03;2;20221017;24;20.1;22;8.2;21.61;0;2.22;8714
+66087;42.80927;3.03;2;20221018;22.7;19.2;20.9;3.8;21.86;0;1.43;7206
+66087;42.80927;3.03;2;20221019;22.4;19.9;21.2;3.1;22.21;0;1.09;3880
+66087;42.80927;3.03;2;20221020;24.9;20.2;22.5;6.3;21.41;0;2.08;6237
+66087;42.80927;3.03;2;20221021;24.5;21;22.7;5.1;17.66;0;2.95;6645
+66087;42.80927;3.03;2;20221022;23.1;17.4;20.2;2.8;18.31;.1;1.94;10279
+66087;42.80927;3.03;2;20221023;24.6;16.5;20.5;2.9;17.86;0;2.24;11431
+66087;42.80927;3.03;2;20221024;24.6;18.2;21.4;2.9;17.61;0;2.31;9146
+66087;42.80927;3.03;2;20221025;20.9;17.1;19;1.8;17.46;.1;1.16;3308
+66087;42.80927;3.03;2;20221026;22;17.1;19.5;2.6;19.41;.1;1.3;6532
+66087;42.80927;3.03;2;20221027;22.4;19.1;20.8;1.9;20.46;0;1.28;6233
+66087;42.80927;3.03;2;20221028;22.5;18.9;20.7;2.5;20.36;.1;1.45;8091
+66087;42.80927;3.03;2;20221029;21;17.6;19.3;4;19.01;.1;1.37;6154
+66087;42.80927;3.03;2;20221030;22.3;17;19.6;4.4;18.76;0;1.55;8281
+66087;42.80927;3.03;2;20221031;23.9;17.6;20.7;7.1;17.66;.1;2.62;9735
+66087;42.80927;3.03;2;20221101;23.5;17;20.2;2.9;14.41;0;2.4;10942
+66087;42.80927;3.03;2;20221102;22.9;15.5;19.2;3.1;12.76;.1;2.46;11052
+66087;42.80927;3.03;2;20221103;18.4;12.5;15.5;4;12.96;0;1.69;6618
+66087;42.80927;3.03;2;20221104;17.2;13.1;15.2;7.8;8.96;1.4;3.57;10051
+66087;42.80927;3.03;2;20221105;18.1;11.6;14.8;7.3;8.21;0;3.76;12022
+66087;42.80927;3.03;2;20221106;17.7;6.8;12.3;2.5;9.76;0;1.53;11649
+66087;42.80927;3.03;2;20221107;19.6;9.6;14.6;3.4;12.16;0;1.7;11128
+66087;42.80927;3.03;2;20221108;18.3;12.4;15.4;2;13.81;0;1.1;6533
+66087;42.80927;3.03;2;20221109;21.8;13.5;17.7;3.3;14.06;.7;1.86;8330
+66087;42.80927;3.03;2;20221110;20.8;13.5;17.1;4.7;10.76;0;2.85;10605
+66087;42.80927;3.03;2;20221111;20.5;12.4;16.4;4;14.91;.6;1.5;9444
+66087;42.80927;3.03;2;20221112;19.7;17.1;18.4;3.3;16.76;.2;1.35;5598
+66087;42.80927;3.03;2;20221113;18.5;10.7;14.6;2.4;14.21;0;.94;6541
+66087;42.80927;3.03;2;20221114;19.8;13.9;16.8;4.2;14.36;0;1.58;6479
+66087;42.80927;3.03;2;20221115;19.2;13.7;16.4;2.5;14.56;.1;1.2;6632
+66087;42.80927;3.03;2;20221116;19.3;13.6;16.5;3.5;11.61;0;1.99;8367
+66087;42.80927;3.03;2;20221117;21;11.5;16.2;3;12.11;3;1.77;9123
+66087;42.80927;3.03;2;20221118;16.9;12.2;14.6;5.5;9.91;.3;2.44;6747
+66087;42.80927;3.03;2;20221119;13.4;9.6;11.5;6.8;8.76;.2;2.11;7575
+66087;42.80927;3.03;2;20221120;17.4;8.8;13.1;5.8;8.76;.1;2.6;9701
+66087;42.80927;3.03;2;20221121;13.7;9.8;11.7;3.3;10.16;4.5;1.19;4364
+66087;42.80927;3.03;2;20221122;14.2;9.3;11.7;10.9;8.25;2.1;2.92;8422
+66087;42.80927;3.03;2;20221123;19;9.6;14.3;5.4;10.21;3.8;2.25;8091
+66087;42.80927;3.03;2;20221124;17.2;8.8;13;4.4;10.15;0;1.69;7569
+66087;42.80927;3.03;2;20221125;17.1;10.4;13.8;4.7;10.06;0;1.95;6892
+66087;42.80927;3.03;2;20221126;18.7;10.9;14.8;4.8;8.06;0;2.75;8850
+66087;42.80927;3.03;2;20221127;16.1;6.5;11.3;3.6;9.56;.5;1.23;8418
+66087;42.80927;3.03;2;20221128;13.6;9.2;11.4;5.6;9.96;2.3;1.45;3968
+66087;42.80927;3.03;2;20221129;14;9.7;11.9;5.3;8.61;.7;1.94;6742
+66087;42.80927;3.03;2;20221130;14.7;7;10.8;4;7.51;0;1.74;8798
+66087;42.80927;3.03;2;20221201;12.4;4.1;8.2;3.7;7.06;0;1.33;6943
+66087;42.80927;3.03;2;20221202;11.3;3.5;7.4;2.5;6.71;.3;.94;8206
+66087;42.80927;3.03;2;20221203;9.7;4.6;7.1;2.9;7.46;1.6;.89;4566
+66087;42.80927;3.03;2;20221204;14.1;6.4;10.3;2.8;7.91;0;1.19;7779
+66087;42.80927;3.03;2;20221205;12.3;2.5;7.4;2.2;7.16;0;.8;8366
+66087;42.80927;3.03;2;20221206;13.2;8.4;10.8;2.2;8.16;0;1.04;6229
+66087;42.80927;3.03;2;20221207;15.2;9.3;12.2;2.1;9.66;.1;.94;7077
+66087;42.80927;3.03;2;20221208;10.2;7.7;8.9;3.1;9.56;2.1;.72;3066
+66087;42.80927;3.03;2;20221209;16.2;6.3;11.2;2.5;10.96;1.4;.71;7110
+66087;42.80927;3.03;2;20221210;10;9.2;9.6;7.5;7.36;0;2.08;5481
+66087;42.80927;3.03;2;20221211;7.7;1.3;4.5;4;4.31;0;1.47;6583
+66087;42.80927;3.03;2;20221212;11.7;3.3;7.5;3.8;6.86;3.5;1.29;4807
+66087;42.80927;3.03;2;20221213;9.7;4.3;7;2.6;8.96;2.7;.44;5369
+66087;42.80927;3.03;2;20221214;13.6;8.2;10.9;3.6;11.56;1.2;.6;4197
+66087;42.80927;3.03;2;20221215;15.8;9.4;12.6;3.5;13.01;6;.59;6032
+66087;42.80927;3.03;2;20221216;14.7;11.4;13;2.9;11.41;.1;.98;4579
+66087;42.80927;3.03;2;20221217;13.6;7.4;10.5;2.8;9.21;.1;.92;6557
+66087;42.80927;3.03;2;20221218;15.4;7.9;11.7;4.5;10.11;0;1.09;7323
+66087;42.80927;3.03;2;20221219;17.3;9.9;13.6;4.5;11.06;0;1.33;6863
+66087;42.80927;3.03;2;20221220;14.9;8.9;11.9;2.4;11.51;0;.68;5376
+66087;42.80927;3.03;2;20221221;19.6;10.7;15.1;2.9;11.46;0;1.35;7202
+66087;42.80927;3.03;2;20221222;20.1;10.8;15.5;3.1;11.01;0;1.61;7273
+66087;42.80927;3.03;2;20221223;21.1;12.9;17;2.5;11.71;.1;1.48;7091
+66087;42.80927;3.03;2;20221224;19.8;11;15.4;1.8;11.16;.1;1.05;7156
+66087;42.80927;3.03;2;20221225;14.5;9.6;12.1;2.2;12.31;0;.58;3172
+66087;42.80927;3.03;2;20221226;17.3;11.5;14.4;2.3;12.31;0;.96;5055
+66087;42.80927;3.03;2;20221227;18.3;9.2;13.7;2.5;10.86;.1;1.07;8072
+66087;42.80927;3.03;2;20221228;12.1;8.1;10.1;2.6;10.71;0;.57;3699
+66087;42.80927;3.03;2;20221229;13.7;9.5;11.6;2.1;11.01;0;.67;4812
+66087;42.80927;3.03;2;20221230;14.2;9.2;11.7;2.3;11.96;0;.6;4258
+66087;42.80927;3.03;2;20221231;16.3;12.6;14.4;2.6;13.46;.1;.78;4985
+66107;42.91305;9.38767;155;20220101;12.5;11.5;12;4.4;12.22;.1;.83;1439
+66107;42.91305;9.38767;155;20220102;13.4;10.9;12.1;4.2;10.65;0;1.26;3465
+66107;42.91305;9.38767;155;20220103;18;9.2;13.6;5;9.72;.1;2.09;7716
+66107;42.91305;9.38767;155;20220104;14.7;10.3;12.5;3.7;11.15;.1;1.18;5597
+66107;42.91305;9.38767;155;20220105;16.2;9.2;12.7;5.2;9.95;6.7;1.82;7111
+66107;42.91305;9.38767;155;20220106;9;5;7;3.6;8.54;7.8;.88;2454
+66107;42.91305;9.38767;155;20220107;11.5;7.2;9.4;5.1;7.02;0;1.81;6643
+66107;42.91305;9.38767;155;20220108;12.4;6;9.2;5.8;7.45;1.3;1.75;7475
+66107;42.91305;9.38767;155;20220109;12.1;7.8;9.9;9.9;8.35;.3;2.15;5826
+66107;42.91305;9.38767;155;20220110;11.3;5.8;8.6;4.8;6.09;0;1.96;6972
+66107;42.91305;9.38767;155;20220111;12.9;6.6;9.8;5.6;5.52;0;2.56;7797
+66107;42.91305;9.38767;155;20220112;10.6;5.9;8.2;8;4.85;0;2.9;6815
+66107;42.91305;9.38767;155;20220113;11.8;5.8;8.8;8;4.75;0;3.13;7788
+66107;42.91305;9.38767;155;20220114;12.4;6.4;9.4;3.7;6.72;0;1.59;7962
+66107;42.91305;9.38767;155;20220115;13.5;6;9.8;4.8;8.19;0;1.38;8542
+66107;42.91305;9.38767;155;20220116;13.6;4.6;9.1;1.6;7.89;0;.88;9561
+66107;42.91305;9.38767;155;20220117;13.4;5.7;9.6;2.7;8.65;0;1.06;9190
+66107;42.91305;9.38767;155;20220118;13.2;5.8;9.5;2;8.95;0;.88;8683
+66107;42.91305;9.38767;155;20220119;13;6.7;9.8;2.3;8.89;.3;1;7892
+66107;42.91305;9.38767;155;20220120;12.6;6.5;9.6;3.7;7.89;0;1.48;8236
+66107;42.91305;9.38767;155;20220121;12.5;6.4;9.4;3.1;7.82;0;1.36;8797
+66107;42.91305;9.38767;155;20220122;11.9;4.6;8.3;3.3;5.85;0;1.55;10182
+66107;42.91305;9.38767;155;20220123;12.6;5.3;8.9;2.4;7.69;0;1.12;10020
+66107;42.91305;9.38767;155;20220124;12.3;5.9;9.1;2.9;8.22;0;1.19;9368
+66107;42.91305;9.38767;155;20220125;12.5;6.6;9.5;3.4;8.39;0;1.34;8460
+66107;42.91305;9.38767;155;20220126;13.6;6.8;10.2;5.5;8.59;0;1.91;8769
+66107;42.91305;9.38767;155;20220127;13.8;7.2;10.5;2.5;8.42;0;1.34;8663
+66107;42.91305;9.38767;155;20220128;13.5;6.5;10;2.5;8.65;0;1.23;9256
+66107;42.91305;9.38767;155;20220129;13.7;5.9;9.8;3.6;8.92;0;1.37;10517
+66107;42.91305;9.38767;155;20220130;13.8;6.8;10.3;2.1;8.85;0;1.2;10154
+66107;42.91305;9.38767;155;20220131;13.1;6.4;9.7;6.4;8.69;0;1.84;9466
+66107;42.91305;9.38767;155;20220201;14.1;9.6;11.9;6.6;6.12;0;3.23;7729
+66107;42.91305;9.38767;155;20220202;17.4;7;12.2;4.4;7.52;0;2.4;11969
+66107;42.91305;9.38767;155;20220203;16.7;8.5;12.6;2.6;10.55;0;1.5;10325
+66107;42.91305;9.38767;155;20220204;14.1;10;12.1;2.9;11.02;0;1.27;7494
+66107;42.91305;9.38767;155;20220205;14.5;8;11.2;1.9;9.95;0;1.22;9745
+66107;42.91305;9.38767;155;20220206;14.6;7.3;10.9;4.7;9.79;.1;1.64;11179
+66107;42.91305;9.38767;155;20220207;16.4;8.4;12.4;11;8.02;0;3.76;11707
+66107;42.91305;9.38767;155;20220208;15.1;6.9;11;3.8;6.55;0;2.37;12030
+66107;42.91305;9.38767;155;20220209;14.5;7.4;10.9;3.7;8.25;0;1.92;11216
+66107;42.91305;9.38767;155;20220210;13.3;6.4;9.8;3.1;8.64;0;1.78;11317
+66107;42.91305;9.38767;155;20220211;13.2;7.8;10.5;3.6;9.64;0;1.51;10549
+66107;42.91305;9.38767;155;20220212;13;8.7;10.9;9.3;8.64;0;2.63;11985
+66107;42.91305;9.38767;155;20220213;12.6;8.4;10.5;3.2;8.49;0;1.69;9067
+66107;42.91305;9.38767;155;20220214;14.3;8.7;11.5;3.9;9.09;3.3;1.94;9479
+66107;42.91305;9.38767;155;20220215;12.3;8;10.1;10.6;8.59;0;2.46;8424
+66107;42.91305;9.38767;155;20220216;13.5;7;10.2;5.1;8.32;0;2.12;12659
+66107;42.91305;9.38767;155;20220217;16.8;8.4;12.6;2.5;10.22;0;1.81;12667
+66107;42.91305;9.38767;155;20220218;16.9;8.7;12.8;3;10.92;0;1.93;13532
+66107;42.91305;9.38767;155;20220219;15.7;9.8;12.8;2.9;11.22;0;1.67;10063
+66107;42.91305;9.38767;155;20220220;15.3;8.6;11.9;4.8;10.69;0;1.98;11831
+66107;42.91305;9.38767;155;20220221;15;8.2;11.6;11.7;8.72;.3;3.21;11815
+66107;42.91305;9.38767;155;20220222;15.7;10.6;13.1;4.7;7.25;0;3.11;12806
+66107;42.91305;9.38767;155;20220223;15.7;6;10.9;2.2;8.79;0;1.9;15357
+66107;42.91305;9.38767;155;20220224;14.8;7.1;11;3.3;9.85;0;1.83;12860
+66107;42.91305;9.38767;155;20220225;16.3;8.8;12.5;5.1;8.99;.1;2.76;13430
+66107;42.91305;9.38767;155;20220226;11.8;6.8;9.3;8;5.59;0;3.36;13246
+66107;42.91305;9.38767;155;20220227;10.9;5.6;8.2;5.3;4.42;0;3.06;12520
+66107;42.91305;9.38767;155;20220228;13;4.5;8.8;3.4;6.12;0;2.45;16348
+66107;42.91305;9.38767;155;20220301;10.1;4.9;7.5;5.8;5.25;0;2.72;12813
+66107;42.91305;9.38767;155;20220302;11.8;3.8;7.8;2.9;6.52;0;2.04;15293
+66107;42.91305;9.38767;155;20220303;13.2;6.7;9.9;2.3;7.92;.6;1.92;13019
+66107;42.91305;9.38767;155;20220304;12.1;7.5;9.8;4;8.29;4.7;2.06;11991
+66107;42.91305;9.38767;155;20220305;11.1;5.6;8.3;5.8;5.59;0;2.86;13022
+66107;42.91305;9.38767;155;20220306;10.5;4.3;7.4;4.6;5.09;0;2.65;14139
+66107;42.91305;9.38767;155;20220307;10.9;3.7;7.3;3.5;5.22;0;2.48;16449
+66107;42.91305;9.38767;155;20220308;10.7;3.6;7.2;5.1;5.29;0;2.73;15599
+66107;42.91305;9.38767;155;20220309;12.5;3.6;8;3.8;4.95;0;2.86;18309
+66107;42.91305;9.38767;155;20220310;14;4.6;9.3;2.1;7.65;0;2.14;17573
+66107;42.91305;9.38767;155;20220311;14.5;6.1;10.3;4.7;8.39;.1;2.52;17074
+66107;42.91305;9.38767;155;20220312;13.6;10;11.8;7.1;7.99;.2;3.04;9664
+66107;42.91305;9.38767;155;20220313;13.5;10;11.7;7.6;8.72;.8;2.78;11029
+66107;42.91305;9.38767;155;20220314;16.3;11.1;13.7;5.5;11.25;.3;2.37;12285
+66107;42.91305;9.38767;155;20220315;16.4;12.4;14.4;5.6;10.92;0;2.65;10664
+66107;42.91305;9.38767;155;20220316;17.2;10.6;13.9;3.7;11.09;0;2.49;12874
+66107;42.91305;9.38767;155;20220317;15.7;12.1;13.9;6.8;10.65;0;2.82;8800
+66107;42.91305;9.38767;155;20220318;14.6;12.2;13.4;12.2;8.79;0;3.96;6040
+66107;42.91305;9.38767;155;20220319;13.9;11.1;12.5;9.8;8.24;0;3.59;6221
+66107;42.91305;9.38767;155;20220320;15;10.6;12.8;7.3;8.29;0;3.62;12671
+66107;42.91305;9.38767;155;20220321;13.5;8.4;11;8.2;5.69;0;4.31;15863
+66107;42.91305;9.38767;155;20220322;14.6;7.3;11;7.3;5.34;0;4.46;17978
+66107;42.91305;9.38767;155;20220323;14.4;8.5;11.4;4.7;6.64;0;3.63;19021
+66107;42.91305;9.38767;155;20220324;17.1;9.4;13.3;1.5;7.99;0;2.91;20618
+66107;42.91305;9.38767;155;20220325;17.5;8.9;13.2;4.4;7.64;0;3.88;20550
+66107;42.91305;9.38767;155;20220326;17;10.4;13.7;5.2;7.34;.1;4.23;19115
+66107;42.91305;9.38767;155;20220327;18;13.3;15.7;6.6;8.09;.1;4.38;7933
+66107;42.91305;9.38767;155;20220328;17.3;11.4;14.4;2.3;9.54;0;2.78;14756
+66107;42.91305;9.38767;155;20220329;17.6;10.5;14.1;3;8.79;1.2;3.41;18731
+66107;42.91305;9.38767;155;20220330;15.7;12.1;13.9;5.2;12.39;11.6;2.05;9669
+66107;42.91305;9.38767;155;20220331;14.9;10.3;12.6;10.4;11.44;.8;2.48;11256
+66107;42.91305;9.38767;155;20220401;13.2;11.3;12.3;18.8;7.64;2.3;4.72;9806
+66107;42.91305;9.38767;155;20220402;10.6;4;7.3;5;7.5;12.9;2.02;9382
+66107;42.91305;9.38767;155;20220403;12.3;4.6;8.5;4.1;7.92;10.2;2.16;10175
+66107;42.91305;9.38767;155;20220404;12.3;6.4;9.3;4.4;7.54;0;2.86;19003
+66107;42.91305;9.38767;155;20220405;13.2;8;10.6;2.2;7.6;0;3.06;23391
+66107;42.91305;9.38767;155;20220406;14.8;7.9;11.4;5.9;8.69;.9;3.17;16415
+66107;42.91305;9.38767;155;20220407;16.5;9.7;13.1;18;9.44;0;4.55;17895
+66107;42.91305;9.38767;155;20220408;20.6;14.8;17.7;19.6;10.49;0;6.91;18026
+66107;42.91305;9.38767;155;20220409;14.7;13.7;14.2;17.8;9.38;0;4.78;7839
+66107;42.91305;9.38767;155;20220410;14.9;8.2;11.5;3.7;7.29;0;3.64;21983
+66107;42.91305;9.38767;155;20220411;16.5;8.9;12.7;3.5;8.54;0;3.82;23973
+66107;42.91305;9.38767;155;20220412;17.4;10.5;13.9;7.4;10.24;0;3.46;16700
+66107;42.91305;9.38767;155;20220413;18.6;12.2;15.4;6.9;9.39;0;4.62;19077
+66107;42.91305;9.38767;155;20220414;20.3;11.8;16;4.6;9.64;0;4.63;20873
+66107;42.91305;9.38767;155;20220415;21.4;12.6;17;2.9;10.59;0;4.22;21933
+66107;42.91305;9.38767;155;20220416;20.9;13.2;17.1;5.7;9.34;0;5.53;24971
+66107;42.91305;9.38767;155;20220417;16.6;12.9;14.7;10.7;6.54;0;6.35;23227
+66107;42.91305;9.38767;155;20220418;16.9;10.9;13.9;5.9;7.39;0;5.03;25742
+66107;42.91305;9.38767;155;20220419;18.2;10.8;14.5;2.7;10.44;0;3.77;23582
+66107;42.91305;9.38767;155;20220420;19.1;11.5;15.3;5.8;11.74;1.6;3.46;18064
+66107;42.91305;9.38767;155;20220421;16.4;12.8;14.6;10.8;12.79;18.7;2.88;12640
+66107;42.91305;9.38767;155;20220422;15.9;11.4;13.7;7.4;12.54;0;2.65;14526
+66107;42.91305;9.38767;155;20220423;19.6;11.7;15.6;7.9;11.14;1.2;4.53;20742
+66107;42.91305;9.38767;155;20220424;16;11.4;13.7;10.1;10.69;1.4;3.72;16552
+66107;42.91305;9.38767;155;20220425;18.6;13.1;15.8;12.1;10.29;0;5.57;24569
+66107;42.91305;9.38767;155;20220426;18.8;13.5;16.1;4.2;10.09;0;4.8;26188
+66107;42.91305;9.38767;155;20220427;21.1;12.4;16.8;3.9;10.79;0;4.94;27059
+66107;42.91305;9.38767;155;20220428;21.6;13.3;17.5;6.8;9.44;0;6.24;27310
+66107;42.91305;9.38767;155;20220429;20.4;14.9;17.6;7.3;8.49;0;6.2;21049
+66107;42.91305;9.38767;155;20220430;18.3;13.3;15.8;3.5;10.39;.4;4.04;20581
+66107;42.91305;9.38767;155;20220501;18.3;13.5;15.9;3.4;10.29;0;4.01;19680
+66107;42.91305;9.38767;155;20220502;18.8;12.5;15.7;3.1;10.64;0;4.22;24111
+66107;42.91305;9.38767;155;20220503;19.2;13.6;16.4;2.9;11.99;0;3.83;20864
+66107;42.91305;9.38767;155;20220504;20.3;13.5;16.9;2.7;12.04;0;4.33;24110
+66107;42.91305;9.38767;155;20220505;16.4;14.7;15.6;5.8;13.34;21.4;2.41;6115
+66107;42.91305;9.38767;155;20220506;16.3;11.5;13.9;6.1;14.75;2;1.94;12678
+66107;42.91305;9.38767;155;20220507;18.7;13.8;16.2;4.6;14.75;0;3.28;19025
+66107;42.91305;9.38767;155;20220508;20.8;13.8;17.3;4.5;13.25;0;4.45;23443
+66107;42.91305;9.38767;155;20220509;21.3;13.6;17.4;3.3;13.22;0;4.73;27432
+66107;42.91305;9.38767;155;20220510;22.3;14;18.2;3.1;13.32;0;5;27617
+66107;42.91305;9.38767;155;20220511;22.2;14.9;18.5;4.7;11.69;0;5.54;25614
+66107;42.91305;9.38767;155;20220512;22.3;14.3;18.3;3;12.12;0;5.21;27889
+66107;42.91305;9.38767;155;20220513;22.3;14.1;18.2;3;11.15;0;5.25;26382
+66107;42.91305;9.38767;155;20220514;22.1;13.4;17.7;2.1;11.65;0;4.92;28070
+66107;42.91305;9.38767;155;20220515;23;13.4;18.2;1.8;13.25;0;4.72;27408
+66107;42.91305;9.38767;155;20220516;23.6;14.3;18.9;2.1;14.29;0;4.89;28119
+66107;42.91305;9.38767;155;20220517;23.9;15.8;19.9;2.6;13.45;0;5.39;28441
+66107;42.91305;9.38767;155;20220518;23.8;16;19.9;2.7;12.85;0;5.55;29242
+66107;42.91305;9.38767;155;20220519;27.6;18;22.8;4.3;13.79;0;6.95;29995
+66107;42.91305;9.38767;155;20220520;25;16.1;20.6;2;16.62;0;5.14;28915
+66107;42.91305;9.38767;155;20220521;25.3;16.5;20.9;4;15.59;0;5.75;28361
+66107;42.91305;9.38767;155;20220522;24.5;16.6;20.6;2;15.85;.1;5.2;28751
+66107;42.91305;9.38767;155;20220523;28.2;16.6;22.4;2.3;15.49;0;5.97;30091
+66107;42.91305;9.38767;155;20220524;25.7;18.4;22.1;3.2;18.65;0;4.77;22391
+66107;42.91305;9.38767;155;20220525;25.9;17.8;21.9;2.7;18.29;0;5.13;25809
+66107;42.91305;9.38767;155;20220526;27.3;18.8;23.1;3.2;19.22;0;5.15;23001
+66107;42.91305;9.38767;155;20220527;30.1;19.5;24.8;3.8;14.19;0;6.56;24478
+66107;42.91305;9.38767;155;20220528;29.8;20.4;25.1;3.1;15.95;0;6.61;27488
+66107;42.91305;9.38767;155;20220529;24.2;19.1;21.7;4;18.98;.1;4.9;23909
+66107;42.91305;9.38767;155;20220530;24.8;16.1;20.4;1.9;17.68;0;5.05;28284
+66107;42.91305;9.38767;155;20220531;24.9;17.6;21.2;2;19.42;0;4.86;26877
+66107;42.91305;9.38767;155;20220601;26.3;18.3;22.3;2.6;20.22;0;5.4;28595
+66107;42.91305;9.38767;155;20220602;31;18.2;24.6;2;19.85;0;6.29;31088
+66107;42.91305;9.38767;155;20220603;32.2;22.3;27.3;2.5;18.22;.1;6.07;22544
+66107;42.91305;9.38767;155;20220604;35;20.7;27.9;2.9;19.25;0;7.46;29847
+66107;42.91305;9.38767;155;20220605;27.7;22.8;25.3;5.5;20.49;.1;5.87;20929
+66107;42.91305;9.38767;155;20220606;28.3;20.3;24.3;6;16.29;0;7.36;26538
+66107;42.91305;9.38767;155;20220607;29.7;20;24.8;9.6;14.69;0;9.09;30720
+66107;42.91305;9.38767;155;20220608;26;20.3;23.1;9.1;15.89;0;7.04;23633
+66107;42.91305;9.38767;155;20220609;25.8;19.4;22.6;7.7;15.55;0;6.85;25229
+66107;42.91305;9.38767;155;20220610;26.6;17.7;22.2;2.6;13.99;0;6.13;29833
+66107;42.91305;9.38767;155;20220611;28.2;18.6;23.4;2.6;12.52;0;6.8;31474
+66107;42.91305;9.38767;155;20220612;28.6;18.8;23.7;2.8;11.65;0;7.05;31502
+66107;42.91305;9.38767;155;20220613;29;20;24.5;2.8;16.22;.1;6.36;27684
+66107;42.91305;9.38767;155;20220614;28.8;18.8;23.8;2.9;21.55;.1;5.95;29895
+66107;42.91305;9.38767;155;20220615;29.4;19;24.2;2.3;20.35;0;5.86;28452
+66107;42.91305;9.38767;155;20220616;28.5;19.8;24.2;2.5;19.82;0;6.15;30395
+66107;42.91305;9.38767;155;20220617;28.7;19.6;24.2;2.3;19.19;0;6.26;31106
+66107;42.91305;9.38767;155;20220618;32.5;21.5;27;3.7;18.72;0;7.76;31604
+66107;42.91305;9.38767;155;20220619;30.7;21.6;26.1;3.3;17.75;0;7.29;30292
+66107;42.91305;9.38767;155;20220620;29.3;20.1;24.7;2.2;18.99;0;6.32;31006
+66107;42.91305;9.38767;155;20220621;32;21.5;26.8;2.8;16.52;0;7.24;29745
+66107;42.91305;9.38767;155;20220622;31.6;22.8;27.2;2.9;20.05;0;6.59;26787
+66107;42.91305;9.38767;155;20220623;28.3;21.8;25;3;23.42;.2;4.81;20968
+66107;42.91305;9.38767;155;20220624;29;22.1;25.6;5.3;22.95;0;6.1;26069
+66107;42.91305;9.38767;155;20220625;28.3;21.2;24.7;2.8;20.72;0;5.73;26273
+66107;42.91305;9.38767;155;20220626;33.1;22.5;27.8;4.5;18.75;0;8.09;29696
+66107;42.91305;9.38767;155;20220627;33;24.9;29;2.8;21.09;0;6.66;25544
+66107;42.91305;9.38767;155;20220628;32.4;23.4;27.9;5.7;22.29;5.3;7.17;24082
+66107;42.91305;9.38767;155;20220629;28.5;20.2;24.3;5.7;20.15;0;6.63;29114
+66107;42.91305;9.38767;155;20220630;28.6;18.8;23.7;1.9;19.85;0;6.11;31473
+66107;42.91305;9.38767;155;20220701;28.8;20.2;24.5;3.1;21.15;0;6.16;29721
+66107;42.91305;9.38767;155;20220702;28.3;19.8;24;3.2;19.72;0;6.42;31083
+66107;42.91305;9.38767;155;20220703;31.3;20.6;25.9;2.8;16.92;0;7.22;31371
+66107;42.91305;9.38767;155;20220704;33.3;22.4;27.9;3.6;12.92;0;8.43;30240
+66107;42.91305;9.38767;155;20220705;31.7;22;26.9;5.2;16.35;0;8.14;28445
+66107;42.91305;9.38767;155;20220706;29.1;23.2;26.2;5.1;20.72;0;6.81;26436
+66107;42.91305;9.38767;155;20220707;28.5;21.8;25.2;4.3;22.92;.1;6.22;29723
+66107;42.91305;9.38767;155;20220708;29.2;20.7;24.9;4.1;18.45;0;6.71;29439
+66107;42.91305;9.38767;155;20220709;30.4;21.9;26.1;3.4;17.69;0;7.23;30969
+66107;42.91305;9.38767;155;20220710;29.4;20.3;24.9;2.8;17.75;0;6.49;29611
+66107;42.91305;9.38767;155;20220711;28.7;20.5;24.6;2.1;16.52;0;6.17;28976
+66107;42.91305;9.38767;155;20220712;28.9;21.3;25.1;2.1;19.29;0;5.9;27975
+66107;42.91305;9.38767;155;20220713;31.9;20.9;26.4;2.8;21.82;0;6.72;30749
+66107;42.91305;9.38767;155;20220714;30.2;21.4;25.8;2.4;22.89;0;6.24;30300
+66107;42.91305;9.38767;155;20220715;29.4;22;25.7;3.1;22.82;0;6.09;28315
+66107;42.91305;9.38767;155;20220716;31.4;22.3;26.8;2.8;22.02;0;6.73;30013
+66107;42.91305;9.38767;155;20220717;33.5;22.7;28.1;2.4;23.19;0;6.91;30545
+66107;42.91305;9.38767;155;20220718;33.5;23.6;28.5;3.1;22.25;0;7.09;28788
+66107;42.91305;9.38767;155;20220719;33.8;23.6;28.7;3;22.62;.1;7.27;30201
+66107;42.91305;9.38767;155;20220720;33.7;23.1;28.4;2.7;21.05;.1;7.21;29582
+66107;42.91305;9.38767;155;20220721;32.4;24.8;28.6;3.4;20.29;0;7.17;27344
+66107;42.91305;9.38767;155;20220722;31.2;23.4;27.3;3.2;24.59;0;6.31;27891
+66107;42.91305;9.38767;155;20220723;31.3;22.8;27.1;4.2;24.05;0;6.62;28266
+66107;42.91305;9.38767;155;20220724;30.9;24.2;27.6;4.2;23.49;0;6.33;24821
+66107;42.91305;9.38767;155;20220725;30.6;23.5;27;4.4;24.42;0;6.06;24938
+66107;42.91305;9.38767;155;20220726;31.9;24.1;28;5.5;23.52;0;7.26;27264
+66107;42.91305;9.38767;155;20220727;30.4;23.3;26.9;4.1;20.22;0;6.81;26217
+66107;42.91305;9.38767;155;20220728;29.6;22.2;25.9;3.5;22.42;0;5.9;25963
+66107;42.91305;9.38767;155;20220729;30.4;22.3;26.3;3.7;23.15;0;5.99;26051
+66107;42.91305;9.38767;155;20220730;29.9;23.3;26.6;5.3;22.99;0;6.46;25394
+66107;42.91305;9.38767;155;20220731;30.3;21.6;26;2.9;22.52;.1;5.97;27401
+66107;42.91305;9.38767;155;20220801;31.7;22;26.9;2.8;21.05;0;6.28;27115
+66107;42.91305;9.38767;155;20220802;30.5;23.1;26.8;2.6;22.19;0;5.74;24904
+66107;42.91305;9.38767;155;20220803;32.1;22.8;27.5;2.2;21.02;0;6.13;27008
+66107;42.91305;9.38767;155;20220804;31.8;22.5;27.1;2;21.65;0;6.01;27391
+66107;42.91305;9.38767;155;20220805;31.3;23.2;27.2;3;22.69;0;5.92;25144
+66107;42.91305;9.38767;155;20220806;31.1;22.3;26.7;3;23.49;0;5.86;26769
+66107;42.91305;9.38767;155;20220807;31.4;23.1;27.2;3.2;25.39;0;6.15;28308
+66107;42.91305;9.38767;155;20220808;31.1;24.2;27.7;3.7;22.69;0;6.09;24148
+66107;42.91305;9.38767;155;20220809;30.9;23.2;27.1;2.7;20.92;0;6.18;27521
+66107;42.91305;9.38767;155;20220810;30.8;23.7;27.2;4.2;20.42;0;6.42;24811
+66107;42.91305;9.38767;155;20220811;30.3;23.4;26.8;4;18.75;0;6.22;23254
+66107;42.91305;9.38767;155;20220812;30.5;21.5;26;2.2;19.09;0;5.41;23653
+66107;42.91305;9.38767;155;20220813;28.8;20.6;24.7;4;20.05;.2;5.63;23331
+66107;42.91305;9.38767;155;20220814;30.7;22.1;26.4;3.4;17.92;.2;6.16;23399
+66107;42.91305;9.38767;155;20220815;31.7;22.3;27;2.4;21.35;1.4;5.19;21440
+66107;42.91305;9.38767;155;20220816;30.1;23.2;26.6;2.1;23.62;1.9;5.2;24142
+66107;42.91305;9.38767;155;20220817;31.9;22.7;27.3;5;23.72;.2;6.12;22194
+66107;42.91305;9.38767;155;20220818;27.5;24.9;26.2;5.2;23.05;5.8;4.35;13327
+66107;42.91305;9.38767;155;20220819;27.3;18.5;22.9;4.7;19.89;.3;5.05;23379
+66107;42.91305;9.38767;155;20220820;28.5;21.5;25;3.8;19.85;0;5.47;22753
+66107;42.91305;9.38767;155;20220821;28.6;20.8;24.7;2.5;22.05;0;4.79;23269
+66107;42.91305;9.38767;155;20220822;28.3;20.5;24.4;3.1;22.99;0;4.8;23743
+66107;42.91305;9.38767;155;20220823;29;20.2;24.6;2.2;21.75;0;4.86;24444
+66107;42.91305;9.38767;155;20220824;30.7;21.2;25.9;3.2;18.15;0;5.86;24514
+66107;42.91305;9.38767;155;20220825;29.6;21.7;25.6;2.9;18.69;0;5.4;23137
+66107;42.91305;9.38767;155;20220826;29.9;21.8;25.8;3;21.62;0;5.25;23833
+66107;42.91305;9.38767;155;20220827;29.6;21.3;25.4;2.5;23.05;0;4.79;23195
+66107;42.91305;9.38767;155;20220828;28.6;22.4;25.5;2.5;23.99;.1;4.16;18895
+66107;42.91305;9.38767;155;20220829;28.8;21.9;25.4;2.9;23.65;0;4.78;23051
+66107;42.91305;9.38767;155;20220830;29.5;21.6;25.5;3;22.85;0;4.74;21654
+66107;42.91305;9.38767;155;20220831;28.7;21.3;25;4.6;22.35;1.5;4.59;18245
+66107;42.91305;9.38767;155;20220901;28.8;22.9;25.9;4.3;21.99;0;5.01;19500
+66107;42.91305;9.38767;155;20220902;28.4;21.2;24.8;2.1;21.45;0;4.11;19231
+66107;42.91305;9.38767;155;20220903;28.5;22.3;25.4;3.3;21.22;0;4.41;17096
+66107;42.91305;9.38767;155;20220904;29.9;22.3;26.1;3.6;21.35;0;5.12;20551
+66107;42.91305;9.38767;155;20220905;30.7;22.6;26.6;2.4;21.25;0;4.94;21281
+66107;42.91305;9.38767;155;20220906;30.8;22;26.4;1.9;22.35;0;4.55;21382
+66107;42.91305;9.38767;155;20220907;30.7;22.1;26.4;2.7;24.45;0;4.57;20642
+66107;42.91305;9.38767;155;20220908;30.6;22.8;26.7;5.1;23.29;0;5.18;18225
+66107;42.91305;9.38767;155;20220909;29.4;22.3;25.9;10.8;15.55;0;8.37;21570
+66107;42.91305;9.38767;155;20220910;27.3;21.5;24.4;11.3;15.99;0;6.97;17305
+66107;42.91305;9.38767;155;20220911;27.1;19.9;23.5;7.3;16.42;0;5.89;18975
+66107;42.91305;9.38767;155;20220912;26.4;18.6;22.5;1.9;19.09;0;3.91;21576
+66107;42.91305;9.38767;155;20220913;28.8;18.6;23.7;2;19.12;0;4.22;21630
+66107;42.91305;9.38767;155;20220914;30.4;21.2;25.8;2.8;20.25;.1;4.46;17626
+66107;42.91305;9.38767;155;20220915;29.6;23.3;26.4;5.9;21.45;.2;5.01;14305
+66107;42.91305;9.38767;155;20220916;28.9;23.2;26.1;12.3;16.35;.2;7.83;19549
+66107;42.91305;9.38767;155;20220917;24.2;19.5;21.9;10.1;12.15;.3;6.69;15397
+66107;42.91305;9.38767;155;20220918;25.6;16.1;20.9;2.5;10.22;0;4.41;20642
+66107;42.91305;9.38767;155;20220919;25.8;17.1;21.5;3.5;14.22;0;4.43;20393
+66107;42.91305;9.38767;155;20220920;24.9;18.8;21.8;3.3;15.42;0;4.13;19044
+66107;42.91305;9.38767;155;20220921;25.2;17.5;21.3;4.7;12.52;0;5.05;18083
+66107;42.91305;9.38767;155;20220922;22.2;16.5;19.4;6.1;9.69;0;5.35;18430
+66107;42.91305;9.38767;155;20220923;23.5;15.5;19.5;3.5;10.02;0;4.35;18140
+66107;42.91305;9.38767;155;20220924;22.4;16.2;19.3;2;13.75;2.3;2.88;14223
+66107;42.91305;9.38767;155;20220925;23.4;17;20.2;3.2;18.12;.4;2.99;15728
+66107;42.91305;9.38767;155;20220926;24.4;17.4;20.9;8.2;14.82;0;4.91;15683
+66107;42.91305;9.38767;155;20220927;21.8;16.3;19.1;14.8;12.05;.1;5.76;13624
+66107;42.91305;9.38767;155;20220928;23.3;16.4;19.9;13.9;13.15;.1;5.56;14051
+66107;42.91305;9.38767;155;20220929;22.6;17.5;20;10.2;14.62;2.5;4.4;12876
+66107;42.91305;9.38767;155;20220930;20.1;15.3;17.7;4.4;14.72;5.9;2.76;11272
+66107;42.91305;9.38767;155;20221001;21.6;13.6;17.6;10.1;12.82;.1;4.4;15853
+66107;42.91305;9.38767;155;20221002;26.8;17.6;22.2;10.9;14.82;0;5.91;15581
+66107;42.91305;9.38767;155;20221003;23.9;16.9;20.4;5;15.62;0;3.65;15462
+66107;42.91305;9.38767;155;20221004;23.5;16.1;19.8;2.5;17.32;0;2.84;16567
+66107;42.91305;9.38767;155;20221005;24.5;15.7;20.1;2.1;16.52;0;2.91;17323
+66107;42.91305;9.38767;155;20221006;22.2;15.5;18.8;2.2;17.05;0;2.32;14139
+66107;42.91305;9.38767;155;20221007;22;14.1;18;2.1;16.49;0;2.25;15573
+66107;42.91305;9.38767;155;20221008;24.2;14.6;19.4;1.6;15.85;.2;2.6;16765
+66107;42.91305;9.38767;155;20221009;23.4;16.9;20.2;3.3;16.05;3.1;2.75;10667
+66107;42.91305;9.38767;155;20221010;22.4;16;19.2;3.6;16.82;.4;2.51;12850
+66107;42.91305;9.38767;155;20221011;22.7;16.2;19.4;3;17.09;0;2.41;13195
+66107;42.91305;9.38767;155;20221012;21.6;16.4;19;3.3;17.15;.3;2.13;9964
+66107;42.91305;9.38767;155;20221013;22.4;16.6;19.5;3.6;15.62;0;2.84;13928
+66107;42.91305;9.38767;155;20221014;22.8;16.7;19.7;6;15.49;0;3.46;13079
+66107;42.91305;9.38767;155;20221015;23.8;15.9;19.8;2.3;15.99;0;2.6;14732
+66107;42.91305;9.38767;155;20221016;24.7;16.2;20.4;2.7;15.82;0;2.77;13940
+66107;42.91305;9.38767;155;20221017;24.9;17.5;21.2;3.4;17.22;0;2.87;14327
+66107;42.91305;9.38767;155;20221018;23.8;16;19.9;2.5;17.95;0;2.29;14156
+66107;42.91305;9.38767;155;20221019;22.5;17.5;20;3;17.72;0;2.27;12463
+66107;42.91305;9.38767;155;20221020;22.6;15.1;18.9;2.7;17.55;0;2.12;13627
+66107;42.91305;9.38767;155;20221021;24.9;16.1;20.5;1.7;16.69;0;2.01;10407
+66107;42.91305;9.38767;155;20221022;25.5;17.5;21.5;2.2;16.62;0;2.5;12410
+66107;42.91305;9.38767;155;20221023;26.9;18.1;22.5;2.3;16.42;0;2.67;11931
+66107;42.91305;9.38767;155;20221024;26.8;18.5;22.6;2.2;15.75;0;2.72;12555
+66107;42.91305;9.38767;155;20221025;25.8;17.4;21.6;2.1;16.09;0;2.41;11810
+66107;42.91305;9.38767;155;20221026;25.4;16.1;20.7;1.5;14.99;0;2.06;12686
+66107;42.91305;9.38767;155;20221027;24.7;16.7;20.7;1.6;14.12;0;2.04;11102
+66107;42.91305;9.38767;155;20221028;23.2;15;19.1;2.9;15.65;0;2.02;11341
+66107;42.91305;9.38767;155;20221029;24.7;16.4;20.5;3.6;14.89;0;3.01;12963
+66107;42.91305;9.38767;155;20221030;25.2;15.3;20.2;1.4;14.25;0;1.91;12486
+66107;42.91305;9.38767;155;20221031;22.5;13.7;18.1;1.4;14.99;.1;1.54;11227
+66107;42.91305;9.38767;155;20221101;22.5;14;18.3;2.3;14.49;.1;1.88;10517
+66107;42.91305;9.38767;155;20221102;23.8;15.8;19.8;2.3;15.29;2;2.06;10876
+66107;42.91305;9.38767;155;20221103;21.8;15.1;18.5;3.3;15.29;6.7;2.04;10398
+66107;42.91305;9.38767;155;20221104;19.1;14.8;16.9;11.1;12.52;.5;3.43;7966
+66107;42.91305;9.38767;155;20221105;18.7;12.5;15.6;4.1;10.25;1;2.56;9184
+66107;42.91305;9.38767;155;20221106;20.5;12.7;16.6;2.7;9.69;0;2.36;10615
+66107;42.91305;9.38767;155;20221107;22.3;13.1;17.7;3.6;12.72;0;2.33;10059
+66107;42.91305;9.38767;155;20221108;21.6;13.6;17.6;1.5;13.12;0;1.51;10393
+66107;42.91305;9.38767;155;20221109;22;14.2;18.1;1.7;13.89;.1;1.56;9982
+66107;42.91305;9.38767;155;20221110;22;15.5;18.7;2.9;15.25;.2;1.85;8646
+66107;42.91305;9.38767;155;20221111;21.7;15.8;18.8;4.9;15.19;0;2.33;8860
+66107;42.91305;9.38767;155;20221112;19.6;13.8;16.7;4.2;10.95;0;2.57;7304
+66107;42.91305;9.38767;155;20221113;18;14.9;16.5;6;9.89;2.6;3.26;7220
+66107;42.91305;9.38767;155;20221114;19.1;12.5;15.8;3.2;10.65;1.3;1.93;8563
+66107;42.91305;9.38767;155;20221115;17.3;11.7;14.5;2.9;13.42;17;1.27;6009
+66107;42.91305;9.38767;155;20221116;20.1;14.3;17.2;6.2;14.39;1.6;2.13;8098
+66107;42.91305;9.38767;155;20221117;21.9;14.3;18.1;8.5;12.45;1;3.57;8483
+66107;42.91305;9.38767;155;20221118;18.5;12.7;15.6;7.2;11.54;.2;2.46;6596
+66107;42.91305;9.38767;155;20221119;16.4;11.5;13.9;2.3;10.14;14.1;1.53;6104
+66107;42.91305;9.38767;155;20221120;17;10.4;13.7;2.5;10.14;.2;1.44;8557
+66107;42.91305;9.38767;155;20221121;17.7;8.9;13.3;4.5;9.74;13.3;2.04;8850
+66107;42.91305;9.38767;155;20221122;14.6;10.6;12.6;7.5;10.84;6.7;1.86;4308
+66107;42.91305;9.38767;155;20221123;15.6;12.3;13.9;8.4;9.94;1.5;2.63;4475
+66107;42.91305;9.38767;155;20221124;17.9;10.6;14.2;5.4;10.09;.8;2.38;7908
+66107;42.91305;9.38767;155;20221125;15.6;10.8;13.2;2.8;11.14;22.2;1.26;6211
+66107;42.91305;9.38767;155;20221126;16.3;9.9;13.1;6;10.39;.1;1.97;6238
+66107;42.91305;9.38767;155;20221127;16;10.5;13.3;4;7.54;0;2.36;6801
+66107;42.91305;9.38767;155;20221128;14.3;8.3;11.3;1.5;8.39;1.5;1.05;5635
+66107;42.91305;9.38767;155;20221129;12.7;10.5;11.6;3.4;9.79;6.7;1.4;2582
+66107;42.91305;9.38767;155;20221130;13.9;9.5;11.7;4.2;8.84;0;1.67;5759
+66107;42.91305;9.38767;155;20221201;13.2;7.7;10.4;2.7;7.89;0;1.37;6057
+66107;42.91305;9.38767;155;20221202;14.3;7.2;10.7;2.5;8.64;5.2;1.22;6784
+66107;42.91305;9.38767;155;20221203;16.4;11.2;13.8;3.3;10.59;11.9;1.5;5621
+66107;42.91305;9.38767;155;20221204;16;10.2;13.1;1.5;11.34;1.3;.78;6450
+66107;42.91305;9.38767;155;20221205;18.5;9.5;14;2.2;11.69;1.2;1.06;7014
+66107;42.91305;9.38767;155;20221206;16.7;10.6;13.6;1.4;12.64;0;.66;6712
+66107;42.91305;9.38767;155;20221207;16.3;10.7;13.5;2;11.49;0;.96;6614
+66107;42.91305;9.38767;155;20221208;13.5;8.6;11.1;2.7;9.49;2.6;1.29;5325
+66107;42.91305;9.38767;155;20221209;19.9;9.6;14.8;3.9;11.69;3.6;1.64;6209
+66107;42.91305;9.38767;155;20221210;16.1;11.8;14;4.6;11.79;1.7;1.51;5098
+66107;42.91305;9.38767;155;20221211;12.5;7.3;9.9;7.7;6.79;1.1;2.25;6851
+66107;42.91305;9.38767;155;20221212;13.7;6;9.8;4.4;6.74;5.1;1.87;7143
+66107;42.91305;9.38767;155;20221213;11.1;6.8;8.9;3.7;10.29;3.9;.65;4161
+66107;42.91305;9.38767;155;20221214;13.6;9.3;11.5;3.1;12.14;9.1;.71;2967
+66107;42.91305;9.38767;155;20221215;16.6;9.3;13;3.5;12.29;5.7;1.11;4440
+66107;42.91305;9.38767;155;20221216;16.3;11.1;13.7;3.7;11.69;.6;1.47;4462
+66107;42.91305;9.38767;155;20221217;17.3;9.2;13.2;4.3;9.94;0;1.67;8439
+66107;42.91305;9.38767;155;20221218;15.3;8.3;11.8;1.6;10.54;0;.63;7613
+66107;42.91305;9.38767;155;20221219;14.8;8;11.4;.9;9.94;0;.51;6952
+66107;42.91305;9.38767;155;20221220;15.6;8;11.8;1.1;9.74;0;.63;7375
+66107;42.91305;9.38767;155;20221221;15.6;7.5;11.6;1.3;9.79;0;.69;7212
+66107;42.91305;9.38767;155;20221222;18.3;10.2;14.3;6.3;10.79;.2;2.02;7560
+66107;42.91305;9.38767;155;20221223;21;12.5;16.8;9.8;11.54;0;3.55;6705
+66107;42.91305;9.38767;155;20221224;22.3;14.8;18.6;7.8;11.34;0;3.63;7256
+66107;42.91305;9.38767;155;20221225;16.7;10.3;13.5;1.6;11.89;0;.72;7404
+66107;42.91305;9.38767;155;20221226;17.9;9.8;13.8;1.3;11.99;0;.68;7681
+66107;42.91305;9.38767;155;20221227;19.7;10.3;15;5.1;9.19;0;2.58;8781
+66107;42.91305;9.38767;155;20221228;17.1;8.6;12.8;4.2;8.79;0;1.89;8268
+66107;42.91305;9.38767;155;20221229;17.9;8.6;13.3;1.3;8.99;0;.91;8140
+66107;42.91305;9.38767;155;20221230;18.5;9.8;14.2;1.9;9.59;.1;1.24;7870
+66107;42.91305;9.38767;155;20221231;17.7;10.4;14;1.2;11.49;0;.71;7942
+66108;42.89839;9.45558;17;20220101;14.6;11.9;13.3;5.7;12.21;0;1.02;3263
+66108;42.89839;9.45558;17;20220102;13.8;12;12.9;5;10.86;0;1.42;2683
+66108;42.89839;9.45558;17;20220103;16.6;8.7;12.7;4.5;10.61;.1;1.52;6478
+66108;42.89839;9.45558;17;20220104;15.6;10;12.8;4;11.61;.1;1.2;4455
+66108;42.89839;9.45558;17;20220105;16.8;9.9;13.3;5.3;10.51;6.6;1.79;5800
+66108;42.89839;9.45558;17;20220106;10;6.7;8.4;3.5;8.66;7.9;.93;2588
+66108;42.89839;9.45558;17;20220107;12.2;8.2;10.2;6.3;7.16;0;2.11;7361
+66108;42.89839;9.45558;17;20220108;13.3;6.4;9.9;5.7;7.26;.9;1.72;7496
+66108;42.89839;9.45558;17;20220109;12.9;7.5;10.2;8.8;8.16;.4;2.15;5233
+66108;42.89839;9.45558;17;20220110;12.3;5.1;8.7;6.3;6.21;0;2.24;6193
+66108;42.89839;9.45558;17;20220111;13.4;7.8;10.6;7.1;5.76;0;3.02;7056
+66108;42.89839;9.45558;17;20220112;11.2;7.2;9.2;8.8;5.26;0;3.1;6574
+66108;42.89839;9.45558;17;20220113;11.9;4.6;8.3;7.5;5.41;0;2.61;7525
+66108;42.89839;9.45558;17;20220114;13.8;4.7;9.3;4.5;6.61;0;1.87;8121
+66108;42.89839;9.45558;17;20220115;15;7.3;11.1;7.3;8.16;0;2.09;7707
+66108;42.89839;9.45558;17;20220116;14.6;3.9;9.3;2;7.51;0;1.04;9679
+66108;42.89839;9.45558;17;20220117;14.8;6.2;10.5;3.1;9.01;0;1.2;8667
+66108;42.89839;9.45558;17;20220118;14.3;6.1;10.2;3.1;9.11;0;1.17;8490
+66108;42.89839;9.45558;17;20220119;14.2;6.7;10.5;3;9.26;.3;1.16;7621
+66108;42.89839;9.45558;17;20220120;13.9;3.9;8.9;1.3;8.26;0;.79;8203
+66108;42.89839;9.45558;17;20220121;13.9;7.2;10.6;4;8.11;0;1.64;8694
+66108;42.89839;9.45558;17;20220122;12.8;4.2;8.5;4.5;6.16;0;1.91;9915
+66108;42.89839;9.45558;17;20220123;13.6;5.3;9.5;3.7;7.71;0;1.49;9723
+66108;42.89839;9.45558;17;20220124;13.9;6.4;10.1;4;8.36;0;1.52;8698
+66108;42.89839;9.45558;17;20220125;13.2;5.5;9.3;3.9;8.26;0;1.41;9242
+66108;42.89839;9.45558;17;20220126;15.3;7.2;11.3;6.4;8.71;0;2.15;9217
+66108;42.89839;9.45558;17;20220127;14.7;8.6;11.7;3.5;8.71;0;1.66;8602
+66108;42.89839;9.45558;17;20220128;14.8;6.9;10.8;3.4;8.76;0;1.54;8643
+66108;42.89839;9.45558;17;20220129;14;6;10;4.1;8.86;0;1.4;10134
+66108;42.89839;9.45558;17;20220130;14.7;6.3;10.5;3;9.16;0;1.34;8551
+66108;42.89839;9.45558;17;20220131;14.1;7.8;11;6;9.01;0;1.8;8048
+66108;42.89839;9.45558;17;20220201;15.1;8.8;12;9.2;5.86;0;4;9553
+66108;42.89839;9.45558;17;20220202;17.1;7.8;12.5;6;7.26;0;2.96;11510
+66108;42.89839;9.45558;17;20220203;17.2;7.9;12.5;2.8;10.61;0;1.51;10600
+66108;42.89839;9.45558;17;20220204;15.3;9.6;12.5;2.9;11.56;0;1.19;6834
+66108;42.89839;9.45558;17;20220205;16;8.3;12.2;2.2;10.61;0;1.26;8643
+66108;42.89839;9.45558;17;20220206;15.1;7.8;11.5;5.4;10.36;.1;1.59;10255
+66108;42.89839;9.45558;17;20220207;17.6;8.5;13;9.5;8.41;0;3.32;11642
+66108;42.89839;9.45558;17;20220208;16.2;6;11.1;5.2;6.16;0;2.96;11656
+66108;42.89839;9.45558;17;20220209;15.3;8.9;12.1;5;8.26;0;2.32;10106
+66108;42.89839;9.45558;17;20220210;14.9;6.7;10.8;2.9;9.21;0;1.53;11293
+66108;42.89839;9.45558;17;20220211;14.4;8;11.2;3.4;9.71;0;1.52;10208
+66108;42.89839;9.45558;17;20220212;13.2;8.4;10.8;7.1;9.01;0;2.05;10531
+66108;42.89839;9.45558;17;20220213;13.9;6.3;10.1;3.3;8.81;.1;1.63;10545
+66108;42.89839;9.45558;17;20220214;15.3;6.8;11.1;3;9.46;3.2;1.6;9807
+66108;42.89839;9.45558;17;20220215;14.1;8.4;11.2;7.3;8.81;0;2.16;9944
+66108;42.89839;9.45558;17;20220216;14.8;8.3;11.6;6.5;8.46;0;2.47;12132
+66108;42.89839;9.45558;17;20220217;16.3;7.6;11.9;2.4;10.06;0;1.63;12836
+66108;42.89839;9.45558;17;20220218;16.6;8.2;12.4;2.8;11.46;0;1.52;10765
+66108;42.89839;9.45558;17;20220219;16.5;9.6;13;3.6;11.81;0;1.59;8325
+66108;42.89839;9.45558;17;20220220;16.8;9.7;13.3;4.7;11.06;0;2.02;11326
+66108;42.89839;9.45558;17;20220221;17.4;8.4;12.9;10.3;8.71;.3;3.44;10988
+66108;42.89839;9.45558;17;20220222;17.5;12;14.7;6.5;6.31;0;4.34;14309
+66108;42.89839;9.45558;17;20220223;17.8;5.1;11.5;1.8;8.46;0;1.9;15671
+66108;42.89839;9.45558;17;20220224;15.8;7;11.4;3.3;9.66;0;1.85;12588
+66108;42.89839;9.45558;17;20220225;16.3;8.9;12.6;4.5;9.41;.1;2.42;11917
+66108;42.89839;9.45558;17;20220226;13.2;7.4;10.3;9.1;5.76;0;3.78;14751
+66108;42.89839;9.45558;17;20220227;11.9;7.6;9.8;6.4;4.71;0;3.49;11281
+66108;42.89839;9.45558;17;20220228;13.6;5.2;9.4;3.1;6.41;0;2.32;15760
+66108;42.89839;9.45558;17;20220301;9.9;5.4;7.6;5.7;5.36;0;2.59;11897
+66108;42.89839;9.45558;17;20220302;12.7;3.8;8.2;3.4;6.26;0;2.21;15246
+66108;42.89839;9.45558;17;20220303;14.1;6.6;10.3;3.4;7.81;.5;2.13;11768
+66108;42.89839;9.45558;17;20220304;12.3;7.4;9.8;4;8.41;5;1.76;8362
+66108;42.89839;9.45558;17;20220305;11.2;4.8;8;5.3;6.06;0;2.54;13620
+66108;42.89839;9.45558;17;20220306;10.9;3.2;7.1;4.4;5.36;0;2.38;12288
+66108;42.89839;9.45558;17;20220307;11.5;4;7.8;3.5;5.51;0;2.37;14724
+66108;42.89839;9.45558;17;20220308;10.6;3.4;7;5;5.31;0;2.51;13864
+66108;42.89839;9.45558;17;20220309;12.9;3.2;8.1;4.1;5.06;0;2.88;18161
+66108;42.89839;9.45558;17;20220310;14.8;5.5;10.2;3.3;7.76;0;2.49;17810
+66108;42.89839;9.45558;17;20220311;14.8;6.1;10.4;5.7;8.91;.1;2.38;14452
+66108;42.89839;9.45558;17;20220312;13.5;7.2;10.3;7.2;9.01;.4;2.25;10039
+66108;42.89839;9.45558;17;20220313;12.4;8.2;10.3;8;9.71;1.2;1.81;5312
+66108;42.89839;9.45558;17;20220314;15.4;11.1;13.2;7.2;12.56;.4;1.83;10282
+66108;42.89839;9.45558;17;20220315;16.3;11.2;13.7;8.1;11.96;0;2.43;11169
+66108;42.89839;9.45558;17;20220316;17.3;9.2;13.2;5.3;11.76;0;2.38;14277
+66108;42.89839;9.45558;17;20220317;15.9;10.3;13.1;5.6;11.41;0;2.01;7112
+66108;42.89839;9.45558;17;20220318;14.3;11.1;12.7;8;9.56;0;2.65;5707
+66108;42.89839;9.45558;17;20220319;13.3;10.1;11.7;6.3;9.11;0;2.39;6325
+66108;42.89839;9.45558;17;20220320;14.5;9.8;12.1;4.4;9.31;0;2.38;10226
+66108;42.89839;9.45558;17;20220321;13.4;7.4;10.4;5.5;6.31;0;3.25;13805
+66108;42.89839;9.45558;17;20220322;13.8;8.5;11.2;7.6;5.61;0;4.09;15223
+66108;42.89839;9.45558;17;20220323;16.1;5.9;11;4;6.01;0;3.5;18807
+66108;42.89839;9.45558;17;20220324;18.8;6.4;12.6;2.1;7.01;0;3.14;20749
+66108;42.89839;9.45558;17;20220325;17.3;6.2;11.8;5.8;7.51;0;3.88;20775
+66108;42.89839;9.45558;17;20220326;18.4;11;14.7;6.1;6.61;.1;4.94;21590
+66108;42.89839;9.45558;17;20220327;17.7;13.4;15.6;5.4;7.81;0;4.01;10604
+66108;42.89839;9.45558;17;20220328;19.4;10.2;14.8;2;8.91;0;3.04;17267
+66108;42.89839;9.45558;17;20220329;19;8.8;13.9;3.3;9.71;1.3;3.25;18792
+66108;42.89839;9.45558;17;20220330;14.9;11.3;13.1;4.8;13.41;11.9;1.35;6798
+66108;42.89839;9.45558;17;20220331;16.7;11.9;14.3;8;12.21;.7;2.57;12584
+66108;42.89839;9.45558;17;20220401;14.9;10.5;12.7;12;7.81;2.4;3.57;8304
+66108;42.89839;9.45558;17;20220402;11.6;3.1;7.3;3.9;7.4;12.2;2.01;12800
+66108;42.89839;9.45558;17;20220403;13.1;5.4;9.2;3.6;8.4;9.7;2.03;11100
+66108;42.89839;9.45558;17;20220404;13.8;6.5;10.1;3.7;7.96;0;2.86;19950
+66108;42.89839;9.45558;17;20220405;15.4;4.4;9.9;2.2;8.1;0;2.94;23500
+66108;42.89839;9.45558;17;20220406;15.3;5.6;10.5;4.8;8.91;1.1;2.66;15258
+66108;42.89839;9.45558;17;20220407;16.7;7.2;12;10.8;10.16;0;3.28;20135
+66108;42.89839;9.45558;17;20220408;20.4;11.2;15.8;11.7;11.66;0;4.5;19489
+66108;42.89839;9.45558;17;20220409;15.5;14.5;15;17.8;9.41;0;4.78;7839
+66108;42.89839;9.45558;17;20220410;15.8;8.2;12;3.1;7.41;0;3.63;24427
+66108;42.89839;9.45558;17;20220411;17.4;6.5;11.9;4.4;8.31;0;3.8;24503
+66108;42.89839;9.45558;17;20220412;16.7;7.6;12.2;9;10.51;0;3.26;19323
+66108;42.89839;9.45558;17;20220413;19.1;10.8;15;7.1;10.11;0;4.52;21015
+66108;42.89839;9.45558;17;20220414;21.3;9.4;15.3;4.1;8.86;0;4.43;19919
+66108;42.89839;9.45558;17;20220415;22.5;11.1;16.8;2.8;10.21;0;4.27;23211
+66108;42.89839;9.45558;17;20220416;22;14.6;18.3;6.9;9.51;0;5.99;24615
+66108;42.89839;9.45558;17;20220417;17.1;12.3;14.7;7.7;7.06;0;5.45;24244
+66108;42.89839;9.45558;17;20220418;17.8;8.1;13;4.6;7.46;0;4.49;25611
+66108;42.89839;9.45558;17;20220419;19;8.9;13.9;2.8;10.41;0;3.72;24779
+66108;42.89839;9.45558;17;20220420;18.6;10.3;14.4;6;13.06;1.9;2.85;17142
+66108;42.89839;9.45558;17;20220421;16.1;11.8;13.9;8.4;13.71;19.4;1.88;10699
+66108;42.89839;9.45558;17;20220422;16.7;12.1;14.4;5.7;13.11;.1;2.41;14005
+66108;42.89839;9.45558;17;20220423;19.1;10.6;14.8;6.7;12.26;1.4;3.51;17617
+66108;42.89839;9.45558;17;20220424;16.8;9.6;13.2;5.8;11.06;1.2;2.97;15716
+66108;42.89839;9.45558;17;20220425;19;10.7;14.8;7.4;11.71;0;4.19;24322
+66108;42.89839;9.45558;17;20220426;19.3;11.4;15.4;2.9;11.46;0;4.15;26242
+66108;42.89839;9.45558;17;20220427;20.7;10.6;15.6;3.9;11.86;0;4.38;25975
+66108;42.89839;9.45558;17;20220428;21.6;11.5;16.6;4.9;9.86;0;5.24;27204
+66108;42.89839;9.45558;17;20220429;21.1;12.3;16.7;4.6;8.81;0;5.15;22962
+66108;42.89839;9.45558;17;20220430;20;11.4;15.7;3.8;10.26;.5;4.29;22763
+66108;42.89839;9.45558;17;20220501;20;12.7;16.4;3.3;9.81;0;4.19;20641
+66108;42.89839;9.45558;17;20220502;20.3;11.2;15.8;3.3;10.66;0;4.37;25500
+66108;42.89839;9.45558;17;20220503;21.1;12.1;16.6;2.8;11.76;0;4.11;23147
+66108;42.89839;9.45558;17;20220504;22;12.8;17.4;2.9;12.51;0;4.16;22484
+66108;42.89839;9.45558;17;20220505;16.5;13.7;15.1;4.8;13.26;19.5;1.88;3522
+66108;42.89839;9.45558;17;20220506;16.8;12.1;14.4;6.5;15.11;8.1;1.2;5678
+66108;42.89839;9.45558;17;20220507;20.4;14.6;17.5;6;14.26;0;3.9;20580
+66108;42.89839;9.45558;17;20220508;21.5;13.8;17.7;4.4;13.56;0;4.3;22382
+66108;42.89839;9.45558;17;20220509;22.6;13.6;18.1;2.7;13.71;0;4.51;26024
+66108;42.89839;9.45558;17;20220510;23.8;15.3;19.5;4.4;13.56;0;5.28;25880
+66108;42.89839;9.45558;17;20220511;23.5;15.7;19.6;5.6;12.41;0;5.75;24261
+66108;42.89839;9.45558;17;20220512;23.7;14.9;19.3;4.1;12.61;0;5.56;27462
+66108;42.89839;9.45558;17;20220513;24.1;14.8;19.4;4;11.76;0;5.62;25679
+66108;42.89839;9.45558;17;20220514;23;13.9;18.5;2.8;12.41;0;4.96;27097
+66108;42.89839;9.45558;17;20220515;24.5;13.4;19;2.4;13.56;0;5.09;28750
+66108;42.89839;9.45558;17;20220516;24.4;14.4;19.4;2.3;15.01;0;4.89;28154
+66108;42.89839;9.45558;17;20220517;25.1;15.5;20.3;3.3;13.81;0;5.63;28706
+66108;42.89839;9.45558;17;20220518;26.1;16.5;21.3;3.4;14.31;0;5.71;27710
+66108;42.89839;9.45558;17;20220519;27.7;17.9;22.8;5.2;13.41;0;7.17;29106
+66108;42.89839;9.45558;17;20220520;27.1;15.4;21.3;2.1;15.81;0;5.24;27313
+66108;42.89839;9.45558;17;20220521;25.6;16.4;21;4.2;16.16;0;5.47;26290
+66108;42.89839;9.45558;17;20220522;25.4;16.3;20.9;2.1;16.66;.1;5.06;27962
+66108;42.89839;9.45558;17;20220523;27.9;16.7;22.3;2.7;17.61;0;5.41;27689
+66108;42.89839;9.45558;17;20220524;26.1;19.5;22.8;3.2;20.06;0;4.09;18218
+66108;42.89839;9.45558;17;20220525;26.9;18.2;22.5;2.9;19.51;0;4.74;23242
+66108;42.89839;9.45558;17;20220526;28.7;19;23.8;3.4;19.81;0;4.72;18707
+66108;42.89839;9.45558;17;20220527;30.4;18.9;24.7;4;14.91;0;6.47;23640
+66108;42.89839;9.45558;17;20220528;32.1;20.9;26.5;3.7;15.61;0;7.15;26335
+66108;42.89839;9.45558;17;20220529;25.8;20.8;23.3;4.7;19.36;.1;5.08;22607
+66108;42.89839;9.45558;17;20220530;25.8;17;21.4;2.5;18.51;0;4.75;25185
+66108;42.89839;9.45558;17;20220531;26.7;17.8;22.3;2.3;19.66;0;4.97;26330
+66108;42.89839;9.45558;17;20220601;28;19.1;23.5;3.1;20.41;0;5.23;25255
+66108;42.89839;9.45558;17;20220602;30.4;18.3;24.3;2.3;20.86;0;5.85;29098
+66108;42.89839;9.45558;17;20220603;30.1;20.9;25.5;2.5;20.26;.1;4.34;14725
+66108;42.89839;9.45558;17;20220604;33.5;20.3;26.9;2.7;21.16;0;6.14;24652
+66108;42.89839;9.45558;17;20220605;28.5;22.4;25.5;5.3;21.91;.1;5.26;17967
+66108;42.89839;9.45558;17;20220606;28.6;20.2;24.4;5.2;18.81;0;6.13;23596
+66108;42.89839;9.45558;17;20220607;28.1;20.1;24.1;8.5;17.16;0;7.36;29404
+66108;42.89839;9.45558;17;20220608;27.2;20.5;23.9;8.3;17.26;0;6.16;22084
+66108;42.89839;9.45558;17;20220609;28.3;19.4;23.8;7.3;15.61;0;7.17;26006
+66108;42.89839;9.45558;17;20220610;28.1;17.8;23;3.8;13.76;0;6.64;28513
+66108;42.89839;9.45558;17;20220611;30.1;19.9;25;3.3;12.01;0;7.42;30894
+66108;42.89839;9.45558;17;20220612;30.7;19;24.9;3.6;12.11;0;7.61;30808
+66108;42.89839;9.45558;17;20220613;28.5;20.2;24.3;3.4;16.01;.1;6.07;24831
+66108;42.89839;9.45558;17;20220614;30.5;18.9;24.7;3.1;20.86;.1;6.27;30581
+66108;42.89839;9.45558;17;20220615;30.8;18.8;24.8;2.7;20.21;0;6.23;29391
+66108;42.89839;9.45558;17;20220616;30.4;19.9;25.1;2.5;20.86;0;6.16;29748
+66108;42.89839;9.45558;17;20220617;29.5;20.2;24.8;2.5;20.51;0;6.02;29258
+66108;42.89839;9.45558;17;20220618;33.5;21.1;27.3;4.2;19.56;0;7.78;30259
+66108;42.89839;9.45558;17;20220619;31.4;21.4;26.4;4.2;16.66;0;7.68;28786
+66108;42.89839;9.45558;17;20220620;30.3;19.7;25;2.4;19.71;0;6.18;29764
+66108;42.89839;9.45558;17;20220621;31.2;21.2;26.2;3;19.96;0;6.56;28364
+66108;42.89839;9.45558;17;20220622;30.8;22;26.4;2.8;21.96;0;5.25;20479
+66108;42.89839;9.45558;17;20220623;29.3;21.7;25.5;3;23.86;.2;4.28;17592
+66108;42.89839;9.45558;17;20220624;29.2;22.2;25.7;5;23.86;0;5.45;23342
+66108;42.89839;9.45558;17;20220625;29.3;21.7;25.5;3.3;21.66;0;5.7;25254
+66108;42.89839;9.45558;17;20220626;31.3;21.3;26.3;5;20.41;0;6.95;25390
+66108;42.89839;9.45558;17;20220627;32.3;23.5;27.9;1.9;23.46;0;5.75;25786
+66108;42.89839;9.45558;17;20220628;32.1;23.6;27.8;5.4;24.61;5.2;5.93;20959
+66108;42.89839;9.45558;17;20220629;29;21;25;5.8;21.46;0;6.14;27029
+66108;42.89839;9.45558;17;20220630;30.2;19.5;24.8;2.6;20.71;0;6.21;30294
+66108;42.89839;9.45558;17;20220701;30.2;20.6;25.4;3.4;21.21;0;6.17;28119
+66108;42.89839;9.45558;17;20220702;29.6;21.7;25.7;4.4;20.16;0;6.67;29164
+66108;42.89839;9.45558;17;20220703;32.8;21.1;26.9;3.4;16.81;0;7.38;28792
+66108;42.89839;9.45558;17;20220704;34.3;23.4;28.9;4.6;14.61;0;8.96;28033
+66108;42.89839;9.45558;17;20220705;30.6;23.6;27.1;5.4;17.86;0;7.48;25885
+66108;42.89839;9.45558;17;20220706;30.7;23.2;26.9;4.9;21.71;0;6.67;26633
+66108;42.89839;9.45558;17;20220707;30.5;22;26.3;5.3;22.26;.1;6.62;29595
+66108;42.89839;9.45558;17;20220708;31.1;21.4;26.2;4.1;18.46;0;6.96;28655
+66108;42.89839;9.45558;17;20220709;30.6;21;25.8;3.8;17.56;0;7.11;30072
+66108;42.89839;9.45558;17;20220710;30.2;20.3;25.3;3.4;17.46;0;6.65;28960
+66108;42.89839;9.45558;17;20220711;29.9;20.9;25.4;2.5;17.01;0;6.16;27502
+66108;42.89839;9.45558;17;20220712;30.2;21.5;25.9;2.1;19.41;.1;5.85;26804
+66108;42.89839;9.45558;17;20220713;31.9;21.4;26.7;3.1;21.81;0;6.66;29638
+66108;42.89839;9.45558;17;20220714;30.8;21.5;26.2;2.9;22.06;0;6.26;29238
+66108;42.89839;9.45558;17;20220715;31.1;22.9;27;3.5;22.31;0;6.12;25728
+66108;42.89839;9.45558;17;20220716;32.1;22.5;27.3;3.4;22.91;0;6.63;28100
+66108;42.89839;9.45558;17;20220717;33.3;23.3;28.3;3;24.21;0;6.85;29075
+66108;42.89839;9.45558;17;20220718;33.1;23.6;28.4;3.7;22.01;0;6.94;26570
+66108;42.89839;9.45558;17;20220719;34.8;24;29.4;3.7;21.46;.1;7.63;28792
+66108;42.89839;9.45558;17;20220720;34.8;23.3;29;3.5;19.16;.1;7.7;28748
+66108;42.89839;9.45558;17;20220721;33.9;25.2;29.6;4.3;20.91;0;7.45;24895
+66108;42.89839;9.45558;17;20220722;32.4;24.5;28.5;3.9;25.06;0;6.27;25247
+66108;42.89839;9.45558;17;20220723;32.4;24.3;28.4;4.3;25.21;0;6.67;27879
+66108;42.89839;9.45558;17;20220724;31.5;25;28.3;4.5;25.46;0;5.69;20881
+66108;42.89839;9.45558;17;20220725;31.9;24.8;28.3;5.2;25.26;0;6.21;23735
+66108;42.89839;9.45558;17;20220726;32.5;24.4;28.4;5.1;25.91;0;6.63;25569
+66108;42.89839;9.45558;17;20220727;31.1;23.7;27.4;4.1;22.01;0;6.04;21997
+66108;42.89839;9.45558;17;20220728;30.7;23.6;27.2;4.6;23.01;0;6.13;24538
+66108;42.89839;9.45558;17;20220729;31.9;23.5;27.7;4.4;23.91;0;6.39;26053
+66108;42.89839;9.45558;17;20220730;31.2;24.2;27.7;5.2;23.66;0;5.76;20278
+66108;42.89839;9.45558;17;20220731;31.8;23;27.4;3.4;21.16;.1;6.17;25471
+66108;42.89839;9.45558;17;20220801;32.2;23.4;27.8;3.6;19.31;0;6.59;25008
+66108;42.89839;9.45558;17;20220802;32.4;23.5;28;2.8;21.31;0;6.06;24675
+66108;42.89839;9.45558;17;20220803;32.9;23.4;28.1;2.9;20.61;0;6.28;25088
+66108;42.89839;9.45558;17;20220804;33.1;23.5;28.3;2.5;19.61;0;6.31;25779
+66108;42.89839;9.45558;17;20220805;32.5;24.2;28.3;3.7;22.61;0;6.3;24537
+66108;42.89839;9.45558;17;20220806;31.6;23.8;27.7;4;23.76;0;5.59;22106
+66108;42.89839;9.45558;17;20220807;32.5;23.7;28.1;3.8;24.81;0;5.78;23395
+66108;42.89839;9.45558;17;20220808;31.8;25.1;28.4;4.5;22.61;0;5.87;19000
+66108;42.89839;9.45558;17;20220809;32.1;23.4;27.8;3;20.61;0;6.38;26638
+66108;42.89839;9.45558;17;20220810;32;23.7;27.8;4.4;19.36;0;6.76;24861
+66108;42.89839;9.45558;17;20220811;31.5;23;27.3;4.8;18.61;0;6.72;23823
+66108;42.89839;9.45558;17;20220812;31.5;22.2;26.9;2.4;17.96;0;5.38;21427
+66108;42.89839;9.45558;17;20220813;29.3;21.9;25.6;4.6;20.01;.1;5.57;20277
+66108;42.89839;9.45558;17;20220814;31.2;21.2;26.2;4.1;17.41;.1;6.45;23369
+66108;42.89839;9.45558;17;20220815;32.5;22.3;27.4;2.8;21.61;1.2;4.76;16635
+66108;42.89839;9.45558;17;20220816;31.2;22.8;27;2.4;23.16;2;5.28;23775
+66108;42.89839;9.45558;17;20220817;31.9;22.2;27;4.8;25.01;.3;4.99;16618
+66108;42.89839;9.45558;17;20220818;28.7;23.9;26.3;5.6;24.11;5.7;4.24;14490
+66108;42.89839;9.45558;17;20220819;28.7;20.3;24.5;5.1;20.21;.3;5.23;22385
+66108;42.89839;9.45558;17;20220820;29.8;22.6;26.2;5;19.51;0;5.89;21123
+66108;42.89839;9.45558;17;20220821;30;21.1;25.6;3;22.01;0;5.1;23391
+66108;42.89839;9.45558;17;20220822;30.4;21.2;25.8;3.3;23.46;0;5.06;23856
+66108;42.89839;9.45558;17;20220823;30.4;21.8;26.1;3;22.01;0;5.17;23452
+66108;42.89839;9.45558;17;20220824;31.1;21.5;26.3;3.7;17.86;0;5.98;23187
+66108;42.89839;9.45558;17;20220825;31.1;21.7;26.4;3.7;18.41;0;5.81;22386
+66108;42.89839;9.45558;17;20220826;30.8;22.7;26.8;3.7;20.91;0;5.69;23566
+66108;42.89839;9.45558;17;20220827;30.6;21.5;26;3;22.96;0;4.67;20359
+66108;42.89839;9.45558;17;20220828;30.2;22.8;26.5;3.1;23.81;.1;4.34;17438
+66108;42.89839;9.45558;17;20220829;29.9;22.5;26.2;3.3;23.71;0;4.87;22325
+66108;42.89839;9.45558;17;20220830;30.3;22.5;26.4;3.4;22.81;0;4.75;19984
+66108;42.89839;9.45558;17;20220831;29.1;22;25.6;4.7;23.21;0;4.07;14557
+66108;42.89839;9.45558;17;20220901;30;23.3;26.7;5;22.71;.1;5.07;18239
+66108;42.89839;9.45558;17;20220902;29.1;21.7;25.4;3;21.41;0;4.35;18344
+66108;42.89839;9.45558;17;20220903;29.5;21.9;25.7;3.8;21.01;0;4.4;15406
+66108;42.89839;9.45558;17;20220904;30.4;21.9;26.1;4;21.61;.1;5.09;19471
+66108;42.89839;9.45558;17;20220905;30.8;21.6;26.2;3.3;21.46;0;4.9;19472
+66108;42.89839;9.45558;17;20220906;30.8;21.4;26.1;2.4;23.16;0;4.17;19050
+66108;42.89839;9.45558;17;20220907;31.6;22.2;26.9;2.9;25.51;0;4.48;19869
+66108;42.89839;9.45558;17;20220908;30.7;22.9;26.8;5.1;23.41;0;4.82;16480
+66108;42.89839;9.45558;17;20220909;31.6;22.5;27.1;10.4;16.26;0;8.06;21198
+66108;42.89839;9.45558;17;20220910;28.4;21.3;24.9;10.7;16.41;0;6.57;16535
+66108;42.89839;9.45558;17;20220911;28;20.1;24.1;6.9;17.06;0;5.65;17633
+66108;42.89839;9.45558;17;20220912;27.6;19.1;23.4;2.6;19.61;0;4.17;21451
+66108;42.89839;9.45558;17;20220913;29.6;19.4;24.5;2.9;19.96;0;4.45;20800
+66108;42.89839;9.45558;17;20220914;30.9;21.2;26;3.3;21.81;.1;4.22;15873
+66108;42.89839;9.45558;17;20220915;29.6;23.9;26.8;5.6;22.66;.3;4.32;11210
+66108;42.89839;9.45558;17;20220916;29.5;23;26.3;11.1;17.51;.1;6.89;19391
+66108;42.89839;9.45558;17;20220917;26.4;21.4;23.9;9.3;12.06;.3;6.81;14396
+66108;42.89839;9.45558;17;20220918;26;15.7;20.9;3.8;9.66;0;5.16;20627
+66108;42.89839;9.45558;17;20220919;26.2;17.6;21.9;4.6;14.61;0;4.81;19979
+66108;42.89839;9.45558;17;20220920;25.8;18.3;22.1;3.7;15.71;0;4.2;18298
+66108;42.89839;9.45558;17;20220921;25.3;17.7;21.5;4.8;12.66;0;4.64;14743
+66108;42.89839;9.45558;17;20220922;21.9;15.2;18.6;5.4;10.36;0;4.68;19423
+66108;42.89839;9.45558;17;20220923;23.5;14.6;19.1;4;10.16;0;4.4;17628
+66108;42.89839;9.45558;17;20220924;22.7;15;18.9;2.4;13.61;2.4;2.62;10327
+66108;42.89839;9.45558;17;20220925;24.7;17.4;21.1;4;17.86;.4;3.08;13737
+66108;42.89839;9.45558;17;20220926;24.6;18.3;21.5;7.6;15.41;0;4.39;11965
+66108;42.89839;9.45558;17;20220927;24.1;16.2;20.2;13.8;11.36;.1;5.89;11164
+66108;42.89839;9.45558;17;20220928;23.5;17.4;20.4;11.7;13.41;.2;4.63;12479
+66108;42.89839;9.45558;17;20220929;23.4;17.6;20.5;9.3;14.36;2.6;3.47;7214
+66108;42.89839;9.45558;17;20220930;22;15.9;19;5;14.81;5.9;2.8;7977
+66108;42.89839;9.45558;17;20221001;22;14.6;18.3;8.5;13.41;.1;3.79;15515
+66108;42.89839;9.45558;17;20221002;24.7;17;20.8;9.2;15.96;0;4.1;13413
+66108;42.89839;9.45558;17;20221003;25.1;16.4;20.7;4.8;16.16;0;3.58;15436
+66108;42.89839;9.45558;17;20221004;25.3;16.2;20.7;3;17.21;.1;3.06;15872
+66108;42.89839;9.45558;17;20221005;25.7;16.2;20.9;2.8;17.16;0;3.15;17265
+66108;42.89839;9.45558;17;20221006;23.9;16.4;20.2;2.5;16.71;0;2.57;13672
+66108;42.89839;9.45558;17;20221007;23.7;14.5;19.1;3.1;16.56;0;2.54;15005
+66108;42.89839;9.45558;17;20221008;24.9;15;19.9;2.4;16.56;.1;2.73;15873
+66108;42.89839;9.45558;17;20221009;23.4;17.3;20.3;3.9;16.51;3.1;2.65;8309
+66108;42.89839;9.45558;17;20221010;23.5;16.3;19.9;4;16.96;.5;2.5;10767
+66108;42.89839;9.45558;17;20221011;23.5;16.3;19.9;3.5;17.21;0;2.42;11469
+66108;42.89839;9.45558;17;20221012;22.3;16;19.2;3.9;16.81;.3;2.05;6873
+66108;42.89839;9.45558;17;20221013;23.9;17;20.5;4;15.81;0;3.11;14340
+66108;42.89839;9.45558;17;20221014;23.6;15.8;19.7;5.5;15.81;0;3.1;11895
+66108;42.89839;9.45558;17;20221015;24.1;15.5;19.8;2.5;16.26;.1;2.49;13916
+66108;42.89839;9.45558;17;20221016;25.3;16;20.6;3.8;16.16;0;3.05;13040
+66108;42.89839;9.45558;17;20221017;25;16.3;20.7;4.1;17.51;0;2.92;13447
+66108;42.89839;9.45558;17;20221018;24.4;15.4;19.9;2.8;17.36;0;2.31;13238
+66108;42.89839;9.45558;17;20221019;23.7;17.2;20.5;4.3;17.56;0;2.54;10974
+66108;42.89839;9.45558;17;20221020;24.1;15.1;19.6;3.1;17.31;0;2.33;13358
+66108;42.89839;9.45558;17;20221021;24.2;15.9;20.1;2.7;17.31;0;1.96;7316
+66108;42.89839;9.45558;17;20221022;25.5;17;21.3;2.4;17.91;0;2.27;10987
+66108;42.89839;9.45558;17;20221023;26.1;17.9;22;2.6;18.66;0;2.25;8283
+66108;42.89839;9.45558;17;20221024;25.8;19.1;22.4;2.6;18.06;0;2.51;10717
+66108;42.89839;9.45558;17;20221025;25.8;16.8;21.3;2.4;16.96;0;2.28;10441
+66108;42.89839;9.45558;17;20221026;24.9;16.1;20.5;1.6;16.26;0;1.89;10922
+66108;42.89839;9.45558;17;20221027;24.5;16.5;20.5;2.3;15.31;0;2.28;10279
+66108;42.89839;9.45558;17;20221028;23.7;15.3;19.5;4.2;15.36;0;2.43;10197
+66108;42.89839;9.45558;17;20221029;25.2;15.7;20.5;4.1;14.11;0;3.24;12645
+66108;42.89839;9.45558;17;20221030;25;14.6;19.8;1.8;13.96;0;2.1;12464
+66108;42.89839;9.45558;17;20221031;23.3;13.7;18.5;1.8;13.96;.1;1.91;11618
+66108;42.89839;9.45558;17;20221101;23.2;14.1;18.6;2.6;14.16;.1;2.02;8338
+66108;42.89839;9.45558;17;20221102;23.8;15.4;19.6;2.9;14.91;1.9;2.25;10633
+66108;42.89839;9.45558;17;20221103;22.4;14.7;18.6;3.8;15.76;6.5;2.05;10215
+66108;42.89839;9.45558;17;20221104;21.3;15.4;18.4;10.3;12.71;.5;3.43;9238
+66108;42.89839;9.45558;17;20221105;20.1;13.6;16.8;4.8;10.51;1;2.93;7770
+66108;42.89839;9.45558;17;20221106;20.8;12.9;16.8;3.7;9.86;0;2.72;10429
+66108;42.89839;9.45558;17;20221107;22.1;13.2;17.6;4.6;12.41;0;2.67;8971
+66108;42.89839;9.45558;17;20221108;22;13;17.5;2.3;13.01;0;1.77;10670
+66108;42.89839;9.45558;17;20221109;22.5;13.9;18.2;2.4;14.41;.1;1.7;9967
+66108;42.89839;9.45558;17;20221110;22.3;15;18.7;3.2;15.86;.2;1.8;8369
+66108;42.89839;9.45558;17;20221111;21.1;15.9;18.5;5.1;15.36;0;2.1;7228
+66108;42.89839;9.45558;17;20221112;20.2;13.5;16.9;4;11.51;0;2.39;6311
+66108;42.89839;9.45558;17;20221113;18.3;13.2;15.8;5.6;10.61;2.6;2.73;6478
+66108;42.89839;9.45558;17;20221114;18.9;11.2;15.1;4.2;10.86;1.1;2.12;8529
+66108;42.89839;9.45558;17;20221115;17.2;11.6;14.4;3.3;13.51;14.8;1.19;4836
+66108;42.89839;9.45558;17;20221116;21;14.6;17.8;5.4;14.56;1.4;1.88;7176
+66108;42.89839;9.45558;17;20221117;21.3;14.8;18;8.6;12.96;.9;3.26;7793
+66108;42.89839;9.45558;17;20221118;22;13.3;17.6;3.1;10.81;.1;2.26;8657
+66108;42.89839;9.45558;17;20221119;17;11.6;14.3;2.3;10.81;14;1.35;5979
+66108;42.89839;9.45558;17;20221120;17.9;8.7;13.3;1.5;10.36;.2;1.02;9168
+66108;42.89839;9.45558;17;20221121;18.5;5.8;12.2;1.8;9.61;13.4;1.13;9108
+66108;42.89839;9.45558;17;20221122;15.3;11.3;13.3;4.8;10.56;6.8;1.75;3566
+66108;42.89839;9.45558;17;20221123;18.1;10.9;14.5;3.4;8.86;1.5;2.11;5458
+66108;42.89839;9.45558;17;20221124;19.3;8.3;13.8;2.5;10.36;.8;1.41;8889
+66108;42.89839;9.45558;17;20221125;15.9;10.6;13.3;2.2;11.21;23.2;1.08;4810
+66108;42.89839;9.45558;17;20221126;17.1;10.3;13.7;4.7;11.06;.1;1.63;6382
+66108;42.89839;9.45558;17;20221127;16.2;7.9;12.1;2.5;8.51;0;1.4;7725
+66108;42.89839;9.45558;17;20221128;14.9;6.4;10.7;1.9;8.71;1.6;1.05;5613
+66108;42.89839;9.45558;17;20221129;13;9.6;11.3;2.4;10.86;7.1;.83;2497
+66108;42.89839;9.45558;17;20221130;13.8;9.9;11.8;2.7;9.26;0;1.17;6363
+66108;42.89839;9.45558;17;20221201;13.8;6.6;10.2;2;8.41;0;.95;6899
+66108;42.89839;9.45558;17;20221202;15.3;5.4;10.3;2;9.31;5.6;.89;7237
+66108;42.89839;9.45558;17;20221203;15.9;10.7;13.3;3.3;11.96;12.4;1.18;3196
+66108;42.89839;9.45558;17;20221204;17.9;9.6;13.8;1.3;11.61;1.1;.77;6858
+66108;42.89839;9.45558;17;20221205;18.2;8.2;13.2;1.4;11.26;1.1;.78;7407
+66108;42.89839;9.45558;17;20221206;18.8;8.8;13.8;.6;12.11;0;.5;7789
+66108;42.89839;9.45558;17;20221207;16.6;9.2;12.9;.5;11.51;.1;.46;6430
+66108;42.89839;9.45558;17;20221208;13.4;5.9;9.7;.4;10.51;2.3;.35;6443
+66108;42.89839;9.45558;17;20221209;20.6;8.7;14.6;1.8;11.66;3;1.03;6756
+66108;42.89839;9.45558;17;20221210;17;11.5;14.2;1.8;12.01;1.6;.93;4687
+66108;42.89839;9.45558;17;20221211;15.2;6.7;10.9;3;6.21;1.1;1.71;7350
+66108;42.89839;9.45558;17;20221212;14.6;3.2;8.9;1.9;6.76;5.1;.99;8115
+66108;42.89839;9.45558;17;20221213;11.6;7.3;9.4;2.1;10.66;4;.52;3118
+66108;42.89839;9.45558;17;20221214;14.4;9.6;12;1.9;12.31;9.4;.59;3642
+66108;42.89839;9.45558;17;20221215;16;9.5;12.7;1.8;12.71;5.7;.62;4542
+66108;42.89839;9.45558;17;20221216;15.3;9.9;12.6;1.3;12.26;.5;.62;3536
+66108;42.89839;9.45558;17;20221217;17.6;6.3;12;1.4;10.31;0;.67;7152
+66108;42.89839;9.45558;17;20221218;16.6;7.3;12;1.5;10.36;0;.67;6874
+66108;42.89839;9.45558;17;20221219;15.8;6.5;11.1;1.6;9.51;0;.7;7238
+66108;42.89839;9.45558;17;20221220;15.9;5.7;10.8;1.6;9.46;0;.68;7597
+66108;42.89839;9.45558;17;20221221;15.4;5.5;10.4;1.2;9.66;0;.59;6335
+66108;42.89839;9.45558;17;20221222;19;7.6;13.3;1.8;10.86;.1;.85;7890
+66108;42.89839;9.45558;17;20221223;19.3;9.1;14.2;2.7;11.96;0;1.23;7672
+66108;42.89839;9.45558;17;20221224;20.2;9.6;14.9;1.8;11.91;0;1.07;6789
+66108;42.89839;9.45558;17;20221225;16.8;7.6;12.2;1.3;12.01;0;.52;5433
+66108;42.89839;9.45558;17;20221226;18.1;9.1;13.6;1.4;12.01;0;.66;6696
+66108;42.89839;9.45558;17;20221227;19;7.9;13.4;1.9;10.51;0;.94;7867
+66108;42.89839;9.45558;17;20221228;17.3;5.1;11.2;1.6;9.16;0;.76;8464
+66108;42.89839;9.45558;17;20221229;18;5.4;11.7;1.4;9.31;0;.75;8379
+66108;42.89839;9.45558;17;20221230;17.9;6.4;12.2;1.5;9.76;0;.82;6746
+66108;42.89839;9.45558;17;20221231;18.5;7.5;13;1.4;11.46;0;.74;7194
+67076;42.66105;-.16928;1380;20220101;15.8;8.5;12.2;2.9;4.43;0;2.36;8105
+67076;42.66105;-.16928;1380;20220102;14.3;8.4;11.4;1.9;6.03;0;1.59;6383
+67076;42.66105;-.16928;1380;20220103;12.3;5.9;9.1;2.5;7.24;0;1.4;7897
+67076;42.66105;-.16928;1380;20220104;12.3;6.2;9.2;3.1;6.74;7.1;1.76;6642
+67076;42.66105;-.16928;1380;20220105;2.8;-.7;1.1;3;4.13;.5;1.06;5447
+67076;42.66105;-.16928;1380;20220106;2.2;-5.9;-1.8;1.6;3.14;0;.73;8348
+67076;42.66105;-.16928;1380;20220107;4.4;-4.1;.2;2;4.03;1.7;.86;7910
+67076;42.66105;-.16928;1380;20220108;4.8;-1.1;1.8;2.5;6.03;7.7;.78;7677
+67076;42.66105;-.16928;1380;20220109;3.8;.3;2.1;2.7;7.53;39.3;.38;3145
+67076;42.66105;-.16928;1380;20220110;8.5;3.7;6.1;3.6;8.74;21.8;.9;5049
+67076;42.66105;-.16928;1380;20220111;6.9;2.7;4.8;3.8;4.13;0;2;8375
+67076;42.66105;-.16928;1380;20220112;8;-.4;3.8;3.5;1.64;0;2.46;8710
+67076;42.66105;-.16928;1380;20220113;8.5;-2.1;3.2;2.8;2.53;0;1.77;8837
+67076;42.66105;-.16928;1380;20220114;7.4;-.3;3.6;2.7;2.23;0;1.74;8897
+67076;42.66105;-.16928;1380;20220115;6.6;-2.7;1.9;1.6;2.93;0;1.01;8959
+67076;42.66105;-.16928;1380;20220116;7.5;-2.9;2.3;1.4;3.14;0;.93;9095
+67076;42.66105;-.16928;1380;20220117;9;-1.3;3.8;1;3.34;0;.81;9017
+67076;42.66105;-.16928;1380;20220118;12;.9;6.4;.9;3.14;0;.83;9231
+67076;42.66105;-.16928;1380;20220119;7.9;.3;4.1;1.2;4.24;.4;.79;9302
+67076;42.66105;-.16928;1380;20220120;5.6;-.9;2.4;2.4;4.74;.7;1.2;9449
+67076;42.66105;-.16928;1380;20220121;3.3;-2.6;.3;2.1;3.34;0;1.23;9525
+67076;42.66105;-.16928;1380;20220122;6.6;-5.7;.4;1.2;3.73;0;.8;9602
+67076;42.66105;-.16928;1380;20220123;8.8;-1.9;3.4;1.9;4.03;0;1.16;9757
+67076;42.66105;-.16928;1380;20220124;8.8;-1.3;3.8;1.8;3.93;0;1.2;9840
+67076;42.66105;-.16928;1380;20220125;8.9;-1.3;3.8;2.1;4.03;0;1.35;10000
+67076;42.66105;-.16928;1380;20220126;11;.9;5.9;2;3.34;0;1.63;10087
+67076;42.66105;-.16928;1380;20220127;12.1;1.3;6.7;1.9;2.64;0;1.74;10175
+67076;42.66105;-.16928;1380;20220128;11.9;.8;6.3;1.1;2.64;0;1.22;10187
+67076;42.66105;-.16928;1380;20220129;16;2.7;9.4;1.8;2.84;0;1.85;10436
+67076;42.66105;-.16928;1380;20220130;14.9;4.6;9.8;1.3;3.34;0;1.46;10610
+67076;42.66105;-.16928;1380;20220131;8.2;1.6;4.9;3.6;4.13;0;2.17;10706
+67076;42.66105;-.16928;1380;20220201;8.4;0;4.2;4;5.24;0;2.15;8626
+67076;42.66105;-.16928;1380;20220202;18.7;-.1;9.3;1.9;4.13;0;2.05;10904
+67076;42.66105;-.16928;1380;20220203;15;7.2;11.1;2.5;3.03;0;2.63;11005
+67076;42.66105;-.16928;1380;20220204;10;3.3;6.6;1.3;5.13;0;1.23;10530
+67076;42.66105;-.16928;1380;20220205;7.4;1.1;4.3;1.2;5.53;.2;1.14;11296
+67076;42.66105;-.16928;1380;20220206;8.5;-3.2;2.7;1.1;4.43;0;.99;10982
+67076;42.66105;-.16928;1380;20220207;8.6;-.1;4.2;2.5;4.74;.1;1.59;9057
+67076;42.66105;-.16928;1380;20220208;15.7;.5;8.1;2.2;3.73;0;2.2;11703
+67076;42.66105;-.16928;1380;20220209;14.3;3.7;9;3.1;3.84;0;2.72;11814
+67076;42.66105;-.16928;1380;20220210;13;2.4;7.7;1.6;4.43;0;1.69;12013
+67076;42.66105;-.16928;1380;20220211;9.7;3.3;6.5;1.3;5.93;0;1.4;10992
+67076;42.66105;-.16928;1380;20220212;8.8;1;4.9;1.8;6.74;.9;1.24;8371
+67076;42.66105;-.16928;1380;20220213;7;3.1;5;2.3;7.24;10.9;1.17;5087
+67076;42.66105;-.16928;1380;20220214;3.9;-.1;1.9;1.6;6.43;2.7;.86;8095
+67076;42.66105;-.16928;1380;20220215;5.8;-1.5;2.1;2.1;5.74;.9;1.2;12052
+67076;42.66105;-.16928;1380;20220216;8.6;.1;4.3;1.7;7.13;.1;1.14;5268
+67076;42.66105;-.16928;1380;20220217;15.6;4;9.8;1.7;8.13;0;1.81;13013
+67076;42.66105;-.16928;1380;20220218;16;6.1;11;2.8;6.63;1.4;2.61;13135
+67076;42.66105;-.16928;1380;20220219;4.7;1.5;3.1;2.5;5.24;1.2;1.7;11771
+67076;42.66105;-.16928;1380;20220220;11.9;-3.1;4.4;1.6;4.97;0;1.61;11818
+67076;42.66105;-.16928;1380;20220221;10;1.4;5.7;2.7;4.63;.2;2.18;13221
+67076;42.66105;-.16928;1380;20220222;12.6;.6;6.6;2.3;3.73;0;2.44;13819
+67076;42.66105;-.16928;1380;20220223;14.7;2.3;8.5;2;4.34;0;2.29;13945
+67076;42.66105;-.16928;1380;20220224;12.1;4.1;8.1;2.3;5.53;0;2.17;13203
+67076;42.66105;-.16928;1380;20220225;7.4;0;3.7;1.3;5.24;0;1.49;10603
+67076;42.66105;-.16928;1380;20220226;9.5;-1.2;4.1;1.8;5.63;0;1.73;14228
+67076;42.66105;-.16928;1380;20220227;10.1;1.8;6;1.5;6.84;0;1.34;7254
+67076;42.66105;-.16928;1380;20220228;11.6;1.5;6.6;2.2;6.63;0;1.75;10608
+67076;42.66105;-.16928;1380;20220301;13.4;1.7;7.6;1.5;4.74;0;2.07;13510
+67076;42.66105;-.16928;1380;20220302;7.5;3.2;5.3;1.5;6.84;2.7;1.33;7281
+67076;42.66105;-.16928;1380;20220303;9.9;0;4.9;1.5;6.74;.9;1.69;14054
+67076;42.66105;-.16928;1380;20220304;5.7;1.7;3.7;6;4.63;0;2.8;11417
+67076;42.66105;-.16928;1380;20220305;5.2;-1;2.1;1;4.43;0;1.24;6478
+67076;42.66105;-.16928;1380;20220306;2.8;-.8;1;1;5.84;.8;.93;5822
+67076;42.66105;-.16928;1380;20220307;5.7;-1.9;1.9;2.5;5.74;4.2;1.47;10475
+67076;42.66105;-.16928;1380;20220308;4.2;.5;2.3;2.2;6.34;2.6;1;6056
+67076;42.66105;-.16928;1380;20220309;8;-.3;3.9;2.3;6.13;.1;1.79;13624
+67076;42.66105;-.16928;1380;20220310;7.7;2.7;5.2;2.2;7.13;2.7;1.35;6292
+67076;42.66105;-.16928;1380;20220311;5.9;4;5;2.6;7.43;26;1.3;6144
+67076;42.66105;-.16928;1380;20220312;7.9;.5;4.2;1.6;6.63;2.6;1.72;12565
+67076;42.66105;-.16928;1380;20220313;6.9;1.4;4.1;3.1;5.43;9.1;2.01;11694
+67076;42.66105;-.16928;1380;20220314;7.9;.8;4.4;5;5.93;6.8;1.85;6339
+67076;42.66105;-.16928;1380;20220315;14.2;6.2;10.2;5.8;5.74;0;4.6;15292
+67076;42.66105;-.16928;1380;20220316;12.5;7.8;10.1;2.8;7.03;.2;2.35;6469
+67076;42.66105;-.16928;1380;20220317;6.6;4.8;5.7;4.6;6.74;1.6;2.35;6534
+67076;42.66105;-.16928;1380;20220318;8.5;2.7;5.6;1.7;7.87;1.1;1.23;6190
+67076;42.66105;-.16928;1380;20220319;10;2.8;6.4;1.4;8.02;.1;1.5;9492
+67076;42.66105;-.16928;1380;20220320;7.5;3.6;5.5;2.7;7.24;4.5;1.54;6728
+67076;42.66105;-.16928;1380;20220321;6.7;4.4;5.5;3.9;6.93;3.4;2.11;9065
+67076;42.66105;-.16928;1380;20220322;6.5;1.5;4;3.8;5.34;.2;2.2;9256
+67076;42.66105;-.16928;1380;20220323;8;-.6;3.7;3.1;5.24;0;2.65;17484
+67076;42.66105;-.16928;1380;20220324;7.6;.2;3.9;2.3;5.84;0;1.63;7448
+67076;42.66105;-.16928;1380;20220325;10.9;3.8;7.3;.9;7.53;0;1.78;11459
+67076;42.66105;-.16928;1380;20220326;11.3;2;6.6;1.9;6.53;.2;2.43;15159
+67076;42.66105;-.16928;1380;20220327;11.4;1.9;6.6;2.4;6.93;0;2.12;12099
+67076;42.66105;-.16928;1380;20220328;12.8;4.4;8.6;4.2;5.03;0;3.58;16190
+67076;42.66105;-.16928;1380;20220329;12.7;5.8;9.3;1.1;7.24;.5;2.06;10381
+67076;42.66105;-.16928;1380;20220330;8.5;3.1;5.8;3.4;7.03;1.4;2.92;19373
+67076;42.66105;-.16928;1380;20220331;7.4;.8;4.1;2.9;5.13;.4;2.43;15431
+67076;42.66105;-.16928;1380;20220401;-.5;-4.4;-2.4;3.9;3.14;6.3;1.96;14210
+67076;42.66105;-.16928;1380;20220402;-.1;-5.4;-2.7;3.3;2.93;0;2.05;18278
+67076;42.66105;-.16928;1380;20220403;.7;-5.8;-2.5;4.2;2.53;0;2.4;20201
+67076;42.66105;-.16928;1380;20220404;6;-7.1;-.6;1.8;3.53;0;2.43;20316
+67076;42.66105;-.16928;1380;20220405;10.4;-3.8;3.3;1.6;4.43;0;2.74;20308
+67076;42.66105;-.16928;1380;20220406;12.1;.4;6.3;1.5;5.24;0;2.66;17479
+67076;42.66105;-.16928;1380;20220407;14.2;1.2;7.7;1.7;6.24;0;2.89;18808
+67076;42.66105;-.16928;1380;20220408;12.6;4.3;8.4;1.9;7.03;.3;2.69;14589
+67076;42.66105;-.16928;1380;20220409;10;2.3;6.2;3.2;4.43;0;3.33;20870
+67076;42.66105;-.16928;1380;20220410;15.4;1.3;8.3;2.5;4.93;0;3.63;21102
+67076;42.66105;-.16928;1380;20220411;17;6.8;11.9;5.2;6.84;.7;5.12;20958
+67076;42.66105;-.16928;1380;20220412;9.9;6.3;8.1;3.3;8.43;23.2;1.89;9033
+67076;42.66105;-.16928;1380;20220413;9.7;4.8;7.3;1.4;9.24;3.1;1.46;8340
+67076;42.66105;-.16928;1380;20220414;15.3;4.4;9.8;2.1;9.24;0;3.13;18488
+67076;42.66105;-.16928;1380;20220415;18.1;6.8;12.4;2.3;9.33;0;4.02;21869
+67076;42.66105;-.16928;1380;20220416;18.9;6.9;12.9;2.4;8.43;0;4.3;22095
+67076;42.66105;-.16928;1380;20220417;19.1;5.8;12.4;1.8;7.53;0;4.04;22193
+67076;42.66105;-.16928;1380;20220418;16.2;3.9;10.1;1.6;8.43;0;3.38;19990
+67076;42.66105;-.16928;1380;20220419;6.4;4.9;5.7;1;8.63;30.3;1.4;8549
+67076;42.66105;-.16928;1380;20220420;6.6;1;3.8;2.3;7.03;2;2.34;16567
+67076;42.66105;-.16928;1380;20220421;9.3;.9;5.1;3.3;6.63;0;3.2;22053
+67076;42.66105;-.16928;1380;20220422;10.5;2.8;6.7;3.7;6.93;22.1;2.93;17233
+67076;42.66105;-.16928;1380;20220423;3.1;1.8;2.4;1.9;7.13;12.6;1.27;9019
+67076;42.66105;-.16928;1380;20220424;11.6;.1;5.9;2;7.13;.1;2.23;14135
+67076;42.66105;-.16928;1380;20220425;15;2.9;9;2.4;6.53;0;3.59;21617
+67076;42.66105;-.16928;1380;20220426;17;5.8;11.4;3.2;7.53;0;4.45;21828
+67076;42.66105;-.16928;1380;20220427;13.4;7.2;10.3;2.2;8.24;2.5;2.76;11838
+67076;42.66105;-.16928;1380;20220428;15.9;6.5;11.2;1.7;10.04;0;2.84;16611
+67076;42.66105;-.16928;1380;20220429;20.1;4.2;12.1;1.4;9.87;.1;3.44;20190
+67076;42.66105;-.16928;1380;20220430;18.8;4.8;11.8;2.8;7.77;0;4.21;22139
+67076;42.66105;-.16928;1380;20220501;19.7;3.2;11.4;1.6;7.62;3;3.69;20621
+67076;42.66105;-.16928;1380;20220502;12.4;5.9;9.1;1;10.27;7.8;1.81;10058
+67076;42.66105;-.16928;1380;20220503;10.2;4.1;7.2;1;10.27;3.6;1.52;9350
+67076;42.66105;-.16928;1380;20220504;15.2;4.2;9.7;2.5;8.72;0;2.81;14682
+67076;42.66105;-.16928;1380;20220505;13.9;3.9;8.9;3.4;6.72;0;3.84;22470
+67076;42.66105;-.16928;1380;20220506;14.3;7.5;10.9;3.6;6.17;0;4.01;18197
+67076;42.66105;-.16928;1380;20220507;17.5;6.9;12.2;3.5;6.52;0;4.66;21838
+67076;42.66105;-.16928;1380;20220508;18.4;4.2;11.3;2.6;7.02;0;4.18;21516
+67076;42.66105;-.16928;1380;20220509;20.7;6;13.4;1.7;8.72;.1;3.66;18091
+67076;42.66105;-.16928;1380;20220510;23.1;6.6;14.9;2.2;8.97;0;4.74;23815
+67076;42.66105;-.16928;1380;20220511;25.4;8.4;16.9;2;9.07;0;5.05;23745
+67076;42.66105;-.16928;1380;20220512;23.2;9.9;16.5;1.4;9.52;0;4.37;22429
+67076;42.66105;-.16928;1380;20220513;24.2;7.5;15.8;1.6;9.02;0;4.65;23842
+67076;42.66105;-.16928;1380;20220514;24.8;9.5;17.2;1.9;9.67;1.1;4.53;20063
+67076;42.66105;-.16928;1380;20220515;23;10;16.5;2.4;10.47;1.6;4.29;18122
+67076;42.66105;-.16928;1380;20220516;24;9.8;16.9;1.7;10.72;0;4.56;22925
+67076;42.66105;-.16928;1380;20220517;25.8;10.4;18.1;1.8;10.37;.1;4.69;21491
+67076;42.66105;-.16928;1380;20220518;26.2;10.9;18.6;1.6;10.87;.2;4.66;21661
+67076;42.66105;-.16928;1380;20220519;27;13.8;20.4;1.9;10.57;0;5.47;24132
+67076;42.66105;-.16928;1380;20220520;26.2;14.2;20.2;1.5;9.97;0;4.27;16466
+67076;42.66105;-.16928;1380;20220521;30.7;12.8;21.8;1.6;9.37;0;5.5;23862
+67076;42.66105;-.16928;1380;20220522;26.5;15;20.7;2.3;9.67;2.2;4.77;15162
+67076;42.66105;-.16928;1380;20220523;21.3;9.2;15.2;1.5;11.52;0;4.13;22215
+67076;42.66105;-.16928;1380;20220524;13.3;6.9;10.1;1.5;9.62;7.4;2.12;9865
+67076;42.66105;-.16928;1380;20220525;14;4.7;9.4;3.8;6.87;0;4.16;23350
+67076;42.66105;-.16928;1380;20220526;20.7;5.1;12.9;3.3;7.27;0;5.25;24809
+67076;42.66105;-.16928;1380;20220527;24.6;5.6;15.1;2.5;7.27;0;5.45;24841
+67076;42.66105;-.16928;1380;20220528;26.8;8.8;17.8;1.8;7.77;0;5.39;24872
+67076;42.66105;-.16928;1380;20220529;26.1;8;17.1;1.2;9.37;.5;4.56;22716
+67076;42.66105;-.16928;1380;20220530;23.3;8.8;16.1;1.3;10.92;5;3.77;17618
+67076;42.66105;-.16928;1380;20220531;23;10;16.5;1.6;12.12;0;3.91;18311
+67076;42.66105;-.16928;1380;20220601;25.6;11.6;18.6;1.6;10.92;.5;4.66;21046
+67076;42.66105;-.16928;1380;20220602;26;12.6;19.3;2.3;11.92;1.1;4.88;19689
+67076;42.66105;-.16928;1380;20220603;25.6;11.8;18.7;2.2;11.27;4.3;4.72;18917
+67076;42.66105;-.16928;1380;20220604;25;10.2;17.6;1.9;12.47;9.3;4.28;18575
+67076;42.66105;-.16928;1380;20220605;23.7;8.1;15.9;1.3;11.12;0;4.37;23023
+67076;42.66105;-.16928;1380;20220606;23.8;10.1;17;1.4;10.72;.2;4.15;19271
+67076;42.66105;-.16928;1380;20220607;25.3;9.3;17.3;1.3;10.52;0;4.81;24538
+67076;42.66105;-.16928;1380;20220608;22.1;12.2;17.2;1.6;11.42;.4;3.79;16821
+67076;42.66105;-.16928;1380;20220609;23.5;8.8;16.1;3;7.82;0;5.78;25272
+67076;42.66105;-.16928;1380;20220610;30.7;9.4;20.1;1.7;6.92;0;5.82;25217
+67076;42.66105;-.16928;1380;20220611;30.9;13.3;22.1;2.4;9.97;.6;6.21;22785
+67076;42.66105;-.16928;1380;20220612;29.3;12.6;20.9;2;11.47;.7;5.12;20014
+67076;42.66105;-.16928;1380;20220613;31.1;13.9;22.5;1.8;11.37;.1;5.94;24697
+67076;42.66105;-.16928;1380;20220614;31.9;15.9;23.9;1.7;11.97;3.3;5.29;19318
+67076;42.66105;-.16928;1380;20220615;33.5;14.7;24.1;1.9;12.27;0;6.21;23816
+67076;42.66105;-.16928;1380;20220616;34;16.9;25.4;1.8;11.57;0;6.06;22492
+67076;42.66105;-.16928;1380;20220617;34;17.2;25.6;2;11.67;.2;6.11;22072
+67076;42.66105;-.16928;1380;20220618;33.9;17.7;25.8;2.5;10.67;0;7.08;25413
+67076;42.66105;-.16928;1380;20220619;27.6;17.4;22.5;3.7;9.52;1.1;6.59;19942
+67076;42.66105;-.16928;1380;20220620;27.7;12.8;20.3;2.4;12.47;.4;5.35;21730
+67076;42.66105;-.16928;1380;20220621;25.6;15.5;20.5;1.9;13.67;8.5;4.2;16010
+67076;42.66105;-.16928;1380;20220622;22.5;13;17.8;2.3;12.47;0;4.29;18651
+67076;42.66105;-.16928;1380;20220623;22.2;10.8;16.5;2;10.82;.3;3.85;15743
+67076;42.66105;-.16928;1380;20220624;20.9;9.7;15.3;1.3;11.12;0;3.46;16685
+67076;42.66105;-.16928;1380;20220625;21.5;10.9;16.2;1.7;11.22;2.4;3.29;12609
+67076;42.66105;-.16928;1380;20220626;20.5;10.5;15.5;1.2;14.12;4.7;2.82;13245
+67076;42.66105;-.16928;1380;20220627;19.3;9.8;14.6;1.3;13.07;.7;2.97;14915
+67076;42.66105;-.16928;1380;20220628;24.6;7;15.8;1.3;10.37;.1;4.79;25293
+67076;42.66105;-.16928;1380;20220629;26.6;9.7;18.1;1.8;9.77;.3;4.88;21090
+67076;42.66105;-.16928;1380;20220630;20.4;10.5;15.5;1.2;12.52;.5;3.31;16416
+67076;42.66105;-.16928;1380;20220701;24.9;6.1;15.5;1.3;8.27;0;4.81;25259
+67076;42.66105;-.16928;1380;20220702;30.7;11.2;20.9;2.1;9.42;0;6.13;24960
+67076;42.66105;-.16928;1380;20220703;30.7;13.5;22.1;1.9;13.82;2.4;5.01;18955
+67076;42.66105;-.16928;1380;20220704;28;12.5;20.2;1.3;13.97;.1;4.72;21885
+67076;42.66105;-.16928;1380;20220705;29.1;12.1;20.6;1.2;13.42;2.8;5.01;23702
+67076;42.66105;-.16928;1380;20220706;19.3;14.2;16.8;1.8;15.27;8.7;2.78;11617
+67076;42.66105;-.16928;1380;20220707;21.4;10.1;15.8;2.6;11.43;0;5.71;26358
+67076;42.66105;-.16928;1380;20220708;25.3;11.3;18.3;2.4;10.78;.1;6.43;27476
+67076;42.66105;-.16928;1380;20220709;28.3;11.4;19.8;1.8;12.63;.1;6.06;27245
+67076;42.66105;-.16928;1380;20220710;29.1;14;21.5;1.2;14.48;.1;5.56;26166
+67076;42.66105;-.16928;1380;20220711;29.2;15.4;22.3;1.2;15.43;.7;5.27;23767
+67076;42.66105;-.16928;1380;20220712;32;15.4;23.7;1.7;13.97;0;5.67;22891
+67076;42.66105;-.16928;1380;20220713;33.8;14.9;24.3;1.6;11.52;0;6.05;24922
+67076;42.66105;-.16928;1380;20220714;33.9;14.9;24.4;1.8;9.97;0;6.33;24891
+67076;42.66105;-.16928;1380;20220715;33.6;14.9;24.3;1.6;9.82;0;6.03;24859
+67076;42.66105;-.16928;1380;20220716;35.6;16;25.8;2;8.67;0;6.61;24686
+67076;42.66105;-.16928;1380;20220717;36.1;16.4;26.2;1.9;9.37;0;6.41;23796
+67076;42.66105;-.16928;1380;20220718;34.4;18.1;26.3;1.8;11.17;.1;6.37;24614
+67076;42.66105;-.16928;1380;20220719;32.5;18.3;25.4;2;11.32;4.1;6.09;22784
+67076;42.66105;-.16928;1380;20220720;27.2;13.4;20.3;1.1;15.28;0;5.12;24292
+67076;42.66105;-.16928;1380;20220721;30.4;14.4;22.4;1.2;14.33;0;5.38;25306
+67076;42.66105;-.16928;1380;20220722;31.5;16.7;24.1;1.7;12.82;.3;5.49;22150
+67076;42.66105;-.16928;1380;20220723;30.6;13.5;22.1;1.3;14.27;0;5.09;23207
+67076;42.66105;-.16928;1380;20220724;33.9;15.6;24.7;1.7;11.92;.1;5.97;24231
+67076;42.66105;-.16928;1380;20220725;30.9;16.7;23.8;1.3;11.47;.3;5.26;23693
+67076;42.66105;-.16928;1380;20220726;28.6;10.3;19.4;1.2;10.27;.6;4.82;23498
+67076;42.66105;-.16928;1380;20220727;27.9;8.3;18.1;1.1;9.32;0;4.69;24017
+67076;42.66105;-.16928;1380;20220728;27.5;13;20.3;1;12.22;5.1;3.91;17424
+67076;42.66105;-.16928;1380;20220729;20.4;14.7;17.6;.8;16.47;8.2;2.61;12346
+67076;42.66105;-.16928;1380;20220730;24.7;13.1;18.9;.9;17.03;.1;4.86;25165
+67076;42.66105;-.16928;1380;20220731;26.6;14.1;20.3;1.3;17.28;.5;5.15;24642
+67076;42.66105;-.16928;1380;20220801;30.4;14.1;22.3;1.2;15.57;0;4.75;21934
+67076;42.66105;-.16928;1380;20220802;32.8;14.6;23.7;1.3;12.97;0;5.36;23341
+67076;42.66105;-.16928;1380;20220803;32.2;17.1;24.6;1.9;13.37;2.2;5.28;18834
+67076;42.66105;-.16928;1380;20220804;32.6;15.2;23.9;1.8;13.02;4.6;5.62;22810
+67076;42.66105;-.16928;1380;20220805;31.3;14.4;22.8;1.5;13.52;1;4.93;20802
+67076;42.66105;-.16928;1380;20220806;30.6;13.3;21.9;1.4;14.27;.2;4.75;20902
+67076;42.66105;-.16928;1380;20220807;29.4;15.6;22.5;1.8;15.42;2.7;4.46;16512
+67076;42.66105;-.16928;1380;20220808;29.5;13.7;21.6;1.6;13.97;4.2;4.44;18280
+67076;42.66105;-.16928;1380;20220809;30;13.4;21.7;1.3;15.63;5;4.57;20596
+67076;42.66105;-.16928;1380;20220810;30.9;14.4;22.6;1.9;14.02;3.2;4.9;19009
+67076;42.66105;-.16928;1380;20220811;31;15.2;23.1;1.6;13.02;0;5.13;21497
+67076;42.66105;-.16928;1380;20220812;33.1;16.9;25;1.5;12.72;0;5.29;21805
+67076;42.66105;-.16928;1380;20220813;30.9;17;23.9;1.9;13.77;.5;4.85;17229
+67076;42.66105;-.16928;1380;20220814;26.8;13.8;20.3;1.9;11.42;0;4.48;18301
+67076;42.66105;-.16928;1380;20220815;25.1;9.9;17.5;1.2;10.27;.1;3.75;18170
+67076;42.66105;-.16928;1380;20220816;24.6;13.4;19;1.5;11.97;13;3.52;13987
+67076;42.66105;-.16928;1380;20220817;23.5;9.2;16.4;1.7;11.77;0;3.83;18812
+67076;42.66105;-.16928;1380;20220818;19.4;9.5;14.5;2.5;10.82;1.5;3.48;16014
+67076;42.66105;-.16928;1380;20220819;26.1;8.1;17.1;1.6;10.42;2.1;4.26;20929
+67076;42.66105;-.16928;1380;20220820;28.7;10.1;19.4;1.3;10.57;.7;4.38;20713
+67076;42.66105;-.16928;1380;20220821;27.3;13;20.2;1.5;10.87;0;4.24;18757
+67076;42.66105;-.16928;1380;20220822;26.5;10;18.3;1.8;11.97;.1;4.25;19879
+67076;42.66105;-.16928;1380;20220823;27.5;11.6;19.6;1.3;13.32;0;3.72;16691
+67076;42.66105;-.16928;1380;20220824;31.1;14.3;22.7;1.8;14.47;1.5;4.49;17251
+67076;42.66105;-.16928;1380;20220825;27.4;14.4;20.9;1.3;14.47;6.8;3.4;13347
+67076;42.66105;-.16928;1380;20220826;27.2;11;19.1;1.2;13.62;.3;3.71;17964
+67076;42.66105;-.16928;1380;20220827;27.2;11.2;19.2;1.3;12.82;.2;3.89;18472
+67076;42.66105;-.16928;1380;20220828;29;13;21;1.7;11.67;.6;4.39;18111
+67076;42.66105;-.16928;1380;20220829;26.9;12.1;19.5;1.8;13.42;9.2;3.7;13909
+67076;42.66105;-.16928;1380;20220830;25.9;11.9;18.9;1.4;13.77;0;3.97;19972
+67076;42.66105;-.16928;1380;20220831;24.9;13.8;19.3;1.4;13.37;4.1;2.85;10844
+67076;42.66105;-.16928;1380;20220901;25.3;10.6;17.9;1.5;12.82;1.9;3.45;16169
+67076;42.66105;-.16928;1380;20220902;24.8;12.7;18.8;1.2;14.22;5.6;3.15;14878
+67076;42.66105;-.16928;1380;20220903;22.1;10.9;16.5;1.3;13.97;1.3;2.83;14369
+67076;42.66105;-.16928;1380;20220904;24.1;11.5;17.8;1.7;11.67;.4;3.59;16684
+67076;42.66105;-.16928;1380;20220905;24.9;13.3;19.1;1.7;13.62;8.5;3.49;14951
+67076;42.66105;-.16928;1380;20220906;24.9;12.6;18.8;1.7;14.17;0;3.49;16342
+67076;42.66105;-.16928;1380;20220907;22.3;10.9;16.6;1.3;10.67;0;3;14423
+67076;42.66105;-.16928;1380;20220908;21.7;8.6;15.2;1.2;10.42;0;2.88;14574
+67076;42.66105;-.16928;1380;20220909;23.2;11.5;17.4;1.3;10.77;.3;3.39;17391
+67076;42.66105;-.16928;1380;20220910;26.4;7.8;17.1;1.2;9.37;0;3.48;17655
+67076;42.66105;-.16928;1380;20220911;29.2;12.5;20.8;1.6;11.72;0;3.99;16458
+67076;42.66105;-.16928;1380;20220912;27.4;15.4;21.4;1.4;13.77;5.2;3.25;12194
+67076;42.66105;-.16928;1380;20220913;18.2;13.8;16;1.8;15.57;23.1;1.85;7303
+67076;42.66105;-.16928;1380;20220914;20.5;12.6;16.5;1.4;13.97;0;2.48;11717
+67076;42.66105;-.16928;1380;20220915;21.6;10.2;15.9;1.2;12.77;1.9;2.42;11782
+67076;42.66105;-.16928;1380;20220916;22.8;8.9;15.8;1.4;12.02;0;2.94;15677
+67076;42.66105;-.16928;1380;20220917;22.6;5.6;14.1;1.3;9.57;0;2.93;16425
+67076;42.66105;-.16928;1380;20220918;22.8;8.3;15.6;1.1;10.57;0;2.91;16316
+67076;42.66105;-.16928;1380;20220919;25;8.2;16.6;1.2;9.92;0;3.13;16026
+67076;42.66105;-.16928;1380;20220920;23.6;7.7;15.7;1;9.42;0;2.76;15681
+67076;42.66105;-.16928;1380;20220921;22.6;7.6;15.1;1.2;9.72;0;2.8;15513
+67076;42.66105;-.16928;1380;20220922;21.8;7.6;14.7;1.6;10.12;0;2.91;14878
+67076;42.66105;-.16928;1380;20220923;18.2;9.5;13.8;1.7;12.32;10.3;2.03;8747
+67076;42.66105;-.16928;1380;20220924;16.1;7.6;11.8;1.3;10.92;1.5;1.86;9964
+67076;42.66105;-.16928;1380;20220925;16.2;3.2;9.7;1.4;8.32;.6;2.18;13280
+67076;42.66105;-.16928;1380;20220926;16.6;2.3;9.4;1.5;7.67;.6;2.27;13942
+67076;42.66105;-.16928;1380;20220927;16.1;5.7;10.9;1.8;9.17;1.2;2.09;10909
+67076;42.66105;-.16928;1380;20220928;15.6;8;11.8;1.4;11.12;4.4;1.72;9544
+67076;42.66105;-.16928;1380;20220929;10.5;6;8.2;1.8;9.54;3.6;1.48;8965
+67076;42.66105;-.16928;1380;20220930;13.2;2.2;7.7;2;6.57;.8;2.23;13468
+67076;42.66105;-.16928;1380;20221001;20.1;2.4;11.2;1.4;7.77;0;2.4;13734
+67076;42.66105;-.16928;1380;20221002;24.3;7.2;15.7;1.7;9.67;0;2.91;13680
+67076;42.66105;-.16928;1380;20221003;24.7;8.9;16.8;1.5;10.12;0;2.84;13462
+67076;42.66105;-.16928;1380;20221004;23.5;7.2;15.4;1.3;8.97;.1;2.56;13298
+67076;42.66105;-.16928;1380;20221005;23.1;8.5;15.8;1.6;10.07;0;2.68;13081
+67076;42.66105;-.16928;1380;20221006;20.9;6.8;13.8;1;10.82;0;2.01;11838
+67076;42.66105;-.16928;1380;20221007;19.1;8.3;13.7;1.5;11.92;4.2;1.91;9722
+67076;42.66105;-.16928;1380;20221008;20.9;8;14.4;1.2;12.02;.2;2;11367
+67076;42.66105;-.16928;1380;20221009;19.9;9.4;14.6;1.5;11.67;1.5;2.11;10722
+67076;42.66105;-.16928;1380;20221010;17.8;7.8;12.8;1.7;11.17;.4;1.79;7617
+67076;42.66105;-.16928;1380;20221011;16.3;7.6;12;1;11.92;.6;1.35;7224
+67076;42.66105;-.16928;1380;20221012;19;6.9;13;1;11.52;1.2;1.69;10113
+67076;42.66105;-.16928;1380;20221013;19;8.4;13.7;.9;11.47;0;1.78;11619
+67076;42.66105;-.16928;1380;20221014;21.5;10;15.7;1.7;11.12;.1;2.29;10983
+67076;42.66105;-.16928;1380;20221015;22.9;8.8;15.8;1.6;9.52;0;2.45;11694
+67076;42.66105;-.16928;1380;20221016;22;12;17;1.8;10.27;.3;2.55;11404
+67076;42.66105;-.16928;1380;20221017;18.6;11.3;15;2.2;12.02;9.1;2.1;7456
+67076;42.66105;-.16928;1380;20221018;23.3;8.9;16.1;1.5;12.07;0;2.25;10970
+67076;42.66105;-.16928;1380;20221019;21.7;11.5;16.6;2.1;11.57;31.2;2.3;7118
+67076;42.66105;-.16928;1380;20221020;13.5;10.3;11.9;2.7;12.37;26;1.33;4660
+67076;42.66105;-.16928;1380;20221021;12.6;10;11.3;1.7;12.17;8;1.1;4606
+67076;42.66105;-.16928;1380;20221022;14.6;9.1;11.8;1.8;11.52;3.1;1.33;5198
+67076;42.66105;-.16928;1380;20221023;15.9;11.8;13.9;3.6;11.07;13.8;2.21;5000
+67076;42.66105;-.16928;1380;20221024;15.5;10.7;13.1;1.6;11.17;.2;1.49;6145
+67076;42.66105;-.16928;1380;20221025;18.4;8.2;13.3;1.5;10.12;.6;1.66;6113
+67076;42.66105;-.16928;1380;20221026;19.7;10;14.8;.9;10.27;.7;1.53;7342
+67076;42.66105;-.16928;1380;20221027;20;11.1;15.5;1.6;9.77;.2;2.04;5020
+67076;42.66105;-.16928;1380;20221028;20.3;11.8;16.1;1.6;8.97;0;2.11;6142
+67076;42.66105;-.16928;1380;20221029;19.7;12.2;15.9;1.9;6.77;0;2.59;7697
+67076;42.66105;-.16928;1380;20221030;17.1;7.5;12.3;1.4;7.47;3.1;1.73;6240
+67076;42.66105;-.16928;1380;20221031;15;7.7;11.3;1.6;11.02;11.7;1.21;5313
+67076;42.66105;-.16928;1380;20221101;15.1;6.6;10.9;1.5;10.82;0;1.28;9079
+67076;42.66105;-.16928;1380;20221102;16.2;5.2;10.7;1.7;9.07;.8;1.46;7744
+67076;42.66105;-.16928;1380;20221103;11;8.9;10;1.4;10.17;8.1;1.02;3945
+67076;42.66105;-.16928;1380;20221104;7.6;-.1;3.7;1.7;6.72;9.1;.91;5949
+67076;42.66105;-.16928;1380;20221105;13.4;.4;6.9;1.7;5.82;0;1.46;9623
+67076;42.66105;-.16928;1380;20221106;15.9;1.6;8.7;1.3;6.27;0;1.38;9284
+67076;42.66105;-.16928;1380;20221107;14.8;2.5;8.7;1.9;7.02;0;1.57;8794
+67076;42.66105;-.16928;1380;20221108;13.2;7.1;10.1;1.1;8.97;4.6;1.08;4985
+67076;42.66105;-.16928;1380;20221109;11.1;7.6;9.4;1.1;10.52;1.8;.84;4245
+67076;42.66105;-.16928;1380;20221110;13.6;.8;7.2;1.6;7.27;0;1.2;9067
+67076;42.66105;-.16928;1380;20221111;14.8;3.1;9;2.2;8.32;.8;1.44;6920
+67076;42.66105;-.16928;1380;20221112;15;6.2;10.6;2.8;8.42;.2;1.83;7472
+67076;42.66105;-.16928;1380;20221113;16.2;4.9;10.6;1.4;7.72;0;1.32;8747
+67076;42.66105;-.16928;1380;20221114;9.4;5.7;7.5;.9;9.47;2.4;.69;3558
+67076;42.66105;-.16928;1380;20221115;10.3;7.5;8.9;1.7;10.47;9.5;.82;3518
+67076;42.66105;-.16928;1380;20221116;9.4;2.9;6.2;1.3;8.87;.6;.69;4555
+67076;42.66105;-.16928;1380;20221117;13.5;5.7;9.6;1.1;9.57;.4;.89;5025
+67076;42.66105;-.16928;1380;20221118;10;1.5;5.8;1.4;6.97;.4;.88;6052
+67076;42.66105;-.16928;1380;20221119;7.5;.3;3.9;2.2;5.52;0;1.12;6866
+67076;42.66105;-.16928;1380;20221120;9.2;-2;3.6;1.3;5.67;9.7;.84;5574
+67076;42.66105;-.16928;1380;20221121;5.5;1.1;3.3;1.6;7.27;23;.62;3232
+67076;42.66105;-.16928;1380;20221122;2.4;-1.1;.6;.8;6.37;21.2;.45;3621
+67076;42.66105;-.16928;1380;20221123;10.5;.4;5.5;1.2;8.12;7.4;.68;5057
+67076;42.66105;-.16928;1380;20221124;7.6;-.3;3.6;1.3;6.97;12.3;.66;3560
+67076;42.66105;-.16928;1380;20221125;7.7;1.8;4.7;1.9;6.92;2;.83;5174
+67076;42.66105;-.16928;1380;20221126;11.3;-1.7;4.8;1.2;5.22;0;.88;6788
+67076;42.66105;-.16928;1380;20221127;12.5;.5;6.5;1.1;5.12;2.4;.91;7144
+67076;42.66105;-.16928;1380;20221128;8.1;.9;4.5;2.4;6.62;6.8;.91;6406
+67076;42.66105;-.16928;1380;20221129;8.7;.9;4.8;1.5;6.62;2.3;.77;6223
+67076;42.66105;-.16928;1380;20221130;7.9;-1.8;3;1.3;5.17;.1;.72;6404
+67076;42.66105;-.16928;1380;20221201;8.2;-3.9;2.2;1.1;4.72;0;.66;7173
+67076;42.66105;-.16928;1380;20221202;5.7;-3.8;1;1.2;4.87;0;.58;6439
+67076;42.66105;-.16928;1380;20221203;.1;-3.3;-1.6;1;5.42;3.8;.38;2924
+67076;42.66105;-.16928;1380;20221204;2.8;-3.1;-.1;1.4;5.37;0;.51;4316
+67076;42.66105;-.16928;1380;20221205;7.1;-3.8;1.6;1.9;6.02;3.2;.66;5331
+67076;42.66105;-.16928;1380;20221206;9.4;2.9;6.1;1.3;8.07;.2;.68;3366
+67076;42.66105;-.16928;1380;20221207;8.3;-.3;4;1;7.22;.1;.5;5616
+67076;42.66105;-.16928;1380;20221208;6;2.6;4.3;1.5;7.52;23.4;.61;2840
+67076;42.66105;-.16928;1380;20221209;6.7;2.4;4.6;1.2;8.22;3.2;.5;2929
+67076;42.66105;-.16928;1380;20221210;4.6;.5;2.6;1.3;5.77;0;.53;6738
+67076;42.66105;-.16928;1380;20221211;.8;-5.5;-2.4;.7;4.52;.7;.4;2802
+67076;42.66105;-.16928;1380;20221212;2.5;-3.2;-.4;1.2;6.17;18.7;.37;2792
+67076;42.66105;-.16928;1380;20221213;7.1;1.4;4.3;.9;8.82;22.1;.4;2782
+67076;42.66105;-.16928;1380;20221214;9.3;3.8;6.5;1.2;8.67;8.9;.52;5210
+67076;42.66105;-.16928;1380;20221215;7.3;4;5.6;1;8.57;3.1;.52;3010
+67076;42.66105;-.16928;1380;20221216;6.9;2.3;4.6;1;7.92;.7;.49;3508
+67076;42.66105;-.16928;1380;20221217;6.6;-2;2.3;1.1;6.42;0;.44;6001
+67076;42.66105;-.16928;1380;20221218;7.4;-1.1;3.2;2;6.17;.1;.71;6554
+67076;42.66105;-.16928;1380;20221219;10.2;.9;5.6;1.5;6.07;0;.84;6485
+67076;42.66105;-.16928;1380;20221220;9.2;2.8;6;1.3;6.32;7.9;.89;3306
+67076;42.66105;-.16928;1380;20221221;8.3;2.8;5.5;1.1;8.37;.3;.52;3753
+67076;42.66105;-.16928;1380;20221222;9.4;2.1;5.7;1.6;8.32;0;.57;5823
+67076;42.66105;-.16928;1380;20221223;13;3.9;8.5;1.1;8.47;0;.69;5431
+67076;42.66105;-.16928;1380;20221224;12.5;2.3;7.4;1.3;7.22;0;.75;6327
+67076;42.66105;-.16928;1380;20221225;12.3;3.6;7.9;1.3;6.87;0;.83;6601
+67076;42.66105;-.16928;1380;20221226;12.7;3.3;8;1.1;7.32;0;.78;5019
+67076;42.66105;-.16928;1380;20221227;10.3;3.2;6.8;.9;7.97;.1;.63;3268
+67076;42.66105;-.16928;1380;20221228;11.6;3;7.3;1.7;7.67;.4;.83;6603
+67076;42.66105;-.16928;1380;20221229;6.8;3.3;5;1.5;8.52;13.1;.53;2996
+67076;42.66105;-.16928;1380;20221230;8.9;3.4;6.1;1.2;9.47;2.6;.48;3501
+67076;42.66105;-.16928;1380;20221231;13.8;4.1;9;2;7.87;0;1.13;6595
+67077;42.69103;.13277;1653;20220101;12.9;6.7;9.8;2.3;3.99;0;1.92;5002
+67077;42.69103;.13277;1653;20220102;11.8;6.3;9.1;1.6;5.09;0;1.43;3941
+67077;42.69103;.13277;1653;20220103;10;4.5;7.2;2.1;6.59;0;1.2;4848
+67077;42.69103;.13277;1653;20220104;10.5;4;7.2;3;5.84;8;1.57;6705
+67077;42.69103;.13277;1653;20220105;.3;-1;-.4;2.8;3.64;.8;1.02;3223
+67077;42.69103;.13277;1653;20220106;.2;-7.9;-3.9;1.8;2.49;0;.81;5174
+67077;42.69103;.13277;1653;20220107;2.6;-6;-1.7;2.1;3.34;2.2;.9;5055
+67077;42.69103;.13277;1653;20220108;3.5;-3.5;0;2.2;4.94;8;.81;4738
+67077;42.69103;.13277;1653;20220109;1.8;-1.5;.1;2.1;6.39;41.8;.38;1872
+67077;42.69103;.13277;1653;20220110;6.5;1.4;3.9;3.2;7.34;31.6;.81;2774
+67077;42.69103;.13277;1653;20220111;4.7;-.4;2.2;2.8;3.24;0;1.53;5337
+67077;42.69103;.13277;1653;20220112;5.5;-2.5;1.5;2.6;1.69;0;1.85;5505
+67077;42.69103;.13277;1653;20220113;6.1;-3.8;1.2;2.3;2.34;0;1.47;5418
+67077;42.69103;.13277;1653;20220114;4.9;-2.2;1.3;1.9;1.92;0;1.29;5457
+67077;42.69103;.13277;1653;20220115;5.4;-2.8;1.3;1.8;2.12;0;1.2;5578
+67077;42.69103;.13277;1653;20220116;5.6;-2.8;1.4;1.5;2.08;0;1.1;5595
+67077;42.69103;.13277;1653;20220117;7;-2;2.5;1.2;2.18;0;1.02;5720
+67077;42.69103;.13277;1653;20220118;10.3;1;5.7;1.3;2.35;0;1.2;5788
+67077;42.69103;.13277;1653;20220119;6.7;.4;3.5;1.3;3.18;.6;.97;5136
+67077;42.69103;.13277;1653;20220120;2.8;-1.9;.4;2.1;3.75;.6;1.03;4842
+67077;42.69103;.13277;1653;20220121;.7;-4.7;-2;1.5;2.62;0;.96;5457
+67077;42.69103;.13277;1653;20220122;4.8;-6.2;-.7;1.4;3.05;0;.86;6076
+67077;42.69103;.13277;1653;20220123;6.6;-3.3;1.7;1.7;2.98;0;1.09;6149
+67077;42.69103;.13277;1653;20220124;6.7;-1.7;2.5;1.5;2.58;0;1.17;5992
+67077;42.69103;.13277;1653;20220125;6.7;-1.5;2.6;1.8;2.75;0;1.27;6244
+67077;42.69103;.13277;1653;20220126;8.6;-.4;4.1;1.8;2.55;0;1.48;6259
+67077;42.69103;.13277;1653;20220127;9;-.2;4.4;1.6;2.02;0;1.47;6450
+67077;42.69103;.13277;1653;20220128;9;-.5;4.2;1.3;1.88;0;1.29;6535
+67077;42.69103;.13277;1653;20220129;11.9;2.3;7.1;1.3;2.48;0;1.36;8830
+67077;42.69103;.13277;1653;20220130;12.7;2.9;7.8;1.4;2.22;0;1.56;7014
+67077;42.69103;.13277;1653;20220131;6.2;1.2;3.7;3.1;2.82;0;1.96;7912
+67077;42.69103;.13277;1653;20220201;6.9;-1.7;2.6;4.6;4.48;0;1.93;6350
+67077;42.69103;.13277;1653;20220202;14.4;4.1;9.2;2.2;2.75;0;2.18;6891
+67077;42.69103;.13277;1653;20220203;13;4.4;8.7;1.8;2.22;0;1.97;7303
+67077;42.69103;.13277;1653;20220204;7.9;3.8;5.8;1.1;4.08;0;1.1;5446
+67077;42.69103;.13277;1653;20220205;4.8;0;2.4;1.1;4.65;.1;.96;6244
+67077;42.69103;.13277;1653;20220206;7.9;-3.5;2.2;1.2;2.95;0;1.14;6929
+67077;42.69103;.13277;1653;20220207;8;.5;4.3;2.3;3.85;.1;1.57;6688
+67077;42.69103;.13277;1653;20220208;13.2;0;6.6;1.7;3.28;0;1.72;7818
+67077;42.69103;.13277;1653;20220209;11.7;1.4;6.5;1.9;3.32;0;1.8;8803
+67077;42.69103;.13277;1653;20220210;10.7;1.2;6;1.5;3.42;0;1.5;7651
+67077;42.69103;.13277;1653;20220211;6.6;1;3.8;1.2;4.75;.1;1.11;6587
+67077;42.69103;.13277;1653;20220212;5.7;-1.5;2.1;1.5;5.38;.9;.92;6404
+67077;42.69103;.13277;1653;20220213;3.8;-.4;1.7;1.7;6.25;11.3;.74;4124
+67077;42.69103;.13277;1653;20220214;2.2;-.1;1;1.6;5.38;3.2;.78;4803
+67077;42.69103;.13277;1653;20220215;3.7;-3.6;.1;2.3;4.15;1.4;1.09;7131
+67077;42.69103;.13277;1653;20220216;6.6;-2.2;2.2;1.5;5.55;0;1.01;5252
+67077;42.69103;.13277;1653;20220217;13.8;2.7;8.2;1.7;6.05;0;1.67;8843
+67077;42.69103;.13277;1653;20220218;14.6;4.2;9.4;2;5.85;1.9;1.96;8834
+67077;42.69103;.13277;1653;20220219;1.1;.7;.9;1.3;5.45;1.9;.96;5741
+67077;42.69103;.13277;1653;20220220;7.1;-4.7;1.2;1.6;4.7;0;1.44;9445
+67077;42.69103;.13277;1653;20220221;7.8;-.3;3.7;3.8;3.15;.1;2.27;8520
+67077;42.69103;.13277;1653;20220222;9.4;1.1;5.2;2.7;3.08;0;2.18;8512
+67077;42.69103;.13277;1653;20220223;12.2;1.1;6.7;1.5;3.78;0;1.73;9292
+67077;42.69103;.13277;1653;20220224;9.9;2;6;1.5;5.08;0;1.48;8410
+67077;42.69103;.13277;1653;20220225;5.3;-.8;2.3;1.2;4.55;0;1.23;7361
+67077;42.69103;.13277;1653;20220226;7.5;-2.5;2.5;1.4;3.98;0;1.48;11435
+67077;42.69103;.13277;1653;20220227;8.4;-1.6;3.4;1.2;5.42;0;1.16;7245
+67077;42.69103;.13277;1653;20220228;8.7;-.6;4.1;1.5;5.15;0;1.32;8266
+67077;42.69103;.13277;1653;20220301;10.7;.6;5.7;1.4;3.42;0;1.75;9446
+67077;42.69103;.13277;1653;20220302;6.7;-.2;3.3;1.3;5.48;1.9;1.14;6091
+67077;42.69103;.13277;1653;20220303;7.1;-1.2;3;1.4;5.92;.8;1.25;9640
+67077;42.69103;.13277;1653;20220304;4.4;-.9;1.7;3.1;4.68;.1;1.65;7329
+67077;42.69103;.13277;1653;20220305;3;-2.8;.1;1;4.58;0;.96;5370
+67077;42.69103;.13277;1653;20220306;.9;-2.2;-.6;.8;5.38;.9;.73;4418
+67077;42.69103;.13277;1653;20220307;3.1;-3.6;-.2;1.5;4.88;4.1;1.06;7927
+67077;42.69103;.13277;1653;20220308;3.2;-2.7;.3;1.3;5.45;2.6;.84;6200
+67077;42.69103;.13277;1653;20220309;5.3;-1.6;1.8;1.6;5.32;.1;1.28;9614
+67077;42.69103;.13277;1653;20220310;5.3;-.3;2.5;1.6;6.08;5.4;1.01;5737
+67077;42.69103;.13277;1653;20220311;3.7;1;2.3;1.8;6.52;26.8;.86;4571
+67077;42.69103;.13277;1653;20220312;3.9;-.6;1.7;1.2;6.22;2.5;1.04;7121
+67077;42.69103;.13277;1653;20220313;4.7;-.2;2.2;2;5.55;8.6;1.26;7207
+67077;42.69103;.13277;1653;20220314;3.8;-1.2;1.3;3.5;5.92;7.5;1.02;5816
+67077;42.69103;.13277;1653;20220315;9.9;2.8;6.4;3.5;5.98;0;2.45;9824
+67077;42.69103;.13277;1653;20220316;10;5.1;7.5;2;5.65;.8;1.8;6425
+67077;42.69103;.13277;1653;20220317;4;2.7;3.4;2.5;6.48;4;1.37;4996
+67077;42.69103;.13277;1653;20220318;4.9;1.1;3;1.9;7.14;1;1.16;5093
+67077;42.69103;.13277;1653;20220319;5.3;-.5;2.4;1.8;7.1;.1;1.33;7828
+67077;42.69103;.13277;1653;20220320;4.7;1;2.8;2;6.55;4.3;1.04;6043
+67077;42.69103;.13277;1653;20220321;2.5;1.4;2;2.7;6.08;1.3;1.18;5660
+67077;42.69103;.13277;1653;20220322;2.8;-2;.4;2.4;4.65;.2;1.38;8152
+67077;42.69103;.13277;1653;20220323;4.4;-4.2;.1;2.3;3.92;0;1.81;12543
+67077;42.69103;.13277;1653;20220324;4.8;-1.3;1.8;1.9;4.75;0;1.35;7163
+67077;42.69103;.13277;1653;20220325;8.6;1.6;5.1;1.5;6.25;0;1.65;10592
+67077;42.69103;.13277;1653;20220326;7.3;.7;4;2.1;4.65;.2;1.93;10458
+67077;42.69103;.13277;1653;20220327;9;1.1;5.1;2;5.78;0;1.77;9805
+67077;42.69103;.13277;1653;20220328;10;1.7;5.9;2.5;4.42;0;2.34;11449
+67077;42.69103;.13277;1653;20220329;10.1;3.3;6.7;1.1;5.88;2.4;1.72;8957
+67077;42.69103;.13277;1653;20220330;5;.9;3;1.8;6.42;1.8;1.64;10290
+67077;42.69103;.13277;1653;20220331;5.6;-.4;2.6;2.1;4.52;.7;1.78;10418
+67077;42.69103;.13277;1653;20220401;-3.1;-7;-5.1;3.5;2.62;6.6;1.36;9499
+67077;42.69103;.13277;1653;20220402;-2.2;-8.2;-5.2;3.3;2.42;.8;1.46;11591
+67077;42.69103;.13277;1653;20220403;-.5;-9.5;-5;2.4;2.38;0;1.68;16382
+67077;42.69103;.13277;1653;20220404;3.4;-9.3;-3;1.6;3.05;0;1.77;15354
+67077;42.69103;.13277;1653;20220405;8.5;-5.3;1.6;1.5;3.22;0;2.27;15500
+67077;42.69103;.13277;1653;20220406;8.7;-.3;4.2;1.7;4.72;0;1.97;12056
+67077;42.69103;.13277;1653;20220407;12.8;.3;6.6;1.5;5.35;0;2.36;14169
+67077;42.69103;.13277;1653;20220408;11.5;2.2;6.8;2.3;6.12;0;2.41;11938
+67077;42.69103;.13277;1653;20220409;9;.5;4.7;2.4;3.88;.2;2.45;13546
+67077;42.69103;.13277;1653;20220410;12.3;-.1;6.1;1.8;4.58;0;2.53;15301
+67077;42.69103;.13277;1653;20220411;13.7;3.9;8.8;3.4;6.38;0;3.19;14073
+67077;42.69103;.13277;1653;20220412;10.8;4.6;7.7;2.9;7.32;19.9;1.92;8417
+67077;42.69103;.13277;1653;20220413;8.2;3.9;6;1.4;8.08;4.2;1.29;6953
+67077;42.69103;.13277;1653;20220414;12.4;2.5;7.5;1.9;6.82;0;2.5;14240
+67077;42.69103;.13277;1653;20220415;13.9;4.6;9.2;1.6;7.18;0;2.75;14994
+67077;42.69103;.13277;1653;20220416;15.8;4.8;10.3;2;6.28;0;3.26;16356
+67077;42.69103;.13277;1653;20220417;16.6;3.9;10.3;1.8;5.12;0;3.39;17027
+67077;42.69103;.13277;1653;20220418;14.1;2.8;8.4;1.6;6.92;0;2.72;15183
+67077;42.69103;.13277;1653;20220419;7.3;3.3;5.3;1.2;8.08;27.3;1.38;8224
+67077;42.69103;.13277;1653;20220420;4.4;.5;2.5;1.8;6.78;0;1.56;10766
+67077;42.69103;.13277;1653;20220421;5.6;.3;3;1.8;6.32;0;1.86;12549
+67077;42.69103;.13277;1653;20220422;9.2;.7;4.9;2.3;6.12;22;2.21;13432
+67077;42.69103;.13277;1653;20220423;2.2;.5;1.3;2.1;6.08;12.6;1.19;8308
+67077;42.69103;.13277;1653;20220424;10.5;-1;4.8;1.5;6.62;.1;1.91;12896
+67077;42.69103;.13277;1653;20220425;11.3;1.8;6.6;1.7;6.48;0;2.41;15335
+67077;42.69103;.13277;1653;20220426;13.5;2.6;8;2.2;6.98;0;2.96;16546
+67077;42.69103;.13277;1653;20220427;12.5;4.2;8.3;1.7;7.38;2.1;2.34;11693
+67077;42.69103;.13277;1653;20220428;14.2;5.3;9.8;1.6;8.25;0;2.32;12374
+67077;42.69103;.13277;1653;20220429;17.3;3.3;10.3;1.5;8.9;0;3.4;20701
+67077;42.69103;.13277;1653;20220430;12.7;5.4;9.1;2.4;7.7;0;3.59;19433
+67077;42.69103;.13277;1653;20220501;14;2.9;8.5;1.6;7.3;3.7;3.63;21991
+67077;42.69103;.13277;1653;20220502;6.8;4;5.4;1.1;9.57;12.4;1.74;10089
+67077;42.69103;.13277;1653;20220503;6.3;2.9;4.6;1;9.4;4.2;1.56;10218
+67077;42.69103;.13277;1653;20220504;8.5;2.3;5.4;2;8.27;.4;2.53;14162
+67077;42.69103;.13277;1653;20220505;11;2.8;6.9;3.2;6.5;0;3.4;20919
+67077;42.69103;.13277;1653;20220506;9.4;2.6;6;3.5;6.07;0;3.69;19533
+67077;42.69103;.13277;1653;20220507;12.3;4;8.1;3.3;6.44;0;4.42;23855
+67077;42.69103;.13277;1653;20220508;13.3;3.7;8.5;2.4;6.8;.1;3.96;22591
+67077;42.69103;.13277;1653;20220509;15.2;4.5;9.8;1.6;8.3;0;3.42;18395
+67077;42.69103;.13277;1653;20220510;18.1;6.1;12.1;2.1;8.67;0;4.46;24380
+67077;42.69103;.13277;1653;20220511;20.1;8.2;14.2;2;8.9;0;4.93;25861
+67077;42.69103;.13277;1653;20220512;21.1;7.9;14.5;1.5;9.1;0;4.53;25006
+67077;42.69103;.13277;1653;20220513;18.9;6.8;12.9;1.6;8.5;0;4.63;25591
+67077;42.69103;.13277;1653;20220514;20.2;9.3;14.7;1.9;9.44;.7;4.57;22605
+67077;42.69103;.13277;1653;20220515;21;8.4;14.7;2.3;9.7;1.3;4.49;21708
+67077;42.69103;.13277;1653;20220516;22.4;8.9;15.6;1.8;9.77;0;4.79;25145
+67077;42.69103;.13277;1653;20220517;21.7;9.1;15.4;1.7;9.74;.2;4.78;23610
+67077;42.69103;.13277;1653;20220518;21.8;11;16.4;1.8;10.6;.1;4.8;23958
+67077;42.69103;.13277;1653;20220519;22.9;12.3;17.6;1.9;10.14;0;5.41;26111
+67077;42.69103;.13277;1653;20220520;24.5;12.8;18.6;1.7;8.97;0;4.68;20255
+67077;42.69103;.13277;1653;20220521;26.5;14.6;20.6;1.7;8.64;0;5.67;26017
+67077;42.69103;.13277;1653;20220522;24.5;15;19.7;2.2;8.47;3.1;5.23;20178
+67077;42.69103;.13277;1653;20220523;18.9;10.9;14.9;2.1;10;0;4.65;24240
+67077;42.69103;.13277;1653;20220524;11.5;7.1;9.3;2;9.3;17.5;2.45;11930
+67077;42.69103;.13277;1653;20220525;8.9;2.7;5.8;3.3;6.77;0;3.69;21912
+67077;42.69103;.13277;1653;20220526;14.6;2.2;8.4;2.8;7.04;0;4.36;20595
+67077;42.69103;.13277;1653;20220527;18.3;5.5;11.9;2.1;7.54;0;5.11;25932
+67077;42.69103;.13277;1653;20220528;20.9;9.1;15;1.9;7.4;0;5.43;27167
+67077;42.69103;.13277;1653;20220529;19.6;9.5;14.5;1.5;8.97;1.5;4.55;23444
+67077;42.69103;.13277;1653;20220530;17.5;8.3;12.9;1.4;10.77;7.5;3.58;18029
+67077;42.69103;.13277;1653;20220531;18.9;8.1;13.5;1.7;11.4;0;4.12;21511
+67077;42.69103;.13277;1653;20220601;21.9;11.1;16.5;1.8;10.47;.3;4.96;24712
+67077;42.69103;.13277;1653;20220602;21.8;11.8;16.8;2.4;11.1;1.8;5.12;23105
+67077;42.69103;.13277;1653;20220603;22;12.7;17.3;2.3;10.34;5.2;5.11;22817
+67077;42.69103;.13277;1653;20220604;21.7;11;16.4;2.2;11.37;10.8;4.68;21940
+67077;42.69103;.13277;1653;20220605;20.3;9.7;15;1.6;10.3;0;4.76;25954
+67077;42.69103;.13277;1653;20220606;21.1;9.6;15.4;1.6;10.14;0;4.53;22911
+67077;42.69103;.13277;1653;20220607;20.8;11.6;16.2;1.6;10.5;.1;4.8;25057
+67077;42.69103;.13277;1653;20220608;18.6;10.6;14.6;1.6;11.24;.8;3.72;17338
+67077;42.69103;.13277;1653;20220609;19.8;7.6;13.7;3;7.6;0;5.76;27807
+67077;42.69103;.13277;1653;20220610;24.1;8.8;16.5;1.7;6.47;0;5.89;27665
+67077;42.69103;.13277;1653;20220611;25.5;12.7;19.1;2.3;9.34;.5;6.07;24566
+67077;42.69103;.13277;1653;20220612;24.9;12.3;18.6;1.8;11.17;.8;5.09;21460
+67077;42.69103;.13277;1653;20220613;25.9;13.9;19.9;1.9;11.17;.1;5.91;26452
+67077;42.69103;.13277;1653;20220614;27.5;15.7;21.6;1.9;11.84;3.8;5.28;20452
+67077;42.69103;.13277;1653;20220615;26.8;12.9;19.8;2;11.87;.1;5.9;23947
+67077;42.69103;.13277;1653;20220616;27.9;16;21.9;1.8;11.44;0;5.89;23341
+67077;42.69103;.13277;1653;20220617;28.6;15.4;22;1.9;11.5;.3;5.89;22788
+67077;42.69103;.13277;1653;20220618;28.2;17.9;23;2.4;10.2;0;7;27927
+67077;42.69103;.13277;1653;20220619;22.7;14.2;18.5;3.4;9;.3;6.61;24335
+67077;42.69103;.13277;1653;20220620;22.6;12.4;17.5;2.2;11.67;.3;5.28;23110
+67077;42.69103;.13277;1653;20220621;23.6;14.1;18.9;2.2;12.57;10.4;4.46;17046
+67077;42.69103;.13277;1653;20220622;18.4;10.3;14.4;2.4;12.3;0;4.32;20672
+67077;42.69103;.13277;1653;20220623;18;8.9;13.4;2.1;10.4;.5;4.26;20104
+67077;42.69103;.13277;1653;20220624;18.3;9.2;13.7;1.6;10.34;0;4.01;20841
+67077;42.69103;.13277;1653;20220625;18.3;9.1;13.7;1.7;10.54;2.2;3.57;16145
+67077;42.69103;.13277;1653;20220626;17.7;9.2;13.5;1.6;12.47;5.1;3.67;18597
+67077;42.69103;.13277;1653;20220627;15.5;8.6;12.1;1.5;12.07;1.3;3.22;16251
+67077;42.69103;.13277;1653;20220628;20.8;6.5;13.7;1.6;10.44;.1;4.13;20913
+67077;42.69103;.13277;1653;20220629;21.3;10.1;15.7;1.9;9.87;2.8;5;24199
+67077;42.69103;.13277;1653;20220630;16.2;9.6;12.9;1.6;11.4;1.5;3.74;18995
+67077;42.69103;.13277;1653;20220701;20.2;9.6;14.9;1.6;8.9;0;5.05;27571
+67077;42.69103;.13277;1653;20220702;25.6;11;18.3;2;9.24;0;6.07;27421
+67077;42.69103;.13277;1653;20220703;26.8;14.9;20.9;1.8;12.77;2.4;5.3;22316
+67077;42.69103;.13277;1653;20220704;24;12.5;18.3;1.5;12.84;0;5.03;24153
+67077;42.69103;.13277;1653;20220705;23.6;13.8;18.7;1.6;13.07;2.1;5.13;24756
+67077;42.69103;.13277;1653;20220706;17.1;11.8;14.5;1.7;14.54;9.4;3.14;14777
+67077;42.69103;.13277;1653;20220707;19.3;8.1;13.7;2.1;9.17;0;4.88;26004
+67077;42.69103;.13277;1653;20220708;23;8.9;15.9;2.3;8.47;.1;5.73;26939
+67077;42.69103;.13277;1653;20220709;25;11.3;18.1;1.6;8.61;.1;5.24;25673
+67077;42.69103;.13277;1653;20220710;25.8;12.5;19.1;1.3;10.44;.1;5.02;26035
+67077;42.69103;.13277;1653;20220711;25.7;14.8;20.2;1.2;12.31;.8;4.34;21432
+67077;42.69103;.13277;1653;20220712;26.8;14.9;20.9;1.8;13.17;0;5.78;25299
+67077;42.69103;.13277;1653;20220713;27.8;16.3;22.1;1.7;11.77;0;6.02;26642
+67077;42.69103;.13277;1653;20220714;28.6;16.7;22.6;1.9;10.87;0;6.28;27100
+67077;42.69103;.13277;1653;20220715;28.8;15.1;22;1.6;9.67;0;6.06;26631
+67077;42.69103;.13277;1653;20220716;30.5;16.9;23.7;1.9;9.34;0;6.58;26883
+67077;42.69103;.13277;1653;20220717;29.6;17.4;23.5;1.9;9.5;0;6.46;26385
+67077;42.69103;.13277;1653;20220718;28.8;17.9;23.3;1.9;11.1;.1;6.33;26699
+67077;42.69103;.13277;1653;20220719;28.1;16.2;22.2;2;11.07;1.8;6.17;25410
+67077;42.69103;.13277;1653;20220720;24.8;13.4;19.1;1.4;11.24;0;4.88;23674
+67077;42.69103;.13277;1653;20220721;27.7;13.7;20.7;1.2;13.01;0;4.63;22784
+67077;42.69103;.13277;1653;20220722;27.4;16;21.7;1.8;12.5;.3;5.64;24236
+67077;42.69103;.13277;1653;20220723;26.7;15;20.9;1.6;13.44;0;5.36;24816
+67077;42.69103;.13277;1653;20220724;29.3;16.3;22.8;1.8;11.87;0;6.06;26456
+67077;42.69103;.13277;1653;20220725;25.7;16.3;21;1.4;11.14;.4;5.32;24189
+67077;42.69103;.13277;1653;20220726;22.5;12.6;17.6;1.5;10.87;.4;4.97;24797
+67077;42.69103;.13277;1653;20220727;22.8;11.8;17.3;1.5;10.17;0;5;26095
+67077;42.69103;.13277;1653;20220728;21.5;12.8;17.2;1.3;12.1;10.6;3.92;18344
+67077;42.69103;.13277;1653;20220729;19.7;12.9;16.3;1.2;15.47;11;2.7;13062
+67077;42.69103;.13277;1653;20220730;22.6;12.2;17.4;1.3;15.57;0;4.03;21121
+67077;42.69103;.13277;1653;20220731;23.9;13.5;18.7;1.2;15.24;.4;4.02;20122
+67077;42.69103;.13277;1653;20220801;24.3;13.4;18.9;1.4;14.57;.2;4.53;21443
+67077;42.69103;.13277;1653;20220802;26.1;14.8;20.5;1.4;12.87;0;5.01;22523
+67077;42.69103;.13277;1653;20220803;27.5;15.3;21.4;2;13.34;2.7;5.27;21101
+67077;42.69103;.13277;1653;20220804;26.5;14;20.3;1.8;12.64;9;5.3;23037
+67077;42.69103;.13277;1653;20220805;23;14;18.5;1.7;12.54;2.9;4.67;20081
+67077;42.69103;.13277;1653;20220806;24.2;12.3;18.3;1.5;13.24;.1;4.54;20393
+67077;42.69103;.13277;1653;20220807;23.6;14;18.8;1.8;14.17;3.4;4.37;18030
+67077;42.69103;.13277;1653;20220808;24.3;13.8;19.1;1.6;13.47;1;4.26;18711
+67077;42.69103;.13277;1653;20220809;23.8;13.8;18.8;1.5;13.31;9.8;3.59;17162
+67077;42.69103;.13277;1653;20220810;24.2;13;18.6;1.8;13.2;6.9;4.57;19207
+67077;42.69103;.13277;1653;20220811;24.7;15.1;19.9;1.6;12.84;0;4.73;20896
+67077;42.69103;.13277;1653;20220812;27.1;15.6;21.3;1.6;12.74;.1;4.9;20869
+67077;42.69103;.13277;1653;20220813;26.8;16.5;21.6;2;13.47;1;4.78;18214
+67077;42.69103;.13277;1653;20220814;23.2;13.3;18.2;1.9;11.04;0;4.68;21259
+67077;42.69103;.13277;1653;20220815;21.2;12.7;16.9;1.5;11.1;.1;3.67;18271
+67077;42.69103;.13277;1653;20220816;20;11.3;15.6;1.6;11.7;18.2;3.45;15303
+67077;42.69103;.13277;1653;20220817;18.1;10.1;14.1;1.8;11.54;2;3.64;18184
+67077;42.69103;.13277;1653;20220818;15;8;11.5;2.3;10.47;.5;3.29;16347
+67077;42.69103;.13277;1653;20220819;20.4;7.3;13.8;1.8;10;1;4.2;21564
+67077;42.69103;.13277;1653;20220820;22.9;10.4;16.6;1.5;10.3;.4;4.18;20668
+67077;42.69103;.13277;1653;20220821;22;13.6;17.8;1.6;11.34;0;4.06;19028
+67077;42.69103;.13277;1653;20220822;21;10.4;15.7;1.7;11.87;0;4.3;21902
+67077;42.69103;.13277;1653;20220823;23.3;11.2;17.3;1.5;13.1;0;3.8;18515
+67077;42.69103;.13277;1653;20220824;25;14.3;19.7;1.7;14.5;1.7;4.28;18399
+67077;42.69103;.13277;1653;20220825;21;13.3;17.2;1.6;13.84;3.3;3.45;14495
+67077;42.69103;.13277;1653;20220826;19.7;10;14.8;1.4;13.27;.3;3.55;18306
+67077;42.69103;.13277;1653;20220827;21.9;11.2;16.5;1.4;12.94;.9;3.65;18160
+67077;42.69103;.13277;1653;20220828;24.9;10.5;17.7;1.6;11.09;.7;3.91;17694
+67077;42.69103;.13277;1653;20220829;24.2;11.1;17.7;1.8;12.19;9;3.53;14500
+67077;42.69103;.13277;1653;20220830;23.3;10.6;17;1.3;13.06;0;3.58;18585
+67077;42.69103;.13277;1653;20220831;20.9;12.3;16.6;1.3;12.62;5.8;2.55;10423
+67077;42.69103;.13277;1653;20220901;22.3;8.6;15.5;1.4;11.82;.2;3.21;16256
+67077;42.69103;.13277;1653;20220902;22;10.8;16.4;1.1;12.72;12.6;2.95;14709
+67077;42.69103;.13277;1653;20220903;19.6;9.3;14.4;1.2;12.89;3.2;2.64;14160
+67077;42.69103;.13277;1653;20220904;21.4;9.4;15.4;1.5;10.89;0;3.25;16109
+67077;42.69103;.13277;1653;20220905;22.1;11;16.5;1.6;12.79;14.8;3.16;14778
+67077;42.69103;.13277;1653;20220906;22.1;11.3;16.7;1.6;12.52;0;3.2;15157
+67077;42.69103;.13277;1653;20220907;18.7;10.6;14.7;1.6;10.14;0;3.27;16827
+67077;42.69103;.13277;1653;20220908;17.9;10.2;14.1;1.4;9.74;0;3.01;15824
+67077;42.69103;.13277;1653;20220909;18.8;9.5;14.2;1.6;10.57;.2;3.23;17088
+67077;42.69103;.13277;1653;20220910;21;9.2;15.1;1.4;9.7;0;3.37;18526
+67077;42.69103;.13277;1653;20220911;24.6;12.8;18.7;1.8;12;0;3.87;17832
+67077;42.69103;.13277;1653;20220912;24.4;15.2;19.8;1.7;13.34;3;3.45;14379
+67077;42.69103;.13277;1653;20220913;18.3;14.6;16.4;2.1;13.84;24.3;2.13;7768
+67077;42.69103;.13277;1653;20220914;17.2;9.8;13.5;1.8;13.04;0;2.53;12807
+67077;42.69103;.13277;1653;20220915;17.7;8.7;13.2;1.2;12.04;3.9;2.42;12583
+67077;42.69103;.13277;1653;20220916;17.2;8.7;12.9;1.4;11.6;0;2.87;16173
+67077;42.69103;.13277;1653;20220917;17.9;6.2;12.1;1.6;9;0;2.74;13216
+67077;42.69103;.13277;1653;20220918;19.3;7.2;13.2;1.2;10.17;0;2.91;17587
+67077;42.69103;.13277;1653;20220919;20.1;9.8;14.9;1.4;9.84;0;3.06;16385
+67077;42.69103;.13277;1653;20220920;18.9;9.3;14.1;1.1;9.74;0;2.78;16345
+67077;42.69103;.13277;1653;20220921;17.9;8.6;13.3;1.2;9.67;0;2.76;16511
+67077;42.69103;.13277;1653;20220922;16.8;7.5;12.1;1.7;10.07;0;2.71;15186
+67077;42.69103;.13277;1653;20220923;17.1;8.7;12.9;1.7;11.74;12.6;2.09;10701
+67077;42.69103;.13277;1653;20220924;10.9;6.5;8.7;1.4;10.5;3.5;1.77;10358
+67077;42.69103;.13277;1653;20220925;14;2.3;8.2;1.5;8.2;.6;2.11;14007
+67077;42.69103;.13277;1653;20220926;12.2;2.2;7.2;1.5;7.47;.4;2.21;14808
+67077;42.69103;.13277;1653;20220927;13.4;4.2;8.8;1.6;8.44;.6;2.13;12746
+67077;42.69103;.13277;1653;20220928;15.4;5.4;10.4;1.4;9.94;1.6;1.93;11751
+67077;42.69103;.13277;1653;20220929;10.4;3.7;7;1.3;7.85;2.9;1.47;9853
+67077;42.69103;.13277;1653;20220930;9;1.2;5.1;2;6.3;.4;2.06;13767
+67077;42.69103;.13277;1653;20221001;17.3;1.8;9.5;1.5;7.2;0;2.42;14808
+67077;42.69103;.13277;1653;20221002;21.3;8.5;14.9;1.6;9.47;.1;2.85;14985
+67077;42.69103;.13277;1653;20221003;19.9;10.3;15.1;1.5;10.2;0;2.73;14752
+67077;42.69103;.13277;1653;20221004;18.8;9.5;14.2;1.4;9.4;.1;2.49;14302
+67077;42.69103;.13277;1653;20221005;19.9;7;13.4;1.7;10.07;0;2.56;14199
+67077;42.69103;.13277;1653;20221006;18.2;6.1;12.1;1.3;10.07;0;2.1;12868
+67077;42.69103;.13277;1653;20221007;14.9;6.3;10.6;1.4;11.24;5.1;1.61;8481
+67077;42.69103;.13277;1653;20221008;15.9;7.3;11.6;1.3;11.14;.3;1.74;9597
+67077;42.69103;.13277;1653;20221009;16.6;6.4;11.5;1.6;10.64;1.4;1.98;11185
+67077;42.69103;.13277;1653;20221010;16.8;5.4;11.1;1.7;10.34;0;1.88;10093
+67077;42.69103;.13277;1653;20221011;13.6;6.3;10;1.1;10.7;.9;1.44;8863
+67077;42.69103;.13277;1653;20221012;16.5;5.1;10.8;1.1;10.5;1.7;1.7;11113
+67077;42.69103;.13277;1653;20221013;15.7;6.6;11.1;1.1;10.87;0;1.74;12118
+67077;42.69103;.13277;1653;20221014;18.3;9.7;14;1.7;10.87;.1;2.17;11538
+67077;42.69103;.13277;1653;20221015;18.3;8.1;13.2;1.7;9.6;0;2.32;12405
+67077;42.69103;.13277;1653;20221016;17.9;9.3;13.6;1.9;10.04;0;2.39;12132
+67077;42.69103;.13277;1653;20221017;16.5;9.2;12.8;2;10.8;11.4;2.05;8611
+67077;42.69103;.13277;1653;20221018;20;9.6;14.8;1.6;10.84;0;2.26;12145
+67077;42.69103;.13277;1653;20221019;18.7;12.9;15.8;2.1;10.8;38;2.26;8432
+67077;42.69103;.13277;1653;20221020;12.4;9.7;11.1;3.1;11.44;37.4;1.47;4835
+67077;42.69103;.13277;1653;20221021;12.4;8;10.2;2.1;11.04;11.9;1.32;5977
+67077;42.69103;.13277;1653;20221022;14;7.3;10.7;2;10.57;.9;1.42;6604
+67077;42.69103;.13277;1653;20221023;13.3;10.2;11.8;3.5;10.07;15.5;2.14;5002
+67077;42.69103;.13277;1653;20221024;12.7;7.1;9.9;1.9;10.27;.2;1.58;7944
+67077;42.69103;.13277;1653;20221025;16.7;9;12.8;1.9;9.07;.1;1.92;8359
+67077;42.69103;.13277;1653;20221026;17.6;11.4;14.5;1.4;9.24;0;1.81;8815
+67077;42.69103;.13277;1653;20221027;18.5;11.1;14.8;1.6;9;.2;2;6729
+67077;42.69103;.13277;1653;20221028;20.5;12.2;16.4;1.7;7.94;0;2.23;8262
+67077;42.69103;.13277;1653;20221029;18.2;11.7;15;2.1;5.84;0;2.65;9261
+67077;42.69103;.13277;1653;20221030;16.5;8.1;12.3;1.6;6.17;1.8;1.92;8007
+67077;42.69103;.13277;1653;20221031;14.6;7.5;11.1;1.9;9.77;12.4;1.42;7041
+67077;42.69103;.13277;1653;20221101;13.7;5.2;9.4;1.3;10.17;0;1.23;9794
+67077;42.69103;.13277;1653;20221102;11.4;4.9;8.2;1.7;8.6;.8;1.35;7604
+67077;42.69103;.13277;1653;20221103;9;6.6;7.8;1.6;9.44;7.6;.99;4164
+67077;42.69103;.13277;1653;20221104;5.4;-.2;2.6;2;6.17;8.5;.94;6696
+67077;42.69103;.13277;1653;20221105;11.8;-.1;5.9;1.8;5.17;0;1.48;10122
+67077;42.69103;.13277;1653;20221106;12.9;4.6;8.8;1.3;5.7;0;1.39;9829
+67077;42.69103;.13277;1653;20221107;13.4;2.8;8.1;1.8;6.4;0;1.5;9469
+67077;42.69103;.13277;1653;20221108;12.6;6.3;9.5;1.4;8.1;2.6;1.21;6898
+67077;42.69103;.13277;1653;20221109;10.2;4.9;7.6;1.4;9.54;1.5;.92;5366
+67077;42.69103;.13277;1653;20221110;11.1;2.2;6.7;1.5;6.9;0;1.15;9362
+67077;42.69103;.13277;1653;20221111;10.9;2.9;6.9;2.6;7.77;.8;1.37;6591
+67077;42.69103;.13277;1653;20221112;13.3;5.9;9.6;2.6;7.67;.1;1.71;8368
+67077;42.69103;.13277;1653;20221113;13.3;5.2;9.3;1.5;7.1;0;1.31;8778
+67077;42.69103;.13277;1653;20221114;9.5;3.6;6.5;1.1;8.77;2;.72;4762
+67077;42.69103;.13277;1653;20221115;10;5.4;7.7;2.2;9.5;9;.97;4403
+67077;42.69103;.13277;1653;20221116;9.2;3.1;6.2;1.3;8.3;.3;.73;6278
+67077;42.69103;.13277;1653;20221117;9.9;3.8;6.9;1.2;8.77;.6;.86;5830
+67077;42.69103;.13277;1653;20221118;4.8;1.1;2.9;1.5;6.54;.7;.82;5459
+67077;42.69103;.13277;1653;20221119;3.1;-1.3;.9;2.2;5.07;0;1.03;7650
+67077;42.69103;.13277;1653;20221120;7.4;-2.7;2.3;1.6;5;8;.95;6794
+67077;42.69103;.13277;1653;20221121;5.9;1;3.4;1.6;6.64;19.8;.65;3449
+67077;42.69103;.13277;1653;20221122;2.9;-2.6;.1;1.3;5.77;11.8;.5;4912
+67077;42.69103;.13277;1653;20221123;9.4;-.5;4.4;1.2;7.34;6.9;.68;5644
+67077;42.69103;.13277;1653;20221124;7.7;-.2;3.7;1.4;6.3;8.3;.7;4511
+67077;42.69103;.13277;1653;20221125;4.8;1.9;3.3;1.9;6.54;2;.77;5077
+67077;42.69103;.13277;1653;20221126;9.3;-1;4.2;1.3;4.5;0;.91;7008
+67077;42.69103;.13277;1653;20221127;10.7;4;7.3;1.2;4.37;2;.96;7602
+67077;42.69103;.13277;1653;20221128;3.4;.1;1.8;2.3;5.77;5.8;.9;6090
+67077;42.69103;.13277;1653;20221129;3.1;-.7;1.2;1.7;5.97;2;.72;5728
+67077;42.69103;.13277;1653;20221130;3.9;-3.3;.3;1.3;4.67;.2;.64;7055
+67077;42.69103;.13277;1653;20221201;3.3;-2.8;.2;1.2;4.34;0;.63;7524
+67077;42.69103;.13277;1653;20221202;2.3;-5;-1.3;1.3;4.5;0;.57;6374
+67077;42.69103;.13277;1653;20221203;1;-5.1;-2.1;1.2;4.87;3;.44;4326
+67077;42.69103;.13277;1653;20221204;.2;-3.7;-1.7;1.3;4.94;0;.48;4713
+67077;42.69103;.13277;1653;20221205;5.2;-4.4;.4;1.7;5.37;2.9;.6;6072
+67077;42.69103;.13277;1653;20221206;7.8;1;4.4;1.3;7.2;.2;.65;4282
+67077;42.69103;.13277;1653;20221207;6;1.4;3.7;1.1;6.67;0;.51;5965
+67077;42.69103;.13277;1653;20221208;4.4;2;3.2;1.7;7.04;26.4;.59;2982
+67077;42.69103;.13277;1653;20221209;5.1;2.4;3.7;1.8;7.64;3.6;.56;3500
+67077;42.69103;.13277;1653;20221210;3.3;-.1;1.6;1.3;5.5;0;.53;6796
+67077;42.69103;.13277;1653;20221211;1.4;-4;-1.3;.8;4.14;.4;.44;3187
+67077;42.69103;.13277;1653;20221212;3.5;-3.1;.2;1.2;5.64;15.9;.37;3121
+67077;42.69103;.13277;1653;20221213;6;2;4;1.2;8.24;17.9;.37;2895
+67077;42.69103;.13277;1653;20221214;7;2.5;4.8;1.2;8.14;7;.53;5374
+67077;42.69103;.13277;1653;20221215;5.2;1.5;3.3;1.2;7.9;3.1;.48;3419
+67077;42.69103;.13277;1653;20221216;4.3;1;2.7;.9;7.44;.6;.46;3667
+67077;42.69103;.13277;1653;20221217;4.5;-.7;1.9;1.2;6;0;.44;5999
+67077;42.69103;.13277;1653;20221218;6.4;-.9;2.7;1.8;5.6;0;.67;6312
+67077;42.69103;.13277;1653;20221219;8.9;.9;4.9;1.4;5.67;0;.74;6264
+67077;42.69103;.13277;1653;20221220;10.5;3.4;7;1.4;5.7;4.8;.9;4144
+67077;42.69103;.13277;1653;20221221;6.8;2.4;4.6;1.2;7.8;.3;.51;4361
+67077;42.69103;.13277;1653;20221222;8.4;2.7;5.6;1.5;7.6;0;.58;5796
+67077;42.69103;.13277;1653;20221223;10;4.7;7.4;1.2;7.97;0;.68;5535
+67077;42.69103;.13277;1653;20221224;11.3;3.4;7.4;1.3;6.77;0;.79;6161
+67077;42.69103;.13277;1653;20221225;11.1;4.5;7.8;1.5;6.24;0;.91;6319
+67077;42.69103;.13277;1653;20221226;10.9;2.3;6.6;1.9;6.67;0;1.01;5322
+67077;42.69103;.13277;1653;20221227;8.3;1.2;4.8;1.1;7.24;0;.63;4185
+67077;42.69103;.13277;1653;20221228;7.9;1.7;4.8;2;6.94;.1;.86;6467
+67077;42.69103;.13277;1653;20221229;5.6;1.1;3.4;1.7;7.64;8.4;.57;3445
+67077;42.69103;.13277;1653;20221230;8.3;1.7;5;1.4;8.67;1.3;.52;3949
+67077;42.69103;.13277;1653;20221231;12.7;4.7;8.7;2.1;7.37;0;1.16;6643
+67078;42.72012;.4351;1573;20220101;17.7;10.6;14.1;2.2;2.9;0;2.11;5621
+67078;42.72012;.4351;1573;20220102;14.7;10.3;12.5;2.1;4.7;0;1.76;4477
+67078;42.72012;.4351;1573;20220103;12.1;4.6;8.3;2;5;0;1.24;5827
+67078;42.72012;.4351;1573;20220104;12.6;9.1;10.8;4.3;5.1;11.7;2.46;4049
+67078;42.72012;.4351;1573;20220105;-2.9;-3.1;-3;1.5;4.2;2.3;.4;1087
+67078;42.72012;.4351;1573;20220106;-.2;-7.6;-3.9;1;2.7;0;.44;5887
+67078;42.72012;.4351;1573;20220107;1.5;-5.8;-2.2;1.4;3.5;4.2;.51;5885
+67078;42.72012;.4351;1573;20220108;4.2;-3;.6;1.3;5.5;8.4;.4;5884
+67078;42.72012;.4351;1573;20220109;.2;-.4;-.1;2.6;6.4;43.7;.17;1817
+67078;42.72012;.4351;1573;20220110;3.8;.7;2.2;5.4;7.6;44.3;.04;3967
+67078;42.72012;.4351;1573;20220111;4.8;.1;2.4;1;4.2;0;.63;4886
+67078;42.72012;.4351;1573;20220112;4.2;-2.1;1;1.2;1.5;0;.9;5677
+67078;42.72012;.4351;1573;20220113;8.6;-1;3.8;1;1.5;0;.86;7029
+67078;42.72012;.4351;1573;20220114;10.2;1;5.6;1.1;2;0;.97;6942
+67078;42.72012;.4351;1573;20220115;7.3;-.9;3.2;1.1;1.8;0;.91;6618
+67078;42.72012;.4351;1573;20220116;6.4;-2.3;2;.6;1.8;0;.59;6873
+67078;42.72012;.4351;1573;20220117;6.6;-2.3;2.1;.7;1.9;0;.65;7013
+67078;42.72012;.4351;1573;20220118;12.8;2.4;7.6;.7;2.4;0;.76;7640
+67078;42.72012;.4351;1573;20220119;3.5;1;2.2;1.1;3.6;.8;.78;3858
+67078;42.72012;.4351;1573;20220120;2;-2.9;-.5;1.1;5.4;2.1;.4;5393
+67078;42.72012;.4351;1573;20220121;-.1;-4.9;-2.5;.9;3.9;0;.45;5392
+67078;42.72012;.4351;1573;20220122;7.1;-6.8;.1;.8;2.8;0;.64;9162
+67078;42.72012;.4351;1573;20220123;7.4;.2;3.8;.8;3.3;0;.76;6705
+67078;42.72012;.4351;1573;20220124;10.6;1.2;5.9;.7;2.6;0;.8;7719
+67078;42.72012;.4351;1573;20220125;8.1;1;4.5;1;2.5;0;.96;6800
+67078;42.72012;.4351;1573;20220126;9.3;1.5;5.4;1;2.5;0;1.01;7197
+67078;42.72012;.4351;1573;20220127;9.8;2;5.9;.7;2.2;0;.86;7276
+67078;42.72012;.4351;1573;20220128;9.8;.4;5.1;.7;1.8;0;.85;8061
+67078;42.72012;.4351;1573;20220129;13.1;2;7.5;.6;2.3;0;.83;8844
+67078;42.72012;.4351;1573;20220130;10.9;3.8;7.3;.6;2.6;0;.87;7184
+67078;42.72012;.4351;1573;20220131;2.4;.9;1.6;1.6;4.6;0;.77;3420
+67078;42.72012;.4351;1573;20220201;5.2;-3.6;.8;1;5.5;.2;.6;8164
+67078;42.72012;.4351;1573;20220202;13.8;4.6;9.2;1;3.1;0;1.23;8441
+67078;42.72012;.4351;1573;20220203;16.9;7.9;12.4;1;3;0;1.38;8448
+67078;42.72012;.4351;1573;20220204;5.9;.9;3.4;1;5.9;.4;.71;6409
+67078;42.72012;.4351;1573;20220205;2.4;.6;1.5;1.1;5.9;.3;.55;3950
+67078;42.72012;.4351;1573;20220206;4.3;-4.2;0;1.1;4;0;.77;8508
+67078;42.72012;.4351;1573;20220207;5.4;-2.2;1.6;1.5;5.4;.6;.76;8148
+67078;42.72012;.4351;1573;20220208;15.5;.1;7.8;1;3.7;0;1.31;11674
+67078;42.72012;.4351;1573;20220209;13.9;6.3;10.1;1.2;3.4;0;1.51;8344
+67078;42.72012;.4351;1573;20220210;9.1;3.5;6.3;.7;4.4;0;1.05;10118
+67078;42.72012;.4351;1573;20220211;5.8;-3.9;.9;.8;5.6;.5;.81;8193
+67078;42.72012;.4351;1573;20220212;9.1;-3.8;2.6;.6;4.9;.4;.95;9601
+67078;42.72012;.4351;1573;20220213;9.1;-2.8;3.1;1.4;5.4;7.7;1.21;9327
+67078;42.72012;.4351;1573;20220214;4.3;.4;2.3;1.2;5.9;3.6;.88;5309
+67078;42.72012;.4351;1573;20220215;2.8;-3.6;-.4;.7;5.1;2;.75;6951
+67078;42.72012;.4351;1573;20220216;7.4;-1.5;2.9;1.2;6.9;.4;.83;9802
+67078;42.72012;.4351;1573;20220217;10.5;2.2;6.3;1.4;7.2;0;1.12;9584
+67078;42.72012;.4351;1573;20220218;15.8;6.4;11.1;2.3;5.5;5.1;2.17;10311
+67078;42.72012;.4351;1573;20220219;.9;-1.7;-.4;1;5.6;4.4;.57;5559
+67078;42.72012;.4351;1573;20220220;7.5;-3.4;2;.9;4.4;0;1.08;11358
+67078;42.72012;.4351;1573;20220221;5.9;.5;3.2;1.6;4.2;.1;1.22;8133
+67078;42.72012;.4351;1573;20220222;10.2;-.3;4.9;1.1;3.1;0;1.45;11415
+67078;42.72012;.4351;1573;20220223;11.8;-.3;5.7;1.4;4.4;0;1.58;12387
+67078;42.72012;.4351;1573;20220224;9.5;3.9;6.7;1.5;4.8;.4;1.48;8574
+67078;42.72012;.4351;1573;20220225;.7;-.7;0;1.1;5.6;0;.58;4411
+67078;42.72012;.4351;1573;20220226;11.6;-2.8;4.4;1.3;3.1;0;1.69;13978
+67078;42.72012;.4351;1573;20220227;6.5;1.9;4.2;1.4;5;0;1.2;8056
+67078;42.72012;.4351;1573;20220228;9.2;.5;4.8;.9;4.9;0;1.31;11150
+67078;42.72012;.4351;1573;20220301;13.8;1.7;7.7;1.6;2.5;0;2.15;13272
+67078;42.72012;.4351;1573;20220302;6.7;6.5;6.6;2.3;5.1;2.4;1.43;1856
+67078;42.72012;.4351;1573;20220303;9.8;-.3;4.7;1.1;5.7;2.1;1.39;12414
+67078;42.72012;.4351;1573;20220304;.9;.2;.5;1.4;5.9;1.8;.56;3415
+67078;42.72012;.4351;1573;20220305;.4;-2.4;-1;.9;4.9;.6;.73;6753
+67078;42.72012;.4351;1573;20220306;.8;-3.3;-1.3;.8;5;.6;.78;8229
+67078;42.72012;.4351;1573;20220307;5.2;-3.2;1;1.7;4.3;1.7;1.31;11842
+67078;42.72012;.4351;1573;20220308;5.8;1.6;3.7;1.9;4.9;1.9;1.35;8508
+67078;42.72012;.4351;1573;20220309;7.1;-1.5;2.8;2.1;4.2;.1;1.62;12240
+67078;42.72012;.4351;1573;20220310;7.5;3.3;5.4;2.8;5.3;2.5;1.67;8690
+67078;42.72012;.4351;1573;20220311;6.9;5.3;6.1;3.6;5.4;11.3;1.74;5477
+67078;42.72012;.4351;1573;20220312;6;-.3;2.8;1.2;5.6;3.8;1.24;10832
+67078;42.72012;.4351;1573;20220313;2.7;2.6;2.6;2;4.7;6.2;.98;1510
+67078;42.72012;.4351;1573;20220314;5.9;.5;3.2;4.5;4.7;7.9;1.78;10247
+67078;42.72012;.4351;1573;20220315;15.5;6.3;10.9;4.4;4.7;0;3.55;13465
+67078;42.72012;.4351;1573;20220316;13.7;10.6;12.1;1.6;5.6;2.5;2.11;7957
+67078;42.72012;.4351;1573;20220317;4.3;3.5;3.9;1.1;7.4;13.2;.74;4156
+67078;42.72012;.4351;1573;20220318;5.6;1.1;3.3;.6;7.6;.7;1.23;9347
+67078;42.72012;.4351;1573;20220319;6.2;-.1;3.1;.6;6.5;.1;1.59;12895
+67078;42.72012;.4351;1573;20220320;7.3;1.5;4.4;.6;6.5;2.1;1.45;10435
+67078;42.72012;.4351;1573;20220321;7.1;1.8;4.5;2.1;5.7;.5;2.07;11078
+67078;42.72012;.4351;1573;20220322;7.5;-.9;3.3;1.4;4.7;0;1.96;12344
+67078;42.72012;.4351;1573;20220323;9.2;-2;3.6;1.6;4;0;2.31;14704
+67078;42.72012;.4351;1573;20220324;11.6;-3.5;4;.7;4.8;0;2.14;17735
+67078;42.72012;.4351;1573;20220325;12.4;.3;6.3;.8;7.1;0;2.17;16031
+67078;42.72012;.4351;1573;20220326;11.7;-1.6;5.1;1;6.9;.4;2.24;16683
+67078;42.72012;.4351;1573;20220327;11.4;.7;6.1;1;6.3;0;2.18;15859
+67078;42.72012;.4351;1573;20220328;12.5;.5;6.5;.9;5.2;0;2.24;15941
+67078;42.72012;.4351;1573;20220329;13.5;2.5;8;1;6.8;2.9;2.33;15341
+67078;42.72012;.4351;1573;20220330;4.5;1;2.8;.9;7.6;3.2;1.26;8501
+67078;42.72012;.4351;1573;20220331;4.9;-.1;2.4;1.6;6.3;3.1;1.32;9457
+67078;42.72012;.4351;1573;20220401;-3.6;-6.4;-5;2.9;3.1;9.7;1.11;6527
+67078;42.72012;.4351;1573;20220402;-4;-8.3;-6.1;2.4;3.3;2.5;1.13;10242
+67078;42.72012;.4351;1573;20220403;-1;-8.1;-4.6;1.3;3.02;.4;1.35;13051
+67078;42.72012;.4351;1573;20220404;3.5;-7.6;-2;.9;4;0;1.79;16852
+67078;42.72012;.4351;1573;20220405;8.5;-9.2;-.3;1.2;4.2;0;2.39;19891
+67078;42.72012;.4351;1573;20220406;8.4;-2.3;3.1;.8;6;0;1.89;16191
+67078;42.72012;.4351;1573;20220407;16.3;-2.5;6.9;.8;6.2;0;2.91;21451
+67078;42.72012;.4351;1573;20220408;16.2;.4;8.3;1.2;7.1;.9;3.02;19905
+67078;42.72012;.4351;1573;20220409;6.7;.3;3.5;1.3;6.1;.6;2.07;14156
+67078;42.72012;.4351;1573;20220410;14.9;-4.2;5.3;1.3;4.7;0;3.15;21996
+67078;42.72012;.4351;1573;20220411;17.1;5.7;11.4;1.8;7.1;0;3.56;18248
+67078;42.72012;.4351;1573;20220412;13.7;5.7;9.7;.7;9;4.5;1.98;12695
+67078;42.72012;.4351;1573;20220413;6.1;3.4;4.8;.2;8.5;4.7;1.26;8271
+67078;42.72012;.4351;1573;20220414;13.2;1.4;7.3;.9;8.2;0;2.55;16961
+67078;42.72012;.4351;1573;20220415;16.3;1.6;9;.7;8.6;0;2.95;20386
+67078;42.72012;.4351;1573;20220416;17.3;3;10.2;1.1;8.8;0;3.14;18625
+67078;42.72012;.4351;1573;20220417;17.9;-.6;8.6;1.2;7.7;0;3.54;23042
+67078;42.72012;.4351;1573;20220418;14.5;1.1;7.8;1.2;9.1;0;2.79;17499
+67078;42.72012;.4351;1573;20220419;8.6;3.6;6.1;.9;8.2;22;1.53;9349
+67078;42.72012;.4351;1573;20220420;3.5;-.5;1.5;.7;6.9;0;1.45;12574
+67078;42.72012;.4351;1573;20220421;4.3;.2;2.2;.8;7.4;.2;1.69;12436
+67078;42.72012;.4351;1573;20220422;12.5;-.5;6;1.4;5.9;11.4;2.87;19353
+67078;42.72012;.4351;1573;20220423;6.4;3.2;4.8;1.1;6.5;8.3;1.99;12253
+67078;42.72012;.4351;1573;20220424;10.4;0;5.2;1;7.7;.4;2.61;18923
+67078;42.72012;.4351;1573;20220425;13.5;.1;6.8;.8;7.4;0;3;20553
+67078;42.72012;.4351;1573;20220426;17.2;.7;8.9;.9;7.3;0;3.25;21764
+67078;42.72012;.4351;1573;20220427;16.8;4.8;10.8;.7;8.4;1.5;2.88;16901
+67078;42.72012;.4351;1573;20220428;12.9;4.9;8.9;.6;11;.8;2.15;13180
+67078;42.72012;.4351;1573;20220429;17.6;3.7;10.7;.8;9.4;0;3.4;22191
+67078;42.72012;.4351;1573;20220430;13.1;6.7;9.9;1.2;9.8;.8;2.87;16640
+67078;42.72012;.4351;1573;20220501;15.6;.5;8.1;1.3;9;4.2;3.37;21660
+67078;42.72012;.4351;1573;20220502;11.1;5.1;8.1;.6;10.2;12;2.34;14869
+67078;42.72012;.4351;1573;20220503;8.5;4.1;6.3;.4;9.7;4.3;1.62;10126
+67078;42.72012;.4351;1573;20220504;9.9;3.5;6.7;.8;9.3;3;1.97;12882
+67078;42.72012;.4351;1573;20220505;8.6;3.5;6;3.8;7.54;.8;2.07;13342
+67078;42.72012;.4351;1573;20220506;7.9;3.7;5.8;1.7;7.8;4.3;1.79;13330
+67078;42.72012;.4351;1573;20220507;12;5;8.5;1.4;8.1;0;2.51;17242
+67078;42.72012;.4351;1573;20220508;11.3;5.3;8.3;1.5;7.7;.1;2.42;16043
+67078;42.72012;.4351;1573;20220509;16.4;7;11.7;2.2;7.9;.1;3.46;20129
+67078;42.72012;.4351;1573;20220510;19.6;9.4;14.5;1.2;8;0;3.69;21049
+67078;42.72012;.4351;1573;20220511;23.2;12.9;18;2.1;7.9;0;4.62;21236
+67078;42.72012;.4351;1573;20220512;21.4;14;17.7;1.9;9.6;.2;3.93;18094
+67078;42.72012;.4351;1573;20220513;18.3;9.8;14;1.1;11.1;.3;3.27;19456
+67078;42.72012;.4351;1573;20220514;22.2;12.3;17.2;1.6;9.6;1.5;4.14;21064
+67078;42.72012;.4351;1573;20220515;20.7;13.8;17.2;3.9;8.4;.5;4.74;17674
+67078;42.72012;.4351;1573;20220516;19.4;12.5;15.9;2;9.9;0;3.64;17737
+67078;42.72012;.4351;1573;20220517;22.9;14.2;18.5;1.6;9.9;.8;4.17;19967
+67078;42.72012;.4351;1573;20220518;23.3;12.6;17.9;2.1;10.5;0;4.53;22201
+67078;42.72012;.4351;1573;20220519;24.1;16.6;20.3;2.3;9;0;4.7;18672
+67078;42.72012;.4351;1573;20220520;24.4;17;20.7;2.8;6.8;0;5.28;18606
+67078;42.72012;.4351;1573;20220521;28;18.3;23.1;1.6;6.9;0;5.07;21345
+67078;42.72012;.4351;1573;20220522;25.9;19.8;22.8;2;6.9;2.8;4.83;17008
+67078;42.72012;.4351;1573;20220523;12.5;10;11.2;1.5;11.1;1.2;1.94;10973
+67078;42.72012;.4351;1573;20220524;5.9;4.1;5;1.1;8.1;17.8;1.36;9359
+67078;42.72012;.4351;1573;20220525;7.7;.6;4.1;1.5;7.3;.7;2.16;18489
+67078;42.72012;.4351;1573;20220526;13.7;3.9;8.8;1.4;8.5;0;3.07;21751
+67078;42.72012;.4351;1573;20220527;17.3;4.8;11;1.2;9.6;0;3.66;24606
+67078;42.72012;.4351;1573;20220528;19.4;9.5;14.4;1.1;9.1;0;3.79;21966
+67078;42.72012;.4351;1573;20220529;17.4;9.4;13.4;1.2;9.7;.8;3.38;19805
+67078;42.72012;.4351;1573;20220530;17.6;7.7;12.6;1.7;9.9;7.1;3.61;22063
+67078;42.72012;.4351;1573;20220531;16.8;10.1;13.4;1.6;11.4;.1;3.11;18214
+67078;42.72012;.4351;1573;20220601;23.2;12.5;17.8;3;8.8;.3;5.2;23023
+67078;42.72012;.4351;1573;20220602;22.9;14.3;18.6;1.8;10.9;.6;4.34;20694
+67078;42.72012;.4351;1573;20220603;21.8;13.8;17.8;1.8;11.3;4.8;4.09;20000
+67078;42.72012;.4351;1573;20220604;22.3;12.1;17.2;2.3;12;7.9;4.4;22601
+67078;42.72012;.4351;1573;20220605;15.4;10;12.7;1.9;12.3;0;2.69;16511
+67078;42.72012;.4351;1573;20220606;20;9.2;14.6;2;10.9;.4;4.07;23322
+67078;42.72012;.4351;1573;20220607;14.9;10.2;12.5;1.5;12.4;0;2.54;15457
+67078;42.72012;.4351;1573;20220608;13.8;11.4;12.6;1.7;11.2;1.6;2.17;11102
+67078;42.72012;.4351;1573;20220609;16.1;8.1;12.1;1.4;10.7;0;3.21;20170
+67078;42.72012;.4351;1573;20220610;23.2;9.3;16.2;1;7;0;4.66;26568
+67078;42.72012;.4351;1573;20220611;24.8;14.4;19.6;1.2;10.9;.2;4.56;23023
+67078;42.72012;.4351;1573;20220612;24.2;17.5;20.8;1.5;10.7;1.3;4.25;18525
+67078;42.72012;.4351;1573;20220613;24.7;13.1;18.9;1.7;14.9;.5;4.62;24347
+67078;42.72012;.4351;1573;20220614;29.1;17.5;23.3;1.8;10.4;4.6;5.61;24364
+67078;42.72012;.4351;1573;20220615;27;15.2;21.1;2.6;11;.1;5.68;24586
+67078;42.72012;.4351;1573;20220616;28.8;20.4;24.6;1.6;10.7;.2;5.1;20777
+67078;42.72012;.4351;1573;20220617;28.9;21.1;25;1;12.2;2.2;4.55;20035
+67078;42.72012;.4351;1573;20220618;30;21.8;25.9;2.2;9.6;0;5.75;20544
+67078;42.72012;.4351;1573;20220619;26.4;21.3;23.8;3.8;8.2;.8;6.11;16237
+67078;42.72012;.4351;1573;20220620;25.5;11.9;18.7;2.7;12.2;0;5.38;26422
+67078;42.72012;.4351;1573;20220621;24;12.8;18.4;2.7;12.2;3.2;4.94;23991
+67078;42.72012;.4351;1573;20220622;17;11.9;14.4;3.2;12;0;3.11;16237
+67078;42.72012;.4351;1573;20220623;20.2;11.2;15.7;2.2;10.8;0;4.09;21515
+67078;42.72012;.4351;1573;20220624;16.3;9;12.6;1.8;11.8;0;3.1;19386
+67078;42.72012;.4351;1573;20220625;19.7;10.6;15.1;1.9;9.6;6.3;4.06;21619
+67078;42.72012;.4351;1573;20220626;15.5;8.2;11.8;1.9;11.8;13.1;2.95;19369
+67078;42.72012;.4351;1573;20220627;10.8;7.1;8.9;1.7;10.5;8.1;2;13825
+67078;42.72012;.4351;1573;20220628;16.2;6.9;11.5;1.9;11.5;.2;3.23;21815
+67078;42.72012;.4351;1573;20220629;21.4;11.6;16.5;1.5;11.2;10.5;4.14;22373
+67078;42.72012;.4351;1573;20220630;9.1;9.1;9.1;1.3;11.2;1.8;.48;150
+67078;42.72012;.4351;1573;20220701;15.5;5.9;10.7;1.1;10.2;0;3.28;22104
+67078;42.72012;.4351;1573;20220702;26.1;11.6;18.8;1.5;10.6;0;5.2;27102
+67078;42.72012;.4351;1573;20220703;24.2;14.7;19.4;1.4;13.6;2.7;4.34;21940
+67078;42.72012;.4351;1573;20220704;18.4;11.4;14.9;1.9;13.7;0;3.22;18830
+67078;42.72012;.4351;1573;20220705;16.1;11.3;13.7;1.2;14.2;2.5;2.59;15597
+67078;42.72012;.4351;1573;20220706;15.6;12.8;14.2;1.4;12.7;7.9;2.31;11931
+67078;42.72012;.4351;1573;20220707;17.4;10.5;13.9;1.5;11.2;0;3.25;18615
+67078;42.72012;.4351;1573;20220708;21.3;11.1;16.2;1.1;12.7;.1;3.95;22563
+67078;42.72012;.4351;1573;20220709;23;13.1;18;1.6;10.7;.1;4.4;22192
+67078;42.72012;.4351;1573;20220710;24.1;13.9;19;1.8;12.5;0;4.53;22482
+67078;42.72012;.4351;1573;20220711;26;17.1;21.5;1.4;12.4;.7;4.53;20969
+67078;42.72012;.4351;1573;20220712;26.3;18.5;22.4;1.1;13;0;4.25;19600
+67078;42.72012;.4351;1573;20220713;26.2;16.6;21.4;1.1;14.3;0;4.41;21682
+67078;42.72012;.4351;1573;20220714;27.7;18.1;22.9;1;11.7;0;4.56;21633
+67078;42.72012;.4351;1573;20220715;27.1;17.7;22.4;1;12.4;.1;4.45;21358
+67078;42.72012;.4351;1573;20220716;29.3;19.2;24.2;1.1;9.3;0;4.84;22080
+67078;42.72012;.4351;1573;20220717;30.2;21;25.6;1.2;7.9;0;4.9;21027
+67078;42.72012;.4351;1573;20220718;31.1;22.4;26.7;1.4;9.8;0;5.08;20398
+67078;42.72012;.4351;1573;20220719;30.4;22.8;26.6;2.7;10.6;.6;5.9;19023
+67078;42.72012;.4351;1573;20220720;23.4;12.7;18;1.2;15.2;.2;4.06;22480
+67078;42.72012;.4351;1573;20220721;26.6;13.4;20;1.8;13.2;0;4.98;24879
+67078;42.72012;.4351;1573;20220722;28.2;20.1;24.1;1.5;12.4;.3;4.65;19463
+67078;42.72012;.4351;1573;20220723;22.3;11.7;17;1.3;14.1;0;3.92;22174
+67078;42.72012;.4351;1573;20220724;30;18;24;1.3;11.2;0;5.11;23508
+67078;42.72012;.4351;1573;20220725;15.2;13.2;14.2;1;13.5;.6;1.91;9654
+67078;42.72012;.4351;1573;20220726;13.4;10.9;12.1;1.5;12.7;.4;1.85;10740
+67078;42.72012;.4351;1573;20220727;19.5;9.1;14.3;1.8;12.2;0;3.59;21673
+67078;42.72012;.4351;1573;20220728;21.9;11.5;16.7;1.6;12.2;2.7;3.95;21595
+67078;42.72012;.4351;1573;20220729;18.5;12.1;15.3;2.5;13.9;10.2;2.98;16910
+67078;42.72012;.4351;1573;20220730;17;12;14.5;1.1;14.6;0;2.53;14907
+67078;42.72012;.4351;1573;20220731;21.3;13.5;17.4;1.8;15.3;.8;3.4;18510
+67078;42.72012;.4351;1573;20220801;23.1;13.2;18.1;1.6;15.9;.3;3.78;20751
+67078;42.72012;.4351;1573;20220802;25.7;16.1;20.9;2.4;13.9;.1;4.56;20353
+67078;42.72012;.4351;1573;20220803;28.3;19;23.6;1.6;10.6;1.4;4.73;19951
+67078;42.72012;.4351;1573;20220804;28.9;19.4;24.1;2.5;11;13.3;5.4;20077
+67078;42.72012;.4351;1573;20220805;21.8;14.2;18;1.3;13.5;1.3;3.44;17894
+67078;42.72012;.4351;1573;20220806;24.1;12.8;18.4;1.2;15.3;1.1;3.92;21689
+67078;42.72012;.4351;1573;20220807;23.7;16.1;19.9;1.2;14.8;3.4;3.55;17733
+67078;42.72012;.4351;1573;20220808;25.4;15.7;20.5;1.1;13.3;.3;3.95;19921
+67078;42.72012;.4351;1573;20220809;24.2;16.2;20.2;1;12.7;6.4;3.62;18018
+67078;42.72012;.4351;1573;20220810;26.3;17.8;22;1.4;10.8;4.5;4.15;18478
+67078;42.72012;.4351;1573;20220811;27.8;18.4;23.1;1.4;10.4;.4;4.39;19327
+67078;42.72012;.4351;1573;20220812;28.6;21;24.8;.8;11.8;0;3.78;17305
+67078;42.72012;.4351;1573;20220813;28;21.5;24.7;2.6;11.7;1.3;4.88;15932
+67078;42.72012;.4351;1573;20220814;19.1;12.2;15.6;1.8;12.8;1.1;2.99;16324
+67078;42.72012;.4351;1573;20220815;19.4;11.3;15.3;1.5;12.8;.2;3.06;17579
+67078;42.72012;.4351;1573;20220816;24;13;18.5;1.8;10.4;13.3;4.14;20349
+67078;42.72012;.4351;1573;20220817;12.8;9.7;11.2;1.8;11.8;8.4;1.76;10812
+67078;42.72012;.4351;1573;20220818;13.7;8.5;11.1;1.8;11.1;1.6;2.15;13880
+67078;42.72012;.4351;1573;20220819;18.3;8.3;13.3;1.6;11.3;.1;3.05;19080
+67078;42.72012;.4351;1573;20220820;22.1;11.1;16.6;1.4;11.2;.2;3.58;19886
+67078;42.72012;.4351;1573;20220821;20.1;15;17.5;1.2;12.3;0;2.77;13507
+67078;42.72012;.4351;1573;20220822;19.4;10.9;15.1;1.2;13.9;0;2.85;17288
+67078;42.72012;.4351;1573;20220823;22.4;11.7;17;1.1;14.6;.1;3.3;19258
+67078;42.72012;.4351;1573;20220824;26.4;16.1;21.2;1.3;12.2;1.3;3.88;18778
+67078;42.72012;.4351;1573;20220825;21;14.9;17.9;2;12.7;9.3;3.11;14393
+67078;42.72012;.4351;1573;20220826;19.5;13;16.2;.9;14.4;.6;2.58;14756
+67078;42.72012;.4351;1573;20220827;21.2;11.9;16.5;1.8;13.5;3.6;3.14;17504
+67078;42.72012;.4351;1573;20220828;24.4;13.8;19.1;1.6;10.3;1.3;3.8;18552
+67078;42.72012;.4351;1573;20220829;24.7;18.2;21.4;2.3;9.3;8.9;4.09;14461
+67078;42.72012;.4351;1573;20220830;22.5;14;18.2;1.5;12.8;.1;3.21;16401
+67078;42.72012;.4351;1573;20220831;18.8;15.4;17.1;1.5;13.5;9.1;2.27;10355
+67078;42.72012;.4351;1573;20220901;20.1;10.8;15.4;.9;13.4;.2;2.76;16906
+67078;42.72012;.4351;1573;20220902;17;12;14.5;1;13.4;8.3;2.12;12347
+67078;42.72012;.4351;1573;20220903;18.3;10.4;14.3;1.8;12.5;1.8;2.57;15367
+67078;42.72012;.4351;1573;20220904;22.1;13;17.5;2.1;8.6;0;3.64;16359
+67078;42.72012;.4351;1573;20220905;22.9;15.9;19.4;1.9;10;6.2;3.43;14258
+67078;42.72012;.4351;1573;20220906;22.7;14.5;18.6;2.1;10.5;.1;3.48;15301
+67078;42.72012;.4351;1573;20220907;20.9;11.2;16;2.1;10.4;0;3.23;16500
+67078;42.72012;.4351;1573;20220908;17.5;10.5;14;1.6;10.1;0;2.53;13929
+67078;42.72012;.4351;1573;20220909;13.8;9.5;11.6;.9;11.1;.2;1.75;10862
+67078;42.72012;.4351;1573;20220910;21.2;10.1;15.6;1.1;7.8;0;2.99;17220
+67078;42.72012;.4351;1573;20220911;26.6;14.8;20.7;1.7;9.6;0;3.82;17605
+67078;42.72012;.4351;1573;20220912;26.3;20.2;23.2;3.3;10;1.1;4.61;12595
+67078;42.72012;.4351;1573;20220913;19;17.5;18.2;3.7;10.8;15.1;3.06;6269
+67078;42.72012;.4351;1573;20220914;20;12.7;16.3;2.7;10.2;0;3.11;13532
+67078;42.72012;.4351;1573;20220915;17.7;12.4;15;1;11.3;5.4;2.09;11453
+67078;42.72012;.4351;1573;20220916;15.2;10.7;12.9;1.2;12.4;.7;1.72;10474
+67078;42.72012;.4351;1573;20220917;14.7;6.5;10.6;1.1;10.1;0;1.96;13962
+67078;42.72012;.4351;1573;20220918;18.8;7.9;13.3;.8;5.8;0;2.46;15931
+67078;42.72012;.4351;1573;20220919;18.4;11.2;14.8;1;6.9;0;2.37;12859
+67078;42.72012;.4351;1573;20220920;18;9.6;13.8;1.2;7.3;0;2.43;13750
+67078;42.72012;.4351;1573;20220921;17.1;8.3;12.7;1;8.9;0;2.18;13940
+67078;42.72012;.4351;1573;20220922;17.5;9;13.2;1.1;8.6;0;2.23;13575
+67078;42.72012;.4351;1573;20220923;19.5;11;15.2;1.9;8.6;8.3;2.74;13447
+67078;42.72012;.4351;1573;20220924;10.1;7.7;8.9;1.3;9.6;6.8;1.2;7148
+67078;42.72012;.4351;1573;20220925;8.3;4;6.1;.6;8.1;.6;1.22;9425
+67078;42.72012;.4351;1573;20220926;10;4.2;7.1;1.2;8;.9;1.43;10816
+67078;42.72012;.4351;1573;20220927;9.7;5.4;7.5;2;8.7;1.3;1.31;9243
+67078;42.72012;.4351;1573;20220928;13.1;6.3;9.7;1.2;9.4;1.2;1.6;11470
+67078;42.72012;.4351;1573;20220929;8.8;5;6.9;1.2;8.4;8.8;1.18;8526
+67078;42.72012;.4351;1573;20220930;7.9;1.9;4.9;1.1;6.7;1.1;1.29;10568
+67078;42.72012;.4351;1573;20221001;15.9;3.9;9.9;.9;6.9;0;1.94;14731
+67078;42.72012;.4351;1573;20221002;19.4;10.2;14.8;1.5;10.2;.1;2.23;12784
+67078;42.72012;.4351;1573;20221003;19.4;10.9;15.1;1;9.7;0;2.04;12166
+67078;42.72012;.4351;1573;20221004;19.4;11.3;15.3;.7;7.8;.1;1.91;11755
+67078;42.72012;.4351;1573;20221005;20.5;12.3;16.4;1.1;6;0;2.26;11702
+67078;42.72012;.4351;1573;20221006;16;8.8;12.4;1;9.7;.1;1.67;10858
+67078;42.72012;.4351;1573;20221007;16.7;10.3;13.5;1;9.7;5.6;1.69;10136
+67078;42.72012;.4351;1573;20221008;13.4;9;11.2;1.2;9.9;.1;1.38;8339
+67078;42.72012;.4351;1573;20221009;17.6;9.2;13.4;1.5;8.4;1.3;2.01;11340
+67078;42.72012;.4351;1573;20221010;17.7;10.9;14.3;1;8.2;0;1.79;10107
+67078;42.72012;.4351;1573;20221011;13.5;8.8;11.1;1.1;11.1;6.6;1.23;8335
+67078;42.72012;.4351;1573;20221012;12.9;8.9;10.9;.8;11;1.5;1.14;7616
+67078;42.72012;.4351;1573;20221013;15.8;7.5;11.6;1;10.2;0;1.48;10783
+67078;42.72012;.4351;1573;20221014;16.2;10.5;13.3;1;10.7;.1;1.45;8861
+67078;42.72012;.4351;1573;20221015;19.8;11.8;15.8;2.8;7.2;0;2.88;10352
+67078;42.72012;.4351;1573;20221016;20.1;14.5;17.3;3.4;8.1;0;3.15;8587
+67078;42.72012;.4351;1573;20221017;17.6;14.1;15.8;2.5;8.8;5.5;2.29;6743
+67078;42.72012;.4351;1573;20221018;21.8;13;17.4;2;8.4;0;2.5;10483
+67078;42.72012;.4351;1573;20221019;19.4;17.6;18.5;5.6;8.9;28.2;3.97;4768
+67078;42.72012;.4351;1573;20221020;14.9;10.1;12.5;7.4;9;24.4;2.69;7604
+67078;42.72012;.4351;1573;20221021;14.8;9.6;12.2;5.4;8.4;7;2.49;7817
+67078;42.72012;.4351;1573;20221022;15.5;9.4;12.4;3.8;7.8;2.1;2.37;8356
+67078;42.72012;.4351;1573;20221023;13.7;14;13.8;5.5;8.2;22;2.74;0
+67078;42.72012;.4351;1573;20221024;15.1;9.9;12.5;4.5;7.1;.2;2.68;7548
+67078;42.72012;.4351;1573;20221025;17.7;10.1;13.9;5.9;7;.1;3.53;8987
+67078;42.72012;.4351;1573;20221026;18.5;15.5;17;5.5;7.4;0;3.91;5636
+67078;42.72012;.4351;1573;20221027;19.1;15.1;17.1;3.3;6.7;.1;3.09;6409
+67078;42.72012;.4351;1573;20221028;21.9;16.5;19.2;3.4;5.8;0;3.64;7336
+67078;42.72012;.4351;1573;20221029;20;16.1;18;3;4;0;3.45;6184
+67078;42.72012;.4351;1573;20221030;16.5;12.7;14.6;1.5;4.7;.4;1.92;6035
+67078;42.72012;.4351;1573;20221031;15.8;11.8;13.8;4.4;7.4;6.6;2.74;6116
+67078;42.72012;.4351;1573;20221101;12.3;6.5;9.4;1.5;9.1;0;1.02;7248
+67078;42.72012;.4351;1573;20221102;13.6;4.9;9.2;2.3;7.5;.3;1.43;8740
+67078;42.72012;.4351;1573;20221103;14;11.5;12.7;4.4;7;7.3;2.57;4700
+67078;42.72012;.4351;1573;20221104;3;1.7;2.3;2.8;5.9;11.2;.71;3392
+67078;42.72012;.4351;1573;20221105;9.8;.6;5.2;1;4.8;0;.97;8674
+67078;42.72012;.4351;1573;20221106;15.9;8;11.9;1.4;4.2;0;1.6;7956
+67078;42.72012;.4351;1573;20221107;17.3;5.7;11.5;2.2;3.4;0;2.18;9499
+67078;42.72012;.4351;1573;20221108;15;11.2;13.1;5.1;6.7;1.5;2.91;5439
+67078;42.72012;.4351;1573;20221109;10.3;8.6;9.4;2.7;8.1;2.8;1.22;3647
+67078;42.72012;.4351;1573;20221110;10.2;3;6.6;1.1;6.4;0;.87;7264
+67078;42.72012;.4351;1573;20221111;14.8;6;10.4;2.4;5.1;.7;1.85;7926
+67078;42.72012;.4351;1573;20221112;14.2;9;11.6;3;6.6;.1;1.94;6060
+67078;42.72012;.4351;1573;20221113;15.4;8.8;12.1;1.6;5.5;0;1.52;6734
+67078;42.72012;.4351;1573;20221114;10.3;8.3;9.3;2.3;6.5;.7;1.39;3735
+67078;42.72012;.4351;1573;20221115;12.2;8.8;10.5;4.8;6.6;3.5;2.22;4773
+67078;42.72012;.4351;1573;20221116;11.2;3.4;7.3;1.9;7.2;.1;.96;7077
+67078;42.72012;.4351;1573;20221117;12.5;6.2;9.3;2;7.5;1.3;1.14;6309
+67078;42.72012;.4351;1573;20221118;3.6;1.4;2.5;1.1;6.5;2.6;.48;3752
+67078;42.72012;.4351;1573;20221119;.4;-.8;-.2;1.6;5.4;1.1;.43;2783
+67078;42.72012;.4351;1573;20221120;6.8;-2.3;2.2;1;4.9;5;.61;7327
+67078;42.72012;.4351;1573;20221121;10.3;1.7;6;2.2;6.4;19.2;.96;7058
+67078;42.72012;.4351;1573;20221122;4.9;-2.4;1.2;2;5.3;10.1;.61;6453
+67078;42.72012;.4351;1573;20221123;6.9;1.7;4.3;1.5;7.2;8.8;.53;5419
+67078;42.72012;.4351;1573;20221124;10.6;1.3;5.9;2.2;5.6;3.4;1.07;7131
+67078;42.72012;.4351;1573;20221125;3.4;3.2;3.3;1.9;6.6;1.2;.56;1164
+67078;42.72012;.4351;1573;20221126;14.3;-.3;7;.7;3.6;0;.65;8742
+67078;42.72012;.4351;1573;20221127;14.3;8.2;11.2;1.4;2.3;2.5;1.47;5656
+67078;42.72012;.4351;1573;20221128;1.4;.2;.8;1.5;5.6;8.3;.45;2572
+67078;42.72012;.4351;1573;20221129;1.4;-.3;.5;1.4;6;4.3;.36;3009
+67078;42.72012;.4351;1573;20221130;7.9;-1.9;3;.3;3.4;.7;.36;6962
+67078;42.72012;.4351;1573;20221201;4.9;-.4;2.2;.8;2.8;0;.65;5122
+67078;42.72012;.4351;1573;20221202;1.6;-4.7;-1.6;.9;3.9;0;.42;5532
+67078;42.72012;.4351;1573;20221203;-1.3;-5.1;-3.2;1.3;4.4;.7;.3;4301
+67078;42.72012;.4351;1573;20221204;2.1;-3.9;-.9;1.4;3.4;0;.6;5333
+67078;42.72012;.4351;1573;20221205;8.6;-2.2;3.2;1.6;4.1;1.1;.81;7060
+67078;42.72012;.4351;1573;20221206;8;4.7;6.3;.5;6.2;.1;.52;3947
+67078;42.72012;.4351;1573;20221207;8.5;3;5.7;1;6.4;0;.57;5025
+67078;42.72012;.4351;1573;20221208;7;2.4;4.7;1.9;5.3;11.2;.84;4585
+67078;42.72012;.4351;1573;20221209;7.9;3.6;5.7;1.6;6.8;6;.65;4418
+67078;42.72012;.4351;1573;20221210;-2;-.7;-1.4;1.5;4.8;0;.44;0
+67078;42.72012;.4351;1573;20221211;2.4;-7.6;-2.6;.8;2;.2;.46;6603
+67078;42.72012;.4351;1573;20221212;7.3;-2.9;2.2;2.3;5.1;12;.7;6643
+67078;42.72012;.4351;1573;20221213;10.4;7;8.7;2.1;6.8;9.8;1.06;3886
+67078;42.72012;.4351;1573;20221214;9.3;4.7;7;2.1;6.8;2.8;.85;4483
+67078;42.72012;.4351;1573;20221215;6.3;3.7;5;.9;6.9;2.9;.49;3399
+67078;42.72012;.4351;1573;20221216;5.8;1.5;3.6;.8;6.9;1.3;.38;4320
+67078;42.72012;.4351;1573;20221217;8.1;-.1;4;.9;4.8;0;.52;5898
+67078;42.72012;.4351;1573;20221218;12.6;2.9;7.7;1.5;3.5;0;1.08;6394
+67078;42.72012;.4351;1573;20221219;16.3;10.3;13.3;3.6;3;0;2.95;5056
+67078;42.72012;.4351;1573;20221220;13;11.3;12.1;5.2;4.7;1.7;3.18;2760
+67078;42.72012;.4351;1573;20221221;9;3.4;6.2;1.4;7;.7;.6;4886
+67078;42.72012;.4351;1573;20221222;11.6;5.1;8.3;1.4;6.7;.1;.79;5254
+67078;42.72012;.4351;1573;20221223;15.4;9.7;12.5;1.2;6.4;0;1.02;4933
+67078;42.72012;.4351;1573;20221224;16.1;6.4;11.2;2.3;5.2;0;1.58;6397
+67078;42.72012;.4351;1573;20221225;14.1;10.3;12.2;6.2;4;0;3.71;4066
+67078;42.72012;.4351;1573;20221226;11.4;8.9;10.1;3.7;5.7;0;1.99;3332
+67078;42.72012;.4351;1573;20221227;9.4;3.8;6.6;.8;6.4;0;.54;4924
+67078;42.72012;.4351;1573;20221228;11.5;3.7;7.6;3.8;4.7;.1;1.82;5800
+67078;42.72012;.4351;1573;20221229;10.5;5.3;7.9;2;5.7;2.5;1.1;4777
+67078;42.72012;.4351;1573;20221230;14.7;4.5;9.6;3;6.7;.2;1.45;6654
+67078;42.72012;.4351;1573;20221231;15.1;10.4;12.7;4.6;5.5;0;2.8;4582
+67079;42.7483;.73768;1269;20220101;9.3;3.4;6.3;1.5;4.68;0;1.02;4208
+67079;42.7483;.73768;1269;20220102;12.6;3.3;7.9;.7;5.18;0;.66;5367
+67079;42.7483;.73768;1269;20220103;11.5;-.6;5.4;1.3;5.88;0;.74;6186
+67079;42.7483;.73768;1269;20220104;15.1;4.7;9.9;1.9;5.78;14.5;1.36;5750
+67079;42.7483;.73768;1269;20220105;-.5;-.7;-.6;.8;4.68;.5;.49;607
+67079;42.7483;.73768;1269;20220106;-1.4;-6.8;-4.1;1.4;3.38;0;.45;4131
+67079;42.7483;.73768;1269;20220107;1.6;-8.5;-3.5;.9;4.38;2.8;.31;5771
+67079;42.7483;.73768;1269;20220108;2.2;-2.4;-.1;.7;5.68;8.5;.35;3848
+67079;42.7483;.73768;1269;20220109;2.6;-.6;1;1;5.78;50.7;.43;3196
+67079;42.7483;.73768;1269;20220110;6.1;-.8;2.6;2.5;7.18;54.7;.42;4836
+67079;42.7483;.73768;1269;20220111;4.4;.1;2.2;.9;5.18;0;.55;3801
+67079;42.7483;.73768;1269;20220112;1;-5.9;-2.5;1.5;3.28;0;.61;4916
+67079;42.7483;.73768;1269;20220113;2.6;-5.9;-1.7;1;2.98;0;.59;5528
+67079;42.7483;.73768;1269;20220114;3.1;-4.2;-.6;1.3;3.08;0;.73;5151
+67079;42.7483;.73768;1269;20220115;4.7;-5.6;-.5;.9;2.88;0;.63;6218
+67079;42.7483;.73768;1269;20220116;3.8;-7.9;-2.1;.5;2.68;0;.45;6703
+67079;42.7483;.73768;1269;20220117;3.4;-7.5;-2.1;.8;2.88;0;.54;6524
+67079;42.7483;.73768;1269;20220118;7;-4.2;1.4;.9;3.88;.1;.65;6681
+67079;42.7483;.73768;1269;20220119;1.9;-5.2;-1.7;.5;3.98;.7;.43;5327
+67079;42.7483;.73768;1269;20220120;2.3;-5.2;-1.5;.6;5.38;4.5;.37;5538
+67079;42.7483;.73768;1269;20220121;2.2;-3;-.4;.9;4.38;0;.53;4622
+67079;42.7483;.73768;1269;20220122;3.5;-7.9;-2.2;.8;3.58;0;.52;7026
+67079;42.7483;.73768;1269;20220123;6.8;-4.9;.9;.9;3.68;0;.69;7198
+67079;42.7483;.73768;1269;20220124;7.9;-4;1.9;.7;3.48;0;.68;7341
+67079;42.7483;.73768;1269;20220125;7.9;-4.3;1.8;.8;3.48;0;.73;7519
+67079;42.7483;.73768;1269;20220126;8.4;-3;2.7;1;3.68;0;.85;7343
+67079;42.7483;.73768;1269;20220127;5.6;-3.8;.9;.9;3.48;0;.73;6723
+67079;42.7483;.73768;1269;20220128;7.5;-4.6;1.4;1;3.08;0;.86;7747
+67079;42.7483;.73768;1269;20220129;10.4;-3.7;3.3;.9;3.58;0;.89;8478
+67079;42.7483;.73768;1269;20220130;9.5;-2.7;3.4;.8;3.58;0;.85;7963
+67079;42.7483;.73768;1269;20220131;4.1;-4.7;-.3;1.5;4.28;2.5;.74;6810
+67079;42.7483;.73768;1269;20220201;3.2;-1.4;.9;.9;5.08;.2;.6;4920
+67079;42.7483;.73768;1269;20220202;7.5;-1.7;2.9;.9;5.08;0;.77;7137
+67079;42.7483;.73768;1269;20220203;14.8;-.7;7;1.3;3.98;0;1.38;9445
+67079;42.7483;.73768;1269;20220204;7.8;-1;3.4;.8;5.38;.9;.77;7147
+67079;42.7483;.73768;1269;20220205;6.3;1.4;3.8;.8;6.08;.8;.71;5342
+67079;42.7483;.73768;1269;20220206;5.7;-4.3;.7;.6;4.18;.1;.7;7823
+67079;42.7483;.73768;1269;20220207;8.4;-3.8;2.3;.6;4.98;1.4;.77;8772
+67079;42.7483;.73768;1269;20220208;13.5;-3.1;5.2;1.1;4.68;0;1.21;10397
+67079;42.7483;.73768;1269;20220209;14.4;-1.7;6.3;.9;4.08;0;1.21;10362
+67079;42.7483;.73768;1269;20220210;13;-2;5.5;.7;4.48;0;1.05;10118
+67079;42.7483;.73768;1269;20220211;7.6;-2.1;2.7;.8;5.68;.5;.81;8193
+67079;42.7483;.73768;1269;20220212;10.9;-2;4.4;.6;4.98;0;.95;9601
+67079;42.7483;.73768;1269;20220213;10.9;-1;4.9;1.4;5.48;3.4;1.21;9327
+67079;42.7483;.73768;1269;20220214;6.1;2.2;4.1;1.2;5.98;7.7;.88;5309
+67079;42.7483;.73768;1269;20220215;4.6;-1.8;1.4;.7;5.18;2.9;.75;6951
+67079;42.7483;.73768;1269;20220216;7.3;-2.2;2.5;.4;6.88;2.8;.77;8624
+67079;42.7483;.73768;1269;20220217;12.3;-.9;5.7;.8;6.88;0;1.09;10332
+67079;42.7483;.73768;1269;20220218;19.8;.9;10.3;1.2;6.68;6;1.77;12560
+67079;42.7483;.73768;1269;20220219;2.4;-.1;1.1;.8;5.98;4.1;.62;4480
+67079;42.7483;.73768;1269;20220220;8.9;-4.2;2.3;.9;4.88;0;1.08;10677
+67079;42.7483;.73768;1269;20220221;9.4;-2.3;3.5;1.4;4.88;.3;1.28;10201
+67079;42.7483;.73768;1269;20220222;11.7;-3.5;4.1;.8;4.58;0;1.26;11800
+67079;42.7483;.73768;1269;20220223;15;-4;5.5;.5;4.88;0;1.29;13379
+67079;42.7483;.73768;1269;20220224;13.2;.4;6.8;1.4;5.98;.8;1.54;11073
+67079;42.7483;.73768;1269;20220225;6.4;1.4;3.9;.9;5.98;.2;.95;6919
+67079;42.7483;.73768;1269;20220226;15.4;-4.9;5.2;.5;4.28;0;1.38;14339
+67079;42.7483;.73768;1269;20220227;13.1;-2.6;5.2;1.1;5.48;0;1.51;12731
+67079;42.7483;.73768;1269;20220228;12;-.6;5.7;.8;5.38;0;1.36;11516
+67079;42.7483;.73768;1269;20220301;18.1;-2.9;7.6;.9;4.28;0;1.86;15107
+67079;42.7483;.73768;1269;20220302;11.2;.4;5.8;.8;5.98;3;1.32;10895
+67079;42.7483;.73768;1269;20220303;14.4;-1.2;6.6;1.1;6.38;1.7;1.63;13292
+67079;42.7483;.73768;1269;20220304;4.1;2.3;3.2;1;6.58;4.9;.77;4417
+67079;42.7483;.73768;1269;20220305;5.4;-1;2.2;.8;5.48;.5;1.01;8627
+67079;42.7483;.73768;1269;20220306;5.1;-1.5;1.8;.7;5.48;.1;.99;8864
+67079;42.7483;.73768;1269;20220307;9.6;-1.4;4.1;1;4.88;0;1.43;11639
+67079;42.7483;.73768;1269;20220308;7.7;-.1;3.8;1;5.48;1.5;1.25;9874
+67079;42.7483;.73768;1269;20220309;9.7;-2.7;3.5;1;4.88;0;1.47;12647
+67079;42.7483;.73768;1269;20220310;9.9;1.7;5.8;1.2;5.58;.2;1.51;10354
+67079;42.7483;.73768;1269;20220311;9.4;3;6.2;.7;5.98;14.4;1.31;9220
+67079;42.7483;.73768;1269;20220312;9.3;-.6;4.3;.3;6.28;2.6;1.27;11647
+67079;42.7483;.73768;1269;20220313;6.8;.1;3.4;.9;5.68;4.7;1.22;9643
+67079;42.7483;.73768;1269;20220314;8.2;-1.2;3.5;2;6.28;5;1.4;11584
+67079;42.7483;.73768;1269;20220315;18.9;4.8;11.8;2.1;6.58;0;2.8;14387
+67079;42.7483;.73768;1269;20220316;16.1;6.7;11.4;1.3;7.08;3.2;2.1;11826
+67079;42.7483;.73768;1269;20220317;7.5;5.5;6.5;.8;8.38;18.2;.96;5389
+67079;42.7483;.73768;1269;20220318;8.6;2.9;5.7;.6;7.68;.5;1.23;9347
+67079;42.7483;.73768;1269;20220319;11.4;.9;6.1;.6;6.58;0;1.59;12895
+67079;42.7483;.73768;1269;20220320;10.1;3.3;6.7;.6;6.58;.8;1.45;10435
+67079;42.7483;.73768;1269;20220321;11.4;3.9;7.6;2.1;5.78;.1;2.07;11078
+67079;42.7483;.73768;1269;20220322;11.1;2;6.5;1.4;4.78;0;1.96;12344
+67079;42.7483;.73768;1269;20220323;12.8;.2;6.5;1.6;4.08;0;2.31;14704
+67079;42.7483;.73768;1269;20220324;15.3;-2.6;6.3;.7;4.88;0;2.14;17735
+67079;42.7483;.73768;1269;20220325;16.2;1.8;9;.8;7.18;0;2.17;16031
+67079;42.7483;.73768;1269;20220326;15.8;.5;8.1;1;6.98;.4;2.24;16683
+67079;42.7483;.73768;1269;20220327;14.7;1.1;7.9;1;6.38;0;2.18;15859
+67079;42.7483;.73768;1269;20220328;14.9;1.4;8.1;.9;5.28;0;2.24;15941
+67079;42.7483;.73768;1269;20220329;16.3;4;10.1;1;6.88;4.6;2.33;15341
+67079;42.7483;.73768;1269;20220330;7.6;3.8;5.7;.9;7.68;9.5;1.26;8501
+67079;42.7483;.73768;1269;20220331;6;1.4;3.7;1.6;6.38;8.8;1.32;9457
+67079;42.7483;.73768;1269;20220401;-1.9;-4.1;-3;2.9;3.18;9;1.11;6527
+67079;42.7483;.73768;1269;20220402;-1;-6.2;-3.6;2.4;3.38;4.3;1.13;10242
+67079;42.7483;.73768;1269;20220403;2.4;-6.4;-2;.9;3.68;.8;1.35;13503
+67079;42.7483;.73768;1269;20220404;7.4;-6;.7;.9;4.08;0;1.79;16852
+67079;42.7483;.73768;1269;20220405;12.5;-5.8;3.3;1.2;4.28;0;2.39;19891
+67079;42.7483;.73768;1269;20220406;9.9;-2.1;3.9;.8;6.08;.1;1.89;16191
+67079;42.7483;.73768;1269;20220407;19.5;-1.1;9.2;.8;6.28;0;2.91;21451
+67079;42.7483;.73768;1269;20220408;19.4;1.9;10.6;1.2;7.18;1.8;3.02;19905
+67079;42.7483;.73768;1269;20220409;11;2.2;6.6;1.3;6.18;1.6;2.07;14156
+67079;42.7483;.73768;1269;20220410;18.1;-2.6;7.7;1.3;4.78;0;3.15;21996
+67079;42.7483;.73768;1269;20220411;21.3;7.2;14.2;1.8;7.18;0;3.56;18248
+67079;42.7483;.73768;1269;20220412;13.5;6.7;10.1;.7;9.08;.3;1.98;12695
+67079;42.7483;.73768;1269;20220413;7.3;4.4;5.8;.2;8.58;4.1;1.26;8271
+67079;42.7483;.73768;1269;20220414;16.3;4.6;10.4;.9;8.28;0;2.55;16961
+67079;42.7483;.73768;1269;20220415;19.5;2.9;11.2;.7;8.68;0;2.95;20386
+67079;42.7483;.73768;1269;20220416;20.6;6.9;13.7;1.1;8.88;0;3.14;18625
+67079;42.7483;.73768;1269;20220417;21.7;1.1;11.4;1.2;7.78;0;3.54;23042
+67079;42.7483;.73768;1269;20220418;17.5;5.7;11.6;1.2;9.18;0;2.79;17499
+67079;42.7483;.73768;1269;20220419;9.2;5.8;7.5;.9;8.28;18.6;1.53;9349
+67079;42.7483;.73768;1269;20220420;5.2;-.8;2.2;.7;6.98;7.3;1.45;12574
+67079;42.7483;.73768;1269;20220421;8.3;2.5;5.4;.8;7.48;.4;1.69;12436
+67079;42.7483;.73768;1269;20220422;14.8;1.1;7.9;1.4;5.98;2.5;2.87;19353
+67079;42.7483;.73768;1269;20220423;10.2;4.7;7.4;1.1;6.58;5.3;1.99;12253
+67079;42.7483;.73768;1269;20220424;14.4;1.6;8;1;7.78;1.2;2.61;18923
+67079;42.7483;.73768;1269;20220425;17.6;2.7;10.1;.8;7.48;0;3;20553
+67079;42.7483;.73768;1269;20220426;19;2.5;10.7;.9;7.38;0;3.25;21764
+67079;42.7483;.73768;1269;20220427;18.8;8.9;13.8;.7;8.48;.2;2.88;16901
+67079;42.7483;.73768;1269;20220428;14.6;8.6;11.6;.6;11.08;1.9;2.15;13180
+67079;42.7483;.73768;1269;20220429;20.7;4.1;12.4;.8;9.48;0;3.4;22191
+67079;42.7483;.73768;1269;20220430;17.6;8.3;12.9;1.2;9.88;1.5;2.87;16640
+67079;42.7483;.73768;1269;20220501;19.1;3.6;11.3;1.3;9.08;4.8;3.37;21660
+67079;42.7483;.73768;1269;20220502;14.6;7.3;10.9;.6;10.28;11.2;2.34;14869
+67079;42.7483;.73768;1269;20220503;10;6.6;8.3;.4;9.78;6.8;1.62;10126
+67079;42.7483;.73768;1269;20220504;11.4;6;8.7;.8;9.38;8.3;1.97;12882
+67079;42.7483;.73768;1269;20220505;11.4;5.5;8.4;1;8.08;3.1;2.13;13540
+67079;42.7483;.73768;1269;20220506;13.3;5.5;9.4;1.1;8.38;4;2.45;15675
+67079;42.7483;.73768;1269;20220507;16.3;6.5;11.4;.9;8.78;.2;2.84;17677
+67079;42.7483;.73768;1269;20220508;16.6;3;9.8;.9;8.18;.2;3.08;20957
+67079;42.7483;.73768;1269;20220509;21.9;3.2;12.5;1;8.08;0;3.92;24719
+67079;42.7483;.73768;1269;20220510;24.5;5.5;15;.8;8.98;0;4.13;25023
+67079;42.7483;.73768;1269;20220511;27.5;9.9;18.7;1.3;9.98;0;4.71;24174
+67079;42.7483;.73768;1269;20220512;26.2;10.3;18.2;1.1;11.38;0;4.33;23058
+67079;42.7483;.73768;1269;20220513;24.5;9.6;17;1;11.78;.3;4.04;22401
+67079;42.7483;.73768;1269;20220514;25.8;8.7;17.2;.8;11.38;.9;4.24;24105
+67079;42.7483;.73768;1269;20220515;24.7;9.9;17.3;.8;11.38;.3;4.01;22492
+67079;42.7483;.73768;1269;20220516;25.7;9.9;17.8;.9;11.28;0;4.24;23331
+67079;42.7483;.73768;1269;20220517;27.1;10.3;18.7;1;11.08;.2;4.52;24149
+67079;42.7483;.73768;1269;20220518;27.1;12;19.5;1.2;12.38;0;4.52;22960
+67079;42.7483;.73768;1269;20220519;27.4;14.4;20.9;1.3;11.68;0;4.52;21357
+67079;42.7483;.73768;1269;20220520;29.9;13.1;21.5;1.2;11.28;0;5.01;24387
+67079;42.7483;.73768;1269;20220521;31.9;13.4;22.6;1.6;11.58;0;5.66;25682
+67079;42.7483;.73768;1269;20220522;30.4;16.1;23.2;1.7;11.48;1.3;5.31;22619
+67079;42.7483;.73768;1269;20220523;20.6;13.6;17.1;1.4;12.38;.7;3.27;15803
+67079;42.7483;.73768;1269;20220524;10;7.4;8.7;1;9.28;17.4;1.69;9570
+67079;42.7483;.73768;1269;20220525;13.2;3.4;8.3;.9;8.18;2.5;2.72;18843
+67079;42.7483;.73768;1269;20220526;19.2;6.6;12.9;.8;9.58;.4;3.49;21451
+67079;42.7483;.73768;1269;20220527;22.2;4.9;13.5;1.2;9.68;0;4.19;25237
+67079;42.7483;.73768;1269;20220528;25.4;6.5;15.9;1.2;10.48;0;4.68;26451
+67079;42.7483;.73768;1269;20220529;23.9;8.4;16.1;1.5;11.58;1.4;4.38;23987
+67079;42.7483;.73768;1269;20220530;23.3;7.8;15.5;.8;11.98;6.2;4.09;24039
+67079;42.7483;.73768;1269;20220531;23.5;8.9;16.2;.8;12.78;.5;4.05;23373
+67079;42.7483;.73768;1269;20220601;27.7;10.4;19;.8;11.68;.3;4.7;25513
+67079;42.7483;.73768;1269;20220602;28.2;12.1;20.1;1;12.28;0;4.8;24650
+67079;42.7483;.73768;1269;20220603;28.2;12.3;20.2;.7;11.98;1.1;4.62;24539
+67079;42.7483;.73768;1269;20220604;28.8;10.2;19.5;.8;12.98;5.5;4.92;26604
+67079;42.7483;.73768;1269;20220605;22.7;11.5;17.1;1.4;13.18;.1;3.91;20626
+67079;42.7483;.73768;1269;20220606;26.3;8.9;17.6;1.2;11.88;2.4;4.77;25803
+67079;42.7483;.73768;1269;20220607;22.7;11.5;17.1;1.1;13.28;.2;3.84;20685
+67079;42.7483;.73768;1269;20220608;20.1;10.5;15.3;1.1;13.18;1.4;3.39;19159
+67079;42.7483;.73768;1269;20220609;22.7;10.3;16.5;1.1;11.68;.1;4;21831
+67079;42.7483;.73768;1269;20220610;28.9;6.9;17.9;1.2;9.78;0;5.43;29185
+67079;42.7483;.73768;1269;20220611;30.3;10.7;20.5;1.2;12.18;.4;5.45;27562
+67079;42.7483;.73768;1269;20220612;30.3;14.1;22.2;1;13.38;1.5;5.1;25059
+67079;42.7483;.73768;1269;20220613;30.5;13.3;21.9;1.2;15.38;.3;5.27;25848
+67079;42.7483;.73768;1269;20220614;32.8;14.4;23.6;.7;15.48;4.7;5.33;26761
+67079;42.7483;.73768;1269;20220615;32;14.1;23;1.4;15.58;0;5.64;26407
+67079;42.7483;.73768;1269;20220616;33.8;15;24.4;.7;14.48;.1;5.45;27082
+67079;42.7483;.73768;1269;20220617;33.9;16;24.9;.6;15.28;13.2;5.32;26430
+67079;42.7483;.73768;1269;20220618;33.6;14.2;23.9;1;14.08;0;5.71;27533
+67079;42.7483;.73768;1269;20220619;29.5;16.3;22.9;1.7;11.08;0;5.34;22676
+67079;42.7483;.73768;1269;20220620;30.6;13.2;21.9;.8;12.48;0;5.11;26070
+67079;42.7483;.73768;1269;20220621;30.3;15.9;23.1;1;13.28;1.2;4.98;23696
+67079;42.7483;.73768;1269;20220622;25.7;12.8;19.2;1;13.68;0;4.33;22414
+67079;42.7483;.73768;1269;20220623;23.9;11;17.4;.8;12.58;.3;4.08;22409
+67079;42.7483;.73768;1269;20220624;23.1;10.9;17;.9;12.68;.2;3.97;21780
+67079;42.7483;.73768;1269;20220625;22.2;9.6;15.9;.9;12.08;6.4;3.9;22129
+67079;42.7483;.73768;1269;20220626;24.5;10.9;17.7;.8;13.18;6.6;4.18;22988
+67079;42.7483;.73768;1269;20220627;14.6;10;12.3;.5;12.08;14.9;2.3;13267
+67079;42.7483;.73768;1269;20220628;22.8;9.5;16.1;.8;12.28;.1;3.98;22701
+67079;42.7483;.73768;1269;20220629;27.5;9.5;18.5;.9;12.78;9.9;4.84;26426
+67079;42.7483;.73768;1269;20220630;17.8;11.8;14.8;1.1;12.78;0;2.82;15147
+67079;42.7483;.73768;1269;20220701;21.7;8.1;14.9;1.1;11.28;.1;3.96;22897
+67079;42.7483;.73768;1269;20220702;31.6;9.8;20.7;1.1;12.58;0;5.66;29018
+67079;42.7483;.73768;1269;20220703;28.5;12.6;20.5;.9;15.58;1;4.77;24720
+67079;42.7483;.73768;1269;20220704;25.8;12.3;19;1;15.68;0;4.29;22731
+67079;42.7483;.73768;1269;20220705;22.5;13;17.7;.9;15.78;2.9;3.53;19006
+67079;42.7483;.73768;1269;20220706;20.7;15.2;17.9;.7;15.68;7.3;2.85;14385
+67079;42.7483;.73768;1269;20220707;22.7;10.1;16.4;1.1;12.08;.3;3.97;21855
+67079;42.7483;.73768;1269;20220708;26.3;12;19.1;1.2;12.98;0;4.54;23259
+67079;42.7483;.73768;1269;20220709;28.4;10;19.2;1.2;12.28;.1;5.06;26367
+67079;42.7483;.73768;1269;20220710;29.7;11.9;20.8;1.4;13.08;0;5.28;25881
+67079;42.7483;.73768;1269;20220711;31.8;13.4;22.6;1;14.28;.7;5.31;26266
+67079;42.7483;.73768;1269;20220712;31.9;14.9;23.4;.9;15.28;0;5.15;25186
+67079;42.7483;.73768;1269;20220713;32.7;13.9;23.3;1.1;15.48;0;5.48;26440
+67079;42.7483;.73768;1269;20220714;32.7;14.8;23.7;1.2;14.68;0;5.48;25736
+67079;42.7483;.73768;1269;20220715;33.4;14.7;24;1;14.78;.1;5.46;26248
+67079;42.7483;.73768;1269;20220716;34.1;15.1;24.6;1.3;13.48;0;5.78;26394
+67079;42.7483;.73768;1269;20220717;35.3;15.3;25.3;1.2;13.08;0;5.89;27017
+67079;42.7483;.73768;1269;20220718;36.4;18.5;27.4;1.3;15.38;0;5.92;25479
+67079;42.7483;.73768;1269;20220719;35.8;20.7;28.2;1.4;16.08;.2;5.7;23319
+67079;42.7483;.73768;1269;20220720;27.4;16.5;21.9;1.2;16.98;0;4.16;19721
+67079;42.7483;.73768;1269;20220721;33.5;11.9;22.7;.9;14.88;0;5.49;27772
+67079;42.7483;.73768;1269;20220722;34.3;17.4;25.8;1.1;15.88;.2;5.38;24465
+67079;42.7483;.73768;1269;20220723;28.7;14.5;21.6;.8;15.38;0;4.4;22336
+67079;42.7483;.73768;1269;20220724;37.1;14.7;25.9;1;13.48;0;5.92;28020
+67079;42.7483;.73768;1269;20220725;23;15.9;19.4;1;15.38;1;3.22;15624
+67079;42.7483;.73768;1269;20220726;22;11.5;16.7;1.3;13.38;.2;3.54;18983
+67079;42.7483;.73768;1269;20220727;24.5;12.2;18.3;1;13.28;0;3.87;20492
+67079;42.7483;.73768;1269;20220728;30.9;10.6;20.7;.8;13.68;.6;4.93;26294
+67079;42.7483;.73768;1269;20220729;26.5;13.1;19.8;.9;15.58;11.3;4.05;21241
+67079;42.7483;.73768;1269;20220730;23.8;14.2;19;.7;15.58;0;3.39;17874
+67079;42.7483;.73768;1269;20220731;28.2;15.1;21.6;1.2;16.18;.1;4.29;20836
+67079;42.7483;.73768;1269;20220801;29.6;13.4;21.5;.7;16.38;.1;4.42;23102
+67079;42.7483;.73768;1269;20220802;32.5;14.6;23.5;1;15.98;0;4.97;24195
+67079;42.7483;.73768;1269;20220803;34.9;16.8;25.8;.8;14.98;.5;5.03;24228
+67079;42.7483;.73768;1269;20220804;34.1;15;24.5;1;15.38;14.2;5.17;24787
+67079;42.7483;.73768;1269;20220805;28.1;12.2;20.1;1;15.68;.8;4.29;22495
+67079;42.7483;.73768;1269;20220806;30.4;11.7;21;1.1;15.38;1.4;4.74;24304
+67079;42.7483;.73768;1269;20220807;29.2;12.5;20.8;.6;15.38;5.2;4.23;22848
+67079;42.7483;.73768;1269;20220808;30.2;11.4;20.8;.7;14.28;0;4.47;24141
+67079;42.7483;.73768;1269;20220809;29.3;13.3;21.3;.8;15.08;4.4;4.25;22146
+67079;42.7483;.73768;1269;20220810;32.1;12.1;22.1;.7;14.18;1.6;4.65;24664
+67079;42.7483;.73768;1269;20220811;33.1;14.1;23.6;1.2;13.18;1;5.04;23913
+67079;42.7483;.73768;1269;20220812;33.9;15.9;24.9;1;14.68;.1;4.87;23149
+67079;42.7483;.73768;1269;20220813;34.3;16.7;25.5;.7;15.38;1.8;4.61;22768
+67079;42.7483;.73768;1269;20220814;27.6;14;20.8;.9;14.58;0;3.87;19879
+67079;42.7483;.73768;1269;20220815;26.1;12.4;19.2;1.2;13.78;.2;3.85;19844
+67079;42.7483;.73768;1269;20220816;25.9;12.6;19.2;1;12.58;4.9;3.73;19440
+67079;42.7483;.73768;1269;20220817;19.8;12.9;16.3;.9;14.08;4.5;2.58;13859
+67079;42.7483;.73768;1269;20220818;19.7;11.1;15.4;.9;12.68;6.8;2.74;15409
+67079;42.7483;.73768;1269;20220819;23.9;11.2;17.5;.9;12.38;0;3.39;18664
+67079;42.7483;.73768;1269;20220820;28.4;8.8;18.6;1.1;11.98;0;4.25;23102
+67079;42.7483;.73768;1269;20220821;26.9;11.1;19;1.1;13.78;.1;3.85;20593
+67079;42.7483;.73768;1269;20220822;25.6;14;19.8;.9;15.08;.1;3.36;17503
+67079;42.7483;.73768;1269;20220823;28.1;13.1;20.6;.9;15.48;.1;3.76;19809
+67079;42.7483;.73768;1269;20220824;32.5;14;23.2;1.1;15.58;1.6;4.48;21883
+67079;42.7483;.73768;1269;20220825;30.3;14.4;22.3;.7;16.38;13.4;3.85;20139
+67079;42.7483;.73768;1269;20220826;25.1;11.4;18.2;1;14.58;.8;3.37;18554
+67079;42.7483;.73768;1269;20220827;27.7;11.8;19.7;.7;14.48;4.8;3.58;19871
+67079;42.7483;.73768;1269;20220828;30.1;10.4;20.2;.8;13.38;.5;3.98;21993
+67079;42.7483;.73768;1269;20220829;29.3;13.9;21.6;1;13.28;7.1;3.82;19284
+67079;42.7483;.73768;1269;20220830;28.4;11.8;20.1;.8;14.28;0;3.63;19889
+67079;42.7483;.73768;1269;20220831;23.9;13.7;18.8;.8;14.58;11.8;2.88;15430
+67079;42.7483;.73768;1269;20220901;27.2;8.4;17.8;.7;13.18;.1;3.51;20877
+67079;42.7483;.73768;1269;20220902;22;11;16.5;.7;13.88;5.8;2.7;15798
+67079;42.7483;.73768;1269;20220903;23.1;12.6;17.8;.4;14.28;.4;2.63;15314
+67079;42.7483;.73768;1269;20220904;26.1;10.6;18.3;1.2;10.98;0;3.51;18514
+67079;42.7483;.73768;1269;20220905;27.3;12.2;19.7;.6;13.68;1.3;3.19;18130
+67079;42.7483;.73768;1269;20220906;27.6;13.1;20.3;.6;12.98;0;3.15;17623
+67079;42.7483;.73768;1269;20220907;25.7;11.6;18.6;1.1;12.18;.1;3.25;17237
+67079;42.7483;.73768;1269;20220908;24.4;8.2;16.3;1;11.28;.5;3.13;18344
+67079;42.7483;.73768;1269;20220909;21.7;9.1;15.4;1.3;11.98;.2;2.8;16020
+67079;42.7483;.73768;1269;20220910;27.2;6.8;17;1.1;10.28;0;3.53;20278
+67079;42.7483;.73768;1269;20220911;30.3;11.2;20.7;.9;12.28;0;3.57;19450
+67079;42.7483;.73768;1269;20220912;30;15.4;22.7;1.2;14.08;.1;3.55;16833
+67079;42.7483;.73768;1269;20220913;22.3;15.8;19;.6;14.58;9.3;2.17;11060
+67079;42.7483;.73768;1269;20220914;23.5;11.9;17.7;.9;13.48;.3;2.63;14722
+67079;42.7483;.73768;1269;20220915;23.3;8.5;15.9;.9;11.78;6.7;2.73;16512
+67079;42.7483;.73768;1269;20220916;21.8;10.4;16.1;.9;12.68;1;2.44;14335
+67079;42.7483;.73768;1269;20220917;20.7;9.7;15.2;.8;10.68;0;2.34;13950
+67079;42.7483;.73768;1269;20220918;23.5;4.6;14;.8;8.18;0;2.76;18190
+67079;42.7483;.73768;1269;20220919;23.6;6.9;15.2;.9;8.98;0;2.74;16927
+67079;42.7483;.73768;1269;20220920;23.9;6.1;15;1;9.28;0;2.81;17320
+67079;42.7483;.73768;1269;20220921;22;5.9;13.9;1.1;9.78;0;2.61;16306
+67079;42.7483;.73768;1269;20220922;23.2;6;14.6;.9;9.68;0;2.61;16701
+67079;42.7483;.73768;1269;20220923;22.2;8.3;15.2;.8;11.18;6.9;2.36;14846
+67079;42.7483;.73768;1269;20220924;16.5;9;12.7;.7;10.88;4.2;1.72;10739
+67079;42.7483;.73768;1269;20220925;12.2;5.8;9;.6;8.98;.2;1.42;9805
+67079;42.7483;.73768;1269;20220926;15.6;5.9;10.7;.6;8.78;2.1;1.72;12002
+67079;42.7483;.73768;1269;20220927;16.3;5.6;10.9;.6;9.98;3.9;1.73;12489
+67079;42.7483;.73768;1269;20220928;17.7;8.6;13.1;.6;10.68;1.7;1.74;11383
+67079;42.7483;.73768;1269;20220929;14.7;7;10.8;.5;9.78;10.7;1.5;10345
+67079;42.7483;.73768;1269;20220930;11;3.8;7.4;.6;7.98;1.4;1.32;9892
+67079;42.7483;.73768;1269;20221001;20.3;1.1;10.7;.7;8.38;0;2.07;16126
+67079;42.7483;.73768;1269;20221002;23.8;6;14.9;.9;10.38;0;2.35;15355
+67079;42.7483;.73768;1269;20221003;23.1;7.6;15.3;.5;10.78;0;2.02;14161
+67079;42.7483;.73768;1269;20221004;23.7;6.9;15.3;.8;9.58;.1;2.22;14594
+67079;42.7483;.73768;1269;20221005;24.6;6.2;15.4;.9;8.08;0;2.36;15119
+67079;42.7483;.73768;1269;20221006;20.1;5.1;12.6;.7;9.88;.1;1.85;13480
+67079;42.7483;.73768;1269;20221007;21.9;8.4;15.1;.5;11.58;4.1;1.81;12636
+67079;42.7483;.73768;1269;20221008;16.7;9.5;13.1;.3;11.78;.3;1.33;9064
+67079;42.7483;.73768;1269;20221009;21.6;5.9;13.7;1.1;9.48;1;2.08;13342
+67079;42.7483;.73768;1269;20221010;21.3;6.4;13.8;.9;9.48;.1;1.93;12846
+67079;42.7483;.73768;1269;20221011;18.9;6.6;12.7;.6;11.08;2.7;1.56;11519
+67079;42.7483;.73768;1269;20221012;18.4;8.9;13.6;.7;11.18;1.4;1.51;9980
+67079;42.7483;.73768;1269;20221013;20.3;6.2;13.2;.7;10.48;0;1.66;12067
+67079;42.7483;.73768;1269;20221014;21.1;10.1;15.6;.5;12.18;.1;1.54;10509
+67079;42.7483;.73768;1269;20221015;23.8;8.8;16.3;1.1;9.68;0;2.08;12167
+67079;42.7483;.73768;1269;20221016;23.9;11.5;17.7;1.3;10.08;0;2.18;10912
+67079;42.7483;.73768;1269;20221017;22.4;12.5;17.4;1.4;10.58;1.2;2.06;9612
+67079;42.7483;.73768;1269;20221018;25.1;11.2;18.1;1.2;10.38;0;2.14;11296
+67079;42.7483;.73768;1269;20221019;23.6;13.1;18.3;1;12.08;12.3;1.82;9671
+67079;42.7483;.73768;1269;20221020;17.3;10;13.6;1.1;12.48;16.4;1.3;7930
+67079;42.7483;.73768;1269;20221021;17.6;9.2;13.4;.9;11.78;3.3;1.3;8420
+67079;42.7483;.73768;1269;20221022;19.2;9.5;14.3;.9;10.38;2.6;1.46;8956
+67079;42.7483;.73768;1269;20221023;12.1;10.9;11.5;1;11.78;15.7;.82;2965
+67079;42.7483;.73768;1269;20221024;19.9;9.7;14.8;1;9.98;0;1.53;8969
+67079;42.7483;.73768;1269;20221025;21.2;9.1;15.1;1.2;8.98;0;1.74;9670
+67079;42.7483;.73768;1269;20221026;22.8;11.6;17.2;.9;9.58;0;1.62;9182
+67079;42.7483;.73768;1269;20221027;17.4;10.8;14.1;1.2;10.18;.1;1.39;6910
+67079;42.7483;.73768;1269;20221028;24.2;11.3;17.7;1.2;9.28;0;1.88;9632
+67079;42.7483;.73768;1269;20221029;22.3;12.5;17.4;1.3;7.58;0;1.92;8264
+67079;42.7483;.73768;1269;20221030;22.4;8;15.2;1;6.88;.1;1.64;9944
+67079;42.7483;.73768;1269;20221031;19;8;13.5;1.4;10.28;5.3;1.46;8557
+67079;42.7483;.73768;1269;20221101;15.5;4.2;9.8;.6;9.58;0;.96;8570
+67079;42.7483;.73768;1269;20221102;16.1;3.6;9.8;1.3;7.88;0;1.28;8916
+67079;42.7483;.73768;1269;20221103;14.9;7.9;11.4;.9;8.78;8;1.07;6534
+67079;42.7483;.73768;1269;20221104;5.3;-.4;2.4;1.2;6.68;16.5;.61;5803
+67079;42.7483;.73768;1269;20221105;8.8;.5;4.6;1.2;6.18;0;.87;6963
+67079;42.7483;.73768;1269;20221106;15.7;1.6;8.6;.9;6.38;0;1.09;9035
+67079;42.7483;.73768;1269;20221107;15.1;1.5;8.3;1.4;5.98;0;1.3;8764
+67079;42.7483;.73768;1269;20221108;20.9;7.3;14.1;1;8.08;2.9;1.34;8660
+67079;42.7483;.73768;1269;20221109;16.5;8.5;12.5;.9;9.38;4.3;1.04;6511
+67079;42.7483;.73768;1269;20221110;11;3.1;7;.4;7.98;0;.66;6393
+67079;42.7483;.73768;1269;20221111;17.9;1;9.4;1;6.88;.2;1.12;9346
+67079;42.7483;.73768;1269;20221112;18;5.9;11.9;1.9;7.28;0;1.63;7782
+67079;42.7483;.73768;1269;20221113;15.5;4.9;10.2;.7;6.88;0;.9;7186
+67079;42.7483;.73768;1269;20221114;16;5.5;10.7;.9;7.68;.1;.98;7070
+67079;42.7483;.73768;1269;20221115;15.3;6.3;10.8;1;8.58;.9;.95;6456
+67079;42.7483;.73768;1269;20221116;12.7;2.9;7.8;.8;7.78;.1;.74;6672
+67079;42.7483;.73768;1269;20221117;15;4.3;9.6;.8;7.88;2.9;.83;6906
+67079;42.7483;.73768;1269;20221118;7.4;3.6;5.5;.5;7.58;3.3;.54;3980
+67079;42.7483;.73768;1269;20221119;3.7;1.2;2.4;.8;6.48;4.3;.49;3150
+67079;42.7483;.73768;1269;20221120;6.8;-3.5;1.6;.9;5.78;3.3;.52;6559
+67079;42.7483;.73768;1269;20221121;8.9;1.9;5.4;1.2;6.88;23.2;.69;5312
+67079;42.7483;.73768;1269;20221122;5;-.8;2.1;.6;6.18;8.4;.46;4767
+67079;42.7483;.73768;1269;20221123;9;1.4;5.2;1.3;7.98;9.2;.55;5435
+67079;42.7483;.73768;1269;20221124;10.7;-1.5;4.6;.7;6.48;1;.56;6880
+67079;42.7483;.73768;1269;20221125;6;1.4;3.7;.7;7.18;4.8;.46;4098
+67079;42.7483;.73768;1269;20221126;5.2;-1.2;2;.9;5.88;0;.48;4830
+67079;42.7483;.73768;1269;20221127;14.1;.1;7.1;.8;5.18;4.5;.74;7188
+67079;42.7483;.73768;1269;20221128;5.2;2.3;3.7;.9;6.48;12.5;.54;3120
+67079;42.7483;.73768;1269;20221129;6.2;0;3.1;1.2;6.48;6.7;.51;4628
+67079;42.7483;.73768;1269;20221130;2.2;-1.3;.4;.7;5.58;.2;.4;3393
+67079;42.7483;.73768;1269;20221201;3.6;-4.3;-.4;1;4.08;0;.52;5171
+67079;42.7483;.73768;1269;20221202;3.2;-6.1;-1.5;1;3.88;0;.48;5588
+67079;42.7483;.73768;1269;20221203;3.6;-5;-.7;.6;4.58;.1;.38;5327
+67079;42.7483;.73768;1269;20221204;4.1;-3.9;.1;.7;4.18;0;.45;5095
+67079;42.7483;.73768;1269;20221205;5.3;-4.9;.2;.9;4.28;0;.48;5745
+67079;42.7483;.73768;1269;20221206;10.6;.2;5.4;.6;6.28;.1;.48;5768
+67079;42.7483;.73768;1269;20221207;9.4;1.5;5.4;.9;6.88;0;.54;4969
+67079;42.7483;.73768;1269;20221208;9.8;-.3;4.7;1.1;6.48;3.8;.57;5618
+67079;42.7483;.73768;1269;20221209;7.7;2.8;5.2;.7;7.98;8;.43;3825
+67079;42.7483;.73768;1269;20221210;1.8;1.7;1.7;.8;5.78;0;.52;350
+67079;42.7483;.73768;1269;20221211;5;-6.6;-.8;.7;3.68;0;.41;5954
+67079;42.7483;.73768;1269;20221212;6;-4;1;1;5.08;12.4;.45;5491
+67079;42.7483;.73768;1269;20221213;9.8;2.3;6;.9;7.48;4;.51;4709
+67079;42.7483;.73768;1269;20221214;7.6;4.8;6.2;.8;8.08;1.9;.5;2780
+67079;42.7483;.73768;1269;20221215;8.8;2.2;5.5;.7;7.88;2.1;.42;4378
+67079;42.7483;.73768;1269;20221216;7.6;2.8;5.2;.6;7.58;2.1;.43;3692
+67079;42.7483;.73768;1269;20221217;3.4;-1.2;1.1;.6;5.88;0;.35;3603
+67079;42.7483;.73768;1269;20221218;10.2;-1.5;4.3;1.5;4.68;0;.84;5872
+67079;42.7483;.73768;1269;20221219;17.1;5.9;11.5;2.2;4.88;0;1.76;5735
+67079;42.7483;.73768;1269;20221220;15.4;7.1;11.2;1.3;6.18;.6;1.08;4903
+67079;42.7483;.73768;1269;20221221;9.3;3.4;6.3;1;7.58;.9;.54;4098
+67079;42.7483;.73768;1269;20221222;7.2;2;4.6;1;8.08;.3;.38;3834
+67079;42.7483;.73768;1269;20221223;12.7;3.6;8.1;1;7.58;0;.64;5149
+67079;42.7483;.73768;1269;20221224;14.2;.9;7.5;1.6;6.38;0;.93;6280
+67079;42.7483;.73768;1269;20221225;15.1;4.3;9.7;1.2;5.58;0;.96;5645
+67079;42.7483;.73768;1269;20221226;11;2.7;6.8;.7;5.98;0;.57;4931
+67079;42.7483;.73768;1269;20221227;9.5;-.2;4.6;.7;6.18;0;.46;5362
+67079;42.7483;.73768;1269;20221228;11.7;-.3;5.7;1;5.48;0;.66;6006
+67079;42.7483;.73768;1269;20221229;11.6;1.2;6.4;1.1;6.08;0;.69;5594
+67079;42.7483;.73768;1269;20221230;11.6;3;7.3;1.3;7.78;.1;.66;5085
+67079;42.7483;.73768;1269;20221231;18.3;7.1;12.7;1.9;6.88;0;1.48;5858
+67080;42.77558;1.04052;1346;20220101;8.8;2.9;5.9;1.5;4.66;0;1.02;4208
+67080;42.77558;1.04052;1346;20220102;12.1;2.8;7.5;.7;5.16;0;.66;5367
+67080;42.77558;1.04052;1346;20220103;11;-1.1;5;1.3;5.86;0;.74;6186
+67080;42.77558;1.04052;1346;20220104;14.6;4.2;9.4;1.9;5.76;13.2;1.36;5750
+67080;42.77558;1.04052;1346;20220105;-1;-1.2;-1.1;.8;4.66;1.7;.49;607
+67080;42.77558;1.04052;1346;20220106;-1.9;-7.3;-4.6;1.4;3.36;0;.45;4131
+67080;42.77558;1.04052;1346;20220107;1.1;-9;-3.9;.9;4.36;2.9;.31;5771
+67080;42.77558;1.04052;1346;20220108;1.7;-2.9;-.6;.7;5.66;8.2;.35;3848
+67080;42.77558;1.04052;1346;20220109;2.1;-1.1;.5;1;5.76;60.2;.43;3196
+67080;42.77558;1.04052;1346;20220110;5.6;-1.3;2.2;2.5;7.16;61.4;.42;4836
+67080;42.77558;1.04052;1346;20220111;3.9;-.4;1.8;.9;5.16;0;.55;3801
+67080;42.77558;1.04052;1346;20220112;.5;-6.4;-2.9;1.5;3.26;0;.61;4916
+67080;42.77558;1.04052;1346;20220113;2.1;-6.4;-2.1;1;2.96;0;.59;5528
+67080;42.77558;1.04052;1346;20220114;2.6;-4.7;-1;1.3;3.06;0;.73;5151
+67080;42.77558;1.04052;1346;20220115;4.2;-6.1;-.9;.9;2.86;0;.63;6218
+67080;42.77558;1.04052;1346;20220116;3.3;-8.4;-2.5;.5;2.66;0;.45;6703
+67080;42.77558;1.04052;1346;20220117;2.9;-8;-2.5;.8;2.86;0;.54;6524
+67080;42.77558;1.04052;1346;20220118;6.5;-4.7;.9;.9;3.86;0;.65;6681
+67080;42.77558;1.04052;1346;20220119;1.4;-5.7;-2.1;.5;3.96;.5;.43;5327
+67080;42.77558;1.04052;1346;20220120;1.8;-5.7;-1.9;.6;5.36;3.9;.37;5538
+67080;42.77558;1.04052;1346;20220121;1.7;-3.5;-.9;.9;4.36;0;.53;4622
+67080;42.77558;1.04052;1346;20220122;3;-8.4;-2.7;.8;3.56;0;.52;7026
+67080;42.77558;1.04052;1346;20220123;6.3;-5.4;.5;.9;3.66;0;.69;7198
+67080;42.77558;1.04052;1346;20220124;7.4;-4.5;1.5;.7;3.46;0;.68;7341
+67080;42.77558;1.04052;1346;20220125;7.4;-4.8;1.3;.8;3.46;0;.73;7519
+67080;42.77558;1.04052;1346;20220126;7.9;-3.5;2.2;1;3.66;0;.85;7343
+67080;42.77558;1.04052;1346;20220127;5.1;-4.3;.4;.9;3.46;0;.73;6723
+67080;42.77558;1.04052;1346;20220128;7;-5.1;1;1;3.06;0;.86;7747
+67080;42.77558;1.04052;1346;20220129;9.9;-4.2;2.9;.9;3.56;0;.89;8478
+67080;42.77558;1.04052;1346;20220130;9;-3.2;2.9;.8;3.56;0;.85;7963
+67080;42.77558;1.04052;1346;20220131;3.6;-5.2;-.8;1.5;4.26;2.1;.74;6810
+67080;42.77558;1.04052;1346;20220201;2.7;-1.9;.4;.9;5.06;.2;.6;4920
+67080;42.77558;1.04052;1346;20220202;7;-2.2;2.4;.9;5.06;0;.77;7137
+67080;42.77558;1.04052;1346;20220203;14.3;-1.2;6.6;1.3;3.96;0;1.38;9445
+67080;42.77558;1.04052;1346;20220204;7.3;-1.5;2.9;.8;5.36;1.2;.77;7147
+67080;42.77558;1.04052;1346;20220205;5.8;.9;3.4;.8;6.06;1;.71;5342
+67080;42.77558;1.04052;1346;20220206;5.2;-4.8;.2;.6;4.16;0;.7;7823
+67080;42.77558;1.04052;1346;20220207;7.9;-4.3;1.8;.6;4.96;.9;.77;8772
+67080;42.77558;1.04052;1346;20220208;13;-3.6;4.7;1.1;4.66;0;1.21;10397
+67080;42.77558;1.04052;1346;20220209;13.9;-2.2;5.9;.9;4.06;0;1.21;10362
+67080;42.77558;1.04052;1346;20220210;12.5;-2.5;5;.7;4.46;0;1.05;10118
+67080;42.77558;1.04052;1346;20220211;7.1;-2.6;2.3;.8;5.66;.7;.81;8193
+67080;42.77558;1.04052;1346;20220212;10.4;-2.5;4;.6;4.96;0;.95;9601
+67080;42.77558;1.04052;1346;20220213;10.4;-1.5;4.5;1.4;5.46;2.7;1.21;9327
+67080;42.77558;1.04052;1346;20220214;5.6;1.7;3.7;1.2;5.96;7;.88;5309
+67080;42.77558;1.04052;1346;20220215;4.1;-2.3;.9;.7;5.16;4.1;.75;6951
+67080;42.77558;1.04052;1346;20220216;6.8;-2.7;2.1;.4;6.86;3.7;.77;8624
+67080;42.77558;1.04052;1346;20220217;11.8;-1.4;5.2;.8;6.86;0;1.09;10332
+67080;42.77558;1.04052;1346;20220218;19.3;.4;9.9;1.2;6.66;5.1;1.77;12560
+67080;42.77558;1.04052;1346;20220219;1.9;-.6;.7;.8;5.96;4.6;.62;4480
+67080;42.77558;1.04052;1346;20220220;8.4;-4.7;1.9;.9;4.86;0;1.08;10677
+67080;42.77558;1.04052;1346;20220221;8.9;-2.8;3.1;1.4;4.86;.3;1.28;10201
+67080;42.77558;1.04052;1346;20220222;11.2;-4;3.6;.8;4.56;0;1.26;11800
+67080;42.77558;1.04052;1346;20220223;14.5;-4.5;5;.5;4.86;0;1.29;13379
+67080;42.77558;1.04052;1346;20220224;12.7;-.1;6.3;1.4;5.96;1.1;1.54;11073
+67080;42.77558;1.04052;1346;20220225;5.9;.9;3.4;.9;5.96;.2;.95;6919
+67080;42.77558;1.04052;1346;20220226;14.9;-5.4;4.8;.5;4.26;0;1.38;14339
+67080;42.77558;1.04052;1346;20220227;12.6;-3.1;4.8;1.1;5.46;.1;1.51;12731
+67080;42.77558;1.04052;1346;20220228;11.5;-1.1;5.2;.8;5.36;0;1.36;11516
+67080;42.77558;1.04052;1346;20220301;17.6;-3.4;7.1;.9;4.26;0;1.86;15107
+67080;42.77558;1.04052;1346;20220302;10.7;-.1;5.3;.8;5.96;6.2;1.32;10895
+67080;42.77558;1.04052;1346;20220303;13.9;-1.7;6.1;1.1;6.36;1.2;1.63;13292
+67080;42.77558;1.04052;1346;20220304;3.6;1.8;2.7;1;6.56;4.3;.77;4417
+67080;42.77558;1.04052;1346;20220305;4.9;-1.5;1.7;.8;5.46;.9;1.01;8627
+67080;42.77558;1.04052;1346;20220306;4.6;-2;1.3;.7;5.46;0;.99;8864
+67080;42.77558;1.04052;1346;20220307;9.1;-1.9;3.6;1;4.86;0;1.43;11639
+67080;42.77558;1.04052;1346;20220308;7.2;-.6;3.3;1;5.46;2.6;1.25;9874
+67080;42.77558;1.04052;1346;20220309;9.2;-3.2;3;1;4.86;0;1.47;12647
+67080;42.77558;1.04052;1346;20220310;9.4;1.2;5.3;1.2;5.56;0;1.51;10354
+67080;42.77558;1.04052;1346;20220311;8.9;2.5;5.7;.7;5.96;9.1;1.31;9220
+67080;42.77558;1.04052;1346;20220312;8.8;-1.1;3.9;.3;6.26;3.3;1.27;11647
+67080;42.77558;1.04052;1346;20220313;6.3;-.4;3;.9;5.66;3.8;1.22;9643
+67080;42.77558;1.04052;1346;20220314;7.7;-1.7;3;2;6.26;3.7;1.4;11584
+67080;42.77558;1.04052;1346;20220315;18.4;4.3;11.4;2.1;6.56;0;2.8;14387
+67080;42.77558;1.04052;1346;20220316;15.6;6.2;10.9;1.3;7.06;2.5;2.1;11826
+67080;42.77558;1.04052;1346;20220317;7;5;6;.8;8.36;9.9;.96;5389
+67080;42.77558;1.04052;1346;20220318;8.1;2.4;5.3;.6;7.66;.4;1.23;9347
+67080;42.77558;1.04052;1346;20220319;10.9;.4;5.7;.6;6.56;0;1.59;12895
+67080;42.77558;1.04052;1346;20220320;9.6;2.8;6.2;.6;6.56;1.1;1.45;10435
+67080;42.77558;1.04052;1346;20220321;10.9;3.4;7.2;2.1;5.76;.1;2.07;11078
+67080;42.77558;1.04052;1346;20220322;10.6;1.5;6.1;1.4;4.76;0;1.96;12344
+67080;42.77558;1.04052;1346;20220323;12.3;-.3;6;1.6;4.06;0;2.31;14704
+67080;42.77558;1.04052;1346;20220324;14.8;-3.1;5.9;.7;4.86;0;2.14;17735
+67080;42.77558;1.04052;1346;20220325;15.7;1.3;8.5;.8;7.16;0;2.17;16031
+67080;42.77558;1.04052;1346;20220326;15.3;0;7.7;1;6.96;.1;2.24;16683
+67080;42.77558;1.04052;1346;20220327;14.2;.6;7.4;1;6.36;0;2.18;15859
+67080;42.77558;1.04052;1346;20220328;14.4;.9;7.7;.9;5.26;0;2.24;15941
+67080;42.77558;1.04052;1346;20220329;15.8;3.5;9.7;1;6.86;7.8;2.33;15341
+67080;42.77558;1.04052;1346;20220330;7.1;3.3;5.2;.9;7.66;8.2;1.26;8501
+67080;42.77558;1.04052;1346;20220331;5.5;.9;3.2;1.6;6.36;8.5;1.32;9457
+67080;42.77558;1.04052;1346;20220401;-2.4;-4.6;-3.5;2.9;3.16;15.8;1.11;6527
+67080;42.77558;1.04052;1346;20220402;-1.5;-6.7;-4.1;2.4;3.36;3.9;1.13;10242
+67080;42.77558;1.04052;1346;20220403;1.9;-6.9;-2.5;.9;3.66;.8;1.35;13503
+67080;42.77558;1.04052;1346;20220404;6.9;-6.5;.2;.9;4.06;0;1.79;16852
+67080;42.77558;1.04052;1346;20220405;12;-6.3;2.9;1.2;4.26;0;2.39;19891
+67080;42.77558;1.04052;1346;20220406;9.4;-2.6;3.4;.8;6.06;.2;1.89;16191
+67080;42.77558;1.04052;1346;20220407;19;-1.6;8.7;.8;6.26;0;2.91;21451
+67080;42.77558;1.04052;1346;20220408;18.9;1.4;10.2;1.2;7.16;2;3.02;19905
+67080;42.77558;1.04052;1346;20220409;10.5;1.7;6.1;1.3;6.16;1.9;2.07;14156
+67080;42.77558;1.04052;1346;20220410;17.6;-3.1;7.3;1.3;4.76;0;3.15;21996
+67080;42.77558;1.04052;1346;20220411;20.8;6.7;13.8;1.8;7.16;0;3.56;18248
+67080;42.77558;1.04052;1346;20220412;13;6.2;9.6;.7;9.06;0;1.98;12695
+67080;42.77558;1.04052;1346;20220413;6.8;3.9;5.4;.2;8.56;2.5;1.26;8271
+67080;42.77558;1.04052;1346;20220414;15.8;4.1;10;.9;8.26;0;2.55;16961
+67080;42.77558;1.04052;1346;20220415;19;2.4;10.7;.7;8.66;.1;2.95;20386
+67080;42.77558;1.04052;1346;20220416;20.1;6.4;13.3;1.1;8.86;0;3.14;18625
+67080;42.77558;1.04052;1346;20220417;21.2;.6;10.9;1.2;7.76;.1;3.54;23042
+67080;42.77558;1.04052;1346;20220418;17;5.2;11.1;1.2;9.16;0;2.79;17499
+67080;42.77558;1.04052;1346;20220419;8.7;5.3;7;.9;8.26;22.5;1.53;9349
+67080;42.77558;1.04052;1346;20220420;4.7;-1.3;1.7;.7;6.96;7.5;1.45;12574
+67080;42.77558;1.04052;1346;20220421;7.8;2;4.9;.8;7.46;.4;1.69;12436
+67080;42.77558;1.04052;1346;20220422;14.3;.6;7.5;1.4;5.96;.3;2.87;19353
+67080;42.77558;1.04052;1346;20220423;9.7;4.2;7;1.1;6.56;9.2;1.99;12253
+67080;42.77558;1.04052;1346;20220424;13.9;1.1;7.5;1;7.76;1;2.61;18923
+67080;42.77558;1.04052;1346;20220425;17.1;2.2;9.7;.8;7.46;0;3;20553
+67080;42.77558;1.04052;1346;20220426;18.5;2;10.3;.9;7.36;0;3.25;21764
+67080;42.77558;1.04052;1346;20220427;18.3;8.4;13.4;.7;8.46;.5;2.88;16901
+67080;42.77558;1.04052;1346;20220428;14.1;8.1;11.1;.6;11.06;.6;2.15;13180
+67080;42.77558;1.04052;1346;20220429;20.2;3.6;11.9;.8;9.46;0;3.4;22191
+67080;42.77558;1.04052;1346;20220430;17.1;7.8;12.5;1.2;9.86;1.9;2.87;16640
+67080;42.77558;1.04052;1346;20220501;18.6;3.1;10.9;1.3;9.06;4.2;3.37;21660
+67080;42.77558;1.04052;1346;20220502;14.1;6.8;10.5;.6;10.26;9.9;2.34;14869
+67080;42.77558;1.04052;1346;20220503;9.5;6.1;7.8;.4;9.76;8.6;1.62;10126
+67080;42.77558;1.04052;1346;20220504;10.9;5.5;8.2;.8;9.36;7.8;1.97;12882
+67080;42.77558;1.04052;1346;20220505;10.9;5;8;1;8.06;3;2.13;13540
+67080;42.77558;1.04052;1346;20220506;12.8;5;8.9;1.1;8.36;2.6;2.45;15675
+67080;42.77558;1.04052;1346;20220507;15.8;6;10.9;.9;8.76;.3;2.84;17677
+67080;42.77558;1.04052;1346;20220508;16.1;2.5;9.3;.9;8.16;.3;3.08;20957
+67080;42.77558;1.04052;1346;20220509;21.4;2.7;12.1;1;8.06;0;3.92;24719
+67080;42.77558;1.04052;1346;20220510;24;5;14.5;.8;8.96;0;4.13;25023
+67080;42.77558;1.04052;1346;20220511;27;9.4;18.2;1.3;9.96;.2;4.71;24174
+67080;42.77558;1.04052;1346;20220512;25.7;9.8;17.8;1.1;11.36;.1;4.33;23058
+67080;42.77558;1.04052;1346;20220513;24;9.1;16.6;1;11.76;.3;4.04;22401
+67080;42.77558;1.04052;1346;20220514;25.3;8.2;16.8;.8;11.36;.4;4.24;24105
+67080;42.77558;1.04052;1346;20220515;24.2;9.4;16.8;.8;11.36;.2;4.01;22492
+67080;42.77558;1.04052;1346;20220516;25.2;9.4;17.3;.9;11.26;.1;4.24;23331
+67080;42.77558;1.04052;1346;20220517;26.6;9.8;18.2;1;11.06;.2;4.52;24149
+67080;42.77558;1.04052;1346;20220518;26.6;11.5;19.1;1.2;12.36;0;4.52;22960
+67080;42.77558;1.04052;1346;20220519;26.9;13.9;20.4;1.3;11.66;0;4.52;21357
+67080;42.77558;1.04052;1346;20220520;29.4;12.6;21;1.2;11.26;.1;5.01;24387
+67080;42.77558;1.04052;1346;20220521;31.4;12.9;22.2;1.6;11.56;0;5.66;25682
+67080;42.77558;1.04052;1346;20220522;29.9;15.6;22.8;1.7;11.46;1.7;5.31;22619
+67080;42.77558;1.04052;1346;20220523;20.1;13.1;16.6;1.4;12.36;1.5;3.27;15803
+67080;42.77558;1.04052;1346;20220524;9.5;6.9;8.2;1;9.26;19.7;1.69;9570
+67080;42.77558;1.04052;1346;20220525;12.7;2.9;7.8;.9;8.16;.8;2.72;18843
+67080;42.77558;1.04052;1346;20220526;18.7;6.1;12.4;.8;9.56;0;3.49;21451
+67080;42.77558;1.04052;1346;20220527;21.7;4.4;13.1;1.2;9.66;0;4.19;25237
+67080;42.77558;1.04052;1346;20220528;24.9;6;15.5;1.2;10.46;0;4.68;26451
+67080;42.77558;1.04052;1346;20220529;23.4;7.9;15.7;1.5;11.56;1.9;4.38;23987
+67080;42.77558;1.04052;1346;20220530;22.8;7.3;15.1;.8;11.96;8.1;4.09;24039
+67080;42.77558;1.04052;1346;20220531;23;8.4;15.7;.8;12.76;.3;4.05;23373
+67080;42.77558;1.04052;1346;20220601;27.2;9.9;18.6;.8;11.66;.3;4.7;25513
+67080;42.77558;1.04052;1346;20220602;27.7;11.6;19.7;1;12.26;.1;4.8;24650
+67080;42.77558;1.04052;1346;20220603;27.7;11.8;19.8;.7;11.96;.8;4.62;24539
+67080;42.77558;1.04052;1346;20220604;28.3;9.7;19;.8;12.96;2.5;4.92;26604
+67080;42.77558;1.04052;1346;20220605;22.2;11;16.6;1.4;13.16;.8;3.91;20626
+67080;42.77558;1.04052;1346;20220606;25.8;8.4;17.1;1.2;11.86;1.3;4.77;25803
+67080;42.77558;1.04052;1346;20220607;22.2;11;16.6;1.1;13.26;.5;3.84;20685
+67080;42.77558;1.04052;1346;20220608;19.6;10;14.8;1.1;13.16;2.4;3.39;19159
+67080;42.77558;1.04052;1346;20220609;22.2;9.8;16;1.1;11.66;.1;4;21831
+67080;42.77558;1.04052;1346;20220610;28.4;6.4;17.4;1.2;9.76;0;5.43;29185
+67080;42.77558;1.04052;1346;20220611;29.8;10.2;20;1.2;12.16;.7;5.45;27562
+67080;42.77558;1.04052;1346;20220612;29.8;13.6;21.7;1;13.36;3.3;5.1;25059
+67080;42.77558;1.04052;1346;20220613;30;12.8;21.4;1.2;15.36;.6;5.27;25848
+67080;42.77558;1.04052;1346;20220614;32.3;13.9;23.1;.7;15.46;5.2;5.33;26761
+67080;42.77558;1.04052;1346;20220615;31.5;13.6;22.6;1.4;15.56;0;5.64;26407
+67080;42.77558;1.04052;1346;20220616;33.3;14.5;23.9;.7;14.46;.4;5.45;27082
+67080;42.77558;1.04052;1346;20220617;33.4;15.5;24.5;.6;15.26;15;5.32;26430
+67080;42.77558;1.04052;1346;20220618;33.1;13.7;23.4;1;14.06;0;5.71;27533
+67080;42.77558;1.04052;1346;20220619;29;15.8;22.4;1.7;11.06;0;5.34;22676
+67080;42.77558;1.04052;1346;20220620;30.1;12.7;21.4;.8;12.46;0;5.11;26070
+67080;42.77558;1.04052;1346;20220621;29.8;15.4;22.6;1;13.26;1.5;4.98;23696
+67080;42.77558;1.04052;1346;20220622;25.2;12.3;18.8;1;13.66;0;4.33;22414
+67080;42.77558;1.04052;1346;20220623;23.4;10.5;17;.8;12.56;0;4.08;22409
+67080;42.77558;1.04052;1346;20220624;22.6;10.4;16.5;.9;12.66;.7;3.97;21780
+67080;42.77558;1.04052;1346;20220625;21.7;9.1;15.4;.9;12.06;4.8;3.9;22129
+67080;42.77558;1.04052;1346;20220626;24;10.4;17.2;.8;13.16;4.3;4.18;22988
+67080;42.77558;1.04052;1346;20220627;14.1;9.5;11.8;.5;12.06;19.1;2.3;13267
+67080;42.77558;1.04052;1346;20220628;22.3;9;15.7;.8;12.26;.1;3.98;22701
+67080;42.77558;1.04052;1346;20220629;27;9;18;.9;12.76;6.9;4.84;26426
+67080;42.77558;1.04052;1346;20220630;17.3;11.3;14.3;1.1;12.76;.8;2.82;15147
+67080;42.77558;1.04052;1346;20220701;21.2;7.6;14.4;1.1;11.26;0;3.96;22897
+67080;42.77558;1.04052;1346;20220702;31.1;9.3;20.2;1.1;12.56;0;5.66;29018
+67080;42.77558;1.04052;1346;20220703;28;12.1;20.1;.9;15.56;1;4.77;24720
+67080;42.77558;1.04052;1346;20220704;25.3;11.8;18.6;1;15.66;0;4.29;22731
+67080;42.77558;1.04052;1346;20220705;22;12.5;17.3;.9;15.76;3.2;3.53;19006
+67080;42.77558;1.04052;1346;20220706;20.2;14.7;17.5;.7;15.66;6.3;2.85;14385
+67080;42.77558;1.04052;1346;20220707;22.2;9.6;15.9;1.1;12.06;0;3.97;21855
+67080;42.77558;1.04052;1346;20220708;25.8;11.5;18.7;1.2;12.96;0;4.54;23259
+67080;42.77558;1.04052;1346;20220709;27.9;9.5;18.7;1.2;12.26;0;5.06;26367
+67080;42.77558;1.04052;1346;20220710;29.2;11.4;20.3;1.4;13.06;0;5.28;25881
+67080;42.77558;1.04052;1346;20220711;31.3;12.9;22.1;1;14.26;.5;5.31;26266
+67080;42.77558;1.04052;1346;20220712;31.4;14.4;22.9;.9;15.26;0;5.15;25186
+67080;42.77558;1.04052;1346;20220713;32.2;13.4;22.8;1.1;15.46;0;5.48;26440
+67080;42.77558;1.04052;1346;20220714;32.2;14.3;23.3;1.2;14.66;0;5.48;25736
+67080;42.77558;1.04052;1346;20220715;32.9;14.2;23.6;1;14.76;0;5.46;26248
+67080;42.77558;1.04052;1346;20220716;33.6;14.6;24.1;1.3;13.46;0;5.78;26394
+67080;42.77558;1.04052;1346;20220717;34.8;14.8;24.8;1.2;13.06;0;5.89;27017
+67080;42.77558;1.04052;1346;20220718;35.9;18;27;1.3;15.36;.1;5.92;25479
+67080;42.77558;1.04052;1346;20220719;35.3;20.2;27.8;1.4;16.06;0;5.7;23319
+67080;42.77558;1.04052;1346;20220720;26.9;16;21.5;1.2;16.96;.2;4.16;19721
+67080;42.77558;1.04052;1346;20220721;33;11.4;22.2;.9;14.86;0;5.49;27772
+67080;42.77558;1.04052;1346;20220722;33.8;16.9;25.4;1.1;15.86;.5;5.38;24465
+67080;42.77558;1.04052;1346;20220723;28.2;14;21.1;.8;15.36;0;4.4;22336
+67080;42.77558;1.04052;1346;20220724;36.6;14.2;25.4;1;13.46;0;5.92;28020
+67080;42.77558;1.04052;1346;20220725;22.5;15.4;19;1;15.36;2;3.22;15624
+67080;42.77558;1.04052;1346;20220726;21.5;11;16.3;1.3;13.36;.2;3.54;18983
+67080;42.77558;1.04052;1346;20220727;24;11.7;17.9;1;13.26;0;3.87;20492
+67080;42.77558;1.04052;1346;20220728;30.4;10.1;20.3;.8;13.66;.4;4.93;26294
+67080;42.77558;1.04052;1346;20220729;26;12.6;19.3;.9;15.56;10.6;4.05;21241
+67080;42.77558;1.04052;1346;20220730;23.3;13.7;18.5;.7;15.56;.5;3.39;17874
+67080;42.77558;1.04052;1346;20220731;27.7;14.6;21.2;1.2;16.16;1;4.29;20836
+67080;42.77558;1.04052;1346;20220801;29.1;12.9;21;.7;16.36;.2;4.42;23102
+67080;42.77558;1.04052;1346;20220802;32;14.1;23.1;1;15.96;0;4.97;24195
+67080;42.77558;1.04052;1346;20220803;34.4;16.3;25.4;.8;14.96;.5;5.03;24228
+67080;42.77558;1.04052;1346;20220804;33.6;14.5;24.1;1;15.36;10.2;5.17;24787
+67080;42.77558;1.04052;1346;20220805;27.6;11.7;19.7;1;15.66;2.8;4.29;22495
+67080;42.77558;1.04052;1346;20220806;29.9;11.2;20.6;1.1;15.36;3.8;4.74;24304
+67080;42.77558;1.04052;1346;20220807;28.7;12;20.4;.6;15.36;2.8;4.23;22848
+67080;42.77558;1.04052;1346;20220808;29.7;10.9;20.3;.7;14.26;.1;4.47;24141
+67080;42.77558;1.04052;1346;20220809;28.8;12.8;20.8;.8;15.06;2.4;4.25;22146
+67080;42.77558;1.04052;1346;20220810;31.6;11.6;21.6;.7;14.16;.5;4.65;24664
+67080;42.77558;1.04052;1346;20220811;32.6;13.6;23.1;1.2;13.16;3.1;5.04;23913
+67080;42.77558;1.04052;1346;20220812;33.4;15.4;24.4;1;14.66;0;4.87;23149
+67080;42.77558;1.04052;1346;20220813;33.8;16.2;25;.7;15.36;.7;4.61;22768
+67080;42.77558;1.04052;1346;20220814;27.1;13.5;20.3;.9;14.56;0;3.87;19879
+67080;42.77558;1.04052;1346;20220815;25.6;11.9;18.8;1.2;13.76;.9;3.85;19844
+67080;42.77558;1.04052;1346;20220816;25.4;12.1;18.8;1;12.56;2.7;3.73;19440
+67080;42.77558;1.04052;1346;20220817;19.3;12.4;15.9;.9;14.06;7;2.58;13859
+67080;42.77558;1.04052;1346;20220818;19.2;10.6;14.9;.9;12.66;6.2;2.74;15409
+67080;42.77558;1.04052;1346;20220819;23.4;10.7;17.1;.9;12.36;.1;3.39;18664
+67080;42.77558;1.04052;1346;20220820;27.9;8.3;18.1;1.1;11.96;0;4.25;23102
+67080;42.77558;1.04052;1346;20220821;26.4;10.6;18.5;1.1;13.76;.5;3.85;20593
+67080;42.77558;1.04052;1346;20220822;25.1;13.5;19.3;.9;15.06;.5;3.36;17503
+67080;42.77558;1.04052;1346;20220823;27.6;12.6;20.1;.9;15.46;.1;3.76;19809
+67080;42.77558;1.04052;1346;20220824;32;13.5;22.8;1.1;15.56;2.1;4.48;21883
+67080;42.77558;1.04052;1346;20220825;29.8;13.9;21.9;.7;16.36;15.9;3.85;20139
+67080;42.77558;1.04052;1346;20220826;24.6;10.9;17.8;1;14.56;1.2;3.37;18554
+67080;42.77558;1.04052;1346;20220827;27.2;11.3;19.3;.7;14.46;3.5;3.58;19871
+67080;42.77558;1.04052;1346;20220828;29.6;9.9;19.8;.8;13.36;.2;3.98;21993
+67080;42.77558;1.04052;1346;20220829;28.8;13.4;21.1;1;13.26;6.6;3.82;19284
+67080;42.77558;1.04052;1346;20220830;27.9;11.3;19.6;.8;14.26;.1;3.63;19889
+67080;42.77558;1.04052;1346;20220831;23.4;13.2;18.3;.8;14.56;12;2.88;15430
+67080;42.77558;1.04052;1346;20220901;26.7;7.9;17.3;.7;13.16;.1;3.51;20877
+67080;42.77558;1.04052;1346;20220902;21.5;10.5;16;.7;13.86;10.1;2.7;15798
+67080;42.77558;1.04052;1346;20220903;22.6;12.1;17.4;.4;14.26;.4;2.63;15314
+67080;42.77558;1.04052;1346;20220904;25.6;10.1;17.9;1.2;10.96;.1;3.51;18514
+67080;42.77558;1.04052;1346;20220905;26.8;11.7;19.3;.6;13.66;.4;3.19;18130
+67080;42.77558;1.04052;1346;20220906;27.1;12.6;19.9;.6;12.96;.1;3.15;17623
+67080;42.77558;1.04052;1346;20220907;25.2;11.1;18.2;1.1;12.16;0;3.25;17237
+67080;42.77558;1.04052;1346;20220908;23.9;7.7;15.8;1;11.26;.4;3.13;18344
+67080;42.77558;1.04052;1346;20220909;21.2;8.6;14.9;1.3;11.96;.9;2.8;16020
+67080;42.77558;1.04052;1346;20220910;26.7;6.3;16.5;1.1;10.26;.1;3.53;20278
+67080;42.77558;1.04052;1346;20220911;29.8;10.7;20.3;.9;12.26;.1;3.57;19450
+67080;42.77558;1.04052;1346;20220912;29.5;14.9;22.2;1.2;14.06;.2;3.55;16833
+67080;42.77558;1.04052;1346;20220913;21.8;15.3;18.6;.6;14.56;9.3;2.17;11060
+67080;42.77558;1.04052;1346;20220914;23;11.4;17.2;.9;13.46;.8;2.63;14722
+67080;42.77558;1.04052;1346;20220915;22.8;8;15.4;.9;11.76;9.2;2.73;16512
+67080;42.77558;1.04052;1346;20220916;21.3;9.9;15.6;.9;12.66;1.1;2.44;14335
+67080;42.77558;1.04052;1346;20220917;20.2;9.2;14.7;.8;10.66;0;2.34;13950
+67080;42.77558;1.04052;1346;20220918;23;4.1;13.6;.8;8.16;0;2.76;18190
+67080;42.77558;1.04052;1346;20220919;23.1;6.4;14.8;.9;8.96;0;2.74;16927
+67080;42.77558;1.04052;1346;20220920;23.4;5.6;14.5;1;9.26;0;2.81;17320
+67080;42.77558;1.04052;1346;20220921;21.5;5.4;13.5;1.1;9.76;.3;2.61;16306
+67080;42.77558;1.04052;1346;20220922;22.7;5.5;14.1;.9;9.66;.1;2.61;16701
+67080;42.77558;1.04052;1346;20220923;21.7;7.8;14.8;.8;11.16;6.1;2.36;14846
+67080;42.77558;1.04052;1346;20220924;16;8.5;12.3;.7;10.86;7.7;1.72;10739
+67080;42.77558;1.04052;1346;20220925;11.7;5.3;8.5;.6;8.96;.4;1.42;9805
+67080;42.77558;1.04052;1346;20220926;15.1;5.4;10.3;.6;8.76;3.3;1.72;12002
+67080;42.77558;1.04052;1346;20220927;15.8;5.1;10.5;.6;9.96;7.8;1.73;12489
+67080;42.77558;1.04052;1346;20220928;17.2;8.1;12.7;.6;10.66;3.5;1.74;11383
+67080;42.77558;1.04052;1346;20220929;14.2;6.5;10.4;.5;9.76;13.7;1.5;10345
+67080;42.77558;1.04052;1346;20220930;10.5;3.3;6.9;.6;7.96;2.8;1.32;9892
+67080;42.77558;1.04052;1346;20221001;19.8;.6;10.2;.7;8.36;.1;2.07;16126
+67080;42.77558;1.04052;1346;20221002;23.3;5.5;14.4;.9;10.36;0;2.35;15355
+67080;42.77558;1.04052;1346;20221003;22.6;7.1;14.9;.5;10.76;0;2.02;14161
+67080;42.77558;1.04052;1346;20221004;23.2;6.4;14.8;.8;9.56;.1;2.22;14594
+67080;42.77558;1.04052;1346;20221005;24.1;5.7;14.9;.9;8.06;0;2.36;15119
+67080;42.77558;1.04052;1346;20221006;19.6;4.6;12.1;.7;9.86;.1;1.85;13480
+67080;42.77558;1.04052;1346;20221007;21.4;7.9;14.7;.5;11.56;4.8;1.81;12636
+67080;42.77558;1.04052;1346;20221008;16.2;9;12.6;.3;11.76;.5;1.33;9064
+67080;42.77558;1.04052;1346;20221009;21.1;5.4;13.3;1.1;9.46;1.7;2.08;13342
+67080;42.77558;1.04052;1346;20221010;20.8;5.9;13.4;.9;9.46;.1;1.93;12846
+67080;42.77558;1.04052;1346;20221011;18.4;6.1;12.3;.6;11.06;2.8;1.56;11519
+67080;42.77558;1.04052;1346;20221012;17.9;8.4;13.2;.7;11.16;.5;1.51;9980
+67080;42.77558;1.04052;1346;20221013;19.8;5.7;12.8;.7;10.46;0;1.66;12067
+67080;42.77558;1.04052;1346;20221014;20.6;9.6;15.1;.5;12.16;.1;1.54;10509
+67080;42.77558;1.04052;1346;20221015;23.3;8.3;15.8;1.1;9.66;0;2.08;12167
+67080;42.77558;1.04052;1346;20221016;23.4;11;17.2;1.3;10.06;0;2.18;10912
+67080;42.77558;1.04052;1346;20221017;21.9;12;17;1.4;10.56;.3;2.06;9612
+67080;42.77558;1.04052;1346;20221018;24.6;10.7;17.7;1.2;10.36;0;2.14;11296
+67080;42.77558;1.04052;1346;20221019;23.1;12.6;17.9;1;12.06;7.2;1.82;9671
+67080;42.77558;1.04052;1346;20221020;16.8;9.5;13.2;1.1;12.46;14.8;1.3;7930
+67080;42.77558;1.04052;1346;20221021;17.1;8.7;12.9;.9;11.76;0;1.3;8420
+67080;42.77558;1.04052;1346;20221022;18.7;9;13.9;.9;10.36;1.8;1.46;8956
+67080;42.77558;1.04052;1346;20221023;11.6;10.4;11;1;11.76;10.8;.82;2965
+67080;42.77558;1.04052;1346;20221024;19.4;9.2;14.3;1;9.96;0;1.53;8969
+67080;42.77558;1.04052;1346;20221025;20.7;8.6;14.7;1.2;8.96;0;1.74;9670
+67080;42.77558;1.04052;1346;20221026;22.3;11.1;16.7;.9;9.56;0;1.62;9182
+67080;42.77558;1.04052;1346;20221027;16.9;10.3;13.6;1.2;10.16;0;1.39;6910
+67080;42.77558;1.04052;1346;20221028;23.7;10.8;17.3;1.2;9.26;0;1.88;9632
+67080;42.77558;1.04052;1346;20221029;21.8;12;16.9;1.3;7.56;0;1.92;8264
+67080;42.77558;1.04052;1346;20221030;21.9;7.5;14.7;1;6.86;0;1.64;9944
+67080;42.77558;1.04052;1346;20221031;18.5;7.5;13;1.4;10.26;7.2;1.46;8557
+67080;42.77558;1.04052;1346;20221101;15;3.7;9.4;.6;9.56;0;.96;8570
+67080;42.77558;1.04052;1346;20221102;15.6;3.1;9.4;1.3;7.86;0;1.28;8916
+67080;42.77558;1.04052;1346;20221103;14.4;7.4;10.9;.9;8.76;7.2;1.07;6534
+67080;42.77558;1.04052;1346;20221104;4.8;-.9;2;1.2;6.66;14.8;.61;5803
+67080;42.77558;1.04052;1346;20221105;8.3;0;4.2;1.2;6.16;0;.87;6963
+67080;42.77558;1.04052;1346;20221106;15.2;1.1;8.2;.9;6.36;0;1.09;9035
+67080;42.77558;1.04052;1346;20221107;14.6;1;7.8;1.4;5.96;0;1.3;8764
+67080;42.77558;1.04052;1346;20221108;20.4;6.8;13.6;1;8.06;1.3;1.34;8660
+67080;42.77558;1.04052;1346;20221109;16;8;12;.9;9.36;5.9;1.04;6511
+67080;42.77558;1.04052;1346;20221110;10.5;2.6;6.6;.4;7.96;0;.66;6393
+67080;42.77558;1.04052;1346;20221111;17.4;.5;9;1;6.86;.1;1.12;9346
+67080;42.77558;1.04052;1346;20221112;17.5;5.4;11.5;1.9;7.26;0;1.63;7782
+67080;42.77558;1.04052;1346;20221113;15;4.4;9.7;.7;6.86;0;.9;7186
+67080;42.77558;1.04052;1346;20221114;15.5;5;10.3;.9;7.66;0;.98;7070
+67080;42.77558;1.04052;1346;20221115;14.8;5.8;10.3;1;8.56;.5;.95;6456
+67080;42.77558;1.04052;1346;20221116;12.2;2.4;7.3;.8;7.76;.1;.74;6672
+67080;42.77558;1.04052;1346;20221117;14.5;3.8;9.2;.8;7.86;4.2;.83;6906
+67080;42.77558;1.04052;1346;20221118;6.9;3.1;5;.5;7.56;3.3;.54;3980
+67080;42.77558;1.04052;1346;20221119;3.2;.7;2;.8;6.46;3.6;.49;3150
+67080;42.77558;1.04052;1346;20221120;6.3;-4;1.2;.9;5.76;3.1;.52;6559
+67080;42.77558;1.04052;1346;20221121;8.4;1.4;4.9;1.2;6.86;25.9;.69;5312
+67080;42.77558;1.04052;1346;20221122;4.5;-1.3;1.6;.6;6.16;8.4;.46;4767
+67080;42.77558;1.04052;1346;20221123;8.5;.9;4.7;1.3;7.96;10.1;.55;5435
+67080;42.77558;1.04052;1346;20221124;10.2;-2;4.1;.7;6.46;.7;.56;6880
+67080;42.77558;1.04052;1346;20221125;5.5;.9;3.2;.7;7.16;5;.46;4098
+67080;42.77558;1.04052;1346;20221126;4.7;-1.7;1.5;.9;5.86;0;.48;4830
+67080;42.77558;1.04052;1346;20221127;13.6;-.4;6.6;.8;5.16;4.9;.74;7188
+67080;42.77558;1.04052;1346;20221128;4.7;1.8;3.3;.9;6.46;14.4;.54;3120
+67080;42.77558;1.04052;1346;20221129;5.7;-.5;2.6;1.2;6.46;5.4;.51;4628
+67080;42.77558;1.04052;1346;20221130;1.7;-1.8;0;.7;5.56;.1;.4;3393
+67080;42.77558;1.04052;1346;20221201;3.1;-4.8;-.8;1;4.06;0;.52;5171
+67080;42.77558;1.04052;1346;20221202;2.7;-6.6;-1.9;1;3.86;0;.48;5588
+67080;42.77558;1.04052;1346;20221203;3.1;-5.5;-1.2;.6;4.56;.4;.38;5327
+67080;42.77558;1.04052;1346;20221204;3.6;-4.4;-.4;.7;4.16;0;.45;5095
+67080;42.77558;1.04052;1346;20221205;4.8;-5.4;-.3;.9;4.26;0;.48;5745
+67080;42.77558;1.04052;1346;20221206;10.1;-.3;4.9;.6;6.26;.1;.48;5768
+67080;42.77558;1.04052;1346;20221207;8.9;1;5;.9;6.86;0;.54;4969
+67080;42.77558;1.04052;1346;20221208;9.3;-.8;4.3;1.1;6.46;2.1;.57;5618
+67080;42.77558;1.04052;1346;20221209;7.2;2.3;4.8;.7;7.96;8.3;.43;3825
+67080;42.77558;1.04052;1346;20221210;1.3;1.2;1.3;.8;5.76;.1;.52;350
+67080;42.77558;1.04052;1346;20221211;4.5;-7.1;-1.3;.7;3.66;0;.41;5954
+67080;42.77558;1.04052;1346;20221212;5.5;-4.5;.5;1;5.06;6.4;.45;5491
+67080;42.77558;1.04052;1346;20221213;9.3;1.8;5.6;.9;7.46;9;.51;4709
+67080;42.77558;1.04052;1346;20221214;7.1;4.3;5.7;.8;8.06;1.9;.5;2780
+67080;42.77558;1.04052;1346;20221215;8.3;1.7;5;.7;7.86;2.4;.42;4378
+67080;42.77558;1.04052;1346;20221216;7.1;2.3;4.7;.6;7.56;3.1;.43;3692
+67080;42.77558;1.04052;1346;20221217;2.9;-1.7;.6;.6;5.86;0;.35;3603
+67080;42.77558;1.04052;1346;20221218;9.7;-2;3.9;1.5;4.66;0;.84;5872
+67080;42.77558;1.04052;1346;20221219;16.6;5.4;11;2.2;4.86;0;1.76;5735
+67080;42.77558;1.04052;1346;20221220;14.9;6.6;10.8;1.3;6.16;.5;1.08;4903
+67080;42.77558;1.04052;1346;20221221;8.8;2.9;5.9;1;7.56;.8;.54;4098
+67080;42.77558;1.04052;1346;20221222;6.7;1.5;4.1;1;8.06;.4;.38;3834
+67080;42.77558;1.04052;1346;20221223;12.2;3.1;7.7;1;7.56;0;.64;5149
+67080;42.77558;1.04052;1346;20221224;13.7;.4;7.1;1.6;6.36;0;.93;6280
+67080;42.77558;1.04052;1346;20221225;14.6;3.8;9.2;1.2;5.56;0;.96;5645
+67080;42.77558;1.04052;1346;20221226;10.5;2.2;6.4;.7;5.96;0;.57;4931
+67080;42.77558;1.04052;1346;20221227;9;-.7;4.2;.7;6.16;0;.46;5362
+67080;42.77558;1.04052;1346;20221228;11.2;-.8;5.2;1;5.46;0;.66;6006
+67080;42.77558;1.04052;1346;20221229;11.1;.7;5.9;1.1;6.06;0;.69;5594
+67080;42.77558;1.04052;1346;20221230;11.1;2.5;6.8;1.3;7.76;.3;.66;5085
+67080;42.77558;1.04052;1346;20221231;17.8;6.6;12.2;1.9;6.86;0;1.48;5858
+67081;42.80196;1.3436;976;20220101;15.2;5.2;10.2;1.5;4.9;0;1.28;5560
+67081;42.80196;1.3436;976;20220102;14.9;4.9;9.9;1.9;5.97;0;1.33;5465
+67081;42.80196;1.3436;976;20220103;12.9;1.5;7.2;1.7;6.9;0;.72;6026
+67081;42.80196;1.3436;976;20220104;17.1;4.2;10.6;2.4;6.44;12.5;1.5;6549
+67081;42.80196;1.3436;976;20220105;.9;.4;.6;4.1;5.14;1.4;.55;962
+67081;42.80196;1.3436;976;20220106;.7;-3.9;-1.6;3.3;3.97;0;.53;3806
+67081;42.80196;1.3436;976;20220107;1.5;-6;-2.3;3;4.87;3.1;.26;4811
+67081;42.80196;1.3436;976;20220108;4.7;-.7;2;3.4;6.6;5.9;.25;4143
+67081;42.80196;1.3436;976;20220109;3.2;1.2;2.2;3.4;6.44;64.9;.37;2361
+67081;42.80196;1.3436;976;20220110;6.4;.3;3.4;5.2;7.54;54.7;.35;4258
+67081;42.80196;1.3436;976;20220111;5.7;1.3;3.5;3;5.5;0;.85;3912
+67081;42.80196;1.3436;976;20220112;4.2;-4.4;-.1;2;3.74;0;.71;5619
+67081;42.80196;1.3436;976;20220113;7.7;-4.7;1.5;.9;2.97;0;.67;6970
+67081;42.80196;1.3436;976;20220114;8.5;-2.7;2.9;1.1;2.97;0;.81;6626
+67081;42.80196;1.3436;976;20220115;8;-3;2.5;1.2;2.87;0;.9;6476
+67081;42.80196;1.3436;976;20220116;6.2;-5.3;.5;2.2;3.04;0;.96;6628
+67081;42.80196;1.3436;976;20220117;6.6;-4.8;.9;2.4;3.87;0;.78;6740
+67081;42.80196;1.3436;976;20220118;9.4;-3.1;3.1;1.4;4.3;0;.84;7232
+67081;42.80196;1.3436;976;20220119;3.7;-4.7;-.5;1.8;4.8;.5;.39;5946
+67081;42.80196;1.3436;976;20220120;3.5;-2.9;.3;2.9;5.77;3.8;.39;5061
+67081;42.80196;1.3436;976;20220121;1.9;-2.1;-.1;3;4.5;0;.65;3928
+67081;42.80196;1.3436;976;20220122;4.9;-6.4;-.8;1.6;4;0;.6;7157
+67081;42.80196;1.3436;976;20220123;9;-3.9;2.6;1.7;3.97;0;1;7812
+67081;42.80196;1.3436;976;20220124;10.4;-3;3.7;1.8;3.87;0;1.09;8025
+67081;42.80196;1.3436;976;20220125;10.8;-2.4;4.2;1.1;3.67;0;.95;8043
+67081;42.80196;1.3436;976;20220126;10.7;-1.2;4.8;1.9;3.74;0;1.31;7532
+67081;42.80196;1.3436;976;20220127;9.8;-1.8;4;2.3;3.67;0;1.37;7610
+67081;42.80196;1.3436;976;20220128;9.4;-3;3.2;3.2;3.7;0;1.32;7889
+67081;42.80196;1.3436;976;20220129;11.8;-2.3;4.8;3.1;3.7;0;1.46;8612
+67081;42.80196;1.3436;976;20220130;10.6;-1.5;4.6;3.2;4.97;0;.98;7934
+67081;42.80196;1.3436;976;20220131;5.4;-3.3;1;4.3;5.27;2.2;.6;6607
+67081;42.80196;1.3436;976;20220201;4;-.5;1.7;4.6;5.6;.1;.54;4938
+67081;42.80196;1.3436;976;20220202;9.9;-1;4.5;2.7;5.87;0;.72;7800
+67081;42.80196;1.3436;976;20220203;16;-.4;7.8;2.1;4.47;0;1.78;10058
+67081;42.80196;1.3436;976;20220204;8.8;.1;4.5;2.9;6.77;1.8;.65;6974
+67081;42.80196;1.3436;976;20220205;6.6;3.1;4.8;3.2;6.84;1.6;.72;4318
+67081;42.80196;1.3436;976;20220206;5.7;-2.5;1.6;3.6;5.17;0;.64;6909
+67081;42.80196;1.3436;976;20220207;8.6;-1.5;3.5;4;6.3;1.4;.68;7795
+67081;42.80196;1.3436;976;20220208;15.4;-1.6;6.9;2;5.07;0;1.6;10890
+67081;42.80196;1.3436;976;20220209;13.4;-1;6.2;1.9;5.1;0;1.16;9710
+67081;42.80196;1.3436;976;20220210;8;-1.2;3.4;.7;4.55;0;1.05;10118
+67081;42.80196;1.3436;976;20220211;9.4;-.3;4.5;.8;5.75;1.3;.81;8193
+67081;42.80196;1.3436;976;20220212;12.7;-.2;6.2;.6;5.05;0;.95;9601
+67081;42.80196;1.3436;976;20220213;12.7;.8;6.7;1.4;5.55;3.5;1.21;9327
+67081;42.80196;1.3436;976;20220214;7.9;4;5.9;1.2;6.05;8.6;.88;5309
+67081;42.80196;1.3436;976;20220215;6.4;0;3.2;.7;5.25;3;.75;6951
+67081;42.80196;1.3436;976;20220216;9;.3;4.6;2.9;7.84;4.2;.66;8265
+67081;42.80196;1.3436;976;20220217;12.2;2.2;7.2;3;8.47;0;.9;8470
+67081;42.80196;1.3436;976;20220218;18.4;2.1;10.3;2.8;8;6.5;1.86;11853
+67081;42.80196;1.3436;976;20220219;4.5;1.6;3;3.5;6.34;4.9;.81;4999
+67081;42.80196;1.3436;976;20220220;9.3;-2.4;3.4;3.6;6.07;0;.86;10084
+67081;42.80196;1.3436;976;20220221;9.5;.7;5.1;4.6;6.14;.2;1.16;8203
+67081;42.80196;1.3436;976;20220222;10.9;-1.8;4.5;3.6;5.8;0;1.13;10595
+67081;42.80196;1.3436;976;20220223;14.7;-1.5;6.6;2.2;6;0;1.56;12492
+67081;42.80196;1.3436;976;20220224;12.5;1.2;6.9;2.8;7.07;2;1.44;10661
+67081;42.80196;1.3436;976;20220225;6.3;2.3;4.3;3.5;6;.3;1.08;6248
+67081;42.80196;1.3436;976;20220226;12.8;-3.8;4.5;2.4;4.57;0;1.61;13114
+67081;42.80196;1.3436;976;20220227;12.5;-1.5;5.5;2.3;6.04;.7;1.53;12284
+67081;42.80196;1.3436;976;20220228;12.7;.1;6.4;1.9;6.1;0;1.45;11819
+67081;42.80196;1.3436;976;20220301;14.7;-1;6.8;2.3;5.5;0;1.65;12486
+67081;42.80196;1.3436;976;20220302;9.6;1.1;5.4;2;6.97;8;1.02;9376
+67081;42.80196;1.3436;976;20220303;13.7;.7;7.2;1.8;7.54;1.3;1.48;12145
+67081;42.80196;1.3436;976;20220304;5.9;4;5;3.1;7.47;5.4;.77;4626
+67081;42.80196;1.3436;976;20220305;6.1;1;3.5;2.2;6.37;.2;.9;7816
+67081;42.80196;1.3436;976;20220306;6.2;.6;3.4;1.8;6.04;0;1.06;8354
+67081;42.80196;1.3436;976;20220307;9.6;-1.6;4;1.8;5.44;0;1.41;12155
+67081;42.80196;1.3436;976;20220308;7.8;1.9;4.8;2.6;6.34;2.6;1.11;8468
+67081;42.80196;1.3436;976;20220309;9.7;-.6;4.5;2.2;6.17;0;1.26;11039
+67081;42.80196;1.3436;976;20220310;10.4;3.7;7;2.7;6.94;0;1.36;9092
+67081;42.80196;1.3436;976;20220311;9.4;6.3;7.9;3.8;7.04;6.7;1.32;5444
+67081;42.80196;1.3436;976;20220312;9.1;2.5;5.8;3.2;7.34;3.8;1.01;8342
+67081;42.80196;1.3436;976;20220313;7.1;2;4.5;3;6.6;3.5;1.09;8052
+67081;42.80196;1.3436;976;20220314;9.2;-.6;4.3;3.8;7.44;.4;1.06;12141
+67081;42.80196;1.3436;976;20220315;16.5;6.3;11.4;4;7.54;0;2.33;11054
+67081;42.80196;1.3436;976;20220316;13.9;6.9;10.4;2.6;8.47;2.9;1.55;9142
+67081;42.80196;1.3436;976;20220317;9.1;6.6;7.8;1.6;9.4;18.4;.96;6234
+67081;42.80196;1.3436;976;20220318;10.4;4.7;7.5;.6;7.75;.5;1.23;9347
+67081;42.80196;1.3436;976;20220319;13.2;2.7;7.9;.6;6.65;0;1.59;12895
+67081;42.80196;1.3436;976;20220320;11.9;5.1;8.5;.6;6.65;0;1.45;10435
+67081;42.80196;1.3436;976;20220321;13.2;5.7;9.4;2.1;5.85;.1;2.07;11078
+67081;42.80196;1.3436;976;20220322;12.9;3.8;8.3;1.4;4.85;0;1.96;12344
+67081;42.80196;1.3436;976;20220323;14.6;2;8.3;1.6;4.15;0;2.31;14704
+67081;42.80196;1.3436;976;20220324;17.1;-.8;8.1;.7;4.95;0;2.14;17735
+67081;42.80196;1.3436;976;20220325;18;3.6;10.8;.8;7.25;0;2.17;16031
+67081;42.80196;1.3436;976;20220326;17.6;2.3;9.9;1;7.05;0;2.24;16683
+67081;42.80196;1.3436;976;20220327;16.5;2.9;9.7;1;6.45;0;2.18;15859
+67081;42.80196;1.3436;976;20220328;16.7;3.2;9.9;.9;5.35;0;2.24;15941
+67081;42.80196;1.3436;976;20220329;18.1;5.8;11.9;1;6.95;8.9;2.33;15341
+67081;42.80196;1.3436;976;20220330;9.4;5.6;7.5;.9;7.75;8.6;1.26;8501
+67081;42.80196;1.3436;976;20220331;7.8;3.2;5.5;1.6;6.45;9.5;1.32;9457
+67081;42.80196;1.3436;976;20220401;-.1;-2.3;-1.2;2.9;3.25;13.9;1.11;6527
+67081;42.80196;1.3436;976;20220402;.8;-4.4;-1.8;2.4;3.45;3.9;1.13;10242
+67081;42.80196;1.3436;976;20220403;4.2;-4.6;-.2;1;3.59;.5;1.79;16382
+67081;42.80196;1.3436;976;20220404;9.2;-4.2;2.5;.9;4.15;0;1.79;16852
+67081;42.80196;1.3436;976;20220405;14.3;-4;5.1;1.2;4.35;0;2.39;19891
+67081;42.80196;1.3436;976;20220406;11.7;-.3;5.7;.8;6.15;.1;1.89;16191
+67081;42.80196;1.3436;976;20220407;21.3;.7;11;.8;6.35;0;2.91;21451
+67081;42.80196;1.3436;976;20220408;21.2;3.7;12.4;1.2;7.25;2.9;3.02;19905
+67081;42.80196;1.3436;976;20220409;12.8;4;8.4;1.3;6.25;2;2.07;14156
+67081;42.80196;1.3436;976;20220410;19.9;-.8;9.5;1.3;4.85;0;3.15;21996
+67081;42.80196;1.3436;976;20220411;23.1;9;16;1.8;7.25;0;3.56;18248
+67081;42.80196;1.3436;976;20220412;15.3;8.5;11.9;.7;9.15;0;1.98;12695
+67081;42.80196;1.3436;976;20220413;9.1;6.2;7.6;.2;8.65;2.4;1.26;8271
+67081;42.80196;1.3436;976;20220414;18.1;6.4;12.2;.9;8.35;0;2.55;16961
+67081;42.80196;1.3436;976;20220415;21.3;4.7;13;.7;8.75;.1;2.95;20386
+67081;42.80196;1.3436;976;20220416;22.4;8.7;15.5;1.1;8.95;0;3.14;18625
+67081;42.80196;1.3436;976;20220417;23.5;2.9;13.2;1.2;7.85;0;3.54;23042
+67081;42.80196;1.3436;976;20220418;19.3;7.5;13.4;1.2;9.25;0;2.79;17499
+67081;42.80196;1.3436;976;20220419;11;7.6;9.3;.9;8.35;19.3;1.53;9349
+67081;42.80196;1.3436;976;20220420;7;1;4;.7;7.05;10.3;1.45;12574
+67081;42.80196;1.3436;976;20220421;10.1;4.3;7.2;.8;7.55;1;1.69;12436
+67081;42.80196;1.3436;976;20220422;16.6;2.9;9.7;1.4;6.05;.1;2.87;19353
+67081;42.80196;1.3436;976;20220423;12;6.5;9.2;1.1;6.65;9.3;1.99;12253
+67081;42.80196;1.3436;976;20220424;16.2;3.4;9.8;1;7.85;.8;2.61;18923
+67081;42.80196;1.3436;976;20220425;19.4;4.5;11.9;.8;7.55;0;3;20553
+67081;42.80196;1.3436;976;20220426;20.8;4.3;12.5;.9;7.45;0;3.25;21764
+67081;42.80196;1.3436;976;20220427;20.6;10.7;15.6;.7;8.55;0;2.88;16901
+67081;42.80196;1.3436;976;20220428;16.4;10.4;13.4;.6;11.15;1.8;2.15;13180
+67081;42.80196;1.3436;976;20220429;22.5;5.9;14.2;.8;9.55;0;3.4;22191
+67081;42.80196;1.3436;976;20220430;19.4;10.1;14.7;1.2;9.95;1.1;2.87;16640
+67081;42.80196;1.3436;976;20220501;20.9;5.4;13.1;1.3;9.15;3.7;3.37;21660
+67081;42.80196;1.3436;976;20220502;16.4;9.1;12.7;.6;10.35;11.7;2.34;14869
+67081;42.80196;1.3436;976;20220503;11.8;8.4;10.1;.4;9.85;8.7;1.62;10126
+67081;42.80196;1.3436;976;20220504;13.2;7.8;10.5;.8;9.45;4.4;1.97;12882
+67081;42.80196;1.3436;976;20220505;13.2;7.3;10.2;1;8.15;3.5;2.13;13540
+67081;42.80196;1.3436;976;20220506;13.7;6.9;10.3;3.6;9.04;0;2.42;15157
+67081;42.80196;1.3436;976;20220507;17.2;7.7;12.5;2.9;9.57;1.8;3.12;18257
+67081;42.80196;1.3436;976;20220508;17.4;4.8;11.1;2;9;.3;3.2;20882
+67081;42.80196;1.3436;976;20220509;21.5;5.6;13.5;1.3;9.4;.1;3.74;23342
+67081;42.80196;1.3436;976;20220510;23.6;7.4;15.5;1.2;9.97;0;3.98;23703
+67081;42.80196;1.3436;976;20220511;26.2;9.3;17.7;1.8;10.57;.1;4.51;23624
+67081;42.80196;1.3436;976;20220512;22.8;11.3;17;2.1;12.57;.1;3.68;19870
+67081;42.80196;1.3436;976;20220513;22.9;10;16.4;1.8;12.74;.3;3.76;21557
+67081;42.80196;1.3436;976;20220514;25.4;9.9;17.6;1.3;12.6;.3;4.19;23686
+67081;42.80196;1.3436;976;20220515;24.2;11.3;17.7;2.5;11.3;0;4.28;21356
+67081;42.80196;1.3436;976;20220516;24.5;9.9;17.2;1.1;12.87;.1;4;23409
+67081;42.80196;1.3436;976;20220517;26.2;11;18.6;1.7;12.8;.2;4.43;23631
+67081;42.80196;1.3436;976;20220518;27.8;12.9;20.3;1.7;13.44;0;4.71;23745
+67081;42.80196;1.3436;976;20220519;26.5;13.2;19.9;2.5;12.54;.1;4.52;22375
+67081;42.80196;1.3436;976;20220520;27.5;15.4;21.4;2.9;11.74;0;4.96;20857
+67081;42.80196;1.3436;976;20220521;31.4;13.3;22.4;1.5;13.34;0;5.33;25475
+67081;42.80196;1.3436;976;20220522;29.9;16;22.9;1.6;12.2;1;5.08;22883
+67081;42.80196;1.3436;976;20220523;17.9;13.9;15.9;2.4;13.37;3.1;2.3;10848
+67081;42.80196;1.3436;976;20220524;10.8;8.2;9.5;2.8;10.27;20.1;1.51;10071
+67081;42.80196;1.3436;976;20220525;14.5;5.4;10;3.1;9.2;2.3;2.82;18919
+67081;42.80196;1.3436;976;20220526;17.4;7.7;12.6;3;10.44;.2;3;19152
+67081;42.80196;1.3436;976;20220527;21.3;7.3;14.3;2.8;11.3;0;3.88;23356
+67081;42.80196;1.3436;976;20220528;23.6;7.9;15.8;2.9;11.37;0;4.46;24594
+67081;42.80196;1.3436;976;20220529;22.2;9;15.6;2.6;10.4;.7;4.35;22876
+67081;42.80196;1.3436;976;20220530;22.2;8;15.1;1.6;11.04;8.3;4.09;23947
+67081;42.80196;1.3436;976;20220531;22.4;10.7;16.6;1.2;13.27;1.8;3.75;21494
+67081;42.80196;1.3436;976;20220601;26.8;11.2;19;1.9;12.47;.2;4.79;24717
+67081;42.80196;1.3436;976;20220602;25.4;12.3;18.8;1.9;13.57;.1;4.32;22848
+67081;42.80196;1.3436;976;20220603;25.6;13.2;19.4;2.2;13.8;.5;4.31;22074
+67081;42.80196;1.3436;976;20220604;24.9;11.7;18.3;2.2;15.1;1.1;4.03;22626
+67081;42.80196;1.3436;976;20220605;21.1;13.2;17.2;2.5;14.54;1.1;3.24;17195
+67081;42.80196;1.3436;976;20220606;25.5;10.1;17.8;2;13.3;5.3;4.7;25354
+67081;42.80196;1.3436;976;20220607;20.9;13;16.9;2.6;13.8;.3;3.29;17352
+67081;42.80196;1.3436;976;20220608;18.9;11.2;15;2;13.54;3.8;2.98;17302
+67081;42.80196;1.3436;976;20220609;19.6;10.3;14.9;3.6;12.14;.2;3.21;19117
+67081;42.80196;1.3436;976;20220610;26.7;7.5;17.1;3.1;11.2;0;5.18;27966
+67081;42.80196;1.3436;976;20220611;29.6;11.6;20.6;1.8;12.14;.3;5.61;27564
+67081;42.80196;1.3436;976;20220612;29.7;15.2;22.4;1.7;14.5;4.2;5.24;24449
+67081;42.80196;1.3436;976;20220613;27.3;15.2;21.3;2.1;16.37;.7;4.54;21817
+67081;42.80196;1.3436;976;20220614;31.3;14.8;23;1.1;16.1;4;5.22;26182
+67081;42.80196;1.3436;976;20220615;31.5;15.6;23.5;1.6;15.44;0;5.58;25806
+67081;42.80196;1.3436;976;20220616;32.7;15.9;24.3;1.5;15.8;.1;5.7;26522
+67081;42.80196;1.3436;976;20220617;33.7;17.1;25.4;1.5;15.3;5.3;5.93;26455
+67081;42.80196;1.3436;976;20220618;32.8;16.4;24.6;2.3;13.67;0;5.9;23659
+67081;42.80196;1.3436;976;20220619;29.4;18.8;24.1;3.8;12.44;0;5.78;20839
+67081;42.80196;1.3436;976;20220620;26.1;14.9;20.5;2.9;15.5;0;4.09;20511
+67081;42.80196;1.3436;976;20220621;26.5;16.3;21.4;1.9;16.37;1.4;4.08;20171
+67081;42.80196;1.3436;976;20220622;24.2;13.8;19;2;15.67;0;3.9;20785
+67081;42.80196;1.3436;976;20220623;24.2;12.9;18.6;1.9;14.77;0;4;21295
+67081;42.80196;1.3436;976;20220624;21.9;12.4;17.1;2.3;13.54;.7;3.65;19671
+67081;42.80196;1.3436;976;20220625;23.2;10.7;16.9;1.8;12.94;2.7;4.16;22910
+67081;42.80196;1.3436;976;20220626;21.5;12.2;16.8;1.6;14.3;3.2;3.36;19018
+67081;42.80196;1.3436;976;20220627;16.1;11.1;13.6;2.4;13.07;14.2;2.42;14547
+67081;42.80196;1.3436;976;20220628;22;10.4;16.2;2.8;12.87;.1;3.92;21992
+67081;42.80196;1.3436;976;20220629;25.7;10;17.8;2.2;13;5.4;4.8;25674
+67081;42.80196;1.3436;976;20220630;16.8;12.4;14.6;2.4;13.3;2.1;2.35;12967
+67081;42.80196;1.3436;976;20220701;20.4;8.9;14.6;2.7;11.27;.1;3.77;21742
+67081;42.80196;1.3436;976;20220702;29.6;9.7;19.7;1.1;12.07;0;5.33;28931
+67081;42.80196;1.3436;976;20220703;28.1;13.9;21;1.3;15.07;.2;4.85;24295
+67081;42.80196;1.3436;976;20220704;25;14.6;19.8;1.9;16.2;0;4.09;20321
+67081;42.80196;1.3436;976;20220705;23;14.9;19;2.1;16.34;2.1;3.62;18237
+67081;42.80196;1.3436;976;20220706;22.2;15.6;18.9;2.1;14.7;2.9;3.66;16502
+67081;42.80196;1.3436;976;20220707;23.2;11.1;17.2;3.2;12.74;0;4.39;22410
+67081;42.80196;1.3436;976;20220708;25.6;12.4;19;2.6;13.34;0;4.76;23412
+67081;42.80196;1.3436;976;20220709;28.1;11.1;19.6;1.8;12.57;0;5.26;26481
+67081;42.80196;1.3436;976;20220710;29.3;12.8;21.1;1.8;13.14;0;5.41;26066
+67081;42.80196;1.3436;976;20220711;31.2;14.3;22.8;1.5;14.17;.3;5.46;26150
+67081;42.80196;1.3436;976;20220712;31.5;15.4;23.5;1.7;14.57;0;5.58;25503
+67081;42.80196;1.3436;976;20220713;31.5;15.5;23.5;1.6;14.67;0;5.49;25063
+67081;42.80196;1.3436;976;20220714;32.6;16;24.3;1.6;14.27;0;5.7;25831
+67081;42.80196;1.3436;976;20220715;32.1;16.1;24.1;2;14.4;0;5.77;24836
+67081;42.80196;1.3436;976;20220716;34.1;15.8;24.9;1.8;13.17;0;6.1;26548
+67081;42.80196;1.3436;976;20220717;34.7;15.8;25.2;1.6;12.84;0;5.95;26279
+67081;42.80196;1.3436;976;20220718;34.6;17.7;26.2;1.9;14.1;0;5.94;24442
+67081;42.80196;1.3436;976;20220719;30.3;19;24.6;2.6;14.9;0;5.23;20477
+67081;42.80196;1.3436;976;20220720;26.8;16.6;21.7;2.2;16.64;.2;4.27;19885
+67081;42.80196;1.3436;976;20220721;31.9;14.4;23.1;2.1;14.74;0;5.69;25806
+67081;42.80196;1.3436;976;20220722;30.3;17.2;23.7;1.9;15.54;.5;4.99;22153
+67081;42.80196;1.3436;976;20220723;26.3;14.6;20.4;2.4;15.24;0;4.32;20947
+67081;42.80196;1.3436;976;20220724;34.6;14.4;24.5;1.4;14;0;5.71;27103
+67081;42.80196;1.3436;976;20220725;22.1;16.4;19.2;2.4;16.14;2.9;3.03;14183
+67081;42.80196;1.3436;976;20220726;21.5;13.6;17.5;3.6;13.8;.2;3.59;16609
+67081;42.80196;1.3436;976;20220727;24.5;12.9;18.7;2.7;12.74;0;4.38;20803
+67081;42.80196;1.3436;976;20220728;27.2;11.9;19.5;1.5;13.34;0;4.43;23307
+67081;42.80196;1.3436;976;20220729;24;14.7;19.4;2;15.97;10.1;3.53;17733
+67081;42.80196;1.3436;976;20220730;24.1;15;19.6;2.3;16.04;0;3.71;18154
+67081;42.80196;1.3436;976;20220731;27.9;16.2;22.1;2.1;16.07;0;4.55;20550
+67081;42.80196;1.3436;976;20220801;29.3;15.5;22.4;2;15.94;0;4.87;22067
+67081;42.80196;1.3436;976;20220802;31.9;15.9;23.9;1.8;14.77;0;5.38;23632
+67081;42.80196;1.3436;976;20220803;33.1;16.7;24.9;1.8;14.1;.5;5.44;23779
+67081;42.80196;1.3436;976;20220804;31.6;16.4;24;1.7;15;5.3;5.06;22497
+67081;42.80196;1.3436;976;20220805;27.4;14.8;21.1;1.8;17.1;.3;4.17;20510
+67081;42.80196;1.3436;976;20220806;28.8;14.3;21.6;1.8;16.9;.1;4.45;21939
+67081;42.80196;1.3436;976;20220807;29.1;15;22.1;1.3;15.27;1.5;4.49;21688
+67081;42.80196;1.3436;976;20220808;30.2;13.4;21.8;1.2;13.64;.1;4.69;23686
+67081;42.80196;1.3436;976;20220809;30.2;15.7;23;1.2;14.47;1;4.65;21876
+67081;42.80196;1.3436;976;20220810;31.5;14.8;23.1;1.5;13.9;.2;5;23045
+67081;42.80196;1.3436;976;20220811;32.1;15.1;23.6;1.6;15.14;.4;4.89;22840
+67081;42.80196;1.3436;976;20220812;33.3;17.6;25.5;1.4;15.64;0;5;22288
+67081;42.80196;1.3436;976;20220813;32.6;17;24.8;1.1;17.24;.4;4.57;22184
+67081;42.80196;1.3436;976;20220814;25.1;15.7;20.4;2.1;17.07;3.3;3.28;16458
+67081;42.80196;1.3436;976;20220815;24.6;13.9;19.3;1.8;14.64;.8;3.54;17926
+67081;42.80196;1.3436;976;20220816;26.7;13;19.8;1.6;13.74;1.6;4.04;20502
+67081;42.80196;1.3436;976;20220817;19.9;13.6;16.7;1.6;15.1;10.8;2.46;13770
+67081;42.80196;1.3436;976;20220818;19.5;12.2;15.9;2.6;13.77;7.9;2.59;14539
+67081;42.80196;1.3436;976;20220819;22.2;12.4;17.3;3.1;13.8;.1;3.01;16606
+67081;42.80196;1.3436;976;20220820;27;10.8;18.9;2.5;13.7;0;4.15;21438
+67081;42.80196;1.3436;976;20220821;24.5;13.3;18.9;2.8;14.64;1.3;3.58;17147
+67081;42.80196;1.3436;976;20220822;23.9;14.6;19.3;3.6;15.67;1.5;3.23;15984
+67081;42.80196;1.3436;976;20220823;27.2;14.9;21.1;2.5;16.47;.1;3.83;18396
+67081;42.80196;1.3436;976;20220824;31.5;14.6;23;1.6;15.14;2.2;4.56;21548
+67081;42.80196;1.3436;976;20220825;28;15.6;21.8;1.7;16.6;14.6;3.74;18204
+67081;42.80196;1.3436;976;20220826;24.7;14.3;19.5;2.5;16.1;.9;3.36;16457
+67081;42.80196;1.3436;976;20220827;26.8;14;20.4;1.7;15.07;1.3;3.65;18213
+67081;42.80196;1.3436;976;20220828;29.7;12.4;21.1;1.2;13.87;.1;4.03;21250
+67081;42.80196;1.3436;976;20220829;29.2;14.6;21.9;1.6;14.37;6;3.99;19231
+67081;42.80196;1.3436;976;20220830;28.2;12.7;20.4;1.3;15;0;3.74;19933
+67081;42.80196;1.3436;976;20220831;23.7;14.7;19.2;1.2;15.17;10.9;2.97;15077
+67081;42.80196;1.3436;976;20220901;26.3;12;19.1;1.5;14.97;.2;3.41;18504
+67081;42.80196;1.3436;976;20220902;23.4;13.3;18.4;1.4;15.14;14.9;2.9;15620
+67081;42.80196;1.3436;976;20220903;23.1;13.5;18.3;1.3;15.32;.5;2.72;14881
+67081;42.80196;1.3436;976;20220904;26.5;11.4;18.9;2.2;13.75;.1;3.5;19698
+67081;42.80196;1.3436;976;20220905;26.7;13.4;20.1;2.6;15.65;.3;3.5;17747
+67081;42.80196;1.3436;976;20220906;27.4;14.4;20.9;1.8;15.88;.2;3.47;17251
+67081;42.80196;1.3436;976;20220907;24.7;13.7;19.2;1.9;14.15;.2;3.17;16654
+67081;42.80196;1.3436;976;20220908;23.5;9.7;16.6;1.9;11.77;.2;3.16;17349
+67081;42.80196;1.3436;976;20220909;19.6;10.7;15.2;2.3;12.77;1.1;2.36;13436
+67081;42.80196;1.3436;976;20220910;25.7;7.9;16.8;2.3;11.1;0;3.56;19431
+67081;42.80196;1.3436;976;20220911;29.7;11.2;20.5;1.3;12.24;0;3.66;19345
+67081;42.80196;1.3436;976;20220912;29;15.1;22;2.2;14.54;0;3.44;16234
+67081;42.80196;1.3436;976;20220913;23.8;17.1;20.5;2.5;16.74;6.7;2.49;11405
+67081;42.80196;1.3436;976;20220914;23.9;13.2;18.5;2;14.77;1.7;2.66;14387
+67081;42.80196;1.3436;976;20220915;23.2;11.1;17.1;1.7;13.14;11.5;2.79;15252
+67081;42.80196;1.3436;976;20220916;21;12.8;16.9;3;13.77;1.8;2.46;12104
+67081;42.80196;1.3436;976;20220917;18.7;9.5;14.1;2.9;9.97;0;2.54;13099
+67081;42.80196;1.3436;976;20220918;23;4.7;13.9;1.3;7.6;0;2.97;18631
+67081;42.80196;1.3436;976;20220919;23.3;8.1;15.7;2;7.97;0;3.32;16307
+67081;42.80196;1.3436;976;20220920;22.8;6.9;14.8;2;8.64;0;3.11;16744
+67081;42.80196;1.3436;976;20220921;21.9;6.3;14.1;1.8;9.3;0;2.84;16650
+67081;42.80196;1.3436;976;20220922;22.3;6.8;14.6;1.3;10.57;0;2.5;16130
+67081;42.80196;1.3436;976;20220923;20.5;8.2;14.4;1.7;11.64;5.2;2.13;13798
+67081;42.80196;1.3436;976;20220924;16.6;10.4;13.5;1.8;11.87;11.1;1.67;9931
+67081;42.80196;1.3436;976;20220925;13.6;7;10.3;1.7;10;.3;1.52;10421
+67081;42.80196;1.3436;976;20220926;14.9;7.4;11.1;2.7;9.74;3.2;1.61;10609
+67081;42.80196;1.3436;976;20220927;14.5;7;10.7;4;10.4;7.9;1.41;10180
+67081;42.80196;1.3436;976;20220928;16.1;9.3;12.7;3.5;11.57;6;1.39;9654
+67081;42.80196;1.3436;976;20220929;13.4;8.2;10.8;2.6;10.37;14.2;1.25;8289
+67081;42.80196;1.3436;976;20220930;12.1;5.3;8.7;2.4;8.67;3.7;1.36;9803
+67081;42.80196;1.3436;976;20221001;19;3.2;11.1;2.4;9.64;0;1.88;14764
+67081;42.80196;1.3436;976;20221002;22.4;7.6;15;2.3;11.74;0;2.24;14054
+67081;42.80196;1.3436;976;20221003;22.4;8.3;15.3;2;11.5;0;2.19;13758
+67081;42.80196;1.3436;976;20221004;23.5;7.5;15.5;1.1;10.8;.1;2.24;14686
+67081;42.80196;1.3436;976;20221005;22.1;6.8;14.5;1.7;10.27;0;1.97;13033
+67081;42.80196;1.3436;976;20221006;19.6;7.4;13.5;1.3;11.7;0;1.75;12318
+67081;42.80196;1.3436;976;20221007;20.6;8.8;14.7;1.4;12.44;4.8;1.64;11670
+67081;42.80196;1.3436;976;20221008;18.1;10.6;14.4;1.1;12.74;.8;1.47;9438
+67081;42.80196;1.3436;976;20221009;20.8;7.2;14;1.5;11.2;1.2;1.8;12392
+67081;42.80196;1.3436;976;20221010;20.3;7.8;14;1.7;11.4;0;1.71;11575
+67081;42.80196;1.3436;976;20221011;19;8.8;13.9;1;12.14;2.5;1.54;10627
+67081;42.80196;1.3436;976;20221012;18.6;10.8;14.7;1.2;12.8;.4;1.45;9137
+67081;42.80196;1.3436;976;20221013;19.6;9;14.3;1.5;12.24;0;1.55;10296
+67081;42.80196;1.3436;976;20221014;19.5;10.9;15.2;2.4;13.04;.1;1.38;9017
+67081;42.80196;1.3436;976;20221015;24.5;8.3;16.4;1.5;10.84;.1;2.09;12823
+67081;42.80196;1.3436;976;20221016;23;10.8;16.9;2.8;11.84;0;1.93;10747
+67081;42.80196;1.3436;976;20221017;21.6;15.3;18.4;3.1;12.5;.1;1.9;7025
+67081;42.80196;1.3436;976;20221018;23.5;11.6;17.5;2.1;12.6;.1;1.64;9510
+67081;42.80196;1.3436;976;20221019;22.6;13.4;18;2.8;13.24;4;1.9;8539
+67081;42.80196;1.3436;976;20221020;18.3;12.5;15.4;3.3;13.67;10;1.46;6248
+67081;42.80196;1.3436;976;20221021;19.3;12;15.6;2.3;12.5;0;1.8;7943
+67081;42.80196;1.3436;976;20221022;20.1;11.3;15.7;1.8;11.4;.8;1.71;8693
+67081;42.80196;1.3436;976;20221023;15.6;12.6;14.1;2.4;12.94;6.3;1.2;4892
+67081;42.80196;1.3436;976;20221024;20.3;11.3;15.8;1.7;10.94;0;1.73;8408
+67081;42.80196;1.3436;976;20221025;21;9.5;15.3;2.3;10.1;0;1.93;9428
+67081;42.80196;1.3436;976;20221026;22.5;12.2;17.3;2.1;10.94;0;1.94;8870
+67081;42.80196;1.3436;976;20221027;19.7;11.8;15.7;2.4;11.6;0;1.55;7621
+67081;42.80196;1.3436;976;20221028;23.3;12.1;17.7;2.3;10.67;0;1.83;8832
+67081;42.80196;1.3436;976;20221029;22.5;12.9;17.7;2.9;7.77;.1;2.53;8193
+67081;42.80196;1.3436;976;20221030;20.1;9.3;14.7;2.3;9.4;0;1.38;8388
+67081;42.80196;1.3436;976;20221031;19;8.9;14;3;11.4;5;1.48;7973
+67081;42.80196;1.3436;976;20221101;16.4;8.4;12.4;1.9;11.2;0;1.12;7097
+67081;42.80196;1.3436;976;20221102;17.6;6.6;12.1;1.6;9.1;0;1.34;8511
+67081;42.80196;1.3436;976;20221103;16.9;7.9;12.4;2.8;9.6;7.8;1.43;7549
+67081;42.80196;1.3436;976;20221104;7;2.9;4.9;4.2;7.67;14.3;.66;4100
+67081;42.80196;1.3436;976;20221105;10.2;2;6.1;3.2;6.74;.1;.99;7016
+67081;42.80196;1.3436;976;20221106;16.9;1.7;9.3;1.6;5.67;0;1.51;9702
+67081;42.80196;1.3436;976;20221107;17.5;2.1;9.8;2.2;7.07;0;1.29;9121
+67081;42.80196;1.3436;976;20221108;18.9;8.9;13.9;3;9.8;1.2;1.28;7168
+67081;42.80196;1.3436;976;20221109;16.5;10.3;13.4;2.3;10.6;9.3;1.19;5703
+67081;42.80196;1.3436;976;20221110;12.5;5.1;8.8;2.1;8.87;0;.76;6238
+67081;42.80196;1.3436;976;20221111;17.5;2.3;9.9;2.5;8.74;0;.87;8655
+67081;42.80196;1.3436;976;20221112;18.3;6.9;12.6;2.6;8.44;0;1.67;7597
+67081;42.80196;1.3436;976;20221113;17.3;6;11.6;1.3;7.17;0;1.22;7418
+67081;42.80196;1.3436;976;20221114;14.5;6;10.2;2;9.47;.1;.75;5976
+67081;42.80196;1.3436;976;20221115;15.3;7.5;11.4;2.6;9.57;.9;1.13;5817
+67081;42.80196;1.3436;976;20221116;13.9;4.7;9.3;1.4;8.7;0;.81;6554
+67081;42.80196;1.3436;976;20221117;14.7;5.7;10.2;2.4;9.04;8.3;.95;6294
+67081;42.80196;1.3436;976;20221118;8.2;4.8;6.5;3;8.24;5.7;.55;3692
+67081;42.80196;1.3436;976;20221119;5.3;2.7;4;3.3;7;3.7;.54;3206
+67081;42.80196;1.3436;976;20221120;8.6;-1.6;3.5;3.1;6.2;2.8;.58;6555
+67081;42.80196;1.3436;976;20221121;9.4;2.2;5.8;2.5;7.57;30.2;.63;5486
+67081;42.80196;1.3436;976;20221122;5;.3;2.6;3;6.67;7.6;.34;4117
+67081;42.80196;1.3436;976;20221123;10.5;2.9;6.7;2.6;8.44;10.2;.53;5504
+67081;42.80196;1.3436;976;20221124;10.8;.2;5.5;1.7;7.2;.2;.55;6321
+67081;42.80196;1.3436;976;20221125;7;3.2;5.1;2.1;7.77;6;.53;3582
+67081;42.80196;1.3436;976;20221126;8.5;.2;4.3;2;6.14;0;.7;5661
+67081;42.80196;1.3436;976;20221127;12.7;1;6.8;1.7;6.04;5.2;.73;6418
+67081;42.80196;1.3436;976;20221128;6.2;3.7;4.9;2.5;7.64;12.6;.42;2380
+67081;42.80196;1.3436;976;20221129;6.5;1.8;4.2;3.3;7.07;4.2;.46;3872
+67081;42.80196;1.3436;976;20221130;5.4;-.1;2.7;1.4;6.1;.1;.46;4426
+67081;42.80196;1.3436;976;20221201;4.9;-2.7;1.1;1.3;5.1;0;.46;5000
+67081;42.80196;1.3436;976;20221202;4.3;-3.7;.3;1;4.87;0;.42;5120
+67081;42.80196;1.3436;976;20221203;4.2;-1.9;1.2;1;5.6;.2;.34;4379
+67081;42.80196;1.3436;976;20221204;5.4;-1.5;1.9;1.1;5.34;0;.4;4409
+67081;42.80196;1.3436;976;20221205;8.2;-3.7;2.2;1.2;4.44;0;.59;6334
+67081;42.80196;1.3436;976;20221206;11.8;.9;6.4;1.3;5.77;.2;.83;6068
+67081;42.80196;1.3436;976;20221207;10.5;2.8;6.7;1.9;6.24;0;.96;4923
+67081;42.80196;1.3436;976;20221208;10;.7;5.4;1.6;6.9;1.9;.54;5245
+67081;42.80196;1.3436;976;20221209;9.8;3.9;6.9;1.7;8.64;9.6;.47;4208
+67081;42.80196;1.3436;976;20221210;1.5;2.1;1.8;3.4;5.94;.1;.49;116
+67081;42.80196;1.3436;976;20221211;5.3;-6;-.4;1.4;3.64;0;.59;6009
+67081;42.80196;1.3436;976;20221212;5.3;-3;1.1;1.8;4.84;5.9;.61;4963
+67081;42.80196;1.3436;976;20221213;10;1.8;5.9;2.4;8.54;5.3;.3;5023
+67081;42.80196;1.3436;976;20221214;10.8;5.9;8.3;1.6;9.07;1.1;.48;3781
+67081;42.80196;1.3436;976;20221215;10.2;3.6;6.9;2;8.94;2.7;.36;4312
+67081;42.80196;1.3436;976;20221216;8.4;4.1;6.2;1.6;8.44;5.4;.4;3417
+67081;42.80196;1.3436;976;20221217;8;1.1;4.5;1.5;6.17;0;.65;4575
+67081;42.80196;1.3436;976;20221218;10.4;-1.1;4.7;2.2;5.8;0;.57;5820
+67081;42.80196;1.3436;976;20221219;16.7;4.6;10.6;4.4;6.5;0;1.24;5496
+67081;42.80196;1.3436;976;20221220;15.1;9.5;12.3;3.7;7.4;1;1.27;3593
+67081;42.80196;1.3436;976;20221221;11.5;5.5;8.5;2.1;8.77;.6;.64;4117
+67081;42.80196;1.3436;976;20221222;10.7;3.4;7.1;2.7;8.9;.3;.4;4529
+67081;42.80196;1.3436;976;20221223;14.7;5.1;9.9;2.3;9.04;0;.7;5227
+67081;42.80196;1.3436;976;20221224;16.1;3.4;9.7;1.7;7.54;0;.84;6138
+67081;42.80196;1.3436;976;20221225;15.9;4.9;10.4;2.3;6.84;.1;1.15;5562
+67081;42.80196;1.3436;976;20221226;13.2;4.4;8.8;1.7;7.67;0;.73;5145
+67081;42.80196;1.3436;976;20221227;11.9;1.9;6.9;1.4;7.5;.1;.51;5425
+67081;42.80196;1.3436;976;20221228;13.2;1.3;7.3;1.4;6.74;0;.7;5910
+67081;42.80196;1.3436;976;20221229;12.9;2.2;7.5;1.4;7.34;0;.57;5715
+67081;42.80196;1.3436;976;20221230;14.8;3.9;9.3;1.6;8.5;.3;.72;5871
+67081;42.80196;1.3436;976;20221231;16.9;6.8;11.9;2.9;7.94;.1;1.2;5243
+67082;42.82744;1.64691;765;20220101;18.5;5.1;11.8;1.1;5.61;0;1.14;5973
+67082;42.82744;1.64691;765;20220102;16.3;4.6;10.4;1.1;6.41;0;1.01;5568
+67082;42.82744;1.64691;765;20220103;14.4;2.7;8.5;.9;7.21;0;.69;5680
+67082;42.82744;1.64691;765;20220104;15.1;2.9;9;1.9;7.73;10.6;.99;5702
+67082;42.82744;1.64691;765;20220105;3.5;2.7;3.1;4;5.56;1.8;.8;1526
+67082;42.82744;1.64691;765;20220106;3.9;-2.1;.9;3.3;3.73;0;.82;4277
+67082;42.82744;1.64691;765;20220107;3.9;-3.4;.2;3.5;4.63;3.3;.74;4862
+67082;42.82744;1.64691;765;20220108;8;1.9;5;4.2;6.69;6.3;.67;4294
+67082;42.82744;1.64691;765;20220109;6.2;3.3;4.8;4.8;7.06;59.1;.78;2609
+67082;42.82744;1.64691;765;20220110;7;2.4;4.7;5.1;7.86;45.8;.55;3401
+67082;42.82744;1.64691;765;20220111;8;1.9;5;3.1;5.33;0;1.03;4481
+67082;42.82744;1.64691;765;20220112;7.2;-2.2;2.5;2.4;4.19;0;.96;5759
+67082;42.82744;1.64691;765;20220113;8.8;-4.9;2;1;3.56;0;.72;7004
+67082;42.82744;1.64691;765;20220114;11.6;-3.3;4.2;1.3;3.36;0;.97;7463
+67082;42.82744;1.64691;765;20220115;9.4;-3.5;2.9;1.8;3.13;0;1.13;6876
+67082;42.82744;1.64691;765;20220116;8;-3.3;2.4;2.2;3.46;0;1.07;6518
+67082;42.82744;1.64691;765;20220117;8.9;-1.9;3.5;2.4;4.03;0;1;6477
+67082;42.82744;1.64691;765;20220118;10.1;-1;4.5;1.2;4.63;0;.82;6603
+67082;42.82744;1.64691;765;20220119;4.7;-3.2;.8;2.1;5.63;.3;.43;5482
+67082;42.82744;1.64691;765;20220120;5.7;-.8;2.5;3;6.26;3.7;.58;5133
+67082;42.82744;1.64691;765;20220121;3.3;-1.2;1.1;3.2;4.93;0;.7;4108
+67082;42.82744;1.64691;765;20220122;6.4;-4.5;1;1.9;4.26;0;.79;6938
+67082;42.82744;1.64691;765;20220123;9.1;-4;2.5;1.6;4.59;0;.85;7635
+67082;42.82744;1.64691;765;20220124;9.5;-1.2;4.1;1.8;5.16;0;.86;6947
+67082;42.82744;1.64691;765;20220125;10.2;-3.2;3.5;1.3;5.03;0;.8;7814
+67082;42.82744;1.64691;765;20220126;12.5;-1.9;5.3;1.7;4.03;0;1.25;8401
+67082;42.82744;1.64691;765;20220127;12.2;-1.1;5.6;2.4;3.76;0;1.48;8059
+67082;42.82744;1.64691;765;20220128;12.1;-.6;5.7;3.2;3.63;0;1.84;8075
+67082;42.82744;1.64691;765;20220129;13.9;.9;7.4;2.4;3.76;0;1.64;8167
+67082;42.82744;1.64691;765;20220130;12.8;1.1;6.9;2.5;5.26;.1;1.28;7840
+67082;42.82744;1.64691;765;20220131;8.1;-.8;3.7;4.7;5.53;2.3;1;6824
+67082;42.82744;1.64691;765;20220201;8;1.3;4.7;5;6.03;.1;1;5955
+67082;42.82744;1.64691;765;20220202;13.9;2;7.9;3.4;5.73;0;1.27;8125
+67082;42.82744;1.64691;765;20220203;16.6;1.9;9.3;2.3;5.43;.1;1.72;9149
+67082;42.82744;1.64691;765;20220204;10;2.7;6.4;2.7;7.66;1.7;.79;6242
+67082;42.82744;1.64691;765;20220205;7.7;4.9;6.3;3;7.63;1.7;.8;3782
+67082;42.82744;1.64691;765;20220206;6.7;-.6;3.1;3.4;5.86;.1;.77;6652
+67082;42.82744;1.64691;765;20220207;10.4;.8;5.6;3.8;6.96;1.4;.95;7724
+67082;42.82744;1.64691;765;20220208;14.7;0;7.3;1.6;5.73;0;1.38;9925
+67082;42.82744;1.64691;765;20220209;12.6;-.3;6.2;1.6;6.39;0;1.08;9285
+67082;42.82744;1.64691;765;20220210;2.3;-1.5;.4;1.2;5.93;0;1.23;11406
+67082;42.82744;1.64691;765;20220211;9.4;2.7;6.1;2;6.83;1.4;1.09;5997
+67082;42.82744;1.64691;765;20220212;11.6;-.7;5.5;2.6;6.17;0;1.25;8600
+67082;42.82744;1.64691;765;20220213;12.6;2.5;7.5;3.4;6.97;3.3;1.43;7575
+67082;42.82744;1.64691;765;20220214;8.5;4.7;6.6;3.2;7.17;7.5;1.13;5236
+67082;42.82744;1.64691;765;20220215;6.7;1.6;4.1;4;6.63;2.2;.98;6250
+67082;42.82744;1.64691;765;20220216;11.5;2.7;7.1;3.8;7.96;4.8;1.02;8509
+67082;42.82744;1.64691;765;20220217;12.4;5;8.7;3.7;9.09;0;1;7486
+67082;42.82744;1.64691;765;20220218;17;2.8;9.9;2.9;8.99;5.8;1.72;10971
+67082;42.82744;1.64691;765;20220219;5.7;3.6;4.7;3.1;7.23;5;.79;3513
+67082;42.82744;1.64691;765;20220220;10.4;-.4;5;3.3;6.76;.1;1.04;9969
+67082;42.82744;1.64691;765;20220221;11.3;3.3;7.3;5.3;6.53;.4;1.58;8212
+67082;42.82744;1.64691;765;20220222;12.5;1.2;6.8;3.7;6.23;0;1.57;10369
+67082;42.82744;1.64691;765;20220223;14.4;1.6;8;2.2;6.89;0;1.64;11285
+67082;42.82744;1.64691;765;20220224;12;2.8;7.4;2.9;7.89;1.8;1.41;9634
+67082;42.82744;1.64691;765;20220225;7.2;3.8;5.5;3.1;6.36;.3;1.19;5683
+67082;42.82744;1.64691;765;20220226;10.9;-2.9;4;2.3;4.79;.1;1.62;12157
+67082;42.82744;1.64691;765;20220227;11.6;-.7;5.5;2;6.39;.7;1.46;11491
+67082;42.82744;1.64691;765;20220228;12.6;-.3;6.2;1.8;6.63;0;1.46;11908
+67082;42.82744;1.64691;765;20220301;11.9;.7;6.3;2.7;6.76;0;1.49;10973
+67082;42.82744;1.64691;765;20220302;10;2.5;6.3;2.3;8.03;8.2;1.11;9261
+67082;42.82744;1.64691;765;20220303;13.7;2.6;8.2;2;8.43;1.4;1.53;11598
+67082;42.82744;1.64691;765;20220304;8.5;5.7;7.1;3.6;7.89;0;1.12;4793
+67082;42.82744;1.64691;765;20220305;6.9;2.4;4.6;2.7;6.73;0;.97;7332
+67082;42.82744;1.64691;765;20220306;6.5;2.2;4.3;2.1;6.59;0;1.02;7383
+67082;42.82744;1.64691;765;20220307;8.4;-1.1;3.7;2;6.26;0;1.22;10695
+67082;42.82744;1.64691;765;20220308;10.1;3;6.6;2.9;7.06;2.6;1.46;9808
+67082;42.82744;1.64691;765;20220309;11.4;2.2;6.8;2.5;7.56;0;1.44;11046
+67082;42.82744;1.64691;765;20220310;12.6;5.1;8.9;3.5;7.73;0;1.84;10272
+67082;42.82744;1.64691;765;20220311;10;8.3;9.1;4.7;8.19;3.5;1.48;4305
+67082;42.82744;1.64691;765;20220312;8.3;5.1;6.7;2.6;8.53;5;.86;5167
+67082;42.82744;1.64691;765;20220313;9.1;4;6.5;3.2;7.99;2.1;1.27;8599
+67082;42.82744;1.64691;765;20220314;9.4;.3;4.8;4.3;8.76;0;.88;11504
+67082;42.82744;1.64691;765;20220315;13.7;7.5;10.6;4.8;9.36;0;1.75;8679
+67082;42.82744;1.64691;765;20220316;12.5;7.2;9.8;3.3;9.96;2.6;1.32;8121
+67082;42.82744;1.64691;765;20220317;10.2;7.6;8.9;2.1;10.43;20.6;1.01;6156
+67082;42.82744;1.64691;765;20220318;10.4;5.8;8.1;2;8.8;.7;1.22;6215
+67082;42.82744;1.64691;765;20220319;13.2;3.5;8.4;1.8;7.7;0;1.88;13231
+67082;42.82744;1.64691;765;20220320;11.9;5;8.5;3.1;7.83;0;1.62;8045
+67082;42.82744;1.64691;765;20220321;13;4.1;8.5;4.4;7.07;.2;2.28;12559
+67082;42.82744;1.64691;765;20220322;13;3;8;4.1;6.4;0;2.49;16314
+67082;42.82744;1.64691;765;20220323;14.1;.9;7.5;3.1;5.3;0;2.77;18634
+67082;42.82744;1.64691;765;20220324;15.8;1.6;8.7;2.4;5.77;0;2.86;19411
+67082;42.82744;1.64691;765;20220325;16.8;3.2;10;1.8;6.43;0;2.74;16743
+67082;42.82744;1.64691;765;20220326;16.7;2.7;9.7;2.4;6.43;0;2.93;18494
+67082;42.82744;1.64691;765;20220327;17.7;3;10.4;2.1;6.53;0;2.91;17719
+67082;42.82744;1.64691;765;20220328;17.9;3.9;10.9;2.2;6.07;0;2.95;16380
+67082;42.82744;1.64691;765;20220329;16.3;6;11.1;2;8.03;7.9;2.33;12880
+67082;42.82744;1.64691;765;20220330;9.8;6.1;7.9;2.2;9.38;8.5;1.18;6976
+67082;42.82744;1.64691;765;20220331;9.9;4.8;7.3;4.1;7.3;10.4;1.96;11785
+67082;42.82744;1.64691;765;20220401;2.6;-1.2;.7;5.7;4.79;12.7;1.68;10058
+67082;42.82744;1.64691;765;20220402;1.9;-3.1;-.6;4.6;4.59;4.2;1.65;11137
+67082;42.82744;1.64691;765;20220403;5.8;-4.5;.6;1.6;4.08;.4;1.8;16155
+67082;42.82744;1.64691;765;20220404;8.4;-2.5;3;1.2;4.89;0;1.99;18343
+67082;42.82744;1.64691;765;20220405;14;-2.8;5.6;2.1;5.55;0;2.69;21821
+67082;42.82744;1.64691;765;20220406;10.9;.7;5.8;2.1;7.5;.1;1.5;10797
+67082;42.82744;1.64691;765;20220407;16.6;2.6;9.6;3;8.53;0;2.32;15217
+67082;42.82744;1.64691;765;20220408;18.4;6.3;12.4;3.9;9.17;2.7;3.11;16868
+67082;42.82744;1.64691;765;20220409;11.2;4.3;7.7;3.6;6.83;1.5;2.37;14785
+67082;42.82744;1.64691;765;20220410;18;.1;9;2.7;5.83;0;3.59;23632
+67082;42.82744;1.64691;765;20220411;16.4;6.4;11.4;4.7;8.73;0;2.7;12949
+67082;42.82744;1.64691;765;20220412;15.2;7.2;11.2;3.4;9.03;0;2.45;11131
+67082;42.82744;1.64691;765;20220413;12.4;7.7;10.1;1.7;9.13;2.2;1.8;8590
+67082;42.82744;1.64691;765;20220414;20;5.7;12.9;1.9;9.57;0;3.27;20153
+67082;42.82744;1.64691;765;20220415;21.9;6.5;14.2;2.4;10.23;0;3.68;21228
+67082;42.82744;1.64691;765;20220416;21.6;8.6;15.1;3.4;9.7;0;4.2;21741
+67082;42.82744;1.64691;765;20220417;22.1;4.7;13.4;2.9;8.7;0;4.28;24747
+67082;42.82744;1.64691;765;20220418;17.9;6.6;12.3;2.1;9.77;0;2.97;18366
+67082;42.82744;1.64691;765;20220419;13.4;7.5;10.5;1.6;9.77;14.8;1.81;10083
+67082;42.82744;1.64691;765;20220420;10;4.8;7.4;1.2;9.1;12.1;1.26;8058
+67082;42.82744;1.64691;765;20220421;10.9;6;8.4;1.4;9.6;2.1;1.36;8512
+67082;42.82744;1.64691;765;20220422;17;4.7;10.8;1.9;9.17;0;2.81;18617
+67082;42.82744;1.64691;765;20220423;11.4;7;9.2;2.7;8.6;8.7;1.71;7751
+67082;42.82744;1.64691;765;20220424;13.5;4.4;8.9;3.1;9.3;.4;2.04;13674
+67082;42.82744;1.64691;765;20220425;16.9;4.3;10.6;1.9;8.73;0;3.15;22251
+67082;42.82744;1.64691;765;20220426;20.8;4.8;12.8;1.8;8.73;0;3.82;24388
+67082;42.82744;1.64691;765;20220427;19.9;8.1;14;1.9;10.23;1.8;3.17;18200
+67082;42.82744;1.64691;765;20220428;17.6;10.4;14;1.7;11.9;1.3;2.55;13926
+67082;42.82744;1.64691;765;20220429;20.8;9.1;14.9;2;11.97;1.3;3.51;21263
+67082;42.82744;1.64691;765;20220430;19.1;10.5;14.8;2.5;11.13;2.7;3.18;16580
+67082;42.82744;1.64691;765;20220501;19.3;6.3;12.8;2.2;9.57;3.3;3.64;22186
+67082;42.82744;1.64691;765;20220502;15.8;8.8;12.3;1.3;10.57;10;2.39;13989
+67082;42.82744;1.64691;765;20220503;15.4;8.8;12.1;1;11.3;6;1.94;10942
+67082;42.82744;1.64691;765;20220504;15.6;7.6;11.6;1.2;11.07;4.4;2.07;12460
+67082;42.82744;1.64691;765;20220505;15.3;7.6;11.4;2.4;9.67;3.3;2.58;15013
+67082;42.82744;1.64691;765;20220506;15.5;8.6;12.1;3.8;9.06;4.5;3.07;15612
+67082;42.82744;1.64691;765;20220507;18.2;9.7;13.9;3.6;9.79;2.3;3.47;17363
+67082;42.82744;1.64691;765;20220508;18.6;8;13.3;2.3;9.86;1.1;3.39;19446
+67082;42.82744;1.64691;765;20220509;21.2;6.7;14;1.4;10.43;.1;3.69;22664
+67082;42.82744;1.64691;765;20220510;23;7;15;1.7;10.76;0;4.12;24202
+67082;42.82744;1.64691;765;20220511;24.3;7.8;16.1;1.8;11.93;0;4.18;23695
+67082;42.82744;1.64691;765;20220512;22.1;11.2;16.6;1.6;12.99;.2;3.64;20341
+67082;42.82744;1.64691;765;20220513;21.1;9.7;15.4;1.7;13.56;.5;3.45;20566
+67082;42.82744;1.64691;765;20220514;24.8;10;17.4;1.8;13.59;.1;4.26;23707
+67082;42.82744;1.64691;765;20220515;25.5;13.6;19.5;2.5;11.56;.1;4.7;21296
+67082;42.82744;1.64691;765;20220516;23;9.9;16.4;1.2;13.96;.1;3.8;22370
+67082;42.82744;1.64691;765;20220517;24.8;10.6;17.7;1.4;14.79;.1;4.13;23264
+67082;42.82744;1.64691;765;20220518;27.3;13.8;20.5;1.9;14.49;0;4.64;22868
+67082;42.82744;1.64691;765;20220519;26.3;13.3;19.8;2.8;14.23;.1;4.66;22584
+67082;42.82744;1.64691;765;20220520;28.1;18.1;23.1;3.1;12.63;.1;5.37;19994
+67082;42.82744;1.64691;765;20220521;28.7;11.7;20.2;1.1;15.49;0;4.66;24913
+67082;42.82744;1.64691;765;20220522;27.8;13.8;20.8;1.4;13.93;.3;4.62;23174
+67082;42.82744;1.64691;765;20220523;17.1;13.6;15.4;2.8;14.23;3.6;2.28;11513
+67082;42.82744;1.64691;765;20220524;11.5;9.9;10.7;2.7;11.19;17.5;1.32;6692
+67082;42.82744;1.64691;765;20220525;15.9;7.5;11.7;3.2;10.13;3.7;2.98;18593
+67082;42.82744;1.64691;765;20220526;17.2;9;13.1;3.2;10.79;.2;3.14;18453
+67082;42.82744;1.64691;765;20220527;21;9.4;15.2;3;12.13;0;3.87;22072
+67082;42.82744;1.64691;765;20220528;23.4;10.4;16.9;2.9;12.33;0;4.51;23328
+67082;42.82744;1.64691;765;20220529;21.4;9.7;15.5;2.4;11.16;.4;4.2;22123
+67082;42.82744;1.64691;765;20220530;21.6;6.9;14.2;1.4;11.73;10.2;3.97;24503
+67082;42.82744;1.64691;765;20220531;22.4;11.9;17.1;1.4;13.99;1.3;3.8;21116
+67082;42.82744;1.64691;765;20220601;27.3;10.6;19;1.9;14.03;.1;5.06;26732
+67082;42.82744;1.64691;765;20220602;23.8;11.8;17.8;1.9;15.56;0;4.07;22819
+67082;42.82744;1.64691;765;20220603;24.5;13.8;19.1;2.3;15.96;.3;4.21;21404
+67082;42.82744;1.64691;765;20220604;24.5;12.3;18.4;2;16.93;.8;4.15;23042
+67082;42.82744;1.64691;765;20220605;20.7;14.1;17.4;2.5;15.83;1;3.13;16758
+67082;42.82744;1.64691;765;20220606;25.9;11.9;18.9;1.8;15.13;8.4;4.65;24685
+67082;42.82744;1.64691;765;20220607;19.5;14;16.7;1.9;14.96;.2;2.87;15132
+67082;42.82744;1.64691;765;20220608;19.5;11.9;15.7;2;14.79;4.2;3.1;18051
+67082;42.82744;1.64691;765;20220609;20.4;11.1;15.7;3.5;13.06;.2;3.67;20184
+67082;42.82744;1.64691;765;20220610;25.8;9.2;17.5;2.6;11.53;0;5.21;26846
+67082;42.82744;1.64691;765;20220611;29.2;11.6;20.4;1.4;12.36;0;5.42;27520
+67082;42.82744;1.64691;765;20220612;28.9;14.4;21.6;1.9;15.13;4.5;5.28;25061
+67082;42.82744;1.64691;765;20220613;26.7;16.7;21.7;2.2;16.93;.5;4.52;20756
+67082;42.82744;1.64691;765;20220614;30.2;14.1;22.1;1.2;16.63;3.6;5.23;26482
+67082;42.82744;1.64691;765;20220615;30.5;15.6;23.1;1.7;16.36;0;5.41;25406
+67082;42.82744;1.64691;765;20220616;32.5;15.7;24.1;1.6;17.16;0;5.84;27123
+67082;42.82744;1.64691;765;20220617;33.8;15.9;24.9;1.4;16.13;.8;6.06;27967
+67082;42.82744;1.64691;765;20220618;32.8;16.3;24.5;2.6;14.03;0;6.3;25675
+67082;42.82744;1.64691;765;20220619;30.1;21.7;25.9;4.4;12.79;0;6.58;19256
+67082;42.82744;1.64691;765;20220620;25.5;16.2;20.8;3.1;17.23;0;4.36;20303
+67082;42.82744;1.64691;765;20220621;26.3;17.2;21.7;2.5;18.29;1.1;4.38;20058
+67082;42.82744;1.64691;765;20220622;24.3;14.8;19.6;2.2;16.59;.6;4.11;20598
+67082;42.82744;1.64691;765;20220623;26.5;13.2;19.8;2;15.86;0;4.74;24353
+67082;42.82744;1.64691;765;20220624;21.1;13.7;17.4;2.2;15.06;.4;3.43;17969
+67082;42.82744;1.64691;765;20220625;26.1;10.5;18.3;2.1;14.03;2.2;4.95;26454
+67082;42.82744;1.64691;765;20220626;20.5;12.8;16.6;2;15.59;1.5;3.29;18279
+67082;42.82744;1.64691;765;20220627;17.3;12.4;14.8;2.7;14.09;8.3;2.56;14152
+67082;42.82744;1.64691;765;20220628;22.8;11.4;17.1;2.8;13.73;.1;4.22;22520
+67082;42.82744;1.64691;765;20220629;25.9;10.4;18.2;2;13.96;3.3;4.88;25824
+67082;42.82744;1.64691;765;20220630;17.4;14;15.7;2.8;14.26;3.5;2.42;11394
+67082;42.82744;1.64691;765;20220701;20.5;10.4;15.5;2.7;11.86;.1;3.86;20910
+67082;42.82744;1.64691;765;20220702;27.7;9.3;18.5;1.6;12.29;.1;5.27;28184
+67082;42.82744;1.64691;765;20220703;27.9;13.4;20.6;1.9;15.13;.1;5.14;25049
+67082;42.82744;1.64691;765;20220704;24.5;16.2;20.4;2.6;16.33;.1;4.05;18712
+67082;42.82744;1.64691;765;20220705;25.3;15.4;20.4;2.4;17.06;2.2;4.27;20379
+67082;42.82744;1.64691;765;20220706;23.7;15.8;19.8;1.9;15.29;1.8;3.88;17905
+67082;42.82744;1.64691;765;20220707;25.3;12.9;19.1;3.4;13.53;0;4.86;23127
+67082;42.82744;1.64691;765;20220708;26.4;13.1;19.8;3.1;13.36;0;5.17;24061
+67082;42.82744;1.64691;765;20220709;28.7;12.5;20.6;2.3;12.73;0;5.66;26300
+67082;42.82744;1.64691;765;20220710;29.8;12.9;21.4;2.1;13.39;0;5.71;26505
+67082;42.82744;1.64691;765;20220711;30.1;13.5;21.8;1.6;14.09;0;5.42;25958
+67082;42.82744;1.64691;765;20220712;32;14.3;23.1;1.7;14.96;0;5.78;27091
+67082;42.82744;1.64691;765;20220713;30.5;14.6;22.6;1.6;14.76;0;5.41;25478
+67082;42.82744;1.64691;765;20220714;32.9;14.5;23.7;1.6;15.19;0;5.85;27263
+67082;42.82744;1.64691;765;20220715;32.4;15.6;24;2.3;14.13;0;6.25;26352
+67082;42.82744;1.64691;765;20220716;34.2;14.6;24.4;1.9;13.89;0;6.35;27671
+67082;42.82744;1.64691;765;20220717;33;14.9;24;2.1;13.06;0;6.09;25860
+67082;42.82744;1.64691;765;20220718;33.4;17.3;25.3;3.1;13.66;0;6.61;24598
+67082;42.82744;1.64691;765;20220719;29;19.2;24.1;3.1;15.69;.1;5.43;20002
+67082;42.82744;1.64691;765;20220720;26.7;17.4;22.1;2.5;16.73;.2;4.43;19351
+67082;42.82744;1.64691;765;20220721;31.1;16.4;23.7;1.9;16.09;0;5.44;24436
+67082;42.82744;1.64691;765;20220722;28.3;15.5;21.9;2.1;16.83;.3;4.81;22214
+67082;42.82744;1.64691;765;20220723;25.2;15.1;20.1;3.2;15.81;0;4.17;19272
+67082;42.82744;1.64691;765;20220724;32.8;14;23.4;1.8;15.21;0;6.02;28112
+67082;42.82744;1.64691;765;20220725;22.9;17.6;20.2;3.3;17.48;3.2;2.64;10649
+67082;42.82744;1.64691;765;20220726;22.3;14.9;18.6;3.4;14.96;.3;3.73;16591
+67082;42.82744;1.64691;765;20220727;25.1;13.6;19.3;2.7;13.03;0;4.54;20872
+67082;42.82744;1.64691;765;20220728;26.6;12.9;19.7;2;14.29;0;4.58;22880
+67082;42.82744;1.64691;765;20220729;24;15.8;19.9;2.5;16.56;9.6;3.68;17445
+67082;42.82744;1.64691;765;20220730;24.9;15.5;20.2;2.3;17.09;0;3.86;18564
+67082;42.82744;1.64691;765;20220731;28.1;15.2;21.6;2.2;16.33;.2;4.69;21710
+67082;42.82744;1.64691;765;20220801;30;16.6;23.3;2.4;15.79;0;5.25;22253
+67082;42.82744;1.64691;765;20220802;32.2;14.8;23.5;1.8;14.59;0;5.54;25185
+67082;42.82744;1.64691;765;20220803;30.8;14.8;22.8;2;15.53;.3;5.21;23553
+67082;42.82744;1.64691;765;20220804;29.5;15.1;22.3;1.8;17.69;3.7;4.68;22460
+67082;42.82744;1.64691;765;20220805;27.4;16.5;21.9;2.3;18.68;.1;4.2;19255
+67082;42.82744;1.64691;765;20220806;28.7;16.3;22.5;2.3;17.85;0;4.67;20928
+67082;42.82744;1.64691;765;20220807;30.1;16.1;23.1;1.5;15.85;.4;4.88;22673
+67082;42.82744;1.64691;765;20220808;30.6;12.7;21.7;1.4;13.45;0;5.06;25163
+67082;42.82744;1.64691;765;20220809;31.4;14.1;22.8;1.2;13.93;.3;4.93;23933
+67082;42.82744;1.64691;765;20220810;31.1;14.3;22.7;1.8;14.59;.1;5.17;23707
+67082;42.82744;1.64691;765;20220811;30.6;15.3;22.9;1.3;18.03;0;4.39;22019
+67082;42.82744;1.64691;765;20220812;33.1;16.5;24.8;1.6;16.99;0;5.14;23110
+67082;42.82744;1.64691;765;20220813;31.1;18.4;24.7;1.6;18.36;1.1;4.55;20007
+67082;42.82744;1.64691;765;20220814;25.2;16.7;20.9;2.2;18.23;2.7;3.49;16499
+67082;42.82744;1.64691;765;20220815;24.3;15.2;19.7;2;16.39;.8;3.49;16952
+67082;42.82744;1.64691;765;20220816;28.4;11.9;20.1;1.7;15.56;.8;4.42;22898
+67082;42.82744;1.64691;765;20220817;21.1;14.1;17.6;1.9;15.79;14.8;2.8;14805
+67082;42.82744;1.64691;765;20220818;19.7;13.1;16.4;3.4;15.01;9;2.64;13966
+67082;42.82744;1.64691;765;20220819;22.5;12.9;17.7;3.5;14.81;0;3.29;16407
+67082;42.82744;1.64691;765;20220820;26.7;12.7;19.7;2.3;14.63;0;4.17;20658
+67082;42.82744;1.64691;765;20220821;24.8;14.7;19.7;2.6;15.89;1.4;3.66;17360
+67082;42.82744;1.64691;765;20220822;23.6;15.7;19.7;3.5;16.56;1;3.26;15256
+67082;42.82744;1.64691;765;20220823;27.2;15.9;21.6;2.4;17.26;.2;3.94;18292
+67082;42.82744;1.64691;765;20220824;29.8;13.9;21.9;1.7;16.09;2.5;4.37;21117
+67082;42.82744;1.64691;765;20220825;26.9;16.4;21.7;2.1;18.03;12.4;3.68;17255
+67082;42.82744;1.64691;765;20220826;25.5;16.4;21;3;17.39;.6;3.6;15868
+67082;42.82744;1.64691;765;20220827;26.8;15.6;21.2;2;16.29;.2;3.73;17432
+67082;42.82744;1.64691;765;20220828;29.7;12.6;21.2;1.3;14.99;.1;4.12;21372
+67082;42.82744;1.64691;765;20220829;29.9;14.2;22;1.5;16.39;4.8;4.11;20393
+67082;42.82744;1.64691;765;20220830;28.2;13.6;20.9;1.6;16.83;0;3.82;19422
+67082;42.82744;1.64691;765;20220831;24;14.1;19.1;1.6;16.43;8.8;3.03;15237
+67082;42.82744;1.64691;765;20220901;26.1;14.7;20.4;2.2;15.79;.4;3.59;17181
+67082;42.82744;1.64691;765;20220902;25.1;14.3;19.7;1.7;16.56;12.3;3.17;16315
+67082;42.82744;1.64691;765;20220903;22.2;14.4;18.3;1.6;16.36;0;2.59;13807
+67082;42.82744;1.64691;765;20220904;27;11.8;19.4;2.3;16.06;.1;3.45;19195
+67082;42.82744;1.64691;765;20220905;27.8;15.6;21.7;2.8;17.06;.1;3.58;16896
+67082;42.82744;1.64691;765;20220906;28.4;16.2;22.3;2.2;17.56;.2;3.66;17064
+67082;42.82744;1.64691;765;20220907;25.1;14;19.6;2;15.59;.6;3.18;16110
+67082;42.82744;1.64691;765;20220908;23.9;11.2;17.5;1.7;12.73;.2;3.21;16959
+67082;42.82744;1.64691;765;20220909;20.1;11.4;15.7;2;13.26;.8;2.56;13976
+67082;42.82744;1.64691;765;20220910;25.2;9.5;17.3;1.8;12.83;0;3.39;18587
+67082;42.82744;1.64691;765;20220911;28.9;10.1;19.5;1.4;13.89;0;3.61;19565
+67082;42.82744;1.64691;765;20220912;27.6;14.1;20.9;2;16.73;0;3.17;16447
+67082;42.82744;1.64691;765;20220913;26.5;18.6;22.5;2.7;16.63;7.6;3.3;12784
+67082;42.82744;1.64691;765;20220914;25.2;14.4;19.8;2;15.53;2.1;3.05;14928
+67082;42.82744;1.64691;765;20220915;24.2;11.8;18;1.8;14.13;13.2;2.98;15785
+67082;42.82744;1.64691;765;20220916;21.1;14.2;17.6;3.1;15.09;1.3;2.55;11706
+67082;42.82744;1.64691;765;20220917;18.7;10.4;14.6;2.8;10.46;0;2.73;12663
+67082;42.82744;1.64691;765;20220918;22.5;5.1;13.8;1.5;7.83;0;3.05;18195
+67082;42.82744;1.64691;765;20220919;23.6;5.3;14.4;2;8.09;0;3.42;18399
+67082;42.82744;1.64691;765;20220920;22.5;6.6;14.5;2.2;8.49;0;3.26;17080
+67082;42.82744;1.64691;765;20220921;21.4;6.7;14;1.9;9.09;0;2.9;16100
+67082;42.82744;1.64691;765;20220922;21.4;6.1;13.7;1.7;11.13;0;2.52;16237
+67082;42.82744;1.64691;765;20220923;21.1;7.5;14.3;1.9;12.36;5.9;2.42;15315
+67082;42.82744;1.64691;765;20220924;16;11.8;13.9;2.1;13.36;11.4;1.49;8160
+67082;42.82744;1.64691;765;20220925;14.5;8.5;11.5;2.2;11.09;.1;1.6;9699
+67082;42.82744;1.64691;765;20220926;16.2;7.8;12;3.1;10.33;2.6;2;11749
+67082;42.82744;1.64691;765;20220927;15.1;8.7;11.9;4.3;11.29;6.1;1.66;9995
+67082;42.82744;1.64691;765;20220928;16.5;10.1;13.3;4.2;12.59;5.3;1.55;9786
+67082;42.82744;1.64691;765;20220929;13.7;9.6;11.6;2.7;11.59;12;1.35;7719
+67082;42.82744;1.64691;765;20220930;14.1;6.3;10.2;2.5;9.36;3.1;1.63;10772
+67082;42.82744;1.64691;765;20221001;19.6;5.3;12.5;2.3;10.29;0;2.21;14633
+67082;42.82744;1.64691;765;20221002;22.2;9.3;15.8;1.9;12.43;0;2.36;13616
+67082;42.82744;1.64691;765;20221003;21.7;10.2;16;1.9;12.56;0;2.25;12566
+67082;42.82744;1.64691;765;20221004;22.8;6.9;14.8;1.2;11.96;.1;2.2;14535
+67082;42.82744;1.64691;765;20221005;21.6;7.2;14.4;2.1;12.29;0;2.09;13393
+67082;42.82744;1.64691;765;20221006;19;9.4;14.2;1.5;13.09;0;1.71;11070
+67082;42.82744;1.64691;765;20221007;19;8.6;13.8;1.6;13.26;4.5;1.57;11241
+67082;42.82744;1.64691;765;20221008;18.1;12.2;15.2;1.2;14.16;1.3;1.36;7639
+67082;42.82744;1.64691;765;20221009;20.2;7.6;13.9;1.5;12.53;.5;1.73;12213
+67082;42.82744;1.64691;765;20221010;19.8;9.2;14.5;1.9;13.16;.1;1.71;11002
+67082;42.82744;1.64691;765;20221011;18.4;9.5;13.9;1.1;13.29;1.1;1.45;9945
+67082;42.82744;1.64691;765;20221012;19.8;10.7;15.3;1.4;13.26;.4;1.65;9984
+67082;42.82744;1.64691;765;20221013;20.2;8.8;14.5;1.6;12.93;0;1.73;11199
+67082;42.82744;1.64691;765;20221014;19.6;12.3;15.9;3;14.39;.1;1.59;8680
+67082;42.82744;1.64691;765;20221015;23.6;7.9;15.7;1.4;12.83;.1;1.87;12343
+67082;42.82744;1.64691;765;20221016;23.5;11;17.2;3;13.99;.1;2.06;11280
+67082;42.82744;1.64691;765;20221017;21.7;17.3;19.5;4;14.09;.1;2.05;6180
+67082;42.82744;1.64691;765;20221018;23;12.5;17.7;2.2;14.49;.1;1.71;9651
+67082;42.82744;1.64691;765;20221019;22.1;13.5;17.8;2.7;14.33;2.2;2;8784
+67082;42.82744;1.64691;765;20221020;20.6;14.3;17.4;3.4;14.23;7.6;2;7381
+67082;42.82744;1.64691;765;20221021;21.4;14.1;17.8;2.7;12.36;0;2.36;7984
+67082;42.82744;1.64691;765;20221022;21.4;11.3;16.4;2.1;11.83;.3;1.99;9499
+67082;42.82744;1.64691;765;20221023;19.8;14.6;17.2;3.1;12.13;6.2;2.29;6323
+67082;42.82744;1.64691;765;20221024;21.5;12.3;16.9;2;11.59;0;2.02;8636
+67082;42.82744;1.64691;765;20221025;22.1;9.3;15.7;2.2;11.53;0;2.02;10259
+67082;42.82744;1.64691;765;20221026;21.9;10.7;16.3;1.8;11.96;.1;1.89;9330
+67082;42.82744;1.64691;765;20221027;21.1;11.5;16.3;1.8;12.09;0;1.66;8147
+67082;42.82744;1.64691;765;20221028;22.5;12.8;17.6;2.2;12.46;0;1.73;8389
+67082;42.82744;1.64691;765;20221029;23.6;13.2;18.4;2.6;8.93;.1;2.37;8729
+67082;42.82744;1.64691;765;20221030;19.8;11.2;15.5;2.6;10.13;.1;1.51;7760
+67082;42.82744;1.64691;765;20221031;20.9;10.9;15.9;3.6;11.49;2.6;2.2;8221
+67082;42.82744;1.64691;765;20221101;16.7;10.8;13.7;2.2;11.89;0;1.28;6263
+67082;42.82744;1.64691;765;20221102;18.6;8.2;13.4;1.4;10.39;0;1.29;8274
+67082;42.82744;1.64691;765;20221103;18.1;7.5;12.8;3.1;10.49;7.8;1.54;8204
+67082;42.82744;1.64691;765;20221104;10;5.3;7.7;4.8;7.99;18.1;1.16;4793
+67082;42.82744;1.64691;765;20221105;12.4;4.3;8.3;3;6.93;.1;1.34;6972
+67082;42.82744;1.64691;765;20221106;16.9;1;8.9;1.4;6.39;0;1.35;9663
+67082;42.82744;1.64691;765;20221107;18.9;2;10.5;1.8;7.56;0;1.37;9637
+67082;42.82744;1.64691;765;20221108;19.1;10.7;14.9;2.4;9.69;.7;1.79;6819
+67082;42.82744;1.64691;765;20221109;15.9;9.6;12.8;2;10.56;9.4;1.2;5567
+67082;42.82744;1.64691;765;20221110;13.2;6.7;9.9;1.7;9.73;0;.82;5766
+67082;42.82744;1.64691;765;20221111;18;3.1;10.5;3.2;10.13;0;.95;8737
+67082;42.82744;1.64691;765;20221112;18.4;8.7;13.5;2.9;10.46;.1;1.62;6954
+67082;42.82744;1.64691;765;20221113;18.6;4.6;11.6;1.7;8.29;0;1.29;8240
+67082;42.82744;1.64691;765;20221114;15.3;7.7;11.5;2.1;10.89;.1;.91;5868
+67082;42.82744;1.64691;765;20221115;15.2;8.8;12;2.5;11.03;1.1;1.13;5205
+67082;42.82744;1.64691;765;20221116;15.6;6.1;10.9;1.2;9.89;0;.85;6591
+67082;42.82744;1.64691;765;20221117;15.1;6.6;10.9;2.6;10.06;9.3;1.02;6128
+67082;42.82744;1.64691;765;20221118;9.7;6.2;7.9;3.1;8.96;3.9;.73;3687
+67082;42.82744;1.64691;765;20221119;7.1;3.7;5.4;3.1;7.49;5.5;.61;3453
+67082;42.82744;1.64691;765;20221120;10.6;.5;5.5;3;6.49;2.7;.81;6538
+67082;42.82744;1.64691;765;20221121;10.1;3.7;6.9;2.6;8.23;29.3;.7;5040
+67082;42.82744;1.64691;765;20221122;7.7;2.3;5;4;6.66;8;.89;4556
+67082;42.82744;1.64691;765;20221123;12.5;4.5;8.5;2.8;8.63;11.1;.77;5630
+67082;42.82744;1.64691;765;20221124;11.6;1.9;6.8;1.5;7.89;.3;.63;6099
+67082;42.82744;1.64691;765;20221125;8.8;4.6;6.7;2.3;8.43;7.9;.57;3844
+67082;42.82744;1.64691;765;20221126;11.4;3.1;7.2;1.8;5.93;0;.98;5513
+67082;42.82744;1.64691;765;20221127;11.8;.4;6.1;1.8;6.23;4.9;.67;6414
+67082;42.82744;1.64691;765;20221128;8.2;5;6.6;2.8;7.86;12.4;.63;2948
+67082;42.82744;1.64691;765;20221129;7.8;3.7;5.7;2.9;7.36;8;.61;3448
+67082;42.82744;1.64691;765;20221130;7.5;.9;4.2;1.4;6.26;.1;.59;4699
+67082;42.82744;1.64691;765;20221201;5.6;-2.5;1.6;1.6;5.66;0;.51;5126
+67082;42.82744;1.64691;765;20221202;4.8;-1.4;1.7;1.3;5.53;0;.49;4337
+67082;42.82744;1.64691;765;20221203;5;-1.4;1.8;.9;5.96;0;.4;4469
+67082;42.82744;1.64691;765;20221204;7.4;.7;4;1.4;6.06;0;.6;4477
+67082;42.82744;1.64691;765;20221205;9.7;-3.9;2.9;1.1;5.26;.1;.52;6618
+67082;42.82744;1.64691;765;20221206;12.5;.4;6.4;1.1;6.89;.2;.64;6077
+67082;42.82744;1.64691;765;20221207;11.6;4.1;7.9;1.5;6.59;0;.96;4717
+67082;42.82744;1.64691;765;20221208;10;.3;5.1;1.9;8.06;1;.42;5341
+67082;42.82744;1.64691;765;20221209;11.5;4.3;7.9;2;9.19;9;.55;4513
+67082;42.82744;1.64691;765;20221210;2;2.5;2.3;3.5;6.66;.1;.44;521
+67082;42.82744;1.64691;765;20221211;5.3;-5.2;.1;1.4;4.36;0;.54;5541
+67082;42.82744;1.64691;765;20221212;5.2;-2.1;1.5;2.3;5.76;5.8;.56;4550
+67082;42.82744;1.64691;765;20221213;11.2;2.1;6.7;2.1;9.09;5.8;.41;5136
+67082;42.82744;1.64691;765;20221214;12.7;6.2;9.5;1.8;9.93;.7;.54;4175
+67082;42.82744;1.64691;765;20221215;11.7;5.5;8.6;2.6;9.83;2.6;.52;4002
+67082;42.82744;1.64691;765;20221216;9.9;5.8;7.8;1.9;9.56;5.1;.51;3159
+67082;42.82744;1.64691;765;20221217;9.6;3.4;6.5;1.4;7.79;.1;.55;4041
+67082;42.82744;1.64691;765;20221218;11.3;-1.6;4.9;2.5;7.19;.1;.42;6137
+67082;42.82744;1.64691;765;20221219;16.3;5;10.7;4;7.36;0;1.47;5306
+67082;42.82744;1.64691;765;20221220;14.3;10.3;12.3;2.4;7.99;2.4;1.36;3074
+67082;42.82744;1.64691;765;20221221;13.4;6.4;9.9;1.9;9.43;.5;.75;4310
+67082;42.82744;1.64691;765;20221222;14.6;3.6;9.1;2.6;9.33;.3;.61;5550
+67082;42.82744;1.64691;765;20221223;17.2;7.8;12.5;2.2;9.69;0;1.05;5079
+67082;42.82744;1.64691;765;20221224;17.1;4.7;10.9;1.1;8.49;0;.7;5929
+67082;42.82744;1.64691;765;20221225;14.4;3.7;9.1;2;7.79;.1;.94;5421
+67082;42.82744;1.64691;765;20221226;14;3.6;8.8;1.6;8.26;0;.76;5331
+67082;42.82744;1.64691;765;20221227;13.9;3.8;8.9;1.3;8.39;.1;.67;5348
+67082;42.82744;1.64691;765;20221228;12.8;1.6;7.2;1.6;7.53;0;.7;5436
+67082;42.82744;1.64691;765;20221229;13.1;1.6;7.4;1.3;7.86;0;.54;5848
+67082;42.82744;1.64691;765;20221230;16.1;4.7;10.4;1.4;8.86;.1;.76;5861
+67082;42.82744;1.64691;765;20221231;17;5.3;11.2;2.1;8.69;.1;1.1;6023
+67083;42.85201;1.95045;621;20220101;20.2;4.2;12.2;.8;6.67;.1;.81;6545
+67083;42.85201;1.95045;621;20220102;16.7;1.9;9.3;1.2;7.67;.1;.8;6300
+67083;42.85201;1.95045;621;20220103;15.7;3.4;9.5;.9;8.63;0;.63;5613
+67083;42.85201;1.95045;621;20220104;11.9;2.9;7.4;2.5;8.5;7.7;.78;4622
+67083;42.85201;1.95045;621;20220105;4.1;3.3;3.7;4.9;6.23;1.2;1.07;610
+67083;42.85201;1.95045;621;20220106;4;0;2;3.4;4.5;0;1.1;2750
+67083;42.85201;1.95045;621;20220107;5.3;-3.7;.8;4.1;5.7;3.6;.68;4788
+67083;42.85201;1.95045;621;20220108;7.8;4.4;6.1;5.9;7.9;6.2;1.05;2522
+67083;42.85201;1.95045;621;20220109;6;6;6;5.6;8.43;61.2;.82;0
+67083;42.85201;1.95045;621;20220110;8.2;4.3;6.3;3.9;9.27;35.6;.56;2308
+67083;42.85201;1.95045;621;20220111;8.9;2.6;5.7;3.8;7;.2;1.1;3857
+67083;42.85201;1.95045;621;20220112;8.3;-1.1;3.6;2.4;5.37;0;.98;5070
+67083;42.85201;1.95045;621;20220113;8.1;-4.5;1.8;.9;4.7;0;.58;6172
+67083;42.85201;1.95045;621;20220114;11.6;-4.2;3.7;1;4.17;.1;.76;7175
+67083;42.85201;1.95045;621;20220115;10.2;-2.5;3.8;1.7;3.93;.1;1.09;6401
+67083;42.85201;1.95045;621;20220116;8.4;-3.1;2.7;2.1;4.27;0;1.01;6065
+67083;42.85201;1.95045;621;20220117;9.4;-2.5;3.5;2.5;4.57;0;1.1;6210
+67083;42.85201;1.95045;621;20220118;9.5;-2.4;3.6;1.9;5.27;0;.93;6323
+67083;42.85201;1.95045;621;20220119;6.7;-3.3;1.7;2.9;6.2;.4;.63;5716
+67083;42.85201;1.95045;621;20220120;5.6;2.7;4.1;4;7.33;2.3;.7;2612
+67083;42.85201;1.95045;621;20220121;2.6;.4;1.5;4.4;5.4;0;.9;2206
+67083;42.85201;1.95045;621;20220122;6.8;-4;1.4;2.5;4.7;0;.93;6210
+67083;42.85201;1.95045;621;20220123;9;-4.1;2.5;1.4;5.23;0;.73;7146
+67083;42.85201;1.95045;621;20220124;10.8;-2.3;4.3;1.4;5.97;0;.76;7165
+67083;42.85201;1.95045;621;20220125;11.7;-2.2;4.7;1.1;5.63;0;.81;7557
+67083;42.85201;1.95045;621;20220126;12.6;-1.2;5.7;2;5.37;0;1.28;7628
+67083;42.85201;1.95045;621;20220127;12.7;-.8;5.9;2.2;4.9;0;1.43;7615
+67083;42.85201;1.95045;621;20220128;5.8;-2;1.9;3.1;5.13;0;1.09;5500
+67083;42.85201;1.95045;621;20220129;11.2;-3.3;3.9;2.5;5.17;0;1.28;8096
+67083;42.85201;1.95045;621;20220130;12.1;-.2;6;2.7;6.4;.1;1.21;7447
+67083;42.85201;1.95045;621;20220131;8.4;-.8;3.8;5.5;7.53;3;.81;6265
+67083;42.85201;1.95045;621;20220201;6.5;2.4;4.4;6.2;6.63;.1;1.21;3976
+67083;42.85201;1.95045;621;20220202;12.5;4.8;8.6;3.9;8.53;0;1.33;5699
+67083;42.85201;1.95045;621;20220203;14.9;1.1;8;2.2;6.87;.1;1.57;8440
+67083;42.85201;1.95045;621;20220204;12.2;4.2;8.2;2.9;9.03;1.2;1.1;6222
+67083;42.85201;1.95045;621;20220205;8.8;6.2;7.5;3.4;8.2;1.1;1.11;2999
+67083;42.85201;1.95045;621;20220206;7.7;-1.5;3.1;3.7;6.1;.1;1.08;6911
+67083;42.85201;1.95045;621;20220207;10.1;4.2;7.2;5.6;8.4;.9;1.28;5348
+67083;42.85201;1.95045;621;20220208;15.6;4;9.8;2.2;6.97;0;1.69;8181
+67083;42.85201;1.95045;621;20220209;13.2;.2;6.7;1.4;7;0;1.03;8808
+67083;42.85201;1.95045;621;20220210;6.2;1.4;3.8;1.5;7.42;0;1.33;11900
+67083;42.85201;1.95045;621;20220211;10.1;3.1;6.6;2.9;7.98;1;1.24;5800
+67083;42.85201;1.95045;621;20220212;11.2;-.7;5.3;3.4;7.15;0;1.33;9200
+67083;42.85201;1.95045;621;20220213;13.1;3.5;8.3;4.9;8.75;3.2;1.49;6966
+67083;42.85201;1.95045;621;20220214;9.4;5.3;7.4;4.8;8.22;4.8;1.47;5933
+67083;42.85201;1.95045;621;20220215;8.1;2.9;5.5;5.9;7.75;1.6;1.37;6866
+67083;42.85201;1.95045;621;20220216;11.5;5.1;8.3;5.3;9.7;4.2;1.19;6415
+67083;42.85201;1.95045;621;20220217;14.2;9.8;12;4.6;10.8;0;1.7;5232
+67083;42.85201;1.95045;621;20220218;17.7;3.5;10.6;2.8;10;4.5;1.76;10512
+67083;42.85201;1.95045;621;20220219;6.4;4.4;5.4;3.4;7.93;3.9;.85;3115
+67083;42.85201;1.95045;621;20220220;12.4;-.5;6;3.8;7.57;0;1.53;10135
+67083;42.85201;1.95045;621;20220221;12;8.1;10.1;7.2;7.77;.6;2.54;5158
+67083;42.85201;1.95045;621;20220222;11.8;5.4;8.6;4.7;7.5;0;1.93;6961
+67083;42.85201;1.95045;621;20220223;14.7;2;8.4;1.7;7.43;0;1.61;10581
+67083;42.85201;1.95045;621;20220224;13.4;3;8.2;2.6;8.6;1.5;1.51;9627
+67083;42.85201;1.95045;621;20220225;7.9;4.7;6.3;3.6;6.5;.2;1.5;4867
+67083;42.85201;1.95045;621;20220226;11.2;-3.3;4;2.4;4.7;.1;1.77;11783
+67083;42.85201;1.95045;621;20220227;12.6;-2.3;5.1;.9;6.37;.1;1.25;12208
+67083;42.85201;1.95045;621;20220228;14.1;2.2;8.2;1.5;7;0;1.61;10932
+67083;42.85201;1.95045;621;20220301;12.8;1.9;7.3;2.7;7.43;.1;1.63;10230
+67083;42.85201;1.95045;621;20220302;10.4;2.6;6.5;1.9;8.83;5.9;1.08;8548
+67083;42.85201;1.95045;621;20220303;14.6;3.7;9.2;1.9;9.1;.6;1.6;10766
+67083;42.85201;1.95045;621;20220304;6.9;5.8;6.4;4.9;8.47;4.6;.95;2353
+67083;42.85201;1.95045;621;20220305;8;4.2;6.1;3.7;6.9;0;1.44;6077
+67083;42.85201;1.95045;621;20220306;7.6;3;5.3;2.4;6.7;0;1.27;6892
+67083;42.85201;1.95045;621;20220307;9.4;1.4;5.4;2;6.8;0;1.34;9495
+67083;42.85201;1.95045;621;20220308;11.8;-.6;5.6;1.9;7.77;2.6;1.42;12303
+67083;42.85201;1.95045;621;20220309;12.8;1.5;7.1;2.1;8.57;0;1.49;11746
+67083;42.85201;1.95045;621;20220310;11.7;2.7;7.2;1.4;8.7;0;1.33;10581
+67083;42.85201;1.95045;621;20220311;13;3.5;8.2;2.8;9;3.4;1.58;10901
+67083;42.85201;1.95045;621;20220312;8.4;5.8;7.1;2.6;9.07;5.7;.92;4422
+67083;42.85201;1.95045;621;20220313;9.2;3.8;6.5;3.3;8.3;1.5;1.33;7987
+67083;42.85201;1.95045;621;20220314;11.2;.1;5.7;5.5;9.1;0;1.11;12240
+67083;42.85201;1.95045;621;20220315;12.4;9.5;11;6.4;11.23;0;1.37;5072
+67083;42.85201;1.95045;621;20220316;12.5;8.3;10.4;3.4;11.03;1.6;1.33;6539
+67083;42.85201;1.95045;621;20220317;10.7;8.4;9.5;2.3;11.23;20.5;.98;5104
+67083;42.85201;1.95045;621;20220318;10.7;6.5;8.6;2.7;9.98;1;1.28;5766
+67083;42.85201;1.95045;621;20220319;14.1;3.7;8.9;2.2;8.67;.1;2.06;14400
+67083;42.85201;1.95045;621;20220320;12.1;5.4;8.7;5.3;9.38;0;1.52;6233
+67083;42.85201;1.95045;621;20220321;13.2;4.8;9;6.1;8.48;.2;2.46;11866
+67083;42.85201;1.95045;621;20220322;13.1;3.3;8.2;6.2;7.45;0;2.94;17300
+67083;42.85201;1.95045;621;20220323;14;1.2;7.6;5.2;6.75;0;3.01;19133
+67083;42.85201;1.95045;621;20220324;15;2.9;9;4.4;6.85;0;3.26;18666
+67083;42.85201;1.95045;621;20220325;16.3;3.8;10;3.5;6.82;0;3.25;17333
+67083;42.85201;1.95045;621;20220326;16.2;3.5;9.8;3.8;7.12;0;3.28;18800
+67083;42.85201;1.95045;621;20220327;18.4;3;10.7;3.3;7.02;0;3.51;18400
+67083;42.85201;1.95045;621;20220328;18.6;4.5;11.5;4.1;6.95;0;3.72;16366
+67083;42.85201;1.95045;621;20220329;15.6;6.6;11.1;3.4;9.35;8.4;2.4;11100
+67083;42.85201;1.95045;621;20220330;10.8;6.4;8.6;3.1;10.56;7.9;1.33;6943
+67083;42.85201;1.95045;621;20220331;10.9;5.9;8.4;5.9;8.42;9;2.25;11366
+67083;42.85201;1.95045;621;20220401;5.5;.1;2.8;6.2;5.25;8.8;1.97;11200
+67083;42.85201;1.95045;621;20220402;3.8;-1.9;.9;4.8;5.15;3;1.45;9700
+67083;42.85201;1.95045;621;20220403;6.7;-2.7;2;3.5;4.32;.2;2.55;18554
+67083;42.85201;1.95045;621;20220404;9;-2.4;3.3;2.6;5.07;0;2.69;20559
+67083;42.85201;1.95045;621;20220405;14.7;-1.3;6.7;2.9;5.48;0;2.97;21897
+67083;42.85201;1.95045;621;20220406;10.9;2.1;6.5;3.4;8.65;.1;1.5;8100
+67083;42.85201;1.95045;621;20220407;16.3;3.7;10;4.4;10.12;0;2.66;14700
+67083;42.85201;1.95045;621;20220408;18.4;7.8;13.1;5;10.72;1.7;3.48;16400
+67083;42.85201;1.95045;621;20220409;11.3;4.9;8.1;5.1;7.55;1.6;2.71;14633
+67083;42.85201;1.95045;621;20220410;16.8;-.1;8.4;4;6.85;0;3.62;23966
+67083;42.85201;1.95045;621;20220411;14.3;6.2;10.3;7.7;10.22;0;2.35;9833
+67083;42.85201;1.95045;621;20220412;15.2;7.6;11.4;6.3;10.02;0;2.59;9166
+67083;42.85201;1.95045;621;20220413;13.8;8.7;11.3;2.8;10.35;1.1;1.98;7700
+67083;42.85201;1.95045;621;20220414;20.7;5.2;13;2.4;10.62;0;3.56;20833
+67083;42.85201;1.95045;621;20220415;21.8;7.1;14.4;3.4;11.65;0;3.91;20433
+67083;42.85201;1.95045;621;20220416;21;8.8;14.9;5;11.05;0;4.68;23400
+67083;42.85201;1.95045;621;20220417;21.7;6.2;14;4.2;9.98;0;4.79;25133
+67083;42.85201;1.95045;621;20220418;17.4;7;12.2;3.5;10.45;0;3.37;19866
+67083;42.85201;1.95045;621;20220419;14.4;7.9;11.2;3.1;10.92;8.7;2.3;12333
+67083;42.85201;1.95045;621;20220420;10.4;6.3;8.4;1.8;10.42;11.7;1.03;4733
+67083;42.85201;1.95045;621;20220421;10.8;6.8;8.8;2.4;11.02;2.8;1.07;5433
+67083;42.85201;1.95045;621;20220422;17.4;5.4;11.4;2;10.67;0;2.85;18800
+67083;42.85201;1.95045;621;20220423;12.3;7.8;10.1;4.1;10.25;10.4;1.95;6766
+67083;42.85201;1.95045;621;20220424;13.6;5.4;9.5;4.6;10.55;.7;2.05;11366
+67083;42.85201;1.95045;621;20220425;16.5;4.8;10.6;2.8;9.98;0;3.38;23200
+67083;42.85201;1.95045;621;20220426;21.3;4.5;12.9;2.3;9.95;0;4.18;25600
+67083;42.85201;1.95045;621;20220427;19.5;6.9;13.2;3.1;11.28;1.5;3.41;18700
+67083;42.85201;1.95045;621;20220428;18;9.9;13.9;2.3;12.92;5.1;2.75;14766
+67083;42.85201;1.95045;621;20220429;20.6;10.9;15.7;3.1;13.72;0;3.97;22066
+67083;42.85201;1.95045;621;20220430;19.3;11.2;15.2;3.9;12.28;2.4;3.77;18066
+67083;42.85201;1.95045;621;20220501;19;7.5;13.3;3.3;10.48;1.5;4.07;23033
+67083;42.85201;1.95045;621;20220502;16;9.1;12.6;2.2;11.42;8.5;2.77;15266
+67083;42.85201;1.95045;621;20220503;17.1;9.4;13.3;2;12.52;4;2.44;12633
+67083;42.85201;1.95045;621;20220504;16.9;8.2;12.5;2.3;12.48;3.9;2.46;13866
+67083;42.85201;1.95045;621;20220505;16.7;8.2;12.5;3.5;11.18;4.5;3.07;16666
+67083;42.85201;1.95045;621;20220506;15.6;10;12.8;4.3;10.67;5.3;2.89;13015
+67083;42.85201;1.95045;621;20220507;18.4;9.7;14;3.8;11.07;1.4;3.44;16690
+67083;42.85201;1.95045;621;20220508;20.3;10.6;15.4;2.5;11.7;.7;3.53;17762
+67083;42.85201;1.95045;621;20220509;22.7;9.5;16.1;1.2;11.53;0;3.75;20994
+67083;42.85201;1.95045;621;20220510;24.7;8.5;16.6;1;11.83;0;4.04;23495
+67083;42.85201;1.95045;621;20220511;25.3;9.3;17.3;1.4;13.8;0;4.18;23445
+67083;42.85201;1.95045;621;20220512;22.1;11.9;17;1.8;14.83;.1;3.45;18553
+67083;42.85201;1.95045;621;20220513;22.8;12.6;17.7;1.2;15.47;.4;3.41;18613
+67083;42.85201;1.95045;621;20220514;26.3;10.9;18.6;1.3;15.33;.1;4.31;23332
+67083;42.85201;1.95045;621;20220515;23.2;11.9;17.5;1.8;15.7;.1;3.62;19724
+67083;42.85201;1.95045;621;20220516;24.8;12.1;18.5;1;15.9;.3;3.84;21210
+67083;42.85201;1.95045;621;20220517;27.4;11.4;19.4;1.1;15.7;0;4.43;24031
+67083;42.85201;1.95045;621;20220518;28.5;15.2;21.8;2.4;15.47;0;5.04;21807
+67083;42.85201;1.95045;621;20220519;24;13.9;18.9;2.7;17.63;.1;3.69;18716
+67083;42.85201;1.95045;621;20220520;26.3;13.5;19.9;1.7;17.77;.1;4.16;21285
+67083;42.85201;1.95045;621;20220521;28.5;13.3;20.9;1.1;17.77;.1;4.53;23717
+67083;42.85201;1.95045;621;20220522;29.5;14;21.7;1.4;17.67;.4;4.86;24091
+67083;42.85201;1.95045;621;20220523;17.3;14.6;16;3.3;15.2;1.7;2.25;9385
+67083;42.85201;1.95045;621;20220524;12.5;10.2;11.4;3;11.77;15.9;1.7;8437
+67083;42.85201;1.95045;621;20220525;15.9;8.5;12.2;3.5;10.97;3.2;2.94;16396
+67083;42.85201;1.95045;621;20220526;17;10.7;13.9;3.9;11.77;.2;3.11;15069
+67083;42.85201;1.95045;621;20220527;21.1;11.6;16.3;3.8;13;0;3.97;18695
+67083;42.85201;1.95045;621;20220528;23.3;10.9;17.1;3.1;13.13;0;4.45;21523
+67083;42.85201;1.95045;621;20220529;23;10.9;17;2.5;10.1;.2;4.67;21484
+67083;42.85201;1.95045;621;20220530;23.3;8.7;16;1;11.67;7.1;4.11;23804
+67083;42.85201;1.95045;621;20220531;23.8;12.3;18.1;1.1;14.23;1.3;3.9;21062
+67083;42.85201;1.95045;621;20220601;25.9;11.4;18.6;1.7;15.87;.1;4.46;23618
+67083;42.85201;1.95045;621;20220602;21.2;13.2;17.2;1.9;17.03;0;3.13;17224
+67083;42.85201;1.95045;621;20220603;25.8;14.5;20.2;2;17.97;1.1;4.19;20906
+67083;42.85201;1.95045;621;20220604;25;14.4;19.7;1.9;18.6;.2;3.99;20229
+67083;42.85201;1.95045;621;20220605;21.3;15.1;18.2;2.8;16.53;.6;3.25;15194
+67083;42.85201;1.95045;621;20220606;27.2;11.5;19.4;1.8;15.93;11;4.86;25008
+67083;42.85201;1.95045;621;20220607;20.3;14.2;17.3;2.4;16.27;0;3;15083
+67083;42.85201;1.95045;621;20220608;20.3;12.5;16.4;2.6;15.63;3.5;3.2;17324
+67083;42.85201;1.95045;621;20220609;20.7;11.9;16.3;4.6;13.47;.1;3.95;18536
+67083;42.85201;1.95045;621;20220610;26.8;10.4;18.6;2.3;12.8;0;5.22;25716
+67083;42.85201;1.95045;621;20220611;30;12.5;21.2;1.5;13.17;0;5.57;26720
+67083;42.85201;1.95045;621;20220612;28.5;14.9;21.7;2;16.93;4.4;5.08;23372
+67083;42.85201;1.95045;621;20220613;27.8;15.5;21.6;2.8;19.23;.8;4.84;22157
+67083;42.85201;1.95045;621;20220614;31.3;16.1;23.7;1.9;17.6;2.9;5.61;24791
+67083;42.85201;1.95045;621;20220615;32.2;17.1;24.7;1.6;16.77;0;5.61;24832
+67083;42.85201;1.95045;621;20220616;33.6;16.9;25.3;.9;18.77;.1;5.45;26056
+67083;42.85201;1.95045;621;20220617;35.6;17.7;26.7;1.2;17.73;0;6.05;27143
+67083;42.85201;1.95045;621;20220618;31.4;17.6;24.5;2.4;17.57;0;5.75;23492
+67083;42.85201;1.95045;621;20220619;33.8;15.7;24.7;3.1;16.63;0;6.8;27031
+67083;42.85201;1.95045;621;20220620;25.4;16.1;20.7;1.9;19.13;0;3.89;19145
+67083;42.85201;1.95045;621;20220621;22.3;18.1;20.2;1.8;20.7;1.1;2.7;12459
+67083;42.85201;1.95045;621;20220622;25.6;15.7;20.6;2;17.67;2.1;4.17;19892
+67083;42.85201;1.95045;621;20220623;27.1;13.7;20.4;1.9;16.63;0;4.71;23202
+67083;42.85201;1.95045;621;20220624;20.6;14.5;17.5;1.9;15.57;1.4;3.08;15073
+67083;42.85201;1.95045;621;20220625;25.5;10.9;18.2;1.8;15.3;4;4.56;24345
+67083;42.85201;1.95045;621;20220626;17.7;13.2;15.5;2.7;15.73;3;2.49;12809
+67083;42.85201;1.95045;621;20220627;15.4;12.7;14;3.2;14.27;3.8;2.03;9669
+67083;42.85201;1.95045;621;20220628;23;13.1;18;2.7;13.53;0;4.24;19718
+67083;42.85201;1.95045;621;20220629;27.6;10.9;19.2;1.6;14.2;2.4;5.1;26120
+67083;42.85201;1.95045;621;20220630;15.5;14.2;14.8;3;15.37;2.6;1.53;5833
+67083;42.85201;1.95045;621;20220701;20.6;11;15.8;2.6;12.7;.1;3.78;19352
+67083;42.85201;1.95045;621;20220702;29.3;8.7;19;1.3;13.4;0;5.4;28892
+67083;42.85201;1.95045;621;20220703;28.3;13.9;21.1;2.1;16.43;.1;5.19;24080
+67083;42.85201;1.95045;621;20220704;23.7;16.3;20;3.1;17.6;0;3.85;16854
+67083;42.85201;1.95045;621;20220705;25.8;17.4;21.6;2.4;17;1.6;4.29;17989
+67083;42.85201;1.95045;621;20220706;23.9;17.4;20.7;2.9;15.67;0;4.09;15580
+67083;42.85201;1.95045;621;20220707;25;16.7;20.8;4.1;14.27;0;5;17785
+67083;42.85201;1.95045;621;20220708;27;17;22;3.9;14.5;0;5.49;19564
+67083;42.85201;1.95045;621;20220709;29.5;13.9;21.7;2.1;13.53;0;5.59;24807
+67083;42.85201;1.95045;621;20220710;31.3;14.4;22.9;1.4;13.13;0;5.59;25842
+67083;42.85201;1.95045;621;20220711;32.7;13.9;23.3;1.5;13.13;0;5.82;27072
+67083;42.85201;1.95045;621;20220712;33.9;14.6;24.2;1.2;14.67;0;5.8;27524
+67083;42.85201;1.95045;621;20220713;33.2;16.3;24.8;1.4;14.77;0;5.66;25652
+67083;42.85201;1.95045;621;20220714;35;16.1;25.5;1.2;15.2;0;5.86;27181
+67083;42.85201;1.95045;621;20220715;33.3;17.9;25.6;1.7;14.8;0;5.89;24395
+67083;42.85201;1.95045;621;20220716;35.4;16.1;25.8;1.4;13.37;0;6.12;27350
+67083;42.85201;1.95045;621;20220717;35.2;16.6;25.9;1.2;12.83;0;5.82;26593
+67083;42.85201;1.95045;621;20220718;33.9;16.4;25.2;2.2;15.03;0;6.31;25793
+67083;42.85201;1.95045;621;20220719;30.2;18.3;24.2;2.3;20.73;0;4.74;20912
+67083;42.85201;1.95045;621;20220720;27.3;19.3;23.3;2.9;17.63;.3;4.56;16796
+67083;42.85201;1.95045;621;20220721;31.8;16.4;24.1;1.9;16.17;0;5.57;23922
+67083;42.85201;1.95045;621;20220722;30;16.8;23.4;2.2;17.2;.3;5.22;21962
+67083;42.85201;1.95045;621;20220723;24.9;15.9;20.4;3.1;16.33;0;4.29;17933
+67083;42.85201;1.95045;621;20220724;34.2;14.5;24.3;1.7;16.13;0;6;26864
+67083;42.85201;1.95045;621;20220725;22.2;18.5;20.3;3.7;18.27;3;3.08;10468
+67083;42.85201;1.95045;621;20220726;21.5;15.5;18.5;4;15.97;.2;3.54;14146
+67083;42.85201;1.95045;621;20220727;25.6;15.4;20.5;3;12.87;0;4.79;18679
+67083;42.85201;1.95045;621;20220728;27.1;12.6;19.9;1.9;13.97;0;4.77;22554
+67083;42.85201;1.95045;621;20220729;21.9;16.1;19;2.1;16.97;9.4;3.12;13838
+67083;42.85201;1.95045;621;20220730;26.9;15.3;21.1;2;17.13;0;4.33;19979
+67083;42.85201;1.95045;621;20220731;29.5;15.7;22.6;1.9;16.6;0;4.94;21832
+67083;42.85201;1.95045;621;20220801;31;15.8;23.4;2;16.1;0;5.33;22732
+67083;42.85201;1.95045;621;20220802;33.4;16.4;24.9;1.6;13.77;0;5.59;24084
+67083;42.85201;1.95045;621;20220803;33.7;15.2;24.5;1.2;15.43;.3;5.24;24992
+67083;42.85201;1.95045;621;20220804;31.2;16.9;24;1.3;19.17;4.2;4.63;21807
+67083;42.85201;1.95045;621;20220805;28.5;19.4;23.9;1.9;19.62;0;4.3;18499
+67083;42.85201;1.95045;621;20220806;30.5;17.4;24;2.3;18.2;0;5;20609
+67083;42.85201;1.95045;621;20220807;31.7;17;24.3;1.3;16.07;0;4.8;21836
+67083;42.85201;1.95045;621;20220808;32.7;15.1;23.9;1.2;12.57;0;5.03;23863
+67083;42.85201;1.95045;621;20220809;32.8;15;23.9;1.1;12.67;.1;4.97;23915
+67083;42.85201;1.95045;621;20220810;33.8;15.5;24.7;1.5;15.23;0;5.34;23962
+67083;42.85201;1.95045;621;20220811;33.2;18.5;25.9;1.9;19.57;0;5.05;21245
+67083;42.85201;1.95045;621;20220812;36.8;17.4;27.1;1.3;17.43;0;5.52;24531
+67083;42.85201;1.95045;621;20220813;32.5;19.7;26.1;1.7;18.73;3.5;4.85;19650
+67083;42.85201;1.95045;621;20220814;25.4;18.8;22.1;2.3;18.97;1.2;3.43;13683
+67083;42.85201;1.95045;621;20220815;25.7;17.8;21.8;2;16.27;.8;3.67;14992
+67083;42.85201;1.95045;621;20220816;31.7;12.4;22.1;1.9;15.1;.2;5.15;23818
+67083;42.85201;1.95045;621;20220817;21.9;15;18.5;2.8;15.93;9.6;3.12;13724
+67083;42.85201;1.95045;621;20220818;20.8;13.9;17.4;3.6;15.37;6.6;3.08;13635
+67083;42.85201;1.95045;621;20220819;24.2;14.7;19.4;3.5;14.77;0;4.01;16039
+67083;42.85201;1.95045;621;20220820;27.8;12.7;20.3;1.8;15;0;4.26;20518
+67083;42.85201;1.95045;621;20220821;25.8;15.7;20.8;2.5;16.13;1.4;3.95;16475
+67083;42.85201;1.95045;621;20220822;24.6;16.5;20.5;3.7;17.23;1.2;3.74;14425
+67083;42.85201;1.95045;621;20220823;28.4;17.7;23;2.6;18.13;.1;4.22;16725
+67083;42.85201;1.95045;621;20220824;32.4;15;23.7;1.4;16.27;2.3;4.61;21508
+67083;42.85201;1.95045;621;20220825;26.9;18.3;22.6;2.2;19.17;5.5;3.58;14499
+67083;42.85201;1.95045;621;20220826;26.6;17.9;22.2;2.9;18.27;.4;3.85;14671
+67083;42.85201;1.95045;621;20220827;28.5;15.6;22;1.7;16.6;0;4.01;18014
+67083;42.85201;1.95045;621;20220828;31.3;13.8;22.6;.9;14.6;.1;4.04;20990
+67083;42.85201;1.95045;621;20220829;30;14.8;22.4;1.5;17.2;4.1;3.94;19222
+67083;42.85201;1.95045;621;20220830;30.1;14.7;22.4;1.2;17.57;.1;3.89;19319
+67083;42.85201;1.95045;621;20220831;24.3;16;20.1;1.4;16.93;9.4;2.94;13689
+67083;42.85201;1.95045;621;20220901;28.1;14.4;21.2;1.8;16.03;1.9;3.88;17872
+67083;42.85201;1.95045;621;20220902;25.8;15.1;20.4;1.6;17.17;10.4;3.24;15520
+67083;42.85201;1.95045;621;20220903;22.9;15.3;19.1;1.4;17.77;1;2.55;12662
+67083;42.85201;1.95045;621;20220904;27.3;12.7;20;2.1;18.27;.1;3.51;17981
+67083;42.85201;1.95045;621;20220905;28.4;15.5;21.9;2.3;19.93;.1;3.58;16556
+67083;42.85201;1.95045;621;20220906;29.1;16.8;22.9;1.5;19.97;.8;3.43;16110
+67083;42.85201;1.95045;621;20220907;25.5;14.2;19.9;1.8;16.63;1.1;3.18;15381
+67083;42.85201;1.95045;621;20220908;24.8;11.8;18.3;1.4;13;.2;3.21;16466
+67083;42.85201;1.95045;621;20220909;21;12.8;16.9;1.8;14.17;.5;2.62;12747
+67083;42.85201;1.95045;621;20220910;25.8;10.8;18.3;1.5;13.3;0;3.35;17457
+67083;42.85201;1.95045;621;20220911;30.1;11.5;20.8;1;14.03;0;3.56;19373
+67083;42.85201;1.95045;621;20220912;25.5;14.8;20.1;1.6;18.27;0;2.64;14085
+67083;42.85201;1.95045;621;20220913;26.7;17.9;22.3;1.8;18.4;5.7;2.98;12443
+67083;42.85201;1.95045;621;20220914;25.6;14.6;20.1;2;16.77;2;3.05;14116
+67083;42.85201;1.95045;621;20220915;25.9;14.6;20.2;1.3;15.98;9.6;2.86;14849
+67083;42.85201;1.95045;621;20220916;19.9;16;18;3.2;16.4;1.6;2.18;7752
+67083;42.85201;1.95045;621;20220917;19.4;12.4;15.9;3.5;10.73;0;3.13;10730
+67083;42.85201;1.95045;621;20220918;23.1;6.1;14.6;1.5;7.9;0;3.16;17289
+67083;42.85201;1.95045;621;20220919;24.4;7.4;15.9;1.8;7.77;0;3.47;17149
+67083;42.85201;1.95045;621;20220920;23.2;8;15.6;2;8.37;.1;3.37;16020
+67083;42.85201;1.95045;621;20220921;22.9;7.4;15.1;1.5;9.33;0;2.91;16007
+67083;42.85201;1.95045;621;20220922;22.8;7.6;15.2;1.3;11.46;0;2.52;15543
+67083;42.85201;1.95045;621;20220923;22.9;9.1;16;1.8;13.73;9.8;2.52;14664
+67083;42.85201;1.95045;621;20220924;16.8;12.7;14.7;1.8;14.01;8.5;1.56;7738
+67083;42.85201;1.95045;621;20220925;15.9;7.8;11.9;1.8;11.29;.1;1.73;10321
+67083;42.85201;1.95045;621;20220926;17.2;7.1;12.1;2.4;10.46;2.6;2.18;12908
+67083;42.85201;1.95045;621;20220927;14.3;10.6;12.4;3.3;11.69;5;1.82;8881
+67083;42.85201;1.95045;621;20220928;17.9;11.9;14.9;3.4;13.11;3.9;2.13;10358
+67083;42.85201;1.95045;621;20220929;15.1;10.8;12.9;2.6;11.79;11.4;1.65;7416
+67083;42.85201;1.95045;621;20220930;13.8;8.4;11.1;2.5;10.19;2.4;1.77;9710
+67083;42.85201;1.95045;621;20221001;21.4;5.8;13.6;2.1;11.3;.1;2.45;14354
+67083;42.85201;1.95045;621;20221002;22.8;8.9;15.8;1.9;13.57;0;2.44;13370
+67083;42.85201;1.95045;621;20221003;21.6;10.8;16.2;1.2;13.46;0;2.14;12726
+67083;42.85201;1.95045;621;20221004;24.2;8.2;16.2;.9;12.79;.1;2.16;14079
+67083;42.85201;1.95045;621;20221005;21.8;8.1;15;1.7;13.9;0;1.98;12665
+67083;42.85201;1.95045;621;20221006;19.5;12.9;16.2;1.7;15.17;0;1.7;8485
+67083;42.85201;1.95045;621;20221007;19.4;9.6;14.5;1.2;14.57;4.9;1.52;10308
+67083;42.85201;1.95045;621;20221008;18.8;13.9;16.4;1.3;15.7;1.2;1.38;6837
+67083;42.85201;1.95045;621;20221009;21.6;8.9;15.2;1.3;13.13;.2;1.88;11650
+67083;42.85201;1.95045;621;20221010;21.5;9.1;15.3;1.9;13.37;.2;1.97;11338
+67083;42.85201;1.95045;621;20221011;19.9;10.3;15.1;1.1;13.67;.7;1.58;9826
+67083;42.85201;1.95045;621;20221012;21;10.1;15.6;1.1;13.47;.6;1.71;10433
+67083;42.85201;1.95045;621;20221013;21.9;9.9;15.9;1.6;13.27;.2;1.92;10788
+67083;42.85201;1.95045;621;20221014;20.9;15.4;18.1;3;14.7;0;2.12;6857
+67083;42.85201;1.95045;621;20221015;24.9;8.1;16.5;1.4;13.83;.1;2.03;12608
+67083;42.85201;1.95045;621;20221016;22.8;11.3;17;2.2;15.53;0;1.87;10057
+67083;42.85201;1.95045;621;20221017;23.3;14.5;18.9;2.6;16.87;.1;1.99;8390
+67083;42.85201;1.95045;621;20221018;23.8;11.9;17.8;2.1;16.03;.1;1.94;9942
+67083;42.85201;1.95045;621;20221019;22.3;12.8;17.6;1.9;15.83;1.1;1.66;8410
+67083;42.85201;1.95045;621;20221020;24.2;14.6;19.4;2.8;15.63;6.4;2.35;8638
+67083;42.85201;1.95045;621;20221021;21.2;15.5;18.3;1.8;13.5;0;1.94;6302
+67083;42.85201;1.95045;621;20221022;23.1;12.2;17.7;1.4;13.43;.1;1.81;9102
+67083;42.85201;1.95045;621;20221023;26;12;19;2.5;12.23;5;2.76;10360
+67083;42.85201;1.95045;621;20221024;22.2;14.4;18.3;1.4;12.13;0;1.81;7350
+67083;42.85201;1.95045;621;20221025;21.8;10.9;16.4;1.5;12.77;.1;1.63;8433
+67083;42.85201;1.95045;621;20221026;20.3;10.4;15.4;1.2;14.3;.1;1.28;8097
+67083;42.85201;1.95045;621;20221027;21.9;12.1;17;1.6;14.9;0;1.44;7906
+67083;42.85201;1.95045;621;20221028;23.7;12.7;18.2;1.9;14.4;.1;1.68;8213
+67083;42.85201;1.95045;621;20221029;22;10.3;16.1;2.2;13.23;.1;1.63;8429
+67083;42.85201;1.95045;621;20221030;20.6;8.9;14.7;1.9;12.3;.1;1.51;8374
+67083;42.85201;1.95045;621;20221031;21.6;9.1;15.4;1.7;13.2;1.4;1.61;8719
+67083;42.85201;1.95045;621;20221101;17.4;11.4;14.4;2.1;13.3;0;1.27;5586
+67083;42.85201;1.95045;621;20221102;19.2;11;15.1;1.6;11.87;.1;1.42;6638
+67083;42.85201;1.95045;621;20221103;17.3;5.8;11.5;1.8;10.5;6.2;1.23;7876
+67083;42.85201;1.95045;621;20221104;9.7;6.5;8.1;5.1;9.13;15.2;1.2;3322
+67083;42.85201;1.95045;621;20221105;13.3;7.4;10.3;3.7;8.77;.1;1.6;5215
+67083;42.85201;1.95045;621;20221106;18.3;1.4;9.8;1.2;7.3;.1;1.32;9509
+67083;42.85201;1.95045;621;20221107;18;3;10.5;1.3;9.17;.1;1.15;8735
+67083;42.85201;1.95045;621;20221108;17.2;7.7;12.4;1.3;11.57;0;1.01;6590
+67083;42.85201;1.95045;621;20221109;17.9;7.7;12.8;1.6;11.63;7.5;1.15;6838
+67083;42.85201;1.95045;621;20221110;14.6;7.1;10.8;1.6;10.17;0;1.05;5595
+67083;42.85201;1.95045;621;20221111;18.5;3.9;11.2;2.8;11.23;0;1.19;8128
+67083;42.85201;1.95045;621;20221112;19;8.3;13.6;2.1;12.1;.1;1.26;6370
+67083;42.85201;1.95045;621;20221113;19.5;5.8;12.6;1.2;9.7;0;1.06;7643
+67083;42.85201;1.95045;621;20221114;16.8;6.1;11.5;1.3;10.73;0;.92;6566
+67083;42.85201;1.95045;621;20221115;15.8;7.9;11.9;1.6;11.9;2.5;.89;5394
+67083;42.85201;1.95045;621;20221116;16.9;7.1;12;1.3;10.7;0;.98;6102
+67083;42.85201;1.95045;621;20221117;15.3;6.7;11;2.1;11;9;1;5591
+67083;42.85201;1.95045;621;20221118;11.2;8.1;9.6;3.5;9.37;2.9;1.19;2905
+67083;42.85201;1.95045;621;20221119;6.6;4.7;5.6;4.2;8.33;3.9;.7;2005
+67083;42.85201;1.95045;621;20221120;11.8;1.6;6.7;3.1;8.2;3;.98;5906
+67083;42.85201;1.95045;621;20221121;10.4;5.6;8;2.9;9.57;21.8;.78;3678
+67083;42.85201;1.95045;621;20221122;9.1;3.6;6.4;4.9;7.87;9.3;1.06;3808
+67083;42.85201;1.95045;621;20221123;13;5.2;9.1;2.8;10.13;11.4;.87;4848
+67083;42.85201;1.95045;621;20221124;12.2;3.4;7.8;1.3;8.83;.1;.7;5171
+67083;42.85201;1.95045;621;20221125;9.6;5.4;7.5;2.5;9.1;7.8;.76;3260
+67083;42.85201;1.95045;621;20221126;13.1;2.6;7.8;2.1;7.57;0;.98;5619
+67083;42.85201;1.95045;621;20221127;10.9;1.5;6.2;1.7;7.7;4;.6;5217
+67083;42.85201;1.95045;621;20221128;8.8;5.3;7.1;3.5;9;8.5;.75;2741
+67083;42.85201;1.95045;621;20221129;8.6;5.7;7.1;3.3;8.83;7.5;.79;2329
+67083;42.85201;1.95045;621;20221130;9.1;2.2;5.7;1.9;7.83;.1;.67;4133
+67083;42.85201;1.95045;621;20221201;5;-1.2;1.9;1.9;6.7;0;.46;3723
+67083;42.85201;1.95045;621;20221202;6;.1;3;1.6;6.7;0;.54;3668
+67083;42.85201;1.95045;621;20221203;5.3;-.3;2.5;.8;6.53;0;.41;3566
+67083;42.85201;1.95045;621;20221204;7.8;.7;4.3;1.1;6.47;0;.57;4049
+67083;42.85201;1.95045;621;20221205;11.4;-3.6;3.9;1;5.6;.1;.6;6450
+67083;42.85201;1.95045;621;20221206;13.7;.5;7.1;1;7.53;.2;.62;5923
+67083;42.85201;1.95045;621;20221207;12.7;5.6;9.1;1.2;9.37;0;.67;4019
+67083;42.85201;1.95045;621;20221208;8.5;3.6;6;1.2;8.83;.4;.45;2673
+67083;42.85201;1.95045;621;20221209;12.2;2.1;7.2;1.1;9.1;6.7;.5;4986
+67083;42.85201;1.95045;621;20221210;3.2;4;3.6;4.2;6.77;.1;.81;0
+67083;42.85201;1.95045;621;20221211;5.7;-5.7;0;1.4;4.2;0;.61;5282
+67083;42.85201;1.95045;621;20221212;6.5;-.3;3.1;1.7;6.37;4.6;.56;3830
+67083;42.85201;1.95045;621;20221213;11.9;1.4;6.6;1.3;9.07;4.3;.49;4966
+67083;42.85201;1.95045;621;20221214;14;5.8;9.9;1.4;10.27;.8;.65;4255
+67083;42.85201;1.95045;621;20221215;11.9;3.9;7.9;1.9;10.5;2.3;.44;4167
+67083;42.85201;1.95045;621;20221216;10.5;6.8;8.7;1.8;10.1;3.6;.62;2486
+67083;42.85201;1.95045;621;20221217;6.5;4.5;5.5;1.9;8.53;0;.52;1441
+67083;42.85201;1.95045;621;20221218;9.5;.2;4.8;1.6;7.73;0;.41;4453
+67083;42.85201;1.95045;621;20221219;11.6;2.5;7.1;1.3;8.53;0;.55;4497
+67083;42.85201;1.95045;621;20221220;11.8;4.2;8;1.7;9.67;1.6;.55;3764
+67083;42.85201;1.95045;621;20221221;15.4;6.1;10.8;1.5;10.57;.4;.7;4557
+67083;42.85201;1.95045;621;20221222;16.9;5.6;11.2;1.8;10.27;.2;.9;5127
+67083;42.85201;1.95045;621;20221223;18.7;7.8;13.3;1.1;10.63;0;.84;5029
+67083;42.85201;1.95045;621;20221224;18.1;4.9;11.5;.9;9.13;.1;.67;5637
+67083;42.85201;1.95045;621;20221225;12.3;3.4;7.8;1.4;9.03;.1;.48;4334
+67083;42.85201;1.95045;621;20221226;14.8;4.2;9.5;1.2;9.4;0;.63;4869
+67083;42.85201;1.95045;621;20221227;13.9;3.7;8.8;1.1;9.33;.1;.58;4886
+67083;42.85201;1.95045;621;20221228;12.6;2.9;7.8;1;8.63;.1;.49;4572
+67083;42.85201;1.95045;621;20221229;12.8;2.8;7.8;1;8.6;0;.5;4833
+67083;42.85201;1.95045;621;20221230;15.6;4.6;10.1;1;9.73;.1;.54;5075
+67083;42.85201;1.95045;621;20221231;13.5;5.6;9.5;1.5;10.47;.1;.5;4014
+67084;42.87567;2.25421;425;20220101;21.3;5.9;13.6;.1;7.8;.1;.23;6547
+67084;42.87567;2.25421;425;20220102;19.6;2.4;11;.7;8.6;.2;.59;7016
+67084;42.87567;2.25421;425;20220103;15.2;5.7;10.4;.3;10;0;.42;4975
+67084;42.87567;2.25421;425;20220104;12.6;5;8.8;2.4;9;3;.81;4368
+67084;42.87567;2.25421;425;20220105;5.4;4.2;4.8;6.1;6.3;.2;1.21;1115
+67084;42.87567;2.25421;425;20220106;6.1;1.3;3.7;5;4.5;0;1.56;3307
+67084;42.87567;2.25421;425;20220107;6.5;-1.3;2.6;4;5.8;3.1;.8;4540
+67084;42.87567;2.25421;425;20220108;9.4;5.3;7.3;6.4;8;4;1.19;3030
+67084;42.87567;2.25421;425;20220109;6;6.5;6.2;6;8.7;55;.59;0
+67084;42.87567;2.25421;425;20220110;6.3;5.9;6.1;3.2;9.1;19.8;.4;242
+67084;42.87567;2.25421;425;20220111;11.3;4.6;7.9;4.2;7.3;.1;1.38;4283
+67084;42.87567;2.25421;425;20220112;10.4;2;6.2;2.1;5.6;0;1.08;4970
+67084;42.87567;2.25421;425;20220113;9.2;-5.7;1.7;.5;5.4;.1;.38;7034
+67084;42.87567;2.25421;425;20220114;13.8;-2.4;5.7;.6;4.7;.1;.57;7452
+67084;42.87567;2.25421;425;20220115;12.7;-2.6;5;.4;4.2;0;.45;7286
+67084;42.87567;2.25421;425;20220116;10.9;-2.2;4.3;1;4.4;0;.74;6733
+67084;42.87567;2.25421;425;20220117;11.3;-.5;5.4;1.1;4.5;0;.84;6406
+67084;42.87567;2.25421;425;20220118;11.1;-1.7;4.7;.5;5.6;0;.5;6790
+67084;42.87567;2.25421;425;20220119;8.5;-2.3;3.1;2.3;6.4;.4;.66;6222
+67084;42.87567;2.25421;425;20220120;7;3.9;5.4;4;7.8;.6;.68;2885
+67084;42.87567;2.25421;425;20220121;5.4;1.5;3.4;4.8;5.5;0;1.14;3408
+67084;42.87567;2.25421;425;20220122;9.4;-1.2;4.1;1.5;4.8;0;.9;6377
+67084;42.87567;2.25421;425;20220123;11.1;-3.9;3.6;2.6;5.6;0;1.08;7879
+67084;42.87567;2.25421;425;20220124;12.6;1.9;7.2;1.8;7;0;.99;6572
+67084;42.87567;2.25421;425;20220125;14.3;-1.1;6.6;.5;6.6;.1;.62;8195
+67084;42.87567;2.25421;425;20220126;15.2;-1.7;6.7;.6;6.1;.1;.7;8742
+67084;42.87567;2.25421;425;20220127;15.2;-1.2;7;1.2;5.2;0;1.08;8704
+67084;42.87567;2.25421;425;20220128;8.6;1.8;5.2;2.4;5.6;0;1.12;5302
+67084;42.87567;2.25421;425;20220129;13.2;-2.8;5.2;1.4;4.8;.1;1.1;8805
+67084;42.87567;2.25421;425;20220130;15.1;3;9;1.6;6.6;.1;1.25;7619
+67084;42.87567;2.25421;425;20220131;10.3;.5;5.4;6.5;7.7;1.4;1.03;6843
+67084;42.87567;2.25421;425;20220201;8.6;3.8;6.2;8.1;6.7;0;1.63;4539
+67084;42.87567;2.25421;425;20220202;15;6.8;10.9;4.2;9.1;0;1.68;6342
+67084;42.87567;2.25421;425;20220203;15.6;-.8;7.4;1.2;8.1;.1;.96;9528
+67084;42.87567;2.25421;425;20220204;13.8;6.1;9.9;3.6;9.4;.7;1.3;6285
+67084;42.87567;2.25421;425;20220205;11.2;7.2;9.2;4.3;8.4;.2;1.42;4300
+67084;42.87567;2.25421;425;20220206;10;.7;5.3;4.2;6.2;.1;1.41;7207
+67084;42.87567;2.25421;425;20220207;12.1;5.8;8.9;6.7;8.6;.9;1.61;5829
+67084;42.87567;2.25421;425;20220208;18.7;5.8;12.2;2.3;7.2;0;2;8913
+67084;42.87567;2.25421;425;20220209;16.8;3.2;10;1.1;7.2;0;1.24;9305
+67084;42.87567;2.25421;425;20220210;5.6;2;3.8;1.4;8.21;0;1.32;11666
+67084;42.87567;2.25421;425;20220211;11.7;2.4;7.1;2.7;8.94;.2;1.18;5800
+67084;42.87567;2.25421;425;20220212;12.4;.5;6.4;2.4;7.84;0;1.24;11366
+67084;42.87567;2.25421;425;20220213;17;3.1;10;4.2;8.94;2.1;2.02;10633
+67084;42.87567;2.25421;425;20220214;11.5;5.5;8.5;4.6;8.36;1.5;1.65;7100
+67084;42.87567;2.25421;425;20220215;11.4;4.9;8.2;6.7;7.99;.5;2.3;9026
+67084;42.87567;2.25421;425;20220216;13.7;7.9;10.8;6.4;10;2.4;1.67;6313
+67084;42.87567;2.25421;425;20220217;17.3;11.4;14.3;5.2;11.1;0;2.26;6467
+67084;42.87567;2.25421;425;20220218;19.9;6.8;13.3;2.9;10.8;1.9;1.99;10288
+67084;42.87567;2.25421;425;20220219;7.8;5.4;6.6;4.2;8.2;1.4;.92;3861
+67084;42.87567;2.25421;425;20220220;14.9;2.5;8.7;3.9;7.7;0;1.92;10250
+67084;42.87567;2.25421;425;20220221;13.8;9.1;11.4;9.7;7.9;.9;3.12;5991
+67084;42.87567;2.25421;425;20220222;14.5;6.3;10.4;5.6;7.6;0;2.48;8362
+67084;42.87567;2.25421;425;20220223;18;5.8;11.9;2;7.8;0;1.98;10568
+67084;42.87567;2.25421;425;20220224;16.5;5.1;10.8;3;8.7;.9;1.94;10314
+67084;42.87567;2.25421;425;20220225;10.4;5.9;8.1;4.6;6.8;0;1.88;6174
+67084;42.87567;2.25421;425;20220226;11.7;1.1;6.4;2.9;4.9;0;1.98;10168
+67084;42.87567;2.25421;425;20220227;14.6;-1.8;6.4;.8;6.4;.1;1.36;13068
+67084;42.87567;2.25421;425;20220228;16.2;3.5;9.8;1.8;7.2;0;1.84;11518
+67084;42.87567;2.25421;425;20220301;14.2;6.1;10.1;3;7.9;0;1.91;9103
+67084;42.87567;2.25421;425;20220302;12;5.6;8.8;2.1;9.3;2.8;1.2;8079
+67084;42.87567;2.25421;425;20220303;16.8;7;11.9;1.8;9.4;0;1.76;10376
+67084;42.87567;2.25421;425;20220304;8.6;7.3;7.9;5.4;8.7;1.5;1.15;3158
+67084;42.87567;2.25421;425;20220305;11.3;5.7;8.5;3.8;7.2;.3;1.84;7783
+67084;42.87567;2.25421;425;20220306;11.9;3.5;7.7;2.5;7;0;1.66;9890
+67084;42.87567;2.25421;425;20220307;10.5;4.1;7.3;2.4;7.1;0;1.48;8605
+67084;42.87567;2.25421;425;20220308;13.4;.9;7.1;1.5;8.1;3.5;1.47;12591
+67084;42.87567;2.25421;425;20220309;14.9;4;9.4;1.8;9.1;0;1.63;11827
+67084;42.87567;2.25421;425;20220310;13.5;4.1;8.8;1;9.1;0;1.38;11038
+67084;42.87567;2.25421;425;20220311;14;5.1;9.5;4.6;9.5;1.8;1.76;10838
+67084;42.87567;2.25421;425;20220312;8.4;8.3;8.3;2.2;9.7;11.7;.64;223
+67084;42.87567;2.25421;425;20220313;11.7;7.1;9.4;4.1;9.2;2.7;1.53;7678
+67084;42.87567;2.25421;425;20220314;11.9;3.3;7.6;5.9;9.9;10.1;1.11;11008
+67084;42.87567;2.25421;425;20220315;12.5;10.6;11.5;9.1;11.8;.6;1.3;4676
+67084;42.87567;2.25421;425;20220316;12.2;10.8;11.5;6.5;11.5;.2;1.29;3915
+67084;42.87567;2.25421;425;20220317;11.7;10;10.8;1.5;11.8;20.4;.91;4477
+67084;42.87567;2.25421;425;20220318;10.7;7.4;9;2;10.76;3.2;1.05;5250
+67084;42.87567;2.25421;425;20220319;13.6;4.5;9;1.4;10.05;.1;1.31;7850
+67084;42.87567;2.25421;425;20220320;15.7;6.6;11.1;4.6;10.31;2;1.78;8750
+67084;42.87567;2.25421;425;20220321;16.4;5.8;11.1;4.8;9.21;.9;2.73;14050
+67084;42.87567;2.25421;425;20220322;13.6;5.5;9.6;7.3;8.06;0;3.36;15382
+67084;42.87567;2.25421;425;20220323;15.9;1.4;8.7;4.9;7.66;0;2.85;18350
+67084;42.87567;2.25421;425;20220324;15;3.1;9.1;4.5;8.66;0;2.75;14922
+67084;42.87567;2.25421;425;20220325;17.2;4.8;11;3.5;8.41;0;3.04;17850
+67084;42.87567;2.25421;425;20220326;17;3.8;10.4;3.3;8.26;0;2.89;17650
+67084;42.87567;2.25421;425;20220327;19.5;2.5;11;2.8;7.91;0;3.22;17450
+67084;42.87567;2.25421;425;20220328;20.2;4.3;12.3;3.7;8.01;0;3.44;15350
+67084;42.87567;2.25421;425;20220329;17.1;7;12.1;2.9;10.36;7.2;2.19;10500
+67084;42.87567;2.25421;425;20220330;12.1;7.3;9.7;5.7;11.29;4.3;1.7;10504
+67084;42.87567;2.25421;425;20220331;11.6;7.1;9.4;5.4;9.01;4.8;2.05;8500
+67084;42.87567;2.25421;425;20220401;6.7;1.4;4;9;5.15;4.1;2.72;15750
+67084;42.87567;2.25421;425;20220402;4.9;-.8;2.1;4.8;5.2;.3;1.45;9700
+67084;42.87567;2.25421;425;20220403;7.8;-1.2;3.3;3.9;4.74;0;2.63;19037
+67084;42.87567;2.25421;425;20220404;10.4;.2;5.3;3.1;5.05;0;3;21150
+67084;42.87567;2.25421;425;20220405;14.4;-.2;7.1;5.6;6.33;0;3.83;22487
+67084;42.87567;2.25421;425;20220406;11.7;2.8;7.3;3;8.86;.4;1.52;7550
+67084;42.87567;2.25421;425;20220407;19.7;3.7;11.7;3.6;10.31;0;3.42;20050
+67084;42.87567;2.25421;425;20220408;20.7;8.2;14.4;4.3;11.21;.9;3.76;17650
+67084;42.87567;2.25421;425;20220409;12.9;6.5;9.7;4.3;8.46;1.1;2.65;13800
+67084;42.87567;2.25421;425;20220410;18.1;.6;9.3;3.8;7.81;0;3.45;23500
+67084;42.87567;2.25421;425;20220411;18.1;7.9;13;7.4;11.06;0;3.02;13350
+67084;42.87567;2.25421;425;20220412;17.5;9.1;13.3;5.7;11.56;5.2;2.49;10250
+67084;42.87567;2.25421;425;20220413;14.2;10.1;12.1;2.5;12.01;1.6;1.48;5200
+67084;42.87567;2.25421;425;20220414;21;5.3;13.1;1.8;11.11;0;3.26;20250
+67084;42.87567;2.25421;425;20220415;21.8;6.6;14.2;2.5;12.31;0;3.35;19050
+67084;42.87567;2.25421;425;20220416;21;8.6;14.8;3.9;12.31;0;3.97;22700
+67084;42.87567;2.25421;425;20220417;22.4;7;14.7;3.8;11.26;0;4.51;24550
+67084;42.87567;2.25421;425;20220418;17.5;8.8;13.1;3.6;11.11;0;3.25;18600
+67084;42.87567;2.25421;425;20220419;13.3;9.8;11.5;3.6;11.36;6.5;2;9500
+67084;42.87567;2.25421;425;20220420;10.1;6.4;8.2;1.7;10.31;33.6;.95;4400
+67084;42.87567;2.25421;425;20220421;11.3;7.4;9.4;2.6;11.11;2.1;1.06;5100
+67084;42.87567;2.25421;425;20220422;17.5;5.5;11.5;1.9;11.4;0;2.91;19700
+67084;42.87567;2.25421;425;20220423;13.7;8.1;10.9;3.3;10.86;12.7;2.04;8450
+67084;42.87567;2.25421;425;20220424;16.1;7.4;11.8;4.4;11.06;.2;2.62;13950
+67084;42.87567;2.25421;425;20220425;17.7;5;11.4;2.4;10.71;0;3.31;22500
+67084;42.87567;2.25421;425;20220426;22.5;4.7;13.6;2.4;10.76;0;4.14;24700
+67084;42.87567;2.25421;425;20220427;19;7.4;13.2;2.8;12.31;0;3;16700
+67084;42.87567;2.25421;425;20220428;16.5;10.5;13.5;2.1;13.96;1.5;1.95;10350
+67084;42.87567;2.25421;425;20220429;21.1;11.5;16.3;2.9;14.36;0;3.91;21700
+67084;42.87567;2.25421;425;20220430;19.8;12.3;16.1;3.8;13.21;0;3.59;16850
+67084;42.87567;2.25421;425;20220501;19.8;9.3;14.5;3.1;12.01;1.5;3.86;21750
+67084;42.87567;2.25421;425;20220502;15.4;10.4;12.9;2.3;12.66;5.6;2.25;11400
+67084;42.87567;2.25421;425;20220503;17.8;10.6;14.2;2.1;13.11;2.5;2.51;12800
+67084;42.87567;2.25421;425;20220504;17.5;9.8;13.6;2.6;13.11;.8;2.47;13200
+67084;42.87567;2.25421;425;20220505;17.8;9.4;13.6;3.1;12.06;3.1;2.92;15200
+67084;42.87567;2.25421;425;20220506;16.5;11.5;14;6.1;10.8;.2;3.13;12581
+67084;42.87567;2.25421;425;20220507;20.7;12.2;16.4;5.4;11.1;.5;4.24;16804
+67084;42.87567;2.25421;425;20220508;22.1;13.7;17.9;3;12;.3;3.87;16777
+67084;42.87567;2.25421;425;20220509;25.8;10.4;18.1;1;12.2;.2;4.06;23192
+67084;42.87567;2.25421;425;20220510;27.1;10.9;19;1.1;12.4;0;4.32;23918
+67084;42.87567;2.25421;425;20220511;27.1;11.5;19.3;1.5;14.1;0;4.41;23552
+67084;42.87567;2.25421;425;20220512;24.2;12.8;18.5;2;14.9;0;3.82;20065
+67084;42.87567;2.25421;425;20220513;25.2;13.8;19.5;1.1;15.4;.2;3.74;20147
+67084;42.87567;2.25421;425;20220514;27.9;13.1;20.5;1.3;15.9;0;4.39;23194
+67084;42.87567;2.25421;425;20220515;26.6;12;19.3;1.6;15.6;.4;4.29;23118
+67084;42.87567;2.25421;425;20220516;28.2;12.7;20.4;.8;16.5;.1;4.32;23942
+67084;42.87567;2.25421;425;20220517;29.8;14.2;22;1.1;16.9;0;4.65;24110
+67084;42.87567;2.25421;425;20220518;30;17.4;23.7;2.7;15.1;0;5.43;21638
+67084;42.87567;2.25421;425;20220519;23.9;15.5;19.7;3.4;17.7;.1;3.6;17535
+67084;42.87567;2.25421;425;20220520;31;14.1;22.5;1.5;17.5;.1;5.11;25396
+67084;42.87567;2.25421;425;20220521;30.2;14.6;22.4;1.1;18.5;.1;4.73;24437
+67084;42.87567;2.25421;425;20220522;30.8;14.5;22.6;1.2;18.8;0;4.91;25080
+67084;42.87567;2.25421;425;20220523;18.5;16.5;17.5;2.7;15.5;0;2.14;8129
+67084;42.87567;2.25421;425;20220524;14.6;11.6;13.1;2.9;11.9;12.3;2.06;10223
+67084;42.87567;2.25421;425;20220525;17.5;9.7;13.6;5.1;11.2;0;3.26;17176
+67084;42.87567;2.25421;425;20220526;19.7;12.3;16;5.3;11.9;0;3.85;16749
+67084;42.87567;2.25421;425;20220527;23.4;13.9;18.6;4.4;13.2;0;4.57;19167
+67084;42.87567;2.25421;425;20220528;25.1;13.7;19.4;3.3;13.4;0;4.76;21149
+67084;42.87567;2.25421;425;20220529;25.6;14.1;19.8;2.4;9.9;.1;4.99;21297
+67084;42.87567;2.25421;425;20220530;26.1;10.3;18.2;1;11.4;2.3;4.46;25201
+67084;42.87567;2.25421;425;20220531;27.4;13.3;20.3;.8;15.1;0;4.36;23800
+67084;42.87567;2.25421;425;20220601;28.7;13.6;21.1;1.7;16;0;4.93;24717
+67084;42.87567;2.25421;425;20220602;22.6;13.6;18.1;1.7;16.8;0;3.39;18880
+67084;42.87567;2.25421;425;20220603;27.4;15.7;21.5;1.9;18.2;.2;4.41;21714
+67084;42.87567;2.25421;425;20220604;28.5;16.4;22.4;2;19.6;0;4.58;22139
+67084;42.87567;2.25421;425;20220605;23.7;17.1;20.4;2.9;16.9;0;3.66;16103
+67084;42.87567;2.25421;425;20220606;30.5;13.9;22.2;1.3;16.2;10.4;5.19;26195
+67084;42.87567;2.25421;425;20220607;21.6;15.5;18.5;3;16.7;0;3.15;15488
+67084;42.87567;2.25421;425;20220608;22.5;14;18.2;3;16.3;3;3.54;18497
+67084;42.87567;2.25421;425;20220609;22.6;12.8;17.7;6.1;13.8;0;4.47;19964
+67084;42.87567;2.25421;425;20220610;28.6;12.5;20.5;2.6;12.9;0;5.64;25914
+67084;42.87567;2.25421;425;20220611;33;13.3;23.1;.9;12.4;0;5.55;28806
+67084;42.87567;2.25421;425;20220612;30.4;16.4;23.4;1.9;16.6;3.3;5.3;24141
+67084;42.87567;2.25421;425;20220613;29.4;16.8;23.1;1.5;19.5;.1;4.71;22867
+67084;42.87567;2.25421;425;20220614;33.8;17.4;25.6;1.5;17.4;1.9;5.8;26255
+67084;42.87567;2.25421;425;20220615;34.7;18.3;26.5;1.7;16.1;0;6.13;26271
+67084;42.87567;2.25421;425;20220616;36;18.8;27.4;1.3;19;0;6.03;26944
+67084;42.87567;2.25421;425;20220617;37.8;19;28.4;.9;17.2;0;6.06;28228
+67084;42.87567;2.25421;425;20220618;31.9;19.5;25.7;3.6;16.2;0;6.48;22735
+67084;42.87567;2.25421;425;20220619;35.6;19.1;27.3;4.4;15.4;0;8.26;26392
+67084;42.87567;2.25421;425;20220620;28.1;18.5;23.3;2;19.2;0;4.42;19884
+67084;42.87567;2.25421;425;20220621;25.2;20;22.6;2.2;21.5;1.1;3.23;14357
+67084;42.87567;2.25421;425;20220622;28.2;20;24.1;3.5;17.2;.6;5.11;18295
+67084;42.87567;2.25421;425;20220623;29.3;15.7;22.5;1.7;17.7;2.7;4.94;23859
+67084;42.87567;2.25421;425;20220624;21.5;14.6;18;1;16;1;3.08;16687
+67084;42.87567;2.25421;425;20220625;29.5;12.7;21.1;1.9;16.3;7.3;5.3;26616
+67084;42.87567;2.25421;425;20220626;19.7;15.1;17.4;1.2;16.4;.3;2.54;13419
+67084;42.87567;2.25421;425;20220627;17.8;14.2;16;3.5;14.6;0;2.44;11742
+67084;42.87567;2.25421;425;20220628;25.4;15.7;20.5;4.3;13.1;0;5.28;19934
+67084;42.87567;2.25421;425;20220629;31.1;12.4;21.7;1.6;14.2;.8;5.67;28063
+67084;42.87567;2.25421;425;20220630;17.2;16;16.6;3.2;15.6;.1;1.77;6318
+67084;42.87567;2.25421;425;20220701;23;12.1;17.5;2.8;12.6;0;4.28;21135
+67084;42.87567;2.25421;425;20220702;32.1;10.2;21.1;1.2;13.4;0;5.77;30363
+67084;42.87567;2.25421;425;20220703;32.5;15.1;23.8;1.6;16.2;.1;5.73;26917
+67084;42.87567;2.25421;425;20220704;28.1;17.9;23;3;18;0;4.85;20335
+67084;42.87567;2.25421;425;20220705;28.9;19.9;24.4;4;17.2;.4;5.5;19010
+67084;42.87567;2.25421;425;20220706;26.2;19.6;22.9;3.2;14.8;0;4.7;16103
+67084;42.87567;2.25421;425;20220707;26.9;18.3;22.6;6.6;14.2;0;6.28;18499
+67084;42.87567;2.25421;425;20220708;29;18.3;23.6;5.3;14.4;0;6.54;20720
+67084;42.87567;2.25421;425;20220709;32.9;17.7;25.3;2.6;12.9;0;6.49;24851
+67084;42.87567;2.25421;425;20220710;34.2;17.8;26;1.6;12.4;0;5.99;25804
+67084;42.87567;2.25421;425;20220711;35.1;15.9;25.5;1.6;12.3;0;6.3;27949
+67084;42.87567;2.25421;425;20220712;36.6;18.2;27.4;1.2;14;0;6.02;27279
+67084;42.87567;2.25421;425;20220713;35.5;18.9;27.2;1.5;13.6;0;6.03;25800
+67084;42.87567;2.25421;425;20220714;37.8;18;27.9;1.3;14.9;0;6.34;28208
+67084;42.87567;2.25421;425;20220715;36.4;22.1;29.2;2.2;13.8;0;6.62;23756
+67084;42.87567;2.25421;425;20220716;38.7;18.4;28.5;1.1;12.3;0;6.2;28432
+67084;42.87567;2.25421;425;20220717;37.6;18.2;27.9;1.6;11.8;0;6.57;27698
+67084;42.87567;2.25421;425;20220718;34.1;21.6;27.8;4.1;14.3;0;7.49;21965
+67084;42.87567;2.25421;425;20220719;31.2;22.3;26.7;3.2;22.1;0;5.07;18316
+67084;42.87567;2.25421;425;20220720;30.1;21.2;25.6;3;18.3;0;5.13;18261
+67084;42.87567;2.25421;425;20220721;34.7;19.1;26.9;1.6;16.1;0;5.75;24442
+67084;42.87567;2.25421;425;20220722;34.1;19.6;26.8;2.4;17;.4;6.09;23452
+67084;42.87567;2.25421;425;20220723;27.8;17.2;22.5;3.4;16.6;0;4.93;19833
+67084;42.87567;2.25421;425;20220724;36.6;16.4;26.5;1.3;15.7;0;6.03;27685
+67084;42.87567;2.25421;425;20220725;24.6;18.8;21.7;3.3;17.9;1.2;3.66;14296
+67084;42.87567;2.25421;425;20220726;25.1;17.7;21.4;5.2;16;.2;4.64;16224
+67084;42.87567;2.25421;425;20220727;28.7;17.9;23.3;4.1;12.7;0;6.05;19745
+67084;42.87567;2.25421;425;20220728;30.2;16.5;23.3;1.1;13.2;0;4.61;22286
+67084;42.87567;2.25421;425;20220729;23.3;18.2;20.7;2;16.9;5.3;3.09;13134
+67084;42.87567;2.25421;425;20220730;29.8;18.3;24;3;16.6;0;5.23;20169
+67084;42.87567;2.25421;425;20220731;32.5;18.3;25.4;2.3;16.1;0;5.59;22436
+67084;42.87567;2.25421;425;20220801;34.1;20;27;2;16.1;0;5.66;22259
+67084;42.87567;2.25421;425;20220802;36.1;20;28;1.2;13;0;5.4;23754
+67084;42.87567;2.25421;425;20220803;35.9;17.8;26.8;1.5;14.7;.1;5.77;25138
+67084;42.87567;2.25421;425;20220804;33.6;19.3;26.4;1.5;20.8;2.9;4.99;22127
+67084;42.87567;2.25421;425;20220805;31;19.6;25.3;2.1;19.8;.1;4.68;19552
+67084;42.87567;2.25421;425;20220806;33.2;19.8;26.5;2.1;18.1;0;5.31;21185
+67084;42.87567;2.25421;425;20220807;34.6;20.6;27.6;1.5;15.9;.1;5.21;21572
+67084;42.87567;2.25421;425;20220808;35.5;18;26.7;1.1;11.4;0;5.18;24122
+67084;42.87567;2.25421;425;20220809;35.3;17.6;26.4;1;11.5;0;5.04;24143
+67084;42.87567;2.25421;425;20220810;36.3;18.2;27.2;1.6;15.4;0;5.72;24301
+67084;42.87567;2.25421;425;20220811;34.3;19.3;26.8;1.5;21.3;0;4.97;21912
+67084;42.87567;2.25421;425;20220812;38.6;18.9;28.7;1.4;17.4;0;5.84;25129
+67084;42.87567;2.25421;425;20220813;36.6;22.1;29.3;1.4;18.7;7.1;5.2;21292
+67084;42.87567;2.25421;425;20220814;27.8;19.8;23.8;2.5;18.8;0;3.93;15456
+67084;42.87567;2.25421;425;20220815;28.8;19.5;24.1;1.9;16.6;.1;4.11;16650
+67084;42.87567;2.25421;425;20220816;32.6;14.8;23.7;2.3;15.7;0;5.41;23302
+67084;42.87567;2.25421;425;20220817;23.8;15.8;19.8;2.3;16.3;2.1;3.25;15183
+67084;42.87567;2.25421;425;20220818;23.7;16.4;20;5.3;15.2;1.1;4.08;14367
+67084;42.87567;2.25421;425;20220819;27;15.7;21.3;4.8;14.6;0;5.07;18019
+67084;42.87567;2.25421;425;20220820;30.7;16.5;23.6;2.2;14.9;0;4.84;20199
+67084;42.87567;2.25421;425;20220821;28.6;19;23.8;3;15.7;.2;4.61;16315
+67084;42.87567;2.25421;425;20220822;26.6;18.4;22.5;5.2;17.4;.5;4.5;14900
+67084;42.87567;2.25421;425;20220823;31.1;19.2;25.1;3.2;17.9;0;5.03;18044
+67084;42.87567;2.25421;425;20220824;34.4;16.9;25.6;1.2;16.1;1.8;4.67;21958
+67084;42.87567;2.25421;425;20220825;30;20.7;25.3;1.8;18.4;1.9;3.92;15613
+67084;42.87567;2.25421;425;20220826;29.8;19.9;24.8;3.5;18;.1;4.73;16029
+67084;42.87567;2.25421;425;20220827;31.5;18.1;24.8;1.5;16.3;0;4.23;18687
+67084;42.87567;2.25421;425;20220828;34.3;16.3;25.3;.9;14.1;.1;4.31;21670
+67084;42.87567;2.25421;425;20220829;32.2;17.9;25;1.7;17.2;4;4.4;19060
+67084;42.87567;2.25421;425;20220830;32.6;16;24.3;1.8;17.4;0;4.57;20465
+67084;42.87567;2.25421;425;20220831;27.2;18.4;22.8;1.7;16.6;3.2;3.39;14503
+67084;42.87567;2.25421;425;20220901;30.7;17.8;24.2;1.2;15.8;.9;3.78;17645
+67084;42.87567;2.25421;425;20220902;26.8;16;21.4;1.3;16.8;5.6;3.19;15930
+67084;42.87567;2.25421;425;20220903;27.9;17.4;22.6;1.1;18.8;.2;3.13;15568
+67084;42.87567;2.25421;425;20220904;28.4;15.5;21.9;2.7;19.2;0;3.73;17231
+67084;42.87567;2.25421;425;20220905;31.4;18.5;24.9;2.5;21.2;0;4.13;17091
+67084;42.87567;2.25421;425;20220906;33.3;19.2;26.2;1.7;21.1;1.3;4.13;17768
+67084;42.87567;2.25421;425;20220907;26.5;15.7;21.1;1.9;17.9;.4;3.15;15290
+67084;42.87567;2.25421;425;20220908;28.1;14.1;21.1;1;12.9;0;3.3;17405
+67084;42.87567;2.25421;425;20220909;22.8;14.6;18.7;1.5;14.1;0;2.64;12960
+67084;42.87567;2.25421;425;20220910;29.1;13;21;1.5;13.3;0;3.72;18420
+67084;42.87567;2.25421;425;20220911;33.2;13.3;23.2;1;14.4;0;3.87;20416
+67084;42.87567;2.25421;425;20220912;26.3;16.1;21.2;1.8;18.8;0;2.88;14189
+67084;42.87567;2.25421;425;20220913;28.9;19.8;24.3;1.3;18.7;4.2;3.01;13221
+67084;42.87567;2.25421;425;20220914;28.2;17.4;22.8;1.8;17;.9;3.29;14363
+67084;42.87567;2.25421;425;20220915;28.8;15.2;22;1.6;16.8;6.6;3.33;16095
+67084;42.87567;2.25421;425;20220916;22.7;17.2;19.9;4.3;16.7;.3;2.85;9756
+67084;42.87567;2.25421;425;20220917;22.2;14.1;18.1;4.7;10.4;0;4.09;11947
+67084;42.87567;2.25421;425;20220918;26.2;8.3;17.2;1;6.9;0;3.04;18096
+67084;42.87567;2.25421;425;20220919;27.3;7.6;17.4;1.4;6.9;0;3.49;18852
+67084;42.87567;2.25421;425;20220920;26.5;11.4;18.9;1.8;7.8;0;3.6;16213
+67084;42.87567;2.25421;425;20220921;25.2;12.1;18.6;1.1;8.8;0;2.81;14878
+67084;42.87567;2.25421;425;20220922;25.2;9.9;17.5;1.1;11.6;0;2.72;16001
+67084;42.87567;2.25421;425;20220923;24.9;11.1;18;1.7;14.3;24.6;2.74;14988
+67084;42.87567;2.25421;425;20220924;18;14.4;16.2;2.1;14.1;7.7;1.69;7062
+67084;42.87567;2.25421;425;20220925;17.4;9.8;13.6;2.1;10.9;0;2.01;10621
+67084;42.87567;2.25421;425;20220926;20;10.5;15.2;3.4;10.6;.7;2.84;11870
+67084;42.87567;2.25421;425;20220927;16.8;11.4;14.1;5.4;11.7;2.3;2.3;8593
+67084;42.87567;2.25421;425;20220928;20.7;13.3;17;6.2;13.3;2.2;3.07;10125
+67084;42.87567;2.25421;425;20220929;18.5;12.7;15.6;3.8;11.6;10.5;2.49;8743
+67084;42.87567;2.25421;425;20220930;16.3;9.4;12.8;3.9;10.9;2.9;2.04;9522
+67084;42.87567;2.25421;425;20221001;24;8.5;16.2;1.8;11.4;.1;2.67;14631
+67084;42.87567;2.25421;425;20221002;25.5;10.8;18.1;1.1;14.2;0;2.34;14061
+67084;42.87567;2.25421;425;20221003;24.4;13.9;19.1;1.2;14.3;.1;2.19;11586
+67084;42.87567;2.25421;425;20221004;26.2;9.5;17.8;.8;13.4;.1;2.25;14716
+67084;42.87567;2.25421;425;20221005;22.4;11;16.7;2.1;14.6;0;2.12;11836
+67084;42.87567;2.25421;425;20221006;22.5;14.8;18.6;1.8;15.3;.2;2.01;9426
+67084;42.87567;2.25421;425;20221007;20.3;10.1;15.2;1.2;14.6;.4;1.62;10876
+67084;42.87567;2.25421;425;20221008;20.1;15.2;17.6;.9;16.2;1.1;1.37;7125
+67084;42.87567;2.25421;425;20221009;22.3;10.4;16.3;1.3;13.8;.2;1.88;11549
+67084;42.87567;2.25421;425;20221010;22.9;11.8;17.3;1.8;14.5;.2;2.03;10982
+67084;42.87567;2.25421;425;20221011;23.1;11.6;17.3;.7;14.4;.2;1.69;11060
+67084;42.87567;2.25421;425;20221012;23.4;11.6;17.5;.9;14;.8;1.77;11078
+67084;42.87567;2.25421;425;20221013;23.7;11.2;17.4;1.2;13.6;.1;1.91;11290
+67084;42.87567;2.25421;425;20221014;23.7;17.1;20.4;3.4;14.8;.3;2.74;7814
+67084;42.87567;2.25421;425;20221015;27.4;10.4;18.9;1;14.7;.2;2.08;13013
+67084;42.87567;2.25421;425;20221016;24.3;13.4;18.8;3;16.8;0;2.17;10080
+67084;42.87567;2.25421;425;20221017;24.6;18;21.3;4.8;17.7;.1;2.79;7510
+67084;42.87567;2.25421;425;20221018;24.4;15.5;19.9;2.5;17.5;.1;2.02;8774
+67084;42.87567;2.25421;425;20221019;22.7;15;18.8;1.7;17.6;1;1.55;7981
+67084;42.87567;2.25421;425;20221020;25.9;15.6;20.7;3.5;15.1;2;2.93;9272
+67084;42.87567;2.25421;425;20221021;23.3;20.5;21.9;1.4;12.8;0;1.93;4268
+67084;42.87567;2.25421;425;20221022;25.6;13.4;19.5;1.7;14.1;0;2.11;9919
+67084;42.87567;2.25421;425;20221023;30.2;14.3;22.2;2.3;11.9;.8;3.21;11324
+67084;42.87567;2.25421;425;20221024;25.7;17.2;21.4;1.8;11.1;0;2.46;7889
+67084;42.87567;2.25421;425;20221025;20.6;12.8;16.7;1.2;12.9;0;1.43;7411
+67084;42.87567;2.25421;425;20221026;21.5;10.8;16.1;.7;14.6;.1;1.22;8741
+67084;42.87567;2.25421;425;20221027;21.7;13.7;17.7;1.4;16.6;0;1.29;7315
+67084;42.87567;2.25421;425;20221028;23.9;14.1;19;1.6;16.2;.1;1.6;8097
+67084;42.87567;2.25421;425;20221029;21.5;13.3;17.4;3.2;15.3;.1;1.74;7217
+67084;42.87567;2.25421;425;20221030;23.3;14.9;19.1;3.2;14.5;0;2.26;7217
+67084;42.87567;2.25421;425;20221031;24.2;12.5;18.3;1.3;14.5;1;1.55;8590
+67084;42.87567;2.25421;425;20221101;19.2;12.8;16;1.7;13.6;0;1.28;5994
+67084;42.87567;2.25421;425;20221102;21.7;12.5;17.1;1.2;11.9;.1;1.43;7295
+67084;42.87567;2.25421;425;20221103;17.5;8.1;12.8;1.2;10.9;3.1;1.1;7284
+67084;42.87567;2.25421;425;20221104;12.2;9.2;10.7;5.2;9.2;6.8;1.64;3602
+67084;42.87567;2.25421;425;20221105;15.4;8.4;11.9;4.6;9;.1;2.01;5973
+67084;42.87567;2.25421;425;20221106;20.2;2.9;11.5;.8;8;.1;1.11;9861
+67084;42.87567;2.25421;425;20221107;19.1;5.1;12.1;1.4;9.9;.2;1.22;8650
+67084;42.87567;2.25421;425;20221108;18.4;9.2;13.8;.8;11.7;0;.93;6721
+67084;42.87567;2.25421;425;20221109;18.7;8.5;13.6;1.8;11.8;4.1;1.19;7038
+67084;42.87567;2.25421;425;20221110;16.6;9.1;12.8;2.1;10.9;0;1.2;5806
+67084;42.87567;2.25421;425;20221111;19.4;6.5;12.9;7.2;12.3;0;1.86;7839
+67084;42.87567;2.25421;425;20221112;19.4;15.4;17.4;4.1;13.9;.2;1.92;3843
+67084;42.87567;2.25421;425;20221113;19.7;7.4;13.5;.8;11.2;0;.91;7436
+67084;42.87567;2.25421;425;20221114;18.8;8.9;13.8;.7;12;0;.82;6479
+67084;42.87567;2.25421;425;20221115;17;9.9;13.4;1;12.4;2.2;.8;5256
+67084;42.87567;2.25421;425;20221116;18.3;9.6;13.9;1.4;11.5;0;1.04;5855
+67084;42.87567;2.25421;425;20221117;16.7;8.1;12.4;1;11.4;8.4;.79;5742
+67084;42.87567;2.25421;425;20221118;13.9;8.5;11.2;3.9;9.7;1.1;1.39;4275
+67084;42.87567;2.25421;425;20221119;9.1;5.9;7.5;5;8.7;3.4;.9;3007
+67084;42.87567;2.25421;425;20221120;14.5;3.7;9.1;3.6;8.5;2.3;1.32;6328
+67084;42.87567;2.25421;425;20221121;11.2;7;9.1;3.2;9.9;15.8;.78;3505
+67084;42.87567;2.25421;425;20221122;9.5;5.4;7.4;5.5;8.1;8.6;1.13;3407
+67084;42.87567;2.25421;425;20221123;14.1;6.5;10.3;2.7;9.9;10.7;.98;4960
+67084;42.87567;2.25421;425;20221124;14.4;8;11.2;1.5;8.6;0;1.01;4414
+67084;42.87567;2.25421;425;20221125;13.3;7.1;10.2;3.2;9.5;4.8;1.09;4279
+67084;42.87567;2.25421;425;20221126;15.4;5.1;10.2;2;7.6;0;1.22;5758
+67084;42.87567;2.25421;425;20221127;12.4;3.8;8.1;1.3;7.8;0;.74;5117
+67084;42.87567;2.25421;425;20221128;10.2;6.6;8.4;4;8.9;6.2;.95;2906
+67084;42.87567;2.25421;425;20221129;9.2;6.6;7.9;3.3;9;5.4;.76;2285
+67084;42.87567;2.25421;425;20221130;10.9;3.8;7.3;1;7.9;.1;.58;4419
+67084;42.87567;2.25421;425;20221201;6;.5;3.2;1.1;6.9;.1;.41;3727
+67084;42.87567;2.25421;425;20221202;8.5;1.4;4.9;1;6.8;0;.52;4339
+67084;42.87567;2.25421;425;20221203;7.6;-.4;3.6;.7;6.6;0;.4;4631
+67084;42.87567;2.25421;425;20221204;9.8;3.3;6.5;.8;6.7;0;.57;4037
+67084;42.87567;2.25421;425;20221205;13.8;-2.2;5.8;.9;6.4;.1;.57;6882
+67084;42.87567;2.25421;425;20221206;14.9;3.7;9.3;.8;8.6;.1;.57;5547
+67084;42.87567;2.25421;425;20221207;14.9;7;10.9;1;9.6;0;.67;4459
+67084;42.87567;2.25421;425;20221208;9.2;5.3;7.2;1.8;9.1;1;.51;2801
+67084;42.87567;2.25421;425;20221209;14;4.9;9.4;.9;9.5;3.7;.54;4804
+67084;42.87567;2.25421;425;20221210;4.9;5.9;5.4;4.4;7.2;0;.9;0
+67084;42.87567;2.25421;425;20221211;7.1;-4.9;1.1;1.1;4.2;0;.54;5615
+67084;42.87567;2.25421;425;20221212;8.1;1.2;4.6;2;6.6;4.7;.65;3985
+67084;42.87567;2.25421;425;20221213;10.8;1.8;6.3;1.1;8.7;1.8;.4;4681
+67084;42.87567;2.25421;425;20221214;15.2;7.5;11.3;1.7;10.7;.7;.74;4235
+67084;42.87567;2.25421;425;20221215;14.5;8.7;11.6;3.1;11;2.9;.95;3525
+67084;42.87567;2.25421;425;20221216;12.2;8.1;10.1;1.1;10.5;3.4;.55;2788
+67084;42.87567;2.25421;425;20221217;7.2;5.6;6.4;1.6;8.8;0;.47;1343
+67084;42.87567;2.25421;425;20221218;11.4;1;6.2;2.4;8.3;0;.58;5045
+67084;42.87567;2.25421;425;20221219;14.7;5.4;10;1.4;9.4;0;.69;4708
+67084;42.87567;2.25421;425;20221220;14.4;5.9;10.1;.9;9.7;1.7;.55;4452
+67084;42.87567;2.25421;425;20221221;16.9;7;11.9;1.3;10.8;.1;.7;4887
+67084;42.87567;2.25421;425;20221222;18.7;8.2;13.4;1.2;10.8;0;.8;5066
+67084;42.87567;2.25421;425;20221223;20.2;10.4;15.3;.7;11.4;0;.68;4863
+67084;42.87567;2.25421;425;20221224;19.6;6.5;13;.5;10.3;0;.5;5794
+67084;42.87567;2.25421;425;20221225;13.3;7.1;10.2;.8;9.9;.1;.54;3666
+67084;42.87567;2.25421;425;20221226;16.8;6.3;11.5;.8;10.4;.1;.56;5099
+67084;42.87567;2.25421;425;20221227;14.4;5.7;10;1.2;10;0;.59;4560
+67084;42.87567;2.25421;425;20221228;13.6;4.9;9.2;1.3;9.4;0;.6;4575
+67084;42.87567;2.25421;425;20221229;13.9;3.9;8.9;1.1;9.5;0;.53;5000
+67084;42.87567;2.25421;425;20221230;16.2;6.4;11.3;.9;10.5;0;.58;4961
+67084;42.87567;2.25421;425;20221231;16.4;7.9;12.1;1.6;11.2;0;.76;4570
+67085;42.89843;2.55818;340;20220101;14.4;6;10.2;1;8.09;.1;.72;4913
+67085;42.89843;2.55818;340;20220102;15.3;2.9;9.1;2.7;9.19;.2;.96;6193
+67085;42.89843;2.55818;340;20220103;16.3;8;12.1;2.6;9.49;.1;1.3;4934
+67085;42.89843;2.55818;340;20220104;9.7;4.4;7;2.9;9.49;1.6;.47;3789
+67085;42.89843;2.55818;340;20220105;6.9;5.4;6.1;9.2;5.99;.1;2.02;1614
+67085;42.89843;2.55818;340;20220106;7.4;2.9;5.1;8.7;4.29;0;2.54;3473
+67085;42.89843;2.55818;340;20220107;7.9;2.4;5.1;8;5.69;2.9;1.79;3964
+67085;42.89843;2.55818;340;20220108;11.6;6.6;9.1;8.6;7.69;4.8;2.13;3770
+67085;42.89843;2.55818;340;20220109;7.1;7;7;7.7;8.79;48.6;.88;0
+67085;42.89843;2.55818;340;20220110;7.9;6.7;7.3;5.7;8.99;10.9;.79;1427
+67085;42.89843;2.55818;340;20220111;12.4;6.7;9.5;9;6.69;0;2.81;4196
+67085;42.89843;2.55818;340;20220112;11.7;5.6;8.6;7.1;4.99;0;2.98;4414
+67085;42.89843;2.55818;340;20220113;9.3;-2;3.6;1.9;4.59;0;.97;6388
+67085;42.89843;2.55818;340;20220114;10.2;-3.1;3.5;2.1;4.89;.1;1;7073
+67085;42.89843;2.55818;340;20220115;13.8;.7;7.2;4;3.69;0;2.45;7083
+67085;42.89843;2.55818;340;20220116;12.4;3.6;8;4.8;3.99;0;2.67;5704
+67085;42.89843;2.55818;340;20220117;12.1;5.4;8.7;6.1;4.09;0;3.15;4917
+67085;42.89843;2.55818;340;20220118;13.6;3.5;8.5;3.4;5.59;0;1.9;6308
+67085;42.89843;2.55818;340;20220119;10.2;-.4;4.9;4.8;6.39;.2;1.28;6556
+67085;42.89843;2.55818;340;20220120;9;5.4;7.2;7.9;7.39;.2;1.6;3493
+67085;42.89843;2.55818;340;20220121;6.1;3.1;4.6;9.9;5.19;0;2.04;3152
+67085;42.89843;2.55818;340;20220122;11.3;1.6;6.4;6;4.39;0;2.56;6453
+67085;42.89843;2.55818;340;20220123;9.3;-1.9;3.7;2.3;5.79;0;.92;7083
+67085;42.89843;2.55818;340;20220124;5.6;3;4.3;1.9;7.32;0;.85;6700
+67085;42.89843;2.55818;340;20220125;13.8;1.5;7.6;1.3;7.05;0;.86;7654
+67085;42.89843;2.55818;340;20220126;17.1;1.9;9.5;4.1;5.19;0;2.67;8704
+67085;42.89843;2.55818;340;20220127;15.8;4.1;9.9;5.9;4.39;0;3.49;7622
+67085;42.89843;2.55818;340;20220128;14.1;6.8;10.4;8.4;5.19;0;3.8;5910
+67085;42.89843;2.55818;340;20220129;15.4;7.5;11.4;6.9;4.29;0;4.11;6264
+67085;42.89843;2.55818;340;20220130;16.6;9;12.8;6.9;7.29;0;3.39;6208
+67085;42.89843;2.55818;340;20220131;11.8;5.8;8.8;11.9;7.59;1.2;2.45;5490
+67085;42.89843;2.55818;340;20220201;10.2;5.1;7.6;11.8;6.49;0;2.57;5061
+67085;42.89843;2.55818;340;20220202;14.9;8.2;11.5;8.4;8.19;0;2.89;6012
+67085;42.89843;2.55818;340;20220203;18.2;6.1;12.1;4.2;6.29;0;2.92;8495
+67085;42.89843;2.55818;340;20220204;16.1;9.4;12.7;7.3;9.09;.3;2.79;6177
+67085;42.89843;2.55818;340;20220205;13.2;8.7;10.9;8.3;8.09;.1;2.65;4971
+67085;42.89843;2.55818;340;20220206;11;5.2;8.1;8.1;6.09;.1;2.61;5845
+67085;42.89843;2.55818;340;20220207;14.2;7.8;11;10.8;8.19;.3;2.99;6270
+67085;42.89843;2.55818;340;20220208;14.5;8;11.2;3.8;7.49;0;2.16;6413
+67085;42.89843;2.55818;340;20220209;13.4;1.2;7.3;1.2;7.79;0;1;9237
+67085;42.89843;2.55818;340;20220210;8.1;5;6.5;2.1;9.67;0;1.3;10663
+67085;42.89843;2.55818;340;20220211;13.9;3.2;8.5;3.9;9.27;0;1.62;8507
+67085;42.89843;2.55818;340;20220212;10.3;.7;5.5;2.6;7.93;0;1.17;11648
+67085;42.89843;2.55818;340;20220213;14.4;4.5;9.4;4.8;10.27;.7;1.67;10201
+67085;42.89843;2.55818;340;20220214;11.8;7.6;9.7;6;8.83;.5;2.13;6571
+67085;42.89843;2.55818;340;20220215;12.1;6.1;9.1;7.1;7.7;.7;2.68;10181
+67085;42.89843;2.55818;340;20220216;14.1;9.3;11.7;7.7;9.69;2.2;2.25;6025
+67085;42.89843;2.55818;340;20220217;17.2;12.9;15;7.2;10.59;0;3.04;5735
+67085;42.89843;2.55818;340;20220218;20.7;5;12.8;4;10.09;.3;2.54;11921
+67085;42.89843;2.55818;340;20220219;8.3;7.1;7.7;6.9;7.69;.5;1.59;2695
+67085;42.89843;2.55818;340;20220220;15.9;5.8;10.8;8.2;7.49;0;3.25;9635
+67085;42.89843;2.55818;340;20220221;15.2;10.7;12.9;11.8;7.59;.5;4.23;6220
+67085;42.89843;2.55818;340;20220222;14.8;8;11.4;8.6;7.19;0;3.46;7955
+67085;42.89843;2.55818;340;20220223;18;7.7;12.8;4;7.69;0;2.86;10125
+67085;42.89843;2.55818;340;20220224;17.3;4.7;11;3.5;8.79;.1;2.2;11437
+67085;42.89843;2.55818;340;20220225;11.2;7.7;9.4;7;6.39;.1;2.79;5684
+67085;42.89843;2.55818;340;20220226;11.1;.8;5.9;3.4;4.69;0;2.12;10520
+67085;42.89843;2.55818;340;20220227;13.5;-.8;6.3;1.3;6.69;0;1.44;12711
+67085;42.89843;2.55818;340;20220228;16.4;2.7;9.5;2.1;7.29;0;1.98;12577
+67085;42.89843;2.55818;340;20220301;13.3;9.1;11.2;4.8;8.29;0;2.28;6653
+67085;42.89843;2.55818;340;20220302;12.4;8.1;10.2;2.5;9.49;1;1.39;6830
+67085;42.89843;2.55818;340;20220303;16.1;8.8;12.4;2.8;8.99;.1;2.11;9283
+67085;42.89843;2.55818;340;20220304;12.7;7.4;10;7.5;8.39;.7;2.35;7876
+67085;42.89843;2.55818;340;20220305;11.9;7;9.4;7.8;6.79;.1;2.85;7633
+67085;42.89843;2.55818;340;20220306;12.8;6.3;9.5;4.7;6.59;0;2.54;9036
+67085;42.89843;2.55818;340;20220307;8.4;2.5;5.4;2.4;6.99;0;1.24;8671
+67085;42.89843;2.55818;340;20220308;14.4;1.2;7.8;2.4;8.19;1.9;1.76;13567
+67085;42.89843;2.55818;340;20220309;14.3;4.7;9.5;3.2;8.99;0;1.83;11573
+67085;42.89843;2.55818;340;20220310;14.2;4.7;9.4;1;9.29;0;1.48;11642
+67085;42.89843;2.55818;340;20220311;14.1;5.7;9.9;4.8;9.79;5.4;1.82;11020
+67085;42.89843;2.55818;340;20220312;8.6;8.7;8.6;3.1;10.29;35;.61;0
+67085;42.89843;2.55818;340;20220313;11;7.3;9.1;3.7;9.79;7.2;1.28;7182
+67085;42.89843;2.55818;340;20220314;11;1.4;6.2;6.8;10.79;15;.41;12247
+67085;42.89843;2.55818;340;20220315;11.4;10.3;10.8;8.5;12.79;2.1;.58;3603
+67085;42.89843;2.55818;340;20220316;11.8;10.4;11.1;4.5;12.49;.2;.85;4231
+67085;42.89843;2.55818;340;20220317;13;9.9;11.4;2.8;11.69;6;1.28;6806
+67085;42.89843;2.55818;340;20220318;13;8.7;10.9;2.5;11.47;.9;1.59;8944
+67085;42.89843;2.55818;340;20220319;11.8;7.6;9.7;3.2;10.51;.3;1.55;7322
+67085;42.89843;2.55818;340;20220320;10.9;6.6;8.8;6.9;11.83;5.6;.91;6046
+67085;42.89843;2.55818;340;20220321;12.2;9.2;10.7;7.7;10.53;3.8;2.13;7723
+67085;42.89843;2.55818;340;20220322;12.9;6.5;9.7;7.6;8.6;0;3.04;14382
+67085;42.89843;2.55818;340;20220323;13.3;6;9.7;6;8.9;0;2.81;15071
+67085;42.89843;2.55818;340;20220324;14.1;4.2;9.2;4.5;9.6;0;2.39;14755
+67085;42.89843;2.55818;340;20220325;14.7;7.9;11.3;3.6;10.33;0;2.66;15194
+67085;42.89843;2.55818;340;20220326;14.8;6.4;10.6;3.1;10.43;0;2.46;15599
+67085;42.89843;2.55818;340;20220327;17.9;6.1;12;2.9;8.87;0;3.19;17246
+67085;42.89843;2.55818;340;20220328;17.3;5.7;11.5;5.6;9.17;0;3.52;17551
+67085;42.89843;2.55818;340;20220329;14.9;8;11.5;4.1;11.57;6.5;2.06;9995
+67085;42.89843;2.55818;340;20220330;13.6;7.7;10.6;3.9;11.2;2.3;1.87;9684
+67085;42.89843;2.55818;340;20220331;13.3;9;11.1;7.4;9;1.7;3.36;13530
+67085;42.89843;2.55818;340;20220401;7.4;2.2;4.8;9.7;5.25;1.1;2.91;15660
+67085;42.89843;2.55818;340;20220402;6.9;.1;3.5;6.1;5.21;0;2.07;11056
+67085;42.89843;2.55818;340;20220403;8.2;.9;4.6;8.4;4.94;0;3.11;18992
+67085;42.89843;2.55818;340;20220404;11;-.6;5.2;2.7;5.23;.1;2.84;21360
+67085;42.89843;2.55818;340;20220405;15.9;2.4;9.2;5.5;5.67;0;4.53;22995
+67085;42.89843;2.55818;340;20220406;14.8;8.3;11.6;5.2;9.17;0;3.29;13787
+67085;42.89843;2.55818;340;20220407;20.1;7.9;14;4.9;10.6;0;4.24;21093
+67085;42.89843;2.55818;340;20220408;19.4;11;15.2;4.9;11.73;.2;3.95;17952
+67085;42.89843;2.55818;340;20220409;14.3;7.9;11.1;6.5;8.07;0;3.78;15008
+67085;42.89843;2.55818;340;20220410;13.7;1.6;7.6;4.7;8.73;0;2.85;21334
+67085;42.89843;2.55818;340;20220411;15.1;8.6;11.8;10;12.07;0;2.65;13931
+67085;42.89843;2.55818;340;20220412;13.6;10.5;12.1;8;12.77;4.5;1.86;7016
+67085;42.89843;2.55818;340;20220413;14.7;10.5;12.6;3.6;12.5;2.8;1.88;7131
+67085;42.89843;2.55818;340;20220414;21.2;8.6;14.9;2.9;10.87;0;4.05;20934
+67085;42.89843;2.55818;340;20220415;22.2;9.6;15.9;4.8;12.23;0;4.36;20083
+67085;42.89843;2.55818;340;20220416;21.4;11.3;16.3;7.6;12.23;0;4.97;21396
+67085;42.89843;2.55818;340;20220417;20.2;11.5;15.8;6.2;11.77;0;4.7;22393
+67085;42.89843;2.55818;340;20220418;20.1;11;15.6;5.2;10.6;0;4.87;22322
+67085;42.89843;2.55818;340;20220419;18.3;11.7;15;4.9;11.3;4.4;3.74;13917
+67085;42.89843;2.55818;340;20220420;11.2;8.1;9.7;3.5;11.1;39.6;1.55;7800
+67085;42.89843;2.55818;340;20220421;11.3;7.8;9.6;5.7;11.2;0;1.57;7545
+67085;42.89843;2.55818;340;20220422;16.2;9;12.6;4.2;11.89;0;3.2;19238
+67085;42.89843;2.55818;340;20220423;16.7;10.2;13.5;6.6;11.33;13.1;3.26;13142
+67085;42.89843;2.55818;340;20220424;17.8;7.8;12.8;5.3;11.2;.2;3.62;18688
+67085;42.89843;2.55818;340;20220425;18.5;9.1;13.8;3.4;11.43;0;3.97;23152
+67085;42.89843;2.55818;340;20220426;19.3;6.5;12.9;2.4;11.7;0;3.67;23474
+67085;42.89843;2.55818;340;20220427;17.9;8.5;13.2;2.9;12.63;0;3.09;17897
+67085;42.89843;2.55818;340;20220428;19.5;10.2;14.9;2.9;14;1.2;3.38;19312
+67085;42.89843;2.55818;340;20220429;23.7;14.4;19.1;5;14.2;0;5.62;24853
+67085;42.89843;2.55818;340;20220430;21.6;14.7;18.1;5.5;12.97;0;4.97;18380
+67085;42.89843;2.55818;340;20220501;21.8;11.8;16.8;4.9;11;1.2;5.6;25517
+67085;42.89843;2.55818;340;20220502;18.4;12.2;15.3;3.2;12.6;3.2;3.21;14200
+67085;42.89843;2.55818;340;20220503;19;11.9;15.4;3.2;13.63;1.4;3.19;15312
+67085;42.89843;2.55818;340;20220504;19.9;11.2;15.6;4.3;12.9;.3;4.11;20057
+67085;42.89843;2.55818;340;20220505;19.7;11.8;15.8;6.3;11.57;1.8;5.15;23284
+67085;42.89843;2.55818;340;20220506;19.3;12.6;15.9;8.7;10.39;0;4.73;15359
+67085;42.89843;2.55818;340;20220507;22.2;13.7;17.9;7.7;10.69;1.2;5.55;17494
+67085;42.89843;2.55818;340;20220508;23.3;13;18.1;4.5;11.69;.3;4.81;19436
+67085;42.89843;2.55818;340;20220509;23.8;12.5;18.1;2.7;12.39;.1;4.3;20491
+67085;42.89843;2.55818;340;20220510;25.2;10.7;17.9;1.9;11.89;0;4.46;23431
+67085;42.89843;2.55818;340;20220511;25.5;10.8;18.1;2;13.59;0;4.42;23698
+67085;42.89843;2.55818;340;20220512;23.2;14.4;18.8;2.1;14.49;0;3.7;18211
+67085;42.89843;2.55818;340;20220513;27;15;21;2.6;14.99;0;4.75;21501
+67085;42.89843;2.55818;340;20220514;26.2;14.7;20.4;2.8;15.39;0;4.58;21113
+67085;42.89843;2.55818;340;20220515;26.2;13.5;19.8;2.3;15.09;1.3;4.51;22317
+67085;42.89843;2.55818;340;20220516;26.3;14.2;20.2;2.6;16.39;.1;4.47;21843
+67085;42.89843;2.55818;340;20220517;27.5;13.2;20.3;2.2;16.39;0;4.72;23909
+67085;42.89843;2.55818;340;20220518;29.9;20;24.9;4.3;15.09;0;6.29;19814
+67085;42.89843;2.55818;340;20220519;21.8;15.7;18.7;2.8;17.99;0;2.97;15415
+67085;42.89843;2.55818;340;20220520;31;15;23;2.4;16.89;.1;5.65;25600
+67085;42.89843;2.55818;340;20220521;27.9;14.6;21.2;1.6;17.49;.1;4.56;23336
+67085;42.89843;2.55818;340;20220522;28.7;13.4;21;1.7;18.29;0;4.81;25171
+67085;42.89843;2.55818;340;20220523;20.9;18.4;19.6;5.7;15.99;.3;3.39;9675
+67085;42.89843;2.55818;340;20220524;15.8;12.9;14.3;6.9;11.39;9.6;3.04;10521
+67085;42.89843;2.55818;340;20220525;19;11.2;15.1;8.6;10.69;0;4.49;17873
+67085;42.89843;2.55818;340;20220526;21.3;13.7;17.5;8;11.39;0;5.2;17679
+67085;42.89843;2.55818;340;20220527;25.2;15.2;20.2;7.6;12.49;0;6.33;20462
+67085;42.89843;2.55818;340;20220528;26.3;17.3;21.8;7;12.79;0;6.63;19414
+67085;42.89843;2.55818;340;20220529;26.6;16.7;21.6;4.4;9.19;.1;6.5;20454
+67085;42.89843;2.55818;340;20220530;26.3;11.7;19;1.9;11.49;1.2;4.98;25086
+67085;42.89843;2.55818;340;20220531;26.2;13.4;19.8;1.9;14.99;0;4.6;23482
+67085;42.89843;2.55818;340;20220601;26.1;12.8;19.4;1.7;15.79;.2;4.5;24002
+67085;42.89843;2.55818;340;20220602;20.9;16.2;18.5;2.4;17.59;.1;2.78;13936
+67085;42.89843;2.55818;340;20220603;26.6;16.3;21.4;2.4;18.49;.3;4.38;21096
+67085;42.89843;2.55818;340;20220604;27.2;17.8;22.5;3.6;19.19;0;4.67;20149
+67085;42.89843;2.55818;340;20220605;25.7;19.1;22.4;4.8;16.49;0;4.94;16767
+67085;42.89843;2.55818;340;20220606;29.2;15;22.1;2.8;15.89;12.3;5.6;25047
+67085;42.89843;2.55818;340;20220607;24.5;17.5;21;5.9;15.99;0;4.87;17346
+67085;42.89843;2.55818;340;20220608;24.9;15.3;20.1;4.1;15.69;3.8;4.68;20493
+67085;42.89843;2.55818;340;20220609;23.8;13.5;18.6;6.8;13.59;0;5.25;21285
+67085;42.89843;2.55818;340;20220610;29.8;16.6;23.2;6.5;11.99;0;8.03;24240
+67085;42.89843;2.55818;340;20220611;34;16.3;25.1;3.9;11.09;0;8.21;28239
+67085;42.89843;2.55818;340;20220612;33.4;18.9;26.1;3.2;15.39;1.6;6.98;25498
+67085;42.89843;2.55818;340;20220613;31.2;19.5;25.3;4.6;19.09;.1;6.4;22832
+67085;42.89843;2.55818;340;20220614;31.5;18.8;25.1;2.8;15.99;1.5;6.14;23842
+67085;42.89843;2.55818;340;20220615;33.2;19.6;26.4;3.9;16.29;0;7.21;24718
+67085;42.89843;2.55818;340;20220616;36.9;19.9;28.4;3.1;16.59;0;7.81;27755
+67085;42.89843;2.55818;340;20220617;39.1;20.6;29.8;3.4;15.39;0;8.78;29004
+67085;42.89843;2.55818;340;20220618;31;19.2;25.1;2.5;16.59;.1;5.76;22992
+67085;42.89843;2.55818;340;20220619;33.7;16.3;25;4.4;17.39;0;7.54;28115
+67085;42.89843;2.55818;340;20220620;25.5;18.2;21.8;2.6;19.69;0;3.89;17900
+67085;42.89843;2.55818;340;20220621;28.3;20.4;24.3;2.5;22.29;.8;4.31;18656
+67085;42.89843;2.55818;340;20220622;28.2;16.8;22.5;2.8;19.49;1.7;4.87;22588
+67085;42.89843;2.55818;340;20220623;30.4;17;23.7;3.6;17.19;4.6;6.1;24559
+67085;42.89843;2.55818;340;20220624;25.1;16;20.5;3.5;15.39;.2;4.68;20076
+67085;42.89843;2.55818;340;20220625;28.5;13.1;20.8;2.8;15.69;12.7;5.52;26373
+67085;42.89843;2.55818;340;20220626;25.8;17;21.4;3.8;16.09;.1;4.84;19709
+67085;42.89843;2.55818;340;20220627;21.1;15.8;18.4;6.9;13.99;0;4.28;15087
+67085;42.89843;2.55818;340;20220628;26.8;17.1;21.9;5.5;12.69;0;6.41;20709
+67085;42.89843;2.55818;340;20220629;31.2;13.7;22.4;3.1;13.29;.1;6.68;28098
+67085;42.89843;2.55818;340;20220630;20.8;18.4;19.6;5.5;14.89;0;3.66;9836
+67085;42.89843;2.55818;340;20220701;24.6;14.3;19.4;5.8;12.29;0;5.75;21308
+67085;42.89843;2.55818;340;20220702;29.2;11.5;20.3;2.9;12.39;0;6.17;28177
+67085;42.89843;2.55818;340;20220703;34.7;18.2;26.4;2.8;15.19;.1;7.11;27142
+67085;42.89843;2.55818;340;20220704;29.3;20.3;24.8;5.2;17.59;0;6.17;19787
+67085;42.89843;2.55818;340;20220705;30.2;20.6;25.4;6;16.49;.2;7.04;20435
+67085;42.89843;2.55818;340;20220706;27.9;22.2;25;6;13.89;0;6.77;15518
+67085;42.89843;2.55818;340;20220707;28.3;20.2;24.2;8.3;13.99;0;7.72;18639
+67085;42.89843;2.55818;340;20220708;30.5;20.1;25.3;8;13.99;0;8.52;21202
+67085;42.89843;2.55818;340;20220709;34;21;27.5;4.2;12.39;0;8.06;23766
+67085;42.89843;2.55818;340;20220710;35.3;19.1;27.2;3.8;11.89;0;8.26;26582
+67085;42.89843;2.55818;340;20220711;32.4;17;24.7;2.8;12.59;0;6.69;25843
+67085;42.89843;2.55818;340;20220712;34.5;16.5;25.5;2.3;14.99;0;6.72;27952
+67085;42.89843;2.55818;340;20220713;33.6;18.7;26.1;2.6;15.69;0;6.51;25295
+67085;42.89843;2.55818;340;20220714;35.3;18.1;26.7;1.9;18.59;0;6.34;27180
+67085;42.89843;2.55818;340;20220715;36.7;22.8;29.7;3.8;13.89;0;8.26;24285
+67085;42.89843;2.55818;340;20220716;38.9;19.7;29.3;2.5;13.29;0;7.85;28625
+67085;42.89843;2.55818;340;20220717;34.3;19.8;27;2.3;12.89;0;6.54;24694
+67085;42.89843;2.55818;340;20220718;33.2;15.7;24.4;2.6;17.59;0;6.32;27142
+67085;42.89843;2.55818;340;20220719;29.3;21.3;25.3;3.3;23.69;0;4.45;18011
+67085;42.89843;2.55818;340;20220720;30.8;22.3;26.5;4.9;18.59;0;6.29;18538
+67085;42.89843;2.55818;340;20220721;35.9;21.3;28.6;3.5;15.59;0;7.59;24497
+67085;42.89843;2.55818;340;20220722;34.7;20.7;27.7;3.4;16.69;1;7.06;23894
+67085;42.89843;2.55818;340;20220723;29.4;19.2;24.3;5.9;16.39;0;6.53;20199
+67085;42.89843;2.55818;340;20220724;33.2;19;26.1;3.2;16.09;0;6.58;23912
+67085;42.89843;2.55818;340;20220725;26.4;21.9;24.1;6.8;17.89;.9;5.35;13026
+67085;42.89843;2.55818;340;20220726;26.6;18.9;22.7;8.5;15.59;.1;6.34;17251
+67085;42.89843;2.55818;340;20220727;29.6;18.8;24.2;5.5;12.59;0;7.2;20519
+67085;42.89843;2.55818;340;20220728;30.5;17.7;24.1;3.6;13.29;0;6.35;22332
+67085;42.89843;2.55818;340;20220729;26.6;21.5;24;4.3;16.79;3;4.82;13714
+67085;42.89843;2.55818;340;20220730;30.9;20.5;25.7;4.9;16.49;0;6.58;19885
+67085;42.89843;2.55818;340;20220731;33.3;20.5;26.9;4.5;15.79;0;7.28;22067
+67085;42.89843;2.55818;340;20220801;34.3;21;27.6;4.1;15.59;0;7.35;22417
+67085;42.89843;2.55818;340;20220802;37.1;21.9;29.5;3.5;12.59;0;7.96;23924
+67085;42.89843;2.55818;340;20220803;32.8;19.7;26.2;2.6;15.69;0;5.92;22049
+67085;42.89843;2.55818;340;20220804;30;20.2;25.1;1.9;22.89;1.1;4.24;18865
+67085;42.89843;2.55818;340;20220805;31.3;21.5;26.4;4.2;19.49;.1;5.81;18778
+67085;42.89843;2.55818;340;20220806;34.8;22.4;28.6;4.5;18.09;0;7.31;21134
+67085;42.89843;2.55818;340;20220807;35.1;21.4;28.2;2.9;15.29;.1;6.6;22152
+67085;42.89843;2.55818;340;20220808;35.9;18.3;27.1;2.6;12.39;0;6.86;25104
+67085;42.89843;2.55818;340;20220809;35;19.6;27.3;2.8;11.89;0;6.78;23308
+67085;42.89843;2.55818;340;20220810;33.5;19.6;26.5;2.8;15.69;0;6.09;21986
+67085;42.89843;2.55818;340;20220811;31.5;19.5;25.5;2.3;22.09;0;4.74;20259
+67085;42.89843;2.55818;340;20220812;39.4;19.6;29.5;2;17.09;0;6.7;26136
+67085;42.89843;2.55818;340;20220813;33.4;25.5;29.4;2.9;19.79;8.2;5.43;16093
+67085;42.89843;2.55818;340;20220814;30.8;20.7;25.7;4.3;18.99;0;5.61;18210
+67085;42.89843;2.55818;340;20220815;29.5;21;25.2;4.1;16.19;0;5.55;16537
+67085;42.89843;2.55818;340;20220816;34;15.7;24.8;3.6;15.19;0;6.74;24538
+67085;42.89843;2.55818;340;20220817;25.4;18.8;22.1;4.5;15.89;1.3;4.46;14295
+67085;42.89843;2.55818;340;20220818;25.7;17.8;21.7;8.6;14.39;.3;6.03;15628
+67085;42.89843;2.55818;340;20220819;27.9;17.7;22.8;7.1;14.39;0;6.42;17770
+67085;42.89843;2.55818;340;20220820;31.5;19.3;25.4;4.7;14.79;0;6.59;19396
+67085;42.89843;2.55818;340;20220821;30.5;19.3;24.9;4.6;15.49;0;6.08;18429
+67085;42.89843;2.55818;340;20220822;29;20.3;24.6;6.2;16.89;.2;5.99;16032
+67085;42.89843;2.55818;340;20220823;32.4;20.8;26.6;5.2;17.59;0;6.6;18528
+67085;42.89843;2.55818;340;20220824;32.1;17.7;24.9;2.8;15.99;1.3;5.42;20607
+67085;42.89843;2.55818;340;20220825;32.5;20.2;26.3;3.8;17.79;.9;5.83;18849
+67085;42.89843;2.55818;340;20220826;30.8;21.6;26.2;5.8;17.69;0;6.28;16070
+67085;42.89843;2.55818;340;20220827;32.5;21.6;27;4.2;16.09;0;6.25;17447
+67085;42.89843;2.55818;340;20220828;31.7;17.4;24.5;2.3;14.89;.1;5;19970
+67085;42.89843;2.55818;340;20220829;29.9;16.9;23.4;2.3;17.49;3.8;4.38;18863
+67085;42.89843;2.55818;340;20220830;33.6;17.5;25.5;2.5;17.29;0;5.31;20938
+67085;42.89843;2.55818;340;20220831;27.7;19;23.3;3.1;17.69;1.5;4.08;15042
+67085;42.89843;2.55818;340;20220901;32.6;19.5;26;4.1;15.99;.1;6.1;18519
+67085;42.89843;2.55818;340;20220902;28.4;18.9;23.6;2.7;16.89;1.3;4.14;15518
+67085;42.89843;2.55818;340;20220903;26.3;18.5;22.4;3.2;17.79;.3;3.68;13867
+67085;42.89843;2.55818;340;20220904;26.9;17.4;22.1;2.6;20.79;0;3.26;15273
+67085;42.89843;2.55818;340;20220905;30.7;20.7;25.7;2.6;23.59;0;3.85;15566
+67085;42.89843;2.55818;340;20220906;31.4;21.9;26.6;2.4;23.59;2;3.9;15026
+67085;42.89843;2.55818;340;20220907;27.6;17.6;22.6;4.4;18.49;.1;4.18;15311
+67085;42.89843;2.55818;340;20220908;28.4;16.4;22.4;3.2;12.39;0;4.81;16716
+67085;42.89843;2.55818;340;20220909;24.1;16.9;20.5;4.2;13.89;0;3.98;12638
+67085;42.89843;2.55818;340;20220910;29.2;14.7;21.9;3.5;13.39;0;4.96;18150
+67085;42.89843;2.55818;340;20220911;29;14;21.5;1.8;14.49;0;3.86;18315
+67085;42.89843;2.55818;340;20220912;24.4;15.2;19.8;1.6;20.09;0;2.48;14025
+67085;42.89843;2.55818;340;20220913;30.2;21.2;25.7;2.1;20.39;4;3.6;13736
+67085;42.89843;2.55818;340;20220914;27.3;16.6;21.9;2.3;18.09;.6;3.33;14921
+67085;42.89843;2.55818;340;20220915;29.4;17.4;23.4;3.4;15.89;2.9;4.51;15708
+67085;42.89843;2.55818;340;20220916;24.4;17.3;20.8;6.1;16.39;0;3.91;11765
+67085;42.89843;2.55818;340;20220917;22.8;15.2;19;6.1;10.09;0;5;12086
+67085;42.89843;2.55818;340;20220918;27.3;10.6;18.9;3;7.39;0;4.81;18171
+67085;42.89843;2.55818;340;20220919;28.2;11.9;20;4.3;6.99;0;5.95;17770
+67085;42.89843;2.55818;340;20220920;27.2;12.1;19.6;4.1;7.79;0;5.43;16904
+67085;42.89843;2.55818;340;20220921;25.7;13.2;19.4;3.8;9.29;0;4.67;15148
+67085;42.89843;2.55818;340;20220922;22.6;10.9;16.7;2.1;12.19;.1;2.82;14480
+67085;42.89843;2.55818;340;20220923;24.7;10.8;17.7;3.1;14.79;14.3;3.13;15703
+67085;42.89843;2.55818;340;20220924;19.8;15.6;17.7;4.4;13.89;5.3;2.68;8144
+67085;42.89843;2.55818;340;20220925;20.4;12.3;16.3;4.8;10.99;0;3.41;11533
+67085;42.89843;2.55818;340;20220926;20.8;12.8;16.8;6.4;10.69;.3;4.03;11334
+67085;42.89843;2.55818;340;20220927;18.8;13.2;16;8.3;11.29;1.9;3.68;9236
+67085;42.89843;2.55818;340;20220928;22.3;14.6;18.4;6.8;12.79;1.4;4.03;10864
+67085;42.89843;2.55818;340;20220929;18.5;14.9;16.7;6.7;11.09;5.3;3.55;7066
+67085;42.89843;2.55818;340;20220930;16.6;10.1;13.3;6.8;10.69;.5;2.69;9691
+67085;42.89843;2.55818;340;20221001;24.8;9.2;17;3.9;11.09;.1;3.81;15331
+67085;42.89843;2.55818;340;20221002;27.3;12.8;20;3.2;13.59;0;3.71;14586
+67085;42.89843;2.55818;340;20221003;25.5;16.3;20.9;3.6;13.79;0;3.59;11308
+67085;42.89843;2.55818;340;20221004;27.7;11.2;19.4;2.4;13.29;.1;3.35;15272
+67085;42.89843;2.55818;340;20221005;20.1;11;15.5;2.2;15.39;.1;1.73;10984
+67085;42.89843;2.55818;340;20221006;24.3;16.5;20.4;3.2;14.79;.1;2.97;9985
+67085;42.89843;2.55818;340;20221007;19.1;12;15.5;1.5;15.99;.5;1.44;9373
+67085;42.89843;2.55818;340;20221008;21;15.5;18.2;2.1;16.69;1.8;1.74;8044
+67085;42.89843;2.55818;340;20221009;21.2;10.3;15.7;2.2;14.19;.1;1.97;11547
+67085;42.89843;2.55818;340;20221010;21.7;15.1;18.4;2;16.59;.1;1.8;8681
+67085;42.89843;2.55818;340;20221011;21.8;14.2;18;1.6;15.59;.2;1.79;9265
+67085;42.89843;2.55818;340;20221012;25;12.6;18.8;2.5;13.89;.8;2.69;11935
+67085;42.89843;2.55818;340;20221013;23.9;12.5;18.2;2.8;13.29;0;2.68;11268
+67085;42.89843;2.55818;340;20221014;24.3;18;21.1;5.5;14.49;.3;3.82;8045
+67085;42.89843;2.55818;340;20221015;23.8;10.7;17.2;2.2;15.09;.2;2.13;11847
+67085;42.89843;2.55818;340;20221016;25;16.4;20.7;2.9;18.39;0;2.26;9311
+67085;42.89843;2.55818;340;20221017;24.8;19;21.9;5;19.29;0;2.72;7391
+67085;42.89843;2.55818;340;20221018;23.2;18.1;20.6;2.5;19.99;0;1.66;6785
+67085;42.89843;2.55818;340;20221019;22;18.3;20.1;2.1;19.99;.2;1.38;5571
+67085;42.89843;2.55818;340;20221020;26.4;18;22.2;3.6;17.09;.1;2.96;8730
+67085;42.89843;2.55818;340;20221021;24.8;19.4;22.1;4.1;12.09;0;3.87;6732
+67085;42.89843;2.55818;340;20221022;24;14;19;1.4;14.69;.1;1.82;9360
+67085;42.89843;2.55818;340;20221023;30;13.8;21.9;3.2;12.89;.2;3.78;12001
+67085;42.89843;2.55818;340;20221024;27.2;17.4;22.3;2;11.29;0;2.79;9017
+67085;42.89843;2.55818;340;20221025;19.4;14.1;16.7;1.7;13.79;.2;1.46;6309
+67085;42.89843;2.55818;340;20221026;20.1;11.8;15.9;2;15.49;0;1.32;8012
+67085;42.89843;2.55818;340;20221027;21.1;17.2;19.1;1.8;18.59;0;1.23;5140
+67085;42.89843;2.55818;340;20221028;21.8;17.2;19.5;2.2;18.39;0;1.41;5580
+67085;42.89843;2.55818;340;20221029;20.7;15.5;18.1;3.9;17.39;.1;1.54;5907
+67085;42.89843;2.55818;340;20221030;21.8;15.3;18.5;2.5;16.79;0;1.57;6618
+67085;42.89843;2.55818;340;20221031;23.5;13.1;18.3;2;14.99;1;1.76;8494
+67085;42.89843;2.55818;340;20221101;20.9;14.5;17.7;3.6;13.29;0;2.24;6384
+67085;42.89843;2.55818;340;20221102;21.5;14.3;17.9;3.3;11.39;.1;2.55;6733
+67085;42.89843;2.55818;340;20221103;18.5;8.3;13.4;3.2;10.59;1.8;1.84;8075
+67085;42.89843;2.55818;340;20221104;12.7;11.8;12.2;8.8;9.09;4.1;2.68;1742
+67085;42.89843;2.55818;340;20221105;15.7;9.9;12.8;7.9;8.59;0;3.07;5712
+67085;42.89843;2.55818;340;20221106;19.1;4;11.5;2.1;7.69;0;1.77;9637
+67085;42.89843;2.55818;340;20221107;17.8;6.4;12.1;2;10.29;.2;1.33;8150
+67085;42.89843;2.55818;340;20221108;16.6;9.6;13.1;2.3;12.09;0;1.15;6112
+67085;42.89843;2.55818;340;20221109;20;10.3;15.1;4.4;11.99;1.3;2.13;7257
+67085;42.89843;2.55818;340;20221110;17.9;11.9;14.9;5.2;10.29;0;2.57;5445
+67085;42.89843;2.55818;340;20221111;19.1;7.9;13.5;3.2;12.99;.6;1.31;7666
+67085;42.89843;2.55818;340;20221112;17.6;14.7;16.1;2.7;15.99;.2;.98;3415
+67085;42.89843;2.55818;340;20221113;15.4;6.9;11.1;1.6;11.69;0;.8;6398
+67085;42.89843;2.55818;340;20221114;18.6;9.5;14;1.2;12.09;0;.99;6568
+67085;42.89843;2.55818;340;20221115;17.1;11;14;1.9;12.69;1;1.04;5150
+67085;42.89843;2.55818;340;20221116;18.3;11;14.6;3.6;10.89;0;1.91;5646
+67085;42.89843;2.55818;340;20221117;18.6;8.7;13.6;4;11.39;6.5;1.73;6641
+67085;42.89843;2.55818;340;20221118;14.4;10.1;12.2;6.6;9.19;.9;2.32;4022
+67085;42.89843;2.55818;340;20221119;11.3;7.4;9.3;7.2;8.29;.7;1.82;3740
+67085;42.89843;2.55818;340;20221120;15.8;7.2;11.5;6.4;8.39;1.8;2.45;5915
+67085;42.89843;2.55818;340;20221121;11.9;7.8;9.8;4.5;9.69;12.1;1.16;3762
+67085;42.89843;2.55818;340;20221122;11.3;6.7;9;8.2;7.89;7.4;1.98;3990
+67085;42.89843;2.55818;340;20221123;16.5;7.1;11.8;4.7;9.99;8.8;1.7;6019
+67085;42.89843;2.55818;340;20221124;13.8;6.5;10.1;2.4;8.89;0;1.11;5142
+67085;42.89843;2.55818;340;20221125;14;8.7;11.3;5.2;9.39;3.3;1.74;4203
+67085;42.89843;2.55818;340;20221126;16.4;8.8;12.6;4.8;7.29;0;2.65;5155
+67085;42.89843;2.55818;340;20221127;12.2;2.8;7.5;1;8.09;1.1;.6;5776
+67085;42.89843;2.55818;340;20221128;11.1;6.4;8.7;7.5;8.79;4.6;1.43;3784
+67085;42.89843;2.55818;340;20221129;11.4;8.1;9.7;6.9;8.59;4.7;1.76;2996
+67085;42.89843;2.55818;340;20221130;11.7;6.7;9.2;3.5;7.59;0;1.44;3856
+67085;42.89843;2.55818;340;20221201;9.9;1.3;5.6;3.1;6.39;.1;1.06;5287
+67085;42.89843;2.55818;340;20221202;9.3;-.9;4.2;2.1;6.09;0;.77;5789
+67085;42.89843;2.55818;340;20221203;9;.6;4.8;2;6.89;.6;.65;5129
+67085;42.89843;2.55818;340;20221204;10.5;4.6;7.5;1.9;6.99;0;.93;4122
+67085;42.89843;2.55818;340;20221205;11;-1.2;4.9;2.2;6.59;.1;.79;6272
+67085;42.89843;2.55818;340;20221206;13.8;6.9;10.3;1.1;8.79;.1;.73;4465
+67085;42.89843;2.55818;340;20221207;15.5;9.1;12.3;3.1;9.29;.3;1.5;4238
+67085;42.89843;2.55818;340;20221208;7.1;7;7;2.6;9.99;2.6;.38;0
+67085;42.89843;2.55818;340;20221209;14.8;4.6;9.7;2.4;9.89;1.5;.82;5519
+67085;42.89843;2.55818;340;20221210;7.1;8;7.5;5.8;7.09;0;1.64;0
+67085;42.89843;2.55818;340;20221211;6.3;-.8;2.7;3.3;3.99;0;1.29;4412
+67085;42.89843;2.55818;340;20221212;8.6;.3;4.4;3;6.99;4.7;.68;4821
+67085;42.89843;2.55818;340;20221213;8.7;2.9;5.8;1.6;8.89;2.3;.36;3869
+67085;42.89843;2.55818;340;20221214;12.1;7.8;9.9;2.1;11.39;.6;.51;3196
+67085;42.89843;2.55818;340;20221215;16.2;8.9;12.5;2.8;11.39;4.4;1.04;4419
+67085;42.89843;2.55818;340;20221216;14.6;9.6;12.1;2.4;10.19;.5;1.09;3495
+67085;42.89843;2.55818;340;20221217;13.6;7.2;10.4;3.3;8.89;0;1.26;4062
+67085;42.89843;2.55818;340;20221218;10.5;5.9;8.2;1.8;8.89;0;.66;3303
+67085;42.89843;2.55818;340;20221219;15.9;4.6;10.2;1;9.19;.2;.61;5675
+67085;42.89843;2.55818;340;20221220;11.1;5.9;8.5;1.4;9.89;.4;.5;3562
+67085;42.89843;2.55818;340;20221221;18;8.2;13.1;3.3;10.39;.1;1.49;5220
+67085;42.89843;2.55818;340;20221222;20.2;7.8;14;2.1;10.29;0;1.29;5985
+67085;42.89843;2.55818;340;20221223;20.6;12.3;16.4;2.9;10.89;.1;1.87;4739
+67085;42.89843;2.55818;340;20221224;17.9;9.1;13.5;2.1;9.99;.1;1.23;4912
+67085;42.89843;2.55818;340;20221225;12.1;4.7;8.4;1;10.39;0;.4;4439
+67085;42.89843;2.55818;340;20221226;17.3;5.9;11.6;1.6;10.09;.1;.84;5737
+67085;42.89843;2.55818;340;20221227;17;6.7;11.8;2.2;9.49;.1;1.13;5424
+67085;42.89843;2.55818;340;20221228;9.9;4.7;7.3;1.1;9.59;.1;.4;3609
+67085;42.89843;2.55818;340;20221229;12.3;4.7;8.5;2;9.69;0;.59;4565
+67085;42.89843;2.55818;340;20221230;13.8;7.3;10.5;.9;10.69;.1;.53;4173
+67085;42.89843;2.55818;340;20221231;12.1;10.2;11.1;1.6;12.49;.1;.51;1859
+67086;42.92027;2.86236;88;20220101;10.9;5.7;8.3;1.4;11.19;.1;.27;5529
+67086;42.92027;2.86236;88;20220102;11.5;8.3;9.9;2;10.96;.1;.54;4283
+67086;42.92027;2.86236;88;20220103;16.6;7.7;12.1;2.4;11.06;.1;.86;7187
+67086;42.92027;2.86236;88;20220104;11.9;7.3;9.6;3;11.36;.7;.47;4071
+67086;42.92027;2.86236;88;20220105;9;8.5;8.7;7.9;6.33;0;2.46;4404
+67086;42.92027;2.86236;88;20220106;8.2;4.4;6.3;8.8;4.83;0;2.52;6726
+67086;42.92027;2.86236;88;20220107;9.3;3.5;6.4;7.2;6.06;1;1.83;6965
+67086;42.92027;2.86236;88;20220108;12.9;7.8;10.3;7.3;8.59;1.6;1.91;7647
+67086;42.92027;2.86236;88;20220109;10.6;9.3;9.9;7.3;9.23;27.3;1.59;3081
+67086;42.92027;2.86236;88;20220110;9;7.5;8.2;4.4;9.26;8.2;.85;1675
+67086;42.92027;2.86236;88;20220111;12.7;6.9;9.8;6.7;6.35;0;2.6;7728
+67086;42.92027;2.86236;88;20220112;11;4.6;7.8;4.6;5.4;0;1.9;7913
+67086;42.92027;2.86236;88;20220113;9.7;-.9;4.4;2.2;5.93;0;.79;9029
+67086;42.92027;2.86236;88;20220114;10.7;-.5;5.1;1.8;6.13;.1;.7;9230
+67086;42.92027;2.86236;88;20220115;13.2;-.5;6.4;2.4;5.66;0;1.21;9626
+67086;42.92027;2.86236;88;20220116;13.5;3.8;8.6;5.4;4.46;0;2.77;8787
+67086;42.92027;2.86236;88;20220117;13.3;6.3;9.8;6.4;4.99;0;3.01;8493
+67086;42.92027;2.86236;88;20220118;10.2;1.5;5.9;3.6;6.36;0;1.16;8729
+67086;42.92027;2.86236;88;20220119;10.5;.9;5.7;4.9;6.83;.1;1.23;9324
+67086;42.92027;2.86236;88;20220120;11.8;5.7;8.8;6.1;7.16;0;1.95;8416
+67086;42.92027;2.86236;88;20220121;8.2;3.7;5.9;7.8;5.46;0;2.06;8098
+67086;42.92027;2.86236;88;20220122;12;3;7.5;5.5;4.83;0;2.42;9549
+67086;42.92027;2.86236;88;20220123;10.2;.4;5.3;2.2;6.26;0;.92;9550
+67086;42.92027;2.86236;88;20220124;11.3;2.8;7.1;2;7.93;0;.79;7367
+67086;42.92027;2.86236;88;20220125;12.1;3;7.6;1.9;8.03;0;.79;9068
+67086;42.92027;2.86236;88;20220126;16.9;1.6;9.3;3.4;6.26;0;1.98;10778
+67086;42.92027;2.86236;88;20220127;15.6;5;10.3;4.9;5.73;0;2.67;10490
+67086;42.92027;2.86236;88;20220128;13.7;6.2;10;8.9;5.46;0;3.65;9388
+67086;42.92027;2.86236;88;20220129;15.6;7;11.3;8;5.66;0;3.84;10470
+67086;42.92027;2.86236;88;20220130;15.5;7.8;11.7;8.6;7.83;0;3.25;10227
+67086;42.92027;2.86236;88;20220131;12.5;6.2;9.3;10.7;7.76;.5;2.49;9775
+67086;42.92027;2.86236;88;20220201;11.2;6.2;8.7;11.1;6.56;0;2.87;8951
+67086;42.92027;2.86236;88;20220202;15.7;9.7;12.7;10;9.09;0;3.12;9434
+67086;42.92027;2.86236;88;20220203;14.7;4.8;9.8;4;9.37;0;1.4;10350
+67086;42.92027;2.86236;88;20220204;16.2;8.2;12.2;5.2;9.63;.1;2.14;9487
+67086;42.92027;2.86236;88;20220205;14.8;10.1;12.5;7.2;8.56;0;2.81;9831
+67086;42.92027;2.86236;88;20220206;12.2;5.8;9;7;6.59;.1;2.51;10326
+67086;42.92027;2.86236;88;20220207;15;9.1;12.1;8.6;8.66;.1;2.95;10318
+67086;42.92027;2.86236;88;20220208;13.7;7.3;10.5;3.4;7.69;0;1.86;9966
+67086;42.92027;2.86236;88;20220209;12.6;3.8;8.2;2.4;8.66;0;1.14;10790
+67086;42.92027;2.86236;88;20220210;13;7.9;10.4;2.4;10.04;0;1.28;10194
+67086;42.92027;2.86236;88;20220211;15.8;5.5;10.6;4;9.34;0;1.79;8961
+67086;42.92027;2.86236;88;20220212;11.3;2.5;6.9;2.3;7.94;0;1.14;11772
+67086;42.92027;2.86236;88;20220213;16.3;5.2;10.7;4.3;9.99;0;1.8;11551
+67086;42.92027;2.86236;88;20220214;13.4;9.2;11.3;5.9;8.69;.6;2.26;6157
+67086;42.92027;2.86236;88;20220215;13.7;8.3;11;7.5;7.29;.1;3.08;10871
+67086;42.92027;2.86236;88;20220216;16.4;9.7;13.1;6.9;9.86;.7;2.7;9305
+67086;42.92027;2.86236;88;20220217;16.6;12.5;14.6;8.1;12.2;0;2.31;7900
+67086;42.92027;2.86236;88;20220218;18.4;8.5;13.4;5.1;11.27;0;2.13;12110
+67086;42.92027;2.86236;88;20220219;11.3;9.4;10.3;6.2;8.23;.2;2.14;5612
+67086;42.92027;2.86236;88;20220220;16;6.5;11.2;6.5;8.19;0;2.89;13829
+67086;42.92027;2.86236;88;20220221;16.1;11.2;13.6;9.7;8.39;.3;4;12017
+67086;42.92027;2.86236;88;20220222;16;9.4;12.7;8;7.93;0;3.62;12468
+67086;42.92027;2.86236;88;20220223;18.5;7.7;13.1;3.5;9.19;0;2.53;14298
+67086;42.92027;2.86236;88;20220224;16;8.6;12.3;3.7;10.69;0;1.87;11342
+67086;42.92027;2.86236;88;20220225;13.1;9.5;11.3;6.4;6.79;0;3.18;10397
+67086;42.92027;2.86236;88;20220226;12.7;4.1;8.4;4.2;5.89;0;2.41;14430
+67086;42.92027;2.86236;88;20220227;14.1;2.6;8.4;2.9;7.89;0;1.79;14620
+67086;42.92027;2.86236;88;20220228;15.2;4.6;9.9;2.8;8.76;0;1.9;14791
+67086;42.92027;2.86236;88;20220301;13.4;7.8;10.6;4.9;9.03;0;2.05;11124
+67086;42.92027;2.86236;88;20220302;12.6;8.1;10.4;3.4;10.63;1.4;1.34;8723
+67086;42.92027;2.86236;88;20220303;16.2;9;12.6;3.3;10.59;0;2.11;14000
+67086;42.92027;2.86236;88;20220304;14.2;8.8;11.5;7.3;9.56;0;2.48;12121
+67086;42.92027;2.86236;88;20220305;13.4;8.5;11;7.5;7.53;0;3.09;10222
+67086;42.92027;2.86236;88;20220306;13.7;7;10.4;4.8;7.33;0;2.63;12169
+67086;42.92027;2.86236;88;20220307;11.6;3.1;7.3;3.4;7.76;0;1.6;11775
+67086;42.92027;2.86236;88;20220308;14.3;3.7;9;4.5;9.19;1.1;1.84;14568
+67086;42.92027;2.86236;88;20220309;15;7.7;11.3;4.5;10.53;0;1.94;13546
+67086;42.92027;2.86236;88;20220310;15.5;7.9;11.7;4.3;10.83;0;1.83;11274
+67086;42.92027;2.86236;88;20220311;13.9;9.6;11.8;9;11.46;11.9;1.68;8007
+67086;42.92027;2.86236;88;20220312;11;10.6;10.8;7.1;11.73;67.7;1;3868
+67086;42.92027;2.86236;88;20220313;12.7;9.3;11;7.3;10.83;10;1.59;7354
+67086;42.92027;2.86236;88;20220314;12.3;5.1;8.7;5.9;11.79;4.1;.7;10933
+67086;42.92027;2.86236;88;20220315;13.2;11.9;12.5;7.3;13.29;.5;1.03;4245
+67086;42.92027;2.86236;88;20220316;13.7;11.7;12.7;3.3;13.23;0;1.18;6940
+67086;42.92027;2.86236;88;20220317;14.6;10.8;12.7;3.1;12.53;2;1.46;8563
+67086;42.92027;2.86236;88;20220318;14.8;10.5;12.7;2.5;11.59;.1;1.69;9416
+67086;42.92027;2.86236;88;20220319;12.4;9.4;10.9;1.6;11.09;.3;1.21;6637
+67086;42.92027;2.86236;88;20220320;11.9;7.9;9.9;6.8;12.14;12.4;.79;6569
+67086;42.92027;2.86236;88;20220321;12.8;10.5;11.6;8;10.79;.9;1.89;7085
+67086;42.92027;2.86236;88;20220322;13.9;8.3;11.1;7.7;8.94;0;2.91;13923
+67086;42.92027;2.86236;88;20220323;14.3;8.6;11.4;5.1;9.14;0;2.7;14506
+67086;42.92027;2.86236;88;20220324;14.8;5.4;10.1;3.3;10.34;0;1.92;14383
+67086;42.92027;2.86236;88;20220325;15.2;10.1;12.7;2.5;11.34;0;2.15;13891
+67086;42.92027;2.86236;88;20220326;15.5;7.9;11.7;2.1;11.14;0;2.05;14598
+67086;42.92027;2.86236;88;20220327;18.4;8.8;13.6;2;9.39;0;2.8;16919
+67086;42.92027;2.86236;88;20220328;17.6;6.5;12.1;5.2;9.79;0;3;18377
+67086;42.92027;2.86236;88;20220329;15.9;8.7;12.3;3.6;11.94;5.7;1.82;9993
+67086;42.92027;2.86236;88;20220330;14.9;9.2;12;4;11.19;2;1.95;10326
+67086;42.92027;2.86236;88;20220331;15.6;11.1;13.3;7.5;8.64;.3;3.94;16195
+67086;42.92027;2.86236;88;20220401;8.8;3.6;6.2;11.9;5.09;.4;3.46;20300
+67086;42.92027;2.86236;88;20220402;9.2;1.8;5.5;6;5.28;0;2.31;11490
+67086;42.92027;2.86236;88;20220403;10.3;3.6;7;6.6;4.59;0;3.58;20700
+67086;42.92027;2.86236;88;20220404;13.7;2.6;8.2;5.1;4.79;.1;3.89;23500
+67086;42.92027;2.86236;88;20220405;18.2;5.7;11.9;6;5.54;0;5.04;23442
+67086;42.92027;2.86236;88;20220406;17.7;11.4;14.6;5.4;8.99;0;4;16631
+67086;42.92027;2.86236;88;20220407;21.2;10.6;15.9;4.8;10.39;0;4.4;21690
+67086;42.92027;2.86236;88;20220408;19.5;12.9;16.2;5.1;11.69;0;3.87;17678
+67086;42.92027;2.86236;88;20220409;16.1;10.2;13.1;6.9;7.94;0;4.12;15662
+67086;42.92027;2.86236;88;20220410;14;4.8;9.4;4.4;9.19;0;2.64;20501
+67086;42.92027;2.86236;88;20220411;16.7;9.7;13.2;9.6;12.29;0;2.72;16446
+67086;42.92027;2.86236;88;20220412;14.2;12.1;13.2;7.2;13.14;3.2;1.59;7124
+67086;42.92027;2.86236;88;20220413;15.8;12.2;14;3.5;12.64;.7;1.92;7897
+67086;42.92027;2.86236;88;20220414;22.5;12;17.2;3.1;10.59;0;4.36;21901
+67086;42.92027;2.86236;88;20220415;23.5;14.3;18.9;6.6;12.61;0;5.02;20075
+67086;42.92027;2.86236;88;20220416;22.7;15.6;19.2;10.5;12.61;0;5.78;21194
+67086;42.92027;2.86236;88;20220417;20.4;13.9;17.2;4.5;11.09;0;4.78;24600
+67086;42.92027;2.86236;88;20220418;22.8;13.6;18.2;5.2;10.29;0;5.32;22483
+67086;42.92027;2.86236;88;20220419;21.1;14.7;17.9;4.6;11.09;2.1;4.12;12826
+67086;42.92027;2.86236;88;20220420;13.9;10.1;12;3.9;11.19;41.4;1.95;10400
+67086;42.92027;2.86236;88;20220421;13.3;9.2;11.3;6.6;10.94;1.3;1.94;9718
+67086;42.92027;2.86236;88;20220422;17.6;9.6;13.6;3.9;12.29;0;3.11;20853
+67086;42.92027;2.86236;88;20220423;18.5;11.3;14.9;7.4;11.24;17.4;3.53;15063
+67086;42.92027;2.86236;88;20220424;19.9;9.5;14.7;5.3;11.04;.3;4.12;22033
+67086;42.92027;2.86236;88;20220425;20.2;11.6;15.9;3.5;11.54;0;4.11;23028
+67086;42.92027;2.86236;88;20220426;18.4;9.8;14.1;2.3;12.04;0;3.35;22511
+67086;42.92027;2.86236;88;20220427;18;11;14.5;2.2;13.14;0;2.82;17645
+67086;42.92027;2.86236;88;20220428;21;12.5;16.7;3.1;13.94;0;3.69;21119
+67086;42.92027;2.86236;88;20220429;25.9;16.5;21.2;5.4;13.94;0;6.04;24979
+67086;42.92027;2.86236;88;20220430;23.3;17;20.2;5.5;12.79;0;5.13;17020
+67086;42.92027;2.86236;88;20220501;24.1;14;19.1;5.1;10.59;0;6.08;26176
+67086;42.92027;2.86236;88;20220502;19.3;14.6;17;3.2;12.49;0;3.08;11951
+67086;42.92027;2.86236;88;20220503;20.3;13.9;17.1;3.1;13.74;.4;3.23;15368
+67086;42.92027;2.86236;88;20220504;22;13.3;17.6;4.5;12.54;.7;4.59;21536
+67086;42.92027;2.86236;88;20220505;21.6;14.3;18;7.3;11.04;.5;5.92;25676
+67086;42.92027;2.86236;88;20220506;21.4;13.7;17.5;7.5;10.53;0;5.83;23864
+67086;42.92027;2.86236;88;20220507;23.9;14.6;19.3;8;11.49;.4;6.63;25923
+67086;42.92027;2.86236;88;20220508;25.6;16;20.8;4.9;12.79;.4;6.13;25638
+67086;42.92027;2.86236;88;20220509;22.8;14.8;18.8;2.1;14.83;0;4.11;22944
+67086;42.92027;2.86236;88;20220510;23.1;12.6;17.9;2.4;15.19;.1;4.14;25055
+67086;42.92027;2.86236;88;20220511;22.2;12.8;17.5;3.3;15.59;0;3.98;24360
+67086;42.92027;2.86236;88;20220512;22.3;14.4;18.3;3.2;15.43;0;3.84;20493
+67086;42.92027;2.86236;88;20220513;24.2;14;19.1;2.5;14.89;0;4.55;25164
+67086;42.92027;2.86236;88;20220514;25.2;15.6;20.4;2.3;16.33;0;4.63;24546
+67086;42.92027;2.86236;88;20220515;22.1;15.3;18.7;3.4;16.59;.5;3.78;20747
+67086;42.92027;2.86236;88;20220516;24.6;16.2;20.4;2.9;17.09;.1;4.55;24340
+67086;42.92027;2.86236;88;20220517;23.6;15.5;19.5;1.9;17.99;.1;3.94;22546
+67086;42.92027;2.86236;88;20220518;29.4;17.7;23.5;3.1;18.09;0;5.91;26819
+67086;42.92027;2.86236;88;20220519;23;18.6;20.8;4.6;20.23;.1;3.35;16733
+67086;42.92027;2.86236;88;20220520;26.8;17.3;22;4.4;18.76;.1;4.97;23146
+67086;42.92027;2.86236;88;20220521;25.5;16.7;21.1;2.1;19.03;.1;4.53;24956
+67086;42.92027;2.86236;88;20220522;26.2;16.9;21.6;2;19.83;0;4.13;21352
+67086;42.92027;2.86236;88;20220523;24.2;19.1;21.6;5.1;16.93;0;4.66;17685
+67086;42.92027;2.86236;88;20220524;19.1;15.5;17.3;6.8;12.29;5.7;4.17;13970
+67086;42.92027;2.86236;88;20220525;21.8;12.9;17.4;9.3;11.49;0;5.75;23181
+67086;42.92027;2.86236;88;20220526;23.3;14.6;18.9;9;11.96;0;6.64;27192
+67086;42.92027;2.86236;88;20220527;27.1;16.4;21.8;8.2;13.29;0;7.58;26795
+67086;42.92027;2.86236;88;20220528;28.3;19.5;23.9;7.6;13.09;0;8.42;27705
+67086;42.92027;2.86236;88;20220529;29.1;16.4;22.8;3.9;9.89;0;7.41;29419
+67086;42.92027;2.86236;88;20220530;24.7;14.9;19.8;2.3;11.99;.7;4.84;23828
+67086;42.92027;2.86236;88;20220531;25.1;16.1;20.6;2.3;16.16;.1;5.15;28314
+67086;42.92027;2.86236;88;20220601;23.6;15.6;19.6;2.9;18.73;.1;3.72;20583
+67086;42.92027;2.86236;88;20220602;23.8;18.4;21.1;2.7;19.46;.1;3.55;17225
+67086;42.92027;2.86236;88;20220603;26.3;18.4;22.3;3.1;20.33;.1;4.67;23561
+67086;42.92027;2.86236;88;20220604;26.2;19;22.6;2.6;20.99;0;4.56;23080
+67086;42.92027;2.86236;88;20220605;28.1;19;23.6;5.4;17.26;0;6.58;26872
+67086;42.92027;2.86236;88;20220606;28.6;17.5;23.1;3.6;16.86;2.3;6.22;28152
+67086;42.92027;2.86236;88;20220607;26.7;18.7;22.7;4.9;16.96;0;6;25708
+67086;42.92027;2.86236;88;20220608;26.5;17.8;22.2;4.6;15.99;.6;5.47;21341
+67086;42.92027;2.86236;88;20220609;25;16.3;20.6;7.9;12.59;0;7.15;27810
+67086;42.92027;2.86236;88;20220610;32.3;17.4;24.9;5.3;12.59;0;8.78;30955
+67086;42.92027;2.86236;88;20220611;31.9;19.3;25.6;3.1;13.43;0;7.27;29397
+67086;42.92027;2.86236;88;20220612;31.7;19.9;25.8;3.4;15.66;.8;6.83;26208
+67086;42.92027;2.86236;88;20220613;33.5;21.4;27.4;4.2;18.43;.1;7.58;27230
+67086;42.92027;2.86236;88;20220614;29.8;20.7;25.2;2.7;16.13;.9;5.94;24504
+67086;42.92027;2.86236;88;20220615;29.5;19.8;24.7;2.8;19.59;0;6;28280
+67086;42.92027;2.86236;88;20220616;34.5;19.6;27.1;2.4;20.19;0;6.71;29525
+67086;42.92027;2.86236;88;20220617;35.5;23.4;29.4;3.2;18.96;0;7.5;28186
+67086;42.92027;2.86236;88;20220618;29.1;21;25;3.6;21.76;.1;5.94;28538
+67086;42.92027;2.86236;88;20220619;29.5;21.1;25.3;7.6;22.96;0;5.71;25264
+67086;42.92027;2.86236;88;20220620;25.8;20.9;23.3;4.8;23.23;0;3.68;16877
+67086;42.92027;2.86236;88;20220621;27.2;21.5;24.3;2.8;24.53;1;3.82;17874
+67086;42.92027;2.86236;88;20220622;28.9;19.9;24.4;4.1;22.69;3.8;5.06;23005
+67086;42.92027;2.86236;88;20220623;30.4;19.2;24.8;3.7;20.89;6.6;5.95;26376
+67086;42.92027;2.86236;88;20220624;27.1;18.5;22.8;4.2;16.66;0;5.7;23926
+67086;42.92027;2.86236;88;20220625;27.9;17.5;22.7;3.4;18.66;3.7;5.12;23789
+67086;42.92027;2.86236;88;20220626;27.9;18.9;23.4;4.7;17.76;.1;6.05;25376
+67086;42.92027;2.86236;88;20220627;25;17.4;21.2;8.6;14.93;.7;6.36;23119
+67086;42.92027;2.86236;88;20220628;28.9;18.1;23.5;6.8;13.46;0;8.31;30039
+67086;42.92027;2.86236;88;20220629;30.3;17.8;24;3.5;15.33;.2;7.07;30693
+67086;42.92027;2.86236;88;20220630;24.5;19.3;21.9;6.3;16.06;0;5.45;19318
+67086;42.92027;2.86236;88;20220701;27.3;16.2;21.7;6.1;12.36;0;7.58;30051
+67086;42.92027;2.86236;88;20220702;27;16.3;21.6;2.9;13.76;0;5.83;27400
+67086;42.92027;2.86236;88;20220703;30.8;18.1;24.5;2.9;16.49;0;6.31;27279
+67086;42.92027;2.86236;88;20220704;32.8;21.4;27.1;5;18.23;0;7.86;28235
+67086;42.92027;2.86236;88;20220705;32.9;22.1;27.5;6.3;17.29;.3;8.79;27660
+67086;42.92027;2.86236;88;20220706;30.6;22.6;26.6;5.7;14.06;0;8.01;22339
+67086;42.92027;2.86236;88;20220707;30.9;20.9;25.9;8.3;14.79;0;9.52;29577
+67086;42.92027;2.86236;88;20220708;32.4;20.9;26.6;6.8;14.26;0;9.58;30220
+67086;42.92027;2.86236;88;20220709;33.9;21.1;27.5;4.6;13.36;0;8.86;30159
+67086;42.92027;2.86236;88;20220710;33.3;22.4;27.9;3.5;14.16;0;7.81;28243
+67086;42.92027;2.86236;88;20220711;30.2;19.8;25;2.2;17.86;0;5.85;27078
+67086;42.92027;2.86236;88;20220712;31.6;19.2;25.4;2.3;21.49;0;6.01;28930
+67086;42.92027;2.86236;88;20220713;30.7;20.5;25.6;2.5;22.76;0;5.73;27196
+67086;42.92027;2.86236;88;20220714;30.5;22.5;26.5;2.2;23.63;.1;5.31;24264
+67086;42.92027;2.86236;88;20220715;39.1;22.1;30.6;3.9;16.63;0;9.18;29286
+67086;42.92027;2.86236;88;20220716;33.7;23.1;28.4;2.6;17.16;0;6.64;25767
+67086;42.92027;2.86236;88;20220717;32.7;21.3;27;2.3;20.26;.1;6.53;29465
+67086;42.92027;2.86236;88;20220718;31.9;20.5;26.2;2.9;23.93;0;5.98;27541
+67086;42.92027;2.86236;88;20220719;28.8;23;25.9;4.6;26.09;0;4.56;20067
+67086;42.92027;2.86236;88;20220720;33;22.9;28;4;20.43;0;7.2;26828
+67086;42.92027;2.86236;88;20220721;35.5;22.7;29.1;3.5;17.59;0;7.8;27996
+67086;42.92027;2.86236;88;20220722;33.3;23.1;28.2;3.7;19.66;1.7;6.95;25161
+67086;42.92027;2.86236;88;20220723;31.9;21.3;26.6;6.3;16.73;0;8.16;25538
+67086;42.92027;2.86236;88;20220724;31.3;22.8;27.1;3;18.99;0;6.16;23784
+67086;42.92027;2.86236;88;20220725;30.5;22;26.3;6;20.83;.7;6.61;22933
+67086;42.92027;2.86236;88;20220726;29.5;20.7;25.1;7;15.79;0;7.94;26513
+67086;42.92027;2.86236;88;20220727;32.1;20;26.1;6.3;13.13;0;9.12;29012
+67086;42.92027;2.86236;88;20220728;31.2;20.2;25.7;3.6;14.49;0;6.87;25373
+67086;42.92027;2.86236;88;20220729;30.1;22.9;26.5;4.7;17.23;2.1;6.52;20329
+67086;42.92027;2.86236;88;20220730;33.1;22.2;27.6;5.8;17.03;0;8.54;27483
+67086;42.92027;2.86236;88;20220731;36.1;23.5;29.8;5.2;15.56;0;9.48;28563
+67086;42.92027;2.86236;88;20220801;37.5;24.6;31.1;5.6;15.43;0;10.21;28451
+67086;42.92027;2.86236;88;20220802;36.4;24.5;30.4;4.1;15.26;0;8.49;25998
+67086;42.92027;2.86236;88;20220803;30.5;21.5;26;2.9;21.83;0;5.3;23578
+67086;42.92027;2.86236;88;20220804;28.8;22.8;25.8;2.4;25.69;.6;3.72;16160
+67086;42.92027;2.86236;88;20220805;34.1;22.2;28.2;4.1;22.03;.1;6.88;25063
+67086;42.92027;2.86236;88;20220806;36.1;23.9;30;5.3;18.56;0;8.74;25647
+67086;42.92027;2.86236;88;20220807;33.6;24.4;29;3;17.56;.1;6.51;22799
+67086;42.92027;2.86236;88;20220808;33.3;22;27.6;3.1;16.73;0;6.67;25236
+67086;42.92027;2.86236;88;20220809;33.1;21.1;27.1;2.6;15.83;0;6.11;24383
+67086;42.92027;2.86236;88;20220810;30.7;21.1;25.9;2.8;22.56;0;5.21;23549
+67086;42.92027;2.86236;88;20220811;30.4;23.2;26.8;3;27.56;0;4.11;17476
+67086;42.92027;2.86236;88;20220812;35;23;29;2.8;26.43;0;5.91;24611
+67086;42.92027;2.86236;88;20220813;31.7;23.8;27.7;3.2;26.09;3.1;5.19;21810
+67086;42.92027;2.86236;88;20220814;31.4;23.3;27.4;4;22.45;.3;5.63;19050
+67086;42.92027;2.86236;88;20220815;32.2;22.3;27.3;3.4;17.05;0;6.26;22605
+67086;42.92027;2.86236;88;20220816;31;20.1;25.6;3.3;17.3;0;6.01;21664
+67086;42.92027;2.86236;88;20220817;28;19.8;23.9;3.7;17.55;1.4;4.48;15212
+67086;42.92027;2.86236;88;20220818;26.8;19;22.9;7.7;15.8;.1;5.95;16993
+67086;42.92027;2.86236;88;20220819;28.3;19.3;23.8;8.3;15.4;0;7.42;23706
+67086;42.92027;2.86236;88;20220820;33.4;21.5;27.5;4.9;15.4;0;7.88;25488
+67086;42.92027;2.86236;88;20220821;32.2;22.2;27.2;4.2;15.7;0;6.71;21489
+67086;42.92027;2.86236;88;20220822;29.3;21.8;25.5;6.3;17.1;0;6.77;20986
+67086;42.92027;2.86236;88;20220823;34.1;22;28;5.2;18.05;0;7.84;24799
+67086;42.92027;2.86236;88;20220824;30.8;20.9;25.9;2.4;17.45;1;5.6;23373
+67086;42.92027;2.86236;88;20220825;32.6;21.7;27.2;3.3;20.4;.8;5.61;19544
+67086;42.92027;2.86236;88;20220826;33.4;23;28.2;6.7;18.3;0;7.99;21659
+67086;42.92027;2.86236;88;20220827;33.7;22.9;28.3;4.4;17.5;0;7.04;22118
+67086;42.92027;2.86236;88;20220828;30.1;20.2;25.2;2.2;17.9;.1;5.19;23254
+67086;42.92027;2.86236;88;20220829;28.1;20;24;2.5;21.15;2.8;4.02;17314
+67086;42.92027;2.86236;88;20220830;30.5;19.9;25.2;2.1;20.8;0;4.99;23115
+67086;42.92027;2.86236;88;20220831;28.3;20.7;24.5;3.2;20.35;.5;4;14892
+67086;42.92027;2.86236;88;20220901;32;22.2;27.1;4.6;18.35;.1;6.79;22991
+67086;42.92027;2.86236;88;20220902;29.8;21.2;25.5;2.6;19.05;.5;4.46;17220
+67086;42.92027;2.86236;88;20220903;27.4;19.6;23.5;2.6;20.56;0;3.87;18215
+67086;42.92027;2.86236;88;20220904;28.4;20.5;24.4;3.4;24.49;0;3.62;17201
+67086;42.92027;2.86236;88;20220905;29;22.4;25.7;5.3;26.83;0;3.61;15565
+67086;42.92027;2.86236;88;20220906;30;23.3;26.7;3.5;27.09;2.2;3.68;15481
+67086;42.92027;2.86236;88;20220907;28.6;20.7;24.6;2.9;21.06;.2;3.79;15354
+67086;42.92027;2.86236;88;20220908;28.7;19;23.9;3.5;13.73;0;5.2;19174
+67086;42.92027;2.86236;88;20220909;27.8;18.9;23.3;3.4;13.96;0;4.73;16070
+67086;42.92027;2.86236;88;20220910;27.7;16.7;22.2;2.9;14.63;0;4.65;21239
+67086;42.92027;2.86236;88;20220911;26.8;17.4;22.1;2.7;16.19;0;4.04;19339
+67086;42.92027;2.86236;88;20220912;26.6;19.3;23;3;22.49;0;2.99;14260
+67086;42.92027;2.86236;88;20220913;27.7;22.9;25.3;3.6;26.29;2.8;2.51;9560
+67086;42.92027;2.86236;88;20220914;27.3;20.4;23.8;2.7;22.66;.3;2.94;12301
+67086;42.92027;2.86236;88;20220915;30.9;19.1;25;3.7;17.36;1.5;5.08;18250
+67086;42.92027;2.86236;88;20220916;27.9;19.9;23.9;6.4;16.03;0;5.88;18292
+67086;42.92027;2.86236;88;20220917;24.9;15.4;20.2;5.2;9.33;0;5.72;19672
+67086;42.92027;2.86236;88;20220918;25.3;11.3;18.3;3;8.33;0;4.45;19286
+67086;42.92027;2.86236;88;20220919;29.6;12.7;21.1;3.1;8.63;0;5.27;20766
+67086;42.92027;2.86236;88;20220920;26.5;13.3;19.9;2.7;9.43;0;4.43;20064
+67086;42.92027;2.86236;88;20220921;26.2;14;20.1;3;9.86;0;4.52;19663
+67086;42.92027;2.86236;88;20220922;24.3;15.1;19.7;2.4;14.09;0;3.39;17806
+67086;42.92027;2.86236;88;20220923;23.7;14;18.8;4;17.13;13.9;2.91;16228
+67086;42.92027;2.86236;88;20220924;22;16.1;19;4.2;15.33;4.4;2.87;10459
+67086;42.92027;2.86236;88;20220925;22.5;14.2;18.4;5.8;11.69;0;4.45;16928
+67086;42.92027;2.86236;88;20220926;22.3;13.5;17.9;5.9;10.79;.1;4.65;17785
+67086;42.92027;2.86236;88;20220927;20.5;15.3;17.9;7.3;11.93;.4;4.27;13938
+67086;42.92027;2.86236;88;20220928;23;16.1;19.5;7.2;13.76;.7;4.43;13678
+67086;42.92027;2.86236;88;20220929;20.3;15.6;18;5.8;12.29;2.1;3.68;11461
+67086;42.92027;2.86236;88;20220930;19.6;12.1;15.8;5.9;10.83;.2;3.68;15585
+67086;42.92027;2.86236;88;20221001;25.3;11.4;18.3;3.9;11.5;.1;3.98;16275
+67086;42.92027;2.86236;88;20221002;27.1;15.5;21.3;3;14.55;0;3.93;17406
+67086;42.92027;2.86236;88;20221003;27.6;15.5;21.5;3.3;14.05;0;3.96;16216
+67086;42.92027;2.86236;88;20221004;24.2;13.5;18.8;2.4;14.76;0;2.89;16292
+67086;42.92027;2.86236;88;20221005;21.7;14.2;18;3.1;17.96;.7;1.93;11979
+67086;42.92027;2.86236;88;20221006;26.3;17.5;21.9;2.8;17.19;0;3.2;14942
+67086;42.92027;2.86236;88;20221007;21.4;15.1;18.2;2.1;17.06;1.8;1.88;10468
+67086;42.92027;2.86236;88;20221008;21.6;16.1;18.9;1.8;17.96;3.1;1.74;9675
+67086;42.92027;2.86236;88;20221009;21.9;14.1;18;1.5;16.19;.1;2.09;14167
+67086;42.92027;2.86236;88;20221010;22.1;16;19.1;2.3;18.09;.3;1.89;10691
+67086;42.92027;2.86236;88;20221011;22.8;16;19.4;1.9;17.56;.1;1.97;11445
+67086;42.92027;2.86236;88;20221012;24.3;14.6;19.5;2.4;15.76;.9;2.59;14152
+67086;42.92027;2.86236;88;20221013;24.5;15.6;20.1;3;15.09;0;2.81;12558
+67086;42.92027;2.86236;88;20221014;25.6;18;21.8;4.6;15.76;.1;3.68;11854
+67086;42.92027;2.86236;88;20221015;21.8;14.1;17.9;2.3;16.93;.2;1.85;11303
+67086;42.92027;2.86236;88;20221016;24.3;18.8;21.6;4.2;20.39;0;2.18;10419
+67086;42.92027;2.86236;88;20221017;23.1;19.5;21.3;7.4;21.56;.2;1.94;7586
+67086;42.92027;2.86236;88;20221018;22.3;18.8;20.5;3.5;21.69;.3;1.4;6823
+67086;42.92027;2.86236;88;20221019;21.9;19.4;20.6;3.1;22.06;.2;1.11;4483
+67086;42.92027;2.86236;88;20221020;23.9;19.7;21.8;5.5;21.49;0;1.87;6131
+67086;42.92027;2.86236;88;20221021;24.5;20.3;22.4;4.3;17.69;0;2.78;7388
+67086;42.92027;2.86236;88;20221022;23.2;16.5;19.9;2.5;18.09;.1;1.93;10530
+67086;42.92027;2.86236;88;20221023;23.9;16.2;20;2.9;18.53;0;2.02;10741
+67086;42.92027;2.86236;88;20221024;25.4;18.1;21.7;2.5;18.26;0;2.25;9827
+67086;42.92027;2.86236;88;20221025;20.6;16.4;18.5;1.9;16.96;.1;1.32;4967
+67086;42.92027;2.86236;88;20221026;21.9;16.8;19.3;2.4;19.46;.1;1.34;6867
+67086;42.92027;2.86236;88;20221027;22.5;18.3;20.4;1.8;20.23;0;1.35;7022
+67086;42.92027;2.86236;88;20221028;22.6;18.1;20.3;2.5;20.13;0;1.51;8334
+67086;42.92027;2.86236;88;20221029;20.8;16.4;18.6;3.6;18.83;.1;1.37;6848
+67086;42.92027;2.86236;88;20221030;22.2;16.4;19.3;4.1;18.96;0;1.56;8094
+67086;42.92027;2.86236;88;20221031;23.8;17.4;20.6;6.1;18.36;.5;2.41;8976
+67086;42.92027;2.86236;88;20221101;23.4;16.1;19.8;3.3;14.56;0;2.47;10684
+67086;42.92027;2.86236;88;20221102;23.1;14.8;18.9;3;12.59;.1;2.47;10895
+67086;42.92027;2.86236;88;20221103;18.1;12.1;15.1;4.2;12.86;.2;1.77;7075
+67086;42.92027;2.86236;88;20221104;15.6;11.8;13.7;7.5;9.29;2.1;3.07;8681
+67086;42.92027;2.86236;88;20221105;17.2;10.3;13.8;6.9;8.09;0;3.45;11147
+67086;42.92027;2.86236;88;20221106;17.8;5.9;11.9;2.3;9.39;0;1.52;11735
+67086;42.92027;2.86236;88;20221107;19.8;9.2;14.5;3.3;12.09;.1;1.76;10885
+67086;42.92027;2.86236;88;20221108;19;12.9;15.9;2.3;14.56;0;1.27;7027
+67086;42.92027;2.86236;88;20221109;21.2;13.8;17.5;3.2;14.69;.8;1.76;7989
+67086;42.92027;2.86236;88;20221110;19.9;12.4;16.1;4.7;11.06;0;2.61;10044
+67086;42.92027;2.86236;88;20221111;19.8;11.6;15.7;3.4;14.69;1.1;1.37;9122
+67086;42.92027;2.86236;88;20221112;20;15.7;17.8;3;16.33;.2;1.36;6429
+67086;42.92027;2.86236;88;20221113;18.4;9.9;14.1;2;13.99;0;.93;7465
+67086;42.92027;2.86236;88;20221114;19.5;13.3;16.4;3.9;14.56;0;1.52;6667
+67086;42.92027;2.86236;88;20221115;18.7;13.3;16;2.4;14.53;.4;1.17;6490
+67086;42.92027;2.86236;88;20221116;19.5;12.6;16;3.4;11.59;0;1.96;8483
+67086;42.92027;2.86236;88;20221117;20.9;10.8;15.8;3.2;11.93;4.3;1.86;9243
+67086;42.92027;2.86236;88;20221118;15.9;11.4;13.6;5.6;10.13;.4;2.22;6550
+67086;42.92027;2.86236;88;20221119;12.5;8.8;10.7;6.6;8.99;.3;1.84;6938
+67086;42.92027;2.86236;88;20221120;16.6;7.7;12.2;5.5;8.89;.6;2.27;9427
+67086;42.92027;2.86236;88;20221121;12.3;8.8;10.5;3.5;10.16;6.8;1.05;4350
+67086;42.92027;2.86236;88;20221122;13;8;10.5;8.7;8.2;4.2;2.29;7701
+67086;42.92027;2.86236;88;20221123;18;8.7;13.4;3.6;10.45;5.6;1.67;8031
+67086;42.92027;2.86236;88;20221124;16.5;8;12.2;2.3;9.95;0;1.21;6781
+67086;42.92027;2.86236;88;20221125;16;9.7;12.8;4.8;10.13;1.3;1.83;6659
+67086;42.92027;2.86236;88;20221126;17.3;9.9;13.6;4.9;8.36;0;2.48;8259
+67086;42.92027;2.86236;88;20221127;14.8;5.2;10;3.2;9.29;.9;1.1;8239
+67086;42.92027;2.86236;88;20221128;12.7;8.7;10.7;5.5;10.23;3.7;1.28;4057
+67086;42.92027;2.86236;88;20221129;13.3;8.9;11.1;5.3;8.66;1.4;1.83;6510
+67086;42.92027;2.86236;88;20221130;13.7;5.7;9.7;4.2;7.63;0;1.6;8401
+67086;42.92027;2.86236;88;20221201;10.3;3.4;6.9;4.3;7.23;0;1.14;6350
+67086;42.92027;2.86236;88;20221202;10.9;3.1;7;2.9;6.83;.1;1.01;7722
+67086;42.92027;2.86236;88;20221203;9;4;6.5;2.6;7.49;1.2;.81;4676
+67086;42.92027;2.86236;88;20221204;13;5.8;9.4;2.8;7.89;0;1.14;7168
+67086;42.92027;2.86236;88;20221205;12.2;1.8;7;2.1;6.96;.1;.81;8313
+67086;42.92027;2.86236;88;20221206;13.2;6.9;10.1;1.9;7.63;.1;.95;6645
+67086;42.92027;2.86236;88;20221207;15.7;8.7;12.2;2.2;9.09;0;1.11;7112
+67086;42.92027;2.86236;88;20221208;8.7;5.9;7.3;2.8;8.79;2.1;.66;3607
+67086;42.92027;2.86236;88;20221209;16;5.9;11;2.6;10.86;.8;.75;7380
+67086;42.92027;2.86236;88;20221210;8.1;8;8;7.5;7.29;0;1.77;3654
+67086;42.92027;2.86236;88;20221211;7.3;-.1;3.6;4;4.26;0;1.41;6781
+67086;42.92027;2.86236;88;20221212;10.1;2.3;6.2;3.9;6.63;4.4;1.19;5145
+67086;42.92027;2.86236;88;20221213;8.5;3.6;6;2.3;8.79;3.4;.37;5276
+67086;42.92027;2.86236;88;20221214;12.8;7.6;10.2;3.1;11.56;1.3;.51;4692
+67086;42.92027;2.86236;88;20221215;14.5;9.1;11.8;3.4;12.79;4.9;.56;5285
+67086;42.92027;2.86236;88;20221216;14.6;10.4;12.5;3;11.39;.7;.97;4938
+67086;42.92027;2.86236;88;20221217;12.5;6.5;9.5;3.1;8.99;0;.94;6183
+67086;42.92027;2.86236;88;20221218;14.4;6.3;10.4;3.9;9.69;0;.97;7339
+67086;42.92027;2.86236;88;20221219;16.6;10.2;13.4;4.3;11.79;0;1.23;6090
+67086;42.92027;2.86236;88;20221220;14.4;8.9;11.6;2.7;12.19;.2;.61;5141
+67086;42.92027;2.86236;88;20221221;18.8;10.8;14.8;3;11.66;0;1.34;6794
+67086;42.92027;2.86236;88;20221222;19.9;10.5;15.2;3.2;11.23;0;1.58;7169
+67086;42.92027;2.86236;88;20221223;21;12.8;16.9;2.5;12.06;.1;1.49;6892
+67086;42.92027;2.86236;88;20221224;19.6;10.6;15.1;2;11.29;.1;1.14;7067
+67086;42.92027;2.86236;88;20221225;14;8.5;11.3;2.3;12.23;0;.53;4015
+67086;42.92027;2.86236;88;20221226;17.1;11.4;14.3;2.2;12.56;0;.94;5150
+67086;42.92027;2.86236;88;20221227;18;9.2;13.6;2.6;11.13;.1;1.08;7590
+67086;42.92027;2.86236;88;20221228;11.5;7.2;9.3;2.1;10.59;0;.52;4080
+67086;42.92027;2.86236;88;20221229;13.4;9.3;11.3;1.8;11.23;0;.65;4532
+67086;42.92027;2.86236;88;20221230;14.1;8.7;11.4;2;11.73;0;.61;4729
+67086;42.92027;2.86236;88;20221231;15.5;11.6;13.6;2.5;13.33;0;.71;4913
+67087;42.95606;3.03411;1;20220101;11.3;7.2;9.3;1.9;11.81;.1;.21;6791
+67087;42.95606;3.03411;1;20220102;11.6;9.6;10.6;2.6;11.61;.2;.48;5206
+67087;42.95606;3.03411;1;20220103;15;9.1;12.1;2.9;11.91;.1;.69;7914
+67087;42.95606;3.03411;1;20220104;12.1;9.6;10.9;3.8;12.11;.4;.45;5690
+67087;42.95606;3.03411;1;20220105;9.7;9.2;9.5;8.6;6.51;0;2.55;5227
+67087;42.95606;3.03411;1;20220106;8.6;4.9;6.8;9.3;5.01;0;2.52;6663
+67087;42.95606;3.03411;1;20220107;9.6;4.6;7.1;7.4;6.11;.2;1.87;8133
+67087;42.95606;3.03411;1;20220108;13.5;8.5;11;7.2;8.51;.6;2.01;8297
+67087;42.95606;3.03411;1;20220109;11.4;10.5;11;7.6;9.21;18.8;1.79;4088
+67087;42.95606;3.03411;1;20220110;9.3;8;8.7;5.9;9.31;8.1;.94;1655
+67087;42.95606;3.03411;1;20220111;12.6;7.6;10.1;9.4;6.34;0;2.66;7815
+67087;42.95606;3.03411;1;20220112;11;6.1;8.6;6.2;5.56;0;1.94;7658
+67087;42.95606;3.03411;1;20220113;9.2;1.4;5.3;2.6;6.41;0;.78;9406
+67087;42.95606;3.03411;1;20220114;9.6;2.1;5.9;2.9;6.71;.1;.85;9319
+67087;42.95606;3.03411;1;20220115;11.2;2.7;7;2;6.91;0;.79;9900
+67087;42.95606;3.03411;1;20220116;13.9;7.5;10.7;5.3;4.11;0;3.1;8852
+67087;42.95606;3.03411;1;20220117;14.1;8.1;11.1;6.7;4.91;0;3.38;8685
+67087;42.95606;3.03411;1;20220118;10.1;5;7.6;3.5;6.71;0;1.25;8186
+67087;42.95606;3.03411;1;20220119;11.2;2.8;7;5;6.91;0;1.38;10290
+67087;42.95606;3.03411;1;20220120;12;6.3;9.2;6;7.21;0;1.88;9983
+67087;42.95606;3.03411;1;20220121;8.3;4.3;6.3;8.3;5.51;0;2.1;7599
+67087;42.95606;3.03411;1;20220122;13;3.9;8.5;5.8;4.91;0;2.6;10609
+67087;42.95606;3.03411;1;20220123;9.7;2.8;6.3;2.5;6.71;0;.93;9687
+67087;42.95606;3.03411;1;20220124;11;5.2;8.1;2.7;8.81;0;.81;5029
+67087;42.95606;3.03411;1;20220125;10.8;5.5;8.2;2.8;8.71;.1;.85;8829
+67087;42.95606;3.03411;1;20220126;16.7;3.9;10.3;3.1;6.91;0;1.82;11076
+67087;42.95606;3.03411;1;20220127;13;7.8;10.4;4.2;6.01;0;2.2;11200
+67087;42.95606;3.03411;1;20220128;15.3;8.9;12.1;8.5;5.31;0;4.1;9831
+67087;42.95606;3.03411;1;20220129;16.6;9.1;12.9;7.7;5.71;0;4.03;10625
+67087;42.95606;3.03411;1;20220130;17.5;11;14.3;9.3;8.51;0;3.74;10092
+67087;42.95606;3.03411;1;20220131;13;7.3;10.2;11.9;8.01;.2;2.61;10390
+67087;42.95606;3.03411;1;20220201;11.6;6.5;9.1;11.2;6.61;0;2.84;9288
+67087;42.95606;3.03411;1;20220202;15;10.3;12.7;9.9;9.21;0;2.85;9064
+67087;42.95606;3.03411;1;20220203;13.1;5.5;9.3;3.8;9.51;0;1.13;10005
+67087;42.95606;3.03411;1;20220204;16.8;9.7;13.3;6.1;9.71;0;2.45;11027
+67087;42.95606;3.03411;1;20220205;14.9;10.6;12.8;8.3;8.61;0;2.96;10688
+67087;42.95606;3.03411;1;20220206;12.4;7.1;9.8;7.7;6.81;.2;2.65;11507
+67087;42.95606;3.03411;1;20220207;15.5;9.7;12.6;8.9;8.81;.1;2.98;10426
+67087;42.95606;3.03411;1;20220208;12.5;9.3;10.9;3.9;8.01;0;1.85;8205
+67087;42.95606;3.03411;1;20220209;12.9;6.5;9.7;3.6;9.21;0;1.34;11108
+67087;42.95606;3.03411;1;20220210;13.5;9.7;11.6;3;10.71;0;1.25;8989
+67087;42.95606;3.03411;1;20220211;15.6;8.3;12;4.7;9.71;0;1.92;10022
+67087;42.95606;3.03411;1;20220212;10.8;4.3;7.6;2.5;8.11;0;1.13;11544
+67087;42.95606;3.03411;1;20220213;14.3;8;11.2;4.6;10.91;0;1.37;11203
+67087;42.95606;3.03411;1;20220214;13.2;9.7;11.5;6.3;8.91;.3;2.19;8514
+67087;42.95606;3.03411;1;20220215;13.5;8.6;11.1;6.9;7.71;0;2.67;10543
+67087;42.95606;3.03411;1;20220216;17.2;10.4;13.8;6.2;9.81;.6;2.79;12287
+67087;42.95606;3.03411;1;20220217;18.1;13.1;15.6;6.9;11.78;0;2.48;8400
+67087;42.95606;3.03411;1;20220218;18.6;9.6;14.1;3.9;11.51;0;2.13;13493
+67087;42.95606;3.03411;1;20220219;11.6;9.8;10.7;6.2;8.41;.1;2.12;7245
+67087;42.95606;3.03411;1;20220220;16.3;8;12.2;6.6;8.41;0;2.97;14925
+67087;42.95606;3.03411;1;20220221;16.4;11.8;14.1;10.1;8.61;.2;4;13691
+67087;42.95606;3.03411;1;20220222;16.2;9.5;12.9;8.2;8.31;0;3.43;13012
+67087;42.95606;3.03411;1;20220223;17.6;9.7;13.7;4.2;10.11;0;2.47;14152
+67087;42.95606;3.03411;1;20220224;14.7;10;12.4;4.1;11.31;0;1.65;11370
+67087;42.95606;3.03411;1;20220225;13.6;9.6;11.6;6.9;7.01;0;3.2;10712
+67087;42.95606;3.03411;1;20220226;12.1;5.2;8.7;6.4;6.21;0;2.69;13749
+67087;42.95606;3.03411;1;20220227;13.1;4.7;8.9;4.1;8.61;0;1.82;16214
+67087;42.95606;3.03411;1;20220228;13.6;6.5;10.1;3.7;9.41;0;1.75;14218
+67087;42.95606;3.03411;1;20220301;12.8;10.4;11.6;7.2;9.61;0;2.29;12391
+67087;42.95606;3.03411;1;20220302;13.3;11.3;12.3;5.3;11.31;1.2;1.63;8397
+67087;42.95606;3.03411;1;20220303;14.5;9.3;11.9;3.2;11.01;0;1.69;12762
+67087;42.95606;3.03411;1;20220304;14.8;9.6;12.2;8.1;9.61;0;2.69;12890
+67087;42.95606;3.03411;1;20220305;15.2;9;12.1;8.5;7.61;0;3.61;14080
+67087;42.95606;3.03411;1;20220306;14.1;8.1;11.1;5.5;7.41;0;2.81;11639
+67087;42.95606;3.03411;1;20220307;10.5;5;7.8;4.7;8.31;0;1.59;13613
+67087;42.95606;3.03411;1;20220308;13.4;6.7;10.1;8;10.01;.6;1.87;15019
+67087;42.95606;3.03411;1;20220309;13.1;9.1;11.1;7;11.01;0;1.64;12054
+67087;42.95606;3.03411;1;20220310;13.9;10.5;12.2;7.8;11.41;0;1.88;11334
+67087;42.95606;3.03411;1;20220311;12.8;12;12.4;15.7;12.11;19.4;1.6;6310
+67087;42.95606;3.03411;1;20220312;12.2;11.6;11.9;13;12.01;80.9;1.35;5707
+67087;42.95606;3.03411;1;20220313;12.6;10.3;11.5;11.7;11.11;9.4;1.75;9846
+67087;42.95606;3.03411;1;20220314;12.7;6.5;9.6;7.9;12.21;1;.79;15360
+67087;42.95606;3.03411;1;20220315;13.1;12.4;12.8;10.1;13.31;.1;.93;2402
+67087;42.95606;3.03411;1;20220316;13.1;12.1;12.6;4.1;13.31;0;1.09;7168
+67087;42.95606;3.03411;1;20220317;14.9;11.6;13.3;3.5;12.51;1.3;1.78;11919
+67087;42.95606;3.03411;1;20220318;15;10.9;13;3;11.81;.1;1.93;13232
+67087;42.95606;3.03411;1;20220319;12.8;10.7;11.8;1.8;11.41;.1;1.46;9974
+67087;42.95606;3.03411;1;20220320;12.6;10.1;11.4;9.6;12.31;11.7;1.17;10838
+67087;42.95606;3.03411;1;20220321;12.8;11.1;12;11.4;10.81;.7;2.13;9271
+67087;42.95606;3.03411;1;20220322;13.1;11.4;12.3;10.3;9.41;0;2.9;9346
+67087;42.95606;3.03411;1;20220323;13.7;11.5;12.6;6.5;9.81;0;2.59;10513
+67087;42.95606;3.03411;1;20220324;13.7;8.3;11;4.2;11.21;0;1.85;15766
+67087;42.95606;3.03411;1;20220325;14.2;12;13.1;2.6;11.61;0;1.83;10682
+67087;42.95606;3.03411;1;20220326;15.4;9.8;12.6;2.2;11.71;0;2.14;16297
+67087;42.95606;3.03411;1;20220327;17.9;10;14;2.1;9.21;0;2.96;19238
+67087;42.95606;3.03411;1;20220328;15.2;9.1;12.2;7;10.71;0;2.74;20155
+67087;42.95606;3.03411;1;20220329;15.7;11.1;13.4;4.7;12.61;5.3;1.78;9286
+67087;42.95606;3.03411;1;20220330;14.9;9.8;12.4;4.6;11.31;1.9;2.04;12252
+67087;42.95606;3.03411;1;20220331;15.6;11.1;13.4;7;8.91;.1;3.56;14891
+67087;42.95606;3.03411;1;20220401;9.5;4.6;7.1;11.4;5.31;.3;3.38;17891
+67087;42.95606;3.03411;1;20220402;9.8;2.3;6;6;5.3;0;2.31;11490
+67087;42.95606;3.03411;1;20220403;10.9;4.2;7.5;6.6;4.61;0;3.58;20700
+67087;42.95606;3.03411;1;20220404;14.3;3.2;8.7;5.1;4.81;.1;3.89;23500
+67087;42.95606;3.03411;1;20220405;17.9;7.3;12.6;6.2;5.81;0;4.94;23385
+67087;42.95606;3.03411;1;20220406;18;11.3;14.7;5.8;9.41;0;4.02;19262
+67087;42.95606;3.03411;1;20220407;20.7;11.5;16.1;5.2;10.81;0;4.32;22480
+67087;42.95606;3.03411;1;20220408;19.2;15.3;17.3;5.4;12.11;0;3.73;15257
+67087;42.95606;3.03411;1;20220409;16.8;9.9;13.4;6.4;7.91;0;4.13;18125
+67087;42.95606;3.03411;1;20220410;13.1;6.7;9.9;5.6;9.11;0;2.45;17502
+67087;42.95606;3.03411;1;20220411;14.2;12.7;13.5;13.3;12.81;0;2.09;12693
+67087;42.95606;3.03411;1;20220412;14;12.8;13.4;9;13.21;.9;1.67;9349
+67087;42.95606;3.03411;1;20220413;15.9;12.8;14.4;3.6;12.41;.3;2.05;9094
+67087;42.95606;3.03411;1;20220414;22;12.7;17.4;3.2;10.61;0;4.42;23703
+67087;42.95606;3.03411;1;20220415;24;14.9;19.4;6.6;12.63;0;5.02;20075
+67087;42.95606;3.03411;1;20220416;23.3;16.1;19.7;10.5;12.63;0;5.78;21194
+67087;42.95606;3.03411;1;20220417;21;14.5;17.7;4.5;11.11;0;4.78;24600
+67087;42.95606;3.03411;1;20220418;22.8;13.2;18;6.4;10.51;0;5.62;24367
+67087;42.95606;3.03411;1;20220419;22.4;15.3;18.9;5.5;11.21;2.6;4.92;17853
+67087;42.95606;3.03411;1;20220420;14.7;10.4;12.6;5.3;11.31;42.8;2.57;17200
+67087;42.95606;3.03411;1;20220421;13.7;9.7;11.7;7;11.41;.7;2.21;16736
+67087;42.95606;3.03411;1;20220422;16.1;12.1;14.1;5.2;12.61;.1;2.88;19507
+67087;42.95606;3.03411;1;20220423;16.7;12.8;14.8;10.6;11.61;20.3;3.58;16727
+67087;42.95606;3.03411;1;20220424;20.3;10.1;15.2;5.1;11.21;.4;4.03;21666
+67087;42.95606;3.03411;1;20220425;20.6;12.9;16.8;4.4;11.61;0;4.36;23156
+67087;42.95606;3.03411;1;20220426;16.9;10.9;13.9;2.6;12.51;0;2.96;20723
+67087;42.95606;3.03411;1;20220427;17.6;11.8;14.7;2;13.61;0;2.53;16191
+67087;42.95606;3.03411;1;20220428;19.7;14.3;17;3.3;14.71;0;3.33;19938
+67087;42.95606;3.03411;1;20220429;26.3;16.8;21.6;5.8;14.31;0;5.95;24059
+67087;42.95606;3.03411;1;20220430;24.2;17.5;20.9;6.1;12.71;0;5.63;19540
+67087;42.95606;3.03411;1;20220501;24.3;15.4;19.9;5.3;10.51;0;6.17;25552
+67087;42.95606;3.03411;1;20220502;18.3;15.8;17.1;3.4;12.61;0;3.21;14302
+67087;42.95606;3.03411;1;20220503;20.4;14.2;17.3;3.5;13.91;.2;3.15;14936
+67087;42.95606;3.03411;1;20220504;23.1;14.8;19;4.8;12.81;.9;5.16;25073
+67087;42.95606;3.03411;1;20220505;22.3;14.3;18.3;6.8;11.31;.2;5.66;24752
+67087;42.95606;3.03411;1;20220506;22.6;14.4;18.5;7.7;10.61;0;6.19;25150
+67087;42.95606;3.03411;1;20220507;24.6;15.5;20.1;8;11.41;.1;6.96;27738
+67087;42.95606;3.03411;1;20220508;26.7;17;21.9;4.8;12.81;.5;6.59;28589
+67087;42.95606;3.03411;1;20220509;19.6;15.3;17.5;2;15.61;0;3.16;18848
+67087;42.95606;3.03411;1;20220510;19.7;14.5;17.1;3.4;16.11;.1;3.24;20660
+67087;42.95606;3.03411;1;20220511;19.4;15.1;17.3;4.8;16.51;0;3;18993
+67087;42.95606;3.03411;1;20220512;19.7;16;17.9;3.7;16.01;0;3.01;16095
+67087;42.95606;3.03411;1;20220513;20.7;15.6;18.2;3.4;15.11;0;3.87;21823
+67087;42.95606;3.03411;1;20220514;22;16.1;19.1;1.8;16.61;0;3.81;22235
+67087;42.95606;3.03411;1;20220515;20.1;16.9;18.5;3.7;17.41;.2;3;16821
+67087;42.95606;3.03411;1;20220516;21.8;17.4;19.6;3.8;17.61;.1;3.89;21839
+67087;42.95606;3.03411;1;20220517;19.7;17;18.4;1.9;18.31;.1;2.68;15671
+67087;42.95606;3.03411;1;20220518;24.6;17.9;21.3;2.1;20.11;0;4.23;23912
+67087;42.95606;3.03411;1;20220519;21.1;19.1;20.1;5.8;20.91;.1;1.99;9449
+67087;42.95606;3.03411;1;20220520;23.6;19.1;21.4;5.7;19.61;0;4.03;19983
+67087;42.95606;3.03411;1;20220521;23.2;18.5;20.9;2.6;19.61;.2;4.14;23554
+67087;42.95606;3.03411;1;20220522;24.3;18.1;21.2;1.9;20.11;0;3.37;17508
+67087;42.95606;3.03411;1;20220523;25.1;19.9;22.5;5.7;17.21;0;4.89;17480
+67087;42.95606;3.03411;1;20220524;20.3;16.2;18.3;7.4;12.31;2.9;4.84;18173
+67087;42.95606;3.03411;1;20220525;21.8;14.2;18;9.7;11.41;0;6.08;25875
+67087;42.95606;3.03411;1;20220526;23.8;15.3;19.6;9.9;11.91;0;6.9;27346
+67087;42.95606;3.03411;1;20220527;27.6;17;22.3;8.9;13.41;0;7.91;28391
+67087;42.95606;3.03411;1;20220528;28.6;20.4;24.5;8.4;13.21;0;8.91;29474
+67087;42.95606;3.03411;1;20220529;29.3;17.2;23.3;4.2;10.11;0;7.71;30656
+67087;42.95606;3.03411;1;20220530;21.8;16.8;19.3;3.6;13.11;.5;4.69;22133
+67087;42.95606;3.03411;1;20220531;21.9;16.7;19.3;2.8;17.51;.1;4.54;27846
+67087;42.95606;3.03411;1;20220601;20.9;16.9;18.9;3.2;20.01;0;2.25;13092
+67087;42.95606;3.03411;1;20220602;21.5;18.8;20.2;2.6;20.31;0;2.95;16281
+67087;42.95606;3.03411;1;20220603;24.2;19.1;21.7;3.6;21.11;.1;4.01;21859
+67087;42.95606;3.03411;1;20220604;23.1;19.7;21.4;2.2;21.71;0;3.34;18147
+67087;42.95606;3.03411;1;20220605;28.5;19.6;24.1;5.7;17.41;0;7.03;30088
+67087;42.95606;3.03411;1;20220606;25.7;19.6;22.7;3.6;17.71;1.5;5.73;28612
+67087;42.95606;3.03411;1;20220607;27.7;19.6;23.7;5.1;17.01;0;6.59;28426
+67087;42.95606;3.03411;1;20220608;26.9;19.3;23.1;5.3;16.31;.1;5.73;20896
+67087;42.95606;3.03411;1;20220609;25.6;17;21.3;9.3;12.41;0;7.66;28173
+67087;42.95606;3.03411;1;20220610;32.9;18;25.5;5.7;13.11;0;9.05;31262
+67087;42.95606;3.03411;1;20220611;27.6;20.1;23.9;3.1;15.31;0;6.05;26459
+67087;42.95606;3.03411;1;20220612;27;20.1;23.6;3.6;16.41;.5;5.92;25934
+67087;42.95606;3.03411;1;20220613;30.4;22.5;26.5;4.1;18.71;0;6.69;25602
+67087;42.95606;3.03411;1;20220614;26.6;21.8;24.2;3.5;17.21;.8;5.38;21510
+67087;42.95606;3.03411;1;20220615;26.4;20.7;23.6;3;21.41;0;5.32;27587
+67087;42.95606;3.03411;1;20220616;30.2;20.4;25.3;3.3;21.61;0;6.35;30132
+67087;42.95606;3.03411;1;20220617;30.7;24.1;27.4;4.2;20.31;0;6.7;25002
+67087;42.95606;3.03411;1;20220618;25.8;21.5;23.7;4.7;24.11;.1;5.42;31314
+67087;42.95606;3.03411;1;20220619;24;22.3;23.2;12.9;24.51;0;4.01;25790
+67087;42.95606;3.03411;1;20220620;23.3;21.1;22.2;7.1;23.91;0;2.38;11734
+67087;42.95606;3.03411;1;20220621;25.1;21.5;23.3;3.6;25.61;1;3.43;18862
+67087;42.95606;3.03411;1;20220622;26.7;21.4;24.1;5.7;24.21;2.8;4.52;22569
+67087;42.95606;3.03411;1;20220623;26.7;20.6;23.7;4;22.21;7;4.88;24100
+67087;42.95606;3.03411;1;20220624;28;19.8;23.9;4.7;16.81;0;6.85;30267
+67087;42.95606;3.03411;1;20220625;24.5;19.3;21.9;5;19.91;1.4;4.74;24694
+67087;42.95606;3.03411;1;20220626;25.9;20.1;23;4.3;17.81;0;5.38;23511
+67087;42.95606;3.03411;1;20220627;26.1;18.2;22.2;9.2;14.91;.9;6.89;24343
+67087;42.95606;3.03411;1;20220628;29.6;19;24.3;6.7;13.31;0;8.59;31225
+67087;42.95606;3.03411;1;20220629;27.4;19.7;23.6;3.4;16.01;.3;6.58;31319
+67087;42.95606;3.03411;1;20220630;25.9;20.4;23.2;6.2;16.11;0;5.98;21114
+67087;42.95606;3.03411;1;20220701;28.1;16.8;22.5;6.8;12.31;0;8.09;31261
+67087;42.95606;3.03411;1;20220702;24.4;17.6;21;3.2;15.01;0;5.17;25215
+67087;42.95606;3.03411;1;20220703;26.5;18.8;22.7;3.2;17.51;0;5.5;26707
+67087;42.95606;3.03411;1;20220704;33.8;22.4;28.1;4.6;18.31;0;8.39;31150
+67087;42.95606;3.03411;1;20220705;33.8;23.2;28.5;6.4;17.11;.1;9.53;31107
+67087;42.95606;3.03411;1;20220706;31.3;24.4;27.9;6.2;14.11;0;8.88;25262
+67087;42.95606;3.03411;1;20220707;31.5;21.6;26.6;8.3;14.81;0;9.69;29922
+67087;42.95606;3.03411;1;20220708;32.8;21.4;27.1;5.5;14.31;0;9.05;30960
+67087;42.95606;3.03411;1;20220709;31.5;21.8;26.7;4.6;14.41;0;8.14;29536
+67087;42.95606;3.03411;1;20220710;29.5;23.2;26.4;3.8;16.21;0;6.61;24048
+67087;42.95606;3.03411;1;20220711;27;21;24;2.6;21.01;0;4.86;23461
+67087;42.95606;3.03411;1;20220712;28.2;19.8;24;3;23.41;.1;5.24;27434
+67087;42.95606;3.03411;1;20220713;27.4;21.3;24.4;2.7;24.71;0;4.58;23549
+67087;42.95606;3.03411;1;20220714;26.8;23.1;25;2.7;24.81;.2;3.99;18629
+67087;42.95606;3.03411;1;20220715;39.4;20.4;29.9;3.6;19.41;0;8.7;30515
+67087;42.95606;3.03411;1;20220716;29.7;25.3;27.5;3;19.91;0;5.52;20091
+67087;42.95606;3.03411;1;20220717;29.4;23.1;26.3;2.6;22.61;.1;6.26;30363
+67087;42.95606;3.03411;1;20220718;29.3;21.6;25.5;3.5;26.21;0;5.15;25973
+67087;42.95606;3.03411;1;20220719;26.1;24;25.1;6.9;27.21;.1;3.17;13958
+67087;42.95606;3.03411;1;20220720;33.6;23.8;28.7;4.8;21.01;0;7.89;28957
+67087;42.95606;3.03411;1;20220721;33.2;24.6;28.9;4.1;19.01;0;7.61;27144
+67087;42.95606;3.03411;1;20220722;30.3;24.1;27.2;4;21.61;1.9;6.06;23204
+67087;42.95606;3.03411;1;20220723;32.6;22;27.3;6.8;16.61;0;8.47;24505
+67087;42.95606;3.03411;1;20220724;28.1;24.4;26.3;2.9;19.81;0;4.87;18154
+67087;42.95606;3.03411;1;20220725;31.4;23.3;27.4;7;20.81;.5;7.61;26070
+67087;42.95606;3.03411;1;20220726;30.3;21.1;25.7;7.7;15.91;0;8.4;27597
+67087;42.95606;3.03411;1;20220727;32.4;20.8;26.6;6.7;13.11;0;9.43;29436
+67087;42.95606;3.03411;1;20220728;29.3;21.7;25.5;3.5;15.11;0;6.42;25036
+67087;42.95606;3.03411;1;20220729;31.4;24;27.7;5;17.01;1.9;7.43;23728
+67087;42.95606;3.03411;1;20220730;33.8;23.4;28.6;6.8;17.01;0;9.38;28841
+67087;42.95606;3.03411;1;20220731;36.9;25.2;31.1;5.6;15.51;0;10.07;28993
+67087;42.95606;3.03411;1;20220801;38.2;25.9;32.1;5.7;15.11;0;10.58;28876
+67087;42.95606;3.03411;1;20220802;31.6;25.7;28.7;4;17.81;0;6.79;21839
+67087;42.95606;3.03411;1;20220803;27.2;22.6;24.9;4.2;24.31;0;4.26;19380
+67087;42.95606;3.03411;1;20220804;26.2;23.6;24.9;3;26.41;.3;2.75;11715
+67087;42.95606;3.03411;1;20220805;35.1;23.4;29.3;4;23.01;0;7.41;28384
+67087;42.95606;3.03411;1;20220806;36.4;25;30.7;5;18.91;0;8.92;28256
+67087;42.95606;3.03411;1;20220807;30.9;25.9;28.4;3.1;19.61;0;5.7;19810
+67087;42.95606;3.03411;1;20220808;29.7;23.6;26.7;3.5;19.81;0;5.64;21630
+67087;42.95606;3.03411;1;20220809;29.3;22.4;25.9;3.3;20.41;0;5.42;22808
+67087;42.95606;3.03411;1;20220810;28.1;22.7;25.4;3.6;25.81;0;4.24;20254
+67087;42.95606;3.03411;1;20220811;27.7;24.8;26.3;3.3;29.31;0;2.48;9864
+67087;42.95606;3.03411;1;20220812;33;24.2;28.6;4;28.61;0;5.86;25204
+67087;42.95606;3.03411;1;20220813;29;23.6;26.3;3.3;28.11;1;4.92;25318
+67087;42.95606;3.03411;1;20220814;30.2;23.8;27;4.8;23.34;.5;5.85;19715
+67087;42.95606;3.03411;1;20220815;32.9;23.5;28.2;4.1;18.11;0;6.38;23175
+67087;42.95606;3.03411;1;20220816;27.6;22.2;24.9;4.4;18.51;0;6.42;24401
+67087;42.95606;3.03411;1;20220817;28.4;21;24.7;5.3;18.86;1.1;4.88;15645
+67087;42.95606;3.03411;1;20220818;27.5;20;23.8;9.5;16.04;0;6.52;19013
+67087;42.95606;3.03411;1;20220819;28.6;19.5;24.1;10.8;15.94;0;8.13;24626
+67087;42.95606;3.03411;1;20220820;33.7;22.6;28.2;6;16.04;0;8.18;24781
+67087;42.95606;3.03411;1;20220821;33.3;24.1;28.7;5.9;16.34;0;7.77;22237
+67087;42.95606;3.03411;1;20220822;29.7;22.3;26;9.4;17.59;0;7.72;21810
+67087;42.95606;3.03411;1;20220823;33.7;22.7;28.2;6.3;18.26;0;7.86;23643
+67087;42.95606;3.03411;1;20220824;27.1;21.8;24.5;2.7;17.94;.7;5.42;22942
+67087;42.95606;3.03411;1;20220825;30.4;22.4;26.4;4.2;20.79;.4;5.37;18995
+67087;42.95606;3.03411;1;20220826;33.7;23.9;28.8;7.5;18.49;0;8.21;22245
+67087;42.95606;3.03411;1;20220827;33.9;23.8;28.9;4.7;17.84;0;6.59;20655
+67087;42.95606;3.03411;1;20220828;27.3;21.6;24.5;2.9;17.84;0;5.33;23158
+67087;42.95606;3.03411;1;20220829;25.2;21.5;23.4;3.4;21.66;2.8;4.46;19985
+67087;42.95606;3.03411;1;20220830;27;20.9;24;2.8;21.76;.1;4.85;22238
+67087;42.95606;3.03411;1;20220831;28.3;21.4;24.9;3.6;21.04;.3;4.05;16573
+67087;42.95606;3.03411;1;20220901;30.2;23.3;26.8;4.8;19.14;.3;6.34;22455
+67087;42.95606;3.03411;1;20220902;28.7;22.5;25.6;2.8;20.34;1.4;4.52;19059
+67087;42.95606;3.03411;1;20220903;25.7;20.7;23.2;2.9;20.91;.2;3.56;17027
+67087;42.95606;3.03411;1;20220904;25.8;22;23.9;4.3;26.01;0;2.84;14931
+67087;42.95606;3.03411;1;20220905;25.9;24.1;25;8.5;28.11;.1;2.41;10666
+67087;42.95606;3.03411;1;20220906;26.9;24.2;25.6;4.5;28.41;1.6;2.36;9703
+67087;42.95606;3.03411;1;20220907;26.4;22.1;24.3;3.5;22.01;0;3.44;14071
+67087;42.95606;3.03411;1;20220908;26.9;20.3;23.6;4.2;14.71;0;5.08;17818
+67087;42.95606;3.03411;1;20220909;28.2;20.8;24.5;4.1;14.11;0;5.56;19524
+67087;42.95606;3.03411;1;20220910;25.5;18.6;22.1;3.3;15.11;0;4.4;19938
+67087;42.95606;3.03411;1;20220911;25;18.6;21.8;3.8;18.01;0;3.82;17984
+67087;42.95606;3.03411;1;20220912;25.9;20.6;23.3;3.7;24.51;.1;2.99;16372
+67087;42.95606;3.03411;1;20220913;26.2;23.5;24.9;4.8;27.91;3;2.22;10215
+67087;42.95606;3.03411;1;20220914;26.3;22.4;24.4;3.1;23.91;.2;2.64;10479
+67087;42.95606;3.03411;1;20220915;28.2;20.7;24.5;3.8;18.41;.8;4.61;18741
+67087;42.95606;3.03411;1;20220916;28.2;21.3;24.8;6.6;16.21;0;6.04;17890
+67087;42.95606;3.03411;1;20220917;25.1;16.4;20.8;5.7;9.71;0;5.93;19742
+67087;42.95606;3.03411;1;20220918;22.1;13.4;17.8;3.6;9.21;0;4.07;16421
+67087;42.95606;3.03411;1;20220919;29.8;15.3;22.6;3.3;10.11;0;5.38;20856
+67087;42.95606;3.03411;1;20220920;24.1;15.1;19.6;3;11.81;0;4.01;19548
+67087;42.95606;3.03411;1;20220921;25.1;16.2;20.7;3.1;10.31;.1;4.44;19279
+67087;42.95606;3.03411;1;20220922;22.5;17.3;19.9;2.7;15.71;0;3.33;19044
+67087;42.95606;3.03411;1;20220923;22.5;15.6;19.1;6.5;18.41;10.3;2.84;17754
+67087;42.95606;3.03411;1;20220924;22.8;16.8;19.8;4.9;15.41;2.7;3.09;9234
+67087;42.95606;3.03411;1;20220925;22.6;15;18.8;6.6;11.81;0;4.66;17303
+67087;42.95606;3.03411;1;20220926;23.1;15;19.1;6.3;10.81;.1;5.07;19232
+67087;42.95606;3.03411;1;20220927;20.2;15.8;18;6.9;12.01;0;4.01;13281
+67087;42.95606;3.03411;1;20220928;24.6;17.1;20.9;7.3;13.81;.6;5.01;16732
+67087;42.95606;3.03411;1;20220929;20.6;16.5;18.6;6.4;12.21;.9;3.98;12641
+67087;42.95606;3.03411;1;20220930;20.3;13;16.7;6.4;10.81;.1;3.98;16221
+67087;42.95606;3.03411;1;20221001;24.1;13.5;18.8;4;12.16;0;3.83;16183
+67087;42.95606;3.03411;1;20221002;24.9;18.4;21.7;3.1;14.94;0;3.65;17326
+67087;42.95606;3.03411;1;20221003;27.5;17.5;22.5;3.9;14.36;0;4.06;16291
+67087;42.95606;3.03411;1;20221004;21.7;15.9;18.8;2.7;15.51;0;2.54;14075
+67087;42.95606;3.03411;1;20221005;20.9;16;18.5;4;19.11;.5;1.83;12932
+67087;42.95606;3.03411;1;20221006;25.6;18.3;22;3.4;17.91;0;3.22;15308
+67087;42.95606;3.03411;1;20221007;22;16.4;19.2;2.5;17.41;2.2;2.24;13458
+67087;42.95606;3.03411;1;20221008;21.8;16.8;19.3;2.7;18.31;2.9;2.08;12674
+67087;42.95606;3.03411;1;20221009;20.8;16.2;18.5;1.5;16.81;.1;1.94;12977
+67087;42.95606;3.03411;1;20221010;20.9;17.5;19.2;3.2;18.81;.6;1.71;9161
+67087;42.95606;3.03411;1;20221011;21.7;16.7;19.2;2.5;18.21;0;1.98;12303
+67087;42.95606;3.03411;1;20221012;22.6;15.6;19.1;2.6;16.31;.7;2.39;14374
+67087;42.95606;3.03411;1;20221013;22;16.8;19.4;2.8;15.71;0;2.39;12269
+67087;42.95606;3.03411;1;20221014;25.7;19.4;22.6;4.5;15.81;.1;3.8;13220
+67087;42.95606;3.03411;1;20221015;21.2;16.3;18.8;2.6;17.71;.1;1.86;11714
+67087;42.95606;3.03411;1;20221016;22.6;19;20.8;7;20.81;0;2.09;10150
+67087;42.95606;3.03411;1;20221017;21.9;20.6;21.3;12.3;22.51;.5;1.67;6628
+67087;42.95606;3.03411;1;20221018;21.2;20.3;20.8;5.1;22.61;.2;1.15;5713
+67087;42.95606;3.03411;1;20221019;21.2;20;20.6;4.5;22.71;.2;.82;2461
+67087;42.95606;3.03411;1;20221020;23.3;20.5;21.9;9.7;22.61;0;2.08;8774
+67087;42.95606;3.03411;1;20221021;23.5;21;22.3;6.9;19.21;0;3.05;8291
+67087;42.95606;3.03411;1;20221022;22.5;18.4;20.5;3.6;19.21;.1;1.98;10159
+67087;42.95606;3.03411;1;20221023;22.9;17.6;20.3;3.3;19.41;0;1.92;11163
+67087;42.95606;3.03411;1;20221024;23.5;18.6;21.1;2.8;19.41;0;1.83;8192
+67087;42.95606;3.03411;1;20221025;20.8;17.7;19.3;2.1;18.01;0;1.21;3616
+67087;42.95606;3.03411;1;20221026;21.2;18.8;20;3.3;20.41;.1;1.39;7764
+67087;42.95606;3.03411;1;20221027;22.2;19.5;20.9;2.5;21.01;.1;1.45;8066
+67087;42.95606;3.03411;1;20221028;21.8;19.3;20.6;3.3;21.21;.1;1.36;7383
+67087;42.95606;3.03411;1;20221029;20.4;19;19.7;5.8;19.61;0;1.53;6108
+67087;42.95606;3.03411;1;20221030;20.9;19.3;20.1;7.3;20.31;0;1.57;5862
+67087;42.95606;3.03411;1;20221031;22.3;19.7;21;10.8;19.71;.3;2.68;10171
+67087;42.95606;3.03411;1;20221101;22.7;17.1;19.9;3.3;15.01;0;2.39;11185
+67087;42.95606;3.03411;1;20221102;22.2;16.3;19.3;3.9;13.21;.1;2.72;11005
+67087;42.95606;3.03411;1;20221103;18.2;13.8;16;4.6;13.91;.1;1.76;9237
+67087;42.95606;3.03411;1;20221104;17.1;13.8;15.5;7.2;9.21;1.8;3.47;10702
+67087;42.95606;3.03411;1;20221105;17.6;10.9;14.3;7;8.21;0;3.45;12344
+67087;42.95606;3.03411;1;20221106;16.9;8.2;12.6;2.5;10.01;0;1.49;12199
+67087;42.95606;3.03411;1;20221107;18.7;11.3;15;4;13.11;0;1.65;11456
+67087;42.95606;3.03411;1;20221108;18.7;13.8;16.3;2.3;14.71;0;1.26;9166
+67087;42.95606;3.03411;1;20221109;21.5;14.5;18;4;14.81;1;2.02;10561
+67087;42.95606;3.03411;1;20221110;20.7;13.3;17;5.2;11.11;.1;2.9;10710
+67087;42.95606;3.03411;1;20221111;19.5;13.8;16.7;5.1;16.11;1.2;1.38;9488
+67087;42.95606;3.03411;1;20221112;19.2;17.6;18.4;4.5;16.91;.2;1.55;6997
+67087;42.95606;3.03411;1;20221113;17.8;11.7;14.8;3.2;15.01;0;.93;8082
+67087;42.95606;3.03411;1;20221114;19.1;15.9;17.5;6.6;15.31;0;1.93;5758
+67087;42.95606;3.03411;1;20221115;18.5;14.9;16.7;3.3;15.11;.2;1.3;7565
+67087;42.95606;3.03411;1;20221116;18.7;14.3;16.5;3.8;11.81;0;2.03;8135
+67087;42.95606;3.03411;1;20221117;20.1;12.3;16.2;3;12.51;3.6;1.65;10247
+67087;42.95606;3.03411;1;20221118;16.6;12.2;14.4;5.3;10.11;.2;2.27;7995
+67087;42.95606;3.03411;1;20221119;13.3;9.4;11.4;6.9;9.11;.3;1.94;7550
+67087;42.95606;3.03411;1;20221120;16.6;8;12.3;5.2;8.81;.2;2.12;10403
+67087;42.95606;3.03411;1;20221121;13.2;10.5;11.9;2.8;10.01;5.1;1.14;6429
+67087;42.95606;3.03411;1;20221122;13.9;9.2;11.6;10.6;8.46;3;2.56;7835
+67087;42.95606;3.03411;1;20221123;18.6;9.7;14.2;5.1;10.46;4.3;2.05;8177
+67087;42.95606;3.03411;1;20221124;16.5;9.6;13.1;4.1;10.19;0;1.53;7672
+67087;42.95606;3.03411;1;20221125;16.9;11.6;14.3;4.8;10.11;.8;2.05;8085
+67087;42.95606;3.03411;1;20221126;17.9;10.5;14.2;5.3;8.71;0;2.58;9300
+67087;42.95606;3.03411;1;20221127;15.9;8.3;12.1;5.3;10.51;.9;1.47;9337
+67087;42.95606;3.03411;1;20221128;13;10.3;11.7;6.2;10.61;4;1.35;4837
+67087;42.95606;3.03411;1;20221129;14.2;9.3;11.8;5.7;8.91;.6;1.89;7685
+67087;42.95606;3.03411;1;20221130;14.8;7.3;11.1;4.6;7.71;0;1.87;9097
+67087;42.95606;3.03411;1;20221201;11.9;4.7;8.3;4.3;7.31;0;1.32;8887
+67087;42.95606;3.03411;1;20221202;10.9;4.5;7.7;3.3;6.81;.2;1.13;8413
+67087;42.95606;3.03411;1;20221203;9.2;6.4;7.8;3.4;7.61;1.7;.98;6033
+67087;42.95606;3.03411;1;20221204;13.7;7.6;10.7;3.5;8.21;0;1.34;8158
+67087;42.95606;3.03411;1;20221205;11.6;3.7;7.7;2.9;7.21;0;.93;9032
+67087;42.95606;3.03411;1;20221206;12.2;7.9;10.1;2.9;7.81;0;1.2;6259
+67087;42.95606;3.03411;1;20221207;14;9.6;11.8;2.4;10.01;0;.89;7454
+67087;42.95606;3.03411;1;20221208;10.2;7.1;8.7;4.1;9.41;2.4;.7;6132
+67087;42.95606;3.03411;1;20221209;15.4;6.2;10.8;3.8;11.21;.7;.77;7221
+67087;42.95606;3.03411;1;20221210;9.3;8.4;8.9;8.1;7.51;0;1.87;3962
+67087;42.95606;3.03411;1;20221211;7.1;1.6;4.4;4.2;4.61;0;1.31;8167
+67087;42.95606;3.03411;1;20221212;11;4.4;7.7;4.7;7.21;4.9;1.31;5615
+67087;42.95606;3.03411;1;20221213;9.1;3.8;6.5;3.5;8.91;4;.35;7439
+67087;42.95606;3.03411;1;20221214;13.4;7.7;10.6;4.8;11.91;.9;.5;4695
+67087;42.95606;3.03411;1;20221215;14.6;11;12.8;5.1;13.81;5.7;.49;6364
+67087;42.95606;3.03411;1;20221216;14.2;11.8;13;3.3;11.61;.4;.98;5459
+67087;42.95606;3.03411;1;20221217;13;8;10.5;3.5;9.21;0;1.03;7214
+67087;42.95606;3.03411;1;20221218;14.7;7.3;11;6.8;10.71;0;1.13;8447
+67087;42.95606;3.03411;1;20221219;16.5;11.8;14.2;6.8;12.31;0;1.56;7026
+67087;42.95606;3.03411;1;20221220;14.9;10.5;12.7;2.9;12.61;.3;.64;6952
+67087;42.95606;3.03411;1;20221221;19.3;11.2;15.3;3.8;12.21;0;1.47;7504
+67087;42.95606;3.03411;1;20221222;19;12;15.5;3.4;11.51;0;1.5;8247
+67087;42.95606;3.03411;1;20221223;20.4;14.2;17.3;2.8;12.51;.2;1.49;7383
+67087;42.95606;3.03411;1;20221224;19.2;12.7;16;1.6;12.01;.1;.88;8013
+67087;42.95606;3.03411;1;20221225;14;10.8;12.4;3.2;13.01;0;.61;2344
+67087;42.95606;3.03411;1;20221226;17.1;12.8;15;2.5;13.41;0;.86;6811
+67087;42.95606;3.03411;1;20221227;17.2;10;13.6;3;11.91;.1;.95;8844
+67087;42.95606;3.03411;1;20221228;11.9;9.6;10.8;3.7;11.41;0;.59;5398
+67087;42.95606;3.03411;1;20221229;13.4;11.2;12.3;2.5;12.11;0;.65;5324
+67087;42.95606;3.03411;1;20221230;14;10.4;12.2;2.8;12.51;0;.58;6416
+67087;42.95606;3.03411;1;20221231;15.1;12.4;13.8;3.5;14.01;.1;.65;5771
+67095;43.16434;5.69681;53;20220101;11.4;9.3;10.3;1.4;11.86;0;.46;1832
+67095;43.16434;5.69681;53;20220102;13.1;10.4;11.8;2.3;10.92;0;.85;4018
+67095;43.16434;5.69681;53;20220103;17.1;7.4;12.3;2.8;10.26;0;1.16;7684
+67095;43.16434;5.69681;53;20220104;14.6;9.1;11.9;2.4;12.86;.2;.59;3124
+67095;43.16434;5.69681;53;20220105;11.9;11;11.4;7.8;7.39;0;2.5;5179
+67095;43.16434;5.69681;53;20220106;12.4;5.5;8.9;4.5;5.02;.1;1.91;7505
+67095;43.16434;5.69681;53;20220107;12.2;.4;6.3;4.1;5.46;0;1.6;8134
+67095;43.16434;5.69681;53;20220108;14.1;6;10;5.3;7.19;0;2.04;7675
+67095;43.16434;5.69681;53;20220109;12.4;8.6;10.5;6.7;7.52;0;2.32;5318
+67095;43.16434;5.69681;53;20220110;13.5;8.5;11;4.7;6.26;0;2.08;6880
+67095;43.16434;5.69681;53;20220111;13.9;.3;7.1;2.5;5.29;0;1.17;9059
+67095;43.16434;5.69681;53;20220112;14;-1.3;6.4;2;5.29;0;1.07;9076
+67095;43.16434;5.69681;53;20220113;13.8;-1.8;6;1.9;5.62;0;.98;9163
+67095;43.16434;5.69681;53;20220114;15.4;-1.3;7;1.5;5.52;.1;.99;9252
+67095;43.16434;5.69681;53;20220115;13.8;-1.9;6;1.7;5.56;0;.97;9310
+67095;43.16434;5.69681;53;20220116;13.9;-2.9;5.5;2.1;5.23;0;1.06;9370
+67095;43.16434;5.69681;53;20220117;14.6;-1.1;6.8;2.1;6.16;0;1.02;9600
+67095;43.16434;5.69681;53;20220118;13.4;-.8;6.3;2.2;7.59;.1;.85;7740
+67095;43.16434;5.69681;53;20220119;11;2.3;6.6;1.7;8.36;.1;.6;6914
+67095;43.16434;5.69681;53;20220120;13.2;4.2;8.7;4.3;6.22;0;1.65;9523
+67095;43.16434;5.69681;53;20220121;13.2;1;7.1;2.4;6.02;0;1.13;10037
+67095;43.16434;5.69681;53;20220122;12.4;-.4;6;2;6.12;0;.99;10143
+67095;43.16434;5.69681;53;20220123;12.9;-1.7;5.6;1.2;7.16;.1;.68;10284
+67095;43.16434;5.69681;53;20220124;13.1;.6;6.9;1.5;8.12;0;.71;10295
+67095;43.16434;5.69681;53;20220125;13.7;2.5;8.1;1.8;8.29;.1;.86;10302
+67095;43.16434;5.69681;53;20220126;13.8;.3;7;1.8;7.16;0;1.04;10354
+67095;43.16434;5.69681;53;20220127;13.4;1.2;7.3;1.8;7.79;0;.9;10737
+67095;43.16434;5.69681;53;20220128;14.1;.7;7.4;2;7.26;0;1.09;10955
+67095;43.16434;5.69681;53;20220129;14.1;-.2;7;1.9;7.46;0;1.01;11042
+67095;43.16434;5.69681;53;20220130;14.2;.2;7.2;2.7;7.66;.1;1.18;11264
+67095;43.16434;5.69681;53;20220131;14.5;1.6;8;6.6;6.52;.1;2.41;11021
+67095;43.16434;5.69681;53;20220201;13.3;6;9.6;8.2;5.36;0;3.06;10637
+67095;43.16434;5.69681;53;20220202;18.6;9.9;14.2;7;8.09;0;3.14;10646
+67095;43.16434;5.69681;53;20220203;17.1;2.3;9.7;2.2;9.23;0;1.27;11229
+67095;43.16434;5.69681;53;20220204;14.9;4.8;9.9;2.7;9.72;0;1.22;10621
+67095;43.16434;5.69681;53;20220205;16;7.9;12;4;7.72;0;2.07;11039
+67095;43.16434;5.69681;53;20220206;15.8;1.9;8.9;4;6.34;0;2.12;11910
+67095;43.16434;5.69681;53;20220207;16;9.5;12.7;5.4;6.29;0;3;9046
+67095;43.16434;5.69681;53;20220208;16.1;.1;8.1;1.6;7.23;0;1.32;12565
+67095;43.16434;5.69681;53;20220209;15;3.6;9.3;1.9;9.42;0;1.2;11676
+67095;43.16434;5.69681;53;20220210;14;5.5;9.7;2.4;9.89;0;1.31;11697
+67095;43.16434;5.69681;53;20220211;17.1;3.6;10.4;3.3;8.69;0;1.88;12216
+67095;43.16434;5.69681;53;20220212;15.6;3.7;9.6;3.2;7.69;0;1.9;12849
+67095;43.16434;5.69681;53;20220213;13.7;3.8;8.8;4.4;8.29;5.3;1.67;5843
+67095;43.16434;5.69681;53;20220214;13.3;9.1;11.2;4.1;10.99;27.3;1.24;4441
+67095;43.16434;5.69681;53;20220215;14;6.5;10.2;6.2;7.14;0;2.71;12577
+67095;43.16434;5.69681;53;20220216;14.3;6.8;10.6;5.1;9.19;.2;1.9;8243
+67095;43.16434;5.69681;53;20220217;22.3;12;17.1;5.5;10.06;0;3.57;13127
+67095;43.16434;5.69681;53;20220218;18.9;9.2;14.1;2.4;10.96;0;1.92;13538
+67095;43.16434;5.69681;53;20220219;15.4;7.2;11.3;4.5;8.02;0;2.42;11394
+67095;43.16434;5.69681;53;20220220;18;5.5;11.8;5.5;6.76;0;3.33;14489
+67095;43.16434;5.69681;53;20220221;17;10.9;13.9;9.1;7.62;0;4.29;11738
+67095;43.16434;5.69681;53;20220222;17.5;9;13.2;7.5;6.76;0;3.91;14539
+67095;43.16434;5.69681;53;20220223;16.3;4.5;10.4;3.5;9.19;0;2.1;15186
+67095;43.16434;5.69681;53;20220224;15.4;5.3;10.4;2.8;10.53;.5;1.36;9126
+67095;43.16434;5.69681;53;20220225;15.2;9;12.1;6.1;6.52;0;3.3;13067
+67095;43.16434;5.69681;53;20220226;15.2;2.2;8.7;2.5;5.96;0;2.16;14455
+67095;43.16434;5.69681;53;20220227;14.1;1.5;7.8;2.8;6.46;.1;2.06;14365
+67095;43.16434;5.69681;53;20220228;14.4;1.5;8;3.5;7.66;0;2.05;16076
+67095;43.16434;5.69681;53;20220301;13.2;3.9;8.6;4.1;7.49;0;2.16;14925
+67095;43.16434;5.69681;53;20220302;13.8;4.5;9.2;2.2;8.02;0;1.77;13549
+67095;43.16434;5.69681;53;20220303;15.4;4.8;10.1;1.8;9.29;0;1.66;12645
+67095;43.16434;5.69681;53;20220304;16.5;3.6;10.1;2.6;8.76;.4;2.25;15677
+67095;43.16434;5.69681;53;20220305;12.9;5.7;9.3;2;7.89;.3;1.72;11938
+67095;43.16434;5.69681;53;20220306;11.9;2.6;7.3;2.5;7.02;0;1.76;13686
+67095;43.16434;5.69681;53;20220307;13.3;.6;6.9;1.6;6.22;0;1.9;17376
+67095;43.16434;5.69681;53;20220308;14.2;.5;7.3;2.4;6.76;0;2.12;17406
+67095;43.16434;5.69681;53;20220309;14.6;5.6;10.1;1.9;8.16;.1;1.99;14557
+67095;43.16434;5.69681;53;20220310;15.6;3.3;9.4;2.2;9.66;.2;1.81;14551
+67095;43.16434;5.69681;53;20220311;14.3;7.8;11;5.9;9.59;1.1;2.32;9981
+67095;43.16434;5.69681;53;20220312;13.6;11.6;12.6;9;8.32;.4;3.38;4114
+67095;43.16434;5.69681;53;20220313;11.8;10.4;11.1;8.3;8.82;2;2.56;3664
+67095;43.16434;5.69681;53;20220314;15.5;9;12.3;5.9;10.49;0;2.4;9748
+67095;43.16434;5.69681;53;20220315;16.1;12.8;14.4;4.7;10.59;0;2.66;10226
+67095;43.16434;5.69681;53;20220316;17.1;9.7;13.4;2.8;11.52;0;2.09;12953
+67095;43.16434;5.69681;53;20220317;17.9;10.6;14.3;3.1;11.19;0;2.39;11930
+67095;43.16434;5.69681;53;20220318;16.5;11.7;14.1;3;10.84;0;2.28;10624
+67095;43.16434;5.69681;53;20220319;16.7;12;14.3;4.1;8.44;.2;2.99;7737
+67095;43.16434;5.69681;53;20220320;14.2;9.5;11.9;5.9;8.09;0;2.61;5345
+67095;43.16434;5.69681;53;20220321;15.2;10.9;13.1;5.8;6.69;0;4.21;18215
+67095;43.16434;5.69681;53;20220322;14.6;6.8;10.7;3.8;6.03;0;3.28;19796
+67095;43.16434;5.69681;53;20220323;16.5;2.3;9.4;2.6;7.84;0;2.75;20244
+67095;43.16434;5.69681;53;20220324;19.1;2.7;10.9;2.3;5.9;0;3.22;20458
+67095;43.16434;5.69681;53;20220325;18.7;3;10.8;2.6;7.43;0;3.09;20156
+67095;43.16434;5.69681;53;20220326;19;6.4;12.7;4.4;7.84;0;3.96;20838
+67095;43.16434;5.69681;53;20220327;22.4;11;16.7;3;7.89;0;4.06;17927
+67095;43.16434;5.69681;53;20220328;21.9;6.6;14.3;1.9;7.14;0;3.51;20483
+67095;43.16434;5.69681;53;20220329;17.4;7.2;12.3;2.7;9.29;.4;2.99;17580
+67095;43.16434;5.69681;53;20220330;14.2;12.3;13.2;2.8;11.84;11.4;1.42;3787
+67095;43.16434;5.69681;53;20220331;19.4;7.4;13.4;6.5;9.59;0;4.12;20672
+67095;43.16434;5.69681;53;20220401;10.7;8.1;9.4;12;5.94;.3;4.17;17536
+67095;43.16434;5.69681;53;20220402;11.2;3.4;7.3;6;4.99;0;3.86;22195
+67095;43.16434;5.69681;53;20220403;12.1;2.1;7.1;5.4;6;0;2.89;18719
+67095;43.16434;5.69681;53;20220404;15;4.7;9.8;2.7;7.13;0;2.97;21924
+67095;43.16434;5.69681;53;20220405;16.2;4.6;10.4;2.3;6.66;0;3.32;23281
+67095;43.16434;5.69681;53;20220406;15.3;3.7;9.5;2.4;8.64;0;2.41;17209
+67095;43.16434;5.69681;53;20220407;16.4;11;13.7;5.3;10.82;0;3.27;17472
+67095;43.16434;5.69681;53;20220408;19.6;13.7;16.7;6.2;12.84;0;4.35;21819
+67095;43.16434;5.69681;53;20220409;16;12.3;14.1;10.3;5.94;0;6.18;22126
+67095;43.16434;5.69681;53;20220410;17.2;5.6;11.4;3.6;6.89;0;3.93;24004
+67095;43.16434;5.69681;53;20220411;16.4;5.7;11.1;4.2;8.89;0;3.06;14261
+67095;43.16434;5.69681;53;20220412;18.6;10.3;14.5;4.4;9.79;0;3.9;22033
+67095;43.16434;5.69681;53;20220413;18.2;11.1;14.7;3.8;10.29;0;3.62;21637
+67095;43.16434;5.69681;53;20220414;22.4;8.6;15.5;2.7;9.89;.1;4.3;23193
+67095;43.16434;5.69681;53;20220415;23.4;9.3;16.3;2.7;9.63;0;4.56;23008
+67095;43.16434;5.69681;53;20220416;22.6;10.2;16.4;2.3;10.99;0;4.38;25363
+67095;43.16434;5.69681;53;20220417;19.1;13.8;16.4;3.3;10.14;0;4.21;23411
+67095;43.16434;5.69681;53;20220418;19.7;6.4;13;3;10.69;0;3.76;25401
+67095;43.16434;5.69681;53;20220419;19.9;8.2;14;3;11.74;0;3.93;25246
+67095;43.16434;5.69681;53;20220420;17.9;10.3;14.1;3.9;13.04;8.6;1.98;7710
+67095;43.16434;5.69681;53;20220421;18.2;13.2;15.7;3.6;13.49;3.2;2.25;7987
+67095;43.16434;5.69681;53;20220422;18.3;11.4;14.9;2.9;14.09;.5;2.9;18272
+67095;43.16434;5.69681;53;20220423;16.4;14.3;15.4;6;13.69;14.6;2.29;4696
+67095;43.16434;5.69681;53;20220424;17.9;10.8;14.4;4.3;12.39;.6;3.11;16531
+67095;43.16434;5.69681;53;20220425;19.1;10.6;14.8;5;11.79;0;4.29;25677
+67095;43.16434;5.69681;53;20220426;20.2;8.8;14.5;3.5;13.19;0;3.84;26042
+67095;43.16434;5.69681;53;20220427;19.5;9.1;14.3;2.7;13.19;.1;3.85;26618
+67095;43.16434;5.69681;53;20220428;21.9;9.8;15.8;2.9;11.59;0;4.64;26493
+67095;43.16434;5.69681;53;20220429;21.1;9.4;15.2;2.6;10.04;0;4.62;26466
+67095;43.16434;5.69681;53;20220430;21.6;9.4;15.5;2.8;10.79;0;4.76;25889
+67095;43.16434;5.69681;53;20220501;22.3;9.5;15.9;2.9;11.24;0;4.87;27410
+67095;43.16434;5.69681;53;20220502;20.3;9.5;14.9;2.7;13.69;0;4.09;27051
+67095;43.16434;5.69681;53;20220503;21.3;11.8;16.5;2.4;13.79;.3;4.33;26250
+67095;43.16434;5.69681;53;20220504;22.8;10;16.4;2.6;13.19;.2;4.51;26571
+67095;43.16434;5.69681;53;20220505;20.7;12.2;16.5;2.2;13.56;3.5;3.46;18978
+67095;43.16434;5.69681;53;20220506;20.1;12.6;16.4;2.2;13.29;.4;3.12;15132
+67095;43.16434;5.69681;53;20220507;22.3;11.9;17.1;2.2;13.79;1.3;4.33;26098
+67095;43.16434;5.69681;53;20220508;20.6;13.1;16.9;1.8;14.62;7.2;2.95;15523
+67095;43.16434;5.69681;53;20220509;24.1;10.9;17.5;1.8;13.36;.2;4.67;28029
+67095;43.16434;5.69681;53;20220510;24.6;12.4;18.5;2.6;13.66;0;5.03;28177
+67095;43.16434;5.69681;53;20220511;24.1;12.3;18.2;2.2;13.16;0;4.97;28756
+67095;43.16434;5.69681;53;20220512;23.2;11.8;17.5;2.3;13.46;0;4.79;28734
+67095;43.16434;5.69681;53;20220513;23.9;11.3;17.6;2.5;13.69;0;4.83;28477
+67095;43.16434;5.69681;53;20220514;22.7;12.3;17.5;2.4;16.19;0;4.44;27502
+67095;43.16434;5.69681;53;20220515;23.4;14.9;19.2;2.4;16.59;.1;4.68;26839
+67095;43.16434;5.69681;53;20220516;25.5;13.5;19.5;2.4;14.72;0;5.35;28928
+67095;43.16434;5.69681;53;20220517;25.1;13.1;19.1;2.2;15.99;0;5.02;29197
+67095;43.16434;5.69681;53;20220518;24.1;14.9;19.5;2.3;17.79;.1;4.72;27703
+67095;43.16434;5.69681;53;20220519;27.2;14.8;21;2.4;15.56;0;5.63;29164
+67095;43.16434;5.69681;53;20220520;27.1;15;21.1;2.3;14.76;0;5.65;29109
+67095;43.16434;5.69681;53;20220521;25.8;16;20.9;2.8;17.02;.1;5.34;28559
+67095;43.16434;5.69681;53;20220522;24.7;15.1;19.9;2.6;17.99;.1;4.91;26971
+67095;43.16434;5.69681;53;20220523;26.5;16.6;21.6;3.2;17.19;0;5.63;27720
+67095;43.16434;5.69681;53;20220524;27.1;17.8;22.5;4.1;14.89;1;6.22;25570
+67095;43.16434;5.69681;53;20220525;25;16.3;20.6;2.7;14.86;0;4.7;19174
+67095;43.16434;5.69681;53;20220526;27.1;15.7;21.4;2.4;15.86;1.6;5.56;25513
+67095;43.16434;5.69681;53;20220527;33.1;19.8;26.4;3.1;15.02;.1;7.14;28214
+67095;43.16434;5.69681;53;20220528;30.2;19.4;24.8;5.4;13.52;0;7.88;29337
+67095;43.16434;5.69681;53;20220529;27.9;17.6;22.7;4.9;10.36;0;7.71;30551
+67095;43.16434;5.69681;53;20220530;26.1;15.4;20.7;1.9;12.62;0;5.13;25500
+67095;43.16434;5.69681;53;20220531;25.3;16.3;20.8;2.2;15.76;0;5.15;26983
+67095;43.16434;5.69681;53;20220601;28;14.8;21.4;2.3;16.29;0;5.75;30213
+67095;43.16434;5.69681;53;20220602;26.7;17;21.8;3;18.42;0;5.45;27884
+67095;43.16434;5.69681;53;20220603;31.2;21.1;26.2;3.6;17.22;1.6;6.76;25335
+67095;43.16434;5.69681;53;20220604;30.2;21.8;26;3.5;18.06;0;6.48;24823
+67095;43.16434;5.69681;53;20220605;28.5;21.1;24.8;3.2;21.22;0;5.93;27211
+67095;43.16434;5.69681;53;20220606;29.8;19.4;24.6;4;16.42;0;7.16;29477
+67095;43.16434;5.69681;53;20220607;31.6;21;26.3;4.6;15.09;0;8.22;30603
+67095;43.16434;5.69681;53;20220608;27.3;19.7;23.5;4.8;13.26;0;6.88;23802
+67095;43.16434;5.69681;53;20220609;28.6;19.9;24.3;8;11.32;0;9.04;30576
+67095;43.16434;5.69681;53;20220610;29;17.4;23.2;4.1;9.59;0;7.84;31291
+67095;43.16434;5.69681;53;20220611;31;14;22.5;1.9;10.96;0;6.52;31212
+67095;43.16434;5.69681;53;20220612;29.1;15.3;22.2;2.1;14.02;0;6.28;30764
+67095;43.16434;5.69681;53;20220613;32.8;18.9;25.9;3;18.79;0;7.08;29214
+67095;43.16434;5.69681;53;20220614;28.3;17.9;23.1;2;19.39;0;6.09;30525
+67095;43.16434;5.69681;53;20220615;30.1;19.7;24.9;2.2;20.59;0;6.19;28930
+67095;43.16434;5.69681;53;20220616;29.8;19.1;24.5;2.1;19.76;0;6.07;29579
+67095;43.16434;5.69681;53;20220617;30.5;19;24.7;2;20.86;0;6.37;30436
+67095;43.16434;5.69681;53;20220618;31.7;20.3;26;2.6;19.86;0;6.79;29817
+67095;43.16434;5.69681;53;20220619;30.4;20.3;25.3;2.6;18.32;.1;6.72;29570
+67095;43.16434;5.69681;53;20220620;29.9;20.3;25.1;2.8;18.52;0;6.69;28281
+67095;43.16434;5.69681;53;20220621;30.7;20.7;25.7;3.2;21.16;1;6.3;25767
+67095;43.16434;5.69681;53;20220622;28.5;22.4;25.4;2.7;22.82;1.6;5.06;21583
+67095;43.16434;5.69681;53;20220623;27.9;20.9;24.4;2.9;22.19;1.2;4.87;21297
+67095;43.16434;5.69681;53;20220624;29.2;21.3;25.3;3.7;20.69;0;6.05;26112
+67095;43.16434;5.69681;53;20220625;29.3;17.7;23.5;2.4;18.82;0;6.26;30553
+67095;43.16434;5.69681;53;20220626;32.2;19.6;25.9;3.5;20.06;0;6.97;29316
+67095;43.16434;5.69681;53;20220627;30.8;22.9;26.8;3.4;20.89;.2;6.63;26988
+67095;43.16434;5.69681;53;20220628;29.9;21.3;25.6;3.6;19.29;13.5;6.41;24940
+67095;43.16434;5.69681;53;20220629;28.5;18.3;23.4;3.9;18.66;0;6.6;31063
+67095;43.16434;5.69681;53;20220630;27.9;18;23;2.9;19.29;0;5.88;29311
+67095;43.16434;5.69681;53;20220701;30;19.1;24.5;4.5;14.69;0;7.71;31124
+67095;43.16434;5.69681;53;20220702;29.7;15.3;22.5;2.2;14.52;0;6.37;31068
+67095;43.16434;5.69681;53;20220703;31.7;18.4;25.1;2.2;15.06;0;6.71;30310
+67095;43.16434;5.69681;53;20220704;31.9;21;26.5;2.6;19.49;0;6.88;29783
+67095;43.16434;5.69681;53;20220705;34.2;21.2;27.7;4;18.12;0;8.28;30487
+67095;43.16434;5.69681;53;20220706;31.9;23.1;27.5;4.3;13.59;0;8.42;29735
+67095;43.16434;5.69681;53;20220707;34;19.4;26.7;4.5;14.39;0;8.52;30690
+67095;43.16434;5.69681;53;20220708;31;20.8;25.9;3.1;16.32;0;7.25;30456
+67095;43.16434;5.69681;53;20220709;31.6;19.1;25.4;2.6;16.76;0;6.82;30419
+67095;43.16434;5.69681;53;20220710;29.4;19.7;24.5;2.7;19.19;0;6.3;29126
+67095;43.16434;5.69681;53;20220711;28.5;19.1;23.8;2.2;21.32;.1;5.69;29101
+67095;43.16434;5.69681;53;20220712;29.1;20.1;24.6;2.3;22.12;0;5.85;29195
+67095;43.16434;5.69681;53;20220713;29.6;19.7;24.7;2.1;22.19;0;5.92;29527
+67095;43.16434;5.69681;53;20220714;30.8;20.4;25.6;2.7;21.49;.1;6.38;30106
+67095;43.16434;5.69681;53;20220715;33.2;21;27.1;3.2;22.86;0;7.01;29527
+67095;43.16434;5.69681;53;20220716;31.7;20.3;26;2.2;21.56;.1;6.4;30040
+67095;43.16434;5.69681;53;20220717;31.2;21.2;26.2;2;24.16;0;6.03;29000
+67095;43.16434;5.69681;53;20220718;33.2;21.9;27.6;1.9;23.56;0;6.43;29267
+67095;43.16434;5.69681;53;20220719;32.7;21.9;27.3;2.1;23.42;0;6.43;29017
+67095;43.16434;5.69681;53;20220720;33.8;21.9;27.9;2.2;21.49;0;6.7;29420
+67095;43.16434;5.69681;53;20220721;34.1;22.1;28.1;2.9;20.76;0;7.26;29494
+67095;43.16434;5.69681;53;20220722;32.6;20.8;26.7;2.3;22.06;0;6.4;29199
+67095;43.16434;5.69681;53;20220723;31.4;22.2;26.8;3.1;22.92;0;6.24;27393
+67095;43.16434;5.69681;53;20220724;32.4;21.8;27.1;2.5;22.82;0;6.36;28274
+67095;43.16434;5.69681;53;20220725;31.8;20.8;26.3;2.7;22.66;0;6.22;27935
+67095;43.16434;5.69681;53;20220726;31.5;23.9;27.7;6;17.89;0;8.35;25987
+67095;43.16434;5.69681;53;20220727;30.9;20.5;25.7;3.7;15.49;0;7.3;28292
+67095;43.16434;5.69681;53;20220728;31.6;18.2;24.9;2;16.72;0;6.03;27761
+67095;43.16434;5.69681;53;20220729;30.5;20.9;25.7;2.9;17.76;0;5.92;23734
+67095;43.16434;5.69681;53;20220730;33;21.8;27.4;3.9;16.32;0;7.9;28846
+67095;43.16434;5.69681;53;20220731;34.1;18.5;26.3;2.4;15.12;0;6.83;28702
+67095;43.16434;5.69681;53;20220801;33;19.1;26;2;19.02;0;6.24;28491
+67095;43.16434;5.69681;53;20220802;31.3;18.7;25;2.4;21.32;0;6.16;28344
+67095;43.16434;5.69681;53;20220803;31.2;20.9;26;2;23.16;0;5.68;26878
+67095;43.16434;5.69681;53;20220804;32.7;20.5;26.6;1.8;22.09;0;5.91;27745
+67095;43.16434;5.69681;53;20220805;30.7;20.9;25.8;2.7;22.49;0;5.8;27020
+67095;43.16434;5.69681;53;20220806;34.1;21.8;27.9;2.6;21.56;0;6.71;27741
+67095;43.16434;5.69681;53;20220807;32.1;20.6;26.4;2.5;20.29;0;6.28;27808
+67095;43.16434;5.69681;53;20220808;31.3;20.7;26;2.1;21.99;.2;5.72;26780
+67095;43.16434;5.69681;53;20220809;32.6;20.7;26.7;1.9;20.76;0;5.86;27373
+67095;43.16434;5.69681;53;20220810;32.2;20.3;26.2;1.9;19.42;0;5.8;27214
+67095;43.16434;5.69681;53;20220811;31.2;21.3;26.2;2.3;21.19;0;5.58;25027
+67095;43.16434;5.69681;53;20220812;31.7;20.8;26.3;2.2;24.12;0;5.61;26510
+67095;43.16434;5.69681;53;20220813;30;23.6;26.8;3.2;22.92;0;5.58;23552
+67095;43.16434;5.69681;53;20220814;30;24;27;3.2;19.26;2.6;5.16;17208
+67095;43.16434;5.69681;53;20220815;31.5;19.6;25.5;2.6;19.89;0;5.72;26000
+67095;43.16434;5.69681;53;20220816;30.5;19.9;25.2;2.4;20.99;29.3;5.44;25371
+67095;43.16434;5.69681;53;20220817;27.4;18.5;22.9;4.3;21.69;27.1;4.47;20337
+67095;43.16434;5.69681;53;20220818;27.6;18.6;23.1;3.2;18.92;3.4;4.56;19652
+67095;43.16434;5.69681;53;20220819;31.8;20.4;26.1;6.2;16.69;0;7.23;25923
+67095;43.16434;5.69681;53;20220820;32.5;20.4;26.5;4.8;16.52;0;7.13;25984
+67095;43.16434;5.69681;53;20220821;32.2;20.3;26.3;3.9;15.62;.1;6.8;24977
+67095;43.16434;5.69681;53;20220822;31.5;18.8;25.2;4.3;15.12;.1;6.85;25669
+67095;43.16434;5.69681;53;20220823;31;19.1;25;2.2;18.19;0;5.41;25327
+67095;43.16434;5.69681;53;20220824;30.3;19.4;24.8;2.1;19.86;0;5.16;25011
+67095;43.16434;5.69681;53;20220825;31.3;18.9;25.1;2.5;19.62;0;5.36;24772
+67095;43.16434;5.69681;53;20220826;31.6;20.7;26.1;2.8;21.56;.2;5.63;24760
+67095;43.16434;5.69681;53;20220827;29.7;20.9;25.3;2.3;20.82;0;5.13;23825
+67095;43.16434;5.69681;53;20220828;30.4;19.8;25.1;2.4;20.26;0;5.07;24499
+67095;43.16434;5.69681;53;20220829;30.2;19.1;24.6;2.5;21.26;.1;4.89;23750
+67095;43.16434;5.69681;53;20220830;29;22.4;25.7;2.4;24.56;0;3.97;17771
+67095;43.16434;5.69681;53;20220831;29.2;21.2;25.2;2.8;21.06;0;4.65;20188
+67095;43.16434;5.69681;53;20220901;30.7;19.4;25;2.9;18.72;0;5.44;23465
+67095;43.16434;5.69681;53;20220902;28.9;19.6;24.3;2.6;20.89;2.3;4.1;17499
+67095;43.16434;5.69681;53;20220903;28.3;20.2;24.2;2.7;21.62;0;4.3;20488
+67095;43.16434;5.69681;53;20220904;28.8;21.9;25.4;2.9;21.99;.5;4.57;20752
+67095;43.16434;5.69681;53;20220905;29.3;21;25.2;3;22.09;0;4.35;18821
+67095;43.16434;5.69681;53;20220906;29.5;21;25.2;2.8;22.59;.7;4.33;19354
+67095;43.16434;5.69681;53;20220907;29;21.2;25.1;3.2;23.06;25.6;4.43;19672
+67095;43.16434;5.69681;53;20220908;28.6;18.4;23.5;3.6;19.16;0;4.76;21671
+67095;43.16434;5.69681;53;20220909;29.3;18;23.7;3.6;14.96;0;5.32;21958
+67095;43.16434;5.69681;53;20220910;28;18.8;23.4;4.9;13.19;0;6.03;21691
+67095;43.16434;5.69681;53;20220911;27.8;17.2;22.5;2.7;13.36;0;4.73;21320
+67095;43.16434;5.69681;53;20220912;27.2;15.3;21.3;1.9;18.06;0;3.9;21781
+67095;43.16434;5.69681;53;20220913;26.7;19.3;23;2.4;21.29;2.6;3.44;16333
+67095;43.16434;5.69681;53;20220914;25.3;21.1;23.2;3.3;21.42;9.8;2.81;8973
+67095;43.16434;5.69681;53;20220915;30.4;19.8;25.1;3.2;20.86;0;4.76;21167
+67095;43.16434;5.69681;53;20220916;28.1;20.8;24.4;6.1;14.66;0;6.26;19246
+67095;43.16434;5.69681;53;20220917;25.5;16.8;21.2;8.3;9.02;0;7.01;21160
+67095;43.16434;5.69681;53;20220918;24.8;12.7;18.8;2.9;11.42;0;4.19;20848
+67095;43.16434;5.69681;53;20220919;27.7;10.9;19.3;3.5;11.52;0;4.55;20619
+67095;43.16434;5.69681;53;20220920;25.8;13.3;19.6;2.6;12.99;0;3.94;20424
+67095;43.16434;5.69681;53;20220921;25.3;12.1;18.7;2.9;13.12;0;3.78;19327
+67095;43.16434;5.69681;53;20220922;23.7;15.5;19.6;2.6;14.16;0;3.42;17324
+67095;43.16434;5.69681;53;20220923;24.4;14.3;19.4;1.8;14.09;9;3.22;18727
+67095;43.16434;5.69681;53;20220924;21.7;16.2;18.9;2.7;16.59;14.5;2.38;10797
+67095;43.16434;5.69681;53;20220925;23.4;15;19.2;2.6;15.76;0;3.13;17699
+67095;43.16434;5.69681;53;20220926;23.4;13.4;18.4;4.6;11.92;.1;4.18;18990
+67095;43.16434;5.69681;53;20220927;21.7;16.3;19;7.2;10.99;.1;5.07;15984
+67095;43.16434;5.69681;53;20220928;22.6;16.1;19.3;6.9;14.36;.4;4.24;16019
+67095;43.16434;5.69681;53;20220929;20.3;15.3;17.8;5.2;13.12;0;3.42;13441
+67095;43.16434;5.69681;53;20220930;21.1;12.6;16.9;4;10.79;0;3.45;16051
+67095;43.16434;5.69681;53;20221001;20.8;10.7;15.8;3.9;11.86;0;3.05;15254
+67095;43.16434;5.69681;53;20221002;26.8;16;21.4;4.4;15.69;0;4.21;16786
+67095;43.16434;5.69681;53;20221003;23.4;15.9;19.7;3.2;14.12;0;3.28;14988
+67095;43.16434;5.69681;53;20221004;23.7;11.2;17.4;1.5;14.76;.2;2.54;17440
+67095;43.16434;5.69681;53;20221005;23.3;12.5;17.9;1.7;16.12;.2;2.5;16902
+67095;43.16434;5.69681;53;20221006;23.9;12.2;18.1;1.7;15.82;.1;2.54;16949
+67095;43.16434;5.69681;53;20221007;24.2;12.7;18.5;1.7;15.46;.9;2.52;16054
+67095;43.16434;5.69681;53;20221008;20.9;14.3;17.6;1.4;16.32;9;1.72;10298
+67095;43.16434;5.69681;53;20221009;21.2;15.7;18.4;2.1;16.82;0;1.66;6912
+67095;43.16434;5.69681;53;20221010;23.1;16.6;19.9;2.2;16.46;.8;2.51;14121
+67095;43.16434;5.69681;53;20221011;24.1;13.5;18.8;1.6;15.79;0;2.39;15809
+67095;43.16434;5.69681;53;20221012;23.6;13.7;18.7;1.9;15.42;.2;2.29;13171
+67095;43.16434;5.69681;53;20221013;23.1;12.7;17.9;2.5;15.46;.2;2.32;13685
+67095;43.16434;5.69681;53;20221014;25;16.5;20.8;3.5;15.52;0;3.18;13059
+67095;43.16434;5.69681;53;20221015;25;13.2;19.1;2.3;15.39;.1;2.59;15416
+67095;43.16434;5.69681;53;20221016;24.3;15.5;19.9;3;17.69;0;2.51;12836
+67095;43.16434;5.69681;53;20221017;24.5;17;20.8;2.9;16.66;.1;2.63;11681
+67095;43.16434;5.69681;53;20221018;24.2;13.4;18.8;1.5;16.39;.2;2.13;14612
+67095;43.16434;5.69681;53;20221019;23.9;13.4;18.6;1.3;17.29;.1;1.77;11745
+67095;43.16434;5.69681;53;20221020;22.6;16.4;19.5;3.1;17.96;0;1.93;8535
+67095;43.16434;5.69681;53;20221021;23.4;19.5;21.5;4.6;20.49;0;2.09;5144
+67095;43.16434;5.69681;53;20221022;24.5;18.9;21.7;2.2;20.86;0;1.89;8504
+67095;43.16434;5.69681;53;20221023;25.8;19.9;22.8;4.1;19.49;0;2.92;8523
+67095;43.16434;5.69681;53;20221024;24.7;20.4;22.6;3;20.12;.1;2.14;6002
+67095;43.16434;5.69681;53;20221025;24.2;16.6;20.4;1.7;18.76;0;1.79;9680
+67095;43.16434;5.69681;53;20221026;24.9;18;21.5;2.4;18.42;.2;2.14;9748
+67095;43.16434;5.69681;53;20221027;23.7;15.5;19.6;1.6;17.32;.2;1.8;11969
+67095;43.16434;5.69681;53;20221028;24.6;13.8;19.2;1.3;15.66;.1;1.79;12562
+67095;43.16434;5.69681;53;20221029;24.4;12.7;18.6;1.7;14.42;0;1.96;12422
+67095;43.16434;5.69681;53;20221030;23.5;11.6;17.6;1.8;13.96;.2;1.86;12382
+67095;43.16434;5.69681;53;20221031;22.9;13.8;18.3;2.2;15.79;1.6;1.76;11569
+67095;43.16434;5.69681;53;20221101;22.1;18.3;20.2;3.2;17.19;17.8;1.92;9683
+67095;43.16434;5.69681;53;20221102;22.1;13;17.6;2.2;14.09;0;1.81;11914
+67095;43.16434;5.69681;53;20221103;19.1;10.2;14.7;3.4;13.49;16.3;1.54;6949
+67095;43.16434;5.69681;53;20221104;17.9;12.6;15.3;7;9.46;.2;3.34;8858
+67095;43.16434;5.69681;53;20221105;19.7;11.5;15.6;6.3;8.16;0;3.29;11781
+67095;43.16434;5.69681;53;20221106;19.7;6.7;13.2;1.8;10.19;.1;1.47;11704
+67095;43.16434;5.69681;53;20221107;20.8;6.4;13.6;1.4;10.62;.1;1.35;11675
+67095;43.16434;5.69681;53;20221108;20.3;10.5;15.4;3;13.52;.5;1.64;8747
+67095;43.16434;5.69681;53;20221109;21.2;16.5;18.8;3.5;16.79;0;1.71;5758
+67095;43.16434;5.69681;53;20221110;20.4;11.5;15.9;2.7;14.09;0;1.47;10387
+67095;43.16434;5.69681;53;20221111;21.7;12.9;17.3;2.3;14.36;.1;1.56;10227
+67095;43.16434;5.69681;53;20221112;21.2;9.4;15.3;1.5;12.26;0;1.24;10561
+67095;43.16434;5.69681;53;20221113;19.4;12.1;15.7;1.9;12.12;0;1.35;6532
+67095;43.16434;5.69681;53;20221114;18.4;9.9;14.2;4;12.66;13.6;1.51;6026
+67095;43.16434;5.69681;53;20221115;18.7;13.8;16.3;4.4;14.66;1.3;1.6;4932
+67095;43.16434;5.69681;53;20221116;19.2;13.1;16.2;3.1;13.39;0;1.55;8543
+67095;43.16434;5.69681;53;20221117;19.7;10.8;15.2;2.1;12.96;4.4;1.25;8543
+67095;43.16434;5.69681;53;20221118;17.3;12.2;14.7;5.3;10.02;.1;2.39;8154
+67095;43.16434;5.69681;53;20221119;17.1;8.3;12.7;4.7;7.86;0;2.15;9665
+67095;43.16434;5.69681;53;20221120;15.5;7;11.3;4.6;7.22;0;2.05;9874
+67095;43.16434;5.69681;53;20221121;15.1;9.3;12.2;3.7;8.99;11.4;1.61;4467
+67095;43.16434;5.69681;53;20221122;14.4;9.4;11.9;7.8;8.12;0;2.72;8123
+67095;43.16434;5.69681;53;20221123;15.1;6.8;10.9;4.3;8.69;.2;1.75;6446
+67095;43.16434;5.69681;53;20221124;16.8;9.1;12.9;3.4;8.52;0;1.84;8222
+67095;43.16434;5.69681;53;20221125;18.7;8.6;13.7;2.9;10.69;0;1.36;9235
+67095;43.16434;5.69681;53;20221126;18.3;7.6;12.9;3;8.46;.1;1.59;9080
+67095;43.16434;5.69681;53;20221127;17.2;4.5;10.8;1.9;8.92;0;1;8890
+67095;43.16434;5.69681;53;20221128;14;8;11;3.2;9.82;12.2;1.18;3792
+67095;43.16434;5.69681;53;20221129;11.6;6;8.8;2.5;8.99;.1;.72;5478
+67095;43.16434;5.69681;53;20221130;15.9;3;9.4;1.6;7.92;.8;.83;9067
+67095;43.16434;5.69681;53;20221201;14.4;4.8;9.6;1.9;9.06;.9;.77;6728
+67095;43.16434;5.69681;53;20221202;13.8;4.4;9.1;2.4;8.56;3.2;.91;6828
+67095;43.16434;5.69681;53;20221203;12.6;7.7;10.1;5.1;10.56;49.3;.98;2638
+67095;43.16434;5.69681;53;20221204;14.8;10.1;12.4;3.2;11.62;9.1;1.02;3788
+67095;43.16434;5.69681;53;20221205;14.9;5.3;10.1;1.8;9.09;0;.69;8506
+67095;43.16434;5.69681;53;20221206;15.2;3.8;9.5;1.6;8.06;.1;.74;8207
+67095;43.16434;5.69681;53;20221207;14.3;1.6;7.9;2.2;7.09;.1;.82;8681
+67095;43.16434;5.69681;53;20221208;11.1;1.3;6.2;2.2;8.72;23.4;.48;4834
+67095;43.16434;5.69681;53;20221209;17.1;10.2;13.7;3.5;14.26;1.6;.71;5508
+67095;43.16434;5.69681;53;20221210;12.8;9;10.9;4;9.02;0;1.15;6480
+67095;43.16434;5.69681;53;20221211;10.8;.9;5.8;4.2;4.59;0;1.56;7998
+67095;43.16434;5.69681;53;20221212;11.5;-1.8;4.9;2.2;5.46;3.1;.88;7548
+67095;43.16434;5.69681;53;20221213;9.3;5.5;7.4;3.5;9.16;2.3;.63;2276
+67095;43.16434;5.69681;53;20221214;12.6;8.7;10.6;2.9;10.62;1.3;.82;3029
+67095;43.16434;5.69681;53;20221215;16.3;8.5;12.4;3.3;12.89;22.1;.8;3409
+67095;43.16434;5.69681;53;20221216;13.2;8.1;10.7;2.6;10.19;0;.74;6145
+67095;43.16434;5.69681;53;20221217;12.1;1.6;6.9;2.5;7.42;.2;.7;8338
+67095;43.16434;5.69681;53;20221218;15.3;3.1;9.2;2;9.26;0;.68;7754
+67095;43.16434;5.69681;53;20221219;13.8;10.7;12.3;2.8;12.09;3.3;.84;2979
+67095;43.16434;5.69681;53;20221220;16.2;12.2;14.2;3.3;14.06;2.5;.89;3365
+67095;43.16434;5.69681;53;20221221;17.9;15;16.4;3.2;14.52;3.9;1.17;4335
+67095;43.16434;5.69681;53;20221222;17.7;8.8;13.2;3;11.36;0;1.14;7242
+67095;43.16434;5.69681;53;20221223;19.6;11.5;15.5;3.5;13.32;0;1.39;6932
+67095;43.16434;5.69681;53;20221224;19.4;11.9;15.6;2.3;12.56;.1;1.17;7180
+67095;43.16434;5.69681;53;20221225;17.3;6.9;12.1;2.9;12.16;0;.82;7016
+67095;43.16434;5.69681;53;20221226;17.7;12.1;14.9;2.1;13.09;.1;.91;5838
+67095;43.16434;5.69681;53;20221227;16.6;8.3;12.5;2.6;9.92;0;1.11;7590
+67095;43.16434;5.69681;53;20221228;16.3;4.5;10.4;1.6;9.89;.1;.64;7676
+67095;43.16434;5.69681;53;20221229;16.5;10.4;13.4;1.6;12.72;0;.71;4722
+67095;43.16434;5.69681;53;20221230;15.7;9.3;12.5;1.2;12.29;.2;.57;4911
+67095;43.16434;5.69681;53;20221231;17.5;8.2;12.9;3.4;12.49;0;1.07;5421
+67096;43.1422;5.91282;50;20220101;11.8;9.7;10.8;1.1;11.99;0;.45;3609
+67096;43.1422;5.91282;50;20220102;13.7;10.9;12.3;2.7;11.09;0;1;4264
+67096;43.1422;5.91282;50;20220103;18;9.1;13.6;3.2;10.49;0;1.44;8024
+67096;43.1422;5.91282;50;20220104;14.3;10.3;12.3;1.6;12.89;.1;.55;5251
+67096;43.1422;5.91282;50;20220105;12.7;12.1;12.4;4.7;7.39;0;2.55;1751
+67096;43.1422;5.91282;50;20220106;13.5;6.3;9.9;1.6;4.99;.1;1.14;7303
+67096;43.1422;5.91282;50;20220107;12.9;.4;6.7;3.3;5.39;0;1.49;9181
+67096;43.1422;5.91282;50;20220108;14.4;6.7;10.5;4.8;7;.1;2;7328
+67096;43.1422;5.91282;50;20220109;12.7;9.6;11.2;6.3;7.19;0;2.6;4732
+67096;43.1422;5.91282;50;20220110;14.6;9.4;12;2.4;5.89;0;1.75;6322
+67096;43.1422;5.91282;50;20220111;15.6;-.5;7.6;1;5.49;0;.69;9454
+67096;43.1422;5.91282;50;20220112;14.6;-.9;6.9;.8;5.69;0;.54;9530
+67096;43.1422;5.91282;50;20220113;14.6;-1.2;6.7;1.2;5.99;.1;.74;9610
+67096;43.1422;5.91282;50;20220114;15.9;-.7;7.6;1.2;5.49;.1;.85;9694
+67096;43.1422;5.91282;50;20220115;13.3;-1;6.2;1.3;5.89;0;.75;9781
+67096;43.1422;5.91282;50;20220116;13.7;-.9;6.4;1.9;5.49;0;1.08;9870
+67096;43.1422;5.91282;50;20220117;15.5;.2;7.9;.6;6.09;0;.51;9964
+67096;43.1422;5.91282;50;20220118;13.6;-.1;6.8;1.7;7.99;.1;.73;10060
+67096;43.1422;5.91282;50;20220119;10.6;1.6;6.1;1.4;8.34;0;.51;6411
+67096;43.1422;5.91282;50;20220120;14;5.5;9.8;2.2;6.09;0;1.41;9035
+67096;43.1422;5.91282;50;20220121;14.7;.4;7.6;.9;6.49;.1;.7;10368
+67096;43.1422;5.91282;50;20220122;12.8;-.2;6.3;1;6.79;0;.65;10477
+67096;43.1422;5.91282;50;20220123;13.1;-.7;6.2;.7;7.59;.2;.55;10589
+67096;43.1422;5.91282;50;20220124;13.3;.8;7.1;1.1;8.29;0;.65;10704
+67096;43.1422;5.91282;50;20220125;14.2;3.6;8.9;1.3;8.69;.1;.8;10726
+67096;43.1422;5.91282;50;20220126;13.4;1.1;7.3;1.1;7.79;.1;.73;10943
+67096;43.1422;5.91282;50;20220127;13.9;2.5;8.2;1;8.49;.1;.73;11067
+67096;43.1422;5.91282;50;20220128;14.3;.9;7.6;.8;7.89;.1;.71;11194
+67096;43.1422;5.91282;50;20220129;14.8;.8;7.8;.9;8.19;.2;.77;11324
+67096;43.1422;5.91282;50;20220130;14;.2;7.1;1;7.59;.1;.8;11456
+67096;43.1422;5.91282;50;20220131;13.9;1.8;7.9;5.1;6.29;.1;2.18;11591
+67096;43.1422;5.91282;50;20220201;13.4;6.8;10.1;4.8;4.99;0;2.84;9102
+67096;43.1422;5.91282;50;20220202;18.5;9.9;14.2;5;7.79;0;3.15;10590
+67096;43.1422;5.91282;50;20220203;16.8;1.8;9.3;1.9;9.12;0;1.17;11437
+67096;43.1422;5.91282;50;20220204;14.8;4.6;9.7;2.7;9.39;0;1.28;11869
+67096;43.1422;5.91282;50;20220205;16.5;9;12.8;2;7.79;0;1.7;10237
+67096;43.1422;5.91282;50;20220206;16.8;.8;8.8;4.3;6.6;0;2.31;12488
+67096;43.1422;5.91282;50;20220207;17.5;10.2;13.8;5.4;6.22;0;3.26;9345
+67096;43.1422;5.91282;50;20220208;16.2;-.1;8;1.4;7.27;0;1.23;12628
+67096;43.1422;5.91282;50;20220209;14.8;3.6;9.2;1.2;9.19;.1;1.08;12920
+67096;43.1422;5.91282;50;20220210;12.6;4.9;8.8;3;9.69;0;1.4;12594
+67096;43.1422;5.91282;50;20220211;19;3.1;11.1;2.8;9.39;0;1.9;13333
+67096;43.1422;5.91282;50;20220212;14.9;6.3;10.6;3.8;8.49;0;1.98;13498
+67096;43.1422;5.91282;50;20220213;13;3.6;8.3;3.4;8.49;5.1;1.34;6487
+67096;43.1422;5.91282;50;20220214;13.5;8.2;10.9;3.2;10.99;29.7;1.12;5683
+67096;43.1422;5.91282;50;20220215;14.2;6.9;10.6;5.8;6.49;0;2.99;13654
+67096;43.1422;5.91282;50;20220216;14.2;9.8;12;6.4;9.09;.1;2.5;8912
+67096;43.1422;5.91282;50;20220217;22.9;13.1;18;5.7;9.72;0;3.93;12780
+67096;43.1422;5.91282;50;20220218;18.8;10.2;14.5;2;11;0;1.88;13297
+67096;43.1422;5.91282;50;20220219;14.8;7.8;11.3;3.5;7.99;0;2.21;11809
+67096;43.1422;5.91282;50;20220220;18.2;4;11.1;3.7;6.09;0;3;14783
+67096;43.1422;5.91282;50;20220221;17.1;11.3;14.2;7.1;7.09;0;4.21;10980
+67096;43.1422;5.91282;50;20220222;17.9;8.9;13.4;4.6;6.29;0;3.59;13970
+67096;43.1422;5.91282;50;20220223;15.7;3.9;9.8;3.6;8.99;0;1.99;15327
+67096;43.1422;5.91282;50;20220224;15.4;4.3;9.9;2.3;10.4;.2;1.35;10708
+67096;43.1422;5.91282;50;20220225;15.1;9.4;12.3;3.8;6.49;0;2.9;11438
+67096;43.1422;5.91282;50;20220226;15.4;2.2;8.8;2;5.97;0;1.99;14832
+67096;43.1422;5.91282;50;20220227;13.7;1.9;7.8;2;6.09;.1;1.92;16070
+67096;43.1422;5.91282;50;20220228;14.3;.8;7.6;2.6;7.59;0;1.86;16259
+67096;43.1422;5.91282;50;20220301;12.6;5.1;8.9;3.9;7.19;0;2.19;13847
+67096;43.1422;5.91282;50;20220302;13.5;4.9;9.2;1.3;7.79;.1;1.66;15040
+67096;43.1422;5.91282;50;20220303;14.9;5.1;10;.9;9.19;0;1.64;16279
+67096;43.1422;5.91282;50;20220304;15.5;4;9.8;1.4;9.39;.3;1.78;17024
+67096;43.1422;5.91282;50;20220305;12.3;7;9.7;1.5;8.09;.2;1.61;12126
+67096;43.1422;5.91282;50;20220306;11.4;3.7;7.6;2.3;6.99;0;1.81;14886
+67096;43.1422;5.91282;50;20220307;13.2;1.1;7.2;.9;6.59;0;1.69;17606
+67096;43.1422;5.91282;50;20220308;14.1;.3;7.2;1.7;6.69;0;1.96;17801
+67096;43.1422;5.91282;50;20220309;14.1;5.5;9.8;1.1;7.89;.1;1.84;16306
+67096;43.1422;5.91282;50;20220310;15.4;3.4;9.4;1.1;9.39;.1;1.88;18192
+67096;43.1422;5.91282;50;20220311;13.6;7.4;10.5;4.9;9.49;.1;2.17;14083
+67096;43.1422;5.91282;50;20220312;13;11.6;12.3;7.6;8.09;.8;3.23;6512
+67096;43.1422;5.91282;50;20220313;10.8;10.4;10.6;6.8;8.59;3.1;2.22;3296
+67096;43.1422;5.91282;50;20220314;14.5;9.1;11.8;5.2;10.19;0;2.36;13548
+67096;43.1422;5.91282;50;20220315;15.4;12.7;14.1;5.2;10.29;0;2.77;9541
+67096;43.1422;5.91282;50;20220316;17.7;12.4;15.1;3;11.39;0;2.6;13706
+67096;43.1422;5.91282;50;20220317;18.3;11;14.7;3;10.19;0;2.94;16339
+67096;43.1422;5.91282;50;20220318;16.7;12.4;14.6;4.7;9.59;0;3.05;13448
+67096;43.1422;5.91282;50;20220319;16.2;13.4;14.8;5.8;8.09;.4;3.47;4974
+67096;43.1422;5.91282;50;20220320;13.3;11.9;12.6;7.6;8.79;0;2.36;3890
+67096;43.1422;5.91282;50;20220321;14.1;11.4;12.8;6.9;7.19;0;4.07;18931
+67096;43.1422;5.91282;50;20220322;14.6;6.8;10.7;3.1;5.95;0;3.1;19650
+67096;43.1422;5.91282;50;20220323;15.9;2.9;9.4;2.4;8.19;0;2.57;20888
+67096;43.1422;5.91282;50;20220324;19.1;3;11.1;1.9;6;0;3;20450
+67096;43.1422;5.91282;50;20220325;18.1;3.3;10.7;2;7.6;0;2.76;19900
+67096;43.1422;5.91282;50;20220326;17.6;8;12.8;5.3;8.49;0;3.61;21476
+67096;43.1422;5.91282;50;20220327;21.7;11.8;16.7;3.4;7.89;0;4.5;21255
+67096;43.1422;5.91282;50;20220328;21.8;6.6;14.2;1.8;7.19;0;3.51;21866
+67096;43.1422;5.91282;50;20220329;16;7.9;12;2.5;9.99;.2;2.68;19960
+67096;43.1422;5.91282;50;20220330;13.7;13.1;13.4;2.7;11.99;13.9;1.39;3774
+67096;43.1422;5.91282;50;20220331;18.7;8.2;13.5;4.8;9.09;0;3.98;22445
+67096;43.1422;5.91282;50;20220401;10.1;8.1;9.1;10.8;5.49;.2;4.51;18473
+67096;43.1422;5.91282;50;20220402;12.9;3.7;8.3;6;4.99;0;3.86;22195
+67096;43.1422;5.91282;50;20220403;11.8;1.9;6.8;4.3;6.4;0;2.57;17700
+67096;43.1422;5.91282;50;20220404;14.7;4.3;9.5;3;8.09;0;2.97;23204
+67096;43.1422;5.91282;50;20220405;14.9;2.6;8.8;2.1;7.69;0;2.85;23391
+67096;43.1422;5.91282;50;20220406;15;4.6;9.8;2.8;8.69;0;2.38;18018
+67096;43.1422;5.91282;50;20220407;16.4;11;13.7;5.3;10.82;0;3.27;17472
+67096;43.1422;5.91282;50;20220408;18;14.1;16.1;7.5;12.59;0;4.74;22238
+67096;43.1422;5.91282;50;20220409;15.2;12.7;14;9.5;5.09;0;6.57;20652
+67096;43.1422;5.91282;50;20220410;16.6;6.6;11.6;2.9;6.89;0;3.65;24308
+67096;43.1422;5.91282;50;20220411;15.2;6.1;10.7;3.8;9.39;0;2.43;16523
+67096;43.1422;5.91282;50;20220412;17.8;12.7;15.3;4.9;10.89;0;3.09;24666
+67096;43.1422;5.91282;50;20220413;17.9;13.4;15.7;4.9;10.49;0;3.98;24075
+67096;43.1422;5.91282;50;20220414;21.1;9.4;15.3;2.6;9.39;0;4.22;24686
+67096;43.1422;5.91282;50;20220415;22.1;8.7;15.4;2.2;8.89;0;4.39;25191
+67096;43.1422;5.91282;50;20220416;22.6;10.2;16.4;2.3;10.99;0;4.38;25363
+67096;43.1422;5.91282;50;20220417;18.3;16.4;17.4;3.7;10.19;0;4.02;21923
+67096;43.1422;5.91282;50;20220418;18.7;7.7;13.2;2.8;10.29;0;3.54;25702
+67096;43.1422;5.91282;50;20220419;18.6;8.6;13.6;2.7;11.39;0;3.51;25693
+67096;43.1422;5.91282;50;20220420;17.9;10.8;14.4;3.7;12.59;8.3;1.95;10821
+67096;43.1422;5.91282;50;20220421;17.8;13.8;15.8;4;12.99;2.5;2.25;8574
+67096;43.1422;5.91282;50;20220422;17.4;12.1;14.8;2;14.39;.2;2.48;16644
+67096;43.1422;5.91282;50;20220423;15.3;14.4;14.9;5.4;13.99;12.8;1.57;2493
+67096;43.1422;5.91282;50;20220424;17.4;10.1;13.8;4.3;11.99;.3;3.57;19162
+67096;43.1422;5.91282;50;20220425;18;10.9;14.5;6;11.09;0;4.68;25754
+67096;43.1422;5.91282;50;20220426;19.6;9.1;14.4;3.7;12.99;0;3.43;26985
+67096;43.1422;5.91282;50;20220427;18.5;9.4;14;2.5;12.89;.1;3.53;27136
+67096;43.1422;5.91282;50;20220428;20.3;9.9;15.1;2.7;10.79;0;4.37;27286
+67096;43.1422;5.91282;50;20220429;19.7;9.6;14.7;2.2;10.29;0;4.25;27433
+67096;43.1422;5.91282;50;20220430;20.2;9.6;14.9;1.9;11.59;0;4.04;27578
+67096;43.1422;5.91282;50;20220501;21.5;9.1;15.3;2.1;11.59;0;4.27;27721
+67096;43.1422;5.91282;50;20220502;18.7;10.7;14.7;2.2;13.99;0;3.66;27602
+67096;43.1422;5.91282;50;20220503;20.4;11.5;16;2.1;14.49;.2;4.12;28001
+67096;43.1422;5.91282;50;20220504;22.2;9.8;16;2.1;13.49;0;4.21;27343
+67096;43.1422;5.91282;50;20220505;20.2;12.7;16.5;1.2;12.99;8;3.78;23994
+67096;43.1422;5.91282;50;20220506;19.5;12.4;16;1.1;13.49;.3;3.61;23443
+67096;43.1422;5.91282;50;20220507;21.9;11.8;16.9;1.4;13.59;1.4;4.37;28184
+67096;43.1422;5.91282;50;20220508;19.4;13.6;16.5;.9;14.49;5.8;3.38;21337
+67096;43.1422;5.91282;50;20220509;23.8;10.4;17.1;.8;12.89;.2;4.42;28605
+67096;43.1422;5.91282;50;20220510;24.6;11.8;18.2;1.9;12.99;0;4.92;28726
+67096;43.1422;5.91282;50;20220511;24.3;13.2;18.8;1.4;12.49;0;4.86;28845
+67096;43.1422;5.91282;50;20220512;23.2;11.8;17.5;1.7;12.89;0;4.74;28961
+67096;43.1422;5.91282;50;20220513;23.9;11.6;17.8;2;12.79;.1;4.92;29075
+67096;43.1422;5.91282;50;20220514;21.5;12.7;17.1;2.2;15.79;0;4.2;27060
+67096;43.1422;5.91282;50;20220515;22.6;15.9;19.3;2.3;16.59;.1;4.2;23640
+67096;43.1422;5.91282;50;20220516;24.7;13.1;18.9;1.4;14.89;0;4.9;29401
+67096;43.1422;5.91282;50;20220517;24.9;13.3;19.1;1.6;15.19;0;4.99;29505
+67096;43.1422;5.91282;50;20220518;23.4;15.6;19.5;2.2;17.79;.1;4.42;25820
+67096;43.1422;5.91282;50;20220519;26.2;14.9;20.6;1.9;14.99;0;5.39;29704
+67096;43.1422;5.91282;50;20220520;26.2;16.3;21.3;1.5;14.99;0;5.32;29344
+67096;43.1422;5.91282;50;20220521;25.4;16.3;20.9;2.4;16.89;0;5.2;28202
+67096;43.1422;5.91282;50;20220522;23.3;15.3;19.3;2.3;18.49;.1;4.41;26494
+67096;43.1422;5.91282;50;20220523;25.5;17;21.3;3.3;16.79;0;5.4;27405
+67096;43.1422;5.91282;50;20220524;26.7;18.7;22.7;3.5;15.39;2.2;5.98;26648
+67096;43.1422;5.91282;50;20220525;22.9;15.6;19.3;1.6;15.89;.2;4.44;25504
+67096;43.1422;5.91282;50;20220526;26;15.2;20.6;.9;17.39;.4;5.18;30313
+67096;43.1422;5.91282;50;20220527;34.4;19.7;27.1;1.2;15.29;0;6.29;30389
+67096;43.1422;5.91282;50;20220528;30.6;18.3;24.5;2;13.69;0;6.46;30462
+67096;43.1422;5.91282;50;20220529;29.4;17;23.2;2.8;9.79;0;7;30532
+67096;43.1422;5.91282;50;20220530;25.7;17;21.4;1.2;12.99;0;5.17;28229
+67096;43.1422;5.91282;50;20220531;25;16.5;20.8;1.4;15.89;0;5.03;27956
+67096;43.1422;5.91282;50;20220601;28.5;15.3;21.9;1.5;15.79;0;5.72;30725
+67096;43.1422;5.91282;50;20220602;25.9;17.3;21.6;3.1;18.39;0;5.39;28235
+67096;43.1422;5.91282;50;20220603;30.8;22.4;26.6;3.8;15.49;1.5;7.47;27950
+67096;43.1422;5.91282;50;20220604;28.7;23.8;26.3;3.5;18.19;0;5.94;21270
+67096;43.1422;5.91282;50;20220605;27.5;21.3;24.4;2.7;20.99;0;5.21;24025
+67096;43.1422;5.91282;50;20220606;28.5;20;24.3;3.5;16.59;0;6.54;28256
+67096;43.1422;5.91282;50;20220607;31.4;21.3;26.4;3.6;14.89;0;7.79;30888
+67096;43.1422;5.91282;50;20220608;26;20.8;23.4;4;13.49;0;6.13;22056
+67096;43.1422;5.91282;50;20220609;29.2;20;24.6;4.7;10.79;0;8.23;29532
+67096;43.1422;5.91282;50;20220610;29;16.4;22.7;1.6;8.79;0;6.18;31141
+67096;43.1422;5.91282;50;20220611;30.2;14.5;22.4;1.3;9.99;0;5.96;31172
+67096;43.1422;5.91282;50;20220612;28.3;16.6;22.5;1.5;13.29;0;5.96;31200
+67096;43.1422;5.91282;50;20220613;34.6;19.5;27.1;2.4;19.09;0;7.22;31225
+67096;43.1422;5.91282;50;20220614;27.1;18.1;22.6;1.1;21.39;0;5.34;29338
+67096;43.1422;5.91282;50;20220615;29.6;20;24.8;1.7;20.99;0;6.03;30334
+67096;43.1422;5.91282;50;20220616;29;19.7;24.4;2;19.89;0;6;29864
+67096;43.1422;5.91282;50;20220617;28.9;19.2;24.1;1.4;21.09;0;5.84;30522
+67096;43.1422;5.91282;50;20220618;29.7;20.9;25.3;2.4;19.89;0;6.23;29057
+67096;43.1422;5.91282;50;20220619;29.1;20.8;25;1.9;19.59;0;5.86;28211
+67096;43.1422;5.91282;50;20220620;28.3;20.1;24.2;1.8;19.99;0;5.63;28041
+67096;43.1422;5.91282;50;20220621;30.1;21.4;25.8;2.7;21.69;.8;6.27;28897
+67096;43.1422;5.91282;50;20220622;27.8;22.1;25;2.2;21.89;1.5;5.05;23296
+67096;43.1422;5.91282;50;20220623;27.1;21;24.1;1.9;21.59;.6;4.92;24111
+67096;43.1422;5.91282;50;20220624;29.1;22.9;26;3.2;20.89;0;5.87;24305
+67096;43.1422;5.91282;50;20220625;28.1;18.6;23.4;1.7;18.89;0;5.81;30188
+67096;43.1422;5.91282;50;20220626;32.3;19.6;26;3.3;19.89;0;7.18;31265
+67096;43.1422;5.91282;50;20220627;29.9;24.4;27.2;2.3;20.59;0;5.61;22828
+67096;43.1422;5.91282;50;20220628;28.6;22.4;25.5;1.7;20.59;19.6;5.23;24250
+67096;43.1422;5.91282;50;20220629;27.8;17.4;22.6;3.4;18.49;0;6.2;31200
+67096;43.1422;5.91282;50;20220630;28.3;17.5;22.9;1.9;18.29;0;5.96;31172
+67096;43.1422;5.91282;50;20220701;29.8;19.2;24.5;3.4;14.79;0;7.22;31141
+67096;43.1422;5.91282;50;20220702;28.8;15.6;22.2;1;13.89;0;5.65;31107
+67096;43.1422;5.91282;50;20220703;32;18.5;25.3;1.9;14.79;0;6.66;31070
+67096;43.1422;5.91282;50;20220704;31.7;21.4;26.6;2.7;19.89;0;6.96;31029
+67096;43.1422;5.91282;50;20220705;33.2;21.3;27.3;2.7;18.99;0;7.26;30986
+67096;43.1422;5.91282;50;20220706;32.1;23.8;28;2.2;12.79;0;6.88;27874
+67096;43.1422;5.91282;50;20220707;34.4;18.6;26.5;1.8;13.69;0;6.88;30891
+67096;43.1422;5.91282;50;20220708;30.8;20.5;25.7;1.4;16.39;0;6.24;30839
+67096;43.1422;5.91282;50;20220709;31.8;19.7;25.8;1.4;16.19;0;6.28;30784
+67096;43.1422;5.91282;50;20220710;28.6;20.6;24.6;1.8;20.29;0;5.53;27164
+67096;43.1422;5.91282;50;20220711;28;19.8;23.9;1.5;21.49;.1;5.3;27451
+67096;43.1422;5.91282;50;20220712;29.3;20.5;24.9;1.6;21.59;0;5.66;28395
+67096;43.1422;5.91282;50;20220713;28.9;19.9;24.4;1.4;21.59;0;5.55;28658
+67096;43.1422;5.91282;50;20220714;30.9;20.3;25.6;2.2;19.99;0;6.41;30465
+67096;43.1422;5.91282;50;20220715;32.2;22.9;27.6;3.3;22.49;0;6.9;29002
+67096;43.1422;5.91282;50;20220716;31.2;20.5;25.9;1.2;22.79;.1;5.99;30317
+67096;43.1422;5.91282;50;20220717;30.9;21.9;26.4;1.6;24.79;.1;5.81;28376
+67096;43.1422;5.91282;50;20220718;32.2;22.2;27.2;1.2;23.59;0;6.1;29856
+67096;43.1422;5.91282;50;20220719;31.6;22.3;27;1.3;22.49;0;5.92;28693
+67096;43.1422;5.91282;50;20220720;34;22.3;28.2;1.6;20.99;0;6.53;29988
+67096;43.1422;5.91282;50;20220721;33.3;22.9;28.1;2.4;20.69;0;6.92;29899
+67096;43.1422;5.91282;50;20220722;32.8;21;26.9;1.6;20.89;0;6.28;29807
+67096;43.1422;5.91282;50;20220723;30.7;22.8;26.8;2.9;23.39;0;5.94;26084
+67096;43.1422;5.91282;50;20220724;31.3;22.9;27.1;1.8;23.19;0;5.79;26823
+67096;43.1422;5.91282;50;20220725;31.3;21.1;26.2;1.9;22.29;0;6.11;29505
+67096;43.1422;5.91282;50;20220726;29.8;25.3;27.6;4.7;17.99;0;6.65;19366
+67096;43.1422;5.91282;50;20220727;29.9;21.1;25.5;2.3;14.79;0;6.19;27176
+67096;43.1422;5.91282;50;20220728;30.7;18.2;24.5;1.1;16.09;0;5.58;29201
+67096;43.1422;5.91282;50;20220729;30.1;21.8;26;2.5;16.99;0;6.1;26179
+67096;43.1422;5.91282;50;20220730;32.9;22;27.5;3.1;16.19;0;7.3;28979
+67096;43.1422;5.91282;50;20220731;33.8;19.4;26.6;1.3;15.49;0;5.97;28864
+67096;43.1422;5.91282;50;20220801;32.4;19.6;26;1.2;20.19;0;5.73;28747
+67096;43.1422;5.91282;50;20220802;29.6;19.2;24.4;1.1;21.59;0;5.38;28627
+67096;43.1422;5.91282;50;20220803;29.9;21.2;25.6;1.4;22.89;0;5.24;26264
+67096;43.1422;5.91282;50;20220804;32.5;20.8;26.7;1.6;20.39;0;5.93;28380
+67096;43.1422;5.91282;50;20220805;30.1;21.2;25.7;2.8;21.49;0;5.77;26331
+67096;43.1422;5.91282;50;20220806;33.9;21.4;27.7;1.4;22.29;0;5.92;28124
+67096;43.1422;5.91282;50;20220807;31.4;21.2;26.3;1.7;20.69;0;5.79;27958
+67096;43.1422;5.91282;50;20220808;30.1;21.5;25.8;1.3;22.39;.1;5.1;25507
+67096;43.1422;5.91282;50;20220809;32.2;20.2;26.2;.9;19.39;0;5.36;27724
+67096;43.1422;5.91282;50;20220810;31.9;20.8;26.4;1;19.09;0;5.39;27586
+67096;43.1422;5.91282;50;20220811;30.1;21.3;25.7;1.1;20.99;0;5;25417
+67096;43.1422;5.91282;50;20220812;30.8;20.6;25.7;1.2;23.69;0;5.28;27257
+67096;43.1422;5.91282;50;20220813;29.2;24.1;26.7;2.5;22.49;0;4.69;19028
+67096;43.1422;5.91282;50;20220814;29.4;25.3;27.4;2.5;18.19;3.7;4.92;16917
+67096;43.1422;5.91282;50;20220815;32.2;19.6;25.9;1.7;18.99;0;5.6;26865
+67096;43.1422;5.91282;50;20220816;29.6;20.3;25;1.3;20.39;24.7;4.94;25433
+67096;43.1422;5.91282;50;20220817;26.3;19.1;22.7;3.4;22.19;18.8;4.25;22190
+67096;43.1422;5.91282;50;20220818;27.5;18.4;23;1.7;19.09;5.8;4.68;24859
+67096;43.1422;5.91282;50;20220819;32.6;21.4;27;3.9;15.79;0;7.2;26252
+67096;43.1422;5.91282;50;20220820;32.7;19.2;26;2.7;15.59;0;6.27;26094
+67096;43.1422;5.91282;50;20220821;31.9;20.1;26;2.5;15.19;.1;6.07;25935
+67096;43.1422;5.91282;50;20220822;31.7;17.7;24.7;1.9;14.69;.1;5.49;25773
+67096;43.1422;5.91282;50;20220823;30.6;19.4;25;1.2;17.79;0;4.9;25610
+67096;43.1422;5.91282;50;20220824;29.6;19.9;24.8;1.3;19.29;0;4.75;24728
+67096;43.1422;5.91282;50;20220825;31.6;18.6;25.1;2.6;18.09;0;5.64;25279
+67096;43.1422;5.91282;50;20220826;31.4;20.6;26;2.1;21.49;.1;5.28;25111
+67096;43.1422;5.91282;50;20220827;29.3;21;25.2;1;21.09;0;4.27;22376
+67096;43.1422;5.91282;50;20220828;30.6;20;25.3;1.3;20.09;0;4.78;24770
+67096;43.1422;5.91282;50;20220829;30.1;19.1;24.6;1.5;20.19;.3;4.73;24598
+67096;43.1422;5.91282;50;20220830;28.9;22.8;25.9;1.3;23.79;0;3.85;18707
+67096;43.1422;5.91282;50;20220831;29.1;22.2;25.7;2.2;21.09;0;4.43;19780
+67096;43.1422;5.91282;50;20220901;30.3;18.8;24.6;1.8;18.39;0;4.82;24072
+67096;43.1422;5.91282;50;20220902;27.9;19.3;23.6;1.8;19.79;2.1;4.23;21808
+67096;43.1422;5.91282;50;20220903;27.8;20.5;24.2;2.1;21.79;0;4.02;19900
+67096;43.1422;5.91282;50;20220904;28.2;22.9;25.6;2.1;21.89;.2;3.86;16752
+67096;43.1422;5.91282;50;20220905;28.5;22.3;25.4;2.5;22.29;0;4.1;18014
+67096;43.1422;5.91282;50;20220906;29;21.9;25.5;1.9;22.59;.5;4.03;19157
+67096;43.1422;5.91282;50;20220907;28.3;21.5;24.9;2.6;23.59;30.2;3.94;18585
+67096;43.1422;5.91282;50;20220908;28.6;18.5;23.6;2.8;19.79;0;4.58;22568
+67096;43.1422;5.91282;50;20220909;30.1;18.9;24.5;2.7;14.09;0;5.29;22615
+67096;43.1422;5.91282;50;20220910;28.3;19.4;23.9;4.4;12.59;0;6.05;20802
+67096;43.1422;5.91282;50;20220911;27.8;19.6;23.7;2.4;11.79;0;4.73;19777
+67096;43.1422;5.91282;50;20220912;26.3;15.5;20.9;1.2;17.59;0;3.62;22051
+67096;43.1422;5.91282;50;20220913;26;19.1;22.6;1.8;21.09;2.4;3.3;17786
+67096;43.1422;5.91282;50;20220914;24.4;21.4;22.9;2.4;21.59;14.3;2.66;11458
+67096;43.1422;5.91282;50;20220915;30.5;19.6;25.1;2.6;21.59;.1;4.52;21481
+67096;43.1422;5.91282;50;20220916;28.1;21.4;24.8;4.6;13.79;0;5.75;17048
+67096;43.1422;5.91282;50;20220917;26.9;16.8;21.9;4.6;8.79;0;6.16;20847
+67096;43.1422;5.91282;50;20220918;25.3;11.9;18.6;1.6;12.39;0;3.5;20905
+67096;43.1422;5.91282;50;20220919;29.4;11.6;20.5;2.5;11.39;0;4.55;20712
+67096;43.1422;5.91282;50;20220920;26.6;13.7;20.2;.8;14.19;0;3.13;20519
+67096;43.1422;5.91282;50;20220921;25.5;12.7;19.1;1.9;13.09;0;3.55;20325
+67096;43.1422;5.91282;50;20220922;23.3;16.4;19.9;2;13.59;0;3.19;16339
+67096;43.1422;5.91282;50;20220923;24.3;14.8;19.6;1;13.79;5.9;2.95;19066
+67096;43.1422;5.91282;50;20220924;21.9;16.2;19.1;1.6;16.29;13.2;2.51;14511
+67096;43.1422;5.91282;50;20220925;23.5;14.9;19.2;2;15.89;.1;2.99;17754
+67096;43.1422;5.91282;50;20220926;23.3;13.5;18.4;3.9;11.29;.1;4.15;18791
+67096;43.1422;5.91282;50;20220927;21.7;16.7;19.2;6.1;10.29;.1;4.93;13145
+67096;43.1422;5.91282;50;20220928;21.9;16;19;5.7;14.19;.2;3.74;14171
+67096;43.1422;5.91282;50;20220929;19.6;15.8;17.7;4.1;13.09;0;2.97;11156
+67096;43.1422;5.91282;50;20220930;21.6;12.7;17.2;3;10.39;0;3.44;17146
+67096;43.1422;5.91282;50;20221001;20.4;11.4;15.9;3.7;11.49;0;3.18;17059
+67096;43.1422;5.91282;50;20221002;26.6;17.1;21.9;4.4;15.49;0;4.35;17350
+67096;43.1422;5.91282;50;20221003;23.2;15.6;19.4;1.6;13.29;0;2.71;15297
+67096;43.1422;5.91282;50;20221004;23.3;11.5;17.4;.5;14.79;.2;2.25;17801
+67096;43.1422;5.91282;50;20221005;22.5;13;17.8;1.3;15.99;.3;2.34;16782
+67096;43.1422;5.91282;50;20221006;23.7;12.2;18;.8;15.99;.1;2.3;17416
+67096;43.1422;5.91282;50;20221007;24.1;12.9;18.5;1.2;15.39;1;2.45;17224
+67096;43.1422;5.91282;50;20221008;20.4;15;17.7;.7;16.19;3.1;1.73;12109
+67096;43.1422;5.91282;50;20221009;21.3;16;18.7;2;16.89;0;2.04;11853
+67096;43.1422;5.91282;50;20221010;22.7;17.3;20;1.6;16.29;.6;2.18;11828
+67096;43.1422;5.91282;50;20221011;23.8;13;18.4;1;15.29;0;2.22;16466
+67096;43.1422;5.91282;50;20221012;23.4;13.6;18.5;1.2;15.59;.2;2.2;15728
+67096;43.1422;5.91282;50;20221013;23.4;12.5;18;1.8;15.29;.1;2.35;16092
+67096;43.1422;5.91282;50;20221014;24.8;17;20.9;3.6;14.99;0;3.35;13649
+67096;43.1422;5.91282;50;20221015;25;14.4;19.7;1.8;15.19;0;2.54;15721
+67096;43.1422;5.91282;50;20221016;23.8;15.8;19.8;2.2;18.09;0;2.22;13498
+67096;43.1422;5.91282;50;20221017;23.6;19.5;21.6;3;16.89;.1;2.62;9408
+67096;43.1422;5.91282;50;20221018;23.7;13.6;18.7;.9;16.19;.2;1.92;14859
+67096;43.1422;5.91282;50;20221019;23.8;13.1;18.5;.8;16.59;0;1.86;14996
+67096;43.1422;5.91282;50;20221020;22.6;16.3;19.5;2.5;17.89;0;2;11348
+67096;43.1422;5.91282;50;20221021;22.7;20.1;21.4;3.5;20.39;1.2;1.94;7027
+67096;43.1422;5.91282;50;20221022;23.8;18.8;21.3;1.4;22.09;.1;1.59;9807
+67096;43.1422;5.91282;50;20221023;24.7;21.1;22.9;3.7;20.29;0;2.49;8144
+67096;43.1422;5.91282;50;20221024;24.3;21;22.7;2.5;20.39;0;2.03;7677
+67096;43.1422;5.91282;50;20221025;23.5;16.8;20.2;1.2;19.59;0;1.6;11004
+67096;43.1422;5.91282;50;20221026;24.4;18.8;21.6;2.2;19.09;.2;2.01;9892
+67096;43.1422;5.91282;50;20221027;23.1;15.7;19.4;1.6;17.79;.2;1.69;11300
+67096;43.1422;5.91282;50;20221028;24.4;14.7;19.6;.9;15.99;.1;1.64;12844
+67096;43.1422;5.91282;50;20221029;24;12.8;18.4;1.5;14.19;0;1.87;13288
+67096;43.1422;5.91282;50;20221030;23.1;12.2;17.7;1.5;13.79;.2;1.77;13128
+67096;43.1422;5.91282;50;20221031;22.5;14.5;18.5;1.8;15.4;.7;1.61;11853
+67096;43.1422;5.91282;50;20221101;22.5;19.1;20.8;2.5;16.92;21.1;1.67;9040
+67096;43.1422;5.91282;50;20221102;22.3;13;17.7;1.7;13.99;0;1.69;11797
+67096;43.1422;5.91282;50;20221103;18.6;9.8;14.2;2.2;13.49;18;1.32;11319
+67096;43.1422;5.91282;50;20221104;18.2;13.9;16.1;6.2;9.09;.3;3.62;7668
+67096;43.1422;5.91282;50;20221105;21.1;11.5;16.3;2.8;7.49;0;2.67;11551
+67096;43.1422;5.91282;50;20221106;19.7;7;13.4;.9;10.39;.1;1.12;12064
+67096;43.1422;5.91282;50;20221107;20.4;6.7;13.6;.7;10.49;.2;1.02;11921
+67096;43.1422;5.91282;50;20221108;19.8;11;15.4;2;13.79;1.2;1.33;10635
+67096;43.1422;5.91282;50;20221109;20.8;17.6;19.2;2.4;17.09;.9;1.47;6143
+67096;43.1422;5.91282;50;20221110;20.8;10.8;15.8;1.8;13.89;0;1.32;11094
+67096;43.1422;5.91282;50;20221111;22;14.8;18.4;2.4;14.19;.1;1.78;9227
+67096;43.1422;5.91282;50;20221112;21.4;9.1;15.3;.9;11.59;0;1.06;11246
+67096;43.1422;5.91282;50;20221113;19.4;12.3;15.9;1.5;11.49;0;1.3;8942
+67096;43.1422;5.91282;50;20221114;18.3;10.6;14.5;3.1;12.69;16.5;1.42;9223
+67096;43.1422;5.91282;50;20221115;18.5;13.8;16.2;2.8;14.39;1;1.33;7016
+67096;43.1422;5.91282;50;20221116;19.3;13.6;16.5;2.4;13.09;0;1.48;7685
+67096;43.1422;5.91282;50;20221117;19.6;11;15.3;1.5;12.79;3.6;1.09;9443
+67096;43.1422;5.91282;50;20221118;17.7;12.2;15;4;9.69;0;2.3;7371
+67096;43.1422;5.91282;50;20221119;18.2;6.6;12.4;2.3;7.49;0;1.64;10417
+67096;43.1422;5.91282;50;20221120;16.2;4.6;10.4;3.2;6.79;0;1.84;10311
+67096;43.1422;5.91282;50;20221121;15.6;10.5;13.1;3.4;8.59;11.2;1.91;6850
+67096;43.1422;5.91282;50;20221122;14.4;9.9;12.2;6.9;7.89;0;2.81;6337
+67096;43.1422;5.91282;50;20221123;15.5;8.1;11.8;4.1;8.19;.1;1.96;8179
+67096;43.1422;5.91282;50;20221124;16.2;11.6;13.9;3.4;7.89;0;2.2;6282
+67096;43.1422;5.91282;50;20221125;19.9;8.5;14.2;1.9;10.49;0;1.23;9824
+67096;43.1422;5.91282;50;20221126;19.2;5.4;12.3;1.3;8.29;.1;.97;9736
+67096;43.1422;5.91282;50;20221127;17;4.8;10.9;.8;8.79;0;.58;9651
+67096;43.1422;5.91282;50;20221128;14.3;7.9;11.1;1.8;9.59;7.3;.88;7219
+67096;43.1422;5.91282;50;20221129;12.6;6.6;9.6;.8;8.89;0;.53;6913
+67096;43.1422;5.91282;50;20221130;16.5;2.6;9.6;.6;8.09;1.1;.43;9417
+67096;43.1422;5.91282;50;20221201;15.2;5.8;10.5;1.3;9.29;.2;.66;8632
+67096;43.1422;5.91282;50;20221202;15;4.3;9.7;1.9;8.19;3.2;.88;9172
+67096;43.1422;5.91282;50;20221203;12.3;9.3;10.8;5;10.39;46.2;1.18;4593
+67096;43.1422;5.91282;50;20221204;14.8;10.3;12.6;2.2;11.59;7.8;.85;5693
+67096;43.1422;5.91282;50;20221205;15.8;5.7;10.8;.8;9.09;0;.47;8712
+67096;43.1422;5.91282;50;20221206;15.8;3.9;9.9;.6;8.39;.1;.36;9040
+67096;43.1422;5.91282;50;20221207;15.6;1.4;8.5;.7;7.29;.1;.4;8989
+67096;43.1422;5.91282;50;20221208;11.3;1.7;6.5;1.3;8.79;23.6;.34;8331
+67096;43.1422;5.91282;50;20221209;17.2;10.7;14;2.4;14.29;2.3;.67;6734
+67096;43.1422;5.91282;50;20221210;13.9;10;12;2.8;9.39;0;1.26;5082
+67096;43.1422;5.91282;50;20221211;12.6;2.1;7.4;4;4.39;0;1.99;8610
+67096;43.1422;5.91282;50;20221212;12.3;-.9;5.7;1.7;5.19;6.1;.81;8788
+67096;43.1422;5.91282;50;20221213;9.5;6.2;7.9;3.2;8.89;2.3;.72;4578
+67096;43.1422;5.91282;50;20221214;12.8;9.3;11.1;2.7;10.49;1.1;.87;4714
+67096;43.1422;5.91282;50;20221215;16.3;8.4;12.4;2.4;12.99;28.6;.59;7305
+67096;43.1422;5.91282;50;20221216;14.1;8.2;11.2;1.9;10.19;0;.74;6232
+67096;43.1422;5.91282;50;20221217;12.9;1.3;7.1;1.2;7.59;.3;.44;8675
+67096;43.1422;5.91282;50;20221218;15.3;3.6;9.5;1.4;9.29;0;.52;8664
+67096;43.1422;5.91282;50;20221219;13.5;11.8;12.7;1.9;12.19;1.2;.74;3107
+67096;43.1422;5.91282;50;20221220;15.9;13.1;14.5;3.5;14.19;1.4;.91;4122
+67096;43.1422;5.91282;50;20221221;19;15.2;17.1;3;14.49;3.7;1.33;4881
+67096;43.1422;5.91282;50;20221222;18.4;11;14.7;3.2;11.19;0;1.48;7005
+67096;43.1422;5.91282;50;20221223;19.3;11.1;15.2;4;13.59;0;1.32;7405
+67096;43.1422;5.91282;50;20221224;18.6;12.2;15.4;2.2;12.89;.1;1.03;6493
+67096;43.1422;5.91282;50;20221225;16.6;7.7;12.2;2.8;12.19;0;.74;7757
+67096;43.1422;5.91282;50;20221226;17.8;14.5;16.2;2.8;13.39;.2;1.29;4544
+67096;43.1422;5.91282;50;20221227;17;10.3;13.7;3.3;9.89;0;1.57;6697
+67096;43.1422;5.91282;50;20221228;16.4;6.1;11.3;1.3;10.09;.1;.57;8444
+67096;43.1422;5.91282;50;20221229;16.5;11.2;13.9;1.5;12.99;0;.66;5941
+67096;43.1422;5.91282;50;20221230;15.5;9.1;12.3;.9;12.39;.2;.45;6601
+67096;43.1422;5.91282;50;20221231;16.9;8.9;12.9;2.6;12.79;0;.76;7469
+67097;43.14554;6.20989;36;20220101;11.4;9.8;10.6;.8;11.67;0;.46;1768
+67097;43.14554;6.20989;36;20220102;14.6;10.3;12.5;1.3;10.44;0;.68;5150
+67097;43.14554;6.20989;36;20220103;19.4;4.4;11.9;2.2;9.04;0;1.09;8984
+67097;43.14554;6.20989;36;20220104;13.6;7.5;10.6;1.4;12.27;.2;.38;4574
+67097;43.14554;6.20989;36;20220105;12.7;11.3;12;4.3;7.44;0;2.1;3484
+67097;43.14554;6.20989;36;20220106;13.5;4.9;9.2;2.7;4.77;.1;1.6;7202
+67097;43.14554;6.20989;36;20220107;13.4;-.6;6.4;3.6;5.27;.1;1.58;8760
+67097;43.14554;6.20989;36;20220108;14.9;7.4;11.1;5;6.74;.1;2.27;7271
+67097;43.14554;6.20989;36;20220109;13.1;8.7;10.9;6.6;6.7;0;2.54;5854
+67097;43.14554;6.20989;36;20220110;14.4;8.8;11.6;3.1;6;0;1.96;5794
+67097;43.14554;6.20989;36;20220111;15.7;-.6;7.6;1.4;4.84;0;.96;9476
+67097;43.14554;6.20989;36;20220112;15.5;-2;6.8;1.3;4.9;0;.86;9553
+67097;43.14554;6.20989;36;20220113;14.9;-2.3;6.3;1.3;5.4;0;.74;9634
+67097;43.14554;6.20989;36;20220114;16.5;-2.6;6.9;1;5.37;.1;.7;9718
+67097;43.14554;6.20989;36;20220115;15.8;-3;6.4;1.2;5.44;0;.78;9805
+67097;43.14554;6.20989;36;20220116;15.2;-3.1;6;1.2;5.4;.1;.79;9871
+67097;43.14554;6.20989;36;20220117;16.8;-1.3;7.8;1.4;6.24;0;.84;9989
+67097;43.14554;6.20989;36;20220118;13.9;-1.9;6;1.8;7.87;.1;.69;8162
+67097;43.14554;6.20989;36;20220119;10.5;2;6.3;1;8.51;0;.44;7817
+67097;43.14554;6.20989;36;20220120;14.6;3.5;9;2.6;5.97;0;1.48;9584
+67097;43.14554;6.20989;36;20220121;14.5;.5;7.5;1.4;5.97;0;.94;10396
+67097;43.14554;6.20989;36;20220122;13.7;-1.1;6.3;1.1;5.97;.1;.74;10505
+67097;43.14554;6.20989;36;20220123;14;-2.7;5.7;.9;6.8;.2;.6;10618
+67097;43.14554;6.20989;36;20220124;13.9;-.8;6.6;1.4;7.5;0;.7;10734
+67097;43.14554;6.20989;36;20220125;14.4;.9;7.7;1.2;7.8;.1;.71;10725
+67097;43.14554;6.20989;36;20220126;13.8;-1.2;6.3;1;7;0;.67;10974
+67097;43.14554;6.20989;36;20220127;14.3;.1;7.2;1.1;8;.1;.71;11095
+67097;43.14554;6.20989;36;20220128;15.7;-.2;7.7;1.3;7.4;.1;.89;11226
+67097;43.14554;6.20989;36;20220129;14.5;-1.6;6.4;1.5;7.67;.1;.84;11357
+67097;43.14554;6.20989;36;20220130;15;-.5;7.3;1.2;7.2;.1;.88;11490
+67097;43.14554;6.20989;36;20220131;15.1;.7;7.9;4.8;5.87;.1;2.22;11625
+67097;43.14554;6.20989;36;20220201;14.4;6;10.2;4.8;4.87;0;2.83;9627
+67097;43.14554;6.20989;36;20220202;20.2;10.5;15.4;4.2;7.4;0;3.13;10313
+67097;43.14554;6.20989;36;20220203;16.5;2.1;9.3;1.7;8.9;0;1.13;11983
+67097;43.14554;6.20989;36;20220204;15.8;3.1;9.4;1.8;9;0;1.1;11761
+67097;43.14554;6.20989;36;20220205;17.9;7.7;12.8;2;7.67;.1;1.73;10936
+67097;43.14554;6.20989;36;20220206;17;.7;8.8;3.5;6.47;.1;2.09;12495
+67097;43.14554;6.20989;36;20220207;18.4;10.5;14.4;4.6;6.16;0;3.37;9476
+67097;43.14554;6.20989;36;20220208;16.3;.6;8.4;1.2;7.37;0;1.17;12804
+67097;43.14554;6.20989;36;20220209;15.6;.6;8.1;1.7;8.64;.1;1.15;12963
+67097;43.14554;6.20989;36;20220210;12.6;2.8;7.7;3;9.69;0;1.4;12594
+67097;43.14554;6.20989;36;20220211;19.1;3.2;11.2;2.8;9.39;.1;1.9;13333
+67097;43.14554;6.20989;36;20220212;15;6.4;10.7;3.8;8.49;0;1.98;13498
+67097;43.14554;6.20989;36;20220213;13.1;3.7;8.4;3.4;8.49;5;1.34;6487
+67097;43.14554;6.20989;36;20220214;13.6;8.3;11;3.2;10.99;22.1;1.12;5683
+67097;43.14554;6.20989;36;20220215;14.3;7;10.7;5.8;6.49;0;2.99;13654
+67097;43.14554;6.20989;36;20220216;14.4;7.6;11;5.3;8.54;0;2.17;8826
+67097;43.14554;6.20989;36;20220217;23.4;13.5;18.5;5.6;9.46;0;4.19;12206
+67097;43.14554;6.20989;36;20220218;18.8;10.2;14.5;1.9;10.7;0;1.85;12647
+67097;43.14554;6.20989;36;20220219;16.7;5.9;11.3;2.4;7.97;.1;1.94;12967
+67097;43.14554;6.20989;36;20220220;19.1;4.8;12;3.3;6.1;0;2.9;14798
+67097;43.14554;6.20989;36;20220221;17.2;11.7;14.5;7.9;6.97;0;4.29;9631
+67097;43.14554;6.20989;36;20220222;18.4;9.3;13.9;4.3;6.07;0;3.48;13249
+67097;43.14554;6.20989;36;20220223;16.9;2.9;9.9;2.1;7.87;0;1.89;15384
+67097;43.14554;6.20989;36;20220224;15.3;4.2;9.8;2.1;10.27;.1;1.37;12878
+67097;43.14554;6.20989;36;20220225;16;8.5;12.3;3.5;6.3;0;2.77;13662
+67097;43.14554;6.20989;36;20220226;15.4;3.1;9.3;1.7;5.87;0;1.92;14743
+67097;43.14554;6.20989;36;20220227;13.4;.7;7.1;1.7;6.37;0;1.65;15814
+67097;43.14554;6.20989;36;20220228;15.1;-.7;7.2;2.7;6.84;0;1.93;16322
+67097;43.14554;6.20989;36;20220301;13;1.8;7.4;3;6.94;0;1.86;15779
+67097;43.14554;6.20989;36;20220302;13.6;3.5;8.5;1.7;7.74;0;1.63;14670
+67097;43.14554;6.20989;36;20220303;14.3;3.7;9;1.3;9.47;0;1.42;13476
+67097;43.14554;6.20989;36;20220304;15;2.9;9;1.5;9.27;.2;1.59;15450
+67097;43.14554;6.20989;36;20220305;12.2;5.4;8.8;1.3;8;.1;1.42;11193
+67097;43.14554;6.20989;36;20220306;11.8;.5;6.1;1.9;6.64;0;1.64;15907
+67097;43.14554;6.20989;36;20220307;13.3;-.9;6.2;1.1;6.24;0;1.68;17677
+67097;43.14554;6.20989;36;20220308;14;-2.3;5.9;1.4;6.67;0;1.73;17873
+67097;43.14554;6.20989;36;20220309;14.1;4;9.1;1.4;7.7;0;1.8;15761
+67097;43.14554;6.20989;36;20220310;15.4;.5;7.9;1.3;8.57;0;1.74;17350
+67097;43.14554;6.20989;36;20220311;14.8;5.2;10;3.6;9.1;0;1.99;14001
+67097;43.14554;6.20989;36;20220312;12.7;11.3;12;7.1;8.24;1.5;2.72;4684
+67097;43.14554;6.20989;36;20220313;10.7;9.1;9.9;5.8;8.94;5.9;1.66;4519
+67097;43.14554;6.20989;36;20220314;13.9;8.1;11;4.3;10.5;0;1.66;9621
+67097;43.14554;6.20989;36;20220315;14.9;12.3;13.6;4.3;10.6;0;2.26;10055
+67097;43.14554;6.20989;36;20220316;16.8;8.3;12.5;3.1;11.67;0;2.1;15203
+67097;43.14554;6.20989;36;20220317;17.6;11.9;14.8;3.5;11.17;0;2.53;12527
+67097;43.14554;6.20989;36;20220318;16;11.8;13.9;4.7;9.59;0;3.05;13448
+67097;43.14554;6.20989;36;20220319;15.6;13.1;14.4;5.8;8.09;.5;3.47;4974
+67097;43.14554;6.20989;36;20220320;13.2;8.4;10.8;7.6;8.79;0;2.36;3890
+67097;43.14554;6.20989;36;20220321;14.4;10.6;12.5;6.9;7.19;0;4.07;18931
+67097;43.14554;6.20989;36;20220322;15.2;5.2;10.2;2.9;5.97;0;3.01;19922
+67097;43.14554;6.20989;36;20220323;16.3;1.6;9;2.4;8.19;0;2.57;20888
+67097;43.14554;6.20989;36;20220324;18.6;3.3;11;1.9;6.23;0;3.02;20587
+67097;43.14554;6.20989;36;20220325;17.5;3.2;10.3;2.2;7.57;0;2.82;20286
+67097;43.14554;6.20989;36;20220326;17.6;5.9;11.8;5.3;8.49;0;3.61;21476
+67097;43.14554;6.20989;36;20220327;21.9;12.1;17;3.4;7.89;0;4.5;21255
+67097;43.14554;6.20989;36;20220328;21.7;6.8;14.3;1.8;7.19;0;3.51;21866
+67097;43.14554;6.20989;36;20220329;17.1;5.6;11.4;2.5;9.99;.3;2.68;19960
+67097;43.14554;6.20989;36;20220330;15.1;11.3;13.2;2.7;11.99;16;1.39;3774
+67097;43.14554;6.20989;36;20220331;20.2;5.5;12.9;4.8;9.09;0;3.98;22445
+67097;43.14554;6.20989;36;20220401;11.5;8.7;10.1;10.8;5.49;.1;4.51;18473
+67097;43.14554;6.20989;36;20220402;13;3.8;8.4;6;4.99;0;3.86;22195
+67097;43.14554;6.20989;36;20220403;11.8;1.9;6.9;3.9;6.87;.8;2.46;15733
+67097;43.14554;6.20989;36;20220404;14.8;4.4;9.6;3;8.09;0;2.97;23204
+67097;43.14554;6.20989;36;20220405;15;2.7;8.9;2.1;7.69;0;2.85;23391
+67097;43.14554;6.20989;36;20220406;15;2.3;8.7;2.8;8.69;0;2.38;18018
+67097;43.14554;6.20989;36;20220407;16.3;11.2;13.8;5.3;10.83;0;3.27;17472
+67097;43.14554;6.20989;36;20220408;20.9;14.1;17.5;7.5;12.59;0;4.74;22238
+67097;43.14554;6.20989;36;20220409;16.9;12.8;14.9;9.5;5.09;0;6.57;20652
+67097;43.14554;6.20989;36;20220410;16.2;6.1;11.2;2.9;6.89;0;3.65;24308
+67097;43.14554;6.20989;36;20220411;15.5;3.7;9.6;3.8;9.39;0;2.43;16523
+67097;43.14554;6.20989;36;20220412;16.1;7.2;11.7;4.9;10.89;0;3.09;24666
+67097;43.14554;6.20989;36;20220413;17.5;11.3;14.4;4.9;10.49;0;3.98;24075
+67097;43.14554;6.20989;36;20220414;21.9;8.5;15.2;2.6;9.39;0;4.22;24686
+67097;43.14554;6.20989;36;20220415;23.3;8.9;16.1;2.2;8.89;0;4.39;25191
+67097;43.14554;6.20989;36;20220416;24;9.6;16.8;2.3;10.99;0;4.38;25363
+67097;43.14554;6.20989;36;20220417;18.2;12.7;15.5;3.7;10.19;0;4.02;21923
+67097;43.14554;6.20989;36;20220418;18.6;5.6;12.1;2.8;10.29;0;3.54;25702
+67097;43.14554;6.20989;36;20220419;18.7;7.2;13;2.7;11.39;0;3.51;25693
+67097;43.14554;6.20989;36;20220420;17.3;7.9;12.6;3.7;12.59;6.5;1.95;10821
+67097;43.14554;6.20989;36;20220421;17.5;12.5;15;4;12.99;.4;2.25;8574
+67097;43.14554;6.20989;36;20220422;17.9;11;14.5;2;14.39;0;2.48;16644
+67097;43.14554;6.20989;36;20220423;15.7;14.3;15;5.4;13.99;12.3;1.57;2493
+67097;43.14554;6.20989;36;20220424;18.2;12.7;15.5;4.3;11.99;0;3.57;19162
+67097;43.14554;6.20989;36;20220425;19.7;11.5;15.6;6;11.09;0;4.68;25754
+67097;43.14554;6.20989;36;20220426;18.7;7.6;13.2;3.7;12.99;.1;3.43;26985
+67097;43.14554;6.20989;36;20220427;18.5;8.1;13.3;2.5;12.89;.1;3.53;27136
+67097;43.14554;6.20989;36;20220428;21.2;8.9;15.1;2.7;10.79;0;4.37;27286
+67097;43.14554;6.20989;36;20220429;20.8;8.5;14.7;2.2;10.29;0;4.25;27433
+67097;43.14554;6.20989;36;20220430;20.5;8.4;14.5;1.9;11.59;0;4.04;27578
+67097;43.14554;6.20989;36;20220501;21.2;9.5;15.4;2.1;11.59;.1;4.27;27721
+67097;43.14554;6.20989;36;20220502;19.8;7.9;13.9;2.2;13.99;0;3.66;27602
+67097;43.14554;6.20989;36;20220503;21;11.1;16.1;2.1;14.49;.3;4.12;28001
+67097;43.14554;6.20989;36;20220504;21.8;10.4;16.1;2.1;13.49;0;4.21;27343
+67097;43.14554;6.20989;36;20220505;19.4;10.9;15.2;2;14.09;6.8;2.72;16341
+67097;43.14554;6.20989;36;20220506;19.1;12;15.6;.8;14;.3;2.74;16908
+67097;43.14554;6.20989;36;20220507;22;11.1;16.5;1.3;13.77;1.9;3.99;25956
+67097;43.14554;6.20989;36;20220508;20.6;12.9;16.7;1.1;14.4;5;3.35;20627
+67097;43.14554;6.20989;36;20220509;24.1;9.6;16.9;1.3;13.04;.4;4.47;28754
+67097;43.14554;6.20989;36;20220510;24.7;11.1;17.9;1.9;13.67;0;4.75;28876
+67097;43.14554;6.20989;36;20220511;23.9;10.3;17.1;1.6;13.5;0;4.59;28996
+67097;43.14554;6.20989;36;20220512;23.6;9.4;16.5;1.8;13.64;.1;4.54;29113
+67097;43.14554;6.20989;36;20220513;23.7;9.3;16.5;2;13.4;0;4.6;29228
+67097;43.14554;6.20989;36;20220514;23.4;9.8;16.6;1.2;15.04;0;4.38;28967
+67097;43.14554;6.20989;36;20220515;23.9;12.4;18.1;1.3;16.14;.1;4.63;29450
+67097;43.14554;6.20989;36;20220516;26.4;11.3;18.8;1.6;13.94;.1;5.01;29557
+67097;43.14554;6.20989;36;20220517;25.3;10.7;18;1.5;14.87;0;4.77;29661
+67097;43.14554;6.20989;36;20220518;26;12.3;19.1;1.5;16.67;.1;4.89;29762
+67097;43.14554;6.20989;36;20220519;27.8;12.1;19.9;1.6;13.87;.1;5.28;29862
+67097;43.14554;6.20989;36;20220520;28;11.5;19.7;1.6;14.64;0;5.25;29958
+67097;43.14554;6.20989;36;20220521;28;14;21;2.1;17.04;.1;5.44;30051
+67097;43.14554;6.20989;36;20220522;25.6;13.8;19.7;1.3;18.04;.1;4.77;28651
+67097;43.14554;6.20989;36;20220523;26.5;13.8;20.1;1.8;17.07;.1;5.07;29132
+67097;43.14554;6.20989;36;20220524;29.2;13.4;21.3;2;14.7;.7;5.7;29656
+67097;43.14554;6.20989;36;20220525;25;15.3;20.1;1;16.7;.5;4.02;22386
+67097;43.14554;6.20989;36;20220526;27.5;13.5;20.5;1.4;17.34;.5;5.17;29551
+67097;43.14554;6.20989;36;20220527;32.4;18.2;25.3;2.1;15.97;0;6.47;29612
+67097;43.14554;6.20989;36;20220528;31.8;20.2;26;2.6;14.34;0;7.03;30230
+67097;43.14554;6.20989;36;20220529;27.1;17.5;22.3;2.6;13;0;6.11;29369
+67097;43.14554;6.20989;36;20220530;26.2;13.7;19.9;1.5;14.04;0;5.16;29206
+67097;43.14554;6.20989;36;20220531;25.7;13.3;19.5;1.4;15.94;0;4.98;29309
+67097;43.14554;6.20989;36;20220601;28.5;12.4;20.5;1.8;16.04;.1;5.54;30890
+67097;43.14554;6.20989;36;20220602;28.4;15.1;21.8;1.8;17.84;0;5.53;30231
+67097;43.14554;6.20989;36;20220603;29.9;19.2;24.6;2.3;17.57;1.2;6.04;28141
+67097;43.14554;6.20989;36;20220604;30.6;18.2;24.4;2.5;17.97;0;6.41;30580
+67097;43.14554;6.20989;36;20220605;30;18.7;24.3;2.2;19.67;0;6.07;30386
+67097;43.14554;6.20989;36;20220606;32.7;16.1;24.4;2.8;14.57;0;6.97;31154
+67097;43.14554;6.20989;36;20220607;32.1;21.8;26.9;4.1;13.4;0;7.94;28554
+67097;43.14554;6.20989;36;20220608;28.6;19.1;23.8;3.6;12.04;0;6.8;27322
+67097;43.14554;6.20989;36;20220609;29.1;21;25;6.6;10.6;0;8.74;26557
+67097;43.14554;6.20989;36;20220610;28.9;16.1;22.5;2.9;9.07;0;7.02;31311
+67097;43.14554;6.20989;36;20220611;30.8;11.1;21;1.6;10.14;0;6.1;31342
+67097;43.14554;6.20989;36;20220612;29.9;12.3;21.1;1.5;13.64;0;5.83;31370
+67097;43.14554;6.20989;36;20220613;32.1;16.7;24.4;1.4;18.97;.2;6.19;31395
+67097;43.14554;6.20989;36;20220614;30;13.8;21.9;1.3;18.64;0;5.73;31417
+67097;43.14554;6.20989;36;20220615;30.7;16.8;23.8;1.5;19.6;0;6.04;31436
+67097;43.14554;6.20989;36;20220616;30.4;18.2;24.3;1.5;20.64;.1;6.06;31452
+67097;43.14554;6.20989;36;20220617;31.6;16.7;24.1;1.3;19.77;0;6.03;31464
+67097;43.14554;6.20989;36;20220618;33.3;17.7;25.5;1.7;18.97;0;6.54;31474
+67097;43.14554;6.20989;36;20220619;32.4;16.3;24.3;1.5;18.17;0;6.25;31480
+67097;43.14554;6.20989;36;20220620;31.3;15.8;23.5;1.3;17.27;0;5.98;31483
+67097;43.14554;6.20989;36;20220621;30.8;17.2;24;1.6;20.27;.2;6.06;31483
+67097;43.14554;6.20989;36;20220622;29;21.8;25.4;1.4;23.4;2;5.16;25587
+67097;43.14554;6.20989;36;20220623;28.6;17.9;23.3;1.3;21.2;1;5.15;27385
+67097;43.14554;6.20989;36;20220624;30;18.4;24.2;2.4;20.14;0;5.94;29628
+67097;43.14554;6.20989;36;20220625;30.3;15.4;22.8;1.6;17.6;0;5.93;31451
+67097;43.14554;6.20989;36;20220626;31;16.8;23.9;2.6;19.27;0;6.39;31402
+67097;43.14554;6.20989;36;20220627;32.2;20.5;26.3;2.3;20.67;0;6.7;31417
+67097;43.14554;6.20989;36;20220628;30.4;19.8;25.1;1.8;20.24;25.1;5.73;27712
+67097;43.14554;6.20989;36;20220629;29.9;16;22.9;2.4;18.54;.1;6.07;31370
+67097;43.14554;6.20989;36;20220630;28.3;15.3;21.8;1.5;18.44;0;5.63;31341
+67097;43.14554;6.20989;36;20220701;32;17.2;24.6;2;15.27;0;6.53;31310
+67097;43.14554;6.20989;36;20220702;30.2;13.6;21.9;1.6;16;0;5.86;31276
+67097;43.14554;6.20989;36;20220703;32.6;16.3;24.4;1.6;14.84;0;6.35;31239
+67097;43.14554;6.20989;36;20220704;31.9;18.4;25.1;1.7;18.37;0;6.35;31198
+67097;43.14554;6.20989;36;20220705;37.1;19;28.1;2.3;17.64;0;7.48;31155
+67097;43.14554;6.20989;36;20220706;32.8;23.3;28;2.2;14.54;0;7.09;29854
+67097;43.14554;6.20989;36;20220707;34;16.9;25.4;1.9;16.24;0;6.7;31059
+67097;43.14554;6.20989;36;20220708;31.6;19.7;25.6;1.9;17.3;0;6.51;31006
+67097;43.14554;6.20989;36;20220709;31.4;15.9;23.7;2;16.8;0;6.22;30951
+67097;43.14554;6.20989;36;20220710;30.3;17.1;23.7;1.7;19.3;0;5.93;30892
+67097;43.14554;6.20989;36;20220711;29.2;16.5;22.8;1.5;19.8;.1;5.62;30831
+67097;43.14554;6.20989;36;20220712;29.2;18.2;23.7;1.4;21.8;.1;5.63;30373
+67097;43.14554;6.20989;36;20220713;31.2;17.4;24.3;1.4;21.14;0;5.84;30699
+67097;43.14554;6.20989;36;20220714;31.5;18.6;25;2;20.6;.1;6.13;30629
+67097;43.14554;6.20989;36;20220715;32.2;16.8;24.5;1.5;21.94;.1;5.83;30556
+67097;43.14554;6.20989;36;20220716;31.9;20;26;1.7;24.5;.1;6.02;30233
+67097;43.14554;6.20989;36;20220717;33.2;20.1;26.6;1.4;23.04;0;6.13;30401
+67097;43.14554;6.20989;36;20220718;35.1;18.9;27;1.6;20.57;0;6.46;30320
+67097;43.14554;6.20989;36;20220719;34.7;19.8;27.3;1.4;20.47;0;6.33;30235
+67097;43.14554;6.20989;36;20220720;34.7;18.6;26.7;1.4;18.2;0;6.27;30149
+67097;43.14554;6.20989;36;20220721;34.9;18.9;26.9;1.6;19.07;0;6.39;30059
+67097;43.14554;6.20989;36;20220722;32.8;18.6;25.7;1.6;22.1;0;6.02;29966
+67097;43.14554;6.20989;36;20220723;33.9;18.4;26.2;2.3;21.07;0;6.4;29871
+67097;43.14554;6.20989;36;20220724;32.5;19.6;26.1;1.8;21.77;0;6.05;29773
+67097;43.14554;6.20989;36;20220725;33;18.1;25.6;1.6;22.47;0;5.86;29240
+67097;43.14554;6.20989;36;20220726;34.7;20.4;27.6;3.1;17.3;0;7.38;29569
+67097;43.14554;6.20989;36;20220727;31.4;18.6;25;1.7;16.47;0;6;29300
+67097;43.14554;6.20989;36;20220728;32.5;16.7;24.6;1.5;17.34;0;5.87;29356
+67097;43.14554;6.20989;36;20220729;32.4;18.6;25.5;1.9;17.7;0;6.06;28795
+67097;43.14554;6.20989;36;20220730;33.3;22.1;27.7;2;16.37;0;6.26;26450
+67097;43.14554;6.20989;36;20220731;34.2;15.6;24.9;1.7;14.34;0;6.11;29016
+67097;43.14554;6.20989;36;20220801;33.4;16.3;24.9;1.4;17.3;0;5.75;28897
+67097;43.14554;6.20989;36;20220802;32.3;15.6;24;1.6;19.74;0;5.55;28776
+67097;43.14554;6.20989;36;20220803;33.8;18.2;26;1.5;19.57;0;5.83;28349
+67097;43.14554;6.20989;36;20220804;33.9;18.3;26.1;1.3;19.44;0;5.71;28528
+67097;43.14554;6.20989;36;20220805;32.9;18.5;25.7;2;19.9;0;5.91;28400
+67097;43.14554;6.20989;36;20220806;34.4;20.5;27.4;1.6;21.04;0;6.04;28270
+67097;43.14554;6.20989;36;20220807;32.5;18.3;25.4;1.8;21.27;0;5.67;28138
+67097;43.14554;6.20989;36;20220808;32;18.9;25.4;1.5;21.47;0;5.48;28003
+67097;43.14554;6.20989;36;20220809;33.5;18.8;26.2;1.6;19.37;0;5.69;27866
+67097;43.14554;6.20989;36;20220810;33.1;18.3;25.7;1.7;18.34;0;5.73;27727
+67097;43.14554;6.20989;36;20220811;32.6;19.7;26.1;1.7;19.7;0;5.48;26269
+67097;43.14554;6.20989;36;20220812;31.8;18;24.9;1.6;22.1;0;5.33;27443
+67097;43.14554;6.20989;36;20220813;30.9;21.9;26.4;2.4;21.84;0;5.59;25812
+67097;43.14554;6.20989;36;20220814;30.2;20.3;25.3;2.1;19.37;3.4;5.05;23332
+67097;43.14554;6.20989;36;20220815;31.2;18.2;24.7;1.7;19.84;.3;5.27;26702
+67097;43.14554;6.20989;36;20220816;31.2;17.1;24.2;1.7;20.9;23.4;5.17;26849
+67097;43.14554;6.20989;36;20220817;25.8;17.6;21.7;2.6;22.17;5.5;3.35;18039
+67097;43.14554;6.20989;36;20220818;28.5;18.8;23.7;2.1;19.54;9;4.61;22834
+67097;43.14554;6.20989;36;20220819;32.9;18.6;25.7;3.4;16.34;0;6.5;26383
+67097;43.14554;6.20989;36;20220820;33.7;18.6;26.2;2;15.9;0;5.83;26225
+67097;43.14554;6.20989;36;20220821;33.3;18.8;26;1.8;16.44;0;5.61;26064
+67097;43.14554;6.20989;36;20220822;31.8;18;24.9;1.7;16.24;.1;5.35;25901
+67097;43.14554;6.20989;36;20220823;31.2;17.6;24.4;1.4;18.67;0;4.91;25737
+67097;43.14554;6.20989;36;20220824;31.2;17.7;24.4;1.4;20.44;.1;4.81;25571
+67097;43.14554;6.20989;36;20220825;31.4;17.6;24.5;1.6;19.04;0;4.88;25404
+67097;43.14554;6.20989;36;20220826;31.3;18.3;24.8;1.3;21.1;.1;4.75;25234
+67097;43.14554;6.20989;36;20220827;29.9;18.7;24.3;1.3;21.5;.3;4.56;24819
+67097;43.14554;6.20989;36;20220828;30.5;18.9;24.7;1.9;20.84;0;4.8;24773
+67097;43.14554;6.20989;36;20220829;31;17.2;24.1;2;20.57;.3;4.78;24717
+67097;43.14554;6.20989;36;20220830;29.8;20.4;25.1;1.6;23.27;0;4.05;20357
+67097;43.14554;6.20989;36;20220831;30.1;19.5;24.8;1.2;20.34;0;4.39;23624
+67097;43.14554;6.20989;36;20220901;30.7;17;23.9;1.4;18.64;0;4.53;24187
+67097;43.14554;6.20989;36;20220902;29.2;17.8;23.5;1.7;21.1;3.8;3.98;21031
+67097;43.14554;6.20989;36;20220903;28.9;18.4;23.7;1.7;21.67;0;4.24;23176
+67097;43.14554;6.20989;36;20220904;30;19.6;24.8;2.3;21.8;.2;4.57;23060
+67097;43.14554;6.20989;36;20220905;30.4;17.9;24.2;1.8;21.2;.1;4.27;22658
+67097;43.14554;6.20989;36;20220906;30.2;18.3;24.3;1.7;21.87;.3;4.14;21980
+67097;43.14554;6.20989;36;20220907;29.8;18.1;24;1.7;22;31.8;4.21;22909
+67097;43.14554;6.20989;36;20220908;29.6;17.7;23.7;2.2;17.8;0;4.53;22693
+67097;43.14554;6.20989;36;20220909;29.7;19.7;24.7;3.5;13.27;0;5.46;20015
+67097;43.14554;6.20989;36;20220910;29.2;19.2;24.2;3.7;12.07;0;5.78;21006
+67097;43.14554;6.20989;36;20220911;28.3;17.5;22.9;2.4;13.17;0;4.6;19867
+67097;43.14554;6.20989;36;20220912;28.1;13;20.6;1.1;16.67;.1;3.56;22153
+67097;43.14554;6.20989;36;20220913;27.4;16.1;21.8;1.1;19.7;.5;3.37;20333
+67097;43.14554;6.20989;36;20220914;24.3;19.4;21.9;1.1;21.64;7.1;2.3;11968
+67097;43.14554;6.20989;36;20220915;31.5;18.2;24.9;2.2;19.3;0;4.45;21579
+67097;43.14554;6.20989;36;20220916;28.9;21.5;25.2;5.1;13.64;0;6.03;17375
+67097;43.14554;6.20989;36;20220917;26.9;17.8;22.4;5.9;8.07;0;6.78;18797
+67097;43.14554;6.20989;36;20220918;25.5;11.6;18.5;2;11.64;0;3.66;20999
+67097;43.14554;6.20989;36;20220919;29.3;9.7;19.5;2;11.54;.1;4.06;20805
+67097;43.14554;6.20989;36;20220920;26.3;13.1;19.7;1.5;13.84;0;3.4;20610
+67097;43.14554;6.20989;36;20220921;25.3;11.2;18.2;2.2;13.1;0;3.45;20415
+67097;43.14554;6.20989;36;20220922;23.8;13.6;18.7;1.7;13.7;0;3.08;18634
+67097;43.14554;6.20989;36;20220923;24.3;12.9;18.6;1.1;13.57;3.8;2.92;19375
+67097;43.14554;6.20989;36;20220924;19.7;14.4;17;1.3;16.17;8.5;1.82;11162
+67097;43.14554;6.20989;36;20220925;24;14.4;19.2;1.6;15.44;.5;2.82;17257
+67097;43.14554;6.20989;36;20220926;24;13.5;18.8;2.9;11.24;0;3.67;17836
+67097;43.14554;6.20989;36;20220927;21.8;16.2;19;5.7;10.04;0;4.65;14507
+67097;43.14554;6.20989;36;20220928;23.8;15.3;19.5;4.8;13.24;0;3.98;17350
+67097;43.14554;6.20989;36;20220929;21.1;14.7;17.9;3.1;12.64;0;2.91;14060
+67097;43.14554;6.20989;36;20220930;22.9;12;17.4;1.7;10.34;0;2.76;15684
+67097;43.14554;6.20989;36;20221001;22.6;8.6;15.6;3.3;11.24;0;3.23;18458
+67097;43.14554;6.20989;36;20221002;28.5;17.4;22.9;4.2;14.5;0;4.66;17457
+67097;43.14554;6.20989;36;20221003;24.2;15.3;19.7;1.9;12.87;0;2.98;16789
+67097;43.14554;6.20989;36;20221004;25.4;9.4;17.4;1.3;13.74;.2;2.55;17874
+67097;43.14554;6.20989;36;20221005;25;10.2;17.6;1.1;14.4;.3;2.41;17680
+67097;43.14554;6.20989;36;20221006;24.8;10.1;17.5;1.2;14.17;.1;2.41;17486
+67097;43.14554;6.20989;36;20221007;24.7;10.3;17.5;1.1;13.77;.6;2.37;17294
+67097;43.14554;6.20989;36;20221008;20.6;12.2;16.4;.8;15.64;17.7;1.71;13009
+67097;43.14554;6.20989;36;20221009;19.5;14.3;16.9;1.6;17;14.7;1.37;8334
+67097;43.14554;6.20989;36;20221010;23;15.8;19.4;1.6;16.24;.2;2.19;13758
+67097;43.14554;6.20989;36;20221011;24.6;12;18.3;1;14.44;.1;2.18;16492
+67097;43.14554;6.20989;36;20221012;23.4;11.9;17.6;1.4;14.4;.1;2.1;14646
+67097;43.14554;6.20989;36;20221013;23.5;11.2;17.4;1.7;14.14;0;2.21;15575
+67097;43.14554;6.20989;36;20221014;26.3;18.3;22.3;3.1;14.04;0;3.41;12058
+67097;43.14554;6.20989;36;20221015;26.1;11.9;19;1.6;15.04;.1;2.37;15781
+67097;43.14554;6.20989;36;20221016;23.8;13.9;18.8;1.7;17.1;.2;2.03;13697
+67097;43.14554;6.20989;36;20221017;24.6;13.6;19.1;1.7;15.94;.2;2.17;14388
+67097;43.14554;6.20989;36;20221018;24.5;11.7;18.1;.9;15.24;.2;1.89;15231
+67097;43.14554;6.20989;36;20221019;24.4;11.2;17.8;.8;15.84;.1;1.72;13665
+67097;43.14554;6.20989;36;20221020;23.1;14.8;18.9;1.5;17.6;0;1.76;11869
+67097;43.14554;6.20989;36;20221021;22.7;18.1;20.4;2.1;20.3;0;1.42;6500
+67097;43.14554;6.20989;36;20221022;24.8;17.8;21.3;.8;20.27;.1;1.55;10209
+67097;43.14554;6.20989;36;20221023;24.9;17.6;21.2;2.5;20.27;0;1.93;10384
+67097;43.14554;6.20989;36;20221024;24.9;18.4;21.7;1.8;19.94;.1;1.65;7614
+67097;43.14554;6.20989;36;20221025;25;16.1;20.5;.7;18.5;.1;1.53;11422
+67097;43.14554;6.20989;36;20221026;24.6;16.3;20.4;1.5;18.2;.1;1.72;10507
+67097;43.14554;6.20989;36;20221027;24.5;14.2;19.4;1.4;16.47;.2;1.77;12863
+67097;43.14554;6.20989;36;20221028;25.8;11.4;18.6;.9;14;.1;1.61;13497
+67097;43.14554;6.20989;36;20221029;26;10.8;18.4;1.2;12.84;0;1.77;13333
+67097;43.14554;6.20989;36;20221030;24.2;8.9;16.6;1.2;13.07;.2;1.58;13171
+67097;43.14554;6.20989;36;20221031;23;10.3;16.7;1.1;14.77;.7;1.41;12337
+67097;43.14554;6.20989;36;20221101;21;15.7;18.3;1.4;16.47;27.3;1.32;8520
+67097;43.14554;6.20989;36;20221102;23.6;10.7;17.2;1.1;12.94;.1;1.44;12699
+67097;43.14554;6.20989;36;20221103;18.1;8.9;13.5;1.6;13;19.4;1.13;9873
+67097;43.14554;6.20989;36;20221104;17.9;12.9;15.4;5.6;8.77;.4;3.17;7743
+67097;43.14554;6.20989;36;20221105;21;11.8;16.4;3.5;7.4;.1;2.98;10801
+67097;43.14554;6.20989;36;20221106;20.3;5.3;12.8;1.2;9.3;.2;1.25;12101
+67097;43.14554;6.20989;36;20221107;21.6;5.3;13.4;.9;10.04;.1;1.11;11958
+67097;43.14554;6.20989;36;20221108;19.2;6.9;13;1.4;12.37;.8;1.03;10511
+67097;43.14554;6.20989;36;20221109;20.4;13.5;16.9;1.6;16.34;2.2;1.09;7214
+67097;43.14554;6.20989;36;20221110;20.4;10.7;15.6;1.8;14.1;0;1.19;10227
+67097;43.14554;6.20989;36;20221111;21.5;10.8;16.2;1.5;13.47;.1;1.22;10945
+67097;43.14554;6.20989;36;20221112;22.6;7.8;15.2;.8;11.74;0;.96;11117
+67097;43.14554;6.20989;36;20221113;19.5;10.9;15.2;1.4;11.67;.1;1.13;8507
+67097;43.14554;6.20989;36;20221114;17.8;7.4;12.6;2.3;11.94;26;1.02;8521
+67097;43.14554;6.20989;36;20221115;17;13.4;15.2;2.9;14.9;2.2;.92;3777
+67097;43.14554;6.20989;36;20221116;20.8;13.6;17.2;2.4;12.77;0;1.54;8449
+67097;43.14554;6.20989;36;20221117;21.6;9.1;15.4;1.8;11.87;3.2;1.28;9569
+67097;43.14554;6.20989;36;20221118;17.7;11.7;14.7;4.3;9.47;0;2.25;7764
+67097;43.14554;6.20989;36;20221119;18;8.7;13.3;2.3;7.34;0;1.73;8745
+67097;43.14554;6.20989;36;20221120;16.5;7.4;11.9;2.9;6.6;0;1.87;9046
+67097;43.14554;6.20989;36;20221121;15.8;10.1;13;2.6;8.5;9.2;1.6;5324
+67097;43.14554;6.20989;36;20221122;15;10.2;12.6;7;7.4;0;2.95;6873
+67097;43.14554;6.20989;36;20221123;16.3;8.2;12.3;4.7;8.07;0;2.19;7402
+67097;43.14554;6.20989;36;20221124;19;9.2;14.1;3.1;7.8;.2;2.1;8186
+67097;43.14554;6.20989;36;20221125;19.3;7.4;13.4;1.4;10.3;.3;.9;9498
+67097;43.14554;6.20989;36;20221126;19.9;7;13.5;1.5;8;0;1.14;9743
+67097;43.14554;6.20989;36;20221127;17.3;2.9;10.1;.9;8.37;.1;.57;9675
+67097;43.14554;6.20989;36;20221128;13.6;4.4;9;1.7;9.24;2.5;.64;6465
+67097;43.14554;6.20989;36;20221129;10.3;6.3;8.3;1.1;9.1;0;.52;4432
+67097;43.14554;6.20989;36;20221130;16;2.4;9.2;1.3;7.54;1.1;.71;9440
+67097;43.14554;6.20989;36;20221201;14.6;3.7;9.1;1;8.94;.1;.49;7539
+67097;43.14554;6.20989;36;20221202;14.1;2.6;8.4;1.9;8.14;3.2;.72;8442
+67097;43.14554;6.20989;36;20221203;12.2;7;9.6;3.9;10.94;40.1;.57;4229
+67097;43.14554;6.20989;36;20221204;14.2;10.4;12.3;2;11.97;7.7;.71;3451
+67097;43.14554;6.20989;36;20221205;15.9;6.4;11.2;1.2;9.34;0;.61;8130
+67097;43.14554;6.20989;36;20221206;16.4;2.8;9.6;1.1;7.97;.1;.56;8674
+67097;43.14554;6.20989;36;20221207;15.8;.6;8.2;1.1;7.04;.1;.57;9009
+67097;43.14554;6.20989;36;20221208;10.5;1.1;5.8;1.4;8.7;26.8;.32;6551
+67097;43.14554;6.20989;36;20221209;15.3;9.2;12.3;2.4;13.34;2.7;.51;4489
+67097;43.14554;6.20989;36;20221210;14.6;8.5;11.5;2;9.17;0;.91;6073
+67097;43.14554;6.20989;36;20221211;11.2;1.8;6.5;2.6;4;0;1.46;6897
+67097;43.14554;6.20989;36;20221212;13.2;-1.8;5.7;1.7;5.37;7.2;.79;8609
+67097;43.14554;6.20989;36;20221213;8.4;5;6.7;2.3;9.4;3.5;.36;2603
+67097;43.14554;6.20989;36;20221214;13.3;7.8;10.5;2.2;10.5;.6;.68;4239
+67097;43.14554;6.20989;36;20221215;16.2;7.3;11.8;1.8;12.47;33.7;.51;5193
+67097;43.14554;6.20989;36;20221216;14.8;7.9;11.4;1.4;10.67;.1;.54;6590
+67097;43.14554;6.20989;36;20221217;14.8;2.7;8.7;1.7;8.15;.1;.66;8149
+67097;43.14554;6.20989;36;20221218;14.6;3;8.8;1.6;9.1;0;.51;8064
+67097;43.14554;6.20989;36;20221219;12.2;6.9;9.5;1.5;11.5;1.2;.39;3956
+67097;43.14554;6.20989;36;20221220;16;9.6;12.8;1.5;13.57;.1;.47;4710
+67097;43.14554;6.20989;36;20221221;16.6;14.8;15.7;1.9;14.34;4.8;.84;2329
+67097;43.14554;6.20989;36;20221222;19.3;7.1;13.2;3.3;10.84;0;1.31;8234
+67097;43.14554;6.20989;36;20221223;21.7;12.3;17;3.9;12.7;0;1.82;8000
+67097;43.14554;6.20989;36;20221224;21.9;15.2;18.5;2.9;12.07;.1;1.88;6684
+67097;43.14554;6.20989;36;20221225;16.4;5.5;10.9;1.7;11.74;0;.47;7211
+67097;43.14554;6.20989;36;20221226;17.9;11.9;14.9;1.6;13.14;.1;.76;5787
+67097;43.14554;6.20989;36;20221227;18.9;8.9;13.9;2.3;8.94;0;1.33;7850
+67097;43.14554;6.20989;36;20221228;17;4.2;10.6;1.1;9.37;.1;.5;8084
+67097;43.14554;6.20989;36;20221229;16.3;8;12.2;.7;11.94;.1;.42;5806
+67097;43.14554;6.20989;36;20221230;15.8;8.4;12.1;.5;11.74;.1;.4;6053
+67097;43.14554;6.20989;36;20221231;15.8;6.3;11;1.7;11.87;0;.51;5512
+67098;43.17678;6.49518;60;20220101;11.6;10.2;10.9;.3;11.61;0;.44;2219
+67098;43.17678;6.49518;60;20220102;14.3;10;12.1;.9;10.11;.1;.62;4439
+67098;43.17678;6.49518;60;20220103;19.7;3.9;11.8;1.6;8.51;0;.96;8992
+67098;43.17678;6.49518;60;20220104;13.5;8.4;10.9;.6;12.51;.2;.37;4957
+67098;43.17678;6.49518;60;20220105;12.4;10.9;11.6;2.5;7.41;.5;1.55;2386
+67098;43.17678;6.49518;60;20220106;13.5;4.7;9.1;1.2;5.11;.1;.86;6820
+67098;43.17678;6.49518;60;20220107;13.2;-3.5;4.8;2.1;5.41;.1;.95;9211
+67098;43.17678;6.49518;60;20220108;15;7.6;11.3;3.2;6.41;.1;1.86;6289
+67098;43.17678;6.49518;60;20220109;13.2;6.5;9.8;3.5;6.31;0;1.75;5998
+67098;43.17678;6.49518;60;20220110;14.2;9.1;11.6;1.6;6.21;0;1.25;5188
+67098;43.17678;6.49518;60;20220111;15.7;-4;5.8;.5;5.01;.1;.38;9485
+67098;43.17678;6.49518;60;20220112;15.5;-4.2;5.6;.8;4.71;0;.58;9562
+67098;43.17678;6.49518;60;20220113;14.8;-4.4;5.2;1;5.31;0;.65;9643
+67098;43.17678;6.49518;60;20220114;16.5;-3.4;6.5;.9;5.21;.1;.68;9727
+67098;43.17678;6.49518;60;20220115;16.2;-3.8;6.2;.9;5.41;0;.67;9814
+67098;43.17678;6.49518;60;20220116;15.7;-3.3;6.2;.9;5.51;.1;.66;9905
+67098;43.17678;6.49518;60;20220117;17.4;-1.3;8;.7;6.41;0;.59;9999
+67098;43.17678;6.49518;60;20220118;13.1;-2.9;5.1;.9;7.91;.1;.45;10096
+67098;43.17678;6.49518;60;20220119;10.1;1.6;5.8;.6;8.51;0;.39;7535
+67098;43.17678;6.49518;60;20220120;14.8;4;9.4;1.6;6.01;0;1.12;8676
+67098;43.17678;6.49518;60;20220121;14;-3.2;5.4;.6;5.81;.1;.52;10406
+67098;43.17678;6.49518;60;20220122;13.6;-3.5;5;.7;5.91;.2;.56;10516
+67098;43.17678;6.49518;60;20220123;14.7;-3.2;5.7;.5;6.41;.1;.51;10629
+67098;43.17678;6.49518;60;20220124;14.4;-2.5;5.9;.9;6.81;0;.66;10745
+67098;43.17678;6.49518;60;20220125;13.6;-.5;6.5;.6;7.41;0;.55;10600
+67098;43.17678;6.49518;60;20220126;13;-2.3;5.3;.4;7.11;0;.49;10986
+67098;43.17678;6.49518;60;20220127;14;-.7;6.6;.3;8.21;0;.51;11100
+67098;43.17678;6.49518;60;20220128;15.7;-1.1;7.3;.7;7.01;.1;.71;11238
+67098;43.17678;6.49518;60;20220129;14.4;-2.6;5.9;.8;7.51;.1;.68;11369
+67098;43.17678;6.49518;60;20220130;15;-1.7;6.6;.7;7.01;.1;.72;11502
+67098;43.17678;6.49518;60;20220131;14.8;-.8;7;3.3;5.31;.1;1.88;11638
+67098;43.17678;6.49518;60;20220201;14.2;6.4;10.3;3.5;4.51;0;2.47;8411
+67098;43.17678;6.49518;60;20220202;20.9;10.2;15.5;3.9;6.91;0;3.17;10099
+67098;43.17678;6.49518;60;20220203;15.8;.1;7.9;1;8.81;0;.87;12062
+67098;43.17678;6.49518;60;20220204;15.7;1.7;8.7;1;8.81;0;.91;11953
+67098;43.17678;6.49518;60;20220205;17.6;5.8;11.7;1.3;7.61;0;1.3;11059
+67098;43.17678;6.49518;60;20220206;17.8;-1.3;8.2;2;6.21;.1;1.65;12509
+67098;43.17678;6.49518;60;20220207;18.8;9.6;14.2;3.7;6.11;0;3.01;9939
+67098;43.17678;6.49518;60;20220208;16.3;-1.9;7.2;.7;7.41;0;.94;12819
+67098;43.17678;6.49518;60;20220209;16;-.4;7.8;1.5;8.81;.1;1.1;12978
+67098;43.17678;6.49518;60;20220210;13.6;3.8;8.7;3.1;9.09;0;1.79;12572
+67098;43.17678;6.49518;60;20220211;17.9;4;11;2.3;9.39;0;1.62;11618
+67098;43.17678;6.49518;60;20220212;15.3;4.8;10;2.7;7.83;0;1.74;12342
+67098;43.17678;6.49518;60;20220213;13.1;1.2;7.2;2.5;7.36;4.9;1.33;9009
+67098;43.17678;6.49518;60;20220214;11.6;7.6;9.6;2.4;10.29;20.5;.88;3990
+67098;43.17678;6.49518;60;20220215;14.1;5.5;9.8;4.9;7.46;0;2.37;12913
+67098;43.17678;6.49518;60;20220216;14.2;9;11.6;3.8;8.11;0;2.07;8236
+67098;43.17678;6.49518;60;20220217;23.8;13.2;18.5;3.6;9.21;0;3.49;12215
+67098;43.17678;6.49518;60;20220218;19.7;10.7;15.2;1.6;10.11;0;1.8;11347
+67098;43.17678;6.49518;60;20220219;16.5;5.9;11.2;1.8;7.81;.1;1.72;12535
+67098;43.17678;6.49518;60;20220220;19.3;2.2;10.7;1.8;6.01;0;2.12;14855
+67098;43.17678;6.49518;60;20220221;17.3;10.9;14.1;4.4;6.61;0;3.31;9837
+67098;43.17678;6.49518;60;20220222;18.3;9.3;13.8;3.1;5.91;0;2.96;11947
+67098;43.17678;6.49518;60;20220223;16.9;-.3;8.3;1.1;7.41;.1;1.52;15403
+67098;43.17678;6.49518;60;20220224;15.4;1.4;8.4;.9;10.01;.1;1.31;15456
+67098;43.17678;6.49518;60;20220225;15.6;7.9;11.7;2.1;6.31;0;2.12;11426
+67098;43.17678;6.49518;60;20220226;15.9;.6;8.2;.7;6.01;0;1.47;15964
+67098;43.17678;6.49518;60;20220227;13.2;-1.3;5.9;.6;6.11;0;1.32;16153
+67098;43.17678;6.49518;60;20220228;15.4;-3.6;5.9;1.4;6.51;0;1.63;16343
+67098;43.17678;6.49518;60;20220301;12.6;1.2;6.9;2;6.61;.1;1.65;14763
+67098;43.17678;6.49518;60;20220302;13.2;2.6;7.9;.8;7.61;0;1.39;14384
+67098;43.17678;6.49518;60;20220303;12.8;1.7;7.2;.5;9.31;.8;1.3;14914
+67098;43.17678;6.49518;60;20220304;14.2;2.2;8.2;.9;9.21;.7;1.46;15721
+67098;43.17678;6.49518;60;20220305;11.3;5;8.1;.5;8.21;.2;1.2;11334
+67098;43.17678;6.49518;60;20220306;10.6;.2;5.4;.8;6.61;.1;1.34;14936
+67098;43.17678;6.49518;60;20220307;12.5;-2.5;5;.4;6.11;0;1.43;17701
+67098;43.17678;6.49518;60;20220308;14;-3.6;5.2;.7;6.51;.1;1.56;17898
+67098;43.17678;6.49518;60;20220309;13.6;3.3;8.4;.6;7.61;0;1.55;15385
+67098;43.17678;6.49518;60;20220310;15.1;-.5;7.3;.7;8.21;.1;1.7;18293
+67098;43.17678;6.49518;60;20220311;14.5;4.4;9.4;1.8;8.61;0;1.85;15577
+67098;43.17678;6.49518;60;20220312;11.9;10.5;11.2;5.1;7.81;1.4;2.37;5426
+67098;43.17678;6.49518;60;20220313;9.5;8.1;8.8;4.2;8.91;12.2;1.29;5491
+67098;43.17678;6.49518;60;20220314;12.4;7.5;9.9;3.4;10.41;0;1.42;11003
+67098;43.17678;6.49518;60;20220315;14.2;12.2;13.2;4.2;10.61;0;1.99;6855
+67098;43.17678;6.49518;60;20220316;15.6;11.8;13.7;3.5;12.11;0;1.84;9821
+67098;43.17678;6.49518;60;20220317;16.5;12.6;14.5;3.3;11.31;0;2.22;10068
+67098;43.17678;6.49518;60;20220318;16.9;10.2;13.5;3;9.46;0;2.52;11797
+67098;43.17678;6.49518;60;20220319;16.4;11.9;14.2;3.6;7.33;.2;3.07;10565
+67098;43.17678;6.49518;60;20220320;13.7;7.2;10.5;4.8;7.43;0;2.44;7649
+67098;43.17678;6.49518;60;20220321;14.5;7.3;10.9;4.6;6.39;0;3.38;19195
+67098;43.17678;6.49518;60;20220322;15.1;2.8;9;1.8;5.61;0;2.44;19900
+67098;43.17678;6.49518;60;20220323;16.4;4.2;10.3;2.1;6.43;0;2.74;20550
+67098;43.17678;6.49518;60;20220324;18.3;3.6;11;1.4;5.01;0;2.84;20400
+67098;43.17678;6.49518;60;20220325;17;3.4;10.2;1.3;7.01;0;2.52;20400
+67098;43.17678;6.49518;60;20220326;17.6;7;12.3;3.8;7.16;0;3.58;20544
+67098;43.17678;6.49518;60;20220327;21.5;12.3;16.9;2.9;7.59;0;4.23;20453
+67098;43.17678;6.49518;60;20220328;21.6;9.3;15.4;1.7;6.36;0;3.39;20871
+67098;43.17678;6.49518;60;20220329;16.5;7.3;11.9;2;8.96;.3;2.63;18195
+67098;43.17678;6.49518;60;20220330;15;11.3;13.1;1.9;11.69;17.5;1.39;5495
+67098;43.17678;6.49518;60;20220331;18.1;7.9;13;3.8;9.86;0;3.67;21851
+67098;43.17678;6.49518;60;20220401;12.1;8.5;10.3;9.2;5.73;.1;4.39;20815
+67098;43.17678;6.49518;60;20220402;13.6;4;8.8;5.3;5.59;0;3.54;21787
+67098;43.17678;6.49518;60;20220403;11.5;1.4;6.5;2.4;6.81;1.8;1.88;12900
+67098;43.17678;6.49518;60;20220404;14.3;5.3;9.8;2.4;7.76;0;2.69;21687
+67098;43.17678;6.49518;60;20220405;14.5;4.6;9.6;1.9;7.29;0;2.83;23425
+67098;43.17678;6.49518;60;20220406;13.8;4.5;9.1;2.1;8.29;0;2.3;17775
+67098;43.17678;6.49518;60;20220407;17.7;11.2;14.4;5.1;10.94;0;3.2;17500
+67098;43.17678;6.49518;60;20220408;20.8;14;17.4;7.5;12.59;0;4.74;22238
+67098;43.17678;6.49518;60;20220409;16.4;12.5;14.5;8.7;5.19;0;6.5;21761
+67098;43.17678;6.49518;60;20220410;16.1;6.9;11.5;2.9;6.89;0;3.65;24308
+67098;43.17678;6.49518;60;20220411;15.9;5.4;10.7;3;8.93;0;2.59;18551
+67098;43.17678;6.49518;60;20220412;15.8;8.2;12;4;9.83;0;3.01;22326
+67098;43.17678;6.49518;60;20220413;17.8;11.8;14.8;3.5;9.64;0;3.95;23656
+67098;43.17678;6.49518;60;20220414;21.2;10;15.6;1.9;8.56;0;4.02;24204
+67098;43.17678;6.49518;60;20220415;22.7;12.1;17.4;1.7;8.85;0;3.94;22245
+67098;43.17678;6.49518;60;20220416;22.5;11.3;16.9;2.1;10.84;0;4.32;25268
+67098;43.17678;6.49518;60;20220417;18.1;13.6;15.9;2.9;9.99;0;4.01;21562
+67098;43.17678;6.49518;60;20220418;17.6;8.8;13.2;2.9;9.89;0;3.69;23602
+67098;43.17678;6.49518;60;20220419;17.8;8.6;13.2;2;11.46;.4;3.3;23161
+67098;43.17678;6.49518;60;20220420;16.2;9.9;13.1;2.7;12.76;6.8;1.9;10862
+67098;43.17678;6.49518;60;20220421;17;12.5;14.8;2.9;12.56;1;2.39;10417
+67098;43.17678;6.49518;60;20220422;16.8;12;14.4;2.1;13.43;0;2.91;18067
+67098;43.17678;6.49518;60;20220423;15;13.5;14.2;3.3;13.53;16.5;1.49;5169
+67098;43.17678;6.49518;60;20220424;17.4;10.9;14.1;2.8;11.86;.1;3.26;20314
+67098;43.17678;6.49518;60;20220425;18.9;12.7;15.8;4.2;11.33;0;4.4;26037
+67098;43.17678;6.49518;60;20220426;18.3;9.9;14.1;2.5;12.79;.1;3.59;25472
+67098;43.17678;6.49518;60;20220427;18.1;10.1;14.1;2;13.03;.1;3.5;23858
+67098;43.17678;6.49518;60;20220428;21.3;11;16.1;2.2;10.16;0;4.43;26934
+67098;43.17678;6.49518;60;20220429;20.8;10.6;15.7;2.1;9.86;0;4.36;27091
+67098;43.17678;6.49518;60;20220430;19.9;11.2;15.5;2;11.09;.1;3.98;24952
+67098;43.17678;6.49518;60;20220501;20;10.5;15.3;1.7;11.39;.1;3.97;25356
+67098;43.17678;6.49518;60;20220502;19.1;10.2;14.7;2;13.03;.1;3.72;25780
+67098;43.17678;6.49518;60;20220503;19.9;12.2;16;1.7;13.76;.4;3.62;23058
+67098;43.17678;6.49518;60;20220504;20.3;11.3;15.8;1.7;12.66;0;3.83;24905
+67098;43.17678;6.49518;60;20220505;19.1;12.5;15.8;3;14.03;9.7;2.88;16211
+67098;43.17678;6.49518;60;20220506;18.8;11.6;15.2;.3;13.81;.2;3.07;20421
+67098;43.17678;6.49518;60;20220507;22;10.4;16.2;.5;13.11;.5;3.9;26231
+67098;43.17678;6.49518;60;20220508;20.8;11.1;15.9;.4;13.71;4.2;3.6;24037
+67098;43.17678;6.49518;60;20220509;24.3;7.5;15.9;.5;12.21;.4;4.22;28802
+67098;43.17678;6.49518;60;20220510;25.7;9.1;17.4;.9;12.91;0;4.54;28924
+67098;43.17678;6.49518;60;20220511;24.5;10.5;17.5;1;12.61;0;4.56;29044
+67098;43.17678;6.49518;60;20220512;23.7;8.5;16.1;1.3;13.11;.1;4.44;29162
+67098;43.17678;6.49518;60;20220513;23.9;9.1;16.5;1.5;12.41;0;4.59;29277
+67098;43.17678;6.49518;60;20220514;24.2;9.7;16.9;.8;14.51;0;4.49;29389
+67098;43.17678;6.49518;60;20220515;25.6;11.7;18.6;.7;15.51;.1;4.7;29499
+67098;43.17678;6.49518;60;20220516;27.2;10;18.6;1.2;12.31;0;4.97;29606
+67098;43.17678;6.49518;60;20220517;26.2;9.4;17.8;.9;13.61;.1;4.73;29711
+67098;43.17678;6.49518;60;20220518;26.9;11.1;19;.9;15.61;.1;4.88;29812
+67098;43.17678;6.49518;60;20220519;28.1;10.2;19.1;1.1;12.31;.1;5.09;29912
+67098;43.17678;6.49518;60;20220520;28.3;10.6;19.4;1.2;13.51;0;5.16;30008
+67098;43.17678;6.49518;60;20220521;29.1;13.5;21.3;1.6;16.31;.1;5.48;30102
+67098;43.17678;6.49518;60;20220522;26.9;14.9;20.9;.7;17.91;.1;4.84;28268
+67098;43.17678;6.49518;60;20220523;25.5;14.6;20;1.4;16.91;.1;4.66;26989
+67098;43.17678;6.49518;60;20220524;29.3;11.8;20.5;1.4;14.01;.4;5.47;30366
+67098;43.17678;6.49518;60;20220525;24.3;14.3;19.3;.3;17.01;.8;4.29;25968
+67098;43.17678;6.49518;60;20220526;27.6;12;19.8;.9;16.51;.1;5.12;30528
+67098;43.17678;6.49518;60;20220527;33;15.7;24.3;1.1;16.11;0;5.9;30604
+67098;43.17678;6.49518;60;20220528;31.4;15.1;23.2;.9;14.71;0;5.63;30678
+67098;43.17678;6.49518;60;20220529;25.9;15.5;20.7;1.5;14.51;.1;4.91;26765
+67098;43.17678;6.49518;60;20220530;26;12.5;19.2;.6;14.21;0;4.98;30660
+67098;43.17678;6.49518;60;20220531;25.6;11.4;18.5;.6;15.51;0;4.94;30881
+67098;43.17678;6.49518;60;20220601;30.3;11.2;20.7;1;15.21;.1;5.46;30943
+67098;43.17678;6.49518;60;20220602;29.4;13.6;21.5;.9;17.21;.1;5.45;31002
+67098;43.17678;6.49518;60;20220603;27.8;17.7;22.7;.9;18.11;1.3;4.92;26638
+67098;43.17678;6.49518;60;20220604;30.2;16.7;23.4;1.9;17.71;0;6.05;30960
+67098;43.17678;6.49518;60;20220605;30.3;17.3;23.8;1.4;19.11;0;5.81;30418
+67098;43.17678;6.49518;60;20220606;34.4;15.6;25;1.6;13.71;0;6.56;31208
+67098;43.17678;6.49518;60;20220607;31.6;23.9;27.7;2.6;12.71;0;6.52;23319
+67098;43.17678;6.49518;60;20220608;28.5;19.5;24;2.2;11.01;0;5.91;25301
+67098;43.17678;6.49518;60;20220609;28.6;20.6;24.6;3.8;10.41;0;6.97;23843
+67098;43.17678;6.49518;60;20220610;29.1;11.1;20.1;1.5;8.91;0;5.84;31364
+67098;43.17678;6.49518;60;20220611;31.3;9.7;20.5;1;9.71;0;5.61;31396
+67098;43.17678;6.49518;60;20220612;31.7;12;21.8;.9;12.51;0;5.67;31424
+67098;43.17678;6.49518;60;20220613;34.1;16.1;25.1;1;18.51;.1;6.14;31449
+67098;43.17678;6.49518;60;20220614;32.3;11.7;22;1.1;16.61;0;5.82;31471
+67098;43.17678;6.49518;60;20220615;31.7;14.6;23.1;.8;17.61;0;5.77;31490
+67098;43.17678;6.49518;60;20220616;32.6;18.5;25.5;1.1;20.41;.1;6.17;31506
+67098;43.17678;6.49518;60;20220617;33.8;15.7;24.7;.9;18.31;0;6.05;31518
+67098;43.17678;6.49518;60;20220618;34.2;16.1;25.1;1;17.81;0;6.16;31528
+67098;43.17678;6.49518;60;20220619;33.1;15.1;24.1;.7;16.71;.1;5.84;31534
+67098;43.17678;6.49518;60;20220620;32.5;12.9;22.7;.7;14.61;0;5.68;31537
+67098;43.17678;6.49518;60;20220621;32.5;15.4;23.9;.9;18.71;.1;5.93;31537
+67098;43.17678;6.49518;60;20220622;29.5;20.8;25.1;.6;23.01;2.3;4.88;25061
+67098;43.17678;6.49518;60;20220623;28.4;16.3;22.3;.6;20.41;1.3;5.3;29674
+67098;43.17678;6.49518;60;20220624;30;17.9;23.9;1.3;19.71;0;5.68;29665
+67098;43.17678;6.49518;60;20220625;31.2;15.3;23.2;.8;16.41;0;5.75;31505
+67098;43.17678;6.49518;60;20220626;29.7;16.1;22.9;1.9;18.91;0;5.96;31463
+67098;43.17678;6.49518;60;20220627;32.4;17.7;25;1.4;20.01;0;6.22;31471
+67098;43.17678;6.49518;60;20220628;31;17.8;24.4;1.1;20.41;43.6;5.89;30946
+67098;43.17678;6.49518;60;20220629;30.4;13.8;22.1;1.3;17.21;.1;5.78;31424
+67098;43.17678;6.49518;60;20220630;28.9;12.9;20.9;.8;17.11;0;5.43;31395
+67098;43.17678;6.49518;60;20220701;32.3;14.6;23.4;1;14.81;0;5.89;31364
+67098;43.17678;6.49518;60;20220702;32.1;11.5;21.8;.9;15.11;0;5.67;31330
+67098;43.17678;6.49518;60;20220703;34.8;13.7;24.2;1;13.31;.1;6.06;31292
+67098;43.17678;6.49518;60;20220704;33.8;16.9;25.3;1.3;17.01;0;6.29;31252
+67098;43.17678;6.49518;60;20220705;38.6;17.6;28.1;1.4;16.21;0;6.91;31208
+67098;43.17678;6.49518;60;20220706;34.7;24.1;29.4;1.6;14.11;0;6.45;27400
+67098;43.17678;6.49518;60;20220707;33.2;14;23.6;1;16.71;0;5.89;31112
+67098;43.17678;6.49518;60;20220708;32;16;24;1.1;17.51;0;5.91;31059
+67098;43.17678;6.49518;60;20220709;31.9;13.4;22.6;1.3;14.61;0;5.91;31004
+67098;43.17678;6.49518;60;20220710;30.9;15.6;23.2;1;17.81;0;5.71;30945
+67098;43.17678;6.49518;60;20220711;29.6;14.4;22;.8;17.11;.1;5.46;30883
+67098;43.17678;6.49518;60;20220712;29.4;16.6;23;.6;20.61;.1;5.37;29839
+67098;43.17678;6.49518;60;20220713;32.2;15.1;23.6;.8;19.41;0;5.68;30751
+67098;43.17678;6.49518;60;20220714;32.9;16.5;24.7;1.2;19.21;0;5.97;30681
+67098;43.17678;6.49518;60;20220715;33.2;15.2;24.2;.6;19.91;.2;5.66;30608
+67098;43.17678;6.49518;60;20220716;31.9;18.9;25.4;.9;23.21;.1;5.73;29790
+67098;43.17678;6.49518;60;20220717;34.6;18.5;26.5;1;20.51;0;6.08;30453
+67098;43.17678;6.49518;60;20220718;35.5;17.5;26.5;1.1;19.01;0;6.16;30371
+67098;43.17678;6.49518;60;20220719;35.1;18.6;26.8;.9;18.61;0;6.01;30287
+67098;43.17678;6.49518;60;20220720;35.5;16.9;26.2;.9;16.71;0;5.94;30200
+67098;43.17678;6.49518;60;20220721;35.6;18.3;26.9;1;18.01;0;6.07;30110
+67098;43.17678;6.49518;60;20220722;33.6;17.7;25.6;.9;21.61;0;5.81;30017
+67098;43.17678;6.49518;60;20220723;34.7;16.9;25.8;1.7;20.41;0;6.25;29921
+67098;43.17678;6.49518;60;20220724;33.4;19.2;26.3;1;20.51;.1;5.87;29823
+67098;43.17678;6.49518;60;20220725;33.3;16.4;24.8;1;20.71;0;5.7;29723
+67098;43.17678;6.49518;60;20220726;37;18.5;27.7;1.7;16.41;0;6.67;29619
+67098;43.17678;6.49518;60;20220727;32.1;18.8;25.4;.9;16.21;0;5.54;29111
+67098;43.17678;6.49518;60;20220728;32.9;15.8;24.3;.8;17.61;0;5.46;29405
+67098;43.17678;6.49518;60;20220729;33.5;17.4;25.4;1.2;17.31;0;5.8;29294
+67098;43.17678;6.49518;60;20220730;32.9;25.6;29.2;1.9;15.01;0;5.63;21137
+67098;43.17678;6.49518;60;20220731;34.6;14.3;24.4;1;13.21;.1;5.58;29064
+67098;43.17678;6.49518;60;20220801;34.6;15.1;24.8;.8;15.91;0;5.44;28945
+67098;43.17678;6.49518;60;20220802;32.8;14.3;23.5;1.2;18.21;0;5.47;28824
+67098;43.17678;6.49518;60;20220803;35;16.8;25.9;.9;17.81;0;5.57;28701
+67098;43.17678;6.49518;60;20220804;35.2;16.5;25.8;.9;16.01;0;5.53;28575
+67098;43.17678;6.49518;60;20220805;34.5;16.6;25.5;1.5;17.41;0;5.87;28447
+67098;43.17678;6.49518;60;20220806;35.7;17.7;26.7;1;20.41;0;5.67;28317
+67098;43.17678;6.49518;60;20220807;32.6;16.2;24.4;1;20.11;.1;5.3;28184
+67098;43.17678;6.49518;60;20220808;32;17.5;24.7;.7;20.21;.1;5.15;28049
+67098;43.17678;6.49518;60;20220809;34.2;16.1;25.1;.9;16.21;0;5.3;27912
+67098;43.17678;6.49518;60;20220810;33.4;16.5;24.9;1.2;16.21;0;5.43;27773
+67098;43.17678;6.49518;60;20220811;32.3;17.3;24.8;.9;18.21;0;5.15;27631
+67098;43.17678;6.49518;60;20220812;31.8;15.8;23.8;.8;20.61;.1;4.99;27488
+67098;43.17678;6.49518;60;20220813;30.9;21.2;26;1.9;21.01;0;4.95;22886
+67098;43.17678;6.49518;60;20220814;29.2;17.8;23.5;1.2;18.91;2.7;4.62;24731
+67098;43.17678;6.49518;60;20220815;31;16.1;23.5;.7;19.81;.7;4.8;27045
+67098;43.17678;6.49518;60;20220816;31.2;15.4;23.3;.8;20.21;8.6;4.79;26893
+67098;43.17678;6.49518;60;20220817;24.3;18.7;21.5;1.4;22.11;7.7;3.03;16826
+67098;43.17678;6.49518;60;20220818;28.3;18.5;23.4;1.2;19.41;7.1;4.21;22350
+67098;43.17678;6.49518;60;20220819;32.7;18.2;25.4;3.1;15.51;0;6.39;26426
+67098;43.17678;6.49518;60;20220820;33.3;15;24.1;1.1;15.81;0;4.98;26267
+67098;43.17678;6.49518;60;20220821;32;15.8;23.9;.8;16.81;0;4.67;26106
+67098;43.17678;6.49518;60;20220822;31.3;14.2;22.7;.7;17.31;.1;4.49;25943
+67098;43.17678;6.49518;60;20220823;32;14.9;23.4;1;17.71;.1;4.69;25778
+67098;43.17678;6.49518;60;20220824;31.7;15.8;23.7;.8;18.81;0;4.56;25612
+67098;43.17678;6.49518;60;20220825;32.2;15.6;23.9;.9;17.51;0;4.6;25444
+67098;43.17678;6.49518;60;20220826;31.2;16.7;23.9;.6;19.81;.2;4.41;25274
+67098;43.17678;6.49518;60;20220827;30.1;17.1;23.6;.7;21.31;.7;4.28;24369
+67098;43.17678;6.49518;60;20220828;30.6;17.2;23.9;.9;20.31;0;4.39;24576
+67098;43.17678;6.49518;60;20220829;31.8;14.9;23.3;1.2;19.11;.3;4.54;24756
+67098;43.17678;6.49518;60;20220830;30;19.1;24.5;1.1;22.01;0;4.08;21777
+67098;43.17678;6.49518;60;20220831;30.3;17.8;24;1;19.21;0;4.22;23197
+67098;43.17678;6.49518;60;20220901;30.6;15.3;22.9;.8;18.11;.1;4.17;24225
+67098;43.17678;6.49518;60;20220902;29.2;15.7;22.4;1;20.31;4.9;4.07;23770
+67098;43.17678;6.49518;60;20220903;28.8;17.1;22.9;.7;21.51;0;3.77;21909
+67098;43.17678;6.49518;60;20220904;29.6;17.3;23.4;1;21.31;.1;3.95;22305
+67098;43.17678;6.49518;60;20220905;30.4;17.1;23.7;.8;20.41;.1;4.02;23036
+67098;43.17678;6.49518;60;20220906;30.5;18;24.2;.9;20.91;.2;3.97;22131
+67098;43.17678;6.49518;60;20220907;29.5;16.3;22.9;.7;20.91;18.5;3.81;22574
+67098;43.17678;6.49518;60;20220908;30;16.9;23.4;1.4;17.31;0;4.14;22299
+67098;43.17678;6.49518;60;20220909;29.9;22.4;26.1;2.4;12.11;0;4.77;16560
+67098;43.17678;6.49518;60;20220910;30;20.8;25.4;3.4;11.21;0;5.67;18258
+67098;43.17678;6.49518;60;20220911;28;21.4;24.7;2.4;12.61;0;4.31;15223
+67098;43.17678;6.49518;60;20220912;29.3;11.3;20.3;.6;14.91;.1;3.41;22186
+67098;43.17678;6.49518;60;20220913;28.1;13.9;21;.4;18.11;.3;3.36;21995
+67098;43.17678;6.49518;60;20220914;24.1;17.5;20.8;.3;20.91;3.7;2.44;14815
+67098;43.17678;6.49518;60;20220915;31.9;16.9;24.4;1.3;18.31;0;4.03;21611
+67098;43.17678;6.49518;60;20220916;29.1;22.7;25.9;3.8;12.81;0;5.36;14308
+67098;43.17678;6.49518;60;20220917;27.1;17.8;22.4;3.1;7.71;0;5.05;17228
+67098;43.17678;6.49518;60;20220918;25.9;7.1;16.5;.8;11.11;0;2.97;21030
+67098;43.17678;6.49518;60;20220919;29.7;8.9;19.3;2;9.91;.1;4.19;20835
+67098;43.17678;6.49518;60;20220920;26.6;10.7;18.6;.7;13.41;0;2.97;20640
+67098;43.17678;6.49518;60;20220921;25.2;8.7;16.9;1.3;12.21;0;3.07;20445
+67098;43.17678;6.49518;60;20220922;23.9;12.4;18.1;1;13.21;0;2.75;18320
+67098;43.17678;6.49518;60;20220923;23.9;10.4;17.1;.6;12.51;2.6;2.63;19708
+67098;43.17678;6.49518;60;20220924;18.4;12.6;15.5;.6;15.51;13.8;1.76;12546
+67098;43.17678;6.49518;60;20220925;23.7;13.1;18.4;.8;15.21;.2;2.49;17030
+67098;43.17678;6.49518;60;20220926;24.1;13.8;18.9;2.4;10.51;0;3.48;16602
+67098;43.17678;6.49518;60;20220927;22.1;15.9;19;3.9;9.51;0;4.01;12589
+67098;43.17678;6.49518;60;20220928;24.4;15.6;20;2.7;12.51;0;3.4;14970
+67098;43.17678;6.49518;60;20220929;21.3;15.7;18.5;2.1;11.91;0;2.63;11672
+67098;43.17678;6.49518;60;20220930;22.4;13.7;18;1.3;9.21;.2;2.58;14561
+67098;43.17678;6.49518;60;20221001;23.9;7.2;15.5;2.1;10.91;0;2.96;18484
+67098;43.17678;6.49518;60;20221002;29.5;18.8;24.1;3.5;13.41;0;4.66;15870
+67098;43.17678;6.49518;60;20221003;25.9;15;20.4;2;11.41;0;3.23;15845
+67098;43.17678;6.49518;60;20221004;26.4;8.7;17.5;.6;13.01;.2;2.33;17898
+67098;43.17678;6.49518;60;20221005;26;9.4;17.7;.8;13.71;.2;2.38;17704
+67098;43.17678;6.49518;60;20221006;25;9.1;17;.7;13.41;.1;2.24;17510
+67098;43.17678;6.49518;60;20221007;24.8;8.9;16.8;.8;12.71;.4;2.24;17317
+67098;43.17678;6.49518;60;20221008;20.7;10.6;15.6;.2;14.71;14.4;1.71;14374
+67098;43.17678;6.49518;60;20221009;17.7;12.2;14.9;.7;16.71;6.5;1.3;10300
+67098;43.17678;6.49518;60;20221010;22.4;14.7;18.5;.8;16.01;.3;1.78;12168
+67098;43.17678;6.49518;60;20221011;24.7;9.9;17.3;.4;13.31;.1;1.92;16552
+67098;43.17678;6.49518;60;20221012;22.8;9.9;16.3;.8;13.41;.1;1.92;15578
+67098;43.17678;6.49518;60;20221013;23.6;9.3;16.4;1.1;13.21;0;2.07;16175
+67098;43.17678;6.49518;60;20221014;26.5;19.4;22.9;2.5;13.21;0;3.2;11100
+67098;43.17678;6.49518;60;20221015;26.3;10.8;18.5;.9;14.11;.1;2.11;15802
+67098;43.17678;6.49518;60;20221016;22.8;12.1;17.4;.7;16.61;.3;1.68;13450
+67098;43.17678;6.49518;60;20221017;24.6;13.9;19.2;1;16.41;.1;1.88;13283
+67098;43.17678;6.49518;60;20221018;25.4;10.7;18;.4;14.81;.2;1.73;15251
+67098;43.17678;6.49518;60;20221019;24.9;9.7;17.3;.3;14.91;.2;1.63;15070
+67098;43.17678;6.49518;60;20221020;22.5;12.9;17.7;.6;17.51;.1;1.49;12079
+67098;43.17678;6.49518;60;20221021;21.6;17.3;19.4;.5;20.11;2.7;1.18;7751
+67098;43.17678;6.49518;60;20221022;25.2;17.4;21.3;.2;20.01;.1;1.43;10545
+67098;43.17678;6.49518;60;20221023;24.1;16.6;20.3;1.9;20.51;0;1.6;10194
+67098;43.17678;6.49518;60;20221024;24.5;19.9;22.2;1.4;20.11;.3;1.58;7729
+67098;43.17678;6.49518;60;20221025;26.4;14.1;20.2;.2;17.61;.1;1.47;12916
+67098;43.17678;6.49518;60;20221026;23;16.2;19.6;1.1;18.91;.1;1.37;9302
+67098;43.17678;6.49518;60;20221027;24.3;14.3;19.3;.9;16.71;.2;1.51;11282
+67098;43.17678;6.49518;60;20221028;26.6;10.2;18.4;.5;13.31;.1;1.43;13513
+67098;43.17678;6.49518;60;20221029;26.1;9;17.5;.8;12.21;.1;1.55;13349
+67098;43.17678;6.49518;60;20221030;24.4;8.6;16.5;.8;12.91;.1;1.43;13187
+67098;43.17678;6.49518;60;20221031;22.8;9;15.9;.4;14.21;0;1.18;12705
+67098;43.17678;6.49518;60;20221101;19.1;14.3;16.7;.4;16.11;18.2;.92;7110
+67098;43.17678;6.49518;60;20221102;24.2;9;16.6;.5;12.11;.1;1.18;12714
+67098;43.17678;6.49518;60;20221103;18;6.6;12.3;.6;12.91;19.9;.92;11047
+67098;43.17678;6.49518;60;20221104;17.4;13.4;15.4;3.5;8.71;.5;2.47;6175
+67098;43.17678;6.49518;60;20221105;20.9;11.7;16.3;2;6.91;.2;2.16;9601
+67098;43.17678;6.49518;60;20221106;20.6;2.7;11.6;.7;8.81;.2;1.01;12115
+67098;43.17678;6.49518;60;20221107;21.2;4.5;12.8;.3;9.81;.2;.8;11971
+67098;43.17678;6.49518;60;20221108;18.1;5.2;11.6;.6;11.81;1.1;.82;11069
+67098;43.17678;6.49518;60;20221109;18.1;11;14.5;.3;16.01;3;.75;7929
+67098;43.17678;6.49518;60;20221110;20.1;9.8;14.9;.9;14.31;0;.92;9572
+67098;43.17678;6.49518;60;20221111;20.9;9.4;15.1;.8;13.21;.1;.95;10029
+67098;43.17678;6.49518;60;20221112;23.7;6.1;14.9;.1;11.31;0;.63;11291
+67098;43.17678;6.49518;60;20221113;19.5;9.2;14.3;.7;11.31;0;.85;9224
+67098;43.17678;6.49518;60;20221114;17;5.4;11.2;1.1;11.61;30.1;.74;9714
+67098;43.17678;6.49518;60;20221115;15.7;13;14.3;2.3;15.01;3;.67;4269
+67098;43.17678;6.49518;60;20221116;21.4;13.2;17.3;1.3;12.61;0;1.19;7864
+67098;43.17678;6.49518;60;20221117;22.1;8.5;15.3;1.5;11.41;1.5;1.23;10210
+67098;43.17678;6.49518;60;20221118;17.7;10.4;14;3.1;9.41;0;1.81;7208
+67098;43.17678;6.49518;60;20221119;18.3;5.8;12;1.4;7.71;0;1.11;9540
+67098;43.17678;6.49518;60;20221120;17.1;1.9;9.5;1.8;6.71;0;1.21;10348
+67098;43.17678;6.49518;60;20221121;15.9;11.4;13.6;2.5;8.51;6.6;1.65;5320
+67098;43.17678;6.49518;60;20221122;15.2;10;12.6;4.2;7.51;0;2.26;5707
+67098;43.17678;6.49518;60;20221123;16.9;10.6;13.7;3.4;7.81;0;2.13;6284
+67098;43.17678;6.49518;60;20221124;18.6;11.8;15.2;2.6;7.81;.6;1.99;6487
+67098;43.17678;6.49518;60;20221125;19.2;6;12.6;.3;10.21;.1;.43;9221
+67098;43.17678;6.49518;60;20221126;19.7;3.5;11.6;.8;8.01;.1;.67;9769
+67098;43.17678;6.49518;60;20221127;16.5;1.3;8.9;.3;8.01;.1;.32;9684
+67098;43.17678;6.49518;60;20221128;13.1;2.6;7.8;.5;8.91;3.9;.37;7919
+67098;43.17678;6.49518;60;20221129;10.3;5.6;7.9;.2;9.31;1.1;.36;5020
+67098;43.17678;6.49518;60;20221130;15.6;-.3;7.6;.8;7.31;.1;.48;9448
+67098;43.17678;6.49518;60;20221201;14.3;2.9;8.6;.4;9.01;.2;.33;8070
+67098;43.17678;6.49518;60;20221202;13.8;.6;7.2;1.1;7.81;3.2;.49;8668
+67098;43.17678;6.49518;60;20221203;11.2;4.7;7.9;2.6;11.01;28.8;.2;5828
+67098;43.17678;6.49518;60;20221204;13.8;10.6;12.2;1;12.11;9.1;.54;3850
+67098;43.17678;6.49518;60;20221205;15.4;5.8;10.6;.4;9.51;0;.35;7131
+67098;43.17678;6.49518;60;20221206;15.6;1.2;8.4;.5;7.91;.1;.3;8833
+67098;43.17678;6.49518;60;20221207;15;-.6;7.2;.4;7.11;.1;.23;9018
+67098;43.17678;6.49518;60;20221208;9.9;-.3;4.8;.3;8.81;30;.2;7236
+67098;43.17678;6.49518;60;20221209;12.4;9.2;10.8;.7;12.91;5;.35;3724
+67098;43.17678;6.49518;60;20221210;13.5;7;10.2;1.8;8.81;0;.79;5576
+67098;43.17678;6.49518;60;20221211;10.2;4.4;7.3;2.8;3.61;0;1.72;5203
+67098;43.17678;6.49518;60;20221212;13.2;-2.5;5.3;.9;5.21;5.9;.44;8815
+67098;43.17678;6.49518;60;20221213;7.8;5.1;6.4;1.2;9.61;2.4;.27;3300
+67098;43.17678;6.49518;60;20221214;12.7;7.4;10;1.6;10.51;.5;.51;4886
+67098;43.17678;6.49518;60;20221215;15.9;7.7;11.8;.8;12.41;40.8;.38;6230
+67098;43.17678;6.49518;60;20221216;15;7.7;11.3;.3;10.81;0;.32;5824
+67098;43.17678;6.49518;60;20221217;14.9;1.4;8.1;3.2;8.86;0;.95;7143
+67098;43.17678;6.49518;60;20221218;13.8;2.8;8.3;3;10.13;.6;.92;6133
+67098;43.17678;6.49518;60;20221219;11.6;4;7.8;2.2;11.73;2.2;.56;2906
+67098;43.17678;6.49518;60;20221220;15.5;9;12.2;.6;13.51;1.1;.35;5428
+67098;43.17678;6.49518;60;20221221;15.6;14.5;15;.8;14.21;4.6;.6;1822
+67098;43.17678;6.49518;60;20221222;19.3;7.4;13.3;2.5;10.81;0;1.11;7593
+67098;43.17678;6.49518;60;20221223;22.3;11.3;16.8;2.7;12.51;0;1.47;7279
+67098;43.17678;6.49518;60;20221224;22.9;12.9;17.9;1.6;11.81;.1;1.17;6916
+67098;43.17678;6.49518;60;20221225;15.5;5.2;10.3;1.2;12.01;.2;.33;7042
+67098;43.17678;6.49518;60;20221226;18.1;13.6;15.8;1.5;13.41;.1;.83;4428
+67098;43.17678;6.49518;60;20221227;20;11.5;15.7;2.3;8.41;0;1.68;6364
+67098;43.17678;6.49518;60;20221228;17.9;6.9;12.4;1;9.31;0;.61;7358
+67098;43.17678;6.49518;60;20221229;16.3;7.7;12;.3;11.71;.3;.32;6448
+67098;43.17678;6.49518;60;20221230;15.4;8;11.7;.3;11.71;.2;.34;5954
+67098;43.17678;6.49518;60;20221231;14.8;5.2;10;.8;12.01;.2;.3;6909
+68074;42.82151;-.8133;1014;20220101;20.1;10.7;15.4;2.9;4.53;0;2.36;8105
+68074;42.82151;-.8133;1014;20220102;19.1;11;15.1;1.9;6.13;0;1.59;6383
+68074;42.82151;-.8133;1014;20220103;16.7;7.6;12.2;2.5;7.33;0;1.4;7897
+68074;42.82151;-.8133;1014;20220104;15.8;8.8;12.3;3.1;6.83;13.8;1.76;6642
+68074;42.82151;-.8133;1014;20220105;5;1.5;3.3;3;4.23;1.4;1.06;5447
+68074;42.82151;-.8133;1014;20220106;6.3;-3.5;1.4;1.6;3.23;.1;.73;8348
+68074;42.82151;-.8133;1014;20220107;8.4;-2.5;3;2;4.13;5.2;.86;7910
+68074;42.82151;-.8133;1014;20220108;8.3;2.5;5.4;2.5;6.13;12.2;.78;7677
+68074;42.82151;-.8133;1014;20220109;5.4;3.2;4.3;2.7;7.63;50.5;.38;3145
+68074;42.82151;-.8133;1014;20220110;12;5.6;8.8;3.6;8.83;25.3;.9;5049
+68074;42.82151;-.8133;1014;20220111;11.3;6.4;8.9;3.8;4.23;.1;2;8375
+68074;42.82151;-.8133;1014;20220112;13.4;2.7;8.1;3.5;1.73;0;2.46;8710
+68074;42.82151;-.8133;1014;20220113;12.3;-.8;5.8;2.8;2.63;0;1.77;8837
+68074;42.82151;-.8133;1014;20220114;11.1;1.1;6.1;2.7;2.33;0;1.74;8897
+68074;42.82151;-.8133;1014;20220115;10;-2;4;1.6;3.03;0;1.01;8959
+68074;42.82151;-.8133;1014;20220116;10.6;-2.6;4;1.4;3.23;0;.93;9095
+68074;42.82151;-.8133;1014;20220117;12.6;-.3;6.2;1;3.43;0;.81;9017
+68074;42.82151;-.8133;1014;20220118;14.9;.4;7.7;.9;3.23;0;.83;9231
+68074;42.82151;-.8133;1014;20220119;10.1;-.3;4.9;1.2;4.33;.4;.79;9302
+68074;42.82151;-.8133;1014;20220120;10.8;.7;5.8;2.4;4.83;3.3;1.2;9449
+68074;42.82151;-.8133;1014;20220121;9.3;.1;4.7;2.1;3.43;0;1.23;9525
+68074;42.82151;-.8133;1014;20220122;9.6;-4;2.8;1.2;3.83;.1;.8;9602
+68074;42.82151;-.8133;1014;20220123;11.3;-1.5;4.9;1.9;4.13;0;1.16;9757
+68074;42.82151;-.8133;1014;20220124;11.8;-.7;5.6;1.8;4.03;0;1.2;9840
+68074;42.82151;-.8133;1014;20220125;12.4;-.7;5.9;2.1;4.13;0;1.35;10000
+68074;42.82151;-.8133;1014;20220126;14.6;2.3;8.5;2;3.43;0;1.63;10087
+68074;42.82151;-.8133;1014;20220127;16;2;9;1.9;2.73;0;1.74;10175
+68074;42.82151;-.8133;1014;20220128;16.6;2.2;9.4;1.1;2.73;0;1.22;10187
+68074;42.82151;-.8133;1014;20220129;18.2;4.9;11.6;1.8;2.93;0;1.85;10436
+68074;42.82151;-.8133;1014;20220130;18.2;5.4;11.8;1.3;3.43;0;1.46;10610
+68074;42.82151;-.8133;1014;20220131;13.4;2.6;8;3.6;4.23;3;2.17;10706
+68074;42.82151;-.8133;1014;20220201;14.2;2.9;8.6;4;5.33;.1;2.15;8626
+68074;42.82151;-.8133;1014;20220202;20.9;2.1;11.5;1.9;4.23;0;2.05;10904
+68074;42.82151;-.8133;1014;20220203;20;8.9;14.5;2.5;3.13;0;2.63;11005
+68074;42.82151;-.8133;1014;20220204;13.6;3.5;8.6;1.3;5.23;1.8;1.23;10530
+68074;42.82151;-.8133;1014;20220205;12.9;2.9;7.9;1.2;5.63;.7;1.14;11296
+68074;42.82151;-.8133;1014;20220206;10.1;-1.5;4.3;1.1;4.53;.1;.99;10982
+68074;42.82151;-.8133;1014;20220207;12.3;.3;6.3;2.5;4.83;2.3;1.59;9057
+68074;42.82151;-.8133;1014;20220208;18.3;2.1;10.2;2.2;3.83;0;2.2;11703
+68074;42.82151;-.8133;1014;20220209;17.7;4.9;11.3;3.1;3.93;0;2.72;11814
+68074;42.82151;-.8133;1014;20220210;16.1;3.2;9.7;1.6;4.53;0;1.69;12013
+68074;42.82151;-.8133;1014;20220211;14.9;4.9;9.9;1.3;6.03;.1;1.4;10992
+68074;42.82151;-.8133;1014;20220212;12.4;3.2;7.8;1.8;6.83;0;1.24;8371
+68074;42.82151;-.8133;1014;20220213;10.2;6.2;8.2;2.3;7.33;10.2;1.17;5087
+68074;42.82151;-.8133;1014;20220214;7.2;1.5;4.4;1.6;6.53;7.6;.86;8095
+68074;42.82151;-.8133;1014;20220215;8.7;.8;4.8;2.1;5.83;2.2;1.2;12052
+68074;42.82151;-.8133;1014;20220216;12.9;2.8;7.9;1.7;7.23;2.6;1.14;5268
+68074;42.82151;-.8133;1014;20220217;18.8;5.7;12.3;1.7;8.23;.4;1.81;13013
+68074;42.82151;-.8133;1014;20220218;19.4;7.9;13.7;2.8;6.73;1.6;2.61;13135
+68074;42.82151;-.8133;1014;20220219;10.1;4.4;7.3;2.5;5.33;.8;1.7;11771
+68074;42.82151;-.8133;1014;20220220;14.2;-1.1;6.6;1.8;5.33;.4;1.67;13474
+68074;42.82151;-.8133;1014;20220221;13.6;3.4;8.5;2.7;4.73;1;2.18;13221
+68074;42.82151;-.8133;1014;20220222;17.1;1.3;9.2;2.3;3.83;0;2.44;13819
+68074;42.82151;-.8133;1014;20220223;17.3;2.7;10;2;4.43;0;2.29;13945
+68074;42.82151;-.8133;1014;20220224;15.2;5.3;10.3;2.3;5.63;.9;2.17;13203
+68074;42.82151;-.8133;1014;20220225;12.9;1.7;7.3;1.3;5.33;.3;1.49;10603
+68074;42.82151;-.8133;1014;20220226;13.1;1.1;7.1;1.8;5.73;0;1.73;14228
+68074;42.82151;-.8133;1014;20220227;12.6;4.4;8.5;1.5;6.93;.1;1.34;7254
+68074;42.82151;-.8133;1014;20220228;14.2;3.1;8.7;2.2;6.73;0;1.75;10608
+68074;42.82151;-.8133;1014;20220301;17.3;2;9.7;1.5;4.83;.1;2.07;13510
+68074;42.82151;-.8133;1014;20220302;10.2;7;8.6;1.5;6.93;4.7;1.33;7281
+68074;42.82151;-.8133;1014;20220303;14.4;.7;7.6;1.5;6.83;6.9;1.69;14054
+68074;42.82151;-.8133;1014;20220304;9.8;5.8;7.8;6;4.73;2;2.8;11417
+68074;42.82151;-.8133;1014;20220305;9.6;2.3;6;1;4.53;.5;1.24;6478
+68074;42.82151;-.8133;1014;20220306;6.6;2.1;4.4;1;5.93;.7;.93;5822
+68074;42.82151;-.8133;1014;20220307;9.7;-.1;4.8;2.5;5.83;.9;1.47;10475
+68074;42.82151;-.8133;1014;20220308;5.7;3.4;4.6;2.2;6.43;2.6;1;6056
+68074;42.82151;-.8133;1014;20220309;12.3;.4;6.4;2.3;6.23;.1;1.79;13624
+68074;42.82151;-.8133;1014;20220310;10;5.9;8;2.2;7.23;2.8;1.35;6292
+68074;42.82151;-.8133;1014;20220311;8.1;7.6;7.9;2.6;7.53;13.2;1.3;6144
+68074;42.82151;-.8133;1014;20220312;12.3;3.4;7.9;1.6;6.73;5.3;1.72;12565
+68074;42.82151;-.8133;1014;20220313;9.8;4.3;7.1;3.1;5.53;9.8;2.01;11694
+68074;42.82151;-.8133;1014;20220314;10.1;3;6.6;5;6.03;1.8;1.85;6339
+68074;42.82151;-.8133;1014;20220315;19.3;10.1;14.7;5.8;5.83;0;4.6;15292
+68074;42.82151;-.8133;1014;20220316;16;9.7;12.9;2.8;7.13;3.5;2.35;6469
+68074;42.82151;-.8133;1014;20220317;12.3;8.3;10.3;4.6;6.83;2.5;2.35;6534
+68074;42.82151;-.8133;1014;20220318;10.2;3.9;7.1;1.6;7.63;1.3;1.17;6599
+68074;42.82151;-.8133;1014;20220319;13.4;4.5;9;1.7;7.93;0;1.72;11493
+68074;42.82151;-.8133;1014;20220320;10.1;6.7;8.4;2.7;7.33;0;1.54;6728
+68074;42.82151;-.8133;1014;20220321;11.3;7.4;9.4;3.9;7.03;0;2.11;9065
+68074;42.82151;-.8133;1014;20220322;10.5;4.3;7.4;3.8;5.43;0;2.2;9256
+68074;42.82151;-.8133;1014;20220323;13.1;2;7.6;3.1;5.33;0;2.65;17484
+68074;42.82151;-.8133;1014;20220324;11.1;2.1;6.6;2.3;5.93;0;1.63;7448
+68074;42.82151;-.8133;1014;20220325;14.5;6;10.3;.9;7.63;0;1.78;11459
+68074;42.82151;-.8133;1014;20220326;16.1;3.3;9.7;1.9;6.63;.1;2.43;15159
+68074;42.82151;-.8133;1014;20220327;14;3.9;9;2.4;7.03;0;2.12;12099
+68074;42.82151;-.8133;1014;20220328;15.5;6.5;11;4.2;5.13;0;3.58;16190
+68074;42.82151;-.8133;1014;20220329;17.5;8.1;12.8;1.1;7.33;.7;2.06;10381
+68074;42.82151;-.8133;1014;20220330;14.2;5.9;10.1;3.4;7.13;3.7;2.92;19373
+68074;42.82151;-.8133;1014;20220331;10.8;3.3;7.1;2.9;5.23;5.7;2.43;15431
+68074;42.82151;-.8133;1014;20220401;3;-1;1;3.9;3.23;7.1;1.96;14210
+68074;42.82151;-.8133;1014;20220402;3.3;-2.6;.4;3.3;3.03;.5;2.05;18278
+68074;42.82151;-.8133;1014;20220403;4.2;-3.2;.5;4.2;2.63;0;2.4;20201
+68074;42.82151;-.8133;1014;20220404;11.2;-4.9;3.2;1.8;3.63;0;2.43;20316
+68074;42.82151;-.8133;1014;20220405;14.9;-1.4;6.8;1.6;4.53;0;2.74;20308
+68074;42.82151;-.8133;1014;20220406;16.3;1.2;8.8;1.5;5.33;0;2.66;17479
+68074;42.82151;-.8133;1014;20220407;17.4;2.8;10.1;1.7;6.33;0;2.89;18808
+68074;42.82151;-.8133;1014;20220408;16.3;7.7;12;1.9;7.13;1.8;2.69;14589
+68074;42.82151;-.8133;1014;20220409;12.5;4.7;8.6;3.2;4.53;.7;3.33;20870
+68074;42.82151;-.8133;1014;20220410;18.7;1.5;10.1;2.5;5.03;0;3.63;21102
+68074;42.82151;-.8133;1014;20220411;21.2;10.1;15.7;5.2;6.93;2.8;5.12;20958
+68074;42.82151;-.8133;1014;20220412;10.4;9.8;10.1;3.3;8.53;12.8;1.89;9033
+68074;42.82151;-.8133;1014;20220413;12.2;6.9;9.6;1.4;9.33;1.9;1.46;8340
+68074;42.82151;-.8133;1014;20220414;19.8;6.5;13.2;2.1;9.33;0;3.13;18488
+68074;42.82151;-.8133;1014;20220415;22.9;9.3;16.1;2.3;9.43;0;4.02;21869
+68074;42.82151;-.8133;1014;20220416;24;8.7;16.4;2.4;8.53;0;4.3;22095
+68074;42.82151;-.8133;1014;20220417;23.8;7.3;15.6;1.8;7.63;0;4.04;22193
+68074;42.82151;-.8133;1014;20220418;21;6.6;13.8;1.6;8.53;.5;3.38;19990
+68074;42.82151;-.8133;1014;20220419;8.8;8;8.4;1;8.73;23.1;1.4;8549
+68074;42.82151;-.8133;1014;20220420;12.2;3.3;7.8;2.3;7.13;11.9;2.34;16567
+68074;42.82151;-.8133;1014;20220421;14.8;2.6;8.7;3.3;6.73;1.4;3.2;22053
+68074;42.82151;-.8133;1014;20220422;13.9;5.2;9.6;3.7;7.03;16.3;2.93;17233
+68074;42.82151;-.8133;1014;20220423;5.7;4.5;5.1;1.9;7.23;14.5;1.27;9019
+68074;42.82151;-.8133;1014;20220424;13.8;2.3;8.1;2;7.23;.8;2.23;14135
+68074;42.82151;-.8133;1014;20220425;18.2;3.8;11;2.4;6.63;0;3.59;21617
+68074;42.82151;-.8133;1014;20220426;21.7;8;14.9;3.2;7.63;0;4.45;21828
+68074;42.82151;-.8133;1014;20220427;16.9;11;14;2.2;8.33;5.4;2.76;11838
+68074;42.82151;-.8133;1014;20220428;18.1;8.7;13.4;1.7;10.13;1;2.84;16611
+68074;42.82151;-.8133;1014;20220429;21.7;7.4;14.6;1.6;10.53;.1;3.56;21404
+68074;42.82151;-.8133;1014;20220430;21.1;7.6;14.4;2.8;7.83;0;4.37;23714
+68074;42.82151;-.8133;1014;20220501;21.3;6.5;13.9;1.6;7.23;.7;3.97;23526
+68074;42.82151;-.8133;1014;20220502;14.4;6.9;10.7;1.2;9.63;9.7;1.8;10123
+68074;42.82151;-.8133;1014;20220503;12.8;6.9;9.9;1.1;10.23;5.2;1.58;9640
+68074;42.82151;-.8133;1014;20220504;17.1;7.2;12.2;3.2;8.83;1.3;3;15520
+68074;42.82151;-.8133;1014;20220505;15.4;5.5;10.5;4.2;6.73;0;3.91;24343
+68074;42.82151;-.8133;1014;20220506;16.2;10.4;13.3;4.6;6.53;.6;4.47;21616
+68074;42.82151;-.8133;1014;20220507;19.2;8.2;13.7;4.2;6.63;0;4.81;23944
+68074;42.82151;-.8133;1014;20220508;20.7;7.1;13.9;2.5;7.23;0;4.22;22405
+68074;42.82151;-.8133;1014;20220509;22.9;10.2;16.6;2.8;8.83;.1;4.22;18454
+68074;42.82151;-.8133;1014;20220510;24.9;11.4;18.2;3.6;8.63;0;5.6;25067
+68074;42.82151;-.8133;1014;20220511;27.5;13.6;20.6;3.1;8.73;0;5.88;24591
+68074;42.82151;-.8133;1014;20220512;25.4;14.7;20.1;2;9.13;0;4.89;23038
+68074;42.82151;-.8133;1014;20220513;26;11.5;18.8;2.2;8.63;0;5.16;25108
+68074;42.82151;-.8133;1014;20220514;26.5;14.6;20.6;2.7;9.23;.9;5.08;20049
+68074;42.82151;-.8133;1014;20220515;25.2;14.4;19.8;3.2;9.83;.3;5.07;20231
+68074;42.82151;-.8133;1014;20220516;25.9;14;20;2.5;10.33;0;5.33;25402
+68074;42.82151;-.8133;1014;20220517;27.6;15.9;21.8;2.9;9.83;0;5.9;25047
+68074;42.82151;-.8133;1014;20220518;28.3;15.2;21.8;2.2;10.33;.9;5.29;22933
+68074;42.82151;-.8133;1014;20220519;29;19.6;24.3;2.8;9.53;.1;6.34;25277
+68074;42.82151;-.8133;1014;20220520;28.7;19.7;24.2;2.6;7.83;0;5.8;20583
+68074;42.82151;-.8133;1014;20220521;33;19.4;26.2;2.4;8.23;0;6.58;25229
+68074;42.82151;-.8133;1014;20220522;29.6;21.1;25.4;3.4;8.63;1.5;6.01;15778
+68074;42.82151;-.8133;1014;20220523;21.8;11.9;16.9;1.9;10.93;0;4.2;23004
+68074;42.82151;-.8133;1014;20220524;14.9;8.3;11.6;1.8;8.63;3.3;2.21;10410
+68074;42.82151;-.8133;1014;20220525;15.5;7.1;11.3;4.6;6.63;2.1;4.4;26066
+68074;42.82151;-.8133;1014;20220526;22.5;6.6;14.6;2.4;7.73;.1;4.79;26238
+68074;42.82151;-.8133;1014;20220527;27.1;9.3;18.2;2.4;7.73;0;5.59;26272
+68074;42.82151;-.8133;1014;20220528;29.2;13.4;21.3;2.2;7.43;0;5.95;26305
+68074;42.82151;-.8133;1014;20220529;28.1;11.8;20;1.6;8.63;.7;5.14;24974
+68074;42.82151;-.8133;1014;20220530;26.2;12.3;19.3;1.8;9.13;1;4.6;20915
+68074;42.82151;-.8133;1014;20220531;25.6;14;19.8;2.4;11.33;0;4.6;19986
+68074;42.82151;-.8133;1014;20220601;27.8;17.3;22.6;2.2;9.93;.1;5.49;23284
+68074;42.82151;-.8133;1014;20220602;28.1;15.8;22;3.2;11.23;4.1;5.6;21124
+68074;42.82151;-.8133;1014;20220603;28.2;15.4;21.8;3.1;11.03;1.8;5.58;21283
+68074;42.82151;-.8133;1014;20220604;27.1;14.3;20.7;2.8;11.93;6.7;4.77;18573
+68074;42.82151;-.8133;1014;20220605;25.5;10.6;18.1;1.7;10.63;0;4.77;25011
+68074;42.82151;-.8133;1014;20220606;26;14.8;20.4;2;9.83;.2;4.76;20794
+68074;42.82151;-.8133;1014;20220607;26.9;13.1;20;1.7;10.03;0;5.23;26140
+68074;42.82151;-.8133;1014;20220608;23.6;16;19.8;1.9;10.73;.9;4.31;19459
+68074;42.82151;-.8133;1014;20220609;24.7;12;18.4;3.3;7.73;0;5.92;26719
+68074;42.82151;-.8133;1014;20220610;32.3;13;22.7;2.2;6.33;0;6.46;26596
+68074;42.82151;-.8133;1014;20220611;33.1;18.8;26;3.5;9.63;.3;7.29;23736
+68074;42.82151;-.8133;1014;20220612;31.2;15.9;23.6;2.9;11.63;1.3;5.77;20054
+68074;42.82151;-.8133;1014;20220613;33.2;18.2;25.7;2.6;10.73;0;6.73;25671
+68074;42.82151;-.8133;1014;20220614;34;21.3;27.7;2.8;11.13;.6;6.39;19797
+68074;42.82151;-.8133;1014;20220615;35.8;19.6;27.7;3;9.43;0;7.73;26917
+68074;42.82151;-.8133;1014;20220616;36.6;23;29.8;2.7;9.83;0;7.15;22682
+68074;42.82151;-.8133;1014;20220617;36.8;22.2;29.5;2.9;10.53;0;7.6;25148
+68074;42.82151;-.8133;1014;20220618;36.3;23.8;30.1;4.2;9.73;0;9.03;26792
+68074;42.82151;-.8133;1014;20220619;29;24.3;26.7;5.8;8.93;1.6;8.45;21459
+68074;42.82151;-.8133;1014;20220620;29.2;17.6;23.4;3.7;11.93;5.2;6.18;21870
+68074;42.82151;-.8133;1014;20220621;27.5;18.3;22.9;3.1;12.83;10.4;5.07;17766
+68074;42.82151;-.8133;1014;20220622;24.1;15.7;19.9;3.3;12.03;.7;4.62;18448
+68074;42.82151;-.8133;1014;20220623;24.8;14.2;19.5;2.8;10.33;1.8;4.47;16804
+68074;42.82151;-.8133;1014;20220624;23.4;12.6;18;1.7;10.13;.1;4.03;19124
+68074;42.82151;-.8133;1014;20220625;24.3;14.8;19.6;2.5;9.53;3.5;3.94;12557
+68074;42.82151;-.8133;1014;20220626;22.9;12.4;17.7;1.8;12.73;9.5;3.33;15559
+68074;42.82151;-.8133;1014;20220627;22.8;12.1;17.5;1.6;12.13;2.4;3.87;20197
+68074;42.82151;-.8133;1014;20220628;26.3;9.6;18;1.8;9.03;.1;5.19;26882
+68074;42.82151;-.8133;1014;20220629;28.9;14.2;21.6;2.5;8.43;6.5;5.69;22363
+68074;42.82151;-.8133;1014;20220630;21.7;13.3;17.5;1.3;11.83;.6;3.33;16616
+68074;42.82151;-.8133;1014;20220701;26.7;7.1;16.9;1.6;6.73;0;5.14;26705
+68074;42.82151;-.8133;1014;20220702;33.1;16.6;24.9;3.2;8.43;0;7.38;26552
+68074;42.82151;-.8133;1014;20220703;33.5;17.7;25.6;2.5;13.03;2.5;5.72;19578
+68074;42.82151;-.8133;1014;20220704;29.9;15.2;22.6;1.9;13.73;.3;5.4;24879
+68074;42.82151;-.8133;1014;20220705;31.2;14.9;23.1;1.3;13.13;5.1;5.36;25950
+68074;42.82151;-.8133;1014;20220706;19.3;17.4;18.4;1.8;15.93;8.2;2.34;10395
+68074;42.82151;-.8133;1014;20220707;25.3;10.9;18.1;3.3;12.15;0;5.72;25319
+68074;42.82151;-.8133;1014;20220708;28.7;11.7;20.2;2.3;11.68;.1;6.26;27332
+68074;42.82151;-.8133;1014;20220709;31.9;11.2;21.5;1.8;13.25;.1;6.22;28461
+68074;42.82151;-.8133;1014;20220710;32.9;13.6;23.3;1.2;14.62;0;5.79;27723
+68074;42.82151;-.8133;1014;20220711;33.3;14.9;24.1;1.2;15.55;.5;5.63;26020
+68074;42.82151;-.8133;1014;20220712;34.8;20.9;27.9;2.8;12.13;0;7.12;25907
+68074;42.82151;-.8133;1014;20220713;36.2;19.5;27.9;2.5;8.93;0;7.2;26283
+68074;42.82151;-.8133;1014;20220714;36.1;19.4;27.8;2.6;7.63;0;7.34;26250
+68074;42.82151;-.8133;1014;20220715;36.1;20.1;28.1;2.2;8.13;0;6.91;26216
+68074;42.82151;-.8133;1014;20220716;37.5;21.7;29.6;2.9;7.03;0;7.88;26044
+68074;42.82151;-.8133;1014;20220717;38.4;22.4;30.4;2.9;7.83;0;7.97;26007
+68074;42.82151;-.8133;1014;20220718;37.2;23.8;30.5;2.8;9.93;.1;7.66;25968
+68074;42.82151;-.8133;1014;20220719;34.5;24.5;29.5;2.8;10.23;7.6;7.08;23765
+68074;42.82151;-.8133;1014;20220720;30.6;14.9;22.7;1.2;15.48;.1;5.27;24952
+68074;42.82151;-.8133;1014;20220721;33;13.6;23.3;1.2;14.78;.1;5.7;26880
+68074;42.82151;-.8133;1014;20220722;33.7;21.8;27.8;2;12.43;1.3;6.14;24450
+68074;42.82151;-.8133;1014;20220723;32.9;15;24;1.6;13.63;0;5.6;25752
+68074;42.82151;-.8133;1014;20220724;35.9;19.8;27.9;2.4;11.03;.2;6.81;25435
+68074;42.82151;-.8133;1014;20220725;32.2;20.2;26.2;1.6;11.83;.6;5.71;25251
+68074;42.82151;-.8133;1014;20220726;29.9;12.9;21.4;1.5;11.13;.8;5.17;25469
+68074;42.82151;-.8133;1014;20220727;29.8;9.9;19.9;1.2;9.03;0;4.89;25283
+68074;42.82151;-.8133;1014;20220728;30.4;16.8;23.6;1.4;11.73;4;4.52;19469
+68074;42.82151;-.8133;1014;20220729;21.4;18.7;20.1;1;15.43;4;2.37;10057
+68074;42.82151;-.8133;1014;20220730;28.7;14.4;21.6;1.2;16.45;.2;5.1;25556
+68074;42.82151;-.8133;1014;20220731;30.9;14.5;22.7;1.3;17.02;.1;5.35;25782
+68074;42.82151;-.8133;1014;20220801;33.3;17.4;25.4;1.5;14.53;0;5.43;24732
+68074;42.82151;-.8133;1014;20220802;35.6;18.4;27;2.1;10.63;0;6.33;24937
+68074;42.82151;-.8133;1014;20220803;34.2;22.3;28.3;2.8;10.83;0;6.49;21287
+68074;42.82151;-.8133;1014;20220804;35.8;20.5;28.2;2.3;11.13;1.9;6.52;24544
+68074;42.82151;-.8133;1014;20220805;34.1;18.7;26.4;1.9;11.33;.1;5.88;24345
+68074;42.82151;-.8133;1014;20220806;33.9;17.2;25.6;2;13.23;0;5.69;23484
+68074;42.82151;-.8133;1014;20220807;34;20.9;27.5;2.8;13.93;1;5.86;19062
+68074;42.82151;-.8133;1014;20220808;33;18.5;25.8;2;12.93;3.5;5.31;20845
+68074;42.82151;-.8133;1014;20220809;33.1;17.3;25.2;1.4;15.88;.4;4.93;22382
+68074;42.82151;-.8133;1014;20220810;34.4;19.4;26.9;2.7;12.23;.2;6.28;22548
+68074;42.82151;-.8133;1014;20220811;34.3;20.9;27.6;2.4;10.33;0;6.16;22345
+68074;42.82151;-.8133;1014;20220812;35.9;22.5;29.2;2.3;10.03;0;6.43;23578
+68074;42.82151;-.8133;1014;20220813;34.2;22.5;28.4;3;10.93;.2;6.42;19979
+68074;42.82151;-.8133;1014;20220814;29.1;19.2;24.2;2.9;9.83;.2;5.7;20948
+68074;42.82151;-.8133;1014;20220815;28.6;13.5;21.1;1.7;8.43;.2;4.88;23339
+68074;42.82151;-.8133;1014;20220816;28.8;19.4;24.1;2.2;10.73;3.1;4.62;16391
+68074;42.82151;-.8133;1014;20220817;25.2;12.3;18.8;2.3;10.83;5.5;4.44;21880
+68074;42.82151;-.8133;1014;20220818;21.4;12;16.7;2.6;10.23;7.5;3.64;17027
+68074;42.82151;-.8133;1014;20220819;28.2;10.6;19.4;2;10.23;3.6;4.73;22998
+68074;42.82151;-.8133;1014;20220820;31.2;14.5;22.9;2;8.73;1;5.28;22909
+68074;42.82151;-.8133;1014;20220821;29.8;17.5;23.7;2;8.73;.2;5.18;22435
+68074;42.82151;-.8133;1014;20220822;28.7;13.1;20.9;2.3;11.33;1.9;4.9;22599
+68074;42.82151;-.8133;1014;20220823;31.4;15.3;23.4;1.8;12.33;0;4.76;20979
+68074;42.82151;-.8133;1014;20220824;34.2;19.5;26.9;3;12.93;.1;5.93;19494
+68074;42.82151;-.8133;1014;20220825;30.3;19;24.7;2;13.13;1.3;3.97;13085
+68074;42.82151;-.8133;1014;20220826;29.8;14.4;22.1;1.6;13.03;.7;4.42;21460
+68074;42.82151;-.8133;1014;20220827;29.7;14.1;21.9;1.9;11.23;.1;4.66;21488
+68074;42.82151;-.8133;1014;20220828;32.2;18;25.1;2.7;9.53;.7;5.8;21765
+68074;42.82151;-.8133;1014;20220829;30.8;16.1;23.5;3.1;12.03;10.1;4.97;15798
+68074;42.82151;-.8133;1014;20220830;29.7;15.7;22.7;2.2;12.43;0;4.76;21188
+68074;42.82151;-.8133;1014;20220831;29.3;18.7;24;1.6;12.83;4.6;3.48;12408
+68074;42.82151;-.8133;1014;20220901;28.6;15.4;22;2.2;12.53;0;4.44;19868
+68074;42.82151;-.8133;1014;20220902;27.8;17.4;22.6;1.7;13.33;1.5;3.74;16321
+68074;42.82151;-.8133;1014;20220903;25.1;13.7;19.4;1.6;13.03;1.2;3.17;15250
+68074;42.82151;-.8133;1014;20220904;27;16.6;21.8;2.5;11.03;1.7;4.51;19315
+68074;42.82151;-.8133;1014;20220905;28.3;18.8;23.6;2.6;13.03;2.5;4.57;18359
+68074;42.82151;-.8133;1014;20220906;27.6;16.6;22.1;2.5;13.53;.5;4.17;17772
+68074;42.82151;-.8133;1014;20220907;24.3;14.3;19.3;1.6;9.23;0;3.3;14654
+68074;42.82151;-.8133;1014;20220908;25;12.8;18.9;1.9;9.53;.3;3.69;17568
+68074;42.82151;-.8133;1014;20220909;24.9;15;20;2;9.43;.3;4;19499
+68074;42.82151;-.8133;1014;20220910;29.1;12.2;20.7;1.7;8.03;0;4.16;19743
+68074;42.82151;-.8133;1014;20220911;32.4;17.8;25.1;2.6;10.23;0;5.15;18441
+68074;42.82151;-.8133;1014;20220912;31.3;21.1;26.2;2.1;12.03;8.1;4.17;13606
+68074;42.82151;-.8133;1014;20220913;22.4;16.9;19.7;2.2;14.63;15.3;2.35;8226
+68074;42.82151;-.8133;1014;20220914;23.1;15.8;19.5;2;12.93;.2;2.97;13540
+68074;42.82151;-.8133;1014;20220915;25.1;14.5;19.8;1.7;12.23;3.6;3.13;14844
+68074;42.82151;-.8133;1014;20220916;24.7;12.4;18.6;1.6;11.63;1;3.34;18799
+68074;42.82151;-.8133;1014;20220917;25.1;8.2;16.7;1.5;8.63;0;3.31;18562
+68074;42.82151;-.8133;1014;20220918;25.9;12.2;19.1;1.7;9.03;0;3.57;18441
+68074;42.82151;-.8133;1014;20220919;27.9;11.6;19.8;1.8;7.93;0;3.83;18318
+68074;42.82151;-.8133;1014;20220920;26.3;11.4;18.9;1.2;7.03;0;3.23;18082
+68074;42.82151;-.8133;1014;20220921;25;10.7;17.9;1.6;8.13;0;3.34;17958
+68074;42.82151;-.8133;1014;20220922;24.7;12;18.4;2.5;9.13;0;3.76;17609
+68074;42.82151;-.8133;1014;20220923;20.9;13.5;17.2;2.8;11.73;4.3;2.58;9668
+68074;42.82151;-.8133;1014;20220924;18.6;10.4;14.5;1.9;10.23;1.1;2.22;11586
+68074;42.82151;-.8133;1014;20220925;19.1;5.4;12.3;1.9;7.43;.4;2.71;17126
+68074;42.82151;-.8133;1014;20220926;18.4;5.2;11.8;2;7.33;2.2;2.63;16562
+68074;42.82151;-.8133;1014;20220927;17.6;9.1;13.4;2;9.83;7.8;2.13;11964
+68074;42.82151;-.8133;1014;20220928;14.9;10.8;12.9;2;11.23;12.1;1.54;8286
+68074;42.82151;-.8133;1014;20220929;12.5;9.2;10.9;1.8;9.63;15.3;1.48;8965
+68074;42.82151;-.8133;1014;20220930;14.7;4.7;9.7;2;6.93;2.4;2.2;15745
+68074;42.82151;-.8133;1014;20221001;22.7;6.3;14.5;1.9;8.33;.1;2.85;16368
+68074;42.82151;-.8133;1014;20221002;26.5;12.2;19.4;2.7;9.23;0;3.8;16241
+68074;42.82151;-.8133;1014;20221003;27.4;13.6;20.5;2.4;8.83;0;3.76;16007
+68074;42.82151;-.8133;1014;20221004;26.6;11.8;19.2;1.7;7.33;.1;3.19;15880
+68074;42.82151;-.8133;1014;20221005;25.9;13.6;19.8;2.5;9.13;.3;3.58;15648
+68074;42.82151;-.8133;1014;20221006;23.1;10.9;17;1.3;11.03;0;2.27;13251
+68074;42.82151;-.8133;1014;20221007;21.9;11.9;16.9;2.4;11.93;1.3;2.43;11806
+68074;42.82151;-.8133;1014;20221008;24.1;10.5;17.3;1.7;11.73;.9;2.41;13026
+68074;42.82151;-.8133;1014;20221009;23.6;12.9;18.3;2.5;11.23;.5;2.86;13419
+68074;42.82151;-.8133;1014;20221010;21.3;12.8;17.1;2.7;11.43;6.3;2.27;7178
+68074;42.82151;-.8133;1014;20221011;19.3;11.6;15.5;1.4;11.93;2.4;1.54;7205
+68074;42.82151;-.8133;1014;20221012;21;10;15.5;1.4;11.13;1.1;1.92;11488
+68074;42.82151;-.8133;1014;20221013;21.2;11.2;16.2;1.3;10.63;.1;2.07;13547
+68074;42.82151;-.8133;1014;20221014;23.5;14.4;19;2.5;10.23;.1;2.89;12159
+68074;42.82151;-.8133;1014;20221015;25.6;13.9;19.8;2.5;8.03;0;3.36;14181
+68074;42.82151;-.8133;1014;20221016;24.6;17.2;20.9;2.8;9.33;.6;3.42;13382
+68074;42.82151;-.8133;1014;20221017;22.4;16.1;19.3;3.7;11.13;7;3.07;8391
+68074;42.82151;-.8133;1014;20221018;27.1;12.7;19.9;2.6;11.23;0;3.08;12290
+68074;42.82151;-.8133;1014;20221019;24.3;17.2;20.8;2.6;10.83;10.3;2.84;7848
+68074;42.82151;-.8133;1014;20221020;17.3;13.1;15.2;3.4;11.53;7.4;1.8;4966
+68074;42.82151;-.8133;1014;20221021;15.9;13.1;14.5;2.1;11.63;4.3;1.36;4908
+68074;42.82151;-.8133;1014;20221022;17.8;12.4;15.1;2.4;10.93;.2;1.7;6046
+68074;42.82151;-.8133;1014;20221023;19;16.2;17.6;4.7;10.13;2.6;3.03;5797
+68074;42.82151;-.8133;1014;20221024;18.6;14.2;16.4;2.2;10.23;.4;1.94;7183
+68074;42.82151;-.8133;1014;20221025;21.4;12.6;17;2.2;9.03;0;2.2;5849
+68074;42.82151;-.8133;1014;20221026;22.7;15.1;18.9;1.4;8.83;.3;1.98;8372
+68074;42.82151;-.8133;1014;20221027;24;17.2;20.6;2.6;7.73;.1;3.05;5100
+68074;42.82151;-.8133;1014;20221028;24.5;17.5;21;2.4;6.53;0;3.09;6009
+68074;42.82151;-.8133;1014;20221029;23.9;20.1;22;3.2;3.63;0;4.11;8908
+68074;42.82151;-.8133;1014;20221030;20.6;14;17.3;2;6.13;4.5;2.38;5879
+68074;42.82151;-.8133;1014;20221031;18.1;11.7;14.9;1.9;11.13;8.3;1.43;5901
+68074;42.82151;-.8133;1014;20221101;18.1;9.5;13.8;2.4;10.63;.1;1.61;10523
+68074;42.82151;-.8133;1014;20221102;18.4;8.8;13.6;2.5;8.63;.1;1.87;8817
+68074;42.82151;-.8133;1014;20221103;14.1;13.8;14;1.8;9.83;8.9;1.33;4202
+68074;42.82151;-.8133;1014;20221104;9.5;3.4;6.5;2.1;6.73;10.7;1;6150
+68074;42.82151;-.8133;1014;20221105;15.9;3.2;9.6;1.5;6.03;0;1.37;11207
+68074;42.82151;-.8133;1014;20221106;19;5.5;12.3;1.6;5.43;0;1.69;10777
+68074;42.82151;-.8133;1014;20221107;17.9;7.6;12.8;3.1;6.63;0;2.25;9784
+68074;42.82151;-.8133;1014;20221108;15.1;12.4;13.8;1.3;8.73;3;1.23;4366
+68074;42.82151;-.8133;1014;20221109;13.1;10.3;11.7;1.4;10.13;2.3;.91;4798
+68074;42.82151;-.8133;1014;20221110;16.7;3.9;10.3;1.7;7.23;0;1.31;10630
+68074;42.82151;-.8133;1014;20221111;17.9;7.8;12.9;3.5;8.33;.6;2.01;8484
+68074;42.82151;-.8133;1014;20221112;17.6;10.2;13.9;4.6;7.43;.1;2.68;8485
+68074;42.82151;-.8133;1014;20221113;19.5;10.2;14.9;2;7.33;0;1.75;10274
+68074;42.82151;-.8133;1014;20221114;11.9;10.6;11.3;1;9.23;2.2;.83;3703
+68074;42.82151;-.8133;1014;20221115;12.7;10.6;11.7;1.7;10.13;7.4;.91;3739
+68074;42.82151;-.8133;1014;20221116;11.6;6.1;8.9;1.6;9.03;2.1;.74;4004
+68074;42.82151;-.8133;1014;20221117;17.2;9.8;13.5;1.3;9.93;5.3;1.04;5549
+68074;42.82151;-.8133;1014;20221118;11.3;4.3;7.8;2;6.83;4.4;1;6774
+68074;42.82151;-.8133;1014;20221119;9;2.5;5.8;2;6.03;4.6;.88;8057
+68074;42.82151;-.8133;1014;20221120;11.1;.8;6;1.3;6.23;11.3;.78;6067
+68074;42.82151;-.8133;1014;20221121;8.5;4.7;6.6;2;7.43;34.8;.74;3442
+68074;42.82151;-.8133;1014;20221122;3.1;1.4;2.3;1;6.23;12.5;.42;3555
+68074;42.82151;-.8133;1014;20221123;12.4;2.5;7.5;1.4;8.53;7.6;.63;5772
+68074;42.82151;-.8133;1014;20221124;9.9;4.3;7.1;1.7;7.43;9.2;.76;3345
+68074;42.82151;-.8133;1014;20221125;10.7;6;8.4;1.8;7.53;4.5;.82;6757
+68074;42.82151;-.8133;1014;20221126;14.4;1.4;7.9;1.1;5.23;0;.84;8134
+68074;42.82151;-.8133;1014;20221127;16.3;4.6;10.5;1.5;4.33;4.8;1.23;8362
+68074;42.82151;-.8133;1014;20221128;10.1;4.5;7.3;2.7;7.13;21;.89;7743
+68074;42.82151;-.8133;1014;20221129;10.6;3.1;6.9;1.6;7.03;7.5;.68;7412
+68074;42.82151;-.8133;1014;20221130;11.7;1.7;6.7;1.7;5.63;0;.89;7366
+68074;42.82151;-.8133;1014;20221201;11.3;.1;5.7;1.4;5.03;0;.75;8571
+68074;42.82151;-.8133;1014;20221202;8.8;-.2;4.3;1.6;5.13;0;.71;7210
+68074;42.82151;-.8133;1014;20221203;2.2;.1;1.2;.8;5.53;3.1;.39;3113
+68074;42.82151;-.8133;1014;20221204;5.9;-1;2.5;1.7;5.33;0;.56;5626
+68074;42.82151;-.8133;1014;20221205;11.4;-.3;5.6;2.5;6.63;1.9;.84;5732
+68074;42.82151;-.8133;1014;20221206;10.9;6.4;8.7;1.6;8.63;.3;.67;3259
+68074;42.82151;-.8133;1014;20221207;11.7;2.9;7.3;1.1;7.43;.3;.54;6422
+68074;42.82151;-.8133;1014;20221208;9.2;6;7.6;1.7;7.63;20.5;.72;3023
+68074;42.82151;-.8133;1014;20221209;9.2;6.3;7.8;1.2;8.73;4.4;.51;3143
+68074;42.82151;-.8133;1014;20221210;6.4;2.4;4.4;1.3;5.43;0;.48;8088
+68074;42.82151;-.8133;1014;20221211;3;-3.6;-.3;.6;4.43;.9;.39;2983
+68074;42.82151;-.8133;1014;20221212;6.3;.5;3.4;1.6;7.13;16.3;.37;2972
+68074;42.82151;-.8133;1014;20221213;11.6;6.2;8.9;.9;10.43;17.1;.43;2962
+68074;42.82151;-.8133;1014;20221214;13.1;8.1;10.6;1.2;9.23;7.7;.59;6074
+68074;42.82151;-.8133;1014;20221215;10.3;7.5;8.9;.9;8.83;4.8;.55;3012
+68074;42.82151;-.8133;1014;20221216;9.3;5.5;7.4;1.1;8.03;1.9;.52;3734
+68074;42.82151;-.8133;1014;20221217;9.8;.7;5.3;1.4;6.83;0;.47;6703
+68074;42.82151;-.8133;1014;20221218;12.2;3;7.6;2.9;6.63;.7;1.01;7885
+68074;42.82151;-.8133;1014;20221219;15.2;6.3;10.8;2.2;6.13;.4;1.24;7681
+68074;42.82151;-.8133;1014;20221220;13.6;8.6;11.1;1.7;6.03;5.6;1.3;2926
+68074;42.82151;-.8133;1014;20221221;11.5;6.5;9;1.2;8.83;.3;.6;3124
+68074;42.82151;-.8133;1014;20221222;13.8;6.5;10.2;2;9.23;.2;.72;6359
+68074;42.82151;-.8133;1014;20221223;15.7;8.9;12.3;1.3;9.23;0;.77;5571
+68074;42.82151;-.8133;1014;20221224;17.9;6.9;12.4;1.6;7.43;0;1.02;7427
+68074;42.82151;-.8133;1014;20221225;15.3;9.7;12.5;1.9;7.13;0;1.09;7899
+68074;42.82151;-.8133;1014;20221226;16.7;8.8;12.8;1.3;7.63;.7;1;4797
+68074;42.82151;-.8133;1014;20221227;14.6;8.3;11.5;1;8.43;.1;.75;3944
+68074;42.82151;-.8133;1014;20221228;14.1;7.7;10.9;2.4;7.73;.2;1.06;7943
+68074;42.82151;-.8133;1014;20221229;9.5;6.8;8.2;1.9;8.63;14.5;.63;3033
+68074;42.82151;-.8133;1014;20221230;10.8;6.4;8.6;1.7;9.83;2.2;.5;2977
+68074;42.82151;-.8133;1014;20221231;16.7;8.5;12.6;3.2;7.43;0;1.67;7810
+68075;42.85342;-.51069;1421;20220101;17.7;8.3;13;2.9;4.42;0;2.36;8105
+68075;42.85342;-.51069;1421;20220102;16.7;8.6;12.6;1.9;6.02;0;1.59;6383
+68075;42.85342;-.51069;1421;20220103;14.3;5.2;9.7;2.5;7.22;0;1.4;7897
+68075;42.85342;-.51069;1421;20220104;13.4;6.4;9.9;3.1;6.72;14.5;1.76;6642
+68075;42.85342;-.51069;1421;20220105;2.6;-.9;.8;3;4.12;1.2;1.06;5447
+68075;42.85342;-.51069;1421;20220106;3.9;-5.9;-1;1.6;3.12;0;.73;8348
+68075;42.85342;-.51069;1421;20220107;6;-4.9;.5;2;4.02;4.4;.86;7910
+68075;42.85342;-.51069;1421;20220108;5.9;.1;3;2.5;6.02;13.1;.78;7677
+68075;42.85342;-.51069;1421;20220109;3;.8;1.9;2.7;7.52;57.6;.38;3145
+68075;42.85342;-.51069;1421;20220110;9.6;3.2;6.4;3.6;8.72;28.4;.9;5049
+68075;42.85342;-.51069;1421;20220111;8.9;4;6.4;3.8;4.12;0;2;8375
+68075;42.85342;-.51069;1421;20220112;11;.3;5.6;3.5;1.62;0;2.46;8710
+68075;42.85342;-.51069;1421;20220113;9.9;-3.2;3.3;2.8;2.52;0;1.77;8837
+68075;42.85342;-.51069;1421;20220114;8.7;-1.3;3.7;2.7;2.22;.1;1.74;8897
+68075;42.85342;-.51069;1421;20220115;7.6;-4.4;1.6;1.6;2.92;0;1.01;8959
+68075;42.85342;-.51069;1421;20220116;8.2;-5;1.6;1.4;3.12;0;.93;9095
+68075;42.85342;-.51069;1421;20220117;10.2;-2.7;3.7;1;3.32;0;.81;9017
+68075;42.85342;-.51069;1421;20220118;12.5;-2;5.2;.9;3.12;0;.83;9231
+68075;42.85342;-.51069;1421;20220119;7.7;-2.7;2.5;1.2;4.22;.3;.79;9302
+68075;42.85342;-.51069;1421;20220120;8.4;-1.7;3.3;2.4;4.72;2.8;1.2;9449
+68075;42.85342;-.51069;1421;20220121;6.9;-2.3;2.3;2.1;3.32;0;1.23;9525
+68075;42.85342;-.51069;1421;20220122;7.2;-6.4;.4;1.2;3.72;.1;.8;9602
+68075;42.85342;-.51069;1421;20220123;8.9;-3.9;2.5;1.9;4.02;0;1.16;9757
+68075;42.85342;-.51069;1421;20220124;9.4;-3.1;3.1;1.8;3.92;0;1.2;9840
+68075;42.85342;-.51069;1421;20220125;10;-3.1;3.4;2.1;4.02;0;1.35;10000
+68075;42.85342;-.51069;1421;20220126;12.2;-.1;6;2;3.32;0;1.63;10087
+68075;42.85342;-.51069;1421;20220127;13.6;-.4;6.6;1.9;2.62;0;1.74;10175
+68075;42.85342;-.51069;1421;20220128;14.2;-.2;7;1.1;2.62;0;1.22;10187
+68075;42.85342;-.51069;1421;20220129;15.8;2.5;9.1;1.8;2.82;0;1.85;10436
+68075;42.85342;-.51069;1421;20220130;15.8;3;9.4;1.3;3.32;0;1.46;10610
+68075;42.85342;-.51069;1421;20220131;11;.2;5.6;3.6;4.12;2.8;2.17;10706
+68075;42.85342;-.51069;1421;20220201;11.8;.5;6.1;4;5.22;0;2.15;8626
+68075;42.85342;-.51069;1421;20220202;18.5;-.3;9.1;1.9;4.12;0;2.05;10904
+68075;42.85342;-.51069;1421;20220203;17.6;6.5;12;2.5;3.02;0;2.63;11005
+68075;42.85342;-.51069;1421;20220204;11.2;1.1;6.1;1.3;5.12;.8;1.23;10530
+68075;42.85342;-.51069;1421;20220205;10.5;.5;5.5;1.2;5.52;.6;1.14;11296
+68075;42.85342;-.51069;1421;20220206;7.7;-3.9;1.9;1.1;4.42;0;.99;10982
+68075;42.85342;-.51069;1421;20220207;9.9;-2.1;3.9;2.5;4.72;1.6;1.59;9057
+68075;42.85342;-.51069;1421;20220208;15.9;-.3;7.8;2.2;3.72;0;2.2;11703
+68075;42.85342;-.51069;1421;20220209;15.3;2.5;8.9;3.1;3.82;0;2.72;11814
+68075;42.85342;-.51069;1421;20220210;13.7;.8;7.2;1.6;4.42;0;1.69;12013
+68075;42.85342;-.51069;1421;20220211;12.5;2.5;7.5;1.3;5.92;.3;1.4;10992
+68075;42.85342;-.51069;1421;20220212;10;.8;5.4;1.8;6.72;.3;1.24;8371
+68075;42.85342;-.51069;1421;20220213;7.8;3.8;5.8;2.3;7.22;12;1.17;5087
+68075;42.85342;-.51069;1421;20220214;4.8;-.9;1.9;1.6;6.42;8.9;.86;8095
+68075;42.85342;-.51069;1421;20220215;6.3;-1.6;2.3;2.1;5.72;2.7;1.2;12052
+68075;42.85342;-.51069;1421;20220216;10.5;.4;5.4;1.7;7.12;3.4;1.14;5268
+68075;42.85342;-.51069;1421;20220217;16.4;3.3;9.8;1.7;8.12;0;1.81;13013
+68075;42.85342;-.51069;1421;20220218;17;5.5;11.2;2.8;6.62;1.5;2.61;13135
+68075;42.85342;-.51069;1421;20220219;7.7;2;4.8;2.5;5.22;.8;1.7;11771
+68075;42.85342;-.51069;1421;20220220;11.8;-3.5;4.1;1.8;5.22;.3;1.67;13474
+68075;42.85342;-.51069;1421;20220221;11.2;1;6.1;2.7;4.62;.9;2.18;13221
+68075;42.85342;-.51069;1421;20220222;14.7;-1.1;6.8;2.3;3.72;0;2.44;13819
+68075;42.85342;-.51069;1421;20220223;14.9;.3;7.6;2;4.32;0;2.29;13945
+68075;42.85342;-.51069;1421;20220224;12.8;2.9;7.8;2.3;5.52;.7;2.17;13203
+68075;42.85342;-.51069;1421;20220225;10.5;-.7;4.9;1.3;5.22;.1;1.49;10603
+68075;42.85342;-.51069;1421;20220226;10.7;-1.3;4.7;1.8;5.62;0;1.73;14228
+68075;42.85342;-.51069;1421;20220227;10.2;2;6.1;1.5;6.82;.1;1.34;7254
+68075;42.85342;-.51069;1421;20220228;11.8;.7;6.2;2.2;6.62;0;1.75;10608
+68075;42.85342;-.51069;1421;20220301;14.9;-.4;7.2;1.5;4.72;.1;2.07;13510
+68075;42.85342;-.51069;1421;20220302;7.8;4.6;6.2;1.5;6.82;3.2;1.33;7281
+68075;42.85342;-.51069;1421;20220303;12;-1.7;5.1;1.5;6.72;6.3;1.69;14054
+68075;42.85342;-.51069;1421;20220304;7.4;3.4;5.4;6;4.62;1.8;2.8;11417
+68075;42.85342;-.51069;1421;20220305;7.2;-.1;3.5;1;4.42;0;1.24;6478
+68075;42.85342;-.51069;1421;20220306;4.2;-.3;1.9;1;5.82;1.1;.93;5822
+68075;42.85342;-.51069;1421;20220307;7.3;-2.5;2.4;2.5;5.72;2.2;1.47;10475
+68075;42.85342;-.51069;1421;20220308;3.3;1;2.1;2.2;6.32;0;1;6056
+68075;42.85342;-.51069;1421;20220309;9.9;-2;3.9;2.3;6.12;.1;1.79;13624
+68075;42.85342;-.51069;1421;20220310;7.6;3.5;5.5;2.2;7.12;5.4;1.35;6292
+68075;42.85342;-.51069;1421;20220311;5.7;5.2;5.4;2.6;7.42;19.4;1.3;6144
+68075;42.85342;-.51069;1421;20220312;9.9;1;5.4;1.6;6.62;1.4;1.72;12565
+68075;42.85342;-.51069;1421;20220313;7.4;1.9;4.6;3.1;5.42;12.3;2.01;11694
+68075;42.85342;-.51069;1421;20220314;7.7;.6;4.1;5;5.92;2.7;1.85;6339
+68075;42.85342;-.51069;1421;20220315;16.9;7.7;12.3;5.8;5.72;0;4.6;15292
+68075;42.85342;-.51069;1421;20220316;13.6;7.3;10.4;2.8;7.02;1.5;2.35;6469
+68075;42.85342;-.51069;1421;20220317;9.9;5.9;7.9;4.6;6.72;2.5;2.35;6534
+68075;42.85342;-.51069;1421;20220318;7.8;1.5;4.6;1.6;7.52;1.3;1.17;6599
+68075;42.85342;-.51069;1421;20220319;11;2.1;6.5;1.7;7.82;0;1.72;11493
+68075;42.85342;-.51069;1421;20220320;7.7;4.3;6;2.7;7.22;.8;1.54;6728
+68075;42.85342;-.51069;1421;20220321;8.9;5;6.9;3.9;6.92;.2;2.11;9065
+68075;42.85342;-.51069;1421;20220322;8.1;1.9;5;3.8;5.32;0;2.2;9256
+68075;42.85342;-.51069;1421;20220323;10.7;-.4;5.1;3.1;5.22;0;2.65;17484
+68075;42.85342;-.51069;1421;20220324;8.7;-.3;4.2;2.3;5.82;0;1.63;7448
+68075;42.85342;-.51069;1421;20220325;12.1;3.6;7.8;.9;7.52;0;1.78;11459
+68075;42.85342;-.51069;1421;20220326;13.7;.9;7.3;1.9;6.52;.2;2.43;15159
+68075;42.85342;-.51069;1421;20220327;11.6;1.5;6.5;2.4;6.92;0;2.12;12099
+68075;42.85342;-.51069;1421;20220328;13.1;4.1;8.6;4.2;5.02;0;3.58;16190
+68075;42.85342;-.51069;1421;20220329;15.1;5.7;10.4;1.1;7.22;1.1;2.06;10381
+68075;42.85342;-.51069;1421;20220330;11.8;3.5;7.6;3.4;7.02;3.5;2.92;19373
+68075;42.85342;-.51069;1421;20220331;8.4;.9;4.6;2.9;5.12;4.8;2.43;15431
+68075;42.85342;-.51069;1421;20220401;.6;-3.4;-1.4;3.9;3.12;8.8;1.96;14210
+68075;42.85342;-.51069;1421;20220402;.9;-5;-2.1;3.3;2.92;.2;2.05;18278
+68075;42.85342;-.51069;1421;20220403;1.8;-5.6;-1.9;4.2;2.52;0;2.4;20201
+68075;42.85342;-.51069;1421;20220404;8.8;-7.3;.7;1.8;3.52;0;2.43;20316
+68075;42.85342;-.51069;1421;20220405;12.5;-3.8;4.3;1.6;4.42;0;2.74;20308
+68075;42.85342;-.51069;1421;20220406;13.9;-1.2;6.3;1.5;5.22;0;2.66;17479
+68075;42.85342;-.51069;1421;20220407;15;.4;7.7;1.7;6.22;0;2.89;18808
+68075;42.85342;-.51069;1421;20220408;13.9;5.3;9.6;1.9;7.02;2.7;2.69;14589
+68075;42.85342;-.51069;1421;20220409;10.1;2.3;6.2;3.2;4.42;.1;3.33;20870
+68075;42.85342;-.51069;1421;20220410;16.3;-.9;7.7;2.5;4.92;0;3.63;21102
+68075;42.85342;-.51069;1421;20220411;18.8;7.7;13.2;5.2;6.82;1.6;5.12;20958
+68075;42.85342;-.51069;1421;20220412;8;7.4;7.7;3.3;8.42;15.6;1.89;9033
+68075;42.85342;-.51069;1421;20220413;9.8;4.5;7.1;1.4;9.22;2.2;1.46;8340
+68075;42.85342;-.51069;1421;20220414;17.4;4.1;10.7;2.1;9.22;0;3.13;18488
+68075;42.85342;-.51069;1421;20220415;20.5;6.9;13.7;2.3;9.32;0;4.02;21869
+68075;42.85342;-.51069;1421;20220416;21.6;6.3;13.9;2.4;8.42;0;4.3;22095
+68075;42.85342;-.51069;1421;20220417;21.4;4.9;13.1;1.8;7.52;0;4.04;22193
+68075;42.85342;-.51069;1421;20220418;18.6;4.2;11.4;1.6;8.42;0;3.38;19990
+68075;42.85342;-.51069;1421;20220419;6.4;5.6;6;1;8.62;27.8;1.4;8549
+68075;42.85342;-.51069;1421;20220420;9.8;.9;5.3;2.3;7.02;7.2;2.34;16567
+68075;42.85342;-.51069;1421;20220421;12.4;.2;6.3;3.3;6.62;0;3.2;22053
+68075;42.85342;-.51069;1421;20220422;11.5;2.8;7.1;3.7;6.92;23.8;2.93;17233
+68075;42.85342;-.51069;1421;20220423;3.3;2.1;2.7;1.9;7.12;18.6;1.27;9019
+68075;42.85342;-.51069;1421;20220424;11.4;-.1;5.6;2;7.12;1.3;2.23;14135
+68075;42.85342;-.51069;1421;20220425;15.8;1.4;8.6;2.4;6.52;0;3.59;21617
+68075;42.85342;-.51069;1421;20220426;19.3;5.6;12.4;3.2;7.52;0;4.45;21828
+68075;42.85342;-.51069;1421;20220427;14.5;8.6;11.5;2.2;8.22;4.4;2.76;11838
+68075;42.85342;-.51069;1421;20220428;15.7;6.3;11;1.7;10.02;.4;2.84;16611
+68075;42.85342;-.51069;1421;20220429;19.3;5;12.1;1.6;10.42;.1;3.56;21404
+68075;42.85342;-.51069;1421;20220430;18.7;5.2;11.9;2.8;7.72;0;4.37;23714
+68075;42.85342;-.51069;1421;20220501;18.9;4.1;11.5;1.6;7.12;1.1;3.97;23526
+68075;42.85342;-.51069;1421;20220502;12;4.5;8.2;1.2;9.52;8.7;1.8;10123
+68075;42.85342;-.51069;1421;20220503;10.4;4.5;7.4;1.1;10.12;4.1;1.58;9640
+68075;42.85342;-.51069;1421;20220504;14.7;4.8;9.7;3.2;8.72;1.9;3;15520
+68075;42.85342;-.51069;1421;20220505;13;3.1;8;4.2;6.62;0;3.91;24343
+68075;42.85342;-.51069;1421;20220506;13.8;8;10.9;4.6;6.42;1;4.47;21616
+68075;42.85342;-.51069;1421;20220507;16.8;5.8;11.3;4.2;6.52;0;4.81;23944
+68075;42.85342;-.51069;1421;20220508;18.3;4.7;11.5;2.5;7.12;0;4.22;22405
+68075;42.85342;-.51069;1421;20220509;20.5;7.8;14.1;2.8;8.72;.1;4.22;18454
+68075;42.85342;-.51069;1421;20220510;22.5;9;15.7;3.6;8.52;.1;5.6;25067
+68075;42.85342;-.51069;1421;20220511;25.1;11.2;18.1;3.1;8.62;.1;5.88;24591
+68075;42.85342;-.51069;1421;20220512;23;12.3;17.6;2;9.02;0;4.89;23038
+68075;42.85342;-.51069;1421;20220513;23.6;9.1;16.3;2.2;8.52;0;5.16;25108
+68075;42.85342;-.51069;1421;20220514;24.1;12.2;18.1;2.7;9.12;1.4;5.08;20049
+68075;42.85342;-.51069;1421;20220515;22.8;12;17.4;3.2;9.72;1.1;5.07;20231
+68075;42.85342;-.51069;1421;20220516;23.5;11.6;17.5;2.5;10.22;0;5.33;25402
+68075;42.85342;-.51069;1421;20220517;25.2;13.5;19.3;2.9;9.72;0;5.9;25047
+68075;42.85342;-.51069;1421;20220518;25.9;12.8;19.3;2.2;10.22;1;5.29;22933
+68075;42.85342;-.51069;1421;20220519;26.6;17.2;21.9;2.8;9.42;.2;6.34;25277
+68075;42.85342;-.51069;1421;20220520;26.3;17.3;21.8;2.6;7.72;0;5.8;20583
+68075;42.85342;-.51069;1421;20220521;30.6;17;23.8;2.4;8.12;0;6.58;25229
+68075;42.85342;-.51069;1421;20220522;27.2;18.7;22.9;3.4;8.52;1.8;6.01;15778
+68075;42.85342;-.51069;1421;20220523;19.4;9.5;14.4;1.9;10.82;.5;4.2;23004
+68075;42.85342;-.51069;1421;20220524;12.5;5.9;9.2;1.8;8.52;6.9;2.21;10410
+68075;42.85342;-.51069;1421;20220525;13.1;4.7;8.9;4.6;6.52;1.9;4.4;26066
+68075;42.85342;-.51069;1421;20220526;20.1;4.2;12.1;2.4;7.62;0;4.79;26238
+68075;42.85342;-.51069;1421;20220527;24.7;6.9;15.8;2.4;7.62;0;5.59;26272
+68075;42.85342;-.51069;1421;20220528;26.8;11;18.9;2.2;7.32;0;5.95;26305
+68075;42.85342;-.51069;1421;20220529;25.7;9.4;17.5;1.6;8.52;.5;5.14;24974
+68075;42.85342;-.51069;1421;20220530;23.8;9.9;16.8;1.8;9.02;2.5;4.6;20915
+68075;42.85342;-.51069;1421;20220531;23.2;11.6;17.4;2.4;11.22;.1;4.6;19986
+68075;42.85342;-.51069;1421;20220601;25.4;14.9;20.1;2.2;9.82;.4;5.49;23284
+68075;42.85342;-.51069;1421;20220602;25.7;13.4;19.5;3.2;11.12;3.7;5.6;21124
+68075;42.85342;-.51069;1421;20220603;25.8;13;19.4;3.1;10.92;3.1;5.58;21283
+68075;42.85342;-.51069;1421;20220604;24.7;11.9;18.3;2.8;11.82;11.7;4.77;18573
+68075;42.85342;-.51069;1421;20220605;23.1;8.2;15.6;1.7;10.52;0;4.77;25011
+68075;42.85342;-.51069;1421;20220606;23.6;12.4;18;2;9.72;.8;4.76;20794
+68075;42.85342;-.51069;1421;20220607;24.5;10.7;17.6;1.7;9.92;0;5.23;26140
+68075;42.85342;-.51069;1421;20220608;21.2;13.6;17.4;1.9;10.62;1.2;4.31;19459
+68075;42.85342;-.51069;1421;20220609;22.3;9.6;15.9;3.3;7.62;0;5.92;26719
+68075;42.85342;-.51069;1421;20220610;29.9;10.6;20.2;2.2;6.22;0;6.46;26596
+68075;42.85342;-.51069;1421;20220611;30.7;16.4;23.5;3.5;9.52;.3;7.29;23736
+68075;42.85342;-.51069;1421;20220612;28.8;13.5;21.1;2.9;11.52;1.3;5.77;20054
+68075;42.85342;-.51069;1421;20220613;30.8;15.8;23.3;2.6;10.62;.1;6.73;25671
+68075;42.85342;-.51069;1421;20220614;31.6;18.9;25.2;2.8;11.02;1.6;6.39;19797
+68075;42.85342;-.51069;1421;20220615;33.4;17.2;25.3;3;9.32;0;7.73;26917
+68075;42.85342;-.51069;1421;20220616;34.2;20.6;27.4;2.7;9.72;0;7.15;22682
+68075;42.85342;-.51069;1421;20220617;34.4;19.8;27.1;2.9;10.42;0;7.6;25148
+68075;42.85342;-.51069;1421;20220618;33.9;21.4;27.6;4.2;9.62;0;9.03;26792
+68075;42.85342;-.51069;1421;20220619;26.6;21.9;24.2;5.8;8.82;2.3;8.45;21459
+68075;42.85342;-.51069;1421;20220620;26.8;15.2;21;3.7;11.82;0;6.18;21870
+68075;42.85342;-.51069;1421;20220621;25.1;15.9;20.5;3.1;12.72;4;5.07;17766
+68075;42.85342;-.51069;1421;20220622;21.7;13.3;17.5;3.3;11.92;0;4.62;18448
+68075;42.85342;-.51069;1421;20220623;22.4;11.8;17.1;2.8;10.22;2.2;4.47;16804
+68075;42.85342;-.51069;1421;20220624;21;10.2;15.6;1.7;10.02;0;4.03;19124
+68075;42.85342;-.51069;1421;20220625;21.9;12.4;17.1;2.5;9.42;1.4;3.94;12557
+68075;42.85342;-.51069;1421;20220626;20.5;10;15.2;1.8;12.62;6.5;3.33;15559
+68075;42.85342;-.51069;1421;20220627;20.4;9.7;15;1.6;12.02;1.3;3.87;20197
+68075;42.85342;-.51069;1421;20220628;23.9;7.2;15.5;1.8;8.92;.1;5.19;26882
+68075;42.85342;-.51069;1421;20220629;26.5;11.8;19.1;2.5;8.32;.4;5.69;22363
+68075;42.85342;-.51069;1421;20220630;19.3;10.9;15.1;1.3;11.72;1;3.33;16616
+68075;42.85342;-.51069;1421;20220701;24.3;4.7;14.5;1.6;6.62;0;5.14;26705
+68075;42.85342;-.51069;1421;20220702;30.7;14.2;22.4;3.2;8.32;.1;7.38;26552
+68075;42.85342;-.51069;1421;20220703;31.1;15.3;23.2;2.5;12.92;3.1;5.72;19578
+68075;42.85342;-.51069;1421;20220704;27.5;12.8;20.1;1.9;13.62;.1;5.4;24879
+68075;42.85342;-.51069;1421;20220705;28.8;12.5;20.6;1.3;13.02;3.4;5.36;25950
+68075;42.85342;-.51069;1421;20220706;16.9;15;15.9;1.8;15.82;6.6;2.34;10395
+68075;42.85342;-.51069;1421;20220707;21.4;8.8;15.1;3.3;12.05;0;5.72;25319
+68075;42.85342;-.51069;1421;20220708;24.8;10.1;17.4;2.3;11.58;.1;6.26;27332
+68075;42.85342;-.51069;1421;20220709;28.2;11;19.6;1.8;13.15;.1;6.22;28461
+68075;42.85342;-.51069;1421;20220710;29.1;14.3;21.7;1.2;14.51;.1;5.79;27723
+68075;42.85342;-.51069;1421;20220711;29.7;15.6;22.6;1.2;15.45;.5;5.63;26020
+68075;42.85342;-.51069;1421;20220712;32.4;18.5;25.4;2.8;12.02;0;7.12;25907
+68075;42.85342;-.51069;1421;20220713;33.8;17.1;25.4;2.5;8.82;0;7.2;26283
+68075;42.85342;-.51069;1421;20220714;33.7;17;25.3;2.6;7.52;.1;7.34;26250
+68075;42.85342;-.51069;1421;20220715;33.7;17.7;25.7;2.2;8.02;0;6.91;26216
+68075;42.85342;-.51069;1421;20220716;35.1;19.3;27.2;2.9;6.92;0;7.88;26044
+68075;42.85342;-.51069;1421;20220717;36;20;28;2.9;7.72;0;7.97;26007
+68075;42.85342;-.51069;1421;20220718;34.8;21.4;28.1;2.8;9.82;.2;7.66;25968
+68075;42.85342;-.51069;1421;20220719;32.1;22.1;27.1;2.8;10.12;7.1;7.08;23765
+68075;42.85342;-.51069;1421;20220720;26.7;12.2;19.4;1.2;15.38;0;5.27;24952
+68075;42.85342;-.51069;1421;20220721;30.4;13.8;22.1;1.2;14.68;.1;5.7;26880
+68075;42.85342;-.51069;1421;20220722;31.3;19.4;25.3;2;12.32;1.1;6.14;24450
+68075;42.85342;-.51069;1421;20220723;30.5;12.6;21.5;1.6;13.52;0;5.6;25752
+68075;42.85342;-.51069;1421;20220724;33.5;17.4;25.4;2.4;10.92;.1;6.81;25435
+68075;42.85342;-.51069;1421;20220725;29.8;17.8;23.8;1.6;11.72;.6;5.71;25251
+68075;42.85342;-.51069;1421;20220726;27.5;10.5;19;1.5;11.02;.8;5.17;25469
+68075;42.85342;-.51069;1421;20220727;27.4;7.5;17.4;1.2;8.92;0;4.89;25283
+68075;42.85342;-.51069;1421;20220728;28;14.4;21.2;1.4;11.62;5.1;4.52;19469
+68075;42.85342;-.51069;1421;20220729;19;16.3;17.6;1;15.32;4;2.37;10057
+68075;42.85342;-.51069;1421;20220730;24.8;11.5;18.1;1.2;16.35;.2;5.1;25556
+68075;42.85342;-.51069;1421;20220731;26.9;12.9;19.9;1.3;16.91;0;5.35;25782
+68075;42.85342;-.51069;1421;20220801;30.9;15;22.9;1.5;14.42;0;5.43;24732
+68075;42.85342;-.51069;1421;20220802;33.2;16;24.6;2.1;10.52;0;6.33;24937
+68075;42.85342;-.51069;1421;20220803;31.8;19.9;25.8;2.8;10.72;.6;6.49;21287
+68075;42.85342;-.51069;1421;20220804;33.4;18.1;25.7;2.3;11.02;2.5;6.52;24544
+68075;42.85342;-.51069;1421;20220805;31.7;16.3;24;1.9;11.22;.1;5.88;24345
+68075;42.85342;-.51069;1421;20220806;31.5;14.8;23.1;2;13.12;0;5.69;23484
+68075;42.85342;-.51069;1421;20220807;31.6;18.5;25;2.8;13.82;1.4;5.86;19062
+68075;42.85342;-.51069;1421;20220808;30.6;16.1;23.3;2;12.82;4.4;5.31;20845
+68075;42.85342;-.51069;1421;20220809;30.7;14.9;22.8;1.4;15.78;1.6;4.93;22382
+68075;42.85342;-.51069;1421;20220810;32;17;24.5;2.7;12.12;.8;6.28;22548
+68075;42.85342;-.51069;1421;20220811;31.9;18.5;25.2;2.4;10.22;0;6.16;22345
+68075;42.85342;-.51069;1421;20220812;33.5;20.1;26.8;2.3;9.92;0;6.43;23578
+68075;42.85342;-.51069;1421;20220813;31.8;20.1;25.9;3;10.82;.8;6.42;19979
+68075;42.85342;-.51069;1421;20220814;26.7;16.8;21.7;2.9;9.72;.3;5.7;20948
+68075;42.85342;-.51069;1421;20220815;26.2;11.1;18.6;1.7;8.32;.1;4.88;23339
+68075;42.85342;-.51069;1421;20220816;26.4;17;21.7;2.2;10.62;4;4.62;16391
+68075;42.85342;-.51069;1421;20220817;22.8;9.9;16.3;2.3;10.72;1.4;4.44;21880
+68075;42.85342;-.51069;1421;20220818;19;9.6;14.3;2.6;10.12;6.5;3.64;17027
+68075;42.85342;-.51069;1421;20220819;25.8;8.2;17;2;10.12;5.9;4.73;22998
+68075;42.85342;-.51069;1421;20220820;28.8;12.1;20.4;2;8.62;1.6;5.28;22909
+68075;42.85342;-.51069;1421;20220821;27.4;15.1;21.2;2;8.62;.1;5.18;22435
+68075;42.85342;-.51069;1421;20220822;26.3;10.7;18.5;2.3;11.22;.7;4.9;22599
+68075;42.85342;-.51069;1421;20220823;29;12.9;20.9;1.8;12.22;0;4.76;20979
+68075;42.85342;-.51069;1421;20220824;31.8;17.1;24.4;3;12.82;0;5.93;19494
+68075;42.85342;-.51069;1421;20220825;27.9;16.6;22.2;2;13.02;1.3;3.97;13085
+68075;42.85342;-.51069;1421;20220826;27.4;12;19.7;1.6;12.92;.5;4.42;21460
+68075;42.85342;-.51069;1421;20220827;27.3;11.7;19.5;1.9;11.12;.1;4.66;21488
+68075;42.85342;-.51069;1421;20220828;29.8;15.6;22.7;2.7;9.42;.7;5.8;21765
+68075;42.85342;-.51069;1421;20220829;28.4;13.7;21;3.1;11.92;10.4;4.97;15798
+68075;42.85342;-.51069;1421;20220830;27.3;13.3;20.3;2.2;12.32;0;4.76;21188
+68075;42.85342;-.51069;1421;20220831;26.9;16.3;21.6;1.6;12.72;4.7;3.48;12408
+68075;42.85342;-.51069;1421;20220901;26.2;13;19.6;2.2;12.42;.2;4.44;19868
+68075;42.85342;-.51069;1421;20220902;25.4;15;20.2;1.7;13.22;2.5;3.74;16321
+68075;42.85342;-.51069;1421;20220903;22.7;11.3;17;1.6;12.92;.2;3.17;15250
+68075;42.85342;-.51069;1421;20220904;24.6;14.2;19.4;2.5;10.92;.3;4.51;19315
+68075;42.85342;-.51069;1421;20220905;25.9;16.4;21.1;2.6;12.92;4.4;4.57;18359
+68075;42.85342;-.51069;1421;20220906;25.2;14.2;19.7;2.5;13.42;.5;4.17;17772
+68075;42.85342;-.51069;1421;20220907;21.9;11.9;16.9;1.6;9.12;0;3.3;14654
+68075;42.85342;-.51069;1421;20220908;22.6;10.4;16.5;1.9;9.42;.5;3.69;17568
+68075;42.85342;-.51069;1421;20220909;22.5;12.6;17.5;2;9.32;.3;4;19499
+68075;42.85342;-.51069;1421;20220910;26.7;9.8;18.2;1.7;7.92;0;4.16;19743
+68075;42.85342;-.51069;1421;20220911;30;15.4;22.7;2.6;10.12;0;5.15;18441
+68075;42.85342;-.51069;1421;20220912;28.9;18.7;23.8;2.1;11.92;7.7;4.17;13606
+68075;42.85342;-.51069;1421;20220913;20;14.5;17.2;2.2;14.52;17.7;2.35;8226
+68075;42.85342;-.51069;1421;20220914;20.7;13.4;17;2;12.82;.2;2.97;13540
+68075;42.85342;-.51069;1421;20220915;22.7;12.1;17.4;1.7;12.12;3.8;3.13;14844
+68075;42.85342;-.51069;1421;20220916;22.3;10;16.1;1.6;11.52;.9;3.34;18799
+68075;42.85342;-.51069;1421;20220917;22.7;5.8;14.2;1.5;8.52;0;3.31;18562
+68075;42.85342;-.51069;1421;20220918;23.5;9.8;16.6;1.7;8.92;0;3.57;18441
+68075;42.85342;-.51069;1421;20220919;25.5;9.2;17.3;1.8;7.82;0;3.83;18318
+68075;42.85342;-.51069;1421;20220920;23.9;9;16.4;1.2;6.92;.1;3.23;18082
+68075;42.85342;-.51069;1421;20220921;22.6;8.3;15.4;1.6;8.02;0;3.34;17958
+68075;42.85342;-.51069;1421;20220922;22.3;9.6;15.9;2.5;9.02;0;3.76;17609
+68075;42.85342;-.51069;1421;20220923;18.5;11.1;14.8;2.8;11.62;4.8;2.58;9668
+68075;42.85342;-.51069;1421;20220924;16.2;8;12.1;1.9;10.12;2.2;2.22;11586
+68075;42.85342;-.51069;1421;20220925;16.7;3;9.8;1.9;7.32;.3;2.71;17126
+68075;42.85342;-.51069;1421;20220926;16;2.8;9.4;2;7.22;2.9;2.63;16562
+68075;42.85342;-.51069;1421;20220927;15.2;6.7;10.9;2;9.72;9;2.13;11964
+68075;42.85342;-.51069;1421;20220928;12.5;8.4;10.4;2;11.12;15.5;1.54;8286
+68075;42.85342;-.51069;1421;20220929;10.1;6.8;8.4;1.8;9.52;16.1;1.48;8965
+68075;42.85342;-.51069;1421;20220930;12.3;2.3;7.3;2;6.82;1.7;2.2;15745
+68075;42.85342;-.51069;1421;20221001;20.3;3.9;12.1;1.9;8.22;0;2.85;16368
+68075;42.85342;-.51069;1421;20221002;24.1;9.8;16.9;2.7;9.12;0;3.8;16241
+68075;42.85342;-.51069;1421;20221003;25;11.2;18.1;2.4;8.72;0;3.76;16007
+68075;42.85342;-.51069;1421;20221004;24.2;9.4;16.8;1.7;7.22;.1;3.19;15880
+68075;42.85342;-.51069;1421;20221005;23.5;11.2;17.3;2.5;9.02;.1;3.58;15648
+68075;42.85342;-.51069;1421;20221006;20.7;8.5;14.6;1.3;10.92;.1;2.27;13251
+68075;42.85342;-.51069;1421;20221007;19.5;9.5;14.5;2.4;11.82;1.9;2.43;11806
+68075;42.85342;-.51069;1421;20221008;21.7;8.1;14.9;1.7;11.62;1;2.41;13026
+68075;42.85342;-.51069;1421;20221009;21.2;10.5;15.8;2.5;11.12;.7;2.86;13419
+68075;42.85342;-.51069;1421;20221010;18.9;10.4;14.6;2.7;11.32;1.5;2.27;7178
+68075;42.85342;-.51069;1421;20221011;16.9;9.2;13;1.4;11.82;1.6;1.54;7205
+68075;42.85342;-.51069;1421;20221012;18.6;7.6;13.1;1.4;11.02;1;1.92;11488
+68075;42.85342;-.51069;1421;20221013;18.8;8.8;13.8;1.3;10.52;.1;2.07;13547
+68075;42.85342;-.51069;1421;20221014;21.1;12;16.5;2.5;10.12;.2;2.89;12159
+68075;42.85342;-.51069;1421;20221015;23.2;11.5;17.3;2.5;7.92;0;3.36;14181
+68075;42.85342;-.51069;1421;20221016;22.2;14.8;18.5;2.8;9.22;.4;3.42;13382
+68075;42.85342;-.51069;1421;20221017;20;13.7;16.8;3.7;11.02;6.9;3.07;8391
+68075;42.85342;-.51069;1421;20221018;24.7;10.3;17.5;2.6;11.12;0;3.08;12290
+68075;42.85342;-.51069;1421;20221019;21.9;14.8;18.3;2.6;10.72;15.9;2.84;7848
+68075;42.85342;-.51069;1421;20221020;14.9;10.7;12.8;3.4;11.42;13.9;1.8;4966
+68075;42.85342;-.51069;1421;20221021;13.5;10.7;12.1;2.1;11.52;5.9;1.36;4908
+68075;42.85342;-.51069;1421;20221022;15.4;10;12.7;2.4;10.82;2.2;1.7;6046
+68075;42.85342;-.51069;1421;20221023;16.6;13.8;15.2;4.7;10.02;5.7;3.03;5797
+68075;42.85342;-.51069;1421;20221024;16.2;11.8;14;2.2;10.12;.3;1.94;7183
+68075;42.85342;-.51069;1421;20221025;19;10.2;14.6;2.2;8.92;1.7;2.2;5849
+68075;42.85342;-.51069;1421;20221026;20.3;12.7;16.5;1.4;8.72;.4;1.98;8372
+68075;42.85342;-.51069;1421;20221027;21.6;14.8;18.2;2.6;7.62;.1;3.05;5100
+68075;42.85342;-.51069;1421;20221028;22.1;15.1;18.6;2.4;6.42;.1;3.09;6009
+68075;42.85342;-.51069;1421;20221029;21.5;17.7;19.6;3.2;3.52;0;4.11;8908
+68075;42.85342;-.51069;1421;20221030;18.2;11.6;14.9;2;6.02;5.5;2.38;5879
+68075;42.85342;-.51069;1421;20221031;15.7;9.3;12.5;1.9;11.02;11.4;1.43;5901
+68075;42.85342;-.51069;1421;20221101;15.7;7.1;11.4;2.4;10.52;.1;1.61;10523
+68075;42.85342;-.51069;1421;20221102;16;6.4;11.2;2.5;8.52;.4;1.87;8817
+68075;42.85342;-.51069;1421;20221103;11.7;11.4;11.5;1.8;9.72;12.3;1.33;4202
+68075;42.85342;-.51069;1421;20221104;7.1;1;4;2.1;6.62;17.3;1;6150
+68075;42.85342;-.51069;1421;20221105;13.5;.8;7.1;1.5;5.92;0;1.37;11207
+68075;42.85342;-.51069;1421;20221106;16.6;3.1;9.8;1.6;5.32;0;1.69;10777
+68075;42.85342;-.51069;1421;20221107;15.5;5.2;10.3;3.1;6.52;0;2.25;9784
+68075;42.85342;-.51069;1421;20221108;12.7;10;11.3;1.3;8.62;4.2;1.23;4366
+68075;42.85342;-.51069;1421;20221109;10.7;7.9;9.3;1.4;10.02;3.2;.91;4798
+68075;42.85342;-.51069;1421;20221110;14.3;1.5;7.9;1.7;7.12;0;1.31;10630
+68075;42.85342;-.51069;1421;20221111;15.5;5.4;10.4;3.5;8.22;.6;2.01;8484
+68075;42.85342;-.51069;1421;20221112;15.2;7.8;11.5;4.6;7.32;.1;2.68;8485
+68075;42.85342;-.51069;1421;20221113;17.1;7.8;12.4;2;7.22;0;1.75;10274
+68075;42.85342;-.51069;1421;20221114;9.5;8.2;8.8;1;9.12;2.6;.83;3703
+68075;42.85342;-.51069;1421;20221115;10.3;8.2;9.2;1.7;10.02;9.8;.91;3739
+68075;42.85342;-.51069;1421;20221116;9.2;3.7;6.4;1.6;8.92;2.3;.74;4004
+68075;42.85342;-.51069;1421;20221117;14.8;7.4;11.1;1.3;9.82;4;1.04;5549
+68075;42.85342;-.51069;1421;20221118;8.9;1.9;5.4;2;6.72;3.8;1;6774
+68075;42.85342;-.51069;1421;20221119;6.6;.1;3.3;2;5.92;4.2;.88;8057
+68075;42.85342;-.51069;1421;20221120;8.7;-1.6;3.5;1.3;6.12;11.4;.78;6067
+68075;42.85342;-.51069;1421;20221121;6.1;2.3;4.2;2;7.32;36.3;.74;3442
+68075;42.85342;-.51069;1421;20221122;.7;-1;-.2;1;6.12;22.9;.42;3555
+68075;42.85342;-.51069;1421;20221123;10;.1;5;1.4;8.42;9.4;.63;5772
+68075;42.85342;-.51069;1421;20221124;7.5;1.9;4.7;1.7;7.32;11.6;.76;3345
+68075;42.85342;-.51069;1421;20221125;8.3;3.6;5.9;1.8;7.42;5.1;.82;6757
+68075;42.85342;-.51069;1421;20221126;12;-1;5.5;1.1;5.12;0;.84;8134
+68075;42.85342;-.51069;1421;20221127;13.9;2.2;8;1.5;4.22;3.9;1.23;8362
+68075;42.85342;-.51069;1421;20221128;7.7;2.1;4.9;2.7;7.02;18.4;.89;7743
+68075;42.85342;-.51069;1421;20221129;8.2;.7;4.4;1.6;6.92;5.7;.68;7412
+68075;42.85342;-.51069;1421;20221130;9.3;-.7;4.3;1.7;5.52;0;.89;7366
+68075;42.85342;-.51069;1421;20221201;8.9;-2.3;3.3;1.4;4.92;0;.75;8571
+68075;42.85342;-.51069;1421;20221202;6.4;-2.6;1.9;1.6;5.02;0;.71;7210
+68075;42.85342;-.51069;1421;20221203;-.2;-2.3;-1.3;.8;5.42;3;.39;3113
+68075;42.85342;-.51069;1421;20221204;3.5;-3.4;0;1.7;5.22;0;.56;5626
+68075;42.85342;-.51069;1421;20221205;9;-2.7;3.1;2.5;6.52;3.6;.84;5732
+68075;42.85342;-.51069;1421;20221206;8.5;4;6.2;1.6;8.52;.2;.67;3259
+68075;42.85342;-.51069;1421;20221207;9.3;.5;4.9;1.1;7.32;.4;.54;6422
+68075;42.85342;-.51069;1421;20221208;6.8;3.6;5.2;1.7;7.52;21.2;.72;3023
+68075;42.85342;-.51069;1421;20221209;6.8;3.9;5.3;1.2;8.62;4.7;.51;3143
+68075;42.85342;-.51069;1421;20221210;4;0;2;1.3;5.32;0;.48;8088
+68075;42.85342;-.51069;1421;20221211;.6;-6;-2.7;.6;4.32;.9;.39;2983
+68075;42.85342;-.51069;1421;20221212;3.9;-1.9;1;1.6;7.02;22.4;.37;2972
+68075;42.85342;-.51069;1421;20221213;9.2;3.8;6.5;.9;10.32;15.7;.43;2962
+68075;42.85342;-.51069;1421;20221214;10.7;5.7;8.2;1.2;9.12;10.6;.59;6074
+68075;42.85342;-.51069;1421;20221215;7.9;5.1;6.5;.9;8.72;4.3;.55;3012
+68075;42.85342;-.51069;1421;20221216;6.9;3.1;5;1.1;7.92;3.1;.52;3734
+68075;42.85342;-.51069;1421;20221217;7.4;-1.7;2.8;1.4;6.72;0;.47;6703
+68075;42.85342;-.51069;1421;20221218;9.8;.6;5.2;2.9;6.52;.3;1.01;7885
+68075;42.85342;-.51069;1421;20221219;12.8;3.9;8.3;2.2;6.02;.1;1.24;7681
+68075;42.85342;-.51069;1421;20221220;11.2;6.2;8.7;1.7;5.92;8;1.3;2926
+68075;42.85342;-.51069;1421;20221221;9.1;4.1;6.6;1.2;8.72;.3;.6;3124
+68075;42.85342;-.51069;1421;20221222;11.4;4.1;7.7;2;9.12;.1;.72;6359
+68075;42.85342;-.51069;1421;20221223;13.3;6.5;9.9;1.3;9.12;0;.77;5571
+68075;42.85342;-.51069;1421;20221224;15.5;4.5;10;1.6;7.32;0;1.02;7427
+68075;42.85342;-.51069;1421;20221225;12.9;7.3;10.1;1.9;7.02;0;1.09;7899
+68075;42.85342;-.51069;1421;20221226;14.3;6.4;10.3;1.3;7.52;0;1;4797
+68075;42.85342;-.51069;1421;20221227;12.2;5.9;9;1;8.32;.3;.75;3944
+68075;42.85342;-.51069;1421;20221228;11.7;5.3;8.5;2.4;7.62;.5;1.06;7943
+68075;42.85342;-.51069;1421;20221229;7.1;4.4;5.7;1.9;8.52;15.2;.63;3033
+68075;42.85342;-.51069;1421;20221230;8.4;4;6.2;1.7;9.72;3.4;.5;2977
+68075;42.85342;-.51069;1421;20221231;14.3;6.1;10.2;3.2;7.32;0;1.67;7810
+68076;42.88444;-.2078;1401;20220101;15.7;8.4;12;2.9;4.43;0;2.36;8105
+68076;42.88444;-.2078;1401;20220102;14.1;8.3;11.2;1.9;6.03;0;1.59;6383
+68076;42.88444;-.2078;1401;20220103;12.1;5.8;8.9;2.5;7.23;0;1.4;7897
+68076;42.88444;-.2078;1401;20220104;12.1;6;9.1;3.1;6.73;15.6;1.76;6642
+68076;42.88444;-.2078;1401;20220105;2.7;-.8;1;3;4.13;1.9;1.06;5447
+68076;42.88444;-.2078;1401;20220106;2.1;-6;-2;1.6;3.13;0;.73;8348
+68076;42.88444;-.2078;1401;20220107;4.3;-4.2;.1;2;4.03;5.5;.86;7910
+68076;42.88444;-.2078;1401;20220108;4.6;-1.3;1.6;2.5;6.03;13.6;.78;7677
+68076;42.88444;-.2078;1401;20220109;3.7;.2;2;2.7;7.53;63.5;.38;3145
+68076;42.88444;-.2078;1401;20220110;8.3;3.6;5.9;3.6;8.73;38.9;.9;5049
+68076;42.88444;-.2078;1401;20220111;6.7;2.5;4.6;3.8;4.13;0;2;8375
+68076;42.88444;-.2078;1401;20220112;7.7;-.6;3.6;3.5;1.63;0;2.46;8710
+68076;42.88444;-.2078;1401;20220113;8.3;-2.2;3;2.8;2.53;0;1.77;8837
+68076;42.88444;-.2078;1401;20220114;7.3;-.4;3.4;2.7;2.23;.1;1.74;8897
+68076;42.88444;-.2078;1401;20220115;6.4;-2.8;1.8;1.6;2.93;0;1.01;8959
+68076;42.88444;-.2078;1401;20220116;7.4;-2.9;2.2;1.4;3.13;0;.93;9095
+68076;42.88444;-.2078;1401;20220117;8.9;-1.4;3.7;1;3.33;0;.81;9017
+68076;42.88444;-.2078;1401;20220118;11.8;.8;6.3;.9;3.13;.1;.83;9231
+68076;42.88444;-.2078;1401;20220119;7.8;.2;4;1.2;4.23;.5;.79;9302
+68076;42.88444;-.2078;1401;20220120;5.4;-1;2.2;2.4;4.73;3.4;1.2;9449
+68076;42.88444;-.2078;1401;20220121;3;-2.8;.1;2.1;3.33;0;1.23;9525
+68076;42.88444;-.2078;1401;20220122;6.4;-5.8;.3;1.2;3.73;.1;.8;9602
+68076;42.88444;-.2078;1401;20220123;8.7;-2;3.4;1.9;4.03;0;1.16;9757
+68076;42.88444;-.2078;1401;20220124;8.7;-1.3;3.7;1.8;3.93;0;1.2;9840
+68076;42.88444;-.2078;1401;20220125;8.7;-1.3;3.7;2.1;4.03;0;1.35;10000
+68076;42.88444;-.2078;1401;20220126;10.8;.8;5.8;2;3.33;0;1.63;10087
+68076;42.88444;-.2078;1401;20220127;12;1.2;6.6;1.9;2.63;0;1.74;10175
+68076;42.88444;-.2078;1401;20220128;11.6;.7;6.2;1.1;2.63;0;1.22;10187
+68076;42.88444;-.2078;1401;20220129;15.9;2.6;9.3;1.8;2.83;0;1.85;10436
+68076;42.88444;-.2078;1401;20220130;14.8;4.5;9.6;1.3;3.33;0;1.46;10610
+68076;42.88444;-.2078;1401;20220131;7.9;1.5;4.7;3.6;4.13;1.1;2.17;10706
+68076;42.88444;-.2078;1401;20220201;8.1;-.1;4;4;5.23;0;2.15;8626
+68076;42.88444;-.2078;1401;20220202;18.6;-.2;9.2;1.9;4.13;0;2.05;10904
+68076;42.88444;-.2078;1401;20220203;14.8;7.2;11;2.5;3.03;0;2.63;11005
+68076;42.88444;-.2078;1401;20220204;9.8;3.2;6.5;1.3;5.13;.7;1.23;10530
+68076;42.88444;-.2078;1401;20220205;7.2;1;4.1;1.2;5.53;1;1.14;11296
+68076;42.88444;-.2078;1401;20220206;8.4;-3.3;2.5;1.1;4.43;.1;.99;10982
+68076;42.88444;-.2078;1401;20220207;8.4;-.2;4.1;2.5;4.73;1;1.59;9057
+68076;42.88444;-.2078;1401;20220208;15.5;.4;8;2.2;3.73;0;2.2;11703
+68076;42.88444;-.2078;1401;20220209;14.1;3.6;8.8;3.1;3.83;0;2.72;11814
+68076;42.88444;-.2078;1401;20220210;12.9;2.3;7.6;1.6;4.43;0;1.69;12013
+68076;42.88444;-.2078;1401;20220211;9.5;3.2;6.3;1.3;5.93;.7;1.4;10992
+68076;42.88444;-.2078;1401;20220212;8.7;.8;4.8;1.8;6.73;.1;1.24;8371
+68076;42.88444;-.2078;1401;20220213;6.8;2.9;4.9;2.3;7.23;10.2;1.17;5087
+68076;42.88444;-.2078;1401;20220214;3.8;-.2;1.8;1.6;6.43;7.9;.86;8095
+68076;42.88444;-.2078;1401;20220215;5.6;-1.6;2;2.1;5.73;3.1;1.2;12052
+68076;42.88444;-.2078;1401;20220216;8.3;0;4.2;1.7;7.13;3.6;1.14;5268
+68076;42.88444;-.2078;1401;20220217;15.4;3.9;9.7;1.7;8.13;0;1.81;13013
+68076;42.88444;-.2078;1401;20220218;15.8;6;10.9;2.8;6.63;3.3;2.61;13135
+68076;42.88444;-.2078;1401;20220219;4.4;1.3;2.9;2.5;5.23;1.3;1.7;11771
+68076;42.88444;-.2078;1401;20220220;11.8;-3.3;4.3;1.6;4.96;.1;1.61;11818
+68076;42.88444;-.2078;1401;20220221;9.8;1.3;5.5;2.7;4.63;.7;2.18;13221
+68076;42.88444;-.2078;1401;20220222;12.4;.5;6.4;2.3;3.73;0;2.44;13819
+68076;42.88444;-.2078;1401;20220223;14.5;2.2;8.4;2;4.33;0;2.29;13945
+68076;42.88444;-.2078;1401;20220224;11.9;4.1;8;2.3;5.53;.9;2.17;13203
+68076;42.88444;-.2078;1401;20220225;7.1;-.2;3.5;1.3;5.23;.1;1.49;10603
+68076;42.88444;-.2078;1401;20220226;9.3;-1.4;4;1.8;5.63;0;1.73;14228
+68076;42.88444;-.2078;1401;20220227;10;1.7;5.8;1.5;6.83;0;1.34;7254
+68076;42.88444;-.2078;1401;20220228;11.5;1.4;6.5;2.2;6.63;0;1.75;10608
+68076;42.88444;-.2078;1401;20220301;13.2;1.7;7.5;1.5;4.73;0;2.07;13510
+68076;42.88444;-.2078;1401;20220302;7.3;3;5.2;1.5;6.83;2.4;1.33;7281
+68076;42.88444;-.2078;1401;20220303;9.7;-.1;4.8;1.5;6.73;5.3;1.69;14054
+68076;42.88444;-.2078;1401;20220304;5.5;1.5;3.5;6;4.63;2;2.8;11417
+68076;42.88444;-.2078;1401;20220305;5;-1.2;1.9;1;4.43;.3;1.24;6478
+68076;42.88444;-.2078;1401;20220306;2.7;-1;.8;1;5.83;.3;.93;5822
+68076;42.88444;-.2078;1401;20220307;5.5;-2;1.8;2.5;5.73;1.9;1.47;10475
+68076;42.88444;-.2078;1401;20220308;4;.3;2.2;2.2;6.33;2.6;1;6056
+68076;42.88444;-.2078;1401;20220309;7.8;-.4;3.7;2.3;6.13;.1;1.79;13624
+68076;42.88444;-.2078;1401;20220310;7.5;2.5;5;2.2;7.13;2.6;1.35;6292
+68076;42.88444;-.2078;1401;20220311;5.8;3.9;4.8;2.6;7.43;18.2;1.3;6144
+68076;42.88444;-.2078;1401;20220312;7.7;.3;4;1.6;6.63;2.1;1.72;12565
+68076;42.88444;-.2078;1401;20220313;6.7;1.2;4;3.1;5.43;9;2.01;11694
+68076;42.88444;-.2078;1401;20220314;7.8;.7;4.3;5;5.93;5;1.85;6339
+68076;42.88444;-.2078;1401;20220315;14;6.1;10;5.8;5.73;0;4.6;15292
+68076;42.88444;-.2078;1401;20220316;12.3;7.7;10;2.8;7.03;1.9;2.35;6469
+68076;42.88444;-.2078;1401;20220317;6.3;4.7;5.5;4.6;6.73;7.9;2.35;6534
+68076;42.88444;-.2078;1401;20220318;8.3;2.5;5.4;1.7;7.86;.8;1.23;6190
+68076;42.88444;-.2078;1401;20220319;10;2.6;6.3;1.4;8.01;0;1.5;9492
+68076;42.88444;-.2078;1401;20220320;7.4;3.5;5.4;2.7;7.23;1.4;1.54;6728
+68076;42.88444;-.2078;1401;20220321;6.5;4.2;5.3;3.9;6.93;1;2.11;9065
+68076;42.88444;-.2078;1401;20220322;6.3;1.3;3.8;3.8;5.33;0;2.2;9256
+68076;42.88444;-.2078;1401;20220323;7.7;-.7;3.5;3.1;5.23;0;2.65;17484
+68076;42.88444;-.2078;1401;20220324;7.4;.1;3.7;2.3;5.83;0;1.63;7448
+68076;42.88444;-.2078;1401;20220325;10.7;3.7;7.2;.9;7.53;0;1.78;11459
+68076;42.88444;-.2078;1401;20220326;11.1;1.9;6.5;1.9;6.53;.6;2.43;15159
+68076;42.88444;-.2078;1401;20220327;11.3;1.8;6.5;2.4;6.93;0;2.12;12099
+68076;42.88444;-.2078;1401;20220328;12.6;4.3;8.5;4.2;5.03;0;3.58;16190
+68076;42.88444;-.2078;1401;20220329;12.5;5.7;9.1;1.1;7.23;1.5;2.06;10381
+68076;42.88444;-.2078;1401;20220330;8.2;3;5.6;3.4;7.03;3.7;2.92;19373
+68076;42.88444;-.2078;1401;20220331;7.2;.7;4;2.9;5.13;7.3;2.43;15431
+68076;42.88444;-.2078;1401;20220401;-.6;-4.6;-2.6;3.9;3.13;9.5;1.96;14210
+68076;42.88444;-.2078;1401;20220402;-.3;-5.5;-2.9;3.3;2.93;.8;2.05;18278
+68076;42.88444;-.2078;1401;20220403;.5;-5.9;-2.7;4.2;2.53;.2;2.4;20201
+68076;42.88444;-.2078;1401;20220404;5.8;-7.3;-.8;1.8;3.53;0;2.43;20316
+68076;42.88444;-.2078;1401;20220405;10.2;-3.9;3.1;1.6;4.43;0;2.74;20308
+68076;42.88444;-.2078;1401;20220406;12;.4;6.2;1.5;5.23;0;2.66;17479
+68076;42.88444;-.2078;1401;20220407;14;1.1;7.6;1.7;6.23;0;2.89;18808
+68076;42.88444;-.2078;1401;20220408;12.4;4.1;8.2;1.9;7.03;3.7;2.69;14589
+68076;42.88444;-.2078;1401;20220409;9.9;2.2;6.1;3.2;4.43;.7;3.33;20870
+68076;42.88444;-.2078;1401;20220410;15.2;1.2;8.2;2.5;4.93;0;3.63;21102
+68076;42.88444;-.2078;1401;20220411;16.8;6.7;11.8;5.2;6.83;0;5.12;20958
+68076;42.88444;-.2078;1401;20220412;9.8;6.1;7.9;3.3;8.43;19.8;1.89;9033
+68076;42.88444;-.2078;1401;20220413;9.6;4.6;7.1;1.4;9.23;3.6;1.46;8340
+68076;42.88444;-.2078;1401;20220414;15.1;4.3;9.7;2.1;9.23;0;3.13;18488
+68076;42.88444;-.2078;1401;20220415;17.9;6.6;12.2;2.3;9.33;0;4.02;21869
+68076;42.88444;-.2078;1401;20220416;18.6;6.8;12.7;2.4;8.43;0;4.3;22095
+68076;42.88444;-.2078;1401;20220417;18.8;5.6;12.2;1.8;7.53;0;4.04;22193
+68076;42.88444;-.2078;1401;20220418;16;3.8;9.9;1.6;8.43;0;3.38;19990
+68076;42.88444;-.2078;1401;20220419;6.2;4.7;5.5;1;8.63;24.7;1.4;8549
+68076;42.88444;-.2078;1401;20220420;6.4;.9;3.6;2.3;7.03;4.2;2.34;16567
+68076;42.88444;-.2078;1401;20220421;9.1;.8;4.9;3.3;6.63;.1;3.2;22053
+68076;42.88444;-.2078;1401;20220422;10.3;2.6;6.5;3.7;6.93;16.8;2.93;17233
+68076;42.88444;-.2078;1401;20220423;3;1.6;2.3;1.9;7.13;13.3;1.27;9019
+68076;42.88444;-.2078;1401;20220424;11.5;0;5.8;2;7.13;1.7;2.23;14135
+68076;42.88444;-.2078;1401;20220425;14.9;2.9;8.9;2.4;6.53;0;3.59;21617
+68076;42.88444;-.2078;1401;20220426;16.8;5.7;11.3;3.2;7.53;.1;4.45;21828
+68076;42.88444;-.2078;1401;20220427;13.2;7.1;10.1;2.2;8.23;6.6;2.76;11838
+68076;42.88444;-.2078;1401;20220428;15.8;6.4;11.1;1.7;10.03;.7;2.84;16611
+68076;42.88444;-.2078;1401;20220429;19.9;4.1;12;1.4;9.86;.1;3.44;20190
+68076;42.88444;-.2078;1401;20220430;18.7;4.7;11.7;2.8;7.76;.1;4.21;22139
+68076;42.88444;-.2078;1401;20220501;19.6;3.1;11.3;1.6;7.61;1.4;3.69;20621
+68076;42.88444;-.2078;1401;20220502;12.3;5.7;9;1;10.26;8.2;1.81;10058
+68076;42.88444;-.2078;1401;20220503;10.1;4;7.1;1;10.26;2.9;1.52;9350
+68076;42.88444;-.2078;1401;20220504;15;4.1;9.6;2.5;8.71;2.1;2.81;14682
+68076;42.88444;-.2078;1401;20220505;13.8;3.8;8.8;3.4;6.71;.1;3.84;22470
+68076;42.88444;-.2078;1401;20220506;14.1;7.4;10.8;3.6;6.16;1;4.01;18197
+68076;42.88444;-.2078;1401;20220507;17.4;6.8;12.1;3.5;6.51;0;4.66;21838
+68076;42.88444;-.2078;1401;20220508;18.3;4.1;11.2;2.6;7.01;0;4.18;21516
+68076;42.88444;-.2078;1401;20220509;20.6;5.9;13.3;1.7;8.71;.1;3.66;18091
+68076;42.88444;-.2078;1401;20220510;23;6.6;14.8;2.2;8.96;.1;4.74;23815
+68076;42.88444;-.2078;1401;20220511;25.3;8.4;16.8;2;9.06;1.1;5.05;23745
+68076;42.88444;-.2078;1401;20220512;23.1;9.9;16.5;1.4;9.51;.2;4.37;22429
+68076;42.88444;-.2078;1401;20220513;24;7.5;15.7;1.6;9.01;.3;4.65;23842
+68076;42.88444;-.2078;1401;20220514;24.6;9.5;17.1;1.9;9.66;1.4;4.53;20063
+68076;42.88444;-.2078;1401;20220515;22.9;10;16.4;2.4;10.46;1.1;4.29;18122
+68076;42.88444;-.2078;1401;20220516;23.8;9.7;16.8;1.7;10.71;.1;4.56;22925
+68076;42.88444;-.2078;1401;20220517;25.7;10.4;18;1.8;10.36;.1;4.69;21491
+68076;42.88444;-.2078;1401;20220518;26.1;10.9;18.5;1.6;10.86;.9;4.66;21661
+68076;42.88444;-.2078;1401;20220519;26.9;13.8;20.4;1.9;10.56;.2;5.47;24132
+68076;42.88444;-.2078;1401;20220520;26.1;14.2;20.2;1.5;9.96;.1;4.27;16466
+68076;42.88444;-.2078;1401;20220521;30.6;12.9;21.7;1.6;9.36;0;5.5;23862
+68076;42.88444;-.2078;1401;20220522;26.4;15.1;20.7;2.3;9.66;2.8;4.77;15162
+68076;42.88444;-.2078;1401;20220523;21.1;9.1;15.1;1.5;11.51;1.2;4.13;22215
+68076;42.88444;-.2078;1401;20220524;13.1;6.7;9.9;1.5;9.61;11;2.12;9865
+68076;42.88444;-.2078;1401;20220525;13.9;4.6;9.3;3.8;6.86;2.2;4.16;23350
+68076;42.88444;-.2078;1401;20220526;20.5;4.9;12.7;3.3;7.26;0;5.25;24809
+68076;42.88444;-.2078;1401;20220527;24.5;5.5;15;2.5;7.26;.1;5.45;24841
+68076;42.88444;-.2078;1401;20220528;26.7;8.8;17.7;1.8;7.76;0;5.39;24872
+68076;42.88444;-.2078;1401;20220529;26;7.9;17;1.2;9.36;.2;4.56;22716
+68076;42.88444;-.2078;1401;20220530;23.2;8.8;16;1.3;10.91;4.1;3.77;17618
+68076;42.88444;-.2078;1401;20220531;22.9;9.9;16.4;1.6;12.11;.4;3.91;18311
+68076;42.88444;-.2078;1401;20220601;25.5;11.7;18.6;1.6;10.91;.2;4.66;21046
+68076;42.88444;-.2078;1401;20220602;25.9;12.5;19.2;2.3;11.91;3.3;4.88;19689
+68076;42.88444;-.2078;1401;20220603;25.5;11.7;18.6;2.2;11.26;6.1;4.72;18917
+68076;42.88444;-.2078;1401;20220604;24.9;10.2;17.5;1.9;12.46;12.2;4.28;18575
+68076;42.88444;-.2078;1401;20220605;23.6;8;15.8;1.3;11.11;.3;4.37;23023
+68076;42.88444;-.2078;1401;20220606;23.7;10.1;16.9;1.4;10.71;5;4.15;19271
+68076;42.88444;-.2078;1401;20220607;25.2;9.2;17.2;1.3;10.51;.1;4.81;24538
+68076;42.88444;-.2078;1401;20220608;22;12.2;17.1;1.6;11.41;2;3.79;16821
+68076;42.88444;-.2078;1401;20220609;23.3;8.7;16;3;7.81;0;5.78;25272
+68076;42.88444;-.2078;1401;20220610;30.6;9.4;20;1.7;6.91;0;5.82;25217
+68076;42.88444;-.2078;1401;20220611;30.8;13.3;22.1;2.4;9.96;1.2;6.21;22785
+68076;42.88444;-.2078;1401;20220612;29.2;12.5;20.8;2;11.46;2.5;5.12;20014
+68076;42.88444;-.2078;1401;20220613;31;13.9;22.4;1.8;11.36;.1;5.94;24697
+68076;42.88444;-.2078;1401;20220614;31.8;15.9;23.8;1.7;11.96;3;5.29;19318
+68076;42.88444;-.2078;1401;20220615;33.4;14.7;24;1.9;12.26;0;6.21;23816
+68076;42.88444;-.2078;1401;20220616;33.9;17;25.4;1.8;11.56;0;6.06;22492
+68076;42.88444;-.2078;1401;20220617;33.9;17.2;25.5;2;11.66;.2;6.11;22072
+68076;42.88444;-.2078;1401;20220618;33.8;17.8;25.8;2.5;10.66;0;7.08;25413
+68076;42.88444;-.2078;1401;20220619;27.5;17.5;22.5;3.7;9.51;.3;6.59;19942
+68076;42.88444;-.2078;1401;20220620;27.5;12.8;20.2;2.4;12.46;.6;5.35;21730
+68076;42.88444;-.2078;1401;20220621;25.4;15.4;20.4;1.9;13.66;2.5;4.2;16010
+68076;42.88444;-.2078;1401;20220622;22.4;12.9;17.6;2.3;12.46;1.8;4.29;18651
+68076;42.88444;-.2078;1401;20220623;22.1;10.7;16.4;2;10.81;5.4;3.85;15743
+68076;42.88444;-.2078;1401;20220624;20.8;9.6;15.2;1.3;11.11;.8;3.46;16685
+68076;42.88444;-.2078;1401;20220625;21.4;10.8;16.1;1.7;11.21;4.7;3.29;12609
+68076;42.88444;-.2078;1401;20220626;20.4;10.4;15.4;1.2;14.11;8.4;2.82;13245
+68076;42.88444;-.2078;1401;20220627;19.2;9.7;14.5;1.3;13.06;2.7;2.97;14915
+68076;42.88444;-.2078;1401;20220628;24.4;6.9;15.7;1.3;10.36;.1;4.79;25293
+68076;42.88444;-.2078;1401;20220629;26.5;9.7;18.1;1.8;9.76;2.7;4.88;21090
+68076;42.88444;-.2078;1401;20220630;20.3;10.4;15.3;1.2;12.51;1.4;3.31;16416
+68076;42.88444;-.2078;1401;20220701;24.8;5.9;15.3;1.3;8.26;.1;4.81;25259
+68076;42.88444;-.2078;1401;20220702;30.6;11.2;20.9;2.1;9.41;0;6.13;24960
+68076;42.88444;-.2078;1401;20220703;30.6;13.5;22.1;1.9;13.81;2.2;5.01;18955
+68076;42.88444;-.2078;1401;20220704;27.9;12.4;20.1;1.3;13.96;.1;4.72;21885
+68076;42.88444;-.2078;1401;20220705;29;12;20.5;1.2;13.41;2.5;5.01;23702
+68076;42.88444;-.2078;1401;20220706;19.1;14.1;16.6;1.8;15.26;5.7;2.78;11617
+68076;42.88444;-.2078;1401;20220707;21.1;9.9;15.5;2.6;11.43;0;5.71;26358
+68076;42.88444;-.2078;1401;20220708;24.9;11.1;18;2.4;10.78;.2;6.43;27476
+68076;42.88444;-.2078;1401;20220709;28;11.4;19.7;1.8;12.63;.1;6.06;27245
+68076;42.88444;-.2078;1401;20220710;28.8;14.1;21.4;1.2;14.48;.1;5.56;26166
+68076;42.88444;-.2078;1401;20220711;28.9;15.5;22.2;1.2;15.43;.6;5.27;23767
+68076;42.88444;-.2078;1401;20220712;31.9;15.4;23.7;1.7;13.96;.1;5.67;22891
+68076;42.88444;-.2078;1401;20220713;33.7;14.9;24.3;1.6;11.51;0;6.05;24922
+68076;42.88444;-.2078;1401;20220714;33.8;14.9;24.3;1.8;9.96;.1;6.33;24891
+68076;42.88444;-.2078;1401;20220715;33.5;14.9;24.2;1.6;9.81;0;6.03;24859
+68076;42.88444;-.2078;1401;20220716;35.4;16.1;25.7;2;8.66;0;6.61;24686
+68076;42.88444;-.2078;1401;20220717;36;16.4;26.2;1.9;9.36;0;6.41;23796
+68076;42.88444;-.2078;1401;20220718;34.3;18.2;26.3;1.8;11.16;.2;6.37;24614
+68076;42.88444;-.2078;1401;20220719;32.3;18.3;25.3;2;11.31;4.6;6.09;22784
+68076;42.88444;-.2078;1401;20220720;26.9;13.2;20.1;1.1;15.28;.1;5.12;24292
+68076;42.88444;-.2078;1401;20220721;30.2;14.4;22.3;1.2;14.33;.1;5.38;25306
+68076;42.88444;-.2078;1401;20220722;31.3;16.7;24;1.7;12.81;.9;5.49;22150
+68076;42.88444;-.2078;1401;20220723;30.5;13.4;21.9;1.3;14.26;0;5.09;23207
+68076;42.88444;-.2078;1401;20220724;33.7;15.6;24.7;1.7;11.91;.1;5.97;24231
+68076;42.88444;-.2078;1401;20220725;30.7;16.6;23.7;1.3;11.46;.7;5.26;23693
+68076;42.88444;-.2078;1401;20220726;28.4;10.2;19.3;1.2;10.26;.7;4.82;23498
+68076;42.88444;-.2078;1401;20220727;27.7;8.1;17.9;1.1;9.31;0;4.69;24017
+68076;42.88444;-.2078;1401;20220728;27.4;12.9;20.2;1;12.21;3.6;3.91;17424
+68076;42.88444;-.2078;1401;20220729;20.2;14.6;17.4;.8;16.46;5.5;2.61;12346
+68076;42.88444;-.2078;1401;20220730;24.4;12.9;18.7;.9;17.03;.1;4.86;25165
+68076;42.88444;-.2078;1401;20220731;26.2;14;20.1;1.3;17.28;0;5.15;24642
+68076;42.88444;-.2078;1401;20220801;30.3;14;22.2;1.2;15.56;0;4.75;21934
+68076;42.88444;-.2078;1401;20220802;32.7;14.5;23.6;1.3;12.96;0;5.36;23341
+68076;42.88444;-.2078;1401;20220803;32.1;17.1;24.6;1.9;13.36;.9;5.28;18834
+68076;42.88444;-.2078;1401;20220804;32.5;15.2;23.9;1.8;13.01;5.9;5.62;22810
+68076;42.88444;-.2078;1401;20220805;31.2;14.4;22.8;1.5;13.51;.1;4.93;20802
+68076;42.88444;-.2078;1401;20220806;30.5;13.2;21.9;1.4;14.26;.3;4.75;20902
+68076;42.88444;-.2078;1401;20220807;29.4;15.6;22.5;1.8;15.41;1.8;4.46;16512
+68076;42.88444;-.2078;1401;20220808;29.4;13.7;21.5;1.6;13.96;2.8;4.44;18280
+68076;42.88444;-.2078;1401;20220809;30;13.4;21.7;1.3;15.63;3.2;4.57;20596
+68076;42.88444;-.2078;1401;20220810;30.8;14.4;22.6;1.9;14.01;2;4.9;19009
+68076;42.88444;-.2078;1401;20220811;30.9;15.3;23.1;1.6;13.01;.1;5.13;21497
+68076;42.88444;-.2078;1401;20220812;33;17;25;1.5;12.71;.1;5.29;21805
+68076;42.88444;-.2078;1401;20220813;30.8;17;23.9;1.9;13.76;.9;4.85;17229
+68076;42.88444;-.2078;1401;20220814;26.7;13.9;20.3;1.9;11.41;.5;4.48;18301
+68076;42.88444;-.2078;1401;20220815;25;9.8;17.4;1.2;10.26;.2;3.75;18170
+68076;42.88444;-.2078;1401;20220816;24.5;13.5;19;1.5;11.96;9.7;3.52;13987
+68076;42.88444;-.2078;1401;20220817;23.4;9.2;16.3;1.7;11.76;6.4;3.83;18812
+68076;42.88444;-.2078;1401;20220818;19.2;9.4;14.3;2.5;10.81;5;3.48;16014
+68076;42.88444;-.2078;1401;20220819;26;8;17;1.6;10.41;4.7;4.26;20929
+68076;42.88444;-.2078;1401;20220820;28.5;10.1;19.3;1.3;10.56;1.3;4.38;20713
+68076;42.88444;-.2078;1401;20220821;27.2;13;20.1;1.5;10.86;.1;4.24;18757
+68076;42.88444;-.2078;1401;20220822;26.4;9.9;18.1;1.8;11.96;.4;4.25;19879
+68076;42.88444;-.2078;1401;20220823;27.5;11.5;19.5;1.3;13.31;0;3.72;16691
+68076;42.88444;-.2078;1401;20220824;31.1;14.3;22.7;1.8;14.46;1;4.49;17251
+68076;42.88444;-.2078;1401;20220825;27.3;14.4;20.8;1.3;14.46;7.4;3.4;13347
+68076;42.88444;-.2078;1401;20220826;27.1;10.9;19;1.2;13.61;.5;3.71;17964
+68076;42.88444;-.2078;1401;20220827;27;11.1;19.1;1.3;12.81;.3;3.89;18472
+68076;42.88444;-.2078;1401;20220828;28.9;13;21;1.7;11.66;.6;4.39;18111
+68076;42.88444;-.2078;1401;20220829;26.8;12.1;19.5;1.8;13.41;10.3;3.7;13909
+68076;42.88444;-.2078;1401;20220830;25.8;11.9;18.9;1.4;13.76;0;3.97;19972
+68076;42.88444;-.2078;1401;20220831;24.9;13.8;19.3;1.4;13.36;5.3;2.85;10844
+68076;42.88444;-.2078;1401;20220901;25.2;10.6;17.9;1.5;12.81;0;3.45;16169
+68076;42.88444;-.2078;1401;20220902;24.7;12.7;18.7;1.2;14.21;4.4;3.15;14878
+68076;42.88444;-.2078;1401;20220903;22;10.8;16.4;1.3;13.96;2.5;2.83;14369
+68076;42.88444;-.2078;1401;20220904;24;11.5;17.8;1.7;11.66;.3;3.59;16684
+68076;42.88444;-.2078;1401;20220905;24.9;13.3;19.1;1.7;13.61;4.8;3.49;14951
+68076;42.88444;-.2078;1401;20220906;24.8;12.5;18.7;1.7;14.16;.9;3.49;16342
+68076;42.88444;-.2078;1401;20220907;22.1;10.9;16.5;1.3;10.66;.1;3;14423
+68076;42.88444;-.2078;1401;20220908;21.6;8.6;15.1;1.2;10.41;1.1;2.88;14574
+68076;42.88444;-.2078;1401;20220909;23.1;11.5;17.3;1.3;10.76;.7;3.39;17391
+68076;42.88444;-.2078;1401;20220910;26.3;7.8;17;1.2;9.36;0;3.48;17655
+68076;42.88444;-.2078;1401;20220911;29.1;12.5;20.8;1.6;11.71;.1;3.99;16458
+68076;42.88444;-.2078;1401;20220912;27.4;15.4;21.4;1.4;13.76;4.9;3.25;12194
+68076;42.88444;-.2078;1401;20220913;18.2;13.8;16;1.8;15.56;13.4;1.85;7303
+68076;42.88444;-.2078;1401;20220914;20.4;12.5;16.4;1.4;13.96;.1;2.48;11717
+68076;42.88444;-.2078;1401;20220915;21.5;10.2;15.8;1.2;12.76;5.1;2.42;11782
+68076;42.88444;-.2078;1401;20220916;22.7;8.8;15.7;1.4;12.01;1.4;2.94;15677
+68076;42.88444;-.2078;1401;20220917;22.4;5.5;14;1.3;9.56;0;2.93;16425
+68076;42.88444;-.2078;1401;20220918;22.7;8.3;15.5;1.1;10.56;0;2.91;16316
+68076;42.88444;-.2078;1401;20220919;24.9;8.1;16.5;1.2;9.91;0;3.13;16026
+68076;42.88444;-.2078;1401;20220920;23.5;7.6;15.6;1;9.41;.1;2.76;15681
+68076;42.88444;-.2078;1401;20220921;22.5;7.5;15;1.2;9.71;0;2.8;15513
+68076;42.88444;-.2078;1401;20220922;21.7;7.6;14.6;1.6;10.11;.1;2.91;14878
+68076;42.88444;-.2078;1401;20220923;18.1;9.4;13.8;1.7;12.31;8.6;2.03;8747
+68076;42.88444;-.2078;1401;20220924;15.9;7.5;11.7;1.3;10.91;4.4;1.86;9964
+68076;42.88444;-.2078;1401;20220925;16.1;3;9.6;1.4;8.31;.8;2.18;13280
+68076;42.88444;-.2078;1401;20220926;16.4;2.2;9.3;1.5;7.66;2.9;2.27;13942
+68076;42.88444;-.2078;1401;20220927;15.9;5.7;10.8;1.8;9.16;10;2.09;10909
+68076;42.88444;-.2078;1401;20220928;15.3;7.9;11.6;1.4;11.11;19.8;1.72;9544
+68076;42.88444;-.2078;1401;20220929;10.4;5.8;8.1;1.8;9.53;13.4;1.48;8965
+68076;42.88444;-.2078;1401;20220930;13;2;7.5;2;6.56;1.4;2.23;13468
+68076;42.88444;-.2078;1401;20221001;20;2.3;11.2;1.4;7.76;0;2.4;13734
+68076;42.88444;-.2078;1401;20221002;24.2;7.2;15.7;1.7;9.66;.1;2.91;13680
+68076;42.88444;-.2078;1401;20221003;24.6;8.9;16.8;1.5;10.11;0;2.84;13462
+68076;42.88444;-.2078;1401;20221004;23.5;7.2;15.3;1.3;8.96;.1;2.56;13298
+68076;42.88444;-.2078;1401;20221005;23;8.5;15.8;1.6;10.06;0;2.68;13081
+68076;42.88444;-.2078;1401;20221006;20.8;6.7;13.7;1;10.81;0;2.01;11838
+68076;42.88444;-.2078;1401;20221007;19;8.3;13.6;1.5;11.91;4.1;1.91;9722
+68076;42.88444;-.2078;1401;20221008;20.8;7.9;14.3;1.2;12.01;.5;2;11367
+68076;42.88444;-.2078;1401;20221009;19.9;9.3;14.6;1.5;11.66;.9;2.11;10722
+68076;42.88444;-.2078;1401;20221010;17.8;7.8;12.8;1.7;11.16;1.1;1.79;7617
+68076;42.88444;-.2078;1401;20221011;16.2;7.5;11.9;1;11.91;3.2;1.35;7224
+68076;42.88444;-.2078;1401;20221012;18.9;6.8;12.8;1;11.51;1.8;1.69;10113
+68076;42.88444;-.2078;1401;20221013;18.9;8.3;13.6;.9;11.46;.1;1.78;11619
+68076;42.88444;-.2078;1401;20221014;21.3;9.9;15.6;1.7;11.11;.3;2.29;10983
+68076;42.88444;-.2078;1401;20221015;22.8;8.8;15.8;1.6;9.51;0;2.45;11694
+68076;42.88444;-.2078;1401;20221016;21.9;12;17;1.8;10.26;.2;2.55;11404
+68076;42.88444;-.2078;1401;20221017;18.6;11.3;15;2.2;12.01;6.8;2.1;7456
+68076;42.88444;-.2078;1401;20221018;23.2;8.8;16;1.5;12.06;0;2.25;10970
+68076;42.88444;-.2078;1401;20221019;21.6;11.5;16.5;2.1;11.56;27.5;2.3;7118
+68076;42.88444;-.2078;1401;20221020;13.4;10.2;11.8;2.7;12.36;15.7;1.33;4660
+68076;42.88444;-.2078;1401;20221021;12.5;9.9;11.2;1.7;12.16;6.3;1.1;4606
+68076;42.88444;-.2078;1401;20221022;14.5;9;11.8;1.8;11.51;2;1.33;5198
+68076;42.88444;-.2078;1401;20221023;15.9;11.8;13.8;3.6;11.06;7.3;2.21;5000
+68076;42.88444;-.2078;1401;20221024;15.4;10.6;13;1.6;11.16;0;1.49;6145
+68076;42.88444;-.2078;1401;20221025;18.3;8.2;13.3;1.5;10.11;.1;1.66;6113
+68076;42.88444;-.2078;1401;20221026;19.6;10;14.8;.9;10.26;.2;1.53;7342
+68076;42.88444;-.2078;1401;20221027;20;11.1;15.5;1.6;9.76;.2;2.04;5020
+68076;42.88444;-.2078;1401;20221028;20.3;11.8;16.1;1.6;8.96;0;2.11;6142
+68076;42.88444;-.2078;1401;20221029;19.6;12.4;16;1.9;6.76;0;2.59;7697
+68076;42.88444;-.2078;1401;20221030;17;7.6;12.3;1.4;7.46;2.5;1.73;6240
+68076;42.88444;-.2078;1401;20221031;14.9;7.6;11.3;1.6;11.01;10;1.21;5313
+68076;42.88444;-.2078;1401;20221101;15;6.5;10.8;1.5;10.81;.1;1.28;9079
+68076;42.88444;-.2078;1401;20221102;16.1;5.2;10.6;1.7;9.06;.4;1.46;7744
+68076;42.88444;-.2078;1401;20221103;11;8.9;9.9;1.4;10.16;11.3;1.02;3945
+68076;42.88444;-.2078;1401;20221104;7.5;-.2;3.6;1.7;6.71;19.2;.91;5949
+68076;42.88444;-.2078;1401;20221105;13.3;.3;6.8;1.7;5.81;.1;1.46;9623
+68076;42.88444;-.2078;1401;20221106;15.8;1.5;8.7;1.3;6.26;0;1.38;9284
+68076;42.88444;-.2078;1401;20221107;14.8;2.5;8.6;1.9;7.01;0;1.57;8794
+68076;42.88444;-.2078;1401;20221108;13;7.1;10.1;1.1;8.96;3.3;1.08;4985
+68076;42.88444;-.2078;1401;20221109;11;7.5;9.2;1.1;10.51;3.9;.84;4245
+68076;42.88444;-.2078;1401;20221110;13.6;.8;7.2;1.6;7.26;0;1.2;9067
+68076;42.88444;-.2078;1401;20221111;14.8;3.1;8.9;2.2;8.31;.6;1.44;6920
+68076;42.88444;-.2078;1401;20221112;14.9;6.2;10.5;2.8;8.41;.1;1.83;7472
+68076;42.88444;-.2078;1401;20221113;16.1;4.9;10.5;1.4;7.71;0;1.32;8747
+68076;42.88444;-.2078;1401;20221114;9.2;5.7;7.5;.9;9.46;1.5;.69;3558
+68076;42.88444;-.2078;1401;20221115;10.2;7.5;8.8;1.7;10.46;6.9;.82;3518
+68076;42.88444;-.2078;1401;20221116;9.3;2.8;6.1;1.3;8.86;.7;.69;4555
+68076;42.88444;-.2078;1401;20221117;13.5;5.6;9.5;1.1;9.56;8.1;.89;5025
+68076;42.88444;-.2078;1401;20221118;9.8;1.4;5.6;1.4;6.96;4.8;.88;6052
+68076;42.88444;-.2078;1401;20221119;7.3;.2;3.7;2.2;5.51;3.9;1.12;6866
+68076;42.88444;-.2078;1401;20221120;9;-2.1;3.4;1.3;5.66;9.8;.84;5574
+68076;42.88444;-.2078;1401;20221121;5.4;1;3.2;1.6;7.26;36.7;.62;3232
+68076;42.88444;-.2078;1401;20221122;2.2;-1.2;.5;.8;6.36;22.2;.45;3621
+68076;42.88444;-.2078;1401;20221123;10.3;.3;5.3;1.2;8.11;11.2;.68;5057
+68076;42.88444;-.2078;1401;20221124;7.5;-.3;3.6;1.3;6.96;8.9;.66;3560
+68076;42.88444;-.2078;1401;20221125;7.6;1.7;4.7;1.9;6.91;8.3;.83;5174
+68076;42.88444;-.2078;1401;20221126;11.3;-1.7;4.8;1.2;5.21;0;.88;6788
+68076;42.88444;-.2078;1401;20221127;12.4;.4;6.4;1.1;5.11;4.5;.91;7144
+68076;42.88444;-.2078;1401;20221128;7.9;.8;4.4;2.4;6.61;20.6;.91;6406
+68076;42.88444;-.2078;1401;20221129;8.5;.8;4.7;1.5;6.61;5.5;.77;6223
+68076;42.88444;-.2078;1401;20221130;7.8;-1.9;3;1.3;5.16;.1;.72;6404
+68076;42.88444;-.2078;1401;20221201;8.2;-4;2.1;1.1;4.71;0;.66;7173
+68076;42.88444;-.2078;1401;20221202;5.7;-3.9;.9;1.2;4.86;0;.58;6439
+68076;42.88444;-.2078;1401;20221203;0;-3.3;-1.7;1;5.41;3.5;.38;2924
+68076;42.88444;-.2078;1401;20221204;2.7;-3.2;-.2;1.4;5.36;0;.51;4316
+68076;42.88444;-.2078;1401;20221205;7.1;-3.9;1.6;1.9;6.01;3.3;.66;5331
+68076;42.88444;-.2078;1401;20221206;9.2;2.8;6;1.3;8.06;.3;.68;3366
+68076;42.88444;-.2078;1401;20221207;8.2;-.4;3.9;1;7.21;.4;.5;5616
+68076;42.88444;-.2078;1401;20221208;5.9;2.5;4.2;1.5;7.51;13.9;.61;2840
+68076;42.88444;-.2078;1401;20221209;6.6;2.4;4.5;1.2;8.21;6.5;.5;2929
+68076;42.88444;-.2078;1401;20221210;4.5;.4;2.4;1.3;5.76;0;.53;6738
+68076;42.88444;-.2078;1401;20221211;.6;-5.7;-2.5;.7;4.51;.3;.4;2802
+68076;42.88444;-.2078;1401;20221212;2.4;-3.2;-.4;1.2;6.16;18.1;.37;2792
+68076;42.88444;-.2078;1401;20221213;7;1.4;4.2;.9;8.81;10.8;.4;2782
+68076;42.88444;-.2078;1401;20221214;9.2;3.8;6.5;1.2;8.66;8;.52;5210
+68076;42.88444;-.2078;1401;20221215;7.2;3.9;5.6;1;8.56;3.6;.52;3010
+68076;42.88444;-.2078;1401;20221216;6.8;2.2;4.5;1;7.91;2.9;.49;3508
+68076;42.88444;-.2078;1401;20221217;6.5;-2.1;2.2;1.1;6.41;0;.44;6001
+68076;42.88444;-.2078;1401;20221218;7.4;-1.1;3.2;2;6.16;.1;.71;6554
+68076;42.88444;-.2078;1401;20221219;10.2;1;5.6;1.5;6.06;0;.84;6485
+68076;42.88444;-.2078;1401;20221220;9.2;2.8;6;1.3;6.31;5.7;.89;3306
+68076;42.88444;-.2078;1401;20221221;8.2;2.7;5.5;1.1;8.36;.3;.52;3753
+68076;42.88444;-.2078;1401;20221222;9.4;2;5.7;1.6;8.31;0;.57;5823
+68076;42.88444;-.2078;1401;20221223;12.9;3.9;8.4;1.1;8.46;0;.69;5431
+68076;42.88444;-.2078;1401;20221224;12.6;2.3;7.4;1.3;7.21;0;.75;6327
+68076;42.88444;-.2078;1401;20221225;12.2;3.7;7.9;1.3;6.86;0;.83;6601
+68076;42.88444;-.2078;1401;20221226;12.6;3.3;8;1.1;7.31;0;.78;5019
+68076;42.88444;-.2078;1401;20221227;10.3;3.2;6.7;.9;7.96;.2;.63;3268
+68076;42.88444;-.2078;1401;20221228;11.5;3;7.3;1.7;7.66;.2;.83;6603
+68076;42.88444;-.2078;1401;20221229;6.7;3.2;4.9;1.5;8.51;8.8;.53;2996
+68076;42.88444;-.2078;1401;20221230;8.7;3.3;6;1.2;9.46;1.5;.48;3501
+68076;42.88444;-.2078;1401;20221231;13.7;4.1;8.9;2;7.86;0;1.13;6595
+68077;42.91455;.09537;1238;20220101;13.3;7.8;10.6;5.8;4.11;0;2.75;6043
+68077;42.91455;.09537;1238;20220102;13.8;7.9;10.8;3.9;5.44;0;1.93;4748
+68077;42.91455;.09537;1238;20220103;12.2;2.8;7.5;5.3;5.97;0;1.35;6537
+68077;42.91455;.09537;1238;20220104;14;7.3;10.7;6.5;5.87;15.2;2.15;5333
+68077;42.91455;.09537;1238;20220105;-.8;-.9;-.9;3;4.61;1.8;.37;1898
+68077;42.91455;.09537;1238;20220106;-1.2;-6.2;-3.7;3;3.17;0;.42;6639
+68077;42.91455;.09537;1238;20220107;2;-6.4;-2.2;3;4.37;5.4;.29;4718
+68077;42.91455;.09537;1238;20220108;3;-1.4;.8;3.6;5.81;12.1;.25;4644
+68077;42.91455;.09537;1238;20220109;2.9;.5;1.7;4.6;6.54;58.8;.2;2004
+68077;42.91455;.09537;1238;20220110;6.1;1.7;3.9;2.5;7.19;48;.42;4836
+68077;42.91455;.09537;1238;20220111;4.7;1.5;3.1;.9;5.19;0;.55;3801
+68077;42.91455;.09537;1238;20220112;2.8;-3.3;-.3;2.5;2.44;0;1.01;5797
+68077;42.91455;.09537;1238;20220113;5.8;-2.8;1.5;3;2.17;0;1.33;7519
+68077;42.91455;.09537;1238;20220114;6.7;-.5;3.1;2.4;2.31;.1;1.37;7364
+68077;42.91455;.09537;1238;20220115;6.3;-2.1;2.1;2.5;2.41;0;1.21;7678
+68077;42.91455;.09537;1238;20220116;5.5;-4.2;.6;1.7;2.57;0;.8;7925
+68077;42.91455;.09537;1238;20220117;4.9;-4.3;.3;2.5;2.71;.1;.88;7612
+68077;42.91455;.09537;1238;20220118;10;-.9;4.6;1.2;2.77;.1;.91;8173
+68077;42.91455;.09537;1238;20220119;3.5;-.8;1.3;1.4;4.04;.7;.78;3995
+68077;42.91455;.09537;1238;20220120;2.6;-2.9;-.2;1.9;5.54;3.2;.35;4477
+68077;42.91455;.09537;1238;20220121;.6;-3.3;-1.3;2.7;4.11;0;.4;4438
+68077;42.91455;.09537;1238;20220122;4.2;-6.6;-1.2;2.6;3.57;.1;.52;8996
+68077;42.91455;.09537;1238;20220123;7.3;-1.9;2.7;3.4;3.67;0;1.06;8267
+68077;42.91455;.09537;1238;20220124;9.2;-.5;4.4;3.1;3.27;0;1.31;8720
+68077;42.91455;.09537;1238;20220125;8.8;-.7;4.1;1.5;3.34;0;1.04;8473
+68077;42.91455;.09537;1238;20220126;9.7;.1;4.9;2;3.21;0;1.3;8546
+68077;42.91455;.09537;1238;20220127;8;.4;4.2;1.9;2.97;0;1.23;8533
+68077;42.91455;.09537;1238;20220128;8.4;-1.2;3.6;2.6;2.54;0;1.34;9202
+68077;42.91455;.09537;1238;20220129;12;-.2;5.9;2.3;2.87;0;1.53;9640
+68077;42.91455;.09537;1238;20220130;10.3;1.3;5.8;2.7;3.57;0;1.34;8982
+68077;42.91455;.09537;1238;20220131;3.7;-1.6;1.1;3.4;5.01;.7;.59;4943
+68077;42.91455;.09537;1238;20220201;3.6;-1.4;1.1;2.8;5.37;0;.47;6428
+68077;42.91455;.09537;1238;20220202;10.5;1;5.8;2.4;4.74;0;1.19;9359
+68077;42.91455;.09537;1238;20220203;15.9;5;10.4;2.5;3.67;0;2.09;9564
+68077;42.91455;.09537;1238;20220204;7.2;1;4.1;1.5;5.97;.8;.7;5885
+68077;42.91455;.09537;1238;20220205;4.9;1.9;3.4;2.1;5.91;.9;.63;4530
+68077;42.91455;.09537;1238;20220206;5.2;-3.4;.9;1.8;4.51;.1;.66;8710
+68077;42.91455;.09537;1238;20220207;7.1;-2;2.6;2.5;5.77;.7;.55;6940
+68077;42.91455;.09537;1238;20220208;14.8;-.6;7.1;3.5;4.37;0;1.93;11890
+68077;42.91455;.09537;1238;20220209;14.4;3.5;8.9;4.4;3.81;0;2.39;10768
+68077;42.91455;.09537;1238;20220210;11.6;2;6.8;.7;4.49;0;1.05;10118
+68077;42.91455;.09537;1238;20220211;7.8;-1.9;2.9;.8;5.69;1;.81;8193
+68077;42.91455;.09537;1238;20220212;11.1;-1.8;4.6;.6;4.99;.1;.95;9601
+68077;42.91455;.09537;1238;20220213;11.1;-.8;5.1;1.4;5.49;8.4;1.21;9327
+68077;42.91455;.09537;1238;20220214;6.3;2.4;4.3;1.2;5.99;8.3;.88;5309
+68077;42.91455;.09537;1238;20220215;4.8;-1.6;1.6;.7;5.19;2.9;.75;6951
+68077;42.91455;.09537;1238;20220216;7.5;-.8;3.4;3.5;7.17;2.4;.54;7342
+68077;42.91455;.09537;1238;20220217;11.5;1.8;6.7;2.5;7.57;0;.96;8672
+68077;42.91455;.09537;1238;20220218;18.1;4.9;11.5;4.1;6.34;4.3;2.41;11090
+68077;42.91455;.09537;1238;20220219;2.2;0;1.1;1.8;5.77;2;.53;5246
+68077;42.91455;.09537;1238;20220220;8;-3;2.5;2.1;5.24;.1;.83;9011
+68077;42.91455;.09537;1238;20220221;7.8;-.1;3.8;3.3;5.24;.5;1;7544
+68077;42.91455;.09537;1238;20220222;11.6;-1.4;5.1;2;4.41;0;1.49;13105
+68077;42.91455;.09537;1238;20220223;14.2;-.8;6.7;2.9;4.97;0;1.83;13922
+68077;42.91455;.09537;1238;20220224;12.1;3.3;7.7;2.9;5.47;1.1;1.75;8549
+68077;42.91455;.09537;1238;20220225;4;1.2;2.6;2.4;5.64;0;.69;5976
+68077;42.91455;.09537;1238;20220226;13.6;-3.3;5.1;3.4;4.34;0;1.59;15139
+68077;42.91455;.09537;1238;20220227;10.9;.5;5.7;2.9;6.01;0;1.21;8529
+68077;42.91455;.09537;1238;20220228;11.8;1.2;6.5;1.7;5.51;0;1.56;13288
+68077;42.91455;.09537;1238;20220301;16.7;.6;8.7;3.7;3.54;0;2.73;14559
+68077;42.91455;.09537;1238;20220302;9.4;3.8;6.6;3.9;5.84;2.7;1.41;5850
+68077;42.91455;.09537;1238;20220303;12.6;.4;6.5;2.6;6.31;3.3;1.47;12568
+68077;42.91455;.09537;1238;20220304;3.2;2.1;2.6;2.6;6.11;1.9;.64;5177
+68077;42.91455;.09537;1238;20220305;3.4;-.9;1.3;1.7;5.27;.5;.7;6393
+68077;42.91455;.09537;1238;20220306;3.4;-1.5;.9;1.6;5.24;.2;.74;7464
+68077;42.91455;.09537;1238;20220307;7.4;-1.3;3.1;3.3;4.97;1.3;1.14;12060
+68077;42.91455;.09537;1238;20220308;6.4;1.2;3.8;4.3;5.54;1.6;1.02;9160
+68077;42.91455;.09537;1238;20220309;8.9;-.9;4;5.4;5.07;.1;1.51;13262
+68077;42.91455;.09537;1238;20220310;9;2.9;6;6.9;5.94;.8;1.4;9648
+68077;42.91455;.09537;1238;20220311;8.2;4.5;6.4;6.9;6.21;19.5;1.25;6099
+68077;42.91455;.09537;1238;20220312;8.5;.1;4.3;3.3;5.94;2.2;1.32;13226
+68077;42.91455;.09537;1238;20220313;5.5;1.4;3.4;4.3;5.24;8.5;1.15;8651
+68077;42.91455;.09537;1238;20220314;7.9;.7;4.3;5.5;5.41;5.5;1.67;8443
+68077;42.91455;.09537;1238;20220315;18;6.4;12.2;6.6;5.74;0;3.69;14617
+68077;42.91455;.09537;1238;20220316;15.5;9.2;12.4;3.3;6.41;2.2;2.48;8327
+68077;42.91455;.09537;1238;20220317;6.4;5.1;5.7;2.8;7.64;11.2;.72;4048
+68077;42.91455;.09537;1238;20220318;8.8;3.1;5.9;.6;7.69;.6;1.23;9347
+68077;42.91455;.09537;1238;20220319;11.6;1.1;6.3;.6;6.59;0;1.59;12895
+68077;42.91455;.09537;1238;20220320;10.3;3.5;6.9;.6;6.59;1;1.45;10435
+68077;42.91455;.09537;1238;20220321;11.6;4.1;7.8;2.1;5.79;.5;2.07;11078
+68077;42.91455;.09537;1238;20220322;11.3;2.2;6.7;1.4;4.79;0;1.96;12344
+68077;42.91455;.09537;1238;20220323;13;.4;6.7;1.6;4.09;0;2.31;14704
+68077;42.91455;.09537;1238;20220324;15.5;-2.4;6.5;.7;4.89;0;2.14;17735
+68077;42.91455;.09537;1238;20220325;16.4;2;9.2;.8;7.19;0;2.17;16031
+68077;42.91455;.09537;1238;20220326;16;.7;8.3;1;6.99;1;2.24;16683
+68077;42.91455;.09537;1238;20220327;14.9;1.3;8.1;1;6.39;0;2.18;15859
+68077;42.91455;.09537;1238;20220328;15.1;1.6;8.3;.9;5.29;0;2.24;15941
+68077;42.91455;.09537;1238;20220329;16.5;4.2;10.3;1;6.89;2.3;2.33;15341
+68077;42.91455;.09537;1238;20220330;7.8;4;5.9;.9;7.69;4.2;1.26;8501
+68077;42.91455;.09537;1238;20220331;6.2;1.6;3.9;1.6;6.39;8.1;1.32;9457
+68077;42.91455;.09537;1238;20220401;-1.7;-3.9;-2.8;2.9;3.19;8.6;1.11;6527
+68077;42.91455;.09537;1238;20220402;-.8;-6;-3.4;2.4;3.39;1.9;1.13;10242
+68077;42.91455;.09537;1238;20220403;2.6;-6.1;-1.7;2.5;3.13;.3;1.88;16852
+68077;42.91455;.09537;1238;20220404;7.6;-5.8;.9;.9;4.09;0;1.79;16852
+68077;42.91455;.09537;1238;20220405;12.7;-5.6;3.5;1.2;4.29;0;2.39;19891
+68077;42.91455;.09537;1238;20220406;10.1;-1.9;4.1;.8;6.09;0;1.89;16191
+68077;42.91455;.09537;1238;20220407;19.7;-.9;9.4;.8;6.29;0;2.91;21451
+68077;42.91455;.09537;1238;20220408;19.6;2.1;10.8;1.2;7.19;3.1;3.02;19905
+68077;42.91455;.09537;1238;20220409;11.2;2.4;6.8;1.3;6.19;.9;2.07;14156
+68077;42.91455;.09537;1238;20220410;18.3;-2.4;7.9;1.3;4.79;0;3.15;21996
+68077;42.91455;.09537;1238;20220411;21.5;7.4;14.4;1.8;7.19;0;3.56;18248
+68077;42.91455;.09537;1238;20220412;13.7;6.9;10.3;.7;9.09;11.9;1.98;12695
+68077;42.91455;.09537;1238;20220413;7.5;4.6;6;.2;8.59;5.2;1.26;8271
+68077;42.91455;.09537;1238;20220414;16.5;4.8;10.6;.9;8.29;0;2.55;16961
+68077;42.91455;.09537;1238;20220415;19.7;3.1;11.4;.7;8.69;0;2.95;20386
+68077;42.91455;.09537;1238;20220416;20.8;7.1;13.9;1.1;8.89;0;3.14;18625
+68077;42.91455;.09537;1238;20220417;21.9;1.3;11.6;1.2;7.79;0;3.54;23042
+68077;42.91455;.09537;1238;20220418;17.7;5.9;11.8;1.2;9.19;.4;2.79;17499
+68077;42.91455;.09537;1238;20220419;9.4;6;7.7;.9;8.29;23;1.53;9349
+68077;42.91455;.09537;1238;20220420;5.4;-.6;2.4;.7;6.99;1.6;1.45;12574
+68077;42.91455;.09537;1238;20220421;8.5;2.7;5.6;.8;7.49;.1;1.69;12436
+68077;42.91455;.09537;1238;20220422;15;1.3;8.1;1.4;5.99;12.9;2.87;19353
+68077;42.91455;.09537;1238;20220423;10.4;4.9;7.6;1.1;6.59;9.9;1.99;12253
+68077;42.91455;.09537;1238;20220424;14.6;1.8;8.2;1;7.79;2;2.61;18923
+68077;42.91455;.09537;1238;20220425;17.8;2.9;10.3;.8;7.49;0;3;20553
+68077;42.91455;.09537;1238;20220426;19.2;2.7;10.9;.9;7.39;0;3.25;21764
+68077;42.91455;.09537;1238;20220427;19;9.1;14;.7;8.49;7.1;2.88;16901
+68077;42.91455;.09537;1238;20220428;14.8;8.8;11.8;.6;11.09;.9;2.15;13180
+68077;42.91455;.09537;1238;20220429;20.9;4.3;12.6;.8;9.49;.4;3.4;22191
+68077;42.91455;.09537;1238;20220430;17.8;8.5;13.1;1.2;9.89;.7;2.87;16640
+68077;42.91455;.09537;1238;20220501;19.3;3.8;11.5;1.3;9.09;1.5;3.37;21660
+68077;42.91455;.09537;1238;20220502;14.8;7.5;11.1;.6;10.29;12;2.34;14869
+68077;42.91455;.09537;1238;20220503;10.2;6.8;8.5;.4;9.79;4.7;1.62;10126
+68077;42.91455;.09537;1238;20220504;11.6;6.2;8.9;.8;9.39;3.4;1.97;12882
+68077;42.91455;.09537;1238;20220505;11.6;5.7;8.6;1;8.09;.2;2.13;13540
+68077;42.91455;.09537;1238;20220506;11.6;5.2;8.4;2.5;8.11;5;1.65;9968
+68077;42.91455;.09537;1238;20220507;14.6;6.4;10.5;2;8.74;0;2.03;12106
+68077;42.91455;.09537;1238;20220508;14.7;5.2;10;2.1;8.74;.1;2.08;12833
+68077;42.91455;.09537;1238;20220509;20.3;5.9;13.1;2.3;8.57;.1;3.11;15849
+68077;42.91455;.09537;1238;20220510;23;8.9;15.9;3.7;8.74;.1;4.03;16324
+68077;42.91455;.09537;1238;20220511;25.9;12.6;19.2;4.9;9.17;2;4.95;16070
+68077;42.91455;.09537;1238;20220512;24.6;12.5;18.6;4.1;10.27;.1;4.22;14550
+68077;42.91455;.09537;1238;20220513;22.2;10.5;16.3;1.5;11.61;0;2.94;14952
+68077;42.91455;.09537;1238;20220514;24.6;11.2;17.9;3.7;10.27;.9;4.2;15789
+68077;42.91455;.09537;1238;20220515;23.3;12.6;18;6.2;9.81;1.1;4.63;14255
+68077;42.91455;.09537;1238;20220516;23.5;11.7;17.6;3.1;10.44;.1;3.71;14589
+68077;42.91455;.09537;1238;20220517;25.5;13;19.3;3.8;10.64;.2;4.32;15672
+68077;42.91455;.09537;1238;20220518;26.1;13;19.5;3;11.67;.5;4.11;15887
+68077;42.91455;.09537;1238;20220519;26.4;15.7;21.1;4.9;10.61;.2;4.81;14309
+68077;42.91455;.09537;1238;20220520;27.7;15.9;21.8;6.2;8.84;0;5.99;15097
+68077;42.91455;.09537;1238;20220521;30.4;16.6;23.5;6;8.91;0;6.62;16509
+68077;42.91455;.09537;1238;20220522;28.4;18.5;23.5;4.7;9.27;2.9;5.59;13975
+68077;42.91455;.09537;1238;20220523;17.9;12.3;15.1;2.4;11.31;1.6;2.22;9625
+68077;42.91455;.09537;1238;20220524;8.8;6.5;7.6;1.9;8.47;14;1.19;6509
+68077;42.91455;.09537;1238;20220525;10.7;3.4;7;2.3;7.84;1.5;1.74;12610
+68077;42.91455;.09537;1238;20220526;16;6.2;11.1;2.1;9.21;0;2.32;14700
+68077;42.91455;.09537;1238;20220527;19;6.2;12.6;2.6;10.14;.1;2.78;16947
+68077;42.91455;.09537;1238;20220528;22.5;8.6;15.6;2.8;10.54;0;3.34;17039
+68077;42.91455;.09537;1238;20220529;20.9;9.6;15.2;2.6;10.71;.4;3.11;15497
+68077;42.91455;.09537;1238;20220530;20.7;8.2;14.5;2;10.77;4.1;2.99;16100
+68077;42.91455;.09537;1238;20220531;21.2;10.1;15.6;3;12.01;.1;3.03;14762
+68077;42.91455;.09537;1238;20220601;26;12.2;19.1;4.2;10.57;1.7;4.63;17178
+68077;42.91455;.09537;1238;20220602;25.6;14.1;19.8;2.5;12.17;2.7;3.8;15881
+68077;42.91455;.09537;1238;20220603;25.4;13.7;19.6;3;12.17;7.1;3.75;15713
+68077;42.91455;.09537;1238;20220604;25.4;11.6;18.5;2.6;12.84;11.1;3.6;17068
+68077;42.91455;.09537;1238;20220605;19.6;11.3;15.5;2.2;12.64;.2;2.47;12845
+68077;42.91455;.09537;1238;20220606;23.7;10;16.9;3.4;11.51;6.3;3.72;17075
+68077;42.91455;.09537;1238;20220607;19.5;11.3;15.4;1.8;12.54;.1;2.43;12647
+68077;42.91455;.09537;1238;20220608;18.2;11.3;14.8;2.4;11.97;2.5;2.29;10387
+68077;42.91455;.09537;1238;20220609;19.6;9.8;14.7;2.2;11.17;0;2.73;14767
+68077;42.91455;.09537;1238;20220610;25.9;8.8;17.3;2.7;8.97;.1;4.26;19651
+68077;42.91455;.09537;1238;20220611;27.5;12.9;20.2;2.6;12.17;3.3;4.81;24428
+68077;42.91455;.09537;1238;20220612;28.2;16.4;22.3;2.5;12.14;3;4.9;20428
+68077;42.91455;.09537;1238;20220613;28;13.8;20.9;2.3;15.47;.1;4.94;27065
+68077;42.91455;.09537;1238;20220614;31.3;16.2;23.7;4;12.34;3.3;6.14;23475
+68077;42.91455;.09537;1238;20220615;30.4;17;23.7;4.6;13.17;.1;6.9;27564
+68077;42.91455;.09537;1238;20220616;31.7;18.1;24.9;2.5;13.41;0;5.79;25486
+68077;42.91455;.09537;1238;20220617;32.1;18.9;25.5;1.9;14.01;.2;5.64;25255
+68077;42.91455;.09537;1238;20220618;32.5;18.9;25.7;4.3;11.81;0;7.26;25992
+68077;42.91455;.09537;1238;20220619;27.9;18.5;23.2;5.2;10.24;.4;6.09;20904
+68077;42.91455;.09537;1238;20220620;26.8;13.2;20;2.6;13.11;.8;4.39;24064
+68077;42.91455;.09537;1238;20220621;26.2;15;20.6;3.2;13.51;2.7;4.14;22495
+68077;42.91455;.09537;1238;20220622;21.5;12.6;17;3.3;12.91;5.4;2.96;16483
+68077;42.91455;.09537;1238;20220623;22.2;11.8;17;2.9;11.64;9.3;3.95;21641
+68077;42.91455;.09537;1238;20220624;20.7;10.8;15.8;2.6;12.11;.1;3.56;21955
+68077;42.91455;.09537;1238;20220625;20.2;11.1;15.7;2.7;10.91;6.8;3.42;18082
+68077;42.91455;.09537;1238;20220626;19.6;9.7;14.7;1.9;11.74;16.6;2.79;17119
+68077;42.91455;.09537;1238;20220627;12.9;9.3;11.1;2;10.91;4.1;1.75;11297
+68077;42.91455;.09537;1238;20220628;20.5;8.8;14.7;2.3;11.51;.1;3.74;24972
+68077;42.91455;.09537;1238;20220629;24.1;11.1;17.6;2.3;11.64;5.2;4.09;22166
+68077;42.91455;.09537;1238;20220630;14;10.9;12.5;1.4;11.41;2.2;1.38;6532
+68077;42.91455;.09537;1238;20220701;18.7;7.5;13.1;2.3;10.51;.1;3.28;22967
+68077;42.91455;.09537;1238;20220702;29;11;20;3.6;11.61;0;5.63;29106
+68077;42.91455;.09537;1238;20220703;26;13.6;19.8;2.3;14.41;1.2;4.26;23120
+68077;42.91455;.09537;1238;20220704;21.8;12.4;17.1;2.3;14.27;.1;3.2;19520
+68077;42.91455;.09537;1238;20220705;19.8;12.9;16.4;2.8;14.81;1.7;2.42;14301
+68077;42.91455;.09537;1238;20220706;18.6;14.1;16.4;.7;15.69;5.4;2.85;14385
+68077;42.91455;.09537;1238;20220707;20.2;11;15.6;1.1;12.09;0;3.97;21855
+68077;42.91455;.09537;1238;20220708;23;11.8;17.4;1.2;12.99;.3;4.54;23259
+68077;42.91455;.09537;1238;20220709;26;12.3;19.2;2.9;12.27;.1;4.86;26586
+68077;42.91455;.09537;1238;20220710;27.2;13.8;20.5;3;13.41;.2;5.08;26854
+68077;42.91455;.09537;1238;20220711;29.4;16;22.7;2.4;13.77;.6;5.36;26145
+68077;42.91455;.09537;1238;20220712;29.7;17.6;23.6;2.2;14.67;.1;5.29;25362
+68077;42.91455;.09537;1238;20220713;30;16.2;23.1;2;14.94;0;5.38;26640
+68077;42.91455;.09537;1238;20220714;30.8;17.5;24.1;1.8;12.81;.1;5.59;26089
+68077;42.91455;.09537;1238;20220715;30.4;17.1;23.8;2;14.04;0;5.3;25635
+68077;42.91455;.09537;1238;20220716;32.2;17.8;25;2.1;10.94;0;5.94;25758
+68077;42.91455;.09537;1238;20220717;33.7;19.1;26.4;2.2;10.67;.1;6.23;25381
+68077;42.91455;.09537;1238;20220718;34.5;21.4;27.9;4.7;12.11;.2;7.46;24925
+68077;42.91455;.09537;1238;20220719;33.1;22.5;27.8;4.6;12.97;2.6;6.87;22514
+68077;42.91455;.09537;1238;20220720;24.7;14.8;19.8;2.7;15.54;0;3.45;19000
+68077;42.91455;.09537;1238;20220721;30.1;13.2;21.6;2.7;14.17;0;5.21;27383
+68077;42.91455;.09537;1238;20220722;29.7;18.3;24;2.4;14.41;.5;4.37;19976
+68077;42.91455;.09537;1238;20220723;25.4;13.5;19.5;2.2;14.27;0;4.05;23836
+68077;42.91455;.09537;1238;20220724;34.2;16.6;25.4;3.3;13.04;.2;6.21;27009
+68077;42.91455;.09537;1238;20220725;19.8;15.4;17.6;1.4;14.64;.8;2.21;11292
+68077;42.91455;.09537;1238;20220726;18.3;11.9;15.1;1.8;12.94;.6;2.25;12774
+68077;42.91455;.09537;1238;20220727;21.8;11.2;16.5;2.3;12.51;0;3.41;21355
+68077;42.91455;.09537;1238;20220728;26.5;11.3;18.9;2.2;13.04;3.8;4.14;24096
+68077;42.91455;.09537;1238;20220729;22.3;13.1;17.7;2.2;14.37;7.5;2.74;14950
+68077;42.91455;.09537;1238;20220730;20.7;13.8;17.2;2.2;14.91;0;2.41;13993
+68077;42.91455;.09537;1238;20220731;24.4;14.9;19.6;2.7;15.71;0;3.06;16482
+68077;42.91455;.09537;1238;20220801;26.4;14;20.2;2.5;16.27;.2;3.82;22217
+68077;42.91455;.09537;1238;20220802;29.5;15.8;22.7;2.6;15.51;0;4.89;24716
+68077;42.91455;.09537;1238;20220803;32.3;18.9;25.6;2.6;12.94;1.2;5.47;22326
+68077;42.91455;.09537;1238;20220804;31.3;17.5;24.4;2.9;13.97;7.8;5.35;23288
+68077;42.91455;.09537;1238;20220805;24.5;13.8;19.1;1.6;14.97;.7;3.27;17863
+68077;42.91455;.09537;1238;20220806;27.2;13.1;20.2;2.3;15.94;.1;3.85;21664
+68077;42.91455;.09537;1238;20220807;27;14.9;21;2.2;15.67;2.1;4.08;22127
+68077;42.91455;.09537;1238;20220808;28.1;14.5;21.3;2.2;14.07;.2;4.56;23587
+68077;42.91455;.09537;1238;20220809;27.6;15.8;21.7;2.1;13.87;4.3;4.39;21021
+68077;42.91455;.09537;1238;20220810;30.4;16;23.2;2.9;12.71;3.4;5.25;21847
+68077;42.91455;.09537;1238;20220811;31.4;17.8;24.6;3.6;11.67;0;5.96;21946
+68077;42.91455;.09537;1238;20220812;31.9;19.6;25.8;2.7;13.71;.1;5.37;22251
+68077;42.91455;.09537;1238;20220813;32;19.7;25.9;2.8;13.27;1;5.34;19700
+68077;42.91455;.09537;1238;20220814;23.5;14.1;18.8;2.2;13.67;1;2.9;14634
+68077;42.91455;.09537;1238;20220815;23.5;12.4;17.9;1.8;13.17;.1;3.46;19974
+68077;42.91455;.09537;1238;20220816;24.6;13.5;19;3.1;12.07;12.6;3.55;16429
+68077;42.91455;.09537;1238;20220817;17.2;11.9;14.6;2.3;12.74;4.9;1.95;12023
+68077;42.91455;.09537;1238;20220818;16.8;10.8;13.8;3.2;11.87;3.8;1.91;11829
+68077;42.91455;.09537;1238;20220819;21;10.7;15.8;2.4;12.11;2.1;2.69;16648
+68077;42.91455;.09537;1238;20220820;25.5;10.7;18.1;2.1;12.74;.6;3.79;22896
+68077;42.91455;.09537;1238;20220821;23.8;13.6;18.7;1.3;13.64;.1;2.99;15733
+68077;42.91455;.09537;1238;20220822;22.1;13.3;17.7;1.8;14.41;.2;2.49;14530
+68077;42.91455;.09537;1238;20220823;25.2;13.4;19.3;2.2;15.21;.1;3.27;19355
+68077;42.91455;.09537;1238;20220824;30.1;15.6;22.9;3;13.77;1.1;4.62;20220
+68077;42.91455;.09537;1238;20220825;25.9;15.4;20.6;2;15.11;8.5;2.82;13477
+68077;42.91455;.09537;1238;20220826;21.9;13;17.4;1.7;14.64;.5;2.34;13103
+68077;42.91455;.09537;1238;20220827;24.8;12.3;18.5;2.3;14.31;.8;3.21;19591
+68077;42.91455;.09537;1238;20220828;28.1;13.2;20.7;3.4;12.21;.7;4.57;21681
+68077;42.91455;.09537;1238;20220829;27.7;17.1;22.4;4.5;11.41;9.2;4.85;15915
+68077;42.91455;.09537;1238;20220830;26;14.3;20.1;3.1;14.14;0;3.74;19963
+68077;42.91455;.09537;1238;20220831;22.5;15;18.8;1.8;14.74;5.9;2.43;11995
+68077;42.91455;.09537;1238;20220901;24.4;10.6;17.5;1.9;14.01;0;2.96;18361
+68077;42.91455;.09537;1238;20220902;19.9;12.3;16.1;1.5;13.94;4.4;2.09;12348
+68077;42.91455;.09537;1238;20220903;20.7;12.3;16.5;1.9;13.41;2;2.21;13227
+68077;42.91455;.09537;1238;20220904;25;12.5;18.7;4;10.47;0;4.11;19157
+68077;42.91455;.09537;1238;20220905;25.8;14.6;20.2;4;12.07;4.9;4.04;18296
+68077;42.91455;.09537;1238;20220906;25.8;14.6;20.2;2.7;12.37;.5;3.65;18441
+68077;42.91455;.09537;1238;20220907;23.2;12.1;17.7;3.1;10.84;.7;3.24;15412
+68077;42.91455;.09537;1238;20220908;21.5;10.2;15.8;2.6;10.87;0;2.79;15591
+68077;42.91455;.09537;1238;20220909;19.2;10.2;14.7;1.8;11.37;1.1;2.44;14960
+68077;42.91455;.09537;1238;20220910;25.1;9.4;17.2;2.1;9.17;.1;3.64;20099
+68077;42.91455;.09537;1238;20220911;29;14.3;21.7;3.8;11.27;.1;4.67;19585
+68077;42.91455;.09537;1238;20220912;28.7;18.7;23.7;6.2;12.04;2.6;5.39;14409
+68077;42.91455;.09537;1238;20220913;21.1;16.9;19;6.2;13.04;10.7;2.86;10009
+68077;42.91455;.09537;1238;20220914;22.1;13.2;17.7;4.8;12.17;.2;3.09;15618
+68077;42.91455;.09537;1238;20220915;21.7;11.5;16.6;1.9;11.97;5.2;2.4;12121
+68077;42.91455;.09537;1238;20220916;18.5;11.4;15;1.7;12.47;1.4;1.91;12403
+68077;42.91455;.09537;1238;20220917;17.5;8.9;13.2;2.3;10.21;0;1.88;13304
+68077;42.91455;.09537;1238;20220918;21.4;6.7;14.1;1.9;7.81;0;2.7;17740
+68077;42.91455;.09537;1238;20220919;21.7;9.9;15.8;1.8;7.91;0;2.99;17062
+68077;42.91455;.09537;1238;20220920;21.3;8.5;14.9;2.4;8.24;.1;2.96;17623
+68077;42.91455;.09537;1238;20220921;19.9;7.6;13.7;2.4;9.37;0;2.56;17248
+68077;42.91455;.09537;1238;20220922;21;8;14.5;1.8;9.57;.1;2.54;16958
+68077;42.91455;.09537;1238;20220923;20.9;10.5;15.7;4;10.41;7.5;2.56;12097
+68077;42.91455;.09537;1238;20220924;13.9;9;11.4;1.6;9.84;3.8;1.35;8162
+68077;42.91455;.09537;1238;20220925;11.2;5.7;8.4;1.2;8.64;.4;1.27;9910
+68077;42.91455;.09537;1238;20220926;13.5;5.8;9.6;1.9;8.54;2.6;1.47;11672
+68077;42.91455;.09537;1238;20220927;13.3;6.4;9.8;3.3;9.57;8.2;1.1;8777
+68077;42.91455;.09537;1238;20220928;15.1;8.5;11.8;3.7;10.24;16.7;1.22;8917
+68077;42.91455;.09537;1238;20220929;11.8;6.9;9.3;3.3;9.01;12.1;1.05;8090
+68077;42.91455;.09537;1238;20220930;9.9;3.8;6.8;2.5;7.67;1;1.06;9320
+68077;42.91455;.09537;1238;20221001;18.7;3.5;11.1;2;8.41;.1;1.99;15085
+68077;42.91455;.09537;1238;20221002;22.5;9.3;15.9;2.4;10.24;.1;2.75;15313
+68077;42.91455;.09537;1238;20221003;22.3;10.1;16.2;1.3;9.44;0;2.39;14342
+68077;42.91455;.09537;1238;20221004;22.6;10.2;16.4;1;8.21;.1;2.34;14983
+68077;42.91455;.09537;1238;20221005;23.5;10.4;17;3;8.07;0;3.06;14507
+68077;42.91455;.09537;1238;20221006;17.9;7.7;12.8;2.1;10.54;0;1.49;11012
+68077;42.91455;.09537;1238;20221007;20.4;10.4;15.4;2.9;11.17;4.6;2.03;11924
+68077;42.91455;.09537;1238;20221008;15.2;10.2;12.7;1.6;11.31;.2;1.1;7034
+68077;42.91455;.09537;1238;20221009;20.3;8.5;14.4;4.5;9.81;1;2.31;13460
+68077;42.91455;.09537;1238;20221010;19.6;9.8;14.7;3.8;9.67;.3;2.04;9884
+68077;42.91455;.09537;1238;20221011;16.7;8.8;12.8;1.3;11.54;3.2;1.18;7784
+68077;42.91455;.09537;1238;20221012;16;9.9;13;1.2;11.44;1.6;1.12;7132
+68077;42.91455;.09537;1238;20221013;18.4;7.9;13.2;2.9;10.47;0;1.66;11850
+68077;42.91455;.09537;1238;20221014;19.3;10.9;15.1;2.4;11.51;.3;1.61;10056
+68077;42.91455;.09537;1238;20221015;22.6;11.6;17.1;5;8.71;.1;3.37;12873
+68077;42.91455;.09537;1238;20221016;22.5;13.8;18.1;7.5;9.41;.2;3.58;11233
+68077;42.91455;.09537;1238;20221017;20.4;13.4;16.9;5.3;10.27;5.5;2.31;8951
+68077;42.91455;.09537;1238;20221018;23.9;12.6;18.3;5.4;9.94;.1;3;11759
+68077;42.91455;.09537;1238;20221019;22.3;15.8;19;7.6;10.61;25.3;3.69;8313
+68077;42.91455;.09537;1238;20221020;16.6;11;13.8;9.5;10.67;15.8;2.15;7111
+68077;42.91455;.09537;1238;20221021;16.3;10.2;13.2;9.2;10.44;6.2;1.69;6845
+68077;42.91455;.09537;1238;20221022;17.7;10.3;14;7.5;9.64;1;1.99;9437
+68077;42.91455;.09537;1238;20221023;13.9;12.7;13.3;9.5;10.07;8.7;2.33;3355
+68077;42.91455;.09537;1238;20221024;17.8;10.6;14.2;6.5;8.91;.1;2.24;8572
+68077;42.91455;.09537;1238;20221025;20.1;10.6;15.4;7.8;8.41;.1;3.16;9319
+68077;42.91455;.09537;1238;20221026;21.2;13.7;17.5;7.2;8.77;0;3.39;9206
+68077;42.91455;.09537;1238;20221027;19.1;13.5;16.3;5.3;8.41;.2;3.27;6706
+68077;42.91455;.09537;1238;20221028;23.3;14.7;19;6.5;7.37;0;4.17;7956
+68077;42.91455;.09537;1238;20221029;21.7;15.4;18.5;5.9;5.21;0;4.48;6116
+68077;42.91455;.09537;1238;20221030;19.9;11.6;15.7;4;6.31;.7;2.61;7193
+68077;42.91455;.09537;1238;20221031;17.8;10;13.9;7.6;9.44;7.7;2.09;6657
+68077;42.91455;.09537;1238;20221101;14.8;6.3;10.6;2.1;9.64;.1;1.08;9106
+68077;42.91455;.09537;1238;20221102;15.5;5.4;10.5;4.1;8.11;.2;1.53;9685
+68077;42.91455;.09537;1238;20221103;14.1;10;12;6.6;8.41;11;1.73;4478
+68077;42.91455;.09537;1238;20221104;5.1;1.6;3.3;4.3;6.57;18.9;.58;4265
+68077;42.91455;.09537;1238;20221105;10.6;1.5;6;2.1;5.47;.1;1.24;9279
+68077;42.91455;.09537;1238;20221106;15.6;5.8;10.7;3.5;4.87;0;2.2;8997
+68077;42.91455;.09537;1238;20221107;15.8;4.5;10.2;6.1;5.51;0;2.17;9521
+68077;42.91455;.09537;1238;20221108;17.7;9.5;13.6;8.6;7.94;2.4;2.14;6966
+68077;42.91455;.09537;1238;20221109;13.7;9.2;11.4;4.9;8.91;4;1.06;4486
+68077;42.91455;.09537;1238;20221110;11.6;4;7.8;2.3;7.21;0;1.03;8519
+68077;42.91455;.09537;1238;20221111;17;4.1;10.6;5.8;6.77;.6;1.86;9490
+68077;42.91455;.09537;1238;20221112;17;8;12.5;5.1;7.04;.1;2.28;8047
+68077;42.91455;.09537;1238;20221113;16.2;7.7;11.9;3.8;6.64;0;1.87;8206
+68077;42.91455;.09537;1238;20221114;13.5;7.6;10.5;5.7;7.77;.8;1.14;4768
+68077;42.91455;.09537;1238;20221115;13.6;7.9;10.8;7.6;8.17;5.5;1.34;5176
+68077;42.91455;.09537;1238;20221116;11.9;4.2;8.1;4.9;7.84;.6;.81;6783
+68077;42.91455;.09537;1238;20221117;13.9;6.5;10.2;4.1;8.37;6.2;1.02;5905
+68077;42.91455;.09537;1238;20221118;6.1;3.5;4.8;2.3;6.94;4.5;.48;3577
+68077;42.91455;.09537;1238;20221119;2.8;.9;1.8;3;5.94;2.9;.36;3477
+68077;42.91455;.09537;1238;20221120;7;-1.7;2.6;2.7;5.87;7.4;.47;5495
+68077;42.91455;.09537;1238;20221121;9.5;2.8;6.2;5.9;6.97;35;.79;4390
+68077;42.91455;.09537;1238;20221122;5;-.6;2.2;5.4;5.94;14.1;.38;4606
+68077;42.91455;.09537;1238;20221123;9.1;2.5;5.8;4.8;8.04;11.8;.43;4518
+68077;42.91455;.09537;1238;20221124;10.2;1.1;5.7;4.1;6.54;5.6;.74;5637
+68077;42.91455;.09537;1238;20221125;5.5;3.3;4.4;2.7;7.07;7.4;.48;2520
+68077;42.91455;.09537;1238;20221126;10.1;.2;5.2;2.3;4.44;.1;1.24;7224
+68077;42.91455;.09537;1238;20221127;14.2;5.1;9.7;4.5;3.41;3.7;2.38;6614
+68077;42.91455;.09537;1238;20221128;4.2;2;3.1;3.5;6.21;16.9;.38;2730
+68077;42.91455;.09537;1238;20221129;4.9;.8;2.9;2.8;6.47;5.5;.34;3412
+68077;42.91455;.09537;1238;20221130;5;-.3;2.4;1.3;4.94;.2;.45;6118
+68077;42.91455;.09537;1238;20221201;4.3;-1.4;1.4;1.8;3.81;0;.67;5231
+68077;42.91455;.09537;1238;20221202;3;-4.3;-.7;1.6;4.34;0;.4;5640
+68077;42.91455;.09537;1238;20221203;1.9;-3.6;-.8;2;4.71;2.9;.31;4542
+68077;42.91455;.09537;1238;20221204;3.3;-3.1;.1;.7;4.19;0;.45;5095
+68077;42.91455;.09537;1238;20221205;7;-2.6;2.2;.9;4.29;1.2;.48;5745
+68077;42.91455;.09537;1238;20221206;9.9;3.3;6.6;.6;6.29;.2;.48;5768
+68077;42.91455;.09537;1238;20221207;9.1;3.2;6.2;1.4;7.11;.3;.5;4598
+68077;42.91455;.09537;1238;20221208;8.8;2.1;5.4;5.1;6.47;9.1;.66;3901
+68077;42.91455;.09537;1238;20221209;7.8;4;5.9;3.8;7.57;6.8;.46;3714
+68077;42.91455;.09537;1238;20221210;.5;-.1;.2;2.5;4.87;0;.39;2783
+68077;42.91455;.09537;1238;20221211;4.2;-5.6;-.7;2.3;3.41;0;.48;4819
+68077;42.91455;.09537;1238;20221212;7.1;-2.3;2.4;4.4;5.77;13.3;.5;4344
+68077;42.91455;.09537;1238;20221213;10.5;5.2;7.8;5.2;8.07;10.1;.65;3865
+68077;42.91455;.09537;1238;20221214;8.9;5.8;7.3;4.5;7.87;4.7;.69;4721
+68077;42.91455;.09537;1238;20221215;8.2;4;6.1;3.9;7.67;3.2;.44;4292
+68077;42.91455;.09537;1238;20221216;6.8;3.2;5;2.9;7.24;2.3;.36;3237
+68077;42.91455;.09537;1238;20221217;6.4;.3;3.3;3;5.74;0;.59;5900
+68077;42.91455;.09537;1238;20221218;10.7;1.5;6.1;8.3;4.84;.1;1.2;6622
+68077;42.91455;.09537;1238;20221219;15.9;7.8;11.9;2.2;4.89;0;1.76;5735
+68077;42.91455;.09537;1238;20221220;13.9;9.1;11.5;8;5.84;5.2;2.28;3954
+68077;42.91455;.09537;1238;20221221;9.3;4.4;6.8;4.4;7.71;.4;.49;4394
+68077;42.91455;.09537;1238;20221222;9.8;4.5;7.1;4.4;8.01;.1;.71;4929
+68077;42.91455;.09537;1238;20221223;13.5;7;10.2;6;7.84;0;.98;4660
+68077;42.91455;.09537;1238;20221224;15;4.3;9.7;6.7;6.17;0;1.83;6792
+68077;42.91455;.09537;1238;20221225;14.3;7.3;10.8;8.9;5.64;0;2.34;6003
+68077;42.91455;.09537;1238;20221226;11.3;6.1;8.7;4.9;6.51;0;1.37;3954
+68077;42.91455;.09537;1238;20221227;9.7;3.1;6.4;3.1;7.07;.1;.55;4495
+68077;42.91455;.09537;1238;20221228;11.5;2.9;7.2;6.3;5.87;.1;1.32;6668
+68077;42.91455;.09537;1238;20221229;10.9;3.8;7.3;4.9;6.51;4.1;.87;4623
+68077;42.91455;.09537;1238;20221230;12.4;4.3;8.4;7.1;7.97;1;.77;5046
+68077;42.91455;.09537;1238;20221231;16.6;8.7;12.6;8.8;6.31;0;2.53;5380
+68078;42.94376;.39881;814;20220101;17.9;-1.1;8.4;.6;5.99;0;.48;8300
+68078;42.94376;.39881;814;20220102;15.9;-.9;7.5;1;6.69;0;.65;7821
+68078;42.94376;.39881;814;20220103;14.2;-1.1;6.6;.5;6.69;0;.39;7486
+68078;42.94376;.39881;814;20220104;19.2;-.3;9.5;1.8;6.69;14.1;1.25;8547
+68078;42.94376;.39881;814;20220105;3.3;1.6;2.5;1.9;5.79;1.3;.61;2279
+68078;42.94376;.39881;814;20220106;3.3;-1.7;.8;.9;4.29;0;.51;4200
+68078;42.94376;.39881;814;20220107;1.6;-6.4;-2.4;.5;5.19;4.4;.24;5447
+68078;42.94376;.39881;814;20220108;8.1;-.9;3.6;.7;6.99;9.6;.38;5842
+68078;42.94376;.39881;814;20220109;4.2;2.4;3.3;1.2;6.99;51.3;.45;2428
+68078;42.94376;.39881;814;20220110;10.1;.4;5.3;5.8;9.39;50.7;.25;6173
+68078;42.94376;.39881;814;20220111;9.2;3.9;6.6;1.1;7.49;0;.61;4504
+68078;42.94376;.39881;814;20220112;7.7;-5.1;1.3;.4;4.49;0;.36;7264
+68078;42.94376;.39881;814;20220113;8.9;-7.3;.8;.4;3.89;0;.36;8289
+68078;42.94376;.39881;814;20220114;11.3;-6.3;2.5;.4;3.89;0;.39;8733
+68078;42.94376;.39881;814;20220115;9.5;-7.3;1.1;.5;3.49;0;.43;8602
+68078;42.94376;.39881;814;20220116;8.6;-8.1;.3;.4;3.49;0;.38;8657
+68078;42.94376;.39881;814;20220117;9.6;-6.8;1.4;.8;3.59;0;.6;8659
+68078;42.94376;.39881;814;20220118;10.3;-6.7;1.8;.7;4.29;.1;.55;8910
+68078;42.94376;.39881;814;20220119;6.4;-5.3;.6;.5;5.19;.8;.41;7405
+68078;42.94376;.39881;814;20220120;5.9;-1;2.5;1.4;6.59;3.8;.48;5660
+68078;42.94376;.39881;814;20220121;2.3;-.2;1.1;2;5.29;0;.61;3297
+68078;42.94376;.39881;814;20220122;7.2;-6.8;.2;.5;4.49;.1;.46;8397
+68078;42.94376;.39881;814;20220123;9.6;-5.7;2;.6;4.69;0;.55;8892
+68078;42.94376;.39881;814;20220124;11.8;-5.8;3;.7;4.29;0;.67;9670
+68078;42.94376;.39881;814;20220125;11.4;-6.2;2.6;.6;4.09;0;.63;9779
+68078;42.94376;.39881;814;20220126;12.9;-5.7;3.6;.6;4.09;0;.68;10179
+68078;42.94376;.39881;814;20220127;13.5;-5.8;3.9;.6;3.99;0;.7;10496
+68078;42.94376;.39881;814;20220128;12.5;-6.3;3.1;1;3.79;0;.92;10475
+68078;42.94376;.39881;814;20220129;14.4;-5.3;4.6;.4;3.89;0;.63;10859
+68078;42.94376;.39881;814;20220130;13;-5.4;3.8;.6;4.59;0;.73;10607
+68078;42.94376;.39881;814;20220131;9.2;-5.2;2;1.5;5.39;.4;.82;9455
+68078;42.94376;.39881;814;20220201;7.4;1.5;4.5;2;6.19;0;.89;5993
+68078;42.94376;.39881;814;20220202;16.2;-3.1;6.6;.5;5.69;0;.81;11273
+68078;42.94376;.39881;814;20220203;15.6;-3.8;5.9;1.7;5.29;0;1.42;11442
+68078;42.94376;.39881;814;20220204;11.7;-2.1;4.8;.8;7.09;.8;.77;9712
+68078;42.94376;.39881;814;20220205;7.5;4.8;6.2;1.6;7.59;.8;.79;4144
+68078;42.94376;.39881;814;20220206;8.4;-2.5;3;1.7;5.29;.1;.97;8808
+68078;42.94376;.39881;814;20220207;11.2;-2.8;4.2;1.3;6.59;.6;.92;10157
+68078;42.94376;.39881;814;20220208;17;-3;7;.6;5.89;0;1.02;12365
+68078;42.94376;.39881;814;20220209;16.9;-3.6;6.7;.9;4.99;0;1.24;12681
+68078;42.94376;.39881;814;20220210;-2.4;-3.4;-2.9;1.4;5.76;0;1.53;11106
+68078;42.94376;.39881;814;20220211;8.3;1.5;4.9;1.1;8.05;1.3;.7;4631
+68078;42.94376;.39881;814;20220212;13.2;1;7.1;1.4;7.23;0;1.22;10533
+68078;42.94376;.39881;814;20220213;15.2;.6;7.9;2.5;6.73;4.8;1.87;11209
+68078;42.94376;.39881;814;20220214;8.6;2.9;5.8;3.4;7.23;7.4;1.17;6803
+68078;42.94376;.39881;814;20220215;7.6;1.5;4.5;2.9;6.49;2.9;1.1;6675
+68078;42.94376;.39881;814;20220216;11.9;.2;6.1;.5;8.09;1.2;.93;10364
+68078;42.94376;.39881;814;20220217;14.7;1.2;8;1.4;8.59;0;1.26;11301
+68078;42.94376;.39881;814;20220218;16.6;-.8;7.9;2.5;8.09;4.6;1.73;13041
+68078;42.94376;.39881;814;20220219;6.1;2.6;4.4;1.2;7.09;2.6;.77;5718
+68078;42.94376;.39881;814;20220220;12.5;-3.5;4.5;.7;6.19;.1;1.13;12803
+68078;42.94376;.39881;814;20220221;12.6;.3;6.5;1.6;6.29;.2;1.44;11319
+68078;42.94376;.39881;814;20220222;13.7;-3.7;5;1.2;5.89;0;1.42;13699
+68078;42.94376;.39881;814;20220223;15.3;-3.8;5.8;1;6.09;0;1.48;14546
+68078;42.94376;.39881;814;20220224;10.7;-.7;5;1.9;7.29;1.3;1.2;11291
+68078;42.94376;.39881;814;20220225;6.7;3.5;5.1;1.5;6.59;.1;.99;5882
+68078;42.94376;.39881;814;20220226;13.2;-5.1;4.1;1.5;4.99;0;1.64;14755
+68078;42.94376;.39881;814;20220227;13.2;-3.5;4.9;1.7;6.19;0;1.59;14247
+68078;42.94376;.39881;814;20220228;15.1;-1.6;6.8;1;6.09;0;1.6;14417
+68078;42.94376;.39881;814;20220301;15.9;-4.8;5.6;1;5.59;0;1.7;16283
+68078;42.94376;.39881;814;20220302;11.1;-.1;5.5;1.3;7.09;4.3;1.32;12021
+68078;42.94376;.39881;814;20220303;15.2;-1.1;7.1;1.9;7.69;2.5;1.77;14748
+68078;42.94376;.39881;814;20220304;7;5;6;2.2;7.69;1.8;.98;4986
+68078;42.94376;.39881;814;20220305;6.9;1.6;4.3;.9;6.49;.5;1.03;8447
+68078;42.94376;.39881;814;20220306;6.3;1.3;3.8;1.1;6.49;0;1.01;8289
+68078;42.94376;.39881;814;20220307;12.1;-2;5.1;1.7;5.89;.8;1.71;14331
+68078;42.94376;.39881;814;20220308;11.3;4.7;8;2.2;6.29;2.6;1.81;9799
+68078;42.94376;.39881;814;20220309;13.5;-2.1;5.7;1.5;5.89;.1;1.84;15433
+68078;42.94376;.39881;814;20220310;14;4.7;9.4;2.2;6.69;.1;2.1;11964
+68078;42.94376;.39881;814;20220311;12.5;11.1;11.8;3.2;6.79;12.2;2.35;4467
+68078;42.94376;.39881;814;20220312;12;3.6;7.8;.8;7.69;3.3;1.46;11603
+68078;42.94376;.39881;814;20220313;8.5;1.7;5.1;1.7;6.89;5.2;1.33;10515
+68078;42.94376;.39881;814;20220314;12.3;-1.5;5.4;2.2;7.59;4.6;1.68;15298
+68078;42.94376;.39881;814;20220315;21.5;7.2;14.4;3.3;6.59;0;3.82;15743
+68078;42.94376;.39881;814;20220316;16.8;6.6;11.7;1.6;8.99;2.3;2.13;13378
+68078;42.94376;.39881;814;20220317;9.1;7.5;8.3;.9;10.09;12.2;.91;5131
+68078;42.94376;.39881;814;20220318;8.4;5;6.7;1.4;9.26;.5;.86;4815
+68078;42.94376;.39881;814;20220319;13.7;2.2;8;1.2;8.5;0;1.8;13898
+68078;42.94376;.39881;814;20220320;14.7;4.3;9.5;1.6;8.6;.1;2.02;12778
+68078;42.94376;.39881;814;20220321;15.8;3;9.4;2.2;7.8;0;2.47;15192
+68078;42.94376;.39881;814;20220322;14.6;2.6;8.6;1.6;6.59;0;2.25;15472
+68078;42.94376;.39881;814;20220323;14.9;0;7.4;1.8;6.1;0;2.53;18501
+68078;42.94376;.39881;814;20220324;16.1;.2;8.1;1.3;6.59;0;2.29;18317
+68078;42.94376;.39881;814;20220325;16.8;3.2;10;1.3;8.23;0;2.41;17177
+68078;42.94376;.39881;814;20220326;16.4;1.1;8.8;1.5;7.53;.6;2.39;16861
+68078;42.94376;.39881;814;20220327;17.1;1.4;9.2;1.4;7.9;0;2.41;16819
+68078;42.94376;.39881;814;20220328;18;2.4;10.2;1.3;7.4;0;2.44;15280
+68078;42.94376;.39881;814;20220329;17.1;5.3;11.2;1.5;8.8;4.6;2.19;12413
+68078;42.94376;.39881;814;20220330;8.7;6.1;7.4;2.2;10.19;4.9;.99;5543
+68078;42.94376;.39881;814;20220331;9;4.2;6.6;3.7;7.7;7.9;1.67;8419
+68078;42.94376;.39881;814;20220401;3.1;-1.5;.8;5.1;4.66;8.1;1.64;9709
+68078;42.94376;.39881;814;20220402;2.9;-3.2;-.2;3.5;4.71;.8;1.55;11880
+68078;42.94376;.39881;814;20220403;5.1;-3.7;.7;2.1;3.25;.6;1.9;16177
+68078;42.94376;.39881;814;20220404;8.4;-3.1;2.7;1.4;4.86;0;2.07;18917
+68078;42.94376;.39881;814;20220405;15.2;-3.1;6.1;1.2;4.39;0;2.39;19891
+68078;42.94376;.39881;814;20220406;10.8;-.6;5.1;1.8;7.5;0;1.59;11697
+68078;42.94376;.39881;814;20220407;18.9;.9;9.9;2.5;8.5;0;3.02;19717
+68078;42.94376;.39881;814;20220408;19.6;4.7;12.1;3.1;9.4;1.8;3.22;17135
+68078;42.94376;.39881;814;20220409;11.8;4.5;8.1;2.6;7.86;1.5;2.24;14585
+68078;42.94376;.39881;814;20220410;18.9;-1.1;8.9;1.9;6.6;0;3.4;22832
+68078;42.94376;.39881;814;20220411;21.3;5.7;13.5;2.8;9.26;0;3.55;18149
+68078;42.94376;.39881;814;20220412;16.4;8.4;12.4;2.2;10.53;8.1;2.46;12698
+68078;42.94376;.39881;814;20220413;11.1;7.8;9.4;1.3;10.8;4.5;1.29;6457
+68078;42.94376;.39881;814;20220414;18.3;5.7;12;1.3;10.4;0;2.82;18553
+68078;42.94376;.39881;814;20220415;19.9;4.7;12.3;1.5;10.96;0;3.09;21195
+68078;42.94376;.39881;814;20220416;20;7.6;13.8;1.9;11.06;0;3.2;19441
+68078;42.94376;.39881;814;20220417;21.1;3.8;12.5;2.6;10.1;0;3.75;23847
+68078;42.94376;.39881;814;20220418;16.7;7.6;12.1;2.1;10.56;.6;2.51;14133
+68078;42.94376;.39881;814;20220419;9.5;7.8;8.6;2;9.86;17.7;1.14;4883
+68078;42.94376;.39881;814;20220420;8.7;3;5.8;1.9;8.76;2.5;1.36;9024
+68078;42.94376;.39881;814;20220421;11;5.3;8.1;1.6;9.5;.4;1.56;9178
+68078;42.94376;.39881;814;20220422;16.4;3.5;9.9;1.4;9.13;7.8;2.79;18817
+68078;42.94376;.39881;814;20220423;12;5.9;8.9;2.2;8.9;10.2;1.95;10751
+68078;42.94376;.39881;814;20220424;14.8;5.5;10.1;3.3;9.7;.9;2.69;17041
+68078;42.94376;.39881;814;20220425;17.3;3.1;10.2;1.6;9.3;0;3.07;21717
+68078;42.94376;.39881;814;20220426;20.7;3.7;12.2;1.8;9.53;0;3.59;21954
+68078;42.94376;.39881;814;20220427;18.2;8.1;13.1;1.7;11.36;3.7;2.38;13267
+68078;42.94376;.39881;814;20220428;13.9;10;12;1.4;12.73;.5;1.45;7360
+68078;42.94376;.39881;814;20220429;18.8;8.3;13.5;1.4;12.46;.2;2.67;15930
+68078;42.94376;.39881;814;20220430;17.9;9.9;13.9;2;11.93;1.1;2.8;15646
+68078;42.94376;.39881;814;20220501;18.1;6.5;12.3;1.9;11.26;3.1;2.99;18920
+68078;42.94376;.39881;814;20220502;13.1;8.7;10.9;1.5;11.53;13.3;1.52;7889
+68078;42.94376;.39881;814;20220503;14.4;8.3;11.4;1.3;11.6;4.5;2.07;11808
+68078;42.94376;.39881;814;20220504;14.4;8.2;11.3;1.8;11.43;2.8;2.08;11760
+68078;42.94376;.39881;814;20220505;14.9;7.6;11.2;2.1;10.4;.2;2.37;12780
+68078;42.94376;.39881;814;20220506;14.8;8.1;11.5;1.4;10.09;1.2;2.53;15803
+68078;42.94376;.39881;814;20220507;17.7;8.6;13.2;1.5;10.69;0;3.05;18563
+68078;42.94376;.39881;814;20220508;18.1;3.3;10.7;.9;9.39;.1;3.36;23881
+68078;42.94376;.39881;814;20220509;22.2;3.5;12.9;1.2;9.69;0;4.11;27007
+68078;42.94376;.39881;814;20220510;24.2;4.7;14.5;1.1;10.09;.1;4.39;27704
+68078;42.94376;.39881;814;20220511;28;4.7;16.4;1.1;11.49;2.2;4.81;28445
+68078;42.94376;.39881;814;20220512;21;12.1;16.6;1.7;15.39;.1;3.25;18750
+68078;42.94376;.39881;814;20220513;21;10.2;15.6;1.5;14.29;.3;3.45;20774
+68078;42.94376;.39881;814;20220514;26.3;7.2;16.8;1;12.79;1.2;4.64;27855
+68078;42.94376;.39881;814;20220515;27.6;10.9;19.3;2;11.59;1.2;5.24;26119
+68078;42.94376;.39881;814;20220516;24;8.5;16.3;.8;13.79;.1;4.12;25241
+68078;42.94376;.39881;814;20220517;26.7;7.6;17.2;1.5;13.39;.3;4.89;28159
+68078;42.94376;.39881;814;20220518;29.5;11.4;20.5;.8;13.79;.1;4.96;27496
+68078;42.94376;.39881;814;20220519;30.6;11.6;21.1;1.6;12.59;.1;5.66;28274
+68078;42.94376;.39881;814;20220520;28.9;19.5;24.2;2.8;11.79;0;5.67;19842
+68078;42.94376;.39881;814;20220521;33.9;9.7;21.8;.9;15.39;.1;5.6;29466
+68078;42.94376;.39881;814;20220522;31.4;11.2;21.3;1.1;12.79;2.9;5.57;29438
+68078;42.94376;.39881;814;20220523;16.4;13.1;14.8;2;13.89;1.3;2.25;11713
+68078;42.94376;.39881;814;20220524;11.4;9;10.2;1.2;10.89;16.3;1.69;9963
+68078;42.94376;.39881;814;20220525;15.4;5.6;10.5;1.4;9.89;0;3;20566
+68078;42.94376;.39881;814;20220526;17.5;8.4;13;1.6;11.39;0;3.18;19856
+68078;42.94376;.39881;814;20220527;20.4;7.6;14;1.4;11.99;.1;3.78;23677
+68078;42.94376;.39881;814;20220528;23.5;5.2;14.4;1.5;12.29;0;4.52;28451
+68078;42.94376;.39881;814;20220529;21.4;8.6;15;1.8;12.09;0;4.02;23789
+68078;42.94376;.39881;814;20220530;21.3;5.3;13.3;1.4;11.99;3.3;4.09;26699
+68078;42.94376;.39881;814;20220531;22;10.8;16.4;1.1;14.19;0;3.81;22325
+68078;42.94376;.39881;814;20220601;29.3;8.7;19;1.8;13.19;.6;5.75;30277
+68078;42.94376;.39881;814;20220602;25;11.2;18.1;1.6;15.49;3.3;4.47;24919
+68078;42.94376;.39881;814;20220603;25.4;12;18.7;1.6;15.49;6.9;4.53;24594
+68078;42.94376;.39881;814;20220604;21.4;10;15.7;1.9;16.09;8;3.62;22694
+68078;42.94376;.39881;814;20220605;20.9;13;17;1.2;15.49;.4;3.35;18860
+68078;42.94376;.39881;814;20220606;23.8;8.9;16.4;1.3;14.99;2.4;4.34;26079
+68078;42.94376;.39881;814;20220607;20.8;13.6;17.2;1.4;14.79;.4;3.35;18041
+68078;42.94376;.39881;814;20220608;19.6;10.6;15.1;.9;14.89;2.3;3.31;20241
+68078;42.94376;.39881;814;20220609;20.7;11;15.9;1.8;13.79;0;3.66;21052
+68078;42.94376;.39881;814;20220610;26.6;5.2;15.9;1.4;11.69;.1;5.21;30683
+68078;42.94376;.39881;814;20220611;28.5;9.1;18.8;1.5;14.19;4.2;5.49;29988
+68078;42.94376;.39881;814;20220612;30.1;12.2;21.2;1.5;16.89;2.1;5.58;28816
+68078;42.94376;.39881;814;20220613;23.5;15.8;19.7;1.7;18.09;0;3.65;18788
+68078;42.94376;.39881;814;20220614;31.7;12.1;21.9;.8;16.99;3.7;5.66;30216
+68078;42.94376;.39881;814;20220615;31.5;13.8;22.7;1.6;17.99;.1;5.82;28713
+68078;42.94376;.39881;814;20220616;32.2;13.2;22.7;1.1;18.69;0;5.81;29777
+68078;42.94376;.39881;814;20220617;33.4;13.6;23.5;.8;17.79;.3;5.89;30417
+68078;42.94376;.39881;814;20220618;37.5;12.9;25.2;1.3;14.19;0;6.67;30840
+68078;42.94376;.39881;814;20220619;33.1;22.8;28;3.2;11.19;.7;7.14;21846
+68078;42.94376;.39881;814;20220620;24.5;15.2;19.9;3.1;17.09;.2;4.28;20742
+68078;42.94376;.39881;814;20220621;24.2;16;20.1;2.4;17.39;2.5;4.01;19455
+68078;42.94376;.39881;814;20220622;22.3;13.1;17.7;2.1;15.69;1;3.8;20626
+68078;42.94376;.39881;814;20220623;26.6;11.9;19.3;1.9;14.39;6.6;5.05;26165
+68078;42.94376;.39881;814;20220624;22.1;13.2;17.7;2.1;14.59;.4;3.86;20271
+68078;42.94376;.39881;814;20220625;25.8;9.1;17.5;2;13.29;14.4;5.08;27893
+68078;42.94376;.39881;814;20220626;17.2;10.8;14;2.2;13.49;23.9;2.84;17118
+68078;42.94376;.39881;814;20220627;16.4;11;13.7;1.5;13.49;7.2;2.61;15685
+68078;42.94376;.39881;814;20220628;22.1;10.2;16.2;1.2;14.09;.2;3.97;23446
+68078;42.94376;.39881;814;20220629;22.1;8.4;15.3;1.7;14.19;9.1;4.08;25163
+68078;42.94376;.39881;814;20220630;16;12.3;14.2;2.3;13.59;2.6;2.35;12888
+68078;42.94376;.39881;814;20220701;19.1;9.8;14.5;1.5;12.19;.2;3.47;20628
+68078;42.94376;.39881;814;20220702;27.5;7.8;17.7;1.2;13.09;.1;5.26;30157
+68078;42.94376;.39881;814;20220703;25;10.8;17.9;.9;16.09;1.6;4.41;25518
+68078;42.94376;.39881;814;20220704;21.3;15.1;18.2;1.7;16.59;.1;3.21;16714
+68078;42.94376;.39881;814;20220705;22;15.7;18.9;.8;17.59;1.5;3.17;16828
+68078;42.94376;.39881;814;20220706;21.1;16.1;18.6;.9;16.79;4.4;2.91;14929
+68078;42.94376;.39881;814;20220707;23.2;10.3;16.8;1.8;13.99;0;4.25;24164
+68078;42.94376;.39881;814;20220708;24.8;11.7;18.3;1.3;15.29;.3;4.36;24312
+68078;42.94376;.39881;814;20220709;27.8;9.9;18.9;1.4;14.79;.1;5.16;28431
+68078;42.94376;.39881;814;20220710;28.7;11.5;20.1;1.4;15.69;.2;5.23;27809
+68078;42.94376;.39881;814;20220711;31.3;11.7;21.5;1.2;15.39;.6;5.69;29652
+68078;42.94376;.39881;814;20220712;31.4;12.4;21.9;1.3;16.29;.1;5.68;29128
+68078;42.94376;.39881;814;20220713;31.6;13.3;22.5;1.3;16.69;.1;5.65;28517
+68078;42.94376;.39881;814;20220714;32.8;12.8;22.8;1.1;15.49;.1;5.83;29761
+68078;42.94376;.39881;814;20220715;31.3;11.8;21.6;1.1;15.79;.1;5.57;29312
+68078;42.94376;.39881;814;20220716;34.6;12.3;23.5;1.6;14.69;0;6.35;29879
+68078;42.94376;.39881;814;20220717;35.9;11.8;23.9;1.4;13.59;.1;6.34;29802
+68078;42.94376;.39881;814;20220718;36.6;12.6;24.6;1;14.69;.1;6.06;29724
+68078;42.94376;.39881;814;20220719;25.4;15.1;20.3;2.2;17.19;.5;4.23;20979
+68078;42.94376;.39881;814;20220720;26.3;16.1;21.2;1.8;16.59;.1;4.34;20815
+68078;42.94376;.39881;814;20220721;30.4;15.9;23.2;1.3;16.79;0;5.09;24814
+68078;42.94376;.39881;814;20220722;23;12.9;18;1.8;16.49;.6;3.7;20585
+68078;42.94376;.39881;814;20220723;22.8;14.3;18.6;1.6;15.99;.1;3.57;18794
+68078;42.94376;.39881;814;20220724;33.6;11;22.3;1.5;15.09;.2;5.96;29194
+68078;42.94376;.39881;814;20220725;19.7;17;18.4;1.6;17.69;.8;2.23;10360
+68078;42.94376;.39881;814;20220726;19;14.8;16.9;1.9;15.19;.4;2.61;12967
+68078;42.94376;.39881;814;20220727;23.6;13.5;18.6;2;13.79;0;4.04;20238
+68078;42.94376;.39881;814;20220728;23.5;9.6;16.6;1.8;14.09;2.9;4.09;23718
+68078;42.94376;.39881;814;20220729;20.3;14.8;17.6;1.7;17.19;8.4;2.72;14726
+68078;42.94376;.39881;814;20220730;22.8;15.6;19.2;1.1;17.69;0;3.18;16836
+68078;42.94376;.39881;814;20220731;26.6;16.5;21.6;1.4;18.39;.3;4;19929
+68078;42.94376;.39881;814;20220801;28.1;15.5;21.8;1.4;18.39;.2;4.4;22211
+68078;42.94376;.39881;814;20220802;31.4;13.6;22.5;1.2;16.69;.1;5.17;26358
+68078;42.94376;.39881;814;20220803;32.8;12.6;22.7;1.4;15.19;.7;5.62;27983
+68078;42.94376;.39881;814;20220804;29.8;13;21.4;1.5;17.49;10.3;4.92;25375
+68078;42.94376;.39881;814;20220805;25.4;14.6;20;1.2;18.19;.3;3.75;20181
+68078;42.94376;.39881;814;20220806;26.4;14.8;20.6;1;18.39;.1;3.88;20832
+68078;42.94376;.39881;814;20220807;28.4;14.2;21.3;.6;18.09;2.9;4.19;22980
+68078;42.94376;.39881;814;20220808;29.2;11.7;20.5;1.1;16.89;0;4.65;25429
+68078;42.94376;.39881;814;20220809;30.1;14;22.1;.4;17.79;3.7;4.36;24256
+68078;42.94376;.39881;814;20220810;31.6;12.3;22;1.1;16.29;2.9;5.03;26459
+68078;42.94376;.39881;814;20220811;34.2;12.3;23.3;.7;17.39;.1;5.07;27076
+68078;42.94376;.39881;814;20220812;32.4;14.7;23.6;.8;18.29;.1;4.8;25063
+68078;42.94376;.39881;814;20220813;31.4;14.5;23;.5;18.49;1.7;4.47;24352
+68078;42.94376;.39881;814;20220814;23;14.8;18.9;1.7;17.99;.8;3.11;16759
+68078;42.94376;.39881;814;20220815;23.1;14.4;18.8;1.2;15.69;.2;3.22;17177
+68078;42.94376;.39881;814;20220816;28.4;9.7;19.1;1.1;14.89;9.6;4.43;25213
+68078;42.94376;.39881;814;20220817;19.6;12.6;16.1;1.1;14.59;4.6;2.65;15195
+68078;42.94376;.39881;814;20220818;19.7;12.2;16;1.3;14.49;2.5;2.71;15648
+68078;42.94376;.39881;814;20220819;22.5;12.7;17.6;1.1;14.59;.4;3.16;17833
+68078;42.94376;.39881;814;20220820;26.5;8.8;17.7;1;14.29;.2;4.01;23947
+68078;42.94376;.39881;814;20220821;23.7;12;17.9;1.7;16.19;.1;3.39;19281
+68078;42.94376;.39881;814;20220822;24;15.6;19.8;2.8;16.69;.4;3.49;16179
+68078;42.94376;.39881;814;20220823;26.9;15.9;21.4;1.1;17.89;.1;3.56;18448
+68078;42.94376;.39881;814;20220824;32.2;11.8;22;1.6;15.79;1.4;5.01;25094
+68078;42.94376;.39881;814;20220825;25.4;15.4;20.4;1.4;17.49;10.7;3.36;17343
+68078;42.94376;.39881;814;20220826;23.5;16.2;19.9;1.4;18.19;.6;2.85;14665
+68078;42.94376;.39881;814;20220827;26.5;15.4;21;1.4;17.29;2;3.53;18045
+68078;42.94376;.39881;814;20220828;30.3;11.3;20.8;.7;15.39;.7;4.08;23559
+68078;42.94376;.39881;814;20220829;31.6;11.7;21.7;1;15.19;8.4;4.39;23950
+68078;42.94376;.39881;814;20220830;27.6;10.9;19.3;1.2;15.99;0;3.83;21753
+68078;42.94376;.39881;814;20220831;20.9;12.9;16.9;.4;17.09;8.6;2.45;14833
+68078;42.94376;.39881;814;20220901;24.5;12.9;18.7;1.2;16.19;.2;3.15;17805
+68078;42.94376;.39881;814;20220902;24;12.5;18.3;1.6;16.09;3.4;3.14;17594
+68078;42.94376;.39881;814;20220903;23.4;13.7;18.6;1.4;15.19;.8;2.98;16006
+68078;42.94376;.39881;814;20220904;29.2;8.1;18.7;.8;11.69;0;3.82;23252
+68078;42.94376;.39881;814;20220905;30.1;10;20.1;1;12.79;1.8;4;22846
+68078;42.94376;.39881;814;20220906;29.6;12.4;21;1.1;14.59;.5;3.85;20939
+68078;42.94376;.39881;814;20220907;25.5;12.8;19.2;1.4;13.99;.4;3.34;17797
+68078;42.94376;.39881;814;20220908;23.8;7.7;15.8;1;12.19;0;3.12;19922
+68078;42.94376;.39881;814;20220909;18.8;10.4;14.6;1.1;13.49;1.1;2.25;14169
+68078;42.94376;.39881;814;20220910;26.6;6;16.3;1.3;11.39;.1;3.64;22169
+68078;42.94376;.39881;814;20220911;31.8;8.4;20.1;1.1;12.49;0;3.98;21985
+68078;42.94376;.39881;814;20220912;34.1;12.5;23.3;1.1;13.89;1;4.19;21801
+68078;42.94376;.39881;814;20220913;26.4;16.8;21.6;2.2;15.29;6.8;3.49;14660
+68078;42.94376;.39881;814;20220914;26.6;12.1;19.4;1.5;13.89;.2;3.37;17943
+68078;42.94376;.39881;814;20220915;22.9;9.7;16.3;.8;13.79;5;2.63;16950
+68078;42.94376;.39881;814;20220916;20.6;14.1;17.4;1.8;15.29;.6;2.26;11677
+68078;42.94376;.39881;814;20220917;18.8;10.6;14.7;2;11.39;0;2.44;13040
+68078;42.94376;.39881;814;20220918;23.1;3.9;13.5;1;8.99;0;2.89;19964
+68078;42.94376;.39881;814;20220919;24.3;3.3;13.8;1.1;8.69;0;3.05;20489
+68078;42.94376;.39881;814;20220920;22.5;3.1;12.8;1.2;9.19;.1;2.85;19696
+68078;42.94376;.39881;814;20220921;22.1;3.5;12.8;1;9.69;.1;2.66;19094
+68078;42.94376;.39881;814;20220922;23.1;3.3;13.2;1.1;9.79;.1;2.79;19522
+68078;42.94376;.39881;814;20220923;22.7;4.5;13.6;1.2;10.79;5.8;2.69;18519
+68078;42.94376;.39881;814;20220924;16.6;11.2;13.9;1;12.59;4;1.65;9820
+68078;42.94376;.39881;814;20220925;14.3;6.9;10.6;.7;10.79;.4;1.55;11442
+68078;42.94376;.39881;814;20220926;16.4;8.6;12.5;1.6;10.49;1.5;1.92;11638
+68078;42.94376;.39881;814;20220927;15.5;7.6;11.6;2;10.99;6.6;1.77;11594
+68078;42.94376;.39881;814;20220928;17.5;9.3;13.4;1.4;12.09;7.4;1.83;11697
+68078;42.94376;.39881;814;20220929;13.8;9.2;11.5;1.3;11.09;13.6;1.4;8576
+68078;42.94376;.39881;814;20220930;14.5;5.7;10.1;.6;9.19;.9;1.54;11876
+68078;42.94376;.39881;814;20221001;20.6;2;11.3;.8;9.59;.1;2.13;17249
+68078;42.94376;.39881;814;20221002;23.1;4.8;14;1;11.49;.2;2.34;16924
+68078;42.94376;.39881;814;20221003;23.9;6.1;15;.7;11.79;0;2.24;16506
+68078;42.94376;.39881;814;20221004;24;4.8;14.4;.9;10.89;.1;2.34;16971
+68078;42.94376;.39881;814;20221005;25.9;3.2;14.6;1.1;9.79;0;2.59;17445
+68078;42.94376;.39881;814;20221006;19.3;5.6;12.5;1.1;11.49;0;1.85;13965
+68078;42.94376;.39881;814;20221007;22.7;6.1;14.4;.7;12.09;2.7;2;15238
+68078;42.94376;.39881;814;20221008;20.7;10;15.4;.9;13.19;.6;1.79;12024
+68078;42.94376;.39881;814;20221009;23.9;4.9;14.4;.9;11.09;.8;2.15;15962
+68078;42.94376;.39881;814;20221010;22.2;4.4;13.3;.8;11.29;0;1.93;15262
+68078;42.94376;.39881;814;20221011;19.1;9;14.1;.8;13.09;4.9;1.55;11274
+68078;42.94376;.39881;814;20221012;19.7;12.1;15.9;1;14.29;1.6;1.54;9617
+68078;42.94376;.39881;814;20221013;21.4;9.1;15.3;.9;13.39;0;1.72;12190
+68078;42.94376;.39881;814;20221014;21.5;10.5;16;1;13.59;.3;1.72;11372
+68078;42.94376;.39881;814;20221015;27.4;4.5;16;.8;10.19;.1;2.13;15594
+68078;42.94376;.39881;814;20221016;27.3;7.9;17.6;1.9;9.79;.2;2.94;14866
+68078;42.94376;.39881;814;20221017;25.5;19.1;22.3;2.4;10.89;1.8;3.12;8280
+68078;42.94376;.39881;814;20221018;28.1;8.1;18.1;.9;11.29;.1;2.16;14743
+68078;42.94376;.39881;814;20221019;27.2;12.5;19.9;2.9;11.59;11.7;3.36;12435
+68078;42.94376;.39881;814;20221020;21.6;12.1;16.9;3.6;12.09;8;2.63;9803
+68078;42.94376;.39881;814;20221021;21.3;13.2;17.3;3.5;10.99;1.8;2.8;8913
+68078;42.94376;.39881;814;20221022;21.9;11.7;16.8;2;10.69;1.6;2.2;9924
+68078;42.94376;.39881;814;20221023;16.3;13.8;15.1;2.1;12.19;13.6;1.46;4666
+68078;42.94376;.39881;814;20221024;21.3;9.2;15.3;2;10.79;.1;2.01;10577
+68078;42.94376;.39881;814;20221025;24.3;7.3;15.8;2.3;9.49;.1;2.58;12450
+68078;42.94376;.39881;814;20221026;24.9;11.3;18.1;2.4;9.59;0;2.77;10960
+68078;42.94376;.39881;814;20221027;24.7;11;17.9;1.8;9.79;.2;2.31;10866
+68078;42.94376;.39881;814;20221028;27.7;11.9;19.8;1.6;9.09;0;2.44;11552
+68078;42.94376;.39881;814;20221029;26.8;12.6;19.7;2.4;5.69;.1;3.29;10797
+68078;42.94376;.39881;814;20221030;20.4;7.4;13.9;.9;7.89;.4;1.41;10187
+68078;42.94376;.39881;814;20221031;21.7;5.6;13.7;2.5;9.69;3.8;2.14;11238
+68078;42.94376;.39881;814;20221101;17.1;10.7;13.9;1.7;11.69;0;1.3;6862
+68078;42.94376;.39881;814;20221102;20.3;7.3;13.8;1;9.59;0;1.34;9813
+68078;42.94376;.39881;814;20221103;20.6;6;13.3;2.3;9.09;8.1;1.96;10293
+68078;42.94376;.39881;814;20221104;9.4;3.2;6.3;2.1;8.09;12.2;.84;6497
+68078;42.94376;.39881;814;20221105;13.5;2.7;8.1;.5;7.69;.1;.8;8586
+68078;42.94376;.39881;814;20221106;17.4;-.9;8.3;.8;6.29;0;1.05;11151
+68078;42.94376;.39881;814;20221107;23;-1.7;10.7;.9;5.79;0;1.35;11859
+68078;42.94376;.39881;814;20221108;21.5;10.1;15.8;2.4;8.59;1.3;2.22;8512
+68078;42.94376;.39881;814;20221109;15.7;11.5;13.6;1.9;10.19;4.1;1.35;4960
+68078;42.94376;.39881;814;20221110;14.6;5.1;9.9;.5;8.89;0;.75;7553
+68078;42.94376;.39881;814;20221111;21.3;-1.1;10.1;1.3;6.99;.2;1.41;11323
+68078;42.94376;.39881;814;20221112;20.4;4.4;12.4;2.4;8.19;0;1.89;9681
+68078;42.94376;.39881;814;20221113;19.9;1.4;10.7;.4;7.49;.1;.73;10317
+68078;42.94376;.39881;814;20221114;14.9;2.4;8.7;1.2;8.99;.3;.84;8318
+68078;42.94376;.39881;814;20221115;18.2;6.6;12.4;3.2;8.59;2.7;1.94;7908
+68078;42.94376;.39881;814;20221116;15.5;4.4;10;.8;9.19;.5;.76;7640
+68078;42.94376;.39881;814;20221117;15.2;4.8;10;1.7;9.39;5.3;.97;7301
+68078;42.94376;.39881;814;20221118;9.7;5.4;7.6;1.3;8.79;3.6;.65;4512
+68078;42.94376;.39881;814;20221119;6.4;3.7;5.1;1.1;7.39;.9;.57;3459
+68078;42.94376;.39881;814;20221120;12.3;-2.8;4.8;.7;5.99;4.6;.6;8591
+68078;42.94376;.39881;814;20221121;10.4;1.6;6;1.2;8.39;28.1;.55;6403
+68078;42.94376;.39881;814;20221122;6;.1;3.1;.8;6.99;11.8;.43;5122
+68078;42.94376;.39881;814;20221123;12.7;3.7;8.2;.9;8.49;12.1;.63;6349
+68078;42.94376;.39881;814;20221124;11.6;-2.3;4.7;.4;6.89;2.3;.43;7902
+68078;42.94376;.39881;814;20221125;6.8;2.2;4.5;.7;7.99;6.4;.41;4346
+68078;42.94376;.39881;814;20221126;11.3;-.9;5.2;.2;6.59;.1;.36;7241
+68078;42.94376;.39881;814;20221127;14.4;-1.7;6.4;.5;6.19;3;.48;8298
+68078;42.94376;.39881;814;20221128;7.7;3.5;5.6;1.5;7.89;9.8;.54;4021
+68078;42.94376;.39881;814;20221129;8.8;3.1;6;.9;7.99;4;.49;4704
+68078;42.94376;.39881;814;20221130;7.6;1.2;4.4;.1;6.69;.3;.35;4965
+68078;42.94376;.39881;814;20221201;7;-4.8;1.1;1;5.09;.1;.46;6819
+68078;42.94376;.39881;814;20221202;5.9;-4.6;.7;.7;5.19;0;.37;6363
+68078;42.94376;.39881;814;20221203;4.9;-.4;2.3;.5;5.79;.2;.38;4381
+68078;42.94376;.39881;814;20221204;7.6;-3.1;2.3;.3;5.19;0;.31;6336
+68078;42.94376;.39881;814;20221205;11.4;-6.2;2.6;.5;4.49;.3;.36;8177
+68078;42.94376;.39881;814;20221206;12.5;.3;6.4;.6;7.19;.1;.43;6704
+68078;42.94376;.39881;814;20221207;12.6;2;7.3;.5;7.69;.2;.42;6188
+68078;42.94376;.39881;814;20221208;13.5;-1;6.3;1.2;6.99;2.6;.62;7260
+68078;42.94376;.39881;814;20221209;12.4;2.5;7.5;1.3;8.69;7.3;.54;5904
+68078;42.94376;.39881;814;20221210;1.4;2.3;1.9;3;6.29;.1;.53;0
+68078;42.94376;.39881;814;20221211;5.5;-5.4;.1;.3;4.69;.1;.25;6157
+68078;42.94376;.39881;814;20221212;3.4;-3.6;-.1;1.2;5.89;9.1;.28;4841
+68078;42.94376;.39881;814;20221213;9.6;2.9;6.3;.9;8.89;6.6;.38;4712
+68078;42.94376;.39881;814;20221214;14.3;5.8;10.1;.6;9.29;1.6;.48;5337
+68078;42.94376;.39881;814;20221215;12.4;2.1;7.3;.7;9.19;3.4;.38;5896
+68078;42.94376;.39881;814;20221216;9.6;3.5;6.6;1;8.99;2.1;.39;4442
+68078;42.94376;.39881;814;20221217;10.9;3.3;7.1;.8;7.19;0;.51;4992
+68078;42.94376;.39881;814;20221218;13.6;-3.1;5.3;.7;5.79;0;.43;7566
+68078;42.94376;.39881;814;20221219;23;.1;11.6;1.9;4.69;0;1.75;8644
+68078;42.94376;.39881;814;20221220;20.1;13.4;16.8;2.6;5.79;0;2.48;4650
+68078;42.94376;.39881;814;20221221;14.5;5.8;10.2;1.5;9.09;.7;.76;5350
+68078;42.94376;.39881;814;20221222;14.3;1;7.7;.7;8.19;0;.43;6704
+68078;42.94376;.39881;814;20221223;17.6;2.2;9.9;1;8.19;0;.65;7247
+68078;42.94376;.39881;814;20221224;17.5;.9;9.2;.3;7.09;0;.28;7547
+68078;42.94376;.39881;814;20221225;20;1.8;10.9;2;5.79;0;1.52;7932
+68078;42.94376;.39881;814;20221226;15.4;3.9;9.7;1.6;7.19;0;.96;6243
+68078;42.94376;.39881;814;20221227;14.7;-.2;7.3;.5;7.29;0;.37;7174
+68078;42.94376;.39881;814;20221228;17.1;-1.2;8;1.4;5.79;.1;.94;8014
+68078;42.94376;.39881;814;20221229;16.6;2;9.3;1;7.19;1.3;.68;7142
+68078;42.94376;.39881;814;20221230;18.3;3;10.7;.9;8.99;.7;.62;7347
+68078;42.94376;.39881;814;20221231;21.2;5.1;13.2;2.2;6.69;0;1.74;7577
+68079;42.97207;.70251;478;20220101;21.1;.8;10.9;2.1;6.78;0;1.64;7578
+68079;42.97207;.70251;478;20220102;17.7;6.5;12.1;2;7.66;0;1.28;6763
+68079;42.97207;.70251;478;20220103;16.4;2.2;9.3;1.4;8.03;.1;.81;6634
+68079;42.97207;.70251;478;20220104;16.9;1.7;9.3;2.7;7.77;13.7;1.3;7149
+68079;42.97207;.70251;478;20220105;6.2;3.3;4.8;1.6;6.66;.8;.61;2281
+68079;42.97207;.70251;478;20220106;5.6;-1;2.3;1.6;4.73;0;.65;5392
+68079;42.97207;.70251;478;20220107;6.3;-3.8;1.2;2.1;6;4.4;.46;4316
+68079;42.97207;.70251;478;20220108;9.9;3.6;6.7;3.7;7.8;5.8;.89;4159
+68079;42.97207;.70251;478;20220109;7.5;6.1;6.8;4.6;8.77;50.2;.64;885
+68079;42.97207;.70251;478;20220110;10.7;5.2;7.9;3.4;10.5;49;.39;2807
+68079;42.97207;.70251;478;20220111;10.6;4.7;7.7;1.4;7.43;0;.7;5727
+68079;42.97207;.70251;478;20220112;9.7;-3.1;3.3;1.2;5.13;0;.6;7672
+68079;42.97207;.70251;478;20220113;9.3;-4.9;2.2;.7;4.7;0;.43;8097
+68079;42.97207;.70251;478;20220114;12.4;-5.2;3.6;.8;4.37;.1;.59;8476
+68079;42.97207;.70251;478;20220115;11;-4;3.5;1.3;4;0;.82;8126
+68079;42.97207;.70251;478;20220116;10.5;-4.9;2.8;1.1;4.17;0;.7;8261
+68079;42.97207;.70251;478;20220117;10.9;-4.5;3.2;1.2;4.37;.1;.73;8288
+68079;42.97207;.70251;478;20220118;10.2;-5;2.6;1;5.13;.1;.55;8512
+68079;42.97207;.70251;478;20220119;8.1;-1.1;3.5;1.6;6.13;.9;.63;5339
+68079;42.97207;.70251;478;20220120;7.6;2;4.8;1.5;7.57;5.1;.52;4026
+68079;42.97207;.70251;478;20220121;3.4;.7;2;2.1;5.73;0;.61;3517
+68079;42.97207;.70251;478;20220122;8.5;-5.1;1.7;.9;4.87;.1;.58;8514
+68079;42.97207;.70251;478;20220123;9.5;-5.1;2.2;1;5.1;0;.61;8762
+68079;42.97207;.70251;478;20220124;13.9;-4.1;4.9;1.2;4.97;0;.88;9625
+68079;42.97207;.70251;478;20220125;13;-2.9;5;1.4;5.07;0;.95;9280
+68079;42.97207;.70251;478;20220126;14.4;-3.5;5.4;1;5.03;0;.86;9801
+68079;42.97207;.70251;478;20220127;14.4;-4;5.2;1;4.87;.1;.88;10146
+68079;42.97207;.70251;478;20220128;8;-4.8;1.6;1;4.8;0;.65;9259
+68079;42.97207;.70251;478;20220129;12.9;-5;4;.9;5.07;0;.8;10370
+68079;42.97207;.70251;478;20220130;13.5;-4.1;4.7;1;5.4;0;.87;10229
+68079;42.97207;.70251;478;20220131;10.8;-1.9;4.5;2.6;6.93;0;.86;8020
+68079;42.97207;.70251;478;20220201;8.3;2.4;5.3;2.2;6.8;0;.87;5394
+68079;42.97207;.70251;478;20220202;16.9;1.2;9.1;1.1;7.27;0;1.05;10569
+68079;42.97207;.70251;478;20220203;16.6;-2.7;6.9;1.6;6.53;0;1.3;10656
+68079;42.97207;.70251;478;20220204;13.2;2.7;7.9;1.7;8.4;1.3;.93;7751
+68079;42.97207;.70251;478;20220205;8.5;6.3;7.4;2;8.17;1.2;.86;3400
+68079;42.97207;.70251;478;20220206;9.5;-2.6;3.5;1.8;5.87;.1;.95;9210
+68079;42.97207;.70251;478;20220207;12.5;.9;6.7;2.3;8.07;.6;1;8117
+68079;42.97207;.70251;478;20220208;17.6;2.9;10.2;1.2;7.27;0;1.33;11296
+68079;42.97207;.70251;478;20220209;18.3;-1.5;8.4;1.1;6.03;0;1.37;12390
+68079;42.97207;.70251;478;20220210;9.9;-.8;4.5;1.7;6.43;0;1.76;11600
+68079;42.97207;.70251;478;20220211;9.5;3.2;6.4;.9;8.68;1.5;.59;1900
+68079;42.97207;.70251;478;20220212;14.8;2.7;8.7;1.8;8.38;0;1.36;11000
+68079;42.97207;.70251;478;20220213;18.5;2;10.3;3;7.38;3.4;2.21;12150
+68079;42.97207;.70251;478;20220214;10.7;3.9;7.3;4.5;7.88;8.9;1.31;7550
+68079;42.97207;.70251;478;20220215;10;4;7;5.4;8.15;3.1;1.49;6740
+68079;42.97207;.70251;478;20220216;13;3.9;8.4;2.8;9.67;1.6;1.03;6788
+68079;42.97207;.70251;478;20220217;15.8;7.5;11.7;2.7;10.16;0;1.48;8589
+68079;42.97207;.70251;478;20220218;18.2;3.1;10.6;3;9.27;6.9;1.94;11917
+68079;42.97207;.70251;478;20220219;8.3;5;6.7;1.7;8.03;3.7;.85;5039
+68079;42.97207;.70251;478;20220220;14.5;-1;6.7;2.4;7.33;.1;1.53;12948
+68079;42.97207;.70251;478;20220221;13.9;4.5;9.2;4.1;7.63;.1;1.9;9696
+68079;42.97207;.70251;478;20220222;14.4;.2;7.3;1.9;6.8;0;1.58;13033
+68079;42.97207;.70251;478;20220223;15.9;.3;8.1;1.7;7.17;0;1.69;13663
+68079;42.97207;.70251;478;20220224;12.8;2.6;7.7;2.8;8.27;2.2;1.41;10344
+68079;42.97207;.70251;478;20220225;9.3;5.4;7.4;1.5;6.83;.4;1.15;6231
+68079;42.97207;.70251;478;20220226;14.6;-2.8;5.9;1.4;5.17;0;1.73;14857
+68079;42.97207;.70251;478;20220227;14.9;-1.9;6.5;1.5;6.73;0;1.55;12292
+68079;42.97207;.70251;478;20220228;16.4;2.1;9.2;1.4;7.07;0;1.79;13973
+68079;42.97207;.70251;478;20220301;16.9;-1.1;7.9;1.7;6.51;0;1.9;14914
+68079;42.97207;.70251;478;20220302;12.6;1.8;7.2;1.6;8.01;5.2;1.43;11594
+68079;42.97207;.70251;478;20220303;15.7;1;8.4;1.9;8.21;2.3;1.74;13575
+68079;42.97207;.70251;478;20220304;8.2;7.2;7.7;3.1;8.61;4;.95;2772
+68079;42.97207;.70251;478;20220305;9.3;3.8;6.5;1.9;7.27;.6;1.22;7911
+68079;42.97207;.70251;478;20220306;8.6;3.8;6.2;1.5;6.96;0;1.16;7834
+68079;42.97207;.70251;478;20220307;12;.1;6.1;1.8;6.9;0;1.62;14256
+68079;42.97207;.70251;478;20220308;13.2;-.6;6.3;2;7.1;4.7;1.66;12953
+68079;42.97207;.70251;478;20220309;15.7;.3;8;2.1;7.47;.1;2.05;16147
+68079;42.97207;.70251;478;20220310;14.4;4.3;9.3;1.7;8.1;0;1.72;10666
+68079;42.97207;.70251;478;20220311;15.4;3.9;9.7;1.6;8.83;12.8;1.7;11249
+68079;42.97207;.70251;478;20220312;13;5.2;9.1;1.8;8.57;2.5;1.59;11073
+68079;42.97207;.70251;478;20220313;10.1;3.2;6.6;2.5;7.53;4;1.37;8329
+68079;42.97207;.70251;478;20220314;13.6;.4;7;1.8;7.93;2.4;1.61;11541
+68079;42.97207;.70251;478;20220315;20;7.9;14;3.3;9.77;0;2.99;13326
+68079;42.97207;.70251;478;20220316;15.6;7.9;11.8;2.4;10.4;1.7;1.77;9818
+68079;42.97207;.70251;478;20220317;10.5;9.3;9.9;2;11;18.1;.82;3039
+68079;42.97207;.70251;478;20220318;8.9;6.7;7.8;1.7;10.08;.4;.67;2550
+68079;42.97207;.70251;478;20220319;15.3;3.3;9.3;1.6;9.48;.1;1.91;14400
+68079;42.97207;.70251;478;20220320;17.9;5.6;11.8;2.1;9.63;0;2.3;13950
+68079;42.97207;.70251;478;20220321;18.6;3;10.8;2.3;8.83;0;2.67;17250
+68079;42.97207;.70251;478;20220322;16.3;3.7;10;5.6;8.05;0;3.21;15473
+68079;42.97207;.70251;478;20220323;16.6;.2;8.4;1.9;7.13;0;2.63;20400
+68079;42.97207;.70251;478;20220324;15.7;2.5;9.1;3;8.3;0;2.69;17583
+68079;42.97207;.70251;478;20220325;17.7;4.2;11;1.6;8.78;0;2.53;17750
+68079;42.97207;.70251;478;20220326;17.4;1.9;9.7;1.7;7.83;0;2.46;16950
+68079;42.97207;.70251;478;20220327;19;1.9;10.5;1.7;8.68;0;2.52;17300
+68079;42.97207;.70251;478;20220328;20.4;3.3;11.9;1.6;8.48;0;2.54;14950
+68079;42.97207;.70251;478;20220329;18;6.2;12.1;1.7;9.78;5.7;2.12;10950
+68079;42.97207;.70251;478;20220330;9.5;7.8;8.7;3.1;11.39;8.7;.93;3843
+68079;42.97207;.70251;478;20220331;11.2;6.2;8.7;4.7;8.38;10;1.84;7900
+68079;42.97207;.70251;478;20220401;6.4;.6;3.5;6.2;5.43;8;1.9;11300
+68079;42.97207;.70251;478;20220402;4.6;-1.1;1.8;4.8;5.18;1.6;1.45;9700
+68079;42.97207;.70251;478;20220403;6.6;-2.5;2;1.8;4.88;1;1.66;14897
+68079;42.97207;.70251;478;20220404;9.5;-.8;4.3;1.6;5.28;0;2.21;19950
+68079;42.97207;.70251;478;20220405;14.5;-3.8;5.3;1.7;5.57;0;2.6;21721
+68079;42.97207;.70251;478;20220406;11.6;.7;6.1;2.3;8.23;.1;1.44;9450
+68079;42.97207;.70251;478;20220407;19.1;2.4;10.7;3.3;9.63;0;3.08;18850
+68079;42.97207;.70251;478;20220408;20.2;6.7;13.4;4;10.53;2.7;3.32;15750
+68079;42.97207;.70251;478;20220409;12.6;6.4;9.5;3.3;8.73;2;2.33;14800
+68079;42.97207;.70251;478;20220410;19.9;.6;10.2;2.2;7.53;0;3.52;23250
+68079;42.97207;.70251;478;20220411;21.4;5.7;13.5;3.3;10.33;0;3.54;18100
+68079;42.97207;.70251;478;20220412;18.7;9.4;14;2.9;11.28;5.2;2.69;12700
+68079;42.97207;.70251;478;20220413;13.6;10.1;11.9;1.9;11.93;3.1;1.31;5550
+68079;42.97207;.70251;478;20220414;20;6.4;13.2;1.5;11.48;0;2.95;19350
+68079;42.97207;.70251;478;20220415;20.9;5.9;13.4;1.8;12.13;.1;3.15;21600
+68079;42.97207;.70251;478;20220416;20.3;8.2;14.2;2.3;12.18;0;3.22;19850
+68079;42.97207;.70251;478;20220417;21.5;5.6;13.6;3.3;11.28;0;3.86;24250
+68079;42.97207;.70251;478;20220418;16.7;9;12.8;2.6;11.28;1.4;2.38;12450
+68079;42.97207;.70251;478;20220419;10.4;9.5;9.9;2.5;10.68;17.1;.94;2650
+68079;42.97207;.70251;478;20220420;11;5.6;8.3;2.4;9.68;6.4;1.32;7250
+68079;42.97207;.70251;478;20220421;12.7;7.3;10;2;10.53;.4;1.5;7550
+68079;42.97207;.70251;478;20220422;17.7;5.2;11.4;1.4;10.73;.5;2.75;18550
+68079;42.97207;.70251;478;20220423;13;6.8;9.9;2.8;10.08;11.8;1.93;10000
+68079;42.97207;.70251;478;20220424;15.6;7.9;11.7;4.5;10.68;.4;2.73;16100
+68079;42.97207;.70251;478;20220425;17.6;3.7;10.6;2;10.23;0;3.11;22300
+68079;42.97207;.70251;478;20220426;22.1;5.1;13.6;2.3;10.63;0;3.76;22050
+68079;42.97207;.70251;478;20220427;18.6;7.8;13.2;2.2;12.83;2.6;2.13;11450
+68079;42.97207;.70251;478;20220428;14.1;11.3;12.7;1.9;13.58;1.3;1.1;4450
+68079;42.97207;.70251;478;20220429;18.7;10.9;14.8;1.8;13.98;1.9;2.3;12800
+68079;42.97207;.70251;478;20220430;18.6;11.3;15;2.4;12.98;.8;2.76;15150
+68079;42.97207;.70251;478;20220501;18.4;8.5;13.5;2.2;12.38;3.4;2.8;17550
+68079;42.97207;.70251;478;20220502;12.7;10.1;11.4;1.9;12.18;11.7;1.12;4400
+68079;42.97207;.70251;478;20220503;17.3;9.9;13.6;1.8;12.53;6.4;2.3;12650
+68079;42.97207;.70251;478;20220504;16.6;9.8;13.2;2.3;12.48;2.5;2.13;11200
+68079;42.97207;.70251;478;20220505;17.2;9.1;13.2;2.6;11.58;.1;2.5;12400
+68079;42.97207;.70251;478;20220506;17.7;9.8;13.7;2.1;11.2;1.4;2.86;16181
+68079;42.97207;.70251;478;20220507;19.9;8.8;14.4;2;11.47;0;3.48;21032
+68079;42.97207;.70251;478;20220508;21.6;8.4;15;1.8;10.9;.1;3.87;23010
+68079;42.97207;.70251;478;20220509;23.9;7.3;15.6;1.9;10.9;0;4.47;26348
+68079;42.97207;.70251;478;20220510;26.7;9.3;18;1.9;11.53;0;4.94;26738
+68079;42.97207;.70251;478;20220511;29.1;10.1;19.6;2;13.47;0;5.34;27720
+68079;42.97207;.70251;478;20220512;20.3;12.6;16.5;1.6;15.4;0;2.77;15581
+68079;42.97207;.70251;478;20220513;23.4;13.9;18.6;1;15.8;.3;3.44;19399
+68079;42.97207;.70251;478;20220514;27.8;10.7;19.3;1.7;14.67;0;4.83;26037
+68079;42.97207;.70251;478;20220515;28.5;11.9;20.2;1.7;15.27;.5;4.91;25567
+68079;42.97207;.70251;478;20220516;26.4;12.1;19.3;1.5;15.3;0;4.47;24625
+68079;42.97207;.70251;478;20220517;29.4;11.1;20.2;1.1;15.3;.2;5.03;27949
+68079;42.97207;.70251;478;20220518;30.2;14.7;22.4;1.3;16.93;.4;5.09;26181
+68079;42.97207;.70251;478;20220519;29.2;14;21.6;1.7;16.83;0;5.04;25112
+68079;42.97207;.70251;478;20220520;30.5;16.1;23.3;2.2;16.13;0;5.46;24515
+68079;42.97207;.70251;478;20220521;31.9;14.9;23.4;1.5;19.5;0;5.32;26311
+68079;42.97207;.70251;478;20220522;30.1;15;22.5;2;16.77;1.6;4.82;21607
+68079;42.97207;.70251;478;20220523;18.9;14.5;16.7;3.2;14.73;2.6;2.48;11144
+68079;42.97207;.70251;478;20220524;13.3;11.5;12.4;1.7;11.6;17.7;1.57;7163
+68079;42.97207;.70251;478;20220525;16.5;8.6;12.6;1.6;11.07;1.2;2.72;16779
+68079;42.97207;.70251;478;20220526;18.6;11;14.8;2;12.4;0;3.17;18195
+68079;42.97207;.70251;478;20220527;22.2;11.8;17;1.6;13.47;0;3.9;22287
+68079;42.97207;.70251;478;20220528;24.1;9.4;16.7;1.9;13.9;0;4.52;26818
+68079;42.97207;.70251;478;20220529;23.3;9.1;16.2;1.4;12.27;0;4.38;26172
+68079;42.97207;.70251;478;20220530;23.1;7.9;15.5;1.6;12.93;1.3;4.04;24276
+68079;42.97207;.70251;478;20220531;23.8;12.1;18;1.5;14.23;0;4.15;23227
+68079;42.97207;.70251;478;20220601;28.4;10.8;19.6;1.8;16.33;.1;5.27;28603
+68079;42.97207;.70251;478;20220602;25.8;14.4;20.1;1.8;17.4;.1;4.38;23226
+68079;42.97207;.70251;478;20220603;28.6;15.2;21.9;2.3;17.5;4.5;5.12;24714
+68079;42.97207;.70251;478;20220604;21.9;14.5;18.2;1.9;17.93;6.3;2.83;15489
+68079;42.97207;.70251;478;20220605;21.5;14.9;18.2;1.7;16.9;.7;2.91;15143
+68079;42.97207;.70251;478;20220606;24.8;11.6;18.2;1.5;16.5;8.4;4.05;22934
+68079;42.97207;.70251;478;20220607;20.9;14.4;17.7;1.3;16.03;.8;2.8;14640
+68079;42.97207;.70251;478;20220608;20.4;12.7;16.6;1.9;16;2.4;2.9;16313
+68079;42.97207;.70251;478;20220609;22.2;13.6;17.9;2.7;14.5;.1;4.11;22077
+68079;42.97207;.70251;478;20220610;27.3;8.6;18;1.3;13.23;0;5.2;30026
+68079;42.97207;.70251;478;20220611;30.1;11.4;20.7;1.5;15.2;.6;5.55;29308
+68079;42.97207;.70251;478;20220612;30;14.5;22.3;2;18.37;2;5.11;24713
+68079;42.97207;.70251;478;20220613;26.6;16;21.3;2.6;19.6;0;4.3;21627
+68079;42.97207;.70251;478;20220614;31.2;15.8;23.5;1.4;19.8;3.4;5.1;24658
+68079;42.97207;.70251;478;20220615;33.2;17.2;25.2;2.1;19.26;0;6.14;27538
+68079;42.97207;.70251;478;20220616;33.3;16.8;25;1.4;20.13;0;5.7;26983
+68079;42.97207;.70251;478;20220617;35.1;17.1;26.1;1.4;19.4;3.2;6.16;28589
+68079;42.97207;.70251;478;20220618;36.9;17.6;27.3;2;18.6;0;6.99;29639
+68079;42.97207;.70251;478;20220619;31.6;19;25.3;3.4;17.53;.2;6.68;23663
+68079;42.97207;.70251;478;20220620;26.7;16.2;21.4;2.8;18.77;0;4.03;18697
+68079;42.97207;.70251;478;20220621;24.3;17.8;21;2.7;18.67;1;3.37;14597
+68079;42.97207;.70251;478;20220622;25.3;16.1;20.7;2.3;17.33;.1;3.95;18637
+68079;42.97207;.70251;478;20220623;26.2;13.3;19.8;1.8;16.17;4.8;4.47;23094
+68079;42.97207;.70251;478;20220624;22.6;14.7;18.7;1.6;15.77;1.5;3.41;17587
+68079;42.97207;.70251;478;20220625;23.5;11.5;17.5;2.3;14.93;11;4.11;22254
+68079;42.97207;.70251;478;20220626;17.3;12.5;14.9;2;14.87;11.1;2.33;13139
+68079;42.97207;.70251;478;20220627;15;12.7;13.8;1.3;14.53;12.2;1.49;7689
+68079;42.97207;.70251;478;20220628;23.6;12.4;18;1.5;14.83;.2;4.26;24273
+68079;42.97207;.70251;478;20220629;25.1;11.1;18.1;1.9;15.43;8.6;4.47;25111
+68079;42.97207;.70251;478;20220630;15.6;13.5;14.5;2.4;14.83;11;1.43;7393
+68079;42.97207;.70251;478;20220701;21.4;11.6;16.5;1.2;13.37;.3;3.62;20955
+68079;42.97207;.70251;478;20220702;29.3;9.2;19.3;1.6;14.47;0;5.51;29720
+68079;42.97207;.70251;478;20220703;27;13.5;20.2;1.7;17.27;.5;4.56;23914
+68079;42.97207;.70251;478;20220704;21.7;16.4;19;1.8;17.3;0;3.06;15236
+68079;42.97207;.70251;478;20220705;25.3;17.4;21.3;.8;18.6;.7;3.67;18851
+68079;42.97207;.70251;478;20220706;23.8;17.1;20.5;1.6;18.13;2.2;3.06;14328
+68079;42.97207;.70251;478;20220707;25.5;13.1;19.3;2.2;15.33;0;4.69;24818
+68079;42.97207;.70251;478;20220708;26.9;14.2;20.5;1.7;16.4;.1;4.91;26025
+68079;42.97207;.70251;478;20220709;29.8;12.5;21.2;1.6;15.4;.1;5.53;28596
+68079;42.97207;.70251;478;20220710;31.4;13.3;22.4;1.5;15.63;0;5.7;28701
+68079;42.97207;.70251;478;20220711;33.9;13.7;23.8;1.3;15.2;.5;6.06;29860
+68079;42.97207;.70251;478;20220712;34;15.8;24.9;1.6;16.67;0;6.1;28623
+68079;42.97207;.70251;478;20220713;34.1;15.4;24.7;1.5;16.73;0;6.08;28832
+68079;42.97207;.70251;478;20220714;34.9;16.1;25.5;1.6;16.13;0;6.32;28892
+68079;42.97207;.70251;478;20220715;33.1;15.8;24.4;1.6;16.87;0;5.85;27538
+68079;42.97207;.70251;478;20220716;35.9;15.2;25.6;1.3;16.1;0;6.18;29267
+68079;42.97207;.70251;478;20220717;37.2;14.9;26;1.4;14.33;0;6.44;29443
+68079;42.97207;.70251;478;20220718;37.7;15.2;26.4;1.8;15.63;0;6.81;29119
+68079;42.97207;.70251;478;20220719;29;18.6;23.8;2.3;19.57;.1;4.57;19693
+68079;42.97207;.70251;478;20220720;27.6;18.6;23.1;3.1;17.2;.4;4.91;20038
+68079;42.97207;.70251;478;20220721;32.2;17;24.6;1.5;17.83;0;5.52;26139
+68079;42.97207;.70251;478;20220722;25;16.5;20.7;2.7;18.37;.5;3.7;17357
+68079;42.97207;.70251;478;20220723;24.7;15.5;20.1;1.7;17.17;.1;3.65;18512
+68079;42.97207;.70251;478;20220724;35.5;13.1;24.3;1.8;16.5;.1;6.34;28995
+68079;42.97207;.70251;478;20220725;22.3;18.4;20.4;2.6;18.93;2.2;2.45;9837
+68079;42.97207;.70251;478;20220726;20.7;15.4;18;2;16.57;.3;2.47;11842
+68079;42.97207;.70251;478;20220727;26.3;15.7;21;1.8;14.4;0;4.55;22352
+68079;42.97207;.70251;478;20220728;26;11.4;18.7;1.7;15.07;.1;4.33;23730
+68079;42.97207;.70251;478;20220729;21.1;16.3;18.7;1.4;18.07;6.8;2.39;11796
+68079;42.97207;.70251;478;20220730;27.4;16.8;22.1;1.1;18.6;0;3.98;20310
+68079;42.97207;.70251;478;20220731;29.3;16.6;23;1.3;19.03;0;4.44;22170
+68079;42.97207;.70251;478;20220801;31;15.4;23.2;1.4;18.73;0;5.02;25311
+68079;42.97207;.70251;478;20220802;33.5;15.4;24.4;1.3;17.07;0;5.49;26681
+68079;42.97207;.70251;478;20220803;35.9;14.7;25.3;1.5;15.63;.2;5.88;27155
+68079;42.97207;.70251;478;20220804;32.6;17.2;24.9;2.3;18.97;8.9;5.24;22332
+68079;42.97207;.70251;478;20220805;28.6;18.6;23.6;2.4;19.53;.1;4.4;19354
+68079;42.97207;.70251;478;20220806;30.3;17.4;23.9;1.5;19.7;0;4.47;21488
+68079;42.97207;.70251;478;20220807;32.1;16.8;24.4;1.3;19.13;2.7;4.78;23034
+68079;42.97207;.70251;478;20220808;32.7;15;23.9;1.4;16.97;0;5.11;24513
+68079;42.97207;.70251;478;20220809;33.9;15.4;24.7;1.7;16.73;2.2;5.41;24079
+68079;42.97207;.70251;478;20220810;35.8;15.9;25.8;1.6;15.6;1;5.76;25966
+68079;42.97207;.70251;478;20220811;36.4;16.6;26.5;1.9;16.13;.1;6.12;25579
+68079;42.97207;.70251;478;20220812;36.7;19;27.8;1.6;17.6;0;5.7;24418
+68079;42.97207;.70251;478;20220813;32.1;18.3;25.2;1.3;20.37;2.1;4.33;20211
+68079;42.97207;.70251;478;20220814;25.3;18.1;21.7;2;19.37;1.3;3.03;13467
+68079;42.97207;.70251;478;20220815;25.7;17.6;21.7;1.3;16.93;0;3.28;15495
+68079;42.97207;.70251;478;20220816;27.7;12.6;20.2;2.5;16.1;2.6;4.02;16983
+68079;42.97207;.70251;478;20220817;22;14.2;18.1;2;15.63;4.2;2.38;11300
+68079;42.97207;.70251;478;20220818;22.1;14.1;18.1;1.9;16;1.9;2.89;15003
+68079;42.97207;.70251;478;20220819;25.2;14.7;20;1.9;15.47;.2;3.83;19620
+68079;42.97207;.70251;478;20220820;28.7;11.8;20.3;1.4;15.43;0;4.36;23860
+68079;42.97207;.70251;478;20220821;26.5;14.3;20.4;2;17.33;.5;3.68;18522
+68079;42.97207;.70251;478;20220822;26;15.9;21;2.9;17.83;.4;3.65;16472
+68079;42.97207;.70251;478;20220823;28.8;18.3;23.5;1.3;19.3;.1;3.9;19291
+68079;42.97207;.70251;478;20220824;33.9;14.8;24.4;1.7;17.67;1.5;5.06;23412
+68079;42.97207;.70251;478;20220825;27.3;19.4;23.4;2.8;19.6;16.2;3.5;13000
+68079;42.97207;.70251;478;20220826;25.8;16.8;21.3;1.7;19.33;.6;3.1;15387
+68079;42.97207;.70251;478;20220827;28.7;16.7;22.7;1.6;18.37;2.4;3.93;19312
+68079;42.97207;.70251;478;20220828;32.3;14;23.1;1.4;16.17;.4;4.61;23232
+68079;42.97207;.70251;478;20220829;33.5;15.2;24.4;2.3;16.27;7.1;5.09;20773
+68079;42.97207;.70251;478;20220830;29.8;14.8;22.3;1.9;17.57;0;4.29;21147
+68079;42.97207;.70251;478;20220831;23.7;16.5;20.1;1.5;18.9;10;2.31;11190
+68079;42.97207;.70251;478;20220901;27.5;15.6;21.6;1.2;17.67;.1;3.59;19414
+68079;42.97207;.70251;478;20220902;26;15.1;20.6;1.3;17.93;9.3;2.96;15367
+68079;42.97207;.70251;478;20220903;25.2;15.3;20.3;1.5;17.1;0;3.04;15843
+68079;42.97207;.70251;478;20220904;30.8;11.5;21.2;1.3;15.33;.1;4.15;22394
+68079;42.97207;.70251;478;20220905;32;13.4;22.7;1.6;15.57;1.2;4.25;20552
+68079;42.97207;.70251;478;20220906;30;14.4;22.2;1.2;16.3;.1;3.85;20307
+68079;42.97207;.70251;478;20220907;26.5;13.4;19.9;1.3;15.43;0;3.19;17018
+68079;42.97207;.70251;478;20220908;25.3;11;18.2;1.3;13.8;.3;3.15;18048
+68079;42.97207;.70251;478;20220909;21;13.7;17.3;1.5;14.87;.7;2.2;11083
+68079;42.97207;.70251;478;20220910;27.2;9.6;18.4;1.3;13.57;.1;3.54;20859
+68079;42.97207;.70251;478;20220911;32.5;11.2;21.9;1.5;14.53;0;4.23;21893
+68079;42.97207;.70251;478;20220912;32;14.4;23.2;1.7;16.67;.1;3.89;17263
+68079;42.97207;.70251;478;20220913;30.4;17.5;23.9;2.5;17.13;5;3.83;13912
+68079;42.97207;.70251;478;20220914;28.1;15.3;21.7;2.4;16.07;.4;3.8;17220
+68079;42.97207;.70251;478;20220915;26.9;13.7;20.3;1.5;15.6;4.2;3.14;16457
+68079;42.97207;.70251;478;20220916;21.9;16.4;19.2;2.3;16.6;.9;2.39;11058
+68079;42.97207;.70251;478;20220917;20.8;12;16.4;2.1;12.33;0;2.63;13526
+68079;42.97207;.70251;478;20220918;24;5.2;14.6;.9;9.23;0;2.85;19551
+68079;42.97207;.70251;478;20220919;25.7;6.2;15.9;1.3;9.13;0;3.28;19867
+68079;42.97207;.70251;478;20220920;24.4;5.9;15.2;1.5;9.53;0;3.15;19173
+68079;42.97207;.70251;478;20220921;23.7;6.2;14.9;1.5;10.43;0;2.94;18471
+68079;42.97207;.70251;478;20220922;24.3;6.2;15.2;1.2;10.8;0;2.85;18725
+68079;42.97207;.70251;478;20220923;23.5;7.2;15.4;1.4;12.4;3.7;2.53;15579
+68079;42.97207;.70251;478;20220924;18;12.9;15.4;1.3;14;4.4;1.55;7965
+68079;42.97207;.70251;478;20220925;17.2;8.4;12.8;1.4;11.6;0;1.82;12070
+68079;42.97207;.70251;478;20220926;19.3;8.4;13.9;2;11.23;1.8;2.28;13735
+68079;42.97207;.70251;478;20220927;15.5;10.8;13.2;2.4;12.47;9.6;1.5;8006
+68079;42.97207;.70251;478;20220928;19.1;11.4;15.3;3;13.57;5.4;2.04;10816
+68079;42.97207;.70251;478;20220929;16.4;10.9;13.7;2.4;12.33;13.2;1.64;8474
+68079;42.97207;.70251;478;20220930;16.2;7.4;11.8;2.1;10.63;1;1.75;10607
+68079;42.97207;.70251;478;20221001;22.4;5.4;13.9;2.3;10.76;.1;2.68;16003
+68079;42.97207;.70251;478;20221002;24.2;7.9;16;1.1;12.76;.1;2.33;15901
+68079;42.97207;.70251;478;20221003;24.3;9.9;17.1;1;13.61;0;2.28;14974
+68079;42.97207;.70251;478;20221004;25.1;8.1;16.6;1.1;12.71;.1;2.4;15690
+68079;42.97207;.70251;478;20221005;26.6;7.3;16.9;1;11.36;0;2.49;16701
+68079;42.97207;.70251;478;20221006;18.7;12.3;15.5;1.1;13.26;0;1.6;9801
+68079;42.97207;.70251;478;20221007;22.9;8.7;15.8;1;13.26;2.5;2.01;14012
+68079;42.97207;.70251;478;20221008;21.3;13.4;17.3;1.1;14.76;.3;1.69;9775
+68079;42.97207;.70251;478;20221009;24.8;8.5;16.7;.7;12.21;.3;1.98;14792
+68079;42.97207;.70251;478;20221010;24;7.6;15.8;1;12.46;0;2;14221
+68079;42.97207;.70251;478;20221011;20.6;10.6;15.6;1.4;14.67;2.7;1.6;10416
+68079;42.97207;.70251;478;20221012;21.5;12.9;17.2;1.2;15.2;1.3;1.67;10205
+68079;42.97207;.70251;478;20221013;23.1;12.5;17.8;1.2;14.57;0;1.87;11410
+68079;42.97207;.70251;478;20221014;22.5;14.8;18.7;1.9;14.9;.2;2.01;9488
+68079;42.97207;.70251;478;20221015;27.7;9.1;18.4;1.8;12.23;.1;2.7;14839
+68079;42.97207;.70251;478;20221016;27.7;10;18.8;1.7;13.23;0;2.55;14226
+68079;42.97207;.70251;478;20221017;25.9;13.6;19.8;2.5;14.57;.3;2.6;10635
+68079;42.97207;.70251;478;20221018;28.3;10.8;19.6;1.9;13.23;0;2.69;14085
+68079;42.97207;.70251;478;20221019;29.1;13.1;21.1;2.2;13.53;6.3;2.91;10243
+68079;42.97207;.70251;478;20221020;24.4;13.6;19;2.2;14.73;4.2;2.15;9054
+68079;42.97207;.70251;478;20221021;21.1;14.8;17.9;3;12.47;0;2.37;6811
+68079;42.97207;.70251;478;20221022;25.4;10.7;18;2.1;12.07;1.2;2.39;11670
+68079;42.97207;.70251;478;20221023;25.4;13.2;19.3;3.6;11.37;8.1;3.23;10000
+68079;42.97207;.70251;478;20221024;23;11.7;17.3;1.6;12.5;0;1.85;9764
+68079;42.97207;.70251;478;20221025;26.6;9.2;17.9;2;11.43;0;2.44;10388
+68079;42.97207;.70251;478;20221026;23.5;9.7;16.6;1.6;11.77;0;1.93;9417
+68079;42.97207;.70251;478;20221027;22.3;11;16.6;1.5;12.67;.1;1.65;7034
+68079;42.97207;.70251;478;20221028;28.3;12.5;20.4;1.6;12.37;0;2.29;10558
+68079;42.97207;.70251;478;20221029;27.8;9.4;18.6;2;10.2;.1;2.7;11649
+68079;42.97207;.70251;478;20221030;21.6;7.4;14.5;1.5;9.43;.1;1.71;8814
+68079;42.97207;.70251;478;20221031;22.1;6.3;14.2;1.8;11.47;1.9;1.65;8921
+68079;42.97207;.70251;478;20221101;19.3;11.8;15.6;1.7;13.07;0;1.34;7205
+68079;42.97207;.70251;478;20221102;20.4;11.5;15.9;1.3;11.83;0;1.41;8483
+68079;42.97207;.70251;478;20221103;20.6;6.2;13.4;1.7;10.2;6.3;1.54;8264
+68079;42.97207;.70251;478;20221104;11.1;4.5;7.8;2.9;9.37;12.1;.82;5464
+68079;42.97207;.70251;478;20221105;15.4;5;10.2;1.6;8.73;.1;1.17;9055
+68079;42.97207;.70251;478;20221106;20;.6;10.3;1.2;7.2;.1;1.34;11214
+68079;42.97207;.70251;478;20221107;20.1;1.2;10.6;1.5;8.33;0;1.41;10958
+68079;42.97207;.70251;478;20221108;18.3;6.9;12.6;1.5;10.43;.2;1.3;7494
+68079;42.97207;.70251;478;20221109;16.6;7.8;12.2;1.7;11.5;5.7;.99;5638
+68079;42.97207;.70251;478;20221110;16.2;3.8;10;1;9.63;0;.89;8899
+68079;42.97207;.70251;478;20221111;20;.8;10.4;1.5;8.47;.2;1.31;10202
+68079;42.97207;.70251;478;20221112;22.5;3.6;13.1;1.5;9.33;.1;1.46;9958
+68079;42.97207;.70251;478;20221113;22.4;3.7;13;1.4;8.53;0;1.42;9935
+68079;42.97207;.70251;478;20221114;16.2;3.9;10.1;1.2;9.67;.2;.87;7074
+68079;42.97207;.70251;478;20221115;18;7.2;12.6;1.5;11.07;1.4;1.01;6816
+68079;42.97207;.70251;478;20221116;18.4;6.4;12.4;1.4;9.93;.3;1.06;8449
+68079;42.97207;.70251;478;20221117;16.7;6.9;11.8;1.8;10.67;7.9;.96;6646
+68079;42.97207;.70251;478;20221118;11.5;6.2;8.9;2.2;9.73;2.5;.73;4625
+68079;42.97207;.70251;478;20221119;8;5.7;6.8;2.2;8.37;2.5;.69;2464
+68079;42.97207;.70251;478;20221120;14;-.5;6.8;1.9;7.6;3;.89;7423
+68079;42.97207;.70251;478;20221121;11.9;5.9;8.9;2.6;9.47;32.1;.82;3889
+68079;42.97207;.70251;478;20221122;10.7;3.2;7;2.5;8.13;8.2;.8;4998
+68079;42.97207;.70251;478;20221123;14;6.8;10.4;2.2;10.3;10;.86;4287
+68079;42.97207;.70251;478;20221124;13;2.2;7.6;1.5;8.23;.8;.73;6058
+68079;42.97207;.70251;478;20221125;9.1;3.9;6.5;1.6;8.93;4.9;.51;3477
+68079;42.97207;.70251;478;20221126;14.1;.8;7.5;1.4;7.23;.1;.78;7533
+68079;42.97207;.70251;478;20221127;13.9;-.3;6.8;1.1;7;4;.68;7175
+68079;42.97207;.70251;478;20221128;10;4.3;7.2;2.5;9.17;9.2;.57;3638
+68079;42.97207;.70251;478;20221129;10;5.7;7.8;1.7;9.2;3.3;.58;3196
+68079;42.97207;.70251;478;20221130;9.9;2.3;6.1;.9;7.73;.2;.46;5878
+68079;42.97207;.70251;478;20221201;7.4;-1.5;2.9;.9;6.37;0;.4;5932
+68079;42.97207;.70251;478;20221202;7.6;1.5;4.5;1.1;6.63;0;.5;4737
+68079;42.97207;.70251;478;20221203;6.7;1.9;4.3;1.2;6.47;0;.54;3582
+68079;42.97207;.70251;478;20221204;9.3;-3.4;3;1;5.53;.1;.48;6844
+68079;42.97207;.70251;478;20221205;13.1;-4.3;4.4;1.4;5.1;0;.82;7780
+68079;42.97207;.70251;478;20221206;13.7;-.6;6.6;.8;7.5;.1;.53;5995
+68079;42.97207;.70251;478;20221207;13.3;6.2;9.8;.9;9.6;.1;.54;4570
+68079;42.97207;.70251;478;20221208;9.7;2.1;5.9;1.1;8.4;0;.44;4617
+68079;42.97207;.70251;478;20221209;13.6;3.4;8.5;1.2;9.33;8.4;.54;5461
+68079;42.97207;.70251;478;20221210;4.5;3.6;4.1;3.4;6.77;.1;.71;2061
+68079;42.97207;.70251;478;20221211;6.6;-5.4;.6;1.4;4.73;.1;.53;5397
+68079;42.97207;.70251;478;20221212;7.6;-1;3.3;1.5;6.87;7.9;.46;3665
+68079;42.97207;.70251;478;20221213;12;4;8;1.4;10;8.9;.42;4253
+68079;42.97207;.70251;478;20221214;16.7;7.4;12;1.8;10.5;1.1;.85;5092
+68079;42.97207;.70251;478;20221215;13.5;3.9;8.7;1.4;9.97;5.3;.51;4651
+68079;42.97207;.70251;478;20221216;11.1;5.6;8.4;1.6;9.97;2.9;.49;3736
+68079;42.97207;.70251;478;20221217;8.3;4.9;6.6;.9;8.23;0;.44;3044
+68079;42.97207;.70251;478;20221218;12.1;-1.9;5.1;1.3;6.53;.1;.53;6859
+68079;42.97207;.70251;478;20221219;13;.8;6.9;1.9;7;0;.78;5633
+68079;42.97207;.70251;478;20221220;16.3;3;9.7;2;8.3;3.9;1.07;6576
+68079;42.97207;.70251;478;20221221;17.1;6;11.6;1.5;10.03;.6;.77;5787
+68079;42.97207;.70251;478;20221222;18.5;4.8;11.7;1.6;9.83;.1;.83;6484
+68079;42.97207;.70251;478;20221223;19;4.2;11.6;1.4;9.5;0;.83;6781
+68079;42.97207;.70251;478;20221224;18.6;2.8;10.7;1.2;8.43;0;.77;6812
+68079;42.97207;.70251;478;20221225;20;1.8;10.9;1.8;7.5;0;1.25;7304
+68079;42.97207;.70251;478;20221226;17.7;1.3;9.5;1.1;7.77;0;.74;6829
+68079;42.97207;.70251;478;20221227;15.6;2.8;9.2;.9;8.77;.1;.53;6140
+68079;42.97207;.70251;478;20221228;17.8;1.2;9.5;1.4;7.5;0;.89;7215
+68079;42.97207;.70251;478;20221229;16.1;3;9.6;1.4;8;0;.86;5898
+68079;42.97207;.70251;478;20221230;19.3;5.1;12.2;1.3;9.7;.7;.88;6032
+68079;42.97207;.70251;478;20221231;17.1;5;11;2.1;8.83;0;1.24;5632
+68080;42.99947;1.00646;400;20220101;21.7;1.4;11.6;2.1;6.8;0;1.64;7578
+68080;42.99947;1.00646;400;20220102;18.9;7.2;13;.9;7.8;.1;.74;6900
+68080;42.99947;1.00646;400;20220103;17.9;3.4;10.6;2.1;8.6;.1;1.13;6500
+68080;42.99947;1.00646;400;20220104;19.9;4;11.9;3.3;8;13.6;1.89;7900
+68080;42.99947;1.00646;400;20220105;6.8;3.5;5.2;2.2;6.9;.6;.7;2344
+68080;42.99947;1.00646;400;20220106;5.9;-1.7;2.1;1;4.8;0;.39;8300
+68080;42.99947;1.00646;400;20220107;7.3;-3.6;1.8;1.7;6.1;3.2;.52;2400
+68080;42.99947;1.00646;400;20220108;10.7;5.3;8;4.5;7.9;3.8;1.2;3400
+68080;42.99947;1.00646;400;20220109;9;7.1;8;5.9;9.2;56.1;.87;200
+68080;42.99947;1.00646;400;20220110;11.3;5.9;8.6;4.5;10.7;48.5;.48;300
+68080;42.99947;1.00646;400;20220111;11.2;5.1;8.1;1.2;7.5;0;.58;8700
+68080;42.99947;1.00646;400;20220112;9.3;-3.5;2.9;.8;5.2;0;.41;9400
+68080;42.99947;1.00646;400;20220113;9.8;-4.7;2.5;.6;4.7;0;.37;9700
+68080;42.99947;1.00646;400;20220114;13.2;-4.2;4.5;.8;4.1;.1;.61;9000
+68080;42.99947;1.00646;400;20220115;11.1;-3.9;3.6;.9;3.9;0;.62;9100
+68080;42.99947;1.00646;400;20220116;10.4;-4.9;2.7;.8;4.3;0;.54;9200
+68080;42.99947;1.00646;400;20220117;10.5;-4.5;3;.5;4.4;.1;.42;9000
+68080;42.99947;1.00646;400;20220118;9.8;-4.3;2.7;1;5.4;.1;.54;9300
+68080;42.99947;1.00646;400;20220119;7.2;0;3.6;1.6;6.3;.8;.62;3200
+68080;42.99947;1.00646;400;20220120;7.6;3.3;5.4;1.2;7.8;5.8;.52;2300
+68080;42.99947;1.00646;400;20220121;4;.6;2.3;2.1;5.8;0;.58;5400
+68080;42.99947;1.00646;400;20220122;9.1;-5.2;1.9;1;4.9;.1;.58;10200
+68080;42.99947;1.00646;400;20220123;10.2;-4;3.1;1;5.2;0;.64;9700
+68080;42.99947;1.00646;400;20220124;14;-3.1;5.4;.7;5.1;0;.67;10000
+68080;42.99947;1.00646;400;20220125;12.9;-2.4;5.2;1;5.4;0;.78;10000
+68080;42.99947;1.00646;400;20220126;14;-3.3;5.3;.8;5.2;0;.75;10200
+68080;42.99947;1.00646;400;20220127;14;-3.1;5.4;.7;5.1;0;.72;10500
+68080;42.99947;1.00646;400;20220128;7;-4.2;1.4;1;5;0;.59;10700
+68080;42.99947;1.00646;400;20220129;12.8;-4.8;4;.9;5.3;0;.78;11000
+68080;42.99947;1.00646;400;20220130;14.1;-3.2;5.4;1.1;5.8;0;.92;10800
+68080;42.99947;1.00646;400;20220131;11.5;0;5.7;2.6;7.4;.3;.94;6800
+68080;42.99947;1.00646;400;20220201;8.9;3.2;6;2.2;6.7;0;.96;5200
+68080;42.99947;1.00646;400;20220202;16.2;2.7;9.4;1.2;7.5;0;1.09;11300
+68080;42.99947;1.00646;400;20220203;17.3;-2.2;7.5;1.3;6.8;0;1.19;10000
+68080;42.99947;1.00646;400;20220204;13.7;4.7;9.2;1.4;8.7;1.7;.95;6500
+68080;42.99947;1.00646;400;20220205;9.2;7.1;8.1;1.7;8.4;1.6;.84;3800
+68080;42.99947;1.00646;400;20220206;9.7;-3.1;3.3;1.1;5.8;.1;.81;10600
+68080;42.99947;1.00646;400;20220207;13.3;.8;7;2.4;8.6;.8;.95;7000
+68080;42.99947;1.00646;400;20220208;18.5;6.1;12.3;1.4;7.8;0;1.5;12400
+68080;42.99947;1.00646;400;20220209;18.4;-.1;9.1;1;6.2;0;1.3;12600
+68080;42.99947;1.00646;400;20220210;19.3;.2;9.7;.9;6.3;0;1.3;12000
+68080;42.99947;1.00646;400;20220211;10;3.7;6.8;.9;8.7;2.1;.59;1900
+68080;42.99947;1.00646;400;20220212;14.8;1.8;8.3;2;7.8;0;1.35;10700
+68080;42.99947;1.00646;400;20220213;20.1;2.6;11.3;2.8;6.9;4;2.42;12500
+68080;42.99947;1.00646;400;20220214;11.8;4.6;8.2;3.1;7.5;9;1.42;6800
+68080;42.99947;1.00646;400;20220215;10.5;4.5;7.5;5.4;8.17;2.9;1.49;6740
+68080;42.99947;1.00646;400;20220216;14.3;4.2;9.2;3;9.8;1.6;1.06;3800
+68080;42.99947;1.00646;400;20220217;15.6;10.4;13;3.7;11.1;0;1.61;5910
+68080;42.99947;1.00646;400;20220218;18.6;5.5;12;3.9;9.7;9.4;2.18;11300
+68080;42.99947;1.00646;400;20220219;9.1;5.5;7.3;1.7;8.3;3.7;.88;5300
+68080;42.99947;1.00646;400;20220220;14.6;-.5;7;2.4;7.8;0;1.53;14200
+68080;42.99947;1.00646;400;20220221;14.6;6;10.3;4.7;7.9;.3;2.2;9300
+68080;42.99947;1.00646;400;20220222;14.5;1.6;8;2.1;7.1;0;1.7;14300
+68080;42.99947;1.00646;400;20220223;16.9;3.4;10.1;1.9;7.6;0;1.89;14500
+68080;42.99947;1.00646;400;20220224;13;3.1;8;2.5;8.5;2.6;1.33;10000
+68080;42.99947;1.00646;400;20220225;10.5;5.9;8.2;1.1;6.8;.5;1.21;8300
+68080;42.99947;1.00646;400;20220226;15.3;-.9;7.2;2;5;0;2.08;16200
+68080;42.99947;1.00646;400;20220227;15.8;-1.3;7.2;1.2;6.8;0;1.38;9100
+68080;42.99947;1.00646;400;20220228;17.1;3.2;10.1;1.2;7.4;0;1.82;15800
+68080;42.99947;1.00646;400;20220301;16.6;-.5;8.1;2.2;7;.1;1.98;13809
+68080;42.99947;1.00646;400;20220302;10.8;1.5;6.2;1.2;8.7;5.5;1.02;9967
+68080;42.99947;1.00646;400;20220303;15.2;.5;7.9;2;8.7;2.6;1.56;13033
+68080;42.99947;1.00646;400;20220304;8.6;7.5;8.1;5.1;8.6;4.6;1.17;2651
+68080;42.99947;1.00646;400;20220305;10.2;3.9;7;1.9;7.2;.3;1.3;8300
+68080;42.99947;1.00646;400;20220306;8.3;4.2;6.3;1.4;7.1;0;1.06;6521
+68080;42.99947;1.00646;400;20220307;12.6;1.9;7.2;1.8;7.2;0;1.77;16500
+68080;42.99947;1.00646;400;20220308;14;-.3;6.8;2.4;7.3;5.4;1.65;11100
+68080;42.99947;1.00646;400;20220309;16.3;3.3;9.8;2.9;8.2;0;2.34;17200
+68080;42.99947;1.00646;400;20220310;15.1;3.5;9.3;2;8;0;1.66;8900
+68080;42.99947;1.00646;400;20220311;16.6;4.7;10.6;1.3;9.1;9.5;1.47;7800
+68080;42.99947;1.00646;400;20220312;13.4;5.9;9.6;2.3;8.7;2.6;1.7;11000
+68080;42.99947;1.00646;400;20220313;10.1;2.9;6.5;3.2;7.6;3.7;1.2;5300
+68080;42.99947;1.00646;400;20220314;14.8;1.9;8.3;2.3;8;.7;1.45;5200
+68080;42.99947;1.00646;400;20220315;19.2;9.5;14.3;3.1;10.9;0;2.36;10100
+68080;42.99947;1.00646;400;20220316;16;8.6;12.3;2.1;10.8;2.1;1.52;6700
+68080;42.99947;1.00646;400;20220317;11.3;9.6;10.4;1.2;11.3;18.2;.75;2400
+68080;42.99947;1.00646;400;20220318;9.8;7.4;8.6;1.4;10.2;.5;.7;2500
+68080;42.99947;1.00646;400;20220319;15.3;3.6;9.4;1.4;9.4;0;1.68;12400
+68080;42.99947;1.00646;400;20220320;18.9;6.8;12.8;2.2;9.3;0;2.39;12500
+68080;42.99947;1.00646;400;20220321;18.8;3.6;11.2;2.5;8.3;0;2.86;19100
+68080;42.99947;1.00646;400;20220322;16.7;4.3;10.5;5.6;8.07;0;3.21;15473
+68080;42.99947;1.00646;400;20220323;17.6;-.1;8.7;1.8;6.8;0;2.67;20500
+68080;42.99947;1.00646;400;20220324;16.2;3;9.6;3;8.32;0;2.69;17583
+68080;42.99947;1.00646;400;20220325;18.4;3.9;11.1;1.1;8.4;0;2.4;17900
+68080;42.99947;1.00646;400;20220326;18.2;2.3;10.2;1.4;7.4;0;2.5;17700
+68080;42.99947;1.00646;400;20220327;20;1.9;10.9;1.1;7.9;0;2.45;17000
+68080;42.99947;1.00646;400;20220328;21.4;3.1;12.2;.9;8;0;2.33;14800
+68080;42.99947;1.00646;400;20220329;18.7;5.9;12.3;.9;9.8;6.7;1.85;11000
+68080;42.99947;1.00646;400;20220330;10.6;8.3;9.4;2.8;11.41;9.8;1.04;4309
+68080;42.99947;1.00646;400;20220331;11.8;6.9;9.3;3.8;8.2;11.1;1.91;8800
+68080;42.99947;1.00646;400;20220401;6.8;1.4;4.1;6.2;5.3;9.8;1.97;11200
+68080;42.99947;1.00646;400;20220402;5.1;-.6;2.2;4.8;5.2;1.6;1.45;9700
+68080;42.99947;1.00646;400;20220403;6.5;-3.3;1.6;2.8;5.05;.7;1.84;15703
+68080;42.99947;1.00646;400;20220404;10;.2;5.1;1.2;5.4;0;2.1;18800
+68080;42.99947;1.00646;400;20220405;14.2;-3.3;5.4;2.8;6.1;0;2.98;22458
+68080;42.99947;1.00646;400;20220406;11.6;1.2;6.4;1.2;8.1;0;1.16;7000
+68080;42.99947;1.00646;400;20220407;19.4;2.7;11;2.1;9.5;.1;2.92;20200
+68080;42.99947;1.00646;400;20220408;20.6;7.2;13.9;4.2;10.5;3;3.39;16800
+68080;42.99947;1.00646;400;20220409;12.7;6.9;9.8;2.8;8.5;2.2;2.21;13900
+68080;42.99947;1.00646;400;20220410;20.3;2.3;11.3;2.3;7.7;0;3.64;24000
+68080;42.99947;1.00646;400;20220411;20.8;7.5;14.1;4;10.4;0;3.54;17800
+68080;42.99947;1.00646;400;20220412;19.8;8.6;14.2;1.9;11;6.6;2.58;13700
+68080;42.99947;1.00646;400;20220413;13.9;10.5;12.2;1.2;11.7;2;1.17;4800
+68080;42.99947;1.00646;400;20220414;21.1;5.6;13.3;1;10.7;0;3.1;21500
+68080;42.99947;1.00646;400;20220415;22.3;5.9;14.1;1.1;11.6;.1;3.06;20100
+68080;42.99947;1.00646;400;20220416;21.2;7.6;14.4;1.8;11.6;0;3.36;21800
+68080;42.99947;1.00646;400;20220417;22.5;5.6;14;2.5;10.8;0;3.94;24900
+68080;42.99947;1.00646;400;20220418;17.4;8.8;13.1;1.9;10.9;1.3;2.53;15200
+68080;42.99947;1.00646;400;20220419;11.6;10.5;11;1.8;10.9;15.9;1.02;2900
+68080;42.99947;1.00646;400;20220420;11.2;6.1;8.6;.9;9.6;10.3;1.14;6200
+68080;42.99947;1.00646;400;20220421;12.3;7.6;9.9;1.5;10.4;.1;1.3;7000
+68080;42.99947;1.00646;400;20220422;17.8;5.4;11.6;1.1;10.9;0;2.49;17200
+68080;42.99947;1.00646;400;20220423;12.3;6.6;9.4;1.6;10.1;14.6;1.34;7600
+68080;42.99947;1.00646;400;20220424;16.1;7.9;12;3.4;10.5;.3;2.61;15900
+68080;42.99947;1.00646;400;20220425;17.9;3.7;10.8;1.4;10.1;0;2.93;21600
+68080;42.99947;1.00646;400;20220426;22.5;5.9;14.2;2.3;10.4;0;3.98;24000
+68080;42.99947;1.00646;400;20220427;19.7;7.5;13.6;1.8;12.6;1.8;2.26;12600
+68080;42.99947;1.00646;400;20220428;14.8;12;13.4;1.7;13.7;.7;1.17;5000
+68080;42.99947;1.00646;400;20220429;20.6;10.7;15.6;1.5;13.9;1.5;3.05;18800
+68080;42.99947;1.00646;400;20220430;19.4;12;15.7;2;13;.6;2.52;12600
+68080;42.99947;1.00646;400;20220501;19.7;8.8;14.2;1.6;12.1;2.6;3.07;19300
+68080;42.99947;1.00646;400;20220502;13.2;10.7;11.9;1.3;12.4;7.1;1.03;4100
+68080;42.99947;1.00646;400;20220503;17.3;10.6;13.9;1;12.7;11.5;1.92;10400
+68080;42.99947;1.00646;400;20220504;17;9.9;13.4;1.2;12.5;2.8;1.78;9300
+68080;42.99947;1.00646;400;20220505;17.3;9.2;13.2;1.8;11.4;2.2;2.23;11900
+68080;42.99947;1.00646;400;20220506;18.5;9.9;14.2;2.6;11.2;.6;2.92;15400
+68080;42.99947;1.00646;400;20220507;20.9;8;14.4;1.8;11.5;.8;3.79;24200
+68080;42.99947;1.00646;400;20220508;22.4;9.5;15.9;1.6;11.4;.2;3.93;23300
+68080;42.99947;1.00646;400;20220509;24.6;6.9;15.7;1.7;10.9;0;4.66;28500
+68080;42.99947;1.00646;400;20220510;27.6;9.6;18.6;2.7;11.8;0;5.48;27800
+68080;42.99947;1.00646;400;20220511;29.6;12.9;21.2;2.9;14;0;5.89;27700
+68080;42.99947;1.00646;400;20220512;20;13.3;16.6;1.4;15.7;0;2.1;10600
+68080;42.99947;1.00646;400;20220513;24.3;14.8;19.5;.7;16.3;0;3.44;19100
+68080;42.99947;1.00646;400;20220514;28.7;12.7;20.7;2.3;15.3;0;4.99;24400
+68080;42.99947;1.00646;400;20220515;30.7;12.3;21.5;1.7;16.5;.4;5.19;26400
+68080;42.99947;1.00646;400;20220516;27;12.6;19.8;1;16.2;.1;4.52;25800
+68080;42.99947;1.00646;400;20220517;30;12;21;1.1;16;.1;5.12;28200
+68080;42.99947;1.00646;400;20220518;31.1;16.7;23.9;1.1;17.4;0;5.25;26900
+68080;42.99947;1.00646;400;20220519;29.1;13.6;21.3;1.6;18.1;0;4.66;24100
+68080;42.99947;1.00646;400;20220520;30.6;16;23.3;2.3;16.6;0;5.43;24500
+68080;42.99947;1.00646;400;20220521;31.5;16;23.7;1.7;21.1;0;5.24;25900
+68080;42.99947;1.00646;400;20220522;28.7;15.5;22.1;1.9;17.6;1.4;3.23;11700
+68080;42.99947;1.00646;400;20220523;18.8;14.9;16.8;2.6;15;.8;1.97;7300
+68080;42.99947;1.00646;400;20220524;14;12;13;1.6;11.7;17.3;1.46;5600
+68080;42.99947;1.00646;400;20220525;18.4;9;13.7;1.5;11.2;1.4;2.71;15200
+68080;42.99947;1.00646;400;20220526;19.1;11.7;15.4;2.2;12.3;.2;3.25;18000
+68080;42.99947;1.00646;400;20220527;22.9;12.2;17.5;1.1;13.7;.1;4.12;24400
+68080;42.99947;1.00646;400;20220528;24.5;9.3;16.9;1.5;14.1;0;4.76;29400
+68080;42.99947;1.00646;400;20220529;24;8.5;16.2;.9;11.9;.1;4.7;29900
+68080;42.99947;1.00646;400;20220530;23.5;7.3;15.4;1.1;12.8;3.5;3.62;21600
+68080;42.99947;1.00646;400;20220531;25;12.6;18.8;1.1;14.4;0;4.44;25400
+68080;42.99947;1.00646;400;20220601;29.4;11.7;20.5;2.4;16.7;.2;5.66;29600
+68080;42.99947;1.00646;400;20220602;25.7;14.9;20.3;1.6;18.1;.3;4.41;24200
+68080;42.99947;1.00646;400;20220603;29.7;15.9;22.8;2.3;18.5;4.1;5.31;25500
+68080;42.99947;1.00646;400;20220604;22.9;15.5;19.2;1.7;18.4;3.7;2.16;9400
+68080;42.99947;1.00646;400;20220605;22.3;15.1;18.7;1.7;17.2;.1;2.55;12100
+68080;42.99947;1.00646;400;20220606;26;12.3;19.1;1.5;16.5;5.9;3.84;20200
+68080;42.99947;1.00646;400;20220607;21.7;13.3;17.5;.7;16.2;.2;2.52;13300
+68080;42.99947;1.00646;400;20220608;20.8;13.9;17.3;2.3;16.3;4.3;2.24;10300
+68080;42.99947;1.00646;400;20220609;22.5;13.6;18;2.9;14.6;.2;4.74;27400
+68080;42.99947;1.00646;400;20220610;27.9;9.1;18.5;1.2;13.1;0;5.35;31000
+68080;42.99947;1.00646;400;20220611;31;11.4;21.2;1.1;14.8;1;5.54;29800
+68080;42.99947;1.00646;400;20220612;30.7;14.5;22.6;1.8;18;4.1;4.59;20600
+68080;42.99947;1.00646;400;20220613;28.3;16;22.1;3;19.4;0;4.85;23100
+68080;42.99947;1.00646;400;20220614;31.8;17.4;24.6;1.8;19.8;3.3;4.56;19100
+68080;42.99947;1.00646;400;20220615;33.9;17.3;25.6;1.9;17.9;0;6.37;28800
+68080;42.99947;1.00646;400;20220616;34.5;17.8;26.1;1.6;20.2;0;5.72;25400
+68080;42.99947;1.00646;400;20220617;35.6;17.3;26.4;1.6;20.2;3.2;6.19;27800
+68080;42.99947;1.00646;400;20220618;36.3;19.7;28;2.6;19.4;0;7.11;28100
+68080;42.99947;1.00646;400;20220619;33.1;17.3;25.2;2.9;20.2;0;6.25;26800
+68080;42.99947;1.00646;400;20220620;28.4;15.5;21.9;2;19.2;0;3.6;15400
+68080;42.99947;1.00646;400;20220621;24.8;18;21.4;1.9;18.8;1.7;2.61;9900
+68080;42.99947;1.00646;400;20220622;26.8;15.6;21.2;1.6;17.4;.3;3.72;17300
+68080;42.99947;1.00646;400;20220623;28.1;12.9;20.5;1.6;16.5;3;4.52;22900
+68080;42.99947;1.00646;400;20220624;23.6;15.4;19.5;1.4;16;1.6;3.18;15300
+68080;42.99947;1.00646;400;20220625;24.2;13.3;18.7;3;15.2;10.6;3.85;18000
+68080;42.99947;1.00646;400;20220626;18.2;12.9;15.5;2.1;15.4;3.9;1.99;10400
+68080;42.99947;1.00646;400;20220627;15.4;13;14.2;.8;14.8;19.6;1.05;4000
+68080;42.99947;1.00646;400;20220628;24.3;13.5;18.9;1.5;15;.1;4.74;27200
+68080;42.99947;1.00646;400;20220629;27.2;11.4;19.3;1.6;15.3;9.5;4.84;26400
+68080;42.99947;1.00646;400;20220630;15.6;13.8;14.7;2.3;15.4;4.9;1.36;6700
+68080;42.99947;1.00646;400;20220701;22.5;11.8;17.1;.8;13.4;.1;3.75;22000
+68080;42.99947;1.00646;400;20220702;30.5;9.7;20.1;1.9;14.3;0;5.7;29100
+68080;42.99947;1.00646;400;20220703;27.9;13.1;20.5;1.6;17.1;.2;4.49;23200
+68080;42.99947;1.00646;400;20220704;21.4;17.2;19.3;1.4;17.4;0;2.7;13100
+68080;42.99947;1.00646;400;20220705;26.4;17.7;22;.8;18.5;.6;4.04;21000
+68080;42.99947;1.00646;400;20220706;24.7;17.1;20.9;1.4;17.7;.4;2.66;11000
+68080;42.99947;1.00646;400;20220707;26.2;12.2;19.2;1.7;15;0;5.07;28600
+68080;42.99947;1.00646;400;20220708;27.3;14.5;20.9;1.4;16.4;0;5.44;30300
+68080;42.99947;1.00646;400;20220709;30.4;12.1;21.2;1;15.2;0;5.51;30300
+68080;42.99947;1.00646;400;20220710;32.4;12.5;22.4;1;15.7;0;5.7;30300
+68080;42.99947;1.00646;400;20220711;34.5;13.2;23.8;.9;14.8;.4;5.81;30100
+68080;42.99947;1.00646;400;20220712;34.5;15;24.7;.8;16.5;0;5.71;29400
+68080;42.99947;1.00646;400;20220713;34.9;14.7;24.8;.6;16.9;0;5.66;29900
+68080;42.99947;1.00646;400;20220714;35.5;14.7;25.1;1;16.4;0;5.99;29900
+68080;42.99947;1.00646;400;20220715;33.7;15.1;24.4;.9;16.7;0;5.48;27800
+68080;42.99947;1.00646;400;20220716;36.5;16.3;26.4;1.4;16.2;0;6.19;28100
+68080;42.99947;1.00646;400;20220717;37.5;14.7;26.1;1.3;14.6;0;6.19;28200
+68080;42.99947;1.00646;400;20220718;37.9;16.1;27;2.4;15.2;0;7.14;27300
+68080;42.99947;1.00646;400;20220719;31.8;19.3;25.5;2.7;20;0;4.98;18900
+68080;42.99947;1.00646;400;20220720;28.7;19.2;23.9;3.2;17.2;.1;5.35;21700
+68080;42.99947;1.00646;400;20220721;32.5;16.1;24.3;1.5;17.9;0;5.72;28000
+68080;42.99947;1.00646;400;20220722;26.5;15.8;21.1;2.4;18.4;.4;3.63;16400
+68080;42.99947;1.00646;400;20220723;25.3;15.6;20.4;1.6;17.2;.1;3.55;17500
+68080;42.99947;1.00646;400;20220724;36;14;25;1.6;16.9;0;6.12;28000
+68080;42.99947;1.00646;400;20220725;23;18.7;20.8;2.5;19.2;2.2;2.04;6300
+68080;42.99947;1.00646;400;20220726;21.5;15.1;18.3;1.8;16.7;.2;2.19;9600
+68080;42.99947;1.00646;400;20220727;27.2;16.4;21.8;1.7;14.2;0;5.17;26600
+68080;42.99947;1.00646;400;20220728;27.8;11.3;19.5;1.5;15;.4;4.55;24500
+68080;42.99947;1.00646;400;20220729;20.1;16.6;18.3;1;18;5.3;1.49;6000
+68080;42.99947;1.00646;400;20220730;28.1;15.9;22;.7;18.5;0;4.13;22300
+68080;42.99947;1.00646;400;20220731;30.1;15.8;22.9;1;18.8;0;4.68;24500
+68080;42.99947;1.00646;400;20220801;31.8;15.2;23.5;1.3;18.2;0;5.36;27600
+68080;42.99947;1.00646;400;20220802;34.2;14.9;24.5;1.2;16.3;0;5.6;27900
+68080;42.99947;1.00646;400;20220803;37.1;13.6;25.3;1.2;14.8;.1;5.57;25800
+68080;42.99947;1.00646;400;20220804;32.8;16.8;24.8;1.4;18.5;4.9;4.33;18700
+68080;42.99947;1.00646;400;20220805;29.3;20.1;24.7;2.3;20.2;.1;4.4;18700
+68080;42.99947;1.00646;400;20220806;31.4;17.4;24.4;1.2;19.2;0;4.57;22200
+68080;42.99947;1.00646;400;20220807;33.4;16.4;24.9;.8;18.4;1;4.63;23300
+68080;42.99947;1.00646;400;20220808;33.9;14.2;24;1;15.8;0;4.86;24200
+68080;42.99947;1.00646;400;20220809;34.6;14.1;24.3;1.5;15.1;.8;4.99;21700
+68080;42.99947;1.00646;400;20220810;37;15.3;26.1;1.1;14.7;.2;5.37;25400
+68080;42.99947;1.00646;400;20220811;37.3;15.8;26.5;2;15;0;6.17;24800
+68080;42.99947;1.00646;400;20220812;38.2;17.7;27.9;1.2;16.3;0;5.5;24600
+68080;42.99947;1.00646;400;20220813;33.5;17.9;25.7;1;19;.8;3.93;17400
+68080;42.99947;1.00646;400;20220814;26.8;18.6;22.7;2.1;19.5;0;2.81;10200
+68080;42.99947;1.00646;400;20220815;27.7;18;22.8;1.3;16.6;0;3.55;16200
+68080;42.99947;1.00646;400;20220816;33.1;13.3;23.2;3.3;15.8;2.5;4.92;14100
+68080;42.99947;1.00646;400;20220817;22.2;14.8;18.5;1.2;16.1;3;1.81;7000
+68080;42.99947;1.00646;400;20220818;23.4;13.5;18.4;2.2;15.8;7.3;3.06;15500
+68080;42.99947;1.00646;400;20220819;26;15.5;20.7;2.1;15.2;.2;4.39;22800
+68080;42.99947;1.00646;400;20220820;29.7;11.8;20.7;1.3;15;0;4.6;25400
+68080;42.99947;1.00646;400;20220821;28;13.8;20.9;2;17.2;.4;3.74;17900
+68080;42.99947;1.00646;400;20220822;27.6;15.7;21.6;2.7;17.9;.7;3.74;16200
+68080;42.99947;1.00646;400;20220823;29.8;18.4;24.1;1.2;19;0;4.43;23000
+68080;42.99947;1.00646;400;20220824;35.2;15.4;25.3;1.7;17.4;1.6;5.08;22300
+68080;42.99947;1.00646;400;20220825;30;20.3;25.1;3.1;19.6;16.4;3.64;9700
+68080;42.99947;1.00646;400;20220826;27;15.1;21;1.3;18.8;.5;3.24;17000
+68080;42.99947;1.00646;400;20220827;29.3;16.1;22.7;.9;18.5;1.3;4.06;22500
+68080;42.99947;1.00646;400;20220828;32.7;14.5;23.6;1.1;16.2;.2;4.51;23600
+68080;42.99947;1.00646;400;20220829;33.8;15.5;24.6;3.5;16.2;7.2;5.37;16200
+68080;42.99947;1.00646;400;20220830;30.7;14.8;22.7;1.6;18.1;0;4.42;22800
+68080;42.99947;1.00646;400;20220831;23.4;16.2;19.8;1.3;18.6;5.5;1.63;6100
+68080;42.99947;1.00646;400;20220901;28.2;16;22.1;1.1;17.8;0;3.94;22100
+68080;42.99947;1.00646;400;20220902;26.7;14.8;20.7;1.1;18.1;21;2.64;13100
+68080;42.99947;1.00646;400;20220903;25.6;15.7;20.6;1.6;17.4;0;3.13;16200
+68080;42.99947;1.00646;400;20220904;30.6;12.6;21.6;1.8;16.2;.1;4.3;21800
+68080;42.99947;1.00646;400;20220905;32.4;14.9;23.6;1.7;16.3;.3;4.07;17600
+68080;42.99947;1.00646;400;20220906;30.7;14.6;22.6;.9;17.3;.1;3.91;22000
+68080;42.99947;1.00646;400;20220907;26.7;13.8;20.2;1.2;16.1;0;2.99;15700
+68080;42.99947;1.00646;400;20220908;25.8;12;18.9;1.4;14.3;0;3.11;16800
+68080;42.99947;1.00646;400;20220909;20.3;12.5;16.4;1.6;15.1;.4;1.66;7400
+68080;42.99947;1.00646;400;20220910;27.2;10;18.6;1.5;14.2;.1;3.65;21500
+68080;42.99947;1.00646;400;20220911;32.3;12.6;22.4;2.5;15;0;4.85;21400
+68080;42.99947;1.00646;400;20220912;31;16.1;23.5;2.1;17.1;0;3.25;10200
+68080;42.99947;1.00646;400;20220913;31.4;17.3;24.3;2.8;17.4;1.6;3.69;9900
+68080;42.99947;1.00646;400;20220914;28.8;17.2;23;3;16;1.3;4.3;17500
+68080;42.99947;1.00646;400;20220915;28.1;13.1;20.6;.8;16;3.2;2.92;16800
+68080;42.99947;1.00646;400;20220916;21.5;17.2;19.3;2.2;16.6;.8;2.38;11200
+68080;42.99947;1.00646;400;20220917;21.1;13.1;17.1;2.2;12.6;0;2.79;14500
+68080;42.99947;1.00646;400;20220918;24.1;5.7;14.9;.8;9.4;0;2.78;19600
+68080;42.99947;1.00646;400;20220919;25.9;5.1;15.5;.6;9.2;0;2.79;20500
+68080;42.99947;1.00646;400;20220920;24.7;4.9;14.8;.8;9.3;0;2.79;20100
+68080;42.99947;1.00646;400;20220921;24.6;5.3;14.9;.8;10.3;0;2.74;19700
+68080;42.99947;1.00646;400;20220922;24.4;6.6;15.5;.8;11.1;0;2.69;19300
+68080;42.99947;1.00646;400;20220923;24.4;7.9;16.1;1.4;13;3.6;2.3;12300
+68080;42.99947;1.00646;400;20220924;18.5;13.5;16;1.4;14.1;4.6;1.39;5500
+68080;42.99947;1.00646;400;20220925;18.9;8.5;13.7;1.5;11.6;0;2.08;13800
+68080;42.99947;1.00646;400;20220926;19.9;8.8;14.3;1.8;11.2;2.2;2.34;14600
+68080;42.99947;1.00646;400;20220927;16.5;10.7;13.6;2.4;12.5;11;1.56;8000
+68080;42.99947;1.00646;400;20220928;19.8;11.1;15.4;3;13.5;7;2.11;10900
+68080;42.99947;1.00646;400;20220929;17.5;11;14.2;2.3;12.2;13.4;1.76;8700
+68080;42.99947;1.00646;400;20220930;17.1;6.5;11.8;1.9;10.8;4.9;1.68;10500
+68080;42.99947;1.00646;400;20221001;22.8;4.6;13.7;3.2;11.4;.1;2.95;14723
+68080;42.99947;1.00646;400;20221002;24.4;9;16.7;1;13.3;0;2.24;15061
+68080;42.99947;1.00646;400;20221003;24.2;11;17.6;1.3;14.1;.1;2.28;13493
+68080;42.99947;1.00646;400;20221004;25.2;8.2;16.7;1.4;12.9;.1;2.53;14811
+68080;42.99947;1.00646;400;20221005;26.5;8.6;17.5;1.3;12.2;0;2.59;15661
+68080;42.99947;1.00646;400;20221006;18.5;13.4;15.9;1.3;14.3;.1;1.42;6131
+68080;42.99947;1.00646;400;20221007;22.8;10.3;16.5;1.2;13.4;1;2.05;13616
+68080;42.99947;1.00646;400;20221008;21.8;13.7;17.7;1.7;15.5;.3;1.86;8986
+68080;42.99947;1.00646;400;20221009;25.3;10.6;17.9;.6;12.7;.2;1.93;14035
+68080;42.99947;1.00646;400;20221010;25.2;8.4;16.8;1.3;13;0;2.08;13357
+68080;42.99947;1.00646;400;20221011;21.3;10.7;16;1;14.7;2.5;1.53;9900
+68080;42.99947;1.00646;400;20221012;22.7;12.9;17.8;.9;15.3;1.1;1.77;11900
+68080;42.99947;1.00646;400;20221013;23.5;13.3;18.4;1;15.1;0;1.86;12000
+68080;42.99947;1.00646;400;20221014;23.2;15.2;19.2;1.8;15.4;.1;2.02;10100
+68080;42.99947;1.00646;400;20221015;28.1;10.9;19.5;3.4;12.4;.1;3.72;15100
+68080;42.99947;1.00646;400;20221016;26.6;11;18.8;2.5;14.1;0;2.78;14000
+68080;42.99947;1.00646;400;20221017;26.4;12.9;19.6;2.5;15.5;.1;2.46;10400
+68080;42.99947;1.00646;400;20221018;27.3;14;20.6;3.6;13.7;0;3.53;13700
+68080;42.99947;1.00646;400;20221019;29.1;14.6;21.8;3.5;12.6;4.5;3.63;5200
+68080;42.99947;1.00646;400;20221020;24.2;14.4;19.3;2.9;15.1;3.5;2.21;6700
+68080;42.99947;1.00646;400;20221021;20.3;15.7;18;3.4;13;0;2.21;4300
+68080;42.99947;1.00646;400;20221022;26.7;11.2;18.9;1.6;12.3;.6;2.31;12800
+68080;42.99947;1.00646;400;20221023;27.2;12.3;19.7;4.1;10.5;3.5;4.04;12200
+68080;42.99947;1.00646;400;20221024;23.9;11.3;17.6;1.3;12.3;0;1.81;10800
+68080;42.99947;1.00646;400;20221025;26;9.8;17.9;2.1;11.9;0;2.24;6500
+68080;42.99947;1.00646;400;20221026;21.9;9.3;15.6;1.1;12.1;0;1.34;6500
+68080;42.99947;1.00646;400;20221027;25.2;10.4;17.8;2.4;12.1;.1;2.2;4000
+68080;42.99947;1.00646;400;20221028;28;14.3;21.1;2.7;11.6;0;3.08;8800
+68080;42.99947;1.00646;400;20221029;28.4;9.8;19.1;2;10.6;.1;2.64;11600
+68080;42.99947;1.00646;400;20221030;21.5;6.2;13.8;1.8;9.3;.1;1.76;7000
+68080;42.99947;1.00646;400;20221031;20.5;6.7;13.6;1.9;12.4;0;1.25;4700
+68080;42.99947;1.00646;400;20221101;19.8;12.1;15.9;2;13.4;0;1.44;7900
+68080;42.99947;1.00646;400;20221102;20.9;11.7;16.3;1.5;12.3;0;1.52;10500
+68080;42.99947;1.00646;400;20221103;20.7;7.5;14.1;1.8;10.2;7.1;1.54;4800
+68080;42.99947;1.00646;400;20221104;12.4;5.4;8.9;3.5;9.4;11.6;1.01;4200
+68080;42.99947;1.00646;400;20221105;16.7;6.8;11.7;1.8;9.1;.1;1.36;11400
+68080;42.99947;1.00646;400;20221106;20.5;2.1;11.3;1.6;7.3;0;1.6;11300
+68080;42.99947;1.00646;400;20221107;21.1;2.6;11.8;2;8.7;0;1.7;11000
+68080;42.99947;1.00646;400;20221108;18;7.9;12.9;1.4;10.7;0;1.1;5700
+68080;42.99947;1.00646;400;20221109;16.9;8.5;12.7;1.8;11.6;7.9;.99;3300
+68080;42.99947;1.00646;400;20221110;17;4.6;10.8;1.1;10;0;.93;10700
+68080;42.99947;1.00646;400;20221111;21.1;1.8;11.4;2.1;8.8;.1;1.64;10200
+68080;42.99947;1.00646;400;20221112;22.8;3.4;13.1;1.9;9.9;.1;1.61;10100
+68080;42.99947;1.00646;400;20221113;22.7;4;13.3;1.1;8.7;0;1.25;10000
+68080;42.99947;1.00646;400;20221114;16.7;5.2;10.9;1.6;9.8;.1;1;5300
+68080;42.99947;1.00646;400;20221115;17.5;6.3;11.9;2.1;11.3;1.3;1.01;6000
+68080;42.99947;1.00646;400;20221116;18.9;8.8;13.8;2.5;10.2;.2;1.52;9900
+68080;42.99947;1.00646;400;20221117;17.2;7.8;12.5;1.6;10.8;6.8;.99;6500
+68080;42.99947;1.00646;400;20221118;12.2;6.7;9.4;2.2;9.9;3.1;.76;5100
+68080;42.99947;1.00646;400;20221119;8.5;5.8;7.1;2.3;8.4;2.3;.7;2700
+68080;42.99947;1.00646;400;20221120;14.5;-.8;6.8;1.5;7.7;3.2;.82;6700
+68080;42.99947;1.00646;400;20221121;12.4;7.2;9.8;3.3;9.6;26.2;1.01;1800
+68080;42.99947;1.00646;400;20221122;11;4.5;7.7;3.1;8.3;8;.92;3900
+68080;42.99947;1.00646;400;20221123;14.8;7.3;11;2.8;10.3;8.2;1.05;2900
+68080;42.99947;1.00646;400;20221124;13.6;3.7;8.6;2;8.4;.5;.91;4900
+68080;42.99947;1.00646;400;20221125;9.9;5.4;7.6;1.8;9.2;11.8;.58;2100
+68080;42.99947;1.00646;400;20221126;15.1;1.7;8.4;2.3;7.4;.1;1.11;8400
+68080;42.99947;1.00646;400;20221127;14.5;.7;7.6;1.5;7;5;.87;6700
+68080;42.99947;1.00646;400;20221128;10.9;5.3;8.1;3.1;9.2;12.6;.74;2900
+68080;42.99947;1.00646;400;20221129;11;6.3;8.6;1.5;9.4;7.1;.61;3300
+68080;42.99947;1.00646;400;20221130;11.5;3.3;7.4;1.5;8.1;.1;.57;7900
+68080;42.99947;1.00646;400;20221201;7.8;.3;4;1.4;6.7;0;.46;6400
+68080;42.99947;1.00646;400;20221202;7.9;2.5;5.2;1.3;7;0;.51;5200
+68080;42.99947;1.00646;400;20221203;6.7;3.5;5.1;1.7;6.5;0;.69;2800
+68080;42.99947;1.00646;400;20221204;10.6;-3.2;3.7;1.5;5.7;.1;.6;8200
+68080;42.99947;1.00646;400;20221205;14.7;-3;5.8;2.5;5;0;1.36;8200
+68080;42.99947;1.00646;400;20221206;14.7;-.9;6.9;1;7.3;.2;.66;4700
+68080;42.99947;1.00646;400;20221207;13;7.1;10;.9;10;.2;.53;4200
+68080;42.99947;1.00646;400;20221208;10.4;4.6;7.5;1.5;9.1;0;.49;3700
+68080;42.99947;1.00646;400;20221209;14;2.8;8.4;1.2;9.2;9.6;.53;5700
+68080;42.99947;1.00646;400;20221210;5.4;4.5;4.9;4.1;6.8;.1;.78;4700
+68080;42.99947;1.00646;400;20221211;7.2;-5.8;.7;1.9;4.5;0;.7;4600
+68080;42.99947;1.00646;400;20221212;11.5;.3;5.9;1.7;7.1;6.9;.78;2000
+68080;42.99947;1.00646;400;20221213;12.6;5.5;9;2.1;10.5;4.2;.52;3500
+68080;42.99947;1.00646;400;20221214;17.6;8.2;12.9;2.1;10.7;.2;1;5500
+68080;42.99947;1.00646;400;20221215;13.1;5.6;9.3;1.7;10.1;6.5;.59;3400
+68080;42.99947;1.00646;400;20221216;12.3;7.4;9.8;2.3;10.2;4.7;.67;3700
+68080;42.99947;1.00646;400;20221217;7.8;6.2;7;1;8.5;0;.46;2900
+68080;42.99947;1.00646;400;20221218;12.6;-1.2;5.7;2.2;6.7;0;.77;7500
+68080;42.99947;1.00646;400;20221219;11.6;3;7.3;3.7;7.4;0;1.13;3800
+68080;42.99947;1.00646;400;20221220;16.4;4;10.2;2.6;8.6;3.4;1.1;6900
+68080;42.99947;1.00646;400;20221221;18.8;6.9;12.8;1.8;10.1;.4;.95;6900
+68080;42.99947;1.00646;400;20221222;19.6;5.8;12.7;1.3;10.3;.1;.77;6900
+68080;42.99947;1.00646;400;20221223;19.8;5.6;12.7;1.9;10.1;0;1.03;7000
+68080;42.99947;1.00646;400;20221224;20.6;4.1;12.3;1.7;8.9;0;1.12;6900
+68080;42.99947;1.00646;400;20221225;19.9;2.5;11.2;1.9;7.9;0;1.25;6800
+68080;42.99947;1.00646;400;20221226;18.7;1.2;9.9;1.4;7.9;0;.88;7000
+68080;42.99947;1.00646;400;20221227;16.2;2.4;9.3;.9;8.9;.1;.52;6400
+68080;42.99947;1.00646;400;20221228;19.8;2.1;10.9;2.1;7.8;0;1.3;7700
+68080;42.99947;1.00646;400;20221229;17.4;3.2;10.3;2;7.9;0;1.17;5400
+68080;42.99947;1.00646;400;20221230;20.7;6.2;13.4;2.4;9.7;.3;1.51;5000
+68080;42.99947;1.00646;400;20221231;16.8;7.3;12;3.4;9.5;0;1.5;3900
+68081;43.02597;1.31066;409;20220101;21.4;2.7;12.1;1.2;6.77;0;1.02;7052
+68081;43.02597;1.31066;409;20220102;18.8;7.1;13;.9;7.8;.1;.74;6900
+68081;43.02597;1.31066;409;20220103;17.8;3.3;10.6;2.1;8.6;0;1.13;6500
+68081;43.02597;1.31066;409;20220104;19.8;3.9;11.9;3.3;8;12.6;1.89;7900
+68081;43.02597;1.31066;409;20220105;6;4.1;5;3.4;6.54;.9;.91;1392
+68081;43.02597;1.31066;409;20220106;5.8;-1.8;2;1;4.8;0;.39;8300
+68081;43.02597;1.31066;409;20220107;7.2;-3.7;1.8;1.7;6.1;3.7;.52;2400
+68081;43.02597;1.31066;409;20220108;10.6;5.2;7.9;4.5;7.9;3.1;1.2;3400
+68081;43.02597;1.31066;409;20220109;8.9;7;8;5.9;9.2;63.8;.87;200
+68081;43.02597;1.31066;409;20220110;11.2;5.8;8.5;4.5;10.7;41.9;.48;300
+68081;43.02597;1.31066;409;20220111;11.1;5;8.1;1.2;7.5;0;.58;8700
+68081;43.02597;1.31066;409;20220112;9.2;-3.6;2.8;.8;5.2;0;.41;9400
+68081;43.02597;1.31066;409;20220113;9.7;-4.8;2.5;.6;4.7;0;.37;9700
+68081;43.02597;1.31066;409;20220114;13.1;-4.3;4.4;.8;4.1;.1;.61;9000
+68081;43.02597;1.31066;409;20220115;11;-4;3.5;.9;3.9;0;.62;9100
+68081;43.02597;1.31066;409;20220116;10.3;-5;2.7;.8;4.3;0;.54;9200
+68081;43.02597;1.31066;409;20220117;10.4;-4.6;2.9;.5;4.4;0;.42;9000
+68081;43.02597;1.31066;409;20220118;9.7;-4.4;2.7;1;5.4;0;.54;9300
+68081;43.02597;1.31066;409;20220119;7.1;-.1;3.5;1.6;6.3;.6;.62;3200
+68081;43.02597;1.31066;409;20220120;7.5;3.2;5.4;1.2;7.8;5.3;.52;2300
+68081;43.02597;1.31066;409;20220121;3.9;.5;2.2;2.1;5.8;0;.58;5400
+68081;43.02597;1.31066;409;20220122;9;-5.3;1.9;1;4.9;.1;.58;10200
+68081;43.02597;1.31066;409;20220123;10.1;-4.1;3;1;5.2;0;.64;9700
+68081;43.02597;1.31066;409;20220124;13.9;-3.2;5.4;.7;5.1;0;.67;10000
+68081;43.02597;1.31066;409;20220125;12.8;-2.5;5.2;1;5.4;0;.78;10000
+68081;43.02597;1.31066;409;20220126;13.9;-3.4;5.3;.8;5.2;0;.75;10200
+68081;43.02597;1.31066;409;20220127;13.9;-3.2;5.4;.7;5.1;0;.72;10500
+68081;43.02597;1.31066;409;20220128;6.9;-4.3;1.3;1;5;0;.59;10700
+68081;43.02597;1.31066;409;20220129;12.7;-4.9;3.9;.9;5.3;0;.78;11000
+68081;43.02597;1.31066;409;20220130;14;-3.3;5.4;1.1;5.8;.1;.92;10800
+68081;43.02597;1.31066;409;20220131;11.4;-.1;5.7;2.6;7.4;2.8;.94;6800
+68081;43.02597;1.31066;409;20220201;8.8;3.1;6;2.2;6.7;0;.96;5200
+68081;43.02597;1.31066;409;20220202;16.1;2.6;9.4;1.2;7.5;0;1.09;11300
+68081;43.02597;1.31066;409;20220203;17.2;-2.3;7.5;1.3;6.8;0;1.19;10000
+68081;43.02597;1.31066;409;20220204;13.6;4.6;9.1;1.4;8.7;1.7;.95;6500
+68081;43.02597;1.31066;409;20220205;9.1;7;8.1;1.7;8.4;1.4;.84;3800
+68081;43.02597;1.31066;409;20220206;9.6;-3.2;3.2;1.1;5.8;.1;.81;10600
+68081;43.02597;1.31066;409;20220207;13.2;.7;7;2.4;8.6;1.5;.95;7000
+68081;43.02597;1.31066;409;20220208;18.4;6;12.2;1.4;7.8;0;1.5;12400
+68081;43.02597;1.31066;409;20220209;18.3;-.2;9.1;1;6.2;0;1.3;12600
+68081;43.02597;1.31066;409;20220210;19.2;.1;9.7;.9;6.3;0;1.3;12000
+68081;43.02597;1.31066;409;20220211;9.9;3.6;6.8;.9;8.7;2;.59;1900
+68081;43.02597;1.31066;409;20220212;14.7;1.7;8.2;2;7.8;0;1.35;10700
+68081;43.02597;1.31066;409;20220213;20;2.5;11.3;2.8;6.9;4.4;2.42;12500
+68081;43.02597;1.31066;409;20220214;11.7;4.5;8.1;3.1;7.5;9.9;1.42;6800
+68081;43.02597;1.31066;409;20220215;10.7;4.4;7.6;5.8;8.32;2.5;1.62;7426
+68081;43.02597;1.31066;409;20220216;14.2;4.1;9.2;3;9.8;3.6;1.06;3800
+68081;43.02597;1.31066;409;20220217;15.6;10.8;13.2;3.6;10.94;.1;1.63;5616
+68081;43.02597;1.31066;409;20220218;18.5;5.4;12;3.9;9.7;8.8;2.18;11300
+68081;43.02597;1.31066;409;20220219;9;5.4;7.2;1.7;8.3;4.5;.88;5300
+68081;43.02597;1.31066;409;20220220;14.5;-.6;7;2.4;7.8;.1;1.53;14200
+68081;43.02597;1.31066;409;20220221;14.5;5.9;10.2;4.7;7.9;.5;2.2;9300
+68081;43.02597;1.31066;409;20220222;14.4;1.5;8;2.1;7.1;0;1.7;14300
+68081;43.02597;1.31066;409;20220223;16.8;3.3;10.1;1.9;7.6;0;1.89;14500
+68081;43.02597;1.31066;409;20220224;12.9;3;8;2.5;8.5;2.4;1.33;10000
+68081;43.02597;1.31066;409;20220225;10.4;5.8;8.1;1.1;6.8;.5;1.21;8300
+68081;43.02597;1.31066;409;20220226;15.2;-1;7.1;2;5;0;2.08;16200
+68081;43.02597;1.31066;409;20220227;15.7;-1.4;7.2;1.2;6.8;0;1.38;9100
+68081;43.02597;1.31066;409;20220228;17;3.1;10.1;1.2;7.4;0;1.82;15800
+68081;43.02597;1.31066;409;20220301;15.5;.4;8;1.9;7.14;0;1.73;12655
+68081;43.02597;1.31066;409;20220302;11.6;1.6;6.6;1.3;8.64;7.2;1.09;10197
+68081;43.02597;1.31066;409;20220303;15.7;2.6;9.2;1.6;9.07;1.7;1.51;11970
+68081;43.02597;1.31066;409;20220304;8.4;6.7;7.6;4.5;8.51;5.2;1.02;2872
+68081;43.02597;1.31066;409;20220305;10.1;3.8;7;1.9;7.2;0;1.3;8300
+68081;43.02597;1.31066;409;20220306;8.5;4.3;6.4;1.7;6.87;0;1.15;6407
+68081;43.02597;1.31066;409;20220307;12.5;1.8;7.2;1.8;7.2;0;1.77;16500
+68081;43.02597;1.31066;409;20220308;13.9;-.4;6.8;2.4;7.3;5.2;1.65;11100
+68081;43.02597;1.31066;409;20220309;16.2;3.2;9.7;2.9;8.2;0;2.34;17200
+68081;43.02597;1.31066;409;20220310;15;3.4;9.2;2;8;0;1.66;8900
+68081;43.02597;1.31066;409;20220311;16.5;4.6;10.6;1.3;9.1;6.1;1.47;7800
+68081;43.02597;1.31066;409;20220312;13.3;5.8;9.6;2.3;8.7;3.2;1.7;11000
+68081;43.02597;1.31066;409;20220313;10;2.8;6.4;3.2;7.6;3.1;1.2;5300
+68081;43.02597;1.31066;409;20220314;14.7;1.8;8.3;2.3;8;0;1.45;5200
+68081;43.02597;1.31066;409;20220315;19.1;9.4;14.3;3.1;10.9;0;2.36;10100
+68081;43.02597;1.31066;409;20220316;15.9;8.5;12.2;2.1;10.8;1.9;1.52;6700
+68081;43.02597;1.31066;409;20220317;11.2;9.5;10.4;1.2;11.3;18.5;.75;2400
+68081;43.02597;1.31066;409;20220318;9.7;7.3;8.5;1.4;10.2;.5;.7;2500
+68081;43.02597;1.31066;409;20220319;15.2;3.5;9.4;1.4;9.4;0;1.68;12400
+68081;43.02597;1.31066;409;20220320;18.8;6.7;12.8;2.2;9.3;.1;2.39;12500
+68081;43.02597;1.31066;409;20220321;18.7;3.5;11.1;2.5;8.3;0;2.86;19100
+68081;43.02597;1.31066;409;20220322;15.8;4.7;10.3;6.3;8.06;0;3.24;15415
+68081;43.02597;1.31066;409;20220323;17.5;-.2;8.7;1.8;6.8;0;2.67;20500
+68081;43.02597;1.31066;409;20220324;15.9;3.3;9.6;4.3;8.29;0;2.9;16888
+68081;43.02597;1.31066;409;20220325;18.3;3.8;11.1;1.1;8.4;0;2.4;17900
+68081;43.02597;1.31066;409;20220326;18.1;2.2;10.2;1.4;7.4;.1;2.5;17700
+68081;43.02597;1.31066;409;20220327;19.9;1.8;10.9;1.1;7.9;0;2.45;17000
+68081;43.02597;1.31066;409;20220328;21.3;3;12.2;.9;8;0;2.33;14800
+68081;43.02597;1.31066;409;20220329;18.6;5.8;12.2;.9;9.8;8.1;1.85;11000
+68081;43.02597;1.31066;409;20220330;11.1;7.9;9.5;3.3;11.3;9.2;1.27;5876
+68081;43.02597;1.31066;409;20220331;11.7;6.8;9.3;3.8;8.2;12.5;1.91;8800
+68081;43.02597;1.31066;409;20220401;6.7;1.3;4;6.2;5.3;7.9;1.97;11200
+68081;43.02597;1.31066;409;20220402;5;-.7;2.2;4.8;5.2;1.8;1.45;9700
+68081;43.02597;1.31066;409;20220403;6.5;-3.3;1.6;2.8;5.05;.5;1.84;15703
+68081;43.02597;1.31066;409;20220404;9.9;.1;5;1.2;5.4;0;2.1;18800
+68081;43.02597;1.31066;409;20220405;14.1;-3.3;5.4;2.8;6.1;0;2.98;22458
+68081;43.02597;1.31066;409;20220406;11.5;1.1;6.3;1.2;8.1;.1;1.16;7000
+68081;43.02597;1.31066;409;20220407;19.3;2.6;11;2.1;9.5;.1;2.92;20200
+68081;43.02597;1.31066;409;20220408;20.5;7.1;13.8;4.2;10.5;2.8;3.39;16800
+68081;43.02597;1.31066;409;20220409;12.6;6.8;9.7;2.8;8.5;2.3;2.21;13900
+68081;43.02597;1.31066;409;20220410;20.2;2.2;11.2;2.3;7.7;0;3.64;24000
+68081;43.02597;1.31066;409;20220411;20.7;7.4;14.1;4;10.4;0;3.54;17800
+68081;43.02597;1.31066;409;20220412;19.7;8.5;14.1;1.9;11;0;2.58;13700
+68081;43.02597;1.31066;409;20220413;13.8;10.4;12.1;1.2;11.7;1.6;1.17;4800
+68081;43.02597;1.31066;409;20220414;21;5.5;13.3;1;10.7;0;3.1;21500
+68081;43.02597;1.31066;409;20220415;22.2;5.8;14;1.1;11.6;.1;3.06;20100
+68081;43.02597;1.31066;409;20220416;21.1;7.5;14.3;1.8;11.6;0;3.36;21800
+68081;43.02597;1.31066;409;20220417;22.4;5.5;14;2.5;10.8;0;3.94;24900
+68081;43.02597;1.31066;409;20220418;17.3;8.7;13;1.9;10.9;.4;2.53;15200
+68081;43.02597;1.31066;409;20220419;11.5;10.4;11;1.8;10.9;15.8;1.02;2900
+68081;43.02597;1.31066;409;20220420;11.1;6;8.6;.9;9.6;11.6;1.14;6200
+68081;43.02597;1.31066;409;20220421;12.2;7.5;9.9;1.5;10.4;.1;1.3;7000
+68081;43.02597;1.31066;409;20220422;17.7;5.3;11.5;1.1;10.9;0;2.49;17200
+68081;43.02597;1.31066;409;20220423;12.2;6.5;9.4;1.6;10.1;13.3;1.34;7600
+68081;43.02597;1.31066;409;20220424;16;7.8;11.9;3.4;10.5;.4;2.61;15900
+68081;43.02597;1.31066;409;20220425;17.8;3.6;10.7;1.4;10.1;0;2.93;21600
+68081;43.02597;1.31066;409;20220426;22.4;5.8;14.1;2.3;10.4;0;3.98;24000
+68081;43.02597;1.31066;409;20220427;19.6;7.4;13.5;1.8;12.6;.3;2.26;12600
+68081;43.02597;1.31066;409;20220428;14.7;11.9;13.3;1.7;13.7;6.4;1.17;5000
+68081;43.02597;1.31066;409;20220429;20.5;10.6;15.6;1.5;13.9;4.1;3.05;18800
+68081;43.02597;1.31066;409;20220430;19.3;11.9;15.6;2;13;.7;2.52;12600
+68081;43.02597;1.31066;409;20220501;19.6;8.7;14.2;1.6;12.1;2.6;3.07;19300
+68081;43.02597;1.31066;409;20220502;13.1;10.6;11.9;1.3;12.4;6.8;1.03;4100
+68081;43.02597;1.31066;409;20220503;17.2;10.5;13.9;1;12.7;8.9;1.92;10400
+68081;43.02597;1.31066;409;20220504;16.9;9.8;13.4;1.2;12.5;3.9;1.78;9300
+68081;43.02597;1.31066;409;20220505;17.2;9.1;13.2;1.8;11.4;3.1;2.23;11900
+68081;43.02597;1.31066;409;20220506;18.4;9.8;14.1;2.6;11.2;.8;2.92;15400
+68081;43.02597;1.31066;409;20220507;20.8;7.9;14.4;1.8;11.5;2.1;3.79;24200
+68081;43.02597;1.31066;409;20220508;22.3;9.4;15.9;1.6;11.4;.2;3.93;23300
+68081;43.02597;1.31066;409;20220509;24.5;6.8;15.7;1.7;10.9;0;4.66;28500
+68081;43.02597;1.31066;409;20220510;27.5;9.5;18.5;2.7;11.8;0;5.48;27800
+68081;43.02597;1.31066;409;20220511;29.5;12.8;21.2;2.9;14;0;5.89;27700
+68081;43.02597;1.31066;409;20220512;19.9;13.2;16.6;1.4;15.7;0;2.1;10600
+68081;43.02597;1.31066;409;20220513;24.2;14.7;19.5;.7;16.3;0;3.44;19100
+68081;43.02597;1.31066;409;20220514;28.6;12.6;20.6;2.3;15.3;0;4.99;24400
+68081;43.02597;1.31066;409;20220515;30.6;12.2;21.4;1.7;16.5;.3;5.19;26400
+68081;43.02597;1.31066;409;20220516;26.9;12.5;19.7;1;16.2;.1;4.52;25800
+68081;43.02597;1.31066;409;20220517;29.9;11.9;20.9;1.1;16;.1;5.12;28200
+68081;43.02597;1.31066;409;20220518;31;16.6;23.8;1.1;17.4;0;5.25;26900
+68081;43.02597;1.31066;409;20220519;29;13.5;21.3;1.6;18.1;.1;4.66;24100
+68081;43.02597;1.31066;409;20220520;30.5;15.9;23.2;2.3;16.6;0;5.43;24500
+68081;43.02597;1.31066;409;20220521;31.4;15.9;23.7;1.7;21.1;0;5.24;25900
+68081;43.02597;1.31066;409;20220522;28.6;15.4;22;1.9;17.6;.4;3.23;11700
+68081;43.02597;1.31066;409;20220523;18.7;14.8;16.8;2.6;15;.7;1.97;7300
+68081;43.02597;1.31066;409;20220524;13.9;11.9;12.9;1.6;11.7;15;1.46;5600
+68081;43.02597;1.31066;409;20220525;18.3;8.9;13.6;1.5;11.2;.2;2.71;15200
+68081;43.02597;1.31066;409;20220526;19;11.6;15.3;2.2;12.3;.1;3.25;18000
+68081;43.02597;1.31066;409;20220527;22.8;12.1;17.5;1.1;13.7;.1;4.12;24400
+68081;43.02597;1.31066;409;20220528;24.4;9.2;16.8;1.5;14.1;0;4.76;29400
+68081;43.02597;1.31066;409;20220529;23.9;8.4;16.2;.9;11.9;.1;4.7;29900
+68081;43.02597;1.31066;409;20220530;23.4;7.2;15.3;1.1;12.8;1.9;3.62;21600
+68081;43.02597;1.31066;409;20220531;24.9;12.5;18.7;1.1;14.4;0;4.44;25400
+68081;43.02597;1.31066;409;20220601;29.3;11.6;20.5;2.4;16.7;.1;5.66;29600
+68081;43.02597;1.31066;409;20220602;25.6;14.8;20.2;1.6;18.1;.2;4.41;24200
+68081;43.02597;1.31066;409;20220603;29.6;15.8;22.7;2.3;18.5;2.6;5.31;25500
+68081;43.02597;1.31066;409;20220604;22.8;15.4;19.1;1.7;18.4;2;2.16;9400
+68081;43.02597;1.31066;409;20220605;22.2;15;18.6;1.7;17.2;0;2.55;12100
+68081;43.02597;1.31066;409;20220606;25.9;12.2;19.1;1.5;16.5;6.1;3.84;20200
+68081;43.02597;1.31066;409;20220607;21.6;13.2;17.4;.7;16.2;.1;2.52;13300
+68081;43.02597;1.31066;409;20220608;20.7;13.8;17.3;2.3;16.3;3.7;2.24;10300
+68081;43.02597;1.31066;409;20220609;22.4;13.5;18;2.9;14.6;.3;4.74;27400
+68081;43.02597;1.31066;409;20220610;27.8;9;18.4;1.2;13.1;0;5.35;31000
+68081;43.02597;1.31066;409;20220611;30.9;11.3;21.1;1.1;14.8;.9;5.54;29800
+68081;43.02597;1.31066;409;20220612;30.6;14.4;22.5;1.8;18;3.3;4.59;20600
+68081;43.02597;1.31066;409;20220613;28.2;15.9;22.1;3;19.4;.1;4.85;23100
+68081;43.02597;1.31066;409;20220614;31.7;17.3;24.5;1.8;19.8;2.9;4.56;19100
+68081;43.02597;1.31066;409;20220615;33.8;17.2;25.5;1.9;17.9;0;6.37;28800
+68081;43.02597;1.31066;409;20220616;34.4;17.7;26.1;1.6;20.2;0;5.72;25400
+68081;43.02597;1.31066;409;20220617;35.5;17.2;26.4;1.6;20.2;1.3;6.19;27800
+68081;43.02597;1.31066;409;20220618;36.2;19.6;27.9;2.6;19.4;0;7.11;28100
+68081;43.02597;1.31066;409;20220619;33;17.2;25.1;2.9;20.2;0;6.25;26800
+68081;43.02597;1.31066;409;20220620;28.3;15.4;21.9;2;19.2;0;3.6;15400
+68081;43.02597;1.31066;409;20220621;24.7;17.9;21.3;1.9;18.8;1.3;2.61;9900
+68081;43.02597;1.31066;409;20220622;26.7;15.5;21.1;1.6;17.4;0;3.72;17300
+68081;43.02597;1.31066;409;20220623;28;12.8;20.4;1.6;16.5;2.4;4.52;22900
+68081;43.02597;1.31066;409;20220624;23.5;15.3;19.4;1.4;16;0;3.18;15300
+68081;43.02597;1.31066;409;20220625;24.1;13.2;18.7;3;15.2;6;3.85;18000
+68081;43.02597;1.31066;409;20220626;18.1;12.8;15.5;2.1;15.4;1;1.99;10400
+68081;43.02597;1.31066;409;20220627;15.3;12.9;14.1;.8;14.8;15.6;1.05;4000
+68081;43.02597;1.31066;409;20220628;24.2;13.4;18.8;1.5;15;.1;4.74;27200
+68081;43.02597;1.31066;409;20220629;27.1;11.3;19.2;1.6;15.3;6.3;4.84;26400
+68081;43.02597;1.31066;409;20220630;15.5;13.7;14.6;2.3;15.4;4.1;1.36;6700
+68081;43.02597;1.31066;409;20220701;22.4;11.7;17.1;.8;13.4;.2;3.75;22000
+68081;43.02597;1.31066;409;20220702;30.4;9.6;20;1.9;14.3;0;5.7;29100
+68081;43.02597;1.31066;409;20220703;27.8;13;20.4;1.6;17.1;.1;4.49;23200
+68081;43.02597;1.31066;409;20220704;21.3;17.1;19.2;1.4;17.4;0;2.7;13100
+68081;43.02597;1.31066;409;20220705;26.3;17.6;22;.8;18.5;.4;4.04;21000
+68081;43.02597;1.31066;409;20220706;24.6;17;20.8;1.4;17.7;.3;2.66;11000
+68081;43.02597;1.31066;409;20220707;26.1;12.1;19.1;1.7;15;0;5.07;28600
+68081;43.02597;1.31066;409;20220708;27.2;14.4;20.8;1.4;16.4;0;5.44;30300
+68081;43.02597;1.31066;409;20220709;30.3;12;21.2;1;15.2;0;5.51;30300
+68081;43.02597;1.31066;409;20220710;32.3;12.4;22.4;1;15.7;0;5.7;30300
+68081;43.02597;1.31066;409;20220711;34.4;13.1;23.8;.9;14.8;.2;5.81;30100
+68081;43.02597;1.31066;409;20220712;34.4;14.9;24.7;.8;16.5;0;5.71;29400
+68081;43.02597;1.31066;409;20220713;34.8;14.6;24.7;.6;16.9;0;5.66;29900
+68081;43.02597;1.31066;409;20220714;35.4;14.6;25;1;16.4;0;5.99;29900
+68081;43.02597;1.31066;409;20220715;33.6;15;24.3;.9;16.7;0;5.48;27800
+68081;43.02597;1.31066;409;20220716;36.4;16.2;26.3;1.4;16.2;0;6.19;28100
+68081;43.02597;1.31066;409;20220717;37.4;14.6;26;1.3;14.6;0;6.19;28200
+68081;43.02597;1.31066;409;20220718;37.8;16;26.9;2.4;15.2;0;7.14;27300
+68081;43.02597;1.31066;409;20220719;31.7;19.2;25.5;2.7;20;0;4.98;18900
+68081;43.02597;1.31066;409;20220720;28.6;19.1;23.9;3.2;17.2;.1;5.35;21700
+68081;43.02597;1.31066;409;20220721;32.4;16;24.2;1.5;17.9;0;5.72;28000
+68081;43.02597;1.31066;409;20220722;26.4;15.7;21.1;2.4;18.4;.2;3.63;16400
+68081;43.02597;1.31066;409;20220723;25.2;15.5;20.4;1.6;17.2;0;3.55;17500
+68081;43.02597;1.31066;409;20220724;35.9;13.9;24.9;1.6;16.9;0;6.12;28000
+68081;43.02597;1.31066;409;20220725;22.9;18.6;20.8;2.5;19.2;3.8;2.04;6300
+68081;43.02597;1.31066;409;20220726;21.4;15;18.2;1.8;16.7;.2;2.19;9600
+68081;43.02597;1.31066;409;20220727;27.1;16.3;21.7;1.7;14.2;0;5.17;26600
+68081;43.02597;1.31066;409;20220728;27.7;11.2;19.5;1.5;15;.4;4.55;24500
+68081;43.02597;1.31066;409;20220729;20;16.5;18.3;1;18;5;1.49;6000
+68081;43.02597;1.31066;409;20220730;28;15.8;21.9;.7;18.5;0;4.13;22300
+68081;43.02597;1.31066;409;20220731;30;15.7;22.9;1;18.8;0;4.68;24500
+68081;43.02597;1.31066;409;20220801;31.7;15.1;23.4;1.3;18.2;0;5.36;27600
+68081;43.02597;1.31066;409;20220802;34.1;14.8;24.5;1.2;16.3;0;5.6;27900
+68081;43.02597;1.31066;409;20220803;37;13.5;25.3;1.2;14.8;.1;5.57;25800
+68081;43.02597;1.31066;409;20220804;32.7;16.7;24.7;1.4;18.5;2.3;4.33;18700
+68081;43.02597;1.31066;409;20220805;29.2;20;24.6;2.3;20.2;.1;4.4;18700
+68081;43.02597;1.31066;409;20220806;31.3;17.3;24.3;1.2;19.2;0;4.57;22200
+68081;43.02597;1.31066;409;20220807;33.3;16.3;24.8;.8;18.4;.3;4.63;23300
+68081;43.02597;1.31066;409;20220808;33.8;14.1;24;1;15.8;0;4.86;24200
+68081;43.02597;1.31066;409;20220809;34.5;14;24.3;1.5;15.1;.3;4.99;21700
+68081;43.02597;1.31066;409;20220810;36.9;15.2;26.1;1.1;14.7;0;5.37;25400
+68081;43.02597;1.31066;409;20220811;37.2;15.7;26.5;2;15;0;6.17;24800
+68081;43.02597;1.31066;409;20220812;38.1;17.6;27.9;1.2;16.3;0;5.5;24600
+68081;43.02597;1.31066;409;20220813;33.4;17.8;25.6;1;19;.1;3.93;17400
+68081;43.02597;1.31066;409;20220814;26.7;18.5;22.6;2.1;19.5;1;2.81;10200
+68081;43.02597;1.31066;409;20220815;27.6;17.9;22.8;1.3;16.6;.1;3.55;16200
+68081;43.02597;1.31066;409;20220816;33;13.2;23.1;3.3;15.8;3.5;4.92;14100
+68081;43.02597;1.31066;409;20220817;22.1;14.7;18.4;1.2;16.1;4.7;1.81;7000
+68081;43.02597;1.31066;409;20220818;23.3;13.4;18.4;2.2;15.8;8.8;3.06;15500
+68081;43.02597;1.31066;409;20220819;25.9;15.4;20.7;2.1;15.2;.2;4.39;22800
+68081;43.02597;1.31066;409;20220820;29.6;11.7;20.7;1.3;15;0;4.6;25400
+68081;43.02597;1.31066;409;20220821;27.9;13.7;20.8;2;17.2;.7;3.74;17900
+68081;43.02597;1.31066;409;20220822;27.5;15.6;21.6;2.7;17.9;1.9;3.74;16200
+68081;43.02597;1.31066;409;20220823;29.7;18.3;24;1.2;19;.1;4.43;23000
+68081;43.02597;1.31066;409;20220824;35.1;15.3;25.2;1.7;17.4;1.5;5.08;22300
+68081;43.02597;1.31066;409;20220825;29.9;20.2;25.1;3.1;19.6;13.1;3.64;9700
+68081;43.02597;1.31066;409;20220826;26.9;15;21;1.3;18.8;.4;3.24;17000
+68081;43.02597;1.31066;409;20220827;29.2;16;22.6;.9;18.5;.4;4.06;22500
+68081;43.02597;1.31066;409;20220828;32.6;14.4;23.5;1.1;16.2;.1;4.51;23600
+68081;43.02597;1.31066;409;20220829;33.7;15.4;24.6;3.5;16.2;5.9;5.37;16200
+68081;43.02597;1.31066;409;20220830;30.6;14.7;22.7;1.6;18.1;0;4.42;22800
+68081;43.02597;1.31066;409;20220831;23.3;16.1;19.7;1.3;18.6;4.5;1.63;6100
+68081;43.02597;1.31066;409;20220901;28.1;15.9;22;1.1;17.8;0;3.94;22100
+68081;43.02597;1.31066;409;20220902;26.6;14.7;20.7;1.1;18.1;20.2;2.64;13100
+68081;43.02597;1.31066;409;20220903;25.5;15.6;20.6;1.6;17.4;0;3.13;16200
+68081;43.02597;1.31066;409;20220904;30.5;12.5;21.5;1.8;16.2;.1;4.3;21800
+68081;43.02597;1.31066;409;20220905;32.3;14.8;23.6;1.7;16.3;.8;4.07;17600
+68081;43.02597;1.31066;409;20220906;30.6;14.5;22.6;.9;17.3;0;3.91;22000
+68081;43.02597;1.31066;409;20220907;26.6;13.7;20.2;1.2;16.1;0;2.99;15700
+68081;43.02597;1.31066;409;20220908;25.7;11.9;18.8;1.4;14.3;0;3.11;16800
+68081;43.02597;1.31066;409;20220909;20.2;12.4;16.3;1.6;15.1;.5;1.66;7400
+68081;43.02597;1.31066;409;20220910;27.1;9.9;18.5;1.5;14.2;.1;3.65;21500
+68081;43.02597;1.31066;409;20220911;32.2;12.5;22.4;2.5;15;0;4.85;21400
+68081;43.02597;1.31066;409;20220912;30.9;16;23.5;2.1;17.1;0;3.25;10200
+68081;43.02597;1.31066;409;20220913;31.3;17.2;24.3;2.8;17.4;1.8;3.69;9900
+68081;43.02597;1.31066;409;20220914;28.7;17.1;22.9;3;16;3.3;4.3;17500
+68081;43.02597;1.31066;409;20220915;28;13;20.5;.8;16;4.5;2.92;16800
+68081;43.02597;1.31066;409;20220916;21.4;17.1;19.3;2.2;16.6;1.4;2.38;11200
+68081;43.02597;1.31066;409;20220917;21;13;17;2.2;12.6;0;2.79;14500
+68081;43.02597;1.31066;409;20220918;24;5.6;14.8;.8;9.4;0;2.78;19600
+68081;43.02597;1.31066;409;20220919;25.8;5;15.4;.6;9.2;0;2.79;20500
+68081;43.02597;1.31066;409;20220920;24.6;4.8;14.7;.8;9.3;0;2.79;20100
+68081;43.02597;1.31066;409;20220921;24.5;5.2;14.9;.8;10.3;0;2.74;19700
+68081;43.02597;1.31066;409;20220922;24.3;6.5;15.4;.8;11.1;0;2.69;19300
+68081;43.02597;1.31066;409;20220923;24.3;7.8;16.1;1.4;13;3.5;2.3;12300
+68081;43.02597;1.31066;409;20220924;18.4;13.4;15.9;1.4;14.1;4.7;1.39;5500
+68081;43.02597;1.31066;409;20220925;18.8;8.4;13.6;1.5;11.6;.1;2.08;13800
+68081;43.02597;1.31066;409;20220926;19.8;8.7;14.3;1.8;11.2;3.5;2.34;14600
+68081;43.02597;1.31066;409;20220927;16.4;10.6;13.5;2.4;12.5;8.9;1.56;8000
+68081;43.02597;1.31066;409;20220928;19.7;11;15.4;3;13.5;8.3;2.11;10900
+68081;43.02597;1.31066;409;20220929;17.4;10.9;14.2;2.3;12.2;14.5;1.76;8700
+68081;43.02597;1.31066;409;20220930;17;6.4;11.7;1.9;10.8;3.6;1.68;10500
+68081;43.02597;1.31066;409;20221001;22.7;4.5;13.6;1.9;11.27;.1;2.45;14910
+68081;43.02597;1.31066;409;20221002;24.3;8.9;16.6;1;13.34;0;2.1;14070
+68081;43.02597;1.31066;409;20221003;24.1;10.9;17.5;1.2;14.05;0;2.21;13668
+68081;43.02597;1.31066;409;20221004;25.1;8.1;16.6;1.3;12.72;.1;2.53;15725
+68081;43.02597;1.31066;409;20221005;26.4;8.5;17.5;1.3;12.77;0;2.33;14735
+68081;43.02597;1.31066;409;20221006;18.4;13.3;15.9;1.3;14.84;0;1.44;7291
+68081;43.02597;1.31066;409;20221007;22.7;10.2;16.5;.9;13.94;2.8;1.78;12148
+68081;43.02597;1.31066;409;20221008;21.7;13.6;17.7;1.3;15.51;.5;1.56;7707
+68081;43.02597;1.31066;409;20221009;25.2;10.5;17.9;.9;12.71;.3;1.92;13147
+68081;43.02597;1.31066;409;20221010;25.1;8.3;16.7;1.3;12.67;0;2.01;12907
+68081;43.02597;1.31066;409;20221011;21.2;10.6;15.9;1;14.7;.2;1.53;9900
+68081;43.02597;1.31066;409;20221012;22.6;12.8;17.7;.9;15.3;.4;1.77;11900
+68081;43.02597;1.31066;409;20221013;23.4;13.2;18.3;1;15.1;0;1.86;12000
+68081;43.02597;1.31066;409;20221014;23.1;15.1;19.1;1.8;15.4;.4;2.02;10100
+68081;43.02597;1.31066;409;20221015;28;10.8;19.4;3.4;12.4;.1;3.72;15100
+68081;43.02597;1.31066;409;20221016;26.5;10.9;18.7;2.5;14.1;.1;2.78;14000
+68081;43.02597;1.31066;409;20221017;26.3;12.8;19.6;2.5;15.5;0;2.46;10400
+68081;43.02597;1.31066;409;20221018;27.2;13.9;20.6;3.6;13.7;.1;3.53;13700
+68081;43.02597;1.31066;409;20221019;29;14.5;21.8;3.5;12.6;3.2;3.63;5200
+68081;43.02597;1.31066;409;20221020;24.1;14.3;19.2;2.9;15.1;2.9;2.21;6700
+68081;43.02597;1.31066;409;20221021;20.2;15.6;17.9;3.4;13;.2;2.21;4300
+68081;43.02597;1.31066;409;20221022;26.6;11.1;18.9;1.6;12.3;.2;2.31;12800
+68081;43.02597;1.31066;409;20221023;27.1;12.2;19.7;4.1;10.5;2.2;4.04;12200
+68081;43.02597;1.31066;409;20221024;23.8;11.2;17.5;1.3;12.3;0;1.81;10800
+68081;43.02597;1.31066;409;20221025;25.9;9.7;17.8;2.1;11.9;0;2.24;6500
+68081;43.02597;1.31066;409;20221026;21.8;9.2;15.5;1.1;12.1;.1;1.34;6500
+68081;43.02597;1.31066;409;20221027;25.1;10.3;17.7;2.4;12.1;0;2.2;4000
+68081;43.02597;1.31066;409;20221028;27.9;14.2;21.1;2.7;11.6;0;3.08;8800
+68081;43.02597;1.31066;409;20221029;28.3;9.7;19;2;10.6;.1;2.64;11600
+68081;43.02597;1.31066;409;20221030;21.4;6.1;13.8;1.8;9.3;.1;1.76;7000
+68081;43.02597;1.31066;409;20221031;20.4;6.6;13.5;1.9;12.4;1.9;1.25;4700
+68081;43.02597;1.31066;409;20221101;19.7;12;15.9;2;13.4;0;1.44;7900
+68081;43.02597;1.31066;409;20221102;20.8;11.6;16.2;1.5;12.3;0;1.52;10500
+68081;43.02597;1.31066;409;20221103;20.6;7.4;14;1.8;10.2;6.4;1.54;4800
+68081;43.02597;1.31066;409;20221104;12.3;5.3;8.8;3.5;9.4;15.2;1.01;4200
+68081;43.02597;1.31066;409;20221105;16.6;6.7;11.7;1.8;9.1;.1;1.36;11400
+68081;43.02597;1.31066;409;20221106;20.4;2;11.2;1.6;7.3;0;1.6;11300
+68081;43.02597;1.31066;409;20221107;21;2.5;11.8;2;8.7;0;1.7;11000
+68081;43.02597;1.31066;409;20221108;17.9;7.8;12.9;1.4;10.7;0;1.1;5700
+68081;43.02597;1.31066;409;20221109;16.8;8.4;12.6;1.8;11.6;6.6;.99;3300
+68081;43.02597;1.31066;409;20221110;16.9;4.5;10.7;1.1;10;0;.93;10700
+68081;43.02597;1.31066;409;20221111;21;1.7;11.4;2.1;8.8;0;1.64;10200
+68081;43.02597;1.31066;409;20221112;22.7;3.3;13;1.9;9.9;.1;1.61;10100
+68081;43.02597;1.31066;409;20221113;22.6;3.9;13.3;1.1;8.7;0;1.25;10000
+68081;43.02597;1.31066;409;20221114;16.6;5.1;10.9;1.6;9.8;.1;1;5300
+68081;43.02597;1.31066;409;20221115;17.4;6.2;11.8;2.1;11.3;1;1.01;6000
+68081;43.02597;1.31066;409;20221116;18.8;8.7;13.8;2.5;10.2;.1;1.52;9900
+68081;43.02597;1.31066;409;20221117;17.1;7.7;12.4;1.6;10.8;9;.99;6500
+68081;43.02597;1.31066;409;20221118;12.1;6.6;9.4;2.2;9.9;3;.76;5100
+68081;43.02597;1.31066;409;20221119;8.4;5.7;7.1;2.3;8.4;3.5;.7;2700
+68081;43.02597;1.31066;409;20221120;14.4;-.9;6.8;1.5;7.7;4;.82;6700
+68081;43.02597;1.31066;409;20221121;12.3;7.1;9.7;3.3;9.6;24.7;1.01;1800
+68081;43.02597;1.31066;409;20221122;10.9;4.4;7.7;3.1;8.3;7.9;.92;3900
+68081;43.02597;1.31066;409;20221123;14.7;7.2;11;2.8;10.3;8.5;1.05;2900
+68081;43.02597;1.31066;409;20221124;13.5;3.6;8.6;2;8.4;.3;.91;4900
+68081;43.02597;1.31066;409;20221125;9.8;5.3;7.6;1.8;9.2;5.5;.58;2100
+68081;43.02597;1.31066;409;20221126;15;1.6;8.3;2.3;7.4;.1;1.11;8400
+68081;43.02597;1.31066;409;20221127;14.4;.6;7.5;1.5;7;4.3;.87;6700
+68081;43.02597;1.31066;409;20221128;10.8;5.2;8;3.1;9.2;8.9;.74;2900
+68081;43.02597;1.31066;409;20221129;10.9;6.2;8.6;1.5;9.4;4.5;.61;3300
+68081;43.02597;1.31066;409;20221130;11.4;3.2;7.3;1.5;8.1;.1;.57;7900
+68081;43.02597;1.31066;409;20221201;7.7;.2;4;1.4;6.7;0;.46;6400
+68081;43.02597;1.31066;409;20221202;7.8;2.4;5.1;1.3;7;0;.51;5200
+68081;43.02597;1.31066;409;20221203;6.6;3.4;5;1.7;6.5;.2;.69;2800
+68081;43.02597;1.31066;409;20221204;10.5;-3.3;3.6;1.5;5.7;.1;.6;8200
+68081;43.02597;1.31066;409;20221205;14.6;-3.1;5.8;2.5;5;0;1.36;8200
+68081;43.02597;1.31066;409;20221206;14.6;-1;6.8;1;7.3;.2;.66;4700
+68081;43.02597;1.31066;409;20221207;12.9;7;10;.9;10;0;.53;4200
+68081;43.02597;1.31066;409;20221208;10.3;4.5;7.4;1.5;9.1;.1;.49;3700
+68081;43.02597;1.31066;409;20221209;13.9;2.7;8.3;1.2;9.2;8.6;.53;5700
+68081;43.02597;1.31066;409;20221210;5.3;4.4;4.9;4.1;6.8;.1;.78;4700
+68081;43.02597;1.31066;409;20221211;7.1;-5.9;.6;1.9;4.5;0;.7;4600
+68081;43.02597;1.31066;409;20221212;11.4;.2;5.8;1.7;7.1;6.2;.78;2000
+68081;43.02597;1.31066;409;20221213;12.5;5.4;9;2.1;10.5;4.5;.52;3500
+68081;43.02597;1.31066;409;20221214;17.5;8.1;12.8;2.1;10.7;.2;1;5500
+68081;43.02597;1.31066;409;20221215;13;5.5;9.3;1.7;10.1;4.4;.59;3400
+68081;43.02597;1.31066;409;20221216;12.2;7.3;9.8;2.3;10.2;6.7;.67;3700
+68081;43.02597;1.31066;409;20221217;7.7;6.1;6.9;1;8.5;.1;.46;2900
+68081;43.02597;1.31066;409;20221218;12.5;-1.3;5.6;2.2;6.7;.1;.77;7500
+68081;43.02597;1.31066;409;20221219;11.5;2.9;7.2;3.7;7.4;0;1.13;3800
+68081;43.02597;1.31066;409;20221220;16.3;3.9;10.1;2.6;8.6;1.3;1.1;6900
+68081;43.02597;1.31066;409;20221221;18.7;6.8;12.8;1.8;10.1;.3;.95;6900
+68081;43.02597;1.31066;409;20221222;19.5;5.7;12.6;1.3;10.3;0;.77;6900
+68081;43.02597;1.31066;409;20221223;19.7;5.5;12.6;1.9;10.1;0;1.03;7000
+68081;43.02597;1.31066;409;20221224;20.5;4;12.3;1.7;8.9;0;1.12;6900
+68081;43.02597;1.31066;409;20221225;19.8;2.4;11.1;1.9;7.9;.1;1.25;6800
+68081;43.02597;1.31066;409;20221226;18.6;1.1;9.9;1.4;7.9;0;.88;7000
+68081;43.02597;1.31066;409;20221227;16.1;2.3;9.2;.9;8.9;.1;.52;6400
+68081;43.02597;1.31066;409;20221228;19.7;2;10.9;2.1;7.8;0;1.3;7700
+68081;43.02597;1.31066;409;20221229;17.3;3.1;10.2;2;7.9;0;1.17;5400
+68081;43.02597;1.31066;409;20221230;20.6;6.1;13.4;2.4;9.7;.1;1.51;5000
+68081;43.02597;1.31066;409;20221231;16.7;7.2;12;3.4;9.5;.1;1.5;3900
+68082;43.05156;1.61511;296;20220101;19.9;5.6;12.7;2.3;8.2;.1;1.43;8200
+68082;43.05156;1.61511;296;20220102;16.7;3.4;10;2.4;9.6;.1;.94;6400
+68082;43.05156;1.61511;296;20220103;15.4;5.8;10.6;2.1;9.9;0;.8;6600
+68082;43.05156;1.61511;296;20220104;12.4;6.2;9.3;4.2;9.8;10.7;.8;7600
+68082;43.05156;1.61511;296;20220105;6.4;5.3;5.8;4.1;7;.6;.9;5300
+68082;43.05156;1.61511;296;20220106;6.3;.9;3.6;3.1;5.2;0;.86;8600
+68082;43.05156;1.61511;296;20220107;7.4;-.9;3.2;3.8;6.2;4.2;.79;3900
+68082;43.05156;1.61511;296;20220108;9.6;6.4;8;7.2;8.6;4;1.14;4100
+68082;43.05156;1.61511;296;20220109;7.8;8;7.9;5.9;9.8;64.8;.59;1000
+68082;43.05156;1.61511;296;20220110;7.4;7.6;7.5;3.2;10.5;36.1;.27;900
+68082;43.05156;1.61511;296;20220111;10.3;4.8;7.5;3.3;8.3;0;.76;9000
+68082;43.05156;1.61511;296;20220112;7.3;1.4;4.3;2.8;6.6;0;.65;7600
+68082;43.05156;1.61511;296;20220113;1.8;-3.1;-.7;1.3;5.5;.1;.28;5500
+68082;43.05156;1.61511;296;20220114;9.3;-3;3.1;1.7;5.7;.1;.59;10100
+68082;43.05156;1.61511;296;20220115;11.3;-.3;5.5;2;4.6;0;1.07;9400
+68082;43.05156;1.61511;296;20220116;8.5;-.6;3.9;2.2;4.9;.1;.9;9500
+68082;43.05156;1.61511;296;20220117;7.9;-4.6;1.6;1.4;5.6;.1;.48;9900
+68082;43.05156;1.61511;296;20220118;1.1;-3.5;-1.2;1.4;5.7;.1;.23;5500
+68082;43.05156;1.61511;296;20220119;8;.1;4;2.6;7.1;.6;.6;4500
+68082;43.05156;1.61511;296;20220120;4.9;3.2;4;2.9;8;4.5;.33;2100
+68082;43.05156;1.61511;296;20220121;4.3;.7;2.5;4.4;5.7;0;.8;7500
+68082;43.05156;1.61511;296;20220122;6.9;-1.6;2.6;2.2;5.2;.1;.76;10000
+68082;43.05156;1.61511;296;20220123;10.7;-3;3.8;1.8;5.5;.1;.85;10600
+68082;43.05156;1.61511;296;20220124;11.6;.5;6;2.5;6.8;0;.99;10200
+68082;43.05156;1.61511;296;20220125;12.5;.8;6.6;2.3;6.4;0;1.12;10300
+68082;43.05156;1.61511;296;20220126;11.3;.2;5.7;2.1;6.2;0;1;10500
+68082;43.05156;1.61511;296;20220127;11.8;-.6;5.6;1.9;6.4;.1;.94;11000
+68082;43.05156;1.61511;296;20220128;1.1;-5;-2;2.2;5.9;0;.13;2400
+68082;43.05156;1.61511;296;20220129;3;-1.4;.8;1.7;6.4;0;.35;4700
+68082;43.05156;1.61511;296;20220130;2;-1.4;.3;2.1;6.2;.2;.32;4200
+68082;43.05156;1.61511;296;20220131;9.9;.6;5.2;6;8.3;1;.69;6900
+68082;43.05156;1.61511;296;20220201;8.2;3.1;5.6;5.3;7.4;0;1.01;5900
+68082;43.05156;1.61511;296;20220202;11.7;6.8;9.2;3.5;9.4;0;1.09;9700
+68082;43.05156;1.61511;296;20220203;11.3;1;6.1;1.4;8.9;0;.67;10100
+68082;43.05156;1.61511;296;20220204;14.3;6.3;10.3;2.2;9.9;1.5;1.06;7100
+68082;43.05156;1.61511;296;20220205;9;7.7;8.3;3.4;8.7;1.1;1.03;5500
+68082;43.05156;1.61511;296;20220206;9.9;.9;5.4;3.7;6.6;.1;1.24;10100
+68082;43.05156;1.61511;296;20220207;12.1;6.1;9.1;5.7;9.1;1.2;1.37;6300
+68082;43.05156;1.61511;296;20220208;15.2;4.7;9.9;2.1;7.6;0;1.51;12800
+68082;43.05156;1.61511;296;20220209;13.4;2.5;7.9;2.6;7.8;.1;1.35;12700
+68082;43.05156;1.61511;296;20220210;6.8;3.3;5;1.4;8.02;0;.94;9620
+68082;43.05156;1.61511;296;20220211;11.6;4.2;7.9;2.4;9.02;1.4;.97;5246
+68082;43.05156;1.61511;296;20220212;13.2;1.1;7.2;2.6;7.79;0;1.28;10572
+68082;43.05156;1.61511;296;20220213;16.8;5;10.9;4.5;9.25;3.7;1.85;9403
+68082;43.05156;1.61511;296;20220214;11.7;6.5;9.1;4.9;8.72;7.1;1.54;6410
+68082;43.05156;1.61511;296;20220215;11.5;5.1;8.3;6.2;8.7;1.6;1.66;7960
+68082;43.05156;1.61511;296;20220216;13.8;7.9;10.8;5.1;10.3;3.2;1.4;3600
+68082;43.05156;1.61511;296;20220217;16.2;11.3;13.7;4.5;11.8;0;1.75;6300
+68082;43.05156;1.61511;296;20220218;18.7;7.5;13.1;2.9;11.1;6.8;1.89;12900
+68082;43.05156;1.61511;296;20220219;8.3;6.5;7.4;3.4;9;4.9;.82;4400
+68082;43.05156;1.61511;296;20220220;15;2.8;8.9;3.6;8.5;.1;1.76;12900
+68082;43.05156;1.61511;296;20220221;13.5;8.8;11.1;7.8;8.9;.9;2.43;9400
+68082;43.05156;1.61511;296;20220222;13.8;6;9.9;3.9;8.2;0;2.02;14100
+68082;43.05156;1.61511;296;20220223;15.5;3.5;9.5;1.6;8.1;0;1.63;14500
+68082;43.05156;1.61511;296;20220224;13.7;6.5;10.1;3.9;9.4;1.7;1.66;10800
+68082;43.05156;1.61511;296;20220225;11;6.2;8.6;3.4;7;.3;1.87;11600
+68082;43.05156;1.61511;296;20220226;12.7;-.1;6.3;3.3;5.2;.1;2.21;16700
+68082;43.05156;1.61511;296;20220227;14.8;.8;7.8;2.1;7;0;1.61;8900
+68082;43.05156;1.61511;296;20220228;16.4;4.8;10.6;2.1;7.8;0;2.09;16000
+68082;43.05156;1.61511;296;20220301;14.6;5.5;10;3.7;8;0;2.28;16300
+68082;43.05156;1.61511;296;20220302;11.6;6.2;8.9;2.7;9.8;5.2;1.08;7000
+68082;43.05156;1.61511;296;20220303;16.9;4.7;10.8;2.1;9.8;.8;1.93;16000
+68082;43.05156;1.61511;296;20220304;8.4;7.5;7.9;5.5;9.6;6.2;.83;3800
+68082;43.05156;1.61511;296;20220305;10.2;5.9;8;3.8;8;0;1.47;7400
+68082;43.05156;1.61511;296;20220306;10.7;5.5;8.1;2.3;7.2;0;1.69;12300
+68082;43.05156;1.61511;296;20220307;12;3.1;7.5;2.4;7.3;0;1.87;17000
+68082;43.05156;1.61511;296;20220308;13.1;3.8;8.4;3.5;8.8;4.8;1.73;14100
+68082;43.05156;1.61511;296;20220309;14;4.2;9.1;3.4;9.8;0;1.8;17200
+68082;43.05156;1.61511;296;20220310;13.1;7.5;10.3;3.6;10.3;0;1.54;10500
+68082;43.05156;1.61511;296;20220311;13.1;8.1;10.6;4.5;10.5;3.8;1.57;9700
+68082;43.05156;1.61511;296;20220312;10.9;7.6;9.2;4.1;9.8;4.3;1.29;7700
+68082;43.05156;1.61511;296;20220313;11.3;7;9.1;4.2;9.2;1.6;1.33;4800
+68082;43.05156;1.61511;296;20220314;12.8;4.2;8.5;7.9;10.1;0;1.15;6900
+68082;43.05156;1.61511;296;20220315;15.2;11.4;13.3;8.1;11.8;0;2.2;9200
+68082;43.05156;1.61511;296;20220316;14.4;10.9;12.6;4.8;11.9;1.2;1.64;7500
+68082;43.05156;1.61511;296;20220317;13.6;10.5;12;2.8;12.3;13.7;1.08;4600
+68082;43.05156;1.61511;296;20220318;10.2;8.1;9.1;2.1;10.59;.6;.95;4536
+68082;43.05156;1.61511;296;20220319;15.1;5.5;10.3;4.3;9.29;0;2.33;13820
+68082;43.05156;1.61511;296;20220320;16.1;7.1;11.6;5.2;10.42;.1;1.96;10109
+68082;43.05156;1.61511;296;20220321;16.4;7.5;12;6.2;9.42;.1;2.84;12758
+68082;43.05156;1.61511;296;20220322;14.9;7.4;11.2;8.9;7.73;0;3.86;15049
+68082;43.05156;1.61511;296;20220323;16.1;3.6;9.9;5.3;7.72;0;2.98;16702
+68082;43.05156;1.61511;296;20220324;16.3;4.6;10.5;5.5;8.13;0;3.31;17222
+68082;43.05156;1.61511;296;20220325;17.7;5.3;11.5;3.5;8.39;0;3.03;17329
+68082;43.05156;1.61511;296;20220326;17.3;5.2;11.3;4;8.25;.1;3.05;16700
+68082;43.05156;1.61511;296;20220327;20.3;4.3;12.3;3.4;8.05;0;3.49;17634
+68082;43.05156;1.61511;296;20220328;20.7;3.9;12.3;3.4;7.99;0;3.43;17098
+68082;43.05156;1.61511;296;20220329;17.9;8.1;13;2.9;10.55;8.1;2.34;11802
+68082;43.05156;1.61511;296;20220330;11.8;8.6;10.2;3.3;11.33;7.5;1.27;5876
+68082;43.05156;1.61511;296;20220331;12.6;7.9;10.2;5.9;9.15;11.5;2.17;9195
+68082;43.05156;1.61511;296;20220401;7.4;1.4;4.4;7.8;5.62;6.3;2.16;12683
+68082;43.05156;1.61511;296;20220402;7.2;.4;3.8;6.1;5.22;1.7;2.07;11056
+68082;43.05156;1.61511;296;20220403;7.2;-2.6;2.3;2.5;4.89;.2;2.16;18205
+68082;43.05156;1.61511;296;20220404;10.5;-1.5;4.5;1.3;5.35;0;2.09;19088
+68082;43.05156;1.61511;296;20220405;14.7;-1.9;6.4;3.4;6.22;0;3.1;21987
+68082;43.05156;1.61511;296;20220406;12;3.9;8;3;9.09;0;1.58;9445
+68082;43.05156;1.61511;296;20220407;20.5;4.7;12.6;4;10.52;0;3.5;20257
+68082;43.05156;1.61511;296;20220408;21.2;9;15.1;4.4;11.29;2.2;3.74;17662
+68082;43.05156;1.61511;296;20220409;14;7.3;10.6;4.2;8.49;1.4;2.71;13902
+68082;43.05156;1.61511;296;20220410;18.5;.3;9.4;4.1;7.82;0;3.49;23616
+68082;43.05156;1.61511;296;20220411;18.1;8.7;13.4;8.4;11.19;0;3.07;13921
+68082;43.05156;1.61511;296;20220412;17.9;10.2;14;6.6;11.65;0;2.73;11281
+68082;43.05156;1.61511;296;20220413;14.1;10.9;12.5;2.6;12.22;1.6;1.4;5377
+68082;43.05156;1.61511;296;20220414;21.4;6.1;13.8;1.7;11.42;0;3.24;20629
+68082;43.05156;1.61511;296;20220415;22.1;7.3;14.7;2.6;12.62;0;3.34;19675
+68082;43.05156;1.61511;296;20220416;21.7;9.5;15.6;4;12.49;0;3.91;21552
+68082;43.05156;1.61511;296;20220417;22.6;7.1;14.9;3.9;11.49;0;4.3;23882
+68082;43.05156;1.61511;296;20220418;18;9.5;13.8;3.6;11.19;0;3.18;17798
+68082;43.05156;1.61511;296;20220419;13.7;9.7;11.7;3.6;11.42;13.6;1.96;10421
+68082;43.05156;1.61511;296;20220420;11;7.3;9.1;2;10.49;14.8;1.14;6407
+68082;43.05156;1.61511;296;20220421;12.1;8;10.1;2.6;11.29;.5;1.24;7308
+68082;43.05156;1.61511;296;20220422;17.5;8;12.7;2.1;11.76;0;2.55;15900
+68082;43.05156;1.61511;296;20220423;13.9;9.4;11.7;3.4;11.05;12.6;1.96;8525
+68082;43.05156;1.61511;296;20220424;16.4;8.3;12.4;4.9;11.25;.2;2.61;14430
+68082;43.05156;1.61511;296;20220425;18.6;4.9;11.8;2.1;10.72;0;3.29;22870
+68082;43.05156;1.61511;296;20220426;23;4.9;13.9;2.3;10.75;0;4.1;25152
+68082;43.05156;1.61511;296;20220427;20.5;7.5;14;2.8;12.25;.1;3.15;17884
+68082;43.05156;1.61511;296;20220428;17.1;11.8;14.5;2.2;14.22;6.4;2.02;10886
+68082;43.05156;1.61511;296;20220429;21.6;12.2;16.9;2.8;14.45;2.4;3.72;20515
+68082;43.05156;1.61511;296;20220430;20.7;13;16.8;3.6;13.25;.2;3.6;17022
+68082;43.05156;1.61511;296;20220501;20.3;9.7;15;3.1;12.15;1.4;3.73;21171
+68082;43.05156;1.61511;296;20220502;17;11.3;14.1;2.5;12.75;3.7;2.32;10957
+68082;43.05156;1.61511;296;20220503;19.2;10.6;14.9;2.3;13.05;6.3;2.83;15410
+68082;43.05156;1.61511;296;20220504;18.3;10.9;14.6;2.7;13.32;2.8;2.49;13103
+68082;43.05156;1.61511;296;20220505;19;10.1;14.6;3.7;12.02;1.2;3.24;16599
+68082;43.05156;1.61511;296;20220506;18.5;11.1;14.8;4.6;11.7;1.2;2.09;1600
+68082;43.05156;1.61511;296;20220507;21.1;11.2;16.1;4.4;12.1;2.1;2.49;2600
+68082;43.05156;1.61511;296;20220508;22.6;12.4;17.5;2.5;13.1;.2;2.04;2700
+68082;43.05156;1.61511;296;20220509;25.1;11.7;18.4;1.9;12;0;2.21;2900
+68082;43.05156;1.61511;296;20220510;27.4;11.4;19.4;2.3;12.8;0;2.57;2800
+68082;43.05156;1.61511;296;20220511;26.4;12;19.2;2.9;14;0;2.57;2900
+68082;43.05156;1.61511;296;20220512;22.8;13.9;18.3;2.4;15.1;0;1.7;1800
+68082;43.05156;1.61511;296;20220513;24.7;14;19.3;1.2;16;0;1.39;2100
+68082;43.05156;1.61511;296;20220514;28.7;13.8;21.2;2.5;16.3;0;2.44;2700
+68082;43.05156;1.61511;296;20220515;24.6;15;19.8;3.8;15.6;.1;2.49;2600
+68082;43.05156;1.61511;296;20220516;27.5;13.8;20.6;1.5;16.4;.1;1.77;2500
+68082;43.05156;1.61511;296;20220517;29.6;14.8;22.2;2.2;16.2;0;2.49;2900
+68082;43.05156;1.61511;296;20220518;31.1;18.1;24.6;2.8;15.9;0;3.29;2800
+68082;43.05156;1.61511;296;20220519;25;17.3;21.1;4.2;18.6;.1;2.26;2600
+68082;43.05156;1.61511;296;20220520;27.3;16.7;22;4;17.9;.1;2.71;2400
+68082;43.05156;1.61511;296;20220521;29.4;14.8;22.1;2.4;17.2;0;2.41;2700
+68082;43.05156;1.61511;296;20220522;29.9;16.4;23.1;2.1;18.1;0;2.17;1800
+68082;43.05156;1.61511;296;20220523;20.1;16.1;18.1;3.9;15.6;.8;1.71;900
+68082;43.05156;1.61511;296;20220524;14.1;12.9;13.5;3.3;12.4;16.9;1.15;500
+68082;43.05156;1.61511;296;20220525;18.5;10.6;14.5;4.4;11.8;0;1.99;1800
+68082;43.05156;1.61511;296;20220526;19.5;12;15.7;3.6;12.8;0;1.85;1600
+68082;43.05156;1.61511;296;20220527;23.8;12.7;18.2;3.1;14;0;2.29;2800
+68082;43.05156;1.61511;296;20220528;25.4;14;19.7;3.2;13.4;0;2.82;3000
+68082;43.05156;1.61511;296;20220529;24.7;12.7;18.7;2.7;10.1;0;3.01;3200
+68082;43.05156;1.61511;296;20220530;24.9;10.1;17.5;1.4;11.8;1.5;1.84;2500
+68082;43.05156;1.61511;296;20220531;25.5;14.2;19.8;1.9;13.8;0;2.1;2500
+68082;43.05156;1.61511;296;20220601;28.4;14.2;21.3;2.9;15.9;.1;2.72;3000
+68082;43.05156;1.61511;296;20220602;23.1;16;19.5;2.7;17.4;0;1.57;1500
+68082;43.05156;1.61511;296;20220603;28.2;16.4;22.3;3.1;18.3;.5;2.5;2900
+68082;43.05156;1.61511;296;20220604;26.6;17.5;22;2.4;19.8;.9;1.65;1300
+68082;43.05156;1.61511;296;20220605;22.7;16.8;19.7;3;17.1;.4;1.69;1300
+68082;43.05156;1.61511;296;20220606;29.1;14.4;21.7;2.3;17;8.6;2.31;2500
+68082;43.05156;1.61511;296;20220607;22.5;16.4;19.4;2.5;16.7;0;1.6;1500
+68082;43.05156;1.61511;296;20220608;20.7;14.9;17.8;3.2;16.6;4.3;1.35;1200
+68082;43.05156;1.61511;296;20220609;24.2;14;19.1;3.9;13.6;.3;2.83;2700
+68082;43.05156;1.61511;296;20220610;29.3;12.5;20.9;2;13.4;0;2.65;3200
+68082;43.05156;1.61511;296;20220611;32.9;15.4;24.1;2.3;13.6;0;6.86;30800
+68082;43.05156;1.61511;296;20220612;31.4;17.7;24.5;2.4;18.5;4.3;5.78;25500
+68082;43.05156;1.61511;296;20220613;30.3;18;24.1;3;20.2;.1;5.67;25600
+68082;43.05156;1.61511;296;20220614;34.9;18.9;26.9;2.5;18.5;2.3;6.42;25100
+68082;43.05156;1.61511;296;20220615;35.6;20.2;27.9;1.9;16.8;0;6.92;29600
+68082;43.05156;1.61511;296;20220616;36.7;20.7;28.7;2;19;0;6.76;27400
+68082;43.05156;1.61511;296;20220617;38.1;19.4;28.7;2;18.6;.1;7.17;29200
+68082;43.05156;1.61511;296;20220618;33.7;20.8;27.2;3.8;17.7;0;7.72;29300
+68082;43.05156;1.61511;296;20220619;32.7;20.3;26.5;4.7;20.6;0;7.29;28400
+68082;43.05156;1.61511;296;20220620;28.1;17.3;22.7;2.4;19.7;0;4.17;18400
+68082;43.05156;1.61511;296;20220621;24.7;19.5;22.1;2.1;20.8;1;2.28;7900
+68082;43.05156;1.61511;296;20220622;28.8;17.8;23.3;2.4;18.5;.7;5.41;25600
+68082;43.05156;1.61511;296;20220623;28.5;16.1;22.3;2;17.2;3.9;5.12;24900
+68082;43.05156;1.61511;296;20220624;24.6;15.9;20.2;2;16.7;.4;3.7;17600
+68082;43.05156;1.61511;296;20220625;26.5;13.6;20;2.6;15.9;8.5;4.44;21000
+68082;43.05156;1.61511;296;20220626;17.4;14.4;15.9;2.4;16.1;.8;1.53;6800
+68082;43.05156;1.61511;296;20220627;17.2;14.1;15.6;2.1;15.4;7.2;1.61;7100
+68082;43.05156;1.61511;296;20220628;25.6;14.9;20.2;2.7;14.2;.1;5.89;31600
+68082;43.05156;1.61511;296;20220629;29;12.7;20.8;2.3;14.7;3.2;6.02;31000
+68082;43.05156;1.61511;296;20220630;16.3;14.7;15.5;2.8;15.9;4.4;1.38;6000
+68082;43.05156;1.61511;296;20220701;22.9;13;17.9;1.7;13.5;.2;3.96;21200
+68082;43.05156;1.61511;296;20220702;32.1;11.3;21.7;2.1;13.4;0;6.41;30800
+68082;43.05156;1.61511;296;20220703;29.9;17.8;23.8;2.2;17;.2;5.59;25400
+68082;43.05156;1.61511;296;20220704;26.1;16.2;21.1;3.1;17.6;0;5.23;27100
+68082;43.05156;1.61511;296;20220705;27.9;19.1;23.5;2.6;17.6;.2;5.59;26100
+68082;43.05156;1.61511;296;20220706;25.9;18.8;22.3;3.3;16.1;.3;4.4;16000
+68082;43.05156;1.61511;296;20220707;27.9;17.3;22.6;4.5;15.7;0;6.37;27400
+68082;43.05156;1.61511;296;20220708;29.4;17.1;23.2;3.7;15.1;0;6.95;31300
+68082;43.05156;1.61511;296;20220709;32;16.8;24.4;2.3;14.3;0;6.8;31300
+68082;43.05156;1.61511;296;20220710;33.7;18;25.8;2.4;13.9;0;7.17;31000
+68082;43.05156;1.61511;296;20220711;35.9;16.8;26.3;2.1;13.5;0;7.16;30600
+68082;43.05156;1.61511;296;20220712;36.4;18.5;27.4;2.2;14.7;0;7.22;29700
+68082;43.05156;1.61511;296;20220713;36.2;19.1;27.6;2.2;14.9;0;7.24;30000
+68082;43.05156;1.61511;296;20220714;37;18.2;27.6;1.9;17.2;0;6.93;29600
+68082;43.05156;1.61511;296;20220715;35.6;22.1;28.8;2.7;15.1;0;7.33;27200
+68082;43.05156;1.61511;296;20220716;37.5;19.2;28.3;2.5;14.2;0;7.51;28400
+68082;43.05156;1.61511;296;20220717;38.8;19;28.9;2.6;13.5;0;7.88;28800
+68082;43.05156;1.61511;296;20220718;36.6;19.9;28.2;3.7;16.2;0;8.17;28400
+68082;43.05156;1.61511;296;20220719;32;21.6;26.8;3.1;22.4;0;5.8;23600
+68082;43.05156;1.61511;296;20220720;29.3;20.6;24.9;3.1;17.4;.3;5.54;21700
+68082;43.05156;1.61511;296;20220721;33.1;18.6;25.8;1.8;16.5;0;6.16;28100
+68082;43.05156;1.61511;296;20220722;30.6;19.6;25.1;2.8;18;.2;5.31;20600
+68082;43.05156;1.61511;296;20220723;27.3;18;22.6;3;16.1;.1;4.79;19300
+68082;43.05156;1.61511;296;20220724;37;17.5;27.2;2.3;16.7;0;6.99;28300
+68082;43.05156;1.61511;296;20220725;25;21.2;23.1;4.4;18.3;3.7;3.72;9800
+68082;43.05156;1.61511;296;20220726;25.7;18.2;21.9;3.9;15.9;.1;5.12;21800
+68082;43.05156;1.61511;296;20220727;27.9;16.3;22.1;3.2;13;0;6.3;29100
+68082;43.05156;1.61511;296;20220728;28.5;16.2;22.3;2.3;14.5;.1;5.28;24300
+68082;43.05156;1.61511;296;20220729;24.3;17;20.6;2.3;18.1;5.6;3.07;13500
+68082;43.05156;1.61511;296;20220730;28.9;19.3;24.1;2.7;17.5;0;5.6;25400
+68082;43.05156;1.61511;296;20220731;31.9;19;25.4;2.3;17.3;0;6.26;28600
+68082;43.05156;1.61511;296;20220801;33.2;19.2;26.2;2.9;17.2;0;6.77;28400
+68082;43.05156;1.61511;296;20220802;35.5;19;27.2;1.9;15;0;6.57;28700
+68082;43.05156;1.61511;296;20220803;35.9;19.1;27.5;2.2;15.3;0;6.63;27000
+68082;43.05156;1.61511;296;20220804;34.4;20.1;27.2;2;21.3;1.5;5.34;21900
+68082;43.05156;1.61511;296;20220805;30.7;20.5;25.6;2.7;19.9;.1;5.38;22800
+68082;43.05156;1.61511;296;20220806;32;19.3;25.6;2.8;18.1;0;5.73;23100
+68082;43.05156;1.61511;296;20220807;34;21.2;27.6;2.5;16.1;0;6.52;26200
+68082;43.05156;1.61511;296;20220808;34.4;18.7;26.5;2.2;13.1;0;6.49;27300
+68082;43.05156;1.61511;296;20220809;34.8;19.1;26.9;2.2;13.2;.1;6.3;25200
+68082;43.05156;1.61511;296;20220810;36.8;19.3;28;2.4;15.8;0;6.8;26700
+68082;43.05156;1.61511;296;20220811;34.4;21.6;28;2.9;23.6;0;6.06;24700
+68082;43.05156;1.61511;296;20220812;38.9;20.1;29.5;2.3;20.5;0;6.44;23900
+68082;43.05156;1.61511;296;20220813;33.1;19.9;26.5;2.3;19.9;.4;4.82;18100
+68082;43.05156;1.61511;296;20220814;28.6;20.6;24.6;3.2;19.2;.2;4.07;13300
+68082;43.05156;1.61511;296;20220815;28.2;19.3;23.7;2;16.4;.1;4.16;17200
+68082;43.05156;1.61511;296;20220816;32.5;16.1;24.3;2.7;17;4.3;4.9;17600
+68082;43.05156;1.61511;296;20220817;23.7;15.8;19.7;3;17;6.8;2.52;8300
+68082;43.05156;1.61511;296;20220818;22.5;15.8;19.1;4;16.6;3.7;3.46;16900
+68082;43.05156;1.61511;296;20220819;26.5;16.7;21.6;3.9;15.8;.1;4.8;20300
+68082;43.05156;1.61511;296;20220820;29.8;15.6;22.7;2;15.7;0;5.13;25700
+68082;43.05156;1.61511;296;20220821;27.8;18.9;23.3;2.4;17;.1;4.15;17100
+68082;43.05156;1.61511;296;20220822;26.2;18.2;22.2;3.7;18.2;1.5;3.79;14400
+68082;43.05156;1.61511;296;20220823;30.3;19;24.6;2;19.1;.1;4.44;19800
+68082;43.05156;1.61511;296;20220824;35.6;16.9;26.2;2.4;16.8;1.6;5.94;24000
+68082;43.05156;1.61511;296;20220825;28.3;21.2;24.7;3.2;20;5.2;3.81;12500
+68082;43.05156;1.61511;296;20220826;28.7;19.1;23.9;3.4;18.7;.2;4.64;18800
+68082;43.05156;1.61511;296;20220827;31;18.2;24.6;2;17.1;.1;5.05;23900
+68082;43.05156;1.61511;296;20220828;34.2;17.1;25.6;1.8;15.1;0;5.33;24000
+68082;43.05156;1.61511;296;20220829;31.7;18.3;25;3.3;17.7;5;4.83;15800
+68082;43.05156;1.61511;296;20220830;31.3;17;24.1;1.7;18.8;0;4.6;22700
+68082;43.05156;1.61511;296;20220831;24;18.7;21.3;2;19.6;3.8;2.11;7800
+68082;43.05156;1.61511;296;20220901;29;19.2;24.1;2.4;19.2;0;4.33;19700
+68082;43.05156;1.61511;296;20220902;27.3;18.7;23;2.2;18.5;17.9;3.78;17400
+68082;43.05156;1.61511;296;20220903;24.6;17.3;20.9;1.3;19;.2;2.65;13500
+68082;43.05156;1.61511;296;20220904;29.5;16.4;22.9;3.2;20.4;.1;4.38;20900
+68082;43.05156;1.61511;296;20220905;30.8;20.3;25.5;3.8;23.3;.5;4.86;21300
+68082;43.05156;1.61511;296;20220906;32.2;20.8;26.5;2.1;20.9;.1;4.75;21300
+68082;43.05156;1.61511;296;20220907;28.1;17.2;22.6;1.7;16.8;0;3.5;16100
+68082;43.05156;1.61511;296;20220908;26.8;14;20.4;1.4;14.1;0;3.45;18300
+68082;43.05156;1.61511;296;20220909;20.6;15.9;18.2;1.6;15.4;.6;2.1;9600
+68082;43.05156;1.61511;296;20220910;27;13.7;20.3;1.7;13.8;0;3.87;21100
+68082;43.05156;1.61511;296;20220911;32.7;14.2;23.4;2.5;14.3;0;5.08;21600
+68082;43.05156;1.61511;296;20220912;26.7;18.8;22.7;3.8;20.4;.1;3.38;13700
+68082;43.05156;1.61511;296;20220913;28.1;22.6;25.3;3;23;1.7;2.29;3800
+68082;43.05156;1.61511;296;20220914;28.5;18;23.2;2.3;18.4;5.8;3.62;15900
+68082;43.05156;1.61511;296;20220915;28.2;16.1;22.1;2;17.3;5.9;3.68;18400
+68082;43.05156;1.61511;296;20220916;23.5;18.4;20.9;3.9;17.4;1.2;3.09;11800
+68082;43.05156;1.61511;296;20220917;21.2;13.2;17.2;3;11.1;0;3.69;20000
+68082;43.05156;1.61511;296;20220918;24.3;7.6;15.9;1.4;8.3;0;3.18;18800
+68082;43.05156;1.61511;296;20220919;26.3;10.7;18.5;2.4;8.5;0;4.24;20800
+68082;43.05156;1.61511;296;20220920;25.3;11.5;18.4;2;8.5;0;3.86;20600
+68082;43.05156;1.61511;296;20220921;24.3;11.5;17.9;2.4;10;0;3.8;20100
+68082;43.05156;1.61511;296;20220922;26.4;9.8;18.1;2;11.5;0;3.57;19500
+68082;43.05156;1.61511;296;20220923;24.8;12;18.4;2.6;14.9;6.4;2.89;14000
+68082;43.05156;1.61511;296;20220924;19.2;14.2;16.7;1.9;14.6;6.9;1.67;7000
+68082;43.05156;1.61511;296;20220925;19.3;11.3;15.3;2.4;11.6;0;2.57;14800
+68082;43.05156;1.61511;296;20220926;19.2;10.7;14.9;3.5;11.1;3.1;2.78;13900
+68082;43.05156;1.61511;296;20220927;16.3;12.2;14.2;4.7;13.2;6.3;1.76;7800
+68082;43.05156;1.61511;296;20220928;18.5;13.5;16;6.5;14.4;7.8;2.39;11800
+68082;43.05156;1.61511;296;20220929;16.4;12.4;14.4;5.2;12.7;12.5;2.1;10000
+68082;43.05156;1.61511;296;20220930;18;10.4;14.2;4;11.3;1.7;2.38;10700
+68082;43.05156;1.61511;296;20221001;23.2;9.2;16.2;2.8;11.9;.1;3.06;17100
+68082;43.05156;1.61511;296;20221002;23.3;11.6;17.4;2.1;14.4;0;2.69;17000
+68082;43.05156;1.61511;296;20221003;23.8;12.9;18.3;1.6;14.4;0;2.51;15100
+68082;43.05156;1.61511;296;20221004;26.2;10.6;18.4;1.7;13.2;.1;2.91;17400
+68082;43.05156;1.61511;296;20221005;23.7;11.2;17.4;3.4;15.5;0;2.71;15800
+68082;43.05156;1.61511;296;20221006;20.3;15.3;17.8;2.5;15.3;.1;2.08;10800
+68082;43.05156;1.61511;296;20221007;22.1;10.6;16.3;2.2;15.4;1.2;1.86;10700
+68082;43.05156;1.61511;296;20221008;21.3;15.4;18.3;2.2;16.6;.4;1.8;8700
+68082;43.05156;1.61511;296;20221009;23.4;11.7;17.5;2.6;14.4;.2;2.61;15500
+68082;43.05156;1.61511;296;20221010;24.1;12.8;18.4;2.4;15.4;.1;2.48;14000
+68082;43.05156;1.61511;296;20221011;21.5;12.9;17.2;1.4;15.2;.2;1.76;10800
+68082;43.05156;1.61511;296;20221012;23.1;14;18.5;1.7;15.1;.8;2;10500
+68082;43.05156;1.61511;296;20221013;23.4;14.6;19;1.7;15;.5;2.13;11600
+68082;43.05156;1.61511;296;20221014;23.6;17.2;20.4;3.4;15.5;.5;2.71;9500
+68082;43.05156;1.61511;296;20221015;26.3;11.2;18.7;2.7;15.2;.2;2.79;15200
+68082;43.05156;1.61511;296;20221016;23.8;15.9;19.8;4.2;18.1;.1;2.56;13900
+68082;43.05156;1.61511;296;20221017;22.7;18.7;20.7;4.5;19.4;.1;2.08;7400
+68082;43.05156;1.61511;296;20221018;24.5;17;20.7;3.4;19.1;.1;2.47;13900
+68082;43.05156;1.61511;296;20221019;22.6;18.1;20.3;4;19.1;1.7;1.89;6600
+68082;43.05156;1.61511;296;20221020;24.5;17;20.7;2.8;18.1;1.5;2.07;7900
+68082;43.05156;1.61511;296;20221021;23.2;17.4;20.3;2.4;14.4;0;2.21;6300
+68082;43.05156;1.61511;296;20221022;24.7;14.9;19.8;2.4;14.8;.1;2.49;13500
+68082;43.05156;1.61511;296;20221023;27.4;16.1;21.7;3.5;14.7;.8;3.13;6700
+68082;43.05156;1.61511;296;20221024;24.5;14.2;19.3;1.9;15.3;0;2;10300
+68082;43.05156;1.61511;296;20221025;21.9;12.1;17;2.5;14.5;0;1.75;8200
+68082;43.05156;1.61511;296;20221026;23.1;11.8;17.4;2.6;16.8;.1;1.6;9100
+68082;43.05156;1.61511;296;20221027;24.3;15;19.6;3.5;17.4;.1;2.06;7900
+68082;43.05156;1.61511;296;20221028;23.7;17.4;20.5;4.1;17.9;0;2.29;8900
+68082;43.05156;1.61511;296;20221029;22.6;15.7;19.1;4.5;16.3;.1;2.39;11400
+68082;43.05156;1.61511;296;20221030;22.7;13.7;18.2;3.1;15.2;0;2.01;9500
+68082;43.05156;1.61511;296;20221031;23.8;13.6;18.7;2.9;16;1;1.94;9000
+68082;43.05156;1.61511;296;20221101;19.8;12.7;16.2;2.4;13.8;.1;1.59;9800
+68082;43.05156;1.61511;296;20221102;20.6;13.3;16.9;1.6;12.1;.1;1.62;10900
+68082;43.05156;1.61511;296;20221103;18;9.6;13.8;2.8;12.1;6;1.34;3800
+68082;43.05156;1.61511;296;20221104;12.2;10;11.1;5.7;9.9;16.2;1.58;5800
+68082;43.05156;1.61511;296;20221105;15;8.9;11.9;3.2;10;.1;1.52;11200
+68082;43.05156;1.61511;296;20221106;20.1;3.5;11.8;2.5;8.3;0;1.91;11500
+68082;43.05156;1.61511;296;20221107;19.7;6.5;13.1;3.2;10.3;0;1.86;11100
+68082;43.05156;1.61511;296;20221108;19;13.3;16.1;3.3;13.9;0;1.55;7000
+68082;43.05156;1.61511;296;20221109;18;9.9;13.9;2.1;12.3;5.4;1.16;4900
+68082;43.05156;1.61511;296;20221110;15.6;8.8;12.2;1.6;11.2;.1;.99;10200
+68082;43.05156;1.61511;296;20221111;21.2;6.1;13.6;3;11.5;0;1.71;10200
+68082;43.05156;1.61511;296;20221112;19.9;10.3;15.1;3.2;14.2;.1;1.34;10200
+68082;43.05156;1.61511;296;20221113;20.7;8.2;14.4;2.5;11.6;0;1.55;11000
+68082;43.05156;1.61511;296;20221114;17.5;9.9;13.7;2;12.5;.1;1.03;5300
+68082;43.05156;1.61511;296;20221115;17.5;11.3;14.4;2.4;13.3;1.4;1.06;5900
+68082;43.05156;1.61511;296;20221116;18.8;9.3;14;2;11.1;0;1.26;10100
+68082;43.05156;1.61511;296;20221117;18.2;9.7;13.9;2.3;11.8;9.7;1.22;6100
+68082;43.05156;1.61511;296;20221118;13.2;9.3;11.2;4.3;10.1;3.3;1.3;6600
+68082;43.05156;1.61511;296;20221119;8.9;6.7;7.8;4.4;9;5.1;.81;4100
+68082;43.05156;1.61511;296;20221120;12.9;4;8.4;3.2;8.7;2.9;1.01;7200
+68082;43.05156;1.61511;296;20221121;12.2;7.8;10;3.7;10.3;22.7;.91;1800
+68082;43.05156;1.61511;296;20221122;9.5;5.2;7.3;4.7;8.7;9.6;.84;3500
+68082;43.05156;1.61511;296;20221123;16.2;7.6;11.9;3.3;10.8;8.6;1.2;5000
+68082;43.05156;1.61511;296;20221124;13.6;7;10.3;2.5;9.3;0;1.02;5200
+68082;43.05156;1.61511;296;20221125;10;8.8;9.4;2.8;9.9;8.1;.78;2100
+68082;43.05156;1.61511;296;20221126;12.7;3.5;8.1;1.9;8.2;.1;.78;7200
+68082;43.05156;1.61511;296;20221127;11.2;3.4;7.3;2.5;8.4;4.1;.71;6700
+68082;43.05156;1.61511;296;20221128;11.5;7.4;9.4;4.4;9.7;8;.94;5400
+68082;43.05156;1.61511;296;20221129;11.3;7.3;9.3;3.9;9.5;6.3;.92;5000
+68082;43.05156;1.61511;296;20221130;5.1;2.9;4;1.2;7.8;.1;.34;3300
+68082;43.05156;1.61511;296;20221201;4.2;2.3;3.2;2;7.4;0;.35;2200
+68082;43.05156;1.61511;296;20221202;6.7;3.1;4.9;1.2;7.37;0;.45;2750
+68082;43.05156;1.61511;296;20221203;5.3;1.4;3.3;1.6;7;0;.42;2913
+68082;43.05156;1.61511;296;20221204;8.6;1.7;5.1;1.9;6.9;0;.64;4261
+68082;43.05156;1.61511;296;20221205;7;-.6;3.2;2.8;6.4;.1;.6;4499
+68082;43.05156;1.61511;296;20221206;12.4;2.4;7.4;1.4;8.5;.2;.54;5900
+68082;43.05156;1.61511;296;20221207;13.3;8.1;10.7;1.3;9.01;.2;.71;4090
+68082;43.05156;1.61511;296;20221208;9.3;2.8;6;2.1;8.47;.3;.43;3935
+68082;43.05156;1.61511;296;20221209;13.6;4.9;9.2;1.2;9.7;7.1;.53;5100
+68082;43.05156;1.61511;296;20221210;3.3;3.7;3.5;4.2;6.84;.2;.6;19
+68082;43.05156;1.61511;296;20221211;5.4;-5.3;0;1.1;4.61;.1;.38;5355
+68082;43.05156;1.61511;296;20221212;6.4;1.9;4.1;3;6.6;6.7;.7;2600
+68082;43.05156;1.61511;296;20221213;12.6;2.3;7.4;3.1;9.3;5.5;.66;3300
+68082;43.05156;1.61511;296;20221214;16.8;6.2;11.5;2.3;11.3;1.1;.75;6300
+68082;43.05156;1.61511;296;20221215;11.5;9.4;10.4;2.6;11.7;3.5;.46;4500
+68082;43.05156;1.61511;296;20221216;10.8;8.7;9.7;1.9;10.6;7.3;.6;1622
+68082;43.05156;1.61511;296;20221217;6.8;5.7;6.2;1.6;8.64;.1;.48;878
+68082;43.05156;1.61511;296;20221218;3.9;4.3;4.1;2.6;8.31;.1;.5;5078
+68082;43.05156;1.61511;296;20221219;14.2;5.4;9.8;2.7;9.04;.1;.92;4607
+68082;43.05156;1.61511;296;20221220;13.3;11;12.1;4.4;11.5;1.8;1.04;3400
+68082;43.05156;1.61511;296;20221221;18.3;8.5;13.4;2;10.9;.3;1.02;5300
+68082;43.05156;1.61511;296;20221222;18.5;10.2;14.3;2.1;10.8;.1;1.09;6800
+68082;43.05156;1.61511;296;20221223;19;9.7;14.3;2;11.5;0;.97;7100
+68082;43.05156;1.61511;296;20221224;17.6;7.4;12.5;2.2;10.4;.1;.97;6800
+68082;43.05156;1.61511;296;20221225;12.8;7.3;10;2.7;10.6;.2;.65;4500
+68082;43.05156;1.61511;296;20221226;17.1;7.8;12.4;2.4;10.5;0;.98;6900
+68082;43.05156;1.61511;296;20221227;14.6;7.8;11.2;1.6;10.9;.2;.59;6000
+68082;43.05156;1.61511;296;20221228;12.4;6.3;9.3;2.8;9.5;.1;.69;7400
+68082;43.05156;1.61511;296;20221229;13.2;5.3;9.2;2;10.1;0;.57;5200
+68082;43.05156;1.61511;296;20221230;16.2;7.5;11.8;2.7;11;.1;.91;6000
+68082;43.05156;1.61511;296;20221231;13.5;10.3;11.9;4.1;12.3;.1;.74;4000
+68083;43.07623;1.91978;317;20220101;18;3.8;10.9;2;8.05;.1;.95;6593
+68083;43.07623;1.91978;317;20220102;16.2;2.5;9.3;2.8;9.2;.1;.78;6279
+68083;43.07623;1.91978;317;20220103;15.8;5.5;10.6;1.9;9.63;0;.79;5554
+68083;43.07623;1.91978;317;20220104;12.3;4.5;8.4;4.1;9.5;7.9;.7;5355
+68083;43.07623;1.91978;317;20220105;6;5.1;5.6;5.9;6.65;.3;1.21;1995
+68083;43.07623;1.91978;317;20220106;6.1;1.5;3.8;4.8;4.88;0;1.38;4620
+68083;43.07623;1.91978;317;20220107;7.2;-1;3.1;4.8;6;2.2;.96;4477
+68083;43.07623;1.91978;317;20220108;9.6;6.2;7.9;7.3;8.35;4.9;1.26;3269
+68083;43.07623;1.91978;317;20220109;7.7;7.6;7.6;6.4;9.3;58.3;.69;426
+68083;43.07623;1.91978;317;20220110;8.3;6.9;7.6;4.1;9.73;29;.51;1356
+68083;43.07623;1.91978;317;20220111;10;5.1;7.5;5;7.58;0;1.34;4921
+68083;43.07623;1.91978;317;20220112;7.1;1;4.1;3.6;5.88;0;1.15;4865
+68083;43.07623;1.91978;317;20220113;4.6;-3.4;.6;1.3;5.13;0;.47;5418
+68083;43.07623;1.91978;317;20220114;9.9;-3.7;3.1;1.7;5.13;.1;.67;7792
+68083;43.07623;1.91978;317;20220115;11.1;-.6;5.3;2.1;4.43;.1;1.28;7069
+68083;43.07623;1.91978;317;20220116;8.7;-.8;4;2.7;4.75;.1;1.26;6545
+68083;43.07623;1.91978;317;20220117;7.2;-2.9;2.1;2.4;4.9;.1;1.1;6397
+68083;43.07623;1.91978;317;20220118;5.1;-2.5;1.3;1.4;5.48;0;.74;5354
+68083;43.07623;1.91978;317;20220119;8.2;-.8;3.7;2.9;6.75;.6;.73;5672
+68083;43.07623;1.91978;317;20220120;6.4;3.8;5.1;4.3;7.63;1.8;.77;2754
+68083;43.07623;1.91978;317;20220121;4.4;1.3;2.9;5.8;5.58;0;1.11;4140
+68083;43.07623;1.91978;317;20220122;7.2;-1.8;2.7;3.1;4.93;0;1.16;7074
+68083;43.07623;1.91978;317;20220123;10.4;-2.9;3.7;1.9;5.53;.1;.86;8240
+68083;43.07623;1.91978;317;20220124;10.7;0;5.4;2.8;6.47;0;.98;8258
+68083;43.07623;1.91978;317;20220125;12.2;-.9;5.6;2;6.34;0;.89;8686
+68083;43.07623;1.91978;317;20220126;12.5;-.3;6.1;2.4;5.93;0;1.35;8540
+68083;43.07623;1.91978;317;20220127;11.9;-.2;5.9;2.9;5.68;.1;1.51;8199
+68083;43.07623;1.91978;317;20220128;3.4;-2.6;.4;3;5.43;0;1.16;4426
+68083;43.07623;1.91978;317;20220129;6.9;-.7;3.1;2.8;5.43;0;1.4;5442
+68083;43.07623;1.91978;317;20220130;6.9;-.4;3.2;3.1;6.4;.2;1.14;5599
+68083;43.07623;1.91978;317;20220131;9.6;1.7;5.6;7.4;8;2;1.05;6165
+68083;43.07623;1.91978;317;20220201;8.3;3.5;5.9;7.6;7.03;.1;1.41;5025
+68083;43.07623;1.91978;317;20220202;11.6;7;9.3;5.2;9.03;0;1.42;5882
+68083;43.07623;1.91978;317;20220203;12;1.1;6.5;2.6;7.8;.1;1.18;8360
+68083;43.07623;1.91978;317;20220204;13.7;6.2;9.9;3.7;9.6;1;1.38;6386
+68083;43.07623;1.91978;317;20220205;9.5;7.8;8.7;4.8;8.5;.6;1.37;3515
+68083;43.07623;1.91978;317;20220206;9.5;1;5.2;4.8;6.53;.2;1.43;7579
+68083;43.07623;1.91978;317;20220207;11.9;6.6;9.2;7.1;8.8;.9;1.69;5610
+68083;43.07623;1.91978;317;20220208;15.6;5.2;10.4;2.5;7.25;0;1.68;9172
+68083;43.07623;1.91978;317;20220209;13.6;1.6;7.6;2.6;7.53;.1;1.3;9949
+68083;43.07623;1.91978;317;20220210;6.6;2.8;4.7;1.4;8.02;0;.94;9620
+68083;43.07623;1.91978;317;20220211;11.6;3.8;7.7;2.4;9.02;.9;.97;5246
+68083;43.07623;1.91978;317;20220212;12.9;1;6.9;2.6;7.78;0;1.28;10572
+68083;43.07623;1.91978;317;20220213;16.4;5;10.7;4.5;9.25;3.5;1.85;9403
+68083;43.07623;1.91978;317;20220214;11.6;6.5;9;4.9;8.72;4.7;1.54;6410
+68083;43.07623;1.91978;317;20220215;11.4;5;8.2;6.2;8.69;1.3;1.66;7960
+68083;43.07623;1.91978;317;20220216;13.4;7.5;10.5;6;10.05;3.6;1.53;5846
+68083;43.07623;1.91978;317;20220217;15.7;11.3;13.5;5.4;11.43;.1;1.9;5758
+68083;43.07623;1.91978;317;20220218;18.6;6;12.3;3.3;10.68;4.4;1.93;11313
+68083;43.07623;1.91978;317;20220219;8.5;6.6;7.5;4.6;8.28;3.7;1.15;3703
+68083;43.07623;1.91978;317;20220220;13.9;2.5;8.2;4.9;8.13;.1;1.89;10616
+68083;43.07623;1.91978;317;20220221;13.3;9.2;11.3;8.9;8.4;1.2;2.76;6609
+68083;43.07623;1.91978;317;20220222;13.5;6.8;10.2;5.5;7.98;0;2.26;9172
+68083;43.07623;1.91978;317;20220223;15.9;4.3;10.1;2.4;7.95;.1;1.91;11353
+68083;43.07623;1.91978;317;20220224;14.5;5.2;9.9;3.9;9.08;.7;1.75;10361
+68083;43.07623;1.91978;317;20220225;10.4;6.3;8.3;4.5;6.75;.1;1.97;7259
+68083;43.07623;1.91978;317;20220226;12.4;-.5;6;3.1;5;.1;2.04;12841
+68083;43.07623;1.91978;317;20220227;14.5;-.2;7.1;1.8;6.93;0;1.53;11838
+68083;43.07623;1.91978;317;20220228;16;3.7;9.8;2.3;7.5;0;1.95;13002
+68083;43.07623;1.91978;317;20220301;14.1;4.8;9.4;4;7.85;.1;2.1;10969
+68083;43.07623;1.91978;317;20220302;12;5.3;8.7;3;9.48;3.5;1.25;8050
+68083;43.07623;1.91978;317;20220303;16.6;5.8;11.2;2.3;9.53;.1;1.86;12084
+68083;43.07623;1.91978;317;20220304;9.3;6.9;8.1;6.1;9.18;.2;1.2;5006
+68083;43.07623;1.91978;317;20220305;10;6.1;8;4.9;7.63;.1;1.71;6799
+68083;43.07623;1.91978;317;20220306;10.4;5.1;7.7;3.2;7.1;0;1.7;9164
+68083;43.07623;1.91978;317;20220307;11;2.8;6.9;2.6;7.13;0;1.52;11650
+68083;43.07623;1.91978;317;20220308;13.1;2.4;7.8;3.2;8.38;2.6;1.67;12723
+68083;43.07623;1.91978;317;20220309;14;4;9;3.2;9.25;.1;1.7;13020
+68083;43.07623;1.91978;317;20220310;13.4;5.7;9.5;2.6;9.58;0;1.53;10792
+68083;43.07623;1.91978;317;20220311;13.6;6.8;10.2;4.2;9.8;5.4;1.68;9910
+68083;43.07623;1.91978;317;20220312;9.7;7.7;8.7;3.7;9.85;6.7;.91;3605
+68083;43.07623;1.91978;317;20220313;11;7.2;9.1;4.5;9.28;2.2;1.36;6262
+68083;43.07623;1.91978;317;20220314;12.3;3.1;7.7;7.8;10.18;0;.95;10634
+68083;43.07623;1.91978;317;20220315;13.3;11.1;12.2;9.4;11.98;0;1.42;5414
+68083;43.07623;1.91978;317;20220316;13.6;11;12.3;5.1;11.88;.6;1.38;5945
+68083;43.07623;1.91978;317;20220317;13;10.3;11.6;2.6;12.05;13.8;1.11;5762
+68083;43.07623;1.91978;317;20220318;10.4;8;9.2;2.1;10.58;.7;.95;4536
+68083;43.07623;1.91978;317;20220319;15.5;4.8;10.2;3.4;8.99;0;2.27;13420
+68083;43.07623;1.91978;317;20220320;15.6;7;11.3;5.2;10.42;0;1.96;10109
+68083;43.07623;1.91978;317;20220321;16;7.6;11.8;6.2;9.42;.1;2.84;12758
+68083;43.07623;1.91978;317;20220322;14.7;7.2;10.9;8.9;7.73;0;3.86;15049
+68083;43.07623;1.91978;317;20220323;15.8;3.5;9.7;5.3;7.72;0;2.98;16702
+68083;43.07623;1.91978;317;20220324;16.1;4.6;10.4;5.5;8.13;0;3.31;17222
+68083;43.07623;1.91978;317;20220325;17.5;5.4;11.4;3.5;8.38;0;3.03;17329
+68083;43.07623;1.91978;317;20220326;17.1;5.2;11.2;4;8.25;0;3.05;16700
+68083;43.07623;1.91978;317;20220327;20.2;4.2;12.2;3.4;8.05;0;3.49;17634
+68083;43.07623;1.91978;317;20220328;20.5;4.2;12.3;3.4;7.98;0;3.43;17098
+68083;43.07623;1.91978;317;20220329;17.5;8.1;12.8;2.9;10.55;6.8;2.34;11802
+68083;43.07623;1.91978;317;20220330;12;8.4;10.2;3.3;11.33;6.2;1.27;5876
+68083;43.07623;1.91978;317;20220331;12.4;7.8;10.1;5.9;9.15;9.5;2.17;9195
+68083;43.07623;1.91978;317;20220401;7.3;1.3;4.3;7.8;5.62;5;2.16;12683
+68083;43.07623;1.91978;317;20220402;7;.2;3.6;6.1;5.22;.6;2.07;11056
+68083;43.07623;1.91978;317;20220403;7.9;-1;3.4;3.9;4.76;0;2.63;19037
+68083;43.07623;1.91978;317;20220404;10.8;-1;4.9;2.6;5.14;0;2.69;20559
+68083;43.07623;1.91978;317;20220405;14.7;-1.7;6.5;3.4;6.21;0;3.1;21987
+68083;43.07623;1.91978;317;20220406;12;4;8;3;9.08;0;1.58;9445
+68083;43.07623;1.91978;317;20220407;20.4;4.7;12.6;4;10.52;0;3.5;20257
+68083;43.07623;1.91978;317;20220408;21.1;9.1;15.1;4.4;11.28;.9;3.74;17662
+68083;43.07623;1.91978;317;20220409;13.9;7.1;10.5;4.2;8.48;.8;2.71;13902
+68083;43.07623;1.91978;317;20220410;18.1;.1;9.1;4.1;7.82;0;3.49;23616
+68083;43.07623;1.91978;317;20220411;17.8;8.7;13.2;8.4;11.18;0;3.07;13921
+68083;43.07623;1.91978;317;20220412;17.5;10.1;13.8;6.6;11.65;0;2.73;11281
+68083;43.07623;1.91978;317;20220413;14.1;10.8;12.4;2.6;12.22;.3;1.4;5377
+68083;43.07623;1.91978;317;20220414;21.4;5.9;13.6;1.7;11.42;0;3.24;20629
+68083;43.07623;1.91978;317;20220415;22;7.3;14.7;2.6;12.62;0;3.34;19675
+68083;43.07623;1.91978;317;20220416;21.6;9.6;15.6;4;12.48;0;3.91;21552
+68083;43.07623;1.91978;317;20220417;22.6;7.3;14.9;3.9;11.48;0;4.3;23882
+68083;43.07623;1.91978;317;20220418;18;9.4;13.7;3.6;11.18;0;3.18;17798
+68083;43.07623;1.91978;317;20220419;13.9;9.6;11.8;3.6;11.42;7.6;1.96;10421
+68083;43.07623;1.91978;317;20220420;10.7;7.2;8.9;2;10.48;13.3;1.14;6407
+68083;43.07623;1.91978;317;20220421;11.9;7.9;9.9;2.6;11.28;.7;1.24;7308
+68083;43.07623;1.91978;317;20220422;17.9;8.1;13;1.6;11.92;0;2.56;16333
+68083;43.07623;1.91978;317;20220423;14.1;9.4;11.7;3.4;11.05;14.4;1.96;8525
+68083;43.07623;1.91978;317;20220424;16.4;8.1;12.3;4.9;11.25;.2;2.61;14430
+68083;43.07623;1.91978;317;20220425;18.5;5.1;11.8;2.1;10.72;0;3.29;22870
+68083;43.07623;1.91978;317;20220426;22.9;4.7;13.8;2.3;10.75;0;4.1;25152
+68083;43.07623;1.91978;317;20220427;20.4;7.4;13.9;2.8;12.25;0;3.15;17884
+68083;43.07623;1.91978;317;20220428;17.3;11.4;14.3;2.2;14.22;5.7;2.02;10886
+68083;43.07623;1.91978;317;20220429;21.6;12.3;17;2.8;14.45;.3;3.72;20515
+68083;43.07623;1.91978;317;20220430;20.7;12.9;16.8;3.6;13.25;.2;3.6;17022
+68083;43.07623;1.91978;317;20220501;20.2;9.7;15;3.1;12.15;1;3.73;21171
+68083;43.07623;1.91978;317;20220502;17.1;11.1;14.1;2.5;12.75;2.6;2.32;10957
+68083;43.07623;1.91978;317;20220503;19.1;10.6;14.8;2.3;13.05;3.1;2.83;15410
+68083;43.07623;1.91978;317;20220504;18.2;10.7;14.5;2.7;13.32;2;2.49;13103
+68083;43.07623;1.91978;317;20220505;18.9;10.1;14.5;3.7;12.02;1.5;3.24;16599
+68083;43.07623;1.91978;317;20220506;18.2;11.2;14.7;5.8;10.98;.5;3.34;12234
+68083;43.07623;1.91978;317;20220507;20.9;10.9;15.9;5.3;11.58;.4;3.86;14955
+68083;43.07623;1.91978;317;20220508;22.4;12.3;17.4;3.5;12.35;.3;3.7;15207
+68083;43.07623;1.91978;317;20220509;24.9;11.4;18.1;2;12.1;0;3.76;17394
+68083;43.07623;1.91978;317;20220510;26.6;10.7;18.7;2.1;12.53;0;4.14;19160
+68083;43.07623;1.91978;317;20220511;26.2;10.9;18.5;2.8;13.78;0;4.17;19210
+68083;43.07623;1.91978;317;20220512;23.3;13.8;18.5;2.6;14.75;0;3.29;14882
+68083;43.07623;1.91978;317;20220513;24.6;14.3;19.4;1.9;15.35;0;3.37;15556
+68083;43.07623;1.91978;317;20220514;28.2;14;21.1;2.3;15.75;0;4.17;17945
+68083;43.07623;1.91978;317;20220515;24.8;14.3;19.5;3.5;15.28;.1;3.93;16329
+68083;43.07623;1.91978;317;20220516;26.9;13.5;20.2;1.9;16.03;.1;3.82;17843
+68083;43.07623;1.91978;317;20220517;28.8;13.6;21.2;2.4;16.25;0;4.35;19314
+68083;43.07623;1.91978;317;20220518;30.3;17.7;24;3.3;15.4;0;5.25;17251
+68083;43.07623;1.91978;317;20220519;24.4;16;20.2;4.1;17.75;.1;3.4;14033
+68083;43.07623;1.91978;317;20220520;28.1;16.3;22.2;3.9;17.18;0;4.74;17779
+68083;43.07623;1.91978;317;20220521;29.3;14.8;22.1;2.4;17.7;.1;4.35;18993
+68083;43.07623;1.91978;317;20220522;29.3;15.1;22.2;2.6;18.68;0;4.23;18899
+68083;43.07623;1.91978;317;20220523;19.7;16.6;18.1;4.3;15.8;.3;2.48;7840
+68083;43.07623;1.91978;317;20220524;14.4;12.7;13.5;4.2;12.18;9.5;1.91;6624
+68083;43.07623;1.91978;317;20220525;18.3;10.6;14.4;5.5;11.48;0;3.26;13947
+68083;43.07623;1.91978;317;20220526;18.8;12.1;15.4;4.9;12.23;0;3.22;12888
+68083;43.07623;1.91978;317;20220527;23.4;13.3;18.3;4.5;13.4;0;4.21;16069
+68083;43.07623;1.91978;317;20220528;25.2;13.5;19.3;4.4;13.15;0;4.79;17336
+68083;43.07623;1.91978;317;20220529;24.6;12.8;18.7;3.3;9.83;0;4.89;17504
+68083;43.07623;1.91978;317;20220530;24.8;10.7;17.8;1.6;11.78;1.1;3.93;19018
+68083;43.07623;1.91978;317;20220531;25.5;13.7;19.6;1.7;14.35;0;3.83;17976
+68083;43.07623;1.91978;317;20220601;27.5;13.2;20.4;2.5;15.73;0;4.38;19529
+68083;43.07623;1.91978;317;20220602;23;15.5;19.2;3.1;17.28;0;3.01;13454
+68083;43.07623;1.91978;317;20220603;27.6;16.5;22.1;2.9;18.28;.1;4.12;17032
+68083;43.07623;1.91978;317;20220604;27.1;17.1;22.1;2.9;19.43;0;3.85;16310
+68083;43.07623;1.91978;317;20220605;23.3;17.1;20.2;3.5;17.03;0;3.39;12870
+68083;43.07623;1.91978;317;20220606;28.8;14.3;21.5;2.3;16.35;6.5;4.56;19646
+68083;43.07623;1.91978;317;20220607;22.6;16.3;19.4;3.2;16.53;0;3.23;12870
+68083;43.07623;1.91978;317;20220608;21.2;14.8;18;3.3;16.05;2.1;2.99;13093
+68083;43.07623;1.91978;317;20220609;23;13.5;18.2;5;13.58;.1;4.1;16021
+68083;43.07623;1.91978;317;20220610;28.7;13;20.8;3.2;13;0;5.34;20269
+68083;43.07623;1.91978;317;20220611;32.5;14.6;23.5;2.4;13.13;0;6.77;29200
+68083;43.07623;1.91978;317;20220612;30.8;17;23.9;2.4;17.35;3.7;5.83;25248
+68083;43.07623;1.91978;317;20220613;30.2;17.5;23.9;3.2;19.5;.2;5.68;24435
+68083;43.07623;1.91978;317;20220614;33.3;18.4;25.8;2.6;17.7;1.8;6.27;25398
+68083;43.07623;1.91978;317;20220615;34.6;19;26.8;2.7;16.53;0;6.97;27341
+68083;43.07623;1.91978;317;20220616;35.9;19.9;27.9;2.1;17.93;.1;6.79;27246
+68083;43.07623;1.91978;317;20220617;37.7;19.8;28.7;2.2;17.4;0;7.33;28564
+68083;43.07623;1.91978;317;20220618;32.8;19.6;26.2;3.6;16.85;0;6.96;25493
+68083;43.07623;1.91978;317;20220619;33.7;19.1;26.4;4.6;17.93;0;7.43;26743
+68083;43.07623;1.91978;317;20220620;27.2;18.1;22.7;2.7;19.93;0;4.2;18807
+68083;43.07623;1.91978;317;20220621;25.2;19.5;22.4;2.3;21.23;1.4;3.29;14314
+68083;43.07623;1.91978;317;20220622;28.2;17.8;23;2.8;18.53;.3;5;22635
+68083;43.07623;1.91978;317;20220623;28.4;16.1;22.2;2.4;17.13;2.9;5.2;24080
+68083;43.07623;1.91978;317;20220624;23.6;15.9;19.7;2.5;16.18;1.2;3.84;18205
+68083;43.07623;1.91978;317;20220625;26.9;13.4;20.2;2.6;15.7;3.2;4.94;24079
+68083;43.07623;1.91978;317;20220626;18.8;14.9;16.8;2.9;16.18;.7;2.54;12030
+68083;43.07623;1.91978;317;20220627;17.5;14.5;16;3.8;14.88;2.8;2.41;10444
+68083;43.07623;1.91978;317;20220628;25.3;15.2;20.3;3.9;13.7;0;5.41;23771
+68083;43.07623;1.91978;317;20220629;29.4;12.9;21.2;2.4;14.03;2.7;5.94;28328
+68083;43.07623;1.91978;317;20220630;17;15.5;16.3;3.5;15.58;2.1;1.98;7246
+68083;43.07623;1.91978;317;20220701;23;13.1;18;3;12.93;.2;4.45;21168
+68083;43.07623;1.91978;317;20220702;31.1;11.3;21.2;2.1;13.08;0;6.13;29818
+68083;43.07623;1.91978;317;20220703;30.3;16.3;23.3;2.4;16.28;.2;5.89;25918
+68083;43.07623;1.91978;317;20220704;26.3;16.9;21.6;3.7;17.68;0;5;22060
+68083;43.07623;1.91978;317;20220705;28.4;19.4;23.9;3.8;16.9;.2;5.72;21726
+68083;43.07623;1.91978;317;20220706;26.4;19.1;22.8;4.1;15;.1;5.29;17290
+68083;43.07623;1.91978;317;20220707;27.6;17.8;22.7;5.7;14.85;0;6.36;22039
+68083;43.07623;1.91978;317;20220708;29.1;17.8;23.5;5;14.65;0;6.8;24298
+68083;43.07623;1.91978;317;20220709;31.8;16.4;24.1;2.9;13.6;0;6.78;27188
+68083;43.07623;1.91978;317;20220710;33.3;17;25.1;2.6;13.28;0;6.96;27893
+68083;43.07623;1.91978;317;20220711;34.7;16.1;25.4;2.3;13.33;0;6.86;28682
+68083;43.07623;1.91978;317;20220712;35.4;17;26.2;2.4;15.13;0;6.99;28843
+68083;43.07623;1.91978;317;20220713;35.3;18;26.7;2.4;15.2;0;6.9;27987
+68083;43.07623;1.91978;317;20220714;36.3;17.8;27;2.3;17.5;0;6.83;28558
+68083;43.07623;1.91978;317;20220715;35.2;20.5;27.8;2.9;14.83;0;7.27;25748
+68083;43.07623;1.91978;317;20220716;37.3;19.1;28.2;2.1;13.7;0;7.14;27933
+68083;43.07623;1.91978;317;20220717;37.1;18.7;27.9;2.3;13.6;0;7.15;27561
+68083;43.07623;1.91978;317;20220718;35.4;18;26.7;3.3;16.08;0;7.39;27590
+68083;43.07623;1.91978;317;20220719;31.8;20.9;26.3;3.5;21.83;0;5.56;21505
+68083;43.07623;1.91978;317;20220720;29.1;20.9;25;3.7;17.85;.2;5.42;19064
+68083;43.07623;1.91978;317;20220721;33.4;18.2;25.8;2.3;16.18;0;6.35;26096
+68083;43.07623;1.91978;317;20220722;31.1;19.4;25.2;3;17.38;.2;5.81;21855
+68083;43.07623;1.91978;317;20220723;27.7;17.9;22.8;3.8;16.35;.1;5.24;19993
+68083;43.07623;1.91978;317;20220724;36;17.1;26.6;2.5;16.3;0;6.82;27439
+68083;43.07623;1.91978;317;20220725;25.2;20.8;23;4.8;18.33;2.6;4.19;12421
+68083;43.07623;1.91978;317;20220726;25.1;17.8;21.5;5.2;15.8;.1;5.01;18199
+68083;43.07623;1.91978;317;20220727;28;16.9;22.4;3.9;12.95;0;6.06;22871
+68083;43.07623;1.91978;317;20220728;28.7;15.1;21.9;2.6;14.08;0;5.43;23722
+68083;43.07623;1.91978;317;20220729;24.5;17.5;21;2.8;17.43;4.9;3.71;15225
+68083;43.07623;1.91978;317;20220730;29.1;18.2;23.7;3.3;17.2;.1;5.49;22126
+68083;43.07623;1.91978;317;20220731;31.7;17.9;24.8;2.9;16.5;0;6.14;24596
+68083;43.07623;1.91978;317;20220801;33;18.1;25.6;3;16.3;0;6.49;25069
+68083;43.07623;1.91978;317;20220802;35.5;18.5;27;2.4;14.05;0;6.77;26234
+68083;43.07623;1.91978;317;20220803;35.1;17.9;26.5;2.5;15.53;0;6.47;25447
+68083;43.07623;1.91978;317;20220804;33.3;19.4;26.4;2.4;21.63;1.1;5.29;22064
+68083;43.07623;1.91978;317;20220805;30.7;20.1;25.4;3;19.6;.1;5.25;20528
+68083;43.07623;1.91978;317;20220806;32.1;18.9;25.5;3;18.03;0;5.89;22386
+68083;43.07623;1.91978;317;20220807;33.6;19.8;26.7;2.6;15.28;0;6.24;23502
+68083;43.07623;1.91978;317;20220808;34.3;17.5;25.9;2.2;12.48;0;6.3;25512
+68083;43.07623;1.91978;317;20220809;34.6;17.8;26.2;2.2;12.38;0;6.23;24696
+68083;43.07623;1.91978;317;20220810;35.5;18.3;26.9;2.6;15.33;0;6.49;24783
+68083;43.07623;1.91978;317;20220811;33.9;20.5;27.2;3.2;22.05;0;5.65;22258
+68083;43.07623;1.91978;317;20220812;38.3;19.6;28.9;2.5;19.13;0;6.61;25160
+68083;43.07623;1.91978;317;20220813;33.6;20.8;27.2;2.6;19.75;1.5;5.31;19567
+68083;43.07623;1.91978;317;20220814;28.6;20.6;24.6;3.6;19.1;.4;4.55;15681
+68083;43.07623;1.91978;317;20220815;27.9;19.4;23.6;2.9;16.13;0;4.56;16688
+68083;43.07623;1.91978;317;20220816;32.6;15.6;24.1;2.8;15.73;3.8;5.64;22245
+68083;43.07623;1.91978;317;20220817;23.5;16.3;19.9;3.2;16.55;2.8;3.28;13143
+68083;43.07623;1.91978;317;20220818;23.5;16.1;19.8;5.4;15.95;2.6;4.11;15853
+68083;43.07623;1.91978;317;20220819;26.2;16.6;21.4;4.8;15.35;.1;4.9;18056
+68083;43.07623;1.91978;317;20220820;29.8;15.7;22.7;2.8;15.43;.1;5.24;21945
+68083;43.07623;1.91978;317;20220821;28;17.9;23;3.2;16.4;0;4.7;17731
+68083;43.07623;1.91978;317;20220822;26.3;18.6;22.4;4.6;17.63;1.3;4.36;14836
+68083;43.07623;1.91978;317;20220823;30.3;19.3;24.8;3.2;18.38;.1;4.98;18511
+68083;43.07623;1.91978;317;20220824;34.6;17.3;26;2.2;16.3;1.5;5.51;22533
+68083;43.07623;1.91978;317;20220825;28.8;20.8;24.8;3.3;19.08;3;4.42;15022
+68083;43.07623;1.91978;317;20220826;29.2;19.8;24.5;4.1;18.4;.1;4.95;16904
+68083;43.07623;1.91978;317;20220827;30.7;17.8;24.2;2.9;16.63;0;5.14;20173
+68083;43.07623;1.91978;317;20220828;33.2;16.8;25;2;14.63;0;5.13;21751
+68083;43.07623;1.91978;317;20220829;31.4;17;24.2;2.7;17.38;4.1;4.78;19003
+68083;43.07623;1.91978;317;20220830;31.7;16.8;24.3;2;18.1;0;4.68;20998
+68083;43.07623;1.91978;317;20220831;25.6;18.4;22;2.4;18.43;2.6;3.21;12923
+68083;43.07623;1.91978;317;20220901;29.4;17.7;23.6;2.6;17.78;.2;4.49;18490
+68083;43.07623;1.91978;317;20220902;27.3;17.6;22.5;2.3;17.6;10.1;3.76;16395
+68083;43.07623;1.91978;317;20220903;25;17.3;21.1;2;18.23;.3;3.03;13931
+68083;43.07623;1.91978;317;20220904;28.9;15.9;22.4;3;19.83;.1;3.9;18288
+68083;43.07623;1.91978;317;20220905;30.6;19.3;24.9;3.4;22.18;.2;4.32;17596
+68083;43.07623;1.91978;317;20220906;31.8;20.1;26;2.1;21.3;.6;4.2;17710
+68083;43.07623;1.91978;317;20220907;27.1;16.7;21.9;2.6;17.13;0;3.59;15636
+68083;43.07623;1.91978;317;20220908;26.7;14.2;20.4;2;13.55;0;3.75;17230
+68083;43.07623;1.91978;317;20220909;21.9;15.4;18.7;2.5;14.7;.3;2.83;11744
+68083;43.07623;1.91978;317;20220910;26.9;13.2;20.1;2.3;13.38;0;3.98;18604
+68083;43.07623;1.91978;317;20220911;31.8;13.4;22.6;2.1;14.1;0;4.51;20484
+68083;43.07623;1.91978;317;20220912;26.5;16.6;21.6;3.2;19.4;0;3.24;14561
+68083;43.07623;1.91978;317;20220913;28;21;24.5;2.9;21.23;1.9;3.03;10424
+68083;43.07623;1.91978;317;20220914;27.7;17.4;22.6;2.5;18.4;5;3.42;14860
+68083;43.07623;1.91978;317;20220915;28;16.1;22;2.6;16.83;5.7;3.76;16275
+68083;43.07623;1.91978;317;20220916;23;17.8;20.4;4.5;16.7;.7;3.14;10595
+68083;43.07623;1.91978;317;20220917;21.2;13.6;17.4;4;10.48;0;3.82;13994
+68083;43.07623;1.91978;317;20220918;24.8;7.7;16.2;2;7.75;0;3.7;18505
+68083;43.07623;1.91978;317;20220919;26.1;9.6;17.9;2.9;7.7;0;4.5;18601
+68083;43.07623;1.91978;317;20220920;25.1;9.7;17.4;2.9;8.28;.1;4.21;18131
+68083;43.07623;1.91978;317;20220921;24.1;9.9;17;2.6;9.5;0;3.7;17177
+68083;43.07623;1.91978;317;20220922;25.2;9.6;17.4;2;11.6;.1;3.19;17032
+68083;43.07623;1.91978;317;20220923;24.5;10.9;17.7;2.8;14.53;9.4;2.93;15220
+68083;43.07623;1.91978;317;20220924;18.8;14.6;16.7;2.8;14.43;5.9;1.94;7711
+68083;43.07623;1.91978;317;20220925;18.6;10.5;14.6;3.2;11.53;0;2.5;12271
+68083;43.07623;1.91978;317;20220926;19.4;9.5;14.5;4.2;10.88;2.1;2.95;13078
+68083;43.07623;1.91978;317;20220927;16.6;12.2;14.4;5.9;12.4;3.9;2.27;8239
+68083;43.07623;1.91978;317;20220928;18.8;13.7;16.2;6.3;13.9;6.5;2.52;9522
+68083;43.07623;1.91978;317;20220929;16.5;12.8;14.7;5.2;12.2;11.9;2.27;7821
+68083;43.07623;1.91978;317;20220930;16.8;10.3;13.5;4.7;11.1;1.3;2.25;9735
+68083;43.07623;1.91978;317;20221001;23;8.5;15.8;2.9;11.68;.1;2.98;15360
+68083;43.07623;1.91978;317;20221002;23.6;11.3;17.5;2.3;14.1;0;2.72;14328
+68083;43.07623;1.91978;317;20221003;23.2;13.1;18.2;2.1;14.08;0;2.56;12395
+68083;43.07623;1.91978;317;20221004;25.4;10.4;17.9;1.9;13.1;.1;2.78;15141
+68083;43.07623;1.91978;317;20221005;22.9;10;16.4;2.9;14.83;0;2.26;13514
+68083;43.07623;1.91978;317;20221006;20.5;14.8;17.7;2.5;15.38;.1;2.01;9184
+68083;43.07623;1.91978;317;20221007;21.1;11.1;16.1;1.8;15.18;.3;1.73;10567
+68083;43.07623;1.91978;317;20221008;20.8;15.4;18.1;2;16.35;.8;1.69;8086
+68083;43.07623;1.91978;317;20221009;22.7;10.4;16.5;2.3;14.03;.2;2.2;13017
+68083;43.07623;1.91978;317;20221010;23;12.3;17.6;2.4;15.05;.1;2.17;11272
+68083;43.07623;1.91978;317;20221011;21.5;12.3;16.9;1.4;14.7;.2;1.73;10231
+68083;43.07623;1.91978;317;20221012;23;12.7;17.9;1.8;14.3;.8;2.08;10895
+68083;43.07623;1.91978;317;20221013;22.8;12.6;17.7;2;13.9;1;2.14;10964
+68083;43.07623;1.91978;317;20221014;23;17;20;4.1;15.28;.2;2.72;8104
+68083;43.07623;1.91978;317;20221015;25.7;10.8;18.3;2.5;14.73;.2;2.48;13054
+68083;43.07623;1.91978;317;20221016;24;14.1;19.1;3.7;17.38;.1;2.28;10917
+68083;43.07623;1.91978;317;20221017;23.7;18.3;21;4.5;18.7;.1;2.29;7188
+68083;43.07623;1.91978;317;20221018;24.3;15.7;20;3.5;18.3;.1;2.18;9820
+68083;43.07623;1.91978;317;20221019;22.2;16.1;19.2;3.3;18.33;1;1.69;6808
+68083;43.07623;1.91978;317;20221020;25.1;17.1;21.1;3.1;17.3;.7;2.34;8254
+68083;43.07623;1.91978;317;20221021;23.3;17;20.2;2.9;14.3;0;2.51;6976
+68083;43.07623;1.91978;317;20221022;24.5;14.4;19.5;2.2;14.7;.1;2.18;10339
+68083;43.07623;1.91978;317;20221023;27.3;14.5;20.9;3.9;14.08;.5;3.23;9770
+68083;43.07623;1.91978;317;20221024;24.3;15.3;19.8;2.3;13.53;0;2.26;8770
+68083;43.07623;1.91978;317;20221025;21.8;12.5;17.1;2.4;13.88;.1;1.78;8090
+68083;43.07623;1.91978;317;20221026;22.2;12;17.1;2.5;16.08;.2;1.52;8595
+68083;43.07623;1.91978;317;20221027;23;14;18.5;3.5;17.05;0;1.71;7400
+68083;43.07623;1.91978;317;20221028;23.2;15.8;19.5;3.7;16.88;.1;2.02;7269
+68083;43.07623;1.91978;317;20221029;22.7;13.9;18.3;4.3;15.55;.1;2.19;8501
+68083;43.07623;1.91978;317;20221030;22.3;13;17.6;3;15.03;0;1.84;7914
+68083;43.07623;1.91978;317;20221031;23.7;12.9;18.3;2.7;15.15;1.7;1.94;8526
+68083;43.07623;1.91978;317;20221101;19.3;13.4;16.3;2.5;13.83;0;1.52;6795
+68083;43.07623;1.91978;317;20221102;20.1;13;16.6;2.2;12.05;.1;1.71;7625
+68083;43.07623;1.91978;317;20221103;17.7;8.7;13.2;3.1;11.35;4.3;1.48;6427
+68083;43.07623;1.91978;317;20221104;12.2;9.6;10.9;6.4;9.65;9.3;1.73;3921
+68083;43.07623;1.91978;317;20221105;14.5;8.5;11.5;4.5;9.28;.1;1.83;7084
+68083;43.07623;1.91978;317;20221106;19.1;3.5;11.3;2.3;7.95;.1;1.73;10004
+68083;43.07623;1.91978;317;20221107;19.1;5.8;12.5;2.6;10.18;.1;1.54;9163
+68083;43.07623;1.91978;317;20221108;18.7;11;14.9;2.8;12.9;0;1.35;6603
+68083;43.07623;1.91978;317;20221109;18.3;9.7;14;2.9;12.33;4.6;1.39;5982
+68083;43.07623;1.91978;317;20221110;15.4;9.3;12.4;2.6;10.9;0;1.28;6371
+68083;43.07623;1.91978;317;20221111;19.9;6.7;13.3;3.9;12.18;0;1.54;8468
+68083;43.07623;1.91978;317;20221112;20.1;11.8;15.9;3.5;14.03;.1;1.58;6550
+68083;43.07623;1.91978;317;20221113;19.5;6.7;13.1;2.3;11.03;0;1.27;8405
+68083;43.07623;1.91978;317;20221114;18;9.5;13.7;2.1;12.2;.1;1.09;5799
+68083;43.07623;1.91978;317;20221115;17.1;10.2;13.7;2.3;12.88;3;.97;5403
+68083;43.07623;1.91978;317;20221116;18.3;9.5;13.9;2.2;11.18;0;1.29;6950
+68083;43.07623;1.91978;317;20221117;17.8;9.1;13.5;3;11.63;11.1;1.35;6066
+68083;43.07623;1.91978;317;20221118;13.4;9.3;11.3;4.8;9.88;1.7;1.48;4531
+68083;43.07623;1.91978;317;20221119;9.2;6.8;8;5.2;8.85;2;1.02;3173
+68083;43.07623;1.91978;317;20221120;13.1;3.8;8.4;4;8.7;3.1;1.23;6298
+68083;43.07623;1.91978;317;20221121;11.7;7.6;9.6;4;10;18.9;.89;3063
+68083;43.07623;1.91978;317;20221122;9.6;5.6;7.6;6;8.35;11.3;1.14;3492
+68083;43.07623;1.91978;317;20221123;15.6;7.2;11.4;3.8;10.55;10.1;1.22;5416
+68083;43.07623;1.91978;317;20221124;13.7;6.4;10;2.3;9.25;0;.97;5072
+68083;43.07623;1.91978;317;20221125;10.6;7.7;9.2;3.6;9.7;5.5;.97;2660
+68083;43.07623;1.91978;317;20221126;13.3;4.6;9;2.8;8.05;0;1.22;5656
+68083;43.07623;1.91978;317;20221127;11.6;2.2;6.9;2.5;8.13;3;.7;6012
+68083;43.07623;1.91978;317;20221128;11;6.8;8.9;5.3;9.5;5.9;.95;3871
+68083;43.07623;1.91978;317;20221129;10.7;7.3;9;4.6;9.18;5.6;1.05;3274
+68083;43.07623;1.91978;317;20221130;7.4;3.8;5.6;2.1;7.83;.1;.66;3268
+68083;43.07623;1.91978;317;20221201;5.3;2.1;3.7;2.3;7.18;0;.52;2822
+68083;43.07623;1.91978;317;20221202;7.1;2.8;4.9;1.2;7.18;0;.47;3250
+68083;43.07623;1.91978;317;20221203;6.9;1.1;4;1.5;6.88;0;.49;4018
+68083;43.07623;1.91978;317;20221204;8.1;2.8;5.4;1.6;7;.1;.61;3449
+68083;43.07623;1.91978;317;20221205;10.5;-1.3;4.6;2.3;6.25;.1;.74;5900
+68083;43.07623;1.91978;317;20221206;12.1;2.4;7.3;1.5;7.93;.2;.63;5223
+68083;43.07623;1.91978;317;20221207;13.3;7.3;10.3;1.4;8.85;0;.77;4113
+68083;43.07623;1.91978;317;20221208;10;3.5;6.7;2.3;8.62;.6;.49;3770
+68083;43.07623;1.91978;317;20221209;13;4.1;8.6;1.7;9.6;4.1;.53;5003
+68083;43.07623;1.91978;317;20221210;3.6;4.4;4;4.4;6.98;.1;.64;0
+68083;43.07623;1.91978;317;20221211;6.3;-4.8;.8;1.3;4.38;.1;.48;5475
+68083;43.07623;1.91978;317;20221212;7.3;.7;4;2.9;6.5;5.2;.7;3909
+68083;43.07623;1.91978;317;20221213;11.4;2.4;6.9;3.2;8.88;4.4;.53;4233
+68083;43.07623;1.91978;317;20221214;15.2;7.1;11.1;2.4;11.05;.8;.67;4549
+68083;43.07623;1.91978;317;20221215;13;7.6;10.3;2.6;11.3;2.7;.62;4094
+68083;43.07623;1.91978;317;20221216;12;8.7;10.4;2.1;10.45;3.2;.73;2531
+68083;43.07623;1.91978;317;20221217;6.9;5.7;6.3;1.8;8.55;0;.48;1092
+68083;43.07623;1.91978;317;20221218;9;2.6;5.8;2.9;8.18;0;.56;5222
+68083;43.07623;1.91978;317;20221219;14.8;6.3;10.5;2.8;9.42;0;.98;4427
+68083;43.07623;1.91978;317;20221220;13.2;8.1;10.6;3.2;10.65;1.1;.79;3478
+68083;43.07623;1.91978;317;20221221;17.1;7.9;12.5;2.3;10.88;.2;.97;4848
+68083;43.07623;1.91978;317;20221222;18.4;8.9;13.6;2.2;10.75;.1;1.12;5545
+68083;43.07623;1.91978;317;20221223;19.4;10;14.7;2.1;11.38;.1;1.15;5315
+68083;43.07623;1.91978;317;20221224;18.1;7.4;12.7;1.9;10.13;.1;.96;5549
+68083;43.07623;1.91978;317;20221225;12.8;5.6;9.2;2.9;10.05;.1;.6;4263
+68083;43.07623;1.91978;317;20221226;16.4;6.4;11.4;2.3;10.38;0;.79;5480
+68083;43.07623;1.91978;317;20221227;14.6;6.7;10.6;1.7;10.28;.1;.66;4828
+68083;43.07623;1.91978;317;20221228;12.6;4.5;8.5;2.4;9.33;.1;.56;5241
+68083;43.07623;1.91978;317;20221229;13.3;4.8;9;2.4;9.85;0;.57;4646
+68083;43.07623;1.91978;317;20221230;15.9;6.9;11.4;2.3;10.48;.1;.77;5020
+68083;43.07623;1.91978;317;20221231;14.3;8.1;11.2;3.5;11.55;.2;.74;3723
+68084;43.1;2.22467;199;20220101;12.5;3;7.7;2.1;9.68;.1;.49;6700
+68084;43.1;2.22467;199;20220102;13.3;7.1;10.2;2.9;11.18;.1;.68;4200
+68084;43.1;2.22467;199;20220103;15.6;5.2;10.4;.9;10.48;0;.51;6000
+68084;43.1;2.22467;199;20220104;11.8;4;7.9;3.9;11.08;5.9;.32;2500
+68084;43.1;2.22467;199;20220105;7.2;6.3;6.7;7.8;7.58;.4;1.31;5100
+68084;43.1;2.22467;199;20220106;7;2.6;4.8;6.7;5.68;0;1.52;7000
+68084;43.1;2.22467;199;20220107;6.4;0;3.2;4.9;6.58;5.6;.72;5200
+68084;43.1;2.22467;199;20220108;10.6;5;7.8;6.4;9.48;5.8;.85;2800
+68084;43.1;2.22467;199;20220109;8.8;7.6;8.2;6.3;9.88;50.6;.77;800
+68084;43.1;2.22467;199;20220110;7.7;7.2;7.4;4.8;9.88;4.6;.53;400
+68084;43.1;2.22467;199;20220111;9.7;5;7.3;5.9;7.78;0;1.25;8000
+68084;43.1;2.22467;199;20220112;6.3;2;4.1;5;6.38;0;.92;8700
+68084;43.1;2.22467;199;20220113;3.1;-4;-.5;1.5;5.48;0;.29;8600
+68084;43.1;2.22467;199;20220114;11.4;-4.7;3.3;1.7;5.58;.1;.76;9400
+68084;43.1;2.22467;199;20220115;11.2;-4;3.6;2.4;5.08;0;1.07;8900
+68084;43.1;2.22467;199;20220116;9.5;-2.7;3.4;3.9;5.88;0;1.06;8900
+68084;43.1;2.22467;199;20220117;7.2;-1.9;2.6;5.8;6.08;0;.93;8700
+68084;43.1;2.22467;199;20220118;2.1;-.9;.6;4.8;6.38;0;.28;3500
+68084;43.1;2.22467;199;20220119;8.7;.7;4.7;4.2;7.48;.7;.77;5300
+68084;43.1;2.22467;199;20220120;9.4;4.1;6.7;5.9;7.68;.6;1.24;5500
+68084;43.1;2.22467;199;20220121;6.2;1.9;4;6;5.88;0;1.25;8600
+68084;43.1;2.22467;199;20220122;7.3;-.8;3.2;4.5;5.28;0;1.23;9400
+68084;43.1;2.22467;199;20220123;10.7;-5.3;2.7;2.8;5.58;0;1.05;9500
+68084;43.1;2.22467;199;20220124;11.2;2.1;6.6;3.7;6.78;0;1.34;8300
+68084;43.1;2.22467;199;20220125;13.5;-2.5;5.5;1.4;6.78;0;.85;9100
+68084;43.1;2.22467;199;20220126;12.3;-3.1;4.6;2.8;6.68;0;1.08;9900
+68084;43.1;2.22467;199;20220127;12;.5;6.2;4.8;6.98;0;1.48;10100
+68084;43.1;2.22467;199;20220128;8.8;3.3;6.1;3.9;5.52;0;1.75;4370
+68084;43.1;2.22467;199;20220129;5.8;.6;3.2;5.7;6.58;0;.84;7400
+68084;43.1;2.22467;199;20220130;3.5;-1;1.2;7.4;6.48;.1;.43;5100
+68084;43.1;2.22467;199;20220131;10;1.4;5.7;9.1;8.58;3.5;.83;4600
+68084;43.1;2.22467;199;20220201;9.3;3.9;6.6;9;7.58;.1;1.52;6700
+68084;43.1;2.22467;199;20220202;10.5;6.9;8.7;6.2;9.58;0;1.13;6000
+68084;43.1;2.22467;199;20220203;11.5;1.9;6.7;3.3;8.68;.1;.92;8400
+68084;43.1;2.22467;199;20220204;14.7;8;11.3;4.6;10.28;1;1.59;7300
+68084;43.1;2.22467;199;20220205;11.8;8.2;10;5.4;9.38;.4;1.54;6000
+68084;43.1;2.22467;199;20220206;10.4;2.2;6.3;5.9;7.18;.3;1.52;8800
+68084;43.1;2.22467;199;20220207;12.3;6.6;9.4;7.1;9.58;1.7;1.48;4800
+68084;43.1;2.22467;199;20220208;16;5.5;10.7;3.5;7.58;0;2.12;12000
+68084;43.1;2.22467;199;20220209;12.6;1.4;7;2.8;7.78;.1;1.27;10600
+68084;43.1;2.22467;199;20220210;16.5;4.5;10.5;1.6;9.08;0;1.34;11600
+68084;43.1;2.22467;199;20220211;14.1;2.8;8.4;3.7;9.28;.2;1.28;7600
+68084;43.1;2.22467;199;20220212;12;1;6.5;3.2;8.08;0;1.21;11400
+68084;43.1;2.22467;199;20220213;14.6;6.7;10.6;5.8;10.98;2.6;1.41;7500
+68084;43.1;2.22467;199;20220214;12.6;8.3;10.4;6.1;9.28;2.3;1.88;7400
+68084;43.1;2.22467;199;20220215;12.8;5.9;9.3;6.4;8.68;1.5;1.9;8800
+68084;43.1;2.22467;199;20220216;14.7;6.4;10.5;5.5;10.88;4.9;1.29;2200
+68084;43.1;2.22467;199;20220217;17;12.6;14.8;5.3;11.52;.3;2.12;5200
+68084;43.1;2.22467;199;20220218;19.4;4.7;12;4.1;11.18;2.4;2.08;12600
+68084;43.1;2.22467;199;20220219;11.4;7.9;9.6;4.9;9.38;1.2;1.48;5700
+68084;43.1;2.22467;199;20220220;14.5;2.8;8.6;4.9;8.88;.2;1.79;12000
+68084;43.1;2.22467;199;20220221;13.8;8.2;11;9.8;9.38;3;2.51;9700
+68084;43.1;2.22467;199;20220222;14.6;7.2;10.9;6.7;8.78;0;2.59;13800
+68084;43.1;2.22467;199;20220223;18.8;5.1;11.9;3.6;8.78;0;2.58;14200
+68084;43.1;2.22467;199;20220224;16.5;8.4;12.4;4.6;10.38;.7;2.2;10800
+68084;43.1;2.22467;199;20220225;12;7.6;9.8;6.2;7.28;0;2.63;11900
+68084;43.1;2.22467;199;20220226;13.3;-.8;6.2;3.9;5.48;0;2.37;15700
+68084;43.1;2.22467;199;20220227;15.2;-.8;7.2;2.6;7.48;0;1.75;11500
+68084;43.1;2.22467;199;20220228;17.7;1.9;9.8;2.4;7.98;0;2.19;15300
+68084;43.1;2.22467;199;20220301;14.5;5.3;9.9;5.4;8.58;0;2.37;14500
+68084;43.1;2.22467;199;20220302;11.3;7.5;9.4;4.9;10.48;1.9;1.08;5100
+68084;43.1;2.22467;199;20220303;17.6;8.1;12.8;2.9;10.38;0;2.32;15600
+68084;43.1;2.22467;199;20220304;9.9;8.7;9.3;6.1;10.18;4.8;1.07;2000
+68084;43.1;2.22467;199;20220305;10.5;6.3;8.4;5.3;8.78;.3;1.48;6200
+68084;43.1;2.22467;199;20220306;12.2;3.7;7.9;3.4;7.78;0;1.71;9600
+68084;43.1;2.22467;199;20220307;13;-1.6;5.7;3.2;7.18;0;1.81;15100
+68084;43.1;2.22467;199;20220308;13.4;6;9.7;5.2;8.88;1.9;2.22;14600
+68084;43.1;2.22467;199;20220309;14.6;7.5;11;5.5;10.58;0;1.96;11400
+68084;43.1;2.22467;199;20220310;14.8;9.7;12.2;6.3;11.18;0;2.11;10300
+68084;43.1;2.22467;199;20220311;13.7;9.5;11.6;8.1;11.28;5;1.81;7700
+68084;43.1;2.22467;199;20220312;10.2;10;10.1;4.4;11.18;12.6;.94;3000
+68084;43.1;2.22467;199;20220313;11.6;8.2;9.9;5.2;10.28;3.9;1.28;3600
+68084;43.1;2.22467;199;20220314;12;3;7.5;7.4;11.38;1.8;.18;2200
+68084;43.1;2.22467;199;20220315;12.7;11.2;11.9;9.1;13.08;0;.87;1000
+68084;43.1;2.22467;199;20220316;12.8;11.5;12.1;6.3;12.88;0;1.06;2900
+68084;43.1;2.22467;199;20220317;15;10.8;12.9;3.4;13.08;10.9;1.2;4200
+68084;43.1;2.22467;199;20220318;13.5;9;11.2;2.6;11.38;1;1.41;8000
+68084;43.1;2.22467;199;20220319;13.9;7.8;10.8;4.3;9.95;.1;1.94;8804
+68084;43.1;2.22467;199;20220320;12.7;7.8;10.2;7.1;11.38;.5;1.16;5000
+68084;43.1;2.22467;199;20220321;14.5;10.4;12.4;7;10.18;.1;2.6;9000
+68084;43.1;2.22467;199;20220322;14.7;6.9;10.8;7.6;8.08;0;3.3;15300
+68084;43.1;2.22467;199;20220323;15.1;5.2;10.1;7.9;8.58;0;3.03;16200
+68084;43.1;2.22467;199;20220324;16.3;5.5;10.9;6.8;8.28;0;3.33;15500
+68084;43.1;2.22467;199;20220325;17.2;7.7;12.4;5.8;8.48;0;3.68;17800
+68084;43.1;2.22467;199;20220326;17;7.4;12.2;5.2;9.18;0;3.29;17600
+68084;43.1;2.22467;199;20220327;20.4;5;12.7;4.6;7.98;0;3.98;17900
+68084;43.1;2.22467;199;20220328;20.2;7.6;13.9;6.5;8.08;0;4.55;15900
+68084;43.1;2.22467;199;20220329;16.5;10.2;13.3;5;10.98;5.1;2.54;10000
+68084;43.1;2.22467;199;20220330;14.9;8.5;11.7;3.6;11.38;4.2;1.71;8400
+68084;43.1;2.22467;199;20220331;12.9;9;10.9;7.1;9.88;8.1;2.19;8200
+68084;43.1;2.22467;199;20220401;8.1;2;5;9.7;5.55;4.3;2.66;15716
+68084;43.1;2.22467;199;20220402;8.6;1.2;4.9;6.8;5.24;.6;2.39;11735
+68084;43.1;2.22467;199;20220403;8.5;-.1;4.2;4.7;4.83;0;2.71;18201
+68084;43.1;2.22467;199;20220404;11.8;-1.2;5.3;3.2;5.03;0;2.99;21438
+68084;43.1;2.22467;199;20220405;15.6;.4;8;4.5;6.08;0;3.52;22100
+68084;43.1;2.22467;199;20220406;13.5;6.7;10.1;4.8;9.68;.4;1.89;8100
+68084;43.1;2.22467;199;20220407;21.7;6.8;14.2;5.1;11.18;.1;3.92;19900
+68084;43.1;2.22467;199;20220408;22.5;11.1;16.8;4.5;11.98;.9;4.13;18500
+68084;43.1;2.22467;199;20220409;14.8;7.6;11.2;5.8;8.48;1.4;3.09;13700
+68084;43.1;2.22467;199;20220410;16.5;-.3;8.1;5.3;7.98;0;3.25;23000
+68084;43.1;2.22467;199;20220411;15.8;10;12.9;10.9;11.78;0;2.5;8900
+68084;43.1;2.22467;199;20220412;15.8;11.3;13.5;9.5;12.18;0;2.39;6800
+68084;43.1;2.22467;199;20220413;16.2;11.1;13.6;3.7;12.38;.1;1.79;5600
+68084;43.1;2.22467;199;20220414;22.4;6.5;14.4;2.6;11.58;0;3.43;19000
+68084;43.1;2.22467;199;20220415;22.8;9.1;15.9;3.9;13.08;0;3.63;18000
+68084;43.1;2.22467;199;20220416;22.2;11.6;16.9;5.9;13.08;0;4.57;23600
+68084;43.1;2.22467;199;20220417;23.8;10.6;17.2;5;11.78;0;5.07;24200
+68084;43.1;2.22467;199;20220418;19.2;10.3;14.7;5.3;11.38;0;3.98;22000
+68084;43.1;2.22467;199;20220419;17.2;10.3;13.7;5.3;11.88;8;2.99;16100
+68084;43.1;2.22467;199;20220420;10.1;8.3;9.2;2.6;11.08;18.7;.76;2600
+68084;43.1;2.22467;199;20220421;11.5;8.8;10.1;3.8;11.88;1.1;.82;3200
+68084;43.1;2.22467;199;20220422;17.7;9.7;13.7;3.7;11.85;0;3.13;17961
+68084;43.1;2.22467;199;20220423;17.2;11.7;14.4;5.1;11.68;16.9;2.73;9300
+68084;43.1;2.22467;199;20220424;17.8;8.3;13;5.3;11.68;.2;2.63;12000
+68084;43.1;2.22467;199;20220425;19.1;8.5;13.8;3.4;11.38;0;3.69;23400
+68084;43.1;2.22467;199;20220426;24;4.6;14.3;2.6;11.18;0;4.31;25400
+68084;43.1;2.22467;199;20220427;20.9;7.9;14.4;4.3;11.78;0;3.61;18400
+68084;43.1;2.22467;199;20220428;20.4;9.9;15.1;2.5;14.28;1;2.74;15700
+68084;43.1;2.22467;199;20220429;23.5;14.3;18.9;4.3;14.88;0;4.77;24600
+68084;43.1;2.22467;199;20220430;22;14.3;18.1;5.5;13.48;0;4.65;21100
+68084;43.1;2.22467;199;20220501;21.5;11.5;16.5;4.6;11.98;.8;4.65;24200
+68084;43.1;2.22467;199;20220502;20.1;11.6;15.8;3.2;12.98;.6;3.47;18700
+68084;43.1;2.22467;199;20220503;20.1;12.1;16.1;3.3;13.58;1.5;3.1;15200
+68084;43.1;2.22467;199;20220504;19.7;11.3;15.5;3.9;13.78;2.3;3.15;17100
+68084;43.1;2.22467;199;20220505;20;11.2;15.6;4.4;12.78;1.7;3.61;18500
+68084;43.1;2.22467;199;20220506;20.5;10.5;15.5;5.7;11.78;.2;3.82;15200
+68084;43.1;2.22467;199;20220507;22.6;10.7;16.6;6.4;12.68;.3;4.65;20600
+68084;43.1;2.22467;199;20220508;24.1;12.6;18.3;3.4;13.58;.3;4.85;24900
+68084;43.1;2.22467;199;20220509;27.7;9;18.3;1.4;13.18;0;4.76;26900
+68084;43.1;2.22467;199;20220510;27.5;9.4;18.4;2.7;13.68;0;5.08;25600
+68084;43.1;2.22467;199;20220511;25.9;9.1;17.5;4.2;14.48;0;5.12;27200
+68084;43.1;2.22467;199;20220512;23;11.9;17.4;3.4;14.68;0;3.77;18700
+68084;43.1;2.22467;199;20220513;26.2;10.2;18.2;1.8;15.18;0;4.51;25400
+68084;43.1;2.22467;199;20220514;29.4;12.2;20.8;3;16.28;0;5.39;25100
+68084;43.1;2.22467;199;20220515;24.3;16.5;20.4;6.4;15.88;.4;5.35;23100
+68084;43.1;2.22467;199;20220516;28.1;12.5;20.3;2.3;16.38;.1;4.99;25400
+68084;43.1;2.22467;199;20220517;29;14.3;21.6;3.1;16.68;0;5.67;26700
+68084;43.1;2.22467;199;20220518;32.3;16.3;24.3;4.2;16.68;0;6.82;25100
+68084;43.1;2.22467;199;20220519;24.3;19;21.6;7.8;18.58;0;4.7;17200
+68084;43.1;2.22467;199;20220520;27.3;18.3;22.8;6.6;17.58;.1;6.22;24200
+68084;43.1;2.22467;199;20220521;29.2;14.7;21.9;3.4;17.78;.1;5.52;25100
+68084;43.1;2.22467;199;20220522;30.8;16.7;23.7;4.1;18.98;0;5.96;23800
+68084;43.1;2.22467;199;20220523;21.7;17.8;19.7;5.1;16.78;.1;3.33;10900
+68084;43.1;2.22467;199;20220524;18;13.5;15.7;5;13.28;6.5;2.77;9900
+68084;43.1;2.22467;199;20220525;21.2;11.7;16.4;6.7;12.28;0;4.84;23000
+68084;43.1;2.22467;199;20220526;20.6;11.8;16.2;5.9;12.88;0;4.18;20000
+68084;43.1;2.22467;199;20220527;25.4;12.9;19.1;5.3;14.28;0;5.7;26700
+68084;43.1;2.22467;199;20220528;27;15.6;21.3;5.3;13.68;0;6.72;27800
+68084;43.1;2.22467;199;20220529;26.9;14.7;20.8;4.4;9.88;0;7.24;30200
+68084;43.1;2.22467;199;20220530;27.3;8.8;18;1.5;11.48;.5;4.45;22300
+68084;43.1;2.22467;199;20220531;28.3;14.3;21.3;2.2;14.98;0;5.64;28000
+68084;43.1;2.22467;199;20220601;26.8;14.9;20.8;5.4;17.38;0;5.72;27200
+68084;43.1;2.22467;199;20220602;24.8;18.2;21.5;4.5;18.58;0;3.55;11300
+68084;43.1;2.22467;199;20220603;28.1;18.3;23.2;5.3;19.88;.1;5.85;25500
+68084;43.1;2.22467;199;20220604;29;18.8;23.9;4.3;19.98;0;5.42;21400
+68084;43.1;2.22467;199;20220605;24.9;18;21.4;5.2;18.18;0;4.49;17800
+68084;43.1;2.22467;199;20220606;32.6;12.9;22.7;1.8;17.08;3.5;5.45;24800
+68084;43.1;2.22467;199;20220607;24.8;16.2;20.5;3.8;17.38;0;4.46;20600
+68084;43.1;2.22467;199;20220608;24.3;13.4;18.8;4.5;16.18;1.8;3.79;15300
+68084;43.1;2.22467;199;20220609;24.4;14.3;19.3;7.3;13.58;0;6.11;25700
+68084;43.1;2.22467;199;20220610;30.4;15;22.7;3.8;13.78;0;7.16;30000
+68084;43.1;2.22467;199;20220611;35.6;12.9;24.2;1.3;13.38;0;6.21;29300
+68084;43.1;2.22467;199;20220612;32.5;17.8;25.2;2;16.82;2.3;5.69;24613
+68084;43.1;2.22467;199;20220613;31.6;19.1;25.4;2.6;19.52;.1;5.74;24899
+68084;43.1;2.22467;199;20220614;34.3;18.7;26.5;1.9;17.55;1.1;6;25532
+68084;43.1;2.22467;199;20220615;21.4;19.1;20.2;3.3;15.48;0;5.36;28200
+68084;43.1;2.22467;199;20220616;37.7;16.2;26.9;1.4;17.38;0;6.25;26900
+68084;43.1;2.22467;199;20220617;40.3;17.8;29;1.9;18.28;0;7.25;28100
+68084;43.1;2.22467;199;20220618;32.3;19.4;25.8;6.3;18.08;0;8.18;27900
+68084;43.1;2.22467;199;20220619;30.8;21.7;26.2;9.9;22.08;0;7.91;27600
+68084;43.1;2.22467;199;20220620;27.6;20.6;24.1;6;22.28;0;4.44;14800
+68084;43.1;2.22467;199;20220621;28.2;21.7;24.9;3.7;23.28;1;3.45;10100
+68084;43.1;2.22467;199;20220622;30.6;19;24.8;3.7;21.78;1.5;5.26;20600
+68084;43.1;2.22467;199;20220623;29.6;16.5;23;2.9;19.58;4.6;5.27;23600
+68084;43.1;2.22467;199;20220624;26.1;17.1;21.6;3.1;17.68;.6;4.53;19800
+68084;43.1;2.22467;199;20220625;28;14;21;3.9;17.68;6.1;4.73;19500
+68084;43.1;2.22467;199;20220626;20.5;16;18.2;4.3;16.98;0;2.47;8900
+68084;43.1;2.22467;199;20220627;20.2;15;17.6;5.4;15.88;.2;3.1;13400
+68084;43.1;2.22467;199;20220628;27.1;14.9;21;4.8;14.68;0;6.55;29700
+68084;43.1;2.22467;199;20220629;32.4;11.9;22.1;2;14.28;1;6.28;29500
+68084;43.1;2.22467;199;20220630;21.1;16.8;18.9;5.2;16.58;.1;3.5;14500
+68084;43.1;2.22467;199;20220701;25.2;13.2;19.2;4.4;13.08;0;6.02;28900
+68084;43.1;2.22467;199;20220702;31.5;10.1;20.8;2.3;13.18;0;6.26;29200
+68084;43.1;2.22467;199;20220703;32.2;13.7;22.9;2.8;17.38;.5;5.95;25200
+68084;43.1;2.22467;199;20220704;28.9;17.1;23;5.6;18.18;0;6.59;27900
+68084;43.1;2.22467;199;20220705;31;19.6;25.3;5.1;17.78;.1;7.47;28100
+68084;43.1;2.22467;199;20220706;27.6;19;23.3;4.8;14.78;0;6.11;20000
+68084;43.1;2.22467;199;20220707;28.8;19.2;24;5.9;14.45;0;6.82;22446
+68084;43.1;2.22467;199;20220708;30.6;17.3;23.9;6.1;15.48;0;8.01;29500
+68084;43.1;2.22467;199;20220709;33.3;15.8;24.5;4.3;13.78;0;8.12;29800
+68084;43.1;2.22467;199;20220710;35.4;17.5;26.4;3.3;13.48;0;8.07;29800
+68084;43.1;2.22467;199;20220711;35.6;15.3;25.4;2.9;14.28;0;7.52;29000
+68084;43.1;2.22467;199;20220712;37.9;18.3;28.1;2.8;18.18;0;7.71;28800
+68084;43.1;2.22467;199;20220713;35.1;16.6;25.8;3;17.48;0;7.22;28600
+68084;43.1;2.22467;199;20220714;38.2;20.3;29.2;2.5;19.68;0;7.46;28300
+68084;43.1;2.22467;199;20220715;37.3;20;28.6;3.7;15.38;0;8.36;26900
+68084;43.1;2.22467;199;20220716;38.8;17.1;27.9;2.1;14.08;0;7.28;28100
+68084;43.1;2.22467;199;20220717;37.3;16.9;27.1;3.2;15.18;0;7.94;28000
+68084;43.1;2.22467;199;20220718;35.2;19.6;27.4;6;19.88;0;8.56;27600
+68084;43.1;2.22467;199;20220719;30.9;22.7;26.8;7;23.78;0;6.82;24800
+68084;43.1;2.22467;199;20220720;30.8;22.2;26.5;4.3;18.88;0;6.69;23700
+68084;43.1;2.22467;199;20220721;34.7;20.5;27.6;3.5;16.58;0;7.6;27200
+68084;43.1;2.22467;199;20220722;34;17.8;25.9;3.2;17.98;.9;6.41;23200
+68084;43.1;2.22467;199;20220723;28.8;19.1;23.9;5.4;16.98;0;6.69;25200
+68084;43.1;2.22467;199;20220724;35.5;16.6;26;2.9;17.48;0;7.01;27300
+68084;43.1;2.22467;199;20220725;27.3;20.2;23.7;4.6;20.08;1.7;4.17;12400
+68084;43.1;2.22467;199;20220726;28.3;18.9;23.6;6.6;15.98;.1;7.33;27500
+68084;43.1;2.22467;199;20220727;29.7;14.9;22.3;4.2;13.58;0;6.9;28300
+68084;43.1;2.22467;199;20220728;30.8;16.8;23.8;3.9;14.88;.1;6.65;25300
+68084;43.1;2.22467;199;20220729;26.7;18.9;22.8;4.4;18.98;3.9;4.24;14300
+68084;43.1;2.22467;199;20220730;31.3;18.2;24.7;3.9;17.98;0;6.62;26800
+68084;43.1;2.22467;199;20220731;34.3;17.7;26;3.4;16.88;0;7.18;27500
+68084;43.1;2.22467;199;20220801;35.7;19.9;27.8;4.3;16.78;0;8.21;27400
+68084;43.1;2.22467;199;20220802;37.4;20;28.7;3.4;14.28;0;8.19;27700
+68084;43.1;2.22467;199;20220803;35.3;16.9;26.1;3.4;17.08;0;7.09;25800
+68084;43.1;2.22467;199;20220804;33.6;21.1;27.3;4.3;24.18;1;5.85;20100
+68084;43.1;2.22467;199;20220805;32.9;20.8;26.8;4.2;21.58;0;6.1;20900
+68084;43.1;2.22467;199;20220806;34.7;20.1;27.4;4.2;18.38;0;7.12;22700
+68084;43.1;2.22467;199;20220807;35.6;19.7;27.6;3.1;14.78;0;7.26;25700
+68084;43.1;2.22467;199;20220808;36.6;16.4;26.5;1.8;11.48;0;6.37;26900
+68084;43.1;2.22467;199;20220809;36.9;13.3;25.1;1.5;11.88;0;5.69;24300
+68084;43.1;2.22467;199;20220810;35.4;15.4;25.4;3.1;17.18;0;6.58;24400
+68084;43.1;2.22467;199;20220811;32.7;23.4;28;5.3;25.68;0;6.3;22600
+68084;43.1;2.22467;199;20220812;40.2;23;31.6;2.7;22.78;0;7.13;24200
+68084;43.1;2.22467;199;20220813;35.8;21.9;28.8;4.4;22.38;4.4;6.52;18500
+68084;43.1;2.22467;199;20220814;31.8;21.6;26.7;4.4;21.98;0;5.53;17900
+68084;43.1;2.22467;199;20220815;29.9;20;24.9;3.4;16.48;0;6.07;24400
+68084;43.1;2.22467;199;20220816;32.3;14.5;23.4;2.9;17.58;2.9;4.83;17000
+68084;43.1;2.22467;199;20220817;23.5;17.1;20.3;3.4;18.08;.9;2.58;8000
+68084;43.1;2.22467;199;20220818;24.9;17.2;21;6.5;16.98;1.5;4.46;14700
+68084;43.1;2.22467;199;20220819;27.7;17.5;22.6;6.3;16.18;.2;5.62;16800
+68084;43.1;2.22467;199;20220820;32.4;16.2;24.3;3.7;15.88;0;6.42;24600
+68084;43.1;2.22467;199;20220821;31.1;20.3;25.7;4.9;16.48;0;6.49;19500
+68084;43.1;2.22467;199;20220822;28;19.8;23.9;6.3;18.18;1;5.36;15000
+68084;43.1;2.22467;199;20220823;33.1;20.8;26.9;4.4;18.68;0;6.68;22300
+68084;43.1;2.22467;199;20220824;34.7;15.4;25;3.1;16.18;1.2;6.26;23300
+68084;43.1;2.22467;199;20220825;31.9;21;26.4;3.6;19.88;1.7;5.17;16300
+68084;43.1;2.22467;199;20220826;31.7;20.7;26.2;5.7;18.98;0;6.93;23300
+68084;43.1;2.22467;199;20220827;33;18.2;25.6;2.7;16.98;0;5.76;23400
+68084;43.1;2.22467;199;20220828;35.6;15.6;25.6;1.9;14.88;0;5.5;23100
+68084;43.1;2.22467;199;20220829;31.3;18.2;24.7;3.5;19.38;4.1;4.98;18000
+68084;43.1;2.22467;199;20220830;33.6;18.6;26.1;2.1;19.98;0;4.67;18600
+68084;43.1;2.22467;199;20220831;28.9;17.7;23.3;2.4;19.98;1.3;3.27;11800
+68084;43.1;2.22467;199;20220901;31;18.4;24.7;3.2;19.08;.1;5.04;20000
+68084;43.1;2.22467;199;20220902;29.2;17.9;23.5;2.6;19.08;6.2;4.04;16500
+68084;43.1;2.22467;199;20220903;27.8;17.6;22.7;2.7;19.68;.4;3.62;15300
+68084;43.1;2.22467;199;20220904;29.6;19.2;24.4;5.3;22.88;0;4.69;18900
+68084;43.1;2.22467;199;20220905;30.5;23;26.7;7;25.38;0;5.4;18800
+68084;43.1;2.22467;199;20220906;32.4;23.4;27.9;4.8;24.58;1.8;5.66;19700
+68084;43.1;2.22467;199;20220907;28.4;16.6;22.5;2.5;18.18;0;3.36;12200
+68084;43.1;2.22467;199;20220908;29;16.1;22.5;2.6;13.88;0;4.53;18200
+68084;43.1;2.22467;199;20220909;25.1;14.6;19.8;3.3;14.78;.1;3.69;14800
+68084;43.1;2.22467;199;20220910;28.7;14.5;21.6;3;13.48;0;4.81;20200
+68084;43.1;2.22467;199;20220911;31.6;11.4;21.5;3;14.38;0;5.07;20700
+68084;43.1;2.22467;199;20220912;27.1;18.7;22.9;5.9;19.98;0;3.95;11800
+68084;43.1;2.22467;199;20220913;27.6;23.3;25.4;6.4;26.38;2.7;2.7;4800
+68084;43.1;2.22467;199;20220914;27.2;18.9;23;3.5;22.68;3.4;3.12;13400
+68084;43.1;2.22467;199;20220915;30.3;15.2;22.7;2.4;18.08;3.5;4.14;19000
+68084;43.1;2.22467;199;20220916;25.4;18.6;22;5.2;17.48;.5;4.27;15800
+68084;43.1;2.22467;199;20220917;23.8;14.3;19;5;9.98;0;5.29;20500
+68084;43.1;2.22467;199;20220918;26.4;7.4;16.9;2.5;7.88;0;4.29;19800
+68084;43.1;2.22467;199;20220919;28.1;6;17;2.5;7.88;0;4.49;20000
+68084;43.1;2.22467;199;20220920;27;10.3;18.6;3.4;8.28;0;4.99;19800
+68084;43.1;2.22467;199;20220921;25.8;11.6;18.7;3.1;9.18;0;4.51;19400
+68084;43.1;2.22467;199;20220922;26.2;9.2;17.7;1.9;11.98;0;3.32;17400
+68084;43.1;2.22467;199;20220923;23.8;11.2;17.5;3.8;15.88;12.8;2.77;13000
+68084;43.1;2.22467;199;20220924;23;15.2;19.1;3.8;15.58;3.9;2.9;10600
+68084;43.1;2.22467;199;20220925;21.2;12;16.6;3.7;12.58;0;3.25;16700
+68084;43.1;2.22467;199;20220926;21.3;9.9;15.6;5;11.58;1.7;3.55;16400
+68084;43.1;2.22467;199;20220927;18.8;12.6;15.7;6.5;13.58;3.4;2.56;8800
+68084;43.1;2.22467;199;20220928;20.3;13.7;17;6.1;15.38;6;2.5;9700
+68084;43.1;2.22467;199;20220929;19.4;12.7;16;4.4;13.38;10.8;2.52;10100
+68084;43.1;2.22467;199;20220930;18.6;10.8;14.7;5.2;12.08;3;2.69;11700
+68084;43.1;2.22467;199;20221001;24.8;8.3;16.5;3.1;12.48;.1;3.26;15700
+68084;43.1;2.22467;199;20221002;25.9;11;18.4;2.6;14.68;.1;3.18;16800
+68084;43.1;2.22467;199;20221003;25.2;13.9;19.5;2.7;14.48;0;3.2;15300
+68084;43.1;2.22467;199;20221004;26.6;8.8;17.7;1.3;12.68;.1;2.73;17100
+68084;43.1;2.22467;199;20221005;22.9;10.1;16.5;4.6;16.38;0;2.26;11800
+68084;43.1;2.22467;199;20221006;22.8;16.1;19.4;2.6;16.48;0;2.55;13000
+68084;43.1;2.22467;199;20221007;21.8;10.5;16.1;3.2;15.98;.5;1.76;8300
+68084;43.1;2.22467;199;20221008;22.8;16;19.4;2.2;17.08;.7;1.94;7700
+68084;43.1;2.22467;199;20221009;23.2;11;17.1;3.2;15.18;.2;2.6;15100
+68084;43.1;2.22467;199;20221010;23.7;15.5;19.6;4.5;17.88;.1;2.76;13300
+68084;43.1;2.22467;199;20221011;23.7;13.1;18.4;1.9;15.98;.1;2.11;11200
+68084;43.1;2.22467;199;20221012;25.8;11.4;18.6;1.9;14.78;.7;2.59;15000
+68084;43.1;2.22467;199;20221013;23.9;11.1;17.5;2.2;13.98;1.2;2.28;10900
+68084;43.1;2.22467;199;20221014;24;16.7;20.3;4.6;16.28;.3;2.97;8200
+68084;43.1;2.22467;199;20221015;24.3;9;16.6;3.2;15.08;.1;2.51;14300
+68084;43.1;2.22467;199;20221016;24.2;18;21.1;6.2;19.78;.1;2.74;9600
+68084;43.1;2.22467;199;20221017;22.1;19.6;20.8;8.6;21.28;0;2.02;5000
+68084;43.1;2.22467;199;20221018;23.4;19.3;21.3;6.2;21.28;0;2.35;9400
+68084;43.1;2.22467;199;20221019;23;18.9;20.9;6.9;20.98;.9;2.1;5800
+68084;43.1;2.22467;199;20221020;21.7;19.3;20.5;5.7;20.88;0;1.66;3900
+68084;43.1;2.22467;199;20221021;24.2;18.6;21.4;3.1;18.18;.2;2.24;6500
+68084;43.1;2.22467;199;20221022;25;13.5;19.2;3.2;16.68;0;2.47;12200
+68084;43.1;2.22467;199;20221023;21.8;17.6;19.7;5.8;19.58;.3;1.72;3800
+68084;43.1;2.22467;199;20221024;27.1;17.7;22.4;1.5;17.68;0;2.03;9200
+68084;43.1;2.22467;199;20221025;21.9;11.9;16.9;3.7;15.38;.1;1.87;6800
+68084;43.1;2.22467;199;20221026;22.7;12;17.3;3.1;17.88;.1;1.33;5100
+68084;43.1;2.22467;199;20221027;24.4;17.3;20.8;5.3;19.38;0;2.48;9100
+68084;43.1;2.22467;199;20221028;23.1;18.3;20.7;7.2;19.18;0;2.67;8800
+68084;43.1;2.22467;199;20221029;21.3;17;19.1;7.5;17.78;.1;2.34;6900
+68084;43.1;2.22467;199;20221030;22.8;17.8;20.3;6;18.18;0;2.58;8900
+68084;43.1;2.22467;199;20221031;24.1;18;21;6.5;18.58;1.9;2.91;9400
+68084;43.1;2.22467;199;20221101;21.2;14.2;17.7;3.4;15.08;0;2.01;10200
+68084;43.1;2.22467;199;20221102;22.6;13.2;17.9;2.3;12.28;.1;2.13;10800
+68084;43.1;2.22467;199;20221103;18.5;12.1;15.3;3.7;12.68;4;1.78;3800
+68084;43.1;2.22467;199;20221104;13.1;7.9;10.5;5.4;10.78;9.5;1.21;4300
+68084;43.1;2.22467;199;20221105;16.2;7.6;11.9;5.6;9.58;.1;2.21;11000
+68084;43.1;2.22467;199;20221106;19.8;1.2;10.5;1.8;8.18;.1;1.57;10900
+68084;43.1;2.22467;199;20221107;19.6;2.9;11.2;3.2;10.78;.1;1.63;10500
+68084;43.1;2.22467;199;20221108;20.3;15;17.6;4.4;15.88;0;1.79;6100
+68084;43.1;2.22467;199;20221109;20.2;10.9;15.5;2.3;13.48;3.1;1.4;5700
+68084;43.1;2.22467;199;20221110;17;10.8;13.9;3.6;11.78;0;1.63;10400
+68084;43.1;2.22467;199;20221111;19.7;6.3;13;5.9;13.78;0;1.42;8600
+68084;43.1;2.22467;199;20221112;19.6;15.7;17.6;6.1;15.58;.2;2.1;7200
+68084;43.1;2.22467;199;20221113;19.2;9.7;14.4;3.6;13.48;0;1.42;6900
+68084;43.1;2.22467;199;20221114;18.7;14.2;16.4;3.6;14.88;.1;1.46;4700
+68084;43.1;2.22467;199;20221115;18.6;13.2;15.9;2.7;14.58;2.2;1.23;4500
+68084;43.1;2.22467;199;20221116;20.1;10;15;1.5;12.08;0;1.17;9200
+68084;43.1;2.22467;199;20221117;19;8;13.5;2.2;11.98;8.1;1.22;6500
+68084;43.1;2.22467;199;20221118;14.6;9.4;12;5.2;11.18;1.9;1.42;6300
+68084;43.1;2.22467;199;20221119;9.8;7.4;8.6;5.7;9.78;4.2;.91;3800
+68084;43.1;2.22467;199;20221120;13;5.1;9;5.1;9.58;2.4;1.15;7800
+68084;43.1;2.22467;199;20221121;10.6;8;9.3;3.5;10.48;16.7;.76;1400
+68084;43.1;2.22467;199;20221122;10.9;5.9;8.4;5.1;9.18;12;1.06;4600
+68084;43.1;2.22467;199;20221123;16.3;7.4;11.8;2.8;11.08;11;1.14;3800
+68084;43.1;2.22467;199;20221124;14.3;4.1;9.2;1.8;9.88;0;.75;5500
+68084;43.1;2.22467;199;20221125;10.8;5.4;8.1;3.6;10.38;5.9;.53;3400
+68084;43.1;2.22467;199;20221126;13.6;6.2;9.9;3.7;9.28;0;1.22;6300
+68084;43.1;2.22467;199;20221127;11.9;2.3;7.1;3.8;8.98;1.4;.81;4000
+68084;43.1;2.22467;199;20221128;11.8;8.8;10.3;4;10.78;7;.9;3200
+68084;43.1;2.22467;199;20221129;12.6;6.9;9.7;4.7;9.68;5.7;1.16;5700
+68084;43.1;2.22467;199;20221130;8.6;3.9;6.2;3.8;8.28;0;.65;7500
+68084;43.1;2.22467;199;20221201;5.5;3.5;4.5;3.3;7.98;0;.46;2000
+68084;43.1;2.22467;199;20221202;9.1;4.9;7;1.8;7.68;0;.65;6600
+68084;43.1;2.22467;199;20221203;6.6;.4;3.5;.6;7.58;0;.37;2400
+68084;43.1;2.22467;199;20221204;9.2;5.1;7.1;2;7.48;0;.68;7600
+68084;43.1;2.22467;199;20221205;11.2;-3.6;3.8;2.1;5.98;.1;.77;7900
+68084;43.1;2.22467;199;20221206;12.6;1.9;7.2;1.9;7.38;.1;.83;5800
+68084;43.1;2.22467;199;20221207;14.1;6;10;2.3;7.78;0;1.08;7700
+68084;43.1;2.22467;199;20221208;5.8;1;3.4;3.2;7.58;1.1;.41;1100
+68084;43.1;2.22467;199;20221209;14.1;5.3;9.7;2.2;10.28;1.7;.69;5800
+68084;43.1;2.22467;199;20221210;5.8;4.6;5.2;6.5;7.38;0;.88;4500
+68084;43.1;2.22467;199;20221211;5.4;-4.2;.6;1.9;4.58;.1;.62;5400
+68084;43.1;2.22467;199;20221212;6.5;-1;2.7;3;5.98;5.3;.75;2800
+68084;43.1;2.22467;199;20221213;6.4;2.6;4.5;3.1;8.58;3.4;.29;1800
+68084;43.1;2.22467;199;20221214;13.3;6.2;9.7;2.5;11.78;.3;.42;5400
+68084;43.1;2.22467;199;20221215;13.2;10;11.6;4.7;12.48;3.6;.76;2700
+68084;43.1;2.22467;199;20221216;12.9;9.2;11;2.9;11.48;2.1;.75;3400
+68084;43.1;2.22467;199;20221217;7.7;6.4;7;3;8.68;0;.66;2900
+68084;43.1;2.22467;199;20221218;10.4;1.4;5.9;5;8.68;0;.69;2000
+68084;43.1;2.22467;199;20221219;15.5;10.1;12.8;7.7;13.08;0;1.1;5400
+68084;43.1;2.22467;199;20221220;13.8;12;12.9;5.8;13.48;.4;.91;1100
+68084;43.1;2.22467;199;20221221;16.9;9.4;13.1;2.2;12.18;.2;.84;6000
+68084;43.1;2.22467;199;20221222;18.1;7.3;12.7;2.8;12.08;.1;.97;6400
+68084;43.1;2.22467;199;20221223;20.6;9.8;15.2;1.4;12.38;0;.84;6900
+68084;43.1;2.22467;199;20221224;18.3;5.9;12.1;1.8;10.88;.1;.85;6600
+68084;43.1;2.22467;199;20221225;13.5;7.5;10.5;3.5;12.18;.1;.56;2700
+68084;43.1;2.22467;199;20221226;17.4;11.8;14.6;1.8;12.98;0;.92;3400
+68084;43.1;2.22467;199;20221227;16.2;7.1;11.6;1.5;11.28;.1;.64;6100
+68084;43.1;2.22467;199;20221228;11.2;4.2;7.7;2.2;10.18;0;.48;2000
+68084;43.1;2.22467;199;20221229;13;6.3;9.6;2;10.98;0;.54;4300
+68084;43.1;2.22467;199;20221230;15.1;7.7;11.4;3.5;11.48;.1;.88;6000
+68084;43.1;2.22467;199;20221231;13.6;11.2;12.4;5.5;13.08;.1;.86;2000
+68085;43.12286;2.52978;116;20220101;10.9;3.8;7.4;1.5;10.2;.1;.31;5989
+68085;43.12286;2.52978;116;20220102;12.7;8;10.3;2;11.16;.2;.55;4583
+68085;43.12286;2.52978;116;20220103;16.3;6.7;11.5;1.8;10.9;.1;.73;6889
+68085;43.12286;2.52978;116;20220104;12.3;5.9;9.1;3.1;11.26;2.4;.41;4577
+68085;43.12286;2.52978;116;20220105;7.8;7.2;7.5;8.3;7.06;0;1.78;2800
+68085;43.12286;2.52978;116;20220106;7.4;3.4;5.4;8.3;5.4;0;1.92;5578
+68085;43.12286;2.52978;116;20220107;7.1;1.6;4.4;6.8;6.4;5;1.14;5493
+68085;43.12286;2.52978;116;20220108;11.2;6.1;8.6;7.5;9.4;4.9;1.09;4603
+68085;43.12286;2.52978;116;20220109;9.4;8.6;9;6.3;9.83;38.1;.93;1590
+68085;43.12286;2.52978;116;20220110;8.3;7.5;7.9;4.8;9.63;9.6;.63;1834
+68085;43.12286;2.52978;116;20220111;10.8;5.7;8.3;7.4;7.2;0;1.88;6683
+68085;43.12286;2.52978;116;20220112;8.3;3.2;5.7;6.1;6.23;0;1.47;7055
+68085;43.12286;2.52978;116;20220113;6.7;-2.6;2.1;1.9;5.8;0;.54;8595
+68085;43.12286;2.52978;116;20220114;11.7;-3.3;4.2;1.5;5.7;.1;.69;9487
+68085;43.12286;2.52978;116;20220115;12.8;-2.4;5.2;3.4;4.9;0;1.61;9517
+68085;43.12286;2.52978;116;20220116;10.9;1.2;6.1;5.7;5.66;0;1.92;8062
+68085;43.12286;2.52978;116;20220117;9.5;2;5.7;6.9;5.93;0;1.85;7565
+68085;43.12286;2.52978;116;20220118;5.8;-.4;2.7;5.1;6.4;0;.74;6458
+68085;43.12286;2.52978;116;20220119;9.1;1;5;5.7;7.26;.3;.94;7040
+68085;43.12286;2.52978;116;20220120;10.3;4.5;7.4;6.9;7.33;.1;1.55;6503
+68085;43.12286;2.52978;116;20220121;7;2.4;4.7;8.3;5.8;0;1.58;7095
+68085;43.12286;2.52978;116;20220122;8.7;.7;4.7;6.2;5.1;0;1.84;8498
+68085;43.12286;2.52978;116;20220123;10.8;-2.8;4;2.2;5.73;0;.94;9712
+68085;43.12286;2.52978;116;20220124;11.4;1.3;6.4;2.2;6.93;0;.93;9087
+68085;43.12286;2.52978;116;20220125;13.3;-.2;6.5;1.4;7.3;0;.82;9613
+68085;43.12286;2.52978;116;20220126;14;-.6;6.7;4.4;6.36;0;1.86;10566
+68085;43.12286;2.52978;116;20220127;13.9;4.1;9;6.8;6.4;0;2.69;9305
+68085;43.12286;2.52978;116;20220128;8.7;3.4;6.1;9.8;6.04;0;2.08;7072
+68085;43.12286;2.52978;116;20220129;9;1.8;5.4;7.8;6.46;0;1.7;8503
+68085;43.12286;2.52978;116;20220130;7.7;.7;4.2;8.1;6.76;0;1.23;7844
+68085;43.12286;2.52978;116;20220131;10.6;2.9;6.7;10.9;8.2;2.2;1.34;7158
+68085;43.12286;2.52978;116;20220201;9.7;4.8;7.3;11.3;6.96;.3;2.1;6813
+68085;43.12286;2.52978;116;20220202;12.2;7.7;10;10;9.53;0;1.79;6944
+68085;43.12286;2.52978;116;20220203;13.6;2.7;8.2;3.5;8.73;0;1.26;10306
+68085;43.12286;2.52978;116;20220204;15.1;8.8;12;5.6;10.03;.3;1.91;7907
+68085;43.12286;2.52978;116;20220205;12.9;9.1;11;6.9;9.03;.1;2.1;6503
+68085;43.12286;2.52978;116;20220206;11;4;7.5;7.5;7.03;.4;1.98;8603
+68085;43.12286;2.52978;116;20220207;13.2;7.7;10.5;8.7;9.2;1;2.06;6894
+68085;43.12286;2.52978;116;20220208;15.5;6.9;11.2;3.6;7.43;0;2.14;10284
+68085;43.12286;2.52978;116;20220209;12.5;1.3;6.9;2.2;7.93;.1;1.1;11136
+68085;43.12286;2.52978;116;20220210;12.9;6.1;9.5;1.6;9.1;0;1.34;11600
+68085;43.12286;2.52978;116;20220211;14.6;3.3;8.9;3.7;9.3;0;1.28;7600
+68085;43.12286;2.52978;116;20220212;12.5;1.5;7;3.2;8.1;0;1.21;11400
+68085;43.12286;2.52978;116;20220213;15.1;7.2;11.1;5.8;11;.5;1.41;7500
+68085;43.12286;2.52978;116;20220214;13.1;8.8;10.9;6.1;9.3;.6;1.88;7400
+68085;43.12286;2.52978;116;20220215;13.3;6.4;9.8;6.4;8.7;.8;1.9;8800
+68085;43.12286;2.52978;116;20220216;15.1;7.5;11.3;7.3;10.7;4.1;1.75;7589
+68085;43.12286;2.52978;116;20220217;16.4;12.3;14.4;8.1;12.19;.4;2.31;7900
+68085;43.12286;2.52978;116;20220218;20;6.2;13.1;4;11.2;.2;2.24;13461
+68085;43.12286;2.52978;116;20220219;11.5;8.3;9.9;6.6;8.9;.2;1.8;6455
+68085;43.12286;2.52978;116;20220220;14.9;4.5;9.7;6.5;8.8;.3;2.17;12264
+68085;43.12286;2.52978;116;20220221;14.4;9.4;11.9;10.1;9.13;1.4;2.9;9108
+68085;43.12286;2.52978;116;20220222;15;8;11.5;7.9;8.56;0;2.84;11701
+68085;43.12286;2.52978;116;20220223;18.8;6.3;12.6;3.4;8.9;0;2.54;14201
+68085;43.12286;2.52978;116;20220224;16.9;7.6;12.2;4.3;10.33;0;2.12;12461
+68085;43.12286;2.52978;116;20220225;12.5;8.3;10.4;6.7;7.1;0;2.81;9752
+68085;43.12286;2.52978;116;20220226;13.5;.7;7.1;3.4;5.66;0;2.25;14997
+68085;43.12286;2.52978;116;20220227;15;.2;7.6;2.4;7.53;0;1.77;14209
+68085;43.12286;2.52978;116;20220228;17.4;2.9;10.1;2.8;8.2;0;2.23;15575
+68085;43.12286;2.52978;116;20220301;13.9;7.1;10.5;5;8.6;0;2.23;11616
+68085;43.12286;2.52978;116;20220302;11;6.8;8.9;4.1;10.4;1.1;1;8220
+68085;43.12286;2.52978;116;20220303;17.5;8.6;13.1;3.4;10.46;0;2.29;14048
+68085;43.12286;2.52978;116;20220304;11.5;9;10.3;7.9;10.23;1.8;1.55;6332
+68085;43.12286;2.52978;116;20220305;11.2;7;9.1;7.2;8.53;.1;1.92;8443
+68085;43.12286;2.52978;116;20220306;12.5;5.8;9.1;4.5;7.76;0;2.09;10538
+68085;43.12286;2.52978;116;20220307;12.7;.3;6.5;2.7;7.23;0;1.79;15548
+68085;43.12286;2.52978;116;20220308;13.5;4.4;9;4.3;8.83;2.6;1.95;15052
+68085;43.12286;2.52978;116;20220309;14.7;7.9;11.3;4.2;10.76;0;1.83;12225
+68085;43.12286;2.52978;116;20220310;15.2;9.5;12.3;4.5;11.3;0;1.94;11499
+68085;43.12286;2.52978;116;20220311;13.5;9.2;11.3;7;11.53;10.4;1.51;9250
+68085;43.12286;2.52978;116;20220312;10.6;10.4;10.5;5.1;11.4;52.3;.88;2132
+68085;43.12286;2.52978;116;20220313;12.1;9;10.6;5.5;10.33;10.7;1.54;6957
+68085;43.12286;2.52978;116;20220314;12.1;3.8;7.9;6.4;11.53;7.3;.54;10260
+68085;43.12286;2.52978;116;20220315;13.1;11.8;12.4;7.5;13.03;.7;1.09;4201
+68085;43.12286;2.52978;116;20220316;13.4;11.9;12.7;4.4;12.96;0;1.21;5635
+68085;43.12286;2.52978;116;20220317;15;10.7;12.9;3.6;12.86;7.3;1.47;8783
+68085;43.12286;2.52978;116;20220318;14;9.5;11.7;2.6;11.4;.8;1.41;8000
+68085;43.12286;2.52978;116;20220319;13.1;9.1;11.1;3.1;10.39;.1;1.8;9724
+68085;43.12286;2.52978;116;20220320;13.2;8.3;10.7;7.1;11.4;13.1;1.16;5000
+68085;43.12286;2.52978;116;20220321;15;10.9;12.9;7;10.2;4;2.6;9000
+68085;43.12286;2.52978;116;20220322;15.2;7.4;11.3;7.6;8.1;0;3.3;15300
+68085;43.12286;2.52978;116;20220323;15.6;5.7;10.6;7.9;8.6;0;3.03;16200
+68085;43.12286;2.52978;116;20220324;16.8;6;11.4;6.8;8.3;0;3.33;15500
+68085;43.12286;2.52978;116;20220325;17.7;8.2;12.9;5.8;8.5;0;3.68;17800
+68085;43.12286;2.52978;116;20220326;17.5;7.9;12.7;5.2;9.2;0;3.29;17600
+68085;43.12286;2.52978;116;20220327;20.9;5.5;13.2;4.6;8;0;3.98;17900
+68085;43.12286;2.52978;116;20220328;20.7;8.1;14.4;6.5;8.1;0;4.55;15900
+68085;43.12286;2.52978;116;20220329;17;10.7;13.8;5;11;4.6;2.54;10000
+68085;43.12286;2.52978;116;20220330;15.4;9;12.2;3.6;11.4;.9;1.71;8400
+68085;43.12286;2.52978;116;20220331;13.4;9.5;11.4;7.1;9.9;2.3;2.19;8200
+68085;43.12286;2.52978;116;20220401;8.8;3.5;6.1;10.7;5.39;.8;3.11;16727
+68085;43.12286;2.52978;116;20220402;9.1;1.6;5.4;6;5.27;0;2.31;11490
+68085;43.12286;2.52978;116;20220403;9.6;2.6;6.1;8.4;5;0;3.11;18992
+68085;43.12286;2.52978;116;20220404;12.8;.5;6.7;3.2;5.05;0;2.99;21438
+68085;43.12286;2.52978;116;20220405;16.1;.9;8.5;4.5;6.1;0;3.52;22100
+68085;43.12286;2.52978;116;20220406;14;7.2;10.6;4.8;9.7;.1;1.89;8100
+68085;43.12286;2.52978;116;20220407;22.2;7.3;14.7;5.1;11.2;0;3.92;19900
+68085;43.12286;2.52978;116;20220408;23;11.6;17.3;4.5;12;.3;4.13;18500
+68085;43.12286;2.52978;116;20220409;15.3;8.1;11.7;5.8;8.5;0;3.09;13700
+68085;43.12286;2.52978;116;20220410;17;.2;8.6;5.3;8;0;3.25;23000
+68085;43.12286;2.52978;116;20220411;16.3;10.5;13.4;10.9;11.8;0;2.5;8900
+68085;43.12286;2.52978;116;20220412;16.3;11.8;14;9.5;12.2;2.2;2.39;6800
+68085;43.12286;2.52978;116;20220413;16.7;11.6;14.1;3.7;12.4;.8;1.79;5600
+68085;43.12286;2.52978;116;20220414;22.9;7;14.9;2.6;11.6;0;3.43;19000
+68085;43.12286;2.52978;116;20220415;23.3;9.6;16.4;3.9;13.1;0;3.63;18000
+68085;43.12286;2.52978;116;20220416;22.7;12.1;17.4;5.9;13.1;0;4.57;23600
+68085;43.12286;2.52978;116;20220417;24.3;11.1;17.7;5;11.8;0;5.07;24200
+68085;43.12286;2.52978;116;20220418;19.7;10.8;15.2;5.3;11.4;0;3.98;22000
+68085;43.12286;2.52978;116;20220419;17.7;10.8;14.2;5.3;11.9;3.7;2.99;16100
+68085;43.12286;2.52978;116;20220420;10.6;8.8;9.7;2.6;11.1;41.3;.76;2600
+68085;43.12286;2.52978;116;20220421;12;9.3;10.6;3.8;11.9;.9;.82;3200
+68085;43.12286;2.52978;116;20220422;17.7;9.8;13.7;3.6;12.29;0;2.94;18702
+68085;43.12286;2.52978;116;20220423;17.7;12.2;14.9;5.1;11.7;16.3;2.73;9300
+68085;43.12286;2.52978;116;20220424;18.3;8.8;13.5;5.3;11.7;.7;2.63;12000
+68085;43.12286;2.52978;116;20220425;19.6;9;14.3;3.4;11.4;0;3.69;23400
+68085;43.12286;2.52978;116;20220426;24.5;5.1;14.8;2.6;11.2;0;4.31;25400
+68085;43.12286;2.52978;116;20220427;21.4;8.4;14.9;4.3;11.8;0;3.61;18400
+68085;43.12286;2.52978;116;20220428;20.9;10.4;15.6;2.5;14.3;.8;2.74;15700
+68085;43.12286;2.52978;116;20220429;24;14.8;19.4;4.3;14.9;0;4.77;24600
+68085;43.12286;2.52978;116;20220430;22.5;14.8;18.6;5.5;13.5;0;4.65;21100
+68085;43.12286;2.52978;116;20220501;22;12;17;4.6;12;0;4.65;24200
+68085;43.12286;2.52978;116;20220502;20.6;12.1;16.3;3.2;13;0;3.47;18700
+68085;43.12286;2.52978;116;20220503;20.6;12.6;16.6;3.3;13.6;1.3;3.1;15200
+68085;43.12286;2.52978;116;20220504;20.2;11.8;16;3.9;13.8;1;3.15;17100
+68085;43.12286;2.52978;116;20220505;20.5;11.7;16.1;4.4;12.8;.9;3.61;18500
+68085;43.12286;2.52978;116;20220506;20.6;11.8;16.2;7.1;11.2;.1;4.65;19527
+68085;43.12286;2.52978;116;20220507;23.2;12.3;17.7;7.9;12.33;.4;5.48;23234
+68085;43.12286;2.52978;116;20220508;24.4;14.4;19.4;5;13.53;.4;5.33;23759
+68085;43.12286;2.52978;116;20220509;26.2;11.6;18.9;1.8;13.7;0;4.71;26507
+68085;43.12286;2.52978;116;20220510;26.4;10.6;18.5;2.3;14.03;0;4.93;27396
+68085;43.12286;2.52978;116;20220511;25.2;10.5;17.8;3.3;14.56;0;4.88;27663
+68085;43.12286;2.52978;116;20220512;22.8;13.2;18;3.1;15;0;3.96;21287
+68085;43.12286;2.52978;116;20220513;27;11.9;19.4;2.2;14.73;0;5.09;27634
+68085;43.12286;2.52978;116;20220514;28.4;13.8;21.1;2.6;16.06;0;5.38;27072
+68085;43.12286;2.52978;116;20220515;23.6;16.6;20.1;5.2;16.56;.8;4.49;21086
+68085;43.12286;2.52978;116;20220516;27.3;14.6;20.9;2.2;16.53;.1;4.97;25822
+68085;43.12286;2.52978;116;20220517;27.6;14.3;20.9;2.3;16.83;0;5.18;27299
+68085;43.12286;2.52978;116;20220518;32.2;17.2;24.7;4;16.83;0;7.04;28237
+68085;43.12286;2.52978;116;20220519;23.8;19;21.4;6.1;19.3;.1;4.02;17041
+68085;43.12286;2.52978;116;20220520;26.5;18.1;22.3;5.6;18.13;.1;5.38;23222
+68085;43.12286;2.52978;116;20220521;28.3;15.5;21.9;2.6;18.16;.1;5.29;26684
+68085;43.12286;2.52978;116;20220522;29.3;16.7;23;2.9;19.43;0;5.44;26134
+68085;43.12286;2.52978;116;20220523;22.6;18.6;20.6;5.5;17.03;.2;3.96;14622
+68085;43.12286;2.52978;116;20220524;17.9;14.4;16.2;7;13.13;7.9;3.26;12508
+68085;43.12286;2.52978;116;20220525;21.9;12.1;17;8.7;12;0;5.42;24726
+68085;43.12286;2.52978;116;20220526;21.7;12.9;17.3;8;12.56;0;5.14;22797
+68085;43.12286;2.52978;116;20220527;26.1;14.4;20.2;7.5;14;0;6.55;27096
+68085;43.12286;2.52978;116;20220528;27.5;17.1;22.3;7;13.46;0;7.37;26255
+68085;43.12286;2.52978;116;20220529;28.1;15.5;21.8;4.6;9.63;0;7.6;29729
+68085;43.12286;2.52978;116;20220530;26.9;11;19;1.7;10.9;.6;5.16;27405
+68085;43.12286;2.52978;116;20220531;28;15.2;21.6;2.1;14.83;0;5.61;28325
+68085;43.12286;2.52978;116;20220601;25.9;15.1;20.5;3.7;17.76;.1;5.07;26567
+68085;43.12286;2.52978;116;20220602;24.7;18.6;21.6;3.7;18.86;0;3.96;17099
+68085;43.12286;2.52978;116;20220603;27.6;18.6;23.1;4;19.9;.2;5.3;24626
+68085;43.12286;2.52978;116;20220604;28.5;19.5;24;3.8;20.16;0;5.33;22994
+68085;43.12286;2.52978;116;20220605;26.1;18.8;22.4;6;17.66;0;5.48;21234
+68085;43.12286;2.52978;116;20220606;31.6;15.3;23.4;2.9;16.63;4.8;6.4;28944
+68085;43.12286;2.52978;116;20220607;25.5;17.5;21.5;4.9;17.36;0;5.11;22262
+68085;43.12286;2.52978;116;20220608;25;15.5;20.2;5;15.96;1.1;4.91;21339
+68085;43.12286;2.52978;116;20220609;24.3;15.1;19.7;7.5;12.83;0;6.28;24916
+68085;43.12286;2.52978;116;20220610;31;16.3;23.7;5;13.33;0;8.06;30888
+68085;43.12286;2.52978;116;20220611;35.6;16.6;26.1;2.4;12.96;0;7.45;30691
+68085;43.12286;2.52978;116;20220612;33.8;20.9;27.3;3.9;16.04;1.4;8.16;30106
+68085;43.12286;2.52978;116;20220613;34.6;20;27.3;5;18.69;.1;8.58;30983
+68085;43.12286;2.52978;116;20220614;31.8;19.7;25.7;2.6;15.59;.8;6.85;29166
+68085;43.12286;2.52978;116;20220615;28.1;19.3;23.7;2.6;16.46;0;6.29;29696
+68085;43.12286;2.52978;116;20220616;37.7;17.6;27.7;1.8;17.9;0;7.03;29964
+68085;43.12286;2.52978;116;20220617;40;20.8;30.4;2.3;17.76;0;7.96;30372
+68085;43.12286;2.52978;116;20220618;31.6;20;25.8;4.2;19.23;.1;6.99;27677
+68085;43.12286;2.52978;116;20220619;30;22.1;26;7.6;22.93;0;6.48;24029
+68085;43.12286;2.52978;116;20220620;26.8;21.3;24.1;5.3;23.06;0;4.18;16658
+68085;43.12286;2.52978;116;20220621;28.3;22.2;25.3;3.4;23.93;1.1;4.25;17010
+68085;43.12286;2.52978;116;20220622;29.9;19.6;24.8;3.4;22.4;7.3;5.4;24124
+68085;43.12286;2.52978;116;20220623;29.2;18.1;23.6;3.5;20.46;8.2;5.52;25527
+68085;43.12286;2.52978;116;20220624;26.4;17.7;22.1;3.8;17.46;.2;5.15;23154
+68085;43.12286;2.52978;116;20220625;27.7;15.7;21.7;3.2;18.26;7.3;5.15;24694
+68085;43.12286;2.52978;116;20220626;22.1;17.1;19.6;4.9;17.5;0;4.42;18759
+68085;43.12286;2.52978;116;20220627;21.8;15.8;18.8;7;15.75;0;4.18;18207
+68085;43.12286;2.52978;116;20220628;27.7;16;21.8;6.9;14.43;0;7.24;28800
+68085;43.12286;2.52978;116;20220629;32.5;14.8;23.6;3.3;14.6;.4;7.26;30776
+68085;43.12286;2.52978;116;20220630;21.9;18;20;6.8;16.36;0;4.17;15430
+68085;43.12286;2.52978;116;20220701;26.2;14.4;20.3;5.7;12.83;0;6.7;28689
+68085;43.12286;2.52978;116;20220702;29.9;13.4;21.6;2.7;13.16;0;6.36;29487
+68085;43.12286;2.52978;116;20220703;33.1;15.9;24.5;3.7;16.5;.3;7.28;29255
+68085;43.12286;2.52978;116;20220704;29.8;18.9;24.3;7;18.26;0;7.28;27158
+68085;43.12286;2.52978;116;20220705;31.7;20.6;26.2;6.8;17.73;0;8.3;27838
+68085;43.12286;2.52978;116;20220706;29.2;20.4;24.8;5.4;14.53;0;7.3;23315
+68085;43.12286;2.52978;116;20220707;30.3;19.2;24.8;9;15.54;0;8.81;27807
+68085;43.12286;2.52978;116;20220708;31.1;18.8;25;7.5;15.06;0;8.77;28868
+68085;43.12286;2.52978;116;20220709;34.1;18.1;26.1;5.2;13.53;0;9.1;30596
+68085;43.12286;2.52978;116;20220710;36.1;19.8;28;3.9;13.3;0;8.86;30557
+68085;43.12286;2.52978;116;20220711;33.8;17.3;25.6;2.4;15.23;0;6.92;29435
+68085;43.12286;2.52978;116;20220712;35.9;18.5;27.2;2.1;18.86;0;7.01;30140
+68085;43.12286;2.52978;116;20220713;33.9;18.2;26;2.4;19.5;0;6.73;29780
+68085;43.12286;2.52978;116;20220714;36;21;28.5;1.9;21.83;0;6.63;28564
+68085;43.12286;2.52978;116;20220715;38.2;21.2;29.7;4.3;15.33;0;9.35;29366
+68085;43.12286;2.52978;116;20220716;38.5;19.9;29.2;2.3;14.66;0;7.64;29430
+68085;43.12286;2.52978;116;20220717;36;18.6;27.3;2.4;16.93;0;7.2;29345
+68085;43.12286;2.52978;116;20220718;34.2;19.8;27;3.9;21.26;0;7.35;28923
+68085;43.12286;2.52978;116;20220719;30.1;22.9;26.5;5.3;24.53;0;5.62;22071
+68085;43.12286;2.52978;116;20220720;31.7;22.9;27.3;4.8;19.06;0;7.13;24039
+68085;43.12286;2.52978;116;20220721;36.3;21.1;28.7;3.5;16.36;0;8.15;29135
+68085;43.12286;2.52978;116;20220722;35.2;20.1;27.7;3.7;17.86;1.8;7.64;27149
+68085;43.12286;2.52978;116;20220723;29.8;19.9;24.9;6.8;16.96;0;7.45;25338
+68085;43.12286;2.52978;116;20220724;34.4;19.6;27;2.9;17.83;0;6.94;27433
+68085;43.12286;2.52978;116;20220725;28.3;21;24.6;6.4;20.16;.9;5.56;18589
+68085;43.12286;2.52978;116;20220726;29;19.8;24.4;7.3;15.73;.1;7.6;25173
+68085;43.12286;2.52978;116;20220727;30.7;17.3;24;5.8;13.53;0;8.06;28128
+68085;43.12286;2.52978;116;20220728;32;18.4;25.2;4.4;14.33;0;7.62;27527
+68085;43.12286;2.52978;116;20220729;28.5;20.9;24.7;5.2;18.23;4.2;5.82;19111
+68085;43.12286;2.52978;116;20220730;32.4;19.8;26.1;5.6;17.63;0;7.8;27151
+68085;43.12286;2.52978;116;20220731;35.3;20.6;27.9;4.9;16.13;0;8.68;27951
+68085;43.12286;2.52978;116;20220801;36.5;21.8;29.2;6.1;16.23;0;9.81;28117
+68085;43.12286;2.52978;116;20220802;38.4;22;30.2;4.2;13.8;0;9.28;28446
+68085;43.12286;2.52978;116;20220803;34.4;19.1;26.7;2.7;18.96;0;6.59;26938
+68085;43.12286;2.52978;116;20220804;32.2;21.9;27;3.1;24.63;.4;5.32;21805
+68085;43.12286;2.52978;116;20220805;33.5;21.9;27.7;5.5;21.73;0;7.11;23874
+68085;43.12286;2.52978;116;20220806;34.9;21.6;28.3;5.8;18.33;0;8.43;25509
+68085;43.12286;2.52978;116;20220807;36.1;22.6;29.4;3.4;14.83;0;7.72;25845
+68085;43.12286;2.52978;116;20220808;36.6;18.9;27.8;2.5;12.5;0;7.12;27663
+68085;43.12286;2.52978;116;20220809;36.6;17;26.8;2.2;12.73;0;6.63;26705
+68085;43.12286;2.52978;116;20220810;33.7;17.7;25.7;2.9;19.06;0;6.24;25844
+68085;43.12286;2.52978;116;20220811;31.9;23.8;27.8;4.1;26.53;0;5.36;20935
+68085;43.12286;2.52978;116;20220812;39.3;23.6;31.5;2.4;24.76;0;6.83;25961
+68085;43.12286;2.52978;116;20220813;34.8;23.3;29;4.3;23.56;5.5;6.5;21487
+68085;43.12286;2.52978;116;20220814;32;22.6;27.3;4.6;22.5;.2;5.9;20471
+68085;43.12286;2.52978;116;20220815;31.1;21.1;26.1;4;16.56;0;6.56;23568
+68085;43.12286;2.52978;116;20220816;31.5;17;24.3;2.9;17.36;1.7;5.44;22313
+68085;43.12286;2.52978;116;20220817;24.9;18.4;21.6;4.4;17.9;0;3.97;15005
+68085;43.12286;2.52978;116;20220818;25.8;18.1;22;8.2;16.63;.3;5.5;18144
+68085;43.12286;2.52978;116;20220819;27.8;18.1;22.9;8;16.23;.2;6.29;19968
+68085;43.12286;2.52978;116;20220820;32.9;19;25.9;4.5;15.7;0;7.2;24723
+68085;43.12286;2.52978;116;20220821;31.5;21.2;26.4;4.5;16.06;0;6.6;21185
+68085;43.12286;2.52978;116;20220822;28.2;20.7;24.4;6.5;17.83;.6;5.77;17336
+68085;43.12286;2.52978;116;20220823;33.7;21.2;27.5;5.3;18.56;0;7.39;23780
+68085;43.12286;2.52978;116;20220824;33.8;18;25.9;2.7;16.73;.9;6;24311
+68085;43.12286;2.52978;116;20220825;33;21.2;27.1;3.9;19.66;.7;6.11;21463
+68085;43.12286;2.52978;116;20220826;32.5;21.5;27;7.1;18.8;0;7.71;22750
+68085;43.12286;2.52978;116;20220827;33.5;20.2;26.8;4.3;17;0;6.93;23597
+68085;43.12286;2.52978;116;20220828;34.1;17.6;25.8;2.2;16.16;0;5.53;23839
+68085;43.12286;2.52978;116;20220829;30.9;18.5;24.7;2.9;19.6;3.5;4.93;21149
+68085;43.12286;2.52978;116;20220830;33.8;18.8;26.3;2;20.2;0;5.06;22431
+68085;43.12286;2.52978;116;20220831;29.2;18.8;24;2.9;20;.4;4.21;17663
+68085;43.12286;2.52978;116;20220901;32.6;19.9;26.2;5;18.63;.3;6.62;22096
+68085;43.12286;2.52978;116;20220902;29.9;19.5;24.7;3.1;19.13;.9;4.7;18914
+68085;43.12286;2.52978;116;20220903;28;18.6;23.3;2.7;20;.5;3.95;17953
+68085;43.12286;2.52978;116;20220904;29.6;19.9;24.8;3.7;23.5;0;4.3;19161
+68085;43.12286;2.52978;116;20220905;29.8;23.6;26.7;5.6;26.26;.4;4.37;16024
+68085;43.12286;2.52978;116;20220906;31.7;23.8;27.7;4.1;25.86;1.9;4.78;17781
+68085;43.12286;2.52978;116;20220907;28.9;19;24;2.8;19.66;.3;4;16252
+68085;43.12286;2.52978;116;20220908;29.7;17.7;23.7;3;13.7;0;5.13;19888
+68085;43.12286;2.52978;116;20220909;26.2;16.2;21.2;3.5;14.23;0;4.37;17585
+68085;43.12286;2.52978;116;20220910;29.5;15.8;22.6;3.2;13.53;0;5.18;21445
+68085;43.12286;2.52978;116;20220911;29.9;13.8;21.9;2.6;14.3;0;4.67;20969
+68085;43.12286;2.52978;116;20220912;27.3;18.5;22.9;3.9;20.16;0;3.77;15849
+68085;43.12286;2.52978;116;20220913;27.4;23.7;25.6;4.8;27.1;4.2;2.65;8583
+68085;43.12286;2.52978;116;20220914;27.3;20;23.7;3;22.96;2.2;3.19;14554
+68085;43.12286;2.52978;116;20220915;31.2;17.5;24.4;3.4;17.6;1.8;5.08;20140
+68085;43.12286;2.52978;116;20220916;26.5;19.5;23;6.3;16.56;0;5.1;15647
+68085;43.12286;2.52978;116;20220917;24.3;15;19.6;5;9.4;0;5.38;18435
+68085;43.12286;2.52978;116;20220918;27.5;9.1;18.3;2.6;7.76;0;4.62;20623
+68085;43.12286;2.52978;116;20220919;28.9;8.7;18.8;3.2;7.56;0;5.23;20560
+68085;43.12286;2.52978;116;20220920;28;11.8;19.9;3.9;7.93;0;5.56;20363
+68085;43.12286;2.52978;116;20220921;26.5;12.7;19.6;3.2;9.5;0;4.68;19919
+68085;43.12286;2.52978;116;20220922;25.7;12;18.8;1.9;12.53;.1;3.37;18020
+68085;43.12286;2.52978;116;20220923;23.1;12;17.5;3.1;16.06;9.4;2.7;15572
+68085;43.12286;2.52978;116;20220924;22.5;15.6;19.1;4.6;15.5;2.2;3.08;12522
+68085;43.12286;2.52978;116;20220925;21.7;13;17.4;5.4;12.2;0;3.85;15795
+68085;43.12286;2.52978;116;20220926;21.6;11.6;16.6;6.2;11.33;1.1;4.04;15938
+68085;43.12286;2.52978;116;20220927;19.5;13.5;16.5;7.8;13.13;2.1;3.22;11285
+68085;43.12286;2.52978;116;20220928;20.6;14.5;17.5;7;15;4.2;2.92;11466
+68085;43.12286;2.52978;116;20220929;19.5;13.5;16.5;5.6;13.26;4.1;2.85;11441
+68085;43.12286;2.52978;116;20220930;19.2;11.3;15.3;6;11.66;.4;3.13;13394
+68085;43.12286;2.52978;116;20221001;25;10.5;17.7;4.4;12.36;.1;3.95;17309
+68085;43.12286;2.52978;116;20221002;27.2;13.4;20.3;3.3;14.7;.1;3.84;17456
+68085;43.12286;2.52978;116;20221003;26.5;14.6;20.5;3.4;14.26;0;3.79;16473
+68085;43.12286;2.52978;116;20221004;26.9;10.9;18.9;2;13.53;.1;3.14;17607
+68085;43.12286;2.52978;116;20221005;22.2;11.7;17;3.5;16.9;.7;2.12;13369
+68085;43.12286;2.52978;116;20221006;24.8;17.1;21;3.3;16.46;0;3.16;13555
+68085;43.12286;2.52978;116;20221007;21.1;12.3;16.7;2.3;16.13;0;1.82;11004
+68085;43.12286;2.52978;116;20221008;22.9;16.1;19.5;1.7;17.2;1.1;2;10580
+68085;43.12286;2.52978;116;20221009;22.9;11.8;17.4;2;15.43;.1;2.26;14759
+68085;43.12286;2.52978;116;20221010;23;15.5;19.3;2.8;17.86;0;2.22;12373
+68085;43.12286;2.52978;116;20221011;23.6;14.3;18.9;1.4;16.36;.1;2.04;12414
+68085;43.12286;2.52978;116;20221012;25.9;12.9;19.4;2.1;14.8;.9;2.69;15081
+68085;43.12286;2.52978;116;20221013;24.3;13.1;18.7;3.3;14.46;0;2.83;12847
+68085;43.12286;2.52978;116;20221014;24.6;17.6;21.1;5.6;16.06;.2;3.55;10276
+68085;43.12286;2.52978;116;20221015;22.8;10.9;16.8;2.5;15.5;.1;2.1;13450
+68085;43.12286;2.52978;116;20221016;23.8;18.5;21.2;4.9;20.3;.1;2.3;9295
+68085;43.12286;2.52978;116;20221017;21.9;20;20.9;7;21.56;0;1.69;5140
+68085;43.12286;2.52978;116;20221018;22.6;19.7;21.1;4.5;21.56;0;1.73;7172
+68085;43.12286;2.52978;116;20221019;22.5;19.3;20.9;4.6;21.6;.7;1.61;6224
+68085;43.12286;2.52978;116;20221020;23.1;19.8;21.4;4.6;21.2;.1;1.87;6383
+68085;43.12286;2.52978;116;20221021;24.6;19.4;22;3.1;18.16;.2;2.38;8061
+68085;43.12286;2.52978;116;20221022;24.7;14.7;19.7;2.5;17.06;.1;2.19;11802
+68085;43.12286;2.52978;116;20221023;22.4;16.4;19.4;4;19.86;0;1.59;8092
+68085;43.12286;2.52978;116;20221024;27.3;18.6;22.9;1.4;18.9;0;2.01;10416
+68085;43.12286;2.52978;116;20221025;21.6;13.9;17.7;2.7;15.66;.1;1.76;8455
+68085;43.12286;2.52978;116;20221026;22.5;15.2;18.9;2.3;18.86;0;1.4;7209
+68085;43.12286;2.52978;116;20221027;23.9;17.7;20.8;3.2;19.66;0;1.89;8813
+68085;43.12286;2.52978;116;20221028;23.3;18.2;20.8;4.7;19.46;0;2.13;8576
+68085;43.12286;2.52978;116;20221029;21.1;16.8;19;5;18.2;.1;1.77;7417
+68085;43.12286;2.52978;116;20221030;22.6;17.7;20.2;4.9;18.73;0;2.08;8204
+68085;43.12286;2.52978;116;20221031;24.1;18.8;21.5;5.4;19.13;1.6;2.53;8227
+68085;43.12286;2.52978;116;20221101;22.4;15.2;18.8;3.9;15;0;2.38;9755
+68085;43.12286;2.52978;116;20221102;23.5;14;18.7;2.5;12.23;.1;2.32;10667
+68085;43.12286;2.52978;116;20221103;18.5;11.8;15.1;4.2;12.66;1.6;1.83;7142
+68085;43.12286;2.52978;116;20221104;13.4;9.6;11.5;7.2;10.46;4.4;1.73;5304
+68085;43.12286;2.52978;116;20221105;16.4;8.4;12.4;6.7;8.73;0;2.72;9766
+68085;43.12286;2.52978;116;20221106;19.4;2.7;11.1;1.7;8.36;0;1.47;11624
+68085;43.12286;2.52978;116;20221107;20;5.7;12.8;3.2;11.23;.1;1.74;10940
+68085;43.12286;2.52978;116;20221108;20.8;15.4;18.1;4.2;16.13;0;1.76;7079
+68085;43.12286;2.52978;116;20221109;20.7;14;17.3;2.9;15.23;.8;1.55;6614
+68085;43.12286;2.52978;116;20221110;18.2;11.2;14.7;4.4;11.73;0;1.96;9186
+68085;43.12286;2.52978;116;20221111;19.4;9;14.2;3.6;13.96;.1;1.25;8802
+68085;43.12286;2.52978;116;20221112;20.2;15.3;17.7;4;15.56;.2;1.68;7277
+68085;43.12286;2.52978;116;20221113;18.9;9.5;14.2;2.3;13.63;0;1.09;8506
+68085;43.12286;2.52978;116;20221114;18.9;14.3;16.6;3.5;15.13;.1;1.36;5957
+68085;43.12286;2.52978;116;20221115;18.5;13.9;16.2;2.5;14.63;1.2;1.18;5567
+68085;43.12286;2.52978;116;20221116;20.4;11.4;15.9;2.5;11.73;0;1.65;8709
+68085;43.12286;2.52978;116;20221117;20.1;8.9;14.5;3.4;11.7;7.4;1.77;8631
+68085;43.12286;2.52978;116;20221118;15.1;10.3;12.7;6.1;10.93;1;1.72;6196
+68085;43.12286;2.52978;116;20221119;10.9;8;9.4;7;9.66;.8;1.21;4731
+68085;43.12286;2.52978;116;20221120;14.3;5.9;10.1;5.8;9.43;1.6;1.52;8155
+68085;43.12286;2.52978;116;20221121;10.8;8.3;9.5;3.9;10.4;13.3;.77;3453
+68085;43.12286;2.52978;116;20221122;11.4;6.4;8.9;7.6;8.96;8.7;1.39;5659
+68085;43.12286;2.52978;116;20221123;17;7.8;12.4;3.4;11.06;9.3;1.27;6832
+68085;43.12286;2.52978;116;20221124;15.1;6;10.5;2.3;10.1;0;.91;7047
+68085;43.12286;2.52978;116;20221125;13.1;7.2;10.2;5;10.4;4;1.12;5564
+68085;43.12286;2.52978;116;20221126;14.8;8;11.4;5;9.16;0;1.79;6610
+68085;43.12286;2.52978;116;20221127;12.7;2.5;7.6;2.9;8.73;2.1;.78;6986
+68085;43.12286;2.52978;116;20221128;12.1;9.4;10.7;5.4;10.9;5.9;.99;3855
+68085;43.12286;2.52978;116;20221129;13;7.7;10.3;6;9.26;2.2;1.52;5802
+68085;43.12286;2.52978;116;20221130;10.8;4.4;7.6;4.4;8.13;0;1.07;7230
+68085;43.12286;2.52978;116;20221201;6.7;3.7;5.2;5;7.8;0;.66;3925
+68085;43.12286;2.52978;116;20221202;10.1;3.6;6.8;2.6;7.26;0;.85;6957
+68085;43.12286;2.52978;116;20221203;7.7;2.8;5.2;1.3;7.7;.7;.49;4210
+68085;43.12286;2.52978;116;20221204;10.6;6.1;8.3;2.7;7.7;0;.97;6225
+68085;43.12286;2.52978;116;20221205;11.8;-1.4;5.2;1.9;6.3;.1;.74;8343
+68085;43.12286;2.52978;116;20221206;13.2;2.7;7.9;1.5;7.33;.1;.72;7207
+68085;43.12286;2.52978;116;20221207;15.6;7.7;11.7;2.6;8;0;1.38;7174
+68085;43.12286;2.52978;116;20221208;6.4;2.2;4.3;2.5;7.5;1.8;.44;3621
+68085;43.12286;2.52978;116;20221209;15.3;5.9;10.6;2.7;10.56;0;.8;7029
+68085;43.12286;2.52978;116;20221210;5.5;5.8;5.6;7.8;7.33;0;1.07;1500
+68085;43.12286;2.52978;116;20221211;6.1;-2.6;1.8;2.9;4.46;0;.91;6393
+68085;43.12286;2.52978;116;20221212;7.7;.4;4;3.4;6.13;6.4;.86;5186
+68085;43.12286;2.52978;116;20221213;6.8;3;4.9;2.3;8.6;3.1;.26;3802
+68085;43.12286;2.52978;116;20221214;13;6.8;9.9;2.4;11.73;.6;.37;5581
+68085;43.12286;2.52978;116;20221215;13.2;10.2;11.7;4.1;12.5;4.4;.65;3600
+68085;43.12286;2.52978;116;20221216;14.3;9.8;12.1;3.4;11.43;.9;.96;4733
+68085;43.12286;2.52978;116;20221217;9.6;6.5;8;3.8;8.73;0;.84;4309
+68085;43.12286;2.52978;116;20221218;11.3;3.8;7.5;3.8;8.86;.2;.74;4746
+68085;43.12286;2.52978;116;20221219;16.1;11.2;13.6;5.9;13.23;0;1.1;5140
+68085;43.12286;2.52978;116;20221220;14.2;11.5;12.9;4.5;13.63;0;.67;3308
+68085;43.12286;2.52978;116;20221221;17.6;11.1;14.4;3.1;12.16;.1;1.22;5879
+68085;43.12286;2.52978;116;20221222;19;9.1;14.1;3.3;11.96;.3;1.31;6915
+68085;43.12286;2.52978;116;20221223;21.4;12.5;17;2.2;12.66;.1;1.31;6626
+68085;43.12286;2.52978;116;20221224;19.2;8.8;14;2.2;11.13;.1;1.13;6915
+68085;43.12286;2.52978;116;20221225;13.7;6.6;10.2;2.4;11.9;0;.42;5246
+68085;43.12286;2.52978;116;20221226;17.4;12.4;14.9;1.6;13.1;.1;.81;4595
+68085;43.12286;2.52978;116;20221227;17.1;8.5;12.8;2.1;11.46;.1;.85;6563
+68085;43.12286;2.52978;116;20221228;11.3;5.3;8.3;1.5;10.26;0;.4;4323
+68085;43.12286;2.52978;116;20221229;13.3;9;11.1;1.5;11.53;0;.55;4139
+68085;43.12286;2.52978;116;20221230;15.1;8.1;11.6;2.3;11.4;0;.69;6128
+68085;43.12286;2.52978;116;20221231;14.1;11.2;12.7;3.6;13.16;.1;.69;3647
+68086;43.1448;2.8351;38;20220101;9.9;4.1;7;1.1;10.46;.2;.22;5634
+68086;43.1448;2.8351;38;20220102;12.6;8.7;10.7;1.6;11.16;.2;.48;4774
+68086;43.1448;2.8351;38;20220103;16.8;7.7;12.2;2.3;11.11;.1;.84;7334
+68086;43.1448;2.8351;38;20220104;12.7;7;9.9;2.6;11.36;1.2;.45;5616
+68086;43.1448;2.8351;38;20220105;8.3;7.8;8.1;8.5;6.81;0;2.01;1651
+68086;43.1448;2.8351;38;20220106;7.8;4;5.9;9.1;5.26;0;2.13;4867
+68086;43.1448;2.8351;38;20220107;7.7;2.8;5.2;7.8;6.31;2.6;1.34;5640
+68086;43.1448;2.8351;38;20220108;11.7;7;9.4;8;9.36;2.1;1.21;5504
+68086;43.1448;2.8351;38;20220109;9.9;9.4;9.6;6.3;9.81;21;1.02;1986
+68086;43.1448;2.8351;38;20220110;8.7;7.9;8.3;4.8;9.51;5.5;.68;2551
+68086;43.1448;2.8351;38;20220111;11.6;6.4;9;8.2;6.91;0;2.19;6025
+68086;43.1448;2.8351;38;20220112;9.6;4.1;6.9;6.7;6.16;0;1.75;6233
+68086;43.1448;2.8351;38;20220113;9.1;-1.8;3.7;2.1;5.96;.1;.67;8592
+68086;43.1448;2.8351;38;20220114;11.9;-2.6;4.6;1.4;5.76;.1;.65;9531
+68086;43.1448;2.8351;38;20220115;13.8;-1.3;6.3;4;4.81;0;1.88;9826
+68086;43.1448;2.8351;38;20220116;11.9;4;8;6.6;5.56;0;2.35;7643
+68086;43.1448;2.8351;38;20220117;11.1;4.7;7.9;7.4;5.86;0;2.31;6997
+68086;43.1448;2.8351;38;20220118;8.1;.2;4.1;5.3;6.41;0;.98;7937
+68086;43.1448;2.8351;38;20220119;9.3;1.4;5.4;6.5;7.16;.1;1.02;7910
+68086;43.1448;2.8351;38;20220120;10.8;4.9;7.8;7.4;7.16;0;1.71;7004
+68086;43.1448;2.8351;38;20220121;7.6;2.8;5.2;9.5;5.76;0;1.75;6343
+68086;43.1448;2.8351;38;20220122;9.8;1.8;5.8;7.1;5.01;0;2.14;8048
+68086;43.1448;2.8351;38;20220123;10.9;-1.5;4.7;1.8;5.81;0;.88;9819
+68086;43.1448;2.8351;38;20220124;11.7;.4;6.1;1.4;7.01;0;.72;9481
+68086;43.1448;2.8351;38;20220125;13.4;.8;7.1;1.4;7.56;0;.81;9870
+68086;43.1448;2.8351;38;20220126;15.3;.8;8;5.2;6.21;0;2.25;10900
+68086;43.1448;2.8351;38;20220127;15.2;6.7;11;7.8;6.11;0;3.29;8908
+68086;43.1448;2.8351;38;20220128;9;3.8;6.4;9.8;6.06;0;2.08;7072
+68086;43.1448;2.8351;38;20220129;11.1;2.8;6.9;8.8;6.41;0;2.13;9055
+68086;43.1448;2.8351;38;20220130;10.3;1.7;6;8.5;6.91;0;1.63;9216
+68086;43.1448;2.8351;38;20220131;11.1;4;7.6;11.8;8.01;.9;1.59;8437
+68086;43.1448;2.8351;38;20220201;10.1;5.6;7.8;12.4;6.66;0;2.39;6869
+68086;43.1448;2.8351;38;20220202;13.4;8.3;10.9;12;9.51;0;2.12;7416
+68086;43.1448;2.8351;38;20220203;15;3.2;9.1;3.6;8.76;0;1.43;11260
+68086;43.1448;2.8351;38;20220204;15.6;9.6;12.6;6.2;9.91;0;2.07;8210
+68086;43.1448;2.8351;38;20220205;13.7;9.9;11.8;7.7;8.86;0;2.38;6754
+68086;43.1448;2.8351;38;20220206;11.5;5.3;8.4;8.3;6.96;.3;2.21;8505
+68086;43.1448;2.8351;38;20220207;13.9;8.6;11.3;9.5;9.01;.5;2.36;7941
+68086;43.1448;2.8351;38;20220208;15.4;7.9;11.6;3.6;7.36;0;2.14;9427
+68086;43.1448;2.8351;38;20220209;12.6;.8;6.7;1.8;8.01;0;1.02;11404
+68086;43.1448;2.8351;38;20220210;10.5;6.8;8.7;2.3;9.87;0;1.36;9870
+68086;43.1448;2.8351;38;20220211;15.8;5.6;10.7;3.9;9.34;0;1.62;8507
+68086;43.1448;2.8351;38;20220212;11.7;1.9;6.8;2.3;7.9;0;1.12;11159
+68086;43.1448;2.8351;38;20220213;16.2;6.1;11.1;4.8;10.34;0;1.67;10201
+68086;43.1448;2.8351;38;20220214;13.4;9.7;11.6;5.8;9.07;.4;2.12;5696
+68086;43.1448;2.8351;38;20220215;13.9;8;10.9;7.3;7.53;.2;2.85;10768
+68086;43.1448;2.8351;38;20220216;15.4;8.2;11.8;8.2;10.61;1.7;1.98;10284
+68086;43.1448;2.8351;38;20220217;16.8;12.7;14.8;8.1;12.21;.1;2.31;7900
+68086;43.1448;2.8351;38;20220218;20.6;6.9;13.7;3.9;11.21;0;2.32;13892
+68086;43.1448;2.8351;38;20220219;11.7;8.8;10.2;7.5;8.66;.1;1.96;6832
+68086;43.1448;2.8351;38;20220220;15.4;5.8;10.6;7.2;8.76;.2;2.36;12397
+68086;43.1448;2.8351;38;20220221;15;10.4;12.7;10.3;9.01;.9;3.1;8812
+68086;43.1448;2.8351;38;20220222;15.3;8.5;11.9;8.5;8.46;0;2.97;10652
+68086;43.1448;2.8351;38;20220223;18.9;7.2;13.1;3.4;8.96;0;2.51;14202
+68086;43.1448;2.8351;38;20220224;17.3;6.9;12.1;4.1;10.31;0;2.08;13291
+68086;43.1448;2.8351;38;20220225;13;8.8;10.9;7;7.01;0;2.9;8678
+68086;43.1448;2.8351;38;20220226;13.6;1.4;7.5;3.2;5.76;0;2.2;14646
+68086;43.1448;2.8351;38;20220227;15;.5;7.8;2.3;7.56;0;1.78;15564
+68086;43.1448;2.8351;38;20220228;17.5;3.3;10.4;3.1;8.31;0;2.25;15713
+68086;43.1448;2.8351;38;20220301;13.5;8.7;11.1;4.8;8.61;0;2.15;10175
+68086;43.1448;2.8351;38;20220302;10.9;6.4;8.7;3.8;10.36;1;.96;9781
+68086;43.1448;2.8351;38;20220303;17.5;9.2;13.3;3.7;10.51;.2;2.28;13272
+68086;43.1448;2.8351;38;20220304;12.6;9.5;11;8.8;10.26;0;1.78;8498
+68086;43.1448;2.8351;38;20220305;11.7;7.7;9.7;8.1;8.41;0;2.14;9565
+68086;43.1448;2.8351;38;20220306;12.7;7.4;10;5.1;7.76;0;2.28;11007
+68086;43.1448;2.8351;38;20220307;12.5;1.3;6.9;2.4;7.26;0;1.78;15772
+68086;43.1448;2.8351;38;20220308;13.9;3.3;8.6;3.8;8.81;1.6;1.81;15279
+68086;43.1448;2.8351;38;20220309;14.8;8.3;11.6;3.6;10.86;0;1.77;12638
+68086;43.1448;2.8351;38;20220310;15.6;9.6;12.6;3.6;11.36;0;1.85;12099
+68086;43.1448;2.8351;38;20220311;13.6;9;11.3;6.4;11.66;15.2;1.36;10025
+68086;43.1448;2.8351;38;20220312;10.9;10.8;10.9;5.5;11.51;89.1;.84;1699
+68086;43.1448;2.8351;38;20220313;12.7;9.7;11.2;5.7;10.36;15.1;1.68;8635
+68086;43.1448;2.8351;38;20220314;12.3;4.4;8.3;5.8;11.61;3;.73;14290
+68086;43.1448;2.8351;38;20220315;13.5;12.3;12.9;6.8;13.01;0;1.2;5802
+68086;43.1448;2.8351;38;20220316;13.9;12.3;13.1;3.5;13.01;0;1.28;7002
+68086;43.1448;2.8351;38;20220317;15.3;10.8;13;3.7;12.76;3.9;1.61;11074
+68086;43.1448;2.8351;38;20220318;15.1;10.8;12.9;2.6;11.87;.4;1.71;10214
+68086;43.1448;2.8351;38;20220319;12.7;9.8;11.2;1.6;11.1;.1;1.21;6637
+68086;43.1448;2.8351;38;20220320;12.3;7.9;10.1;6.4;11.77;11.8;.93;7317
+68086;43.1448;2.8351;38;20220321;13.2;10.9;12;7.2;10.5;.1;1.98;6423
+68086;43.1448;2.8351;38;20220322;14.4;8.1;11.3;6.5;8.8;0;2.87;15414
+68086;43.1448;2.8351;38;20220323;14.6;7.6;11.1;4.5;8.87;0;2.67;16429
+68086;43.1448;2.8351;38;20220324;15.3;4.9;10.1;2.9;9.43;0;2.17;16709
+68086;43.1448;2.8351;38;20220325;15.8;8.8;12.3;2.5;10.07;0;2.39;15808
+68086;43.1448;2.8351;38;20220326;16.1;8.3;12.2;3.1;10.51;0;2.46;15599
+68086;43.1448;2.8351;38;20220327;18.8;8.6;13.7;1.9;8.9;0;2.91;18496
+68086;43.1448;2.8351;38;20220328;18.2;6.5;12.3;4.4;9.3;0;3.16;19638
+68086;43.1448;2.8351;38;20220329;16.2;8.9;12.6;3.7;12;5.2;1.91;11598
+68086;43.1448;2.8351;38;20220330;15.6;9.6;12.6;3.9;11.33;1;2.14;12235
+68086;43.1448;2.8351;38;20220331;16.1;10.5;13.3;7.2;8.8;.7;3.83;16696
+68086;43.1448;2.8351;38;20220401;9.3;4.3;6.8;11.4;5.3;.3;3.38;17891
+68086;43.1448;2.8351;38;20220402;9.5;2.1;5.8;6;5.29;0;2.31;11490
+68086;43.1448;2.8351;38;20220403;10.6;3.9;7.3;6.6;4.6;0;3.58;20700
+68086;43.1448;2.8351;38;20220404;14;2.9;8.5;5.1;4.8;.1;3.89;23500
+68086;43.1448;2.8351;38;20220405;18.1;5.3;11.7;5.5;5.74;0;4.53;22995
+68086;43.1448;2.8351;38;20220406;18.1;10.2;14.1;5;9.1;0;3.72;16866
+68086;43.1448;2.8351;38;20220407;21.6;10.8;16.2;5.3;10.5;0;4.53;21374
+68086;43.1448;2.8351;38;20220408;19.9;13.3;16.6;5.5;11.7;0;4.03;18444
+68086;43.1448;2.8351;38;20220409;16.6;9.5;13;6.7;7.57;0;4.19;16754
+68086;43.1448;2.8351;38;20220410;14.7;4.6;9.7;4.3;8.63;0;2.91;21886
+68086;43.1448;2.8351;38;20220411;16.6;9.8;13.2;8.6;12.23;0;2.55;15672
+68086;43.1448;2.8351;38;20220412;14.8;11.7;13.3;6.6;12.8;3.1;1.83;9349
+68086;43.1448;2.8351;38;20220413;16.5;12.2;14.3;3.4;12.1;.7;2.35;11391
+68086;43.1448;2.8351;38;20220414;23.2;11.1;17.2;3.1;10.57;0;4.45;23062
+68086;43.1448;2.8351;38;20220415;23.8;13.6;18.7;6.6;12.62;0;5.02;20075
+68086;43.1448;2.8351;38;20220416;23.1;15.2;19.1;10.5;12.62;0;5.78;21194
+68086;43.1448;2.8351;38;20220417;20.7;14.2;17.5;4.5;11.1;0;4.78;24600
+68086;43.1448;2.8351;38;20220418;23.1;12.3;17.7;4.8;10.37;0;5.17;23683
+68086;43.1448;2.8351;38;20220419;22.2;13.6;17.9;4.8;11.23;1.5;4.48;17302
+68086;43.1448;2.8351;38;20220420;14.6;10.2;12.4;4;11.73;42.5;1.92;10706
+68086;43.1448;2.8351;38;20220421;13.9;9.8;11.8;6;11.57;.9;1.86;9772
+68086;43.1448;2.8351;38;20220422;18.3;10.1;14.2;4.2;12.5;0;3.35;22406
+68086;43.1448;2.8351;38;20220423;18;12.1;15;6.3;11.63;18.6;3.19;13636
+68086;43.1448;2.8351;38;20220424;20;9.7;14.9;5.1;11.3;1.2;3.97;21852
+68086;43.1448;2.8351;38;20220425;20.9;10.9;15.9;3.4;11.53;0;4.2;24432
+68086;43.1448;2.8351;38;20220426;18.7;9.5;14.1;2.2;11.83;0;3.49;24140
+68086;43.1448;2.8351;38;20220427;18.9;10.6;14.7;2.6;13.1;0;3.19;20936
+68086;43.1448;2.8351;38;20220428;21.7;12.6;17.2;3;13.9;0;3.98;23147
+68086;43.1448;2.8351;38;20220429;26.2;16;21.1;4.7;14.37;0;5.75;25938
+68086;43.1448;2.8351;38;20220430;24.1;16.4;20.3;4.8;12.97;0;5.11;19464
+68086;43.1448;2.8351;38;20220501;24.3;13.1;18.7;4.2;10.57;0;5.69;26834
+68086;43.1448;2.8351;38;20220502;20.2;14.2;17.2;3.1;12.57;0;3.44;15562
+68086;43.1448;2.8351;38;20220503;20.9;13.9;17.4;3.1;13.63;.4;3.6;18514
+68086;43.1448;2.8351;38;20220504;22.5;12.6;17.6;4;13;1.2;4.38;22223
+68086;43.1448;2.8351;38;20220505;21.6;14;17.8;6.2;11.43;.3;5.34;24322
+68086;43.1448;2.8351;38;20220506;20.9;12.8;16.9;7.8;10.91;0;5.06;21690
+68086;43.1448;2.8351;38;20220507;23.6;13.4;18.5;8.7;12.16;.1;5.89;24551
+68086;43.1448;2.8351;38;20220508;24.8;15.8;20.3;5.8;13.51;.5;5.57;23188
+68086;43.1448;2.8351;38;20220509;25.4;13.1;19.3;2;13.96;0;4.68;26310
+68086;43.1448;2.8351;38;20220510;25.9;11.1;18.5;2.1;14.21;.1;4.85;28294
+68086;43.1448;2.8351;38;20220511;24.8;11.2;18;2.8;14.61;0;4.76;27895
+68086;43.1448;2.8351;38;20220512;22.8;14.1;18.5;3;15.16;0;4.06;22581
+68086;43.1448;2.8351;38;20220513;27.8;13;20.4;2.4;14.51;0;5.38;28751
+68086;43.1448;2.8351;38;20220514;28;14.8;21.4;2.4;15.96;0;5.37;28058
+68086;43.1448;2.8351;38;20220515;23.3;16.8;20;4.5;16.91;.4;4.05;20080
+68086;43.1448;2.8351;38;20220516;26.9;16;21.5;2.2;16.61;0;4.97;26034
+68086;43.1448;2.8351;38;20220517;27;14.1;20.6;1.9;16.91;0;4.93;27598
+68086;43.1448;2.8351;38;20220518;32.3;17.9;25.1;3.9;16.91;0;7.14;29806
+68086;43.1448;2.8351;38;20220519;23.7;19.3;21.5;5.2;19.66;.1;3.67;16962
+68086;43.1448;2.8351;38;20220520;26.2;18.2;22.2;5;18.41;0;4.96;22733
+68086;43.1448;2.8351;38;20220521;28;15.9;21.9;2.2;18.36;.1;5.18;27476
+68086;43.1448;2.8351;38;20220522;28.5;16.7;22.6;2.3;19.66;0;5.18;27301
+68086;43.1448;2.8351;38;20220523;23.5;19.4;21.5;5.7;17.16;0;4.27;16483
+68086;43.1448;2.8351;38;20220524;18;15.2;16.6;7.9;13.06;3.7;3.5;13812
+68086;43.1448;2.8351;38;20220525;22.4;12.6;17.5;9.7;11.86;0;5.71;25589
+68086;43.1448;2.8351;38;20220526;22.4;13.9;18.2;9;12.41;0;5.62;24196
+68086;43.1448;2.8351;38;20220527;26.6;15.6;21.1;8.5;13.86;0;6.97;27295
+68086;43.1448;2.8351;38;20220528;28;18.1;23;7.9;13.36;0;7.69;25482
+68086;43.1448;2.8351;38;20220529;29;16.2;22.6;4.7;9.51;0;7.77;29493
+68086;43.1448;2.8351;38;20220530;27;12.2;19.6;1.8;10.61;.5;5.52;29957
+68086;43.1448;2.8351;38;20220531;27.9;15.9;21.9;2.1;14.76;.1;5.59;28488
+68086;43.1448;2.8351;38;20220601;25.5;15.3;20.4;2.8;17.96;0;4.75;26251
+68086;43.1448;2.8351;38;20220602;24.6;19.1;21.8;3.3;19.01;0;4.17;19999
+68086;43.1448;2.8351;38;20220603;27.3;19;23.1;3.4;19.91;.2;5.02;24190
+68086;43.1448;2.8351;38;20220604;28.1;20.2;24.2;3.5;20.26;0;5.29;23792
+68086;43.1448;2.8351;38;20220605;26.9;19.5;23.2;6.4;17.41;0;5.97;22951
+68086;43.1448;2.8351;38;20220606;31;17;24;3.4;16.41;2.5;6.88;31017
+68086;43.1448;2.8351;38;20220607;26.1;18.6;22.4;5.5;17.36;0;5.43;23093
+68086;43.1448;2.8351;38;20220608;25.5;17;21.2;5.2;15.86;.3;5.47;24358
+68086;43.1448;2.8351;38;20220609;24.5;15.9;20.2;7.7;12.46;0;6.37;24525
+68086;43.1448;2.8351;38;20220610;31.6;17.2;24.4;5.5;13.11;0;8.51;31333
+68086;43.1448;2.8351;38;20220611;35.9;19;27.5;3;12.76;0;8.07;31386
+68086;43.1448;2.8351;38;20220612;34.2;21.2;27.7;3.9;16.06;.9;8.16;30106
+68086;43.1448;2.8351;38;20220613;35;20.6;27.8;5;18.71;0;8.58;30983
+68086;43.1448;2.8351;38;20220614;32.3;20;26.1;2.6;15.61;.6;6.85;29166
+68086;43.1448;2.8351;38;20220615;32.8;19.5;26.2;2.3;16.96;0;6.76;30445
+68086;43.1448;2.8351;38;20220616;38.1;18.4;28.2;2;18.16;0;7.42;31496
+68086;43.1448;2.8351;38;20220617;40.2;22.7;31.5;2.5;17.51;0;8.31;31509
+68086;43.1448;2.8351;38;20220618;31.4;20.2;25.8;3.2;19.81;0;6.4;27566
+68086;43.1448;2.8351;38;20220619;29.7;22.6;26.2;6.4;23.36;0;5.76;22243
+68086;43.1448;2.8351;38;20220620;26.5;22;24.2;5;23.46;0;4.04;17587
+68086;43.1448;2.8351;38;20220621;28.5;22.8;25.7;3.2;24.26;1;4.64;20465
+68086;43.1448;2.8351;38;20220622;29.6;20.2;24.9;3.3;22.71;14.3;5.47;25887
+68086;43.1448;2.8351;38;20220623;29;19.2;24.1;3.8;20.91;12.8;5.65;26491
+68086;43.1448;2.8351;38;20220624;26.8;18.3;22.5;4.1;17.36;0;5.45;24832
+68086;43.1448;2.8351;38;20220625;27.5;16.8;22.2;2.8;18.56;2.9;5.36;27292
+68086;43.1448;2.8351;38;20220626;22.3;17.9;20.1;4.2;18.67;0;6.03;26192
+68086;43.1448;2.8351;38;20220627;26.2;17.5;21.8;7;15.41;.2;6.2;24377
+68086;43.1448;2.8351;38;20220628;28.2;16.9;22.5;8;14.31;0;7.59;28350
+68086;43.1448;2.8351;38;20220629;32.6;16.7;24.6;3.9;14.76;.2;7.75;31414
+68086;43.1448;2.8351;38;20220630;22.6;19;20.8;7.7;16.26;0;4.51;15896
+68086;43.1448;2.8351;38;20220701;26.9;15.4;21.2;6.3;12.71;0;7.04;28583
+68086;43.1448;2.8351;38;20220702;29.1;15.3;22.2;2.9;13.16;0;6.4;29630
+68086;43.1448;2.8351;38;20220703;34;17.1;25.5;4.1;16.06;0;7.94;31283
+68086;43.1448;2.8351;38;20220704;30.4;20.2;25.3;7.6;18.31;0;7.62;26787
+68086;43.1448;2.8351;38;20220705;32.3;21.4;26.8;7.7;17.71;0;8.71;27707
+68086;43.1448;2.8351;38;20220706;30.4;21.6;26;5.8;14.41;0;7.9;24973
+68086;43.1448;2.8351;38;20220707;30.7;19.7;25.2;9;15.56;0;8.81;27807
+68086;43.1448;2.8351;38;20220708;31.6;19.9;25.7;8.3;14.86;0;9.15;28553
+68086;43.1448;2.8351;38;20220709;34.6;19.6;27.1;5.7;13.41;0;9.59;30995
+68086;43.1448;2.8351;38;20220710;36.8;21.4;29.1;4.1;13.21;0;9.25;30936
+68086;43.1448;2.8351;38;20220711;33;18.4;25.7;2.2;15.71;0;6.62;29652
+68086;43.1448;2.8351;38;20220712;34.9;18.5;26.7;1.8;19.21;0;6.66;30811
+68086;43.1448;2.8351;38;20220713;33.2;19.2;26.2;2.1;20.51;0;6.49;30370
+68086;43.1448;2.8351;38;20220714;35.1;21.5;28.3;1.6;22.91;0;6.21;28696
+68086;43.1448;2.8351;38;20220715;38.9;21.9;30.4;4.5;15.31;0;9.85;30600
+68086;43.1448;2.8351;38;20220716;38.9;21.5;30.2;2.4;14.96;0;7.82;30096
+68086;43.1448;2.8351;38;20220717;35.4;19.5;27.5;2;17.81;.1;6.83;30018
+68086;43.1448;2.8351;38;20220718;33.8;19.7;26.8;2.9;21.96;0;6.74;29585
+68086;43.1448;2.8351;38;20220719;29.6;23.1;26.4;4.5;24.91;0;5.01;20706
+68086;43.1448;2.8351;38;20220720;32.4;23.7;28;5;19.16;0;7.35;24208
+68086;43.1448;2.8351;38;20220721;37.4;21.5;29.5;3.4;16.26;0;8.43;30103
+68086;43.1448;2.8351;38;20220722;36.3;21.4;28.9;4;17.81;3.1;8.26;29124
+68086;43.1448;2.8351;38;20220723;30.5;20.6;25.6;7.5;16.96;0;7.83;25408
+68086;43.1448;2.8351;38;20220724;33.8;21.4;27.6;3;18.01;0;6.9;27500
+68086;43.1448;2.8351;38;20220725;28.9;21.7;25.3;7.3;20.21;.5;6.26;21684
+68086;43.1448;2.8351;38;20220726;29.6;20.5;25.1;7.6;15.61;0;7.73;24009
+68086;43.1448;2.8351;38;20220727;31.3;19;25.1;6.6;13.51;0;8.64;28042
+68086;43.1448;2.8351;38;20220728;32.8;19.6;26.2;4.7;14.06;0;8.1;28641
+68086;43.1448;2.8351;38;20220729;29.7;22.3;26;5.6;17.86;2.8;6.6;21517
+68086;43.1448;2.8351;38;20220730;33.2;20.9;27;6.4;17.46;0;8.39;27327
+68086;43.1448;2.8351;38;20220731;36;22.7;29.4;5.7;15.76;0;9.43;28177
+68086;43.1448;2.8351;38;20220801;37;23.2;30.1;7;15.96;0;10.61;28476
+68086;43.1448;2.8351;38;20220802;39.1;23.4;31.3;4.5;13.56;0;9.83;28819
+68086;43.1448;2.8351;38;20220803;34;20.5;27.2;2.4;19.91;0;6.34;27508
+68086;43.1448;2.8351;38;20220804;31.3;22.6;26.9;2.4;24.86;.2;5.05;22657
+68086;43.1448;2.8351;38;20220805;34.1;22.8;28.4;6.1;21.81;0;7.61;25361
+68086;43.1448;2.8351;38;20220806;35.1;22.7;28.9;6.6;18.31;0;9.09;26914
+68086;43.1448;2.8351;38;20220807;36.8;24.6;30.7;3.5;14.86;0;7.95;25917
+68086;43.1448;2.8351;38;20220808;36.9;20.4;28.7;2.9;13.01;0;7.5;28045
+68086;43.1448;2.8351;38;20220809;36.6;19.2;27.9;2.5;13.16;0;7.1;27908
+68086;43.1448;2.8351;38;20220810;32.8;19.1;26;2.9;20.01;0;6.07;26566
+68086;43.1448;2.8351;38;20220811;31.3;24.2;27.8;3.5;26.96;0;4.89;20102
+68086;43.1448;2.8351;38;20220812;39.4;24.1;31.8;2.2;25.76;0;6.69;26842
+68086;43.1448;2.8351;38;20220813;34.3;24.3;29.3;4.2;24.16;2;6.49;22980
+68086;43.1448;2.8351;38;20220814;32.2;23.4;27.8;4.7;22.76;.9;6.09;21757
+68086;43.1448;2.8351;38;20220815;31.9;22;26.9;4.3;16.61;0;6.81;23153
+68086;43.1448;2.8351;38;20220816;31.1;18.5;24.8;2.9;17.26;1;5.74;24970
+68086;43.1448;2.8351;38;20220817;25.8;19.4;22.6;4.9;17.81;.5;4.66;18508
+68086;43.1448;2.8351;38;20220818;26.5;18.9;22.7;9.1;16.46;.1;6.03;19866
+68086;43.1448;2.8351;38;20220819;28;18.7;23.4;8.8;16.26;.1;6.62;21552
+68086;43.1448;2.8351;38;20220820;33.3;21.1;27.2;4.9;15.61;0;7.59;24784
+68086;43.1448;2.8351;38;20220821;32;22.1;27;4.3;15.86;0;6.66;22028
+68086;43.1448;2.8351;38;20220822;28.3;21.4;24.9;6.5;17.66;.2;5.97;18504
+68086;43.1448;2.8351;38;20220823;34.2;21.7;27.9;5.8;18.51;0;7.74;24521
+68086;43.1448;2.8351;38;20220824;33.3;19.6;26.4;2.5;17.01;.5;5.87;24817
+68086;43.1448;2.8351;38;20220825;33.9;21.3;27.6;4;19.56;.4;6.58;24045
+68086;43.1448;2.8351;38;20220826;33.2;22.2;27.7;7.8;18.71;0;8.1;22475
+68086;43.1448;2.8351;38;20220827;33.8;21.6;27.7;5.2;17.01;0;7.52;23696
+68086;43.1448;2.8351;38;20220828;33.3;18.7;26;2.3;16.81;0;5.55;24209
+68086;43.1448;2.8351;38;20220829;30.9;18.7;24.8;2.5;19.71;3.2;4.91;22724
+68086;43.1448;2.8351;38;20220830;34.4;18.8;26.6;2;20.31;0;5.25;24347
+68086;43.1448;2.8351;38;20220831;29.5;19.5;24.5;3.2;20.01;0;4.68;20595
+68086;43.1448;2.8351;38;20220901;33.6;21;27.3;5.9;18.41;.7;7.41;23144
+68086;43.1448;2.8351;38;20220902;30.4;20.5;25.5;3.4;19.16;1.6;5.03;20122
+68086;43.1448;2.8351;38;20220903;28.2;19.3;23.8;2.7;20.16;.4;4.11;19280
+68086;43.1448;2.8351;38;20220904;29.6;20.5;25;2.9;23.81;0;4.1;19291
+68086;43.1448;2.8351;38;20220905;29.3;24.2;26.8;4.8;26.71;.4;3.86;14636
+68086;43.1448;2.8351;38;20220906;31.3;24.1;27.7;3.7;26.51;1.3;4.34;16822
+68086;43.1448;2.8351;38;20220907;29.3;20.8;25;3;20.41;0;4.32;18278
+68086;43.1448;2.8351;38;20220908;30.3;18.8;24.6;3.3;13.61;0;5.43;20732
+68086;43.1448;2.8351;38;20220909;26.8;17.1;21.9;3.5;13.96;0;4.7;18977
+68086;43.1448;2.8351;38;20220910;30.2;16.9;23.5;3.3;13.56;0;5.37;22068
+68086;43.1448;2.8351;38;20220911;29;15.1;22.1;2.4;14.26;0;4.47;21103
+68086;43.1448;2.8351;38;20220912;27.4;18.4;22.9;3;20.26;.1;3.68;17874
+68086;43.1448;2.8351;38;20220913;27.6;24.1;25.8;4;27.46;4.7;2.62;10474
+68086;43.1448;2.8351;38;20220914;27.6;20.9;24.2;2.8;23.11;.9;3.22;15131
+68086;43.1448;2.8351;38;20220915;31.8;19.1;25.5;3.9;17.36;.7;5.55;20710
+68086;43.1448;2.8351;38;20220916;27.3;20.2;23.8;6.9;16.11;0;5.51;15571
+68086;43.1448;2.8351;38;20220917;24.8;15.7;20.2;5;9.11;0;5.42;17402
+68086;43.1448;2.8351;38;20220918;28.3;10.2;19.3;2.7;7.71;0;4.78;21034
+68086;43.1448;2.8351;38;20220919;29.5;10;19.7;3.5;7.41;0;5.6;20840
+68086;43.1448;2.8351;38;20220920;28.8;12.6;20.7;4.2;7.76;0;5.85;20645
+68086;43.1448;2.8351;38;20220921;27.2;13.4;20.3;3.3;9.66;0;4.76;20179
+68086;43.1448;2.8351;38;20220922;25.3;13.6;19.5;1.9;12.81;0;3.4;18331
+68086;43.1448;2.8351;38;20220923;22.7;12.3;17.5;2.8;16.16;8.5;2.66;16858
+68086;43.1448;2.8351;38;20220924;22.5;16;19.2;5;15.46;2;3.18;13483
+68086;43.1448;2.8351;38;20220925;22.2;13.9;18;6.3;12.01;0;4.14;15343
+68086;43.1448;2.8351;38;20220926;22;12.9;17.4;6.9;11.21;.5;4.29;15707
+68086;43.1448;2.8351;38;20220927;20;14.2;17.1;8.5;12.91;.8;3.55;12528
+68086;43.1448;2.8351;38;20220928;20.9;15.2;18.1;7.5;14.81;3;3.13;12350
+68086;43.1448;2.8351;38;20220929;19.8;14.1;16.9;6.3;13.21;1.5;3.02;12112
+68086;43.1448;2.8351;38;20220930;19.7;11.9;15.8;6.5;11.46;.1;3.35;14241
+68086;43.1448;2.8351;38;20221001;25.3;12;18.7;5;12.31;0;4.29;18114
+68086;43.1448;2.8351;38;20221002;28.1;14.9;21.5;3.6;14.71;0;4.18;17785
+68086;43.1448;2.8351;38;20221003;27.5;15.1;21.3;3.7;14.16;0;4.09;17059
+68086;43.1448;2.8351;38;20221004;27.4;12.4;19.9;2.4;13.96;.1;3.35;17860
+68086;43.1448;2.8351;38;20221005;21.9;12.5;17.2;2.9;17.16;.5;2.05;14153
+68086;43.1448;2.8351;38;20221006;26.1;17.9;22;3.7;16.46;0;3.47;13833
+68086;43.1448;2.8351;38;20221007;20.8;13.3;17.1;1.8;16.21;1.2;1.85;12356
+68086;43.1448;2.8351;38;20221008;23.2;16.5;19.9;1.5;17.26;1.8;2.03;12020
+68086;43.1448;2.8351;38;20221009;22.8;12.1;17.5;1.4;15.56;.2;2.09;14589
+68086;43.1448;2.8351;38;20221010;22.7;15.6;19.2;1.9;17.86;.1;1.94;11910
+68086;43.1448;2.8351;38;20221011;23.6;15.1;19.3;1.1;16.56;.1;2;13021
+68086;43.1448;2.8351;38;20221012;26.2;13.7;19.9;2.1;14.81;1.1;2.75;15122
+68086;43.1448;2.8351;38;20221013;24.7;14.2;19.5;3.8;14.71;0;3.11;13821
+68086;43.1448;2.8351;38;20221014;25.1;18.2;21.7;6;15.96;.2;3.84;11314
+68086;43.1448;2.8351;38;20221015;22;11.9;17;2.2;15.71;.1;1.9;13025
+68086;43.1448;2.8351;38;20221016;23.7;19.1;21.4;4.3;20.56;.1;2.08;9143
+68086;43.1448;2.8351;38;20221017;21.9;20.4;21.2;6.3;21.71;.2;1.52;5211
+68086;43.1448;2.8351;38;20221018;22.2;20.1;21.1;3.7;21.71;.1;1.42;6058
+68086;43.1448;2.8351;38;20221019;22.4;19.7;21.1;3.5;21.91;.5;1.37;6436
+68086;43.1448;2.8351;38;20221020;24.6;20.2;22.4;4;21.36;1;1.97;7625
+68086;43.1448;2.8351;38;20221021;24.9;19.9;22.4;3;18.16;.1;2.46;8842
+68086;43.1448;2.8351;38;20221022;24.7;15.5;20.1;2.2;17.26;.1;2.06;11604
+68086;43.1448;2.8351;38;20221023;22.9;15.4;19.2;3.1;20.01;0;1.52;10239
+68086;43.1448;2.8351;38;20221024;27.6;19.3;23.4;1.4;19.51;0;2;11024
+68086;43.1448;2.8351;38;20221025;21.6;15;18.3;2.2;15.81;0;1.7;9283
+68086;43.1448;2.8351;38;20221026;22.5;17.3;19.9;1.9;19.36;0;1.44;8264
+68086;43.1448;2.8351;38;20221027;23.7;18.1;20.9;2.1;19.81;.1;1.6;8669
+68086;43.1448;2.8351;38;20221028;23.6;18.4;21;3.5;19.61;0;1.86;8464
+68086;43.1448;2.8351;38;20221029;21.1;16.8;19;3.8;18.41;0;1.49;7676
+68086;43.1448;2.8351;38;20221030;22.7;17.8;20.2;4.3;19.01;0;1.83;7856
+68086;43.1448;2.8351;38;20221031;24.3;19.5;21.9;4.8;19.41;.6;2.34;7640
+68086;43.1448;2.8351;38;20221101;23.3;16;19.6;4.1;14.96;0;2.56;9532
+68086;43.1448;2.8351;38;20221102;24.2;14.5;19.4;2.6;12.21;.1;2.42;10601
+68086;43.1448;2.8351;38;20221103;18.6;11.3;15;4.5;12.66;1.3;1.85;8813
+68086;43.1448;2.8351;38;20221104;13.7;10.8;12.3;8.1;10.31;2.7;1.98;5806
+68086;43.1448;2.8351;38;20221105;16.6;9.1;12.9;7.3;8.31;0;2.98;9150
+68086;43.1448;2.8351;38;20221106;19.4;3.4;11.4;1.6;8.46;0;1.43;11986
+68086;43.1448;2.8351;38;20221107;20.3;7;13.7;3.2;11.46;.1;1.79;11160
+68086;43.1448;2.8351;38;20221108;21.2;15.9;18.6;4;16.26;0;1.75;7569
+68086;43.1448;2.8351;38;20221109;21.2;16.3;18.7;3.2;16.11;1.2;1.62;7072
+68086;43.1448;2.8351;38;20221110;19.1;11.7;15.4;4.8;11.71;0;2.13;8580
+68086;43.1448;2.8351;38;20221111;19.4;10.7;15;2.5;14.06;.9;1.17;8903
+68086;43.1448;2.8351;38;20221112;20.6;15.2;17.9;2.9;15.56;.2;1.47;7316
+68086;43.1448;2.8351;38;20221113;18.9;9.3;14.1;1.6;13.71;0;.93;9309
+68086;43.1448;2.8351;38;20221114;19.1;14.4;16.7;3.4;15.26;0;1.31;6586
+68086;43.1448;2.8351;38;20221115;18.6;14.5;16.6;2.3;14.66;.5;1.15;6100
+68086;43.1448;2.8351;38;20221116;20.8;12.5;16.7;3;11.56;0;1.89;8464
+68086;43.1448;2.8351;38;20221117;21;9.4;15.2;4;11.56;6.7;2.04;9697
+68086;43.1448;2.8351;38;20221118;15.5;11;13.3;6.5;10.81;.5;1.87;6144
+68086;43.1448;2.8351;38;20221119;11.6;8.5;10.1;7.7;9.61;.5;1.36;5197
+68086;43.1448;2.8351;38;20221120;15.2;6.6;10.9;6.2;9.36;.6;1.7;8333
+68086;43.1448;2.8351;38;20221121;11.2;8.6;9.9;4.2;10.36;8.7;.78;4480
+68086;43.1448;2.8351;38;20221122;11.9;6.9;9.4;8.9;8.86;5.6;1.56;6189
+68086;43.1448;2.8351;38;20221123;17.7;8.1;12.9;3.6;11.06;5.6;1.34;8348
+68086;43.1448;2.8351;38;20221124;15.7;7.1;11.4;2.6;10.21;.1;.99;7821
+68086;43.1448;2.8351;38;20221125;14.7;8.2;11.5;5.6;10.41;2;1.42;6647
+68086;43.1448;2.8351;38;20221126;15.6;9.3;12.5;5.7;9.11;0;2.07;6765
+68086;43.1448;2.8351;38;20221127;13.3;2.2;7.8;2.4;8.61;2.9;.77;8479
+68086;43.1448;2.8351;38;20221128;12.5;10;11.2;6;10.96;6.2;1.03;4182
+68086;43.1448;2.8351;38;20221129;13.4;8.4;10.9;6.6;9.06;.8;1.7;5854
+68086;43.1448;2.8351;38;20221130;12.3;5;8.6;4.8;8.06;0;1.28;7095
+68086;43.1448;2.8351;38;20221201;7.5;4.1;5.8;5.9;7.71;0;.75;4887
+68086;43.1448;2.8351;38;20221202;10.8;2.5;6.7;3;7.06;.1;.94;7135
+68086;43.1448;2.8351;38;20221203;8.5;4.3;6.4;1.6;7.76;1.3;.55;5115
+68086;43.1448;2.8351;38;20221204;11.6;6.9;9.3;3;7.81;0;1.12;5538
+68086;43.1448;2.8351;38;20221205;12.2;-.3;5.9;1.8;6.46;.1;.72;8565
+68086;43.1448;2.8351;38;20221206;13.8;2.9;8.3;1.3;7.31;.1;.66;7911
+68086;43.1448;2.8351;38;20221207;16.7;9;12.9;2.8;8.11;0;1.54;6912
+68086;43.1448;2.8351;38;20221208;7;2.9;4.9;2.1;7.46;1.5;.45;4882
+68086;43.1448;2.8351;38;20221209;16.2;6.4;11.3;2.9;10.71;0;.85;7644
+68086;43.1448;2.8351;38;20221210;5.4;6.7;6.1;8.5;7.31;.1;1.17;0
+68086;43.1448;2.8351;38;20221211;6.6;-1.4;2.6;3.5;4.41;0;1.06;6890
+68086;43.1448;2.8351;38;20221212;8.8;1.2;5;3.6;6.21;5.8;.91;6379
+68086;43.1448;2.8351;38;20221213;7.2;3.4;5.3;1.8;8.61;3.8;.24;4803
+68086;43.1448;2.8351;38;20221214;13;7.3;10.1;2.3;11.71;2.2;.35;5672
+68086;43.1448;2.8351;38;20221215;13.5;10.5;12;3.8;12.51;6.9;.59;4050
+68086;43.1448;2.8351;38;20221216;15.4;10.5;12.9;3.7;11.41;1;1.06;5400
+68086;43.1448;2.8351;38;20221217;10.8;6.6;8.7;4.2;8.76;0;.94;5013
+68086;43.1448;2.8351;38;20221218;11.7;5.7;8.7;3.2;8.96;.8;.76;6119
+68086;43.1448;2.8351;38;20221219;16.7;11.9;14.3;5;13.31;0;1.1;5010
+68086;43.1448;2.8351;38;20221220;14.7;11.4;13.1;3.8;13.71;0;.55;4412
+68086;43.1448;2.8351;38;20221221;18.2;12.3;15.3;3.6;12.16;0;1.42;5818
+68086;43.1448;2.8351;38;20221222;19.7;10.2;15;3.6;11.91;.2;1.47;7172
+68086;43.1448;2.8351;38;20221223;22.1;14.5;18.3;2.5;12.81;0;1.54;6489
+68086;43.1448;2.8351;38;20221224;19.8;10.7;15.3;2.4;11.26;.2;1.28;7072
+68086;43.1448;2.8351;38;20221225;14;5.6;9.8;1.9;11.76;0;.35;6519
+68086;43.1448;2.8351;38;20221226;17.4;12.8;15.1;1.5;13.16;.1;.76;5193
+68086;43.1448;2.8351;38;20221227;17.7;9.4;13.5;2.3;11.56;.2;.95;6794
+68086;43.1448;2.8351;38;20221228;11.6;5.8;8.7;1.2;10.31;0;.36;5485
+68086;43.1448;2.8351;38;20221229;13.6;10.8;12.2;1.3;11.81;0;.56;4059
+68086;43.1448;2.8351;38;20221230;15.4;8.3;11.8;1.7;11.36;0;.59;6192
+68086;43.1448;2.8351;38;20221231;14.6;11.4;13;2.7;13.21;0;.6;4471
+68087;43.18839;3.10068;4;20220101;10.8;6.5;8.7;1.5;11.31;.1;.25;4834
+68087;43.18839;3.10068;4;20220102;11.8;9.2;10.5;2;11.18;.1;.5;4412
+68087;43.18839;3.10068;4;20220103;16.2;7.1;11.7;2.5;11.21;.1;.77;7752
+68087;43.18839;3.10068;4;20220104;13.1;8.4;10.7;3.4;11.78;.6;.52;4710
+68087;43.18839;3.10068;4;20220105;9.4;8.8;9.1;7.7;6.21;0;2.47;3328
+68087;43.18839;3.10068;4;20220106;9.3;4.1;6.7;7.6;4.98;0;2.25;6302
+68087;43.18839;3.10068;4;20220107;9.7;2;5.8;6;6.18;.6;1.43;7278
+68087;43.18839;3.10068;4;20220108;13.7;6.9;10.3;7;9.01;1;1.57;7093
+68087;43.18839;3.10068;4;20220109;11.3;9.2;10.3;6.3;9.15;9;1.45;3741
+68087;43.18839;3.10068;4;20220110;10;7.5;8.8;4.8;8.81;2.2;1.04;2358
+68087;43.18839;3.10068;4;20220111;12.3;3.7;8;4.4;5.87;0;1.63;7818
+68087;43.18839;3.10068;4;20220112;10.6;1;5.8;3.2;5.57;0;1.11;8191
+68087;43.18839;3.10068;4;20220113;10;-1.2;4.4;1.9;5.88;0;.66;9241
+68087;43.18839;3.10068;4;20220114;11.5;-1.1;5.2;1.7;5.91;.1;.68;9505
+68087;43.18839;3.10068;4;20220115;12.9;-1.3;5.8;2.4;5.65;0;1.18;9896
+68087;43.18839;3.10068;4;20220116;13.6;1.4;7.5;5.1;4.81;0;2.4;8955
+68087;43.18839;3.10068;4;20220117;13.2;4.1;8.7;6.2;5.58;0;2.51;8632
+68087;43.18839;3.10068;4;20220118;11;.3;5.6;3.6;6.35;0;1.1;9061
+68087;43.18839;3.10068;4;20220119;11.7;1.3;6.5;4.9;6.85;.1;1.28;8932
+68087;43.18839;3.10068;4;20220120;12.3;4;8.1;5.7;6.78;0;1.83;9112
+68087;43.18839;3.10068;4;20220121;9.3;2;5.7;6.9;5.31;0;1.88;8056
+68087;43.18839;3.10068;4;20220122;12.1;1.2;6.7;5.1;5.05;0;2.04;9790
+68087;43.18839;3.10068;4;20220123;10.9;-.8;5.1;2;6.11;0;.89;9863
+68087;43.18839;3.10068;4;20220124;11.8;2.5;7.2;2;7.58;0;.83;7628
+68087;43.18839;3.10068;4;20220125;12.4;3.2;7.8;2.1;7.98;0;.87;8958
+68087;43.18839;3.10068;4;20220126;16.8;.6;8.7;3.6;6.48;0;1.91;11012
+68087;43.18839;3.10068;4;20220127;14.7;2;8.3;4.3;5.98;0;2.17;10633
+68087;43.18839;3.10068;4;20220128;12.3;4.2;8.3;8;5.71;0;2.78;9279
+68087;43.18839;3.10068;4;20220129;15;4.2;9.6;7.1;6.05;0;2.91;10585
+68087;43.18839;3.10068;4;20220130;15.5;5.3;10.4;8;7.58;0;2.66;10436
+68087;43.18839;3.10068;4;20220131;13;4.6;8.8;10.4;7.61;.3;2.22;9404
+68087;43.18839;3.10068;4;20220201;12;6.3;9.1;10.7;6.48;0;2.78;8318
+68087;43.18839;3.10068;4;20220202;15.8;9.1;12.5;8.7;9.01;0;2.6;9195
+68087;43.18839;3.10068;4;20220203;14.9;4.2;9.6;3.1;8.45;0;1.34;10935
+68087;43.18839;3.10068;4;20220204;16.3;6.9;11.6;4.9;9.55;0;1.97;10417
+68087;43.18839;3.10068;4;20220205;15.7;8.5;12.1;6.8;8.51;0;2.58;9544
+68087;43.18839;3.10068;4;20220206;12.7;3.6;8.2;6.7;6.81;.3;2.2;10943
+68087;43.18839;3.10068;4;20220207;15.9;8.6;12.2;8.7;8.61;.3;2.86;9900
+68087;43.18839;3.10068;4;20220208;14.3;5.4;9.8;3.2;7.08;0;1.83;10221
+68087;43.18839;3.10068;4;20220209;13.2;3.9;8.5;3.1;8.51;0;1.26;10379
+68087;43.18839;3.10068;4;20220210;14;9.7;11.8;2.6;10.11;0;1.39;9105
+68087;43.18839;3.10068;4;20220211;15.6;8.3;12;4.7;9.71;0;1.92;10022
+68087;43.18839;3.10068;4;20220212;11.9;1.1;6.5;2.5;7.96;1.5;1.09;10738
+68087;43.18839;3.10068;4;20220213;14.3;8;11.2;4.6;10.91;.2;1.37;11203
+68087;43.18839;3.10068;4;20220214;13.1;10.2;11.7;5.9;9.36;.3;2.01;6644
+68087;43.18839;3.10068;4;20220215;13.8;7.2;10.5;7;7.86;0;2.54;10552
+68087;43.18839;3.10068;4;20220216;16.4;8.7;12.5;6.6;10.11;.8;2.31;10698
+68087;43.18839;3.10068;4;20220217;18.2;13;15.6;6.9;11.78;.1;2.48;8400
+68087;43.18839;3.10068;4;20220218;19.1;7.8;13.5;3.4;11.35;0;2.05;13837
+68087;43.18839;3.10068;4;20220219;13;10;11.5;5.8;7.95;0;2.36;7776
+68087;43.18839;3.10068;4;20220220;16;6.1;11.1;6.2;8.41;.1;2.58;13698
+68087;43.18839;3.10068;4;20220221;16.7;10.5;13.6;9.4;8.58;.6;3.65;11671
+68087;43.18839;3.10068;4;20220222;16.6;9.5;13;7.7;7.98;0;3.44;12051
+68087;43.18839;3.10068;4;20220223;18.6;7.4;13;3.5;9.31;0;2.46;14762
+68087;43.18839;3.10068;4;20220224;16.2;8.2;12.2;3.9;10.81;0;1.79;11282
+68087;43.18839;3.10068;4;20220225;14.1;8.5;11.3;6.2;6.81;0;3.05;10948
+68087;43.18839;3.10068;4;20220226;13.3;3.5;8.4;4.5;5.95;0;2.45;13554
+68087;43.18839;3.10068;4;20220227;14;3.8;8.9;3.7;8.08;0;1.92;15464
+68087;43.18839;3.10068;4;20220228;14.8;5.4;10.1;3.2;8.98;0;1.86;13859
+68087;43.18839;3.10068;4;20220301;13.7;4.9;9.3;4.7;8.65;.1;2.02;13171
+68087;43.18839;3.10068;4;20220302;11.3;7.2;9.2;3.9;10.38;1.1;1.15;8376
+68087;43.18839;3.10068;4;20220303;15.7;5.8;10.8;3;10.25;.1;1.91;14612
+68087;43.18839;3.10068;4;20220304;16.1;6.3;11.2;7.5;9.88;0;2.35;12845
+68087;43.18839;3.10068;4;20220305;15.4;7.8;11.6;7;8.01;0;2.97;13292
+68087;43.18839;3.10068;4;20220306;13.4;6;9.7;4.2;7.25;0;2.33;11964
+68087;43.18839;3.10068;4;20220307;11.9;2;6.9;3.2;7.21;0;1.81;15685
+68087;43.18839;3.10068;4;20220308;13;5;9;5.2;9.08;.6;1.74;12916
+68087;43.18839;3.10068;4;20220309;14.2;8.4;11.3;4.5;10.98;0;1.66;12152
+68087;43.18839;3.10068;4;20220310;14.1;9.9;12;5.2;11.58;0;1.59;9878
+68087;43.18839;3.10068;4;20220311;13.2;11.7;12.5;9.7;11.88;18.9;1.48;6113
+68087;43.18839;3.10068;4;20220312;11.8;11.1;11.4;9.4;11.88;89.3;1.06;3847
+68087;43.18839;3.10068;4;20220313;12.4;10.1;11.3;8.1;10.71;16.5;1.61;7508
+68087;43.18839;3.10068;4;20220314;12.7;5.7;9.2;6.4;11.75;0;.8;12908
+68087;43.18839;3.10068;4;20220315;13.6;12.5;13.1;7.3;13.05;0;1.13;3875
+68087;43.18839;3.10068;4;20220316;14.2;12;13.1;3.3;12.98;0;1.27;7404
+68087;43.18839;3.10068;4;20220317;15.5;10.2;12.8;3.1;12.48;1.7;1.65;11499
+68087;43.18839;3.10068;4;20220318;15.2;10.8;13;2.9;12.11;.2;1.84;12522
+68087;43.18839;3.10068;4;20220319;12.8;10.7;11.8;1.8;11.41;.1;1.46;9974
+68087;43.18839;3.10068;4;20220320;12.8;8.1;10.4;7.7;11.66;11.6;1.19;9825
+68087;43.18839;3.10068;4;20220321;13.3;11.3;12.3;8.4;10.36;4;2.15;7185
+68087;43.18839;3.10068;4;20220322;14.5;8.3;11.4;7.3;8.96;0;2.85;13871
+68087;43.18839;3.10068;4;20220323;14.7;6.8;10.7;4.9;9.06;0;2.59;15394
+68087;43.18839;3.10068;4;20220324;15.4;4.5;9.9;3.2;9.41;0;2.26;18564
+68087;43.18839;3.10068;4;20220325;16.1;7.2;11.7;2.5;9.56;0;2.36;15163
+68087;43.18839;3.10068;4;20220326;15.4;9.8;12.6;2.2;11.71;0;2.14;16297
+68087;43.18839;3.10068;4;20220327;18.9;8.4;13.7;1.9;8.56;0;3.06;20444
+68087;43.18839;3.10068;4;20220328;18.2;6.7;12.5;4.9;9.51;0;3.11;21158
+68087;43.18839;3.10068;4;20220329;16.3;9.4;12.8;4.2;12.36;5;1.94;12048
+68087;43.18839;3.10068;4;20220330;16.2;9.9;13;4.1;11.46;1.5;2.28;14153
+68087;43.18839;3.10068;4;20220331;16.6;9.6;13.1;6.8;9.01;.4;3.58;16294
+68087;43.18839;3.10068;4;20220401;9.7;5;7.3;11;5.5;.1;3.31;15482
+68087;43.18839;3.10068;4;20220402;9.7;2.3;6;6;5.3;0;2.31;11490
+68087;43.18839;3.10068;4;20220403;10.8;4.1;7.5;8.6;4.82;0;3.43;19625
+68087;43.18839;3.10068;4;20220404;14.2;3.1;8.7;5.1;4.81;.1;3.89;23500
+68087;43.18839;3.10068;4;20220405;17.9;7.3;12.6;6.2;5.81;0;4.94;23385
+68087;43.18839;3.10068;4;20220406;18.2;8.3;13.3;5;9.36;0;3.6;18299
+68087;43.18839;3.10068;4;20220407;21.7;11.1;16.4;5.8;10.76;0;4.56;21612
+68087;43.18839;3.10068;4;20220408;20.1;13.9;17;5.9;11.91;0;4.04;17617
+68087;43.18839;3.10068;4;20220409;17;8.3;12.7;6.4;7.36;0;4.24;18532
+68087;43.18839;3.10068;4;20220410;15.1;4.5;9.8;4.8;8.31;0;2.95;21080
+68087;43.18839;3.10068;4;20220411;15.6;10.2;12.9;10;12.46;0;2.14;13408
+68087;43.18839;3.10068;4;20220412;15.3;11.1;13.2;7.2;12.66;.4;1.98;11574
+68087;43.18839;3.10068;4;20220413;17.1;12;14.6;3.4;11.71;0;2.63;13737
+68087;43.18839;3.10068;4;20220414;23.8;9.9;16.8;3.1;10.56;0;4.54;24543
+68087;43.18839;3.10068;4;20220415;24;14.4;19.2;6.6;12.63;0;5.02;20075
+68087;43.18839;3.10068;4;20220416;23.3;15.8;19.5;10.5;12.63;0;5.78;21194
+68087;43.18839;3.10068;4;20220417;20.9;14.4;17.7;4.5;11.11;0;4.78;24600
+68087;43.18839;3.10068;4;20220418;23.3;10.4;16.9;5.2;10.51;0;5.24;25225
+68087;43.18839;3.10068;4;20220419;23.6;12;17.8;5.3;11.36;1.6;5.06;22054
+68087;43.18839;3.10068;4;20220420;15.4;10.2;12.8;4.7;12.06;38.3;2.21;14259
+68087;43.18839;3.10068;4;20220421;14.5;10.2;12.4;6;12.11;.7;1.95;13308
+68087;43.18839;3.10068;4;20220422;18.6;11;14.8;4.9;12.76;0;3.36;22510
+68087;43.18839;3.10068;4;20220423;16.6;13.2;14.9;7.5;12.01;14.6;3.04;13754
+68087;43.18839;3.10068;4;20220424;20;9.7;14.9;4.9;11.51;1.9;3.86;21579
+68087;43.18839;3.10068;4;20220425;21.6;9.9;15.8;3.9;11.56;0;4.37;25198
+68087;43.18839;3.10068;4;20220426;18.6;9;13.8;2.2;11.96;0;3.37;24060
+68087;43.18839;3.10068;4;20220427;19.6;9.9;14.8;2.6;13.31;0;3.23;21854
+68087;43.18839;3.10068;4;20220428;22.2;12.9;17.5;2.9;14.26;0;3.93;23571
+68087;43.18839;3.10068;4;20220429;26.2;15.1;20.7;4.5;14.76;0;5.56;25958
+68087;43.18839;3.10068;4;20220430;25.1;15.5;20.3;4.8;13.01;0;5.35;21947
+68087;43.18839;3.10068;4;20220501;24.4;11.9;18.1;3.9;10.51;0;5.55;26852
+68087;43.18839;3.10068;4;20220502;20.9;13.7;17.3;3.1;12.66;0;3.68;18543
+68087;43.18839;3.10068;4;20220503;21.4;13.8;17.6;3.3;13.66;.3;3.75;19871
+68087;43.18839;3.10068;4;20220504;23;11.8;17.4;3.9;13.36;1.7;4.56;24335
+68087;43.18839;3.10068;4;20220505;21.4;13.3;17.4;5.5;11.76;.2;4.91;23184
+68087;43.18839;3.10068;4;20220506;22.4;13.2;17.8;6.7;10.55;0;5.63;24387
+68087;43.18839;3.10068;4;20220507;25.2;13.7;19.5;6.9;11.51;0;6.47;27484
+68087;43.18839;3.10068;4;20220508;25.6;14.4;20;4.3;13.18;.5;5.72;26930
+68087;43.18839;3.10068;4;20220509;22.4;13.8;18.1;2;14.88;0;4.09;24075
+68087;43.18839;3.10068;4;20220510;22.6;12.8;17.7;2.4;15.08;.1;4.19;25944
+68087;43.18839;3.10068;4;20220511;22.2;13;17.6;3.8;15.45;0;4.09;25123
+68087;43.18839;3.10068;4;20220512;21.6;15.3;18.5;3.8;15.58;0;3.77;20430
+68087;43.18839;3.10068;4;20220513;23.7;14.5;19.1;2.8;14.71;0;4.68;26342
+68087;43.18839;3.10068;4;20220514;24.9;14.5;19.7;2.1;16.15;0;4.68;26426
+68087;43.18839;3.10068;4;20220515;22.4;16.6;19.5;4.2;17.18;.1;3.84;21043
+68087;43.18839;3.10068;4;20220516;24.6;17;20.8;3.5;17.31;0;4.66;24726
+68087;43.18839;3.10068;4;20220517;23;15.6;19.3;1.8;18.01;.1;3.85;22588
+68087;43.18839;3.10068;4;20220518;29.8;16.6;23.2;2.8;18.48;0;5.82;28043
+68087;43.18839;3.10068;4;20220519;23.5;19;21.2;4.6;20.28;.1;3.2;15937
+68087;43.18839;3.10068;4;20220520;25.4;17.9;21.6;4.8;19.08;0;4.62;23519
+68087;43.18839;3.10068;4;20220521;25.4;17;21.2;2.4;18.98;.2;4.72;26242
+68087;43.18839;3.10068;4;20220522;26.3;17.2;21.7;2.2;19.78;0;4.52;24350
+68087;43.18839;3.10068;4;20220523;25.5;19.2;22.3;5.1;17.28;0;4.62;17814
+68087;43.18839;3.10068;4;20220524;19.7;15.7;17.7;6.4;12.75;3.8;4.15;16998
+68087;43.18839;3.10068;4;20220525;23.7;13.6;18.7;8.2;11.55;0;6.07;25874
+68087;43.18839;3.10068;4;20220526;25.4;14.8;20.1;8;11.91;0;6.75;27960
+68087;43.18839;3.10068;4;20220527;29.1;15.7;22.4;7.1;13.65;0;7.48;29222
+68087;43.18839;3.10068;4;20220528;29.1;17.9;23.5;6.8;13.15;0;7.98;28623
+68087;43.18839;3.10068;4;20220529;28.7;16.1;22.4;4.2;9.68;0;7.61;30828
+68087;43.18839;3.10068;4;20220530;24.3;13.7;19;2.2;11.65;.8;5.06;27560
+68087;43.18839;3.10068;4;20220531;25.1;16.3;20.7;2.3;15.28;.1;5.15;28051
+68087;43.18839;3.10068;4;20220601;23.6;15.3;19.5;2.8;18.41;0;4.02;23431
+68087;43.18839;3.10068;4;20220602;24;18.7;21.3;3;19.55;0;3.93;20207
+68087;43.18839;3.10068;4;20220603;26.8;18.9;22.8;3.2;20.15;.1;4.8;24266
+68087;43.18839;3.10068;4;20220604;26.8;20.1;23.4;2.9;21.21;0;4.68;22900
+68087;43.18839;3.10068;4;20220605;29.3;18.8;24;5.1;17.45;0;6.69;28588
+68087;43.18839;3.10068;4;20220606;28.8;17.7;23.2;3.4;16.48;.7;6.46;30551
+68087;43.18839;3.10068;4;20220607;28.1;18.4;23.2;4.5;16.95;0;6.19;27735
+68087;43.18839;3.10068;4;20220608;26.9;17.3;22.1;4.7;15.51;.1;5.88;24901
+68087;43.18839;3.10068;4;20220609;25.2;16.5;20.8;7.4;12.08;0;6.9;26418
+68087;43.18839;3.10068;4;20220610;33.1;17.1;25.1;5.1;12.98;0;8.66;31540
+68087;43.18839;3.10068;4;20220611;31.8;18.1;24.9;2.7;14.01;0;6.96;29960
+68087;43.18839;3.10068;4;20220612;31.7;19.2;25.5;3.3;15.68;.6;7.11;29347
+68087;43.18839;3.10068;4;20220613;33.6;20.7;27.1;4.2;18.61;.1;7.76;29711
+68087;43.18839;3.10068;4;20220614;29.3;19.8;24.6;2.6;16.15;.1;6.11;27359
+68087;43.18839;3.10068;4;20220615;30.5;20.3;25.4;2.8;18.78;0;6.42;29941
+68087;43.18839;3.10068;4;20220616;32.1;18.8;25.5;2.4;19.65;0;6.66;31258
+68087;43.18839;3.10068;4;20220617;35.1;22.4;28.8;2.9;18.65;0;7.39;29557
+68087;43.18839;3.10068;4;20220618;29.3;20.2;24.8;3.3;21.18;0;6.01;29946
+68087;43.18839;3.10068;4;20220619;27;22.3;24.7;8;23.98;0;4.88;24102
+68087;43.18839;3.10068;4;20220620;26;21.3;23.7;5.2;23.61;.1;3.47;15770
+68087;43.18839;3.10068;4;20220621;28.1;22.3;25.2;3.2;24.91;.8;4.34;20513
+68087;43.18839;3.10068;4;20220622;28.3;20.9;24.6;4;23.81;6.5;5.12;25341
+68087;43.18839;3.10068;4;20220623;27.8;20.7;24.2;3.9;22.38;10.8;5.12;24699
+68087;43.18839;3.10068;4;20220624;28.2;18.5;23.4;4.3;17.51;0;6.22;28555
+68087;43.18839;3.10068;4;20220625;26.8;17.8;22.3;3.6;19.28;1.7;5.27;27382
+68087;43.18839;3.10068;4;20220626;27.5;18.9;23.2;4.7;18.41;0;5.79;26048
+68087;43.18839;3.10068;4;20220627;27.7;17.6;22.7;8.1;15.55;0;6.73;26440
+68087;43.18839;3.10068;4;20220628;30.3;17.4;23.9;6.3;14.05;0;8.05;30754
+68087;43.18839;3.10068;4;20220629;30.6;17;23.8;3.8;15.65;.4;7.21;31599
+68087;43.18839;3.10068;4;20220630;25.4;19.4;22.4;6.4;16.31;0;5.5;21192
+68087;43.18839;3.10068;4;20220701;28.7;16.5;22.6;5.7;12.05;0;7.64;30806
+68087;43.18839;3.10068;4;20220702;26.9;15.5;21.2;2.8;13.38;0;5.85;28374
+68087;43.18839;3.10068;4;20220703;30.8;17.6;24.2;2.9;16.35;0;6.57;29973
+68087;43.18839;3.10068;4;20220704;33.3;21.3;27.3;5.3;18.45;.1;8.11;30216
+68087;43.18839;3.10068;4;20220705;34.4;22;28.2;5.9;17.45;0;8.99;30559
+68087;43.18839;3.10068;4;20220706;32.5;23;27.7;5.4;13.75;0;8.65;27364
+68087;43.18839;3.10068;4;20220707;32.3;20.1;26.2;7.5;14.51;.1;9.36;30143
+68087;43.18839;3.10068;4;20220708;33.8;21.3;27.6;5.8;13.75;0;9.31;30702
+68087;43.18839;3.10068;4;20220709;33.9;18.8;26.4;4;13.85;0;8.26;30721
+68087;43.18839;3.10068;4;20220710;33.2;20.1;26.7;3.2;14.48;.1;7.49;28853
+68087;43.18839;3.10068;4;20220711;29.2;19.6;24.4;2.3;18.05;0;5.81;27800
+68087;43.18839;3.10068;4;20220712;30.4;19.5;24.9;2.2;21.41;0;5.94;29896
+68087;43.18839;3.10068;4;20220713;30.8;19.7;25.2;2.3;22.11;0;5.8;28307
+68087;43.18839;3.10068;4;20220714;29.4;21.6;25.5;2.4;24.05;0;5.11;24404
+68087;43.18839;3.10068;4;20220715;39.9;20.4;30.2;3.6;17.88;0;8.96;30781
+68087;43.18839;3.10068;4;20220716;33.7;22.5;28.1;2.4;17.35;0;6.64;26969
+68087;43.18839;3.10068;4;20220717;32.3;20.8;26.5;2;19.98;.1;6.39;30341
+68087;43.18839;3.10068;4;20220718;32.9;20.3;26.6;2.7;23.91;0;6.08;28588
+68087;43.18839;3.10068;4;20220719;29.2;22.9;26;4.3;25.68;.1;4.54;20489
+68087;43.18839;3.10068;4;20220720;34.4;23.1;28.7;4.4;19.91;0;7.74;28180
+68087;43.18839;3.10068;4;20220721;35.8;22.8;29.3;3.8;17.78;0;8.21;29321
+68087;43.18839;3.10068;4;20220722;33.2;22.3;27.8;3.6;20.11;2.8;7.01;27354
+68087;43.18839;3.10068;4;20220723;32.9;21.5;27.2;6.1;17.25;0;8.12;26886
+68087;43.18839;3.10068;4;20220724;31.7;21.5;26.6;2.8;18.48;0;6.17;24978
+68087;43.18839;3.10068;4;20220725;32.5;22.4;27.4;6.2;20.31;.3;7.35;25825
+68087;43.18839;3.10068;4;20220726;31.9;20.8;26.4;6.8;15.08;0;8.47;27571
+68087;43.18839;3.10068;4;20220727;33.4;20;26.7;5.9;12.81;0;9.13;29668
+68087;43.18839;3.10068;4;20220728;31.3;19.2;25.3;3.7;14.41;0;7.16;28092
+68087;43.18839;3.10068;4;20220729;30.6;22.8;26.7;4.7;17.81;1.3;6.73;23123
+68087;43.18839;3.10068;4;20220730;34.6;21.4;28;5.8;17.01;0;8.76;28725
+68087;43.18839;3.10068;4;20220731;37.4;21.9;29.7;5;15.48;0;9.44;29232
+68087;43.18839;3.10068;4;20220801;38.7;24;31.4;5.3;15.55;0;10.11;29113
+68087;43.18839;3.10068;4;20220802;37.2;22.8;30;4;15.91;0;8.41;26686
+68087;43.18839;3.10068;4;20220803;30.6;21.6;26.1;3.2;22.38;0;5.54;24991
+68087;43.18839;3.10068;4;20220804;29.3;22.6;25.9;2.5;25.41;.1;4.23;19469
+68087;43.18839;3.10068;4;20220805;35.2;23.2;29.2;3.8;22.68;0;7.14;27556
+68087;43.18839;3.10068;4;20220806;37.3;23.8;30.5;4.9;18.65;0;8.8;28330
+68087;43.18839;3.10068;4;20220807;33;24.2;28.6;3;17.75;0;6.57;24325
+68087;43.18839;3.10068;4;20220808;33.1;21.1;27.1;3.1;16.51;0;6.65;26094
+68087;43.18839;3.10068;4;20220809;33.3;20.1;26.7;2.7;16.61;0;6.33;26394
+68087;43.18839;3.10068;4;20220810;30.8;20.9;25.9;2.9;22.61;0;5.32;24647
+68087;43.18839;3.10068;4;20220811;30;23.4;26.7;3;27.65;0;4;17399
+68087;43.18839;3.10068;4;20220812;32.8;24;28.4;3.1;27.65;0;5.8;25383
+68087;43.18839;3.10068;4;20220813;30.9;23.6;27.2;3;27.31;.4;5.01;22709
+68087;43.18839;3.10068;4;20220814;30.9;24.4;27.7;3.7;24.27;2.1;5.36;20546
+68087;43.18839;3.10068;4;20220815;33;21.6;27.3;3.1;18.02;0;6.44;25711
+68087;43.18839;3.10068;4;20220816;29.9;20.1;25;3;17.97;1.3;5.77;25600
+68087;43.18839;3.10068;4;20220817;28;20.3;24.2;3.8;19.32;1.5;4.46;18467
+68087;43.18839;3.10068;4;20220818;28.2;18.8;23.5;6.7;16.42;.1;6.09;22249
+68087;43.18839;3.10068;4;20220819;29.3;19.8;24.5;7.3;16.12;.1;6.99;24085
+68087;43.18839;3.10068;4;20220820;34.1;21.3;27.7;4.3;15.67;0;7.5;26366
+68087;43.18839;3.10068;4;20220821;33;21.6;27.3;3.9;15.47;0;6.71;23977
+68087;43.18839;3.10068;4;20220822;30.9;22;26.4;6;17.02;.1;7.02;22673
+68087;43.18839;3.10068;4;20220823;34.4;21.4;27.9;4.3;17.92;0;7.27;25828
+68087;43.18839;3.10068;4;20220824;30.7;20.5;25.6;2.3;17.47;.2;5.63;25067
+68087;43.18839;3.10068;4;20220825;31.4;21.6;26.5;3.3;20.07;.3;5.53;21072
+68087;43.18839;3.10068;4;20220826;34.3;22.8;28.6;5.5;18.22;0;7.58;24381
+68087;43.18839;3.10068;4;20220827;33.9;21.4;27.7;3.7;17.62;0;6.74;25153
+68087;43.18839;3.10068;4;20220828;29.8;19.8;24.8;2.1;17.92;0;5.18;24451
+68087;43.18839;3.10068;4;20220829;28.8;19.7;24.3;2.9;20.47;2.6;4.85;22535
+68087;43.18839;3.10068;4;20220830;29.5;20.4;24.9;2.4;22.22;0;4.9;23921
+68087;43.18839;3.10068;4;20220831;28.5;20.3;24.4;2.8;20.97;0;4.46;21294
+68087;43.18839;3.10068;4;20220901;32.2;21.5;26.8;4.4;19.32;2.3;6.61;24229
+68087;43.18839;3.10068;4;20220902;29.5;21.1;25.3;3.1;19.92;8.8;4.74;20089
+68087;43.18839;3.10068;4;20220903;26.9;19.5;23.2;2.8;21.15;.4;3.86;19161
+68087;43.18839;3.10068;4;20220904;28.3;21.1;24.7;3.4;24.78;0;3.62;17567
+68087;43.18839;3.10068;4;20220905;28.3;23.7;26;5.7;27.41;.4;3.13;12634
+68087;43.18839;3.10068;4;20220906;29.1;24.2;26.7;3.9;27.45;2.1;3.33;13116
+68087;43.18839;3.10068;4;20220907;28.4;21.4;24.9;3.1;21.68;0;3.92;16998
+68087;43.18839;3.10068;4;20220908;28.6;18.2;23.4;3.4;14.68;0;5.1;20697
+68087;43.18839;3.10068;4;20220909;27.8;18.5;23.2;3.5;14.41;0;4.99;19830
+68087;43.18839;3.10068;4;20220910;27;15.8;21.4;2.8;14.85;0;4.49;21834
+68087;43.18839;3.10068;4;20220911;26.6;16.3;21.4;2.7;15.95;0;4;20203
+68087;43.18839;3.10068;4;20220912;27.2;18.8;23;3.3;21.58;.3;3.4;16556
+68087;43.18839;3.10068;4;20220913;26.8;24;25.4;4.4;27.58;5;2.24;8637
+68087;43.18839;3.10068;4;20220914;27.2;21.9;24.5;2.7;23.91;.2;2.96;13527
+68087;43.18839;3.10068;4;20220915;30.9;19;25;3.4;18.11;.3;4.99;20688
+68087;43.18839;3.10068;4;20220916;28.6;20.3;24.4;5.9;15.98;0;5.74;18254
+68087;43.18839;3.10068;4;20220917;24.9;15.1;20;5.3;9.28;0;5.63;19775
+68087;43.18839;3.10068;4;20220918;25;11.7;18.4;3.2;8.61;0;4.49;19626
+68087;43.18839;3.10068;4;20220919;28.1;11.7;19.9;2.9;9.61;0;4.92;20973
+68087;43.18839;3.10068;4;20220920;26;12.1;19;2.6;10.05;0;4.25;20405
+68087;43.18839;3.10068;4;20220921;25.6;13.1;19.4;2.9;10.41;.1;4.29;20038
+68087;43.18839;3.10068;4;20220922;23.9;15.2;19.5;2.3;14.08;0;3.39;18771
+68087;43.18839;3.10068;4;20220923;23.1;14.5;18.8;3.9;17.28;13.7;2.73;16481
+68087;43.18839;3.10068;4;20220924;23;16.1;19.5;4.4;15.85;.9;3.02;12707
+68087;43.18839;3.10068;4;20220925;22.9;14.3;18.6;5.5;12.15;0;4.21;17229
+68087;43.18839;3.10068;4;20220926;22.3;12.2;17.2;5.6;11.08;.2;4.24;17959
+68087;43.18839;3.10068;4;20220927;21.1;15.1;18.1;7.2;12.28;1.1;3.96;13123
+68087;43.18839;3.10068;4;20220928;22.9;16.2;19.5;6.7;14.51;1.9;3.9;14663
+68087;43.18839;3.10068;4;20220929;21;15.2;18.1;5.7;12.75;.6;3.44;12076
+68087;43.18839;3.10068;4;20220930;20.4;12.3;16.3;5.3;10.81;.1;3.52;14946
+68087;43.18839;3.10068;4;20221001;24.7;11.6;18.2;4.4;12.32;.1;3.92;17540
+68087;43.18839;3.10068;4;20221002;27.5;14.8;21.2;2.9;14.72;0;3.88;18270
+68087;43.18839;3.10068;4;20221003;27.7;14.8;21.2;3.3;13.82;0;3.94;17831
+68087;43.18839;3.10068;4;20221004;23.7;12.4;18;2.2;14.45;.1;2.76;16703
+68087;43.18839;3.10068;4;20221005;21.7;13.7;17.7;3.3;17.78;.6;1.96;13061
+68087;43.18839;3.10068;4;20221006;26.2;16.6;21.4;2.8;17.15;0;3.1;15080
+68087;43.18839;3.10068;4;20221007;21.6;15;18.3;2.2;16.81;3.6;2.06;13015
+68087;43.18839;3.10068;4;20221008;22.4;16.1;19.2;2;17.48;1.6;1.97;11541
+68087;43.18839;3.10068;4;20221009;22.2;13.7;18;1.8;16.21;.2;2.11;14353
+68087;43.18839;3.10068;4;20221010;22.2;17;19.6;2.5;18.28;.3;1.91;10662
+68087;43.18839;3.10068;4;20221011;23.4;14.8;19.1;1.8;16.88;0;2.15;13968
+68087;43.18839;3.10068;4;20221012;24.3;14.5;19.4;2.2;15.61;1;2.52;14733
+68087;43.18839;3.10068;4;20221013;23.7;13.8;18.7;2.9;15.21;0;2.62;13597
+68087;43.18839;3.10068;4;20221014;25.7;18.3;22;4.6;15.78;.1;3.62;12285
+68087;43.18839;3.10068;4;20221015;21.6;13.1;17.4;2.3;16.35;0;1.84;12253
+68087;43.18839;3.10068;4;20221016;23.7;19.1;21.4;5.4;20.88;.2;2.06;9044
+68087;43.18839;3.10068;4;20221017;22.4;20.3;21.3;8.2;21.78;0;1.66;5694
+68087;43.18839;3.10068;4;20221018;21.7;20;20.9;4;21.75;0;1.26;4990
+68087;43.18839;3.10068;4;20221019;21.5;19.6;20.6;3.6;22.18;.6;.98;3835
+68087;43.18839;3.10068;4;20221020;22.2;20.5;21.4;6.3;22.31;.8;1.5;5470
+68087;43.18839;3.10068;4;20221021;24.2;20.7;22.4;4.5;19.31;.1;2.53;8385
+68087;43.18839;3.10068;4;20221022;23.5;16.8;20.2;2.9;18.41;.1;1.96;10591
+68087;43.18839;3.10068;4;20221023;22.9;17.8;20.3;3.3;20.25;0;1.64;9291
+68087;43.18839;3.10068;4;20221024;25.6;18.9;22.3;2.5;19.68;0;2.07;9713
+68087;43.18839;3.10068;4;20221025;21.6;15.7;18.7;2.2;16.85;0;1.48;6737
+68087;43.18839;3.10068;4;20221026;22.5;18.6;20.5;2.9;20.21;0;1.46;7407
+68087;43.18839;3.10068;4;20221027;23.3;18;20.6;2.2;20.41;.3;1.46;8052
+68087;43.18839;3.10068;4;20221028;22.8;18.1;20.4;2.9;20.01;0;1.56;8192
+68087;43.18839;3.10068;4;20221029;21.6;16.7;19.1;3.8;18.55;0;1.51;7780
+68087;43.18839;3.10068;4;20221030;22.2;17.7;20;4.7;19.45;0;1.61;7234
+68087;43.18839;3.10068;4;20221031;23.2;19.4;21.3;6.6;19.98;.2;2.18;8110
+68087;43.18839;3.10068;4;20221101;24;15.9;20;3.3;15.31;0;2.36;10806
+68087;43.18839;3.10068;4;20221102;22.9;14.7;18.8;3;12.61;.1;2.44;10655
+68087;43.18839;3.10068;4;20221103;18;12.3;15.2;4.6;13.31;1.1;1.7;8051
+68087;43.18839;3.10068;4;20221104;16.2;11.4;13.8;6.6;9.71;2;2.61;8431
+68087;43.18839;3.10068;4;20221105;17.7;10.1;13.9;6.4;7.75;0;3.29;10859
+68087;43.18839;3.10068;4;20221106;18.5;5.4;12;1.9;8.91;0;1.44;12118
+68087;43.18839;3.10068;4;20221107;20.1;8.1;14.1;3.2;12.08;0;1.68;11319
+68087;43.18839;3.10068;4;20221108;20.5;13.7;17.1;3.6;16.31;0;1.28;7930
+68087;43.18839;3.10068;4;20221109;21.5;15.2;18.3;3.3;15.75;1.4;1.68;8328
+68087;43.18839;3.10068;4;20221110;20.7;11.1;15.9;4.4;11.61;.4;2.29;10364
+68087;43.18839;3.10068;4;20221111;19.8;11.7;15.7;3.5;14.68;.9;1.3;8823
+68087;43.18839;3.10068;4;20221112;20.4;13.9;17.2;2.9;15.31;.2;1.41;8472
+68087;43.18839;3.10068;4;20221113;18.4;10;14.2;2.1;13.75;1;.95;7726
+68087;43.18839;3.10068;4;20221114;19;15.1;17;4.8;15.05;0;1.61;5562
+68087;43.18839;3.10068;4;20221115;18.6;14.3;16.4;3.1;14.91;.3;1.22;6754
+68087;43.18839;3.10068;4;20221116;19.6;11.6;15.6;3;11.78;0;1.71;8577
+68087;43.18839;3.10068;4;20221117;21.2;11.3;16.2;3.2;12.21;6.6;1.8;9403
+68087;43.18839;3.10068;4;20221118;16.5;11.2;13.8;4.7;10.51;.3;1.84;6839
+68087;43.18839;3.10068;4;20221119;14.2;8.1;11.1;5.8;9.08;.4;1.67;6919
+68087;43.18839;3.10068;4;20221120;16.4;6.2;11.3;4.6;8.61;.2;1.83;9731
+68087;43.18839;3.10068;4;20221121;11.4;8.3;9.9;3.1;9.85;5.9;.88;4506
+68087;43.18839;3.10068;4;20221122;13.1;8.1;10.6;7.3;8.67;3.3;1.69;6749
+68087;43.18839;3.10068;4;20221123;18.2;8.9;13.5;3.2;10.72;3.1;1.37;7889
+68087;43.18839;3.10068;4;20221124;16.4;6.6;11.5;1.9;9.92;.1;.91;8258
+68087;43.18839;3.10068;4;20221125;16.6;8.8;12.7;4.4;10.21;.8;1.64;7278
+68087;43.18839;3.10068;4;20221126;16.9;8.7;12.8;4.8;8.55;0;2.18;8327
+68087;43.18839;3.10068;4;20221127;14.6;4.5;9.5;3.5;9.38;2.5;1.05;8493
+68087;43.18839;3.10068;4;20221128;13;10.5;11.8;5.3;11.01;6.2;1.1;4120
+68087;43.18839;3.10068;4;20221129;13.8;7.5;10.7;5;8.58;.3;1.63;7229
+68087;43.18839;3.10068;4;20221130;13.9;4;8.9;4.1;7.68;0;1.42;8548
+68087;43.18839;3.10068;4;20221201;10.7;3.3;7;4.5;7.55;0;.99;6726
+68087;43.18839;3.10068;4;20221202;10.9;2.5;6.7;2.8;7.05;.4;.92;7571
+68087;43.18839;3.10068;4;20221203;9.3;5.5;7.4;2.4;8.11;3.6;.71;4576
+68087;43.18839;3.10068;4;20221204;12.9;6.5;9.7;3;8.31;0;1.08;6710
+68087;43.18839;3.10068;4;20221205;12.1;1;6.6;2.3;6.71;0;.82;8816
+68087;43.18839;3.10068;4;20221206;13.3;4;8.7;1.8;7.01;0;.84;7214
+68087;43.18839;3.10068;4;20221207;14.3;5.5;9.9;2.2;8.28;0;1.02;7663
+68087;43.18839;3.10068;4;20221208;8.2;3.1;5.7;3.2;8.05;1.9;.55;4835
+68087;43.18839;3.10068;4;20221209;15.8;6.1;11;3;11.08;0;.74;7040
+68087;43.18839;3.10068;4;20221210;8.8;8.4;8.6;6.6;7.51;.1;1.5;2269
+68087;43.18839;3.10068;4;20221211;8;-.5;3.7;3.4;4.41;0;1.12;7803
+68087;43.18839;3.10068;4;20221212;8.6;0;4.3;3.8;6.25;6.9;.96;6275
+68087;43.18839;3.10068;4;20221213;8.2;3.3;5.7;3;8.71;5;.29;5483
+68087;43.18839;3.10068;4;20221214;12.9;7.6;10.3;3.5;11.71;2.3;.44;4415
+68087;43.18839;3.10068;4;20221215;13.9;10.6;12.3;4.2;12.81;8.4;.61;4271
+68087;43.18839;3.10068;4;20221216;14.5;9.3;11.9;2.8;11.18;1;.85;5493
+68087;43.18839;3.10068;4;20221217;12.8;5;8.9;3.1;8.41;0;.9;6911
+68087;43.18839;3.10068;4;20221218;14;3.9;8.9;4.6;9.41;.8;.95;6908
+68087;43.18839;3.10068;4;20221219;16.2;12.7;14.5;5.8;13.21;0;1.25;4453
+68087;43.18839;3.10068;4;20221220;15.2;11.9;13.6;3.8;13.58;0;.72;4526
+68087;43.18839;3.10068;4;20221221;19.2;12.3;15.7;3.4;12.28;0;1.4;6551
+68087;43.18839;3.10068;4;20221222;19.7;10;14.9;3.2;11.75;.2;1.39;7321
+68087;43.18839;3.10068;4;20221223;21.3;13.8;17.5;2.7;12.81;.1;1.48;6874
+68087;43.18839;3.10068;4;20221224;19.8;10;14.9;2;11.61;.1;1.01;7820
+68087;43.18839;3.10068;4;20221225;14.3;8.5;11.4;2.9;12.45;0;.52;4131
+68087;43.18839;3.10068;4;20221226;17.5;12.5;15;2.3;13.21;0;.89;5719
+68087;43.18839;3.10068;4;20221227;16.6;8.2;12.4;2.5;11.35;.1;.88;7503
+68087;43.18839;3.10068;4;20221228;11.9;7.1;9.5;2.5;10.55;0;.51;5182
+68087;43.18839;3.10068;4;20221229;14.2;10.7;12.4;2.1;11.98;0;.66;4196
+68087;43.18839;3.10068;4;20221230;14.8;9.5;12.1;2.2;11.85;0;.62;5880
+68087;43.18839;3.10068;4;20221231;15.3;10.6;13;3.2;13.51;0;.6;4632
+68088;43.29261;3.38771;4;20220101;10.6;6.2;8.4;1.6;11.1;.1;.3;2613
+68088;43.29261;3.38771;4;20220102;11.9;9.1;10.5;1.8;10.7;0;.61;3487
+68088;43.29261;3.38771;4;20220103;16.3;5;10.6;2;10.3;0;.69;8094
+68088;43.29261;3.38771;4;20220104;13.8;7.2;10.5;4;11.6;.3;.63;3517
+68088;43.29261;3.38771;4;20220105;9.6;8.8;9.2;7.8;5.6;0;2.84;3471
+68088;43.29261;3.38771;4;20220106;10.3;3.5;6.9;5.9;4.8;0;2.18;7328
+68088;43.29261;3.38771;4;20220107;10.2;-.2;5;3.7;6.2;0;1.02;7737
+68088;43.29261;3.38771;4;20220108;14.6;5.8;10.2;6.5;9.3;.3;1.53;7437
+68088;43.29261;3.38771;4;20220109;11.8;8.3;10;6.1;8.5;3.5;1.65;4679
+68088;43.29261;3.38771;4;20220110;10.8;7;8.9;4.9;7.8;0;1.5;2548
+68088;43.29261;3.38771;4;20220111;12.2;.1;6.1;2.7;5;0;1.27;9280
+68088;43.29261;3.38771;4;20220112;10.3;-3.6;3.3;1.4;5;0;.61;9655
+68088;43.29261;3.38771;4;20220113;10.5;-3.3;3.6;1.1;5;0;.53;9737
+68088;43.29261;3.38771;4;20220114;12.2;-3.7;4.2;1.2;5.1;.1;.64;9823
+68088;43.29261;3.38771;4;20220115;13.1;-4.2;4.4;1.7;5.2;0;.88;9911
+68088;43.29261;3.38771;4;20220116;13.9;-3.6;5.1;3.6;5;0;1.67;10003
+68088;43.29261;3.38771;4;20220117;13.3;1.3;7.3;4.8;6.1;0;1.79;9816
+68088;43.29261;3.38771;4;20220118;11.9;-2.5;4.7;2.5;5.9;0;.98;10197
+68088;43.29261;3.38771;4;20220119;12.7;.2;6.4;4.1;6.5;0;1.43;8124
+68088;43.29261;3.38771;4;20220120;12.6;2.1;7.3;5.6;6.1;0;1.93;9688
+68088;43.29261;3.38771;4;20220121;10.4;.3;5.3;5.1;4.7;0;1.89;9672
+68088;43.29261;3.38771;4;20220122;12.5;-1;5.7;3.3;5.2;0;1.51;10624
+68088;43.29261;3.38771;4;20220123;11.6;-4.1;3.7;1.7;5.6;0;.82;10739
+68088;43.29261;3.38771;4;20220124;12.3;.5;6.4;2.1;6.7;0;.97;8982
+68088;43.29261;3.38771;4;20220125;12.9;1;6.9;2;7.3;0;.93;9125
+68088;43.29261;3.38771;4;20220126;17.2;-2.5;7.3;2.4;6.3;0;1.53;11101
+68088;43.29261;3.38771;4;20220127;15.4;-3.6;5.9;2;6;0;1.23;11228
+68088;43.29261;3.38771;4;20220128;11.3;1.1;6.2;6.5;5.9;0;1.93;10573
+68088;43.29261;3.38771;4;20220129;15;1.6;8.3;5.5;6.1;0;2.38;11345
+68088;43.29261;3.38771;4;20220130;15.8;2.7;9.2;6.2;7.2;0;2.38;11626
+68088;43.29261;3.38771;4;20220131;13.8;3;8.4;8.7;7.1;0;2.39;9187
+68088;43.29261;3.38771;4;20220201;12.9;6.3;9.6;10.2;6.2;0;3.22;8601
+68088;43.29261;3.38771;4;20220202;17;8.6;12.8;6;8.4;0;2.75;10582
+68088;43.29261;3.38771;4;20220203;15.1;3.1;9.1;2.8;7.81;0;1.35;11091
+68088;43.29261;3.38771;4;20220204;16.3;4;10.1;3.7;9.1;0;1.6;11688
+68088;43.29261;3.38771;4;20220205;16.7;6.5;11.6;5.2;8.1;0;2.45;10537
+68088;43.29261;3.38771;4;20220206;13.3;.6;6.9;5.1;6.8;.2;1.82;12650
+68088;43.29261;3.38771;4;20220207;16.9;7.8;12.3;9;8.2;.1;3.33;11146
+68088;43.29261;3.38771;4;20220208;15;1.9;8.4;2.1;5.8;0;1.62;12965
+68088;43.29261;3.38771;4;20220209;13.6;1.8;7.7;3.8;8.1;0;1.38;9968
+68088;43.29261;3.38771;4;20220210;15.6;9.8;12.7;2.2;9.5;0;1.53;9222
+68088;43.29261;3.38771;4;20220211;15.6;8.3;12;4.7;9.71;0;1.92;10022
+68088;43.29261;3.38771;4;20220212;12.6;-.8;5.9;2.5;7.8;2.8;1.06;9933
+68088;43.29261;3.38771;4;20220213;14.3;8;11.2;4.6;10.91;.8;1.37;11203
+68088;43.29261;3.38771;4;20220214;13.1;10.6;11.8;5.5;9.8;.9;1.83;4774
+68088;43.29261;3.38771;4;20220215;14;6.4;10.2;7;8;0;2.4;10562
+68088;43.29261;3.38771;4;20220216;16;7.6;11.8;6.6;10.1;0;2.1;9279
+68088;43.29261;3.38771;4;20220217;20;13.1;16.6;4.5;10.91;0;2.83;9400
+68088;43.29261;3.38771;4;20220218;18.7;6;12.3;3;11.1;0;1.83;14671
+68088;43.29261;3.38771;4;20220219;14.4;10.6;12.5;5.4;7;0;3.05;9093
+68088;43.29261;3.38771;4;20220220;16;5.1;10.5;5.8;8.2;0;2.53;13508
+68088;43.29261;3.38771;4;20220221;17.4;9.6;13.5;9.8;8.3;.2;3.98;12163
+68088;43.29261;3.38771;4;20220222;17.3;9.6;13.4;7.9;7.5;0;3.96;12548
+68088;43.29261;3.38771;4;20220223;18.8;5.8;12.3;3.1;8.6;.1;2.45;15593
+68088;43.29261;3.38771;4;20220224;16.7;6.9;11.8;3.8;10.6;0;1.75;9621
+68088;43.29261;3.38771;4;20220225;14.9;7.6;11.2;6.2;6.5;0;3.3;13355
+68088;43.29261;3.38771;4;20220226;13.7;2.1;7.9;4.2;5.6;0;2.47;12974
+68088;43.29261;3.38771;4;20220227;14.1;3.3;8.7;4.6;7.7;0;2.14;15131
+68088;43.29261;3.38771;4;20220228;14.6;4.7;9.6;3;8.7;0;1.75;12204
+68088;43.29261;3.38771;4;20220301;14.1;.2;7.1;3.1;7.7;0;1.77;15543
+68088;43.29261;3.38771;4;20220302;9.9;4.9;7.4;3.4;9.6;1.1;.78;6357
+68088;43.29261;3.38771;4;20220303;15.4;2.2;8.8;2.1;9.2;.4;1.73;17136
+68088;43.29261;3.38771;4;20220304;18.1;3.1;10.6;7.2;9.8;0;2.6;15572
+68088;43.29261;3.38771;4;20220305;16.9;7;11.9;5.6;8.2;0;3.1;15610
+68088;43.29261;3.38771;4;20220306;13.1;4;8.5;2.4;6.6;0;1.94;12784
+68088;43.29261;3.38771;4;20220307;12;-.7;5.6;2.3;5.8;0;1.91;17930
+68088;43.29261;3.38771;4;20220308;12.5;4.1;8.3;4.4;8.2;1.8;1.68;9245
+68088;43.29261;3.38771;4;20220309;14.2;8;11.1;3.5;11;.3;1.52;10718
+68088;43.29261;3.38771;4;20220310;13.5;9.7;11.6;4.9;11.9;.3;1.19;6013
+68088;43.29261;3.38771;4;20220311;13.6;12.1;12.8;7;11.7;31.4;1.64;3418
+68088;43.29261;3.38771;4;20220312;11.7;10.8;11.2;9.8;12;61.3;.94;2438
+68088;43.29261;3.38771;4;20220313;12.3;10.2;11.2;7.7;10.7;14.4;1.56;4361
+68088;43.29261;3.38771;4;20220314;12.8;5.3;9;6;11.4;0;.82;9327
+68088;43.29261;3.38771;4;20220315;14;12.7;13.3;6.2;12.9;0;1.32;3288
+68088;43.29261;3.38771;4;20220316;14.8;11.7;13.2;3;12.6;0;1.41;6991
+68088;43.29261;3.38771;4;20220317;16;9;12.5;2;12.2;.8;1.65;11807
+68088;43.29261;3.38771;4;20220318;15.4;10.8;13.1;2.7;12.4;.1;1.75;11812
+68088;43.29261;3.38771;4;20220319;12.8;10.7;11.8;1.8;11.41;0;1.46;9974
+68088;43.29261;3.38771;4;20220320;12.9;6.9;9.9;5.7;11;11.1;1.21;8813
+68088;43.29261;3.38771;4;20220321;13.7;11.4;12.5;5.5;9.9;.3;2.17;5099
+68088;43.29261;3.38771;4;20220322;15.4;6.4;10.9;4.2;8.5;0;2.79;18397
+68088;43.29261;3.38771;4;20220323;15.3;3.9;9.6;3.2;8.3;0;2.59;20275
+68088;43.29261;3.38771;4;20220324;16.4;2.2;9.3;2.2;7.6;0;2.66;21362
+68088;43.29261;3.38771;4;20220325;17.3;4.3;10.8;2.5;7.5;0;2.89;19644
+68088;43.29261;3.38771;4;20220326;15.4;9.8;12.6;2.2;11.71;0;2.14;16297
+68088;43.29261;3.38771;4;20220327;19.6;7.5;13.5;1.7;7.9;0;3.15;21651
+68088;43.29261;3.38771;4;20220328;20;5.3;12.6;2.8;8.3;0;3.47;22161
+68088;43.29261;3.38771;4;20220329;16.7;8.3;12.5;3.8;12.1;5.1;2.1;14810
+68088;43.29261;3.38771;4;20220330;17;9.9;13.4;3.6;11.6;1.2;2.52;16054
+68088;43.29261;3.38771;4;20220331;17.2;8.7;12.9;6.6;9.1;.1;3.6;17698
+68088;43.29261;3.38771;4;20220401;9.7;5;7.3;11;5.5;.1;3.31;15482
+68088;43.29261;3.38771;4;20220402;9.7;2.3;6;6;5.3;0;2.31;11490
+68088;43.29261;3.38771;4;20220403;10.8;4.5;7.7;8.6;4.82;0;3.43;19625
+68088;43.29261;3.38771;4;20220404;14.4;3.1;8.8;3.9;4.96;0;3.69;23050
+68088;43.29261;3.38771;4;20220405;17.9;7.3;12.6;6.2;5.81;0;4.94;23385
+68088;43.29261;3.38771;4;20220406;18.4;6.4;12.4;4.1;9.3;0;3.18;17337
+68088;43.29261;3.38771;4;20220407;22.4;10.8;16.6;6.3;10.7;0;4.79;20744
+68088;43.29261;3.38771;4;20220408;20.7;13;16.8;6.4;11.7;0;4.35;19977
+68088;43.29261;3.38771;4;20220409;17.2;7.3;12.2;6.4;6.8;0;4.34;18939
+68088;43.29261;3.38771;4;20220410;16.3;3.2;9.7;4;7.5;.1;3.45;24658
+68088;43.29261;3.38771;4;20220411;16.4;8.6;12.5;6.7;12.1;0;2.2;14124
+68088;43.29261;3.38771;4;20220412;16.1;10;13;5.4;12.1;.1;2.29;13800
+68088;43.29261;3.38771;4;20220413;17.9;11.5;14.7;3.2;11;0;3.2;18381
+68088;43.29261;3.38771;4;20220414;24.9;8.1;16.5;3;10.5;0;4.65;25384
+68088;43.29261;3.38771;4;20220415;24;14.5;19.2;6.6;12.63;0;5.02;20075
+68088;43.29261;3.38771;4;20220416;23.3;15.9;19.6;10.5;12.63;0;5.78;21194
+68088;43.29261;3.38771;4;20220417;20.4;14.6;17.5;6.8;11.87;0;4.52;21490
+68088;43.29261;3.38771;4;20220418;23.7;8.6;16.1;4;10.5;0;4.87;26084
+68088;43.29261;3.38771;4;20220419;24.3;10;17.1;5;11.5;1.6;5.19;26255
+68088;43.29261;3.38771;4;20220420;15.8;10.1;12.9;4.1;12.8;19.3;1.86;11319
+68088;43.29261;3.38771;4;20220421;15;10.6;12.8;4.9;12.8;.7;1.69;9880
+68088;43.29261;3.38771;4;20220422;20.1;10.3;15.2;4.7;12.9;0;3.84;25513
+68088;43.29261;3.38771;4;20220423;16.6;13.4;15;4.3;12.4;8.5;2.51;10781
+68088;43.29261;3.38771;4;20220424;19.9;9.5;14.7;4.7;11.8;1.1;3.68;21492
+68088;43.29261;3.38771;4;20220425;22.2;8.1;15.1;3.4;11.5;0;4.37;27240
+68088;43.29261;3.38771;4;20220426;19.6;7.8;13.7;1.9;11.4;0;3.78;27397
+68088;43.29261;3.38771;4;20220427;20.8;8.8;14.8;3.3;13;0;3.93;27518
+68088;43.29261;3.38771;4;20220428;23.7;12.1;17.9;2.6;13.8;0;4.54;27204
+68088;43.29261;3.38771;4;20220429;26.2;14.1;20.1;3.2;15.2;0;5.17;27857
+68088;43.29261;3.38771;4;20220430;25.6;14.2;19.9;3.4;13.3;0;5.06;24354
+68088;43.29261;3.38771;4;20220501;24.4;9.8;17.1;2.4;10.5;0;4.92;28152
+68088;43.29261;3.38771;4;20220502;22.5;12.4;17.4;2.8;12.7;0;4.16;22784
+68088;43.29261;3.38771;4;20220503;22.1;13.5;17.8;3;13.4;.1;4.35;24807
+68088;43.29261;3.38771;4;20220504;23;10;16.5;3;13.9;2;3.96;23597
+68088;43.29261;3.38771;4;20220505;20.9;12.7;16.8;4.1;12.2;.9;4.17;21616
+68088;43.29261;3.38771;4;20220506;22.8;12.6;17.7;6.4;10.4;0;5.84;25668
+68088;43.29261;3.38771;4;20220507;26;12.6;19.3;5.6;11.1;0;6.56;28983
+68088;43.29261;3.38771;4;20220508;25.1;12.1;18.6;3.4;12.9;.5;5.26;28076
+68088;43.29261;3.38771;4;20220509;22.9;12.3;17.6;1.7;14.7;0;4.45;28392
+68088;43.29261;3.38771;4;20220510;23.2;11.6;17.4;1.9;14.2;.1;4.61;29365
+68088;43.29261;3.38771;4;20220511;22.7;11.4;17;4.1;14.9;0;4.57;29488
+68088;43.29261;3.38771;4;20220512;22.4;15;18.7;4.7;15.5;0;4.33;23413
+68088;43.29261;3.38771;4;20220513;24.2;14;19.1;2.9;14.7;0;5.04;28835
+68088;43.29261;3.38771;4;20220514;25.6;12.8;19.2;2;15.7;0;5.01;29840
+68088;43.29261;3.38771;4;20220515;23.5;16.3;19.9;4.9;17.3;0;4.69;26288
+68088;43.29261;3.38771;4;20220516;25.2;16.9;21;4.1;17.3;0;5.07;26158
+68088;43.29261;3.38771;4;20220517;23.7;14.6;19.1;1.8;17.7;.1;4.33;26327
+68088;43.29261;3.38771;4;20220518;31.9;14.9;23.4;2.2;18.2;0;6.09;30272
+68088;43.29261;3.38771;4;20220519;24.8;18.8;21.8;3.6;20.1;0;4.1;20713
+68088;43.29261;3.38771;4;20220520;26.4;17.1;21.7;4.8;19;.1;5.32;27718
+68088;43.29261;3.38771;4;20220521;25.8;16;20.9;2.6;18.4;.2;5.05;28556
+68088;43.29261;3.38771;4;20220522;26.7;16.4;21.5;2.6;19.3;0;5.15;28592
+68088;43.29261;3.38771;4;20220523;26.8;18.8;22.8;4.6;17.6;0;4.97;19087
+68088;43.29261;3.38771;4;20220524;20;15.7;17.8;5.2;13.1;3;4.13;18083
+68088;43.29261;3.38771;4;20220525;25.3;13.7;19.5;7;11.5;.1;6.58;25480
+68088;43.29261;3.38771;4;20220526;27.4;14.9;21.1;6.5;11.5;0;7.7;31002
+68088;43.29261;3.38771;4;20220527;30.9;14.9;22.9;4.9;13.7;0;7.66;31080
+68088;43.29261;3.38771;4;20220528;29.9;16;22.9;4.9;13;0;7.65;31155
+68088;43.29261;3.38771;4;20220529;28;15.4;21.7;4.5;9.3;0;7.63;31227
+68088;43.29261;3.38771;4;20220530;24.9;11.5;18.2;1.7;11.1;0;5.34;31297
+68088;43.29261;3.38771;4;20220531;25.8;16;20.9;2.1;13.7;0;5.32;27609
+68088;43.29261;3.38771;4;20220601;24.3;14;19.1;2.8;16.6;0;5.09;30645
+68088;43.29261;3.38771;4;20220602;24.8;18.5;21.6;3.5;19.3;0;4.4;22148
+68088;43.29261;3.38771;4;20220603;28;18.8;23.4;3.1;19.6;0;5.38;25814
+68088;43.29261;3.38771;4;20220604;28.1;20.3;24.2;3.4;21.4;0;5.29;24958
+68088;43.29261;3.38771;4;20220605;30.6;17.8;24.2;3.9;17.8;0;6.98;31648
+68088;43.29261;3.38771;4;20220606;29.7;16.6;23.1;3;15.6;.9;6.64;31696
+68088;43.29261;3.38771;4;20220607;28.9;17.5;23.2;3.5;16.8;0;6.48;30682
+68088;43.29261;3.38771;4;20220608;27.3;15.8;21.5;4.4;14.8;0;6.32;29080
+68088;43.29261;3.38771;4;20220609;25.4;16.4;20.9;7;11.6;0;7.1;26323
+68088;43.29261;3.38771;4;20220610;33.8;16.1;24.9;4.1;13;0;8.36;31856
+68088;43.29261;3.38771;4;20220611;33;15.7;24.3;2.1;13.8;0;6.84;31888
+68088;43.29261;3.38771;4;20220612;33.3;17.4;25.3;2.7;15;.3;7.3;31917
+68088;43.29261;3.38771;4;20220613;34.5;19.8;27.1;3.4;18.7;.4;7.79;31943
+68088;43.29261;3.38771;4;20220614;29.8;18;23.9;2.2;16;.1;6.48;31965
+68088;43.29261;3.38771;4;20220615;32.1;20.2;26.1;3.2;17.1;0;7.42;31984
+68088;43.29261;3.38771;4;20220616;31.2;17.1;24.1;1.9;17.9;0;6.38;32000
+68088;43.29261;3.38771;4;20220617;36.2;20.4;28.3;2;17.7;0;7.36;32013
+68088;43.29261;3.38771;4;20220618;30.6;18.7;24.6;2.6;19.2;0;6.59;32023
+68088;43.29261;3.38771;4;20220619;28.1;22.2;25.1;5.8;23.8;0;5.46;24614
+68088;43.29261;3.38771;4;20220620;27.7;21.1;24.4;4.6;23.3;0;4.41;18879
+68088;43.29261;3.38771;4;20220621;29.7;22.7;26.2;3.5;25;1.7;4.94;21115
+68088;43.29261;3.38771;4;20220622;28.7;20.9;24.8;3.1;24;1.1;5.38;26809
+68088;43.29261;3.38771;4;20220623;27.7;21.3;24.5;3.6;23.9;7.8;4.73;22669
+68088;43.29261;3.38771;4;20220624;28.8;18;23.4;3.2;18.6;.2;6.04;29186
+68088;43.29261;3.38771;4;20220625;27.5;16.6;22;3.2;19.3;1.1;5.66;30280
+68088;43.29261;3.38771;4;20220626;27.9;18.5;23.2;4.3;19.4;0;5.62;26015
+68088;43.29261;3.38771;4;20220627;30.4;17.5;23.9;6.6;16.1;0;8.04;31965
+68088;43.29261;3.38771;4;20220628;31.6;16.6;24.1;5.3;14.6;0;8.17;31943
+68088;43.29261;3.38771;4;20220629;31.4;14.9;23.1;3.8;15.8;.5;7.16;31917
+68088;43.29261;3.38771;4;20220630;26.3;18.9;22.6;5.6;16.7;0;6.14;26522
+68088;43.29261;3.38771;4;20220701;29.7;16.8;23.2;4.1;11.3;0;7.71;31764
+68088;43.29261;3.38771;4;20220702;27.7;13.2;20.4;2.2;12.2;.2;6.05;31821
+68088;43.29261;3.38771;4;20220703;32.3;16.1;24.2;2;15.7;0;6.59;31783
+68088;43.29261;3.38771;4;20220704;33.9;20.9;27.4;4.8;18.8;.4;8.36;31742
+68088;43.29261;3.38771;4;20220705;35.4;21.4;28.4;4.7;17.6;0;8.92;31697
+68088;43.29261;3.38771;4;20220706;34;22.7;28.3;4.8;13;0;9.29;30775
+68088;43.29261;3.38771;4;20220707;33.3;19.2;26.2;6.8;13.4;.1;9.84;31599
+68088;43.29261;3.38771;4;20220708;35.2;21.7;28.4;5.6;12.4;0;10.18;31545
+68088;43.29261;3.38771;4;20220709;34.8;16;25.4;2.5;13.9;0;7.34;31488
+68088;43.29261;3.38771;4;20220710;33.9;17.3;25.6;2.3;13.7;.2;7.12;31429
+68088;43.29261;3.38771;4;20220711;29.4;18.2;23.8;2.3;16.3;0;6.34;31366
+68088;43.29261;3.38771;4;20220712;30.2;18.9;24.5;2.1;20.2;0;6.18;31300
+68088;43.29261;3.38771;4;20220713;31.7;18.4;25;2.2;20.3;0;6.38;31231
+68088;43.29261;3.38771;4;20220714;29.6;20.3;24.9;2.4;23.6;0;5.52;27721
+68088;43.29261;3.38771;4;20220715;40.5;19.1;29.8;2.7;19;0;8.29;31085
+68088;43.29261;3.38771;4;20220716;34.9;20.2;27.5;2.1;16.3;0;7.07;31007
+68088;43.29261;3.38771;4;20220717;33.1;18.9;26;1.7;17.9;0;6.43;30926
+68088;43.29261;3.38771;4;20220718;34.7;19;26.8;2.3;21.6;0;6.79;30843
+68088;43.29261;3.38771;4;20220719;30.8;21.9;26.3;2.7;24.7;.2;5.65;26465
+68088;43.29261;3.38771;4;20220720;35.5;22.6;29;4.2;19.5;0;8.29;30057
+68088;43.29261;3.38771;4;20220721;36.4;22.1;29.2;3.7;17.9;.1;8.37;30576
+68088;43.29261;3.38771;4;20220722;34;20.5;27.2;3;20.5;1.4;7.1;30481
+68088;43.29261;3.38771;4;20220723;33.9;21.5;27.7;4.8;18.1;0;8.17;29446
+68088;43.29261;3.38771;4;20220724;33;19;26;2.4;17.5;0;6.7;30284
+68088;43.29261;3.38771;4;20220725;34.3;22.1;28.2;5.3;19.8;.2;8.19;28477
+68088;43.29261;3.38771;4;20220726;33.8;20.8;27.3;6;13.9;0;9.43;30075
+68088;43.29261;3.38771;4;20220727;34.4;19.8;27.1;5;11.9;0;9.19;29967
+68088;43.29261;3.38771;4;20220728;31.6;17.2;24.4;3.2;14.1;0;6.95;29857
+68088;43.29261;3.38771;4;20220729;30.1;22;26;3.7;18.7;1.4;6.03;23183
+68088;43.29261;3.38771;4;20220730;35.5;20.2;27.8;5;16.7;0;8.74;29627
+68088;43.29261;3.38771;4;20220731;38.1;19.6;28.8;4;15.3;0;8.83;29509
+68088;43.29261;3.38771;4;20220801;39.3;23;31.1;4.3;15.6;0;9.52;29388
+68088;43.29261;3.38771;4;20220802;39.5;20.6;30;3.4;16.3;0;8.56;29265
+68088;43.29261;3.38771;4;20220803;31.4;20.8;26.1;3.3;21.2;0;6.41;29139
+68088;43.29261;3.38771;4;20220804;30.2;21.8;26;2.5;25;0;4.95;23426
+68088;43.29261;3.38771;4;20220805;36;23.2;29.6;2.6;23.3;0;6.96;28880
+68088;43.29261;3.38771;4;20220806;38.4;23.5;30.9;3.7;18.8;0;8.45;28747
+68088;43.29261;3.38771;4;20220807;32.8;22.5;27.6;2.8;18.3;0;6.67;27877
+68088;43.29261;3.38771;4;20220808;33.8;19;26.4;2.5;15;0;6.67;28474
+68088;43.29261;3.38771;4;20220809;34.5;17.6;26;2.2;15.3;0;6.44;28334
+68088;43.29261;3.38771;4;20220810;31.8;19.7;25.7;2.7;20.4;0;6.06;28192
+68088;43.29261;3.38771;4;20220811;30.4;22.3;26.3;2.8;26.3;0;4.56;20868
+68088;43.29261;3.38771;4;20220812;31;23.6;27.3;3.1;27.4;0;5.29;24617
+68088;43.29261;3.38771;4;20220813;30.7;23.2;26.9;2.4;28;0;4.31;19797
+68088;43.29261;3.38771;4;20220814;30.6;25.3;27.9;3.3;25.6;2.1;4.82;18692
+68088;43.29261;3.38771;4;20220815;32.9;20.2;26.5;2.5;19.4;0;6.04;26811
+68088;43.29261;3.38771;4;20220816;30.6;18.6;24.6;3.2;18.6;10.1;5.91;27173
+68088;43.29261;3.38771;4;20220817;28.3;20.2;24.2;3.4;20.8;1.4;4.19;16810
+68088;43.29261;3.38771;4;20220818;29.1;18;23.5;5.8;16.5;.1;6.31;23712
+68088;43.29261;3.38771;4;20220819;30.4;20.4;25.4;6.8;16.1;.2;7.68;26157
+68088;43.29261;3.38771;4;20220820;34.5;20.8;27.6;4.3;15.9;0;7.68;26656
+68088;43.29261;3.38771;4;20220821;33.4;20;26.7;4;15.3;0;7.09;25176
+68088;43.29261;3.38771;4;20220822;32.5;21.9;27.2;6.5;16.7;0;8.23;26074
+68088;43.29261;3.38771;4;20220823;34.8;20.5;27.6;3.8;17.5;0;7.13;26158
+68088;43.29261;3.38771;4;20220824;31.6;19;25.3;2;17.4;.1;5.41;25988
+68088;43.29261;3.38771;4;20220825;30.7;20.9;25.8;2.9;20.2;.2;4.64;17856
+68088;43.29261;3.38771;4;20220826;35.1;22.3;28.7;4.1;17.8;0;7.4;25644
+68088;43.29261;3.38771;4;20220827;33.5;19.7;26.6;2.6;18.1;0;5.92;25470
+68088;43.29261;3.38771;4;20220828;30;18.3;24.1;2.1;17.9;0;5.04;25294
+68088;43.29261;3.38771;4;20220829;30.2;18.4;24.3;3.2;20.9;2.1;4.93;23143
+68088;43.29261;3.38771;4;20220830;29.4;20.2;24.8;2.4;23.6;0;4.57;23612
+68088;43.29261;3.38771;4;20220831;27.9;19.6;23.7;2.6;21.6;0;4.24;21704
+68088;43.29261;3.38771;4;20220901;32.5;20.3;26.4;3.2;20.2;7.7;5.75;24575
+68088;43.29261;3.38771;4;20220902;29.4;20;24.7;3.2;20.8;24.8;4.57;20238
+68088;43.29261;3.38771;4;20220903;26.8;18.8;22.8;2.5;22.4;0;3.69;20238
+68088;43.29261;3.38771;4;20220904;28.7;20.6;24.6;3.4;24.2;1.2;3.77;17496
+68088;43.29261;3.38771;4;20220905;29;23.4;26.2;4.7;27.3;.2;3.18;11507
+68088;43.29261;3.38771;4;20220906;29.3;24.1;26.7;4.1;27;4;3.41;12306
+68088;43.29261;3.38771;4;20220907;28.8;21.1;24.9;3.4;22.5;0;4.07;17632
+68088;43.29261;3.38771;4;20220908;28.9;16.4;22.6;2.6;15.8;0;4.74;23268
+68088;43.29261;3.38771;4;20220909;27.4;17;22.2;2.8;15.3;0;4.43;20680
+68088;43.29261;3.38771;4;20220910;26.6;13.6;20.1;2;15.3;0;3.97;22885
+68088;43.29261;3.38771;4;20220911;26.8;14.1;20.4;2.1;15.2;0;4.03;22692
+68088;43.29261;3.38771;4;20220912;27.6;17.4;22.5;3.4;20;0;3.49;15288
+68088;43.29261;3.38771;4;20220913;27.2;24.1;25.6;4.9;27.5;3.8;2.27;6631
+68088;43.29261;3.38771;4;20220914;27.5;21.9;24.7;2.7;24.9;0;3.1;14777
+68088;43.29261;3.38771;4;20220915;31.7;17.7;24.7;2.6;18.9;.1;4.73;21912
+68088;43.29261;3.38771;4;20220916;28.9;19.7;24.3;5.4;15.9;0;5.8;20084
+68088;43.29261;3.38771;4;20220917;24.7;14.2;19.4;6.1;9.2;0;5.98;21209
+68088;43.29261;3.38771;4;20220918;25.3;10.7;18;3;9;0;4.43;21320
+68088;43.29261;3.38771;4;20220919;26.3;8.6;17.4;1.9;11.3;0;3.62;21122
+68088;43.29261;3.38771;4;20220920;25.6;9.1;17.3;1.8;10.8;0;3.51;20923
+68088;43.29261;3.38771;4;20220921;25.4;10.8;18.1;2.5;10.9;0;3.87;20724
+68088;43.29261;3.38771;4;20220922;23.8;13.6;18.7;2.3;13.1;0;3.39;19297
+68088;43.29261;3.38771;4;20220923;23.6;13.8;18.7;2.9;16.6;23.4;2.8;15958
+68088;43.29261;3.38771;4;20220924;23.5;15.6;19.5;3.6;16.7;1.8;3.01;15346
+68088;43.29261;3.38771;4;20220925;23.2;13.9;18.5;4;12.8;0;3.8;18403
+68088;43.29261;3.38771;4;20220926;22;10.1;16;4.6;11.4;.1;3.65;18820
+68088;43.29261;3.38771;4;20220927;21.8;14.8;18.3;7.3;12.3;.5;4.23;13155
+68088;43.29261;3.38771;4;20220928;22.6;16;19.3;6.3;15.1;.3;3.63;14456
+68088;43.29261;3.38771;4;20220929;21.7;14.6;18.1;5;13.1;.4;3.3;11346
+68088;43.29261;3.38771;4;20220930;20.5;12.2;16.3;4.1;10.5;0;3.32;13683
+68088;43.29261;3.38771;4;20221001;24.8;10.2;17.5;3.8;12.5;0;3.55;16530
+68088;43.29261;3.38771;4;20221002;28.5;12.1;20.3;2.1;14.7;0;3.41;18529
+68088;43.29261;3.38771;4;20221003;27.7;12.6;20.1;2.6;13.5;0;3.64;18330
+68088;43.29261;3.38771;4;20221004;23.7;9.9;16.8;1.5;13.5;.1;2.55;18132
+68088;43.29261;3.38771;4;20221005;22;11.8;16.9;3.1;16.6;.2;2;12946
+68088;43.29261;3.38771;4;20221006;26;15;20.5;2.1;17;0;2.7;14814
+68088;43.29261;3.38771;4;20221007;21.7;13.9;17.8;2;16.5;4;2.1;14239
+68088;43.29261;3.38771;4;20221008;22.5;15.6;19;1.9;17.1;.8;1.86;9600
+68088;43.29261;3.38771;4;20221009;22.6;12;17.3;2.4;15.9;.1;2.29;16058
+68088;43.29261;3.38771;4;20221010;22.7;17;19.8;2.8;18.1;.2;2.13;11012
+68088;43.29261;3.38771;4;20221011;23.9;13;18.4;1.7;15.8;.1;2.35;16269
+68088;43.29261;3.38771;4;20221012;24.8;13.3;19;1.6;15.2;.7;2.39;15541
+68088;43.29261;3.38771;4;20221013;24.1;10.9;17.5;1.6;15.1;0;2.17;15117
+68088;43.29261;3.38771;4;20221014;25.9;17.5;21.7;4;15.7;0;3.41;12091
+68088;43.29261;3.38771;4;20221015;21.9;10.7;16.3;1.8;15.4;0;1.79;13148
+68088;43.29261;3.38771;4;20221016;24.3;19.1;21.7;5.4;21.3;0;2.12;7575
+68088;43.29261;3.38771;4;20221017;23;20.1;21.5;6.4;21.3;0;1.95;5125
+68088;43.29261;3.38771;4;20221018;21.8;19.8;20.8;4;21.2;.2;1.3;3200
+68088;43.29261;3.38771;4;20221019;21.5;19.3;20.4;3.4;22;.1;.98;3356
+68088;43.29261;3.38771;4;20221020;21.4;20.5;20.9;5.2;22.6;1.7;.98;1717
+68088;43.29261;3.38771;4;20221021;24.2;20.5;22.3;3.7;20.9;0;2.12;7991
+68088;43.29261;3.38771;4;20221022;23.6;15.8;19.7;3.1;18.3;0;1.97;10583
+68088;43.29261;3.38771;4;20221023;22.7;18;20.3;3.9;21.4;0;1.4;7349
+68088;43.29261;3.38771;4;20221024;26;18.9;22.4;2.9;20;0;2.25;9759
+68088;43.29261;3.38771;4;20221025;22.2;14;18.1;2.4;16.5;0;1.6;8310
+68088;43.29261;3.38771;4;20221026;23.2;18.4;20.8;3.3;20.6;0;1.57;6920
+68088;43.29261;3.38771;4;20221027;23.7;16.7;20.2;2.5;20.4;.2;1.42;7489
+68088;43.29261;3.38771;4;20221028;23;17.3;20.1;3;19.1;.1;1.69;8375
+68088;43.29261;3.38771;4;20221029;22.3;15.2;18.7;2.8;17.5;0;1.62;8996
+68088;43.29261;3.38771;4;20221030;22.9;16.4;19.6;3.4;18.6;0;1.69;8120
+68088;43.29261;3.38771;4;20221031;23.4;19.1;21.2;4.7;20.4;0;1.87;6703
+68088;43.29261;3.38771;4;20221101;24.7;15.1;19.9;2.5;16;.1;2.08;11066
+68088;43.29261;3.38771;4;20221102;22.7;13.4;18;2.4;12.3;.7;2.1;10381
+68088;43.29261;3.38771;4;20221103;17.5;10.9;14.2;4.7;13.3;1.2;1.42;6928
+68088;43.29261;3.38771;4;20221104;16.5;9.9;13.2;5.7;9.9;1.7;2.29;8652
+68088;43.29261;3.38771;4;20221105;18.1;9.9;14;6.2;7.1;0;3.6;10836
+68088;43.29261;3.38771;4;20221106;19.2;3.3;11.2;1.4;8;0;1.33;12249
+68088;43.29261;3.38771;4;20221107;20.6;4.8;12.7;2.4;11.1;0;1.52;12103
+68088;43.29261;3.38771;4;20221108;21;12.7;16.8;5.6;18.1;.3;.99;6608
+68088;43.29261;3.38771;4;20221109;21.7;15.1;18.4;2.7;16.4;2.3;1.47;7115
+68088;43.29261;3.38771;4;20221110;21.3;9.5;15.4;3.1;12;.6;1.85;11459
+68088;43.29261;3.38771;4;20221111;20.1;10.1;15.1;3.1;13.6;0;1.4;8503
+68088;43.29261;3.38771;4;20221112;20.7;11.1;15.9;2;13.5;.1;1.3;10328
+68088;43.29261;3.38771;4;20221113;18.4;8.8;13.6;1.9;12.6;2.3;1;5783
+68088;43.29261;3.38771;4;20221114;18.5;14.7;16.6;4.6;14.8;2.6;1.52;3886
+68088;43.29261;3.38771;4;20221115;18.6;13.7;16.1;3.9;15.1;.2;1.26;6491
+68088;43.29261;3.38771;4;20221116;19.6;9.6;14.6;1.9;11.9;0;1.2;8883
+68088;43.29261;3.38771;4;20221117;21.7;10.6;16.1;2.9;12.5;5.3;1.71;8479
+68088;43.29261;3.38771;4;20221118;16.8;10.6;13.7;3.2;10.8;.1;1.49;6368
+68088;43.29261;3.38771;4;20221119;15.5;7;11.2;4.2;8.6;.2;1.76;7544
+68088;43.29261;3.38771;4;20221120;16.3;5;10.6;3.7;7.8;0;1.75;9910
+68088;43.29261;3.38771;4;20221121;10.4;6.8;8.6;2.7;9.3;4.5;.76;2767
+68088;43.29261;3.38771;4;20221122;13;7.9;10.4;6.4;8.7;2.1;1.77;7196
+68088;43.29261;3.38771;4;20221123;18.2;8.5;13.3;3.2;10.5;2.3;1.5;7516
+68088;43.29261;3.38771;4;20221124;16.5;3.8;10.1;2;9.7;.1;.87;8855
+68088;43.29261;3.38771;4;20221125;16.9;6.4;11.6;3.4;10.2;0;1.28;7559
+68088;43.29261;3.38771;4;20221126;16.6;7.4;12;4.2;7.9;0;2.02;8603
+68088;43.29261;3.38771;4;20221127;14;1.6;7.8;2.9;8.8;1.2;.82;8261
+68088;43.29261;3.38771;4;20221128;13.4;10.9;12.1;4.4;11.6;6.2;1.04;3287
+68088;43.29261;3.38771;4;20221129;13.6;6;9.8;3.8;8;.1;1.38;7956
+68088;43.29261;3.38771;4;20221130;13.6;1.4;7.5;3;7.4;0;1.04;8943
+68088;43.29261;3.38771;4;20221201;11.1;2.1;6.6;3.7;7.7;0;.89;6128
+68088;43.29261;3.38771;4;20221202;10.8;.3;5.5;1.3;7.2;.7;.47;7547
+68088;43.29261;3.38771;4;20221203;9.5;5;7.2;1.9;9.1;8.6;.5;2799
+68088;43.29261;3.38771;4;20221204;12.8;5.7;9.2;2.5;8.8;0;.85;6028
+68088;43.29261;3.38771;4;20221205;12.1;-1.3;5.4;2;6.3;0;.72;9210
+68088;43.29261;3.38771;4;20221206;13.7;1;7.3;1;6.6;.1;.53;7905
+68088;43.29261;3.38771;4;20221207;13.1;1.4;7.2;1.7;6.8;0;.71;8353
+68088;43.29261;3.38771;4;20221208;7.4;.2;3.8;3.4;7.4;2.3;.43;3684
+68088;43.29261;3.38771;4;20221209;15.6;5.9;10.7;2.3;11.3;0;.62;5981
+68088;43.29261;3.38771;4;20221210;9.9;9.1;9.5;4.2;7.8;0;1.47;2847
+68088;43.29261;3.38771;4;20221211;8.7;-1.7;3.5;2;4.4;0;.79;8066
+68088;43.29261;3.38771;4;20221212;7.3;-4;1.6;2.5;5.3;7.2;.58;7390
+68088;43.29261;3.38771;4;20221213;8;2.9;5.4;3.6;8.7;3.7;.3;3920
+68088;43.29261;3.38771;4;20221214;12.7;7.5;10.1;3.5;11.6;3.8;.49;2870
+68088;43.29261;3.38771;4;20221215;13.8;10.4;12.1;4.3;12.2;15.7;.83;2658
+68088;43.29261;3.38771;4;20221216;14.2;7.2;10.7;1.7;10.5;.9;.6;5365
+68088;43.29261;3.38771;4;20221217;13.2;2.4;7.8;1.9;7.4;0;.69;8085
+68088;43.29261;3.38771;4;20221218;13.6;1.5;7.5;4.2;8.6;0;.97;4906
+68088;43.29261;3.38771;4;20221219;15.9;13.1;14.5;6.7;14;0;1.17;1788
+68088;43.29261;3.38771;4;20221220;15.6;13.1;14.3;4.3;13.71;.5;.94;3695
+68088;43.29261;3.38771;4;20221221;19.4;12.8;16.1;3.1;12.5;0;1.41;6172
+68088;43.29261;3.38771;4;20221222;20;7.8;13.9;2.8;12;0;1.14;6755
+68088;43.29261;3.38771;4;20221223;21.5;13.1;17.3;2.7;13.1;.1;1.43;6747
+68088;43.29261;3.38771;4;20221224;20;7.3;13.6;1.7;11.2;.1;.81;8557
+68088;43.29261;3.38771;4;20221225;14.6;7;10.8;3.1;12.2;0;.49;4350
+68088;43.29261;3.38771;4;20221226;17.5;12;14.7;2.3;13.1;0;.9;5007
+68088;43.29261;3.38771;4;20221227;15.6;5.9;10.7;1.7;10.4;.1;.59;7040
+68088;43.29261;3.38771;4;20221228;11.9;5.2;8.5;2.6;9.8;0;.53;5305
+68088;43.29261;3.38771;4;20221229;14.8;10;12.4;2.4;12.1;0;.74;3291
+68088;43.29261;3.38771;4;20221230;15.1;8.8;11.9;2.1;11.7;.1;.65;5553
+68088;43.29261;3.38771;4;20221231;15.6;9.2;12.4;3.6;13.4;0;.58;3357
+68092;43.36032;4.71734;1;20220101;8.1;7;7.6;1;10.4;.1;.33;2020
+68092;43.36032;4.71734;1;20220102;10.9;7.8;9.3;2;10.8;0;.45;3762
+68092;43.36032;4.71734;1;20220103;14.9;6.1;10.5;2.1;10.4;0;.67;6729
+68092;43.36032;4.71734;1;20220104;15;7;11;3.4;12.3;.6;.52;6430
+68092;43.36032;4.71734;1;20220105;9.2;7;8.1;8.9;7;0;2.03;3148
+68092;43.36032;4.71734;1;20220106;7.9;5.3;6.6;11.3;5.4;0;2.57;3493
+68092;43.36032;4.71734;1;20220107;9.3;.3;4.8;4.4;5.7;0;1.24;6992
+68092;43.36032;4.71734;1;20220108;11.7;3.3;7.5;4;8;.1;.99;6788
+68092;43.36032;4.71734;1;20220109;10.5;8.9;9.7;4.8;7.9;0;1.64;2695
+68092;43.36032;4.71734;1;20220110;9.4;6.8;8.1;8.6;6.8;0;2.11;3609
+68092;43.36032;4.71734;1;20220111;7.6;3.3;5.5;8.1;5.7;0;1.79;4831
+68092;43.36032;4.71734;1;20220112;8.8;1.7;5.3;5.4;5.4;0;1.58;6411
+68092;43.36032;4.71734;1;20220113;11.2;.1;5.6;2.7;5.4;0;1.16;8219
+68092;43.36032;4.71734;1;20220114;10.1;-3.5;3.3;2.4;5.4;0;.84;9238
+68092;43.36032;4.71734;1;20220115;11;-2.5;4.3;2.1;5.6;.1;.84;9291
+68092;43.36032;4.71734;1;20220116;12.1;-2.8;4.7;4.2;5.2;.1;1.56;9740
+68092;43.36032;4.71734;1;20220117;11.4;5.3;8.3;8.7;6.6;0;2.35;6202
+68092;43.36032;4.71734;1;20220118;12.2;3.3;7.7;4;6.6;0;1.52;7679
+68092;43.36032;4.71734;1;20220119;9.8;.3;5;2.6;7.1;.2;.71;8036
+68092;43.36032;4.71734;1;20220120;11.4;2.9;7.1;8.8;6.2;0;2.25;7657
+68092;43.36032;4.71734;1;20220121;7.7;4;5.8;9.8;5.1;0;2.39;4933
+68092;43.36032;4.71734;1;20220122;8.5;1.9;5.2;6.8;5.3;0;1.85;6839
+68092;43.36032;4.71734;1;20220123;12.5;.4;6.4;3;6;0;1.33;9551
+68092;43.36032;4.71734;1;20220124;11.8;-1.7;5;1.6;6.7;0;.73;10235
+68092;43.36032;4.71734;1;20220125;11.4;-1.9;4.7;1.9;6.7;0;.78;10275
+68092;43.36032;4.71734;1;20220126;13.5;-1.9;5.8;3.6;6;0;1.53;10819
+68092;43.36032;4.71734;1;20220127;11.2;-.4;5.4;4.1;5.2;0;1.66;9794
+68092;43.36032;4.71734;1;20220128;12.8;1.6;7.2;9.2;5.9;0;2.64;9733
+68092;43.36032;4.71734;1;20220129;13.4;4.4;8.9;6.8;5.8;0;2.74;8780
+68092;43.36032;4.71734;1;20220130;14;5.3;9.7;9.1;7.7;0;2.5;8732
+68092;43.36032;4.71734;1;20220131;14.3;6.2;10.3;8.9;6.8;0;3.08;8515
+68092;43.36032;4.71734;1;20220201;11.8;4.8;8.3;9.8;5.2;0;3.26;7981
+68092;43.36032;4.71734;1;20220202;16.8;6.7;11.7;8.4;8.2;0;3.05;9814
+68092;43.36032;4.71734;1;20220203;16.2;6.9;11.6;3.5;9;0;1.75;9518
+68092;43.36032;4.71734;1;20220204;13.8;6.4;10.1;2.8;9.2;0;1.24;8545
+68092;43.36032;4.71734;1;20220205;14.5;5.8;10.2;6.5;6.6;0;2.79;9430
+68092;43.36032;4.71734;1;20220206;13.5;4.1;8.8;5.4;6.5;0;2.29;9951
+68092;43.36032;4.71734;1;20220207;14.4;6.9;10.6;8.9;6.9;0;3.21;8950
+68092;43.36032;4.71734;1;20220208;15.5;6;10.8;5;6.3;0;2.76;10271
+68092;43.36032;4.71734;1;20220209;14.2;-.6;6.8;2.3;8.8;0;1.04;12811
+68092;43.36032;4.71734;1;20220210;13;7.7;10.3;2;9.94;0;1.3;9915
+68092;43.36032;4.71734;1;20220211;15.6;3.3;9.5;5;7.34;0;2.27;11296
+68092;43.36032;4.71734;1;20220212;16;3;9.5;4.1;7.1;0;2.19;11837
+68092;43.36032;4.71734;1;20220213;13.5;5.5;9.5;6.9;8.94;2.9;1.64;5251
+68092;43.36032;4.71734;1;20220214;13.3;10.1;11.7;6;10.6;8.3;1.56;3547
+68092;43.36032;4.71734;1;20220215;14.1;5.5;9.8;6.7;7.37;0;2.57;11975
+68092;43.36032;4.71734;1;20220216;13.5;3.8;8.6;3.5;9.8;.9;1.17;11528
+68092;43.36032;4.71734;1;20220217;19.7;7.4;13.6;4.9;11.5;0;2.3;13216
+68092;43.36032;4.71734;1;20220218;18.1;6.6;12.4;2.5;11.2;0;1.64;12927
+68092;43.36032;4.71734;1;20220219;13.8;8.2;11;7;7.4;0;2.87;8982
+68092;43.36032;4.71734;1;20220220;17;5.4;11.2;6;7.4;0;3.08;13323
+68092;43.36032;4.71734;1;20220221;16.3;10.4;13.3;7.4;8;0;3.53;9476
+68092;43.36032;4.71734;1;20220222;15.8;6.7;11.2;5.3;6.9;0;2.98;12046
+68092;43.36032;4.71734;1;20220223;18.2;8.1;13.2;4.1;9;0;2.65;12880
+68092;43.36032;4.71734;1;20220224;13.9;6.8;10.3;2.8;10.6;.6;1.31;10853
+68092;43.36032;4.71734;1;20220225;13.1;4.9;9;7.8;6.1;0;3.09;11850
+68092;43.36032;4.71734;1;20220226;14.4;6;10.2;5;6;0;2.95;12151
+68092;43.36032;4.71734;1;20220227;14.2;1.3;7.8;3;6.7;0;2.02;15369
+68092;43.36032;4.71734;1;20220228;13.8;2.6;8.2;3.4;8;0;1.81;14462
+68092;43.36032;4.71734;1;20220301;13.6;2.5;8.1;3.5;7.4;0;1.96;14572
+68092;43.36032;4.71734;1;20220302;12.6;3.2;7.9;2.8;8;.5;1.62;13532
+68092;43.36032;4.71734;1;20220303;14.8;.2;7.5;1.9;7.8;0;1.74;16759
+68092;43.36032;4.71734;1;20220304;18.3;2.4;10.3;5.2;6.7;0;3.42;16954
+68092;43.36032;4.71734;1;20220305;15.8;1.7;8.7;3.8;4.7;0;3.1;17149
+68092;43.36032;4.71734;1;20220306;13.4;.2;6.8;2.9;5.7;0;2.22;16915
+68092;43.36032;4.71734;1;20220307;13.2;-.4;6.4;2.4;5.4;0;2.2;15977
+68092;43.36032;4.71734;1;20220308;14.2;2.3;8.2;3.6;7.07;0;2.15;13007
+68092;43.36032;4.71734;1;20220309;14.8;4.8;9.8;3;8.4;0;2.1;15173
+68092;43.36032;4.71734;1;20220310;14.2;4;9.1;4.8;9.9;0;1.73;15505
+68092;43.36032;4.71734;1;20220311;13.6;11.1;12.4;8.1;10.2;2;2.37;7503
+68092;43.36032;4.71734;1;20220312;13.3;10.7;12;8;9;3.1;2.75;7750
+68092;43.36032;4.71734;1;20220313;12.2;10;11.1;6.5;9.1;11.5;2.21;7170
+68092;43.36032;4.71734;1;20220314;15.9;5.7;10.8;4.3;10.6;0;2.06;16209
+68092;43.36032;4.71734;1;20220315;17.2;9.7;13.5;2.9;10.8;0;2.32;13977
+68092;43.36032;4.71734;1;20220316;15.8;6.3;11;1.7;11;0;1.87;15965
+68092;43.36032;4.71734;1;20220317;16.1;9.1;12.6;3.1;11.7;0;1.98;13778
+68092;43.36032;4.71734;1;20220318;17.1;10.6;13.8;2.2;11.4;.2;1.85;9284
+68092;43.36032;4.71734;1;20220319;17.9;7.9;12.9;2.5;9.1;0;2.47;13288
+68092;43.36032;4.71734;1;20220320;15.3;6.7;11;5.2;8.34;.1;2.26;6677
+68092;43.36032;4.71734;1;20220321;16.4;10.5;13.5;5.8;7.14;0;3.55;11848
+68092;43.36032;4.71734;1;20220322;16.5;4.2;10.4;4.9;6.74;0;3.41;19329
+68092;43.36032;4.71734;1;20220323;17;2.8;9.9;3;7.27;0;2.9;19760
+68092;43.36032;4.71734;1;20220324;18.8;2.4;10.6;2.6;6.7;0;3.17;20225
+68092;43.36032;4.71734;1;20220325;19.4;2.8;11.1;3;7.64;0;3.19;19423
+68092;43.36032;4.71734;1;20220326;21;4.5;12.8;3.2;7.44;0;3.73;20221
+68092;43.36032;4.71734;1;20220327;22.4;8.4;15.4;2.6;7.67;0;3.59;15970
+68092;43.36032;4.71734;1;20220328;21.9;5.9;13.9;2.6;7.77;0;3.55;19449
+68092;43.36032;4.71734;1;20220329;19;8;13.5;3.4;9.97;2.4;2.85;15506
+68092;43.36032;4.71734;1;20220330;15.8;11;13.4;2.9;11.44;1.9;1.84;7636
+68092;43.36032;4.71734;1;20220331;19.9;8.6;14.2;7.1;9;.1;4.55;21472
+68092;43.36032;4.71734;1;20220401;11.1;6.3;8.7;11.1;5.8;1;3.7;16228
+68092;43.36032;4.71734;1;20220402;10;4.3;7.1;8.9;4.74;0;3.43;14642
+68092;43.36032;4.71734;1;20220403;12.1;2.7;7.4;7.5;5.21;0;3.54;20757
+68092;43.36032;4.71734;1;20220404;16.1;2.7;9.4;3.6;5.71;0;3.56;22569
+68092;43.36032;4.71734;1;20220405;19.9;4.2;12.1;3.7;6.11;0;4.25;22754
+68092;43.36032;4.71734;1;20220406;17.3;4.3;10.8;2.9;8.97;0;2.72;17583
+68092;43.36032;4.71734;1;20220407;19.8;9;14.4;5.5;10.97;0;3.48;15439
+68092;43.36032;4.71734;1;20220408;21.6;12.6;17.1;5.4;12.37;0;4.2;20911
+68092;43.36032;4.71734;1;20220409;17;10.7;13.9;9.3;6.3;0;5.64;22102
+68092;43.36032;4.71734;1;20220410;18.2;4.4;11.3;4;6.84;0;3.99;24220
+68092;43.36032;4.71734;1;20220411;17.7;7.9;12.8;5.7;9.37;0;3.08;13251
+68092;43.36032;4.71734;1;20220412;20.6;8.2;14.4;4.2;9.54;0;3.85;20205
+68092;43.36032;4.71734;1;20220413;20.3;7.8;14.1;2.8;10.07;0;3.44;20555
+68092;43.36032;4.71734;1;20220414;25.7;8.1;16.9;3.2;10.4;.1;4.68;23054
+68092;43.36032;4.71734;1;20220415;27;11.5;19.3;4.7;11.21;0;5.79;24535
+68092;43.36032;4.71734;1;20220416;25.1;12.4;18.7;6;10.6;0;6.06;22547
+68092;43.36032;4.71734;1;20220417;21.4;11;16.2;3.3;9.67;0;4.5;24922
+68092;43.36032;4.71734;1;20220418;20.8;8.2;14.5;3.1;11.24;0;3.87;25247
+68092;43.36032;4.71734;1;20220419;24;9.1;16.5;3.4;11.47;.4;4.55;25202
+68092;43.36032;4.71734;1;20220420;18.3;12.6;15.5;3.5;13.77;8;1.98;7645
+68092;43.36032;4.71734;1;20220421;19.4;12.7;16;3.1;13.67;4.8;2.31;9637
+68092;43.36032;4.71734;1;20220422;20.2;10.5;15.3;4.2;13.44;0;3.4;22198
+68092;43.36032;4.71734;1;20220423;17.8;14.6;16.2;7.2;13.14;6.5;2.75;7138
+68092;43.36032;4.71734;1;20220424;18.7;9.7;14.2;3.9;12.04;.6;2.74;14349
+68092;43.36032;4.71734;1;20220425;21;9.4;15.2;4.7;11.4;0;4.49;26253
+68092;43.36032;4.71734;1;20220426;23;9.9;16.5;3.2;12.27;0;4.34;26204
+68092;43.36032;4.71734;1;20220427;21.6;10.2;15.9;3.1;13.14;0;4.05;26072
+68092;43.36032;4.71734;1;20220428;25.2;11.3;18.2;3;12.44;0;4.81;25403
+68092;43.36032;4.71734;1;20220429;23.3;10.9;17.1;3.2;11.6;0;4.77;26518
+68092;43.36032;4.71734;1;20220430;25.3;12.1;18.7;3.8;11;0;5.34;24233
+68092;43.36032;4.71734;1;20220501;24.5;11.3;17.9;4.1;10.04;0;5.51;26143
+68092;43.36032;4.71734;1;20220502;23;10.5;16.8;3.2;12.17;0;4.4;24591
+68092;43.36032;4.71734;1;20220503;22.9;13.1;18;2.7;13.37;.1;4.16;22898
+68092;43.36032;4.71734;1;20220504;24.3;10.4;17.4;3;12.87;1.6;4.65;26618
+68092;43.36032;4.71734;1;20220505;22.8;14.1;18.5;4.4;12.5;.4;4.25;16875
+68092;43.36032;4.71734;1;20220506;20;13.6;16.8;7.8;11;0;4.91;19303
+68092;43.36032;4.71734;1;20220507;25.5;14.7;20.1;5.2;12;0;6.08;25348
+68092;43.36032;4.71734;1;20220508;22;9.2;15.6;2.2;13.1;4.2;4.22;27769
+68092;43.36032;4.71734;1;20220509;25.4;13.1;19.3;1.9;14.8;0;4.75;27333
+68092;43.36032;4.71734;1;20220510;25.1;11.6;18.4;2.2;14.1;0;4.89;28786
+68092;43.36032;4.71734;1;20220511;23.1;11.9;17.5;3.8;14.7;0;4.46;26286
+68092;43.36032;4.71734;1;20220512;23.7;12.2;18;2.6;14.5;0;4.55;26754
+68092;43.36032;4.71734;1;20220513;24.4;12.3;18.3;1.6;14.5;0;4.58;27568
+68092;43.36032;4.71734;1;20220514;26.2;13;19.6;2.1;17.1;0;4.93;28930
+68092;43.36032;4.71734;1;20220515;24.6;15.4;20;3.9;17.3;0;4.53;24160
+68092;43.36032;4.71734;1;20220516;24.8;14.6;19.7;3.5;16.5;0;4.72;25563
+68092;43.36032;4.71734;1;20220517;26.1;14.2;20.2;2;17.3;0;4.86;27753
+68092;43.36032;4.71734;1;20220518;25.7;14.6;20.2;2.8;18.5;0;4.69;26881
+68092;43.36032;4.71734;1;20220519;26.7;15.1;20.9;2.8;17.5;0;5.13;27585
+68092;43.36032;4.71734;1;20220520;26.5;14.4;20.4;3.1;15.6;0;5.41;28278
+68092;43.36032;4.71734;1;20220521;25.3;15.5;20.4;2.2;17.3;.1;4.63;25480
+68092;43.36032;4.71734;1;20220522;25.1;16.1;20.6;3.8;19.6;0;4.37;24472
+68092;43.36032;4.71734;1;20220523;26.2;16.4;21.3;3.5;18;0;5.02;25636
+68092;43.36032;4.71734;1;20220524;25.3;17.8;21.5;5.3;13.3;.4;6.01;22428
+68092;43.36032;4.71734;1;20220525;25.9;17.6;21.8;7.7;11.2;0;7.55;23687
+68092;43.36032;4.71734;1;20220526;28.4;18.1;23.3;7.3;11.6;0;8.35;26517
+68092;43.36032;4.71734;1;20220527;30.5;19;24.7;7.3;13.5;0;8.79;28121
+68092;43.36032;4.71734;1;20220528;27.3;18.7;23;10.5;10.7;0;9.26;24309
+68092;43.36032;4.71734;1;20220529;26.2;16.2;21.2;8.2;8;0;8.77;26316
+68092;43.36032;4.71734;1;20220530;26.1;10.9;18.5;2.1;10.8;1;5.6;30746
+68092;43.36032;4.71734;1;20220531;25;16.1;20.5;2.1;15.9;0;4.73;24908
+68092;43.36032;4.71734;1;20220601;27.9;14.5;21.2;2.1;16.9;0;5.65;30744
+68092;43.36032;4.71734;1;20220602;26.8;14.4;20.6;2.1;18.4;0;5.21;29613
+68092;43.36032;4.71734;1;20220603;30.8;18.4;24.6;2.7;19.2;.2;6.31;29668
+68092;43.36032;4.71734;1;20220604;27.6;18.6;23.1;3.4;20.5;0;5.17;25243
+68092;43.36032;4.71734;1;20220605;30.2;20.8;25.5;3.8;20.9;0;6.09;25852
+68092;43.36032;4.71734;1;20220606;28.9;16.5;22.7;4;16.2;0;6.53;29815
+68092;43.36032;4.71734;1;20220607;30;17.3;23.6;4.9;15.7;0;7.31;30224
+68092;43.36032;4.71734;1;20220608;26.4;18;22.2;4.2;13.7;.1;6.08;24517
+68092;43.36032;4.71734;1;20220609;26.1;17.7;21.9;8;11.9;0;7.61;24547
+68092;43.36032;4.71734;1;20220610;29.1;18.6;23.8;10.1;10.6;0;10.07;27537
+68092;43.36032;4.71734;1;20220611;31.7;18.8;25.3;4.2;13.7;0;7.96;30610
+68092;43.36032;4.71734;1;20220612;28.9;15.5;22.2;2.2;17.7;0;5.94;31236
+68092;43.36032;4.71734;1;20220613;32.8;17.9;25.3;4.3;17.3;0;7.75;31387
+68092;43.36032;4.71734;1;20220614;30.5;20.3;25.4;3.8;16.1;0;6.95;27229
+68092;43.36032;4.71734;1;20220615;29.3;20.2;24.8;3.1;20.3;0;5.72;25706
+68092;43.36032;4.71734;1;20220616;31.5;17.3;24.4;1.9;20.4;0;6.26;31444
+68092;43.36032;4.71734;1;20220617;35.9;24.8;30.4;3.6;17.9;0;8.29;28471
+68092;43.36032;4.71734;1;20220618;30.8;19.4;25.1;2.6;21.1;0;6.12;28869
+68092;43.36032;4.71734;1;20220619;29.9;20.7;25.3;4;21.5;0;6;25887
+68092;43.36032;4.71734;1;20220620;29.5;21.4;25.5;4.6;19.9;0;6.22;24261
+68092;43.36032;4.71734;1;20220621;29.7;21.3;25.5;3.8;23.8;1.2;5.5;24716
+68092;43.36032;4.71734;1;20220622;28;22.6;25.3;4.2;24.9;0;4.53;19712
+68092;43.36032;4.71734;1;20220623;26.6;22.6;24.6;4.7;24.2;10.9;4.04;16890
+68092;43.36032;4.71734;1;20220624;27.5;19.7;23.6;3.1;20.6;0;5.05;23783
+68092;43.36032;4.71734;1;20220625;27.4;17.6;22.5;2.8;21.6;0;5.01;26710
+68092;43.36032;4.71734;1;20220626;30.2;22.3;26.2;3.3;23.7;0;5.54;23916
+68092;43.36032;4.71734;1;20220627;30.6;20.5;25.6;5.4;19.3;0;7.04;27093
+68092;43.36032;4.71734;1;20220628;30.7;20.1;25.4;6.9;15.5;0;8.4;27748
+68092;43.36032;4.71734;1;20220629;28.6;18.3;23.4;3.4;17.2;.3;6.06;27323
+68092;43.36032;4.71734;1;20220630;26.7;19.8;23.2;3.4;20.9;0;4.72;22249
+68092;43.36032;4.71734;1;20220701;28.2;17.5;22.8;6.8;13.2;0;7.77;27804
+68092;43.36032;4.71734;1;20220702;31.7;17.1;24.4;3.7;13.7;0;7.61;31267
+68092;43.36032;4.71734;1;20220703;31.2;15.2;23.2;1.9;18;0;6.14;31229
+68092;43.36032;4.71734;1;20220704;34;20.4;27.2;3.2;21;.3;7.34;31188
+68092;43.36032;4.71734;1;20220705;33.1;23.2;28.1;6.4;15.6;0;9.21;26587
+68092;43.36032;4.71734;1;20220706;32.5;22.8;27.6;7.6;12.4;0;10.25;26271
+68092;43.36032;4.71734;1;20220707;31.4;20.4;25.9;10.2;12.5;0;10.71;27964
+68092;43.36032;4.71734;1;20220708;30.7;21.1;25.9;9.3;14.5;0;9.49;26044
+68092;43.36032;4.71734;1;20220709;33.2;19.1;26.2;4.4;13.6;0;8.47;30937
+68092;43.36032;4.71734;1;20220710;33.7;23.2;28.5;5.6;14.4;0;9.2;27158
+68092;43.36032;4.71734;1;20220711;29.4;18.4;23.9;2.8;17.6;0;5.99;27752
+68092;43.36032;4.71734;1;20220712;29;18.1;23.6;1.3;22.4;0;5.18;27564
+68092;43.36032;4.71734;1;20220713;29.7;19.6;24.7;2.2;22.1;0;5.4;26454
+68092;43.36032;4.71734;1;20220714;31.2;17.4;24.3;1.9;22.5;0;5.94;30611
+68092;43.36032;4.71734;1;20220715;37;19.2;28.1;3.7;20.6;0;8.05;30537
+68092;43.36032;4.71734;1;20220716;36.9;24.6;30.8;5.1;14.5;0;9.97;29031
+68092;43.36032;4.71734;1;20220717;32.1;22.5;27.3;3.3;17.8;0;6.75;25519
+68092;43.36032;4.71734;1;20220718;34.1;20.5;27.3;1.7;23.6;0;6.41;30298
+68092;43.36032;4.71734;1;20220719;32.2;20.9;26.6;1.7;24.2;0;5.75;27574
+68092;43.36032;4.71734;1;20220720;31.8;20.6;26.2;2;23.3;.1;5.76;27368
+68092;43.36032;4.71734;1;20220721;35.2;23.6;29.4;4.4;19.7;0;8.15;27776
+68092;43.36032;4.71734;1;20220722;31.8;18.8;25.3;2.5;24.1;0;5.94;29341
+68092;43.36032;4.71734;1;20220723;31;22.6;26.8;2.5;23.6;0;5.36;23407
+68092;43.36032;4.71734;1;20220724;34.1;21.6;27.8;2.6;19.4;0;6.85;28570
+68092;43.36032;4.71734;1;20220725;32.7;20;26.3;3;22;0;6.44;28702
+68092;43.36032;4.71734;1;20220726;32.7;22.8;27.7;5.9;15.9;0;8.49;25190
+68092;43.36032;4.71734;1;20220727;32.9;20.9;26.9;5.4;14;0;8.63;27683
+68092;43.36032;4.71734;1;20220728;32.2;17;24.6;2.4;15.6;0;6.43;29322
+68092;43.36032;4.71734;1;20220729;29.6;19.9;24.7;2.6;20;.2;5.38;24646
+68092;43.36032;4.71734;1;20220730;34.6;20.3;27.4;5;15.1;.1;8.73;29095
+68092;43.36032;4.71734;1;20220731;36.3;18.9;27.6;4;15;0;8.37;28978
+68092;43.36032;4.71734;1;20220801;35.8;22.6;29.2;4.5;16.3;0;8.67;28483
+68092;43.36032;4.71734;1;20220802;36.6;23.4;30;4.8;16.8;0;9.06;28360
+68092;43.36032;4.71734;1;20220803;31.4;21.5;26.4;2.7;22.2;0;5.58;24383
+68092;43.36032;4.71734;1;20220804;30.6;22.5;26.6;1.9;25.3;.1;4.72;21906
+68092;43.36032;4.71734;1;20220805;30.9;20.2;25.6;2.5;24.4;0;5.21;25138
+68092;43.36032;4.71734;1;20220806;35.6;24;29.8;6.4;17.5;0;9.44;26071
+68092;43.36032;4.71734;1;20220807;34.1;23.5;28.8;4.7;16.2;0;8.04;24779
+68092;43.36032;4.71734;1;20220808;33.9;20;27;2.8;16.5;0;6.81;27954
+68092;43.36032;4.71734;1;20220809;32.4;17.7;25.1;2.3;20.5;0;5.82;27815
+68092;43.36032;4.71734;1;20220810;30.9;18.1;24.5;1.9;20.6;0;5.35;26869
+68092;43.36032;4.71734;1;20220811;30.7;17.4;24;2;20.4;0;5.35;27255
+68092;43.36032;4.71734;1;20220812;31.4;21;26.2;2.2;25.5;0;5;23913
+68092;43.36032;4.71734;1;20220813;30;22.4;26.2;2.9;25.6;0;4.52;20255
+68092;43.36032;4.71734;1;20220814;27.7;22.3;25;3.1;23;11.3;4.01;16897
+68092;43.36032;4.71734;1;20220815;30.6;18.8;24.7;1.9;21.2;0;5.03;25080
+68092;43.36032;4.71734;1;20220816;29.3;19.1;24.2;3.2;23;8.6;4.73;23147
+68092;43.36032;4.71734;1;20220817;26.9;19.7;23.3;3.5;22.1;17.2;4.02;19250
+68092;43.36032;4.71734;1;20220818;24.8;16.8;20.8;4.3;18.3;6.2;4.06;20196
+68092;43.36032;4.71734;1;20220819;28.8;19.6;24.2;6.6;17.5;0;6.29;21562
+68092;43.36032;4.71734;1;20220820;30.7;20;25.3;6.2;17.7;0;6.88;23149
+68092;43.36032;4.71734;1;20220821;30.8;20.8;25.8;5.6;15;0;7.23;22219
+68092;43.36032;4.71734;1;20220822;31;21.5;26.3;6.8;14.9;0;7.89;21504
+68092;43.36032;4.71734;1;20220823;32.5;20.9;26.7;5;16.9;0;7.15;23660
+68092;43.36032;4.71734;1;20220824;28.8;17.1;22.9;2.1;20;0;4.51;23605
+68092;43.36032;4.71734;1;20220825;31.9;17.6;24.7;1.7;21.3;0;4.97;25327
+68092;43.36032;4.71734;1;20220826;32.7;20.1;26.4;4.8;19.2;0;6.66;24182
+68092;43.36032;4.71734;1;20220827;31.1;21.9;26.5;5.1;18.6;0;6.31;20444
+68092;43.36032;4.71734;1;20220828;31.3;17.4;24.3;1.8;19;0;4.92;24810
+68092;43.36032;4.71734;1;20220829;29.2;18.2;23.7;2.3;23.1;.1;4.21;22082
+68092;43.36032;4.71734;1;20220830;28.1;23.4;25.8;3;25.5;.4;3.41;14150
+68092;43.36032;4.71734;1;20220831;29.6;20.1;24.8;4.9;19.4;0;5.42;20182
+68092;43.36032;4.71734;1;20220901;31.3;18.5;24.9;3.6;17.4;.2;5.74;23332
+68092;43.36032;4.71734;1;20220902;28.7;19.1;23.9;2.9;21.6;3.8;4.18;19982
+68092;43.36032;4.71734;1;20220903;27.1;19.5;23.3;2;21.8;4.4;3.47;17584
+68092;43.36032;4.71734;1;20220904;28.9;19.9;24.4;2.8;21.2;0;4.18;19028
+68092;43.36032;4.71734;1;20220905;29;20.1;24.6;3.7;23.3;.4;4.12;18767
+68092;43.36032;4.71734;1;20220906;29.4;20.2;24.8;4;23.4;5.7;4.27;18934
+68092;43.36032;4.71734;1;20220907;28;20.9;24.4;3.8;24.7;18.3;3.53;16433
+68092;43.36032;4.71734;1;20220908;26.7;17;21.9;3.1;18.7;.1;3.87;19133
+68092;43.36032;4.71734;1;20220909;26.5;15.8;21.1;3.2;16.6;.2;4.1;19950
+68092;43.36032;4.71734;1;20220910;26.9;14.9;20.9;3.4;15.3;0;4.42;20976
+68092;43.36032;4.71734;1;20220911;28.4;14;21.2;3.4;14.8;0;4.79;22240
+68092;43.36032;4.71734;1;20220912;27.4;14.6;21;2.2;19.4;0;3.68;21303
+68092;43.36032;4.71734;1;20220913;27.2;21.1;24.2;4.2;23.6;0;3.35;14415
+68092;43.36032;4.71734;1;20220914;27.1;22.5;24.8;5.9;23.1;0;3.74;12336
+68092;43.36032;4.71734;1;20220915;29.7;18.1;23.9;2.9;19.7;0;4.27;19710
+68092;43.36032;4.71734;1;20220916;27;17.8;22.4;4;16.2;0;4.38;17334
+68092;43.36032;4.71734;1;20220917;20.9;14.5;17.7;9.2;9.7;0;5.47;14236
+68092;43.36032;4.71734;1;20220918;23.6;13.4;18.5;7.3;8.6;0;6.06;17935
+68092;43.36032;4.71734;1;20220919;24.2;15.2;19.7;8.9;8.7;0;6.89;16653
+68092;43.36032;4.71734;1;20220920;23.8;13.7;18.7;7.6;8.7;0;6.17;17500
+68092;43.36032;4.71734;1;20220921;24.9;14.7;19.8;4.2;10.9;0;4.64;17415
+68092;43.36032;4.71734;1;20220922;23.8;11.5;17.6;1.7;13;.1;3.04;18984
+68092;43.36032;4.71734;1;20220923;23.9;13.1;18.5;2.8;15.3;24;3.11;17577
+68092;43.36032;4.71734;1;20220924;20.1;17.1;18.6;4.1;17.8;5;1.97;8926
+68092;43.36032;4.71734;1;20220925;22.4;13.9;18.1;2.7;15.3;0;2.72;15218
+68092;43.36032;4.71734;1;20220926;23.3;12.1;17.7;4.6;12.2;.1;3.88;17362
+68092;43.36032;4.71734;1;20220927;21.2;15.2;18.2;5.8;11.6;0;4.01;12436
+68092;43.36032;4.71734;1;20220928;22.6;15.8;19.2;5.4;14.7;.1;3.48;13130
+68092;43.36032;4.71734;1;20220929;21.4;15.8;18.6;4.5;12.8;.3;3.39;11739
+68092;43.36032;4.71734;1;20220930;18.6;13;15.8;5.8;10.4;0;3.46;11610
+68092;43.36032;4.71734;1;20221001;21.5;7.5;14.5;3.2;12.3;0;2.76;18330
+68092;43.36032;4.71734;1;20221002;26.5;14.6;20.6;3.3;15.7;0;3.53;16786
+68092;43.36032;4.71734;1;20221003;25.3;16;20.6;5.5;14;0;4.33;14615
+68092;43.36032;4.71734;1;20221004;24.3;10.6;17.5;2.4;14.5;.1;2.8;17648
+68092;43.36032;4.71734;1;20221005;24.1;12.1;18.1;1.8;16.6;.2;2.41;16297
+68092;43.36032;4.71734;1;20221006;24.3;11.8;18;1.6;15.9;0;2.41;16454
+68092;43.36032;4.71734;1;20221007;24.4;12.6;18.5;1.7;15.5;1.1;2.45;15788
+68092;43.36032;4.71734;1;20221008;21.1;13.3;17.2;2.2;16.1;13.7;1.94;12591
+68092;43.36032;4.71734;1;20221009;21.6;13.9;17.7;2.1;15.1;0;2.1;12359
+68092;43.36032;4.71734;1;20221010;23.6;14.6;19.1;1.7;16.2;0;2.19;13244
+68092;43.36032;4.71734;1;20221011;24.2;11.5;17.9;1.5;15.4;0;2.24;15642
+68092;43.36032;4.71734;1;20221012;24.5;13.4;18.9;1.8;15.3;.1;2.36;14415
+68092;43.36032;4.71734;1;20221013;23.2;11.3;17.3;1.8;15.2;.1;2.12;14764
+68092;43.36032;4.71734;1;20221014;23.9;15.9;19.9;2.9;16.6;.1;2.45;11866
+68092;43.36032;4.71734;1;20221015;24.8;11.6;18.2;2.1;15.4;0;2.37;15201
+68092;43.36032;4.71734;1;20221016;24.5;17.1;20.8;5;18.3;0;2.77;11113
+68092;43.36032;4.71734;1;20221017;24;13.4;18.7;3.5;17;.2;2.34;13236
+68092;43.36032;4.71734;1;20221018;24.5;13.8;19.1;1.9;17.5;.2;2.03;13136
+68092;43.36032;4.71734;1;20221019;22.8;14.7;18.7;1.9;18.4;0;1.68;11219
+68092;43.36032;4.71734;1;20221020;21.6;19.1;20.4;5.3;19.8;.2;1.82;5925
+68092;43.36032;4.71734;1;20221021;24.2;20.4;22.3;9.2;21.4;0;2.75;7329
+68092;43.36032;4.71734;1;20221022;24.3;18;21.1;4.4;21.3;0;1.94;9462
+68092;43.36032;4.71734;1;20221023;25.1;20.8;22.9;8.3;21.6;0;2.95;7627
+68092;43.36032;4.71734;1;20221024;24.4;21.4;22.9;6.2;21.7;0;2.47;6203
+68092;43.36032;4.71734;1;20221025;24.4;15.9;20.1;3.2;19.8;0;1.86;10655
+68092;43.36032;4.71734;1;20221026;24.2;16.5;20.4;3.9;18.9;0;2.11;9986
+68092;43.36032;4.71734;1;20221027;24.6;16.9;20.8;1.8;18.4;.1;1.76;9857
+68092;43.36032;4.71734;1;20221028;24.1;13.4;18.8;1.6;17;0;1.65;11561
+68092;43.36032;4.71734;1;20221029;24.7;11.1;17.9;1.9;14.8;0;1.9;12932
+68092;43.36032;4.71734;1;20221030;23.2;12;17.6;2.5;15;0;1.87;11538
+68092;43.36032;4.71734;1;20221031;22.3;14.3;18.3;5.4;17.9;6.7;1.78;9547
+68092;43.36032;4.71734;1;20221101;23.3;20.1;21.7;4.6;18.5;3.9;2.39;5770
+68092;43.36032;4.71734;1;20221102;21.7;13.4;17.5;2.5;13.7;0;1.84;9484
+68092;43.36032;4.71734;1;20221103;20.5;9.1;14.8;4;13.7;16.3;1.69;11060
+68092;43.36032;4.71734;1;20221104;15.9;11.4;13.6;5.8;10.2;.3;2.31;6669
+68092;43.36032;4.71734;1;20221105;15.9;9.5;12.7;7.5;8.4;0;3;7948
+68092;43.36032;4.71734;1;20221106;19.1;5.4;12.3;2.2;9;.1;1.62;11718
+68092;43.36032;4.71734;1;20221107;22;4.8;13.4;1.8;9.9;.2;1.6;11806
+68092;43.36032;4.71734;1;20221108;20.3;10.4;15.3;5.5;14.1;3.1;1.79;9636
+68092;43.36032;4.71734;1;20221109;21.7;18;19.9;6.4;17.2;0;2.36;5617
+68092;43.36032;4.71734;1;20221110;19.5;13.4;16.4;4.4;13.1;.3;2.01;7265
+68092;43.36032;4.71734;1;20221111;21.9;11.8;16.8;2;12.8;.1;1.54;9379
+68092;43.36032;4.71734;1;20221112;21.5;8.2;14.8;1.8;11.7;0;1.37;10707
+68092;43.36032;4.71734;1;20221113;19.7;10.2;15;2.4;12.4;0;1.38;8860
+68092;43.36032;4.71734;1;20221114;18.1;10.8;14.5;5;12.7;15.6;1.64;7610
+68092;43.36032;4.71734;1;20221115;19.3;13.9;16.6;5.7;15.3;4.1;1.6;6394
+68092;43.36032;4.71734;1;20221116;18.3;10.4;14.3;3.5;12.8;.1;1.34;7749
+68092;43.36032;4.71734;1;20221117;18.7;10.8;14.8;2.8;12.8;1.6;1.28;7659
+68092;43.36032;4.71734;1;20221118;16.2;11.1;13.7;5.3;10.3;0;2.07;5982
+68092;43.36032;4.71734;1;20221119;14.7;7.9;11.3;6.7;7.9;0;2.48;6907
+68092;43.36032;4.71734;1;20221120;14.1;5.8;10;5.5;7.1;0;2.18;7599
+68092;43.36032;4.71734;1;20221121;10.9;5;7.9;2.6;9;7.9;.71;6256
+68092;43.36032;4.71734;1;20221122;13.8;7.4;10.6;5.6;8.9;.4;1.7;6467
+68092;43.36032;4.71734;1;20221123;14;6.6;10.3;1.6;9.9;1.4;.72;6918
+68092;43.36032;4.71734;1;20221124;15.9;5.5;10.7;2.8;9.2;0;1.18;8213
+68092;43.36032;4.71734;1;20221125;17.6;7.2;12.4;3.8;9.9;0;1.59;8131
+68092;43.36032;4.71734;1;20221126;14;9.7;11.8;8.5;8.3;0;2.71;4994
+68092;43.36032;4.71734;1;20221127;16.2;3.6;9.9;3.3;8.9;2;1.24;8832
+68092;43.36032;4.71734;1;20221128;11.1;9.7;10.4;4.8;10.2;7.9;1.07;2574
+68092;43.36032;4.71734;1;20221129;12.4;3.5;7.9;4.2;8.5;0;.99;7208
+68092;43.36032;4.71734;1;20221130;12.6;3.5;8.1;3.7;8.4;1.8;.97;7232
+68092;43.36032;4.71734;1;20221201;9.8;5.8;7.8;3.5;8.8;5.2;.75;4581
+68092;43.36032;4.71734;1;20221202;8.8;6.2;7.5;3.1;8.3;3.4;.79;3563
+68092;43.36032;4.71734;1;20221203;11.2;5.8;8.5;3.8;9.6;28.7;.69;5321
+68092;43.36032;4.71734;1;20221204;14.7;7.7;11.2;2.8;10.3;13.6;.93;6084
+68092;43.36032;4.71734;1;20221205;10.4;2.6;6.5;2.6;8.1;0;.6;6406
+68092;43.36032;4.71734;1;20221206;10.7;2.7;6.7;3.1;7.3;0;.88;6452
+68092;43.36032;4.71734;1;20221207;8.6;3.2;5.9;6.1;6.6;0;1.3;5176
+68092;43.36032;4.71734;1;20221208;8.9;-.8;4;3.3;8;12.8;.29;7072
+68092;43.36032;4.71734;1;20221209;13.8;9.3;11.5;4.2;12.7;0;.54;4626
+68092;43.36032;4.71734;1;20221210;7.9;5.6;6.7;7.4;6.8;0;1.57;3144
+68092;43.36032;4.71734;1;20221211;5.3;-.3;2.5;6.8;4.5;0;1.47;5170
+68092;43.36032;4.71734;1;20221212;5.3;-2.4;1.5;3.2;5.7;3.9;.5;6125
+68092;43.36032;4.71734;1;20221213;8.3;4.2;6.3;3.6;9;7.4;.36;4314
+68092;43.36032;4.71734;1;20221214;11.1;7.8;9.5;2.7;10.8;.8;.49;3804
+68092;43.36032;4.71734;1;20221215;13.4;10.1;11.7;4;12.1;12.7;.73;3793
+68092;43.36032;4.71734;1;20221216;9.4;6.9;8.1;6.2;8.3;0;1.22;3226
+68092;43.36032;4.71734;1;20221217;6.6;2.4;4.5;6.2;5.7;0;1.33;4325
+68092;43.36032;4.71734;1;20221218;13.5;.1;6.8;3.5;8.1;0;.82;8118
+68092;43.36032;4.71734;1;20221219;15.7;10.4;13;5.4;12.5;0;1.09;4909
+68092;43.36032;4.71734;1;20221220;16.4;13.9;15.1;6.2;15.2;.3;.96;3208
+68092;43.36032;4.71734;1;20221221;16.2;14.1;15.2;2.8;14.3;1.4;.89;2897
+68092;43.36032;4.71734;1;20221222;15;8;11.5;2.3;11.7;0;.6;5717
+68092;43.36032;4.71734;1;20221223;19.8;13.1;16.4;4.8;13.8;0;1.67;5586
+68092;43.36032;4.71734;1;20221224;18.7;9.3;14;1.7;12;.1;.78;6720
+68092;43.36032;4.71734;1;20221225;16.5;7.7;12.1;4.1;12.2;0;.84;6496
+68092;43.36032;4.71734;1;20221226;17.8;12.9;15.3;2.6;12.8;.1;1.13;4727
+68092;43.36032;4.71734;1;20221227;15.6;7.5;11.6;2.5;10.1;0;.92;6241
+68092;43.36032;4.71734;1;20221228;14.2;3.6;8.9;2.3;10;0;.53;7236
+68092;43.36032;4.71734;1;20221229;15.6;10.3;13;2.7;12.3;0;.81;4983
+68092;43.36032;4.71734;1;20221230;14;8.5;11.2;1.1;11.8;0;.43;5107
+68092;43.36032;4.71734;1;20221231;16.4;9;12.7;5.2;12.7;0;.95;6032
+68093;43.36486;5.0221;14;20220101;10;7.5;8.8;1.4;11.2;.1;.36;1416
+68093;43.36486;5.0221;14;20220102;11.5;9.1;10.3;2.4;10.85;0;.64;2019
+68093;43.36486;5.0221;14;20220103;14.8;6.3;10.6;2;10.2;0;.7;6466
+68093;43.36486;5.0221;14;20220104;14.9;6.8;10.9;3.1;12.05;.9;.62;2959
+68093;43.36486;5.0221;14;20220105;9.2;8.1;8.6;13.1;6.9;0;2.5;6377
+68093;43.36486;5.0221;14;20220106;9;5.1;7.1;9;5.25;0;2.45;6823
+68093;43.36486;5.0221;14;20220107;10.2;-1.3;4.4;4.3;5.65;.1;1.24;7551
+68093;43.36486;5.0221;14;20220108;12.5;2.6;7.5;3.8;7.6;.1;1.11;7076
+68093;43.36486;5.0221;14;20220109;10.9;5.5;8.2;5.2;8.15;0;1.24;4200
+68093;43.36486;5.0221;14;20220110;10.3;6.6;8.4;7.8;6.75;0;2.06;6691
+68093;43.36486;5.0221;14;20220111;9;-.4;4.3;5.1;5.55;0;1.29;7907
+68093;43.36486;5.0221;14;20220112;10.5;-2.8;3.9;3.5;5;0;1.23;8427
+68093;43.36486;5.0221;14;20220113;12.5;-2.9;4.8;3.1;5.05;0;1.35;8735
+68093;43.36486;5.0221;14;20220114;13.3;-1.8;5.7;2.5;5.1;0;1.25;8826
+68093;43.36486;5.0221;14;20220115;13.1;-2.7;5.2;2.1;5.25;0;1.06;8869
+68093;43.36486;5.0221;14;20220116;12.8;-2.2;5.3;5.2;4.7;.1;2.1;8963
+68093;43.36486;5.0221;14;20220117;12.2;.8;6.5;5.3;5.7;0;1.86;8412
+68093;43.36486;5.0221;14;20220118;13.1;-1.2;5.9;2.9;6.3;0;1.16;9134
+68093;43.36486;5.0221;14;20220119;10.5;.5;5.5;2.3;7.55;0;.69;5818
+68093;43.36486;5.0221;14;20220120;10.6;2.1;6.4;8.9;6.3;0;1.92;9064
+68093;43.36486;5.0221;14;20220121;9.1;1.1;5.1;5.8;5.15;0;1.76;8361
+68093;43.36486;5.0221;14;20220122;10.2;-1.8;4.2;4.1;5.1;0;1.43;9298
+68093;43.36486;5.0221;14;20220123;13.5;-2;5.7;2.4;6.05;0;1.2;9917
+68093;43.36486;5.0221;14;20220124;13.2;.3;6.7;2.1;7.1;0;.99;9444
+68093;43.36486;5.0221;14;20220125;12.6;.6;6.6;1.8;7.35;0;.83;9556
+68093;43.36486;5.0221;14;20220126;15.4;-1;7.2;3.3;5.7;0;1.8;9841
+68093;43.36486;5.0221;14;20220127;12;-.8;5.6;3.1;5.65;0;1.4;10271
+68093;43.36486;5.0221;14;20220128;12.2;.7;6.4;5.4;5.5;0;1.9;10168
+68093;43.36486;5.0221;14;20220129;13.2;.3;6.7;4.4;5.85;0;1.8;10225
+68093;43.36486;5.0221;14;20220130;14.6;2.6;8.6;7.4;7.4;0;2.29;10204
+68093;43.36486;5.0221;14;20220131;14.4;2.2;8.3;10.3;6.6;0;2.91;10014
+68093;43.36486;5.0221;14;20220201;11.5;5.8;8.6;15.2;5.6;0;3.63;10054
+68093;43.36486;5.0221;14;20220202;16.3;8.2;12.3;12.4;8.65;0;3.4;10687
+68093;43.36486;5.0221;14;20220203;17.1;4.8;11;3.3;9.85;0;1.52;9898
+68093;43.36486;5.0221;14;20220204;15.2;5.9;10.5;2.8;9.7;0;1.27;9166
+68093;43.36486;5.0221;14;20220205;14;5.9;10;7.9;6.95;0;2.8;11169
+68093;43.36486;5.0221;14;20220206;14.2;3.7;9;5.5;6.66;0;2.4;10655
+68093;43.36486;5.0221;14;20220207;15.5;8.4;11.9;7.8;6.74;0;3.59;8418
+68093;43.36486;5.0221;14;20220208;15.9;1.1;8.5;2.9;6.65;0;1.84;12238
+68093;43.36486;5.0221;14;20220209;16;4.9;10.4;2.9;9.55;0;1.4;9819
+68093;43.36486;5.0221;14;20220210;16;7.1;11.6;1.9;9.9;0;1.3;10673
+68093;43.36486;5.0221;14;20220211;15.1;3.5;9.3;5.3;7.6;0;2.17;11744
+68093;43.36486;5.0221;14;20220212;16.3;1.8;9.1;3.5;6.8;0;2.09;12605
+68093;43.36486;5.0221;14;20220213;14.2;4.5;9.4;5.9;8.05;4;2;7126
+68093;43.36486;5.0221;14;20220214;13.3;9.6;11.5;5.5;10.75;13.9;1.38;3571
+68093;43.36486;5.0221;14;20220215;14;4.9;9.4;6.4;7.4;0;2.41;11462
+68093;43.36486;5.0221;14;20220216;14.9;3.1;9;2.6;9.4;.7;1.23;8335
+68093;43.36486;5.0221;14;20220217;20.4;10.5;15.5;7.1;10.97;0;3.64;11202
+68093;43.36486;5.0221;14;20220218;19.5;6.1;12.8;3.2;10.9;0;2;14021
+68093;43.36486;5.0221;14;20220219;15.2;8.1;11.6;8.5;7.3;0;3.41;9493
+68093;43.36486;5.0221;14;20220220;16.8;7.5;12.2;8.2;7.45;0;3.66;13940
+68093;43.36486;5.0221;14;20220221;16.7;9.2;12.9;9.8;8.1;0;3.82;12556
+68093;43.36486;5.0221;14;20220222;15.8;6.9;11.3;11.8;7.4;0;3.87;14364
+68093;43.36486;5.0221;14;20220223;19.1;7.9;13.5;4.6;9.15;0;2.95;14420
+68093;43.36486;5.0221;14;20220224;14.8;7;10.9;3.1;10.6;.7;1.3;6922
+68093;43.36486;5.0221;14;20220225;13.5;5.9;9.7;10.8;6.35;0;3.53;12928
+68093;43.36486;5.0221;14;20220226;15.3;2.9;9.1;4;6.05;0;2.64;13724
+68093;43.36486;5.0221;14;20220227;15.4;.7;8;3.7;6.8;0;2.22;13571
+68093;43.36486;5.0221;14;20220228;15.4;1.8;8.6;3.1;7.7;0;2.02;15284
+68093;43.36486;5.0221;14;20220301;15.6;3.3;9.4;3.6;7.55;0;2.29;15161
+68093;43.36486;5.0221;14;20220302;14.2;4.3;9.2;2.8;8;.1;1.78;11242
+68093;43.36486;5.0221;14;20220303;16.3;2.7;9.5;2;8.3;0;1.85;14598
+68093;43.36486;5.0221;14;20220304;19.1;2.5;10.8;4.8;6.65;0;3.47;16493
+68093;43.36486;5.0221;14;20220305;15.4;3.9;9.6;3.5;6.05;0;2.78;15894
+68093;43.36486;5.0221;14;20220306;13.4;1.8;7.6;3.1;6.45;0;2.11;13721
+68093;43.36486;5.0221;14;20220307;13.8;-.8;6.5;2.3;5.2;0;2.18;16981
+68093;43.36486;5.0221;14;20220308;15;1.3;8.2;3.4;6.7;0;2.27;13355
+68093;43.36486;5.0221;14;20220309;16;5.8;10.9;2.7;8.35;0;2.15;13056
+68093;43.36486;5.0221;14;20220310;16.2;4.2;10.2;4.2;9.95;0;1.88;11792
+68093;43.36486;5.0221;14;20220311;15.1;10.7;12.9;6.9;9.3;.4;2.77;6907
+68093;43.36486;5.0221;14;20220312;15;11.3;13.1;7.9;8.05;.9;3.45;4735
+68093;43.36486;5.0221;14;20220313;13.9;11.2;12.5;8.8;8.5;4.1;3.16;4979
+68093;43.36486;5.0221;14;20220314;18.2;8.4;13.3;5.9;10.3;0;2.86;12007
+68093;43.36486;5.0221;14;20220315;18.7;13.4;16;3.3;10.05;0;2.81;10106
+68093;43.36486;5.0221;14;20220316;17;8.5;12.7;1.8;11.25;0;1.85;12447
+68093;43.36486;5.0221;14;20220317;17.2;9.4;13.3;2.5;11.75;0;1.74;9029
+68093;43.36486;5.0221;14;20220318;17.2;10.7;13.9;2;11.45;.1;1.88;10027
+68093;43.36486;5.0221;14;20220319;18.3;8.1;13.2;2.6;8.8;0;2.63;13983
+68093;43.36486;5.0221;14;20220320;16.3;6.9;11.6;4.3;7.45;.3;2.82;9015
+68093;43.36486;5.0221;14;20220321;17.8;11.2;14.5;4.8;6.25;0;4.24;15073
+68093;43.36486;5.0221;14;20220322;17.1;4.6;10.8;4.8;6.25;0;3.71;19744
+68093;43.36486;5.0221;14;20220323;17.6;2.6;10.1;3.1;7;0;3.09;19941
+68093;43.36486;5.0221;14;20220324;19.5;2.2;10.9;2.8;6.35;0;3.41;20488
+68093;43.36486;5.0221;14;20220325;19.8;2.6;11.2;3.2;7.65;0;3.38;20035
+68093;43.36486;5.0221;14;20220326;22.3;4.6;13.4;3.5;7.25;0;4.14;20531
+68093;43.36486;5.0221;14;20220327;23;9.5;16.2;3;7.45;0;4.02;17506
+68093;43.36486;5.0221;14;20220328;22.6;6.2;14.4;2.6;7.05;0;3.88;20173
+68093;43.36486;5.0221;14;20220329;20;8.2;14.1;3.3;8.85;1.7;3.37;16909
+68093;43.36486;5.0221;14;20220330;15.1;11.4;13.2;2.9;11.3;3.5;1.79;7204
+68093;43.36486;5.0221;14;20220331;20.1;7.9;14;7.1;9.55;0;4.2;19609
+68093;43.36486;5.0221;14;20220401;11;6.6;8.8;11.2;6.1;1;3.5;13842
+68093;43.36486;5.0221;14;20220402;11;4.3;7.7;7.6;4.65;0;3.68;16847
+68093;43.36486;5.0221;14;20220403;12.3;2.8;7.5;6.8;5.6;0;3.4;21628
+68093;43.36486;5.0221;14;20220404;16.1;2.7;9.4;3.6;5.7;0;3.56;22569
+68093;43.36486;5.0221;14;20220405;19.9;4.2;12;3.7;6.1;0;4.25;22754
+68093;43.36486;5.0221;14;20220406;16.8;4;10.4;2.5;8.65;0;2.69;18425
+68093;43.36486;5.0221;14;20220407;18.9;8;13.4;5.1;11.2;0;3.06;16759
+68093;43.36486;5.0221;14;20220408;21.8;12.6;17.2;5.2;12.55;0;4.15;20516
+68093;43.36486;5.0221;14;20220409;16.6;10.8;13.7;10.3;6.4;0;5.64;21654
+68093;43.36486;5.0221;14;20220410;18.7;5.2;11.9;4.2;6.7;0;4.24;23680
+68093;43.36486;5.0221;14;20220411;19;8.3;13.6;5.3;8.4;0;3.78;13727
+68093;43.36486;5.0221;14;20220412;22.2;8.9;15.6;3.8;9.05;0;4.44;21707
+68093;43.36486;5.0221;14;20220413;20.8;7.4;14.1;2.6;9.65;0;3.64;21682
+68093;43.36486;5.0221;14;20220414;25.9;8;17;3.2;10.1;.2;4.8;23031
+68093;43.36486;5.0221;14;20220415;27;11.5;19.2;4.7;11.2;.1;5.79;24535
+68093;43.36486;5.0221;14;20220416;24.9;12.1;18.5;6;10.6;0;6.06;22547
+68093;43.36486;5.0221;14;20220417;21.8;11;16.4;3.3;9.75;0;4.51;24433
+68093;43.36486;5.0221;14;20220418;21;8.2;14.6;3.1;11.15;0;3.94;25070
+68093;43.36486;5.0221;14;20220419;24.4;8.5;16.4;3.3;11.6;0;4.55;25003
+68093;43.36486;5.0221;14;20220420;18.6;12.7;15.6;3.5;13.65;8.5;2.11;7868
+68093;43.36486;5.0221;14;20220421;19.5;12.8;16.2;2.9;13.8;4.4;2.3;9806
+68093;43.36486;5.0221;14;20220422;20.6;10.7;15.6;3.9;13.4;.2;3.47;21248
+68093;43.36486;5.0221;14;20220423;18.5;14.6;16.5;6.9;13.1;11.8;2.96;7807
+68093;43.36486;5.0221;14;20220424;18.8;9.9;14.3;3.9;12.3;0;2.77;14974
+68093;43.36486;5.0221;14;20220425;20.4;8.9;14.6;4;11.85;0;4;25880
+68093;43.36486;5.0221;14;20220426;23.7;10.7;17.2;3;12.85;0;4.46;25706
+68093;43.36486;5.0221;14;20220427;21.9;10.3;16.1;3;13.15;0;4.12;26059
+68093;43.36486;5.0221;14;20220428;25.5;11.1;18.3;3.1;12.2;0;5.03;26155
+68093;43.36486;5.0221;14;20220429;23.2;10.9;17.1;3.5;10.5;0;4.94;26128
+68093;43.36486;5.0221;14;20220430;25.5;11.1;18.3;4.3;9.95;0;5.78;25550
+68093;43.36486;5.0221;14;20220501;24.9;11.7;18.3;4.6;10;0;5.93;26865
+68093;43.36486;5.0221;14;20220502;23.5;10.3;16.9;3.1;12.45;0;4.58;26036
+68093;43.36486;5.0221;14;20220503;23.3;13.4;18.3;2.6;13.1;0;4.43;24348
+68093;43.36486;5.0221;14;20220504;25.1;10.6;17.8;3.1;12.6;.7;4.93;26627
+68093;43.36486;5.0221;14;20220505;22.9;14;18.5;5;12.85;.5;4.46;18012
+68093;43.36486;5.0221;14;20220506;21.7;13.7;17.7;5.6;11.55;.1;4.63;18233
+68093;43.36486;5.0221;14;20220507;25.4;11.8;18.6;2.9;12.65;0;5.13;27373
+68093;43.36486;5.0221;14;20220508;22.4;11.7;17;2.4;14.3;5.5;3.16;16573
+68093;43.36486;5.0221;14;20220509;25.7;11.8;18.8;2.7;14.2;.1;4.95;27398
+68093;43.36486;5.0221;14;20220510;26.8;12.8;19.8;2.8;13.8;0;5.32;27559
+68093;43.36486;5.0221;14;20220511;25.3;13.5;19.4;3.6;13.1;0;5.49;28210
+68093;43.36486;5.0221;14;20220512;25.1;14.4;19.7;3;13.1;0;5.33;27642
+68093;43.36486;5.0221;14;20220513;26.2;12.8;19.5;2.5;13.65;0;5.17;27833
+68093;43.36486;5.0221;14;20220514;25.9;14.2;20.1;3;16.6;0;5.05;27939
+68093;43.36486;5.0221;14;20220515;26.7;15.8;21.2;3.3;15.95;0;5.45;27620
+68093;43.36486;5.0221;14;20220516;27.2;16.8;22;3.8;14.15;0;6.09;27709
+68093;43.36486;5.0221;14;20220517;27;14.6;20.8;2.7;16.05;0;5.39;28698
+68093;43.36486;5.0221;14;20220518;27;15.6;21.3;2.8;18.1;0;5.22;28298
+68093;43.36486;5.0221;14;20220519;30.4;16.4;23.4;3.2;16.05;0;6.33;28547
+68093;43.36486;5.0221;14;20220520;28.8;16.1;22.4;3;13.1;0;6.31;28645
+68093;43.36486;5.0221;14;20220521;28.1;16.6;22.3;2.5;16.4;0;5.64;28198
+68093;43.36486;5.0221;14;20220522;28.2;16.4;22.3;3.8;17.35;0;5.78;27506
+68093;43.36486;5.0221;14;20220523;28.9;18.5;23.7;3.8;16.6;0;6.09;25770
+68093;43.36486;5.0221;14;20220524;27.5;18.9;23.2;6;12.95;.5;7.11;23572
+68093;43.36486;5.0221;14;20220525;28.1;17.9;23;6.2;11.6;0;7.08;19162
+68093;43.36486;5.0221;14;20220526;30.4;18.4;24.4;5.5;11.65;0;7.74;23223
+68093;43.36486;5.0221;14;20220527;32.8;19.8;26.3;6;13.55;0;8.88;27809
+68093;43.36486;5.0221;14;20220528;28.5;19;23.7;11.1;11.55;0;9.82;27737
+68093;43.36486;5.0221;14;20220529;27;17;22;8.4;7.95;0;9.44;29908
+68093;43.36486;5.0221;14;20220530;27.6;13.6;20.6;2.4;10.35;0;5.38;23623
+68093;43.36486;5.0221;14;20220531;26.7;17.7;22.2;2.6;14.55;.1;5.52;26025
+68093;43.36486;5.0221;14;20220601;29.8;15.3;22.5;2.6;15.75;0;6.13;29608
+68093;43.36486;5.0221;14;20220602;29;16.7;22.9;2.8;16.95;0;5.9;28437
+68093;43.36486;5.0221;14;20220603;33.5;20.2;26.9;3;17.8;.6;6.6;25385
+68093;43.36486;5.0221;14;20220604;33.7;20.9;27.3;3.4;17.3;0;7.13;26011
+68093;43.36486;5.0221;14;20220605;31.7;21;26.3;3.6;20.35;0;6.62;27538
+68093;43.36486;5.0221;14;20220606;32;19.9;25.9;4.5;15.95;0;7.84;29739
+68093;43.36486;5.0221;14;20220607;31.6;19.3;25.4;5.7;15.3;0;8.32;30111
+68093;43.36486;5.0221;14;20220608;28.2;19.2;23.7;5.3;12.7;0;7.05;22439
+68093;43.36486;5.0221;14;20220609;26.9;17.5;22.2;11.1;11.9;0;9.01;30634
+68093;43.36486;5.0221;14;20220610;30.8;18.3;24.5;7.8;10.35;0;10.03;31016
+68093;43.36486;5.0221;14;20220611;34.6;16.9;25.7;3.3;12.25;0;7.99;30882
+68093;43.36486;5.0221;14;20220612;31.9;16.6;24.3;3.1;14.15;0;7.04;29538
+68093;43.36486;5.0221;14;20220613;35.8;19;27.4;4.8;16.3;0;8.63;27859
+68093;43.36486;5.0221;14;20220614;30.5;20.1;25.3;3.7;14.65;0;7.43;30298
+68093;43.36486;5.0221;14;20220615;32.8;21.3;27;3.3;18.9;0;6.98;27745
+68093;43.36486;5.0221;14;20220616;34.4;18.5;26.5;2.6;18.2;0;6.89;29087
+68093;43.36486;5.0221;14;20220617;35.6;22.6;29.1;3.5;18.55;0;8.1;30043
+68093;43.36486;5.0221;14;20220618;34.8;21.2;28;3.3;19.05;0;7.57;29848
+68093;43.36486;5.0221;14;20220619;32.6;22.5;27.5;4.2;16.1;0;8.11;29901
+68093;43.36486;5.0221;14;20220620;32.9;23.2;28;4.9;15.5;0;8.41;26938
+68093;43.36486;5.0221;14;20220621;32.7;22.3;27.5;4.7;20.4;1.4;6.72;21925
+68093;43.36486;5.0221;14;20220622;30.8;23.4;27.1;3.9;23.1;.2;5.56;20643
+68093;43.36486;5.0221;14;20220623;28.9;22.9;25.9;5.1;22.5;7.1;5.31;19287
+68093;43.36486;5.0221;14;20220624;29.5;20.8;25.1;4.3;19.6;0;6.26;26006
+68093;43.36486;5.0221;14;20220625;31.1;19.1;25.1;3.3;19.1;0;6.7;30203
+68093;43.36486;5.0221;14;20220626;34;22.1;28.1;3.8;20.2;0;7.44;28029
+68093;43.36486;5.0221;14;20220627;32.9;21.7;27.3;5.3;19.35;0;7.91;28308
+68093;43.36486;5.0221;14;20220628;32.4;20;26.2;6.7;15.75;.1;8.8;28312
+68093;43.36486;5.0221;14;20220629;31.1;19.4;25.3;4.3;16.95;.1;7.45;30646
+68093;43.36486;5.0221;14;20220630;28.3;19.9;24.1;4.8;20.1;0;5.9;26069
+68093;43.36486;5.0221;14;20220701;29.3;18.3;23.8;7.2;12.9;0;8.66;30758
+68093;43.36486;5.0221;14;20220702;33.6;16.2;24.9;3.5;12.2;0;7.94;30700
+68093;43.36486;5.0221;14;20220703;34.4;19;26.7;3;14.65;0;7.51;29581
+68093;43.36486;5.0221;14;20220704;36.4;21.8;29.1;3.3;19.45;.1;7.8;28811
+68093;43.36486;5.0221;14;20220705;35;23.3;29.1;6.6;14.95;0;10.29;29890
+68093;43.36486;5.0221;14;20220706;33.7;23;28.4;8.8;11.75;0;11.8;30134
+68093;43.36486;5.0221;14;20220707;33.3;21;27.2;10.4;12.2;0;11.9;30242
+68093;43.36486;5.0221;14;20220708;32.9;21.4;27.2;6.8;14.35;0;9.63;29916
+68093;43.36486;5.0221;14;20220709;34.6;20.4;27.5;4.3;13.45;0;8.79;29889
+68093;43.36486;5.0221;14;20220710;33.3;21.6;27.4;4.7;15.35;0;8.57;29760
+68093;43.36486;5.0221;14;20220711;30.1;20.1;25.1;3;19.55;0;6.33;29065
+68093;43.36486;5.0221;14;20220712;30.8;20.2;25.5;2.8;21.85;0;5.98;27962
+68093;43.36486;5.0221;14;20220713;30.9;20.2;25.6;3;22.35;0;6.21;29352
+68093;43.36486;5.0221;14;20220714;33.6;20.7;27.2;2.4;22.2;0;6.63;29579
+68093;43.36486;5.0221;14;20220715;38.9;21.6;30.2;3.8;20.1;0;8.61;29443
+68093;43.36486;5.0221;14;20220716;35.5;21.5;28.5;3.7;14.55;0;8.46;29555
+68093;43.36486;5.0221;14;20220717;33.4;21.3;27.3;3;19.45;0;7.02;28966
+68093;43.36486;5.0221;14;20220718;35.7;23.8;29.8;2.6;24.15;0;6.99;28626
+68093;43.36486;5.0221;14;20220719;34.9;22.9;28.9;3.1;25;0;6.98;28834
+68093;43.36486;5.0221;14;20220720;35.3;23.4;29.3;2.9;23.75;0;7.1;28791
+68093;43.36486;5.0221;14;20220721;37.4;24.3;30.8;4.3;19.55;0;8.8;28946
+68093;43.36486;5.0221;14;20220722;33.9;22;27.9;3;21.85;0;6.83;28550
+68093;43.36486;5.0221;14;20220723;33.7;23.9;28.8;2.8;22.5;0;6.49;25782
+68093;43.36486;5.0221;14;20220724;36.4;22.6;29.5;2.3;20.7;0;7.04;28655
+68093;43.36486;5.0221;14;20220725;33.9;22.2;28.1;3.6;20.85;0;7.08;27416
+68093;43.36486;5.0221;14;20220726;34;25;29.5;9;15.6;0;11.13;28482
+68093;43.36486;5.0221;14;20220727;33.8;22.6;28.2;7.1;13.8;0;10.12;28551
+68093;43.36486;5.0221;14;20220728;34.3;19.4;26.8;2.8;15.2;0;6.83;26698
+68093;43.36486;5.0221;14;20220729;31.6;21.6;26.6;3.4;17.9;0;5.88;20416
+68093;43.36486;5.0221;14;20220730;35.2;21.7;28.4;6.6;14;.1;10.08;28437
+68093;43.36486;5.0221;14;20220731;36.9;21.7;29.3;4.3;13.35;0;9.05;28279
+68093;43.36486;5.0221;14;20220801;37.4;22.7;30.1;3.5;16.05;0;8.3;28021
+68093;43.36486;5.0221;14;20220802;36.7;22.6;29.7;4.5;18;0;8.59;27861
+68093;43.36486;5.0221;14;20220803;33.5;22.4;27.9;3;22.95;0;6.46;27300
+68093;43.36486;5.0221;14;20220804;34.2;21.1;27.6;2.4;23;0;6.1;26751
+68093;43.36486;5.0221;14;20220805;33.5;21.3;27.4;2.6;22.65;0;6.16;27024
+68093;43.36486;5.0221;14;20220806;36.5;23.6;30;5.6;18.2;0;9.21;27210
+68093;43.36486;5.0221;14;20220807;35.2;22.6;28.9;4.1;16.1;0;8.16;27395
+68093;43.36486;5.0221;14;20220808;34.9;20.9;27.9;3.1;17.65;0;7.04;27078
+68093;43.36486;5.0221;14;20220809;34.3;21.1;27.7;2.8;20.15;0;6.49;26860
+68093;43.36486;5.0221;14;20220810;33.9;20.6;27.3;2.8;18.25;0;6.52;26691
+68093;43.36486;5.0221;14;20220811;33;21;27;3.3;20.6;0;6.38;26471
+68093;43.36486;5.0221;14;20220812;34;22.1;28.1;2.8;24.85;0;5.95;25477
+68093;43.36486;5.0221;14;20220813;32.3;23.9;28.1;3.6;24.1;0;6.09;24619
+68093;43.36486;5.0221;14;20220814;31.1;24.3;27.7;3.5;20.5;7.7;5.51;18644
+68093;43.36486;5.0221;14;20220815;32.3;19.4;25.8;3.3;20.4;0;5.98;25682
+68093;43.36486;5.0221;14;20220816;32;21.2;26.6;3.5;21.2;9.1;6.03;25007
+68093;43.36486;5.0221;14;20220817;30;19.7;24.8;5.1;21.6;12.8;5.16;19962
+68093;43.36486;5.0221;14;20220818;26.7;18.1;22.4;4.5;18.05;0;4.21;15215
+68093;43.36486;5.0221;14;20220819;29.3;20.2;24.8;10.3;17.1;0;7.88;24814
+68093;43.36486;5.0221;14;20220820;31.2;22.4;26.8;9.9;17.35;0;8.92;24979
+68093;43.36486;5.0221;14;20220821;32.6;21.7;27.2;7.5;14.55;0;9.03;23677
+68093;43.36486;5.0221;14;20220822;31.9;20.9;26.4;8.9;14.05;0;9.45;25288
+68093;43.36486;5.0221;14;20220823;33.9;20.5;27.2;4;16.5;0;7.11;24857
+68093;43.36486;5.0221;14;20220824;31.4;19.1;25.2;2.8;18.5;0;5.55;24825
+68093;43.36486;5.0221;14;20220825;33.4;19.2;26.3;2.5;20;0;5.57;24192
+68093;43.36486;5.0221;14;20220826;33.3;22;27.6;4.8;19.25;0;6.97;24258
+68093;43.36486;5.0221;14;20220827;32;21.9;27;5;17.85;0;6.95;23988
+68093;43.36486;5.0221;14;20220828;32.1;19.5;25.8;2.4;18.25;0;5.38;24039
+68093;43.36486;5.0221;14;20220829;31.3;19.3;25.3;3.1;21.75;.1;5.05;22859
+68093;43.36486;5.0221;14;20220830;30.1;24;27.1;4.3;25.4;.1;4.58;17183
+68093;43.36486;5.0221;14;20220831;30.4;20.6;25.5;4.7;19.2;0;5.6;19989
+68093;43.36486;5.0221;14;20220901;32.9;20.5;26.7;4.8;16.95;0;6.88;22841
+68093;43.36486;5.0221;14;20220902;31;20.3;25.6;3.3;20.55;5.5;4.51;16408
+68093;43.36486;5.0221;14;20220903;28.9;20.4;24.7;2.8;21.1;.6;4.12;18022
+68093;43.36486;5.0221;14;20220904;30.3;20.9;25.6;3.2;20.65;0;4.99;21632
+68093;43.36486;5.0221;14;20220905;31.3;20.8;26.1;3.3;20.85;0;4.78;18338
+68093;43.36486;5.0221;14;20220906;31;21.3;26.2;3.7;21.75;2.9;4.84;18616
+68093;43.36486;5.0221;14;20220907;30.1;23.2;26.7;5.1;22.95;17.5;4.87;16208
+68093;43.36486;5.0221;14;20220908;28.2;18.2;23.2;4.2;18.8;.1;4.7;20707
+68093;43.36486;5.0221;14;20220909;27.7;17;22.3;3.7;16.4;.1;4.59;19686
+68093;43.36486;5.0221;14;20220910;26.9;16.5;21.7;5;14.35;0;5.36;21824
+68093;43.36486;5.0221;14;20220911;28.9;15.6;22.2;3.9;14.45;0;5.21;21781
+68093;43.36486;5.0221;14;20220912;29.4;16.5;22.9;2.8;18.45;0;4.36;21337
+68093;43.36486;5.0221;14;20220913;29;21.9;25.4;3.8;22.25;.5;3.85;13519
+68093;43.36486;5.0221;14;20220914;28.7;21.6;25.2;5.6;21.5;3;4.15;11073
+68093;43.36486;5.0221;14;20220915;30.2;20.1;25.2;3.3;20.4;0;4.7;20704
+68093;43.36486;5.0221;14;20220916;27.3;18.8;23.1;6.8;15.9;0;5.75;20006
+68093;43.36486;5.0221;14;20220917;21.4;15.9;18.6;12.3;9.7;0;6.7;19327
+68093;43.36486;5.0221;14;20220918;24.4;12.4;18.4;5.3;8.95;0;5.41;20518
+68093;43.36486;5.0221;14;20220919;24.3;12.8;18.6;7.7;8.95;0;6.3;19624
+68093;43.36486;5.0221;14;20220920;24.9;11.7;18.3;5.3;9.45;0;5.33;20077
+68093;43.36486;5.0221;14;20220921;25.9;12.1;19;3.4;11.45;.1;4.2;17924
+68093;43.36486;5.0221;14;20220922;24.8;14.1;19.4;2.6;14.05;.1;3.47;17889
+68093;43.36486;5.0221;14;20220923;25;14.3;19.6;3.1;14.9;16.7;3.5;17847
+68093;43.36486;5.0221;14;20220924;22.6;17.1;19.9;4.5;17.15;10;2.54;8123
+68093;43.36486;5.0221;14;20220925;23.2;15.3;19.2;3.4;15.6;0;3.18;16779
+68093;43.36486;5.0221;14;20220926;23;13.7;18.4;6.3;12.5;.1;4.36;17672
+68093;43.36486;5.0221;14;20220927;21.8;14.5;18.2;6.9;12.05;.1;4.32;16137
+68093;43.36486;5.0221;14;20220928;23.8;15.6;19.7;6.6;14.65;0;4.11;14948
+68093;43.36486;5.0221;14;20220929;22;15;18.5;5.3;12.7;.1;3.79;14952
+68093;43.36486;5.0221;14;20220930;19.3;13.3;16.3;7.4;10.55;0;4.08;15436
+68093;43.36486;5.0221;14;20221001;21.9;10;15.9;4.1;12.1;0;2.89;11636
+68093;43.36486;5.0221;14;20221002;26.6;13.2;19.9;3.4;15.85;0;3.4;16221
+68093;43.36486;5.0221;14;20221003;25.7;16.6;21.1;5.9;14.5;0;4.47;14270
+68093;43.36486;5.0221;14;20221004;24.4;12.4;18.4;2.4;15.1;.1;2.83;16949
+68093;43.36486;5.0221;14;20221005;25.1;13.7;19.4;2.5;17.15;.2;2.66;15651
+68093;43.36486;5.0221;14;20221006;25.4;13.1;19.3;2.5;16.55;0;2.79;16439
+68093;43.36486;5.0221;14;20221007;25.4;14.4;19.9;2.1;16.05;.2;2.62;14032
+68093;43.36486;5.0221;14;20221008;22;14.9;18.4;2.1;16.4;11.5;1.71;7479
+68093;43.36486;5.0221;14;20221009;21.9;15;18.4;2.4;16.4;.6;1.75;7316
+68093;43.36486;5.0221;14;20221010;24.6;16.1;20.4;2.5;16.3;0;2.6;13016
+68093;43.36486;5.0221;14;20221011;25.1;14.2;19.6;1.9;16.5;0;2.44;15007
+68093;43.36486;5.0221;14;20221012;25.6;14.9;20.2;2.1;15.55;.1;2.48;11937
+68093;43.36486;5.0221;14;20221013;23.6;12.8;18.2;2.6;15.6;.3;2.22;11830
+68093;43.36486;5.0221;14;20221014;25.1;15.1;20.1;3.4;16.25;0;2.79;12550
+68093;43.36486;5.0221;14;20221015;25.9;12.2;19.1;2.5;15.15;0;2.69;15001
+68093;43.36486;5.0221;14;20221016;26.1;16.5;21.3;4.9;17.3;0;3.27;12393
+68093;43.36486;5.0221;14;20221017;26.8;15.4;21.1;3.1;16.55;.1;2.85;12386
+68093;43.36486;5.0221;14;20221018;25.7;14;19.9;2;16.95;.3;2.3;13881
+68093;43.36486;5.0221;14;20221019;24.1;14.7;19.4;1.9;18.4;0;1.63;8685
+68093;43.36486;5.0221;14;20221020;22.9;18.2;20.6;4.4;18.45;0;2.03;4571
+68093;43.36486;5.0221;14;20221021;25;20.1;22.6;7.5;20.7;0;2.75;4985
+68093;43.36486;5.0221;14;20221022;26.4;19.7;23;4.2;20.45;0;2.59;7902
+68093;43.36486;5.0221;14;20221023;28.7;20;24.3;5.5;18.7;0;3.94;8838
+68093;43.36486;5.0221;14;20221024;25.7;21.6;23.7;5;20.15;.2;2.91;7003
+68093;43.36486;5.0221;14;20221025;26.2;16;21.1;2.8;18.25;0;2.23;10292
+68093;43.36486;5.0221;14;20221026;26.4;17.5;21.9;3;17.75;.1;2.5;10675
+68093;43.36486;5.0221;14;20221027;26.1;16.4;21.3;1.8;17.8;.1;2;11676
+68093;43.36486;5.0221;14;20221028;25.2;13.7;19.5;2;16.35;.1;1.92;11808
+68093;43.36486;5.0221;14;20221029;25.6;13.3;19.5;2;15.15;0;2.07;11748
+68093;43.36486;5.0221;14;20221030;24.9;13.2;19.1;2.1;14.3;.1;2.07;11435
+68093;43.36486;5.0221;14;20221031;24.5;15.2;19.8;4.4;17.35;10.1;2.31;9574
+68093;43.36486;5.0221;14;20221101;23.5;19.4;21.5;5.5;18.5;7.2;2.63;9049
+68093;43.36486;5.0221;14;20221102;21.9;14.6;18.2;2.8;14.4;0;1.95;10559
+68093;43.36486;5.0221;14;20221103;20.6;10;15.3;4.7;13.45;15.5;1.82;4681
+68093;43.36486;5.0221;14;20221104;17.2;10;13.6;7.5;10.15;.2;2.68;9028
+68093;43.36486;5.0221;14;20221105;15.9;10.7;13.3;11.4;9;0;3.5;10536
+68093;43.36486;5.0221;14;20221106;20.2;5.7;12.9;2.5;9.8;.1;1.75;11294
+68093;43.36486;5.0221;14;20221107;21.5;6.3;13.9;1.8;10.7;0;1.53;11324
+68093;43.36486;5.0221;14;20221108;21.3;12.3;16.8;4.9;13.45;.1;2.22;6922
+68093;43.36486;5.0221;14;20221109;22.6;16.7;19.7;5.6;16.1;0;2.51;5221
+68093;43.36486;5.0221;14;20221110;20.1;13;16.6;4.1;13.6;0;1.91;8891
+68093;43.36486;5.0221;14;20221111;23;11.3;17.2;2.6;13.7;.1;1.77;10338
+68093;43.36486;5.0221;14;20221112;21.6;9.9;15.8;2.5;12.3;0;1.64;9885
+68093;43.36486;5.0221;14;20221113;20.1;12;16;2.1;12.4;0;1.42;5318
+68093;43.36486;5.0221;14;20221114;18.4;10.4;14.4;4.6;12.4;17.9;1.64;3654
+68093;43.36486;5.0221;14;20221115;20;14.3;17.1;6.1;14.5;5.1;2.07;4727
+68093;43.36486;5.0221;14;20221116;18.8;10.8;14.8;2.9;13.15;.2;1.26;8600
+68093;43.36486;5.0221;14;20221117;19;10.8;14.9;2.5;13.05;1.3;1.21;7667
+68093;43.36486;5.0221;14;20221118;16.1;10.3;13.2;7;10.4;0;2.18;8236
+68093;43.36486;5.0221;14;20221119;14.2;9;11.6;9.2;8.4;0;2.66;8694
+68093;43.36486;5.0221;14;20221120;14;8.2;11.1;7.8;7.9;0;2.52;8641
+68093;43.36486;5.0221;14;20221121;12.7;6.5;9.6;4.7;9.35;7.8;1.19;3162
+68093;43.36486;5.0221;14;20221122;14.2;7.1;10.7;6.8;8.9;.1;1.85;8596
+68093;43.36486;5.0221;14;20221123;13.5;5.4;9.4;2.2;9.4;.7;.84;4329
+68093;43.36486;5.0221;14;20221124;15.7;6.6;11.2;3.4;9.4;0;1.32;7959
+68093;43.36486;5.0221;14;20221125;17;8.9;13;5.2;10.1;0;1.9;8168
+68093;43.36486;5.0221;14;20221126;15;10.1;12.6;7;8.5;0;2.54;7239
+68093;43.36486;5.0221;14;20221127;17.2;4.9;11;3.4;8.6;.7;1.55;8030
+68093;43.36486;5.0221;14;20221128;12.7;10.8;11.7;5.3;9.95;17.1;1.61;765
+68093;43.36486;5.0221;14;20221129;11.8;4.1;7.9;5;8.65;0;1;6022
+68093;43.36486;5.0221;14;20221130;14.2;1.8;8;2.6;7.7;2.7;.95;8362
+68093;43.36486;5.0221;14;20221201;11.9;4.4;8.1;2.9;8.35;4;.9;4275
+68093;43.36486;5.0221;14;20221202;10.4;4.8;7.6;2.4;8.45;3.7;.72;3057
+68093;43.36486;5.0221;14;20221203;12.5;4.8;8.6;4.3;9.85;41.5;.78;2546
+68093;43.36486;5.0221;14;20221204;15.2;9.5;12.3;3.9;11.1;9.9;1.18;3804
+68093;43.36486;5.0221;14;20221205;12.5;3;7.8;2.2;8.35;0;.56;7103
+68093;43.36486;5.0221;14;20221206;12.7;3.1;7.9;2.9;7.25;0;1.02;7099
+68093;43.36486;5.0221;14;20221207;9.6;1.5;5.6;4.7;6.5;0;1.09;7581
+68093;43.36486;5.0221;14;20221208;10.7;-.7;5;3;7.9;19.9;.58;4003
+68093;43.36486;5.0221;14;20221209;16.1;10.1;13.1;4.5;13.55;.3;.72;5018
+68093;43.36486;5.0221;14;20221210;7.9;5.9;6.9;7.4;7.5;0;1.21;6116
+68093;43.36486;5.0221;14;20221211;6.3;.8;3.5;6.7;4.7;0;1.55;6410
+68093;43.36486;5.0221;14;20221212;7.6;-3.7;2;2.2;5.55;2.3;.56;6100
+68093;43.36486;5.0221;14;20221213;9.1;5;7;3.8;9.05;4.7;.58;1562
+68093;43.36486;5.0221;14;20221214;11;8.2;9.6;2.6;10.55;.7;.63;1812
+68093;43.36486;5.0221;14;20221215;15.6;9.9;12.8;4.3;12.55;11.4;.97;1627
+68093;43.36486;5.0221;14;20221216;10.4;6.7;8.6;4.6;8.85;0;.92;5134
+68093;43.36486;5.0221;14;20221217;7.9;1.8;4.9;5;5.95;.1;1.11;7022
+68093;43.36486;5.0221;14;20221218;15.1;1.2;8.2;2.6;8.35;0;.85;7102
+68093;43.36486;5.0221;14;20221219;15.6;10.8;13.2;4.9;12.05;1.6;1.24;3279
+68093;43.36486;5.0221;14;20221220;16.8;13.1;14.9;5;14.1;.8;1.15;2580
+68093;43.36486;5.0221;14;20221221;16.3;14.6;15.4;3.8;14.35;2.2;1.04;3485
+68093;43.36486;5.0221;14;20221222;15;7.2;11.1;1.5;11.55;0;.47;6050
+68093;43.36486;5.0221;14;20221223;18.9;9.6;14.3;2.3;13.1;.1;.87;5671
+68093;43.36486;5.0221;14;20221224;19.4;8.3;13.8;1.5;11.95;.1;.7;7309
+68093;43.36486;5.0221;14;20221225;18.5;6.8;12.7;3.3;11.85;0;1.01;7097
+68093;43.36486;5.0221;14;20221226;18.5;10.1;14.3;2.2;12.35;.1;.92;6367
+68093;43.36486;5.0221;14;20221227;15.6;6.3;11;2.4;9.85;0;.85;7297
+68093;43.36486;5.0221;14;20221228;15.8;3.7;9.8;2.2;9.65;0;.75;6575
+68093;43.36486;5.0221;14;20221229;16.6;11.3;13.9;3;12.65;0;.99;3821
+68093;43.36486;5.0221;14;20221230;15.1;10.1;12.6;1.8;12.2;.2;.68;3235
+68093;43.36486;5.0221;14;20221231;19.5;9.1;14.3;4.7;12;0;1.62;6907
+68094;43.34932;5.34514;53;20220101;10.4;7.9;9.2;1.3;11.46;.1;.39;2147
+68094;43.34932;5.34514;53;20220102;11.9;9.4;10.7;2.5;10.92;0;.76;2767
+68094;43.34932;5.34514;53;20220103;15.3;6.9;11.1;2.4;10.29;0;.95;6985
+68094;43.34932;5.34514;53;20220104;14.7;7.4;11.1;2.6;12.32;.7;.59;3723
+68094;43.34932;5.34514;53;20220105;9.9;9;9.4;10.3;7.06;0;2.52;4835
+68094;43.34932;5.34514;53;20220106;10;5.2;7.6;6.5;5.16;.1;2.02;6983
+68094;43.34932;5.34514;53;20220107;10.7;-1.2;4.8;4;5.56;0;1.32;8094
+68094;43.34932;5.34514;53;20220108;12.8;3.6;8.2;4.4;7.36;.1;1.54;6866
+68094;43.34932;5.34514;53;20220109;11.2;6.3;8.7;5.6;7.82;0;1.69;4377
+68094;43.34932;5.34514;53;20220110;11.2;7.2;9.2;6;6.46;0;1.96;6568
+68094;43.34932;5.34514;53;20220111;10.5;-.8;4.9;3.7;5.52;0;1.09;8423
+68094;43.34932;5.34514;53;20220112;11.4;-2.7;4.4;2.6;5.22;0;1;8794
+68094;43.34932;5.34514;53;20220113;12.8;-2.9;5;2.5;5.36;0;1.15;9027
+68094;43.34932;5.34514;53;20220114;13.7;-1.8;6;2.1;5.22;0;1.11;9115
+68094;43.34932;5.34514;53;20220115;13;-2.6;5.2;1.8;5.46;0;.96;9173
+68094;43.34932;5.34514;53;20220116;12.7;-2.2;5.3;4.1;4.96;0;1.76;9265
+68094;43.34932;5.34514;53;20220117;12.8;0;6.4;3.8;5.82;0;1.41;8929
+68094;43.34932;5.34514;53;20220118;13;-1.3;5.9;2.5;6.86;0;1.02;9442
+68094;43.34932;5.34514;53;20220119;10.8;.5;5.7;2.1;7.99;0;.66;3600
+68094;43.34932;5.34514;53;20220120;11.2;2.9;7.1;6.7;6.22;0;1.75;9054
+68094;43.34932;5.34514;53;20220121;10.4;.4;5.4;4.2;5.59;0;1.41;9030
+68094;43.34932;5.34514;53;20220122;10.7;-1.8;4.5;3.1;5.66;0;1.17;9691
+68094;43.34932;5.34514;53;20220123;13.1;-2.1;5.5;1.8;6.56;.1;.98;10141
+68094;43.34932;5.34514;53;20220124;13;.2;6.6;1.8;7.49;0;.87;9864
+68094;43.34932;5.34514;53;20220125;12.8;1.1;7;1.6;7.79;.1;.82;9946
+68094;43.34932;5.34514;53;20220126;14.7;-.7;7;2.6;6.39;0;1.44;10208
+68094;43.34932;5.34514;53;20220127;12.3;-.2;6;2.4;6.59;0;1.18;10536
+68094;43.34932;5.34514;53;20220128;12.7;.4;6.5;3.9;6.29;0;1.51;10510
+68094;43.34932;5.34514;53;20220129;13.4;0;6.7;3.2;6.62;0;1.46;10591
+68094;43.34932;5.34514;53;20220130;14.3;1.3;7.8;5.2;7.46;0;1.8;10621
+68094;43.34932;5.34514;53;20220131;14.1;1.6;7.8;8.5;6.49;.1;2.66;10539
+68094;43.34932;5.34514;53;20220201;11.8;5.9;8.8;11.7;5.39;0;3.36;9736
+68094;43.34932;5.34514;53;20220202;16.7;8.5;12.6;9.9;8.36;0;3.32;10655
+68094;43.34932;5.34514;53;20220203;17.3;3.4;10.4;2.8;9.33;0;1.44;10595
+68094;43.34932;5.34514;53;20220204;14.9;5.4;10.1;2.8;9.59;0;1.27;10067
+68094;43.34932;5.34514;53;20220205;14.4;6.7;10.5;5.9;7.22;0;2.43;10858
+68094;43.34932;5.34514;53;20220206;15.2;1.5;8.4;3.7;6.28;0;1.99;11275
+68094;43.34932;5.34514;53;20220207;15.6;8.4;12;6;6.48;0;3.05;9001
+68094;43.34932;5.34514;53;20220208;15.9;-.2;7.9;2.2;6.76;0;1.58;12406
+68094;43.34932;5.34514;53;20220209;15.6;4.6;10.1;2.3;9.42;0;1.29;10852
+68094;43.34932;5.34514;53;20220210;14.9;6.5;10.7;2.2;9.82;0;1.33;11313
+68094;43.34932;5.34514;53;20220211;15.7;3.4;9.5;4.5;8.19;0;2.08;12273
+68094;43.34932;5.34514;53;20220212;15.9;2.4;9.1;3.6;7.36;0;2.06;12903
+68094;43.34932;5.34514;53;20220213;13.8;4.1;9;5;8.19;4.6;1.78;6913
+68094;43.34932;5.34514;53;20220214;13.2;9.3;11.2;4.7;10.82;18.1;1.29;4275
+68094;43.34932;5.34514;53;20220215;13.8;5.3;9.6;6.2;7.09;0;2.6;12193
+68094;43.34932;5.34514;53;20220216;14.6;4.5;9.5;3.9;9.29;.4;1.65;8527
+68094;43.34932;5.34514;53;20220217;21.4;10.2;15.8;5.1;10.48;0;3.2;12890
+68094;43.34932;5.34514;53;20220218;20.1;9.2;14.7;2.5;10.56;0;2.05;12846
+68094;43.34932;5.34514;53;20220219;14.9;7.8;11.4;6.8;7.52;0;3.01;10265
+68094;43.34932;5.34514;53;20220220;16.9;6.7;11.8;6.7;6.99;0;3.44;14221
+68094;43.34932;5.34514;53;20220221;16.6;9.6;13.1;8.9;7.76;0;3.95;12030
+68094;43.34932;5.34514;53;20220222;16.1;7.5;11.8;9.4;7.02;0;3.78;14233
+68094;43.34932;5.34514;53;20220223;18.1;6.5;12.3;4.3;9.09;0;2.63;14722
+68094;43.34932;5.34514;53;20220224;15.1;5.9;10.5;2.6;10.36;.5;1.37;9782
+68094;43.34932;5.34514;53;20220225;13.7;6.6;10.2;8.4;6.39;0;3.32;12431
+68094;43.34932;5.34514;53;20220226;15.2;1.7;8.5;3.3;5.96;0;2.41;14441
+68094;43.34932;5.34514;53;20220227;14.8;.9;7.9;3.1;6.56;0;2.12;14404
+68094;43.34932;5.34514;53;20220228;14.9;1.4;8.2;3;7.66;0;1.97;15609
+68094;43.34932;5.34514;53;20220301;14.7;3.5;9.1;3.7;7.42;.1;2.26;14723
+68094;43.34932;5.34514;53;20220302;13.9;4.3;9.1;2.3;7.92;.1;1.74;12508
+68094;43.34932;5.34514;53;20220303;15.8;3.2;9.5;1.6;8.59;0;1.78;15158
+68094;43.34932;5.34514;53;20220304;18.2;2.7;10.4;3.7;7.56;.1;2.9;16670
+68094;43.34932;5.34514;53;20220305;14.4;4.3;9.3;2.8;6.72;0;2.39;14638
+68094;43.34932;5.34514;53;20220306;12.7;2.2;7.4;2.8;6.62;.3;2.01;14109
+68094;43.34932;5.34514;53;20220307;13.5;-.5;6.5;1.8;5.66;0;2.02;17189
+68094;43.34932;5.34514;53;20220308;14.7;1;7.8;2.8;6.69;0;2.17;14837
+68094;43.34932;5.34514;53;20220309;15.4;5.7;10.5;2.2;8.19;.1;2.04;14139
+68094;43.34932;5.34514;53;20220310;15.9;3.9;9.9;3.2;9.76;0;1.88;13925
+68094;43.34932;5.34514;53;20220311;14.6;9.9;12.2;6.2;9.36;.1;2.57;9299
+68094;43.34932;5.34514;53;20220312;14.5;11.3;12.9;7.8;8.06;.1;3.38;5327
+68094;43.34932;5.34514;53;20220313;13.1;10.9;12;8.1;8.52;2.5;2.85;4418
+68094;43.34932;5.34514;53;20220314;17.3;8.5;12.9;5.7;10.26;0;2.7;12520
+68094;43.34932;5.34514;53;20220315;17.8;13.1;15.5;3.9;10.12;0;2.8;9917
+68094;43.34932;5.34514;53;20220316;17;9.2;13.1;2.2;11.29;0;2.1;12867
+68094;43.34932;5.34514;53;20220317;17.4;9.5;13.5;2.7;11.22;0;2.14;11465
+68094;43.34932;5.34514;53;20220318;16.9;10.9;13.9;2.5;10.77;0;2.22;11878
+68094;43.34932;5.34514;53;20220319;17.7;9.3;13.5;3;8.49;.1;2.73;12598
+68094;43.34932;5.34514;53;20220320;15.5;8;11.7;5.4;7.89;.2;2.67;7307
+68094;43.34932;5.34514;53;20220321;16.8;11;13.9;5.5;6.56;0;4.18;16359
+68094;43.34932;5.34514;53;20220322;16.4;5.1;10.7;4.4;6.29;0;3.76;19400
+68094;43.34932;5.34514;53;20220323;17.1;2.5;9.8;2.9;7.39;0;2.91;20256
+68094;43.34932;5.34514;53;20220324;19.4;1.9;10.7;2.4;6.99;0;3.17;20500
+68094;43.34932;5.34514;53;20220325;19;2.2;10.6;2.8;8.19;0;3.01;19400
+68094;43.34932;5.34514;53;20220326;21.2;5.2;13.2;4.1;7.66;0;3.96;20846
+68094;43.34932;5.34514;53;20220327;22.6;9.9;16.2;3.1;7.59;0;4.18;18755
+68094;43.34932;5.34514;53;20220328;22.3;6.2;14.2;2.4;7.09;0;3.75;20737
+68094;43.34932;5.34514;53;20220329;18.9;7.9;13.4;3;9.22;1.1;3.14;17926
+68094;43.34932;5.34514;53;20220330;14.5;11.8;13.1;2.9;11.52;6;1.65;6060
+68094;43.34932;5.34514;53;20220331;19.5;7.9;13.7;6.3;9.39;0;4.13;20554
+68094;43.34932;5.34514;53;20220401;10.6;7;8.8;11.1;5.89;.5;3.84;15385
+68094;43.34932;5.34514;53;20220402;10.8;3.8;7.3;7.7;4.73;0;3.89;18865
+68094;43.34932;5.34514;53;20220403;12.2;2.6;7.4;6.2;5.99;0;3.26;22500
+68094;43.34932;5.34514;53;20220404;15;2.8;8.9;3.3;6.89;0;3.26;22886
+68094;43.34932;5.34514;53;20220405;17.8;2.3;10.1;2.9;6.89;0;3.55;23072
+68094;43.34932;5.34514;53;20220406;16.2;4;10.1;2.6;8.66;0;2.58;18289
+68094;43.34932;5.34514;53;20220407;18;8.5;13.3;4.7;11.79;0;2.69;16100
+68094;43.34932;5.34514;53;20220408;20.6;12.8;16.7;5.9;12.56;0;4.35;21090
+68094;43.34932;5.34514;53;20220409;16;11.1;13.6;10;5.96;0;5.95;21320
+68094;43.34932;5.34514;53;20220410;18;5.2;11.6;3.8;6.76;0;4.05;23889
+68094;43.34932;5.34514;53;20220411;18;7.5;12.8;4.8;8.72;0;3.33;14659
+68094;43.34932;5.34514;53;20220412;21.2;9.9;15.5;4.1;9.66;0;3.99;22693
+68094;43.34932;5.34514;53;20220413;19.8;8.6;14.2;3.4;9.92;0;3.75;22480
+68094;43.34932;5.34514;53;20220414;24.6;8.1;16.3;3;9.86;.2;4.61;23583
+68094;43.34932;5.34514;53;20220415;25.1;10.3;17.7;3.4;10.04;.1;5.09;24863
+68094;43.34932;5.34514;53;20220416;24.8;11.6;18.2;6;10.59;0;6.06;22547
+68094;43.34932;5.34514;53;20220417;20.8;12.1;16.4;3.4;9.89;0;4.35;23596
+68094;43.34932;5.34514;53;20220418;20.3;7.4;13.9;3;10.86;0;3.81;25281
+68094;43.34932;5.34514;53;20220419;22.7;8.4;15.6;3.1;11.52;0;4.2;25233
+68094;43.34932;5.34514;53;20220420;18.3;12;15.2;3.6;13.29;9.1;2.05;8852
+68094;43.34932;5.34514;53;20220421;19;13;16;3.3;13.52;4.1;2.28;9395
+68094;43.34932;5.34514;53;20220422;19.6;10.9;15.3;3.2;13.72;.2;3.14;19713
+68094;43.34932;5.34514;53;20220423;17.7;14.4;16;6.4;13.39;14.6;2.5;6036
+68094;43.34932;5.34514;53;20220424;18.2;9.8;14;4;12.19;.3;3.04;16370
+68094;43.34932;5.34514;53;20220425;19.7;9.2;14.4;4.6;11.59;0;4.22;25838
+68094;43.34932;5.34514;53;20220426;22.5;10;16.3;3.2;12.89;0;4.12;26132
+68094;43.34932;5.34514;53;20220427;21.1;9.8;15.5;2.8;13.06;0;3.92;26418
+68094;43.34932;5.34514;53;20220428;24.1;10.6;17.4;3;11.72;0;4.81;26532
+68094;43.34932;5.34514;53;20220429;22.3;10.4;16.4;2.8;10.17;0;4.62;26610
+68094;43.34932;5.34514;53;20220430;24.1;10.5;17.3;3.7;10.22;0;5.26;26393
+68094;43.34932;5.34514;53;20220501;23.9;10.7;17.3;3.8;10.07;0;5.45;26906
+68094;43.34932;5.34514;53;20220502;22.3;10.1;16.2;2.6;12.47;0;4.23;26580
+68094;43.34932;5.34514;53;20220503;22.4;12.7;17.6;2.3;13.17;.1;4.3;25439
+68094;43.34932;5.34514;53;20220504;24.2;10.2;17.2;2.5;12.62;.8;4.62;27012
+68094;43.34932;5.34514;53;20220505;22.1;13.4;17.8;3.8;12.89;2;4.24;20006
+68094;43.34932;5.34514;53;20220506;21.2;13.2;17.2;4.1;12.19;.3;4.29;19970
+68094;43.34932;5.34514;53;20220507;24.3;11.6;17.9;2.4;12.96;1.1;4.88;27643
+68094;43.34932;5.34514;53;20220508;21.6;11.9;16.8;1.9;14.36;6.9;3.24;18161
+68094;43.34932;5.34514;53;20220509;25.1;11.2;18.2;2.1;13.76;.1;4.77;27800
+68094;43.34932;5.34514;53;20220510;26.1;12.4;19.2;2.5;13.52;0;5.19;27948
+68094;43.34932;5.34514;53;20220511;25;13.2;19.1;2.8;12.89;0;5.28;28421
+68094;43.34932;5.34514;53;20220512;24.5;13.4;18.9;2.6;13.02;0;5.14;28081
+68094;43.34932;5.34514;53;20220513;25.5;12.3;18.9;2.3;13.36;0;5.09;28247
+68094;43.34932;5.34514;53;20220514;24.7;13.7;19.2;2.7;16.32;0;4.77;27646
+68094;43.34932;5.34514;53;20220515;25.6;15.6;20.6;2.9;16.16;.1;5.04;26293
+68094;43.34932;5.34514;53;20220516;26.5;15.6;21;3;14.39;0;5.7;28273
+68094;43.34932;5.34514;53;20220517;26.3;14.1;20.2;2.3;15.76;0;5.26;28967
+68094;43.34932;5.34514;53;20220518;26;15.4;20.7;2.6;17.99;.1;4.95;27472
+68094;43.34932;5.34514;53;20220519;29.3;15.9;22.6;2.8;15.69;0;6.02;28933
+68094;43.34932;5.34514;53;20220520;28;15.9;22;2.5;13.72;0;5.98;28878
+68094;43.34932;5.34514;53;20220521;27.4;16.3;21.9;2.5;16.56;0;5.5;28199
+68094;43.34932;5.34514;53;20220522;27;15.9;21.5;3.3;17.72;0;5.32;27169
+68094;43.34932;5.34514;53;20220523;28.1;18.1;23.1;3.6;16.66;0;5.86;26315
+68094;43.34932;5.34514;53;20220524;27.1;18.9;23;5.2;13.76;.9;6.73;24597
+68094;43.34932;5.34514;53;20220525;26.7;17.2;21.9;4.7;13.02;0;6.2;21276
+68094;43.34932;5.34514;53;20220526;29.1;17.5;23.3;3.9;13.56;0;6.89;25586
+68094;43.34932;5.34514;53;20220527;33;19.6;26.3;4.4;14.12;0;8.02;28669
+68094;43.34932;5.34514;53;20220528;28.9;18.6;23.7;8.1;12.26;0;8.7;28645
+68094;43.34932;5.34514;53;20220529;27.4;16.8;22.1;6.5;8.56;0;8.63;30116
+68094;43.34932;5.34514;53;20220530;27;14.2;20.6;2;11.22;0;5.31;25158
+68094;43.34932;5.34514;53;20220531;26.1;17.3;21.7;2.2;14.99;0;5.36;26668
+68094;43.34932;5.34514;53;20220601;29.3;15.1;22.2;2.3;15.76;0;6;29980
+68094;43.34932;5.34514;53;20220602;28.2;16.8;22.5;2.9;17.42;0;5.73;28370
+68094;43.34932;5.34514;53;20220603;32.7;20.6;26.6;3.2;17.02;1.9;6.89;26240
+68094;43.34932;5.34514;53;20220604;32.5;21.5;27;3.5;17.59;0;6.73;24431
+68094;43.34932;5.34514;53;20220605;30.4;20.9;25.6;3.3;20.56;0;6.15;26367
+68094;43.34932;5.34514;53;20220606;30.9;19.9;25.4;4.2;16.16;0;7.41;29244
+68094;43.34932;5.34514;53;20220607;31.3;19.8;25.6;5;15.16;0;8.15;30370
+68094;43.34932;5.34514;53;20220608;27.5;19.6;23.5;4.9;12.96;0;6.74;22311
+68094;43.34932;5.34514;53;20220609;27.2;18.1;22.7;9;11.52;0;8.75;30267
+68094;43.34932;5.34514;53;20220610;30.2;17.6;23.9;5.7;9.82;0;8.75;31058
+68094;43.34932;5.34514;53;20220611;33.4;15.9;24.6;2.6;11.49;0;7.32;30979
+68094;43.34932;5.34514;53;20220612;31;16.4;23.7;2.6;13.86;0;6.68;30092
+68094;43.34932;5.34514;53;20220613;35.4;19;27.2;4;17.22;0;8.16;28981
+68094;43.34932;5.34514;53;20220614;29.7;19.4;24.6;2.9;16.89;0;6.74;29978
+68094;43.34932;5.34514;53;20220615;31.9;20.8;26.4;2.8;19.59;0;6.66;28608
+68094;43.34932;5.34514;53;20220616;32.9;18.6;25.8;2.4;18.76;0;6.6;29346
+68094;43.34932;5.34514;53;20220617;33.8;21.3;27.5;2.8;19.39;0;7.35;30202
+68094;43.34932;5.34514;53;20220618;33.6;21;27.3;3;19.32;0;7.12;29584
+68094;43.34932;5.34514;53;20220619;31.6;22;26.8;3.4;17.26;0;7.36;29337
+68094;43.34932;5.34514;53;20220620;31.7;22.2;27;3.9;16.99;0;7.49;27306
+68094;43.34932;5.34514;53;20220621;32.1;21.9;27;4;20.82;1.2;6.57;24249
+68094;43.34932;5.34514;53;20220622;29.9;22.9;26.4;3.3;22.69;1.8;5.39;21527
+68094;43.34932;5.34514;53;20220623;28.3;22.2;25.3;4;22.19;3.1;5.18;20895
+68094;43.34932;5.34514;53;20220624;29.3;21.3;25.3;3.9;20.02;0;6.13;25439
+68094;43.34932;5.34514;53;20220625;30.4;18.7;24.6;2.7;19.02;0;6.41;30198
+68094;43.34932;5.34514;53;20220626;33.5;21.3;27.4;3.6;20.09;0;7.35;29107
+68094;43.34932;5.34514;53;20220627;32.1;22.1;27.1;4.3;19.76;0;7.14;26481
+68094;43.34932;5.34514;53;20220628;31.3;20.4;25.9;5;17.36;1.3;7.61;26958
+68094;43.34932;5.34514;53;20220629;30.1;18.9;24.5;4;17.46;0;7.03;30831
+68094;43.34932;5.34514;53;20220630;28.1;19.2;23.7;3.8;19.49;0;5.92;27770
+68094;43.34932;5.34514;53;20220701;29.3;18.4;23.9;5.9;13.52;0;8.18;30886
+68094;43.34932;5.34514;53;20220702;32.3;15.7;24;2.7;12.76;0;7.18;30835
+68094;43.34932;5.34514;53;20220703;33.6;18.7;26.1;2.6;14.69;0;7.23;30077
+68094;43.34932;5.34514;53;20220704;35.1;21.6;28.3;3.1;19.59;0;7.52;29550
+68094;43.34932;5.34514;53;20220705;34.4;22.6;28.5;5.3;16.29;0;9.28;30255
+68094;43.34932;5.34514;53;20220706;33.2;23;28.1;6.6;12.09;0;10.16;29380
+68094;43.34932;5.34514;53;20220707;33.4;20.2;26.8;7.6;12.69;0;10.23;30458
+68094;43.34932;5.34514;53;20220708;32.2;21;26.6;5;15.02;0;8.5;30224
+68094;43.34932;5.34514;53;20220709;33.6;20;26.8;3.4;14.36;0;7.95;30187
+68094;43.34932;5.34514;53;20220710;31.9;20.9;26.4;3.7;16.99;0;7.55;28894
+68094;43.34932;5.34514;53;20220711;29.4;19.8;24.6;2.5;20.19;0;5.99;28527
+68094;43.34932;5.34514;53;20220712;30.3;20.1;25.2;2.4;21.76;0;5.88;28106
+68094;43.34932;5.34514;53;20220713;30.3;19.9;25.1;2.5;22.09;0;5.99;29120
+68094;43.34932;5.34514;53;20220714;32.7;20.4;26.6;2.4;21.46;.1;6.55;29874
+68094;43.34932;5.34514;53;20220715;37.2;21.7;29.4;3.6;20.89;0;8.04;29296
+68094;43.34932;5.34514;53;20220716;34.2;20.8;27.5;2.9;17.29;0;7.64;29809
+68094;43.34932;5.34514;53;20220717;32.5;21.1;26.8;2.5;21.22;0;6.62;28769
+68094;43.34932;5.34514;53;20220718;34.7;23.3;29;2.1;23.96;0;6.69;29036
+68094;43.34932;5.34514;53;20220719;34;22.6;28.3;2.5;24.16;0;6.62;28787
+68094;43.34932;5.34514;53;20220720;34.8;22.9;28.9;2.5;22.82;0;6.91;29190
+68094;43.34932;5.34514;53;20220721;36.2;23.7;30;3.6;19.92;0;8.17;29264
+68094;43.34932;5.34514;53;20220722;33.5;21.6;27.6;2.5;21.52;0;6.64;28969
+68094;43.34932;5.34514;53;20220723;32.7;23.5;28.1;2.9;22.79;0;6.31;25882
+68094;43.34932;5.34514;53;20220724;35;22.5;28.7;2.2;21.52;0;6.62;28044
+68094;43.34932;5.34514;53;20220725;33;21.8;27.4;3;21.32;0;6.76;28112
+68094;43.34932;5.34514;53;20220726;32.8;25;28.9;7.6;16.39;0;9.63;25443
+68094;43.34932;5.34514;53;20220727;32.7;22;27.4;5.5;14.12;0;8.81;28093
+68094;43.34932;5.34514;53;20220728;33.2;18.9;26;2.2;15.49;0;6.41;27532
+68094;43.34932;5.34514;53;20220729;31;21.5;26.2;3.1;17.59;0;5.95;22337
+68094;43.34932;5.34514;53;20220730;34.5;21.8;28.1;5.4;14.72;0;9.16;28617
+68094;43.34932;5.34514;53;20220731;35.9;20.6;28.3;3.3;14.06;0;8.02;28474
+68094;43.34932;5.34514;53;20220801;35.9;21.5;28.7;2.7;17.42;0;7.44;28263
+68094;43.34932;5.34514;53;20220802;34.7;21.4;28;3.3;19.19;0;7.52;28116
+68094;43.34932;5.34514;53;20220803;32.5;21.9;27.2;2.5;22.92;0;6.06;26954
+68094;43.34932;5.34514;53;20220804;33.6;20.9;27.3;2.1;22.12;0;6.04;27294
+68094;43.34932;5.34514;53;20220805;32.4;21.1;26.8;2.6;22.26;0;6.03;26793
+68094;43.34932;5.34514;53;20220806;35.7;22.7;29.2;4.2;19.56;0;8.11;27515
+68094;43.34932;5.34514;53;20220807;34;21.9;28;3.3;17.62;0;7.37;27582
+68094;43.34932;5.34514;53;20220808;33.5;20.8;27.1;2.5;19.22;.1;6.39;26554
+68094;43.34932;5.34514;53;20220809;33.6;20.7;27.2;2.2;19.89;0;6.12;27148
+68094;43.34932;5.34514;53;20220810;33.2;20.5;26.8;2.2;18.52;0;6.15;26989
+68094;43.34932;5.34514;53;20220811;32.1;20.8;26.5;2.5;20.72;0;5.92;26120
+68094;43.34932;5.34514;53;20220812;33.1;21.6;27.3;2.2;24.46;0;5.73;26070
+68094;43.34932;5.34514;53;20220813;31.4;23.8;27.6;3.3;23.56;0;5.62;22755
+68094;43.34932;5.34514;53;20220814;30.6;24.4;27.5;3.2;19.72;7.5;5.31;18068
+68094;43.34932;5.34514;53;20220815;32.1;19.2;25.7;2.7;19.92;0;5.85;26076
+68094;43.34932;5.34514;53;20220816;31.3;20.8;26.1;2.8;20.92;20.1;5.66;25149
+68094;43.34932;5.34514;53;20220817;28.9;19.6;24.2;4.6;21.79;20.2;4.86;20705
+68094;43.34932;5.34514;53;20220818;26.8;18.1;22.4;3.6;18.39;.1;4.36;18429
+68094;43.34932;5.34514;53;20220819;29.9;20.4;25.2;8.2;16.66;0;7.65;25293
+68094;43.34932;5.34514;53;20220820;31.4;21.5;26.4;7.5;16.76;0;8.04;25350
+68094;43.34932;5.34514;53;20220821;32.2;21.2;26.7;5.9;14.76;0;8.04;24430
+68094;43.34932;5.34514;53;20220822;31.6;20;25.8;6.5;14.26;0;8.13;25450
+68094;43.34932;5.34514;53;20220823;32.9;19.7;26.3;3.1;16.92;0;6.37;25108
+68094;43.34932;5.34514;53;20220824;30.9;19.1;25;2.3;18.76;0;5.28;24792
+68094;43.34932;5.34514;53;20220825;32.7;18.9;25.8;2.5;19.36;0;5.59;24554
+68094;43.34932;5.34514;53;20220826;32.7;21.5;27.1;3.9;19.99;.1;6.41;24542
+68094;43.34932;5.34514;53;20220827;31.1;21.5;26.3;3.6;18.92;0;6.06;23451
+68094;43.34932;5.34514;53;20220828;31.6;19.4;25.5;2;18.86;0;5.18;24282
+68094;43.34932;5.34514;53;20220829;30.9;19.1;25;2.5;21.22;.1;4.94;23439
+68094;43.34932;5.34514;53;20220830;29.7;23.5;26.6;3.3;24.86;.2;4.33;17691
+68094;43.34932;5.34514;53;20220831;29.9;20.8;25.3;3.9;19.82;0;5.21;19919
+68094;43.34932;5.34514;53;20220901;32;20.1;26;3.8;17.42;0;6.19;23251
+68094;43.34932;5.34514;53;20220902;30.1;19.9;25;2.8;20.29;4.2;4.41;18208
+68094;43.34932;5.34514;53;20220903;28.5;20.2;24.4;2.6;21.32;0;4.09;18648
+68094;43.34932;5.34514;53;20220904;29.6;21.3;25.5;2.8;21.06;.2;4.62;20005
+68094;43.34932;5.34514;53;20220905;30.5;21;25.7;3;21.32;0;4.55;18230
+68094;43.34932;5.34514;53;20220906;30.3;21.4;25.9;3.1;22.02;1.1;4.57;18796
+68094;43.34932;5.34514;53;20220907;29.5;22.6;26.1;4.3;23.16;18;4.56;17000
+68094;43.34932;5.34514;53;20220908;28.1;18.2;23.2;3.7;19.12;.1;4.66;21327
+68094;43.34932;5.34514;53;20220909;28.1;17.2;22.7;3.4;15.62;0;4.82;20662
+68094;43.34932;5.34514;53;20220910;27.1;17.2;22.1;4.8;13.76;0;5.59;21483
+68094;43.34932;5.34514;53;20220911;28.4;16.6;22.5;3.4;13.56;0;5.05;21113
+68094;43.34932;5.34514;53;20220912;28.5;16.1;22.3;2.2;18.16;0;4.11;21575
+68094;43.34932;5.34514;53;20220913;28.1;21;24.6;3.2;21.86;1.6;3.66;14941
+68094;43.34932;5.34514;53;20220914;27.5;21.4;24.4;4.6;21.52;3.5;3.66;11201
+68094;43.34932;5.34514;53;20220915;30.1;19.9;25;3.1;20.79;0;4.64;20963
+68094;43.34932;5.34514;53;20220916;27.3;19.4;23.4;6.1;15.19;0;5.75;19020
+68094;43.34932;5.34514;53;20220917;22.6;15.9;19.2;9.8;9.39;0;6.52;19834
+68094;43.34932;5.34514;53;20220918;24.4;12;18.2;4;10.09;0;4.77;20647
+68094;43.34932;5.34514;53;20220919;25.3;12;18.6;5.9;9.76;0;5.72;19986
+68094;43.34932;5.34514;53;20220920;25.2;11.8;18.5;3.8;11.02;0;4.59;20224
+68094;43.34932;5.34514;53;20220921;25.6;11.8;18.7;2.9;11.99;.1;3.98;18724
+68094;43.34932;5.34514;53;20220922;24.2;14.5;19.4;2.4;13.89;.1;3.38;17372
+68094;43.34932;5.34514;53;20220923;24.6;14.3;19.5;2.4;14.52;10.7;3.32;18253
+68094;43.34932;5.34514;53;20220924;22.3;16.7;19.5;3.5;16.86;15.3;2.53;10252
+68094;43.34932;5.34514;53;20220925;23.1;15;19.1;2.9;15.69;0;3.12;17104
+68094;43.34932;5.34514;53;20220926;22.9;13.5;18.2;5.5;12.09;.1;4.29;18045
+68094;43.34932;5.34514;53;20220927;21.6;15;18.3;6.6;11.46;.1;4.52;15139
+68094;43.34932;5.34514;53;20220928;23.2;15.6;19.4;6.3;14.49;0;3.98;14689
+68094;43.34932;5.34514;53;20220929;21.3;15;18.1;4.9;12.82;0;3.52;13687
+68094;43.34932;5.34514;53;20220930;19.7;13;16.3;5.9;10.49;0;3.86;16006
+68094;43.34932;5.34514;53;20221001;21.3;10.3;15.8;4;11.89;0;2.99;13444
+68094;43.34932;5.34514;53;20221002;26.3;13.9;20.1;3.7;15.72;0;3.71;16597
+68094;43.34932;5.34514;53;20221003;24.8;16.2;20.5;4.5;14.09;0;3.88;14612
+68094;43.34932;5.34514;53;20221004;23.9;11.9;17.9;1.8;14.99;.2;2.64;17233
+68094;43.34932;5.34514;53;20221005;24.3;13.3;18.8;2.1;16.76;.2;2.55;16028
+68094;43.34932;5.34514;53;20221006;24.8;12.7;18.8;1.9;16.36;0;2.63;16764
+68094;43.34932;5.34514;53;20221007;24.9;13.8;19.3;1.8;15.82;.6;2.56;15096
+68094;43.34932;5.34514;53;20221008;21.5;14.7;18.1;1.6;16.32;9.1;1.72;9022
+68094;43.34932;5.34514;53;20221009;21.6;15.1;18.3;2.2;16.56;0;1.85;8828
+68094;43.34932;5.34514;53;20221010;24;16.3;20.1;2.2;16.29;.1;2.46;12620
+68094;43.34932;5.34514;53;20221011;24.6;13.7;19.1;1.6;16.09;0;2.37;15493
+68094;43.34932;5.34514;53;20221012;24.8;14.4;19.6;1.8;15.56;.1;2.38;13200
+68094;43.34932;5.34514;53;20221013;23.4;12.5;18;2.3;15.49;.2;2.26;13251
+68094;43.34932;5.34514;53;20221014;24.9;15.4;20.1;3.5;15.82;0;2.98;12916
+68094;43.34932;5.34514;53;20221015;25.4;12.5;19;2.3;15.16;.1;2.64;15241
+68094;43.34932;5.34514;53;20221016;25.5;16.1;20.8;4;17.56;0;2.92;12761
+68094;43.34932;5.34514;53;20221017;26;16.2;21.1;3.1;16.66;0;2.77;11393
+68094;43.34932;5.34514;53;20221018;25.1;13.7;19.4;1.7;16.69;.3;2.18;14207
+68094;43.34932;5.34514;53;20221019;23.9;14.2;19.1;1.5;17.79;0;1.7;10789
+68094;43.34932;5.34514;53;20221020;22.7;17.4;20.1;3.7;18.26;0;2.02;6830
+68094;43.34932;5.34514;53;20221021;24.3;19.9;22.1;6.1;20.59;0;2.48;5666
+68094;43.34932;5.34514;53;20221022;25.6;19.3;22.4;3.3;20.99;0;2.26;8537
+68094;43.34932;5.34514;53;20221023;27.7;20.1;23.9;4.9;19.22;0;3.46;8606
+68094;43.34932;5.34514;53;20221024;25.2;21.3;23.3;4.2;20.22;.2;2.62;7227
+68094;43.34932;5.34514;53;20221025;25.5;16;20.7;2.2;18.69;0;2.02;10529
+68094;43.34932;5.34514;53;20221026;25.8;17.7;21.8;2.7;18.19;.1;2.34;10414
+68094;43.34932;5.34514;53;20221027;25.2;16;20.6;1.7;17.79;.2;1.9;11550
+68094;43.34932;5.34514;53;20221028;24.8;13.8;19.3;1.6;16.22;.2;1.83;12153
+68094;43.34932;5.34514;53;20221029;25;13;19;1.8;14.82;0;2;12261
+68094;43.34932;5.34514;53;20221030;24.3;12.7;18.5;1.9;14.12;.1;1.97;11999
+68094;43.34932;5.34514;53;20221031;23.9;14.8;19.3;3.4;16.42;10.9;2.06;10317
+68094;43.34932;5.34514;53;20221101;23.1;19.1;21.1;4.1;17.89;11.4;2.24;8442
+68094;43.34932;5.34514;53;20221102;21.7;14;17.9;2.4;14.26;0;1.86;10971
+68094;43.34932;5.34514;53;20221103;19.9;9.8;14.9;3.8;13.46;17.9;1.66;6894
+68094;43.34932;5.34514;53;20221104;17.3;11;14.1;7.1;9.79;.3;2.99;8575
+68094;43.34932;5.34514;53;20221105;17;10.8;13.9;8.5;8.49;0;3.22;10874
+68094;43.34932;5.34514;53;20221106;19.9;5.7;12.8;2;9.99;.1;1.54;11551
+68094;43.34932;5.34514;53;20221107;21;6.2;13.6;1.5;10.62;.1;1.36;11523
+68094;43.34932;5.34514;53;20221108;20.8;11.8;16.3;3.9;13.56;0;1.93;8159
+68094;43.34932;5.34514;53;20221109;22;16.7;19.4;4.6;16.42;0;2.16;5528
+68094;43.34932;5.34514;53;20221110;20;12.3;16.2;3.3;13.69;0;1.72;9625
+68094;43.34932;5.34514;53;20221111;22.5;11.9;17.2;2.5;13.86;.1;1.77;9968
+68094;43.34932;5.34514;53;20221112;21.3;9.5;15.4;1.9;12.06;0;1.45;10339
+68094;43.34932;5.34514;53;20221113;19.7;11.9;15.8;1.9;12.09;0;1.38;6526
+68094;43.34932;5.34514;53;20221114;18.2;10.1;14.2;4.1;12.49;9.8;1.57;5510
+68094;43.34932;5.34514;53;20221115;19.6;14;16.8;5;14.46;3.2;1.83;5490
+68094;43.34932;5.34514;53;20221116;18.7;11.3;15;2.7;13.12;.2;1.33;8295
+68094;43.34932;5.34514;53;20221117;19;10.7;14.8;2.1;12.96;2.9;1.17;8259
+68094;43.34932;5.34514;53;20221118;16.3;10.7;13.5;6;10.16;0;2.22;7947
+68094;43.34932;5.34514;53;20221119;15;8.4;11.7;6.9;8.09;0;2.32;9268
+68094;43.34932;5.34514;53;20221120;14.3;7.2;10.8;6.3;7.52;0;2.29;9198
+68094;43.34932;5.34514;53;20221121;13.3;7.4;10.3;4.2;9.09;7.8;1.43;4391
+68094;43.34932;5.34514;53;20221122;14.1;7.7;10.9;6.8;8.56;0;2.17;7843
+68094;43.34932;5.34514;53;20221123;13.8;5.8;9.8;2.8;8.99;.4;1.21;5612
+68094;43.34932;5.34514;53;20221124;15.6;7.8;11.7;3.4;8.89;0;1.62;7400
+68094;43.34932;5.34514;53;20221125;17.5;8.6;13;4.1;10.22;0;1.68;8720
+68094;43.34932;5.34514;53;20221126;15.9;8.8;12.4;5.1;8.42;.1;2.02;8071
+68094;43.34932;5.34514;53;20221127;17;4.5;10.8;2.5;8.66;.2;1.23;8570
+68094;43.34932;5.34514;53;20221128;12.9;9.9;11.4;4.1;9.82;17.8;1.37;2916
+68094;43.34932;5.34514;53;20221129;11.8;4.5;8.1;3.6;8.72;0;.85;6319
+68094;43.34932;5.34514;53;20221130;14.6;1.7;8.2;1.9;7.82;.6;.78;8713
+68094;43.34932;5.34514;53;20221201;12.7;4.4;8.5;2.4;8.66;1.9;.82;5727
+68094;43.34932;5.34514;53;20221202;11.4;4.4;7.9;2.2;8.36;2.7;.78;5095
+68094;43.34932;5.34514;53;20221203;12.3;5.6;8.9;4.5;10.02;40.9;.92;3228
+68094;43.34932;5.34514;53;20221204;14.9;9.5;12.2;3.3;11.26;12.6;1.07;4433
+68094;43.34932;5.34514;53;20221205;13.1;3.3;8.2;1.1;8.33;0;.42;7944
+68094;43.34932;5.34514;53;20221206;13.3;3.1;8.2;2.1;7.62;0;.8;7746
+68094;43.34932;5.34514;53;20221207;10.9;1.3;6.1;3.4;6.76;0;.86;8050
+68094;43.34932;5.34514;53;20221208;10.7;-.4;5.1;2.5;8.19;18.7;.5;5446
+68094;43.34932;5.34514;53;20221209;16.3;10.1;13.2;3.8;13.79;2.5;.71;5590
+68094;43.34932;5.34514;53;20221210;9.2;6.8;8;5.9;8.12;0;1.23;5771
+68094;43.34932;5.34514;53;20221211;7.6;.9;4.3;5.8;4.59;0;1.69;7143
+68094;43.34932;5.34514;53;20221212;8.7;-3.2;2.7;2;5.42;2.3;.64;6996
+68094;43.34932;5.34514;53;20221213;9;5.1;7.1;3.6;8.99;2.3;.63;2567
+68094;43.34932;5.34514;53;20221214;11.2;8.3;9.8;2.7;10.52;.8;.71;2779
+68094;43.34932;5.34514;53;20221215;15.7;9.3;12.5;3.6;12.69;16.4;.85;3520
+68094;43.34932;5.34514;53;20221216;11.2;7;9.1;3.7;9.29;0;.86;5500
+68094;43.34932;5.34514;53;20221217;9;1.5;5.3;3.7;6.49;.1;.88;7573
+68094;43.34932;5.34514;53;20221218;15;1.6;8.3;2.2;8.66;0;.74;7622
+68094;43.34932;5.34514;53;20221219;14.9;10.9;12.9;3.9;12.09;.8;1.07;3221
+68094;43.34932;5.34514;53;20221220;16.4;13;14.7;4.5;14.12;1.4;1.07;3094
+68094;43.34932;5.34514;53;20221221;16.8;14.6;15.7;3.5;14.39;2.5;1.14;3950
+68094;43.34932;5.34514;53;20221222;15.6;7.9;11.8;2.1;11.42;.1;.8;6368
+68094;43.34932;5.34514;53;20221223;18.8;9.6;14.2;2.9;13.26;.1;1.02;6249
+68094;43.34932;5.34514;53;20221224;19.1;9;14;1.7;12.26;.1;.81;7037
+68094;43.34932;5.34514;53;20221225;18;6.8;12.4;3.1;11.96;0;.92;7317
+68094;43.34932;5.34514;53;20221226;18.1;10.7;14.4;2.4;12.69;.1;1.05;5759
+68094;43.34932;5.34514;53;20221227;15.7;7;11.3;2.7;9.86;0;1.09;7097
+68094;43.34932;5.34514;53;20221228;15.8;4;9.9;1.9;9.79;0;.69;7198
+68094;43.34932;5.34514;53;20221229;16.4;11.2;13.8;2.5;12.76;0;.88;4528
+68094;43.34932;5.34514;53;20221230;15.1;9.7;12.4;1.5;12.26;.2;.6;4357
+68094;43.34932;5.34514;53;20221231;18.8;8.7;13.8;4;12.26;0;1.33;7094
+68095;43.30477;5.5942;189;20220101;9.4;7.2;8.3;.5;11.1;.1;.33;3294
+68095;43.30477;5.5942;189;20220102;11.5;7.9;9.7;1.2;10.5;0;.47;4311
+68095;43.30477;5.5942;189;20220103;16;5.4;10.7;.9;9.9;0;.47;7629
+68095;43.30477;5.5942;189;20220104;13;8.2;10.6;2.4;11.8;.5;.49;5076
+68095;43.30477;5.5942;189;20220105;8.8;9.6;9.2;3.8;6.9;0;1.74;0
+68095;43.30477;5.5942;189;20220106;11.6;1.7;6.7;.9;4.6;.1;.58;7499
+68095;43.30477;5.5942;189;20220107;10.9;-.7;5.1;1.7;4.8;0;.84;8195
+68095;43.30477;5.5942;189;20220108;13;3.3;8.2;2.4;7;.1;1.03;7525
+68095;43.30477;5.5942;189;20220109;11.1;6.4;8.8;3.3;7.4;0;1.26;5196
+68095;43.30477;5.5942;189;20220110;12.7;6.1;9.4;1.4;6;0;.95;6256
+68095;43.30477;5.5942;189;20220111;12.6;.8;6.7;.7;4.6;0;.49;8524
+68095;43.30477;5.5942;189;20220112;13.7;-1.2;6.3;.8;4.6;0;.54;9376
+68095;43.30477;5.5942;189;20220113;14.7;.4;7.6;.8;5;0;.57;9456
+68095;43.30477;5.5942;189;20220114;15.3;1.8;8.6;1.5;4.5;0;1.08;9377
+68095;43.30477;5.5942;189;20220115;14.4;.4;7.4;.9;5.5;0;.62;9625
+68095;43.30477;5.5942;189;20220116;12;.7;6.4;.8;4.7;0;.59;8718
+68095;43.30477;5.5942;189;20220117;15;1.5;8.3;.8;4.9;0;.64;9648
+68095;43.30477;5.5942;189;20220118;14.9;.6;7.8;.5;6.5;0;.45;9902
+68095;43.30477;5.5942;189;20220119;10.7;4.7;7.7;.7;8.3;.1;.51;6474
+68095;43.30477;5.5942;189;20220120;12.6;2.2;7.4;1.9;5.8;0;1.09;8699
+68095;43.30477;5.5942;189;20220121;13.2;1.2;7.2;1.2;5.2;0;.86;9464
+68095;43.30477;5.5942;189;20220122;13.9;-.6;6.7;.6;5.8;0;.54;10317
+68095;43.30477;5.5942;189;20220123;14.5;2.3;8.4;1;6.9;.1;.76;9756
+68095;43.30477;5.5942;189;20220124;13.5;1.1;7.3;.7;7.9;0;.58;9949
+68095;43.30477;5.5942;189;20220125;13.3;2.4;7.9;1;7.9;.1;.69;9417
+68095;43.30477;5.5942;189;20220126;13.2;.6;6.9;.7;6.9;0;.63;10263
+68095;43.30477;5.5942;189;20220127;13.8;1.7;7.8;.9;7.3;.1;.73;10169
+68095;43.30477;5.5942;189;20220128;14.4;-1;6.7;1.1;6.3;.1;.86;11029
+68095;43.30477;5.5942;189;20220129;15;2.8;8.9;1;6;0;.94;10457
+68095;43.30477;5.5942;189;20220130;16.7;.7;8.7;1.2;6.7;0;1.06;11289
+68095;43.30477;5.5942;189;20220131;12.6;2.2;7.4;3.6;6.3;.1;1.63;9870
+68095;43.30477;5.5942;189;20220201;11;3.3;7.2;3.8;5.2;0;1.87;8560
+68095;43.30477;5.5942;189;20220202;16.1;7.3;11.7;3.8;8.1;0;2.04;9284
+68095;43.30477;5.5942;189;20220203;17.8;5.2;11.5;1;9.1;.1;1.05;11300
+68095;43.30477;5.5942;189;20220204;15.3;5.6;10.5;2;8.9;0;1.25;10006
+68095;43.30477;5.5942;189;20220205;14.4;7.9;11.2;2.4;7;0;1.71;8245
+68095;43.30477;5.5942;189;20220206;14;2;8;2.6;6;0;1.65;11442
+68095;43.30477;5.5942;189;20220207;14;6.6;10.3;3.8;6.3;0;2.23;9041
+68095;43.30477;5.5942;189;20220208;16.3;2.8;9.6;1.5;7;0;1.37;12462
+68095;43.30477;5.5942;189;20220209;15.5;4.2;9.9;1.1;9.1;0;1.07;11523
+68095;43.30477;5.5942;189;20220210;11.7;6;8.9;2.7;9.59;0;1.55;11535
+68095;43.30477;5.5942;189;20220211;16;2.4;9.2;4;8.36;0;2;12105
+68095;43.30477;5.5942;189;20220212;14.9;2.2;8.5;3.2;7.24;0;1.93;12702
+68095;43.30477;5.5942;189;20220213;12.7;1.8;7.3;4.3;7.79;4.4;1.64;7560
+68095;43.30477;5.5942;189;20220214;12.4;8.3;10.3;4.7;10.79;27.9;1.29;4275
+68095;43.30477;5.5942;189;20220215;13.2;4.6;8.9;6.5;6.94;.1;2.7;12419
+68095;43.30477;5.5942;189;20220216;12.6;4.8;8.7;2.3;9.1;.1;1.17;10415
+68095;43.30477;5.5942;189;20220217;21.2;9;15.1;2.8;10.2;0;2.41;13258
+68095;43.30477;5.5942;189;20220218;20.2;9.4;14.8;1.5;10.3;0;1.8;12616
+68095;43.30477;5.5942;189;20220219;13.1;8.8;11;2.9;7.1;0;1.97;7962
+68095;43.30477;5.5942;189;20220220;16.6;5.3;11;3.3;6.5;0;2.51;13237
+68095;43.30477;5.5942;189;20220221;15.8;7.9;11.9;4.1;7.1;0;2.68;11163
+68095;43.30477;5.5942;189;20220222;15.1;6.4;10.8;3.8;6.6;0;2.53;11874
+68095;43.30477;5.5942;189;20220223;18.1;5.8;12;1.7;7.8;0;1.96;14344
+68095;43.30477;5.5942;189;20220224;12.4;8.5;10.5;1.9;10.5;.4;1.13;8060
+68095;43.30477;5.5942;189;20220225;12.9;5.8;9.4;2.9;6.4;0;2.04;11104
+68095;43.30477;5.5942;189;20220226;14.5;2.1;8.3;1.6;5.7;0;1.82;14940
+68095;43.30477;5.5942;189;20220227;14;1.2;7.6;2;6.2;0;1.85;15367
+68095;43.30477;5.5942;189;20220228;14.2;1.3;7.8;1.9;7.3;0;1.72;15614
+68095;43.30477;5.5942;189;20220301;14.7;3.6;9.2;2.5;7.2;.1;2.02;14638
+68095;43.30477;5.5942;189;20220302;12.9;2.4;7.7;1.4;7.2;.1;1.48;14896
+68095;43.30477;5.5942;189;20220303;14.2;4.2;9.2;.8;8.4;.1;1.48;14211
+68095;43.30477;5.5942;189;20220304;15.6;4;9.8;1.3;7.7;.1;1.75;16293
+68095;43.30477;5.5942;189;20220305;12.2;6.4;9.3;1.4;8;.5;1.48;11014
+68095;43.30477;5.5942;189;20220306;11.5;2.6;7.1;1.5;7;.2;1.54;13866
+68095;43.30477;5.5942;189;20220307;13.3;-.7;6.3;1.5;5.55;0;1.71;16560
+68095;43.30477;5.5942;189;20220308;13.7;-1.1;6.3;1.8;6.3;0;1.86;16870
+68095;43.30477;5.5942;189;20220309;13.2;4.2;8.7;1.6;7.9;.1;1.72;14426
+68095;43.30477;5.5942;189;20220310;14.2;2.5;8.4;1.6;9.15;.2;1.59;15703
+68095;43.30477;5.5942;189;20220311;12.8;8.6;10.7;3.8;8.5;0;2.07;9991
+68095;43.30477;5.5942;189;20220312;12.3;10.1;11.2;6.6;7.3;0;2.96;6588
+68095;43.30477;5.5942;189;20220313;10.8;9.5;10.2;6.3;7.95;1.5;2.28;6291
+68095;43.30477;5.5942;189;20220314;15.6;7.1;11.4;4.5;9.7;0;2.26;13391
+68095;43.30477;5.5942;189;20220315;16.7;11.9;14.3;2.9;9.5;0;2.53;11173
+68095;43.30477;5.5942;189;20220316;16.7;8.7;12.7;.9;10.7;0;1.91;14655
+68095;43.30477;5.5942;189;20220317;18.7;9.4;14.1;1;10.2;0;2.21;15987
+68095;43.30477;5.5942;189;20220318;15.6;9.4;12.5;1.7;10.63;0;1.86;9337
+68095;43.30477;5.5942;189;20220319;15.4;8.3;11.9;2.1;7.83;.1;2.48;12585
+68095;43.30477;5.5942;189;20220320;14.7;7.5;11.1;5.1;7.51;0;2.61;7230
+68095;43.30477;5.5942;189;20220321;14.5;9.6;12.1;5.1;6.39;0;3.93;16944
+68095;43.30477;5.5942;189;20220322;15.9;1.3;8.6;3.8;6;0;3.28;19796
+68095;43.30477;5.5942;189;20220323;17.9;.7;9.3;2.5;6.79;0;2.82;20217
+68095;43.30477;5.5942;189;20220324;19.7;.4;10.1;2.3;5.86;0;3.22;20458
+68095;43.30477;5.5942;189;20220325;20.2;1.1;10.7;2.6;7.4;0;3.09;20156
+68095;43.30477;5.5942;189;20220326;20.9;8.9;14.9;3.9;7.24;0;3.84;20359
+68095;43.30477;5.5942;189;20220327;21.6;13.4;17.5;3.1;7.56;0;4.18;18755
+68095;43.30477;5.5942;189;20220328;21.6;5.2;13.4;2.1;6.76;0;3.59;20328
+68095;43.30477;5.5942;189;20220329;20.1;6.7;13.4;2.6;8.74;.7;2.99;17069
+68095;43.30477;5.5942;189;20220330;12.7;11.5;12.1;2.5;11.49;8.6;1.49;5195
+68095;43.30477;5.5942;189;20220331;17.4;5;11.2;6.1;9.29;0;4.16;20890
+68095;43.30477;5.5942;189;20220401;8.2;5.9;7.1;11;5.79;.2;4.02;17289
+68095;43.30477;5.5942;189;20220402;6.9;2.1;4.5;7.7;4.69;0;3.89;18865
+68095;43.30477;5.5942;189;20220403;10.4;-2.9;3.8;5.4;5.96;.1;2.89;18719
+68095;43.30477;5.5942;189;20220404;13.1;.9;7;2.7;7.1;0;2.97;21924
+68095;43.30477;5.5942;189;20220405;16.9;-1.3;7.8;2.3;6.63;0;3.32;23281
+68095;43.30477;5.5942;189;20220406;16.5;3.2;9.9;2.3;8.31;0;2.47;17517
+68095;43.30477;5.5942;189;20220407;15.3;4.2;9.8;5.1;11.16;0;3.06;16759
+68095;43.30477;5.5942;189;20220408;21.4;9.8;15.6;5.9;12.52;0;4.35;21090
+68095;43.30477;5.5942;189;20220409;13.5;10;11.8;10.2;5.81;0;6.12;22165
+68095;43.30477;5.5942;189;20220410;18;1.5;9.8;3.8;6.72;0;4.05;23889
+68095;43.30477;5.5942;189;20220411;16.4;5.7;11.1;4.2;8.56;0;3.1;15144
+68095;43.30477;5.5942;189;20220412;19.7;10.4;15.1;4.2;9.49;0;3.69;21745
+68095;43.30477;5.5942;189;20220413;20.3;12.6;16.5;3.4;9.89;0;3.75;22480
+68095;43.30477;5.5942;189;20220414;25;6.4;15.7;2.6;9.31;.1;4.39;23462
+68095;43.30477;5.5942;189;20220415;25.7;9.9;17.8;2.7;9.6;0;4.56;23008
+68095;43.30477;5.5942;189;20220416;26.2;9;17.6;4.6;10.59;0;5.45;23423
+68095;43.30477;5.5942;189;20220417;20.9;13.1;17;3.3;9.84;0;4.42;23247
+68095;43.30477;5.5942;189;20220418;19.6;6.6;13.1;3;10.82;0;3.81;25281
+68095;43.30477;5.5942;189;20220419;21.9;7.6;14.8;2.7;11.36;0;4.02;24749
+68095;43.30477;5.5942;189;20220420;16.4;10.8;13.6;3.3;13.09;8.1;1.94;8739
+68095;43.30477;5.5942;189;20220421;18;11.4;14.7;3.1;13.21;4;2.26;9121
+68095;43.30477;5.5942;189;20220422;19.3;10.2;14.8;3;13.44;.3;3.11;19160
+68095;43.30477;5.5942;189;20220423;15.4;13.4;14.4;5.5;13.34;16;2.16;5327
+68095;43.30477;5.5942;189;20220424;15.4;9;12.2;3.6;11.99;.7;3.09;17552
+68095;43.30477;5.5942;189;20220425;19.8;6.1;13;4.5;11.34;0;4.39;25803
+68095;43.30477;5.5942;189;20220426;21.6;7.5;14.6;2.9;12.61;.1;4.15;26249
+68095;43.30477;5.5942;189;20220427;21.5;8.3;14.9;2.6;12.84;.1;3.91;26163
+68095;43.30477;5.5942;189;20220428;24.3;9.3;16.8;2.7;11.26;0;4.71;26499
+68095;43.30477;5.5942;189;20220429;22.8;8.7;15.8;2.3;9.53;0;4.61;26283
+68095;43.30477;5.5942;189;20220430;23.3;9.4;16.4;3.3;10.03;0;4.91;24565
+68095;43.30477;5.5942;189;20220501;22.2;7.1;14.7;3;10.07;0;4.95;25424
+68095;43.30477;5.5942;189;20220502;22.5;7.7;15.1;2.3;12.17;0;4.09;25349
+68095;43.30477;5.5942;189;20220503;22.1;11.5;16.8;2;12.7;.3;4.04;22787
+68095;43.30477;5.5942;189;20220504;23.2;8.4;15.8;1.9;12.03;.7;4.18;24284
+68095;43.30477;5.5942;189;20220505;21.3;12.9;17.1;1.5;12.8;3.4;3.35;18470
+68095;43.30477;5.5942;189;20220506;20.8;10.2;15.5;.8;12.9;.4;3.72;24827
+68095;43.30477;5.5942;189;20220507;23.2;11;17.1;1.3;12.7;2.6;4.3;26778
+68095;43.30477;5.5942;189;20220508;21.1;12.3;16.7;1;14.3;8.5;3.62;22805
+68095;43.30477;5.5942;189;20220509;25;10.4;17.7;1.4;12.6;.2;4.68;28387
+68095;43.30477;5.5942;189;20220510;25.1;12.2;18.7;1.1;12.3;0;4.65;27910
+68095;43.30477;5.5942;189;20220511;25.2;12.1;18.7;1.4;11.4;0;4.85;28246
+68095;43.30477;5.5942;189;20220512;24.9;11.2;18.1;1.1;11.8;0;4.7;28744
+68095;43.30477;5.5942;189;20220513;24.4;11.4;17.9;1;12.5;.1;4.58;28365
+68095;43.30477;5.5942;189;20220514;25.7;11.5;18.6;1.5;15.3;0;4.82;28969
+68095;43.30477;5.5942;189;20220515;26.5;14.6;20.6;2.1;15.8;.1;5.06;27336
+68095;43.30477;5.5942;189;20220516;27.3;14.4;20.9;1.4;12.3;0;5.23;28577
+68095;43.30477;5.5942;189;20220517;26.5;13.4;20;1.1;13.9;0;4.97;28903
+68095;43.30477;5.5942;189;20220518;28.2;15.9;22.1;1.4;17.1;.1;5.2;28096
+68095;43.30477;5.5942;189;20220519;30.8;15.8;23.3;2;13.7;0;6.11;29486
+68095;43.30477;5.5942;189;20220520;28.4;18.9;23.7;2;12.1;0;5.55;24824
+68095;43.30477;5.5942;189;20220521;28.2;16.1;22.2;1.1;14.7;0;5.18;28138
+68095;43.30477;5.5942;189;20220522;27.5;16.5;22;2.7;16.9;.1;5.41;26899
+68095;43.30477;5.5942;189;20220523;29.1;15.9;22.5;2.5;15.3;0;6.04;29579
+68095;43.30477;5.5942;189;20220524;27.4;16.1;21.8;2;14.2;1.2;5.44;27425
+68095;43.30477;5.5942;189;20220525;24.4;14.3;19.4;1.1;13.3;0;4.54;25985
+68095;43.30477;5.5942;189;20220526;27.4;15.3;21.4;1.2;14.8;1.6;5.19;28543
+68095;43.30477;5.5942;189;20220527;33.4;18.9;26.2;1.4;14.7;0;6.28;30173
+68095;43.30477;5.5942;189;20220528;30.2;16.1;23.2;2.4;11.9;0;6.55;30246
+68095;43.30477;5.5942;189;20220529;27.8;13.9;20.9;2.1;7.6;0;6.19;30316
+68095;43.30477;5.5942;189;20220530;26.7;14.1;20.4;1.6;11.2;0;5.49;29412
+68095;43.30477;5.5942;189;20220531;26.5;15.7;21.1;1.7;13.2;0;5.26;27268
+68095;43.30477;5.5942;189;20220601;28.7;15.4;22.1;1.4;13.4;0;5.71;30351
+68095;43.30477;5.5942;189;20220602;30.8;17;23.9;2.3;15.1;0;6.48;30567
+68095;43.30477;5.5942;189;20220603;32.6;20.8;26.7;1.9;14.9;2.4;6.49;28680
+68095;43.30477;5.5942;189;20220604;33;21.6;27.3;2.5;15.8;0;6.9;28234
+68095;43.30477;5.5942;189;20220605;29.4;19.8;24.6;2.1;19.6;0;5.5;25929
+68095;43.30477;5.5942;189;20220606;30.1;18.9;24.5;1.9;15.5;0;5.98;28071
+68095;43.30477;5.5942;189;20220607;30.2;19.7;25;2.5;14.7;0;6.32;27210
+68095;43.30477;5.5942;189;20220608;26.8;17.9;22.4;2.1;12;0;5.48;25063
+68095;43.30477;5.5942;189;20220609;26.8;17.7;22.3;3.5;11.2;0;6.32;25377
+68095;43.30477;5.5942;189;20220610;29.5;15.5;22.5;1.4;8.6;0;5.99;30926
+68095;43.30477;5.5942;189;20220611;31.8;14.8;23.3;1.2;8.6;0;5.99;30957
+68095;43.30477;5.5942;189;20220612;31.4;16.8;24.1;1.2;11.5;0;6.04;30985
+68095;43.30477;5.5942;189;20220613;36.7;19.3;28;2.1;14.2;0;7.45;31010
+68095;43.30477;5.5942;189;20220614;32.2;20.2;26.2;1.6;14.7;0;6.32;29315
+68095;43.30477;5.5942;189;20220615;31.8;19.5;25.7;1.5;18;0;6.15;29700
+68095;43.30477;5.5942;189;20220616;31.5;19.2;25.4;1.8;15.5;0;6.35;29715
+68095;43.30477;5.5942;189;20220617;33.3;19.8;26.6;1.3;20.1;0;6.39;31079
+68095;43.30477;5.5942;189;20220618;34.6;20.9;27.8;2;18.8;0;7.03;31088
+68095;43.30477;5.5942;189;20220619;31.8;23.5;27.7;3;15.7;0;6.74;24384
+68095;43.30477;5.5942;189;20220620;31.9;18.4;25.2;1.8;15.6;0;6.53;31097
+68095;43.30477;5.5942;189;20220621;32.6;20.4;26.5;2.7;19;1.2;6.85;29623
+68095;43.30477;5.5942;189;20220622;28.6;21.1;24.9;1.9;21.6;2.3;4.94;23166
+68095;43.30477;5.5942;189;20220623;27;20.9;24;2.7;20.8;1.9;4.63;20862
+68095;43.30477;5.5942;189;20220624;30;20.9;25.5;3;19.6;0;5.97;25532
+68095;43.30477;5.5942;189;20220625;31.5;17.1;24.3;1.5;16.9;0;6.2;31066
+68095;43.30477;5.5942;189;20220626;33;19;26;2.1;16.1;0;6.86;31051
+68095;43.30477;5.5942;189;20220627;33.8;21.9;27.9;1.7;15.9;.4;6.61;29191
+68095;43.30477;5.5942;189;20220628;31.8;19;25.4;2.2;16.2;4.8;6.64;30263
+68095;43.30477;5.5942;189;20220629;29.6;18.6;24.1;2.2;16.6;0;5.98;28013
+68095;43.30477;5.5942;189;20220630;29.9;16.4;23.2;1.5;17.9;0;5.92;30957
+68095;43.30477;5.5942;189;20220701;29.6;17.1;23.4;1.9;13.3;0;6.15;29822
+68095;43.30477;5.5942;189;20220702;31.9;16.2;24.1;1.7;11.7;0;6.43;30892
+68095;43.30477;5.5942;189;20220703;32.6;18.3;25.5;1.4;11.6;0;6.35;30855
+68095;43.30477;5.5942;189;20220704;34.2;21.3;27.8;2;18.2;0;6.88;30189
+68095;43.30477;5.5942;189;20220705;36.6;21.6;29.1;2;15.1;0;7.37;30772
+68095;43.30477;5.5942;189;20220706;34.8;21.6;28.2;2.8;11.3;0;7.94;30452
+68095;43.30477;5.5942;189;20220707;34.7;17.3;26;2.3;12.2;0;7.26;30676
+68095;43.30477;5.5942;189;20220708;32;19.4;25.7;1.7;13.5;0;6.37;29647
+68095;43.30477;5.5942;189;20220709;32.7;19;25.9;1.6;14.9;0;6.44;30569
+68095;43.30477;5.5942;189;20220710;31.9;19.2;25.6;1.4;17.2;0;6.06;29654
+68095;43.30477;5.5942;189;20220711;30.4;17.6;24;1.5;20.4;.1;5.76;29712
+68095;43.30477;5.5942;189;20220712;30.6;18.7;24.7;1.2;20.5;0;5.59;28578
+68095;43.30477;5.5942;189;20220713;31.8;18.2;25;1.5;19.1;0;6.08;30319
+68095;43.30477;5.5942;189;20220714;32.6;19.4;26;1.8;18.8;.1;6.35;29977
+68095;43.30477;5.5942;189;20220715;36;19.9;28;2;20.3;0;6.91;30177
+68095;43.30477;5.5942;189;20220716;33.3;20;26.7;1.3;19.1;.1;6.17;29942
+68095;43.30477;5.5942;189;20220717;32.9;18.6;25.8;1.4;22.8;0;6.04;30024
+68095;43.30477;5.5942;189;20220718;34.8;21.9;28.4;1.5;21.8;0;6.4;29327
+68095;43.30477;5.5942;189;20220719;35.4;22.7;29.1;1.4;21;0;6.41;29015
+68095;43.30477;5.5942;189;20220720;33.4;21.1;27.3;1.3;21.1;0;5.98;28467
+68095;43.30477;5.5942;189;20220721;36.7;22.6;29.7;1.9;19.6;0;7;29683
+68095;43.30477;5.5942;189;20220722;35.1;19.5;27.3;2;18.2;0;6.72;29592
+68095;43.30477;5.5942;189;20220723;32.3;22.1;27.2;1.6;20.9;0;5.64;25657
+68095;43.30477;5.5942;189;20220724;35;21.6;28.3;1.4;20.9;0;6.33;29349
+68095;43.30477;5.5942;189;20220725;32.2;20.6;26.4;1.8;19.7;0;5.88;27194
+68095;43.30477;5.5942;189;20220726;33.4;23.6;28.5;2.6;15.8;0;6.63;24886
+68095;43.30477;5.5942;189;20220727;31.3;19.2;25.3;2.8;13.7;0;6.63;27582
+68095;43.30477;5.5942;189;20220728;32.7;17.6;25.2;1.2;13.4;0;5.75;28985
+68095;43.30477;5.5942;189;20220729;32.9;20.4;26.7;1.2;15.6;.1;5.72;27827
+68095;43.30477;5.5942;189;20220730;35.7;19.8;27.8;2.1;13.6;0;6.87;28763
+68095;43.30477;5.5942;189;20220731;35;20.2;27.6;1.6;12.8;0;6.34;28648
+68095;43.30477;5.5942;189;20220801;34.4;20.5;27.5;1.4;15;0;6.08;28531
+68095;43.30477;5.5942;189;20220802;34.9;22.2;28.6;1.2;16.8;0;5.88;27595
+68095;43.30477;5.5942;189;20220803;34.1;20.9;27.5;1.3;20.4;0;5.87;28016
+68095;43.30477;5.5942;189;20220804;34.6;20.1;27.4;1.4;20.5;0;5.95;28164
+68095;43.30477;5.5942;189;20220805;32;21.2;26.6;1.3;20.8;0;5.24;25088
+68095;43.30477;5.5942;189;20220806;37;22.2;29.6;1.7;20.1;0;6.46;27908
+68095;43.30477;5.5942;189;20220807;33.2;22.5;27.9;1.6;17.5;0;5.61;24736
+68095;43.30477;5.5942;189;20220808;33;18.5;25.8;1.6;19;.2;5.72;27643
+68095;43.30477;5.5942;189;20220809;34.4;18;26.2;1.5;18.7;0;5.77;27508
+68095;43.30477;5.5942;189;20220810;33.6;19.7;26.7;1.8;16.5;.1;5.99;27370
+68095;43.30477;5.5942;189;20220811;33.1;19.2;26.2;1.3;20.9;0;5.49;27230
+68095;43.30477;5.5942;189;20220812;33.6;19.3;26.5;1.4;23;0;5.52;27088
+68095;43.30477;5.5942;189;20220813;32.7;21.3;27;1.6;22.6;0;5.28;24767
+68095;43.30477;5.5942;189;20220814;31.3;23.8;27.6;2.6;17.4;4.7;5.47;19928
+68095;43.30477;5.5942;189;20220815;33.7;17.7;25.7;1.7;17.4;0;5.65;26649
+68095;43.30477;5.5942;189;20220816;31.7;20;25.9;2.1;19.2;28.6;5.42;24675
+68095;43.30477;5.5942;189;20220817;26.5;19.4;23;2.5;20.5;26.7;3.95;19051
+68095;43.30477;5.5942;189;20220818;27.6;17.5;22.6;2;16.9;1.7;4.55;22640
+68095;43.30477;5.5942;189;20220819;29.4;19.2;24.3;2.9;15.9;0;5.39;22616
+68095;43.30477;5.5942;189;20220820;32.2;19.7;26;1.9;15.8;0;5.49;24911
+68095;43.30477;5.5942;189;20220821;32.3;19.1;25.7;2.1;13.8;.1;5.74;25447
+68095;43.30477;5.5942;189;20220822;32.9;17.8;25.4;1.9;12.9;.1;5.63;25558
+68095;43.30477;5.5942;189;20220823;32.5;19.6;26.1;1.2;14.5;0;4.96;24833
+68095;43.30477;5.5942;189;20220824;32.6;20;26.3;1.5;16;0;5.13;24379
+68095;43.30477;5.5942;189;20220825;32.3;17.9;25.1;1.4;17.7;0;4.98;25065
+68095;43.30477;5.5942;189;20220826;33.4;20.5;27;1.4;20.1;.3;5.06;24340
+68095;43.30477;5.5942;189;20220827;31.6;19.9;25.8;1.4;19.1;0;4.69;23008
+68095;43.30477;5.5942;189;20220828;31.4;17.8;24.6;1.4;17.6;0;4.79;24557
+68095;43.30477;5.5942;189;20220829;32.1;16.5;24.3;1.3;18.8;0;4.68;24384
+68095;43.30477;5.5942;189;20220830;30;21.5;25.8;1.5;23.5;0;3.97;19157
+68095;43.30477;5.5942;189;20220831;29.4;19.5;24.5;1.5;20.6;0;4.09;20544
+68095;43.30477;5.5942;189;20220901;32.4;18.3;25.4;1.5;17.1;0;4.83;23859
+68095;43.30477;5.5942;189;20220902;30.5;17.7;24.1;1.6;18.3;2;4.51;23048
+68095;43.30477;5.5942;189;20220903;28.6;18.5;23.6;1.7;20.2;0;3.96;20287
+68095;43.30477;5.5942;189;20220904;30.1;19.5;24.8;1.6;20.5;.5;4.16;20628
+68095;43.30477;5.5942;189;20220905;31.6;19.3;25.5;2.1;19.4;0;4.76;22066
+68095;43.30477;5.5942;189;20220906;30.6;20.2;25.4;2.4;20.3;.9;4.52;20107
+68095;43.30477;5.5942;189;20220907;29.1;21.1;25.1;2.4;20.8;23;4.01;17459
+68095;43.30477;5.5942;189;20220908;27.8;17.4;22.6;2.4;17.5;0;4.09;19780
+68095;43.30477;5.5942;189;20220909;29.1;18.6;23.9;1.6;13.7;0;4.11;19711
+68095;43.30477;5.5942;189;20220910;27.2;15.3;21.3;2;12.8;0;4.15;20824
+68095;43.30477;5.5942;189;20220911;29.6;15.4;22.5;1.5;12.6;0;4.18;22031
+68095;43.30477;5.5942;189;20220912;29.7;14.3;22;1.3;16.3;0;3.89;21843
+68095;43.30477;5.5942;189;20220913;28.6;18.2;23.4;2.1;20.7;2.2;3.73;18949
+68095;43.30477;5.5942;189;20220914;25.8;19.6;22.7;3;20.1;6.1;3.24;14440
+68095;43.30477;5.5942;189;20220915;30.1;19.2;24.7;1.8;20.4;.1;3.88;19061
+68095;43.30477;5.5942;189;20220916;27.5;18.3;22.9;2.5;14;0;4.13;17330
+68095;43.30477;5.5942;189;20220917;22.6;13.8;18.2;3.2;9.1;0;4.08;16787
+68095;43.30477;5.5942;189;20220918;25.1;11.4;18.3;1.3;9.5;0;3.37;20700
+68095;43.30477;5.5942;189;20220919;25.8;11.4;18.6;1.9;8.8;0;3.83;20507
+68095;43.30477;5.5942;189;20220920;26.1;12.3;19.2;1.1;10;0;3.24;20314
+68095;43.30477;5.5942;189;20220921;25.7;11.5;18.6;.8;11.7;0;2.95;20121
+68095;43.30477;5.5942;189;20220922;24.6;14.6;19.6;1.1;13.5;0;2.84;17074
+68095;43.30477;5.5942;189;20220923;24.8;13.4;19.1;1.2;13.4;9.4;2.92;18068
+68095;43.30477;5.5942;189;20220924;22.9;15.2;19.1;2.9;16;13.8;2.83;14654
+68095;43.30477;5.5942;189;20220925;23.3;13.8;18.6;1.1;15;0;2.53;16142
+68095;43.30477;5.5942;189;20220926;22.8;11.2;17;2.1;11.6;0;3.04;17683
+68095;43.30477;5.5942;189;20220927;20.1;14.3;17.2;2.9;10.8;0;2.97;12297
+68095;43.30477;5.5942;189;20220928;22.4;13.5;18;2.6;14.1;0;2.79;15137
+68095;43.30477;5.5942;189;20220929;20.7;13;16.9;2.2;12.5;0;2.54;13913
+68095;43.30477;5.5942;189;20220930;21;11.2;16.1;2;9.9;0;2.77;15564
+68095;43.30477;5.5942;189;20221001;20.5;8.7;14.6;2.1;11.3;0;2.53;16921
+68095;43.30477;5.5942;189;20221002;26.2;14.3;20.3;1.8;15.4;0;2.96;16811
+68095;43.30477;5.5942;189;20221003;24.3;14.4;19.4;1.5;13.6;0;2.63;15142
+68095;43.30477;5.5942;189;20221004;24.3;12.8;18.6;1.2;14.3;.2;2.46;16162
+68095;43.30477;5.5942;189;20221005;26.4;13.7;20.1;1.4;16.4;.3;2.68;16809
+68095;43.30477;5.5942;189;20221006;24.8;13.1;19;1.2;15.9;.1;2.39;15943
+68095;43.30477;5.5942;189;20221007;25;12.7;18.9;1;14.8;.8;2.34;16169
+68095;43.30477;5.5942;189;20221008;20.4;13.9;17.2;1;15.6;6.6;1.71;11548
+68095;43.30477;5.5942;189;20221009;20.9;14.5;17.7;1;16.2;0;1.7;11325
+68095;43.30477;5.5942;189;20221010;23.3;15.1;19.2;.9;15.8;.7;1.94;12706
+68095;43.30477;5.5942;189;20221011;24;12.6;18.3;1;15;.1;2.09;14854
+68095;43.30477;5.5942;189;20221012;24.5;13.2;18.9;.8;14.9;.1;2.03;14615
+68095;43.30477;5.5942;189;20221013;23.4;12.2;17.8;1;15.2;0;1.96;14378
+68095;43.30477;5.5942;189;20221014;25.2;15.3;20.3;2.2;15;0;2.62;13342
+68095;43.30477;5.5942;189;20221015;26.6;13.7;20.2;1.5;15.3;.1;2.44;15086
+68095;43.30477;5.5942;189;20221016;25.4;15.6;20.5;3;16.5;0;2.72;12957
+68095;43.30477;5.5942;189;20221017;26.3;16.9;21.6;2.3;15.3;.1;2.75;12532
+68095;43.30477;5.5942;189;20221018;25.5;13.7;19.6;.6;15.6;.2;1.81;13903
+68095;43.30477;5.5942;189;20221019;24.5;12.6;18.6;1;17.2;.1;1.82;13793
+68095;43.30477;5.5942;189;20221020;23.1;15.5;19.3;2.3;17;0;1.96;10835
+68095;43.30477;5.5942;189;20221021;23.2;18.9;21.1;3.7;19.4;0;2.05;7983
+68095;43.30477;5.5942;189;20221022;24.3;18.2;21.3;2.4;19.1;0;1.98;9441
+68095;43.30477;5.5942;189;20221023;27.3;19.4;23.4;3.5;18;0;3.06;10647
+68095;43.30477;5.5942;189;20221024;24.6;19.7;22.2;3.3;19.1;.1;2.3;8224
+68095;43.30477;5.5942;189;20221025;27.1;15.2;21.2;1.8;17.5;0;2.2;12806
+68095;43.30477;5.5942;189;20221026;25.4;15.4;20.4;1.9;17;.2;2.02;11571
+68095;43.30477;5.5942;189;20221027;25.8;14.5;20.2;1.4;17.1;.2;1.84;12163
+68095;43.30477;5.5942;189;20221028;26.6;13.5;20.1;1.2;15.9;.1;1.85;12954
+68095;43.30477;5.5942;189;20221029;26.3;12.8;19.6;1.1;14;0;1.78;12991
+68095;43.30477;5.5942;189;20221030;24.9;16.8;20.9;2.1;11.7;.1;2.45;9877
+68095;43.30477;5.5942;189;20221031;23;12.5;17.8;2.2;16;3.8;1.67;11142
+68095;43.30477;5.5942;189;20221101;24.1;18.9;21.5;2.5;17.7;15.7;1.97;7664
+68095;43.30477;5.5942;189;20221102;22;13.9;18;1.2;14.1;0;1.4;9511
+68095;43.30477;5.5942;189;20221103;19;8;13.5;2.7;13.01;17;1.4;12152
+68095;43.30477;5.5942;189;20221104;16.5;8.5;12.5;5.3;9.11;.2;2.66;9141
+68095;43.30477;5.5942;189;20221105;17.2;8;12.6;5.2;8.11;0;2.73;10542
+68095;43.30477;5.5942;189;20221106;20.1;5.7;12.9;2.3;9.61;.1;1.6;11943
+68095;43.30477;5.5942;189;20221107;22.2;9.4;15.8;2.1;9.61;.1;1.88;11801
+68095;43.30477;5.5942;189;20221108;19.6;9.8;14.7;2.6;13.41;0;1.31;11444
+68095;43.30477;5.5942;189;20221109;20;15.9;18;3.4;16.91;1;1.54;7238
+68095;43.30477;5.5942;189;20221110;20.7;11;15.9;2.5;13.41;0;1.41;10121
+68095;43.30477;5.5942;189;20221111;24;13.2;18.6;1.8;13.31;.1;1.43;10654
+68095;43.30477;5.5942;189;20221112;22.5;9.4;16;2.2;10.81;0;1.8;11130
+68095;43.30477;5.5942;189;20221113;18.7;12.2;15.5;1.6;9.91;0;1.49;8221
+68095;43.30477;5.5942;189;20221114;17;10.6;13.8;2.5;11.81;11.7;1.21;9957
+68095;43.30477;5.5942;189;20221115;19;12;15.5;2.5;14.1;1.4;1.17;7531
+68095;43.30477;5.5942;189;20221116;19;11.6;15.3;1.7;12.8;.1;1.11;7663
+68095;43.30477;5.5942;189;20221117;19.5;10.7;15.1;1.1;12.6;4.2;.92;8287
+68095;43.30477;5.5942;189;20221118;15.9;8.2;12.1;2;9.9;0;1.09;7649
+68095;43.30477;5.5942;189;20221119;16;6.4;11.2;1.9;7.9;0;1.22;8479
+68095;43.30477;5.5942;189;20221120;14.1;5.2;9.7;2;7.1;0;1.18;8067
+68095;43.30477;5.5942;189;20221121;12.6;7.3;10;2;8.7;10.3;.95;6098
+68095;43.30477;5.5942;189;20221122;13.6;6.3;10;2.7;8.4;0;1.17;7129
+68095;43.30477;5.5942;189;20221123;12.9;5.5;9.2;1.4;8.8;.2;.71;7108
+68095;43.30477;5.5942;189;20221124;15.3;8.4;11.9;1.8;8.3;.1;1.14;6786
+68095;43.30477;5.5942;189;20221125;18.8;9;13.9;1.5;10.1;0;1.03;8061
+68095;43.30477;5.5942;189;20221126;18.6;7.1;12.9;1.3;7.7;.1;1.01;8673
+68095;43.30477;5.5942;189;20221127;16.6;5.8;11.2;1.4;8.2;0;.89;8321
+68095;43.30477;5.5942;189;20221128;11.4;7.8;9.6;2.1;9.5;15.2;.76;4649
+68095;43.30477;5.5942;189;20221129;12;4.5;8.3;1.2;8.6;.1;.55;6770
+68095;43.30477;5.5942;189;20221130;15.4;3.2;9.3;1;7.5;.1;.61;8637
+68095;43.30477;5.5942;189;20221201;14.3;3.6;9;1.3;8.7;1;.6;8008
+68095;43.30477;5.5942;189;20221202;13.4;4;8.7;.9;8.4;2.4;.49;7432
+68095;43.30477;5.5942;189;20221203;11.7;7.2;9.5;3.4;9.6;42.5;.85;5022
+68095;43.30477;5.5942;189;20221204;12.4;8.4;10.4;1.6;10.9;9.5;.55;4686
+68095;43.30477;5.5942;189;20221205;15.5;3.7;9.6;.6;8.2;0;.39;8187
+68095;43.30477;5.5942;189;20221206;16;3.1;9.6;.7;7.2;.1;.43;8519
+68095;43.30477;5.5942;189;20221207;12.6;1.8;7.2;1;6.5;0;.51;7726
+68095;43.30477;5.5942;189;20221208;10.9;-.2;5.4;1.5;7.8;21.5;.39;7793
+68095;43.30477;5.5942;189;20221209;16.9;10.1;13.5;1.8;13.5;1.4;.61;6010
+68095;43.30477;5.5942;189;20221210;8.2;8.3;8.3;2.2;8.7;0;.82;0
+68095;43.30477;5.5942;189;20221211;9.2;-2.1;3.6;2.2;4.4;0;.9;7755
+68095;43.30477;5.5942;189;20221212;10.5;-1.4;4.6;1.5;4.8;2.8;.68;7934
+68095;43.30477;5.5942;189;20221213;7.9;4.2;6.1;2.8;9;2;.32;4290
+68095;43.30477;5.5942;189;20221214;10.3;7.6;9;1.3;10.6;1;.4;3614
+68095;43.30477;5.5942;189;20221215;14.6;9.2;11.9;2.5;12.8;21.9;.51;5207
+68095;43.30477;5.5942;189;20221216;12.5;8;10.3;.8;9.6;0;.48;4719
+68095;43.30477;5.5942;189;20221217;10.3;-1;4.7;1.4;6.7;.1;.42;7621
+68095;43.30477;5.5942;189;20221218;14.8;4.5;9.7;1.5;9.2;0;.58;7253
+68095;43.30477;5.5942;189;20221219;13.7;10.2;12;3.2;11.9;1.1;.76;4112
+68095;43.30477;5.5942;189;20221220;15;12.5;13.8;3.4;13.6;1.5;.8;3432
+68095;43.30477;5.5942;189;20221221;17.3;13.6;15.5;2;13.8;3.5;.87;4233
+68095;43.30477;5.5942;189;20221222;17.7;10.1;13.9;1.5;11.3;0;.78;6184
+68095;43.30477;5.5942;189;20221223;19.3;11.3;15.3;1.6;13.4;0;.77;6357
+68095;43.30477;5.5942;189;20221224;18.8;11.9;15.4;1.6;12.5;.1;.86;5892
+68095;43.30477;5.5942;189;20221225;17.4;7.6;12.5;3.3;11.7;0;.97;7084
+68095;43.30477;5.5942;189;20221226;18.2;12;15.1;2.7;12.8;.1;1.1;5591
+68095;43.30477;5.5942;189;20221227;17.1;9.2;13.2;1.6;9.8;0;.89;6362
+68095;43.30477;5.5942;189;20221228;16.4;6.6;11.5;.9;9.9;0;.49;7137
+68095;43.30477;5.5942;189;20221229;15.3;11.7;13.5;2;12.6;0;.75;4235
+68095;43.30477;5.5942;189;20221230;14.3;9.4;11.9;1.7;12;.2;.56;5004
+68095;43.30477;5.5942;189;20221231;18.5;8.8;13.7;3.6;11.8;0;1.26;7179
+68096;43.31388;5.89785;339;20220101;10.2;5.7;7.9;.6;10.66;0;.32;4554
+68096;43.31388;5.89785;339;20220102;10.8;7.6;9.2;2.2;9.92;0;.63;4215
+68096;43.31388;5.89785;339;20220103;15;5.2;10.1;3.2;8.86;0;1.18;7453
+68096;43.31388;5.89785;339;20220104;11.5;5.8;8.6;1.5;11.39;.5;.32;5535
+68096;43.31388;5.89785;339;20220105;8.8;9.1;9;6.3;6.76;0;2.14;660
+68096;43.31388;5.89785;339;20220106;10.1;2.5;6.3;3.6;3.99;.1;1.73;6710
+68096;43.31388;5.89785;339;20220107;10.5;-1;4.7;3.9;4.62;.1;1.54;8322
+68096;43.31388;5.89785;339;20220108;11.5;4.5;8;5;6.59;.1;1.68;6530
+68096;43.31388;5.89785;339;20220109;9.6;6.6;8.1;5.1;6.72;0;1.7;4207
+68096;43.31388;5.89785;339;20220110;11.3;5.6;8.4;3.8;5.16;0;1.88;5907
+68096;43.31388;5.89785;339;20220111;12.9;.5;6.7;1.5;4.05;0;1;8972
+68096;43.31388;5.89785;339;20220112;12.7;-2.2;5.3;1.7;4.4;0;.98;9112
+68096;43.31388;5.89785;339;20220113;13.2;-1.8;5.7;1.7;4.89;0;.93;9408
+68096;43.31388;5.89785;339;20220114;14.4;-1.4;6.5;2;3.86;.1;1.35;9522
+68096;43.31388;5.89785;339;20220115;14.7;-.8;7;1.5;4.29;0;1.08;9607
+68096;43.31388;5.89785;339;20220116;13.9;-1.7;6.1;2.2;4.32;0;1.38;9697
+68096;43.31388;5.89785;339;20220117;15.4;.7;8;2.5;4.62;0;1.64;9789
+68096;43.31388;5.89785;339;20220118;12.8;-.7;6;1.8;6.82;.1;.82;9527
+68096;43.31388;5.89785;339;20220119;10.8;2.9;6.8;2.2;8.02;.1;.74;7712
+68096;43.31388;5.89785;339;20220120;11.3;2.5;6.9;4.4;5.49;0;1.75;8173
+68096;43.31388;5.89785;339;20220121;12;1;6.5;2.5;4.99;0;1.38;9293
+68096;43.31388;5.89785;339;20220122;12.2;-1.1;5.5;1.5;5.59;0;.86;10201
+68096;43.31388;5.89785;339;20220123;12.4;-.8;5.8;1.3;6.26;.1;.76;10270
+68096;43.31388;5.89785;339;20220124;12.3;-.2;6;1.4;7.59;0;.74;10236
+68096;43.31388;5.89785;339;20220125;11.9;1.7;6.8;1.5;7.59;0;.77;9348
+68096;43.31388;5.89785;339;20220126;11.6;-1.3;5.1;1.7;6.69;0;.82;10361
+68096;43.31388;5.89785;339;20220127;11.9;.6;6.2;1.6;7.42;0;.79;10113
+68096;43.31388;5.89785;339;20220128;12.8;-.2;6.3;1.9;6.66;0;1.04;10751
+68096;43.31388;5.89785;339;20220129;13.8;.9;7.4;1.9;6.09;0;1.22;10900
+68096;43.31388;5.89785;339;20220130;14.1;-.4;6.8;1.8;6.29;.1;1.14;11038
+68096;43.31388;5.89785;339;20220131;12;.4;6.2;6.9;5.92;.1;2.13;10655
+68096;43.31388;5.89785;339;20220201;10;3.1;6.5;7.3;4.76;0;2.51;8296
+68096;43.31388;5.89785;339;20220202;16;7.2;11.6;6.6;7.26;0;2.82;9430
+68096;43.31388;5.89785;339;20220203;15.9;6;10.9;1.8;8.39;0;1.3;10117
+68096;43.31388;5.89785;339;20220204;13.2;4.9;9.1;2.6;8.56;0;1.23;9663
+68096;43.31388;5.89785;339;20220205;15.2;7;11.1;3.9;6.82;0;2.19;9081
+68096;43.31388;5.89785;339;20220206;13.5;.8;7.1;4.2;5.82;0;2.01;11698
+68096;43.31388;5.89785;339;20220207;13.7;6.8;10.3;5.9;5.86;0;2.91;8889
+68096;43.31388;5.89785;339;20220208;14.5;1.1;7.8;1.8;6.42;0;1.37;12169
+68096;43.31388;5.89785;339;20220209;13.3;1.4;7.4;1.3;8.42;.1;1.05;12173
+68096;43.31388;5.89785;339;20220210;10.7;4.8;7.7;2.9;9.52;0;1.6;11864
+68096;43.31388;5.89785;339;20220211;16;1.7;8.9;3;8.72;0;1.83;12011
+68096;43.31388;5.89785;339;20220212;13.9;1.6;7.7;2.8;7.39;0;1.79;12599
+68096;43.31388;5.89785;339;20220213;11.8;0;5.9;3.6;7.69;4.5;1.52;7062
+68096;43.31388;5.89785;339;20220214;10.3;6.6;8.4;3.2;9.89;29.5;1.03;3261
+68096;43.31388;5.89785;339;20220215;12.4;4.4;8.4;6.5;6.89;0;2.8;12751
+68096;43.31388;5.89785;339;20220216;11.4;6.3;8.9;4.5;8.19;.1;1.64;8804
+68096;43.31388;5.89785;339;20220217;19.9;9.6;14.7;5.6;9.32;0;3.33;12692
+68096;43.31388;5.89785;339;20220218;19.2;10.6;14.9;2.7;9.46;0;2.34;11563
+68096;43.31388;5.89785;339;20220219;12.2;7.6;9.9;4.6;7.09;0;2.26;8322
+68096;43.31388;5.89785;339;20220220;15.3;4.7;10;5;5.86;0;2.89;13199
+68096;43.31388;5.89785;339;20220221;13.7;8.3;11;7.5;6.72;.1;3.27;9556
+68096;43.31388;5.89785;339;20220222;14.4;5.1;9.8;6.4;5.96;0;3.13;12497
+68096;43.31388;5.89785;339;20220223;15.9;5.2;10.6;3;7.06;0;2.31;13651
+68096;43.31388;5.89785;339;20220224;11.7;6.8;9.3;2.3;9.86;.2;1.14;9432
+68096;43.31388;5.89785;339;20220225;12.1;6.6;9.3;5.7;5.99;0;2.74;9484
+68096;43.31388;5.89785;339;20220226;13.1;2.7;7.9;2.3;5.32;0;2.04;14006
+68096;43.31388;5.89785;339;20220227;11.2;1.2;6.2;2.2;5.79;0;1.72;14067
+68096;43.31388;5.89785;339;20220228;12.9;1.1;7;2.5;6.59;0;1.86;15410
+68096;43.31388;5.89785;339;20220301;11.4;3;7.2;2.6;6.66;0;1.75;13304
+68096;43.31388;5.89785;339;20220302;11.8;2.7;7.3;1.4;7.02;0;1.53;14054
+68096;43.31388;5.89785;339;20220303;12;2.8;7.4;1.4;8.09;0;1.45;14015
+68096;43.31388;5.89785;339;20220304;13.1;1.7;7.4;1.8;8.46;.6;1.61;15804
+68096;43.31388;5.89785;339;20220305;9.7;4.8;7.3;1.4;7.52;.8;1.34;10904
+68096;43.31388;5.89785;339;20220306;9.6;1.3;5.5;1.9;6.52;0;1.52;14083
+68096;43.31388;5.89785;339;20220307;11.2;-1.6;4.8;1.4;5.59;0;1.69;17025
+68096;43.31388;5.89785;339;20220308;11.3;-.7;5.3;2;5.99;0;1.81;16982
+68096;43.31388;5.89785;339;20220309;12.4;2.2;7.3;1.5;7.19;.1;1.76;16019
+68096;43.31388;5.89785;339;20220310;12.3;2.1;7.2;1.5;8.76;.2;1.59;16052
+68096;43.31388;5.89785;339;20220311;11.8;6.6;9.2;4.1;8.39;0;1.91;11215
+68096;43.31388;5.89785;339;20220312;11.1;8.6;9.8;6.7;7.09;.1;2.61;7725
+68096;43.31388;5.89785;339;20220313;8.6;7.5;8.1;6;7.72;.6;1.72;5207
+68096;43.31388;5.89785;339;20220314;12.5;6.4;9.5;3.8;9.56;0;1.8;13091
+68096;43.31388;5.89785;339;20220315;13.8;10.2;12;3.5;9.26;0;2.19;10070
+68096;43.31388;5.89785;339;20220316;15.7;7.6;11.6;2.6;10.46;0;2.11;15228
+68096;43.31388;5.89785;339;20220317;15.8;8.7;12.2;2.1;9.96;0;2.2;14723
+68096;43.31388;5.89785;339;20220318;15.2;8.7;11.9;2.8;9.76;0;2.37;11220
+68096;43.31388;5.89785;339;20220319;14.8;8.6;11.7;3.2;7.56;.2;2.81;10743
+68096;43.31388;5.89785;339;20220320;12.8;6.4;9.6;5.3;7.49;0;2.56;5896
+68096;43.31388;5.89785;339;20220321;13.1;7.1;10.1;5.2;6.39;0;3.86;18377
+68096;43.31388;5.89785;339;20220322;14.1;.3;7.2;3.1;5.88;0;3.1;19650
+68096;43.31388;5.89785;339;20220323;15.9;-.9;7.5;2.2;6.86;0;2.68;20196
+68096;43.31388;5.89785;339;20220324;17.8;1.1;9.4;2.2;5.36;0;3.25;20433
+68096;43.31388;5.89785;339;20220325;17.3;1.5;9.4;2.2;6.7;0;3;20000
+68096;43.31388;5.89785;339;20220326;18.4;4.2;11.3;4;7.19;0;3.79;20192
+68096;43.31388;5.89785;339;20220327;19.6;12.1;15.9;2.7;6.96;0;3.77;16218
+68096;43.31388;5.89785;339;20220328;20.9;3.3;12.1;1.7;6.66;0;3.38;20022
+68096;43.31388;5.89785;339;20220329;17.7;4.6;11.1;2.3;8.59;.5;2.83;16553
+68096;43.31388;5.89785;339;20220330;12.1;10.1;11.1;2.3;11.66;11.8;1.27;3391
+68096;43.31388;5.89785;339;20220331;17.4;5.3;11.4;6;9.36;0;4.16;21081
+68096;43.31388;5.89785;339;20220401;8.6;5.9;7.3;11.6;5.76;.1;4.3;19357
+68096;43.31388;5.89785;339;20220402;9.2;1.8;5.5;7.5;4.46;0;4.01;22398
+68096;43.31388;5.89785;339;20220403;9.9;-2.4;3.7;4;5.96;2.2;2.32;14600
+68096;43.31388;5.89785;339;20220404;12.7;1.5;7.1;2.7;7.06;0;2.97;21924
+68096;43.31388;5.89785;339;20220405;15.2;.4;7.8;2.3;6.59;0;3.32;23281
+68096;43.31388;5.89785;339;20220406;14.5;1.2;7.9;2.1;8.16;0;2.32;16539
+68096;43.31388;5.89785;339;20220407;14.4;6.8;10.6;4.3;10.29;0;2.81;15106
+68096;43.31388;5.89785;339;20220408;18.1;10.8;14.5;5.1;11.79;0;3.97;19812
+68096;43.31388;5.89785;339;20220409;13.8;10;11.9;10.4;5.72;0;6.32;22984
+68096;43.31388;5.89785;339;20220410;15.8;3.6;9.7;3.2;6.09;0;3.87;24136
+68096;43.31388;5.89785;339;20220411;14.7;3;8.8;3.7;8.59;0;2.85;15041
+68096;43.31388;5.89785;339;20220412;16.9;7.3;12.1;4.4;9.49;0;3.53;20988
+68096;43.31388;5.89785;339;20220413;17.5;11.4;14.4;3.4;9.32;0;3.71;21758
+68096;43.31388;5.89785;339;20220414;22.6;4.8;13.7;2.3;9.12;0;4.12;23162
+68096;43.31388;5.89785;339;20220415;24;6.8;15.4;2.7;9.56;0;4.56;23008
+68096;43.31388;5.89785;339;20220416;22.9;9.7;16.3;4.6;10.55;0;5.45;23423
+68096;43.31388;5.89785;339;20220417;19.4;13.1;16.2;3.2;9.96;0;4.36;23007
+68096;43.31388;5.89785;339;20220418;17.1;7.9;12.5;2.9;9.86;0;3.87;24967
+68096;43.31388;5.89785;339;20220419;20.1;5.5;12.8;2.4;11.42;0;3.78;24597
+68096;43.31388;5.89785;339;20220420;15.6;8.6;12.1;3.4;12.82;7.4;1.85;7940
+68096;43.31388;5.89785;339;20220421;16.8;10.9;13.8;3.3;13.06;.5;2.23;8091
+68096;43.31388;5.89785;339;20220422;17.6;9.8;13.7;2.6;13.56;.1;2.94;18014
+68096;43.31388;5.89785;339;20220423;14;11.9;12.9;5;13.49;16.5;1.91;4197
+68096;43.31388;5.89785;339;20220424;15.8;7.8;11.8;3.7;12.02;.3;3.15;18054
+68096;43.31388;5.89785;339;20220425;19;7.3;13.1;4.7;11.36;0;4.49;25684
+68096;43.31388;5.89785;339;20220426;20.7;6.6;13.6;2.9;12.69;.1;3.97;26228
+68096;43.31388;5.89785;339;20220427;19.5;7.5;13.5;2.4;12.82;.1;3.86;26212
+68096;43.31388;5.89785;339;20220428;21.8;7.7;14.8;2.5;10.99;0;4.57;26462
+68096;43.31388;5.89785;339;20220429;21.1;7.1;14.1;2;9.66;0;4.36;26928
+68096;43.31388;5.89785;339;20220430;21.1;7.5;14.3;2.6;10.53;0;4.43;25691
+68096;43.31388;5.89785;339;20220501;21.1;6.1;13.6;2.4;10.26;0;4.55;25631
+68096;43.31388;5.89785;339;20220502;20.5;6.8;13.6;1.9;12.33;0;3.81;25716
+68096;43.31388;5.89785;339;20220503;20.6;10.1;15.4;1.8;13.13;.6;3.9;23954
+68096;43.31388;5.89785;339;20220504;21.8;6.9;14.4;1.6;12.19;.3;3.98;24798
+68096;43.31388;5.89785;339;20220505;19.3;10.6;15;1.2;12.94;6.8;3.05;17654
+68096;43.31388;5.89785;339;20220506;18.5;9.4;14;1;12.62;.4;3.5;24133
+68096;43.31388;5.89785;339;20220507;20.1;9.6;14.9;1.2;13.06;4.4;3.85;25909
+68096;43.31388;5.89785;339;20220508;17.4;11.4;14.4;1.6;13.26;8.3;3.08;19977
+68096;43.31388;5.89785;339;20220509;22;9.9;15.9;1.6;12.16;.5;4.38;27569
+68096;43.31388;5.89785;339;20220510;23.8;11.2;17.5;1.8;12.36;0;4.73;27554
+68096;43.31388;5.89785;339;20220511;23.3;11.5;17.4;1.3;11.62;0;4.6;27669
+68096;43.31388;5.89785;339;20220512;23.4;10.2;16.8;1.5;11.42;0;4.68;28478
+68096;43.31388;5.89785;339;20220513;23.1;11.1;17.1;1.6;11.22;0;4.75;28105
+68096;43.31388;5.89785;339;20220514;22.6;11.2;16.9;1.3;13.96;0;4.36;27573
+68096;43.31388;5.89785;339;20220515;23.6;13.4;18.5;1.5;14.99;.1;4.4;26093
+68096;43.31388;5.89785;339;20220516;25.3;11.8;18.6;1.5;11.86;0;5.04;29161
+68096;43.31388;5.89785;339;20220517;25.1;12.4;18.8;1.4;12.92;0;4.91;28354
+68096;43.31388;5.89785;339;20220518;25.4;15.1;20.2;1.7;15.16;.1;4.71;25679
+68096;43.31388;5.89785;339;20220519;27.4;14.7;21.1;2.2;12.72;0;5.7;28547
+68096;43.31388;5.89785;339;20220520;27;15.4;21.2;1.7;12.06;0;5.37;27762
+68096;43.31388;5.89785;339;20220521;27.9;15.1;21.5;1.3;13.86;0;5.33;28542
+68096;43.31388;5.89785;339;20220522;26.2;14.9;20.6;1.5;15.86;.1;4.92;27984
+68096;43.31388;5.89785;339;20220523;26.1;15.5;20.8;2.4;14.02;0;5.37;27228
+68096;43.31388;5.89785;339;20220524;26.6;15.5;21;3.8;13.29;.9;6.12;28217
+68096;43.31388;5.89785;339;20220525;22.4;14;18.2;1.8;13.86;.1;4.44;24775
+68096;43.31388;5.89785;339;20220526;26.1;14.4;20.2;2.1;14.96;1.7;5.39;28757
+68096;43.31388;5.89785;339;20220527;31.8;18.4;25.1;3;14.02;.1;7.13;29628
+68096;43.31388;5.89785;339;20220528;29.5;17.7;23.6;4;12.06;0;7.25;29122
+68096;43.31388;5.89785;339;20220529;27.6;15.2;21.4;3.4;8.92;0;6.96;29840
+68096;43.31388;5.89785;339;20220530;24.4;13.3;18.9;1.3;12.46;0;4.94;28542
+68096;43.31388;5.89785;339;20220531;24.4;15.3;19.9;1.8;14.19;.1;4.88;26237
+68096;43.31388;5.89785;339;20220601;28.4;14.5;21.5;1.7;13.12;0;5.83;30487
+68096;43.31388;5.89785;339;20220602;27.9;14.7;21.3;1.9;15.29;0;5.69;30198
+68096;43.31388;5.89785;339;20220603;29.7;20.5;25.1;2.9;14.66;1.5;6.48;26342
+68096;43.31388;5.89785;339;20220604;31;18.9;24.9;2.7;15.76;0;6.74;29913
+68096;43.31388;5.89785;339;20220605;29.6;18.3;23.9;2.5;17.72;0;6.03;28761
+68096;43.31388;5.89785;339;20220606;30.7;18.6;24.6;3.1;13.79;0;7.04;29778
+68096;43.31388;5.89785;339;20220607;28.6;20.4;24.5;4.7;12.76;0;7.27;25251
+68096;43.31388;5.89785;339;20220608;25.9;18.5;22.2;4;11.09;0;6.37;23904
+68096;43.31388;5.89785;339;20220609;25.8;16.9;21.4;6.6;10.46;0;7.5;26237
+68096;43.31388;5.89785;339;20220610;28.1;16.5;22.3;3.2;7.89;0;7.13;29238
+68096;43.31388;5.89785;339;20220611;30.1;15.3;22.7;2.2;8.36;0;6.71;30492
+68096;43.31388;5.89785;339;20220612;29.1;16.7;22.9;1.8;10.86;0;6.19;29853
+68096;43.31388;5.89785;339;20220613;35.3;19.7;27.5;2.8;13.06;0;7.92;30988
+68096;43.31388;5.89785;339;20220614;28.7;17.6;23.1;1.7;14.96;0;5.7;28197
+68096;43.31388;5.89785;339;20220615;29.9;18.5;24.2;1.9;16.56;0;6.09;29409
+68096;43.31388;5.89785;339;20220616;32.4;18.2;25.3;1.3;16.49;0;6.21;30507
+68096;43.31388;5.89785;339;20220617;30.4;18.2;24.3;1.3;17.99;0;5.92;29944
+68096;43.31388;5.89785;339;20220618;32.7;20.4;26.6;2.3;17.16;0;6.89;30600
+68096;43.31388;5.89785;339;20220619;30.8;20;25.4;2.1;15.72;0;6.35;28894
+68096;43.31388;5.89785;339;20220620;30.4;17;23.7;1.9;14.76;0;6.31;30948
+68096;43.31388;5.89785;339;20220621;30.6;18.6;24.6;2.1;18.19;.9;6.31;30011
+68096;43.31388;5.89785;339;20220622;27.6;20.1;23.9;2.1;20.76;2.2;5.04;24211
+68096;43.31388;5.89785;339;20220623;25;18.4;21.7;2.2;20.02;1;4.31;22051
+68096;43.31388;5.89785;339;20220624;28.7;18.3;23.5;2.6;18.36;0;5.95;28304
+68096;43.31388;5.89785;339;20220625;28.7;16;22.4;1.9;16.06;0;6;30554
+68096;43.31388;5.89785;339;20220626;31;18;24.5;2.5;17.06;0;6.6;30072
+68096;43.31388;5.89785;339;20220627;31.2;19.4;25.3;2.3;16.02;0;6.56;29183
+68096;43.31388;5.89785;339;20220628;29.2;19.2;24.2;2.3;16.62;14.9;6.08;27994
+68096;43.31388;5.89785;339;20220629;30;16.3;23.1;2.2;15.69;0;6.35;30520
+68096;43.31388;5.89785;339;20220630;27.2;15.8;21.5;1.7;16.89;0;5.49;29271
+68096;43.31388;5.89785;339;20220701;29.2;17.6;23.4;3.1;12.92;0;6.83;29646
+68096;43.31388;5.89785;339;20220702;30.7;15.1;22.9;2.1;11.02;0;6.62;30870
+68096;43.31388;5.89785;339;20220703;33.5;18.5;26;2;10.42;0;7.07;30833
+68096;43.31388;5.89785;339;20220704;33.3;21.2;27.2;2.1;15.19;0;6.86;29390
+68096;43.31388;5.89785;339;20220705;35.3;20.9;28.1;3.1;14.49;0;8.12;30750
+68096;43.31388;5.89785;339;20220706;34;23.4;28.7;3.7;11.19;0;8.55;28556
+68096;43.31388;5.89785;339;20220707;33.5;17;25.3;3.5;12.69;0;7.88;30654
+68096;43.31388;5.89785;339;20220708;30.9;20.3;25.6;2.6;13.49;0;6.74;28060
+68096;43.31388;5.89785;339;20220709;30.9;18.6;24.8;1.9;13.62;0;6.31;28796
+68096;43.31388;5.89785;339;20220710;30;18.7;24.4;2.3;17.22;0;6.17;29043
+68096;43.31388;5.89785;339;20220711;29.2;17.4;23.3;1.7;17.62;0;5.72;29346
+68096;43.31388;5.89785;339;20220712;28.7;17.8;23.3;1.4;18.99;0;5.49;28188
+68096;43.31388;5.89785;339;20220713;30.2;18.4;24.3;2;18.66;0;5.91;29176
+68096;43.31388;5.89785;339;20220714;31.9;19.2;25.6;1.6;17.06;.1;6.1;28598
+68096;43.31388;5.89785;339;20220715;36.2;19.6;27.9;2;17.19;0;7.04;30146
+68096;43.31388;5.89785;339;20220716;30.6;19.4;25;1.6;20.46;.1;5.75;28290
+68096;43.31388;5.89785;339;20220717;31.8;19.1;25.5;1.7;21.36;0;6.04;29700
+68096;43.31388;5.89785;339;20220718;33.7;22.4;28;2.2;19.36;0;6.63;28417
+68096;43.31388;5.89785;339;20220719;33.4;22;27.7;1.8;19.22;0;6.34;28410
+68096;43.31388;5.89785;339;20220720;33.4;20.8;27.1;1.6;17.32;0;6.27;28588
+68096;43.31388;5.89785;339;20220721;36.2;21.5;28.9;2;17.52;0;7.03;29661
+68096;43.31388;5.89785;339;20220722;33;19.8;26.4;1.6;18.16;0;6.2;29012
+68096;43.31388;5.89785;339;20220723;33.5;20.4;26.9;1.9;19.39;.1;6.4;28830
+68096;43.31388;5.89785;339;20220724;32.3;20.6;26.5;1.4;19.96;0;5.9;27900
+68096;43.31388;5.89785;339;20220725;31.3;19.8;25.6;1.7;19.92;0;5.87;28141
+68096;43.31388;5.89785;339;20220726;32.4;22.3;27.3;4;14.82;0;7.51;26015
+68096;43.31388;5.89785;339;20220727;31;19.2;25.1;3.3;14.09;0;6.95;28112
+68096;43.31388;5.89785;339;20220728;31.3;18.7;25;2;13.52;0;6.26;28285
+68096;43.31388;5.89785;339;20220729;30.8;19.7;25.3;2.2;16.09;0;6.05;27062
+68096;43.31388;5.89785;339;20220730;33.9;20.9;27.4;2.9;13.42;0;7.38;28469
+68096;43.31388;5.89785;339;20220731;33.1;20;26.6;2.2;11.62;0;6.67;27779
+68096;43.31388;5.89785;339;20220801;32.7;20.4;26.5;2;13.49;0;6.31;26823
+68096;43.31388;5.89785;339;20220802;31.1;20.3;25.7;2.2;15.99;0;5.91;25651
+68096;43.31388;5.89785;339;20220803;32.8;21.1;27;2.2;18.02;0;6.28;27411
+68096;43.31388;5.89785;339;20220804;32.9;20.4;26.6;1.7;16.22;0;5.89;26718
+68096;43.31388;5.89785;339;20220805;32.9;19.5;26.2;1.8;16.56;.1;5.99;27098
+68096;43.31388;5.89785;339;20220806;35.3;21.8;28.6;2.4;16.49;0;6.84;27608
+68096;43.31388;5.89785;339;20220807;31.7;20.5;26.1;1.9;17.29;0;5.76;25968
+68096;43.31388;5.89785;339;20220808;30.8;18.4;24.6;1.7;19.19;.2;5.46;26803
+68096;43.31388;5.89785;339;20220809;32;19.1;25.6;1.8;16.42;0;5.78;26714
+68096;43.31388;5.89785;339;20220810;31;20.4;25.7;1.6;16.76;.2;5.42;25334
+68096;43.31388;5.89785;339;20220811;30.7;19.6;25.1;1.4;19.12;0;5.16;25740
+68096;43.31388;5.89785;339;20220812;30.6;17.8;24.2;1.6;21.86;0;5.18;26594
+68096;43.31388;5.89785;339;20220813;29.7;20.3;25;2.4;20.86;0;5.07;23353
+68096;43.31388;5.89785;339;20220814;28.6;21.3;25;2.4;16.96;6.3;4.92;20361
+68096;43.31388;5.89785;339;20220815;31.9;16.8;24.4;2.1;16.42;0;5.75;26626
+68096;43.31388;5.89785;339;20220816;29.8;18.2;24;2.3;18.49;19.7;5.22;25105
+68096;43.31388;5.89785;339;20220817;23.6;19.8;21.7;3.4;20.76;15.9;3.23;14959
+68096;43.31388;5.89785;339;20220818;26.4;16.8;21.6;2.8;16.66;3.5;4.7;22792
+68096;43.31388;5.89785;339;20220819;29.3;17.7;23.5;4.8;15.26;0;6.33;24699
+68096;43.31388;5.89785;339;20220820;31.2;19.4;25.3;4.1;14.39;0;6.64;24371
+68096;43.31388;5.89785;339;20220821;31.1;18.8;24.9;3.1;13.89;.1;6.25;25361
+68096;43.31388;5.89785;339;20220822;31.2;17.5;24.3;3.2;13.56;.1;6.3;25465
+68096;43.31388;5.89785;339;20220823;30;19.4;24.7;2.3;15.02;0;5.28;22872
+68096;43.31388;5.89785;339;20220824;30.1;18.1;24.1;1.5;17.26;0;4.8;24460
+68096;43.31388;5.89785;339;20220825;31.4;17.9;24.7;1.8;16.49;0;5.16;24299
+68096;43.31388;5.89785;339;20220826;31.5;19.9;25.7;2.3;19.39;.4;5.24;23545
+68096;43.31388;5.89785;339;20220827;29.5;19;24.3;1.8;19.19;.2;4.66;22559
+68096;43.31388;5.89785;339;20220828;30.5;17.7;24.1;1.4;18.46;0;4.64;23919
+68096;43.31388;5.89785;339;20220829;29.7;17.3;23.5;1.6;18.49;.2;4.58;23406
+68096;43.31388;5.89785;339;20220830;28.2;20.3;24.2;1.7;22.12;.1;3.87;19255
+68096;43.31388;5.89785;339;20220831;27.9;18.2;23;1.9;18.66;0;4.23;21359
+68096;43.31388;5.89785;339;20220901;31.1;17.1;24.1;2.1;16.36;0;5.03;23735
+68096;43.31388;5.89785;339;20220902;27.6;17.3;22.5;1.8;18.42;3;4.08;21525
+68096;43.31388;5.89785;339;20220903;26.9;17.4;22.1;1.9;19.69;1.3;3.82;20371
+68096;43.31388;5.89785;339;20220904;27.9;17.9;22.9;2.5;19.86;.7;4.16;20643
+68096;43.31388;5.89785;339;20220905;29;17.7;23.4;2.3;19.02;0;4.44;21989
+68096;43.31388;5.89785;339;20220906;28.5;18.2;23.3;2;19.82;.9;4.06;20660
+68096;43.31388;5.89785;339;20220907;27.4;18.2;22.8;2.2;21.09;30.7;3.67;18916
+68096;43.31388;5.89785;339;20220908;26.6;16.9;21.8;2.7;17.49;0;4.04;19895
+68096;43.31388;5.89785;339;20220909;26.8;18.1;22.5;3.5;12.92;0;4.96;18793
+68096;43.31388;5.89785;339;20220910;25.3;16.4;20.8;4.3;11.72;0;5.06;18740
+68096;43.31388;5.89785;339;20220911;28;16.8;22.4;2.7;11.62;0;4.87;20711
+68096;43.31388;5.89785;339;20220912;27.9;14.2;21.1;1.7;15.29;0;3.94;21757
+68096;43.31388;5.89785;339;20220913;26.4;17.1;21.7;1.4;19.56;1.8;3.3;18542
+68096;43.31388;5.89785;339;20220914;23.1;19.1;21.1;1.8;19.92;9.6;2.42;12159
+68096;43.31388;5.89785;339;20220915;28.4;17.9;23.2;2.3;18.82;0;3.98;19606
+68096;43.31388;5.89785;339;20220916;25.6;19.2;22.4;5.3;13.39;0;5.12;15168
+68096;43.31388;5.89785;339;20220917;22.7;14.3;18.5;5.5;8.09;0;5.32;17099
+68096;43.31388;5.89785;339;20220918;23.7;11.4;17.6;2.6;9.69;0;3.89;19830
+68096;43.31388;5.89785;339;20220919;26.3;12.4;19.3;3;8.12;0;4.69;20480
+68096;43.31388;5.89785;339;20220920;24.4;12.1;18.2;2.2;11.46;0;3.7;19718
+68096;43.31388;5.89785;339;20220921;23.7;12.5;18.1;2.8;11.59;0;3.76;18948
+68096;43.31388;5.89785;339;20220922;21.9;13.6;17.7;1.8;12.92;0;2.9;16604
+68096;43.31388;5.89785;339;20220923;22.6;13.4;18;1.5;12.76;4.9;2.83;17071
+68096;43.31388;5.89785;339;20220924;18.3;14;16.1;1.5;15.06;10.2;1.9;11395
+68096;43.31388;5.89785;339;20220925;22;12.8;17.4;2;14.12;.2;2.74;16698
+68096;43.31388;5.89785;339;20220926;21;11.2;16.1;3.4;10.66;0;3.39;16811
+68096;43.31388;5.89785;339;20220927;19.1;13.1;16.1;5.3;9.86;0;3.74;12940
+68096;43.31388;5.89785;339;20220928;21;13.3;17.2;4.5;12.89;.1;3.28;14695
+68096;43.31388;5.89785;339;20220929;19.6;12.6;16.1;3.6;11.82;0;2.87;13703
+68096;43.31388;5.89785;339;20220930;19.9;11;15.4;3;9.39;0;3.05;15388
+68096;43.31388;5.89785;339;20221001;19.4;8.9;14.2;3.6;10.66;0;2.87;16259
+68096;43.31388;5.89785;339;20221002;25.3;15.3;20.3;4.6;14.06;0;4;15910
+68096;43.31388;5.89785;339;20221003;23.4;15;19.2;2.7;11.89;0;3.22;14186
+68096;43.31388;5.89785;339;20221004;24.1;11.3;17.7;1.7;13.36;.2;2.74;17297
+68096;43.31388;5.89785;339;20221005;24.4;11.9;18.2;1.3;15.02;.2;2.55;17147
+68096;43.31388;5.89785;339;20221006;24.6;11.4;18;1.4;14.42;.1;2.6;16920
+68096;43.31388;5.89785;339;20221007;23.6;12.7;18.1;2;13.92;.9;2.67;15810
+68096;43.31388;5.89785;339;20221008;18.8;12.9;15.8;1.4;14.52;9.2;1.69;11669
+68096;43.31388;5.89785;339;20221009;18.4;14.6;16.5;2.2;15.72;6.9;1.61;9200
+68096;43.31388;5.89785;339;20221010;21.3;14.5;17.9;2.2;15.26;1;2.14;12107
+68096;43.31388;5.89785;339;20221011;22.4;11.4;16.9;1.5;13.96;0;2.19;15090
+68096;43.31388;5.89785;339;20221012;22;12.9;17.4;1.6;13.99;0;2.15;13724
+68096;43.31388;5.89785;339;20221013;22.6;11.3;17;2;13.79;.1;2.32;14950
+68096;43.31388;5.89785;339;20221014;23.9;14.6;19.3;3.3;13.52;0;2.99;13343
+68096;43.31388;5.89785;339;20221015;25;12.3;18.7;1.7;14.09;.1;2.47;15187
+68096;43.31388;5.89785;339;20221016;23;12.8;17.9;2.1;16.06;.2;2.09;13717
+68096;43.31388;5.89785;339;20221017;24.1;14.2;19.1;2.4;14.99;.1;2.47;13504
+68096;43.31388;5.89785;339;20221018;23.5;12.6;18;1.3;14.42;.1;2.04;13931
+68096;43.31388;5.89785;339;20221019;23.5;11.6;17.5;1.4;15.36;.1;1.95;14202
+68096;43.31388;5.89785;339;20221020;21.6;13.6;17.6;2;16.69;0;1.67;11415
+68096;43.31388;5.89785;339;20221021;20.3;17.1;18.7;3.5;18.96;1.6;1.41;6956
+68096;43.31388;5.89785;339;20221022;23;17.1;20.1;1.7;19.52;.1;1.58;9545
+68096;43.31388;5.89785;339;20221023;24.7;17.8;21.3;2.7;18.02;0;2.3;10132
+68096;43.31388;5.89785;339;20221024;22.5;17.7;20.1;2;18.42;.2;1.65;7996
+68096;43.31388;5.89785;339;20221025;24.5;14.1;19.3;1.3;16.79;.1;1.76;12181
+68096;43.31388;5.89785;339;20221026;23.5;14.8;19.1;2;17.02;.2;1.82;11092
+68096;43.31388;5.89785;339;20221027;24;13.5;18.8;1.5;15.86;.2;1.77;11993
+68096;43.31388;5.89785;339;20221028;24.8;12.5;18.6;1.4;14.36;.1;1.91;12810
+68096;43.31388;5.89785;339;20221029;25.1;12.3;18.7;1.8;12.26;0;2.14;12937
+68096;43.31388;5.89785;339;20221030;22.9;11.9;17.4;1.7;11.72;.1;1.93;11933
+68096;43.31388;5.89785;339;20221031;21.3;10.9;16.1;2.3;14.96;2.5;1.56;11445
+68096;43.31388;5.89785;339;20221101;21.3;16.7;19;2.5;16.36;23.9;1.67;7250
+68096;43.31388;5.89785;339;20221102;21.7;11.3;16.5;1.8;12.79;0;1.7;11216
+68096;43.31388;5.89785;339;20221103;17.1;8.1;12.6;2.9;12.52;17.2;1.24;10387
+68096;43.31388;5.89785;339;20221104;14.6;10.2;12.4;6.2;8.79;.2;2.54;7162
+68096;43.31388;5.89785;339;20221105;17.2;8.4;12.8;4.5;7.16;.1;2.69;9873
+68096;43.31388;5.89785;339;20221106;18.4;6;12.2;1.7;8.52;.1;1.47;11456
+68096;43.31388;5.89785;339;20221107;20.2;7.3;13.8;2.1;9.12;.1;1.75;11293
+68096;43.31388;5.89785;339;20221108;17.4;8;12.7;2.4;12.46;.2;1.14;9991
+68096;43.31388;5.89785;339;20221109;18.8;14.6;16.7;3;15.52;2.5;1.31;6441
+68096;43.31388;5.89785;339;20221110;18.8;9.6;14.2;2;12.92;0;1.19;9471
+68096;43.31388;5.89785;339;20221111;20.5;10.9;15.7;2.1;12.36;.1;1.48;9633
+68096;43.31388;5.89785;339;20221112;20.3;7.8;14.1;1.5;10.56;0;1.31;10627
+68096;43.31388;5.89785;339;20221113;17.3;11.9;14.6;1.7;9.96;0;1.38;7062
+68096;43.31388;5.89785;339;20221114;15.7;8;11.9;2.8;11.32;10.8;1.08;8418
+68096;43.31388;5.89785;339;20221115;16.1;11.4;13.8;2.9;13.49;.5;1;6381
+68096;43.31388;5.89785;339;20221116;18;11.1;14.6;2.5;11.82;0;1.36;7656
+68096;43.31388;5.89785;339;20221117;18.8;9.2;14;2.1;11.59;3;1.28;8905
+68096;43.31388;5.89785;339;20221118;14.5;10;12.3;4.6;9.12;.1;1.92;5942
+68096;43.31388;5.89785;339;20221119;14.5;6.6;10.6;3.7;6.92;0;1.88;7865
+68096;43.31388;5.89785;339;20221120;13.1;5.7;9.4;4;6.36;0;1.89;7605
+68096;43.31388;5.89785;339;20221121;12.5;7.4;10;3.7;8.12;7.7;1.49;6203
+68096;43.31388;5.89785;339;20221122;11.7;7.2;9.5;6.8;7.46;0;2.06;5794
+68096;43.31388;5.89785;339;20221123;12.6;5.8;9.2;3.5;7.89;.1;1.35;6973
+68096;43.31388;5.89785;339;20221124;16;9.7;12.8;3.7;7.32;0;2.13;6470
+68096;43.31388;5.89785;339;20221125;16.8;6.9;11.9;2.2;9.42;0;1.15;8339
+68096;43.31388;5.89785;339;20221126;17.6;6.7;12.2;2.6;7.12;0;1.68;8610
+68096;43.31388;5.89785;339;20221127;14.6;3.2;8.9;1.3;8.12;.1;.71;8820
+68096;43.31388;5.89785;339;20221128;11.2;6;8.6;2.5;9.09;6.6;.75;5767
+68096;43.31388;5.89785;339;20221129;8.8;4.6;6.7;1.8;8.06;0;.64;5291
+68096;43.31388;5.89785;339;20221130;13.4;1.7;7.5;1.7;7.12;0;.82;8657
+68096;43.31388;5.89785;339;20221201;12.7;3.5;8.1;1.7;8.46;.3;.65;7723
+68096;43.31388;5.89785;339;20221202;11.6;2.6;7.1;1.9;7.82;1.3;.69;7446
+68096;43.31388;5.89785;339;20221203;9.8;6.3;8;4.1;9.22;38.3;.75;4649
+68096;43.31388;5.89785;339;20221204;11.4;8.3;9.8;2.6;10.66;9;.62;4319
+68096;43.31388;5.89785;339;20221205;13.5;3.6;8.5;1.4;8.26;0;.64;7710
+68096;43.31388;5.89785;339;20221206;13.9;2.5;8.2;1.6;6.72;.1;.82;8213
+68096;43.31388;5.89785;339;20221207;12.9;.8;6.8;1.8;5.92;.1;.88;8228
+68096;43.31388;5.89785;339;20221208;9.8;.4;5.1;1.7;7.72;26.2;.41;7376
+68096;43.31388;5.89785;339;20221209;13.5;8.8;11.2;2.3;12.92;1.2;.42;5162
+68096;43.31388;5.89785;339;20221210;9.6;7.6;8.6;3.3;8.46;0;1.01;3054
+68096;43.31388;5.89785;339;20221211;8.5;-1.2;3.6;3.6;3.76;0;1.49;7417
+68096;43.31388;5.89785;339;20221212;10.3;-1.7;4.3;2.3;4.12;4.5;1.06;8098
+68096;43.31388;5.89785;339;20221213;6.5;3.2;4.8;2.6;8.56;2.6;.28;4170
+68096;43.31388;5.89785;339;20221214;10.2;6;8.1;2.5;9.96;.6;.44;4667
+68096;43.31388;5.89785;339;20221215;13;7.8;10.4;2.3;12.22;30.7;.38;5262
+68096;43.31388;5.89785;339;20221216;12.1;6.7;9.4;2.1;9.66;0;.65;5284
+68096;43.31388;5.89785;339;20221217;12.4;-.5;5.9;2.1;7.16;.1;.66;8145
+68096;43.31388;5.89785;339;20221218;12.3;3.7;8;1.8;8.92;0;.53;6938
+68096;43.31388;5.89785;339;20221219;11.9;8.3;10.1;1.9;11.26;3.3;.49;4163
+68096;43.31388;5.89785;339;20221220;13.4;10.6;12;2.9;13.22;2;.52;3565
+68096;43.31388;5.89785;339;20221221;14.2;12.5;13.3;2.6;13.46;6.4;.74;2771
+68096;43.31388;5.89785;339;20221222;15.8;8.8;12.3;3.3;10.39;0;1.18;5969
+68096;43.31388;5.89785;339;20221223;18.5;11;14.7;3.5;12.32;0;1.34;6227
+68096;43.31388;5.89785;339;20221224;19.2;12.6;15.9;2.6;11.19;.1;1.5;5832
+68096;43.31388;5.89785;339;20221225;15.7;6.9;11.3;2.1;11.29;0;.64;6964
+68096;43.31388;5.89785;339;20221226;16;10;13;2;12.19;.1;.73;5584
+68096;43.31388;5.89785;339;20221227;15.6;9.4;12.5;3.3;8.69;0;1.57;5603
+68096;43.31388;5.89785;339;20221228;15;4.6;9.8;1.8;9.32;0;.66;7520
+68096;43.31388;5.89785;339;20221229;13.5;10.1;11.8;1.9;12.09;.1;.61;4147
+68096;43.31388;5.89785;339;20221230;13.7;7.7;10.7;1.4;11.36;.1;.47;5762
+68096;43.31388;5.89785;339;20221231;15.6;6.6;11.1;2.5;11.52;0;.67;7152
+68097;43.32574;6.2049;180;20220101;11.1;8.7;9.9;.9;11.33;0;.44;2860
+68097;43.32574;6.2049;180;20220102;12.6;9.3;10.9;2.7;10.41;.1;.85;4056
+68097;43.32574;6.2049;180;20220103;16.4;6.6;11.5;3.9;9.56;0;1.3;7040
+68097;43.32574;6.2049;180;20220104;12.3;7;9.6;1.7;11.61;.4;.46;3415
+68097;43.32574;6.2049;180;20220105;11.3;9.8;10.5;5.4;7.38;.1;2.09;4410
+68097;43.32574;6.2049;180;20220106;12.1;3.5;7.8;2.4;5.01;.1;1.32;7524
+68097;43.32574;6.2049;180;20220107;11.5;-1;5.3;3.2;5.28;.1;1.4;8095
+68097;43.32574;6.2049;180;20220108;13.1;4.8;8.9;6.5;6.62;.2;2.16;7130
+68097;43.32574;6.2049;180;20220109;11.7;6.6;9.1;7.1;6.81;0;2.19;6966
+68097;43.32574;6.2049;180;20220110;13;7;10;2.5;6.18;0;1.45;6679
+68097;43.32574;6.2049;180;20220111;13.9;-1;6.5;1.4;5.33;.1;.83;8764
+68097;43.32574;6.2049;180;20220112;13.6;-1.4;6.1;1.5;5.11;0;.88;8762
+68097;43.32574;6.2049;180;20220113;13.5;-1.7;5.9;1.7;5.48;0;.87;9017
+68097;43.32574;6.2049;180;20220114;14.9;-1.2;6.8;1.8;5.38;.1;.96;9151
+68097;43.32574;6.2049;180;20220115;14.7;-1.8;6.5;1.8;5.76;0;.76;9257
+68097;43.32574;6.2049;180;20220116;14;-1.6;6.2;2.1;5.78;.1;.93;9276
+68097;43.32574;6.2049;180;20220117;15.3;-.6;7.4;1.4;6.48;0;.73;9421
+68097;43.32574;6.2049;180;20220118;13.1;-1.2;5.9;2.1;7.66;.1;.74;7892
+68097;43.32574;6.2049;180;20220119;9.7;2.2;5.9;1.7;8.23;0;.74;5233
+68097;43.32574;6.2049;180;20220120;12.9;3.3;8.1;2.9;6.16;0;1.4;8623
+68097;43.32574;6.2049;180;20220121;13.1;-1.1;6;1.4;6.01;0;.82;9458
+68097;43.32574;6.2049;180;20220122;13.1;-1.3;5.9;.9;6.06;.1;.65;9739
+68097;43.32574;6.2049;180;20220123;14.2;-1;6.6;.8;6.96;.1;.57;9937
+68097;43.32574;6.2049;180;20220124;13.3;.1;6.7;1.1;7.48;0;.68;9500
+68097;43.32574;6.2049;180;20220125;13.5;1;7.2;1.5;7.81;0;.78;9245
+68097;43.32574;6.2049;180;20220126;13.1;-.7;6.2;1;7.16;0;.61;9637
+68097;43.32574;6.2049;180;20220127;13.2;.6;6.9;.9;7.73;.1;.68;9176
+68097;43.32574;6.2049;180;20220128;14.2;-.3;6.9;1.1;7.26;0;.76;10089
+68097;43.32574;6.2049;180;20220129;14.5;-.2;7.1;1.4;7.66;0;.86;10442
+68097;43.32574;6.2049;180;20220130;14.4;-.2;7.1;1.1;7.33;.1;.81;10952
+68097;43.32574;6.2049;180;20220131;14.1;1.1;7.6;6;6.18;.1;2.35;9147
+68097;43.32574;6.2049;180;20220201;12.4;5.1;8.7;6.1;4.93;0;2.87;9354
+68097;43.32574;6.2049;180;20220202;19.9;9.4;14.7;4.9;7.19;0;3.36;9999
+68097;43.32574;6.2049;180;20220203;16.8;3.4;10.1;2.1;9.07;0;1.21;10426
+68097;43.32574;6.2049;180;20220204;14.9;5.8;10.4;2.3;9.41;0;1.23;9629
+68097;43.32574;6.2049;180;20220205;16.2;7.2;11.7;2.1;7.83;0;1.58;10017
+68097;43.32574;6.2049;180;20220206;15.5;1.3;8.4;4.2;6.7;.1;2.1;11777
+68097;43.32574;6.2049;180;20220207;16.2;8.5;12.3;6.3;6.9;0;3.18;9634
+68097;43.32574;6.2049;180;20220208;16.4;1.1;8.7;1.3;6.9;0;1.23;12330
+68097;43.32574;6.2049;180;20220209;15.4;1.5;8.4;2.3;8.83;.1;1.28;11919
+68097;43.32574;6.2049;180;20220210;13.3;5.5;9.4;3.9;8.98;0;2.18;12200
+68097;43.32574;6.2049;180;20220211;18.2;2.3;10.3;2.5;8.98;0;1.75;11600
+68097;43.32574;6.2049;180;20220212;14.8;2.3;8.6;2;6.98;0;1.56;12100
+68097;43.32574;6.2049;180;20220213;12.4;-2.3;5.1;2.1;6.68;3.6;1.23;9500
+68097;43.32574;6.2049;180;20220214;11.3;7.6;9.4;3.2;10.49;28.9;1.04;3727
+68097;43.32574;6.2049;180;20220215;13.6;4.8;9.2;7.3;6.58;0;2.98;13100
+68097;43.32574;6.2049;180;20220216;13.4;6.4;9.9;4.9;8.38;0;1.97;8559
+68097;43.32574;6.2049;180;20220217;22.6;11.5;17.1;5;9.22;0;3.84;12337
+68097;43.32574;6.2049;180;20220218;20.6;10.9;15.7;1.9;9.79;0;2.1;11679
+68097;43.32574;6.2049;180;20220219;14.6;7.5;11;4;8.38;0;2.06;9852
+68097;43.32574;6.2049;180;20220220;17;4.4;10.7;3.9;6.43;0;2.71;13421
+68097;43.32574;6.2049;180;20220221;15.7;9.3;12.5;8.8;7.23;0;3.73;11244
+68097;43.32574;6.2049;180;20220222;16.6;8;12.3;5.5;6.56;0;3.36;12621
+68097;43.32574;6.2049;180;20220223;18;4.3;11.2;2.5;7.95;.1;2.05;14544
+68097;43.32574;6.2049;180;20220224;13.9;4.1;9;2.1;9.96;0;1.25;9385
+68097;43.32574;6.2049;180;20220225;14.3;7.7;11;5;6.73;0;2.83;11352
+68097;43.32574;6.2049;180;20220226;15.2;2.8;9;1.9;5.86;0;2;14843
+68097;43.32574;6.2049;180;20220227;13.4;.7;7;1.6;6.11;0;1.68;13021
+68097;43.32574;6.2049;180;20220228;14.6;-.4;7.1;2.8;6.73;0;2.02;15491
+68097;43.32574;6.2049;180;20220301;12.6;3.4;8;3.3;6.88;0;2.03;13724
+68097;43.32574;6.2049;180;20220302;13;3.4;8.2;1.7;7.51;0;1.6;12695
+68097;43.32574;6.2049;180;20220303;13.6;3.3;8.4;1.3;9.31;.1;1.34;11496
+68097;43.32574;6.2049;180;20220304;14.5;3.4;9;1.8;8.88;.5;1.49;12582
+68097;43.32574;6.2049;180;20220305;11.5;5.4;8.5;1.8;7.76;.1;1.5;9115
+68097;43.32574;6.2049;180;20220306;11.2;1.7;6.5;1.6;6.56;0;1.56;11042
+68097;43.32574;6.2049;180;20220307;12.8;-.4;6.2;1.4;5.98;0;1.76;16166
+68097;43.32574;6.2049;180;20220308;13.5;-.8;6.3;1.8;6.51;0;1.89;16172
+68097;43.32574;6.2049;180;20220309;13.6;4.4;9;1.7;7.68;0;1.8;13619
+68097;43.32574;6.2049;180;20220310;14.7;1.9;8.3;1.6;8.81;.1;1.76;15942
+68097;43.32574;6.2049;180;20220311;14.1;6.2;10.1;4.2;8.71;0;2.16;11117
+68097;43.32574;6.2049;180;20220312;12;10.5;11.2;9.7;7.76;.5;3.01;5443
+68097;43.32574;6.2049;180;20220313;10;8.5;9.3;8.9;8.56;3.1;1.89;4174
+68097;43.32574;6.2049;180;20220314;13.2;6.6;9.9;3.1;10.09;0;1.56;10273
+68097;43.32574;6.2049;180;20220315;14.9;11.5;13.2;3.1;9.59;0;2.25;9221
+68097;43.32574;6.2049;180;20220316;16.8;5.4;11.1;1.7;10.76;0;1.95;15117
+68097;43.32574;6.2049;180;20220317;17.1;9;13;1.9;10.62;0;2.04;11698
+68097;43.32574;6.2049;180;20220318;16.1;9.2;12.7;2.3;9.28;0;1.98;6200
+68097;43.32574;6.2049;180;20220319;15.7;9.3;12.5;2.6;6.48;.2;2.77;9800
+68097;43.32574;6.2049;180;20220320;13.7;6;9.9;4.2;6.48;0;2.45;7000
+68097;43.32574;6.2049;180;20220321;14.2;7.3;10.8;4;5.98;0;3.17;18700
+68097;43.32574;6.2049;180;20220322;15.1;2.2;8.6;1.8;5.58;0;2.44;19900
+68097;43.32574;6.2049;180;20220323;16.9;2;9.4;1.4;5.08;0;2.55;20100
+68097;43.32574;6.2049;180;20220324;18.7;1.9;10.3;1.4;4.98;0;2.84;20400
+68097;43.32574;6.2049;180;20220325;18;2.3;10.2;1.3;6.98;0;2.52;20400
+68097;43.32574;6.2049;180;20220326;19.1;5.9;12.5;3.1;6.08;0;3.46;18900
+68097;43.32574;6.2049;180;20220327;20.8;12.6;16.7;2.7;7.66;0;4.03;18502
+68097;43.32574;6.2049;180;20220328;21.7;6.3;14;1.3;5.88;0;3.1;19100
+68097;43.32574;6.2049;180;20220329;18.4;6.5;12.5;1.5;7.38;.5;2.53;14500
+68097;43.32574;6.2049;180;20220330;13.2;10.8;12;1.5;11.48;14.1;.99;2600
+68097;43.32574;6.2049;180;20220331;17.9;7;12.5;5.2;9.08;0;4.24;21900
+68097;43.32574;6.2049;180;20220401;10.1;7.1;8.6;10.8;5.58;.1;4.57;23000
+68097;43.32574;6.2049;180;20220402;10.5;2.9;6.7;8;4.88;0;4.3;22900
+68097;43.32574;6.2049;180;20220403;10.8;-.8;5;2.4;6.78;4;1.88;12900
+68097;43.32574;6.2049;180;20220404;13.7;2.4;8.1;1.6;7.58;0;2.38;20000
+68097;43.32574;6.2049;180;20220405;16.1;1.4;8.8;1.1;6.18;0;2.85;23700
+68097;43.32574;6.2049;180;20220406;14.8;3.2;9;1.5;7.38;0;2.13;15200
+68097;43.32574;6.2049;180;20220407;16.2;7.9;12.1;5.3;10.79;0;3.27;17472
+68097;43.32574;6.2049;180;20220408;20.3;11.8;16;6.2;12.81;0;4.35;21819
+68097;43.32574;6.2049;180;20220409;14.9;11.1;13;10.6;5.48;0;6.61;24700
+68097;43.32574;6.2049;180;20220410;16.5;4.8;10.6;3.6;6.86;0;3.93;24004
+68097;43.32574;6.2049;180;20220411;16;4.7;10.4;2.5;8.18;0;2.42;16600
+68097;43.32574;6.2049;180;20220412;16.7;7.7;12.2;4.3;9.08;0;2.78;18900
+68097;43.32574;6.2049;180;20220413;18.5;11.9;15.2;3.2;9.76;0;3.71;22171
+68097;43.32574;6.2049;180;20220414;23.1;6.8;14.9;1.4;7.78;0;3.75;23100
+68097;43.32574;6.2049;180;20220415;24.9;9.9;17.4;1.1;8.78;0;3.5;19300
+68097;43.32574;6.2049;180;20220416;23.4;10.9;17.2;4.6;10.59;0;5.45;23423
+68097;43.32574;6.2049;180;20220417;20.2;13.5;16.9;3;9.78;0;4.64;22200
+68097;43.32574;6.2049;180;20220418;17.7;8.8;13.3;3;10.26;0;3.79;24101
+68097;43.32574;6.2049;180;20220419;20.4;7.2;13.8;1.4;10.98;0;3.49;23300
+68097;43.32574;6.2049;180;20220420;16;9.9;13;2.5;12.58;6.5;1.6;8400
+68097;43.32574;6.2049;180;20220421;17;11.5;14.3;2.8;12.38;.2;2.19;8300
+68097;43.32574;6.2049;180;20220422;17.7;11.1;14.4;2.2;12.68;2.1;3.01;17500
+68097;43.32574;6.2049;180;20220423;14.7;12.6;13.6;2.8;13.28;17.1;1.16;3200
+68097;43.32574;6.2049;180;20220424;16.4;9.1;12.8;2.4;11.48;0;3.24;21100
+68097;43.32574;6.2049;180;20220425;19.7;9.3;14.5;4.2;10.68;0;4.89;25700
+68097;43.32574;6.2049;180;20220426;21.1;8.7;14.9;1.7;11.88;.1;4.24;26600
+68097;43.32574;6.2049;180;20220427;20.1;9.5;14.8;1.7;12.28;0;3.88;25400
+68097;43.32574;6.2049;180;20220428;22.6;9.8;16.2;1.9;9.98;0;4.42;26400
+68097;43.32574;6.2049;180;20220429;22.3;9.4;15.9;2;9.48;0;4.5;26600
+68097;43.32574;6.2049;180;20220430;21.4;9.9;15.7;1.8;10.78;0;3.81;22600
+68097;43.32574;6.2049;180;20220501;21.5;8.2;14.9;1.3;10.68;.1;3.72;23000
+68097;43.32574;6.2049;180;20220502;21.2;8.8;15;1.5;12.18;0;3.66;22900
+68097;43.32574;6.2049;180;20220503;21.1;11.9;16.5;1.4;13.08;.9;3.35;18800
+68097;43.32574;6.2049;180;20220504;21.9;9;15.4;1.1;11.48;.3;3.32;19600
+68097;43.32574;6.2049;180;20220505;19.7;12;15.9;2.4;13.52;7.1;2.67;13690
+68097;43.32574;6.2049;180;20220506;19.1;11;15.1;1.3;13.48;.3;2.53;14510
+68097;43.32574;6.2049;180;20220507;22.3;11.1;16.7;1.5;13.53;4.4;3.68;21795
+68097;43.32574;6.2049;180;20220508;20.4;12.1;16.2;1.1;14.26;7.2;3.11;18314
+68097;43.32574;6.2049;180;20220509;24.1;9.8;16.9;1.2;13.08;.7;4.09;24889
+68097;43.32574;6.2049;180;20220510;25.5;11.2;18.3;1.8;13.73;0;4.66;26956
+68097;43.32574;6.2049;180;20220511;24.8;12.4;18.6;2.6;12.78;0;4.99;27439
+68097;43.32574;6.2049;180;20220512;24.6;11.6;18.1;2.8;13.11;.1;4.31;21064
+68097;43.32574;6.2049;180;20220513;24.9;11.7;18.3;2.8;12.78;0;5.02;27676
+68097;43.32574;6.2049;180;20220514;24.2;11.6;17.9;1.7;15.46;0;4.42;27100
+68097;43.32574;6.2049;180;20220515;25.1;13.9;19.5;1.6;16.21;.1;4.56;26706
+68097;43.32574;6.2049;180;20220516;26.8;12.5;19.6;1.8;13.91;.1;5;27427
+68097;43.32574;6.2049;180;20220517;26.6;12.1;19.4;1.7;15.03;0;4.9;28159
+68097;43.32574;6.2049;180;20220518;27.2;13.5;20.3;1.7;16.86;.1;4.84;27565
+68097;43.32574;6.2049;180;20220519;28.1;13.7;20.9;2.1;14.11;0;5.42;28343
+68097;43.32574;6.2049;180;20220520;28.2;13.4;20.8;1.8;14.13;.1;5.29;28164
+68097;43.32574;6.2049;180;20220521;29.2;15.9;22.5;2.7;15.88;0;5.6;27708
+68097;43.32574;6.2049;180;20220522;27.2;15;21.1;1.5;17.76;.1;4.83;27034
+68097;43.32574;6.2049;180;20220523;26.5;15.7;21.1;2.7;17.21;0;4.63;23335
+68097;43.32574;6.2049;180;20220524;27.8;14;20.9;2.8;14.53;.5;5.35;25645
+68097;43.32574;6.2049;180;20220525;24.4;15.2;19.8;1.6;15.78;0;3.85;19372
+68097;43.32574;6.2049;180;20220526;27.4;14.3;20.9;1.5;16.96;.5;4.66;25171
+68097;43.32574;6.2049;180;20220527;32.5;17.3;24.9;1.9;15.66;0;6.08;27383
+68097;43.32574;6.2049;180;20220528;30.2;17.7;24;2.3;14.58;0;6.11;26845
+68097;43.32574;6.2049;180;20220529;26.4;16;21.2;2.5;13.56;0;5.64;27796
+68097;43.32574;6.2049;180;20220530;26.3;13.3;19.8;1.3;13.88;0;4.75;26036
+68097;43.32574;6.2049;180;20220531;25.9;15.2;20.5;1.9;16.21;0;4.8;25692
+68097;43.32574;6.2049;180;20220601;29.8;14.8;22.3;2.4;15.61;0;5.93;29614
+68097;43.32574;6.2049;180;20220602;28.6;15.7;22.2;2.4;17.66;0;5.37;27745
+68097;43.32574;6.2049;180;20220603;28.6;19.5;24.1;3.1;17.66;1.6;5.1;20535
+68097;43.32574;6.2049;180;20220604;30.5;18.9;24.7;3.3;17.83;0;5.9;25383
+68097;43.32574;6.2049;180;20220605;29.9;18.8;24.4;2.3;19.58;0;5.58;26790
+68097;43.32574;6.2049;180;20220606;32.3;18.3;25.3;3.5;15.23;0;7.22;29841
+68097;43.32574;6.2049;180;20220607;30.4;20.8;25.6;5;13.93;0;7.63;26958
+68097;43.32574;6.2049;180;20220608;27.4;18.8;23.1;4.4;12.73;0;6.33;23315
+68097;43.32574;6.2049;180;20220609;27.7;19;23.3;6.9;11.41;0;8.16;26472
+68097;43.32574;6.2049;180;20220610;29.8;14.6;22.2;2.3;9.76;0;6.6;30860
+68097;43.32574;6.2049;180;20220611;31.5;13.3;22.4;1.7;10.31;0;6.23;30754
+68097;43.32574;6.2049;180;20220612;31.8;15;23.4;2.2;13.23;0;6.48;30386
+68097;43.32574;6.2049;180;20220613;32.9;17.9;25.4;2.4;17.48;.1;6.45;28993
+68097;43.32574;6.2049;180;20220614;30.9;14.9;22.9;1.8;14.46;0;6.18;29867
+68097;43.32574;6.2049;180;20220615;31.5;17.8;24.6;1.9;14.38;0;6.12;26110
+68097;43.32574;6.2049;180;20220616;33;19;26;1.5;19.62;0;6.52;29920
+68097;43.32574;6.2049;180;20220617;33.2;18.3;25.8;1.5;18.89;0;6.31;30128
+68097;43.32574;6.2049;180;20220618;33.4;19;26.2;2;17.89;0;6.91;30367
+68097;43.32574;6.2049;180;20220619;32.3;19;25.6;2;16.32;0;6.71;30285
+68097;43.32574;6.2049;180;20220620;32.1;17.4;24.8;1.6;14.89;0;6.37;29974
+68097;43.32574;6.2049;180;20220621;32;18.5;25.3;1.9;17.96;.1;6.05;27641
+68097;43.32574;6.2049;180;20220622;28.8;21.4;25.1;1.7;22.89;1.7;4.59;20812
+68097;43.32574;6.2049;180;20220623;27.9;18.6;23.2;1.6;19.92;1;4.93;24928
+68097;43.32574;6.2049;180;20220624;29.3;18.5;23.9;2.7;15.13;0;6.44;26486
+68097;43.32574;6.2049;180;20220625;30.5;17.7;24.1;2.1;12.21;0;6.68;29330
+68097;43.32574;6.2049;180;20220626;30.6;18.8;24.7;3.2;13.46;0;7.21;28163
+68097;43.32574;6.2049;180;20220627;31.8;19.5;25.6;2.3;13.61;0;6.84;28006
+68097;43.32574;6.2049;180;20220628;30.4;19.3;24.9;1.7;18.86;23.8;5.09;22653
+68097;43.32574;6.2049;180;20220629;33.6;14.7;24.1;2.1;17.39;.1;6.65;31099
+68097;43.32574;6.2049;180;20220630;30.3;14.8;22.6;1.9;17.32;0;5.97;30247
+68097;43.32574;6.2049;180;20220701;32.7;17.4;25;2.4;14.42;0;6.99;30742
+68097;43.32574;6.2049;180;20220702;33.3;13.5;23.4;1.8;14.52;0;6.49;30836
+68097;43.32574;6.2049;180;20220703;36.4;17;26.7;2;12.79;0;7.25;30378
+68097;43.32574;6.2049;180;20220704;36.3;19.9;28.1;1.9;16.42;0;7.07;30150
+68097;43.32574;6.2049;180;20220705;38.1;19.3;28.7;2.6;16.46;0;7.94;30622
+68097;43.32574;6.2049;180;20220706;34.9;22.1;28.5;2.7;14.42;0;7.66;29662
+68097;43.32574;6.2049;180;20220707;33.2;17.3;25.2;1.9;16.11;0;6.51;29688
+68097;43.32574;6.2049;180;20220708;31.8;18.3;25.1;1.7;17.98;0;6.02;29004
+68097;43.32574;6.2049;180;20220709;32.4;17.6;25;1.8;16.68;0;6.17;29394
+68097;43.32574;6.2049;180;20220710;31.2;18.5;24.8;1.9;19.06;0;5.97;29008
+68097;43.32574;6.2049;180;20220711;30.2;18;24.1;1.7;19.13;0;5.65;28250
+68097;43.32574;6.2049;180;20220712;30.1;18.4;24.2;1.4;21.18;.1;5.48;27626
+68097;43.32574;6.2049;180;20220713;32.1;18.5;25.3;1.8;21.06;0;5.85;28462
+68097;43.32574;6.2049;180;20220714;33.4;19.2;26.3;2.3;20.43;.1;6.21;28649
+68097;43.32574;6.2049;180;20220715;34.2;19.3;26.7;2.4;20.61;.1;6.42;29286
+68097;43.32574;6.2049;180;20220716;32.7;19.5;26.1;1.9;22.53;.1;5.79;27767
+68097;43.32574;6.2049;180;20220717;33.5;20.1;26.8;1.8;22.43;0;6.11;28583
+68097;43.32574;6.2049;180;20220718;35.1;21;28.1;1.8;20.53;0;6.34;27437
+68097;43.32574;6.2049;180;20220719;34.7;21.8;28.3;1.9;20.93;0;6.41;27873
+68097;43.32574;6.2049;180;20220720;35.6;20.3;28;1.7;19.58;0;6.31;27799
+68097;43.32574;6.2049;180;20220721;35.9;21.9;28.9;2.4;20.18;0;6.69;28126
+68097;43.32574;6.2049;180;20220722;34.4;20.1;27.3;1.8;21.78;0;6.1;27940
+68097;43.32574;6.2049;180;20220723;34.4;20.9;27.6;2.9;21.36;.1;6.38;26742
+68097;43.32574;6.2049;180;20220724;33.7;20.9;27.3;2.2;21.53;0;6.12;27627
+68097;43.32574;6.2049;180;20220725;33.5;19.6;26.5;1.9;22.33;0;5.76;27315
+68097;43.32574;6.2049;180;20220726;33.8;21.5;27.7;3.8;17.91;0;7.1;27190
+68097;43.32574;6.2049;180;20220727;32.2;19.7;26;2.1;16.43;0;6.05;26695
+68097;43.32574;6.2049;180;20220728;32.8;18.1;25.4;1.9;17.36;0;5.66;26065
+68097;43.32574;6.2049;180;20220729;32;20.1;26;2.7;17.56;0;5.8;23137
+68097;43.32574;6.2049;180;20220730;32.6;22.1;27.4;3;16.16;0;6.69;25803
+68097;43.32574;6.2049;180;20220731;34.4;17.4;25.9;1.6;15.11;0;6.04;28143
+68097;43.32574;6.2049;180;20220801;34.6;18.4;26.5;1.7;17.73;0;5.93;27782
+68097;43.32574;6.2049;180;20220802;33.1;17.6;25.3;2;19.86;0;5.64;27318
+68097;43.32574;6.2049;180;20220803;34.1;19.8;26.9;1.8;20.46;0;5.84;26826
+68097;43.32574;6.2049;180;20220804;34.7;20.4;27.6;1.7;19.18;0;5.73;25743
+68097;43.32574;6.2049;180;20220805;34.6;20.1;27.3;2.8;19.88;0;6.12;25981
+68097;43.32574;6.2049;180;20220806;35.3;20.4;27.8;1.8;20.78;0;5.93;26627
+68097;43.32574;6.2049;180;20220807;33.5;18.7;26.1;1.9;20.33;0;5.65;26257
+68097;43.32574;6.2049;180;20220808;32.7;19.4;26.1;1.7;21.48;0;5.52;26459
+68097;43.32574;6.2049;180;20220809;33.6;19.1;26.4;1.6;19.36;0;5.49;26077
+68097;43.32574;6.2049;180;20220810;33.1;19.4;26.2;1.5;18.31;.3;5.29;24468
+68097;43.32574;6.2049;180;20220811;32.3;19.7;26;1.8;19.68;0;5.13;22671
+68097;43.32574;6.2049;180;20220812;32.7;18.9;25.8;2.2;22.56;0;5.21;23954
+68097;43.32574;6.2049;180;20220813;30.9;21.8;26.4;3.1;21.93;0;5.45;23175
+68097;43.32574;6.2049;180;20220814;29.6;20.9;25.2;2.8;19.21;4.3;4.63;17419
+68097;43.32574;6.2049;180;20220815;32;17.5;24.7;1.8;19.52;.3;5.17;25290
+68097;43.32574;6.2049;180;20220816;31.4;19.1;25.2;2;21.68;13.3;5.01;23813
+68097;43.32574;6.2049;180;20220817;24;20.2;22.1;2.3;22.36;8.8;2.5;11124
+68097;43.32574;6.2049;180;20220818;28.5;17.1;22.8;2.1;18.92;11.2;4.47;21835
+68097;43.32574;6.2049;180;20220819;32.3;16.9;24.6;3.7;16.16;0;6.52;25901
+68097;43.32574;6.2049;180;20220820;34.1;17.5;25.8;2.1;15.09;0;5.96;25762
+68097;43.32574;6.2049;180;20220821;33.6;18.3;25.9;2;15.66;0;5.69;24672
+68097;43.32574;6.2049;180;20220822;32.9;17.4;25.2;1.7;15.72;.1;5.31;24513
+68097;43.32574;6.2049;180;20220823;33.1;16.6;24.8;1.4;18.02;0;5.02;24870
+68097;43.32574;6.2049;180;20220824;32.8;17.3;25.1;1.4;19.86;.1;4.95;24593
+68097;43.32574;6.2049;180;20220825;34.3;17.2;25.7;1.5;18.16;0;5.23;24714
+68097;43.32574;6.2049;180;20220826;32.5;18.6;25.6;1.6;20.59;.4;4.73;22234
+68097;43.32574;6.2049;180;20220827;31.1;17.5;24.3;1.5;20.76;.7;4.34;21578
+68097;43.32574;6.2049;180;20220828;32.8;17.4;25.1;1.3;20.26;0;4.78;24106
+68097;43.32574;6.2049;180;20220829;33.2;16.7;25;1.8;19.62;.3;5.04;23923
+68097;43.32574;6.2049;180;20220830;29.9;21.2;25.6;2.2;23.41;.1;4.07;18518
+68097;43.32574;6.2049;180;20220831;29.5;19.3;24.4;2.3;19.61;0;4.24;19370
+68097;43.32574;6.2049;180;20220901;31;17.5;24.3;1.5;18.58;0;4.32;21726
+68097;43.32574;6.2049;180;20220902;29.5;18.4;23.9;1.9;20.83;3.4;3.92;18607
+68097;43.32574;6.2049;180;20220903;28.6;18.2;23.4;1.8;21.01;2.4;3.89;19601
+68097;43.32574;6.2049;180;20220904;29.7;18.7;24.2;2.2;21.11;.6;4.17;20018
+68097;43.32574;6.2049;180;20220905;30.4;18.7;24.5;2;21.08;0;4.04;19877
+68097;43.32574;6.2049;180;20220906;30.3;19.1;24.7;2;21.53;.3;3.97;19069
+68097;43.32574;6.2049;180;20220907;30.2;19.1;24.6;2;22.46;29.8;4.09;19780
+68097;43.32574;6.2049;180;20220908;28.5;17;22.7;3.1;18.33;0;4.07;18496
+68097;43.32574;6.2049;180;20220909;28.9;18.9;23.9;4.5;13.96;0;5.73;19147
+68097;43.32574;6.2049;180;20220910;27;18;22.5;5.9;12.98;0;5.9;19531
+68097;43.32574;6.2049;180;20220911;28.1;17.2;22.6;2.8;13.76;0;4.58;19721
+68097;43.32574;6.2049;180;20220912;29.1;14.1;21.6;1.2;17.21;.1;3.63;21087
+68097;43.32574;6.2049;180;20220913;28.2;16.8;22.5;1.7;20.28;.5;3.3;17589
+68097;43.32574;6.2049;180;20220914;24.4;19.6;22;2;21.63;10.1;2.22;9752
+68097;43.32574;6.2049;180;20220915;30.5;18.8;24.6;3;19.41;0;4.47;19409
+68097;43.32574;6.2049;180;20220916;27.3;19.6;23.5;6.4;14.63;0;5.73;17350
+68097;43.32574;6.2049;180;20220917;25.1;16;20.6;6;8.76;0;6.21;18291
+68097;43.32574;6.2049;180;20220918;25.5;9.7;17.6;1.9;11.51;0;3.5;19633
+68097;43.32574;6.2049;180;20220919;27.1;11.6;19.4;3.1;11.03;.1;4.5;20121
+68097;43.32574;6.2049;180;20220920;26.3;11.6;19;1.4;13.53;.1;3.23;19715
+68097;43.32574;6.2049;180;20220921;25.3;11.1;18.2;2.4;13.31;0;3.42;18452
+68097;43.32574;6.2049;180;20220922;23.7;13.2;18.4;2.2;13.41;0;3.22;17285
+68097;43.32574;6.2049;180;20220923;24.4;13.7;19;1.2;13.28;3.4;2.91;17304
+68097;43.32574;6.2049;180;20220924;19;14.3;16.6;1.8;15.71;8.8;1.7;8228
+68097;43.32574;6.2049;180;20220925;22.9;14;18.4;2.1;15.41;.6;2.6;14710
+68097;43.32574;6.2049;180;20220926;22.7;12.8;17.7;4.7;11.28;0;4.07;17275
+68097;43.32574;6.2049;180;20220927;21.2;14.4;17.8;7.4;10.33;.1;4.75;15411
+68097;43.32574;6.2049;180;20220928;23.1;14.1;18.6;6.1;13.18;0;3.81;15497
+68097;43.32574;6.2049;180;20220929;21.1;13.8;17.4;4.2;12.41;0;3.08;13319
+68097;43.32574;6.2049;180;20220930;21;13;17;2.5;10.46;0;2.77;12875
+68097;43.32574;6.2049;180;20221001;21.5;9;15.3;4.3;11.43;0;3.2;17034
+68097;43.32574;6.2049;180;20221002;26.8;15.6;21.2;5.2;14.46;0;4.38;15564
+68097;43.32574;6.2049;180;20221003;25.4;14;19.7;2.2;13.48;0;2.94;14465
+68097;43.32574;6.2049;180;20221004;25.6;10.5;18;1.3;14.63;.2;2.45;16697
+68097;43.32574;6.2049;180;20221005;25.4;11.3;18.4;1.5;15.51;.2;2.45;16304
+68097;43.32574;6.2049;180;20221006;24.7;11.1;17.9;1.1;15.18;.1;2.25;15575
+68097;43.32574;6.2049;180;20221007;24.7;12;18.4;1.2;14.98;.6;2.25;15169
+68097;43.32574;6.2049;180;20221008;19.9;12.7;16.3;1.1;15.73;10.3;1.49;9154
+68097;43.32574;6.2049;180;20221009;18.2;13.8;16;2.2;16.88;2.7;1.2;6782
+68097;43.32574;6.2049;180;20221010;22.4;14.9;18.6;2.2;16.33;.4;2.03;11871
+68097;43.32574;6.2049;180;20221011;24.2;11.7;18;1;14.86;.1;2.05;14453
+68097;43.32574;6.2049;180;20221012;23.1;12.5;17.8;1.5;14.63;0;1.95;12156
+68097;43.32574;6.2049;180;20221013;24.2;11.3;17.7;2.2;14.23;0;2.42;13682
+68097;43.32574;6.2049;180;20221014;25.3;16.3;20.8;3.9;14.66;0;3.27;12676
+68097;43.32574;6.2049;180;20221015;26.2;12;19.1;2;15.08;.1;2.52;14908
+68097;43.32574;6.2049;180;20221016;23.7;13.8;18.7;2.2;16.98;.3;2.01;12051
+68097;43.32574;6.2049;180;20221017;24.5;13.8;19.1;2.3;16.38;.1;2.2;12634
+68097;43.32574;6.2049;180;20221018;25.2;12;18.6;1.2;15.81;.1;1.9;13702
+68097;43.32574;6.2049;180;20221019;24.5;12.7;18.6;1.2;16.78;.1;1.74;12207
+68097;43.32574;6.2049;180;20221020;22.5;14.9;18.7;2;17.58;.1;1.74;10341
+68097;43.32574;6.2049;180;20221021;21.9;17.5;19.7;2.7;19.88;1.7;1.36;5170
+68097;43.32574;6.2049;180;20221022;25;17.2;21.1;1.4;20.23;.1;1.57;8781
+68097;43.32574;6.2049;180;20221023;23.9;17.1;20.5;3.3;20.13;0;1.77;8610
+68097;43.32574;6.2049;180;20221024;24.3;18.5;21.4;2.6;19.45;.2;1.74;8036
+68097;43.32574;6.2049;180;20221025;25.7;14.7;20.2;1.6;18.25;.2;1.78;10897
+68097;43.32574;6.2049;180;20221026;23.7;15.3;19.5;2.4;17.92;.2;1.6;9355
+68097;43.32574;6.2049;180;20221027;24.4;14.2;19.3;2;17.2;.2;1.67;11231
+68097;43.32574;6.2049;180;20221028;26.4;11.9;19.1;1.4;15.25;.1;1.87;12072
+68097;43.32574;6.2049;180;20221029;25.8;11.5;18.7;1.8;13.45;0;1.99;11964
+68097;43.32574;6.2049;180;20221030;24.2;10.2;17.2;1.5;12.9;.1;1.81;10608
+68097;43.32574;6.2049;180;20221031;22.8;11.8;17.3;1.7;15.52;.9;1.48;10823
+68097;43.32574;6.2049;180;20221101;20.9;15.3;18.1;2.2;16.45;25.7;1.41;7570
+68097;43.32574;6.2049;180;20221102;23.8;9.7;16.7;1.2;12.89;.1;1.5;11454
+68097;43.32574;6.2049;180;20221103;17.6;9;13.3;1.5;12.36;17.4;.86;7226
+68097;43.32574;6.2049;180;20221104;16.5;11.3;13.9;5;8.89;.5;2.67;6465
+68097;43.32574;6.2049;180;20221105;18.9;9.4;14.2;3.1;7.26;.3;2.64;10462
+68097;43.32574;6.2049;180;20221106;20.5;5.2;12.9;1.2;8.46;.1;1.35;11695
+68097;43.32574;6.2049;180;20221107;20.6;6.8;13.7;1.1;9.76;.1;1.21;11158
+68097;43.32574;6.2049;180;20221108;18.4;7.9;13.2;1.1;11.62;.2;.9;8689
+68097;43.32574;6.2049;180;20221109;19.7;13.2;16.4;1.7;15.06;4.5;1.1;6517
+68097;43.32574;6.2049;180;20221110;19.5;11.6;15.5;1.2;13.52;0;1;9449
+68097;43.32574;6.2049;180;20221111;20.9;10.6;15.8;1.3;12.22;.1;1.19;10285
+68097;43.32574;6.2049;180;20221112;21.1;8;14.5;.8;11.36;0;.89;9480
+68097;43.32574;6.2049;180;20221113;18.6;11.2;14.9;1.2;11.39;0;1.03;7339
+68097;43.32574;6.2049;180;20221114;16.8;7.4;12.1;1.8;10.99;14.3;.91;7724
+68097;43.32574;6.2049;180;20221115;16.1;12.7;14.4;3.3;14.52;1.9;.8;4028
+68097;43.32574;6.2049;180;20221116;19.9;11.1;15.5;2.5;12.02;0;1.51;8724
+68097;43.32574;6.2049;180;20221117;21.4;8.7;15;2.4;11.09;1.9;1.64;9000
+68097;43.32574;6.2049;180;20221118;16.3;10.5;13.4;6;9.57;0;2.55;8068
+68097;43.32574;6.2049;180;20221119;16.3;6.8;11.5;2.7;7.7;0;1.69;8868
+68097;43.32574;6.2049;180;20221120;15.1;4.7;9.9;3.2;7.05;0;1.73;9223
+68097;43.32574;6.2049;180;20221121;13.5;8.6;11.1;3.5;8.55;6.2;1.47;5464
+68097;43.32574;6.2049;180;20221122;14;8.5;11.2;8.3;7.8;0;2.64;7963
+68097;43.32574;6.2049;180;20221123;14.3;7.8;11;5.7;8.22;0;2.12;6930
+68097;43.32574;6.2049;180;20221124;17.2;8.9;13;4.3;7.82;0;2.26;8347
+68097;43.32574;6.2049;180;20221125;17.9;8;12.9;1.5;10.2;0;.98;7542
+68097;43.32574;6.2049;180;20221126;18.1;5.1;11.6;1.6;8.32;0;1.13;8853
+68097;43.32574;6.2049;180;20221127;16.2;3.3;9.7;1.4;8.25;.1;.9;7884
+68097;43.32574;6.2049;180;20221128;12;4.7;8.4;2.1;9.25;.8;.84;3505
+68097;43.32574;6.2049;180;20221129;10;5.8;7.9;1.6;8.75;0;.67;4221
+68097;43.32574;6.2049;180;20221130;14.9;1.4;8.2;1.3;7.55;.1;.76;8215
+68097;43.32574;6.2049;180;20221201;13.7;3.5;8.6;1.9;8.37;.1;.87;7425
+68097;43.32574;6.2049;180;20221202;13;2.1;7.6;2.3;8.17;1.4;.87;7455
+68097;43.32574;6.2049;180;20221203;11.4;6.3;8.9;5;10.22;32.3;.76;2877
+68097;43.32574;6.2049;180;20221204;13.2;9.5;11.4;2.5;11.42;8.9;.68;4038
+68097;43.32574;6.2049;180;20221205;14.3;5.5;9.9;1.4;9.35;0;.62;7396
+68097;43.32574;6.2049;180;20221206;15.1;3.1;9.1;1.1;7.55;.1;.59;7603
+68097;43.32574;6.2049;180;20221207;12.8;.9;6.9;1.3;7.52;.1;.59;7801
+68097;43.32574;6.2049;180;20221208;9.2;.6;4.9;1.8;8.62;28.8;.51;4402
+68097;43.32574;6.2049;180;20221209;14;8.1;11;2.6;13.05;3.3;.42;3649
+68097;43.32574;6.2049;180;20221210;12.1;7.7;9.9;1.8;8.79;0;.75;4821
+68097;43.32574;6.2049;180;20221211;9.4;1.4;5.4;2.7;3.89;0;1.39;5878
+68097;43.32574;6.2049;180;20221212;11.1;-1.4;4.9;2.6;4.9;5.2;1.23;7101
+68097;43.32574;6.2049;180;20221213;7.6;4.4;6;3.7;9.07;2.6;.41;2244
+68097;43.32574;6.2049;180;20221214;11.6;7.1;9.3;3.3;10.32;.3;.61;4380
+68097;43.32574;6.2049;180;20221215;13.8;8.8;11.3;3.1;12.05;35;.53;3551
+68097;43.32574;6.2049;180;20221216;13.2;8.3;10.7;1.3;10.39;0;.5;5627
+68097;43.32574;6.2049;180;20221217;12.6;2;7.3;2.5;8.2;0;.77;7070
+68097;43.32574;6.2049;180;20221218;13.4;3.3;8.4;2;9.32;0;.72;5897
+68097;43.32574;6.2049;180;20221219;12.1;7.1;9.6;2;11.27;1.9;.52;3197
+68097;43.32574;6.2049;180;20221220;14.4;9.7;12;2;13.05;1.8;.54;4063
+68097;43.32574;6.2049;180;20221221;14.8;12.8;13.8;2.3;13.85;6.7;.67;3005
+68097;43.32574;6.2049;180;20221222;16.4;8.5;12.5;4.4;11.25;0;1.18;5878
+68097;43.32574;6.2049;180;20221223;20.2;10.1;15.1;3.2;11.89;0;1.55;7146
+68097;43.32574;6.2049;180;20221224;20.2;12.7;16.5;2.5;11.46;0;1.76;5817
+68097;43.32574;6.2049;180;20221225;16.3;7.4;11.8;1.3;11.29;0;.43;7161
+68097;43.32574;6.2049;180;20221226;17.6;9.7;13.7;1.5;12.36;0;.73;5484
+68097;43.32574;6.2049;180;20221227;16.8;8.9;12.9;4;10.07;0;1.44;7115
+68097;43.32574;6.2049;180;20221228;16.9;6;11.4;2;9.27;.1;.9;6874
+68097;43.32574;6.2049;180;20221229;15.5;8.7;12.1;1.7;12.02;.2;.61;5176
+68097;43.32574;6.2049;180;20221230;14.1;8.4;11.3;1.2;12;.1;.49;4826
+68097;43.32574;6.2049;180;20221231;15.3;7.1;11.2;2.6;12.22;0;.73;4608
+68098;43.33895;6.50688;71;20220101;12.9;10.2;11.6;.7;11.66;0;.51;2977
+68098;43.33895;6.50688;71;20220102;13.9;9.9;11.9;1.9;10.23;0;.87;4014
+68098;43.33895;6.50688;71;20220103;18.6;5.9;12.3;3;8.7;0;1.52;7627
+68098;43.33895;6.50688;71;20220104;11.8;6.4;9.1;.9;11.1;.3;.38;3774
+68098;43.33895;6.50688;71;20220105;12.8;10.2;11.5;4;7.56;1.2;1.92;4359
+68098;43.33895;6.50688;71;20220106;12.9;4.2;8.5;2.4;5.03;.1;1.37;6684
+68098;43.33895;6.50688;71;20220107;13;-2.8;5.1;2.9;5.06;.1;1.37;8234
+68098;43.33895;6.50688;71;20220108;14.7;6.7;10.7;5;6.5;.3;2.29;6519
+68098;43.33895;6.50688;71;20220109;13;7.3;10.1;6.1;6.43;0;2.46;6064
+68098;43.33895;6.50688;71;20220110;14.3;7.6;10.9;2.2;6;0;1.44;6707
+68098;43.33895;6.50688;71;20220111;15.7;-2.8;6.4;1.4;4.76;0;.96;8766
+68098;43.33895;6.50688;71;20220112;14.9;-3.4;5.8;1.3;4.73;0;.84;8771
+68098;43.33895;6.50688;71;20220113;14.3;-3.8;5.2;1.2;5.2;0;.78;8968
+68098;43.33895;6.50688;71;20220114;16.5;-3.2;6.7;1.4;4.8;.1;.99;9146
+68098;43.33895;6.50688;71;20220115;16.1;-3.4;6.4;1;5.33;0;.69;9336
+68098;43.33895;6.50688;71;20220116;15.8;-3;6.4;1.4;5.4;.1;.88;9082
+68098;43.33895;6.50688;71;20220117;17.3;-1.6;7.8;1.1;5.83;0;.85;9417
+68098;43.33895;6.50688;71;20220118;13.4;-3.2;5.1;1.2;7.33;.1;.61;8927
+68098;43.33895;6.50688;71;20220119;8.9;.8;4.8;1.2;8.06;.1;.49;5645
+68098;43.33895;6.50688;71;20220120;14.4;4.1;9.2;2.4;6.1;0;1.4;8438
+68098;43.33895;6.50688;71;20220121;14.6;-2.3;6.2;1.3;5.7;0;.9;9477
+68098;43.33895;6.50688;71;20220122;14;-2.9;5.6;.9;5.9;.1;.67;9604
+68098;43.33895;6.50688;71;20220123;14.8;-3;5.9;.8;6.43;0;.57;9767
+68098;43.33895;6.50688;71;20220124;14.3;-1.7;6.3;1.1;7.13;0;.71;9593
+68098;43.33895;6.50688;71;20220125;14.1;-.1;7;1.1;7.66;0;.73;9282
+68098;43.33895;6.50688;71;20220126;13.6;-1.8;5.9;.7;7;0;.58;9877
+68098;43.33895;6.50688;71;20220127;13.6;-.4;6.6;.8;7.7;0;.65;9115
+68098;43.33895;6.50688;71;20220128;15.2;-1.4;6.9;1.1;7.16;0;.79;10307
+68098;43.33895;6.50688;71;20220129;15.5;-2.1;6.7;1.2;7.3;0;.91;10505
+68098;43.33895;6.50688;71;20220130;15.1;-1.4;6.9;1;7.2;0;.78;10602
+68098;43.33895;6.50688;71;20220131;16;1.2;8.6;4.9;5.9;0;2.62;9611
+68098;43.33895;6.50688;71;20220201;14.3;5.7;10;4.6;4.53;0;2.88;9324
+68098;43.33895;6.50688;71;20220202;20.7;8.8;14.8;4.5;7.26;0;3.2;10770
+68098;43.33895;6.50688;71;20220203;16.7;1.1;8.9;1.5;8.9;0;1.11;11457
+68098;43.33895;6.50688;71;20220204;16.1;4.9;10.5;1.7;9.26;0;1.2;9312
+68098;43.33895;6.50688;71;20220205;18;6.6;12.3;1.5;7.96;0;1.42;10350
+68098;43.33895;6.50688;71;20220206;17.7;-.5;8.6;3.6;6.33;0;2.3;12170
+68098;43.33895;6.50688;71;20220207;18.7;10.3;14.5;5;6.4;0;3.66;9374
+68098;43.33895;6.50688;71;20220208;16.3;-1.2;7.6;1.3;7.13;0;1.23;12094
+68098;43.33895;6.50688;71;20220209;17;-.4;8.3;2;8.4;.1;1.41;12561
+68098;43.33895;6.50688;71;20220210;15.4;4.8;10.1;3.9;9;0;2.18;12200
+68098;43.33895;6.50688;71;20220211;18.9;3;10.9;2.5;9;0;1.75;11600
+68098;43.33895;6.50688;71;20220212;15.5;3;9.2;2;7;0;1.56;12100
+68098;43.33895;6.50688;71;20220213;13.1;-1.6;5.7;2.1;6.7;3.5;1.23;9500
+68098;43.33895;6.50688;71;20220214;11.2;7.4;9.3;2.4;10.28;28.4;.88;3990
+68098;43.33895;6.50688;71;20220215;14.3;5.5;9.9;7.3;6.6;0;2.98;13100
+68098;43.33895;6.50688;71;20220216;14.7;6.9;10.8;4.1;7.66;0;2.17;9572
+68098;43.33895;6.50688;71;20220217;21.3;11.5;16.4;4.4;9.63;0;3.21;11647
+68098;43.33895;6.50688;71;20220218;18.9;9.5;14.2;1.7;10.4;0;1.68;11764
+68098;43.33895;6.50688;71;20220219;15.7;6.7;11.2;3.2;8.06;0;2.02;10960
+68098;43.33895;6.50688;71;20220220;18.8;4.3;11.5;3.2;6.33;0;2.76;14041
+68098;43.33895;6.50688;71;20220221;17;10.9;13.9;7.9;6.73;0;4.26;10307
+68098;43.33895;6.50688;71;20220222;18.7;8.9;13.8;4.6;5.96;0;3.71;12862
+68098;43.33895;6.50688;71;20220223;17.6;1.5;9.5;1.7;7.66;0;1.85;15047
+68098;43.33895;6.50688;71;20220224;14.9;2;8.5;1.8;9.56;0;1.29;11605
+68098;43.33895;6.50688;71;20220225;15.8;7.7;11.7;4;7.03;0;2.66;11748
+68098;43.33895;6.50688;71;20220226;16.1;3.2;9.7;1.6;5.53;0;1.97;13717
+68098;43.33895;6.50688;71;20220227;13.2;-.2;6.5;1.3;6;0;1.5;13269
+68098;43.33895;6.50688;71;20220228;16;-2.5;6.8;2.3;6.3;0;2.1;16172
+68098;43.33895;6.50688;71;20220301;12.7;3.2;8;2.6;6.73;0;1.89;12640
+68098;43.33895;6.50688;71;20220302;13.9;4.1;9;1.6;7.53;0;1.64;12488
+68098;43.33895;6.50688;71;20220303;13.8;2.7;8.3;1.2;9.4;.7;1.32;11837
+68098;43.33895;6.50688;71;20220304;14.5;3.5;9;1.3;9.43;1.7;1.44;13184
+68098;43.33895;6.50688;71;20220305;11.3;6.2;8.7;1;8.4;.3;1.18;8281
+68098;43.33895;6.50688;71;20220306;11;1.6;6.3;1.1;6.83;.1;1.34;11588
+68098;43.33895;6.50688;71;20220307;13.2;-1.3;5.9;1.2;6.3;0;1.62;15893
+68098;43.33895;6.50688;71;20220308;13.3;-2.4;5.4;1.4;6.5;.1;1.66;16048
+68098;43.33895;6.50688;71;20220309;14.5;4.1;9.3;1.3;7.73;0;1.76;14398
+68098;43.33895;6.50688;71;20220310;15.6;.5;8;1.4;8.43;.2;1.79;16711
+68098;43.33895;6.50688;71;20220311;14.4;4.9;9.7;2.9;8.5;0;1.95;12379
+68098;43.33895;6.50688;71;20220312;12.8;11.2;12;6.5;7.3;.6;3.13;5159
+68098;43.33895;6.50688;71;20220313;9.9;9.1;9.5;4.7;8.36;13.3;1.68;2679
+68098;43.33895;6.50688;71;20220314;13.2;7.3;10.3;3.7;10.2;0;1.58;9246
+68098;43.33895;6.50688;71;20220315;14.9;12.5;13.7;4.4;10.13;0;2.43;7457
+68098;43.33895;6.50688;71;20220316;16.3;8.2;12.2;2.6;11.46;0;1.8;11764
+68098;43.33895;6.50688;71;20220317;17;10.9;13.9;2.3;11;0;1.97;8922
+68098;43.33895;6.50688;71;20220318;17.7;8.9;13.3;2.3;9.3;0;1.98;6200
+68098;43.33895;6.50688;71;20220319;17.1;9.4;13.2;2.6;6.5;.1;2.77;9800
+68098;43.33895;6.50688;71;20220320;14.2;4.6;9.4;4.2;6.5;0;2.45;7000
+68098;43.33895;6.50688;71;20220321;14.8;4.7;9.7;4;6;0;3.17;18700
+68098;43.33895;6.50688;71;20220322;15.4;-1.9;6.7;1.8;5.6;0;2.44;19900
+68098;43.33895;6.50688;71;20220323;17.4;-1.8;7.8;1.4;5.1;0;2.55;20100
+68098;43.33895;6.50688;71;20220324;20.3;-2.4;8.9;1.4;5;0;2.84;20400
+68098;43.33895;6.50688;71;20220325;18.7;-1.6;8.5;1.3;7;0;2.52;20400
+68098;43.33895;6.50688;71;20220326;20;-.7;9.6;3.1;6.1;0;3.46;18900
+68098;43.33895;6.50688;71;20220327;21.8;11.8;16.8;2.9;7.58;0;4.23;20453
+68098;43.33895;6.50688;71;20220328;23.5;2.5;13;1.3;5.9;0;3.1;19100
+68098;43.33895;6.50688;71;20220329;20;3.3;11.6;1.5;7.4;.4;2.53;14500
+68098;43.33895;6.50688;71;20220330;14.2;10;12.1;1.5;11.5;15.9;.99;2600
+68098;43.33895;6.50688;71;20220331;20.7;7.5;14.1;5.2;9.1;.1;4.24;21900
+68098;43.33895;6.50688;71;20220401;12.1;8.4;10.2;10.8;5.6;.1;4.57;23000
+68098;43.33895;6.50688;71;20220402;13.6;4.2;8.9;8;4.9;.1;4.3;22900
+68098;43.33895;6.50688;71;20220403;12;1;6.5;2.4;6.8;3.3;1.88;12900
+68098;43.33895;6.50688;71;20220404;15;.5;7.7;1.6;7.6;0;2.38;20000
+68098;43.33895;6.50688;71;20220405;18;-1;8.5;1.1;6.2;0;2.85;23700
+68098;43.33895;6.50688;71;20220406;15.8;0;7.9;1.5;7.4;0;2.13;15200
+68098;43.33895;6.50688;71;20220407;18.2;11.2;14.7;5.1;10.94;0;3.2;17500
+68098;43.33895;6.50688;71;20220408;20.9;14;17.4;7.5;12.58;0;4.74;22238
+68098;43.33895;6.50688;71;20220409;17.2;12.1;14.6;10.6;5.5;0;6.61;24700
+68098;43.33895;6.50688;71;20220410;16.1;6.8;11.5;2.9;6.88;0;3.65;24308
+68098;43.33895;6.50688;71;20220411;16.2;1.1;8.6;2.5;8.2;0;2.42;16600
+68098;43.33895;6.50688;71;20220412;16.7;3;9.8;4.3;9.1;0;2.78;18900
+68098;43.33895;6.50688;71;20220413;18.3;11.5;14.9;3.5;9.63;0;3.95;23656
+68098;43.33895;6.50688;71;20220414;24.7;3.2;13.9;1.4;7.8;0;3.75;23100
+68098;43.33895;6.50688;71;20220415;27.4;5.3;16.3;1.1;8.8;0;3.5;19300
+68098;43.33895;6.50688;71;20220416;22.6;11.1;16.8;2.1;10.83;0;4.32;25268
+68098;43.33895;6.50688;71;20220417;22.5;14.6;18.5;3;9.8;0;4.64;22200
+68098;43.33895;6.50688;71;20220418;17.7;9.4;13.5;2.9;9.88;0;3.69;23602
+68098;43.33895;6.50688;71;20220419;23.1;4.4;13.7;1.4;11;.5;3.49;23300
+68098;43.33895;6.50688;71;20220420;17;8.2;12.6;2.5;12.6;7.2;1.6;8400
+68098;43.33895;6.50688;71;20220421;18.5;12;15.2;2.8;12.4;.5;2.19;8300
+68098;43.33895;6.50688;71;20220422;19.8;11.5;15.6;2.2;12.7;0;3.01;17500
+68098;43.33895;6.50688;71;20220423;15.2;12.2;13.7;2.8;13.3;19;1.16;3200
+68098;43.33895;6.50688;71;20220424;19.1;8.7;13.9;2.4;11.5;.5;3.24;21100
+68098;43.33895;6.50688;71;20220425;22.8;10.2;16.5;4.2;10.7;0;4.89;25700
+68098;43.33895;6.50688;71;20220426;24.6;7.5;16;1.7;11.9;.1;4.24;26600
+68098;43.33895;6.50688;71;20220427;21.9;9.2;15.5;1.7;12.3;0;3.88;25400
+68098;43.33895;6.50688;71;20220428;24;8;16;1.9;10;0;4.42;26400
+68098;43.33895;6.50688;71;20220429;24.1;7.1;15.6;2;9.5;0;4.5;26600
+68098;43.33895;6.50688;71;20220430;23;7.4;15.2;1.8;10.8;.3;3.81;22600
+68098;43.33895;6.50688;71;20220501;23.6;6.6;15.1;1.3;10.7;.1;3.72;23000
+68098;43.33895;6.50688;71;20220502;23.5;6.6;15;1.5;12.2;0;3.66;22900
+68098;43.33895;6.50688;71;20220503;23;11.4;17.2;1.4;13.1;.8;3.35;18800
+68098;43.33895;6.50688;71;20220504;23.9;6.9;15.4;1.1;11.5;.2;3.32;19600
+68098;43.33895;6.50688;71;20220505;20.3;10.2;15.2;.9;13.2;10.3;2.03;10500
+68098;43.33895;6.50688;71;20220506;19.3;11.8;15.5;.9;13.9;.3;2.66;16090
+68098;43.33895;6.50688;71;20220507;22.9;11;16.9;1.1;13.8;1.7;3.7;22745
+68098;43.33895;6.50688;71;20220508;21;12.3;16.7;1.2;14.4;5.6;3.26;19278
+68098;43.33895;6.50688;71;20220509;24.9;8.9;16.9;1.2;13.2;.8;4.1;25040
+68098;43.33895;6.50688;71;20220510;26.4;10.3;18.4;1.6;13.63;0;4.75;27613
+68098;43.33895;6.50688;71;20220511;26.6;12.7;19.6;2;12.73;0;5.36;28669
+68098;43.33895;6.50688;71;20220512;26.3;11.7;19;2.5;12.4;0;5.54;28782
+68098;43.33895;6.50688;71;20220513;26.3;12.2;19.3;2.2;12.26;0;5.44;28728
+68098;43.33895;6.50688;71;20220514;24.3;10.7;17.5;1.4;14.7;0;4.35;26958
+68098;43.33895;6.50688;71;20220515;25.7;13.3;19.5;1.3;16.06;.1;4.44;26027
+68098;43.33895;6.50688;71;20220516;28.1;11.4;19.8;1.5;13.6;0;5.22;29013
+68098;43.33895;6.50688;71;20220517;26.6;11.1;18.9;1.4;14.96;.1;4.65;27517
+68098;43.33895;6.50688;71;20220518;27.1;12.6;19.9;1.4;16.36;0;4.71;27280
+68098;43.33895;6.50688;71;20220519;28.4;12.6;20.5;1.5;13.5;0;5.3;28795
+68098;43.33895;6.50688;71;20220520;28.9;12;20.4;1.5;14.33;0;5.19;28640
+68098;43.33895;6.50688;71;20220521;30.5;16;23.3;1.7;16.16;0;5.56;27816
+68098;43.33895;6.50688;71;20220522;26.7;15;20.9;1.3;18.33;.1;4.59;25732
+68098;43.33895;6.50688;71;20220523;26.6;14.6;20.6;1.7;17.16;.1;4.72;25717
+68098;43.33895;6.50688;71;20220524;29.4;13.2;21.3;2.1;14.66;.3;5.53;27795
+68098;43.33895;6.50688;71;20220525;24.8;15;19.9;1.3;16.9;.5;4.02;21085
+68098;43.33895;6.50688;71;20220526;27.9;13.5;20.7;1.4;17.13;.1;4.85;26363
+68098;43.33895;6.50688;71;20220527;33.9;17.1;25.5;1.8;16.13;0;6.33;29109
+68098;43.33895;6.50688;71;20220528;32;18.6;25.3;2.1;15;0;6.23;27334
+68098;43.33895;6.50688;71;20220529;27.8;17.1;22.4;2.4;14.33;.2;5.62;26364
+68098;43.33895;6.50688;71;20220530;26.8;13.6;20.2;1.3;15.53;0;4.63;25368
+68098;43.33895;6.50688;71;20220531;26.4;14.3;20.4;1.6;16.76;.2;4.65;25188
+68098;43.33895;6.50688;71;20220601;30.7;14.4;22.5;1.9;15.96;0;5.81;29313
+68098;43.33895;6.50688;71;20220602;29.6;14.8;22.2;1.5;17.56;0;5.5;29288
+68098;43.33895;6.50688;71;20220603;29.3;18.9;24.1;1.5;17.33;1.2;5.08;23671
+68098;43.33895;6.50688;71;20220604;30.9;17.9;24.4;2.3;17.26;0;6.09;27603
+68098;43.33895;6.50688;71;20220605;32.5;18.7;25.6;2.1;19.06;0;6.44;29374
+68098;43.33895;6.50688;71;20220606;33.1;18.5;25.8;2.8;15.4;0;6.8;28554
+68098;43.33895;6.50688;71;20220607;32.2;22.5;27.4;4.7;12.46;0;8.54;27236
+68098;43.33895;6.50688;71;20220608;29.3;19.8;24.6;3.9;11.46;0;7.13;25212
+68098;43.33895;6.50688;71;20220609;29.8;20.2;25;6;10.73;0;8.83;27659
+68098;43.33895;6.50688;71;20220610;30.3;15;22.6;2.4;9.56;0;6.71;30274
+68098;43.33895;6.50688;71;20220611;32;11.7;21.9;1.5;10.73;0;5.97;30708
+68098;43.33895;6.50688;71;20220612;32.2;14.4;23.3;1.8;13.4;0;6.22;29738
+68098;43.33895;6.50688;71;20220613;33.7;17.8;25.8;1.9;17.53;0;6.23;27666
+68098;43.33895;6.50688;71;20220614;31.5;13.2;22.3;1.6;16.96;0;5.81;30044
+68098;43.33895;6.50688;71;20220615;31.9;16.4;24.1;1.5;18.53;0;5.5;26882
+68098;43.33895;6.50688;71;20220616;33.7;19.4;26.6;1.6;21.5;.1;5.82;27294
+68098;43.33895;6.50688;71;20220617;33.2;18;25.6;1.5;20.26;0;5.8;28251
+68098;43.33895;6.50688;71;20220618;34;18.1;26;1.5;18.73;0;6.31;29897
+68098;43.33895;6.50688;71;20220619;33;17.3;25.2;1.5;17.06;0;6.23;30042
+68098;43.33895;6.50688;71;20220620;33.2;15.2;24.2;1.4;15.9;0;6.04;29765
+68098;43.33895;6.50688;71;20220621;32.6;16.4;24.5;1.5;18.76;0;5.63;27061
+68098;43.33895;6.50688;71;20220622;29.9;21.6;25.8;1.2;23.7;1.4;4.37;20123
+68098;43.33895;6.50688;71;20220623;28.9;17.4;23.1;1.2;20.93;1.3;4.7;24025
+68098;43.33895;6.50688;71;20220624;30.9;17.2;24.1;2;18.96;0;5.97;28829
+68098;43.33895;6.50688;71;20220625;31.4;17.8;24.6;1.9;17.4;.1;5.93;28535
+68098;43.33895;6.50688;71;20220626;30.9;17.7;24.3;2.6;19.3;0;6.28;29452
+68098;43.33895;6.50688;71;20220627;32.5;19.1;25.8;2.1;19.1;.1;6.35;28846
+68098;43.33895;6.50688;71;20220628;31.2;19.8;25.5;1.8;19.83;34.4;5.16;22263
+68098;43.33895;6.50688;71;20220629;32.2;15.3;23.7;1.9;18.46;.1;6.3;31009
+68098;43.33895;6.50688;71;20220630;29.6;15.5;22.5;1.6;18.73;0;5.36;27833
+68098;43.33895;6.50688;71;20220701;33.2;17.6;25.4;2.3;15.56;0;7.04;31292
+68098;43.33895;6.50688;71;20220702;32.1;14;23.1;1.6;15.96;0;5.89;29432
+68098;43.33895;6.50688;71;20220703;35.2;17;26.1;1.9;14.23;0;6.76;30046
+68098;43.33895;6.50688;71;20220704;34.9;19.9;27.4;1.9;17.53;0;6.57;28659
+68098;43.33895;6.50688;71;20220705;38.8;19.2;29;2.4;18.1;0;7.82;30787
+68098;43.33895;6.50688;71;20220706;34.2;22.9;28.5;2.5;16.06;0;6.84;27157
+68098;43.33895;6.50688;71;20220707;33.8;17.5;25.6;1.8;17;0;6.37;28839
+68098;43.33895;6.50688;71;20220708;32;18.2;25.1;1.7;17.5;0;5.95;27975
+68098;43.33895;6.50688;71;20220709;33;16.1;24.5;1.9;16.73;.1;6.27;29766
+68098;43.33895;6.50688;71;20220710;31.2;18.2;24.7;1.5;19.9;0;5.6;27744
+68098;43.33895;6.50688;71;20220711;30.6;16.8;23.7;1.5;18.63;0;5.64;28646
+68098;43.33895;6.50688;71;20220712;30.5;18;24.2;1.6;21.4;.1;5.44;27383
+68098;43.33895;6.50688;71;20220713;32.6;17.6;25.1;1.5;20.9;0;5.73;27988
+68098;43.33895;6.50688;71;20220714;34.1;18.7;26.4;1.6;20.13;0;6.08;28518
+68098;43.33895;6.50688;71;20220715;33.9;18.4;26.1;1.7;20.96;.1;6.01;28003
+68098;43.33895;6.50688;71;20220716;32.7;19.7;26.2;1.6;24.1;.1;5.55;26499
+68098;43.33895;6.50688;71;20220717;34.2;20.5;27.4;1.5;22;0;5.98;27716
+68098;43.33895;6.50688;71;20220718;35.4;20;27.7;1.7;20.06;0;6.19;27344
+68098;43.33895;6.50688;71;20220719;34.8;20.8;27.8;1.7;20.23;0;6.2;27623
+68098;43.33895;6.50688;71;20220720;36.4;19;27.7;1.6;17.5;0;6.46;28467
+68098;43.33895;6.50688;71;20220721;36.2;21.6;28.9;2;19.96;0;6.43;27071
+68098;43.33895;6.50688;71;20220722;34.7;19.6;27.2;1.4;23.06;0;5.65;26492
+68098;43.33895;6.50688;71;20220723;35.7;19.5;27.6;1.9;20.43;0;6.41;28062
+68098;43.33895;6.50688;71;20220724;33.8;21;27.4;1.7;21.66;0;5.8;26154
+68098;43.33895;6.50688;71;20220725;34.1;18.9;26.5;1.5;22.6;0;5.65;26758
+68098;43.33895;6.50688;71;20220726;37.5;21.5;29.5;2.5;18.16;0;7.54;29389
+68098;43.33895;6.50688;71;20220727;32.4;20.1;26.2;1.8;17.1;0;5.77;26077
+68098;43.33895;6.50688;71;20220728;33;18;25.5;1.6;18.16;0;5.31;24149
+68098;43.33895;6.50688;71;20220729;33.6;19.4;26.5;2.2;17.46;0;5.94;24423
+68098;43.33895;6.50688;71;20220730;33.3;23.6;28.5;2.8;16.53;0;6.5;24371
+68098;43.33895;6.50688;71;20220731;35;16.3;25.7;1.4;14.13;0;5.96;28221
+68098;43.33895;6.50688;71;20220801;34.6;17;25.8;1.5;16.5;0;5.81;27542
+68098;43.33895;6.50688;71;20220802;33;16.4;24.7;1.8;19.73;0;5.66;27350
+68098;43.33895;6.50688;71;20220803;34.5;18.7;26.6;1.7;19.2;0;5.82;26830
+68098;43.33895;6.50688;71;20220804;35.7;19;27.4;1.4;17.76;0;5.71;26402
+68098;43.33895;6.50688;71;20220805;36.2;19.5;27.9;1.9;17.76;0;6.32;26874
+68098;43.33895;6.50688;71;20220806;35.4;19.7;27.5;1.6;20.43;0;5.63;25751
+68098;43.33895;6.50688;71;20220807;34.2;17.9;26.1;1.7;20.3;0;5.78;26835
+68098;43.33895;6.50688;71;20220808;33;19.2;26.1;1.5;21.2;0;5.43;25964
+68098;43.33895;6.50688;71;20220809;34.4;18.8;26.6;1.4;18.26;0;5.43;25568
+68098;43.33895;6.50688;71;20220810;33.4;19.1;26.3;1.6;17.96;.1;5.2;23523
+68098;43.33895;6.50688;71;20220811;32.4;19.3;25.8;1.7;18.96;0;5.02;22503
+68098;43.33895;6.50688;71;20220812;32.9;18;25.4;1.9;21.03;.1;5.18;23385
+68098;43.33895;6.50688;71;20220813;30.4;21.2;25.8;2.5;20.76;0;5.05;21936
+68098;43.33895;6.50688;71;20220814;29.8;19.6;24.7;2;18.8;3;4.62;20167
+68098;43.33895;6.50688;71;20220815;31.8;16.7;24.3;1.5;20.03;.5;5.2;26608
+68098;43.33895;6.50688;71;20220816;31.6;17.9;24.7;1.8;21.56;5.3;4.88;23961
+68098;43.33895;6.50688;71;20220817;24.7;20.3;22.5;2;22.66;11.7;2.65;12156
+68098;43.33895;6.50688;71;20220818;28.3;18.2;23.3;2.3;19.43;10.2;4.24;19934
+68098;43.33895;6.50688;71;20220819;32.7;17.7;25.2;3.4;16.76;0;6.33;25850
+68098;43.33895;6.50688;71;20220820;33.8;17.7;25.8;2.1;16.46;0;5.72;25094
+68098;43.33895;6.50688;71;20220821;32.8;17.7;25.3;1.7;17.26;0;5.12;23578
+68098;43.33895;6.50688;71;20220822;31.9;16.5;24.2;1.6;17.43;0;4.77;23003
+68098;43.33895;6.50688;71;20220823;32.4;16.8;24.6;1.4;19.2;0;4.65;23481
+68098;43.33895;6.50688;71;20220824;32.1;17.8;25;1.2;20.56;0;4.49;23096
+68098;43.33895;6.50688;71;20220825;33.2;18.2;25.7;1.5;19.3;0;4.8;23147
+68098;43.33895;6.50688;71;20220826;31.9;19.1;25.5;1.3;21.36;.3;4.27;20827
+68098;43.33895;6.50688;71;20220827;30.5;18.6;24.6;1.3;22.3;.9;3.94;19727
+68098;43.33895;6.50688;71;20220828;31.5;18.4;25;1.4;21.76;0;4.4;22252
+68098;43.33895;6.50688;71;20220829;32.4;17.7;25.1;1.6;20.86;.3;4.55;22311
+68098;43.33895;6.50688;71;20220830;31.2;20.5;25.8;1.8;22.36;.1;4.44;20692
+68098;43.33895;6.50688;71;20220831;30.1;19.1;24.6;1.8;19.13;0;4.27;19991
+68098;43.33895;6.50688;71;20220901;31.6;17.2;24.4;1.5;19.26;.1;4.43;22240
+68098;43.33895;6.50688;71;20220902;28.7;17.2;23;1.4;21;6.9;3.44;17677
+68098;43.33895;6.50688;71;20220903;28.7;17.6;23.2;1.5;21.06;.7;3.77;19870
+68098;43.33895;6.50688;71;20220904;29.5;17.8;23.6;1.7;21.03;.1;3.97;20533
+68098;43.33895;6.50688;71;20220905;30.3;17.2;23.8;1.4;20.53;0;4.03;21187
+68098;43.33895;6.50688;71;20220906;30.4;18.1;24.2;1.6;20.93;.1;4;20303
+68098;43.33895;6.50688;71;20220907;30.1;17.6;23.9;1.8;22.2;17.2;3.94;20292
+68098;43.33895;6.50688;71;20220908;30.1;17.3;23.7;2.9;17.83;0;4.65;20290
+68098;43.33895;6.50688;71;20220909;29.8;20.3;25;4.8;13.1;0;6.17;17999
+68098;43.33895;6.50688;71;20220910;29.1;19.7;24.4;5.9;11.86;0;6.79;18921
+68098;43.33895;6.50688;71;20220911;28.4;18.7;23.6;2.9;13.56;0;4.69;18580
+68098;43.33895;6.50688;71;20220912;29.8;12.9;21.4;1.2;16.33;.1;3.63;21044
+68098;43.33895;6.50688;71;20220913;28.8;15;21.9;1.1;19.2;.1;3.26;18597
+68098;43.33895;6.50688;71;20220914;24.3;19;21.7;1.1;21.46;6.6;2.21;11243
+68098;43.33895;6.50688;71;20220915;31.8;18;24.9;2.7;18.66;0;4.76;20667
+68098;43.33895;6.50688;71;20220916;29.2;20.7;24.9;6;13.6;0;6.5;16972
+68098;43.33895;6.50688;71;20220917;27.1;17.1;22.1;5.8;8.5;0;6.61;18711
+68098;43.33895;6.50688;71;20220918;26.2;8.5;17.3;1.7;11.03;0;3.49;19883
+68098;43.33895;6.50688;71;20220919;29.1;12;20.6;2.7;11.1;0;4.58;20496
+68098;43.33895;6.50688;71;20220920;27;11.2;19.1;1.5;13.46;0;3.33;19611
+68098;43.33895;6.50688;71;20220921;25.2;10.3;17.7;2.1;13;0;3.28;18405
+68098;43.33895;6.50688;71;20220922;23.7;12.5;18.1;1.5;13.1;0;2.8;16088
+68098;43.33895;6.50688;71;20220923;24.7;13.2;19;1;13;2.2;2.75;17547
+68098;43.33895;6.50688;71;20220924;18;13.8;15.9;1;15.73;11.7;1.41;7944
+68098;43.33895;6.50688;71;20220925;24.2;14.1;19.1;1.7;15.5;.4;2.77;15626
+68098;43.33895;6.50688;71;20220926;24.4;13.5;18.9;4.1;10.93;0;4.3;17706
+68098;43.33895;6.50688;71;20220927;22.6;15.5;19.1;7.2;9.46;0;5.47;15094
+68098;43.33895;6.50688;71;20220928;25;15;20;5.8;12.1;0;4.87;15300
+68098;43.33895;6.50688;71;20220929;22.5;15.1;18.8;4;11.83;0;3.68;13349
+68098;43.33895;6.50688;71;20220930;22.7;14.1;18.4;2;9.9;0;2.89;12667
+68098;43.33895;6.50688;71;20221001;23.7;9.2;16.4;4.2;10.96;0;3.81;17794
+68098;43.33895;6.50688;71;20221002;28.9;18.3;23.6;5.2;13.93;0;5.28;15127
+68098;43.33895;6.50688;71;20221003;26.3;14.6;20.4;1.9;12.96;0;3;14570
+68098;43.33895;6.50688;71;20221004;26.5;9.1;17.8;1.1;13.43;.2;2.49;16648
+68098;43.33895;6.50688;71;20221005;26;10;18;1.2;14.56;.2;2.46;16501
+68098;43.33895;6.50688;71;20221006;25.6;9.8;17.7;1.2;14.5;.1;2.3;15731
+68098;43.33895;6.50688;71;20221007;25.3;11;18.1;1.3;14.16;.4;2.36;15457
+68098;43.33895;6.50688;71;20221008;20.6;11.6;16.1;.9;15.06;8.8;1.6;10476
+68098;43.33895;6.50688;71;20221009;18.2;13.3;15.8;1.1;16.9;3.7;1.15;7161
+68098;43.33895;6.50688;71;20221010;22.8;15.1;19;1.1;16.46;.2;1.87;11621
+68098;43.33895;6.50688;71;20221011;25.1;10.6;17.9;1.2;14.23;.1;2.17;14881
+68098;43.33895;6.50688;71;20221012;23.6;11.3;17.4;1.3;14.13;0;2.07;13232
+68098;43.33895;6.50688;71;20221013;25.2;10.3;17.7;2.3;13.73;0;2.66;14417
+68098;43.33895;6.50688;71;20221014;26.2;17.1;21.6;2.9;14.16;0;3.14;11776
+68098;43.33895;6.50688;71;20221015;27.1;10.7;18.9;1.4;14.66;.2;2.33;15027
+68098;43.33895;6.50688;71;20221016;23.7;12.3;18;1.3;16.33;.2;1.88;12873
+68098;43.33895;6.50688;71;20221017;24.7;12.5;18.6;1.3;15.76;.1;1.95;12725
+68098;43.33895;6.50688;71;20221018;26.2;11;18.6;1;15;.1;1.95;13854
+68098;43.33895;6.50688;71;20221019;25.3;10.8;18.1;1;15.66;.2;1.74;12982
+68098;43.33895;6.50688;71;20221020;22.8;13.8;18.3;1.2;17.23;.2;1.59;10921
+68098;43.33895;6.50688;71;20221021;21.3;17.1;19.2;1.5;19.66;3.7;1.14;5542
+68098;43.33895;6.50688;71;20221022;25.4;16.9;21.2;.9;20.4;.1;1.48;9076
+68098;43.33895;6.50688;71;20221023;24.5;16.6;20.5;2;19.83;0;1.69;9405
+68098;43.33895;6.50688;71;20221024;24.6;18;21.3;1.3;19.66;.3;1.53;7864
+68098;43.33895;6.50688;71;20221025;26.3;13.8;20;.9;18.03;.2;1.58;11300
+68098;43.33895;6.50688;71;20221026;23.8;14.8;19.3;1.3;18;.2;1.46;9109
+68098;43.33895;6.50688;71;20221027;24.5;13.4;18.9;1.2;16.43;.1;1.6;10990
+68098;43.33895;6.50688;71;20221028;27.1;10.6;18.9;1;14.43;0;1.62;12097
+68098;43.33895;6.50688;71;20221029;26.5;10;18.3;1.3;12.93;.1;1.86;11934
+68098;43.33895;6.50688;71;20221030;24.2;8.4;16.3;1.1;13.13;.1;1.46;11776
+68098;43.33895;6.50688;71;20221031;23.4;10.4;16.9;1.1;14.9;.2;1.38;10955
+68098;43.33895;6.50688;71;20221101;20;13.5;16.8;.9;15.33;23.1;1.11;7537
+68098;43.33895;6.50688;71;20221102;23.7;10.2;16.9;1.2;13.56;.1;1.37;10923
+68098;43.33895;6.50688;71;20221103;17.5;8;12.7;1.3;13.06;20.6;.99;7388
+68098;43.33895;6.50688;71;20221104;17.3;13.2;15.3;5.8;9.1;.7;3.1;6140
+68098;43.33895;6.50688;71;20221105;20.8;10.8;15.8;2.7;7.33;.4;2.51;10377
+68098;43.33895;6.50688;71;20221106;21.3;3.4;12.4;1.5;8.93;.2;1.46;11443
+68098;43.33895;6.50688;71;20221107;21;5.7;13.4;1.2;10.26;.1;1.22;11102
+68098;43.33895;6.50688;71;20221108;18.6;5.9;12.2;1;11.93;1;.91;8498
+68098;43.33895;6.50688;71;20221109;18.8;11.4;15.1;.9;15.5;6.2;.82;6232
+68098;43.33895;6.50688;71;20221110;20.1;10.4;15.3;1.5;14.2;0;1.11;9033
+68098;43.33895;6.50688;71;20221111;21.2;9;15.1;1.2;12.86;.1;1.11;9707
+68098;43.33895;6.50688;71;20221112;21.3;6.4;13.9;.8;11.86;0;.86;8927
+68098;43.33895;6.50688;71;20221113;19.5;10;14.7;1.3;11.6;.1;1.13;7338
+68098;43.33895;6.50688;71;20221114;17.2;5.4;11.3;1.6;11.43;19.3;.88;7544
+68098;43.33895;6.50688;71;20221115;15.6;12.5;14.1;1.9;14.73;2.9;.67;3286
+68098;43.33895;6.50688;71;20221116;20.9;12.3;16.6;2.4;12.7;0;1.52;8477
+68098;43.33895;6.50688;71;20221117;22;10.4;16.2;3.2;11.26;.9;2.1;8854
+68098;43.33895;6.50688;71;20221118;17.8;11.5;14.7;5;9.73;0;2.5;7334
+68098;43.33895;6.50688;71;20221119;17.5;7.3;12.4;2.6;7.46;0;1.74;8525
+68098;43.33895;6.50688;71;20221120;16.4;4.9;10.6;3.4;6.86;0;1.9;9153
+68098;43.33895;6.50688;71;20221121;14.5;9.8;12.1;3.2;8.36;6.5;1.68;4635
+68098;43.33895;6.50688;71;20221122;15.2;9.5;12.4;7.4;7.63;0;2.94;6807
+68098;43.33895;6.50688;71;20221123;16.1;9.2;12.6;5.6;7.93;0;2.54;6138
+68098;43.33895;6.50688;71;20221124;19;10.7;14.9;4;7.83;.2;2.57;7527
+68098;43.33895;6.50688;71;20221125;18.8;7.3;13.1;1.2;9.86;0;.92;7752
+68098;43.33895;6.50688;71;20221126;19.3;4.7;12;1.6;8.1;0;1.11;8804
+68098;43.33895;6.50688;71;20221127;16.6;1.4;9;.9;7.8;.1;.68;8418
+68098;43.33895;6.50688;71;20221128;12.1;2.8;7.5;1.1;8.83;2.6;.53;4962
+68098;43.33895;6.50688;71;20221129;9.8;5.9;7.8;1.5;9.13;.5;.55;3541
+68098;43.33895;6.50688;71;20221130;15.8;0;7.9;1.4;7.36;.1;.75;8495
+68098;43.33895;6.50688;71;20221201;14.5;2.9;8.7;1.1;8.46;.1;.63;7242
+68098;43.33895;6.50688;71;20221202;13.9;.6;7.3;1.4;7.86;1.9;.63;7914
+68098;43.33895;6.50688;71;20221203;11.7;5.4;8.5;2.5;10.43;25;.54;3608
+68098;43.33895;6.50688;71;20221204;13.4;9.8;11.6;1.4;12;10.3;.55;3719
+68098;43.33895;6.50688;71;20221205;15;6.1;10.5;1.1;9.53;0;.57;6632
+68098;43.33895;6.50688;71;20221206;15.6;1.7;8.6;1.1;7.5;.1;.61;7611
+68098;43.33895;6.50688;71;20221207;14.6;-.7;6.9;1.1;6.96;.1;.54;8031
+68098;43.33895;6.50688;71;20221208;8.1;-.1;4;1;8.06;29.7;.33;4498
+68098;43.33895;6.50688;71;20221209;12.3;7.4;9.9;1.5;12.46;6.1;.29;3151
+68098;43.33895;6.50688;71;20221210;13.5;7.3;10.4;2.2;9.13;0;.88;5187
+68098;43.33895;6.50688;71;20221211;9.9;3.3;6.6;3.8;3.96;0;1.79;5413
+68098;43.33895;6.50688;71;20221212;12.3;-2.4;4.9;1.8;5.13;6;.86;7391
+68098;43.33895;6.50688;71;20221213;7.4;4.9;6.1;1.6;9.3;2.2;.34;1965
+68098;43.33895;6.50688;71;20221214;12.6;7.1;9.8;2;10.33;.4;.59;4503
+68098;43.33895;6.50688;71;20221215;13.2;7.4;10.3;1.5;11.56;39.9;.41;4462
+68098;43.33895;6.50688;71;20221216;14.7;7.5;11.1;1.2;10.8;0;.53;5385
+68098;43.33895;6.50688;71;20221217;14.2;2.3;8.2;2;8.13;0;.78;6516
+68098;43.33895;6.50688;71;20221218;13.1;3.1;8.1;1;8.83;.5;.41;5944
+68098;43.33895;6.50688;71;20221219;11.7;4.4;8;1.1;10.56;2.1;.36;4156
+68098;43.33895;6.50688;71;20221220;14.2;8.3;11.3;1.1;12.86;1.5;.4;4216
+68098;43.33895;6.50688;71;20221221;14.9;13;14;1.9;14.33;5.2;.58;1846
+68098;43.33895;6.50688;71;20221222;17.1;8.4;12.7;3.5;10.8;0;1.28;5896
+68098;43.33895;6.50688;71;20221223;21.8;11;16.4;4.1;12.06;0;2.05;6882
+68098;43.33895;6.50688;71;20221224;22.4;15;18.7;2.8;11.63;.1;2.02;5492
+68098;43.33895;6.50688;71;20221225;16;5.1;10.6;1.2;11.63;.2;.43;7141
+68098;43.33895;6.50688;71;20221226;18.1;11.2;14.7;1.6;12.83;0;.77;5613
+68098;43.33895;6.50688;71;20221227;18.5;10;14.3;3.9;9.13;0;1.99;6223
+68098;43.33895;6.50688;71;20221228;18.1;6.1;12.1;1.7;8.73;0;.97;7023
+68098;43.33895;6.50688;71;20221229;16.1;6.4;11.3;.9;11.23;.3;.47;5862
+68098;43.33895;6.50688;71;20221230;14.8;7.3;11;.8;11.43;.1;.46;5077
+68098;43.33895;6.50688;71;20221231;15.3;5.5;10.4;1.1;11.4;.2;.47;5218
+68099;43.42348;6.74047;9;20220101;14.1;11.3;12.7;1.1;12.1;0;.62;2513
+68099;43.42348;6.74047;9;20220102;13.2;10.7;11.9;1.8;10.4;0;.89;2305
+68099;43.42348;6.74047;9;20220103;18.1;5.3;11.7;3;8.9;0;1.44;7291
+68099;43.42348;6.74047;9;20220104;11.5;4.8;8.1;1.1;10.7;.2;.31;4866
+68099;43.42348;6.74047;9;20220105;13.9;10.7;12.3;4.2;8.2;5.3;2.04;2893
+68099;43.42348;6.74047;9;20220106;12.2;4.9;8.5;3.5;5.5;.1;1.78;5232
+68099;43.42348;6.74047;9;20220107;13;.8;6.9;3.6;5;.1;1.73;7293
+68099;43.42348;6.74047;9;20220108;14.9;4.1;9.5;6.4;6.2;.1;2.61;6825
+68099;43.42348;6.74047;9;20220109;13.5;8.8;11.1;7.1;6.5;0;3;3996
+68099;43.42348;6.74047;9;20220110;15.3;6;10.6;2.3;6.1;0;1.52;6335
+68099;43.42348;6.74047;9;20220111;15.6;1.6;8.6;3;4.7;0;1.89;8215
+68099;43.42348;6.74047;9;20220112;14;.4;7.2;2.5;4.9;0;1.45;8153
+68099;43.42348;6.74047;9;20220113;14.9;.1;7.5;2.1;5.4;0;1.25;8662
+68099;43.42348;6.74047;9;20220114;15.5;.9;8.2;2.1;5.2;0;1.36;8682
+68099;43.42348;6.74047;9;20220115;15.4;-.7;7.3;2;5.8;0;1.17;9295
+68099;43.42348;6.74047;9;20220116;13.6;.7;7.1;2.2;6.1;0;1.14;8243
+68099;43.42348;6.74047;9;20220117;17.1;2;9.5;2.2;6.2;0;1.45;9152
+68099;43.42348;6.74047;9;20220118;14;-.9;6.5;1.9;7.5;.1;.81;9185
+68099;43.42348;6.74047;9;20220119;12.2;1.8;7;2.1;8.2;.1;.72;7500
+68099;43.42348;6.74047;9;20220120;14.3;3.8;9;3.1;6.5;0;1.61;7638
+68099;43.42348;6.74047;9;20220121;15;1.9;8.4;2.6;5.8;0;1.55;8827
+68099;43.42348;6.74047;9;20220122;14.1;1.1;7.6;1.9;6.4;0;1.1;8898
+68099;43.42348;6.74047;9;20220123;13.3;-.1;6.6;1.6;7.1;0;.83;9174
+68099;43.42348;6.74047;9;20220124;14.6;1.1;7.8;2;7.9;0;.97;9334
+68099;43.42348;6.74047;9;20220125;14.4;2.8;8.6;1.8;8.3;0;.93;8648
+68099;43.42348;6.74047;9;20220126;13;2.1;7.5;1.6;7.8;0;.84;8446
+68099;43.42348;6.74047;9;20220127;13.9;2.6;8.2;1.7;7.9;0;.94;8747
+68099;43.42348;6.74047;9;20220128;14.7;1.1;7.9;2;7.8;0;1.05;9884
+68099;43.42348;6.74047;9;20220129;15.7;2.5;9.1;1.8;7.5;0;1.18;9846
+68099;43.42348;6.74047;9;20220130;14.3;1.5;7.9;1.9;8.3;0;.97;9805
+68099;43.42348;6.74047;9;20220131;17.6;4.9;11.2;5.5;6.6;0;2.98;9896
+68099;43.42348;6.74047;9;20220201;15.9;6.4;11.1;4.5;4.5;0;3.12;8462
+68099;43.42348;6.74047;9;20220202;20.2;5.4;12.8;2.5;7.8;0;2.01;11113
+68099;43.42348;6.74047;9;20220203;16.7;4;10.3;2;9.6;0;1.18;10320
+68099;43.42348;6.74047;9;20220204;16.6;9.4;13;1.7;10;0;1.27;7483
+68099;43.42348;6.74047;9;20220205;17.1;7;12;1.7;9;0;1.35;9292
+68099;43.42348;6.74047;9;20220206;18.2;3.8;11;5.8;6.5;0;3.22;11568
+68099;43.42348;6.74047;9;20220207;20.6;11.2;15.9;5.9;6.9;0;4.24;9170
+68099;43.42348;6.74047;9;20220208;16.1;4.1;10.1;2.3;7;0;1.69;10721
+68099;43.42348;6.74047;9;20220209;17.7;1.7;9.7;2.3;8.4;.1;1.59;12807
+68099;43.42348;6.74047;9;20220210;12.3;7;9.6;3.1;9.03;0;1.69;12372
+68099;43.42348;6.74047;9;20220211;15.7;6.4;11.1;2.9;9.57;0;1.58;11218
+68099;43.42348;6.74047;9;20220212;15.5;6.4;10.9;3.8;8.17;0;2.04;12175
+68099;43.42348;6.74047;9;20220213;13.4;3.7;8.5;2.9;7.2;1.9;1.6;9343
+68099;43.42348;6.74047;9;20220214;10.4;7.3;8.8;3.3;9.87;28.5;.95;2960
+68099;43.42348;6.74047;9;20220215;13.6;5;9.3;3.6;8.07;0;1.86;12047
+68099;43.42348;6.74047;9;20220216;15.8;3.5;9.6;3.2;7.2;0;2.04;12180
+68099;43.42348;6.74047;9;20220217;15;5.7;10.3;1.9;10;.2;1.26;10530
+68099;43.42348;6.74047;9;20220218;15.4;4.2;9.8;1.4;10.7;0;1.14;11878
+68099;43.42348;6.74047;9;20220219;15.7;4.5;10.1;3.1;8.3;0;1.87;12045
+68099;43.42348;6.74047;9;20220220;18.8;6;12.4;4;7.2;0;2.96;13168
+68099;43.42348;6.74047;9;20220221;17.3;11;14.1;9.5;6.8;0;4.76;8886
+68099;43.42348;6.74047;9;20220222;19.8;9.4;14.6;5.3;6;0;4.2;12041
+68099;43.42348;6.74047;9;20220223;16.8;2.8;9.8;1.9;8.6;.1;1.7;14421
+68099;43.42348;6.74047;9;20220224;15;3.4;9.2;2.6;9.5;.5;1.49;13160
+68099;43.42348;6.74047;9;20220225;16.6;7.1;11.8;3.8;8.3;.2;2.42;11918
+68099;43.42348;6.74047;9;20220226;15.2;6.9;11;2.5;5.4;0;2.39;11187
+68099;43.42348;6.74047;9;20220227;13.4;2.9;8.1;2.1;6;0;1.84;12955
+68099;43.42348;6.74047;9;20220228;17.1;1.6;9.3;3.3;6.4;0;2.62;16274
+68099;43.42348;6.74047;9;20220301;12.9;6.8;9.8;2.9;7.1;0;1.97;9757
+68099;43.42348;6.74047;9;20220302;14;5.1;9.5;2.4;7.6;0;1.85;12281
+68099;43.42348;6.74047;9;20220303;14.9;4.2;9.5;1.9;9.4;1;1.59;13798
+68099;43.42348;6.74047;9;20220304;14.7;4.6;9.6;1.6;9.7;3.4;1.52;13533
+68099;43.42348;6.74047;9;20220305;11.8;7.9;9.8;1.4;8.9;.9;1.27;7909
+68099;43.42348;6.74047;9;20220306;11.7;5.5;8.6;1.4;7.2;.1;1.47;10528
+68099;43.42348;6.74047;9;20220307;13.1;1.5;7.3;2.2;6.7;0;1.86;15180
+68099;43.42348;6.74047;9;20220308;12.7;1.4;7;2.2;6.6;.1;1.84;15147
+68099;43.42348;6.74047;9;20220309;14;5;9.5;1.9;7.9;0;1.83;13511
+68099;43.42348;6.74047;9;20220310;15.2;3.2;9.2;2.2;8.9;.2;1.89;16042
+68099;43.42348;6.74047;9;20220311;14.1;6.1;10.1;3;8.6;.1;1.99;12961
+68099;43.42348;6.74047;9;20220312;13.4;12.3;12.8;6.3;7;0;3.38;3853
+68099;43.42348;6.74047;9;20220313;11.1;10.9;11;4.6;7.9;4.6;2.04;746
+68099;43.42348;6.74047;9;20220314;14.5;8.3;11.4;3.8;10;.2;1.99;11635
+68099;43.42348;6.74047;9;20220315;15.9;13.5;14.7;4.4;10.1;0;2.61;6718
+68099;43.42348;6.74047;9;20220316;16.5;7.4;11.9;2.6;11.4;0;1.96;14773
+68099;43.42348;6.74047;9;20220317;17.4;13;15.2;1.7;11;0;2.02;9900
+68099;43.42348;6.74047;9;20220318;17.2;10.5;13.8;4.1;9.87;0;2.77;11863
+68099;43.42348;6.74047;9;20220319;16.9;13.9;15.4;4.8;8;0;3.28;10865
+68099;43.42348;6.74047;9;20220320;14.1;9.4;11.7;5.5;7.57;0;2.8;8849
+68099;43.42348;6.74047;9;20220321;14.7;7.4;11;5.5;6.37;0;3.62;19161
+68099;43.42348;6.74047;9;20220322;14.8;1;7.9;2.6;6;0;2.84;20466
+68099;43.42348;6.74047;9;20220323;16.6;1.6;9.1;2.8;6.47;0;3.16;20584
+68099;43.42348;6.74047;9;20220324;17.6;3.4;10.5;2;6.7;0;3.04;20862
+68099;43.42348;6.74047;9;20220325;16;2.5;9.2;2.5;7.5;0;2.93;21059
+68099;43.42348;6.74047;9;20220326;18.2;3.2;10.7;5.3;7.77;0;3.9;20910
+68099;43.42348;6.74047;9;20220327;23.4;11.9;17.6;3.1;7.47;0;4.12;17835
+68099;43.42348;6.74047;9;20220328;22.5;7.4;14.9;2.2;6.37;0;3.77;21038
+68099;43.42348;6.74047;9;20220329;16.9;4.6;10.7;2.6;9.6;.4;2.78;18795
+68099;43.42348;6.74047;9;20220330;16.4;10.6;13.5;2.9;11.57;16.1;1.81;6895
+68099;43.42348;6.74047;9;20220331;18.1;8.3;13.2;3.1;10.67;0;3.15;21584
+68099;43.42348;6.74047;9;20220401;13.2;8.7;10.9;7.7;6.2;.1;4.26;20381
+68099;43.42348;6.74047;9;20220402;14.7;4.5;9.6;1.9;6.9;.2;2.46;20266
+68099;43.42348;6.74047;9;20220403;11.3;2.2;6.7;2.8;7.31;2.3;2.06;12350
+68099;43.42348;6.74047;9;20220404;14.2;3.8;9;3;7.8;0;2.88;22420
+68099;43.42348;6.74047;9;20220405;14.5;2.5;8.5;2.6;8;0;2.9;23258
+68099;43.42348;6.74047;9;20220406;13.7;2.8;8.2;2.5;8.9;0;2.27;16509
+68099;43.42348;6.74047;9;20220407;21;11.7;16.3;5.6;10.1;0;3.71;18900
+68099;43.42348;6.74047;9;20220408;24.3;14.6;19.4;7.5;12.6;0;4.74;22238
+68099;43.42348;6.74047;9;20220409;17.8;12.6;15.2;6.1;5;0;6.32;19932
+68099;43.42348;6.74047;9;20220410;16.9;5.5;11.2;2.9;6.9;0;3.65;24308
+68099;43.42348;6.74047;9;20220411;15.7;3.2;9.4;3.8;9.23;0;2.9;19951
+68099;43.42348;6.74047;9;20220412;16.8;5.7;11.2;5.1;10.07;0;3.24;22826
+68099;43.42348;6.74047;9;20220413;18.8;12.1;15.4;4.2;9.53;0;4.14;23271
+68099;43.42348;6.74047;9;20220414;21.5;8.5;15;2.3;8.8;0;4.14;23537
+68099;43.42348;6.74047;9;20220415;22.8;10.4;16.6;2.5;9.1;0;4.46;24095
+68099;43.42348;6.74047;9;20220416;20.9;9.9;15.4;2.7;10.97;0;4.39;24012
+68099;43.42348;6.74047;9;20220417;18.2;14.6;16.4;3.1;10.53;0;3.84;21896
+68099;43.42348;6.74047;9;20220418;18.3;8.4;13.3;3;10.2;0;3.75;23768
+68099;43.42348;6.74047;9;20220419;18.1;6.9;12.5;2.6;11.87;0;3.1;21794
+68099;43.42348;6.74047;9;20220420;15.8;9.5;12.6;3.8;13.13;6.9;2.22;11862
+68099;43.42348;6.74047;9;20220421;18.7;12.9;15.8;4.1;12.43;.8;2.79;11917
+68099;43.42348;6.74047;9;20220422;18.1;12.4;15.2;2.5;13.6;.4;2.76;16834
+68099;43.42348;6.74047;9;20220423;14.9;13;13.9;3.7;13.6;18;1.58;5369
+68099;43.42348;6.74047;9;20220424;18.8;9.1;13.9;3.3;11.97;1.6;3.15;19747
+68099;43.42348;6.74047;9;20220425;20;13.7;16.8;4.1;11.97;0;3.86;25970
+68099;43.42348;6.74047;9;20220426;19;9.6;14.3;3.2;13.37;.2;3.26;24572
+68099;43.42348;6.74047;9;20220427;18.3;9.7;14;2.4;13.6;0;3.42;23625
+68099;43.42348;6.74047;9;20220428;22.7;10.5;16.6;2.3;10.63;0;4.38;26834
+68099;43.42348;6.74047;9;20220429;21.1;9;15;2.6;10.17;0;4.43;26858
+68099;43.42348;6.74047;9;20220430;20.7;10.2;15.4;2.4;11.27;3.4;4.06;24385
+68099;43.42348;6.74047;9;20220501;19.6;9.5;14.5;2.4;12.07;.1;4.05;24923
+68099;43.42348;6.74047;9;20220502;19.6;8.9;14.2;2.5;13.47;0;3.78;26813
+68099;43.42348;6.74047;9;20220503;19.9;11.2;15.5;2.2;14.37;.2;3.57;23158
+68099;43.42348;6.74047;9;20220504;20.2;10.1;15.1;2.2;13.37;.2;4.08;27105
+68099;43.42348;6.74047;9;20220505;19.6;12;15.8;2.1;13.4;.2;3.29;20194
+68099;43.42348;6.74047;9;20220506;19.2;12.7;15.9;1.5;14.1;.3;3.02;18650
+68099;43.42348;6.74047;9;20220507;23.1;11.9;17.5;1.7;14.1;.2;4.12;25106
+68099;43.42348;6.74047;9;20220508;21.9;14.3;18.1;2.3;14.7;3.6;3.71;20497
+68099;43.42348;6.74047;9;20220509;24.8;11.9;18.3;2.5;13.6;.8;4.83;27318
+68099;43.42348;6.74047;9;20220510;26;13.3;19.6;2.4;14.3;0;5.02;27216
+68099;43.42348;6.74047;9;20220511;28.8;15;21.9;2.5;13;0;5.9;28565
+68099;43.42348;6.74047;9;20220512;28.9;13.4;21.1;2.7;12.1;0;6.07;29184
+68099;43.42348;6.74047;9;20220513;28.3;14.5;21.4;1.9;12.8;0;5.56;28808
+68099;43.42348;6.74047;9;20220514;22.3;12.3;17.3;1.7;14.8;0;3.97;24385
+68099;43.42348;6.74047;9;20220515;22.2;14.3;18.2;1.5;16.7;0;3.62;21582
+68099;43.42348;6.74047;9;20220516;28.5;12.7;20.6;1.5;15;0;5.31;29633
+68099;43.42348;6.74047;9;20220517;23.3;13.4;18.3;1.8;16.3;.2;4.09;24540
+68099;43.42348;6.74047;9;20220518;23.9;14.3;19.1;1.7;17.8;0;4.08;24230
+68099;43.42348;6.74047;9;20220519;27.7;15.2;21.4;1.6;15;0;5.22;27974
+68099;43.42348;6.74047;9;20220520;26.2;14;20.1;1.7;15.5;0;4.94;27712
+68099;43.42348;6.74047;9;20220521;27.2;16.8;22;1.5;17;0;4.84;25548
+68099;43.42348;6.74047;9;20220522;24.4;16.7;20.5;1.5;19.4;.1;3.91;21830
+68099;43.42348;6.74047;9;20220523;27.2;14.6;20.9;1.9;18.6;.2;5.06;28462
+68099;43.42348;6.74047;9;20220524;26.9;14.9;20.9;2.4;16.2;.9;5.26;27821
+68099;43.42348;6.74047;9;20220525;27.3;16.5;21.9;2.1;17.6;.3;5.09;26387
+68099;43.42348;6.74047;9;20220526;27.4;16.6;22;1.8;17.9;0;5.03;26461
+68099;43.42348;6.74047;9;20220527;32.7;20.4;26.5;2.4;16.6;0;6.64;28423
+68099;43.42348;6.74047;9;20220528;30.3;20.6;25.4;2.1;16.6;0;5.73;25126
+68099;43.42348;6.74047;9;20220529;26.8;18.6;22.7;2.7;15.6;0;5.19;23029
+68099;43.42348;6.74047;9;20220530;26.1;16.9;21.5;2;17.6;0;4.72;24546
+68099;43.42348;6.74047;9;20220531;25.2;17.1;21.1;2;18;0;4.39;22985
+68099;43.42348;6.74047;9;20220601;26.3;15;20.6;1.9;17.9;0;4.93;27498
+68099;43.42348;6.74047;9;20220602;28.2;15.7;21.9;1.9;18.3;0;5.43;29064
+68099;43.42348;6.74047;9;20220603;29.9;19.9;24.9;1.3;17.2;1.1;5.31;25876
+68099;43.42348;6.74047;9;20220604;31.2;19.2;25.2;2;17.4;0;6.13;28551
+68099;43.42348;6.74047;9;20220605;34.2;19.6;26.9;2.4;19.1;0;7.07;31205
+68099;43.42348;6.74047;9;20220606;27.1;18.6;22.8;2.4;18.3;0;4.97;23854
+68099;43.42348;6.74047;9;20220607;33.7;22.4;28;5.4;12.1;0;9.45;27791
+68099;43.42348;6.74047;9;20220608;30.4;19.4;24.9;4.2;11.9;0;7.65;27437
+68099;43.42348;6.74047;9;20220609;32;20.8;26.4;5.6;10.9;0;9.19;27735
+68099;43.42348;6.74047;9;20220610;29.1;17.6;23.3;2.8;10.8;0;6.63;28158
+68099;43.42348;6.74047;9;20220611;29;16.2;22.6;2.2;12.8;0;6.19;29828
+68099;43.42348;6.74047;9;20220612;28.7;17.6;23.1;2.1;15.6;0;5.75;27692
+68099;43.42348;6.74047;9;20220613;27.4;18.5;22.9;1.7;19.2;0;4.87;24650
+68099;43.42348;6.74047;9;20220614;27.3;15.8;21.5;1.7;18.8;0;5.16;28261
+68099;43.42348;6.74047;9;20220615;27.4;17.9;22.6;1.4;20.7;0;4.81;25556
+68099;43.42348;6.74047;9;20220616;27.9;20;23.9;1.7;23.2;0;4.59;23176
+68099;43.42348;6.74047;9;20220617;28.8;19.4;24.1;1.8;22.7;0;5.03;25437
+68099;43.42348;6.74047;9;20220618;32.6;20.2;26.4;1.5;20.4;0;6.16;29464
+68099;43.42348;6.74047;9;20220619;31.9;19.8;25.8;1.7;18.8;0;6.15;29092
+68099;43.42348;6.74047;9;20220620;31.3;18.1;24.7;2.1;18.1;0;6.36;30460
+68099;43.42348;6.74047;9;20220621;30.1;17.8;23.9;1.4;19.4;.4;5.7;29348
+68099;43.42348;6.74047;9;20220622;29.7;22.6;26.1;1.3;24.2;1.2;4.66;21909
+68099;43.42348;6.74047;9;20220623;28.2;18.9;23.5;1.5;22;2.5;4.89;25301
+68099;43.42348;6.74047;9;20220624;31.6;18;24.8;2.3;19.4;0;6.45;30923
+68099;43.42348;6.74047;9;20220625;28.7;20;24.3;2.8;19.7;0;5.41;24400
+68099;43.42348;6.74047;9;20220626;31.2;19.3;25.2;2.5;20.4;0;6.19;28794
+68099;43.42348;6.74047;9;20220627;31.3;20.7;26;2.3;19.6;0;6.08;27068
+68099;43.42348;6.74047;9;20220628;31.6;22.5;27;2.2;20;26.9;5.89;24943
+68099;43.42348;6.74047;9;20220629;30.8;17.3;24;1.9;20.6;0;6.03;30705
+68099;43.42348;6.74047;9;20220630;27.3;19;23.1;2;21.6;0;4.65;23706
+68099;43.42348;6.74047;9;20220701;35.1;19.6;27.3;2.5;17.5;0;7.42;31412
+68099;43.42348;6.74047;9;20220702;28.3;17.9;23.1;2;18.2;0;5.35;26668
+68099;43.42348;6.74047;9;20220703;31.8;18.9;25.3;2;17.6;0;6.37;29846
+68099;43.42348;6.74047;9;20220704;30.6;20.4;25.5;2;19.2;0;5.74;26325
+68099;43.42348;6.74047;9;20220705;39.5;20.5;30;2.7;21.2;0;8.14;31254
+68099;43.42348;6.74047;9;20220706;30.6;21.1;25.8;2.4;19.3;0;5.81;25271
+68099;43.42348;6.74047;9;20220707;31.9;21.1;26.5;2;19;0;6.06;27005
+68099;43.42348;6.74047;9;20220708;30.9;21.9;26.4;2.1;18.3;0;5.73;24467
+68099;43.42348;6.74047;9;20220709;31.3;19.1;25.2;2.6;18.6;0;6.34;28696
+68099;43.42348;6.74047;9;20220710;28.9;20.7;24.8;1.6;22.3;0;4.78;23189
+68099;43.42348;6.74047;9;20220711;29.3;19.2;24.2;1.8;20.9;0;5.22;25857
+68099;43.42348;6.74047;9;20220712;29.3;19.7;24.5;2;22.3;0;5.11;25112
+68099;43.42348;6.74047;9;20220713;30.1;20.6;25.3;1.7;23.3;0;5.13;24914
+68099;43.42348;6.74047;9;20220714;31.2;20.5;25.8;1.7;22.4;0;5.53;26474
+68099;43.42348;6.74047;9;20220715;29.7;19.9;24.8;1.6;22.9;0;5.06;25202
+68099;43.42348;6.74047;9;20220716;31.6;21.6;26.6;1.9;25.3;0;5.4;25407
+68099;43.42348;6.74047;9;20220717;31.8;22.7;27.2;1.7;24.3;0;5.3;24095
+68099;43.42348;6.74047;9;20220718;33.1;22.8;27.9;1.6;21.9;0;5.75;25663
+68099;43.42348;6.74047;9;20220719;33;23.3;28.1;1.8;22.9;0;5.69;24783
+68099;43.42348;6.74047;9;20220720;34.4;22.2;28.3;1.9;19.4;0;6.44;27903
+68099;43.42348;6.74047;9;20220721;31.6;22.5;27;2.4;22;0;5.6;23803
+68099;43.42348;6.74047;9;20220722;31.1;22.4;26.7;1.7;26;0;4.95;23161
+68099;43.42348;6.74047;9;20220723;32.5;20.6;26.5;1.7;22.3;0;5.77;27267
+68099;43.42348;6.74047;9;20220724;31.6;24.1;27.8;1.8;23.5;0;5;21239
+68099;43.42348;6.74047;9;20220725;31.1;21.5;26.3;1.8;25.3;0;5.07;24153
+68099;43.42348;6.74047;9;20220726;38.6;23.7;31.1;1.6;22;.1;6.96;29648
+68099;43.42348;6.74047;9;20220727;31.1;22.2;26.6;2.2;18.6;0;5.52;23020
+68099;43.42348;6.74047;9;20220728;30.5;22.3;26.4;2;20.4;0;5.08;21944
+68099;43.42348;6.74047;9;20220729;32.7;21.2;26.9;2.3;18.9;0;6.11;26176
+68099;43.42348;6.74047;9;20220730;31.4;21.8;26.6;2.4;18.9;0;5.69;23678
+68099;43.42348;6.74047;9;20220731;33.6;20.6;27.1;1.9;15.8;0;6.27;27699
+68099;43.42348;6.74047;9;20220801;31.6;19.9;25.7;2;18.2;0;5.71;26081
+68099;43.42348;6.74047;9;20220802;31.2;19.7;25.4;2.1;22;0;5.4;25727
+68099;43.42348;6.74047;9;20220803;32;21.1;26.5;1.8;22.1;0;5.38;24890
+68099;43.42348;6.74047;9;20220804;32.8;21.6;27.2;1.6;20.4;0;5.5;25133
+68099;43.42348;6.74047;9;20220805;34.2;22;28.1;1.8;19.9;0;5.95;26175
+68099;43.42348;6.74047;9;20220806;31.1;21.8;26.4;2;23;0;4.98;22537
+68099;43.42348;6.74047;9;20220807;34.1;20.9;27.5;1.9;21.7;0;5.96;27022
+68099;43.42348;6.74047;9;20220808;32.1;21.4;26.7;1.9;21.6;0;5.32;24044
+68099;43.42348;6.74047;9;20220809;32.1;22;27;1.8;20.5;0;5.24;23192
+68099;43.42348;6.74047;9;20220810;31.9;22.5;27.2;1.9;20.1;.8;5.17;22196
+68099;43.42348;6.74047;9;20220811;31.2;22.8;27;2;20.1;0;4.97;20779
+68099;43.42348;6.74047;9;20220812;31;21.1;26;2;21.5;0;4.96;22568
+68099;43.42348;6.74047;9;20220813;28.9;22.1;25.5;2.4;20.9;0;4.39;18322
+68099;43.42348;6.74047;9;20220814;30.6;21.3;25.9;1.9;19.3;2.2;4.87;21572
+68099;43.42348;6.74047;9;20220815;31.8;18.6;25.2;2.2;21;.1;5.41;25854
+68099;43.42348;6.74047;9;20220816;29.9;19.1;24.5;2;22.6;.9;4.63;23092
+68099;43.42348;6.74047;9;20220817;26;21.5;23.7;1.8;22.7;28.8;3.09;14244
+68099;43.42348;6.74047;9;20220818;27.6;18.7;23.1;2.7;19.4;6.4;4.37;20554
+68099;43.42348;6.74047;9;20220819;31.4;17.6;24.5;2.7;18.3;0;5.63;25824
+68099;43.42348;6.74047;9;20220820;32.4;20.4;26.4;2.6;18.4;0;5.69;23817
+68099;43.42348;6.74047;9;20220821;31.5;21;26.2;2.2;19;.1;5.12;22028
+68099;43.42348;6.74047;9;20220822;30.1;20.4;25.2;2.2;18.7;0;4.77;20966
+68099;43.42348;6.74047;9;20220823;29.9;19.9;24.9;1.8;21.2;0;4.39;21166
+68099;43.42348;6.74047;9;20220824;29.6;19.9;24.7;1.5;22.2;.1;4.14;20676
+68099;43.42348;6.74047;9;20220825;30.8;21.3;26;2;21.8;0;4.51;20299
+68099;43.42348;6.74047;9;20220826;30;21.8;25.9;1.6;22.9;.3;4;18608
+68099;43.42348;6.74047;9;20220827;29.3;20.9;25.1;1.6;23.8;.4;3.82;18714
+68099;43.42348;6.74047;9;20220828;30.2;21.2;25.7;1.7;23.6;.1;4.05;19281
+68099;43.42348;6.74047;9;20220829;30.1;20.8;25.4;1.8;22.7;.4;4.11;19477
+68099;43.42348;6.74047;9;20220830;31.9;21.9;26.9;1.9;22.4;.1;4.52;20099
+68099;43.42348;6.74047;9;20220831;28.4;19.8;24.1;1.8;19.7;0;3.87;18376
+68099;43.42348;6.74047;9;20220901;30.3;20.1;25.2;1.9;21.1;0;4.25;19996
+68099;43.42348;6.74047;9;20220902;27.3;19.4;23.3;1.7;21.6;18.4;3.41;17262
+68099;43.42348;6.74047;9;20220903;28.1;18.9;23.5;2;21.2;.1;3.72;18601
+68099;43.42348;6.74047;9;20220904;28.9;19;23.9;2.2;21;.3;3.96;19195
+68099;43.42348;6.74047;9;20220905;29.9;18.1;24;1.9;20.9;0;4.14;20926
+68099;43.42348;6.74047;9;20220906;29.4;19;24.2;1.7;21.5;.1;3.84;19379
+68099;43.42348;6.74047;9;20220907;29.2;19.4;24.3;1.8;23.3;10.4;3.65;18602
+68099;43.42348;6.74047;9;20220908;30.1;18.1;24.1;3.8;18;0;5.08;20573
+68099;43.42348;6.74047;9;20220909;30.3;21.4;25.8;6.6;13.3;0;7.4;17337
+68099;43.42348;6.74047;9;20220910;29.6;19.9;24.7;6.8;11.8;0;7.51;18005
+68099;43.42348;6.74047;9;20220911;27.7;17;22.3;2.7;14.5;0;4.33;18817
+68099;43.42348;6.74047;9;20220912;27.5;15.6;21.5;1.7;17.6;0;3.6;19747
+68099;43.42348;6.74047;9;20220913;26.6;16.6;21.6;1.6;19.8;0;3.17;17798
+68099;43.42348;6.74047;9;20220914;25.5;19.8;22.6;1.4;21.4;7.7;2.55;12914
+68099;43.42348;6.74047;9;20220915;32.1;19.5;25.8;3.4;18.8;0;5.14;19791
+68099;43.42348;6.74047;9;20220916;30.3;21.8;26;7;13.8;0;7.34;15810
+68099;43.42348;6.74047;9;20220917;27.4;17.3;22.3;6.6;9.4;0;6.97;17205
+68099;43.42348;6.74047;9;20220918;25.8;12.7;19.2;2.3;11.2;0;3.88;19620
+68099;43.42348;6.74047;9;20220919;26.6;12.7;19.6;1.9;12.7;0;3.66;20055
+68099;43.42348;6.74047;9;20220920;26.7;14.5;20.6;2.4;14.2;0;3.73;18495
+68099;43.42348;6.74047;9;20220921;25;13.8;19.4;2.4;14;0;3.38;17470
+68099;43.42348;6.74047;9;20220922;23;15.7;19.3;2;13.1;0;2.89;13646
+68099;43.42348;6.74047;9;20220923;24.5;13.5;19;1.4;13.2;1.1;2.89;16933
+68099;43.42348;6.74047;9;20220924;18;15.3;16.6;1.1;16;10.1;1.41;7488
+68099;43.42348;6.74047;9;20220925;25;15.2;20.1;2.3;16;.3;3.01;15548
+68099;43.42348;6.74047;9;20220926;25.6;13.3;19.4;4;11.1;0;4.45;17418
+68099;43.42348;6.74047;9;20220927;23;15.4;19.2;9.2;9;0;6.33;13195
+68099;43.42348;6.74047;9;20220928;26.3;15.9;21.1;8.1;11.6;0;6.21;15531
+68099;43.42348;6.74047;9;20220929;23.8;15.9;19.8;5.4;11.6;0;4.52;13175
+68099;43.42348;6.74047;9;20220930;22.2;14.6;18.4;2.3;10.4;.5;3;12740
+68099;43.42348;6.74047;9;20221001;24.1;10.9;17.5;5.4;10.8;0;4.42;17100
+68099;43.42348;6.74047;9;20221002;29.3;18.4;23.8;5.3;14.1;0;5.48;15211
+68099;43.42348;6.74047;9;20221003;23.7;13.4;18.5;1.2;14.9;0;2.29;14566
+68099;43.42348;6.74047;9;20221004;24.1;11.7;17.9;1.6;14.4;.2;2.5;15946
+68099;43.42348;6.74047;9;20221005;24.3;12.4;18.3;1.5;16.1;.2;2.35;15400
+68099;43.42348;6.74047;9;20221006;23.3;12;17.6;1.6;15.7;.2;2.22;14783
+68099;43.42348;6.74047;9;20221007;24.2;13.1;18.6;1.9;15.3;.2;2.44;14456
+68099;43.42348;6.74047;9;20221008;22.2;13.5;17.8;1.4;15.2;3.6;1.98;12455
+68099;43.42348;6.74047;9;20221009;18.8;15.4;17.1;1;17.2;14.6;1.21;7084
+68099;43.42348;6.74047;9;20221010;23.1;15.9;19.5;1.4;17;0;1.9;10897
+68099;43.42348;6.74047;9;20221011;24.1;13.5;18.8;2.1;15.6;.2;2.34;13391
+68099;43.42348;6.74047;9;20221012;24.4;13.8;19.1;1.9;14.8;0;2.37;13218
+68099;43.42348;6.74047;9;20221013;25.8;13.5;19.6;3.1;14.3;0;3.09;14177
+68099;43.42348;6.74047;9;20221014;23.7;15.5;19.6;2.2;15;0;2.33;11130
+68099;43.42348;6.74047;9;20221015;23.8;10.9;17.3;1.5;15.2;.2;2.01;14181
+68099;43.42348;6.74047;9;20221016;24.1;13.3;18.7;1.8;16.5;.2;2.03;12669
+68099;43.42348;6.74047;9;20221017;24.2;13.1;18.6;1.3;16;0;1.9;12694
+68099;43.42348;6.74047;9;20221018;24.7;13.3;19;1.7;15.6;.2;2.09;12713
+68099;43.42348;6.74047;9;20221019;22.4;12.5;17.4;1.7;16.3;.2;1.69;11578
+68099;43.42348;6.74047;9;20221020;22.4;13;17.7;1;16.8;.2;1.5;11086
+68099;43.42348;6.74047;9;20221021;21.3;17.2;19.2;.9;19.5;12;1.15;6675
+68099;43.42348;6.74047;9;20221022;24.5;17.5;21;1.1;21.3;0;1.46;9083
+68099;43.42348;6.74047;9;20221023;24.6;16.4;20.5;1.3;19.4;0;1.6;9823
+68099;43.42348;6.74047;9;20221024;24.6;17;20.8;.8;19.8;.4;1.43;9263
+68099;43.42348;6.74047;9;20221025;23.9;14.5;19.2;1.1;18.8;.2;1.46;10334
+68099;43.42348;6.74047;9;20221026;23.7;14.4;19;1.2;17.6;.2;1.49;10126
+68099;43.42348;6.74047;9;20221027;24.4;14.1;19.2;1.5;17.1;.1;1.65;10589
+68099;43.42348;6.74047;9;20221028;25.2;13.6;19.4;1.7;16;0;1.85;11178
+68099;43.42348;6.74047;9;20221029;26.1;13.5;19.8;1.9;14.4;.2;2.14;11554
+68099;43.42348;6.74047;9;20221030;22.9;10.4;16.6;1.7;13.7;.1;1.65;11341
+68099;43.42348;6.74047;9;20221031;22.8;11.3;17;1.6;15.2;0;1.48;10660
+68099;43.42348;6.74047;9;20221101;20.2;13.7;16.9;1.1;14.7;19.6;1.17;7503
+68099;43.42348;6.74047;9;20221102;21.7;11.7;16.7;1.6;15.1;.1;1.34;9555
+68099;43.42348;6.74047;9;20221103;19.7;11.1;15.4;2.2;14.2;22.2;1.29;8618
+68099;43.42348;6.74047;9;20221104;17.8;13.3;15.5;6.8;9.7;.7;3.31;5699
+68099;43.42348;6.74047;9;20221105;21.5;10.4;15.9;2.9;7.6;.1;2.66;9730
+68099;43.42348;6.74047;9;20221106;20.9;6.8;13.8;2.4;9.2;0;1.93;11016
+68099;43.42348;6.74047;9;20221107;20.5;8;14.2;2;10.6;.2;1.57;10136
+68099;43.42348;6.74047;9;20221108;19.3;8;13.6;1.5;12.4;1;1.09;9425
+68099;43.42348;6.74047;9;20221109;18.6;12.4;15.5;1.1;15.4;10.2;.84;6468
+68099;43.42348;6.74047;9;20221110;20.8;13.1;16.9;1.9;14.6;0;1.28;7286
+68099;43.42348;6.74047;9;20221111;21.3;10.1;15.7;1.6;13;.1;1.25;8993
+68099;43.42348;6.74047;9;20221112;19.2;9.8;14.5;1.6;12.5;0;1.1;7992
+68099;43.42348;6.74047;9;20221113;20.2;12.3;16.2;1.9;11.7;.1;1.46;7092
+68099;43.42348;6.74047;9;20221114;17.8;7.7;12.7;1.7;11.7;21.5;.97;8118
+68099;43.42348;6.74047;9;20221115;16.3;12.5;14.4;1;14.7;1.9;.66;4291
+68099;43.42348;6.74047;9;20221116;21.3;12.1;16.7;2.5;12.8;0;1.6;7469
+68099;43.42348;6.74047;9;20221117;22.6;11.5;17;4.2;11;0;2.68;8253
+68099;43.42348;6.74047;9;20221118;18.3;12.9;15.6;6.2;9.8;0;3.06;5196
+68099;43.42348;6.74047;9;20221119;17.3;8.6;12.9;3.2;7.4;0;2.1;6937
+68099;43.42348;6.74047;9;20221120;16.6;6.7;11.6;4.3;7;0;2.36;7413
+68099;43.42348;6.74047;9;20221121;14.4;9;11.7;3.7;8.3;6.6;1.78;4987
+68099;43.42348;6.74047;9;20221122;15.8;9.9;12.8;8.1;7.6;0;3.36;5216
+68099;43.42348;6.74047;9;20221123;15.9;9.5;12.7;7.2;7.8;0;3.05;5430
+68099;43.42348;6.74047;9;20221124;19.3;10;14.6;3.4;7.9;.1;2.36;6795
+68099;43.42348;6.74047;9;20221125;18.4;9.5;13.9;1.7;10;.1;1.16;6536
+68099;43.42348;6.74047;9;20221126;18.9;7.2;13;2.3;8.5;0;1.51;7644
+68099;43.42348;6.74047;9;20221127;17.6;5.1;11.3;1.8;8;0;1.15;7871
+68099;43.42348;6.74047;9;20221128;11.9;5.4;8.6;1.7;9.2;.7;.63;5169
+68099;43.42348;6.74047;9;20221129;9.9;7.1;8.5;2.5;9.3;.8;.7;2803
+68099;43.42348;6.74047;9;20221130;16.4;3.9;10.1;2.4;8.1;0;1.19;7638
+68099;43.42348;6.74047;9;20221201;15.5;5.6;10.5;1.8;8.6;0;.94;6557
+68099;43.42348;6.74047;9;20221202;14.9;3.8;9.3;1.9;8.1;2.6;.9;6974
+68099;43.42348;6.74047;9;20221203;13.4;7.7;10.5;2.6;10;17;.88;4498
+68099;43.42348;6.74047;9;20221204;13.7;9.8;11.7;1.5;12;11.8;.58;3409
+68099;43.42348;6.74047;9;20221205;14.9;7.7;11.3;1.6;9.9;0;.78;5165
+68099;43.42348;6.74047;9;20221206;15.4;3.9;9.6;2.1;7.4;0;1.09;6900
+68099;43.42348;6.74047;9;20221207;14.6;2.2;8.4;2.2;7.3;.1;.99;7176
+68099;43.42348;6.74047;9;20221208;8.5;3.1;5.8;1.9;8.2;18.1;.44;4158
+68099;43.42348;6.74047;9;20221209;12.8;7.4;10.1;1.1;12.2;5.8;.34;4129
+68099;43.42348;6.74047;9;20221210;13.7;8.3;11;3.2;9.6;0;1.13;4103
+68099;43.42348;6.74047;9;20221211;9;2.9;5.9;6.3;4.4;0;2.28;4436
+68099;43.42348;6.74047;9;20221212;12.5;1;6.7;2.6;4.8;8.6;1.36;6659
+68099;43.42348;6.74047;9;20221213;7.8;5.6;6.7;1.1;9.2;.8;.39;1996
+68099;43.42348;6.74047;9;20221214;13;7.2;10.1;1.8;10.2;.1;.62;4225
+68099;43.42348;6.74047;9;20221215;12.9;6.3;9.6;1.9;11.3;38.5;.4;4598
+68099;43.42348;6.74047;9;20221216;14.3;10;12.1;1.6;11.4;.2;.69;3390
+68099;43.42348;6.74047;9;20221217;13.3;4.1;8.7;2.5;8.6;0;.82;5690
+68099;43.42348;6.74047;9;20221218;13.5;5.7;9.6;1.6;9.6;.1;.59;5102
+68099;43.42348;6.74047;9;20221219;12.9;5.8;9.3;1.4;10.3;0;.46;4788
+68099;43.42348;6.74047;9;20221220;15.6;9.7;12.6;1.2;13.1;.8;.48;4220
+68099;43.42348;6.74047;9;20221221;15.8;12.7;14.2;2;14.7;5.5;.59;2616
+68099;43.42348;6.74047;9;20221222;18.6;7.8;13.2;4.2;10.3;0;1.7;6278
+68099;43.42348;6.74047;9;20221223;21.5;14.3;17.9;5.7;11.9;0;2.92;4835
+68099;43.42348;6.74047;9;20221224;21.9;15.5;18.7;3.1;11.6;0;2.18;4474
+68099;43.42348;6.74047;9;20221225;17.7;7.5;12.6;1.4;12.1;0;.59;6082
+68099;43.42348;6.74047;9;20221226;18.4;9.6;14;1.7;12.7;0;.75;5549
+68099;43.42348;6.74047;9;20221227;18.2;11.6;14.9;4.8;9.5;0;2.45;4605
+68099;43.42348;6.74047;9;20221228;16.5;6.1;11.3;1.8;8.5;.1;.97;6213
+68099;43.42348;6.74047;9;20221229;17;6.6;11.8;1.3;11.3;.8;.57;6238
+68099;43.42348;6.74047;9;20221230;16.8;7.9;12.3;1.2;11.6;.3;.58;5677
+68099;43.42348;6.74047;9;20221231;16.2;6.2;11.2;1.2;11.2;0;.51;6145
+69072;42.97773;-1.46096;704;20220101;13.7;2.2;7.9;.8;8.23;0;.47;7562
+69072;42.97773;-1.46096;704;20220102;12.6;3.3;8;.9;8.26;0;.54;5775
+69072;42.97773;-1.46096;704;20220103;12.9;1.9;7.4;.8;8.73;0;.43;7351
+69072;42.97773;-1.46096;704;20220104;14.9;4.6;9.7;2.8;8.6;16.8;1.24;6523
+69072;42.97773;-1.46096;704;20220105;5;1.6;3.3;2.9;6.37;3.4;.68;4487
+69072;42.97773;-1.46096;704;20220106;4.7;-1.3;1.7;3.2;4.33;.5;1.04;6736
+69072;42.97773;-1.46096;704;20220107;7.7;-.4;3.7;2.5;7.03;10.9;.62;6202
+69072;42.97773;-1.46096;704;20220108;9;2.2;5.6;1.3;7.3;13.4;.61;5902
+69072;42.97773;-1.46096;704;20220109;7.2;3.6;5.4;1.7;9.36;62.8;.34;4139
+69072;42.97773;-1.46096;704;20220110;11.2;6.2;8.7;5.2;11.16;24.8;.59;4774
+69072;42.97773;-1.46096;704;20220111;10.4;7.3;8.8;4.1;8;.1;1.41;4818
+69072;42.97773;-1.46096;704;20220112;9.7;1.2;5.5;3;4.86;0;1.4;7884
+69072;42.97773;-1.46096;704;20220113;8.2;-3.6;2.3;.9;5.03;0;.52;8421
+69072;42.97773;-1.46096;704;20220114;7.7;-4.3;1.7;.8;4.66;0;.5;8592
+69072;42.97773;-1.46096;704;20220115;7.4;-5.5;1;.6;4.6;0;.41;8865
+69072;42.97773;-1.46096;704;20220116;8.5;-5.8;1.4;1.1;4.76;0;.6;9151
+69072;42.97773;-1.46096;704;20220117;8.9;-2.3;3.3;1.2;5;0;.73;8468
+69072;42.97773;-1.46096;704;20220118;9.3;-4.7;2.3;.8;5.13;0;.56;9209
+69072;42.97773;-1.46096;704;20220119;7.8;-2.8;2.5;2.3;6.36;.3;.69;6818
+69072;42.97773;-1.46096;704;20220120;8.9;2.9;5.9;3.9;7.33;3.5;1.12;5786
+69072;42.97773;-1.46096;704;20220121;3.5;.7;2.1;4.8;4.83;0;1.25;6189
+69072;42.97773;-1.46096;704;20220122;6.8;-5.7;.5;1.5;4.46;0;.74;9309
+69072;42.97773;-1.46096;704;20220123;8;-5.3;1.4;1.2;5.03;0;.66;9563
+69072;42.97773;-1.46096;704;20220124;9.8;-2.8;3.5;1.2;5.5;0;.77;9341
+69072;42.97773;-1.46096;704;20220125;10.4;-2.4;4;1.1;5.76;0;.78;9530
+69072;42.97773;-1.46096;704;20220126;11.2;-3.7;3.7;.9;5.53;0;.72;10225
+69072;42.97773;-1.46096;704;20220127;12.8;-4.1;4.3;1.2;5.1;0;.95;10760
+69072;42.97773;-1.46096;704;20220128;10.9;-4;3.4;2;5.26;0;1.06;10511
+69072;42.97773;-1.46096;704;20220129;12.8;-3.6;4.6;1.1;5.36;0;.92;10926
+69072;42.97773;-1.46096;704;20220130;14.3;-1.6;6.4;1.7;5.9;.2;1.29;10856
+69072;42.97773;-1.46096;704;20220131;8.6;1.2;4.9;5.1;7.43;3.7;1.12;6779
+69072;42.97773;-1.46096;704;20220201;7;3;5;5.5;6.86;.3;1.25;5680
+69072;42.97773;-1.46096;704;20220202;18.4;2.6;10.5;1.5;7.27;0;1.47;11235
+69072;42.97773;-1.46096;704;20220203;13.9;-1;6.4;.9;6.1;0;.96;10248
+69072;42.97773;-1.46096;704;20220204;12;.2;6.1;2.1;7.8;2.2;1.07;9013
+69072;42.97773;-1.46096;704;20220205;8;3.6;5.8;3.6;6.6;.3;1.37;7220
+69072;42.97773;-1.46096;704;20220206;8.7;-3.8;2.4;2.4;5.86;.1;1.04;10643
+69072;42.97773;-1.46096;704;20220207;10.6;1.7;6.1;3.6;7.86;2.6;1.24;7493
+69072;42.97773;-1.46096;704;20220208;15.1;-.1;7.5;1.3;7.13;0;1.28;11912
+69072;42.97773;-1.46096;704;20220209;13.8;.2;7;1.6;7.06;0;1.28;11658
+69072;42.97773;-1.46096;704;20220210;13.8;-1.1;6.4;.9;7.23;0;1.05;11897
+69072;42.97773;-1.46096;704;20220211;11.8;2.9;7.3;2.2;7.9;0;1.24;9267
+69072;42.97773;-1.46096;704;20220212;12.1;-.7;5.7;1.1;7.56;0;1.02;10703
+69072;42.97773;-1.46096;704;20220213;13.1;2.9;8;4.1;8.46;5.8;1.63;8940
+69072;42.97773;-1.46096;704;20220214;8.6;2.9;5.8;2.3;7.8;9.9;1.04;7773
+69072;42.97773;-1.46096;704;20220215;10;2.3;6.1;2.1;7.26;1.7;1.23;9326
+69072;42.97773;-1.46096;704;20220216;12.6;3.1;7.8;1.4;8.6;2.8;1.15;9115
+69072;42.97773;-1.46096;704;20220217;14.1;8.3;11.2;2.3;10.3;.3;1.45;8114
+69072;42.97773;-1.46096;704;20220218;17.3;2.7;10;2.6;8.73;1.6;1.95;12227
+69072;42.97773;-1.46096;704;20220219;9.3;4.6;7;4.3;6.57;1.5;1.77;7761
+69072;42.97773;-1.46096;704;20220220;10.4;0;5.2;2.3;8.03;1.3;1.14;9035
+69072;42.97773;-1.46096;704;20220221;11.9;3.4;7.7;4.3;7.7;2.8;1.86;10045
+69072;42.97773;-1.46096;704;20220222;15.2;2.1;8.7;3.3;6.53;0;2.39;13460
+69072;42.97773;-1.46096;704;20220223;16.1;-.2;8;1.2;6.7;0;1.68;14281
+69072;42.97773;-1.46096;704;20220224;12;1.3;6.7;3;7.16;.9;1.7;11054
+69072;42.97773;-1.46096;704;20220225;9.1;4.3;6.7;3.3;6.23;.1;1.77;9046
+69072;42.97773;-1.46096;704;20220226;13.6;-2.9;5.4;2.5;6.3;0;1.87;14499
+69072;42.97773;-1.46096;704;20220227;13.1;6.4;9.8;1.4;7.67;.2;1.54;9976
+69072;42.97773;-1.46096;704;20220228;15.6;1;8.3;1.3;7.63;0;1.72;14376
+69072;42.97773;-1.46096;704;20220301;17.3;0;8.6;1.5;6.93;0;1.98;14639
+69072;42.97773;-1.46096;704;20220302;11.2;6.8;9;1.7;8.86;4.7;1.33;7717
+69072;42.97773;-1.46096;704;20220303;10.9;.6;5.7;2.3;8.56;12.1;1.2;10476
+69072;42.97773;-1.46096;704;20220304;8.4;4.9;6.6;4.7;7.46;4.4;1.59;7050
+69072;42.97773;-1.46096;704;20220305;8.3;1.4;4.8;3.6;6.53;1.4;1.6;10364
+69072;42.97773;-1.46096;704;20220306;8.3;2.8;5.6;2.7;5.96;.2;1.61;8393
+69072;42.97773;-1.46096;704;20220307;9.6;-1.7;3.9;3.4;6.93;0;1.44;11598
+69072;42.97773;-1.46096;704;20220308;9.4;5.7;7.5;3.7;7.9;2.6;1.6;8078
+69072;42.97773;-1.46096;704;20220309;12.5;-.7;5.9;2.7;7.6;0;1.73;13049
+69072;42.97773;-1.46096;704;20220310;13.6;6.8;10.2;5;8.83;.4;2.32;9757
+69072;42.97773;-1.46096;704;20220311;12;8.1;10.1;5.3;9.2;12.9;2.07;7890
+69072;42.97773;-1.46096;704;20220312;13.7;1.9;7.8;2.1;7.16;8.2;2.14;15340
+69072;42.97773;-1.46096;704;20220313;12.4;3.6;8;2.8;7.06;2.7;2.15;13472
+69072;42.97773;-1.46096;704;20220314;10;5.7;7.9;3;8;3.8;1.6;8360
+69072;42.97773;-1.46096;704;20220315;17.5;9;13.2;4.8;10.1;0;2.87;10385
+69072;42.97773;-1.46096;704;20220316;11.8;7.6;9.7;3.3;10.13;3.1;1.59;8397
+69072;42.97773;-1.46096;704;20220317;8.7;8;8.3;5.4;8.66;8;1.6;5069
+69072;42.97773;-1.46096;704;20220318;9.5;5;7.3;2.7;8.8;.2;1.39;8811
+69072;42.97773;-1.46096;704;20220319;14.4;2.5;8.5;2.7;8.2;0;2.28;15378
+69072;42.97773;-1.46096;704;20220320;12.9;7.8;10.4;4.2;8.83;.1;2.24;9398
+69072;42.97773;-1.46096;704;20220321;12.3;8.6;10.4;6.2;8.6;.5;2.52;8328
+69072;42.97773;-1.46096;704;20220322;9.6;6.4;8;6.2;6.6;.2;2.57;8000
+69072;42.97773;-1.46096;704;20220323;12.5;2.7;7.6;3.6;6.7;0;2.58;15935
+69072;42.97773;-1.46096;704;20220324;12.1;1.3;6.7;1.9;7.7;.1;1.84;13545
+69072;42.97773;-1.46096;704;20220325;15.9;5.8;10.9;1.4;8.43;0;2.32;14812
+69072;42.97773;-1.46096;704;20220326;14;3;8.5;2;7.86;0;2.35;16744
+69072;42.97773;-1.46096;704;20220327;15.7;2.3;9;2.3;8.06;0;2.59;17353
+69072;42.97773;-1.46096;704;20220328;16.6;5.2;10.9;3.1;7.66;0;2.95;14584
+69072;42.97773;-1.46096;704;20220329;15.7;6.3;11;1.5;8.1;4;2.25;12522
+69072;42.97773;-1.46096;704;20220330;10.8;7.5;9.2;4.3;8.6;6.7;2.03;8858
+69072;42.97773;-1.46096;704;20220331;8.8;4.4;6.6;3.8;7.8;17.6;1.71;10381
+69072;42.97773;-1.46096;704;20220401;3.7;-1.4;1.1;4.2;5.73;12;1.3;11562
+69072;42.97773;-1.46096;704;20220402;5.1;-2.6;1.3;3.1;5.07;1.7;1.62;14524
+69072;42.97773;-1.46096;704;20220403;5.7;-3.1;1.3;3.5;4.22;.3;2;15485
+69072;42.97773;-1.46096;704;20220404;7.9;-4.1;1.9;1.8;4.57;0;2.04;18349
+69072;42.97773;-1.46096;704;20220405;13.3;-4;4.7;1.5;5.37;0;2.58;21986
+69072;42.97773;-1.46096;704;20220406;14.2;-.9;6.7;2.5;7.4;0;2.61;19685
+69072;42.97773;-1.46096;704;20220407;18.1;1.1;9.6;2;8.2;0;3.07;20155
+69072;42.97773;-1.46096;704;20220408;16.1;7.5;11.8;3.6;9.03;4.8;2.98;13772
+69072;42.97773;-1.46096;704;20220409;11.9;5;8.4;3;7.63;.9;2.43;14939
+69072;42.97773;-1.46096;704;20220410;18.9;-.9;9;3.5;8.16;0;3.65;23256
+69072;42.97773;-1.46096;704;20220411;20.9;9.6;15.2;6.6;8.66;3.4;5.08;16966
+69072;42.97773;-1.46096;704;20220412;16.8;8.1;12.4;3.9;9.56;0;3.22;15628
+69072;42.97773;-1.46096;704;20220413;15;5.6;10.3;2.4;10.1;.6;2.36;14291
+69072;42.97773;-1.46096;704;20220414;17.1;9.5;13.3;3;11.26;0;2.82;14963
+69072;42.97773;-1.46096;704;20220415;22.6;5.3;13.9;1.9;10.96;0;3.8;23111
+69072;42.97773;-1.46096;704;20220416;20.6;7;13.8;3.4;10.13;0;4.04;21982
+69072;42.97773;-1.46096;704;20220417;20.8;6;13.4;3.8;10.36;0;4.13;22468
+69072;42.97773;-1.46096;704;20220418;15.4;8.9;12.1;4.1;10.2;1.1;2.82;13353
+69072;42.97773;-1.46096;704;20220419;7.8;6.9;7.4;3.5;9;15.6;1.28;5899
+69072;42.97773;-1.46096;704;20220420;8.9;4.3;6.6;4.1;8.36;32.9;1.74;11622
+69072;42.97773;-1.46096;704;20220421;10;5.2;7.6;3.5;8.76;4.7;1.89;12075
+69072;42.97773;-1.46096;704;20220422;15.4;1.2;8.3;3.5;8.83;3.7;2.75;17955
+69072;42.97773;-1.46096;704;20220423;11.1;6.6;8.8;4.1;8.83;7.8;2.16;11286
+69072;42.97773;-1.46096;704;20220424;14;5.5;9.7;2.3;9.63;.7;2.41;15316
+69072;42.97773;-1.46096;704;20220425;19.8;2.3;11.1;1.1;9.2;0;3.48;24226
+69072;42.97773;-1.46096;704;20220426;21.9;5.2;13.6;1.6;10.43;1.2;3.75;22928
+69072;42.97773;-1.46096;704;20220427;17.3;9.6;13.4;1.2;12.36;9.1;2.56;15186
+69072;42.97773;-1.46096;704;20220428;15.2;9.4;12.3;2.2;12.2;1;2.26;13126
+69072;42.97773;-1.46096;704;20220429;19.2;7.4;13.3;2;12.03;0;3.3;20172
+69072;42.97773;-1.46096;704;20220430;18.1;9;13.5;3.4;11.23;0;3.56;20368
+69072;42.97773;-1.46096;704;20220501;19.9;5.4;12.7;3;10;0;4.02;24052
+69072;42.97773;-1.46096;704;20220502;14.2;7.9;11.1;2.7;10.46;3.6;2.52;13818
+69072;42.97773;-1.46096;704;20220503;16.1;7.4;11.7;2.7;10.7;.6;2.95;16548
+69072;42.97773;-1.46096;704;20220504;15.7;6.6;11.2;3.3;10.33;.4;2.92;16753
+69072;42.97773;-1.46096;704;20220505;16;5.7;10.8;4;9.3;.1;3.35;18508
+69072;42.97773;-1.46096;704;20220506;16.8;5.8;11.3;3.7;9.26;0;3.34;17108
+69072;42.97773;-1.46096;704;20220507;19.4;6.9;13.2;3;10.23;0;4.05;23647
+69072;42.97773;-1.46096;704;20220508;21.2;6.6;13.9;2.1;10.8;0;4.14;24650
+69072;42.97773;-1.46096;704;20220509;24.2;6.2;15.2;1.5;10.5;0;4.58;26891
+69072;42.97773;-1.46096;704;20220510;26.9;7.7;17.3;1.4;10.6;0;4.95;27603
+69072;42.97773;-1.46096;704;20220511;28.3;11.4;19.8;2.1;11.8;0;5.39;25353
+69072;42.97773;-1.46096;704;20220512;25.6;10.9;18.2;1.7;12.23;0;4.53;22591
+69072;42.97773;-1.46096;704;20220513;26.6;9.1;17.8;1.3;13.46;0;4.67;26002
+69072;42.97773;-1.46096;704;20220514;26.9;10.9;18.9;1.5;13.83;.5;4.46;22727
+69072;42.97773;-1.46096;704;20220515;27.2;11.8;19.5;2.9;12.63;1.1;5.49;24276
+69072;42.97773;-1.46096;704;20220516;26.9;10.9;18.9;1.4;12.36;0;4.94;26163
+69072;42.97773;-1.46096;704;20220517;28.1;12.3;20.2;1.9;12.86;0;5.35;26224
+69072;42.97773;-1.46096;704;20220518;30.7;11.8;21.2;2;14.36;2.7;5.7;26335
+69072;42.97773;-1.46096;704;20220519;30.3;12.1;21.2;2.6;13.7;.1;6.03;26301
+69072;42.97773;-1.46096;704;20220520;30.1;18.8;24.4;3;12.23;0;5.94;19299
+69072;42.97773;-1.46096;704;20220521;32.8;11.6;22.2;1.3;12.86;0;5.96;29583
+69072;42.97773;-1.46096;704;20220522;29.9;17.2;23.5;2.8;13;1.1;5.79;20962
+69072;42.97773;-1.46096;704;20220523;21.3;13.8;17.5;3.6;12.33;.2;4.29;17776
+69072;42.97773;-1.46096;704;20220524;14.3;8.6;11.5;3.7;9.73;3.5;2.96;14832
+69072;42.97773;-1.46096;704;20220525;15.2;7.2;11.2;3.8;9.63;2.2;3.29;18032
+69072;42.97773;-1.46096;704;20220526;19.4;9.1;14.3;4.5;10.7;.2;4.35;22133
+69072;42.97773;-1.46096;704;20220527;22.8;11.4;17.1;4.6;12.33;0;5.2;24997
+69072;42.97773;-1.46096;704;20220528;27;8.6;17.8;2.6;12.8;0;5.62;29410
+69072;42.97773;-1.46096;704;20220529;25.9;9.4;17.6;2.9;11.06;.6;5.75;28527
+69072;42.97773;-1.46096;704;20220530;25.8;9.7;17.8;1.9;11.73;.1;4.96;25235
+69072;42.97773;-1.46096;704;20220531;27.5;9.3;18.4;1.1;12.2;0;4.96;27135
+69072;42.97773;-1.46096;704;20220601;31.4;12.7;22.1;2.2;12.7;0;6.32;27538
+69072;42.97773;-1.46096;704;20220602;31;13.2;22.1;1.5;15.4;2.1;5.59;26647
+69072;42.97773;-1.46096;704;20220603;30.8;15.7;23.2;2.4;15.2;.9;6.07;25506
+69072;42.97773;-1.46096;704;20220604;29.6;12.1;20.8;2.6;15.16;2.4;5.93;26721
+69072;42.97773;-1.46096;704;20220605;26;11.5;18.8;1.9;13.86;0;5.16;26861
+69072;42.97773;-1.46096;704;20220606;27.8;10.2;19;1.6;13.16;.1;5.15;25962
+69072;42.97773;-1.46096;704;20220607;25.7;11.7;18.7;2.1;12.86;.2;5.24;26698
+69072;42.97773;-1.46096;704;20220608;23;12.7;17.8;2.2;13.33;.7;4.06;19021
+69072;42.97773;-1.46096;704;20220609;22.9;12.7;17.8;3.7;12.63;.1;5.07;23670
+69072;42.97773;-1.46096;704;20220610;31.4;8.3;19.9;2;11.86;0;6.25;30137
+69072;42.97773;-1.46096;704;20220611;32.6;12.3;22.5;1.8;15.73;1.2;6;27597
+69072;42.97773;-1.46096;704;20220612;31.4;14.5;23;2.7;16.7;1.5;6.14;26081
+69072;42.97773;-1.46096;704;20220613;32;13.6;22.8;1.9;17.23;.1;6.02;28240
+69072;42.97773;-1.46096;704;20220614;34.5;15.5;25;1.9;15.36;.2;6.24;25896
+69072;42.97773;-1.46096;704;20220615;36.8;18;27.4;2.1;14.13;0;7.28;28933
+69072;42.97773;-1.46096;704;20220616;37.8;17.1;27.5;1.9;16.1;0;7.14;28657
+69072;42.97773;-1.46096;704;20220617;38.5;21.1;29.8;1.6;16.83;0;6.95;27912
+69072;42.97773;-1.46096;704;20220618;38.1;19.2;28.7;3.1;13.8;.1;8.37;28084
+69072;42.97773;-1.46096;704;20220619;32.6;23.7;28.1;6;11.86;1.4;9.47;22591
+69072;42.97773;-1.46096;704;20220620;31.1;15.2;23.1;2.4;15.56;3;5.87;23888
+69072;42.97773;-1.46096;704;20220621;29.9;13.8;21.8;2.3;14.6;4;5.83;25453
+69072;42.97773;-1.46096;704;20220622;26.1;15.2;20.7;2.3;15.43;2.9;4.71;20827
+69072;42.97773;-1.46096;704;20220623;25.9;12.4;19.1;1.6;14;3.7;4.69;23267
+69072;42.97773;-1.46096;704;20220624;25.7;12.2;19;1.3;12.76;.1;4.64;23955
+69072;42.97773;-1.46096;704;20220625;24;12.3;18.1;2.2;13.06;6.1;4.35;19942
+69072;42.97773;-1.46096;704;20220626;20.7;9.9;15.3;3.3;11.53;3.2;4.25;20656
+69072;42.97773;-1.46096;704;20220627;18.4;12.2;15.3;4.6;12.06;2.1;3.64;15776
+69072;42.97773;-1.46096;704;20220628;27.6;8;17.8;2.1;11.43;0;5.88;30476
+69072;42.97773;-1.46096;704;20220629;28;9.6;18.8;2.5;12.86;8;5.76;28260
+69072;42.97773;-1.46096;704;20220630;17.9;12.3;15.1;3.7;11.7;.1;3.58;16177
+69072;42.97773;-1.46096;704;20220701;27.2;5.7;16.5;1.9;10.2;0;5.73;30975
+69072;42.97773;-1.46096;704;20220702;34.3;10.8;22.5;1.7;13.36;0;6.6;30523
+69072;42.97773;-1.46096;704;20220703;30.9;12.9;21.9;2.2;15.26;6.2;6.08;27833
+69072;42.97773;-1.46096;704;20220704;25.1;13.3;19.2;3;15.13;.2;4.95;23858
+69072;42.97773;-1.46096;704;20220705;28.7;13.1;20.9;3.1;15.76;3.6;5.95;27668
+69072;42.97773;-1.46096;704;20220706;19.6;15.1;17.3;2.8;15.73;7.2;2.91;13226
+69072;42.97773;-1.46096;704;20220707;24.5;13.3;18.9;4.1;14.16;0;5.3;24039
+69072;42.97773;-1.46096;704;20220708;27.3;13;20.2;3.6;14.1;.1;5.96;27726
+69072;42.97773;-1.46096;704;20220709;32.7;11.5;22.1;2.4;14.43;.1;6.81;30635
+69072;42.97773;-1.46096;704;20220710;33.9;13.1;23.5;1.8;14.86;0;6.63;30480
+69072;42.97773;-1.46096;704;20220711;36;15;25.5;1.3;15.86;0;6.52;30312
+69072;42.97773;-1.46096;704;20220712;36;16.6;26.3;1.6;16.3;0;6.71;29641
+69072;42.97773;-1.46096;704;20220713;37;15.8;26.4;1.8;14.53;0;7.02;29867
+69072;42.97773;-1.46096;704;20220714;37.4;14.8;26.1;1.9;12.76;0;7.13;29669
+69072;42.97773;-1.46096;704;20220715;36.6;16.6;26.6;1.7;13.53;0;6.76;28889
+69072;42.97773;-1.46096;704;20220716;39.4;16.8;28.1;1.5;13.93;0;6.94;29268
+69072;42.97773;-1.46096;704;20220717;39.8;18.2;29;1.5;13.13;0;6.89;28737
+69072;42.97773;-1.46096;704;20220718;38.7;19.4;29;2.5;12.43;0;7.96;28318
+69072;42.97773;-1.46096;704;20220719;36.3;23.5;29.9;3.5;13.8;1.4;8.01;23970
+69072;42.97773;-1.46096;704;20220720;28.5;14.4;21.5;2.5;16.13;.5;5.55;26566
+69072;42.97773;-1.46096;704;20220721;36.3;13.2;24.7;1.6;16.6;0;6.54;29253
+69072;42.97773;-1.46096;704;20220722;27.4;17.8;22.6;3.6;17.43;.6;5.19;21121
+69072;42.97773;-1.46096;704;20220723;30.9;14.2;22.6;3.4;15.1;0;6.64;27798
+69072;42.97773;-1.46096;704;20220724;38.2;14.6;26.4;1.7;15.96;.1;6.82;28740
+69072;42.97773;-1.46096;704;20220725;27.1;16.6;21.8;3.9;16.13;.3;5.48;21890
+69072;42.97773;-1.46096;704;20220726;24.9;15.9;20.4;4.3;13.9;.6;5.41;21399
+69072;42.97773;-1.46096;704;20220727;27.5;12.1;19.8;3.4;12.43;0;6.05;26996
+69072;42.97773;-1.46096;704;20220728;30.5;11.9;21.2;2.3;14.26;3.9;5.87;26914
+69072;42.97773;-1.46096;704;20220729;26.1;15.9;21;2.9;15.16;1.5;4.8;20159
+69072;42.97773;-1.46096;704;20220730;29.7;14.6;22.1;2.6;15.7;0;5.78;26477
+69072;42.97773;-1.46096;704;20220731;31.1;13.9;22.5;2.3;16.63;0;5.85;27502
+69072;42.97773;-1.46096;704;20220801;32.6;13.8;23.2;2;17.03;0;5.93;27438
+69072;42.97773;-1.46096;704;20220802;37.1;13.8;25.4;1.5;15.86;0;6.33;28336
+69072;42.97773;-1.46096;704;20220803;36.8;17.9;27.4;1.6;16.36;1.4;5.9;23729
+69072;42.97773;-1.46096;704;20220804;36.7;17.1;26.9;2;18.06;4.3;6.47;26302
+69072;42.97773;-1.46096;704;20220805;28;16.7;22.4;3.2;17.73;0;5;21744
+69072;42.97773;-1.46096;704;20220806;33.2;14.3;23.8;1.7;17.43;0;5.74;26947
+69072;42.97773;-1.46096;704;20220807;33.9;16.6;25.2;1.8;17;0;5.81;25418
+69072;42.97773;-1.46096;704;20220808;34.6;16;25.3;1.8;15.7;.3;5.99;25902
+69072;42.97773;-1.46096;704;20220809;35.6;17.9;26.8;1.8;16.5;.1;6.03;25109
+69072;42.97773;-1.46096;704;20220810;36.6;18.4;27.5;1.8;14.86;.2;6.22;25053
+69072;42.97773;-1.46096;704;20220811;36.1;19;27.5;1.6;15.2;0;5.78;23833
+69072;42.97773;-1.46096;704;20220812;38.1;19.2;28.7;1.4;15.7;0;6.11;26030
+69072;42.97773;-1.46096;704;20220813;35;17.3;26.2;2.1;17;1.3;5.75;22256
+69072;42.97773;-1.46096;704;20220814;28.9;15.8;22.4;2.6;15.9;.1;5.19;22411
+69072;42.97773;-1.46096;704;20220815;29.1;12.7;20.9;1.8;13.76;0;5.01;24844
+69072;42.97773;-1.46096;704;20220816;30;16.3;23.1;2.4;15.06;2.5;5.18;21006
+69072;42.97773;-1.46096;704;20220817;24;11;17.5;2.5;13.46;19.5;4.12;20338
+69072;42.97773;-1.46096;704;20220818;19;13.3;16.2;4.5;13.93;18.5;3.18;13340
+69072;42.97773;-1.46096;704;20220819;26.1;12.4;19.3;3.3;14.16;.3;4.84;22078
+69072;42.97773;-1.46096;704;20220820;32.8;11.6;22.2;1.8;14.66;.1;5.45;25606
+69072;42.97773;-1.46096;704;20220821;28;16.9;22.4;3.1;16.46;.2;4.97;20434
+69072;42.97773;-1.46096;704;20220822;25.1;15.1;20.1;3.6;16.1;3.6;4.09;16289
+69072;42.97773;-1.46096;704;20220823;32.1;15.5;23.8;2.2;17.23;.1;5.28;23181
+69072;42.97773;-1.46096;704;20220824;34;15.1;24.5;1.6;16.86;.3;5;22057
+69072;42.97773;-1.46096;704;20220825;29.4;17.9;23.6;3.1;18.43;.8;4.96;20733
+69072;42.97773;-1.46096;704;20220826;25.8;17.4;21.6;3.3;16.53;.4;4.27;16743
+69072;42.97773;-1.46096;704;20220827;31.1;10.3;20.7;1.6;14.3;0;4.87;24746
+69072;42.97773;-1.46096;704;20220828;34.2;14.9;24.5;1.6;14.73;1.9;5.15;23189
+69072;42.97773;-1.46096;704;20220829;31.6;17.4;24.5;2.4;16.7;7.8;4.93;18827
+69072;42.97773;-1.46096;704;20220830;31.8;13.4;22.6;1.4;17.16;0;4.68;23397
+69072;42.97773;-1.46096;704;20220831;27.2;17.1;22.2;2.3;18.4;1.7;4.1;18703
+69072;42.97773;-1.46096;704;20220901;31;12.8;21.9;1.7;16.1;0;4.62;22449
+69072;42.97773;-1.46096;704;20220902;27.6;16.3;22;2.7;16.5;0;4.26;17675
+69072;42.97773;-1.46096;704;20220903;27.5;13.2;20.3;1.7;14.76;.2;3.99;19870
+69072;42.97773;-1.46096;704;20220904;30.3;13.7;22;2.1;14.53;.5;4.73;21406
+69072;42.97773;-1.46096;704;20220905;31.1;19.1;25.1;3.1;15.46;.1;5.4;18842
+69072;42.97773;-1.46096;704;20220906;29.6;13.4;21.5;1.8;13.43;0;4.45;20646
+69072;42.97773;-1.46096;704;20220907;24.3;11.5;17.9;1.3;12.53;.1;3.1;15540
+69072;42.97773;-1.46096;704;20220908;26.8;11.3;19;1.5;11.7;1.2;3.75;18492
+69072;42.97773;-1.46096;704;20220909;25.1;12.2;18.6;2;12.83;0;3.76;18680
+69072;42.97773;-1.46096;704;20220910;31.1;9.3;20.2;1.4;10.7;0;4.31;22421
+69072;42.97773;-1.46096;704;20220911;34.4;14.8;24.6;1.8;14.56;0;4.96;21681
+69072;42.97773;-1.46096;704;20220912;33.6;21;27.3;3.5;15.96;4.1;5.77;15834
+69072;42.97773;-1.46096;704;20220913;24.4;18.7;21.5;4.6;17.2;1.9;3.8;11070
+69072;42.97773;-1.46096;704;20220914;26.3;17.4;21.9;3;15.06;0;4.04;14576
+69072;42.97773;-1.46096;704;20220915;26.6;14.5;20.5;2;14.56;4;3.59;16215
+69072;42.97773;-1.46096;704;20220916;22.3;14;18.1;3.6;14.03;.5;3.36;13196
+69072;42.97773;-1.46096;704;20220917;22.6;10.6;16.6;3.9;10.43;0;4.16;17964
+69072;42.97773;-1.46096;704;20220918;26.9;7.4;17.1;1.2;10.86;0;3.43;20346
+69072;42.97773;-1.46096;704;20220919;27.1;9.6;18.4;1.8;10.03;0;3.82;19400
+69072;42.97773;-1.46096;704;20220920;24;7.8;15.9;2.2;8.8;0;3.73;19323
+69072;42.97773;-1.46096;704;20220921;24.1;5.4;14.8;1.8;9.43;0;3.4;19910
+69072;42.97773;-1.46096;704;20220922;25.2;6.5;15.9;1.2;10.83;0;3.03;18837
+69072;42.97773;-1.46096;704;20220923;23.6;11.4;17.5;1.6;13.7;2.1;2.59;12685
+69072;42.97773;-1.46096;704;20220924;17.3;9.4;13.4;2.2;11.6;5.5;2.11;11026
+69072;42.97773;-1.46096;704;20220925;17.8;6.5;12.2;2.8;9.8;1.1;2.69;15413
+69072;42.97773;-1.46096;704;20220926;18.2;5.7;11.9;2.3;9.83;3.7;2.42;13796
+69072;42.97773;-1.46096;704;20220927;16.4;9.4;12.9;2.6;11.8;10.7;2.02;10401
+69072;42.97773;-1.46096;704;20220928;18.5;10.7;14.6;2.1;12.76;13.2;2.1;10704
+69072;42.97773;-1.46096;704;20220929;13.1;10.2;11.6;2.4;11.5;21.4;1.47;7171
+69072;42.97773;-1.46096;704;20220930;16;7.7;11.8;2.9;10.4;3;2.17;12315
+69072;42.97773;-1.46096;704;20221001;22.8;5.8;14.3;1;11.23;.2;2.44;17186
+69072;42.97773;-1.46096;704;20221002;26.9;8.2;17.6;.9;12.36;0;2.71;17902
+69072;42.97773;-1.46096;704;20221003;27.9;8.6;18.3;.9;12.86;0;2.76;17515
+69072;42.97773;-1.46096;704;20221004;28;8.5;18.2;1.3;11.2;0;3.05;17454
+69072;42.97773;-1.46096;704;20221005;27.3;9.9;18.6;1.6;11.63;.1;3.1;16606
+69072;42.97773;-1.46096;704;20221006;23.5;10.4;17;1.2;13.1;0;2.41;15083
+69072;42.97773;-1.46096;704;20221007;25.3;10.9;18.1;1.5;13.03;0;2.68;14964
+69072;42.97773;-1.46096;704;20221008;21.3;11.2;16.3;2;13.6;.4;2.28;12830
+69072;42.97773;-1.46096;704;20221009;25.2;8.7;17;1.4;12.43;0;2.59;15635
+69072;42.97773;-1.46096;704;20221010;21.9;14.1;18;1.4;13.4;3.8;2.03;9561
+69072;42.97773;-1.46096;704;20221011;18.4;12.3;15.4;.7;15.43;3.7;1.35;8150
+69072;42.97773;-1.46096;704;20221012;21;12.4;16.7;1.5;14.46;.7;1.93;11409
+69072;42.97773;-1.46096;704;20221013;21.5;8.1;14.8;.9;12.43;0;1.8;12562
+69072;42.97773;-1.46096;704;20221014;23.3;12;17.6;1.1;14;.2;2.02;12621
+69072;42.97773;-1.46096;704;20221015;27;8.6;17.8;1.5;11.9;0;2.65;15351
+69072;42.97773;-1.46096;704;20221016;26.6;16.4;21.5;3.6;12.86;1.5;3.85;11463
+69072;42.97773;-1.46096;704;20221017;23.4;16;19.7;4.1;14.76;7;3.08;9359
+69072;42.97773;-1.46096;704;20221018;27.3;12.3;19.8;2.4;14.7;0;2.91;12998
+69072;42.97773;-1.46096;704;20221019;25.2;18.2;21.7;4.3;14.26;1.1;3.72;7758
+69072;42.97773;-1.46096;704;20221020;20.9;15.4;18.2;6;12.83;1.9;3.54;7287
+69072;42.97773;-1.46096;704;20221021;19.1;13.7;16.4;5.2;13.3;.2;2.6;7024
+69072;42.97773;-1.46096;704;20221022;21.6;13.8;17.7;4.8;12.86;.3;3.15;9758
+69072;42.97773;-1.46096;704;20221023;23.4;15.1;19.3;6.2;12;0;4.28;9098
+69072;42.97773;-1.46096;704;20221024;19.8;13.4;16.6;2.8;10.96;0;2.46;8577
+69072;42.97773;-1.46096;704;20221025;24.4;13.7;19.1;3.5;10.5;.1;3.47;9393
+69072;42.97773;-1.46096;704;20221026;24.7;13.3;19;3.4;10.8;0;3.4;10217
+69072;42.97773;-1.46096;704;20221027;26.2;18.6;22.4;4.8;9.96;0;4.86;7031
+69072;42.97773;-1.46096;704;20221028;27.4;19.7;23.6;4.8;8.3;0;5.52;8037
+69072;42.97773;-1.46096;704;20221029;24.8;17.4;21.1;3.9;7.16;0;4.43;8864
+69072;42.97773;-1.46096;704;20221030;17.2;10.2;13.7;1.2;10.9;4.7;1.28;6874
+69072;42.97773;-1.46096;704;20221031;17.7;11.7;14.7;4;13.66;7.6;1.69;6525
+69072;42.97773;-1.46096;704;20221101;19.4;9;14.2;1.2;12.43;0;1.31;9720
+69072;42.97773;-1.46096;704;20221102;19.7;5.6;12.7;1.6;11.23;.1;1.47;10194
+69072;42.97773;-1.46096;704;20221103;17.7;13.7;15.7;3.1;12.43;7.4;1.86;5409
+69072;42.97773;-1.46096;704;20221104;12;3;7.5;2.3;8.83;12.3;1.01;7979
+69072;42.97773;-1.46096;704;20221105;15.6;5.2;10.4;1.6;8.93;0;1.3;10101
+69072;42.97773;-1.46096;704;20221106;15.9;2;9;.8;8.03;0;.99;10075
+69072;42.97773;-1.46096;704;20221107;18.3;3.7;11;2.1;8.66;0;1.65;10315
+69072;42.97773;-1.46096;704;20221108;15.4;13;14.2;3.7;10.93;.8;1.94;4265
+69072;42.97773;-1.46096;704;20221109;13.7;11.3;12.5;1.8;11.33;1.9;1.11;4415
+69072;42.97773;-1.46096;704;20221110;16.9;3.3;10.1;1;8.66;0;1.03;10185
+69072;42.97773;-1.46096;704;20221111;18.8;3.6;11.2;2;9.46;.1;1.48;9642
+69072;42.97773;-1.46096;704;20221112;18.8;7.1;12.9;2.3;9.9;0;1.65;9630
+69072;42.97773;-1.46096;704;20221113;20;6.9;13.5;1.9;9.36;0;1.62;9987
+69072;42.97773;-1.46096;704;20221114;14;10.4;12.2;1.6;11.53;1.9;.94;4379
+69072;42.97773;-1.46096;704;20221115;15;11;13;2.9;11.6;4.1;1.33;4750
+69072;42.97773;-1.46096;704;20221116;14.3;7;10.7;1.7;10.23;1.4;.98;6648
+69072;42.97773;-1.46096;704;20221117;19.5;10.6;15;2;11.26;5.3;1.51;7926
+69072;42.97773;-1.46096;704;20221118;9.8;5;7.4;2.1;8.53;13.5;.86;5124
+69072;42.97773;-1.46096;704;20221119;6.1;3.6;4.9;2.6;7.46;12.4;.73;4355
+69072;42.97773;-1.46096;704;20221120;9.8;3.1;6.4;.8;8.7;8.7;.55;5892
+69072;42.97773;-1.46096;704;20221121;9.7;5.7;7.7;2.9;9.33;35.4;.79;4652
+69072;42.97773;-1.46096;704;20221122;6.8;1;3.9;1.7;7.36;7.2;.55;5092
+69072;42.97773;-1.46096;704;20221123;11.5;5.1;8.3;1.7;9.56;6.6;.73;5325
+69072;42.97773;-1.46096;704;20221124;9.6;3.4;6.5;1.4;9.16;6.1;.51;5229
+69072;42.97773;-1.46096;704;20221125;9.4;5.7;7.6;2;9.33;8.5;.66;4384
+69072;42.97773;-1.46096;704;20221126;12.2;2.1;7.1;1.2;7.86;0;.69;7193
+69072;42.97773;-1.46096;704;20221127;9.6;.5;5.1;.8;7.6;10.1;.47;7142
+69072;42.97773;-1.46096;704;20221128;9.4;4.9;7.2;2.4;8.9;24.9;.71;4741
+69072;42.97773;-1.46096;704;20221129;9.4;5.6;7.5;2.2;9.5;8.8;.63;4520
+69072;42.97773;-1.46096;704;20221130;11.6;4.1;7.9;1;8.33;0;.59;6449
+69072;42.97773;-1.46096;704;20221201;8.9;-.7;4.1;1.8;6.63;0;.62;7643
+69072;42.97773;-1.46096;704;20221202;5.7;-.3;2.7;.9;6.4;.1;.43;4770
+69072;42.97773;-1.46096;704;20221203;3.5;-.3;1.6;1.1;6.63;2.7;.37;4108
+69072;42.97773;-1.46096;704;20221204;4.8;-1.1;1.9;1.3;6.23;.2;.43;5109
+69072;42.97773;-1.46096;704;20221205;5.6;-1.7;1.9;.8;6.76;1.1;.34;5314
+69072;42.97773;-1.46096;704;20221206;11;3.7;7.4;.7;9.3;.2;.44;5721
+69072;42.97773;-1.46096;704;20221207;12.4;4.3;8.3;.6;9.73;.2;.45;5810
+69072;42.97773;-1.46096;704;20221208;8.7;4.9;6.8;1.7;9.96;4.5;.4;4277
+69072;42.97773;-1.46096;704;20221209;11.9;7.2;9.5;2;10.33;2.7;.7;4368
+69072;42.97773;-1.46096;704;20221210;3.9;.8;2.4;4;5.6;0;.87;5461
+69072;42.97773;-1.46096;704;20221211;1.8;-2.7;-.4;.9;5.53;.5;.32;4243
+69072;42.97773;-1.46096;704;20221212;6.4;.7;3.5;1.3;7.86;9.6;.33;4702
+69072;42.97773;-1.46096;704;20221213;11.4;4.1;7.8;1.4;10.26;2;.41;5108
+69072;42.97773;-1.46096;704;20221214;14.8;6.8;10.8;2.2;10.76;2.4;.81;6580
+69072;42.97773;-1.46096;704;20221215;11.6;7.6;9.6;2.3;10.7;4.9;.67;4374
+69072;42.97773;-1.46096;704;20221216;8.6;5.6;7.1;2;9.33;1.7;.55;3669
+69072;42.97773;-1.46096;704;20221217;8.6;.4;4.5;1.2;7.6;0;.41;6079
+69072;42.97773;-1.46096;704;20221218;12.3;1.3;6.8;2.3;8.03;.4;.78;6844
+69072;42.97773;-1.46096;704;20221219;13.4;7.4;10.4;3.9;8.8;0;1.47;5805
+69072;42.97773;-1.46096;704;20221220;11;9.4;10.2;4.1;9.43;0;1.33;2987
+69072;42.97773;-1.46096;704;20221221;13.9;5.4;9.6;1.6;10.2;0;.66;6145
+69072;42.97773;-1.46096;704;20221222;14.1;6.7;10.4;1.5;11;.1;.61;5653
+69072;42.97773;-1.46096;704;20221223;16.6;9;12.8;2;11.1;0;.96;6589
+69072;42.97773;-1.46096;704;20221224;15.4;5.9;10.6;1.7;9.6;0;.8;6963
+69072;42.97773;-1.46096;704;20221225;14.9;8.1;11.5;3.8;9.03;0;1.59;6346
+69072;42.97773;-1.46096;704;20221226;15.6;8.7;12.2;1.7;9.03;1.9;1.06;5904
+69072;42.97773;-1.46096;704;20221227;13.9;5.5;9.7;.9;10.06;0;.53;5763
+69072;42.97773;-1.46096;704;20221228;13.5;5.3;9.4;1.9;9.23;0;.79;6700
+69072;42.97773;-1.46096;704;20221229;12.2;8.5;10.3;1.9;9.6;10.9;.89;3947
+69072;42.97773;-1.46096;704;20221230;14.2;8.4;11.3;3.2;11.36;.1;.97;4698
+69072;42.97773;-1.46096;704;20221231;15.4;8.5;12;4;8.2;0;2.01;5987
+69073;43.0116;-1.15785;845;20220101;18.1;3.5;10.8;5.2;6.22;0;2.27;8033
+69073;43.0116;-1.15785;845;20220102;15.1;4.6;9.8;3.7;7.62;.1;1.62;5507
+69073;43.0116;-1.15785;845;20220103;14.6;1.9;8.2;5.1;7.66;0;1.23;7228
+69073;43.0116;-1.15785;845;20220104;16.4;6.5;11.4;6.1;7.52;17.5;2.12;6782
+69073;43.0116;-1.15785;845;20220105;2.8;1.5;2.1;3.2;6.02;3.8;.45;3693
+69073;43.0116;-1.15785;845;20220106;1.9;-3.5;-.8;2.6;4.32;.2;.37;7600
+69073;43.0116;-1.15785;845;20220107;3.2;-5.3;-1.1;2.6;6.02;11.2;.22;3749
+69073;43.0116;-1.15785;845;20220108;7;.6;3.8;3.9;7.36;15.4;.38;5314
+69073;43.0116;-1.15785;845;20220109;5.6;3.3;4.4;4.8;8.46;72.7;.34;1342
+69073;43.0116;-1.15785;845;20220110;9.4;3.9;6.6;3.9;11.49;38.9;.34;3606
+69073;43.0116;-1.15785;845;20220111;7.8;4.6;6.2;1;8.56;.2;.6;4784
+69073;43.0116;-1.15785;845;20220112;6.3;-2.3;2;1.8;4.72;.1;.74;6921
+69073;43.0116;-1.15785;845;20220113;8.7;-4.7;2;2.5;3.82;0;1.04;9163
+69073;43.0116;-1.15785;845;20220114;11.1;-3.4;3.9;1.7;3.49;0;.99;9411
+69073;43.0116;-1.15785;845;20220115;9.3;-4.3;2.5;2.2;3.69;0;1;9467
+69073;43.0116;-1.15785;845;20220116;8.6;-5.4;1.6;1.6;3.92;0;.74;9419
+69073;43.0116;-1.15785;845;20220117;7.8;-4.5;1.6;2.5;4.12;0;.82;8753
+69073;43.0116;-1.15785;845;20220118;9.2;-4.5;2.3;1.1;4.09;0;.72;9170
+69073;43.0116;-1.15785;845;20220119;6.2;-.6;2.8;1.2;5.79;.8;.68;4168
+69073;43.0116;-1.15785;845;20220120;4.9;.1;2.5;2.2;7.12;6.1;.4;3486
+69073;43.0116;-1.15785;845;20220121;.7;-1.1;-.2;3.6;5.16;0;.51;4132
+69073;43.0116;-1.15785;845;20220122;4.9;-6.2;-.6;2.4;4.62;.1;.42;9799
+69073;43.0116;-1.15785;845;20220123;8.7;-4.1;2.3;3.1;4.66;0;.9;9964
+69073;43.0116;-1.15785;845;20220124;11.3;-2.8;4.2;3;4.52;0;1.17;10390
+69073;43.0116;-1.15785;845;20220125;11.5;-3.3;4.1;1.3;4.59;0;.86;10426
+69073;43.0116;-1.15785;845;20220126;12.2;-3.1;4.6;1.8;4.36;0;1.15;10459
+69073;43.0116;-1.15785;845;20220127;11.8;-2.5;4.6;1.8;4.46;0;1.16;10832
+69073;43.0116;-1.15785;845;20220128;9.6;-2;3.8;2.7;4.49;0;1.31;10591
+69073;43.0116;-1.15785;845;20220129;12.7;-2.8;4.9;2.2;4.19;0;1.38;10819
+69073;43.0116;-1.15785;845;20220130;9;-1.6;3.7;2.6;5.16;.2;1.14;8769
+69073;43.0116;-1.15785;845;20220131;6.8;-2.4;2.2;3.3;6.59;7;.54;6285
+69073;43.0116;-1.15785;845;20220201;5.6;1.1;3.3;3.4;6.59;.6;.62;6131
+69073;43.0116;-1.15785;845;20220202;14.4;0;7.2;2.1;6.96;0;1.07;11057
+69073;43.0116;-1.15785;845;20220203;15.4;.9;8.2;2.6;5.59;0;1.95;10614
+69073;43.0116;-1.15785;845;20220204;9.4;-.6;4.4;1.4;7.49;4.1;.65;6004
+69073;43.0116;-1.15785;845;20220205;6.1;4.2;5.2;2.5;7.12;1.4;.79;5881
+69073;43.0116;-1.15785;845;20220206;7.1;-3.1;2;2;5.89;.4;.71;8969
+69073;43.0116;-1.15785;845;20220207;8.8;-.1;4.3;2.6;7.82;4;.57;6219
+69073;43.0116;-1.15785;845;20220208;15.8;-.1;7.8;3.4;6.59;0;1.8;12388
+69073;43.0116;-1.15785;845;20220209;16.6;1.2;8.9;4.3;5.36;0;2.35;12860
+69073;43.0116;-1.15785;845;20220210;2.4;0;1.2;1.6;7.28;0;1.59;12150
+69073;43.0116;-1.15785;845;20220211;7.9;1.4;4.6;.9;8.51;.2;.75;6589
+69073;43.0116;-1.15785;845;20220212;12.8;1;6.9;1.2;8.72;0;1.25;11550
+69073;43.0116;-1.15785;845;20220213;14.6;-.3;7.1;2.9;8.28;7.2;1.94;11926
+69073;43.0116;-1.15785;845;20220214;7.1;2.1;4.6;4.6;8.88;12;1.16;6815
+69073;43.0116;-1.15785;845;20220215;8.2;1.7;5;3.3;8.32;3;1.23;7769
+69073;43.0116;-1.15785;845;20220216;10.3;1.6;6;3.4;8.96;4.6;.57;6121
+69073;43.0116;-1.15785;845;20220217;12.5;4.4;8.5;2.4;9.66;1.1;.92;7367
+69073;43.0116;-1.15785;845;20220218;15.9;2.7;9.3;4.4;8.22;2.3;2.15;11047
+69073;43.0116;-1.15785;845;20220219;5.4;2.5;4;2.1;7.12;1.6;.77;6539
+69073;43.0116;-1.15785;845;20220220;10.2;-2.5;3.9;1.8;7.26;1.6;.75;8134
+69073;43.0116;-1.15785;845;20220221;10.1;1.5;5.8;3.4;7.39;3.3;1.08;8639
+69073;43.0116;-1.15785;845;20220222;13;-1.7;5.7;2;6.46;.1;1.49;14766
+69073;43.0116;-1.15785;845;20220223;14.4;-1.3;6.6;2.7;6.56;0;1.76;14882
+69073;43.0116;-1.15785;845;20220224;10.6;1.8;6.2;2.9;7.22;1.8;1.43;7663
+69073;43.0116;-1.15785;845;20220225;5.5;2.7;4.1;3;6.39;.6;1.02;8127
+69073;43.0116;-1.15785;845;20220226;12.3;-4.1;4.1;3.7;5.76;.1;1.62;15751
+69073;43.0116;-1.15785;845;20220227;12.2;.6;6.4;3.1;7.49;.1;1.27;8282
+69073;43.0116;-1.15785;845;20220228;14.6;.1;7.3;1.8;6.79;0;1.76;15572
+69073;43.0116;-1.15785;845;20220301;15.7;-1.3;7.2;3.3;5.66;0;2.34;14227
+69073;43.0116;-1.15785;845;20220302;10.1;3.9;7;3.7;7.72;5.6;1.32;7273
+69073;43.0116;-1.15785;845;20220303;13.5;.1;6.8;3;7.96;13.4;1.52;12116
+69073;43.0116;-1.15785;845;20220304;6.3;4.2;5.2;3.1;7.46;6.4;1.01;7295
+69073;43.0116;-1.15785;845;20220305;5.3;1.3;3.3;1.9;6.76;1.9;.8;6215
+69073;43.0116;-1.15785;845;20220306;5.2;.8;3;1.8;6.52;.1;.88;7396
+69073;43.0116;-1.15785;845;20220307;9.2;-1.2;4;3.6;6.49;1.4;1.32;13310
+69073;43.0116;-1.15785;845;20220308;8.4;5;6.7;5.2;6.82;2.6;1.48;8566
+69073;43.0116;-1.15785;845;20220309;12;-1;5.5;6.2;6.46;0;1.91;14177
+69073;43.0116;-1.15785;845;20220310;12.2;5.9;9;8;7.36;1;2.16;10321
+69073;43.0116;-1.15785;845;20220311;10.5;9.7;10.1;8.2;7.69;9.1;2.01;4755
+69073;43.0116;-1.15785;845;20220312;11.4;2.5;7;3.7;7.12;4.8;1.78;15534
+69073;43.0116;-1.15785;845;20220313;8.2;2.5;5.3;4.5;6.69;2.5;1.57;13071
+69073;43.0116;-1.15785;845;20220314;9.8;.3;5.1;4.3;7.16;3.1;1.41;7499
+69073;43.0116;-1.15785;845;20220315;20.1;6.7;13.4;6.4;7.36;0;3.83;14147
+69073;43.0116;-1.15785;845;20220316;15.7;9.7;12.7;3.7;8.66;13.2;2.54;7992
+69073;43.0116;-1.15785;845;20220317;7.4;6.7;7.1;2.9;9.36;19.3;.7;3177
+69073;43.0116;-1.15785;845;20220318;6.2;3.7;4.9;1.3;9.92;.5;.84;4517
+69073;43.0116;-1.15785;845;20220319;14.2;.3;7.2;1.5;9.52;0;2.16;16571
+69073;43.0116;-1.15785;845;20220320;14.4;4.3;9.4;2.2;9.78;0;2.35;13433
+69073;43.0116;-1.15785;845;20220321;16.3;2.5;9.4;2.3;9.52;.2;2.7;15906
+69073;43.0116;-1.15785;845;20220322;13.7;2.7;8.2;2.3;8.02;0;2.59;14237
+69073;43.0116;-1.15785;845;20220323;13.6;.3;6.9;2.1;7.42;0;2.74;19091
+69073;43.0116;-1.15785;845;20220324;13.7;-.4;6.7;1.6;8.32;0;2.42;18436
+69073;43.0116;-1.15785;845;20220325;15.7;3.4;9.5;1.5;9.62;0;2.59;17895
+69073;43.0116;-1.15785;845;20220326;15.6;.4;8;1.6;8.45;0;2.69;19003
+69073;43.0116;-1.15785;845;20220327;16;.2;8.1;1.9;9.12;0;2.78;19325
+69073;43.0116;-1.15785;845;20220328;16.9;4.1;10.5;2;8.98;0;2.85;14884
+69073;43.0116;-1.15785;845;20220329;14.6;4.4;9.5;1.9;10.22;1.3;2.27;12703
+69073;43.0116;-1.15785;845;20220330;8.8;6.3;7.6;1.9;9.91;7.7;1.27;6306
+69073;43.0116;-1.15785;845;20220331;8.1;3.6;5.9;3.8;9.12;16.2;1.69;9528
+69073;43.0116;-1.15785;845;20220401;3.6;-2.9;.3;3.6;6.08;16.2;1.64;12997
+69073;43.0116;-1.15785;845;20220402;3.9;-3.3;.3;2.4;5.31;.9;1.72;15531
+69073;43.0116;-1.15785;845;20220403;5.1;-4.4;.3;2.6;4.22;.3;2.01;16787
+69073;43.0116;-1.15785;845;20220404;7.3;-4.1;1.6;1.5;5.05;0;2.04;18120
+69073;43.0116;-1.15785;845;20220405;11.8;-4.5;3.6;1.3;5.78;0;2.36;20516
+69073;43.0116;-1.15785;845;20220406;9.4;-1.7;3.8;2.1;8.45;0;1.72;12885
+69073;43.0116;-1.15785;845;20220407;16.8;.6;8.7;2.9;9.74;0;3.14;18663
+69073;43.0116;-1.15785;845;20220408;17.2;3.9;10.5;3.1;10.62;4.2;3.13;15976
+69073;43.0116;-1.15785;845;20220409;10.8;3.6;7.2;2.3;9.05;1.4;2.26;14682
+69073;43.0116;-1.15785;845;20220410;18.1;-3.6;7.3;2.3;7.92;0;3.64;23383
+69073;43.0116;-1.15785;845;20220411;21.3;5.7;13.5;3.3;10.35;2.4;4.33;18752
+69073;43.0116;-1.15785;845;20220412;15.4;7.8;11.6;2.9;11.55;9.9;2.7;12824
+69073;43.0116;-1.15785;845;20220413;12.7;5.6;9.1;1.8;12.18;1.7;1.84;11273
+69073;43.0116;-1.15785;845;20220414;15.9;7.5;11.7;1.6;12.85;0;2.69;16167
+69073;43.0116;-1.15785;845;20220415;16.7;4.9;10.8;1.8;12.78;0;2.82;18649
+69073;43.0116;-1.15785;845;20220416;17.8;6.5;12.2;2.2;12.45;0;3.24;19323
+69073;43.0116;-1.15785;845;20220417;17.6;3.3;10.4;2.9;11.85;0;3.47;22518
+69073;43.0116;-1.15785;845;20220418;13;8;10.5;2.5;11.85;1.4;2.18;10682
+69073;43.0116;-1.15785;845;20220419;6.9;6.4;6.7;2.3;10.81;23.8;1.01;3436
+69073;43.0116;-1.15785;845;20220420;7.7;3.6;5.7;2.8;10.25;32.8;1.29;7809
+69073;43.0116;-1.15785;845;20220421;8.8;4.7;6.7;2;11.05;9;1.26;6790
+69073;43.0116;-1.15785;845;20220422;15.6;2.2;8.9;2.2;10.14;5.5;3.27;20962
+69073;43.0116;-1.15785;845;20220423;11.9;6.1;9;3.6;10.35;10.5;2.41;12230
+69073;43.0116;-1.15785;845;20220424;12.5;5.6;9.1;3.8;11.32;1.1;2.43;13722
+69073;43.0116;-1.15785;845;20220425;16.5;1.6;9.1;1.7;10.68;0;3.32;23191
+69073;43.0116;-1.15785;845;20220426;20.9;2.9;11.9;1.9;11.35;.3;3.86;22229
+69073;43.0116;-1.15785;845;20220427;14.8;8.1;11.4;2;13.52;8;2.16;11312
+69073;43.0116;-1.15785;845;20220428;11;8.4;9.7;1.4;13.85;1.1;1.22;5919
+69073;43.0116;-1.15785;845;20220429;13.4;8.4;10.9;1.4;13.95;0;1.78;9373
+69073;43.0116;-1.15785;845;20220430;15.5;8.4;11.9;1.9;13.18;0;2.75;15936
+69073;43.0116;-1.15785;845;20220501;14.9;5.9;10.4;2.2;12.48;0;2.73;16976
+69073;43.0116;-1.15785;845;20220502;10.6;7.5;9.1;1.7;12.35;5;1.44;6740
+69073;43.0116;-1.15785;845;20220503;14.9;6.8;10.9;1.6;12.72;1.7;2.58;15032
+69073;43.0116;-1.15785;845;20220504;13.8;8;10.9;2.5;12.75;1.2;2.37;12405
+69073;43.0116;-1.15785;845;20220505;15.6;5.5;10.5;2.4;11.88;.4;2.99;17235
+69073;43.0116;-1.15785;845;20220506;13.4;6.7;10;2.4;10.06;1;1.42;6134
+69073;43.0116;-1.15785;845;20220507;16.3;7.7;12;2;10.92;0;1.64;7321
+69073;43.0116;-1.15785;845;20220508;16.7;5.7;11.2;1.9;10.89;0;1.77;9227
+69073;43.0116;-1.15785;845;20220509;21.7;5.5;13.6;1.9;10.59;0;2.53;10835
+69073;43.0116;-1.15785;845;20220510;24;7.6;15.8;3.7;10.82;0;3.46;11134
+69073;43.0116;-1.15785;845;20220511;25.7;9.5;17.6;4.6;12.32;0;3.98;11248
+69073;43.0116;-1.15785;845;20220512;20.5;12.5;16.5;4.1;13.42;.1;2.87;7416
+69073;43.0116;-1.15785;845;20220513;21;11;16;1.5;14.06;0;2.04;8524
+69073;43.0116;-1.15785;845;20220514;25.4;10.1;17.7;3.6;12.72;1.1;3.48;10651
+69073;43.0116;-1.15785;845;20220515;26.2;12.8;19.5;6.3;11.32;.5;4.72;10339
+69073;43.0116;-1.15785;845;20220516;24.1;10.1;17.1;2.8;12.96;0;3.05;10213
+69073;43.0116;-1.15785;845;20220517;26.2;10.6;18.4;3.8;13.29;0;3.68;11319
+69073;43.0116;-1.15785;845;20220518;28.9;11.9;20.4;2.5;14.32;2.9;3.42;10832
+69073;43.0116;-1.15785;845;20220519;26.6;13.3;19.9;4.8;13.89;.1;4.03;10924
+69073;43.0116;-1.15785;845;20220520;27;18.2;22.6;7.1;11.72;0;5.61;7847
+69073;43.0116;-1.15785;845;20220521;30.6;13.9;22.2;5.5;14.62;0;5.38;11455
+69073;43.0116;-1.15785;845;20220522;30;15.2;22.6;4.4;13.76;.9;4.9;11212
+69073;43.0116;-1.15785;845;20220523;16.9;12.3;14.6;2.8;12.66;.5;1.82;5204
+69073;43.0116;-1.15785;845;20220524;10.6;7.8;9.2;1.9;10.42;6.6;1;3821
+69073;43.0116;-1.15785;845;20220525;12.6;5.8;9.2;2.3;10.06;4.5;1.42;7455
+69073;43.0116;-1.15785;845;20220526;15;7.5;11.3;2.3;11.29;.6;1.55;7418
+69073;43.0116;-1.15785;845;20220527;17.9;9.1;13.5;2.9;12.49;.1;1.99;8925
+69073;43.0116;-1.15785;845;20220528;21.6;7.6;14.6;2.9;12.86;0;2.5;11350
+69073;43.0116;-1.15785;845;20220529;20.3;9;14.6;2.5;11.76;1.6;2.37;9829
+69073;43.0116;-1.15785;845;20220530;20;6.6;13.3;2;11.52;.6;2.28;10466
+69073;43.0116;-1.15785;845;20220531;21.5;10.2;15.8;2.9;13.16;0;2.43;9275
+69073;43.0116;-1.15785;845;20220601;27;10.5;18.7;3.9;13.52;0;3.77;12025
+69073;43.0116;-1.15785;845;20220602;24;13;18.5;2.6;15.52;2.9;2.78;9939
+69073;43.0116;-1.15785;845;20220603;23.6;13.6;18.6;3.2;15.59;1.3;2.79;9564
+69073;43.0116;-1.15785;845;20220604;20.4;12;16.2;2.7;15.76;6.7;2.06;8564
+69073;43.0116;-1.15785;845;20220605;19.5;12.6;16;2;14.86;0;1.87;7520
+69073;43.0116;-1.15785;845;20220606;22.5;10.3;16.4;3.2;14.12;.2;2.71;10126
+69073;43.0116;-1.15785;845;20220607;19.5;13;16.3;1.7;14.12;.1;1.89;7247
+69073;43.0116;-1.15785;845;20220608;18.8;11.2;15;2;14.29;2.1;1.83;7413
+69073;43.0116;-1.15785;845;20220609;19.3;10.5;14.9;2.4;13.32;.1;2.07;8617
+69073;43.0116;-1.15785;845;20220610;24.7;7.4;16;2.8;12.06;0;3.22;12294
+69073;43.0116;-1.15785;845;20220611;25.9;11.3;18.6;2.8;15.09;.8;4.84;25796
+69073;43.0116;-1.15785;845;20220612;28;14.8;21.4;2.7;16.12;2.2;4.85;20605
+69073;43.0116;-1.15785;845;20220613;23.9;15.1;19.5;2.3;17.82;.1;3.97;21729
+69073;43.0116;-1.15785;845;20220614;31;14;22.5;3.7;16.39;.2;5.76;22838
+69073;43.0116;-1.15785;845;20220615;30.5;16.9;23.7;4.2;17.56;0;6.87;29104
+69073;43.0116;-1.15785;845;20220616;31.2;16.2;23.7;2.3;19.02;0;5.93;27792
+69073;43.0116;-1.15785;845;20220617;32.6;16.9;24.8;2;18.72;0;6.22;28472
+69073;43.0116;-1.15785;845;20220618;36.1;17.2;26.6;4.1;15.39;0;7.83;29213
+69073;43.0116;-1.15785;845;20220619;28.4;19.4;23.9;5;13.49;1.6;6.09;22115
+69073;43.0116;-1.15785;845;20220620;22.7;14.4;18.5;2.9;16.79;9.2;3.32;17714
+69073;43.0116;-1.15785;845;20220621;21.3;15.2;18.2;3.2;17.22;5.6;2.79;15518
+69073;43.0116;-1.15785;845;20220622;19.9;12.9;16.4;3.2;15.42;1.5;2.8;15608
+69073;43.0116;-1.15785;845;20220623;24;12.2;18.1;2.8;14.36;4.9;4.11;21721
+69073;43.0116;-1.15785;845;20220624;21.2;12.3;16.8;2.9;14.39;.1;4.1;24190
+69073;43.0116;-1.15785;845;20220625;20.2;11;15.6;2.7;13.36;10.6;2.92;14597
+69073;43.0116;-1.15785;845;20220626;14.7;9.6;12.2;2;12.69;13.7;1.84;10906
+69073;43.0116;-1.15785;845;20220627;13.9;10.5;12.2;2.1;12.82;5.1;1.6;9028
+69073;43.0116;-1.15785;845;20220628;20.9;9.8;15.4;2.1;13.39;.1;4.06;26048
+69073;43.0116;-1.15785;845;20220629;20.5;10.1;15.3;2.3;13.62;8;3.29;18554
+69073;43.0116;-1.15785;845;20220630;13.3;11.2;12.3;1.6;12.89;3.1;1.46;7396
+69073;43.0116;-1.15785;845;20220701;17.9;8;13;2.3;11.82;0;3.37;23309
+69073;43.0116;-1.15785;845;20220702;26.5;9.1;17.8;3.4;13.46;.1;5.49;30319
+69073;43.0116;-1.15785;845;20220703;23.2;11.6;17.4;2.1;15.49;6.1;3.97;23239
+69073;43.0116;-1.15785;845;20220704;18.6;13.9;16.2;2.1;15.72;.7;2.34;13738
+69073;43.0116;-1.15785;845;20220705;20.4;14.5;17.5;2.7;16.76;9.9;2.49;13709
+69073;43.0116;-1.15785;845;20220706;19.7;14.2;17;1;17.56;6.4;2.87;14403
+69073;43.0116;-1.15785;845;20220707;21;10.6;15.8;1.6;15.63;.3;4.2;23100
+69073;43.0116;-1.15785;845;20220708;22.2;11.1;16.7;1.2;16.26;.1;4.58;25772
+69073;43.0116;-1.15785;845;20220709;26.1;11.7;18.9;2.8;15.19;.1;5.22;29877
+69073;43.0116;-1.15785;845;20220710;27.1;12.7;19.9;2.6;15.86;0;5.37;30103
+69073;43.0116;-1.15785;845;20220711;29.9;13.7;21.8;2.2;16.12;0;5.86;30184
+69073;43.0116;-1.15785;845;20220712;30.2;15.3;22.8;2.3;17.42;0;6;29976
+69073;43.0116;-1.15785;845;20220713;30.3;14.9;22.6;1.9;16.72;0;5.87;30139
+69073;43.0116;-1.15785;845;20220714;31.5;15.1;23.3;1.7;14.92;0;6.07;29753
+69073;43.0116;-1.15785;845;20220715;29.3;14.3;21.8;1.9;16.49;.1;5.44;27837
+69073;43.0116;-1.15785;845;20220716;33.1;15.1;24.1;2.1;14.72;0;6.31;28226
+69073;43.0116;-1.15785;845;20220717;34.9;15.5;25.2;2.1;14.19;0;6.6;28300
+69073;43.0116;-1.15785;845;20220718;35.8;16.5;26.2;4.3;15.16;0;7.72;28641
+69073;43.0116;-1.15785;845;20220719;26.6;18.7;22.6;4.5;16.62;4.5;5.97;22793
+69073;43.0116;-1.15785;845;20220720;23.4;14.3;18.9;3;16.52;.6;3.35;17871
+69073;43.0116;-1.15785;845;20220721;28.5;15.6;22;2.7;16.82;0;5.31;27204
+69073;43.0116;-1.15785;845;20220722;21.4;14.9;18.1;2.6;16.79;1.6;2.8;13995
+69073;43.0116;-1.15785;845;20220723;22.3;13.7;18;2.3;15.39;.1;3.74;21764
+69073;43.0116;-1.15785;845;20220724;32.9;13;22.9;3.3;15.92;.3;6.35;28798
+69073;43.0116;-1.15785;845;20220725;19.8;16.7;18.3;1.6;16.99;.9;2.37;11420
+69073;43.0116;-1.15785;845;20220726;18.1;14.2;16.1;1.8;14.99;.9;2.21;11122
+69073;43.0116;-1.15785;845;20220727;21.6;11.8;16.7;2.4;13.59;0;3.68;21946
+69073;43.0116;-1.15785;845;20220728;22.3;11;16.7;2.3;14.42;4.9;3.6;21306
+69073;43.0116;-1.15785;845;20220729;19.3;13.9;16.6;1.8;16.16;2.9;1.97;10208
+69073;43.0116;-1.15785;845;20220730;21.3;14.9;18.1;2.3;17.02;.3;2.72;14812
+69073;43.0116;-1.15785;845;20220731;23.8;15.4;19.6;2.4;17.69;.1;2.96;15476
+69073;43.0116;-1.15785;845;20220801;26.1;14.7;20.4;2.5;18.02;0;3.99;22370
+69073;43.0116;-1.15785;845;20220802;29.9;14.2;22;2.2;17.22;.1;5.2;27652
+69073;43.0116;-1.15785;845;20220803;31.8;15.5;23.6;2.7;16.29;1.9;5.71;24227
+69073;43.0116;-1.15785;845;20220804;27.7;16.6;22.1;2.9;18.49;2.2;4.45;20391
+69073;43.0116;-1.15785;845;20220805;22.4;15.6;19;1.6;17.99;0;2.57;13427
+69073;43.0116;-1.15785;845;20220806;25.6;14.7;20.2;2.2;18.42;0;3.72;20744
+69073;43.0116;-1.15785;845;20220807;27.4;14.8;21.1;2;17.69;.1;4.48;24760
+69073;43.0116;-1.15785;845;20220808;28;13.6;20.8;2.3;16.16;.5;4.91;25909
+69073;43.0116;-1.15785;845;20220809;28.9;15.9;22.4;2;16.82;0;4.71;22952
+69073;43.0116;-1.15785;845;20220810;31.9;15.1;23.5;2.7;16.02;.1;5.55;24019
+69073;43.0116;-1.15785;845;20220811;33.4;17.1;25.3;3.1;15.82;0;6.06;23958
+69073;43.0116;-1.15785;845;20220812;31.4;17.8;24.6;2.7;18.06;0;5.78;25487
+69073;43.0116;-1.15785;845;20220813;30.1;17.7;23.9;2.3;17.82;.2;4.8;19850
+69073;43.0116;-1.15785;845;20220814;21.7;15.7;18.7;2.4;17.12;.2;2.71;12819
+69073;43.0116;-1.15785;845;20220815;22.7;12.9;17.8;1.7;14.99;0;3.49;20225
+69073;43.0116;-1.15785;845;20220816;24.3;11.9;18.1;2.7;15.29;5.5;2.92;13737
+69073;43.0116;-1.15785;845;20220817;18.4;11.7;15;2;14.52;17.4;2.18;13165
+69073;43.0116;-1.15785;845;20220818;17.1;12.2;14.7;3;14.69;22.1;1.83;10582
+69073;43.0116;-1.15785;845;20220819;20.8;12.1;16.5;2.3;14.92;1.2;2.88;17477
+69073;43.0116;-1.15785;845;20220820;25.2;11.3;18.3;2;16.32;.4;4.02;24815
+69073;43.0116;-1.15785;845;20220821;22.3;14.3;18.3;1.4;17.09;.4;2.81;15260
+69073;43.0116;-1.15785;845;20220822;20.8;14.2;17.5;2.2;16.82;4.9;2.16;11026
+69073;43.0116;-1.15785;845;20220823;24.4;15.6;20;2.1;18.12;.1;2.96;16816
+69073;43.0116;-1.15785;845;20220824;30.4;13.6;22;3;16.62;0;4.73;21198
+69073;43.0116;-1.15785;845;20220825;23.3;16.1;19.7;2.1;18.36;1.5;2.41;11014
+69073;43.0116;-1.15785;845;20220826;20.7;15.9;18.3;1.8;17.69;.7;1.94;9555
+69073;43.0116;-1.15785;845;20220827;24.4;14.1;19.3;2.1;16.96;.1;3.42;20681
+69073;43.0116;-1.15785;845;20220828;29.2;13.4;21.3;3.1;15.86;1;4.74;23619
+69073;43.0116;-1.15785;845;20220829;29.9;16.2;23;4.1;15.29;9.4;4.78;16783
+69073;43.0116;-1.15785;845;20220830;26.1;13.4;19.7;3.1;16.96;.1;4.05;22551
+69073;43.0116;-1.15785;845;20220831;21.3;15;18.1;1.5;18.22;6.1;2.08;10644
+69073;43.0116;-1.15785;845;20220901;23.4;13.5;18.4;2;17.16;.3;2.87;16901
+69073;43.0116;-1.15785;845;20220902;21.5;14;17.8;1.6;16.76;.2;2.2;11931
+69073;43.0116;-1.15785;845;20220903;20.9;13.4;17.1;1.8;15.76;1.3;2.2;12235
+69073;43.0116;-1.15785;845;20220904;27.6;11.1;19.3;3.4;13.79;.8;4.13;21650
+69073;43.0116;-1.15785;845;20220905;28.8;12.4;20.6;3.9;13.72;.3;4.57;22415
+69073;43.0116;-1.15785;845;20220906;27.8;13;20.4;2.5;14.69;0;4.05;21513
+69073;43.0116;-1.15785;845;20220907;23.3;12.6;17.9;2.8;13.39;.1;3.03;14265
+69073;43.0116;-1.15785;845;20220908;22.2;9.6;15.9;2.4;12.86;1;3.05;18340
+69073;43.0116;-1.15785;845;20220909;19.3;11.4;15.4;1.6;13.66;.3;2.62;16589
+69073;43.0116;-1.15785;845;20220910;25.2;8.2;16.7;2;11.56;0;3.77;22189
+69073;43.0116;-1.15785;845;20220911;30.6;11.8;21.2;3.5;13.62;0;4.76;21561
+69073;43.0116;-1.15785;845;20220912;31.5;16.3;23.9;6;14.32;4.2;5.58;15933
+69073;43.0116;-1.15785;845;20220913;24.6;17.3;21;6.9;15.16;3.3;3.8;12153
+69073;43.0116;-1.15785;845;20220914;25;14.7;19.8;5.2;14.22;0;3.92;17381
+69073;43.0116;-1.15785;845;20220915;22.7;12.2;17.5;1.7;14.82;4.8;2.55;13550
+69073;43.0116;-1.15785;845;20220916;18.5;13.5;16;2;14.92;1.5;2.13;13025
+69073;43.0116;-1.15785;845;20220917;16.9;9.1;13;2.8;11.32;0;2.14;14113
+69073;43.0116;-1.15785;845;20220918;21.4;5.5;13.4;1.8;9.79;0;2.73;18921
+69073;43.0116;-1.15785;845;20220919;22.7;6.2;14.4;1.8;8.89;0;3.23;20696
+69073;43.0116;-1.15785;845;20220920;20.6;5.4;13;2.3;9.32;0;3.04;20498
+69073;43.0116;-1.15785;845;20220921;20.2;4.8;12.5;2.2;9.82;0;2.67;20064
+69073;43.0116;-1.15785;845;20220922;21.7;5.1;13.4;1.7;10.56;0;2.7;19740
+69073;43.0116;-1.15785;845;20220923;20.4;7.8;14.1;3.7;11.99;2.5;2.25;11373
+69073;43.0116;-1.15785;845;20220924;14.4;9.9;12.1;1.5;11.86;4.3;1.36;7973
+69073;43.0116;-1.15785;845;20220925;13.9;6.3;10.1;1.3;10.59;1.2;1.59;12614
+69073;43.0116;-1.15785;845;20220926;15.2;7.4;11.3;2.2;10.59;5;1.74;12246
+69073;43.0116;-1.15785;845;20220927;13.2;8.5;10.8;3.5;11.69;14.9;1.06;6964
+69073;43.0116;-1.15785;845;20220928;15;9.7;12.3;4.1;12.59;19.8;1.12;6665
+69073;43.0116;-1.15785;845;20220929;11.9;8.8;10.3;3.5;11.16;23.8;.98;6125
+69073;43.0116;-1.15785;845;20220930;12.9;5.9;9.4;2.5;10.02;3.1;1.28;10258
+69073;43.0116;-1.15785;845;20221001;19.7;4.4;12;1.9;10.92;.3;2;15083
+69073;43.0116;-1.15785;845;20221002;21.9;8.1;15;2.2;12.22;0;2.67;16508
+69073;43.0116;-1.15785;845;20221003;23;10.1;16.6;1.2;12.12;0;2.43;15002
+69073;43.0116;-1.15785;845;20221004;23.6;8.5;16;1;10.92;.1;2.52;17523
+69073;43.0116;-1.15785;845;20221005;25.4;7.9;16.6;3;11.56;.6;3.23;16715
+69073;43.0116;-1.15785;845;20221006;17.5;8.9;13.2;2.1;13.09;.1;1.45;10688
+69073;43.0116;-1.15785;845;20221007;22;8.7;15.4;2.9;12.92;0;2.18;13612
+69073;43.0116;-1.15785;845;20221008;17.5;10.6;14.1;1.6;13.79;.8;1.14;6841
+69073;43.0116;-1.15785;845;20221009;23;8.6;15.8;4.2;12.62;.1;2.47;15620
+69073;43.0116;-1.15785;845;20221010;19.5;8.8;14.2;3.6;12.96;9.5;1.78;8954
+69073;43.0116;-1.15785;845;20221011;17.2;11;14.1;1.2;14.39;4.7;1.07;6091
+69073;43.0116;-1.15785;845;20221012;16.9;12.3;14.6;1.2;14.49;.8;1.09;6072
+69073;43.0116;-1.15785;845;20221013;19.9;9.9;14.9;2.9;13.02;.1;1.76;11663
+69073;43.0116;-1.15785;845;20221014;20.2;11.7;16;2.5;13.96;.4;1.75;10924
+69073;43.0116;-1.15785;845;20221015;24.8;8.8;16.8;4.2;11.42;0;3.08;15298
+69073;43.0116;-1.15785;845;20221016;25.1;11.2;18.1;7.4;11.19;.9;3.81;13388
+69073;43.0116;-1.15785;845;20221017;23.3;16.8;20;5.5;12.36;5.7;2.89;9726
+69073;43.0116;-1.15785;845;20221018;26.5;10.7;18.6;5.2;12.49;0;3.07;13281
+69073;43.0116;-1.15785;845;20221019;25.7;15;20.3;7.8;11.92;2;4.46;10678
+69073;43.0116;-1.15785;845;20221020;20;13.5;16.8;9.9;11.79;1.8;3.25;7501
+69073;43.0116;-1.15785;845;20221021;18.7;13.9;16.3;9.5;11.76;0;2.37;5071
+69073;43.0116;-1.15785;845;20221022;20.1;12.1;16.1;7.9;11.39;.2;2.57;10708
+69073;43.0116;-1.15785;845;20221023;18.4;15;16.7;10;11.36;.1;3.45;7688
+69073;43.0116;-1.15785;845;20221024;19.5;11.8;15.7;6;10.62;0;2.38;9892
+69073;43.0116;-1.15785;845;20221025;23.2;9;16.1;7.2;9.99;.1;3.37;9683
+69073;43.0116;-1.15785;845;20221026;23.2;11.8;17.5;6.6;10.19;.2;3.34;10220
+69073;43.0116;-1.15785;845;20221027;24.6;14.9;19.7;6.1;9.19;.1;4.55;7588
+69073;43.0116;-1.15785;845;20221028;25.5;16.6;21;6.7;8.32;0;4.76;7350
+69073;43.0116;-1.15785;845;20221029;24.8;15.9;20.4;6.6;4.82;0;5.69;5665
+69073;43.0116;-1.15785;845;20221030;18.8;11.9;15.3;4.1;8.66;2.8;2.59;6929
+69073;43.0116;-1.15785;845;20221031;19.6;8;13.8;7.6;11.39;7.9;2.03;6212
+69073;43.0116;-1.15785;845;20221101;16.5;10.1;13.3;2.2;12.09;0;1.24;9754
+69073;43.0116;-1.15785;845;20221102;18;7.5;12.7;3.5;10.39;.1;1.45;10504
+69073;43.0116;-1.15785;845;20221103;17.2;7.8;12.5;6.2;10.29;10.7;1.61;5197
+69073;43.0116;-1.15785;845;20221104;9;3.7;6.4;4.2;8.46;13.8;.77;5632
+69073;43.0116;-1.15785;845;20221105;14.2;2.7;8.4;1.7;7.56;.1;1.21;10695
+69073;43.0116;-1.15785;845;20221106;16.7;2.6;9.7;3.2;6.22;.1;1.98;10117
+69073;43.0116;-1.15785;845;20221107;19.7;1.8;10.8;5.9;7.22;0;2.12;10619
+69073;43.0116;-1.15785;845;20221108;18;12.1;15.1;8.8;9.49;.5;2.6;5804
+69073;43.0116;-1.15785;845;20221109;13.8;11.8;12.8;5;10.42;2.7;1.32;3553
+69073;43.0116;-1.15785;845;20221110;14.4;4.4;9.4;2.2;8.59;0;1.03;10051
+69073;43.0116;-1.15785;845;20221111;19.3;1.8;10.6;5.5;8.22;.1;1.72;10907
+69073;43.0116;-1.15785;845;20221112;19.7;6.1;12.9;4.9;8.46;0;2.32;8793
+69073;43.0116;-1.15785;845;20221113;19.6;4.8;12.2;3.7;8.22;0;1.87;10272
+69073;43.0116;-1.15785;845;20221114;13.2;5.3;9.2;6.2;9.92;2.3;.99;4639
+69073;43.0116;-1.15785;845;20221115;15.5;7.6;11.5;8.1;9.89;3.6;1.57;5236
+69073;43.0116;-1.15785;845;20221116;14.1;5.3;9.7;5.2;9.62;1.3;.97;7446
+69073;43.0116;-1.15785;845;20221117;14.3;8;11.1;4.3;10.82;6.2;1.04;5433
+69073;43.0116;-1.15785;845;20221118;7.9;5.2;6.5;2.6;8.62;14.1;.56;3470
+69073;43.0116;-1.15785;845;20221119;5.4;2.9;4.1;3.1;7.46;10.9;.45;4153
+69073;43.0116;-1.15785;845;20221120;10.4;-.1;5.1;2.6;7.69;10.1;.51;4863
+69073;43.0116;-1.15785;845;20221121;10.5;3.6;7.1;6;8.82;34.2;.81;2634
+69073;43.0116;-1.15785;845;20221122;6.1;1.4;3.7;5.8;7.19;8.1;.56;3340
+69073;43.0116;-1.15785;845;20221123;11.9;5.1;8.5;4.7;9.89;9;.56;3683
+69073;43.0116;-1.15785;845;20221124;10.7;1.1;5.9;3.5;8.16;5.4;.56;4200
+69073;43.0116;-1.15785;845;20221125;6.7;3.7;5.2;2.4;8.56;9.8;.44;3082
+69073;43.0116;-1.15785;845;20221126;12.7;.5;6.6;2;6.36;0;1.13;7447
+69073;43.0116;-1.15785;845;20221127;14.4;2.2;8.3;4.5;5.46;10;2.18;7266
+69073;43.0116;-1.15785;845;20221128;6.8;3.5;5.2;3.7;8.22;15.2;.43;3040
+69073;43.0116;-1.15785;845;20221129;7.7;3.5;5.6;2.5;8.62;10.2;.38;3201
+69073;43.0116;-1.15785;845;20221130;7.8;2.3;5.1;1.3;7.59;0;.47;6055
+69073;43.0116;-1.15785;845;20221201;5.7;-.6;2.5;1.8;6.06;0;.59;5273
+69073;43.0116;-1.15785;845;20221202;5.1;-2.8;1.1;1.4;5.99;.1;.34;5987
+69073;43.0116;-1.15785;845;20221203;3.4;.3;1.8;1.9;6.39;1.9;.35;3427
+69073;43.0116;-1.15785;845;20221204;5.9;-2;1.9;.8;6.16;.1;.41;6710
+69073;43.0116;-1.15785;845;20221205;10.1;-3.8;3.2;1;5.83;.7;.55;7093
+69073;43.0116;-1.15785;845;20221206;11;3.3;7.2;.9;9.19;.2;.47;4596
+69073;43.0116;-1.15785;845;20221207;11.4;4.1;7.7;1.1;9.02;.2;.42;4896
+69073;43.0116;-1.15785;845;20221208;11;2.5;6.7;4.7;8.46;5.7;.58;3253
+69073;43.0116;-1.15785;845;20221209;10.8;4.2;7.5;4.1;9.16;4.2;.57;4201
+69073;43.0116;-1.15785;845;20221210;1.4;-.7;.3;3.2;5.49;0;.36;5433
+69073;43.0116;-1.15785;845;20221211;4.2;-4.8;-.3;2.1;5.06;.4;.4;3219
+69073;43.0116;-1.15785;845;20221212;7;-2;2.5;4.3;7.12;9.9;.48;2213
+69073;43.0116;-1.15785;845;20221213;11.4;5.8;8.6;5;10.32;7.1;.56;3470
+69073;43.0116;-1.15785;845;20221214;13.5;7.1;10.3;4.4;9.89;3;.74;6612
+69073;43.0116;-1.15785;845;20221215;11.3;5.2;8.3;4.4;9.52;5.5;.64;4998
+69073;43.0116;-1.15785;845;20221216;7.9;4.5;6.2;3.5;8.86;2;.45;2414
+69073;43.0116;-1.15785;845;20221217;10.7;3.3;7;3.1;7.59;0;.63;6897
+69073;43.0116;-1.15785;845;20221218;12.4;.4;6.4;8.9;6.72;1.5;1.27;7388
+69073;43.0116;-1.15785;845;20221219;18.1;5.9;12;3.5;6.66;.6;2.4;5564
+69073;43.0116;-1.15785;845;20221220;16.4;12.7;14.5;8.3;6.96;2.3;2.83;4716
+69073;43.0116;-1.15785;845;20221221;13.1;5.9;9.5;4.7;9.36;.1;.69;5416
+69073;43.0116;-1.15785;845;20221222;14.1;3.8;9;4.4;9.49;.3;.75;5434
+69073;43.0116;-1.15785;845;20221223;15.9;6.9;11.4;6.7;9.66;0;1.29;5182
+69073;43.0116;-1.15785;845;20221224;17.3;4.1;10.7;6;7.79;0;1.51;7482
+69073;43.0116;-1.15785;845;20221225;16.9;6.4;11.7;8.2;7.36;0;1.99;8210
+69073;43.0116;-1.15785;845;20221226;14;8.1;11;4.6;8.36;.7;1.39;4347
+69073;43.0116;-1.15785;845;20221227;12.6;4.2;8.4;3.1;9.36;0;.54;4658
+69073;43.0116;-1.15785;845;20221228;14.9;2.7;8.8;6;7.49;.1;1.26;7871
+69073;43.0116;-1.15785;845;20221229;13.7;5.7;9.7;5.1;8.29;10.9;1.08;4547
+69073;43.0116;-1.15785;845;20221230;15.7;4.9;10.3;7.2;10.06;.2;.82;4915
+69073;43.0116;-1.15785;845;20221231;18.4;8.7;13.6;8.9;7.12;0;2.9;6159
+69074;43.04456;-.85443;413;20220101;23.2;3.3;13.3;1.1;7.37;0;1.02;7474
+69074;43.04456;-.85443;413;20220102;16.4;4.5;10.4;1.3;9.41;.1;.78;5103
+69074;43.04456;-.85443;413;20220103;18.4;3.2;10.8;1.2;9.14;0;.81;6406
+69074;43.04456;-.85443;413;20220104;20.6;8.2;14.4;3.3;8.97;20.9;2.28;6179
+69074;43.04456;-.85443;413;20220105;7;4.6;5.8;1.4;7.34;2.5;.61;2750
+69074;43.04456;-.85443;413;20220106;6.3;-.7;2.8;.9;5.11;.1;.51;5244
+69074;43.04456;-.85443;413;20220107;7.7;-4.1;1.8;1.6;7.07;9.1;.37;4849
+69074;43.04456;-.85443;413;20220108;10.6;5;7.8;3.2;8.87;14.6;.81;4054
+69074;43.04456;-.85443;413;20220109;8.4;7.5;8;3.8;10.74;72.4;.45;256
+69074;43.04456;-.85443;413;20220110;11;7.6;9.3;3.4;12.34;41.8;.35;2173
+69074;43.04456;-.85443;413;20220111;10.1;6.5;8.3;.9;8.91;.2;.58;4153
+69074;43.04456;-.85443;413;20220112;6.7;-1.1;2.8;.8;6.44;.1;.41;5329
+69074;43.04456;-.85443;413;20220113;10.2;-3.8;3.2;.6;5.41;0;.42;7457
+69074;43.04456;-.85443;413;20220114;13.1;-4.7;4.2;.9;4.37;.1;.69;8236
+69074;43.04456;-.85443;413;20220115;11.1;-5.1;3;.9;4.61;0;.6;8033
+69074;43.04456;-.85443;413;20220116;11;-5.3;2.9;.7;4.77;.1;.55;8058
+69074;43.04456;-.85443;413;20220117;10.1;-3.4;3.3;.8;5.31;0;.55;7346
+69074;43.04456;-.85443;413;20220118;4.5;-5;-.2;1;5.94;0;.34;6373
+69074;43.04456;-.85443;413;20220119;9.2;1;5.1;1.6;7.44;.7;.65;4356
+69074;43.04456;-.85443;413;20220120;9;3.9;6.4;1.7;8.67;7.1;.59;3282
+69074;43.04456;-.85443;413;20220121;3.8;.6;2.2;1.7;6.11;0;.57;3795
+69074;43.04456;-.85443;413;20220122;6.1;-4.7;.7;.6;5.17;.1;.42;7577
+69074;43.04456;-.85443;413;20220123;10.2;-5.4;2.4;.6;5.44;0;.5;8634
+69074;43.04456;-.85443;413;20220124;13.8;-3.3;5.3;.6;5.54;0;.63;9075
+69074;43.04456;-.85443;413;20220125;13.4;-3.5;5;.8;5.54;0;.72;9037
+69074;43.04456;-.85443;413;20220126;13.5;-3.8;4.9;.8;5.51;0;.74;9163
+69074;43.04456;-.85443;413;20220127;11.9;-3.8;4.1;.7;5.81;.1;.67;8984
+69074;43.04456;-.85443;413;20220128;8;-1.4;3.3;1;6.41;0;.62;7515
+69074;43.04456;-.85443;413;20220129;10.2;-4.5;2.8;.9;6.01;0;.65;8858
+69074;43.04456;-.85443;413;20220130;5.2;-3.5;.8;.8;6.14;.1;.47;5718
+69074;43.04456;-.85443;413;20220131;8.4;-.6;3.9;1.9;8.11;1;.52;5895
+69074;43.04456;-.85443;413;20220201;7.7;2.8;5.2;1.6;7.91;.3;.65;5008
+69074;43.04456;-.85443;413;20220202;14.8;4.1;9.5;1;9.04;0;.89;8032
+69074;43.04456;-.85443;413;20220203;14.2;-2;6.1;1.5;8.07;0;.88;9295
+69074;43.04456;-.85443;413;20220204;11.9;1.6;6.8;1.3;9.27;4.4;.67;6163
+69074;43.04456;-.85443;413;20220205;8.3;6.3;7.3;1.5;8.11;1.6;.84;4561
+69074;43.04456;-.85443;413;20220206;9.5;-3.8;2.8;1.1;6.87;.5;.69;8567
+69074;43.04456;-.85443;413;20220207;11;5.3;8.1;1.7;9.64;4.6;.79;5053
+69074;43.04456;-.85443;413;20220208;15;3.1;9.1;1.4;8.64;0;1.13;9399
+69074;43.04456;-.85443;413;20220209;19.1;.1;9.6;1.3;6.81;0;1.49;11512
+69074;43.04456;-.85443;413;20220210;7.3;-.5;3.4;1.6;7.39;0;1.59;12150
+69074;43.04456;-.85443;413;20220211;9.3;4.2;6.7;.9;9.33;.5;.66;4425
+69074;43.04456;-.85443;413;20220212;15.5;4.1;9.8;1.2;8.83;0;1.25;11550
+69074;43.04456;-.85443;413;20220213;17.2;2.3;9.7;2.9;8.39;7.7;1.94;11926
+69074;43.04456;-.85443;413;20220214;9.8;4.1;6.9;3.3;8.62;13;1.01;7523
+69074;43.04456;-.85443;413;20220215;10.7;4.4;7.5;3.3;8.43;3.5;1.23;7769
+69074;43.04456;-.85443;413;20220216;13.1;7.3;10.2;2.8;10.54;5.2;1.12;5320
+69074;43.04456;-.85443;413;20220217;14.2;10;12.1;1.8;11.64;1.4;1.06;5009
+69074;43.04456;-.85443;413;20220218;15.7;3.8;9.8;2.1;9.87;3.8;1.37;9419
+69074;43.04456;-.85443;413;20220219;9.5;5.4;7.5;1.5;8.54;1.2;.96;6150
+69074;43.04456;-.85443;413;20220220;12.9;-.8;6;1.7;8.54;1.3;1.07;9459
+69074;43.04456;-.85443;413;20220221;12.2;6.8;9.5;3;9.01;3.2;1.42;6987
+69074;43.04456;-.85443;413;20220222;13.9;1.9;7.9;1;7.91;0;1.26;11556
+69074;43.04456;-.85443;413;20220223;15.5;-.2;7.7;1.3;7.74;0;1.45;12825
+69074;43.04456;-.85443;413;20220224;10.4;2.6;6.5;1.5;8.97;2.6;.88;7107
+69074;43.04456;-.85443;413;20220225;9.5;4.3;6.9;1.9;7.14;.5;1.3;8374
+69074;43.04456;-.85443;413;20220226;13.7;-1.6;6;1.6;5.97;.1;1.64;13260
+69074;43.04456;-.85443;413;20220227;14.7;1.9;8.3;1;8.24;.1;1.32;9894
+69074;43.04456;-.85443;413;20220228;17.2;.8;9;1.3;7.67;0;1.76;13903
+69074;43.04456;-.85443;413;20220301;17.1;-.3;8.4;1.2;7.17;.3;1.67;12959
+69074;43.04456;-.85443;413;20220302;11.9;5.1;8.5;1.1;9.41;6.2;1.11;7462
+69074;43.04456;-.85443;413;20220303;15.8;.7;8.2;2.1;9.07;14.6;1.61;12060
+69074;43.04456;-.85443;413;20220304;9.8;6.7;8.2;2.8;8.84;5;1.23;6327
+69074;43.04456;-.85443;413;20220305;8.8;3.7;6.2;1.1;7.87;1.8;1.02;7094
+69074;43.04456;-.85443;413;20220306;8.4;3.9;6.1;.9;7.64;0;1.02;7136
+69074;43.04456;-.85443;413;20220307;12.1;2;7.1;1.8;7.74;0;1.5;11615
+69074;43.04456;-.85443;413;20220308;11.6;3.3;7.4;2;7.84;1.6;1.62;9834
+69074;43.04456;-.85443;413;20220309;16.7;-.6;8.1;2.6;7.21;.3;2.25;14385
+69074;43.04456;-.85443;413;20220310;15.3;8.2;11.7;2.8;8.91;1.4;2.28;9835
+69074;43.04456;-.85443;413;20220311;14.5;9.4;12;3.2;8.87;9.6;2.32;8144
+69074;43.04456;-.85443;413;20220312;13.8;5;9.4;2.1;8.81;2.7;1.83;12830
+69074;43.04456;-.85443;413;20220313;12.2;6;9.1;2.2;8.17;6.4;1.72;10481
+69074;43.04456;-.85443;413;20220314;10.4;1.5;5.9;1.5;7.97;1.4;1.22;9008
+69074;43.04456;-.85443;413;20220315;22;5.8;13.9;2.3;10.57;0;2.72;14175
+69074;43.04456;-.85443;413;20220316;16.1;9.1;12.6;2.3;11.24;16.9;1.89;9216
+69074;43.04456;-.85443;413;20220317;9.1;8.9;9;2.3;11.04;19;.59;898
+69074;43.04456;-.85443;413;20220318;8.7;6.4;7.5;1.3;10.03;.7;.84;4517
+69074;43.04456;-.85443;413;20220319;16.7;3.1;9.9;1.5;9.63;0;2.16;16571
+69074;43.04456;-.85443;413;20220320;17.1;6.4;11.7;2.2;9.89;0;2.35;13433
+69074;43.04456;-.85443;413;20220321;19;4.6;11.8;2.3;9.63;.1;2.7;15906
+69074;43.04456;-.85443;413;20220322;16.6;4.6;10.6;2.3;8.13;0;2.59;14237
+69074;43.04456;-.85443;413;20220323;16.1;2.6;9.3;2.1;7.53;0;2.74;19091
+69074;43.04456;-.85443;413;20220324;16.3;2.3;9.3;1.6;8.43;0;2.42;18436
+69074;43.04456;-.85443;413;20220325;18.2;6;12.1;1.5;9.73;0;2.59;17895
+69074;43.04456;-.85443;413;20220326;17.9;3;10.5;1.6;8.56;.1;2.69;19003
+69074;43.04456;-.85443;413;20220327;18.6;2.9;10.8;1.9;9.23;0;2.78;19325
+69074;43.04456;-.85443;413;20220328;19.6;6.3;12.9;2;9.09;0;2.85;14884
+69074;43.04456;-.85443;413;20220329;17.3;7.2;12.3;1.9;10.33;3.4;2.27;12703
+69074;43.04456;-.85443;413;20220330;9.8;8.5;9.1;1.8;11.19;7.6;.92;4309
+69074;43.04456;-.85443;413;20220331;10.8;6.2;8.5;3.8;9.23;12.7;1.69;9528
+69074;43.04456;-.85443;413;20220401;6.4;-.2;3.1;3.6;6.19;12.3;1.64;12997
+69074;43.04456;-.85443;413;20220402;6.9;-.7;3.1;3.2;5.63;.4;1.78;13851
+69074;43.04456;-.85443;413;20220403;6.5;-2.7;1.9;2.2;4.76;.3;1.68;14363
+69074;43.04456;-.85443;413;20220404;9.5;-2.6;3.4;1.5;5.22;0;2.17;20994
+69074;43.04456;-.85443;413;20220405;14.3;-5.2;4.6;1.2;5.93;0;2.66;23536
+69074;43.04456;-.85443;413;20220406;12.1;.9;6.5;2.1;8.56;0;1.72;12885
+69074;43.04456;-.85443;413;20220407;19.7;2.3;11;2.7;9.52;0;3.15;20894
+69074;43.04456;-.85443;413;20220408;20;6.6;13.3;3.1;10.73;4.4;3.13;15976
+69074;43.04456;-.85443;413;20220409;13.4;6.3;9.8;2.3;9.16;1.9;2.26;14682
+69074;43.04456;-.85443;413;20220410;20.5;-.9;9.8;2.3;8.03;0;3.64;23383
+69074;43.04456;-.85443;413;20220411;23.7;7.3;15.5;3.3;10.46;1.2;4.33;18752
+69074;43.04456;-.85443;413;20220412;17.9;10.6;14.3;2.9;11.66;7.3;2.7;12824
+69074;43.04456;-.85443;413;20220413;15;8.7;11.9;1.8;12.29;3.7;1.84;11273
+69074;43.04456;-.85443;413;20220414;18.8;9.9;14.3;1.6;12.96;0;2.69;16167
+69074;43.04456;-.85443;413;20220415;19.3;7.5;13.4;1.8;12.89;0;2.82;18649
+69074;43.04456;-.85443;413;20220416;20.4;9.3;14.8;2.2;12.56;0;3.24;19323
+69074;43.04456;-.85443;413;20220417;20.3;6.2;13.2;2.9;11.96;0;3.47;22518
+69074;43.04456;-.85443;413;20220418;15.9;10.5;13.2;2.5;11.96;2.8;2.18;10682
+69074;43.04456;-.85443;413;20220419;9.4;8.9;9.1;1.8;10.72;27;.91;3304
+69074;43.04456;-.85443;413;20220420;10.6;6.2;8.4;2.8;10.36;32.9;1.29;7809
+69074;43.04456;-.85443;413;20220421;12;7.4;9.7;2;11.16;5.6;1.26;6790
+69074;43.04456;-.85443;413;20220422;18.2;5.4;11.8;1.6;10.37;7.7;3.11;21493
+69074;43.04456;-.85443;413;20220423;14.7;8.7;11.7;3.6;10.46;12.3;2.41;12230
+69074;43.04456;-.85443;413;20220424;15.3;8.4;11.9;3.8;11.43;1.7;2.43;13722
+69074;43.04456;-.85443;413;20220425;18.9;4.3;11.6;1.7;10.79;0;3.32;23191
+69074;43.04456;-.85443;413;20220426;23.3;5.4;14.4;1.9;11.46;0;3.86;22229
+69074;43.04456;-.85443;413;20220427;17.5;10.5;14;2;13.63;7.8;2.16;11312
+69074;43.04456;-.85443;413;20220428;13.7;11.1;12.4;1.4;13.96;1.5;1.22;5919
+69074;43.04456;-.85443;413;20220429;16.2;11.3;13.7;1.4;14.06;.1;1.78;9373
+69074;43.04456;-.85443;413;20220430;18.1;11.1;14.6;1.9;13.29;.5;2.75;15936
+69074;43.04456;-.85443;413;20220501;17.4;8.7;13.1;2.2;12.59;.7;2.73;16976
+69074;43.04456;-.85443;413;20220502;13.3;10.1;11.7;1.7;12.46;7.4;1.44;6740
+69074;43.04456;-.85443;413;20220503;17.7;9.5;13.6;1.6;12.83;2.6;2.58;15032
+69074;43.04456;-.85443;413;20220504;16.6;10.7;13.6;2.5;12.86;2.3;2.37;12405
+69074;43.04456;-.85443;413;20220505;18.3;8.4;13.4;2.4;11.99;.4;2.99;17235
+69074;43.04456;-.85443;413;20220506;17.7;9.8;13.8;2;12.04;.4;2.28;11471
+69074;43.04456;-.85443;413;20220507;20.3;9.7;15;1.5;12.47;.3;2.63;13689
+69074;43.04456;-.85443;413;20220508;21;8.9;15;1.2;12.84;0;2.72;14840
+69074;43.04456;-.85443;413;20220509;24.8;7.1;15.9;1.1;12.27;0;3.34;18067
+69074;43.04456;-.85443;413;20220510;27.8;8.1;17.9;1;12.71;.1;3.71;19109
+69074;43.04456;-.85443;413;20220511;26.8;10.7;18.8;1.4;15.14;0;3.61;17681
+69074;43.04456;-.85443;413;20220512;19.3;12.4;15.9;1.3;15.01;.1;2.19;11108
+69074;43.04456;-.85443;413;20220513;23.7;13.3;18.5;1.2;15.67;0;2.82;13775
+69074;43.04456;-.85443;413;20220514;28.4;10.9;19.6;1.1;15.44;1.3;3.71;18348
+69074;43.04456;-.85443;413;20220515;29;12.8;20.9;2.3;14.34;.3;4.61;17637
+69074;43.04456;-.85443;413;20220516;27.2;11.6;19.4;1.3;15.17;0;3.6;17101
+69074;43.04456;-.85443;413;20220517;29.3;12;20.6;1.3;15.37;0;3.96;18321
+69074;43.04456;-.85443;413;20220518;31.1;12.7;21.9;1.4;16.64;2.5;4.2;18570
+69074;43.04456;-.85443;413;20220519;24.4;14.6;19.5;1.8;18.04;.1;2.96;13876
+69074;43.04456;-.85443;413;20220520;23.2;15.3;19.3;2.2;16.97;.1;3.14;11087
+69074;43.04456;-.85443;413;20220521;30.2;15.2;22.7;1;19.71;0;3.74;17604
+69074;43.04456;-.85443;413;20220522;31.9;16.5;24.2;2;19.54;1.1;4.42;17170
+69074;43.04456;-.85443;413;20220523;21.3;14.5;17.9;3.8;13.48;.8;3.4;12439
+69074;43.04456;-.85443;413;20220524;14.3;10;12.1;1.5;12.01;8.9;1.7;8580
+69074;43.04456;-.85443;413;20220525;16.6;9.1;12.9;1.4;12.11;4.6;2.19;12143
+69074;43.04456;-.85443;413;20220526;18.8;10.5;14.7;1.2;13.07;.9;2.41;12655
+69074;43.04456;-.85443;413;20220527;22.8;13;17.9;1.4;14.24;.1;3.08;14481
+69074;43.04456;-.85443;413;20220528;24.4;9.4;16.9;1.2;14.24;0;3.38;17997
+69074;43.04456;-.85443;413;20220529;24.1;9.1;16.6;1;12.34;1.4;3.38;18013
+69074;43.04456;-.85443;413;20220530;22.8;7.8;15.3;1.3;11.71;.8;3.33;17913
+69074;43.04456;-.85443;413;20220531;24.8;10.2;17.5;1.1;12.81;0;3.5;17694
+69074;43.04456;-.85443;413;20220601;28.7;11.2;20;1.4;15.77;.2;4.05;19445
+69074;43.04456;-.85443;413;20220602;26.5;13.6;20;1.5;17.51;3.3;3.51;16525
+69074;43.04456;-.85443;413;20220603;23.5;15.9;19.7;1.5;18.71;2.1;2.68;12259
+69074;43.04456;-.85443;413;20220604;20;15.8;17.9;1.5;18.11;12.5;1.97;8872
+69074;43.04456;-.85443;413;20220605;21.9;14.5;18.2;1.4;16.61;.1;2.65;12522
+69074;43.04456;-.85443;413;20220606;24;13.1;18.5;1.3;15.97;.4;3.1;15026
+69074;43.04456;-.85443;413;20220607;22.6;14.7;18.6;1;15.97;.1;2.74;12992
+69074;43.04456;-.85443;413;20220608;20.5;12.7;16.6;1.5;16.34;2.8;2.39;12601
+69074;43.04456;-.85443;413;20220609;22.5;13.1;17.8;1.8;14.74;.1;3.07;14098
+69074;43.04456;-.85443;413;20220610;27.3;8.3;17.8;1.2;14.34;0;3.97;20652
+69074;43.04456;-.85443;413;20220611;27.9;12.3;20.1;1.4;17.34;.4;4.9;26190
+69074;43.04456;-.85443;413;20220612;28.1;16.4;22.2;1.8;19.31;2.3;4.38;20431
+69074;43.04456;-.85443;413;20220613;26;16.4;21.2;1.7;19.41;.1;3.87;18836
+69074;43.04456;-.85443;413;20220614;32.7;15.5;24.1;1.1;21.11;.4;5.11;24707
+69074;43.04456;-.85443;413;20220615;32.5;16.9;24.7;1.2;21.87;0;5.51;26627
+69074;43.04456;-.85443;413;20220616;33.6;17.6;25.6;1.1;22.64;0;5.54;26272
+69074;43.04456;-.85443;413;20220617;35;19.1;27.1;1.3;23.11;0;5.86;26422
+69074;43.04456;-.85443;413;20220618;38.8;18.5;28.6;1.5;20.61;0;6.84;28921
+69074;43.04456;-.85443;413;20220619;26.6;16.5;21.5;1.8;18.87;1.2;4.29;20834
+69074;43.04456;-.85443;413;20220620;26.2;16.6;21.4;1.8;18.71;8;3.85;17901
+69074;43.04456;-.85443;413;20220621;21.8;16.7;19.2;1.6;19.14;5.1;2.55;12227
+69074;43.04456;-.85443;413;20220622;22.3;16;19.1;1.8;17.71;2.2;3.21;15904
+69074;43.04456;-.85443;413;20220623;24.8;13;18.9;1;17.17;4.5;3.87;21034
+69074;43.04456;-.85443;413;20220624;23.6;14.5;19;1.3;16.67;0;4.08;22432
+69074;43.04456;-.85443;413;20220625;18.1;12.1;15.1;1.4;15.54;10.2;2.25;12691
+69074;43.04456;-.85443;413;20220626;14.8;11.4;13.1;1;14.24;9.9;1.76;9938
+69074;43.04456;-.85443;413;20220627;15.7;12.5;14.1;1;14.81;5.8;1.77;9297
+69074;43.04456;-.85443;413;20220628;23.3;11.7;17.5;.9;14.91;.1;4.06;23498
+69074;43.04456;-.85443;413;20220629;21.1;10.4;15.7;1.2;15.17;9.5;3.2;18844
+69074;43.04456;-.85443;413;20220630;13.9;12.6;13.2;1.3;14.74;4.1;1.24;6035
+69074;43.04456;-.85443;413;20220701;21.6;8.3;14.9;.9;13.31;0;3.92;24709
+69074;43.04456;-.85443;413;20220702;28.3;9.5;18.9;1.3;15.54;.1;5.24;29448
+69074;43.04456;-.85443;413;20220703;24.9;13.8;19.3;1.6;16.64;2.1;4.15;21855
+69074;43.04456;-.85443;413;20220704;19.8;15;17.4;1.3;17.07;.7;2.38;12226
+69074;43.04456;-.85443;413;20220705;24.7;15.8;20.2;1;18.64;8.4;3.57;18452
+69074;43.04456;-.85443;413;20220706;23.5;16.1;19.8;1.3;18.11;5.7;3.14;15540
+69074;43.04456;-.85443;413;20220707;25.3;13.5;19.4;1.8;16.64;.1;4.24;22344
+69074;43.04456;-.85443;413;20220708;26.3;13.1;19.7;1.3;16.81;.1;4.66;25552
+69074;43.04456;-.85443;413;20220709;28.8;12.6;20.7;1;17.21;.1;5.08;27780
+69074;43.04456;-.85443;413;20220710;30.4;12;21.2;.8;17.34;.1;5.3;29127
+69074;43.04456;-.85443;413;20220711;33;12.9;23;.8;17.97;.5;5.67;29738
+69074;43.04456;-.85443;413;20220712;33.2;15.7;24.4;1;19.91;.1;5.64;28125
+69074;43.04456;-.85443;413;20220713;33.4;13.9;23.6;.8;18.44;0;5.69;29439
+69074;43.04456;-.85443;413;20220714;34.3;14.4;24.4;.7;18.11;.1;5.62;29003
+69074;43.04456;-.85443;413;20220715;31.6;15.3;23.4;1;19.14;0;5.1;25641
+69074;43.04456;-.85443;413;20220716;35.2;14.5;24.9;1;18.81;.1;5.81;28567
+69074;43.04456;-.85443;413;20220717;36.8;14.5;25.6;1;17.51;0;6.03;28975
+69074;43.04456;-.85443;413;20220718;38;15.5;26.8;1;19.17;.2;6.18;29021
+69074;43.04456;-.85443;413;20220719;27.2;18.4;22.8;1.8;21.01;5.9;4.2;20114
+69074;43.04456;-.85443;413;20220720;25.6;17.2;21.4;1.5;18.31;.4;3.71;17885
+69074;43.04456;-.85443;413;20220721;30.9;17.8;24.3;1.4;18.97;.1;5.18;24497
+69074;43.04456;-.85443;413;20220722;20.5;17.6;19;1.7;19.51;2;1.89;8045
+69074;43.04456;-.85443;413;20220723;23.8;15.4;19.6;.9;17.44;.1;3.48;18394
+69074;43.04456;-.85443;413;20220724;34.8;12.2;23.5;1.2;18.21;.3;5.82;28795
+69074;43.04456;-.85443;413;20220725;23.9;18.6;21.3;1.6;19.11;.7;3.11;14186
+69074;43.04456;-.85443;413;20220726;21.6;15.9;18.8;1.1;17.24;1.1;2.72;13507
+69074;43.04456;-.85443;413;20220727;24.7;13.8;19.2;1;15.24;0;3.87;21203
+69074;43.04456;-.85443;413;20220728;24.6;13;18.8;.7;15.71;2.3;3.54;19707
+69074;43.04456;-.85443;413;20220729;22;15.1;18.5;.8;17.74;3.2;2.56;13332
+69074;43.04456;-.85443;413;20220730;25.2;17.1;21.2;.7;19.31;.4;3.39;17461
+69074;43.04456;-.85443;413;20220731;28.2;15.6;21.9;.9;19.34;.1;3.93;20257
+69074;43.04456;-.85443;413;20220801;29.2;16.2;22.7;1.1;19.61;0;4.33;21815
+69074;43.04456;-.85443;413;20220802;32.5;15.3;23.9;1.1;18.64;.1;5.15;25650
+69074;43.04456;-.85443;413;20220803;32.9;14;23.5;1.2;20.44;0;5.08;24944
+69074;43.04456;-.85443;413;20220804;27.7;20.1;23.9;1.5;22.57;1.6;3.36;14650
+69074;43.04456;-.85443;413;20220805;25.2;18.4;21.8;1.5;20.34;.1;2.9;13035
+69074;43.04456;-.85443;413;20220806;29.4;15.6;22.5;1;19.74;0;4.31;22184
+69074;43.04456;-.85443;413;20220807;31;15.7;23.4;1.1;18.54;.3;4.73;23974
+69074;43.04456;-.85443;413;20220808;31.7;13;22.4;.9;17.07;1;4.86;25753
+69074;43.04456;-.85443;413;20220809;32.3;16.2;24.2;.9;18.84;.2;4.65;23313
+69074;43.04456;-.85443;413;20220810;36.1;14.8;25.5;.7;17.94;.2;5.12;25950
+69074;43.04456;-.85443;413;20220811;37;18;27.5;1.1;18.61;0;5.38;24573
+69074;43.04456;-.85443;413;20220812;34.5;17.6;26;1.3;20.97;0;5.23;24449
+69074;43.04456;-.85443;413;20220813;30.1;19.2;24.6;1.4;22.27;.7;3.88;17601
+69074;43.04456;-.85443;413;20220814;23;18.7;20.9;1.5;20.11;1.8;2.58;11750
+69074;43.04456;-.85443;413;20220815;25.3;15;20.1;.9;16.91;.1;3.42;18571
+69074;43.04456;-.85443;413;20220816;23.3;13.3;18.3;1;17.41;4.2;2.65;14196
+69074;43.04456;-.85443;413;20220817;21.7;13.2;17.5;.8;16.81;15.1;2.62;14923
+69074;43.04456;-.85443;413;20220818;19.8;14.5;17.2;1.4;17.27;20.2;2.16;11541
+69074;43.04456;-.85443;413;20220819;24.8;14.5;19.6;1;17.11;7.4;3.42;19035
+69074;43.04456;-.85443;413;20220820;28.5;13.1;20.8;.8;17.94;1.9;4.1;23160
+69074;43.04456;-.85443;413;20220821;24.4;16.4;20.4;1.3;19.71;.3;2.86;14755
+69074;43.04456;-.85443;413;20220822;22.8;15.4;19.1;1.1;19.21;4.3;2.37;12321
+69074;43.04456;-.85443;413;20220823;27.2;17.3;22.2;.6;20.57;.1;3.05;15794
+69074;43.04456;-.85443;413;20220824;32.6;13.9;23.3;1.2;19.91;.4;4.38;21931
+69074;43.04456;-.85443;413;20220825;24.7;18.4;21.5;1.9;21.44;1.7;2.6;11831
+69074;43.04456;-.85443;413;20220826;23.6;18;20.8;1.3;20.14;1.3;2.35;10976
+69074;43.04456;-.85443;413;20220827;27.5;15.8;21.7;.8;18.71;.1;3.59;19593
+69074;43.04456;-.85443;413;20220828;32.4;13.6;23;.9;17.94;.7;4.32;22948
+69074;43.04456;-.85443;413;20220829;32.2;17.7;25;1.6;17.87;10.4;4.15;17441
+69074;43.04456;-.85443;413;20220830;29.6;14.9;22.3;1.3;19.31;0;3.93;20594
+69074;43.04456;-.85443;413;20220831;24;18.6;21.3;1.4;21.21;8.1;2.21;9969
+69074;43.04456;-.85443;413;20220901;26.8;17;21.9;.9;19.77;.3;3.02;15640
+69074;43.04456;-.85443;413;20220902;24;17.2;20.6;1.1;19.14;1.3;2.38;11670
+69074;43.04456;-.85443;413;20220903;23.7;15.9;19.8;.8;18.04;1.9;2.45;12924
+69074;43.04456;-.85443;413;20220904;30.6;12.5;21.5;1;16.84;.6;3.84;20730
+69074;43.04456;-.85443;413;20220905;31.7;13.4;22.5;1.5;16.41;1.2;4.25;21157
+69074;43.04456;-.85443;413;20220906;30.2;13.5;21.9;1.5;16.31;0;4;20014
+69074;43.04456;-.85443;413;20220907;26.1;12.8;19.4;1.1;15.67;.2;2.98;15902
+69074;43.04456;-.85443;413;20220908;25.5;10.4;17.9;1;14.67;.9;3.16;19267
+69074;43.04456;-.85443;413;20220909;22.6;14.1;18.4;1.1;16.14;1.4;2.61;14733
+69074;43.04456;-.85443;413;20220910;27.2;8.5;17.8;.9;13.67;0;3.35;20865
+69074;43.04456;-.85443;413;20220911;33.5;12.7;23.1;1.5;15.61;0;4.38;21192
+69074;43.04456;-.85443;413;20220912;34.9;16.6;25.8;2;16.74;4.7;4.63;17559
+69074;43.04456;-.85443;413;20220913;29.4;18.9;24.1;2.8;16.97;3.7;4.03;12896
+69074;43.04456;-.85443;413;20220914;28.9;16.2;22.6;2.1;15.81;0;3.92;16296
+69074;43.04456;-.85443;413;20220915;26.6;14.3;20.5;1.2;17.31;4.4;2.9;15574
+69074;43.04456;-.85443;413;20220916;21.5;15.2;18.4;1.5;17.07;2.3;2.25;11957
+69074;43.04456;-.85443;413;20220917;21;7.8;14.4;1.3;12.11;0;2.55;16567
+69074;43.04456;-.85443;413;20220918;23.8;6;14.9;1.4;10.04;0;3.02;18291
+69074;43.04456;-.85443;413;20220919;25.4;5.4;15.4;1.2;9.84;0;3.08;19754
+69074;43.04456;-.85443;413;20220920;22.5;6.3;14.4;1.2;10.67;.1;2.74;18011
+69074;43.04456;-.85443;413;20220921;22.9;6.4;14.7;1.2;10.74;0;2.71;17834
+69074;43.04456;-.85443;413;20220922;24.6;5.1;14.9;1.2;11.24;0;2.85;18756
+69074;43.04456;-.85443;413;20220923;20.6;7.5;14.1;1.2;12.94;4;2;12566
+69074;43.04456;-.85443;413;20220924;16.7;10.5;13.6;1.6;13.97;4.3;1.48;9000
+69074;43.04456;-.85443;413;20220925;18.5;7.8;13.2;1.2;12.24;1;1.98;13934
+69074;43.04456;-.85443;413;20220926;18.7;10;14.4;1.8;12.44;6.3;2.02;11688
+69074;43.04456;-.85443;413;20220927;14.5;11.8;13.2;2.5;13.74;19.3;1.14;5197
+69074;43.04456;-.85443;413;20220928;16.4;12.5;14.5;3;14.94;24.8;1.23;5875
+69074;43.04456;-.85443;413;20220929;15.1;11.2;13.1;2.1;13.21;20;1.25;6003
+69074;43.04456;-.85443;413;20220930;17;9.2;13.1;1.8;11.84;4.3;1.79;10651
+69074;43.04456;-.85443;413;20221001;21.9;8.4;15.2;1.3;12.61;.5;2.16;13536
+69074;43.04456;-.85443;413;20221002;23.3;7.5;15.4;.8;14.21;0;2.12;15163
+69074;43.04456;-.85443;413;20221003;24.7;11.7;18.2;1;15.51;0;2.19;13143
+69074;43.04456;-.85443;413;20221004;25.4;8.4;16.9;.7;13.34;.1;2.25;15757
+69074;43.04456;-.85443;413;20221005;28;7.4;17.7;1.2;13.27;.7;2.71;16442
+69074;43.04456;-.85443;413;20221006;19.3;14;16.6;1.2;15.37;.1;1.52;8110
+69074;43.04456;-.85443;413;20221007;24.5;9.1;16.8;1;14.11;1.7;2.08;13411
+69074;43.04456;-.85443;413;20221008;20.2;13.1;16.7;1.4;16.14;1.1;1.46;7513
+69074;43.04456;-.85443;413;20221009;26.7;10.6;18.6;1.2;14.47;.2;2.43;14465
+69074;43.04456;-.85443;413;20221010;20.8;9.8;15.3;1;15.14;9.5;1.48;9250
+69074;43.04456;-.85443;413;20221011;19.5;12.7;16.1;1.2;16.97;6.8;1.21;6925
+69074;43.04456;-.85443;413;20221012;18.6;13.9;16.3;1.3;17.07;1.7;1.14;6082
+69074;43.04456;-.85443;413;20221013;22.4;12.8;17.6;1.5;15.54;.4;1.77;9669
+69074;43.04456;-.85443;413;20221014;21.8;15.3;18.5;1.4;16.01;.6;1.7;8596
+69074;43.04456;-.85443;413;20221015;25.4;8.3;16.8;.9;13.81;0;1.98;13654
+69074;43.04456;-.85443;413;20221016;28.4;12.1;20.3;1.8;14.07;.5;2.68;12218
+69074;43.04456;-.85443;413;20221017;26.7;16.1;21.4;1.8;15.04;5.8;2.53;10240
+69074;43.04456;-.85443;413;20221018;30.3;12.5;21.4;1.7;14.61;0;2.73;12589
+69074;43.04456;-.85443;413;20221019;29.1;15.8;22.4;3.2;13.17;3.9;3.85;10393
+69074;43.04456;-.85443;413;20221020;23.7;16.6;20.1;4.3;12.57;2.3;3.62;7460
+69074;43.04456;-.85443;413;20221021;20.5;17.4;19;2.7;12.34;1.4;2.46;3618
+69074;43.04456;-.85443;413;20221022;25.1;11.9;18.5;2.4;12.14;.2;2.62;11056
+69074;43.04456;-.85443;413;20221023;26.4;17.6;22;4;10.87;0;4.2;9381
+69074;43.04456;-.85443;413;20221024;23.1;14.9;19;1.6;11.24;0;2.14;8622
+69074;43.04456;-.85443;413;20221025;28.4;9.8;19.1;2.4;11.51;0;2.97;10530
+69074;43.04456;-.85443;413;20221026;25.4;11.9;18.6;2.1;12.41;0;2.37;8783
+69074;43.04456;-.85443;413;20221027;28.4;16.1;22.2;3.7;9.77;.1;4.42;8259
+69074;43.04456;-.85443;413;20221028;28.9;20;24.4;2.6;10.24;.1;3.72;6699
+69074;43.04456;-.85443;413;20221029;27.1;18.3;22.7;2.7;9.01;0;3.8;5787
+69074;43.04456;-.85443;413;20221030;20.6;10.7;15.7;1.6;11.54;2.9;1.65;7426
+69074;43.04456;-.85443;413;20221031;21.5;9;15.3;2.3;13.34;7.6;1.63;6701
+69074;43.04456;-.85443;413;20221101;18.3;11.4;14.9;1.2;13.94;.1;1.12;7644
+69074;43.04456;-.85443;413;20221102;19.2;8.3;13.7;1.2;12.47;.1;1.18;8763
+69074;43.04456;-.85443;413;20221103;20.7;7.7;14.2;2.2;11.71;11.4;1.63;6962
+69074;43.04456;-.85443;413;20221104;13.1;8.6;10.8;2.6;10.14;18;1.17;4679
+69074;43.04456;-.85443;413;20221105;15.9;4;9.9;1.5;9.34;.1;1.1;9062
+69074;43.04456;-.85443;413;20221106;19.9;1.3;10.6;1.2;8.41;.1;1.29;9897
+69074;43.04456;-.85443;413;20221107;20.5;2.8;11.6;2;9.14;0;1.71;9710
+69074;43.04456;-.85443;413;20221108;19.4;11.6;15.5;3.1;10.94;1.1;2.28;5202
+69074;43.04456;-.85443;413;20221109;15;11.9;13.4;1.8;12.24;3.6;1.12;3207
+69074;43.04456;-.85443;413;20221110;16.6;3.3;10;1.4;9.44;0;1.02;8858
+69074;43.04456;-.85443;413;20221111;19.7;1;10.4;1.3;8.97;.2;1.18;9793
+69074;43.04456;-.85443;413;20221112;22.5;6.7;14.6;1.8;10.07;0;1.69;7755
+69074;43.04456;-.85443;413;20221113;23;5;14;1.4;9.31;0;1.47;9345
+69074;43.04456;-.85443;413;20221114;14.3;6.5;10.4;2;11.24;1.6;.82;4249
+69074;43.04456;-.85443;413;20221115;17.7;8.8;13.3;2.3;11.84;5.1;1.26;5064
+69074;43.04456;-.85443;413;20221116;18.7;6.2;12.4;2.6;11.01;.9;1.4;7501
+69074;43.04456;-.85443;413;20221117;16.8;11.7;14.3;2.4;13.34;9;1.06;4120
+69074;43.04456;-.85443;413;20221118;10.1;7.8;8.9;2.4;10.21;12;.71;2367
+69074;43.04456;-.85443;413;20221119;8.9;5.4;7.2;3.3;8.74;7.1;.82;3420
+69074;43.04456;-.85443;413;20221120;13.5;2.4;7.9;1.9;9.27;9.9;.81;5446
+69074;43.04456;-.85443;413;20221121;13.5;7.2;10.3;3.1;10.27;37.4;1.1;3043
+69074;43.04456;-.85443;413;20221122;10.5;5.5;8;3.8;8.54;9.1;1.12;3364
+69074;43.04456;-.85443;413;20221123;13.8;9.3;11.5;2.5;11.91;9.5;.83;2847
+69074;43.04456;-.85443;413;20221124;12.9;3.6;8.3;1.7;9.61;6.8;.68;4061
+69074;43.04456;-.85443;413;20221125;9.9;4.7;7.3;2.7;9.81;9.6;.55;3330
+69074;43.04456;-.85443;413;20221126;13.8;1.6;7.7;1.1;8.04;0;.69;6478
+69074;43.04456;-.85443;413;20221127;16.6;.7;8.7;1.4;7.61;10.2;.96;6867
+69074;43.04456;-.85443;413;20221128;9.5;5.4;7.4;3.4;9.87;35.8;.57;2787
+69074;43.04456;-.85443;413;20221129;10.4;6.9;8.7;2.7;10.51;4.8;.59;2427
+69074;43.04456;-.85443;413;20221130;10;3.8;6.9;1.4;9.27;0;.51;4322
+69074;43.04456;-.85443;413;20221201;4.9;2.7;3.8;1;7.87;0;.4;2241
+69074;43.04456;-.85443;413;20221202;8;.1;4.1;.9;7.41;.1;.4;4862
+69074;43.04456;-.85443;413;20221203;6;3.6;4.8;.9;8.07;2.9;.44;1758
+69074;43.04456;-.85443;413;20221204;9.3;-.7;4.3;1.1;6.64;0;.48;6232
+69074;43.04456;-.85443;413;20221205;12.9;-1.3;5.8;1.5;6.34;.2;.79;6311
+69074;43.04456;-.85443;413;20221206;12.5;4.1;8.3;1;9.84;.3;.5;3903
+69074;43.04456;-.85443;413;20221207;13.8;7.4;10.6;1.2;11.04;.2;.6;3909
+69074;43.04456;-.85443;413;20221208;10.2;5.6;7.9;2.2;10.11;7.1;.5;2046
+69074;43.04456;-.85443;413;20221209;12.7;5.9;9.3;2.4;10.41;6.5;.71;3675
+69074;43.04456;-.85443;413;20221210;4.3;.6;2.4;2.1;6.34;0;.45;4157
+69074;43.04456;-.85443;413;20221211;5.1;-4.8;.2;1;5.61;.1;.37;3754
+69074;43.04456;-.85443;413;20221212;11.6;-.6;5.5;1.9;8.21;11.8;.63;3762
+69074;43.04456;-.85443;413;20221213;14.4;9.4;11.9;2.5;12.37;9.2;.75;2501
+69074;43.04456;-.85443;413;20221214;17.3;10.2;13.8;2;11.81;4.1;.99;4994
+69074;43.04456;-.85443;413;20221215;15;7.7;11.4;2;10.87;4.6;.88;4059
+69074;43.04456;-.85443;413;20221216;9.2;7.3;8.2;2.4;10.24;3.6;.58;1198
+69074;43.04456;-.85443;413;20221217;10.5;5.4;8;1.2;8.91;0;.53;4260
+69074;43.04456;-.85443;413;20221218;15;1.1;8.1;2.7;7.51;1.3;1.24;6188
+69074;43.04456;-.85443;413;20221219;15.7;5.2;10.5;3.4;7.84;1.9;2.07;4516
+69074;43.04456;-.85443;413;20221220;18.9;9.4;14.1;2.7;9.21;3.6;1.92;5249
+69074;43.04456;-.85443;413;20221221;17.8;6.8;12.3;2;10.47;.2;1.04;5631
+69074;43.04456;-.85443;413;20221222;19.2;5;12.1;1.6;10.41;.3;.95;5341
+69074;43.04456;-.85443;413;20221223;17.4;8.7;13.1;1.8;10.97;0;1.1;4490
+69074;43.04456;-.85443;413;20221224;20.4;5.5;13;2.1;9.54;0;1.35;6442
+69074;43.04456;-.85443;413;20221225;19.9;7.2;13.5;2.7;8.84;0;1.79;6805
+69074;43.04456;-.85443;413;20221226;16.2;10;13.1;2;9.51;1.3;1.38;3534
+69074;43.04456;-.85443;413;20221227;13;8.9;11;1.1;11.81;.1;.56;2712
+69074;43.04456;-.85443;413;20221228;18.9;3.5;11.2;2.6;8.67;.1;1.45;6771
+69074;43.04456;-.85443;413;20221229;15.2;11.3;13.2;2.5;9.61;10.6;1.58;2402
+69074;43.04456;-.85443;413;20221230;20.4;8.3;14.3;3.1;11.24;.9;1.61;5069
+69074;43.04456;-.85443;413;20221231;19;12.2;15.6;2.8;8.74;0;2.28;4328
+69075;43.07661;-.55071;355;20220101;24.6;2.9;13.8;.4;7.29;0;.39;7978
+69075;43.07661;-.55071;355;20220102;16.4;5.1;10.8;1;9.68;0;.65;5377
+69075;43.07661;-.55071;355;20220103;18.9;3.8;11.4;.4;9.38;0;.43;6487
+69075;43.07661;-.55071;355;20220104;21.9;8.1;15;3.6;8.88;22.4;2.48;6178
+69075;43.07661;-.55071;355;20220105;7.6;4.5;6.1;1;7.39;1.8;.59;2170
+69075;43.07661;-.55071;355;20220106;6.4;.6;3.5;1.2;4.98;.1;.69;3544
+69075;43.07661;-.55071;355;20220107;7.2;-4;1.6;2;6.98;7.8;.32;5548
+69075;43.07661;-.55071;355;20220108;11.4;5.3;8.4;2.3;8.88;11.9;.81;3742
+69075;43.07661;-.55071;355;20220109;8.5;7.9;8.2;2.5;10.79;68.5;.43;168
+69075;43.07661;-.55071;355;20220110;11;7.3;9.2;1.9;12.79;37.1;.22;2647
+69075;43.07661;-.55071;355;20220111;10.1;6.8;8.5;.7;8.79;0;.58;2448
+69075;43.07661;-.55071;355;20220112;6.2;-2.2;2;.8;6.18;0;.39;4839
+69075;43.07661;-.55071;355;20220113;10.7;-3.6;3.6;.7;5.29;0;.5;6834
+69075;43.07661;-.55071;355;20220114;14.3;-4;5.2;1.5;4.18;.1;1.1;8007
+69075;43.07661;-.55071;355;20220115;11.2;-4.8;3.2;.8;4.39;0;.6;7470
+69075;43.07661;-.55071;355;20220116;11.2;-4.7;3.3;.7;4.79;.1;.55;7525
+69075;43.07661;-.55071;355;20220117;10.9;-3.1;3.9;.7;5.18;0;.56;7049
+69075;43.07661;-.55071;355;20220118;3.2;-4.9;-.8;.8;5.89;.1;.3;5070
+69075;43.07661;-.55071;355;20220119;10;1.2;5.6;2.5;7.29;.6;.84;5415
+69075;43.07661;-.55071;355;20220120;9.7;4.1;6.9;1.4;8.79;7.1;.58;4076
+69075;43.07661;-.55071;355;20220121;3.1;1;2.1;1.3;6.29;0;.48;1957
+69075;43.07661;-.55071;355;20220122;6.3;-4.5;.9;.4;5.29;.1;.4;6398
+69075;43.07661;-.55071;355;20220123;10.8;-5;2.9;.6;5.68;.1;.52;8152
+69075;43.07661;-.55071;355;20220124;14.2;-2.6;5.8;.5;5.79;0;.59;8560
+69075;43.07661;-.55071;355;20220125;13.6;-3;5.3;.9;5.58;0;.78;8610
+69075;43.07661;-.55071;355;20220126;14;-3.1;5.5;.5;5.68;0;.61;8876
+69075;43.07661;-.55071;355;20220127;11.8;-3;4.4;.6;5.79;.2;.62;8263
+69075;43.07661;-.55071;355;20220128;8.8;-1.2;3.8;.9;6.29;0;.62;6621
+69075;43.07661;-.55071;355;20220129;10.4;-3.8;3.3;.7;6.18;0;.61;8285
+69075;43.07661;-.55071;355;20220130;3.8;-3.9;0;.8;5.79;.1;.43;5795
+69075;43.07661;-.55071;355;20220131;8.6;-1.3;3.7;1.2;7.98;4.3;.5;6866
+69075;43.07661;-.55071;355;20220201;8.2;3.4;5.8;1.2;7.98;0;.63;4400
+69075;43.07661;-.55071;355;20220202;15.2;2.9;9.1;.8;8.79;0;.84;8047
+69075;43.07661;-.55071;355;20220203;14.2;-2.6;5.8;1.1;8.09;.1;.83;9789
+69075;43.07661;-.55071;355;20220204;13.3;2.6;8;1.1;9.48;3.2;.77;7622
+69075;43.07661;-.55071;355;20220205;8.7;6.8;7.8;1.1;8.29;1.9;.75;2401
+69075;43.07661;-.55071;355;20220206;9.9;-3.1;3.4;1.3;6.89;.3;.74;8799
+69075;43.07661;-.55071;355;20220207;11.4;6.4;8.9;1.9;9.68;3.6;.86;4973
+69075;43.07661;-.55071;355;20220208;15.5;2.5;9;.6;8.59;0;.89;9054
+69075;43.07661;-.55071;355;20220209;18.9;.3;9.6;1.4;6.68;0;1.54;11276
+69075;43.07661;-.55071;355;20220210;6.5;0;3.3;2.2;7.18;0;1.91;11500
+69075;43.07661;-.55071;355;20220211;9.5;4.7;7.1;.9;9.34;.8;.66;4425
+69075;43.07661;-.55071;355;20220212;15.9;5.8;10.8;1.7;8.98;0;1.39;11200
+69075;43.07661;-.55071;355;20220213;17.7;2.6;10.1;3;8.13;7.6;2.03;12000
+69075;43.07661;-.55071;355;20220214;10.3;4.3;7.3;5.8;8.31;15.3;1.2;8300
+69075;43.07661;-.55071;355;20220215;10.6;4.9;7.7;4.7;8.23;3.2;1.4;7150
+69075;43.07661;-.55071;355;20220216;14;8.4;11.2;2.6;10.38;5.7;1.3;6148
+69075;43.07661;-.55071;355;20220217;14.7;10.2;12.5;1.4;11.48;.5;1.09;5442
+69075;43.07661;-.55071;355;20220218;15.3;3.8;9.6;1.6;9.79;4.4;1.23;9722
+69075;43.07661;-.55071;355;20220219;9.6;5.6;7.6;1.4;8.59;1;.89;5207
+69075;43.07661;-.55071;355;20220220;13.3;-1;6.2;2.1;8.09;.7;1.25;11320
+69075;43.07661;-.55071;355;20220221;12.5;8.3;10.4;2.4;8.88;3;1.42;5541
+69075;43.07661;-.55071;355;20220222;14.1;1.3;7.7;1;7.89;0;1.23;10926
+69075;43.07661;-.55071;355;20220223;16.5;.1;8.3;1.5;7.79;.1;1.58;12733
+69075;43.07661;-.55071;355;20220224;10.5;3.4;7;1.3;9.09;2.9;.92;7984
+69075;43.07661;-.55071;355;20220225;10;4.2;7.1;1.6;7.18;.1;1.19;7176
+69075;43.07661;-.55071;355;20220226;14.7;-3.3;5.7;.8;5.89;.1;1.38;13951
+69075;43.07661;-.55071;355;20220227;14.6;1.6;8.1;.9;8.38;.1;1.31;11789
+69075;43.07661;-.55071;355;20220228;17.8;1.7;9.8;1.3;7.79;0;1.77;13461
+69075;43.07661;-.55071;355;20220301;17.8;-.1;8.9;1.1;6.79;.3;1.77;14458
+69075;43.07661;-.55071;355;20220302;11.2;5.8;8.5;1;9.59;4.8;1.02;7375
+69075;43.07661;-.55071;355;20220303;15.4;.9;8.2;1.7;8.98;17.3;1.56;13199
+69075;43.07661;-.55071;355;20220304;10.1;6.9;8.5;2.2;8.79;4.5;1.16;5494
+69075;43.07661;-.55071;355;20220305;8.9;3;6;.8;7.79;1.1;1;8098
+69075;43.07661;-.55071;355;20220306;8.2;4.1;6.2;.8;7.68;0;.95;6594
+69075;43.07661;-.55071;355;20220307;12.9;2.4;7.7;1.4;7.68;0;1.5;11586
+69075;43.07661;-.55071;355;20220308;11;2.9;7;1.1;7.98;1.6;1.25;10123
+69075;43.07661;-.55071;355;20220309;17.8;-1.2;8.3;1.7;6.98;.2;2.21;16488
+69075;43.07661;-.55071;355;20220310;16.3;7.3;11.8;1.5;8.98;1.2;1.85;11021
+69075;43.07661;-.55071;355;20220311;16.4;10.7;13.6;2.8;8.29;9.3;2.49;8576
+69075;43.07661;-.55071;355;20220312;14;5.2;9.6;1.5;9.29;0;1.57;11149
+69075;43.07661;-.55071;355;20220313;12.1;7.2;9.7;1.3;8.18;7.2;1.45;8043
+69075;43.07661;-.55071;355;20220314;10.2;-.2;5;1.2;7.39;.6;1.34;12541
+69075;43.07661;-.55071;355;20220315;22.3;5.4;13.9;1.3;10.88;0;2.46;16580
+69075;43.07661;-.55071;355;20220316;15.8;8.1;12;1.7;11.79;11.2;1.63;10835
+69075;43.07661;-.55071;355;20220317;9.1;9;9.1;2;11.09;20.3;.51;0
+69075;43.07661;-.55071;355;20220318;8.9;6.8;7.9;1.9;10.03;.7;.73;3100
+69075;43.07661;-.55071;355;20220319;16.6;3.7;10.2;1.5;9.93;0;1.98;15300
+69075;43.07661;-.55071;355;20220320;17.6;5.3;11.4;2;10.33;0;2.19;14600
+69075;43.07661;-.55071;355;20220321;19.7;3.8;11.8;2.2;9.98;.1;2.57;16250
+69075;43.07661;-.55071;355;20220322;17.8;3.3;10.6;1.9;8.73;0;2.44;16650
+69075;43.07661;-.55071;355;20220323;16.3;2;9.1;1.7;7.88;0;2.51;20250
+69075;43.07661;-.55071;355;20220324;16.6;2.9;9.8;1.8;8.53;0;2.38;17800
+69075;43.07661;-.55071;355;20220325;18.3;6.2;12.2;1.9;9.33;0;2.71;17850
+69075;43.07661;-.55071;355;20220326;17.8;3.6;10.7;1.9;8.33;.3;2.66;17700
+69075;43.07661;-.55071;355;20220327;19;3.5;11.3;1.9;9.53;0;2.65;18350
+69075;43.07661;-.55071;355;20220328;20;5.5;12.7;1.9;9.63;0;2.57;14250
+69075;43.07661;-.55071;355;20220329;17.9;7.9;12.9;2.5;10.28;1.6;2.24;10500
+69075;43.07661;-.55071;355;20220330;9.7;8.7;9.2;2.9;11.66;8.5;.69;2300
+69075;43.07661;-.55071;355;20220331;11.3;6.7;9;5;9.18;12.4;1.75;8850
+69075;43.07661;-.55071;355;20220401;7.3;.4;3.9;5;5.93;9.7;1.83;13350
+69075;43.07661;-.55071;355;20220402;7.3;-.3;3.5;3.2;5.64;.2;1.78;13851
+69075;43.07661;-.55071;355;20220403;7.3;-1.3;3;4;5.17;.4;2.26;17948
+69075;43.07661;-.55071;355;20220404;10.2;-1;4.6;2.1;5.21;0;2.33;21100
+69075;43.07661;-.55071;355;20220405;14.6;-4.5;5;1.4;6.08;0;2.64;23027
+69075;43.07661;-.55071;355;20220406;12.5;1.6;7;3;8.68;0;1.5;9550
+69075;43.07661;-.55071;355;20220407;20.1;3.5;11.8;4.6;9.81;.1;3.23;17500
+69075;43.07661;-.55071;355;20220408;21;7.5;14.3;4.2;11.08;5.9;3.26;13500
+69075;43.07661;-.55071;355;20220409;13.8;6.9;10.3;3.1;9.18;1.5;2.33;14150
+69075;43.07661;-.55071;355;20220410;20.5;-.2;10.1;2.4;7.68;0;3.57;22650
+69075;43.07661;-.55071;355;20220411;23.5;4.9;14.2;3.2;10.88;.7;3.77;18950
+69075;43.07661;-.55071;355;20220412;17.9;11.2;14.5;3.3;12.03;12.8;2.4;10400
+69075;43.07661;-.55071;355;20220413;14.7;10.5;12.6;2.3;12.83;3.6;1.37;6250
+69075;43.07661;-.55071;355;20220414;19.9;10;14.9;2;12.78;0;2.92;17250
+69075;43.07661;-.55071;355;20220415;19.3;7.7;13.5;2.3;12.93;.1;2.65;17200
+69075;43.07661;-.55071;355;20220416;20.6;10.2;15.4;2.8;12.98;0;3.19;17950
+69075;43.07661;-.55071;355;20220417;20.9;7.5;14.2;3.7;12.33;0;3.51;21200
+69075;43.07661;-.55071;355;20220418;17.2;10.8;14;3.4;12.08;1.7;2.47;11800
+69075;43.07661;-.55071;355;20220419;9.8;9.4;9.6;3.2;10.51;27.7;.86;2400
+69075;43.07661;-.55071;355;20220420;11.6;6.5;9;3.9;10.43;29.1;1.26;7100
+69075;43.07661;-.55071;355;20220421;13.4;8.1;10.7;2.6;11.28;3.1;1.27;6100
+69075;43.07661;-.55071;355;20220422;19.1;6.4;12.7;1.7;10.61;6.9;3;19900
+69075;43.07661;-.55071;355;20220423;15.4;9.1;12.3;4.4;10.78;13.7;2.38;11100
+69075;43.07661;-.55071;355;20220424;16.1;9.1;12.6;5.5;11.43;3;2.48;12450
+69075;43.07661;-.55071;355;20220425;18.7;4.8;11.7;2.1;10.83;0;3.12;21450
+69075;43.07661;-.55071;355;20220426;23.1;6;14.6;2.4;11.48;0;3.65;19550
+69075;43.07661;-.55071;355;20220427;17.8;10.7;14.3;2.6;13.58;7.3;1.93;8750
+69075;43.07661;-.55071;355;20220428;14.2;11.5;12.9;1.9;13.98;1.2;.99;3900
+69075;43.07661;-.55071;355;20220429;16.9;12;14.5;2;14.23;.1;1.54;6850
+69075;43.07661;-.55071;355;20220430;18.5;11.5;15;2.6;13.43;.9;2.7;15000
+69075;43.07661;-.55071;355;20220501;17.5;9.7;13.6;2.6;12.88;1;2.41;14000
+69075;43.07661;-.55071;355;20220502;14;10.5;12.3;2.4;12.43;7;1.41;5850
+69075;43.07661;-.55071;355;20220503;18.6;10;14.3;2.4;12.83;3.5;2.55;13700
+69075;43.07661;-.55071;355;20220504;17.4;11.3;14.4;3.5;12.98;3;2.35;10800
+69075;43.07661;-.55071;355;20220505;19.1;9.3;14.2;3;12.18;2.1;2.92;15150
+69075;43.07661;-.55071;355;20220506;18.3;10.8;14.6;1.4;12.18;1;2.8;16239
+69075;43.07661;-.55071;355;20220507;20.6;9.6;15.1;1.2;12.59;.2;3.29;20077
+69075;43.07661;-.55071;355;20220508;21.1;8.2;14.7;.8;12.88;.1;3.4;21969
+69075;43.07661;-.55071;355;20220509;25;6.7;15.9;1.2;12.59;0;4.3;26571
+69075;43.07661;-.55071;355;20220510;27.8;8;17.9;.9;13.29;.1;4.65;27822
+69075;43.07661;-.55071;355;20220511;25.5;10.8;18.2;.8;15.09;.2;4.04;23872
+69075;43.07661;-.55071;355;20220512;19.4;12.4;15.9;1;15.18;0;2.73;16085
+69075;43.07661;-.55071;355;20220513;24.1;13.3;18.7;1;15.68;0;3.66;20424
+69075;43.07661;-.55071;355;20220514;28.7;10.8;19.8;.7;15.59;.7;4.64;26828
+69075;43.07661;-.55071;355;20220515;28.1;11.3;19.7;1.3;15.18;.5;4.76;26046
+69075;43.07661;-.55071;355;20220516;27;11.7;19.4;1;15.59;.1;4.42;24884
+69075;43.07661;-.55071;355;20220517;29;11.3;20.2;1;15.79;0;4.85;26977
+69075;43.07661;-.55071;355;20220518;30.7;11.9;21.3;1;16.88;2.6;5.15;27948
+69075;43.07661;-.55071;355;20220519;25;14.5;19.8;1.4;18.09;.2;3.82;20585
+69075;43.07661;-.55071;355;20220520;20;15;17.5;1;18.38;.1;2.47;13795
+69075;43.07661;-.55071;355;20220521;30.9;15.9;23.4;.7;19.78;0;4.8;25060
+69075;43.07661;-.55071;355;20220522;30.8;16.4;23.6;1.1;19.59;1.1;4.92;24603
+69075;43.07661;-.55071;355;20220523;21.7;14.9;18.3;3.8;13.5;.6;3.4;12439
+69075;43.07661;-.55071;355;20220524;15;9.6;12.3;1.1;11.88;9.4;2.34;14583
+69075;43.07661;-.55071;355;20220525;16.9;9.6;13.3;1.1;12.18;4.6;2.76;17247
+69075;43.07661;-.55071;355;20220526;19.1;11.1;15.1;.8;13.38;.2;3.02;18176
+69075;43.07661;-.55071;355;20220527;23.2;13.1;18.2;.9;14.48;0;3.69;20661
+69075;43.07661;-.55071;355;20220528;24.9;9;17;.8;14.38;0;4.33;26368
+69075;43.07661;-.55071;355;20220529;24.1;9.1;16.6;.9;12.59;.8;4.25;25630
+69075;43.07661;-.55071;355;20220530;22.6;7.8;15.2;1.1;11.59;1.6;4.13;25508
+69075;43.07661;-.55071;355;20220531;24.5;9.8;17.2;.7;13.09;.2;4.23;25473
+69075;43.07661;-.55071;355;20220601;28.9;10.9;19.9;1.1;15.79;.1;5.13;28406
+69075;43.07661;-.55071;355;20220602;26.6;13.1;19.9;.9;17.78;3.3;4.39;24451
+69075;43.07661;-.55071;355;20220603;22.5;15.1;18.8;1.2;18.88;2.7;3.21;17752
+69075;43.07661;-.55071;355;20220604;19.9;15.8;17.9;.9;18.48;21.4;2.41;12859
+69075;43.07661;-.55071;355;20220605;21.7;14.5;18.1;.9;16.59;.1;3.19;17553
+69075;43.07661;-.55071;355;20220606;23.4;14.6;19;1;16.28;1.5;3.63;19594
+69075;43.07661;-.55071;355;20220607;23.3;14;18.7;.7;16.48;.1;3.61;20215
+69075;43.07661;-.55071;355;20220608;20.6;12.2;16.4;1;16.28;3.4;3.21;19165
+69075;43.07661;-.55071;355;20220609;22.2;12.9;17.6;1.3;14.59;0;3.67;20269
+69075;43.07661;-.55071;355;20220610;27.5;9;18.3;1;14.88;0;5.01;29229
+69075;43.07661;-.55071;355;20220611;27.1;12.6;19.9;1.1;17.78;.3;4.64;25734
+69075;43.07661;-.55071;355;20220612;27.5;16.5;22;1.4;19.69;2;4.41;22244
+69075;43.07661;-.55071;355;20220613;26.2;16.7;21.5;1.4;19.59;.1;4.06;20585
+69075;43.07661;-.55071;355;20220614;31.3;15.5;23.4;.9;21.59;1.3;5.25;26996
+69075;43.07661;-.55071;355;20220615;32;16.5;24.3;1.2;22.28;0;5.4;26742
+69075;43.07661;-.55071;355;20220616;33.8;17.4;25.6;1.3;23.69;0;5.78;27564
+69075;43.07661;-.55071;355;20220617;34.8;19.2;27;1.1;23.78;0;5.78;26858
+69075;43.07661;-.55071;355;20220618;38.5;18.2;28.4;1.4;21.69;0;6.97;30856
+69075;43.07661;-.55071;355;20220619;25.9;17.2;21.6;1.4;19.69;2.8;3.93;19692
+69075;43.07661;-.55071;355;20220620;26.1;16.7;21.4;1.3;19.38;1.4;4.04;20530
+69075;43.07661;-.55071;355;20220621;21.3;16.8;19.1;1.2;19.28;2.5;2.66;13748
+69075;43.07661;-.55071;355;20220622;21;15.8;18.4;1.3;17.59;.9;2.85;14888
+69075;43.07661;-.55071;355;20220623;23.6;13.2;18.4;.9;17.19;4.1;3.81;21664
+69075;43.07661;-.55071;355;20220624;24.1;14.9;19.5;.8;16.98;.4;3.73;20281
+69075;43.07661;-.55071;355;20220625;17.6;12.4;15;1.2;15.48;3.6;2.49;14873
+69075;43.07661;-.55071;355;20220626;14.7;11.1;12.9;.7;13.88;2.4;2.02;12120
+69075;43.07661;-.55071;355;20220627;15.3;12.4;13.9;.9;14.79;3.6;1.89;10719
+69075;43.07661;-.55071;355;20220628;23.4;11.2;17.3;.9;14.59;.1;4.02;23525
+69075;43.07661;-.55071;355;20220629;20.3;9.6;15;.9;14.68;6.1;3.47;21918
+69075;43.07661;-.55071;355;20220630;14;12.9;13.5;1.4;14.59;3.6;1.27;6014
+69075;43.07661;-.55071;355;20220701;21.6;7.3;14.5;1;13.18;.1;3.96;25519
+69075;43.07661;-.55071;355;20220702;28.5;8.8;18.7;.8;15.48;0;5.15;30175
+69075;43.07661;-.55071;355;20220703;24.3;13.5;18.9;1.5;16.59;.7;4.03;21929
+69075;43.07661;-.55071;355;20220704;20.5;15.3;17.9;1;17.19;.2;2.75;14742
+69075;43.07661;-.55071;355;20220705;23.8;16.1;20;.4;19.09;3.2;3.37;18233
+69075;43.07661;-.55071;355;20220706;22.7;16.5;19.6;1.3;18.28;2.9;3.16;16182
+69075;43.07661;-.55071;355;20220707;25.7;14.2;20;1.8;16.69;.1;4.36;22537
+69075;43.07661;-.55071;355;20220708;26.1;12.8;19.5;1;16.78;.1;4.36;24305
+69075;43.07661;-.55071;355;20220709;28.8;11.8;20.3;1;17.19;.1;5;27620
+69075;43.07661;-.55071;355;20220710;30.3;12.5;21.4;1;18.09;.1;5.24;28241
+69075;43.07661;-.55071;355;20220711;33.1;13.3;23.2;.9;18.19;.4;5.71;29804
+69075;43.07661;-.55071;355;20220712;32.7;15.7;24.2;1.1;20.38;.1;5.51;27447
+69075;43.07661;-.55071;355;20220713;33.2;15.3;24.3;.9;19.38;0;5.55;28138
+69075;43.07661;-.55071;355;20220714;33.8;15.5;24.7;.8;18.88;.2;5.58;28399
+69075;43.07661;-.55071;355;20220715;31.1;14.8;23;.8;19.78;0;5.08;26651
+69075;43.07661;-.55071;355;20220716;35.1;14.8;25;.9;18.98;.1;5.93;29836
+69075;43.07661;-.55071;355;20220717;36.3;14.1;25.2;.8;18.59;0;5.97;30137
+69075;43.07661;-.55071;355;20220718;37.2;15.8;26.5;.8;20.38;.4;6.1;30056
+69075;43.07661;-.55071;355;20220719;27.3;18;22.7;1.4;21.19;3.9;3.97;19546
+69075;43.07661;-.55071;355;20220720;25.3;17.8;21.6;1.2;18.38;.1;3.56;17347
+69075;43.07661;-.55071;355;20220721;30.4;17.8;24.1;1.2;19.38;.3;4.74;22851
+69075;43.07661;-.55071;355;20220722;19.5;17.4;18.5;1.1;19.88;1.8;1.75;8421
+69075;43.07661;-.55071;355;20220723;23;15;19;.8;17.98;.1;3.23;17786
+69075;43.07661;-.55071;355;20220724;34.4;12.7;23.6;.8;18.88;.2;5.63;29515
+69075;43.07661;-.55071;355;20220725;23.1;18.5;20.8;1.2;19.78;1;2.73;13032
+69075;43.07661;-.55071;355;20220726;20.8;15.8;18.3;.7;17.38;1.1;2.56;13597
+69075;43.07661;-.55071;355;20220727;24;14.6;19.3;.7;15.68;0;3.48;19119
+69075;43.07661;-.55071;355;20220728;25;15.4;20.2;.5;16.48;5.3;3.5;19261
+69075;43.07661;-.55071;355;20220729;21.6;15.7;18.7;.7;18.19;2.9;2.72;14718
+69075;43.07661;-.55071;355;20220730;24.4;17.2;20.8;.5;19.78;.2;3.09;16345
+69075;43.07661;-.55071;355;20220731;28.2;16.8;22.5;.5;19.98;0;3.92;20861
+69075;43.07661;-.55071;355;20220801;28.7;17.8;23.3;.6;20.28;0;3.93;20276
+69075;43.07661;-.55071;355;20220802;32.2;15.5;23.9;.7;19.38;0;4.84;25337
+69075;43.07661;-.55071;355;20220803;31.8;14.2;23;1;20.98;.3;4.95;25933
+69075;43.07661;-.55071;355;20220804;26.3;20;23.2;.8;22.59;1.8;3.06;14849
+69075;43.07661;-.55071;355;20220805;24.4;18.3;21.4;1.3;20.48;.1;2.96;14515
+69075;43.07661;-.55071;355;20220806;28.4;16.2;22.3;.6;20.09;0;3.93;21038
+69075;43.07661;-.55071;355;20220807;30.7;16.4;23.6;.8;18.98;.5;4.41;22785
+69075;43.07661;-.55071;355;20220808;31.3;13.7;22.5;.7;17.88;.9;4.65;25311
+69075;43.07661;-.55071;355;20220809;31.7;16.1;23.9;.6;19.59;.6;4.47;23620
+69075;43.07661;-.55071;355;20220810;36;15;25.5;.8;18.48;.3;5.38;27488
+69075;43.07661;-.55071;355;20220811;36.6;17.9;27.3;1.1;19.88;0;5.49;25725
+69075;43.07661;-.55071;355;20220812;34.1;17.2;25.7;.9;21.59;.1;4.9;24248
+69075;43.07661;-.55071;355;20220813;29.2;18.9;24.1;1.3;22.69;1.2;3.83;18499
+69075;43.07661;-.55071;355;20220814;22.7;18.8;20.8;1;20.48;.7;2.26;10747
+69075;43.07661;-.55071;355;20220815;25.1;16.1;20.6;.6;17.78;0;3.13;16993
+69075;43.07661;-.55071;355;20220816;23;13.7;18.4;.7;17.88;4;2.95;17193
+69075;43.07661;-.55071;355;20220817;22.2;14.3;18.3;.7;16.98;7.7;2.75;15632
+69075;43.07661;-.55071;355;20220818;19.3;15;17.2;1.2;17.19;16.8;2.06;11071
+69075;43.07661;-.55071;355;20220819;24.4;15;19.7;1;17.09;17.2;3.14;16967
+69075;43.07661;-.55071;355;20220820;28.7;13.8;21.3;.7;17.88;4.2;3.86;21606
+69075;43.07661;-.55071;355;20220821;24.5;17.3;20.9;1;19.69;.1;2.81;14469
+69075;43.07661;-.55071;355;20220822;22.5;15.2;18.9;.9;18.98;2;2.58;14479
+69075;43.07661;-.55071;355;20220823;26.5;17.2;21.9;.5;20.88;0;3.05;16420
+69075;43.07661;-.55071;355;20220824;32;14.4;23.2;1;20.48;.6;4.36;22986
+69075;43.07661;-.55071;355;20220825;24.3;18.5;21.4;1.4;21.59;1.5;2.53;12472
+69075;43.07661;-.55071;355;20220826;23.6;18;20.8;1.1;20.38;1;2.43;12138
+69075;43.07661;-.55071;355;20220827;27.4;15.6;21.5;.6;18.98;.2;3.28;18155
+69075;43.07661;-.55071;355;20220828;32;13.9;23;.8;18.38;.7;4.17;22672
+69075;43.07661;-.55071;355;20220829;32;17.6;24.8;1.7;18.69;10.3;4.45;19912
+69075;43.07661;-.55071;355;20220830;29.8;14.9;22.4;1.2;19.19;0;3.85;20126
+69075;43.07661;-.55071;355;20220831;22.9;18.8;20.9;1.1;21.09;7.4;2.04;9771
+69075;43.07661;-.55071;355;20220901;26.8;17.3;22.1;.7;19.88;.1;2.93;15523
+69075;43.07661;-.55071;355;20220902;23.8;17.9;20.9;.9;19.09;1.6;2.37;11820
+69075;43.07661;-.55071;355;20220903;22.9;16.3;19.6;.7;18.28;.9;2.31;12481
+69075;43.07661;-.55071;355;20220904;30.2;12.6;21.4;1.5;16.78;.2;4.07;21145
+69075;43.07661;-.55071;355;20220905;30.5;13.2;21.9;1.8;17.09;2;4.21;20778
+69075;43.07661;-.55071;355;20220906;29.4;13.7;21.6;1.6;17.19;.1;3.85;19557
+69075;43.07661;-.55071;355;20220907;25;13.2;19.1;1.2;16.09;0;2.97;16613
+69075;43.07661;-.55071;355;20220908;24.4;10.6;17.5;1.3;15.09;1.1;3.01;17929
+69075;43.07661;-.55071;355;20220909;22.6;14.4;18.5;1.4;16.48;1.9;2.49;13359
+69075;43.07661;-.55071;355;20220910;27.1;8.9;18;.8;13.79;0;3.25;20444
+69075;43.07661;-.55071;355;20220911;33.1;11.8;22.5;1.8;15.98;0;4.58;22040
+69075;43.07661;-.55071;355;20220912;34.2;16.1;25.2;1.4;17.98;3.8;4.26;20017
+69075;43.07661;-.55071;355;20220913;30.4;18.2;24.3;2.2;16.78;2.1;4.06;16017
+69075;43.07661;-.55071;355;20220914;29;16;22.5;1.4;15.98;0;3.42;16424
+69075;43.07661;-.55071;355;20220915;26.2;14.1;20.2;1.4;17.19;3.4;2.92;15641
+69075;43.07661;-.55071;355;20220916;21.7;15.1;18.4;1.5;16.98;2.5;2.13;11051
+69075;43.07661;-.55071;355;20220917;21.4;8;14.7;1;12.59;0;2.42;16215
+69075;43.07661;-.55071;355;20220918;24.2;5.6;14.9;2;10.68;.1;3.31;19177
+69075;43.07661;-.55071;355;20220919;25.4;6;15.7;1.9;10.59;0;3.44;19422
+69075;43.07661;-.55071;355;20220920;22.4;5.5;14;1.1;10.79;.1;2.61;17846
+69075;43.07661;-.55071;355;20220921;22.9;5.5;14.2;1.2;10.68;0;2.69;17944
+69075;43.07661;-.55071;355;20220922;25;5.4;15.2;2.1;11.38;.1;3.29;18939
+69075;43.07661;-.55071;355;20220923;19.9;7.7;13.8;1.4;13.09;2.3;2.11;14473
+69075;43.07661;-.55071;355;20220924;17;10.8;13.9;2;14.09;4.5;1.58;9781
+69075;43.07661;-.55071;355;20220925;19.4;7.1;13.3;.9;12.38;.6;1.96;14226
+69075;43.07661;-.55071;355;20220926;19.1;10.6;14.9;1.3;12.68;6.6;1.92;11445
+69075;43.07661;-.55071;355;20220927;14.9;12.3;13.6;2.3;13.59;19.5;1.25;5596
+69075;43.07661;-.55071;355;20220928;17.4;12.9;15.2;2.2;14.79;27.6;1.51;7735
+69075;43.07661;-.55071;355;20220929;15.3;11.6;13.5;1.6;13.09;12.5;1.31;6789
+69075;43.07661;-.55071;355;20220930;17.3;9.6;13.5;1.9;11.48;2.9;1.85;10327
+69075;43.07661;-.55071;355;20221001;22.2;10.1;16.2;1.6;12.38;.4;2.33;13166
+69075;43.07661;-.55071;355;20221002;24;7.6;15.8;.8;14.29;0;2.16;15391
+69075;43.07661;-.55071;355;20221003;25.4;12.6;19;1.5;15.88;0;2.42;13266
+69075;43.07661;-.55071;355;20221004;25.2;8;16.6;.8;12.88;.1;2.24;15430
+69075;43.07661;-.55071;355;20221005;28.2;7.1;17.7;1.1;13.18;.2;2.67;17046
+69075;43.07661;-.55071;355;20221006;19.1;14.2;16.7;1.8;15.59;0;1.53;7349
+69075;43.07661;-.55071;355;20221007;24.3;8.8;16.6;.8;13.98;.8;2.02;14052
+69075;43.07661;-.55071;355;20221008;20.2;12.5;16.4;1.4;16.38;.8;1.52;9345
+69075;43.07661;-.55071;355;20221009;27.1;10.5;18.8;1.6;15.18;.5;2.55;14237
+69075;43.07661;-.55071;355;20221010;21.2;9.8;15.5;1.2;15.48;4.9;1.64;11398
+69075;43.07661;-.55071;355;20221011;19.4;13.8;16.6;1.9;17.19;11.4;1.32;7443
+69075;43.07661;-.55071;355;20221012;18.3;14.8;16.6;1.9;17.28;1.7;1.12;5493
+69075;43.07661;-.55071;355;20221013;22.4;13.5;18;1.7;16.19;.7;1.79;9513
+69075;43.07661;-.55071;355;20221014;22;15.3;18.7;.8;15.98;.5;1.47;7948
+69075;43.07661;-.55071;355;20221015;25.3;7.8;16.6;.7;13.38;0;1.83;13581
+69075;43.07661;-.55071;355;20221016;28.3;11.8;20.1;1.4;14.88;.3;2.4;12973
+69075;43.07661;-.55071;355;20221017;26.6;15.4;21;1.1;16.09;6;1.97;10288
+69075;43.07661;-.55071;355;20221018;31.7;11.3;21.5;1.1;14.48;0;2.48;14215
+69075;43.07661;-.55071;355;20221019;29.3;16.4;22.9;3;12.79;4.8;3.73;10853
+69075;43.07661;-.55071;355;20221020;24.8;15.9;20.4;3.7;11.79;2.7;3.51;8642
+69075;43.07661;-.55071;355;20221021;22.1;19.7;20.9;2.7;11.38;.5;2.83;3712
+69075;43.07661;-.55071;355;20221022;24.6;11.1;17.9;2.1;11.88;.1;2.4;10690
+69075;43.07661;-.55071;355;20221023;26.8;20;23.4;4.2;10.18;0;4.66;7053
+69075;43.07661;-.55071;355;20221024;23.2;16.3;19.8;1.4;11.18;0;1.97;7012
+69075;43.07661;-.55071;355;20221025;28.9;9.4;19.2;1.7;11.38;0;2.57;12624
+69075;43.07661;-.55071;355;20221026;25.2;11.5;18.4;1.5;12.88;.1;1.97;10199
+69075;43.07661;-.55071;355;20221027;29.1;16.3;22.7;2.8;9.59;.1;3.72;9672
+69075;43.07661;-.55071;355;20221028;27;18.4;22.7;1.8;11.59;.2;2.53;7550
+69075;43.07661;-.55071;355;20221029;22.9;14.6;18.8;1.1;12.38;0;1.57;7284
+69075;43.07661;-.55071;355;20221030;20.6;9;14.8;1.3;12.68;2.5;1.34;8755
+69075;43.07661;-.55071;355;20221031;22.6;9.7;16.2;1.8;13.38;6.4;1.64;9183
+69075;43.07661;-.55071;355;20221101;18.7;11.4;15.1;1;13.88;.1;1.04;6444
+69075;43.07661;-.55071;355;20221102;19.2;8.6;13.9;.9;12.68;.1;1.06;7953
+69075;43.07661;-.55071;355;20221103;20.9;8.1;14.5;2.1;11.68;13.9;1.64;8762
+69075;43.07661;-.55071;355;20221104;13.4;9.6;11.5;2;10.18;19.6;1.12;4032
+69075;43.07661;-.55071;355;20221105;16.5;3.9;10.2;2.6;9.29;.1;1.43;8439
+69075;43.07661;-.55071;355;20221106;20.6;1.2;10.9;1.5;8.59;.1;1.46;10682
+69075;43.07661;-.55071;355;20221107;21.5;2.5;12;2.2;9.59;0;1.77;10413
+69075;43.07661;-.55071;355;20221108;20.5;10.8;15.7;3.4;10.79;1.4;2.27;6917
+69075;43.07661;-.55071;355;20221109;14.5;11.5;13;1.4;12.88;4;.8;3135
+69075;43.07661;-.55071;355;20221110;17;2.9;10;1.9;9.18;.1;1.2;8410
+69075;43.07661;-.55071;355;20221111;19.6;1.1;10.4;1.6;8.88;.2;1.3;9718
+69075;43.07661;-.55071;355;20221112;21.4;7.8;14.6;2.2;10.18;0;1.77;8011
+69075;43.07661;-.55071;355;20221113;22.9;4.8;13.9;1.1;9.38;0;1.26;9346
+69075;43.07661;-.55071;355;20221114;14.9;7;11;.9;11.38;2;.69;5592
+69075;43.07661;-.55071;355;20221115;18.2;8.5;13.4;1.4;11.79;8.4;1;6269
+69075;43.07661;-.55071;355;20221116;19.2;6.5;12.9;3.4;10.98;1.1;1.65;7291
+69075;43.07661;-.55071;355;20221117;16.8;13.1;15;1.9;13.48;11.9;1.03;3202
+69075;43.07661;-.55071;355;20221118;10.8;7.6;9.2;3.2;10.18;10.4;.81;2828
+69075;43.07661;-.55071;355;20221119;9.5;5.7;7.6;5;8.59;5.9;1.06;3166
+69075;43.07661;-.55071;355;20221120;14.1;3;8.6;2.8;8.98;10.4;1.04;6380
+69075;43.07661;-.55071;355;20221121;14.6;7.3;11;4.1;10.29;41.3;1.31;4829
+69075;43.07661;-.55071;355;20221122;11.2;5.8;8.5;2.8;8.48;11.5;1.03;3893
+69075;43.07661;-.55071;355;20221123;14.3;10.4;12.4;2.5;11.79;9.6;.96;3041
+69075;43.07661;-.55071;355;20221124;12.2;4;8.1;2.7;9.79;7.6;.69;5015
+69075;43.07661;-.55071;355;20221125;10.5;4.8;7.7;5.1;9.79;10.7;.66;3885
+69075;43.07661;-.55071;355;20221126;14.2;1.2;7.7;1.3;7.89;0;.75;6551
+69075;43.07661;-.55071;355;20221127;16;.2;8.1;1.7;8.18;11;.91;7297
+69075;43.07661;-.55071;355;20221128;9.5;6.3;7.9;5.5;9.68;29.1;.74;2435
+69075;43.07661;-.55071;355;20221129;10.2;6.9;8.6;4.8;10.48;9.2;.61;2464
+69075;43.07661;-.55071;355;20221130;10.7;3.3;7;1.9;8.98;0;.57;4380
+69075;43.07661;-.55071;355;20221201;5;2.6;3.8;.8;7.58;0;.4;1831
+69075;43.07661;-.55071;355;20221202;8.3;1.3;4.8;.8;7.58;0;.42;4135
+69075;43.07661;-.55071;355;20221203;5.1;3.8;4.5;.8;8.09;2;.42;922
+69075;43.07661;-.55071;355;20221204;9.9;-1.2;4.4;.8;6.58;0;.45;5495
+69075;43.07661;-.55071;355;20221205;13.3;-1.8;5.8;1.6;6.39;.1;.82;6604
+69075;43.07661;-.55071;355;20221206;12;3.4;7.7;1.5;9.88;.3;.47;4584
+69075;43.07661;-.55071;355;20221207;14.5;7.4;11;2.3;11.09;.2;.79;3998
+69075;43.07661;-.55071;355;20221208;9.3;6.1;7.7;4.3;10.38;7;.41;2178
+69075;43.07661;-.55071;355;20221209;12.3;6.2;9.3;3.7;10.48;8;.73;3546
+69075;43.07661;-.55071;355;20221210;4.6;1.1;2.9;1.8;6.58;0;.49;2310
+69075;43.07661;-.55071;355;20221211;5.8;-4.3;.8;1;5.79;0;.34;4932
+69075;43.07661;-.55071;355;20221212;16.4;-.6;7.9;1.9;8.18;15.7;.89;6808
+69075;43.07661;-.55071;355;20221213;14.3;12.4;13.4;2.5;12.48;7.9;.98;1280
+69075;43.07661;-.55071;355;20221214;17.4;10.8;14.1;1.8;11.88;5.8;1;3650
+69075;43.07661;-.55071;355;20221215;15.8;6.8;11.3;1.5;10.88;5.1;.71;4496
+69075;43.07661;-.55071;355;20221216;9.5;7.5;8.5;3.3;10.29;7;.6;1330
+69075;43.07661;-.55071;355;20221217;10.5;5.6;8.1;1.7;8.98;0;.64;2912
+69075;43.07661;-.55071;355;20221218;16.4;1.4;8.9;2;7.29;.3;1.12;6194
+69075;43.07661;-.55071;355;20221219;15.1;3.2;9.2;2.8;7.98;.6;1.24;5349
+69075;43.07661;-.55071;355;20221220;21.5;8.6;15.1;1.9;9.29;3.7;1.48;5626
+69075;43.07661;-.55071;355;20221221;18.7;7.4;13.1;2.9;10.59;.1;1.4;5170
+69075;43.07661;-.55071;355;20221222;20.9;5.8;13.4;2.2;10.29;.1;1.33;6210
+69075;43.07661;-.55071;355;20221223;16.8;8;12.4;1;10.88;0;.67;4394
+69075;43.07661;-.55071;355;20221224;20.8;5.7;13.3;2.8;9.48;0;1.7;6224
+69075;43.07661;-.55071;355;20221225;21.4;5.6;13.5;3.2;8.68;0;2.09;6413
+69075;43.07661;-.55071;355;20221226;16;12.2;14.1;3;9.48;.6;1.81;2398
+69075;43.07661;-.55071;355;20221227;13.1;9.7;11.4;1.1;12.09;.3;.56;2196
+69075;43.07661;-.55071;355;20221228;19.9;3.3;11.6;3.9;8.29;.1;2.14;6668
+69075;43.07661;-.55071;355;20221229;15.2;14.2;14.7;3.5;9.48;8;2.19;525
+69075;43.07661;-.55071;355;20221230;21.4;8.4;14.9;3.3;10.98;1.7;1.87;5779
+69075;43.07661;-.55071;355;20221231;21.7;15.3;18.5;2.2;8.68;0;2.18;3633
+69076;43.10776;-.24671;332;20220101;24.1;4.1;14.1;1;7.06;0;.92;7461
+69076;43.10776;-.24671;332;20220102;17.4;5.3;11.3;1.7;8.97;0;1.01;5303
+69076;43.10776;-.24671;332;20220103;18.4;4.5;11.4;1.2;9.01;0;.78;6006
+69076;43.10776;-.24671;332;20220104;21.8;6.5;14.2;3.3;8.86;21;2.18;6469
+69076;43.10776;-.24671;332;20220105;7.4;4.9;6.2;1.5;7.31;1.7;.66;1726
+69076;43.10776;-.24671;332;20220106;7;.2;3.6;1.4;5.01;0;.69;4444
+69076;43.10776;-.24671;332;20220107;8.3;-3.5;2.4;2.8;6.74;8.5;.47;4682
+69076;43.10776;-.24671;332;20220108;11;5.5;8.2;4.7;8.81;13.6;.92;3221
+69076;43.10776;-.24671;332;20220109;8.7;7.7;8.2;5.2;10.54;68;.35;222
+69076;43.10776;-.24671;332;20220110;11.2;8.1;9.7;3.8;12.07;35.3;.3;1773
+69076;43.10776;-.24671;332;20220111;10.5;6.7;8.6;1.1;8.51;0;.62;3520
+69076;43.10776;-.24671;332;20220112;7.3;-1.4;3;1.4;6.04;0;.52;5396
+69076;43.10776;-.24671;332;20220113;10.4;-2.9;3.7;1.1;5.27;0;.59;6791
+69076;43.10776;-.24671;332;20220114;13.3;-3.7;4.8;1.9;4.14;.1;1.18;7469
+69076;43.10776;-.24671;332;20220115;11.4;-3.6;3.9;1.6;4.27;0;.94;7267
+69076;43.10776;-.24671;332;20220116;11.3;-4;3.7;1.4;4.47;0;.85;7358
+69076;43.10776;-.24671;332;20220117;10.9;-3.2;3.8;1.3;5.17;.1;.72;7113
+69076;43.10776;-.24671;332;20220118;6;-4.5;.8;1.6;5.84;.1;.46;6073
+69076;43.10776;-.24671;332;20220119;10.2;1;5.6;2.7;7.24;.7;.81;5090
+69076;43.10776;-.24671;332;20220120;10.1;4.8;7.4;2.1;8.44;5.7;.71;3882
+69076;43.10776;-.24671;332;20220121;4.3;.9;2.6;1.3;6.04;0;.51;3828
+69076;43.10776;-.24671;332;20220122;7;-4.5;1.2;.9;5.11;.1;.49;7310
+69076;43.10776;-.24671;332;20220123;10.1;-4.9;2.6;1.1;5.41;0;.62;8367
+69076;43.10776;-.24671;332;20220124;14;-2.6;5.7;1.5;5.44;0;.98;8708
+69076;43.10776;-.24671;332;20220125;13.5;-2.4;5.6;1.6;5.44;0;1.02;8704
+69076;43.10776;-.24671;332;20220126;13.9;-2.2;5.8;1.4;5.41;0;.97;9197
+69076;43.10776;-.24671;332;20220127;12.7;-2.7;5;1.1;5.51;.1;.84;8884
+69076;43.10776;-.24671;332;20220128;8;-2.4;2.8;1.3;5.97;0;.61;6215
+69076;43.10776;-.24671;332;20220129;9.9;-3.8;3.1;1.3;5.94;0;.69;8858
+69076;43.10776;-.24671;332;20220130;6.2;-3.8;1.2;1.1;5.91;.1;.51;7818
+69076;43.10776;-.24671;332;20220131;9.4;0;4.7;2.7;7.97;4.1;.59;6695
+69076;43.10776;-.24671;332;20220201;8.2;3.1;5.6;1.9;7.77;0;.64;4742
+69076;43.10776;-.24671;332;20220202;15;4.1;9.6;1.4;8.84;0;.96;8432
+69076;43.10776;-.24671;332;20220203;14.5;-2.1;6.2;2.2;8.21;0;.96;8862
+69076;43.10776;-.24671;332;20220204;13.6;3.1;8.4;2.2;9.51;2.1;.86;7363
+69076;43.10776;-.24671;332;20220205;8.8;6.4;7.6;1.9;8.14;1.8;.8;3428
+69076;43.10776;-.24671;332;20220206;10;-3;3.5;1.7;6.64;.1;.79;8967
+69076;43.10776;-.24671;332;20220207;12.2;4.8;8.5;2.3;9.37;1.8;.87;5986
+69076;43.10776;-.24671;332;20220208;15.6;2.8;9.2;1.5;8.27;0;1.15;9699
+69076;43.10776;-.24671;332;20220209;18.9;.5;9.7;1.8;6.44;0;1.71;11445
+69076;43.10776;-.24671;332;20220210;12.7;1.2;7;2.6;6.61;0;2.23;11200
+69076;43.10776;-.24671;332;20220211;9.7;4.9;7.3;.9;9.35;1.4;.66;4425
+69076;43.10776;-.24671;332;20220212;16.5;5.9;11.2;1.6;9.01;0;1.37;11300
+69076;43.10776;-.24671;332;20220213;17.4;2.7;10.1;3.3;7.91;6.5;1.99;11800
+69076;43.10776;-.24671;332;20220214;10.4;4.4;7.4;5.8;8.31;15.2;1.2;8300
+69076;43.10776;-.24671;332;20220215;10.8;5;7.9;5.2;7.81;3.4;1.45;6400
+69076;43.10776;-.24671;332;20220216;14.2;8.2;11.2;4.6;10.27;5.2;1.43;6020
+69076;43.10776;-.24671;332;20220217;14.8;10.6;12.7;2.6;11.56;.3;1.18;5164
+69076;43.10776;-.24671;332;20220218;16.3;4.2;10.2;2.6;9.87;4.8;1.42;9685
+69076;43.10776;-.24671;332;20220219;10.3;5.9;8.1;1.8;8.54;1.2;.96;5650
+69076;43.10776;-.24671;332;20220220;13.7;.1;6.9;2.9;8.24;.2;1.33;11759
+69076;43.10776;-.24671;332;20220221;12.9;7.9;10.4;4.5;8.81;1.5;1.7;6954
+69076;43.10776;-.24671;332;20220222;14.3;2.5;8.4;1.7;7.74;0;1.41;11456
+69076;43.10776;-.24671;332;20220223;16.3;.7;8.5;1.9;7.64;0;1.65;12825
+69076;43.10776;-.24671;332;20220224;11;3.8;7.4;2.3;9.07;2.1;.89;6407
+69076;43.10776;-.24671;332;20220225;10.3;5;7.6;1.7;7.07;.1;1.24;7741
+69076;43.10776;-.24671;332;20220226;14;-.3;6.8;1.9;5.54;0;1.75;13527
+69076;43.10776;-.24671;332;20220227;15.8;1.1;8.4;1.3;7.77;0;1.45;10461
+69076;43.10776;-.24671;332;20220228;17.8;2.2;10;1.7;7.44;0;1.95;14169
+69076;43.10776;-.24671;332;20220301;18;.7;9.3;1.8;6.97;.2;2;14226
+69076;43.10776;-.24671;332;20220302;12.2;4.4;8.3;1.6;9.14;3.3;1.04;6762
+69076;43.10776;-.24671;332;20220303;16.5;1.3;8.9;2.6;9.01;11;1.78;13626
+69076;43.10776;-.24671;332;20220304;10;7.3;8.6;4.1;8.81;4.5;1.2;4893
+69076;43.10776;-.24671;332;20220305;9.4;4;6.7;1.4;7.57;.6;1.05;7027
+69076;43.10776;-.24671;332;20220306;8.7;4.6;6.6;1.1;7.47;0;1;6436
+69076;43.10776;-.24671;332;20220307;12.8;3;7.9;2;7.64;0;1.6;12815
+69076;43.10776;-.24671;332;20220308;12.5;1.4;7;1.5;7.74;1.7;1.32;10000
+69076;43.10776;-.24671;332;20220309;17.7;.1;8.9;2.1;7.21;.1;2.23;15785
+69076;43.10776;-.24671;332;20220310;15.8;7.5;11.6;1.6;9.17;.7;1.74;10668
+69076;43.10776;-.24671;332;20220311;14.7;7.5;11.1;2;9.07;10;1.65;7411
+69076;43.10776;-.24671;332;20220312;14;6;10;2.1;9.31;1.7;1.6;11197
+69076;43.10776;-.24671;332;20220313;12.5;5.2;8.8;2.7;8.24;0;1.55;9247
+69076;43.10776;-.24671;332;20220314;11.6;.9;6.3;1.8;7.71;1.4;1.31;9841
+69076;43.10776;-.24671;332;20220315;22.3;6.3;14.3;2.1;11.06;0;2.61;15913
+69076;43.10776;-.24671;332;20220316;16.9;7.8;12.4;2.6;11.51;4.9;1.69;9516
+69076;43.10776;-.24671;332;20220317;9.8;9.5;9.7;3.2;11.14;18.4;.59;964
+69076;43.10776;-.24671;332;20220318;9;7.3;8.2;2.1;10.01;.5;.65;2600
+69076;43.10776;-.24671;332;20220319;17.1;4.5;10.8;1.7;9.61;0;2.13;16400
+69076;43.10776;-.24671;332;20220320;17.8;5.3;11.6;2.1;10.01;0;2.21;15400
+69076;43.10776;-.24671;332;20220321;20;3.7;11.9;2.1;9.41;.1;2.48;15400
+69076;43.10776;-.24671;332;20220322;18.3;3;10.7;1.9;8.41;0;2.55;18600
+69076;43.10776;-.24671;332;20220323;16.7;2.3;9.5;2;7.51;0;2.6;20300
+69076;43.10776;-.24671;332;20220324;16.7;3.1;9.9;1.9;8.31;0;2.44;18900
+69076;43.10776;-.24671;332;20220325;18.3;6.5;12.4;2.1;9.21;0;2.66;17600
+69076;43.10776;-.24671;332;20220326;17.7;3;10.4;2;8.31;.4;2.42;16200
+69076;43.10776;-.24671;332;20220327;19.1;3.5;11.3;2.2;9.51;0;2.59;17600
+69076;43.10776;-.24671;332;20220328;20.5;5.3;12.9;2.2;9.01;0;2.76;15100
+69076;43.10776;-.24671;332;20220329;18.6;8.5;13.6;2.5;9.81;4.1;2.39;10900
+69076;43.10776;-.24671;332;20220330;10.2;8.8;9.5;2.1;11.26;8;.96;4815
+69076;43.10776;-.24671;332;20220331;11.8;6.8;9.3;5.6;8.61;16.6;1.78;7000
+69076;43.10776;-.24671;332;20220401;7.4;.9;4.2;6.2;5.61;9;1.83;11400
+69076;43.10776;-.24671;332;20220402;7.4;-.2;3.6;3.2;5.65;.8;1.78;13851
+69076;43.10776;-.24671;332;20220403;7.5;-1.5;3;4;5.17;.5;2.26;17948
+69076;43.10776;-.24671;332;20220404;10.3;-.9;4.7;2.1;5.21;0;2.33;21100
+69076;43.10776;-.24671;332;20220405;14.4;-4.2;5.1;1.5;6.09;0;2.63;23061
+69076;43.10776;-.24671;332;20220406;13.3;1.5;7.4;3.4;8.41;0;1.73;11900
+69076;43.10776;-.24671;332;20220407;20.2;3.6;11.9;4.6;9.81;.1;3.23;17500
+69076;43.10776;-.24671;332;20220408;21.2;7.5;14.4;3.9;10.61;6.3;3.24;14700
+69076;43.10776;-.24671;332;20220409;14;7.1;10.6;3.7;9.01;1.4;2.44;15700
+69076;43.10776;-.24671;332;20220410;20.8;-.6;10.1;2.1;7.41;0;3.4;22500
+69076;43.10776;-.24671;332;20220411;24;4.4;14.2;2.6;10.31;0;3.55;18400
+69076;43.10776;-.24671;332;20220412;18.5;12.4;15.5;3.9;11.61;10.1;2.81;11700
+69076;43.10776;-.24671;332;20220413;14.9;11.1;13;2.6;12.21;3.1;1.45;6300
+69076;43.10776;-.24671;332;20220414;19.9;9.5;14.7;2;12.31;0;2.8;17200
+69076;43.10776;-.24671;332;20220415;20.2;7.7;14;2.6;12.71;.1;3.25;23100
+69076;43.10776;-.24671;332;20220416;20.5;10.8;15.7;2.7;12.81;.1;3.09;17900
+69076;43.10776;-.24671;332;20220417;21.4;7.4;14.4;4;11.81;0;3.77;23600
+69076;43.10776;-.24671;332;20220418;17.3;10.9;14.1;3.3;11.71;.8;2.22;9700
+69076;43.10776;-.24671;332;20220419;9.9;9.5;9.7;3.2;10.51;23.2;.86;2400
+69076;43.10776;-.24671;332;20220420;12.4;6.5;9.5;4;9.81;6;1.5;8300
+69076;43.10776;-.24671;332;20220421;15.1;8.4;11.8;2.5;10.71;.4;1.7;8100
+69076;43.10776;-.24671;332;20220422;19.2;6.5;12.9;1.7;10.61;4.3;3;19900
+69076;43.10776;-.24671;332;20220423;16;8.9;12.5;3.9;10.11;11.5;2.51;12400
+69076;43.10776;-.24671;332;20220424;16.3;9.7;13;5.5;10.91;4.4;2.86;16300
+69076;43.10776;-.24671;332;20220425;18.7;5.3;12;2.6;10.41;0;3.28;23000
+69076;43.10776;-.24671;332;20220426;23.2;5.3;14.3;2.2;10.91;0;3.55;20100
+69076;43.10776;-.24671;332;20220427;18.3;10;14.2;2.6;13.11;7;2;10300
+69076;43.10776;-.24671;332;20220428;14.6;11.9;13.3;2;13.51;1;1.03;3900
+69076;43.10776;-.24671;332;20220429;17.2;12.8;15;2;14.11;.1;1.56;6800
+69076;43.10776;-.24671;332;20220430;18.9;11.8;15.4;2.7;13.01;.7;3;17700
+69076;43.10776;-.24671;332;20220501;17.8;9.8;13.8;2.8;12.71;1.5;2.54;15800
+69076;43.10776;-.24671;332;20220502;13.5;10.7;12.1;2.6;12.01;7.9;1.2;4700
+69076;43.10776;-.24671;332;20220503;18.9;10.3;14.6;2.5;12.41;3.5;2.68;14900
+69076;43.10776;-.24671;332;20220504;17.5;11.4;14.5;3.4;12.51;3.7;2.49;13100
+69076;43.10776;-.24671;332;20220505;18.7;10.7;14.7;3.5;11.81;.4;2.76;12900
+69076;43.10776;-.24671;332;20220506;19.2;11;15.1;3;12.07;4.5;3.15;17238
+69076;43.10776;-.24671;332;20220507;21.3;10.2;15.8;2;12.21;.1;3.54;20389
+69076;43.10776;-.24671;332;20220508;22.5;9.7;16.1;1.7;12.71;0;3.72;22006
+69076;43.10776;-.24671;332;20220509;25.5;8.3;16.9;1.7;12.07;0;4.51;26200
+69076;43.10776;-.24671;332;20220510;28.4;10.6;19.5;1.4;12.17;.1;5;27342
+69076;43.10776;-.24671;332;20220511;28.7;10.7;19.7;1.5;14.67;1.3;4.77;25548
+69076;43.10776;-.24671;332;20220512;20.8;13.1;17;1.5;15.04;.2;2.69;14441
+69076;43.10776;-.24671;332;20220513;24.5;14.2;19.4;1.5;15.64;.4;3.73;19909
+69076;43.10776;-.24671;332;20220514;29.2;11.4;20.3;1.4;15.27;.8;4.63;24348
+69076;43.10776;-.24671;332;20220515;29.2;12.5;20.9;2.1;15.34;1.2;5.02;24770
+69076;43.10776;-.24671;332;20220516;27.7;12.6;20.1;1.6;15.37;.1;4.61;24501
+69076;43.10776;-.24671;332;20220517;29.7;13.1;21.4;1.7;15.24;0;5.14;26021
+69076;43.10776;-.24671;332;20220518;31.2;13.7;22.5;2;16.47;2.7;5.48;26370
+69076;43.10776;-.24671;332;20220519;25.9;15.5;20.7;2;18.24;.3;3.73;18643
+69076;43.10776;-.24671;332;20220520;23.4;15.9;19.6;1.5;17.94;.1;3.29;17254
+69076;43.10776;-.24671;332;20220521;31.6;15.8;23.7;1.2;19.37;0;4.96;24804
+69076;43.10776;-.24671;332;20220522;32.7;17.3;25;2.6;19.77;1.4;5.24;21037
+69076;43.10776;-.24671;332;20220523;22.2;15.1;18.7;4.6;13.37;1.2;4.21;17759
+69076;43.10776;-.24671;332;20220524;14.8;10.7;12.7;2;11.84;16.9;1.91;10080
+69076;43.10776;-.24671;332;20220525;17.9;9.7;13.8;2.1;11.87;3.7;2.85;16676
+69076;43.10776;-.24671;332;20220526;20.3;11.7;16;1.4;13.01;0;3.26;18822
+69076;43.10776;-.24671;332;20220527;24.1;13.5;18.8;1.3;14.14;.1;4.06;22481
+69076;43.10776;-.24671;332;20220528;25.4;10.3;17.9;1.7;14.21;0;4.6;26631
+69076;43.10776;-.24671;332;20220529;24.7;10.1;17.4;1.4;12.31;.3;4.59;26813
+69076;43.10776;-.24671;332;20220530;23.7;8.8;16.2;1.6;11.51;2.3;4.29;24813
+69076;43.10776;-.24671;332;20220531;25.7;11.2;18.5;1.4;12.17;.5;4.6;25294
+69076;43.10776;-.24671;332;20220601;29.6;11.9;20.7;1.9;15.51;0;5.43;28045
+69076;43.10776;-.24671;332;20220602;27.3;14.4;20.8;1.7;17.31;2.8;4.65;24359
+69076;43.10776;-.24671;332;20220603;24.6;16.6;20.6;1.9;19.11;5.2;3.61;18492
+69076;43.10776;-.24671;332;20220604;20.8;16.4;18.6;1.8;18.24;14.4;2.28;11238
+69076;43.10776;-.24671;332;20220605;22.3;14.9;18.6;1.7;16.61;.7;3.16;16689
+69076;43.10776;-.24671;332;20220606;25.1;13.9;19.5;1.6;16.21;5.7;3.99;21092
+69076;43.10776;-.24671;332;20220607;23;15.3;19.1;1.2;16.01;.1;3.15;16058
+69076;43.10776;-.24671;332;20220608;21.1;13.4;17.2;2.4;16.27;3.3;2.89;15668
+69076;43.10776;-.24671;332;20220609;23.2;13.7;18.4;2.4;14.61;0;4.24;22864
+69076;43.10776;-.24671;332;20220610;28.2;9.6;18.9;1.4;14.17;.1;5.25;29652
+69076;43.10776;-.24671;332;20220611;29.5;13.1;21.3;1.8;16.94;.6;5.36;27490
+69076;43.10776;-.24671;332;20220612;29.6;16.7;23.2;2.4;19.37;2.8;4.61;20098
+69076;43.10776;-.24671;332;20220613;26.8;17.2;22;2.2;19.44;.2;4.07;19469
+69076;43.10776;-.24671;332;20220614;33.4;16.2;24.8;1.4;21.07;1.8;5.24;24574
+69076;43.10776;-.24671;332;20220615;33.6;18.2;25.9;1.8;21.71;0;5.91;27193
+69076;43.10776;-.24671;332;20220616;34.3;18.2;26.2;1.8;22.01;0;5.8;25739
+69076;43.10776;-.24671;332;20220617;35.8;20.2;28;1.7;22.11;0;6.08;25989
+69076;43.10776;-.24671;332;20220618;39;19.2;29.1;1.8;20.21;0;7.06;29121
+69076;43.10776;-.24671;332;20220619;27.8;17;22.4;2.1;19.11;1.6;4.4;20934
+69076;43.10776;-.24671;332;20220620;27.1;17.6;22.3;2.3;18.47;1.3;4.28;19301
+69076;43.10776;-.24671;332;20220621;23.1;17.5;20.3;2.1;19.01;1.5;2.79;12793
+69076;43.10776;-.24671;332;20220622;23.6;16.9;20.2;2.3;17.81;4.3;3.47;16704
+69076;43.10776;-.24671;332;20220623;25.4;13.7;19.6;1.5;17.17;7.1;4.08;22034
+69076;43.10776;-.24671;332;20220624;24.1;15.3;19.7;1.4;16.47;1.3;3.67;19232
+69076;43.10776;-.24671;332;20220625;19.4;12.8;16.1;2.1;15.51;4.2;2.62;14857
+69076;43.10776;-.24671;332;20220626;15.6;12.1;13.8;1.4;14.27;6.4;1.73;9671
+69076;43.10776;-.24671;332;20220627;16.5;13;14.8;1.2;14.81;4.1;1.85;10064
+69076;43.10776;-.24671;332;20220628;24.1;12.2;18.2;1.3;14.71;.1;4;22464
+69076;43.10776;-.24671;332;20220629;21.6;11.1;16.4;1.9;14.87;5.5;3.4;19711
+69076;43.10776;-.24671;332;20220630;14.6;13.1;13.8;1.7;14.71;2.5;1.32;6935
+69076;43.10776;-.24671;332;20220701;22.3;9.1;15.7;1.2;13.37;.1;3.76;22943
+69076;43.10776;-.24671;332;20220702;29.3;9.9;19.6;1.6;15.21;0;5.36;29248
+69076;43.10776;-.24671;332;20220703;25.9;15.2;20.5;2.4;16.71;.7;4.42;21855
+69076;43.10776;-.24671;332;20220704;20.7;15.6;18.1;2.1;16.87;.1;2.54;12526
+69076;43.10776;-.24671;332;20220705;25.9;16.6;21.2;1.4;18.74;1.8;3.87;19718
+69076;43.10776;-.24671;332;20220706;24.5;17.3;20.9;2.1;18.14;2.4;3.55;16706
+69076;43.10776;-.24671;332;20220707;26.2;15;20.6;2.4;16.67;0;4.6;23244
+69076;43.10776;-.24671;332;20220708;27.1;13.9;20.5;1.6;16.57;.2;4.79;25818
+69076;43.10776;-.24671;332;20220709;29.5;13.4;21.4;1.4;16.97;.2;5.23;27847
+69076;43.10776;-.24671;332;20220710;31.2;13.6;22.4;1.3;17.04;.1;5.57;29093
+69076;43.10776;-.24671;332;20220711;33.8;14.3;24;1.5;17.37;.5;6.1;29705
+69076;43.10776;-.24671;332;20220712;33.7;17.1;25.4;1.4;19.24;.1;5.85;27858
+69076;43.10776;-.24671;332;20220713;33.9;15.1;24.5;1.4;18.24;0;5.97;29239
+69076;43.10776;-.24671;332;20220714;34.9;16.8;25.9;1.3;18.04;.1;6.05;28903
+69076;43.10776;-.24671;332;20220715;32.5;16.9;24.7;1.6;18.77;0;5.53;25941
+69076;43.10776;-.24671;332;20220716;35.8;15.6;25.7;1.4;17.91;0;6.19;28933
+69076;43.10776;-.24671;332;20220717;37.4;15.6;26.5;1.5;16.51;0;6.51;29341
+69076;43.10776;-.24671;332;20220718;38.4;16.9;27.6;1.6;18.41;.3;6.66;28921
+69076;43.10776;-.24671;332;20220719;28;18.9;23.4;2.3;21.31;2.7;3.9;17480
+69076;43.10776;-.24671;332;20220720;27.1;18.6;22.8;2;17.91;.1;4.16;18618
+69076;43.10776;-.24671;332;20220721;31.6;18.6;25.1;1.7;18.51;.1;5.31;24364
+69076;43.10776;-.24671;332;20220722;21.3;18.6;20;2.6;19.67;1.1;2.15;9011
+69076;43.10776;-.24671;332;20220723;23.9;16;20;1.1;17.61;.1;3.15;16160
+69076;43.10776;-.24671;332;20220724;35.5;13.4;24.4;1.7;18.01;.2;6.15;28695
+69076;43.10776;-.24671;332;20220725;24.4;18.8;21.6;2.4;19.37;.8;2.96;12253
+69076;43.10776;-.24671;332;20220726;22.1;16.3;19.2;1.4;17.24;.8;2.71;13540
+69076;43.10776;-.24671;332;20220727;25.4;15.1;20.2;1.4;15.14;0;4;20703
+69076;43.10776;-.24671;332;20220728;25.5;12.9;19.2;1.1;15.41;2.8;3.66;20007
+69076;43.10776;-.24671;332;20220729;22;15.8;18.9;1.3;17.61;3.3;2.6;13265
+69076;43.10776;-.24671;332;20220730;26;18;22;.9;19.21;.1;3.2;15694
+69076;43.10776;-.24671;332;20220731;29.3;16;22.6;1.4;19.21;0;4.46;22791
+69076;43.10776;-.24671;332;20220801;30.1;17.2;23.7;1.6;19.51;0;4.67;22682
+69076;43.10776;-.24671;332;20220802;33.2;16.4;24.8;1.6;18.34;0;5.49;25750
+69076;43.10776;-.24671;332;20220803;33.4;15.4;24.4;1.8;19.87;.4;5.37;25044
+69076;43.10776;-.24671;332;20220804;29.6;20.7;25.2;1.8;22.51;4.1;4.11;18183
+69076;43.10776;-.24671;332;20220805;26.8;18.8;22.8;2.2;20.34;.1;3.73;17235
+69076;43.10776;-.24671;332;20220806;30.1;16.7;23.4;1.4;19.51;0;4.55;22850
+69076;43.10776;-.24671;332;20220807;32;17.2;24.6;1.5;18.57;.6;5.04;24074
+69076;43.10776;-.24671;332;20220808;32.6;14.6;23.6;1.4;17.01;.5;5.2;25887
+69076;43.10776;-.24671;332;20220809;33.3;17.2;25.3;1.5;18.27;1.3;4.99;22313
+69076;43.10776;-.24671;332;20220810;36.6;16.9;26.7;1.6;16.81;.8;5.95;26683
+69076;43.10776;-.24671;332;20220811;37.6;19.4;28.5;1.9;17.37;.1;6.17;24906
+69076;43.10776;-.24671;332;20220812;35.8;19.6;27.7;1.8;20.24;.1;5.72;24316
+69076;43.10776;-.24671;332;20220813;31.3;20.2;25.7;1.8;22.04;1.3;4.29;18601
+69076;43.10776;-.24671;332;20220814;23.1;19.1;21.1;1.9;20.34;5.3;2.23;9783
+69076;43.10776;-.24671;332;20220815;25.9;16.5;21.2;1.1;17.04;.1;3.29;16571
+69076;43.10776;-.24671;332;20220816;24.4;13.7;19;1.8;17.11;9.8;3.12;16429
+69076;43.10776;-.24671;332;20220817;22.4;14;18.2;1.3;16.77;9.6;2.54;13623
+69076;43.10776;-.24671;332;20220818;21.2;14.8;18;2.3;16.77;13.2;2.53;13207
+69076;43.10776;-.24671;332;20220819;25.5;15.3;20.4;1.4;16.57;7.5;3.49;18502
+69076;43.10776;-.24671;332;20220820;29.1;13.1;21.1;1.3;16.84;1.9;4.22;23227
+69076;43.10776;-.24671;332;20220821;25.7;16.7;21.2;2;19.27;.3;3.14;15388
+69076;43.10776;-.24671;332;20220822;24.3;16.4;20.3;2.1;18.77;.7;3.11;15954
+69076;43.10776;-.24671;332;20220823;28.4;18;23.2;1;20.24;0;3.46;17494
+69076;43.10776;-.24671;332;20220824;33.9;15.1;24.5;1.7;19.37;1.1;4.94;22998
+69076;43.10776;-.24671;332;20220825;25.7;19.3;22.5;2.6;21.47;5.7;2.78;11998
+69076;43.10776;-.24671;332;20220826;24.9;18.6;21.7;1.9;20.07;.6;2.74;12610
+69076;43.10776;-.24671;332;20220827;28.7;16.5;22.6;1.4;18.41;.2;3.82;19426
+69076;43.10776;-.24671;332;20220828;33.4;14.5;23.9;1.4;16.94;.6;4.67;23014
+69076;43.10776;-.24671;332;20220829;33.5;18.3;25.9;2.2;16.57;11;4.85;18408
+69076;43.10776;-.24671;332;20220830;30.7;16.4;23.6;1.9;18.74;0;4.31;20594
+69076;43.10776;-.24671;332;20220831;25.3;19.3;22.3;2.1;20.94;6.4;2.69;12069
+69076;43.10776;-.24671;332;20220901;28;18;23;1.5;19.44;.1;3.44;17040
+69076;43.10776;-.24671;332;20220902;24.8;17.5;21.2;1.7;18.67;2.8;2.58;11803
+69076;43.10776;-.24671;332;20220903;25.1;16.7;20.9;1.2;17.54;2.3;2.81;14391
+69076;43.10776;-.24671;332;20220904;31.5;12.9;22.2;1.6;16.07;0;4.29;21696
+69076;43.10776;-.24671;332;20220905;32.1;14.7;23.4;1.9;16.07;2.1;4.5;21023
+69076;43.10776;-.24671;332;20220906;30.7;14.9;22.8;1.9;16.11;1;4.24;19881
+69076;43.10776;-.24671;332;20220907;27;13.6;20.3;1.7;15.21;0;3.46;17535
+69076;43.10776;-.24671;332;20220908;26;11.5;18.8;1.5;14.34;1.8;3.19;17600
+69076;43.10776;-.24671;332;20220909;23.5;15;19.2;1.8;15.71;1.9;2.69;13166
+69076;43.10776;-.24671;332;20220910;27.9;9.8;18.9;1.3;13.51;0;3.58;20665
+69076;43.10776;-.24671;332;20220911;34.1;13;23.5;1.9;14.81;.1;4.71;21158
+69076;43.10776;-.24671;332;20220912;36.4;17.2;26.8;2.1;16.07;2.8;5.06;19026
+69076;43.10776;-.24671;332;20220913;31.1;19.1;25.1;2.8;17.21;2.3;4.02;12229
+69076;43.10776;-.24671;332;20220914;29.3;15.8;22.6;2.1;15.81;.1;3.71;16563
+69076;43.10776;-.24671;332;20220915;27.6;15.8;21.7;2.1;16.74;5;3.33;15107
+69076;43.10776;-.24671;332;20220916;22.5;15.7;19.1;2.2;16.97;2.4;2.23;10424
+69076;43.10776;-.24671;332;20220917;21.8;8.9;15.3;1.5;11.74;0;2.67;16900
+69076;43.10776;-.24671;332;20220918;24.8;6.3;15.5;1.8;9.27;0;3.33;18691
+69076;43.10776;-.24671;332;20220919;26.5;7.3;16.9;1.9;9.34;0;3.62;19654
+69076;43.10776;-.24671;332;20220920;23.5;8.1;15.8;2.1;10.44;.1;3.18;17944
+69076;43.10776;-.24671;332;20220921;23.9;8.2;16.1;2;10.84;0;3.13;17701
+69076;43.10776;-.24671;332;20220922;25.4;7;16.2;1.8;11.04;.1;3.19;18656
+69076;43.10776;-.24671;332;20220923;21.6;8.4;15;1.9;12.51;4.2;2.3;13132
+69076;43.10776;-.24671;332;20220924;17.6;11.9;14.8;2.3;14.01;4.9;1.64;9300
+69076;43.10776;-.24671;332;20220925;19.5;8.4;14;1.8;12.11;.4;2.09;13401
+69076;43.10776;-.24671;332;20220926;19.7;10.5;15.1;2.6;12.17;5.4;2.29;12288
+69076;43.10776;-.24671;332;20220927;15.1;12.3;13.7;3.9;13.54;18.3;1.26;5964
+69076;43.10776;-.24671;332;20220928;17.1;13.2;15.1;4.7;14.84;33.3;1.44;7342
+69076;43.10776;-.24671;332;20220929;16.1;11.8;13.9;3.4;12.94;15;1.55;7570
+69076;43.10776;-.24671;332;20220930;17.7;9.5;13.6;2.5;11.34;2.7;1.99;11418
+69076;43.10776;-.24671;332;20221001;22.5;9.1;15.8;2.4;12.01;.2;2.62;14336
+69076;43.10776;-.24671;332;20221002;24.6;8.2;16.4;1.2;13.74;.1;2.34;15663
+69076;43.10776;-.24671;332;20221003;25.4;11;18.2;1.5;14.61;0;2.44;14276
+69076;43.10776;-.24671;332;20221004;26;9.4;17.7;1.3;12.81;.1;2.52;15757
+69076;43.10776;-.24671;332;20221005;28.2;8;18.1;1.8;12.34;.1;3.06;16542
+69076;43.10776;-.24671;332;20221006;20.1;14.8;17.4;1.6;15.04;0;1.59;7410
+69076;43.10776;-.24671;332;20221007;24.9;9.6;17.2;1.2;13.91;1.3;2.14;13578
+69076;43.10776;-.24671;332;20221008;21.4;14.3;17.9;2.1;16.17;.6;1.81;9513
+69076;43.10776;-.24671;332;20221009;27.2;10.2;18.7;1.5;13.84;1;2.52;14432
+69076;43.10776;-.24671;332;20221010;21.6;9.9;15.8;1.5;14.17;2.4;1.73;10617
+69076;43.10776;-.24671;332;20221011;20.7;12.6;16.6;1.6;16.37;4.9;1.41;8291
+69076;43.10776;-.24671;332;20221012;19.6;14.3;17;1.7;16.87;3.2;1.25;6716
+69076;43.10776;-.24671;332;20221013;22.8;13.8;18.3;1.9;15.67;.6;1.89;10035
+69076;43.10776;-.24671;332;20221014;22.2;16;19.1;2.3;15.61;.5;1.95;8296
+69076;43.10776;-.24671;332;20221015;26;8.2;17.1;1.3;13.14;.1;2.15;13854
+69076;43.10776;-.24671;332;20221016;28.9;13.3;21.1;1.7;14.01;.2;2.64;12918
+69076;43.10776;-.24671;332;20221017;27.5;15.7;21.6;1.9;15.01;4.6;2.47;9906
+69076;43.10776;-.24671;332;20221018;30.8;12.4;21.6;1.7;14.37;0;2.73;13055
+69076;43.10776;-.24671;332;20221019;29.9;15.4;22.6;2.9;13.14;15;3.46;8859
+69076;43.10776;-.24671;332;20221020;23.9;16.2;20.1;3.4;12.84;4.3;2.84;6060
+69076;43.10776;-.24671;332;20221021;20.3;16.3;18.3;2.2;12.21;1;1.95;3618
+69076;43.10776;-.24671;332;20221022;26.2;10.5;18.3;1.8;11.84;.1;2.31;11589
+69076;43.10776;-.24671;332;20221023;27.4;16.5;22;2.9;10.67;1;3.49;8681
+69076;43.10776;-.24671;332;20221024;23.9;14.1;19;1.6;11.24;0;2.03;8922
+69076;43.10776;-.24671;332;20221025;29;10.2;19.6;2.1;11.44;0;2.74;10363
+69076;43.10776;-.24671;332;20221026;26.1;11.8;19;1.8;12.57;0;2.15;9383
+69076;43.10776;-.24671;332;20221027;28.5;14.6;21.5;3.3;10.11;.2;3.68;7093
+69076;43.10776;-.24671;332;20221028;30.5;18.6;24.5;2.4;10.74;.1;3.4;8066
+69076;43.10776;-.24671;332;20221029;29;16.7;22.8;2.2;10.77;0;3.08;7253
+69076;43.10776;-.24671;332;20221030;21.7;9.8;15.7;1.8;11.31;1.4;1.71;8426
+69076;43.10776;-.24671;332;20221031;21.5;9.2;15.4;2;13.01;8.2;1.46;7334
+69076;43.10776;-.24671;332;20221101;18.9;12.2;15.6;1.6;13.67;.2;1.19;6977
+69076;43.10776;-.24671;332;20221102;20.1;8.7;14.4;1.5;12.21;0;1.3;8863
+69076;43.10776;-.24671;332;20221103;22.2;8;15.1;2.8;11.14;12.8;2.02;7196
+69076;43.10776;-.24671;332;20221104;13.5;9.4;11.4;3.6;10.01;21.1;1.31;4046
+69076;43.10776;-.24671;332;20221105;16;5;10.5;2.2;9.21;.1;1.27;8995
+69076;43.10776;-.24671;332;20221106;20.5;2.4;11.5;2.2;8.44;.1;1.71;10464
+69076;43.10776;-.24671;332;20221107;20.8;3.6;12.2;2.1;9.37;0;1.62;9976
+69076;43.10776;-.24671;332;20221108;19.3;9.7;14.5;2.2;11.17;1.3;1.51;5602
+69076;43.10776;-.24671;332;20221109;15.3;11;13.2;1.8;12.44;4.7;.88;3340
+69076;43.10776;-.24671;332;20221110;17.1;3.7;10.4;1.8;9.37;0;1.11;8792
+69076;43.10776;-.24671;332;20221111;19.9;1.6;10.7;1.6;8.71;.2;1.3;9726
+69076;43.10776;-.24671;332;20221112;22.5;7.2;14.8;2.1;10.21;0;1.72;8322
+69076;43.10776;-.24671;332;20221113;23.5;6.3;14.9;1.8;9.07;.1;1.74;9345
+69076;43.10776;-.24671;332;20221114;14.5;7.2;10.9;1.5;10.87;1.3;.75;4315
+69076;43.10776;-.24671;332;20221115;17.6;8.7;13.1;1.7;11.94;6.9;.92;5031
+69076;43.10776;-.24671;332;20221116;19.5;6.5;13;2.4;10.81;.9;1.35;7901
+69076;43.10776;-.24671;332;20221117;17.5;11.7;14.6;2.9;13.14;13.4;1.12;5020
+69076;43.10776;-.24671;332;20221118;10.8;7.9;9.3;3.1;10.04;8.5;.76;2400
+69076;43.10776;-.24671;332;20221119;9.7;6.1;7.9;4.5;8.51;.3;.99;3287
+69076;43.10776;-.24671;332;20221120;14.5;2.4;8.5;2.7;8.81;9.7;.98;6479
+69076;43.10776;-.24671;332;20221121;13.6;7.5;10.6;3.6;10.14;42.5;1.07;3209
+69076;43.10776;-.24671;332;20221122;11.4;5.6;8.5;4.2;8.65;14.3;1.09;3896
+69076;43.10776;-.24671;332;20221123;14.4;9.3;11.8;3.5;11.71;11.5;.87;3480
+69076;43.10776;-.24671;332;20221124;13.3;4.4;8.9;2.3;9.34;6.1;.78;4595
+69076;43.10776;-.24671;332;20221125;10.6;5.5;8;3.5;9.57;18.1;.62;3563
+69076;43.10776;-.24671;332;20221126;14.4;1.9;8.2;1.7;7.67;0;.87;6478
+69076;43.10776;-.24671;332;20221127;16.6;1.6;9.1;1.8;7.74;7.5;1.02;6534
+69076;43.10776;-.24671;332;20221128;10.1;5.4;7.7;4.4;9.67;23.2;.55;3120
+69076;43.10776;-.24671;332;20221129;11.3;7.4;9.4;3.6;10.14;7.2;.71;3061
+69076;43.10776;-.24671;332;20221130;10.1;3.7;6.9;1.7;8.71;0;.51;4422
+69076;43.10776;-.24671;332;20221201;4.8;2.1;3.4;1.1;7.47;0;.35;1807
+69076;43.10776;-.24671;332;20221202;8.3;.5;4.4;1.1;7.24;0;.41;5028
+69076;43.10776;-.24671;332;20221203;7.1;4;5.5;1;7.91;1.9;.46;2458
+69076;43.10776;-.24671;332;20221204;9.8;-.8;4.5;1.4;6.47;0;.52;6232
+69076;43.10776;-.24671;332;20221205;13.9;-1;6.5;1.7;5.97;.8;.92;6845
+69076;43.10776;-.24671;332;20221206;13.2;3.2;8.2;1.3;9.34;.3;.54;3803
+69076;43.10776;-.24671;332;20221207;14;8.2;11.1;1.6;10.74;.4;.67;3643
+69076;43.10776;-.24671;332;20221208;9.7;5.1;7.4;2.5;9.54;5.8;.45;2413
+69076;43.10776;-.24671;332;20221209;13.2;5.9;9.5;2.6;10.07;8.4;.68;4209
+69076;43.10776;-.24671;332;20221210;4.5;1.7;3.1;3.2;6.41;0;.52;4057
+69076;43.10776;-.24671;332;20221211;5.6;-4.7;.5;1.2;5.27;.1;.41;3854
+69076;43.10776;-.24671;332;20221212;10.6;.1;5.4;2.2;8.01;15.2;.51;3862
+69076;43.10776;-.24671;332;20221213;14.4;8.4;11.4;2.8;12.41;8.6;.56;2534
+69076;43.10776;-.24671;332;20221214;18.2;10.5;14.3;2.2;11.71;4.3;1.04;5094
+69076;43.10776;-.24671;332;20221215;15.5;6.7;11.1;1.8;10.61;4.9;.72;4426
+69076;43.10776;-.24671;332;20221216;9.7;7.4;8.6;2.5;10.17;5.6;.52;1298
+69076;43.10776;-.24671;332;20221217;10.2;6;8.1;1.4;8.81;0;.53;3760
+69076;43.10776;-.24671;332;20221218;14.4;1.3;7.9;2.4;7.31;.1;.97;6222
+69076;43.10776;-.24671;332;20221219;14.7;2.3;8.5;2;8.04;0;.89;5183
+69076;43.10776;-.24671;332;20221220;18.7;6.3;12.5;1.6;9.64;3.3;1.02;4749
+69076;43.10776;-.24671;332;20221221;18.7;6.5;12.6;1.9;10.41;.1;.98;5731
+69076;43.10776;-.24671;332;20221222;20.6;5.5;13;1.9;10.07;0;1.14;5908
+69076;43.10776;-.24671;332;20221223;18;7.1;12.6;1.4;10.57;0;.83;4357
+69076;43.10776;-.24671;332;20221224;20.1;5.6;12.8;2.2;9.47;0;1.31;6009
+69076;43.10776;-.24671;332;20221225;20.4;5.3;12.8;2.4;8.81;0;1.51;6005
+69076;43.10776;-.24671;332;20221226;16.7;7.7;12.2;2;9.04;0;1.19;3867
+69076;43.10776;-.24671;332;20221227;13;8.6;10.8;1.1;11.34;.3;.52;2612
+69076;43.10776;-.24671;332;20221228;19.2;3.8;11.5;2.5;8.41;.1;1.43;6204
+69076;43.10776;-.24671;332;20221229;15.2;9.7;12.5;2.2;9.41;4.9;1.29;2435
+69076;43.10776;-.24671;332;20221230;21.7;8.4;15;2.4;11.04;1.1;1.44;5469
+69076;43.10776;-.24671;332;20221231;18.4;10.3;14.4;2.1;9.21;0;1.46;3528
+69077;43.13801;.05758;396;20220101;22.9;4.8;13.8;1.6;6.8;0;1.45;6944
+69077;43.13801;.05758;396;20220102;17.9;5.6;11.8;2.7;8.5;0;1.53;4900
+69077;43.13801;.05758;396;20220103;17.6;5.2;11.4;2;8.9;.1;1.15;5400
+69077;43.13801;.05758;396;20220104;21.1;4.3;12.7;3.1;8.8;17.4;1.87;6761
+69077;43.13801;.05758;396;20220105;6.7;4.8;5.7;2.1;7.2;.6;.72;1282
+69077;43.13801;.05758;396;20220106;7.2;-1.1;3.1;2;5;.1;.75;6300
+69077;43.13801;.05758;396;20220107;8.6;-3.2;2.7;3.9;6.7;7.1;.67;2800
+69077;43.13801;.05758;396;20220108;10.8;4.6;7.7;6.7;8.7;8.2;1.08;3400
+69077;43.13801;.05758;396;20220109;8.6;6.5;7.6;7.2;10.4;54;.28;500
+69077;43.13801;.05758;396;20220110;11;8.1;9.6;5.3;11.7;33.1;.41;800
+69077;43.13801;.05758;396;20220111;10.5;6.2;8.4;1.7;8.4;0;.7;5500
+69077;43.13801;.05758;396;20220112;8;-1.7;3.2;2.4;6;0;.68;6900
+69077;43.13801;.05758;396;20220113;9.3;-2.9;3.2;1.7;5.2;0;.74;7200
+69077;43.13801;.05758;396;20220114;12.7;-3.8;4.5;2.9;4.1;.1;1.61;7200
+69077;43.13801;.05758;396;20220115;11.4;-2.4;4.5;2.8;4.1;0;1.48;7300
+69077;43.13801;.05758;396;20220116;11.1;-3.3;3.9;2.7;4.2;0;1.38;7300
+69077;43.13801;.05758;396;20220117;10.6;-4.1;3.3;2;5.1;.1;.93;7600
+69077;43.13801;.05758;396;20220118;7.9;-5.2;1.4;2.5;5.7;.1;.65;7500
+69077;43.13801;.05758;396;20220119;10.2;.4;5.3;3.9;7.1;.9;.99;4500
+69077;43.13801;.05758;396;20220120;10;4.6;7.3;2.8;8.3;4.2;.83;4100
+69077;43.13801;.05758;396;20220121;4;.8;2.4;1.6;6;0;.52;5900
+69077;43.13801;.05758;396;20220122;7.3;-5.7;.8;1.4;4.9;.1;.6;9400
+69077;43.13801;.05758;396;20220123;9;-5.4;1.8;1.9;5.2;0;.77;9300
+69077;43.13801;.05758;396;20220124;13.3;-3.2;5.1;2.8;5.3;0;1.44;9300
+69077;43.13801;.05758;396;20220125;13;-2.4;5.3;2.8;5.4;0;1.42;9400
+69077;43.13801;.05758;396;20220126;13.2;-1.5;5.9;2.6;5.3;0;1.43;10200
+69077;43.13801;.05758;396;20220127;13.1;-2.8;5.2;2;5.3;.1;1.21;10100
+69077;43.13801;.05758;396;20220128;6.9;-4.1;1.4;2;5.7;0;.65;5600
+69077;43.13801;.05758;396;20220129;8.3;-3.7;2.3;2;5.8;0;.75;10000
+69077;43.13801;.05758;396;20220130;5.3;-4.9;.2;1.6;5.7;.1;.51;10200
+69077;43.13801;.05758;396;20220131;9.8;0;4.9;3.8;7.9;1.6;.74;7200
+69077;43.13801;.05758;396;20220201;8.1;2.8;5.5;2.5;7.7;0;.72;5400
+69077;43.13801;.05758;396;20220202;14.3;3.4;8.9;1.7;8.6;0;1.04;10600
+69077;43.13801;.05758;396;20220203;14.9;-4;5.5;2.9;7.9;0;1.15;8300
+69077;43.13801;.05758;396;20220204;14.5;2.9;8.7;3.3;9.5;1;1.13;7800
+69077;43.13801;.05758;396;20220205;8.6;5.1;6.9;2.6;8.2;1.5;.85;5800
+69077;43.13801;.05758;396;20220206;9.9;-3.1;3.4;2.5;6.4;.1;.95;9500
+69077;43.13801;.05758;396;20220207;12.8;2.4;7.6;2.8;9.2;.8;.93;7400
+69077;43.13801;.05758;396;20220208;15.3;1;8.2;1.5;8.1;0;1.17;12100
+69077;43.13801;.05758;396;20220209;18.2;.2;9.2;2.5;6.1;0;2.06;12100
+69077;43.13801;.05758;396;20220210;19.3;2.3;10.8;2.6;6.6;.1;2.23;11200
+69077;43.13801;.05758;396;20220211;9.5;4.6;7;1.2;9.28;1.6;.64;2850
+69077;43.13801;.05758;396;20220212;16.1;5.5;10.8;1.6;9;0;1.37;11300
+69077;43.13801;.05758;396;20220213;17;2.3;9.7;3.3;7.9;4.4;1.99;11800
+69077;43.13801;.05758;396;20220214;10;4;7;5.8;8.3;11;1.2;8300
+69077;43.13801;.05758;396;20220215;10.4;4.6;7.5;5.2;7.8;1.9;1.45;6400
+69077;43.13801;.05758;396;20220216;14.7;7.5;11.1;6.1;10.3;2.4;1.7;6500
+69077;43.13801;.05758;396;20220217;14.4;10.4;12.4;3.7;11.6;0;1.27;4886
+69077;43.13801;.05758;396;20220218;16.8;2.4;9.6;3.5;9.8;3.8;1.6;10500
+69077;43.13801;.05758;396;20220219;10.8;5.6;8.2;2.5;8.6;1.3;1.12;6700
+69077;43.13801;.05758;396;20220220;14;.4;7.2;4;8.3;.1;1.59;13500
+69077;43.13801;.05758;396;20220221;13.5;6.8;10.2;6.4;8.7;.8;2.14;10200
+69077;43.13801;.05758;396;20220222;14.2;1.7;8;2.6;7.5;0;1.73;14200
+69077;43.13801;.05758;396;20220223;16.2;.5;8.4;2.2;7.7;0;1.79;14100
+69077;43.13801;.05758;396;20220224;11.3;3.8;7.6;3.2;9.1;1.8;.91;3600
+69077;43.13801;.05758;396;20220225;10.5;5;7.8;1.6;7.1;0;1.34;10000
+69077;43.13801;.05758;396;20220226;13.6;-.1;6.8;1.8;5.4;0;1.85;16200
+69077;43.13801;.05758;396;20220227;16.7;-.2;8.3;2.2;7.4;0;1.69;7500
+69077;43.13801;.05758;396;20220228;17.6;2.9;10.3;2.2;7.4;0;2.23;15900
+69077;43.13801;.05758;396;20220301;18.2;.4;9.3;2;7;0;2.17;14900
+69077;43.13801;.05758;396;20220302;12.2;3.8;8;2.4;8.9;2.7;.98;2900
+69077;43.13801;.05758;396;20220303;16.6;.9;8.8;3.2;9.2;6.3;1.89;14300
+69077;43.13801;.05758;396;20220304;9.7;7.2;8.5;5.7;8.8;2.2;1.36;4900
+69077;43.13801;.05758;396;20220305;9.3;3.7;6.5;2;7.5;.3;1.11;6200
+69077;43.13801;.05758;396;20220306;8.5;4.4;6.5;1.6;7.4;0;1.08;6500
+69077;43.13801;.05758;396;20220307;12.6;2.8;7.7;2.4;7.6;0;1.86;16500
+69077;43.13801;.05758;396;20220308;12.9;.2;6.6;2;7.7;1.5;1.27;7300
+69077;43.13801;.05758;396;20220309;17.7;-.3;8.7;2.5;7.4;.1;2.38;16400
+69077;43.13801;.05758;396;20220310;15.7;6.9;11.3;1.5;9.3;0;1.76;11600
+69077;43.13801;.05758;396;20220311;13.1;4.6;8.9;1.4;9.7;10.4;.95;4000
+69077;43.13801;.05758;396;20220312;14.1;6.1;10.1;2;9.3;2;1.77;12900
+69077;43.13801;.05758;396;20220313;12.6;2.5;7.6;3.4;8.1;6.3;1.63;10200
+69077;43.13801;.05758;396;20220314;11.8;-1.1;5.4;1.6;7.9;1.4;1.02;6200
+69077;43.13801;.05758;396;20220315;21.8;6.7;14.2;2.9;11.2;0;2.76;15247
+69077;43.13801;.05758;396;20220316;17.5;6.6;12.1;3.3;11.3;3.3;1.65;6300
+69077;43.13801;.05758;396;20220317;10;9.5;9.8;4.3;11.2;18;.73;2000
+69077;43.13801;.05758;396;20220318;8.6;6.9;7.8;2.1;10;.3;.65;2600
+69077;43.13801;.05758;396;20220319;16.7;4.1;10.4;1.7;9.6;0;2.13;16400
+69077;43.13801;.05758;396;20220320;17.4;4.9;11.2;2.1;10;0;2.21;15400
+69077;43.13801;.05758;396;20220321;19.6;3.3;11.5;2.1;9.4;.1;2.48;15400
+69077;43.13801;.05758;396;20220322;17.9;2.6;10.3;1.9;8.4;0;2.55;18600
+69077;43.13801;.05758;396;20220323;16.3;1.9;9.1;2;7.5;0;2.6;20300
+69077;43.13801;.05758;396;20220324;16.3;2.7;9.5;1.9;8.3;0;2.44;18900
+69077;43.13801;.05758;396;20220325;17.9;6.1;12;2.1;9.2;0;2.66;17600
+69077;43.13801;.05758;396;20220326;17.3;2.6;10;2;8.3;.4;2.42;16200
+69077;43.13801;.05758;396;20220327;18.7;3.1;10.9;2.2;9.5;0;2.59;17600
+69077;43.13801;.05758;396;20220328;20.1;4.9;12.5;2.2;9;0;2.76;15100
+69077;43.13801;.05758;396;20220329;18.2;8.1;13.2;2.5;9.8;4.5;2.39;10900
+69077;43.13801;.05758;396;20220330;10.2;8.3;9.2;2.6;11.54;6.9;.91;3943
+69077;43.13801;.05758;396;20220331;11.4;6.4;8.9;5.6;8.6;10.3;1.78;7000
+69077;43.13801;.05758;396;20220401;7;.5;3.8;6.2;5.6;7.2;1.83;11400
+69077;43.13801;.05758;396;20220402;6.1;-.5;2.8;4.1;5.43;.8;1.76;12700
+69077;43.13801;.05758;396;20220403;6.9;-2.2;2.3;3.2;5.06;.3;2.42;17720
+69077;43.13801;.05758;396;20220404;9.9;-1.3;4.3;2.1;5.2;0;2.33;21100
+69077;43.13801;.05758;396;20220405;14.1;-4.5;4.8;1.5;6.08;0;2.63;23061
+69077;43.13801;.05758;396;20220406;12.9;1.1;7;3.4;8.4;0;1.73;11900
+69077;43.13801;.05758;396;20220407;19.8;3.2;11.5;4.6;9.8;.1;3.23;17500
+69077;43.13801;.05758;396;20220408;20.8;7.1;14;3.9;10.6;3.4;3.24;14700
+69077;43.13801;.05758;396;20220409;13.6;6.7;10.2;3.7;9;1.2;2.44;15700
+69077;43.13801;.05758;396;20220410;20.4;-1;9.7;2.1;7.4;0;3.4;22500
+69077;43.13801;.05758;396;20220411;23.6;4;13.8;2.6;10.3;0;3.55;18400
+69077;43.13801;.05758;396;20220412;18.1;12;15.1;3.9;11.6;6;2.81;11700
+69077;43.13801;.05758;396;20220413;14.5;10.7;12.6;2.6;12.2;3.1;1.45;6300
+69077;43.13801;.05758;396;20220414;19.5;9.1;14.3;2;12.3;0;2.8;17200
+69077;43.13801;.05758;396;20220415;19.8;7.3;13.6;2.6;12.7;0;3.25;23100
+69077;43.13801;.05758;396;20220416;20.1;10.4;15.3;2.7;12.8;.1;3.09;17900
+69077;43.13801;.05758;396;20220417;21;7;14;4;11.8;0;3.77;23600
+69077;43.13801;.05758;396;20220418;16.9;10.5;13.7;3.3;11.7;.6;2.22;9700
+69077;43.13801;.05758;396;20220419;9.5;9.1;9.3;3.2;10.5;21.9;.86;2400
+69077;43.13801;.05758;396;20220420;12;6.1;9.1;4;9.8;3.2;1.5;8300
+69077;43.13801;.05758;396;20220421;14.7;8;11.4;2.5;10.7;.1;1.7;8100
+69077;43.13801;.05758;396;20220422;18.8;6.1;12.5;1.7;10.6;.9;3;19900
+69077;43.13801;.05758;396;20220423;15.6;8.5;12.1;3.9;10.1;8.6;2.51;12400
+69077;43.13801;.05758;396;20220424;15.9;9.3;12.6;5.5;10.9;2.5;2.86;16300
+69077;43.13801;.05758;396;20220425;18.3;4.9;11.6;2.6;10.4;0;3.28;23000
+69077;43.13801;.05758;396;20220426;22.8;4.9;13.9;2.2;10.9;0;3.55;20100
+69077;43.13801;.05758;396;20220427;17.9;9.6;13.8;2.6;13.1;7.3;2;10300
+69077;43.13801;.05758;396;20220428;14.2;11.5;12.9;2;13.5;.6;1.03;3900
+69077;43.13801;.05758;396;20220429;16.8;12.4;14.6;2;14.1;.5;1.56;6800
+69077;43.13801;.05758;396;20220430;18.5;11.4;15;2.7;13;.8;3;17700
+69077;43.13801;.05758;396;20220501;17.4;9.4;13.4;2.8;12.7;1.3;2.54;15800
+69077;43.13801;.05758;396;20220502;13.1;10.3;11.7;2.6;12;9.1;1.2;4700
+69077;43.13801;.05758;396;20220503;18.5;9.9;14.2;2.5;12.4;5.2;2.68;14900
+69077;43.13801;.05758;396;20220504;17.1;11;14.1;3.4;12.5;2.7;2.49;13100
+69077;43.13801;.05758;396;20220505;18.3;10.3;14.3;3.5;11.8;.1;2.76;12900
+69077;43.13801;.05758;396;20220506;19.7;10.8;15.3;4.2;12.1;.9;3.62;19000
+69077;43.13801;.05758;396;20220507;21.5;9.8;15.7;2.5;12;0;3.88;22100
+69077;43.13801;.05758;396;20220508;23.3;9.6;16.5;2.4;12.6;.1;4.21;23800
+69077;43.13801;.05758;396;20220509;25.5;9;17.3;2.7;11.8;0;5.05;27200
+69077;43.13801;.05758;396;20220510;28.1;13.2;20.7;2.2;11.6;.1;5.58;27500
+69077;43.13801;.05758;396;20220511;30.2;9.7;20;1.7;14.5;1.5;5.08;26100
+69077;43.13801;.05758;396;20220512;21.7;13.1;17.4;1.9;15.2;.1;2.45;11000
+69077;43.13801;.05758;396;20220513;24.7;14.4;19.6;1.8;15.9;0;3.9;20200
+69077;43.13801;.05758;396;20220514;29.2;11.5;20.4;1.9;15.1;.3;4.35;19900
+69077;43.13801;.05758;396;20220515;29.2;11.6;20.4;2.5;15.8;2;4.98;23700
+69077;43.13801;.05758;396;20220516;28.1;12.5;20.3;1.9;15.6;.1;4.84;24900
+69077;43.13801;.05758;396;20220517;29.5;13.3;21.4;2.3;15.2;.1;5.42;26000
+69077;43.13801;.05758;396;20220518;31.2;13.9;22.6;2.9;16.6;.9;5.85;25900
+69077;43.13801;.05758;396;20220519;26.5;15.6;21.1;2.3;18.6;.1;3.54;15900
+69077;43.13801;.05758;396;20220520;25.1;16;20.6;2;17.9;0;3.92;19900
+69077;43.13801;.05758;396;20220521;32;15.6;23.8;1.5;19.3;0;5.05;24000
+69077;43.13801;.05758;396;20220522;34;17.8;25.9;3.4;19.8;1.5;4.95;13500
+69077;43.13801;.05758;396;20220523;22.1;14.9;18.5;4.6;13.7;1;4.37;19100
+69077;43.13801;.05758;396;20220524;14.1;10.5;12.3;2.5;11.9;11.7;1.43;5400
+69077;43.13801;.05758;396;20220525;18.3;9.3;13.8;3.3;11.6;1.4;2.91;14900
+69077;43.13801;.05758;396;20220526;21;11.6;16.3;2;12.8;0;3.63;20000
+69077;43.13801;.05758;396;20220527;24.1;13.1;18.6;1.6;14.1;.1;4.62;26100
+69077;43.13801;.05758;396;20220528;25.5;10.6;18.1;2.5;14.2;0;5.12;28800
+69077;43.13801;.05758;396;20220529;24.4;10.8;17.6;2;12.3;0;5.12;29400
+69077;43.13801;.05758;396;20220530;23.9;9.5;16.7;2;11.6;1.9;4.34;23200
+69077;43.13801;.05758;396;20220531;25.8;11.6;18.7;1.7;11.6;0;4.87;25600
+69077;43.13801;.05758;396;20220601;29.5;11.7;20.6;2.4;15.4;.6;5.72;28600
+69077;43.13801;.05758;396;20220602;27.5;14.4;21;1.9;17.2;2;5;26100
+69077;43.13801;.05758;396;20220603;25.7;16.7;21.2;2.7;19.3;5.9;4.1;20200
+69077;43.13801;.05758;396;20220604;21.1;16.3;18.7;2.5;18.1;8.6;2.02;8100
+69077;43.13801;.05758;396;20220605;22;14.8;18.4;2.3;16.7;.3;3;14800
+69077;43.13801;.05758;396;20220606;25.9;13.6;19.8;2.1;16.4;2.9;4.12;20400
+69077;43.13801;.05758;396;20220607;22.5;15.6;19.1;1.5;15.8;.2;2.61;11100
+69077;43.13801;.05758;396;20220608;21;13.5;17.3;3.4;16.3;3;2.37;10300
+69077;43.13801;.05758;396;20220609;23.3;13.3;18.3;3.2;14.7;0;5.07;28800
+69077;43.13801;.05758;396;20220610;28.3;10.7;19.5;1.9;13.9;.1;5.61;30000
+69077;43.13801;.05758;396;20220611;30.4;13.5;22;2.6;16.5;4.4;6;28600
+69077;43.13801;.05758;396;20220612;30.7;16.2;23.5;3.2;19.4;2.7;4.28;14300
+69077;43.13801;.05758;396;20220613;26.6;17;21.8;2.8;19.4;.2;3.91;17300
+69077;43.13801;.05758;396;20220614;34;16;25;1.6;21;2.2;4.54;18600
+69077;43.13801;.05758;396;20220615;33.8;18.8;26.3;2.7;21.3;0;6.63;28600
+69077;43.13801;.05758;396;20220616;34.4;18;26.2;2.7;21.5;0;5.91;23400
+69077;43.13801;.05758;396;20220617;36.1;20.9;28.5;2.3;20.9;0;6.37;24400
+69077;43.13801;.05758;396;20220618;39.1;18.9;29;2.1;19.1;0;7.13;27500
+69077;43.13801;.05758;396;20220619;28.5;16.1;22.3;2.4;18.6;.4;4.63;21000
+69077;43.13801;.05758;396;20220620;27.1;17.8;22.5;3;18;1.3;4.27;16900
+69077;43.13801;.05758;396;20220621;24.1;17.7;20.9;2.7;18.9;1.4;2.59;9000
+69077;43.13801;.05758;396;20220622;24.7;16.9;20.8;3;17.9;4.2;3.91;17800
+69077;43.13801;.05758;396;20220623;26.3;13.9;20.1;2.3;17.2;11.8;4.24;21000
+69077;43.13801;.05758;396;20220624;23.5;15.1;19.3;1.8;16.2;.3;3.6;18000
+69077;43.13801;.05758;396;20220625;20.3;13.3;16.8;2.9;15.7;13.3;2.5;11900
+69077;43.13801;.05758;396;20220626;15.8;12.1;14;2.1;14.5;13.8;1.32;5800
+69077;43.13801;.05758;396;20220627;16.6;12.9;14.8;1.5;14.9;4.4;1.5;6900
+69077;43.13801;.05758;396;20220628;24.1;12.4;18.3;1.8;14.8;.2;4;21200
+69077;43.13801;.05758;396;20220629;21.8;11.8;16.8;2.8;14.9;5.6;3.1;15400
+69077;43.13801;.05758;396;20220630;14.8;12.8;13.8;2;14.8;2.7;1.44;7700
+69077;43.13801;.05758;396;20220701;22.2;9.5;15.9;1.8;13.5;.1;3.56;20100
+69077;43.13801;.05758;396;20220702;29.6;9.7;19.7;1.8;14.7;0;5.52;29000
+69077;43.13801;.05758;396;20220703;25.8;15.8;20.8;3.1;16.6;1.3;4.63;21500
+69077;43.13801;.05758;396;20220704;20.4;15.6;18;2.9;16.6;.1;2.19;8400
+69077;43.13801;.05758;396;20220705;26.3;16.6;21.5;2;18.6;.4;4.09;19800
+69077;43.13801;.05758;396;20220706;24.8;17.7;21.3;3.2;17.9;1.4;3.77;15600
+69077;43.13801;.05758;396;20220707;26;15.2;20.6;3;16.5;0;5.05;25300
+69077;43.13801;.05758;396;20220708;26.8;13.6;20.2;2.2;16.2;.4;5.42;29500
+69077;43.13801;.05758;396;20220709;29.3;13.6;21.5;2.1;16.3;.2;5.85;30200
+69077;43.13801;.05758;396;20220710;31.1;15.1;23.1;2.2;16.4;.2;6.26;30200
+69077;43.13801;.05758;396;20220711;33.8;15.5;24.7;2.8;16.6;.5;6.93;29600
+69077;43.13801;.05758;396;20220712;33.5;18.3;25.9;2.2;18.3;.1;6.5;28700
+69077;43.13801;.05758;396;20220713;33.7;15.9;24.8;2.3;17.9;0;6.56;29500
+69077;43.13801;.05758;396;20220714;34.7;19.3;27;2.5;17.1;0;6.93;28300
+69077;43.13801;.05758;396;20220715;32.7;17.7;25.2;2.3;17.7;0;6.02;25800
+69077;43.13801;.05758;396;20220716;35.8;16.5;26.2;2.1;16.8;0;6.52;27100
+69077;43.13801;.05758;396;20220717;37.5;16.2;26.9;2.1;15;.1;6.97;28100
+69077;43.13801;.05758;396;20220718;38.7;17.7;28.2;2.3;17.4;.4;7.12;27000
+69077;43.13801;.05758;396;20220719;28.3;19;23.7;3.2;21.4;1.4;3.78;14300
+69077;43.13801;.05758;396;20220720;28.1;18.8;23.5;2.9;17.4;0;4.94;20200
+69077;43.13801;.05758;396;20220721;31.7;18.7;25.2;2.3;17.9;.1;6.05;26900
+69077;43.13801;.05758;396;20220722;22.1;19.2;20.7;3.8;19.5;.6;2.42;8300
+69077;43.13801;.05758;396;20220723;23.7;16.3;20;1.7;17.4;.3;2.85;12800
+69077;43.13801;.05758;396;20220724;35.7;14.2;25;2.3;17.7;.2;6.47;27400
+69077;43.13801;.05758;396;20220725;24.8;18.4;21.6;3.5;19.1;1;2.93;9500
+69077;43.13801;.05758;396;20220726;22.1;16;19.1;2.1;17.1;.6;2.64;11900
+69077;43.13801;.05758;396;20220727;25.6;15.4;20.5;2.3;14.7;0;4.59;22200
+69077;43.13801;.05758;396;20220728;25.2;12.1;18.7;2;15.1;3.7;3.51;16700
+69077;43.13801;.05758;396;20220729;21.4;15.8;18.6;1.9;17.3;4.1;2.13;9000
+69077;43.13801;.05758;396;20220730;26.6;18.2;22.4;1.5;18.6;0;3.12;13100
+69077;43.13801;.05758;396;20220731;29.4;15.5;22.5;2.3;18.7;0;4.96;24000
+69077;43.13801;.05758;396;20220801;30.4;16.8;23.6;2.5;18.9;0;5.35;24700
+69077;43.13801;.05758;396;20220802;33.7;16.3;25;2.5;17.5;0;6.3;27300
+69077;43.13801;.05758;396;20220803;33.7;16.7;25.2;2.9;18.8;.3;5.75;22200
+69077;43.13801;.05758;396;20220804;31.5;20.8;26.2;2.8;22.3;3.8;5.19;21400
+69077;43.13801;.05758;396;20220805;27.5;18.7;23.1;3.1;20.1;0;4.38;19500
+69077;43.13801;.05758;396;20220806;30.3;17.1;23.7;2.1;19.1;0;5.12;24400
+69077;43.13801;.05758;396;20220807;32.1;18;25.1;2.2;18.3;.7;5.71;25800
+69077;43.13801;.05758;396;20220808;32.6;15.8;24.2;2.3;16.8;.1;5.81;26000
+69077;43.13801;.05758;396;20220809;33.5;18.1;25.8;2.9;17.2;1.4;5.49;18700
+69077;43.13801;.05758;396;20220810;36.2;19.2;27.7;3.1;15.3;1;7.15;25400
+69077;43.13801;.05758;396;20220811;37.6;21.1;29.4;2.9;15;0;7.06;23200
+69077;43.13801;.05758;396;20220812;36.2;21.6;28.9;2.6;19.1;0;6.53;24700
+69077;43.13801;.05758;396;20220813;31.9;20.6;26.3;2.5;21.6;1;4.63;17800
+69077;43.13801;.05758;396;20220814;23.2;18.9;21.1;2.5;20.5;.9;2.13;8100
+69077;43.13801;.05758;396;20220815;26;16.8;21.4;1.8;16.8;0;3.39;15000
+69077;43.13801;.05758;396;20220816;24.6;13.5;19.1;2.7;16.9;11.1;2.97;13200
+69077;43.13801;.05758;396;20220817;22.2;13.8;18;2.2;16.6;7.3;2.15;9000
+69077;43.13801;.05758;396;20220818;22.4;14;18.2;3.4;16.3;10.4;3.04;14900
+69077;43.13801;.05758;396;20220819;25.5;15;20.3;2.2;16;2.1;4.05;20800
+69077;43.13801;.05758;396;20220820;28.7;12.9;20.8;2.4;16.4;.6;4.85;25000
+69077;43.13801;.05758;396;20220821;26.8;16.3;21.6;2.9;19;.2;3.52;15300
+69077;43.13801;.05758;396;20220822;25.4;16.6;21;3.5;18.3;.3;3.95;19000
+69077;43.13801;.05758;396;20220823;28.8;18.2;23.5;1.5;20;0;3.78;18100
+69077;43.13801;.05758;396;20220824;34.6;16;25.3;2.4;19;1.2;5.33;21700
+69077;43.13801;.05758;396;20220825;26.2;19.7;23;3.5;21.5;8.2;2.91;10300
+69077;43.13801;.05758;396;20220826;25.3;18.5;21.9;2.8;19.8;.4;3.06;12900
+69077;43.13801;.05758;396;20220827;29;16.4;22.7;2.2;17.8;.2;4.53;22100
+69077;43.13801;.05758;396;20220828;33.7;14.9;24.3;2.1;16.3;.5;5.25;23000
+69077;43.13801;.05758;396;20220829;34.9;18.7;26.8;2.9;15.2;9.6;5.39;15300
+69077;43.13801;.05758;396;20220830;30.8;17.2;24;2.8;17.9;0;5.08;22300
+69077;43.13801;.05758;396;20220831;25.8;19.3;22.6;2.9;20.7;3.4;3.12;13200
+69077;43.13801;.05758;396;20220901;28;17.9;23;2.3;18.9;0;4.12;19800
+69077;43.13801;.05758;396;20220902;25;17.2;21.1;2.5;18.3;1.4;2.62;9700
+69077;43.13801;.05758;396;20220903;26.1;16.5;21.3;1.7;17.2;.8;3.29;16100
+69077;43.13801;.05758;396;20220904;31.7;12.9;22.3;2.2;15.6;0;4.76;22000
+69077;43.13801;.05758;396;20220905;32.3;15.5;23.9;2.2;14.9;1.5;4.94;21500
+69077;43.13801;.05758;396;20220906;30.7;14.9;22.8;2.4;15.3;.4;4.7;20800
+69077;43.13801;.05758;396;20220907;27.4;13.9;20.7;2.6;14.9;.5;3.93;17400
+69077;43.13801;.05758;396;20220908;25.9;12.4;19.2;2.3;14.2;.4;3.4;15600
+69077;43.13801;.05758;396;20220909;23.9;15.2;19.6;2.7;15.2;2;3.07;12900
+69077;43.13801;.05758;396;20220910;27.8;10.7;19.3;1.9;13.4;.1;3.95;21000
+69077;43.13801;.05758;396;20220911;34.1;11.6;22.9;1.8;14.1;0;4.64;20900
+69077;43.13801;.05758;396;20220912;37.2;17.2;27.2;3.1;15.1;1.5;5.86;16600
+69077;43.13801;.05758;396;20220913;32.5;18.6;25.6;4.1;17.2;1.6;4.52;7100
+69077;43.13801;.05758;396;20220914;29.1;15.6;22.4;3.2;16;.3;4.25;16400
+69077;43.13801;.05758;396;20220915;27.9;17.1;22.5;3.3;16.2;4.8;3.94;13900
+69077;43.13801;.05758;396;20220916;23.2;15;19.1;3.2;16.9;1.8;2.51;10400
+69077;43.13801;.05758;396;20220917;21.7;10.1;15.9;1.8;11.7;0;2.98;18300
+69077;43.13801;.05758;396;20220918;25.1;5.5;15.3;1.7;8.7;0;3.38;18900
+69077;43.13801;.05758;396;20220919;26.8;9;17.9;2.7;8.7;0;4.37;19900
+69077;43.13801;.05758;396;20220920;23.6;9;16.3;3.2;10;.1;3.93;19800
+69077;43.13801;.05758;396;20220921;24.1;9;16.6;2.9;10.7;0;3.73;19200
+69077;43.13801;.05758;396;20220922;25.4;8.7;17.1;2.3;10.9;.1;3.57;18800
+69077;43.13801;.05758;396;20220923;22.2;9.1;15.7;2.6;12.5;3;2.35;9300
+69077;43.13801;.05758;396;20220924;17.8;13.1;15.5;2.9;14.1;2;1.79;8400
+69077;43.13801;.05758;396;20220925;19.8;8.1;14;2.5;11.8;.3;2.39;14300
+69077;43.13801;.05758;396;20220926;20.5;9.4;15;3.6;11.7;3.5;2.84;14700
+69077;43.13801;.05758;396;20220927;15.3;12.1;13.7;5.3;13.5;13.6;1.5;7000
+69077;43.13801;.05758;396;20220928;17.4;13.1;15.3;6.7;14.8;28.5;1.82;8800
+69077;43.13801;.05758;396;20220929;16.7;11.4;14.1;4.8;12.8;13.3;1.94;9100
+69077;43.13801;.05758;396;20220930;17.8;8.9;13.4;3.3;11.1;1;2.34;13700
+69077;43.13801;.05758;396;20221001;22.7;8.3;15.5;3.9;11.5;.1;3.27;16000
+69077;43.13801;.05758;396;20221002;24.5;8.7;16.6;2;13.7;.1;2.69;16300
+69077;43.13801;.05758;396;20221003;25;9.8;17.4;2;14.1;0;2.67;15200
+69077;43.13801;.05758;396;20221004;26.1;10.2;18.2;2.2;13.1;.1;3.11;17000
+69077;43.13801;.05758;396;20221005;27.7;8.4;18.1;2.8;12;0;3.6;16300
+69077;43.13801;.05758;396;20221006;20.6;15;17.8;1.8;14.8;0;1.76;7300
+69077;43.13801;.05758;396;20221007;24.6;9.4;17;1.3;13.9;3;2.16;13100
+69077;43.13801;.05758;396;20221008;21.7;14.8;18.3;2.6;16.1;.7;2.11;10800
+69077;43.13801;.05758;396;20221009;26.9;9.3;18.1;1.7;13.4;1.1;2.68;15100
+69077;43.13801;.05758;396;20221010;21.3;9.5;15.4;1.9;13.4;.8;1.77;9000
+69077;43.13801;.05758;396;20221011;21.3;12.1;16.7;1.9;15.9;2.4;1.51;7600
+69077;43.13801;.05758;396;20221012;19.9;14.1;17;2;16.5;1.7;1.37;6700
+69077;43.13801;.05758;396;20221013;22.7;13.7;18.2;2.2;15.4;.4;2.11;11200
+69077;43.13801;.05758;396;20221014;22;16.2;19.1;3.5;15.5;.5;2.44;9700
+69077;43.13801;.05758;396;20221015;25.9;7.4;16.7;1.8;12.9;.1;2.45;14800
+69077;43.13801;.05758;396;20221016;28.4;14.1;21.3;2.1;13.6;.2;2.96;13200
+69077;43.13801;.05758;396;20221017;27.7;14.9;21.3;2.5;14.7;2.7;2.81;9400
+69077;43.13801;.05758;396;20221018;30.2;11.2;20.7;1.7;14.5;0;2.69;13000
+69077;43.13801;.05758;396;20221019;30.2;14.1;22.2;3.3;13.3;12.8;3.56;4500
+69077;43.13801;.05758;396;20221020;23;15.3;19.2;3.1;13.6;3.5;2.3;2700
+69077;43.13801;.05758;396;20221021;19;13.5;16.3;2.3;12.8;.4;1.51;2000
+69077;43.13801;.05758;396;20221022;26.1;8.3;17.2;2;11.9;.3;2.44;12800
+69077;43.13801;.05758;396;20221023;27.6;14.2;20.9;2.9;11.1;2.4;3.35;9200
+69077;43.13801;.05758;396;20221024;24.1;12.5;18.3;2;11.5;.1;2.31;10800
+69077;43.13801;.05758;396;20221025;28.2;9.3;18.8;2.1;11.1;0;2.61;6800
+69077;43.13801;.05758;396;20221026;26.6;9.7;18.2;1.4;12.2;0;1.93;8700
+69077;43.13801;.05758;396;20221027;27.7;13.2;20.5;3.8;10.5;.2;3.8;1600
+69077;43.13801;.05758;396;20221028;31.7;16.9;24.3;2.8;10.4;.1;3.89;7700
+69077;43.13801;.05758;396;20221029;31.7;13.4;22.6;2.5;10.1;0;3.53;6700
+69077;43.13801;.05758;396;20221030;21.9;9.6;15.8;2.6;10.1;.7;2.24;8000
+69077;43.13801;.05758;396;20221031;20.2;8.7;14.5;2.4;12.9;.1;1.36;4000
+69077;43.13801;.05758;396;20221101;19.1;12.2;15.7;2;13.6;.1;1.41;8900
+69077;43.13801;.05758;396;20221102;20.4;8.1;14.3;1.8;11.9;0;1.49;10600
+69077;43.13801;.05758;396;20221103;22.9;7.5;15.2;3.7;10.7;10.3;2.51;3800
+69077;43.13801;.05758;396;20221104;13.3;8;10.7;5;9.8;18.7;1.48;4900
+69077;43.13801;.05758;396;20221105;15.3;5.6;10.5;2.9;9.2;.1;1.44;11100
+69077;43.13801;.05758;396;20221106;20.4;3;11.7;3.4;8.5;.1;2.25;10900
+69077;43.13801;.05758;396;20221107;20.6;3.4;12;2.3;9.5;0;1.7;10500
+69077;43.13801;.05758;396;20221108;17.9;8.2;13.1;1.9;11.6;.9;1.12;3300
+69077;43.13801;.05758;396;20221109;15.6;10.4;13;2.3;12.5;4.3;.95;2800
+69077;43.13801;.05758;396;20221110;16.9;3;10;1.6;9.5;0;1.06;10500
+69077;43.13801;.05758;396;20221111;19.5;1.7;10.6;2.1;8.6;.2;1.51;10000
+69077;43.13801;.05758;396;20221112;21.9;6.4;14.2;2.7;10.4;.1;1.9;8100
+69077;43.13801;.05758;396;20221113;23.5;7.3;15.4;3;9;0;2.48;9800
+69077;43.13801;.05758;396;20221114;14;7.3;10.7;2;10.6;1;.86;2300
+69077;43.13801;.05758;396;20221115;16.3;7.5;11.9;2.3;12.1;5.1;.87;3400
+69077;43.13801;.05758;396;20221116;19.3;6;12.7;2.1;10.6;.9;1.28;9300
+69077;43.13801;.05758;396;20221117;17.6;10.5;14.1;3.3;12.8;12.4;1.25;7200
+69077;43.13801;.05758;396;20221118;10.7;6.8;8.8;3.3;9.9;5.5;.74;3000
+69077;43.13801;.05758;396;20221119;9.9;6;8;5.2;8.4;3.4;1.15;4100
+69077;43.13801;.05758;396;20221120;14.9;2.1;8.5;3.5;8.8;7.7;1.19;6500
+69077;43.13801;.05758;396;20221121;12.9;7;10;4;10.1;41.1;1.04;1200
+69077;43.13801;.05758;396;20221122;11.5;5;8.3;5.6;8.8;11.5;1.16;3900
+69077;43.13801;.05758;396;20221123;14.5;8.1;11.3;4.7;11.7;10.8;.95;3900
+69077;43.13801;.05758;396;20221124;13.6;4.6;9.1;2.6;9.3;5;.94;3400
+69077;43.13801;.05758;396;20221125;10.4;5.8;8.1;3.5;9.6;9.9;.68;3300
+69077;43.13801;.05758;396;20221126;14.3;1.4;7.9;2.1;7.6;.2;.99;7000
+69077;43.13801;.05758;396;20221127;16.1;1.6;8.9;2.6;7.9;5.1;1.29;5500
+69077;43.13801;.05758;396;20221128;10.4;4.6;7.5;4.4;9.7;13.9;.56;3600
+69077;43.13801;.05758;396;20221129;11.8;7.1;9.5;3.7;9.9;7.2;.87;4200
+69077;43.13801;.05758;396;20221130;9.6;3.1;6.4;1.8;8.6;.1;.48;5500
+69077;43.13801;.05758;396;20221201;4.4;.8;2.6;1.3;7.4;.1;.31;2300
+69077;43.13801;.05758;396;20221202;7.6;-.2;3.7;1.3;7.1;0;.38;6300
+69077;43.13801;.05758;396;20221203;7.6;3.4;5.5;1.4;7.8;2.7;.48;4000
+69077;43.13801;.05758;396;20221204;9.3;-1.3;4;2.1;6.4;0;.59;8300
+69077;43.13801;.05758;396;20221205;14.1;-2.4;5.9;1.6;5.7;.1;.86;8100
+69077;43.13801;.05758;396;20221206;13.2;1.3;7.3;1.5;9.2;.2;.6;2200
+69077;43.13801;.05758;396;20221207;13.5;8.2;10.9;1.5;10.5;.2;.68;3900
+69077;43.13801;.05758;396;20221208;8.9;3.4;6.2;1.6;9.1;2.2;.41;2100
+69077;43.13801;.05758;396;20221209;13.9;5;9.5;2.7;9.9;7.9;.77;5400
+69077;43.13801;.05758;396;20221210;4.1;2;3.1;4.5;6.4;.1;.54;8000
+69077;43.13801;.05758;396;20221211;5;-5.6;-.3;1.3;5;.1;.49;1900
+69077;43.13801;.05758;396;20221212;7.9;0;4;2.5;7.8;8.6;.44;1200
+69077;43.13801;.05758;396;20221213;14.2;5.1;9.7;2.6;12.3;5.3;.36;2800
+69077;43.13801;.05758;396;20221214;18.7;9.7;14.2;2.6;11.4;3.5;1.14;7900
+69077;43.13801;.05758;396;20221215;15.3;5.1;10.2;1.9;10.4;4.9;.69;5100
+69077;43.13801;.05758;396;20221216;9.7;6.8;8.3;2.3;10.2;4.3;.5;1400
+69077;43.13801;.05758;396;20221217;9.7;5.9;7.8;1.7;8.8;0;.48;6000
+69077;43.13801;.05758;396;20221218;12.6;.9;6.8;3;7.5;.1;.89;7100
+69077;43.13801;.05758;396;20221219;13.1;.7;6.9;1.8;8.1;0;.67;4700
+69077;43.13801;.05758;396;20221220;16.5;3.2;9.9;1.4;9.8;3.2;.73;3800
+69077;43.13801;.05758;396;20221221;18.7;5.1;11.9;1.6;10.3;.3;.81;7000
+69077;43.13801;.05758;396;20221222;20.7;5.4;13.1;2.5;10.1;.1;1.43;5600
+69077;43.13801;.05758;396;20221223;18.7;5.3;12;2;10.1;0;1.11;4000
+69077;43.13801;.05758;396;20221224;18.7;4.9;11.8;2.1;9.2;0;1.17;5900
+69077;43.13801;.05758;396;20221225;19.4;3.6;11.5;2.2;8.9;0;1.28;6000
+69077;43.13801;.05758;396;20221226;16.7;4.8;10.8;1.9;8.7;.3;1.07;4200
+69077;43.13801;.05758;396;20221227;12.6;6.9;9.8;1;10.8;.2;.47;3300
+69077;43.13801;.05758;396;20221228;18;3.9;11;2.4;8.5;.1;1.3;5700
+69077;43.13801;.05758;396;20221229;14.4;6.1;10.3;1.8;9.4;3.3;.87;3100
+69077;43.13801;.05758;396;20221230;21.7;7.3;14.5;1.7;11.2;1.2;1.16;5200
+69077;43.13801;.05758;396;20221231;16.7;7.3;12;2.1;9.6;0;1.18;2800
+69078;43.16735;.36214;328;20220101;22.3;3.8;13;1.9;6.98;0;1.6;7087
+69078;43.16735;.36214;328;20220102;18.5;5.5;12;2.4;8.24;0;1.45;5567
+69078;43.16735;.36214;328;20220103;16.9;4.4;10.6;1.9;8.81;.1;.99;5572
+69078;43.16735;.36214;328;20220104;19.8;4.2;12;2.5;8.78;16.2;1.48;6522
+69078;43.16735;.36214;328;20220105;7;4.7;5.8;2.2;7.11;.2;.73;1687
+69078;43.16735;.36214;328;20220106;6.7;-.9;2.9;1.9;4.97;.1;.73;4793
+69078;43.16735;.36214;328;20220107;8.1;-3;2.5;3.7;6.61;5.3;.57;4464
+69078;43.16735;.36214;328;20220108;10.3;5.5;7.9;5.9;8.57;5.2;1.03;3101
+69078;43.16735;.36214;328;20220109;8.5;7.7;8.1;6.3;10.04;48.2;.49;381
+69078;43.16735;.36214;328;20220110;11.3;8.2;9.7;4.5;11.51;41.1;.43;1915
+69078;43.16735;.36214;328;20220111;10.9;6.3;8.6;1.7;8.24;0;.79;3976
+69078;43.16735;.36214;328;20220112;8.6;-1.3;3.7;2.1;5.94;0;.72;5908
+69078;43.16735;.36214;328;20220113;8.7;-2.9;2.9;1.3;5.31;.1;.61;6307
+69078;43.16735;.36214;328;20220114;12.3;-4.7;3.8;1.8;4.61;.1;1.03;7433
+69078;43.16735;.36214;328;20220115;11.4;-2;4.7;2.7;4.21;0;1.42;6794
+69078;43.16735;.36214;328;20220116;11;-3.5;3.8;2.4;4.44;0;1.22;7075
+69078;43.16735;.36214;328;20220117;10.7;-3.2;3.7;1.9;5.01;.1;.94;7090
+69078;43.16735;.36214;328;20220118;7.6;-5.1;1.3;1.8;5.64;.1;.58;6911
+69078;43.16735;.36214;328;20220119;10.1;.5;5.3;3.1;7.07;1.2;.86;5165
+69078;43.16735;.36214;328;20220120;9;4.6;6.8;2.3;8.27;5;.68;3539
+69078;43.16735;.36214;328;20220121;3.5;.1;1.8;1.7;5.87;0;.51;3739
+69078;43.16735;.36214;328;20220122;7.5;-4.5;1.5;1.2;4.94;.1;.59;7511
+69078;43.16735;.36214;328;20220123;8.5;-4.9;1.8;1.5;5.21;.1;.67;7876
+69078;43.16735;.36214;328;20220124;13.7;-3.4;5.2;2.3;5.34;0;1.28;8783
+69078;43.16735;.36214;328;20220125;13.1;-1.8;5.7;2.4;5.41;0;1.31;8355
+69078;43.16735;.36214;328;20220126;13.4;-1.9;5.7;2;5.44;0;1.23;8932
+69078;43.16735;.36214;328;20220127;13.2;-2.6;5.3;1.9;5.34;0;1.19;9048
+69078;43.16735;.36214;328;20220128;5.7;-3.3;1.2;1.4;5.54;.1;.56;5831
+69078;43.16735;.36214;328;20220129;7.5;-4.1;1.7;1.3;5.67;.1;.65;8277
+69078;43.16735;.36214;328;20220130;6.1;-4.1;1;1.3;5.74;.2;.59;8112
+69078;43.16735;.36214;328;20220131;10;.1;5;3.6;7.94;1.1;.71;7007
+69078;43.16735;.36214;328;20220201;8.4;2.9;5.6;2.8;7.51;0;.78;4967
+69078;43.16735;.36214;328;20220202;14.7;4;9.3;1.7;8.71;0;1.04;8499
+69078;43.16735;.36214;328;20220203;15;-2.7;6.1;2.1;7.77;0;1.08;9259
+69078;43.16735;.36214;328;20220204;13.7;3.5;8.6;2.5;9.37;.9;.97;7258
+69078;43.16735;.36214;328;20220205;8.7;6.5;7.6;2.4;8.07;1.3;.89;3409
+69078;43.16735;.36214;328;20220206;9.8;-2.4;3.7;2.3;6.34;.1;.91;8643
+69078;43.16735;.36214;328;20220207;13;4;8.5;2.9;8.94;.7;1.04;7064
+69078;43.16735;.36214;328;20220208;15.7;2.4;9.1;1.5;7.91;0;1.22;9868
+69078;43.16735;.36214;328;20220209;18;-.7;8.6;1.8;6.44;0;1.64;11466
+69078;43.16735;.36214;328;20220210;12;.6;6.3;1.7;6.47;.6;1.76;11600
+69078;43.16735;.36214;328;20220211;9.9;5;7.5;1.2;9.29;1.5;.64;2850
+69078;43.16735;.36214;328;20220212;16;4.5;10.3;1.8;8.42;0;1.36;11000
+69078;43.16735;.36214;328;20220213;18.6;2.8;10.7;3;7.42;3.7;2.21;12150
+69078;43.16735;.36214;328;20220214;11.1;4.7;7.9;4.5;7.92;7.9;1.31;7550
+69078;43.16735;.36214;328;20220215;10.8;5;7.9;5.2;7.81;1.6;1.45;6400
+69078;43.16735;.36214;328;20220216;14.6;7.2;10.9;5.3;10.24;1.2;1.51;7008
+69078;43.16735;.36214;328;20220217;15.3;10.9;13.1;3.6;11.44;0;1.44;5207
+69078;43.16735;.36214;328;20220218;17.5;4;10.8;2.7;9.97;4;1.56;10402
+69078;43.16735;.36214;328;20220219;9.7;6.2;7.9;2.2;8.57;1.9;.96;5010
+69078;43.16735;.36214;328;20220220;14.9;.1;7.5;3.6;8.11;.1;1.6;12105
+69078;43.16735;.36214;328;20220221;13.7;7.7;10.7;5.8;8.61;.4;2.06;7950
+69078;43.16735;.36214;328;20220222;14.3;2.9;8.6;2.4;7.64;0;1.61;11414
+69078;43.16735;.36214;328;20220223;15.8;.4;8.1;2.1;7.54;0;1.65;12649
+69078;43.16735;.36214;328;20220224;12.4;3.7;8.1;3.2;8.84;1.9;1.17;7139
+69078;43.16735;.36214;328;20220225;10.3;5.4;7.9;1.5;6.94;0;1.22;7429
+69078;43.16735;.36214;328;20220226;14.1;-1.4;6.4;1.8;5.21;0;1.78;14043
+69078;43.16735;.36214;328;20220227;15.5;-1;7.2;1.6;7.17;0;1.54;11163
+69078;43.16735;.36214;328;20220228;16.9;2.8;9.9;2;7.41;0;1.97;13320
+69078;43.16735;.36214;328;20220301;17.3;.7;9;2.4;7.21;0;2.09;13854
+69078;43.16735;.36214;328;20220302;11.4;3;7.2;1.7;8.87;4.7;1.01;7260
+69078;43.16735;.36214;328;20220303;16;.7;8.4;2.5;8.91;6.5;1.69;13460
+69078;43.16735;.36214;328;20220304;9;7.7;8.4;4.8;8.91;3.5;1.13;3153
+69078;43.16735;.36214;328;20220305;9.7;4.7;7.2;2.2;7.64;0;1.17;6739
+69078;43.16735;.36214;328;20220306;8.9;4.5;6.7;1.5;7.17;0;1.11;6629
+69078;43.16735;.36214;328;20220307;12.3;1;6.7;2.1;7.27;0;1.6;13576
+69078;43.16735;.36214;328;20220308;12.8;-.5;6.1;1.9;7.54;2;1.4;11143
+69078;43.16735;.36214;328;20220309;16.6;.5;8.6;2.1;8.01;.1;2;15079
+69078;43.16735;.36214;328;20220310;14.9;5.8;10.3;1.4;9.34;0;1.58;11149
+69078;43.16735;.36214;328;20220311;14.1;5.3;9.7;1.5;9.84;9.9;1.29;8716
+69078;43.16735;.36214;328;20220312;13;6.5;9.8;2.3;9.27;3.3;1.54;10122
+69078;43.16735;.36214;328;20220313;11.6;3.1;7.4;2.7;8.04;4.5;1.46;10217
+69078;43.16735;.36214;328;20220314;13.1;1.1;7.1;2;8.34;.9;1.39;10914
+69078;43.16735;.36214;328;20220315;19.1;9.1;14.1;3.3;11.24;0;2.47;12785
+69078;43.16735;.36214;328;20220316;16.5;8.8;12.6;3;11.34;2.7;1.7;8652
+69078;43.16735;.36214;328;20220317;10.9;10;10.4;3.6;11.34;17.2;.81;2704
+69078;43.16735;.36214;328;20220318;9.5;7.5;8.5;1.7;10.12;.3;.67;2550
+69078;43.16735;.36214;328;20220319;16.6;4.3;10.5;1.6;9.52;0;1.91;14400
+69078;43.16735;.36214;328;20220320;18.4;6;12.2;2.1;9.67;0;2.3;13950
+69078;43.16735;.36214;328;20220321;19.7;3.8;11.8;2.3;8.87;0;2.67;17250
+69078;43.16735;.36214;328;20220322;18.3;3;10.7;1.9;8.41;0;2.55;18600
+69078;43.16735;.36214;328;20220323;17.2;1.6;9.4;1.9;7.17;0;2.63;20400
+69078;43.16735;.36214;328;20220324;16.7;3.1;9.9;1.9;8.31;0;2.44;18900
+69078;43.16735;.36214;328;20220325;18.5;5.7;12.1;1.6;8.82;0;2.53;17750
+69078;43.16735;.36214;328;20220326;18.1;2.9;10.5;1.7;7.87;.1;2.46;16950
+69078;43.16735;.36214;328;20220327;19.6;3.1;11.3;1.7;8.72;0;2.52;17300
+69078;43.16735;.36214;328;20220328;21;4.7;12.8;1.6;8.52;0;2.54;14950
+69078;43.16735;.36214;328;20220329;18.8;7.7;13.3;1.7;9.82;2.8;2.12;10950
+69078;43.16735;.36214;328;20220330;10.7;8.7;9.7;2.6;11.56;6.2;.91;3943
+69078;43.16735;.36214;328;20220331;12;7;9.5;4.7;8.42;8.1;1.84;7900
+69078;43.16735;.36214;328;20220401;7.4;1.3;4.3;6.2;5.47;5.8;1.9;11300
+69078;43.16735;.36214;328;20220402;6.6;-.1;3.3;4.1;5.44;0;1.76;12700
+69078;43.16735;.36214;328;20220403;7.2;-2;2.6;2.3;5.41;.4;1.82;15594
+69078;43.16735;.36214;328;20220404;10.4;-.3;5;1.6;5.32;0;2.21;19950
+69078;43.16735;.36214;328;20220405;14.5;-4;5.2;1.5;6.09;0;2.63;23061
+69078;43.16735;.36214;328;20220406;12.8;1.6;7.2;2.3;8.27;0;1.44;9450
+69078;43.16735;.36214;328;20220407;20.1;3.4;11.8;3.3;9.67;.1;3.08;18850
+69078;43.16735;.36214;328;20220408;21.2;7.6;14.4;4;10.57;1.6;3.32;15750
+69078;43.16735;.36214;328;20220409;13.7;7.2;10.4;3.3;8.77;1.2;2.33;14800
+69078;43.16735;.36214;328;20220410;20.8;.7;10.7;2.2;7.57;0;3.52;23250
+69078;43.16735;.36214;328;20220411;23;5.7;14.4;3.3;10.37;0;3.54;18100
+69078;43.16735;.36214;328;20220412;19.2;11.2;15.2;2.9;11.32;12.3;2.69;12700
+69078;43.16735;.36214;328;20220413;14.7;11.1;12.9;1.9;11.97;2.9;1.31;5550
+69078;43.16735;.36214;328;20220414;20.5;8.2;14.4;1.5;11.52;0;2.95;19350
+69078;43.16735;.36214;328;20220415;21.2;7.2;14.2;1.8;12.17;.1;3.15;21600
+69078;43.16735;.36214;328;20220416;20.9;9.8;15.4;2.3;12.22;0;3.22;19850
+69078;43.16735;.36214;328;20220417;22;6.9;14.4;3.3;11.32;0;3.86;24250
+69078;43.16735;.36214;328;20220418;17.5;10.3;13.9;2.6;11.32;.4;2.38;12450
+69078;43.16735;.36214;328;20220419;10.7;10.1;10.4;2.5;10.72;18.9;.94;2650
+69078;43.16735;.36214;328;20220420;12.1;6.5;9.3;2.4;9.72;3.3;1.32;7250
+69078;43.16735;.36214;328;20220421;14.2;8.3;11.3;2;10.57;.1;1.5;7550
+69078;43.16735;.36214;328;20220422;18.9;6.3;12.6;1.4;10.77;4;2.75;18550
+69078;43.16735;.36214;328;20220423;14.8;8.2;11.5;2.8;10.12;9.1;1.93;10000
+69078;43.16735;.36214;328;20220424;16.4;9.2;12.8;4.5;10.72;1.4;2.73;16100
+69078;43.16735;.36214;328;20220425;18.6;4.9;11.7;2;10.27;0;3.11;22300
+69078;43.16735;.36214;328;20220426;23.1;5.7;14.4;2.3;10.67;0;3.76;22050
+69078;43.16735;.36214;328;20220427;19;9.2;14.1;2.2;12.87;6.5;2.13;11450
+69078;43.16735;.36214;328;20220428;14.9;12.1;13.5;1.9;13.62;0;1.1;4450
+69078;43.16735;.36214;328;20220429;18.7;12.2;15.4;1.8;14.02;0;2.3;12800
+69078;43.16735;.36214;328;20220430;19.3;12.1;15.7;2.4;13.02;.6;2.76;15150
+69078;43.16735;.36214;328;20220501;18.7;9.6;14.1;2.2;12.42;1.2;2.8;17550
+69078;43.16735;.36214;328;20220502;13.6;10.9;12.2;1.9;12.22;8.7;1.12;4400
+69078;43.16735;.36214;328;20220503;18.5;10.6;14.5;1.8;12.57;5.5;2.3;12650
+69078;43.16735;.36214;328;20220504;17.5;11;14.3;2.3;12.52;2;2.13;11200
+69078;43.16735;.36214;328;20220505;18.4;10.3;14.3;2.6;11.62;0;2.5;12400
+69078;43.16735;.36214;328;20220506;19.2;10.8;15;3.5;11.87;.5;3.27;17232
+69078;43.16735;.36214;328;20220507;21.1;10.2;15.6;2.6;11.94;.1;3.62;20115
+69078;43.16735;.36214;328;20220508;22.8;10.8;16.8;2.2;12.31;.1;3.91;21371
+69078;43.16735;.36214;328;20220509;24.8;8.9;16.9;2.4;11.71;0;4.58;24805
+69078;43.16735;.36214;328;20220510;27.7;11.3;19.5;1.9;11.91;0;4.99;25501
+69078;43.16735;.36214;328;20220511;29.6;9.8;19.7;1.7;14.31;1.3;5.03;26523
+69078;43.16735;.36214;328;20220512;20.9;13.6;17.2;1.8;15.24;0;2.68;13944
+69078;43.16735;.36214;328;20220513;23.9;14.5;19.2;1.3;16.01;.1;3.49;18660
+69078;43.16735;.36214;328;20220514;28;11.4;19.7;1.9;15.47;.3;4.5;23172
+69078;43.16735;.36214;328;20220515;27.8;12.1;20;2.2;16.71;1.8;4.6;23876
+69078;43.16735;.36214;328;20220516;27.5;13;20.2;1.7;15.84;0;4.54;23776
+69078;43.16735;.36214;328;20220517;29.8;13.6;21.7;1.8;15.67;.2;5.11;25473
+69078;43.16735;.36214;328;20220518;30.4;14.2;22.3;2.1;17.37;.1;5.25;25154
+69078;43.16735;.36214;328;20220519;27.7;16;21.9;1.9;18.51;.1;4.06;19609
+69078;43.16735;.36214;328;20220520;26.8;15.2;21;1.9;18.04;0;4.3;21479
+69078;43.16735;.36214;328;20220521;31.3;15.1;23.2;1.3;19.97;0;4.9;24401
+69078;43.16735;.36214;328;20220522;29.7;17.1;23.4;2.4;20.27;2;4.55;18881
+69078;43.16735;.36214;328;20220523;21.5;14.9;18.2;3.6;14.21;.4;3.65;16446
+69078;43.16735;.36214;328;20220524;14.1;11.5;12.8;2.1;12.11;13.3;1.57;7127
+69078;43.16735;.36214;328;20220525;17.5;9.9;13.7;2.6;11.61;0;2.82;15907
+69078;43.16735;.36214;328;20220526;20.1;11.8;15.9;1.9;12.91;0;3.25;18166
+69078;43.16735;.36214;328;20220527;23.6;13.2;18.4;1.5;14.14;.1;3.99;21931
+69078;43.16735;.36214;328;20220528;25.1;10.5;17.8;2.4;14.11;0;4.63;25688
+69078;43.16735;.36214;328;20220529;24.2;9.7;17;1.9;11.84;0;4.61;26046
+69078;43.16735;.36214;328;20220530;24;8.9;16.5;1.7;12.04;.9;4.29;24434
+69078;43.16735;.36214;328;20220531;25.1;12.1;18.6;1.6;12.41;0;4.46;23630
+69078;43.16735;.36214;328;20220601;29.3;11.6;20.4;1.7;16.17;0;5.22;27713
+69078;43.16735;.36214;328;20220602;27.1;14.5;20.8;1.9;17.54;1.3;4.56;23694
+69078;43.16735;.36214;328;20220603;27.8;16.3;22.1;2.4;18.87;9.7;4.55;21951
+69078;43.16735;.36214;328;20220604;21.8;16.5;19.2;1.9;18.64;5.5;2.51;12384
+69078;43.16735;.36214;328;20220605;22.3;15.5;18.9;1.7;17.07;.2;3.05;15751
+69078;43.16735;.36214;328;20220606;25.9;13.2;19.6;1.8;16.84;1.9;4.18;22324
+69078;43.16735;.36214;328;20220607;22.3;15.7;19;1.4;16.07;.1;2.93;14325
+69078;43.16735;.36214;328;20220608;20.4;13.4;16.9;2.4;16.31;3.5;2.7;14700
+69078;43.16735;.36214;328;20220609;23.2;13.9;18.5;2.7;14.67;.1;4.25;22425
+69078;43.16735;.36214;328;20220610;28.5;9.9;19.2;1.6;13.67;.1;5.33;29054
+69078;43.16735;.36214;328;20220611;31.3;12.4;21.8;2;15.71;10.7;5.82;28844
+69078;43.16735;.36214;328;20220612;30.5;16.1;23.3;2.4;19.51;2.6;4.85;21311
+69078;43.16735;.36214;328;20220613;27.8;17.3;22.6;2.3;19.97;.1;4.22;19863
+69078;43.16735;.36214;328;20220614;32.8;16.5;24.6;1.7;20.87;2.4;5.13;23515
+69078;43.16735;.36214;328;20220615;34.1;19.6;26.8;2.1;20.51;0;6.05;26205
+69078;43.16735;.36214;328;20220616;34.4;18;26.2;2;21.01;0;5.9;25568
+69078;43.16735;.36214;328;20220617;36.4;19;27.7;1.7;20.34;0;6.27;26799
+69078;43.16735;.36214;328;20220618;38;18.7;28.3;1.9;20.14;0;6.88;28514
+69078;43.16735;.36214;328;20220619;29.5;17.3;23.4;2.1;19.81;1.1;4.77;22206
+69078;43.16735;.36214;328;20220620;27.7;17.9;22.8;2.5;18.77;.6;4.36;19308
+69078;43.16735;.36214;328;20220621;24.6;18.2;21.4;2.4;19.04;2;3.17;13645
+69078;43.16735;.36214;328;20220622;25.4;17.6;21.5;2.7;18.11;.7;3.93;17851
+69078;43.16735;.36214;328;20220623;26.1;14.1;20.1;1.9;17.01;11.2;4.25;22002
+69078;43.16735;.36214;328;20220624;23.7;14.8;19.2;1.4;16.31;.3;3.58;18767
+69078;43.16735;.36214;328;20220625;21.6;12.5;17.1;2.4;15.51;9.3;3.21;17738
+69078;43.16735;.36214;328;20220626;16.1;12.4;14.3;1.9;14.77;14.2;1.75;9769
+69078;43.16735;.36214;328;20220627;16.7;13.4;15;1.6;14.91;3.8;1.79;9377
+69078;43.16735;.36214;328;20220628;24.3;12.7;18.5;1.5;14.77;.2;4.03;21895
+69078;43.16735;.36214;328;20220629;24.1;11.7;17.9;2;15.27;4.6;3.83;20931
+69078;43.16735;.36214;328;20220630;15.5;13.4;14.5;2.1;14.97;1.5;1.54;8151
+69078;43.16735;.36214;328;20220701;22.4;11.4;16.9;1.5;13.64;.2;3.62;20470
+69078;43.16735;.36214;328;20220702;29.8;9.9;19.9;1.6;14.57;0;5.48;29327
+69078;43.16735;.36214;328;20220703;26.6;15.8;21.2;2.5;16.91;2.1;4.53;21734
+69078;43.16735;.36214;328;20220704;21.6;16;18.8;2.4;16.81;0;2.74;12706
+69078;43.16735;.36214;328;20220705;27;17.5;22.3;1.3;18.51;.1;3.95;19468
+69078;43.16735;.36214;328;20220706;25.2;17.4;21.3;2.4;18.27;2.2;3.73;17111
+69078;43.16735;.36214;328;20220707;26.1;15.6;20.9;3;16.24;0;4.7;22337
+69078;43.16735;.36214;328;20220708;27.6;14.4;21;2.1;16.44;.7;4.94;25296
+69078;43.16735;.36214;328;20220709;30.2;13.4;21.8;1.9;16.14;.1;5.56;27866
+69078;43.16735;.36214;328;20220710;32.3;14.9;23.6;2;16.04;.3;6;28156
+69078;43.16735;.36214;328;20220711;34.5;15.1;24.8;2;15.97;.4;6.47;29108
+69078;43.16735;.36214;328;20220712;34.4;17.5;25.9;2;17.57;.1;6.28;27392
+69078;43.16735;.36214;328;20220713;34.4;16;25.2;2.1;16.71;0;6.42;28209
+69078;43.16735;.36214;328;20220714;35.4;17.9;26.6;2.2;16.54;0;6.66;27492
+69078;43.16735;.36214;328;20220715;33.3;17.4;25.4;2.3;17.61;0;6.01;25609
+69078;43.16735;.36214;328;20220716;36.2;16.3;26.2;1.6;16.91;0;6.3;28270
+69078;43.16735;.36214;328;20220717;37.4;16.6;27;1.8;15.17;.1;6.79;28822
+69078;43.16735;.36214;328;20220718;38.5;15.9;27.2;1.9;16.81;.4;6.94;28976
+69078;43.16735;.36214;328;20220719;27.7;19.3;23.5;2.3;21.07;.1;3.85;16569
+69078;43.16735;.36214;328;20220720;28.1;19.3;23.7;2.7;17.34;0;4.67;18805
+69078;43.16735;.36214;328;20220721;32.2;18;25.1;1.8;17.94;.1;5.5;24739
+69078;43.16735;.36214;328;20220722;23.4;18.6;21;3.1;19.21;.7;2.89;12022
+69078;43.16735;.36214;328;20220723;25.3;16.7;21;1.2;17.37;.2;3.32;16515
+69078;43.16735;.36214;328;20220724;35.9;14;25;2;17.47;.6;6.45;28587
+69078;43.16735;.36214;328;20220725;25.2;19.4;22.3;3.1;19.07;1.4;3.2;12246
+69078;43.16735;.36214;328;20220726;22.4;16.5;19.5;2.1;16.94;.4;2.83;13372
+69078;43.16735;.36214;328;20220727;26.6;15.7;21.2;1.9;14.37;0;4.42;20905
+69078;43.16735;.36214;328;20220728;25.6;12.1;18.9;1.8;15.24;2;3.93;20556
+69078;43.16735;.36214;328;20220729;21.6;16.3;19;1.7;17.74;4.5;2.4;11611
+69078;43.16735;.36214;328;20220730;27.8;18.4;23.1;1.5;18.67;0;3.72;16881
+69078;43.16735;.36214;328;20220731;30;16.2;23.1;1.7;18.84;.2;4.68;22833
+69078;43.16735;.36214;328;20220801;31.4;16.5;24;1.9;18.97;0;5.08;23951
+69078;43.16735;.36214;328;20220802;34.2;15.8;25;1.8;17.34;0;5.76;26416
+69078;43.16735;.36214;328;20220803;35.6;15.8;25.7;2;17.24;.1;5.91;25591
+69078;43.16735;.36214;328;20220804;32.4;20.5;26.4;2.6;21.74;4;5.2;21238
+69078;43.16735;.36214;328;20220805;28.5;19.4;24;2.9;20.11;0;4.34;18273
+69078;43.16735;.36214;328;20220806;31.1;17.2;24.2;1.8;19.21;0;4.82;22717
+69078;43.16735;.36214;328;20220807;32.7;17.4;25.1;2;18.61;.3;5.34;24011
+69078;43.16735;.36214;328;20220808;33.6;15.5;24.6;2.2;16.27;0;5.75;25216
+69078;43.16735;.36214;328;20220809;34.5;17.2;25.8;2.4;16.57;.6;5.78;22638
+69078;43.16735;.36214;328;20220810;36.8;18.2;27.5;2.5;15.47;.6;6.61;25257
+69078;43.16735;.36214;328;20220811;37.8;18.9;28.4;2.5;15.51;0;6.72;24629
+69078;43.16735;.36214;328;20220812;36.8;21.1;29;2.3;18.71;0;6.18;23281
+69078;43.16735;.36214;328;20220813;32.3;20.8;26.5;2.3;21.61;1.7;4.62;18416
+69078;43.16735;.36214;328;20220814;24.7;19.3;22;2.4;20.41;0;2.69;11347
+69078;43.16735;.36214;328;20220815;26.4;17.8;22.1;1.5;16.94;.1;3.38;15396
+69078;43.16735;.36214;328;20220816;25.9;13.2;19.6;2.1;16.97;7.1;3.5;17922
+69078;43.16735;.36214;328;20220817;22.8;13.8;18.3;2.1;16.34;3.3;2.75;13877
+69078;43.16735;.36214;328;20220818;23.3;15.3;19.3;3;16.41;8.3;3.15;14934
+69078;43.16735;.36214;328;20220819;26;15.6;20.8;2.1;16.04;.3;3.8;18546
+69078;43.16735;.36214;328;20220820;29.3;13.2;21.2;2;16.27;.2;4.5;22852
+69078;43.16735;.36214;328;20220821;26.6;16.3;21.5;2.6;18.44;.2;3.58;16472
+69078;43.16735;.36214;328;20220822;25.8;17.2;21.5;3;18.44;.5;3.6;16634
+69078;43.16735;.36214;328;20220823;29;18.7;23.8;1.5;19.84;0;3.69;17192
+69078;43.16735;.36214;328;20220824;34.9;15.8;25.3;2.2;18.41;1;5.33;22712
+69078;43.16735;.36214;328;20220825;26.7;20.8;23.8;3.7;20.94;10.4;3.28;11247
+69078;43.16735;.36214;328;20220826;26.7;18.7;22.7;2.5;19.81;.4;3.23;13952
+69078;43.16735;.36214;328;20220827;29.7;17.2;23.4;2;17.77;.2;4.2;19442
+69078;43.16735;.36214;328;20220828;33.8;14.9;24.3;1.8;16.04;.4;4.99;22537
+69078;43.16735;.36214;328;20220829;34.6;17.9;26.2;2.6;15.67;7.3;5.4;19155
+69078;43.16735;.36214;328;20220830;30.8;16.6;23.7;2.3;17.77;0;4.52;20098
+69078;43.16735;.36214;328;20220831;26;19;22.5;2.4;20.71;3.6;2.91;13009
+69078;43.16735;.36214;328;20220901;28.4;18.4;23.4;1.8;18.94;0;3.62;16863
+69078;43.16735;.36214;328;20220902;26.3;17.5;21.9;2.1;18.24;.7;3.01;13121
+69078;43.16735;.36214;328;20220903;26.6;16.6;21.6;1.4;17.41;.3;3.14;15601
+69078;43.16735;.36214;328;20220904;32.4;12.7;22.6;1.7;15.84;0;4.46;21972
+69078;43.16735;.36214;328;20220905;33.4;14;23.7;1.7;15.54;.3;4.62;21701
+69078;43.16735;.36214;328;20220906;31;15.4;23.2;1.9;15.61;.3;4.29;19523
+69078;43.16735;.36214;328;20220907;27.8;13.9;20.9;2;14.87;.2;3.68;17599
+69078;43.16735;.36214;328;20220908;26.1;11.8;19;1.7;13.87;.1;3.3;17163
+69078;43.16735;.36214;328;20220909;23.6;16.1;19.8;2;15.17;1.9;2.74;12059
+69078;43.16735;.36214;328;20220910;28.1;10.9;19.5;1.5;13.64;.2;3.63;19851
+69078;43.16735;.36214;328;20220911;34;11.8;22.9;1.6;14.07;0;4.48;21498
+69078;43.16735;.36214;328;20220912;35.6;14.8;25.2;2.1;16.44;.5;4.92;19267
+69078;43.16735;.36214;328;20220913;32.1;19.4;25.8;2.8;17.97;1.3;4.18;12889
+69078;43.16735;.36214;328;20220914;28.8;16;22.4;2.7;16.67;.3;3.83;15924
+69078;43.16735;.36214;328;20220915;27.9;17;22.4;2.9;16.31;2.7;3.69;14133
+69078;43.16735;.36214;328;20220916;23.3;16.1;19.7;2.9;16.91;1.3;2.51;10457
+69078;43.16735;.36214;328;20220917;22;10.4;16.2;1.7;11.61;0;2.76;15639
+69078;43.16735;.36214;328;20220918;24.8;5.4;15.1;1.5;8.41;0;3.2;19005
+69078;43.16735;.36214;328;20220919;26.7;7.5;17.1;2.4;8.27;0;4.09;19187
+69078;43.16735;.36214;328;20220920;24.7;8.1;16.4;2.7;9.51;0;3.75;18275
+69078;43.16735;.36214;328;20220921;24.4;8.5;16.5;2.3;10.51;.1;3.32;17553
+69078;43.16735;.36214;328;20220922;25.8;7.6;16.7;1.8;10.61;0;3.26;18176
+69078;43.16735;.36214;328;20220923;23;8.7;15.9;2.2;12.27;3.4;2.63;13591
+69078;43.16735;.36214;328;20220924;18.4;13.3;15.9;2.1;14.31;2;1.69;8519
+69078;43.16735;.36214;328;20220925;19.2;8.4;13.8;2;11.71;.2;2.13;13067
+69078;43.16735;.36214;328;20220926;20.3;9.1;14.7;3;11.54;2.5;2.58;13515
+69078;43.16735;.36214;328;20220927;16;12.4;14.2;4.5;13.37;14.4;1.54;6686
+69078;43.16735;.36214;328;20220928;17.8;13.7;15.8;5.5;14.61;20.1;1.86;7884
+69078;43.16735;.36214;328;20220929;16.9;12;14.5;3.9;12.84;7.4;1.81;8148
+69078;43.16735;.36214;328;20220930;18.1;8.9;13.5;3;11.01;.9;2.16;11880
+69078;43.16735;.36214;328;20221001;22.8;8;15.4;3.2;11.57;.1;2.93;14934
+69078;43.16735;.36214;328;20221002;24.7;8.8;16.7;1.4;13.57;.2;2.42;15263
+69078;43.16735;.36214;328;20221003;25.2;11.1;18.1;1.6;14.24;.1;2.46;13954
+69078;43.16735;.36214;328;20221004;26.1;9.9;18;1.8;12.97;.1;2.76;15349
+69078;43.16735;.36214;328;20221005;27.1;8.7;17.9;2;12.27;0;3;15640
+69078;43.16735;.36214;328;20221006;20.2;15.2;17.7;1.6;14.54;.1;1.64;6966
+69078;43.16735;.36214;328;20221007;23.8;9.3;16.5;1.3;13.81;.4;2.08;13120
+69078;43.16735;.36214;328;20221008;21.7;15.3;18.5;2;15.81;.4;1.89;9019
+69078;43.16735;.36214;328;20221009;26.1;9.5;17.8;1.2;13.11;.2;2.3;14174
+69078;43.16735;.36214;328;20221010;23;9.1;16;1.4;13.14;.1;1.89;11576
+69078;43.16735;.36214;328;20221011;20.5;12.8;16.6;1.6;15.67;1.8;1.47;8286
+69078;43.16735;.36214;328;20221012;21.2;13.7;17.5;1.6;16.01;1.6;1.52;8124
+69078;43.16735;.36214;328;20221013;23.1;13;18;1.8;14.81;.3;2;10481
+69078;43.16735;.36214;328;20221014;21.9;16.8;19.4;3.1;15.31;.4;2.24;7567
+69078;43.16735;.36214;328;20221015;27.1;8.9;18;1.4;13.01;.1;2.3;13863
+69078;43.16735;.36214;328;20221016;28.1;11.6;19.9;1.7;14.21;.1;2.55;13024
+69078;43.16735;.36214;328;20221017;27.3;14.7;21;2;16.27;.7;2.39;10234
+69078;43.16735;.36214;328;20221018;29.3;11.1;20.2;1.6;14.91;0;2.49;12919
+69078;43.16735;.36214;328;20221019;27;13.1;20.1;2.2;14.71;5.2;2.58;8853
+69078;43.16735;.36214;328;20221020;24.3;15.8;20;2.5;14.01;1;2.29;6627
+69078;43.16735;.36214;328;20221021;20.2;14.5;17.4;2;12.57;.4;1.7;4870
+69078;43.16735;.36214;328;20221022;26.5;9.4;17.9;2.1;11.97;.2;2.48;12006
+69078;43.16735;.36214;328;20221023;27.2;13.7;20.5;2.8;11.24;1.3;3.19;9959
+69078;43.16735;.36214;328;20221024;24.2;12.1;18.2;1.8;11.94;.1;2.12;9934
+69078;43.16735;.36214;328;20221025;26.7;9.8;18.3;1.9;11.51;0;2.38;9738
+69078;43.16735;.36214;328;20221026;25.3;10;17.7;1.7;12.44;.1;1.97;9713
+69078;43.16735;.36214;328;20221027;23.3;11.9;17.6;2;12.74;.2;2.13;5987
+69078;43.16735;.36214;328;20221028;29.7;14.2;21.9;1.8;13.01;0;2.62;9587
+69078;43.16735;.36214;328;20221029;29;10.5;19.8;1.8;12.01;.1;2.54;9827
+69078;43.16735;.36214;328;20221030;21.7;7.7;14.7;1.6;10.91;.3;1.66;9152
+69078;43.16735;.36214;328;20221031;21.3;7.6;14.4;2.1;12.21;1.6;1.5;7805
+69078;43.16735;.36214;328;20221101;19.8;12.9;16.3;1.9;13.44;0;1.39;7041
+69078;43.16735;.36214;328;20221102;20.8;10;15.4;1.7;12.01;0;1.49;8437
+69078;43.16735;.36214;328;20221103;21.8;6.9;14.4;2.5;10.64;6.9;1.89;7424
+69078;43.16735;.36214;328;20221104;13;8.4;10.7;4.4;9.91;12.8;1.27;4643
+69078;43.16735;.36214;328;20221105;16.2;6.3;11.3;2.1;9.27;.1;1.28;8508
+69078;43.16735;.36214;328;20221106;20.5;2.5;11.5;2.2;8.21;.1;1.77;10376
+69078;43.16735;.36214;328;20221107;19.8;3.9;11.9;1.8;9.34;0;1.45;9576
+69078;43.16735;.36214;328;20221108;17.6;6.9;12.2;1.3;11.41;.7;.94;5936
+69078;43.16735;.36214;328;20221109;16.2;9.6;12.9;1.9;12.07;3.9;.96;4701
+69078;43.16735;.36214;328;20221110;16.8;4.2;10.5;1.4;9.51;0;.99;8559
+69078;43.16735;.36214;328;20221111;20;1.9;10.9;1.6;8.64;.2;1.33;9618
+69078;43.16735;.36214;328;20221112;22.7;5.1;13.9;1.8;9.97;.1;1.52;8932
+69078;43.16735;.36214;328;20221113;23.2;5.6;14.4;2.3;9.14;.1;1.99;9305
+69078;43.16735;.36214;328;20221114;14.8;5.4;10.1;1.3;10.37;.6;.76;5124
+69078;43.16735;.36214;328;20221115;16.3;8.1;12.2;1.5;12.01;3.4;.79;4771
+69078;43.16735;.36214;328;20221116;18.8;6;12.4;1.5;10.34;1;1.06;7858
+69078;43.16735;.36214;328;20221117;17.2;9.6;13.4;2.7;12.47;9.6;1.07;5920
+69078;43.16735;.36214;328;20221118;11.4;8.2;9.8;3.2;9.91;4.3;.86;2908
+69078;43.16735;.36214;328;20221119;9.2;6.7;7.9;4.1;8.47;1.2;.97;2667
+69078;43.16735;.36214;328;20221120;14.6;1.5;8.1;3.1;8.47;5.4;1.11;6783
+69078;43.16735;.36214;328;20221121;12.9;6.9;9.9;3.1;10.04;37.4;.88;3074
+69078;43.16735;.36214;328;20221122;11.4;5;8.2;4;8.64;10.4;.99;4143
+69078;43.16735;.36214;328;20221123;15.1;8;11.5;3.3;11.27;11.4;.92;4346
+69078;43.16735;.36214;328;20221124;13.6;4;8.8;2.2;9.07;3.1;.82;4758
+69078;43.16735;.36214;328;20221125;10.4;5.4;7.9;3;9.34;8;.63;3506
+69078;43.16735;.36214;328;20221126;13.7;1.9;7.8;1.6;7.64;.5;.81;6292
+69078;43.16735;.36214;328;20221127;14.2;1.5;7.8;1.8;7.64;3.6;.91;5855
+69078;43.16735;.36214;328;20221128;10.8;4.9;7.8;3.5;9.64;7;.55;3744
+69078;43.16735;.36214;328;20221129;11.5;7.7;9.6;3;9.81;2.6;.8;3177
+69078;43.16735;.36214;328;20221130;9.1;4.2;6.6;1.3;8.67;.2;.46;3901
+69078;43.16735;.36214;328;20221201;5;.6;2.8;1.2;7.27;.2;.31;2943
+69078;43.16735;.36214;328;20221202;7.7;1.9;4.8;1.1;7.21;0;.46;4199
+69078;43.16735;.36214;328;20221203;7.8;3.4;5.6;1.1;7.37;.5;.5;3321
+69078;43.16735;.36214;328;20221204;9.3;-2;3.6;1.4;6.01;.1;.53;6463
+69078;43.16735;.36214;328;20221205;13.4;-2.7;5.3;1.7;5.67;0;.85;7182
+69078;43.16735;.36214;328;20221206;12;1.4;6.7;1;8.64;.2;.46;4143
+69078;43.16735;.36214;328;20221207;13.4;7.7;10.6;1.2;10.41;.1;.62;3578
+69078;43.16735;.36214;328;20221208;7.6;3;5.3;1.5;8.87;.8;.33;2551
+69078;43.16735;.36214;328;20221209;13.9;4.9;9.4;1.8;9.81;6.7;.64;4808
+69078;43.16735;.36214;328;20221210;4;2.4;3.2;3.7;6.51;.2;.59;3101
+69078;43.16735;.36214;328;20221211;4.7;-5;-.2;1.2;4.97;.1;.41;3731
+69078;43.16735;.36214;328;20221212;6.6;1;3.8;2.2;7.61;7.4;.36;2353
+69078;43.16735;.36214;328;20221213;14.3;5.1;9.7;2.1;11.61;7.4;.4;3932
+69078;43.16735;.36214;328;20221214;18.6;9.1;13.8;2.3;11.51;.9;1.05;5705
+69078;43.16735;.36214;328;20221215;15.7;6.4;11.1;2;10.67;4.6;.72;4744
+69078;43.16735;.36214;328;20221216;10.3;6.4;8.4;1.9;10.17;4.3;.46;2222
+69078;43.16735;.36214;328;20221217;8.3;6.1;7.2;1.4;8.77;0;.49;2662
+69078;43.16735;.36214;328;20221218;11.1;-.1;5.5;1.9;7.24;.1;.61;5722
+69078;43.16735;.36214;328;20221219;12.4;3.2;7.8;1.4;8.07;0;.6;4369
+69078;43.16735;.36214;328;20221220;14.7;3.4;9;1.4;9.64;2.1;.59;4518
+69078;43.16735;.36214;328;20221221;18.9;6.6;12.7;1.7;10.57;.3;.88;5794
+69078;43.16735;.36214;328;20221222;19.9;6.3;13.1;2.5;10.34;.1;1.29;5546
+69078;43.16735;.36214;328;20221223;18.9;6.2;12.5;1.7;10.27;0;.95;5002
+69078;43.16735;.36214;328;20221224;18.5;5.1;11.8;1.7;9.37;0;.96;5757
+69078;43.16735;.36214;328;20221225;17.3;3;10.1;1.8;8.51;.1;1.02;5949
+69078;43.16735;.36214;328;20221226;17.1;3.1;10.1;1.5;8.61;.1;.85;5459
+69078;43.16735;.36214;328;20221227;14;7.4;10.7;1.1;10.54;.2;.57;3699
+69078;43.16735;.36214;328;20221228;18.1;3.8;10.9;2;8.47;0;1.11;5921
+69078;43.16735;.36214;328;20221229;14.5;5.9;10.2;1.3;9.31;1.9;.68;4002
+69078;43.16735;.36214;328;20221230;20.8;7.2;14;1.2;10.91;1.4;.87;5519
+69078;43.16735;.36214;328;20221231;14.9;5.4;10.1;1.3;9.61;.1;.72;4062
+69079;43.19578;.66697;339;20220101;22;3;12.5;2.1;7.05;0;1.67;7159
+69079;43.19578;.66697;339;20220102;18.5;4.9;11.7;2.3;8.1;.1;1.41;5900
+69079;43.19578;.66697;339;20220103;16.4;3.7;10;1.8;8.75;.1;.91;5658
+69079;43.19578;.66697;339;20220104;19;3.7;11.3;2.3;8.75;13.2;1.29;6403
+69079;43.19578;.66697;339;20220105;7;4.3;5.7;2.2;7.05;0;.74;1890
+69079;43.19578;.66697;339;20220106;6.3;-.9;2.7;1.8;4.95;.1;.73;4040
+69079;43.19578;.66697;339;20220107;7.7;-3.2;2.2;3.6;6.55;.9;.52;5296
+69079;43.19578;.66697;339;20220108;10;5.4;7.7;5.5;8.5;4;1;2952
+69079;43.19578;.66697;339;20220109;8.2;7.8;8;5.9;9.85;45;.59;322
+69079;43.19578;.66697;339;20220110;11.3;7.7;9.5;4.1;11.4;34.7;.44;2473
+69079;43.19578;.66697;339;20220111;11;6.2;8.6;1.7;8.15;0;.83;3214
+69079;43.19578;.66697;339;20220112;9;-1.4;3.8;1.9;5.9;0;.75;5412
+69079;43.19578;.66697;339;20220113;8.4;-3.3;2.5;1.2;5.35;0;.55;5860
+69079;43.19578;.66697;339;20220114;12.1;-5.3;3.4;1.2;4.85;.1;.74;7550
+69079;43.19578;.66697;339;20220115;11.3;-2.2;4.5;2.6;4.25;0;1.38;6541
+69079;43.19578;.66697;339;20220116;10.9;-3.7;3.6;2.3;4.55;0;1.13;6963
+69079;43.19578;.66697;339;20220117;10.8;-3.1;3.8;1.8;4.95;.1;.95;6836
+69079;43.19578;.66697;339;20220118;7.8;-5.1;1.4;1.5;5.6;.1;.55;6617
+69079;43.19578;.66697;339;20220119;9.8;.4;5.1;2.8;7.05;1.1;.79;5498
+69079;43.19578;.66697;339;20220120;8.5;4.3;6.4;2;8.25;4.7;.61;3258
+69079;43.19578;.66697;339;20220121;3.2;0;1.6;1.8;5.8;0;.51;2659
+69079;43.19578;.66697;339;20220122;7.4;-4.3;1.6;1.1;4.95;.1;.59;6567
+69079;43.19578;.66697;339;20220123;8.2;-5.1;1.5;1.3;5.2;.1;.62;7164
+69079;43.19578;.66697;339;20220124;13.8;-3.7;5;2;5.35;0;1.2;8525
+69079;43.19578;.66697;339;20220125;13.1;-1.7;5.7;2.1;5.4;0;1.25;7833
+69079;43.19578;.66697;339;20220126;13.7;-2.3;5.7;1.8;5.5;0;1.13;8298
+69079;43.19578;.66697;339;20220127;13.4;-3;5.2;1.8;5.35;.1;1.18;8522
+69079;43.19578;.66697;339;20220128;5.3;-3.5;.9;1.2;5.45;0;.52;5947
+69079;43.19578;.66697;339;20220129;8;-4.5;1.7;1;5.6;0;.6;7416
+69079;43.19578;.66697;339;20220130;7.5;-4;1.7;1.1;5.75;.1;.64;7069
+69079;43.19578;.66697;339;20220131;10.1;-.4;4.8;3.5;7.95;.9;.7;6911
+69079;43.19578;.66697;339;20220201;8.3;2.7;5.5;2.9;7.4;0;.81;4750
+69079;43.19578;.66697;339;20220202;15.1;3.7;9.4;1.7;8.75;0;1.04;7449
+69079;43.19578;.66697;339;20220203;15.1;-2.4;6.3;1.7;7.7;0;1.05;9738
+69079;43.19578;.66697;339;20220204;13.3;3.6;8.4;2.1;9.3;.7;.9;6987
+69079;43.19578;.66697;339;20220205;8.5;6.8;7.6;2.3;8;.8;.91;2214
+69079;43.19578;.66697;339;20220206;9.6;-2.5;3.5;2.1;6.3;.1;.89;8214
+69079;43.19578;.66697;339;20220207;12.8;4;8.4;3;8.8;.5;1.09;6896
+69079;43.19578;.66697;339;20220208;15.8;2.9;9.3;1.6;7.8;0;1.25;8753
+69079;43.19578;.66697;339;20220209;17.8;-1.4;8.2;1.4;6.6;0;1.44;11149
+69079;43.19578;.66697;339;20220210;9.3;-.2;4.6;1.7;7.2;.5;1.24;9487
+69079;43.19578;.66697;339;20220211;10.2;4.9;7.6;1.6;9.21;1;.77;3979
+69079;43.19578;.66697;339;20220212;14.9;3;8.9;2.1;8.1;0;1.33;10538
+69079;43.19578;.66697;339;20220213;17.9;3.5;10.7;3.7;8.23;3.6;2.04;10836
+69079;43.19578;.66697;339;20220214;11.1;5.2;8.1;4.8;8.4;6.1;1.32;6710
+69079;43.19578;.66697;339;20220215;10.9;4.8;7.8;5.4;8.19;1.2;1.49;6740
+69079;43.19578;.66697;339;20220216;14.3;6.6;10.4;4.9;10.2;.7;1.42;7262
+69079;43.19578;.66697;339;20220217;15.4;10.9;13.2;3.6;11.35;0;1.52;5367
+69079;43.19578;.66697;339;20220218;17.6;4.1;10.9;2.4;10.05;4.4;1.54;10353
+69079;43.19578;.66697;339;20220219;9.1;6.1;7.6;2.1;8.55;1.6;.88;4165
+69079;43.19578;.66697;339;20220220;15;-.3;7.3;3.5;8;.1;1.61;11408
+69079;43.19578;.66697;339;20220221;13.5;7.4;10.4;5.5;8.55;.2;2.02;6825
+69079;43.19578;.66697;339;20220222;14.2;2.7;8.5;2.4;7.7;0;1.55;10021
+69079;43.19578;.66697;339;20220223;15.5;.1;7.8;2;7.45;.1;1.58;11923
+69079;43.19578;.66697;339;20220224;12.6;3.6;8.1;3.1;8.7;1.3;1.3;8909
+69079;43.19578;.66697;339;20220225;10.1;5.4;7.7;1.4;6.85;.1;1.17;6143
+69079;43.19578;.66697;339;20220226;14.2;-2.4;5.9;1.8;5.1;0;1.75;12964
+69079;43.19578;.66697;339;20220227;14.8;-1.5;6.6;1.3;7.05;0;1.46;12994
+69079;43.19578;.66697;339;20220228;16.5;2.6;9.5;1.9;7.4;0;1.84;12030
+69079;43.19578;.66697;339;20220301;16.8;.5;8.6;2.6;7.3;0;2.06;13332
+69079;43.19578;.66697;339;20220302;11;2.4;6.7;1.4;8.85;6.5;1.02;9441
+69079;43.19578;.66697;339;20220303;15.6;.6;8.1;2.1;8.75;2.7;1.59;13040
+69079;43.19578;.66697;339;20220304;8.7;7.7;8.2;4.4;8.95;3.8;1.02;2279
+69079;43.19578;.66697;339;20220305;9.6;4.8;7.2;2.3;7.7;0;1.21;7009
+69079;43.19578;.66697;339;20220306;8.8;4.4;6.6;1.5;7.05;0;1.13;6694
+69079;43.19578;.66697;339;20220307;12;0;6;2;7.1;0;1.47;12114
+69079;43.19578;.66697;339;20220308;12.6;-.9;5.8;1.9;7.45;2.6;1.46;13065
+69079;43.19578;.66697;339;20220309;16;.3;8.2;2;8.3;.1;1.81;14419
+69079;43.19578;.66697;339;20220310;14.4;5.1;9.7;1.4;9.35;0;1.49;10924
+69079;43.19578;.66697;339;20220311;14.3;5;9.7;1.5;9.9;9.6;1.46;11074
+69079;43.19578;.66697;339;20220312;12.4;6.4;9.4;2.5;9.25;2.9;1.43;8733
+69079;43.19578;.66697;339;20220313;10.9;3.1;7;2.4;8;3.9;1.38;10225
+69079;43.19578;.66697;339;20220314;13.3;1.2;7.2;2.3;8.55;.6;1.57;13271
+69079;43.19578;.66697;339;20220315;18.4;9;13.7;3.5;11.25;0;2.33;11554
+69079;43.19578;.66697;339;20220316;15.8;9;12.4;2.9;11.35;1.4;1.73;9829
+69079;43.19578;.66697;339;20220317;11;10;10.5;3.2;11.4;12.6;.86;3056
+69079;43.19578;.66697;339;20220318;9.2;7.5;8.3;1.9;10.13;.2;.7;2736
+69079;43.19578;.66697;339;20220319;15.9;4.4;10.1;2.8;9.5;0;2.04;13986
+69079;43.19578;.66697;339;20220320;17.7;6.3;12;3.5;9.96;0;2.31;13576
+69079;43.19578;.66697;339;20220321;18.4;5.1;11.7;4.6;9.16;0;2.8;14891
+69079;43.19578;.66697;339;20220322;17;4.7;10.9;5.6;8.09;0;3.21;15473
+69079;43.19578;.66697;339;20220323;16.7;2.4;9.5;3.4;7.36;0;2.83;18069
+69079;43.19578;.66697;339;20220324;16.6;3.4;10;3;8.34;0;2.69;17583
+69079;43.19578;.66697;339;20220325;18.1;5.2;11.6;2.3;8.63;0;2.69;17263
+69079;43.19578;.66697;339;20220326;17.7;3.6;10.6;3;7.96;0;2.76;16233
+69079;43.19578;.66697;339;20220327;19.8;3.6;11.7;2.6;8.56;0;3.03;17534
+69079;43.19578;.66697;339;20220328;20.8;3.7;12.3;2;8.3;0;2.84;16831
+69079;43.19578;.66697;339;20220329;18.5;7.6;13;2.1;10.16;5.8;2.29;12102
+69079;43.19578;.66697;339;20220330;10.4;8.7;9.5;3.1;11.43;6.5;.93;3843
+69079;43.19578;.66697;339;20220331;12.1;7.2;9.7;5.4;8.73;7.9;2.03;8795
+69079;43.19578;.66697;339;20220401;7.2;1.1;4.2;6.8;5.63;4.9;1.92;11683
+69079;43.19578;.66697;339;20220402;6.7;0;3.4;4.9;5.38;0;1.97;12956
+69079;43.19578;.66697;339;20220403;6.9;-2.9;2;2.8;5.06;.3;1.84;15703
+69079;43.19578;.66697;339;20220404;10.3;-1.1;4.6;1.6;5.3;0;2.17;19759
+69079;43.19578;.66697;339;20220405;14.5;-3.8;5.3;1.9;6.16;0;2.71;22637
+69079;43.19578;.66697;339;20220406;12.2;2.2;7.2;2.6;8.66;0;1.52;10711
+69079;43.19578;.66697;339;20220407;20;3.7;11.9;3.8;10.06;.1;3.27;19457
+69079;43.19578;.66697;339;20220408;20.9;7.9;14.4;4.2;10.83;1.1;3.45;16396
+69079;43.19578;.66697;339;20220409;13.7;7.1;10.4;3.5;8.66;1.4;2.49;14569
+69079;43.19578;.66697;339;20220410;20;.4;10.2;3;7.63;0;3.54;23449
+69079;43.19578;.66697;339;20220411;21.1;6.7;13.9;5.7;10.7;0;3.42;17088
+69079;43.19578;.66697;339;20220412;18.7;10.6;14.7;4.7;11.46;9.8;2.87;12915
+69079;43.19578;.66697;339;20220413;14;10.9;12.5;2.3;12.16;2;1.29;5610
+69079;43.19578;.66697;339;20220414;20.7;7.2;13.9;1.5;11.66;0;3.03;20029
+69079;43.19578;.66697;339;20220415;21.3;7;14.1;2.2;12.5;.1;3.21;21375
+69079;43.19578;.66697;339;20220416;21.1;9.4;15.3;2.9;12.4;0;3.41;19652
+69079;43.19578;.66697;339;20220417;22;6.4;14.2;3.6;11.5;0;3.86;23682
+69079;43.19578;.66697;339;20220418;17.5;9.8;13.6;3;11.3;0;2.59;13698
+69079;43.19578;.66697;339;20220419;11.4;9.7;10.6;2.9;10.96;10.3;1.25;5855
+69079;43.19578;.66697;339;20220420;11.7;6.7;9.2;2.4;10.06;5.9;1.39;8307
+69079;43.19578;.66697;339;20220421;13.4;8;10.7;2.2;10.9;.2;1.54;8942
+69079;43.19578;.66697;339;20220422;18.1;6.7;12.4;1.7;11.2;.1;2.67;17733
+69079;43.19578;.66697;339;20220423;13.9;8.4;11.2;3;10.53;10.1;1.89;9558
+69079;43.19578;.66697;339;20220424;16.1;8.8;12.5;4.9;11;1.1;2.69;15863
+69079;43.19578;.66697;339;20220425;18.5;4.3;11.4;1.9;10.4;0;3.15;22737
+69079;43.19578;.66697;339;20220426;22.8;5.3;14;2.1;10.66;0;3.85;23386
+69079;43.19578;.66697;339;20220427;19.6;8.4;14;2.2;12.7;2.5;2.61;15184
+69079;43.19578;.66697;339;20220428;15.3;12.2;13.8;2;13.96;0;1.45;6953
+69079;43.19578;.66697;339;20220429;19.5;11.9;15.7;2;14.2;0;2.65;14582
+69079;43.19578;.66697;339;20220430;19.7;12.2;15.9;2.7;13.1;.3;3.05;15889
+69079;43.19578;.66697;339;20220501;19.1;9.3;14.2;2.5;12.4;1.2;3.03;18371
+69079;43.19578;.66697;339;20220502;14.7;10.9;12.8;2.3;12.43;5.5;1.56;6290
+69079;43.19578;.66697;339;20220503;18.7;10.2;14.5;2;12.66;5.5;2.69;15310
+69079;43.19578;.66697;339;20220504;17.6;10.9;14.2;2.5;12.9;4.1;2.27;11770
+69079;43.19578;.66697;339;20220505;18.5;10.1;14.3;3.4;11.7;0;2.96;14732
+69079;43.19578;.66697;339;20220506;18.7;10.7;14.7;3.1;11.75;.2;3.09;16348
+69079;43.19578;.66697;339;20220507;20.7;10;15.3;2.6;11.9;.2;3.49;19123
+69079;43.19578;.66697;339;20220508;22.5;10.8;16.6;2.1;12.15;.1;3.76;20156
+69079;43.19578;.66697;339;20220509;24.4;8.8;16.6;2.3;11.65;0;4.34;23608
+69079;43.19578;.66697;339;20220510;27.2;10.6;18.9;1.8;12.05;0;4.7;24502
+69079;43.19578;.66697;339;20220511;29.1;9.7;19.4;1.8;14.2;0;5.01;26734
+69079;43.19578;.66697;339;20220512;20.4;13.5;16.9;1.8;15.25;0;2.79;15416
+69079;43.19578;.66697;339;20220513;23.5;14.5;19;1;16.05;0;3.28;17890
+69079;43.19578;.66697;339;20220514;27.4;11.1;19.3;1.9;15.65;0;4.58;24809
+69079;43.19578;.66697;339;20220515;27.2;12;19.6;2;17.15;.8;4.41;23964
+69079;43.19578;.66697;339;20220516;27.1;12.9;20;1.7;15.95;0;4.39;23215
+69079;43.19578;.66697;339;20220517;29.8;13.2;21.5;1.5;15.9;.3;4.96;25209
+69079;43.19578;.66697;339;20220518;30;14.1;22;1.7;17.75;0;4.95;24781
+69079;43.19578;.66697;339;20220519;27.9;15.9;21.9;1.7;18.45;.1;4.32;21464
+69079;43.19578;.66697;339;20220520;27.9;15.1;21.5;1.9;18.1;0;4.49;22268
+69079;43.19578;.66697;339;20220521;30.8;15.2;23;1.3;20.3;.1;4.83;24601
+69079;43.19578;.66697;339;20220522;28.5;16.5;22.5;1.8;20.5;1.9;4.36;21572
+69079;43.19578;.66697;339;20220523;21;14.8;17.9;3.1;14.45;.4;3.29;15119
+69079;43.19578;.66697;339;20220524;13.9;11.8;12.9;1.8;12.2;14.6;1.64;7990
+69079;43.19578;.66697;339;20220525;16.9;9.9;13.4;2.3;11.6;0;2.77;16411
+69079;43.19578;.66697;339;20220526;19.4;11.7;15.5;1.8;12.95;0;3.06;17250
+69079;43.19578;.66697;339;20220527;23;13.1;18;1.5;14.15;.1;3.67;19847
+69079;43.19578;.66697;339;20220528;24.7;10.3;17.5;2.4;14.05;0;4.38;24132
+69079;43.19578;.66697;339;20220529;23.9;9.3;16.6;1.8;11.6;0;4.35;24370
+69079;43.19578;.66697;339;20220530;23.8;8.6;16.2;1.6;12.25;1.2;4.27;25052
+69079;43.19578;.66697;339;20220531;24.5;12;18.3;1.6;12.8;0;4.25;22645
+69079;43.19578;.66697;339;20220601;28.9;11.2;20.1;1.3;16.55;0;4.96;27270
+69079;43.19578;.66697;339;20220602;26.7;14.4;20.6;1.8;17.7;.6;4.34;22492
+69079;43.19578;.66697;339;20220603;28.5;16;22.2;2.3;18.65;4.9;4.77;22827
+69079;43.19578;.66697;339;20220604;21.8;16.4;19.1;1.6;18.9;3;2.75;14526
+69079;43.19578;.66697;339;20220605;22.1;15.5;18.8;1.4;17.25;0;3.08;16227
+69079;43.19578;.66697;339;20220606;25.6;12.7;19.2;1.6;17.05;2.6;4.21;23286
+69079;43.19578;.66697;339;20220607;21.9;15.6;18.7;1.3;16.2;.1;3.09;15937
+69079;43.19578;.66697;339;20220608;20.1;13.1;16.6;1.9;16.3;2.8;2.87;16900
+69079;43.19578;.66697;339;20220609;23;14;18.5;2.4;14.65;.1;3.84;19238
+69079;43.19578;.66697;339;20220610;28.3;9.4;18.8;1.5;13.55;0;5.2;28582
+69079;43.19578;.66697;339;20220611;31.2;11.9;21.6;1.7;15.3;0;5.73;28967
+69079;43.19578;.66697;339;20220612;30.2;15.9;23;2;19.55;2.6;5.14;24817
+69079;43.19578;.66697;339;20220613;27.8;17.2;22.5;2.1;20.25;.1;4.38;21145
+69079;43.19578;.66697;339;20220614;32;16.4;24.2;1.7;20.8;2.3;5.42;25973
+69079;43.19578;.66697;339;20220615;33.9;19.4;26.7;1.8;20.1;0;5.76;25007
+69079;43.19578;.66697;339;20220616;34.1;17.7;25.9;1.7;20.75;0;5.89;26652
+69079;43.19578;.66697;339;20220617;36.2;18.2;27.2;1.4;20.05;.2;6.22;27999
+69079;43.19578;.66697;339;20220618;37.5;18.3;27.9;1.8;20.65;.1;6.75;29022
+69079;43.19578;.66697;339;20220619;29.7;17.5;23.6;1.9;20.4;.6;4.84;22810
+69079;43.19578;.66697;339;20220620;27.6;17.6;22.6;2.2;19.15;0;4.41;20512
+69079;43.19578;.66697;339;20220621;24.5;18.2;21.3;2.3;19.1;1.1;3.46;15968
+69079;43.19578;.66697;339;20220622;25.4;17.7;21.5;2.6;18.2;.1;3.94;17876
+69079;43.19578;.66697;339;20220623;25.8;13.9;19.8;1.8;16.9;12;4.25;22503
+69079;43.19578;.66697;339;20220624;23.4;14.6;19;1.3;16.35;.5;3.56;19151
+69079;43.19578;.66697;339;20220625;22;11.9;16.9;2.2;15.4;9;3.56;20657
+69079;43.19578;.66697;339;20220626;16.1;12.5;14.3;1.8;14.9;5.5;1.96;11754
+69079;43.19578;.66697;339;20220627;16.4;13.3;14.8;1.7;14.9;5.8;1.93;10616
+69079;43.19578;.66697;339;20220628;24.2;12.6;18.4;1.4;14.75;.2;4.04;22243
+69079;43.19578;.66697;339;20220629;24.7;11.5;18.1;1.7;15.45;3;4.19;23697
+69079;43.19578;.66697;339;20220630;15.6;13.5;14.6;2.2;15.05;2.6;1.58;8376
+69079;43.19578;.66697;339;20220701;22.2;11.9;17.1;1.3;13.7;.1;3.65;20656
+69079;43.19578;.66697;339;20220702;29.7;9.7;19.7;1.5;14.5;.1;5.45;29491
+69079;43.19578;.66697;339;20220703;26.8;15.4;21.1;2.1;17.05;.5;4.48;21852
+69079;43.19578;.66697;339;20220704;21.7;16.1;18.9;2.1;16.9;0;3.01;14860
+69079;43.19578;.66697;339;20220705;26.9;17.7;22.3;1;18.45;.2;3.89;19303
+69079;43.19578;.66697;339;20220706;25.1;17.1;21.1;2;18.45;1.3;3.71;17866
+69079;43.19578;.66697;339;20220707;26;15.4;20.7;3;16.1;0;4.53;20855
+69079;43.19578;.66697;339;20220708;27.7;14.7;21.2;2;16.55;.1;4.7;23194
+69079;43.19578;.66697;339;20220709;30.3;13.3;21.8;1.8;16.05;0;5.42;26700
+69079;43.19578;.66697;339;20220710;32.4;14.8;23.6;1.9;15.85;0;5.87;27134
+69079;43.19578;.66697;339;20220711;34.6;14.8;24.7;1.7;15.65;.4;6.24;28863
+69079;43.19578;.66697;339;20220712;34.5;17.3;25.9;1.9;17.2;0;6.16;26739
+69079;43.19578;.66697;339;20220713;34.5;16.1;25.3;2.1;16.1;0;6.36;27564
+69079;43.19578;.66697;339;20220714;35.4;17.6;26.5;2.1;16.25;0;6.52;27088
+69079;43.19578;.66697;339;20220715;33.3;17.3;25.3;2.3;17.55;0;6;25514
+69079;43.19578;.66697;339;20220716;36.2;15.9;26;1.4;16.95;0;6.19;28856
+69079;43.19578;.66697;339;20220717;37.3;16.5;26.9;1.7;15.25;0;6.7;29183
+69079;43.19578;.66697;339;20220718;38.3;15.1;26.7;1.7;16.5;.1;6.85;29964
+69079;43.19578;.66697;339;20220719;27.5;19.3;23.4;1.9;20.9;0;3.88;17704
+69079;43.19578;.66697;339;20220720;27.9;19.3;23.6;2.6;17.3;0;4.53;18108
+69079;43.19578;.66697;339;20220721;32.3;18;25.2;1.6;17.95;0;5.23;23659
+69079;43.19578;.66697;339;20220722;23.7;18.3;21;2.8;19.05;.4;3.13;13883
+69079;43.19578;.66697;339;20220723;25.6;16.6;21.1;.9;17.35;.1;3.55;18373
+69079;43.19578;.66697;339;20220724;35.9;13.7;24.8;1.9;17.35;.1;6.44;29180
+69079;43.19578;.66697;339;20220725;24.8;19.4;22.1;2.9;19.05;1;3.34;13619
+69079;43.19578;.66697;339;20220726;22.1;16.4;19.3;2.1;16.85;.2;2.92;14108
+69079;43.19578;.66697;339;20220727;26.8;15.7;21.3;1.8;14.2;0;4.33;20257
+69079;43.19578;.66697;339;20220728;25.7;12;18.9;1.8;15.3;1.4;4.14;22484
+69079;43.19578;.66697;339;20220729;21.4;16.4;18.9;1.6;17.95;4.1;2.53;12917
+69079;43.19578;.66697;339;20220730;28;18.2;23.1;1.6;18.7;0;4.02;18772
+69079;43.19578;.66697;339;20220731;30;16.3;23.2;1.4;18.9;0;4.54;22250
+69079;43.19578;.66697;339;20220801;31.6;16.3;23.9;1.6;19;0;4.94;23577
+69079;43.19578;.66697;339;20220802;34.3;15.6;24.9;1.4;17.25;0;5.49;25975
+69079;43.19578;.66697;339;20220803;36.1;15.5;25.8;1.6;16.45;0;5.99;27287
+69079;43.19578;.66697;339;20220804;32.7;19.9;26.3;2.6;21.45;2.9;5.21;21157
+69079;43.19578;.66697;339;20220805;28.8;19.6;24.2;2.8;20.1;0;4.32;17659
+69079;43.19578;.66697;339;20220806;31.2;17.2;24.2;1.6;19.25;0;4.67;21876
+69079;43.19578;.66697;339;20220807;32.8;17.2;25;1.8;18.75;.3;5.16;23116
+69079;43.19578;.66697;339;20220808;33.6;15.5;24.6;2.2;16;0;5.72;24824
+69079;43.19578;.66697;339;20220809;34.7;16.8;25.7;2.2;16.25;.5;5.92;24607
+69079;43.19578;.66697;339;20220810;36.8;17.8;27.3;2.2;15.55;.2;6.34;25185
+69079;43.19578;.66697;339;20220811;37.6;18.2;27.9;2.3;15.75;0;6.55;25344
+69079;43.19578;.66697;339;20220812;36.9;21.1;29;2.2;18.5;0;6;22572
+69079;43.19578;.66697;339;20220813;31.9;20.7;26.3;2.3;21.6;1.5;4.61;18725
+69079;43.19578;.66697;339;20220814;25.1;19.3;22.2;2.3;20.35;.8;2.98;12970
+69079;43.19578;.66697;339;20220815;26.2;18;22.1;1.4;17;.1;3.38;15595
+69079;43.19578;.66697;339;20220816;26.3;12.9;19.6;1.8;17;3.4;3.76;20284
+69079;43.19578;.66697;339;20220817;22.8;13.7;18.3;2.1;16.2;2.3;3.04;16315
+69079;43.19578;.66697;339;20220818;23.3;15.5;19.4;2.9;16.45;2.9;3.2;14952
+69079;43.19578;.66697;339;20220819;26;15.5;20.7;2.1;16.05;.1;3.68;17420
+69079;43.19578;.66697;339;20220820;29.3;13.2;21.2;1.8;16.2;0;4.33;21778
+69079;43.19578;.66697;339;20220821;26.4;16.1;21.3;2.4;18.15;.1;3.6;17058
+69079;43.19578;.66697;339;20220822;25.7;17;21.4;2.8;18.5;.3;3.43;15452
+69079;43.19578;.66697;339;20220823;28.9;18.7;23.8;1.6;19.75;.1;3.65;16738
+69079;43.19578;.66697;339;20220824;34.7;15.6;25.1;2.1;18.1;1.2;5.33;23218
+69079;43.19578;.66697;339;20220825;26.5;21;23.7;3.9;20.65;12.2;3.47;11721
+69079;43.19578;.66697;339;20220826;26.8;18.6;22.7;2.3;19.8;.2;3.31;14479
+69079;43.19578;.66697;339;20220827;29.7;17.3;23.5;1.8;17.75;.3;4.03;18113
+69079;43.19578;.66697;339;20220828;33.5;14.8;24.2;1.7;15.9;.2;4.87;22306
+69079;43.19578;.66697;339;20220829;34.2;17.2;25.7;2.4;15.9;6.1;5.4;21083
+69079;43.19578;.66697;339;20220830;30.6;16.3;23.5;2;17.7;0;4.24;18997
+69079;43.19578;.66697;339;20220831;25.7;18.6;22.2;2.1;20.7;3.8;2.8;12914
+69079;43.19578;.66697;339;20220901;28.3;18.4;23.3;1.6;18.95;0;3.38;15394
+69079;43.19578;.66697;339;20220902;26.6;17.3;22;1.8;18.2;2.9;3.2;14832
+69079;43.19578;.66697;339;20220903;26.5;16.4;21.4;1.3;17.5;.1;3.06;15352
+69079;43.19578;.66697;339;20220904;32.4;12.4;22.4;1.4;15.95;.1;4.31;21958
+69079;43.19578;.66697;339;20220905;33.5;13.4;23.5;1.4;15.85;.8;4.46;21802
+69079;43.19578;.66697;339;20220906;31;15.4;23.2;1.7;15.75;.1;4.09;18885
+69079;43.19578;.66697;339;20220907;27.8;13.7;20.7;1.6;14.85;0;3.56;17698
+69079;43.19578;.66697;339;20220908;26.1;11.4;18.7;1.4;13.7;0;3.25;17945
+69079;43.19578;.66697;339;20220909;23.1;16.3;19.7;1.7;15.15;1.2;2.58;11638
+69079;43.19578;.66697;339;20220910;28.1;10.8;19.5;1.3;13.75;.1;3.48;19276
+69079;43.19578;.66697;339;20220911;33.8;11.7;22.7;1.4;14.05;0;4.4;21797
+69079;43.19578;.66697;339;20220912;34.3;13.9;24.1;1.6;17.1;.2;4.45;20601
+69079;43.19578;.66697;339;20220913;31.8;19.3;25.6;2.1;18.35;1.2;4.01;15783
+69079;43.19578;.66697;339;20220914;28.5;15.9;22.2;2.4;17;.6;3.62;15686
+69079;43.19578;.66697;339;20220915;27.6;16.8;22.2;2.6;16.35;1.8;3.57;14249
+69079;43.19578;.66697;339;20220916;23;16.6;19.8;2.7;16.9;.8;2.5;10486
+69079;43.19578;.66697;339;20220917;21.9;10.5;16.2;1.7;11.55;0;2.64;14309
+69079;43.19578;.66697;339;20220918;24.6;5.1;14.8;1.4;8.25;0;3.12;19058
+69079;43.19578;.66697;339;20220919;26.6;7.1;16.8;2.3;8.05;0;3.95;18831
+69079;43.19578;.66697;339;20220920;24.9;7.6;16.3;2.5;9.25;0;3.65;17513
+69079;43.19578;.66697;339;20220921;24.3;8.1;16.2;2;10.4;.1;3.11;16730
+69079;43.19578;.66697;339;20220922;25.7;7.1;16.4;1.6;10.45;0;3.11;17864
+69079;43.19578;.66697;339;20220923;23.2;8.2;15.7;2;12.15;3.3;2.77;15736
+69079;43.19578;.66697;339;20220924;18.4;13.2;15.8;1.6;14.4;2;1.64;8579
+69079;43.19578;.66697;339;20220925;18.7;8.4;13.5;1.8;11.65;.1;2;12451
+69079;43.19578;.66697;339;20220926;20.1;8.9;14.5;2.8;11.45;1.8;2.46;12923
+69079;43.19578;.66697;339;20220927;15.9;12.4;14.2;4.1;13.3;8.2;1.56;6529
+69079;43.19578;.66697;339;20220928;18.1;13.6;15.8;4.8;14.5;15.8;1.88;7426
+69079;43.19578;.66697;339;20220929;16.8;12;14.4;3.5;12.85;10.3;1.75;7673
+69079;43.19578;.66697;339;20220930;17.8;8.7;13.2;2.9;10.95;1.1;2.07;10970
+69079;43.19578;.66697;339;20221001;22.7;7.7;15.2;2.8;11.6;.2;2.76;14401
+69079;43.19578;.66697;339;20221002;24.6;8.5;16.5;1.1;13.5;.1;2.28;14744
+69079;43.19578;.66697;339;20221003;25;11.3;18.1;1.4;14.3;0;2.36;13331
+69079;43.19578;.66697;339;20221004;25.9;9.6;17.8;1.6;12.9;.1;2.59;14523
+69079;43.19578;.66697;339;20221005;26.8;8.5;17.6;1.5;12.4;0;2.7;15310
+69079;43.19578;.66697;339;20221006;19.7;15.1;17.4;1.4;14.4;.1;1.58;6799
+69079;43.19578;.66697;339;20221007;23.4;8.9;16.2;1.3;13.75;0;2.03;13130
+69079;43.19578;.66697;339;20221008;21.6;15.3;18.5;1.8;15.65;.4;1.78;8128
+69079;43.19578;.66697;339;20221009;25.6;9.2;17.4;.9;12.95;.1;2.1;13711
+69079;43.19578;.66697;339;20221010;23.6;8.7;16.1;1.1;13;.1;1.95;12864
+69079;43.19578;.66697;339;20221011;20.1;12.6;16.4;1.5;15.55;1.4;1.45;8629
+69079;43.19578;.66697;339;20221012;21.5;13.5;17.5;1.4;15.75;1.4;1.6;8837
+69079;43.19578;.66697;339;20221013;23.2;12.8;18;1.7;14.5;.2;1.94;10122
+69079;43.19578;.66697;339;20221014;21.9;16.9;19.4;2.9;15.2;.3;2.14;6501
+69079;43.19578;.66697;339;20221015;27.4;9.4;18.4;1.2;13.05;.1;2.23;13395
+69079;43.19578;.66697;339;20221016;27.9;10.6;19.2;1.5;14.5;.1;2.35;12936
+69079;43.19578;.66697;339;20221017;26.9;14.4;20.6;1.8;17.05;.2;2.19;10651
+69079;43.19578;.66697;339;20221018;28.8;10.7;19.7;1.6;15.1;.1;2.39;12879
+69079;43.19578;.66697;339;20221019;26.7;12.6;19.6;1.6;15.4;2.8;2.1;11030
+69079;43.19578;.66697;339;20221020;24.7;15.4;20.1;2.1;14.2;.4;2.28;8591
+69079;43.19578;.66697;339;20221021;20.5;14.8;17.7;1.9;12.45;.2;1.8;6305
+69079;43.19578;.66697;339;20221022;26.4;9.8;18.1;2.1;12;.2;2.5;11609
+69079;43.19578;.66697;339;20221023;27;13.3;20.2;2.8;11.3;1.1;3.11;10338
+69079;43.19578;.66697;339;20221024;24.1;11.9;18;1.8;12.15;0;2.02;9502
+69079;43.19578;.66697;339;20221025;26.3;9.7;18;1.8;11.7;.1;2.27;11208
+69079;43.19578;.66697;339;20221026;24.4;9.9;17.2;1.9;12.55;.1;1.99;10220
+69079;43.19578;.66697;339;20221027;21.4;11.3;16.3;1;13.85;.1;1.3;8181
+69079;43.19578;.66697;339;20221028;28.9;12.9;20.9;1.3;14.3;0;1.98;10531
+69079;43.19578;.66697;339;20221029;27.9;9;18.4;1.5;12.95;.2;2.05;11390
+69079;43.19578;.66697;339;20221030;21.5;6.9;14.2;1.2;11.3;.1;1.38;9728
+69079;43.19578;.66697;339;20221031;21.8;6.8;14.3;1.9;11.85;.6;1.57;9708
+69079;43.19578;.66697;339;20221101;19.9;12.9;16.4;1.8;13.35;0;1.38;6112
+69079;43.19578;.66697;339;20221102;20.7;10.9;15.8;1.7;12.05;0;1.49;7356
+69079;43.19578;.66697;339;20221103;21.2;6.4;13.8;1.8;10.6;4.2;1.58;9236
+69079;43.19578;.66697;339;20221104;12.5;7.8;10.2;4.2;9.95;10;1.17;4515
+69079;43.19578;.66697;339;20221105;16.3;6.1;11.2;1.7;9.3;.1;1.2;7212
+69079;43.19578;.66697;339;20221106;20.4;1.8;11.1;1.6;8.05;.1;1.52;10114
+69079;43.19578;.66697;339;20221107;19.4;3.5;11.4;1.6;9.25;.1;1.32;9114
+69079;43.19578;.66697;339;20221108;17.2;6.2;11.7;1;11.3;.4;.85;7254
+69079;43.19578;.66697;339;20221109;16.3;8.9;12.6;1.8;11.85;3.4;.96;5651
+69079;43.19578;.66697;339;20221110;16.6;4.1;10.4;1.3;9.5;.1;.96;7589
+69079;43.19578;.66697;339;20221111;20;1.5;10.8;1.4;8.65;.1;1.24;9428
+69079;43.19578;.66697;339;20221112;22.8;4.1;13.4;1.3;9.75;.1;1.33;9349
+69079;43.19578;.66697;339;20221113;22.9;4.9;13.9;1.9;9.2;0;1.75;9058
+69079;43.19578;.66697;339;20221114;15.1;4.5;9.8;1;10.25;.4;.7;6537
+69079;43.19578;.66697;339;20221115;16.3;8.2;12.2;1.1;11.95;2.2;.75;5456
+69079;43.19578;.66697;339;20221116;18.6;5.7;12.1;1.2;10.2;.5;.95;7137
+69079;43.19578;.66697;339;20221117;16.9;8.9;12.9;2.5;12.3;8.1;.97;5281
+69079;43.19578;.66697;339;20221118;11.6;8.1;9.9;3.2;9.9;3;.91;2863
+69079;43.19578;.66697;339;20221119;8.8;6.7;7.7;3.5;8.5;.8;.88;1951
+69079;43.19578;.66697;339;20221120;14.4;1.2;7.8;2.9;8.3;4.2;1.07;6925
+69079;43.19578;.66697;339;20221121;12.5;6.7;9.6;2.7;10;26.7;.8;4011
+69079;43.19578;.66697;339;20221122;11.2;4.8;8;3.1;8.55;9.7;.91;4265
+69079;43.19578;.66697;339;20221123;15;7.7;11.3;2.6;11.05;8.9;.91;4569
+69079;43.19578;.66697;339;20221124;13.2;3.5;8.4;2;8.95;2.1;.76;5437
+69079;43.19578;.66697;339;20221125;10.1;4.8;7.5;2.8;9.2;5.8;.6;3610
+69079;43.19578;.66697;339;20221126;13.3;1.7;7.5;1.4;7.65;.8;.72;5939
+69079;43.19578;.66697;339;20221127;13.2;1.1;7.1;1.4;7.5;2.9;.72;6033
+69079;43.19578;.66697;339;20221128;10.7;4.7;7.7;3.1;9.6;6;.55;3816
+69079;43.19578;.66697;339;20221129;11.2;7.5;9.3;2.6;9.75;1.6;.77;2665
+69079;43.19578;.66697;339;20221130;8.9;4.2;6.5;1.1;8.7;.3;.45;3102
+69079;43.19578;.66697;339;20221201;5.3;.1;2.7;1.2;7.2;.2;.31;3265
+69079;43.19578;.66697;339;20221202;7.6;2.7;5.2;1.1;7.25;0;.5;3149
+69079;43.19578;.66697;339;20221203;7.7;3.1;5.4;1;7.15;.1;.51;2982
+69079;43.19578;.66697;339;20221204;9;-2.7;3.2;1.1;5.8;.1;.5;5544
+69079;43.19578;.66697;339;20221205;13;-3.3;4.8;1.7;5.65;0;.85;6724
+69079;43.19578;.66697;339;20221206;11.7;1.1;6.4;.7;8.35;.2;.39;5115
+69079;43.19578;.66697;339;20221207;13.3;7.5;10.4;1.1;10.35;.2;.59;3417
+69079;43.19578;.66697;339;20221208;7.1;2.6;4.8;1.4;8.75;.4;.28;2777
+69079;43.19578;.66697;339;20221209;13.8;4.8;9.3;1.4;9.75;5.6;.58;4512
+69079;43.19578;.66697;339;20221210;3.8;2.6;3.2;3.4;6.55;.2;.61;652
+69079;43.19578;.66697;339;20221211;4.5;-5;-.2;1.2;4.95;.1;.38;4647
+69079;43.19578;.66697;339;20221212;5.9;.9;3.4;2;7.5;6.5;.33;2930
+69079;43.19578;.66697;339;20221213;14;4.8;9.4;1.8;11.25;7.6;.42;4498
+69079;43.19578;.66697;339;20221214;18.2;8.6;13.4;2.2;11.55;1.3;1;4608
+69079;43.19578;.66697;339;20221215;15.7;6.1;10.9;2;10.8;6.2;.73;4566
+69079;43.19578;.66697;339;20221216;10.4;6;8.2;1.8;10.15;3.1;.44;2633
+69079;43.19578;.66697;339;20221217;7.6;6;6.8;1.2;8.75;0;.5;993
+69079;43.19578;.66697;339;20221218;10.4;-.9;4.7;1.4;7.1;.1;.47;5033
+69079;43.19578;.66697;339;20221219;11.7;3.1;7.4;1.2;8.05;0;.56;4203
+69079;43.19578;.66697;339;20221220;13.8;3;8.4;1.4;9.55;2.6;.52;4878
+69079;43.19578;.66697;339;20221221;18.5;6.6;12.6;1.8;10.7;.3;.92;5192
+69079;43.19578;.66697;339;20221222;19.4;6.4;12.9;2.5;10.45;0;1.21;5519
+69079;43.19578;.66697;339;20221223;18.9;5.9;12.4;1.6;10.35;0;.87;5503
+69079;43.19578;.66697;339;20221224;18.1;4.5;11.3;1.5;9.45;0;.85;5685
+69079;43.19578;.66697;339;20221225;16.9;2.4;9.7;1.7;8.3;.1;.89;5923
+69079;43.19578;.66697;339;20221226;17.1;2;9.6;1.4;8.55;.2;.73;6088
+69079;43.19578;.66697;339;20221227;14.6;6.9;10.8;1.2;10.4;.2;.62;3899
+69079;43.19578;.66697;339;20221228;17.9;3.2;10.5;1.8;8.45;.1;1.02;6031
+69079;43.19578;.66697;339;20221229;14.6;5.5;10.1;1;9.25;.6;.58;4454
+69079;43.19578;.66697;339;20221230;20;6.8;13.4;.9;10.75;.7;.73;5678
+69079;43.19578;.66697;339;20221231;14;4.3;9.2;.8;9.6;.1;.48;4693
+69080;43.22331;.97206;287;20220101;21.1;-.8;10.2;.9;7.39;.1;.73;8033
+69080;43.22331;.97206;287;20220102;18.3;-2;8.2;.5;7.79;.2;.4;7726
+69080;43.22331;.97206;287;20220103;16;1.8;8.9;.8;8.79;.1;.52;6279
+69080;43.22331;.97206;287;20220104;16.5;.2;8.4;1.4;8.99;11;.68;6869
+69080;43.22331;.97206;287;20220105;7.3;5.7;6.5;2.1;7.29;.1;.85;1236
+69080;43.22331;.97206;287;20220106;6.9;-1.6;2.7;1.9;5.29;.1;.71;4655
+69080;43.22331;.97206;287;20220107;8.6;-3.7;2.5;2.5;6.69;.5;.51;5923
+69080;43.22331;.97206;287;20220108;11.2;6.7;9;4.3;8.89;1.8;1.16;3077
+69080;43.22331;.97206;287;20220109;8.5;8.7;8.6;4.8;10.49;42.7;.61;0
+69080;43.22331;.97206;287;20220110;11.8;7.9;9.9;4.1;11.69;22.6;.53;2832
+69080;43.22331;.97206;287;20220111;11.4;3;7.2;1.5;8.09;.1;.66;4838
+69080;43.22331;.97206;287;20220112;8.9;-1.3;3.8;1.4;6.09;0;.61;5525
+69080;43.22331;.97206;287;20220113;7.1;-4.9;1.1;.8;5.79;.1;.38;6171
+69080;43.22331;.97206;287;20220114;11;-3.8;3.6;.3;5.49;.1;.34;7076
+69080;43.22331;.97206;287;20220115;11.8;-5.3;3.3;1.1;4.59;.1;.73;7789
+69080;43.22331;.97206;287;20220116;10.4;-6.3;2.1;.8;4.89;0;.53;7765
+69080;43.22331;.97206;287;20220117;10.7;-4.9;2.9;1.4;5.39;.1;.72;7543
+69080;43.22331;.97206;287;20220118;5.4;-4.1;.7;1.2;5.99;.1;.39;5656
+69080;43.22331;.97206;287;20220119;9;.9;5;1.7;7.19;.8;.64;5183
+69080;43.22331;.97206;287;20220120;8.3;5.5;6.9;1.9;8.69;3.2;.62;2527
+69080;43.22331;.97206;287;20220121;3.6;1.5;2.6;2.4;5.89;0;.68;2042
+69080;43.22331;.97206;287;20220122;7.3;-4.3;1.5;.6;4.99;.1;.47;6715
+69080;43.22331;.97206;287;20220123;9.8;-6.1;1.9;.6;4.99;.1;.51;8194
+69080;43.22331;.97206;287;20220124;13.2;-5.9;3.7;.4;5.39;0;.5;9226
+69080;43.22331;.97206;287;20220125;13.7;-5;4.4;.4;5.49;0;.52;9230
+69080;43.22331;.97206;287;20220126;12.7;-3.9;4.4;.6;5.79;0;.61;8730
+69080;43.22331;.97206;287;20220127;13.3;-3.6;4.9;1.2;5.49;.1;.91;8936
+69080;43.22331;.97206;287;20220128;3;-4.2;-.6;1.5;5.99;0;.33;5439
+69080;43.22331;.97206;287;20220129;4.9;-3.4;.8;1;6.19;0;.43;6024
+69080;43.22331;.97206;287;20220130;5.7;-2.1;1.8;1.2;6.39;.1;.49;5883
+69080;43.22331;.97206;287;20220131;10.8;.9;5.9;3.8;8.59;1;.76;6895
+69080;43.22331;.97206;287;20220201;9.1;3.7;6.4;3;7.49;0;1;4811
+69080;43.22331;.97206;287;20220202;14.6;6.9;10.8;2;9.69;0;1.12;6096
+69080;43.22331;.97206;287;20220203;15.3;1.7;8.5;1.8;8.89;0;1.06;8668
+69080;43.22331;.97206;287;20220204;13.7;4.1;8.9;2.4;9.69;.7;.98;7168
+69080;43.22331;.97206;287;20220205;8.9;7.9;8.4;2.3;8.59;.3;.94;1428
+69080;43.22331;.97206;287;20220206;10.1;-3;3.6;2.6;6.29;.1;1.02;8847
+69080;43.22331;.97206;287;20220207;13.8;3.8;8.8;3.5;9.09;.4;1.29;7668
+69080;43.22331;.97206;287;20220208;16.4;2.4;9.4;.8;7.49;0;1.04;9453
+69080;43.22331;.97206;287;20220209;16.9;-3.6;6.7;.6;6.79;0;.97;11885
+69080;43.22331;.97206;287;20220210;3.6;-2.6;.5;1.7;7.21;0;1.24;9487
+69080;43.22331;.97206;287;20220211;11;5;8;1.7;8.9;.6;.81;4069
+69080;43.22331;.97206;287;20220212;14.5;2.6;8.5;2.1;8.11;0;1.33;10538
+69080;43.22331;.97206;287;20220213;17.7;4.3;11;3.7;8.24;4.7;2.04;10836
+69080;43.22331;.97206;287;20220214;11.3;5.8;8.6;4.8;8.41;5.3;1.32;6710
+69080;43.22331;.97206;287;20220215;11.2;5.2;8.2;5.8;8.42;1.1;1.51;7160
+69080;43.22331;.97206;287;20220216;14.7;8.3;11.5;3.7;10.39;.4;1.54;6709
+69080;43.22331;.97206;287;20220217;16.5;11.9;14.2;2.9;11.79;0;1.61;5565
+69080;43.22331;.97206;287;20220218;18.6;3.2;10.9;2.6;10.59;4.4;1.66;11465
+69080;43.22331;.97206;287;20220219;9.1;7.2;8.2;2.2;8.89;1.7;.91;3202
+69080;43.22331;.97206;287;20220220;15.6;.2;7.9;2.4;8.59;0;1.5;11781
+69080;43.22331;.97206;287;20220221;14.2;8.9;11.6;5.5;8.69;.2;2.36;6445
+69080;43.22331;.97206;287;20220222;14.6;6.6;10.6;2.4;8.09;0;1.73;8344
+69080;43.22331;.97206;287;20220223;15.3;0;7.7;1.3;7.99;.1;1.38;12222
+69080;43.22331;.97206;287;20220224;13.6;1.5;7.6;2.3;8.89;.5;1.29;10864
+69080;43.22331;.97206;287;20220225;10.8;6.4;8.6;1.4;6.99;.2;1.26;6101
+69080;43.22331;.97206;287;20220226;14.5;-4.8;4.9;1.7;4.99;.1;1.77;14448
+69080;43.22331;.97206;287;20220227;15.2;-7.3;4;.4;6.59;0;1.25;15911
+69080;43.22331;.97206;287;20220228;16.7;-.5;8.1;1.2;7.39;0;1.64;13919
+69080;43.22331;.97206;287;20220301;16.5;-.5;8;2;7.69;.1;1.85;14007
+69080;43.22331;.97206;287;20220302;11.8;.7;6.3;.9;9.29;6;1.07;11203
+69080;43.22331;.97206;287;20220303;15.4;2.5;9;1.2;9.89;.4;1.4;12339
+69080;43.22331;.97206;287;20220304;9;7.5;8.3;3.6;9.69;3.9;.89;3367
+69080;43.22331;.97206;287;20220305;10.5;6.4;8.5;2.5;7.89;0;1.42;6542
+69080;43.22331;.97206;287;20220306;9.4;5.2;7.3;1.7;7.39;0;1.22;6728
+69080;43.22331;.97206;287;20220307;11.9;1.8;6.9;2.7;7.43;0;1.64;13232
+69080;43.22331;.97206;287;20220308;13.1;2.3;7.7;3.2;8.37;5.6;1.68;12497
+69080;43.22331;.97206;287;20220309;16;.4;8.2;1.7;8.99;0;1.74;14750
+69080;43.22331;.97206;287;20220310;14.9;2.8;8.9;1.7;9.39;.1;1.61;12984
+69080;43.22331;.97206;287;20220311;15;2.6;8.8;1.6;9.69;9.7;1.6;13318
+69080;43.22331;.97206;287;20220312;12.7;6.3;9.5;1.9;9.69;2.5;1.4;9299
+69080;43.22331;.97206;287;20220313;11.6;1.7;6.7;1.8;8.19;2.8;1.42;12037
+69080;43.22331;.97206;287;20220314;14.5;-.1;7.2;2.9;9.09;0;1.71;15080
+69080;43.22331;.97206;287;20220315;17;12.3;14.7;4.9;11.79;0;2.42;8066
+69080;43.22331;.97206;287;20220316;16.4;11.6;14;2.9;11.89;1.2;1.91;8264
+69080;43.22331;.97206;287;20220317;13;10.5;11.8;2.2;12.29;13.7;1.12;5658
+69080;43.22331;.97206;287;20220318;9.3;7.9;8.6;1.9;10.14;.2;.7;2736
+69080;43.22331;.97206;287;20220319;15.8;4.8;10.3;2.8;9.51;0;2.04;13986
+69080;43.22331;.97206;287;20220320;17.6;6.8;12.2;3.5;9.98;0;2.31;13576
+69080;43.22331;.97206;287;20220321;17.9;6.2;12.1;4.6;9.18;0;2.8;14891
+69080;43.22331;.97206;287;20220322;16.2;6.7;11.4;7;7.86;0;3.61;16149
+69080;43.22331;.97206;287;20220323;16.7;3.3;10;3.4;7.38;0;2.83;18069
+69080;43.22331;.97206;287;20220324;16.7;4.2;10.5;3.9;8.16;0;3.01;18355
+69080;43.22331;.97206;287;20220325;18.2;5.2;11.7;2.3;8.64;0;2.69;17263
+69080;43.22331;.97206;287;20220326;17.7;4.4;11.1;3;7.98;0;2.76;16233
+69080;43.22331;.97206;287;20220327;20.3;4.3;12.3;2.6;8.58;0;3.03;17534
+69080;43.22331;.97206;287;20220328;21;3.5;12.3;2;8.31;0;2.84;16831
+69080;43.22331;.97206;287;20220329;18.6;8;13.3;2.1;10.18;3.4;2.29;12102
+69080;43.22331;.97206;287;20220330;11.2;8.9;10.1;2.8;11.43;6.4;1.04;4309
+69080;43.22331;.97206;287;20220331;12.6;7.6;10.1;5.4;8.74;8.7;2.03;8795
+69080;43.22331;.97206;287;20220401;7.5;1.3;4.4;6.8;5.64;4.9;1.92;11683
+69080;43.22331;.97206;287;20220402;7;.4;3.7;5.7;5.25;0;1.92;11585
+69080;43.22331;.97206;287;20220403;7.2;-2.6;2.3;2.8;5.08;.1;1.84;15703
+69080;43.22331;.97206;287;20220404;10.6;-1.3;4.6;1.6;5.31;0;2.17;19759
+69080;43.22331;.97206;287;20220405;14.6;-3.1;5.8;2.2;6.38;0;2.68;21874
+69080;43.22331;.97206;287;20220406;12.2;2.9;7.6;2.6;8.68;0;1.52;10711
+69080;43.22331;.97206;287;20220407;20.4;4.2;12.3;3.8;10.08;.1;3.27;19457
+69080;43.22331;.97206;287;20220408;21.1;8.4;14.7;4.2;10.84;.5;3.45;16396
+69080;43.22331;.97206;287;20220409;14.1;7.4;10.8;3.5;8.68;1.4;2.49;14569
+69080;43.22331;.97206;287;20220410;19.8;.5;10.1;3;7.64;0;3.54;23449
+69080;43.22331;.97206;287;20220411;20.4;7.6;14;5.7;10.71;0;3.42;17088
+69080;43.22331;.97206;287;20220412;18.8;10.8;14.8;4.7;11.48;0;2.87;12915
+69080;43.22331;.97206;287;20220413;13.9;11.2;12.6;2.3;12.18;1.8;1.29;5610
+69080;43.22331;.97206;287;20220414;21;7.1;14.1;1.5;11.68;.1;3.03;20029
+69080;43.22331;.97206;287;20220415;21.7;7.2;14.5;2.2;12.51;.1;3.21;21375
+69080;43.22331;.97206;287;20220416;21.5;9.6;15.6;2.9;12.41;0;3.41;19652
+69080;43.22331;.97206;287;20220417;22.2;6.5;14.4;3.6;11.51;0;3.86;23682
+69080;43.22331;.97206;287;20220418;17.8;9.9;13.8;3;11.31;0;2.59;13698
+69080;43.22331;.97206;287;20220419;12.2;9.8;11;2.9;10.98;8.2;1.25;5855
+69080;43.22331;.97206;287;20220420;11.8;7.1;9.5;2.4;10.08;7.5;1.39;8307
+69080;43.22331;.97206;287;20220421;13.3;8.2;10.7;2.2;10.91;0;1.54;8942
+69080;43.22331;.97206;287;20220422;18;7.3;12.7;1.7;11.21;0;2.67;17733
+69080;43.22331;.97206;287;20220423;13.8;9;11.4;3;10.54;10.4;1.89;9558
+69080;43.22331;.97206;287;20220424;16.3;8.9;12.6;4.9;11.01;.5;2.69;15863
+69080;43.22331;.97206;287;20220425;18.8;4.3;11.6;1.9;10.41;0;3.15;22737
+69080;43.22331;.97206;287;20220426;23;5.3;14.2;2.1;10.68;0;3.85;23386
+69080;43.22331;.97206;287;20220427;20.2;8.2;14.2;2.2;12.71;3.3;2.61;15184
+69080;43.22331;.97206;287;20220428;15.9;12.6;14.3;2;13.98;2.1;1.45;6953
+69080;43.22331;.97206;287;20220429;20.3;12.1;16.2;2;14.21;0;2.65;14582
+69080;43.22331;.97206;287;20220430;20.2;12.6;16.4;2.7;13.11;.3;3.05;15889
+69080;43.22331;.97206;287;20220501;19.6;9.6;14.6;2.5;12.41;1.1;3.03;18371
+69080;43.22331;.97206;287;20220502;15.7;11.3;13.5;2.3;12.44;.3;1.56;6290
+69080;43.22331;.97206;287;20220503;19.2;10.3;14.8;2;12.68;8.6;2.69;15310
+69080;43.22331;.97206;287;20220504;18;11.2;14.6;2.5;12.91;8.9;2.27;11770
+69080;43.22331;.97206;287;20220505;18.9;10.3;14.6;3.4;11.71;.1;2.96;14732
+69080;43.22331;.97206;287;20220506;19.1;11.1;15.1;2.8;11.89;0;3.22;16760
+69080;43.22331;.97206;287;20220507;21;11;16;2.9;12.29;.3;3.67;18991
+69080;43.22331;.97206;287;20220508;22.7;12.4;17.6;2.3;13.39;.1;3.78;19386
+69080;43.22331;.97206;287;20220509;25.1;7.9;16.5;1;12.09;0;4.18;25565
+69080;43.22331;.97206;287;20220510;27.5;7.9;17.7;.5;12.69;.1;4.38;27504
+69080;43.22331;.97206;287;20220511;28.6;8.6;18.6;1.4;15.09;0;4.9;27918
+69080;43.22331;.97206;287;20220512;21.9;13.8;17.9;2.1;15.69;0;3.27;17349
+69080;43.22331;.97206;287;20220513;24;15.6;19.8;1.1;16.59;0;3.4;17768
+69080;43.22331;.97206;287;20220514;28.8;10.6;19.7;.9;16.59;0;4.7;26902
+69080;43.22331;.97206;287;20220515;26.8;13.3;20.1;1.6;17.59;.1;4.29;23072
+69080;43.22331;.97206;287;20220516;27.3;14.2;20.8;.8;16.59;0;4.17;22795
+69080;43.22331;.97206;287;20220517;30.5;12.1;21.3;.6;16.89;.1;4.86;27367
+69080;43.22331;.97206;287;20220518;31.8;14;22.9;1.4;17.49;0;5.38;26992
+69080;43.22331;.97206;287;20220519;28.5;14;21.3;1.9;18.59;.1;4.73;24315
+69080;43.22331;.97206;287;20220520;28.1;12.3;20.2;1.2;18.09;0;4.61;25527
+69080;43.22331;.97206;287;20220521;32.2;13.8;23;.9;19.29;0;5.28;27745
+69080;43.22331;.97206;287;20220522;28.8;16.5;22.7;1.7;21.09;1;4.5;22509
+69080;43.22331;.97206;287;20220523;21;15.6;18.3;2.7;15.19;0;3.19;14503
+69080;43.22331;.97206;287;20220524;14.6;13;13.8;2;12.59;11.4;1.74;7301
+69080;43.22331;.97206;287;20220525;19;10.2;14.6;3;11.99;0;3.43;19001
+69080;43.22331;.97206;287;20220526;20.4;12.4;16.4;2;12.79;0;3.43;18104
+69080;43.22331;.97206;287;20220527;23.5;13.7;18.6;1.5;14.19;0;3.86;20237
+69080;43.22331;.97206;287;20220528;25.9;11.6;18.8;1.7;13.89;0;4.63;24790
+69080;43.22331;.97206;287;20220529;25.2;9;17.1;1.4;10.89;0;4.69;26537
+69080;43.22331;.97206;287;20220530;24.9;8.1;16.5;1.2;12.49;2;4.53;27112
+69080;43.22331;.97206;287;20220531;25.6;12.5;19.1;1.1;14.39;0;4.32;23835
+69080;43.22331;.97206;287;20220601;30.1;10.6;20.4;1;16.39;0;5.3;29441
+69080;43.22331;.97206;287;20220602;25.6;15.3;20.5;1.8;18.69;.4;4.04;21069
+69080;43.22331;.97206;287;20220603;30;16.2;23.1;1.9;19.49;8.2;5.13;24648
+69080;43.22331;.97206;287;20220604;23.4;16.3;19.9;1.6;20.29;2.1;3.21;17328
+69080;43.22331;.97206;287;20220605;23;16.4;19.7;1.7;17.79;0;3.32;16687
+69080;43.22331;.97206;287;20220606;27.6;12.7;20.2;1.1;17.79;3.3;4.67;25794
+69080;43.22331;.97206;287;20220607;22.8;16.6;19.7;1.2;16.89;0;3.23;16182
+69080;43.22331;.97206;287;20220608;19.9;13.1;16.5;2.2;16.49;1.7;2.89;17035
+69080;43.22331;.97206;287;20220609;23.5;14.3;18.9;3;14.49;.1;4.26;20061
+69080;43.22331;.97206;287;20220610;29.1;9.6;19.4;.9;13.69;0;5.23;29860
+69080;43.22331;.97206;287;20220611;32.4;11.6;22;1;15.09;0;5.81;30916
+69080;43.22331;.97206;287;20220612;31.8;15.6;23.7;1.9;19.69;3.8;5.7;27150
+69080;43.22331;.97206;287;20220613;33.3;18.2;25.8;1.8;21.69;.3;5.79;26187
+69080;43.22331;.97206;287;20220614;32.6;16.6;24.6;.9;21.89;1.9;5.39;27016
+69080;43.22331;.97206;287;20220615;35.3;16.7;26;.7;20.29;0;5.86;29253
+69080;43.22331;.97206;287;20220616;34.9;17.9;26.4;1.2;21.89;0;5.95;27921
+69080;43.22331;.97206;287;20220617;37.3;17.3;27.3;.9;20.39;.2;6.35;30412
+69080;43.22331;.97206;287;20220618;36.1;16.5;26.3;1.7;19.99;0;6.68;30103
+69080;43.22331;.97206;287;20220619;34.3;15.7;25;1.6;20.39;.1;6.21;29296
+69080;43.22331;.97206;287;20220620;28.2;18;23.1;2;19.39;0;4.63;21345
+69080;43.22331;.97206;287;20220621;25.8;19.2;22.5;2.2;19.89;.6;3.81;16904
+69080;43.22331;.97206;287;20220622;27.7;17.2;22.5;1.4;18.59;.8;4.43;21674
+69080;43.22331;.97206;287;20220623;27.7;14.6;21.2;1.9;17.49;13.7;4.84;24362
+69080;43.22331;.97206;287;20220624;23.5;15.3;19.4;.9;16.99;.7;3.53;18985
+69080;43.22331;.97206;287;20220625;24;11.5;17.8;1.6;16.09;7.6;4.12;23749
+69080;43.22331;.97206;287;20220626;17.4;13.5;15.5;2;15.89;2.4;2.21;12660
+69080;43.22331;.97206;287;20220627;15.8;13.9;14.9;1.1;15.79;10.7;1.62;8421
+69080;43.22331;.97206;287;20220628;24.9;13.9;19.4;2.3;14.47;.1;4.88;25309
+69080;43.22331;.97206;287;20220629;27.9;10.5;19.2;2.1;15.27;2.3;5.07;26191
+69080;43.22331;.97206;287;20220630;16.4;14.6;15.5;2;15.79;2;1.69;8137
+69080;43.22331;.97206;287;20220701;23;11.8;17.4;1;13.59;0;3.89;22301
+69080;43.22331;.97206;287;20220702;31.3;8.7;20;.8;14.29;0;5.48;30989
+69080;43.22331;.97206;287;20220703;28.4;14.7;21.6;1.8;17.79;.2;4.93;24749
+69080;43.22331;.97206;287;20220704;24;16.8;20.4;2.3;17.39;0;3.73;17544
+69080;43.22331;.97206;287;20220705;28;18.7;23.4;1.7;18.39;.1;4.44;20094
+69080;43.22331;.97206;287;20220706;26.1;15;20.6;1.7;17.79;.3;4.27;22043
+69080;43.22331;.97206;287;20220707;27;17;22;3.1;15.79;0;5.03;20818
+69080;43.22331;.97206;287;20220708;29.3;17.5;23.4;2.2;15.99;0;5.25;22690
+69080;43.22331;.97206;287;20220709;31.6;14;22.8;1.3;15.49;0;5.58;27959
+69080;43.22331;.97206;287;20220710;33.8;13.7;23.8;1;15.09;0;5.85;29913
+69080;43.22331;.97206;287;20220711;35.6;13;24.3;.7;15.59;.3;5.82;30547
+69080;43.22331;.97206;287;20220712;36.2;14.3;25.3;1;17.19;0;6.16;30483
+69080;43.22331;.97206;287;20220713;35.7;14.4;25.1;1;16.29;0;6.1;30417
+69080;43.22331;.97206;287;20220714;36.7;15.1;25.9;.9;16.89;0;6.12;30347
+69080;43.22331;.97206;287;20220715;35.4;18.3;26.9;1.6;17.49;0;6.2;27171
+69080;43.22331;.97206;287;20220716;38.2;15.3;26.8;.9;16.49;0;6.21;30199
+69080;43.22331;.97206;287;20220717;38.4;14.5;26.5;1;15.89;0;6.27;30121
+69080;43.22331;.97206;287;20220718;38.6;13.9;26.3;1.4;16.59;0;6.65;30041
+69080;43.22331;.97206;287;20220719;32.2;17.4;24.8;1.5;21.09;0;5.26;24904
+69080;43.22331;.97206;287;20220720;28.9;20.4;24.7;2.3;17.39;0;4.75;18488
+69080;43.22331;.97206;287;20220721;32.7;15;23.9;1;17.69;0;5.35;27194
+69080;43.22331;.97206;287;20220722;27.1;17;22.1;2.6;19.29;.3;4.32;20144
+69080;43.22331;.97206;287;20220723;26.9;17.6;22.3;1.1;17.19;0;3.92;19209
+69080;43.22331;.97206;287;20220724;36.7;13.9;25.3;1.1;17.89;0;6.06;29498
+69080;43.22331;.97206;287;20220725;26.3;21.1;23.7;3.4;19.29;.9;4.04;13920
+69080;43.22331;.97206;287;20220726;24.6;17.6;21.1;2.2;16.79;.2;3.71;16306
+69080;43.22331;.97206;287;20220727;28.5;15.5;22;2;13.99;0;4.99;22627
+69080;43.22331;.97206;287;20220728;28.2;14.4;21.3;1.7;15.49;1.9;4.71;23263
+69080;43.22331;.97206;287;20220729;21.9;16.7;19.3;1.5;18.89;2.5;2.67;13699
+69080;43.22331;.97206;287;20220730;28.9;18.8;23.9;1.5;18.49;0;4.29;19545
+69080;43.22331;.97206;287;20220731;31.6;15.6;23.6;1;18.49;0;4.87;24846
+69080;43.22331;.97206;287;20220801;32.9;16.3;24.6;1.5;18.79;0;5.33;25224
+69080;43.22331;.97206;287;20220802;35.3;16.9;26.1;1.4;16.99;0;5.77;26511
+69080;43.22331;.97206;287;20220803;37;13.8;25.4;.9;16.19;0;5.66;28388
+69080;43.22331;.97206;287;20220804;34;18;26;1.7;21.79;1.7;5.4;24405
+69080;43.22331;.97206;287;20220805;29.6;20.8;25.2;2.4;20.39;.1;4.46;17663
+69080;43.22331;.97206;287;20220806;32.2;18.4;25.3;1.4;19.19;0;4.85;22352
+69080;43.22331;.97206;287;20220807;33.6;17.5;25.6;1.6;18.89;.2;5.32;24132
+69080;43.22331;.97206;287;20220808;34.5;16;25.3;1;15.49;0;5.2;25835
+69080;43.22331;.97206;287;20220809;35.5;14.9;25.2;1.1;15.79;.2;5.51;27196
+69080;43.22331;.97206;287;20220810;37.2;15.5;26.4;.8;15.89;0;5.4;27470
+69080;43.22331;.97206;287;20220811;36.9;16;26.5;1.3;19.19;0;5.79;27114
+69080;43.22331;.97206;287;20220812;38.3;18;28.2;1.3;19.39;0;5.91;26556
+69080;43.22331;.97206;287;20220813;31.5;20;25.8;1.9;21.19;.5;4.57;19541
+69080;43.22331;.97206;287;20220814;27.6;19.9;23.8;2.4;20.19;0;3.81;15651
+69080;43.22331;.97206;287;20220815;28.7;19.4;24.1;1.2;16.99;0;3.8;17232
+69080;43.22331;.97206;287;20220816;29.9;13;21.5;1.9;16.69;6.3;4.73;23561
+69080;43.22331;.97206;287;20220817;24;16.9;20.5;1.9;16.99;3.5;3.17;14702
+69080;43.22331;.97206;287;20220818;23.9;15.2;19.6;2.2;16.99;3.2;3.28;16316
+69080;43.22331;.97206;287;20220819;27.3;15.8;21.6;2;16.39;.1;4.04;18841
+69080;43.22331;.97206;287;20220820;30.1;12.7;21.4;.8;16.59;0;4.17;23338
+69080;43.22331;.97206;287;20220821;27.8;16.3;22.1;1.7;18.59;.1;3.81;18596
+69080;43.22331;.97206;287;20220822;26.4;18.4;22.4;3;18.79;.4;3.74;15181
+69080;43.22331;.97206;287;20220823;30.2;19.4;24.8;1.1;19.69;0;3.77;17737
+69080;43.22331;.97206;287;20220824;35.7;14.7;25.2;.7;18.19;1.3;4.73;25096
+69080;43.22331;.97206;287;20220825;28.2;20.3;24.3;1.8;21.79;6.9;3.4;14761
+69080;43.22331;.97206;287;20220826;27.8;18;22.9;1.5;19.99;.2;3.45;16476
+69080;43.22331;.97206;287;20220827;30.6;18;24.3;1.1;18.39;.1;3.86;18726
+69080;43.22331;.97206;287;20220828;33.7;13.8;23.8;.8;16.99;.1;4.39;23708
+69080;43.22331;.97206;287;20220829;33.6;15.1;24.4;1.1;18.29;6.2;4.48;22642
+69080;43.22331;.97206;287;20220830;31.6;15.5;23.6;1.1;18.79;0;4.08;20872
+69080;43.22331;.97206;287;20220831;25.7;17.1;21.4;1.4;20.99;2.8;2.85;14773
+69080;43.22331;.97206;287;20220901;28.7;19;23.9;1.2;19.39;0;3.33;15648
+69080;43.22331;.97206;287;20220902;27.8;17.4;22.6;1.5;18.39;7.3;3.4;16120
+69080;43.22331;.97206;287;20220903;27.2;16.6;21.9;1.1;18.29;.2;3.15;16155
+69080;43.22331;.97206;287;20220904;32.2;12.7;22.5;.9;17.79;.1;4.03;22213
+69080;43.22331;.97206;287;20220905;33.4;14.8;24.1;1.1;19.39;1.5;4.19;21484
+69080;43.22331;.97206;287;20220906;32.2;17.4;24.8;1.1;17.99;0;3.86;18858
+69080;43.22331;.97206;287;20220907;28.4;14.5;21.5;1.6;15.99;.1;3.65;18078
+69080;43.22331;.97206;287;20220908;26.1;11.5;18.8;.7;14.39;.2;3.01;18400
+69080;43.22331;.97206;287;20220909;22.5;14.2;18.4;1.1;16.09;.9;2.42;13418
+69080;43.22331;.97206;287;20220910;27.9;11;19.5;.9;14.39;0;3.3;19551
+69080;43.22331;.97206;287;20220911;33.4;11.2;22.3;.7;14.59;.1;3.78;22132
+69080;43.22331;.97206;287;20220912;30.2;12.5;21.4;1.2;18.39;0;3.57;19680
+69080;43.22331;.97206;287;20220913;30.9;17.8;24.4;1.2;18.69;.6;3.45;16585
+69080;43.22331;.97206;287;20220914;29.8;15.3;22.6;1.3;17.29;1.1;3.43;17355
+69080;43.22331;.97206;287;20220915;28.2;15.8;22;1.7;17.09;1.2;3.33;15794
+69080;43.22331;.97206;287;20220916;24.5;19;21.8;2.8;16.89;.5;2.98;9964
+69080;43.22331;.97206;287;20220917;21.8;12.6;17.2;1.5;11.69;0;2.6;13152
+69080;43.22331;.97206;287;20220918;24.8;4.7;14.8;.5;8.49;0;2.62;19892
+69080;43.22331;.97206;287;20220919;27;5.2;16.1;1;8.69;0;3.17;20568
+69080;43.22331;.97206;287;20220920;25.8;7.4;16.6;1.9;9.49;0;3.54;18597
+69080;43.22331;.97206;287;20220921;25.1;8.4;16.8;1.3;10.69;0;2.96;17473
+69080;43.22331;.97206;287;20220922;26.1;6.6;16.4;.8;10.99;0;2.77;18796
+69080;43.22331;.97206;287;20220923;24.6;8.1;16.4;1.2;12.99;3.6;2.68;17001
+69080;43.22331;.97206;287;20220924;19.8;13.9;16.9;1.3;14.89;2;1.81;9514
+69080;43.22331;.97206;287;20220925;19.1;8.9;14;1.4;11.69;.2;2.04;12795
+69080;43.22331;.97206;287;20220926;21;6.7;13.9;2.3;10.89;1.9;2.62;15232
+69080;43.22331;.97206;287;20220927;17;12.5;14.8;2.9;13.19;5.2;1.78;7855
+69080;43.22331;.97206;287;20220928;18.3;14.3;16.3;4.2;14.69;10;1.97;7240
+69080;43.22331;.97206;287;20220929;17.2;12;14.6;2.7;13.09;10.3;1.77;8344
+69080;43.22331;.97206;287;20220930;17.9;9.9;13.9;2.2;11.19;.8;2.03;10550
+69080;43.22331;.97206;287;20221001;23.3;6.9;15.1;1.7;11.79;.1;2.54;15513
+69080;43.22331;.97206;287;20221002;24.3;8;16.2;.4;13.49;.1;2.02;15284
+69080;43.22331;.97206;287;20221003;24;9.9;17;.4;13.79;0;1.92;13955
+69080;43.22331;.97206;287;20221004;26.3;7.5;16.9;.4;12.49;.1;2.09;16133
+69080;43.22331;.97206;287;20221005;26.5;5.8;16.2;1.1;13.19;0;2.47;16796
+69080;43.22331;.97206;287;20221006;19.5;13.5;16.5;.9;14.59;.1;1.48;8310
+69080;43.22331;.97206;287;20221007;23.2;9.2;16.2;.5;14.19;0;1.79;13246
+69080;43.22331;.97206;287;20221008;22.3;14;18.2;1;15.79;.2;1.71;9762
+69080;43.22331;.97206;287;20221009;25.2;9.8;17.5;.9;13.19;.1;2.08;13619
+69080;43.22331;.97206;287;20221010;24.9;7.6;16.3;.7;13.39;0;1.94;14337
+69080;43.22331;.97206;287;20221011;21;13.3;17.2;1;15.89;.8;1.51;8995
+69080;43.22331;.97206;287;20221012;22.2;11.4;16.8;1.1;15.29;1.1;1.68;10762
+69080;43.22331;.97206;287;20221013;24.3;13.7;19;1.2;14.99;.3;1.93;10511
+69080;43.22331;.97206;287;20221014;23.3;17.5;20.4;2.6;15.49;.3;2.35;7321
+69080;43.22331;.97206;287;20221015;29.2;8.3;18.8;1;13.09;.1;2.32;14924
+69080;43.22331;.97206;287;20221016;26.5;10;18.3;1.7;15.89;.1;2.23;12940
+69080;43.22331;.97206;287;20221017;25.5;14.5;20;2.2;17.99;.1;2.11;10179
+69080;43.22331;.97206;287;20221018;28;11.2;19.6;1.4;16.19;.2;2.22;12731
+69080;43.22331;.97206;287;20221019;26.4;11.2;18.8;.9;15.29;2.1;1.82;11884
+69080;43.22331;.97206;287;20221020;25.3;14.7;20;1.1;17.29;0;1.71;9569
+69080;43.22331;.97206;287;20221021;22.2;14.4;18.3;.9;14.19;.3;1.46;7903
+69080;43.22331;.97206;287;20221022;26.2;9.8;18;.9;13.49;.3;1.77;11910
+69080;43.22331;.97206;287;20221023;29.4;11.7;20.6;1.6;12.69;.6;2.53;12259
+69080;43.22331;.97206;287;20221024;24.3;12.6;18.5;1.4;12.79;0;1.88;9580
+69080;43.22331;.97206;287;20221025;23.1;9.2;16.2;.8;13.09;.2;1.43;10420
+69080;43.22331;.97206;287;20221026;24.9;8;16.5;1.1;13.59;.1;1.65;11472
+69080;43.22331;.97206;287;20221027;24.2;3.8;14;.8;13.39;.1;1.43;12567
+69080;43.22331;.97206;287;20221028;26.6;12.9;19.8;1.1;15.39;.1;1.7;9915
+69080;43.22331;.97206;287;20221029;26.6;7;16.8;1.1;12.49;.1;1.74;11962
+69080;43.22331;.97206;287;20221030;19.7;5.7;12.7;1.1;11.99;.1;1.19;9763
+69080;43.22331;.97206;287;20221031;24.5;6.4;15.5;1.6;12.79;.6;1.73;11133
+69080;43.22331;.97206;287;20221101;20.1;14;17.1;1.7;13.39;0;1.47;5806
+69080;43.22331;.97206;287;20221102;20.3;12.5;16.4;1.6;13.19;0;1.4;6645
+69080;43.22331;.97206;287;20221103;20.3;9.6;14.9;3.2;11.77;3.8;1.82;6401
+69080;43.22331;.97206;287;20221104;13;8.8;10.9;3.7;10.19;9.5;1.29;4375
+69080;43.22331;.97206;287;20221105;16;8.2;12.1;1.4;9.59;.1;1.16;6360
+69080;43.22331;.97206;287;20221106;21.7;.4;11.1;.8;7.69;.1;1.16;11243
+69080;43.22331;.97206;287;20221107;19.8;1.2;10.5;.9;9.09;.1;1.06;10278
+69080;43.22331;.97206;287;20221108;19.1;3.1;11.1;.8;11.99;0;.86;9307
+69080;43.22331;.97206;287;20221109;17.9;6.3;12.1;1.2;12.09;4.6;.91;7617
+69080;43.22331;.97206;287;20221110;15.6;5.4;10.5;.5;9.99;0;.71;6960
+69080;43.22331;.97206;287;20221111;21;3.2;12.1;1.1;9.89;.1;1.13;9503
+69080;43.22331;.97206;287;20221112;22.9;3.6;13.3;.8;10.39;.1;1.04;9822
+69080;43.22331;.97206;287;20221113;21.6;2.5;12.1;.6;9.29;0;.86;9638
+69080;43.22331;.97206;287;20221114;15.6;3.3;9.5;1.1;10.49;.2;.72;7367
+69080;43.22331;.97206;287;20221115;17.2;7.3;12.3;.4;12.19;2.3;.64;6383
+69080;43.22331;.97206;287;20221116;18.7;4.9;11.8;.6;10.49;.3;.73;7681
+69080;43.22331;.97206;287;20221117;18;7.1;12.6;1.6;12.29;7.7;.89;6589
+69080;43.22331;.97206;287;20221118;12.3;8.6;10.5;2.7;10.09;2.9;.99;3224
+69080;43.22331;.97206;287;20221119;9.9;6.7;8.3;2.6;8.79;.9;.89;2858
+69080;43.22331;.97206;287;20221120;13.5;.7;7.1;2.3;8.59;4.1;.83;6987
+69080;43.22331;.97206;287;20221121;12.8;7.5;10.2;1.7;10.49;23.5;.73;3958
+69080;43.22331;.97206;287;20221122;11.3;5.5;8.4;3;8.79;10.2;.96;4148
+69080;43.22331;.97206;287;20221123;15.5;7.5;11.5;2;11.19;8.1;.87;5046
+69080;43.22331;.97206;287;20221124;14;2.9;8.5;1.1;9.39;1;.61;6113
+69080;43.22331;.97206;287;20221125;10.3;5.8;8.1;1.8;9.59;4.9;.59;3356
+69080;43.22331;.97206;287;20221126;13.2;.4;6.8;.7;7.59;.2;.52;6520
+69080;43.22331;.97206;287;20221127;12;-1.5;5.3;.9;7.49;2.9;.5;6662
+69080;43.22331;.97206;287;20221128;11.9;6;9;2.4;9.99;5.6;.69;3899
+69080;43.22331;.97206;287;20221129;11.9;7.4;9.7;2.3;9.89;1.3;.8;3196
+69080;43.22331;.97206;287;20221130;5.2;3.3;4.3;1;8.59;.1;.32;1578
+69080;43.22331;.97206;287;20221201;4.7;2.9;3.8;1.1;7.69;0;.4;1478
+69080;43.22331;.97206;287;20221202;7;3;5;.8;7.39;0;.47;2839
+69080;43.22331;.97206;287;20221203;6.3;2;4.2;.2;7.19;.9;.36;2963
+69080;43.22331;.97206;287;20221204;8.8;-1.4;3.7;.9;5.99;.1;.48;5251
+69080;43.22331;.97206;287;20221205;12.6;-4.7;4;.6;5.49;.1;.41;7195
+69080;43.22331;.97206;287;20221206;10.5;-.7;4.9;.4;7.89;.2;.32;5483
+69080;43.22331;.97206;287;20221207;13.8;5.8;9.8;.7;10.09;.1;.49;4391
+69080;43.22331;.97206;287;20221208;7.7;2.4;5.1;1.2;8.69;1;.33;3297
+69080;43.22331;.97206;287;20221209;14.4;5.1;9.8;1;9.89;4.7;.55;4777
+69080;43.22331;.97206;287;20221210;4.2;3.7;4;3.8;6.79;.1;.77;59
+69080;43.22331;.97206;287;20221211;4.3;-6.7;-1.2;.5;4.89;.1;.25;5256
+69080;43.22331;.97206;287;20221212;5.8;0;2.9;1.1;7.29;5;.32;3427
+69080;43.22331;.97206;287;20221213;14;3.2;8.6;1.1;9.89;5.1;.47;5149
+69080;43.22331;.97206;287;20221214;18;7.3;12.7;.5;10.79;.5;.49;5100
+69080;43.22331;.97206;287;20221215;15.4;3.9;9.7;1.8;11.39;5.8;.5;5319
+69080;43.22331;.97206;287;20221216;10.7;5.4;8.1;1.7;10.39;3.3;.41;3166
+69080;43.22331;.97206;287;20221217;7;5.9;6.5;1;9.09;0;.46;700
+69080;43.22331;.97206;287;20221218;10.7;1.4;6.1;1.5;8.69;0;.42;4615
+69080;43.22331;.97206;287;20221219;12.4;1;6.7;1.3;8.29;0;.51;5249
+69080;43.22331;.97206;287;20221220;13.3;2.3;7.8;1.3;9.19;.5;.5;5128
+69080;43.22331;.97206;287;20221221;18.6;7.4;13;.9;10.99;.2;.65;5186
+69080;43.22331;.97206;287;20221222;18.8;6.3;12.6;2.2;10.93;0;1.15;5305
+69080;43.22331;.97206;287;20221223;19;5.4;12.2;1.1;10.59;0;.7;5860
+69080;43.22331;.97206;287;20221224;18.4;3.4;10.9;1;9.29;0;.66;6231
+69080;43.22331;.97206;287;20221225;14.3;1.4;7.9;1;8.19;.1;.54;5691
+69080;43.22331;.97206;287;20221226;18.2;.7;9.5;.9;8.59;.1;.59;6868
+69080;43.22331;.97206;287;20221227;14.1;4.9;9.5;.8;9.79;.2;.49;4621
+69080;43.22331;.97206;287;20221228;15.5;.8;8.2;.7;8.19;.1;.46;6221
+69080;43.22331;.97206;287;20221229;12.9;2;7.5;.5;9.19;0;.35;5189
+69080;43.22331;.97206;287;20221230;17.7;5.8;11.8;.5;10.29;.3;.47;5507
+69080;43.22331;.97206;287;20221231;14.4;2.2;8.3;.6;9.59;0;.39;5621
+69081;43.24992;1.2774;253;20220101;19.9;1.2;10.6;1.5;7.83;.1;.96;7828
+69081;43.24992;1.2774;253;20220102;17.7;-.1;8.8;1.6;8.66;.2;.72;7206
+69081;43.24992;1.2774;253;20220103;15.8;3.1;9.5;1.4;9.26;.1;.64;6354
+69081;43.24992;1.2774;253;20220104;15;2.2;8.6;2.8;9.53;10.6;.7;6878
+69081;43.24992;1.2774;253;20220105;7.3;5.6;6.4;3.3;7.2;.2;.91;2905
+69081;43.24992;1.2774;253;20220106;6.9;-.8;3;2.6;5.33;0;.78;6083
+69081;43.24992;1.2774;253;20220107;8.5;-2.8;2.8;3.4;6.56;4.2;.62;5375
+69081;43.24992;1.2774;253;20220108;10.6;6.6;8.6;6.1;9;2;1.02;3386
+69081;43.24992;1.2774;253;20220109;8.5;8.5;8.5;5.5;10.2;49.2;.61;508
+69081;43.24992;1.2774;253;20220110;10.9;8;9.5;3.6;11.03;20.7;.51;2332
+69081;43.24992;1.2774;253;20220111;10.7;3.8;7.2;2.6;8.2;.1;.7;5947
+69081;43.24992;1.2774;253;20220112;8;-.5;3.7;2.1;6.26;0;.6;6055
+69081;43.24992;1.2774;253;20220113;5;-4;.5;1.1;5.7;0;.32;5492
+69081;43.24992;1.2774;253;20220114;10;-3.4;3.3;.9;5.56;.1;.45;7880
+69081;43.24992;1.2774;253;20220115;11.4;-3.8;3.8;1.6;4.73;.1;.85;8303
+69081;43.24992;1.2774;253;20220116;9.5;-4.2;2.7;1.5;5.03;.1;.68;8035
+69081;43.24992;1.2774;253;20220117;8.4;-4.5;1.9;1.2;5.53;.1;.51;7603
+69081;43.24992;1.2774;253;20220118;3.5;-3.1;.2;1.2;5.96;.1;.31;4617
+69081;43.24992;1.2774;253;20220119;8.9;.7;4.8;2.4;7.3;.7;.62;5143
+69081;43.24992;1.2774;253;20220120;6.9;4.5;5.7;2.3;8.2;2.5;.46;2366
+69081;43.24992;1.2774;253;20220121;4.1;1.2;2.7;3.4;5.8;0;.75;4407
+69081;43.24992;1.2774;253;20220122;7.2;-3.5;1.9;1.4;5.13;.1;.61;7910
+69081;43.24992;1.2774;253;20220123;10;-4.8;2.6;1.3;5.33;.1;.69;8958
+69081;43.24992;1.2774;253;20220124;13;-3.6;4.7;1.4;6.13;0;.76;9500
+69081;43.24992;1.2774;253;20220125;13.4;-3.1;5.2;1.1;5.96;0;.75;9562
+69081;43.24992;1.2774;253;20220126;12.2;-2.6;4.8;1.4;5.96;0;.81;9286
+69081;43.24992;1.2774;253;20220127;12.7;-2.9;4.9;1.4;5.9;.1;.86;9691
+69081;43.24992;1.2774;253;20220128;2.7;-4;-.6;1.8;6.06;0;.25;4413
+69081;43.24992;1.2774;253;20220129;4.2;-1.8;1.2;1.3;6.46;0;.39;4715
+69081;43.24992;1.2774;253;20220130;4;-1.6;1.2;1.7;6.33;.1;.37;4643
+69081;43.24992;1.2774;253;20220131;10.4;.9;5.7;5.2;8.46;2.1;.69;6919
+69081;43.24992;1.2774;253;20220201;9;3.3;6.2;4.4;7.5;0;1.01;5565
+69081;43.24992;1.2774;253;20220202;13;7.1;10;2.9;9.56;0;1.03;6533
+69081;43.24992;1.2774;253;20220203;13.5;2;7.8;1.7;9.06;0;.81;8629
+69081;43.24992;1.2774;253;20220204;13.7;5.5;9.6;2.4;10;.8;.97;6611
+69081;43.24992;1.2774;253;20220205;9.3;8;8.6;2.9;8.63;.2;1.03;3246
+69081;43.24992;1.2774;253;20220206;10.2;-1.6;4.3;3.2;6.56;.1;1.09;9234
+69081;43.24992;1.2774;253;20220207;13.1;5;9;4.8;9.23;.8;1.28;6775
+69081;43.24992;1.2774;253;20220208;15.7;2.3;9;1.5;7.3;0;1.26;10909
+69081;43.24992;1.2774;253;20220209;15.8;.1;7.9;2;7.53;0;1.33;11134
+69081;43.24992;1.2774;253;20220210;4.8;-.3;2.2;1.4;7.93;0;.97;9620
+69081;43.24992;1.2774;253;20220211;11.3;5.8;8.6;2;9.03;.4;.94;4979
+69081;43.24992;1.2774;253;20220212;13.3;1.3;7.3;2.8;7.67;0;1.38;10238
+69081;43.24992;1.2774;253;20220213;16.6;6;11.3;4.6;8.9;4.3;2.13;10870
+69081;43.24992;1.2774;253;20220214;11.3;6.9;9.1;4.9;8.77;6.4;1.42;6410
+69081;43.24992;1.2774;253;20220215;11.5;5.1;8.3;5.7;8.58;1.9;1.52;7080
+69081;43.24992;1.2774;253;20220216;14.6;8.1;11.3;5;10.46;.8;1.51;6019
+69081;43.24992;1.2774;253;20220217;16.5;11.8;14.1;4.3;11.86;0;1.75;6032
+69081;43.24992;1.2774;253;20220218;18.8;4.4;11.6;2.8;10.93;4.4;1.73;12155
+69081;43.24992;1.2774;253;20220219;9.5;7.2;8.4;3;8.9;2.1;1.01;4282
+69081;43.24992;1.2774;253;20220220;15.3;1;8.2;3.3;8.6;0;1.59;12190
+69081;43.24992;1.2774;253;20220221;14.2;8.8;11.5;7;9.03;.3;2.34;7758
+69081;43.24992;1.2774;253;20220222;14.5;6.3;10.4;3.3;8.36;0;1.83;10584
+69081;43.24992;1.2774;253;20220223;15.7;1.2;8.5;1.7;8.16;0;1.54;13220
+69081;43.24992;1.2774;253;20220224;14;4.1;9;3.5;9.4;.3;1.54;10348
+69081;43.24992;1.2774;253;20220225;11.1;6.4;8.8;2.6;7.06;.1;1.6;8365
+69081;43.24992;1.2774;253;20220226;14;-3.3;5.3;2.8;5.13;.1;2.04;15204
+69081;43.24992;1.2774;253;20220227;15.4;-3.8;5.8;1.2;6.93;0;1.47;13198
+69081;43.24992;1.2774;253;20220228;17;1;9;1.5;7.66;0;1.79;14919
+69081;43.24992;1.2774;253;20220301;16;1.5;8.7;3.4;7.96;.1;2.09;14647
+69081;43.24992;1.2774;253;20220302;11.9;3.6;7.8;2.1;9.76;7.8;1.1;8761
+69081;43.24992;1.2774;253;20220303;16.2;3.1;9.7;1.7;9.83;0;1.66;14038
+69081;43.24992;1.2774;253;20220304;9;7.3;8.1;4.8;9.86;5.1;.77;4192
+69081;43.24992;1.2774;253;20220305;10.6;6.3;8.5;3.5;8.2;0;1.43;7087
+69081;43.24992;1.2774;253;20220306;10.1;5.3;7.7;2.3;7.43;0;1.45;9210
+69081;43.24992;1.2774;253;20220307;12.1;1.7;6.9;2.9;7.4;0;1.71;13894
+69081;43.24992;1.2774;253;20220308;13.8;4.9;9.3;3.8;8.86;6.3;1.84;12000
+69081;43.24992;1.2774;253;20220309;15.4;2;8.7;2.9;9.53;0;1.74;15284
+69081;43.24992;1.2774;253;20220310;14.4;5.4;9.9;3.1;10.13;.1;1.6;10989
+69081;43.24992;1.2774;253;20220311;14.4;5.7;10.1;3.7;10.33;6.8;1.64;10539
+69081;43.24992;1.2774;253;20220312;12.1;7.1;9.6;3.2;9.96;3.8;1.31;8192
+69081;43.24992;1.2774;253;20220313;11.7;4.7;8.2;3.8;9.03;2.5;1.43;8132
+69081;43.24992;1.2774;253;20220314;13.9;2.4;8.1;6.7;9.93;0;1.4;11198
+69081;43.24992;1.2774;253;20220315;16.2;12.1;14.1;8.1;11.93;0;2.27;8015
+69081;43.24992;1.2774;253;20220316;15.5;11.6;13.5;4.7;12.03;.9;1.75;7364
+69081;43.24992;1.2774;253;20220317;13.6;10.8;12.2;2.6;12.46;17.8;1.17;5734
+69081;43.24992;1.2774;253;20220318;9.9;8.2;9;2.1;10.17;.3;.95;4170
+69081;43.24992;1.2774;253;20220319;15.2;6;10.6;4.3;9.3;0;2.33;13820
+69081;43.24992;1.2774;253;20220320;16.6;7.6;12.1;5.4;10.1;0;2.5;12843
+69081;43.24992;1.2774;253;20220321;16.2;8.7;12.5;7.3;9.17;0;3.29;15891
+69081;43.24992;1.2774;253;20220322;15.6;7.8;11.7;9.4;7.78;0;3.87;12347
+69081;43.24992;1.2774;253;20220323;16.1;5.6;10.8;5.4;7.4;0;3.35;18002
+69081;43.24992;1.2774;253;20220324;16.9;4.4;10.7;4.2;8.38;0;2.94;16266
+69081;43.24992;1.2774;253;20220325;18.1;5.9;12;3.2;7.83;0;3.2;16929
+69081;43.24992;1.2774;253;20220326;17.5;5.1;11.3;4;7.33;0;3.3;17533
+69081;43.24992;1.2774;253;20220327;20.8;5.1;13;3.1;7.67;0;3.56;18234
+69081;43.24992;1.2774;253;20220328;20.9;3.7;12.3;2.6;7.73;0;3.28;17198
+69081;43.24992;1.2774;253;20220329;18.3;8.3;13.3;2.7;10.37;4.8;2.43;12569
+69081;43.24992;1.2774;253;20220330;10.8;9;9.9;2.8;11.38;5.6;1.03;5829
+69081;43.24992;1.2774;253;20220331;13.3;8.2;10.7;5.8;9.1;8.9;2.37;11261
+69081;43.24992;1.2774;253;20220401;7.7;1.5;4.6;7.8;5.63;4.2;2.16;12683
+69081;43.24992;1.2774;253;20220402;7.8;.7;4.2;6.1;5.23;0;2.07;11056
+69081;43.24992;1.2774;253;20220403;7.4;-2.4;2.5;2.8;5.08;0;1.84;15703
+69081;43.24992;1.2774;253;20220404;10.8;-2;4.4;1.3;5.36;0;2.09;19088
+69081;43.24992;1.2774;253;20220405;14.8;-2.9;6;2.2;6.38;0;2.68;21874
+69081;43.24992;1.2774;253;20220406;11.8;4.5;8.1;2.8;9.1;0;1.42;8645
+69081;43.24992;1.2774;253;20220407;20.6;5.5;13;4.3;10.4;.1;3.47;19390
+69081;43.24992;1.2774;253;20220408;21;9.3;15.1;4.6;11.13;.2;3.63;16962
+69081;43.24992;1.2774;253;20220409;14.5;7.6;11;4;8.33;1.1;2.82;15302
+69081;43.24992;1.2774;253;20220410;19.1;.5;9.8;4;7.7;0;3.78;23916
+69081;43.24992;1.2774;253;20220411;18.3;9.2;13.7;8.5;10.9;0;3.56;17054
+69081;43.24992;1.2774;253;20220412;18;10.9;14.4;6.8;11.4;0;3.13;13548
+69081;43.24992;1.2774;253;20220413;13.4;11.4;12.4;2.7;12.37;1.6;1.23;4744
+69081;43.24992;1.2774;253;20220414;21.5;6.5;14;1.5;11.63;.1;3.19;20962
+69081;43.24992;1.2774;253;20220415;22;7.7;14.9;2.5;12.73;0;3.25;19575
+69081;43.24992;1.2774;253;20220416;22.1;9.8;15.9;3.7;12.4;0;3.81;20685
+69081;43.24992;1.2774;253;20220417;22.3;7.3;14.8;3.9;11.5;0;4.17;24282
+69081;43.24992;1.2774;253;20220418;18.1;10;14;3.3;11.17;0;2.96;15732
+69081;43.24992;1.2774;253;20220419;13.1;9.4;11.2;3.1;11.33;13.8;1.36;6221
+69081;43.24992;1.2774;253;20220420;11.6;7.7;9.6;2.1;10.43;11.6;1.28;7174
+69081;43.24992;1.2774;253;20220421;12.8;8.2;10.5;2.4;11.3;0;1.36;7942
+69081;43.24992;1.2774;253;20220422;17.5;8.6;13;2.1;11.77;0;2.55;15900
+69081;43.24992;1.2774;253;20220423;13.3;9.9;11.6;2.8;10.93;10.1;1.57;6792
+69081;43.24992;1.2774;253;20220424;16.5;8.7;12.6;5.4;11.3;0;2.7;15597
+69081;43.24992;1.2774;253;20220425;18.6;4.5;11.6;1.6;10.5;0;3.12;22503
+69081;43.24992;1.2774;253;20220426;22.8;5.5;14.1;2.1;10.47;0;4.09;25352
+69081;43.24992;1.2774;253;20220427;21;8.3;14.7;2.6;12.23;.4;3.22;17884
+69081;43.24992;1.2774;253;20220428;17;13.1;15;2.4;14.33;6.5;1.69;7553
+69081;43.24992;1.2774;253;20220429;21.3;12.3;16.8;2.6;14.27;0;3.3;18149
+69081;43.24992;1.2774;253;20220430;21;13;17;3.4;13.1;1.5;3.54;17122
+69081;43.24992;1.2774;253;20220501;20.3;9.9;15.1;2.8;12.13;.2;3.5;19905
+69081;43.24992;1.2774;253;20220502;17.7;11.5;14.6;2.6;12.67;0;2.2;9890
+69081;43.24992;1.2774;253;20220503;20.2;10.2;15.2;2.1;12.83;7;2.97;16743
+69081;43.24992;1.2774;253;20220504;18.7;11.4;15.1;2.5;13.13;3.3;2.39;11503
+69081;43.24992;1.2774;253;20220505;19.8;10.4;15.1;4.1;11.47;.7;3.58;17299
+69081;43.24992;1.2774;253;20220506;19.5;11.1;15.3;4.2;11.83;.3;3.11;12724
+69081;43.24992;1.2774;253;20220507;21.5;11.1;16.3;4.1;12.3;.6;3.52;14478
+69081;43.24992;1.2774;253;20220508;23.1;12.5;17.8;2.9;13.4;.1;3.43;14579
+69081;43.24992;1.2774;253;20220509;25.5;9.4;17.4;1.5;12.3;0;3.67;18359
+69081;43.24992;1.2774;253;20220510;27.9;9.3;18.6;1.4;12.8;0;4.01;19624
+69081;43.24992;1.2774;253;20220511;28;9.9;19;2.2;14.46;0;4.2;19495
+69081;43.24992;1.2774;253;20220512;22.9;14.1;18.5;2.4;15.33;0;2.89;11795
+69081;43.24992;1.2774;253;20220513;24.6;14.8;19.7;1.1;16.3;0;2.62;11871
+69081;43.24992;1.2774;253;20220514;29.1;11.8;20.4;1.9;16.26;0;4.2;19232
+69081;43.24992;1.2774;253;20220515;26.2;14.6;20.4;3.3;16.33;0;3.95;15467
+69081;43.24992;1.2774;253;20220516;27.8;13.9;20.8;1.2;16.53;0;3.57;17161
+69081;43.24992;1.2774;253;20220517;30.4;13.3;21.9;1.5;16.36;0;4.27;19199
+69081;43.24992;1.2774;253;20220518;31.8;15.3;23.6;2.2;16.6;0;4.93;19215
+69081;43.24992;1.2774;253;20220519;27.2;16;21.6;3.8;18.66;0;3.89;15285
+69081;43.24992;1.2774;253;20220520;28.5;14.8;21.6;3.1;18.23;0;4.36;17255
+69081;43.24992;1.2774;253;20220521;31.3;14.4;22.8;1.9;18.06;0;4.46;19151
+69081;43.24992;1.2774;253;20220522;29.5;16.4;22.9;2.1;18.9;.2;4.05;16710
+69081;43.24992;1.2774;253;20220523;21.3;16;18.6;3.6;15.4;0;2.78;9196
+69081;43.24992;1.2774;253;20220524;15.1;13.2;14.2;2.9;12.56;8;1.75;5776
+69081;43.24992;1.2774;253;20220525;19.2;10.7;15;3.9;12.03;0;2.85;10946
+69081;43.24992;1.2774;253;20220526;19.9;12.1;16;2.9;12.83;0;2.61;10442
+69081;43.24992;1.2774;253;20220527;24;13.5;18.7;2.5;14.06;0;3.47;14003
+69081;43.24992;1.2774;253;20220528;26.1;12.3;19.2;2.7;13.43;0;4.33;18296
+69081;43.24992;1.2774;253;20220529;25.3;9.9;17.6;2.1;10.26;0;4.36;19503
+69081;43.24992;1.2774;253;20220530;25.3;8.7;17;1.4;12.03;1.6;3.82;19770
+69081;43.24992;1.2774;253;20220531;26.1;13;19.6;1.4;14;0;3.53;15742
+69081;43.24992;1.2774;253;20220601;29.8;12.1;21;2.1;16.06;0;4.64;20527
+69081;43.24992;1.2774;253;20220602;25.2;15.8;20.5;2.8;18.03;.2;3.42;14770
+69081;43.24992;1.2774;253;20220603;29.8;16.6;23.2;3;18.9;3.9;4.55;17693
+69081;43.24992;1.2774;253;20220604;24.9;16.8;20.8;2;20.26;.3;2.56;10412
+69081;43.24992;1.2774;253;20220605;23.5;16.5;20;2.4;17.53;0;2.86;11419
+69081;43.24992;1.2774;253;20220606;28.6;13.3;20.9;1.7;17.46;1.6;4.13;18995
+69081;43.24992;1.2774;253;20220607;23;16.7;19.9;2;16.7;0;2.59;9540
+69081;43.24992;1.2774;253;20220608;20.3;14;17.2;2.6;16.63;1.3;2.24;10311
+69081;43.24992;1.2774;253;20220609;23.8;14;18.9;3.5;14.1;.1;3.76;13911
+69081;43.24992;1.2774;253;20220610;29.3;10.6;20;1.6;13.63;0;4.57;21276
+69081;43.24992;1.2774;253;20220611;33.1;12.9;23;1.7;14.4;.3;6.45;30978
+69081;43.24992;1.2774;253;20220612;31.6;16.6;24.1;2.3;19;3.4;5.79;26431
+69081;43.24992;1.2774;253;20220613;32.3;18.3;25.3;2.6;20.76;.1;5.82;25919
+69081;43.24992;1.2774;253;20220614;34.3;17.5;25.9;1.9;19.76;2;6.4;27803
+69081;43.24992;1.2774;253;20220615;35.9;18.1;27;1.4;18.8;0;6.55;29860
+69081;43.24992;1.2774;253;20220616;36;19;27.5;1.5;20.1;0;6.49;28602
+69081;43.24992;1.2774;253;20220617;38.1;18.2;28.2;1.6;19.33;0;7.04;30317
+69081;43.24992;1.2774;253;20220618;35.6;18.3;27;3.4;18.63;0;7.65;29618
+69081;43.24992;1.2774;253;20220619;34.2;18.2;26.2;3.7;20.46;0;7.08;28113
+69081;43.24992;1.2774;253;20220620;28.7;17.8;23.2;2.2;19.7;0;4.24;18283
+69081;43.24992;1.2774;253;20220621;26.4;19.4;22.9;2.1;20.56;.2;3.32;13561
+69081;43.24992;1.2774;253;20220622;28.5;17.7;23.1;2.2;18.56;0;4.9;22122
+69081;43.24992;1.2774;253;20220623;28.2;15.2;21.7;2.3;17.46;17.4;5.12;25100
+69081;43.24992;1.2774;253;20220624;24.4;15.5;20;1.4;16.96;.9;3.57;17910
+69081;43.24992;1.2774;253;20220625;25.3;12.8;19.1;2.3;16.33;4.1;4.45;23178
+69081;43.24992;1.2774;253;20220626;17.8;14;15.9;2.3;16.03;0;1.87;9404
+69081;43.24992;1.2774;253;20220627;16.5;14.2;15.3;1.9;15.66;9.4;1.65;8030
+69081;43.24992;1.2774;253;20220628;25.7;14.9;20.3;2.5;14.56;.1;5.11;25697
+69081;43.24992;1.2774;253;20220629;28.6;11.6;20.1;2.2;15.23;3.3;5.54;28078
+69081;43.24992;1.2774;253;20220630;16.7;14.9;15.8;2.5;15.86;.5;1.54;6601
+69081;43.24992;1.2774;253;20220701;23.5;12.7;18.1;1.3;13.7;0;3.74;19940
+69081;43.24992;1.2774;253;20220702;31.8;9.9;20.8;1.6;14.16;0;6.03;30980
+69081;43.24992;1.2774;253;20220703;29.4;16;22.7;2.2;17.6;.3;5.42;25493
+69081;43.24992;1.2774;253;20220704;25.3;16.6;20.9;2.9;17.66;0;4.3;20211
+69081;43.24992;1.2774;253;20220705;28.5;19;23.7;2.3;17.83;.1;5.13;22963
+69081;43.24992;1.2774;253;20220706;26.7;16.2;21.4;2.8;16.66;.1;4.73;20916
+69081;43.24992;1.2774;253;20220707;27.7;17.1;22.4;4.2;15.93;0;5.82;23979
+69081;43.24992;1.2774;253;20220708;29.5;17.2;23.3;3.1;15.73;0;6.07;26507
+69081;43.24992;1.2774;253;20220709;31.9;14.6;23.3;1.9;15.16;0;6.19;29829
+69081;43.24992;1.2774;253;20220710;33.9;14.9;24.4;1.8;14.8;0;6.53;30559
+69081;43.24992;1.2774;253;20220711;36;14.3;25.2;1.4;14.86;0;6.49;30617
+69081;43.24992;1.2774;253;20220712;36.3;15.7;26;1.6;16.16;0;6.68;30274
+69081;43.24992;1.2774;253;20220713;36.3;16;26.1;1.5;15.66;0;6.65;30329
+69081;43.24992;1.2774;253;20220714;37;16.5;26.7;1.3;17.23;0;6.51;30149
+69081;43.24992;1.2774;253;20220715;35.5;19.2;27.4;2.3;16.56;0;6.84;27727
+69081;43.24992;1.2774;253;20220716;38;16.6;27.3;1.7;15.53;0;6.88;29650
+69081;43.24992;1.2774;253;20220717;38.8;16.2;27.5;1.8;14.8;0;7.16;29731
+69081;43.24992;1.2774;253;20220718;38.1;16.4;27.2;3.3;16.36;0;8.04;29543
+69081;43.24992;1.2774;253;20220719;32.7;19.5;26.1;2.3;21.93;0;5.28;21866
+69081;43.24992;1.2774;253;20220720;29.4;20.6;25;2.9;17.46;0;5.1;18595
+69081;43.24992;1.2774;253;20220721;33.1;16.1;24.6;1.5;17.13;0;5.84;28038
+69081;43.24992;1.2774;253;20220722;28.4;17.9;23.2;2.9;18.73;.2;4.86;20840
+69081;43.24992;1.2774;253;20220723;27.5;17.8;22.7;2.2;16.9;0;4.19;17337
+69081;43.24992;1.2774;253;20220724;37.2;15.3;26.3;1.9;17.23;0;6.77;29145
+69081;43.24992;1.2774;253;20220725;26.4;21.3;23.9;4.1;18.83;1.5;4.08;12108
+69081;43.24992;1.2774;253;20220726;25.6;18;21.8;3.2;16.26;.1;4.42;17848
+69081;43.24992;1.2774;253;20220727;28.4;15.7;22.1;2.6;13.56;0;5.55;25243
+69081;43.24992;1.2774;253;20220728;28.7;15;21.9;2;15.03;1.2;5.09;24345
+69081;43.24992;1.2774;253;20220729;23.4;17;20.2;2;18.4;3.2;3.03;14124
+69081;43.24992;1.2774;253;20220730;29.3;18.9;24.1;2.2;18.06;0;4.8;20896
+69081;43.24992;1.2774;253;20220731;32.1;16.5;24.3;2;17.86;0;5.76;26937
+69081;43.24992;1.2774;253;20220801;33.3;17.5;25.4;2.4;17.93;0;6.14;26514
+69081;43.24992;1.2774;253;20220802;35.8;17.4;26.6;1.8;15.9;0;6.36;27949
+69081;43.24992;1.2774;253;20220803;37.1;15.6;26.3;1.7;15.76;0;6.36;27967
+69081;43.24992;1.2774;253;20220804;34.8;19;26.9;2;21.3;1;5.71;24260
+69081;43.24992;1.2774;253;20220805;30.5;20.7;25.6;2.7;20;.7;4.84;18524
+69081;43.24992;1.2774;253;20220806;32.5;18.8;25.6;2.5;18.56;0;5.58;23136
+69081;43.24992;1.2774;253;20220807;33.8;18.4;26.1;2;16.76;.1;5.87;25259
+69081;43.24992;1.2774;253;20220808;34.8;16.6;25.7;1.6;14.03;0;5.87;26998
+69081;43.24992;1.2774;253;20220809;35.6;16.2;25.9;1.9;14.6;.1;6.16;26705
+69081;43.24992;1.2774;253;20220810;37.6;16.8;27.2;1.5;15.73;0;6.08;27250
+69081;43.24992;1.2774;253;20220811;36.4;19;27.7;2.1;21.86;0;5.93;25222
+69081;43.24992;1.2774;253;20220812;38.8;19.1;28.9;1.5;20.26;0;6;25895
+69081;43.24992;1.2774;253;20220813;32.9;20;26.5;1.7;20.63;0;4.8;20519
+69081;43.24992;1.2774;253;20220814;28.4;20.4;24.4;2.3;19.66;0;3.62;13259
+69081;43.24992;1.2774;253;20220815;29;19.3;24.1;1.1;16.6;0;3.66;17182
+69081;43.24992;1.2774;253;20220816;31.4;14.2;22.8;2;16.83;4.1;4.96;22445
+69081;43.24992;1.2774;253;20220817;24.3;16.3;20.3;2.1;17.06;2.7;2.77;11458
+69081;43.24992;1.2774;253;20220818;23.9;15.5;19.7;3;16.9;3.7;3.33;15794
+69081;43.24992;1.2774;253;20220819;27.1;16.4;21.7;3;16.3;.1;4.38;19190
+69081;43.24992;1.2774;253;20220820;30.3;13.9;22.1;1.5;16.33;0;4.69;24320
+69081;43.24992;1.2774;253;20220821;28.1;17.4;22.8;2.2;17.86;.1;3.95;17098
+69081;43.24992;1.2774;253;20220822;26.5;18.3;22.4;3.4;18.63;1.1;3.56;13254
+69081;43.24992;1.2774;253;20220823;30.6;19.3;25;1.6;19.5;0;4.22;19159
+69081;43.24992;1.2774;253;20220824;36;15.4;25.7;1.6;17.2;1.3;5.47;24837
+69081;43.24992;1.2774;253;20220825;28.7;20.8;24.8;2.9;20.93;6.7;3.81;13659
+69081;43.24992;1.2774;253;20220826;28.8;18.8;23.8;2.6;19.56;.2;4;16071
+69081;43.24992;1.2774;253;20220827;31.1;18.1;24.6;1.7;17.63;0;4.53;21183
+69081;43.24992;1.2774;253;20220828;34.2;14.9;24.6;1.4;16.03;.1;4.98;24147
+69081;43.24992;1.2774;253;20220829;33.3;16.4;24.8;2.3;17.96;5.7;4.71;18828
+69081;43.24992;1.2774;253;20220830;31.7;16.1;23.9;1.5;18.83;0;4.41;21838
+69081;43.24992;1.2774;253;20220831;25.9;17.7;21.8;1.9;20.26;2.2;2.71;11872
+69081;43.24992;1.2774;253;20220901;29.1;18.9;24;1.9;19.23;0;3.78;16924
+69081;43.24992;1.2774;253;20220902;28;18;23;2;18.26;14.8;3.59;15966
+69081;43.24992;1.2774;253;20220903;26.9;16.9;21.9;1.3;18.53;0;2.98;14639
+69081;43.24992;1.2774;253;20220904;31.7;15;23.3;2.4;19.76;.1;4.44;21095
+69081;43.24992;1.2774;253;20220905;33;18.1;25.5;3.1;22.16;3.4;4.82;20121
+69081;43.24992;1.2774;253;20220906;32.4;18.9;25.6;1.7;19.7;0;4.32;19560
+69081;43.24992;1.2774;253;20220907;28.6;15.6;22.1;1.8;16.33;0;3.73;17539
+69081;43.24992;1.2774;253;20220908;26.7;12.5;19.6;1.2;14.43;.4;3.37;18780
+69081;43.24992;1.2774;253;20220909;22.5;15.5;19;1.5;16.06;.9;2.24;10323
+69081;43.24992;1.2774;253;20220910;27.7;12;19.8;1.4;14.13;0;3.59;20184
+69081;43.24992;1.2774;253;20220911;33.3;12.3;22.8;1.7;14.4;0;4.52;21969
+69081;43.24992;1.2774;253;20220912;29.4;16;22.7;2.7;19.6;0;3.67;16241
+69081;43.24992;1.2774;253;20220913;30.1;20.2;25.2;2.4;21.53;1.2;3.02;10133
+69081;43.24992;1.2774;253;20220914;29.6;16.7;23.1;1.7;18.26;3.8;3.32;15036
+69081;43.24992;1.2774;253;20220915;28.7;16.4;22.6;1.9;17.5;2.1;3.49;15984
+69081;43.24992;1.2774;253;20220916;24.7;18.7;21.7;3.3;17.13;.5;3.08;10635
+69081;43.24992;1.2774;253;20220917;22;12.8;17.4;2.2;11.3;0;3.12;16001
+69081;43.24992;1.2774;253;20220918;24.9;5.8;15.4;1;8.5;0;2.99;19695
+69081;43.24992;1.2774;253;20220919;27;7.1;17;1.9;8.63;0;3.85;20667
+69081;43.24992;1.2774;253;20220920;25.8;8.4;17.1;2.1;8.96;0;3.78;19711
+69081;43.24992;1.2774;253;20220921;25;9.1;17.1;2;10.2;0;3.44;18804
+69081;43.24992;1.2774;253;20220922;26.5;7.8;17.1;1.3;11.1;0;3.15;19258
+69081;43.24992;1.2774;253;20220923;25.2;9.5;17.3;2;13.93;5;2.94;16372
+69081;43.24992;1.2774;253;20220924;19.8;14.3;17.1;1.9;14.9;3.6;1.79;7995
+69081;43.24992;1.2774;253;20220925;19.5;9.6;14.6;2.1;11.66;.1;2.36;13893
+69081;43.24992;1.2774;253;20220926;20.8;8;14.4;3.1;11.13;2.8;2.77;14978
+69081;43.24992;1.2774;253;20220927;17.1;12.6;14.9;4.4;13.43;5;1.8;7128
+69081;43.24992;1.2774;253;20220928;18.4;14;16.2;5.7;14.86;8.4;1.98;8095
+69081;43.24992;1.2774;253;20220929;17.2;12.4;14.8;4.2;13.2;10;1.87;7864
+69081;43.24992;1.2774;253;20220930;18.3;10.4;14.4;3.5;11.36;1.2;2.32;10085
+69081;43.24992;1.2774;253;20221001;23.6;7.9;15.8;2.5;12.03;.1;2.9;16260
+69081;43.24992;1.2774;253;20221002;24;9.3;16.7;1.3;13.96;.1;2.34;15760
+69081;43.24992;1.2774;253;20221003;24.1;11.1;17.6;1.1;14.23;0;2.23;14358
+69081;43.24992;1.2774;253;20221004;26.3;8.8;17.5;1.2;12.86;.1;2.55;16519
+69081;43.24992;1.2774;253;20221005;25.6;7.8;16.7;2.5;14.63;0;2.62;16161
+69081;43.24992;1.2774;253;20221006;20.1;14.5;17.3;1.8;15.2;0;1.75;8669
+69081;43.24992;1.2774;253;20221007;23;9.6;16.3;1.5;14.7;0;1.85;11548
+69081;43.24992;1.2774;253;20221008;22.4;14.6;18.5;1.5;16.16;.1;1.7;8326
+69081;43.24992;1.2774;253;20221009;24.8;10.3;17.6;1.9;13.96;.2;2.39;14507
+69081;43.24992;1.2774;253;20221010;24.8;10.7;17.8;2.2;15.06;0;2.33;12623
+69081;43.24992;1.2774;253;20221011;21.5;13.1;17.3;1.2;15.66;0;1.65;10139
+69081;43.24992;1.2774;253;20221012;23;12.5;17.7;1.5;15.26;.8;1.82;9530
+69081;43.24992;1.2774;253;20221013;24;13.4;18.7;1.6;14.96;.3;1.95;9881
+69081;43.24992;1.2774;253;20221014;23.5;17.4;20.5;3.2;15.73;.5;2.51;7749
+69081;43.24992;1.2774;253;20221015;28.3;9.2;18.7;1.9;14.1;.1;2.61;15067
+69081;43.24992;1.2774;253;20221016;25.8;13.3;19.5;3.7;17.53;.1;2.58;12244
+69081;43.24992;1.2774;253;20221017;24.8;16.9;20.9;4.2;19.03;0;2.36;8288
+69081;43.24992;1.2774;253;20221018;26.9;14.5;20.7;3.1;18.26;.1;2.53;11886
+69081;43.24992;1.2774;253;20221019;25;14.8;19.9;3.1;17.93;1;2;8621
+69081;43.24992;1.2774;253;20221020;24.6;16.3;20.5;2.3;18.13;.1;1.82;7391
+69081;43.24992;1.2774;253;20221021;22.9;15.1;19;1.6;14.66;.2;1.74;6737
+69081;43.24992;1.2774;253;20221022;25.8;11.1;18.5;1.8;14.33;.1;2.14;12587
+69081;43.24992;1.2774;253;20221023;28.8;14.4;21.6;2.7;13.83;.3;3;9634
+69081;43.24992;1.2774;253;20221024;24.4;13;18.7;1.6;13.93;0;1.87;8762
+69081;43.24992;1.2774;253;20221025;23.3;10.1;16.7;1.8;13.76;.1;1.73;10064
+69081;43.24992;1.2774;253;20221026;24.4;9.5;16.9;2;15.3;.1;1.64;9491
+69081;43.24992;1.2774;253;20221027;24.3;10;17.2;3;16.16;.1;1.98;9306
+69081;43.24992;1.2774;253;20221028;25.6;15.5;20.5;3.6;17.13;0;2.27;8234
+69081;43.24992;1.2774;253;20221029;25.1;11.7;18.4;3.1;15.13;.1;2.16;10221
+69081;43.24992;1.2774;253;20221030;21.4;10.4;15.9;2.4;14.46;.1;1.73;8685
+69081;43.24992;1.2774;253;20221031;24.6;8.9;16.8;2.4;14.56;2.4;1.9;10406
+69081;43.24992;1.2774;253;20221101;20.2;13.8;17;2.2;13.8;0;1.55;7205
+69081;43.24992;1.2774;253;20221102;20.4;12.8;16.6;1.5;12.76;0;1.42;8164
+69081;43.24992;1.2774;253;20221103;19.3;10.6;15;3.8;12.36;3.6;1.83;5481
+69081;43.24992;1.2774;253;20221104;13.2;9.2;11.2;5.2;10.33;8.1;1.43;4581
+69081;43.24992;1.2774;253;20221105;15.9;8.2;12.1;2.2;9.86;.1;1.3;8336
+69081;43.24992;1.2774;253;20221106;21.1;1.5;11.3;1.6;8.2;.1;1.47;11290
+69081;43.24992;1.2774;253;20221107;20.1;3.2;11.6;2.3;9.9;.1;1.53;10578
+69081;43.24992;1.2774;253;20221108;19.7;8.4;14;2.6;13.56;0;1.38;7084
+69081;43.24992;1.2774;253;20221109;18.2;8.6;13.4;1.8;12.6;4.8;1.08;6136
+69081;43.24992;1.2774;253;20221110;15.6;6.1;10.9;1.1;10.46;0;.82;7611
+69081;43.24992;1.2774;253;20221111;21.1;4.2;12.6;2.4;11.03;0;1.46;9852
+69081;43.24992;1.2774;253;20221112;21.8;7.7;14.8;2.6;13.13;.1;1.36;8778
+69081;43.24992;1.2774;253;20221113;21.5;4.6;13.1;1.9;10.7;0;1.34;10038
+69081;43.24992;1.2774;253;20221114;16.6;7.5;12;2.1;12.13;.1;1.01;5433
+69081;43.24992;1.2774;253;20221115;17.6;8.8;13.2;1.6;13;3;.85;5492
+69081;43.24992;1.2774;253;20221116;18.9;6.8;12.9;1.4;11.1;.1;1.02;8352
+69081;43.24992;1.2774;253;20221117;18.2;8.5;13.4;2.4;12.26;9;1.13;5544
+69081;43.24992;1.2774;253;20221118;13.1;9;11;3.8;10.3;1.6;1.18;4632
+69081;43.24992;1.2774;253;20221119;9.9;7;8.4;3.9;9.06;2.3;.9;2995
+69081;43.24992;1.2774;253;20221120;13.4;1.7;7.6;3;8.73;3.6;.89;7130
+69081;43.24992;1.2774;253;20221121;13;7.8;10.4;3.2;10.56;19.3;.88;3205
+69081;43.24992;1.2774;253;20221122;10.7;5.7;8.2;4.4;8.93;10.3;.9;3353
+69081;43.24992;1.2774;253;20221123;16.1;7.8;11.9;3.2;11.13;7.1;1.13;5242
+69081;43.24992;1.2774;253;20221124;14;4.4;9.2;1.9;9.4;.8;.8;5771
+69081;43.24992;1.2774;253;20221125;10.6;6.4;8.5;2.7;9.8;5;.66;3334
+69081;43.24992;1.2774;253;20221126;12.6;1.8;7.2;1.4;8;.1;.63;6365
+69081;43.24992;1.2774;253;20221127;11.9;.2;6.1;1.8;8.06;2.7;.61;6276
+69081;43.24992;1.2774;253;20221128;12;6.8;9.4;4;10;4.5;.87;4261
+69081;43.24992;1.2774;253;20221129;12.1;7.5;9.8;3.2;9.73;1.6;.92;3611
+69081;43.24992;1.2774;253;20221130;5.3;2.7;4;1.1;7.96;.1;.33;2418
+69081;43.24992;1.2774;253;20221201;4.8;2.9;3.9;1.6;7.63;0;.38;1720
+69081;43.24992;1.2774;253;20221202;6.9;3.6;5.2;.9;7.64;0;.48;2131
+69081;43.24992;1.2774;253;20221203;6.3;2.2;4.3;.9;7.26;1.2;.41;2678
+69081;43.24992;1.2774;253;20221204;9;-.4;4.3;1.5;6.46;.1;.57;5063
+69081;43.24992;1.2774;253;20221205;11.2;-3.2;4;1.6;6.03;0;.55;6234
+69081;43.24992;1.2774;253;20221206;11.2;1.3;6.2;1.1;8.13;.2;.51;4984
+69081;43.24992;1.2774;253;20221207;13.9;6.6;10.2;.8;9.59;0;.56;3771
+69081;43.24992;1.2774;253;20221208;7.8;2.4;5.1;1.5;8.64;.6;.33;2917
+69081;43.24992;1.2774;253;20221209;13.8;5.2;9.5;1.4;9.86;4.4;.56;4240
+69081;43.24992;1.2774;253;20221210;4.3;3.2;3.7;4.6;6.69;.1;.7;1048
+69081;43.24992;1.2774;253;20221211;4.2;-6.3;-1;.6;4.89;.1;.27;4611
+69081;43.24992;1.2774;253;20221212;6;.1;3;2.1;6.73;5.3;.46;3501
+69081;43.24992;1.2774;253;20221213;13.6;3;8.3;2.2;9.66;5.3;.57;4433
+69081;43.24992;1.2774;253;20221214;17.7;7.2;12.5;1.8;11.3;0;.72;5554
+69081;43.24992;1.2774;253;20221215;14.3;6.9;10.6;2.5;11.76;5.2;.59;4212
+69081;43.24992;1.2774;253;20221216;11;7;9;1.8;10.6;3.7;.52;2193
+69081;43.24992;1.2774;253;20221217;7;5.6;6.3;1.3;8.79;0;.46;1002
+69081;43.24992;1.2774;253;20221218;9.2;2.7;6;2.7;8.94;0;.52;3742
+69081;43.24992;1.2774;253;20221219;13.5;3.8;8.6;3.5;10.04;0;.85;4571
+69081;43.24992;1.2774;253;20221220;13.6;6.9;10.3;3.4;10.93;.8;.89;3643
+69081;43.24992;1.2774;253;20221221;18.4;8.3;13.4;1.7;11.33;.2;.87;5040
+69081;43.24992;1.2774;253;20221222;18.7;7.4;13.1;2.4;11.23;0;1.1;5471
+69081;43.24992;1.2774;253;20221223;19.2;7.2;13.2;1.7;11.26;0;.88;6199
+69081;43.24992;1.2774;253;20221224;18.3;5;11.7;1.7;10.13;0;.84;6388
+69081;43.24992;1.2774;253;20221225;14.3;3.8;9;2.1;9.8;.1;.63;5180
+69081;43.24992;1.2774;253;20221226;18;3.6;10.8;1.8;10.06;.1;.8;6633
+69081;43.24992;1.2774;253;20221227;14.1;6.9;10.5;1.1;10.66;.2;.55;4172
+69081;43.24992;1.2774;253;20221228;14.4;2.8;8.6;1.8;9.13;0;.56;6360
+69081;43.24992;1.2774;253;20221229;13.4;4.2;8.8;1.5;10.13;0;.52;4742
+69081;43.24992;1.2774;253;20221230;17.4;7;12.2;1.9;10.93;.1;.8;5127
+69081;43.24992;1.2774;253;20221231;14.4;6.3;10.3;3.1;11.53;0;.66;4275
+69082;43.27562;1.58298;241;20220101;19.3;3.7;11.5;2.6;8.15;.1;1.14;7220
+69082;43.27562;1.58298;241;20220102;16.9;2.4;9.6;2.8;9.35;.1;.69;6447
+69082;43.27562;1.58298;241;20220103;15.6;5.5;10.5;1.9;9.91;.1;.7;5622
+69082;43.27562;1.58298;241;20220104;14.1;4.7;9.4;4.4;9.78;10.7;.79;6262
+69082;43.27562;1.58298;241;20220105;6.7;5.6;6.2;4.1;7.18;.1;.85;2298
+69082;43.27562;1.58298;241;20220106;6.6;.4;3.5;3.3;5.31;0;.86;5684
+69082;43.27562;1.58298;241;20220107;7.9;-1.3;3.3;3.5;6.41;3.8;.66;4803
+69082;43.27562;1.58298;241;20220108;10.2;6.6;8.4;6.5;8.91;1.9;.94;3294
+69082;43.27562;1.58298;241;20220109;8.4;8.4;8.4;5.8;10.01;47.4;.57;568
+69082;43.27562;1.58298;241;20220110;8.9;7.7;8.3;3.8;10.58;21.4;.37;1317
+69082;43.27562;1.58298;241;20220111;10.3;4.4;7.3;3.2;8.08;0;.7;5564
+69082;43.27562;1.58298;241;20220112;6.9;.6;3.8;2.4;6.31;0;.53;5074
+69082;43.27562;1.58298;241;20220113;3.5;-3.3;.1;1.3;5.55;0;.31;4988
+69082;43.27562;1.58298;241;20220114;9.6;-2.8;3.4;1.6;5.55;.1;.55;7710
+69082;43.27562;1.58298;241;20220115;11.2;-.7;5.3;1.7;4.81;0;.95;7129
+69082;43.27562;1.58298;241;20220116;8.9;-1.5;3.7;1.9;5.18;.1;.77;7009
+69082;43.27562;1.58298;241;20220117;7.3;-4.1;1.6;1.4;5.41;.1;.49;6965
+69082;43.27562;1.58298;241;20220118;2.5;-3;-.2;.9;5.78;.1;.31;4531
+69082;43.27562;1.58298;241;20220119;8.3;.5;4.4;2.1;7.15;.7;.54;5063
+69082;43.27562;1.58298;241;20220120;6.4;4.1;5.3;2.9;8.01;1.6;.49;2558
+69082;43.27562;1.58298;241;20220121;4.2;1.1;2.7;4;5.81;0;.72;4371
+69082;43.27562;1.58298;241;20220122;6.9;-2.1;2.4;2;5.18;.1;.65;7367
+69082;43.27562;1.58298;241;20220123;10.5;-3.2;3.7;1.7;5.45;.1;.78;8624
+69082;43.27562;1.58298;241;20220124;12.2;-.7;5.7;2.6;6.45;0;.92;8519
+69082;43.27562;1.58298;241;20220125;12.9;-.6;6.1;1.9;6.45;0;.86;8904
+69082;43.27562;1.58298;241;20220126;11.8;-.3;5.7;1.8;6.35;0;.85;8462
+69082;43.27562;1.58298;241;20220127;11.8;-.5;5.7;2.1;6.25;.1;.92;8351
+69082;43.27562;1.58298;241;20220128;1.9;-4;-1.1;1.3;5.81;0;.27;3903
+69082;43.27562;1.58298;241;20220129;3.4;-1.5;.9;1.4;6.15;0;.37;4258
+69082;43.27562;1.58298;241;20220130;3.2;-1.4;.9;2;6.21;.2;.34;4453
+69082;43.27562;1.58298;241;20220131;9.8;1;5.4;5.7;8.38;1.9;.54;6534
+69082;43.27562;1.58298;241;20220201;8.5;3.4;6;5.4;7.45;0;.92;5279
+69082;43.27562;1.58298;241;20220202;12.1;7;9.5;3.7;9.55;0;.89;6254
+69082;43.27562;1.58298;241;20220203;11.9;1.6;6.8;2.2;8.78;0;.67;8198
+69082;43.27562;1.58298;241;20220204;13.7;6;9.9;2.6;9.91;.7;.93;6452
+69082;43.27562;1.58298;241;20220205;9;7.9;8.5;3.5;8.71;.2;.91;2729
+69082;43.27562;1.58298;241;20220206;9.9;.3;5.1;3.6;6.71;.1;1.06;8423
+69082;43.27562;1.58298;241;20220207;12.4;5.8;9.1;5.5;9.18;.9;1.21;6071
+69082;43.27562;1.58298;241;20220208;15.8;4.1;9.9;2;7.21;0;1.47;10430
+69082;43.27562;1.58298;241;20220209;14.7;1.6;8.1;3.1;7.45;.1;1.42;10628
+69082;43.27562;1.58298;241;20220210;6.4;2.5;4.4;1.7;8.85;0;.99;9487
+69082;43.27562;1.58298;241;20220211;12.1;5.5;8.8;3;9.21;.3;1.17;6879
+69082;43.27562;1.58298;241;20220212;12.4;.9;6.7;3.2;7.75;0;1.33;10472
+69082;43.27562;1.58298;241;20220213;15.1;6.7;10.9;5.6;10.25;3.9;1.79;9203
+69082;43.27562;1.58298;241;20220214;11.3;7.5;9.4;5.9;9.35;5.4;1.57;6610
+69082;43.27562;1.58298;241;20220215;11.7;5.4;8.6;6.2;8.71;1.4;1.66;7960
+69082;43.27562;1.58298;241;20220216;14.2;8.1;11.2;5.2;10.35;1.3;1.39;5843
+69082;43.27562;1.58298;241;20220217;16.1;11.6;13.9;4.5;11.95;0;1.51;5812
+69082;43.27562;1.58298;241;20220218;18.7;6.7;12.7;3.1;10.98;3.4;1.77;11218
+69082;43.27562;1.58298;241;20220219;9.2;7.1;8.2;3.5;8.71;2.3;1.02;4196
+69082;43.27562;1.58298;241;20220220;14.7;2.4;8.5;3.6;8.65;0;1.45;11210
+69082;43.27562;1.58298;241;20220221;13.6;9;11.3;7.6;8.91;1;2.18;7157
+69082;43.27562;1.58298;241;20220222;14.1;6.6;10.3;3.9;8.38;0;1.8;10098
+69082;43.27562;1.58298;241;20220223;15.5;3.6;9.6;2;8.25;0;1.59;11840
+69082;43.27562;1.58298;241;20220224;14;5.3;9.7;3.9;9.35;0;1.53;10125
+69082;43.27562;1.58298;241;20220225;11;6.5;8.7;3.1;6.98;.1;1.61;8014
+69082;43.27562;1.58298;241;20220226;13.5;-.8;6.3;3;5.18;0;2.07;14090
+69082;43.27562;1.58298;241;20220227;15.1;-1;7.1;2.1;7.05;0;1.61;12218
+69082;43.27562;1.58298;241;20220228;16.6;3.6;10.1;2.4;7.68;0;1.98;13737
+69082;43.27562;1.58298;241;20220301;15.2;4.5;9.8;3.8;7.91;0;2.12;12730
+69082;43.27562;1.58298;241;20220302;12.1;5.2;8.6;3;9.65;5.2;1.18;8427
+69082;43.27562;1.58298;241;20220303;16.7;5;10.9;2.1;9.95;.1;1.74;13077
+69082;43.27562;1.58298;241;20220304;9;7.9;8.5;5.3;9.81;6.1;.79;3183
+69082;43.27562;1.58298;241;20220305;10.3;6.3;8.3;3.8;8.21;.4;1.3;6785
+69082;43.27562;1.58298;241;20220306;10.3;5.5;7.9;2.6;7.45;0;1.4;8927
+69082;43.27562;1.58298;241;20220307;12.3;3.4;7.9;2.4;7.31;0;1.87;17000
+69082;43.27562;1.58298;241;20220308;13.4;4.1;8.8;3.5;8.81;5.6;1.73;14100
+69082;43.27562;1.58298;241;20220309;14.7;3.8;9.3;3.1;9.48;0;1.71;14025
+69082;43.27562;1.58298;241;20220310;14.1;6.5;10.3;3.3;9.91;0;1.62;10805
+69082;43.27562;1.58298;241;20220311;13.9;7;10.4;3.9;10.05;5.1;1.62;9900
+69082;43.27562;1.58298;241;20220312;11.3;7.9;9.6;3.9;9.91;4.9;1.14;5666
+69082;43.27562;1.58298;241;20220313;11.5;6;8.7;4.2;8.98;2.7;1.37;7433
+69082;43.27562;1.58298;241;20220314;13.4;3.5;8.4;6.6;9.91;0;1.26;10700
+69082;43.27562;1.58298;241;20220315;15.4;11.8;13.6;8.3;11.85;0;1.92;7281
+69082;43.27562;1.58298;241;20220316;15.1;11.4;13.3;5.1;11.85;.4;1.7;7393
+69082;43.27562;1.58298;241;20220317;13.6;10.8;12.2;2.8;12.38;10.8;1.1;5631
+69082;43.27562;1.58298;241;20220318;10.6;8.3;9.5;2.5;10.55;.3;1.18;6003
+69082;43.27562;1.58298;241;20220319;14.9;6.6;10.8;5.8;9.23;0;2.65;14530
+69082;43.27562;1.58298;241;20220320;15;7.7;11.3;7.1;10.78;0;2.09;10343
+69082;43.27562;1.58298;241;20220321;15;10.2;12.6;8.8;9.78;0;3.2;12525
+69082;43.27562;1.58298;241;20220322;15.3;7.9;11.6;8.9;7.75;0;3.86;15049
+69082;43.27562;1.58298;241;20220323;15.3;6.7;11;7.5;7.98;0;3.47;16569
+69082;43.27562;1.58298;241;20220324;16.7;4.9;10.8;5.5;8.15;0;3.31;17222
+69082;43.27562;1.58298;241;20220325;17.7;6.6;12.1;4.8;7.85;0;3.63;16896
+69082;43.27562;1.58298;241;20220326;17.1;6;11.5;5.2;7.91;0;3.57;17500
+69082;43.27562;1.58298;241;20220327;20.7;5.6;13.2;4.3;7.68;0;4.07;18534
+69082;43.27562;1.58298;241;20220328;20.4;4.6;12.5;4.5;7.75;0;4.02;17565
+69082;43.27562;1.58298;241;20220329;17.6;9;13.3;4;10.75;3.4;2.66;12235
+69082;43.27562;1.58298;241;20220330;11.9;9;10.5;3.3;11.35;5.1;1.27;5876
+69082;43.27562;1.58298;241;20220331;13.4;8.5;10.9;6.9;9.65;7.2;2.46;11061
+69082;43.27562;1.58298;241;20220401;7.7;1.4;4.6;8.5;5.78;4.3;2.26;13424
+69082;43.27562;1.58298;241;20220402;8.4;.9;4.6;6.8;5.23;0;2.39;11735
+69082;43.27562;1.58298;241;20220403;7.5;-2.3;2.6;2.8;5.09;0;1.84;15703
+69082;43.27562;1.58298;241;20220404;10.8;-3.5;3.6;1.4;5.29;0;2.09;19377
+69082;43.27562;1.58298;241;20220405;15;-1.8;6.6;3.4;6.23;0;3.1;21987
+69082;43.27562;1.58298;241;20220406;12;5.6;8.8;4;9.61;0;1.66;9011
+69082;43.27562;1.58298;241;20220407;20.9;6.3;13.6;5.3;10.95;.1;3.81;19290
+69082;43.27562;1.58298;241;20220408;21.2;10;15.6;4.7;11.61;.2;3.87;17529
+69082;43.27562;1.58298;241;20220409;14.7;7.5;11.1;5;8.31;.5;3.11;15236
+69082;43.27562;1.58298;241;20220410;18;-.2;8.9;5;7.78;0;3.65;23582
+69082;43.27562;1.58298;241;20220411;16.9;9.6;13.2;10.8;11.35;0;3.21;14088
+69082;43.27562;1.58298;241;20220412;16.9;11.3;14.1;9.3;11.78;0;3.07;11248
+69082;43.27562;1.58298;241;20220413;13.7;11.4;12.5;3.6;12.58;.9;1.43;5010
+69082;43.27562;1.58298;241;20220414;21.6;6.6;14.1;2;11.91;.1;3.3;20129
+69082;43.27562;1.58298;241;20220415;22;8.3;15.1;3.5;13.21;0;3.44;18875
+69082;43.27562;1.58298;241;20220416;22.1;10.5;16.3;5;12.88;0;4.21;21285
+69082;43.27562;1.58298;241;20220417;22.3;8.4;15.3;4.7;11.81;0;4.54;24049
+69082;43.27562;1.58298;241;20220418;18.3;10.1;14.2;4.4;11.31;0;3.44;17998
+69082;43.27562;1.58298;241;20220419;14.1;9.1;11.6;4.3;11.65;12.2;2.01;10621
+69082;43.27562;1.58298;241;20220420;11.1;8;9.6;2.7;10.91;12;1.15;5974
+69082;43.27562;1.58298;241;20220421;12.5;8.2;10.4;3.2;11.78;.1;1.2;6675
+69082;43.27562;1.58298;241;20220422;17.2;9.4;13.3;2.7;12.18;0;2.57;15250
+69082;43.27562;1.58298;241;20220423;14.3;10.9;12.6;4;11.45;14.6;2.04;7358
+69082;43.27562;1.58298;241;20220424;16.7;8.6;12.6;6;11.68;0;2.7;14297
+69082;43.27562;1.58298;241;20220425;18.6;5.5;12;2.3;10.91;0;3.37;23103
+69082;43.27562;1.58298;241;20220426;22.9;5;14;2.2;10.71;0;4.2;25819
+69082;43.27562;1.58298;241;20220427;21.1;8.3;14.7;3.4;11.95;0;3.67;19818
+69082;43.27562;1.58298;241;20220428;18;12.4;15.2;2.6;14.51;6.5;2.21;11120
+69082;43.27562;1.58298;241;20220429;21.8;12.9;17.3;3.6;14.58;0;3.87;20082
+69082;43.27562;1.58298;241;20220430;21.4;13.3;17.4;4.6;13.25;.6;4.25;19956
+69082;43.27562;1.58298;241;20220501;20.5;10.3;15.4;3.8;12.08;.2;4.02;21538
+69082;43.27562;1.58298;241;20220502;19.2;11.5;15.3;3.2;12.85;.1;3.01;14757
+69082;43.27562;1.58298;241;20220503;20.6;10.3;15.5;2.8;13.11;4.2;3.37;18343
+69082;43.27562;1.58298;241;20220504;19.2;11.5;15.4;3.4;13.55;2.7;2.84;14103
+69082;43.27562;1.58298;241;20220505;20.3;10.7;15.5;5;11.91;1;4.04;19499
+69082;43.27562;1.58298;241;20220506;19;11;15;4.5;11.48;0;2.99;12549
+69082;43.27562;1.58298;241;20220507;21.3;11.1;16.2;4.4;12.18;.9;3.38;14298
+69082;43.27562;1.58298;241;20220508;22.9;12.7;17.8;3.1;12.98;.2;3.4;14253
+69082;43.27562;1.58298;241;20220509;25.4;11.2;18.3;1.9;12.01;0;3.69;16826
+69082;43.27562;1.58298;241;20220510;27.7;10.9;19.3;2.1;12.78;0;4.13;18486
+69082;43.27562;1.58298;241;20220511;27.3;11.2;19.3;3.2;14.21;0;4.31;18664
+69082;43.27562;1.58298;241;20220512;22.8;14.2;18.5;2.9;15.11;0;3.01;12952
+69082;43.27562;1.58298;241;20220513;24.5;14.9;19.7;1.7;15.81;0;2.93;13257
+69082;43.27562;1.58298;241;20220514;29;13.8;21.4;2;16.25;0;4.07;17397
+69082;43.27562;1.58298;241;20220515;25.6;14.9;20.2;3.8;15.91;0;3.92;15245
+69082;43.27562;1.58298;241;20220516;27.7;14.5;21.1;1.8;16.18;0;3.69;16357
+69082;43.27562;1.58298;241;20220517;30;14.3;22.1;2.4;16.41;0;4.35;18401
+69082;43.27562;1.58298;241;20220518;31.5;17.4;24.5;2.8;16.01;0;5.04;17364
+69082;43.27562;1.58298;241;20220519;26.2;16.7;21.4;4.3;18.05;0;3.8;14611
+69082;43.27562;1.58298;241;20220520;28;15.8;21.9;4.2;17.25;0;4.6;16685
+69082;43.27562;1.58298;241;20220521;30.6;15.2;22.9;2.6;18.25;0;4.51;18412
+69082;43.27562;1.58298;241;20220522;29.4;16.8;23.1;3.2;19.38;0;3.95;15744
+69082;43.27562;1.58298;241;20220523;20.5;16.3;18.4;3.9;15.65;0;2.47;8873
+69082;43.27562;1.58298;241;20220524;14.7;13.3;14;3.3;12.61;4.3;1.57;5301
+69082;43.27562;1.58298;241;20220525;19.1;10.8;15;4.5;11.91;0;3.04;13524
+69082;43.27562;1.58298;241;20220526;19.6;12.1;15.8;3.5;12.75;0;2.72;12472
+69082;43.27562;1.58298;241;20220527;23.8;13.2;18.5;3;13.95;0;3.53;15321
+69082;43.27562;1.58298;241;20220528;25.8;13.4;19.6;3.2;13.41;0;4.28;17248
+69082;43.27562;1.58298;241;20220529;25;12;18.5;2.7;10.05;0;4.46;17629
+69082;43.27562;1.58298;241;20220530;25.1;10.4;17.7;1.7;11.78;1.1;3.75;17750
+69082;43.27562;1.58298;241;20220531;25.8;13.8;19.8;1.8;14.01;0;3.7;16747
+69082;43.27562;1.58298;241;20220601;29.2;13.5;21.4;2.7;15.85;0;4.63;19421
+69082;43.27562;1.58298;241;20220602;24.4;16.4;20.4;3.4;17.85;.1;3.27;13619
+69082;43.27562;1.58298;241;20220603;28.9;16.9;22.9;3.2;18.55;.8;4.3;16641
+69082;43.27562;1.58298;241;20220604;26.2;17.4;21.8;2.7;19.85;0;3.31;13910
+69082;43.27562;1.58298;241;20220605;23.2;16.9;20;2.9;17.45;0;2.92;12172
+69082;43.27562;1.58298;241;20220606;28.8;14.6;21.7;2.2;17.01;.7;4.16;17632
+69082;43.27562;1.58298;241;20220607;22.9;16.7;19.8;2.4;16.71;0;2.79;11655
+69082;43.27562;1.58298;241;20220608;20.6;15;17.8;3;16.31;1.1;2.36;10369
+69082;43.27562;1.58298;241;20220609;23.7;14.2;18.9;4.2;13.85;.1;3.78;14508
+69082;43.27562;1.58298;241;20220610;29.1;12.3;20.7;2.2;13.45;0;4.59;19717
+69082;43.27562;1.58298;241;20220611;33;14.8;23.9;2;13.95;0;6.51;30090
+69082;43.27562;1.58298;241;20220612;31.6;17.4;24.5;2.4;18.48;3.3;5.79;26058
+69082;43.27562;1.58298;241;20220613;31.5;18.3;24.9;2.8;20.31;0;5.78;25777
+69082;43.27562;1.58298;241;20220614;34.1;18.7;26.4;2.4;19.08;1.2;6.36;26201
+69082;43.27562;1.58298;241;20220615;35.7;19.4;27.6;2.3;17.21;0;7.04;28881
+69082;43.27562;1.58298;241;20220616;36.2;20.5;28.4;2;19.01;0;6.65;27212
+69082;43.27562;1.58298;241;20220617;37.9;19.9;28.9;1.9;18.35;0;7.02;28781
+69082;43.27562;1.58298;241;20220618;34.5;20.1;27.3;3.8;17.28;0;7.62;27457
+69082;43.27562;1.58298;241;20220619;33.1;19.7;26.4;4.4;19.41;0;7.04;26072
+69082;43.27562;1.58298;241;20220620;28.2;18.6;23.4;3;19.78;0;4.49;19264
+69082;43.27562;1.58298;241;20220621;25.8;19.6;22.7;2.5;20.55;.6;3.4;14709
+69082;43.27562;1.58298;241;20220622;28.6;18.3;23.5;2.6;18.51;0;5.05;22811
+69082;43.27562;1.58298;241;20220623;28.3;16.2;22.2;2.3;17.28;14.5;5;24038
+69082;43.27562;1.58298;241;20220624;24.5;15.8;20.1;2;16.68;1.9;3.84;19492
+69082;43.27562;1.58298;241;20220625;26;13.8;19.9;2.7;15.91;2.3;4.57;22528
+69082;43.27562;1.58298;241;20220626;17.6;14.5;16;2.7;16.21;0;1.8;9843
+69082;43.27562;1.58298;241;20220627;16.9;14.4;15.7;2.4;15.61;8.1;1.66;8443
+69082;43.27562;1.58298;241;20220628;25.9;15.2;20.6;2.7;14.21;.1;5.89;31600
+69082;43.27562;1.58298;241;20220629;28.8;13.1;21;2.3;14.71;3.5;6.02;31000
+69082;43.27562;1.58298;241;20220630;16.7;14.9;15.8;2.9;15.78;.3;1.64;8058
+69082;43.27562;1.58298;241;20220701;23.2;12.9;18.1;1.9;13.31;.1;4.08;21919
+69082;43.27562;1.58298;241;20220702;31.9;11.5;21.7;1.9;13.35;0;6.16;30370
+69082;43.27562;1.58298;241;20220703;29.6;16.9;23.3;2.6;16.98;.3;5.52;25117
+69082;43.27562;1.58298;241;20220704;25.8;16.5;21.2;3.3;17.55;0;4.59;22619
+69082;43.27562;1.58298;241;20220705;28.4;19.2;23.8;2.9;17.48;.1;5.32;22895
+69082;43.27562;1.58298;241;20220706;26.7;17.7;22.2;3.2;15.88;0;4.95;20127
+69082;43.27562;1.58298;241;20220707;27.9;17.2;22.5;4.6;15.55;0;5.9;24212
+69082;43.27562;1.58298;241;20220708;29.6;17.3;23.4;3.7;15.28;0;6.24;26470
+69082;43.27562;1.58298;241;20220709;31.9;16.3;24.1;2.5;14.48;0;6.43;28445
+69082;43.27562;1.58298;241;20220710;33.7;17.3;25.5;2.3;14.05;0;6.68;28710
+69082;43.27562;1.58298;241;20220711;35.9;16.4;26.1;2.1;14.05;0;6.92;29708
+69082;43.27562;1.58298;241;20220712;36.4;17.6;27;2.6;15.71;0;7.26;29458
+69082;43.27562;1.58298;241;20220713;36.3;18.1;27.2;2.3;15.15;0;7.18;29545
+69082;43.27562;1.58298;241;20220714;37;17.9;27.5;2.5;17.48;0;7.11;29456
+69082;43.27562;1.58298;241;20220715;35.6;21.4;28.5;2.8;15.68;0;7.16;26159
+69082;43.27562;1.58298;241;20220716;37.8;19.3;28.6;2;14.51;0;7.03;27855
+69082;43.27562;1.58298;241;20220717;38.6;18.7;28.6;2.4;14.41;0;7.49;28553
+69082;43.27562;1.58298;241;20220718;37.3;18.8;28.1;3.3;15.81;0;7.83;27987
+69082;43.27562;1.58298;241;20220719;32.3;20.9;26.6;3.5;21.15;0;5.95;23006
+69082;43.27562;1.58298;241;20220720;29.3;20.8;25;3.4;17.48;0;5.26;19762
+69082;43.27562;1.58298;241;20220721;33.1;17.6;25.4;2;16.65;0;6.01;27177
+69082;43.27562;1.58298;241;20220722;29.8;19.6;24.7;3.1;18.01;.2;5.26;20315
+69082;43.27562;1.58298;241;20220723;27.7;18.2;22.9;2.8;16.51;0;4.75;20081
+69082;43.27562;1.58298;241;20220724;37.1;17.1;27.1;2.2;16.91;0;6.93;28749
+69082;43.27562;1.58298;241;20220725;26.2;21.2;23.7;4.3;18.68;1.6;4.23;13735
+69082;43.27562;1.58298;241;20220726;25.8;18.1;21.9;3.8;15.95;.1;4.7;19342
+69082;43.27562;1.58298;241;20220727;28.4;16.2;22.3;3.2;13.35;0;5.8;25076
+69082;43.27562;1.58298;241;20220728;28.8;15.9;22.3;2.5;14.65;.2;5.27;23918
+69082;43.27562;1.58298;241;20220729;24;17.2;20.6;2.6;18.15;4.1;3.29;15352
+69082;43.27562;1.58298;241;20220730;29.2;19.1;24.2;2.8;17.75;0;5.16;22353
+69082;43.27562;1.58298;241;20220731;32.1;18.2;25.1;2.3;17.25;0;5.82;25717
+69082;43.27562;1.58298;241;20220801;33.3;18.5;25.9;2.9;17.28;0;6.36;26085
+69082;43.27562;1.58298;241;20220802;35.7;18.9;27.3;2.2;15.25;0;6.58;26906
+69082;43.27562;1.58298;241;20220803;36.4;18.1;27.2;2.5;15.48;0;6.7;26720
+69082;43.27562;1.58298;241;20220804;34.6;19.8;27.2;2.9;21.65;.6;5.87;23505
+69082;43.27562;1.58298;241;20220805;30.7;20.8;25.8;3;19.85;.6;5.15;20597
+69082;43.27562;1.58298;241;20220806;32.3;19.1;25.7;2.6;18.21;0;5.54;22962
+69082;43.27562;1.58298;241;20220807;34;20.3;27.1;2.7;15.95;0;6.31;24144
+69082;43.27562;1.58298;241;20220808;34.6;18.5;26.5;2.1;13.01;0;6.2;25506
+69082;43.27562;1.58298;241;20220809;35.3;18.4;26.8;2;13.18;0;6.2;25427
+69082;43.27562;1.58298;241;20220810;36.9;18.7;27.8;2.4;15.15;0;6.61;26120
+69082;43.27562;1.58298;241;20220811;35.2;20.3;27.8;3.3;21.78;0;6.11;24198
+69082;43.27562;1.58298;241;20220812;38.7;20.2;29.5;2.7;20.45;0;6.69;24963
+69082;43.27562;1.58298;241;20220813;33.1;20.3;26.7;2.8;20.38;0;5.27;20105
+69082;43.27562;1.58298;241;20220814;28.7;20.7;24.7;3.4;19.65;0;4.29;15569
+69082;43.27562;1.58298;241;20220815;28.5;19.4;24;2.4;16.31;0;4.33;17647
+69082;43.27562;1.58298;241;20220816;31.7;16;23.8;2.6;16.41;6.9;5.12;20913
+69082;43.27562;1.58298;241;20220817;24;16.5;20.3;2.8;17.05;1.7;3.01;12991
+69082;43.27562;1.58298;241;20220818;23.5;16;19.8;4;16.88;2.8;3.49;16478
+69082;43.27562;1.58298;241;20220819;26.8;16.7;21.7;3.7;16.11;.1;4.42;18894
+69082;43.27562;1.58298;241;20220820;30;15.4;22.7;2.2;16.08;0;4.84;23094
+69082;43.27562;1.58298;241;20220821;28.1;18.4;23.3;2.8;17.35;.1;4.27;17600
+69082;43.27562;1.58298;241;20220822;26.2;18.7;22.5;3.9;18.28;1.5;3.79;14536
+69082;43.27562;1.58298;241;20220823;30.4;19.5;25;2.2;19.01;0;4.37;18762
+69082;43.27562;1.58298;241;20220824;35.8;17.4;26.6;1.9;17.01;1.1;5.57;23637
+69082;43.27562;1.58298;241;20220825;28.7;21.3;25;3.2;20.11;3.8;4.05;14172
+69082;43.27562;1.58298;241;20220826;28.9;19.2;24;3.1;19.18;.2;4.36;17723
+69082;43.27562;1.58298;241;20220827;30.9;18.3;24.6;2.4;17.28;0;4.72;20755
+69082;43.27562;1.58298;241;20220828;34;17;25.5;2;15.31;0;5.25;22624
+69082;43.27562;1.58298;241;20220829;32.8;17.9;25.3;2.8;17.68;4.9;5.09;19566
+69082;43.27562;1.58298;241;20220830;31.7;17.1;24.4;1.9;18.51;0;4.57;21279
+69082;43.27562;1.58298;241;20220831;25.6;18.7;22.1;2.4;19.61;1.4;3;12526
+69082;43.27562;1.58298;241;20220901;29.1;19.2;24.1;2.3;18.98;0;3.95;17484
+69082;43.27562;1.58298;241;20220902;27.8;18.5;23.2;2.4;18.15;10.9;3.76;16522
+69082;43.27562;1.58298;241;20220903;26.1;17.2;21.7;1.7;18.41;.2;3.1;15375
+69082;43.27562;1.58298;241;20220904;30.5;16;23.2;2.8;19.55;0;4.22;20110
+69082;43.27562;1.58298;241;20220905;31.7;19.3;25.5;3.4;21.71;1.8;4.52;18963
+69082;43.27562;1.58298;241;20220906;32.5;20.4;26.4;2.1;20.11;0;4.39;18771
+69082;43.27562;1.58298;241;20220907;28.1;16.8;22.4;2.2;16.51;0;3.63;16431
+69082;43.27562;1.58298;241;20220908;26.6;14;20.3;1.7;14.25;.3;3.43;17497
+69082;43.27562;1.58298;241;20220909;21.8;15.9;18.8;2;15.48;.6;2.47;11386
+69082;43.27562;1.58298;241;20220910;27.3;13.3;20.3;2;13.71;0;3.76;19215
+69082;43.27562;1.58298;241;20220911;33.1;13.7;23.4;2.2;14.15;0;4.79;21527
+69082;43.27562;1.58298;241;20220912;28.2;17.2;22.7;3.7;19.41;0;3.69;15702
+69082;43.27562;1.58298;241;20220913;29.2;21.3;25.2;3.1;21.61;1;3.06;10559
+69082;43.27562;1.58298;241;20220914;29.1;17.9;23.5;2.6;18.51;8.4;3.61;15636
+69082;43.27562;1.58298;241;20220915;28.4;16.8;22.6;2.4;17.21;2.5;3.63;16307
+69082;43.27562;1.58298;241;20220916;24.2;18.7;21.5;4;16.81;.2;3.21;11152
+69082;43.27562;1.58298;241;20220917;21.5;13.2;17.4;2.9;10.65;0;3.36;15382
+69082;43.27562;1.58298;241;20220918;24.7;7.3;16;1.5;7.81;0;3.27;18971
+69082;43.27562;1.58298;241;20220919;26.6;9.7;18.1;2.4;8.08;0;4.08;19251
+69082;43.27562;1.58298;241;20220920;25.5;10.5;18;2.7;8.68;0;4.05;18518
+69082;43.27562;1.58298;241;20220921;24.6;10.8;17.7;2.4;9.98;0;3.56;17738
+69082;43.27562;1.58298;241;20220922;26.4;9.7;18;2;11.38;0;3.39;18218
+69082;43.27562;1.58298;241;20220923;24.8;11.3;18;2.6;14.31;10.1;2.87;15183
+69082;43.27562;1.58298;241;20220924;19.6;14.5;17;2.3;14.78;4.1;1.82;8485
+69082;43.27562;1.58298;241;20220925;19.2;10.9;15;2.6;11.88;.1;2.26;12684
+69082;43.27562;1.58298;241;20220926;20.1;9.5;14.8;3.6;11.15;2.6;2.72;14119
+69082;43.27562;1.58298;241;20220927;16.8;12.5;14.7;4.7;13.18;4.8;1.78;8064
+69082;43.27562;1.58298;241;20220928;18.4;14.1;16.2;6;14.71;6.7;1.94;8739
+69082;43.27562;1.58298;241;20220929;16.8;12.6;14.7;4.6;13.05;11.1;1.81;8519
+69082;43.27562;1.58298;241;20220930;17.9;10.5;14.2;3.7;11.35;1.5;2.16;10465
+69082;43.27562;1.58298;241;20221001;23.3;9.1;16.2;2.7;12.05;0;2.82;15442
+69082;43.27562;1.58298;241;20221002;23.7;11.3;17.5;1.9;14.38;0;2.38;14594
+69082;43.27562;1.58298;241;20221003;23.7;12.6;18.1;1.6;14.21;0;2.25;13272
+69082;43.27562;1.58298;241;20221004;26;10.5;18.2;1.6;13.18;.1;2.56;15487
+69082;43.27562;1.58298;241;20221005;24.5;10;17.3;3.1;14.68;0;2.53;14996
+69082;43.27562;1.58298;241;20221006;20;15;17.5;2.2;15.38;0;1.68;8755
+69082;43.27562;1.58298;241;20221007;22.5;11.1;16.8;1.9;14.95;.7;1.87;11399
+69082;43.27562;1.58298;241;20221008;21.9;15.3;18.6;1.9;16.25;.6;1.78;9005
+69082;43.27562;1.58298;241;20221009;24;11.5;17.7;2.3;14.18;.2;2.32;13682
+69082;43.27562;1.58298;241;20221010;24.2;12.2;18.2;2.3;14.81;.1;2.28;12465
+69082;43.27562;1.58298;241;20221011;21.6;13.6;17.6;1.6;15.41;0;1.71;9729
+69082;43.27562;1.58298;241;20221012;23;13.6;18.3;1.8;15.18;1.4;1.93;10411
+69082;43.27562;1.58298;241;20221013;23.5;14.4;18.9;1.9;14.81;.7;2.02;10492
+69082;43.27562;1.58298;241;20221014;23.2;17.3;20.3;3.8;15.78;.5;2.4;8053
+69082;43.27562;1.58298;241;20221015;27.3;11.3;19.3;2.6;14.51;.1;2.68;13840
+69082;43.27562;1.58298;241;20221016;24.8;14.6;19.7;3.9;17.41;0;2.35;11666
+69082;43.27562;1.58298;241;20221017;23.8;17.9;20.9;4.3;18.75;0;2.17;7555
+69082;43.27562;1.58298;241;20221018;25.7;15.9;20.8;3.6;18.08;0;2.39;11194
+69082;43.27562;1.58298;241;20221019;23.9;16.4;20.1;3.7;17.65;.8;1.93;7843
+69082;43.27562;1.58298;241;20221020;24.8;16.9;20.9;3;17.68;.1;2.1;8103
+69082;43.27562;1.58298;241;20221021;23.1;16.8;20;2.5;14.88;.1;2.05;7034
+69082;43.27562;1.58298;241;20221022;25.3;13.9;19.6;2.4;14.58;0;2.3;11321
+69082;43.27562;1.58298;241;20221023;27.8;15.1;21.4;3.9;14.55;.1;3.01;9346
+69082;43.27562;1.58298;241;20221024;24.5;14.5;19.5;2.5;14.48;0;2.14;9174
+69082;43.27562;1.58298;241;20221025;22.7;12;17.3;2.5;13.95;.1;1.87;9078
+69082;43.27562;1.58298;241;20221026;23.9;11.8;17.8;2.7;16.05;.1;1.7;9417
+69082;43.27562;1.58298;241;20221027;24;12.2;18.1;3.9;16.25;.1;1.85;8935
+69082;43.27562;1.58298;241;20221028;24.5;16.6;20.5;4;16.71;0;2.21;7893
+69082;43.27562;1.58298;241;20221029;24.2;13.6;18.9;4.2;14.71;0;2.4;9974
+69082;43.27562;1.58298;241;20221030;21.8;12.3;17.1;3.2;14.31;0;1.87;8207
+69082;43.27562;1.58298;241;20221031;24.3;12.6;18.5;3;14.85;3.2;2.12;8900
+69082;43.27562;1.58298;241;20221101;19.8;13.5;16.7;2.3;13.95;0;1.4;7032
+69082;43.27562;1.58298;241;20221102;20.3;13.1;16.7;2;12.61;0;1.51;7956
+69082;43.27562;1.58298;241;20221103;18.3;9.9;14.1;2.8;12.11;3.5;1.34;3800
+69082;43.27562;1.58298;241;20221104;12.9;9.9;11.4;5.3;10.15;6.8;1.45;4744
+69082;43.27562;1.58298;241;20221105;15.2;8.5;11.8;3;9.65;.1;1.33;7931
+69082;43.27562;1.58298;241;20221106;20.5;3.6;12;2.3;8.08;0;1.75;10478
+69082;43.27562;1.58298;241;20221107;19.8;5.8;12.8;2.7;10.21;0;1.57;9636
+69082;43.27562;1.58298;241;20221108;19.5;10.6;15;2.9;13.55;0;1.35;7314
+69082;43.27562;1.58298;241;20221109;18;10.1;14;2.4;12.98;3;1.08;5372
+69082;43.27562;1.58298;241;20221110;15.4;8.4;11.9;1.7;10.98;0;.85;7006
+69082;43.27562;1.58298;241;20221111;20.9;6.2;13.6;3.3;11.48;0;1.47;9032
+69082;43.27562;1.58298;241;20221112;21.4;9.8;15.6;3.2;12.75;.1;1.67;8376
+69082;43.27562;1.58298;241;20221113;20.8;7;13.9;2.5;10.75;0;1.39;9195
+69082;43.27562;1.58298;241;20221114;17.3;9.2;13.2;2.6;12.31;.1;1.1;5436
+69082;43.27562;1.58298;241;20221115;17.4;10.6;14;2.3;13.11;2.5;.91;5427
+69082;43.27562;1.58298;241;20221116;18.7;8.6;13.6;1.7;11.08;0;1.07;7714
+69082;43.27562;1.58298;241;20221117;18.3;9.6;14;2.6;12.05;5.5;1.22;5926
+69082;43.27562;1.58298;241;20221118;13.2;9.3;11.2;4.2;10.28;3;1.14;4595
+69082;43.27562;1.58298;241;20221119;9.6;7;8.3;4.3;9.11;2.3;.78;3228
+69082;43.27562;1.58298;241;20221120;13;3.4;8.2;3.3;8.88;2.7;.85;6522
+69082;43.27562;1.58298;241;20221121;12.3;8.1;10.2;3.7;10.35;14.7;.79;2829
+69082;43.27562;1.58298;241;20221122;10.1;5.7;7.9;4.9;8.71;10.6;.84;3521
+69082;43.27562;1.58298;241;20221123;16.1;7.8;11.9;3.4;10.98;6.6;1.07;5264
+69082;43.27562;1.58298;241;20221124;14;6.5;10.2;2.4;9.45;0;.96;5125
+69082;43.27562;1.58298;241;20221125;10.4;8.4;9.4;3.1;9.91;6.7;.75;1976
+69082;43.27562;1.58298;241;20221126;12.6;3.4;8;2.1;8.31;0;.67;5878
+69082;43.27562;1.58298;241;20221127;11.9;2.4;7.1;3;8.21;1.8;.74;6165
+69082;43.27562;1.58298;241;20221128;11.7;7.4;9.6;4.3;9.98;3.9;.81;3954
+69082;43.27562;1.58298;241;20221129;11.3;7.5;9.4;3.7;9.61;4.3;.8;3529
+69082;43.27562;1.58298;241;20221130;5.5;3.4;4.4;1.6;8.05;.1;.34;2364
+69082;43.27562;1.58298;241;20221201;4.7;3;3.8;1.9;7.61;0;.35;1628
+69082;43.27562;1.58298;241;20221202;6.6;3.8;5.2;1.2;7.67;0;.46;2118
+69082;43.27562;1.58298;241;20221203;6.3;2.1;4.2;1.2;7.11;.3;.43;3175
+69082;43.27562;1.58298;241;20221204;8.2;1.5;4.9;1.7;6.85;0;.52;3625
+69082;43.27562;1.58298;241;20221205;10;-1.1;4.4;2.3;6.21;0;.69;5783
+69082;43.27562;1.58298;241;20221206;11.5;2;6.8;1.6;7.88;.2;.59;5211
+69082;43.27562;1.58298;241;20221207;13.4;7.4;10.4;1.4;8.8;0;.77;3725
+69082;43.27562;1.58298;241;20221208;8;2.6;5.3;2.5;8.47;.3;.4;3194
+69082;43.27562;1.58298;241;20221209;13.5;5.3;9.4;1.5;9.85;2.7;.49;4623
+69082;43.27562;1.58298;241;20221210;3.5;2.7;3.1;4.9;6.7;.1;.54;698
+69082;43.27562;1.58298;241;20221211;4.2;-5.5;-.6;1.2;4.74;.1;.39;4731
+69082;43.27562;1.58298;241;20221212;6.5;1.6;4.1;2.8;6.58;4.6;.67;3184
+69082;43.27562;1.58298;241;20221213;12.6;2.9;7.8;3.7;9.18;5.4;.58;4323
+69082;43.27562;1.58298;241;20221214;16.8;7.2;12;2.2;11.15;.1;.64;5170
+69082;43.27562;1.58298;241;20221215;13.2;7.9;10.6;2.6;11.58;5.3;.51;4161
+69082;43.27562;1.58298;241;20221216;11.2;8.1;9.7;2.1;10.65;3.7;.55;2296
+69082;43.27562;1.58298;241;20221217;6.8;5.4;6.1;1.7;8.54;0;.47;982
+69082;43.27562;1.58298;241;20221218;8.1;3.2;5.6;3.4;8.94;0;.54;4219
+69082;43.27562;1.58298;241;20221219;14.5;6.7;10.6;4.4;10.37;0;1.16;4137
+69082;43.27562;1.58298;241;20221220;13.7;8.7;11.2;3.6;10.95;.4;.85;3516
+69082;43.27562;1.58298;241;20221221;18;8.9;13.4;2;11.35;.1;.83;4631
+69082;43.27562;1.58298;241;20221222;18.6;9.6;14.1;2.1;10.81;0;1.09;6800
+69082;43.27562;1.58298;241;20221223;19.1;9.5;14.3;2;11.58;0;.98;5488
+69082;43.27562;1.58298;241;20221224;18.2;7.4;12.8;2;10.45;.1;.96;5701
+69082;43.27562;1.58298;241;20221225;13.5;6.2;9.8;3.4;10.08;.1;.65;4262
+69082;43.27562;1.58298;241;20221226;17.2;6.6;11.9;2.7;10.61;.1;.82;5585
+69082;43.27562;1.58298;241;20221227;14.2;7.6;10.9;1.6;10.81;.2;.54;4331
+69082;43.27562;1.58298;241;20221228;13.7;4.9;9.3;2.9;9.38;.1;.61;5898
+69082;43.27562;1.58298;241;20221229;13.2;5.3;9.3;2.4;10.18;0;.53;4434
+69082;43.27562;1.58298;241;20221230;16.6;7.5;12.1;2.8;10.71;.2;.84;5205
+69082;43.27562;1.58298;241;20221231;14.4;8.2;11.3;4;11.38;0;.78;4206
+69083;43.30041;1.88879;204;20220101;16.1;4.9;10.5;3;8.91;.1;1.06;6775
+69083;43.30041;1.88879;204;20220102;15.1;5.4;10.2;3.6;10.48;.1;.78;5272
+69083;43.30041;1.88879;204;20220103;15.4;6.8;11.1;1.9;10.48;.1;.69;5529
+69083;43.30041;1.88879;204;20220104;12.7;6;9.4;5.2;10.48;8.9;.67;4806
+69083;43.30041;1.88879;204;20220105;6.6;5.8;6.2;6;7.28;0;1.01;3586
+69083;43.30041;1.88879;204;20220106;6.6;1.7;4.1;4.9;5.45;0;1.13;6465
+69083;43.30041;1.88879;204;20220107;7.2;0;3.6;4.3;6.38;5.1;.73;4562
+69083;43.30041;1.88879;204;20220108;9.9;6;8;7.2;9.11;4.5;.83;3202
+69083;43.30041;1.88879;204;20220109;8.5;8;8.3;6.3;9.81;42.5;.62;835
+69083;43.30041;1.88879;204;20220110;7.6;7.4;7.5;4.1;9.98;14.9;.37;506
+69083;43.30041;1.88879;204;20220111;9.5;5;7.2;4.6;7.98;.1;.9;6618
+69083;43.30041;1.88879;204;20220112;5.6;1.5;3.6;3.6;6.41;0;.63;6132
+69083;43.30041;1.88879;204;20220113;2.2;-3;-.4;1.5;5.45;0;.28;5798
+69083;43.30041;1.88879;204;20220114;9.5;-3;3.2;2;5.58;.1;.69;8484
+69083;43.30041;1.88879;204;20220115;10.8;.2;5.5;2.1;4.98;0;1.06;7500
+69083;43.30041;1.88879;204;20220116;8.4;0;4.2;3;5.51;.1;.95;7388
+69083;43.30041;1.88879;204;20220117;5.5;-3;1.2;2.9;5.65;.1;.56;7351
+69083;43.30041;1.88879;204;20220118;1.4;-1.8;-.2;2.1;5.91;.1;.28;3812
+69083;43.30041;1.88879;204;20220119;8.2;.4;4.3;2.9;7.25;.7;.59;5102
+69083;43.30041;1.88879;204;20220120;6.9;3.7;5.3;4.2;7.68;.6;.7;3549
+69083;43.30041;1.88879;204;20220121;5;1.2;3.1;5.2;5.81;0;.91;6557
+69083;43.30041;1.88879;204;20220122;6.8;-1;2.9;3.3;5.28;0;.9;8262
+69083;43.30041;1.88879;204;20220123;10.7;-2.6;4;2.4;5.65;0;.96;9060
+69083;43.30041;1.88879;204;20220124;11.5;2;6.8;3.7;6.91;0;1.2;8210
+69083;43.30041;1.88879;204;20220125;12.8;.2;6.5;2.2;6.88;0;.97;8860
+69083;43.30041;1.88879;204;20220126;11.5;.2;5.9;2.5;6.65;0;1.01;8852
+69083;43.30041;1.88879;204;20220127;11;1.2;6.1;3.3;6.75;0;1.11;8739
+69083;43.30041;1.88879;204;20220128;.9;-3;-1.1;1.2;5.71;0;.27;2723
+69083;43.30041;1.88879;204;20220129;3.4;-.2;1.6;3;6.28;0;.51;4717
+69083;43.30041;1.88879;204;20220130;2.4;-1;.7;4.1;6.25;.2;.32;4192
+69083;43.30041;1.88879;204;20220131;9.3;1.2;5.3;7.4;8.38;2.7;.57;5769
+69083;43.30041;1.88879;204;20220201;8.5;3.4;5.9;7.4;7.48;.2;1.09;5908
+69083;43.30041;1.88879;204;20220202;10.5;6.9;8.7;5.1;9.51;0;.89;6222
+69083;43.30041;1.88879;204;20220203;10.3;1.7;6;2.7;8.71;0;.62;8109
+69083;43.30041;1.88879;204;20220204;13.8;7.3;10.5;3.4;10.11;.9;1.14;6496
+69083;43.30041;1.88879;204;20220205;9.8;8;8.9;4.5;8.98;.3;1.11;4253
+69083;43.30041;1.88879;204;20220206;9.9;2;5.9;4.7;7.01;.3;1.23;8407
+69083;43.30041;1.88879;204;20220207;11.8;6.8;9.3;6.7;9.35;1.2;1.27;5115
+69083;43.30041;1.88879;204;20220208;15.6;5;10.3;2.9;7.25;0;1.83;11279
+69083;43.30041;1.88879;204;20220209;13.3;3.5;8.4;3.8;7.78;.1;1.52;10200
+69083;43.30041;1.88879;204;20220210;10.5;5.1;7.8;1.7;8.89;0;.77;8431
+69083;43.30041;1.88879;204;20220211;12.8;4.5;8.7;3.1;9.19;.2;1.16;6919
+69083;43.30041;1.88879;204;20220212;12.4;.9;6.6;3;7.79;0;1.24;10508
+69083;43.30041;1.88879;204;20220213;15;6.6;10.8;5.4;10.44;3.7;1.56;7855
+69083;43.30041;1.88879;204;20220214;11.8;7.9;9.8;5.8;9.34;5.7;1.61;6215
+69083;43.30041;1.88879;204;20220215;12.3;5.6;8.9;6;8.64;2.4;1.71;7940
+69083;43.30041;1.88879;204;20220216;14.1;7.4;10.8;5.8;10.51;3.7;1.3;4340
+69083;43.30041;1.88879;204;20220217;15.3;11.3;13.3;4.7;12.28;.3;1.33;5091
+69083;43.30041;1.88879;204;20220218;18.9;7.3;13.1;3.6;11.18;2.1;1.91;11596
+69083;43.30041;1.88879;204;20220219;10.1;7.4;8.8;4.4;8.88;1.4;1.21;5029
+69083;43.30041;1.88879;204;20220220;14;3.3;8.6;4.4;8.75;.2;1.54;11283
+69083;43.30041;1.88879;204;20220221;13.3;8.7;11;9;9.15;1.8;2.23;8242
+69083;43.30041;1.88879;204;20220222;14;6.9;10.4;5.4;8.61;0;2.08;11917
+69083;43.30041;1.88879;204;20220223;16.6;5.6;11.1;2.7;8.51;0;1.99;12499
+69083;43.30041;1.88879;204;20220224;15;7.6;11.3;4.7;9.85;.2;1.84;10104
+69083;43.30041;1.88879;204;20220225;11.2;6.9;9.1;4.7;7.08;0;2.07;9947
+69083;43.30041;1.88879;204;20220226;13.1;.7;6.9;3.8;5.35;0;2.27;14507
+69083;43.30041;1.88879;204;20220227;15.1;1.3;8.2;2.9;7.35;0;1.77;10747
+69083;43.30041;1.88879;204;20220228;16.8;4.4;10.6;2.8;7.88;0;2.16;14198
+69083;43.30041;1.88879;204;20220301;14.4;6.6;10.5;4.9;8.21;0;2.29;12895
+69083;43.30041;1.88879;204;20220302;12;7.5;9.8;4.3;10.05;2.8;1.19;6393
+69083;43.30041;1.88879;204;20220303;17.4;7.1;12.2;2.6;10.11;0;2.04;14164
+69083;43.30041;1.88879;204;20220304;9.3;8.4;8.9;6.1;9.98;7.7;.85;2728
+69083;43.30041;1.88879;204;20220305;10.2;6.3;8.2;4.8;8.51;1.1;1.32;6671
+69083;43.30041;1.88879;204;20220306;11;5;8;3.2;7.58;0;1.56;9885
+69083;43.30041;1.88879;204;20220307;12.3;2;7.1;3.1;7.31;0;1.75;14251
+69083;43.30041;1.88879;204;20220308;13.4;5.7;9.5;4.7;8.85;2.6;1.91;12707
+69083;43.30041;1.88879;204;20220309;14.3;6.3;10.3;4.4;10.01;0;1.78;12908
+69083;43.30041;1.88879;204;20220310;14.2;8.8;11.5;4.8;10.51;0;1.79;9910
+69083;43.30041;1.88879;204;20220311;13.4;9.3;11.4;6.1;10.58;4.9;1.69;8027
+69083;43.30041;1.88879;204;20220312;10.4;9.2;9.8;4.7;10.41;4.9;.98;3566
+69083;43.30041;1.88879;204;20220313;11.5;8.2;9.8;5.4;9.68;5.7;1.33;4620
+69083;43.30041;1.88879;204;20220314;12.5;4.6;8.6;8.1;10.68;0;.75;6406
+69083;43.30041;1.88879;204;20220315;13.8;11.5;12.6;9.7;12.28;0;1.41;4926
+69083;43.30041;1.88879;204;20220316;14;11.5;12.7;6.3;12.18;.3;1.42;5605
+69083;43.30041;1.88879;204;20220317;14.3;11;12.6;3.2;12.65;6.9;1.13;5145
+69083;43.30041;1.88879;204;20220318;10.9;8.7;9.8;2.4;10.79;.6;1.08;5555
+69083;43.30041;1.88879;204;20220319;15.7;6.6;11.2;5;8.86;0;2.71;14586
+69083;43.30041;1.88879;204;20220320;14.5;7.5;11;6.7;10.99;0;1.74;8914
+69083;43.30041;1.88879;204;20220321;15;10.1;12.6;8.1;9.99;0;2.82;9587
+69083;43.30041;1.88879;204;20220322;15.3;7.5;11.4;8.5;7.94;0;3.58;13823
+69083;43.30041;1.88879;204;20220323;15.4;6;10.7;7.1;8.19;0;3.13;14803
+69083;43.30041;1.88879;204;20220324;16.8;5.1;10.9;5.5;8.34;0;3.13;15883
+69083;43.30041;1.88879;204;20220325;17.5;6.5;12;4.7;8.39;0;3.34;17044
+69083;43.30041;1.88879;204;20220326;17;7.1;12.1;5.3;8.69;0;3.32;16200
+69083;43.30041;1.88879;204;20220327;20.7;5.9;13.3;4.5;8.14;0;4.02;17952
+69083;43.30041;1.88879;204;20220328;20.4;4.8;12.6;4.6;7.99;0;3.99;18247
+69083;43.30041;1.88879;204;20220329;17.5;9.7;13.6;4;10.94;3.9;2.58;12203
+69083;43.30041;1.88879;204;20220330;12.8;8.9;10.9;3.2;11.39;3.7;1.37;7114
+69083;43.30041;1.88879;204;20220331;13.2;8.7;11;6.9;9.64;6.2;2.3;9392
+69083;43.30041;1.88879;204;20220401;8;1.6;4.8;8.5;5.79;4;2.26;13424
+69083;43.30041;1.88879;204;20220402;8.6;1.1;4.9;6.8;5.24;0;2.39;11735
+69083;43.30041;1.88879;204;20220403;7.7;-2.1;2.8;2.8;5.1;0;1.84;15703
+69083;43.30041;1.88879;204;20220404;11;-3.3;3.9;1.4;5.3;0;2.09;19377
+69083;43.30041;1.88879;204;20220405;15.3;-1.2;7;3.4;6.24;0;3.1;21987
+69083;43.30041;1.88879;204;20220406;12.6;5.8;9.2;4;9.59;0;1.78;10667
+69083;43.30041;1.88879;204;20220407;21.4;6.2;13.8;4.9;11.04;.1;3.79;20285
+69083;43.30041;1.88879;204;20220408;21.7;10.4;16.1;4.5;11.69;.5;3.92;18094
+69083;43.30041;1.88879;204;20220409;14.9;7.7;11.3;4.9;8.49;.4;2.96;13904
+69083;43.30041;1.88879;204;20220410;17.5;-.6;8.4;5;7.89;0;3.41;23424
+69083;43.30041;1.88879;204;20220411;16.6;9.7;13.2;10.6;11.59;0;2.84;11982
+69083;43.30041;1.88879;204;20220412;16.8;11.3;14.1;8.9;11.99;0;2.81;10072
+69083;43.30041;1.88879;204;20220413;14.5;11.4;12.9;3.4;12.49;.5;1.52;5666
+69083;43.30041;1.88879;204;20220414;21.9;6.5;14.2;2.1;11.79;0;3.31;20194
+69083;43.30041;1.88879;204;20220415;22.3;8.4;15.3;3.4;13.14;0;3.48;19462
+69083;43.30041;1.88879;204;20220416;22.2;10.9;16.6;5;12.94;0;4.18;21428
+69083;43.30041;1.88879;204;20220417;22.9;8.4;15.7;4.6;11.84;0;4.48;23374
+69083;43.30041;1.88879;204;20220418;18.7;10.1;14.4;4.5;11.34;0;3.5;19098
+69083;43.30041;1.88879;204;20220419;15.4;9.5;12.4;4.5;11.69;12.1;2.43;14182
+69083;43.30041;1.88879;204;20220420;10.9;8.2;9.6;2.5;10.94;15.8;1.14;6511
+69083;43.30041;1.88879;204;20220421;12.1;8.5;10.3;3.2;11.74;1;1.22;7463
+69083;43.30041;1.88879;204;20220422;18.2;10.1;14.1;2.2;12.39;0;2.61;15400
+69083;43.30041;1.88879;204;20220423;15.2;11.3;13.3;4.3;11.54;17.7;2.28;8988
+69083;43.30041;1.88879;204;20220424;16.9;8.7;12.8;5.6;11.64;.8;2.61;13695
+69083;43.30041;1.88879;204;20220425;19.2;6;12.6;2.5;11.04;0;3.47;23505
+69083;43.30041;1.88879;204;20220426;23.5;4.5;14;2.2;10.94;0;4.16;25729
+69083;43.30041;1.88879;204;20220427;21.2;7.7;14.4;3.3;12.09;0;3.59;20527
+69083;43.30041;1.88879;204;20220428;18.8;11.7;15.3;2.5;14.49;0;2.45;13830
+69083;43.30041;1.88879;204;20220429;22.5;13.4;18;3.5;14.74;0;4.05;21373
+69083;43.30041;1.88879;204;20220430;21.7;13.8;17.7;4.5;13.39;.1;4.15;19234
+69083;43.30041;1.88879;204;20220501;20.9;10.6;15.7;3.8;12.19;.2;4.06;22107
+69083;43.30041;1.88879;204;20220502;19.6;11.7;15.7;3.1;12.94;.2;2.97;14386
+69083;43.30041;1.88879;204;20220503;20.5;10.9;15.7;2.9;13.24;2.7;3.28;17915
+69083;43.30041;1.88879;204;20220504;19.3;11.6;15.4;3.5;13.74;3.2;2.85;15005
+69083;43.30041;1.88879;204;20220505;20.1;10.9;15.5;4.7;12.34;.8;3.75;18948
+69083;43.30041;1.88879;204;20220506;19.5;10.7;15.1;5.4;11.45;.1;3.19;12029
+69083;43.30041;1.88879;204;20220507;21.8;11;16.4;5.6;12.31;.5;3.71;14834
+69083;43.30041;1.88879;204;20220508;23.4;12.8;18.1;3.5;13.05;.2;3.76;16091
+69083;43.30041;1.88879;204;20220509;26.2;11.8;19;2;12.38;0;3.88;17271
+69083;43.30041;1.88879;204;20220510;27.7;11.5;19.6;2.8;13.11;0;4.37;17851
+69083;43.30041;1.88879;204;20220511;26.5;11.3;18.9;4.1;14.01;0;4.38;18424
+69083;43.30041;1.88879;204;20220512;23.2;13.6;18.4;3.4;14.78;0;3.18;13402
+69083;43.30041;1.88879;204;20220513;25.1;13.3;19.2;2;15.35;0;3.3;15801
+69083;43.30041;1.88879;204;20220514;29.2;14.7;21.9;2.7;16.15;0;4.3;16796
+69083;43.30041;1.88879;204;20220515;24.8;15.9;20.4;5.4;15.35;.1;4.27;15255
+69083;43.30041;1.88879;204;20220516;28;14.1;21.1;2.3;16.11;0;3.96;17225
+69083;43.30041;1.88879;204;20220517;29.4;15;22.2;3.2;16.35;0;4.62;18178
+69083;43.30041;1.88879;204;20220518;31.6;18.3;25;3.7;15.75;0;5.52;16733
+69083;43.30041;1.88879;204;20220519;24.8;18.3;21.6;6.3;18.05;0;3.79;12239
+69083;43.30041;1.88879;204;20220520;27.9;17.8;22.8;6;17.08;0;5.14;16243
+69083;43.30041;1.88879;204;20220521;29.8;15.7;22.7;3.5;17.75;.1;4.59;17531
+69083;43.30041;1.88879;204;20220522;29.8;16.9;23.4;4;18.68;0;4.43;16174
+69083;43.30041;1.88879;204;20220523;20.6;17;18.8;4.7;16.18;0;2.52;7672
+69083;43.30041;1.88879;204;20220524;15.8;13.5;14.6;4.3;12.85;3.6;1.92;6167
+69083;43.30041;1.88879;204;20220525;19.9;11.3;15.6;5.7;12.01;0;3.51;14857
+69083;43.30041;1.88879;204;20220526;19.4;11.8;15.6;4.8;12.78;0;2.97;13104
+69083;43.30041;1.88879;204;20220527;24.4;12.9;18.6;4.3;13.98;0;4.15;17475
+69083;43.30041;1.88879;204;20220528;26.1;14.6;20.4;4.4;13.35;0;4.98;18251
+69083;43.30041;1.88879;204;20220529;25.5;13.8;19.7;3.7;9.71;0;5.31;18850
+69083;43.30041;1.88879;204;20220530;25.8;11;18.4;1.8;11.45;1.1;3.72;16146
+69083;43.30041;1.88879;204;20220531;26.6;14.4;20.5;2.2;14.21;0;4.14;18136
+69083;43.30041;1.88879;204;20220601;28.2;15;21.6;4.1;16.18;0;4.77;18674
+69083;43.30041;1.88879;204;20220602;24.3;17.4;20.8;4.3;17.81;0;3.11;10363
+69083;43.30041;1.88879;204;20220603;28.3;17.7;23;4.3;18.68;.5;4.54;16925
+69083;43.30041;1.88879;204;20220604;28.2;18.2;23.2;3.6;19.75;0;4.04;15267
+69083;43.30041;1.88879;204;20220605;23.9;17.3;20.6;4;17.58;0;3.31;12543
+69083;43.30041;1.88879;204;20220606;30.3;15;22.6;2.4;16.78;1.2;4.42;17301
+69083;43.30041;1.88879;204;20220607;23.5;16.6;20;3.2;16.88;.1;3.2;13128
+69083;43.30041;1.88879;204;20220608;21.9;15.3;18.6;3.8;16.21;1;2.66;9790
+69083;43.30041;1.88879;204;20220609;23.7;14.1;18.9;5.6;13.55;0;4.4;16387
+69083;43.30041;1.88879;204;20220610;29.4;14.2;21.8;3.2;13.48;0;5.23;19763
+69083;43.30041;1.88879;204;20220611;34;15.4;24.7;2.1;13.38;0;6.64;29552
+69083;43.30041;1.88879;204;20220612;31.4;17.4;24.4;2;18.05;2.7;5.48;25074
+69083;43.30041;1.88879;204;20220613;31.2;18.4;24.8;2.8;19.71;.1;5.88;26715
+69083;43.30041;1.88879;204;20220614;35.1;19.1;27.1;2.6;18.18;.7;6.59;26029
+69083;43.30041;1.88879;204;20220615;31.4;20.2;25.8;3.1;15.61;0;6.87;28530
+69083;43.30041;1.88879;204;20220616;37;20.2;28.6;2.1;17.51;0;6.75;26872
+69083;43.30041;1.88879;204;20220617;38.7;20.5;29.6;2.2;17.65;0;7.32;28010
+69083;43.30041;1.88879;204;20220618;33.2;21.2;27.2;5.4;16.65;0;8.12;26722
+69083;43.30041;1.88879;204;20220619;31.9;21.9;26.9;7.2;19.98;0;7.61;25507
+69083;43.30041;1.88879;204;20220620;28;19.7;23.8;4.4;20.75;0;4.42;17083
+69083;43.30041;1.88879;204;20220621;26.7;20.4;23.5;3;21.68;1.1;3.28;12441
+69083;43.30041;1.88879;204;20220622;29.5;19;24.3;3.4;19.58;0;5.32;22453
+69083;43.30041;1.88879;204;20220623;28.8;16.9;22.9;2.7;17.98;9.4;5.15;23784
+69083;43.30041;1.88879;204;20220624;25.3;16.3;20.8;2.8;16.91;2.6;4.17;19763
+69083;43.30041;1.88879;204;20220625;27.2;14.9;21.1;3.5;16.45;2;4.77;21111
+69083;43.30041;1.88879;204;20220626;18.5;15.3;16.9;3.5;16.58;.5;1.89;8590
+69083;43.30041;1.88879;204;20220627;18.2;14.8;16.5;3.8;15.65;7.7;2.16;10103
+69083;43.30041;1.88879;204;20220628;26.2;15;20.6;4.3;14.41;0;5.88;28184
+69083;43.30041;1.88879;204;20220629;30.2;13.9;22.1;2.5;14.28;2.4;6.08;28570
+69083;43.30041;1.88879;204;20220630;18.3;15.6;17;4;16.05;.2;2.25;10179
+69083;43.30041;1.88879;204;20220701;23.9;13.4;18.7;3;13.15;.1;4.79;24119
+69083;43.30041;1.88879;204;20220702;31.9;12.3;22.1;2.4;12.98;0;6.42;29774
+69083;43.30041;1.88879;204;20220703;30.8;16.6;23.7;2.9;16.85;.2;5.86;25268
+69083;43.30041;1.88879;204;20220704;27.3;16.6;22;4.4;17.81;0;5.55;26071
+69083;43.30041;1.88879;204;20220705;29.5;19.5;24.5;4;17.28;0;6.33;25564
+69083;43.30041;1.88879;204;20220706;27.4;18.9;23.1;4.3;14.88;0;5.57;19446
+69083;43.30041;1.88879;204;20220707;28.5;17;22.8;4.5;15.31;0;6.38;27339
+69083;43.30041;1.88879;204;20220708;29.9;17.1;23.5;5;15.11;0;7.16;28740
+69083;43.30041;1.88879;204;20220709;32.3;17;24.6;3.5;13.91;0;7.27;29059
+69083;43.30041;1.88879;204;20220710;34.1;18.7;26.4;3;13.51;0;7.42;28673
+69083;43.30041;1.88879;204;20220711;35.8;17.4;26.6;2.8;13.61;0;7.48;29192
+69083;43.30041;1.88879;204;20220712;36.8;19;27.9;3.2;16.05;0;7.78;28897
+69083;43.30041;1.88879;204;20220713;36.1;18.9;27.5;3;15.55;.1;7.55;28939
+69083;43.30041;1.88879;204;20220714;37.4;19.7;28.6;3;18.41;0;7.56;28773
+69083;43.30041;1.88879;204;20220715;36.2;22;29.1;3.5;14.98;0;7.88;26069
+69083;43.30041;1.88879;204;20220716;38;20.4;29.2;2.4;13.71;0;7.39;27155
+69083;43.30041;1.88879;204;20220717;38.1;19.8;29;3.1;14.18;0;8.05;27846
+69083;43.30041;1.88879;204;20220718;36.2;20.8;28.5;4.9;16.91;0;8.47;27173
+69083;43.30041;1.88879;204;20220719;31.9;22.7;27.3;5.3;22.05;1.3;6.47;22972
+69083;43.30041;1.88879;204;20220720;29.8;21.4;25.6;4;17.98;0;5.9;21500
+69083;43.30041;1.88879;204;20220721;33.7;19.3;26.5;2.8;16.28;0;6.76;27179
+69083;43.30041;1.88879;204;20220722;32;20.1;26.1;3.3;17.58;.3;5.95;21334
+69083;43.30041;1.88879;204;20220723;28.4;18.6;23.5;4.2;16.45;0;5.67;22078
+69083;43.30041;1.88879;204;20220724;36.7;18.1;27.4;2.8;16.78;0;7.25;28016
+69083;43.30041;1.88879;204;20220725;26.7;20.9;23.8;4.7;18.95;1.4;4.27;13229
+69083;43.30041;1.88879;204;20220726;27;18.4;22.7;5.2;15.68;.1;5.91;23073
+69083;43.30041;1.88879;204;20220727;28.8;16;22.4;4;13.21;0;6.43;26967
+69083;43.30041;1.88879;204;20220728;29.7;16.6;23.1;3.2;14.45;0;5.92;24597
+69083;43.30041;1.88879;204;20220729;25.6;17.9;21.7;3.6;18.18;3.7;3.81;15552
+69083;43.30041;1.88879;204;20220730;30;18.8;24.4;3.6;17.58;0;5.94;24771
+69083;43.30041;1.88879;204;20220731;32.9;18.9;25.9;3.1;16.71;0;6.59;26602
+69083;43.30041;1.88879;204;20220801;34.2;19.6;26.9;3.8;16.61;0;7.32;26810
+69083;43.30041;1.88879;204;20220802;36.3;20;28.2;2.9;14.35;0;7.38;27302
+69083;43.30041;1.88879;204;20220803;35.8;19.3;27.5;3.3;15.78;0;7.18;25858
+69083;43.30041;1.88879;204;20220804;34.5;20.9;27.7;3.8;22.45;.3;6.02;22070
+69083;43.30041;1.88879;204;20220805;31.8;20.8;26.3;3.6;20.25;.1;5.7;21676
+69083;43.30041;1.88879;204;20220806;33.1;19.6;26.3;3.5;17.95;0;6.29;23078
+69083;43.30041;1.88879;204;20220807;34.5;21;27.8;3.2;14.58;0;6.96;24667
+69083;43.30041;1.88879;204;20220808;35.2;18.8;27;2.4;11.68;0;6.59;25861
+69083;43.30041;1.88879;204;20220809;35.7;18;26.9;2.2;11.88;0;6.26;24461
+69083;43.30041;1.88879;204;20220810;36.2;18.8;27.5;3.2;15.58;0;7.01;25097
+69083;43.30041;1.88879;204;20220811;33.8;22.7;28.3;4.7;23.95;0;6.28;22693
+69083;43.30041;1.88879;204;20220812;39.2;22;30.6;3.2;21.58;0;7.1;24178
+69083;43.30041;1.88879;204;20220813;34.5;21;27.8;3.6;20.78;.6;5.92;19758
+69083;43.30041;1.88879;204;20220814;30.1;21.2;25.6;4.1;20.25;0;4.86;16319
+69083;43.30041;1.88879;204;20220815;28.9;19.6;24.2;3.1;16.15;0;5.08;20036
+69083;43.30041;1.88879;204;20220816;32.3;16.8;24.6;3;16.71;11.2;5.15;18726
+69083;43.30041;1.88879;204;20220817;23.9;16.7;20.3;3.3;17.41;.7;2.81;10757
+69083;43.30041;1.88879;204;20220818;24;16.7;20.3;5.5;16.88;1.7;3.88;15940
+69083;43.30041;1.88879;204;20220819;26.8;17.2;22;5.2;16.05;.3;4.95;18213
+69083;43.30041;1.88879;204;20220820;30.7;16.7;23.7;3.2;15.85;0;5.59;23515
+69083;43.30041;1.88879;204;20220821;29.1;19.7;24.4;3.8;16.65;0;5.16;17901
+69083;43.30041;1.88879;204;20220822;26.6;19.2;22.9;5;18.08;1.5;4.33;14476
+69083;43.30041;1.88879;204;20220823;31.3;20;25.6;3.3;18.68;0;5.34;20283
+69083;43.30041;1.88879;204;20220824;35.5;18.1;26.8;2.7;16.35;1;6.08;23038
+69083;43.30041;1.88879;204;20220825;29.9;21.6;25.8;3.8;19.48;2;4.64;14685
+69083;43.30041;1.88879;204;20220826;30.3;20.1;25.2;4.5;18.85;.1;5.52;19998
+69083;43.30041;1.88879;204;20220827;31.5;18.3;24.9;2.9;16.81;0;5.35;22313
+69083;43.30041;1.88879;204;20220828;34.4;17.8;26.1;2.4;14.61;0;5.62;22421
+69083;43.30041;1.88879;204;20220829;32.2;19;25.6;3.6;18.05;4.8;5.25;18019
+69083;43.30041;1.88879;204;20220830;32.4;18.2;25.3;2.3;18.91;0;4.76;20521
+69083;43.30041;1.88879;204;20220831;26.9;19;22.9;2.7;19.28;.9;3.14;11535
+69083;43.30041;1.88879;204;20220901;29.7;19;24.4;3;18.88;.4;4.52;18934
+69083;43.30041;1.88879;204;20220902;28.3;18.7;23.5;2.8;18.38;5.9;3.97;16649
+69083;43.30041;1.88879;204;20220903;26.4;17.5;22;2.3;18.88;.1;3.26;15090
+69083;43.30041;1.88879;204;20220904;29.7;18.2;23.9;4.3;21.25;0;4.44;19006
+69083;43.30041;1.88879;204;20220905;30.7;22.1;26.4;5.4;23.71;.4;4.92;18068
+69083;43.30041;1.88879;204;20220906;32.5;22.4;27.5;3.3;22.31;.4;4.99;19051
+69083;43.30041;1.88879;204;20220907;27.9;17.5;22.7;2.5;17.25;0;3.53;14472
+69083;43.30041;1.88879;204;20220908;27.4;15.6;21.5;2.4;14.08;.2;3.94;17430
+69083;43.30041;1.88879;204;20220909;22.7;16.1;19.4;2.7;15.05;.3;2.89;11847
+69083;43.30041;1.88879;204;20220910;27.5;14.5;21;2.7;13.41;0;4.26;19431
+69083;43.30041;1.88879;204;20220911;32.5;13.9;23.2;3;14.08;0;5.22;21049
+69083;43.30041;1.88879;204;20220912;27.3;19.3;23.3;5.2;19.95;0;3.82;13076
+69083;43.30041;1.88879;204;20220913;28.1;23;25.6;4.9;24.18;1.3;2.81;6631
+69083;43.30041;1.88879;204;20220914;28.2;19.2;23.7;3.3;20.31;8.5;3.51;14317
+69083;43.30041;1.88879;204;20220915;29;16.8;22.9;2.6;17.55;2.5;3.9;17375
+69083;43.30041;1.88879;204;20220916;24.6;18.6;21.6;4.8;17.01;.2;3.64;13098
+69083;43.30041;1.88879;204;20220917;22.1;13.7;17.9;4.1;10.08;0;4.26;17831
+69083;43.30041;1.88879;204;20220918;25.2;8.3;16.8;2.2;7.61;0;3.83;18941
+69083;43.30041;1.88879;204;20220919;26.8;10.2;18.5;2.9;7.81;0;4.52;19061
+69083;43.30041;1.88879;204;20220920;25.8;11.5;18.6;3.2;8.28;0;4.53;18919
+69083;43.30041;1.88879;204;20220921;24.8;11.8;18.3;3;9.48;0;4.08;18381
+69083;43.30041;1.88879;204;20220922;26.4;10.8;18.6;2.4;11.71;0;3.58;17752
+69083;43.30041;1.88879;204;20220923;24.4;12.4;18.4;3.5;15.28;19.6;2.9;13849
+69083;43.30041;1.88879;204;20220924;20.6;14.9;17.8;3.2;15.01;3.5;2.18;8847
+69083;43.30041;1.88879;204;20220925;19.7;11.9;15.8;3.4;12.18;.2;2.67;13986
+69083;43.30041;1.88879;204;20220926;20.2;10.5;15.3;4.5;11.38;2.4;3.03;14509
+69083;43.30041;1.88879;204;20220927;17.4;12.6;15;5.9;13.31;3.3;2.04;8379
+69083;43.30041;1.88879;204;20220928;18.8;13.9;16.4;6.7;14.95;10.2;2.11;9559
+69083;43.30041;1.88879;204;20220929;17.4;12.8;15.1;5.1;13.15;10;2.06;9104
+69083;43.30041;1.88879;204;20220930;18;10.8;14.4;4.7;11.65;.8;2.38;10848
+69083;43.30041;1.88879;204;20221001;23.6;9.7;16.7;3.2;12.28;.1;3.06;15505
+69083;43.30041;1.88879;204;20221002;24.1;12.5;18.3;2.7;14.78;0;2.77;15099
+69083;43.30041;1.88879;204;20221003;23.9;14;18.9;2.3;14.45;0;2.67;13720
+69083;43.30041;1.88879;204;20221004;25.9;11.2;18.5;1.9;13.25;.1;2.78;15809
+69083;43.30041;1.88879;204;20221005;23.3;11.4;17.4;4.3;15.75;.1;2.46;13331
+69083;43.30041;1.88879;204;20221006;20.9;15.8;18.4;2.8;16.01;0;2.04;10318
+69083;43.30041;1.88879;204;20221007;21.9;11.8;16.9;2.8;15.55;0;1.86;9751
+69083;43.30041;1.88879;204;20221008;22;16;19;2.3;16.68;.5;1.85;8317
+69083;43.30041;1.88879;204;20221009;23.3;11.9;17.6;3.1;14.85;.2;2.5;14176
+69083;43.30041;1.88879;204;20221010;23.7;15;19.3;3.6;16.31;.1;2.55;12119
+69083;43.30041;1.88879;204;20221011;22.4;13.7;18.1;1.9;15.45;0;1.91;10464
+69083;43.30041;1.88879;204;20221012;24.1;13.7;18.9;2;15.01;.9;2.23;11823
+69083;43.30041;1.88879;204;20221013;23.1;13.6;18.3;2.2;14.48;1.3;2.14;10621
+69083;43.30041;1.88879;204;20221014;23.2;17;20.1;4.4;16.05;.4;2.61;8346
+69083;43.30041;1.88879;204;20221015;25.7;11.8;18.7;3.3;15.18;.1;2.74;13632
+69083;43.30041;1.88879;204;20221016;24;17.2;20.6;5.4;18.71;.1;2.52;10553
+69083;43.30041;1.88879;204;20221017;22.8;19.6;21.2;6.5;19.85;.1;2.14;5828
+69083;43.30041;1.88879;204;20221018;24.2;18.6;21.4;5.2;19.78;.1;2.44;10083
+69083;43.30041;1.88879;204;20221019;22.8;18.9;20.8;5.7;19.55;.8;2.03;5815
+69083;43.30041;1.88879;204;20221020;23.6;18.5;21.1;4.5;18.88;0;2.08;6213
+69083;43.30041;1.88879;204;20221021;23.7;18.2;21;3.2;16.21;.1;2.31;6566
+69083;43.30041;1.88879;204;20221022;24.9;15.3;20.1;3.2;15.65;0;2.53;11418
+69083;43.30041;1.88879;204;20221023;25.3;16.9;21.1;5.3;16.85;0;2.74;6527
+69083;43.30041;1.88879;204;20221024;25.2;16.4;20.8;2.5;16.11;0;2.19;9047
+69083;43.30041;1.88879;204;20221025;22.5;13;17.7;3.4;14.71;.1;2.01;7871
+69083;43.30041;1.88879;204;20221026;23.2;13.4;18.3;3.4;17.48;.1;1.6;7293
+69083;43.30041;1.88879;204;20221027;23.9;16.6;20.2;5.4;18.25;.1;2.2;7780
+69083;43.30041;1.88879;204;20221028;23.3;18.4;20.8;6;17.98;0;2.54;7521
+69083;43.30041;1.88879;204;20221029;22.6;16.8;19.7;6.3;16.48;0;2.6;8287
+69083;43.30041;1.88879;204;20221030;22.7;16.5;19.6;4.8;16.38;0;2.33;7919
+69083;43.30041;1.88879;204;20221031;24.2;16.6;20.4;4.6;16.78;6.4;2.51;8322
+69083;43.30041;1.88879;204;20221101;19.9;13.7;16.8;2.8;14.51;0;1.58;8497
+69083;43.30041;1.88879;204;20221102;20.8;13.2;17;2.3;12.31;0;1.75;9341
+69083;43.30041;1.88879;204;20221103;18.1;11.7;14.9;3.8;12.51;3.4;1.57;4242
+69083;43.30041;1.88879;204;20221104;13;9.6;11.3;5.9;10.35;9.8;1.42;4719
+69083;43.30041;1.88879;204;20221105;15.1;8.1;11.6;4.4;9.65;0;1.68;9477
+69083;43.30041;1.88879;204;20221106;19.7;4.2;12;2.6;8.25;0;1.88;10364
+69083;43.30041;1.88879;204;20221107;19.6;6.6;13.1;3.5;10.78;0;1.76;9710
+69083;43.30041;1.88879;204;20221108;20;14.4;17.2;4.1;14.85;0;1.66;6245
+69083;43.30041;1.88879;204;20221109;18.7;12;15.3;2.7;13.45;1.7;1.24;4733
+69083;43.30041;1.88879;204;20221110;15.6;10.2;12.9;2.7;11.58;0;1.16;8153
+69083;43.30041;1.88879;204;20221111;20.3;7.5;13.9;4.9;12.78;0;1.57;8731
+69083;43.30041;1.88879;204;20221112;20.5;14.1;17.3;5;14.48;.1;2.02;7502
+69083;43.30041;1.88879;204;20221113;19.8;9.4;14.6;3.5;12.15;0;1.58;8283
+69083;43.30041;1.88879;204;20221114;18.3;13.1;15.7;3.4;13.78;.5;1.35;4547
+69083;43.30041;1.88879;204;20221115;17.8;12.6;15.2;3;13.91;3;1.1;4799
+69083;43.30041;1.88879;204;20221116;19;10.3;14.7;2;11.61;0;1.21;8220
+69083;43.30041;1.88879;204;20221117;18.6;10.2;14.4;2.8;11.95;10.1;1.33;5896
+69083;43.30041;1.88879;204;20221118;13.9;9.6;11.7;5;10.65;2.5;1.29;5621
+69083;43.30041;1.88879;204;20221119;9.6;7.3;8.4;5.3;9.45;1.6;.79;3542
+69083;43.30041;1.88879;204;20221120;12.7;4.8;8.8;4.2;9.21;2.5;.96;6793
+69083;43.30041;1.88879;204;20221121;11.4;8.3;9.9;4.3;10.35;14.8;.8;1976
+69083;43.30041;1.88879;204;20221122;9.8;5.8;7.8;5.6;8.85;13.2;.88;3671
+69083;43.30041;1.88879;204;20221123;16.3;7.7;12;3.7;10.95;9.9;1.16;4848
+69083;43.30041;1.88879;204;20221124;14.2;7.1;10.6;2.6;9.61;0;1;4920
+69083;43.30041;1.88879;204;20221125;10.6;8.4;9.5;3.7;10.18;7.9;.73;1991
+69083;43.30041;1.88879;204;20221126;12.6;5.4;9;3.1;8.88;0;.91;5805
+69083;43.30041;1.88879;204;20221127;11.9;3.7;7.8;4;8.71;.8;.85;5278
+69083;43.30041;1.88879;204;20221128;11.7;8.4;10;4.8;10.25;5.5;.88;3721
+69083;43.30041;1.88879;204;20221129;11.3;7.4;9.4;4.5;9.55;2.6;.92;4364
+69083;43.30041;1.88879;204;20221130;6.5;3.6;5.1;2.5;7.95;.1;.45;4338
+69083;43.30041;1.88879;204;20221201;4.9;3.3;4.1;2.7;7.71;0;.37;1802
+69083;43.30041;1.88879;204;20221202;7.2;4.5;5.9;1.5;7.77;0;.52;3372
+69083;43.30041;1.88879;204;20221203;6.6;1.8;4.2;1.3;7.25;0;.43;2987
+69083;43.30041;1.88879;204;20221204;8;3.8;5.9;2;7.35;0;.59;4408
+69083;43.30041;1.88879;204;20221205;9.9;-.6;4.7;2.8;6.38;.1;.81;6018
+69083;43.30041;1.88879;204;20221206;11.9;3;7.5;2.1;7.71;.2;.76;5316
+69083;43.30041;1.88879;204;20221207;13.3;7.3;10.3;1.9;8.04;0;.97;4828
+69083;43.30041;1.88879;204;20221208;7.5;2.3;4.9;3.1;8.1;.9;.43;2462
+69083;43.30041;1.88879;204;20221209;13.1;5.4;9.2;1.9;9.98;1.4;.53;4964
+69083;43.30041;1.88879;204;20221210;3.9;2.9;3.4;5.8;6.9;0;.58;2179
+69083;43.30041;1.88879;204;20221211;4.6;-4.5;0;1.7;4.64;0;.51;4779
+69083;43.30041;1.88879;204;20221212;6.8;1.3;4;3.4;6.15;5.1;.81;2975
+69083;43.30041;1.88879;204;20221213;10;2.7;6.4;4.4;8.75;4.9;.52;3207
+69083;43.30041;1.88879;204;20221214;15.1;7;11;2.9;11.48;.5;.61;5270
+69083;43.30041;1.88879;204;20221215;12.7;9.9;11.3;3.6;11.95;5.4;.6;3288
+69083;43.30041;1.88879;204;20221216;12;9.4;10.7;2.5;11.01;3.2;.66;2374
+69083;43.30041;1.88879;204;20221217;7;5.5;6.3;2.4;8.4;0;.54;1715
+69083;43.30041;1.88879;204;20221218;8.7;3.1;5.9;4.6;8.94;0;.63;3347
+69083;43.30041;1.88879;204;20221219;15.7;10.3;13;6.5;11.97;0;1.36;4187
+69083;43.30041;1.88879;204;20221220;13.9;11.8;12.9;5.1;12.38;.3;.98;2173
+69083;43.30041;1.88879;204;20221221;17.1;9.7;13.4;2.4;11.75;.1;.9;4902
+69083;43.30041;1.88879;204;20221222;18.3;10.1;14.2;2.8;11.55;.2;1.14;5656
+69083;43.30041;1.88879;204;20221223;19.6;11.3;15.4;2.1;12.18;0;1.03;5835
+69083;43.30041;1.88879;204;20221224;18.2;8.6;13.4;2.3;10.98;.1;1.02;5824
+69083;43.30041;1.88879;204;20221225;13.2;8.4;10.8;4.2;11.41;.1;.66;3265
+69083;43.30041;1.88879;204;20221226;16.8;10.5;13.6;3;12.08;0;.93;4429
+69083;43.30041;1.88879;204;20221227;14.6;8.5;11.6;1.9;11.31;.1;.59;4824
+69083;43.30041;1.88879;204;20221228;12.4;6;9.2;3.4;10.05;.1;.62;4491
+69083;43.30041;1.88879;204;20221229;13.2;7.1;10.1;2.9;10.78;.1;.6;4138
+69083;43.30041;1.88879;204;20221230;15.7;8.2;11.9;3.8;11.11;.2;.97;5370
+69083;43.30041;1.88879;204;20221231;14.3;11.1;12.7;5.7;12.55;.1;.93;2999
+69084;43.32428;2.19484;152;20220101;12.8;3.3;8;2.1;9.69;.1;.49;6700
+69084;43.32428;2.19484;152;20220102;13.6;7.4;10.5;2.9;11.19;.1;.68;4200
+69084;43.32428;2.19484;152;20220103;15.9;5.5;10.7;.9;10.49;.1;.51;6000
+69084;43.32428;2.19484;152;20220104;12.1;4.3;8.2;3.9;11.09;7.8;.32;2500
+69084;43.32428;2.19484;152;20220105;7.5;6.6;7;7.8;7.59;.2;1.31;5100
+69084;43.32428;2.19484;152;20220106;7.3;2.9;5.1;6.7;5.69;0;1.52;7000
+69084;43.32428;2.19484;152;20220107;6.7;.3;3.5;4.9;6.59;10.4;.72;5200
+69084;43.32428;2.19484;152;20220108;10.9;5.3;8.1;6.4;9.49;9.7;.85;2800
+69084;43.32428;2.19484;152;20220109;9.1;7.9;8.5;6.3;9.89;44.2;.77;800
+69084;43.32428;2.19484;152;20220110;8;7.5;7.7;4.8;9.89;9.5;.53;400
+69084;43.32428;2.19484;152;20220111;10;5.3;7.6;5.9;7.79;0;1.25;8000
+69084;43.32428;2.19484;152;20220112;6.6;2.3;4.4;5;6.39;0;.92;8700
+69084;43.32428;2.19484;152;20220113;3.4;-3.7;-.2;1.5;5.49;0;.29;8600
+69084;43.32428;2.19484;152;20220114;11.7;-4.4;3.6;1.7;5.59;0;.76;9400
+69084;43.32428;2.19484;152;20220115;11.5;-3.7;3.9;2.4;5.09;0;1.07;8900
+69084;43.32428;2.19484;152;20220116;9.8;-2.4;3.7;3.9;5.89;0;1.06;8900
+69084;43.32428;2.19484;152;20220117;7.5;-1.6;2.9;5.8;6.09;.1;.93;8700
+69084;43.32428;2.19484;152;20220118;2.4;-.6;.9;4.8;6.39;.1;.28;3500
+69084;43.32428;2.19484;152;20220119;9;1;5;4.2;7.49;.9;.77;5300
+69084;43.32428;2.19484;152;20220120;9.7;4.4;7;5.9;7.69;.1;1.24;5500
+69084;43.32428;2.19484;152;20220121;6.5;2.2;4.3;6;5.89;0;1.25;8600
+69084;43.32428;2.19484;152;20220122;7.6;-.5;3.5;4.5;5.29;0;1.23;9400
+69084;43.32428;2.19484;152;20220123;11;-5;3;2.8;5.59;0;1.05;9500
+69084;43.32428;2.19484;152;20220124;11.5;2.4;6.9;3.7;6.79;0;1.34;8300
+69084;43.32428;2.19484;152;20220125;13.8;-2.2;5.8;1.4;6.79;0;.85;9100
+69084;43.32428;2.19484;152;20220126;12.6;-2.8;4.9;2.8;6.69;0;1.08;9900
+69084;43.32428;2.19484;152;20220127;12.3;.8;6.5;4.8;6.99;0;1.48;10100
+69084;43.32428;2.19484;152;20220128;2.6;-.6;1;3.9;5.81;0;.84;4160
+69084;43.32428;2.19484;152;20220129;6.1;.9;3.5;5.7;6.59;0;.84;7400
+69084;43.32428;2.19484;152;20220130;3.8;-.7;1.5;7.4;6.49;0;.43;5100
+69084;43.32428;2.19484;152;20220131;10.3;1.7;6;9.1;8.59;4.3;.83;4600
+69084;43.32428;2.19484;152;20220201;9.6;4.2;6.9;9;7.59;1.8;1.52;6700
+69084;43.32428;2.19484;152;20220202;10.8;7.2;9;6.2;9.59;.3;1.13;6000
+69084;43.32428;2.19484;152;20220203;11.8;2.2;7;3.3;8.69;0;.92;8400
+69084;43.32428;2.19484;152;20220204;15;8.3;11.6;4.6;10.29;1.3;1.59;7300
+69084;43.32428;2.19484;152;20220205;12.1;8.5;10.3;5.4;9.39;.6;1.54;6000
+69084;43.32428;2.19484;152;20220206;10.7;2.5;6.6;5.9;7.19;.9;1.52;8800
+69084;43.32428;2.19484;152;20220207;12.6;6.9;9.7;7.1;9.59;2.2;1.48;4800
+69084;43.32428;2.19484;152;20220208;16.3;5.8;11;3.5;7.59;0;2.12;12000
+69084;43.32428;2.19484;152;20220209;12.9;1.7;7.3;2.8;7.79;.1;1.27;10600
+69084;43.32428;2.19484;152;20220210;16.8;4.8;10.8;1.6;9.09;0;1.34;11600
+69084;43.32428;2.19484;152;20220211;14.4;3.1;8.7;3.7;9.29;0;1.28;7600
+69084;43.32428;2.19484;152;20220212;12.3;1.3;6.8;3.2;8.09;0;1.21;11400
+69084;43.32428;2.19484;152;20220213;14.9;7;10.9;5.8;10.99;3.3;1.41;7500
+69084;43.32428;2.19484;152;20220214;12.9;8.6;10.7;6.1;9.29;5.9;1.88;7400
+69084;43.32428;2.19484;152;20220215;13.1;6.2;9.6;6.4;8.69;4.8;1.9;8800
+69084;43.32428;2.19484;152;20220216;15;6.7;10.8;5.5;10.89;8.7;1.29;2200
+69084;43.32428;2.19484;152;20220217;15.6;11.8;13.7;5.9;12.3;2.2;1.74;5773
+69084;43.32428;2.19484;152;20220218;19.7;5;12.3;4.1;11.19;1.7;2.08;12600
+69084;43.32428;2.19484;152;20220219;11.7;8.2;9.9;4.9;9.39;.5;1.48;5700
+69084;43.32428;2.19484;152;20220220;14.8;3.1;8.9;4.9;8.89;1.5;1.79;12000
+69084;43.32428;2.19484;152;20220221;14.1;8.5;11.3;9.8;9.39;5.2;2.51;9700
+69084;43.32428;2.19484;152;20220222;14.9;7.5;11.2;6.7;8.79;.1;2.59;13800
+69084;43.32428;2.19484;152;20220223;19.1;5.4;12.2;3.6;8.79;0;2.58;14200
+69084;43.32428;2.19484;152;20220224;16.8;8.7;12.7;4.6;10.39;.7;2.2;10800
+69084;43.32428;2.19484;152;20220225;12.3;7.9;10.1;6.2;7.29;0;2.63;11900
+69084;43.32428;2.19484;152;20220226;13.6;-.5;6.5;3.9;5.49;0;2.37;15700
+69084;43.32428;2.19484;152;20220227;15.5;-.5;7.5;2.6;7.49;0;1.75;11500
+69084;43.32428;2.19484;152;20220228;18;2.2;10.1;2.4;7.99;0;2.19;15300
+69084;43.32428;2.19484;152;20220301;14.8;5.6;10.2;5.4;8.59;0;2.37;14500
+69084;43.32428;2.19484;152;20220302;11.6;7.8;9.7;4.9;10.49;.8;1.08;5100
+69084;43.32428;2.19484;152;20220303;17.9;8.4;13.1;2.9;10.39;0;2.32;15600
+69084;43.32428;2.19484;152;20220304;10.2;9;9.6;6.1;10.19;10;1.07;2000
+69084;43.32428;2.19484;152;20220305;10.8;6.6;8.7;5.3;8.79;1.2;1.48;6200
+69084;43.32428;2.19484;152;20220306;12.5;4;8.2;3.4;7.79;0;1.71;9600
+69084;43.32428;2.19484;152;20220307;13.3;-1.3;6;3.2;7.19;0;1.81;15100
+69084;43.32428;2.19484;152;20220308;13.7;6.3;10;5.2;8.89;1.3;2.22;14600
+69084;43.32428;2.19484;152;20220309;14.9;7.8;11.3;5.5;10.59;0;1.96;11400
+69084;43.32428;2.19484;152;20220310;15.1;10;12.5;6.3;11.19;0;2.11;10300
+69084;43.32428;2.19484;152;20220311;14;9.8;11.9;8.1;11.29;10.4;1.81;7700
+69084;43.32428;2.19484;152;20220312;10.5;10.3;10.4;4.4;11.19;21.1;.94;3000
+69084;43.32428;2.19484;152;20220313;11.9;8.5;10.2;5.2;10.29;3.6;1.28;3600
+69084;43.32428;2.19484;152;20220314;12.3;3.3;7.8;7.4;11.39;1.3;.18;2200
+69084;43.32428;2.19484;152;20220315;13;11.5;12.2;9.1;13.09;0;.87;1000
+69084;43.32428;2.19484;152;20220316;13.1;11.8;12.4;6.3;12.89;0;1.06;2900
+69084;43.32428;2.19484;152;20220317;15.3;11.1;13.2;3.4;13.09;4.4;1.2;4200
+69084;43.32428;2.19484;152;20220318;13.8;9.3;11.5;2.6;11.39;.9;1.41;8000
+69084;43.32428;2.19484;152;20220319;15.5;7.5;11.5;3.7;9.29;0;2.25;11300
+69084;43.32428;2.19484;152;20220320;13;8.1;10.5;7.1;11.39;.2;1.16;5000
+69084;43.32428;2.19484;152;20220321;14.8;10.7;12.7;7;10.19;.1;2.6;9000
+69084;43.32428;2.19484;152;20220322;15;7.2;11.1;7.6;8.09;0;3.3;15300
+69084;43.32428;2.19484;152;20220323;15.4;5.5;10.4;7.9;8.59;0;3.03;16200
+69084;43.32428;2.19484;152;20220324;16.6;5.8;11.2;6.8;8.29;0;3.33;15500
+69084;43.32428;2.19484;152;20220325;17.5;8;12.7;5.8;8.49;0;3.68;17800
+69084;43.32428;2.19484;152;20220326;17.3;7.7;12.5;5.2;9.19;0;3.29;17600
+69084;43.32428;2.19484;152;20220327;20.7;5.3;13;4.6;7.99;0;3.98;17900
+69084;43.32428;2.19484;152;20220328;20.5;7.9;14.2;6.5;8.09;0;4.55;15900
+69084;43.32428;2.19484;152;20220329;16.8;10.5;13.6;5;10.99;3.6;2.54;10000
+69084;43.32428;2.19484;152;20220330;15.2;8.8;12;3.6;11.39;2.5;1.71;8400
+69084;43.32428;2.19484;152;20220331;13.2;9.3;11.2;7.1;9.89;6.3;2.19;8200
+69084;43.32428;2.19484;152;20220401;8.4;2.6;5.5;10;5.54;3.5;2.82;15657
+69084;43.32428;2.19484;152;20220402;8.9;1.5;5.2;6.8;5.25;.8;2.39;11735
+69084;43.32428;2.19484;152;20220403;8.8;.2;4.5;4.7;4.84;0;2.71;18201
+69084;43.32428;2.19484;152;20220404;12.1;-.9;5.6;3.2;5.04;0;2.99;21438
+69084;43.32428;2.19484;152;20220405;15.9;.7;8.3;4.5;6.09;0;3.52;22100
+69084;43.32428;2.19484;152;20220406;13.8;7;10.4;4.8;9.69;.4;1.89;8100
+69084;43.32428;2.19484;152;20220407;22;7.1;14.5;5.1;11.19;.1;3.92;19900
+69084;43.32428;2.19484;152;20220408;22.8;11.4;17.1;4.5;11.99;.6;4.13;18500
+69084;43.32428;2.19484;152;20220409;15.1;7.9;11.5;5.8;8.49;.5;3.09;13700
+69084;43.32428;2.19484;152;20220410;16.8;0;8.4;5.3;7.99;0;3.25;23000
+69084;43.32428;2.19484;152;20220411;16.1;10.3;13.2;10.9;11.79;0;2.5;8900
+69084;43.32428;2.19484;152;20220412;16.1;11.6;13.8;9.5;12.19;0;2.39;6800
+69084;43.32428;2.19484;152;20220413;16.5;11.4;13.9;3.7;12.39;.3;1.79;5600
+69084;43.32428;2.19484;152;20220414;22.7;6.8;14.7;2.6;11.59;0;3.43;19000
+69084;43.32428;2.19484;152;20220415;23.1;9.4;16.2;3.9;13.09;0;3.63;18000
+69084;43.32428;2.19484;152;20220416;22.5;11.9;17.2;5.9;13.09;0;4.57;23600
+69084;43.32428;2.19484;152;20220417;24.1;10.9;17.5;5;11.79;0;5.07;24200
+69084;43.32428;2.19484;152;20220418;19.5;10.6;15;5.3;11.39;0;3.98;22000
+69084;43.32428;2.19484;152;20220419;17.5;10.6;14;5.3;11.89;7.7;2.99;16100
+69084;43.32428;2.19484;152;20220420;10.4;8.6;9.5;2.6;11.09;20.9;.76;2600
+69084;43.32428;2.19484;152;20220421;11.8;9.1;10.4;3.8;11.89;1.3;.82;3200
+69084;43.32428;2.19484;152;20220422;19.1;10.2;14.7;2.3;12.36;0;2.87;17433
+69084;43.32428;2.19484;152;20220423;17.5;12;14.7;5.1;11.69;21.5;2.73;9300
+69084;43.32428;2.19484;152;20220424;18.1;8.6;13.3;5.3;11.69;1.3;2.63;12000
+69084;43.32428;2.19484;152;20220425;19.4;8.8;14.1;3.4;11.39;0;3.69;23400
+69084;43.32428;2.19484;152;20220426;24.3;4.9;14.6;2.6;11.19;0;4.31;25400
+69084;43.32428;2.19484;152;20220427;21.2;8.2;14.7;4.3;11.79;0;3.61;18400
+69084;43.32428;2.19484;152;20220428;20.7;10.2;15.4;2.5;14.29;0;2.74;15700
+69084;43.32428;2.19484;152;20220429;23.8;14.6;19.2;4.3;14.89;0;4.77;24600
+69084;43.32428;2.19484;152;20220430;22.3;14.6;18.4;5.5;13.49;0;4.65;21100
+69084;43.32428;2.19484;152;20220501;21.8;11.8;16.8;4.6;11.99;.1;4.65;24200
+69084;43.32428;2.19484;152;20220502;20.4;11.9;16.1;3.2;12.99;0;3.47;18700
+69084;43.32428;2.19484;152;20220503;20.4;12.4;16.4;3.3;13.59;1.6;3.1;15200
+69084;43.32428;2.19484;152;20220504;20;11.6;15.8;3.9;13.79;2.7;3.15;17100
+69084;43.32428;2.19484;152;20220505;20.3;11.5;15.9;4.4;12.79;.5;3.61;18500
+69084;43.32428;2.19484;152;20220506;20.8;10.8;15.8;5.7;11.79;.1;3.82;15200
+69084;43.32428;2.19484;152;20220507;22.9;11;16.9;6.4;12.69;.1;4.65;20600
+69084;43.32428;2.19484;152;20220508;24.4;12.9;18.6;3.4;13.59;.3;4.85;24900
+69084;43.32428;2.19484;152;20220509;28;9.3;18.6;1.4;13.19;0;4.76;26900
+69084;43.32428;2.19484;152;20220510;27.8;9.7;18.7;2.7;13.69;0;5.08;25600
+69084;43.32428;2.19484;152;20220511;26.2;9.4;17.8;4.2;14.49;0;5.12;27200
+69084;43.32428;2.19484;152;20220512;23.3;12.2;17.7;3.4;14.69;0;3.77;18700
+69084;43.32428;2.19484;152;20220513;26.5;10.5;18.5;1.8;15.19;0;4.51;25400
+69084;43.32428;2.19484;152;20220514;29.7;12.5;21.1;3;16.29;0;5.39;25100
+69084;43.32428;2.19484;152;20220515;24.6;16.8;20.7;6.4;15.89;.1;5.35;23100
+69084;43.32428;2.19484;152;20220516;28.4;12.8;20.6;2.3;16.39;0;4.99;25400
+69084;43.32428;2.19484;152;20220517;29.3;14.6;21.9;3.1;16.69;0;5.67;26700
+69084;43.32428;2.19484;152;20220518;32.6;16.6;24.6;4.2;16.69;0;6.82;25100
+69084;43.32428;2.19484;152;20220519;24.6;19.3;21.9;7.8;18.59;0;4.7;17200
+69084;43.32428;2.19484;152;20220520;27.6;18.6;23.1;6.6;17.59;0;6.22;24200
+69084;43.32428;2.19484;152;20220521;29.5;15;22.2;3.4;17.79;.1;5.52;25100
+69084;43.32428;2.19484;152;20220522;31.1;17;24;4.1;18.99;0;5.96;23800
+69084;43.32428;2.19484;152;20220523;22;18.1;20;5.1;16.79;.6;3.33;10900
+69084;43.32428;2.19484;152;20220524;18.3;13.8;16;5;13.29;3.9;2.77;9900
+69084;43.32428;2.19484;152;20220525;21.5;12;16.7;6.7;12.29;0;4.84;23000
+69084;43.32428;2.19484;152;20220526;20.9;12.1;16.5;5.9;12.89;0;4.18;20000
+69084;43.32428;2.19484;152;20220527;25.7;13.2;19.4;5.3;14.29;0;5.7;26700
+69084;43.32428;2.19484;152;20220528;27.3;15.9;21.6;5.3;13.69;0;6.72;27800
+69084;43.32428;2.19484;152;20220529;27.2;15;21.1;4.4;9.89;0;7.24;30200
+69084;43.32428;2.19484;152;20220530;27.6;9.1;18.3;1.5;11.49;1;4.45;22300
+69084;43.32428;2.19484;152;20220531;28.6;14.6;21.6;2.2;14.99;.1;5.64;28000
+69084;43.32428;2.19484;152;20220601;27.1;15.2;21.1;5.4;17.39;0;5.72;27200
+69084;43.32428;2.19484;152;20220602;25.1;18.5;21.8;4.5;18.59;0;3.55;11300
+69084;43.32428;2.19484;152;20220603;28.4;18.6;23.5;5.3;19.89;.3;5.85;25500
+69084;43.32428;2.19484;152;20220604;29.3;19.1;24.2;4.3;19.99;.5;5.42;21400
+69084;43.32428;2.19484;152;20220605;25.2;18.3;21.7;5.2;18.19;0;4.49;17800
+69084;43.32428;2.19484;152;20220606;32.9;13.2;23;1.8;17.09;1.5;5.45;24800
+69084;43.32428;2.19484;152;20220607;25.1;16.5;20.8;3.8;17.39;0;4.46;20600
+69084;43.32428;2.19484;152;20220608;24.6;13.7;19.1;4.5;16.19;2;3.79;15300
+69084;43.32428;2.19484;152;20220609;24.7;14.6;19.6;7.3;13.59;.1;6.11;25700
+69084;43.32428;2.19484;152;20220610;30.7;15.3;23;3.8;13.79;0;7.16;30000
+69084;43.32428;2.19484;152;20220611;35.9;13.2;24.5;1.3;13.39;0;6.21;29300
+69084;43.32428;2.19484;152;20220612;32;17.7;24.8;2.6;17.37;1.8;6.29;26581
+69084;43.32428;2.19484;152;20220613;32.4;19;25.7;3.4;19.31;.1;6.78;28308
+69084;43.32428;2.19484;152;20220614;34.5;18.7;26.6;2.9;17.34;.5;6.86;27573
+69084;43.32428;2.19484;152;20220615;21.7;19.4;20.5;3.3;15.49;0;5.36;28200
+69084;43.32428;2.19484;152;20220616;38;16.5;27.2;1.4;17.39;0;6.25;26900
+69084;43.32428;2.19484;152;20220617;40.6;18.1;29.3;1.9;18.29;0;7.25;28100
+69084;43.32428;2.19484;152;20220618;32.6;19.7;26.1;6.3;18.09;0;8.18;27900
+69084;43.32428;2.19484;152;20220619;31.1;22;26.5;9.9;22.09;0;7.91;27600
+69084;43.32428;2.19484;152;20220620;27.9;20.9;24.4;6;22.29;0;4.44;14800
+69084;43.32428;2.19484;152;20220621;28.5;22;25.2;3.7;23.29;1.2;3.45;10100
+69084;43.32428;2.19484;152;20220622;30.9;19.3;25.1;3.7;21.79;1.3;5.26;20600
+69084;43.32428;2.19484;152;20220623;29.9;16.8;23.3;2.9;19.59;8.9;5.27;23600
+69084;43.32428;2.19484;152;20220624;26.4;17.4;21.9;3.1;17.69;1.4;4.53;19800
+69084;43.32428;2.19484;152;20220625;28.3;14.3;21.3;3.9;17.69;3.7;4.73;19500
+69084;43.32428;2.19484;152;20220626;20.8;16.3;18.5;4.3;16.99;1;2.47;8900
+69084;43.32428;2.19484;152;20220627;20.5;15.3;17.9;5.4;15.89;1.8;3.1;13400
+69084;43.32428;2.19484;152;20220628;27.4;15.2;21.3;4.8;14.69;0;6.55;29700
+69084;43.32428;2.19484;152;20220629;32.7;12.2;22.4;2;14.29;1.5;6.28;29500
+69084;43.32428;2.19484;152;20220630;21.4;17.1;19.2;5.2;16.59;0;3.5;14500
+69084;43.32428;2.19484;152;20220701;25.5;13.5;19.5;4.4;13.09;0;6.02;28900
+69084;43.32428;2.19484;152;20220702;31.8;10.4;21.1;2.3;13.19;0;6.26;29200
+69084;43.32428;2.19484;152;20220703;32.5;14;23.2;2.8;17.39;.6;5.95;25200
+69084;43.32428;2.19484;152;20220704;29.2;17.4;23.3;5.6;18.19;0;6.59;27900
+69084;43.32428;2.19484;152;20220705;31.3;19.9;25.6;5.1;17.79;0;7.47;28100
+69084;43.32428;2.19484;152;20220706;27.9;19.3;23.6;4.8;14.79;.1;6.11;20000
+69084;43.32428;2.19484;152;20220707;29.2;17.4;23.3;6.5;15.34;0;7.27;27108
+69084;43.32428;2.19484;152;20220708;30.9;17.6;24.2;6.1;15.49;0;8.01;29500
+69084;43.32428;2.19484;152;20220709;33.6;16.1;24.8;4.3;13.79;0;8.12;29800
+69084;43.32428;2.19484;152;20220710;35.7;17.8;26.7;3.3;13.49;0;8.07;29800
+69084;43.32428;2.19484;152;20220711;35.9;15.6;25.7;2.9;14.29;0;7.52;29000
+69084;43.32428;2.19484;152;20220712;38.2;18.6;28.4;2.8;18.19;0;7.71;28800
+69084;43.32428;2.19484;152;20220713;35.4;16.9;26.1;3;17.49;0;7.22;28600
+69084;43.32428;2.19484;152;20220714;38.5;20.6;29.5;2.5;19.69;0;7.46;28300
+69084;43.32428;2.19484;152;20220715;37.6;20.3;28.9;3.7;15.39;0;8.36;26900
+69084;43.32428;2.19484;152;20220716;39.1;17.4;28.2;2.1;14.09;0;7.28;28100
+69084;43.32428;2.19484;152;20220717;37.6;17.2;27.4;3.2;15.19;0;7.94;28000
+69084;43.32428;2.19484;152;20220718;35.5;19.9;27.7;6;19.89;0;8.56;27600
+69084;43.32428;2.19484;152;20220719;31.2;23;27.1;7;23.79;1.3;6.82;24800
+69084;43.32428;2.19484;152;20220720;31.1;22.5;26.8;4.3;18.89;0;6.69;23700
+69084;43.32428;2.19484;152;20220721;35;20.8;27.9;3.5;16.59;0;7.6;27200
+69084;43.32428;2.19484;152;20220722;34.3;18.1;26.2;3.2;17.99;1;6.41;23200
+69084;43.32428;2.19484;152;20220723;29.1;19.4;24.2;5.4;16.99;0;6.69;25200
+69084;43.32428;2.19484;152;20220724;35.8;16.9;26.3;2.9;17.49;0;7.01;27300
+69084;43.32428;2.19484;152;20220725;27.6;20.5;24;4.6;20.09;1.2;4.17;12400
+69084;43.32428;2.19484;152;20220726;28.6;19.2;23.9;6.6;15.99;.1;7.33;27500
+69084;43.32428;2.19484;152;20220727;30;15.2;22.6;4.2;13.59;0;6.9;28300
+69084;43.32428;2.19484;152;20220728;31.1;17.1;24.1;3.9;14.89;.2;6.65;25300
+69084;43.32428;2.19484;152;20220729;27;19.2;23.1;4.4;18.99;4.3;4.24;14300
+69084;43.32428;2.19484;152;20220730;31.6;18.5;25;3.9;17.99;0;6.62;26800
+69084;43.32428;2.19484;152;20220731;34.6;18;26.3;3.4;16.89;0;7.18;27500
+69084;43.32428;2.19484;152;20220801;36;20.2;28.1;4.3;16.79;0;8.21;27400
+69084;43.32428;2.19484;152;20220802;37.7;20.3;29;3.4;14.29;0;8.19;27700
+69084;43.32428;2.19484;152;20220803;35.6;17.2;26.4;3.4;17.09;0;7.09;25800
+69084;43.32428;2.19484;152;20220804;33.9;21.4;27.6;4.3;24.19;.2;5.85;20100
+69084;43.32428;2.19484;152;20220805;33.2;21.1;27.1;4.2;21.59;.1;6.1;20900
+69084;43.32428;2.19484;152;20220806;35;20.4;27.7;4.2;18.39;0;7.12;22700
+69084;43.32428;2.19484;152;20220807;35.9;20;27.9;3.1;14.79;0;7.26;25700
+69084;43.32428;2.19484;152;20220808;36.9;16.7;26.8;1.8;11.49;0;6.37;26900
+69084;43.32428;2.19484;152;20220809;37.2;13.6;25.4;1.5;11.89;0;5.69;24300
+69084;43.32428;2.19484;152;20220810;35.7;15.7;25.7;3.1;17.19;0;6.58;24400
+69084;43.32428;2.19484;152;20220811;33;23.7;28.3;5.3;25.69;0;6.3;22600
+69084;43.32428;2.19484;152;20220812;40.5;23.3;31.9;2.7;22.79;0;7.13;24200
+69084;43.32428;2.19484;152;20220813;36.1;22.2;29.1;4.4;22.39;1.2;6.52;18500
+69084;43.32428;2.19484;152;20220814;32.1;21.9;27;4.4;21.99;0;5.53;17900
+69084;43.32428;2.19484;152;20220815;30.2;20.3;25.2;3.4;16.49;0;6.07;24400
+69084;43.32428;2.19484;152;20220816;32.6;14.8;23.7;2.9;17.59;9.3;4.83;17000
+69084;43.32428;2.19484;152;20220817;23.8;17.4;20.6;3.4;18.09;.1;2.58;8000
+69084;43.32428;2.19484;152;20220818;25.2;17.5;21.3;6.5;16.99;1.4;4.46;14700
+69084;43.32428;2.19484;152;20220819;28;17.8;22.9;6.3;16.19;1;5.62;16800
+69084;43.32428;2.19484;152;20220820;32.7;16.5;24.6;3.7;15.89;0;6.42;24600
+69084;43.32428;2.19484;152;20220821;31.4;20.6;26;4.9;16.49;0;6.49;19500
+69084;43.32428;2.19484;152;20220822;28.3;20.1;24.2;6.3;18.19;2.1;5.36;15000
+69084;43.32428;2.19484;152;20220823;33.4;21.1;27.2;4.4;18.69;.1;6.68;22300
+69084;43.32428;2.19484;152;20220824;35;15.7;25.3;3.1;16.19;.7;6.26;23300
+69084;43.32428;2.19484;152;20220825;32.2;21.3;26.7;3.6;19.89;1.3;5.17;16300
+69084;43.32428;2.19484;152;20220826;32;21;26.5;5.7;18.99;0;6.93;23300
+69084;43.32428;2.19484;152;20220827;33.3;18.5;25.9;2.7;16.99;0;5.76;23400
+69084;43.32428;2.19484;152;20220828;35.9;15.9;25.9;1.9;14.89;0;5.5;23100
+69084;43.32428;2.19484;152;20220829;31.6;18.5;25;3.5;19.39;4.4;4.98;18000
+69084;43.32428;2.19484;152;20220830;33.9;18.9;26.4;2.1;19.99;0;4.67;18600
+69084;43.32428;2.19484;152;20220831;29.2;18;23.6;2.4;19.99;.4;3.27;11800
+69084;43.32428;2.19484;152;20220901;31.3;18.7;25;3.2;19.09;.2;5.04;20000
+69084;43.32428;2.19484;152;20220902;29.5;18.2;23.8;2.6;19.09;4.3;4.04;16500
+69084;43.32428;2.19484;152;20220903;28.1;17.9;23;2.7;19.69;.6;3.62;15300
+69084;43.32428;2.19484;152;20220904;29.9;19.5;24.7;5.3;22.89;0;4.69;18900
+69084;43.32428;2.19484;152;20220905;30.8;23.3;27;7;25.39;0;5.4;18800
+69084;43.32428;2.19484;152;20220906;32.7;23.7;28.2;4.8;24.59;1.6;5.66;19700
+69084;43.32428;2.19484;152;20220907;28.7;16.9;22.8;2.5;18.19;.2;3.36;12200
+69084;43.32428;2.19484;152;20220908;29.3;16.4;22.8;2.6;13.89;.2;4.53;18200
+69084;43.32428;2.19484;152;20220909;25.4;14.9;20.1;3.3;14.79;.1;3.69;14800
+69084;43.32428;2.19484;152;20220910;29;14.8;21.9;3;13.49;0;4.81;20200
+69084;43.32428;2.19484;152;20220911;31.9;11.7;21.8;3;14.39;0;5.07;20700
+69084;43.32428;2.19484;152;20220912;27.4;19;23.2;5.9;19.99;0;3.95;11800
+69084;43.32428;2.19484;152;20220913;27.9;23.6;25.7;6.4;26.39;2.5;2.7;4800
+69084;43.32428;2.19484;152;20220914;27.5;19.2;23.3;3.5;22.69;5;3.12;13400
+69084;43.32428;2.19484;152;20220915;30.6;15.5;23;2.4;18.09;1.7;4.14;19000
+69084;43.32428;2.19484;152;20220916;25.7;18.9;22.3;5.2;17.49;.2;4.27;15800
+69084;43.32428;2.19484;152;20220917;24.1;14.6;19.3;5;9.99;0;5.29;20500
+69084;43.32428;2.19484;152;20220918;26.7;7.7;17.2;2.5;7.89;0;4.29;19800
+69084;43.32428;2.19484;152;20220919;28.4;6.3;17.3;2.5;7.89;0;4.49;20000
+69084;43.32428;2.19484;152;20220920;27.3;10.6;18.9;3.4;8.29;0;4.99;19800
+69084;43.32428;2.19484;152;20220921;26.1;11.9;19;3.1;9.19;0;4.51;19400
+69084;43.32428;2.19484;152;20220922;26.5;9.5;18;1.9;11.99;0;3.32;17400
+69084;43.32428;2.19484;152;20220923;24.1;11.5;17.8;3.8;15.89;17.4;2.77;13000
+69084;43.32428;2.19484;152;20220924;23.3;15.5;19.4;3.8;15.59;3.7;2.9;10600
+69084;43.32428;2.19484;152;20220925;21.5;12.3;16.9;3.7;12.59;.2;3.25;16700
+69084;43.32428;2.19484;152;20220926;21.6;10.2;15.9;5;11.59;3.1;3.55;16400
+69084;43.32428;2.19484;152;20220927;19.1;12.9;16;6.5;13.59;5.6;2.56;8800
+69084;43.32428;2.19484;152;20220928;20.6;14;17.3;6.1;15.39;14.7;2.5;9700
+69084;43.32428;2.19484;152;20220929;19.7;13;16.3;4.4;13.39;10.6;2.52;10100
+69084;43.32428;2.19484;152;20220930;18.9;11.1;15;5.2;12.09;.7;2.69;11700
+69084;43.32428;2.19484;152;20221001;25.1;8.6;16.8;3.1;12.49;.1;3.26;15700
+69084;43.32428;2.19484;152;20221002;26.2;11.3;18.7;2.6;14.69;.1;3.18;16800
+69084;43.32428;2.19484;152;20221003;25.5;14.2;19.8;2.7;14.49;0;3.2;15300
+69084;43.32428;2.19484;152;20221004;26.9;9.1;18;1.3;12.69;.1;2.73;17100
+69084;43.32428;2.19484;152;20221005;23.2;10.4;16.8;4.6;16.39;0;2.26;11800
+69084;43.32428;2.19484;152;20221006;23.1;16.4;19.7;2.6;16.49;0;2.55;13000
+69084;43.32428;2.19484;152;20221007;22.1;10.8;16.4;3.2;15.99;0;1.76;8300
+69084;43.32428;2.19484;152;20221008;23.1;16.3;19.7;2.2;17.09;.1;1.94;7700
+69084;43.32428;2.19484;152;20221009;23.5;11.3;17.4;3.2;15.19;.2;2.6;15100
+69084;43.32428;2.19484;152;20221010;24;15.8;19.9;4.5;17.89;.1;2.76;13300
+69084;43.32428;2.19484;152;20221011;24;13.4;18.7;1.9;15.99;0;2.11;11200
+69084;43.32428;2.19484;152;20221012;26.1;11.7;18.9;1.9;14.79;.9;2.59;15000
+69084;43.32428;2.19484;152;20221013;24.2;11.4;17.8;2.2;13.99;2;2.28;10900
+69084;43.32428;2.19484;152;20221014;24.3;17;20.6;4.6;16.29;.8;2.97;8200
+69084;43.32428;2.19484;152;20221015;24.6;9.3;16.9;3.2;15.09;0;2.51;14300
+69084;43.32428;2.19484;152;20221016;24.5;18.3;21.4;6.2;19.79;.2;2.74;9600
+69084;43.32428;2.19484;152;20221017;22.4;19.9;21.1;8.6;21.29;0;2.02;5000
+69084;43.32428;2.19484;152;20221018;23.7;19.6;21.6;6.2;21.29;.2;2.35;9400
+69084;43.32428;2.19484;152;20221019;23.3;19.2;21.2;6.9;20.99;.7;2.1;5800
+69084;43.32428;2.19484;152;20221020;22;19.6;20.8;5.7;20.89;0;1.66;3900
+69084;43.32428;2.19484;152;20221021;24.5;18.9;21.7;3.1;18.19;.4;2.24;6500
+69084;43.32428;2.19484;152;20221022;25.3;13.8;19.5;3.2;16.69;0;2.47;12200
+69084;43.32428;2.19484;152;20221023;22.1;17.9;20;5.8;19.59;0;1.72;3800
+69084;43.32428;2.19484;152;20221024;27.4;18;22.7;1.5;17.69;0;2.03;9200
+69084;43.32428;2.19484;152;20221025;22.2;12.2;17.2;3.7;15.39;0;1.87;6800
+69084;43.32428;2.19484;152;20221026;23;12.3;17.6;3.1;17.89;.1;1.33;5100
+69084;43.32428;2.19484;152;20221027;24.7;17.6;21.1;5.3;19.39;0;2.48;9100
+69084;43.32428;2.19484;152;20221028;23.4;18.6;21;7.2;19.19;0;2.67;8800
+69084;43.32428;2.19484;152;20221029;21.6;17.3;19.4;7.5;17.79;.1;2.34;6900
+69084;43.32428;2.19484;152;20221030;23.1;18.1;20.6;6;18.19;0;2.58;8900
+69084;43.32428;2.19484;152;20221031;24.4;18.3;21.3;6.5;18.59;5.5;2.91;9400
+69084;43.32428;2.19484;152;20221101;21.5;14.5;18;3.4;15.09;0;2.01;10200
+69084;43.32428;2.19484;152;20221102;22.9;13.5;18.2;2.3;12.29;0;2.13;10800
+69084;43.32428;2.19484;152;20221103;18.8;12.4;15.6;3.7;12.69;4.6;1.78;3800
+69084;43.32428;2.19484;152;20221104;13.4;8.2;10.8;5.4;10.79;12.2;1.21;4300
+69084;43.32428;2.19484;152;20221105;16.5;7.9;12.2;5.6;9.59;0;2.21;11000
+69084;43.32428;2.19484;152;20221106;20.1;1.5;10.8;1.8;8.19;0;1.57;10900
+69084;43.32428;2.19484;152;20221107;19.9;3.2;11.5;3.2;10.79;0;1.63;10500
+69084;43.32428;2.19484;152;20221108;20.6;15.3;17.9;4.4;15.89;0;1.79;6100
+69084;43.32428;2.19484;152;20221109;20.5;11.2;15.8;2.3;13.49;.7;1.4;5700
+69084;43.32428;2.19484;152;20221110;17.3;11.1;14.2;3.6;11.79;0;1.63;10400
+69084;43.32428;2.19484;152;20221111;20;6.6;13.3;5.9;13.79;0;1.42;8600
+69084;43.32428;2.19484;152;20221112;19.9;16;17.9;6.1;15.59;.1;2.1;7200
+69084;43.32428;2.19484;152;20221113;19.5;10;14.7;3.6;13.49;0;1.42;6900
+69084;43.32428;2.19484;152;20221114;19;14.5;16.7;3.6;14.89;1.3;1.46;4700
+69084;43.32428;2.19484;152;20221115;18.9;13.5;16.2;2.7;14.59;2.9;1.23;4500
+69084;43.32428;2.19484;152;20221116;20.4;10.3;15.3;1.5;12.09;0;1.17;9200
+69084;43.32428;2.19484;152;20221117;19.3;8.3;13.8;2.2;11.99;12;1.22;6500
+69084;43.32428;2.19484;152;20221118;14.9;9.7;12.3;5.2;11.19;5;1.42;6300
+69084;43.32428;2.19484;152;20221119;10.1;7.7;8.9;5.7;9.79;2.4;.91;3800
+69084;43.32428;2.19484;152;20221120;13.3;5.4;9.3;5.1;9.59;2.4;1.15;7800
+69084;43.32428;2.19484;152;20221121;10.9;8.3;9.6;3.5;10.49;18.6;.76;1400
+69084;43.32428;2.19484;152;20221122;11.2;6.2;8.7;5.1;9.19;14.2;1.06;4600
+69084;43.32428;2.19484;152;20221123;16.6;7.7;12.1;2.8;11.09;11.8;1.14;3800
+69084;43.32428;2.19484;152;20221124;14.6;4.4;9.5;1.8;9.89;0;.75;5500
+69084;43.32428;2.19484;152;20221125;11.1;5.7;8.4;3.6;10.39;6.6;.53;3400
+69084;43.32428;2.19484;152;20221126;13.9;6.5;10.2;3.7;9.29;0;1.22;6300
+69084;43.32428;2.19484;152;20221127;12.2;2.6;7.4;3.8;8.99;1.5;.81;4000
+69084;43.32428;2.19484;152;20221128;12.1;9.1;10.6;4;10.79;11;.9;3200
+69084;43.32428;2.19484;152;20221129;12.9;7.2;10;4.7;9.69;2.3;1.16;5700
+69084;43.32428;2.19484;152;20221130;8.9;4.2;6.5;3.8;8.29;0;.65;7500
+69084;43.32428;2.19484;152;20221201;5.8;3.8;4.8;3.3;7.99;0;.46;2000
+69084;43.32428;2.19484;152;20221202;9.4;5.2;7.3;1.8;7.69;0;.65;6600
+69084;43.32428;2.19484;152;20221203;6.9;.7;3.8;.6;7.59;0;.37;2400
+69084;43.32428;2.19484;152;20221204;9.5;5.4;7.4;2;7.49;0;.68;7600
+69084;43.32428;2.19484;152;20221205;11.5;-3.3;4.1;2.1;5.99;.1;.77;7900
+69084;43.32428;2.19484;152;20221206;12.9;2.2;7.5;1.9;7.39;.1;.83;5800
+69084;43.32428;2.19484;152;20221207;14.4;6.3;10.3;2.3;7.79;0;1.08;7700
+69084;43.32428;2.19484;152;20221208;6.1;1.3;3.7;3.2;7.59;1.4;.41;1100
+69084;43.32428;2.19484;152;20221209;14.4;5.6;10;2.2;10.29;.4;.69;5800
+69084;43.32428;2.19484;152;20221210;6.1;4.9;5.5;6.5;7.39;0;.88;4500
+69084;43.32428;2.19484;152;20221211;5.7;-3.9;.9;1.9;4.59;0;.62;5400
+69084;43.32428;2.19484;152;20221212;6.8;-.7;3;3;5.99;7.5;.75;2800
+69084;43.32428;2.19484;152;20221213;6.7;2.9;4.8;3.1;8.59;5.2;.29;1800
+69084;43.32428;2.19484;152;20221214;13.6;6.5;10;2.5;11.79;.6;.42;5400
+69084;43.32428;2.19484;152;20221215;13.5;10.3;11.9;4.7;12.49;5.5;.76;2700
+69084;43.32428;2.19484;152;20221216;13.2;9.5;11.3;2.9;11.49;1.7;.75;3400
+69084;43.32428;2.19484;152;20221217;8;6.7;7.3;3;8.69;0;.66;2900
+69084;43.32428;2.19484;152;20221218;10.7;1.7;6.2;5;8.69;0;.69;2000
+69084;43.32428;2.19484;152;20221219;15.8;10.4;13.1;7.7;13.09;0;1.1;5400
+69084;43.32428;2.19484;152;20221220;14.1;12.3;13.2;5.8;13.49;.1;.91;1100
+69084;43.32428;2.19484;152;20221221;17.2;9.7;13.4;2.2;12.19;.1;.84;6000
+69084;43.32428;2.19484;152;20221222;18.4;7.6;13;2.8;12.09;1.2;.97;6400
+69084;43.32428;2.19484;152;20221223;20.9;10.1;15.5;1.4;12.39;0;.84;6900
+69084;43.32428;2.19484;152;20221224;18.6;6.2;12.4;1.8;10.89;.1;.85;6600
+69084;43.32428;2.19484;152;20221225;13.8;7.8;10.8;3.5;12.19;.1;.56;2700
+69084;43.32428;2.19484;152;20221226;17.7;12.1;14.9;1.8;12.99;.1;.92;3400
+69084;43.32428;2.19484;152;20221227;16.5;7.4;11.9;1.5;11.29;.1;.64;6100
+69084;43.32428;2.19484;152;20221228;11.5;4.5;8;2.2;10.19;0;.48;2000
+69084;43.32428;2.19484;152;20221229;13.3;6.6;9.9;2;10.99;.1;.54;4300
+69084;43.32428;2.19484;152;20221230;15.4;8;11.7;3.5;11.49;.1;.88;6000
+69084;43.32428;2.19484;152;20221231;13.9;11.5;12.7;5.5;13.09;0;.86;2000
+69085;43.34724;2.5011;157;20220101;12.7;3.2;8;2.1;9.69;.1;.49;6700
+69085;43.34724;2.5011;157;20220102;13.5;7.3;10.4;2.9;11.19;.1;.68;4200
+69085;43.34724;2.5011;157;20220103;15.8;5.4;10.6;.9;10.49;.1;.51;6000
+69085;43.34724;2.5011;157;20220104;12;4.2;8.1;3.9;11.09;4.4;.32;2500
+69085;43.34724;2.5011;157;20220105;7.4;6.5;7;7.8;7.59;0;1.31;5100
+69085;43.34724;2.5011;157;20220106;7.2;2.8;5;6.7;5.69;0;1.52;7000
+69085;43.34724;2.5011;157;20220107;6.6;.2;3.4;4.9;6.59;13.4;.72;5200
+69085;43.34724;2.5011;157;20220108;10.8;5.2;8;6.4;9.49;10.9;.85;2800
+69085;43.34724;2.5011;157;20220109;9;7.8;8.4;6.3;9.89;39.4;.77;800
+69085;43.34724;2.5011;157;20220110;7.9;7.4;7.7;4.8;9.89;7.9;.53;400
+69085;43.34724;2.5011;157;20220111;9.9;5.2;7.6;5.9;7.79;0;1.25;8000
+69085;43.34724;2.5011;157;20220112;6.5;2.2;4.4;5;6.39;0;.92;8700
+69085;43.34724;2.5011;157;20220113;3.3;-3.8;-.2;1.5;5.49;0;.29;8600
+69085;43.34724;2.5011;157;20220114;11.6;-4.5;3.6;1.7;5.59;0;.76;9400
+69085;43.34724;2.5011;157;20220115;11.4;-3.8;3.8;2.4;5.09;0;1.07;8900
+69085;43.34724;2.5011;157;20220116;9.7;-2.5;3.6;3.9;5.89;0;1.06;8900
+69085;43.34724;2.5011;157;20220117;7.4;-1.7;2.9;5.8;6.09;0;.93;8700
+69085;43.34724;2.5011;157;20220118;2.3;-.7;.8;4.8;6.39;0;.28;3500
+69085;43.34724;2.5011;157;20220119;8.9;.9;4.9;4.2;7.49;.8;.77;5300
+69085;43.34724;2.5011;157;20220120;9.6;4.3;7;5.9;7.69;0;1.24;5500
+69085;43.34724;2.5011;157;20220121;6.4;2.1;4.3;6;5.89;0;1.25;8600
+69085;43.34724;2.5011;157;20220122;7.5;-.6;3.5;4.5;5.29;0;1.23;9400
+69085;43.34724;2.5011;157;20220123;10.9;-5.1;2.9;2.8;5.59;0;1.05;9500
+69085;43.34724;2.5011;157;20220124;11.4;2.3;6.9;3.7;6.79;0;1.34;8300
+69085;43.34724;2.5011;157;20220125;13.7;-2.3;5.7;1.4;6.79;0;.85;9100
+69085;43.34724;2.5011;157;20220126;12.5;-2.9;4.8;2.8;6.69;0;1.08;9900
+69085;43.34724;2.5011;157;20220127;12.2;.7;6.5;4.8;6.99;0;1.48;10100
+69085;43.34724;2.5011;157;20220128;5.8;1.6;3.7;6.8;5.92;0;1.5;5348
+69085;43.34724;2.5011;157;20220129;6;.8;3.4;5.7;6.59;0;.84;7400
+69085;43.34724;2.5011;157;20220130;3.7;-.8;1.5;7.4;6.49;0;.43;5100
+69085;43.34724;2.5011;157;20220131;10.2;1.6;5.9;9.1;8.59;3.6;.83;4600
+69085;43.34724;2.5011;157;20220201;9.5;4.1;6.8;9;7.59;2.3;1.52;6700
+69085;43.34724;2.5011;157;20220202;10.7;7.1;8.9;6.2;9.59;.8;1.13;6000
+69085;43.34724;2.5011;157;20220203;11.7;2.1;6.9;3.3;8.69;.1;.92;8400
+69085;43.34724;2.5011;157;20220204;14.9;8.2;11.6;4.6;10.29;1;1.59;7300
+69085;43.34724;2.5011;157;20220205;12;8.4;10.2;5.4;9.39;.4;1.54;6000
+69085;43.34724;2.5011;157;20220206;10.6;2.4;6.5;5.9;7.19;1.6;1.52;8800
+69085;43.34724;2.5011;157;20220207;12.5;6.8;9.7;7.1;9.59;2.4;1.48;4800
+69085;43.34724;2.5011;157;20220208;16.2;5.7;11;3.5;7.59;0;2.12;12000
+69085;43.34724;2.5011;157;20220209;12.8;1.6;7.2;2.8;7.79;.1;1.27;10600
+69085;43.34724;2.5011;157;20220210;16.7;4.7;10.7;1.6;9.09;0;1.34;11600
+69085;43.34724;2.5011;157;20220211;14.3;3;8.7;3.7;9.29;0;1.28;7600
+69085;43.34724;2.5011;157;20220212;12.2;1.2;6.7;3.2;8.09;0;1.21;11400
+69085;43.34724;2.5011;157;20220213;14.8;6.9;10.9;5.8;10.99;1.6;1.41;7500
+69085;43.34724;2.5011;157;20220214;12.8;8.5;10.7;6.1;9.29;2.1;1.88;7400
+69085;43.34724;2.5011;157;20220215;13;6.1;9.6;6.4;8.69;4.1;1.9;8800
+69085;43.34724;2.5011;157;20220216;14.9;6.6;10.8;5.5;10.89;10.7;1.29;2200
+69085;43.34724;2.5011;157;20220217;15.6;11.9;13.7;6.5;12.39;3.6;1.89;6400
+69085;43.34724;2.5011;157;20220218;19.6;4.9;12.3;4.1;11.19;.7;2.08;12600
+69085;43.34724;2.5011;157;20220219;11.6;8.1;9.9;4.9;9.39;.2;1.48;5700
+69085;43.34724;2.5011;157;20220220;14.7;3;8.9;4.9;8.89;1.5;1.79;12000
+69085;43.34724;2.5011;157;20220221;14;8.4;11.2;9.8;9.39;4.6;2.51;9700
+69085;43.34724;2.5011;157;20220222;14.8;7.4;11.1;6.7;8.79;0;2.59;13800
+69085;43.34724;2.5011;157;20220223;19;5.3;12.2;3.6;8.79;0;2.58;14200
+69085;43.34724;2.5011;157;20220224;16.7;8.6;12.7;4.6;10.39;.6;2.2;10800
+69085;43.34724;2.5011;157;20220225;12.2;7.8;10;6.2;7.29;0;2.63;11900
+69085;43.34724;2.5011;157;20220226;13.5;-.6;6.5;3.9;5.49;0;2.37;15700
+69085;43.34724;2.5011;157;20220227;15.4;-.6;7.4;2.6;7.49;0;1.75;11500
+69085;43.34724;2.5011;157;20220228;17.9;2.1;10;2.4;7.99;0;2.19;15300
+69085;43.34724;2.5011;157;20220301;14.7;5.5;10.1;5.4;8.59;0;2.37;14500
+69085;43.34724;2.5011;157;20220302;11.5;7.7;9.6;4.9;10.49;.5;1.08;5100
+69085;43.34724;2.5011;157;20220303;17.8;8.3;13.1;2.9;10.39;0;2.32;15600
+69085;43.34724;2.5011;157;20220304;10.1;8.9;9.5;6.1;10.19;5.6;1.07;2000
+69085;43.34724;2.5011;157;20220305;10.7;6.5;8.6;5.3;8.79;.3;1.48;6200
+69085;43.34724;2.5011;157;20220306;12.4;3.9;8.2;3.4;7.79;0;1.71;9600
+69085;43.34724;2.5011;157;20220307;13.2;-1.4;5.9;3.2;7.19;0;1.81;15100
+69085;43.34724;2.5011;157;20220308;13.6;6.2;9.9;5.2;8.89;1.5;2.22;14600
+69085;43.34724;2.5011;157;20220309;14.8;7.7;11.3;5.5;10.59;0;1.96;11400
+69085;43.34724;2.5011;157;20220310;15;9.9;12.5;6.3;11.19;.2;2.11;10300
+69085;43.34724;2.5011;157;20220311;13.9;9.7;11.8;8.1;11.29;20.6;1.81;7700
+69085;43.34724;2.5011;157;20220312;10.4;10.2;10.3;4.4;11.19;58.5;.94;3000
+69085;43.34724;2.5011;157;20220313;11.8;8.4;10.1;5.2;10.29;18.1;1.28;3600
+69085;43.34724;2.5011;157;20220314;12.2;3.2;7.7;7.4;11.39;4.2;.18;2200
+69085;43.34724;2.5011;157;20220315;12.9;11.4;12.2;9.1;13.09;1.4;.87;1000
+69085;43.34724;2.5011;157;20220316;13;11.7;12.4;6.3;12.89;0;1.06;2900
+69085;43.34724;2.5011;157;20220317;15.2;11;13.1;3.4;13.09;6.5;1.2;4200
+69085;43.34724;2.5011;157;20220318;13.7;9.2;11.5;2.6;11.39;.8;1.41;8000
+69085;43.34724;2.5011;157;20220319;14.6;7.9;11.3;3.2;9.81;0;2.05;10968
+69085;43.34724;2.5011;157;20220320;12.9;8;10.5;7.1;11.39;11.4;1.16;5000
+69085;43.34724;2.5011;157;20220321;14.7;10.6;12.7;7;10.19;4.5;2.6;9000
+69085;43.34724;2.5011;157;20220322;14.9;7.1;11;7.6;8.09;0;3.3;15300
+69085;43.34724;2.5011;157;20220323;15.3;5.4;10.4;7.9;8.59;0;3.03;16200
+69085;43.34724;2.5011;157;20220324;16.5;5.7;11.1;6.8;8.29;0;3.33;15500
+69085;43.34724;2.5011;157;20220325;17.4;7.9;12.7;5.8;8.49;0;3.68;17800
+69085;43.34724;2.5011;157;20220326;17.2;7.6;12.4;5.2;9.19;0;3.29;17600
+69085;43.34724;2.5011;157;20220327;20.6;5.2;12.9;4.6;7.99;0;3.98;17900
+69085;43.34724;2.5011;157;20220328;20.4;7.8;14.1;6.5;8.09;0;4.55;15900
+69085;43.34724;2.5011;157;20220329;16.7;10.4;13.6;5;10.99;3.9;2.54;10000
+69085;43.34724;2.5011;157;20220330;15.1;8.7;11.9;3.6;11.39;.7;1.71;8400
+69085;43.34724;2.5011;157;20220331;13.1;9.2;11.2;7.1;9.89;3.6;2.19;8200
+69085;43.34724;2.5011;157;20220401;8.5;3.2;5.8;10.7;5.38;1.2;3.11;16727
+69085;43.34724;2.5011;157;20220402;8.8;1.4;5.1;6;5.26;0;2.31;11490
+69085;43.34724;2.5011;157;20220403;9;.6;4.8;4.3;4.72;0;2.74;18001
+69085;43.34724;2.5011;157;20220404;12.3;-.5;5.9;3.2;5.04;0;2.99;21438
+69085;43.34724;2.5011;157;20220405;15.8;.6;8.2;4.5;6.09;0;3.52;22100
+69085;43.34724;2.5011;157;20220406;13.7;6.9;10.3;4.8;9.69;.5;1.89;8100
+69085;43.34724;2.5011;157;20220407;21.9;7;14.5;5.1;11.19;.3;3.92;19900
+69085;43.34724;2.5011;157;20220408;22.7;11.3;17;4.5;11.99;.4;4.13;18500
+69085;43.34724;2.5011;157;20220409;15;7.8;11.4;5.8;8.49;0;3.09;13700
+69085;43.34724;2.5011;157;20220410;16.7;-.1;8.3;5.3;7.99;0;3.25;23000
+69085;43.34724;2.5011;157;20220411;16;10.2;13.1;10.9;11.79;0;2.5;8900
+69085;43.34724;2.5011;157;20220412;16;11.5;13.8;9.5;12.19;3.3;2.39;6800
+69085;43.34724;2.5011;157;20220413;16.4;11.3;13.9;3.7;12.39;.7;1.79;5600
+69085;43.34724;2.5011;157;20220414;22.6;6.7;14.7;2.6;11.59;0;3.43;19000
+69085;43.34724;2.5011;157;20220415;23;9.3;16.2;3.9;13.09;0;3.63;18000
+69085;43.34724;2.5011;157;20220416;22.4;11.8;17.1;5.9;13.09;0;4.57;23600
+69085;43.34724;2.5011;157;20220417;24;10.8;17.4;5;11.79;0;5.07;24200
+69085;43.34724;2.5011;157;20220418;19.4;10.5;15;5.3;11.39;0;3.98;22000
+69085;43.34724;2.5011;157;20220419;17.4;10.5;14;5.3;11.89;3;2.99;16100
+69085;43.34724;2.5011;157;20220420;10.3;8.5;9.4;2.6;11.09;38.6;.76;2600
+69085;43.34724;2.5011;157;20220421;11.7;9;10.4;3.8;11.89;.7;.82;3200
+69085;43.34724;2.5011;157;20220422;19.1;9.9;14.5;2.9;12.48;0;3.11;19453
+69085;43.34724;2.5011;157;20220423;17.4;11.9;14.7;5.1;11.69;20.4;2.73;9300
+69085;43.34724;2.5011;157;20220424;18;8.5;13.3;5.3;11.69;3.8;2.63;12000
+69085;43.34724;2.5011;157;20220425;19.3;8.7;14;3.4;11.39;0;3.69;23400
+69085;43.34724;2.5011;157;20220426;24.2;4.8;14.5;2.6;11.19;0;4.31;25400
+69085;43.34724;2.5011;157;20220427;21.1;8.1;14.6;4.3;11.79;0;3.61;18400
+69085;43.34724;2.5011;157;20220428;20.6;10.1;15.4;2.5;14.29;0;2.74;15700
+69085;43.34724;2.5011;157;20220429;23.7;14.5;19.1;4.3;14.89;0;4.77;24600
+69085;43.34724;2.5011;157;20220430;22.2;14.5;18.4;5.5;13.49;0;4.65;21100
+69085;43.34724;2.5011;157;20220501;21.7;11.7;16.7;4.6;11.99;0;4.65;24200
+69085;43.34724;2.5011;157;20220502;20.3;11.8;16.1;3.2;12.99;0;3.47;18700
+69085;43.34724;2.5011;157;20220503;20.3;12.3;16.3;3.3;13.59;.7;3.1;15200
+69085;43.34724;2.5011;157;20220504;19.9;11.5;15.7;3.9;13.79;1.2;3.15;17100
+69085;43.34724;2.5011;157;20220505;20.2;11.4;15.8;4.4;12.79;.3;3.61;18500
+69085;43.34724;2.5011;157;20220506;20.7;10.7;15.7;5.7;11.79;.1;3.82;15200
+69085;43.34724;2.5011;157;20220507;22.8;10.9;16.9;6.4;12.69;.1;4.65;20600
+69085;43.34724;2.5011;157;20220508;24.3;12.8;18.6;3.4;13.59;.3;4.85;24900
+69085;43.34724;2.5011;157;20220509;27.9;9.2;18.6;1.4;13.19;.1;4.76;26900
+69085;43.34724;2.5011;157;20220510;27.7;9.6;18.7;2.7;13.69;0;5.08;25600
+69085;43.34724;2.5011;157;20220511;26.1;9.3;17.7;4.2;14.49;0;5.12;27200
+69085;43.34724;2.5011;157;20220512;23.2;12.1;17.7;3.4;14.69;0;3.77;18700
+69085;43.34724;2.5011;157;20220513;26.4;10.4;18.4;1.8;15.19;0;4.51;25400
+69085;43.34724;2.5011;157;20220514;29.6;12.4;21;3;16.29;0;5.39;25100
+69085;43.34724;2.5011;157;20220515;24.5;16.7;20.6;6.4;15.89;.2;5.35;23100
+69085;43.34724;2.5011;157;20220516;28.3;12.7;20.5;2.3;16.39;.1;4.99;25400
+69085;43.34724;2.5011;157;20220517;29.2;14.5;21.9;3.1;16.69;0;5.67;26700
+69085;43.34724;2.5011;157;20220518;32.5;16.5;24.5;4.2;16.69;0;6.82;25100
+69085;43.34724;2.5011;157;20220519;24.5;19.2;21.9;7.8;18.59;.1;4.7;17200
+69085;43.34724;2.5011;157;20220520;27.5;18.5;23;6.6;17.59;0;6.22;24200
+69085;43.34724;2.5011;157;20220521;29.4;14.9;22.2;3.4;17.79;.1;5.52;25100
+69085;43.34724;2.5011;157;20220522;31;16.9;24;4.1;18.99;0;5.96;23800
+69085;43.34724;2.5011;157;20220523;21.9;18;20;5.1;16.79;.4;3.33;10900
+69085;43.34724;2.5011;157;20220524;18.2;13.7;16;5;13.29;3.7;2.77;9900
+69085;43.34724;2.5011;157;20220525;21.4;11.9;16.7;6.7;12.29;0;4.84;23000
+69085;43.34724;2.5011;157;20220526;20.8;12;16.4;5.9;12.89;0;4.18;20000
+69085;43.34724;2.5011;157;20220527;25.6;13.1;19.4;5.3;14.29;0;5.7;26700
+69085;43.34724;2.5011;157;20220528;27.2;15.8;21.5;5.3;13.69;0;6.72;27800
+69085;43.34724;2.5011;157;20220529;27.1;14.9;21;4.4;9.89;0;7.24;30200
+69085;43.34724;2.5011;157;20220530;27.5;9;18.3;1.5;11.49;1.3;4.45;22300
+69085;43.34724;2.5011;157;20220531;28.5;14.5;21.5;2.2;14.99;.1;5.64;28000
+69085;43.34724;2.5011;157;20220601;27;15.1;21.1;5.4;17.39;0;5.72;27200
+69085;43.34724;2.5011;157;20220602;25;18.4;21.7;4.5;18.59;0;3.55;11300
+69085;43.34724;2.5011;157;20220603;28.3;18.5;23.4;5.3;19.89;.1;5.85;25500
+69085;43.34724;2.5011;157;20220604;29.2;19;24.1;4.3;19.99;0;5.42;21400
+69085;43.34724;2.5011;157;20220605;25.1;18.2;21.7;5.2;18.19;0;4.49;17800
+69085;43.34724;2.5011;157;20220606;32.8;13.1;23;1.8;17.09;1.1;5.45;24800
+69085;43.34724;2.5011;157;20220607;25;16.4;20.7;3.8;17.39;0;4.46;20600
+69085;43.34724;2.5011;157;20220608;24.5;13.6;19.1;4.5;16.19;1.6;3.79;15300
+69085;43.34724;2.5011;157;20220609;24.6;14.5;19.6;7.3;13.59;0;6.11;25700
+69085;43.34724;2.5011;157;20220610;30.6;15.2;22.9;3.8;13.79;0;7.16;30000
+69085;43.34724;2.5011;157;20220611;35.8;13.1;24.5;1.3;13.39;0;6.21;29300
+69085;43.34724;2.5011;157;20220612;32.8;19;25.9;2.9;16.82;1.4;7.04;28137
+69085;43.34724;2.5011;157;20220613;33.7;19.4;26.6;3.9;19.09;.1;7.75;30322
+69085;43.34724;2.5011;157;20220614;33.1;18.9;26;2.3;16.79;.5;6.59;28277
+69085;43.34724;2.5011;157;20220615;21.6;19.3;20.5;3.3;15.49;0;5.36;28200
+69085;43.34724;2.5011;157;20220616;37.9;16.4;27.2;1.4;17.39;0;6.25;26900
+69085;43.34724;2.5011;157;20220617;40.5;18;29.3;1.9;18.29;0;7.25;28100
+69085;43.34724;2.5011;157;20220618;32.5;19.6;26.1;6.3;18.09;0;8.18;27900
+69085;43.34724;2.5011;157;20220619;31;21.9;26.5;9.9;22.09;0;7.91;27600
+69085;43.34724;2.5011;157;20220620;27.8;20.8;24.3;6;22.29;0;4.44;14800
+69085;43.34724;2.5011;157;20220621;28.4;21.9;25.2;3.7;23.29;1.1;3.45;10100
+69085;43.34724;2.5011;157;20220622;30.8;19.2;25;3.7;21.79;4.7;5.26;20600
+69085;43.34724;2.5011;157;20220623;29.8;16.7;23.3;2.9;19.59;12.8;5.27;23600
+69085;43.34724;2.5011;157;20220624;26.3;17.3;21.8;3.1;17.69;.8;4.53;19800
+69085;43.34724;2.5011;157;20220625;28.2;14.2;21.2;3.9;17.69;4;4.73;19500
+69085;43.34724;2.5011;157;20220626;20.7;16.2;18.5;4.3;16.99;1.1;2.47;8900
+69085;43.34724;2.5011;157;20220627;20.4;15.2;17.8;5.4;15.89;0;3.1;13400
+69085;43.34724;2.5011;157;20220628;27.3;15.1;21.2;4.8;14.69;0;6.55;29700
+69085;43.34724;2.5011;157;20220629;32.6;12.1;22.4;2;14.29;1;6.28;29500
+69085;43.34724;2.5011;157;20220630;21.3;17;19.2;5.2;16.59;0;3.5;14500
+69085;43.34724;2.5011;157;20220701;25.4;13.4;19.4;4.4;13.09;0;6.02;28900
+69085;43.34724;2.5011;157;20220702;31.7;10.3;21;2.3;13.19;0;6.26;29200
+69085;43.34724;2.5011;157;20220703;32.4;13.9;23.2;2.8;17.39;.3;5.95;25200
+69085;43.34724;2.5011;157;20220704;29.1;17.3;23.2;5.6;18.19;0;6.59;27900
+69085;43.34724;2.5011;157;20220705;31.2;19.8;25.5;5.1;17.79;0;7.47;28100
+69085;43.34724;2.5011;157;20220706;27.8;19.2;23.5;4.8;14.79;0;6.11;20000
+69085;43.34724;2.5011;157;20220707;29.8;18.3;24.1;6.9;15.39;0;8.02;28605
+69085;43.34724;2.5011;157;20220708;30.8;17.5;24.2;6.1;15.49;0;8.01;29500
+69085;43.34724;2.5011;157;20220709;33.5;16;24.8;4.3;13.79;0;8.12;29800
+69085;43.34724;2.5011;157;20220710;35.6;17.7;26.7;3.3;13.49;0;8.07;29800
+69085;43.34724;2.5011;157;20220711;35.8;15.5;25.7;2.9;14.29;0;7.52;29000
+69085;43.34724;2.5011;157;20220712;38.1;18.5;28.3;2.8;18.19;0;7.71;28800
+69085;43.34724;2.5011;157;20220713;35.3;16.8;26.1;3;17.49;0;7.22;28600
+69085;43.34724;2.5011;157;20220714;38.4;20.5;29.5;2.5;19.69;0;7.46;28300
+69085;43.34724;2.5011;157;20220715;37.5;20.2;28.9;3.7;15.39;0;8.36;26900
+69085;43.34724;2.5011;157;20220716;39;17.3;28.2;2.1;14.09;0;7.28;28100
+69085;43.34724;2.5011;157;20220717;37.5;17.1;27.3;3.2;15.19;0;7.94;28000
+69085;43.34724;2.5011;157;20220718;35.4;19.8;27.6;6;19.89;0;8.56;27600
+69085;43.34724;2.5011;157;20220719;31.1;22.9;27;7;23.79;0;6.82;24800
+69085;43.34724;2.5011;157;20220720;31;22.4;26.7;4.3;18.89;0;6.69;23700
+69085;43.34724;2.5011;157;20220721;34.9;20.7;27.8;3.5;16.59;0;7.6;27200
+69085;43.34724;2.5011;157;20220722;34.2;18;26.1;3.2;17.99;1.7;6.41;23200
+69085;43.34724;2.5011;157;20220723;29;19.3;24.2;5.4;16.99;0;6.69;25200
+69085;43.34724;2.5011;157;20220724;35.7;16.8;26.3;2.9;17.49;0;7.01;27300
+69085;43.34724;2.5011;157;20220725;27.5;20.4;24;4.6;20.09;.7;4.17;12400
+69085;43.34724;2.5011;157;20220726;28.5;19.1;23.8;6.6;15.99;0;7.33;27500
+69085;43.34724;2.5011;157;20220727;29.9;15.1;22.5;4.2;13.59;0;6.9;28300
+69085;43.34724;2.5011;157;20220728;31;17;24;3.9;14.89;.1;6.65;25300
+69085;43.34724;2.5011;157;20220729;26.9;19.1;23;4.4;18.99;3.9;4.24;14300
+69085;43.34724;2.5011;157;20220730;31.5;18.4;25;3.9;17.99;0;6.62;26800
+69085;43.34724;2.5011;157;20220731;34.5;17.9;26.2;3.4;16.89;0;7.18;27500
+69085;43.34724;2.5011;157;20220801;35.9;20.1;28;4.3;16.79;0;8.21;27400
+69085;43.34724;2.5011;157;20220802;37.6;20.2;28.9;3.4;14.29;0;8.19;27700
+69085;43.34724;2.5011;157;20220803;35.5;17.1;26.3;3.4;17.09;0;7.09;25800
+69085;43.34724;2.5011;157;20220804;33.8;21.3;27.6;4.3;24.19;.1;5.85;20100
+69085;43.34724;2.5011;157;20220805;33.1;21;27.1;4.2;21.59;0;6.1;20900
+69085;43.34724;2.5011;157;20220806;34.9;20.3;27.6;4.2;18.39;0;7.12;22700
+69085;43.34724;2.5011;157;20220807;35.8;19.9;27.9;3.1;14.79;0;7.26;25700
+69085;43.34724;2.5011;157;20220808;36.8;16.6;26.7;1.8;11.49;0;6.37;26900
+69085;43.34724;2.5011;157;20220809;37.1;13.5;25.3;1.5;11.89;0;5.69;24300
+69085;43.34724;2.5011;157;20220810;35.6;15.6;25.6;3.1;17.19;0;6.58;24400
+69085;43.34724;2.5011;157;20220811;32.9;23.6;28.3;5.3;25.69;0;6.3;22600
+69085;43.34724;2.5011;157;20220812;40.4;23.2;31.8;2.7;22.79;0;7.13;24200
+69085;43.34724;2.5011;157;20220813;36;22.1;29.1;4.4;22.39;1.7;6.52;18500
+69085;43.34724;2.5011;157;20220814;32;21.8;26.9;4.4;21.99;.4;5.53;17900
+69085;43.34724;2.5011;157;20220815;30.1;20.2;25.2;3.4;16.49;0;6.07;24400
+69085;43.34724;2.5011;157;20220816;32.5;14.7;23.6;2.9;17.59;8.4;4.83;17000
+69085;43.34724;2.5011;157;20220817;23.7;17.3;20.5;3.4;18.09;0;2.58;8000
+69085;43.34724;2.5011;157;20220818;25.1;17.4;21.3;6.5;16.99;.8;4.46;14700
+69085;43.34724;2.5011;157;20220819;27.9;17.7;22.8;6.3;16.19;1;5.62;16800
+69085;43.34724;2.5011;157;20220820;32.6;16.4;24.5;3.7;15.89;0;6.42;24600
+69085;43.34724;2.5011;157;20220821;31.3;20.5;25.9;4.9;16.49;0;6.49;19500
+69085;43.34724;2.5011;157;20220822;28.2;20;24.1;6.3;18.19;1.4;5.36;15000
+69085;43.34724;2.5011;157;20220823;33.3;21;27.2;4.4;18.69;.1;6.68;22300
+69085;43.34724;2.5011;157;20220824;34.9;15.6;25.3;3.1;16.19;.5;6.26;23300
+69085;43.34724;2.5011;157;20220825;32.1;21.2;26.7;3.6;19.89;.6;5.17;16300
+69085;43.34724;2.5011;157;20220826;31.9;20.9;26.4;5.7;18.99;0;6.93;23300
+69085;43.34724;2.5011;157;20220827;33.2;18.4;25.8;2.7;16.99;0;5.76;23400
+69085;43.34724;2.5011;157;20220828;35.8;15.8;25.8;1.9;14.89;0;5.5;23100
+69085;43.34724;2.5011;157;20220829;31.5;18.4;25;3.5;19.39;3.6;4.98;18000
+69085;43.34724;2.5011;157;20220830;33.8;18.8;26.3;2.1;19.99;0;4.67;18600
+69085;43.34724;2.5011;157;20220831;29.1;17.9;23.5;2.4;19.99;0;3.27;11800
+69085;43.34724;2.5011;157;20220901;31.2;18.6;24.9;3.2;19.09;0;5.04;20000
+69085;43.34724;2.5011;157;20220902;29.4;18.1;23.8;2.6;19.09;1.4;4.04;16500
+69085;43.34724;2.5011;157;20220903;28;17.8;22.9;2.7;19.69;.5;3.62;15300
+69085;43.34724;2.5011;157;20220904;29.8;19.4;24.6;5.3;22.89;0;4.69;18900
+69085;43.34724;2.5011;157;20220905;30.7;23.2;27;7;25.39;0;5.4;18800
+69085;43.34724;2.5011;157;20220906;32.6;23.6;28.1;4.8;24.59;2;5.66;19700
+69085;43.34724;2.5011;157;20220907;28.6;16.8;22.7;2.5;18.19;.3;3.36;12200
+69085;43.34724;2.5011;157;20220908;29.2;16.3;22.8;2.6;13.89;.1;4.53;18200
+69085;43.34724;2.5011;157;20220909;25.3;14.8;20.1;3.3;14.79;.1;3.69;14800
+69085;43.34724;2.5011;157;20220910;28.9;14.7;21.8;3;13.49;0;4.81;20200
+69085;43.34724;2.5011;157;20220911;31.8;11.6;21.7;3;14.39;0;5.07;20700
+69085;43.34724;2.5011;157;20220912;27.3;18.9;23.1;5.9;19.99;0;3.95;11800
+69085;43.34724;2.5011;157;20220913;27.8;23.5;25.7;6.4;26.39;1.6;2.7;4800
+69085;43.34724;2.5011;157;20220914;27.4;19.1;23.3;3.5;22.69;2.5;3.12;13400
+69085;43.34724;2.5011;157;20220915;30.5;15.4;23;2.4;18.09;.9;4.14;19000
+69085;43.34724;2.5011;157;20220916;25.6;18.8;22.2;5.2;17.49;.1;4.27;15800
+69085;43.34724;2.5011;157;20220917;24;14.5;19.3;5;9.99;0;5.29;20500
+69085;43.34724;2.5011;157;20220918;26.6;7.6;17.1;2.5;7.89;0;4.29;19800
+69085;43.34724;2.5011;157;20220919;28.3;6.2;17.3;2.5;7.89;0;4.49;20000
+69085;43.34724;2.5011;157;20220920;27.2;10.5;18.9;3.4;8.29;0;4.99;19800
+69085;43.34724;2.5011;157;20220921;26;11.8;18.9;3.1;9.19;0;4.51;19400
+69085;43.34724;2.5011;157;20220922;26.4;9.4;17.9;1.9;11.99;.1;3.32;17400
+69085;43.34724;2.5011;157;20220923;24;11.4;17.7;3.8;15.89;14.7;2.77;13000
+69085;43.34724;2.5011;157;20220924;23.2;15.4;19.3;3.8;15.59;2.5;2.9;10600
+69085;43.34724;2.5011;157;20220925;21.4;12.2;16.8;3.7;12.59;.1;3.25;16700
+69085;43.34724;2.5011;157;20220926;21.5;10.1;15.8;5;11.59;2.6;3.55;16400
+69085;43.34724;2.5011;157;20220927;19;12.8;15.9;6.5;13.59;6.8;2.56;8800
+69085;43.34724;2.5011;157;20220928;20.5;13.9;17.2;6.1;15.39;14.8;2.5;9700
+69085;43.34724;2.5011;157;20220929;19.6;12.9;16.3;4.4;13.39;4;2.52;10100
+69085;43.34724;2.5011;157;20220930;18.8;11;14.9;5.2;12.09;.3;2.69;11700
+69085;43.34724;2.5011;157;20221001;25;8.5;16.8;3.1;12.49;0;3.26;15700
+69085;43.34724;2.5011;157;20221002;26.1;11.2;18.7;2.6;14.69;.1;3.18;16800
+69085;43.34724;2.5011;157;20221003;25.4;14.1;19.8;2.7;14.49;0;3.2;15300
+69085;43.34724;2.5011;157;20221004;26.8;9;17.9;1.3;12.69;.1;2.73;17100
+69085;43.34724;2.5011;157;20221005;23.1;10.3;16.7;4.6;16.39;.6;2.26;11800
+69085;43.34724;2.5011;157;20221006;23;16.3;19.7;2.6;16.49;0;2.55;13000
+69085;43.34724;2.5011;157;20221007;22;10.7;16.4;3.2;15.99;0;1.76;8300
+69085;43.34724;2.5011;157;20221008;23;16.2;19.6;2.2;17.09;.6;1.94;7700
+69085;43.34724;2.5011;157;20221009;23.4;11.2;17.3;3.2;15.19;.1;2.6;15100
+69085;43.34724;2.5011;157;20221010;23.9;15.7;19.8;4.5;17.89;0;2.76;13300
+69085;43.34724;2.5011;157;20221011;23.9;13.3;18.6;1.9;15.99;0;2.11;11200
+69085;43.34724;2.5011;157;20221012;26;11.6;18.8;1.9;14.79;.7;2.59;15000
+69085;43.34724;2.5011;157;20221013;24.1;11.3;17.7;2.2;13.99;1.5;2.28;10900
+69085;43.34724;2.5011;157;20221014;24.2;16.9;20.6;4.6;16.29;.5;2.97;8200
+69085;43.34724;2.5011;157;20221015;24.5;9.2;16.9;3.2;15.09;0;2.51;14300
+69085;43.34724;2.5011;157;20221016;24.4;18.2;21.3;6.2;19.79;.5;2.74;9600
+69085;43.34724;2.5011;157;20221017;22.3;19.8;21.1;8.6;21.29;.1;2.02;5000
+69085;43.34724;2.5011;157;20221018;23.6;19.5;21.6;6.2;21.29;0;2.35;9400
+69085;43.34724;2.5011;157;20221019;23.2;19.1;21.2;6.9;20.99;1.9;2.1;5800
+69085;43.34724;2.5011;157;20221020;21.9;19.5;20.7;5.7;20.89;0;1.66;3900
+69085;43.34724;2.5011;157;20221021;24.4;18.8;21.6;3.1;18.19;.3;2.24;6500
+69085;43.34724;2.5011;157;20221022;25.2;13.7;19.5;3.2;16.69;.1;2.47;12200
+69085;43.34724;2.5011;157;20221023;22;17.8;19.9;5.8;19.59;0;1.72;3800
+69085;43.34724;2.5011;157;20221024;27.3;17.9;22.6;1.5;17.69;0;2.03;9200
+69085;43.34724;2.5011;157;20221025;22.1;12.1;17.1;3.7;15.39;0;1.87;6800
+69085;43.34724;2.5011;157;20221026;22.9;12.2;17.6;3.1;17.89;.1;1.33;5100
+69085;43.34724;2.5011;157;20221027;24.6;17.5;21.1;5.3;19.39;0;2.48;9100
+69085;43.34724;2.5011;157;20221028;23.3;18.5;20.9;7.2;19.19;0;2.67;8800
+69085;43.34724;2.5011;157;20221029;21.5;17.2;19.4;7.5;17.79;.1;2.34;6900
+69085;43.34724;2.5011;157;20221030;23;18;20.5;6;18.19;0;2.58;8900
+69085;43.34724;2.5011;157;20221031;24.3;18.2;21.3;6.5;18.59;3.6;2.91;9400
+69085;43.34724;2.5011;157;20221101;21.4;14.4;17.9;3.4;15.09;0;2.01;10200
+69085;43.34724;2.5011;157;20221102;22.8;13.4;18.1;2.3;12.29;0;2.13;10800
+69085;43.34724;2.5011;157;20221103;18.7;12.3;15.5;3.7;12.69;2.5;1.78;3800
+69085;43.34724;2.5011;157;20221104;13.3;8.1;10.7;5.4;10.79;6.6;1.21;4300
+69085;43.34724;2.5011;157;20221105;16.4;7.8;12.1;5.6;9.59;0;2.21;11000
+69085;43.34724;2.5011;157;20221106;20;1.4;10.7;1.8;8.19;0;1.57;10900
+69085;43.34724;2.5011;157;20221107;19.8;3.1;11.5;3.2;10.79;0;1.63;10500
+69085;43.34724;2.5011;157;20221108;20.5;15.2;17.9;4.4;15.89;0;1.79;6100
+69085;43.34724;2.5011;157;20221109;20.4;11.1;15.8;2.3;13.49;.5;1.4;5700
+69085;43.34724;2.5011;157;20221110;17.2;11;14.1;3.6;11.79;0;1.63;10400
+69085;43.34724;2.5011;157;20221111;19.9;6.5;13.2;5.9;13.79;0;1.42;8600
+69085;43.34724;2.5011;157;20221112;19.8;15.9;17.9;6.1;15.59;.1;2.1;7200
+69085;43.34724;2.5011;157;20221113;19.4;9.9;14.7;3.6;13.49;0;1.42;6900
+69085;43.34724;2.5011;157;20221114;18.9;14.4;16.7;3.6;14.89;.5;1.46;4700
+69085;43.34724;2.5011;157;20221115;18.8;13.4;16.1;2.7;14.59;2.1;1.23;4500
+69085;43.34724;2.5011;157;20221116;20.3;10.2;15.3;1.5;12.09;0;1.17;9200
+69085;43.34724;2.5011;157;20221117;19.2;8.2;13.7;2.2;11.99;10.6;1.22;6500
+69085;43.34724;2.5011;157;20221118;14.8;9.6;12.2;5.2;11.19;3.1;1.42;6300
+69085;43.34724;2.5011;157;20221119;10;7.6;8.8;5.7;9.79;1.6;.91;3800
+69085;43.34724;2.5011;157;20221120;13.2;5.3;9.3;5.1;9.59;1.9;1.15;7800
+69085;43.34724;2.5011;157;20221121;10.8;8.2;9.5;3.5;10.49;16.5;.76;1400
+69085;43.34724;2.5011;157;20221122;11.1;6.1;8.6;5.1;9.19;10.6;1.06;4600
+69085;43.34724;2.5011;157;20221123;16.5;7.6;12.1;2.8;11.09;10.4;1.14;3800
+69085;43.34724;2.5011;157;20221124;14.5;4.3;9.4;1.8;9.89;0;.75;5500
+69085;43.34724;2.5011;157;20221125;11;5.6;8.3;3.6;10.39;5.4;.53;3400
+69085;43.34724;2.5011;157;20221126;13.8;6.4;10.1;3.7;9.29;0;1.22;6300
+69085;43.34724;2.5011;157;20221127;12.1;2.5;7.3;3.8;8.99;2.6;.81;4000
+69085;43.34724;2.5011;157;20221128;12;9;10.5;4;10.79;9.4;.9;3200
+69085;43.34724;2.5011;157;20221129;12.8;7.1;10;4.7;9.69;1.2;1.16;5700
+69085;43.34724;2.5011;157;20221130;8.8;4.1;6.5;3.8;8.29;0;.65;7500
+69085;43.34724;2.5011;157;20221201;5.7;3.7;4.7;3.3;7.99;0;.46;2000
+69085;43.34724;2.5011;157;20221202;9.3;5.1;7.2;1.8;7.69;0;.65;6600
+69085;43.34724;2.5011;157;20221203;6.8;.6;3.7;.6;7.59;.3;.37;2400
+69085;43.34724;2.5011;157;20221204;9.4;5.3;7.4;2;7.49;0;.68;7600
+69085;43.34724;2.5011;157;20221205;11.4;-3.4;4;2.1;5.99;.1;.77;7900
+69085;43.34724;2.5011;157;20221206;12.8;2.1;7.5;1.9;7.39;.1;.83;5800
+69085;43.34724;2.5011;157;20221207;14.3;6.2;10.3;2.3;7.79;0;1.08;7700
+69085;43.34724;2.5011;157;20221208;6;1.2;3.6;3.2;7.59;1.4;.41;1100
+69085;43.34724;2.5011;157;20221209;14.3;5.5;9.9;2.2;10.29;0;.69;5800
+69085;43.34724;2.5011;157;20221210;6;4.8;5.4;6.5;7.39;0;.88;4500
+69085;43.34724;2.5011;157;20221211;5.6;-4;.8;1.9;4.59;0;.62;5400
+69085;43.34724;2.5011;157;20221212;6.7;-.8;3;3;5.99;7.9;.75;2800
+69085;43.34724;2.5011;157;20221213;6.6;2.8;4.7;3.1;8.59;4.6;.29;1800
+69085;43.34724;2.5011;157;20221214;13.5;6.4;10;2.5;11.79;1.2;.42;5400
+69085;43.34724;2.5011;157;20221215;13.4;10.2;11.8;4.7;12.49;5.8;.76;2700
+69085;43.34724;2.5011;157;20221216;13.1;9.4;11.3;2.9;11.49;.6;.75;3400
+69085;43.34724;2.5011;157;20221217;7.9;6.6;7.3;3;8.69;0;.66;2900
+69085;43.34724;2.5011;157;20221218;10.6;1.6;6.1;5;8.69;.2;.69;2000
+69085;43.34724;2.5011;157;20221219;15.7;10.3;13;7.7;13.09;0;1.1;5400
+69085;43.34724;2.5011;157;20221220;14;12.2;13.1;5.8;13.49;0;.91;1100
+69085;43.34724;2.5011;157;20221221;17.1;9.6;13.4;2.2;12.19;0;.84;6000
+69085;43.34724;2.5011;157;20221222;18.3;7.5;12.9;2.8;12.09;2.5;.97;6400
+69085;43.34724;2.5011;157;20221223;20.8;10;15.4;1.4;12.39;.1;.84;6900
+69085;43.34724;2.5011;157;20221224;18.5;6.1;12.3;1.8;10.89;.1;.85;6600
+69085;43.34724;2.5011;157;20221225;13.7;7.7;10.7;3.5;12.19;0;.56;2700
+69085;43.34724;2.5011;157;20221226;17.6;12;14.8;1.8;12.99;.1;.92;3400
+69085;43.34724;2.5011;157;20221227;16.4;7.3;11.9;1.5;11.29;.1;.64;6100
+69085;43.34724;2.5011;157;20221228;11.4;4.4;7.9;2.2;10.19;0;.48;2000
+69085;43.34724;2.5011;157;20221229;13.2;6.5;9.9;2;10.99;0;.54;4300
+69085;43.34724;2.5011;157;20221230;15.3;7.9;11.6;3.5;11.49;.1;.88;6000
+69085;43.34724;2.5011;157;20221231;13.8;11.4;12.6;5.5;13.09;.1;.86;2000
+69086;43.36928;2.80757;94;20220101;9.8;4;6.9;1;10.17;.1;.23;5720
+69086;43.36928;2.80757;94;20220102;11.9;8.1;10;1.4;10.9;.1;.45;4605
+69086;43.36928;2.80757;94;20220103;16.3;7.4;11.9;1.9;10.8;.1;.74;7203
+69086;43.36928;2.80757;94;20220104;12.6;6.9;9.8;2.7;11.04;2.1;.51;5675
+69086;43.36928;2.80757;94;20220105;8.2;7.8;8;7.3;6.2;0;2.13;1338
+69086;43.36928;2.80757;94;20220106;8;3.9;5.9;7.1;4.94;0;1.95;4931
+69086;43.36928;2.80757;94;20220107;8;1.9;4.9;6.5;6.07;7.2;1.28;6190
+69086;43.36928;2.80757;94;20220108;11.9;6.8;9.3;7.1;9.04;8.7;1.31;5655
+69086;43.36928;2.80757;94;20220109;10;8.9;9.4;5.9;9.14;25.8;1.22;2517
+69086;43.36928;2.80757;94;20220110;8.9;7.2;8;4.4;8.67;3.8;.88;3250
+69086;43.36928;2.80757;94;20220111;11.5;5.4;8.5;6.6;6;0;2.08;6361
+69086;43.36928;2.80757;94;20220112;9.9;2.6;6.2;4.8;5.74;0;1.34;6986
+69086;43.36928;2.80757;94;20220113;9.2;-2.2;3.5;1.5;5.5;0;.55;8800
+69086;43.36928;2.80757;94;20220114;11.8;-2.7;4.5;1.1;5.4;.1;.54;9600
+69086;43.36928;2.80757;94;20220115;13.5;-1.6;6;2.8;4.74;0;1.4;9826
+69086;43.36928;2.80757;94;20220116;12.5;2.5;7.5;5.1;4.97;0;2.03;8402
+69086;43.36928;2.80757;94;20220117;11.9;4.4;8.1;5.8;5.77;0;2.05;7451
+69086;43.36928;2.80757;94;20220118;8.9;-.8;4.1;3.9;6.07;0;.87;8541
+69086;43.36928;2.80757;94;20220119;9.7;.2;4.9;5;6.67;.4;.96;8519
+69086;43.36928;2.80757;94;20220120;10.8;4.2;7.5;6.1;6.64;0;1.67;7213
+69086;43.36928;2.80757;94;20220121;7.8;3.1;5.5;7.8;5.17;0;1.89;6078
+69086;43.36928;2.80757;94;20220122;10.3;.6;5.5;5.2;4.87;0;1.74;8862
+69086;43.36928;2.80757;94;20220123;11;-1.2;4.9;1.6;5.67;0;.81;9882
+69086;43.36928;2.80757;94;20220124;11.4;1.3;6.4;1.3;6.84;0;.74;9017
+69086;43.36928;2.80757;94;20220125;12.9;.7;6.8;1.3;7.37;0;.77;9965
+69086;43.36928;2.80757;94;20220126;16;.5;8.3;3.9;6.1;0;1.9;10938
+69086;43.36928;2.80757;94;20220127;15.6;4.6;10.1;5.7;5.67;0;2.65;9653
+69086;43.36928;2.80757;94;20220128;11.1;3.2;7.2;7.7;5.57;0;2.18;8451
+69086;43.36928;2.80757;94;20220129;13.2;1.9;7.5;6.8;5.8;0;2.13;9838
+69086;43.36928;2.80757;94;20220130;12.6;2.3;7.5;6.6;6.77;0;1.76;9990
+69086;43.36928;2.80757;94;20220131;11.1;2.7;6.9;9.9;7.44;1.6;1.63;9140
+69086;43.36928;2.80757;94;20220201;10;5.3;7.6;10.1;6.4;.7;2.29;6846
+69086;43.36928;2.80757;94;20220202;13.8;8.3;11.1;9.7;8.84;.3;2.26;7565
+69086;43.36928;2.80757;94;20220203;15;2.4;8.7;3;8.1;.1;1.38;11543
+69086;43.36928;2.80757;94;20220204;15.3;8.7;12;5.5;9.4;.1;2.04;8521
+69086;43.36928;2.80757;94;20220205;14.1;9.3;11.7;6;8.3;.1;2.21;7360
+69086;43.36928;2.80757;94;20220206;11.4;4.3;7.9;6.7;6.74;1.5;2;9013
+69086;43.36928;2.80757;94;20220207;14;8.6;11.3;8.2;8.57;1.4;2.44;7922
+69086;43.36928;2.80757;94;20220208;14.9;5.6;10.3;3.1;6.64;0;1.96;10525
+69086;43.36928;2.80757;94;20220209;12.2;1.7;7;2.1;7.9;.1;1.08;10978
+69086;43.36928;2.80757;94;20220210;10.3;7.5;8.9;1.9;9.29;0;1.44;10411
+69086;43.36928;2.80757;94;20220211;14.9;5.6;10.3;3.4;9.24;0;1.47;8007
+69086;43.36928;2.80757;94;20220212;12.4;.4;6.4;2.9;7.94;.9;1.13;10666
+69086;43.36928;2.80757;94;20220213;15.3;6.1;10.7;4.3;10.1;2.5;1.47;10034
+69086;43.36928;2.80757;94;20220214;12.9;9.4;11.2;5.8;9.54;1.4;1.86;6087
+69086;43.36928;2.80757;94;20220215;13.4;6.2;9.8;6.7;8.34;2;2.15;9681
+69086;43.36928;2.80757;94;20220216;15.2;7.9;11.5;7.4;10.24;6.3;1.99;10297
+69086;43.36928;2.80757;94;20220217;17.2;13;15.1;7.3;11.77;2;2.57;7998
+69086;43.36928;2.80757;94;20220218;20.1;7;13.6;3.4;10.94;0;2.2;13897
+69086;43.36928;2.80757;94;20220219;11.8;8.8;10.3;6.4;7.87;0;2.15;6806
+69086;43.36928;2.80757;94;20220220;15.3;5.7;10.5;6.5;8.27;1.1;2.46;12403
+69086;43.36928;2.80757;94;20220221;14.8;10.3;12.5;10.1;8.47;2.3;3.34;8518
+69086;43.36928;2.80757;94;20220222;15.1;8.8;11.9;8;8;0;3.12;10172
+69086;43.36928;2.80757;94;20220223;18.6;6.8;12.7;2.8;8.64;0;2.34;14243
+69086;43.36928;2.80757;94;20220224;16.9;7.1;12;3.8;10.14;.2;2.03;12951
+69086;43.36928;2.80757;94;20220225;12.9;8.7;10.8;6.2;6.64;0;2.88;8602
+69086;43.36928;2.80757;94;20220226;13.5;2.4;7.9;3.4;5.54;0;2.34;14007
+69086;43.36928;2.80757;94;20220227;14.4;1.8;8.1;2.8;7.5;0;1.87;14646
+69086;43.36928;2.80757;94;20220228;16.8;4.3;10.6;2.7;8.3;0;2.16;14998
+69086;43.36928;2.80757;94;20220301;13.3;7.4;10.3;4.1;8.3;.2;2.05;11027
+69086;43.36928;2.80757;94;20220302;10.3;6.4;8.3;3.3;9.94;1.3;.98;8831
+69086;43.36928;2.80757;94;20220303;17.2;7.7;12.5;3;9.97;0;2.15;14202
+69086;43.36928;2.80757;94;20220304;13.6;8.5;11;7;9.9;.7;1.94;10436
+69086;43.36928;2.80757;94;20220305;12.6;7.4;10;6.7;8.17;.1;2.28;10685
+69086;43.36928;2.80757;94;20220306;13.2;6.2;9.7;3.8;7.3;0;2.14;12599
+69086;43.36928;2.80757;94;20220307;12.3;.8;6.5;2.3;6.74;0;1.81;16101
+69086;43.36928;2.80757;94;20220308;12.3;3.7;8;3.5;8.47;4.4;1.65;13446
+69086;43.36928;2.80757;94;20220309;14.1;7.9;11;3.4;10.6;1.2;1.68;12073
+69086;43.36928;2.80757;94;20220310;14.3;9.3;11.8;3.9;11.3;2.1;1.63;10609
+69086;43.36928;2.80757;94;20220311;12.7;9.5;11.1;6.3;11.47;54.9;1.31;7758
+69086;43.36928;2.80757;94;20220312;10.5;10.3;10.4;6;11.4;105.9;.8;1771
+69086;43.36928;2.80757;94;20220313;11.8;9.3;10.5;5.7;10.27;17.9;1.54;7764
+69086;43.36928;2.80757;94;20220314;11.9;4.5;8.2;5.6;11.3;4.6;.83;13864
+69086;43.36928;2.80757;94;20220315;13;11.9;12.4;6;12.74;4;1.17;5330
+69086;43.36928;2.80757;94;20220316;13.7;11.8;12.8;3;12.7;.1;1.31;7387
+69086;43.36928;2.80757;94;20220317;15.2;9.7;12.5;2.9;12.3;2.1;1.69;12533
+69086;43.36928;2.80757;94;20220318;14.4;9.9;12.2;2.6;11.89;1;1.58;9906
+69086;43.36928;2.80757;94;20220319;13.7;8.7;11.2;2.2;10.1;.1;1.74;9324
+69086;43.36928;2.80757;94;20220320;12.9;7.5;10.2;6.4;11.19;0;1.19;6906
+69086;43.36928;2.80757;94;20220321;14.3;10.9;12.6;6.3;10.04;8.4;2.38;7049
+69086;43.36928;2.80757;94;20220322;15.1;6.8;11;5.9;8.29;.2;3.04;16848
+69086;43.36928;2.80757;94;20220323;15.3;4.8;10;5.6;8.44;0;2.81;18237
+69086;43.36928;2.80757;94;20220324;16.5;4.2;10.3;4.5;7.94;0;3;18431
+69086;43.36928;2.80757;94;20220325;17.4;6.4;11.9;4.2;7.99;0;3.29;18722
+69086;43.36928;2.80757;94;20220326;17.4;7.6;12.5;3.7;8.84;0;3.17;17932
+69086;43.36928;2.80757;94;20220327;20.2;6.2;13.2;3.1;7.94;0;3.57;19775
+69086;43.36928;2.80757;94;20220328;20.2;6.7;13.5;4.6;8.19;0;4.01;19030
+69086;43.36928;2.80757;94;20220329;16.7;9.5;13.1;4.4;11.54;3.9;2.32;12405
+69086;43.36928;2.80757;94;20220330;15.9;9.2;12.6;3.6;11.49;.8;2.12;12227
+69086;43.36928;2.80757;94;20220331;14.8;9;11.9;6.8;9.49;1.5;2.89;12949
+69086;43.36928;2.80757;94;20220401;9;3.8;6.4;9.8;5.32;.6;3.11;16527
+69086;43.36928;2.80757;94;20220402;9.2;1.8;5.5;6;5.28;0;2.31;11490
+69086;43.36928;2.80757;94;20220403;9.7;1.9;5.8;4.3;4.73;0;2.74;18001
+69086;43.36928;2.80757;94;20220404;13.7;2.6;8.1;5.1;4.79;0;3.89;23500
+69086;43.36928;2.80757;94;20220405;17.3;3.8;10.6;5.5;5.73;0;4.53;22995
+69086;43.36928;2.80757;94;20220406;15.7;6.7;11.2;4.5;9.49;.2;2.54;12718
+69086;43.36928;2.80757;94;20220407;22.1;8.6;15.4;5.7;10.94;.5;4.36;20322
+69086;43.36928;2.80757;94;20220408;21.9;12;16.9;5.5;11.84;0;4.24;19238
+69086;43.36928;2.80757;94;20220409;15.9;7.6;11.8;6.1;7.64;0;3.72;16319
+69086;43.36928;2.80757;94;20220410;16.5;1.3;8.9;4.7;7.74;.1;3.35;23829
+69086;43.36928;2.80757;94;20220411;16.2;9.5;12.8;8.8;11.94;.2;2.35;11512
+69086;43.36928;2.80757;94;20220412;16;10.9;13.5;7.5;12.14;7.4;2.34;10300
+69086;43.36928;2.80757;94;20220413;17;11.4;14.2;3.5;11.69;.2;2.5;11990
+69086;43.36928;2.80757;94;20220414;23.6;7.3;15.4;2.8;11.04;0;4.04;22192
+69086;43.36928;2.80757;94;20220415;23.9;11.4;17.6;4.9;12.78;0;4.47;20050
+69086;43.36928;2.80757;94;20220416;23.3;13.3;18.3;7.7;12.54;0;5.02;19996
+69086;43.36928;2.80757;94;20220417;23.1;10.7;16.9;3.8;10.91;0;4.61;24266
+69086;43.36928;2.80757;94;20220418;21.2;9.7;15.5;4.7;10.94;0;4.42;24042
+69086;43.36928;2.80757;94;20220419;20.3;10.3;15.3;5.2;11.69;1;4.09;21177
+69086;43.36928;2.80757;94;20220420;12.6;9.2;10.9;3.3;11.94;37.5;1.31;6959
+69086;43.36928;2.80757;94;20220421;13.1;9.7;11.4;4.4;12.34;.7;1.26;6540
+69086;43.36928;2.80757;94;20220422;18.3;10.9;14.6;3.7;12.76;.1;3.13;20240
+69086;43.36928;2.80757;94;20220423;17.1;12.5;14.8;4.7;12.04;18.1;2.62;10040
+69086;43.36928;2.80757;94;20220424;18.8;8.9;13.9;5;11.74;3.9;3.16;16746
+69086;43.36928;2.80757;94;20220425;20.5;8.4;14.5;3.4;11.44;0;4.03;25320
+69086;43.36928;2.80757;94;20220426;22.3;6.1;14.2;2.2;11.29;0;4.04;26398
+69086;43.36928;2.80757;94;20220427;21;8.4;14.7;3.8;12.39;0;3.77;22959
+69086;43.36928;2.80757;94;20220428;21.9;10.9;16.4;2.5;14.04;0;3.64;21452
+69086;43.36928;2.80757;94;20220429;24.8;14.3;19.5;3.8;15.04;.1;4.97;26228
+69086;43.36928;2.80757;94;20220430;23.6;14.4;19;4.5;13.39;0;4.86;22727
+69086;43.36928;2.80757;94;20220501;22.8;10.9;16.9;3.5;11.24;0;4.79;26176
+69086;43.36928;2.80757;94;20220502;21.2;12.1;16.6;3;12.84;0;3.81;20742
+69086;43.36928;2.80757;94;20220503;21.1;12.8;16.9;3.1;13.49;.6;3.72;20003
+69086;43.36928;2.80757;94;20220504;21.2;10.9;16;3.5;13.84;2.2;3.56;20348
+69086;43.36928;2.80757;94;20220505;20.5;12;16.2;4.3;12.49;.2;3.89;20058
+69086;43.36928;2.80757;94;20220506;21;12.6;16.8;6.8;10.47;0;5.15;22386
+69086;43.36928;2.80757;94;20220507;23.7;14;18.8;7.5;11.37;0;5.97;23929
+69086;43.36928;2.80757;94;20220508;24.4;15.7;20;5;12.8;.3;5.42;22726
+69086;43.36928;2.80757;94;20220509;24.8;12.8;18.8;1.7;13.67;.1;4.63;26725
+69086;43.36928;2.80757;94;20220510;25.5;11.4;18.5;1.8;13.74;0;4.83;28430
+69086;43.36928;2.80757;94;20220511;24.7;11.3;18;2.8;14.17;0;4.89;28316
+69086;43.36928;2.80757;94;20220512;22.7;14.2;18.5;3.5;14.84;0;4.28;22688
+69086;43.36928;2.80757;94;20220513;27.3;12.8;20;2.3;14.14;0;5.38;29060
+69086;43.36928;2.80757;94;20220514;27.5;14.6;21;2.3;15.7;0;5.32;28200
+69086;43.36928;2.80757;94;20220515;23.3;16.1;19.7;4.5;16.4;.1;4.3;21394
+69086;43.36928;2.80757;94;20220516;26.8;16;21.4;2.7;16.3;.1;5.17;26106
+69086;43.36928;2.80757;94;20220517;26.9;14.1;20.5;1.8;16.64;0;5.05;28347
+69086;43.36928;2.80757;94;20220518;32;17.1;24.6;3.4;16.94;0;6.89;29947
+69086;43.36928;2.80757;94;20220519;24.1;18.6;21.3;4.6;19.14;.1;4.04;19096
+69086;43.36928;2.80757;94;20220520;26.1;17.6;21.8;4.8;18;0;5.09;23628
+69086;43.36928;2.80757;94;20220521;28;15.6;21.8;2;17.97;.1;5.32;28492
+69086;43.36928;2.80757;94;20220522;28.4;16.5;22.5;2.1;19.5;0;5.32;28081
+69086;43.36928;2.80757;94;20220523;24;19;21.5;4.7;17.1;.1;4.44;18364
+69086;43.36928;2.80757;94;20220524;18.2;15;16.6;6.3;12.57;2.4;3.6;15002
+69086;43.36928;2.80757;94;20220525;22.4;13.1;17.8;8.1;11.2;0;5.76;24891
+69086;43.36928;2.80757;94;20220526;23.1;14.2;18.7;7.8;11.9;0;5.94;24708
+69086;43.36928;2.80757;94;20220527;27.2;16;21.6;7;13.5;0;6.95;27765
+69086;43.36928;2.80757;94;20220528;28;17.3;22.6;6.3;12.94;0;7.36;27111
+69086;43.36928;2.80757;94;20220529;28.5;15.8;22.1;4.2;9.04;0;7.47;29648
+69086;43.36928;2.80757;94;20220530;26.4;12;19.2;1.8;10.44;1.8;5.58;30391
+69086;43.36928;2.80757;94;20220531;27.3;15.6;21.5;2;14.37;.1;5.54;28479
+69086;43.36928;2.80757;94;20220601;25.6;14.7;20.1;2.7;17.04;0;5.01;27713
+69086;43.36928;2.80757;94;20220602;24.9;18.6;21.8;3.3;18.5;0;4.49;21413
+69086;43.36928;2.80757;94;20220603;27.2;18.7;22.9;3.3;19.24;0;5.19;24619
+69086;43.36928;2.80757;94;20220604;28.2;19.7;24;3.6;19.9;0;5.5;24748
+69086;43.36928;2.80757;94;20220605;27.3;19;23.2;5.2;17.1;0;5.94;24341
+69086;43.36928;2.80757;94;20220606;30.7;16.3;23.5;2.9;15.84;.8;6.66;31231
+69086;43.36928;2.80757;94;20220607;26.2;17.8;22;4.4;16.67;0;5.48;24735
+69086;43.36928;2.80757;94;20220608;25.1;16.3;20.7;4.5;15.27;.6;5.39;25132
+69086;43.36928;2.80757;94;20220609;23.8;15.7;19.8;7.1;12.07;0;6.19;23766
+69086;43.36928;2.80757;94;20220610;31.4;17.4;24.4;5.3;12.87;0;8.5;31485
+69086;43.36928;2.80757;94;20220611;35.2;18.4;26.8;2.4;12.84;0;7.58;31542
+69086;43.36928;2.80757;94;20220612;34.3;20.4;27.3;3.3;15.44;1.2;7.84;30698
+69086;43.36928;2.80757;94;20220613;34.9;20;27.4;4.1;18.1;.1;8.21;31291
+69086;43.36928;2.80757;94;20220614;32;19.3;25.6;2.6;15.5;.1;6.91;30088
+69086;43.36928;2.80757;94;20220615;32.7;19.3;26;2.4;15.94;0;6.98;30947
+69086;43.36928;2.80757;94;20220616;37.6;18.4;28;1.9;17.67;0;7.33;31653
+69086;43.36928;2.80757;94;20220617;39.4;22.5;31;2.3;17.04;0;8.17;31666
+69086;43.36928;2.80757;94;20220618;31.4;20.4;25.9;2.8;18.54;0;6.46;28024
+69086;43.36928;2.80757;94;20220619;29.4;22;25.7;5.8;22.57;0;5.86;23155
+69086;43.36928;2.80757;94;20220620;26.3;21.4;23.9;4.6;22.64;0;4.3;18843
+69086;43.36928;2.80757;94;20220621;28.4;22.2;25.3;3.2;23.7;1.1;4.81;21334
+69086;43.36928;2.80757;94;20220622;29.3;20.1;24.7;3.1;22.64;6.7;5.46;25884
+69086;43.36928;2.80757;94;20220623;28.4;19.8;24.1;3.5;21.6;16.3;5.28;24597
+69086;43.36928;2.80757;94;20220624;27.1;17.8;22.5;3.3;16.9;1.9;5.54;26155
+69086;43.36928;2.80757;94;20220625;27.4;16.5;21.9;2.5;17.94;1.6;5.44;28096
+69086;43.36928;2.80757;94;20220626;24.4;18;21.2;3.9;18.51;.3;4.68;21314
+69086;43.36928;2.80757;94;20220627;24.4;16.8;20.6;5.5;15.68;0;4.73;21225
+69086;43.36928;2.80757;94;20220628;28.6;17.3;22.9;6.4;13.9;0;7.39;28610
+69086;43.36928;2.80757;94;20220629;32.4;16.6;24.5;3.4;14.4;.8;7.48;31571
+69086;43.36928;2.80757;94;20220630;23.5;18.2;20.8;6;16.2;0;4.8;19474
+69086;43.36928;2.80757;94;20220701;27;15.5;21.3;5.5;11.97;0;7.05;28782
+69086;43.36928;2.80757;94;20220702;29.1;15;22.1;2.6;12.7;0;6.36;30349
+69086;43.36928;2.80757;94;20220703;33.9;16.9;25.4;3.3;15.64;.1;7.58;31438
+69086;43.36928;2.80757;94;20220704;31.1;19.8;25.4;6.1;18.4;0;7.5;28427
+69086;43.36928;2.80757;94;20220705;32.4;20.7;26.5;6;17.44;0;8.19;29025
+69086;43.36928;2.80757;94;20220706;31;21.2;26.1;4.8;13.67;0;7.78;26565
+69086;43.36928;2.80757;94;20220707;30.7;19.2;25;7.5;14.44;0;8.58;28522
+69086;43.36928;2.80757;94;20220708;32;20.3;26.1;7.3;13.8;0;9.23;28708
+69086;43.36928;2.80757;94;20220709;34.8;19;26.9;4.6;12.74;0;8.89;31147
+69086;43.36928;2.80757;94;20220710;36.4;21.1;28.7;3.4;12.6;0;8.6;31088
+69086;43.36928;2.80757;94;20220711;32.6;18.3;25.4;2.1;15.27;0;6.63;30211
+69086;43.36928;2.80757;94;20220712;34.2;18.2;26.2;1.7;18.34;0;6.58;30961
+69086;43.36928;2.80757;94;20220713;33;18.9;26;1.9;19.17;0;6.46;30644
+69086;43.36928;2.80757;94;20220714;34.4;20.6;27.5;1.7;22.2;0;6.32;29505
+69086;43.36928;2.80757;94;20220715;38.7;21.2;29.9;3.8;15.44;0;9.19;30749
+69086;43.36928;2.80757;94;20220716;37.8;21.5;29.6;2.1;14.5;0;7.47;30387
+69086;43.36928;2.80757;94;20220717;35;19.5;27.2;1.8;16.64;0;6.75;30308
+69086;43.36928;2.80757;94;20220718;34;20;27;2.7;20.24;0;6.88;29991
+69086;43.36928;2.80757;94;20220719;30.4;22.5;26.4;3.8;23.4;0;5.52;23147
+69086;43.36928;2.80757;94;20220720;32.7;22.9;27.8;4.3;18.67;0;7.24;25742
+69086;43.36928;2.80757;94;20220721;37.1;21.5;29.3;3.2;16.07;0;8.21;30247
+69086;43.36928;2.80757;94;20220722;35.8;21.6;28.7;3.2;17.3;2.2;7.75;29563
+69086;43.36928;2.80757;94;20220723;31.6;21.1;26.3;5.8;16.37;0;7.54;26289
+69086;43.36928;2.80757;94;20220724;33.5;20.9;27.2;2.4;17.17;0;6.63;28414
+69086;43.36928;2.80757;94;20220725;30.4;20.9;25.7;5.8;19.27;.5;6.55;24502
+69086;43.36928;2.80757;94;20220726;29.9;20.8;25.4;6.4;14.7;0;7.62;24232
+69086;43.36928;2.80757;94;20220727;31.6;18.4;25;5.6;12.77;0;8.29;28669
+69086;43.36928;2.80757;94;20220728;32.3;18.5;25.4;3.8;13.6;.1;7.52;29031
+69086;43.36928;2.80757;94;20220729;29.6;21.5;25.5;4.4;17.8;3.3;6.23;22656
+69086;43.36928;2.80757;94;20220730;33.2;20.9;27.1;5.4;16.8;0;8.07;27644
+69086;43.36928;2.80757;94;20220731;35.9;22.4;29.1;4.5;15.1;0;8.68;28606
+69086;43.36928;2.80757;94;20220801;37;23.3;30.2;5.6;15.1;0;9.68;28596
+69086;43.36928;2.80757;94;20220802;38.9;22.9;30.9;3.7;13.6;0;8.92;28952
+69086;43.36928;2.80757;94;20220803;33.7;21.3;27.5;2.5;18.87;0;6.44;26731
+69086;43.36928;2.80757;94;20220804;31.6;21.5;26.5;2.1;24.2;0;5.28;24628
+69086;43.36928;2.80757;94;20220805;34.7;22.2;28.4;4.7;21.6;.1;7.27;26518
+69086;43.36928;2.80757;94;20220806;35.5;22.7;29.1;5.1;18.1;0;8.35;27486
+69086;43.36928;2.80757;94;20220807;36;23.9;29.9;3;15.27;0;7.43;26374
+69086;43.36928;2.80757;94;20220808;36.3;20;28.1;2.5;13.04;0;7.14;28171
+69086;43.36928;2.80757;94;20220809;35.9;19.1;27.5;2.4;12.77;0;6.97;28033
+69086;43.36928;2.80757;94;20220810;32.9;19.1;26;2.6;18.67;0;6.14;27091
+69086;43.36928;2.80757;94;20220811;31.2;23.2;27.2;3.2;25.9;0;5.01;21310
+69086;43.36928;2.80757;94;20220812;37.9;23.3;30.6;2.2;25.47;0;6.57;27177
+69086;43.36928;2.80757;94;20220813;33.6;23.6;28.6;3.4;24.44;1;6.07;23305
+69086;43.36928;2.80757;94;20220814;30.9;23.6;27.2;3.8;23.34;2.1;5.22;19233
+69086;43.36928;2.80757;94;20220815;31.7;21;26.3;3.5;16.8;0;6.34;24046
+69086;43.36928;2.80757;94;20220816;30.8;18.6;24.7;2.8;17.37;13.2;5.72;25209
+69086;43.36928;2.80757;94;20220817;26.2;19.2;22.7;4;18.74;1.3;4.51;19408
+69086;43.36928;2.80757;94;20220818;26.5;18.2;22.4;7.2;16.34;.4;5.7;20845
+69086;43.36928;2.80757;94;20220819;27.7;19;23.4;7.5;15.94;.4;6.35;20870
+69086;43.36928;2.80757;94;20220820;32.9;20.2;26.5;4.2;15.67;0;7.09;25389
+69086;43.36928;2.80757;94;20220821;31.6;21.5;26.5;3.6;15.7;0;6.31;22524
+69086;43.36928;2.80757;94;20220822;28.5;21.3;24.9;5.9;17.27;.5;5.95;18891
+69086;43.36928;2.80757;94;20220823;33.9;21.8;27.8;4.8;17.94;.1;7.28;24193
+69086;43.36928;2.80757;94;20220824;33.1;19.2;26.2;2.1;16.64;.1;5.62;25187
+69086;43.36928;2.80757;94;20220825;33.6;20.7;27.2;3.4;18.77;.4;6.3;24615
+69086;43.36928;2.80757;94;20220826;33;22;27.5;6.1;17.94;0;7.38;22742
+69086;43.36928;2.80757;94;20220827;33.4;20.9;27.1;4.3;16.44;0;6.97;24103
+69086;43.36928;2.80757;94;20220828;32.6;18.4;25.5;2.2;16.57;0;5.45;24550
+69086;43.36928;2.80757;94;20220829;30.6;18.2;24.4;2.6;19.3;3;5.01;23463
+69086;43.36928;2.80757;94;20220830;33.5;19;26.2;2;20.6;0;5.19;24200
+69086;43.36928;2.80757;94;20220831;29.3;19.1;24.2;2.9;19.87;0;4.64;21146
+69086;43.36928;2.80757;94;20220901;33.1;20.4;26.8;4.5;18.04;.8;6.59;23311
+69086;43.36928;2.80757;94;20220902;30.3;20.1;25.2;2.8;19.14;5.7;4.84;20752
+69086;43.36928;2.80757;94;20220903;27.9;19;23.4;2.4;20.3;.1;3.96;19216
+69086;43.36928;2.80757;94;20220904;29.1;20.2;24.7;2.8;23.54;0;4;19060
+69086;43.36928;2.80757;94;20220905;28.7;23.4;26.1;4.4;26.4;1.1;3.67;14691
+69086;43.36928;2.80757;94;20220906;30.6;23.6;27.1;3.4;25.94;1.2;4.15;16597
+69086;43.36928;2.80757;94;20220907;28.8;20.4;24.6;2.6;20.57;0;4.08;18084
+69086;43.36928;2.80757;94;20220908;29.4;17.9;23.7;2.5;13.77;0;4.84;21000
+69086;43.36928;2.80757;94;20220909;26.3;17;21.7;2.9;14;.1;4.31;18673
+69086;43.36928;2.80757;94;20220910;29.5;15.7;22.6;2.8;13.64;0;5;22317
+69086;43.36928;2.80757;94;20220911;28.6;15;21.8;2.3;14.1;0;4.4;21609
+69086;43.36928;2.80757;94;20220912;26.9;17.6;22.3;2.7;19.47;.3;3.62;18290
+69086;43.36928;2.80757;94;20220913;27;23.7;25.3;4;27.24;6.8;2.58;10554
+69086;43.36928;2.80757;94;20220914;27;20.4;23.7;2.8;23.17;1;3.13;15069
+69086;43.36928;2.80757;94;20220915;31.3;18.6;25;3.3;17.34;.4;5.14;20815
+69086;43.36928;2.80757;94;20220916;27.2;19.6;23.4;5.8;15.6;0;5.24;16171
+69086;43.36928;2.80757;94;20220917;24.1;15.3;19.7;5.1;8.87;0;5.38;16998
+69086;43.36928;2.80757;94;20220918;27.8;10.5;19.2;2.6;7.67;0;4.68;21105
+69086;43.36928;2.80757;94;20220919;29.2;9.9;19.5;2.9;7.84;0;5.08;20909
+69086;43.36928;2.80757;94;20220920;28.6;11.6;20.1;3.2;8.24;0;5.05;20713
+69086;43.36928;2.80757;94;20220921;26.7;11.7;19.2;2.7;9.8;0;4.34;20335
+69086;43.36928;2.80757;94;20220922;24.9;14.1;19.5;1.7;13.04;.1;3.23;17778
+69086;43.36928;2.80757;94;20220923;22.4;12.6;17.5;2.6;16.1;17.8;2.65;16679
+69086;43.36928;2.80757;94;20220924;22.4;15.1;18.8;4;15.47;1;3.01;14465
+69086;43.36928;2.80757;94;20220925;22;13.1;17.5;5;11.94;0;3.77;15883
+69086;43.36928;2.80757;94;20220926;21.4;11.9;16.6;5.8;11.04;1.6;3.95;16235
+69086;43.36928;2.80757;94;20220927;19.8;14.4;17.1;7.9;12.24;5.4;3.73;12003
+69086;43.36928;2.80757;94;20220928;20.9;14.8;17.8;6.6;14.4;11.4;3.15;12805
+69086;43.36928;2.80757;94;20220929;19.9;13.6;16.7;5.2;12.87;2.4;2.96;12759
+69086;43.36928;2.80757;94;20220930;19.3;11.2;15.2;5.3;11;.1;3.13;14373
+69086;43.36928;2.80757;94;20221001;24.5;11.3;17.9;4.5;12.17;0;3.97;18160
+69086;43.36928;2.80757;94;20221002;27.9;14.1;21;3.3;14.5;.1;3.98;18006
+69086;43.36928;2.80757;94;20221003;26.9;14.6;20.8;3.2;13.67;0;3.81;17112
+69086;43.36928;2.80757;94;20221004;26.6;12;19.3;1.9;13.67;.1;3.08;17924
+69086;43.36928;2.80757;94;20221005;21.7;12.4;17;2.6;16.94;.7;2.06;14404
+69086;43.36928;2.80757;94;20221006;26.1;17.1;21.6;2.8;16.5;0;3.1;14263
+69086;43.36928;2.80757;94;20221007;21;13.7;17.3;1.7;15.94;.1;1.9;12402
+69086;43.36928;2.80757;94;20221008;22.6;16;19.3;1.5;16.94;1.5;2;11855
+69086;43.36928;2.80757;94;20221009;22.3;12.4;17.4;1.4;15.7;.1;2.03;14131
+69086;43.36928;2.80757;94;20221010;22.5;15.8;19.2;1.8;17.8;.1;1.92;11598
+69086;43.36928;2.80757;94;20221011;23.2;14;18.6;1.1;16.1;0;1.99;13600
+69086;43.36928;2.80757;94;20221012;25.4;13.5;19.5;1.7;14.8;1.7;2.52;15033
+69086;43.36928;2.80757;94;20221013;23.9;13.4;18.7;3;14.6;.6;2.76;14062
+69086;43.36928;2.80757;94;20221014;24.7;17.8;21.3;5;15.64;.3;3.49;11346
+69086;43.36928;2.80757;94;20221015;22.1;11.7;16.9;1.9;15.47;0;1.93;13566
+69086;43.36928;2.80757;94;20221016;23.1;18.5;20.8;4.4;20.4;2.1;1.98;8988
+69086;43.36928;2.80757;94;20221017;21.4;19.8;20.6;5.7;21.37;7.1;1.46;5252
+69086;43.36928;2.80757;94;20221018;21.4;19.4;20.4;3.2;21.44;.4;1.27;5629
+69086;43.36928;2.80757;94;20221019;21.7;19.3;20.5;3;21.64;2.9;1.27;6024
+69086;43.36928;2.80757;94;20221020;23;19.7;21.3;3.9;21.7;2.9;1.57;6517
+69086;43.36928;2.80757;94;20221021;24.3;19.6;22;2.9;18.9;.1;2.23;8544
+69086;43.36928;2.80757;94;20221022;24;15.4;19.7;2.2;17.27;.1;1.99;11326
+69086;43.36928;2.80757;94;20221023;22.4;16.1;19.3;3.4;20.17;.1;1.48;9276
+69086;43.36928;2.80757;94;20221024;26.9;18.8;22.8;1.6;19.04;.1;2.07;10873
+69086;43.36928;2.80757;94;20221025;21.4;14.6;18;2.1;15.6;0;1.69;9759
+69086;43.36928;2.80757;94;20221026;22.4;17.3;19.9;2.3;19.17;0;1.55;8260
+69086;43.36928;2.80757;94;20221027;23.1;18;20.5;2.2;19.84;.1;1.54;8231
+69086;43.36928;2.80757;94;20221028;23.1;17.8;20.5;3.1;19.14;0;1.79;8432
+69086;43.36928;2.80757;94;20221029;21.2;15.8;18.5;3;17.87;.1;1.45;8377
+69086;43.36928;2.80757;94;20221030;22.5;17.1;19.8;3.7;18.67;.8;1.76;8251
+69086;43.36928;2.80757;94;20221031;23.2;18.8;21;4.4;19.4;3.4;2.02;7270
+69086;43.36928;2.80757;94;20221101;23.3;15.7;19.5;3.5;15.14;0;2.34;9577
+69086;43.36928;2.80757;94;20221102;23.5;14.3;18.9;2.1;11.94;0;2.13;10310
+69086;43.36928;2.80757;94;20221103;18.3;11;14.7;4.4;12.4;2.9;1.83;8953
+69086;43.36928;2.80757;94;20221104;14;11.1;12.6;7.6;9.9;3.5;2.26;5650
+69086;43.36928;2.80757;94;20221105;16.4;9.3;12.9;6;7.77;0;2.83;8710
+69086;43.36928;2.80757;94;20221106;18.9;3.8;11.4;1.6;8.24;0;1.39;12045
+69086;43.36928;2.80757;94;20221107;20.1;7.1;13.6;2.8;11.24;0;1.68;11343
+69086;43.36928;2.80757;94;20221108;20.3;15;17.7;4.5;16.14;.1;1.58;7348
+69086;43.36928;2.80757;94;20221109;21;16.1;18.5;3.1;16.04;.6;1.64;7035
+69086;43.36928;2.80757;94;20221110;19.2;11.7;15.4;3.8;11.37;.2;1.95;8595
+69086;43.36928;2.80757;94;20221111;19.1;10.5;14.8;2.4;13.94;.6;1.15;8920
+69086;43.36928;2.80757;94;20221112;20.6;14.3;17.4;2.4;14.94;.1;1.37;7737
+69086;43.36928;2.80757;94;20221113;18.5;8.9;13.7;1.6;13;2.4;.95;9321
+69086;43.36928;2.80757;94;20221114;17.9;14.1;16;3.3;14.97;.5;1.17;5619
+69086;43.36928;2.80757;94;20221115;18.1;14.2;16.1;2.9;14.57;1.1;1.19;5700
+69086;43.36928;2.80757;94;20221116;20.3;11.7;16;2.9;11.3;0;1.82;8521
+69086;43.36928;2.80757;94;20221117;20.7;9.7;15.2;3.4;11.6;10.3;1.83;9437
+69086;43.36928;2.80757;94;20221118;15.4;10.6;13;5.4;10.24;1.4;1.8;6241
+69086;43.36928;2.80757;94;20221119;12.2;7.7;9.9;6.5;8.97;.7;1.48;5981
+69086;43.36928;2.80757;94;20221120;15.1;6.9;11;5.1;8.64;1.1;1.74;7938
+69086;43.36928;2.80757;94;20221121;10.8;8;9.4;3.4;9.87;13.6;.78;4536
+69086;43.36928;2.80757;94;20221122;11.6;7.2;9.4;7.9;8.5;7.5;1.67;5606
+69086;43.36928;2.80757;94;20221123;17.2;7.8;12.5;3.1;10.57;5.9;1.24;8246
+69086;43.36928;2.80757;94;20221124;15.5;6.8;11.1;2;9.87;0;.88;7868
+69086;43.36928;2.80757;94;20221125;14.7;7.9;11.3;4.5;10.1;3.2;1.28;6826
+69086;43.36928;2.80757;94;20221126;15.8;8.7;12.2;4.3;8.4;0;1.73;7053
+69086;43.36928;2.80757;94;20221127;13.1;2.5;7.8;2.1;8.47;3.6;.73;8387
+69086;43.36928;2.80757;94;20221128;12.4;10.1;11.2;4.9;10.9;8.5;1;3900
+69086;43.36928;2.80757;94;20221129;12.7;8;10.4;5.4;8.54;.4;1.58;5539
+69086;43.36928;2.80757;94;20221130;12.5;4.5;8.5;3.8;7.67;0;1.16;7270
+69086;43.36928;2.80757;94;20221201;8;3.1;5.5;4.5;7.57;0;.68;5589
+69086;43.36928;2.80757;94;20221202;10.7;1.8;6.2;2.3;7;.2;.76;7431
+69086;43.36928;2.80757;94;20221203;8.5;4.3;6.4;1.6;8;2.3;.52;5075
+69086;43.36928;2.80757;94;20221204;11.4;6.6;9;2.6;8.1;0;.97;5384
+69086;43.36928;2.80757;94;20221205;12;-.2;5.9;1.5;6.3;.1;.63;8501
+69086;43.36928;2.80757;94;20221206;13.4;2.2;7.8;1.1;6.94;.1;.55;8094
+69086;43.36928;2.80757;94;20221207;16.2;7.2;11.7;2.1;7.74;0;1.18;7304
+69086;43.36928;2.80757;94;20221208;7;2.8;4.9;1.9;7.67;1.7;.42;4904
+69086;43.36928;2.80757;94;20221209;15.5;6.7;11.1;2.5;10.97;0;.74;7033
+69086;43.36928;2.80757;94;20221210;6.2;7.2;6.7;6.5;7.34;.1;1.19;0
+69086;43.36928;2.80757;94;20221211;6.6;-2.3;2.2;2.8;4.17;0;.91;7151
+69086;43.36928;2.80757;94;20221212;8.1;.1;4.1;3.1;5.64;5;.85;6597
+69086;43.36928;2.80757;94;20221213;7.1;3;5.1;2;8.67;3.9;.22;4869
+69086;43.36928;2.80757;94;20221214;12;7.3;9.7;2.3;11.67;3.3;.32;4942
+69086;43.36928;2.80757;94;20221215;13;10.2;11.6;3.5;12.34;8.8;.6;3906
+69086;43.36928;2.80757;94;20221216;14.7;9.4;12;2.8;11.27;.2;.85;5472
+69086;43.36928;2.80757;94;20221217;11.2;5.3;8.2;3.3;8.34;.1;.8;5706
+69086;43.36928;2.80757;94;20221218;11.4;4.7;8;3;8.9;2;.66;6142
+69086;43.36928;2.80757;94;20221219;15.9;11.6;13.8;5.2;13.3;1.4;1;4673
+69086;43.36928;2.80757;94;20221220;14.5;11.8;13.1;4.3;13.74;0;.69;3561
+69086;43.36928;2.80757;94;20221221;18.1;12.2;15.2;3.1;12.07;.1;1.3;5644
+69086;43.36928;2.80757;94;20221222;19.3;9.7;14.5;3;11.74;2.4;1.24;7176
+69086;43.36928;2.80757;94;20221223;21.4;14;17.7;2.4;12.97;.1;1.39;6314
+69086;43.36928;2.80757;94;20221224;19.6;10.4;15;2.1;11.24;.2;1.1;7025
+69086;43.36928;2.80757;94;20221225;13.8;5.9;9.9;2.3;11.7;0;.38;6428
+69086;43.36928;2.80757;94;20221226;17.4;12.7;15.1;1.9;13;.1;.88;5062
+69086;43.36928;2.80757;94;20221227;16.8;8.5;12.7;1.9;11.2;.2;.79;6761
+69086;43.36928;2.80757;94;20221228;11.5;5.6;8.6;1.4;10.2;0;.37;5620
+69086;43.36928;2.80757;94;20221229;13.7;10.4;12;1.3;11.74;0;.57;4283
+69086;43.36928;2.80757;94;20221230;15;8.5;11.7;1.5;11.3;.2;.57;5944
+69086;43.36928;2.80757;94;20221231;14.2;10.9;12.5;3;13.07;0;.6;4367
+69087;43.3904;3.11424;40;20220101;10;4;7;1.1;9.94;.1;.23;5609
+69087;43.3904;3.11424;40;20220102;11.8;8.3;10;1.4;10.61;0;.5;4187
+69087;43.3904;3.11424;40;20220103;16.8;7.4;12.1;1.7;10.31;0;.74;6999
+69087;43.3904;3.11424;40;20220104;13.3;6.9;10.1;2.8;10.71;1;.58;5788
+69087;43.3904;3.11424;40;20220105;8.9;8.4;8.7;7;5.78;0;2.36;1179
+69087;43.3904;3.11424;40;20220106;9.3;4.6;6.9;6.4;4.74;0;2.06;4861
+69087;43.3904;3.11424;40;20220107;9.5;1.9;5.7;5.7;5.91;2.9;1.33;6292
+69087;43.3904;3.11424;40;20220108;13.2;6.9;10.1;6.6;8.74;2.8;1.53;5745
+69087;43.3904;3.11424;40;20220109;11.1;9.1;10.1;5.9;8.41;8.9;1.57;2756
+69087;43.3904;3.11424;40;20220110;10.4;7;8.7;4.8;7.84;.5;1.24;3779
+69087;43.3904;3.11424;40;20220111;12.1;2.9;7.5;5.3;5.28;0;1.88;6875
+69087;43.3904;3.11424;40;20220112;10.4;-1;4.7;3.4;5.18;0;.97;7752
+69087;43.3904;3.11424;40;20220113;10.4;-3.6;3.4;1.2;4.91;0;.51;9101
+69087;43.3904;3.11424;40;20220114;12.4;-4.2;4.1;1.1;4.98;.1;.57;9745
+69087;43.3904;3.11424;40;20220115;13.5;-3;5.3;1.9;4.78;0;.93;9833
+69087;43.3904;3.11424;40;20220116;14.1;-1.1;6.5;3.8;4.68;0;1.73;9061
+69087;43.3904;3.11424;40;20220117;13.8;4.4;9.1;4.3;5.74;0;1.82;7657
+69087;43.3904;3.11424;40;20220118;11.1;-1.8;4.6;2.8;5.78;0;.77;8934
+69087;43.3904;3.11424;40;20220119;11.2;.5;5.9;4.2;6.24;.1;1.1;8525
+69087;43.3904;3.11424;40;20220120;11.5;3.7;7.6;6.2;6.14;0;1.87;7165
+69087;43.3904;3.11424;40;20220121;9.4;4.5;6.9;7.1;4.64;0;2.21;5672
+69087;43.3904;3.11424;40;20220122;11.8;-.2;5.8;3.9;4.68;0;1.51;9285
+69087;43.3904;3.11424;40;20220123;11.9;-3.2;4.3;1.3;5.41;0;.75;10404
+69087;43.3904;3.11424;40;20220124;11.8;1.2;6.5;1.4;6.58;0;.77;8956
+69087;43.3904;3.11424;40;20220125;13.3;0;6.6;1.5;7.01;0;.81;10257
+69087;43.3904;3.11424;40;20220126;17.6;-1.1;8.2;2.7;5.94;0;1.56;11016
+69087;43.3904;3.11424;40;20220127;15.7;1;8.4;4;5.58;0;1.98;10236
+69087;43.3904;3.11424;40;20220128;13.9;4.3;9.1;6.5;5.31;0;2.43;8907
+69087;43.3904;3.11424;40;20220129;16.8;1.9;9.3;5.5;5.24;0;2.43;10404
+69087;43.3904;3.11424;40;20220130;15.3;5.5;10.4;5.7;6.78;0;2.15;9581
+69087;43.3904;3.11424;40;20220131;12.2;3;7.6;9;7.08;.3;1.88;9175
+69087;43.3904;3.11424;40;20220201;10.6;5.8;8.2;9.2;6.18;0;2.4;6559
+69087;43.3904;3.11424;40;20220202;15;9.5;12.2;8.8;8.34;0;2.59;7160
+69087;43.3904;3.11424;40;20220203;15.4;2.2;8.8;2.5;7.58;0;1.3;11395
+69087;43.3904;3.11424;40;20220204;15.4;8.6;12;5.1;8.94;0;2.06;8274
+69087;43.3904;3.11424;40;20220205;15.2;8.7;12;5.1;7.88;0;2.22;7735
+69087;43.3904;3.11424;40;20220206;11.8;4.1;7.9;6.1;6.61;.4;1.96;8985
+69087;43.3904;3.11424;40;20220207;15.1;9.2;12.2;7.8;8.18;.5;2.74;7807
+69087;43.3904;3.11424;40;20220208;15.5;4.2;9.9;2.4;5.78;0;1.77;11129
+69087;43.3904;3.11424;40;20220209;12.7;1.1;6.9;2.2;7.64;0;1.12;11391
+69087;43.3904;3.11424;40;20220210;11;8.6;9.8;2.2;9.49;0;1.53;9222
+69087;43.3904;3.11424;40;20220211;16;6.1;11;4;9.35;0;1.79;8961
+69087;43.3904;3.11424;40;20220212;12.4;-1;5.7;2.5;7.79;3;1.06;9933
+69087;43.3904;3.11424;40;20220213;16.2;5.8;11;4.3;10;3.6;1.8;11551
+69087;43.3904;3.11424;40;20220214;12.9;10.4;11.6;5.5;9.79;.8;1.83;4774
+69087;43.3904;3.11424;40;20220215;13.8;6.2;10;7;7.99;0;2.4;10562
+69087;43.3904;3.11424;40;20220216;15.8;7.8;11.8;6.3;9.91;1.1;1.97;10297
+69087;43.3904;3.11424;40;20220217;18.9;13.2;16.1;6.7;11.38;.1;2.78;8405
+69087;43.3904;3.11424;40;20220218;19.4;6;12.7;3.2;10.61;0;2.07;13907
+69087;43.3904;3.11424;40;20220219;13.1;9.8;11.5;6;7.28;0;2.48;6713
+69087;43.3904;3.11424;40;20220220;15.9;6.6;11.2;5.5;7.91;.2;2.48;11932
+69087;43.3904;3.11424;40;20220221;15;10.1;12.5;9.7;7.98;1;3.46;8383
+69087;43.3904;3.11424;40;20220222;15.4;9.6;12.5;8;7.64;0;3.33;9600
+69087;43.3904;3.11424;40;20220223;18.8;8.1;13.4;2.7;8.21;0;2.39;13482
+69087;43.3904;3.11424;40;20220224;16.8;7.3;12;3.3;9.98;0;1.95;12641
+69087;43.3904;3.11424;40;20220225;14;9.1;11.5;5.9;6.34;0;3.03;8786
+69087;43.3904;3.11424;40;20220226;13.6;3.9;8.8;3.5;5.24;0;2.45;13291
+69087;43.3904;3.11424;40;20220227;14.2;1.6;7.9;2.7;7.21;0;1.84;14579
+69087;43.3904;3.11424;40;20220228;16.2;4.5;10.4;2.5;8.11;0;2.07;14585
+69087;43.3904;3.11424;40;20220301;13.1;4.9;9;3.7;7.94;.2;1.94;11700
+69087;43.3904;3.11424;40;20220302;10.4;5.9;8.2;3;9.51;1.6;1.01;8660
+69087;43.3904;3.11424;40;20220303;16.4;4.6;10.5;2.4;9.41;0;1.95;14908
+69087;43.3904;3.11424;40;20220304;16;6.5;11.2;6.1;9.58;0;2.19;12408
+69087;43.3904;3.11424;40;20220305;15.2;6.7;11;5.6;8.04;0;2.42;12296
+69087;43.3904;3.11424;40;20220306;13.8;4.2;9;2.9;6.81;0;2.03;13795
+69087;43.3904;3.11424;40;20220307;12.2;-.7;5.7;2;6.04;0;1.77;16613
+69087;43.3904;3.11424;40;20220308;11.9;3.6;7.7;3.2;8.04;2.6;1.63;13097
+69087;43.3904;3.11424;40;20220309;13.6;8;10.8;3.1;10.44;1.4;1.56;11166
+69087;43.3904;3.11424;40;20220310;13.9;9.7;11.8;4.4;11.34;3.7;1.56;9559
+69087;43.3904;3.11424;40;20220311;12.8;10.8;11.8;6.3;11.31;52.6;1.43;6184
+69087;43.3904;3.11424;40;20220312;10.6;10.4;10.5;7.1;11.41;98.2;.78;1262
+69087;43.3904;3.11424;40;20220313;11.5;9.8;10.6;6.3;10.28;14.5;1.52;6577
+69087;43.3904;3.11424;40;20220314;12.4;5.3;8.8;5.5;11.14;1.4;.96;13478
+69087;43.3904;3.11424;40;20220315;13.2;12.4;12.8;5.6;12.64;0;1.17;4409
+69087;43.3904;3.11424;40;20220316;14.1;11.8;13;2.7;12.51;0;1.33;7385
+69087;43.3904;3.11424;40;20220317;16.1;9.3;12.7;2.1;12.01;1.4;1.78;13451
+69087;43.3904;3.11424;40;20220318;15.2;10.6;12.9;2.7;12.39;.7;1.75;11812
+69087;43.3904;3.11424;40;20220319;12.7;9.8;11.2;1.6;11.1;0;1.21;6637
+69087;43.3904;3.11424;40;20220320;12.7;6.7;9.7;5.7;10.99;.7;1.21;8813
+69087;43.3904;3.11424;40;20220321;13.5;11.2;12.3;5.5;9.89;4.4;2.17;5099
+69087;43.3904;3.11424;40;20220322;15.2;6.2;10.7;4.2;8.49;0;2.79;18397
+69087;43.3904;3.11424;40;20220323;15.1;3.7;9.4;3.2;8.29;0;2.59;20275
+69087;43.3904;3.11424;40;20220324;16.2;2;9.1;2.2;7.59;0;2.66;21362
+69087;43.3904;3.11424;40;20220325;17.1;4.1;10.6;2.5;7.49;0;2.89;19644
+69087;43.3904;3.11424;40;20220326;15.7;8.4;12;2.1;11.15;0;2.05;14598
+69087;43.3904;3.11424;40;20220327;19.4;7.3;13.3;1.7;7.89;0;3.15;21651
+69087;43.3904;3.11424;40;20220328;19.8;5.1;12.4;2.8;8.29;0;3.47;22161
+69087;43.3904;3.11424;40;20220329;16.5;8.1;12.3;3.8;12.09;4.5;2.1;14810
+69087;43.3904;3.11424;40;20220330;16.8;9.7;13.2;3.6;11.59;.8;2.52;16054
+69087;43.3904;3.11424;40;20220331;17;8.5;12.7;6.6;9.09;.5;3.6;17698
+69087;43.3904;3.11424;40;20220401;9.5;4.8;7.1;11;5.49;.2;3.31;15482
+69087;43.3904;3.11424;40;20220402;9.5;2.1;5.8;6;5.29;0;2.31;11490
+69087;43.3904;3.11424;40;20220403;10.6;4.2;7.4;8.6;4.81;0;3.43;19625
+69087;43.3904;3.11424;40;20220404;14;2.9;8.5;3.9;4.95;.1;3.69;23050
+69087;43.3904;3.11424;40;20220405;18.4;6.1;12.3;6;5.55;0;5.04;23442
+69087;43.3904;3.11424;40;20220406;18.2;6.2;12.2;4.1;9.29;0;3.18;17337
+69087;43.3904;3.11424;40;20220407;22.2;10.6;16.4;6.3;10.69;0;4.79;20744
+69087;43.3904;3.11424;40;20220408;20.5;12.8;16.6;6.4;11.69;0;4.35;19977
+69087;43.3904;3.11424;40;20220409;17;7.1;12;6.4;6.79;0;4.34;18939
+69087;43.3904;3.11424;40;20220410;16.1;3;9.5;4;7.49;.1;3.45;24658
+69087;43.3904;3.11424;40;20220411;16.2;8.4;12.3;6.7;12.09;.3;2.2;14124
+69087;43.3904;3.11424;40;20220412;15.9;9.8;12.8;5.4;12.09;.6;2.29;13800
+69087;43.3904;3.11424;40;20220413;17.7;11.3;14.5;3.2;10.99;0;3.2;18381
+69087;43.3904;3.11424;40;20220414;24.7;7.9;16.3;3;10.49;0;4.65;25384
+69087;43.3904;3.11424;40;20220415;24.2;12.4;18.3;4.9;12.79;0;4.47;20050
+69087;43.3904;3.11424;40;20220416;23.6;14.2;18.9;7.7;12.56;0;5.02;19996
+69087;43.3904;3.11424;40;20220417;21.4;13.6;17.5;6.2;11.85;0;4.7;22393
+69087;43.3904;3.11424;40;20220418;23.5;8.4;15.9;4;10.49;0;4.87;26084
+69087;43.3904;3.11424;40;20220419;24.1;9.8;16.9;5;11.49;.9;5.19;26255
+69087;43.3904;3.11424;40;20220420;15.6;9.9;12.7;4.1;12.79;34.9;1.86;11319
+69087;43.3904;3.11424;40;20220421;14.8;10.4;12.6;4.9;12.79;.4;1.69;9880
+69087;43.3904;3.11424;40;20220422;19.9;10.1;15;4.7;12.89;.1;3.84;25513
+69087;43.3904;3.11424;40;20220423;16.4;13.2;14.8;4.3;12.39;12.7;2.51;10781
+69087;43.3904;3.11424;40;20220424;19.7;9.3;14.5;4.7;11.79;3.3;3.68;21492
+69087;43.3904;3.11424;40;20220425;22;7.9;14.9;3.4;11.49;0;4.37;27240
+69087;43.3904;3.11424;40;20220426;19.4;7.6;13.5;1.9;11.39;0;3.78;27397
+69087;43.3904;3.11424;40;20220427;20.6;8.6;14.6;3.3;12.99;0;3.93;27518
+69087;43.3904;3.11424;40;20220428;23.5;11.9;17.7;2.6;13.79;0;4.54;27204
+69087;43.3904;3.11424;40;20220429;26;13.9;19.9;3.2;15.19;.1;5.17;27857
+69087;43.3904;3.11424;40;20220430;25.4;14;19.7;3.4;13.29;0;5.06;24354
+69087;43.3904;3.11424;40;20220501;24.2;9.6;16.9;2.4;10.49;0;4.92;28152
+69087;43.3904;3.11424;40;20220502;22.3;12.2;17.2;2.8;12.69;0;4.16;22784
+69087;43.3904;3.11424;40;20220503;21.9;13.3;17.6;3;13.39;.6;4.35;24807
+69087;43.3904;3.11424;40;20220504;22.8;9.8;16.3;3;13.89;2.2;3.96;23597
+69087;43.3904;3.11424;40;20220505;20.7;12.5;16.6;4.1;12.19;.2;4.17;21616
+69087;43.3904;3.11424;40;20220506;22;13.2;17.6;6.5;10.31;0;5.33;22492
+69087;43.3904;3.11424;40;20220507;24.8;16;20.4;6.9;10.88;0;6.17;22718
+69087;43.3904;3.11424;40;20220508;24.2;16;20.1;4.5;12.28;.3;5.27;21948
+69087;43.3904;3.11424;40;20220509;24.5;12.2;18.4;1.5;13.71;0;4.54;27214
+69087;43.3904;3.11424;40;20220510;25;11.4;18.2;1.7;13.44;0;4.76;28323
+69087;43.3904;3.11424;40;20220511;24.1;11.1;17.6;3;14.01;0;4.8;28326
+69087;43.3904;3.11424;40;20220512;22.3;14.6;18.4;3.7;14.81;0;4.2;22080
+69087;43.3904;3.11424;40;20220513;26.1;13.1;19.6;2.1;14.04;0;5.18;28253
+69087;43.3904;3.11424;40;20220514;27.2;14.2;20.7;2;15.61;0;5.23;28486
+69087;43.3904;3.11424;40;20220515;23.4;15.7;19.6;4.3;16.41;0;4.33;22012
+69087;43.3904;3.11424;40;20220516;25.8;16.5;21.2;2.8;16.21;0;4.96;24794
+69087;43.3904;3.11424;40;20220517;27;13.9;20.4;1.6;16.18;0;5.14;29103
+69087;43.3904;3.11424;40;20220518;32.1;15.5;23.8;2.7;17.11;0;6.48;30096
+69087;43.3904;3.11424;40;20220519;24.7;18.7;21.7;4.1;19.21;.1;4.14;19663
+69087;43.3904;3.11424;40;20220520;26;17.3;21.7;4.4;17.94;0;5.09;23868
+69087;43.3904;3.11424;40;20220521;28.1;15.4;21.8;1.9;17.71;.1;5.35;28935
+69087;43.3904;3.11424;40;20220522;27.9;16.2;22.1;2.1;19.34;0;5.25;27988
+69087;43.3904;3.11424;40;20220523;25.7;19;22.3;4;17.31;0;4.71;20183
+69087;43.3904;3.11424;40;20220524;19.4;15.9;17.6;5.4;12.38;2.8;3.72;14944
+69087;43.3904;3.11424;40;20220525;23.9;15.1;19.5;7.5;10.84;0;6.14;24066
+69087;43.3904;3.11424;40;20220526;25;15.7;20.3;7.3;11.58;0;6.4;24754
+69087;43.3904;3.11424;40;20220527;29.5;17.3;23.4;6.1;13.38;0;7.28;28321
+69087;43.3904;3.11424;40;20220528;28.9;18.1;23.5;5.4;12.64;0;7.26;27387
+69087;43.3904;3.11424;40;20220529;28.8;15.7;22.3;3.8;8.84;0;7.29;29606
+69087;43.3904;3.11424;40;20220530;26.4;11.2;18.8;1.9;10.34;1;5.63;31117
+69087;43.3904;3.11424;40;20220531;26.9;15.5;21.2;2;14.01;.1;5.43;28102
+69087;43.3904;3.11424;40;20220601;25.5;13.6;19.5;2.6;16.31;0;5.07;28529
+69087;43.3904;3.11424;40;20220602;25.7;18.8;22.3;3.4;18.48;0;4.59;21490
+69087;43.3904;3.11424;40;20220603;27.7;18.4;23.1;3.3;18.88;0;5.3;25001
+69087;43.3904;3.11424;40;20220604;27.8;19.8;23.8;3.6;20.01;0;5.31;23876
+69087;43.3904;3.11424;40;20220605;28.9;18.8;23.8;4.2;17.21;0;5.99;25821
+69087;43.3904;3.11424;40;20220606;30.7;16.5;23.6;2.6;15.68;1;6.57;31178
+69087;43.3904;3.11424;40;20220607;27.2;17.4;22.3;3.7;16.21;0;5.54;25786
+69087;43.3904;3.11424;40;20220608;25.4;16.7;21.1;4;14.84;.1;5.31;24953
+69087;43.3904;3.11424;40;20220609;24.2;16.5;20.4;7.2;11.91;0;6.37;23178
+69087;43.3904;3.11424;40;20220610;32.5;17.1;24.8;4.9;12.91;0;8.41;31649
+69087;43.3904;3.11424;40;20220611;34.7;16.6;25.7;2;12.84;0;7.12;31706
+69087;43.3904;3.11424;40;20220612;34.4;18.9;26.7;2.7;14.88;.6;7.5;31320
+69087;43.3904;3.11424;40;20220613;35;19.3;27.2;3.3;17.71;.2;7.77;31456
+69087;43.3904;3.11424;40;20220614;32.3;18.2;25.2;2.5;15.71;.1;6.96;31255
+69087;43.3904;3.11424;40;20220615;33;19.3;26.1;2.5;15.28;0;7.18;31277
+69087;43.3904;3.11424;40;20220616;35.8;17.6;26.7;1.9;17.18;0;7.16;31819
+69087;43.3904;3.11424;40;20220617;38.6;20.9;29.7;2.1;16.88;0;7.86;31831
+69087;43.3904;3.11424;40;20220618;31.4;19.8;25.6;2.6;17.88;0;6.47;28797
+69087;43.3904;3.11424;40;20220619;29.2;21.2;25.2;5.2;22.14;0;5.85;23831
+69087;43.3904;3.11424;40;20220620;27.4;20.7;24.1;4.3;22.14;0;4.72;21100
+69087;43.3904;3.11424;40;20220621;29.3;22.3;25.8;3.2;23.68;1.1;4.98;21969
+69087;43.3904;3.11424;40;20220622;29.6;20.6;25.1;3;22.91;3.5;5.4;25330
+69087;43.3904;3.11424;40;20220623;28.1;21.5;24.8;3.1;22.61;9.9;4.82;22003
+69087;43.3904;3.11424;40;20220624;28.2;17.8;23;2.3;16.94;1.3;5.5;26891
+69087;43.3904;3.11424;40;20220625;27.6;16.4;22;2.4;17.84;3.6;5.41;28377
+69087;43.3904;3.11424;40;20220626;25.9;18.6;22.3;3.5;19.68;0;5.63;27000
+69087;43.3904;3.11424;40;20220627;27.5;17.5;22.5;5.1;15.81;0;5.83;26130
+69087;43.3904;3.11424;40;20220628;29.9;17.7;23.8;5.6;13.84;0;7.47;29114
+69087;43.3904;3.11424;40;20220629;32.6;16.4;24.5;2.9;14.38;1;7.22;31736
+69087;43.3904;3.11424;40;20220630;26.1;18.3;22.2;4.7;16.74;0;5.17;22594
+69087;43.3904;3.11424;40;20220701;28.3;16.3;22.3;4.8;11.57;0;7.24;29572
+69087;43.3904;3.11424;40;20220702;29;13.8;21.4;2.3;12.47;.1;6.27;31594
+69087;43.3904;3.11424;40;20220703;33.7;16.2;24.9;2.9;15.61;.3;7.23;31556
+69087;43.3904;3.11424;40;20220704;32.5;20.3;26.4;5.5;18.61;.1;7.76;29756
+69087;43.3904;3.11424;40;20220705;33.7;20.9;27.3;5.3;17.44;0;8.32;29966
+69087;43.3904;3.11424;40;20220706;33;21.6;27.3;4.2;13.18;0;7.87;27743
+69087;43.3904;3.11424;40;20220707;31.8;20.3;26;6.8;13.48;.1;8.7;28317
+69087;43.3904;3.11424;40;20220708;33.6;21.3;27.4;6.9;13.11;0;9.51;28871
+69087;43.3904;3.11424;40;20220709;35.1;17.4;26.3;3.6;12.44;0;8.1;31308
+69087;43.3904;3.11424;40;20220710;35.9;18.7;27.3;2.7;12.44;.1;7.93;31249
+69087;43.3904;3.11424;40;20220711;32.3;18.2;25.3;2;14.84;0;6.59;30618
+69087;43.3904;3.11424;40;20220712;33.9;17.6;25.8;1.6;17.94;0;6.52;31121
+69087;43.3904;3.11424;40;20220713;32.3;17.8;25.1;1.8;18.64;0;6.35;31024
+69087;43.3904;3.11424;40;20220714;33.9;19.8;26.8;1.5;21.91;0;6.37;30492
+69087;43.3904;3.11424;40;20220715;39.5;19.6;29.5;2.8;16.64;0;8.28;30906
+69087;43.3904;3.11424;40;20220716;37.6;19.9;28.7;1.8;14.21;0;7.29;30829
+69087;43.3904;3.11424;40;20220717;34.7;19;26.8;1.7;15.78;0;6.72;30749
+69087;43.3904;3.11424;40;20220718;33.8;20;26.9;2.3;19.58;0;6.76;30101
+69087;43.3904;3.11424;40;20220719;31.6;20.7;26.2;3.3;22.21;.1;5.9;25824
+69087;43.3904;3.11424;40;20220720;34.3;21.8;28;3.7;18.34;0;7.31;27498
+69087;43.3904;3.11424;40;20220721;37.7;22.4;30.1;3;16.01;0;8.13;30400
+69087;43.3904;3.11424;40;20220722;35;20.5;27.7;2.7;17.74;1.7;7.32;30123
+69087;43.3904;3.11424;40;20220723;34.2;22.6;28.4;4.7;16.01;0;7.7;26918
+69087;43.3904;3.11424;40;20220724;34;19.8;26.9;2;16.61;0;6.57;29718
+69087;43.3904;3.11424;40;20220725;33.6;20.7;27.1;4.9;18.91;.6;7.05;26960
+69087;43.3904;3.11424;40;20220726;31.8;22;26.9;5.9;13.98;0;7.96;24432
+69087;43.3904;3.11424;40;20220727;32.8;19.2;26;4.8;12.11;0;8.09;28683
+69087;43.3904;3.11424;40;20220728;31.4;18.6;25;3.1;13.28;0;6.84;28168
+69087;43.3904;3.11424;40;20220729;30.5;21.3;25.9;3.5;17.91;2.1;5.92;23363
+69087;43.3904;3.11424;40;20220730;34.9;20.8;27.8;4.7;16.31;0;8.03;28323
+69087;43.3904;3.11424;40;20220731;37;22.3;29.6;3.6;14.64;0;8.17;28749
+69087;43.3904;3.11424;40;20220801;38.1;23.4;30.7;4.7;14.38;0;9.17;28739
+69087;43.3904;3.11424;40;20220802;39;21.5;30.3;2.8;13.98;0;8.01;29093
+69087;43.3904;3.11424;40;20220803;33.6;20.9;27.3;2.4;18.11;0;6.43;27039
+69087;43.3904;3.11424;40;20220804;31.9;21.2;26.5;1.9;24.04;0;5.3;25145
+69087;43.3904;3.11424;40;20220805;36.4;22.2;29.3;3.5;21.94;.1;7.07;27713
+69087;43.3904;3.11424;40;20220806;37.3;23.3;30.3;4.1;17.98;0;8.05;27776
+69087;43.3904;3.11424;40;20220807;35;22.5;28.7;2.5;15.88;0;6.94;26789
+69087;43.3904;3.11424;40;20220808;36;18.8;27.4;2;13.01;0;6.64;28306
+69087;43.3904;3.11424;40;20220809;35.7;18.7;27.2;2.1;12.64;0;6.67;28167
+69087;43.3904;3.11424;40;20220810;33.1;18.5;25.8;2.4;17.51;0;6.2;27935
+69087;43.3904;3.11424;40;20220811;31.5;22;26.7;2.8;24.98;0;5.02;22180
+69087;43.3904;3.11424;40;20220812;36.3;23.2;29.7;2.1;25.31;0;6.32;26459
+69087;43.3904;3.11424;40;20220813;32.3;22.8;27.6;2.9;24.81;.4;5.61;22760
+69087;43.3904;3.11424;40;20220814;30;24.8;27.4;3.2;23.81;4;4.6;16653
+69087;43.3904;3.11424;40;20220815;32.1;19.7;25.9;2.8;17.21;0;5.97;24896
+69087;43.3904;3.11424;40;20220816;31;18.2;24.6;2.6;17.48;21.1;5.63;25691
+69087;43.3904;3.11424;40;20220817;26.9;19.5;23.2;3.2;19.71;3.3;4.25;19228
+69087;43.3904;3.11424;40;20220818;27.6;17.7;22.6;5.7;16.54;.2;5.44;21807
+69087;43.3904;3.11424;40;20220819;28.8;20.3;24.5;6.8;15.81;.1;6.45;20364
+69087;43.3904;3.11424;40;20220820;33.1;20.6;26.8;4;15.88;0;6.94;24912
+69087;43.3904;3.11424;40;20220821;32.1;21.6;26.8;3.6;15.54;0;6.35;22491
+69087;43.3904;3.11424;40;20220822;30.2;22;26.1;5.7;17.01;.1;6.29;19408
+69087;43.3904;3.11424;40;20220823;34.5;22.5;28.5;4.1;17.68;0;6.93;23749
+69087;43.3904;3.11424;40;20220824;33.1;18.9;26;1.8;16.54;.1;5.4;25565
+69087;43.3904;3.11424;40;20220825;33.2;19.9;26.6;2.8;18.61;.2;5.91;24759
+69087;43.3904;3.11424;40;20220826;33.9;22.1;28;4.8;17.41;0;6.92;22926
+69087;43.3904;3.11424;40;20220827;33.4;20.7;27.1;3.2;16.21;0;6.21;23821
+69087;43.3904;3.11424;40;20220828;32;18;25;2;16.31;0;5.29;24683
+69087;43.3904;3.11424;40;20220829;30.5;17.6;24;2.6;19.44;2;4.98;23907
+69087;43.3904;3.11424;40;20220830;32.4;19.8;26.1;2;21.48;.3;4.91;23149
+69087;43.3904;3.11424;40;20220831;29.3;19;24.1;2.4;20.11;0;4.42;20982
+69087;43.3904;3.11424;40;20220901;32.8;20.1;26.5;3.6;18.14;2.7;5.98;23023
+69087;43.3904;3.11424;40;20220902;29.6;19.7;24.7;2.5;19.68;13.8;4.51;20437
+69087;43.3904;3.11424;40;20220903;27.8;19.4;23.6;1.9;20.81;.2;3.68;18497
+69087;43.3904;3.11424;40;20220904;28.4;20.2;24.3;2.7;23.31;.7;3.76;18158
+69087;43.3904;3.11424;40;20220905;28.4;23.2;25.8;4.1;26.34;.4;3.46;14117
+69087;43.3904;3.11424;40;20220906;30.2;23.7;26.9;3.3;25.64;2.9;3.98;15849
+69087;43.3904;3.11424;40;20220907;28.5;20.5;24.5;2.8;20.88;0;3.96;17364
+69087;43.3904;3.11424;40;20220908;28.9;18.3;23.6;2.1;14.21;0;4.45;20231
+69087;43.3904;3.11424;40;20220909;26.3;16.6;21.5;2.5;14.28;0;3.96;18622
+69087;43.3904;3.11424;40;20220910;29.1;14.5;21.8;2.4;13.68;0;4.7;22407
+69087;43.3904;3.11424;40;20220911;28.7;14.2;21.4;2.2;14.08;0;4.38;22414
+69087;43.3904;3.11424;40;20220912;26.9;16.2;21.6;2.4;19.21;.2;3.54;18930
+69087;43.3904;3.11424;40;20220913;27;23.9;25.4;4.3;27.31;7.7;2.61;10481
+69087;43.3904;3.11424;40;20220914;26.8;21.2;24;2.7;23.98;.3;2.92;13997
+69087;43.3904;3.11424;40;20220915;31.9;18.3;25.1;2.7;17.78;.2;4.75;20965
+69087;43.3904;3.11424;40;20220916;28.1;19;23.6;5.2;15.21;0;5.12;16588
+69087;43.3904;3.11424;40;20220917;24.4;15.3;19.9;5.1;8.84;0;5.38;16705
+69087;43.3904;3.11424;40;20220918;27.4;9.2;18.3;2.1;7.88;0;4.21;21184
+69087;43.3904;3.11424;40;20220919;29.1;8.6;18.8;2.1;8.88;0;4.32;20986
+69087;43.3904;3.11424;40;20220920;27.9;10.1;19;2.6;9.04;0;4.45;20789
+69087;43.3904;3.11424;40;20220921;26.4;10.6;18.5;2.1;9.98;.1;3.91;20556
+69087;43.3904;3.11424;40;20220922;25;14.3;19.6;1.6;13.18;0;3.09;17509
+69087;43.3904;3.11424;40;20220923;23.1;12.8;18;2.6;15.81;23.9;2.73;17040
+69087;43.3904;3.11424;40;20220924;23;15.1;19.1;3.3;15.78;1;2.91;14802
+69087;43.3904;3.11424;40;20220925;22.8;12.8;17.8;3.9;12.14;0;3.46;16211
+69087;43.3904;3.11424;40;20220926;21.9;12.2;17;4.9;11.14;.5;3.72;16133
+69087;43.3904;3.11424;40;20220927;20.4;15.1;17.8;7.1;11.84;1.5;3.76;11532
+69087;43.3904;3.11424;40;20220928;22;15.6;18.8;6.2;14.34;2.6;3.32;12693
+69087;43.3904;3.11424;40;20220929;21.1;13.7;17.4;4.3;12.71;2.2;2.93;13302
+69087;43.3904;3.11424;40;20220930;19.7;12;15.9;4.6;10.78;0;3.06;13751
+69087;43.3904;3.11424;40;20221001;24.5;10.5;17.5;3.7;12.11;0;3.63;18176
+69087;43.3904;3.11424;40;20221002;28.2;14;21.1;2.9;14.48;0;3.78;17999
+69087;43.3904;3.11424;40;20221003;27.1;15.7;21.4;2.8;13.44;0;3.67;16408
+69087;43.3904;3.11424;40;20221004;26;10.8;18.4;1.5;13.31;.1;2.88;18011
+69087;43.3904;3.11424;40;20221005;21.7;11.9;16.8;2.3;16.44;.5;2.04;14720
+69087;43.3904;3.11424;40;20221006;25.7;15.1;20.4;2.2;16.41;0;2.78;14527
+69087;43.3904;3.11424;40;20221007;22.2;13.3;17.8;1.5;15.81;3.5;1.98;13285
+69087;43.3904;3.11424;40;20221008;23;15.5;19.2;1.6;16.78;3.5;2.03;11954
+69087;43.3904;3.11424;40;20221009;22.4;12.3;17.3;1.5;15.64;.1;2;14083
+69087;43.3904;3.11424;40;20221010;23.1;16.2;19.6;1.7;17.68;.2;1.93;11412
+69087;43.3904;3.11424;40;20221011;23.7;13;18.3;1.1;15.68;0;2.01;14040
+69087;43.3904;3.11424;40;20221012;25.4;13.2;19.3;1.3;14.84;1.6;2.3;15096
+69087;43.3904;3.11424;40;20221013;23.8;11.6;17.7;2.1;14.64;.1;2.35;14673
+69087;43.3904;3.11424;40;20221014;25.4;17;21.2;4;15.61;.2;3.17;11730
+69087;43.3904;3.11424;40;20221015;23.5;11.2;17.4;1.6;15.31;0;1.99;14475
+69087;43.3904;3.11424;40;20221016;22.9;18.7;20.8;4.4;20.54;1.2;1.87;8366
+69087;43.3904;3.11424;40;20221017;21.7;19.9;20.8;5.3;21.14;2.7;1.52;5111
+69087;43.3904;3.11424;40;20221018;21.4;19.4;20.4;2.9;21.21;.8;1.23;5321
+69087;43.3904;3.11424;40;20221019;21.6;19.3;20.4;2.7;21.44;1.5;1.25;5814
+69087;43.3904;3.11424;40;20221020;22.1;19.9;21;3.9;21.84;5;1.42;5593
+69087;43.3904;3.11424;40;20221021;24.5;19.8;22.1;2.8;19.84;0;2.05;8196
+69087;43.3904;3.11424;40;20221022;23.7;15.2;19.4;2.3;17.28;0;1.96;11150
+69087;43.3904;3.11424;40;20221023;22.3;17.1;19.7;3.6;20.74;0;1.36;8538
+69087;43.3904;3.11424;40;20221024;26.2;18.7;22.4;1.7;19.18;.1;1.98;10219
+69087;43.3904;3.11424;40;20221025;22;14;18;1.9;15.61;0;1.65;10316
+69087;43.3904;3.11424;40;20221026;22.9;17.8;20.3;2.6;19.31;0;1.6;8154
+69087;43.3904;3.11424;40;20221027;23.2;18.3;20.7;2.3;19.98;.4;1.52;7766
+69087;43.3904;3.11424;40;20221028;23;17.3;20.2;2.8;18.61;.1;1.72;8259
+69087;43.3904;3.11424;40;20221029;22.4;14.3;18.3;2.4;17.08;0;1.47;9223
+69087;43.3904;3.11424;40;20221030;22.7;16.2;19.5;3.1;18.11;.9;1.69;8558
+69087;43.3904;3.11424;40;20221031;22.6;18.3;20.5;3.9;19.48;.5;1.79;6884
+69087;43.3904;3.11424;40;20221101;24.2;16.4;20.3;2.9;15.38;.1;2.16;9247
+69087;43.3904;3.11424;40;20221102;23.4;14.1;18.7;1.9;11.71;.1;2.01;10019
+69087;43.3904;3.11424;40;20221103;17.6;10.4;14;3.9;12.34;1.8;1.6;8884
+69087;43.3904;3.11424;40;20221104;14.8;10.5;12.7;6.9;9.71;2.2;2.25;6042
+69087;43.3904;3.11424;40;20221105;16.6;10.3;13.4;5.4;7.61;0;2.79;8011
+69087;43.3904;3.11424;40;20221106;19.7;3.4;11.5;1.2;8.08;0;1.26;12158
+69087;43.3904;3.11424;40;20221107;20.3;5.8;13;2.4;10.68;.2;1.53;11733
+69087;43.3904;3.11424;40;20221108;19.7;13.6;16.7;4.6;16.21;.6;1.39;7265
+69087;43.3904;3.11424;40;20221109;21.3;16;18.6;2.8;16.11;1.1;1.56;6814
+69087;43.3904;3.11424;40;20221110;20.5;12.3;16.4;3;11.18;.5;1.85;8422
+69087;43.3904;3.11424;40;20221111;19.6;11;15.3;2.2;13.64;.2;1.17;8714
+69087;43.3904;3.11424;40;20221112;20.9;12.1;16.5;2;14.11;.1;1.26;8150
+69087;43.3904;3.11424;40;20221113;18.3;8.6;13.4;1.5;12.58;4.9;.92;9031
+69087;43.3904;3.11424;40;20221114;15.8;14.2;15;3.3;14.78;3.6;.97;3273
+69087;43.3904;3.11424;40;20221115;17.8;14.4;16.1;3.2;14.68;.8;1.2;5128
+69087;43.3904;3.11424;40;20221116;20.2;10.8;15.5;2.5;11.24;0;1.61;8421
+69087;43.3904;3.11424;40;20221117;21.5;9.8;15.6;3;11.81;6.8;1.67;9342
+69087;43.3904;3.11424;40;20221118;16.3;10.1;13.2;4.6;10.01;.5;1.75;6482
+69087;43.3904;3.11424;40;20221119;13.8;7.6;10.7;5.9;8.51;.4;1.66;6358
+69087;43.3904;3.11424;40;20221120;15.4;7.4;11.4;4.7;8.14;.3;1.81;7386
+69087;43.3904;3.11424;40;20221121;10.2;7.7;9;2.8;9.48;8;.77;4135
+69087;43.3904;3.11424;40;20221122;12.6;7.9;10.3;6.5;8.34;4.2;1.7;5301
+69087;43.3904;3.11424;40;20221123;17.7;7.8;12.7;2.6;10.21;3.2;1.18;8106
+69087;43.3904;3.11424;40;20221124;16.2;5.3;10.8;1.9;9.74;0;.82;8224
+69087;43.3904;3.11424;40;20221125;15.4;7.7;11.6;3.7;9.94;1.2;1.15;6977
+69087;43.3904;3.11424;40;20221126;16.4;9.1;12.7;3.8;7.91;0;1.8;6771
+69087;43.3904;3.11424;40;20221127;13.7;1.5;7.6;1.7;8.28;2.9;.61;8620
+69087;43.3904;3.11424;40;20221128;13;10.5;11.7;4.1;10.94;6.7;1.01;3639
+69087;43.3904;3.11424;40;20221129;13.1;7.7;10.4;4.5;8.14;.2;1.49;5354
+69087;43.3904;3.11424;40;20221130;13.6;4.9;9.3;2.8;7.44;0;1.03;7048
+69087;43.3904;3.11424;40;20221201;10.7;2.6;6.7;3.3;7.54;0;.69;6311
+69087;43.3904;3.11424;40;20221202;10.7;.2;5.4;1.4;6.94;.5;.5;7669
+69087;43.3904;3.11424;40;20221203;8.6;4.5;6.6;1.4;8.44;6.8;.43;4749
+69087;43.3904;3.11424;40;20221204;11.6;6.1;8.9;2.3;8.41;0;.85;5189
+69087;43.3904;3.11424;40;20221205;12.5;-.3;6.1;1.4;6.24;.1;.59;8404
+69087;43.3904;3.11424;40;20221206;13.7;.9;7.3;.9;6.84;.1;.45;8291
+69087;43.3904;3.11424;40;20221207;14.5;3.3;8.9;1.5;7.34;0;.83;7526
+69087;43.3904;3.11424;40;20221208;7.4;1.6;4.5;1.9;7.68;1.5;.37;5189
+69087;43.3904;3.11424;40;20221209;15.1;6.9;11;2;11.14;0;.63;6422
+69087;43.3904;3.11424;40;20221210;7.3;8.2;7.8;5.2;7.48;.1;1.21;0
+69087;43.3904;3.11424;40;20221211;8;-1.6;3.2;2.2;4.14;0;.85;6956
+69087;43.3904;3.11424;40;20221212;7.3;-2.9;2.2;2.4;5.24;5.4;.68;7032
+69087;43.3904;3.11424;40;20221213;7.7;2.8;5.3;2.3;8.68;2.8;.24;4717
+69087;43.3904;3.11424;40;20221214;11.8;7.5;9.7;2.2;11.58;4.3;.34;4407
+69087;43.3904;3.11424;40;20221215;13.6;10.3;12;3.3;12.21;11;.66;3815
+69087;43.3904;3.11424;40;20221216;14.1;8.3;11.2;2.1;11.01;.6;.69;5218
+69087;43.3904;3.11424;40;20221217;11.9;2.9;7.4;2.4;7.74;0;.65;6234
+69087;43.3904;3.11424;40;20221218;10.9;2.5;6.7;2.8;8.64;.9;.55;5960
+69087;43.3904;3.11424;40;20221219;15.9;11.9;13.9;5.5;13.61;2.5;.94;4322
+69087;43.3904;3.11424;40;20221220;15.2;13.5;14.4;4.9;14.04;.3;.88;2656
+69087;43.3904;3.11424;40;20221221;18.6;12.9;15.8;2.7;12.21;0;1.22;5190
+69087;43.3904;3.11424;40;20221222;19.5;8.4;14;2.4;11.64;.5;1.01;7270
+69087;43.3904;3.11424;40;20221223;21.5;13.8;17.6;2.4;13.18;.1;1.35;6059
+69087;43.3904;3.11424;40;20221224;20.2;8.4;14.3;1.5;11.08;.1;.84;7357
+69087;43.3904;3.11424;40;20221225;14.1;5.2;9.6;2.4;11.54;.1;.35;6567
+69087;43.3904;3.11424;40;20221226;17.7;12.5;15.1;1.8;12.98;0;.86;4865
+69087;43.3904;3.11424;40;20221227;16.3;7.6;11.9;1.4;10.78;.2;.62;6575
+69087;43.3904;3.11424;40;20221228;11.9;4.4;8.1;1.6;9.88;0;.37;5979
+69087;43.3904;3.11424;40;20221229;14.6;10.6;12.6;1.4;11.81;0;.6;4306
+69087;43.3904;3.11424;40;20221230;15.2;8.4;11.8;1.4;11.38;.1;.55;5790
+69087;43.3904;3.11424;40;20221231;14.6;9.7;12.1;3.1;13.08;0;.55;4491
+69088;43.41157;3.41955;11;20220101;10.3;5.3;7.8;1.4;10.7;.1;.28;3688
+69088;43.41157;3.41955;11;20220102;11.6;8.7;10.2;1.7;10.5;0;.59;3388
+69088;43.41157;3.41955;11;20220103;16.8;6.4;11.6;1.9;10.1;0;.8;7365
+69088;43.41157;3.41955;11;20220104;13.7;7.3;10.5;3.4;11.1;.4;.67;4389
+69088;43.41157;3.41955;11;20220105;9.5;8.8;9.1;6.9;5.4;0;2.77;2140
+69088;43.41157;3.41955;11;20220106;10.2;4.2;7.2;5.7;4.65;0;2.28;6017
+69088;43.41157;3.41955;11;20220107;10.4;1.1;5.7;4.1;5.95;0;1.28;7004
+69088;43.41157;3.41955;11;20220108;14.2;6.3;10.3;6.2;8.8;.3;1.68;6626
+69088;43.41157;3.41955;11;20220109;11.8;8.7;10.2;5.6;8;2.4;1.82;3926
+69088;43.41157;3.41955;11;20220110;11.1;7;9;4.7;7.3;0;1.63;3502
+69088;43.41157;3.41955;11;20220111;12.3;.4;6.3;2.6;4.75;0;1.32;8589
+69088;43.41157;3.41955;11;20220112;10.5;-3.7;3.4;1.1;4.7;0;.56;9340
+69088;43.41157;3.41955;11;20220113;10.9;-3.8;3.6;1.1;4.7;0;.54;9611
+69088;43.41157;3.41955;11;20220114;12.5;-4.3;4.1;1.2;4.85;.1;.64;9815
+69088;43.41157;3.41955;11;20220115;13.4;-4.1;4.6;1.2;5.05;0;.67;9904
+69088;43.41157;3.41955;11;20220116;14.5;-3.8;5.4;3;4.7;0;1.59;9996
+69088;43.41157;3.41955;11;20220117;14.2;2.9;8.6;3.8;5.85;0;1.73;8915
+69088;43.41157;3.41955;11;20220118;12.4;-2.6;4.9;1.9;5.7;0;.88;10089
+69088;43.41157;3.41955;11;20220119;12.5;.7;6.6;3.7;6.15;0;1.43;8264
+69088;43.41157;3.41955;11;20220120;12.4;2.7;7.5;5.7;5.8;0;2.09;8605
+69088;43.41157;3.41955;11;20220121;10.5;2.8;6.7;5.2;4.4;0;2.25;7676
+69088;43.41157;3.41955;11;20220122;12.5;-.7;5.9;2.8;4.8;0;1.43;10016
+69088;43.41157;3.41955;11;20220123;12;-4.2;3.9;1.5;5.4;0;.78;10734
+69088;43.41157;3.41955;11;20220124;12.2;.9;6.5;1.7;6.55;0;.88;8836
+69088;43.41157;3.41955;11;20220125;13.2;.7;6.9;1.9;7.05;0;.94;9460
+69088;43.41157;3.41955;11;20220126;17.9;-2.2;7.8;2;6;0;1.44;11097
+69088;43.41157;3.41955;11;20220127;15.4;-2.5;6.4;1.8;5.8;0;1.16;11224
+69088;43.41157;3.41955;11;20220128;13.5;3.4;8.4;6;5.5;0;2.48;9688
+69088;43.41157;3.41955;11;20220129;17.2;1.9;9.5;5;5.35;0;2.81;11414
+69088;43.41157;3.41955;11;20220130;16.3;5.5;10.9;6;7.1;0;2.71;9994
+69088;43.41157;3.41955;11;20220131;13.3;3.4;8.4;8.3;6.85;0;2.4;8964
+69088;43.41157;3.41955;11;20220201;11.9;6.2;9;9;6.05;0;2.93;7404
+69088;43.41157;3.41955;11;20220202;16.3;9.5;12.9;6.7;8.15;0;2.97;8653
+69088;43.41157;3.41955;11;20220203;15.9;2.5;9.2;1.9;7.11;0;1.34;11178
+69088;43.41157;3.41955;11;20220204;15.8;6.4;11.1;3.6;8.75;0;1.75;9741
+69088;43.41157;3.41955;11;20220205;16.3;7.4;11.8;4.7;7.8;0;2.4;9534
+69088;43.41157;3.41955;11;20220206;12.5;2.5;7.5;5.3;6.6;.3;1.93;10618
+69088;43.41157;3.41955;11;20220207;16.3;8.7;12.5;8;7.9;.2;3.25;9465
+69088;43.41157;3.41955;11;20220208;15.4;2.9;9.1;1.7;5.3;0;1.55;12135
+69088;43.41157;3.41955;11;20220209;13.3;1.5;7.4;2.9;7.75;0;1.27;10636
+69088;43.41157;3.41955;11;20220210;13.5;9.8;11.6;2.2;9.5;0;1.53;9222
+69088;43.41157;3.41955;11;20220211;16.1;6.3;11.2;4;9.36;0;1.79;8961
+69088;43.41157;3.41955;11;20220212;12.5;-.9;5.8;2.5;7.8;2.7;1.06;9933
+69088;43.41157;3.41955;11;20220213;16.4;6;11.2;4.3;10.01;2.4;1.8;11551
+69088;43.41157;3.41955;11;20220214;13;10.5;11.8;5.5;9.8;1.8;1.83;4774
+69088;43.41157;3.41955;11;20220215;13.9;6.3;10.1;7;8;0;2.4;10562
+69088;43.41157;3.41955;11;20220216;16.2;7.7;11.9;5.1;9.75;0;2.03;9904
+69088;43.41157;3.41955;11;20220217;20;13.1;16.5;4.5;10.91;0;2.83;9400
+69088;43.41157;3.41955;11;20220218;18.7;5.9;12.3;2.9;10.75;0;1.83;14025
+69088;43.41157;3.41955;11;20220219;14.1;10.5;12.3;5.2;6.8;0;2.97;7902
+69088;43.41157;3.41955;11;20220220;16;6.2;11.1;4.6;7.85;0;2.4;12378
+69088;43.41157;3.41955;11;20220221;16.1;9.6;12.8;8.5;7.8;.3;3.65;10460
+69088;43.41157;3.41955;11;20220222;16.4;9.8;13.1;7.4;7.25;0;3.75;10712
+69088;43.41157;3.41955;11;20220223;18.9;7.6;13.2;3;8.25;0;2.53;13926
+69088;43.41157;3.41955;11;20220224;16.6;7.2;11.9;3.1;10.3;0;1.75;10774
+69088;43.41157;3.41955;11;20220225;14.8;8.4;11.6;5.4;6.25;0;3.2;11343
+69088;43.41157;3.41955;11;20220226;13.7;3.8;8.8;3.7;5.35;0;2.5;12384
+69088;43.41157;3.41955;11;20220227;14;2.3;8.1;3.4;7.35;0;1.94;14988
+69088;43.41157;3.41955;11;20220228;15;4.6;9.8;2.5;8.45;.1;1.78;13060
+69088;43.41157;3.41955;11;20220301;13.5;1.5;7.5;2.8;7.6;.1;1.72;14571
+69088;43.41157;3.41955;11;20220302;10.3;5;7.6;2.7;9.25;.9;.95;8108
+69088;43.41157;3.41955;11;20220303;15.5;2.2;8.8;1.9;9;.7;1.72;16596
+69088;43.41157;3.41955;11;20220304;17.8;3.9;10.8;5.9;9.5;0;2.55;15782
+69088;43.41157;3.41955;11;20220305;17;6.4;11.7;4.5;8;0;2.87;15314
+69088;43.41157;3.41955;11;20220306;13.5;3.4;8.4;2.1;6.4;0;1.93;13919
+69088;43.41157;3.41955;11;20220307;12.2;-1;5.6;2;5.6;0;1.86;17489
+69088;43.41157;3.41955;11;20220308;12.1;3.7;7.9;3.4;7.95;1.6;1.64;11341
+69088;43.41157;3.41955;11;20220309;13.8;7.9;10.9;2.9;10.7;1.2;1.5;10840
+69088;43.41157;3.41955;11;20220310;13.6;9.7;11.7;4.7;11.7;1.1;1.34;7576
+69088;43.41157;3.41955;11;20220311;13.1;12;12.5;6.8;11.5;39.2;1.61;3652
+69088;43.41157;3.41955;11;20220312;11.2;10.6;10.9;9.3;11.8;64.2;.87;2155
+69088;43.41157;3.41955;11;20220313;11.7;10.1;10.9;7.3;10.5;16.7;1.5;4559
+69088;43.41157;3.41955;11;20220314;12.8;5.6;9.2;5.5;11.25;0;1;11105
+69088;43.41157;3.41955;11;20220315;13.6;12.7;13.1;5.2;12.75;0;1.24;3229
+69088;43.41157;3.41955;11;20220316;14.6;11.7;13.1;2.4;12.5;0;1.39;7519
+69088;43.41157;3.41955;11;20220317;16.2;9.1;12.6;1.6;12;.6;1.71;12666
+69088;43.41157;3.41955;11;20220318;15.3;10.7;13;2.7;12.4;.3;1.75;11812
+69088;43.41157;3.41955;11;20220319;12.8;10;11.4;1.6;11.11;0;1.21;6637
+69088;43.41157;3.41955;11;20220320;12.8;6.8;9.8;5.7;11;10.6;1.21;8813
+69088;43.41157;3.41955;11;20220321;13.6;11.3;12.5;5.5;9.9;.4;2.17;5099
+69088;43.41157;3.41955;11;20220322;15.3;6.3;10.8;4.2;8.5;0;2.79;18397
+69088;43.41157;3.41955;11;20220323;15.2;3.8;9.5;3.2;8.3;0;2.59;20275
+69088;43.41157;3.41955;11;20220324;16.3;2.1;9.2;2.2;7.6;0;2.66;21362
+69088;43.41157;3.41955;11;20220325;17.2;4.2;10.7;2.5;7.5;0;2.89;19644
+69088;43.41157;3.41955;11;20220326;15.8;8.5;12.2;2.1;11.16;0;2.05;14598
+69088;43.41157;3.41955;11;20220327;19.5;7.4;13.5;1.7;7.9;0;3.15;21651
+69088;43.41157;3.41955;11;20220328;19.9;5.2;12.6;2.8;8.3;0;3.47;22161
+69088;43.41157;3.41955;11;20220329;16.6;8.2;12.4;3.8;12.1;5;2.1;14810
+69088;43.41157;3.41955;11;20220330;16.9;9.8;13.4;3.6;11.6;.5;2.52;16054
+69088;43.41157;3.41955;11;20220331;17.1;8.6;12.9;6.6;9.1;.2;3.6;17698
+69088;43.41157;3.41955;11;20220401;9.6;4.9;7.3;11;5.5;.1;3.31;15482
+69088;43.41157;3.41955;11;20220402;9.7;2.3;6;6;5.3;0;2.31;11490
+69088;43.41157;3.41955;11;20220403;10.8;4;7.4;5;4.56;0;3.18;19150
+69088;43.41157;3.41955;11;20220404;14.2;3.1;8.6;4.3;5.26;0;3.73;23034
+69088;43.41157;3.41955;11;20220405;18.5;6.3;12.4;6;5.56;0;5.04;23442
+69088;43.41157;3.41955;11;20220406;18.3;6.3;12.3;4.1;9.3;0;3.18;17337
+69088;43.41157;3.41955;11;20220407;22.3;10.7;16.5;6.3;10.7;0;4.79;20744
+69088;43.41157;3.41955;11;20220408;20.6;12.9;16.8;6.4;11.7;0;4.35;19977
+69088;43.41157;3.41955;11;20220409;17.1;7.2;12.2;6.4;6.8;0;4.34;18939
+69088;43.41157;3.41955;11;20220410;16.2;3.1;9.7;4;7.5;.1;3.45;24658
+69088;43.41157;3.41955;11;20220411;16.3;8.5;12.4;6.7;12.1;.2;2.2;14124
+69088;43.41157;3.41955;11;20220412;16;9.9;13;5.4;12.1;.1;2.29;13800
+69088;43.41157;3.41955;11;20220413;17.8;11.4;14.6;3.2;11;0;3.2;18381
+69088;43.41157;3.41955;11;20220414;24.8;8;16.4;3;10.5;0;4.65;25384
+69088;43.41157;3.41955;11;20220415;24.4;12.8;18.6;4.9;12.8;0;4.47;20050
+69088;43.41157;3.41955;11;20220416;23.8;14.5;19.1;7.7;12.56;0;5.02;19996
+69088;43.41157;3.41955;11;20220417;21.5;13.8;17.7;6.2;11.85;0;4.7;22393
+69088;43.41157;3.41955;11;20220418;23.6;8.5;16.1;4;10.5;0;4.87;26084
+69088;43.41157;3.41955;11;20220419;24.2;9.9;17.1;5;11.5;1.6;5.19;26255
+69088;43.41157;3.41955;11;20220420;15.7;10;12.9;4.1;12.8;18.7;1.86;11319
+69088;43.41157;3.41955;11;20220421;14.9;10.5;12.7;4.9;12.8;.6;1.69;9880
+69088;43.41157;3.41955;11;20220422;20;10.2;15.1;4.7;12.9;.1;3.84;25513
+69088;43.41157;3.41955;11;20220423;16.5;13.3;14.9;4.3;12.4;8.5;2.51;10781
+69088;43.41157;3.41955;11;20220424;19.8;9.4;14.6;4.7;11.8;1;3.68;21492
+69088;43.41157;3.41955;11;20220425;22.1;8;15.1;3.4;11.5;0;4.37;27240
+69088;43.41157;3.41955;11;20220426;19.5;7.7;13.6;1.9;11.4;0;3.78;27397
+69088;43.41157;3.41955;11;20220427;20.7;8.7;14.7;3.3;13;0;3.93;27518
+69088;43.41157;3.41955;11;20220428;23.6;12;17.8;2.6;13.8;0;4.54;27204
+69088;43.41157;3.41955;11;20220429;26.1;14;20.1;3.2;15.2;0;5.17;27857
+69088;43.41157;3.41955;11;20220430;25.5;14.1;19.8;3.4;13.3;0;5.06;24354
+69088;43.41157;3.41955;11;20220501;24.3;9.7;17;2.4;10.5;0;4.92;28152
+69088;43.41157;3.41955;11;20220502;22.4;12.3;17.4;2.8;12.7;0;4.16;22784
+69088;43.41157;3.41955;11;20220503;22;13.4;17.7;3;13.4;.4;4.35;24807
+69088;43.41157;3.41955;11;20220504;22.9;9.9;16.4;3;13.9;2.4;3.96;23597
+69088;43.41157;3.41955;11;20220505;20.8;12.6;16.7;4.1;12.2;1;4.17;21616
+69088;43.41157;3.41955;11;20220506;22.7;13.1;17.9;5.7;10.25;0;5.61;24164
+69088;43.41157;3.41955;11;20220507;25.9;15;20.4;5.5;10.8;0;6.52;25541
+69088;43.41157;3.41955;11;20220508;24.5;14.1;19.3;3.3;12.55;.7;5.06;24934
+69088;43.41157;3.41955;11;20220509;23.5;12.3;17.9;1.7;14.55;0;4.41;27422
+69088;43.41157;3.41955;11;20220510;23.7;11.6;17.7;1.8;14.1;0;4.56;28426
+69088;43.41157;3.41955;11;20220511;23;11.3;17.1;3.5;14.65;0;4.5;28203
+69088;43.41157;3.41955;11;20220512;21.9;14.9;18.4;4.1;15.3;0;4.03;21685
+69088;43.41157;3.41955;11;20220513;24.4;13.7;19.1;2.3;14.35;0;4.78;27391
+69088;43.41157;3.41955;11;20220514;26.2;13.4;19.8;1.9;15.75;0;4.99;28951
+69088;43.41157;3.41955;11;20220515;23.2;15.7;19.5;4.1;17.05;0;4.32;24080
+69088;43.41157;3.41955;11;20220516;24.9;16.8;20.9;3.4;17;0;4.74;24203
+69088;43.41157;3.41955;11;20220517;25.1;14.2;19.7;1.6;17.15;0;4.58;27181
+69088;43.41157;3.41955;11;20220518;31.9;14.5;23.2;2;17.9;0;6.01;30333
+69088;43.41157;3.41955;11;20220519;24.7;18.7;21.7;3.1;20.05;0;3.95;20031
+69088;43.41157;3.41955;11;20220520;25.9;16.9;21.4;3.9;18.7;0;4.9;25646
+69088;43.41157;3.41955;11;20220521;26.8;15.8;21.3;2.1;18.25;.1;5.06;28249
+69088;43.41157;3.41955;11;20220522;26.8;16.1;21.5;2.3;19.35;0;4.98;27631
+69088;43.41157;3.41955;11;20220523;26.6;18.8;22.7;3.8;17.6;0;4.9;20710
+69088;43.41157;3.41955;11;20220524;20;16.1;18;4.5;12.65;2;3.98;16324
+69088;43.41157;3.41955;11;20220525;25;15;20;6.6;11.05;0;6.64;24637
+69088;43.41157;3.41955;11;20220526;26.8;15.6;21.2;6.3;11.4;0;7.36;28335
+69088;43.41157;3.41955;11;20220527;31;16.5;23.8;4.8;13.55;0;7.76;30472
+69088;43.41157;3.41955;11;20220528;29.6;17.7;23.6;4.5;12.65;0;7.37;28612
+69088;43.41157;3.41955;11;20220529;28.6;15.5;22;3.8;9.15;0;7.3;30852
+69088;43.41157;3.41955;11;20220530;25.5;11.2;18.4;1.5;10.75;.1;5.33;31363
+69088;43.41157;3.41955;11;20220531;26.1;15.6;20.9;2;13.6;0;5.3;27587
+69088;43.41157;3.41955;11;20220601;24.7;13.4;19;2.5;16.5;0;4.99;29825
+69088;43.41157;3.41955;11;20220602;25.5;18.7;22.1;3.4;19.1;0;4.57;22286
+69088;43.41157;3.41955;11;20220603;28;18.3;23.1;2.9;19.1;0;5.37;26043
+69088;43.41157;3.41955;11;20220604;27.7;19.9;23.8;3.3;21.1;0;5.06;23968
+69088;43.41157;3.41955;11;20220605;30.3;18.1;24.2;3.4;17.6;0;6.59;30058
+69088;43.41157;3.41955;11;20220606;30.2;16.7;23.4;3;15.6;.4;6.68;31441
+69088;43.41157;3.41955;11;20220607;28.3;17.3;22.8;3;16.2;0;6.08;28968
+69088;43.41157;3.41955;11;20220608;26.5;16.7;21.6;3.7;14.45;0;5.84;26635
+69088;43.41157;3.41955;11;20220609;24.9;16.7;20.8;6.8;11.65;0;6.79;24657
+69088;43.41157;3.41955;11;20220610;33.5;16.4;25;4.1;12.95;0;8.34;31925
+69088;43.41157;3.41955;11;20220611;33.4;15.6;24.5;1.8;13.35;0;6.74;31957
+69088;43.41157;3.41955;11;20220612;33.8;17.7;25.8;2.4;14.45;.2;7.19;31986
+69088;43.41157;3.41955;11;20220613;34.9;19.1;27;3;17.95;.2;7.62;32012
+69088;43.41157;3.41955;11;20220614;31.1;17.8;24.4;2;15.9;0;6.55;32035
+69088;43.41157;3.41955;11;20220615;32.4;19.6;26;2.9;16.45;0;7.28;31614
+69088;43.41157;3.41955;11;20220616;32.4;17.2;24.8;1.9;17.9;0;6.55;32070
+69088;43.41157;3.41955;11;20220617;36.7;20.1;28.4;1.8;17.55;0;7.27;32083
+69088;43.41157;3.41955;11;20220618;30.8;19;24.9;2.2;18.7;0;6.33;30420
+69088;43.41157;3.41955;11;20220619;28.3;21.2;24.7;4.8;23.05;0;5.31;24272
+69088;43.41157;3.41955;11;20220620;27.8;20.5;24.1;3.8;22.7;0;4.64;21173
+69088;43.41157;3.41955;11;20220621;29.8;22.4;26.1;3;24.5;2.3;5.05;22291
+69088;43.41157;3.41955;11;20220622;29.2;20.9;25;3.1;24;.8;5.34;25896
+69088;43.41157;3.41955;11;20220623;27.8;21.9;24.9;3.2;23.95;7.6;4.55;21108
+69088;43.41157;3.41955;11;20220624;28.8;17.7;23.3;2.6;17.9;2;5.85;28804
+69088;43.41157;3.41955;11;20220625;27.6;16.6;22.1;2.6;18.8;1.5;5.49;29149
+69088;43.41157;3.41955;11;20220626;28.1;18.7;23.4;3.6;19.95;0;5.47;25986
+69088;43.41157;3.41955;11;20220627;29.5;17.5;23.5;5.4;16.2;.5;7.22;30041
+69088;43.41157;3.41955;11;20220628;31.1;17.1;24.1;4.9;14.3;0;7.9;31274
+69088;43.41157;3.41955;11;20220629;32.1;15.7;23.9;3.2;15.4;1.1;7.13;31987
+69088;43.41157;3.41955;11;20220630;26.9;18.6;22.8;4.4;17.2;0;5.81;25913
+69088;43.41157;3.41955;11;20220701;29.6;16.7;23.2;4.1;11.3;0;7.71;31764
+69088;43.41157;3.41955;11;20220702;27.6;13.1;20.4;2.2;12.2;.1;6.05;31821
+69088;43.41157;3.41955;11;20220703;32.2;16;24.1;2;15.7;.1;6.59;31783
+69088;43.41157;3.41955;11;20220704;33.8;20.8;27.3;4.8;18.8;.7;8.36;31742
+69088;43.41157;3.41955;11;20220705;35.3;21.3;28.3;4.7;17.6;0;8.92;31697
+69088;43.41157;3.41955;11;20220706;34.1;22.1;28.1;4.1;12.8;0;8.66;30182
+69088;43.41157;3.41955;11;20220707;32.9;20.2;26.6;6.1;12.9;.1;9.39;29947
+69088;43.41157;3.41955;11;20220708;34.9;21.7;28.3;5.3;12.4;0;9.86;30818
+69088;43.41157;3.41955;11;20220709;35;16.3;25.6;2.1;13.1;0;7.14;31556
+69088;43.41157;3.41955;11;20220710;34.6;16.9;25.8;1.9;13.35;.1;6.93;31496
+69088;43.41157;3.41955;11;20220711;30.5;18.4;24.5;1.9;15.9;0;6.24;30580
+69088;43.41157;3.41955;11;20220712;31.7;18.2;25;1.7;19.8;0;6.2;31367
+69088;43.41157;3.41955;11;20220713;31.5;17.7;24.6;2;20;0;6.24;31256
+69088;43.41157;3.41955;11;20220714;31.1;19.8;25.5;1.9;23.2;.1;5.75;28774
+69088;43.41157;3.41955;11;20220715;40.2;18.9;29.6;2.1;18.9;0;7.72;31151
+69088;43.41157;3.41955;11;20220716;35.9;19.5;27.7;1.8;15.6;0;6.93;31072
+69088;43.41157;3.41955;11;20220717;33.5;19;26.2;1.6;17.35;0;6.4;30991
+69088;43.41157;3.41955;11;20220718;33.9;19.6;26.8;1.8;21.75;0;6.37;30061
+69088;43.41157;3.41955;11;20220719;31.4;20.4;25.9;2.3;23.1;.1;5.81;27771
+69088;43.41157;3.41955;11;20220720;35.5;21.6;28.5;3.3;18.85;.1;7.76;30426
+69088;43.41157;3.41955;11;20220721;37.4;22.6;30;3.4;17.05;0;8.38;30639
+69088;43.41157;3.41955;11;20220722;33.9;20.2;27;2.5;20;.9;6.85;30270
+69088;43.41157;3.41955;11;20220723;35;22.4;28.7;4.2;17;0;8.19;29021
+69088;43.41157;3.41955;11;20220724;33.5;19.2;26.4;2.3;16.95;0;6.73;30346
+69088;43.41157;3.41955;11;20220725;35;21.3;28.1;4.4;19.5;.2;7.97;29391
+69088;43.41157;3.41955;11;20220726;33.4;21.7;27.5;5.6;13.55;0;9.02;27858
+69088;43.41157;3.41955;11;20220727;34.1;19.9;27;4.4;11.65;0;8.68;29805
+69088;43.41157;3.41955;11;20220728;31.1;18.2;24.7;2.7;13.55;.5;6.51;28326
+69088;43.41157;3.41955;11;20220729;30.7;21.6;26.2;3.1;18.35;1.6;5.91;23883
+69088;43.41157;3.41955;11;20220730;35.8;20.4;28.1;4.3;16.25;0;8.39;29686
+69088;43.41157;3.41955;11;20220731;38;20.8;29.4;3.4;14.75;0;8.35;29568
+69088;43.41157;3.41955;11;20220801;39.2;23.1;31.1;3.8;14.65;0;9.11;29446
+69088;43.41157;3.41955;11;20220802;39.4;20.4;29.9;2.7;15.5;0;7.85;29322
+69088;43.41157;3.41955;11;20220803;32.3;20.5;26.4;2.6;20.25;0;6.18;28259
+69088;43.41157;3.41955;11;20220804;31;21.4;26.2;1.9;24.65;0;5;24121
+69088;43.41157;3.41955;11;20220805;36.6;22.6;29.6;2;23;0;6.69;28936
+69088;43.41157;3.41955;11;20220806;38.5;23.5;31;3.5;18.3;0;8.3;28802
+69088;43.41157;3.41955;11;20220807;33.4;22;27.7;2.2;17.7;0;6.26;27205
+69088;43.41157;3.41955;11;20220808;34.6;18.6;26.6;2.1;14.8;0;6.41;28528
+69088;43.41157;3.41955;11;20220809;34.9;18.4;26.7;2;14.5;0;6.35;28388
+69088;43.41157;3.41955;11;20220810;32.2;19;25.6;2.3;19.25;0;5.95;28110
+69088;43.41157;3.41955;11;20220811;31;21.6;26.3;2.3;25.4;0;4.77;22471
+69088;43.41157;3.41955;11;20220812;32.6;23.4;28;2.6;26.9;0;5.4;24396
+69088;43.41157;3.41955;11;20220813;30.8;22.7;26.7;2.1;27.45;.2;4.38;20587
+69088;43.41157;3.41955;11;20220814;30.1;25.3;27.7;2.9;24.95;2.2;4.42;16676
+69088;43.41157;3.41955;11;20220815;32.9;19.4;26.1;2.2;18.6;0;5.89;26986
+69088;43.41157;3.41955;11;20220816;30.8;18.5;24.6;2.6;18.1;19.4;5.63;26323
+69088;43.41157;3.41955;11;20220817;27.7;19.8;23.8;2.7;20.75;6.5;4.08;18198
+69088;43.41157;3.41955;11;20220818;28.7;17.5;23.1;4.5;16.7;.1;5.7;23692
+69088;43.41157;3.41955;11;20220819;29.9;20.6;25.3;6.3;15.9;.1;7.14;23327
+69088;43.41157;3.41955;11;20220820;33.9;20.9;27.4;4.1;15.95;0;7.29;25651
+69088;43.41157;3.41955;11;20220821;32.8;20.8;26.8;3.8;15.2;0;6.76;23928
+69088;43.41157;3.41955;11;20220822;32;22.1;27.1;5.8;16.6;0;7.53;23448
+69088;43.41157;3.41955;11;20220823;34.9;21.6;28.3;3.3;17.5;0;6.74;25162
+69088;43.41157;3.41955;11;20220824;32.3;19.1;25.7;1.8;17.3;0;5.3;25633
+69088;43.41157;3.41955;11;20220825;31.8;20.1;25.9;2.4;19.8;.1;4.95;21289
+69088;43.41157;3.41955;11;20220826;34.7;22.2;28.4;3.5;17.4;0;6.88;24657
+69088;43.41157;3.41955;11;20220827;33.6;20.2;26.9;2.1;17.25;0;5.6;24730
+69088;43.41157;3.41955;11;20220828;30.6;18.2;24.4;1.9;17.5;0;4.95;24651
+69088;43.41157;3.41955;11;20220829;30.1;17.9;24;2.9;20.65;2.2;4.8;23201
+69088;43.41157;3.41955;11;20220830;30.2;20.3;25.3;2.3;23.5;0;4.49;22345
+69088;43.41157;3.41955;11;20220831;28.5;19.3;23.9;2.1;21.3;0;4.12;21048
+69088;43.41157;3.41955;11;20220901;32.6;20.1;26.4;3.1;19.45;3.2;5.68;23796
+69088;43.41157;3.41955;11;20220902;29;19.9;24.4;2.6;20.7;11.6;4.24;19617
+69088;43.41157;3.41955;11;20220903;27.3;19.2;23.3;2;22;0;3.59;19149
+69088;43.41157;3.41955;11;20220904;28.3;20.3;24.3;2.9;23.8;.9;3.64;17532
+69088;43.41157;3.41955;11;20220905;28.6;23.1;25.9;3.9;26.95;0;3.18;12756
+69088;43.41157;3.41955;11;20220906;29.6;23.9;26.8;3.5;26.5;4.4;3.57;13701
+69088;43.41157;3.41955;11;20220907;28.6;20.7;24.7;3.2;21.95;.2;3.98;17382
+69088;43.41157;3.41955;11;20220908;28.7;17.7;23.2;2.4;15.3;0;4.53;20982
+69088;43.41157;3.41955;11;20220909;27;16.7;21.9;2.5;14.95;0;4.19;19907
+69088;43.41157;3.41955;11;20220910;27.7;13.6;20.6;1.9;14.75;0;4.09;22917
+69088;43.41157;3.41955;11;20220911;27.6;14.1;20.9;1.9;14.85;0;4.07;22521
+69088;43.41157;3.41955;11;20220912;27.2;16.3;21.8;2.7;19.7;0;3.48;17608
+69088;43.41157;3.41955;11;20220913;26.9;24.1;25.5;4.6;27.5;5.3;2.29;7739
+69088;43.41157;3.41955;11;20220914;27;21.9;24.4;2.4;25.1;0;2.79;13442
+69088;43.41157;3.41955;11;20220915;32.2;17.9;25;2.2;18.6;0;4.61;21886
+69088;43.41157;3.41955;11;20220916;28.9;19.1;24;4.6;15.25;0;5.39;19060
+69088;43.41157;3.41955;11;20220917;24.8;14.6;19.7;5;9;0;5.48;19352
+69088;43.41157;3.41955;11;20220918;26.2;9.2;17.7;2.2;8.6;0;3.99;21347
+69088;43.41157;3.41955;11;20220919;27.7;8.5;18.1;1.6;10.9;0;3.55;21148
+69088;43.41157;3.41955;11;20220920;26.5;9.4;17.9;1.5;10.35;0;3.47;20948
+69088;43.41157;3.41955;11;20220921;25.7;10.6;18.1;1.9;10.7;0;3.57;20749
+69088;43.41157;3.41955;11;20220922;24.5;14.1;19.3;1.9;13.45;0;3.21;18231
+69088;43.41157;3.41955;11;20220923;23.6;13.5;18.6;2.6;16.25;34.5;2.8;16387
+69088;43.41157;3.41955;11;20220924;23.3;15.3;19.3;3;16.5;1.9;2.84;14949
+69088;43.41157;3.41955;11;20220925;23.4;13.2;18.3;3.3;12.6;0;3.5;17684
+69088;43.41157;3.41955;11;20220926;22.1;11.5;16.8;3.9;11.35;.2;3.49;17170
+69088;43.41157;3.41955;11;20220927;21.3;15.1;18.2;6.2;11.8;.1;3.99;12337
+69088;43.41157;3.41955;11;20220928;22.6;16.1;19.3;6;14.75;.5;3.6;13461
+69088;43.41157;3.41955;11;20220929;21.8;14.1;17.9;4;12.75;1;3.12;12608
+69088;43.41157;3.41955;11;20220930;20.3;12.5;16.4;3.8;10.45;0;3.19;13375
+69088;43.41157;3.41955;11;20221001;24.7;10;17.3;3.2;12.2;0;3.41;17564
+69088;43.41157;3.41955;11;20221002;28.4;13.2;20.8;2.4;14.65;0;3.58;18260
+69088;43.41157;3.41955;11;20221003;27.5;14.8;21.2;2.8;13.45;0;3.72;16774
+69088;43.41157;3.41955;11;20221004;24.5;9.9;17.2;1.4;13.35;.1;2.56;18148
+69088;43.41157;3.41955;11;20221005;21.8;11.9;16.8;2.4;16.35;.1;2;13600
+69088;43.41157;3.41955;11;20221006;25.7;14.1;19.9;1.7;16.6;.1;2.57;15363
+69088;43.41157;3.41955;11;20221007;22.3;13.5;17.9;1.7;16.3;4.9;2.09;14117
+69088;43.41157;3.41955;11;20221008;22.8;15.2;19;1.7;16.8;1.1;1.96;11124
+69088;43.41157;3.41955;11;20221009;22.5;12.2;17.3;2;15.8;.2;2.14;14970
+69088;43.41157;3.41955;11;20221010;23;16.6;19.8;2.1;17.8;.2;2.03;11134
+69088;43.41157;3.41955;11;20221011;24.1;12.7;18.4;1.6;15.55;0;2.26;15460
+69088;43.41157;3.41955;11;20221012;25;13.4;19.2;1.4;15.3;.8;2.27;15006
+69088;43.41157;3.41955;11;20221013;24;10.8;17.4;1.4;15;0;2.12;15178
+69088;43.41157;3.41955;11;20221014;25.9;16.9;21.4;3.1;15.7;.1;3.04;12393
+69088;43.41157;3.41955;11;20221015;23.1;11;17;1.6;15.4;0;1.92;13885
+69088;43.41157;3.41955;11;20221016;23.4;18.9;21.2;4.7;21.1;.1;1.88;7559
+69088;43.41157;3.41955;11;20221017;22.3;20;21.1;5.5;21.05;0;1.75;5016
+69088;43.41157;3.41955;11;20221018;21.6;19.5;20.6;3.1;20.95;.4;1.26;4167
+69088;43.41157;3.41955;11;20221019;21.4;19.2;20.3;2.7;21.6;.4;1.04;4208
+69088;43.41157;3.41955;11;20221020;21.2;20.2;20.7;4.5;22.35;3.6;.98;2432
+69088;43.41157;3.41955;11;20221021;24.4;20.2;22.3;3.1;20.75;0;2.01;7910
+69088;43.41157;3.41955;11;20221022;23.5;15.4;19.4;2.8;18;0;1.9;10544
+69088;43.41157;3.41955;11;20221023;22.4;18;20.2;3.7;21.5;.1;1.32;7248
+69088;43.41157;3.41955;11;20221024;25.7;18.8;22.2;2.4;20;0;2.05;9494
+69088;43.41157;3.41955;11;20221025;22.2;14.1;18.1;2;16.25;0;1.56;9133
+69088;43.41157;3.41955;11;20221026;23.1;18.4;20.7;3;20.3;0;1.56;7069
+69088;43.41157;3.41955;11;20221027;23.4;17.6;20.5;2.3;20.3;.2;1.42;7347
+69088;43.41157;3.41955;11;20221028;22.9;16.9;19.9;2.2;18.6;.1;1.55;8339
+69088;43.41157;3.41955;11;20221029;22.8;14;18.4;1.9;16.8;0;1.52;9884
+69088;43.41157;3.41955;11;20221030;22.7;15.9;19.3;2.5;18.15;0;1.53;8381
+69088;43.41157;3.41955;11;20221031;22.7;18.5;20.6;3.8;20.2;0;1.59;6502
+69088;43.41157;3.41955;11;20221101;24.8;16;20.4;2.4;15.8;.1;2.07;10122
+69088;43.41157;3.41955;11;20221102;23;13.7;18.4;2.3;11.95;.4;2.13;10043
+69088;43.41157;3.41955;11;20221103;17.1;10.6;13.9;3.8;12.9;2.1;1.33;7355
+69088;43.41157;3.41955;11;20221104;15.8;9.8;12.8;5.3;9.65;2;2.16;7885
+69088;43.41157;3.41955;11;20221105;17.3;10.3;13.8;5.2;7.25;0;3.14;9068
+69088;43.41157;3.41955;11;20221106;19.7;3.4;11.5;1.1;8.1;0;1.22;12248
+69088;43.41157;3.41955;11;20221107;20.5;5.3;12.9;2.1;10.7;.1;1.47;11836
+69088;43.41157;3.41955;11;20221108;20.2;12.5;16.4;4.5;17.2;1;1.01;7187
+69088;43.41157;3.41955;11;20221109;21.4;15.3;18.4;2.4;16.3;1.7;1.39;6880
+69088;43.41157;3.41955;11;20221110;21.3;11.1;16.2;2.7;11.55;.3;1.84;9933
+69088;43.41157;3.41955;11;20221111;19.9;11;15.5;2.4;13.5;0;1.28;8182
+69088;43.41157;3.41955;11;20221112;21;10.6;15.8;1.6;13.25;.1;1.17;9828
+69088;43.41157;3.41955;11;20221113;18.1;8.7;13.4;1.4;12.45;2.2;.91;7113
+69088;43.41157;3.41955;11;20221114;16.3;14.5;15.4;3.8;14.6;6.1;1.14;1946
+69088;43.41157;3.41955;11;20221115;18.1;14;16.1;3.5;14.95;.5;1.19;5490
+69088;43.41157;3.41955;11;20221116;19.8;9.8;14.8;1.8;11.65;0;1.24;8649
+69088;43.41157;3.41955;11;20221117;21.9;10.3;16.1;2.6;12.35;5.1;1.63;8838
+69088;43.41157;3.41955;11;20221118;16.8;10;13.4;3.3;10.35;.1;1.55;6624
+69088;43.41157;3.41955;11;20221119;15.1;7.3;11.2;4.3;8.35;.2;1.81;7170
+69088;43.41157;3.41955;11;20221120;15.9;6.2;11.1;3.6;7.75;0;1.79;8567
+69088;43.41157;3.41955;11;20221121;9.9;7.1;8.5;2.4;9.15;5.5;.74;2943
+69088;43.41157;3.41955;11;20221122;13.2;8;10.6;5.3;8.4;2.3;1.74;6293
+69088;43.41157;3.41955;11;20221123;18.1;8.1;13.1;2.5;10.15;2.3;1.27;7679
+69088;43.41157;3.41955;11;20221124;16.7;4;10.3;1.7;9.7;.1;.81;8792
+69088;43.41157;3.41955;11;20221125;16.4;7.3;11.9;3.1;10;0;1.25;7101
+69088;43.41157;3.41955;11;20221126;16.6;8.5;12.5;3.9;7.7;0;2.08;7418
+69088;43.41157;3.41955;11;20221127;14.1;1.4;7.7;2;8.5;1.6;.66;8420
+69088;43.41157;3.41955;11;20221128;13.3;10.6;11.9;3.7;11.25;7;.99;3369
+69088;43.41157;3.41955;11;20221129;13.5;6.7;10.1;3.3;7.8;0;1.37;6724
+69088;43.41157;3.41955;11;20221130;14;3.4;8.7;2.4;7.3;0;1;7942
+69088;43.41157;3.41955;11;20221201;12;2.2;7.1;2.9;7.6;0;.83;6730
+69088;43.41157;3.41955;11;20221202;10.6;-.1;5.2;1.1;7.05;.8;.42;7506
+69088;43.41157;3.41955;11;20221203;8.9;4.9;6.9;1.6;9;10.2;.44;3358
+69088;43.41157;3.41955;11;20221204;12.2;5.6;8.9;2.4;8.8;0;.78;5693
+69088;43.41157;3.41955;11;20221205;12.5;-.5;6;1.8;6.35;.1;.72;8563
+69088;43.41157;3.41955;11;20221206;13.8;.8;7.3;.9;6.45;.1;.51;7987
+69088;43.41157;3.41955;11;20221207;13.1;.9;7;1.3;6.8;0;.55;8100
+69088;43.41157;3.41955;11;20221208;7.5;.4;3.9;2.8;7.35;2;.41;4615
+69088;43.41157;3.41955;11;20221209;15.2;6.2;10.7;1.9;11.25;0;.56;6034
+69088;43.41157;3.41955;11;20221210;8.7;8.7;8.7;3.8;7.7;0;1.35;1423
+69088;43.41157;3.41955;11;20221211;8.9;-1.1;3.9;2.1;4.25;0;.93;7329
+69088;43.41157;3.41955;11;20221212;6.8;-4.5;1.2;2.3;5.15;5.7;.52;7256
+69088;43.41157;3.41955;11;20221213;8;2.7;5.3;3.1;8.6;4;.3;4278
+69088;43.41157;3.41955;11;20221214;12.2;7.4;9.8;2.7;11.45;4;.43;3473
+69088;43.41157;3.41955;11;20221215;13.8;10.4;12.1;3.4;12.1;18.2;.75;3089
+69088;43.41157;3.41955;11;20221216;13.8;7.4;10.6;1.5;10.55;.3;.55;5128
+69088;43.41157;3.41955;11;20221217;12.7;1.7;7.2;1.6;7.1;0;.6;7551
+69088;43.41157;3.41955;11;20221218;12.2;.8;6.5;3.2;8.35;.1;.7;5866
+69088;43.41157;3.41955;11;20221219;15.9;12.7;14.3;5.8;14.1;.5;1.01;2640
+69088;43.41157;3.41955;11;20221220;15.8;14.3;15;5.2;14.51;.1;1.04;1956
+69088;43.41157;3.41955;11;20221221;19.1;13.1;16.1;2.5;12.5;0;1.25;5394
+69088;43.41157;3.41955;11;20221222;19.9;7.8;13.8;2.3;11.7;0;.98;6998
+69088;43.41157;3.41955;11;20221223;21.5;13.4;17.4;2.6;13.25;0;1.42;6237
+69088;43.41157;3.41955;11;20221224;20.4;7.1;13.7;1.3;11.15;.1;.68;8222
+69088;43.41157;3.41955;11;20221225;14.3;6.1;10.2;2.9;11.9;0;.42;5234
+69088;43.41157;3.41955;11;20221226;17.7;12.1;14.9;2.1;13.05;.1;.88;4878
+69088;43.41157;3.41955;11;20221227;15.8;6.7;11.3;1.5;10.4;.1;.6;6554
+69088;43.41157;3.41955;11;20221228;11.9;4.4;8.2;2.2;9.6;0;.47;5613
+69088;43.41157;3.41955;11;20221229;15;10.5;12.8;2;12;0;.72;3666
+69088;43.41157;3.41955;11;20221230;15.1;8.7;11.9;1.7;11.6;.1;.6;5381
+69088;43.41157;3.41955;11;20221231;15.2;8.8;12;3.2;13.25;0;.5;4248
+69089;43.47264;3.69754;1;20220101;10.4;6.9;8.7;1.7;11.01;.2;.33;3218
+69089;43.47264;3.69754;1;20220102;11.1;8.3;9.7;2.4;10.76;0;.52;3047
+69089;43.47264;3.69754;1;20220103;14.8;6.7;10.8;2.8;10.91;0;.83;6392
+69089;43.47264;3.69754;1;20220104;12.4;8.5;10.4;4.4;11.71;.3;.59;2868
+69089;43.47264;3.69754;1;20220105;10.3;8.8;9.6;5.9;5.61;.1;2.41;5966
+69089;43.47264;3.69754;1;20220106;11;3.7;7.4;5.8;4.56;0;2.34;7273
+69089;43.47264;3.69754;1;20220107;10.2;1.9;6;3.9;5.61;0;1.36;6694
+69089;43.47264;3.69754;1;20220108;14.8;5.8;10.3;4.6;8.56;0;1.47;7739
+69089;43.47264;3.69754;1;20220109;11.5;8.5;10;4.8;7.51;.3;1.77;3701
+69089;43.47264;3.69754;1;20220110;12.2;7.1;9.7;4.3;6.66;0;1.84;4387
+69089;43.47264;3.69754;1;20220111;10.6;1.9;6.3;4;4.66;0;1.76;7531
+69089;43.47264;3.69754;1;20220112;9.5;.6;5.1;4.3;4.66;0;1.57;8550
+69089;43.47264;3.69754;1;20220113;10.8;-.8;5;3.2;4.61;0;1.38;8894
+69089;43.47264;3.69754;1;20220114;11.5;1.2;6.4;2.8;5.56;0;1.21;7695
+69089;43.47264;3.69754;1;20220115;10.1;-.6;4.8;1.8;5.96;0;.76;7581
+69089;43.47264;3.69754;1;20220116;15.7;-.6;7.5;3.4;4.96;0;1.86;8913
+69089;43.47264;3.69754;1;20220117;15.2;2.9;9.1;4.6;5.81;0;2.26;8280
+69089;43.47264;3.69754;1;20220118;12.6;1.6;7.1;1.9;6.16;0;1;8363
+69089;43.47264;3.69754;1;20220119;13.4;2.9;8.1;3.7;6.61;0;1.55;6461
+69089;43.47264;3.69754;1;20220120;13.4;4.4;8.9;4.7;5.71;0;2.14;8366
+69089;43.47264;3.69754;1;20220121;10.5;2.9;6.7;4.8;4.16;0;2.22;8252
+69089;43.47264;3.69754;1;20220122;11.2;-.3;5.4;4.7;4.76;0;1.88;9007
+69089;43.47264;3.69754;1;20220123;11.6;2.9;7.2;4.2;5.96;0;1.62;9547
+69089;43.47264;3.69754;1;20220124;11.4;2.5;7;2.6;6.81;0;1.07;6999
+69089;43.47264;3.69754;1;20220125;11.8;.9;6.4;2.5;7.61;0;.92;8668
+69089;43.47264;3.69754;1;20220126;13.7;1.2;7.5;2.5;6.91;0;1.28;9679
+69089;43.47264;3.69754;1;20220127;11.8;-.1;5.9;2.3;6.16;0;1.08;10296
+69089;43.47264;3.69754;1;20220128;17.3;.7;9;5.1;4.96;0;3.05;10240
+69089;43.47264;3.69754;1;20220129;16;3.4;9.7;3.4;5.31;0;2.2;10095
+69089;43.47264;3.69754;1;20220130;17.9;4.5;11.2;4.8;7.06;0;2.65;10018
+69089;43.47264;3.69754;1;20220131;13.3;1.7;7.5;6.3;6.56;0;2.12;9074
+69089;43.47264;3.69754;1;20220201;13.1;5.2;9.1;6.8;5.76;0;2.73;9051
+69089;43.47264;3.69754;1;20220202;17;9.1;13.1;6.9;8.01;0;2.95;9936
+69089;43.47264;3.69754;1;20220203;16;4.9;10.4;3.7;7.66;0;1.91;9068
+69089;43.47264;3.69754;1;20220204;16.7;4.8;10.8;4.2;8.46;0;1.96;9555
+69089;43.47264;3.69754;1;20220205;16.9;6.8;11.9;4.2;7.16;0;2.48;10391
+69089;43.47264;3.69754;1;20220206;13.5;2.1;7.8;5.1;6.26;.3;2.17;9655
+69089;43.47264;3.69754;1;20220207;15.9;9.3;12.6;7.1;7.41;.1;3.2;8478
+69089;43.47264;3.69754;1;20220208;15.3;2.5;8.9;3.3;4.61;0;2.38;12347
+69089;43.47264;3.69754;1;20220209;13.5;4.2;8.8;3.1;8.26;0;1.37;7375
+69089;43.47264;3.69754;1;20220210;13.9;9.9;11.9;2.5;10.41;0;1.22;7472
+69089;43.47264;3.69754;1;20220211;16.4;5.5;10.9;4;7.31;0;2.34;9881
+69089;43.47264;3.69754;1;20220212;14.5;5.9;10.2;4.8;7.56;1.7;2.13;8911
+69089;43.47264;3.69754;1;20220213;12;8.9;10.5;8.5;11.26;2.4;.98;2375
+69089;43.47264;3.69754;1;20220214;12.8;11.8;12.3;6.2;10.21;2.3;1.83;3884
+69089;43.47264;3.69754;1;20220215;13.9;7.3;10.6;5.3;7.46;0;2.37;11555
+69089;43.47264;3.69754;1;20220216;16.1;8.3;12.2;4;10.11;0;1.76;8796
+69089;43.47264;3.69754;1;20220217;19.6;13.2;16.4;5.9;11.56;0;2.91;9497
+69089;43.47264;3.69754;1;20220218;16.2;8.1;12.2;2.5;11.41;0;1.46;10982
+69089;43.47264;3.69754;1;20220219;15.2;9.7;12.5;4.5;6.61;0;2.89;7896
+69089;43.47264;3.69754;1;20220220;16;7;11.5;5.3;7.61;0;2.74;12713
+69089;43.47264;3.69754;1;20220221;16.1;11.1;13.6;7.5;7.86;.1;3.56;11816
+69089;43.47264;3.69754;1;20220222;17;9.1;13.1;5.9;7.36;0;3.37;12367
+69089;43.47264;3.69754;1;20220223;18.7;9.7;14.2;4;9.01;0;2.8;13826
+69089;43.47264;3.69754;1;20220224;15.9;7.5;11.7;3.3;10.81;.1;1.51;9306
+69089;43.47264;3.69754;1;20220225;15.2;9.6;12.4;5;6.01;0;3.32;11492
+69089;43.47264;3.69754;1;20220226;13.9;6.3;10.1;4.7;5.76;0;2.87;15066
+69089;43.47264;3.69754;1;20220227;13.8;2.7;8.3;3.8;7.61;0;1.91;12532
+69089;43.47264;3.69754;1;20220228;13.8;4.4;9.1;3.4;8.56;0;1.79;13871
+69089;43.47264;3.69754;1;20220301;12.9;4.3;8.6;4.1;7.81;0;1.84;9210
+69089;43.47264;3.69754;1;20220302;11.7;5.2;8.4;3;9.01;.7;1.04;3404
+69089;43.47264;3.69754;1;20220303;14.7;5.5;10.1;2.5;9.16;0;1.7;13145
+69089;43.47264;3.69754;1;20220304;18.8;7.9;13.4;4.1;9.41;0;2.7;12302
+69089;43.47264;3.69754;1;20220305;15;5.5;10.2;3.5;7.96;0;2.27;14105
+69089;43.47264;3.69754;1;20220306;13.9;3.1;8.5;3.1;5.41;0;2.46;13653
+69089;43.47264;3.69754;1;20220307;12.6;1.1;6.9;2.8;5.46;0;2.15;14054
+69089;43.47264;3.69754;1;20220308;11.7;3.1;7.4;3.8;7.56;1;1.58;7415
+69089;43.47264;3.69754;1;20220309;13.2;6.7;10;3.1;9.91;.6;1.46;9393
+69089;43.47264;3.69754;1;20220310;13.5;7;10.3;5.6;11.26;.8;1.22;8589
+69089;43.47264;3.69754;1;20220311;12.9;11.7;12.3;8.7;11.11;14.6;1.71;2677
+69089;43.47264;3.69754;1;20220312;11.7;9.4;10.6;9.3;10.86;34.1;1.19;2401
+69089;43.47264;3.69754;1;20220313;11.4;9;10.2;9.8;10.26;24.6;1.38;2360
+69089;43.47264;3.69754;1;20220314;13.2;7.6;10.4;5.2;11.01;0;1.03;4699
+69089;43.47264;3.69754;1;20220315;14;11.4;12.7;4.2;12.21;0;1.29;5111
+69089;43.47264;3.69754;1;20220316;15;10.1;12.6;2.4;11.86;0;1.51;9080
+69089;43.47264;3.69754;1;20220317;16.1;9.2;12.7;2.9;11.56;.6;1.66;8753
+69089;43.47264;3.69754;1;20220318;16.2;10.8;13.5;2.4;11.26;.4;1.81;9336
+69089;43.47264;3.69754;1;20220319;16.4;8.6;12.5;2.8;9.51;0;2.3;12629
+69089;43.47264;3.69754;1;20220320;12.6;7.4;10;7;10.46;10.3;1.37;6026
+69089;43.47264;3.69754;1;20220321;12.9;9.1;11;7.5;9.26;0;2.24;6866
+69089;43.47264;3.69754;1;20220322;14.9;4.8;9.8;4.9;7.96;0;2.75;17698
+69089;43.47264;3.69754;1;20220323;15.1;4.4;9.8;3;7.71;0;2.61;18400
+69089;43.47264;3.69754;1;20220324;16.7;5;10.8;2.6;7.46;0;2.86;18286
+69089;43.47264;3.69754;1;20220325;17.1;5.2;11.2;2.6;7.96;0;2.76;17616
+69089;43.47264;3.69754;1;20220326;17.3;6.1;11.7;2.9;8.31;0;2.94;18575
+69089;43.47264;3.69754;1;20220327;20.7;7.3;14;2.5;7.31;0;3.38;16429
+69089;43.47264;3.69754;1;20220328;19.2;7.4;13.3;2.3;8.91;0;2.95;17443
+69089;43.47264;3.69754;1;20220329;16.2;8.4;12.3;3.8;12.46;4.9;1.88;13772
+69089;43.47264;3.69754;1;20220330;16.7;10.4;13.5;3.2;11.41;.4;2.17;11885
+69089;43.47264;3.69754;1;20220331;18.6;11;14.8;5.5;8.11;.1;4.36;20732
+69089;43.47264;3.69754;1;20220401;11.3;5.7;8.5;10.8;5.2;.1;4.11;21000
+69089;43.47264;3.69754;1;20220402;9.1;4.7;6.9;9.1;4.3;0;3.51;11500
+69089;43.47264;3.69754;1;20220403;11.9;2.8;7.3;5.7;5.24;0;3.2;20285
+69089;43.47264;3.69754;1;20220404;16.4;2.8;9.6;3.2;5.41;0;3.52;22584
+69089;43.47264;3.69754;1;20220405;18;3.5;10.7;2.9;6.86;0;3.6;23887
+69089;43.47264;3.69754;1;20220406;18;7.3;12.7;3.2;9.56;0;2.94;16930
+69089;43.47264;3.69754;1;20220407;21.7;11.9;16.8;5.2;10.51;.1;4.33;17535
+69089;43.47264;3.69754;1;20220408;20.6;12.8;16.7;4.9;12.01;0;3.93;20321
+69089;43.47264;3.69754;1;20220409;17.8;10.5;14.1;5.5;6.16;0;4.84;21249
+69089;43.47264;3.69754;1;20220410;16.4;4.2;10.3;3.5;7.26;.1;3.49;23383
+69089;43.47264;3.69754;1;20220411;14.4;8.4;11.4;6.1;11.66;.2;1.75;11123
+69089;43.47264;3.69754;1;20220412;16.2;8;12.1;4.8;11.11;0;2.59;17243
+69089;43.47264;3.69754;1;20220413;18.3;10.1;14.2;3.5;10.86;0;3.16;17776
+69089;43.47264;3.69754;1;20220414;23.9;9.8;16.8;3.5;10.56;0;4.6;23583
+69089;43.47264;3.69754;1;20220415;27.4;12.8;20.1;4.4;11.91;0;5.68;24475
+69089;43.47264;3.69754;1;20220416;24.5;14.1;19.3;6.5;10.41;0;6.23;23098
+69089;43.47264;3.69754;1;20220417;20.2;11.1;15.7;3.4;9.5;0;4.48;25900
+69089;43.47264;3.69754;1;20220418;20.4;9.9;15.2;3.5;11.26;0;3.95;22981
+69089;43.47264;3.69754;1;20220419;22.6;12;17.3;4.3;11.31;2.1;4.76;24236
+69089;43.47264;3.69754;1;20220420;16.9;11.9;14.4;3.9;13.61;15.6;1.61;7296
+69089;43.47264;3.69754;1;20220421;18.5;12.2;15.3;4;13.31;.8;2.49;13321
+69089;43.47264;3.69754;1;20220422;19.6;11;15.3;4.7;13.36;0;3.53;22866
+69089;43.47264;3.69754;1;20220423;15.7;14.4;15.1;6.6;12.76;8.1;2.21;6130
+69089;43.47264;3.69754;1;20220424;18.4;9.5;14;3.8;11.46;.6;2.81;14710
+69089;43.47264;3.69754;1;20220425;22.2;11.4;16.8;5.4;11.11;0;5.04;26168
+69089;43.47264;3.69754;1;20220426;20.1;9.4;14.8;3.8;11.06;0;3.98;23582
+69089;43.47264;3.69754;1;20220427;20.3;11.3;15.8;3.4;13.06;0;3.65;22313
+69089;43.47264;3.69754;1;20220428;23.4;12.5;17.9;3.3;13.11;0;4.35;23598
+69089;43.47264;3.69754;1;20220429;23;12.9;18;3.2;13.91;0;4.22;22833
+69089;43.47264;3.69754;1;20220430;25.4;14.9;20.2;2.9;12.56;0;5.03;24025
+69089;43.47264;3.69754;1;20220501;22.7;11.2;17;3.3;9.71;0;4.78;23583
+69089;43.47264;3.69754;1;20220502;21.6;12.9;17.2;3.3;11.51;0;4.15;19892
+69089;43.47264;3.69754;1;20220503;21.4;13.2;17.3;2.9;14.01;.3;3.61;20106
+69089;43.47264;3.69754;1;20220504;21.9;11.4;16.6;3.1;13.46;1.3;4.13;24626
+69089;43.47264;3.69754;1;20220505;21.9;14.1;18;3.4;11.81;5;3.97;17682
+69089;43.47264;3.69754;1;20220506;23.2;12.8;18;4.7;10.11;0;5.31;22364
+69089;43.47264;3.69754;1;20220507;25.9;15.4;20.7;3.8;10.66;.2;5.77;23983
+69089;43.47264;3.69754;1;20220508;24.7;14.3;19.5;3.9;12.36;1.1;5.21;23627
+69089;43.47264;3.69754;1;20220509;22.9;13.1;18;2.8;15.41;0;4.29;26242
+69089;43.47264;3.69754;1;20220510;22.8;13.4;18.1;2.5;15.26;.1;4.26;25460
+69089;43.47264;3.69754;1;20220511;21.6;13.5;17.6;4.4;15.76;0;3.92;24272
+69089;43.47264;3.69754;1;20220512;21.2;14.3;17.7;4;15.86;0;3.85;23312
+69089;43.47264;3.69754;1;20220513;23.7;13.6;18.6;2.9;14.96;0;4.49;25199
+69089;43.47264;3.69754;1;20220514;25.7;15.2;20.5;2.7;16.66;0;4.91;26847
+69089;43.47264;3.69754;1;20220515;22.6;16.7;19.7;4.3;19.11;0;3.72;22579
+69089;43.47264;3.69754;1;20220516;23.3;15.5;19.4;3.8;17.56;.1;4.12;23437
+69089;43.47264;3.69754;1;20220517;24.1;15.8;20;3.2;18.36;0;4.38;25729
+69089;43.47264;3.69754;1;20220518;30.9;16.6;23.7;3;18.61;.1;6.14;29182
+69089;43.47264;3.69754;1;20220519;24.3;18.5;21.4;3.1;20.41;0;4.13;22929
+69089;43.47264;3.69754;1;20220520;24.6;16.5;20.5;4.3;19.31;0;4.41;25131
+69089;43.47264;3.69754;1;20220521;25.7;17.4;21.5;3.1;18.41;.1;4.65;23989
+69089;43.47264;3.69754;1;20220522;24.9;17.3;21.1;3.4;19.91;0;4.12;22410
+69089;43.47264;3.69754;1;20220523;27.9;19.7;23.8;3.7;18.66;.1;4.63;17589
+69089;43.47264;3.69754;1;20220524;22.6;17.7;20.2;4.9;12.16;2.9;4.78;15558
+69089;43.47264;3.69754;1;20220525;27.3;16.9;22.1;5.7;10.66;0;7.02;23619
+69089;43.47264;3.69754;1;20220526;29.4;17.4;23.4;5.3;10.96;0;7.92;29226
+69089;43.47264;3.69754;1;20220527;32.9;16.4;24.6;4.6;13.11;0;7.94;28089
+69089;43.47264;3.69754;1;20220528;30.8;18.1;24.4;4.5;11.31;0;7.87;28712
+69089;43.47264;3.69754;1;20220529;26.7;15.5;21.1;3.9;9.16;0;7.06;31363
+69089;43.47264;3.69754;1;20220530;24.9;14;19.4;3.1;9.66;.5;5.51;23993
+69089;43.47264;3.69754;1;20220531;25.1;17.1;21.1;2.5;15.16;0;5.09;25674
+69089;43.47264;3.69754;1;20220601;24.8;15.5;20.1;2.6;16.76;0;4.72;25983
+69089;43.47264;3.69754;1;20220602;24.8;18.6;21.7;3.1;19.96;0;4.17;21664
+69089;43.47264;3.69754;1;20220603;27.8;19;23.4;2.6;18.81;0;5.38;26097
+69089;43.47264;3.69754;1;20220604;26;20;23;2.9;21.01;.1;4.48;22348
+69089;43.47264;3.69754;1;20220605;32.2;20;26.1;3.7;18.51;0;7.18;30436
+69089;43.47264;3.69754;1;20220606;29;18.2;23.6;4.3;15.46;.5;6.94;29795
+69089;43.47264;3.69754;1;20220607;30.1;20;25.1;3.8;14.91;0;7.06;28560
+69089;43.47264;3.69754;1;20220608;27.1;18.5;22.8;4.1;13.41;0;5.75;19727
+69089;43.47264;3.69754;1;20220609;27.3;17.7;22.5;6.9;11.16;0;8.13;30070
+69089;43.47264;3.69754;1;20220610;32.4;17.7;25.1;4.4;12.11;0;8.38;31880
+69089;43.47264;3.69754;1;20220611;31.8;19.1;25.4;3.4;12.36;0;7.46;29292
+69089;43.47264;3.69754;1;20220612;30;19.3;24.7;2.3;14.31;.1;6.29;27832
+69089;43.47264;3.69754;1;20220613;34.1;20.4;27.2;3.6;17.31;.1;7.13;25514
+69089;43.47264;3.69754;1;20220614;30.3;21;25.6;3.5;14.31;0;6.97;26718
+69089;43.47264;3.69754;1;20220615;29.4;20.1;24.7;3.4;18.86;0;5.94;25668
+69089;43.47264;3.69754;1;20220616;30.7;19.2;24.9;2.8;19.46;0;6.26;29170
+69089;43.47264;3.69754;1;20220617;37.6;25;31.3;3.8;17.26;0;8.9;29534
+69089;43.47264;3.69754;1;20220618;29.5;20.7;25.1;2.6;21.51;0;5.74;27019
+69089;43.47264;3.69754;1;20220619;27.4;21.1;24.2;4.5;23.66;0;5.21;26565
+69089;43.47264;3.69754;1;20220620;27.3;20.6;24;4.3;22.86;0;4.97;24261
+69089;43.47264;3.69754;1;20220621;29.2;22.8;26;4.3;25.31;1.5;3.6;12249
+69089;43.47264;3.69754;1;20220622;27.6;22.5;25.1;5;24.76;0;4.9;23363
+69089;43.47264;3.69754;1;20220623;27.4;23.1;25.3;5.4;24.71;8;4.89;22735
+69089;43.47264;3.69754;1;20220624;29.5;19.9;24.7;4;19.11;1.3;6.31;27742
+69089;43.47264;3.69754;1;20220625;26.7;19;22.8;3.2;19.36;.3;5.25;25655
+69089;43.47264;3.69754;1;20220626;28.2;22.3;25.3;3.7;23.81;0;5.47;26631
+69089;43.47264;3.69754;1;20220627;31.5;20.3;25.9;4.8;17.21;.4;6.86;24162
+69089;43.47264;3.69754;1;20220628;33.2;19;26.1;4.3;14.41;0;8.14;31074
+69089;43.47264;3.69754;1;20220629;29.7;20.1;24.9;4.2;16.06;1.6;7.42;31761
+69089;43.47264;3.69754;1;20220630;28.1;19.4;23.7;3.9;18.61;0;5.27;22166
+69089;43.47264;3.69754;1;20220701;29.8;17.2;23.5;4.1;12.26;0;7.68;32130
+69089;43.47264;3.69754;1;20220702;28.5;17.4;23;3;13.31;0;6.34;28426
+69089;43.47264;3.69754;1;20220703;29.5;18.6;24;2.5;16.41;0;6.27;29676
+69089;43.47264;3.69754;1;20220704;33.2;21.6;27.4;3.8;20.61;1.9;7.02;27698
+69089;43.47264;3.69754;1;20220705;33.7;23.1;28.4;2.9;18.36;0;7.51;30695
+69089;43.47264;3.69754;1;20220706;33.9;23.1;28.5;4;12.56;0;8.21;25544
+69089;43.47264;3.69754;1;20220707;34.9;19.5;27.2;5;11.86;0;9.58;31601
+69089;43.47264;3.69754;1;20220708;33.7;21.8;27.7;4.8;12.31;0;8.98;29853
+69089;43.47264;3.69754;1;20220709;32.1;20.8;26.4;3.6;12.11;0;8.07;31124
+69089;43.47264;3.69754;1;20220710;35;23.6;29.3;4;12.41;0;8.74;28863
+69089;43.47264;3.69754;1;20220711;29.7;20.7;25.2;3.1;17.26;0;6.56;28928
+69089;43.47264;3.69754;1;20220712;29;20.1;24.6;2.5;22.71;0;5.6;28377
+69089;43.47264;3.69754;1;20220713;28.6;20.4;24.5;2.5;22.91;0;5.73;29532
+69089;43.47264;3.69754;1;20220714;29.3;21.5;25.4;2.6;25.16;0;5.38;26871
+69089;43.47264;3.69754;1;20220715;37;22.2;29.6;3.1;21.76;0;7.77;30442
+69089;43.47264;3.69754;1;20220716;35.8;25.2;30.5;4;14.91;0;8.87;29672
+69089;43.47264;3.69754;1;20220717;32.7;22.2;27.4;3.3;17.51;0;7.36;29736
+69089;43.47264;3.69754;1;20220718;33.2;22.7;27.9;2.3;22.06;.1;6.65;29571
+69089;43.47264;3.69754;1;20220719;30.5;22.2;26.4;1.9;25.11;0;5.5;26857
+69089;43.47264;3.69754;1;20220720;34.3;21.5;27.9;3.4;21.86;.3;6.94;27334
+69089;43.47264;3.69754;1;20220721;33.5;23;28.2;3.9;18.11;.1;7.49;27062
+69089;43.47264;3.69754;1;20220722;31.3;22.9;27.1;3.1;22.06;.4;5.89;24069
+69089;43.47264;3.69754;1;20220723;32.6;24.2;28.4;4.2;19.36;0;7.2;25528
+69089;43.47264;3.69754;1;20220724;32.4;24.1;28.3;3.1;18.51;0;7.13;28728
+69089;43.47264;3.69754;1;20220725;36.7;22.7;29.7;3.8;21.06;.1;7.4;24919
+69089;43.47264;3.69754;1;20220726;35.4;22.9;29.2;4.9;13.81;0;9.28;29779
+69089;43.47264;3.69754;1;20220727;32.8;21.2;27;3.8;12.51;0;8.04;29880
+69089;43.47264;3.69754;1;20220728;30.6;20.3;25.4;3.6;14.06;0;6.65;24334
+69089;43.47264;3.69754;1;20220729;28.2;20.4;24.3;2.9;18.16;.9;4.65;18080
+69089;43.47264;3.69754;1;20220730;34.5;23;28.8;3.6;15.81;0;8;29309
+69089;43.47264;3.69754;1;20220731;35.9;23.8;29.9;4.5;15.81;0;8.78;28429
+69089;43.47264;3.69754;1;20220801;35.2;25;30.1;4.1;15.76;0;8.18;26182
+69089;43.47264;3.69754;1;20220802;34.2;25.5;29.9;3.4;16.56;0;7.64;27414
+69089;43.47264;3.69754;1;20220803;30.9;22.1;26.5;3;21.51;0;5.79;24921
+69089;43.47264;3.69754;1;20220804;29.2;22.4;25.8;2.2;25.36;0;4.88;24290
+69089;43.47264;3.69754;1;20220805;32.7;23.6;28.1;2.4;24.46;0;5.59;23926
+69089;43.47264;3.69754;1;20220806;35.2;23.6;29.4;3.8;17.96;0;7.76;27310
+69089;43.47264;3.69754;1;20220807;32.6;24.3;28.5;4;15.86;0;7.38;24603
+69089;43.47264;3.69754;1;20220808;33.9;22.3;28.1;3.6;14.51;0;7.61;27720
+69089;43.47264;3.69754;1;20220809;33.3;21.3;27.3;2.8;16.26;0;6.18;22505
+69089;43.47264;3.69754;1;20220810;30.5;21.1;25.8;2.9;24.41;0;5.32;25848
+69089;43.47264;3.69754;1;20220811;30.6;21.9;26.3;3;26.26;0;5.06;24286
+69089;43.47264;3.69754;1;20220812;30.9;23.8;27.3;3.1;27.36;0;4.92;22302
+69089;43.47264;3.69754;1;20220813;30.6;23.9;27.2;3.4;28.46;.3;4.5;20106
+69089;43.47264;3.69754;1;20220814;29.6;25.6;27.6;4.5;24.16;1.7;5.12;17962
+69089;43.47264;3.69754;1;20220815;30.2;21.1;25.6;3.3;19.56;0;5.83;25311
+69089;43.47264;3.69754;1;20220816;29.7;21;25.3;3.8;19.51;24.8;5.41;21310
+69089;43.47264;3.69754;1;20220817;27.6;20.2;23.9;4.3;20.71;8.5;4.15;16141
+69089;43.47264;3.69754;1;20220818;28.3;17.9;23.1;3.9;17.16;.3;4.56;16073
+69089;43.47264;3.69754;1;20220819;31.8;22;26.9;6;15.81;0;7.66;23569
+69089;43.47264;3.69754;1;20220820;33.7;21.2;27.4;3.7;16.46;0;7.03;26014
+69089;43.47264;3.69754;1;20220821;33.1;20.9;27;4;15.16;0;6.72;20916
+69089;43.47264;3.69754;1;20220822;32.7;22.2;27.4;5;16.66;0;7.27;23530
+69089;43.47264;3.69754;1;20220823;33.6;22.2;27.9;3.6;17.51;0;6.7;24469
+69089;43.47264;3.69754;1;20220824;30.2;21.8;26;2.3;18.16;0;5.24;22646
+69089;43.47264;3.69754;1;20220825;29.3;20.3;24.8;3;22.31;.2;4.16;18149
+69089;43.47264;3.69754;1;20220826;33.6;22.1;27.8;3.3;18.36;0;6.38;24068
+69089;43.47264;3.69754;1;20220827;30.5;21.1;25.8;3.1;18.16;0;5.55;23412
+69089;43.47264;3.69754;1;20220828;29.8;20.2;25;3;18.41;0;5.12;21583
+69089;43.47264;3.69754;1;20220829;28.5;19.5;24;3.3;23.06;1.6;4.21;20948
+69089;43.47264;3.69754;1;20220830;28.8;22.7;25.8;3.6;25.66;0;4.19;19974
+69089;43.47264;3.69754;1;20220831;30.4;19.7;25.1;3.6;20.11;0;4.56;16901
+69089;43.47264;3.69754;1;20220901;30.9;21.1;26;3.4;19.26;3.2;5.27;20920
+69089;43.47264;3.69754;1;20220902;27.6;20.7;24.2;3.2;21.36;8.7;3.67;15458
+69089;43.47264;3.69754;1;20220903;26.9;20.1;23.5;2.4;21.86;.4;3.4;16631
+69089;43.47264;3.69754;1;20220904;28;20.5;24.2;3.3;23.61;.4;3.69;17783
+69089;43.47264;3.69754;1;20220905;27.9;22.5;25.2;3.5;26.86;0;3.25;15810
+69089;43.47264;3.69754;1;20220906;27.8;23.2;25.5;4.4;25.76;3.6;3.25;12804
+69089;43.47264;3.69754;1;20220907;27.1;19.2;23.1;5.1;23.31;7.7;2.99;12291
+69089;43.47264;3.69754;1;20220908;27.6;18.5;23.1;3;17.41;0;4.19;18224
+69089;43.47264;3.69754;1;20220909;27.3;18.4;22.8;3.6;15.31;.1;4.4;15384
+69089;43.47264;3.69754;1;20220910;25.4;17.4;21.4;3.6;15.56;0;4.26;19196
+69089;43.47264;3.69754;1;20220911;27.5;17.4;22.4;3.6;15.16;0;4.73;19567
+69089;43.47264;3.69754;1;20220912;25.8;17.6;21.7;3.5;19.66;.1;2.79;10061
+69089;43.47264;3.69754;1;20220913;25.8;22.6;24.2;5.5;27.16;3;2.04;9195
+69089;43.47264;3.69754;1;20220914;26.8;22.4;24.6;4.3;26.01;0;2.5;10329
+69089;43.47264;3.69754;1;20220915;30.2;19.7;25;3.5;19.66;0;4.46;17834
+69089;43.47264;3.69754;1;20220916;28.8;20.3;24.6;4.1;15.46;0;5.33;20007
+69089;43.47264;3.69754;1;20220917;23.5;15.8;19.7;5.2;9.36;0;5.39;20097
+69089;43.47264;3.69754;1;20220918;24.9;12.7;18.8;3.6;8.56;0;4.83;20691
+69089;43.47264;3.69754;1;20220919;25.6;13.4;19.5;3.8;9.76;0;4.77;19162
+69089;43.47264;3.69754;1;20220920;25.6;12.5;19;3.6;9.11;0;4.72;19646
+69089;43.47264;3.69754;1;20220921;25.2;13.3;19.2;2.8;10.96;0;4.1;19846
+69089;43.47264;3.69754;1;20220922;23.3;13.9;18.6;3;12.76;0;3.43;16070
+69089;43.47264;3.69754;1;20220923;23.3;14.8;19;3.2;17.16;36.7;2.75;15107
+69089;43.47264;3.69754;1;20220924;22.1;16.2;19.1;5.3;17.21;2.3;2.63;12139
+69089;43.47264;3.69754;1;20220925;23.2;14.2;18.7;3.4;12.96;0;3.6;18277
+69089;43.47264;3.69754;1;20220926;22.3;13.3;17.8;4.5;11.56;.1;3.87;17140
+69089;43.47264;3.69754;1;20220927;20.8;16.2;18.5;5.8;11.31;0;4.12;14011
+69089;43.47264;3.69754;1;20220928;23.3;16.5;19.9;5.7;14.36;.3;3.91;14865
+69089;43.47264;3.69754;1;20220929;21.5;15.8;18.6;3.8;12.71;.5;3.13;11746
+69089;43.47264;3.69754;1;20220930;20.6;14;17.3;3.8;10.71;0;3.36;14668
+69089;43.47264;3.69754;1;20221001;24.1;11.7;17.9;3.5;12.36;.1;3.27;13741
+69089;43.47264;3.69754;1;20221002;27.9;16.2;22;4.2;15.01;0;4.32;17412
+69089;43.47264;3.69754;1;20221003;26.4;16.4;21.4;3.6;13.41;0;3.85;13871
+69089;43.47264;3.69754;1;20221004;23.3;14.2;18.7;2.6;14.16;.1;2.95;16807
+69089;43.47264;3.69754;1;20221005;21;14.3;17.7;2.5;17.71;0;1.54;8517
+69089;43.47264;3.69754;1;20221006;23.5;15;19.3;2.2;17.66;0;2.3;14361
+69089;43.47264;3.69754;1;20221007;21.9;14.5;18.2;2.6;16.76;1.2;1.98;11222
+69089;43.47264;3.69754;1;20221008;21.9;16.4;19.2;2.4;16.16;1.2;1.84;6403
+69089;43.47264;3.69754;1;20221009;21.3;14.2;17.7;3.6;15.46;.3;2.14;9904
+69089;43.47264;3.69754;1;20221010;22.6;15.5;19.1;2.3;17.51;.1;2.04;12053
+69089;43.47264;3.69754;1;20221011;22.3;13.8;18;2.1;16.46;0;2;12856
+69089;43.47264;3.69754;1;20221012;24;15.2;19.6;2.3;16.01;.5;2.36;12138
+69089;43.47264;3.69754;1;20221013;21.6;13.2;17.4;1.9;15.66;.5;1.74;9769
+69089;43.47264;3.69754;1;20221014;25.3;17.6;21.5;3;16.31;.1;2.65;9675
+69089;43.47264;3.69754;1;20221015;23.2;14.1;18.7;2.8;16.01;.2;2.43;14364
+69089;43.47264;3.69754;1;20221016;22;17.7;19.9;5.6;21.81;.3;1.27;8399
+69089;43.47264;3.69754;1;20221017;21.7;18;19.8;5.2;20.66;0;1.42;6682
+69089;43.47264;3.69754;1;20221018;22.2;18.1;20.2;2.5;20.51;.1;1.38;7163
+69089;43.47264;3.69754;1;20221019;21;17.9;19.4;2.6;20.86;.3;.98;5001
+69089;43.47264;3.69754;1;20221020;20.8;20.4;20.6;6.8;22.21;.7;1.01;2645
+69089;43.47264;3.69754;1;20221021;22.4;20.2;21.3;6.8;22.41;0;1.44;5702
+69089;43.47264;3.69754;1;20221022;23.1;17.7;20.4;3.3;19.86;0;1.66;7632
+69089;43.47264;3.69754;1;20221023;21.5;20.4;21;5.7;23.01;0;.96;3625
+69089;43.47264;3.69754;1;20221024;23;20.4;21.7;3.5;21.81;0;1.69;8785
+69089;43.47264;3.69754;1;20221025;22.4;15.7;19.1;2.8;18.36;.1;1.5;6868
+69089;43.47264;3.69754;1;20221026;22.8;18.1;20.4;3.8;20.76;0;1.38;5983
+69089;43.47264;3.69754;1;20221027;22.6;19.7;21.2;2.8;21.26;0;1.48;7713
+69089;43.47264;3.69754;1;20221028;22.5;17.5;20;2.7;19.11;.1;1.61;9235
+69089;43.47264;3.69754;1;20221029;22.9;14;18.4;2.4;16.96;.1;1.57;9384
+69089;43.47264;3.69754;1;20221030;22.4;15.7;19.1;3.4;18.81;.7;1.49;8487
+69089;43.47264;3.69754;1;20221031;22;17.7;19.8;5.7;20.51;0;1.37;5190
+69089;43.47264;3.69754;1;20221101;23.8;19;21.4;4.2;17.76;.1;2.45;9469
+69089;43.47264;3.69754;1;20221102;22.3;14.9;18.6;2.7;12.51;.6;2.21;9370
+69089;43.47264;3.69754;1;20221103;17.5;11.2;14.4;4.4;13.16;6.3;1.55;4772
+69089;43.47264;3.69754;1;20221104;16.2;10.4;13.3;4.6;9.71;1.9;2.11;8601
+69089;43.47264;3.69754;1;20221105;17.9;11.2;14.6;4.8;7.56;0;3.03;10906
+69089;43.47264;3.69754;1;20221106;18;6.9;12.4;2.5;8.31;0;1.8;10603
+69089;43.47264;3.69754;1;20221107;19.7;9;14.3;2.8;11.11;.1;1.75;9364
+69089;43.47264;3.69754;1;20221108;18.9;12.5;15.7;6.3;16.86;1.4;.96;2905
+69089;43.47264;3.69754;1;20221109;21.3;18.1;19.7;5.6;17.46;.9;2.02;6311
+69089;43.47264;3.69754;1;20221110;20.5;12.9;16.7;4.6;11.41;0;2.56;9750
+69089;43.47264;3.69754;1;20221111;20.7;12.7;16.7;4.1;13.16;0;1.96;8973
+69089;43.47264;3.69754;1;20221112;20.4;10.8;15.6;2.4;13.96;.1;1.24;9031
+69089;43.47264;3.69754;1;20221113;18.7;11.4;15;2.8;13.41;1.7;1.26;5518
+69089;43.47264;3.69754;1;20221114;18;13.6;15.8;5.6;14.36;23.9;1.54;3823
+69089;43.47264;3.69754;1;20221115;19;14;16.5;5.4;15.26;.4;1.46;5397
+69089;43.47264;3.69754;1;20221116;19.2;10.8;15;3.2;12.01;0;1.6;8276
+69089;43.47264;3.69754;1;20221117;19.5;11.5;15.5;2.3;13.26;2.4;1.25;6833
+69089;43.47264;3.69754;1;20221118;16.7;11.7;14.2;4.1;10.01;.1;1.92;6921
+69089;43.47264;3.69754;1;20221119;16;7.2;11.6;4;8.01;0;1.92;9097
+69089;43.47264;3.69754;1;20221120;15.2;8;11.6;4.3;7.56;0;2.03;9157
+69089;43.47264;3.69754;1;20221121;10.3;7.6;8.9;3.7;8.86;6.4;1.07;3582
+69089;43.47264;3.69754;1;20221122;13.9;8.2;11.1;4.9;8.36;1.3;1.74;7625
+69089;43.47264;3.69754;1;20221123;17.7;8.7;13.2;2.7;10.26;2.1;1.35;6620
+69089;43.47264;3.69754;1;20221124;17;10.9;13.9;3.5;9.91;.1;1.65;7646
+69089;43.47264;3.69754;1;20221125;18;9.6;13.8;3.2;9.46;0;1.74;6413
+69089;43.47264;3.69754;1;20221126;16.6;7.9;12.3;4;7.56;0;2.12;7635
+69089;43.47264;3.69754;1;20221127;14.5;5.1;9.8;4;8.91;2.3;1.3;7049
+69089;43.47264;3.69754;1;20221128;12;9.9;11;4.4;11.21;5.4;.84;2630
+69089;43.47264;3.69754;1;20221129;14.5;7.2;10.9;3.9;7.86;0;1.59;8105
+69089;43.47264;3.69754;1;20221130;14.2;4.6;9.4;4.1;7.11;0;1.69;7509
+69089;43.47264;3.69754;1;20221201;12.4;5.6;9;3.5;7.51;0;1.36;4975
+69089;43.47264;3.69754;1;20221202;9.3;4.3;6.8;3;7.06;1.7;1.02;3649
+69089;43.47264;3.69754;1;20221203;8.4;6.3;7.4;4.8;9.26;14;.57;1349
+69089;43.47264;3.69754;1;20221204;12.8;5.7;9.3;3.5;9.36;4.9;.92;4709
+69089;43.47264;3.69754;1;20221205;11.8;2.3;7.1;2.6;6.81;.1;1;6660
+69089;43.47264;3.69754;1;20221206;12.9;4.1;8.5;3.1;6.76;.1;1.31;6754
+69089;43.47264;3.69754;1;20221207;10.6;2.2;6.4;3.7;6.46;.1;1.08;7611
+69089;43.47264;3.69754;1;20221208;7.1;1.8;4.5;5;6.86;6.8;.84;3112
+69089;43.47264;3.69754;1;20221209;14.8;6;10.4;3.6;10.91;0;.69;6257
+69089;43.47264;3.69754;1;20221210;10.6;7;8.8;3.8;7.31;0;1.28;6115
+69089;43.47264;3.69754;1;20221211;8.1;-1.9;3.1;3;4.06;0;1.14;6539
+69089;43.47264;3.69754;1;20221212;5.9;-1.9;2;3.1;5.26;4.5;.76;5348
+69089;43.47264;3.69754;1;20221213;7.2;2.4;4.8;5;8.51;11.9;.24;3499
+69089;43.47264;3.69754;1;20221214;12.9;6.6;9.8;4.3;11.21;5.6;.44;4682
+69089;43.47264;3.69754;1;20221215;12.1;9.5;10.8;4.6;12.16;31.6;.48;1878
+69089;43.47264;3.69754;1;20221216;13.7;9;11.3;2.8;9.66;0;.94;5569
+69089;43.47264;3.69754;1;20221217;10.3;2;6.2;3;5.66;0;1.08;7685
+69089;43.47264;3.69754;1;20221218;11.3;.4;5.8;4.5;7.56;.1;1.06;5113
+69089;43.47264;3.69754;1;20221219;15.2;10.7;12.9;5.5;13.71;0;.7;4404
+69089;43.47264;3.69754;1;20221220;15.4;12.7;14;5.8;14.91;.9;.61;3211
+69089;43.47264;3.69754;1;20221221;18.9;13.6;16.2;3.5;13.06;.1;1.35;5921
+69089;43.47264;3.69754;1;20221222;16.6;10.2;13.4;4.5;11.71;0;1.39;2936
+69089;43.47264;3.69754;1;20221223;20.9;13.7;17.3;4.6;13.56;0;1.88;6166
+69089;43.47264;3.69754;1;20221224;19.6;12.4;16;3.1;12.11;.1;1.51;6127
+69089;43.47264;3.69754;1;20221225;14.6;7.9;11.3;4.3;12.76;0;.56;2144
+69089;43.47264;3.69754;1;20221226;17.3;13;15.2;4;13.26;0;1.2;4436
+69089;43.47264;3.69754;1;20221227;16.8;9.4;13.1;3.2;10.51;.1;1.26;6602
+69089;43.47264;3.69754;1;20221228;11.2;5.1;8.2;3.6;9.51;0;.77;2867
+69089;43.47264;3.69754;1;20221229;15.2;10.3;12.8;3.4;12.06;0;.85;4974
+69089;43.47264;3.69754;1;20221230;14.2;9.3;11.7;2.1;12.06;.1;.58;4172
+69089;43.47264;3.69754;1;20221231;15.1;11.1;13.1;4.9;13.51;0;.75;2939
+69090;43.56239;4.10376;1;20220101;9.3;6.1;7.7;1.7;10.4;.1;.33;2394
+69090;43.56239;4.10376;1;20220102;10.8;7.9;9.3;2.1;10.5;0;.55;2461
+69090;43.56239;4.10376;1;20220103;14.6;5.3;10;1.7;10.65;0;.51;6028
+69090;43.56239;4.10376;1;20220104;12.2;8.5;10.4;3.9;11.7;.4;.53;2317
+69090;43.56239;4.10376;1;20220105;10.4;8.2;9.3;7.4;6.2;0;2.48;5181
+69090;43.56239;4.10376;1;20220106;10.5;4.1;7.3;7.2;4.7;0;2.6;6155
+69090;43.56239;4.10376;1;20220107;10.4;1.6;6;3.9;5.4;0;1.49;6376
+69090;43.56239;4.10376;1;20220108;14.2;5.4;9.8;5.8;8.3;0;1.73;6799
+69090;43.56239;4.10376;1;20220109;11.1;9;10;7.4;7.45;0;2.29;2127
+69090;43.56239;4.10376;1;20220110;12.4;7.1;9.8;5.7;6.45;0;2.32;4008
+69090;43.56239;4.10376;1;20220111;9.7;1.3;5.5;5.6;5;0;1.81;6893
+69090;43.56239;4.10376;1;20220112;9.1;.8;4.9;5.5;4.95;0;1.72;6795
+69090;43.56239;4.10376;1;20220113;10.3;-1;4.7;3.6;4.9;0;1.4;7530
+69090;43.56239;4.10376;1;20220114;12.4;-.6;5.9;2.3;5.6;0;1.1;7914
+69090;43.56239;4.10376;1;20220115;11.4;-1.9;4.7;1.6;5.75;0;.74;8259
+69090;43.56239;4.10376;1;20220116;14.7;-1.7;6.5;2.3;5.35;.1;1.27;8573
+69090;43.56239;4.10376;1;20220117;15.1;2;8.6;4.3;5.8;0;2.09;8222
+69090;43.56239;4.10376;1;20220118;11.9;1.3;6.6;2.8;6.3;0;1.17;7632
+69090;43.56239;4.10376;1;20220119;12.3;2.7;7.5;3.4;6.75;.1;1.42;5458
+69090;43.56239;4.10376;1;20220120;13.5;3.8;8.7;6.3;5.65;0;2.56;7924
+69090;43.56239;4.10376;1;20220121;9.7;3.6;6.6;7.3;4.3;0;2.65;6757
+69090;43.56239;4.10376;1;20220122;10.7;-.1;5.3;6.3;4.9;0;2.08;8068
+69090;43.56239;4.10376;1;20220123;11.3;2.2;6.7;4.1;6;0;1.58;8088
+69090;43.56239;4.10376;1;20220124;12.2;1.4;6.8;2.4;6.65;0;1.09;7381
+69090;43.56239;4.10376;1;20220125;12.3;-.5;5.9;2.1;7.1;0;.87;9077
+69090;43.56239;4.10376;1;20220126;13.2;-.3;6.4;1.8;6.7;0;.96;9445
+69090;43.56239;4.10376;1;20220127;13.1;-.3;6.4;2.3;5.6;0;1.29;9661
+69090;43.56239;4.10376;1;20220128;17;-1.2;7.9;5.8;4.8;0;3.09;10497
+69090;43.56239;4.10376;1;20220129;15.8;2.9;9.3;2.6;5.7;0;1.8;9588
+69090;43.56239;4.10376;1;20220130;17.1;4;10.5;4.4;6.95;0;2.38;9488
+69090;43.56239;4.10376;1;20220131;13.7;2.1;7.9;7.6;6.35;0;2.51;8774
+69090;43.56239;4.10376;1;20220201;13.5;5.4;9.5;8.7;5.6;0;3.32;8694
+69090;43.56239;4.10376;1;20220202;17.9;9;13.5;6.4;8;0;3.25;9534
+69090;43.56239;4.10376;1;20220203;16.4;4.2;10.3;2.5;8.25;0;1.5;9396
+69090;43.56239;4.10376;1;20220204;16.7;4.2;10.5;3.9;8.6;0;1.83;9433
+69090;43.56239;4.10376;1;20220205;16.5;6.8;11.7;5;6.6;0;2.86;9622
+69090;43.56239;4.10376;1;20220206;14.2;1.6;7.9;5.3;6.3;.2;2.25;10036
+69090;43.56239;4.10376;1;20220207;15.9;9.3;12.6;9.1;7.1;0;3.83;7290
+69090;43.56239;4.10376;1;20220208;15.1;2.2;8.7;4;5;0;2.49;10945
+69090;43.56239;4.10376;1;20220209;14;2.6;8.3;2.8;8.3;0;1.27;8166
+69090;43.56239;4.10376;1;20220210;12.3;9.5;10.9;2.2;10;0;1.31;8400
+69090;43.56239;4.10376;1;20220211;16.9;2.9;9.9;4.3;6.8;0;2.47;10400
+69090;43.56239;4.10376;1;20220212;15.2;5.6;10.4;5.4;7.7;.5;2.38;10300
+69090;43.56239;4.10376;1;20220213;11.6;7.6;9.6;9.1;10.7;5.2;.91;1500
+69090;43.56239;4.10376;1;20220214;13;11.4;12.2;7;10.3;4.9;1.93;3500
+69090;43.56239;4.10376;1;20220215;14.2;7.3;10.8;7.2;7.3;0;2.91;13000
+69090;43.56239;4.10376;1;20220216;15.9;8.3;12.1;5.9;10.25;.2;2.01;7555
+69090;43.56239;4.10376;1;20220217;20.2;13.9;17.1;8.6;11.7;0;3.73;8195
+69090;43.56239;4.10376;1;20220218;17.6;8.3;12.9;2.2;11.75;0;1.48;11391
+69090;43.56239;4.10376;1;20220219;15.1;10;12.6;5.5;7;0;3.11;7142
+69090;43.56239;4.10376;1;20220220;16.4;6.7;11.6;6.6;7.6;0;3.12;12235
+69090;43.56239;4.10376;1;20220221;16;11.7;13.8;9.7;8.05;0;4.04;9984
+69090;43.56239;4.10376;1;20220222;17.7;9.3;13.5;7;7.1;0;3.97;11808
+69090;43.56239;4.10376;1;20220223;18.9;8.9;13.9;4.2;9.1;0;2.83;13127
+69090;43.56239;4.10376;1;20220224;16.8;7.1;11.9;3.2;10.8;.2;1.64;9617
+69090;43.56239;4.10376;1;20220225;15;8.6;11.8;6.5;6.25;0;3.51;10472
+69090;43.56239;4.10376;1;20220226;14.6;6.8;10.7;5.2;5.8;0;3.14;12605
+69090;43.56239;4.10376;1;20220227;14.1;1.7;7.9;3.6;7.45;0;1.88;12698
+69090;43.56239;4.10376;1;20220228;13.8;3.7;8.7;3.2;8.45;0;1.71;13492
+69090;43.56239;4.10376;1;20220301;13.1;4.5;8.8;4.2;7.7;0;1.88;9033
+69090;43.56239;4.10376;1;20220302;12;5.4;8.7;2.9;8.6;0;1.27;5787
+69090;43.56239;4.10376;1;20220303;15.9;4.3;10.1;2.5;8.9;0;1.88;13888
+69090;43.56239;4.10376;1;20220304;19.1;7;13;3.9;9.1;0;2.74;12247
+69090;43.56239;4.10376;1;20220305;15.6;5.8;10.7;3.4;7.15;0;2.48;13500
+69090;43.56239;4.10376;1;20220306;14;2.5;8.3;4;5.3;0;2.7;13953
+69090;43.56239;4.10376;1;20220307;13.4;1;7.2;2.6;5.5;0;2.14;14384
+69090;43.56239;4.10376;1;20220308;12.1;2.8;7.5;3.5;7.55;0;1.55;7456
+69090;43.56239;4.10376;1;20220309;13.2;6.4;9.8;3.3;9.45;0;1.5;8642
+69090;43.56239;4.10376;1;20220310;13.8;6.4;10.1;5.8;10.8;.5;1.32;8152
+69090;43.56239;4.10376;1;20220311;13.1;11.8;12.5;10;11.05;14.7;2.01;3922
+69090;43.56239;4.10376;1;20220312;11.9;9;10.5;8.8;10.35;13;1.47;3853
+69090;43.56239;4.10376;1;20220313;11.4;8.4;9.9;10.3;10.05;22.5;1.45;3889
+69090;43.56239;4.10376;1;20220314;13.9;7.6;10.7;4.5;10.8;0;1.42;7527
+69090;43.56239;4.10376;1;20220315;15.1;10.3;12.7;3.5;11.65;0;1.66;8389
+69090;43.56239;4.10376;1;20220316;15.3;9.5;12.4;2.2;11.75;0;1.53;9448
+69090;43.56239;4.10376;1;20220317;16.2;9.7;12.9;2.9;11.75;.4;1.63;7608
+69090;43.56239;4.10376;1;20220318;16.7;10.1;13.4;2.5;11.3;.6;1.77;7800
+69090;43.56239;4.10376;1;20220319;16.8;7.3;12.1;2.5;9.7;0;2.13;11900
+69090;43.56239;4.10376;1;20220320;12.6;5.9;9.3;7;10.1;4.1;1.13;2000
+69090;43.56239;4.10376;1;20220321;12.8;7.9;10.4;7.8;8.9;0;2.17;5400
+69090;43.56239;4.10376;1;20220322;15;3.4;9.2;5.2;7.7;0;2.82;18500
+69090;43.56239;4.10376;1;20220323;15.3;2.9;9.1;2.8;7.8;0;2.53;19400
+69090;43.56239;4.10376;1;20220324;16.9;2.4;9.7;2.3;7.4;0;2.7;19700
+69090;43.56239;4.10376;1;20220325;17.7;3;10.4;2.6;7.6;0;2.81;18200
+69090;43.56239;4.10376;1;20220326;17.6;4.1;10.9;2.6;7.8;0;2.92;19600
+69090;43.56239;4.10376;1;20220327;20.9;5.1;13;2;8.1;0;2.71;12900
+69090;43.56239;4.10376;1;20220328;19.7;4.8;12.3;2.4;9.2;0;2.89;18000
+69090;43.56239;4.10376;1;20220329;16.5;7.1;11.8;3.7;12.2;4.5;1.8;12700
+69090;43.56239;4.10376;1;20220330;17.1;10.3;13.7;2.9;11.7;.5;1.95;8500
+69090;43.56239;4.10376;1;20220331;19.2;10.6;14.9;7.2;7.9;.2;5.25;25200
+69090;43.56239;4.10376;1;20220401;11.3;5.7;8.5;10.8;5.2;.4;4.11;21000
+69090;43.56239;4.10376;1;20220402;9.1;4.7;6.9;9.1;4.3;0;3.51;11500
+69090;43.56239;4.10376;1;20220403;11.9;2.8;7.4;5.7;5.24;0;3.2;20285
+69090;43.56239;4.10376;1;20220404;16.4;2.8;9.6;3.2;5.41;0;3.52;22584
+69090;43.56239;4.10376;1;20220405;17;1.7;9.4;2.8;7.3;0;3.22;24000
+69090;43.56239;4.10376;1;20220406;18;4.9;11.5;3.9;9.6;0;2.8;15900
+69090;43.56239;4.10376;1;20220407;21.7;11.8;16.8;6.3;10.5;.1;4.34;12800
+69090;43.56239;4.10376;1;20220408;20.7;12.5;16.6;6;12;0;4.28;21700
+69090;43.56239;4.10376;1;20220409;17.9;10.6;14.3;7.5;6.1;0;5.63;23000
+69090;43.56239;4.10376;1;20220410;16.5;2.1;9.3;3.5;7.1;.1;3.48;25300
+69090;43.56239;4.10376;1;20220411;14.5;6.4;10.5;6.6;11.3;.1;1.67;12300
+69090;43.56239;4.10376;1;20220412;16.4;6.6;11.5;5.2;10.5;0;2.66;17200
+69090;43.56239;4.10376;1;20220413;18.5;8.7;13.6;3.1;10.9;0;3.04;18300
+69090;43.56239;4.10376;1;20220414;24.5;8.1;16.3;3.3;11;0;4.43;23100
+69090;43.56239;4.10376;1;20220415;27.4;12.7;20.1;4.4;11.91;0;5.68;24475
+69090;43.56239;4.10376;1;20220416;24.5;14.1;19.3;6.5;10.41;0;6.23;23098
+69090;43.56239;4.10376;1;20220417;20.2;11.1;15.7;3.4;9.5;0;4.48;25900
+69090;43.56239;4.10376;1;20220418;20.1;7.5;13.8;3.1;11.4;0;3.73;25600
+69090;43.56239;4.10376;1;20220419;22.4;10.6;16.5;3.5;11.2;.8;4.54;25600
+69090;43.56239;4.10376;1;20220420;17.6;12.1;14.9;3.4;14;12.7;1.74;7200
+69090;43.56239;4.10376;1;20220421;19.3;12.2;15.8;3.5;13.4;0;2.34;9300
+69090;43.56239;4.10376;1;20220422;18.9;9.7;14.3;4.9;13.5;0;3.26;24100
+69090;43.56239;4.10376;1;20220423;16;14.6;15.3;7.6;13.2;6;2.33;5800
+69090;43.56239;4.10376;1;20220424;18.3;9.1;13.7;4;11.5;1.2;2.69;13100
+69090;43.56239;4.10376;1;20220425;22.3;10.9;16.6;6.3;10.5;0;5.47;27000
+69090;43.56239;4.10376;1;20220426;20.7;7.1;13.9;3.5;11.1;0;4.11;27200
+69090;43.56239;4.10376;1;20220427;20.9;9.6;15.3;3.3;13.1;0;3.91;26100
+69090;43.56239;4.10376;1;20220428;24;11.5;17.8;2.8;12.9;0;4.39;23900
+69090;43.56239;4.10376;1;20220429;23.6;10.5;17.1;2.6;13.8;0;4.42;27300
+69090;43.56239;4.10376;1;20220430;24.6;14;19.3;2.8;13.1;0;4.46;21600
+69090;43.56239;4.10376;1;20220501;23.3;9.2;16.3;3;10.1;0;4.66;24700
+69090;43.56239;4.10376;1;20220502;21.7;10.6;16.2;3.2;11.6;0;4.05;21700
+69090;43.56239;4.10376;1;20220503;21.7;12.1;16.9;3;13.9;.2;3.61;20000
+69090;43.56239;4.10376;1;20220504;21.9;9.5;15.7;2.8;13.4;1.7;4.1;26600
+69090;43.56239;4.10376;1;20220505;22.7;13.8;18.3;3.2;11.8;1.8;3.83;14600
+69090;43.56239;4.10376;1;20220506;23;12.9;18;5.8;10.3;0;5.55;21866
+69090;43.56239;4.10376;1;20220507;26.7;14.6;20.6;4.4;11;0;6.15;24583
+69090;43.56239;4.10376;1;20220508;24.8;14.4;19.6;3.5;12.5;2.3;5.01;22681
+69090;43.56239;4.10376;1;20220509;23.7;13.1;18.4;3;15.7;.1;4.31;25220
+69090;43.56239;4.10376;1;20220510;23.6;13.1;18.3;2.7;15.5;.1;4.32;25532
+69090;43.56239;4.10376;1;20220511;22.4;13;17.7;4.6;15.8;0;4.15;25296
+69090;43.56239;4.10376;1;20220512;21.9;14.3;18.1;4.1;15.7;0;4.02;23206
+69090;43.56239;4.10376;1;20220513;24;13.2;18.6;2.8;15;0;4.44;24913
+69090;43.56239;4.10376;1;20220514;26.6;15.6;21.1;3;17.3;0;4.9;25063
+69090;43.56239;4.10376;1;20220515;23.3;17.2;20.2;5.2;18.65;0;4.09;22187
+69090;43.56239;4.10376;1;20220516;23.9;15.5;19.7;3.9;17.35;.1;4.37;24230
+69090;43.56239;4.10376;1;20220517;24.8;16.2;20.5;2.8;18.45;0;4.41;24509
+69090;43.56239;4.10376;1;20220518;29.2;16.7;23;3.3;18.95;.1;5.49;25766
+69090;43.56239;4.10376;1;20220519;24.9;18.8;21.9;3.6;20.1;0;4.36;22483
+69090;43.56239;4.10376;1;20220520;25.8;16.8;21.3;4.6;18.45;0;4.91;25135
+69090;43.56239;4.10376;1;20220521;26.3;17.6;22;3.3;18.05;.1;4.92;24070
+69090;43.56239;4.10376;1;20220522;25.3;17.5;21.4;3.5;20.15;0;4.21;22256
+69090;43.56239;4.10376;1;20220523;28;19.9;23.9;4.6;18.95;.1;5.13;19080
+69090;43.56239;4.10376;1;20220524;23.6;18.5;21.1;5.9;12.15;1.7;5.48;14705
+69090;43.56239;4.10376;1;20220525;27.7;17.2;22.4;6.1;10.65;0;7.39;21955
+69090;43.56239;4.10376;1;20220526;30;17;23.5;5.8;10.95;0;8.36;28920
+69090;43.56239;4.10376;1;20220527;32.9;16.9;24.9;5.1;13;0;8.25;27267
+69090;43.56239;4.10376;1;20220528;30.3;18.3;24.3;6.6;11.05;0;8.74;26434
+69090;43.56239;4.10376;1;20220529;27.8;15.3;21.6;4.1;8.4;0;7.38;29380
+69090;43.56239;4.10376;1;20220530;24.9;13.6;19.2;2.9;9.8;.3;5.31;23403
+69090;43.56239;4.10376;1;20220531;25.1;17.4;21.3;2.9;15.4;0;5.04;24528
+69090;43.56239;4.10376;1;20220601;26.1;15.7;20.9;2.6;17.2;0;5.03;26880
+69090;43.56239;4.10376;1;20220602;25.9;19;22.5;3.3;20.05;0;4.68;23370
+69090;43.56239;4.10376;1;20220603;28.7;19.3;24;3.2;18.85;0;5.48;24244
+69090;43.56239;4.10376;1;20220604;26.8;20.3;23.6;3.8;20.35;0;5.13;23774
+69090;43.56239;4.10376;1;20220605;31.7;20.9;26.3;4.6;19.6;0;7.08;26994
+69090;43.56239;4.10376;1;20220606;29.3;19;24.1;4.1;15.6;.5;6.66;26555
+69090;43.56239;4.10376;1;20220607;30.7;20.1;25.4;4.2;14.9;0;7.32;27517
+69090;43.56239;4.10376;1;20220608;27;18.8;22.9;5;13.5;.1;5.93;17976
+69090;43.56239;4.10376;1;20220609;28.3;18.2;23.2;8.5;11.05;0;9.07;28135
+69090;43.56239;4.10376;1;20220610;32.9;17.8;25.4;5.6;11.5;0;9.32;31055
+69090;43.56239;4.10376;1;20220611;33.4;18.9;26.2;3.9;12.75;0;8.27;30485
+69090;43.56239;4.10376;1;20220612;31.1;18.7;24.9;2.3;16.05;0;6.29;28439
+69090;43.56239;4.10376;1;20220613;35.3;20.4;27.9;3.8;17.55;.3;7.86;27994
+69090;43.56239;4.10376;1;20220614;31.5;21.2;26.4;4;14.7;0;7.54;27315
+69090;43.56239;4.10376;1;20220615;30.4;20.7;25.6;3.5;19.4;0;6.07;24802
+69090;43.56239;4.10376;1;20220616;31.2;19.5;25.3;2.8;20.15;0;6.06;26829
+69090;43.56239;4.10376;1;20220617;38.1;25.2;31.7;3.8;17.95;0;8.91;28201
+69090;43.56239;4.10376;1;20220618;30.4;20.7;25.5;3.1;21.6;0;5.98;27036
+69090;43.56239;4.10376;1;20220619;28.6;22.1;25.3;5.5;23.35;0;5.62;24435
+69090;43.56239;4.10376;1;20220620;28.7;21.4;25;5.1;22.1;0;5.66;23828
+69090;43.56239;4.10376;1;20220621;30.1;22.9;26.5;4.6;24.95;2.3;4.67;16322
+69090;43.56239;4.10376;1;20220622;27.8;22.8;25.3;5.4;25.5;0;4.78;21762
+69090;43.56239;4.10376;1;20220623;27.4;23.7;25.6;6.9;24.85;16.2;5.1;21254
+69090;43.56239;4.10376;1;20220624;28.7;19.2;24;4.8;20.25;1.4;5.79;25586
+69090;43.56239;4.10376;1;20220625;26.9;18.7;22.8;3.7;20;0;4.99;23932
+69090;43.56239;4.10376;1;20220626;28.1;23.6;25.9;4.5;24.8;0;5.2;22718
+69090;43.56239;4.10376;1;20220627;32.2;21.6;26.9;4.4;19;.1;6.87;23961
+69090;43.56239;4.10376;1;20220628;33.9;19.3;26.6;4.5;15.45;0;8.32;29750
+69090;43.56239;4.10376;1;20220629;29.1;20.3;24.7;4.4;16.65;.6;6.72;26655
+69090;43.56239;4.10376;1;20220630;27.6;20.7;24.2;4.1;20.3;0;4.71;17821
+69090;43.56239;4.10376;1;20220701;29.4;17.8;23.6;4.9;13.05;0;7.59;29398
+69090;43.56239;4.10376;1;20220702;29.5;17.6;23.6;3.9;13.6;0;7.01;28720
+69090;43.56239;4.10376;1;20220703;30;18.5;24.2;2.5;17.45;0;5.93;27299
+69090;43.56239;4.10376;1;20220704;32.9;21.9;27.4;3.8;20.95;.8;6.74;25608
+69090;43.56239;4.10376;1;20220705;33.8;23.2;28.5;4.2;17.9;0;8.01;28004
+69090;43.56239;4.10376;1;20220706;33.5;23;28.2;5.7;12.65;0;9.37;26493
+69090;43.56239;4.10376;1;20220707;34.1;20.1;27.1;6.6;11.95;0;10.19;29248
+69090;43.56239;4.10376;1;20220708;34.2;22.2;28.2;7;12.15;0;10.55;28589
+69090;43.56239;4.10376;1;20220709;33.4;20.5;26.9;4.4;12.55;0;8.55;29242
+69090;43.56239;4.10376;1;20220710;35.8;23;29.4;4.8;13.1;0;9.52;29323
+69090;43.56239;4.10376;1;20220711;29.9;20.5;25.2;3.5;17.75;0;6.26;25732
+69090;43.56239;4.10376;1;20220712;29.4;20.4;24.9;2.7;22.75;0;5.4;25998
+69090;43.56239;4.10376;1;20220713;29.3;20;24.6;2.6;23;.1;5.35;26482
+69090;43.56239;4.10376;1;20220714;29.7;21.2;25.4;2.6;25.05;0;5.34;26217
+69090;43.56239;4.10376;1;20220715;36.8;22.3;29.6;3.3;21.95;0;7.73;29245
+69090;43.56239;4.10376;1;20220716;36.9;24.6;30.7;4.4;14.9;0;9.35;28521
+69090;43.56239;4.10376;1;20220717;33.2;22;27.6;3.9;17.75;0;7.38;26858
+69090;43.56239;4.10376;1;20220718;34.1;22.8;28.4;2.8;21.85;.1;6.61;26691
+69090;43.56239;4.10376;1;20220719;31.3;22.1;26.7;1.9;25.05;0;5.38;25376
+69090;43.56239;4.10376;1;20220720;33;21.7;27.3;3.7;22.3;.3;6.47;25279
+69090;43.56239;4.10376;1;20220721;34.5;23.4;28.9;4.4;17.9;0;8.03;26617
+69090;43.56239;4.10376;1;20220722;31.6;22.4;27;3;22.85;.1;5.82;24539
+69090;43.56239;4.10376;1;20220723;31.8;24.7;28.3;4;22.05;0;6.24;21720
+69090;43.56239;4.10376;1;20220724;33.3;24.1;28.7;3.4;19.05;0;6.97;25381
+69090;43.56239;4.10376;1;20220725;35.4;22.8;29.1;4.2;22;0;7.12;23426
+69090;43.56239;4.10376;1;20220726;35.9;23.5;29.7;5.4;14.85;0;9.51;27375
+69090;43.56239;4.10376;1;20220727;31.8;21.5;26.6;5;13.85;0;8.1;26614
+69090;43.56239;4.10376;1;20220728;31.5;20.6;26.1;3;14.9;.1;6.27;23384
+69090;43.56239;4.10376;1;20220729;28.9;20.6;24.7;2.9;19.3;.4;4.73;18645
+69090;43.56239;4.10376;1;20220730;33.9;22.5;28.2;4;16.05;0;7.76;27061
+69090;43.56239;4.10376;1;20220731;36;23.1;29.6;4.8;15.4;0;8.97;27454
+69090;43.56239;4.10376;1;20220801;35.9;25;30.5;4.5;16.7;0;8.58;25973
+69090;43.56239;4.10376;1;20220802;35.3;25.7;30.5;4.8;16.5;0;8.61;25122
+69090;43.56239;4.10376;1;20220803;30.8;21.6;26.2;2.8;21.65;0;5.57;24377
+69090;43.56239;4.10376;1;20220804;29.9;22.6;26.2;2.5;25.2;0;4.96;23304
+69090;43.56239;4.10376;1;20220805;31.9;23.6;27.8;3;24.55;0;5.31;21102
+69090;43.56239;4.10376;1;20220806;35.3;23.8;29.6;5.3;17.65;0;8.45;24349
+69090;43.56239;4.10376;1;20220807;33.6;24.4;29;4.8;15.35;0;8.19;24351
+69090;43.56239;4.10376;1;20220808;34.8;22.2;28.5;3.4;14.75;0;7.41;25771
+69090;43.56239;4.10376;1;20220809;33.9;20.4;27.2;2.8;16.85;0;6.41;25100
+69090;43.56239;4.10376;1;20220810;31;21.1;26.1;3;23.8;0;5.27;23875
+69090;43.56239;4.10376;1;20220811;30.9;21.6;26.3;3.1;25.2;0;5.16;23689
+69090;43.56239;4.10376;1;20220812;31.6;23.3;27.4;3.5;26.75;0;5.21;22311
+69090;43.56239;4.10376;1;20220813;30.4;23.9;27.2;4;27.75;0;4.63;19623
+69090;43.56239;4.10376;1;20220814;29.3;26;27.6;5.3;24;22.1;5;14656
+69090;43.56239;4.10376;1;20220815;30.1;20.2;25.2;3.1;20.35;0;5.3;23355
+69090;43.56239;4.10376;1;20220816;30.3;20.7;25.5;4.1;19.7;19.5;5.62;21664
+69090;43.56239;4.10376;1;20220817;27.1;19.5;23.3;4.7;21.9;21.9;3.82;16047
+69090;43.56239;4.10376;1;20220818;26.7;17.4;22.1;4;18;.3;3.8;13235
+69090;43.56239;4.10376;1;20220819;31.7;22;26.8;7.3;16.45;0;8.07;21759
+69090;43.56239;4.10376;1;20220820;33.1;21.2;27.2;4.1;16.9;0;6.83;23412
+69090;43.56239;4.10376;1;20220821;32;20.6;26.3;3.7;15.55;0;6.14;20215
+69090;43.56239;4.10376;1;20220822;32.5;22.1;27.3;5.4;16.65;0;7.34;21834
+69090;43.56239;4.10376;1;20220823;34.1;22.4;28.2;4.3;17.65;0;7.13;23452
+69090;43.56239;4.10376;1;20220824;30.4;20.9;25.7;2.6;19.35;0;5.1;21818
+69090;43.56239;4.10376;1;20220825;29.9;19.8;24.8;2.8;22.85;.2;4.28;19589
+69090;43.56239;4.10376;1;20220826;33.3;22.5;27.9;3.5;19.8;0;6.03;21606
+69090;43.56239;4.10376;1;20220827;30.8;20.8;25.8;3.6;18.6;0;5.58;21662
+69090;43.56239;4.10376;1;20220828;30.3;20.1;25.2;3;19.15;0;5.09;21497
+69090;43.56239;4.10376;1;20220829;29.1;19.6;24.3;3.5;24.15;1.3;4.01;19268
+69090;43.56239;4.10376;1;20220830;28.4;23.9;26.2;3.2;26.15;.1;3.65;15487
+69090;43.56239;4.10376;1;20220831;30.9;19.8;25.3;4.2;20.05;0;5.07;18149
+69090;43.56239;4.10376;1;20220901;30.5;20.8;25.6;3.3;19.35;.2;5.05;19950
+69090;43.56239;4.10376;1;20220902;27.5;21.2;24.4;3.1;22;8.8;3.58;14830
+69090;43.56239;4.10376;1;20220903;26.9;20.2;23.6;2.6;22.3;1.4;3.31;15437
+69090;43.56239;4.10376;1;20220904;28.6;20.3;24.5;3.5;23.5;0;3.96;18401
+69090;43.56239;4.10376;1;20220905;28.4;22.2;25.3;4.6;26.2;.4;3.63;16231
+69090;43.56239;4.10376;1;20220906;28.5;22.7;25.6;5.4;25.4;6.1;3.69;13645
+69090;43.56239;4.10376;1;20220907;27.1;19.3;23.2;5.8;24.2;23.2;2.92;12607
+69090;43.56239;4.10376;1;20220908;27.4;18;22.7;3;18.75;.1;3.96;18445
+69090;43.56239;4.10376;1;20220909;27;18.1;22.5;3.8;16.4;.2;4.19;15505
+69090;43.56239;4.10376;1;20220910;26;17.6;21.8;3.8;16;0;4.27;17941
+69090;43.56239;4.10376;1;20220911;28.6;16.6;22.6;3.9;15.45;0;4.99;20548
+69090;43.56239;4.10376;1;20220912;26.2;17;21.6;2.9;20.25;0;2.73;12097
+69090;43.56239;4.10376;1;20220913;26.6;22.1;24.4;6.4;25.75;1.6;2.81;11248
+69090;43.56239;4.10376;1;20220914;26.9;23;25;6;25.45;1.8;3.03;10345
+69090;43.56239;4.10376;1;20220915;30.4;19.2;24.8;3.6;20;0;4.54;17879
+69090;43.56239;4.10376;1;20220916;28.9;20.5;24.7;4.8;16.1;0;5.45;17705
+69090;43.56239;4.10376;1;20220917;22.6;16.1;19.4;7.1;9.55;0;5.76;16912
+69090;43.56239;4.10376;1;20220918;24.9;12.9;18.9;5.2;8.9;0;5.44;19006
+69090;43.56239;4.10376;1;20220919;26;13.4;19.7;5.3;9.75;0;5.58;18734
+69090;43.56239;4.10376;1;20220920;25.9;12.7;19.3;5.1;9.25;0;5.51;18866
+69090;43.56239;4.10376;1;20220921;25.6;12.7;19.1;3.6;10.7;0;4.46;18644
+69090;43.56239;4.10376;1;20220922;23.5;13;18.3;2.8;13.15;0;3.22;16044
+69090;43.56239;4.10376;1;20220923;23.4;14.1;18.8;3.8;17;43;2.8;14843
+69090;43.56239;4.10376;1;20220924;21.5;16.2;18.9;7;17.6;1.7;2.63;12117
+69090;43.56239;4.10376;1;20220925;22.9;14.6;18.7;3.2;13.65;0;3.28;16021
+69090;43.56239;4.10376;1;20220926;22.3;13.2;17.8;5;12;.1;3.87;16049
+69090;43.56239;4.10376;1;20220927;21.2;16.7;19;7.8;11.45;0;4.8;12731
+69090;43.56239;4.10376;1;20220928;23.2;17;20.1;6.8;14.3;0;4.24;13513
+69090;43.56239;4.10376;1;20220929;22;16.1;19.1;5;13.05;.3;3.59;11558
+69090;43.56239;4.10376;1;20220930;20.1;14.3;17.2;4.4;11.15;0;3.37;12682
+69090;43.56239;4.10376;1;20221001;23;12.2;17.6;3.9;12.5;0;3.24;12819
+69090;43.56239;4.10376;1;20221002;27.8;16.8;22.3;4.6;15.55;0;4.39;15715
+69090;43.56239;4.10376;1;20221003;26.2;16.3;21.2;3.6;13.8;0;3.69;12784
+69090;43.56239;4.10376;1;20221004;24.5;13.8;19.1;2.9;14.8;.1;3.04;15892
+69090;43.56239;4.10376;1;20221005;22.3;15.6;18.9;2.8;17.95;.2;1.87;9039
+69090;43.56239;4.10376;1;20221006;24.3;14.5;19.4;2.1;17.5;0;2.41;14570
+69090;43.56239;4.10376;1;20221007;23.1;14.4;18.8;2.4;16.8;1.6;2.13;11645
+69090;43.56239;4.10376;1;20221008;21.4;16.4;18.9;2.4;16.5;.1;1.77;6893
+69090;43.56239;4.10376;1;20221009;21.6;14.3;17.9;3.4;15.15;0;2.22;9497
+69090;43.56239;4.10376;1;20221010;23.7;15.6;19.7;2;17.4;.1;2.17;12411
+69090;43.56239;4.10376;1;20221011;23.7;13.8;18.8;2;16.45;.1;2.18;13167
+69090;43.56239;4.10376;1;20221012;24.3;14.9;19.6;2.3;16.5;0;2.33;12233
+69090;43.56239;4.10376;1;20221013;22.5;13.1;17.8;1.9;16.05;.6;1.81;10494
+69090;43.56239;4.10376;1;20221014;24.4;17.8;21.1;4.4;16.75;.1;2.88;8218
+69090;43.56239;4.10376;1;20221015;23.4;13.9;18.7;2.5;16.25;0;2.19;12928
+69090;43.56239;4.10376;1;20221016;23.1;18;20.6;6.9;21.05;0;1.94;9283
+69090;43.56239;4.10376;1;20221017;22.4;17.1;19.7;5.5;19.7;.1;1.86;8685
+69090;43.56239;4.10376;1;20221018;23.3;17.5;20.4;2.5;19.8;0;1.67;8257
+69090;43.56239;4.10376;1;20221019;21.7;17;19.4;3;20.05;0;1.27;5988
+69090;43.56239;4.10376;1;20221020;21;20.6;20.8;8.4;21.9;0;1.33;1913
+69090;43.56239;4.10376;1;20221021;23.1;20.2;21.7;8.4;22.45;0;1.89;6589
+69090;43.56239;4.10376;1;20221022;23.2;18.1;20.7;4;20.9;0;1.61;7057
+69090;43.56239;4.10376;1;20221023;22.1;20.8;21.5;8.4;23.15;0;1.31;3152
+69090;43.56239;4.10376;1;20221024;22.9;20.8;21.9;4.8;22.1;0;1.81;7153
+69090;43.56239;4.10376;1;20221025;23.7;15.7;19.7;3;19.3;0;1.63;8330
+69090;43.56239;4.10376;1;20221026;23.2;18.2;20.7;4.4;20.6;0;1.67;6352
+69090;43.56239;4.10376;1;20221027;23;19.3;21.1;3.5;20.65;0;1.73;7863
+69090;43.56239;4.10376;1;20221028;23.4;17.5;20.5;2.3;18.7;.1;1.7;9187
+69090;43.56239;4.10376;1;20221029;23.6;13.4;18.5;2;16.2;.1;1.68;9671
+69090;43.56239;4.10376;1;20221030;22.8;15.5;19.2;3.4;18.1;0;1.69;8456
+69090;43.56239;4.10376;1;20221031;22.3;16.5;19.4;6.4;19.55;1;1.63;6781
+69090;43.56239;4.10376;1;20221101;24;19.5;21.7;4.4;19.05;.2;2.32;7794
+69090;43.56239;4.10376;1;20221102;22.4;14.5;18.5;2.3;13.05;.6;1.97;9194
+69090;43.56239;4.10376;1;20221103;18.3;11.3;14.8;4.8;13.05;19.1;1.66;5268
+69090;43.56239;4.10376;1;20221104;16;11.6;13.8;6.5;9.95;.2;2.55;6243
+69090;43.56239;4.10376;1;20221105;17.7;11.2;14.5;6.1;7.7;0;3.44;9051
+69090;43.56239;4.10376;1;20221106;18.8;6.4;12.6;2.4;8.4;0;1.8;10335
+69090;43.56239;4.10376;1;20221107;20.7;7;13.9;2.3;10.5;0;1.66;10647
+69090;43.56239;4.10376;1;20221108;18.8;10.8;14.8;6.7;15.4;3;1.04;4267
+69090;43.56239;4.10376;1;20221109;20.9;18.2;19.6;6.6;17.9;0;2.01;5013
+69090;43.56239;4.10376;1;20221110;19.7;13.2;16.4;4.2;12.15;0;2.19;7868
+69090;43.56239;4.10376;1;20221111;21.1;12.4;16.8;3.8;12.95;.1;2.04;8561
+69090;43.56239;4.10376;1;20221112;21.2;10.5;15.8;2.1;13.4;0;1.36;8950
+69090;43.56239;4.10376;1;20221113;18.4;11;14.7;2.8;13.45;0;1.18;5172
+69090;43.56239;4.10376;1;20221114;17.7;13.2;15.4;5.7;13.7;27.8;1.64;2918
+69090;43.56239;4.10376;1;20221115;18.9;13.9;16.4;5.5;15.4;.5;1.44;4415
+69090;43.56239;4.10376;1;20221116;18.8;11;14.9;3.2;12.55;0;1.44;7372
+69090;43.56239;4.10376;1;20221117;19.6;11.3;15.4;2.5;13.25;1;1.29;6207
+69090;43.56239;4.10376;1;20221118;16.7;12.3;14.5;5.3;10.15;0;2.35;5524
+69090;43.56239;4.10376;1;20221119;15.7;7.4;11.6;5.1;8;0;2.21;7589
+69090;43.56239;4.10376;1;20221120;15.3;8;11.7;5.5;7.4;0;2.47;7536
+69090;43.56239;4.10376;1;20221121;9.7;7.3;8.5;3.7;8.9;6.7;.95;1836
+69090;43.56239;4.10376;1;20221122;13.7;7.8;10.8;7.2;8.8;.9;1.96;6601
+69090;43.56239;4.10376;1;20221123;16.8;8.3;12.6;3.2;10.3;1;1.38;5955
+69090;43.56239;4.10376;1;20221124;16.8;9.9;13.3;3.5;9.85;0;1.67;6699
+69090;43.56239;4.10376;1;20221125;17.6;8.9;13.3;3.4;10.05;.3;1.61;6063
+69090;43.56239;4.10376;1;20221126;16.2;8;12.1;4.8;7.8;0;2.23;6887
+69090;43.56239;4.10376;1;20221127;14;4.4;9.2;3.4;9.1;6;1.02;6391
+69090;43.56239;4.10376;1;20221128;11.1;9.6;10.4;4.8;11.1;15.1;.79;1472
+69090;43.56239;4.10376;1;20221129;14.3;6.7;10.5;3.9;8.15;0;1.52;6806
+69090;43.56239;4.10376;1;20221130;13.6;4;8.8;3.9;7.35;.1;1.43;7035
+69090;43.56239;4.10376;1;20221201;11.7;5.3;8.5;3.8;7.8;0;1.25;4536
+69090;43.56239;4.10376;1;20221202;8.8;4.4;6.6;3;7.45;4.1;.87;3165
+69090;43.56239;4.10376;1;20221203;8.4;6.1;7.3;4.5;9.35;13.9;.54;2024
+69090;43.56239;4.10376;1;20221204;12.7;5.1;8.9;3.1;9.5;9.1;.78;4464
+69090;43.56239;4.10376;1;20221205;11.1;1.1;6.1;2.6;7.3;.1;.74;6638
+69090;43.56239;4.10376;1;20221206;11.8;3.4;7.6;3.1;7.15;.1;1.07;6276
+69090;43.56239;4.10376;1;20221207;10.3;1.6;6;3.9;6.45;.1;1.11;6649
+69090;43.56239;4.10376;1;20221208;6.8;1;3.9;4.7;6.85;15.2;.69;2882
+69090;43.56239;4.10376;1;20221209;14.4;5.8;10.1;3.7;10.75;0;.74;6023
+69090;43.56239;4.10376;1;20221210;9.8;6;7.9;4;7.25;0;1.19;4929
+69090;43.56239;4.10376;1;20221211;8;-1.9;3;3.5;4.3;0;1.23;5782
+69090;43.56239;4.10376;1;20221212;5.1;-2.6;1.3;2.9;5.35;5;.57;4695
+69090;43.56239;4.10376;1;20221213;7.2;2.4;4.8;4.4;8.45;5.6;.28;2647
+69090;43.56239;4.10376;1;20221214;12.5;6.8;9.6;3.7;11.15;1.6;.52;3766
+69090;43.56239;4.10376;1;20221215;11.5;9.3;10.4;4.5;12.05;30.8;.46;1295
+69090;43.56239;4.10376;1;20221216;13;8.5;10.7;3.6;9.45;0;1.09;5038
+69090;43.56239;4.10376;1;20221217;9.9;1.7;5.8;3.9;5.55;0;1.31;6212
+69090;43.56239;4.10376;1;20221218;10.7;-.4;5.1;3.7;7.4;0;.77;4205
+69090;43.56239;4.10376;1;20221219;15.5;9.7;12.6;6.2;12.9;0;.88;4143
+69090;43.56239;4.10376;1;20221220;16.1;12.8;14.5;6.8;15.15;1.1;.72;3553
+69090;43.56239;4.10376;1;20221221;18.5;13.5;16;3.2;13.6;.2;1.23;5059
+69090;43.56239;4.10376;1;20221222;15.8;10.7;13.3;5.2;12;0;1.37;2098
+69090;43.56239;4.10376;1;20221223;20.2;13.3;16.7;5.5;13.95;0;1.89;5268
+69090;43.56239;4.10376;1;20221224;19.4;11.2;15.3;2.1;12.55;.2;1.03;5685
+69090;43.56239;4.10376;1;20221225;15.1;7.2;11.2;4.1;12.6;0;.56;3036
+69090;43.56239;4.10376;1;20221226;17.2;13.3;15.2;3.5;13.25;0;1.23;3596
+69090;43.56239;4.10376;1;20221227;16.8;8.6;12.7;2.5;10.65;.1;1.03;5632
+69090;43.56239;4.10376;1;20221228;11.1;4.3;7.7;2.9;9.45;0;.56;2942
+69090;43.56239;4.10376;1;20221229;15.4;9.9;12.6;2.9;12;0;.83;4855
+69090;43.56239;4.10376;1;20221230;14;9.2;11.6;1.9;12.1;.1;.55;3816
+69090;43.56239;4.10376;1;20221231;15.6;10.9;13.2;5;13.5;0;.84;2596
+69091;43.51701;4.34367;1;20220101;8.6;6.2;7.4;1.7;10.1;.1;.33;2388
+69091;43.51701;4.34367;1;20220102;10.5;7.8;9.2;2.4;10.4;0;.55;2623
+69091;43.51701;4.34367;1;20220103;15.2;5.8;10.5;1.7;10.8;0;.58;5957
+69091;43.51701;4.34367;1;20220104;12.4;9.6;11;3.7;11.8;.5;.65;2735
+69091;43.51701;4.34367;1;20220105;9.9;8;8.9;8;6.8;0;2.34;2063
+69091;43.51701;4.34367;1;20220106;9.9;5.1;7.5;8;5;0;2.71;4010
+69091;43.51701;4.34367;1;20220107;10;2.5;6.2;4.2;5.4;0;1.59;5353
+69091;43.51701;4.34367;1;20220108;13.5;5.3;9.4;6;8.2;0;1.68;5699
+69091;43.51701;4.34367;1;20220109;10.9;9.8;10.3;8.8;7.6;0;2.56;1354
+69091;43.51701;4.34367;1;20220110;12.2;7.3;9.8;6.8;6.5;0;2.52;4216
+69091;43.51701;4.34367;1;20220111;8.9;2.4;5.6;7.1;5.2;0;2.01;5086
+69091;43.51701;4.34367;1;20220112;8.5;2.3;5.4;6.5;5.1;0;1.91;4990
+69091;43.51701;4.34367;1;20220113;9.6;.5;5.1;4;5.1;0;1.46;6360
+69091;43.51701;4.34367;1;20220114;12.4;-.6;5.9;2.3;5.6;0;1.1;7914
+69091;43.51701;4.34367;1;20220115;11.9;-.6;5.7;1.8;5.9;0;.86;7818
+69091;43.51701;4.34367;1;20220116;13;.1;6.6;3;5.7;.1;1.39;8047
+69091;43.51701;4.34367;1;20220117;14.4;3.6;9;5.2;6;0;2.32;7344
+69091;43.51701;4.34367;1;20220118;10.9;2.6;6.7;3.3;6.4;0;1.26;6365
+69091;43.51701;4.34367;1;20220119;10.6;3.2;6.9;3.6;6.7;.1;1.26;6016
+69091;43.51701;4.34367;1;20220120;12.9;4.1;8.5;7.5;5.7;0;2.74;6749
+69091;43.51701;4.34367;1;20220121;9;5.3;7.1;9.5;4.4;0;3.14;4014
+69091;43.51701;4.34367;1;20220122;10;1.8;5.9;7.6;5;0;2.32;6637
+69091;43.51701;4.34367;1;20220123;10.4;2.5;6.4;4.5;6;0;1.58;6577
+69091;43.51701;4.34367;1;20220124;12.2;1.7;7;2.6;6.8;0;1.13;7862
+69091;43.51701;4.34367;1;20220125;12.6;.7;6.6;2.2;7.1;0;.98;8555
+69091;43.51701;4.34367;1;20220126;13.2;1;7.1;2.1;6.7;0;1.09;8790
+69091;43.51701;4.34367;1;20220127;13.6;1.6;7.6;2.6;5.5;0;1.54;8822
+69091;43.51701;4.34367;1;20220128;16.3;.6;8.4;7.2;5.1;0;3.35;10394
+69091;43.51701;4.34367;1;20220129;14.9;4;9.4;2.4;6;0;1.62;8577
+69091;43.51701;4.34367;1;20220130;16.1;6.1;11.1;5.6;7.1;0;2.67;8277
+69091;43.51701;4.34367;1;20220131;13.5;4.6;9.1;8.3;6.4;0;2.81;7848
+69091;43.51701;4.34367;1;20220201;12.8;6.2;9.5;9.2;5.7;0;3.33;6688
+69091;43.51701;4.34367;1;20220202;17.6;8.7;13.1;6.7;8.1;0;3.18;8069
+69091;43.51701;4.34367;1;20220203;15.8;5.5;10.7;2.5;8.6;0;1.43;8892
+69091;43.51701;4.34367;1;20220204;16;5.6;10.8;4;8.9;0;1.77;9066
+69091;43.51701;4.34367;1;20220205;15.9;8.2;12;5.7;6.7;0;3.06;7745
+69091;43.51701;4.34367;1;20220206;14.1;3.4;8.8;5.6;6.6;.1;2.33;9473
+69091;43.51701;4.34367;1;20220207;15.9;9.3;12.6;9.1;7.1;0;3.83;7290
+69091;43.51701;4.34367;1;20220208;14.5;3.9;9.2;4.9;5.4;0;2.7;9690
+69091;43.51701;4.34367;1;20220209;14;3;8.5;2.8;8.4;0;1.3;10032
+69091;43.51701;4.34367;1;20220210;10.7;9.3;10;2.1;9.85;0;1.34;9473
+69091;43.51701;4.34367;1;20220211;16.3;2.8;9.5;5.6;7;0;2.48;11394
+69091;43.51701;4.34367;1;20220212;15.5;4.6;10.1;4.9;7.2;0;2.38;11655
+69091;43.51701;4.34367;1;20220213;12.4;6.6;9.5;7.7;9.35;4.6;1.46;5276
+69091;43.51701;4.34367;1;20220214;13.2;10.4;11.8;6.5;10.4;5.3;1.66;3721
+69091;43.51701;4.34367;1;20220215;14.1;6;10;6.8;7.15;0;2.65;12212
+69091;43.51701;4.34367;1;20220216;15.4;8.5;11.9;6.4;10.3;.3;2.01;8511
+69091;43.51701;4.34367;1;20220217;20.2;13.9;17.1;8.6;11.7;0;3.73;8195
+69091;43.51701;4.34367;1;20220218;18.6;10.2;14.4;2.4;11.9;0;1.68;9782
+69091;43.51701;4.34367;1;20220219;14.5;10.9;12.7;5.9;7.5;0;3.04;6084
+69091;43.51701;4.34367;1;20220220;16.4;6.9;11.6;6.4;7.8;0;3.01;10770
+69091;43.51701;4.34367;1;20220221;16;12.1;14;9.5;8.2;0;3.99;6569
+69091;43.51701;4.34367;1;20220222;17.5;9.7;13.6;7.1;7;0;4.01;9917
+69091;43.51701;4.34367;1;20220223;18.9;8.4;13.6;4.4;9.2;0;2.8;11854
+69091;43.51701;4.34367;1;20220224;16.7;7.7;12.2;3.4;10.8;.3;1.78;11034
+69091;43.51701;4.34367;1;20220225;14.5;8.1;11.3;7.6;6.5;0;3.52;9244
+69091;43.51701;4.34367;1;20220226;14.7;7.5;11.1;6;6.1;0;3.32;10010
+69091;43.51701;4.34367;1;20220227;14;2.4;8.2;3.7;7.5;0;1.94;13196
+69091;43.51701;4.34367;1;20220228;13.9;4.4;9.1;3.4;8.6;0;1.72;11985
+69091;43.51701;4.34367;1;20220301;13.1;6.8;10;4.7;7.9;0;2.14;9667
+69091;43.51701;4.34367;1;20220302;12.2;6.7;9.5;3.2;8.7;0;1.56;9074
+69091;43.51701;4.34367;1;20220303;15.9;4.3;10.1;2.5;8.9;0;1.88;13888
+69091;43.51701;4.34367;1;20220304;19.1;7.3;13.2;4;8.8;0;2.94;14194
+69091;43.51701;4.34367;1;20220305;16.3;7.3;11.8;3.4;6.9;0;2.73;12401
+69091;43.51701;4.34367;1;20220306;13.7;4.1;8.9;4.5;5.6;0;2.8;13007
+69091;43.51701;4.34367;1;20220307;13.9;3.2;8.6;2.6;5.8;0;2.25;13969
+69091;43.51701;4.34367;1;20220308;12.5;4.2;8.4;4;7.8;0;1.9;12312
+69091;43.51701;4.34367;1;20220309;13.4;6.8;10.1;3.5;9.3;0;1.75;10985
+69091;43.51701;4.34367;1;20220310;14.3;6.6;10.5;6;10.7;0;1.68;12105
+69091;43.51701;4.34367;1;20220311;13.3;11.9;12.6;9.9;10.9;9.3;2.17;4544
+69091;43.51701;4.34367;1;20220312;12;9.4;10.7;9.4;10.2;5.5;1.77;6707
+69091;43.51701;4.34367;1;20220313;11.3;8.9;10.1;10.4;10;0;1.65;6479
+69091;43.51701;4.34367;1;20220314;14.2;7.4;10.8;5;10.7;0;1.74;11854
+69091;43.51701;4.34367;1;20220315;15.7;10;12.8;3.5;11.5;0;1.9;10879
+69091;43.51701;4.34367;1;20220316;15.3;9.7;12.5;2.4;11.7;0;1.68;10897
+69091;43.51701;4.34367;1;20220317;16;11.2;13.6;3.6;11.9;0;1.96;10117
+69091;43.51701;4.34367;1;20220318;16.9;10.4;13.6;2.6;11.05;.6;2.01;10027
+69091;43.51701;4.34367;1;20220319;17.1;7.5;12.3;2.6;9.25;0;2.45;14683
+69091;43.51701;4.34367;1;20220320;13.7;6.2;10;5.8;8.8;1.9;1.95;6615
+69091;43.51701;4.34367;1;20220321;14.5;9.4;12;6.4;7.6;0;3.15;9023
+69091;43.51701;4.34367;1;20220322;15.7;3.6;9.6;5.1;6.95;0;3.24;19294
+69091;43.51701;4.34367;1;20220323;16.1;2.9;9.5;3.1;7.15;0;2.88;19841
+69091;43.51701;4.34367;1;20220324;17.9;2.4;10.1;2.8;6.55;0;3.18;20088
+69091;43.51701;4.34367;1;20220325;18.8;3;10.9;3.1;7.35;0;3.27;19435
+69091;43.51701;4.34367;1;20220326;19.1;4.3;11.7;3.1;7.55;0;3.45;20231
+69091;43.51701;4.34367;1;20220327;21.6;6.7;14.1;2.7;7.55;0;3.57;16656
+69091;43.51701;4.34367;1;20220328;20.8;5.3;13;2.9;8.1;0;3.56;19623
+69091;43.51701;4.34367;1;20220329;17.6;7.6;12.6;3.6;10.65;3.8;2.63;15659
+69091;43.51701;4.34367;1;20220330;16.7;10.4;13.5;3;11.3;.8;2.04;9554
+69091;43.51701;4.34367;1;20220331;19.6;9.3;14.4;6.6;8.45;.2;4.7;22759
+69091;43.51701;4.34367;1;20220401;11.1;5.7;8.4;10;5.5;.7;3.65;16042
+69091;43.51701;4.34367;1;20220402;9.1;4.7;6.9;9.1;4.3;0;3.51;11500
+69091;43.51701;4.34367;1;20220403;12;2.8;7.4;5.7;5.24;0;3.2;20285
+69091;43.51701;4.34367;1;20220404;16.3;2.8;9.6;3.2;5.41;0;3.52;22584
+69091;43.51701;4.34367;1;20220405;18.1;2.7;10.4;3.3;6.7;0;3.74;23377
+69091;43.51701;4.34367;1;20220406;17.8;4.5;11.1;3.4;9.15;0;2.87;18175
+69091;43.51701;4.34367;1;20220407;20.9;10.4;15.6;6;10.55;0;3.88;15109
+69091;43.51701;4.34367;1;20220408;21.4;12.4;16.9;5.8;12;0;4.32;20666
+69091;43.51701;4.34367;1;20220409;17.4;10.5;14;8.4;6.05;0;5.57;21354
+69091;43.51701;4.34367;1;20220410;17.4;3.3;10.4;3.8;6.8;.1;3.88;24480
+69091;43.51701;4.34367;1;20220411;15.9;7.4;11.6;6.2;9.85;0;2.77;13877
+69091;43.51701;4.34367;1;20220412;18.2;7;12.6;4.4;9.95;0;3.41;20607
+69091;43.51701;4.34367;1;20220413;19.7;8.4;14;2.8;10.05;0;3.54;21232
+69091;43.51701;4.34367;1;20220414;25.2;8.3;16.8;3.4;10.4;0;4.82;23731
+69091;43.51701;4.34367;1;20220415;27.3;12.6;20;4.4;11.91;0;5.68;24475
+69091;43.51701;4.34367;1;20220416;25.3;12.8;19.1;9.7;10.21;0;7.73;19732
+69091;43.51701;4.34367;1;20220417;20.8;11.1;15.9;3.5;9.45;0;4.55;24933
+69091;43.51701;4.34367;1;20220418;20.3;8.1;14.2;3.1;11.3;0;3.82;25320
+69091;43.51701;4.34367;1;20220419;23.4;9.7;16.6;3.5;11.15;.5;4.64;25403
+69091;43.51701;4.34367;1;20220420;17.8;12.4;15.1;3.2;13.9;11.3;1.98;9168
+69091;43.51701;4.34367;1;20220421;19.1;12.3;15.7;3;13.5;3.6;2.35;10756
+69091;43.51701;4.34367;1;20220422;19.6;10;14.8;4.5;13.25;0;3.43;23348
+69091;43.51701;4.34367;1;20220423;16.6;14.6;15.6;7.4;13;4.5;2.62;7257
+69091;43.51701;4.34367;1;20220424;18.5;9.3;13.9;3.7;11.65;1.1;2.8;14574
+69091;43.51701;4.34367;1;20220425;21.6;10;15.8;5.1;10.85;0;4.77;26580
+69091;43.51701;4.34367;1;20220426;22;8.8;15.4;3.1;11.7;0;4.39;26756
+69091;43.51701;4.34367;1;20220427;21;10.1;15.5;3.2;12.95;0;3.98;26059
+69091;43.51701;4.34367;1;20220428;24.6;11.5;18;3;12.45;0;4.76;25255
+69091;43.51701;4.34367;1;20220429;23.2;10.9;17;3.3;12.5;0;4.66;27028
+69091;43.51701;4.34367;1;20220430;24.9;13.2;19.1;3.8;11.5;0;5.27;24250
+69091;43.51701;4.34367;1;20220501;23.8;10.7;17.2;4.2;9.6;0;5.53;25665
+69091;43.51701;4.34367;1;20220502;22.2;10.8;16.5;3.1;11.55;0;4.35;23636
+69091;43.51701;4.34367;1;20220503;22.3;12.6;17.4;2.7;13.5;.2;3.97;22098
+69091;43.51701;4.34367;1;20220504;23.1;10.1;16.6;2.9;12.85;1.4;4.58;27027
+69091;43.51701;4.34367;1;20220505;22.5;14.2;18.4;4.9;11.95;.5;4.44;17012
+69091;43.51701;4.34367;1;20220506;22.6;14.1;18.4;7.2;10.4;0;5.86;20633
+69091;43.51701;4.34367;1;20220507;26.7;14.6;20.7;5.5;11.1;0;6.64;24967
+69091;43.51701;4.34367;1;20220508;24.4;15.8;20.1;3.7;12.4;3.2;5.01;20962
+69091;43.51701;4.34367;1;20220509;24;14.3;19.2;3;16.2;0;4.14;22440
+69091;43.51701;4.34367;1;20220510;24.2;13.9;19;2.8;16.1;.1;4.22;23265
+69091;43.51701;4.34367;1;20220511;22.7;13.6;18.2;4.9;16.1;0;3.95;21893
+69091;43.51701;4.34367;1;20220512;22.6;15.2;18.9;4.3;16;0;3.91;19712
+69091;43.51701;4.34367;1;20220513;24.2;14.1;19.2;2.8;15.5;0;4.34;23326
+69091;43.51701;4.34367;1;20220514;26.6;17.3;22;3.4;17.4;0;4.86;22427
+69091;43.51701;4.34367;1;20220515;23.7;18.3;21;5.8;18.5;0;3.95;16875
+69091;43.51701;4.34367;1;20220516;24.2;16.5;20.3;4.3;17.8;0;4.15;20461
+69091;43.51701;4.34367;1;20220517;25.1;17.2;21.2;2.8;18.9;0;4.08;20818
+69091;43.51701;4.34367;1;20220518;27.7;17.8;22.8;3.3;19.7;0;4.92;23532
+69091;43.51701;4.34367;1;20220519;25.2;19.6;22.4;3.9;20.3;0;3.93;17467
+69091;43.51701;4.34367;1;20220520;26.5;18;22.3;4.7;18.4;0;4.98;21870
+69091;43.51701;4.34367;1;20220521;26.2;18.7;22.5;3.4;18.4;.1;4.6;20540
+69091;43.51701;4.34367;1;20220522;25.2;18.5;21.8;3.6;20.7;0;3.92;19412
+69091;43.51701;4.34367;1;20220523;27.7;20;23.9;4.8;19.2;0;5.33;20961
+69091;43.51701;4.34367;1;20220524;23.8;18.8;21.3;6.4;12.4;1.6;5.86;16711
+69091;43.51701;4.34367;1;20220525;27.1;17.4;22.3;6.7;10.9;0;7.6;23811
+69091;43.51701;4.34367;1;20220526;29.8;16.7;23.3;6.2;11.2;0;8.35;27940
+69091;43.51701;4.34367;1;20220527;32.7;18.2;25.5;6.1;13.2;0;9.05;29535
+69091;43.51701;4.34367;1;20220528;29.8;19.1;24.4;8.4;11.2;0;9.38;25269
+69091;43.51701;4.34367;1;20220529;28.5;16.1;22.3;5;8.2;0;7.95;27360
+69091;43.51701;4.34367;1;20220530;24.7;14.7;19.7;3.2;10.2;.4;5.57;24506
+69091;43.51701;4.34367;1;20220531;25.3;18.3;21.8;2.9;16;0;4.63;20356
+69091;43.51701;4.34367;1;20220601;26.5;17;21.8;2.8;18.4;0;4.8;23960
+69091;43.51701;4.34367;1;20220602;26.6;19.6;23.1;3.3;20.1;0;4.53;20441
+69091;43.51701;4.34367;1;20220603;29.4;20.1;24.7;3.9;18.9;0;5.89;23788
+69091;43.51701;4.34367;1;20220604;27.4;20.7;24.1;4.3;20.3;0;4.97;20048
+69091;43.51701;4.34367;1;20220605;30.7;21.9;26.3;4.7;20.3;0;6.39;23189
+69091;43.51701;4.34367;1;20220606;29.7;20.4;25.1;4.7;15.9;.2;6.81;23910
+69091;43.51701;4.34367;1;20220607;30.8;20.6;25.7;4.5;15.4;0;7.22;25134
+69091;43.51701;4.34367;1;20220608;26.4;19.9;23.2;5.4;13.6;0;6.31;19852
+69091;43.51701;4.34367;1;20220609;28.4;18.3;23.3;8.2;11.4;0;8.68;25071
+69091;43.51701;4.34367;1;20220610;32.7;18.2;25.5;6.6;11.3;0;9.83;30310
+69091;43.51701;4.34367;1;20220611;34.1;20.3;27.2;4.1;13;0;8.53;29571
+69091;43.51701;4.34367;1;20220612;32.3;20;26.1;2.4;16.6;0;6.54;27878
+69091;43.51701;4.34367;1;20220613;35.1;21.6;28.3;3.9;18.4;.1;8.07;29288
+69091;43.51701;4.34367;1;20220614;32;22.4;27.2;4.4;14.6;0;7.7;24530
+69091;43.51701;4.34367;1;20220615;31.1;21.9;26.5;3.5;20.2;0;6.17;24004
+69091;43.51701;4.34367;1;20220616;30.7;20.8;25.8;2.9;20.7;0;5.83;24958
+69091;43.51701;4.34367;1;20220617;37.7;26.2;32;4.1;17.8;0;8.97;27003
+69091;43.51701;4.34367;1;20220618;31.1;21.8;26.4;3.4;21.8;0;5.95;24172
+69091;43.51701;4.34367;1;20220619;29.4;23.7;26.5;6;23.5;0;5.53;18670
+69091;43.51701;4.34367;1;20220620;29.4;23.3;26.4;5.7;22;0;5.8;19357
+69091;43.51701;4.34367;1;20220621;29.9;23.2;26.5;4.4;24.8;2.1;5.19;20344
+69091;43.51701;4.34367;1;20220622;27.9;23;25.4;5.3;25.7;0;4.22;17224
+69091;43.51701;4.34367;1;20220623;27.6;23.9;25.8;7.3;24.8;16.4;4.5;14809
+69091;43.51701;4.34367;1;20220624;27.7;18.9;23.3;5.6;21.2;1.3;5.19;23473
+69091;43.51701;4.34367;1;20220625;27.1;19.8;23.5;4.2;21.1;0;4.77;21264
+69091;43.51701;4.34367;1;20220626;28.2;23.9;26.1;5;24.9;0;4.43;16036
+69091;43.51701;4.34367;1;20220627;32.3;22.1;27.2;5;20.4;0;7.18;25322
+69091;43.51701;4.34367;1;20220628;33.6;20;26.8;5.6;16.1;0;8.76;29401
+69091;43.51701;4.34367;1;20220629;28.7;21;24.9;4.8;17.5;.6;6.18;21811
+69091;43.51701;4.34367;1;20220630;26.9;22;24.5;4.5;21.5;0;4.53;17142
+69091;43.51701;4.34367;1;20220701;29.7;18.5;24.1;6;13.4;0;7.88;26496
+69091;43.51701;4.34367;1;20220702;29.5;18.8;24.2;4.6;14;0;7.09;25841
+69091;43.51701;4.34367;1;20220703;30;19.7;24.9;2.4;18.6;.1;5.67;25298
+69091;43.51701;4.34367;1;20220704;32.3;22.8;27.5;4;21.5;.7;6.57;24216
+69091;43.51701;4.34367;1;20220705;34.3;23.7;29;5.1;17.6;0;8.43;25608
+69091;43.51701;4.34367;1;20220706;33.4;23.1;28.3;6.7;13.3;0;9.76;25186
+69091;43.51701;4.34367;1;20220707;33.3;21.5;27.4;7.8;12.4;0;10.48;26996
+69091;43.51701;4.34367;1;20220708;33.5;22.9;28.2;8.9;12.6;0;11.12;25479
+69091;43.51701;4.34367;1;20220709;33.8;21.5;27.6;4.9;12.9;0;8.87;27485
+69091;43.51701;4.34367;1;20220710;35.7;23.3;29.5;5.1;13.7;0;9.52;27546
+69091;43.51701;4.34367;1;20220711;29.8;22.4;26.1;3.7;17.8;0;5.98;20965
+69091;43.51701;4.34367;1;20220712;29.5;21.5;25.5;2.9;23.3;0;4.95;21797
+69091;43.51701;4.34367;1;20220713;29.7;20.9;25.3;2.6;23.3;0;5;22865
+69091;43.51701;4.34367;1;20220714;30.2;21.6;25.9;2.8;25.1;0;4.96;22535
+69091;43.51701;4.34367;1;20220715;36.6;22.8;29.7;3.6;22.4;0;7.8;28790
+69091;43.51701;4.34367;1;20220716;36.8;24.5;30.6;4.7;15.3;0;9.3;27043
+69091;43.51701;4.34367;1;20220717;32.9;23.2;28.1;4;17.9;0;7.13;23817
+69091;43.51701;4.34367;1;20220718;34.4;24.2;29.3;3;22.9;0;6.51;24383
+69091;43.51701;4.34367;1;20220719;31.5;23.1;27.3;2;26.2;0;4.94;21952
+69091;43.51701;4.34367;1;20220720;32.2;23;27.6;3.6;23.6;.1;5.93;22958
+69091;43.51701;4.34367;1;20220721;34.9;24.8;29.9;5.1;18.7;0;8.29;24035
+69091;43.51701;4.34367;1;20220722;31.8;23.3;27.5;3;23.6;0;5.52;21879
+69091;43.51701;4.34367;1;20220723;30.9;25.2;28;4.1;23.8;0;5.36;17641
+69091;43.51701;4.34367;1;20220724;33.3;24.7;29;3.2;19.8;0;6.39;21863
+69091;43.51701;4.34367;1;20220725;33.9;23.6;28.8;4.5;23.2;0;6.88;23952
+69091;43.51701;4.34367;1;20220726;35.5;24.2;29.8;5.1;15.9;0;8.88;25051
+69091;43.51701;4.34367;1;20220727;31.9;21.8;26.8;5.7;14.4;0;8.15;23529
+69091;43.51701;4.34367;1;20220728;32.2;22.4;27.3;3.3;15.2;0;6.67;23068
+69091;43.51701;4.34367;1;20220729;29.3;21.7;25.5;3.1;20;.8;5.09;20091
+69091;43.51701;4.34367;1;20220730;34.1;22.3;28.2;4.4;16.3;0;7.83;25222
+69091;43.51701;4.34367;1;20220731;36;23.2;29.6;5.1;15.6;0;9.03;26208
+69091;43.51701;4.34367;1;20220801;36.2;26.1;31.2;5.2;17.2;0;8.86;23047
+69091;43.51701;4.34367;1;20220802;35.6;26.4;31;6.5;16.6;0;9.57;21844
+69091;43.51701;4.34367;1;20220803;30.8;22.3;26.5;3.2;22.2;0;5.26;20855
+69091;43.51701;4.34367;1;20220804;30.4;23.2;26.8;2.6;24.9;0;4.55;19009
+69091;43.51701;4.34367;1;20220805;31.7;24;27.9;3.6;24.5;0;5.3;19604
+69091;43.51701;4.34367;1;20220806;34.8;25.3;30;6.3;18.2;0;8.74;21799
+69091;43.51701;4.34367;1;20220807;34.2;25.1;29.7;5.6;15.6;0;8.53;21203
+69091;43.51701;4.34367;1;20220808;35.1;23.8;29.4;3.6;15.2;0;7.47;23642
+69091;43.51701;4.34367;1;20220809;33.5;22.4;27.9;3;17.2;0;6.41;23300
+69091;43.51701;4.34367;1;20220810;31.1;22.1;26.6;3.2;24.5;0;4.96;20751
+69091;43.51701;4.34367;1;20220811;31.2;22;26.6;3.3;24.7;0;4.98;20879
+69091;43.51701;4.34367;1;20220812;32.2;23.2;27.7;4;26.8;0;5.19;20522
+69091;43.51701;4.34367;1;20220813;30.4;24.6;27.5;4.4;27.7;0;4.33;16147
+69091;43.51701;4.34367;1;20220814;29.2;26.2;27.7;5.6;24.2;8.7;4.67;11212
+69091;43.51701;4.34367;1;20220815;30.4;20.5;25.5;3.4;20.7;0;5.2;21210
+69091;43.51701;4.34367;1;20220816;30.6;21.7;26.2;4.4;19.9;13.8;5.71;19928
+69091;43.51701;4.34367;1;20220817;26.5;19.3;22.9;5.3;22.8;28.7;3.73;17695
+69091;43.51701;4.34367;1;20220818;25.4;17.9;21.6;4.3;18.4;1.1;4.09;17971
+69091;43.51701;4.34367;1;20220819;31;21.7;26.4;6.9;17.3;0;7.28;20018
+69091;43.51701;4.34367;1;20220820;32.7;21.9;27.3;4.7;17;0;6.95;21524
+69091;43.51701;4.34367;1;20220821;31.4;21.4;26.4;4.3;15.4;0;6.52;20531
+69091;43.51701;4.34367;1;20220822;32.1;22.4;27.2;5.4;16.6;0;7.13;20068
+69091;43.51701;4.34367;1;20220823;34.2;23.1;28.7;4.8;17.6;0;7.34;21404
+69091;43.51701;4.34367;1;20220824;30.7;22.3;26.5;3.2;19.4;0;5.09;18337
+69091;43.51701;4.34367;1;20220825;30.3;20.2;25.2;3.1;23.4;.2;4.5;20079
+69091;43.51701;4.34367;1;20220826;33.5;23.8;28.7;4.1;20.2;0;6.25;19513
+69091;43.51701;4.34367;1;20220827;30.8;21.7;26.2;4.5;18.9;0;5.72;18725
+69091;43.51701;4.34367;1;20220828;30.9;21.7;26.3;3.3;19.8;0;5.07;18695
+69091;43.51701;4.34367;1;20220829;29;20.9;25;3.4;25.4;1.2;3.75;17337
+69091;43.51701;4.34367;1;20220830;28.3;24.4;26.4;3.3;26;.2;3.23;11574
+69091;43.51701;4.34367;1;20220831;30.7;20.7;25.7;5.2;20.3;0;5.58;19098
+69091;43.51701;4.34367;1;20220901;30.2;21.4;25.8;3.9;19.6;.2;5.04;17701
+69091;43.51701;4.34367;1;20220902;27.3;22;24.7;3.3;23;11;3.39;13361
+69091;43.51701;4.34367;1;20220903;26.6;20.6;23.6;2.8;22.9;1.9;3.12;14174
+69091;43.51701;4.34367;1;20220904;28.7;20.8;24.8;3.9;23.5;0;3.88;16303
+69091;43.51701;4.34367;1;20220905;28.6;22.5;25.6;5.2;26.1;1;3.58;14062
+69091;43.51701;4.34367;1;20220906;28.5;22.6;25.6;5.6;25.9;5.2;3.62;13690
+69091;43.51701;4.34367;1;20220907;27.3;20.1;23.7;5.8;25;19.6;3.2;15115
+69091;43.51701;4.34367;1;20220908;27.3;18.4;22.8;3.2;19;.1;3.86;16790
+69091;43.51701;4.34367;1;20220909;26.8;18.9;22.8;4;16.7;.3;4.31;15610
+69091;43.51701;4.34367;1;20220910;26.6;18.4;22.5;4.2;16.2;0;4.38;15782
+69091;43.51701;4.34367;1;20220911;29.2;17.4;23.3;4.5;15.4;0;5.34;18996
+69091;43.51701;4.34367;1;20220912;26.8;18.1;22.4;2.7;20.5;0;3.3;15994
+69091;43.51701;4.34367;1;20220913;27;22.4;24.7;6.4;25.4;0;3.08;11197
+69091;43.51701;4.34367;1;20220914;26.7;23.6;25.2;6.6;25.2;0;3.1;8890
+69091;43.51701;4.34367;1;20220915;29.7;19.8;24.8;4.2;20.2;0;4.5;16659
+69091;43.51701;4.34367;1;20220916;28.7;20.6;24.7;5.2;16.5;0;5.27;14810
+69091;43.51701;4.34367;1;20220917;22.3;16.5;19.4;8.3;9.6;0;5.9;12225
+69091;43.51701;4.34367;1;20220918;24.6;13.6;19.1;6.4;9;0;5.85;17112
+69091;43.51701;4.34367;1;20220919;26;14.6;20.3;6.4;9.6;0;6.14;17268
+69091;43.51701;4.34367;1;20220920;25.8;14.6;20.2;6.1;9.1;0;6.06;16932
+69091;43.51701;4.34367;1;20220921;25.8;13.8;19.8;4.7;10.6;0;5.02;17388
+69091;43.51701;4.34367;1;20220922;23.8;13.7;18.8;3.3;13.2;0;3.47;15689
+69091;43.51701;4.34367;1;20220923;23.7;14.7;19.2;4.3;17.3;35.7;2.91;14587
+69091;43.51701;4.34367;1;20220924;20.8;16.4;18.6;8.3;17.8;3;2.35;9734
+69091;43.51701;4.34367;1;20220925;22.8;15.6;19.2;3.4;14;0;3.13;12642
+69091;43.51701;4.34367;1;20220926;22.1;13.7;17.9;5.4;12.4;.1;3.75;13599
+69091;43.51701;4.34367;1;20220927;21.2;17;19.1;7.9;11.7;0;4.64;9162
+69091;43.51701;4.34367;1;20220928;22.9;17.5;20.2;6.8;14.7;0;3.96;10427
+69091;43.51701;4.34367;1;20220929;22;16.4;19.2;5.8;13.4;.4;3.71;10516
+69091;43.51701;4.34367;1;20220930;19.7;14.6;17.2;5.2;11.3;0;3.39;9864
+69091;43.51701;4.34367;1;20221001;22.2;13.2;17.7;3.9;12.6;0;3.18;13338
+69091;43.51701;4.34367;1;20221002;27.4;17.7;22.6;4.9;16;0;4.31;13730
+69091;43.51701;4.34367;1;20221003;25.6;16.8;21.2;4.3;14.1;0;3.93;12868
+69091;43.51701;4.34367;1;20221004;25.4;14.5;20;3.1;15.2;.1;3.13;14285
+69091;43.51701;4.34367;1;20221005;23.3;17.6;20.5;3.1;18.5;.2;2.26;9879
+69091;43.51701;4.34367;1;20221006;24.6;15.1;19.8;2.3;17.9;0;2.36;12940
+69091;43.51701;4.34367;1;20221007;23.4;15.2;19.3;2.2;17.2;3.5;2.17;11791
+69091;43.51701;4.34367;1;20221008;21;16.9;18.9;3.1;16.5;.7;2.01;7887
+69091;43.51701;4.34367;1;20221009;21.7;15.1;18.4;3.9;14.7;0;2.58;10195
+69091;43.51701;4.34367;1;20221010;24.4;16.5;20.5;2;17.6;.1;2.19;11123
+69091;43.51701;4.34367;1;20221011;24.8;14.9;19.8;2.4;17;0;2.38;12435
+69091;43.51701;4.34367;1;20221012;24.3;16.1;20.2;2.6;17;0;2.36;11067
+69091;43.51701;4.34367;1;20221013;23.3;14.6;19;2.1;16.2;.5;2.08;11288
+69091;43.51701;4.34367;1;20221014;23.8;18.5;21.1;5;16.9;0;3.02;8436
+69091;43.51701;4.34367;1;20221015;24;15.5;19.8;2.4;16.6;0;2.21;10856
+69091;43.51701;4.34367;1;20221016;23.7;19.1;21.4;7.2;20.7;0;2.38;7567
+69091;43.51701;4.34367;1;20221017;22.7;17.2;20;5.7;19.3;.6;2.06;8271
+69091;43.51701;4.34367;1;20221018;23.7;17.4;20.5;2.7;19.5;0;1.84;8815
+69091;43.51701;4.34367;1;20221019;22;16.7;19.4;3.6;19.8;0;1.5;7876
+69091;43.51701;4.34367;1;20221020;21.3;20.7;21;8.2;21.7;.3;1.51;1827
+69091;43.51701;4.34367;1;20221021;23.4;20.3;21.9;8.9;22.3;0;2.04;5578
+69091;43.51701;4.34367;1;20221022;22.9;19.2;21;4.9;21.3;0;1.68;6114
+69091;43.51701;4.34367;1;20221023;22.5;21;21.8;9.3;23;0;1.6;3405
+69091;43.51701;4.34367;1;20221024;23.1;20.9;22;5.1;22;0;1.74;4306
+69091;43.51701;4.34367;1;20221025;24.3;17.2;20.8;3.5;20;0;1.87;8560
+69091;43.51701;4.34367;1;20221026;23.1;18.8;20.9;5;20.5;0;1.84;6305
+69091;43.51701;4.34367;1;20221027;23.2;19;21.1;3.7;20.5;.1;1.69;6127
+69091;43.51701;4.34367;1;20221028;24.1;18.2;21.1;2.1;19.1;.1;1.67;7375
+69091;43.51701;4.34367;1;20221029;23.7;14.2;18.9;2.1;16.6;.1;1.71;9543
+69091;43.51701;4.34367;1;20221030;22.9;16.2;19.5;3.6;18;.1;1.81;7713
+69091;43.51701;4.34367;1;20221031;22.6;16.7;19.7;6.5;19.3;3.4;1.84;7062
+69091;43.51701;4.34367;1;20221101;24.3;20.1;22.2;4.8;19.4;1.3;2.42;5688
+69091;43.51701;4.34367;1;20221102;22.1;15.4;18.8;2.7;13.3;.3;2.11;7389
+69091;43.51701;4.34367;1;20221103;20.2;12.6;16.4;5.3;13.5;22.1;2.21;7836
+69091;43.51701;4.34367;1;20221104;15.7;13.7;14.7;7.2;10.4;0;2.78;3386
+69091;43.51701;4.34367;1;20221105;16.9;11.4;14.1;6.8;8;0;3.46;6303
+69091;43.51701;4.34367;1;20221106;19.1;7.9;13.5;2.7;8.6;0;1.99;9371
+69091;43.51701;4.34367;1;20221107;21;7.9;14.5;2.5;10.6;.2;1.8;10094
+69091;43.51701;4.34367;1;20221108;19.1;11.8;15.4;6.9;15.3;4.5;1.4;7134
+69091;43.51701;4.34367;1;20221109;20.7;18.5;19.6;6.7;18.1;0;1.94;3327
+69091;43.51701;4.34367;1;20221110;19.1;14.1;16.6;4.7;12.7;0;2.18;5537
+69091;43.51701;4.34367;1;20221111;21.1;12.9;17;4.2;13.1;.1;2.16;7323
+69091;43.51701;4.34367;1;20221112;21.3;11.3;16.3;2.3;13.5;0;1.45;8101
+69091;43.51701;4.34367;1;20221113;18;12.3;15.1;3.1;13.4;0;1.31;5745
+69091;43.51701;4.34367;1;20221114;17.7;13;15.4;5.7;13.6;20.1;1.67;5036
+69091;43.51701;4.34367;1;20221115;18.8;14;16.4;5.5;15.6;1.3;1.39;5031
+69091;43.51701;4.34367;1;20221116;18.5;12.4;15.4;3.4;12.9;0;1.51;5745
+69091;43.51701;4.34367;1;20221117;19.8;12.3;16;3;13.3;1.3;1.49;6415
+69091;43.51701;4.34367;1;20221118;16.1;13;14.6;6.2;10.5;0;2.45;3648
+69091;43.51701;4.34367;1;20221119;15;8.8;11.9;6;8.2;0;2.42;5578
+69091;43.51701;4.34367;1;20221120;14.9;8.2;11.5;5.8;7.5;0;2.52;5772
+69091;43.51701;4.34367;1;20221121;9.8;8.3;9.1;3.9;8.9;7.2;1.09;2073
+69091;43.51701;4.34367;1;20221122;13.5;7.8;10.7;8;9.2;.8;1.89;5102
+69091;43.51701;4.34367;1;20221123;15.8;8.6;12.2;3.5;10.3;1.1;1.35;5811
+69091;43.51701;4.34367;1;20221124;16.2;9.3;12.8;3.6;9.7;0;1.62;5598
+69091;43.51701;4.34367;1;20221125;16.8;9.5;13.1;3.9;10.2;.2;1.66;5727
+69091;43.51701;4.34367;1;20221126;15.5;9.4;12.4;6.1;8;0;2.63;5075
+69091;43.51701;4.34367;1;20221127;13.7;5.1;9.4;3.7;9.3;3.8;1.04;6183
+69091;43.51701;4.34367;1;20221128;10.4;9.8;10.1;5.3;11;22.3;.77;744
+69091;43.51701;4.34367;1;20221129;13.5;7;10.3;4.3;8.5;0;1.51;5112
+69091;43.51701;4.34367;1;20221130;12.8;5.2;9;4.8;7.6;.6;1.6;5570
+69091;43.51701;4.34367;1;20221201;10.9;6.4;8.7;4.6;8;.7;1.32;3972
+69091;43.51701;4.34367;1;20221202;8.8;5.6;7.2;3.4;7.6;5;.98;3131
+69091;43.51701;4.34367;1;20221203;8.4;6.1;7.2;4.6;9.4;15.5;.52;2448
+69091;43.51701;4.34367;1;20221204;12.4;5.8;9.1;3.2;9.8;9;.73;4929
+69091;43.51701;4.34367;1;20221205;10;2.3;6.1;3.2;7.7;0;.73;5376
+69091;43.51701;4.34367;1;20221206;10.7;4.1;7.4;3.6;7.3;0;1.11;4852
+69091;43.51701;4.34367;1;20221207;9.7;2;5.9;4.3;6.5;0;1.16;5298
+69091;43.51701;4.34367;1;20221208;6.8;1.5;4.2;4.8;6.9;18.1;.7;4165
+69091;43.51701;4.34367;1;20221209;13.7;6.2;10;3.9;10.9;0;.68;5147
+69091;43.51701;4.34367;1;20221210;9.4;6;7.7;4.8;7.3;0;1.35;3059
+69091;43.51701;4.34367;1;20221211;6.9;-.3;3.3;4.7;4.4;0;1.45;4965
+69091;43.51701;4.34367;1;20221212;4.7;-1.7;1.5;3.5;5.4;3.8;.64;4591
+69091;43.51701;4.34367;1;20221213;7.4;2.8;5.1;4.7;8.5;4.7;.31;3694
+69091;43.51701;4.34367;1;20221214;11.8;7.1;9.4;3.9;11.2;.9;.45;3732
+69091;43.51701;4.34367;1;20221215;11;9.6;10.3;5;12.1;19.9;.41;1491
+69091;43.51701;4.34367;1;20221216;11.7;8.3;10;4.6;9.2;0;1.24;2977
+69091;43.51701;4.34367;1;20221217;9;2.8;5.9;5.1;5.5;0;1.62;4425
+69091;43.51701;4.34367;1;20221218;11.6;.5;6;4.3;7.6;0;.89;6311
+69091;43.51701;4.34367;1;20221219;15.8;10.3;13.1;6.5;13.1;0;1;4086
+69091;43.51701;4.34367;1;20221220;16.6;13.9;15.3;7;15.4;2;.99;2506
+69091;43.51701;4.34367;1;20221221;17.7;13.5;15.6;3.4;13.8;.5;1.2;3418
+69091;43.51701;4.34367;1;20221222;15.5;12.2;13.9;5.4;12.2;0;1.45;2897
+69091;43.51701;4.34367;1;20221223;19.1;13.5;16.3;5.9;14;0;1.77;4136
+69091;43.51701;4.34367;1;20221224;18.8;11.8;15.3;1.8;12.7;.1;.94;4771
+69091;43.51701;4.34367;1;20221225;15.6;7.9;11.8;4.7;12.9;.1;.6;5072
+69091;43.51701;4.34367;1;20221226;16.8;13.7;15.2;3.4;13.3;.1;1.23;2793
+69091;43.51701;4.34367;1;20221227;16.4;9.5;12.9;2.8;10.9;0;1.12;4764
+69091;43.51701;4.34367;1;20221228;11.4;5.6;8.5;3.1;9.7;0;.61;4285
+69091;43.51701;4.34367;1;20221229;15.2;10.2;12.7;2.9;12.2;0;.84;3910
+69091;43.51701;4.34367;1;20221230;13.5;10.1;11.8;2;12.3;0;.58;3032
+69091;43.51701;4.34367;1;20221231;15.9;11.2;13.5;5.7;13.6;0;.94;3793
+69092;43.48965;4.66164;1;20220101;8.1;7;7.6;1;10.4;.1;.33;2020
+69092;43.48965;4.66164;1;20220102;10.9;7.8;9.4;2;10.8;0;.45;3762
+69092;43.48965;4.66164;1;20220103;14.9;6.1;10.5;2.1;10.4;0;.67;6729
+69092;43.48965;4.66164;1;20220104;15;7;11;3.4;12.3;.7;.52;6430
+69092;43.48965;4.66164;1;20220105;9.2;7;8.1;8.9;7;0;2.03;3148
+69092;43.48965;4.66164;1;20220106;7.9;5.3;6.6;11.3;5.4;0;2.57;3493
+69092;43.48965;4.66164;1;20220107;9.3;.3;4.8;4.4;5.7;0;1.24;6992
+69092;43.48965;4.66164;1;20220108;11.7;3.3;7.5;4;8;0;.99;6788
+69092;43.48965;4.66164;1;20220109;10.5;8.9;9.7;4.8;7.9;0;1.64;2695
+69092;43.48965;4.66164;1;20220110;9.4;6.8;8.1;8.6;6.8;0;2.11;3609
+69092;43.48965;4.66164;1;20220111;7.6;3.3;5.4;8.1;5.7;0;1.79;4831
+69092;43.48965;4.66164;1;20220112;8.8;1.7;5.3;5.4;5.4;0;1.58;6411
+69092;43.48965;4.66164;1;20220113;11.2;.1;5.6;2.7;5.4;0;1.16;8219
+69092;43.48965;4.66164;1;20220114;10.1;-3.5;3.3;2.4;5.4;0;.84;9238
+69092;43.48965;4.66164;1;20220115;11;-2.5;4.2;2.1;5.6;.1;.84;9291
+69092;43.48965;4.66164;1;20220116;12.1;-2.8;4.7;4.2;5.2;.1;1.56;9740
+69092;43.48965;4.66164;1;20220117;11.4;5.3;8.3;8.7;6.6;0;2.35;6202
+69092;43.48965;4.66164;1;20220118;12.2;3.3;7.7;4;6.6;0;1.52;7679
+69092;43.48965;4.66164;1;20220119;9.8;.3;5.1;2.6;7.1;0;.71;8036
+69092;43.48965;4.66164;1;20220120;11.4;2.9;7.1;8.8;6.2;0;2.25;7657
+69092;43.48965;4.66164;1;20220121;7.7;4;5.8;9.8;5.1;0;2.39;4933
+69092;43.48965;4.66164;1;20220122;8.5;1.9;5.2;6.8;5.3;0;1.85;6839
+69092;43.48965;4.66164;1;20220123;12.5;.4;6.5;3;6;0;1.33;9551
+69092;43.48965;4.66164;1;20220124;11.8;-1.7;5.1;1.6;6.7;0;.73;10235
+69092;43.48965;4.66164;1;20220125;11.4;-1.9;4.7;1.9;6.7;0;.78;10275
+69092;43.48965;4.66164;1;20220126;13.5;-1.9;5.8;3.6;6;.1;1.53;10819
+69092;43.48965;4.66164;1;20220127;11.2;-.4;5.4;4.1;5.2;0;1.66;9794
+69092;43.48965;4.66164;1;20220128;12.8;1.6;7.2;9.2;5.9;0;2.64;9733
+69092;43.48965;4.66164;1;20220129;13.4;4.4;8.9;6.8;5.8;0;2.74;8780
+69092;43.48965;4.66164;1;20220130;14;5.3;9.7;9.1;7.7;0;2.5;8732
+69092;43.48965;4.66164;1;20220131;14.3;6.2;10.3;8.9;6.8;0;3.08;8515
+69092;43.48965;4.66164;1;20220201;11.8;4.8;8.3;9.8;5.2;0;3.26;7981
+69092;43.48965;4.66164;1;20220202;16.8;6.7;11.7;8.4;8.2;0;3.05;9814
+69092;43.48965;4.66164;1;20220203;16.2;6.9;11.6;3.5;9;0;1.75;9518
+69092;43.48965;4.66164;1;20220204;13.8;6.4;10.1;2.8;9.2;0;1.24;8545
+69092;43.48965;4.66164;1;20220205;14.5;5.8;10.2;6.5;6.6;0;2.79;9430
+69092;43.48965;4.66164;1;20220206;13.5;4.1;8.8;5.4;6.5;0;2.29;9951
+69092;43.48965;4.66164;1;20220207;14.4;6.9;10.6;8.9;6.9;0;3.21;8950
+69092;43.48965;4.66164;1;20220208;15.5;6;10.7;5;6.3;0;2.76;10271
+69092;43.48965;4.66164;1;20220209;14.2;-.6;6.8;2.3;8.8;0;1.04;12811
+69092;43.48965;4.66164;1;20220210;13;7.7;10.4;2;9.94;0;1.3;9915
+69092;43.48965;4.66164;1;20220211;15.6;3.2;9.4;5;7.34;0;2.27;11296
+69092;43.48965;4.66164;1;20220212;16;3.1;9.6;4.1;7.1;0;2.19;11837
+69092;43.48965;4.66164;1;20220213;13.4;5.5;9.5;6.9;8.94;2.9;1.64;5251
+69092;43.48965;4.66164;1;20220214;13.3;10;11.6;6;10.6;9.3;1.56;3547
+69092;43.48965;4.66164;1;20220215;14.1;5.4;9.7;6.7;7.37;0;2.57;11975
+69092;43.48965;4.66164;1;20220216;13.5;3.8;8.6;3.5;9.8;.7;1.17;11528
+69092;43.48965;4.66164;1;20220217;19.7;7.4;13.6;4.9;11.5;0;2.3;13216
+69092;43.48965;4.66164;1;20220218;18.1;6.6;12.3;2.5;11.2;0;1.64;12927
+69092;43.48965;4.66164;1;20220219;13.8;8.2;11;7;7.4;0;2.87;8982
+69092;43.48965;4.66164;1;20220220;17;5.4;11.2;6;7.4;0;3.08;13323
+69092;43.48965;4.66164;1;20220221;16.3;10.4;13.3;7.4;8;0;3.53;9476
+69092;43.48965;4.66164;1;20220222;15.8;6.7;11.2;5.3;6.9;0;2.98;12046
+69092;43.48965;4.66164;1;20220223;18.2;8.1;13.2;4.1;9;0;2.65;12880
+69092;43.48965;4.66164;1;20220224;13.9;6.8;10.3;2.8;10.6;1;1.31;10853
+69092;43.48965;4.66164;1;20220225;13.1;4.9;9;7.8;6.1;0;3.09;11850
+69092;43.48965;4.66164;1;20220226;14.4;6;10.2;5;6;0;2.95;12151
+69092;43.48965;4.66164;1;20220227;14.2;1.3;7.7;3;6.7;0;2.02;15369
+69092;43.48965;4.66164;1;20220228;13.8;2.6;8.2;3.4;8;0;1.81;14462
+69092;43.48965;4.66164;1;20220301;13.6;2.5;8.1;3.5;7.4;0;1.96;14572
+69092;43.48965;4.66164;1;20220302;12.6;3.2;7.9;2.8;8;.1;1.62;13532
+69092;43.48965;4.66164;1;20220303;14.8;.2;7.5;1.9;7.8;0;1.74;16759
+69092;43.48965;4.66164;1;20220304;18.3;2.4;10.3;5.2;6.7;0;3.42;16954
+69092;43.48965;4.66164;1;20220305;15.8;1.7;8.8;3.8;4.7;0;3.1;17149
+69092;43.48965;4.66164;1;20220306;13.4;.2;6.8;2.9;5.7;0;2.22;16915
+69092;43.48965;4.66164;1;20220307;13.2;-.4;6.4;2.6;5.35;0;2.3;15566
+69092;43.48965;4.66164;1;20220308;13.6;2.5;8;3.9;7.2;0;2.04;11261
+69092;43.48965;4.66164;1;20220309;14.8;4.8;9.8;3;8.4;0;2.1;15173
+69092;43.48965;4.66164;1;20220310;14.2;4;9.1;4.8;9.9;0;1.73;15505
+69092;43.48965;4.66164;1;20220311;13.6;11.1;12.4;8.1;10.2;2.1;2.37;7503
+69092;43.48965;4.66164;1;20220312;13.3;10.7;12;8;9;3;2.75;7750
+69092;43.48965;4.66164;1;20220313;12.2;10;11.1;6.5;9.1;8.1;2.21;7170
+69092;43.48965;4.66164;1;20220314;15.9;5.7;10.8;4.3;10.6;0;2.06;16209
+69092;43.48965;4.66164;1;20220315;17.2;9.7;13.5;2.9;10.8;0;2.32;13977
+69092;43.48965;4.66164;1;20220316;15.8;6.3;11.1;1.7;11;0;1.87;15965
+69092;43.48965;4.66164;1;20220317;16.1;9.1;12.6;3.1;11.7;.1;1.98;13778
+69092;43.48965;4.66164;1;20220318;17.1;10.6;13.8;2.2;11.4;.4;1.85;9284
+69092;43.48965;4.66164;1;20220319;17.8;7.9;12.9;2.5;9.1;0;2.47;13288
+69092;43.48965;4.66164;1;20220320;15.2;6.6;10.9;5.2;8.34;.3;2.26;6677
+69092;43.48965;4.66164;1;20220321;16.4;10.5;13.5;5.8;7.14;0;3.55;11848
+69092;43.48965;4.66164;1;20220322;16.5;4.2;10.3;4.9;6.74;0;3.41;19329
+69092;43.48965;4.66164;1;20220323;17;2.8;9.9;3;7.27;0;2.9;19760
+69092;43.48965;4.66164;1;20220324;18.8;2.4;10.6;2.6;6.7;0;3.17;20225
+69092;43.48965;4.66164;1;20220325;19.4;2.8;11.1;3;7.64;0;3.19;19423
+69092;43.48965;4.66164;1;20220326;21;4.5;12.7;3.2;7.44;0;3.73;20221
+69092;43.48965;4.66164;1;20220327;22.4;8.3;15.4;2.6;7.67;0;3.59;15970
+69092;43.48965;4.66164;1;20220328;21.9;5.8;13.9;2.6;7.77;0;3.55;19449
+69092;43.48965;4.66164;1;20220329;19;8;13.5;3.4;9.97;2.9;2.85;15506
+69092;43.48965;4.66164;1;20220330;15.8;11;13.4;2.9;11.44;1;1.84;7636
+69092;43.48965;4.66164;1;20220331;19.9;8.5;14.2;7.1;9;.3;4.55;21472
+69092;43.48965;4.66164;1;20220401;11.1;6.2;8.7;11.1;5.8;.8;3.7;16228
+69092;43.48965;4.66164;1;20220402;9.8;4.3;7;8.9;4.74;0;3.43;14642
+69092;43.48965;4.66164;1;20220403;12.1;2.7;7.4;7.5;5.21;0;3.54;20757
+69092;43.48965;4.66164;1;20220404;16.1;2.7;9.4;3.6;5.71;0;3.56;22569
+69092;43.48965;4.66164;1;20220405;18.9;3.3;11.1;3.3;6.7;0;3.74;23377
+69092;43.48965;4.66164;1;20220406;17.3;4.3;10.8;2.9;8.97;0;2.72;17583
+69092;43.48965;4.66164;1;20220407;19.8;9;14.4;5.5;10.97;.1;3.48;15439
+69092;43.48965;4.66164;1;20220408;21.7;12.5;17.1;5.4;12.37;.1;4.2;20911
+69092;43.48965;4.66164;1;20220409;17;10.7;13.8;9.3;6.3;0;5.64;22102
+69092;43.48965;4.66164;1;20220410;18.2;4.4;11.3;4;6.84;0;3.99;24220
+69092;43.48965;4.66164;1;20220411;17.7;8;12.8;5.7;9.37;0;3.08;13251
+69092;43.48965;4.66164;1;20220412;20.6;8.1;14.3;4.2;9.54;0;3.85;20205
+69092;43.48965;4.66164;1;20220413;20.4;7.9;14.1;2.8;10.07;0;3.44;20555
+69092;43.48965;4.66164;1;20220414;25.7;8.2;16.9;3.2;10.4;0;4.68;23054
+69092;43.48965;4.66164;1;20220415;27;11.5;19.3;4.7;11.21;0;5.79;24535
+69092;43.48965;4.66164;1;20220416;25.3;12.7;19;6;10.6;0;6.06;22547
+69092;43.48965;4.66164;1;20220417;21.4;11;16.2;3.3;9.67;0;4.5;24922
+69092;43.48965;4.66164;1;20220418;20.7;8.2;14.5;3.1;11.24;0;3.87;25247
+69092;43.48965;4.66164;1;20220419;24;9;16.5;3.4;11.47;.3;4.55;25202
+69092;43.48965;4.66164;1;20220420;18.3;12.6;15.4;3.5;13.77;8.9;1.98;7645
+69092;43.48965;4.66164;1;20220421;19.4;12.6;16;3.1;13.67;5.1;2.31;9637
+69092;43.48965;4.66164;1;20220422;20.2;10.4;15.3;4.2;13.44;0;3.4;22198
+69092;43.48965;4.66164;1;20220423;17.7;14.6;16.2;7.2;13.14;6.8;2.75;7138
+69092;43.48965;4.66164;1;20220424;18.7;9.7;14.2;3.9;12.04;.4;2.74;14349
+69092;43.48965;4.66164;1;20220425;20.9;9.4;15.2;4.7;11.4;0;4.49;26253
+69092;43.48965;4.66164;1;20220426;23.1;9.9;16.5;3.2;12.27;0;4.34;26204
+69092;43.48965;4.66164;1;20220427;21.5;10.2;15.9;3.1;13.14;0;4.05;26072
+69092;43.48965;4.66164;1;20220428;25.2;11.3;18.2;3;12.44;0;4.81;25403
+69092;43.48965;4.66164;1;20220429;23.2;11;17.1;3.2;11.6;0;4.77;26518
+69092;43.48965;4.66164;1;20220430;25.3;12.1;18.7;3.8;11;0;5.34;24233
+69092;43.48965;4.66164;1;20220501;24.4;11.4;17.9;4.1;10.04;0;5.51;26143
+69092;43.48965;4.66164;1;20220502;23;10.6;16.8;3.2;12.17;0;4.4;24591
+69092;43.48965;4.66164;1;20220503;22.9;13.1;18;2.7;13.37;.2;4.16;22898
+69092;43.48965;4.66164;1;20220504;24.3;10.4;17.4;3;12.87;1.8;4.65;26618
+69092;43.48965;4.66164;1;20220505;22.8;14.2;18.5;4.4;12.5;.4;4.25;16875
+69092;43.48965;4.66164;1;20220506;20;13.6;16.8;7.8;11;0;4.91;19303
+69092;43.48965;4.66164;1;20220507;25.5;14.7;20.1;5.2;12;0;6.08;25348
+69092;43.48965;4.66164;1;20220508;22;9.2;15.6;2.2;13.1;4.3;4.22;27769
+69092;43.48965;4.66164;1;20220509;25.4;13.1;19.3;1.9;14.8;0;4.75;27333
+69092;43.48965;4.66164;1;20220510;25.1;11.6;18.4;2.2;14.1;0;4.89;28786
+69092;43.48965;4.66164;1;20220511;23.1;11.9;17.5;3.8;14.7;0;4.46;26286
+69092;43.48965;4.66164;1;20220512;23.7;12.2;18;2.6;14.5;0;4.55;26754
+69092;43.48965;4.66164;1;20220513;24.4;12.3;18.4;1.6;14.5;0;4.58;27568
+69092;43.48965;4.66164;1;20220514;26.2;13;19.6;2.1;17.1;0;4.93;28930
+69092;43.48965;4.66164;1;20220515;24.6;15.4;20;3.9;17.3;0;4.53;24160
+69092;43.48965;4.66164;1;20220516;24.8;14.6;19.7;3.5;16.5;0;4.72;25563
+69092;43.48965;4.66164;1;20220517;26.1;14.2;20.1;2;17.3;0;4.86;27753
+69092;43.48965;4.66164;1;20220518;25.7;14.6;20.2;2.8;18.5;0;4.69;26881
+69092;43.48965;4.66164;1;20220519;26.7;15.1;20.9;2.8;17.5;0;5.13;27585
+69092;43.48965;4.66164;1;20220520;26.5;14.4;20.4;3.1;15.6;0;5.41;28278
+69092;43.48965;4.66164;1;20220521;25.3;15.5;20.4;2.2;17.3;.1;4.63;25480
+69092;43.48965;4.66164;1;20220522;25.1;16.1;20.6;3.8;19.6;0;4.37;24472
+69092;43.48965;4.66164;1;20220523;26.2;16.4;21.3;3.5;18;0;5.02;25636
+69092;43.48965;4.66164;1;20220524;25.3;17.8;21.5;5.3;13.3;.2;6.01;22428
+69092;43.48965;4.66164;1;20220525;25.9;17.6;21.8;7.7;11.2;0;7.55;23687
+69092;43.48965;4.66164;1;20220526;28.4;18.1;23.2;7.3;11.6;0;8.35;26517
+69092;43.48965;4.66164;1;20220527;30.5;19;24.7;7.3;13.5;0;8.79;28121
+69092;43.48965;4.66164;1;20220528;27.3;18.7;23;10.5;10.7;0;9.26;24309
+69092;43.48965;4.66164;1;20220529;26.2;16.2;21.2;8.2;8;0;8.77;26316
+69092;43.48965;4.66164;1;20220530;26.1;10.9;18.5;2.1;10.8;.1;5.6;30746
+69092;43.48965;4.66164;1;20220531;25;16.1;20.6;2.1;15.9;.4;4.73;24908
+69092;43.48965;4.66164;1;20220601;27.9;14.5;21.2;2.1;16.9;0;5.65;30744
+69092;43.48965;4.66164;1;20220602;26.8;14.4;20.6;2.1;18.4;0;5.21;29613
+69092;43.48965;4.66164;1;20220603;30.8;18.4;24.6;2.7;19.2;.1;6.31;29668
+69092;43.48965;4.66164;1;20220604;27.6;18.6;23.1;3.4;20.5;0;5.17;25243
+69092;43.48965;4.66164;1;20220605;30.2;20.8;25.5;3.8;20.9;0;6.09;25852
+69092;43.48965;4.66164;1;20220606;28.9;16.5;22.7;4;16.2;.1;6.53;29815
+69092;43.48965;4.66164;1;20220607;30;17.3;23.6;4.9;15.7;0;7.31;30224
+69092;43.48965;4.66164;1;20220608;26.4;18;22.2;4.2;13.7;0;6.08;24517
+69092;43.48965;4.66164;1;20220609;26.1;17.7;21.9;8;11.9;0;7.61;24547
+69092;43.48965;4.66164;1;20220610;29.1;18.6;23.9;10.1;10.6;0;10.07;27537
+69092;43.48965;4.66164;1;20220611;31.7;18.8;25.2;4.2;13.7;0;7.96;30610
+69092;43.48965;4.66164;1;20220612;28.9;15.5;22.2;2.2;17.7;0;5.94;31236
+69092;43.48965;4.66164;1;20220613;32.8;17.9;25.4;4.3;17.3;0;7.75;31387
+69092;43.48965;4.66164;1;20220614;30.5;20.3;25.4;3.8;16.1;0;6.95;27229
+69092;43.48965;4.66164;1;20220615;29.3;20.2;24.8;3.1;20.3;0;5.72;25706
+69092;43.48965;4.66164;1;20220616;31.5;17.3;24.4;1.9;20.4;0;6.26;31444
+69092;43.48965;4.66164;1;20220617;35.9;24.8;30.4;3.6;17.9;0;8.29;28471
+69092;43.48965;4.66164;1;20220618;30.8;19.4;25.1;2.6;21.1;0;6.12;28869
+69092;43.48965;4.66164;1;20220619;29.9;20.7;25.3;4;21.5;0;6;25887
+69092;43.48965;4.66164;1;20220620;29.5;21.4;25.5;4.6;19.9;0;6.22;24261
+69092;43.48965;4.66164;1;20220621;29.7;21.3;25.5;3.8;23.8;1.5;5.5;24716
+69092;43.48965;4.66164;1;20220622;28;22.6;25.3;4.2;24.9;0;4.53;19712
+69092;43.48965;4.66164;1;20220623;26.6;22.6;24.6;4.7;24.2;11.6;4.04;16890
+69092;43.48965;4.66164;1;20220624;27.5;19.7;23.6;3.1;20.6;.4;5.05;23783
+69092;43.48965;4.66164;1;20220625;27.4;17.6;22.5;2.8;21.6;0;5.01;26710
+69092;43.48965;4.66164;1;20220626;30.2;22.3;26.2;3.3;23.7;0;5.54;23916
+69092;43.48965;4.66164;1;20220627;30.6;20.5;25.5;5.4;19.3;0;7.04;27093
+69092;43.48965;4.66164;1;20220628;30.7;20.1;25.4;6.9;15.5;0;8.4;27748
+69092;43.48965;4.66164;1;20220629;28.6;18.3;23.4;3.4;17.2;.4;6.06;27323
+69092;43.48965;4.66164;1;20220630;26.7;19.8;23.2;3.4;20.9;0;4.72;22249
+69092;43.48965;4.66164;1;20220701;28.2;17.5;22.9;6.8;13.2;0;7.77;27804
+69092;43.48965;4.66164;1;20220702;31.7;17.1;24.4;3.7;13.7;0;7.61;31267
+69092;43.48965;4.66164;1;20220703;31.2;15.2;23.2;1.9;18;0;6.14;31229
+69092;43.48965;4.66164;1;20220704;34;20.4;27.2;3.2;21;.5;7.34;31188
+69092;43.48965;4.66164;1;20220705;33.1;23.2;28.1;6.4;15.6;0;9.21;26587
+69092;43.48965;4.66164;1;20220706;32.5;22.8;27.6;7.6;12.4;0;10.25;26271
+69092;43.48965;4.66164;1;20220707;31.4;20.4;25.9;10.2;12.5;0;10.71;27964
+69092;43.48965;4.66164;1;20220708;30.7;21.1;25.9;9.3;14.5;0;9.49;26044
+69092;43.48965;4.66164;1;20220709;33.2;19.1;26.2;4.4;13.6;0;8.47;30937
+69092;43.48965;4.66164;1;20220710;33.7;23.2;28.5;5.6;14.4;0;9.2;27158
+69092;43.48965;4.66164;1;20220711;29.4;18.4;23.9;2.8;17.6;0;5.99;27752
+69092;43.48965;4.66164;1;20220712;29;18.1;23.5;1.3;22.4;0;5.18;27564
+69092;43.48965;4.66164;1;20220713;29.7;19.6;24.7;2.2;22.1;0;5.4;26454
+69092;43.48965;4.66164;1;20220714;31.2;17.4;24.3;1.9;22.5;.1;5.94;30611
+69092;43.48965;4.66164;1;20220715;37;19.2;28.1;3.7;20.6;0;8.05;30537
+69092;43.48965;4.66164;1;20220716;36.9;24.6;30.8;5.1;14.5;0;9.97;29031
+69092;43.48965;4.66164;1;20220717;32.1;22.5;27.3;3.3;17.8;0;6.75;25519
+69092;43.48965;4.66164;1;20220718;34.1;20.5;27.3;1.7;23.6;0;6.41;30298
+69092;43.48965;4.66164;1;20220719;32.2;20.9;26.6;1.7;24.2;0;5.75;27574
+69092;43.48965;4.66164;1;20220720;31.8;20.6;26.2;2;23.3;.1;5.76;27368
+69092;43.48965;4.66164;1;20220721;35.2;23.6;29.4;4.4;19.7;0;8.15;27776
+69092;43.48965;4.66164;1;20220722;31.8;18.8;25.3;2.5;24.1;0;5.94;29341
+69092;43.48965;4.66164;1;20220723;31;22.6;26.8;2.5;23.6;0;5.36;23407
+69092;43.48965;4.66164;1;20220724;34.1;21.6;27.8;2.6;19.4;0;6.85;28570
+69092;43.48965;4.66164;1;20220725;32.7;20;26.4;3;22;0;6.44;28702
+69092;43.48965;4.66164;1;20220726;32.7;22.8;27.7;5.9;15.9;0;8.49;25190
+69092;43.48965;4.66164;1;20220727;32.9;20.9;26.9;5.4;14;0;8.63;27683
+69092;43.48965;4.66164;1;20220728;32.2;17;24.6;2.4;15.6;0;6.43;29322
+69092;43.48965;4.66164;1;20220729;29.6;19.9;24.8;2.6;20;.5;5.38;24646
+69092;43.48965;4.66164;1;20220730;34.6;20.3;27.4;5;15.1;.1;8.73;29095
+69092;43.48965;4.66164;1;20220731;36.3;18.9;27.6;4;15;0;8.37;28978
+69092;43.48965;4.66164;1;20220801;35.8;22.6;29.2;4.5;16.3;0;8.67;28483
+69092;43.48965;4.66164;1;20220802;36.6;23.4;30;4.8;16.8;0;9.06;28360
+69092;43.48965;4.66164;1;20220803;31.4;21.5;26.5;2.7;22.2;0;5.58;24383
+69092;43.48965;4.66164;1;20220804;30.6;22.5;26.5;1.9;25.3;.1;4.72;21906
+69092;43.48965;4.66164;1;20220805;30.9;20.2;25.5;2.5;24.4;0;5.21;25138
+69092;43.48965;4.66164;1;20220806;35.6;24;29.8;6.4;17.5;0;9.44;26071
+69092;43.48965;4.66164;1;20220807;34.1;23.5;28.8;4.7;16.2;0;8.04;24779
+69092;43.48965;4.66164;1;20220808;33.9;20;27;2.8;16.5;0;6.81;27954
+69092;43.48965;4.66164;1;20220809;32.4;17.7;25.1;2.3;20.5;0;5.82;27815
+69092;43.48965;4.66164;1;20220810;30.9;18.1;24.5;1.9;20.6;0;5.35;26869
+69092;43.48965;4.66164;1;20220811;30.7;17.4;24.1;2;20.4;0;5.35;27255
+69092;43.48965;4.66164;1;20220812;31.4;21;26.2;2.2;25.5;0;5;23913
+69092;43.48965;4.66164;1;20220813;30;22.4;26.2;2.9;25.6;0;4.52;20255
+69092;43.48965;4.66164;1;20220814;27.7;22.3;25;3.1;23;7.2;4.01;16897
+69092;43.48965;4.66164;1;20220815;30.6;18.8;24.7;1.9;21.2;0;5.03;25080
+69092;43.48965;4.66164;1;20220816;29.3;19.1;24.2;3.2;23;7.2;4.73;23147
+69092;43.48965;4.66164;1;20220817;26.9;19.7;23.3;3.5;22.1;20.2;4.02;19250
+69092;43.48965;4.66164;1;20220818;24.8;16.8;20.8;4.3;18.3;6.5;4.06;20196
+69092;43.48965;4.66164;1;20220819;28.8;19.6;24.2;6.6;17.5;0;6.29;21562
+69092;43.48965;4.66164;1;20220820;30.7;20;25.4;6.2;17.7;0;6.88;23149
+69092;43.48965;4.66164;1;20220821;30.8;20.8;25.8;5.6;15;0;7.23;22219
+69092;43.48965;4.66164;1;20220822;31;21.5;26.3;6.8;14.9;0;7.89;21504
+69092;43.48965;4.66164;1;20220823;32.5;20.9;26.7;5;16.9;0;7.15;23660
+69092;43.48965;4.66164;1;20220824;28.8;17.1;23;2.1;20;0;4.51;23605
+69092;43.48965;4.66164;1;20220825;31.9;17.6;24.8;1.7;21.3;.2;4.97;25327
+69092;43.48965;4.66164;1;20220826;32.7;20.1;26.4;4.8;19.2;0;6.66;24182
+69092;43.48965;4.66164;1;20220827;31.1;21.9;26.5;5.1;18.6;0;6.31;20444
+69092;43.48965;4.66164;1;20220828;31.3;17.4;24.3;1.8;19;0;4.92;24810
+69092;43.48965;4.66164;1;20220829;29.2;18.2;23.7;2.3;23.1;.1;4.21;22082
+69092;43.48965;4.66164;1;20220830;28.1;23.4;25.7;3;25.5;.9;3.41;14150
+69092;43.48965;4.66164;1;20220831;29.6;20.1;24.9;4.9;19.4;0;5.42;20182
+69092;43.48965;4.66164;1;20220901;31.3;18.5;24.9;3.6;17.4;.1;5.74;23332
+69092;43.48965;4.66164;1;20220902;28.7;19.1;23.9;2.9;21.6;4.9;4.18;19982
+69092;43.48965;4.66164;1;20220903;27.1;19.5;23.3;2;21.8;2.2;3.47;17584
+69092;43.48965;4.66164;1;20220904;28.9;19.9;24.4;2.8;21.2;0;4.18;19028
+69092;43.48965;4.66164;1;20220905;29;20.1;24.6;3.7;23.3;.2;4.12;18767
+69092;43.48965;4.66164;1;20220906;29.4;20.2;24.8;4;23.4;5.4;4.27;18934
+69092;43.48965;4.66164;1;20220907;28;20.9;24.5;3.8;24.7;22.6;3.53;16433
+69092;43.48965;4.66164;1;20220908;26.7;17;21.9;3.1;18.7;.1;3.87;19133
+69092;43.48965;4.66164;1;20220909;26.5;15.8;21.1;3.2;16.6;.2;4.1;19950
+69092;43.48965;4.66164;1;20220910;26.9;14.9;20.9;3.4;15.3;0;4.42;20976
+69092;43.48965;4.66164;1;20220911;28.4;14;21.2;3.4;14.8;0;4.79;22240
+69092;43.48965;4.66164;1;20220912;27.4;14.6;21;2.2;19.4;0;3.68;21303
+69092;43.48965;4.66164;1;20220913;27.2;21.1;24.2;4.2;23.6;0;3.35;14415
+69092;43.48965;4.66164;1;20220914;27.1;22.5;24.8;5.9;23.1;0;3.74;12336
+69092;43.48965;4.66164;1;20220915;29.7;18.1;23.9;2.9;19.7;0;4.27;19710
+69092;43.48965;4.66164;1;20220916;27;17.8;22.4;4;16.2;0;4.38;17334
+69092;43.48965;4.66164;1;20220917;20.9;14.5;17.7;9.2;9.7;0;5.47;14236
+69092;43.48965;4.66164;1;20220918;23.6;13.4;18.5;7.3;8.6;0;6.06;17935
+69092;43.48965;4.66164;1;20220919;24.2;15.2;19.7;8.9;8.7;0;6.89;16653
+69092;43.48965;4.66164;1;20220920;23.8;13.7;18.7;7.6;8.7;0;6.17;17500
+69092;43.48965;4.66164;1;20220921;24.9;14.7;19.8;4.2;10.9;0;4.64;17415
+69092;43.48965;4.66164;1;20220922;23.8;11.5;17.6;1.7;13;0;3.04;18984
+69092;43.48965;4.66164;1;20220923;23.9;13.1;18.5;2.8;15.3;26.5;3.11;17577
+69092;43.48965;4.66164;1;20220924;20.1;17.1;18.6;4.1;17.8;4.5;1.97;8926
+69092;43.48965;4.66164;1;20220925;22.4;13.9;18.1;2.7;15.3;0;2.72;15218
+69092;43.48965;4.66164;1;20220926;23.3;12.1;17.7;4.6;12.2;.1;3.88;17362
+69092;43.48965;4.66164;1;20220927;21.2;15.2;18.2;5.8;11.6;0;4.01;12436
+69092;43.48965;4.66164;1;20220928;22.6;15.8;19.2;5.4;14.7;.1;3.48;13130
+69092;43.48965;4.66164;1;20220929;21.4;15.8;18.6;4.5;12.8;.3;3.39;11739
+69092;43.48965;4.66164;1;20220930;18.6;13;15.8;5.8;10.4;0;3.46;11610
+69092;43.48965;4.66164;1;20221001;21.5;7.5;14.5;3.2;12.3;0;2.76;18330
+69092;43.48965;4.66164;1;20221002;26.5;14.6;20.5;3.3;15.7;0;3.53;16786
+69092;43.48965;4.66164;1;20221003;25.3;16;20.6;5.5;14;0;4.33;14615
+69092;43.48965;4.66164;1;20221004;24.3;10.6;17.5;2.4;14.5;.1;2.8;17648
+69092;43.48965;4.66164;1;20221005;24.1;12.1;18.1;1.8;16.6;.2;2.41;16297
+69092;43.48965;4.66164;1;20221006;24.3;11.8;18;1.6;15.9;0;2.41;16454
+69092;43.48965;4.66164;1;20221007;24.4;12.6;18.5;1.7;15.5;1.4;2.45;15788
+69092;43.48965;4.66164;1;20221008;21.1;13.3;17.2;2.2;16.1;16.1;1.94;12591
+69092;43.48965;4.66164;1;20221009;21.6;13.9;17.8;2.1;15.1;.4;2.1;12359
+69092;43.48965;4.66164;1;20221010;23.6;14.6;19.1;1.7;16.2;0;2.19;13244
+69092;43.48965;4.66164;1;20221011;24.2;11.5;17.9;1.5;15.4;0;2.24;15642
+69092;43.48965;4.66164;1;20221012;24.5;13.4;18.9;1.8;15.3;.1;2.36;14415
+69092;43.48965;4.66164;1;20221013;23.2;11.3;17.3;1.8;15.2;.3;2.12;14764
+69092;43.48965;4.66164;1;20221014;23.9;15.9;19.9;2.9;16.6;.1;2.45;11866
+69092;43.48965;4.66164;1;20221015;24.8;11.6;18.2;2.1;15.4;0;2.37;15201
+69092;43.48965;4.66164;1;20221016;24.5;17.1;20.8;5;18.3;0;2.77;11113
+69092;43.48965;4.66164;1;20221017;24;13.4;18.7;3.5;17;.4;2.34;13236
+69092;43.48965;4.66164;1;20221018;24.5;13.8;19.2;1.9;17.5;.2;2.03;13136
+69092;43.48965;4.66164;1;20221019;22.8;14.7;18.7;1.9;18.4;0;1.68;11219
+69092;43.48965;4.66164;1;20221020;21.6;19.1;20.4;5.3;19.8;0;1.82;5925
+69092;43.48965;4.66164;1;20221021;24.2;20.4;22.3;9.2;21.4;0;2.75;7329
+69092;43.48965;4.66164;1;20221022;24.3;18;21.2;4.4;21.3;0;1.94;9462
+69092;43.48965;4.66164;1;20221023;25.1;20.8;23;8.3;21.6;0;2.95;7627
+69092;43.48965;4.66164;1;20221024;24.4;21.4;22.9;6.2;21.7;0;2.47;6203
+69092;43.48965;4.66164;1;20221025;24.4;15.9;20.1;3.2;19.8;0;1.86;10655
+69092;43.48965;4.66164;1;20221026;24.2;16.5;20.4;3.9;18.9;0;2.11;9986
+69092;43.48965;4.66164;1;20221027;24.6;16.9;20.8;1.8;18.4;.1;1.76;9857
+69092;43.48965;4.66164;1;20221028;24.1;13.4;18.7;1.6;17;0;1.65;11561
+69092;43.48965;4.66164;1;20221029;24.7;11.1;17.9;1.9;14.8;.1;1.9;12932
+69092;43.48965;4.66164;1;20221030;23.2;12;17.6;2.5;15;0;1.87;11538
+69092;43.48965;4.66164;1;20221031;22.3;14.3;18.3;5.4;17.9;6.3;1.78;9547
+69092;43.48965;4.66164;1;20221101;23.3;20.1;21.7;4.6;18.5;3;2.39;5770
+69092;43.48965;4.66164;1;20221102;21.7;13.4;17.6;2.5;13.7;0;1.84;9484
+69092;43.48965;4.66164;1;20221103;20.5;9.1;14.8;4;13.7;19.5;1.69;11060
+69092;43.48965;4.66164;1;20221104;15.9;11.4;13.6;5.8;10.2;0;2.31;6669
+69092;43.48965;4.66164;1;20221105;15.9;9.5;12.7;7.5;8.4;0;3;7948
+69092;43.48965;4.66164;1;20221106;19.1;5.4;12.3;2.2;9;.1;1.62;11718
+69092;43.48965;4.66164;1;20221107;22;4.8;13.4;1.8;9.9;0;1.6;11806
+69092;43.48965;4.66164;1;20221108;20.3;10.4;15.3;5.5;14.1;4.3;1.79;9636
+69092;43.48965;4.66164;1;20221109;21.7;18;19.9;6.4;17.2;0;2.36;5617
+69092;43.48965;4.66164;1;20221110;19.5;13.4;16.4;4.4;13.1;0;2.01;7265
+69092;43.48965;4.66164;1;20221111;21.9;11.8;16.9;2;12.8;.1;1.54;9379
+69092;43.48965;4.66164;1;20221112;21.5;8.2;14.9;1.8;11.7;0;1.37;10707
+69092;43.48965;4.66164;1;20221113;19.7;10.2;15;2.4;12.4;0;1.38;8860
+69092;43.48965;4.66164;1;20221114;18.1;10.8;14.5;5;12.7;16.8;1.64;7610
+69092;43.48965;4.66164;1;20221115;19.3;13.9;16.6;5.7;15.3;4.5;1.6;6394
+69092;43.48965;4.66164;1;20221116;18.3;10.4;14.3;3.5;12.8;.1;1.34;7749
+69092;43.48965;4.66164;1;20221117;18.7;10.8;14.8;2.8;12.8;2.1;1.28;7659
+69092;43.48965;4.66164;1;20221118;16.2;11.1;13.7;5.3;10.3;0;2.07;5982
+69092;43.48965;4.66164;1;20221119;14.7;7.9;11.3;6.7;7.9;0;2.48;6907
+69092;43.48965;4.66164;1;20221120;14.1;5.8;10;5.5;7.1;0;2.18;7599
+69092;43.48965;4.66164;1;20221121;10.9;5;8;2.6;9;7.5;.71;6256
+69092;43.48965;4.66164;1;20221122;13.8;7.4;10.6;5.6;8.9;.4;1.7;6467
+69092;43.48965;4.66164;1;20221123;14;6.6;10.3;1.6;9.9;.8;.72;6918
+69092;43.48965;4.66164;1;20221124;15.9;5.5;10.7;2.8;9.2;0;1.18;8213
+69092;43.48965;4.66164;1;20221125;17.6;7.2;12.4;3.8;9.9;0;1.59;8131
+69092;43.48965;4.66164;1;20221126;14;9.7;11.8;8.5;8.3;0;2.71;4994
+69092;43.48965;4.66164;1;20221127;16.2;3.6;9.9;3.3;8.9;2.2;1.24;8832
+69092;43.48965;4.66164;1;20221128;11.1;9.7;10.4;4.8;10.2;7.6;1.07;2574
+69092;43.48965;4.66164;1;20221129;12.4;3.5;7.9;4.2;8.5;0;.99;7208
+69092;43.48965;4.66164;1;20221130;12.6;3.5;8.1;3.7;8.4;2.2;.97;7232
+69092;43.48965;4.66164;1;20221201;9.8;5.8;7.8;3.5;8.8;2.7;.75;4581
+69092;43.48965;4.66164;1;20221202;8.8;6.2;7.5;3.1;8.3;5.2;.79;3563
+69092;43.48965;4.66164;1;20221203;11.2;5.8;8.5;3.8;9.6;23.5;.69;5321
+69092;43.48965;4.66164;1;20221204;14.7;7.7;11.2;2.8;10.3;12;.93;6084
+69092;43.48965;4.66164;1;20221205;10.4;2.6;6.5;2.6;8.1;0;.6;6406
+69092;43.48965;4.66164;1;20221206;10.7;2.7;6.7;3.1;7.3;0;.88;6452
+69092;43.48965;4.66164;1;20221207;8.6;3.2;5.9;6.1;6.6;0;1.3;5176
+69092;43.48965;4.66164;1;20221208;8.9;-.8;4.1;3.3;8;22.6;.29;7072
+69092;43.48965;4.66164;1;20221209;13.8;9.3;11.5;4.2;12.7;0;.54;4626
+69092;43.48965;4.66164;1;20221210;7.9;5.6;6.7;7.4;6.8;0;1.57;3144
+69092;43.48965;4.66164;1;20221211;5.3;-.3;2.5;6.8;4.5;0;1.47;5170
+69092;43.48965;4.66164;1;20221212;5.3;-2.4;1.5;3.2;5.7;3.2;.5;6125
+69092;43.48965;4.66164;1;20221213;8.3;4.2;6.3;3.6;9;6.5;.36;4314
+69092;43.48965;4.66164;1;20221214;11.1;7.8;9.5;2.7;10.8;.9;.49;3804
+69092;43.48965;4.66164;1;20221215;13.4;10.1;11.7;4;12.1;15.7;.73;3793
+69092;43.48965;4.66164;1;20221216;9.4;6.9;8.1;6.2;8.3;0;1.22;3226
+69092;43.48965;4.66164;1;20221217;6.6;2.4;4.5;6.2;5.7;0;1.33;4325
+69092;43.48965;4.66164;1;20221218;13.5;.1;6.8;3.5;8.1;0;.82;8118
+69092;43.48965;4.66164;1;20221219;15.7;10.4;13;5.4;12.5;.5;1.09;4909
+69092;43.48965;4.66164;1;20221220;16.4;13.9;15.1;6.2;15.2;1.2;.96;3208
+69092;43.48965;4.66164;1;20221221;16.2;14.1;15.2;2.8;14.3;1.5;.89;2897
+69092;43.48965;4.66164;1;20221222;15;8;11.5;2.3;11.7;0;.6;5717
+69092;43.48965;4.66164;1;20221223;19.8;13.1;16.4;4.8;13.8;0;1.67;5586
+69092;43.48965;4.66164;1;20221224;18.7;9.3;14;1.7;12;.1;.78;6720
+69092;43.48965;4.66164;1;20221225;16.5;7.7;12.1;4.1;12.2;.1;.84;6496
+69092;43.48965;4.66164;1;20221226;17.8;12.9;15.4;2.6;12.8;.1;1.13;4727
+69092;43.48965;4.66164;1;20221227;15.6;7.5;11.5;2.5;10.1;0;.92;6241
+69092;43.48965;4.66164;1;20221228;14.2;3.6;8.9;2.3;10;0;.53;7236
+69092;43.48965;4.66164;1;20221229;15.6;10.3;13;2.7;12.3;0;.81;4983
+69092;43.48965;4.66164;1;20221230;14;8.5;11.3;1.1;11.8;0;.43;5107
+69092;43.48965;4.66164;1;20221231;16.4;9;12.7;5.2;12.7;0;.95;6032
+69093;43.51246;4.94022;5;20220101;9.1;6.7;7.9;1.2;10.8;.1;.32;1333
+69093;43.51246;4.94022;5;20220102;11.2;8.6;9.9;2.7;10.9;0;.6;1439
+69093;43.51246;4.94022;5;20220103;15.8;5.7;10.8;2.4;10.2;0;.8;6933
+69093;43.51246;4.94022;5;20220104;14.3;7.3;10.8;3;11.8;.8;.61;3019
+69093;43.51246;4.94022;5;20220105;9.1;7.4;8.3;12.8;6.6;0;2.52;4955
+69093;43.51246;4.94022;5;20220106;8.5;5.4;7;10.4;5.2;0;2.62;5846
+69093;43.51246;4.94022;5;20220107;10;-.6;4.7;4.1;5.5;.1;1.24;7803
+69093;43.51246;4.94022;5;20220108;12.1;2.4;7.3;3.5;7.4;0;1.06;6653
+69093;43.51246;4.94022;5;20220109;10.9;6.1;8.5;5;7.8;0;1.4;3600
+69093;43.51246;4.94022;5;20220110;9.9;6.1;8;8;6.5;0;2.09;5382
+69093;43.51246;4.94022;5;20220111;8.3;.9;4.6;6.5;5.5;0;1.49;7615
+69093;43.51246;4.94022;5;20220112;9.9;-1.6;4.2;4.3;5.1;0;1.35;8754
+69093;43.51246;4.94022;5;20220113;12.6;-1.2;5.7;4.2;5;0;1.72;9271
+69093;43.51246;4.94022;5;20220114;13.1;-1.2;6;3.5;5;0;1.6;9353
+69093;43.51246;4.94022;5;20220115;12.5;-1.8;5.4;2.5;5.4;0;1.12;9438
+69093;43.51246;4.94022;5;20220116;13.4;-1.3;6.1;6.9;4.4;.1;2.71;9526
+69093;43.51246;4.94022;5;20220117;11.8;4.6;8.2;7.6;6;0;2.39;8025
+69093;43.51246;4.94022;5;20220118;13.1;.2;6.7;3.9;6.4;0;1.43;9468
+69093;43.51246;4.94022;5;20220119;10.3;.5;5.4;2.3;7.55;0;.69;5818
+69093;43.51246;4.94022;5;20220120;10.6;1.3;6;10.2;6.1;0;2.03;8929
+69093;43.51246;4.94022;5;20220121;8.4;3.9;6.2;7.9;5;0;2.27;7422
+69093;43.51246;4.94022;5;20220122;9.5;0;4.8;5.2;5;0;1.67;9197
+69093;43.51246;4.94022;5;20220123;14.5;-.5;7;3.4;5.9;0;1.64;10234
+69093;43.51246;4.94022;5;20220124;13.3;.9;7.1;3.3;6.8;0;1.33;9488
+69093;43.51246;4.94022;5;20220125;12.5;.5;6.5;2.1;7.2;.1;.9;9712
+69093;43.51246;4.94022;5;20220126;15.2;-.7;7.3;4.1;5.4;.1;2.1;10583
+69093;43.51246;4.94022;5;20220127;12;-.2;5.9;4.2;5.1;0;1.8;10542
+69093;43.51246;4.94022;5;20220128;11.2;1.6;6.4;8.2;5.5;0;2.35;9936
+69093;43.51246;4.94022;5;20220129;13.2;1.8;7.5;6.4;5.8;0;2.36;10050
+69093;43.51246;4.94022;5;20220130;14.4;6.6;10.5;9.6;7.5;0;2.87;9609
+69093;43.51246;4.94022;5;20220131;14.6;4.9;9.8;11.6;6.5;0;3.42;10228
+69093;43.51246;4.94022;5;20220201;11.4;5.6;8.5;15.5;5.2;0;3.82;9108
+69093;43.51246;4.94022;5;20220202;16.6;7.8;12.2;12.6;8.3;0;3.6;10275
+69093;43.51246;4.94022;5;20220203;16.7;7.4;12.1;4.2;9.9;0;1.77;9996
+69093;43.51246;4.94022;5;20220204;15.3;6.3;10.8;3.1;9.3;0;1.43;9533
+69093;43.51246;4.94022;5;20220205;14.3;4.7;9.5;8.3;6.4;0;2.99;11039
+69093;43.51246;4.94022;5;20220206;13.5;4.1;8.8;5.4;6.5;0;2.29;9951
+69093;43.51246;4.94022;5;20220207;14.4;6.9;10.6;8.9;6.9;0;3.21;8950
+69093;43.51246;4.94022;5;20220208;16.3;2.6;9.5;3.8;6.3;0;2.29;12377
+69093;43.51246;4.94022;5;20220209;15.6;3.5;9.6;3.4;9.2;0;1.44;10538
+69093;43.51246;4.94022;5;20220210;16.7;6.3;11.5;2;9.7;.1;1.37;10547
+69093;43.51246;4.94022;5;20220211;15.1;2.6;8.9;6.8;7.2;.1;2.48;12388
+69093;43.51246;4.94022;5;20220212;16;3;9.5;4.3;6.7;0;2.37;13011
+69093;43.51246;4.94022;5;20220213;13.6;4.8;9.2;6.3;8;2.1;2.01;9053
+69093;43.51246;4.94022;5;20220214;13.3;8.8;11.1;6;10.5;13.6;1.4;3942
+69093;43.51246;4.94022;5;20220215;13.9;3.7;8.8;6.3;7;0;2.39;11425
+69093;43.51246;4.94022;5;20220216;15.2;2.8;9;3.2;9.2;.6;1.39;9870
+69093;43.51246;4.94022;5;20220217;19.7;7.4;13.5;4.9;11.5;0;2.3;13216
+69093;43.51246;4.94022;5;20220218;19.5;6.1;12.8;3.2;10.9;0;2;14021
+69093;43.51246;4.94022;5;20220219;15.3;8.2;11.8;9.3;6.9;0;3.73;9087
+69093;43.51246;4.94022;5;20220220;16.9;5.8;11.4;7.6;7;0;3.54;14081
+69093;43.51246;4.94022;5;20220221;16.6;8.5;12.6;9;7.7;0;3.73;11612
+69093;43.51246;4.94022;5;20220222;15.6;4.6;10.1;10.8;7;0;3.56;14329
+69093;43.51246;4.94022;5;20220223;19.6;10;14.8;5.2;8.9;0;3.4;14041
+69093;43.51246;4.94022;5;20220224;14;6.7;10.4;3.3;10.4;.9;1.33;9645
+69093;43.51246;4.94022;5;20220225;13.1;5.6;9.4;11.5;5.9;0;3.71;13456
+69093;43.51246;4.94022;5;20220226;15.4;5.5;10.5;5;5.8;0;3.11;12349
+69093;43.51246;4.94022;5;20220227;15;.4;7.7;3.8;6.8;0;2.21;15343
+69093;43.51246;4.94022;5;20220228;15.4;1.8;8.6;3.2;7.4;0;2.08;14968
+69093;43.51246;4.94022;5;20220301;15.3;3.2;9.3;3.6;7.3;0;2.3;15523
+69093;43.51246;4.94022;5;20220302;13.4;4.1;8.8;2.9;7.8;.2;1.71;10785
+69093;43.51246;4.94022;5;20220303;15.8;1.7;8.8;1.8;7.8;0;1.85;16397
+69093;43.51246;4.94022;5;20220304;18.5;2.5;10.5;5.4;6.1;.1;3.67;16587
+69093;43.51246;4.94022;5;20220305;16.3;5;10.7;4.4;4.4;0;3.62;16588
+69093;43.51246;4.94022;5;20220306;14;1.3;7.7;4.1;5.6;0;2.64;16643
+69093;43.51246;4.94022;5;20220307;14.2;-.7;6.8;2.6;4.9;0;2.36;17163
+69093;43.51246;4.94022;5;20220308;14.6;.8;7.7;3.8;6.6;0;2.17;10211
+69093;43.51246;4.94022;5;20220309;15.5;5;10.3;3.1;8.2;0;2.15;13012
+69093;43.51246;4.94022;5;20220310;15.7;3.6;9.7;4.7;9.6;0;1.96;13685
+69093;43.51246;4.94022;5;20220311;14.5;10;12.3;7;9.2;.4;2.62;7515
+69093;43.51246;4.94022;5;20220312;14;10.9;12.5;7.3;8.2;1.7;3;4571
+69093;43.51246;4.94022;5;20220313;13.1;10.7;11.9;8.5;8.4;5.2;2.86;3959
+69093;43.51246;4.94022;5;20220314;17.5;7.2;12.4;5.5;10;0;2.62;12414
+69093;43.51246;4.94022;5;20220315;18.2;12.7;15.5;3.5;9.8;0;2.98;13012
+69093;43.51246;4.94022;5;20220316;17.2;8.5;12.9;2;11;0;2.19;16395
+69093;43.51246;4.94022;5;20220317;16.4;9.8;13.1;3;11.5;0;1.96;11558
+69093;43.51246;4.94022;5;20220318;17.1;10.7;13.9;2.7;10.8;.2;2.26;12254
+69093;43.51246;4.94022;5;20220319;17.6;7.7;12.7;2.7;8.8;0;2.77;17466
+69093;43.51246;4.94022;5;20220320;15.4;6.6;11;4.5;7.5;.3;2.77;11231
+69093;43.51246;4.94022;5;20220321;17.2;11.7;14.5;5;6.3;0;4.13;12646
+69093;43.51246;4.94022;5;20220322;16.6;3.7;10.2;5.1;6.2;0;3.65;20088
+69093;43.51246;4.94022;5;20220323;17.3;2.8;10.1;3.4;6.5;0;3.24;20282
+69093;43.51246;4.94022;5;20220324;19.3;2.4;10.9;3.2;5.7;0;3.65;20476
+69093;43.51246;4.94022;5;20220325;20.4;2.9;11.7;3.6;7.1;0;3.74;20670
+69093;43.51246;4.94022;5;20220326;21.3;4.6;13;3.6;7.3;0;3.98;20863
+69093;43.51246;4.94022;5;20220327;22.6;9.1;15.9;3.4;7;0;4.43;20412
+69093;43.51246;4.94022;5;20220328;22.4;5.9;14.2;3.3;7;0;4.23;21247
+69093;43.51246;4.94022;5;20220329;19.4;8.3;13.9;3.6;9.1;2.3;3.45;18619
+69093;43.51246;4.94022;5;20220330;15.9;10.4;13.2;3.1;10.9;1.8;2.13;10608
+69093;43.51246;4.94022;5;20220331;20.1;7;13.6;6.1;9;.2;4.16;20318
+69093;43.51246;4.94022;5;20220401;10.8;5.5;8.2;9.2;5.8;.6;3.18;11084
+69093;43.51246;4.94022;5;20220402;9.9;4.1;7;8.9;4.74;0;3.43;14642
+69093;43.51246;4.94022;5;20220403;12.1;2.7;7.4;7.5;5.2;0;3.54;20757
+69093;43.51246;4.94022;5;20220404;16.1;2.7;9.4;3.6;5.7;0;3.56;22569
+69093;43.51246;4.94022;5;20220405;19.9;4.2;12.1;3.7;6.1;0;4.25;22754
+69093;43.51246;4.94022;5;20220406;17.3;3.8;10.6;2.9;8.7;0;2.93;20451
+69093;43.51246;4.94022;5;20220407;19.4;8;13.7;5.6;10.6;.1;3.42;17418
+69093;43.51246;4.94022;5;20220408;22.4;12.1;17.3;5.5;12;0;4.35;19633
+69093;43.51246;4.94022;5;20220409;16.6;10.3;13.5;9.3;6;0;5.5;19708
+69093;43.51246;4.94022;5;20220410;18.8;5.1;12;4.1;6.5;0;4.27;23661
+69093;43.51246;4.94022;5;20220411;18;8.9;13.5;5.8;8.4;0;3.87;15455
+69093;43.51246;4.94022;5;20220412;21.1;7.5;14.3;3.6;9.4;0;4.16;24015
+69093;43.51246;4.94022;5;20220413;21.6;7.7;14.7;2.6;9.2;0;4.03;24165
+69093;43.51246;4.94022;5;20220414;26.3;8.5;17.4;3.6;9.8;0;5.21;24363
+69093;43.51246;4.94022;5;20220415;27;11.5;19.3;4.7;11.2;0;5.79;24535
+69093;43.51246;4.94022;5;20220416;25.2;12.5;18.9;6;10.6;0;6.06;22547
+69093;43.51246;4.94022;5;20220417;21.7;10.9;16.3;3.6;9.4;0;4.61;23966
+69093;43.51246;4.94022;5;20220418;20.6;8.9;14.8;3.1;11.2;0;3.9;25041
+69093;43.51246;4.94022;5;20220419;25;8.1;16.6;3.4;11.1;0;4.75;25206
+69093;43.51246;4.94022;5;20220420;18.1;12.7;15.4;3;13.8;8.8;2.21;11137
+69093;43.51246;4.94022;5;20220421;18.8;12.3;15.6;2.6;13.6;4.8;2.36;12212
+69093;43.51246;4.94022;5;20220422;20.5;10.3;15.4;4;13;0;3.61;22596
+69093;43.51246;4.94022;5;20220423;17.5;14.5;16;7.2;12.8;9.3;2.91;8715
+69093;43.51246;4.94022;5;20220424;18.8;9.6;14.2;3.4;11.8;.1;2.9;16049
+69093;43.51246;4.94022;5;20220425;20.3;8.5;14.4;3.9;11.2;0;4.08;26160
+69093;43.51246;4.94022;5;20220426;24.1;11.4;17.8;2.8;12.3;0;4.67;26312
+69093;43.51246;4.94022;5;20220427;21;10.7;15.9;3.1;12.8;0;4.05;26018
+69093;43.51246;4.94022;5;20220428;25.4;11.3;18.4;3.3;12;0;5.13;26610
+69093;43.51246;4.94022;5;20220429;22.4;11.4;16.9;4;11.2;0;4.9;26756
+69093;43.51246;4.94022;5;20220430;25.2;11.9;18.6;4.8;9.9;0;6.07;26901
+69093;43.51246;4.94022;5;20220501;24.5;13;18.8;5.4;9.1;0;6.41;26631
+69093;43.51246;4.94022;5;20220502;23;11.1;17.1;3.1;11.5;0;4.64;25573
+69093;43.51246;4.94022;5;20220503;23.1;13.3;18.2;2.4;13.1;.1;4.33;24196
+69093;43.51246;4.94022;5;20220504;25;10.9;18;3.1;12.3;1.5;5.05;27455
+69093;43.51246;4.94022;5;20220505;22.2;14.8;18.5;6.6;12.1;.5;5.06;19425
+69093;43.51246;4.94022;5;20220506;20.7;14.3;17.5;7.2;10.9;0;5.24;21267
+69093;43.51246;4.94022;5;20220507;26.2;11.8;19;3;12;0;5.42;27847
+69093;43.51246;4.94022;5;20220508;21.8;11.7;16.8;2.4;14;5.1;3.78;22747
+69093;43.51246;4.94022;5;20220509;25.9;12.4;19.2;3;14.5;.1;5.12;28097
+69093;43.51246;4.94022;5;20220510;27;12.9;20;3;13.7;0;5.49;28218
+69093;43.51246;4.94022;5;20220511;24.6;14.4;19.5;3.9;13.5;0;5.44;28020
+69093;43.51246;4.94022;5;20220512;24.8;15.8;20.3;3.3;13.3;0;5.43;27184
+69093;43.51246;4.94022;5;20220513;26;13.5;19.8;2.2;13.8;0;5.18;28566
+69093;43.51246;4.94022;5;20220514;26;14.4;20.2;2.8;16.4;0;5.15;28678
+69093;43.51246;4.94022;5;20220515;26.2;15.7;21;3.6;15.6;0;5.5;27840
+69093;43.51246;4.94022;5;20220516;26.6;17.6;22.1;4;15.1;0;5.97;27619
+69093;43.51246;4.94022;5;20220517;26.7;15.1;20.9;2.7;16;0;5.42;28996
+69093;43.51246;4.94022;5;20220518;26.9;15.8;21.4;3.1;18.5;0;5.31;29096
+69093;43.51246;4.94022;5;20220519;30.2;16.5;23.4;3.6;16.1;0;6.52;29195
+69093;43.51246;4.94022;5;20220520;28.5;16.3;22.4;3.1;13.2;0;6.35;29290
+69093;43.51246;4.94022;5;20220521;27.1;16.8;22;2.2;17;0;5.45;28996
+69093;43.51246;4.94022;5;20220522;27.5;16.8;22.2;3.9;18.2;0;5.63;28213
+69093;43.51246;4.94022;5;20220523;28;17.5;22.8;3.6;16.6;0;5.76;26041
+69093;43.51246;4.94022;5;20220524;27.7;17.6;22.7;5.6;12.3;.1;7.13;25445
+69093;43.51246;4.94022;5;20220525;27.6;17.7;22.7;7.2;10.9;0;7.6;19925
+69093;43.51246;4.94022;5;20220526;30.6;18.2;24.4;6.6;11;0;8.95;27947
+69093;43.51246;4.94022;5;20220527;32.3;19.6;26;6.8;12.9;0;9.41;29119
+69093;43.51246;4.94022;5;20220528;28.1;18.9;23.5;11.5;10.6;0;10.16;28574
+69093;43.51246;4.94022;5;20220529;27;17.2;22.1;8.5;7.3;0;9.66;29416
+69093;43.51246;4.94022;5;20220530;27.9;13.9;20.9;2.5;10.3;0;5.69;25247
+69093;43.51246;4.94022;5;20220531;26.8;17.5;22.2;2.5;14.4;.3;5.4;25350
+69093;43.51246;4.94022;5;20220601;29.6;15.3;22.5;2.5;16;0;6.09;30216
+69093;43.51246;4.94022;5;20220602;28.3;16.1;22.2;2.7;16.6;0;5.96;30275
+69093;43.51246;4.94022;5;20220603;33.2;20.5;26.9;2.7;17.1;.1;7.03;29571
+69093;43.51246;4.94022;5;20220604;32.7;20.3;26.5;3.3;17.7;0;7.07;28623
+69093;43.51246;4.94022;5;20220605;32.7;21;26.9;3.3;19.6;0;6.75;27176
+69093;43.51246;4.94022;5;20220606;32.5;18.6;25.6;4.9;15.3;.1;8.17;30478
+69093;43.51246;4.94022;5;20220607;31.6;18;24.8;6;14.8;0;8.42;30522
+69093;43.51246;4.94022;5;20220608;28.3;18.3;23.3;4.6;12.4;0;7.05;26179
+69093;43.51246;4.94022;5;20220609;27.2;16.4;21.8;9.4;11.1;0;8.78;30369
+69093;43.51246;4.94022;5;20220610;30.8;18.6;24.7;8.8;9.9;0;10.6;30633
+69093;43.51246;4.94022;5;20220611;34.4;18.9;26.7;4.4;12.6;0;8.83;30665
+69093;43.51246;4.94022;5;20220612;30.9;16.9;23.9;3.3;14.9;0;6.84;29376
+69093;43.51246;4.94022;5;20220613;35.4;18.4;26.9;5.1;15.6;0;9.04;30718
+69093;43.51246;4.94022;5;20220614;29.4;20;24.7;4.2;13.8;0;7.47;29797
+69093;43.51246;4.94022;5;20220615;32.3;21.2;26.8;3.3;18.9;0;7.23;30491
+69093;43.51246;4.94022;5;20220616;34.5;18.5;26.5;3.2;18.7;0;7.43;30774
+69093;43.51246;4.94022;5;20220617;35.9;25;30.5;3.9;17.5;0;8.83;30786
+69093;43.51246;4.94022;5;20220618;32.9;21.1;27;3.4;19.1;0;7.4;30796
+69093;43.51246;4.94022;5;20220619;32.5;21.5;27;4.5;16.7;0;8.16;30802
+69093;43.51246;4.94022;5;20220620;32.2;23.2;27.7;5.2;15.8;0;8.53;28577
+69093;43.51246;4.94022;5;20220621;31;22.1;26.6;4.7;21.3;1.5;6.77;26951
+69093;43.51246;4.94022;5;20220622;30.8;23.4;27.1;3.9;23.5;.1;6.1;24987
+69093;43.51246;4.94022;5;20220623;28.5;23.2;25.9;5.3;22.9;9;5.29;19875
+69093;43.51246;4.94022;5;20220624;29;19.8;24.4;4.8;19.4;.3;6.16;25813
+69093;43.51246;4.94022;5;20220625;29.9;19.5;24.7;3.3;20.2;0;6.41;30406
+69093;43.51246;4.94022;5;20220626;33.5;22.3;27.9;3.9;21.2;0;7.63;30758
+69093;43.51246;4.94022;5;20220627;32.4;22.1;27.3;6;19.1;0;8.32;29916
+69093;43.51246;4.94022;5;20220628;32;19.9;26;6.8;15;0;8.84;28124
+69093;43.51246;4.94022;5;20220629;31.4;18.3;24.9;4.2;16.4;.1;7.43;30693
+69093;43.51246;4.94022;5;20220630;27.9;19.9;23.9;4.7;20.3;0;5.82;26738
+69093;43.51246;4.94022;5;20220701;29.1;17.8;23.5;7.4;12.4;0;8.7;30617
+69093;43.51246;4.94022;5;20220702;33.8;17.4;25.6;3.9;11.8;0;8.34;30600
+69093;43.51246;4.94022;5;20220703;34.8;19.3;27.1;3.4;15;0;7.99;30563
+69093;43.51246;4.94022;5;20220704;36.6;21.3;29;3.5;19.8;.1;8.11;30523
+69093;43.51246;4.94022;5;20220705;34.7;23.1;28.9;6.8;14.2;0;10.52;30480
+69093;43.51246;4.94022;5;20220706;33.5;23.2;28.4;9.4;10.8;0;12.25;30068
+69093;43.51246;4.94022;5;20220707;33;21.2;27.1;11.9;11.5;0;12.59;30385
+69093;43.51246;4.94022;5;20220708;33.1;21.1;27.1;8;13.8;0;10.37;30333
+69093;43.51246;4.94022;5;20220709;35.3;20.8;28.1;5.2;12.2;0;9.74;30278
+69093;43.51246;4.94022;5;20220710;34.2;23.5;28.9;5.6;14.5;0;9.64;30220
+69093;43.51246;4.94022;5;20220711;29.9;20.6;25.3;3.3;18.9;0;6.49;29130
+69093;43.51246;4.94022;5;20220712;30.6;20.1;25.4;2.4;22.1;0;5.74;27324
+69093;43.51246;4.94022;5;20220713;30.3;20.4;25.4;3.1;22.9;0;6.09;29504
+69093;43.51246;4.94022;5;20220714;33.8;20.9;27.4;2.3;22.9;0;6.61;29958
+69093;43.51246;4.94022;5;20220715;38.7;21.5;30.1;3.9;19;0;8.81;29886
+69093;43.51246;4.94022;5;20220716;36.5;23.3;29.9;4.7;13;0;9.69;29811
+69093;43.51246;4.94022;5;20220717;34;22.6;28.3;3.5;17.1;0;7.8;29733
+69093;43.51246;4.94022;5;20220718;35.9;23.4;29.7;2.7;23.5;0;7.24;29652
+69093;43.51246;4.94022;5;20220719;34.3;22.8;28.6;3.1;25.1;0;6.92;29568
+69093;43.51246;4.94022;5;20220720;35.8;23.4;29.6;2.7;24.3;.1;7.14;29482
+69093;43.51246;4.94022;5;20220721;38;24.3;31.2;4.4;18.6;0;9.17;29393
+69093;43.51246;4.94022;5;20220722;33.5;21.8;27.7;3;22.6;0;6.79;29301
+69093;43.51246;4.94022;5;20220723;34.4;23.6;29;3.1;22.8;0;6.6;25364
+69093;43.51246;4.94022;5;20220724;36.6;23.1;29.9;2.1;19.8;0;7.03;29110
+69093;43.51246;4.94022;5;20220725;34.3;22.4;28.4;3.6;20.5;0;7.4;28933
+69093;43.51246;4.94022;5;20220726;34.1;24.7;29.4;9;14.9;0;11.2;27964
+69093;43.51246;4.94022;5;20220727;34;22.5;28.3;7.3;12.7;0;10.52;28803
+69093;43.51246;4.94022;5;20220728;34.3;20.1;27.2;2.8;14.5;0;7.2;28696
+69093;43.51246;4.94022;5;20220729;31.9;21.7;26.8;3;18;.3;6.14;23733
+69093;43.51246;4.94022;5;20220730;35.3;20.3;27.8;6.9;13.6;.3;10.19;28474
+69093;43.51246;4.94022;5;20220731;37.3;24.4;30.9;5.1;12.9;0;10.01;28359
+69093;43.51246;4.94022;5;20220801;38.4;24.9;31.7;4.4;14.9;0;9.47;28242
+69093;43.51246;4.94022;5;20220802;37.6;24.7;31.2;5;17;0;9.48;28122
+69093;43.51246;4.94022;5;20220803;33.2;22.4;27.8;3.4;22.3;0;6.72;28000
+69093;43.51246;4.94022;5;20220804;34;20.7;27.4;2.5;23.4;.1;6.14;27203
+69093;43.51246;4.94022;5;20220805;34;21.4;27.7;2.9;22.7;0;6.48;27749
+69093;43.51246;4.94022;5;20220806;36.6;24.9;30.8;6.8;16.6;0;10.38;27621
+69093;43.51246;4.94022;5;20220807;35.8;23.7;29.8;5;15.2;0;9.05;27490
+69093;43.51246;4.94022;5;20220808;35.9;21.9;28.9;3.4;15.6;0;7.69;27356
+69093;43.51246;4.94022;5;20220809;34.2;21;27.6;3.3;20.3;0;6.77;27221
+69093;43.51246;4.94022;5;20220810;34;21;27.5;3.2;18.4;0;6.83;27083
+69093;43.51246;4.94022;5;20220811;32.9;21.4;27.2;3.3;20.4;0;6.49;26943
+69093;43.51246;4.94022;5;20220812;34;22.2;28.1;2.7;24.9;0;6.02;26155
+69093;43.51246;4.94022;5;20220813;32.1;23.4;27.8;3.3;24.5;0;5.85;24938
+69093;43.51246;4.94022;5;20220814;30.8;23.8;27.3;3.5;21;10.1;5.7;21788
+69093;43.51246;4.94022;5;20220815;32.3;19.6;26;3.1;20.5;0;6;26364
+69093;43.51246;4.94022;5;20220816;31.8;20.8;26.3;3.6;21.8;4.2;6.03;26214
+69093;43.51246;4.94022;5;20220817;30;18.1;24.1;5.1;22.1;6.3;4.82;20088
+69093;43.51246;4.94022;5;20220818;26;17.5;21.8;4.6;18.1;.4;4.15;17030
+69093;43.51246;4.94022;5;20220819;29.7;19.6;24.7;9;16.6;0;7.69;24528
+69093;43.51246;4.94022;5;20220820;31.3;22.3;26.8;11;16.8;0;9.33;24358
+69093;43.51246;4.94022;5;20220821;33.3;21.6;27.5;8.2;13.9;0;9.72;24455
+69093;43.51246;4.94022;5;20220822;32.1;20.2;26.2;9.1;13.6;0;9.61;25277
+69093;43.51246;4.94022;5;20220823;34.5;22.8;28.7;5.1;15.9;0;8.17;25114
+69093;43.51246;4.94022;5;20220824;30.5;19.3;24.9;2.8;18.9;0;5.42;24950
+69093;43.51246;4.94022;5;20220825;33.8;19.4;26.6;2.8;20.3;0;5.83;24785
+69093;43.51246;4.94022;5;20220826;33.2;21.4;27.3;5.4;18.5;.1;7.33;24617
+69093;43.51246;4.94022;5;20220827;32.2;22.1;27.2;5.9;17;0;7.58;23977
+69093;43.51246;4.94022;5;20220828;32.3;20.3;26.3;2.5;18;0;5.57;24278
+69093;43.51246;4.94022;5;20220829;31.1;19.3;25.2;3.2;22.7;.1;5.06;23819
+69093;43.51246;4.94022;5;20220830;30.3;24.6;27.5;4.7;25.3;.9;4.57;15466
+69093;43.51246;4.94022;5;20220831;30.6;20.8;25.7;4.9;18.1;0;6.19;22579
+69093;43.51246;4.94022;5;20220901;33.5;19.6;26.6;4.7;15.8;0;7.11;23583
+69093;43.51246;4.94022;5;20220902;30.8;20.1;25.5;3.2;20.7;1.5;4.53;17516
+69093;43.51246;4.94022;5;20220903;28.4;20.5;24.5;2.6;21;.5;4.03;18344
+69093;43.51246;4.94022;5;20220904;30.2;20.4;25.3;3.6;20.2;0;5.04;21065
+69093;43.51246;4.94022;5;20220905;31.2;20.8;26;3.6;21.1;0;5;19777
+69093;43.51246;4.94022;5;20220906;31;20.8;25.9;4;21.8;4.4;4.9;18932
+69093;43.51246;4.94022;5;20220907;29.9;23.4;26.7;5.6;23.1;20.2;4.83;15116
+69093;43.51246;4.94022;5;20220908;28.2;17.7;23;3.6;18.6;.1;4.61;21915
+69093;43.51246;4.94022;5;20220909;27.6;17.6;22.6;3.6;16.4;.1;4.5;18872
+69093;43.51246;4.94022;5;20220910;26.7;15.4;21.1;4.4;14.3;0;4.98;21949
+69093;43.51246;4.94022;5;20220911;28.8;14.5;21.7;4.3;14.3;0;5.28;21763
+69093;43.51246;4.94022;5;20220912;28.9;16.5;22.7;2.9;18.8;0;4.31;21575
+69093;43.51246;4.94022;5;20220913;29.1;21.8;25.5;4.1;22.6;.7;3.8;12939
+69093;43.51246;4.94022;5;20220914;29;21.9;25.5;6.2;21.9;0;4.54;13546
+69093;43.51246;4.94022;5;20220915;30.8;19.3;25.1;3;20;0;4.68;21009
+69093;43.51246;4.94022;5;20220916;27.3;18;22.7;6.7;15.6;0;5.62;19812
+69093;43.51246;4.94022;5;20220917;21.4;15.7;18.6;12.4;9.1;0;6.83;17255
+69093;43.51246;4.94022;5;20220918;24.5;12.8;18.7;6.4;8.3;0;6.06;20437
+69093;43.51246;4.94022;5;20220919;24.5;15.7;20.1;9.5;8.1;0;7.51;18948
+69093;43.51246;4.94022;5;20220920;24.7;13.5;19.1;6.4;8.7;0;6.03;20054
+69093;43.51246;4.94022;5;20220921;26.3;14.1;20.2;3.6;10.8;0;4.63;18648
+69093;43.51246;4.94022;5;20220922;24.7;14.5;19.6;2.8;13.5;0;3.57;17579
+69093;43.51246;4.94022;5;20220923;24.8;14.1;19.5;3.5;15.2;17.8;3.54;17995
+69093;43.51246;4.94022;5;20220924;22.5;16.9;19.7;4.6;17.4;4.1;2.35;6946
+69093;43.51246;4.94022;5;20220925;23.2;15.5;19.4;3.5;15.2;0;3.16;15159
+69093;43.51246;4.94022;5;20220926;23.3;13.5;18.4;5.8;12.3;.1;4.25;16644
+69093;43.51246;4.94022;5;20220927;21.8;13.7;17.8;5.4;11.8;0;3.91;15674
+69093;43.51246;4.94022;5;20220928;24.1;15;19.6;6.1;14.4;.1;3.98;14296
+69093;43.51246;4.94022;5;20220929;22.3;14.6;18.5;4.2;12.4;.2;3.58;15105
+69093;43.51246;4.94022;5;20220930;19.1;13.6;16.4;8.3;10.3;0;4.25;13773
+69093;43.51246;4.94022;5;20221001;22.6;8.8;15.7;4.6;11.9;0;3.14;13073
+69093;43.51246;4.94022;5;20221002;27.3;13.8;20.6;4;15.6;0;3.9;17742
+69093;43.51246;4.94022;5;20221003;26.2;16.3;21.3;6.6;14.2;0;4.96;16741
+69093;43.51246;4.94022;5;20221004;24.6;13.3;19;2.8;15.3;.1;3;17298
+69093;43.51246;4.94022;5;20221005;25;14.1;19.6;2.7;17.3;.3;2.66;15102
+69093;43.51246;4.94022;5;20221006;25.8;12.9;19.4;2.4;16.7;0;2.81;16978
+69093;43.51246;4.94022;5;20221007;25.4;14.7;20.1;2.1;16;.3;2.65;14465
+69093;43.51246;4.94022;5;20221008;21.7;15.4;18.6;2.2;16.4;.1;1.65;6258
+69093;43.51246;4.94022;5;20221009;21.6;14.8;18.2;2.4;16.2;.4;1.83;8733
+69093;43.51246;4.94022;5;20221010;24.8;15.9;20.4;2.5;16.1;0;2.51;11233
+69093;43.51246;4.94022;5;20221011;25.3;14.6;20;2;16.5;.1;2.56;15514
+69093;43.51246;4.94022;5;20221012;26.3;15;20.7;2.1;15.6;.1;2.56;12174
+69093;43.51246;4.94022;5;20221013;23.7;12.9;18.3;2.5;15.5;.6;2.3;13161
+69093;43.51246;4.94022;5;20221014;25.1;15.3;20.2;3.3;16.1;.1;2.72;11501
+69093;43.51246;4.94022;5;20221015;26.6;12.4;19.5;2.5;15.2;0;2.79;15302
+69093;43.51246;4.94022;5;20221016;25.6;16.8;21.2;5.4;17.4;0;3.32;12587
+69093;43.51246;4.94022;5;20221017;26.2;15;20.6;3.5;16.8;.1;2.9;13673
+69093;43.51246;4.94022;5;20221018;25.2;14.4;19.8;2;17;.3;2.25;14063
+69093;43.51246;4.94022;5;20221019;23.6;14.3;19;2;18.2;0;1.55;8071
+69093;43.51246;4.94022;5;20221020;22.6;19.3;21;4.8;18.6;0;2.16;4643
+69093;43.51246;4.94022;5;20221021;24.5;20.5;22.5;8.5;20.9;0;2.73;3971
+69093;43.51246;4.94022;5;20221022;26.5;19.8;23.2;4.5;20.6;0;2.66;8005
+69093;43.51246;4.94022;5;20221023;27.8;20.1;24;5.7;19;0;3.72;8976
+69093;43.51246;4.94022;5;20221024;25.5;21.3;23.4;5.6;20.4;.1;2.89;6506
+69093;43.51246;4.94022;5;20221025;25.5;16.3;20.9;3;18.8;0;2.18;10984
+69093;43.51246;4.94022;5;20221026;26;16.9;21.5;3.4;17.4;0;2.61;10851
+69093;43.51246;4.94022;5;20221027;26.6;16.7;21.7;2.4;17.9;.1;2.33;12452
+69093;43.51246;4.94022;5;20221028;25;14;19.5;2.4;16.6;.1;2.06;12317
+69093;43.51246;4.94022;5;20221029;26.3;13.5;19.9;2.4;15.1;0;2.35;12897
+69093;43.51246;4.94022;5;20221030;25;14;19.5;2.4;14.5;.1;2.24;12071
+69093;43.51246;4.94022;5;20221031;24.4;15.2;19.8;5.1;17.4;4.2;2.39;8748
+69093;43.51246;4.94022;5;20221101;23.7;20.1;21.9;5.1;18.7;4.3;2.57;7499
+69093;43.51246;4.94022;5;20221102;22.4;14.4;18.4;2.8;14.1;0;2.03;9918
+69093;43.51246;4.94022;5;20221103;20.9;10.3;15.6;4.4;13.4;16.2;1.91;7563
+69093;43.51246;4.94022;5;20221104;17.3;8.7;13;6.4;9.7;0;2.5;9657
+69093;43.51246;4.94022;5;20221105;16.1;10.2;13.2;11.8;8.6;0;3.65;9572
+69093;43.51246;4.94022;5;20221106;20.1;6.7;13.4;2.7;9.6;.1;1.87;11689
+69093;43.51246;4.94022;5;20221107;21.9;6.3;14.1;1.8;10.5;0;1.56;11548
+69093;43.51246;4.94022;5;20221108;20.8;12.1;16.5;5;13.5;1;2.11;6944
+69093;43.51246;4.94022;5;20221109;22.8;17;19.9;5.7;15.9;0;2.6;3743
+69093;43.51246;4.94022;5;20221110;20.7;13.2;17;4.8;13.1;0;2.27;8582
+69093;43.51246;4.94022;5;20221111;23.6;12.1;17.9;3.4;13;.1;2.25;10677
+69093;43.51246;4.94022;5;20221112;22.3;10.7;16.5;3.4;12;0;2.12;10171
+69093;43.51246;4.94022;5;20221113;20.7;12.3;16.5;2.7;12;0;1.76;6836
+69093;43.51246;4.94022;5;20221114;18;11.3;14.7;4.6;12.4;20.8;1.67;3809
+69093;43.51246;4.94022;5;20221115;19.4;14.3;16.9;5.7;14.4;7.4;1.9;3154
+69093;43.51246;4.94022;5;20221116;19.2;10.6;14.9;2.9;12.9;.1;1.32;7901
+69093;43.51246;4.94022;5;20221117;19.2;11.2;15.2;2.9;12.8;1.3;1.38;7035
+69093;43.51246;4.94022;5;20221118;16.4;9.5;13;6.8;10.1;0;2.18;8072
+69093;43.51246;4.94022;5;20221119;14.1;8.2;11.2;9.5;8;0;2.73;7788
+69093;43.51246;4.94022;5;20221120;14.3;7.7;11;8;7.6;0;2.66;7783
+69093;43.51246;4.94022;5;20221121;11.9;5.7;8.8;3.9;9;8.1;1.02;4024
+69093;43.51246;4.94022;5;20221122;14.6;6.3;10.5;5.7;8.7;.1;1.74;8492
+69093;43.51246;4.94022;5;20221123;13.5;6.1;9.8;2.2;9.3;.4;.87;5558
+69093;43.51246;4.94022;5;20221124;16.2;5.5;10.9;3.4;8.9;0;1.42;7519
+69093;43.51246;4.94022;5;20221125;17.4;9.3;13.4;6.1;9.7;.3;2.29;7936
+69093;43.51246;4.94022;5;20221126;14.7;10.3;12.5;8.5;8.3;0;2.87;6779
+69093;43.51246;4.94022;5;20221127;17.1;6.1;11.6;4;8.6;.7;1.74;8761
+69093;43.51246;4.94022;5;20221128;12.4;11;11.7;5.3;9.9;18;1.6;931
+69093;43.51246;4.94022;5;20221129;12;4.3;8.2;5.4;8.5;0;1.14;5744
+69093;43.51246;4.94022;5;20221130;13.5;2.9;8.2;3.2;7.9;6.1;1.04;8424
+69093;43.51246;4.94022;5;20221201;10.5;6;8.3;3.6;8.3;2.1;1.03;2351
+69093;43.51246;4.94022;5;20221202;9.9;5.7;7.8;3.2;8.3;1.3;.89;2215
+69093;43.51246;4.94022;5;20221203;12.3;5.7;9;4.3;9.7;25.3;.87;2992
+69093;43.51246;4.94022;5;20221204;15.3;9.1;12.2;3.9;10.9;9;1.19;4308
+69093;43.51246;4.94022;5;20221205;12.7;3.8;8.3;2.2;8.35;0;.56;7103
+69093;43.51246;4.94022;5;20221206;12.4;3.4;7.9;3.9;7.1;0;1.28;6799
+69093;43.51246;4.94022;5;20221207;9.3;1.7;5.5;5.7;6.4;0;1.22;7163
+69093;43.51246;4.94022;5;20221208;10.2;.2;5.2;3.6;7.8;20.1;.58;6107
+69093;43.51246;4.94022;5;20221209;15.3;9.5;12.4;4.8;13.2;0;.65;4237
+69093;43.51246;4.94022;5;20221210;8;5.3;6.7;8.2;7;0;1.44;4633
+69093;43.51246;4.94022;5;20221211;6.1;.7;3.4;7.5;4.5;0;1.69;6320
+69093;43.51246;4.94022;5;20221212;6.8;-3.4;1.7;2.3;5.5;2.9;.51;6600
+69093;43.51246;4.94022;5;20221213;8.8;4.9;6.9;3.6;9.1;4.7;.5;1924
+69093;43.51246;4.94022;5;20221214;11.4;8;9.7;2.6;10.6;.2;.62;1725
+69093;43.51246;4.94022;5;20221215;15;10.1;12.6;4.1;12.2;20.8;.96;2255
+69093;43.51246;4.94022;5;20221216;10.1;6.2;8.2;5.3;8.3;0;1.07;5068
+69093;43.51246;4.94022;5;20221217;7.4;1.6;4.5;5.8;5.7;0;1.23;6444
+69093;43.51246;4.94022;5;20221218;14.4;1.8;8.1;3.3;8.2;0;.98;7104
+69093;43.51246;4.94022;5;20221219;15.4;10.9;13.2;5;11.9;.7;1.28;2858
+69093;43.51246;4.94022;5;20221220;16.7;12.6;14.7;5.3;13.9;3.5;1.17;1960
+69093;43.51246;4.94022;5;20221221;16.4;14.4;15.4;3.7;14.4;2.3;1.03;2771
+69093;43.51246;4.94022;5;20221222;15.3;7.5;11.4;1.5;11.5;0;.49;6001
+69093;43.51246;4.94022;5;20221223;19.4;10.8;15.1;3.3;13.6;.1;1.09;6142
+69093;43.51246;4.94022;5;20221224;19.2;8.8;14;1.6;12;.2;.71;7618
+69093;43.51246;4.94022;5;20221225;18;7.2;12.6;3.6;11.8;0;1.02;7195
+69093;43.51246;4.94022;5;20221226;19;11.6;15.3;2.6;12.4;.3;1.16;5834
+69093;43.51246;4.94022;5;20221227;16.1;7.3;11.7;3.1;9.7;0;1.12;7294
+69093;43.51246;4.94022;5;20221228;15.1;4.5;9.8;2.5;9.6;.1;.77;6751
+69093;43.51246;4.94022;5;20221229;16.3;10.8;13.6;3.4;12.4;0;1.04;3643
+69093;43.51246;4.94022;5;20221230;14.5;10.3;12.4;2.1;12.1;0;.68;3771
+69093;43.51246;4.94022;5;20221231;18.8;10;14.4;4.7;11.9;0;1.59;7014
+69094;43.51871;5.27609;140;20220101;9.6;5.9;7.7;.6;10.31;.1;.31;3824
+69094;43.51871;5.27609;140;20220102;11.3;8.6;9.9;1.5;10.01;0;.59;3287
+69094;43.51871;5.27609;140;20220103;13.7;5.4;9.5;.4;9.11;0;.35;5768
+69094;43.51871;5.27609;140;20220104;13.9;4.7;9.3;.8;10.51;.9;.36;6105
+69094;43.51871;5.27609;140;20220105;9.2;8.7;8.9;4.4;6.51;0;1.83;1457
+69094;43.51871;5.27609;140;20220106;11;1.2;6.1;1.7;4.71;0;.95;6377
+69094;43.51871;5.27609;140;20220107;9.7;-2.2;3.7;1.8;4.91;0;.77;7070
+69094;43.51871;5.27609;140;20220108;12.4;.6;6.5;1.8;6.61;.1;.77;7090
+69094;43.51871;5.27609;140;20220109;10.9;4;7.4;2.5;7.11;0;.93;5469
+69094;43.51871;5.27609;140;20220110;12;4.8;8.4;1.7;6.11;0;.99;5628
+69094;43.51871;5.27609;140;20220111;12.3;-2.7;4.8;.9;4.91;0;.55;8173
+69094;43.51871;5.27609;140;20220112;12.1;-2.7;4.7;1;4.61;0;.62;8186
+69094;43.51871;5.27609;140;20220113;14.7;-3;5.8;.7;4.61;0;.51;9025
+69094;43.51871;5.27609;140;20220114;14.3;-2.8;5.7;.6;4.51;0;.46;8949
+69094;43.51871;5.27609;140;20220115;14.7;-3.5;5.6;.5;4.71;0;.4;9316
+69094;43.51871;5.27609;140;20220116;12.3;-4;4.1;.8;4.61;0;.55;8900
+69094;43.51871;5.27609;140;20220117;13.9;-3.9;5;.7;4.91;0;.53;9388
+69094;43.51871;5.27609;140;20220118;14.4;-3;5.7;.8;6.21;0;.56;9374
+69094;43.51871;5.27609;140;20220119;10.3;-.3;5;1;7.41;0;.46;7397
+69094;43.51871;5.27609;140;20220120;11.8;.2;6;1.4;5.91;0;.8;7816
+69094;43.51871;5.27609;140;20220121;11.4;-3.1;4.1;1;4.91;.1;.66;8827
+69094;43.51871;5.27609;140;20220122;13.4;-3.2;5.1;.8;4.81;0;.65;9543
+69094;43.51871;5.27609;140;20220123;15.4;-1.8;6.8;.7;5.81;0;.64;9819
+69094;43.51871;5.27609;140;20220124;14.1;-1.5;6.3;.7;6.61;0;.6;9456
+69094;43.51871;5.27609;140;20220125;13.9;-.8;6.5;.6;6.91;0;.57;9283
+69094;43.51871;5.27609;140;20220126;13.8;-2.1;5.8;.5;5.71;0;.55;9762
+69094;43.51871;5.27609;140;20220127;14.3;-1.7;6.3;.6;6.11;0;.62;9905
+69094;43.51871;5.27609;140;20220128;14;-3.3;5.3;.5;5.41;0;.58;10418
+69094;43.51871;5.27609;140;20220129;15.2;-1;7.1;.8;5.51;0;.8;10201
+69094;43.51871;5.27609;140;20220130;15.6;-2.5;6.5;.8;6.01;0;.8;10909
+69094;43.51871;5.27609;140;20220131;12.8;-1.9;5.4;3.9;5.71;0;1.62;9952
+69094;43.51871;5.27609;140;20220201;10.2;3.9;7;6;5.31;0;2.21;6605
+69094;43.51871;5.27609;140;20220202;15.9;7.6;11.7;3.6;8.11;0;1.93;7668
+69094;43.51871;5.27609;140;20220203;18.5;.9;9.7;.9;8.41;0;.98;11288
+69094;43.51871;5.27609;140;20220204;15.1;7;11;1.5;8.81;0;1.11;7763
+69094;43.51871;5.27609;140;20220205;14.5;6.7;10.6;2;7.11;0;1.46;7712
+69094;43.51871;5.27609;140;20220206;13.2;-1.6;5.8;2.2;5.71;0;1.34;10742
+69094;43.51871;5.27609;140;20220207;13.5;5.2;9.3;4.3;6.21;0;2.18;8153
+69094;43.51871;5.27609;140;20220208;17.9;-1.4;8.2;.6;5.91;0;.96;12438
+69094;43.51871;5.27609;140;20220209;15.8;1.4;8.6;.8;8.31;0;.95;10998
+69094;43.51871;5.27609;140;20220210;10.9;5.9;8.4;2.3;9.58;0;1.53;10527
+69094;43.51871;5.27609;140;20220211;15.2;2.9;9.1;4.6;7.8;0;2.09;11566
+69094;43.51871;5.27609;140;20220212;15.3;1.8;8.6;3.2;6.78;0;2;12156
+69094;43.51871;5.27609;140;20220213;13.1;2.9;8;5;7.8;3.7;1.73;6814
+69094;43.51871;5.27609;140;20220214;12.5;8.9;10.7;5.5;10.72;18.4;1.38;3571
+69094;43.51871;5.27609;140;20220215;13.5;4.5;9;6;7.08;0;2.46;11496
+69094;43.51871;5.27609;140;20220216;12.8;3.4;8.1;1.5;8.61;.5;1.04;9701
+69094;43.51871;5.27609;140;20220217;20.5;6;13.2;2.3;10.01;0;1.95;12191
+69094;43.51871;5.27609;140;20220218;20.7;5.4;13;1.2;10.11;0;1.57;12678
+69094;43.51871;5.27609;140;20220219;13.7;6.4;10;2.5;7.21;0;1.72;8876
+69094;43.51871;5.27609;140;20220220;16.2;4.7;10.4;4.2;6.6;0;2.67;11727
+69094;43.51871;5.27609;140;20220221;15.8;5.8;10.8;4.3;7.21;0;2.48;10641
+69094;43.51871;5.27609;140;20220222;15;7;11;4.6;6.81;0;2.64;9638
+69094;43.51871;5.27609;140;20220223;19.4;2.3;10.8;1.5;7.31;0;1.89;14248
+69094;43.51871;5.27609;140;20220224;13.9;4.7;9.3;.9;9.31;.1;1.15;10587
+69094;43.51871;5.27609;140;20220225;13;6.1;9.5;3.2;6.31;0;2.09;9284
+69094;43.51871;5.27609;140;20220226;14.9;-.7;7.1;1.1;5.51;0;1.53;14110
+69094;43.51871;5.27609;140;20220227;14.7;-.8;6.9;.9;6.11;0;1.42;14234
+69094;43.51871;5.27609;140;20220228;14.8;-.1;7.3;1.4;6.91;0;1.56;14122
+69094;43.51871;5.27609;140;20220301;14.5;2.3;8.4;1.9;6.91;0;1.73;12933
+69094;43.51871;5.27609;140;20220302;13.3;.7;7;1.1;7.11;0;1.39;13298
+69094;43.51871;5.27609;140;20220303;14.8;1.4;8.1;.9;7.81;0;1.44;13872
+69094;43.51871;5.27609;140;20220304;17.5;.7;9.1;.7;6.61;0;1.63;15709
+69094;43.51871;5.27609;140;20220305;13.3;2.7;8;1.1;7.11;.1;1.47;12628
+69094;43.51871;5.27609;140;20220306;12.5;-.3;6.1;.7;6.51;.5;1.36;14032
+69094;43.51871;5.27609;140;20220307;13.3;-2.3;5.5;1;5.21;0;1.6;15663
+69094;43.51871;5.27609;140;20220308;14.7;-1.4;6.6;1.2;6.21;0;1.73;16090
+69094;43.51871;5.27609;140;20220309;14.3;3.4;8.8;.9;7.61;0;1.55;13393
+69094;43.51871;5.27609;140;20220310;15;1.3;8.1;1.1;8.71;0;1.6;15176
+69094;43.51871;5.27609;140;20220311;13.8;8;10.9;3.3;8.11;.1;2.1;9994
+69094;43.51871;5.27609;140;20220312;13;11;12;6.6;7.01;.1;3.19;5946
+69094;43.51871;5.27609;140;20220313;12.3;9.5;10.9;7;7.81;2.2;2.65;7105
+69094;43.51871;5.27609;140;20220314;15.4;7.7;11.5;5.2;9.71;0;2.27;11885
+69094;43.51871;5.27609;140;20220315;16.3;12.2;14.2;4;9.21;0;2.7;8773
+69094;43.51871;5.27609;140;20220316;18.8;9.3;14;1.4;10.51;0;2.1;13476
+69094;43.51871;5.27609;140;20220317;17.2;9.9;13.5;1;10.61;0;1.81;11939
+69094;43.51871;5.27609;140;20220318;16.2;9.4;12.8;1.4;11.33;.1;1.79;10906
+69094;43.51871;5.27609;140;20220319;15.9;7;11.5;1.8;8.53;0;2.34;13977
+69094;43.51871;5.27609;140;20220320;15;7.8;11.4;3.7;7.55;.2;2.38;7695
+69094;43.51871;5.27609;140;20220321;14.8;9.9;12.3;4.2;6.48;0;3.53;15092
+69094;43.51871;5.27609;140;20220322;16.2;1.6;8.9;3.8;6.13;0;3.26;19835
+69094;43.51871;5.27609;140;20220323;18.2;1;9.6;2.5;6.55;0;2.88;20032
+69094;43.51871;5.27609;140;20220324;20;.7;10.3;2.3;5.95;0;3.17;20429
+69094;43.51871;5.27609;140;20220325;20.5;1.4;10.9;2.3;7.4;0;3.05;20251
+69094;43.51871;5.27609;140;20220326;21.2;9.2;15.2;3.2;7.18;0;3.74;20173
+69094;43.51871;5.27609;140;20220327;21.9;13.7;17.8;3;7.42;0;4.02;17506
+69094;43.51871;5.27609;140;20220328;21.9;5.5;13.7;2.2;6.88;0;3.59;20140
+69094;43.51871;5.27609;140;20220329;20.4;7;13.7;2.6;8.75;1.5;2.98;16339
+69094;43.51871;5.27609;140;20220330;13;11.8;12.4;2.4;11.35;4.1;1.64;7463
+69094;43.51871;5.27609;140;20220331;17.7;5.3;11.5;5.9;9.18;0;4.03;19675
+69094;43.51871;5.27609;140;20220401;8.5;6.2;7.3;10;5.68;.2;3.7;15243
+69094;43.51871;5.27609;140;20220402;7.2;2.4;4.8;8.7;4.75;0;3.65;16706
+69094;43.51871;5.27609;140;20220403;10.7;-2.6;4;4.9;5.6;0;2.87;18439
+69094;43.51871;5.27609;140;20220404;13.4;1.2;7.3;2.7;6.11;0;3.14;21723
+69094;43.51871;5.27609;140;20220405;17.2;-1;8.1;2.4;6.28;0;3.61;23084
+69094;43.51871;5.27609;140;20220406;16.8;3.5;10.1;2.2;8.45;0;2.47;16342
+69094;43.51871;5.27609;140;20220407;15.6;4.5;10;5.1;11.17;0;3.06;16759
+69094;43.51871;5.27609;140;20220408;21.7;10.1;15.9;5.2;12.52;.1;4.15;20516
+69094;43.51871;5.27609;140;20220409;13.8;10.3;12;9.4;6.05;0;5.7;22119
+69094;43.51871;5.27609;140;20220410;18.3;1.8;10;4.2;6.67;0;4.24;23680
+69094;43.51871;5.27609;140;20220411;16.7;6;11.3;4.5;8.4;0;3.1;12956
+69094;43.51871;5.27609;140;20220412;20;10.7;15.3;3.6;9.23;0;3.77;21418
+69094;43.51871;5.27609;140;20220413;20.6;12.9;16.7;2.6;9.62;0;3.64;21682
+69094;43.51871;5.27609;140;20220414;25.3;6.7;16;2.6;9.75;.2;4.47;23351
+69094;43.51871;5.27609;140;20220415;26;10.2;18.1;3.3;10.85;.1;4.96;22750
+69094;43.51871;5.27609;140;20220416;26.5;9.3;17.9;6;10.57;0;6.06;22547
+69094;43.51871;5.27609;140;20220417;21.2;13.4;17.3;3.4;9.45;0;4.6;23418
+69094;43.51871;5.27609;140;20220418;19.9;6.9;13.4;3.1;11.12;0;3.94;25070
+69094;43.51871;5.27609;140;20220419;22.2;7.9;15;2.6;11.03;.3;4.28;24598
+69094;43.51871;5.27609;140;20220420;16.7;11.1;13.9;3;13.38;10.8;1.81;7586
+69094;43.51871;5.27609;140;20220421;18.3;11.7;15;2.7;13.4;5.4;2.18;8963
+69094;43.51871;5.27609;140;20220422;19.6;10.5;15;3.4;13;0;3.48;20982
+69094;43.51871;5.27609;140;20220423;15.7;13.7;14.7;5.5;12.93;15.8;2.26;5878
+69094;43.51871;5.27609;140;20220424;15.7;9.3;12.5;3.1;11.88;.4;2.86;16934
+69094;43.51871;5.27609;140;20220425;20.1;6.4;13.2;3.8;11.2;.1;4.28;25876
+69094;43.51871;5.27609;140;20220426;21.9;7.8;14.8;2.5;12.25;.1;4.37;26053
+69094;43.51871;5.27609;140;20220427;21.8;8.6;15.2;2.8;12.53;0;4.12;25967
+69094;43.51871;5.27609;140;20220428;24.6;9.6;17.1;2.6;11.63;0;4.77;26227
+69094;43.51871;5.27609;140;20220429;22.7;8.7;15.7;2.4;9.57;0;4.66;26125
+69094;43.51871;5.27609;140;20220430;23.7;8.9;16.3;4;9.67;0;5.46;25548
+69094;43.51871;5.27609;140;20220501;22.8;8.8;15.8;3.8;9.77;0;5.56;26637
+69094;43.51871;5.27609;140;20220502;22.5;7.1;14.8;2.6;12.17;0;4.31;26574
+69094;43.51871;5.27609;140;20220503;22.4;11.3;16.9;2.3;12.53;.3;4.38;24780
+69094;43.51871;5.27609;140;20220504;23.8;7.9;15.9;2.3;12.32;1;4.62;26626
+69094;43.51871;5.27609;140;20220505;21.4;13;17.2;3.2;12.54;2.1;3.73;17859
+69094;43.51871;5.27609;140;20220506;21.4;10.7;16;2.5;12.23;.1;3.9;22447
+69094;43.51871;5.27609;140;20220507;24.2;10;17.1;1.2;12.5;1;4.22;26024
+69094;43.51871;5.27609;140;20220508;21.4;11;16.2;.8;14.07;7.5;3.39;21487
+69094;43.51871;5.27609;140;20220509;25;9.6;17.3;1.3;12.83;.2;4.44;27313
+69094;43.51871;5.27609;140;20220510;26.4;11.4;18.9;1.2;12.93;0;4.62;27175
+69094;43.51871;5.27609;140;20220511;25.2;11;18.1;1.5;11.87;0;4.64;27165
+69094;43.51871;5.27609;140;20220512;25.3;10.6;17.9;1.3;11.8;0;4.63;27631
+69094;43.51871;5.27609;140;20220513;25.6;10.8;18.2;1;12.5;0;4.52;27520
+69094;43.51871;5.27609;140;20220514;26.9;12.1;19.5;1.5;15.63;0;4.76;27675
+69094;43.51871;5.27609;140;20220515;26.9;14.6;20.7;1.7;15.57;.1;4.81;26353
+69094;43.51871;5.27609;140;20220516;27.5;13.5;20.5;1.6;12.67;0;5.11;27624
+69094;43.51871;5.27609;140;20220517;27.9;12.4;20.1;1.2;13.97;0;4.97;28309
+69094;43.51871;5.27609;140;20220518;29.7;14.3;22;1.2;16.83;0;5.15;28215
+69094;43.51871;5.27609;140;20220519;30.9;14.9;22.9;1.9;14.33;0;5.77;28547
+69094;43.51871;5.27609;140;20220520;29;15.3;22.1;1.5;12.57;0;5.27;26856
+69094;43.51871;5.27609;140;20220521;28.8;14.9;21.8;1.1;14.7;0;5.04;27785
+69094;43.51871;5.27609;140;20220522;29.6;14.9;22.3;1.8;16.2;.1;5.32;28115
+69094;43.51871;5.27609;140;20220523;29.9;16.3;23.1;2.2;16.07;0;5.63;27135
+69094;43.51871;5.27609;140;20220524;26.8;15.7;21.2;2.3;13.57;.6;5.23;24946
+69094;43.51871;5.27609;140;20220525;25.7;15.9;20.8;2.6;12.63;0;5.15;22530
+69094;43.51871;5.27609;140;20220526;29;16.1;22.5;2.8;13.73;0;6.06;26833
+69094;43.51871;5.27609;140;20220527;32.6;18.2;25.4;3;14.43;0;6.81;27948
+69094;43.51871;5.27609;140;20220528;28.7;15.9;22.3;4.4;11.9;0;6.85;27774
+69094;43.51871;5.27609;140;20220529;26.7;13.3;20;4.2;7.93;0;6.81;28457
+69094;43.51871;5.27609;140;20220530;27.3;11.6;19.5;1.3;10.73;0;5.06;27942
+69094;43.51871;5.27609;140;20220531;26.9;15.8;21.3;1.5;13.6;0;4.91;25340
+69094;43.51871;5.27609;140;20220601;30.2;13.7;21.9;1.4;13.7;0;5.66;29862
+69094;43.51871;5.27609;140;20220602;30.3;16.2;23.3;1.8;15.33;0;5.85;28875
+69094;43.51871;5.27609;140;20220603;32.4;20.3;26.4;2.2;15.8;.8;6.37;27089
+69094;43.51871;5.27609;140;20220604;34.2;20.5;27.4;2.2;16.2;0;6.63;27884
+69094;43.51871;5.27609;140;20220605;31.2;19.1;25.2;1.7;18.77;0;5.6;26537
+69094;43.51871;5.27609;140;20220606;32;18.2;25.1;2.2;15.47;0;6.43;28766
+69094;43.51871;5.27609;140;20220607;30.4;18.7;24.6;3.1;14.33;0;6.6;27158
+69094;43.51871;5.27609;140;20220608;27.3;17.7;22.5;2.7;12.3;0;5.7;24169
+69094;43.51871;5.27609;140;20220609;26.4;17.7;22;5.7;11.43;0;6.9;24282
+69094;43.51871;5.27609;140;20220610;30.5;14.2;22.4;3.7;9.6;0;7.18;30715
+69094;43.51871;5.27609;140;20220611;32.8;13.8;23.3;1.5;10.37;0;6.24;30817
+69094;43.51871;5.27609;140;20220612;32.7;15;23.9;1.3;12.53;0;6.05;30802
+69094;43.51871;5.27609;140;20220613;35.5;17.8;26.6;2.5;14.63;0;7.3;30353
+69094;43.51871;5.27609;140;20220614;32.7;18.1;25.4;1.9;14.13;0;6.56;29687
+69094;43.51871;5.27609;140;20220615;33.7;19.6;26.7;1.5;17;0;6.2;29106
+69094;43.51871;5.27609;140;20220616;34.2;17.4;25.8;1.6;15.9;0;6.4;30015
+69094;43.51871;5.27609;140;20220617;36.2;19.7;27.9;1.4;17.83;0;6.73;30868
+69094;43.51871;5.27609;140;20220618;35.2;20.1;27.7;1.8;18.5;0;6.72;29960
+69094;43.51871;5.27609;140;20220619;33.2;20.8;27;2.5;15.97;0;6.65;27108
+69094;43.51871;5.27609;140;20220620;33;19.3;26.2;1.9;14.93;0;6.44;29380
+69094;43.51871;5.27609;140;20220621;33.5;20.6;27;2.3;18.03;1.4;6.54;28466
+69094;43.51871;5.27609;140;20220622;29.7;21.7;25.7;2;21.7;1.6;4.97;22273
+69094;43.51871;5.27609;140;20220623;27.6;19.8;23.7;2.6;19.87;4.2;4.66;20890
+69094;43.51871;5.27609;140;20220624;29.6;19.9;24.7;2.6;18.67;0;5.5;24048
+69094;43.51871;5.27609;140;20220625;31.3;16.7;24;1.7;17;0;6;29788
+69094;43.51871;5.27609;140;20220626;33.9;20;26.9;2.2;17.2;0;6.68;29335
+69094;43.51871;5.27609;140;20220627;33.2;19.7;26.5;2.5;16.8;0;6.59;28831
+69094;43.51871;5.27609;140;20220628;31.2;18.4;24.8;2.9;15.87;.1;6.55;27957
+69094;43.51871;5.27609;140;20220629;31.3;17.1;24.2;1.9;16.4;0;6.04;28780
+69094;43.51871;5.27609;140;20220630;29.7;17.2;23.5;2.1;18;0;5.63;28096
+69094;43.51871;5.27609;140;20220701;28.9;17;22.9;3.3;13.13;0;6.38;27332
+69094;43.51871;5.27609;140;20220702;34;13.8;23.9;1.7;11.63;0;6.45;30752
+69094;43.51871;5.27609;140;20220703;35.2;16.3;25.7;1.6;12.43;0;6.59;30715
+69094;43.51871;5.27609;140;20220704;36.3;21.1;28.7;2;17.97;.1;6.95;29606
+69094;43.51871;5.27609;140;20220705;35.2;21.3;28.3;3.1;15.13;0;7.69;29039
+69094;43.51871;5.27609;140;20220706;33.9;20.7;27.3;4;11.7;0;8.28;28736
+69094;43.51871;5.27609;140;20220707;33.5;17.1;25.3;4.5;12.37;0;8.17;30120
+69094;43.51871;5.27609;140;20220708;32.9;18.9;25.9;3.5;13.93;0;7.32;29134
+69094;43.51871;5.27609;140;20220709;34;18.2;26.1;2.2;14;0;6.83;29575
+69094;43.51871;5.27609;140;20220710;33.4;19.6;26.5;2.6;16.1;0;6.96;28924
+69094;43.51871;5.27609;140;20220711;31.6;19;25.3;1.6;19.4;0;5.75;28158
+69094;43.51871;5.27609;140;20220712;31.9;18;24.9;1.5;19.9;0;5.69;28348
+69094;43.51871;5.27609;140;20220713;33.2;19.2;26.2;1.7;19.97;0;6.01;28917
+69094;43.51871;5.27609;140;20220714;33.9;18.7;26.3;1.6;19.27;0;6.12;29086
+69094;43.51871;5.27609;140;20220715;37.9;19.5;28.7;2.4;18.1;0;7.43;30035
+69094;43.51871;5.27609;140;20220716;35.5;19.8;27.6;2.3;16.43;0;7.23;29678
+69094;43.51871;5.27609;140;20220717;34.4;18.2;26.3;1.4;21.17;0;6.05;29214
+69094;43.51871;5.27609;140;20220718;36.3;22.3;29.3;1.6;21.97;0;6.41;28321
+69094;43.51871;5.27609;140;20220719;36.2;22.1;29.1;1.6;21.6;0;6.36;28164
+69094;43.51871;5.27609;140;20220720;35.4;21.2;28.3;1.2;20.43;0;5.99;28016
+69094;43.51871;5.27609;140;20220721;37.6;22;29.8;2;18.67;0;7;28991
+69094;43.51871;5.27609;140;20220722;35.8;19.7;27.7;1.7;18.77;0;6.39;28847
+69094;43.51871;5.27609;140;20220723;33.9;21.8;27.9;1.7;20.77;0;5.83;25708
+69094;43.51871;5.27609;140;20220724;36.1;20.9;28.5;1.6;19.83;0;6.32;28250
+69094;43.51871;5.27609;140;20220725;34.8;19.8;27.3;1.8;19.27;0;6.13;27581
+69094;43.51871;5.27609;140;20220726;33;22.8;27.9;4.2;15.67;0;7.48;24280
+69094;43.51871;5.27609;140;20220727;33.1;19.8;26.5;3.5;13.53;0;7.29;27065
+69094;43.51871;5.27609;140;20220728;34.2;17;25.6;1.3;14.07;0;5.79;28412
+69094;43.51871;5.27609;140;20220729;32.1;19.7;25.9;1.6;16.1;0;5.47;25205
+69094;43.51871;5.27609;140;20220730;34.7;19.7;27.2;3.2;13.93;0;7.4;27657
+69094;43.51871;5.27609;140;20220731;36.2;19.1;27.7;1.9;12.97;0;6.65;28439
+69094;43.51871;5.27609;140;20220801;37;20.5;28.7;1.6;15.1;0;6.43;28119
+69094;43.51871;5.27609;140;20220802;36.4;20.5;28.5;2;16.37;0;6.68;27955
+69094;43.51871;5.27609;140;20220803;35.2;20.5;27.8;1.4;20.27;0;5.78;27073
+69094;43.51871;5.27609;140;20220804;35.1;21.1;28.1;1.3;20.1;0;5.69;26445
+69094;43.51871;5.27609;140;20220805;34.1;19.9;27;1.4;20.83;0;5.47;25938
+69094;43.51871;5.27609;140;20220806;37.1;21.5;29.3;3;18.5;0;7.26;27273
+69094;43.51871;5.27609;140;20220807;34.8;21;27.9;2;16.03;0;6.23;25775
+69094;43.51871;5.27609;140;20220808;34.8;17.9;26.4;1.5;17.7;0;5.76;26961
+69094;43.51871;5.27609;140;20220809;34.6;18.3;26.4;1.5;18.33;0;5.63;26674
+69094;43.51871;5.27609;140;20220810;34.1;18.3;26.2;1.6;16.1;0;5.69;26616
+69094;43.51871;5.27609;140;20220811;33.5;19.2;26.4;1.5;19.33;0;5.44;26007
+69094;43.51871;5.27609;140;20220812;34.9;19.6;27.3;1.2;22.9;0;5.42;26238
+69094;43.51871;5.27609;140;20220813;33.7;21.7;27.7;1.8;22.67;0;5.37;24103
+69094;43.51871;5.27609;140;20220814;31.2;23;27.1;2.2;18.43;13.6;4.89;18857
+69094;43.51871;5.27609;140;20220815;33.1;17.7;25.4;1.5;18.47;0;5.29;25528
+69094;43.51871;5.27609;140;20220816;32.5;19.7;26.1;1.8;19.47;7.2;5.24;24323
+69094;43.51871;5.27609;140;20220817;27.7;20.4;24.1;2.9;20.9;10.8;4.14;17803
+69094;43.51871;5.27609;140;20220818;27.7;16.9;22.3;2.6;17.4;1.2;4.38;20863
+69094;43.51871;5.27609;140;20220819;29.1;18;23.6;4.7;16.37;0;5.75;22189
+69094;43.51871;5.27609;140;20220820;31.4;19.3;25.3;4.1;16.23;0;6.15;23149
+69094;43.51871;5.27609;140;20220821;31.9;18.8;25.4;3.2;14.07;0;6.16;23498
+69094;43.51871;5.27609;140;20220822;32.2;17.7;24.9;3;13.23;0;6.09;24217
+69094;43.51871;5.27609;140;20220823;33.8;18.6;26.2;2;15.2;0;5.61;24641
+69094;43.51871;5.27609;140;20220824;32.9;18;25.5;1.4;16.47;0;4.87;24049
+69094;43.51871;5.27609;140;20220825;33.4;17.3;25.3;1.3;17.83;0;4.83;24409
+69094;43.51871;5.27609;140;20220826;33.5;20.1;26.8;2;19.4;.3;5.23;23349
+69094;43.51871;5.27609;140;20220827;32;19.8;25.9;2.2;18;0;5.08;22156
+69094;43.51871;5.27609;140;20220828;32.3;17.4;24.9;1.2;17.17;0;4.55;23536
+69094;43.51871;5.27609;140;20220829;32.4;17.1;24.8;1.5;19.23;.1;4.65;23441
+69094;43.51871;5.27609;140;20220830;30.6;22.3;26.4;2;23.6;.1;3.9;16954
+69094;43.51871;5.27609;140;20220831;30.2;18.7;24.4;2.1;19.07;0;4.37;20730
+69094;43.51871;5.27609;140;20220901;33.1;17.8;25.5;1.9;16.23;.1;5.07;23227
+69094;43.51871;5.27609;140;20220902;31.1;18.5;24.8;1.8;18.4;.7;4.33;20516
+69094;43.51871;5.27609;140;20220903;29.1;18.3;23.7;1.7;19.77;0;3.83;19058
+69094;43.51871;5.27609;140;20220904;31.1;19.3;25.2;1.8;19.47;.3;4.22;19826
+69094;43.51871;5.27609;140;20220905;32.5;19.2;25.9;1.8;19.47;0;4.48;21278
+69094;43.51871;5.27609;140;20220906;31.6;19.6;25.6;2.1;20.03;2.4;4.33;19710
+69094;43.51871;5.27609;140;20220907;30.7;21.3;26;2.6;21.03;16.3;4.1;16508
+69094;43.51871;5.27609;140;20220908;28.1;16.9;22.5;2.1;17.47;.1;3.88;19469
+69094;43.51871;5.27609;140;20220909;28.6;15.4;22;1.6;14.4;0;3.93;20126
+69094;43.51871;5.27609;140;20220910;26.4;14.7;20.6;2.4;12.97;0;4.11;19547
+69094;43.51871;5.27609;140;20220911;29.6;13.6;21.6;1.8;12.93;0;4.18;21679
+69094;43.51871;5.27609;140;20220912;30.5;14.6;22.5;1.3;16.6;0;3.85;21254
+69094;43.51871;5.27609;140;20220913;29.4;19.2;24.3;2;20.97;1.6;3.62;17420
+69094;43.51871;5.27609;140;20220914;27.3;20.2;23.8;2.9;20.53;2.2;3.36;13946
+69094;43.51871;5.27609;140;20220915;30.2;19.3;24.8;2;19.17;0;3.96;18272
+69094;43.51871;5.27609;140;20220916;26.9;18.1;22.5;3.6;14.63;0;4.36;16491
+69094;43.51871;5.27609;140;20220917;21.9;14.1;18;5.8;9.37;0;4.63;15521
+69094;43.51871;5.27609;140;20220918;25.2;9.8;17.5;2.1;9.13;0;3.75;20174
+69094;43.51871;5.27609;140;20220919;24.7;10.1;17.4;3.6;8.87;0;4.34;19326
+69094;43.51871;5.27609;140;20220920;26.4;9.7;18.1;2.5;9.67;0;3.83;20089
+69094;43.51871;5.27609;140;20220921;26.2;10.6;18.4;1.7;11.37;.1;3.37;19304
+69094;43.51871;5.27609;140;20220922;25;12.6;18.8;1.2;13.43;.2;2.82;17338
+69094;43.51871;5.27609;140;20220923;25.1;12.8;18.9;1.2;13.87;8;2.81;17378
+69094;43.51871;5.27609;140;20220924;22.4;15.6;19;2.6;16.13;13.1;2.44;11682
+69094;43.51871;5.27609;140;20220925;23.1;14;18.5;1.5;14.83;0;2.48;14595
+69094;43.51871;5.27609;140;20220926;22.3;10.9;16.6;2.6;11.63;0;3.07;16324
+69094;43.51871;5.27609;140;20220927;20.6;11.7;16.2;2.7;10.8;.1;2.86;13956
+69094;43.51871;5.27609;140;20220928;23.5;12.2;17.8;2.3;13.4;0;2.8;15029
+69094;43.51871;5.27609;140;20220929;22.1;13.1;17.6;1.3;11.91;0;2.32;14106
+69094;43.51871;5.27609;140;20220930;19.9;11.4;15.6;2.4;10.13;0;2.62;13558
+69094;43.51871;5.27609;140;20221001;21.4;7.5;14.4;1.6;11.27;0;2.36;16244
+69094;43.51871;5.27609;140;20221002;26.5;11.6;19.1;1.5;14.63;0;2.79;16872
+69094;43.51871;5.27609;140;20221003;26.1;13.3;19.7;2.5;13.77;0;3.14;15685
+69094;43.51871;5.27609;140;20221004;26.8;10.4;18.6;1;13.93;.1;2.49;16595
+69094;43.51871;5.27609;140;20221005;26.5;12.1;19.3;1.2;15.63;.2;2.48;16151
+69094;43.51871;5.27609;140;20221006;25.8;11.6;18.7;.9;14.97;0;2.3;15996
+69094;43.51871;5.27609;140;20221007;25.5;12.4;19;.8;14.7;.4;2.21;15466
+69094;43.51871;5.27609;140;20221008;20.8;13.1;17;.8;15.5;.5;1.55;10024
+69094;43.51871;5.27609;140;20221009;20.9;14.2;17.6;1.2;16.07;1.8;1.61;9714
+69094;43.51871;5.27609;140;20221010;24.1;15;19.5;1.2;15.77;0;2.02;12002
+69094;43.51871;5.27609;140;20221011;25.4;11.9;18.7;.9;15.1;0;2.08;14709
+69094;43.51871;5.27609;140;20221012;25.3;13.2;19.3;.8;14.87;.1;1.96;13289
+69094;43.51871;5.27609;140;20221013;24.2;11.2;17.7;.9;14.63;.3;1.89;13764
+69094;43.51871;5.27609;140;20221014;25.4;13.7;19.6;1.5;14.87;.1;2.24;12844
+69094;43.51871;5.27609;140;20221015;26.6;11;18.8;1.3;14.37;.1;2.26;14864
+69094;43.51871;5.27609;140;20221016;26.4;15;20.7;2.6;16.07;0;2.63;12510
+69094;43.51871;5.27609;140;20221017;26.8;14.3;20.5;1.9;15.33;0;2.51;13133
+69094;43.51871;5.27609;140;20221018;25.8;12.5;19.1;.8;15.27;.1;1.83;13744
+69094;43.51871;5.27609;140;20221019;24.7;13.6;19.2;.9;16.77;0;1.75;12707
+69094;43.51871;5.27609;140;20221020;23.7;15.9;19.8;2.1;16.9;0;1.87;9527
+69094;43.51871;5.27609;140;20221021;24.2;18.9;21.6;3.6;19;.7;2.18;7276
+69094;43.51871;5.27609;140;20221022;26;18;22;2.2;18.73;0;2.11;9382
+69094;43.51871;5.27609;140;20221023;27.2;17.6;22.4;3.1;18;0;2.75;10370
+69094;43.51871;5.27609;140;20221024;25.9;19.6;22.8;3.3;18.66;.1;2.53;7661
+69094;43.51871;5.27609;140;20221025;27.3;14;20.6;2.2;16.83;0;2.3;11311
+69094;43.51871;5.27609;140;20221026;26.5;14.8;20.6;2.1;16.69;.1;2.18;10451
+69094;43.51871;5.27609;140;20221027;27;14.1;20.5;1.3;16.79;.1;1.75;11368
+69094;43.51871;5.27609;140;20221028;26.7;12.6;19.6;1.3;15.36;.1;1.78;11978
+69094;43.51871;5.27609;140;20221029;27.3;12;19.7;1.3;13.86;0;1.77;11890
+69094;43.51871;5.27609;140;20221030;25.7;11.6;18.6;1.7;12.49;.1;2.01;10961
+69094;43.51871;5.27609;140;20221031;23.9;12;18;2.5;15.53;21.1;1.9;10668
+69094;43.51871;5.27609;140;20221101;24.5;18.1;21.3;3.5;17.26;8.8;2.09;8562
+69094;43.51871;5.27609;140;20221102;21.9;13.4;17.6;1.7;14.06;0;1.47;9661
+69094;43.51871;5.27609;140;20221103;19.3;8.1;13.7;3.2;13.24;18.2;1.34;7980
+69094;43.51871;5.27609;140;20221104;16;7.3;11.6;4.9;9.97;0;2.03;8593
+69094;43.51871;5.27609;140;20221105;16.4;7.5;11.9;6.9;8.74;0;2.68;9014
+69094;43.51871;5.27609;140;20221106;20.8;4.6;12.7;1.6;9.37;.1;1.34;11390
+69094;43.51871;5.27609;140;20221107;21.9;5.4;13.6;1.2;9.77;.1;1.25;11207
+69094;43.51871;5.27609;140;20221108;19.9;8.6;14.2;2.9;12.74;0;1.52;8600
+69094;43.51871;5.27609;140;20221109;21.2;15.7;18.5;3.8;15.77;3.2;1.85;6517
+69094;43.51871;5.27609;140;20221110;19.8;11.5;15.6;2.5;13.39;0;1.38;8319
+69094;43.51871;5.27609;140;20221111;23.1;10.8;16.9;1.4;12.82;.1;1.19;10102
+69094;43.51871;5.27609;140;20221112;22;8.1;15;1.3;11.47;0;1.15;9825
+69094;43.51871;5.27609;140;20221113;18.8;11.3;15;1.1;11.59;0;1.06;6261
+69094;43.51871;5.27609;140;20221114;17.1;7.9;12.5;3.1;11.74;8.5;1.26;6568
+69094;43.51871;5.27609;140;20221115;19.1;13;16;3.9;13.86;4;1.54;6203
+69094;43.51871;5.27609;140;20221116;19.1;10.4;14.8;2;12.79;.2;1.06;7850
+69094;43.51871;5.27609;140;20221117;19.7;9;14.3;1.4;12.59;1.7;.9;7974
+69094;43.51871;5.27609;140;20221118;15.5;7.7;11.6;4;10.29;0;1.47;7202
+69094;43.51871;5.27609;140;20221119;14.8;5.3;10.1;4.7;8.29;0;1.71;8039
+69094;43.51871;5.27609;140;20221120;13.8;3.7;8.7;4.4;7.59;0;1.68;7875
+69094;43.51871;5.27609;140;20221121;11.7;5.8;8.7;3.1;8.89;6.4;.99;4531
+69094;43.51871;5.27609;140;20221122;13.4;6.8;10.1;4.6;8.69;.1;1.41;7282
+69094;43.51871;5.27609;140;20221123;12.3;3.8;8.1;1.5;8.93;.2;.69;5591
+69094;43.51871;5.27609;140;20221124;15.8;5.2;10.5;2.1;8.99;0;.97;7553
+69094;43.51871;5.27609;140;20221125;17.8;7.6;12.7;2.6;9.93;0;1.17;7772
+69094;43.51871;5.27609;140;20221126;16.5;5.4;10.9;3;8.13;.1;1.43;7665
+69094;43.51871;5.27609;140;20221127;16.9;2.8;9.8;1.8;8.06;.2;.99;8006
+69094;43.51871;5.27609;140;20221128;11.1;5.8;8.5;3.2;9.46;14.3;.96;3163
+69094;43.51871;5.27609;140;20221129;11.6;3.4;7.5;2.5;8.43;0;.65;6286
+69094;43.51871;5.27609;140;20221130;14.6;.8;7.7;1.3;7.19;.7;.66;8287
+69094;43.51871;5.27609;140;20221201;13.4;1.8;7.6;1.5;8.06;.3;.59;6841
+69094;43.51871;5.27609;140;20221202;12.4;2;7.2;1;8.26;1.7;.44;5525
+69094;43.51871;5.27609;140;20221203;12.2;6.3;9.2;2.9;9.53;30.2;.63;4083
+69094;43.51871;5.27609;140;20221204;13.2;8.4;10.8;2.4;10.79;8.6;.78;3962
+69094;43.51871;5.27609;140;20221205;14;1.5;7.8;1.1;8.06;0;.39;7175
+69094;43.51871;5.27609;140;20221206;15;1.8;8.4;1.2;7.03;0;.55;7413
+69094;43.51871;5.27609;140;20221207;10.4;.2;5.3;2;6.26;0;.62;7326
+69094;43.51871;5.27609;140;20221208;10.2;-2.1;4.1;1.7;7.53;17.5;.43;5552
+69094;43.51871;5.27609;140;20221209;16.2;8.7;12.5;2.5;12.79;0;.62;5041
+69094;43.51871;5.27609;140;20221210;7.7;6.8;7.3;4;7.93;0;.84;3554
+69094;43.51871;5.27609;140;20221211;7;-1.4;2.8;3.5;4.63;0;1.04;6321
+69094;43.51871;5.27609;140;20221212;9.2;-3.8;2.7;1.6;5.13;4.1;.51;6435
+69094;43.51871;5.27609;140;20221213;8;4;6;3.2;8.83;1.9;.45;3150
+69094;43.51871;5.27609;140;20221214;10.7;7.6;9.2;1.8;10.33;.2;.5;2992
+69094;43.51871;5.27609;140;20221215;14.8;9.5;12.1;3.1;12.16;16.7;.71;3203
+69094;43.51871;5.27609;140;20221216;11.1;7.2;9.2;2.2;9.13;0;.61;4586
+69094;43.51871;5.27609;140;20221217;9.2;-.9;4.2;2.2;6.13;.1;.57;7003
+69094;43.51871;5.27609;140;20221218;14.7;1.1;7.9;1.6;8.36;.1;.61;7279
+69094;43.51871;5.27609;140;20221219;14.5;9.7;12.1;3.5;11.43;.4;1.01;3982
+69094;43.51871;5.27609;140;20221220;15.7;11.9;13.8;3.4;13.19;2.4;.96;3404
+69094;43.51871;5.27609;140;20221221;16.3;12.9;14.6;2.6;13.53;4.3;.94;3681
+69094;43.51871;5.27609;140;20221222;17.2;6.9;12;1.4;11.23;.2;.51;5756
+69094;43.51871;5.27609;140;20221223;19.8;8.2;14;1.4;12.46;.1;.64;5757
+69094;43.51871;5.27609;140;20221224;19;7.8;13.4;1.2;11.63;.1;.66;6343
+69094;43.51871;5.27609;140;20221225;18;5.8;11.9;2.8;11.36;0;.94;7048
+69094;43.51871;5.27609;140;20221226;18.8;8.6;13.7;1.8;12.09;.2;.77;6118
+69094;43.51871;5.27609;140;20221227;16.1;6;11;1.5;9.66;.1;.67;6377
+69094;43.51871;5.27609;140;20221228;16.6;3;9.8;1.2;9.19;.1;.54;7007
+69094;43.51871;5.27609;140;20221229;16;10.8;13.4;2.1;12.16;0;.87;4226
+69094;43.51871;5.27609;140;20221230;14.5;8.9;11.7;1.4;11.79;.1;.59;4121
+69094;43.51871;5.27609;140;20221231;18.1;7.6;12.9;3.6;11.56;0;1.25;6737
+69095;43.52628;5.57389;250;20220101;12.4;2.8;7.6;.7;9.69;.1;.35;5621
+69095;43.52628;5.57389;250;20220102;10.5;7.2;8.8;2;9.79;0;.59;3843
+69095;43.52628;5.57389;250;20220103;13;5.1;9.1;1.8;8.87;0;.76;6038
+69095;43.52628;5.57389;250;20220104;11.3;2.9;7.1;1.7;9.92;1;.37;5866
+69095;43.52628;5.57389;250;20220105;8.7;7.2;8;5.3;6.54;0;1.84;1921
+69095;43.52628;5.57389;250;20220106;10.4;-.5;5;2.3;4.42;.1;1.14;6951
+69095;43.52628;5.57389;250;20220107;9.4;-3;3.2;2.6;4.62;0;1.07;7611
+69095;43.52628;5.57389;250;20220108;11.9;2.4;7.1;3.1;6.57;.2;1.2;6633
+69095;43.52628;5.57389;250;20220109;10.2;3.9;7.1;3.4;6.82;0;1.23;5162
+69095;43.52628;5.57389;250;20220110;11.5;3.3;7.4;2.3;5.59;0;1.23;6178
+69095;43.52628;5.57389;250;20220111;11.2;-3.6;3.8;1.8;4.39;0;1;8524
+69095;43.52628;5.57389;250;20220112;11;-4.2;3.4;1.8;4.44;0;.92;8574
+69095;43.52628;5.57389;250;20220113;13.1;-4.4;4.4;1.1;4.47;0;.63;9233
+69095;43.52628;5.57389;250;20220114;13.9;-3.6;5.2;1.4;3.94;.1;.97;9259
+69095;43.52628;5.57389;250;20220115;14.4;-3.6;5.4;1.2;4.39;0;.84;9435
+69095;43.52628;5.57389;250;20220116;12;-4.3;3.8;1.4;4.52;0;.81;9287
+69095;43.52628;5.57389;250;20220117;13.8;-4;4.9;1.6;4.54;0;1.03;9507
+69095;43.52628;5.57389;250;20220118;13.8;-4.2;4.8;1.3;6.17;0;.7;9640
+69095;43.52628;5.57389;250;20220119;10.4;.9;5.7;1.6;7.29;.1;.67;7432
+69095;43.52628;5.57389;250;20220120;11.3;.6;5.9;2.6;5.69;0;1.17;7878
+69095;43.52628;5.57389;250;20220121;11;-3.4;3.8;1.8;4.72;.1;1.02;9223
+69095;43.52628;5.57389;250;20220122;12.1;-4.1;4;1.3;4.97;0;.79;9863
+69095;43.52628;5.57389;250;20220123;14.3;-3.3;5.5;1.1;5.49;0;.78;10161
+69095;43.52628;5.57389;250;20220124;13.2;-2.8;5.2;1.2;6.32;0;.72;10063
+69095;43.52628;5.57389;250;20220125;12.7;-1.1;5.8;1.2;6.72;0;.73;9414
+69095;43.52628;5.57389;250;20220126;11.9;-2.7;4.6;1.2;5.87;0;.71;9838
+69095;43.52628;5.57389;250;20220127;13.3;-3;5.2;1.4;5.97;0;.84;10456
+69095;43.52628;5.57389;250;20220128;13.4;-4.4;4.5;1.4;5.29;0;.9;10760
+69095;43.52628;5.57389;250;20220129;14.2;-2.5;5.9;1.5;5.37;0;1.05;10769
+69095;43.52628;5.57389;250;20220130;15.3;-3.7;5.8;1.6;5.89;0;1.11;11077
+69095;43.52628;5.57389;250;20220131;12.8;-2.6;5.1;5.2;5.54;.1;1.98;10595
+69095;43.52628;5.57389;250;20220201;10.3;3.1;6.7;6.5;4.94;0;2.42;7516
+69095;43.52628;5.57389;250;20220202;15.8;6.1;11;6.1;7.62;0;2.65;8568
+69095;43.52628;5.57389;250;20220203;17.2;1.1;9.1;1.6;7.94;0;1.25;11051
+69095;43.52628;5.57389;250;20220204;14.4;4.3;9.4;2.2;8.39;0;1.23;9216
+69095;43.52628;5.57389;250;20220205;14.2;5.6;9.9;3.2;6.77;0;1.88;8321
+69095;43.52628;5.57389;250;20220206;12.7;-2.6;5;3.7;5.59;0;1.74;11365
+69095;43.52628;5.57389;250;20220207;14;6.3;10.2;5.9;5.92;0;2.96;8304
+69095;43.52628;5.57389;250;20220208;16.4;-2;7.2;1.6;5.62;0;1.36;12129
+69095;43.52628;5.57389;250;20220209;14.9;-.3;7.3;1.3;7.67;0;1.13;11898
+69095;43.52628;5.57389;250;20220210;7;2.6;4.8;2.5;9.55;0;1.59;11182
+69095;43.52628;5.57389;250;20220211;15.1;2.1;8.6;4.4;8.01;0;2.03;11696
+69095;43.52628;5.57389;250;20220212;14.7;.9;7.8;3;6.81;0;1.92;12437
+69095;43.52628;5.57389;250;20220213;12.5;1.1;6.8;4.6;7.55;2.4;1.74;7917
+69095;43.52628;5.57389;250;20220214;11.6;8.2;9.9;3.9;10.44;27.9;1.26;3795
+69095;43.52628;5.57389;250;20220215;12.8;3.9;8.3;6.7;7.08;0;2.6;12008
+69095;43.52628;5.57389;250;20220216;11.9;2.6;7.3;2.8;8.34;.1;1.21;10107
+69095;43.52628;5.57389;250;20220217;20.5;7.4;14;4.4;9.67;0;2.88;12328
+69095;43.52628;5.57389;250;20220218;20.2;6;13.1;2;9.52;0;1.97;12658
+69095;43.52628;5.57389;250;20220219;13.3;5.2;9.2;3.6;6.92;0;2.06;9390
+69095;43.52628;5.57389;250;20220220;15.9;-.1;7.9;3.4;6.22;0;2.3;13517
+69095;43.52628;5.57389;250;20220221;14.4;5.7;10;5.4;6.92;.2;2.71;10304
+69095;43.52628;5.57389;250;20220222;14.6;6.5;10.6;5.4;6.27;0;3.02;10322
+69095;43.52628;5.57389;250;20220223;18.3;1;9.7;2.1;6.57;0;2.12;14348
+69095;43.52628;5.57389;250;20220224;13.6;2.6;8.1;1.8;8.89;.1;1.28;12064
+69095;43.52628;5.57389;250;20220225;12.9;5.5;9.2;4.6;6.02;0;2.59;9681
+69095;43.52628;5.57389;250;20220226;14.3;-.9;6.7;2.2;5.22;0;2.03;14543
+69095;43.52628;5.57389;250;20220227;13;-1.8;5.6;1.8;5.72;0;1.64;14678
+69095;43.52628;5.57389;250;20220228;13.9;-1.1;6.4;2.3;6.59;0;1.79;15051
+69095;43.52628;5.57389;250;20220301;13.6;1;7.3;2.6;6.62;0;1.89;13953
+69095;43.52628;5.57389;250;20220302;12.3;1.2;6.8;1.7;7.02;0;1.52;13401
+69095;43.52628;5.57389;250;20220303;14.2;.7;7.5;1.4;7.59;0;1.59;14668
+69095;43.52628;5.57389;250;20220304;16.3;1.1;8.7;1.6;7.42;0;1.86;15815
+69095;43.52628;5.57389;250;20220305;12.4;2.5;7.4;1.8;7.22;1;1.6;12813
+69095;43.52628;5.57389;250;20220306;11.6;-1.2;5.2;1.6;6.29;.8;1.54;14908
+69095;43.52628;5.57389;250;20220307;12.5;-3.5;4.5;1.6;5.19;0;1.77;16594
+69095;43.52628;5.57389;250;20220308;13.3;-2.8;5.2;1.8;5.97;0;1.84;17002
+69095;43.52628;5.57389;250;20220309;14.1;1.8;8;1.5;7.24;0;1.78;15224
+69095;43.52628;5.57389;250;20220310;14;.3;7.1;1.8;8.22;0;1.71;15998
+69095;43.52628;5.57389;250;20220311;12.7;6.8;9.7;3.9;8.09;0;2.08;10531
+69095;43.52628;5.57389;250;20220312;12.3;9.9;11.1;6.7;6.82;0;3.15;6712
+69095;43.52628;5.57389;250;20220313;11.2;8.8;10;6.3;7.57;.5;2.45;6385
+69095;43.52628;5.57389;250;20220314;14.9;6.6;10.8;4.4;9.57;0;2.21;13215
+69095;43.52628;5.57389;250;20220315;15.7;11.5;13.6;3.8;9.04;0;2.66;9552
+69095;43.52628;5.57389;250;20220316;17.7;6.6;12.1;2.1;10.27;0;2.22;15260
+69095;43.52628;5.57389;250;20220317;15.8;8.4;12.1;1.4;10.54;0;1.87;13107
+69095;43.52628;5.57389;250;20220318;15.2;9;12.1;1.7;10.62;.1;1.86;9337
+69095;43.52628;5.57389;250;20220319;15;7.9;11.5;2.1;7.82;.1;2.48;12585
+69095;43.52628;5.57389;250;20220320;14.3;7.1;10.7;4.3;7.08;.1;2.7;8343
+69095;43.52628;5.57389;250;20220321;14.1;9.2;11.7;4.5;6.11;0;3.88;16282
+69095;43.52628;5.57389;250;20220322;15.5;.9;8.2;3.8;5.98;0;3.28;19796
+69095;43.52628;5.57389;250;20220323;17.5;.3;8.9;2.5;6.31;0;2.91;19994
+69095;43.52628;5.57389;250;20220324;19.3;0;9.7;2.3;5.85;0;3.22;20458
+69095;43.52628;5.57389;250;20220325;19.8;.7;10.3;2.6;7.38;0;3.09;20156
+69095;43.52628;5.57389;250;20220326;20.5;8.5;14.5;3.4;6.81;0;3.91;19987
+69095;43.52628;5.57389;250;20220327;21.2;13;17.1;2.5;7.32;0;3.5;14937
+69095;43.52628;5.57389;250;20220328;21.2;4.8;13;2.2;6.61;0;3.62;19815
+69095;43.52628;5.57389;250;20220329;19.7;6.3;13;2.7;8.31;1.2;3.09;16106
+69095;43.52628;5.57389;250;20220330;12.3;11.1;11.7;2.5;11.31;6.6;1.52;5669
+69095;43.52628;5.57389;250;20220331;17;4.6;10.8;6.5;9.35;0;4.22;20372
+69095;43.52628;5.57389;250;20220401;7.8;5.5;6.7;11.1;5.88;.2;3.86;16894
+69095;43.52628;5.57389;250;20220402;6.5;1.7;4.1;8.5;4.88;0;3.69;18442
+69095;43.52628;5.57389;250;20220403;10;-3.3;3.4;5.4;5.95;.6;2.89;18719
+69095;43.52628;5.57389;250;20220404;12.7;.5;6.6;3.2;6.67;0;3.1;21354
+69095;43.52628;5.57389;250;20220405;16.5;-1.7;7.4;2.5;6.45;0;3.45;23087
+69095;43.52628;5.57389;250;20220406;16.1;2.8;9.5;2.1;8.18;0;2.5;17350
+69095;43.52628;5.57389;250;20220407;14.9;3.8;9.4;3.8;10.82;0;2.59;14039
+69095;43.52628;5.57389;250;20220408;21;9.4;15.2;4.2;12.08;.1;3.77;18477
+69095;43.52628;5.57389;250;20220409;13.1;9.6;11.4;10.4;6.05;0;5.96;22669
+69095;43.52628;5.57389;250;20220410;17.6;1.1;9.4;2.9;6.51;0;3.72;23602
+69095;43.52628;5.57389;250;20220411;16;5.3;10.7;4.3;8.28;0;3.33;14685
+69095;43.52628;5.57389;250;20220412;19.3;10;14.7;3.9;9.01;0;3.89;20771
+69095;43.52628;5.57389;250;20220413;19.9;12.2;16.1;2.2;9.52;0;3.46;20455
+69095;43.52628;5.57389;250;20220414;24.6;6;15.3;2.6;9.28;0;4.45;23054
+69095;43.52628;5.57389;250;20220415;25.3;9.5;17.4;2.7;10.2;0;4.59;22681
+69095;43.52628;5.57389;250;20220416;25.8;8.6;17.2;6;10.54;0;6.06;22547
+69095;43.52628;5.57389;250;20220417;20.5;12.7;16.6;3.2;9.71;0;4.55;23688
+69095;43.52628;5.57389;250;20220418;19.2;6.2;12.7;2.7;10.35;0;3.98;24547
+69095;43.52628;5.57389;250;20220419;21.5;7.2;14.4;2.7;11.35;0;4.2;24435
+69095;43.52628;5.57389;250;20220420;16;10.4;13.2;3.2;13.25;7.9;1.94;8045
+69095;43.52628;5.57389;250;20220421;17.6;11;14.3;2.9;13.28;2.8;2.26;9304
+69095;43.52628;5.57389;250;20220422;18.9;9.8;14.4;3.3;13.11;0;3.32;19998
+69095;43.52628;5.57389;250;20220423;15;13;14;5.6;13.11;16.5;2.36;6271
+69095;43.52628;5.57389;250;20220424;15;8.6;11.8;3.4;11.98;.7;2.93;17016
+69095;43.52628;5.57389;250;20220425;19.4;5.7;12.6;4;11.41;0;4.29;25820
+69095;43.52628;5.57389;250;20220426;21.2;7.1;14.2;2.6;12.48;.1;4.39;26004
+69095;43.52628;5.57389;250;20220427;21.1;7.9;14.5;2.6;12.81;0;4.04;25839
+69095;43.52628;5.57389;250;20220428;23.9;8.9;16.4;2.7;11.41;0;4.82;26236
+69095;43.52628;5.57389;250;20220429;22.4;8.3;15.4;2.3;9.52;0;4.61;26283
+69095;43.52628;5.57389;250;20220430;22.9;9;16;3.3;10.02;0;4.91;24565
+69095;43.52628;5.57389;250;20220501;21.8;6.7;14.3;3;10.05;0;4.95;25424
+69095;43.52628;5.57389;250;20220502;22.1;7.3;14.7;2.3;12.15;0;4.09;25349
+69095;43.52628;5.57389;250;20220503;21.7;11.1;16.4;2;12.68;.7;4.04;22787
+69095;43.52628;5.57389;250;20220504;22.8;8;15.4;1.9;12.02;1;4.18;24284
+69095;43.52628;5.57389;250;20220505;20.9;12.5;16.7;1.5;12.78;12.4;3.35;18470
+69095;43.52628;5.57389;250;20220506;21;9.3;15.1;1.2;12.52;.2;3.62;23676
+69095;43.52628;5.57389;250;20220507;22.9;8.8;15.8;1.2;12.99;6.2;4.01;25833
+69095;43.52628;5.57389;250;20220508;20.2;11.2;15.7;1;14.14;10;3.28;20895
+69095;43.52628;5.57389;250;20220509;24.1;9.4;16.7;1.5;12.92;.4;4.35;26587
+69095;43.52628;5.57389;250;20220510;25.8;11;18.4;1.6;13.19;0;4.64;26401
+69095;43.52628;5.57389;250;20220511;24.6;9.5;17;1.4;12.22;0;4.5;27083
+69095;43.52628;5.57389;250;20220512;24.4;8.7;16.5;1.5;11.94;0;4.5;27548
+69095;43.52628;5.57389;250;20220513;24.8;9.2;17;1.4;12.12;0;4.57;27633
+69095;43.52628;5.57389;250;20220514;26.2;10.7;18.5;1.4;14.94;0;4.64;27361
+69095;43.52628;5.57389;250;20220515;25.9;13.3;19.6;1.6;15.39;.2;4.51;25069
+69095;43.52628;5.57389;250;20220516;26.8;11.7;19.2;1.6;13.17;0;4.94;27359
+69095;43.52628;5.57389;250;20220517;28;10.9;19.4;1.5;13.89;0;5.14;28603
+69095;43.52628;5.57389;250;20220518;28.8;12.8;20.8;1.8;15.67;0;5.14;27023
+69095;43.52628;5.57389;250;20220519;29;13.7;21.4;2;13.92;0;5.52;27541
+69095;43.52628;5.57389;250;20220520;29.1;13.3;21.2;1.9;12.94;0;5.57;28291
+69095;43.52628;5.57389;250;20220521;29;12.6;20.8;1.4;14.54;0;5.29;28596
+69095;43.52628;5.57389;250;20220522;30.3;13.5;21.9;1.5;16.09;.1;5.36;28568
+69095;43.52628;5.57389;250;20220523;28.1;15.2;21.7;2.5;15.39;.1;5.43;26320
+69095;43.52628;5.57389;250;20220524;25.5;14.1;19.8;2.3;13.79;1.6;4.98;25180
+69095;43.52628;5.57389;250;20220525;24.2;14.5;19.4;1.5;13.49;1.4;4.36;23229
+69095;43.52628;5.57389;250;20220526;27.9;13;20.4;1.3;14.77;.1;5.15;28259
+69095;43.52628;5.57389;250;20220527;32.1;15.4;23.7;2.1;14.84;0;6.32;29170
+69095;43.52628;5.57389;250;20220528;27.8;13.4;20.6;2.6;12.52;0;5.96;28197
+69095;43.52628;5.57389;250;20220529;26.3;10.6;18.5;2.5;8.59;0;5.97;29131
+69095;43.52628;5.57389;250;20220530;25.7;9.9;17.8;1.3;11.12;0;5;28996
+69095;43.52628;5.57389;250;20220531;26.7;14.6;20.7;1.8;13.59;0;5.09;26041
+69095;43.52628;5.57389;250;20220601;30.2;12.1;21.2;1.8;13.39;0;5.87;30020
+69095;43.52628;5.57389;250;20220602;29.9;14.2;22;2;15.54;0;5.82;29137
+69095;43.52628;5.57389;250;20220603;30.7;19;24.8;2.6;15.79;1.9;6.18;25853
+69095;43.52628;5.57389;250;20220604;33.3;18.4;25.8;2.3;16.52;0;6.64;28847
+69095;43.52628;5.57389;250;20220605;30.8;17.6;24.2;1.8;17.67;0;5.72;27482
+69095;43.52628;5.57389;250;20220606;31.5;15.5;23.5;2.4;14.59;0;6.5;29351
+69095;43.52628;5.57389;250;20220607;29;16.6;22.8;3.3;13.62;0;6.36;26556
+69095;43.52628;5.57389;250;20220608;26.7;15.2;21;2.5;12.09;0;5.6;25339
+69095;43.52628;5.57389;250;20220609;25.7;17.2;21.5;5.8;11.09;0;6.83;22632
+69095;43.52628;5.57389;250;20220610;29.9;11.3;20.6;2;9.17;0;6.28;30725
+69095;43.52628;5.57389;250;20220611;32.1;12.2;22.2;1.8;9.94;0;6.45;30809
+69095;43.52628;5.57389;250;20220612;33;13;23;1.8;12.12;0;6.48;30805
+69095;43.52628;5.57389;250;20220613;34.8;16.2;25.5;2.5;14.24;0;7.35;30475
+69095;43.52628;5.57389;250;20220614;32.4;13.9;23.2;1.7;14.72;0;6.23;30308
+69095;43.52628;5.57389;250;20220615;33.2;17.5;25.4;1.6;16.79;0;6.29;29888
+69095;43.52628;5.57389;250;20220616;34.8;16.1;25.5;1.9;15.97;0;6.82;30574
+69095;43.52628;5.57389;250;20220617;35.6;17.2;26.4;1.4;16.84;0;6.58;30878
+69095;43.52628;5.57389;250;20220618;34.7;18.6;26.7;1.9;17.92;0;6.75;30080
+69095;43.52628;5.57389;250;20220619;33.2;19.3;26.2;2.3;16.19;0;6.65;28329
+69095;43.52628;5.57389;250;20220620;32.9;16.4;24.6;1.9;14.24;0;6.45;29767
+69095;43.52628;5.57389;250;20220621;33.1;18.1;25.6;2.2;17.69;1.1;6.56;29362
+69095;43.52628;5.57389;250;20220622;28;20.6;24.3;1.9;21.49;2.4;4.56;21180
+69095;43.52628;5.57389;250;20220623;26.9;18.4;22.7;2.4;19.39;1.8;4.6;21770
+69095;43.52628;5.57389;250;20220624;28.9;18.2;23.6;2.8;17.87;0;5.67;25232
+69095;43.52628;5.57389;250;20220625;31.1;14.8;23;1.9;15.82;0;6.1;30066
+69095;43.52628;5.57389;250;20220626;32.9;18.4;25.7;2.1;16.17;0;6.43;28229
+69095;43.52628;5.57389;250;20220627;33.4;17.3;25.4;1.8;16.17;.4;6.46;29658
+69095;43.52628;5.57389;250;20220628;31;17.3;24.1;2.1;16.09;1.7;6.19;28270
+69095;43.52628;5.57389;250;20220629;31.4;14.9;23.2;1.9;15.64;0;6.21;30032
+69095;43.52628;5.57389;250;20220630;30.2;14.9;22.6;2;16.87;0;5.84;28923
+69095;43.52628;5.57389;250;20220701;28.5;15.8;22.1;2.5;13.42;0;5.96;27200
+69095;43.52628;5.57389;250;20220702;34.1;11.7;22.9;1.8;10.87;0;6.51;30745
+69095;43.52628;5.57389;250;20220703;35.7;15.2;25.4;1.9;11.44;0;6.99;30708
+69095;43.52628;5.57389;250;20220704;35.6;19.6;27.6;2.3;15.77;.1;7.2;29480
+69095;43.52628;5.57389;250;20220705;35.1;19;27.1;2.3;15.72;0;7.22;29615
+69095;43.52628;5.57389;250;20220706;33.9;17.2;25.5;2.6;11.79;0;7.36;29509
+69095;43.52628;5.57389;250;20220707;33.7;14.3;24;2.5;12.37;0;7.18;30353
+69095;43.52628;5.57389;250;20220708;32.7;16.8;24.8;2;13.64;0;6.48;29063
+69095;43.52628;5.57389;250;20220709;33.2;16.6;24.9;1.7;14.17;0;6.37;29741
+69095;43.52628;5.57389;250;20220710;33.1;16.7;24.9;1.8;15.69;0;6.31;29528
+69095;43.52628;5.57389;250;20220711;32.5;16.5;24.5;1.8;17.69;0;5.99;28740
+69095;43.52628;5.57389;250;20220712;32.2;16.7;24.5;1.6;18.54;0;5.98;28940
+69095;43.52628;5.57389;250;20220713;33.1;17.1;25.1;1.9;18.84;0;6.16;29161
+69095;43.52628;5.57389;250;20220714;34.5;17.2;25.9;1.7;17.74;0;6.37;29401
+69095;43.52628;5.57389;250;20220715;37.7;16.9;27.3;1.9;16.22;0;7.09;30027
+69095;43.52628;5.57389;250;20220716;35;16.2;25.6;1.7;16.87;0;6.45;29780
+69095;43.52628;5.57389;250;20220717;34.7;16.6;25.7;1.7;20.19;0;6.23;29372
+69095;43.52628;5.57389;250;20220718;36.3;20.9;28.6;1.6;20.42;0;6.48;28523
+69095;43.52628;5.57389;250;20220719;36.1;21.5;28.8;1.8;20.44;0;6.48;27883
+69095;43.52628;5.57389;250;20220720;36;19;27.5;1.4;18.19;0;6.35;28737
+69095;43.52628;5.57389;250;20220721;37.3;19;28.2;1.9;16.82;0;6.86;29119
+69095;43.52628;5.57389;250;20220722;35.9;17.7;26.8;1.8;17.12;0;6.54;28987
+69095;43.52628;5.57389;250;20220723;34.4;19.3;26.9;1.9;19.57;.1;6.23;27590
+69095;43.52628;5.57389;250;20220724;35.3;19.1;27.2;1.6;18.79;0;6.26;28151
+69095;43.52628;5.57389;250;20220725;35.5;18;26.8;1.7;18.72;0;6.26;28492
+69095;43.52628;5.57389;250;20220726;32.5;19.9;26.2;3.2;15.97;0;6.71;25244
+69095;43.52628;5.57389;250;20220727;33;16.9;24.9;2.4;13.72;0;6.5;28017
+69095;43.52628;5.57389;250;20220728;33.9;15.8;24.9;1.7;14.02;0;6.16;28509
+69095;43.52628;5.57389;250;20220729;31.3;18;24.6;2;15.92;0;5.71;25912
+69095;43.52628;5.57389;250;20220730;34.2;16.9;25.6;2.4;14.12;0;6.75;28047
+69095;43.52628;5.57389;250;20220731;35.6;16.4;26;1.7;12.49;0;6.35;28444
+69095;43.52628;5.57389;250;20220801;36.6;17.8;27.2;1.6;13.99;0;6.32;28174
+69095;43.52628;5.57389;250;20220802;35.5;16.3;25.9;1.5;15.09;0;6.03;27811
+69095;43.52628;5.57389;250;20220803;34.9;18.8;26.9;1.5;18.67;0;5.88;27372
+69095;43.52628;5.57389;250;20220804;35.6;19.3;27.4;1.5;17.74;0;5.94;26827
+69095;43.52628;5.57389;250;20220805;34.8;18;26.4;1.6;18.27;0;5.92;27151
+69095;43.52628;5.57389;250;20220806;36.7;18.8;27.7;1.7;17.29;0;6.34;27383
+69095;43.52628;5.57389;250;20220807;34;17.2;25.6;1.7;15.49;0;5.88;27097
+69095;43.52628;5.57389;250;20220808;34.1;16.9;25.5;1.6;17.49;.1;5.72;27082
+69095;43.52628;5.57389;250;20220809;34.5;16.7;25.6;1.5;16.69;0;5.68;26832
+69095;43.52628;5.57389;250;20220810;33.9;16.8;25.3;1.5;16.07;.2;5.62;26754
+69095;43.52628;5.57389;250;20220811;33.4;18;25.7;1.5;19.04;0;5.43;26042
+69095;43.52628;5.57389;250;20220812;35;17.1;26.1;1.6;21.34;0;5.6;26400
+69095;43.52628;5.57389;250;20220813;33.3;20.5;26.9;2.2;21.54;0;5.43;23470
+69095;43.52628;5.57389;250;20220814;30.3;22.1;26.2;2.2;18.02;13.5;4.82;18930
+69095;43.52628;5.57389;250;20220815;32.5;16.7;24.6;1.8;17.62;0;5.38;25062
+69095;43.52628;5.57389;250;20220816;32.1;17.3;24.7;2;18.42;10;5.27;24801
+69095;43.52628;5.57389;250;20220817;26;19.6;22.8;3;20.29;15.2;3.78;16938
+69095;43.52628;5.57389;250;20220818;27.6;16;21.8;2.3;17.02;5;4.5;21821
+69095;43.52628;5.57389;250;20220819;29.2;16.4;22.8;3.8;16.32;0;5.52;22819
+69095;43.52628;5.57389;250;20220820;31.1;15.8;23.5;2.7;15.89;0;5.61;24629
+69095;43.52628;5.57389;250;20220821;31.1;16.3;23.7;2.4;14.92;0;5.5;24108
+69095;43.52628;5.57389;250;20220822;31.8;14.6;23.2;2.2;13.74;0;5.49;24952
+69095;43.52628;5.57389;250;20220823;33;15.3;24.1;1.5;14.89;0;5.05;24716
+69095;43.52628;5.57389;250;20220824;32.8;16.5;24.7;1.5;16.72;0;4.94;24450
+69095;43.52628;5.57389;250;20220825;33.3;16;24.6;1.5;17.09;0;4.96;24514
+69095;43.52628;5.57389;250;20220826;33;18.3;25.6;1.8;19.42;.5;4.96;23090
+69095;43.52628;5.57389;250;20220827;31.9;17.2;24.6;1.7;18.04;0;4.8;23032
+69095;43.52628;5.57389;250;20220828;31.6;16;23.8;1.4;17.19;0;4.54;23245
+69095;43.52628;5.57389;250;20220829;32.1;15.5;23.8;1.5;18.17;.1;4.66;23622
+69095;43.52628;5.57389;250;20220830;30.4;20.1;25.3;2.1;22.24;.3;4.18;18891
+69095;43.52628;5.57389;250;20220831;29.9;16.2;23;1.7;18.02;0;4.31;21787
+69095;43.52628;5.57389;250;20220901;32;14.7;23.3;1.6;15.52;0;4.65;23213
+69095;43.52628;5.57389;250;20220902;28.7;16.8;22.8;2;17.89;1.2;4.11;20030
+69095;43.52628;5.57389;250;20220903;28.8;16.6;22.7;1.9;18.74;0;4;19975
+69095;43.52628;5.57389;250;20220904;30.6;16.9;23.8;2;18.74;.9;4.33;20803
+69095;43.52628;5.57389;250;20220905;31;17.4;24.2;2.1;18.94;0;4.4;20915
+69095;43.52628;5.57389;250;20220906;30.5;17.6;24.1;2.1;19.37;1.6;4.25;20081
+69095;43.52628;5.57389;250;20220907;29.2;19.2;24.2;2;20.97;18.1;3.71;17319
+69095;43.52628;5.57389;250;20220908;27.4;15.8;21.6;2;17.19;.1;3.75;18967
+69095;43.52628;5.57389;250;20220909;27.7;13.5;20.6;1.9;13.87;0;4.06;20290
+69095;43.52628;5.57389;250;20220910;25.8;12.5;19.2;2.5;12.62;0;4.05;19489
+69095;43.52628;5.57389;250;20220911;29.4;11.3;20.4;1.6;12.29;0;4.1;21609
+69095;43.52628;5.57389;250;20220912;30.2;12.7;21.4;1.5;15.72;0;3.93;21343
+69095;43.52628;5.57389;250;20220913;29.1;16.9;23;1.5;19.52;1.8;3.54;18296
+69095;43.52628;5.57389;250;20220914;24.8;19.4;22.1;2.2;20.19;4;2.69;12438
+69095;43.52628;5.57389;250;20220915;29.3;17.7;23.5;2.6;17.74;0;4.12;17942
+69095;43.52628;5.57389;250;20220916;26;16;21;3.8;14.04;0;4.3;16107
+69095;43.52628;5.57389;250;20220917;23;13.8;18.4;5;8.92;0;4.9;15542
+69095;43.52628;5.57389;250;20220918;24.9;7.6;16.3;1.7;9.24;0;3.49;20246
+69095;43.52628;5.57389;250;20220919;24.9;6.1;15.5;2;8.69;0;3.65;20113
+69095;43.52628;5.57389;250;20220920;26.5;8;17.3;1.8;9.99;0;3.56;20087
+69095;43.52628;5.57389;250;20220921;25.5;8.3;16.9;2;11.12;0;3.46;19808
+69095;43.52628;5.57389;250;20220922;24.7;11.2;18;1.4;13.22;0;2.95;17896
+69095;43.52628;5.57389;250;20220923;23.5;11.6;17.6;1.3;13.59;6.8;2.67;16815
+69095;43.52628;5.57389;250;20220924;18.9;14.7;16.8;2.1;15.54;10.8;1.88;9955
+69095;43.52628;5.57389;250;20220925;22.4;13.4;17.9;1.6;14.64;0;2.47;14473
+69095;43.52628;5.57389;250;20220926;21.3;8.9;15.1;2.2;11.14;0;2.79;16389
+69095;43.52628;5.57389;250;20220927;19.5;10.4;15;3.6;10.29;0;3.05;13596
+69095;43.52628;5.57389;250;20220928;22.6;10.5;16.5;2.8;12.87;0;2.91;15658
+69095;43.52628;5.57389;250;20220929;20.8;11;15.9;2.3;11.92;0;2.53;13970
+69095;43.52628;5.57389;250;20220930;19.7;9.2;14.5;1.7;10.02;0;2.37;14468
+69095;43.52628;5.57389;250;20221001;20.4;5.7;13;2.1;10.69;0;2.45;16525
+69095;43.52628;5.57389;250;20221002;25.7;10.7;18.2;2.4;13.79;0;3.1;16649
+69095;43.52628;5.57389;250;20221003;25.6;11.4;18.5;1.4;12.74;0;2.65;15828
+69095;43.52628;5.57389;250;20221004;26.3;9.1;17.7;1.2;13.24;.2;2.58;17148
+69095;43.52628;5.57389;250;20221005;25.5;10.7;18.1;1.3;14.52;.2;2.51;16277
+69095;43.52628;5.57389;250;20221006;26.1;9.7;17.9;1;13.79;0;2.42;16544
+69095;43.52628;5.57389;250;20221007;25.3;10.8;18.1;1.2;14.02;.6;2.39;15745
+69095;43.52628;5.57389;250;20221008;19.4;11.5;15.5;1.1;14.74;0;1.65;11801
+69095;43.52628;5.57389;250;20221009;20.1;13.7;16.9;1.8;15.64;2.7;1.72;10203
+69095;43.52628;5.57389;250;20221010;23.3;14.2;18.8;1.7;15.24;.4;2.14;12098
+69095;43.52628;5.57389;250;20221011;24.1;11;17.5;1.2;14.37;0;2.1;14310
+69095;43.52628;5.57389;250;20221012;24.1;12.1;18.1;1;14.27;0;1.98;13684
+69095;43.52628;5.57389;250;20221013;23.4;9.6;16.5;1.2;13.84;0;1.98;14372
+69095;43.52628;5.57389;250;20221014;24.6;11.9;18.2;2;14.04;.1;2.41;13453
+69095;43.52628;5.57389;250;20221015;26.2;9.4;17.8;1.7;13.62;.1;2.45;15083
+69095;43.52628;5.57389;250;20221016;24.8;12.9;18.9;2.4;15.42;0;2.41;12919
+69095;43.52628;5.57389;250;20221017;25.8;12.2;19;2.3;14.37;.1;2.61;13630
+69095;43.52628;5.57389;250;20221018;25.5;10.8;18.2;1.1;14.27;.1;2.02;13915
+69095;43.52628;5.57389;250;20221019;24.8;11.1;17.9;1.4;15.12;.1;1.97;13161
+69095;43.52628;5.57389;250;20221020;22.9;13.4;18.1;2.3;15.87;.1;1.94;10844
+69095;43.52628;5.57389;250;20221021;22.9;17.5;20.2;3.6;18.42;0;2;7877
+69095;43.52628;5.57389;250;20221022;24.9;15.9;20.4;2.1;18.19;0;1.9;10105
+69095;43.52628;5.57389;250;20221023;25.3;16.5;20.9;3.4;17.44;0;2.52;10001
+69095;43.52628;5.57389;250;20221024;25.4;17.9;21.7;2.9;17.73;.2;2.35;9173
+69095;43.52628;5.57389;250;20221025;26.6;12.7;19.7;1.5;15.53;0;2.09;12634
+69095;43.52628;5.57389;250;20221026;25.5;13;19.3;2.3;15.56;.1;2.17;11586
+69095;43.52628;5.57389;250;20221027;26.3;12.8;19.5;1.9;15.36;.2;2.16;11994
+69095;43.52628;5.57389;250;20221028;26.7;10.9;18.8;1.6;13.69;.1;2.15;12653
+69095;43.52628;5.57389;250;20221029;27;9.9;18.5;1.5;11.79;0;2.14;12894
+69095;43.52628;5.57389;250;20221030;24.6;9;16.8;1.9;11.03;.1;2.15;11432
+69095;43.52628;5.57389;250;20221031;23.2;9.4;16.3;2.1;13.46;14.8;1.77;11450
+69095;43.52628;5.57389;250;20221101;23.2;16.1;19.7;2.6;15.86;13.7;1.96;7986
+69095;43.52628;5.57389;250;20221102;21.4;10.5;16;1.4;12.69;.1;1.37;9720
+69095;43.52628;5.57389;250;20221103;17.3;7;12.2;2.2;12.2;23.5;1.1;10025
+69095;43.52628;5.57389;250;20221104;15.1;7.9;11.5;4;9.43;.2;1.85;7813
+69095;43.52628;5.57389;250;20221105;17.1;5.7;11.4;3.3;7.8;.1;2.08;10004
+69095;43.52628;5.57389;250;20221106;20.1;3.3;11.7;1.9;8.33;.1;1.57;11600
+69095;43.52628;5.57389;250;20221107;21.2;3.3;12.2;1.6;8.53;0;1.54;11595
+69095;43.52628;5.57389;250;20221108;17.9;6.7;12.3;3;10.83;0;1.44;9739
+69095;43.52628;5.57389;250;20221109;20.4;12.3;16.3;2.6;14.23;5.2;1.39;7986
+69095;43.52628;5.57389;250;20221110;19;9.4;14.2;1.7;12.7;0;1.12;8890
+69095;43.52628;5.57389;250;20221111;21.6;9.1;15.4;2;11.7;.1;1.49;9787
+69095;43.52628;5.57389;250;20221112;20;6.7;13.4;1.5;10.3;0;1.23;9792
+69095;43.52628;5.57389;250;20221113;16.9;10.4;13.6;1.7;10.43;0;1.18;6907
+69095;43.52628;5.57389;250;20221114;16;5.8;10.9;2.6;10.83;6.6;1.01;8636
+69095;43.52628;5.57389;250;20221115;16.6;11.5;14;2.7;13.26;2.9;.96;5812
+69095;43.52628;5.57389;250;20221116;18.6;10;14.3;1.7;12.16;.1;1.11;7294
+69095;43.52628;5.57389;250;20221117;18.6;7.6;13.1;1.4;11.53;1.9;.92;8068
+69095;43.52628;5.57389;250;20221118;14.8;8.6;11.7;3;9.83;.1;1.31;6299
+69095;43.52628;5.57389;250;20221119;14.5;2;8.3;1.6;7.16;0;.99;8691
+69095;43.52628;5.57389;250;20221120;13.2;.3;6.8;2.3;6.56;.1;1.13;8533
+69095;43.52628;5.57389;250;20221121;10.3;4.8;7.6;2.2;8.16;6.9;.75;5423
+69095;43.52628;5.57389;250;20221122;12.7;6.7;9.7;4;7.99;0;1.5;5934
+69095;43.52628;5.57389;250;20221123;12.5;3.5;8;2;8.33;.1;.82;6993
+69095;43.52628;5.57389;250;20221124;15.8;4.7;10.3;1.9;8.09;0;1.15;7287
+69095;43.52628;5.57389;250;20221125;16.7;5.9;11.3;1.8;9.09;0;1.03;7521
+69095;43.52628;5.57389;250;20221126;16.3;2;9.2;1.3;7.13;.1;.89;8637
+69095;43.52628;5.57389;250;20221127;15;.9;8;1.4;7.03;.1;.82;8195
+69095;43.52628;5.57389;250;20221128;9;4.3;6.7;2.4;8.33;14.9;.6;4240
+69095;43.52628;5.57389;250;20221129;9.5;3.4;6.5;.9;8.09;.1;.44;5335
+69095;43.52628;5.57389;250;20221130;13.6;.5;7.1;1.1;6.93;0;.58;7872
+69095;43.52628;5.57389;250;20221201;12.7;.7;6.7;1.2;7.33;.2;.57;7483
+69095;43.52628;5.57389;250;20221202;11.3;.9;6.1;1.5;7.26;1.9;.58;6859
+69095;43.52628;5.57389;250;20221203;10.2;4.4;7.3;3.7;8.89;30.1;.6;5069
+69095;43.52628;5.57389;250;20221204;12.1;7.7;9.9;2;10.33;9.7;.62;4163
+69095;43.52628;5.57389;250;20221205;13.5;1.9;7.7;1.2;7.66;0;.54;7200
+69095;43.52628;5.57389;250;20221206;13.7;1.2;7.4;1.5;6.33;0;.71;7458
+69095;43.52628;5.57389;250;20221207;10;-1.5;4.2;1;5.73;.1;.46;7181
+69095;43.52628;5.57389;250;20221208;8.5;-2.1;3.2;2;6.73;19;.41;6706
+69095;43.52628;5.57389;250;20221209;14.2;6.8;10.5;2.3;11.56;2.3;.5;5493
+69095;43.52628;5.57389;250;20221210;8.2;5.6;6.9;2;7.89;0;.69;2285
+69095;43.52628;5.57389;250;20221211;6.5;-3.2;1.6;1.7;4.46;0;.61;6503
+69095;43.52628;5.57389;250;20221212;8.3;-4.5;1.9;1.5;4.76;4.8;.53;7121
+69095;43.52628;5.57389;250;20221213;6.3;2.7;4.5;3.7;8.16;3.1;.27;3543
+69095;43.52628;5.57389;250;20221214;10;5.8;7.9;2.1;9.56;.2;.46;3914
+69095;43.52628;5.57389;250;20221215;13.4;7.9;10.6;2.8;11.26;22.1;.61;4622
+69095;43.52628;5.57389;250;20221216;9.5;6.9;8.2;1.2;9.59;0;.47;2830
+69095;43.52628;5.57389;250;20221217;9.9;-.5;4.7;1.2;6.73;.1;.43;6386
+69095;43.52628;5.57389;250;20221218;13.1;.4;6.8;2.2;7.76;.1;.72;6942
+69095;43.52628;5.57389;250;20221219;12.1;8;10;3.4;9.49;0;.92;3969
+69095;43.52628;5.57389;250;20221220;14.5;9.3;11.9;3;11.66;.6;.77;4438
+69095;43.52628;5.57389;250;20221221;14.1;11.9;13;2.3;12.56;5.2;.78;3000
+69095;43.52628;5.57389;250;20221222;16.1;6.4;11.2;1.6;10.19;0;.72;6167
+69095;43.52628;5.57389;250;20221223;19;7.6;13.3;1.8;11.69;.1;.83;6587
+69095;43.52628;5.57389;250;20221224;18.8;8.3;13.5;1.4;11.16;.1;.79;6067
+69095;43.52628;5.57389;250;20221225;16.7;4.7;10.7;3.1;10.19;.1;.95;6875
+69095;43.52628;5.57389;250;20221226;16.5;7.2;11.9;2.5;10.56;.1;.94;5807
+69095;43.52628;5.57389;250;20221227;14.9;4.9;9.9;1.5;8.73;.1;.7;6430
+69095;43.52628;5.57389;250;20221228;14.6;1.7;8.2;1.5;7.79;0;.67;7025
+69095;43.52628;5.57389;250;20221229;14.6;7.8;11.2;2.1;10.46;0;.75;5163
+69095;43.52628;5.57389;250;20221230;13.1;6.9;10;1.5;10.69;.2;.5;4825
+69095;43.52628;5.57389;250;20221231;16.1;5.9;11;3.2;10.63;0;.97;6548
+69096;43.53912;5.882;320;20220101;14.2;2.3;8.2;.7;9.15;.1;.39;6476
+69096;43.53912;5.882;320;20220102;10.3;6.4;8.3;1.8;9.35;.1;.58;3522
+69096;43.53912;5.882;320;20220103;13.2;3.8;8.5;1.8;8.52;0;.73;5738
+69096;43.53912;5.882;320;20220104;9.8;.7;5.3;1.7;8.92;1.1;.32;5843
+69096;43.53912;5.882;320;20220105;9.6;7.1;8.3;4.5;6.45;0;1.77;2736
+69096;43.53912;5.882;320;20220106;10.5;-.9;4.8;1.5;4.28;.1;.88;6664
+69096;43.53912;5.882;320;20220107;9.6;-4.7;2.4;2.5;4.45;.1;.99;7561
+69096;43.53912;5.882;320;20220108;12.1;2.7;7.4;3.2;6.25;.5;1.39;6119
+69096;43.53912;5.882;320;20220109;9.9;3.9;6.9;3.7;6.38;0;1.36;4870
+69096;43.53912;5.882;320;20220110;11.9;3;7.5;1.9;5.28;0;1.13;5978
+69096;43.53912;5.882;320;20220111;11.5;-5.9;2.8;1.4;4.12;0;.78;8618
+69096;43.53912;5.882;320;20220112;11.1;-5.6;2.7;1.6;4.08;0;.84;8555
+69096;43.53912;5.882;320;20220113;12.8;-5.9;3.5;1.2;4.12;0;.7;9235
+69096;43.53912;5.882;320;20220114;14.2;-5.7;4.3;1.2;3.82;0;.88;9327
+69096;43.53912;5.882;320;20220115;14.9;-4.6;5.1;1.3;4.32;0;.93;9439
+69096;43.53912;5.882;320;20220116;13.4;-5.5;4;1.2;4.42;0;.82;9380
+69096;43.53912;5.882;320;20220117;14.5;-5;4.8;1.3;4.18;0;.89;9511
+69096;43.53912;5.882;320;20220118;12.9;-5;4;1.3;6.02;.1;.68;9335
+69096;43.53912;5.882;320;20220119;10.6;.4;5.5;1.4;7.08;0;.65;7004
+69096;43.53912;5.882;320;20220120;12;.3;6.1;2;5.58;0;1.1;7674
+69096;43.53912;5.882;320;20220121;11.5;-4.9;3.3;1.4;4.52;0;.85;9338
+69096;43.53912;5.882;320;20220122;12.2;-5.5;3.4;1.1;4.52;0;.75;9836
+69096;43.53912;5.882;320;20220123;14.3;-4.4;5;1.2;4.82;0;.89;10100
+69096;43.53912;5.882;320;20220124;13.2;-4.4;4.4;1.2;5.68;0;.77;10012
+69096;43.53912;5.882;320;20220125;12.7;-1.1;5.8;1.3;6.28;0;.84;8976
+69096;43.53912;5.882;320;20220126;11.9;-3.8;4.1;1.2;5.65;0;.76;9706
+69096;43.53912;5.882;320;20220127;13.1;-4.5;4.3;1.3;5.55;0;.87;10307
+69096;43.53912;5.882;320;20220128;13.4;-5.1;4.1;1;5.25;0;.81;10579
+69096;43.53912;5.882;320;20220129;15.1;-3.6;5.8;1.4;4.75;0;1.14;10925
+69096;43.53912;5.882;320;20220130;15;-4.5;5.2;1.4;5.58;0;1.07;10865
+69096;43.53912;5.882;320;20220131;13.6;-3.6;5;4.9;5.15;.1;2.13;10833
+69096;43.53912;5.882;320;20220201;11.4;3;7.2;5.1;4.58;0;2.44;7452
+69096;43.53912;5.882;320;20220202;17.1;6.8;12;5.4;7.08;0;2.85;8558
+69096;43.53912;5.882;320;20220203;16.6;-.1;8.3;1.6;7.62;0;1.22;11042
+69096;43.53912;5.882;320;20220204;14.2;4.1;9.2;2;8.22;0;1.21;8637
+69096;43.53912;5.882;320;20220205;16;3.1;9.6;2.2;6.68;0;1.62;9634
+69096;43.53912;5.882;320;20220206;13.4;-3.9;4.7;3.4;5.45;0;1.7;11714
+69096;43.53912;5.882;320;20220207;15.4;7;11.2;5.4;5.62;0;3.16;8149
+69096;43.53912;5.882;320;20220208;16.5;-3.9;6.3;1.3;4.98;0;1.35;12396
+69096;43.53912;5.882;320;20220209;15.2;-1.3;6.9;1.8;6.92;.1;1.34;11962
+69096;43.53912;5.882;320;20220210;5.7;.8;3.2;2.4;8.33;0;1.56;11866
+69096;43.53912;5.882;320;20220211;15.7;1.2;8.5;3.4;7.5;0;1.94;11566
+69096;43.53912;5.882;320;20220212;14.4;1;7.7;2.3;6.37;0;1.67;12033
+69096;43.53912;5.882;320;20220213;12.3;-1;5.7;3;6.83;1.6;1.43;8466
+69096;43.53912;5.882;320;20220214;10.1;6.5;8.3;3.2;9.89;29.7;1.03;3261
+69096;43.53912;5.882;320;20220215;12;2.7;7.4;5.9;6.53;0;2.37;12466
+69096;43.53912;5.882;320;20220216;11.9;2.4;7.2;3.3;7.68;.1;1.44;9625
+69096;43.53912;5.882;320;20220217;21.1;7.8;14.4;4.4;9.08;0;3.1;11931
+69096;43.53912;5.882;320;20220218;21;6.4;13.7;2;8.82;0;2.12;12557
+69096;43.53912;5.882;320;20220219;13.7;4.6;9.1;2.9;7.22;0;1.82;9929
+69096;43.53912;5.882;320;20220220;16.9;-1;7.9;2.6;5.92;0;2.18;13922
+69096;43.53912;5.882;320;20220221;13.4;6;9.7;6;6.62;.1;2.77;9237
+69096;43.53912;5.882;320;20220222;15.7;5.4;10.5;4.7;5.82;0;3.03;10927
+69096;43.53912;5.882;320;20220223;18.1;-.9;8.6;1.9;5.72;0;2.15;14817
+69096;43.53912;5.882;320;20220224;13.9;2.1;8;1.9;8.02;.1;1.48;12084
+69096;43.53912;5.882;320;20220225;14.3;4.5;9.4;4.1;5.88;0;2.62;11179
+69096;43.53912;5.882;320;20220226;14.8;-1.6;6.6;2.2;4.85;0;2.09;14780
+69096;43.53912;5.882;320;20220227;12;-3.2;4.4;1.6;5.42;0;1.54;14389
+69096;43.53912;5.882;320;20220228;13.9;-3;5.5;2.3;6.12;0;1.81;15337
+69096;43.53912;5.882;320;20220301;12.9;.1;6.5;2.5;6.32;0;1.85;13425
+69096;43.53912;5.882;320;20220302;12.7;3;7.8;1.8;6.88;0;1.6;11935
+69096;43.53912;5.882;320;20220303;13.4;.3;6.9;1.6;7.45;0;1.56;13986
+69096;43.53912;5.882;320;20220304;15;.4;7.7;1.8;7.62;.3;1.81;15123
+69096;43.53912;5.882;320;20220305;11.3;3.4;7.3;1.9;7.12;.8;1.53;11105
+69096;43.53912;5.882;320;20220306;11;-1.5;4.7;1.6;6.02;0;1.54;14203
+69096;43.53912;5.882;320;20220307;12.6;-3.9;4.3;1.6;5.12;0;1.79;16575
+69096;43.53912;5.882;320;20220308;12.2;-4.4;3.9;1.7;5.75;0;1.74;16815
+69096;43.53912;5.882;320;20220309;14.7;1.8;8.2;1.5;6.95;0;1.88;15024
+69096;43.53912;5.882;320;20220310;14.1;-.9;6.6;1.8;7.65;0;1.79;16278
+69096;43.53912;5.882;320;20220311;12.2;5.5;8.8;3.7;7.82;0;1.98;10796
+69096;43.53912;5.882;320;20220312;12.3;8.8;10.5;5.8;6.38;.1;3.06;7495
+69096;43.53912;5.882;320;20220313;10.1;8.2;9.1;5.5;7.25;.6;2.27;5509
+69096;43.53912;5.882;320;20220314;14.1;5.6;9.9;3.5;9.52;0;1.95;12678
+69096;43.53912;5.882;320;20220315;15.1;10.4;12.7;3.2;8.85;0;2.42;9294
+69096;43.53912;5.882;320;20220316;17.1;4.5;10.8;2.3;9.98;0;2.21;15881
+69096;43.53912;5.882;320;20220317;15.2;7.7;11.5;1.2;10.58;0;1.71;12322
+69096;43.53912;5.882;320;20220318;16;8.3;12.2;1.9;10;.1;1.96;10104
+69096;43.53912;5.882;320;20220319;15;7.1;11.1;1.9;7.47;.1;2.29;12918
+69096;43.53912;5.882;320;20220320;13.8;4.7;9.2;3.5;6.53;0;2.43;7466
+69096;43.53912;5.882;320;20220321;14.2;4.9;9.6;3.7;5.7;0;3.41;18200
+69096;43.53912;5.882;320;20220322;14.9;1.1;8;2.8;5.77;0;3.05;19233
+69096;43.53912;5.882;320;20220323;17;1.6;9.3;2.3;5.67;0;2.89;20000
+69096;43.53912;5.882;320;20220324;18.6;2.2;10.4;2.2;5.37;0;3.25;20433
+69096;43.53912;5.882;320;20220325;18.5;2.5;10.5;2.2;6.7;0;3;20000
+69096;43.53912;5.882;320;20220326;19.5;6.6;13.1;3.1;6.13;0;3.83;19766
+69096;43.53912;5.882;320;20220327;20.4;9.5;14.9;2.7;6.96;0;3.77;16218
+69096;43.53912;5.882;320;20220328;20.8;6.2;13.5;1.9;5.87;0;3.45;19366
+69096;43.53912;5.882;320;20220329;18.4;6.7;12.5;2.3;7.37;1;2.99;14800
+69096;43.53912;5.882;320;20220330;12.3;10.1;11.2;2;10.9;9.1;1.23;3966
+69096;43.53912;5.882;320;20220331;16.7;5.9;11.3;5.8;8.87;0;3.96;20166
+69096;43.53912;5.882;320;20220401;8.6;4.7;6.7;10.7;5.3;.1;3.79;18166
+69096;43.53912;5.882;320;20220402;9;2.5;5.8;8.6;4.56;0;3.74;19356
+69096;43.53912;5.882;320;20220403;9.8;-1;4.4;4;5.97;4.9;2.32;14600
+69096;43.53912;5.882;320;20220404;13.1;2.4;7.8;2.7;6.71;0;2.94;21768
+69096;43.53912;5.882;320;20220405;16.2;1.1;8.6;2.3;6.28;0;3.35;23286
+69096;43.53912;5.882;320;20220406;14.7;2.1;8.4;1.9;7.97;0;2.3;16472
+69096;43.53912;5.882;320;20220407;15.4;5.7;10.6;2.9;10.17;0;2.22;12166
+69096;43.53912;5.882;320;20220408;19.6;10.1;14.9;5.1;11.79;.1;3.97;19812
+69096;43.53912;5.882;320;20220409;13;9.9;11.4;9.4;5.67;0;5.66;24433
+69096;43.53912;5.882;320;20220410;17;3;10;3.2;6.09;0;3.87;24136
+69096;43.53912;5.882;320;20220411;15.9;4.8;10.3;3.2;7.53;0;2.79;12333
+69096;43.53912;5.882;320;20220412;18;7.2;12.6;3.7;8.37;0;3.61;18633
+69096;43.53912;5.882;320;20220413;19.4;9.3;14.4;3.4;9.33;0;3.71;21758
+69096;43.53912;5.882;320;20220414;23.3;7.6;15.4;2.2;8.5;0;4.26;22966
+69096;43.53912;5.882;320;20220415;24.6;10.8;17.7;2.3;9.91;0;4.34;22222
+69096;43.53912;5.882;320;20220416;23.9;11.3;17.6;4.6;10.56;0;5.45;23423
+69096;43.53912;5.882;320;20220417;20.2;11.3;15.8;3.1;9.1;0;4.61;23666
+69096;43.53912;5.882;320;20220418;18.9;7.2;13;2.9;9.86;0;3.87;24967
+69096;43.53912;5.882;320;20220419;20.5;7;13.7;2.5;10.2;1.3;4.11;24200
+69096;43.53912;5.882;320;20220420;15.6;8.6;12.1;2.8;11.97;6;1.77;7366
+69096;43.53912;5.882;320;20220421;17.3;10.9;14.1;2.7;12.6;.4;2.36;9766
+69096;43.53912;5.882;320;20220422;18.1;9;13.6;2.7;12.3;0;3.18;18933
+69096;43.53912;5.882;320;20220423;14.6;11.4;13;4.4;12.07;14.9;1.98;4266
+69096;43.53912;5.882;320;20220424;14.6;7.8;11.2;2.8;11.27;.2;2.62;16100
+69096;43.53912;5.882;320;20220425;18.8;8;13.4;3.4;11;0;4.11;24233
+69096;43.53912;5.882;320;20220426;20.1;7.5;13.8;2.2;11.47;0;4.13;25733
+69096;43.53912;5.882;320;20220427;20.4;7.9;14.1;2.4;11.57;0;4.16;26066
+69096;43.53912;5.882;320;20220428;22.7;9.4;16.1;2.6;10.8;0;4.66;25733
+69096;43.53912;5.882;320;20220429;22.1;9;15.6;2.1;9.5;0;4.45;26350
+69096;43.53912;5.882;320;20220430;21.2;9.7;15.4;2.5;9.97;0;4.17;22532
+69096;43.53912;5.882;320;20220501;21.1;7.6;14.3;2.5;9.34;0;4.53;24391
+69096;43.53912;5.882;320;20220502;21;8.3;14.6;2.3;10.64;0;4.16;25316
+69096;43.53912;5.882;320;20220503;20.7;10.7;15.7;1.9;11.74;1;3.67;20187
+69096;43.53912;5.882;320;20220504;21.6;8.4;15;1.8;11;.9;4.08;24617
+69096;43.53912;5.882;320;20220505;17.8;12.6;15.2;2.8;13.08;9.2;2.52;12390
+69096;43.53912;5.882;320;20220506;19.7;9;14.3;1;12.58;.3;3.34;21813
+69096;43.53912;5.882;320;20220507;22.7;7.7;15.2;1.2;12.75;9.3;4.03;26016
+69096;43.53912;5.882;320;20220508;19.1;10.9;15;1;14.15;9.4;3.03;19300
+69096;43.53912;5.882;320;20220509;24.2;8.2;16.2;1.7;13.18;.7;4.4;26982
+69096;43.53912;5.882;320;20220510;25.7;9.8;17.8;1.8;13.45;0;4.68;26753
+69096;43.53912;5.882;320;20220511;25.9;9.3;17.6;1.8;12.08;0;4.9;27826
+69096;43.53912;5.882;320;20220512;25.6;8.3;17;1.7;11.35;0;4.85;28184
+69096;43.53912;5.882;320;20220513;26;9.5;17.7;1.7;11.65;0;4.96;28006
+69096;43.53912;5.882;320;20220514;26.8;10.5;18.7;1.5;14.35;0;4.87;27786
+69096;43.53912;5.882;320;20220515;26.7;12.1;19.4;1.8;14.95;.2;4.87;26584
+69096;43.53912;5.882;320;20220516;27.6;11.1;19.4;1.8;12.88;0;5.23;28033
+69096;43.53912;5.882;320;20220517;29.1;10.3;19.7;1.8;13.48;0;5.52;29150
+69096;43.53912;5.882;320;20220518;29.7;11.9;20.8;2.1;14.78;0;5.77;29252
+69096;43.53912;5.882;320;20220519;28.2;13.3;20.7;2.2;13.08;0;5.6;27308
+69096;43.53912;5.882;320;20220520;30.1;11.9;21;2.1;12.48;0;5.97;28928
+69096;43.53912;5.882;320;20220521;31.2;12.5;21.9;1.8;13.92;0;5.91;29541
+69096;43.53912;5.882;320;20220522;30.2;13.1;21.7;1.6;16.45;.1;5.61;28776
+69096;43.53912;5.882;320;20220523;27.2;14.2;20.7;2.4;15.55;0;5.19;25710
+69096;43.53912;5.882;320;20220524;26.2;13.4;19.8;2;13.85;1;4.93;25412
+69096;43.53912;5.882;320;20220525;23.1;13;18.1;1.2;14.28;1.9;4.04;22769
+69096;43.53912;5.882;320;20220526;27.1;11.4;19.2;1.2;15.32;.5;5.01;28630
+69096;43.53912;5.882;320;20220527;32.4;14;23.2;1.5;14.95;0;6.06;30044
+69096;43.53912;5.882;320;20220528;28.9;13.8;21.4;2;13.05;0;5.69;28090
+69096;43.53912;5.882;320;20220529;27.6;10.7;19.1;2.1;9.95;0;5.77;29708
+69096;43.53912;5.882;320;20220530;26;10.6;18.3;1.6;12.18;0;5.11;28506
+69096;43.53912;5.882;320;20220531;27.5;14.1;20.8;1.9;14.08;.1;5.32;26696
+69096;43.53912;5.882;320;20220601;31.4;12.2;21.8;1.8;13.68;0;6.13;30384
+69096;43.53912;5.882;320;20220602;30.5;12.4;21.5;2;15.12;0;6.07;30285
+69096;43.53912;5.882;320;20220603;29.7;18;23.9;2.6;16.12;2.6;5.88;24994
+69096;43.53912;5.882;320;20220604;32.9;17;24.9;2.4;16.15;0;6.78;29376
+69096;43.53912;5.882;320;20220605;32.4;16.4;24.4;1.7;16.32;0;6.13;28811
+69096;43.53912;5.882;320;20220606;32;14.6;23.3;2.5;13.95;0;6.79;30569
+69096;43.53912;5.882;320;20220607;28.9;16.1;22.5;3.3;12.88;0;6.4;26450
+69096;43.53912;5.882;320;20220608;26.9;14.6;20.8;2.6;11.55;0;5.73;25939
+69096;43.53912;5.882;320;20220609;26.3;17.1;21.7;5.6;10.62;0;6.95;22290
+69096;43.53912;5.882;320;20220610;30.5;11;20.8;2;9.02;0;6.43;30805
+69096;43.53912;5.882;320;20220611;33.1;11.1;22.1;2;9.95;0;6.77;30836
+69096;43.53912;5.882;320;20220612;34.3;12.4;23.3;2;11.62;0;6.93;30865
+69096;43.53912;5.882;320;20220613;35.5;16.6;26;2.3;14.12;0;7.33;30890
+69096;43.53912;5.882;320;20220614;33.3;12.2;22.8;2;14.22;0;6.61;30912
+69096;43.53912;5.882;320;20220615;33.8;16.1;24.9;1.7;16.12;0;6.61;30931
+69096;43.53912;5.882;320;20220616;36.4;16.2;26.3;2;16.48;0;7.16;30947
+69096;43.53912;5.882;320;20220617;35.9;16.2;26;1.7;16.48;0;6.92;30959
+69096;43.53912;5.882;320;20220618;34.9;17.8;26.4;2.2;17.35;0;7.11;30741
+69096;43.53912;5.882;320;20220619;33.6;18.3;25.9;2.4;15.58;0;6.96;29119
+69096;43.53912;5.882;320;20220620;33.8;14.6;24.2;2.1;12.28;0;6.98;30978
+69096;43.53912;5.882;320;20220621;32.9;15.7;24.3;2.3;15.95;.8;6.81;30503
+69096;43.53912;5.882;320;20220622;27.7;20;23.9;1.9;21.48;1.9;4.42;20406
+69096;43.53912;5.882;320;20220623;27.2;16.7;22;2.3;18.55;1;4.98;24145
+69096;43.53912;5.882;320;20220624;28.8;16.3;22.5;2.9;16.92;0;5.74;26176
+69096;43.53912;5.882;320;20220625;32;14.1;23;2.1;14.52;0;6.57;30947
+69096;43.53912;5.882;320;20220626;32.2;17.9;25;2.4;16.28;0;6.57;28156
+69096;43.53912;5.882;320;20220627;33.2;16.2;24.7;1.8;15.75;0;6.61;30621
+69096;43.53912;5.882;320;20220628;30.9;16.8;23.8;1.7;16.78;7.7;5.86;27861
+69096;43.53912;5.882;320;20220629;32.6;13.2;22.9;1.9;15.52;0;6.42;30866
+69096;43.53912;5.882;320;20220630;31.3;13.6;22.4;2.1;15.52;0;6.37;30838
+69096;43.53912;5.882;320;20220701;29.8;15.4;22.6;2.2;13.68;0;6.05;28052
+69096;43.53912;5.882;320;20220702;35.2;11;23.1;1.7;11.55;0;6.73;30772
+69096;43.53912;5.882;320;20220703;36.9;14.3;25.6;1.9;11.58;0;7.17;30735
+69096;43.53912;5.882;320;20220704;35.9;19.2;27.6;2.1;14.58;.1;7.23;29971
+69096;43.53912;5.882;320;20220705;36;17.7;26.9;2.2;15.88;0;7.25;30585
+69096;43.53912;5.882;320;20220706;34.2;16.3;25.3;2;12.85;0;6.82;30042
+69096;43.53912;5.882;320;20220707;34.5;13.2;23.9;1.9;13.12;0;6.74;30554
+69096;43.53912;5.882;320;20220708;33;15.8;24.4;1.9;13.55;0;6.56;30174
+69096;43.53912;5.882;320;20220709;33.9;15.5;24.7;1.9;13.48;0;6.74;30393
+69096;43.53912;5.882;320;20220710;33.3;15.6;24.5;1.8;15.18;0;6.5;30315
+69096;43.53912;5.882;320;20220711;33.7;15.1;24.4;1.9;15.48;0;6.61;30326
+69096;43.53912;5.882;320;20220712;33.5;15.9;24.7;1.9;17.32;0;6.52;30261
+69096;43.53912;5.882;320;20220713;34.1;15.8;24.9;2;17.65;0;6.59;30194
+69096;43.53912;5.882;320;20220714;35.6;17.1;26.3;1.8;16.48;0;6.71;30123
+69096;43.53912;5.882;320;20220715;37;17.2;27.1;1.9;16.15;0;7.03;30042
+69096;43.53912;5.882;320;20220716;35.2;16.6;25.9;1.9;18.18;0;6.64;29311
+69096;43.53912;5.882;320;20220717;35.4;16.6;26;1.8;18.95;0;6.61;29718
+69096;43.53912;5.882;320;20220718;36.8;20.1;28.4;1.8;19.25;0;6.84;29343
+69096;43.53912;5.882;320;20220719;36.2;20.6;28.4;2;18.75;0;6.85;28116
+69096;43.53912;5.882;320;20220720;36.8;17.9;27.4;1.8;15.88;0;6.87;29643
+69096;43.53912;5.882;320;20220721;38.2;18.1;28.1;1.7;15.42;0;6.96;29552
+69096;43.53912;5.882;320;20220722;37.4;16.4;26.9;1.9;15.98;0;6.97;29459
+69096;43.53912;5.882;320;20220723;35.7;18.3;27;2;17.62;0;6.69;28895
+69096;43.53912;5.882;320;20220724;36.5;18.3;27.4;1.9;17.98;0;6.8;29266
+69096;43.53912;5.882;320;20220725;35.1;17.9;26.5;1.8;18.59;0;6.28;28299
+69096;43.53912;5.882;320;20220726;33.8;19;26.4;2.7;15.55;0;6.73;26727
+69096;43.53912;5.882;320;20220727;32.9;16.2;24.6;1.8;14.55;0;6.13;28237
+69096;43.53912;5.882;320;20220728;34.5;14.6;24.5;1.7;14.25;0;6.24;28848
+69096;43.53912;5.882;320;20220729;31.8;16.9;24.4;1.9;15.52;0;5.81;26603
+69096;43.53912;5.882;320;20220730;34.6;16.7;25.7;2.2;13.95;0;6.63;28471
+69096;43.53912;5.882;320;20220731;36.1;15;25.6;1.6;12.05;0;6.37;28508
+69096;43.53912;5.882;320;20220801;36.9;16.3;26.6;1.8;12.92;0;6.62;28390
+69096;43.53912;5.882;320;20220802;35.5;14.5;25;1.9;14.68;0;6.4;28269
+69096;43.53912;5.882;320;20220803;35.5;17.8;26.6;1.7;16.72;0;6.31;28116
+69096;43.53912;5.882;320;20220804;36.5;18.4;27.5;1.7;15.28;0;6.4;28020
+69096;43.53912;5.882;320;20220805;36.4;17.3;26.8;1.7;15.82;.1;6.3;27893
+69096;43.53912;5.882;320;20220806;36.8;17.5;27.1;1.8;16.08;0;6.4;27763
+69096;43.53912;5.882;320;20220807;34.2;15.9;25.1;1.8;15.02;0;6.1;27630
+69096;43.53912;5.882;320;20220808;34.9;15.8;25.3;1.8;16.38;.1;6.04;27496
+69096;43.53912;5.882;320;20220809;35;16.4;25.7;1.6;15.75;0;5.97;27359
+69096;43.53912;5.882;320;20220810;34.2;16.3;25.3;1.8;15.62;.9;5.92;26872
+69096;43.53912;5.882;320;20220811;33.8;17;25.4;1.5;17.42;0;5.66;26624
+69096;43.53912;5.882;320;20220812;35.6;15.8;25.7;1.8;18.92;0;6.01;26936
+69096;43.53912;5.882;320;20220813;32.9;19;25.9;2.3;20.05;0;5.63;23946
+69096;43.53912;5.882;320;20220814;29.7;20.6;25.1;2;17.72;10.8;4.63;19100
+69096;43.53912;5.882;320;20220815;32.3;14.8;23.5;1.6;17.22;0;5.24;25567
+69096;43.53912;5.882;320;20220816;32.7;15.3;24;2.1;17.05;8.3;5.63;25983
+69096;43.53912;5.882;320;20220817;24.4;19.7;22;2.8;20.28;10.7;3.15;13132
+69096;43.53912;5.882;320;20220818;27.7;15;21.3;1.9;17.35;8.2;4.34;22177
+69096;43.53912;5.882;320;20220819;30.3;15;22.6;2.8;15.98;0;5.37;23943
+69096;43.53912;5.882;320;20220820;32.1;13.9;23;1.9;15.35;0;5.28;25606
+69096;43.53912;5.882;320;20220821;31.3;15.2;23.2;1.9;15.52;0;5.11;24554
+69096;43.53912;5.882;320;20220822;32.2;13.1;22.7;1.5;14.75;0;5.04;25397
+69096;43.53912;5.882;320;20220823;33.3;14.1;23.7;1.6;15.55;0;5.24;25233
+69096;43.53912;5.882;320;20220824;33.3;15.7;24.5;1.6;16.98;0;5.23;24996
+69096;43.53912;5.882;320;20220825;33.6;15.3;24.5;1.5;17.15;0;5.09;24894
+69096;43.53912;5.882;320;20220826;32.4;17.4;24.9;1.8;19.28;.7;4.94;23008
+69096;43.53912;5.882;320;20220827;31.6;15.7;23.6;1.7;18.08;.4;4.8;23447
+69096;43.53912;5.882;320;20220828;32.1;15.6;23.9;1.2;17.38;0;4.61;23734
+69096;43.53912;5.882;320;20220829;33.1;14.1;23.6;1.7;17.25;.2;5;24216
+69096;43.53912;5.882;320;20220830;31.2;18.9;25.1;2.1;20.28;1;4.51;20015
+69096;43.53912;5.882;320;20220831;29.3;14.9;22.1;1.8;16.72;0;4.32;21632
+69096;43.53912;5.882;320;20220901;32.1;14.5;23.3;1.6;15.92;0;4.73;23423
+69096;43.53912;5.882;320;20220902;27.8;15.1;21.4;2;17.68;4.3;4;20047
+69096;43.53912;5.882;320;20220903;29;15;22;2;17.58;3.3;4.21;20816
+69096;43.53912;5.882;320;20220904;29.9;14.4;22.1;2;17.95;.7;4.35;21737
+69096;43.53912;5.882;320;20220905;30.2;15.3;22.8;2.2;18.42;0;4.43;21143
+69096;43.53912;5.882;320;20220906;30.8;15.9;23.3;2.3;18.35;1.4;4.54;20898
+69096;43.53912;5.882;320;20220907;28.4;16.8;22.6;1.8;19.92;20.9;3.67;18303
+69096;43.53912;5.882;320;20220908;27.7;14.9;21.3;1.9;16.72;.1;3.77;19040
+69096;43.53912;5.882;320;20220909;27.1;12.8;20;2.1;13.48;0;4.01;20113
+69096;43.53912;5.882;320;20220910;25.9;12.2;19;2.4;12.18;0;4.03;19500
+69096;43.53912;5.882;320;20220911;29;11;20;1.6;12.05;0;3.99;21009
+69096;43.53912;5.882;320;20220912;31;11.3;21.2;1.6;14.85;0;4.18;21663
+69096;43.53912;5.882;320;20220913;29.4;14.7;22.1;1.6;18.12;1.4;3.76;19631
+69096;43.53912;5.882;320;20220914;22.9;18.7;20.8;2.4;20.32;6.6;2.28;10077
+69096;43.53912;5.882;320;20220915;29.3;16.4;22.9;2.7;16.68;0;4.18;17901
+69096;43.53912;5.882;320;20220916;26.2;15.8;21;4;13.55;0;4.42;16054
+69096;43.53912;5.882;320;20220917;24.4;14;19.2;4.7;8.18;0;5.25;15833
+69096;43.53912;5.882;320;20220918;25.5;6.1;15.8;1.5;8.92;0;3.42;20516
+69096;43.53912;5.882;320;20220919;26.3;6.8;16.6;2;8.92;0;3.8;20318
+69096;43.53912;5.882;320;20220920;26.9;7.1;17;1.5;10.48;.1;3.41;20130
+69096;43.53912;5.882;320;20220921;24.7;7.2;16;2;11.02;0;3.39;19632
+69096;43.53912;5.882;320;20220922;23.9;10.4;17.2;1.5;12.82;0;2.88;17165
+69096;43.53912;5.882;320;20220923;23.4;12.1;17.8;1.2;12.88;4.8;2.6;15566
+69096;43.53912;5.882;320;20220924;17.1;13.7;15.4;2.1;15.08;8.7;1.54;8096
+69096;43.53912;5.882;320;20220925;22.5;12.7;17.6;1.4;14.35;0;2.38;14059
+69096;43.53912;5.882;320;20220926;21.8;8.5;15.1;2.4;10.75;0;2.94;16469
+69096;43.53912;5.882;320;20220927;19.4;9.6;14.5;3.7;9.58;0;3.1;13839
+69096;43.53912;5.882;320;20220928;22.3;9.7;16;3.1;11.82;0;3.11;15674
+69096;43.53912;5.882;320;20220929;20.6;10.3;15.5;2.3;11.35;0;2.59;13903
+69096;43.53912;5.882;320;20220930;20.3;9;14.7;1.3;9.82;0;2.3;14406
+69096;43.53912;5.882;320;20221001;20.5;5.2;12.9;2.2;10.28;0;2.54;16749
+69096;43.53912;5.882;320;20221002;25.9;10.9;18.4;2.5;12.95;0;3.27;16363
+69096;43.53912;5.882;320;20221003;26.2;10.5;18.4;1.6;11.82;0;2.9;16507
+69096;43.53912;5.882;320;20221004;27.6;8.2;17.9;1.5;12.15;.2;2.97;17414
+69096;43.53912;5.882;320;20221005;25.9;9.4;17.6;1.7;13.32;.2;2.75;16505
+69096;43.53912;5.882;320;20221006;26.7;8.7;17.7;1.3;13.12;0;2.62;17006
+69096;43.53912;5.882;320;20221007;25.6;9.2;17.4;1.7;12.92;.6;2.7;16123
+69096;43.53912;5.882;320;20221008;18.1;10.3;14.2;1.1;14.15;2.4;1.48;10560
+69096;43.53912;5.882;320;20221009;19.1;13.3;16.2;1.7;15.68;20.2;1.53;9119
+69096;43.53912;5.882;320;20221010;22.9;13.1;18;1.5;14.92;.5;2.08;11898
+69096;43.53912;5.882;320;20221011;24.2;9.9;17;1.3;13.62;0;2.17;14403
+69096;43.53912;5.882;320;20221012;23.3;11;17.2;1.1;13.62;0;1.99;13128
+69096;43.53912;5.882;320;20221013;23.6;8.4;16;1.3;12.75;0;2.11;14412
+69096;43.53912;5.882;320;20221014;24.7;11;17.9;1.9;13.22;.1;2.42;13518
+69096;43.53912;5.882;320;20221015;26.5;8.6;17.5;1.7;12.88;.1;2.53;15270
+69096;43.53912;5.882;320;20221016;24.2;11;17.6;2.3;14.15;.1;2.39;12895
+69096;43.53912;5.882;320;20221017;25.3;10.9;18.1;2.4;13.82;.1;2.58;13265
+69096;43.53912;5.882;320;20221018;26.4;9.7;18.1;1.5;13.15;.1;2.32;14176
+69096;43.53912;5.882;320;20221019;25.3;8.4;16.8;1.4;13.45;.1;2.07;14058
+69096;43.53912;5.882;320;20221020;22.6;11.2;16.9;2.1;14.78;.2;1.96;11329
+69096;43.53912;5.882;320;20221021;21.4;16.4;18.9;3.3;17.48;.8;1.87;7240
+69096;43.53912;5.882;320;20221022;24.7;15.9;20.3;1.9;17.78;0;1.94;9778
+69096;43.53912;5.882;320;20221023;24.3;15.5;19.9;3.3;16.82;0;2.35;9475
+69096;43.53912;5.882;320;20221024;24.5;16.1;20.3;2.4;17.08;0;2.14;9055
+69096;43.53912;5.882;320;20221025;26.8;11.4;19.1;1.3;14.98;.1;1.98;12469
+69096;43.53912;5.882;320;20221026;24.7;11.9;18.3;2.1;15.38;.2;2.05;11161
+69096;43.53912;5.882;320;20221027;25.8;11.2;18.5;1.9;14.58;.2;2.15;11822
+69096;43.53912;5.882;320;20221028;27.7;9.6;18.6;1.9;12.82;0;2.33;12746
+69096;43.53912;5.882;320;20221029;27;8.4;17.7;1.8;10.95;0;2.33;12848
+69096;43.53912;5.882;320;20221030;24.2;7.7;16;1.8;10.78;.1;2.05;12124
+69096;43.53912;5.882;320;20221031;23;7.2;15.1;2.1;12.35;5.7;1.83;11610
+69096;43.53912;5.882;320;20221101;21.7;14.6;18.2;2.4;14.82;21.4;1.79;7492
+69096;43.53912;5.882;320;20221102;21.6;8.5;15.1;1.5;12.02;.1;1.46;10292
+69096;43.53912;5.882;320;20221103;14.8;6.9;10.9;2.2;12;20.1;.84;7843
+69096;43.53912;5.882;320;20221104;14.6;8;11.3;3.7;9.42;.3;1.64;6991
+69096;43.53912;5.882;320;20221105;18.1;5.7;11.9;2.5;7.28;.1;1.93;9516
+69096;43.53912;5.882;320;20221106;19.9;1.6;10.8;1.7;7.68;.1;1.55;11567
+69096;43.53912;5.882;320;20221107;20.3;2.5;11.4;1.4;8.35;.1;1.36;11121
+69096;43.53912;5.882;320;20221108;16.4;4.5;10.4;2.6;10.15;0;1.3;9028
+69096;43.53912;5.882;320;20221109;19.2;10.3;14.8;2.1;13.28;6.4;1.26;7564
+69096;43.53912;5.882;320;20221110;18.6;7.8;13.2;1.3;12.42;0;.97;8361
+69096;43.53912;5.882;320;20221111;20.8;7.2;14;2;11.12;.1;1.46;9371
+69096;43.53912;5.882;320;20221112;18.5;4.7;11.6;1.2;10.35;0;.99;9321
+69096;43.53912;5.882;320;20221113;16.1;8.8;12.4;1.7;10.72;0;1.07;6458
+69096;43.53912;5.882;320;20221114;15.5;4.6;10;2.5;10.45;5;.93;7943
+69096;43.53912;5.882;320;20221115;14.3;10.1;12.2;2.6;12.88;1.2;.81;4718
+69096;43.53912;5.882;320;20221116;18.5;9.3;13.9;1.9;11.68;0;1.18;7151
+69096;43.53912;5.882;320;20221117;18.5;6.7;12.6;1.8;10.82;1.5;1.13;8068
+69096;43.53912;5.882;320;20221118;15.3;8.9;12.1;3.5;9.62;0;1.56;5678
+69096;43.53912;5.882;320;20221119;15;2;8.5;1.7;6.72;0;1.11;8260
+69096;43.53912;5.882;320;20221120;13.6;.5;7;2.4;6.22;0;1.26;8239
+69096;43.53912;5.882;320;20221121;10.2;4.1;7.1;2.4;7.85;7.2;.85;5300
+69096;43.53912;5.882;320;20221122;12.5;6.5;9.5;4.7;7.58;0;1.79;5307
+69096;43.53912;5.882;320;20221123;12.9;2.9;7.9;2.4;7.85;.1;1;6924
+69096;43.53912;5.882;320;20221124;16.7;5.6;11.1;2.1;7.65;.2;1.36;7340
+69096;43.53912;5.882;320;20221125;16.4;4.6;10.5;1.8;8.55;0;1.01;7390
+69096;43.53912;5.882;320;20221126;16.7;1;8.8;1.5;6.92;0;.96;8550
+69096;43.53912;5.882;320;20221127;14.2;-.5;6.9;1.5;6.72;.1;.8;8143
+69096;43.53912;5.882;320;20221128;8.3;2.9;5.6;2.2;7.98;8.8;.55;4502
+69096;43.53912;5.882;320;20221129;7.7;3;5.4;.8;7.98;0;.4;4309
+69096;43.53912;5.882;320;20221130;13;-.8;6.1;1.2;6.68;0;.62;7692
+69096;43.53912;5.882;320;20221201;12.4;.2;6.3;1.3;6.95;.2;.62;7096
+69096;43.53912;5.882;320;20221202;11;-.4;5.3;1.7;6.82;1.1;.65;6785
+69096;43.53912;5.882;320;20221203;8.9;3.1;6;3.2;8.82;23.4;.47;4558
+69096;43.53912;5.882;320;20221204;11.4;7.3;9.4;2;10.22;10;.63;3794
+69096;43.53912;5.882;320;20221205;12.6;1.3;6.9;1.4;7.62;0;.61;6681
+69096;43.53912;5.882;320;20221206;12.6;-.7;6;1.8;5.98;.1;.85;7162
+69096;43.53912;5.882;320;20221207;10.5;-3.3;3.6;1.2;5.55;.1;.54;7204
+69096;43.53912;5.882;320;20221208;7.3;-2.7;2.3;1.9;6.58;21.6;.38;6108
+69096;43.53912;5.882;320;20221209;11.9;5.2;8.5;2.2;10.88;.9;.41;4854
+69096;43.53912;5.882;320;20221210;8.6;4.9;6.7;2;7.85;0;.67;3287
+69096;43.53912;5.882;320;20221211;5.9;-3.7;1.1;1.9;4.38;0;.68;5861
+69096;43.53912;5.882;320;20221212;7.8;-5.1;1.3;1.6;4.62;7;.57;6847
+69096;43.53912;5.882;320;20221213;5;2;3.5;3.3;7.92;4.6;.26;3013
+69096;43.53912;5.882;320;20221214;9.7;4.7;7.2;2.2;9.18;.2;.49;4008
+69096;43.53912;5.882;320;20221215;11.9;6.5;9.2;2.7;10.72;22.3;.56;4181
+69096;43.53912;5.882;320;20221216;9.8;6.8;8.3;1.5;9.78;0;.51;2629
+69096;43.53912;5.882;320;20221217;11.3;-.5;5.4;1.2;7.05;0;.45;6300
+69096;43.53912;5.882;320;20221218;12.2;.3;6.2;2.1;7.52;0;.68;6474
+69096;43.53912;5.882;320;20221219;10.6;5.9;8.2;2.6;8.92;0;.8;3848
+69096;43.53912;5.882;320;20221220;13.9;7.1;10.5;2.3;11.15;0;.66;4593
+69096;43.53912;5.882;320;20221221;12.8;11.2;12;2.3;12.22;6.1;.72;1900
+69096;43.53912;5.882;320;20221222;16;5.4;10.7;1.8;9.68;0;.79;5956
+69096;43.53912;5.882;320;20221223;18.9;7.3;13.1;2.2;11.02;0;1.05;6344
+69096;43.53912;5.882;320;20221224;19;9.2;14.1;1.6;10.68;0;.97;5920
+69096;43.53912;5.882;320;20221225;16.2;3.8;10;2.6;9.98;.1;.82;6560
+69096;43.53912;5.882;320;20221226;15.3;5.9;10.6;2.1;10.05;0;.79;5664
+69096;43.53912;5.882;320;20221227;14.7;4.4;9.5;1.6;8.38;0;.79;5954
+69096;43.53912;5.882;320;20221228;14.5;.6;7.6;1.6;7.22;0;.74;7054
+69096;43.53912;5.882;320;20221229;14.1;5.9;10;2;9.95;0;.72;5202
+69096;43.53912;5.882;320;20221230;13;5.9;9.4;1.4;10.28;.1;.5;4889
+69096;43.53912;5.882;320;20221231;14.8;4;9.4;2.5;10.18;0;.73;6152
+69097;43.55102;6.19023;241;20220101;13.4;7.4;10.4;.6;10.61;.1;.41;4512
+69097;43.55102;6.19023;241;20220102;12.3;7.9;10.1;1.5;9.51;.1;.67;3738
+69097;43.55102;6.19023;241;20220103;15.7;4.7;10.2;2.3;8.61;0;.99;6554
+69097;43.55102;6.19023;241;20220104;11.3;3.1;7.2;1.1;10.31;.7;.26;5553
+69097;43.55102;6.19023;241;20220105;11.3;9.6;10.5;4.2;6.71;.5;2.03;1980
+69097;43.55102;6.19023;241;20220106;11.4;2.5;7;1.6;4.21;.1;1.05;5913
+69097;43.55102;6.19023;241;20220107;11.3;-3.2;4.1;2.9;4.61;.3;1.22;7895
+69097;43.55102;6.19023;241;20220108;13.3;4.2;8.8;3.6;6.31;1.1;1.61;6087
+69097;43.55102;6.19023;241;20220109;10.7;6;8.4;4.3;6.41;0;1.66;4120
+69097;43.55102;6.19023;241;20220110;12.9;6.1;9.5;1.9;5.31;0;1.31;5214
+69097;43.55102;6.19023;241;20220111;14.5;-4.3;5.1;1.3;3.91;.1;.87;9239
+69097;43.55102;6.19023;241;20220112;13.2;-3.7;4.8;1.6;4.01;0;.98;8980
+69097;43.55102;6.19023;241;20220113;14.1;-3.6;5.3;2;4.71;0;1.13;9302
+69097;43.55102;6.19023;241;20220114;15.8;-3.7;6.1;1.6;4.01;0;1.15;9478
+69097;43.55102;6.19023;241;20220115;16.8;-1.8;7.5;1.7;4.51;0;1.24;9564
+69097;43.55102;6.19023;241;20220116;16.6;-2.8;6.9;1.8;4.51;0;1.29;9654
+69097;43.55102;6.19023;241;20220117;16.8;-1.3;7.8;1.8;4.21;0;1.36;9747
+69097;43.55102;6.19023;241;20220118;12.7;-1.8;5.5;2;6.81;.1;.8;8768
+69097;43.55102;6.19023;241;20220119;11.4;1.6;6.5;1.4;7.91;0;.58;7104
+69097;43.55102;6.19023;241;20220120;13.6;2.2;7.9;2.2;5.71;0;1.28;7835
+69097;43.55102;6.19023;241;20220121;13.4;-2.5;5.5;1.4;4.71;0;.94;9551
+69097;43.55102;6.19023;241;20220122;13.8;-3;5.4;1.3;5.11;0;.87;9963
+69097;43.55102;6.19023;241;20220123;14.2;-2.2;6;1.5;5.61;.1;.96;9950
+69097;43.55102;6.19023;241;20220124;14.3;-1.4;6.5;1.6;7.01;0;.87;9832
+69097;43.55102;6.19023;241;20220125;13.9;2.3;8.1;1.5;7.21;.1;.92;8410
+69097;43.55102;6.19023;241;20220126;13.2;-2.1;5.6;1.5;6.51;0;.84;9937
+69097;43.55102;6.19023;241;20220127;13;-2;5.5;1.4;6.81;.2;.79;9954
+69097;43.55102;6.19023;241;20220128;14.2;-1.1;6.6;1.4;6.71;.1;.91;10193
+69097;43.55102;6.19023;241;20220129;17;-1.1;8;1.6;5.21;0;1.34;11104
+69097;43.55102;6.19023;241;20220130;14.4;-1.1;6.7;1.6;6.21;.1;1.07;10535
+69097;43.55102;6.19023;241;20220131;15;-.7;7.2;4.6;5.61;.1;2.19;10750
+69097;43.55102;6.19023;241;20220201;12.4;3.8;8.1;4.4;4.51;0;2.4;7791
+69097;43.55102;6.19023;241;20220202;18.7;8.6;13.7;3.6;7.01;0;2.6;8647
+69097;43.55102;6.19023;241;20220203;16.1;3.2;9.7;1.5;8.41;0;1.1;10042
+69097;43.55102;6.19023;241;20220204;14.7;6.3;10.5;1.7;8.81;0;1.12;8013
+69097;43.55102;6.19023;241;20220205;18.4;3.5;11;1.4;7.01;0;1.38;11166
+69097;43.55102;6.19023;241;20220206;15.1;-.6;7.3;2.7;5.81;.1;1.71;11645
+69097;43.55102;6.19023;241;20220207;16.7;8.1;12.4;4;5.71;0;2.85;8466
+69097;43.55102;6.19023;241;20220208;17.1;-1.3;7.9;1.2;5.71;0;1.29;12543
+69097;43.55102;6.19023;241;20220209;16;.4;8.2;2.1;7.71;.1;1.38;12085
+69097;43.55102;6.19023;241;20220210;10.9;5;8;2.9;8.22;0;1.62;12464
+69097;43.55102;6.19023;241;20220211;17.4;1.5;9.5;3.1;7.99;0;1.96;12311
+69097;43.55102;6.19023;241;20220212;14.4;3;8.7;2.7;6.92;0;1.73;12466
+69097;43.55102;6.19023;241;20220213;12.3;-.8;5.7;2.3;6.99;.7;1.22;8895
+69097;43.55102;6.19023;241;20220214;10.2;6.8;8.5;2.8;9.82;28.9;.94;3020
+69097;43.55102;6.19023;241;20220215;12.8;3.8;8.3;5.6;6.12;0;2.56;13184
+69097;43.55102;6.19023;241;20220216;12.9;6.4;9.7;4.5;7.41;0;1.98;8206
+69097;43.55102;6.19023;241;20220217;22.4;8.6;15.5;3.8;8.81;0;3.14;12601
+69097;43.55102;6.19023;241;20220218;22.8;11.2;17;2;8.91;0;2.39;11622
+69097;43.55102;6.19023;241;20220219;14.3;7;10.7;2.4;7.91;0;1.66;9130
+69097;43.55102;6.19023;241;20220220;17.9;4.1;11;2.5;5.81;0;2.37;13117
+69097;43.55102;6.19023;241;20220221;13.8;8.4;11.1;6.6;6.61;.1;3.06;7925
+69097;43.55102;6.19023;241;20220222;17.3;4.2;10.8;3.8;5.71;0;2.89;13095
+69097;43.55102;6.19023;241;20220223;17.8;1.9;9.9;2.2;6.51;0;2.14;14724
+69097;43.55102;6.19023;241;20220224;14.3;5.9;10.1;1.7;8.81;.2;1.42;10557
+69097;43.55102;6.19023;241;20220225;15.5;4.4;10;3.2;6.11;0;2.4;12454
+69097;43.55102;6.19023;241;20220226;15.9;1.8;8.9;1.8;5.01;0;2.03;14352
+69097;43.55102;6.19023;241;20220227;12;-.6;5.7;1.4;5.71;0;1.45;13685
+69097;43.55102;6.19023;241;20220228;14.8;-1.8;6.5;1.9;6.11;0;1.81;16042
+69097;43.55102;6.19023;241;20220301;12.4;2.5;7.5;2;6.51;0;1.62;12324
+69097;43.55102;6.19023;241;20220302;14.2;5;9.6;1.5;7.01;0;1.67;11995
+69097;43.55102;6.19023;241;20220303;12.4;3.3;7.9;1.6;8.21;.1;1.36;12076
+69097;43.55102;6.19023;241;20220304;13.9;1.1;7.5;1.5;8.61;1.5;1.46;14696
+69097;43.55102;6.19023;241;20220305;10.5;5.7;8.1;1.1;7.41;.1;1.22;8707
+69097;43.55102;6.19023;241;20220306;11.3;1.2;6.3;1.6;6.31;0;1.53;13261
+69097;43.55102;6.19023;241;20220307;13.3;-1.5;5.9;1.3;5.71;0;1.71;16468
+69097;43.55102;6.19023;241;20220308;11.8;-2.2;4.8;1.5;6.01;0;1.6;16180
+69097;43.55102;6.19023;241;20220309;15.6;3.1;9.4;1.4;7.11;0;1.92;15413
+69097;43.55102;6.19023;241;20220310;14.9;1.4;8.2;1.4;8.41;.1;1.73;16248
+69097;43.55102;6.19023;241;20220311;12.7;6.3;9.5;2.5;8.21;.5;1.73;10993
+69097;43.55102;6.19023;241;20220312;12.8;8.6;10.7;3.8;6.51;.1;2.51;8814
+69097;43.55102;6.19023;241;20220313;9.1;8.2;8.7;3.9;7.41;1;1.59;3570
+69097;43.55102;6.19023;241;20220314;13.1;6.1;9.6;2.2;9.71;.2;1.54;11956
+69097;43.55102;6.19023;241;20220315;14.6;10.1;12.4;1.9;9.11;0;1.84;9490
+69097;43.55102;6.19023;241;20220316;16.4;5.5;11;1.6;10.21;.1;1.93;15519
+69097;43.55102;6.19023;241;20220317;16.3;7.8;12.1;1;10.41;0;1.82;13734
+69097;43.55102;6.19023;241;20220318;15.9;8.6;12.3;3;9.69;.1;2.28;9916
+69097;43.55102;6.19023;241;20220319;15.5;9.2;12.4;3.5;7.42;.1;2.72;8758
+69097;43.55102;6.19023;241;20220320;13.5;6;9.8;4.6;7.02;0;2.26;6496
+69097;43.55102;6.19023;241;20220321;13.8;6.4;10.1;4.5;6.05;0;3.32;18677
+69097;43.55102;6.19023;241;20220322;14.8;1.8;8.3;2.2;5.69;0;2.75;19588
+69097;43.55102;6.19023;241;20220323;17;1.1;9;2.1;5.92;0;2.77;20429
+69097;43.55102;6.19023;241;20220324;18.9;1.3;10.1;1.8;5.79;0;3.01;20054
+69097;43.55102;6.19023;241;20220325;18.3;1.7;10;1.7;6.59;0;2.77;20153
+69097;43.55102;6.19023;241;20220326;19.4;5;12.2;3.7;6.59;0;3.6;20192
+69097;43.55102;6.19023;241;20220327;20.9;10.6;15.8;2.5;7.42;0;3.64;16902
+69097;43.55102;6.19023;241;20220328;21.5;5.6;13.5;1.8;5.92;0;3.44;20288
+69097;43.55102;6.19023;241;20220329;18.6;6;12.3;2.2;7.85;.6;2.78;16386
+69097;43.55102;6.19023;241;20220330;12.9;10.2;11.6;2;11.02;12.5;1.21;3958
+69097;43.55102;6.19023;241;20220331;17.7;6.5;12.1;4.7;8.55;0;3.87;21348
+69097;43.55102;6.19023;241;20220401;10;6.6;8.3;9.9;5.02;.2;4.02;18791
+69097;43.55102;6.19023;241;20220402;10.4;2.6;6.5;7.5;4.49;0;4.01;22398
+69097;43.55102;6.19023;241;20220403;10.4;-1.1;4.6;2.9;6.01;3.7;1.85;10650
+69097;43.55102;6.19023;241;20220404;13.6;2.1;7.8;2.4;7.09;0;2.74;21501
+69097;43.55102;6.19023;241;20220405;16.4;.8;8.6;1.9;6.39;0;3.05;23463
+69097;43.55102;6.19023;241;20220406;14.5;2.8;8.7;1.9;8.18;0;2.32;17381
+69097;43.55102;6.19023;241;20220407;16.4;7.2;11.8;2.9;10.19;0;2.22;12166
+69097;43.55102;6.19023;241;20220408;20.4;11.2;15.8;5.1;11.81;.1;3.97;19812
+69097;43.55102;6.19023;241;20220409;14.3;10.6;12.4;8.9;5.12;0;5.92;23450
+69097;43.55102;6.19023;241;20220410;16.8;3.9;10.3;3.2;6.11;0;3.87;24136
+69097;43.55102;6.19023;241;20220411;15.9;4.1;10;2.9;7.89;0;2.37;13841
+69097;43.55102;6.19023;241;20220412;17.3;6.5;11.9;4.1;9.12;0;3.06;20388
+69097;43.55102;6.19023;241;20220413;19.1;10.4;14.7;2.8;9.52;0;3.66;21771
+69097;43.55102;6.19023;241;20220414;23.4;6.6;15;2.2;8.19;0;4.2;23962
+69097;43.55102;6.19023;241;20220415;25.1;9.6;17.3;2.1;9.22;0;4.23;22397
+69097;43.55102;6.19023;241;20220416;23;10.2;16.6;5.3;10.74;0;5.55;22198
+69097;43.55102;6.19023;241;20220417;20.6;12.5;16.5;3.4;9.15;0;4.48;22674
+69097;43.55102;6.19023;241;20220418;18.5;7.8;13.1;2.5;9.52;0;3.81;23568
+69097;43.55102;6.19023;241;20220419;20.9;6.6;13.7;2.4;9.99;1.3;3.83;24497
+69097;43.55102;6.19023;241;20220420;15.9;8.9;12.4;2.7;11.69;5.9;1.75;9440
+69097;43.55102;6.19023;241;20220421;17.3;11.2;14.3;3;12.29;0;2.37;10158
+69097;43.55102;6.19023;241;20220422;18.2;10;14.1;2.1;12.52;2.3;2.9;17848
+69097;43.55102;6.19023;241;20220423;14.7;11.9;13.3;4;12.29;20;1.5;2797
+69097;43.55102;6.19023;241;20220424;15.9;8.3;12.1;2.8;11.02;.1;2.93;17854
+69097;43.55102;6.19023;241;20220425;19.7;8.8;14.3;4.1;10.55;0;4.37;24284
+69097;43.55102;6.19023;241;20220426;21.1;7.8;14.5;2.4;11.35;0;3.85;26361
+69097;43.55102;6.19023;241;20220427;20.5;8.6;14.6;2.3;11.39;0;3.95;26412
+69097;43.55102;6.19023;241;20220428;22.8;9.3;16;2.5;10.29;0;4.47;26262
+69097;43.55102;6.19023;241;20220429;22.5;8.8;15.6;2.2;9.82;0;4.42;26577
+69097;43.55102;6.19023;241;20220430;21.5;9.3;15.4;1.7;10.72;0;3.7;22759
+69097;43.55102;6.19023;241;20220501;21.6;7.6;14.6;2;10.32;0;4.07;24907
+69097;43.55102;6.19023;241;20220502;21.4;8.1;14.8;2.3;11.65;0;4.01;25634
+69097;43.55102;6.19023;241;20220503;21.2;11.1;16.2;2;12.59;1.1;3.64;21167
+69097;43.55102;6.19023;241;20220504;22;8.3;15.2;2;11.59;.5;4.01;24581
+69097;43.55102;6.19023;241;20220505;18.7;12;15.3;2.3;13.12;8.1;2.4;11917
+69097;43.55102;6.19023;241;20220506;18.8;9.4;14.1;.7;13.21;.4;3.14;21494
+69097;43.55102;6.19023;241;20220507;22.5;9.4;16;1.1;13.41;7.4;3.93;25685
+69097;43.55102;6.19023;241;20220508;17.6;11;14.3;1.1;13.81;8.7;2.72;18015
+69097;43.55102;6.19023;241;20220509;24.6;8.3;16.5;1.7;13.01;1.3;4.54;28471
+69097;43.55102;6.19023;241;20220510;26.4;9.7;18.1;1.8;13.31;.3;4.89;28594
+69097;43.55102;6.19023;241;20220511;27.5;11.5;19.5;1.8;11.91;0;5.26;28714
+69097;43.55102;6.19023;241;20220512;27.8;10.6;19.2;1.8;10.81;0;5.33;28832
+69097;43.55102;6.19023;241;20220513;27.7;13;20.4;2;11.01;0;5.46;28001
+69097;43.55102;6.19023;241;20220514;25.9;11.4;18.7;1.4;13.81;0;4.74;27915
+69097;43.55102;6.19023;241;20220515;27.2;12.5;19.9;1.5;14.61;.2;4.99;28224
+69097;43.55102;6.19023;241;20220516;28.5;11.9;20.2;1.7;12.11;0;5.45;29277
+69097;43.55102;6.19023;241;20220517;29.6;11.9;20.8;1.7;13.11;0;5.56;29382
+69097;43.55102;6.19023;241;20220518;29.5;13.8;21.7;1.9;15.01;0;5.66;29484
+69097;43.55102;6.19023;241;20220519;28.4;14.1;21.3;1.7;12.61;0;5.43;28233
+69097;43.55102;6.19023;241;20220520;30.8;13.1;22;1.8;11.61;0;5.95;29680
+69097;43.55102;6.19023;241;20220521;33.8;15.6;24.7;1.7;13.41;0;6.31;29774
+69097;43.55102;6.19023;241;20220522;28;14.4;21.2;1.5;17.21;.1;5.07;27779
+69097;43.55102;6.19023;241;20220523;26.9;15.7;21.3;1.6;14.81;0;4.85;25190
+69097;43.55102;6.19023;241;20220524;29;14.5;21.8;2.1;13.71;.3;5.77;28891
+69097;43.55102;6.19023;241;20220525;22.8;13.3;18.1;.9;15.31;.5;3.89;23253
+69097;43.55102;6.19023;241;20220526;27.3;13.2;20.3;1.5;16.01;.4;5.1;28634
+69097;43.55102;6.19023;241;20220527;34;16.4;25.2;1.5;14.91;0;6.29;30278
+69097;43.55102;6.19023;241;20220528;31.6;19;25.3;2.3;13.21;0;6.37;27152
+69097;43.55102;6.19023;241;20220529;30;15.7;22.9;1.9;11.61;0;6.04;29064
+69097;43.55102;6.19023;241;20220530;27.5;14.5;21;1.8;15.31;0;5.23;27727
+69097;43.55102;6.19023;241;20220531;28.1;15.4;21.8;1.6;16.11;0;5.23;27454
+69097;43.55102;6.19023;241;20220601;32.5;15.3;23.9;1.6;14.31;0;6.23;30619
+69097;43.55102;6.19023;241;20220602;30.4;13.1;21.8;1.7;16.01;0;5.84;30678
+69097;43.55102;6.19023;241;20220603;30;19.5;24.8;2.4;15.91;3.1;5.8;25019
+69097;43.55102;6.19023;241;20220604;32.3;18.2;25.3;2;15.71;0;6.37;29210
+69097;43.55102;6.19023;241;20220605;34.5;17.6;26.1;1.7;16.21;0;6.64;30837
+69097;43.55102;6.19023;241;20220606;33.4;17.7;25.6;2.4;13.51;0;7.09;30884
+69097;43.55102;6.19023;241;20220607;30.4;19.6;25;3.4;11.81;0;6.92;25556
+69097;43.55102;6.19023;241;20220608;27.9;17.9;22.9;3;10.91;0;6.15;24586
+69097;43.55102;6.19023;241;20220609;28.1;17.4;22.8;4.4;10.21;0;7.09;25500
+69097;43.55102;6.19023;241;20220610;31.9;15.2;23.6;2.6;8.31;0;7.24;31041
+69097;43.55102;6.19023;241;20220611;34.2;13.2;23.7;2.3;9.21;0;7.21;31073
+69097;43.55102;6.19023;241;20220612;34.2;16.1;25.2;2;10.71;0;6.99;31101
+69097;43.55102;6.19023;241;20220613;37.4;20.8;29.1;2;13.71;0;7.5;31127
+69097;43.55102;6.19023;241;20220614;32.7;13.9;23.3;1.8;14.61;0;6.4;31149
+69097;43.55102;6.19023;241;20220615;34;17.6;25.8;1.7;15.91;0;6.65;31168
+69097;43.55102;6.19023;241;20220616;37.4;18.5;28;1.2;18.21;0;6.68;31183
+69097;43.55102;6.19023;241;20220617;34.5;17;25.8;1.4;17.81;0;6.46;31196
+69097;43.55102;6.19023;241;20220618;34.7;19.3;27;2.2;17.31;.1;7.09;31004
+69097;43.55102;6.19023;241;20220619;33.6;19.2;26.4;2;15.41;0;6.74;29952
+69097;43.55102;6.19023;241;20220620;34.1;16.4;25.3;2;12.91;0;6.93;31215
+69097;43.55102;6.19023;241;20220621;33.3;16.9;25.1;1.8;15.91;.3;6.6;31215
+69097;43.55102;6.19023;241;20220622;28.9;20.6;24.8;1.6;21.51;1.3;4.73;22489
+69097;43.55102;6.19023;241;20220623;28;16.8;22.4;2;19.11;1.5;5.11;26287
+69097;43.55102;6.19023;241;20220624;30;16.7;23.4;2.2;17.31;0;5.9;28730
+69097;43.55102;6.19023;241;20220625;32.4;16;24.2;2.2;15.41;0;6.67;31184
+69097;43.55102;6.19023;241;20220626;32;18.6;25.3;2.1;18.71;0;6.22;28814
+69097;43.55102;6.19023;241;20220627;33.3;18;25.7;1.8;15.71;0;6.61;30841
+69097;43.55102;6.19023;241;20220628;30.2;18.4;24.3;1.5;18.01;14.8;5.49;26939
+69097;43.55102;6.19023;241;20220629;34.2;14.4;24.3;1.8;16.21;0;6.56;31102
+69097;43.55102;6.19023;241;20220630;31;15.2;23.1;1.8;16.01;0;6.17;31074
+69097;43.55102;6.19023;241;20220701;32.3;17.8;25.1;2.3;13.81;0;6.74;29890
+69097;43.55102;6.19023;241;20220702;35.6;14.3;25;1.8;13.21;0;6.83;31008
+69097;43.55102;6.19023;241;20220703;37.9;17.8;27.9;1.9;11.51;0;7.37;30970
+69097;43.55102;6.19023;241;20220704;37.4;21;29.2;1.5;14.31;.1;6.98;30929
+69097;43.55102;6.19023;241;20220705;37.7;19.3;28.5;2;15.51;0;7.39;30886
+69097;43.55102;6.19023;241;20220706;35.4;21.4;28.4;1.9;14.31;0;6.9;29153
+69097;43.55102;6.19023;241;20220707;35.3;16.2;25.8;1.4;14.71;0;6.47;30789
+69097;43.55102;6.19023;241;20220708;33.3;18.1;25.7;1.8;13.91;0;6.58;30316
+69097;43.55102;6.19023;241;20220709;35.2;17;26.1;2;13.11;0;6.99;30681
+69097;43.55102;6.19023;241;20220710;32.8;17.4;25.1;1.7;16.61;0;6.33;30404
+69097;43.55102;6.19023;241;20220711;32.8;16.5;24.7;1.9;14.51;0;6.5;30560
+69097;43.55102;6.19023;241;20220712;33.5;17.1;25.3;1.8;17.81;0;6.42;30495
+69097;43.55102;6.19023;241;20220713;34;17.4;25.7;1.7;17.91;0;6.43;30428
+69097;43.55102;6.19023;241;20220714;36.8;19.2;28;1.5;16.21;0;6.71;30357
+69097;43.55102;6.19023;241;20220715;36.8;21.2;29;1.8;18.41;.1;6.99;30259
+69097;43.55102;6.19023;241;20220716;33.8;20.1;27;1.6;22.81;0;6.02;28217
+69097;43.55102;6.19023;241;20220717;34.8;19.7;27.3;1.8;20.31;.1;6.5;29595
+69097;43.55102;6.19023;241;20220718;36.3;21.8;29.1;2;18.91;.1;6.87;28898
+69097;43.55102;6.19023;241;20220719;35.6;21.3;28.5;1.9;18.11;0;6.67;28607
+69097;43.55102;6.19023;241;20220720;37.3;20.1;28.7;1.7;15.41;0;6.88;29875
+69097;43.55102;6.19023;241;20220721;39.9;21.1;30.5;1.5;16.81;0;6.97;29784
+69097;43.55102;6.19023;241;20220722;38;18.7;28.4;1.8;18.01;0;6.91;29691
+69097;43.55102;6.19023;241;20220723;37.7;20.4;29.1;1.9;16.71;0;7.03;29596
+69097;43.55102;6.19023;241;20220724;37.1;20.3;28.7;1.7;19.61;0;6.71;29497
+69097;43.55102;6.19023;241;20220725;36.4;17.9;27.2;1.8;18.97;0;6.52;28940
+69097;43.55102;6.19023;241;20220726;35.6;21.9;28.8;2.5;14.61;0;7.09;27331
+69097;43.55102;6.19023;241;20220727;33;19.1;26.1;1.8;15.91;0;6.03;27433
+69097;43.55102;6.19023;241;20220728;35;17.6;26.3;1.6;15.21;0;6.27;29078
+69097;43.55102;6.19023;241;20220729;33.7;18.9;26.3;1.7;15.61;0;6.11;28119
+69097;43.55102;6.19023;241;20220730;35.8;20.6;28.2;2;13.81;0;6.74;28395
+69097;43.55102;6.19023;241;20220731;36.6;17.6;27.1;1.9;11.61;0;6.72;28737
+69097;43.55102;6.19023;241;20220801;36.6;18.1;27.4;2.2;13.21;0;6.96;28618
+69097;43.55102;6.19023;241;20220802;34.3;16.5;25.4;2.1;16.51;0;6.31;28497
+69097;43.55102;6.19023;241;20220803;35.3;19.7;27.5;2;16.11;0;6.52;28284
+69097;43.55102;6.19023;241;20220804;37;20;28.5;1.8;14.01;0;6.6;28247
+69097;43.55102;6.19023;241;20220805;38.7;19.8;29.3;1.7;14.21;.1;6.65;28119
+69097;43.55102;6.19023;241;20220806;37.4;20;28.7;1.9;15.31;0;6.66;27989
+69097;43.55102;6.19023;241;20220807;35.1;18.5;26.8;1.7;17.41;0;6.08;27856
+69097;43.55102;6.19023;241;20220808;35;17.6;26.3;1.9;18.61;0;6.09;27721
+69097;43.55102;6.19023;241;20220809;35.5;18.9;27.2;1.9;16.11;0;6.27;27583
+69097;43.55102;6.19023;241;20220810;33.8;19.2;26.5;1.8;16.91;1.6;5.82;26399
+69097;43.55102;6.19023;241;20220811;33.6;18.5;26.1;1.6;17.41;0;5.65;26721
+69097;43.55102;6.19023;241;20220812;34.8;17.4;26.1;1.7;18.91;0;5.8;27159
+69097;43.55102;6.19023;241;20220813;31.4;19.2;25.3;2.2;19.01;.1;5.24;23649
+69097;43.55102;6.19023;241;20220814;29.6;20.1;24.9;1.6;16.91;6.1;4.52;20627
+69097;43.55102;6.19023;241;20220815;34;14.7;24.4;1.6;16.71;0;5.49;26715
+69097;43.55102;6.19023;241;20220816;33.3;16.4;24.9;2.1;17.41;4.8;5.72;26564
+69097;43.55102;6.19023;241;20220817;23.3;20.9;22.1;2.2;21.31;9.8;2.32;9665
+69097;43.55102;6.19023;241;20220818;28.2;15.8;22;1.7;17.81;10.3;4.38;23151
+69097;43.55102;6.19023;241;20220819;32.4;15.9;24.2;2.6;15.21;0;5.89;26097
+69097;43.55102;6.19023;241;20220820;34.1;15.9;25;1.6;14.31;0;5.46;25938
+69097;43.55102;6.19023;241;20220821;32.9;17.5;25.2;1.6;15.01;.1;5.3;25429
+69097;43.55102;6.19023;241;20220822;33.5;15.1;24.3;1.4;15.71;0;5.12;25614
+69097;43.55102;6.19023;241;20220823;33.7;16.4;25.1;1.9;16.81;0;5.45;25449
+69097;43.55102;6.19023;241;20220824;33.3;17.2;25.3;1.8;18.61;0;5.27;25283
+69097;43.55102;6.19023;241;20220825;35.1;17.1;26.1;1.8;17.41;0;5.5;25115
+69097;43.55102;6.19023;241;20220826;32.5;19;25.8;1.9;20.11;.7;4.93;22943
+69097;43.55102;6.19023;241;20220827;31.6;17.1;24.4;1.6;20.01;1.5;4.67;23645
+69097;43.55102;6.19023;241;20220828;33.9;17.5;25.7;1.1;19.41;.1;4.79;24602
+69097;43.55102;6.19023;241;20220829;34;15.7;24.9;1.9;18.31;.3;5.18;24428
+69097;43.55102;6.19023;241;20220830;31.9;19.9;25.9;1.6;20.01;.4;4.46;20943
+69097;43.55102;6.19023;241;20220831;29.3;16.9;23.1;1.6;16.81;0;4.18;21144
+69097;43.55102;6.19023;241;20220901;33.6;16.7;25.2;1.6;17.81;0;4.91;23898
+69097;43.55102;6.19023;241;20220902;28.9;15.6;22.3;1.7;18.91;3;4.02;21594
+69097;43.55102;6.19023;241;20220903;29.6;15.6;22.6;1.7;18.31;10.6;4.17;22005
+69097;43.55102;6.19023;241;20220904;29.4;15.2;22.3;1.9;18.71;.4;4.15;21990
+69097;43.55102;6.19023;241;20220905;30.3;15.5;22.9;1.7;18.41;0;4.25;22287
+69097;43.55102;6.19023;241;20220906;31.5;16.6;24.1;1.9;18.21;.4;4.52;22179
+69097;43.55102;6.19023;241;20220907;28.9;16.5;22.7;1.8;19.81;17.2;3.79;19971
+69097;43.55102;6.19023;241;20220908;28.8;16.1;22.5;2;17.11;.1;4;20050
+69097;43.55102;6.19023;241;20220909;28.1;16.6;22.4;2.8;13.01;0;4.56;18863
+69097;43.55102;6.19023;241;20220910;26.9;15.6;21.3;3;11.71;0;4.54;18524
+69097;43.55102;6.19023;241;20220911;29.3;16.6;23;2.2;12.31;0;4.44;19524
+69097;43.55102;6.19023;241;20220912;31.7;13.1;22.4;1.7;15.11;.1;4.29;21863
+69097;43.55102;6.19023;241;20220913;29.7;14.7;22.2;1.5;17.71;.5;3.81;20924
+69097;43.55102;6.19023;241;20220914;22;19.3;20.7;1.5;20.41;7.1;1.75;8196
+69097;43.55102;6.19023;241;20220915;30.7;17.4;24.1;1.9;17.11;0;4.06;19276
+69097;43.55102;6.19023;241;20220916;27.5;18.6;23.1;3.8;13.11;0;4.75;15429
+69097;43.55102;6.19023;241;20220917;25.9;14.9;20.4;3.9;7.51;0;5.25;17101
+69097;43.55102;6.19023;241;20220918;26.8;8.4;17.6;1.6;9.01;0;3.62;20710
+69097;43.55102;6.19023;241;20220919;29;12.9;21;2.3;9.11;0;4.47;20501
+69097;43.55102;6.19023;241;20220920;27.3;10.2;18.8;1.6;12.01;.1;3.5;20322
+69097;43.55102;6.19023;241;20220921;24.7;9.9;17.3;2.2;11.81;0;3.38;19221
+69097;43.55102;6.19023;241;20220922;23.1;12.5;17.8;1.4;12.51;0;2.7;15940
+69097;43.55102;6.19023;241;20220923;24.7;14.9;19.8;1.3;12.11;2.3;2.81;15127
+69097;43.55102;6.19023;241;20220924;18;13.7;15.9;1.2;14.71;6.8;1.61;9563
+69097;43.55102;6.19023;241;20220925;24;12.6;18.3;1;14.11;0;2.5;16052
+69097;43.55102;6.19023;241;20220926;23.4;10.4;16.9;3;10.51;0;3.47;17027
+69097;43.55102;6.19023;241;20220927;20.9;11.9;16.4;3.8;9.11;0;3.56;13839
+69097;43.55102;6.19023;241;20220928;23.4;12.6;18;3.9;11.41;0;3.66;15091
+69097;43.55102;6.19023;241;20220929;21.8;11.8;16.8;2.5;11.11;0;2.85;14321
+69097;43.55102;6.19023;241;20220930;22;12;17;1.7;9.31;.4;2.69;14159
+69097;43.55102;6.19023;241;20221001;21.5;8.5;15;2.8;10.41;0;2.89;16106
+69097;43.55102;6.19023;241;20221002;27;15.1;21.1;3.1;13.11;0;3.77;15189
+69097;43.55102;6.19023;241;20221003;27;12.7;19.9;2.1;11.21;0;3.36;16558
+69097;43.55102;6.19023;241;20221004;28;10.2;19.1;2;12.01;.2;3.3;17591
+69097;43.55102;6.19023;241;20221005;26.8;10.6;18.7;1.6;13.61;.2;2.83;17283
+69097;43.55102;6.19023;241;20221006;27.5;10.5;19;1.7;13.81;0;2.9;17205
+69097;43.55102;6.19023;241;20221007;26;10.3;18.2;2;12.91;.4;2.87;16599
+69097;43.55102;6.19023;241;20221008;17.4;11.6;14.5;1.3;14.41;5;1.35;9560
+69097;43.55102;6.19023;241;20221009;18.1;14.1;16.1;1.3;16.11;5.9;1.24;7663
+69097;43.55102;6.19023;241;20221010;22.8;13.5;18.2;1.2;15.11;.3;1.91;12080
+69097;43.55102;6.19023;241;20221011;24.9;10.8;17.9;1.5;13.51;0;2.33;14929
+69097;43.55102;6.19023;241;20221012;23;11.6;17.3;1.6;13.21;0;2.13;13152
+69097;43.55102;6.19023;241;20221013;25.4;10.4;17.9;1.8;12.51;0;2.53;15050
+69097;43.55102;6.19023;241;20221014;25.8;13.5;19.7;1.8;12.91;.1;2.54;13360
+69097;43.55102;6.19023;241;20221015;27.7;11.5;19.6;1.5;13.41;.1;2.54;15291
+69097;43.55102;6.19023;241;20221016;24.4;11.5;18;1.6;14.61;.2;2.08;13360
+69097;43.55102;6.19023;241;20221017;25.3;13.2;19.3;1.6;14.61;0;2.18;12740
+69097;43.55102;6.19023;241;20221018;27.4;11.1;19.3;1.6;13.21;.2;2.46;14763
+69097;43.55102;6.19023;241;20221019;26.1;10.2;18.2;1.3;14.21;.3;2.08;14380
+69097;43.55102;6.19023;241;20221020;23.2;11.9;17.6;1.4;15.51;.2;1.71;11803
+69097;43.55102;6.19023;241;20221021;20.2;17.1;18.7;2.1;17.51;1.5;1.31;5605
+69097;43.55102;6.19023;241;20221022;25.6;18;21.8;1.3;19.01;0;1.73;9238
+69097;43.55102;6.19023;241;20221023;24.7;17.9;21.3;2.2;17.61;0;2;8564
+69097;43.55102;6.19023;241;20221024;23.6;17.6;20.6;1.6;17.21;.3;1.66;7871
+69097;43.55102;6.19023;241;20221025;27.1;13.3;20.2;1.2;15.91;.3;1.89;12309
+69097;43.55102;6.19023;241;20221026;24.3;14.1;19.2;1.5;16.51;.2;1.66;10295
+69097;43.55102;6.19023;241;20221027;25.1;12;18.6;1.5;14.81;.1;1.8;11648
+69097;43.55102;6.19023;241;20221028;28.2;11.1;19.7;1.9;13.31;.1;2.4;13233
+69097;43.55102;6.19023;241;20221029;26.9;10.4;18.7;1.9;11.51;0;2.34;12852
+69097;43.55102;6.19023;241;20221030;24.9;10.1;17.5;1.9;11.01;.1;2.13;11955
+69097;43.55102;6.19023;241;20221031;23.2;8.8;16;2.2;12.71;1.5;1.84;11620
+69097;43.55102;6.19023;241;20221101;20.6;15.8;18.2;1.8;14.61;29.2;1.45;6180
+69097;43.55102;6.19023;241;20221102;23.5;9.3;16.4;1.6;12.11;.1;1.66;11226
+69097;43.55102;6.19023;241;20221103;16;7.5;11.8;2.2;12.41;18.8;.9;8334
+69097;43.55102;6.19023;241;20221104;15.5;9.6;12.6;4.4;9.11;.5;2.03;6674
+69097;43.55102;6.19023;241;20221105;19.2;8.8;14;2.6;6.61;.2;2.29;9078
+69097;43.55102;6.19023;241;20221106;20.4;2.6;11.5;1.6;7.71;.1;1.52;11845
+69097;43.55102;6.19023;241;20221107;20.2;6.3;13.3;1.4;9.11;0;1.35;10377
+69097;43.55102;6.19023;241;20221108;17.3;5.6;11.5;1.3;11.41;0;.89;9309
+69097;43.55102;6.19023;241;20221109;19.1;13.6;16.4;1.8;14.11;8.3;1.15;5971
+69097;43.55102;6.19023;241;20221110;19.1;8.6;13.9;1.2;12.61;0;.95;8533
+69097;43.55102;6.19023;241;20221111;21.1;8.3;14.7;1.8;11.61;.1;1.35;9406
+69097;43.55102;6.19023;241;20221112;19.9;6;13;1.4;11.01;0;1.08;9719
+69097;43.55102;6.19023;241;20221113;17.8;10.1;14;1.7;10.81;.1;1.17;6875
+69097;43.55102;6.19023;241;20221114;16.5;6.5;11.5;2;10.71;3.9;.97;7878
+69097;43.55102;6.19023;241;20221115;14.5;10.9;12.7;2.2;13.01;.3;.71;4250
+69097;43.55102;6.19023;241;20221116;19.1;10.1;14.6;2.2;11.41;0;1.32;7232
+69097;43.55102;6.19023;241;20221117;20.4;8.7;14.6;2.4;10.51;.6;1.55;8288
+69097;43.55102;6.19023;241;20221118;16.7;10.3;13.5;3.5;9.31;0;1.83;5785
+69097;43.55102;6.19023;241;20221119;16.3;6.8;11.6;2.2;6.61;0;1.56;7187
+69097;43.55102;6.19023;241;20221120;14.9;5.2;10.1;2.5;6.11;0;1.58;7186
+69097;43.55102;6.19023;241;20221121;13.3;6.6;10;2.6;7.81;6.6;1.25;5727
+69097;43.55102;6.19023;241;20221122;13.3;7.4;10.4;5;7.21;0;2.05;5246
+69097;43.55102;6.19023;241;20221123;13.9;4.3;9.1;2.7;7.41;0;1.24;6900
+69097;43.55102;6.19023;241;20221124;18.3;8.4;13.4;2.4;7.01;.2;1.78;6945
+69097;43.55102;6.19023;241;20221125;17.9;5.9;11.9;1.4;8.51;0;.97;7669
+69097;43.55102;6.19023;241;20221126;18.8;4.4;11.6;1.7;7.11;0;1.23;8414
+69097;43.55102;6.19023;241;20221127;15.4;1.5;8.5;1.5;7.31;.1;.83;8166
+69097;43.55102;6.19023;241;20221128;11.6;4.6;8.1;1.4;8.51;2.8;.6;5436
+69097;43.55102;6.19023;241;20221129;8.1;4.3;6.2;.9;8.31;0;.42;3692
+69097;43.55102;6.19023;241;20221130;14.2;-.2;7;1.5;6.81;.2;.74;8098
+69097;43.55102;6.19023;241;20221201;13.7;2.8;8.3;1.6;7.61;.2;.75;6849
+69097;43.55102;6.19023;241;20221202;12.9;.8;6.9;1.6;7.11;1.5;.69;7210
+69097;43.55102;6.19023;241;20221203;9.6;5.9;7.8;1.8;9.41;19.7;.47;3489
+69097;43.55102;6.19023;241;20221204;12.2;8.3;10.3;1.6;10.61;12.1;.57;3579
+69097;43.55102;6.19023;241;20221205;13.7;2.8;8.3;1.3;8.11;0;.59;6632
+69097;43.55102;6.19023;241;20221206;14.2;.1;7.2;1.7;6.21;.1;.85;7633
+69097;43.55102;6.19023;241;20221207;13.2;-1.6;5.8;1.6;6.01;.1;.73;7795
+69097;43.55102;6.19023;241;20221208;8.7;-.8;4;1.3;7.41;18.2;.31;6000
+69097;43.55102;6.19023;241;20221209;12;6.9;9.5;1.5;11.51;2.6;.33;4092
+69097;43.55102;6.19023;241;20221210;10.1;6.9;8.5;2.2;8.61;0;.74;3006
+69097;43.55102;6.19023;241;20221211;7.7;-1.6;3.1;2.9;4.21;0;1.09;5829
+69097;43.55102;6.19023;241;20221212;10.6;-2.6;4;1.7;4.41;8.5;.81;7113
+69097;43.55102;6.19023;241;20221213;6.1;3.3;4.7;1.6;8.31;4.4;.29;2702
+69097;43.55102;6.19023;241;20221214;10.9;6;8.5;1.5;9.51;.3;.48;3895
+69097;43.55102;6.19023;241;20221215;11.9;7;9.5;2.1;11.21;30;.37;3882
+69097;43.55102;6.19023;241;20221216;12.8;7.4;10.1;1.8;10.21;0;.59;4115
+69097;43.55102;6.19023;241;20221217;14;-.4;6.8;1.3;7.71;0;.48;7364
+69097;43.55102;6.19023;241;20221218;12.6;2.9;7.8;1.3;8.51;0;.47;5847
+69097;43.55102;6.19023;241;20221219;11.4;6.7;9.1;.9;10.21;0;.4;3749
+69097;43.55102;6.19023;241;20221220;14;9;11.5;1.4;12.11;1.6;.47;3897
+69097;43.55102;6.19023;241;20221221;13.4;12.6;13;2;12.81;5;.7;934
+69097;43.55102;6.19023;241;20221222;17;8.1;12.6;2;9.81;0;.98;5549
+69097;43.55102;6.19023;241;20221223;19.5;10.4;15;3;11.41;0;1.41;5627
+69097;43.55102;6.19023;241;20221224;20.5;11.9;16.2;2.3;11.11;0;1.41;5449
+69097;43.55102;6.19023;241;20221225;16.7;6.2;11.5;1.6;11.11;0;.59;6141
+69097;43.55102;6.19023;241;20221226;16.2;8.4;12.3;1.5;11.31;0;.64;5162
+69097;43.55102;6.19023;241;20221227;16.1;8.9;12.5;2.1;8.81;0;1.16;4933
+69097;43.55102;6.19023;241;20221228;17.1;3.4;10.3;1.3;8.21;0;.7;7223
+69097;43.55102;6.19023;241;20221229;14.8;9;11.9;1.5;11.11;0;.64;4353
+69097;43.55102;6.19023;241;20221230;14.9;7.2;11.1;1.4;10.81;0;.56;5197
+69097;43.55102;6.19023;241;20221231;14.8;5.1;10;1.7;10.51;0;.53;5989
+69098;43.56201;6.49857;190;20220101;13;8.8;10.9;.6;10.84;.1;.44;4105
+69098;43.56201;6.49857;190;20220102;12.7;8.8;10.7;1.8;9.61;0;.77;4242
+69098;43.56201;6.49857;190;20220103;17.1;4.6;10.8;2.7;8.61;0;1.25;7250
+69098;43.56201;6.49857;190;20220104;11.6;4;7.8;.9;10.17;.4;.33;4515
+69098;43.56201;6.49857;190;20220105;13.4;9.6;11.5;3.8;7.67;3;1.74;4991
+69098;43.56201;6.49857;190;20220106;12.3;3.2;7.8;1.9;4.87;.1;1.13;6843
+69098;43.56201;6.49857;190;20220107;12;-1.7;5.2;2.8;4.61;.7;1.31;7800
+69098;43.56201;6.49857;190;20220108;13.5;4;8.8;4.6;5.92;2.5;1.93;6537
+69098;43.56201;6.49857;190;20220109;11.6;6.8;9.2;6.6;6.17;0;2.35;5662
+69098;43.56201;6.49857;190;20220110;13.3;5.5;9.4;1.9;5.34;0;1.23;6906
+69098;43.56201;6.49857;190;20220111;15;-2.3;6.4;1;4.04;0;.71;8886
+69098;43.56201;6.49857;190;20220112;13.9;-2.5;5.7;1.2;4.27;0;.79;8749
+69098;43.56201;6.49857;190;20220113;13.7;-2.2;5.7;1.3;4.74;0;.81;8769
+69098;43.56201;6.49857;190;20220114;16;-2.7;6.7;1.2;4.24;0;.89;9325
+69098;43.56201;6.49857;190;20220115;16.3;-1.1;7.6;.9;4.97;0;.69;9182
+69098;43.56201;6.49857;190;20220116;15.9;-2;7;1.1;5.31;0;.85;9297
+69098;43.56201;6.49857;190;20220117;16.9;-1;7.9;1.1;4.87;0;.85;9505
+69098;43.56201;6.49857;190;20220118;13.3;-1.4;5.9;1.3;6.94;.1;.66;8342
+69098;43.56201;6.49857;190;20220119;10.7;1.8;6.2;1.1;7.81;0;.53;5611
+69098;43.56201;6.49857;190;20220120;13.7;2.2;7.9;2;5.77;0;1.2;8656
+69098;43.56201;6.49857;190;20220121;13.9;-1.5;6.2;1;5.27;0;.76;9316
+69098;43.56201;6.49857;190;20220122;13.9;-1.9;6;.9;5.47;0;.66;9568
+69098;43.56201;6.49857;190;20220123;14.3;-1.9;6.2;.9;6.04;0;.66;9695
+69098;43.56201;6.49857;190;20220124;13.9;-.8;6.5;1;6.94;0;.67;9299
+69098;43.56201;6.49857;190;20220125;14.2;1.6;7.9;1.1;7.44;0;.78;8624
+69098;43.56201;6.49857;190;20220126;13.8;-1.2;6.3;.9;6.64;0;.65;9962
+69098;43.56201;6.49857;190;20220127;13.2;-.3;6.5;.8;7.17;.1;.63;8887
+69098;43.56201;6.49857;190;20220128;14.6;-.5;7.1;1;6.87;0;.79;10007
+69098;43.56201;6.49857;190;20220129;16.5;.3;8.4;1.3;6.04;0;1.12;10366
+69098;43.56201;6.49857;190;20220130;14.9;.1;7.5;1;6.94;0;.82;10298
+69098;43.56201;6.49857;190;20220131;16.4;1.4;8.9;4.3;6.01;0;2.27;9636
+69098;43.56201;6.49857;190;20220201;13.7;4.2;8.9;3.8;4.37;0;2.26;9425
+69098;43.56201;6.49857;190;20220202;20;6.2;13.1;4;6.54;0;2.82;10464
+69098;43.56201;6.49857;190;20220203;16.4;3.5;10;1.6;8.42;0;1.11;10385
+69098;43.56201;6.49857;190;20220204;15.8;6.8;11.3;1.6;8.91;0;1.17;8376
+69098;43.56201;6.49857;190;20220205;18.1;4.4;11.2;1.2;7.44;0;1.28;11160
+69098;43.56201;6.49857;190;20220206;17.3;1.1;9.2;3.3;5.77;0;2.18;11939
+69098;43.56201;6.49857;190;20220207;17.7;8.7;13.2;4;6.27;0;2.82;9018
+69098;43.56201;6.49857;190;20220208;17.4;.3;8.9;1.2;5.57;0;1.28;12542
+69098;43.56201;6.49857;190;20220209;17;.7;8.8;2.3;7.54;.1;1.57;12175
+69098;43.56201;6.49857;190;20220210;13.2;4.1;8.7;3.9;8.97;0;2.18;12200
+69098;43.56201;6.49857;190;20220211;18.2;2.3;10.2;2.5;8.97;0;1.75;11600
+69098;43.56201;6.49857;190;20220212;14.8;2.3;8.5;2;6.97;0;1.56;12100
+69098;43.56201;6.49857;190;20220213;12.4;-2.3;5;2.1;6.67;.5;1.23;9500
+69098;43.56201;6.49857;190;20220214;9.6;6.9;8.2;3.8;9.82;28.5;1.03;2132
+69098;43.56201;6.49857;190;20220215;13.6;4.8;9.2;7.3;6.57;0;2.98;13100
+69098;43.56201;6.49857;190;20220216;14.5;4.1;9.3;3.9;7.21;0;2.01;10065
+69098;43.56201;6.49857;190;20220217;23;6.6;14.8;3.6;8.72;.1;3.02;13318
+69098;43.56201;6.49857;190;20220218;21.2;7;14.1;1.8;9.62;0;1.98;12916
+69098;43.56201;6.49857;190;20220219;15.3;6.9;11.1;2.9;8.61;0;1.83;9744
+69098;43.56201;6.49857;190;20220220;18.3;3.2;10.7;2.8;6.07;0;2.5;13928
+69098;43.56201;6.49857;190;20220221;15.4;8.5;11.9;8;6.41;0;3.84;10474
+69098;43.56201;6.49857;190;20220222;18.8;6.7;12.7;4;5.67;0;3.29;13768
+69098;43.56201;6.49857;190;20220223;18.4;2.6;10.5;1.7;6.62;0;1.94;14918
+69098;43.56201;6.49857;190;20220224;14.4;2.9;8.6;1.9;8.61;.4;1.35;10313
+69098;43.56201;6.49857;190;20220225;16;5.6;10.8;3.8;6.57;0;2.61;12633
+69098;43.56201;6.49857;190;20220226;15.8;3.2;9.5;1.5;5.04;0;1.93;13981
+69098;43.56201;6.49857;190;20220227;11.7;-.2;5.8;1.1;5.67;0;1.34;12395
+69098;43.56201;6.49857;190;20220228;16.1;-1.6;7.2;1.9;5.87;0;1.95;15997
+69098;43.56201;6.49857;190;20220301;12.7;2.5;7.6;2.3;6.41;0;1.77;13212
+69098;43.56201;6.49857;190;20220302;14.7;4.2;9.5;1.5;7.04;0;1.71;12505
+69098;43.56201;6.49857;190;20220303;13.3;2.9;8.1;1.5;8.71;.3;1.28;10909
+69098;43.56201;6.49857;190;20220304;14;2.2;8.1;1.4;8.97;2;1.4;13336
+69098;43.56201;6.49857;190;20220305;10.3;6;8.1;1;7.81;.8;1.11;7455
+69098;43.56201;6.49857;190;20220306;10.4;2.3;6.4;1.2;6.54;0;1.31;10822
+69098;43.56201;6.49857;190;20220307;13.3;-.9;6.2;1.1;5.94;0;1.62;15824
+69098;43.56201;6.49857;190;20220308;11.7;-1.6;5.1;1.5;6.24;0;1.56;15396
+69098;43.56201;6.49857;190;20220309;14.9;3.2;9.1;1.3;7.34;.1;1.84;15072
+69098;43.56201;6.49857;190;20220310;15.7;.9;8.3;1.2;8.24;.3;1.78;16655
+69098;43.56201;6.49857;190;20220311;13.4;5.8;9.6;3.2;8.07;.3;1.91;10557
+69098;43.56201;6.49857;190;20220312;12.7;9.1;10.9;5.9;6.61;.2;3.02;8208
+69098;43.56201;6.49857;190;20220313;9.4;8.9;9.2;5.1;7.71;3.1;1.73;2143
+69098;43.56201;6.49857;190;20220314;13.2;6.4;9.8;3.3;9.91;.6;1.49;9880
+69098;43.56201;6.49857;190;20220315;15.2;10.8;13;3.5;9.24;0;2.34;9829
+69098;43.56201;6.49857;190;20220316;16.7;5.6;11.2;1.8;10.44;0;1.88;14197
+69098;43.56201;6.49857;190;20220317;16.7;8.4;12.5;1.2;10.54;0;1.76;11432
+69098;43.56201;6.49857;190;20220318;16.3;9;12.7;2.3;9.27;.1;1.98;6200
+69098;43.56201;6.49857;190;20220319;16.1;8.3;12.2;2.6;6.47;0;2.77;9800
+69098;43.56201;6.49857;190;20220320;13.9;6.3;10.1;4.2;6.47;0;2.45;7000
+69098;43.56201;6.49857;190;20220321;14;5.6;9.8;4;5.97;0;3.17;18700
+69098;43.56201;6.49857;190;20220322;14.9;.4;7.6;1.8;5.57;0;2.44;19900
+69098;43.56201;6.49857;190;20220323;16.8;.6;8.7;1.4;5.07;0;2.55;20100
+69098;43.56201;6.49857;190;20220324;18.6;.8;9.7;1.4;4.97;0;2.84;20400
+69098;43.56201;6.49857;190;20220325;17.9;1;9.4;1.3;6.97;0;2.52;20400
+69098;43.56201;6.49857;190;20220326;19.3;3.8;11.6;3.1;6.07;0;3.46;18900
+69098;43.56201;6.49857;190;20220327;21.1;12.1;16.6;2.8;7.42;0;3.83;15617
+69098;43.56201;6.49857;190;20220328;21.3;4.9;13.1;1.3;5.87;0;3.1;19100
+69098;43.56201;6.49857;190;20220329;18.1;5.4;11.8;1.5;7.37;.6;2.53;14500
+69098;43.56201;6.49857;190;20220330;13.9;10.1;12;1.5;11.47;14;.99;2600
+69098;43.56201;6.49857;190;20220331;17.8;6.7;12.3;5.2;9.07;.2;4.24;21900
+69098;43.56201;6.49857;190;20220401;11.6;6.6;9.1;10.8;5.57;.3;4.57;23000
+69098;43.56201;6.49857;190;20220402;11.3;2.5;6.9;8;4.87;.1;4.3;22900
+69098;43.56201;6.49857;190;20220403;11.1;.1;5.6;2.4;6.77;4.5;1.88;12900
+69098;43.56201;6.49857;190;20220404;13.4;1.4;7.4;1.6;7.57;0;2.38;20000
+69098;43.56201;6.49857;190;20220405;15.9;.2;8;1.1;6.17;0;2.85;23700
+69098;43.56201;6.49857;190;20220406;14.7;2.1;8.4;1.5;7.37;0;2.13;15200
+69098;43.56201;6.49857;190;20220407;17.5;6.8;12.2;4.3;10.16;0;2.91;15600
+69098;43.56201;6.49857;190;20220408;20.4;11.9;16.2;5.1;11.83;0;3.97;19812
+69098;43.56201;6.49857;190;20220409;16.2;11.2;13.7;10.6;5.47;0;6.61;24700
+69098;43.56201;6.49857;190;20220410;16.3;4.8;10.6;3.2;6.13;0;3.87;24136
+69098;43.56201;6.49857;190;20220411;15.6;3.5;9.5;2.5;8.17;0;2.42;16600
+69098;43.56201;6.49857;190;20220412;16.8;6;11.4;4.3;9.07;0;2.78;18900
+69098;43.56201;6.49857;190;20220413;18.7;11.7;15.2;3.4;9.35;0;3.9;21646
+69098;43.56201;6.49857;190;20220414;23.4;5.7;14.5;1.4;7.77;0;3.75;23100
+69098;43.56201;6.49857;190;20220415;24.9;8.4;16.7;1.1;8.77;0;3.5;19300
+69098;43.56201;6.49857;190;20220416;23;9.8;16.4;2.7;10.92;0;4.39;24012
+69098;43.56201;6.49857;190;20220417;19.9;13;16.5;3;9.77;0;4.64;22200
+69098;43.56201;6.49857;190;20220418;17.8;8.5;13.1;3.1;10.42;0;3.89;23567
+69098;43.56201;6.49857;190;20220419;20.2;6.4;13.3;1.4;10.97;0;3.49;23300
+69098;43.56201;6.49857;190;20220420;16.1;9.8;13;2.5;12.57;5.8;1.6;8400
+69098;43.56201;6.49857;190;20220421;17.8;11.5;14.7;2.8;12.37;0;2.19;8300
+69098;43.56201;6.49857;190;20220422;18.5;10.9;14.7;2.2;12.67;1.8;3.01;17500
+69098;43.56201;6.49857;190;20220423;14.7;12;13.3;2.8;13.27;23.4;1.16;3200
+69098;43.56201;6.49857;190;20220424;16.8;8.4;12.6;2.4;11.47;1.4;3.24;21100
+69098;43.56201;6.49857;190;20220425;19.8;7.7;13.7;4.2;10.67;0;4.89;25700
+69098;43.56201;6.49857;190;20220426;20.6;8;14.3;1.7;11.87;.1;4.24;26600
+69098;43.56201;6.49857;190;20220427;19.8;10;14.9;1.7;12.27;0;3.88;25400
+69098;43.56201;6.49857;190;20220428;22.5;9;15.8;1.9;9.97;0;4.42;26400
+69098;43.56201;6.49857;190;20220429;21.8;8.5;15.1;2;9.47;0;4.5;26600
+69098;43.56201;6.49857;190;20220430;21.4;9.1;15.3;1.8;10.77;.2;3.81;22600
+69098;43.56201;6.49857;190;20220501;21.6;7.8;14.7;1.3;10.67;.1;3.72;23000
+69098;43.56201;6.49857;190;20220502;21.1;7.7;14.4;1.5;12.17;0;3.66;22900
+69098;43.56201;6.49857;190;20220503;20.8;11.3;16;1.4;13.07;1.3;3.35;18800
+69098;43.56201;6.49857;190;20220504;21.6;8.2;14.9;1.1;11.47;.4;3.32;19600
+69098;43.56201;6.49857;190;20220505;19.8;11.4;15.6;2.2;13.02;3.5;2.83;13768
+69098;43.56201;6.49857;190;20220506;19.1;10.7;14.9;.8;13.27;.3;2.71;17054
+69098;43.56201;6.49857;190;20220507;23;10.6;16.8;1;13.54;4.2;3.64;22501
+69098;43.56201;6.49857;190;20220508;19.9;11.7;15.8;1.1;13.94;6.5;2.9;17884
+69098;43.56201;6.49857;190;20220509;25.2;8.8;17;1.3;13.01;1.9;4.16;25330
+69098;43.56201;6.49857;190;20220510;26.8;10.4;18.6;1.7;13.07;0;4.88;27979
+69098;43.56201;6.49857;190;20220511;27.6;12.4;20;1.9;12.37;0;5.35;28626
+69098;43.56201;6.49857;190;20220512;28.1;12;20.1;2.3;11.21;0;5.62;28571
+69098;43.56201;6.49857;190;20220513;27.3;12.4;19.9;2.1;11.64;0;5.49;28366
+69098;43.56201;6.49857;190;20220514;25.2;11;18.1;1.3;14.34;0;4.6;27765
+69098;43.56201;6.49857;190;20220515;26.9;12.8;19.9;1.3;15.14;.1;4.9;28009
+69098;43.56201;6.49857;190;20220516;28.6;12;20.3;1.6;12.77;0;5.33;28802
+69098;43.56201;6.49857;190;20220517;28.4;12.6;20.5;1.5;14.47;0;5.22;28655
+69098;43.56201;6.49857;190;20220518;29.4;13.5;21.4;1.7;15.31;0;5.44;28940
+69098;43.56201;6.49857;190;20220519;29.1;14.2;21.6;1.8;12.64;0;5.6;28790
+69098;43.56201;6.49857;190;20220520;30.5;13.3;21.9;1.4;12.64;0;5.57;29204
+69098;43.56201;6.49857;190;20220521;33.1;16.3;24.7;1.8;14.57;0;6.25;29134
+69098;43.56201;6.49857;190;20220522;27.5;14.5;21;1.5;17.57;.1;4.96;27401
+69098;43.56201;6.49857;190;20220523;27.3;15.1;21.2;1.6;15.37;0;4.79;24841
+69098;43.56201;6.49857;190;20220524;30.5;13.7;22.1;2;13.54;.8;5.76;28062
+69098;43.56201;6.49857;190;20220525;23.8;14.1;19;1.1;15.84;.5;3.6;19695
+69098;43.56201;6.49857;190;20220526;27.8;13.7;20.7;1.6;16.34;.1;4.91;26571
+69098;43.56201;6.49857;190;20220527;34.7;17.3;26;1.7;14.87;0;6.45;29637
+69098;43.56201;6.49857;190;20220528;32.7;18.5;25.6;2.2;13.47;0;6.51;27920
+69098;43.56201;6.49857;190;20220529;28.9;16.1;22.5;2.2;13.67;0;5.98;28698
+69098;43.56201;6.49857;190;20220530;27.5;13.9;20.7;1.4;15.17;.2;4.85;25853
+69098;43.56201;6.49857;190;20220531;27.2;15.2;21.2;1.6;16.34;.3;4.88;25394
+69098;43.56201;6.49857;190;20220601;31.8;15.3;23.6;2;14.74;0;6.36;30265
+69098;43.56201;6.49857;190;20220602;30;14.1;22.1;1.7;16.27;0;5.71;29738
+69098;43.56201;6.49857;190;20220603;30.3;19;24.7;2.3;16.01;2.5;5.62;23807
+69098;43.56201;6.49857;190;20220604;31.8;18;24.9;2.5;16.31;0;6.3;27575
+69098;43.56201;6.49857;190;20220605;33.9;18.6;26.3;2.2;17.27;0;6.68;29411
+69098;43.56201;6.49857;190;20220606;33.8;18.3;26.1;3;14.04;0;7.62;30809
+69098;43.56201;6.49857;190;20220607;31.7;20.2;25.9;4.7;11.81;0;8.31;28313
+69098;43.56201;6.49857;190;20220608;29.2;17.7;23.4;3.8;11.27;0;6.95;26070
+69098;43.56201;6.49857;190;20220609;30.1;18.5;24.3;5.4;10.31;0;8.27;28814
+69098;43.56201;6.49857;190;20220610;31.6;15.1;23.4;2.3;8.67;0;7;31147
+69098;43.56201;6.49857;190;20220611;33.6;13.8;23.7;1.7;9.41;0;6.59;31035
+69098;43.56201;6.49857;190;20220612;33.9;15.8;24.9;2;11.24;0;6.86;30787
+69098;43.56201;6.49857;190;20220613;34.9;18.3;26.6;2.3;14.64;0;7.15;29738
+69098;43.56201;6.49857;190;20220614;32.6;14.5;23.5;1.8;15.01;0;6.38;30919
+69098;43.56201;6.49857;190;20220615;33.4;17.8;25.6;1.9;16.87;0;6.32;28491
+69098;43.56201;6.49857;190;20220616;35.6;19.1;27.4;1.5;19.57;0;6.55;29701
+69098;43.56201;6.49857;190;20220617;34.9;17.8;26.3;1.5;18.71;0;6.4;30084
+69098;43.56201;6.49857;190;20220618;34.6;19.2;26.9;2;17.64;0;6.86;30323
+69098;43.56201;6.49857;190;20220619;33.6;19.1;26.4;1.9;15.44;0;6.7;30067
+69098;43.56201;6.49857;190;20220620;34.2;16.4;25.3;1.6;13.37;0;6.42;29930
+69098;43.56201;6.49857;190;20220621;32.8;17;24.9;1.6;16.57;.3;5.92;27496
+69098;43.56201;6.49857;190;20220622;29.1;20.8;24.9;1.6;22.21;2.1;4.33;19760
+69098;43.56201;6.49857;190;20220623;28.6;17.3;22.9;1.6;19.44;2.4;4.69;23420
+69098;43.56201;6.49857;190;20220624;31;16.1;23.5;2;16.97;0;5.94;28629
+69098;43.56201;6.49857;190;20220625;32.2;17.4;24.8;2;15.24;0;6.56;30608
+69098;43.56201;6.49857;190;20220626;32.3;18.5;25.4;2.7;18.21;0;6.6;29243
+69098;43.56201;6.49857;190;20220627;33.3;18.5;25.9;2.1;16.34;0;6.68;30017
+69098;43.56201;6.49857;190;20220628;31.4;19.4;25.4;1.6;18.47;33.7;5.07;22347
+69098;43.56201;6.49857;190;20220629;33.8;14.9;24.3;1.9;17.24;.1;6.56;31055
+69098;43.56201;6.49857;190;20220630;30.7;16.4;23.5;1.6;17.67;0;5.86;29388
+69098;43.56201;6.49857;190;20220701;33.4;17.9;25.7;2.3;14.64;0;6.99;30697
+69098;43.56201;6.49857;190;20220702;34.3;14.8;24.5;1.8;14.37;0;6.62;30792
+69098;43.56201;6.49857;190;20220703;37.1;17.9;27.5;1.9;12.34;0;7.26;30333
+69098;43.56201;6.49857;190;20220704;37.1;20.4;28.8;1.9;15.51;0;7.17;30106
+69098;43.56201;6.49857;190;20220705;38.3;19.8;29;2.4;16.47;0;7.8;30577
+69098;43.56201;6.49857;190;20220706;34.9;20.1;27.5;2.3;15.07;0;7.18;29617
+69098;43.56201;6.49857;190;20220707;34.6;17.9;26.2;1.8;15.41;0;6.65;30012
+69098;43.56201;6.49857;190;20220708;32.8;18.8;25.8;1.7;15.01;0;6.31;29257
+69098;43.56201;6.49857;190;20220709;34.7;17.7;26.2;1.9;14.47;0;6.77;30340
+69098;43.56201;6.49857;190;20220710;32.4;18.7;25.5;1.8;18.01;0;6.25;29483
+69098;43.56201;6.49857;190;20220711;32;17.3;24.6;1.8;16.31;0;6.21;29843
+69098;43.56201;6.49857;190;20220712;32;17.9;25;1.8;19.71;.1;5.95;28651
+69098;43.56201;6.49857;190;20220713;33.8;17.9;25.9;1.7;18.71;0;6.33;29738
+69098;43.56201;6.49857;190;20220714;35.9;19.6;27.7;1.6;17.01;0;6.65;29724
+69098;43.56201;6.49857;190;20220715;35.2;19.9;27.5;2.2;19.37;0;6.87;29600
+69098;43.56201;6.49857;190;20220716;33.5;19.9;26.7;1.6;23.07;0;5.78;26947
+69098;43.56201;6.49857;190;20220717;34.9;20.8;27.9;1.8;20.71;.1;6.5;29107
+69098;43.56201;6.49857;190;20220718;36.2;21.8;29;1.8;19.04;.1;6.58;27981
+69098;43.56201;6.49857;190;20220719;35.7;21.6;28.7;2;18.31;0;6.76;28634
+69098;43.56201;6.49857;190;20220720;37.6;20.6;29.1;1.8;15.77;0;6.9;29035
+69098;43.56201;6.49857;190;20220721;38.4;21.4;29.9;1.8;17.51;0;7.03;28974
+69098;43.56201;6.49857;190;20220722;36.7;20.1;28.4;1.6;20.17;0;6.48;28440
+69098;43.56201;6.49857;190;20220723;37.3;19.8;28.6;1.8;17.64;0;6.81;28748
+69098;43.56201;6.49857;190;20220724;35.7;20.8;28.3;1.6;21.37;.1;6.41;28676
+69098;43.56201;6.49857;190;20220725;34.9;20.1;27.5;1.7;21.85;0;6.14;27560
+69098;43.56201;6.49857;190;20220726;37.2;21.7;29.4;3;16.94;0;7.76;28525
+69098;43.56201;6.49857;190;20220727;33.2;19.6;26.4;1.9;16.84;0;6.09;27278
+69098;43.56201;6.49857;190;20220728;33.7;18.7;26.2;1.6;16.51;0;5.72;25663
+69098;43.56201;6.49857;190;20220729;33.8;19;26.4;2.2;16.57;.2;6.05;24979
+69098;43.56201;6.49857;190;20220730;34.4;20.3;27.4;2.4;14.91;0;6.87;28533
+69098;43.56201;6.49857;190;20220731;36;18;27;1.6;12.01;0;6.37;28474
+69098;43.56201;6.49857;190;20220801;35.7;18.2;26.9;1.7;13.77;0;6.39;28295
+69098;43.56201;6.49857;190;20220802;33.8;16.7;25.2;2;17.24;0;6.1;28181
+69098;43.56201;6.49857;190;20220803;35.3;20.1;27.7;2;16.97;0;6.41;27794
+69098;43.56201;6.49857;190;20220804;37;20.3;28.7;1.7;15.04;0;6.39;27347
+69098;43.56201;6.49857;190;20220805;38.1;20.1;29.1;1.8;14.44;0;6.65;27428
+69098;43.56201;6.49857;190;20220806;36.8;20.3;28.6;1.7;16.71;0;6.35;27475
+69098;43.56201;6.49857;190;20220807;35;19.3;27.2;1.9;18.07;0;6.09;26647
+69098;43.56201;6.49857;190;20220808;34.2;18.6;26.4;1.8;19.07;0;5.9;27096
+69098;43.56201;6.49857;190;20220809;35.3;20;27.6;1.5;16.84;0;5.88;26731
+69098;43.56201;6.49857;190;20220810;33.6;19.9;26.8;1.5;17.17;2.1;5.37;24227
+69098;43.56201;6.49857;190;20220811;33.1;19.4;26.3;1.6;17.44;.2;5.25;23687
+69098;43.56201;6.49857;190;20220812;33.9;18.1;26;2.1;19.17;0;5.62;24647
+69098;43.56201;6.49857;190;20220813;30.9;20;25.4;2.5;19.31;.1;5.33;23739
+69098;43.56201;6.49857;190;20220814;30.3;20.1;25.2;2.2;17.14;4.1;4.75;19402
+69098;43.56201;6.49857;190;20220815;33.6;15;24.3;1.5;17.32;.5;5.34;26736
+69098;43.56201;6.49857;190;20220816;32.7;18;25.4;1.9;19.74;4.7;5.28;24818
+69098;43.56201;6.49857;190;20220817;24.2;20.1;22.1;2.3;21.34;10.9;2.47;10534
+69098;43.56201;6.49857;190;20220818;28.2;16.8;22.5;2.2;18.17;8.3;4.3;20892
+69098;43.56201;6.49857;190;20220819;32.8;16.1;24.4;3;15.61;0;6.13;25844
+69098;43.56201;6.49857;190;20220820;34.7;17.3;26;2;14.97;0;5.83;25705
+69098;43.56201;6.49857;190;20220821;33.7;17.1;25.4;1.8;15.81;.2;5.4;24615
+69098;43.56201;6.49857;190;20220822;33;16.6;24.8;1.7;16.64;0;5.14;24431
+69098;43.56201;6.49857;190;20220823;33.4;17.4;25.4;1.5;17.54;0;5.13;24757
+69098;43.56201;6.49857;190;20220824;33.2;18.4;25.8;1.4;18.67;0;4.97;24211
+69098;43.56201;6.49857;190;20220825;34.5;18.4;26.5;1.7;17.77;0;5.35;24541
+69098;43.56201;6.49857;190;20220826;32.8;19.7;26.3;1.6;20.61;.7;4.67;21488
+69098;43.56201;6.49857;190;20220827;31.3;17.9;24.6;1.5;20.67;3.8;4.3;21079
+69098;43.56201;6.49857;190;20220828;33.3;18.3;25.8;1.4;20.67;.1;4.78;23873
+69098;43.56201;6.49857;190;20220829;33.5;17.8;25.6;1.9;19.54;.3;5.06;23662
+69098;43.56201;6.49857;190;20220830;32.4;20;26.2;1.8;20.87;1.1;4.62;21522
+69098;43.56201;6.49857;190;20220831;29.9;17.5;23.7;2;17.54;.1;4.42;20902
+69098;43.56201;6.49857;190;20220901;32.7;17.5;25.1;1.5;18.41;.2;4.73;23157
+69098;43.56201;6.49857;190;20220902;28.6;16.3;22.4;1.7;19.54;4.5;3.59;18364
+69098;43.56201;6.49857;190;20220903;29.5;16.5;23;1.7;18.94;3.4;4.07;21217
+69098;43.56201;6.49857;190;20220904;29.2;16.1;22.7;1.6;19.37;.2;3.99;21288
+69098;43.56201;6.49857;190;20220905;30.8;16.4;23.6;1.5;18.74;0;4.17;21632
+69098;43.56201;6.49857;190;20220906;30.8;17;23.9;1.7;18.91;.2;4.23;21223
+69098;43.56201;6.49857;190;20220907;30;17.3;23.6;2.1;20.77;13;4.03;20220
+69098;43.56201;6.49857;190;20220908;29.8;16.7;23.3;3;17.17;0;4.6;19871
+69098;43.56201;6.49857;190;20220909;28.8;18.7;23.7;4.3;12.47;0;5.7;18400
+69098;43.56201;6.49857;190;20220910;28.3;17.3;22.8;5.1;11.37;0;6.07;19603
+69098;43.56201;6.49857;190;20220911;28.8;15.9;22.3;2.5;12.84;0;4.62;20798
+69098;43.56201;6.49857;190;20220912;30.7;13.2;22;1.4;15.31;0;4;21650
+69098;43.56201;6.49857;190;20220913;29.7;14.5;22.1;1.3;18.11;.1;3.54;19540
+69098;43.56201;6.49857;190;20220914;23.3;19.1;21.2;1.4;20.61;8.1;1.92;9023
+69098;43.56201;6.49857;190;20220915;31.2;18;24.6;2.8;17.61;0;4.66;19970
+69098;43.56201;6.49857;190;20220916;28.8;19;23.9;5.5;13.21;0;6.02;17871
+69098;43.56201;6.49857;190;20220917;26.9;15.4;21.2;5;8.11;0;6.1;19384
+69098;43.56201;6.49857;190;20220918;26.4;9.9;18.1;1.5;10.61;0;3.42;19753
+69098;43.56201;6.49857;190;20220919;28.2;12;20.1;2.7;10.84;.1;4.59;20546
+69098;43.56201;6.49857;190;20220920;27.1;11.6;19.3;1.4;12.64;.1;3.32;19657
+69098;43.56201;6.49857;190;20220921;25;11.3;18.1;2.2;12.64;0;3.33;18098
+69098;43.56201;6.49857;190;20220922;22.7;13.1;17.9;1.3;12.54;0;2.6;15110
+69098;43.56201;6.49857;190;20220923;24.8;15.1;19.9;1.1;12.47;1.5;2.72;15534
+69098;43.56201;6.49857;190;20220924;17.2;13.8;15.5;1.2;15.01;7.1;1.33;7075
+69098;43.56201;6.49857;190;20220925;24.1;13.5;18.8;1.4;14.47;.5;2.63;15496
+69098;43.56201;6.49857;190;20220926;24.2;11.2;17.7;4.1;10.61;0;4.15;18393
+69098;43.56201;6.49857;190;20220927;22.2;13.7;17.9;6.5;8.97;0;5.1;15920
+69098;43.56201;6.49857;190;20220928;24.3;14;19.2;5.5;11.44;0;4.53;15112
+69098;43.56201;6.49857;190;20220929;22.7;13.7;18.2;3.9;11.17;0;3.66;14433
+69098;43.56201;6.49857;190;20220930;22.2;12.7;17.4;1.9;9.64;.3;2.77;13154
+69098;43.56201;6.49857;190;20221001;22.9;8.7;15.8;3.9;10.51;0;3.55;17364
+69098;43.56201;6.49857;190;20221002;28.3;17;22.7;4.4;13.27;0;4.67;15079
+69098;43.56201;6.49857;190;20221003;27.2;13.6;20.4;1.9;12.51;0;3.18;15566
+69098;43.56201;6.49857;190;20221004;27.5;10.1;18.8;1.4;12.37;.2;2.85;17098
+69098;43.56201;6.49857;190;20221005;26.3;10.9;18.6;1.3;13.97;.3;2.6;16736
+69098;43.56201;6.49857;190;20221006;26.8;10;18.4;1.4;14.14;.1;2.6;16440
+69098;43.56201;6.49857;190;20221007;26.1;11.6;18.9;1.4;13.77;.3;2.53;15802
+69098;43.56201;6.49857;190;20221008;19.6;11.9;15.7;1;14.51;5.3;1.39;9041
+69098;43.56201;6.49857;190;20221009;17.9;14.1;16;1.5;16.24;10.5;1.12;6215
+69098;43.56201;6.49857;190;20221010;22.7;14.4;18.6;1.1;15.44;.2;1.89;11854
+69098;43.56201;6.49857;190;20221011;25.3;10.9;18.1;1.2;13.67;.1;2.24;14951
+69098;43.56201;6.49857;190;20221012;23.6;11.9;17.7;1.2;13.51;0;1.98;12626
+69098;43.56201;6.49857;190;20221013;25.9;10.8;18.4;2;12.91;0;2.62;14403
+69098;43.56201;6.49857;190;20221014;25.8;13.8;19.8;2.4;13.57;.1;2.85;13500
+69098;43.56201;6.49857;190;20221015;27.2;10.6;18.9;1.4;13.87;.2;2.45;15301
+69098;43.56201;6.49857;190;20221016;24.5;11.3;17.9;1.5;14.91;.2;2.04;13523
+69098;43.56201;6.49857;190;20221017;25.3;12;18.7;1.6;14.41;0;2.16;13101
+69098;43.56201;6.49857;190;20221018;27.1;11.5;19.3;1;13.81;.1;2.08;14183
+69098;43.56201;6.49857;190;20221019;26.4;10.8;18.6;1;14.84;.2;1.93;13821
+69098;43.56201;6.49857;190;20221020;23.6;12.8;18.2;1.6;15.77;.5;1.79;11476
+69098;43.56201;6.49857;190;20221021;20;16.6;18.3;2.2;17.87;2.6;1.18;4643
+69098;43.56201;6.49857;190;20221022;25.7;17;21.3;1.2;19.14;.1;1.64;9183
+69098;43.56201;6.49857;190;20221023;24.8;16.6;20.7;2.4;18.01;0;1.98;9256
+69098;43.56201;6.49857;190;20221024;24;16.2;20.1;1.7;17.71;.2;1.65;8364
+69098;43.56201;6.49857;190;20221025;27;13.3;20.2;1.2;16.47;.2;1.83;11930
+69098;43.56201;6.49857;190;20221026;24.4;13.5;18.9;1.3;16.61;.3;1.57;9982
+69098;43.56201;6.49857;190;20221027;25.3;12.6;18.9;1.2;15.31;.1;1.67;11603
+69098;43.56201;6.49857;190;20221028;28.1;11.8;19.9;1.3;13.81;.1;1.98;12456
+69098;43.56201;6.49857;190;20221029;27.2;10.9;19.1;1.4;11.64;0;2.03;12240
+69098;43.56201;6.49857;190;20221030;25;10.5;17.8;1.2;11.37;.1;1.67;11403
+69098;43.56201;6.49857;190;20221031;23.9;10.1;17;1.4;13.34;.2;1.53;11090
+69098;43.56201;6.49857;190;20221101;20.7;13.2;16.9;1.4;14.44;19.8;1.3;7954
+69098;43.56201;6.49857;190;20221102;23.7;9.7;16.7;1.3;12.97;.1;1.5;11218
+69098;43.56201;6.49857;190;20221103;16.5;8.7;12.6;1.7;12.57;23.6;.88;6318
+69098;43.56201;6.49857;190;20221104;16.7;11;13.9;4.5;8.42;.7;2.44;6860
+69098;43.56201;6.49857;190;20221105;20.1;9;14.6;2.5;6.77;.2;2.25;10478
+69098;43.56201;6.49857;190;20221106;21.2;4;12.6;1.2;7.94;.1;1.36;11555
+69098;43.56201;6.49857;190;20221107;20.7;5.7;13.2;1.1;9.77;.1;1.21;11092
+69098;43.56201;6.49857;190;20221108;18.3;6;12.2;1;11.51;.2;.87;8142
+69098;43.56201;6.49857;190;20221109;18.8;12.5;15.7;1.5;14.37;12.5;.98;5603
+69098;43.56201;6.49857;190;20221110;19.8;10.5;15.2;1.3;13.02;.1;1;8327
+69098;43.56201;6.49857;190;20221111;21.5;9;15.3;1.4;11.87;.1;1.22;9750
+69098;43.56201;6.49857;190;20221112;19.8;6.6;13.2;.9;11.27;0;.91;8863
+69098;43.56201;6.49857;190;20221113;18.9;10.3;14.6;1.5;10.81;.1;1.18;6833
+69098;43.56201;6.49857;190;20221114;16.6;6.5;11.5;1.9;10.74;8.4;.95;6786
+69098;43.56201;6.49857;190;20221115;14.7;11.3;13;2.4;13.47;.8;.69;3444
+69098;43.56201;6.49857;190;20221116;20.5;11.1;15.8;2.7;11.91;0;1.57;8598
+69098;43.56201;6.49857;190;20221117;22.1;10.5;16.3;3.5;10.34;.2;2.33;8551
+69098;43.56201;6.49857;190;20221118;17.6;11.7;14.7;4.9;9.17;0;2.51;7136
+69098;43.56201;6.49857;190;20221119;17.4;6.5;12;2.3;6.91;0;1.57;8560
+69098;43.56201;6.49857;190;20221120;15.9;4.3;10.1;2.6;6.47;0;1.55;8903
+69098;43.56201;6.49857;190;20221121;13.7;5.8;9.8;2.3;7.94;7.6;1.18;5895
+69098;43.56201;6.49857;190;20221122;14.3;8.2;11.3;6.9;7.24;0;2.64;6924
+69098;43.56201;6.49857;190;20221123;15.7;5.8;10.7;4.3;7.41;0;1.94;7338
+69098;43.56201;6.49857;190;20221124;19;8.1;13.6;3.3;7.11;0;2.1;8349
+69098;43.56201;6.49857;190;20221125;18;6.9;12.4;1.4;8.77;.1;.97;7626
+69098;43.56201;6.49857;190;20221126;18.7;4.2;11.5;1.5;7.61;0;1.07;8851
+69098;43.56201;6.49857;190;20221127;15.9;2.5;9.2;1.1;7.37;.1;.7;7860
+69098;43.56201;6.49857;190;20221128;11.4;4;7.7;1;8.51;1.1;.54;4302
+69098;43.56201;6.49857;190;20221129;9.1;4.7;6.9;1;8.51;0;.46;3936
+69098;43.56201;6.49857;190;20221130;15;1.1;8;1.2;6.94;.1;.69;8040
+69098;43.56201;6.49857;190;20221201;13.9;3.4;8.6;1.2;7.81;.1;.64;6848
+69098;43.56201;6.49857;190;20221202;13.2;1;7.1;1.4;7.31;1.4;.63;7567
+69098;43.56201;6.49857;190;20221203;10.7;5.6;8.1;2.2;9.74;21.1;.51;2992
+69098;43.56201;6.49857;190;20221204;11.8;8.6;10.2;1.6;11.07;14.6;.52;3549
+69098;43.56201;6.49857;190;20221205;13.9;5;9.5;1.2;8.77;0;.58;6710
+69098;43.56201;6.49857;190;20221206;14.8;.9;7.8;1;6.57;0;.57;7576
+69098;43.56201;6.49857;190;20221207;13.9;-.7;6.6;1.2;6.57;.1;.56;7891
+69098;43.56201;6.49857;190;20221208;9.1;.8;4.9;1.2;7.84;19.1;.35;4672
+69098;43.56201;6.49857;190;20221209;11.5;7.2;9.4;2;11.71;5.4;.29;2893
+69098;43.56201;6.49857;190;20221210;13;6.4;9.7;1.9;8.67;0;.71;4726
+69098;43.56201;6.49857;190;20221211;9.9;0;5;2.9;4.07;0;1.27;6306
+69098;43.56201;6.49857;190;20221212;11;-2.2;4.4;1.7;4.71;8.6;.81;7027
+69098;43.56201;6.49857;190;20221213;6.6;3.9;5.2;1.8;8.61;7.8;.31;2196
+69098;43.56201;6.49857;190;20221214;12;6.3;9.1;1.9;9.71;1.1;.55;4501
+69098;43.56201;6.49857;190;20221215;11.3;5.9;8.6;2;10.81;35.9;.35;3993
+69098;43.56201;6.49857;190;20221216;14;8.9;11.5;1.5;10.62;0;.58;4267
+69098;43.56201;6.49857;190;20221217;14.2;1.4;7.8;1.6;8.11;.1;.59;7008
+69098;43.56201;6.49857;190;20221218;13;3.3;8.1;1.1;8.61;0;.47;5461
+69098;43.56201;6.49857;190;20221219;11.4;5.4;8.4;.6;10.14;.1;.36;3542
+69098;43.56201;6.49857;190;20221220;13.6;8;10.8;1.1;12.07;.5;.39;3972
+69098;43.56201;6.49857;190;20221221;13.5;11.7;12.6;2;13.17;6.7;.57;1641
+69098;43.56201;6.49857;190;20221222;16.6;7.6;12.1;2.7;10.24;.1;1.01;5526
+69098;43.56201;6.49857;190;20221223;21.2;11;16.1;3.3;11.12;0;1.71;6273
+69098;43.56201;6.49857;190;20221224;21.7;12.6;17.1;2.3;11.12;0;1.46;5926
+69098;43.56201;6.49857;190;20221225;16.8;8.2;12.5;1.8;11.67;0;.62;5809
+69098;43.56201;6.49857;190;20221226;16.9;8.4;12.7;1.4;11.22;0;.61;5684
+69098;43.56201;6.49857;190;20221227;17.7;8.6;13.2;2.9;9.07;0;1.39;6478
+69098;43.56201;6.49857;190;20221228;17.1;4.1;10.6;1.5;7.94;0;.86;7361
+69098;43.56201;6.49857;190;20221229;15.1;7.2;11.2;1.2;10.84;.2;.55;5041
+69098;43.56201;6.49857;190;20221230;15;6.9;11;1;10.91;0;.47;5066
+69098;43.56201;6.49857;190;20221231;15.4;5.9;10.6;1.5;10.91;0;.55;4981
+69099;43.57408;6.80327;152;20220101;13.1;10;11.5;1;11.55;0;.6;2465
+69099;43.57408;6.80327;152;20220102;12.5;9.6;11.1;1.4;9.89;.1;.77;2881
+69099;43.57408;6.80327;152;20220103;16.4;3.5;10;2.1;9.02;0;.91;7548
+69099;43.57408;6.80327;152;20220104;12.1;4.2;8.2;1;10.62;.4;.34;5337
+69099;43.57408;6.80327;152;20220105;14.9;9.6;12.3;2.4;9.35;7.6;1.26;4034
+69099;43.57408;6.80327;152;20220106;12.8;4.3;8.5;2.2;6.19;.1;1.19;6111
+69099;43.57408;6.80327;152;20220107;12.2;.6;6.4;2.9;4.92;.1;1.46;7438
+69099;43.57408;6.80327;152;20220108;13.5;2.3;7.9;5.1;6.12;.5;2.03;7322
+69099;43.57408;6.80327;152;20220109;12.6;6.9;9.7;7;5.85;0;2.87;5063
+69099;43.57408;6.80327;152;20220110;14;4;9;1.8;5.62;0;1.17;6925
+69099;43.57408;6.80327;152;20220111;14.9;.5;7.7;2;4.39;0;1.3;8614
+69099;43.57408;6.80327;152;20220112;13.9;-.2;6.9;2.1;4.75;0;1.25;8609
+69099;43.57408;6.80327;152;20220113;13.9;.2;7;2;5.15;0;1.18;8613
+69099;43.57408;6.80327;152;20220114;15.4;0;7.7;1.7;5.19;0;1.09;9159
+69099;43.57408;6.80327;152;20220115;15.1;.3;7.7;1.7;6.25;0;.95;9126
+69099;43.57408;6.80327;152;20220116;13.8;.7;7.3;1.6;6.72;0;.85;8623
+69099;43.57408;6.80327;152;20220117;16;1.3;8.7;1.9;6.35;0;1.14;9295
+69099;43.57408;6.80327;152;20220118;13.6;0;6.8;1.9;7.52;0;.83;8670
+69099;43.57408;6.80327;152;20220119;13;2.5;7.8;1.7;8.19;0;.74;7817
+69099;43.57408;6.80327;152;20220120;13.5;1.4;7.4;2.1;6.45;0;1.14;8624
+69099;43.57408;6.80327;152;20220121;13.9;.8;7.4;2;5.95;0;1.17;9145
+69099;43.57408;6.80327;152;20220122;13.2;.4;6.8;1.8;6.39;0;.97;9182
+69099;43.57408;6.80327;152;20220123;12.9;-.3;6.3;1.6;7.09;.1;.8;9447
+69099;43.57408;6.80327;152;20220124;13.3;.8;7.1;1.7;7.62;0;.84;9315
+69099;43.57408;6.80327;152;20220125;13.8;2.9;8.3;1.7;8.25;.1;.89;8145
+69099;43.57408;6.80327;152;20220126;12.9;1.2;7;1.6;7.62;0;.83;9166
+69099;43.57408;6.80327;152;20220127;13.3;2;7.6;1.5;7.92;.1;.86;8902
+69099;43.57408;6.80327;152;20220128;14.3;1.5;7.9;1.8;7.69;0;1;9779
+69099;43.57408;6.80327;152;20220129;15.8;2.6;9.2;1.7;6.99;0;1.22;10169
+69099;43.57408;6.80327;152;20220130;14.2;2;8.1;1.6;8.45;0;.9;9573
+69099;43.57408;6.80327;152;20220131;15.7;4.7;10.2;3;7.42;0;1.82;9342
+69099;43.57408;6.80327;152;20220201;15;3.7;9.3;2.6;4.59;0;1.98;9719
+69099;43.57408;6.80327;152;20220202;19.2;4.4;11.8;3.5;6.51;0;2.45;11337
+69099;43.57408;6.80327;152;20220203;16.1;3.4;9.7;1.8;9.19;0;1.14;10295
+69099;43.57408;6.80327;152;20220204;15.7;8.4;12.1;1.4;9.75;0;1.11;7149
+69099;43.57408;6.80327;152;20220205;16.3;4.9;10.6;1.4;8.79;0;1.15;10188
+69099;43.57408;6.80327;152;20220206;17.9;2.6;10.2;3.9;6.39;0;2.52;11971
+69099;43.57408;6.80327;152;20220207;17.9;8.1;13;4;7.22;0;2.86;9879
+69099;43.57408;6.80327;152;20220208;16.5;2.2;9.3;1.8;6.39;0;1.54;11955
+69099;43.57408;6.80327;152;20220209;17.2;1.9;9.5;2.6;7.72;.1;1.78;12704
+69099;43.57408;6.80327;152;20220210;13.7;4;8.8;3.4;8.77;0;1.95;12241
+69099;43.57408;6.80327;152;20220211;15.6;4.8;10.2;2.8;9.4;0;1.53;10640
+69099;43.57408;6.80327;152;20220212;14.7;4.5;9.6;3.2;7.64;0;1.9;11709
+69099;43.57408;6.80327;152;20220213;12.5;1.1;6.8;2.5;6.57;1.7;1.56;10347
+69099;43.57408;6.80327;152;20220214;9.8;6.5;8.1;3.3;9.83;28.5;.95;2960
+69099;43.57408;6.80327;152;20220215;12.9;4.3;8.6;4.1;8.07;0;1.86;11862
+69099;43.57408;6.80327;152;20220216;15.2;1.5;8.3;2.4;6.99;0;1.75;12763
+69099;43.57408;6.80327;152;20220217;17.8;4.5;11.2;2.5;9.32;.2;1.88;12256
+69099;43.57408;6.80327;152;20220218;16.6;3.9;10.2;1.7;10.65;0;1.32;12761
+69099;43.57408;6.80327;152;20220219;15.5;5.5;10.5;1.9;9.92;0;1.46;11592
+69099;43.57408;6.80327;152;20220220;18.2;3.4;10.8;2.8;7.35;0;2.36;14102
+69099;43.57408;6.80327;152;20220221;16.6;7.2;11.9;8.2;6.25;0;4.22;11418
+69099;43.57408;6.80327;152;20220222;18.7;7.6;13.1;3.8;6.09;0;3.28;12959
+69099;43.57408;6.80327;152;20220223;16.9;2.6;9.8;1.9;8.02;0;1.77;14854
+69099;43.57408;6.80327;152;20220224;14.9;2.3;8.6;2.5;8.59;.4;1.65;13428
+69099;43.57408;6.80327;152;20220225;16;5;10.5;2.7;8.12;.3;2.05;13408
+69099;43.57408;6.80327;152;20220226;14.8;5;9.9;1.9;5.35;0;2.05;12043
+69099;43.57408;6.80327;152;20220227;11.9;1.2;6.6;1.7;5.65;0;1.64;12732
+69099;43.57408;6.80327;152;20220228;16.6;.3;8.4;2.5;6.15;0;2.31;16150
+69099;43.57408;6.80327;152;20220301;12.7;3.7;8.2;2.5;6.65;0;1.88;12188
+69099;43.57408;6.80327;152;20220302;14;3.7;8.8;2;7.29;0;1.75;12062
+69099;43.57408;6.80327;152;20220303;13.6;3;8.3;1.8;8.95;.9;1.5;13534
+69099;43.57408;6.80327;152;20220304;13.9;3.1;8.5;1.6;9.42;3.5;1.48;13751
+69099;43.57408;6.80327;152;20220305;10.1;6.5;8.3;1.2;8.62;2;1.09;6825
+69099;43.57408;6.80327;152;20220306;10.4;4.7;7.5;1.2;7.19;.1;1.31;9417
+69099;43.57408;6.80327;152;20220307;12.5;.4;6.5;1.7;6.52;0;1.74;16023
+69099;43.57408;6.80327;152;20220308;11.6;.4;6;1.9;6.62;.1;1.65;14004
+69099;43.57408;6.80327;152;20220309;13.5;3.3;8.4;1.7;7.69;.1;1.79;14811
+69099;43.57408;6.80327;152;20220310;15;1.8;8.4;1.9;8.65;.1;1.86;16792
+69099;43.57408;6.80327;152;20220311;13.5;6.4;10;3;8.15;0;2.05;12083
+69099;43.57408;6.80327;152;20220312;12.8;7.9;10.4;5.5;6.62;.1;2.94;8235
+69099;43.57408;6.80327;152;20220313;10.2;10;10.1;4.6;7.65;4.2;1.92;601
+69099;43.57408;6.80327;152;20220314;13.4;6.8;10.1;3.9;10.16;1.3;1.55;8078
+69099;43.57408;6.80327;152;20220315;15.3;11.7;13.5;4.4;9.58;0;2.71;11238
+69099;43.57408;6.80327;152;20220316;16.3;6.4;11.3;2.9;10.71;0;2.05;14271
+69099;43.57408;6.80327;152;20220317;16.4;8.9;12.6;1.8;11.06;0;1.78;10490
+69099;43.57408;6.80327;152;20220318;16.8;9.3;13;3.3;9.74;0;2.42;9447
+69099;43.57408;6.80327;152;20220319;16.6;8.4;12.5;3.7;7.44;0;3.05;12474
+69099;43.57408;6.80327;152;20220320;13.9;6.4;10.2;4.3;6.77;0;2.83;9886
+69099;43.57408;6.80327;152;20220321;14;4.1;9;4.5;5.94;0;3.32;19084
+69099;43.57408;6.80327;152;20220322;14.7;.8;7.8;2.8;5.87;0;2.88;19988
+69099;43.57408;6.80327;152;20220323;16.6;1.4;9;2.5;5.4;0;3.16;20321
+69099;43.57408;6.80327;152;20220324;18.1;2;10.1;2.3;6.3;0;3.13;20520
+69099;43.57408;6.80327;152;20220325;17;1.9;9.4;2.5;7.14;0;3.02;20653
+69099;43.57408;6.80327;152;20220326;18.8;2.7;10.7;4.5;6.94;0;3.85;20052
+69099;43.57408;6.80327;152;20220327;20.9;11.3;16.1;3.1;7.43;0;4.12;17835
+69099;43.57408;6.80327;152;20220328;21.1;5.7;13.4;2.1;5.9;0;3.64;20116
+69099;43.57408;6.80327;152;20220329;17.2;5.6;11.4;2.3;8.7;.5;2.73;16975
+69099;43.57408;6.80327;152;20220330;14.8;9.7;12.3;2.5;11.37;14.7;1.68;6504
+69099;43.57408;6.80327;152;20220331;17.7;7.8;12.8;3.2;10.64;.1;3.24;21403
+69099;43.57408;6.80327;152;20220401;13.5;6.8;10.2;7.7;6.2;1;4.28;21890
+69099;43.57408;6.80327;152;20220402;13.3;2.7;8;4.9;5.87;.4;3.38;21583
+69099;43.57408;6.80327;152;20220403;11.4;2;6.7;2.8;7.27;1.3;2.06;12350
+69099;43.57408;6.80327;152;20220404;13.6;2.2;7.9;2.5;7.6;0;2.68;21352
+69099;43.57408;6.80327;152;20220405;15.3;1.5;8.4;2.3;7.47;0;2.9;23361
+69099;43.57408;6.80327;152;20220406;14;2.4;8.2;2.1;8.44;0;2.19;15569
+69099;43.57408;6.80327;152;20220407;17.8;9.7;13.7;5.6;10.06;0;3.71;18900
+69099;43.57408;6.80327;152;20220408;20.2;13.5;16.8;4.8;12.31;0;3.9;19346
+69099;43.57408;6.80327;152;20220409;17.7;12;14.8;8.4;5.22;0;6.47;22316
+69099;43.57408;6.80327;152;20220410;15.6;6.9;11.2;2.9;6.54;0;3.72;23602
+69099;43.57408;6.80327;152;20220411;15.4;3.3;9.4;3.3;8.8;0;2.89;19977
+69099;43.57408;6.80327;152;20220412;15.8;4.9;10.3;4.9;9.44;0;3.14;20904
+69099;43.57408;6.80327;152;20220413;18;11.1;14.5;4.2;9.5;0;4.14;23271
+69099;43.57408;6.80327;152;20220414;22.7;6.3;14.5;1.9;8.24;0;3.98;23008
+69099;43.57408;6.80327;152;20220415;23.3;9;16.2;1.9;9.02;0;4.02;21150
+69099;43.57408;6.80327;152;20220416;21.9;11.4;16.6;2.7;10.93;0;4.39;24012
+69099;43.57408;6.80327;152;20220417;19.2;13;16.1;2.9;10.37;0;4.05;21988
+69099;43.57408;6.80327;152;20220418;16.7;10.9;13.8;3;10.16;0;3.75;23768
+69099;43.57408;6.80327;152;20220419;19.1;6.6;12.9;2.2;11.7;0;3.1;20997
+69099;43.57408;6.80327;152;20220420;16.2;10.1;13.1;3.4;13.1;6.7;2.1;11055
+69099;43.57408;6.80327;152;20220421;17.9;11.9;14.9;3.7;12.2;.2;2.77;11825
+69099;43.57408;6.80327;152;20220422;18.3;11.5;14.9;2.5;13;.9;2.93;17119
+69099;43.57408;6.80327;152;20220423;14.7;11.6;13.1;2.8;13.34;18.4;1.44;5605
+69099;43.57408;6.80327;152;20220424;17.4;8.4;12.9;2.7;11.77;4.2;3.04;20393
+69099;43.57408;6.80327;152;20220425;19.5;8.3;13.9;3.5;11.8;0;3.93;25952
+69099;43.57408;6.80327;152;20220426;19.7;8.7;14.2;2.5;12.97;.1;3.53;24444
+69099;43.57408;6.80327;152;20220427;19;11.3;15.2;2.1;13.37;0;3.53;23046
+69099;43.57408;6.80327;152;20220428;21.7;9.5;15.6;2;10.34;0;4.4;26539
+69099;43.57408;6.80327;152;20220429;21.1;9.1;15.1;2.5;9.87;0;4.51;26580
+69099;43.57408;6.80327;152;20220430;20.6;9.7;15.1;2.4;10.97;.4;3.99;22726
+69099;43.57408;6.80327;152;20220501;21.2;8.7;14.9;2.2;11.74;.2;3.87;23349
+69099;43.57408;6.80327;152;20220502;20.4;8.3;14.3;2.3;12.84;0;3.78;25246
+69099;43.57408;6.80327;152;20220503;20;11.6;15.8;2;13.87;.7;3.31;20091
+69099;43.57408;6.80327;152;20220504;20.8;8.8;14.8;1.8;12.67;.3;3.78;24524
+69099;43.57408;6.80327;152;20220505;19.3;11.3;15.3;2.4;13.1;.3;2.65;12201
+69099;43.57408;6.80327;152;20220506;18.9;11.8;15.3;1.2;13.45;.2;2.99;18304
+69099;43.57408;6.80327;152;20220507;22.3;11.2;16.8;1.5;13.39;2.4;4.07;25068
+69099;43.57408;6.80327;152;20220508;21.8;12.8;17.3;1.7;13.82;3.7;3.78;21806
+69099;43.57408;6.80327;152;20220509;24.6;10.5;17.5;2.1;12.85;1.4;4.84;28157
+69099;43.57408;6.80327;152;20220510;26.1;11.9;19;2.2;13.22;0;5.16;28205
+69099;43.57408;6.80327;152;20220511;25.9;13;19.4;2;13.45;0;5.12;27991
+69099;43.57408;6.80327;152;20220512;26.9;11.9;19.4;2;12.39;0;5.4;29021
+69099;43.57408;6.80327;152;20220513;25.1;12;18.5;1.6;13.19;0;4.85;28206
+69099;43.57408;6.80327;152;20220514;22.5;11.4;16.9;1.6;14.82;.1;4.16;26124
+69099;43.57408;6.80327;152;20220515;23.3;12.8;18;1.4;15.72;0;4.13;25120
+69099;43.57408;6.80327;152;20220516;27;12.2;19.6;1.5;14.42;0;5.14;29468
+69099;43.57408;6.80327;152;20220517;24.4;13.5;19;1.7;16.02;0;4.52;26645
+69099;43.57408;6.80327;152;20220518;25.9;14;19.9;1.8;16.82;0;4.78;27139
+69099;43.57408;6.80327;152;20220519;28;15;21.5;1.8;13.89;0;5.49;28550
+69099;43.57408;6.80327;152;20220520;27;14;20.5;1.6;14.55;0;5.14;28780
+69099;43.57408;6.80327;152;20220521;27.9;15.7;21.8;1.7;16.85;0;5.13;26972
+69099;43.57408;6.80327;152;20220522;24.8;15.7;20.2;1.5;18.79;.1;4.03;22291
+69099;43.57408;6.80327;152;20220523;26.4;15.1;20.8;1.8;17.62;0;4.82;26341
+69099;43.57408;6.80327;152;20220524;28.1;13.8;20.9;2;15.35;1.4;5.4;29023
+69099;43.57408;6.80327;152;20220525;25.1;15.3;20.2;1.7;17.25;.8;4.55;24792
+69099;43.57408;6.80327;152;20220526;26.9;15.2;21;1.9;17.05;.1;5.13;27400
+69099;43.57408;6.80327;152;20220527;32.7;19.1;25.9;2;15.55;.1;6.6;29737
+69099;43.57408;6.80327;152;20220528;30.5;17.8;24.1;1.8;15.25;.2;5.95;28687
+69099;43.57408;6.80327;152;20220529;26.5;16.9;21.7;2.4;16.72;.4;5.12;25039
+69099;43.57408;6.80327;152;20220530;25.7;15.3;20.5;1.8;16.92;.2;4.79;26004
+69099;43.57408;6.80327;152;20220531;25;15.5;20.2;1.8;17.25;0;4.54;24792
+69099;43.57408;6.80327;152;20220601;27.1;14.5;20.8;1.8;17.19;0;5.28;29214
+69099;43.57408;6.80327;152;20220602;28.5;14.7;21.6;2;17.15;0;5.71;30218
+69099;43.57408;6.80327;152;20220603;29.6;18.6;24.1;1.8;16.49;2.1;5.68;26783
+69099;43.57408;6.80327;152;20220604;30.6;18.3;24.5;2.3;17.32;0;6.21;28663
+69099;43.57408;6.80327;152;20220605;32.8;18.5;25.6;2.5;18.22;0;6.89;31039
+69099;43.57408;6.80327;152;20220606;28.9;17.5;23.2;2.2;17.59;0;5.56;26628
+69099;43.57408;6.80327;152;20220607;32.9;19.9;26.4;4.2;13.12;0;8.39;29227
+69099;43.57408;6.80327;152;20220608;29.8;17.1;23.4;3.3;12.95;0;7.08;29629
+69099;43.57408;6.80327;152;20220609;30.2;19;24.6;3.7;11.72;0;7.61;28709
+69099;43.57408;6.80327;152;20220610;29.3;15.1;22.2;2.2;10.15;0;6.39;30160
+69099;43.57408;6.80327;152;20220611;29.7;15.7;22.7;2.1;11.65;0;6.33;30738
+69099;43.57408;6.80327;152;20220612;30.4;16.3;23.4;2;13.99;0;6.18;30045
+69099;43.57408;6.80327;152;20220613;28.8;16.9;22.9;1.8;17.15;0;5.68;28618
+69099;43.57408;6.80327;152;20220614;29.5;15.8;22.6;1.8;17.29;0;5.88;30266
+69099;43.57408;6.80327;152;20220615;29;18;23.5;1.6;19.55;0;5.56;28380
+69099;43.57408;6.80327;152;20220616;29.2;19.2;24.2;1.9;21.68;0;5.91;28356
+69099;43.57408;6.80327;152;20220617;30.8;18.1;24.5;1.7;20.38;0;6.01;29221
+69099;43.57408;6.80327;152;20220618;32.8;19.8;26.3;2.2;19.76;0;6.58;29608
+69099;43.57408;6.80327;152;20220619;32.3;19.8;26;2.1;17.33;0;6.69;30249
+69099;43.57408;6.80327;152;20220620;31.9;17.3;24.6;2;15.46;0;6.36;29468
+69099;43.57408;6.80327;152;20220621;30.4;17.6;24;1.8;18.41;.3;5.59;26063
+69099;43.57408;6.80327;152;20220622;28.6;21.1;24.9;2.3;22.61;2.3;4.28;17528
+69099;43.57408;6.80327;152;20220623;27.7;18;22.8;1.9;20.43;3.1;4.36;20297
+69099;43.57408;6.80327;152;20220624;30.9;16.6;23.8;2.2;17.92;.6;6.39;31185
+69099;43.57408;6.80327;152;20220625;29.8;17.8;23.8;2.2;17.02;0;6.05;28902
+69099;43.57408;6.80327;152;20220626;31.3;18.7;25;2.4;19.05;0;6.46;30003
+69099;43.57408;6.80327;152;20220627;31.9;19.2;25.5;2;17.82;0;6.46;29869
+69099;43.57408;6.80327;152;20220628;30.7;21;25.9;2.3;19.58;34.1;4.99;19215
+69099;43.57408;6.80327;152;20220629;30.8;15.9;23.4;2.5;18.86;0;6.18;30736
+69099;43.57408;6.80327;152;20220630;28.6;17.8;23.2;2.1;19.94;0;5.5;28088
+69099;43.57408;6.80327;152;20220701;31.2;18.9;25.1;2.5;18.21;0;6.59;30672
+69099;43.57408;6.80327;152;20220702;30.6;16.7;23.7;2.4;17.44;0;6.19;30017
+69099;43.57408;6.80327;152;20220703;33.2;18.7;25.9;2.2;15.51;0;6.72;29820
+69099;43.57408;6.80327;152;20220704;33.1;20.6;26.9;2.1;19.13;0;6.47;28641
+69099;43.57408;6.80327;152;20220705;34.6;20.8;27.7;2.6;19.91;0;7.16;30052
+69099;43.57408;6.80327;152;20220706;32;20.1;26;2.8;18.56;0;6.7;29286
+69099;43.57408;6.80327;152;20220707;31.9;19.4;25.6;1.8;18.05;0;6.28;29558
+69099;43.57408;6.80327;152;20220708;30.9;20.3;25.6;1.8;16.92;0;6;27556
+69099;43.57408;6.80327;152;20220709;31.8;18.7;25.2;2.3;16.55;0;6.55;30098
+69099;43.57408;6.80327;152;20220710;29.6;19.6;24.6;1.8;20.75;0;5.46;26590
+69099;43.57408;6.80327;152;20220711;29.4;18.3;23.8;1.8;19.39;0;5.56;27933
+69099;43.57408;6.80327;152;20220712;29.1;18.8;23.9;1.9;21.32;0;5.36;26921
+69099;43.57408;6.80327;152;20220713;31;19.1;25.1;1.7;21.12;0;5.77;28259
+69099;43.57408;6.80327;152;20220714;31.9;20;26;1.8;20.09;0;6;28438
+69099;43.57408;6.80327;152;20220715;30.6;19.2;24.9;1.9;21.95;0;5.61;27426
+69099;43.57408;6.80327;152;20220716;31.3;20.7;26;1.8;24.42;0;5.44;25930
+69099;43.57408;6.80327;152;20220717;33.2;21.7;27.5;1.7;22.75;0;6.11;27841
+69099;43.57408;6.80327;152;20220718;33.8;22.4;28.1;1.4;20.92;.1;6.03;27578
+69099;43.57408;6.80327;152;20220719;33.7;22.4;28.1;1.9;20.62;0;6.34;27689
+69099;43.57408;6.80327;152;20220720;35.1;22;28.5;1.8;18.05;0;6.72;29293
+69099;43.57408;6.80327;152;20220721;33.6;20.4;27;2.1;19.72;0;6.24;27866
+69099;43.57408;6.80327;152;20220722;32.1;21.6;26.9;1.8;24.15;0;5.63;26331
+69099;43.57408;6.80327;152;20220723;32.9;19.4;26.2;1.7;21.62;.1;5.88;28323
+69099;43.57408;6.80327;152;20220724;32.4;22.2;27.3;1.6;24.35;0;5.54;25577
+69099;43.57408;6.80327;152;20220725;31.8;21;26.4;1.9;24.45;0;5.55;26298
+69099;43.57408;6.80327;152;20220726;36.1;21.9;29;1.9;22.49;0;6.7;28785
+69099;43.57408;6.80327;152;20220727;31.3;21;26.2;2;19.69;.6;5.72;25663
+69099;43.57408;6.80327;152;20220728;30.8;21;25.9;1.9;20.05;0;5.38;24568
+69099;43.57408;6.80327;152;20220729;32.2;19.6;25.9;2.1;19.65;1.6;5.96;27128
+69099;43.57408;6.80327;152;20220730;31.6;19.7;25.6;1.9;18.15;0;5.73;26445
+69099;43.57408;6.80327;152;20220731;33.6;19.6;26.6;1.8;14.15;0;6.32;28462
+69099;43.57408;6.80327;152;20220801;32.6;19;25.8;1.9;16.12;0;6.04;27843
+69099;43.57408;6.80327;152;20220802;31.8;18.4;25.1;2;19.29;.1;5.78;27357
+69099;43.57408;6.80327;152;20220803;32.9;20.9;26.9;1.7;19.79;0;5.85;26944
+69099;43.57408;6.80327;152;20220804;33.9;20.9;27.4;1.7;17.65;0;6.06;27206
+69099;43.57408;6.80327;152;20220805;34;20.6;27.3;1.8;17.82;.1;5.99;27167
+69099;43.57408;6.80327;152;20220806;32.4;21;26.7;1.9;21.15;0;5.47;25096
+69099;43.57408;6.80327;152;20220807;33.7;20.6;27.2;2.1;19.85;.1;6.16;27163
+69099;43.57408;6.80327;152;20220808;32.2;19.9;26;2;19.32;0;5.73;26345
+69099;43.57408;6.80327;152;20220809;32.5;21.1;26.8;1.7;18.92;0;5.54;25380
+69099;43.57408;6.80327;152;20220810;31.9;21.4;26.6;1.7;18.85;3.8;5.25;23437
+69099;43.57408;6.80327;152;20220811;31.1;21.2;26.2;1.9;18.59;0;5.1;22447
+69099;43.57408;6.80327;152;20220812;30.8;19.4;25.1;1.9;19.89;0;5.22;24981
+69099;43.57408;6.80327;152;20220813;29.1;20.9;25;2.3;19.99;.1;4.64;20177
+69099;43.57408;6.80327;152;20220814;30.4;20.2;25.3;2.1;18.05;1;4.96;21374
+69099;43.57408;6.80327;152;20220815;31;16.7;23.8;1.9;19.72;1.2;5.2;26079
+69099;43.57408;6.80327;152;20220816;30.4;18.7;24.5;1.8;21.69;.9;4.87;24594
+69099;43.57408;6.80327;152;20220817;25.2;20.4;22.8;2.8;20.71;17.3;3.08;10539
+69099;43.57408;6.80327;152;20220818;27.4;17.8;22.6;3;18.76;5.8;4.34;19233
+69099;43.57408;6.80327;152;20220819;30.5;17.3;23.9;3.1;16.79;0;5.82;25568
+69099;43.57408;6.80327;152;20220820;32.4;19;25.7;2.3;17.41;0;5.73;25415
+69099;43.57408;6.80327;152;20220821;31.8;18.7;25.3;2.1;18.61;.4;5.26;23820
+69099;43.57408;6.80327;152;20220822;30.7;18.9;24.8;2;19.46;0;4.82;22323
+69099;43.57408;6.80327;152;20220823;31.1;19.1;25.1;2;19.46;0;5.04;24012
+69099;43.57408;6.80327;152;20220824;31.1;19.8;25.5;2;19.01;.1;5.08;23637
+69099;43.57408;6.80327;152;20220825;32;20.3;26.1;2;19.61;0;5.19;23711
+69099;43.57408;6.80327;152;20220826;31.1;21;26;1.9;22.16;.5;4.5;20606
+69099;43.57408;6.80327;152;20220827;29.9;19.3;24.6;2;21.16;1.3;4.35;20215
+69099;43.57408;6.80327;152;20220828;30.8;19.7;25.2;2.1;22.14;.1;4.67;22447
+69099;43.57408;6.80327;152;20220829;31.2;19.9;25.6;2.3;21.56;.4;4.75;21719
+69099;43.57408;6.80327;152;20220830;31.6;20.1;25.9;1.9;21.82;3.6;4.51;20851
+69099;43.57408;6.80327;152;20220831;28.7;17.5;23.1;1.8;19.52;.2;4.09;20758
+69099;43.57408;6.80327;152;20220901;30.2;18.8;24.5;1.8;20.52;.3;4.4;21811
+69099;43.57408;6.80327;152;20220902;27.7;17.6;22.6;1.8;20.25;4.3;3.8;19547
+69099;43.57408;6.80327;152;20220903;28.4;17.4;22.9;2;19.69;4.9;4.01;20255
+69099;43.57408;6.80327;152;20220904;28.3;17;22.7;2;19.85;.6;4.09;21196
+69099;43.57408;6.80327;152;20220905;30;17.3;23.6;1.7;19.42;0;4.32;22325
+69099;43.57408;6.80327;152;20220906;29.5;17.7;23.6;1.7;19.92;.4;4.02;20416
+69099;43.57408;6.80327;152;20220907;29.1;18.3;23.7;1.7;21.82;6.6;3.89;20195
+69099;43.57408;6.80327;152;20220908;30.2;17.5;23.8;3.3;17.39;0;5.07;21626
+69099;43.57408;6.80327;152;20220909;29.8;20.2;25;5.3;11.49;0;6.93;18709
+69099;43.57408;6.80327;152;20220910;29;17.1;23.1;4.4;11.35;0;6.06;20051
+69099;43.57408;6.80327;152;20220911;27.3;15.1;21.2;2.2;14.32;0;4.13;20720
+69099;43.57408;6.80327;152;20220912;27.7;14.6;21.1;1.8;16.49;0;3.8;20935
+69099;43.57408;6.80327;152;20220913;27.2;15.1;21.2;1.5;18.55;0;3.45;19817
+69099;43.57408;6.80327;152;20220914;25.2;18.9;22;1.3;20.55;6.8;2.6;13301
+69099;43.57408;6.80327;152;20220915;31.8;18.5;25.1;3.2;17.89;0;5.13;20410
+69099;43.57408;6.80327;152;20220916;30.5;20.9;25.7;5.7;13.12;0;6.91;17654
+69099;43.57408;6.80327;152;20220917;27.2;15.5;21.4;4.4;9.32;0;5.76;19059
+69099;43.57408;6.80327;152;20220918;25.2;12.3;18.7;1.9;12.15;0;3.56;19977
+69099;43.57408;6.80327;152;20220919;26;11.1;18.5;1.9;13.32;0;3.55;20406
+69099;43.57408;6.80327;152;20220920;26.2;13.9;20.1;1.8;14.05;0;3.49;18978
+69099;43.57408;6.80327;152;20220921;24.5;13.5;19;2.2;13.92;0;3.29;17297
+69099;43.57408;6.80327;152;20220922;22;15.4;18.7;1.7;12.79;0;2.67;12721
+69099;43.57408;6.80327;152;20220923;23.8;13.7;18.7;1.5;12.79;1.1;2.9;16704
+69099;43.57408;6.80327;152;20220924;16.8;14.3;15.6;1.3;15.49;12.3;1.31;6548
+69099;43.57408;6.80327;152;20220925;23.8;13.8;18.8;1.8;15.52;.8;2.77;16037
+69099;43.57408;6.80327;152;20220926;25.2;11.5;18.4;3.7;11.09;0;4.28;18574
+69099;43.57408;6.80327;152;20220927;23.4;14.8;19.1;7.8;8.35;.1;6.26;14728
+69099;43.57408;6.80327;152;20220928;25.3;15.7;20.5;7;11.05;0;5.85;15465
+69099;43.57408;6.80327;152;20220929;23.4;15.4;19.4;5.3;11.09;0;4.59;13542
+69099;43.57408;6.80327;152;20220930;21.5;12.5;17;1.8;10.29;1.4;2.72;14320
+69099;43.57408;6.80327;152;20221001;24.2;9.2;16.7;4.6;10.79;0;4.17;17852
+69099;43.57408;6.80327;152;20221002;27.5;16.5;22;3.5;14.15;0;4.26;15894
+69099;43.57408;6.80327;152;20221003;24.4;13.5;18.9;1.3;14.85;0;2.47;15511
+69099;43.57408;6.80327;152;20221004;24.8;11.5;18.2;1.5;13.72;.1;2.63;16894
+69099;43.57408;6.80327;152;20221005;24.3;12.3;18.3;1.3;15.45;.2;2.38;15988
+69099;43.57408;6.80327;152;20221006;23.8;11.2;17.5;1.5;15.25;.1;2.33;15742
+69099;43.57408;6.80327;152;20221007;24.4;12.6;18.5;1.6;14.85;.1;2.44;15413
+69099;43.57408;6.80327;152;20221008;21.5;12.7;17.1;1.2;14.79;0;1.85;11782
+69099;43.57408;6.80327;152;20221009;17.9;15;16.4;1.3;16.79;17.8;1.13;5847
+69099;43.57408;6.80327;152;20221010;22.4;15.1;18.7;1.3;16.19;.1;1.87;11055
+69099;43.57408;6.80327;152;20221011;23.3;12.4;17.9;1.6;14.95;.1;2.18;14168
+69099;43.57408;6.80327;152;20221012;23.7;13.1;18.4;1.5;14.29;0;2.18;13142
+69099;43.57408;6.80327;152;20221013;25.3;12.4;18.9;2.3;13.85;0;2.74;14730
+69099;43.57408;6.80327;152;20221014;23.5;13.7;18.6;1.7;14.69;.1;2.17;12467
+69099;43.57408;6.80327;152;20221015;23.4;10.6;17;1.4;14.62;.2;2;14488
+69099;43.57408;6.80327;152;20221016;23.7;12;17.8;1.8;15.62;.1;2.08;13358
+69099;43.57408;6.80327;152;20221017;24.5;12.5;18.5;1.6;15.09;0;2.14;13607
+69099;43.57408;6.80327;152;20221018;24.6;13;18.8;1.3;14.82;.1;1.98;13247
+69099;43.57408;6.80327;152;20221019;23.4;11.6;17.5;1.4;15.52;.1;1.78;12772
+69099;43.57408;6.80327;152;20221020;22.5;12.3;17.4;1.4;15.79;.4;1.71;11999
+69099;43.57408;6.80327;152;20221021;19.8;16.2;18;1.4;18.22;4.2;1.14;5888
+69099;43.57408;6.80327;152;20221022;24.5;16.6;20.5;1.2;19.85;.1;1.58;9716
+69099;43.57408;6.80327;152;20221023;24.4;15.5;20;1.8;18.19;.1;1.82;10297
+69099;43.57408;6.80327;152;20221024;23.9;15.4;19.7;1.2;18.49;.2;1.55;9519
+69099;43.57408;6.80327;152;20221025;24.4;13.9;19.2;1.3;17.52;.1;1.65;11366
+69099;43.57408;6.80327;152;20221026;23.6;13.4;18.5;1.4;16.99;.2;1.58;10788
+69099;43.57408;6.80327;152;20221027;24.2;13.6;18.9;1.4;16.55;.1;1.65;11193
+69099;43.57408;6.80327;152;20221028;25;13.6;19.3;1.5;15.49;0;1.82;11510
+69099;43.57408;6.80327;152;20221029;26.6;12.5;19.6;1.7;12.82;0;2.15;12552
+69099;43.57408;6.80327;152;20221030;23.7;11.5;17.6;1.5;12.39;.1;1.72;11633
+69099;43.57408;6.80327;152;20221031;22.7;10.5;16.6;1.3;13.69;0;1.46;11442
+69099;43.57408;6.80327;152;20221101;20;12.2;16.1;1.3;14.09;17.4;1.26;8398
+69099;43.57408;6.80327;152;20221102;22.2;10.8;16.5;2.2;13.98;.1;1.6;10675
+69099;43.57408;6.80327;152;20221103;18.4;10.6;14.5;2;13.92;22.1;1.17;8037
+69099;43.57408;6.80327;152;20221104;17.6;12.3;14.9;5.4;8.99;.8;3.05;7034
+69099;43.57408;6.80327;152;20221105;20.6;8.3;14.5;2;7.45;.1;2.02;10697
+69099;43.57408;6.80327;152;20221106;20.7;6.3;13.5;1.9;8.45;0;1.69;11459
+69099;43.57408;6.80327;152;20221107;20;6.2;13.1;1.6;10.39;.1;1.34;10940
+69099;43.57408;6.80327;152;20221108;19;7.5;13.3;1.6;12.19;.6;1.14;9442
+69099;43.57408;6.80327;152;20221109;18.1;12.4;15.3;1.2;14.72;12.4;.91;5974
+69099;43.57408;6.80327;152;20221110;20.2;12.4;16.3;1.6;14.42;0;1.19;7552
+69099;43.57408;6.80327;152;20221111;21.2;9.8;15.5;1.6;12.39;.1;1.3;9511
+69099;43.57408;6.80327;152;20221112;19;8.6;13.8;1.3;11.75;0;1.04;8762
+69099;43.57408;6.80327;152;20221113;19.6;11.3;15.4;2;10.92;.1;1.51;7119
+69099;43.57408;6.80327;152;20221114;16.9;8;12.5;1.9;11.29;11.1;1.06;6891
+69099;43.57408;6.80327;152;20221115;15.2;11.6;13.4;1.6;13.92;2.7;.69;3844
+69099;43.57408;6.80327;152;20221116;20.1;11.6;15.9;2.7;12.66;0;1.53;8976
+69099;43.57408;6.80327;152;20221117;22.4;10.5;16.4;4.3;10.48;0;2.75;8885
+69099;43.57408;6.80327;152;20221118;18.9;12.6;15.7;5.3;9.05;0;3.11;6205
+69099;43.57408;6.80327;152;20221119;18.1;6.5;12.3;2.2;7.42;0;1.58;8276
+69099;43.57408;6.80327;152;20221120;16.8;4.1;10.4;2.5;7.02;0;1.57;8770
+69099;43.57408;6.80327;152;20221121;14.4;4.8;9.6;2.2;8.22;8.3;1.13;7120
+69099;43.57408;6.80327;152;20221122;15.6;8.7;12.1;6;7.52;0;2.77;6073
+69099;43.57408;6.80327;152;20221123;16.6;6.2;11.4;4.3;7.15;0;2.15;7234
+69099;43.57408;6.80327;152;20221124;19.1;7.1;13.1;2.1;7.85;0;1.55;8169
+69099;43.57408;6.80327;152;20221125;17.6;7.8;12.7;1.4;9.42;0;1;7019
+69099;43.57408;6.80327;152;20221126;18.7;5.2;11.9;1.8;8.52;0;1.18;8494
+69099;43.57408;6.80327;152;20221127;16.7;4.8;10.8;1.7;7.89;0;1.08;7897
+69099;43.57408;6.80327;152;20221128;11.5;5.3;8.4;1.4;8.99;.5;.63;4999
+69099;43.57408;6.80327;152;20221129;9.7;5.8;7.8;1.5;9.15;1;.56;3622
+69099;43.57408;6.80327;152;20221130;15.5;3.4;9.5;1.8;7.85;.1;.93;7778
+69099;43.57408;6.80327;152;20221201;14.1;5.2;9.7;1.4;8.45;0;.78;6135
+69099;43.57408;6.80327;152;20221202;13.9;2.8;8.4;1.9;7.82;2.8;.88;6986
+69099;43.57408;6.80327;152;20221203;11.9;6.1;9;2.3;9.75;18;.71;4156
+69099;43.57408;6.80327;152;20221204;12.1;8.8;10.5;1.5;11.42;16.4;.56;2954
+69099;43.57408;6.80327;152;20221205;14.2;6.7;10.5;1.5;9.52;0;.74;5671
+69099;43.57408;6.80327;152;20221206;14.8;2.3;8.6;1.6;7.15;0;.83;7551
+69099;43.57408;6.80327;152;20221207;14.6;1.6;8.1;1.8;7.65;.1;.81;7642
+69099;43.57408;6.80327;152;20221208;10.9;3.7;7.3;1.6;8.89;18.3;.49;5222
+69099;43.57408;6.80327;152;20221209;11.6;8;9.8;1.4;11.82;6.9;.41;2820
+69099;43.57408;6.80327;152;20221210;14.6;6.7;10.6;2;9.39;0;.84;5246
+69099;43.57408;6.80327;152;20221211;10.4;.6;5.5;3.4;4.55;0;1.41;6297
+69099;43.57408;6.80327;152;20221212;11.8;0;5.9;2;4.92;9.9;1.05;6931
+69099;43.57408;6.80327;152;20221213;7.2;4.5;5.9;1.3;8.85;3.4;.4;2098
+69099;43.57408;6.80327;152;20221214;12.6;6.4;9.5;1.6;9.79;.2;.61;4196
+69099;43.57408;6.80327;152;20221215;11.7;4.7;8.2;1.9;10.75;38.3;.35;4360
+69099;43.57408;6.80327;152;20221216;14.6;9.8;12.2;1.2;11.49;.1;.6;3934
+69099;43.57408;6.80327;152;20221217;14.1;3.5;8.8;2.7;9.01;0;.94;6296
+69099;43.57408;6.80327;152;20221218;13.8;4.6;9.2;2.6;8.51;0;.98;5812
+69099;43.57408;6.80327;152;20221219;12.1;5.3;8.7;1.8;9.56;.4;.73;3165
+69099;43.57408;6.80327;152;20221220;14.7;8.7;11.7;1;12.55;4.9;.47;4188
+69099;43.57408;6.80327;152;20221221;14;11.4;12.7;1.5;13.65;7;.54;2101
+69099;43.57408;6.80327;152;20221222;17.3;6.8;12.1;2.9;10.52;0;1.14;6523
+69099;43.57408;6.80327;152;20221223;20.1;11;15.5;4;11.42;0;1.99;5945
+69099;43.57408;6.80327;152;20221224;20.5;11.6;16.1;2.4;11.45;0;1.49;5866
+69099;43.57408;6.80327;152;20221225;17;8.2;12.6;1.8;12.29;0;.69;5069
+69099;43.57408;6.80327;152;20221226;17.6;8.3;12.9;1.6;11.89;0;.71;5969
+69099;43.57408;6.80327;152;20221227;17.9;8.2;13.1;2.8;9.62;0;1.43;6131
+69099;43.57408;6.80327;152;20221228;15.8;4.6;10.2;1.6;8.39;0;.78;6761
+69099;43.57408;6.80327;152;20221229;15.9;6.7;11.3;1.3;11.05;.3;.57;5836
+69099;43.57408;6.80327;152;20221230;16.4;7.2;11.8;1.3;11.39;0;.58;6196
+69099;43.57408;6.80327;152;20221231;16.1;6.5;11.3;1.5;11.25;0;.61;6109
+69100;43.62991;7.06602;69;20220101;13.5;9.1;11.3;2.3;10.88;.1;.91;1839
+69100;43.62991;7.06602;69;20220102;12.9;9.8;11.4;2.7;9.83;.1;1.12;2875
+69100;43.62991;7.06602;69;20220103;14;5.6;9.8;3;9.53;0;.95;6429
+69100;43.62991;7.06602;69;20220104;12.3;5.7;9;2.6;10.28;.4;.69;3126
+69100;43.62991;7.06602;69;20220105;15.4;9.9;12.7;2.8;10.73;7.5;1.09;4558
+69100;43.62991;7.06602;69;20220106;14.2;6;10.1;3.2;6.93;.1;1.56;6492
+69100;43.62991;7.06602;69;20220107;13;2.4;7.7;4.2;5.08;0;1.99;7858
+69100;43.62991;7.06602;69;20220108;12.8;1.6;7.2;3.6;6.58;.1;1.36;8027
+69100;43.62991;7.06602;69;20220109;14;5.4;9.7;5.7;5.43;0;2.71;7462
+69100;43.62991;7.06602;69;20220110;14.2;4;9.1;3;5.33;0;1.75;7418
+69100;43.62991;7.06602;69;20220111;14.9;2.4;8.6;3.7;4.23;0;2.25;8704
+69100;43.62991;7.06602;69;20220112;14.6;1.7;8.2;3.9;4.58;0;2.19;8804
+69100;43.62991;7.06602;69;20220113;14.4;2.1;8.2;4.1;4.88;0;2.22;8686
+69100;43.62991;7.06602;69;20220114;15.1;2.5;8.8;3.6;5.28;0;1.99;8963
+69100;43.62991;7.06602;69;20220115;14.4;3.2;8.8;3.2;7.33;0;1.41;8750
+69100;43.62991;7.06602;69;20220116;13.3;3.2;8.2;3.2;7.08;0;1.33;8543
+69100;43.62991;7.06602;69;20220117;14.7;3.1;8.9;3.8;6.73;0;1.76;9033
+69100;43.62991;7.06602;69;20220118;13.8;2.9;8.3;3.4;7.23;0;1.46;8083
+69100;43.62991;7.06602;69;20220119;14.3;4;9.1;3.1;8.08;0;1.3;8210
+69100;43.62991;7.06602;69;20220120;13.2;3;8.1;2.9;7.28;0;1.24;8950
+69100;43.62991;7.06602;69;20220121;13.8;2.8;8.3;3.4;6.48;0;1.63;9304
+69100;43.62991;7.06602;69;20220122;13.1;2.5;7.8;3.1;6.63;0;1.45;9254
+69100;43.62991;7.06602;69;20220123;12.6;2.7;7.7;3.2;7.23;0;1.31;9466
+69100;43.62991;7.06602;69;20220124;12.9;3.1;8;3.1;7.63;0;1.26;9324
+69100;43.62991;7.06602;69;20220125;13.3;5.6;9.5;3.1;8.43;0;1.33;6663
+69100;43.62991;7.06602;69;20220126;12.6;3.1;7.9;3.1;7.63;0;1.25;9452
+69100;43.62991;7.06602;69;20220127;13.4;3.4;8.4;3.2;7.83;.1;1.36;8625
+69100;43.62991;7.06602;69;20220128;14;4.3;9.1;3;8.03;0;1.39;9562
+69100;43.62991;7.06602;69;20220129;15.1;4;9.6;3.3;7.58;0;1.65;10533
+69100;43.62991;7.06602;69;20220130;13.8;4.1;9;2.9;8.33;0;1.31;9576
+69100;43.62991;7.06602;69;20220131;12.7;6.6;9.6;2.5;8.53;0;1.19;7236
+69100;43.62991;7.06602;69;20220201;15.1;3.3;9.2;2.9;5.23;0;2.01;11105
+69100;43.62991;7.06602;69;20220202;17.6;3.4;10.5;2.8;6.73;0;1.97;11303
+69100;43.62991;7.06602;69;20220203;15.4;6.4;10.9;2.9;9.63;0;1.42;8868
+69100;43.62991;7.06602;69;20220204;14.6;9.5;12;2.1;10.13;0;1.23;5674
+69100;43.62991;7.06602;69;20220205;15.2;7.7;11.5;2.6;9.43;0;1.47;10028
+69100;43.62991;7.06602;69;20220206;16.1;5.3;10.7;3.2;7.63;0;1.87;11607
+69100;43.62991;7.06602;69;20220207;17.5;5.8;11.6;3.3;7.83;0;2.19;10399
+69100;43.62991;7.06602;69;20220208;15.8;4.4;10.1;3.3;7.23;0;1.97;12252
+69100;43.62991;7.06602;69;20220209;16.1;4.2;10.1;3.8;7.98;0;2.04;12281
+69100;43.62991;7.06602;69;20220210;17.2;3.6;10.4;3.2;8.68;0;1.83;12262
+69100;43.62991;7.06602;69;20220211;14.3;6.8;10.6;2.9;9.63;0;1.42;10160
+69100;43.62991;7.06602;69;20220212;15;6.3;10.7;3.9;7.98;0;2.07;11514
+69100;43.62991;7.06602;69;20220213;12.9;3.9;8.4;2.7;6.53;1.8;1.72;10771
+69100;43.62991;7.06602;69;20220214;9.3;6.6;7.9;3.3;9.28;28.7;.86;1599
+69100;43.62991;7.06602;69;20220215;12.7;4.5;8.6;2.5;8.83;0;1.3;11243
+69100;43.62991;7.06602;69;20220216;14.2;4;9.1;3.1;7.03;0;1.94;11761
+69100;43.62991;7.06602;69;20220217;15.4;5;10.2;2.6;9.23;.3;1.59;11701
+69100;43.62991;7.06602;69;20220218;14.9;5.9;10.4;2.4;10.93;0;1.3;12098
+69100;43.62991;7.06602;69;20220219;15.4;7.5;11.4;1.7;11.73;0;1.18;9613
+69100;43.62991;7.06602;69;20220220;16.9;6.7;11.8;3.3;9.13;0;2.17;14135
+69100;43.62991;7.06602;69;20220221;18.3;6.6;12.5;7.1;6.23;0;4.28;14235
+69100;43.62991;7.06602;69;20220222;16.2;8.1;12.2;3.5;6.93;0;2.74;14063
+69100;43.62991;7.06602;69;20220223;15.5;5.4;10.5;2.8;8.43;0;2.05;14914
+69100;43.62991;7.06602;69;20220224;14.8;5.3;10;3;8.43;.6;1.88;10620
+69100;43.62991;7.06602;69;20220225;15.2;5.3;10.2;2.6;9.18;0;1.81;14280
+69100;43.62991;7.06602;69;20220226;14.9;6.1;10.5;3.3;5.63;0;2.65;13625
+69100;43.62991;7.06602;69;20220227;12.7;3;7.8;3.5;5.18;0;2.38;11371
+69100;43.62991;7.06602;69;20220228;15.1;2.3;8.7;3.6;6.53;0;2.48;15863
+69100;43.62991;7.06602;69;20220301;12.8;4.7;8.8;4.3;6.58;0;2.41;13897
+69100;43.62991;7.06602;69;20220302;12.8;3.9;8.4;3;7.33;0;1.86;11593
+69100;43.62991;7.06602;69;20220303;13.2;5.2;9.2;2.4;9.08;.6;1.48;9625
+69100;43.62991;7.06602;69;20220304;14;6.2;10.1;2.5;9.78;2.3;1.66;12703
+69100;43.62991;7.06602;69;20220305;10;7.5;8.7;2.4;8.83;1.8;1.15;4003
+69100;43.62991;7.06602;69;20220306;10.7;5.8;8.2;1.9;7.53;.1;1.38;7409
+69100;43.62991;7.06602;69;20220307;11.8;2.7;7.3;2.6;6.73;0;1.99;16342
+69100;43.62991;7.06602;69;20220308;11.6;3;7.3;2.9;6.83;.1;1.72;8178
+69100;43.62991;7.06602;69;20220309;12.9;4.5;8.7;2.8;7.88;0;2.04;15859
+69100;43.62991;7.06602;69;20220310;14.1;3.9;9;3;8.98;.1;1.95;16108
+69100;43.62991;7.06602;69;20220311;14.4;8.4;11.4;4.1;8.28;0;2.5;11455
+69100;43.62991;7.06602;69;20220312;13.5;6.5;10;7.7;7.18;0;3;10021
+69100;43.62991;7.06602;69;20220313;11.6;11.2;11.4;6.4;7.78;3.4;2.55;1000
+69100;43.62991;7.06602;69;20220314;14;7.5;10.8;4;10.33;1.5;1.63;7314
+69100;43.62991;7.06602;69;20220315;15.6;12.7;14.1;4.6;9.88;0;2.82;12476
+69100;43.62991;7.06602;69;20220316;16;7.9;12;4;10.88;0;2.26;15005
+69100;43.62991;7.06602;69;20220317;16.1;9.9;13;2.2;11.53;0;1.84;10700
+69100;43.62991;7.06602;69;20220318;17.1;10.5;13.8;3.8;9.98;0;2.63;11071
+69100;43.62991;7.06602;69;20220319;17;8.8;12.9;4.3;7.93;0;3.19;13811
+69100;43.62991;7.06602;69;20220320;14.5;8.5;11.5;4.4;6.93;0;3.02;11329
+69100;43.62991;7.06602;69;20220321;14.2;4.8;9.5;4.8;5.93;0;3.4;19277
+69100;43.62991;7.06602;69;20220322;15;3.7;9.3;3.3;6.03;0;3.09;20033
+69100;43.62991;7.06602;69;20220323;16.9;4.5;10.7;3;5.58;0;3.46;20432
+69100;43.62991;7.06602;69;20220324;17.4;6.1;11.7;2.7;6.98;0;3.27;20581
+69100;43.62991;7.06602;69;20220325;16.6;5.4;11;3.1;7.23;0;3.27;20779
+69100;43.62991;7.06602;69;20220326;18.6;6;12.3;5.3;7.38;0;4.04;20628
+69100;43.62991;7.06602;69;20220327;21.3;11.1;16.2;2.9;7.23;0;3.93;16126
+69100;43.62991;7.06602;69;20220328;20.3;9;14.7;2.4;5.93;0;3.9;20624
+69100;43.62991;7.06602;69;20220329;16.1;8.2;12.2;2.7;9.38;.4;2.83;18213
+69100;43.62991;7.06602;69;20220330;16.1;10.5;13.3;3;11.33;13.5;2.02;8456
+69100;43.62991;7.06602;69;20220331;16.4;9;12.7;2.2;11.43;0;2.74;21154
+69100;43.62991;7.06602;69;20220401;15.3;6.9;11.1;6.1;6.53;1.1;4.13;21336
+69100;43.62991;7.06602;69;20220402;13.5;1.1;7.3;1.9;6.88;.4;2.46;20266
+69100;43.62991;7.06602;69;20220403;12.1;4.1;8.1;3.2;7.78;.5;2.23;11800
+69100;43.62991;7.06602;69;20220404;13.5;4.2;8.9;3;7.63;0;2.84;22028
+69100;43.62991;7.06602;69;20220405;14.4;4.2;9.3;2.9;8.13;0;2.92;23192
+69100;43.62991;7.06602;69;20220406;13.7;5;9.4;2.4;8.98;0;2.22;15754
+69100;43.62991;7.06602;69;20220407;19.8;8.9;14.4;5.6;10.08;0;3.71;18900
+69100;43.62991;7.06602;69;20220408;23.9;14.2;19.1;6.2;13.02;0;3.67;20126
+69100;43.62991;7.06602;69;20220409;20.2;13.1;16.7;6.1;4.98;0;6.32;19932
+69100;43.62991;7.06602;69;20220410;16.5;5.1;10.8;3.3;6.79;0;3.91;24001
+69100;43.62991;7.06602;69;20220411;15.8;5.8;10.8;3.8;9.13;0;3.13;21665
+69100;43.62991;7.06602;69;20220412;15.9;7.2;11.6;5.2;9.63;0;3.32;21906
+69100;43.62991;7.06602;69;20220413;19;11.1;15.1;3.8;9.03;0;4.23;22869
+69100;43.62991;7.06602;69;20220414;22.1;9.3;15.7;2.1;8.48;0;4.1;22963
+69100;43.62991;7.06602;69;20220415;21.2;13;17.1;2.8;9.28;0;4.53;23000
+69100;43.62991;7.06602;69;20220416;22.9;11.6;17.2;2.8;10.93;0;4.39;23337
+69100;43.62991;7.06602;69;20220417;17.9;13.1;15.5;2.8;10.68;0;3.75;21882
+69100;43.62991;7.06602;69;20220418;17.1;12.5;14.8;3;10.13;0;3.85;22801
+69100;43.62991;7.06602;69;20220419;17.3;9;13.2;2.6;12.08;0;2.9;19845
+69100;43.62991;7.06602;69;20220420;16.5;12.4;14.4;3.8;13.38;5.5;2.35;12383
+69100;43.62991;7.06602;69;20220421;18.3;12.7;15.5;4.2;12.13;.4;3.06;13588
+69100;43.62991;7.06602;69;20220422;18;12.3;15.2;2.7;13.18;.6;2.89;16929
+69100;43.62991;7.06602;69;20220423;15.1;12.1;13.6;2.8;13.38;15.6;1.58;6808
+69100;43.62991;7.06602;69;20220424;16.9;9.2;13.1;2.8;11.93;4.1;2.94;20040
+69100;43.62991;7.06602;69;20220425;18;8.1;13.1;3.1;12.38;0;3.46;26079
+69100;43.62991;7.06602;69;20220426;17.2;10.5;13.8;2.9;13.53;0;3.17;23366
+69100;43.62991;7.06602;69;20220427;17.8;13.6;15.7;2.3;13.93;0;3.36;21870
+69100;43.62991;7.06602;69;20220428;20.9;11.5;16.2;2.1;10.53;0;4.38;26608
+69100;43.62991;7.06602;69;20220429;20;11.4;15.7;2.8;10.08;0;4.51;26570
+69100;43.62991;7.06602;69;20220430;19.7;12.3;16;2.7;11.08;.2;4.08;22789
+69100;43.62991;7.06602;69;20220501;20.4;11.1;15.8;2.6;12.28;.1;3.94;23524
+69100;43.62991;7.06602;69;20220502;19.1;10.5;14.8;2.6;13.18;0;3.83;26419
+69100;43.62991;7.06602;69;20220503;18.8;12.7;15.8;2.3;14.28;0;3.29;20737
+69100;43.62991;7.06602;69;20220504;19.5;11.2;15.3;2.2;13.28;.2;4.01;26987
+69100;43.62991;7.06602;69;20220505;19.4;13;16.2;3.2;13.08;.2;2.97;13051
+69100;43.62991;7.06602;69;20220506;18.9;13.2;16.1;1.8;13.43;0;2.47;11696
+69100;43.62991;7.06602;69;20220507;21.1;13.1;17.1;2.5;12.93;.8;4.14;23339
+69100;43.62991;7.06602;69;20220508;22.8;14.5;18.7;2.6;13.43;2.3;4;18992
+69100;43.62991;7.06602;69;20220509;23;13.2;18.1;2.8;12.88;1;4.86;26766
+69100;43.62991;7.06602;69;20220510;24.3;14.5;19.4;2.8;13.48;0;5.25;27978
+69100;43.62991;7.06602;69;20220511;20.9;13.8;17.4;2.2;15.38;0;4.23;26773
+69100;43.62991;7.06602;69;20220512;21.9;13;17.5;2.4;15.13;0;4.46;28198
+69100;43.62991;7.06602;69;20220513;20.6;13;16.8;2.3;15.08;0;4.12;26457
+69100;43.62991;7.06602;69;20220514;20.4;13.6;17;2.1;15.38;0;3.9;24403
+69100;43.62991;7.06602;69;20220515;21.3;14.2;17.8;1.9;16.08;0;4.16;25838
+69100;43.62991;7.06602;69;20220516;22.8;14.2;18.5;2;16.18;0;4.62;28120
+69100;43.62991;7.06602;69;20220517;22.2;15.2;18.7;2.3;17.23;0;4.46;27305
+69100;43.62991;7.06602;69;20220518;23.3;16.1;19.7;1.9;18.13;0;4.48;26226
+69100;43.62991;7.06602;69;20220519;25.8;17.5;21.6;1.8;15.58;0;5.3;28019
+69100;43.62991;7.06602;69;20220520;24.6;17;20.8;2.4;16.23;0;5.25;28247
+69100;43.62991;7.06602;69;20220521;23.9;16.8;20.3;2.5;19.03;0;4.57;26170
+69100;43.62991;7.06602;69;20220522;23.5;18.6;21;1.7;19.58;.1;3.19;15609
+69100;43.62991;7.06602;69;20220523;24.1;17.1;20.6;2.6;19.33;0;3.99;21264
+69100;43.62991;7.06602;69;20220524;24.8;15.9;20.3;2.9;16.88;1.4;5.08;27326
+69100;43.62991;7.06602;69;20220525;24.2;17.3;20.8;2.9;18.48;.1;4.35;22529
+69100;43.62991;7.06602;69;20220526;25.7;17.8;21.8;2.6;16.93;0;5.35;27029
+69100;43.62991;7.06602;69;20220527;31.2;21.5;26.3;2.7;15.58;.1;6.99;29426
+69100;43.62991;7.06602;69;20220528;28.5;19.6;24.1;2.4;16.33;.3;6.23;29513
+69100;43.62991;7.06602;69;20220529;24.9;18.8;21.8;3.6;18.43;0;4.89;23528
+69100;43.62991;7.06602;69;20220530;23.6;17.1;20.3;3;17.48;.1;4.49;23117
+69100;43.62991;7.06602;69;20220531;24.1;16.7;20.4;2.4;17.13;0;4.72;25131
+69100;43.62991;7.06602;69;20220601;24.5;16.9;20.7;2.3;18.28;0;5.17;29183
+69100;43.62991;7.06602;69;20220602;26.7;17;21.9;2.6;17.93;0;5.65;29377
+69100;43.62991;7.06602;69;20220603;27.3;20.1;23.7;2.7;16.53;2;5.02;19585
+69100;43.62991;7.06602;69;20220604;28;20.4;24.2;3;18.98;0;5.66;25212
+69100;43.62991;7.06602;69;20220605;27.9;19.5;23.7;2.8;20.38;0;5.71;27908
+69100;43.62991;7.06602;69;20220606;25.3;19.1;22.2;2.6;20.78;0;5;26993
+69100;43.62991;7.06602;69;20220607;29.3;19.6;24.5;3.1;18.93;0;6.42;30153
+69100;43.62991;7.06602;69;20220608;27.8;19.1;23.5;3.3;15.73;0;6.07;25463
+69100;43.62991;7.06602;69;20220609;26.6;19;22.8;3.1;15.38;0;6.19;29174
+69100;43.62991;7.06602;69;20220610;27.1;17.6;22.3;3.1;11.48;0;6.8;30860
+69100;43.62991;7.06602;69;20220611;27.5;18.8;23.1;2.8;13.28;0;6.63;30726
+69100;43.62991;7.06602;69;20220612;27.7;18.9;23.3;2.4;16.43;0;6.18;30091
+69100;43.62991;7.06602;69;20220613;26.5;19.2;22.8;2.3;18.73;0;5.65;29108
+69100;43.62991;7.06602;69;20220614;27.4;18.5;23;2.1;19.63;0;5.86;30464
+69100;43.62991;7.06602;69;20220615;26.5;20.2;23.3;1.8;21.13;0;5.05;25889
+69100;43.62991;7.06602;69;20220616;26.5;21;23.8;2.1;23.13;0;5.32;27752
+69100;43.62991;7.06602;69;20220617;27.8;20.3;24;1.9;21.63;0;5.66;28914
+69100;43.62991;7.06602;69;20220618;30.6;22.7;26.6;2.4;21.73;0;6.42;29234
+69100;43.62991;7.06602;69;20220619;30.2;22.7;26.4;2.4;19.23;0;6.69;30374
+69100;43.62991;7.06602;69;20220620;29.2;20.5;24.9;2.7;17.33;0;6.55;29648
+69100;43.62991;7.06602;69;20220621;28.9;20.3;24.6;2.1;19.93;.1;5.59;26489
+69100;43.62991;7.06602;69;20220622;28.6;22.5;25.5;3;22.68;1.6;4.43;16660
+69100;43.62991;7.06602;69;20220623;27;20.2;23.6;2.5;21.28;2.8;4.24;18608
+69100;43.62991;7.06602;69;20220624;28.6;18.7;23.6;3.9;19.33;2.7;6.34;30288
+69100;43.62991;7.06602;69;20220625;28.1;18.8;23.4;2.6;17.78;0;6.23;30582
+69100;43.62991;7.06602;69;20220626;29.4;20.1;24.7;3.8;19.73;0;6.51;29450
+69100;43.62991;7.06602;69;20220627;30.7;21.9;26.3;2.4;18.48;0;6.61;29165
+69100;43.62991;7.06602;69;20220628;29.6;23;26.3;2.9;20.48;23.8;5.12;18378
+69100;43.62991;7.06602;69;20220629;27.3;17.6;22.4;3.1;19.98;0;5.81;30441
+69100;43.62991;7.06602;69;20220630;26.4;19.6;23;2.6;21.38;0;5.31;27632
+69100;43.62991;7.06602;69;20220701;28.2;20.5;24.4;2.8;21.38;.1;6.06;30243
+69100;43.62991;7.06602;69;20220702;27.1;19.6;23.3;2.9;19.93;0;5.86;29351
+69100;43.62991;7.06602;69;20220703;28.9;20.1;24.5;2.4;18.28;0;6.25;29625
+69100;43.62991;7.06602;69;20220704;28.4;21.4;24.9;2.2;22.18;.1;5.67;27588
+69100;43.62991;7.06602;69;20220705;29.8;22.5;26.1;2.6;22.88;0;6.31;29681
+69100;43.62991;7.06602;69;20220706;28.8;20.9;24.9;3.1;21.68;0;6.08;28723
+69100;43.62991;7.06602;69;20220707;30.2;22.3;26.2;3;19.63;0;6.78;29860
+69100;43.62991;7.06602;69;20220708;29.8;22.6;26.2;2.5;17.83;0;6.63;29223
+69100;43.62991;7.06602;69;20220709;29.4;21.4;25.4;2.9;17.83;0;6.57;28729
+69100;43.62991;7.06602;69;20220710;27.9;21.6;24.8;2.5;21.58;0;5.82;28167
+69100;43.62991;7.06602;69;20220711;28.1;21.2;24.6;2.4;21.23;0;5.8;28335
+69100;43.62991;7.06602;69;20220712;27.5;21.1;24.3;2.3;21.33;0;5.64;27996
+69100;43.62991;7.06602;69;20220713;29.5;21.7;25.6;2.2;21.78;0;5.98;28539
+69100;43.62991;7.06602;69;20220714;29.5;23;26.3;2.8;21.93;0;6.15;27462
+69100;43.62991;7.06602;69;20220715;29.1;22.3;25.7;2.6;23.83;0;5.73;27167
+69100;43.62991;7.06602;69;20220716;29.5;22.7;26.1;2.7;25.28;0;5.07;22630
+69100;43.62991;7.06602;69;20220717;32.9;23.2;28.1;1.9;23.43;0;6.13;26901
+69100;43.62991;7.06602;69;20220718;31.9;25.1;28.5;2.2;21.93;.3;6.12;25262
+69100;43.62991;7.06602;69;20220719;32.6;25;28.8;3.1;21.58;.1;7.08;27844
+69100;43.62991;7.06602;69;20220720;33.9;25.3;29.6;2.7;20.53;0;7.23;28673
+69100;43.62991;7.06602;69;20220721;31.4;23.3;27.4;2.6;21.73;0;6.56;28578
+69100;43.62991;7.06602;69;20220722;29.9;23.8;26.8;2.7;24.73;0;5.89;26702
+69100;43.62991;7.06602;69;20220723;30;22.6;26.3;2.6;25.23;0;5.62;26076
+69100;43.62991;7.06602;69;20220724;30.5;23.9;27.2;2.5;25.73;0;5.8;26330
+69100;43.62991;7.06602;69;20220725;29.9;23.8;26.9;2.5;26.48;0;5.59;26111
+69100;43.62991;7.06602;69;20220726;31.1;24.3;27.7;2.9;25.63;0;6.17;27381
+69100;43.62991;7.06602;69;20220727;30;23.6;26.8;2.7;22.58;.4;5.94;26183
+69100;43.62991;7.06602;69;20220728;29.3;23.3;26.3;2.8;21.93;0;5.73;25175
+69100;43.62991;7.06602;69;20220729;29.9;22.1;26;3;21.73;2.5;5.5;22895
+69100;43.62991;7.06602;69;20220730;30;20.9;25.5;3.2;19.98;0;6.2;27227
+69100;43.62991;7.06602;69;20220731;31.8;22;26.9;3;16.68;0;6.93;28350
+69100;43.62991;7.06602;69;20220801;31.1;22.2;26.6;2.6;17.78;0;6.54;27991
+69100;43.62991;7.06602;69;20220802;30.3;21.8;26.1;2.6;20.03;.1;6.04;26699
+69100;43.62991;7.06602;69;20220803;31.2;23.6;27.4;2.5;20.38;0;6.27;27021
+69100;43.62991;7.06602;69;20220804;31.7;24.1;27.9;2.7;19.28;0;6.55;26844
+69100;43.62991;7.06602;69;20220805;30.8;23.6;27.2;2.8;21.23;.1;6.2;26530
+69100;43.62991;7.06602;69;20220806;29.8;23.4;26.6;2.6;23.38;0;5.6;25058
+69100;43.62991;7.06602;69;20220807;32.3;22.9;27.6;3.7;20.13;.9;6.86;26790
+69100;43.62991;7.06602;69;20220808;30.6;21.3;25.9;3.7;19.33;.1;6.33;25912
+69100;43.62991;7.06602;69;20220809;30.8;22.9;26.9;2.6;20.53;.2;6.01;25968
+69100;43.62991;7.06602;69;20220810;30.6;24.1;27.4;3;19.43;2.6;5.56;19516
+69100;43.62991;7.06602;69;20220811;29.7;21.8;25.8;3.4;19.58;0;5.4;20911
+69100;43.62991;7.06602;69;20220812;29.2;21.6;25.4;3.2;20.83;.1;5.66;25246
+69100;43.62991;7.06602;69;20220813;28.1;22.6;25.3;3.5;20.13;0;5.24;21069
+69100;43.62991;7.06602;69;20220814;29.8;22.1;25.9;3.1;18.43;1;5;16886
+69100;43.62991;7.06602;69;20220815;28.3;19.7;24;3.2;19.73;.4;5.28;23863
+69100;43.62991;7.06602;69;20220816;29;20.6;24.8;3.3;21.63;.3;5.34;24400
+69100;43.62991;7.06602;69;20220817;26.5;21.5;24;3.3;20.08;14.9;3.62;10110
+69100;43.62991;7.06602;69;20220818;26.7;19.1;22.9;3.7;19.18;5.1;4.42;18703
+69100;43.62991;7.06602;69;20220819;27.7;19.1;23.4;3;17.78;0;5.4;25418
+69100;43.62991;7.06602;69;20220820;29.5;21;25.3;2.5;19.53;0;5.45;25242
+69100;43.62991;7.06602;69;20220821;29.5;21.4;25.4;2.4;21.03;.6;5.07;23433
+69100;43.62991;7.06602;69;20220822;28.4;21.6;25;2.2;21.83;0;4.49;20807
+69100;43.62991;7.06602;69;20220823;28.7;21.6;25.2;2.6;21.03;0;5.11;23612
+69100;43.62991;7.06602;69;20220824;28.8;21.7;25.2;2.8;19.33;0;5.34;23599
+69100;43.62991;7.06602;69;20220825;29.4;22.5;26;2.4;21.28;0;5.11;23167
+69100;43.62991;7.06602;69;20220826;29;22.8;25.9;2.3;23.48;.2;4.46;20452
+69100;43.62991;7.06602;69;20220827;28.5;21.3;24.9;2.6;21.33;.9;4.6;20633
+69100;43.62991;7.06602;69;20220828;28.6;21.7;25.1;2.6;22.98;.1;4.57;21385
+69100;43.62991;7.06602;69;20220829;28.9;21.9;25.4;2.8;22.98;.4;4.49;20159
+69100;43.62991;7.06602;69;20220830;29.7;21.9;25.8;3.1;22.73;1.6;4.4;17265
+69100;43.62991;7.06602;69;20220831;28.1;19.3;23.7;2.9;20.33;.1;4.4;19717
+69100;43.62991;7.06602;69;20220901;29.4;21.1;25.2;3;20.83;0;4.92;21332
+69100;43.62991;7.06602;69;20220902;28;20.3;24.1;3;19.98;1.6;4.21;16990
+69100;43.62991;7.06602;69;20220903;27.8;19.2;23.5;3.6;19.18;2.2;4.54;18808
+69100;43.62991;7.06602;69;20220904;28;18.7;23.4;3.4;19.28;0;4.8;22210
+69100;43.62991;7.06602;69;20220905;28.9;20;24.5;2.7;19.93;0;4.66;21469
+69100;43.62991;7.06602;69;20220906;28.7;20.5;24.6;2.8;20.28;.2;4.39;19188
+69100;43.62991;7.06602;69;20220907;28.5;20.5;24.5;2.4;22.18;.8;4.11;19546
+69100;43.62991;7.06602;69;20220908;31.2;19.8;25.5;3.8;18.43;0;5.51;20571
+69100;43.62991;7.06602;69;20220909;31.7;19.3;25.5;5.5;11.53;0;7.73;22376
+69100;43.62991;7.06602;69;20220910;27.9;16.7;22.3;2.4;12.78;0;4.38;18982
+69100;43.62991;7.06602;69;20220911;26.5;16.7;21.6;2.9;15.48;0;4.47;21537
+69100;43.62991;7.06602;69;20220912;26.3;18.1;22.2;3;17.48;0;4.27;20936
+69100;43.62991;7.06602;69;20220913;25.9;18;22;2.7;18.78;0;3.69;18129
+69100;43.62991;7.06602;69;20220914;25.8;20.4;23.1;2.7;20.33;4.6;2.85;9957
+69100;43.62991;7.06602;69;20220915;32.6;19.8;26.2;4.4;18.08;0;6.05;20702
+69100;43.62991;7.06602;69;20220916;29.9;21.6;25.7;4.3;14.78;0;6.07;19834
+69100;43.62991;7.06602;69;20220917;27.1;17;22.1;3.9;10.98;0;5.39;20109
+69100;43.62991;7.06602;69;20220918;24.3;14.9;19.6;3.3;12.98;0;4.2;20181
+69100;43.62991;7.06602;69;20220919;25.3;14.1;19.7;3.7;14.53;0;4.14;20063
+69100;43.62991;7.06602;69;20220920;25.7;16.6;21.2;2.9;14.03;0;4.15;19246
+69100;43.62991;7.06602;69;20220921;24;16.2;20.1;3.8;13.53;0;3.98;14924
+69100;43.62991;7.06602;69;20220922;22.1;18.5;20.3;3.5;12.98;0;3.79;14612
+69100;43.62991;7.06602;69;20220923;23;15.1;19;2.7;13.08;2.7;3.44;16901
+69100;43.62991;7.06602;69;20220924;17.9;15.7;16.8;2.6;15.83;14.5;1.39;3147
+69100;43.62991;7.06602;69;20220925;22.4;14.7;18.6;3;16.58;.3;2.84;16462
+69100;43.62991;7.06602;69;20220926;25.5;13.5;19.5;3.6;12.48;.1;4.24;18676
+69100;43.62991;7.06602;69;20220927;24.9;15.9;20.4;6.1;9.33;0;5.92;15883
+69100;43.62991;7.06602;69;20220928;26.4;16.8;21.6;7.2;10.78;0;6.48;16859
+69100;43.62991;7.06602;69;20220929;23.1;16.8;19.9;6.3;11.93;0;4.85;13936
+69100;43.62991;7.06602;69;20220930;21.3;13.5;17.4;2.7;11.43;1.7;2.96;13909
+69100;43.62991;7.06602;69;20221001;24.2;11.6;17.9;5.3;12.23;0;4.22;17585
+69100;43.62991;7.06602;69;20221002;23.1;14.5;18.8;2.9;15.68;0;2.85;15761
+69100;43.62991;7.06602;69;20221003;22.7;15.3;19;2.5;15.88;0;2.74;15664
+69100;43.62991;7.06602;69;20221004;23.4;14.5;19;2.5;14.73;.1;3;16866
+69100;43.62991;7.06602;69;20221005;23.1;15.1;19.1;2.6;15.78;.1;2.82;15969
+69100;43.62991;7.06602;69;20221006;22.3;14.5;18.4;2.5;15.93;0;2.58;15564
+69100;43.62991;7.06602;69;20221007;22.9;15.3;19.1;2.5;15.58;.1;2.75;15388
+69100;43.62991;7.06602;69;20221008;21.7;15.2;18.5;2.3;15.48;26.1;2.02;8113
+69100;43.62991;7.06602;69;20221009;19.1;15.6;17.3;2.9;17.18;27.3;1.23;3087
+69100;43.62991;7.06602;69;20221010;21.9;15.9;18.9;2.5;16.73;.4;2.08;10342
+69100;43.62991;7.06602;69;20221011;21.7;14.6;18.2;2.4;15.63;.1;2.36;14245
+69100;43.62991;7.06602;69;20221012;23.1;15.6;19.4;2.9;15.23;0;2.61;12240
+69100;43.62991;7.06602;69;20221013;24;14.4;19.2;3.3;15.03;0;2.82;13326
+69100;43.62991;7.06602;69;20221014;22.5;14.5;18.5;3.1;15.48;0;2.43;12365
+69100;43.62991;7.06602;69;20221015;21.7;13.5;17.6;3.1;15.23;.1;2.36;13986
+69100;43.62991;7.06602;69;20221016;22.5;14.4;18.4;3.1;16.23;0;2.3;12798
+69100;43.62991;7.06602;69;20221017;23.6;15.2;19.4;2.8;15.68;0;2.53;13081
+69100;43.62991;7.06602;69;20221018;22.7;15.4;19;2.5;15.43;0;2.36;12821
+69100;43.62991;7.06602;69;20221019;21.6;13.9;17.8;2.3;15.88;0;1.97;12377
+69100;43.62991;7.06602;69;20221020;21.6;14.3;17.9;1.9;16.08;.4;1.8;10993
+69100;43.62991;7.06602;69;20221021;20.2;17;18.6;2.5;18.18;3.4;1.25;3132
+69100;43.62991;7.06602;69;20221022;23.3;17.3;20.3;2.8;19.28;.1;1.88;8827
+69100;43.62991;7.06602;69;20221023;23.6;16.6;20.1;3.1;17.88;.1;2.15;9631
+69100;43.62991;7.06602;69;20221024;23.7;16.9;20.3;2.3;18.78;.2;1.74;7735
+69100;43.62991;7.06602;69;20221025;22.8;15.8;19.3;2.3;17.88;0;1.83;11067
+69100;43.62991;7.06602;69;20221026;22.9;15.4;19.1;2.6;17.38;.1;1.89;10093
+69100;43.62991;7.06602;69;20221027;22.5;15.4;18.9;2.5;16.88;.1;1.88;10864
+69100;43.62991;7.06602;69;20221028;22.6;15.7;19.1;2.7;16.08;0;2.09;11009
+69100;43.62991;7.06602;69;20221029;25.5;15;20.2;2.8;12.93;0;2.81;12367
+69100;43.62991;7.06602;69;20221030;23.4;14.1;18.7;2.8;12.83;.1;2.52;11551
+69100;43.62991;7.06602;69;20221031;21.8;12.9;17.3;2.6;13.33;0;2.1;11359
+69100;43.62991;7.06602;69;20221101;19.3;14;16.7;2.7;13.78;22.8;1.7;6704
+69100;43.62991;7.06602;69;20221102;20.5;12.5;16.5;3.3;14.58;.1;1.78;10136
+69100;43.62991;7.06602;69;20221103;19.4;13.1;16.2;2.9;14.33;19.9;1.55;5786
+69100;43.62991;7.06602;69;20221104;19;11.5;15.2;5.3;10.18;.7;2.87;9978
+69100;43.62991;7.06602;69;20221105;20.3;8.6;14.5;3.1;8.53;0;2.38;11601
+69100;43.62991;7.06602;69;20221106;20.4;8.8;14.6;3.5;8.73;0;2.57;11220
+69100;43.62991;7.06602;69;20221107;19.2;8.3;13.7;3.5;10.68;0;1.95;10643
+69100;43.62991;7.06602;69;20221108;20;10.3;15.1;3.2;12.23;.1;1.84;8442
+69100;43.62991;7.06602;69;20221109;19;13.8;16.4;2.5;13.88;13.8;1.5;3858
+69100;43.62991;7.06602;69;20221110;20.9;13.7;17.3;2.7;14.63;0;1.63;8624
+69100;43.62991;7.06602;69;20221111;21.2;11.6;16.4;3.4;12.48;.1;2.03;9998
+69100;43.62991;7.06602;69;20221112;18.5;11.1;14.8;3.3;11.23;0;1.86;7112
+69100;43.62991;7.06602;69;20221113;20.1;12.8;16.5;4;11.08;.1;2.44;5770
+69100;43.62991;7.06602;69;20221114;17.8;10.4;14.1;3.1;11.58;8.5;1.57;5238
+69100;43.62991;7.06602;69;20221115;16.4;12.5;14.4;2.4;14.13;4.8;.93;2479
+69100;43.62991;7.06602;69;20221116;19.3;12.3;15.8;2.6;13.18;0;1.37;8671
+69100;43.62991;7.06602;69;20221117;22.5;9.9;16.2;4.5;10.73;0;2.78;9088
+69100;43.62991;7.06602;69;20221118;20.3;14;17.2;5.5;10.03;0;3.25;8198
+69100;43.62991;7.06602;69;20221119;18.7;8.5;13.6;3.2;7.93;0;2.17;8049
+69100;43.62991;7.06602;69;20221120;17.6;7;12.3;3.5;7.73;0;2.02;9136
+69100;43.62991;7.06602;69;20221121;15.5;5.7;10.6;3.6;8.23;7.8;1.72;6307
+69100;43.62991;7.06602;69;20221122;17.7;8.9;13.3;4;8.13;.1;2.33;7439
+69100;43.62991;7.06602;69;20221123;17.3;6.8;12.1;3;6.53;0;2.06;7580
+69100;43.62991;7.06602;69;20221124;18.8;7.1;13;3.3;8.48;0;1.93;8906
+69100;43.62991;7.06602;69;20221125;17.9;9.3;13.6;3.2;9.38;0;1.8;6856
+69100;43.62991;7.06602;69;20221126;19.2;7.3;13.3;3.5;8.73;0;2;8650
+69100;43.62991;7.06602;69;20221127;17;6.5;11.7;3.5;7.48;0;2;8002
+69100;43.62991;7.06602;69;20221128;12.1;8;10;3.6;8.78;.4;1.37;2878
+69100;43.62991;7.06602;69;20221129;11.2;7.9;9.6;2.8;9.73;1.4;.92;2523
+69100;43.62991;7.06602;69;20221130;15.4;4.8;10.1;3.3;8.18;.9;1.35;8187
+69100;43.62991;7.06602;69;20221201;14.2;6;10.1;3.5;8.38;0;1.36;6427
+69100;43.62991;7.06602;69;20221202;14.1;4.8;9.5;3.5;7.88;4.3;1.47;5296
+69100;43.62991;7.06602;69;20221203;11.8;7;9.4;4.2;9.23;10.1;1.2;2390
+69100;43.62991;7.06602;69;20221204;11.9;8.5;10.2;3.3;10.83;14;.8;1943
+69100;43.62991;7.06602;69;20221205;15.3;7.7;11.5;3.1;9.23;0;1.3;6725
+69100;43.62991;7.06602;69;20221206;15;4.3;9.6;3.8;7.28;0;1.66;7529
+69100;43.62991;7.06602;69;20221207;15.3;4;9.7;4;7.73;.1;1.61;7537
+69100;43.62991;7.06602;69;20221208;12.9;6.2;9.6;3;8.63;16.2;1.16;4896
+69100;43.62991;7.06602;69;20221209;11.7;8.6;10.2;3.1;11.28;7.6;.7;1221
+69100;43.62991;7.06602;69;20221210;15.4;7.7;11.5;3;9.83;0;1.12;5044
+69100;43.62991;7.06602;69;20221211;11.5;1.7;6.6;2.6;5.58;.3;1.14;6436
+69100;43.62991;7.06602;69;20221212;12.8;2.4;7.6;3.5;5.28;10.5;1.68;6883
+69100;43.62991;7.06602;69;20221213;7.8;4.8;6.3;2.7;8.63;1.4;.59;1356
+69100;43.62991;7.06602;69;20221214;12.8;6.3;9.6;2.7;9.48;0;.91;2827
+69100;43.62991;7.06602;69;20221215;12.5;6;9.3;3.4;10.33;43.1;.85;1572
+69100;43.62991;7.06602;69;20221216;15.4;9.8;12.6;2.1;11.73;0;.76;4996
+69100;43.62991;7.06602;69;20221217;15.2;6.8;11;3.6;9.73;0;1.23;5761
+69100;43.62991;7.06602;69;20221218;14.5;5.6;10.1;4.1;8.38;0;1.5;6356
+69100;43.62991;7.06602;69;20221219;12.5;6.1;9.3;3.1;9.03;.7;1.13;2891
+69100;43.62991;7.06602;69;20221220;15.3;9;12.1;3.4;10.88;3.5;1.29;3612
+69100;43.62991;7.06602;69;20221221;13;10.6;11.8;2.9;12.33;6.2;.82;899
+69100;43.62991;7.06602;69;20221222;16.2;7.9;12.1;3.3;10.98;0;1.09;6090
+69100;43.62991;7.06602;69;20221223;16.5;8.3;12.4;3.6;10.93;0;1.2;6140
+69100;43.62991;7.06602;69;20221224;17.1;8.2;12.6;3.1;11.33;0;1.05;6510
+69100;43.62991;7.06602;69;20221225;16.9;8.9;12.9;3.2;12.03;0;1.07;4523
+69100;43.62991;7.06602;69;20221226;18.3;9.4;13.8;3;11.48;0;1.29;5976
+69100;43.62991;7.06602;69;20221227;17.3;6.9;12.1;3;10.38;0;1.18;6643
+69100;43.62991;7.06602;69;20221228;15.5;6.1;10.8;3.7;8.48;0;1.54;6655
+69100;43.62991;7.06602;69;20221229;16;7.9;12;3.3;9.93;.3;1.39;5299
+69100;43.62991;7.06602;69;20221230;16.4;8.5;12.5;3.2;11.33;0;1.08;6105
+69100;43.62991;7.06602;69;20221231;16.8;8.6;12.7;2.6;11.18;0;1.04;5565
+70072;43.20042;-1.50474;268;20220101;21.8;1.8;11.8;1;8.23;0;.83;8178
+70072;43.20042;-1.50474;268;20220102;17.6;3.6;10.6;.9;9.53;0;.63;6098
+70072;43.20042;-1.50474;268;20220103;18.6;3.2;10.9;1.3;9.48;0;.86;7019
+70072;43.20042;-1.50474;268;20220104;19.2;12;15.6;2.3;9.53;22.4;1.74;5951
+70072;43.20042;-1.50474;268;20220105;7.7;5.1;6.4;.8;7.63;3.6;.5;3785
+70072;43.20042;-1.50474;268;20220106;7.3;-1.7;2.8;.6;5.58;.6;.31;6986
+70072;43.20042;-1.50474;268;20220107;9.1;-1.9;3.6;.4;7.83;13.9;.32;4762
+70072;43.20042;-1.50474;268;20220108;13;4.8;8.9;1.4;9.03;15.4;.63;5715
+70072;43.20042;-1.50474;268;20220109;10.4;7.6;9;2.1;11.28;72;.48;1706
+70072;43.20042;-1.50474;268;20220110;12.7;8.7;10.7;2.7;12.78;23.6;.48;2685
+70072;43.20042;-1.50474;268;20220111;12.5;8.5;10.5;.9;9.73;0;.58;5526
+70072;43.20042;-1.50474;268;20220112;9.2;.7;4.9;.4;6.98;0;.36;6529
+70072;43.20042;-1.50474;268;20220113;11.7;-2.2;4.8;.4;5.93;0;.35;8419
+70072;43.20042;-1.50474;268;20220114;13.6;-5.1;4.3;.2;4.93;0;.22;9375
+70072;43.20042;-1.50474;268;20220115;12.9;-5.7;3.6;.4;4.98;0;.32;9605
+70072;43.20042;-1.50474;268;20220116;12.8;-5.7;3.6;.4;5.03;.1;.36;9570
+70072;43.20042;-1.50474;268;20220117;10.8;-3.1;3.8;.5;5.38;0;.4;8411
+70072;43.20042;-1.50474;268;20220118;8;-5.4;1.3;.5;6.03;0;.33;8626
+70072;43.20042;-1.50474;268;20220119;8.6;3;5.8;.4;7.98;.4;.46;3552
+70072;43.20042;-1.50474;268;20220120;8.5;4.1;6.3;1.1;9.08;5;.45;3158
+70072;43.20042;-1.50474;268;20220121;5.6;1.1;3.3;2.1;6.13;0;.68;5505
+70072;43.20042;-1.50474;268;20220122;8.2;-4.7;1.8;.6;5.13;0;.43;9509
+70072;43.20042;-1.50474;268;20220123;12.7;-5.3;3.7;.4;5.33;0;.46;10372
+70072;43.20042;-1.50474;268;20220124;15;-3;6;.4;5.68;0;.51;10345
+70072;43.20042;-1.50474;268;20220125;15.6;-4.5;5.5;.4;5.73;0;.5;10764
+70072;43.20042;-1.50474;268;20220126;15.5;-4.7;5.4;.5;5.68;0;.55;10676
+70072;43.20042;-1.50474;268;20220127;13.5;-4.8;4.3;.6;6.13;0;.59;10744
+70072;43.20042;-1.50474;268;20220128;10.6;.9;5.7;.9;6.98;0;.65;9002
+70072;43.20042;-1.50474;268;20220129;10.8;-3.5;3.7;.4;6.08;0;.55;9742
+70072;43.20042;-1.50474;268;20220130;7.6;-2.4;2.6;.5;6.43;.2;.47;6874
+70072;43.20042;-1.50474;268;20220131;9.4;.1;4.7;1.1;8.48;7.5;.53;6414
+70072;43.20042;-1.50474;268;20220201;9.2;5.1;7.1;1.4;8.33;.4;.73;5378
+70072;43.20042;-1.50474;268;20220202;15.5;6;10.7;.4;9.23;0;.75;8549
+70072;43.20042;-1.50474;268;20220203;17.1;-1.9;7.6;.6;7.43;0;.84;10821
+70072;43.20042;-1.50474;268;20220204;10.3;-1.1;4.6;.4;8.68;4.6;.56;6636
+70072;43.20042;-1.50474;268;20220205;9.6;6.7;8.2;1.2;8.08;.1;.87;6768
+70072;43.20042;-1.50474;268;20220206;9.9;-2.5;3.7;.4;7.18;.3;.63;8910
+70072;43.20042;-1.50474;268;20220207;11.1;5.4;8.2;.8;10.03;3.8;.68;5548
+70072;43.20042;-1.50474;268;20220208;17.6;3.5;10.5;1;9.03;0;1.11;11483
+70072;43.20042;-1.50474;268;20220209;20.7;.9;10.8;.9;7.43;0;1.37;12793
+70072;43.20042;-1.50474;268;20220210;13.1;-1.2;6;.3;7.88;.8;.95;13451
+70072;43.20042;-1.50474;268;20220211;10.4;3.6;7;.3;9.48;.5;.7;7575
+70072;43.20042;-1.50474;268;20220212;16.2;.8;8.5;.4;8.58;0;.96;12252
+70072;43.20042;-1.50474;268;20220213;17.4;3.4;10.4;2.6;8.98;5.7;1.76;11779
+70072;43.20042;-1.50474;268;20220214;10.4;5.2;7.8;.8;8.98;14.7;.81;6747
+70072;43.20042;-1.50474;268;20220215;13;4.7;8.8;.4;8.88;2.1;.9;9008
+70072;43.20042;-1.50474;268;20220216;14;5.2;9.6;.5;10.98;3.7;.85;7105
+70072;43.20042;-1.50474;268;20220217;14.7;10.4;12.5;.4;11.78;.1;.88;5538
+70072;43.20042;-1.50474;268;20220218;19;2.8;10.9;1.4;9.93;4.5;1.48;11844
+70072;43.20042;-1.50474;268;20220219;11.2;6.4;8.8;1.4;8.73;2.6;1.07;7687
+70072;43.20042;-1.50474;268;20220220;12.2;-.3;6;.3;9.23;2.6;.86;9021
+70072;43.20042;-1.50474;268;20220221;13.5;4.7;9.1;1.3;9.48;3.5;1.18;9946
+70072;43.20042;-1.50474;268;20220222;16.7;1.8;9.3;.6;8.18;0;1.31;14209
+70072;43.20042;-1.50474;268;20220223;17.9;-.4;8.8;.4;7.98;0;1.29;14931
+70072;43.20042;-1.50474;268;20220224;11.8;1;6.4;.7;8.93;2;.94;8765
+70072;43.20042;-1.50474;268;20220225;11.2;6.2;8.7;1.7;7.38;0;1.44;9719
+70072;43.20042;-1.50474;268;20220226;16.4;-2.7;6.9;1.3;7.03;.1;1.65;15867
+70072;43.20042;-1.50474;268;20220227;15.5;7;11.3;1.1;8.63;.1;1.38;7799
+70072;43.20042;-1.50474;268;20220228;19.5;.1;9.8;.8;7.98;0;1.66;15911
+70072;43.20042;-1.50474;268;20220301;20.1;-1.2;9.4;.3;7.78;.4;1.37;14009
+70072;43.20042;-1.50474;268;20220302;14.2;8.5;11.3;.8;10.03;4.9;1.21;7475
+70072;43.20042;-1.50474;268;20220303;14.8;3;8.9;1.2;9.83;21.6;1.33;10653
+70072;43.20042;-1.50474;268;20220304;11.4;7.4;9.4;1.3;9.33;6.6;1.24;8157
+70072;43.20042;-1.50474;268;20220305;10.1;4.9;7.5;1.1;8.63;2.4;1.06;7792
+70072;43.20042;-1.50474;268;20220306;11.1;4.2;7.6;.9;8.08;.4;1.2;9790
+70072;43.20042;-1.50474;268;20220307;13;1.3;7.2;1.4;8.03;0;1.53;13727
+70072;43.20042;-1.50474;268;20220308;12.6;9;10.8;2.6;8.28;2;1.89;8072
+70072;43.20042;-1.50474;268;20220309;16;-.3;7.9;3;7.83;1.1;2.2;14558
+70072;43.20042;-1.50474;268;20220310;16.8;11.4;14.1;3.7;9.03;.4;2.83;9825
+70072;43.20042;-1.50474;268;20220311;15.4;13.4;14.4;4.1;9.48;19.4;2.69;6610
+70072;43.20042;-1.50474;268;20220312;16.9;4.5;10.7;1.6;8.03;9.1;2.25;16824
+70072;43.20042;-1.50474;268;20220313;15.2;7.2;11.2;1.6;8.08;2.7;2.01;13356
+70072;43.20042;-1.50474;268;20220314;13.1;2.6;7.8;.8;8.98;2.9;1.28;9922
+70072;43.20042;-1.50474;268;20220315;22.3;6.9;14.6;2.3;10.23;0;2.85;14021
+70072;43.20042;-1.50474;268;20220316;17.3;13.9;15.6;2.3;10.93;10.8;2.16;7158
+70072;43.20042;-1.50474;268;20220317;10.1;9.7;9.9;1;10.98;15.1;.76;2339
+70072;43.20042;-1.50474;268;20220318;9.9;7;8.4;.2;10.08;.1;1.05;7353
+70072;43.20042;-1.50474;268;20220319;18.8;3.1;10.9;1.5;9.08;0;2.51;19115
+70072;43.20042;-1.50474;268;20220320;17.4;11.7;14.5;2.5;9.08;0;2.67;11099
+70072;43.20042;-1.50474;268;20220321;18.9;9;13.9;2.6;8.98;.4;2.97;15220
+70072;43.20042;-1.50474;268;20220322;14.8;10.7;12.7;3.2;6.98;.1;2.88;9413
+70072;43.20042;-1.50474;268;20220323;17.7;6.3;12;2.8;6.88;0;3.19;16775
+70072;43.20042;-1.50474;268;20220324;17.4;2.3;9.8;1.3;8.28;0;2.48;19708
+70072;43.20042;-1.50474;268;20220325;19.7;7.2;13.4;.5;10.58;0;2.35;17987
+70072;43.20042;-1.50474;268;20220326;20.5;3.2;11.8;.9;9.08;0;2.75;21610
+70072;43.20042;-1.50474;268;20220327;19.4;2.9;11.1;2;8.68;0;3.03;21277
+70072;43.20042;-1.50474;268;20220328;20.4;10.7;15.5;2.3;8.08;0;3.4;16153
+70072;43.20042;-1.50474;268;20220329;17.7;7.1;12.4;.8;10.48;1.5;2.32;17109
+70072;43.20042;-1.50474;268;20220330;11.3;9.5;10.4;.6;10.78;10.4;1.15;6318
+70072;43.20042;-1.50474;268;20220331;11.2;6.7;8.9;1.4;9.38;26.1;1.57;10885
+70072;43.20042;-1.50474;268;20220401;5.5;0;2.7;.9;6.78;13.6;1.27;12292
+70072;43.20042;-1.50474;268;20220402;8.9;0;4.4;1.4;6.08;2.8;1.82;16153
+70072;43.20042;-1.50474;268;20220403;8.1;0;4;1.7;5.78;.6;1.8;15486
+70072;43.20042;-1.50474;268;20220404;9.7;-4.2;2.7;.9;5.28;.1;2.02;20888
+70072;43.20042;-1.50474;268;20220405;14.7;-4.6;5;.7;5.98;0;2.46;23909
+70072;43.20042;-1.50474;268;20220406;12.8;.9;6.8;.4;8.38;0;2.15;19557
+70072;43.20042;-1.50474;268;20220407;20.6;1.5;11;.8;9.28;0;3.08;24289
+70072;43.20042;-1.50474;268;20220408;18.9;5.8;12.3;1;10.08;4.1;2.87;20929
+70072;43.20042;-1.50474;268;20220409;14.1;6.5;10.3;.7;9.18;1.1;2.14;15747
+70072;43.20042;-1.50474;268;20220410;22.8;-1.2;10.8;2.1;8.78;0;3.78;24849
+70072;43.20042;-1.50474;268;20220411;26.3;16.5;21.4;3.6;9.68;4.1;5.43;18356
+70072;43.20042;-1.50474;268;20220412;20;11;15.5;2.2;10.98;.5;3.28;17672
+70072;43.20042;-1.50474;268;20220413;17.9;5.3;11.6;.8;11.28;.8;2.8;21321
+70072;43.20042;-1.50474;268;20220414;17.3;11.6;14.4;.7;13.38;.3;2.22;14003
+70072;43.20042;-1.50474;268;20220415;21.1;8.6;14.8;.8;12.88;0;3.16;21548
+70072;43.20042;-1.50474;268;20220416;21.5;8.6;15;1;11.78;0;3.33;22071
+70072;43.20042;-1.50474;268;20220417;20.4;4.1;12.2;1.2;11.28;0;3.4;25155
+70072;43.20042;-1.50474;268;20220418;14;11.8;12.9;.9;11.78;1.4;1.62;8446
+70072;43.20042;-1.50474;268;20220419;10.2;9.5;9.8;.4;10.98;24.5;.95;4208
+70072;43.20042;-1.50474;268;20220420;9.6;7.1;8.3;.7;10.28;40;1.36;9229
+70072;43.20042;-1.50474;268;20220421;9.5;7.5;8.5;.7;10.98;4.6;1.23;8170
+70072;43.20042;-1.50474;268;20220422;18.2;5.2;11.7;1.4;10.18;1.6;3.21;23086
+70072;43.20042;-1.50474;268;20220423;14.5;9.1;11.8;2.1;9.88;15.3;2.47;14491
+70072;43.20042;-1.50474;268;20220424;14.9;8.3;11.6;.6;11.48;0;2.32;16268
+70072;43.20042;-1.50474;268;20220425;21.4;4.9;13.1;.8;10.78;0;3.71;26675
+70072;43.20042;-1.50474;268;20220426;25.8;5.6;15.7;1;11.48;.4;4.27;27589
+70072;43.20042;-1.50474;268;20220427;18.3;11.8;15;.7;13.78;6.9;2.63;16437
+70072;43.20042;-1.50474;268;20220428;14.2;11.6;12.9;.2;13.98;2.2;1.68;9958
+70072;43.20042;-1.50474;268;20220429;16;11;13.5;.2;13.78;0;2.25;14420
+70072;43.20042;-1.50474;268;20220430;18.9;11.6;15.2;.6;13.08;0;2.84;17808
+70072;43.20042;-1.50474;268;20220501;19.3;7.7;13.5;1.3;12.08;0;3.37;22928
+70072;43.20042;-1.50474;268;20220502;12.9;11;11.9;.3;12.58;2.4;1.5;8520
+70072;43.20042;-1.50474;268;20220503;16.9;9.9;13.4;.2;12.88;.4;2.65;17698
+70072;43.20042;-1.50474;268;20220504;16;10.5;13.2;.6;12.68;.4;2.42;15616
+70072;43.20042;-1.50474;268;20220505;17.7;7.9;12.8;1.2;11.68;.1;3.13;21407
+70072;43.20042;-1.50474;268;20220506;16.9;8.9;12.9;1;12.03;0;1.91;10307
+70072;43.20042;-1.50474;268;20220507;21.1;10.2;15.6;.7;12.73;0;2.35;12602
+70072;43.20042;-1.50474;268;20220508;21.8;8.9;15.4;.8;12.78;0;2.57;14114
+70072;43.20042;-1.50474;268;20220509;26.6;6.8;16.7;.7;12.23;0;3.03;16115
+70072;43.20042;-1.50474;268;20220510;29.2;7;18.1;.8;13.08;0;3.23;16178
+70072;43.20042;-1.50474;268;20220511;29.3;11.3;20.3;1.2;15.23;0;3.5;16089
+70072;43.20042;-1.50474;268;20220512;22.8;13.2;18;.8;15.48;0;2.57;12966
+70072;43.20042;-1.50474;268;20220513;25.4;14.2;19.8;.7;16.13;0;2.71;13147
+70072;43.20042;-1.50474;268;20220514;30.1;12.9;21.5;.9;15.68;.9;3.48;15965
+70072;43.20042;-1.50474;268;20220515;31.1;15.8;23.4;2.3;13.88;2.7;4.71;15008
+70072;43.20042;-1.50474;268;20220516;29.4;11.1;20.3;.8;14.88;0;3.4;16475
+70072;43.20042;-1.50474;268;20220517;31.2;11.2;21.2;.9;15.28;0;3.61;16629
+70072;43.20042;-1.50474;268;20220518;34.1;12;23.1;.9;16.73;3.9;3.78;16480
+70072;43.20042;-1.50474;268;20220519;25.5;15.3;20.4;1.2;18.33;0;2.85;13214
+70072;43.20042;-1.50474;268;20220520;27.3;17.4;22.4;2.6;15.53;.1;3.9;11462
+70072;43.20042;-1.50474;268;20220521;33;15.6;24.3;.7;19.13;0;3.58;16578
+70072;43.20042;-1.50474;268;20220522;34.1;17.2;25.6;1.2;18.68;1.2;4.13;16128
+70072;43.20042;-1.50474;268;20220523;21.4;15.4;18.4;1.4;13.78;1.6;2.55;9989
+70072;43.20042;-1.50474;268;20220524;15.2;10.9;13.1;.7;12.68;10.7;1.59;7768
+70072;43.20042;-1.50474;268;20220525;16.8;10.1;13.5;.9;12.48;1.6;1.93;9947
+70072;43.20042;-1.50474;268;20220526;18.3;9.1;13.7;1.1;12.88;.8;2.24;12227
+70072;43.20042;-1.50474;268;20220527;21.7;13.8;17.8;1.4;14.53;0;2.64;11355
+70072;43.20042;-1.50474;268;20220528;24.7;11.4;18;.8;14.58;0;2.96;14766
+70072;43.20042;-1.50474;268;20220529;24.7;9.6;17.2;.8;12.58;.5;3.15;16429
+70072;43.20042;-1.50474;268;20220530;23.9;9.1;16.5;.8;12.53;.1;3.09;16112
+70072;43.20042;-1.50474;268;20220531;26.1;9.5;17.8;.7;13.58;0;3.28;17175
+70072;43.20042;-1.50474;268;20220601;31.5;11.2;21.3;.7;16.03;0;3.6;17207
+70072;43.20042;-1.50474;268;20220602;28.1;13;20.5;1;17.43;2.2;3.48;16756
+70072;43.20042;-1.50474;268;20220603;24.7;16.5;20.6;1;18.33;1.1;2.64;11500
+70072;43.20042;-1.50474;268;20220604;22.2;16.2;19.2;1.2;17.68;2.7;2.34;10399
+70072;43.20042;-1.50474;268;20220605;24.2;15.7;20;1;16.83;0;2.79;12551
+70072;43.20042;-1.50474;268;20220606;25.8;12.7;19.2;.9;15.63;.1;3.19;15640
+70072;43.20042;-1.50474;268;20220607;24.5;14.9;19.7;.8;15.73;.9;2.92;13890
+70072;43.20042;-1.50474;268;20220608;21.6;13.4;17.5;.5;16.63;1.9;2.31;11664
+70072;43.20042;-1.50474;268;20220609;23.5;14;18.7;1.1;15.43;.3;2.79;12582
+70072;43.20042;-1.50474;268;20220610;28.5;9.6;19;.8;14.58;0;3.55;17521
+70072;43.20042;-1.50474;268;20220611;27.9;13.4;20.6;1;17.73;0;4.92;27297
+70072;43.20042;-1.50474;268;20220612;29;17;23;1;19.43;2.1;4.35;21418
+70072;43.20042;-1.50474;268;20220613;26.7;16.4;21.5;1;19.43;.1;3.98;20425
+70072;43.20042;-1.50474;268;20220614;34.7;15.8;25.3;.5;20.78;.1;5.09;25575
+70072;43.20042;-1.50474;268;20220615;33.1;16.4;24.8;.8;21.83;0;5.79;29535
+70072;43.20042;-1.50474;268;20220616;35.5;18.7;27.1;.6;23.53;0;5.81;28593
+70072;43.20042;-1.50474;268;20220617;37.4;19.9;28.7;.9;23.88;0;6.24;28949
+70072;43.20042;-1.50474;268;20220618;41.4;18.2;29.8;.9;20.48;0;6.6;29554
+70072;43.20042;-1.50474;268;20220619;30;16.4;23.2;1.5;17.88;1.5;5.23;25727
+70072;43.20042;-1.50474;268;20220620;26.1;16.7;21.4;1.1;18.58;.5;3.65;17761
+70072;43.20042;-1.50474;268;20220621;23.4;17.3;20.4;1;19.13;3.3;2.85;13920
+70072;43.20042;-1.50474;268;20220622;23.5;16.4;19.9;1.2;17.88;1.6;3.53;18410
+70072;43.20042;-1.50474;268;20220623;27.2;14.5;20.9;.7;17.33;5.5;4.19;22530
+70072;43.20042;-1.50474;268;20220624;26.2;14.5;20.3;1.1;16.68;0;4.93;27836
+70072;43.20042;-1.50474;268;20220625;18.6;13.4;16;.6;15.78;7.6;2.19;11601
+70072;43.20042;-1.50474;268;20220626;16.5;12.4;14.4;.5;14.43;6.6;2.05;11393
+70072;43.20042;-1.50474;268;20220627;15.8;13.6;14.7;.7;15.13;2.7;1.53;7195
+70072;43.20042;-1.50474;268;20220628;25.4;13.3;19.3;.6;15.63;0;4.51;26265
+70072;43.20042;-1.50474;268;20220629;23;13.4;18.2;.5;16.13;3.8;3.22;17768
+70072;43.20042;-1.50474;268;20220630;15.8;13.4;14.6;.4;14.78;4.3;1.71;8809
+70072;43.20042;-1.50474;268;20220701;23.2;9.1;16.1;.7;13.28;0;4.34;27421
+70072;43.20042;-1.50474;268;20220702;30.1;10.5;20.3;.8;15.58;0;5.38;30803
+70072;43.20042;-1.50474;268;20220703;25.3;13.4;19.3;.6;16.43;2.1;4.21;24117
+70072;43.20042;-1.50474;268;20220704;19.7;15.8;17.7;.5;17.38;.3;2.2;11203
+70072;43.20042;-1.50474;268;20220705;24;16.3;20.2;.7;18.18;.8;3.44;18230
+70072;43.20042;-1.50474;268;20220706;23.6;15.4;19.5;.5;17.73;4.4;3.17;16908
+70072;43.20042;-1.50474;268;20220707;25.1;12.7;18.9;1.1;16.53;0;4.28;24297
+70072;43.20042;-1.50474;268;20220708;26.4;13;19.7;1.4;16.99;.1;5.03;28700
+70072;43.20042;-1.50474;268;20220709;29.5;13.3;21.4;.9;17.09;.1;5.4;30000
+70072;43.20042;-1.50474;268;20220710;30.8;12.8;21.8;.7;17.39;0;5.45;30300
+70072;43.20042;-1.50474;268;20220711;33.9;13.7;23.8;.7;18.49;0;5.64;29700
+70072;43.20042;-1.50474;268;20220712;34.8;15.4;25.1;.8;19.63;0;5.92;30493
+70072;43.20042;-1.50474;268;20220713;35.3;14.4;24.8;.5;18.28;0;5.77;30759
+70072;43.20042;-1.50474;268;20220714;35.8;13.8;24.8;.6;17.23;0;5.71;29973
+70072;43.20042;-1.50474;268;20220715;33.2;13.5;23.4;.6;18.13;.1;5.26;28086
+70072;43.20042;-1.50474;268;20220716;37.6;15.3;26.4;.7;18.93;.1;5.77;28597
+70072;43.20042;-1.50474;268;20220717;39.2;14.8;27;.5;17.98;0;5.7;29057
+70072;43.20042;-1.50474;268;20220718;41.8;15.6;28.7;.6;18.98;0;6.03;29165
+70072;43.20042;-1.50474;268;20220719;29.8;20.1;25;1.4;20.43;.6;4.9;23330
+70072;43.20042;-1.50474;268;20220720;26;17.1;21.5;1.3;18.48;1.6;3.87;19502
+70072;43.20042;-1.50474;268;20220721;32;17.6;24.8;1.2;19.13;.1;5.62;28157
+70072;43.20042;-1.50474;268;20220722;21.7;19.2;20.5;.8;19.13;.6;1.78;7050
+70072;43.20042;-1.50474;268;20220723;27.1;16.5;21.8;.8;17.18;0;4.18;22281
+70072;43.20042;-1.50474;268;20220724;38.6;13.8;26.2;.8;18.18;.1;5.83;29086
+70072;43.20042;-1.50474;268;20220725;26.6;19.9;23.3;.9;18.33;1.1;3.63;17292
+70072;43.20042;-1.50474;268;20220726;24;16.8;20.4;1;17.08;.6;3.23;16254
+70072;43.20042;-1.50474;268;20220727;25.9;12.3;19.1;1;14.78;0;4.44;25615
+70072;43.20042;-1.50474;268;20220728;25.5;15;20.3;.9;15.88;2.2;3.79;20148
+70072;43.20042;-1.50474;268;20220729;23.7;15.7;19.7;.6;17.38;1.3;2.8;14570
+70072;43.20042;-1.50474;268;20220730;27.2;16.7;21.9;.9;18.58;.2;4.08;21459
+70072;43.20042;-1.50474;268;20220731;28;16;22;.8;18.83;0;3.98;21042
+70072;43.20042;-1.50474;268;20220801;30.2;16;23.1;.8;19.18;0;4.64;24440
+70072;43.20042;-1.50474;268;20220802;35.1;15.8;25.4;.8;18.53;0;5.54;28227
+70072;43.20042;-1.50474;268;20220803;35.3;15.8;25.5;.8;20.48;.2;5.17;25614
+70072;43.20042;-1.50474;268;20220804;27.5;21.2;24.4;1.2;22.68;2.2;3.21;14013
+70072;43.20042;-1.50474;268;20220805;23.6;19.7;21.7;.7;20.53;0;2.22;9899
+70072;43.20042;-1.50474;268;20220806;30.4;16.9;23.6;.8;19.83;0;4.52;23644
+70072;43.20042;-1.50474;268;20220807;31.6;15;23.3;.7;17.88;0;4.94;26964
+70072;43.20042;-1.50474;268;20220808;32.3;13.1;22.7;.8;16.83;.2;4.95;27132
+70072;43.20042;-1.50474;268;20220809;33;17.4;25.2;.8;18.33;0;4.86;24701
+70072;43.20042;-1.50474;268;20220810;38.2;15.6;26.9;.6;18.68;.1;5.11;25791
+70072;43.20042;-1.50474;268;20220811;39.1;20;29.5;.6;19.88;0;5.15;25219
+70072;43.20042;-1.50474;268;20220812;35.9;17.6;26.8;.8;21.83;.1;5.3;26595
+70072;43.20042;-1.50474;268;20220813;31.4;19.8;25.6;.9;22.58;2.6;3.97;19098
+70072;43.20042;-1.50474;268;20220814;25.5;19.8;22.7;1;20.03;.4;3.09;14740
+70072;43.20042;-1.50474;268;20220815;27.2;14;20.6;.8;16.58;0;3.93;22500
+70072;43.20042;-1.50474;268;20220816;25.1;15.3;20.2;.5;17.58;2.9;2.65;13985
+70072;43.20042;-1.50474;268;20220817;23.2;13.2;18.2;.6;16.53;35.9;2.91;16963
+70072;43.20042;-1.50474;268;20220818;19.1;15;17;.6;17.63;29.2;2;10933
+70072;43.20042;-1.50474;268;20220819;25.2;15.1;20.2;.8;17.63;.2;3.63;20937
+70072;43.20042;-1.50474;268;20220820;30.2;15.8;23;.7;19.53;.1;4.45;25059
+70072;43.20042;-1.50474;268;20220821;25.8;19.2;22.5;.7;20.38;1.1;2.88;14577
+70072;43.20042;-1.50474;268;20220822;22.7;16.1;19.4;.4;19.78;4.9;2.19;11676
+70072;43.20042;-1.50474;268;20220823;27.6;18.7;23.1;.5;21.28;.2;3.07;15982
+70072;43.20042;-1.50474;268;20220824;33.8;16.2;25;.4;21.23;.9;4.17;22339
+70072;43.20042;-1.50474;268;20220825;24.8;19.2;22;1.1;21.83;1.6;2.45;11536
+70072;43.20042;-1.50474;268;20220826;23.6;18.5;21;.8;20.23;.5;2.25;10942
+70072;43.20042;-1.50474;268;20220827;27.9;16.3;22.1;.5;19.13;.1;3.75;21802
+70072;43.20042;-1.50474;268;20220828;34.1;16.1;25.1;.6;19.98;2.3;4.44;24142
+70072;43.20042;-1.50474;268;20220829;33.6;18.7;26.1;.9;19.68;7.8;3.91;18253
+70072;43.20042;-1.50474;268;20220830;30.2;14.2;22.2;.8;19.73;0;4.11;23502
+70072;43.20042;-1.50474;268;20220831;23.1;19.7;21.4;.5;21.58;6;1.78;8206
+70072;43.20042;-1.50474;268;20220901;27.6;17.3;22.5;.6;20.23;.1;3.16;17405
+70072;43.20042;-1.50474;268;20220902;25.1;18.8;21.9;.5;19.73;1.5;2.35;11974
+70072;43.20042;-1.50474;268;20220903;23.9;16.3;20.1;.5;18.63;.3;2.44;13686
+70072;43.20042;-1.50474;268;20220904;31.9;14.4;23.2;.4;17.53;.1;3.67;21655
+70072;43.20042;-1.50474;268;20220905;33.7;12.7;23.2;.8;15.58;0;4.17;22962
+70072;43.20042;-1.50474;268;20220906;31.8;11.7;21.7;.8;15.93;0;3.92;22517
+70072;43.20042;-1.50474;268;20220907;26.3;13.2;19.7;.6;16.08;0;2.83;16499
+70072;43.20042;-1.50474;268;20220908;27.5;11.6;19.5;.7;15.28;2.6;3.42;21714
+70072;43.20042;-1.50474;268;20220909;24.2;14;19.1;.6;16.33;1.1;2.85;17826
+70072;43.20042;-1.50474;268;20220910;29.3;9.9;19.6;.5;14.18;0;3.39;22336
+70072;43.20042;-1.50474;268;20220911;35.4;11.9;23.7;.5;16.68;0;3.74;21939
+70072;43.20042;-1.50474;268;20220912;34.8;17;25.9;1.7;18.43;3.2;4.35;17442
+70072;43.20042;-1.50474;268;20220913;29.6;20;24.8;2.9;17.43;.5;4.14;12772
+70072;43.20042;-1.50474;268;20220914;30.2;19.4;24.8;2.4;16.53;0;4.37;16795
+70072;43.20042;-1.50474;268;20220915;27.2;15;21.1;.5;17.83;5.7;2.78;16876
+70072;43.20042;-1.50474;268;20220916;22.9;16.2;19.6;.9;17.43;1;2.38;13790
+70072;43.20042;-1.50474;268;20220917;21.7;9.9;15.8;.9;12.98;0;2.56;17388
+70072;43.20042;-1.50474;268;20220918;25.3;7.4;16.3;.4;11.48;0;2.62;19602
+70072;43.20042;-1.50474;268;20220919;26;5.4;15.7;.5;10.53;0;2.77;20753
+70072;43.20042;-1.50474;268;20220920;23.1;4.6;13.8;.5;10.53;0;2.6;20553
+70072;43.20042;-1.50474;268;20220921;23.3;4.8;14.1;.5;10.63;0;2.53;20254
+70072;43.20042;-1.50474;268;20220922;26.1;5.7;15.9;.5;11.73;0;2.63;19904
+70072;43.20042;-1.50474;268;20220923;21.4;9.5;15.5;.5;14.23;2.4;1.85;12094
+70072;43.20042;-1.50474;268;20220924;17.1;12.3;14.7;.4;14.58;19.4;1.36;8180
+70072;43.20042;-1.50474;268;20220925;18.7;9.4;14;.5;12.58;1.8;1.92;14469
+70072;43.20042;-1.50474;268;20220926;19.9;9.7;14.8;.8;12.88;7.5;1.99;13650
+70072;43.20042;-1.50474;268;20220927;16.8;12.5;14.7;.8;14.48;16.8;1.31;7323
+70072;43.20042;-1.50474;268;20220928;17.6;13.4;15.5;1;15.43;26.2;1.26;6240
+70072;43.20042;-1.50474;268;20220929;15.6;12.2;13.9;.7;13.88;27;1.13;5796
+70072;43.20042;-1.50474;268;20220930;17.4;9.8;13.6;.9;12.78;2.8;1.65;11558
+70072;43.20042;-1.50474;268;20221001;23.8;9.2;16.5;.4;13.78;.1;2.03;15019
+70072;43.20042;-1.50474;268;20221002;23.6;10.9;17.3;.5;15.48;0;2.06;15073
+70072;43.20042;-1.50474;268;20221003;25.8;14.3;20.1;.4;16.93;0;2.05;13743
+70072;43.20042;-1.50474;268;20221004;27.1;12;19.5;.3;15.03;0;2.15;16283
+70072;43.20042;-1.50474;268;20221005;28.3;9.8;19.1;.5;15.03;.1;2.38;16714
+70072;43.20042;-1.50474;268;20221006;22.3;14.8;18.5;.5;15.93;0;1.65;10629
+70072;43.20042;-1.50474;268;20221007;25.7;10.4;18.1;.5;14.93;.2;2;14252
+70072;43.20042;-1.50474;268;20221008;19.4;14.7;17;.4;16.58;.1;1.09;5663
+70072;43.20042;-1.50474;268;20221009;27.1;13;20;.6;15.48;0;2.2;15045
+70072;43.20042;-1.50474;268;20221010;21.3;11.8;16.6;.4;16.38;2.9;1.32;8652
+70072;43.20042;-1.50474;268;20221011;19.4;14.8;17.1;.4;17.63;1.6;1.08;5834
+70072;43.20042;-1.50474;268;20221012;19.3;15.6;17.4;.4;17.23;.7;1.09;5932
+70072;43.20042;-1.50474;268;20221013;23.9;12.4;18.2;.6;15.28;0;1.71;11338
+70072;43.20042;-1.50474;268;20221014;24.1;15.8;20;.4;16.78;.2;1.6;10760
+70072;43.20042;-1.50474;268;20221015;28;10.6;19.3;.4;14.83;0;1.87;15184
+70072;43.20042;-1.50474;268;20221016;28.2;12.5;20.4;1.7;14.43;.9;2.6;12785
+70072;43.20042;-1.50474;268;20221017;27.6;17.5;22.6;1.6;16.08;2.6;2.5;11139
+70072;43.20042;-1.50474;268;20221018;30.1;13.2;21.6;1.3;15.93;0;2.49;13119
+70072;43.20042;-1.50474;268;20221019;29.6;16.8;23.2;3;14.33;.2;3.7;10892
+70072;43.20042;-1.50474;268;20221020;24.7;16.5;20.6;4.2;13.23;0;3.61;8893
+70072;43.20042;-1.50474;268;20221021;21.8;19.5;20.6;3;13.63;.1;2.59;3315
+70072;43.20042;-1.50474;268;20221022;24.1;15.8;20;2.9;13.38;.4;2.83;10180
+70072;43.20042;-1.50474;268;20221023;26.2;19;22.6;4.7;12.28;0;4.5;10297
+70072;43.20042;-1.50474;268;20221024;23.6;16;19.8;1.8;11.93;0;2.31;9811
+70072;43.20042;-1.50474;268;20221025;28.1;9.2;18.7;2;11.83;0;2.63;10816
+70072;43.20042;-1.50474;268;20221026;28.1;10.4;19.3;1.9;12.13;0;2.54;10537
+70072;43.20042;-1.50474;268;20221027;29.3;19.5;24.4;4;10.23;0;4.94;7791
+70072;43.20042;-1.50474;268;20221028;27.6;22.1;24.8;2.8;10.23;0;3.82;5658
+70072;43.20042;-1.50474;268;20221029;28.8;18;23.4;3;6.53;0;4.38;6596
+70072;43.20042;-1.50474;268;20221030;21;16.8;18.9;1.5;11.43;4.7;1.78;5301
+70072;43.20042;-1.50474;268;20221031;21.9;11.7;16.8;2.4;14.38;6.5;1.63;5459
+70072;43.20042;-1.50474;268;20221101;20.6;12;16.3;.5;14.28;.1;1.09;9825
+70072;43.20042;-1.50474;268;20221102;20.6;9.3;14.9;.7;12.73;.1;1.1;10047
+70072;43.20042;-1.50474;268;20221103;20;9.2;14.6;1.4;12.78;8;1.23;6087
+70072;43.20042;-1.50474;268;20221104;15.1;6.7;10.9;1.1;10.73;14.1;.91;7353
+70072;43.20042;-1.50474;268;20221105;18.1;6;12;.4;10.08;.1;.85;10279
+70072;43.20042;-1.50474;268;20221106;19.8;2.2;11;.5;8.93;0;.89;10182
+70072;43.20042;-1.50474;268;20221107;21.8;3.5;12.7;1.8;9.18;.6;1.68;10584
+70072;43.20042;-1.50474;268;20221108;20.2;16.1;18.1;3.2;11.38;.1;2.56;4103
+70072;43.20042;-1.50474;268;20221109;16.7;14.5;15.6;1.3;12.23;5.9;1.22;3338
+70072;43.20042;-1.50474;268;20221110;18.8;4.9;11.8;.4;9.93;0;.75;10220
+70072;43.20042;-1.50474;268;20221111;22.3;2.8;12.5;.9;9.73;.1;1.1;10935
+70072;43.20042;-1.50474;268;20221112;24.6;7.2;15.9;1.3;10.48;0;1.47;8571
+70072;43.20042;-1.50474;268;20221113;24;5.3;14.7;1.4;9.98;0;1.46;10390
+70072;43.20042;-1.50474;268;20221114;15.4;7.7;11.5;2;12.13;4.5;.85;4106
+70072;43.20042;-1.50474;268;20221115;18.6;10;14.3;2.6;12.23;9.6;1.36;5171
+70072;43.20042;-1.50474;268;20221116;18.6;8.1;13.4;2.1;11.58;1.3;1.21;7747
+70072;43.20042;-1.50474;268;20221117;17.1;13.6;15.3;1.1;13.63;9.2;.89;3873
+70072;43.20042;-1.50474;268;20221118;11;8.5;9.8;.8;10.78;28;.57;3008
+70072;43.20042;-1.50474;268;20221119;9.3;6.2;7.7;1;9.38;18.8;.56;3743
+70072;43.20042;-1.50474;268;20221120;13.5;5.7;9.6;.7;10.53;9.3;.58;4498
+70072;43.20042;-1.50474;268;20221121;14;8.2;11.1;1.6;11.23;35.8;.84;2563
+70072;43.20042;-1.50474;268;20221122;11.1;7;9;3;8.39;8.5;1.18;2300
+70072;43.20042;-1.50474;268;20221123;14.9;9.3;12.1;1.3;12.18;5.9;.72;3595
+70072;43.20042;-1.50474;268;20221124;14;5.2;9.6;.7;10.23;4.7;.57;3709
+70072;43.20042;-1.50474;268;20221125;10.1;6.3;8.2;.6;10.53;14.8;.45;2997
+70072;43.20042;-1.50474;268;20221126;14;4.8;9.4;.4;9.43;0;.46;6128
+70072;43.20042;-1.50474;268;20221127;16.8;1.4;9.1;1;8.03;11.1;.8;7207
+70072;43.20042;-1.50474;268;20221128;11.4;7.3;9.4;.8;10.53;3.3;.53;3216
+70072;43.20042;-1.50474;268;20221129;11;7.8;9.4;.6;11.23;6;.47;2487
+70072;43.20042;-1.50474;268;20221130;11.9;6.5;9.2;.6;10.18;0;.46;4698
+70072;43.20042;-1.50474;268;20221201;8.2;4.1;6.2;.7;8.38;0;.42;3929
+70072;43.20042;-1.50474;268;20221202;8.2;1.3;4.8;.4;7.73;.1;.35;5184
+70072;43.20042;-1.50474;268;20221203;6.4;4.6;5.5;.7;8.33;3.7;.42;1913
+70072;43.20042;-1.50474;268;20221204;9.6;.8;5.2;.9;6.68;0;.44;7041
+70072;43.20042;-1.50474;268;20221205;12.3;-2.3;5;.8;6.93;.1;.42;7033
+70072;43.20042;-1.50474;268;20221206;14.8;6.5;10.7;.4;10.73;.3;.43;4155
+70072;43.20042;-1.50474;268;20221207;14.2;7.6;10.9;.3;11.33;.5;.41;4518
+70072;43.20042;-1.50474;268;20221208;12.9;7.3;10.1;.7;10.93;4.4;.51;2406
+70072;43.20042;-1.50474;268;20221209;15.5;8.1;11.8;1.5;11.18;2.2;.73;4329
+70072;43.20042;-1.50474;268;20221210;6.8;.6;3.7;1.1;6.33;0;.39;6413
+70072;43.20042;-1.50474;268;20221211;4.8;-3.6;.6;.4;6.03;0;.3;3286
+70072;43.20042;-1.50474;268;20221212;11;.6;5.8;1.1;8.48;14.9;.55;2903
+70072;43.20042;-1.50474;268;20221213;15.4;8.7;12.1;1;12.03;7.2;.65;3536
+70072;43.20042;-1.50474;268;20221214;18.3;9.8;14;1.6;11.78;.5;.85;6546
+70072;43.20042;-1.50474;268;20221215;15.9;8.8;12.3;1.8;11.23;7.6;.87;4623
+70072;43.20042;-1.50474;268;20221216;10;8.7;9.3;1.3;10.68;3.7;.58;937
+70072;43.20042;-1.50474;268;20221217;13.5;5.2;9.3;.7;8.88;0;.39;6436
+70072;43.20042;-1.50474;268;20221218;16.4;1.6;9;3.4;8.13;.2;1.42;7231
+70072;43.20042;-1.50474;268;20221219;17.6;14.7;16.1;5.5;8.08;.8;3.65;2404
+70072;43.20042;-1.50474;268;20221220;18.2;16;17.1;4.2;9.03;3.4;2.98;3703
+70072;43.20042;-1.50474;268;20221221;18.4;6.4;12.4;1.3;10.43;.1;.73;6796
+70072;43.20042;-1.50474;268;20221222;17.1;4.8;10.9;1;10.73;0;.59;5211
+70072;43.20042;-1.50474;268;20221223;19.9;9.9;14.9;2.1;11.13;.1;1.32;5542
+70072;43.20042;-1.50474;268;20221224;20.4;6;13.2;1.3;9.58;0;.94;7085
+70072;43.20042;-1.50474;268;20221225;19.4;10.8;15.1;2.7;9.38;0;1.73;7124
+70072;43.20042;-1.50474;268;20221226;18.6;12.2;15.4;1.7;10.33;1.2;1.3;4531
+70072;43.20042;-1.50474;268;20221227;16.2;9.5;12.8;.7;11.93;.3;.51;4208
+70072;43.20042;-1.50474;268;20221228;18.4;4.4;11.4;1.9;9.13;0;1.08;7370
+70072;43.20042;-1.50474;268;20221229;16.5;11.4;14;2.1;10.23;10.1;1.31;3735
+70072;43.20042;-1.50474;268;20221230;19.6;9.4;14.5;2.8;12.08;0;1.31;5009
+70072;43.20042;-1.50474;268;20221231;21.3;15.9;18.6;4.2;8.53;0;3.41;4649
+70073;43.23443;-1.20051;180;20220101;23.6;3.4;13.5;1.4;8.11;0;1.21;7500
+70073;43.23443;-1.20051;180;20220102;17.7;6.4;12;1.3;9.91;.1;.84;4300
+70073;43.23443;-1.20051;180;20220103;20.6;4;12.3;2;9.41;0;1.23;6600
+70073;43.23443;-1.20051;180;20220104;19.7;17.1;18.4;3.3;9.31;19.4;2.5;5600
+70073;43.23443;-1.20051;180;20220105;8.5;6.5;7.5;1;7.51;2.9;.53;4800
+70073;43.23443;-1.20051;180;20220106;7.9;-2.5;2.7;.5;5.41;.3;.23;8700
+70073;43.23443;-1.20051;180;20220107;10;-2;4;.5;7.81;11.9;.36;3300
+70073;43.23443;-1.20051;180;20220108;13.2;5.3;9.2;2.1;9.01;12.3;.76;5900
+70073;43.23443;-1.20051;180;20220109;11.2;8.5;9.8;3;11.11;58.2;.57;600
+70073;43.23443;-1.20051;180;20220110;13.6;9.3;11.4;4;12.61;14.7;.56;2000
+70073;43.23443;-1.20051;180;20220111;12.5;8.7;10.6;1.3;9.71;.1;.6;7400
+70073;43.23443;-1.20051;180;20220112;9.7;2.9;6.3;.4;7.31;0;.36;6700
+70073;43.23443;-1.20051;180;20220113;11.6;-3.3;4.1;.2;5.71;0;.23;9200
+70073;43.23443;-1.20051;180;20220114;15.4;-4.4;5.5;.1;4.91;.1;.15;9500
+70073;43.23443;-1.20051;180;20220115;14;-4.4;4.8;.6;5.21;.1;.46;9600
+70073;43.23443;-1.20051;180;20220116;13.4;-4.4;4.5;.6;5.21;.1;.47;9400
+70073;43.23443;-1.20051;180;20220117;10.8;-2.1;4.3;.5;5.61;0;.41;8300
+70073;43.23443;-1.20051;180;20220118;6.5;-4.4;1;.6;6.11;0;.31;8400
+70073;43.23443;-1.20051;180;20220119;9.5;3.8;6.6;.5;7.81;.4;.51;2300
+70073;43.23443;-1.20051;180;20220120;9;4.2;6.6;1.4;9.11;4.9;.45;2300
+70073;43.23443;-1.20051;180;20220121;5.3;2.9;4.1;2.6;6.31;0;.71;5800
+70073;43.23443;-1.20051;180;20220122;7.7;-3.8;1.9;.5;5.21;.1;.39;10200
+70073;43.23443;-1.20051;180;20220123;12.2;-4.3;3.9;.3;5.41;0;.4;10100
+70073;43.23443;-1.20051;180;20220124;15.7;-2.7;6.5;.2;5.71;0;.39;10400
+70073;43.23443;-1.20051;180;20220125;15.9;-3.5;6.2;.4;5.81;0;.53;10400
+70073;43.23443;-1.20051;180;20220126;14.9;-3.8;5.5;.8;5.71;0;.74;10100
+70073;43.23443;-1.20051;180;20220127;13.8;-3.8;5;.8;6.31;.1;.68;10400
+70073;43.23443;-1.20051;180;20220128;9.9;2.8;6.3;1.1;7.11;0;.68;9500
+70073;43.23443;-1.20051;180;20220129;12.1;-3;4.5;.7;6.11;.1;.64;10000
+70073;43.23443;-1.20051;180;20220130;3.6;-.9;1.3;.5;6.51;.3;.39;3900
+70073;43.23443;-1.20051;180;20220131;9.9;1.3;5.6;1.4;8.41;4.1;.54;4800
+70073;43.23443;-1.20051;180;20220201;9.7;5.2;7.4;1.5;8.21;.2;.75;6200
+70073;43.23443;-1.20051;180;20220202;16.6;6.2;11.4;.6;9.31;0;.83;9400
+70073;43.23443;-1.20051;180;20220203;17.7;-1.8;7.9;.8;7.61;0;.92;9600
+70073;43.23443;-1.20051;180;20220204;11.9;-.1;5.9;.6;8.91;4.1;.54;4200
+70073;43.23443;-1.20051;180;20220205;10.1;7.6;8.8;1.6;8.21;.3;.97;9200
+70073;43.23443;-1.20051;180;20220206;11.3;-2.5;4.4;.6;7.21;.2;.65;8300
+70073;43.23443;-1.20051;180;20220207;12;6.4;9.2;1.1;10.11;3.4;.69;4600
+70073;43.23443;-1.20051;180;20220208;16.5;4.5;10.5;1.2;9.31;0;1.12;11200
+70073;43.23443;-1.20051;180;20220209;22.3;1.9;12.1;.9;7.31;.1;1.38;12300
+70073;43.23443;-1.20051;180;20220210;4.9;-.2;2.3;.3;7.9;.5;.95;13451
+70073;43.23443;-1.20051;180;20220211;10.9;4.1;7.5;.3;9.5;.5;.7;7575
+70073;43.23443;-1.20051;180;20220212;16.7;1.3;9;.4;8.6;0;.96;12252
+70073;43.23443;-1.20051;180;20220213;17.9;3.9;10.9;2.6;9;6.5;1.76;11779
+70073;43.23443;-1.20051;180;20220214;10.9;5.7;8.3;.8;9;15.4;.81;6747
+70073;43.23443;-1.20051;180;20220215;13.5;5.2;9.4;.4;8.9;2.3;.9;9008
+70073;43.23443;-1.20051;180;20220216;14.6;6.6;10.6;.7;11.21;3.8;.76;4400
+70073;43.23443;-1.20051;180;20220217;15.2;11;13.1;.4;11.91;.3;.83;4700
+70073;43.23443;-1.20051;180;20220218;18.2;2.9;10.5;2;9.91;2.3;1.45;9700
+70073;43.23443;-1.20051;180;20220219;11.5;7;9.2;1.6;8.71;1.8;1.12;8200
+70073;43.23443;-1.20051;180;20220220;14.6;.5;7.5;.4;9.31;1.7;.8;6600
+70073;43.23443;-1.20051;180;20220221;14.6;4.9;9.7;1.9;9.41;3.2;1.3;10300
+70073;43.23443;-1.20051;180;20220222;16.3;1.9;9.1;.5;8.11;.1;1.27;14500
+70073;43.23443;-1.20051;180;20220223;16.7;0;8.3;.3;8.11;0;1.19;14100
+70073;43.23443;-1.20051;180;20220224;13;2.2;7.6;1;8.91;1.7;.87;5700
+70073;43.23443;-1.20051;180;20220225;11.3;6;8.6;2.1;7.41;.1;1.53;11900
+70073;43.23443;-1.20051;180;20220226;15.9;-2.1;6.9;1.1;6.81;.1;1.53;15400
+70073;43.23443;-1.20051;180;20220227;16.4;6.1;11.2;1.3;8.91;.1;1.31;5800
+70073;43.23443;-1.20051;180;20220228;18.6;1.1;9.8;1;8.21;0;1.68;15100
+70073;43.23443;-1.20051;180;20220301;18.5;-.4;9;.2;7.71;.2;1.16;11100
+70073;43.23443;-1.20051;180;20220302;14.6;10.4;12.5;1;9.81;3.5;1.17;5000
+70073;43.23443;-1.20051;180;20220303;17.1;1.7;9.4;1.5;9.51;13.8;1.39;9600
+70073;43.23443;-1.20051;180;20220304;12.5;8.2;10.3;1.9;9.01;5.6;1.45;9200
+70073;43.23443;-1.20051;180;20220305;10.2;5.6;7.9;1.3;8.51;1.9;1.01;6400
+70073;43.23443;-1.20051;180;20220306;10.9;4.9;7.9;1.1;8.01;.2;1.16;8600
+70073;43.23443;-1.20051;180;20220307;13.4;2.2;7.8;1.9;8.01;0;1.56;12900
+70073;43.23443;-1.20051;180;20220308;12.8;11.4;12.1;3.4;8.11;1.5;2.16;6800
+70073;43.23443;-1.20051;180;20220309;17.4;-.1;8.6;4;7.51;.1;2.44;12200
+70073;43.23443;-1.20051;180;20220310;17.3;13.3;15.3;4.9;8.61;.4;3.36;9100
+70073;43.23443;-1.20051;180;20220311;15.2;14.8;15;5;9.21;13.8;2.98;6200
+70073;43.23443;-1.20051;180;20220312;17.4;5.5;11.4;2;7.91;5.7;2.45;17800
+70073;43.23443;-1.20051;180;20220313;15;7.7;11.3;2;8.01;2.4;2.14;13900
+70073;43.23443;-1.20051;180;20220314;10.5;2.8;6.6;.8;8.81;2.3;.74;3700
+70073;43.23443;-1.20051;180;20220315;23.8;6.9;15.3;2.7;9.71;0;2.95;10700
+70073;43.23443;-1.20051;180;20220316;17.9;15.5;16.7;2.5;10.61;10.9;2.24;5400
+70073;43.23443;-1.20051;180;20220317;10.5;10.4;10.4;1.4;11.01;21.3;.74;1800
+70073;43.23443;-1.20051;180;20220318;10.4;7.5;9;.2;10.1;.3;1.05;7353
+70073;43.23443;-1.20051;180;20220319;19.3;3.6;11.5;1.5;9.1;0;2.51;19115
+70073;43.23443;-1.20051;180;20220320;17.9;12.2;15.1;2.5;9.1;0;2.67;11099
+70073;43.23443;-1.20051;180;20220321;19.4;9.5;14.5;2.6;9;.1;2.97;15220
+70073;43.23443;-1.20051;180;20220322;15.3;11.2;13.3;3.2;7;0;2.88;9413
+70073;43.23443;-1.20051;180;20220323;18.2;6.8;12.5;2.8;6.9;0;3.19;16775
+70073;43.23443;-1.20051;180;20220324;17.9;2.8;10.4;1.3;8.3;0;2.48;19708
+70073;43.23443;-1.20051;180;20220325;20.2;7.7;14;.5;10.6;0;2.35;17987
+70073;43.23443;-1.20051;180;20220326;21;3.7;12.4;.9;9.1;0;2.75;21610
+70073;43.23443;-1.20051;180;20220327;19.9;3.4;11.7;2;8.7;0;3.03;21277
+70073;43.23443;-1.20051;180;20220328;20.9;11.2;16.1;2.3;8.1;0;3.4;16153
+70073;43.23443;-1.20051;180;20220329;18.2;7.6;12.9;.8;10.5;1.8;2.32;17109
+70073;43.23443;-1.20051;180;20220330;11.8;10;10.9;.6;10.8;8.5;1.15;6318
+70073;43.23443;-1.20051;180;20220331;11.7;7.2;9.5;1.4;9.4;18;1.57;10885
+70073;43.23443;-1.20051;180;20220401;6;.5;3.3;.9;6.8;11;1.27;12292
+70073;43.23443;-1.20051;180;20220402;9.4;.5;5;1.4;6.1;1.2;1.82;16153
+70073;43.23443;-1.20051;180;20220403;8.6;.5;4.6;1.7;5.8;.5;1.8;15486
+70073;43.23443;-1.20051;180;20220404;10.2;-3.7;3.3;.9;5.3;.1;2.02;20888
+70073;43.23443;-1.20051;180;20220405;15.2;-4.1;5.6;.7;6;0;2.46;23909
+70073;43.23443;-1.20051;180;20220406;13.3;1.4;7.4;.4;8.4;0;2.15;19557
+70073;43.23443;-1.20051;180;20220407;21.1;2;11.6;.8;9.3;0;3.08;24289
+70073;43.23443;-1.20051;180;20220408;19.4;6.3;12.9;1;10.1;3.1;2.87;20929
+70073;43.23443;-1.20051;180;20220409;14.6;7;10.8;.7;9.2;.7;2.14;15747
+70073;43.23443;-1.20051;180;20220410;23.3;-.7;11.3;2.1;8.8;0;3.78;24849
+70073;43.23443;-1.20051;180;20220411;26.8;17;21.9;3.6;9.7;2.5;5.43;18356
+70073;43.23443;-1.20051;180;20220412;20.5;11.5;16;2.2;11;1.2;3.28;17672
+70073;43.23443;-1.20051;180;20220413;18.4;5.8;12.1;.8;11.3;.9;2.8;21321
+70073;43.23443;-1.20051;180;20220414;17.8;12.1;15;.7;13.4;.2;2.22;14003
+70073;43.23443;-1.20051;180;20220415;21.6;9.1;15.4;.8;12.9;0;3.16;21548
+70073;43.23443;-1.20051;180;20220416;22;9.1;15.6;1;11.8;0;3.33;22071
+70073;43.23443;-1.20051;180;20220417;20.9;4.6;12.8;1.2;11.3;0;3.4;25155
+70073;43.23443;-1.20051;180;20220418;14.5;12.3;13.4;.9;11.8;.3;1.62;8446
+70073;43.23443;-1.20051;180;20220419;10.7;10;10.4;.4;11;17.3;.95;4208
+70073;43.23443;-1.20051;180;20220420;10.1;7.6;8.9;.7;10.3;34.7;1.36;9229
+70073;43.23443;-1.20051;180;20220421;10;8;9;.7;11;6.8;1.23;8170
+70073;43.23443;-1.20051;180;20220422;18.7;5.7;12.2;1.4;10.2;2;3.21;23086
+70073;43.23443;-1.20051;180;20220423;15;9.6;12.3;2.1;9.9;14.2;2.47;14491
+70073;43.23443;-1.20051;180;20220424;15.4;8.8;12.1;.6;11.5;.1;2.32;16268
+70073;43.23443;-1.20051;180;20220425;21.9;5.4;13.7;.8;10.8;0;3.71;26675
+70073;43.23443;-1.20051;180;20220426;26.3;6.1;16.2;1;11.5;.2;4.27;27589
+70073;43.23443;-1.20051;180;20220427;18.8;12.3;15.6;.7;13.8;3.8;2.63;16437
+70073;43.23443;-1.20051;180;20220428;14.7;12.1;13.4;.2;14;1.4;1.68;9958
+70073;43.23443;-1.20051;180;20220429;16.5;11.5;14;.2;13.8;0;2.25;14420
+70073;43.23443;-1.20051;180;20220430;19.4;12.1;15.8;.6;13.1;0;2.84;17808
+70073;43.23443;-1.20051;180;20220501;19.8;8.2;14;1.3;12.1;0;3.37;22928
+70073;43.23443;-1.20051;180;20220502;13.4;11.5;12.5;.3;12.6;2.9;1.5;8520
+70073;43.23443;-1.20051;180;20220503;17.4;10.4;13.9;.2;12.9;1;2.65;17698
+70073;43.23443;-1.20051;180;20220504;16.5;11;13.8;.6;12.7;0;2.42;15616
+70073;43.23443;-1.20051;180;20220505;18.2;8.4;13.3;1.2;11.7;.1;3.13;21407
+70073;43.23443;-1.20051;180;20220506;17.5;9.1;13.3;1.2;12.11;0;1;1700
+70073;43.23443;-1.20051;180;20220507;21.4;10.8;16.1;.8;12.91;.1;1.14;2000
+70073;43.23443;-1.20051;180;20220508;21.6;9.7;15.6;1;13.11;0;1.21;2300
+70073;43.23443;-1.20051;180;20220509;26.3;7.7;17;.9;12.51;0;1.52;2800
+70073;43.23443;-1.20051;180;20220510;28.9;7.9;18.4;1;13.31;0;1.72;2800
+70073;43.23443;-1.20051;180;20220511;26.7;12.7;19.7;1.4;16.01;0;1.61;2500
+70073;43.23443;-1.20051;180;20220512;19.7;13.6;16.6;1.3;15.21;.1;.96;1000
+70073;43.23443;-1.20051;180;20220513;25;14.5;19.7;.7;16.11;.1;1.15;1800
+70073;43.23443;-1.20051;180;20220514;29.3;13.4;21.3;1;15.71;.8;1.58;1900
+70073;43.23443;-1.20051;180;20220515;31.7;15.5;23.6;3;12.91;1.2;3.77;2300
+70073;43.23443;-1.20051;180;20220516;29.8;12.2;21;1.1;15.11;0;1.8;2700
+70073;43.23443;-1.20051;180;20220517;31.3;12.2;21.7;1.1;15.71;.1;1.9;2900
+70073;43.23443;-1.20051;180;20220518;34.7;12.8;23.7;1.1;17.21;5.3;2.03;2500
+70073;43.23443;-1.20051;180;20220519;24;15.7;19.8;1.6;18.11;0;1.24;1600
+70073;43.23443;-1.20051;180;20220520;28.9;17.6;23.2;3.9;15.11;0;3.48;1400
+70073;43.23443;-1.20051;180;20220521;30.1;16.6;23.3;.9;20.41;0;1.4;2400
+70073;43.23443;-1.20051;180;20220522;35.4;18.2;26.8;1.7;19.21;.9;2.48;1900
+70073;43.23443;-1.20051;180;20220523;21.5;15.8;18.6;2.1;13.81;.5;1.77;1800
+70073;43.23443;-1.20051;180;20220524;15.3;10.8;13;1;12.51;5.3;.78;900
+70073;43.23443;-1.20051;180;20220525;17;10.1;13.5;1.1;12.41;2;.92;1300
+70073;43.23443;-1.20051;180;20220526;19;10.3;14.6;1.4;13.11;.2;1.07;1500
+70073;43.23443;-1.20051;180;20220527;22.5;14.4;18.4;2.1;14.51;0;1.7;2100
+70073;43.23443;-1.20051;180;20220528;24.9;10.8;17.8;1;14.41;0;1.44;2900
+70073;43.23443;-1.20051;180;20220529;25.1;10.5;17.8;.8;12.51;.7;1.5;3000
+70073;43.23443;-1.20051;180;20220530;23.9;9.7;16.8;1;12.31;.2;1.46;2500
+70073;43.23443;-1.20051;180;20220531;25.7;10.9;18.3;1;13.61;0;1.55;2800
+70073;43.23443;-1.20051;180;20220601;29.4;12.2;20.8;.9;16.31;0;1.58;2800
+70073;43.23443;-1.20051;180;20220602;27.9;14.7;21.3;1.3;17.91;2.1;1.59;2600
+70073;43.23443;-1.20051;180;20220603;25.3;17.1;21.2;1.3;18.21;.9;1.31;1500
+70073;43.23443;-1.20051;180;20220604;21.8;17.2;19.5;1.5;17.81;6.5;1.08;1000
+70073;43.23443;-1.20051;180;20220605;24.1;16.4;20.2;1.4;16.81;0;1.47;2300
+70073;43.23443;-1.20051;180;20220606;25.1;13.8;19.4;1.3;15.81;0;1.47;2200
+70073;43.23443;-1.20051;180;20220607;24.3;17.2;20.7;1;15.81;1.1;1.39;1900
+70073;43.23443;-1.20051;180;20220608;22.1;14.3;18.2;.7;16.61;2;.89;1100
+70073;43.23443;-1.20051;180;20220609;24.3;14;19.1;1.4;15.21;.2;1.56;2500
+70073;43.23443;-1.20051;180;20220610;28.6;9.9;19.2;1.1;14.51;0;1.75;3000
+70073;43.23443;-1.20051;180;20220611;27.8;13.9;20.8;1.5;17.81;.1;4.62;24700
+70073;43.23443;-1.20051;180;20220612;28.8;17.8;23.3;1.6;19.31;2.1;3.61;15300
+70073;43.23443;-1.20051;180;20220613;26.8;17.5;22.1;1.3;19.41;.1;3.31;15400
+70073;43.23443;-1.20051;180;20220614;35;16.4;25.7;.7;21.21;.1;4.15;19000
+70073;43.23443;-1.20051;180;20220615;33.2;17.2;25.2;1;21.91;0;5.42;26900
+70073;43.23443;-1.20051;180;20220616;35;18.9;26.9;.6;23.51;0;5.15;25000
+70073;43.23443;-1.20051;180;20220617;36.6;20.4;28.5;1.1;24.01;0;5.72;25700
+70073;43.23443;-1.20051;180;20220618;41.9;19.1;30.5;1.2;20.41;0;6.48;26900
+70073;43.23443;-1.20051;180;20220619;27.6;16.9;22.2;1.7;18.01;.8;4.3;20700
+70073;43.23443;-1.20051;180;20220620;27.2;17.2;22.2;1.3;18.81;.9;2.99;12700
+70073;43.23443;-1.20051;180;20220621;22.6;18.1;20.3;1.3;19.41;9.1;1.86;7300
+70073;43.23443;-1.20051;180;20220622;23.2;17;20.1;1.7;17.71;2.9;3.14;15400
+70073;43.23443;-1.20051;180;20220623;28;14.9;21.4;.8;17.31;7.5;3.6;18000
+70073;43.23443;-1.20051;180;20220624;25;15.3;20.1;1.5;16.91;0;4.84;27600
+70073;43.23443;-1.20051;180;20220625;19.1;14.4;16.7;.9;15.91;6.8;1.39;5400
+70073;43.23443;-1.20051;180;20220626;16.3;13;14.6;.8;14.51;5.5;1.42;6600
+70073;43.23443;-1.20051;180;20220627;16.9;14.4;15.6;1;15.01;1.4;1.25;4600
+70073;43.23443;-1.20051;180;20220628;24.3;13.9;19.1;.8;15.51;.1;4.19;24300
+70073;43.23443;-1.20051;180;20220629;23.4;13;18.2;.7;15.91;3.8;2.52;12800
+70073;43.23443;-1.20051;180;20220630;15.8;14.2;15;.6;15.01;5;1.2;5000
+70073;43.23443;-1.20051;180;20220701;22.9;9.6;16.2;.7;13.41;0;4.03;25400
+70073;43.23443;-1.20051;180;20220702;29.2;11;20.1;.9;15.81;0;5.17;29600
+70073;43.23443;-1.20051;180;20220703;25.1;13.8;19.4;.8;16.51;2.3;3.84;21500
+70073;43.23443;-1.20051;180;20220704;20.3;16.7;18.5;.6;17.31;.2;1.71;7500
+70073;43.23443;-1.20051;180;20220705;25;16.9;20.9;.9;18.41;1.9;3.17;16000
+70073;43.23443;-1.20051;180;20220706;24.5;16.3;20.4;.7;17.91;2.7;2.54;12100
+70073;43.23443;-1.20051;180;20220707;25.5;12.3;18.9;1.1;16.51;0;3.98;22600
+70073;43.23443;-1.20051;180;20220708;26.9;13.5;20.2;1.4;17.01;.2;5.03;28700
+70073;43.23443;-1.20051;180;20220709;30;13.8;21.9;.9;17.11;.2;5.4;30000
+70073;43.23443;-1.20051;180;20220710;31.3;13.3;22.3;.7;17.41;0;5.45;30300
+70073;43.23443;-1.20051;180;20220711;34.4;14.2;24.3;.7;18.51;0;5.64;29700
+70073;43.23443;-1.20051;180;20220712;34.7;16.7;25.7;.9;20.41;.1;5.85;29500
+70073;43.23443;-1.20051;180;20220713;34.8;15.5;25.1;.6;18.61;0;5.71;30100
+70073;43.23443;-1.20051;180;20220714;35.5;14.9;25.2;.8;17.41;0;5.63;28600
+70073;43.23443;-1.20051;180;20220715;32.5;14.8;23.6;.6;18.91;.1;4.75;24900
+70073;43.23443;-1.20051;180;20220716;36.9;16.3;26.6;.8;19.61;.1;5.4;26000
+70073;43.23443;-1.20051;180;20220717;38.5;15.4;26.9;.7;18.11;0;5.54;27000
+70073;43.23443;-1.20051;180;20220718;41;16.3;28.6;.6;19.81;0;5.7;27300
+70073;43.23443;-1.20051;180;20220719;28.9;20.7;24.8;1.6;20.61;1.3;4.68;22200
+70073;43.23443;-1.20051;180;20220720;26.2;16.7;21.4;1.4;18.71;1;3.6;18000
+70073;43.23443;-1.20051;180;20220721;32.2;19.2;25.7;1.5;19.41;0;5.67;27300
+70073;43.23443;-1.20051;180;20220722;22.6;18.9;20.7;1.2;19.11;.9;1.63;5400
+70073;43.23443;-1.20051;180;20220723;26.6;17.6;22.1;1;17.01;0;3.84;19500
+70073;43.23443;-1.20051;180;20220724;36.6;13.7;25.1;.8;18.41;.1;5.49;27700
+70073;43.23443;-1.20051;180;20220725;26.8;20.9;23.8;1;18.41;.6;3.38;15300
+70073;43.23443;-1.20051;180;20220726;24;18.2;21.1;1.1;17.21;.7;2.66;11800
+70073;43.23443;-1.20051;180;20220727;26.3;13.8;20;1;15.11;0;4.22;23700
+70073;43.23443;-1.20051;180;20220728;25.1;16.1;20.6;.9;16.11;.9;3.15;15800
+70073;43.23443;-1.20051;180;20220729;24.4;16.5;20.4;.4;17.81;1.3;2.01;9200
+70073;43.23443;-1.20051;180;20220730;27.1;18.4;22.7;1;19.01;.1;3.67;18400
+70073;43.23443;-1.20051;180;20220731;28.1;17.5;22.8;.9;19.21;0;3.37;16400
+70073;43.23443;-1.20051;180;20220801;30.4;16.4;23.4;1;19.31;0;4.33;22100
+70073;43.23443;-1.20051;180;20220802;34.8;15;24.9;.9;18.51;.1;5.29;27000
+70073;43.23443;-1.20051;180;20220803;35.5;15.9;25.7;1.3;20.61;.1;4.86;21900
+70073;43.23443;-1.20051;180;20220804;28.3;22.2;25.2;1.8;22.61;1.1;2.94;10800
+70073;43.23443;-1.20051;180;20220805;24.6;20.5;22.5;.9;20.21;.1;1.87;6900
+70073;43.23443;-1.20051;180;20220806;31;16.9;23.9;1;19.91;0;4.4;22400
+70073;43.23443;-1.20051;180;20220807;31.9;15.8;23.8;.8;18.31;0;4.78;25500
+70073;43.23443;-1.20051;180;20220808;32.4;14;23.2;.9;17.11;.6;4.81;25600
+70073;43.23443;-1.20051;180;20220809;32.7;18.1;25.4;1;19.01;0;4.48;21700
+70073;43.23443;-1.20051;180;20220810;37.7;16;26.8;.6;18.81;.1;4.67;23200
+70073;43.23443;-1.20051;180;20220811;38.7;20.5;29.6;.6;18.81;0;4.67;22200
+70073;43.23443;-1.20051;180;20220812;34.6;17.9;26.2;1;21.41;0;5.06;25100
+70073;43.23443;-1.20051;180;20220813;30.8;20.3;25.5;1.2;22.41;.9;3.4;14800
+70073;43.23443;-1.20051;180;20220814;26.5;20.9;23.7;1.4;19.91;.2;3.16;14000
+70073;43.23443;-1.20051;180;20220815;27.1;14.1;20.6;1;16.51;0;3.77;21000
+70073;43.23443;-1.20051;180;20220816;24;15.5;19.7;.4;17.91;5.2;1.54;6500
+70073;43.23443;-1.20051;180;20220817;23;14;18.5;.8;16.81;21.4;2.39;12900
+70073;43.23443;-1.20051;180;20220818;20.7;16.1;18.4;.9;17.91;21.2;1.93;9900
+70073;43.23443;-1.20051;180;20220819;26.2;15.2;20.7;.9;17.71;.7;3.84;22400
+70073;43.23443;-1.20051;180;20220820;29.8;16.9;23.3;1;19.81;.3;4.5;24800
+70073;43.23443;-1.20051;180;20220821;25.8;19;22.4;.8;20.41;.4;2.69;13400
+70073;43.23443;-1.20051;180;20220822;23.5;16.2;19.8;.5;19.71;3.3;1.71;8100
+70073;43.23443;-1.20051;180;20220823;27.3;19.1;23.2;.4;21.11;.1;2.57;13000
+70073;43.23443;-1.20051;180;20220824;33.3;15.5;24.4;.7;20.71;.9;3.66;18500
+70073;43.23443;-1.20051;180;20220825;26.1;19.6;22.8;1.6;21.51;.7;2.36;9800
+70073;43.23443;-1.20051;180;20220826;24;19.4;21.7;1;20.11;.5;1.9;8000
+70073;43.23443;-1.20051;180;20220827;27.7;16.8;22.2;.5;18.81;.1;3.83;22600
+70073;43.23443;-1.20051;180;20220828;33.6;15.5;24.5;.7;19.41;1.3;4.22;22800
+70073;43.23443;-1.20051;180;20220829;34.3;20.7;27.5;1.1;19.21;9.5;3.31;12400
+70073;43.23443;-1.20051;180;20220830;29.7;14.9;22.3;1;19.71;.1;3.95;22300
+70073;43.23443;-1.20051;180;20220831;23.9;20;21.9;.9;21.61;10.7;1.66;6900
+70073;43.23443;-1.20051;180;20220901;26.6;17.1;21.8;.7;20.01;.3;2.85;15600
+70073;43.23443;-1.20051;180;20220902;25.2;19.4;22.3;.6;19.81;.6;2.01;9300
+70073;43.23443;-1.20051;180;20220903;24.2;16.8;20.5;.6;18.81;.3;2.21;11700
+70073;43.23443;-1.20051;180;20220904;31.6;15;23.3;.5;18.01;.1;3.39;19100
+70073;43.23443;-1.20051;180;20220905;34.3;14;24.1;1;16.01;.1;4.19;21900
+70073;43.23443;-1.20051;180;20220906;32.4;12.7;22.5;1.1;16.01;0;3.98;21200
+70073;43.23443;-1.20051;180;20220907;27.2;14.6;20.9;.8;16.41;0;2.49;12500
+70073;43.23443;-1.20051;180;20220908;27;12.2;19.6;.8;15.31;1.9;3.31;20600
+70073;43.23443;-1.20051;180;20220909;24.4;15.2;19.8;.6;16.61;1.4;2.84;17600
+70073;43.23443;-1.20051;180;20220910;28.1;9.5;18.8;.6;14.01;0;3.28;21600
+70073;43.23443;-1.20051;180;20220911;34.9;12.5;23.7;.6;16.61;0;3.67;21000
+70073;43.23443;-1.20051;180;20220912;34.8;18.3;26.5;2.8;17.21;3;4.55;12200
+70073;43.23443;-1.20051;180;20220913;30.2;20.9;25.5;4.2;16.61;.5;4.56;9100
+70073;43.23443;-1.20051;180;20220914;30.8;21.4;26.1;3.3;16.11;0;4.88;15600
+70073;43.23443;-1.20051;180;20220915;27.2;15.7;21.4;.6;18.01;5.6;2.64;15300
+70073;43.23443;-1.20051;180;20220916;23.3;16.2;19.7;1.2;17.31;.6;2.56;15000
+70073;43.23443;-1.20051;180;20220917;22.1;10.3;16.2;1.2;12.91;0;2.62;17300
+70073;43.23443;-1.20051;180;20220918;24.9;7.4;16.1;.4;11.11;0;2.43;17700
+70073;43.23443;-1.20051;180;20220919;26.1;5.9;16;.6;10.31;0;2.76;20200
+70073;43.23443;-1.20051;180;20220920;23.3;5.5;14.4;.7;10.81;0;2.62;20000
+70073;43.23443;-1.20051;180;20220921;23.6;5.1;14.3;.5;10.51;0;2.48;19600
+70073;43.23443;-1.20051;180;20220922;25.8;5.7;15.7;.5;11.61;0;2.54;19100
+70073;43.23443;-1.20051;180;20220923;21.6;10;15.8;.7;13.91;1.5;1.46;7600
+70073;43.23443;-1.20051;180;20220924;17.6;11.6;14.6;.7;14.11;13.1;1.3;7500
+70073;43.23443;-1.20051;180;20220925;19.6;8.7;14.1;.7;12.31;1.4;2.07;15900
+70073;43.23443;-1.20051;180;20220926;20.7;9.9;15.3;1.2;12.61;6.7;2.03;12900
+70073;43.23443;-1.20051;180;20220927;16.8;13.6;15.2;1.2;14.21;9.5;1.14;4700
+70073;43.23443;-1.20051;180;20220928;18.8;13.9;16.3;1.5;15.21;26.9;1.2;4400
+70073;43.23443;-1.20051;180;20220929;16.5;12.7;14.6;1;13.71;24;1.06;4400
+70073;43.23443;-1.20051;180;20220930;18.4;10.6;14.5;1.2;12.71;2.7;1.72;11400
+70073;43.23443;-1.20051;180;20221001;23.9;8.6;16.2;.5;13.41;.1;1.91;13600
+70073;43.23443;-1.20051;180;20221002;22.8;9.9;16.3;.7;15.21;.1;2.01;14800
+70073;43.23443;-1.20051;180;20221003;25.3;16.2;20.7;.5;16.91;0;1.92;11800
+70073;43.23443;-1.20051;180;20221004;27.3;10.3;18.8;.5;14.81;.1;2.31;17000
+70073;43.23443;-1.20051;180;20221005;30;9.5;19.7;.9;14.91;.1;2.56;16000
+70073;43.23443;-1.20051;180;20221006;21.5;15.5;18.5;.6;15.91;.1;1.56;9400
+70073;43.23443;-1.20051;180;20221007;26.5;10.9;18.7;.7;14.61;0;1.97;12600
+70073;43.23443;-1.20051;180;20221008;20.3;13.6;16.9;.6;16.11;.2;1.05;4800
+70073;43.23443;-1.20051;180;20221009;28.5;14.2;21.3;.9;15.41;.1;2.41;15200
+70073;43.23443;-1.20051;180;20221010;21.1;12.5;16.8;.5;16.41;5.3;1.01;4900
+70073;43.23443;-1.20051;180;20221011;20.2;16.1;18.1;.6;17.81;3.2;.92;3500
+70073;43.23443;-1.20051;180;20221012;19.5;16.3;17.9;.6;17.21;.7;1.03;4800
+70073;43.23443;-1.20051;180;20221013;24.9;13.2;19;.9;15.11;0;1.74;10100
+70073;43.23443;-1.20051;180;20221014;24.1;16.7;20.4;.7;16.81;.4;1.7;10600
+70073;43.23443;-1.20051;180;20221015;26.8;11;18.9;.7;15.01;.1;1.94;14200
+70073;43.23443;-1.20051;180;20221016;29.2;13.4;21.3;2.5;13.91;.2;3.09;11100
+70073;43.23443;-1.20051;180;20221017;28.5;19.8;24.1;2.2;14.91;1.7;2.98;10400
+70073;43.23443;-1.20051;180;20221018;31.6;14.4;23;1.6;15.31;0;2.69;11600
+70073;43.23443;-1.20051;180;20221019;31;18.5;24.7;4.3;13.51;.2;4.72;9100
+70073;43.23443;-1.20051;180;20221020;25.4;19.7;22.5;6;12.91;.5;4.64;6900
+70073;43.23443;-1.20051;180;20221021;22.6;20.5;21.5;3.8;13.31;.4;3.03;2000
+70073;43.23443;-1.20051;180;20221022;25.1;16.2;20.6;3.8;12.91;.1;3.36;11200
+70073;43.23443;-1.20051;180;20221023;26.8;21.2;24;6;11.81;0;5.47;11300
+70073;43.23443;-1.20051;180;20221024;24.5;18.9;21.7;2.1;11.61;.1;2.63;9900
+70073;43.23443;-1.20051;180;20221025;29;10.2;19.6;3;11.41;0;3.3;7300
+70073;43.23443;-1.20051;180;20221026;27.4;11.7;19.5;2.3;11.81;0;2.6;6900
+70073;43.23443;-1.20051;180;20221027;30.6;22.6;26.6;5;9.61;.1;6.02;5100
+70073;43.23443;-1.20051;180;20221028;29.2;25.3;27.2;3.5;9.01;0;4.86;3600
+70073;43.23443;-1.20051;180;20221029;28.8;20.6;24.7;4;4.91;0;5.69;2300
+70073;43.23443;-1.20051;180;20221030;21.2;17;19.1;2;10.91;2.7;2.08;5000
+70073;43.23443;-1.20051;180;20221031;23;11.5;17.2;3.4;14.01;4.6;1.88;2100
+70073;43.23443;-1.20051;180;20221101;20.4;12.8;16.6;.7;14.51;.1;1.18;10900
+70073;43.23443;-1.20051;180;20221102;20.4;9.7;15;.8;12.81;.2;1.13;10300
+70073;43.23443;-1.20051;180;20221103;20.9;9.5;15.2;1.9;12.51;8.6;1.32;3100
+70073;43.23443;-1.20051;180;20221104;15.4;7;11.2;1.8;10.31;13.5;1.05;6800
+70073;43.23443;-1.20051;180;20221105;18.4;5.2;11.8;.6;9.71;.1;.93;11300
+70073;43.23443;-1.20051;180;20221106;21.6;2;11.8;.6;8.51;.1;.99;9200
+70073;43.23443;-1.20051;180;20221107;22.9;3.3;13.1;2.2;8.91;.4;1.96;9700
+70073;43.23443;-1.20051;180;20221108;21.1;19.4;20.2;4.4;11.01;.1;3.42;2100
+70073;43.23443;-1.20051;180;20221109;18.1;17.5;17.8;2.1;12.01;5.2;1.67;2400
+70073;43.23443;-1.20051;180;20221110;18.5;4.6;11.5;.5;9.81;.1;.78;10700
+70073;43.23443;-1.20051;180;20221111;22.5;3;12.7;1;9.51;.1;1.15;10200
+70073;43.23443;-1.20051;180;20221112;25.1;7.4;16.2;1.7;10.11;0;1.8;6400
+70073;43.23443;-1.20051;180;20221113;25;6.1;15.5;1.6;9.81;0;1.67;9800
+70073;43.23443;-1.20051;180;20221114;16.7;7.9;12.3;3.4;11.81;1.3;1.08;2100
+70073;43.23443;-1.20051;180;20221115;19.5;10.6;15;4.3;11.91;6.1;1.9;3500
+70073;43.23443;-1.20051;180;20221116;19.5;8.1;13.8;2.7;11.31;.6;1.43;8100
+70073;43.23443;-1.20051;180;20221117;18.3;13.9;16.1;1.7;13.51;7.5;1.07;4500
+70073;43.23443;-1.20051;180;20221118;11.3;9.1;10.2;1.1;10.51;26.3;.61;2900
+70073;43.23443;-1.20051;180;20221119;10.4;6.7;8.5;1.4;9.21;12.3;.63;4500
+70073;43.23443;-1.20051;180;20221120;14.7;5.7;10.2;1.1;10.31;8.6;.67;3400
+70073;43.23443;-1.20051;180;20221121;15.8;8.7;12.2;2.5;10.61;35.9;1.15;700
+70073;43.23443;-1.20051;180;20221122;11.6;7.5;9.5;3;8.41;9.4;1.18;2300
+70073;43.23443;-1.20051;180;20221123;15.6;11;13.3;1.8;12.41;6.7;.83;2000
+70073;43.23443;-1.20051;180;20221124;15.7;5.2;10.4;.7;10.21;5.3;.64;1800
+70073;43.23443;-1.20051;180;20221125;11;6.8;8.9;1.1;10.41;10.5;.49;2600
+70073;43.23443;-1.20051;180;20221126;15.5;3.5;9.5;.4;8.81;0;.45;7000
+70073;43.23443;-1.20051;180;20221127;19;1.4;10.2;1.5;7.61;12.3;1.13;6500
+70073;43.23443;-1.20051;180;20221128;11.9;8.2;10;1.3;10.41;29.5;.6;2600
+70073;43.23443;-1.20051;180;20221129;12.1;8.3;10.2;.9;11.11;12.1;.51;2300
+70073;43.23443;-1.20051;180;20221130;12.6;7;9.8;.9;10.41;0;.48;5200
+70073;43.23443;-1.20051;180;20221201;8.6;6;7.3;1;8.71;0;.47;3600
+70073;43.23443;-1.20051;180;20221202;9.4;1.5;5.4;.7;7.71;.1;.36;5800
+70073;43.23443;-1.20051;180;20221203;6.9;5.2;6;1.1;8.41;2.5;.44;1900
+70073;43.23443;-1.20051;180;20221204;10.8;2.4;6.6;1.2;7.01;0;.48;8300
+70073;43.23443;-1.20051;180;20221205;13.4;-1.5;5.9;.8;6.91;0;.48;6500
+70073;43.23443;-1.20051;180;20221206;13.9;7;10.4;.6;10.81;.3;.5;2500
+70073;43.23443;-1.20051;180;20221207;16.1;8.7;12.4;.4;11.51;.2;.45;4700
+70073;43.23443;-1.20051;180;20221208;14.1;7.7;10.9;.6;10.91;6.5;.56;1000
+70073;43.23443;-1.20051;180;20221209;16;8.4;12.2;2;11.01;3.5;.86;3800
+70073;43.23443;-1.20051;180;20221210;7;1.4;4.2;1.2;6.31;0;.33;8300
+70073;43.23443;-1.20051;180;20221211;6.2;-3.1;1.5;.5;6.11;0;.37;1600
+70073;43.23443;-1.20051;180;20221212;14.7;.6;7.6;1.6;8.51;11.6;.81;900
+70073;43.23443;-1.20051;180;20221213;18.1;10.9;14.5;1.6;12.31;4.2;.91;2700
+70073;43.23443;-1.20051;180;20221214;19.2;11.6;15.4;2;11.81;.5;1.01;7600
+70073;43.23443;-1.20051;180;20221215;16.8;11.7;14.2;2.4;11.31;5.7;1.15;4000
+70073;43.23443;-1.20051;180;20221216;11.2;9.3;10.2;2;10.51;1.7;.68;1100
+70073;43.23443;-1.20051;180;20221217;14.6;7.2;10.9;1;9.21;0;.47;7500
+70073;43.23443;-1.20051;180;20221218;17.7;3.6;10.6;4;8.21;.4;1.71;7000
+70073;43.23443;-1.20051;180;20221219;19.7;16.1;17.9;5.9;7.61;.8;4.21;2700
+70073;43.23443;-1.20051;180;20221220;19.9;17.9;18.9;4.7;8.61;0;3.43;5300
+70073;43.23443;-1.20051;180;20221221;18.8;8.8;13.8;1.9;10.61;.1;.99;6700
+70073;43.23443;-1.20051;180;20221222;19;6.9;12.9;1.5;11.21;.1;.86;3900
+70073;43.23443;-1.20051;180;20221223;20.5;14.3;17.4;3.1;11.41;.1;1.92;4400
+70073;43.23443;-1.20051;180;20221224;23;7.8;15.4;1.7;9.51;.1;1.28;7200
+70073;43.23443;-1.20051;180;20221225;20.5;14.1;17.3;3.2;9.11;0;2.1;8400
+70073;43.23443;-1.20051;180;20221226;18.3;16.9;17.6;2;10.21;.8;1.65;3200
+70073;43.23443;-1.20051;180;20221227;16.1;10.4;13.2;1;12.31;.2;.6;3600
+70073;43.23443;-1.20051;180;20221228;19.7;6.7;13.2;2.5;9.41;0;1.36;7400
+70073;43.23443;-1.20051;180;20221229;17.4;14.1;15.7;2.7;10.11;8;1.74;3000
+70073;43.23443;-1.20051;180;20221230;19.8;10;14.9;3.9;11.91;0;1.66;4000
+70073;43.23443;-1.20051;180;20221231;22.4;17.4;19.9;4.4;8.31;0;3.65;5200
+70074;43.26754;-.89598;124;20220101;24.3;2.9;13.6;.9;8.5;0;.83;7834
+70074;43.26754;-.89598;124;20220102;18.1;5.1;11.6;1;10;.1;.69;5430
+70074;43.26754;-.89598;124;20220103;20.5;4.3;12.4;1.4;9.67;0;.95;6692
+70074;43.26754;-.89598;124;20220104;20.3;13.1;16.7;3.2;9.73;17;2.38;4550
+70074;43.26754;-.89598;124;20220105;9.1;5.1;7.1;.8;7.5;1.1;.54;3508
+70074;43.26754;-.89598;124;20220106;8.9;-2;3.4;.5;5.47;.1;.32;6510
+70074;43.26754;-.89598;124;20220107;11.4;-1.8;4.8;.9;7.83;9.4;.39;5243
+70074;43.26754;-.89598;124;20220108;12.4;5.7;9.1;2.5;9.47;9.1;.78;4502
+70074;43.26754;-.89598;124;20220109;10.5;9.4;10;3.3;11.67;50.3;.51;338
+70074;43.26754;-.89598;124;20220110;12.8;9.9;11.3;3.8;13.03;13.1;.45;1937
+70074;43.26754;-.89598;124;20220111;11.8;7.9;9.9;.7;9.57;.1;.54;4326
+70074;43.26754;-.89598;124;20220112;9.3;2.1;5.7;.5;7.33;0;.4;5192
+70074;43.26754;-.89598;124;20220113;11.1;-1.9;4.6;.5;6.13;0;.37;7256
+70074;43.26754;-.89598;124;20220114;12.8;-4.2;4.3;.2;5.47;.1;.26;8153
+70074;43.26754;-.89598;124;20220115;12.6;-4;4.3;.4;5.4;0;.38;8208
+70074;43.26754;-.89598;124;20220116;12.4;-3.7;4.3;.4;5.37;.1;.39;8099
+70074;43.26754;-.89598;124;20220117;10.8;-2.2;4.3;.6;5.97;.1;.44;7263
+70074;43.26754;-.89598;124;20220118;4.5;-1.4;1.5;.7;6.57;0;.32;5088
+70074;43.26754;-.89598;124;20220119;10.1;3.3;6.7;.8;8.13;.4;.52;3891
+70074;43.26754;-.89598;124;20220120;10.5;5.3;7.9;1.3;9.3;4.4;.54;3355
+70074;43.26754;-.89598;124;20220121;5.7;.7;3.2;1.6;6.3;0;.56;4686
+70074;43.26754;-.89598;124;20220122;7.8;-3.8;2;.4;5.27;.1;.4;7852
+70074;43.26754;-.89598;124;20220123;11.5;-4.4;3.6;.5;5.6;0;.48;8805
+70074;43.26754;-.89598;124;20220124;15.6;-3;6.3;.3;5.87;0;.48;9560
+70074;43.26754;-.89598;124;20220125;15.1;-2.7;6.2;.4;5.93;0;.53;9398
+70074;43.26754;-.89598;124;20220126;14.2;-2.8;5.7;.5;6;0;.59;9177
+70074;43.26754;-.89598;124;20220127;12.8;-3.3;4.7;.8;6.73;.1;.64;9185
+70074;43.26754;-.89598;124;20220128;10.3;4;7.1;.8;7.23;0;.65;6365
+70074;43.26754;-.89598;124;20220129;6.3;-2.7;1.8;.7;6.23;0;.48;7030
+70074;43.26754;-.89598;124;20220130;2.2;-.2;1;.5;6.53;.2;.37;2704
+70074;43.26754;-.89598;124;20220131;10.5;1.1;5.8;1.2;8.5;1.9;.57;6108
+70074;43.26754;-.89598;124;20220201;9.9;2.2;6;.9;8.37;.1;.61;6314
+70074;43.26754;-.89598;124;20220202;15.5;7.1;11.3;.9;9.83;0;.85;7236
+70074;43.26754;-.89598;124;20220203;16.7;1.6;9.1;1.2;8.57;.1;.99;9096
+70074;43.26754;-.89598;124;20220204;12.2;1.5;6.8;.7;9.53;2.8;.59;6410
+70074;43.26754;-.89598;124;20220205;10.8;7.6;9.2;1.2;8.3;.7;.87;5487
+70074;43.26754;-.89598;124;20220206;11.2;-1.9;4.6;.7;7.47;.3;.66;8646
+70074;43.26754;-.89598;124;20220207;12.6;7.3;9.9;1.2;10.3;3;.76;4962
+70074;43.26754;-.89598;124;20220208;16;2.7;9.4;1;9.03;0;1.01;10005
+70074;43.26754;-.89598;124;20220209;21.1;.8;10.9;.5;7.77;.1;1.08;12055
+70074;43.26754;-.89598;124;20220210;5.5;1.2;3.4;1;7.86;1.2;1.27;12625
+70074;43.26754;-.89598;124;20220211;10.7;6.2;8.5;.9;9.71;.3;.69;5687
+70074;43.26754;-.89598;124;20220212;16.7;4.7;10.7;1.1;8.81;0;1.18;11676
+70074;43.26754;-.89598;124;20220213;19.1;4.1;11.6;2.6;8.71;6.5;1.92;11989
+70074;43.26754;-.89598;124;20220214;11;7.2;9.1;3.3;9.69;15.1;1.01;5849
+70074;43.26754;-.89598;124;20220215;12.7;6;9.3;2.3;8.81;2;1.12;8454
+70074;43.26754;-.89598;124;20220216;13.3;7.9;10.6;1.5;11.47;3.2;.83;5133
+70074;43.26754;-.89598;124;20220217;15.8;11.7;13.8;1;11.93;.1;1.03;4934
+70074;43.26754;-.89598;124;20220218;17.9;3.3;10.6;1.7;10;1.2;1.41;10647
+70074;43.26754;-.89598;124;20220219;12.1;7;9.6;1.3;8.9;1;1.05;6876
+70074;43.26754;-.89598;124;20220220;13.6;1.3;7.4;1;9.63;1.5;.91;9029
+70074;43.26754;-.89598;124;20220221;13.9;6.4;10.1;2.2;9.9;2;1.24;8487
+70074;43.26754;-.89598;124;20220222;16.4;3.6;10;.7;8.57;0;1.26;12021
+70074;43.26754;-.89598;124;20220223;17.6;.6;9.1;.7;8.33;.1;1.35;13503
+70074;43.26754;-.89598;124;20220224;12.9;3.7;8.3;1.3;9.6;1.6;.97;7968
+70074;43.26754;-.89598;124;20220225;12.3;5.3;8.8;1.4;7.57;.2;1.31;9545
+70074;43.26754;-.89598;124;20220226;15.4;-.8;7.3;1.2;6.37;0;1.57;13864
+70074;43.26754;-.89598;124;20220227;16.7;4.7;10.7;1;8.73;.1;1.39;9687
+70074;43.26754;-.89598;124;20220228;19.5;1.7;10.6;.8;8.53;0;1.6;14649
+70074;43.26754;-.89598;124;20220301;19.3;1;10.2;.7;8.03;.6;1.53;13551
+70074;43.26754;-.89598;124;20220302;13.5;9;11.3;.8;10.37;3.7;1.08;6183
+70074;43.26754;-.89598;124;20220303;17;2.7;9.9;1.7;9.97;11.9;1.51;11936
+70074;43.26754;-.89598;124;20220304;12.3;8.5;10.4;2.2;9.37;1.9;1.37;7114
+70074;43.26754;-.89598;124;20220305;11.1;5.5;8.3;.8;8.67;.2;1.04;7614
+70074;43.26754;-.89598;124;20220306;11.4;5.1;8.2;.9;7.93;0;1.18;8641
+70074;43.26754;-.89598;124;20220307;13.8;2.6;8.2;1.1;8.17;0;1.43;12383
+70074;43.26754;-.89598;124;20220308;13;6.4;9.7;2;8.43;1.1;1.67;9039
+70074;43.26754;-.89598;124;20220309;19.3;.5;9.9;2.3;7.93;1.1;2.25;15212
+70074;43.26754;-.89598;124;20220310;18.3;10.2;14.3;2.5;9.97;1.1;2.35;10591
+70074;43.26754;-.89598;124;20220311;17.2;9.2;13.2;3;9.63;7.4;2.35;10031
+70074;43.26754;-.89598;124;20220312;16.3;6.8;11.6;1.8;9.5;1.8;1.96;13512
+70074;43.26754;-.89598;124;20220313;15.5;8.1;11.8;1.9;8.73;3.8;1.97;11590
+70074;43.26754;-.89598;124;20220314;11.2;3.7;7.5;1;8.77;.8;1.11;8275
+70074;43.26754;-.89598;124;20220315;21;6.9;13.9;1.6;11.07;0;2.35;13347
+70074;43.26754;-.89598;124;20220316;15.7;10.5;13.1;2.1;11.93;7.7;1.67;8166
+70074;43.26754;-.89598;124;20220317;10.2;10.4;10.3;2.3;11.53;20;.61;600
+70074;43.26754;-.89598;124;20220318;10.6;7.7;9.1;1;10.11;.3;.93;5476
+70074;43.26754;-.89598;124;20220319;18.4;4;11.2;1.4;9.71;0;2.17;16657
+70074;43.26754;-.89598;124;20220320;18.6;9.4;14;2.3;9.91;0;2.42;12449
+70074;43.26754;-.89598;124;20220321;20.4;7.5;13.9;2.4;9.81;.2;2.81;16160
+70074;43.26754;-.89598;124;20220322;17.3;8.2;12.7;2.6;8.06;0;2.61;12056
+70074;43.26754;-.89598;124;20220323;17.8;4.9;11.3;2.1;7.61;0;2.81;18487
+70074;43.26754;-.89598;124;20220324;18.1;3.8;10.9;1.4;8.56;0;2.4;18204
+70074;43.26754;-.89598;124;20220325;20.2;7.6;13.9;1.1;10.06;0;2.55;18043
+70074;43.26754;-.89598;124;20220326;20.3;5.2;12.8;1.4;8.76;0;2.82;20405
+70074;43.26754;-.89598;124;20220327;20.4;4.5;12.4;1.8;9.16;0;2.87;20188
+70074;43.26754;-.89598;124;20220328;20.9;9.2;15.1;1.9;9.21;0;2.89;14776
+70074;43.26754;-.89598;124;20220329;18.4;8.2;13.3;1.7;10.66;1.8;2.2;13604
+70074;43.26754;-.89598;124;20220330;11.5;10.2;10.9;1.8;11.26;6.2;.92;4309
+70074;43.26754;-.89598;124;20220331;12.1;7.9;10;2.9;9.61;10.2;1.64;10792
+70074;43.26754;-.89598;124;20220401;7.7;1;4.3;2.3;6.56;6.8;1.55;13796
+70074;43.26754;-.89598;124;20220402;9.6;1.1;5.3;2.4;5.91;.2;1.95;15926
+70074;43.26754;-.89598;124;20220403;8.6;.1;4.4;2;5.64;.3;1.7;14494
+70074;43.26754;-.89598;124;20220404;10.9;-2.2;4.3;1.5;5.29;.1;2.17;20994
+70074;43.26754;-.89598;124;20220405;16.2;-3.6;6.3;1;6;0;2.62;23604
+70074;43.26754;-.89598;124;20220406;13.2;2.6;7.9;1.5;8.71;0;1.72;13378
+70074;43.26754;-.89598;124;20220407;19.7;5.7;12.7;3.3;10.56;.1;2.83;15696
+70074;43.26754;-.89598;124;20220408;21.1;8;14.6;2.8;10.86;2.6;3.07;16614
+70074;43.26754;-.89598;124;20220409;15;7.7;11.4;1.6;9.31;.7;2.18;14173
+70074;43.26754;-.89598;124;20220410;22.4;1;11.7;2.4;8.41;0;3.76;23824
+70074;43.26754;-.89598;124;20220411;25.6;11.9;18.7;3.7;10.61;1.2;4.71;18928
+70074;43.26754;-.89598;124;20220412;19.5;11.2;15.3;2.5;11.76;4;2.64;13386
+70074;43.26754;-.89598;124;20220413;17.3;8.9;13.1;1.4;12.41;1.3;2.04;13760
+70074;43.26754;-.89598;124;20220414;20;12.4;16.2;1.3;13.36;0;2.63;15651
+70074;43.26754;-.89598;124;20220415;20.6;9.4;15;1.4;13.06;.1;2.61;16424
+70074;43.26754;-.89598;124;20220416;22.4;10.2;16.3;1.9;12.51;0;3.31;20035
+70074;43.26754;-.89598;124;20220417;21.5;7.3;14.4;2.3;12.11;0;3.33;21977
+70074;43.26754;-.89598;124;20220418;16.9;12.4;14.6;2.2;12.16;0;2.17;11173
+70074;43.26754;-.89598;124;20220419;11.3;9.2;10.2;1.3;11.36;16.4;.92;3902
+70074;43.26754;-.89598;124;20220420;11.2;8;9.6;2.2;10.71;16;1.19;7564
+70074;43.26754;-.89598;124;20220421;11.3;8.7;10;1.7;11.46;4.2;1.03;6135
+70074;43.26754;-.89598;124;20220422;20.2;6.9;13.6;2.3;10.63;3.5;3.44;21328
+70074;43.26754;-.89598;124;20220423;15.7;10.6;13.1;3.5;10.71;14;2.37;12145
+70074;43.26754;-.89598;124;20220424;16.6;9.4;13;3;11.76;1.5;2.21;12434
+70074;43.26754;-.89598;124;20220425;21.1;5.6;13.4;1.3;11.06;0;3.34;23287
+70074;43.26754;-.89598;124;20220426;25.5;7.7;16.6;1.8;11.81;.2;4.01;23294
+70074;43.26754;-.89598;124;20220427;18.9;13.1;16;1.6;13.96;3.7;2.24;11818
+70074;43.26754;-.89598;124;20220428;15.1;12.5;13.8;1;14.26;.6;1.31;6929
+70074;43.26754;-.89598;124;20220429;17.5;12.1;14.8;1.1;14.11;0;1.89;10660
+70074;43.26754;-.89598;124;20220430;19.5;12.6;16;1.5;13.51;0;2.62;15054
+70074;43.26754;-.89598;124;20220501;19.3;10;14.6;1.9;12.61;0;2.83;17564
+70074;43.26754;-.89598;124;20220502;15.3;11.8;13.5;1.3;12.76;2;1.56;7760
+70074;43.26754;-.89598;124;20220503;18.8;11;14.9;1.2;13.11;1.7;2.53;15099
+70074;43.26754;-.89598;124;20220504;17.9;12.2;15;2.1;13.11;.3;2.31;12058
+70074;43.26754;-.89598;124;20220505;20.2;8.5;14.3;1.9;12.16;0;3.11;19403
+70074;43.26754;-.89598;124;20220506;18;10.5;14.3;1.5;12.83;0;2.1;11354
+70074;43.26754;-.89598;124;20220507;22;11.2;16.6;.9;13.5;0;2.6;14160
+70074;43.26754;-.89598;124;20220508;23;11.1;17;.9;13.67;0;2.79;15100
+70074;43.26754;-.89598;124;20220509;26.9;8.3;17.6;.7;12.83;0;3.39;19155
+70074;43.26754;-.89598;124;20220510;29.3;9.6;19.5;1;14.13;.1;3.8;19564
+70074;43.26754;-.89598;124;20220511;25.3;13.1;19.2;1.4;15.8;0;3.12;15148
+70074;43.26754;-.89598;124;20220512;20.7;14;17.4;.9;15.7;0;2.19;11041
+70074;43.26754;-.89598;124;20220513;25.3;13.4;19.4;.6;16.27;0;2.91;15403
+70074;43.26754;-.89598;124;20220514;30.1;12.1;21.1;1;16.17;1.3;3.88;19195
+70074;43.26754;-.89598;124;20220515;31.6;14.1;22.9;1.8;15.47;.7;4.75;19032
+70074;43.26754;-.89598;124;20220516;29.4;13.9;21.7;.9;16.43;0;3.65;17585
+70074;43.26754;-.89598;124;20220517;31.2;13.7;22.5;1.1;16.2;0;4.07;18953
+70074;43.26754;-.89598;124;20220518;33.1;13.4;23.2;1.2;17.43;5.1;4.41;20010
+70074;43.26754;-.89598;124;20220519;25.3;16;20.7;1.3;18.6;.1;2.9;13833
+70074;43.26754;-.89598;124;20220520;22.7;17.1;19.9;2.3;17.67;.1;2.76;8758
+70074;43.26754;-.89598;124;20220521;30.3;16.1;23.2;1.1;20.4;0;3.7;17451
+70074;43.26754;-.89598;124;20220522;31.5;17;24.3;2;19.57;1.3;4.3;16996
+70074;43.26754;-.89598;124;20220523;21.7;15.4;18.6;2.6;14.27;.2;2.97;11540
+70074;43.26754;-.89598;124;20220524;16.5;11.1;13.8;1.2;12.87;3.3;1.94;10558
+70074;43.26754;-.89598;124;20220525;17.9;10.8;14.4;1.2;12.77;0;2.23;12116
+70074;43.26754;-.89598;124;20220526;20.3;9.5;14.9;1.3;13.27;0;2.7;15410
+70074;43.26754;-.89598;124;20220527;24.2;13.4;18.8;1.4;14.6;0;3.25;15706
+70074;43.26754;-.89598;124;20220528;26.4;10.4;18.4;1;14.5;0;3.58;19243
+70074;43.26754;-.89598;124;20220529;26.3;11.3;18.8;.8;12.77;.6;3.53;18530
+70074;43.26754;-.89598;124;20220530;24.4;9.7;17.1;1.1;11.7;.3;3.42;18130
+70074;43.26754;-.89598;124;20220531;27;11.7;19.3;.8;13.63;0;3.58;18662
+70074;43.26754;-.89598;124;20220601;30.7;13.3;22;1.2;16.47;0;4.2;20006
+70074;43.26754;-.89598;124;20220602;28.4;14.4;21.4;1.1;17.93;2.3;3.71;18020
+70074;43.26754;-.89598;124;20220603;25.7;17;21.4;1.3;18.87;.5;3;13720
+70074;43.26754;-.89598;124;20220604;22.3;17.4;19.9;1.3;18.5;13.2;2.29;10146
+70074;43.26754;-.89598;124;20220605;24.1;16.5;20.3;1.2;17.23;0;2.86;13103
+70074;43.26754;-.89598;124;20220606;25;14.9;19.9;.9;16.63;0;3.04;14856
+70074;43.26754;-.89598;124;20220607;24.7;16.7;20.7;.7;16.77;.4;2.85;13482
+70074;43.26754;-.89598;124;20220608;21.2;14.9;18;1.1;17.3;1.8;2.24;11211
+70074;43.26754;-.89598;124;20220609;24;14;19;1.1;15.6;.1;3.08;15171
+70074;43.26754;-.89598;124;20220610;29.2;10.3;19.7;1;15.27;0;4.09;21050
+70074;43.26754;-.89598;124;20220611;28.3;14.6;21.5;1.3;18.5;.1;4.73;25197
+70074;43.26754;-.89598;124;20220612;27.6;17.6;22.6;2;19.57;2.5;4.12;19205
+70074;43.26754;-.89598;124;20220613;27.9;18;23;1.6;20.17;.1;4.11;19646
+70074;43.26754;-.89598;124;20220614;34.8;17.3;26.1;.8;22.3;.1;5.3;25608
+70074;43.26754;-.89598;124;20220615;33.6;18;25.8;.8;21.9;0;5.46;27231
+70074;43.26754;-.89598;124;20220616;35.8;18.8;27.3;1.1;22.87;0;5.94;27663
+70074;43.26754;-.89598;124;20220617;36.9;19.9;28.4;1.4;23.17;0;6.32;27874
+70074;43.26754;-.89598;124;20220618;40.7;19.8;30.3;1.3;22;0;6.96;29508
+70074;43.26754;-.89598;124;20220619;28.8;17.6;23.2;1.7;18.5;1.2;4.69;22384
+70074;43.26754;-.89598;124;20220620;27.5;18.1;22.8;1.6;18.97;5.2;3.93;17991
+70074;43.26754;-.89598;124;20220621;23.8;18.1;21;1.5;19.8;7.8;2.82;13315
+70074;43.26754;-.89598;124;20220622;24;16.6;20.3;1.5;18.57;2.8;3.44;17721
+70074;43.26754;-.89598;124;20220623;26.7;15.2;21;1;17.83;6.3;4.04;21301
+70074;43.26754;-.89598;124;20220624;25.7;15.5;20.6;1.2;17.07;0;4.36;23859
+70074;43.26754;-.89598;124;20220625;19.2;13.7;16.5;1.1;15.87;7.4;2.3;12484
+70074;43.26754;-.89598;124;20220626;16.5;12.9;14.7;.9;15;3.8;1.9;10618
+70074;43.26754;-.89598;124;20220627;17.5;14.4;15.9;.7;15.87;1.6;1.82;9263
+70074;43.26754;-.89598;124;20220628;25.1;14.2;19.6;.7;15.7;.1;4.08;23210
+70074;43.26754;-.89598;124;20220629;23.3;11.9;17.6;.9;15.93;3.2;3.44;19893
+70074;43.26754;-.89598;124;20220630;16.4;14.2;15.3;.9;15.23;4.9;1.65;8235
+70074;43.26754;-.89598;124;20220701;23.6;9;16.3;.7;13.5;.1;4.18;26281
+70074;43.26754;-.89598;124;20220702;30.2;11;20.6;.9;16;0;5.35;30167
+70074;43.26754;-.89598;124;20220703;26;14.7;20.4;1.2;17;2.1;4.14;22356
+70074;43.26754;-.89598;124;20220704;21.4;16.2;18.8;.9;17.7;.3;2.51;12934
+70074;43.26754;-.89598;124;20220705;27.3;16.3;21.8;.9;18.57;2.8;3.98;20824
+70074;43.26754;-.89598;124;20220706;24.9;15.9;20.4;1.1;18.37;.6;3.4;17724
+70074;43.26754;-.89598;124;20220707;26.3;14.5;20.4;1.3;17.6;0;4.18;22758
+70074;43.26754;-.89598;124;20220708;28.8;13.5;21.2;1;17.37;.1;4.96;27704
+70074;43.26754;-.89598;124;20220709;31.9;13.5;22.7;.7;17.63;.1;5.45;29949
+70074;43.26754;-.89598;124;20220710;32.8;13.8;23.3;.7;17.63;0;5.52;30092
+70074;43.26754;-.89598;124;20220711;35.7;14.5;25.1;.7;18.67;0;5.86;30468
+70074;43.26754;-.89598;124;20220712;36.2;17.1;26.7;.7;20.87;.1;5.94;29868
+70074;43.26754;-.89598;124;20220713;36.3;15.7;26;.6;18.43;0;5.85;30513
+70074;43.26754;-.89598;124;20220714;36.3;15;25.7;.7;17.93;0;5.86;29966
+70074;43.26754;-.89598;124;20220715;34.2;16.3;25.3;.7;20.27;.1;5.33;27405
+70074;43.26754;-.89598;124;20220716;37.1;17;27;.7;20.1;.1;5.78;28639
+70074;43.26754;-.89598;124;20220717;38.7;16;27.3;.7;18.67;0;5.9;29279
+70074;43.26754;-.89598;124;20220718;40.1;16.7;28.4;1.2;20.07;.1;6.5;29324
+70074;43.26754;-.89598;124;20220719;30.4;20.7;25.6;1.9;20.53;2.2;4.87;21317
+70074;43.26754;-.89598;124;20220720;26.9;18.2;22.6;1.3;19.13;.4;3.78;18572
+70074;43.26754;-.89598;124;20220721;32.7;18;25.3;1.3;19.37;.1;5.43;26201
+70074;43.26754;-.89598;124;20220722;23.8;20.2;22;1.9;19.4;1.3;2.53;9547
+70074;43.26754;-.89598;124;20220723;28.1;17.9;23;.9;17.13;0;4.03;20448
+70074;43.26754;-.89598;124;20220724;37.3;14.4;25.8;1.3;18.77;.1;6.14;29089
+70074;43.26754;-.89598;124;20220725;26.7;20.2;23.5;1.7;19.4;.6;3.64;15997
+70074;43.26754;-.89598;124;20220726;25.2;17.7;21.5;1;17.53;.8;3.23;15726
+70074;43.26754;-.89598;124;20220727;27;13.3;20.2;.9;15;0;4.26;23915
+70074;43.26754;-.89598;124;20220728;25.4;15.7;20.6;.7;16.1;3.5;3.43;18371
+70074;43.26754;-.89598;124;20220729;24.7;15.7;20.2;.5;18;1.3;2.94;15808
+70074;43.26754;-.89598;124;20220730;27.9;18.4;23.1;.8;19.47;.1;3.77;19208
+70074;43.26754;-.89598;124;20220731;30;16.8;23.4;.9;19.33;0;4.15;21128
+70074;43.26754;-.89598;124;20220801;31.8;16.7;24.3;.9;19.67;0;4.64;23852
+70074;43.26754;-.89598;124;20220802;35.2;16.8;26;.9;19.13;.1;5.37;26870
+70074;43.26754;-.89598;124;20220803;36.1;16.4;26.2;1.2;21.13;0;5.48;25958
+70074;43.26754;-.89598;124;20220804;29.5;21;25.2;1.6;22.6;.7;3.66;15839
+70074;43.26754;-.89598;124;20220805;27.1;20.6;23.9;1.4;20.3;0;3.07;12983
+70074;43.26754;-.89598;124;20220806;32.2;16.3;24.3;.9;19.37;0;4.7;24148
+70074;43.26754;-.89598;124;20220807;32.5;15.9;24.2;.9;17.93;.1;4.86;25279
+70074;43.26754;-.89598;124;20220808;34;14.1;24;.8;16.9;.2;5.04;26986
+70074;43.26754;-.89598;124;20220809;34.4;16.9;25.7;.8;18.97;0;4.82;24643
+70074;43.26754;-.89598;124;20220810;38.8;16.7;27.7;.7;19.03;0;5.28;26213
+70074;43.26754;-.89598;124;20220811;39.6;20;29.8;.8;19.3;0;5.43;25429
+70074;43.26754;-.89598;124;20220812;35;20.5;27.8;1.4;22.37;0;5.16;23187
+70074;43.26754;-.89598;124;20220813;31.9;21.1;26.5;1.3;22.17;1.1;4.04;17922
+70074;43.26754;-.89598;124;20220814;26.9;20.6;23.7;1.5;20.4;.1;3.26;14377
+70074;43.26754;-.89598;124;20220815;27.2;14.4;20.8;1;16.87;0;3.8;20905
+70074;43.26754;-.89598;124;20220816;24.5;15.5;20;.7;18.03;2.5;2.59;13637
+70074;43.26754;-.89598;124;20220817;24.2;15.2;19.7;1.5;17.83;10.9;2.95;15695
+70074;43.26754;-.89598;124;20220818;22.1;16.4;19.2;1.5;18.5;12.8;2.39;12395
+70074;43.26754;-.89598;124;20220819;26.8;14.7;20.8;.7;17.87;5.4;3.61;20857
+70074;43.26754;-.89598;124;20220820;30.4;15.5;22.9;.8;19.33;1.5;4.22;23164
+70074;43.26754;-.89598;124;20220821;26.4;18.9;22.6;1.2;20.63;.3;2.99;14619
+70074;43.26754;-.89598;124;20220822;24.1;16.8;20.5;.9;20.1;2.7;2.39;12487
+70074;43.26754;-.89598;124;20220823;29.1;19.4;24.3;.5;21.53;.1;3.13;15984
+70074;43.26754;-.89598;124;20220824;34.6;16;25.3;1.1;21.07;1.5;4.52;22326
+70074;43.26754;-.89598;124;20220825;27;20.3;23.6;2;22.1;.6;2.89;12428
+70074;43.26754;-.89598;124;20220826;25.9;19.9;22.9;1.1;20.9;.6;2.48;11478
+70074;43.26754;-.89598;124;20220827;29.2;18.2;23.7;.6;19.47;.1;3.56;19420
+70074;43.26754;-.89598;124;20220828;35;15.7;25.4;.7;19.3;.8;4.42;23631
+70074;43.26754;-.89598;124;20220829;33.5;20.4;27;1.9;19.9;10;4.37;16894
+70074;43.26754;-.89598;124;20220830;31;16.1;23.5;1;20.47;.2;3.91;21058
+70074;43.26754;-.89598;124;20220831;25.7;20;22.8;.9;22;13.4;2.27;10672
+70074;43.26754;-.89598;124;20220901;28.5;17.4;22.9;.7;20.43;.6;3.13;16876
+70074;43.26754;-.89598;124;20220902;24.9;18.9;21.9;1;20.1;.1;2.33;11228
+70074;43.26754;-.89598;124;20220903;26.2;17.4;21.8;.7;19.1;0;2.64;14059
+70074;43.26754;-.89598;124;20220904;32.6;14.8;23.7;.6;18.3;.1;3.75;20937
+70074;43.26754;-.89598;124;20220905;34;15.8;24.9;1.1;17.8;.4;4.22;21541
+70074;43.26754;-.89598;124;20220906;31.5;14.5;23;1.2;16.63;0;3.95;20533
+70074;43.26754;-.89598;124;20220907;26.6;14.8;20.7;.8;16.7;.2;2.8;15292
+70074;43.26754;-.89598;124;20220908;26.9;12.7;19.8;.8;15.47;1.5;3.16;19114
+70074;43.26754;-.89598;124;20220909;24.2;16.5;20.3;1;17.03;2.1;2.63;14336
+70074;43.26754;-.89598;124;20220910;29.1;11.4;20.3;.7;14.87;0;3.34;20743
+70074;43.26754;-.89598;124;20220911;35.3;13.2;24.3;.7;16.63;0;3.88;21816
+70074;43.26754;-.89598;124;20220912;37;17.3;27.1;1.6;18.6;3.1;4.4;18588
+70074;43.26754;-.89598;124;20220913;29.9;19.9;24.9;2.4;18.8;.8;3.72;12857
+70074;43.26754;-.89598;124;20220914;30.7;19.4;25.1;2;17.07;0;3.96;15646
+70074;43.26754;-.89598;124;20220915;27.9;15.7;21.8;1;18.07;3.6;2.88;15767
+70074;43.26754;-.89598;124;20220916;23.6;17.1;20.3;1.3;17.63;.6;2.35;12201
+70074;43.26754;-.89598;124;20220917;23.3;10.1;16.7;.9;12.4;.1;2.55;16779
+70074;43.26754;-.89598;124;20220918;25.7;7.1;16.4;.5;10.33;0;2.64;18997
+70074;43.26754;-.89598;124;20220919;26.8;6;16.4;.5;10.13;0;2.75;20427
+70074;43.26754;-.89598;124;20220920;23.3;6.4;14.9;.9;10.8;.1;2.6;18593
+70074;43.26754;-.89598;124;20220921;23.7;7;15.3;.8;10.83;0;2.53;18152
+70074;43.26754;-.89598;124;20220922;26.4;7.4;16.9;.6;11.87;0;2.61;18843
+70074;43.26754;-.89598;124;20220923;21.1;9.5;15.3;.6;13.83;4.5;1.8;12010
+70074;43.26754;-.89598;124;20220924;17.4;11.9;14.7;.8;14.7;10.8;1.4;8584
+70074;43.26754;-.89598;124;20220925;19.8;8.8;14.3;.9;12.73;.9;1.99;14354
+70074;43.26754;-.89598;124;20220926;19.9;9.4;14.7;1.2;12.97;9;1.96;12971
+70074;43.26754;-.89598;124;20220927;17.2;13.5;15.4;1.9;14.93;15.1;1.31;6404
+70074;43.26754;-.89598;124;20220928;17.6;14.5;16;2.6;16;32.1;1.21;5135
+70074;43.26754;-.89598;124;20220929;15.9;13.1;14.5;1.4;14.23;20;1.1;4970
+70074;43.26754;-.89598;124;20220930;19.4;10.4;14.9;1;12.77;1.7;1.74;11601
+70074;43.26754;-.89598;124;20221001;22.6;9.8;16.2;.8;13.77;0;1.95;13426
+70074;43.26754;-.89598;124;20221002;23.4;10.4;16.9;.6;15.3;.1;1.97;14084
+70074;43.26754;-.89598;124;20221003;26.2;13.8;20;.5;16.43;0;2.03;13041
+70074;43.26754;-.89598;124;20221004;26.4;11.3;18.8;.4;15.2;.1;2.12;15211
+70074;43.26754;-.89598;124;20221005;28.1;10.8;19.5;1;15.77;.2;2.43;15396
+70074;43.26754;-.89598;124;20221006;21.9;15.7;18.8;.6;16.3;0;1.53;8884
+70074;43.26754;-.89598;124;20221007;26.3;10.6;18.4;.8;15.1;0;2.08;13809
+70074;43.26754;-.89598;124;20221008;21.2;14.7;18;.7;16.83;.5;1.32;7295
+70074;43.26754;-.89598;124;20221009;28.2;13.4;20.8;.8;15.93;.1;2.22;14122
+70074;43.26754;-.89598;124;20221010;21.5;14;17.7;.8;17.77;6.9;1.27;7507
+70074;43.26754;-.89598;124;20221011;20.9;16.1;18.5;.7;18.27;6.4;1.15;5838
+70074;43.26754;-.89598;124;20221012;20.8;16.2;18.5;.7;17.6;1;1.2;6128
+70074;43.26754;-.89598;124;20221013;22.6;13.5;18.1;1;16.07;.5;1.58;9565
+70074;43.26754;-.89598;124;20221014;23.3;17.5;20.4;1.1;17.3;.7;1.65;8176
+70074;43.26754;-.89598;124;20221015;26.4;10.5;18.5;.6;15.33;.1;1.83;13417
+70074;43.26754;-.89598;124;20221016;29.6;13.5;21.5;1.2;15.77;.3;2.33;12356
+70074;43.26754;-.89598;124;20221017;28;17.6;22.8;1.5;17.17;2.8;2.34;10284
+70074;43.26754;-.89598;124;20221018;31.7;13.5;22.6;1;16.6;0;2.31;12926
+70074;43.26754;-.89598;124;20221019;29.8;15.5;22.6;2.2;15.1;.4;3.06;10940
+70074;43.26754;-.89598;124;20221020;25.9;15.7;20.8;3.6;13.6;.1;3.27;8999
+70074;43.26754;-.89598;124;20221021;22.7;19.8;21.3;2.8;13.57;.3;2.61;3351
+70074;43.26754;-.89598;124;20221022;26.1;12.8;19.4;2.5;13.27;0;2.67;11182
+70074;43.26754;-.89598;124;20221023;27.4;18.7;23.1;4.2;12.1;0;4.28;9517
+70074;43.26754;-.89598;124;20221024;24.9;15;19.9;1.6;11.83;0;2.17;9454
+70074;43.26754;-.89598;124;20221025;27.5;10.2;18.9;1.7;12.13;0;2.37;10289
+70074;43.26754;-.89598;124;20221026;27.7;10.8;19.2;1.2;13.37;0;1.93;10137
+70074;43.26754;-.89598;124;20221027;27;17.1;22.1;2.3;12.6;.1;3.19;7426
+70074;43.26754;-.89598;124;20221028;24;16.9;20.5;1.6;12.63;0;2.44;5927
+70074;43.26754;-.89598;124;20221029;23.1;15;19.1;1.7;11.53;.1;2.62;5469
+70074;43.26754;-.89598;124;20221030;20.9;12.2;16.5;1.2;13.4;2.5;1.41;7007
+70074;43.26754;-.89598;124;20221031;21.6;11.5;16.5;2;14.77;2.2;1.47;5906
+70074;43.26754;-.89598;124;20221101;20.5;12.6;16.6;.7;14.7;0;1.07;8178
+70074;43.26754;-.89598;124;20221102;20.4;9.2;14.8;.7;12.97;.1;1.06;9020
+70074;43.26754;-.89598;124;20221103;21.5;9.3;15.4;1.9;12.5;8.8;1.46;6778
+70074;43.26754;-.89598;124;20221104;15.7;9.2;12.4;2.3;10.87;12.4;1.22;5882
+70074;43.26754;-.89598;124;20221105;17.8;5.4;11.6;.7;9.93;.1;.92;9322
+70074;43.26754;-.89598;124;20221106;20.6;3;11.8;.7;9.17;.1;.99;9743
+70074;43.26754;-.89598;124;20221107;21.3;4.4;12.8;1.3;10.07;0;1.34;9601
+70074;43.26754;-.89598;124;20221108;21.3;12.9;17.1;2.8;11.7;.8;2.24;5481
+70074;43.26754;-.89598;124;20221109;17;14.9;15.9;1.5;12.67;5.3;1.25;2203
+70074;43.26754;-.89598;124;20221110;18.4;5.9;12.2;.7;10.53;0;.82;8726
+70074;43.26754;-.89598;124;20221111;20.5;3.6;12.1;.9;10.03;.1;1;9447
+70074;43.26754;-.89598;124;20221112;22.2;7.1;14.6;1.1;11.03;0;1.22;7651
+70074;43.26754;-.89598;124;20221113;24.2;6;15.1;.9;10.57;0;1.15;9523
+70074;43.26754;-.89598;124;20221114;16.3;7.8;12;1.8;12.07;1.3;.85;4611
+70074;43.26754;-.89598;124;20221115;19.3;10.3;14.8;2.4;12.43;10;1.34;5180
+70074;43.26754;-.89598;124;20221116;19.7;8.4;14;2;12;.6;1.19;7220
+70074;43.26754;-.89598;124;20221117;18.2;14.1;16.1;1.7;13.9;12.5;1.04;3763
+70074;43.26754;-.89598;124;20221118;11.5;9.1;10.3;1.5;10.8;19.3;.65;2472
+70074;43.26754;-.89598;124;20221119;11.2;7.1;9.1;1.8;9.5;6.5;.72;3754
+70074;43.26754;-.89598;124;20221120;15.4;5;10.2;1.1;10.37;9.3;.67;5300
+70074;43.26754;-.89598;124;20221121;14.5;9.1;11.8;2.2;11.1;40.7;.95;2718
+70074;43.26754;-.89598;124;20221122;11.6;7.3;9.4;2.8;9.2;9.9;.98;2996
+70074;43.26754;-.89598;124;20221123;16.2;10.4;13.3;2.3;12.73;6.9;.87;3412
+70074;43.26754;-.89598;124;20221124;14;6.3;10.2;.6;10.67;8.2;.54;3563
+70074;43.26754;-.89598;124;20221125;12.6;7.3;9.9;1.2;10.8;9.2;.56;3321
+70074;43.26754;-.89598;124;20221126;14.5;3.7;9.1;.6;8.9;0;.52;6145
+70074;43.26754;-.89598;124;20221127;17.6;2;9.8;1.2;8.5;13.3;.84;6891
+70074;43.26754;-.89598;124;20221128;12;8.5;10.2;1.7;10.83;27.7;.62;2570
+70074;43.26754;-.89598;124;20221129;12.5;8.3;10.4;.6;11.3;9.7;.48;2700
+70074;43.26754;-.89598;124;20221130;11.8;7.1;9.5;1;10.17;0;.53;3740
+70074;43.26754;-.89598;124;20221201;6.8;4.8;5.8;1;8.3;0;.46;2093
+70074;43.26754;-.89598;124;20221202;9.6;2;5.8;.6;8.03;.1;.37;4811
+70074;43.26754;-.89598;124;20221203;6.6;4.9;5.7;.7;8.43;2.5;.43;1448
+70074;43.26754;-.89598;124;20221204;11.6;2.4;7;1.1;7.27;0;.53;6022
+70074;43.26754;-.89598;124;20221205;13.9;-.4;6.8;.7;7.17;0;.47;6379
+70074;43.26754;-.89598;124;20221206;14.6;7.1;10.8;.6;10.4;.3;.51;3648
+70074;43.26754;-.89598;124;20221207;15.7;7.7;11.7;.4;11.33;.2;.45;4396
+70074;43.26754;-.89598;124;20221208;10.8;7.3;9;.5;10.77;6.9;.46;1562
+70074;43.26754;-.89598;124;20221209;13.7;8;10.9;1.5;10.97;3.8;.66;3366
+70074;43.26754;-.89598;124;20221210;7.1;1.1;4.1;1.3;6.23;0;.48;5098
+70074;43.26754;-.89598;124;20221211;5;-3.4;.8;.5;5.77;0;.3;3337
+70074;43.26754;-.89598;124;20221212;11.4;-.3;5.5;1.2;8.03;13.8;.55;3742
+70074;43.26754;-.89598;124;20221213;16.1;9.6;12.8;1.6;13.33;3.6;.66;3030
+70074;43.26754;-.89598;124;20221214;19.4;11.4;15.4;1.2;12.57;4.9;.77;5334
+70074;43.26754;-.89598;124;20221215;16.5;9.2;12.8;1.5;11.8;3.8;.76;4076
+70074;43.26754;-.89598;124;20221216;10.4;9.7;10.1;2;10.7;3.6;.67;366
+70074;43.26754;-.89598;124;20221217;12.1;5.8;8.9;1;9.1;0;.49;4704
+70074;43.26754;-.89598;124;20221218;17.8;3.5;10.7;2.3;8.37;.5;1.15;6330
+70074;43.26754;-.89598;124;20221219;16;6.5;11.3;2.9;8.53;2.2;1.89;4301
+70074;43.26754;-.89598;124;20221220;16.2;11.3;13.8;3.1;9.97;5.4;1.98;3835
+70074;43.26754;-.89598;124;20221221;19.3;8.1;13.7;1.4;11.17;.1;.83;5710
+70074;43.26754;-.89598;124;20221222;18.2;7;12.6;1.1;11.2;.1;.71;4668
+70074;43.26754;-.89598;124;20221223;20.3;9.4;14.9;2;11.43;.1;1.24;5070
+70074;43.26754;-.89598;124;20221224;21.6;6.7;14.2;1;10.37;.1;.77;6499
+70074;43.26754;-.89598;124;20221225;21.3;7.2;14.3;2.7;9.33;0;1.71;7128
+70074;43.26754;-.89598;124;20221226;18.2;13.9;16.1;1.7;10.57;.9;1.45;2587
+70074;43.26754;-.89598;124;20221227;14.9;10.8;12.8;.7;12.53;.4;.53;2689
+70074;43.26754;-.89598;124;20221228;19.7;5.5;12.6;1.8;9.63;.1;1.07;6563
+70074;43.26754;-.89598;124;20221229;17.3;14.4;15.9;2.3;10.5;7.1;1.6;2207
+70074;43.26754;-.89598;124;20221230;20.5;10.1;15.3;3.2;12.07;.5;1.52;4707
+70074;43.26754;-.89598;124;20221231;21.8;13.8;17.8;3.1;9.17;0;2.66;4611
+70075;43.29974;-.59114;160;20220101;24.3;5.2;14.7;.8;8.1;0;.76;7216
+70075;43.29974;-.59114;160;20220102;18.4;5.7;12.1;1.6;9.41;0;.99;5000
+70075;43.29974;-.59114;160;20220103;19.4;5.1;12.3;1.5;9.21;0;.93;7200
+70075;43.29974;-.59114;160;20220104;21.7;7.3;14.5;5.2;9.51;16.3;2.78;5800
+70075;43.29974;-.59114;160;20220105;8.6;4.5;6.6;.8;7.47;.2;.53;2470
+70075;43.29974;-.59114;160;20220106;8.5;-.2;4.2;1.6;5.21;.1;.58;9000
+70075;43.29974;-.59114;160;20220107;10.5;-1.4;4.6;2.3;7.41;10.2;.61;3600
+70075;43.29974;-.59114;160;20220108;11.4;6.3;8.9;5.1;9.61;7.3;.88;3500
+70075;43.29974;-.59114;160;20220109;9.7;8.9;9.3;6;11.31;44.1;.39;900
+70075;43.29974;-.59114;160;20220110;12.5;9.3;10.9;6;12.71;10.1;.39;1100
+70075;43.29974;-.59114;160;20220111;10.8;7.8;9.3;1.5;9.01;.1;.55;8700
+70075;43.29974;-.59114;160;20220112;8.2;.2;4.2;1.5;6.91;0;.48;5800
+70075;43.29974;-.59114;160;20220113;11.2;-1.2;5;1.9;6.11;0;.72;9600
+70075;43.29974;-.59114;160;20220114;12.1;-3.4;4.4;1.5;5.11;.1;.76;9800
+70075;43.29974;-.59114;160;20220115;11.9;-3.3;4.3;2.1;4.71;0;1.03;9800
+70075;43.29974;-.59114;160;20220116;11.7;-3;4.4;1.6;5.01;.1;.82;9700
+70075;43.29974;-.59114;160;20220117;11.7;-1.5;5.1;1.7;5.91;.1;.77;9800
+70075;43.29974;-.59114;160;20220118;2.7;-2.7;0;1.5;6.21;.1;.26;2500
+70075;43.29974;-.59114;160;20220119;11.2;2.3;6.8;2.6;7.71;.4;.88;3900
+70075;43.29974;-.59114;160;20220120;10.3;3.5;6.9;2;8.91;4.5;.56;3300
+70075;43.29974;-.59114;160;20220121;6;-.7;2.7;1.8;6.01;0;.53;7700
+70075;43.29974;-.59114;160;20220122;7.5;-3.7;1.9;1.1;5.31;.1;.49;10600
+70075;43.29974;-.59114;160;20220123;10.7;-3.2;3.8;1.3;5.71;0;.67;10700
+70075;43.29974;-.59114;160;20220124;14.2;-2.1;6.1;1.8;5.81;0;1.07;10600
+70075;43.29974;-.59114;160;20220125;14.5;-1.5;6.5;1.8;5.81;0;1.12;10700
+70075;43.29974;-.59114;160;20220126;13.5;-1.2;6.2;1.6;5.91;0;.98;10900
+70075;43.29974;-.59114;160;20220127;12.4;-2;5.2;1.5;6.31;.1;.84;11000
+70075;43.29974;-.59114;160;20220128;10.2;1.4;5.8;1.6;7.01;0;.76;8500
+70075;43.29974;-.59114;160;20220129;6.7;-2.3;2.2;1.9;6.41;0;.53;11100
+70075;43.29974;-.59114;160;20220130;2.9;-.8;1.1;1.4;6.41;.2;.36;4100
+70075;43.29974;-.59114;160;20220131;9.9;1;5.5;2.6;8.01;2.1;.67;5500
+70075;43.29974;-.59114;160;20220201;9.7;1;5.4;2;7.91;0;.66;7600
+70075;43.29974;-.59114;160;20220202;14.8;6.1;10.5;1.8;9.81;0;1.01;9500
+70075;43.29974;-.59114;160;20220203;16;-1;7.5;2.3;8.81;.1;1.07;7900
+70075;43.29974;-.59114;160;20220204;12.5;3.6;8.1;2.2;9.91;2.4;.66;3500
+70075;43.29974;-.59114;160;20220205;10.2;8;9.1;1.8;8.41;1;1.01;8800
+70075;43.29974;-.59114;160;20220206;11.2;-1.6;4.8;2.7;7.11;.3;.97;9500
+70075;43.29974;-.59114;160;20220207;13;7.6;10.3;3.1;10.11;2.3;1.09;6400
+70075;43.29974;-.59114;160;20220208;16.2;4.8;10.5;2;8.31;0;1.45;13000
+70075;43.29974;-.59114;160;20220209;19.4;2.3;10.9;1.7;7.11;0;1.69;13000
+70075;43.29974;-.59114;160;20220210;18.2;3;10.6;1.8;7.81;1.2;1.59;11800
+70075;43.29974;-.59114;160;20220211;10;7.4;8.7;1.5;9.91;.6;.69;3800
+70075;43.29974;-.59114;160;20220212;16.1;7;11.6;1.7;9.01;0;1.41;11100
+70075;43.29974;-.59114;160;20220213;19.6;3.7;11.7;2.7;8.41;7.1;2.08;12200
+70075;43.29974;-.59114;160;20220214;11;6.4;8.7;3.8;9.11;14.3;1.05;6982
+70075;43.29974;-.59114;160;20220215;11.5;6.1;8.8;4.2;8.71;1.4;1.34;7900
+70075;43.29974;-.59114;160;20220216;13;9.3;11.2;4.9;11.01;2.7;1.18;4200
+70075;43.29974;-.59114;160;20220217;15.1;11.3;13.2;1.7;12.07;0;1.03;4762
+70075;43.29974;-.59114;160;20220218;16.1;4.5;10.3;2.6;10.61;1.8;1.29;10200
+70075;43.29974;-.59114;160;20220219;12.6;7.4;10;1.9;9.01;.8;1.25;8600
+70075;43.29974;-.59114;160;20220220;13.4;1.9;7.7;3.5;9.31;1.1;1.06;7300
+70075;43.29974;-.59114;160;20220221;14.3;8.6;11.5;5;9.71;2.1;1.91;9600
+70075;43.29974;-.59114;160;20220222;14.8;2.7;8.8;1.6;8.51;0;1.46;14800
+70075;43.29974;-.59114;160;20220223;17.2;1.1;9.2;2.2;8.01;.1;1.86;15000
+70075;43.29974;-.59114;160;20220224;12.7;5.5;9.1;3.1;9.61;1.9;1.04;3900
+70075;43.29974;-.59114;160;20220225;11.7;6.3;9;2.4;7.01;0;1.75;12900
+70075;43.29974;-.59114;160;20220226;14.5;3.1;8.8;3.2;5.51;0;2.47;16600
+70075;43.29974;-.59114;160;20220227;17;3.2;10.1;1.8;7.81;.1;1.69;9400
+70075;43.29974;-.59114;160;20220228;18.9;3;11;2.3;8.31;0;2.25;16200
+70075;43.29974;-.59114;160;20220301;18.9;3.2;11.1;2.5;7.81;.5;2.37;14900
+70075;43.29974;-.59114;160;20220302;14;8.6;11.3;2.6;10.01;3.9;1.4;6000
+70075;43.29974;-.59114;160;20220303;16.4;3.4;9.9;2.8;9.81;13.8;1.73;13300
+70075;43.29974;-.59114;160;20220304;12;8.2;10.1;4.9;9.61;1.8;1.55;7800
+70075;43.29974;-.59114;160;20220305;10.8;5.7;8.3;1.4;8.11;0;1.16;7300
+70075;43.29974;-.59114;160;20220306;10.2;5.4;7.8;1.5;7.91;0;1.22;8600
+70075;43.29974;-.59114;160;20220307;13.4;2.7;8.1;1.7;8.21;0;1.68;16000
+70075;43.29974;-.59114;160;20220308;12.6;2.9;7.8;2.6;8.81;1.1;1.22;7900
+70075;43.29974;-.59114;160;20220309;19.3;2.2;10.8;2.6;7.71;.6;2.64;16700
+70075;43.29974;-.59114;160;20220310;17.6;9.1;13.4;2.4;10.61;.8;2.04;11400
+70075;43.29974;-.59114;160;20220311;15.2;7.3;11.3;2.5;10.21;7.6;1.33;4100
+70075;43.29974;-.59114;160;20220312;15.1;7.3;11.2;2.9;9.91;1.8;2.14;16900
+70075;43.29974;-.59114;160;20220313;13.9;7.2;10.6;3.5;8.91;4.7;2.05;12400
+70075;43.29974;-.59114;160;20220314;12.8;5.2;9;2.1;8.51;0;1.32;5900
+70075;43.29974;-.59114;160;20220315;20.7;7.2;14;1.8;11.4;0;2.29;14660
+70075;43.29974;-.59114;160;20220316;15.4;8.4;11.9;3.3;12.31;7.2;1.19;5900
+70075;43.29974;-.59114;160;20220317;10.9;10.8;10.9;3.5;12.01;20.1;.66;1300
+70075;43.29974;-.59114;160;20220318;10.2;7.3;8.8;1.7;10.11;.3;.81;3600
+70075;43.29974;-.59114;160;20220319;17.2;3.7;10.5;1.3;10.31;0;1.83;14200
+70075;43.29974;-.59114;160;20220320;18.6;6.6;12.6;2;10.71;0;2.16;13800
+70075;43.29974;-.59114;160;20220321;20.6;5.4;13;2.3;10.61;.5;2.65;17100
+70075;43.29974;-.59114;160;20220322;18.4;5.2;11.8;1.9;9.11;0;2.34;14700
+70075;43.29974;-.59114;160;20220323;16.9;2.8;9.9;1.4;8.31;0;2.42;20200
+70075;43.29974;-.59114;160;20220324;17.7;4;10.9;1.6;8.81;0;2.33;16700
+70075;43.29974;-.59114;160;20220325;19.6;7;13.3;1.8;9.51;0;2.75;18100
+70075;43.29974;-.59114;160;20220326;19.2;5.9;12.6;1.9;8.41;0;2.89;19200
+70075;43.29974;-.59114;160;20220327;20.2;4.9;12.6;1.5;9.61;0;2.71;19100
+70075;43.29974;-.59114;160;20220328;20.4;7.1;13.8;1.6;10.31;0;2.38;13400
+70075;43.29974;-.59114;160;20220329;18;8.1;13.1;2.5;10.81;4.4;2.09;10100
+70075;43.29974;-.59114;160;20220330;10.8;9.8;10.3;2.9;11.71;6.8;.69;2300
+70075;43.29974;-.59114;160;20220331;11.9;7.9;9.9;4.4;9.81;8.9;1.71;10700
+70075;43.29974;-.59114;160;20220401;8.5;.9;4.7;3.8;6.31;5.2;1.82;15300
+70075;43.29974;-.59114;160;20220402;9.2;1;5.1;3.4;5.71;.1;2.08;15700
+70075;43.29974;-.59114;160;20220403;8.5;-.2;4.1;2.1;5.61;.2;1.75;14411
+70075;43.29974;-.59114;160;20220404;10.7;-2.1;4.3;1.5;5.28;0;2.17;20994
+70075;43.29974;-.59114;160;20220405;15.9;-3.6;6.1;1.2;5.99;0;2.66;23536
+70075;43.29974;-.59114;160;20220406;12.5;3;7.8;2.6;9.01;0;1.28;7200
+70075;43.29974;-.59114;160;20220407;20.1;5;12.6;3.4;10.18;.2;2.98;17396
+70075;43.29974;-.59114;160;20220408;22;8.9;15.5;4.5;11.61;2.4;3.28;12300
+70075;43.29974;-.59114;160;20220409;14.8;7.8;11.3;2.6;9.41;1.3;2.21;12600
+70075;43.29974;-.59114;160;20220410;21.2;1.8;11.5;2.8;8.01;0;3.74;22800
+70075;43.29974;-.59114;160;20220411;24.1;7.2;15.7;3.8;11.51;.4;4;19500
+70075;43.29974;-.59114;160;20220412;18.1;10.4;14.3;2.7;12.51;4.4;2;9100
+70075;43.29974;-.59114;160;20220413;15.8;10.8;13.3;2;13.51;1.3;1.28;6200
+70075;43.29974;-.59114;160;20220414;21.2;12.1;16.7;2;13.31;0;3.04;17300
+70075;43.29974;-.59114;160;20220415;19.2;9.1;14.2;2.1;13.21;.1;2.05;11300
+70075;43.29974;-.59114;160;20220416;22.2;10.5;16.4;2.8;13.21;.1;3.3;18000
+70075;43.29974;-.59114;160;20220417;21.4;8.9;15.2;3.4;12.91;0;3.25;18800
+70075;43.29974;-.59114;160;20220418;18.3;11.9;15.1;3.4;12.51;.4;2.71;13900
+70075;43.29974;-.59114;160;20220419;11.1;9.9;10.5;1.9;11.01;16.5;.95;3636
+70075;43.29974;-.59114;160;20220420;11.6;7.8;9.7;3.7;11.11;12.1;1.02;5900
+70075;43.29974;-.59114;160;20220421;11.9;8.8;10.4;2.8;11.91;2.7;.84;4100
+70075;43.29974;-.59114;160;20220422;20;7.4;13.7;1.7;10.81;3.5;3.24;21328
+70075;43.29974;-.59114;160;20220423;15.7;10.9;13.3;4.9;11.51;13.8;2.26;9800
+70075;43.29974;-.59114;160;20220424;17;9.4;13.2;5.4;12.01;2.6;2.11;8600
+70075;43.29974;-.59114;160;20220425;20;5.2;12.6;1.7;11.31;0;2.96;19900
+70075;43.29974;-.59114;160;20220426;24.4;8.5;16.5;2.5;12.11;0;3.76;19000
+70075;43.29974;-.59114;160;20220427;18.4;13.2;15.8;2.6;14.11;3.1;1.85;7200
+70075;43.29974;-.59114;160;20220428;14.9;12.2;13.6;1.9;14.51;.4;.95;3900
+70075;43.29974;-.59114;160;20220429;17.7;12;14.9;2;14.41;.1;1.53;6900
+70075;43.29974;-.59114;160;20220430;19.1;12.4;15.8;2.4;13.91;0;2.4;12300
+70075;43.29974;-.59114;160;20220501;18.3;10.9;14.6;2.4;13.11;.8;2.29;12200
+70075;43.29974;-.59114;160;20220502;16.3;11.5;13.9;2.2;12.91;.9;1.62;7000
+70075;43.29974;-.59114;160;20220503;19.4;10.9;15.2;2.2;13.31;1.5;2.41;12500
+70075;43.29974;-.59114;160;20220504;18.5;12.6;15.6;3.6;13.51;0;2.2;8500
+70075;43.29974;-.59114;160;20220505;21.2;8.1;14.7;2.6;12.61;0;3.09;17400
+70075;43.29974;-.59114;160;20220506;20.3;10;15.2;3.3;13.11;0;3.02;16500
+70075;43.29974;-.59114;160;20220507;23.2;12.3;17.8;2.8;13.71;0;3.84;19600
+70075;43.29974;-.59114;160;20220508;23.7;11.1;17.4;2.3;13.91;.1;3.76;20300
+70075;43.29974;-.59114;160;20220509;26.4;10.6;18.5;1.9;13.21;0;4.7;26000
+70075;43.29974;-.59114;160;20220510;29.7;13;21.4;1.9;13.41;.1;5.28;26100
+70075;43.29974;-.59114;160;20220511;26.3;12.3;19.3;2.1;15.51;0;4.16;21600
+70075;43.29974;-.59114;160;20220512;22.5;14.5;18.5;2.1;15.21;0;2.74;11900
+70075;43.29974;-.59114;160;20220513;25.2;14.2;19.7;1.5;16.31;0;3.42;17300
+70075;43.29974;-.59114;160;20220514;30.5;13.2;21.9;2.1;16.41;.7;4.46;19200
+70075;43.29974;-.59114;160;20220515;30.4;14;22.2;2.6;17.51;.8;5.02;22700
+70075;43.29974;-.59114;160;20220516;28.9;14.5;21.7;1.9;16.61;0;4.78;23600
+70075;43.29974;-.59114;160;20220517;30.8;15.3;23.1;1.9;16.81;0;5.48;26800
+70075;43.29974;-.59114;160;20220518;32.3;15.1;23.7;2.5;17.01;6.6;5.74;25000
+70075;43.29974;-.59114;160;20220519;26.3;16.2;21.3;2.5;19.41;.3;3.43;15800
+70075;43.29974;-.59114;160;20220520;23.3;16.7;20;2.5;19.61;.1;2.83;14300
+70075;43.29974;-.59114;160;20220521;31.2;15.3;23.3;1.9;20.41;0;4.93;23900
+70075;43.29974;-.59114;160;20220522;30.8;17.1;24;3.1;20.21;.8;4.5;17100
+70075;43.29974;-.59114;160;20220523;22.5;15.4;19;5.5;14.51;.1;4.28;17800
+70075;43.29974;-.59114;160;20220524;17.2;12.3;14.8;3.1;12.91;3.8;2.29;10600
+70075;43.29974;-.59114;160;20220525;18.9;10.7;14.8;1.7;12.81;0;2.49;13300
+70075;43.29974;-.59114;160;20220526;21.7;10.9;16.3;1.6;13.71;0;3.39;19600
+70075;43.29974;-.59114;160;20220527;24.9;13.6;19.3;2;14.81;0;4.76;26500
+70075;43.29974;-.59114;160;20220528;26.6;11.2;18.9;1.9;14.71;0;5.03;28400
+70075;43.29974;-.59114;160;20220529;25.8;11.4;18.6;1.5;12.61;.5;5.03;28900
+70075;43.29974;-.59114;160;20220530;24.9;11.1;18;2.2;11.41;.6;4.81;25000
+70075;43.29974;-.59114;160;20220531;27.3;13;20.2;1.8;13.61;0;5.31;28400
+70075;43.29974;-.59114;160;20220601;31.3;14.5;22.9;2.2;16.01;1.2;5.98;28400
+70075;43.29974;-.59114;160;20220602;28.1;15.5;21.8;2.5;18.11;.9;4.34;19700
+70075;43.29974;-.59114;160;20220603;27.1;17.4;22.3;2.7;20.01;.5;3.33;13300
+70075;43.29974;-.59114;160;20220604;21.5;17.2;19.4;2.2;19.21;21.3;1.76;6900
+70075;43.29974;-.59114;160;20220605;23.5;15.8;19.7;2.4;17.31;0;3.55;18000
+70075;43.29974;-.59114;160;20220606;25.9;14.8;20.4;1.9;17.11;0;4.02;20300
+70075;43.29974;-.59114;160;20220607;24.5;16.5;20.5;1.6;17.21;.5;3.31;15700
+70075;43.29974;-.59114;160;20220608;20.6;15.4;18;2.7;17.51;2;2;8700
+70075;43.29974;-.59114;160;20220609;23.6;15;19.3;2.7;15.81;.1;4.49;24300
+70075;43.29974;-.59114;160;20220610;28.6;11.5;20.1;1.7;15.41;0;5.39;29400
+70075;43.29974;-.59114;160;20220611;29.4;15.7;22.6;2.5;18.61;.1;5.25;25200
+70075;43.29974;-.59114;160;20220612;27.3;17.6;22.5;3.2;20.01;2.8;3.72;15000
+70075;43.29974;-.59114;160;20220613;28.3;18.1;23.2;3.3;20.51;.1;4.44;19100
+70075;43.29974;-.59114;160;20220614;35.3;18.3;26.8;1.3;23.41;.5;5.29;23700
+70075;43.29974;-.59114;160;20220615;33.3;19.4;26.4;1.5;22.71;0;6.03;28800
+70075;43.29974;-.59114;160;20220616;35.2;19.7;27.5;2.4;22.81;0;6.09;24900
+70075;43.29974;-.59114;160;20220617;36.7;20.5;28.6;2.1;22.21;0;6.46;26200
+70075;43.29974;-.59114;160;20220618;39.5;21.5;30.5;2.5;21.71;0;7.28;26300
+70075;43.29974;-.59114;160;20220619;27.3;18.7;23;2.8;19.81;3.8;4.21;18300
+70075;43.29974;-.59114;160;20220620;27.7;17.6;22.7;2.7;19.81;3.8;4.42;20400
+70075;43.29974;-.59114;160;20220621;23.2;17.6;20.4;2.8;20.11;4.3;2.17;8600
+70075;43.29974;-.59114;160;20220622;23.1;17;20.1;3.1;18.71;.8;3.34;16700
+70075;43.29974;-.59114;160;20220623;25.9;15.5;20.7;1.7;18.51;4.5;3.86;19800
+70075;43.29974;-.59114;160;20220624;25.7;16.2;21;2.4;17.11;0;5.1;27200
+70075;43.29974;-.59114;160;20220625;19.9;14.2;17.1;3;16.01;8.2;1.98;7900
+70075;43.29974;-.59114;160;20220626;16.5;12.9;14.7;2.1;15.21;13.8;1.24;5300
+70075;43.29974;-.59114;160;20220627;19.2;13.9;16.6;1.3;15.91;1.1;1.57;6500
+70075;43.29974;-.59114;160;20220628;24.8;13.9;19.4;1.5;15.91;.1;4.39;24500
+70075;43.29974;-.59114;160;20220629;23.1;12;17.6;2.1;16.01;5.2;3.19;17100
+70075;43.29974;-.59114;160;20220630;15.4;13.8;14.6;2.1;15.41;4.8;1.19;5400
+70075;43.29974;-.59114;160;20220701;23.4;9.3;16.4;1.4;13.51;.1;4.08;24600
+70075;43.29974;-.59114;160;20220702;29.5;11.5;20.5;2.2;15.61;0;5.56;28500
+70075;43.29974;-.59114;160;20220703;26.2;15.7;21;3;17.51;2.3;4.63;22800
+70075;43.29974;-.59114;160;20220704;22.1;16.1;19.1;2.8;17.91;.2;2.62;12000
+70075;43.29974;-.59114;160;20220705;28.2;17;22.6;1.8;18.71;1.2;5.02;25500
+70075;43.29974;-.59114;160;20220706;26.1;16.5;21.3;2.4;18.81;.3;4.01;19600
+70075;43.29974;-.59114;160;20220707;27.6;16.9;22.3;3.2;18.21;0;5.35;26100
+70075;43.29974;-.59114;160;20220708;28.1;15.4;21.8;1.9;18.11;.1;5.37;28700
+70075;43.29974;-.59114;160;20220709;30.4;15.1;22.8;1.5;18.51;.2;5.61;29400
+70075;43.29974;-.59114;160;20220710;31.7;15.7;23.7;1.1;18.51;.1;5.73;30000
+70075;43.29974;-.59114;160;20220711;33.8;15.3;24.6;1.4;18.61;.4;5.98;29400
+70075;43.29974;-.59114;160;20220712;34.4;17.9;26.2;1.4;20.61;.1;6.07;29000
+70075;43.29974;-.59114;160;20220713;34.7;16.4;25.6;1.2;18.31;0;6.07;29800
+70075;43.29974;-.59114;160;20220714;35.4;16.4;25.9;1.7;18.81;.1;6.26;28500
+70075;43.29974;-.59114;160;20220715;33.5;19.2;26.4;1.5;20.01;0;5.46;24700
+70075;43.29974;-.59114;160;20220716;35.5;16.7;26.1;1.4;19.31;.1;5.8;26600
+70075;43.29974;-.59114;160;20220717;36.8;18.2;27.5;2;17.91;0;6.59;27300
+70075;43.29974;-.59114;160;20220718;38.3;18.3;28.3;2.6;19.11;.3;7.16;26900
+70075;43.29974;-.59114;160;20220719;29.4;20.6;25;3.1;21.11;1.5;4.86;20000
+70075;43.29974;-.59114;160;20220720;27.2;19.6;23.4;2.6;18.91;.1;4.64;20900
+70075;43.29974;-.59114;160;20220721;31.7;18.8;25.3;2;19.31;.2;5.77;26900
+70075;43.29974;-.59114;160;20220722;23.9;19.9;21.9;3.8;19.71;1.3;2.91;9900
+70075;43.29974;-.59114;160;20220723;26.7;17.9;22.3;1.5;17.51;.1;3.98;19100
+70075;43.29974;-.59114;160;20220724;35.9;15.8;25.9;2.2;19.11;.2;6.36;27300
+70075;43.29974;-.59114;160;20220725;27.5;20.4;24;4.1;19.81;.7;4.42;16000
+70075;43.29974;-.59114;160;20220726;24;17.9;21;2.2;17.71;.8;3.21;14200
+70075;43.29974;-.59114;160;20220727;26.6;14.2;20.4;1.6;15.31;0;4.53;24200
+70075;43.29974;-.59114;160;20220728;25.6;13.7;19.7;1.8;15.71;6.1;3.66;18100
+70075;43.29974;-.59114;160;20220729;24.6;16.1;20.4;1.3;18.41;2;2.67;12600
+70075;43.29974;-.59114;160;20220730;28.2;18.5;23.4;1.4;19.91;.1;3.92;18800
+70075;43.29974;-.59114;160;20220731;30.2;15.8;23;1.5;19.61;0;4.87;25100
+70075;43.29974;-.59114;160;20220801;31.7;17.3;24.5;1.9;19.91;0;5.1;23800
+70075;43.29974;-.59114;160;20220802;33.7;18;25.9;1.8;19.71;0;5.76;26700
+70075;43.29974;-.59114;160;20220803;34.5;16.3;25.4;1.6;20.91;0;4.86;21400
+70075;43.29974;-.59114;160;20220804;31.3;21.6;26.5;2.7;23.11;.8;4.82;19700
+70075;43.29974;-.59114;160;20220805;28.2;20;24.1;3.5;21.01;0;4.7;20700
+70075;43.29974;-.59114;160;20220806;31.6;16.7;24.2;1.8;19.81;0;5.08;24600
+70075;43.29974;-.59114;160;20220807;32.7;16.5;24.6;1.7;18.21;.1;5.39;25700
+70075;43.29974;-.59114;160;20220808;33;15.3;24.2;1.3;17.21;0;5.16;25700
+70075;43.29974;-.59114;160;20220809;33.8;16.9;25.4;1.6;19.01;.1;4.98;22300
+70075;43.29974;-.59114;160;20220810;37.3;18.2;27.8;1.3;18.71;.1;5.57;25000
+70075;43.29974;-.59114;160;20220811;38.1;20.1;29.1;2.2;19.01;0;6.08;22200
+70075;43.29974;-.59114;160;20220812;35.7;21.1;28.4;2.2;22.21;0;5.93;24600
+70075;43.29974;-.59114;160;20220813;31.8;20.8;26.3;2.5;22.71;1.6;4.21;15900
+70075;43.29974;-.59114;160;20220814;25.8;20.1;23;2.6;20.91;0;2.7;9700
+70075;43.29974;-.59114;160;20220815;27.4;14.9;21.2;1.6;17.61;0;3.76;19200
+70075;43.29974;-.59114;160;20220816;26.2;15.4;20.8;2.5;18.01;2.8;3.2;13900
+70075;43.29974;-.59114;160;20220817;24;16.2;20.1;2.7;18.01;3.2;3.14;15300
+70075;43.29974;-.59114;160;20220818;22;16.2;19.1;3.7;18.41;13.2;2.73;14300
+70075;43.29974;-.59114;160;20220819;26.5;15.9;21.2;1.5;17.81;10.9;4.09;22700
+70075;43.29974;-.59114;160;20220820;30.2;14.6;22.4;1.7;18.11;2.8;4.59;23700
+70075;43.29974;-.59114;160;20220821;26.5;18.7;22.6;2.9;20.11;.2;3.33;13900
+70075;43.29974;-.59114;160;20220822;25.9;16.9;21.4;2.2;20.01;1.8;2.7;11900
+70075;43.29974;-.59114;160;20220823;29.4;18;23.7;1.7;21.01;.1;3.85;18600
+70075;43.29974;-.59114;160;20220824;35.4;16.4;25.9;2.1;20.51;1.4;5.11;21400
+70075;43.29974;-.59114;160;20220825;29;20.5;24.8;4.6;21.91;0;4.17;14500
+70075;43.29974;-.59114;160;20220826;27.8;19.8;23.8;2.6;20.91;.7;3.84;17300
+70075;43.29974;-.59114;160;20220827;30.5;18.4;24.5;1.9;19.61;.1;4.25;19600
+70075;43.29974;-.59114;160;20220828;34.8;16.1;25.5;1.4;17.81;.6;4.84;23000
+70075;43.29974;-.59114;160;20220829;34.8;20;27.4;3;18.31;10.1;5.06;14400
+70075;43.29974;-.59114;160;20220830;31.3;16.1;23.7;2.1;20.21;0;4.57;22500
+70075;43.29974;-.59114;160;20220831;27.8;20.2;24;3;21.81;9.1;3.21;12200
+70075;43.29974;-.59114;160;20220901;29.4;17.1;23.3;2.2;19.61;.4;4.15;20200
+70075;43.29974;-.59114;160;20220902;26.2;17.9;22.1;2.5;19.41;0;2.8;11000
+70075;43.29974;-.59114;160;20220903;26.4;17.9;22.2;1.6;18.41;0;2.9;13200
+70075;43.29974;-.59114;160;20220904;32.4;14.7;23.6;1.8;17.31;0;4.47;21200
+70075;43.29974;-.59114;160;20220905;33.9;15.9;24.9;2.3;17.21;.8;5.1;21900
+70075;43.29974;-.59114;160;20220906;32.2;15.1;23.7;3.3;16.81;0;5.38;22300
+70075;43.29974;-.59114;160;20220907;27.7;16;21.9;1.9;15.91;.2;3.31;14100
+70075;43.29974;-.59114;160;20220908;27.4;12.7;20.1;1.9;15.11;1.3;3.51;17600
+70075;43.29974;-.59114;160;20220909;24.6;16.7;20.7;2.2;16.41;1.1;3.07;14300
+70075;43.29974;-.59114;160;20220910;29;12.8;20.9;1.8;14.61;0;4.07;21600
+70075;43.29974;-.59114;160;20220911;35.1;14.6;24.9;2.4;15.01;0;5.3;21400
+70075;43.29974;-.59114;160;20220912;39;17.8;28.4;2.4;16.21;2.5;5.49;17400
+70075;43.29974;-.59114;160;20220913;30.8;20.2;25.5;2.4;19.51;.3;2.8;5100
+70075;43.29974;-.59114;160;20220914;32.1;16.9;24.5;2.2;16.41;0;4.4;18700
+70075;43.29974;-.59114;160;20220915;29;17.4;23.2;2.9;17.21;1.6;4.04;16500
+70075;43.29974;-.59114;160;20220916;24.6;18.1;21.4;3.3;17.71;.7;3.2;13800
+70075;43.29974;-.59114;160;20220917;23.5;9;16.3;1.3;11.41;0;3;19700
+70075;43.29974;-.59114;160;20220918;25.7;6.7;16.2;1.7;8.01;0;3.46;18500
+70075;43.29974;-.59114;160;20220919;27.1;6.8;17;1.5;9.11;0;3.5;20300
+70075;43.29974;-.59114;160;20220920;24.9;7.7;16.3;2.4;10.51;.1;3.62;20000
+70075;43.29974;-.59114;160;20220921;24.8;9.1;17;2.3;11.11;0;3.5;19400
+70075;43.29974;-.59114;160;20220922;26.5;9.1;17.8;1.8;11.71;.1;3.37;19000
+70075;43.29974;-.59114;160;20220923;22.5;10.4;16.5;1.5;13.41;4.1;1.87;8200
+70075;43.29974;-.59114;160;20220924;17.7;12;14.9;2.1;14.91;6.4;1.26;6300
+70075;43.29974;-.59114;160;20220925;20.5;8.1;14.3;2.1;12.51;.7;2.14;12800
+70075;43.29974;-.59114;160;20220926;20.8;8.2;14.5;2.9;12.61;7.5;2.29;12600
+70075;43.29974;-.59114;160;20220927;17.2;13;15.1;4.9;14.81;12.9;1.52;7400
+70075;43.29974;-.59114;160;20220928;16.6;14.3;15.5;6.8;16.21;34.7;1.1;5600
+70075;43.29974;-.59114;160;20220929;16.4;12.9;14.7;4.6;14.31;16;1.42;6400
+70075;43.29974;-.59114;160;20220930;18.9;10.6;14.8;2.4;12.31;1.3;2.09;12000
+70075;43.29974;-.59114;160;20221001;23.4;9.6;16.5;2.4;13.21;0;2.63;14800
+70075;43.29974;-.59114;160;20221002;24.4;9.9;17.2;1.6;15.11;.1;2.5;16900
+70075;43.29974;-.59114;160;20221003;26.3;12.7;19.5;1.4;15.31;0;2.48;14000
+70075;43.29974;-.59114;160;20221004;26.6;11.2;18.9;1.3;14.31;.1;2.67;17000
+70075;43.29974;-.59114;160;20221005;29.2;10;19.6;2.4;13.61;0;3.42;15800
+70075;43.29974;-.59114;160;20221006;21.6;15.8;18.7;1.3;15.81;0;1.6;7200
+70075;43.29974;-.59114;160;20221007;25.7;11.3;18.5;1.8;15.21;0;2.37;12900
+70075;43.29974;-.59114;160;20221008;21.8;15.8;18.8;2.1;16.91;.7;1.78;8400
+70075;43.29974;-.59114;160;20221009;28.4;12.2;20.3;1.5;14.31;.3;2.71;14900
+70075;43.29974;-.59114;160;20221010;22.6;12.4;17.5;1.3;16.51;6.5;1.35;6300
+70075;43.29974;-.59114;160;20221011;21.2;15.1;18.2;1.2;17.81;6.4;1.27;6600
+70075;43.29974;-.59114;160;20221012;22;16.3;19.2;2;17.81;1.2;1.66;8300
+70075;43.29974;-.59114;160;20221013;23.8;14.8;19.3;2.6;16.91;.9;2.14;10500
+70075;43.29974;-.59114;160;20221014;22.8;17;19.9;3.1;17.71;.8;2.18;10600
+70075;43.29974;-.59114;160;20221015;27;10.1;18.6;1.4;14.41;.1;2.3;14500
+70075;43.29974;-.59114;160;20221016;30;13.3;21.7;2.1;15.11;.1;2.99;13800
+70075;43.29974;-.59114;160;20221017;29.6;16;22.8;1.5;16.71;3.8;2.24;8600
+70075;43.29974;-.59114;160;20221018;31.2;13.9;22.6;2.2;15.91;0;3.05;12600
+70075;43.29974;-.59114;160;20221019;30.2;14.9;22.6;3.6;14.81;0;3.5;4500
+70075;43.29974;-.59114;160;20221020;26.3;16.3;21.3;3;13.91;.2;2.73;3300
+70075;43.29974;-.59114;160;20221021;20;16;18;2.3;14.61;.9;1.48;2000
+70075;43.29974;-.59114;160;20221022;27.5;10.3;18.9;2.2;13.21;0;2.6;12300
+70075;43.29974;-.59114;160;20221023;28.2;16.4;22.3;3.6;12.11;0;3.78;7100
+70075;43.29974;-.59114;160;20221024;25.6;14.4;20;2.5;11.51;0;2.8;10800
+70075;43.29974;-.59114;160;20221025;27.1;12.1;19.6;2.1;13.01;0;2.25;4400
+70075;43.29974;-.59114;160;20221026;27.8;11.2;19.5;2.1;13.81;0;2.36;9300
+70075;43.29974;-.59114;160;20221027;25.8;17.2;21.5;3.5;12.21;.1;3.23;2100
+70075;43.29974;-.59114;160;20221028;26.4;15.6;21;3;12.21;.1;2.97;5100
+70075;43.29974;-.59114;160;20221029;25.2;16.1;20.7;2.6;12.91;.1;2.52;5700
+70075;43.29974;-.59114;160;20221030;21.3;10.9;16.1;1.9;14.01;2.3;1.41;7400
+70075;43.29974;-.59114;160;20221031;19.5;11.9;15.7;2.2;14.71;1.3;1.01;900
+70075;43.29974;-.59114;160;20221101;20.2;12.8;16.5;1.9;14.61;0;1.37;9000
+70075;43.29974;-.59114;160;20221102;21.2;10.1;15.7;1.7;13.01;.1;1.46;10600
+70075;43.29974;-.59114;160;20221103;22.9;9.3;16.1;3.5;12.01;10.4;2.23;4200
+70075;43.29974;-.59114;160;20221104;15.3;10.8;13.1;5.7;10.91;16;1.85;7200
+70075;43.29974;-.59114;160;20221105;17.6;7.6;12.6;1.6;10.31;.1;1.24;11000
+70075;43.29974;-.59114;160;20221106;20.7;4.9;12.8;2.5;9.21;.1;1.86;9800
+70075;43.29974;-.59114;160;20221107;21.9;7;14.5;2.1;10.11;.1;1.76;10000
+70075;43.29974;-.59114;160;20221108;17.2;10.1;13.7;2.8;12.51;1;1.11;1200
+70075;43.29974;-.59114;160;20221109;15.4;11.1;13.3;2.2;13.31;5;.79;2800
+70075;43.29974;-.59114;160;20221110;18.1;6.7;12.4;2.1;10.81;.1;1.23;10600
+70075;43.29974;-.59114;160;20221111;21;3.7;12.4;1.5;10.11;.2;1.25;10100
+70075;43.29974;-.59114;160;20221112;22.9;8.3;15.6;1.8;11.31;0;1.54;9600
+70075;43.29974;-.59114;160;20221113;24.4;6.9;15.7;2.2;10.11;0;1.96;9900
+70075;43.29974;-.59114;160;20221114;14.4;8.2;11.3;1.8;11.51;2.2;.74;1700
+70075;43.29974;-.59114;160;20221115;16.2;10.3;13.3;1.7;13.21;9.6;.75;2700
+70075;43.29974;-.59114;160;20221116;19.7;8.4;14.1;2.1;11.91;.7;1.22;8200
+70075;43.29974;-.59114;160;20221117;17.6;13.8;15.7;4;14.21;15.6;1.32;5100
+70075;43.29974;-.59114;160;20221118;11.5;9;10.3;3.3;11.01;14.4;.71;3200
+70075;43.29974;-.59114;160;20221119;11.1;6.7;8.9;3.8;9.11;4.4;.96;5900
+70075;43.29974;-.59114;160;20221120;15.6;3.1;9.4;2.9;9.61;10.2;1.03;4800
+70075;43.29974;-.59114;160;20221121;13.3;8.9;11.1;4.3;11.11;45.1;.98;600
+70075;43.29974;-.59114;160;20221122;11.9;6.6;9.3;4.7;9.51;12;1.02;4000
+70075;43.29974;-.59114;160;20221123;15.2;9.6;12.4;4.9;13.11;7.4;.76;3400
+70075;43.29974;-.59114;160;20221124;14.8;6.4;10.6;2.5;10.41;7.5;.9;3400
+70075;43.29974;-.59114;160;20221125;12.7;6.4;9.6;2.8;10.61;9.7;.65;3900
+70075;43.29974;-.59114;160;20221126;14.6;3.6;9.1;1.9;8.71;0;.85;6200
+70075;43.29974;-.59114;160;20221127;15.6;3.7;9.7;2.5;8.51;13.5;1.14;5400
+70075;43.29974;-.59114;160;20221128;11.3;8.4;9.9;3.3;10.81;22;.63;4000
+70075;43.29974;-.59114;160;20221129;12.8;8.5;10.7;2.4;11.11;5.5;.66;4200
+70075;43.29974;-.59114;160;20221130;11.1;5.6;8.4;1.8;9.41;0;.53;5800
+70075;43.29974;-.59114;160;20221201;5.4;4.1;4.8;1;8.01;0;.4;1400
+70075;43.29974;-.59114;160;20221202;9.3;2;5.7;1.2;7.81;.1;.39;6900
+70075;43.29974;-.59114;160;20221203;6.2;4.5;5.4;1;8.41;2.8;.4;1200
+70075;43.29974;-.59114;160;20221204;10.9;0;5.5;1.3;7.01;0;.46;8100
+70075;43.29974;-.59114;160;20221205;15.1;.8;8;2.1;6.71;.1;1.04;7700
+70075;43.29974;-.59114;160;20221206;13.6;6.7;10.2;1;9.71;.3;.63;2800
+70075;43.29974;-.59114;160;20221207;15.3;7.7;11.5;1.2;11.11;.1;.56;5400
+70075;43.29974;-.59114;160;20221208;10.5;7.4;9;1.4;10.21;6.5;.52;1700
+70075;43.29974;-.59114;160;20221209;12.2;6.8;9.5;2;10.41;4.4;.59;2600
+70075;43.29974;-.59114;160;20221210;5.5;1.6;3.6;3;6.21;0;.54;7600
+70075;43.29974;-.59114;160;20221211;5.3;-2.7;1.3;1.3;5.61;0;.46;2100
+70075;43.29974;-.59114;160;20221212;8.1;.3;4.2;1.6;8.11;12.5;.37;1200
+70075;43.29974;-.59114;160;20221213;14.9;6.8;10.9;3.7;13.41;3.1;.26;2800
+70075;43.29974;-.59114;160;20221214;18.5;11;14.8;3;12.91;7.7;1.07;6400
+70075;43.29974;-.59114;160;20221215;16.7;9.8;13.3;3.2;11.91;5.1;1.01;5600
+70075;43.29974;-.59114;160;20221216;10.6;9.7;10.2;2.6;10.71;6.4;.7;800
+70075;43.29974;-.59114;160;20221217;10.2;5.6;7.9;1.2;9.21;0;.45;3600
+70075;43.29974;-.59114;160;20221218;17.1;3;10.1;2.8;8.11;.2;1.26;7100
+70075;43.29974;-.59114;160;20221219;14.7;4.3;9.5;2.1;9.11;.7;.84;4000
+70075;43.29974;-.59114;160;20221220;11.8;8;9.9;1.7;10.71;6.7;.62;500
+70075;43.29974;-.59114;160;20221221;19;8.3;13.7;2.3;11.71;.1;.95;7100
+70075;43.29974;-.59114;160;20221222;18.9;8.1;13.5;2.2;11.51;.1;1.03;4700
+70075;43.29974;-.59114;160;20221223;17.2;7.8;12.5;1.9;11.51;0;.82;3900
+70075;43.29974;-.59114;160;20221224;20.7;7.3;14;1.8;10.71;0;.99;7600
+70075;43.29974;-.59114;160;20221225;20.6;5;12.8;2.5;9.81;0;1.37;6600
+70075;43.29974;-.59114;160;20221226;17.4;7.6;12.5;1.8;10.11;1.1;1.02;3500
+70075;43.29974;-.59114;160;20221227;14.5;10.7;12.6;1.3;12.21;.4;.58;3700
+70075;43.29974;-.59114;160;20221228;19.4;5.7;12.6;2;9.81;0;1.02;7900
+70075;43.29974;-.59114;160;20221229;16.2;8.3;12.3;2.7;10.41;6.7;1.16;2900
+70075;43.29974;-.59114;160;20221230;21.7;9.8;15.8;3.3;11.91;.6;1.76;4700
+70075;43.29974;-.59114;160;20221231;19.7;8.8;14.3;2.3;10.71;0;1.32;4800
+70076;43.33103;-.28601;273;20220101;23.7;2.2;13;.6;7.65;0;.57;7784
+70076;43.33103;-.28601;273;20220102;17.3;4.4;10.8;1.3;9.32;0;.79;5525
+70076;43.33103;-.28601;273;20220103;18.7;3.5;11.1;.9;9.16;.1;.66;6718
+70076;43.33103;-.28601;273;20220104;21.8;6.3;14;4;9.26;17;2.4;6381
+70076;43.33103;-.28601;273;20220105;7.8;5.1;6.4;1.5;7.4;0;.69;1806
+70076;43.33103;-.28601;273;20220106;7.3;-.1;3.6;1.3;5.22;.1;.61;5610
+70076;43.33103;-.28601;273;20220107;8.7;-2.9;2.9;2.5;7.19;10.4;.47;4863
+70076;43.33103;-.28601;273;20220108;11.1;5.8;8.4;4.5;9.26;7.9;.88;3388
+70076;43.33103;-.28601;273;20220109;9;8.5;8.8;4.8;10.96;44.8;.48;356
+70076;43.33103;-.28601;273;20220110;11.7;8.5;10.1;4.2;12.49;6.8;.4;1877
+70076;43.33103;-.28601;273;20220111;10.6;7;8.8;1;8.79;0;.59;4741
+70076;43.33103;-.28601;273;20220112;7.1;-1;3.1;1.3;6.59;0;.46;5026
+70076;43.33103;-.28601;273;20220113;10.4;-2.7;3.9;1.2;5.79;0;.58;7475
+70076;43.33103;-.28601;273;20220114;12.3;-4.1;4.1;1.2;4.99;.1;.77;8192
+70076;43.33103;-.28601;273;20220115;11.6;-4.2;3.7;1.5;4.59;0;.84;8159
+70076;43.33103;-.28601;273;20220116;11.3;-4;3.6;1.1;4.96;0;.68;8097
+70076;43.33103;-.28601;273;20220117;11;-2.6;4.2;1.2;5.56;.1;.66;7832
+70076;43.33103;-.28601;273;20220118;2.8;-3.5;-.3;1.3;6.02;.1;.29;3699
+70076;43.33103;-.28601;273;20220119;10.4;1.4;5.9;2.9;7.52;.7;.86;4887
+70076;43.33103;-.28601;273;20220120;10.1;4.2;7.2;1.9;8.76;4.5;.64;3686
+70076;43.33103;-.28601;273;20220121;4.5;-.2;2.1;1.5;6.09;0;.49;4612
+70076;43.33103;-.28601;273;20220122;7;-4.2;1.4;.8;5.26;.1;.47;7825
+70076;43.33103;-.28601;273;20220123;10.1;-4.3;2.9;.9;5.56;0;.59;8652
+70076;43.33103;-.28601;273;20220124;14;-2.9;5.5;1.1;5.69;0;.83;9226
+70076;43.33103;-.28601;273;20220125;13.7;-2.8;5.5;1.3;5.69;0;.9;9245
+70076;43.33103;-.28601;273;20220126;13.4;-2.8;5.3;1;5.76;0;.77;9408
+70076;43.33103;-.28601;273;20220127;12.3;-3.2;4.6;1.1;5.96;.1;.75;9346
+70076;43.33103;-.28601;273;20220128;8.7;-.8;4;1.2;6.52;0;.63;7074
+70076;43.33103;-.28601;273;20220129;6.8;-3.2;1.8;1.1;6.12;0;.5;7964
+70076;43.33103;-.28601;273;20220130;2.8;-2.2;.3;1.3;6.09;.2;.37;4211
+70076;43.33103;-.28601;273;20220131;9.1;-.1;4.5;2.4;8.06;2.3;.58;6161
+70076;43.33103;-.28601;273;20220201;8.9;1.7;5.3;2;7.82;0;.67;6085
+70076;43.33103;-.28601;273;20220202;14.5;4.6;9.5;1.5;9.36;0;.93;7826
+70076;43.33103;-.28601;273;20220203;14.6;-.9;6.9;1.8;8.66;0;.93;8532
+70076;43.33103;-.28601;273;20220204;12.9;2.7;7.8;1.9;9.72;1.8;.72;6208
+70076;43.33103;-.28601;273;20220205;9.5;7.4;8.5;1.7;8.29;.9;.94;4515
+70076;43.33103;-.28601;273;20220206;10.5;-2.4;4;2.2;7.02;.4;.87;8932
+70076;43.33103;-.28601;273;20220207;12.2;6.8;9.5;2.9;9.69;1.5;1.07;5526
+70076;43.33103;-.28601;273;20220208;15.7;2.5;9.1;1.2;8.19;0;1.12;10562
+70076;43.33103;-.28601;273;20220209;18.8;0;9.4;1.4;6.79;0;1.51;11980
+70076;43.33103;-.28601;273;20220210;10.6;.7;5.6;2.2;7.2;.6;1.91;11500
+70076;43.33103;-.28601;273;20220211;9.4;6.8;8.1;1.5;9.88;1.3;.69;3800
+70076;43.33103;-.28601;273;20220212;16;6.3;11.2;1.7;9;0;1.39;11200
+70076;43.33103;-.28601;273;20220213;18.5;3.1;10.8;3;8.15;6.1;2.03;12000
+70076;43.33103;-.28601;273;20220214;10.3;5.4;7.9;3.5;8.89;15.3;1.04;7249
+70076;43.33103;-.28601;273;20220215;11;5.4;8.2;4.7;8.25;1.1;1.4;7150
+70076;43.33103;-.28601;273;20220216;13.7;8.6;11.1;4.3;10.69;2.4;1.32;5406
+70076;43.33103;-.28601;273;20220217;15.2;10.8;13;2.5;11.8;.3;1.24;5188
+70076;43.33103;-.28601;273;20220218;16;3.8;9.9;2.2;10.16;2.4;1.33;10115
+70076;43.33103;-.28601;273;20220219;10.7;6.4;8.5;1.9;8.82;.6;1.05;6161
+70076;43.33103;-.28601;273;20220220;13.6;.3;6.9;3;8.72;.3;1.23;9796
+70076;43.33103;-.28601;273;20220221;13.4;8.7;11;4.3;9.26;1.6;1.82;6909
+70076;43.33103;-.28601;273;20220222;14.5;2.3;8.4;1.7;8.26;0;1.42;11896
+70076;43.33103;-.28601;273;20220223;16.6;.3;8.5;1.7;7.92;0;1.64;13402
+70076;43.33103;-.28601;273;20220224;11.8;3.9;7.9;2.4;9.36;1.7;1.03;7051
+70076;43.33103;-.28601;273;20220225;10.8;5.2;8;1.8;7.16;0;1.39;8911
+70076;43.33103;-.28601;273;20220226;14.4;-1;6.7;1.8;5.66;0;1.8;14424
+70076;43.33103;-.28601;273;20220227;15.8;1.3;8.6;1.3;7.92;0;1.52;11538
+70076;43.33103;-.28601;273;20220228;18.2;2.2;10.2;1.7;7.96;0;1.94;14272
+70076;43.33103;-.28601;273;20220301;18;.6;9.3;1.6;7.39;.3;1.95;14557
+70076;43.33103;-.28601;273;20220302;12.4;5.8;9.1;1.7;9.62;3.3;1.2;7753
+70076;43.33103;-.28601;273;20220303;16;1.3;8.7;2.2;9.29;10.5;1.65;13439
+70076;43.33103;-.28601;273;20220304;10.6;7.6;9.1;3.9;9.22;2.2;1.31;5626
+70076;43.33103;-.28601;273;20220305;9.8;4.7;7.3;1.4;7.99;0;1.13;7265
+70076;43.33103;-.28601;273;20220306;9.1;4.6;6.9;1.1;7.76;0;1.08;7442
+70076;43.33103;-.28601;273;20220307;12.9;1.7;7.3;1.5;7.76;0;1.53;13377
+70076;43.33103;-.28601;273;20220308;11.8;1.7;6.7;1.8;8.19;1.1;1.27;10336
+70076;43.33103;-.28601;273;20220309;17.9;0;9;1.9;7.62;.2;2.22;16193
+70076;43.33103;-.28601;273;20220310;16.3;7.8;12;1.8;9.92;.7;1.8;10777
+70076;43.33103;-.28601;273;20220311;15.2;7.5;11.4;2.2;9.46;8;1.73;8060
+70076;43.33103;-.28601;273;20220312;14.1;6.4;10.2;2.1;9.62;1.1;1.73;12340
+70076;43.33103;-.28601;273;20220313;13.1;6.4;9.8;2.4;8.49;4.9;1.76;10583
+70076;43.33103;-.28601;273;20220314;12;1.9;7;1.6;8.32;0;1.39;10598
+70076;43.33103;-.28601;273;20220315;21.5;8.1;14.8;1.6;11.45;0;2.35;14008
+70076;43.33103;-.28601;273;20220316;15.5;8.1;11.8;2.4;11.96;5.2;1.46;9027
+70076;43.33103;-.28601;273;20220317;10.2;9.9;10;3;11.62;19;.65;1229
+70076;43.33103;-.28601;273;20220318;9.5;7.1;8.3;1.9;10.05;.2;.73;3100
+70076;43.33103;-.28601;273;20220319;16.9;3.8;10.4;1.5;9.95;0;1.98;15300
+70076;43.33103;-.28601;273;20220320;18;5.8;11.9;2;10.35;0;2.19;14600
+70076;43.33103;-.28601;273;20220321;20.1;4.5;12.3;2.2;10;.4;2.57;16250
+70076;43.33103;-.28601;273;20220322;18.1;4.1;11.1;1.9;8.75;0;2.44;16650
+70076;43.33103;-.28601;273;20220323;16.6;2.4;9.5;1.7;7.9;0;2.51;20250
+70076;43.33103;-.28601;273;20220324;17.1;3.4;10.2;1.8;8.55;0;2.38;17800
+70076;43.33103;-.28601;273;20220325;18.8;6.6;12.7;1.9;9.35;0;2.71;17850
+70076;43.33103;-.28601;273;20220326;18.4;4.5;11.4;1.9;8.35;0;2.66;17700
+70076;43.33103;-.28601;273;20220327;19.5;4.1;11.8;1.9;9.55;0;2.65;18350
+70076;43.33103;-.28601;273;20220328;20.2;6.1;13.2;1.9;9.65;0;2.57;14250
+70076;43.33103;-.28601;273;20220329;18;8;13;2.5;10.3;4.7;2.24;10500
+70076;43.33103;-.28601;273;20220330;10.2;9.2;9.7;2.9;11.68;8.1;.69;2300
+70076;43.33103;-.28601;273;20220331;11.6;7.2;9.4;5;9.2;10.1;1.75;8850
+70076;43.33103;-.28601;273;20220401;7.8;.7;4.2;5;5.95;5.6;1.83;13350
+70076;43.33103;-.28601;273;20220402;8.6;.4;4.5;3.4;5.68;0;2.08;15700
+70076;43.33103;-.28601;273;20220403;7.8;-1.2;3.3;4;5.19;.2;2.26;17948
+70076;43.33103;-.28601;273;20220404;10.7;-.5;5.1;2.1;5.23;0;2.33;21100
+70076;43.33103;-.28601;273;20220405;15.1;-4;5.6;1.4;6.1;0;2.64;23027
+70076;43.33103;-.28601;273;20220406;12.6;2.2;7.4;3;8.7;0;1.5;9550
+70076;43.33103;-.28601;273;20220407;20.3;4.1;12.2;3.1;10.02;.2;3.19;19929
+70076;43.33103;-.28601;273;20220408;21.4;8.1;14.8;4.2;11.1;2.7;3.26;13500
+70076;43.33103;-.28601;273;20220409;14.2;7.3;10.8;3.1;9.2;1.5;2.33;14150
+70076;43.33103;-.28601;273;20220410;20.8;.6;10.7;2.4;7.7;0;3.57;22650
+70076;43.33103;-.28601;273;20220411;23.8;5.8;14.8;3.2;10.9;0;3.77;18950
+70076;43.33103;-.28601;273;20220412;18;11;14.5;3.3;12.05;2.5;2.4;10400
+70076;43.33103;-.28601;273;20220413;15.2;10.7;12.9;2.3;12.85;1;1.37;6250
+70076;43.33103;-.28601;273;20220414;20.4;10.8;15.6;2;12.8;0;2.92;17250
+70076;43.33103;-.28601;273;20220415;19.4;8.3;13.8;2.3;12.95;.1;2.65;17200
+70076;43.33103;-.28601;273;20220416;21.3;10.4;15.8;2.8;13;.1;3.19;17950
+70076;43.33103;-.28601;273;20220417;21.2;8.1;14.6;3.7;12.35;0;3.51;21200
+70076;43.33103;-.28601;273;20220418;17.7;11.3;14.5;3.4;12.1;.1;2.47;11800
+70076;43.33103;-.28601;273;20220419;10.6;9.1;9.8;1.8;10.96;23.9;.89;3269
+70076;43.33103;-.28601;273;20220420;11.7;7;9.4;3.9;10.45;5.1;1.26;7100
+70076;43.33103;-.28601;273;20220421;13;8.4;10.7;2.6;11.3;.6;1.27;6100
+70076;43.33103;-.28601;273;20220422;18.8;7;12.9;1.6;11.02;.6;3.03;20495
+70076;43.33103;-.28601;273;20220423;15.6;9.9;12.7;4.4;10.8;8.9;2.38;11100
+70076;43.33103;-.28601;273;20220424;16.5;9.3;12.9;5.5;11.45;2.9;2.48;12450
+70076;43.33103;-.28601;273;20220425;19.2;5;12.1;2.1;10.85;0;3.12;21450
+70076;43.33103;-.28601;273;20220426;23.7;7;15.3;2.4;11.5;0;3.65;19550
+70076;43.33103;-.28601;273;20220427;18.1;11.7;14.9;2.6;13.6;3;1.93;8750
+70076;43.33103;-.28601;273;20220428;14.5;11.8;13.2;1.9;14;.3;.99;3900
+70076;43.33103;-.28601;273;20220429;17.3;12.1;14.7;2;14.25;.1;1.54;6850
+70076;43.33103;-.28601;273;20220430;18.8;11.9;15.4;2.6;13.45;0;2.7;15000
+70076;43.33103;-.28601;273;20220501;17.9;10.2;14;2.6;12.9;1;2.41;14000
+70076;43.33103;-.28601;273;20220502;14.9;10.9;12.9;2.4;12.45;1.6;1.41;5850
+70076;43.33103;-.28601;273;20220503;19;10.4;14.7;2.4;12.85;1.9;2.55;13700
+70076;43.33103;-.28601;273;20220504;17.9;11.9;14.9;3.5;13;.9;2.35;10800
+70076;43.33103;-.28601;273;20220505;19.9;8.9;14.4;3;12.2;0;2.92;15150
+70076;43.33103;-.28601;273;20220506;19.4;10.6;15;3.1;12.52;0;3.14;16830
+70076;43.33103;-.28601;273;20220507;21.9;10.9;16.4;2.4;12.99;0;3.68;19751
+70076;43.33103;-.28601;273;20220508;22.7;10.3;16.5;1.9;13.32;0;3.74;20841
+70076;43.33103;-.28601;273;20220509;25.8;8.8;17.3;1.5;12.96;0;4.47;25738
+70076;43.33103;-.28601;273;20220510;28.7;10.1;19.4;1.3;13.22;.1;4.91;26924
+70076;43.33103;-.28601;273;20220511;26.8;11.4;19.1;1.5;15.22;0;4.38;23868
+70076;43.33103;-.28601;273;20220512;20.8;13.7;17.2;1.6;15.16;0;2.82;14434
+70076;43.33103;-.28601;273;20220513;24.6;14;19.3;1.4;15.99;0;3.61;18939
+70076;43.33103;-.28601;273;20220514;29.4;11.8;20.6;1.4;15.99;.1;4.67;24059
+70076;43.33103;-.28601;273;20220515;29.4;12.4;20.9;1.9;16.52;1.8;5;25105
+70076;43.33103;-.28601;273;20220516;27.7;13.2;20.4;1.3;16.42;0;4.5;23904
+70076;43.33103;-.28601;273;20220517;29.9;13.3;21.6;1.5;16.52;0;5.15;26418
+70076;43.33103;-.28601;273;20220518;31.5;13.7;22.6;1.7;16.99;7;5.42;26419
+70076;43.33103;-.28601;273;20220519;25.9;15.6;20.7;1.8;18.69;.3;3.76;18855
+70076;43.33103;-.28601;273;20220520;22.4;15.4;18.9;1.6;18.86;.1;2.99;16045
+70076;43.33103;-.28601;273;20220521;31.3;15.4;23.3;1.3;19.99;0;4.99;25180
+70076;43.33103;-.28601;273;20220522;30.3;17.1;23.7;2.3;20.19;.8;4.72;20973
+70076;43.33103;-.28601;273;20220523;22;15.5;18.8;5.2;13.77;.1;4.23;16269
+70076;43.33103;-.28601;273;20220524;16;11.5;13.8;2.5;12.32;6.2;2.37;11889
+70076;43.33103;-.28601;273;20220525;17.8;10;13.9;1.8;12.36;0;2.77;16173
+70076;43.33103;-.28601;273;20220526;20.5;11.1;15.8;1.3;13.36;0;3.31;19289
+70076;43.33103;-.28601;273;20220527;24.1;13.3;18.7;1.4;14.52;0;4.16;22931
+70076;43.33103;-.28601;273;20220528;25.9;10.5;18.2;1.5;14.36;0;4.7;26635
+70076;43.33103;-.28601;273;20220529;25;10;17.5;1.3;12.19;.1;4.63;26725
+70076;43.33103;-.28601;273;20220530;24.1;9.1;16.6;1.8;11.29;1.1;4.62;25666
+70076;43.33103;-.28601;273;20220531;26.1;11.7;18.9;1.4;12.92;0;4.83;26183
+70076;43.33103;-.28601;273;20220601;30.3;12.5;21.4;1.5;15.79;.2;5.53;28445
+70076;43.33103;-.28601;273;20220602;27.5;14.7;21.1;2;17.76;.8;4.55;22268
+70076;43.33103;-.28601;273;20220603;25.6;16.6;21.1;2.1;19.62;1.6;3.69;17321
+70076;43.33103;-.28601;273;20220604;21.2;16.7;18.9;1.8;18.82;15.3;2.39;11448
+70076;43.33103;-.28601;273;20220605;22.9;15.4;19.1;1.8;16.89;.1;3.49;17912
+70076;43.33103;-.28601;273;20220606;25.1;14.4;19.8;1.5;16.56;.1;4.06;21169
+70076;43.33103;-.28601;273;20220607;23.7;15.4;19.6;1.2;16.59;.3;3.47;17709
+70076;43.33103;-.28601;273;20220608;20.4;13.8;17.1;2.1;16.89;2.5;2.63;14232
+70076;43.33103;-.28601;273;20220609;23.1;13.9;18.5;2;14.92;.1;4.08;21669
+70076;43.33103;-.28601;273;20220610;28.3;10.2;19.3;1.3;14.86;.1;5.24;29218
+70076;43.33103;-.28601;273;20220611;29.1;13.7;21.4;1.8;17.66;0;5.26;26581
+70076;43.33103;-.28601;273;20220612;28.2;17;22.6;2.3;19.72;2.2;4.45;20345
+70076;43.33103;-.28601;273;20220613;27.6;17.4;22.5;2.2;20.09;.2;4.38;20583
+70076;43.33103;-.28601;273;20220614;33.7;16.7;25.2;1.1;22.49;1.1;5.52;26581
+70076;43.33103;-.28601;273;20220615;32.9;18.1;25.5;1.3;22.26;0;5.67;27069
+70076;43.33103;-.28601;273;20220616;34.6;18.4;26.5;1.7;22.89;0;5.93;26617
+70076;43.33103;-.28601;273;20220617;36.2;19.5;27.8;1.7;22.62;0;6.35;27384
+70076;43.33103;-.28601;273;20220618;39.1;19.3;29.2;1.7;21.49;0;7.1;29418
+70076;43.33103;-.28601;273;20220619;27.4;18.3;22.8;2.1;19.69;3.7;4.33;19676
+70076;43.33103;-.28601;273;20220620;27.1;17.4;22.3;2.3;19.26;5.2;4.44;20505
+70076;43.33103;-.28601;273;20220621;22.8;17.4;20.1;2;19.69;1.8;2.75;12878
+70076;43.33103;-.28601;273;20220622;23;16.6;19.8;2.3;18.29;0;3.4;16754
+70076;43.33103;-.28601;273;20220623;25.3;14.4;19.9;1.4;18.06;4.6;4.02;21476
+70076;43.33103;-.28601;273;20220624;24.6;15.6;20.1;1.4;17.06;0;4.14;22090
+70076;43.33103;-.28601;273;20220625;19;13.4;16.2;2.1;15.92;6.9;2.44;12918
+70076;43.33103;-.28601;273;20220626;15.6;12;13.8;1.5;14.62;14;1.75;9713
+70076;43.33103;-.28601;273;20220627;17.4;13.2;15.3;1.2;15.36;1.6;1.99;10400
+70076;43.33103;-.28601;273;20220628;24.2;12.2;18.2;1.2;15.19;.1;4.2;23912
+70076;43.33103;-.28601;273;20220629;22;11;16.5;1.5;15.49;5.7;3.5;20425
+70076;43.33103;-.28601;273;20220630;14.7;13.3;14;1.7;15.02;4;1.29;6172
+70076;43.33103;-.28601;273;20220701;22.5;8.6;15.6;1.2;13.42;.1;4.02;24751
+70076;43.33103;-.28601;273;20220702;29.2;10;19.6;1.4;15.39;0;5.4;29517
+70076;43.33103;-.28601;273;20220703;25.5;14.8;20.2;2.3;17.09;1.7;4.39;22083
+70076;43.33103;-.28601;273;20220704;21.4;15.8;18.6;2;17.49;.1;2.83;14098
+70076;43.33103;-.28601;273;20220705;26.3;16.6;21.4;1.2;18.82;.3;4.25;21837
+70076;43.33103;-.28601;273;20220706;24.9;16.6;20.7;2.2;18.36;.6;3.88;18663
+70076;43.33103;-.28601;273;20220707;26.7;15.7;21.2;2.9;17.36;0;4.89;23269
+70076;43.33103;-.28601;273;20220708;27.4;14.3;20.9;1.6;17.39;.2;4.88;25693
+70076;43.33103;-.28601;273;20220709;29.8;13.3;21.6;1.2;17.72;.2;5.27;28066
+70076;43.33103;-.28601;273;20220710;31.6;13.8;22.7;1;17.92;0;5.52;29138
+70076;43.33103;-.28601;273;20220711;34;13.8;23.9;1.1;18.19;.4;5.88;29909
+70076;43.33103;-.28601;273;20220712;33.8;16.7;25.3;1.3;20.26;.1;5.83;28123
+70076;43.33103;-.28601;273;20220713;34.2;15.3;24.8;1;18.52;0;5.87;29333
+70076;43.33103;-.28601;273;20220714;34.9;15.5;25.2;1.1;18.66;0;5.96;29063
+70076;43.33103;-.28601;273;20220715;32.6;17.4;25;1.3;19.82;0;5.39;25416
+70076;43.33103;-.28601;273;20220716;35.7;15.4;25.6;1.1;18.92;0;5.96;28870
+70076;43.33103;-.28601;273;20220717;37.1;15.3;26.2;1.3;17.99;0;6.3;29177
+70076;43.33103;-.28601;273;20220718;38;16.2;27.1;1.6;19.46;.4;6.61;28990
+70076;43.33103;-.28601;273;20220719;28.4;19.4;23.9;2.3;21.32;.7;4.39;19374
+70076;43.33103;-.28601;273;20220720;26.4;18.8;22.6;2.1;18.46;0;4.17;18565
+70076;43.33103;-.28601;273;20220721;31.4;18.5;24.9;1.5;18.99;.1;5.2;24283
+70076;43.33103;-.28601;273;20220722;22.2;18.7;20.4;2.5;19.69;.7;2.6;10526
+70076;43.33103;-.28601;273;20220723;24.8;16.6;20.7;1.2;17.92;.3;3.58;18173
+70076;43.33103;-.28601;273;20220724;35.4;14.1;24.7;1.5;18.79;.1;6.11;28761
+70076;43.33103;-.28601;273;20220725;25.3;19.6;22.4;2.7;19.56;.7;3.63;14440
+70076;43.33103;-.28601;273;20220726;22.4;16.9;19.7;1.6;17.29;.6;2.98;14010
+70076;43.33103;-.28601;273;20220727;25.7;14.7;20.2;1.3;15.26;0;4.14;21503
+70076;43.33103;-.28601;273;20220728;25.6;14;19.8;1.2;15.96;6.2;3.79;20080
+70076;43.33103;-.28601;273;20220729;23.1;16.3;19.7;1.7;17.86;2.1;3.05;14702
+70076;43.33103;-.28601;273;20220730;26.7;17.8;22.3;1.1;19.66;.1;3.67;18126
+70076;43.33103;-.28601;273;20220731;29.4;16;22.7;1.4;19.62;0;4.58;23312
+70076;43.33103;-.28601;273;20220801;30.3;17.5;23.9;1.4;19.89;0;4.63;22161
+70076;43.33103;-.28601;273;20220802;33.4;16.8;25.1;1.3;19.09;0;5.4;25805
+70076;43.33103;-.28601;273;20220803;33.5;14.8;24.2;1.4;20.86;.1;5.2;24995
+70076;43.33103;-.28601;273;20220804;29.3;20.9;25.1;1.8;22.79;.9;4.12;17714
+70076;43.33103;-.28601;273;20220805;26.9;19.2;23.1;2.3;20.76;0;3.95;17733
+70076;43.33103;-.28601;273;20220806;30.3;16.2;23.2;1.3;19.96;0;4.6;23119
+70076;43.33103;-.28601;273;20220807;31.8;16.3;24;1.4;18.36;.1;4.98;24240
+70076;43.33103;-.28601;273;20220808;32.5;14.1;23.3;1.1;17.09;0;5.03;25928
+70076;43.33103;-.28601;273;20220809;33.3;16.4;24.9;1.2;18.59;.2;4.95;23778
+70076;43.33103;-.28601;273;20220810;36.7;15.9;26.3;1.1;18.39;.1;5.6;26638
+70076;43.33103;-.28601;273;20220811;37.6;18.5;28.1;1.6;19.26;0;5.87;24896
+70076;43.33103;-.28601;273;20220812;35.4;19.1;27.3;1.6;21.89;0;5.51;24298
+70076;43.33103;-.28601;273;20220813;31.2;20.1;25.6;1.8;22.32;1.6;4.26;18087
+70076;43.33103;-.28601;273;20220814;24.4;19.4;21.9;2;20.52;0;2.7;11169
+70076;43.33103;-.28601;273;20220815;26.2;16.2;21.2;1.1;17.69;0;3.44;17635
+70076;43.33103;-.28601;273;20220816;24.5;14.2;19.4;1.6;17.79;11;3.19;16601
+70076;43.33103;-.28601;273;20220817;23;14.9;19;1.7;17.49;2;2.96;15744
+70076;43.33103;-.28601;273;20220818;21.3;15.5;18.4;2.6;17.69;12.6;2.62;13401
+70076;43.33103;-.28601;273;20220819;25.5;15.4;20.5;1.4;17.32;4.1;3.6;19129
+70076;43.33103;-.28601;273;20220820;29.3;13.8;21.6;1.2;17.86;1.1;4.19;22518
+70076;43.33103;-.28601;273;20220821;25.8;17.4;21.6;1.9;19.72;.1;3.24;15345
+70076;43.33103;-.28601;273;20220822;24.4;16.4;20.4;2;19.52;.8;2.84;13675
+70076;43.33103;-.28601;273;20220823;28.1;17.7;22.9;1;20.76;.1;3.45;17481
+70076;43.33103;-.28601;273;20220824;33.9;14.9;24.4;1.4;20.22;1.1;4.8;23000
+70076;43.33103;-.28601;273;20220825;26.4;19.6;23;3.1;21.66;0;3.34;13337
+70076;43.33103;-.28601;273;20220826;26;18.9;22.5;2;20.56;.4;3.25;14756
+70076;43.33103;-.28601;273;20220827;29.2;16.9;23.1;1.4;19.12;.1;3.88;18908
+70076;43.33103;-.28601;273;20220828;33.3;14.6;23.9;1;17.72;.4;4.44;22986
+70076;43.33103;-.28601;273;20220829;32.8;18.1;25.4;2.4;18.49;10.1;4.75;18087
+70076;43.33103;-.28601;273;20220830;30.7;15.4;23.1;1.5;19.59;0;4.17;21065
+70076;43.33103;-.28601;273;20220831;25.9;19.2;22.5;2.1;21.49;3.7;2.85;12295
+70076;43.33103;-.28601;273;20220901;28.3;17.3;22.8;1.3;19.69;.5;3.5;17603
+70076;43.33103;-.28601;273;20220902;25.3;17.8;21.5;1.9;19.09;.1;2.8;12375
+70076;43.33103;-.28601;273;20220903;25.1;17;21.1;1.1;18.36;.5;2.72;13586
+70076;43.33103;-.28601;273;20220904;31.7;13.4;22.5;1.4;16.99;0;4.23;21500
+70076;43.33103;-.28601;273;20220905;32.3;14.2;23.3;1.7;17.16;.6;4.5;21449
+70076;43.33103;-.28601;273;20220906;30.8;14.7;22.7;2.1;16.69;0;4.4;20360
+70076;43.33103;-.28601;273;20220907;26.7;14;20.4;1.5;15.72;0;3.28;16368
+70076;43.33103;-.28601;273;20220908;26;11.3;18.7;1.4;14.92;1.1;3.23;18161
+70076;43.33103;-.28601;273;20220909;23.5;15.9;19.7;1.9;16.19;3.7;2.79;13115
+70076;43.33103;-.28601;273;20220910;28.1;10.4;19.3;1.2;14.12;0;3.61;20773
+70076;43.33103;-.28601;273;20220911;33.9;12.5;23.2;1.8;15.19;0;4.67;21835
+70076;43.33103;-.28601;273;20220912;36.7;15.7;26.2;1.8;16.96;1.7;4.86;19765
+70076;43.33103;-.28601;273;20220913;30.2;19;24.6;2.1;18.76;0;3.39;11861
+70076;43.33103;-.28601;273;20220914;29.9;15.8;22.8;1.9;16.12;.1;3.83;17411
+70076;43.33103;-.28601;273;20220915;27.9;15.9;21.9;2;17.09;1.8;3.43;15828
+70076;43.33103;-.28601;273;20220916;23.3;16.5;19.9;2.6;17.39;.7;2.73;12188
+70076;43.33103;-.28601;273;20220917;22.3;8.3;15.3;1.3;11.66;0;2.74;17509
+70076;43.33103;-.28601;273;20220918;24.8;5.6;15.2;1.5;9.09;0;3.18;19088
+70076;43.33103;-.28601;273;20220919;26.3;5.6;15.9;1.5;9.42;0;3.35;20086
+70076;43.33103;-.28601;273;20220920;23.8;6.1;15;1.7;10.32;.1;3.13;18873
+70076;43.33103;-.28601;273;20220921;24;7.4;15.7;1.7;10.92;0;3.07;18169
+70076;43.33103;-.28601;273;20220922;25.7;7.2;16.5;1.7;11.42;.1;3.21;18581
+70076;43.33103;-.28601;273;20220923;21.6;8.5;15;1.4;13.02;3.9;2.15;12875
+70076;43.33103;-.28601;273;20220924;17;11;14;2.2;14.42;2.9;1.42;8482
+70076;43.33103;-.28601;273;20220925;19.7;8.2;14;1.7;12.29;.3;2.1;13074
+70076;43.33103;-.28601;273;20220926;20;9.4;14.7;2.4;12.46;6;2.24;12351
+70076;43.33103;-.28601;273;20220927;16.2;12.5;14.4;4;14.16;13.6;1.5;6938
+70076;43.33103;-.28601;273;20220928;16.8;13.7;15.2;5;15.42;37.4;1.31;5992
+70076;43.33103;-.28601;273;20220929;15.9;12.2;14.1;3.4;13.62;26.6;1.44;6556
+70076;43.33103;-.28601;273;20220930;18.1;10;14;2.5;11.82;2.1;2.04;10950
+70076;43.33103;-.28601;273;20221001;22.8;9.6;16.2;2.1;12.72;0;2.53;13961
+70076;43.33103;-.28601;273;20221002;24.2;8.2;16.2;1.1;14.26;.1;2.27;15872
+70076;43.33103;-.28601;273;20221003;25.6;12.1;18.9;1.1;15.06;0;2.31;13708
+70076;43.33103;-.28601;273;20221004;25.8;8.9;17.4;1;13.29;.1;2.43;15990
+70076;43.33103;-.28601;273;20221005;28.2;7.9;18.1;1.6;13.12;.1;2.92;16414
+70076;43.33103;-.28601;273;20221006;20.5;15.2;17.9;1.4;15.39;0;1.61;7345
+70076;43.33103;-.28601;273;20221007;24.7;9.3;17;1.1;14.36;0;2.12;13664
+70076;43.33103;-.28601;273;20221008;21.3;14.6;17.9;1.7;16.56;.7;1.71;8584
+70076;43.33103;-.28601;273;20221009;27.5;10.3;18.9;1.4;14.16;.7;2.52;14671
+70076;43.33103;-.28601;273;20221010;21.8;10.2;16;1.2;15.46;3.9;1.58;9930
+70076;43.33103;-.28601;273;20221011;20.5;14;17.3;1.4;16.99;2.3;1.38;7640
+70076;43.33103;-.28601;273;20221012;20.6;14.7;17.7;1.8;17.12;1.4;1.49;7748
+70076;43.33103;-.28601;273;20221013;23;13.8;18.4;2.1;16.29;1.1;1.95;9898
+70076;43.33103;-.28601;273;20221014;22.2;16.2;19.2;2.5;16.69;.8;1.95;8413
+70076;43.33103;-.28601;273;20221015;26.2;8.4;17.3;1;13.62;.1;2.04;13964
+70076;43.33103;-.28601;273;20221016;28.9;12;20.4;1.4;14.89;.1;2.47;13317
+70076;43.33103;-.28601;273;20221017;27.9;14.9;21.4;1.3;16.46;2.9;2.14;10215
+70076;43.33103;-.28601;273;20221018;30.9;11.9;21.4;1.5;15.26;0;2.6;13362
+70076;43.33103;-.28601;273;20221019;27.8;14.4;21.1;2.6;14.42;0;2.96;8483
+70076;43.33103;-.28601;273;20221020;24.5;15.1;19.8;2.8;13.76;.5;2.62;6890
+70076;43.33103;-.28601;273;20221021;20.6;16.5;18.6;2.1;13.46;.6;1.87;4164
+70076;43.33103;-.28601;273;20221022;26;9.9;18;1.9;12.56;0;2.34;11790
+70076;43.33103;-.28601;273;20221023;26.7;16.3;21.5;3;11.96;0;3.43;8155
+70076;43.33103;-.28601;273;20221024;24.2;13.8;19;1.6;11.76;.1;2.13;9411
+70076;43.33103;-.28601;273;20221025;26.7;10;18.3;1.6;12.39;0;2.1;9196
+70076;43.33103;-.28601;273;20221026;26.1;10.5;18.3;1.5;13.29;0;1.99;10257
+70076;43.33103;-.28601;273;20221027;25.5;15.1;20.3;2.5;12.22;.2;2.73;6502
+70076;43.33103;-.28601;273;20221028;26.6;16;21.3;2.2;12.59;.1;2.54;7349
+70076;43.33103;-.28601;273;20221029;24.6;13.9;19.3;1.6;12.92;0;1.92;7681
+70076;43.33103;-.28601;273;20221030;21.3;9.3;15.3;1.4;13.06;1.1;1.37;8522
+70076;43.33103;-.28601;273;20221031;20.7;10;15.3;1.8;13.92;1.9;1.26;6081
+70076;43.33103;-.28601;273;20221101;19.4;12.4;15.9;1.6;14.09;.1;1.26;7057
+70076;43.33103;-.28601;273;20221102;20.3;9;14.7;1.2;12.66;.1;1.25;9019
+70076;43.33103;-.28601;273;20221103;22.1;8;15;2.6;11.69;10.5;1.91;7574
+70076;43.33103;-.28601;273;20221104;14.3;9.9;12.1;4.1;10.62;16.9;1.49;5272
+70076;43.33103;-.28601;273;20221105;16.7;5.7;11.2;1.9;9.82;.1;1.26;8808
+70076;43.33103;-.28601;273;20221106;20.4;2.4;11.4;1.8;8.86;.1;1.56;10195
+70076;43.33103;-.28601;273;20221107;21;3.9;12.5;1.8;9.79;0;1.53;9967
+70076;43.33103;-.28601;273;20221108;17.7;9.4;13.6;2.3;11.82;.9;1.35;4617
+70076;43.33103;-.28601;273;20221109;15;10.9;12.9;1.7;12.96;4.2;.8;3483
+70076;43.33103;-.28601;273;20221110;17.3;4.5;10.9;1.7;9.96;0;1.1;8863
+70076;43.33103;-.28601;273;20221111;19.6;2.7;11.2;1.3;9.62;.2;1.15;9318
+70076;43.33103;-.28601;273;20221112;21.8;7.1;14.5;1.8;10.69;.1;1.5;8749
+70076;43.33103;-.28601;273;20221113;23.3;5.2;14.2;1.4;9.79;0;1.43;9514
+70076;43.33103;-.28601;273;20221114;14.4;6.5;10.5;1.3;11.16;2.4;.69;4446
+70076;43.33103;-.28601;273;20221115;16.6;9;12.8;1.4;12.42;9.4;.8;4574
+70076;43.33103;-.28601;273;20221116;19.3;7.2;13.3;2.5;11.49;.9;1.35;7430
+70076;43.33103;-.28601;273;20221117;17.2;12.5;14.8;3.1;13.69;16.4;1.16;4336
+70076;43.33103;-.28601;273;20221118;11.1;8.5;9.8;3.7;10.52;10.2;.85;2572
+70076;43.33103;-.28601;273;20221119;10.1;6.3;8.2;4.7;8.82;3.9;1.05;3957
+70076;43.33103;-.28601;273;20221120;14.7;2.7;8.7;2.7;9.22;9.9;.99;5943
+70076;43.33103;-.28601;273;20221121;13.9;7.9;10.9;4.1;10.62;46.2;1.13;3110
+70076;43.33103;-.28601;273;20221122;11.5;6.1;8.8;4.2;9.02;11.7;1.08;3897
+70076;43.33103;-.28601;273;20221123;14.8;9.4;12.1;3.6;12.26;8.4;.86;3605
+70076;43.33103;-.28601;273;20221124;13.7;5.1;9.4;2.3;9.96;5.9;.79;4531
+70076;43.33103;-.28601;273;20221125;11.4;5.3;8.4;3.7;10.12;10.4;.65;3945
+70076;43.33103;-.28601;273;20221126;14.1;2.1;8.1;1.4;8.12;0;.73;6207
+70076;43.33103;-.28601;273;20221127;15.1;1.4;8.3;1.9;8.22;8.7;.92;6301
+70076;43.33103;-.28601;273;20221128;10.4;6.7;8.6;4.7;10.19;14.1;.67;3253
+70076;43.33103;-.28601;273;20221129;11.9;7.8;9.8;3.4;10.72;6.1;.73;3252
+70076;43.33103;-.28601;273;20221130;10.3;4.6;7.4;1.6;9.09;0;.54;4224
+70076;43.33103;-.28601;273;20221201;5.1;3.2;4.2;.9;7.79;0;.4;1490
+70076;43.33103;-.28601;273;20221202;8.4;1;4.7;.9;7.56;0;.39;5092
+70076;43.33103;-.28601;273;20221203;6.2;4.1;5.1;.9;8.19;1.4;.43;1472
+70076;43.33103;-.28601;273;20221204;10.2;-.2;5;1;6.82;0;.48;6083
+70076;43.33103;-.28601;273;20221205;13.8;-1.1;6.4;1.5;6.49;.8;.8;6912
+70076;43.33103;-.28601;273;20221206;12.1;4.4;8.3;1.1;9.42;.2;.51;3775
+70076;43.33103;-.28601;273;20221207;14.5;7.4;11;1.3;10.79;.1;.61;4321
+70076;43.33103;-.28601;273;20221208;9.3;6.2;7.8;2.2;9.89;5.4;.45;1926
+70076;43.33103;-.28601;273;20221209;12.4;6.2;9.3;2.4;10.22;5.2;.65;3321
+70076;43.33103;-.28601;273;20221210;4.9;1.3;3.1;2.6;6.26;0;.58;4035
+70076;43.33103;-.28601;273;20221211;4.9;-4;.4;1.1;5.56;.1;.37;3684
+70076;43.33103;-.28601;273;20221212;10.7;-.4;5.2;1.8;7.96;9.5;.5;3895
+70076;43.33103;-.28601;273;20221213;14.5;8.4;11.4;3.1;12.79;4.2;.51;2863
+70076;43.33103;-.28601;273;20221214;18.1;10.3;14.2;2.3;12.22;5.1;1.04;4858
+70076;43.33103;-.28601;273;20221215;16.1;7.4;11.8;2;11.26;5.5;.78;4899
+70076;43.33103;-.28601;273;20221216;9.9;8.3;9.1;2.6;10.39;4.8;.63;1032
+70076;43.33103;-.28601;273;20221217;9.7;5.5;7.6;1.3;8.82;0;.54;2806
+70076;43.33103;-.28601;273;20221218;14.9;1.3;8.1;1.8;7.42;.1;.92;6073
+70076;43.33103;-.28601;273;20221219;14.4;2.7;8.5;2;8.29;.2;.86;4896
+70076;43.33103;-.28601;273;20221220;15.3;7.3;11.3;1.5;9.99;3.6;.83;3101
+70076;43.33103;-.28601;273;20221221;18.7;6.9;12.8;2.3;10.99;.1;1.06;5940
+70076;43.33103;-.28601;273;20221222;19.8;6.7;13.2;2;10.76;0;1.1;5425
+70076;43.33103;-.28601;273;20221223;16.9;7.2;12.1;1.4;10.99;0;.73;4386
+70076;43.33103;-.28601;273;20221224;20.1;5.7;12.9;1.9;9.92;0;1.12;6550
+70076;43.33103;-.28601;273;20221225;20.2;4.5;12.4;2.3;8.99;0;1.41;6375
+70076;43.33103;-.28601;273;20221226;16.8;7.9;12.4;1.9;9.69;.8;1.13;3916
+70076;43.33103;-.28601;273;20221227;13.4;9.5;11.4;1.1;11.79;.4;.54;2853
+70076;43.33103;-.28601;273;20221228;19.5;3.7;11.6;2.3;9.02;0;1.26;6985
+70076;43.33103;-.28601;273;20221229;15.4;10.4;12.9;2.5;10.02;4.7;1.35;2388
+70076;43.33103;-.28601;273;20221230;20.8;8.8;14.8;2.6;11.49;.9;1.46;5120
+70076;43.33103;-.28601;273;20221231;19.3;10.1;14.7;2;9.72;0;1.42;4467
+70077;43.36141;.01941;225;20220101;22.2;1;11.6;.9;8;.1;.76;7590
+70077;43.36141;.01941;225;20220102;17.6;2.5;10;1.2;8.9;.1;.72;6198
+70077;43.36141;.01941;225;20220103;18;2;10;.9;8.9;.1;.61;6467
+70077;43.36141;.01941;225;20220104;22;3.3;12.6;3.3;9.4;13.9;1.93;7167
+70077;43.36141;.01941;225;20220105;7.7;5.5;6.6;2.1;7.4;0;.8;1443
+70077;43.36141;.01941;225;20220106;7.6;-.6;3.5;1.1;5.5;.1;.55;4286
+70077;43.36141;.01941;225;20220107;9;-2.6;3.2;3.2;7.2;6.7;.48;5441
+70077;43.36141;.01941;225;20220108;10.8;6.1;8.4;6;9.3;4.5;.96;2923
+70077;43.36141;.01941;225;20220109;9.3;9.2;9.2;5.9;10.8;32;.61;0
+70077;43.36141;.01941;225;20220110;12.1;9.4;10.7;4.6;12;14.5;.59;1886
+70077;43.36141;.01941;225;20220111;11.4;6.6;9;.9;8.6;.1;.63;3075
+70077;43.36141;.01941;225;20220112;7.5;-.4;3.5;1.6;6.7;0;.5;4439
+70077;43.36141;.01941;225;20220113;9.6;-2.7;3.4;1.1;6;.1;.53;5992
+70077;43.36141;.01941;225;20220114;10.2;-4.5;2.8;.7;5.7;.2;.44;6770
+70077;43.36141;.01941;225;20220115;12.1;-3.9;4.1;1.5;4.7;.1;.9;7209
+70077;43.36141;.01941;225;20220116;11.3;-3.9;3.7;1.1;5.1;0;.68;7067
+70077;43.36141;.01941;225;20220117;10.8;-2.7;4;1.1;5.6;.1;.64;6647
+70077;43.36141;.01941;225;20220118;2.8;-2.3;.2;1.5;6;.1;.32;3529
+70077;43.36141;.01941;225;20220119;10.4;1.2;5.8;3.6;7.6;.9;.86;5348
+70077;43.36141;.01941;225;20220120;10.6;5.4;8;2.2;8.6;3.5;.78;3684
+70077;43.36141;.01941;225;20220121;5;-1.1;1.9;1.3;6;.1;.47;4180
+70077;43.36141;.01941;225;20220122;7.8;-3.9;1.9;.9;5.2;.1;.53;6479
+70077;43.36141;.01941;225;20220123;9;-4.3;2.3;.9;5.3;0;.57;7105
+70077;43.36141;.01941;225;20220124;13.7;-3.9;4.9;1.1;5.5;0;.82;8519
+70077;43.36141;.01941;225;20220125;13.4;-3.5;4.9;1.1;5.7;.1;.81;8427
+70077;43.36141;.01941;225;20220126;12.8;-3.8;4.5;.9;5.7;.1;.71;8450
+70077;43.36141;.01941;225;20220127;13.1;-4.2;4.4;1.1;5.8;.2;.8;8776
+70077;43.36141;.01941;225;20220128;7.3;-2;2.6;1;6.3;0;.52;6103
+70077;43.36141;.01941;225;20220129;2.5;-3.2;-.4;.7;5.8;.2;.36;4507
+70077;43.36141;.01941;225;20220130;1.6;-1.2;.2;1.6;6.1;.4;.33;2739
+70077;43.36141;.01941;225;20220131;9.3;.6;4.9;3.3;8.2;1.8;.58;6118
+70077;43.36141;.01941;225;20220201;9.4;.6;5;2.7;7.6;0;.73;6255
+70077;43.36141;.01941;225;20220202;13.5;5.6;9.5;1.9;9.5;.1;.93;5933
+70077;43.36141;.01941;225;20220203;14;1.7;7.8;2;9.1;0;.89;7907
+70077;43.36141;.01941;225;20220204;13.1;2.1;7.6;2.4;9.8;.7;.74;7502
+70077;43.36141;.01941;225;20220205;10;8;9;2.2;8.2;.7;1.06;2345
+70077;43.36141;.01941;225;20220206;10.8;-2.1;4.3;2.5;7.1;.3;.89;8498
+70077;43.36141;.01941;225;20220207;12.6;6.9;9.7;3.7;9.3;.8;1.25;5205
+70077;43.36141;.01941;225;20220208;15.7;.5;8.1;1;7.7;0;1.01;9632
+70077;43.36141;.01941;225;20220209;18.5;-2.2;8.1;1.1;6.6;0;1.29;11666
+70077;43.36141;.01941;225;20220210;8.7;-.4;4.1;1.8;7.5;0;1.64;11433
+70077;43.36141;.01941;225;20220211;10.1;6.8;8.5;1.4;9.43;1.3;.76;3800
+70077;43.36141;.01941;225;20220212;15.5;4.5;10;1.4;8.34;0;1.23;10433
+70077;43.36141;.01941;225;20220213;18.3;2.7;10.5;2.5;8.47;3.9;1.8;11933
+70077;43.36141;.01941;225;20220214;10.7;6.3;8.5;4;9.02;10.3;1.11;6694
+70077;43.36141;.01941;225;20220215;11.3;5.7;8.5;4.7;8.26;.6;1.4;7150
+70077;43.36141;.01941;225;20220216;14.1;8.6;11.3;5.3;10.7;1.5;1.47;5871
+70077;43.36141;.01941;225;20220217;15.4;11.3;13.3;3.6;12.1;.2;1.38;4934
+70077;43.36141;.01941;225;20220218;17.1;3.5;10.3;2.5;10.1;1.8;1.46;10424
+70077;43.36141;.01941;225;20220219;10.4;6.8;8.6;2.3;8.9;.5;1;4676
+70077;43.36141;.01941;225;20220220;14.4;.7;7.5;3.5;8.8;.2;1.38;10768
+70077;43.36141;.01941;225;20220221;14;9.5;11.7;5.5;9.2;1.1;2.12;5587
+70077;43.36141;.01941;225;20220222;14.9;3.5;9.2;2.5;8.4;0;1.56;9962
+70077;43.36141;.01941;225;20220223;16.5;0;8.2;1.4;8;0;1.47;12473
+70077;43.36141;.01941;225;20220224;12.9;3.3;8.1;2.7;9.4;1.5;1.14;9271
+70077;43.36141;.01941;225;20220225;11.2;5.8;8.5;1.5;7.3;0;1.23;6659
+70077;43.36141;.01941;225;20220226;14.1;-1.8;6.1;1.4;5.6;.1;1.54;12721
+70077;43.36141;.01941;225;20220227;16.5;-.6;7.9;1.3;7.6;0;1.56;13427
+70077;43.36141;.01941;225;20220228;18.4;2.3;10.3;1.4;7.8;0;1.81;13155
+70077;43.36141;.01941;225;20220301;17.7;-.6;8.5;1.3;7.6;.1;1.72;14314
+70077;43.36141;.01941;225;20220302;12.8;3.5;8.1;1.6;9.3;1.4;1.17;9886
+70077;43.36141;.01941;225;20220303;16.6;.2;8.4;2.1;9.1;4.6;1.66;13820
+70077;43.36141;.01941;225;20220304;10.1;8.3;9.2;4.5;9.3;2;1.22;3586
+70077;43.36141;.01941;225;20220305;10.4;6.2;8.3;2.1;8.1;0;1.24;6398
+70077;43.36141;.01941;225;20220306;9.6;4.7;7.1;1.1;7.7;0;1.06;7134
+70077;43.36141;.01941;225;20220307;12.7;.1;6.4;1.3;7.4;0;1.4;12546
+70077;43.36141;.01941;225;20220308;12.3;-.8;5.7;1.6;7.8;1.2;1.35;12985
+70077;43.36141;.01941;225;20220309;17.1;-.3;8.4;1.3;8.2;.2;1.81;15391
+70077;43.36141;.01941;225;20220310;15.2;7.4;11.3;1.4;10.2;.2;1.5;9910
+70077;43.36141;.01941;225;20220311;13.9;4;8.9;1.4;9.9;8.5;1.38;11505
+70077;43.36141;.01941;225;20220312;13.5;7.2;10.3;2;9.7;1.9;1.47;8972
+70077;43.36141;.01941;225;20220313;14;4.8;9.4;2.3;8.4;3.4;1.77;11307
+70077;43.36141;.01941;225;20220314;13.9;1.8;7.8;1.4;9.1;0;1.51;13354
+70077;43.36141;.01941;225;20220315;20.2;11.2;15.7;2;12;0;2.23;11436
+70077;43.36141;.01941;225;20220316;15.6;8.2;11.9;2.2;11.8;2.8;1.55;10346
+70077;43.36141;.01941;225;20220317;11.1;10.3;10.7;3.4;11.8;11.3;.77;2387
+70077;43.36141;.01941;225;20220318;10.3;7.4;8.8;1.6;9.97;.1;.88;4333
+70077;43.36141;.01941;225;20220319;17;4.1;10.5;2;9.77;0;2.12;15866
+70077;43.36141;.01941;225;20220320;18;6.3;12.2;2;10.34;0;2.13;13666
+70077;43.36141;.01941;225;20220321;19.6;5.6;12.6;2.9;9.94;.1;2.73;16833
+70077;43.36141;.01941;225;20220322;18.1;5.1;11.6;2.5;8.4;0;2.74;17066
+70077;43.36141;.01941;225;20220323;17;3;10;1.8;7.87;0;2.6;20133
+70077;43.36141;.01941;225;20220324;17.5;2.7;10.1;1.5;8.3;0;2.4;18533
+70077;43.36141;.01941;225;20220325;19;6.1;12.6;1.9;8.87;0;2.73;17733
+70077;43.36141;.01941;225;20220326;18.6;4;11.3;2.2;7.93;0;2.84;18400
+70077;43.36141;.01941;225;20220327;20.2;3.7;12;1.8;9.1;0;2.75;18666
+70077;43.36141;.01941;225;20220328;20.6;5.3;12.9;1.6;9.17;0;2.51;14433
+70077;43.36141;.01941;225;20220329;18.4;7.1;12.7;2;10.27;2.5;2.14;11100
+70077;43.36141;.01941;225;20220330;11.2;9.4;10.3;2.5;11.68;7.2;.85;3000
+70077;43.36141;.01941;225;20220331;12.3;7.7;10;4.4;9.37;6.8;1.93;10466
+70077;43.36141;.01941;225;20220401;8.3;1.1;4.7;4.9;5.84;4.2;2;14000
+70077;43.36141;.01941;225;20220402;8.7;.9;4.8;3.4;5.38;0;2.16;15000
+70077;43.36141;.01941;225;20220403;7.9;-1.3;3.3;2.3;5.44;0;1.82;15594
+70077;43.36141;.01941;225;20220404;10.7;-2.2;4.3;1.5;5.27;0;2.15;20455
+70077;43.36141;.01941;225;20220405;15.1;-3.5;5.8;1.5;6.12;0;2.63;23061
+70077;43.36141;.01941;225;20220406;12.7;2.7;7.7;2.6;8.93;0;1.39;8400
+70077;43.36141;.01941;225;20220407;20.6;4.9;12.7;3.5;10.25;.1;3.3;20115
+70077;43.36141;.01941;225;20220408;21.5;8.2;14.9;3.9;11.24;1.4;3.19;13666
+70077;43.36141;.01941;225;20220409;14.7;7.6;11.1;2.8;8.93;1.1;2.48;15333
+70077;43.36141;.01941;225;20220410;20.7;.3;10.5;2.3;7.6;0;3.49;23000
+70077;43.36141;.01941;225;20220411;22.9;7;14.9;3.5;11.1;0;3.71;19333
+70077;43.36141;.01941;225;20220412;18.5;11.3;14.9;3.5;12.04;3.6;2.55;10500
+70077;43.36141;.01941;225;20220413;15.3;11.1;13.2;2;12.94;1.6;1.33;5900
+70077;43.36141;.01941;225;20220414;20.8;10.1;15.5;1.7;12.57;0;3.06;19200
+70077;43.36141;.01941;225;20220415;20.2;8.8;14.5;2.2;13.13;.1;2.71;16666
+70077;43.36141;.01941;225;20220416;21.9;10.5;16.2;2.6;12.97;.1;3.38;18933
+70077;43.36141;.01941;225;20220417;21.5;8.5;15;3.3;12.37;0;3.54;21166
+70077;43.36141;.01941;225;20220418;18.1;11.2;14.6;2.9;11.87;0;2.48;11966
+70077;43.36141;.01941;225;20220419;11.7;9;10.3;2.2;11.1;21.7;1.14;5518
+70077;43.36141;.01941;225;20220420;12.3;7.4;9.9;3.2;10.57;3.5;1.36;7566
+70077;43.36141;.01941;225;20220421;13.8;8.5;11.2;2.3;11.5;0;1.32;6200
+70077;43.36141;.01941;225;20220422;18.5;7.9;13.2;1.8;11.3;2.6;2.9;19396
+70077;43.36141;.01941;225;20220423;14.8;9.9;12.4;3.7;11.04;6.7;1.97;9033
+70077;43.36141;.01941;225;20220424;16.6;9.4;13;4.7;11.63;2.1;2.34;11766
+70077;43.36141;.01941;225;20220425;19.3;4.9;12.1;1.8;10.77;0;3.12;21900
+70077;43.36141;.01941;225;20220426;23.6;6.4;15;1.9;11.27;0;3.68;21500
+70077;43.36141;.01941;225;20220427;18.9;10.8;14.9;2.1;13.5;3.3;2.08;10533
+70077;43.36141;.01941;225;20220428;15.4;12.3;13.9;1.8;14.13;0;1.17;4666
+70077;43.36141;.01941;225;20220429;18.4;11.4;14.9;1.8;14.17;0;2.01;10666
+70077;43.36141;.01941;225;20220430;19.7;12.2;16;2.4;13.43;.1;3;16666
+70077;43.36141;.01941;225;20220501;18.8;10.4;14.6;2.3;12.77;1.1;2.73;15900
+70077;43.36141;.01941;225;20220502;16.4;11.2;13.8;2.1;12.47;1.6;1.91;9233
+70077;43.36141;.01941;225;20220503;19.5;10.8;15.1;2.2;12.87;3.7;2.67;14200
+70077;43.36141;.01941;225;20220504;18.6;12;15.3;3;13.17;1.3;2.4;11200
+70077;43.36141;.01941;225;20220505;20.4;9.3;14.8;2.8;11.8;0;3.29;17733
+70077;43.36141;.01941;225;20220506;20.2;11.1;15.6;4.6;12.3;0;3.61;17753
+70077;43.36141;.01941;225;20220507;22.4;11.6;17;3.2;12.7;0;3.92;19578
+70077;43.36141;.01941;225;20220508;23.9;12.5;18.2;2.5;13.2;0;4.06;20255
+70077;43.36141;.01941;225;20220509;26.4;10.1;18.2;1.5;13.1;0;4.4;24643
+70077;43.36141;.01941;225;20220510;29.3;10.3;19.8;1.1;13;.1;4.8;26852
+70077;43.36141;.01941;225;20220511;29.3;11.4;20.3;1.6;15.1;0;4.93;26133
+70077;43.36141;.01941;225;20220512;21.3;14.7;18;1.8;15.1;0;2.99;15319
+70077;43.36141;.01941;225;20220513;24.8;15;19.9;1.7;16;.1;3.74;19093
+70077;43.36141;.01941;225;20220514;29.6;12.1;20.8;1.4;16;0;4.9;26149
+70077;43.36141;.01941;225;20220515;30.5;12.6;21.5;1.8;16.9;6.1;5.21;26570
+70077;43.36141;.01941;225;20220516;27.8;14;20.9;1.1;17.1;.1;4.3;23228
+70077;43.36141;.01941;225;20220517;30.6;14.3;22.4;1.6;17;0;5.11;25477
+70077;43.36141;.01941;225;20220518;32;14.8;23.4;1.5;17.1;1.7;5.37;26309
+70077;43.36141;.01941;225;20220519;27;16.6;21.8;1.6;18.6;.1;4.04;20181
+70077;43.36141;.01941;225;20220520;25;14.8;19.9;1.4;18.6;.1;3.66;20041
+70077;43.36141;.01941;225;20220521;32.2;15;23.6;1.2;19.8;0;5.23;26582
+70077;43.36141;.01941;225;20220522;29.5;18.3;23.9;2.6;20.8;1.5;4.73;21216
+70077;43.36141;.01941;225;20220523;22.4;16.8;19.6;5.3;13.8;0;4.35;14589
+70077;43.36141;.01941;225;20220524;16.5;13.4;14.9;3.2;12.2;6.7;2.49;10486
+70077;43.36141;.01941;225;20220525;18.2;10.1;14.1;2.7;12.1;0;3.07;17972
+70077;43.36141;.01941;225;20220526;21.4;11.5;16.4;1.5;13;0;3.53;20092
+70077;43.36141;.01941;225;20220527;24.8;13.5;19.1;1.3;14.3;0;4.03;21632
+70077;43.36141;.01941;225;20220528;26.8;11.9;19.3;1.7;14;0;4.73;25137
+70077;43.36141;.01941;225;20220529;25.6;10.2;17.9;1.4;11.4;0;4.61;25645
+70077;43.36141;.01941;225;20220530;25.4;9.1;17.2;2;10.9;.5;4.91;26491
+70077;43.36141;.01941;225;20220531;27.3;13.1;20.2;1.7;12.1;0;4.95;24677
+70077;43.36141;.01941;225;20220601;31.5;12.9;22.2;1.2;15.6;.5;5.48;28530
+70077;43.36141;.01941;225;20220602;28.2;16.2;22.2;2.6;17.4;1.8;4.93;22653
+70077;43.36141;.01941;225;20220603;28.4;18.1;23.2;2.3;20;1.6;4.54;20913
+70077;43.36141;.01941;225;20220604;22.8;17.5;20.1;2.2;18.8;5.7;3.01;14585
+70077;43.36141;.01941;225;20220605;24.2;16.3;20.2;2;16.8;.1;3.73;18185
+70077;43.36141;.01941;225;20220606;26.8;14;20.4;1.7;16.3;0;4.54;23615
+70077;43.36141;.01941;225;20220607;23.6;16.5;20;1.4;16.1;.1;3.48;17213
+70077;43.36141;.01941;225;20220608;20.1;14.7;17.4;2.5;16.9;2.8;2.69;14832
+70077;43.36141;.01941;225;20220609;24;14.3;19.1;2;14.4;.1;4.08;20440
+70077;43.36141;.01941;225;20220610;29.4;10.7;20;1.3;14.3;.1;5.33;29025
+70077;43.36141;.01941;225;20220611;31.7;13.3;22.5;1.9;16.6;0;5.89;28809
+70077;43.36141;.01941;225;20220612;30.2;17.4;23.8;2.3;19.5;2.9;5.21;23791
+70077;43.36141;.01941;225;20220613;29;17.9;23.4;1.8;20.2;.2;4.64;22066
+70077;43.36141;.01941;225;20220614;35.4;16.8;26.1;1.1;22.5;1;6.02;29048
+70077;43.36141;.01941;225;20220615;34;19.3;26.6;1.3;21.8;0;5.58;25666
+70077;43.36141;.01941;225;20220616;35.2;18.6;26.9;1.3;22.2;0;5.93;27387
+70077;43.36141;.01941;225;20220617;37.7;19.1;28.4;1.8;21.9;0;6.82;29094
+70077;43.36141;.01941;225;20220618;39.9;18.8;29.3;1.3;21.1;0;7.04;31100
+70077;43.36141;.01941;225;20220619;29.6;19.5;24.5;2.1;19.6;.2;4.84;21037
+70077;43.36141;.01941;225;20220620;28.2;18.5;23.3;2.9;18.6;4.7;4.85;20587
+70077;43.36141;.01941;225;20220621;24.6;18.3;21.4;2;19.7;.7;3.42;16286
+70077;43.36141;.01941;225;20220622;25.6;17.5;21.5;2.5;18.6;.1;4;18675
+70077;43.36141;.01941;225;20220623;27.1;15.2;21.1;1.5;18.5;8.1;4.39;22964
+70077;43.36141;.01941;225;20220624;24.3;16.1;20.2;1;17.1;.2;3.58;18790
+70077;43.36141;.01941;225;20220625;20.2;14.1;17.1;2;16.3;7.6;2.86;15983
+70077;43.36141;.01941;225;20220626;16.2;12.7;14.4;1.6;14.8;10;2;11719
+70077;43.36141;.01941;225;20220627;18.7;13.9;16.3;1.4;15.4;2.2;2.52;13983
+70077;43.36141;.01941;225;20220628;24.8;12.1;18.4;1.2;15.1;.2;4.18;23712
+70077;43.36141;.01941;225;20220629;23.4;12.1;17.7;1.5;15.8;3.8;3.85;22258
+70077;43.36141;.01941;225;20220630;15.2;13.7;14.4;1.7;15.1;2.8;1.42;7102
+70077;43.36141;.01941;225;20220701;23.2;10;16.6;1.2;13.6;0;4.03;24135
+70077;43.36141;.01941;225;20220702;30.2;10.4;20.3;1.3;15.1;0;5.48;29878
+70077;43.36141;.01941;225;20220703;26.6;15.9;21.2;2.5;17.2;4.6;4.52;21520
+70077;43.36141;.01941;225;20220704;22.2;16.3;19.2;2.1;17.4;.1;3.11;15553
+70077;43.36141;.01941;225;20220705;28;17;22.5;1.3;18.7;0;4.36;21778
+70077;43.36141;.01941;225;20220706;26.7;17.1;21.9;2.9;18;.5;4.47;20208
+70077;43.36141;.01941;225;20220707;27.3;16.8;22;3.6;17.2;0;4.96;21170
+70077;43.36141;.01941;225;20220708;28.8;15.4;22.1;1.8;17.3;.2;4.9;24075
+70077;43.36141;.01941;225;20220709;30.7;13.8;22.2;1.2;17.5;.2;5.21;27179
+70077;43.36141;.01941;225;20220710;33.3;13.9;23.6;.9;17.2;0;5.6;29173
+70077;43.36141;.01941;225;20220711;35.5;13.3;24.4;.9;17.8;.3;5.96;30524
+70077;43.36141;.01941;225;20220712;35;17;26;1.3;19.8;0;5.92;27922
+70077;43.36141;.01941;225;20220713;35.3;14.5;24.9;1;17.9;.1;5.98;30063
+70077;43.36141;.01941;225;20220714;36.1;14.9;25.5;.9;18.3;0;6.03;30292
+70077;43.36141;.01941;225;20220715;33.9;19.2;26.5;1.6;19.7;0;5.62;24898
+70077;43.36141;.01941;225;20220716;37;15.1;26;1;18.5;0;6.16;30174
+70077;43.36141;.01941;225;20220717;38.6;14.2;26.4;1.1;17.5;0;6.35;30095
+70077;43.36141;.01941;225;20220718;39.1;14.8;26.9;1.3;18.9;1.7;6.58;30014
+70077;43.36141;.01941;225;20220719;29;20.3;24.6;2.4;21.7;.3;4.33;18576
+70077;43.36141;.01941;225;20220720;27.4;19.6;23.5;2.5;18.1;0;4.3;17450
+70077;43.36141;.01941;225;20220721;32.6;19.4;26;1.3;18.3;0;5.08;23099
+70077;43.36141;.01941;225;20220722;24.1;19.3;21.7;2.6;19.5;.4;3.13;13259
+70077;43.36141;.01941;225;20220723;25.6;17.5;21.5;1.2;18.3;3.3;3.54;17633
+70077;43.36141;.01941;225;20220724;36.3;14.4;25.3;1.6;18.4;0;6.33;29468
+70077;43.36141;.01941;225;20220725;26.1;20.5;23.3;2.7;19.1;.5;3.73;14289
+70077;43.36141;.01941;225;20220726;23.2;17.6;20.4;2;16.8;.4;3.17;14234
+70077;43.36141;.01941;225;20220727;27.3;15.6;21.4;1.7;14.8;0;4.42;21192
+70077;43.36141;.01941;225;20220728;26.5;12.9;19.7;1.4;15.7;3.9;4.21;22880
+70077;43.36141;.01941;225;20220729;23.9;17.5;20.7;2;17.74;1.6;3.05;14428
+70077;43.36141;.01941;225;20220730;28.3;18.3;23.3;1.3;19.3;0;3.99;19234
+70077;43.36141;.01941;225;20220731;30.5;15.3;22.9;2.1;19.3;0;4.96;23977
+70077;43.36141;.01941;225;20220801;31.1;17.6;24.3;1.8;19.5;0;4.85;22407
+70077;43.36141;.01941;225;20220802;34.9;17.7;26.3;1.5;18.2;.1;5.6;25380
+70077;43.36141;.01941;225;20220803;34.9;14.5;24.7;1.7;20.7;0;5.79;27654
+70077;43.36141;.01941;225;20220804;31.4;21.6;26.5;2;22.7;1.1;4.48;18595
+70077;43.36141;.01941;225;20220805;29.2;19.9;24.5;2.2;20.8;0;4.2;17985
+70077;43.36141;.01941;225;20220806;31.7;16;23.8;1.4;20;0;4.79;23721
+70077;43.36141;.01941;225;20220807;32.6;16.1;24.3;1.6;17.9;.1;5.14;24235
+70077;43.36141;.01941;225;20220808;33.7;13.6;23.6;1.2;16.2;0;5.28;26775
+70077;43.36141;.01941;225;20220809;35.1;16.7;25.9;1.3;17.2;.1;5.4;25416
+70077;43.36141;.01941;225;20220810;37.4;15.2;26.3;1.3;18;.1;5.84;27428
+70077;43.36141;.01941;225;20220811;38.8;18.1;28.4;1.4;18.9;0;6.05;26763
+70077;43.36141;.01941;225;20220812;37;19.9;28.4;1.7;21.9;0;5.69;24047
+70077;43.36141;.01941;225;20220813;33.3;21.2;27.2;1.7;21.6;.9;4.73;19863
+70077;43.36141;.01941;225;20220814;25.5;19.8;22.6;2.4;20.2;0;3.13;13060
+70077;43.36141;.01941;225;20220815;26.8;17.8;22.3;1.2;17.7;0;3.43;16712
+70077;43.36141;.01941;225;20220816;25.1;13.9;19.5;1.7;17.5;16.7;3.42;18710
+70077;43.36141;.01941;225;20220817;23.4;14.6;19;1.7;17.5;1.9;2.99;16302
+70077;43.36141;.01941;225;20220818;23.3;15.8;19.5;3;17.5;9.4;3.08;14833
+70077;43.36141;.01941;225;20220819;26.3;15.8;21;1.7;17.1;.6;3.57;17722
+70077;43.36141;.01941;225;20220820;29.6;13.4;21.5;1.2;17.6;.3;4.13;22248
+70077;43.36141;.01941;225;20220821;27.2;16.5;21.8;1.9;19.4;.1;3.57;17667
+70077;43.36141;.01941;225;20220822;25.5;17.8;21.6;2.8;19.6;.4;3.24;14646
+70077;43.36141;.01941;225;20220823;29;18.3;23.6;.9;20.4;0;3.45;17424
+70077;43.36141;.01941;225;20220824;35.1;14.5;24.8;1.2;19.7;.9;4.93;24615
+70077;43.36141;.01941;225;20220825;26.8;20.3;23.5;3.2;21.5;4.4;3.32;13041
+70077;43.36141;.01941;225;20220826;27.7;19.4;23.5;2.3;20.4;.2;3.48;14830
+70077;43.36141;.01941;225;20220827;30.6;17.4;24;1.7;18.8;.1;4.11;18971
+70077;43.36141;.01941;225;20220828;33.8;14.2;24;.8;17;.3;4.32;23287
+70077;43.36141;.01941;225;20220829;32.1;17.2;24.6;2.4;18.5;9.4;4.75;19950
+70077;43.36141;.01941;225;20220830;31.6;15.6;23.6;1.3;19.4;0;4.08;20571
+70077;43.36141;.01941;225;20220831;28;19;23.5;2.2;21.6;2.9;3.31;14915
+70077;43.36141;.01941;225;20220901;29.4;17.7;23.5;1.1;19.6;.5;3.42;17088
+70077;43.36141;.01941;225;20220902;26.5;17.9;22.2;2.2;18.8;.3;3.22;14306
+70077;43.36141;.01941;225;20220903;27;17.4;22.2;1;18.4;0;2.96;15077
+70077;43.36141;.01941;225;20220904;33.1;13.3;23.2;1;16.9;.1;4.14;22155
+70077;43.36141;.01941;225;20220905;33.4;14.1;23.7;1.1;17.2;.1;4.18;21671
+70077;43.36141;.01941;225;20220906;31.4;15.7;23.5;1.4;16.1;0;3.98;19225
+70077;43.36141;.01941;225;20220907;28.2;13.5;20.8;1.5;15.2;0;3.57;18391
+70077;43.36141;.01941;225;20220908;27;11.2;19.1;.9;14.6;.6;3.17;18956
+70077;43.36141;.01941;225;20220909;24;17.3;20.6;2;15.7;2.9;2.81;11686
+70077;43.36141;.01941;225;20220910;28.9;10.4;19.6;1.1;14;0;3.51;20275
+70077;43.36141;.01941;225;20220911;34.1;11.5;22.8;1.1;14.6;0;4.13;22067
+70077;43.36141;.01941;225;20220912;37.8;13.5;25.6;1.5;16.7;.7;4.83;21878
+70077;43.36141;.01941;225;20220913;29.5;19;24.2;1.8;20;0;3.32;14467
+70077;43.36141;.01941;225;20220914;29.1;14.6;21.8;2;16;.6;3.68;17111
+70077;43.36141;.01941;225;20220915;29.1;17;23;1.6;16.9;2;3.34;15343
+70077;43.36141;.01941;225;20220916;24.5;16.9;20.7;3;17.5;1;2.85;11713
+70077;43.36141;.01941;225;20220917;22.7;8.2;15.4;1.6;11;.1;2.81;16612
+70077;43.36141;.01941;225;20220918;24.8;4.8;14.8;.8;8.6;0;2.78;19587
+70077;43.36141;.01941;225;20220919;26.8;4.2;15.5;1;8.6;0;3.1;20537
+70077;43.36141;.01941;225;20220920;24.9;5.7;15.3;1.6;9.7;0;3.16;18773
+70077;43.36141;.01941;225;20220921;24.9;8.3;16.6;1.6;11;0;3.01;17165
+70077;43.36141;.01941;225;20220922;26.1;8;17;1.3;11.2;.2;2.98;17804
+70077;43.36141;.01941;225;20220923;23;7.9;15.4;1.3;12.6;2.5;2.46;15953
+70077;43.36141;.01941;225;20220924;16.7;10.7;13.7;2.6;14.3;1.5;1.41;9367
+70077;43.36141;.01941;225;20220925;19.7;10;14.8;2.1;12;.3;2.21;12198
+70077;43.36141;.01941;225;20220926;20.5;9.4;14.9;3;12.1;4.2;2.5;13010
+70077;43.36141;.01941;225;20220927;17.3;12.6;14.9;4.8;14.1;8.1;1.74;7820
+70077;43.36141;.01941;225;20220928;16.4;14.3;15.3;6.1;15.3;28.4;1.33;4642
+70077;43.36141;.01941;225;20220929;16.3;12.7;14.5;4.1;13.5;11.6;1.59;6479
+70077;43.36141;.01941;225;20220930;18.5;10.2;14.3;3.2;11.7;.5;2.19;10525
+70077;43.36141;.01941;225;20221001;23.2;9.3;16.2;2.4;12.6;.1;2.63;13918
+70077;43.36141;.01941;225;20221002;24.6;7.7;16.1;.8;13.4;0;2.16;15326
+70077;43.36141;.01941;225;20221003;25.6;11.2;18.4;.5;14;.1;2.02;13859
+70077;43.36141;.01941;225;20221004;26.2;8.1;17.1;1;12.7;.1;2.37;15541
+70077;43.36141;.01941;225;20221005;27.6;7.2;17.4;1.3;12.6;.1;2.66;16397
+70077;43.36141;.01941;225;20221006;21.5;16.2;18.8;1.2;14.8;.1;1.69;7486
+70077;43.36141;.01941;225;20221007;24.5;8.4;16.4;.8;13.9;0;1.98;14040
+70077;43.36141;.01941;225;20221008;22.5;16.3;19.4;1.7;16.4;.5;1.82;8008
+70077;43.36141;.01941;225;20221009;27.3;8.6;17.9;1;13;.4;2.3;14878
+70077;43.36141;.01941;225;20221010;22.2;9;15.6;1.2;14.4;1.5;1.75;12092
+70077;43.36141;.01941;225;20221011;21.5;13.6;17.5;1.2;16;.4;1.54;8878
+70077;43.36141;.01941;225;20221012;22.4;13.4;17.9;1.6;16.3;1.4;1.69;9453
+70077;43.36141;.01941;225;20221013;23.2;13.6;18.4;1.9;15.8;.6;1.91;9683
+70077;43.36141;.01941;225;20221014;22.2;16.9;19.5;3.7;16.4;.7;2.21;6693
+70077;43.36141;.01941;225;20221015;26.7;7.9;17.3;.9;13.1;0;1.99;13812
+70077;43.36141;.01941;225;20221016;28.9;11.2;20;.8;14.7;.2;2.03;13179
+70077;43.36141;.01941;225;20221017;28.2;13.4;20.8;1.4;16.6;1.8;2.2;11757
+70077;43.36141;.01941;225;20221018;29.8;11;20.4;1.2;15.4;0;2.28;13272
+70077;43.36141;.01941;225;20221019;23.7;11.8;17.7;1.3;15.7;1.3;1.65;10097
+70077;43.36141;.01941;225;20221020;22.6;13.1;17.8;1.7;15.6;0;1.63;8729
+70077;43.36141;.01941;225;20221021;19.6;13.2;16.4;1.4;14.4;.7;1.31;6781
+70077;43.36141;.01941;225;20221022;26.6;8.3;17.4;1.3;12.6;0;2.01;12382
+70077;43.36141;.01941;225;20221023;25.5;11.9;18.7;1.3;13.6;0;1.86;10312
+70077;43.36141;.01941;225;20221024;24.5;10.3;17.4;1;12.6;.1;1.62;10423
+70077;43.36141;.01941;225;20221025;23.8;8.9;16.3;.9;12.8;0;1.48;10566
+70077;43.36141;.01941;225;20221026;25.8;8.7;17.2;1;13.2;.1;1.64;11273
+70077;43.36141;.01941;225;20221027;21;11.8;16.4;1.2;14.9;.2;1.24;7734
+70077;43.36141;.01941;225;20221028;26.7;13.6;20.1;1.8;14;.1;2.13;9397
+70077;43.36141;.01941;225;20221029;26.4;11.3;18.8;1.1;13.5;.1;1.67;10061
+70077;43.36141;.01941;225;20221030;22.3;8.5;15.4;1.1;12.5;.7;1.35;9413
+70077;43.36141;.01941;225;20221031;19.8;8.7;14.2;1.5;13.7;.8;1.14;8160
+70077;43.36141;.01941;225;20221101;19.9;13.5;16.7;1.8;13.8;.1;1.36;5727
+70077;43.36141;.01941;225;20221102;21.2;8.7;14.9;1.1;12.3;.1;1.23;8505
+70077;43.36141;.01941;225;20221103;23.1;6.9;15;2.2;11.4;7.6;1.86;9760
+70077;43.36141;.01941;225;20221104;14.6;9.7;12.1;4.7;10.8;11;1.5;4585
+70077;43.36141;.01941;225;20221105;16.2;6.5;11.3;1.6;9.9;.1;1.1;6986
+70077;43.36141;.01941;225;20221106;20.2;1.7;10.9;1.5;8.8;.2;1.37;10105
+70077;43.36141;.01941;225;20221107;19.9;2.9;11.4;1;9.7;.1;1.06;9488
+70077;43.36141;.01941;225;20221108;14.9;7.3;11.1;.8;12.2;.7;.66;5735
+70077;43.36141;.01941;225;20221109;15.5;10.1;12.8;1.5;12.7;2.8;.8;4514
+70077;43.36141;.01941;225;20221110;17.2;4.7;10.9;1;9.9;.2;.88;7580
+70077;43.36141;.01941;225;20221111;18.5;4.1;11.3;.9;9.9;.1;.89;8136
+70077;43.36141;.01941;225;20221112;21.6;5.3;13.4;1.3;10.6;.1;1.2;8638
+70077;43.36141;.01941;225;20221113;23.1;4.2;13.6;.9;9.9;0;1.08;9296
+70077;43.36141;.01941;225;20221114;14.1;4.6;9.3;1.2;10.6;2.5;.63;6046
+70077;43.36141;.01941;225;20221115;15.2;8.5;11.8;1.1;12.3;6.7;.66;4754
+70077;43.36141;.01941;225;20221116;19.3;7.3;13.3;2.1;11.6;.8;1.19;6801
+70077;43.36141;.01941;225;20221117;17.6;10.7;14.1;3.4;13.4;17.3;1.12;4708
+70077;43.36141;.01941;225;20221118;11.4;9.5;10.4;4.5;10.4;5.3;1.04;1688
+70077;43.36141;.01941;225;20221119;10.3;6.8;8.5;5.2;8.8;1.6;1.14;2806
+70077;43.36141;.01941;225;20221120;14.8;2.2;8.5;2.3;9.1;8.3;.89;6649
+70077;43.36141;.01941;225;20221121;13.8;8.1;10.9;4;10.5;43.3;1.11;3901
+70077;43.36141;.01941;225;20221122;11.9;6.3;9.1;5.2;9.1;10.9;1.2;3799
+70077;43.36141;.01941;225;20221123;15.2;8.2;11.7;3.3;11.9;8.7;.86;4374
+70077;43.36141;.01941;225;20221124;14.7;5.5;10.1;1.6;9.7;3.8;.79;5180
+70077;43.36141;.01941;225;20221125;11.7;5.2;8.4;3.2;10;9.2;.63;4050
+70077;43.36141;.01941;225;20221126;13.6;2;7.8;.9;7.8;.2;.6;5871
+70077;43.36141;.01941;225;20221127;13.9;1;7.4;1.5;8;6.2;.72;6208
+70077;43.36141;.01941;225;20221128;11;5.8;8.4;5.4;10.1;8;.64;3325
+70077;43.36141;.01941;225;20221129;13.3;8.5;10.9;3.1;10.6;3.4;.93;3094
+70077;43.36141;.01941;225;20221130;9.2;5.5;7.3;1.1;8.9;.2;.51;2492
+70077;43.36141;.01941;225;20221201;5.2;3.4;4.3;.8;7.8;0;.4;1241
+70077;43.36141;.01941;225;20221202;7.8;0;3.9;.8;7.3;0;.36;4241
+70077;43.36141;.01941;225;20221203;7.7;4.2;5.9;.9;8.1;1.6;.46;2294
+70077;43.36141;.01941;225;20221204;10.2;1;5.6;1;6.9;0;.52;4654
+70077;43.36141;.01941;225;20221205;13.6;-1.8;5.9;.9;6.4;.1;.55;6432
+70077;43.36141;.01941;225;20221206;11.2;3.8;7.5;.7;8.7;.1;.44;3943
+70077;43.36141;.01941;225;20221207;14;7.5;10.7;.5;10.2;.1;.49;3567
+70077;43.36141;.01941;225;20221208;8.5;5.5;7;.8;9.1;2.8;.43;1901
+70077;43.36141;.01941;225;20221209;13.1;5.8;9.4;1.6;9.8;4.1;.62;3818
+70077;43.36141;.01941;225;20221210;5;1.4;3.2;3;6;0;.72;2196
+70077;43.36141;.01941;225;20221211;3.5;-4.5;-.5;1;5.3;.1;.3;4021
+70077;43.36141;.01941;225;20221212;6.4;-.7;2.8;2;7.6;9;.24;3677
+70077;43.36141;.01941;225;20221213;14.6;5;9.8;3;12.5;7.3;.29;4511
+70077;43.36141;.01941;225;20221214;18.9;9.2;14;2.2;11.9;1.6;1.06;4524
+70077;43.36141;.01941;225;20221215;16.2;6.2;11.2;1.4;11;5.7;.62;4601
+70077;43.36141;.01941;225;20221216;9.9;8.2;9;1.8;10.2;3.5;.58;968
+70077;43.36141;.01941;225;20221217;8.6;5.4;7;1;8.3;.1;.52;1906
+70077;43.36141;.01941;225;20221218;11;-.2;5.4;.6;6.9;.1;.37;4926
+70077;43.36141;.01941;225;20221219;13.4;.7;7;1;7.8;.1;.5;5341
+70077;43.36141;.01941;225;20221220;11.1;5.1;8.1;.8;10;2.1;.39;3177
+70077;43.36141;.01941;225;20221221;18.6;5.1;11.8;1.7;10.7;.2;.83;5551
+70077;43.36141;.01941;225;20221222;19.5;6.7;13.1;1.6;10.5;.1;.95;5366
+70077;43.36141;.01941;225;20221223;17;6;11.5;1.4;10.6;.1;.7;4864
+70077;43.36141;.01941;225;20221224;19;4.5;11.7;1;9.6;.1;.68;5826
+70077;43.36141;.01941;225;20221225;18.6;3;10.8;1.2;8.5;.1;.78;6113
+70077;43.36141;.01941;225;20221226;17.6;3.1;10.3;.9;9.5;.7;.56;5852
+70077;43.36141;.01941;225;20221227;13;8.3;10.6;.8;11.1;.4;.49;2665
+70077;43.36141;.01941;225;20221228;19.2;2.7;10.9;.9;9;0;.63;6389
+70077;43.36141;.01941;225;20221229;15.2;7.9;11.5;1.2;10.2;4.8;.7;3740
+70077;43.36141;.01941;225;20221230;19.3;8.6;13.9;1.1;11.6;.8;.75;4883
+70077;43.36141;.01941;225;20221231;16;5.1;10.5;1.6;9.8;.1;.75;4969
+70078;43.39088;.32511;229;20220101;21.2;4.9;13;1.7;7.77;0;1.34;6301
+70078;43.39088;.32511;229;20220102;17.4;7.2;12.3;2;8.91;.1;1.29;4592
+70078;43.39088;.32511;229;20220103;16.7;5.1;10.9;1.7;9.57;.1;.83;5106
+70078;43.39088;.32511;229;20220104;21.1;6.8;14;3.2;9.24;12.9;1.98;5936
+70078;43.39088;.32511;229;20220105;7.4;5.3;6.4;2.3;7.27;0;.8;1400
+70078;43.39088;.32511;229;20220106;7.2;.3;3.7;1.3;5.17;.1;.66;3768
+70078;43.39088;.32511;229;20220107;8.8;-1.4;3.7;3.5;6.94;1.1;.61;4962
+70078;43.39088;.32511;229;20220108;10.4;6.3;8.3;6.2;9.24;3;.91;2561
+70078;43.39088;.32511;229;20220109;9.1;8.7;8.9;5.6;10.67;34.2;.51;149
+70078;43.39088;.32511;229;20220110;11.7;9.1;10.4;4.2;11.81;21.1;.51;1798
+70078;43.39088;.32511;229;20220111;10.7;5.3;8;1.6;8.51;.1;.63;3264
+70078;43.39088;.32511;229;20220112;7.1;-.6;3.2;1.7;6.54;0;.49;4396
+70078;43.39088;.32511;229;20220113;7;-2.7;2.1;1.2;5.94;0;.44;5095
+70078;43.39088;.32511;229;20220114;8.9;-3.8;2.6;1.1;5.71;.1;.5;6184
+70078;43.39088;.32511;229;20220115;11.5;-1.4;5;2.1;4.81;0;1.14;6179
+70078;43.39088;.32511;229;20220116;10.2;-1.1;4.5;1.5;5.17;0;.84;5724
+70078;43.39088;.32511;229;20220117;9.4;-2.7;3.3;1.2;5.61;.1;.6;6163
+70078;43.39088;.32511;229;20220118;2.8;-2.6;.1;1.5;5.91;.1;.33;3739
+70078;43.39088;.32511;229;20220119;10;.9;5.4;3.2;7.61;1.3;.73;5279
+70078;43.39088;.32511;229;20220120;9.6;5.4;7.5;2.3;8.64;3.8;.68;3040
+70078;43.39088;.32511;229;20220121;4.2;-.6;1.8;1.8;5.87;0;.5;3452
+70078;43.39088;.32511;229;20220122;6.8;-2.8;2;1.2;5.27;.1;.56;5684
+70078;43.39088;.32511;229;20220123;8.5;-2.9;2.8;1.3;5.57;0;.61;6396
+70078;43.39088;.32511;229;20220124;13.2;-2.1;5.5;1.5;5.91;0;.92;7786
+70078;43.39088;.32511;229;20220125;12.5;-.6;5.9;1.4;6.07;0;.89;7088
+70078;43.39088;.32511;229;20220126;12.2;-1;5.6;1.3;6.21;0;.83;7233
+70078;43.39088;.32511;229;20220127;12.4;-1.5;5.5;1.6;6.07;.1;.94;7567
+70078;43.39088;.32511;229;20220128;6.6;-1.3;2.7;1.2;6.24;0;.51;5354
+70078;43.39088;.32511;229;20220129;3;-3.1;-.1;1;5.81;0;.38;4831
+70078;43.39088;.32511;229;20220130;1.8;-1.9;-.1;1.2;6.04;.1;.33;3491
+70078;43.39088;.32511;229;20220131;8.9;.8;4.8;3.7;8.31;1.5;.5;5836
+70078;43.39088;.32511;229;20220201;8.9;2.2;5.6;3.1;7.81;0;.74;5071
+70078;43.39088;.32511;229;20220202;12.2;6.1;9.1;2.5;9.57;0;.84;4929
+70078;43.39088;.32511;229;20220203;13.6;1.6;7.6;2.2;9.07;0;.83;7869
+70078;43.39088;.32511;229;20220204;12.7;4;8.4;2.3;9.84;.6;.77;6385
+70078;43.39088;.32511;229;20220205;9.7;7.8;8.8;2.3;8.21;.6;1.02;2257
+70078;43.39088;.32511;229;20220206;10.4;-.2;5.1;2.7;7.14;.2;.93;7479
+70078;43.39088;.32511;229;20220207;12.4;6.8;9.6;3.5;9.51;.7;1.11;5224
+70078;43.39088;.32511;229;20220208;14.9;2.7;8.8;1.6;7.87;0;1.15;8302
+70078;43.39088;.32511;229;20220209;17.8;.7;9.3;1.5;6.94;0;1.43;10319
+70078;43.39088;.32511;229;20220210;8.6;1.5;5;1.7;7.8;.4;1.28;9890
+70078;43.39088;.32511;229;20220211;10.7;6.4;8.6;1.7;9.32;.7;.86;4613
+70078;43.39088;.32511;229;20220212;14.6;2.9;8.7;1.7;8.12;0;1.24;10229
+70078;43.39088;.32511;229;20220213;17.3;3.5;10.4;3.1;8.82;2.9;1.78;11002
+70078;43.39088;.32511;229;20220214;10.6;6.6;8.6;5.1;9.03;7.3;1.21;6676
+70078;43.39088;.32511;229;20220215;11.4;5.5;8.5;5;8.37;.7;1.44;7126
+70078;43.39088;.32511;229;20220216;13.4;8.3;10.9;5.4;10.64;.9;1.32;5611
+70078;43.39088;.32511;229;20220217;14.8;11.2;13;3.8;12.04;.1;1.28;4519
+70078;43.39088;.32511;229;20220218;16.9;5.7;11.3;2.9;10.44;2.2;1.52;9190
+70078;43.39088;.32511;229;20220219;10.8;6.9;8.8;2.2;8.67;.8;1.06;4812
+70078;43.39088;.32511;229;20220220;14.1;1.9;8;3.8;8.74;.2;1.43;10049
+70078;43.39088;.32511;229;20220221;13.6;9.3;11.5;5.8;9.17;.7;2.04;5438
+70078;43.39088;.32511;229;20220222;14.5;4.9;9.7;2.3;8.51;0;1.48;8868
+70078;43.39088;.32511;229;20220223;16.1;2.4;9.2;1.6;8.31;0;1.47;11064
+70078;43.39088;.32511;229;20220224;12.7;4.5;8.6;2.8;9.41;1.4;1.15;8395
+70078;43.39088;.32511;229;20220225;10.6;5.6;8.1;1.6;7.17;0;1.2;6256
+70078;43.39088;.32511;229;20220226;13.9;-.3;6.8;2.4;5.44;0;1.9;11815
+70078;43.39088;.32511;229;20220227;16;.5;8.3;1.4;7.57;0;1.53;12572
+70078;43.39088;.32511;229;20220228;17.5;4;10.8;1.6;8.11;0;1.76;11741
+70078;43.39088;.32511;229;20220301;17.2;2.9;10.1;2.4;7.84;0;2.03;12219
+70078;43.39088;.32511;229;20220302;12.4;4.5;8.5;1.8;9.37;2.3;1.13;8892
+70078;43.39088;.32511;229;20220303;15.9;2.5;9.2;2.2;9.37;3.3;1.58;12142
+70078;43.39088;.32511;229;20220304;9.3;8.2;8.8;4.2;9.54;4.2;.92;2226
+70078;43.39088;.32511;229;20220305;10.1;6.1;8.1;2.3;8.01;0;1.22;6244
+70078;43.39088;.32511;229;20220306;9.5;4.9;7.2;1.9;7.37;0;1.19;6881
+70078;43.39088;.32511;229;20220307;12.3;1.5;6.9;2;7.51;0;1.46;11348
+70078;43.39088;.32511;229;20220308;12.3;.9;6.6;2;7.97;.9;1.38;11931
+70078;43.39088;.32511;229;20220309;16.7;1.6;9.1;2.2;8.57;.1;1.9;14017
+70078;43.39088;.32511;229;20220310;14.9;7.5;11.2;2;10.07;0;1.54;9630
+70078;43.39088;.32511;229;20220311;13.9;6;9.9;2.1;10.21;8.9;1.4;9841
+70078;43.39088;.32511;229;20220312;13.1;7.2;10.2;2.6;9.67;2.5;1.45;8568
+70078;43.39088;.32511;229;20220313;13;5.6;9.3;3;8.57;4.2;1.65;9775
+70078;43.39088;.32511;229;20220314;13.8;3.6;8.7;3.5;9.37;0;1.6;11995
+70078;43.39088;.32511;229;20220315;18.8;11.5;15.1;4.5;11.87;0;2.4;9887
+70078;43.39088;.32511;229;20220316;15.8;9.8;12.8;2.9;11.87;2.8;1.67;9042
+70078;43.39088;.32511;229;20220317;11.2;10.6;10.9;3;11.87;10;.72;1822
+70078;43.39088;.32511;229;20220318;10;7.6;8.8;1.8;10.02;.1;.85;4027
+70078;43.39088;.32511;229;20220319;16.4;4.6;10.5;2.8;9.7;0;2.17;15190
+70078;43.39088;.32511;229;20220320;17.4;6.6;12;3.1;10.4;0;2.18;13457
+70078;43.39088;.32511;229;20220321;18.2;6.9;12.6;4.5;9.9;0;2.81;15168
+70078;43.39088;.32511;229;20220322;17.4;6;11.7;4.2;8.25;0;3.02;15886
+70078;43.39088;.32511;229;20220323;16.6;4;10.3;2.9;7.85;0;2.76;18451
+70078;43.39088;.32511;229;20220324;17.4;2.9;10.2;2.2;8.32;0;2.53;17966
+70078;43.39088;.32511;229;20220325;18.6;5.7;12.1;2.3;8.72;0;2.8;17372
+70078;43.39088;.32511;229;20220326;18.1;4.4;11.3;3;8;0;2.97;17500
+70078;43.39088;.32511;229;20220327;20.5;4.2;12.4;2.5;8.9;0;3.08;18501
+70078;43.39088;.32511;229;20220328;20.6;4.1;12.4;1.9;8.85;0;2.74;15973
+70078;43.39088;.32511;229;20220329;18.4;7.2;12.8;2.3;10.42;5.3;2.26;11926
+70078;43.39088;.32511;229;20220330;11.3;9.3;10.3;2.6;11.58;6.9;.91;3943
+70078;43.39088;.32511;229;20220331;12.8;8;10.4;5;9.37;7;2.05;10496
+70078;43.39088;.32511;229;20220401;8.2;1.1;4.7;5.6;5.87;3.3;2;13612
+70078;43.39088;.32511;229;20220402;8.6;1;4.8;4.5;5.35;0;2.23;14490
+70078;43.39088;.32511;229;20220403;7.6;-2.2;2.7;2.8;5.09;0;1.84;15703
+70078;43.39088;.32511;229;20220404;10.9;-2;4.5;1.7;5.26;0;2.21;20238
+70078;43.39088;.32511;229;20220405;15.1;-3.4;5.8;1.5;6.12;0;2.63;23061
+70078;43.39088;.32511;229;20220406;12.4;3.3;7.8;2.7;9.07;0;1.46;9608
+70078;43.39088;.32511;229;20220407;20.5;5.7;13.1;4.4;10.57;.2;3.38;18723
+70078;43.39088;.32511;229;20220408;21.3;8.5;14.9;4.1;11.27;.9;3.32;14672
+70078;43.39088;.32511;229;20220409;14.8;7.6;11.2;3.1;8.82;.7;2.57;15027
+70078;43.39088;.32511;229;20220410;19.9;-.3;9.8;2.9;7.65;0;3.51;23212
+70078;43.39088;.32511;229;20220411;21.1;7.8;14.4;5.2;11.17;0;3.57;18266
+70078;43.39088;.32511;229;20220412;18.3;11.4;14.9;4.7;11.97;5.4;2.72;11211
+70078;43.39088;.32511;229;20220413;14.6;11.3;13;2.2;12.85;2.1;1.31;5858
+70078;43.39088;.32511;229;20220414;20.9;8.8;14.9;1.7;12.42;0;3.09;19747
+70078;43.39088;.32511;229;20220415;20.8;8.5;14.6;2.4;13.15;0;2.86;17731
+70078;43.39088;.32511;229;20220416;22;10.4;16.2;3;12.92;.1;3.48;19014
+70078;43.39088;.32511;229;20220417;21.7;8;14.8;3.5;12.25;0;3.62;21512
+70078;43.39088;.32511;229;20220418;18.1;10.7;14.4;3.1;11.72;0;2.62;13024
+70078;43.39088;.32511;229;20220419;12.1;8.7;10.4;2.9;11.13;19.2;1.2;5955
+70078;43.39088;.32511;229;20220420;12.3;7.5;9.9;3;10.62;6.1;1.41;8280
+70078;43.39088;.32511;229;20220421;13.8;8.4;11.1;2.4;11.52;0;1.39;7581
+70078;43.39088;.32511;229;20220422;18.3;8.5;13.4;1.9;11.67;2.1;2.8;18167
+70078;43.39088;.32511;229;20220423;14.1;10.1;12.1;3.7;11.12;8;1.93;8944
+70078;43.39088;.32511;229;20220424;16.3;9.3;12.8;5;11.62;2.2;2.4;12672
+70078;43.39088;.32511;229;20220425;19.2;4.5;11.9;1.8;10.75;0;3.15;22327
+70078;43.39088;.32511;229;20220426;23.3;5.5;14.4;1.9;11.12;0;3.76;22639
+70078;43.39088;.32511;229;20220427;19.7;9.5;14.6;2.1;13.22;2.5;2.45;13563
+70078;43.39088;.32511;229;20220428;16.1;12.6;14.4;2;14.27;0;1.42;6490
+70078;43.39088;.32511;229;20220429;19.5;11.4;15.5;2;14.27;0;2.34;12536
+70078;43.39088;.32511;229;20220430;20.4;12.5;16.4;2.6;13.4;.1;3.16;16842
+70078;43.39088;.32511;229;20220501;19.4;10.2;14.8;2.5;12.67;.9;2.91;16928
+70078;43.39088;.32511;229;20220502;17.3;11.3;14.3;2.4;12.57;2.5;2.05;9443
+70078;43.39088;.32511;229;20220503;19.9;10.5;15.2;2.3;12.87;4.4;2.87;15807
+70078;43.39088;.32511;229;20220504;18.7;11.9;15.3;3;13.3;1.5;2.44;11627
+70078;43.39088;.32511;229;20220505;20.3;9.7;15;3.4;11.82;0;3.44;18149
+70078;43.39088;.32511;229;20220506;20;10.8;15.4;4.1;12.24;0;3.43;17587
+70078;43.39088;.32511;229;20220507;21.9;11.2;16.5;3.2;12.74;.1;3.71;19326
+70078;43.39088;.32511;229;20220508;23.2;12.2;17.7;2.6;13.31;0;3.83;19642
+70078;43.39088;.32511;229;20220509;25.5;10.5;18;1.8;12.67;0;4.29;23412
+70078;43.39088;.32511;229;20220510;28.6;11.9;20.2;1.5;12.74;.1;4.74;24702
+70078;43.39088;.32511;229;20220511;29.4;11.5;20.4;1.8;15.07;0;5;26046
+70078;43.39088;.32511;229;20220512;21;14.2;17.6;1.9;15.07;0;2.92;15474
+70078;43.39088;.32511;229;20220513;24.2;14.6;19.4;1.7;16.17;0;3.53;18633
+70078;43.39088;.32511;229;20220514;28.7;13.2;20.9;1.8;16.27;0;4.69;24204
+70078;43.39088;.32511;229;20220515;28.8;13.6;21.2;2.1;17.34;2.7;4.69;23893
+70078;43.39088;.32511;229;20220516;27.6;14.3;21;1.5;16.77;0;4.32;22600
+70078;43.39088;.32511;229;20220517;30.3;15.1;22.7;1.9;16.44;.2;5.12;24288
+70078;43.39088;.32511;229;20220518;31.4;15.7;23.6;2;17.01;.4;5.31;24703
+70078;43.39088;.32511;229;20220519;27.2;16.6;21.9;2.1;18.74;.2;4.17;20354
+70078;43.39088;.32511;229;20220520;25.2;15.3;20.3;1.9;18.51;.1;3.74;19693
+70078;43.39088;.32511;229;20220521;31.4;15;23.2;1.4;19.61;0;5.1;25750
+70078;43.39088;.32511;229;20220522;28.3;18;23.2;2.6;21.07;1.7;4.26;20012
+70078;43.39088;.32511;229;20220523;22;15.9;18.9;4.8;14.34;0;3.89;15321
+70078;43.39088;.32511;229;20220524;15.8;12.3;14.1;2.9;12.47;8;2.18;10827
+70078;43.39088;.32511;229;20220525;18.2;9.9;14.1;2.8;11.97;0;3.04;17864
+70078;43.39088;.32511;229;20220526;20.4;11.5;15.9;1.7;13.01;0;3.26;18586
+70078;43.39088;.32511;229;20220527;24.3;13.3;18.8;1.5;14.24;.1;3.92;21014
+70078;43.39088;.32511;229;20220528;26.1;11.8;19;2.2;13.64;0;4.71;24420
+70078;43.39088;.32511;229;20220529;25;11.1;18;1.8;10.51;0;4.64;24161
+70078;43.39088;.32511;229;20220530;24.9;9.5;17.2;2;10.87;.6;4.77;25463
+70078;43.39088;.32511;229;20220531;26;13.1;19.5;2.2;12.31;0;4.74;23133
+70078;43.39088;.32511;229;20220601;31;13.6;22.3;1.7;15.51;1.1;5.56;27247
+70078;43.39088;.32511;229;20220602;27.8;15.5;21.7;2.4;17.61;1.5;4.71;22723
+70078;43.39088;.32511;229;20220603;28.4;17.6;23;2.3;19.71;2.5;4.53;21330
+70078;43.39088;.32511;229;20220604;22.8;17.3;20.1;2.2;19.04;4.4;2.97;14853
+70078;43.39088;.32511;229;20220605;23.7;16.1;19.9;2.1;16.97;0;3.54;17559
+70078;43.39088;.32511;229;20220606;26.6;14.3;20.4;1.9;16.44;0;4.48;22978
+70078;43.39088;.32511;229;20220607;23.4;16.3;19.9;1.7;15.91;.1;3.5;17100
+70078;43.39088;.32511;229;20220608;19.8;14.7;17.2;2.5;16.61;3.2;2.63;14496
+70078;43.39088;.32511;229;20220609;23.6;13.9;18.7;2.4;14.54;.1;4.02;20283
+70078;43.39088;.32511;229;20220610;29;11.5;20.3;1.6;14.01;.1;5.3;27822
+70078;43.39088;.32511;229;20220611;31.5;13.8;22.6;2.1;15.84;1.3;5.88;28050
+70078;43.39088;.32511;229;20220612;29.8;17;23.4;2.5;19.34;3;5.13;23691
+70078;43.39088;.32511;229;20220613;29.3;17.9;23.6;2.5;20.21;.1;4.84;22129
+70078;43.39088;.32511;229;20220614;35.1;17.8;26.4;1.8;21.94;1.5;6.07;27472
+70078;43.39088;.32511;229;20220615;34.2;19.5;26.9;1.7;20.91;0;5.79;25319
+70078;43.39088;.32511;229;20220616;35.6;19.5;27.6;1.8;20.87;0;6.26;26784
+70078;43.39088;.32511;229;20220617;37.6;19.5;28.6;1.9;20.24;0;6.82;28435
+70078;43.39088;.32511;229;20220618;39.6;20.1;29.9;2.2;19.91;.1;7.52;29361
+70078;43.39088;.32511;229;20220619;30.1;19.3;24.7;2.6;19.81;.7;5.13;21787
+70078;43.39088;.32511;229;20220620;28.7;18.1;23.4;2.8;18.87;1.8;4.91;21288
+70078;43.39088;.32511;229;20220621;24.6;18.3;21.4;2.4;19.64;.7;3.43;16141
+70078;43.39088;.32511;229;20220622;25.7;17.8;21.7;2.7;18.47;0;4.02;18255
+70078;43.39088;.32511;229;20220623;27.1;15.4;21.3;2;17.97;11.9;4.49;22636
+70078;43.39088;.32511;229;20220624;24.5;15.6;20;1.5;16.77;.1;3.76;19588
+70078;43.39088;.32511;229;20220625;20.5;14.2;17.3;2.2;16.04;6.8;2.99;16450
+70078;43.39088;.32511;229;20220626;16.2;12.5;14.4;1.8;14.87;5.9;1.99;12053
+70078;43.39088;.32511;229;20220627;18.9;13.8;16.3;2.1;15.24;2.4;2.55;14059
+70078;43.39088;.32511;229;20220628;24.8;13.1;18.9;1.5;14.57;.2;4.18;22466
+70078;43.39088;.32511;229;20220629;24.4;12.7;18.5;2;15.57;2.2;4.15;22635
+70078;43.39088;.32511;229;20220630;15.3;13.6;14.4;2.2;15.01;.5;1.49;7846
+70078;43.39088;.32511;229;20220701;23.2;11;17.1;1.6;13.44;.1;3.99;22671
+70078;43.39088;.32511;229;20220702;30.3;11.6;20.9;1.7;14.31;0;5.62;28761
+70078;43.39088;.32511;229;20220703;27.1;16;21.6;2.8;17.11;1.5;4.7;21725
+70078;43.39088;.32511;229;20220704;23;16;19.5;2.9;17.34;.1;3.4;16776
+70078;43.39088;.32511;229;20220705;28.3;17;22.7;1.7;17.94;0;4.58;21728
+70078;43.39088;.32511;229;20220706;27;17;22;2.8;17.57;.5;4.54;20255
+70078;43.39088;.32511;229;20220707;27.3;16.4;21.9;3.6;16.81;0;4.92;21243
+70078;43.39088;.32511;229;20220708;28.9;15.4;22.1;2.3;16.54;.2;5.14;24053
+70078;43.39088;.32511;229;20220709;31.1;14.5;22.8;1.8;16.64;.1;5.55;26688
+70078;43.39088;.32511;229;20220710;33.1;15.4;24.3;1.6;16.01;.1;5.85;27500
+70078;43.39088;.32511;229;20220711;35.3;15.8;25.6;1.5;16.41;.3;6.2;28538
+70078;43.39088;.32511;229;20220712;35.2;18.1;26.6;1.8;17.84;0;6.21;26906
+70078;43.39088;.32511;229;20220713;35.2;17.2;26.2;1.3;15.24;0;5.95;27483
+70078;43.39088;.32511;229;20220714;36.1;17.5;26.8;1.6;16.77;0;6.37;27873
+70078;43.39088;.32511;229;20220715;34.3;19.1;26.7;2.4;18.31;0;6.22;25217
+70078;43.39088;.32511;229;20220716;37;17.7;27.3;1.5;16.61;0;6.36;28145
+70078;43.39088;.32511;229;20220717;38.2;17.5;27.9;1.6;15.87;0;6.66;28395
+70078;43.39088;.32511;229;20220718;39;17.8;28.4;2.2;16.84;.6;7.37;28723
+70078;43.39088;.32511;229;20220719;29.1;19.9;24.5;2.3;20.94;.7;4.37;18787
+70078;43.39088;.32511;229;20220720;27.7;19.6;23.7;2.6;17.54;0;4.49;17794
+70078;43.39088;.32511;229;20220721;32.5;18.6;25.5;1.6;17.74;0;5.3;23668
+70078;43.39088;.32511;229;20220722;24.8;19.2;22;3.2;19.04;.4;3.54;14385
+70078;43.39088;.32511;229;20220723;26.6;17.4;22;1.2;17.31;.5;3.81;18723
+70078;43.39088;.32511;229;20220724;36.5;15.4;26;1.9;17.97;.1;6.54;28939
+70078;43.39088;.32511;229;20220725;26.8;20.3;23.5;3.3;18.94;.6;4.11;15380
+70078;43.39088;.32511;229;20220726;24.3;17.3;20.8;2.4;16.47;.3;3.59;15755
+70078;43.39088;.32511;229;20220727;27.2;15.2;21.2;2.1;14.14;0;4.57;21235
+70078;43.39088;.32511;229;20220728;26.5;13.5;20;1.9;15.37;5.2;4.32;22225
+70078;43.39088;.32511;229;20220729;23.8;17;20.4;2.4;17.41;2;3.24;15343
+70078;43.39088;.32511;229;20220730;28.2;18.4;23.3;1.6;18.44;0;4.09;18812
+70078;43.39088;.32511;229;20220731;31;16.2;23.6;2.2;18.61;0;5.12;23319
+70078;43.39088;.32511;229;20220801;32.1;17.3;24.7;2.2;18.81;0;5.34;23390
+70078;43.39088;.32511;229;20220802;34.8;17;25.9;1.8;17.21;0;5.8;25670
+70078;43.39088;.32511;229;20220803;35.5;16.8;26.1;2;18.04;0;6.09;26246
+70078;43.39088;.32511;229;20220804;32;21.1;26.5;2.6;22.27;1.3;4.92;19580
+70078;43.39088;.32511;229;20220805;29.2;19.9;24.5;3;20.24;0;4.47;17817
+70078;43.39088;.32511;229;20220806;31.9;16.9;24.4;2.1;18.91;0;5.14;22889
+70078;43.39088;.32511;229;20220807;32.8;17.2;25;2;16.87;.1;5.39;23276
+70078;43.39088;.32511;229;20220808;33.9;15.6;24.7;2.1;14.97;0;5.91;25224
+70078;43.39088;.32511;229;20220809;35;17.6;26.3;1.9;15.87;.2;5.8;24481
+70078;43.39088;.32511;229;20220810;37.3;18;27.7;1.6;15.84;.1;5.95;25341
+70078;43.39088;.32511;229;20220811;38.8;19.6;29.2;1.5;16.81;0;6.06;25554
+70078;43.39088;.32511;229;20220812;37.1;21.4;29.3;2.3;20.37;0;6.07;22703
+70078;43.39088;.32511;229;20220813;33.2;20.9;27;2.4;21.27;1;5.05;19872
+70078;43.39088;.32511;229;20220814;25.7;19.8;22.8;2.7;20.07;0;3.22;13075
+70078;43.39088;.32511;229;20220815;26.9;18.2;22.5;1.7;16.87;0;3.68;16321
+70078;43.39088;.32511;229;20220816;25.5;14.8;20.2;1.9;17.14;10.6;3.52;18177
+70078;43.39088;.32511;229;20220817;23.6;15;19.3;2.2;16.94;.8;3.12;16069
+70078;43.39088;.32511;229;20220818;23.7;15.9;19.8;3.4;17.21;7;3.25;15015
+70078;43.39088;.32511;229;20220819;26.3;16;21.2;2;16.77;.2;3.65;17310
+70078;43.39088;.32511;229;20220820;29.4;14.5;22;1.5;17.31;.1;4.16;21124
+70078;43.39088;.32511;229;20220821;27;17;22;2.6;18.67;.2;3.7;16826
+70078;43.39088;.32511;229;20220822;25.6;18;21.8;3.2;19.27;.5;3.34;14474
+70078;43.39088;.32511;229;20220823;28.8;18.6;23.7;1.5;19.91;.1;3.58;16812
+70078;43.39088;.32511;229;20220824;35.1;16.8;26;1.9;18.37;.9;5.28;22836
+70078;43.39088;.32511;229;20220825;28;21;24.5;4;21.21;7.9;3.91;13379
+70078;43.39088;.32511;229;20220826;28.1;19.3;23.7;2.8;19.77;.1;3.78;15232
+70078;43.39088;.32511;229;20220827;30.2;17.8;24;2.1;17.91;0;4.22;18157
+70078;43.39088;.32511;229;20220828;33.8;15.7;24.8;1.5;15.91;.2;4.74;22144
+70078;43.39088;.32511;229;20220829;32.5;18.7;25.6;2.4;16.84;6.2;4.97;19135
+70078;43.39088;.32511;229;20220830;31.5;16.2;23.9;1.7;18.74;0;4.19;19811
+70078;43.39088;.32511;229;20220831;27.5;19.3;23.4;2.6;21.17;2.3;3.26;13937
+70078;43.39088;.32511;229;20220901;29.2;18.1;23.6;1.7;19.17;0;3.58;16253
+70078;43.39088;.32511;229;20220902;26.4;18;22.2;2.6;18.31;0;3.32;14054
+70078;43.39088;.32511;229;20220903;26.8;17.6;22.2;1.3;17.94;0;3.03;14668
+70078;43.39088;.32511;229;20220904;33.2;14.5;23.8;1.5;16.91;.1;4.41;21292
+70078;43.39088;.32511;229;20220905;33.7;15.5;24.6;1.4;17.41;.2;4.35;20900
+70078;43.39088;.32511;229;20220906;31.2;16.6;23.9;1.9;16.24;0;4.2;18323
+70078;43.39088;.32511;229;20220907;28.2;15.1;21.7;1.9;14.77;0;3.73;17080
+70078;43.39088;.32511;229;20220908;26.6;12.7;19.7;1.4;14.01;.2;3.29;17488
+70078;43.39088;.32511;229;20220909;24.4;17.3;20.8;1.9;15.37;2.8;2.84;12057
+70078;43.39088;.32511;229;20220910;28.4;11.7;20;1.4;14.01;.1;3.53;18921
+70078;43.39088;.32511;229;20220911;33.9;13.4;23.6;1.9;14.07;0;4.67;20901
+70078;43.39088;.32511;229;20220912;36.8;15.8;26.3;2.3;17.07;.4;5.25;20654
+70078;43.39088;.32511;229;20220913;30.3;20.4;25.3;2.3;19.91;0;3.68;13971
+70078;43.39088;.32511;229;20220914;29.4;17;23.2;2.2;16.17;.7;3.77;15470
+70078;43.39088;.32511;229;20220915;28.9;17.7;23.3;2.2;16.34;1.4;3.58;14463
+70078;43.39088;.32511;229;20220916;24.5;16.9;20.7;3;17.01;1;2.88;11614
+70078;43.39088;.32511;229;20220917;22.2;9.9;16;1.9;10.84;0;2.84;14874
+70078;43.39088;.32511;229;20220918;24.5;6.8;15.6;1.5;7.97;0;3.22;18152
+70078;43.39088;.32511;229;20220919;26.7;7.5;17.1;1.6;7.81;0;3.52;18651
+70078;43.39088;.32511;229;20220920;24.8;8;16.4;2.2;9.44;0;3.47;17267
+70078;43.39088;.32511;229;20220921;24.8;9.8;17.3;2.2;10.77;0;3.27;16065
+70078;43.39088;.32511;229;20220922;26.1;9.5;17.8;1.8;11.11;.1;3.22;16873
+70078;43.39088;.32511;229;20220923;23;10.1;16.5;1.9;12.41;2.1;2.66;14481
+70078;43.39088;.32511;229;20220924;17.4;12.4;14.9;2.6;14.47;.6;1.55;8294
+70078;43.39088;.32511;229;20220925;19.5;9.9;14.7;2.5;11.97;.2;2.22;12130
+70078;43.39088;.32511;229;20220926;19.9;9.7;14.8;3.5;11.97;4.1;2.46;12384
+70078;43.39088;.32511;229;20220927;16.8;12.7;14.8;4.9;14.11;9.7;1.57;7070
+70078;43.39088;.32511;229;20220928;16.7;14.3;15.5;5.8;15.31;23.7;1.36;5125
+70078;43.39088;.32511;229;20220929;16.3;12.4;14.4;3.9;13.41;27.8;1.56;6780
+70078;43.39088;.32511;229;20220930;18.4;9.9;14.2;3.1;11.51;.5;2.15;10703
+70078;43.39088;.32511;229;20221001;22.6;9.9;16.3;2.9;12.54;.1;2.64;13178
+70078;43.39088;.32511;229;20221002;24.3;9.7;17;1.2;14.21;.1;2.19;13965
+70078;43.39088;.32511;229;20221003;24.7;12.6;18.7;1.3;14.51;0;2.21;12411
+70078;43.39088;.32511;229;20221004;26.1;10.1;18.1;1.3;13.11;.1;2.43;14270
+70078;43.39088;.32511;229;20221005;27;9.3;18.2;1.8;12.97;.1;2.79;14918
+70078;43.39088;.32511;229;20221006;21.4;15.8;18.6;1.4;14.84;0;1.72;7681
+70078;43.39088;.32511;229;20221007;24.2;10;17.1;1.4;14.31;0;2.09;12883
+70078;43.39088;.32511;229;20221008;21.9;16;18.9;2.1;16.31;.1;1.78;7641
+70078;43.39088;.32511;229;20221009;26.6;10.5;18.5;1.5;13.71;.2;2.38;13501
+70078;43.39088;.32511;229;20221010;22.8;10.5;16.7;1.5;14.07;.4;1.91;11565
+70078;43.39088;.32511;229;20221011;21.5;14.1;17.8;1.5;16.27;1.5;1.54;8402
+70078;43.39088;.32511;229;20221012;22.2;14.2;18.2;1.8;16.37;1.3;1.67;8696
+70078;43.39088;.32511;229;20221013;22.7;13.5;18.1;2.4;15.34;.4;1.94;9475
+70078;43.39088;.32511;229;20221014;21.4;17;19.2;3.7;16.41;.6;1.98;5849
+70078;43.39088;.32511;229;20221015;26.6;9.8;18.2;1.5;13.74;.1;2.22;12846
+70078;43.39088;.32511;229;20221016;28.2;12.6;20.4;1.8;15.57;.2;2.37;12184
+70078;43.39088;.32511;229;20221017;27.3;15.3;21.3;1.9;17.77;.8;2.19;10247
+70078;43.39088;.32511;229;20221018;29.2;13.2;21.2;2.2;16.57;.1;2.59;11961
+70078;43.39088;.32511;229;20221019;24.1;13.9;19;2.2;16.31;.9;1.92;9085
+70078;43.39088;.32511;229;20221020;23.4;15.4;19.4;2.2;14.97;0;2.06;7726
+70078;43.39088;.32511;229;20221021;20.2;14.6;17.4;1.7;13.81;3.8;1.53;6148
+70078;43.39088;.32511;229;20221022;26.3;10.7;18.5;2;12.67;.1;2.38;11205
+70078;43.39088;.32511;229;20221023;26;13.6;19.8;2.1;12.94;.2;2.44;9674
+70078;43.39088;.32511;229;20221024;24.2;12.4;18.3;1.3;12.07;.1;1.82;9199
+70078;43.39088;.32511;229;20221025;24.3;11.2;17.8;1.8;12.41;0;2.05;9741
+70078;43.39088;.32511;229;20221026;25.2;11.5;18.4;1.9;13.71;.1;1.98;9760
+70078;43.39088;.32511;229;20221027;21.9;13.3;17.6;1.8;14.87;.2;1.52;7447
+70078;43.39088;.32511;229;20221028;27.1;15;21;2.1;14.71;0;2.3;8965
+70078;43.39088;.32511;229;20221029;27;12.7;19.8;2;14.17;.1;2.18;9746
+70078;43.39088;.32511;229;20221030;22;10;16;1.4;12.81;.1;1.42;8667
+70078;43.39088;.32511;229;20221031;20.7;9.3;15;2.2;13.34;.2;1.45;8295
+70078;43.39088;.32511;229;20221101;19.7;13.4;16.5;1.9;13.67;0;1.36;5656
+70078;43.39088;.32511;229;20221102;20.7;10.2;15.4;1.5;12.34;0;1.36;7570
+70078;43.39088;.32511;229;20221103;22.2;8.9;15.6;2.6;11.44;5.7;1.93;8553
+70078;43.39088;.32511;229;20221104;13.6;10;11.8;4.9;10.67;10.8;1.37;3629
+70078;43.39088;.32511;229;20221105;16.4;7.6;12;1.9;10.01;.1;1.21;6522
+70078;43.39088;.32511;229;20221106;20;3.8;11.9;2;8.94;.1;1.59;9282
+70078;43.39088;.32511;229;20221107;19.8;5.9;12.9;1.7;10.04;.1;1.36;8292
+70078;43.39088;.32511;229;20221108;17;8.9;12.9;1.6;12.31;.5;1;6089
+70078;43.39088;.32511;229;20221109;15.7;11.5;13.6;1.9;12.67;2.4;.94;3746
+70078;43.39088;.32511;229;20221110;16.6;6.3;11.5;1.5;10.41;0;.96;6662
+70078;43.39088;.32511;229;20221111;19;4.1;11.5;1.3;10.04;.1;1.04;8319
+70078;43.39088;.32511;229;20221112;22.1;7.1;14.6;1.7;11.41;.1;1.37;8208
+70078;43.39088;.32511;229;20221113;22.1;6;14.1;1.4;10.74;.1;1.2;8363
+70078;43.39088;.32511;229;20221114;14.2;6.8;10.5;1.5;11.07;1.1;.68;5058
+70078;43.39088;.32511;229;20221115;15.4;9.2;12.3;1.7;12.51;6.1;.71;4556
+70078;43.39088;.32511;229;20221116;18.8;8.1;13.4;2;11.24;.8;1.16;6325
+70078;43.39088;.32511;229;20221117;17.2;11.5;14.4;3.4;13.24;9.8;1.14;4099
+70078;43.39088;.32511;229;20221118;11.3;9.4;10.3;4;10.34;4.3;.94;1682
+70078;43.39088;.32511;229;20221119;9.6;6.9;8.2;4.3;8.94;1;.91;2167
+70078;43.39088;.32511;229;20221120;14.1;3.3;8.7;2.8;9.11;6.1;.92;5984
+70078;43.39088;.32511;229;20221121;13.7;7.9;10.8;3.4;10.57;31.3;.95;3997
+70078;43.39088;.32511;229;20221122;11.3;6;8.7;4.4;9.01;11.4;1;3671
+70078;43.39088;.32511;229;20221123;15.6;8.3;12;3.6;11.81;8;.95;4508
+70078;43.39088;.32511;229;20221124;14.4;6.1;10.2;2.2;9.57;2.4;.89;4848
+70078;43.39088;.32511;229;20221125;11.2;6.9;9.1;3.4;10.04;7.1;.71;2827
+70078;43.39088;.32511;229;20221126;13.3;3.3;8.3;1.5;8.31;.8;.71;5287
+70078;43.39088;.32511;229;20221127;13;2.7;7.8;1.9;8.21;4.8;.77;5307
+70078;43.39088;.32511;229;20221128;11;6.6;8.8;4.4;10.11;5.2;.66;2952
+70078;43.39088;.32511;229;20221129;12.4;8.4;10.4;2.9;10.37;1;.82;2612
+70078;43.39088;.32511;229;20221130;7.4;4.9;6.2;1.4;8.67;.3;.43;1599
+70078;43.39088;.32511;229;20221201;4.7;2.4;3.5;1.3;7.57;.2;.33;1656
+70078;43.39088;.32511;229;20221202;7.3;1.9;4.6;1.1;7.51;0;.42;3091
+70078;43.39088;.32511;229;20221203;7.9;3.8;5.8;1.1;7.84;1;.47;2629
+70078;43.39088;.32511;229;20221204;9.6;.3;5;1.2;6.74;.1;.52;4732
+70078;43.39088;.32511;229;20221205;12.3;-.6;5.8;1.8;6.47;.1;.76;5719
+70078;43.39088;.32511;229;20221206;10.7;4.3;7.5;1.2;8.71;.3;.51;3612
+70078;43.39088;.32511;229;20221207;13.3;7.4;10.4;1;10.14;.1;.57;3279
+70078;43.39088;.32511;229;20221208;7.9;4.9;6.4;1.7;9.01;2;.37;1979
+70078;43.39088;.32511;229;20221209;12.8;5.7;9.2;1.9;9.81;2.8;.61;3819
+70078;43.39088;.32511;229;20221210;4.6;1;2.8;3.5;6.07;.2;.66;2034
+70078;43.39088;.32511;229;20221211;3.8;-4.3;-.2;1.4;5.11;.1;.37;4076
+70078;43.39088;.32511;229;20221212;6.2;.3;3.2;2.3;7.54;6.3;.31;3087
+70078;43.39088;.32511;229;20221213;14.7;5.4;10;3.4;12.57;6.7;.26;4407
+70078;43.39088;.32511;229;20221214;18.2;9.4;13.8;2.3;12.14;0;.97;4242
+70078;43.39088;.32511;229;20221215;15.5;7.9;11.7;2.1;11.34;4;.74;3700
+70078;43.39088;.32511;229;20221216;9.9;8.2;9;1.9;10.34;4.7;.54;1062
+70078;43.39088;.32511;229;20221217;8;4.6;6.3;1.4;8.47;.1;.46;1851
+70078;43.39088;.32511;229;20221218;10.9;1;5.9;1.9;7.74;.1;.49;4501
+70078;43.39088;.32511;229;20221219;13.4;4.6;9;2.1;9.21;.1;.7;3936
+70078;43.39088;.32511;229;20221220;12.6;6.9;9.8;1.7;10.61;2.8;.57;3107
+70078;43.39088;.32511;229;20221221;18.6;7.5;13;2;11.17;.2;.96;4837
+70078;43.39088;.32511;229;20221222;19.1;8.6;13.8;2.2;10.91;.1;1.16;4686
+70078;43.39088;.32511;229;20221223;17.8;8.6;13.2;1.7;11.37;.1;.88;4271
+70078;43.39088;.32511;229;20221224;18.7;6.8;12.8;1.7;10.54;0;.9;5049
+70078;43.39088;.32511;229;20221225;17;4.8;10.9;1.9;9.34;.1;.84;5100
+70078;43.39088;.32511;229;20221226;16.9;5;10.9;1.3;9.84;.7;.7;5088
+70078;43.39088;.32511;229;20221227;13;9.1;11.1;1.1;11.47;.4;.53;2312
+70078;43.39088;.32511;229;20221228;18.8;5.1;12;1.7;9.51;.1;.98;5584
+70078;43.39088;.32511;229;20221229;14.3;8.4;11.3;1.5;10.11;4.2;.74;3176
+70078;43.39088;.32511;229;20221230;19.7;8.6;14.1;1.8;11.44;.8;.98;5066
+70078;43.39088;.32511;229;20221231;15.5;6.9;11.2;1.8;10.54;.1;.74;4187
+70079;43.41944;.63107;244;20220101;19.6;5.1;12.4;1.9;7.88;0;1.33;6102
+70079;43.41944;.63107;244;20220102;17.4;5.8;11.6;2.2;8.75;.1;1.2;5107
+70079;43.41944;.63107;244;20220103;15.6;5.5;10.6;1.9;9.88;.1;.78;4911
+70079;43.41944;.63107;244;20220104;17.7;6.1;11.9;3;9.33;11.5;1.48;5468
+70079;43.41944;.63107;244;20220105;7;5.2;6.1;2.6;7.28;0;.8;1343
+70079;43.41944;.63107;244;20220106;6.6;.2;3.4;1.8;5.18;.1;.73;3755
+70079;43.41944;.63107;244;20220107;8.7;-1.3;3.7;3.6;6.78;3.1;.67;5087
+70079;43.41944;.63107;244;20220108;10.2;6.5;8.3;6.4;9.2;2.3;.91;2590
+70079;43.41944;.63107;244;20220109;8.8;8.5;8.7;5.5;10.53;33.6;.52;180
+70079;43.41944;.63107;244;20220110;11.5;8.5;10;4.1;11.63;18.3;.49;2245
+70079;43.41944;.63107;244;20220111;10;4.6;7.3;2.2;8.4;.1;.64;3511
+70079;43.41944;.63107;244;20220112;7;-.5;3.2;1.9;6.45;0;.5;4470
+70079;43.41944;.63107;244;20220113;6.2;-2.4;1.9;1.3;5.98;0;.42;4905
+70079;43.41944;.63107;244;20220114;9.2;-3.5;2.9;.9;5.64;.1;.47;6286
+70079;43.41944;.63107;244;20220115;10.6;-1.1;4.8;2;4.95;0;1.04;6099
+70079;43.41944;.63107;244;20220116;9.1;-1.3;3.9;1.5;5.28;0;.76;5577
+70079;43.41944;.63107;244;20220117;7.4;-3.3;2.1;1.4;5.58;.1;.55;5925
+70079;43.41944;.63107;244;20220118;3.2;-2.8;.2;1.4;5.9;.1;.35;4448
+70079;43.41944;.63107;244;20220119;9.1;.7;4.9;2.7;7.5;1.3;.61;5221
+70079;43.41944;.63107;244;20220120;8.1;5.1;6.6;2.3;8.6;3.4;.58;2588
+70079;43.41944;.63107;244;20220121;3.7;.5;2.1;2.5;5.88;0;.58;2802
+70079;43.41944;.63107;244;20220122;6.3;-2.4;1.9;1.3;5.3;.1;.55;5509
+70079;43.41944;.63107;244;20220123;8.6;-3;2.8;1.5;5.58;0;.64;6635
+70079;43.41944;.63107;244;20220124;12.7;-1.2;5.7;1.7;6.18;0;.9;7543
+70079;43.41944;.63107;244;20220125;12;-.6;5.7;1.3;6.18;0;.8;7144
+70079;43.41944;.63107;244;20220126;11.8;-.6;5.6;1.1;6.43;0;.74;7202
+70079;43.41944;.63107;244;20220127;11.2;-.7;5.2;1.7;6.18;.1;.9;7165
+70079;43.41944;.63107;244;20220128;4.4;-2.2;1.1;1.6;6.2;0;.41;5063
+70079;43.41944;.63107;244;20220129;3.6;-2.1;.8;1.1;6.08;0;.39;4630
+70079;43.41944;.63107;244;20220130;2.8;-2;.4;1.6;6.13;.1;.35;4169
+70079;43.41944;.63107;244;20220131;9.1;.9;5;4.5;8.4;1.3;.52;6046
+70079;43.41944;.63107;244;20220201;8.7;3.4;6;3.7;7.75;0;.84;4658
+70079;43.41944;.63107;244;20220202;11.6;6.5;9.1;2.9;9.7;0;.8;4456
+70079;43.41944;.63107;244;20220203;13.3;2.2;7.8;2.4;9.23;0;.82;7581
+70079;43.41944;.63107;244;20220204;12.7;5.7;9.2;2.5;9.98;.5;.84;5818
+70079;43.41944;.63107;244;20220205;9.3;7.8;8.5;2.7;8.38;.5;1;1988
+70079;43.41944;.63107;244;20220206;10.1;.2;5.1;3.2;6.98;.1;1.01;7396
+70079;43.41944;.63107;244;20220207;12.5;6.2;9.4;4.1;9.53;.5;1.13;5664
+70079;43.41944;.63107;244;20220208;14.7;2.8;8.8;1.8;7.73;0;1.19;8425
+70079;43.41944;.63107;244;20220209;16.7;1.9;9.3;2.1;7.2;0;1.52;9792
+70079;43.41944;.63107;244;20220210;6.9;2.3;4.6;1.7;7.8;.3;1.18;9254
+70079;43.41944;.63107;244;20220211;10.8;5.9;8.4;1.5;9.17;.5;.79;3934
+70079;43.41944;.63107;244;20220212;13.8;1.2;7.5;1.7;7.83;0;1.18;9938
+70079;43.41944;.63107;244;20220213;16.4;3.6;10;3.3;8.96;2.6;1.68;10603
+70079;43.41944;.63107;244;20220214;10.5;6.6;8.6;5.1;9.03;4.3;1.21;6676
+70079;43.41944;.63107;244;20220215;11.4;5.4;8.4;5.4;8.72;.5;1.47;7660
+70079;43.41944;.63107;244;20220216;13.7;8.2;11;5.7;10.6;.5;1.34;5979
+70079;43.41944;.63107;244;20220217;15.3;11.4;13.3;4.2;12.03;.1;1.38;4888
+70079;43.41944;.63107;244;20220218;17.6;6.6;12.1;3.1;10.73;2.1;1.64;9275
+70079;43.41944;.63107;244;20220219;10.3;7.1;8.7;2.4;8.7;.7;1.05;4450
+70079;43.41944;.63107;244;20220220;14.5;2.3;8.4;3.7;8.75;.1;1.48;10166
+70079;43.41944;.63107;244;20220221;13.6;9.1;11.4;6.4;9.13;.5;2.09;5718
+70079;43.41944;.63107;244;20220222;14.2;6.3;10.2;2.7;8.55;0;1.56;8229
+70079;43.41944;.63107;244;20220223;15.4;3;9.2;1.8;8.38;0;1.47;10725
+70079;43.41944;.63107;244;20220224;13;5;9;3.3;9.28;.7;1.31;8467
+70079;43.41944;.63107;244;20220225;10.4;5.8;8.1;1.8;7.08;0;1.25;6150
+70079;43.41944;.63107;244;20220226;13.7;-.3;6.7;3.1;5.25;0;2.1;11998
+70079;43.41944;.63107;244;20220227;15.4;-.2;7.6;1.6;7.28;0;1.57;12872
+70079;43.41944;.63107;244;20220228;16.9;4;10.4;1.8;8.05;0;1.78;11703
+70079;43.41944;.63107;244;20220301;16.5;3.8;10.2;3.1;7.95;0;2.13;11696
+70079;43.41944;.63107;244;20220302;11.7;4.6;8.1;2.1;9.55;3.6;1.07;8597
+70079;43.41944;.63107;244;20220303;15.6;3.2;9.4;2.1;9.73;1.4;1.5;11848
+70079;43.41944;.63107;244;20220304;8.8;8.2;8.5;4.3;9.83;4.6;.75;1615
+70079;43.41944;.63107;244;20220305;10.1;6.1;8.1;2.8;8.1;0;1.27;6384
+70079;43.41944;.63107;244;20220306;9.4;5.1;7.2;2.4;7.35;0;1.26;6772
+70079;43.41944;.63107;244;20220307;12;1.9;6.9;2.9;7.51;0;1.53;11348
+70079;43.41944;.63107;244;20220308;13.4;3;8.2;3;8.16;1.6;1.66;11695
+70079;43.41944;.63107;244;20220309;15.9;2.8;9.3;2.9;9.03;.1;1.86;13322
+70079;43.41944;.63107;244;20220310;14.6;6.7;10.7;2.9;9.95;0;1.63;10107
+70079;43.41944;.63107;244;20220311;14.2;6.7;10.5;2.9;10.3;7.8;1.51;9860
+70079;43.41944;.63107;244;20220312;12.3;7;9.6;2.9;9.78;3.3;1.34;8251
+70079;43.41944;.63107;244;20220313;12;5.5;8.7;3.5;8.73;3.6;1.56;9307
+70079;43.41944;.63107;244;20220314;13.7;3.9;8.8;5.2;9.6;0;1.6;11979
+70079;43.41944;.63107;244;20220315;16.8;11.9;14.4;6.5;11.88;0;2.37;8264
+70079;43.41944;.63107;244;20220316;15.6;11.3;13.5;4;12;2.1;1.73;7815
+70079;43.41944;.63107;244;20220317;12.4;10.8;11.6;2.8;12.18;7.8;.9;3581
+70079;43.41944;.63107;244;20220318;9.9;7.8;8.8;1.8;10;.1;.86;4170
+70079;43.41944;.63107;244;20220319;16.1;5;10.5;3.3;9.5;0;2.28;15520
+70079;43.41944;.63107;244;20220320;16.8;6.7;11.8;3.4;10.3;0;2.19;13343
+70079;43.41944;.63107;244;20220321;17.2;7.7;12.4;5.2;9.66;0;2.87;14525
+70079;43.41944;.63107;244;20220322;16.9;6.6;11.8;5;7.96;0;3.25;16282
+70079;43.41944;.63107;244;20220323;16.4;4.6;10.5;3.4;7.7;0;2.87;17869
+70079;43.41944;.63107;244;20220324;17.4;2.6;10;2.4;8.16;0;2.6;18388
+70079;43.41944;.63107;244;20220325;18.2;5.2;11.7;2.5;8.46;0;2.81;17129
+70079;43.41944;.63107;244;20220326;17.7;4.1;10.9;3.4;7.86;0;2.99;16933
+70079;43.41944;.63107;244;20220327;20.7;4.2;12.4;2.8;8.66;0;3.2;18301
+70079;43.41944;.63107;244;20220328;20.7;3;11.8;2;8.36;0;2.86;16831
+70079;43.41944;.63107;244;20220329;18.6;6.9;12.7;2.2;10.3;5.6;2.32;12535
+70079;43.41944;.63107;244;20220330;11.3;9.2;10.2;2.6;11.58;5.8;.91;3943
+70079;43.41944;.63107;244;20220331;13.1;8.1;10.6;5.2;9.23;6.3;2.16;10428
+70079;43.41944;.63107;244;20220401;8.1;1.2;4.7;6.3;5.73;3.1;2.05;13049
+70079;43.41944;.63107;244;20220402;8;.8;4.4;4.6;5.32;0;2.04;13292
+70079;43.41944;.63107;244;20220403;7.5;-2.3;2.6;2.8;5.09;0;1.84;15703
+70079;43.41944;.63107;244;20220404;10.8;-2.3;4.2;1.7;5.26;0;2.21;20238
+70079;43.41944;.63107;244;20220405;15;-3.3;5.9;1.9;6.18;0;2.71;22637
+70079;43.41944;.63107;244;20220406;12.2;3.6;7.9;2.8;9.1;0;1.53;10411
+70079;43.41944;.63107;244;20220407;20.4;5.6;13;4.4;10.56;.2;3.38;18723
+70079;43.41944;.63107;244;20220408;21.1;8.5;14.8;3.9;11.16;.3;3.34;15462
+70079;43.41944;.63107;244;20220409;14.9;7.5;11.2;3.2;8.63;.8;2.69;15836
+70079;43.41944;.63107;244;20220410;19.3;-1.1;9.1;2.9;7.53;0;3.44;23349
+70079;43.41944;.63107;244;20220411;19.7;8.2;13.9;5.7;11.06;0;3.43;17854
+70079;43.41944;.63107;244;20220412;18.4;11.7;15;5.3;11.8;2.8;2.96;11915
+70079;43.41944;.63107;244;20220413;14.1;11.5;12.8;2.3;12.63;1.8;1.32;5744
+70079;43.41944;.63107;244;20220414;20.9;7.5;14.2;1.6;12.13;0;3.11;20562
+70079;43.41944;.63107;244;20220415;21.4;8.3;14.9;2.5;13.13;0;3.14;19875
+70079;43.41944;.63107;244;20220416;22.1;10.3;16.2;3.1;12.83;.1;3.54;19352
+70079;43.41944;.63107;244;20220417;21.8;7.6;14.7;3.6;12.03;0;3.75;22416
+70079;43.41944;.63107;244;20220418;18.1;10.2;14.1;3;11.46;0;2.59;12732
+70079;43.41944;.63107;244;20220419;12.2;8.5;10.3;2.9;11.13;10.7;1.2;5955
+70079;43.41944;.63107;244;20220420;12.5;7.5;10;2.8;10.46;5;1.53;9074
+70079;43.41944;.63107;244;20220421;14.3;8.2;11.2;2.2;11.4;.1;1.57;8742
+70079;43.41944;.63107;244;20220422;18;8.6;13.3;1.9;11.66;.2;2.8;18167
+70079;43.41944;.63107;244;20220423;13.4;9.9;11.7;3.2;11;9.2;1.82;8658
+70079;43.41944;.63107;244;20220424;16.1;9.2;12.6;4.9;11.5;2.3;2.5;14030
+70079;43.41944;.63107;244;20220425;18.9;4.2;11.6;1.8;10.56;0;3.21;23137
+70079;43.41944;.63107;244;20220426;22.9;4.4;13.7;1.7;10.8;0;3.76;23852
+70079;43.41944;.63107;244;20220427;20.3;8.1;14.2;2;12.93;.9;2.65;15684
+70079;43.41944;.63107;244;20220428;16.7;12.8;14.7;2;14.2;0;1.58;7353
+70079;43.41944;.63107;244;20220429;20.3;11.2;15.8;2;14.23;0;2.61;14415
+70079;43.41944;.63107;244;20220430;20.9;12.5;16.7;2.7;13.23;.1;3.42;18356
+70079;43.41944;.63107;244;20220501;19.9;9.9;14.9;2.5;12.53;.8;3.12;18505
+70079;43.41944;.63107;244;20220502;18;11.3;14.6;2.4;12.46;.6;2.19;10257
+70079;43.41944;.63107;244;20220503;20.1;10.4;15.2;2.3;12.73;4.8;3.02;16910
+70079;43.41944;.63107;244;20220504;18.9;11.7;15.3;2.8;13.23;3.4;2.51;12670
+70079;43.41944;.63107;244;20220505;20.1;10.3;15.2;3.6;11.56;0;3.56;18399
+70079;43.41944;.63107;244;20220506;19.8;10.8;15.3;3.8;12;0;3.41;17680
+70079;43.41944;.63107;244;20220507;21.5;10.9;16.2;3.6;12.63;.3;3.73;19416
+70079;43.41944;.63107;244;20220508;22.9;12.3;17.6;2.9;13.38;0;3.85;19532
+70079;43.41944;.63107;244;20220509;25.3;10.4;17.8;1.9;12.28;0;4.34;23569
+70079;43.41944;.63107;244;20220510;27.9;11.4;19.6;1.6;12.45;.1;4.74;24907
+70079;43.41944;.63107;244;20220511;29.3;11.7;20.5;2.3;14.83;0;5.22;26033
+70079;43.41944;.63107;244;20220512;22.2;14.1;18.1;2.1;15.25;0;3.25;17065
+70079;43.41944;.63107;244;20220513;24.2;15;19.6;1.5;16.38;0;3.5;18454
+70079;43.41944;.63107;244;20220514;28.7;13.5;21.1;1.9;16.35;0;4.77;24292
+70079;43.41944;.63107;244;20220515;27.2;14.7;21;2.6;17.2;1.7;4.55;22165
+70079;43.41944;.63107;244;20220516;27.7;14.9;21.3;1.6;16.35;0;4.42;22438
+70079;43.41944;.63107;244;20220517;30.5;15.2;22.9;1.8;16.3;.3;5.19;24708
+70079;43.41944;.63107;244;20220518;31.5;16.2;23.8;2;16.75;0;5.41;24831
+70079;43.41944;.63107;244;20220519;27.6;16.2;21.9;2.6;18.58;.1;4.45;21250
+70079;43.41944;.63107;244;20220520;27.1;15.3;21.2;2.6;18.33;0;4.38;21566
+70079;43.41944;.63107;244;20220521;31.4;15.1;23.2;1.6;19.08;.1;5.24;25935
+70079;43.41944;.63107;244;20220522;28.4;17.6;23;2.5;20.78;3.1;4.41;20793
+70079;43.41944;.63107;244;20220523;21.5;15.4;18.4;4.2;15.03;0;3.48;15417
+70079;43.41944;.63107;244;20220524;15;12.3;13.7;2.9;12.68;8.6;1.94;9772
+70079;43.41944;.63107;244;20220525;18.5;10.1;14.3;3.1;12.08;0;3.18;18470
+70079;43.41944;.63107;244;20220526;19.6;11.8;15.7;2.3;12.98;0;3.2;17899
+70079;43.41944;.63107;244;20220527;23.9;13.6;18.7;1.8;14.18;.1;3.97;20655
+70079;43.41944;.63107;244;20220528;25.8;12;18.9;2.6;13.45;0;4.83;24240
+70079;43.41944;.63107;244;20220529;24.8;11.2;18;2.2;10.05;0;4.87;24095
+70079;43.41944;.63107;244;20220530;24.9;9.7;17.3;2.1;11.15;.9;4.82;25583
+70079;43.41944;.63107;244;20220531;25.8;13.1;19.4;2.3;12.8;0;4.78;23219
+70079;43.41944;.63107;244;20220601;30.4;13.9;22.1;2;15.58;1.3;5.64;26973
+70079;43.41944;.63107;244;20220602;26.6;15.6;21.1;2.3;17.9;1.2;4.4;21850
+70079;43.41944;.63107;244;20220603;29.2;17;23.1;2.4;19.48;2.2;4.88;22847
+70079;43.41944;.63107;244;20220604;23.2;17.2;20.2;2.1;19.68;2.7;3.07;15780
+70079;43.41944;.63107;244;20220605;23.3;15.9;19.6;2.2;17.23;0;3.49;17638
+70079;43.41944;.63107;244;20220606;26.9;14.4;20.6;1.8;16.85;0;4.55;23489
+70079;43.41944;.63107;244;20220607;23.2;16.4;19.8;2;16.08;.1;3.53;16936
+70079;43.41944;.63107;244;20220608;20;14.4;17.2;2.7;16.43;3.3;2.76;15171
+70079;43.41944;.63107;244;20220609;23.2;13.8;18.5;2.9;14.45;0;4.07;20173
+70079;43.41944;.63107;244;20220610;28.5;11.6;20.1;1.6;13.73;.1;5.23;27667
+70079;43.41944;.63107;244;20220611;31.7;13.9;22.8;2;15.13;0;5.96;28439
+70079;43.41944;.63107;244;20220612;30.4;16.6;23.5;3;19.3;3;5.49;24851
+70079;43.41944;.63107;244;20220613;30.5;18.1;24.3;2.8;20.6;.1;5.28;23545
+70079;43.41944;.63107;244;20220614;34.4;18.3;26.4;1.8;21.3;1.4;6.07;26989
+70079;43.41944;.63107;244;20220615;34.9;19.4;27.1;1.8;20.25;0;6.09;26411
+70079;43.41944;.63107;244;20220616;35.4;19.8;27.6;1.9;20.38;0;6.27;26630
+70079;43.41944;.63107;244;20220617;37.1;19.6;28.3;1.7;19.28;0;6.68;28305
+70079;43.41944;.63107;244;20220618;37.6;20.3;28.9;2.9;19.03;.1;7.65;28208
+70079;43.41944;.63107;244;20220619;31.8;18.5;25.1;2.9;20.08;.8;5.78;24260
+70079;43.41944;.63107;244;20220620;28.5;18.1;23.3;2.7;19.13;.5;4.83;21455
+70079;43.41944;.63107;244;20220621;25.8;18.7;22.2;2.8;19.88;.4;3.78;17198
+70079;43.41944;.63107;244;20220622;27;17.9;22.4;2.6;18.6;.2;4.35;19799
+70079;43.41944;.63107;244;20220623;27;15.7;21.4;2.3;17.85;14.6;4.56;22477
+70079;43.41944;.63107;244;20220624;24.4;15.1;19.7;1.7;16.75;0;3.84;20066
+70079;43.41944;.63107;244;20220625;22.6;14.2;18.4;2.3;16.1;6.6;3.53;18857
+70079;43.41944;.63107;244;20220626;17;12.9;15;2.2;15.3;4.3;2.12;12886
+70079;43.41944;.63107;244;20220627;18;13.8;15.9;2.3;15.38;3.1;2.33;12763
+70079;43.41944;.63107;244;20220628;25;14;19.5;2.1;14.61;.2;4.37;22164
+70079;43.41944;.63107;244;20220629;26.5;13;19.7;2;15.56;1.2;4.59;23787
+70079;43.41944;.63107;244;20220630;16;14.1;15.1;2.5;15.2;.1;1.64;8321
+70079;43.41944;.63107;244;20220701;23;12.2;17.6;1.7;13.48;0;3.97;21900
+70079;43.41944;.63107;244;20220702;30.1;11.8;20.9;1.8;13.95;0;5.65;28480
+70079;43.41944;.63107;244;20220703;28.2;15.9;22.1;2.9;17.3;.4;5.05;23141
+70079;43.41944;.63107;244;20220704;24.2;16.1;20.1;3.3;17.38;.1;3.82;18299
+70079;43.41944;.63107;244;20220705;28.2;17.5;22.9;2.2;17.63;0;4.75;21506
+70079;43.41944;.63107;244;20220706;27.2;16.6;21.9;2.8;16.93;.3;4.78;21352
+70079;43.41944;.63107;244;20220707;27.5;16.4;22;3.8;16.28;0;5.18;21746
+70079;43.41944;.63107;244;20220708;29;15.9;22.5;2.8;15.98;.1;5.41;23884
+70079;43.41944;.63107;244;20220709;31.1;15.1;23.1;2.2;15.75;0;5.8;26535
+70079;43.41944;.63107;244;20220710;32.9;16.2;24.6;1.8;15;0;5.96;27097
+70079;43.41944;.63107;244;20220711;35.1;16.6;25.9;1.5;15.4;.3;6.18;28232
+70079;43.41944;.63107;244;20220712;35.2;17.7;26.5;1.8;16.55;0;6.38;27427
+70079;43.41944;.63107;244;20220713;35.2;18.1;26.6;1.6;14.25;0;6.15;27110
+70079;43.41944;.63107;244;20220714;36.2;18.6;27.4;1.8;16.1;0;6.53;27472
+70079;43.41944;.63107;244;20220715;34.7;19.6;27.1;2.7;17.18;0;6.63;25405
+70079;43.41944;.63107;244;20220716;36.9;19.1;28;1.5;15.55;0;6.35;27337
+70079;43.41944;.63107;244;20220717;37.9;18.5;28.2;1.8;15.13;0;6.8;28196
+70079;43.41944;.63107;244;20220718;38;18.9;28.4;3;16;.1;7.74;27735
+70079;43.41944;.63107;244;20220719;30.2;19.5;24.9;2.4;20.85;.9;4.81;20747
+70079;43.41944;.63107;244;20220720;28.7;20;24.3;2.9;17.25;0;4.89;18579
+70079;43.41944;.63107;244;20220721;32.3;17;24.7;1.7;17.33;0;5.48;25042
+70079;43.41944;.63107;244;20220722;26.1;18.7;22.4;3.8;18.7;.3;4.21;16822
+70079;43.41944;.63107;244;20220723;27.6;17.6;22.6;1.5;16.8;.1;4.19;19767
+70079;43.41944;.63107;244;20220724;36.6;15.8;26.2;1.8;17.6;0;6.5;28857
+70079;43.41944;.63107;244;20220725;26.9;20.8;23.8;4;18.88;.3;4.38;15133
+70079;43.41944;.63107;244;20220726;25.4;17.3;21.4;2.8;16.23;.1;4.11;17289
+70079;43.41944;.63107;244;20220727;27.5;15.4;21.5;2.4;13.63;0;4.89;21716
+70079;43.41944;.63107;244;20220728;27.5;14.4;20.9;2.4;15.18;3;4.72;22488
+70079;43.41944;.63107;244;20220729;23.1;16.7;19.9;2.3;17.78;2.1;3.16;15201
+70079;43.41944;.63107;244;20220730;28.7;18.5;23.6;2;18.03;0;4.39;19402
+70079;43.41944;.63107;244;20220731;31.4;16.9;24.1;2.2;18.03;0;5.28;23497
+70079;43.41944;.63107;244;20220801;33;17.2;25.1;2.6;18.25;0;5.81;24428
+70079;43.41944;.63107;244;20220802;34.7;17.1;25.9;2.1;16.38;0;6.12;25835
+70079;43.41944;.63107;244;20220803;36.5;16.6;26.6;1.8;15.93;0;6.2;26860
+70079;43.41944;.63107;244;20220804;33.7;20.3;27;2.9;21.88;1.1;5.58;21935
+70079;43.41944;.63107;244;20220805;29.9;20.2;25;3.4;19.83;0;4.86;18381
+70079;43.41944;.63107;244;20220806;32.1;18;25;2.5;18.3;0;5.37;22501
+70079;43.41944;.63107;244;20220807;33.2;18.5;25.8;2.4;16.3;.1;5.77;22969
+70079;43.41944;.63107;244;20220808;34.3;17.2;25.7;2.4;14.08;0;6.21;24681
+70079;43.41944;.63107;244;20220809;35.3;18;26.6;2;14.68;.1;6.02;24753
+70079;43.41944;.63107;244;20220810;37.2;18.9;28.1;1.7;14.83;0;6;25171
+70079;43.41944;.63107;244;20220811;37.9;19.6;28.8;1.9;17.85;0;6.2;25156
+70079;43.41944;.63107;244;20220812;37.8;21.5;29.6;2.3;19.85;0;6.26;23465
+70079;43.41944;.63107;244;20220813;32.9;20.5;26.7;2.6;20.93;.8;5.16;20184
+70079;43.41944;.63107;244;20220814;26.6;20;23.3;2.9;19.88;0;3.59;14179
+70079;43.41944;.63107;244;20220815;28;18.9;23.4;1.9;16.38;0;3.98;16837
+70079;43.41944;.63107;244;20220816;27.7;15.2;21.5;2.3;16.6;6.3;4.2;19737
+70079;43.41944;.63107;244;20220817;24.1;15.7;19.9;2.5;16.88;.3;3.31;15938
+70079;43.41944;.63107;244;20220818;24.1;15.8;19.9;3.5;17.13;3;3.4;15762
+70079;43.41944;.63107;244;20220819;26.6;16.2;21.4;2.5;16.55;.1;3.9;17739
+70079;43.41944;.63107;244;20220820;29.6;15.1;22.3;1.6;16.93;0;4.26;21124
+70079;43.41944;.63107;244;20220821;27.4;17.8;22.6;2.7;18.23;.3;3.9;16797
+70079;43.41944;.63107;244;20220822;25.4;18.2;21.8;3.3;19.08;.5;3.39;14289
+70079;43.41944;.63107;244;20220823;29.3;19;24.1;1.7;19.55;.1;3.77;17138
+70079;43.41944;.63107;244;20220824;35.2;17.7;26.5;1.7;17.58;.6;5.2;22653
+70079;43.41944;.63107;244;20220825;28.5;21.1;24.8;3.7;21.13;7.5;4.01;14118
+70079;43.41944;.63107;244;20220826;28.5;19.1;23.8;2.7;19.55;0;3.91;15962
+70079;43.41944;.63107;244;20220827;30.3;18;24.2;2.3;17.55;0;4.38;18326
+70079;43.41944;.63107;244;20220828;33.9;16.5;25.2;1.6;15.55;.1;4.85;21947
+70079;43.41944;.63107;244;20220829;33.2;19;26.1;2.4;16.8;5.6;5.1;19498
+70079;43.41944;.63107;244;20220830;31.4;16.6;24;1.8;18.65;0;4.27;19830
+70079;43.41944;.63107;244;20220831;27;18.9;23;2.8;20.85;1.9;3.31;14131
+70079;43.41944;.63107;244;20220901;28.8;18.5;23.6;2;19.08;0;3.64;15990
+70079;43.41944;.63107;244;20220902;27.1;18.1;22.6;2.6;18.13;.9;3.52;14789
+70079;43.41944;.63107;244;20220903;26.8;17.4;22.1;1.5;17.93;0;3.14;15057
+70079;43.41944;.63107;244;20220904;32.5;15.5;24;2.1;17.85;.1;4.53;20613
+70079;43.41944;.63107;244;20220905;33.6;17.3;25.4;1.9;19.23;1.2;4.49;19994
+70079;43.41944;.63107;244;20220906;31.5;17.8;24.7;2.2;17.38;0;4.31;17998
+70079;43.41944;.63107;244;20220907;28.1;15.9;22;2.1;15.03;0;3.83;16708
+70079;43.41944;.63107;244;20220908;26.2;13.5;19.8;1.5;14;0;3.29;16998
+70079;43.41944;.63107;244;20220909;23.9;16.4;20.1;1.9;15.58;2.2;2.79;12584
+70079;43.41944;.63107;244;20220910;27.5;12.6;20.1;1.6;14.05;.1;3.5;18206
+70079;43.41944;.63107;244;20220911;33.3;14.1;23.7;2.1;14.05;0;4.77;20545
+70079;43.41944;.63107;244;20220912;32.9;16.8;24.8;3;18.13;.2;4.86;18681
+70079;43.41944;.63107;244;20220913;30.5;20.8;25.7;2.5;19.88;0;3.77;13977
+70079;43.41944;.63107;244;20220914;29.3;18.1;23.7;2.1;16.83;1.2;3.67;15030
+70079;43.41944;.63107;244;20220915;28.5;17.9;23.2;2.3;16.68;1;3.59;14457
+70079;43.41944;.63107;244;20220916;24.6;17.8;21.2;3.1;16.83;.7;3;11156
+70079;43.41944;.63107;244;20220917;21.6;11.9;16.8;2.2;10.93;0;2.86;13496
+70079;43.41944;.63107;244;20220918;24.3;7.2;15.7;1.6;7.78;0;3.23;18094
+70079;43.41944;.63107;244;20220919;26.6;9;17.8;1.8;7.65;0;3.7;18186
+70079;43.41944;.63107;244;20220920;25.1;9.5;17.3;2.7;9.2;0;3.8;16911
+70079;43.41944;.63107;244;20220921;24.7;10.3;17.5;2.4;10.55;0;3.4;15976
+70079;43.41944;.63107;244;20220922;25.9;9.4;17.6;1.8;10.93;0;3.23;17055
+70079;43.41944;.63107;244;20220923;24;10.6;17.3;2;12.68;3;2.81;14940
+70079;43.41944;.63107;244;20220924;18.5;14;16.3;2.4;14.75;0;1.68;8101
+70079;43.41944;.63107;244;20220925;19.3;9.9;14.6;2.4;11.95;.2;2.19;12152
+70079;43.41944;.63107;244;20220926;19.9;9.2;14.6;3.8;11.65;3;2.56;12885
+70079;43.41944;.63107;244;20220927;16.7;12.7;14.7;4.9;13.9;7.4;1.58;7175
+70079;43.41944;.63107;244;20220928;17.4;14.2;15.8;5.8;15.2;18.3;1.55;6102
+70079;43.41944;.63107;244;20220929;16.5;12.4;14.5;3.8;13.38;8.8;1.6;7230
+70079;43.41944;.63107;244;20220930;18.2;10;14.1;3;11.45;.7;2.12;10643
+70079;43.41944;.63107;244;20221001;22.5;9.4;15.9;2.8;12.38;.1;2.61;13547
+70079;43.41944;.63107;244;20221002;24;10.7;17.4;1.1;14.53;.1;2.13;13549
+70079;43.41944;.63107;244;20221003;23.9;12.9;18.4;1.4;14.5;0;2.16;12049
+70079;43.41944;.63107;244;20221004;25.9;10.6;18.2;1.3;13.18;.1;2.4;14275
+70079;43.41944;.63107;244;20221005;26.2;10.2;18.2;2.3;13.48;.1;2.85;14504
+70079;43.41944;.63107;244;20221006;21.1;15;18.1;1.5;14.88;0;1.74;8184
+70079;43.41944;.63107;244;20221007;23.5;11.2;17.4;1.6;14.63;0;2.07;12244
+70079;43.41944;.63107;244;20221008;21.6;15.3;18.4;2;16.28;.3;1.74;8191
+70079;43.41944;.63107;244;20221009;25.4;11.3;18.4;1.9;14;.1;2.42;12884
+70079;43.41944;.63107;244;20221010;24;11.5;17.8;2;14.18;0;2.18;11803
+70079;43.41944;.63107;244;20221011;21.3;14.5;17.9;1.5;16.18;1.2;1.57;8294
+70079;43.41944;.63107;244;20221012;22.1;13.7;17.9;1.8;16;1.2;1.73;9176
+70079;43.41944;.63107;244;20221013;23;13.5;18.2;2.3;15.13;.2;1.99;9737
+70079;43.41944;.63107;244;20221014;21.6;17.1;19.4;3.6;16.3;.5;2.02;6124
+70079;43.41944;.63107;244;20221015;27.3;10.7;19;1.9;14.05;.1;2.46;13004
+70079;43.41944;.63107;244;20221016;26.9;13.4;20.1;3;16.45;.4;2.59;11465
+70079;43.41944;.63107;244;20221017;25.9;16.8;21.4;2.9;18.48;.4;2.27;9043
+70079;43.41944;.63107;244;20221018;28;14.8;21.4;3.1;17.4;.2;2.72;11042
+70079;43.41944;.63107;244;20221019;24.7;15.1;19.9;2.9;16.75;1.8;2.11;9017
+70079;43.41944;.63107;244;20221020;23.7;16.9;20.3;2.5;16.2;0;2.03;7327
+70079;43.41944;.63107;244;20221021;21.4;15.6;18.5;1.7;13.93;.4;1.68;6492
+70079;43.41944;.63107;244;20221022;25.7;12.2;18.9;2.2;13.35;.2;2.35;10604
+70079;43.41944;.63107;244;20221023;27.4;14.8;21.1;2.6;12.68;.2;2.95;10003
+70079;43.41944;.63107;244;20221024;23.9;13.7;18.8;1.5;12.08;0;1.94;8745
+70079;43.41944;.63107;244;20221025;24.1;12.3;18.2;2.1;12.83;.2;2.14;9390
+70079;43.41944;.63107;244;20221026;24.3;12;18.1;2.3;14.48;.1;1.94;9409
+70079;43.41944;.63107;244;20221027;23;12.5;17.7;2.6;15.13;.1;1.76;8342
+70079;43.41944;.63107;244;20221028;26.7;15.7;21.2;2.8;15.78;0;2.38;8605
+70079;43.41944;.63107;244;20221029;26.1;12.7;19.4;3;14.45;.1;2.36;9511
+70079;43.41944;.63107;244;20221030;21.3;11;16.1;1.9;13.45;.1;1.5;8068
+70079;43.41944;.63107;244;20221031;22.8;9.7;16.3;2.6;13.58;.4;1.75;9120
+70079;43.41944;.63107;244;20221101;20;13.8;16.9;2;13.53;0;1.47;5788
+70079;43.41944;.63107;244;20221102;20;12.1;16;2;12.55;0;1.5;6643
+70079;43.41944;.63107;244;20221103;21;10.8;15.9;3.4;11.61;3.2;2.06;7702
+70079;43.41944;.63107;244;20221104;13.2;10;11.6;5.3;10.6;8.6;1.36;3542
+70079;43.41944;.63107;244;20221105;16.1;8.3;12.2;2.1;10;.1;1.24;6294
+70079;43.41944;.63107;244;20221106;20.3;4.3;12.3;2.1;8.75;.1;1.63;9414
+70079;43.41944;.63107;244;20221107;19.5;6.2;12.8;2.2;10.08;.1;1.46;8349
+70079;43.41944;.63107;244;20221108;18.8;9.1;14;2.3;12.75;.4;1.2;6782
+70079;43.41944;.63107;244;20221109;16.5;11.3;13.9;2.1;12.78;1.6;1.01;4285
+70079;43.41944;.63107;244;20221110;15.1;6.7;10.9;1.6;10.68;0;.83;6112
+70079;43.41944;.63107;244;20221111;20.1;4.7;12.4;1.8;10.55;.1;1.21;8624
+70079;43.41944;.63107;244;20221112;22;8.4;15.2;2.3;12.13;.1;1.41;7908
+70079;43.41944;.63107;244;20221113;21;5.9;13.4;1.6;10.9;0;1.16;8276
+70079;43.41944;.63107;244;20221114;14.8;8.2;11.5;2;11.45;.8;.8;4724
+70079;43.41944;.63107;244;20221115;16.4;9.3;12.9;2;12.73;5.6;.77;5032
+70079;43.41944;.63107;244;20221116;18.4;8.1;13.2;1.8;11.03;.5;1.1;6342
+70079;43.41944;.63107;244;20221117;17.4;11.1;14.2;3.1;12.85;8.2;1.18;4477
+70079;43.41944;.63107;244;20221118;11.7;9.2;10.5;3.9;10.35;2.9;.94;2286
+70079;43.41944;.63107;244;20221119;9.5;7;8.2;3.9;9.03;.7;.83;2268
+70079;43.41944;.63107;244;20221120;13.4;2.9;8.2;3;8.98;4.4;.89;6031
+70079;43.41944;.63107;244;20221121;13.4;7.9;10.7;3.2;10.63;24.7;.89;3975
+70079;43.41944;.63107;244;20221122;10.8;5.9;8.3;4.3;8.95;11.5;.92;3608
+70079;43.41944;.63107;244;20221123;15.8;8.1;11.9;3.6;11.58;6.2;.99;4808
+70079;43.41944;.63107;244;20221124;13.9;5.8;9.8;2.2;9.53;1.8;.87;4882
+70079;43.41944;.63107;244;20221125;10.7;7.3;9;3.1;9.98;2.4;.71;2573
+70079;43.41944;.63107;244;20221126;12.7;3.3;8;1.6;8.45;.9;.68;5271
+70079;43.41944;.63107;244;20221127;12.1;3;7.5;2.3;8.25;3.5;.75;5071
+70079;43.41944;.63107;244;20221128;11.4;7.2;9.3;4;10.13;4.3;.74;2976
+70079;43.41944;.63107;244;20221129;11.9;7.9;9.9;2.9;10.15;.8;.79;2794
+70079;43.41944;.63107;244;20221130;5.5;3.5;4.5;1.5;8.35;.3;.34;1509
+70079;43.41944;.63107;244;20221201;4.4;2.2;3.3;1.6;7.53;.2;.33;1726
+70079;43.41944;.63107;244;20221202;6.7;3.3;5;1.2;7.6;0;.46;2424
+70079;43.41944;.63107;244;20221203;7.4;3.2;5.3;1.1;7.55;.1;.46;2851
+70079;43.41944;.63107;244;20221204;9.1;-.1;4.5;1.4;6.63;.1;.52;4830
+70079;43.41944;.63107;244;20221205;11.6;-.8;5.4;2.2;6.38;.2;.77;5735
+70079;43.41944;.63107;244;20221206;10.3;3.7;7;1.5;8.3;.4;.57;3759
+70079;43.41944;.63107;244;20221207;13.1;7.1;10.1;1.1;9.9;.1;.59;3520
+70079;43.41944;.63107;244;20221208;7.7;4.3;6;2.3;8.85;3.3;.39;2244
+70079;43.41944;.63107;244;20221209;12.8;5.6;9.2;1.9;9.85;2;.59;3958
+70079;43.41944;.63107;244;20221210;4.1;1.7;2.9;3.9;6.33;.2;.64;1510
+70079;43.41944;.63107;244;20221211;3.8;-4.7;-.4;1.4;4.95;.1;.38;4389
+70079;43.41944;.63107;244;20221212;5.7;.7;3.2;2.3;7.2;5.7;.37;3025
+70079;43.41944;.63107;244;20221213;14.5;4.5;9.5;3.1;11.6;5;.35;4771
+70079;43.41944;.63107;244;20221214;17.6;8.5;13.1;2;11.78;.2;.8;4459
+70079;43.41944;.63107;244;20221215;14.6;8;11.3;2.6;11.6;4.4;.7;3558
+70079;43.41944;.63107;244;20221216;10.1;7.6;8.9;2.2;10.48;5.9;.5;1508
+70079;43.41944;.63107;244;20221217;7.2;5;6.1;1.5;8.63;0;.44;1458
+70079;43.41944;.63107;244;20221218;10.6;2.4;6.5;3.1;8.55;.1;.52;4182
+70079;43.41944;.63107;244;20221219;13.5;6.4;9.9;3.4;9.9;.1;.82;3739
+70079;43.41944;.63107;244;20221220;13.7;7.6;10.6;2.8;10.75;2;.75;3169
+70079;43.41944;.63107;244;20221221;18.4;8.9;13.7;1.8;11.4;.1;.92;4561
+70079;43.41944;.63107;244;20221222;18.7;9.3;14;2.3;11.01;.1;1.19;4558
+70079;43.41944;.63107;244;20221223;18.4;9.2;13.8;1.7;11.6;.1;.89;4395
+70079;43.41944;.63107;244;20221224;18.2;7.4;12.8;2;10.68;0;.95;4951
+70079;43.41944;.63107;244;20221225;14.9;5.9;10.4;2.5;9.68;.1;.86;4444
+70079;43.41944;.63107;244;20221226;17;6.1;11.6;1.8;10.08;.8;.83;4969
+70079;43.41944;.63107;244;20221227;13.3;8.7;11;1.3;11.33;.3;.53;2650
+70079;43.41944;.63107;244;20221228;16.8;5.8;11.3;2.1;9.6;.1;.96;5101
+70079;43.41944;.63107;244;20221229;13.3;7.1;10.2;1.8;9.93;3.3;.71;3393
+70079;43.41944;.63107;244;20221230;18.7;8;13.4;2.3;11.05;.6;1.01;5075
+70079;43.41944;.63107;244;20221231;14.8;7.2;11;2.6;10.9;.1;.73;4034
+70080;43.44708;.93731;221;20220101;18.6;4;11.3;1.8;8.11;0;1.03;6548
+70080;43.44708;.93731;221;20220102;17.2;3.1;10.2;1.9;8.61;.2;.83;6425
+70080;43.44708;.93731;221;20220103;15.4;4.9;10.1;1.8;9.86;.1;.62;5396
+70080;43.44708;.93731;221;20220104;15.6;4.6;10.1;2.9;9.51;10.5;.94;5616
+70080;43.44708;.93731;221;20220105;7;5.4;6.2;2.8;7.36;0;.81;1307
+70080;43.44708;.93731;221;20220106;6.4;.1;3.2;2.2;5.36;.1;.74;4002
+70080;43.44708;.93731;221;20220107;8.9;-1.3;3.8;3.6;6.76;2.9;.67;5450
+70080;43.44708;.93731;221;20220108;10.3;6.6;8.5;6.6;9.21;1.5;.93;2801
+70080;43.44708;.93731;221;20220109;8.9;8.7;8.8;5.5;10.46;32.9;.57;137
+70080;43.44708;.93731;221;20220110;11.8;8.2;10;4.2;11.56;10.7;.5;2736
+70080;43.44708;.93731;221;20220111;9.8;4.7;7.2;2.5;8.36;.1;.66;3664
+70080;43.44708;.93731;221;20220112;7;-.1;3.4;2;6.46;0;.52;4566
+70080;43.44708;.93731;221;20220113;6.5;-2;2.3;1.4;6.06;.1;.44;5164
+70080;43.44708;.93731;221;20220114;9.4;-3.2;3.1;.8;5.38;.1;.48;6703
+70080;43.44708;.93731;221;20220115;10.3;-1.7;4.3;1.6;5.06;.1;.82;6533
+70080;43.44708;.93731;221;20220116;8.6;-1.9;3.4;1.3;5.36;.1;.61;6102
+70080;43.44708;.93731;221;20220117;6.3;-3.5;1.4;1.5;5.56;.1;.53;5928
+70080;43.44708;.93731;221;20220118;3;-2.2;.4;1.3;6.1;.1;.35;3811
+70080;43.44708;.93731;221;20220119;8.6;.7;4.7;2.5;7.41;1.2;.55;5198
+70080;43.44708;.93731;221;20220120;7.6;5.1;6.3;2.2;8.56;2.2;.54;2457
+70080;43.44708;.93731;221;20220121;3.9;1.2;2.6;3;5.96;0;.65;2515
+70080;43.44708;.93731;221;20220122;6.2;-2.2;2;1.3;5.31;.1;.52;5731
+70080;43.44708;.93731;221;20220123;9;-3.2;2.9;1.6;5.46;.1;.64;7229
+70080;43.44708;.93731;221;20220124;12.5;-.6;5.9;1.8;6.26;0;.83;7667
+70080;43.44708;.93731;221;20220125;12.1;-1.4;5.4;1.1;6.11;0;.68;7870
+70080;43.44708;.93731;221;20220126;11.7;-1.2;5.3;.7;6.41;0;.59;7780
+70080;43.44708;.93731;221;20220127;10.5;-1;4.7;1.6;6.16;.1;.79;7368
+70080;43.44708;.93731;221;20220128;3.5;-2.8;.3;2;6.21;0;.31;5145
+70080;43.44708;.93731;221;20220129;3.7;-.9;1.4;1.1;6.36;0;.4;4267
+70080;43.44708;.93731;221;20220130;3.4;-1.3;1;2.2;6.26;.1;.38;4472
+70080;43.44708;.93731;221;20220131;9.4;1.1;5.2;5.1;8.46;1.4;.57;6397
+70080;43.44708;.93731;221;20220201;8.8;3.6;6.2;4.2;7.61;0;.94;4836
+70080;43.44708;.93731;221;20220202;11.4;6.9;9.2;3.1;9.81;0;.82;4486
+70080;43.44708;.93731;221;20220203;13.1;3.5;8.3;2.6;9.41;0;.85;7312
+70080;43.44708;.93731;221;20220204;12.8;6.5;9.7;2.7;10.11;.5;.9;5809
+70080;43.44708;.93731;221;20220205;9.3;8.1;8.7;2.9;8.56;.2;1.01;1762
+70080;43.44708;.93731;221;20220206;10.2;.2;5.2;3.5;6.81;.1;1.06;7823
+70080;43.44708;.93731;221;20220207;12.6;6.2;9.4;4.8;9.46;.3;1.22;6095
+70080;43.44708;.93731;221;20220208;14.9;2;8.5;1.7;7.51;0;1.16;9212
+70080;43.44708;.93731;221;20220209;16.3;2.2;9.2;2.5;7.31;0;1.54;9938
+70080;43.44708;.93731;221;20220210;5.8;2.8;4.3;1.3;8.38;0;.65;8281
+70080;43.44708;.93731;221;20220211;11.4;6.1;8.7;1.9;9.03;.3;.94;5019
+70080;43.44708;.93731;221;20220212;12.9;0;6.4;1.8;7.23;0;1.09;9258
+70080;43.44708;.93731;221;20220213;15.8;4.5;10.2;3.3;9.48;3.7;1.52;10005
+70080;43.44708;.93731;221;20220214;10.7;7.3;9;4.7;9.38;5.4;1.22;5865
+70080;43.44708;.93731;221;20220215;11.7;5.3;8.5;5.7;8.59;1.3;1.52;7080
+70080;43.44708;.93731;221;20220216;14.1;8.3;11.2;5.9;10.61;.1;1.45;6476
+70080;43.44708;.93731;221;20220217;15.9;11.6;13.8;4.4;12.06;.1;1.54;5465
+70080;43.44708;.93731;221;20220218;18.2;6.8;12.5;3.2;10.86;1.6;1.73;9978
+70080;43.44708;.93731;221;20220219;10.2;7.4;8.8;2.6;8.86;.5;1.02;4020
+70080;43.44708;.93731;221;20220220;14.7;2.5;8.6;3.5;8.81;.1;1.5;10642
+70080;43.44708;.93731;221;20220221;13.8;9.2;11.5;6.7;9.11;.6;2.18;6072
+70080;43.44708;.93731;221;20220222;14.3;6.9;10.6;3.1;8.56;0;1.68;8137
+70080;43.44708;.93731;221;20220223;15.2;3;9.1;1.9;8.31;0;1.46;11091
+70080;43.44708;.93731;221;20220224;13.5;5.3;9.4;3.6;9.16;.4;1.45;8978
+70080;43.44708;.93731;221;20220225;10.7;6.2;8.4;1.9;7.06;0;1.32;6245
+70080;43.44708;.93731;221;20220226;13.7;-.6;6.5;3.2;5.16;0;2.12;12633
+70080;43.44708;.93731;221;20220227;15.4;-.6;7.4;1.7;7.01;0;1.61;13601
+70080;43.44708;.93731;221;20220228;16.9;3.7;10.3;1.9;7.86;0;1.82;12372
+70080;43.44708;.93731;221;20220301;16.2;3.6;9.9;3.2;7.96;0;2.07;12221
+70080;43.44708;.93731;221;20220302;11.5;4.7;8.1;2.2;9.71;6.6;1.03;8798
+70080;43.44708;.93731;221;20220303;15.9;3.1;9.5;1.9;9.96;.3;1.46;12393
+70080;43.44708;.93731;221;20220304;9;8.4;8.7;4.6;10.01;6.2;.73;1683
+70080;43.44708;.93731;221;20220305;10.4;6.3;8.3;3.3;8.26;0;1.32;6602
+70080;43.44708;.93731;221;20220306;9.4;5.3;7.4;2.5;7.51;0;1.25;6789
+70080;43.44708;.93731;221;20220307;11.7;2.6;7.1;3.4;7.71;0;1.53;10938
+70080;43.44708;.93731;221;20220308;13.8;5.7;9.7;4.1;8.71;4.4;1.86;10380
+70080;43.44708;.93731;221;20220309;15.5;3.2;9.4;3.2;9.31;0;1.78;13314
+70080;43.44708;.93731;221;20220310;14.7;6.6;10.7;3.4;9.91;.2;1.7;10724
+70080;43.44708;.93731;221;20220311;14.6;6.7;10.6;3.3;10.26;9;1.62;10712
+70080;43.44708;.93731;221;20220312;11.8;7.1;9.5;3;9.91;4.2;1.25;8136
+70080;43.44708;.93731;221;20220313;11.9;5.7;8.8;3.6;8.81;2.8;1.52;9605
+70080;43.44708;.93731;221;20220314;13.8;3.8;8.8;5.8;9.71;0;1.57;12644
+70080;43.44708;.93731;221;20220315;16.1;12.3;14.2;7.2;11.96;0;2.26;7417
+70080;43.44708;.93731;221;20220316;15.4;11.8;13.6;4.7;12.11;.9;1.74;7240
+70080;43.44708;.93731;221;20220317;13.4;11;12.2;2.8;12.46;6.7;1.11;5624
+70080;43.44708;.93731;221;20220318;9.7;8;8.8;1.6;9.98;0;.96;4955
+70080;43.44708;.93731;221;20220319;15.5;5.3;10.4;4.2;9.43;0;2.36;15080
+70080;43.44708;.93731;221;20220320;16.3;7.1;11.7;4.1;10.43;0;2.17;12314
+70080;43.44708;.93731;221;20220321;16;9.2;12.6;6.7;9.78;0;3.06;14087
+70080;43.44708;.93731;221;20220322;16.3;7.8;12;6.5;7.73;0;3.6;15123
+70080;43.44708;.93731;221;20220323;16.1;5.7;10.9;4.2;7.78;0;3;16653
+70080;43.44708;.93731;221;20220324;17.4;3;10.2;2.6;8.08;0;2.68;18133
+70080;43.44708;.93731;221;20220325;18;4.9;11.4;2.7;8.08;0;2.88;16894
+70080;43.44708;.93731;221;20220326;17.4;5.1;11.3;4.1;7.63;0;3.28;17300
+70080;43.44708;.93731;221;20220327;21.1;5;13;3.1;8.23;0;3.51;18652
+70080;43.44708;.93731;221;20220328;20.7;2.2;11.5;1.9;8.03;0;2.91;17697
+70080;43.44708;.93731;221;20220329;18.4;7.1;12.8;2;10.53;4.3;2.28;13353
+70080;43.44708;.93731;221;20220330;11.5;9.3;10.4;2.4;11.53;5.8;1.02;4764
+70080;43.44708;.93731;221;20220331;13.5;8.4;11;5;9.53;6.3;2.36;12142
+70080;43.44708;.93731;221;20220401;8.1;1.2;4.7;6.3;5.78;2.8;2.16;13874
+70080;43.44708;.93731;221;20220402;8.5;1.1;4.8;5;5.18;0;2.31;13885
+70080;43.44708;.93731;221;20220403;7.6;-2.2;2.7;2.8;5.09;0;1.84;15703
+70080;43.44708;.93731;221;20220404;10.9;-3.4;3.8;1.4;5.29;0;2.09;19377
+70080;43.44708;.93731;221;20220405;15.1;-3;6.1;1.9;6.18;0;2.71;22637
+70080;43.44708;.93731;221;20220406;11.8;4.4;8.1;2.5;9.43;0;1.42;9667
+70080;43.44708;.93731;221;20220407;20.6;6.1;13.3;4.2;10.93;.2;3.45;19335
+70080;43.44708;.93731;221;20220408;21;9.1;15;3.9;11.43;.1;3.38;15844
+70080;43.44708;.93731;221;20220409;15.1;7.7;11.4;3;8.43;.9;2.81;15904
+70080;43.44708;.93731;221;20220410;18.7;-1.2;8.8;3.3;7.58;0;3.46;23774
+70080;43.44708;.93731;221;20220411;18;9.4;13.7;7.3;11.43;0;3.38;17582
+70080;43.44708;.93731;221;20220412;18.1;11.4;14.8;6.1;11.88;0;3.03;12022
+70080;43.44708;.93731;221;20220413;13.6;11.6;12.6;2.1;12.83;1.4;1.25;5466
+70080;43.44708;.93731;221;20220414;21.3;6.7;14;1.4;12.03;.1;3.26;22244
+70080;43.44708;.93731;221;20220415;21.7;8.3;15;2.4;13.33;0;3.08;18262
+70080;43.44708;.93731;221;20220416;22.4;10.2;16.3;3.3;12.83;0;3.76;20078
+70080;43.44708;.93731;221;20220417;21.9;7.3;14.6;3.3;12.13;0;3.74;21824
+70080;43.44708;.93731;221;20220418;18.2;9.9;14.1;2.9;11.33;0;2.77;14248
+70080;43.44708;.93731;221;20220419;13.1;8.4;10.7;2.7;11.43;7.8;1.37;7732
+70080;43.44708;.93731;221;20220420;12.2;7.9;10;2.2;10.78;4;1.55;9461
+70080;43.44708;.93731;221;20220421;13.6;8.2;10.9;2.1;11.73;.1;1.51;9063
+70080;43.44708;.93731;221;20220422;17.5;9.2;13.3;2.1;12.18;0;2.7;17300
+70080;43.44708;.93731;221;20220423;12.8;10.4;11.6;2.9;11.43;12.4;1.48;6788
+70080;43.44708;.93731;221;20220424;16;9;12.5;4.6;11.78;1.4;2.31;12895
+70080;43.44708;.93731;221;20220425;19.1;3.8;11.5;1.4;10.63;0;3.18;23205
+70080;43.44708;.93731;221;20220426;22.8;4.2;13.5;1.5;10.73;0;3.87;25729
+70080;43.44708;.93731;221;20220427;21;7.5;14.2;1.7;12.83;.6;2.98;18377
+70080;43.44708;.93731;221;20220428;17.4;13.1;15.2;2;14.53;1;1.85;9080
+70080;43.44708;.93731;221;20220429;21.3;11.2;16.3;2;14.28;0;3.13;18223
+70080;43.44708;.93731;221;20220430;21.5;12.9;17.2;2.7;13.33;0;3.63;18684
+70080;43.44708;.93731;221;20220501;20.4;9.9;15.1;2.4;12.43;.2;3.41;19857
+70080;43.44708;.93731;221;20220502;19.3;11.5;15.4;2.3;12.68;0;2.69;13036
+70080;43.44708;.93731;221;20220503;20.5;10.2;15.4;2.2;12.88;5.5;3.19;17915
+70080;43.44708;.93731;221;20220504;19.2;11.8;15.5;2.4;13.58;3.7;2.52;12455
+70080;43.44708;.93731;221;20220505;20.5;10.2;15.4;3.7;11.43;0;3.96;21148
+70080;43.44708;.93731;221;20220506;19.9;10.9;15.4;3.7;11.81;0;3.47;17856
+70080;43.44708;.93731;221;20220507;21.6;11.2;16.4;4;12.51;.5;3.86;19633
+70080;43.44708;.93731;221;20220508;23.2;12.7;18;3.1;13.41;0;3.99;19728
+70080;43.44708;.93731;221;20220509;25.7;10.6;18.2;1.8;12.11;0;4.45;24340
+70080;43.44708;.93731;221;20220510;27.9;10.8;19.3;1.4;12.31;0;4.78;26188
+70080;43.44708;.93731;221;20220511;29.3;12.5;20.9;2.6;14.61;0;5.41;26064
+70080;43.44708;.93731;221;20220512;23.6;14.4;19;2.3;15.46;0;3.62;18578
+70080;43.44708;.93731;221;20220513;24.7;15.8;20.2;1.4;16.51;0;3.59;18505
+70080;43.44708;.93731;221;20220514;29.4;13.8;21.6;1.7;16.31;0;4.96;25352
+70080;43.44708;.93731;221;20220515;27.1;15.6;21.4;2.9;16.86;.5;4.67;21776
+70080;43.44708;.93731;221;20220516;28.1;15.6;21.9;1.5;16.11;0;4.52;22590
+70080;43.44708;.93731;221;20220517;31;15.3;23.1;1.6;16.46;.1;5.24;25723
+70080;43.44708;.93731;221;20220518;32.2;16.6;24.4;1.7;16.56;0;5.55;25762
+70080;43.44708;.93731;221;20220519;27.7;16.3;22;2.8;18.36;.1;4.66;22060
+70080;43.44708;.93731;221;20220520;28.5;15.5;22;3;18.21;0;4.98;23614
+70080;43.44708;.93731;221;20220521;31.8;15.6;23.7;1.7;18.66;0;5.45;26537
+70080;43.44708;.93731;221;20220522;29.4;17.8;23.6;2.5;20.36;2.6;4.79;22176
+70080;43.44708;.93731;221;20220523;21.4;15.6;18.5;3.8;15.46;0;3.3;15146
+70080;43.44708;.93731;221;20220524;15.1;13;14.1;3;12.76;5.7;1.87;8547
+70080;43.44708;.93731;221;20220525;19;10.3;14.6;3.4;12.26;0;3.33;19129
+70080;43.44708;.93731;221;20220526;19.6;12;15.8;2.8;12.96;0;3.26;17964
+70080;43.44708;.93731;221;20220527;24;14.1;19.1;2.1;14.16;0;4.07;20606
+70080;43.44708;.93731;221;20220528;26.1;12.7;19.4;2.7;13.46;0;4.96;24420
+70080;43.44708;.93731;221;20220529;25;11.4;18.2;2.4;10.06;0;5.07;24771
+70080;43.44708;.93731;221;20220530;25.2;10.1;17.7;2.1;11.46;1;4.93;26216
+70080;43.44708;.93731;221;20220531;26.5;13.4;20;2.2;13.21;0;4.93;24076
+70080;43.44708;.93731;221;20220601;30.5;14.4;22.4;2;15.71;1.2;5.68;27341
+70080;43.44708;.93731;221;20220602;26.2;16.3;21.2;2.2;18.11;1.1;4.21;20941
+70080;43.44708;.93731;221;20220603;30;17.1;23.6;2.6;19.41;2.7;5.23;24156
+70080;43.44708;.93731;221;20220604;23.7;17.5;20.6;2;20.21;3.8;3.18;16574
+70080;43.44708;.93731;221;20220605;23.5;15.9;19.7;2.2;17.41;0;3.53;18031
+70080;43.44708;.93731;221;20220606;27.4;14.7;21;1.6;17.21;.4;4.64;24320
+70080;43.44708;.93731;221;20220607;23.3;16.8;20;2.1;16.36;.1;3.54;16829
+70080;43.44708;.93731;221;20220608;20.4;14.6;17.5;2.9;16.41;2.9;2.92;16014
+70080;43.44708;.93731;221;20220609;23.1;14.1;18.6;3.1;14.31;.1;4.15;20142
+70080;43.44708;.93731;221;20220610;28.4;11.8;20.1;1.3;13.61;0;5.16;28114
+70080;43.44708;.93731;221;20220611;32.1;14.2;23.2;1.8;14.81;0;6.04;29208
+70080;43.44708;.93731;221;20220612;31.1;16.7;23.9;3.4;19.36;2.9;5.88;26061
+70080;43.44708;.93731;221;20220613;31.5;18.4;25;2.7;21.01;.1;5.63;24928
+70080;43.44708;.93731;221;20220614;34.6;18.7;26.7;1.6;20.96;1.2;6.04;27293
+70080;43.44708;.93731;221;20220615;35.3;19.3;27.3;1.7;20.06;0;6.28;27677
+70080;43.44708;.93731;221;20220616;35.2;20.2;27.7;1.6;20.56;0;6.13;26776
+70080;43.44708;.93731;221;20220617;36.9;20;28.4;1.5;19.16;0;6.53;28505
+70080;43.44708;.93731;221;20220618;36.6;20.4;28.5;3.1;18.76;0;7.54;27926
+70080;43.44708;.93731;221;20220619;32.9;18.5;25.7;3.1;20.26;.2;6.29;26359
+70080;43.44708;.93731;221;20220620;28.2;18.4;23.3;2.5;19.26;.1;4.73;21272
+70080;43.44708;.93731;221;20220621;26.8;19.1;23;3;20.16;.2;4.13;18328
+70080;43.44708;.93731;221;20220622;28;18;23;2.4;18.81;.1;4.68;21552
+70080;43.44708;.93731;221;20220623;27;16.3;21.7;2.2;18.01;14.5;4.58;22482
+70080;43.44708;.93731;221;20220624;24.4;15.3;19.8;1.7;16.91;.1;3.82;20144
+70080;43.44708;.93731;221;20220625;24;14.7;19.4;2.3;16.31;5.8;4;21030
+70080;43.44708;.93731;221;20220626;17.7;13.4;15.6;2.5;15.71;6.8;2.25;13553
+70080;43.44708;.93731;221;20220627;17.6;14.1;15.9;2.1;15.61;3.3;2.09;11428
+70080;43.44708;.93731;221;20220628;25.5;14.9;20.2;2.7;14.51;.1;4.7;22272
+70080;43.44708;.93731;221;20220629;27.8;13.4;20.6;2.3;15.61;1.2;4.97;24065
+70080;43.44708;.93731;221;20220630;16.6;14.8;15.7;2.5;15.46;1.4;1.75;8424
+70080;43.44708;.93731;221;20220701;23.1;12.7;17.9;1.6;13.61;0;3.97;21861
+70080;43.44708;.93731;221;20220702;29.9;11.9;20.9;1.8;14.01;0;5.62;28757
+70080;43.44708;.93731;221;20220703;29;16;22.5;2.9;17.56;.3;5.31;24455
+70080;43.44708;.93731;221;20220704;25;16.4;20.7;3.3;17.46;.1;4.09;19211
+70080;43.44708;.93731;221;20220705;28.2;17.8;23;2.5;17.71;0;4.81;21310
+70080;43.44708;.93731;221;20220706;27.6;16.4;22;2.8;16.51;.1;5;22427
+70080;43.44708;.93731;221;20220707;28;16.7;22.4;4;15.96;0;5.45;22212
+70080;43.44708;.93731;221;20220708;29.3;16.6;22.9;3.1;15.81;0;5.57;23726
+70080;43.44708;.93731;221;20220709;31.1;15.7;23.4;2.3;15.31;0;5.88;26627
+70080;43.44708;.93731;221;20220710;32.9;16.6;24.7;1.6;14.61;0;5.93;27531
+70080;43.44708;.93731;221;20220711;35.2;16.5;25.8;1.2;15.11;0;6.04;28919
+70080;43.44708;.93731;221;20220712;35.3;17.4;26.4;1.7;16.26;0;6.4;28456
+70080;43.44708;.93731;221;20220713;35.4;18.2;26.8;1.6;14.61;0;6.37;28027
+70080;43.44708;.93731;221;20220714;36.5;18.7;27.6;1.7;16.21;0;6.51;28280
+70080;43.44708;.93731;221;20220715;35;20.6;27.8;2.7;16.76;0;6.74;25434
+70080;43.44708;.93731;221;20220716;37;19.5;28.3;1.3;15.46;0;6.25;27542
+70080;43.44708;.93731;221;20220717;38.1;18.3;28.2;1.7;15.21;0;6.8;28847
+70080;43.44708;.93731;221;20220718;37.4;19.2;28.3;3.2;16.21;0;7.71;27393
+70080;43.44708;.93731;221;20220719;31.4;19.7;25.6;2.5;21.16;0;5.24;22602
+70080;43.44708;.93731;221;20220720;29.4;20.4;24.9;3.1;17.26;0;5.19;19193
+70080;43.44708;.93731;221;20220721;32.4;16.6;24.5;1.6;17.21;0;5.56;26131
+70080;43.44708;.93731;221;20220722;27.1;18.8;23;4;18.61;.3;4.68;18696
+70080;43.44708;.93731;221;20220723;28.1;17.9;23;1.8;16.81;0;4.44;20267
+70080;43.44708;.93731;221;20220724;36.7;16.2;26.4;1.6;17.46;0;6.36;29040
+70080;43.44708;.93731;221;20220725;26.8;21.4;24.1;4.5;18.91;.3;4.47;14341
+70080;43.44708;.93731;221;20220726;26.2;17.6;21.9;3.1;16.16;.1;4.42;18062
+70080;43.44708;.93731;221;20220727;27.9;15.8;21.9;2.5;13.46;0;5.13;22175
+70080;43.44708;.93731;221;20220728;28.5;15.3;21.9;2.6;15.16;1.6;5.07;23078
+70080;43.44708;.93731;221;20220729;23.1;16.9;20;2.3;18.16;2.9;3.08;15059
+70080;43.44708;.93731;221;20220730;29.2;18.7;24;2.2;18.06;0;4.64;20203
+70080;43.44708;.93731;221;20220731;31.7;17.3;24.5;2.1;17.81;0;5.36;24004
+70080;43.44708;.93731;221;20220801;33.4;17.6;25.5;2.7;18.06;0;6.04;24975
+70080;43.44708;.93731;221;20220802;34.9;18;26.4;2.3;16.06;0;6.35;25855
+70080;43.44708;.93731;221;20220803;37.1;16;26.6;1.4;15.16;0;6.15;28178
+70080;43.44708;.93731;221;20220804;34.9;20.1;27.5;2.8;21.71;.7;6.02;23797
+70080;43.44708;.93731;221;20220805;30.7;20.5;25.6;3.4;19.71;0;5.13;19030
+70080;43.44708;.93731;221;20220806;32.3;18.6;25.5;2.4;18.26;0;5.43;22528
+70080;43.44708;.93731;221;20220807;33.5;19.2;26.4;2.6;16.26;0;6.02;23140
+70080;43.44708;.93731;221;20220808;34.5;17.9;26.2;2.3;13.81;0;6.2;24914
+70080;43.44708;.93731;221;20220809;35.8;18.4;27.1;1.8;14.16;.1;6.05;25491
+70080;43.44708;.93731;221;20220810;37.4;18.8;28.1;1.5;14.91;0;6.01;26044
+70080;43.44708;.93731;221;20220811;37.3;19.7;28.5;2.3;19.96;0;6.34;25363
+70080;43.44708;.93731;221;20220812;38.5;21.3;29.9;1.9;20.11;0;6.25;24898
+70080;43.44708;.93731;221;20220813;33;20.5;26.8;2.4;20.76;.5;5.11;20491
+70080;43.44708;.93731;221;20220814;27.5;20.4;23.9;3;19.76;0;3.91;15275
+70080;43.44708;.93731;221;20220815;28.9;19.4;24.2;1.8;16.31;0;4.16;17549
+70080;43.44708;.93731;221;20220816;29.2;15.6;22.4;2.7;16.26;7.1;4.83;21564
+70080;43.44708;.93731;221;20220817;24.8;16.5;20.6;2.6;17.11;.6;3.43;15923
+70080;43.44708;.93731;221;20220818;24.4;15.8;20.1;3.4;17.21;3.3;3.47;16419
+70080;43.44708;.93731;221;20220819;26.9;16.3;21.6;2.8;16.51;.1;4.12;18374
+70080;43.44708;.93731;221;20220820;29.9;15.4;22.7;1.5;16.71;0;4.35;21686
+70080;43.44708;.93731;221;20220821;28;18.5;23.2;2.5;18.16;.3;4.03;17190
+70080;43.44708;.93731;221;20220822;25.2;18.4;21.8;3.3;19.06;.4;3.38;14191
+70080;43.44708;.93731;221;20220823;29.8;19.3;24.5;1.6;19.46;0;3.9;17769
+70080;43.44708;.93731;221;20220824;35.3;17.8;26.6;1.2;17.46;.5;4.95;23360
+70080;43.44708;.93731;221;20220825;28.7;21.1;24.9;2.9;21.21;3.2;3.82;14688
+70080;43.44708;.93731;221;20220826;28.9;19.3;24.1;2.4;19.66;.1;3.9;16491
+70080;43.44708;.93731;221;20220827;30.7;18.2;24.4;2.3;17.66;0;4.49;18903
+70080;43.44708;.93731;221;20220828;34;17;25.5;1.3;15.76;.1;4.73;22322
+70080;43.44708;.93731;221;20220829;33.3;19.1;26.2;2.3;17.61;5.8;5.12;20269
+70080;43.44708;.93731;221;20220830;31.5;16.8;24.1;1.8;18.91;0;4.3;20228
+70080;43.44708;.93731;221;20220831;27.2;18.8;23;2.8;20.76;1.3;3.39;14815
+70080;43.44708;.93731;221;20220901;28.7;18.6;23.7;2;19.21;0;3.62;16145
+70080;43.44708;.93731;221;20220902;27.8;18.3;23;2.4;18.21;3.7;3.66;15650
+70080;43.44708;.93731;221;20220903;27;17.4;22.2;1.6;18.16;.1;3.22;15650
+70080;43.44708;.93731;221;20220904;32.1;16.3;24.2;2.4;18.81;.1;4.51;20366
+70080;43.44708;.93731;221;20220905;33.4;18.7;26;2.3;20.96;4.2;4.55;19472
+70080;43.44708;.93731;221;20220906;31.9;18.7;25.3;2.2;18.46;0;4.31;18123
+70080;43.44708;.93731;221;20220907;28.1;16.3;22.2;2.2;15.51;.1;3.84;16991
+70080;43.44708;.93731;221;20220908;26.2;13.8;20;1.3;14.31;.2;3.23;17243
+70080;43.44708;.93731;221;20220909;23.6;16.1;19.8;1.9;15.96;1.7;2.73;12927
+70080;43.44708;.93731;221;20220910;27.2;13.1;20.2;1.6;14.11;0;3.45;18167
+70080;43.44708;.93731;221;20220911;33;14.3;23.6;2;14.31;0;4.6;20772
+70080;43.44708;.93731;221;20220912;30.4;17.2;23.8;3.4;19.01;.1;4.27;17321
+70080;43.44708;.93731;221;20220913;30.2;20.8;25.5;2.5;19.91;.4;3.7;14232
+70080;43.44708;.93731;221;20220914;29.3;18.3;23.8;1.9;17.41;2;3.52;15410
+70080;43.44708;.93731;221;20220915;28.7;18;23.3;2.1;17.31;1.4;3.49;14891
+70080;43.44708;.93731;221;20220916;25;18.7;21.8;3.1;16.91;.3;3.1;10747
+70080;43.44708;.93731;221;20220917;21.5;12.8;17.2;2.3;11.11;0;2.88;12986
+70080;43.44708;.93731;221;20220918;24.3;7;15.7;1.2;7.91;0;3.01;18753
+70080;43.44708;.93731;221;20220919;26.6;9.3;18;1.8;7.91;0;3.67;18663
+70080;43.44708;.93731;221;20220920;25.3;9.9;17.6;2.8;9.11;0;3.96;17308
+70080;43.44708;.93731;221;20220921;24.8;10.5;17.7;2.3;10.46;0;3.41;16437
+70080;43.44708;.93731;221;20220922;25.9;9.2;17.5;1.5;10.81;0;3.13;17702
+70080;43.44708;.93731;221;20220923;24.9;10.5;17.7;1.8;13.06;5.1;2.87;16136
+70080;43.44708;.93731;221;20220924;19;14.5;16.7;2.1;14.96;1;1.74;8444
+70080;43.44708;.93731;221;20220925;19.3;10.3;14.8;2.2;11.96;.1;2.16;12207
+70080;43.44708;.93731;221;20220926;20.2;9;14.6;3.7;11.41;2.7;2.67;13700
+70080;43.44708;.93731;221;20220927;16.9;12.8;14.9;4.7;13.71;5.8;1.68;7656
+70080;43.44708;.93731;221;20220928;17.8;14.3;16.1;6;15.11;13.8;1.72;6838
+70080;43.44708;.93731;221;20220929;16.7;12.6;14.6;3.9;13.41;7.7;1.65;7529
+70080;43.44708;.93731;221;20220930;18.1;10.4;14.3;3.1;11.51;.6;2.11;10494
+70080;43.44708;.93731;221;20221001;22.7;9.2;16;2.4;12.26;.1;2.58;14287
+70080;43.44708;.93731;221;20221002;23.9;11;17.5;1;14.46;.1;2.07;13814
+70080;43.44708;.93731;221;20221003;23.6;12.8;18.2;1;14.26;0;2.01;12411
+70080;43.44708;.93731;221;20221004;25.9;10.3;18.1;1.1;13.06;.1;2.33;14917
+70080;43.44708;.93731;221;20221005;26;10.4;18.2;2.4;13.81;0;2.84;14828
+70080;43.44708;.93731;221;20221006;21.1;14.9;18;1.4;14.91;0;1.73;8589
+70080;43.44708;.93731;221;20221007;23.3;11.8;17.6;1.5;14.76;0;2;12184
+70080;43.44708;.93731;221;20221008;21.8;15.1;18.4;1.8;16.31;.7;1.72;8925
+70080;43.44708;.93731;221;20221009;25;11.5;18.2;2.2;13.96;.2;2.41;12957
+70080;43.44708;.93731;221;20221010;24.6;12.3;18.5;2.3;14.46;0;2.38;12305
+70080;43.44708;.93731;221;20221011;21.5;15;18.2;1.4;15.96;0;1.61;8423
+70080;43.44708;.93731;221;20221012;22.4;13.2;17.8;1.8;15.61;.9;1.79;10035
+70080;43.44708;.93731;221;20221013;23.4;13.9;18.7;2;15.16;.6;2.01;10102
+70080;43.44708;.93731;221;20221014;22.2;17.3;19.8;3.5;16.21;.5;2.17;6821
+70080;43.44708;.93731;221;20221015;27.9;11;19.5;2;14.06;.2;2.59;13645
+70080;43.44708;.93731;221;20221016;26.2;14.1;20.1;3.7;16.91;.6;2.63;11244
+70080;43.44708;.93731;221;20221017;25.2;17.5;21.4;3.6;18.61;.3;2.36;8594
+70080;43.44708;.93731;221;20221018;27.4;15.7;21.6;3.4;17.66;.3;2.69;10778
+70080;43.44708;.93731;221;20221019;25.1;15.6;20.3;3.2;16.91;1.5;2.17;9456
+70080;43.44708;.93731;221;20221020;23.5;17.1;20.3;2.5;17.76;0;1.79;7429
+70080;43.44708;.93731;221;20221021;22.2;15.9;19.1;1.7;14.36;.4;1.72;7153
+70080;43.44708;.93731;221;20221022;25.4;12.8;19.1;2;14.01;.4;2.14;10591
+70080;43.44708;.93731;221;20221023;28.3;15.3;21.8;2.8;12.76;.3;3.18;10650
+70080;43.44708;.93731;221;20221024;23.9;14;18.9;1.6;12.36;0;1.96;8903
+70080;43.44708;.93731;221;20221025;23.7;12.6;18.2;1.9;13.46;.3;1.94;9452
+70080;43.44708;.93731;221;20221026;23.8;11.7;17.8;2.2;15.01;.1;1.74;9814
+70080;43.44708;.93731;221;20221027;23.6;12;17.8;3.1;15.41;.1;1.85;9380
+70080;43.44708;.93731;221;20221028;26;16.2;21.1;3.4;16.51;0;2.37;8461
+70080;43.44708;.93731;221;20221029;25.1;12.9;19;3.6;14.41;.1;2.28;9434
+70080;43.44708;.93731;221;20221030;21.1;12.1;16.6;2.3;13.96;.1;1.54;7842
+70080;43.44708;.93731;221;20221031;24.2;10.3;17.2;2.5;14.01;1.5;1.88;9877
+70080;43.44708;.93731;221;20221101;20.4;14.2;17.3;2.1;13.46;0;1.57;5955
+70080;43.44708;.93731;221;20221102;19.7;13.1;16.4;2.3;12.76;0;1.56;6184
+70080;43.44708;.93731;221;20221103;20.5;13.5;17;4.8;12.31;3.1;2.49;6313
+70080;43.44708;.93731;221;20221104;13.5;10.1;11.8;5.6;10.61;9.6;1.42;3932
+70080;43.44708;.93731;221;20221105;15.9;8.4;12.1;2.1;9.96;.1;1.22;6297
+70080;43.44708;.93731;221;20221106;20.6;4.3;12.4;1.9;8.51;.1;1.56;9958
+70080;43.44708;.93731;221;20221107;19.5;5.5;12.5;2.2;9.96;.1;1.42;9004
+70080;43.44708;.93731;221;20221108;19.4;9.4;14.4;2.5;13.16;.1;1.22;7297
+70080;43.44708;.93731;221;20221109;17;11;14;2.1;12.91;2.6;1.02;5207
+70080;43.44708;.93731;221;20221110;14.2;6.6;10.4;1.4;10.71;.1;.67;6020
+70080;43.44708;.93731;221;20221111;20.7;5.6;13.2;2.2;11.01;.1;1.31;8837
+70080;43.44708;.93731;221;20221112;21.6;9.3;15.5;2.7;12.46;.1;1.38;7823
+70080;43.44708;.93731;221;20221113;20.5;5.4;13;1.6;10.66;0;1.06;8655
+70080;43.44708;.93731;221;20221114;15.2;9;12.1;2.3;11.61;.5;.9;4884
+70080;43.44708;.93731;221;20221115;17.2;9.6;13.4;1.9;12.86;5.7;.81;5606
+70080;43.44708;.93731;221;20221116;18.4;8.4;13.4;1.7;11.01;.3;1.06;6596
+70080;43.44708;.93731;221;20221117;17.8;10.9;14.4;2.8;12.56;11.6;1.21;5160
+70080;43.44708;.93731;221;20221118;12.2;9.2;10.7;3.9;10.41;1.9;.99;2892
+70080;43.44708;.93731;221;20221119;9.9;7.1;8.5;3.8;9.06;1;.86;2689
+70080;43.44708;.93731;221;20221120;13.2;2.7;8;2.9;8.86;4.4;.85;6411
+70080;43.44708;.93731;221;20221121;13.4;8.4;10.9;3.3;10.66;21.8;.9;3905
+70080;43.44708;.93731;221;20221122;10.6;6.2;8.4;4.5;8.96;12.4;.93;3608
+70080;43.44708;.93731;221;20221123;15.8;8.1;12;3.4;11.41;5.4;.99;5041
+70080;43.44708;.93731;221;20221124;13.7;6;9.9;1.9;9.56;.8;.8;5082
+70080;43.44708;.93731;221;20221125;10.8;7.3;9;2.8;9.91;4.1;.66;2932
+70080;43.44708;.93731;221;20221126;12.4;3.1;7.8;1.5;8.36;.3;.59;5547
+70080;43.44708;.93731;221;20221127;11.7;3;7.3;2.5;8.21;2.2;.72;5285
+70080;43.44708;.93731;221;20221128;11.8;7.7;9.7;4.1;10.16;3.9;.81;3186
+70080;43.44708;.93731;221;20221129;12.1;7.7;9.9;3;10.06;.6;.81;3217
+70080;43.44708;.93731;221;20221130;4.8;2.6;3.7;1.3;8.16;.1;.28;1866
+70080;43.44708;.93731;221;20221201;4.6;2.8;3.7;1.6;7.61;.1;.36;1588
+70080;43.44708;.93731;221;20221202;6.6;3.7;5.1;1.3;7.61;0;.46;2332
+70080;43.44708;.93731;221;20221203;7.2;3.2;5.2;1;7.41;0;.44;2905
+70080;43.44708;.93731;221;20221204;9.1;.4;4.7;1.4;6.61;0;.52;4889
+70080;43.44708;.93731;221;20221205;11.5;-.9;5.3;2.2;6.26;0;.68;6108
+70080;43.44708;.93731;221;20221206;10.3;3.7;7;1.4;7.91;.1;.6;4072
+70080;43.44708;.93731;221;20221207;13.3;7;10.1;1;9.71;.1;.58;3904
+70080;43.44708;.93731;221;20221208;8;4.7;6.3;2.4;8.76;1.6;.45;2470
+70080;43.44708;.93731;221;20221209;12.8;5.9;9.4;1.8;9.91;1.2;.57;4095
+70080;43.44708;.93731;221;20221210;4.1;2.3;3.2;4.1;6.56;.1;.66;1066
+70080;43.44708;.93731;221;20221211;3.7;-4.9;-.6;1.4;4.91;.1;.34;4675
+70080;43.44708;.93731;221;20221212;5.5;.3;2.9;2.2;6.91;7.8;.39;3258
+70080;43.44708;.93731;221;20221213;14.5;3.8;9.1;2.6;10.61;2.8;.45;5187
+70080;43.44708;.93731;221;20221214;17.3;7.9;12.6;1.8;11.31;.7;.68;4817
+70080;43.44708;.93731;221;20221215;14.3;7.7;11;2.7;11.71;4.7;.59;3865
+70080;43.44708;.93731;221;20221216;10.3;7.7;9;2.5;10.56;5.7;.48;1907
+70080;43.44708;.93731;221;20221217;7;5.4;6.2;1.4;8.71;0;.45;1093
+70080;43.44708;.93731;221;20221218;10.6;3.3;6.9;3.6;8.96;0;.5;4076
+70080;43.44708;.93731;221;20221219;13.8;6.1;10;4.1;9.91;0;.84;4245
+70080;43.44708;.93731;221;20221220;13.7;8.2;11;3.5;10.61;.7;.84;3267
+70080;43.44708;.93731;221;20221221;18.1;9.2;13.6;1.6;11.41;.1;.8;4642
+70080;43.44708;.93731;221;20221222;18.5;9.6;14.1;2.3;11.41;0;1.2;3804
+70080;43.44708;.93731;221;20221223;18.4;9;13.7;1.5;11.46;0;.81;4815
+70080;43.44708;.93731;221;20221224;18;7.3;12.6;1.9;10.36;0;.89;5241
+70080;43.44708;.93731;221;20221225;14.5;6.7;10.6;2.7;9.61;.1;.84;4294
+70080;43.44708;.93731;221;20221226;17.5;6.9;12.2;2.1;10.16;.7;.89;5232
+70080;43.44708;.93731;221;20221227;13.4;8.4;10.9;1.3;11.01;.4;.52;3163
+70080;43.44708;.93731;221;20221228;15.5;5.7;10.6;2.1;9.46;.1;.78;5020
+70080;43.44708;.93731;221;20221229;13.1;6.5;9.8;2;9.81;2.8;.65;3892
+70080;43.44708;.93731;221;20221230;17.6;7.9;12.7;2.5;10.76;.4;.94;4993
+70080;43.44708;.93731;221;20221231;14.8;7.3;11.1;3.3;10.91;0;.74;4273
+70081;43.47381;1.24379;208;20220101;17.2;.6;8.9;1.3;7.9;0;.73;7251
+70081;43.47381;1.24379;208;20220102;17.2;-.2;8.5;1.8;8.6;.2;.82;7493
+70081;43.47381;1.24379;208;20220103;15.2;2.8;9;1.3;9.1;.1;.6;6184
+70081;43.47381;1.24379;208;20220104;14.1;1.9;8;2.9;9.8;10;.63;6165
+70081;43.47381;1.24379;208;20220105;7.7;5.2;6.4;3.6;7.3;.1;.98;2180
+70081;43.47381;1.24379;208;20220106;6.9;-1.5;2.7;2.7;5.5;.1;.76;4994
+70081;43.47381;1.24379;208;20220107;8.8;-3.4;2.7;3.8;6.8;2.9;.57;6304
+70081;43.47381;1.24379;208;20220108;9.8;6.1;7.9;6.8;9.5;1.4;.77;2983
+70081;43.47381;1.24379;208;20220109;8.9;8.3;8.6;5.8;10.3;38.6;.63;526
+70081;43.47381;1.24379;208;20220110;12.2;8.1;10.1;3.5;10.9;14;.73;3266
+70081;43.47381;1.24379;208;20220111;9.3;3.8;6.5;2.9;8.2;0;.69;4005
+70081;43.47381;1.24379;208;20220112;6.5;-1.3;2.6;2.1;6.1;.1;.55;5040
+70081;43.47381;1.24379;208;20220113;3.5;-3.6;-.1;1.1;5.8;.1;.3;4806
+70081;43.47381;1.24379;208;20220114;8.1;-3.3;2.4;.7;5.5;.1;.41;6464
+70081;43.47381;1.24379;208;20220115;10.4;-4.8;2.8;1.6;5;.1;.76;7722
+70081;43.47381;1.24379;208;20220116;8.3;-3.8;2.2;1.5;5.3;.1;.62;6840
+70081;43.47381;1.24379;208;20220117;3.8;-4.1;-.2;.9;5.6;.1;.33;5368
+70081;43.47381;1.24379;208;20220118;1.7;-1;.3;1.1;6.2;.1;.3;2697
+70081;43.47381;1.24379;208;20220119;9.1;.6;4.8;2.8;7.6;1.2;.62;5746
+70081;43.47381;1.24379;208;20220120;5.7;3.4;4.5;2;7.9;1.1;.44;2473
+70081;43.47381;1.24379;208;20220121;4.6;.6;2.6;3.5;5.8;0;.77;3679
+70081;43.47381;1.24379;208;20220122;7;-4.2;1.4;1.5;5.2;.1;.6;7017
+70081;43.47381;1.24379;208;20220123;9.4;-4.6;2.4;1.6;5.5;.1;.71;8081
+70081;43.47381;1.24379;208;20220124;13.5;-3.3;5.1;1.2;6.2;0;.78;9074
+70081;43.47381;1.24379;208;20220125;13.2;-3.5;4.8;.7;6;.1;.61;9157
+70081;43.47381;1.24379;208;20220126;11.7;-3;4.3;1.4;5.9;0;.81;8630
+70081;43.47381;1.24379;208;20220127;11.8;-4.1;3.8;1.1;5.8;.1;.73;9138
+70081;43.47381;1.24379;208;20220128;3.2;-3.1;0;1.7;6.3;.1;.3;5401
+70081;43.47381;1.24379;208;20220129;3.5;.5;2;1.3;6.8;.1;.39;3423
+70081;43.47381;1.24379;208;20220130;2.1;-1.4;.3;1.9;6.4;0;.29;3848
+70081;43.47381;1.24379;208;20220131;9.7;.7;5.2;5.9;8.5;1.4;.61;6962
+70081;43.47381;1.24379;208;20220201;9.2;2.4;5.8;5;7.6;0;1.01;5986
+70081;43.47381;1.24379;208;20220202;10.5;7.3;8.9;3.1;9.6;0;.87;3804
+70081;43.47381;1.24379;208;20220203;11.7;3;7.3;2;9.4;0;.7;7120
+70081;43.47381;1.24379;208;20220204;12.5;6.9;9.7;2.7;10.4;.4;.87;5566
+70081;43.47381;1.24379;208;20220205;9.9;8;8.9;3.1;8.6;.2;1.13;2810
+70081;43.47381;1.24379;208;20220206;10.1;-1.5;4.3;3.3;6.8;.1;1.01;8757
+70081;43.47381;1.24379;208;20220207;12.2;5.7;8.9;5.3;9.5;.3;1.19;6358
+70081;43.47381;1.24379;208;20220208;14.4;-.8;6.8;1.7;6.8;0;1.22;10475
+70081;43.47381;1.24379;208;20220209;15.4;4.5;9.9;2.9;8;0;1.66;8817
+70081;43.47381;1.24379;208;20220210;4.7;.3;2.5;1.7;8.7;0;.19;5262
+70081;43.47381;1.24379;208;20220211;11.7;6;8.8;2.5;9.1;.1;1.04;6239
+70081;43.47381;1.24379;208;20220212;12.7;.9;6.8;2.7;7.5;0;1.27;9616
+70081;43.47381;1.24379;208;20220213;15.3;6.6;10.9;4.9;9.9;4.2;1.72;8210
+70081;43.47381;1.24379;208;20220214;11.2;7.5;9.3;5.6;9.4;5.6;1.33;5030
+70081;43.47381;1.24379;208;20220215;11.8;5.4;8.6;5.7;8.6;1.4;1.52;7080
+70081;43.47381;1.24379;208;20220216;14.7;7.4;11;6.3;10.7;0;1.59;7749
+70081;43.47381;1.24379;208;20220217;16.4;11.5;13.9;5.4;12;0;1.89;6232
+70081;43.47381;1.24379;208;20220218;18.9;3.5;11.2;2.8;11.1;1.3;1.64;12101
+70081;43.47381;1.24379;208;20220219;11;7.5;9.2;3.3;8.8;.4;1.29;5245
+70081;43.47381;1.24379;208;20220220;14.6;.4;7.5;4;8.7;0;1.51;11891
+70081;43.47381;1.24379;208;20220221;14.3;8.3;11.3;7.6;9.5;1;2.24;7431
+70081;43.47381;1.24379;208;20220222;14.4;5.7;10;3.6;8.8;0;1.75;9310
+70081;43.47381;1.24379;208;20220223;16.3;.9;8.6;2.1;8.4;0;1.62;12938
+70081;43.47381;1.24379;208;20220224;14.7;6.3;10.5;4.3;9.9;.3;1.67;9381
+70081;43.47381;1.24379;208;20220225;11.5;6.1;8.8;3;7.2;0;1.68;7395
+70081;43.47381;1.24379;208;20220226;13.6;-4;4.8;3.4;5.2;.1;2.13;14464
+70081;43.47381;1.24379;208;20220227;16.1;-1.8;7.1;1.2;7.2;0;1.56;14785
+70081;43.47381;1.24379;208;20220228;17.6;0;8.8;1.1;7.8;0;1.65;14839
+70081;43.47381;1.24379;208;20220301;15.8;1.1;8.4;4.6;8.2;0;2.15;13635
+70081;43.47381;1.24379;208;20220302;12.1;6.5;9.3;2.8;10.2;15.1;1.14;8082
+70081;43.47381;1.24379;208;20220303;16.7;2.4;9.5;1.9;9.8;.4;1.65;13776
+70081;43.47381;1.24379;208;20220304;9;6.3;7.6;5.4;10.3;6;.58;5410
+70081;43.47381;1.24379;208;20220305;10.6;6.2;8.4;4.1;8.7;0;1.39;7321
+70081;43.47381;1.24379;208;20220306;10.5;4.8;7.6;2.8;7.7;0;1.44;8602
+70081;43.47381;1.24379;208;20220307;12.7;-.3;6.2;3;7.2;0;1.72;13745
+70081;43.47381;1.24379;208;20220308;14.6;5.4;10;3.8;9.1;6.3;1.93;11520
+70081;43.47381;1.24379;208;20220309;15.1;2.4;8.7;3.7;9.8;0;1.69;13903
+70081;43.47381;1.24379;208;20220310;14.3;8.1;11.2;3.9;10.7;.1;1.65;9483
+70081;43.47381;1.24379;208;20220311;14.1;9;11.5;5.1;10.8;7.2;1.76;8599
+70081;43.47381;1.24379;208;20220312;11.7;7.7;9.7;3.7;10.4;4.3;1.23;7577
+70081;43.47381;1.24379;208;20220313;11.7;7.8;9.7;5.3;9.7;3.2;1.55;7560
+70081;43.47381;1.24379;208;20220314;13.2;5;9.1;9.2;10.6;0;1.34;11615
+70081;43.47381;1.24379;208;20220315;15;11.9;13.4;11.3;12.2;0;2.18;6781
+70081;43.47381;1.24379;208;20220316;14.4;11.7;13;6.4;12.3;.4;1.69;6328
+70081;43.47381;1.24379;208;20220317;14.3;11.2;12.7;2.7;12.8;2.4;1.3;6946
+70081;43.47381;1.24379;208;20220318;8.6;8.4;8.5;2.2;10.2;0;.75;3110
+70081;43.47381;1.24379;208;20220319;15.2;5.9;10.5;5.4;9.5;0;2.31;13160
+70081;43.47381;1.24379;208;20220320;16;7.3;11.6;6.3;10.6;0;2.33;12829
+70081;43.47381;1.24379;208;20220321;15.5;9.9;12.7;9.1;9.8;0;3.05;10175
+70081;43.47381;1.24379;208;20220322;15.9;8.1;12;9.4;7.8;0;3.87;12347
+70081;43.47381;1.24379;208;20220323;15.6;6.7;11.1;6.3;7.8;0;3.23;13407
+70081;43.47381;1.24379;208;20220324;17.2;4.7;10.9;4.2;8.4;0;2.94;16266
+70081;43.47381;1.24379;208;20220325;17.7;5.4;11.5;3.6;8.3;0;3;16289
+70081;43.47381;1.24379;208;20220326;17;6.9;11.9;5.5;8.2;0;3.35;14800
+70081;43.47381;1.24379;208;20220327;21;6.7;13.8;4.5;8.3;0;4.05;18004
+70081;43.47381;1.24379;208;20220328;20.6;2.5;11.5;2.8;7.9;0;3.42;20595
+70081;43.47381;1.24379;208;20220329;18.3;9.2;13.7;2.9;10.9;3.1;2.62;14407
+70081;43.47381;1.24379;208;20220330;11.1;9.3;10.2;2.8;11.4;5.3;1.03;5829
+70081;43.47381;1.24379;208;20220331;13.5;8.5;11;6.7;9.4;6.5;2.41;10585
+70081;43.47381;1.24379;208;20220401;7.8;1.2;4.5;7.9;6;1.5;1.97;12449
+70081;43.47381;1.24379;208;20220402;8.6;1.1;4.8;6.6;5.3;0;2.38;13470
+70081;43.47381;1.24379;208;20220403;7.7;-2.1;2.8;2.8;5.1;0;1.84;15703
+70081;43.47381;1.24379;208;20220404;11;-3.3;3.8;1.4;5.3;0;2.09;19377
+70081;43.47381;1.24379;208;20220405;15.1;-2.6;6.2;2.2;6.4;0;2.68;21874
+70081;43.47381;1.24379;208;20220406;11.8;5;8.4;3.1;9.5;0;1.68;13235
+70081;43.47381;1.24379;208;20220407;21.1;5.7;13.4;4.7;10.9;.4;3.65;20671
+70081;43.47381;1.24379;208;20220408;21.1;9.8;15.4;4.6;11.4;.2;3.71;17688
+70081;43.47381;1.24379;208;20220409;15.1;7.8;11.4;4;8.5;.4;2.83;14108
+70081;43.47381;1.24379;208;20220410;18.4;-.9;8.7;4.7;7.8;0;3.58;23848
+70081;43.47381;1.24379;208;20220411;17.4;9.4;13.4;10.4;11.4;0;3.18;15064
+70081;43.47381;1.24379;208;20220412;17.7;11.4;14.5;8.3;11.8;.1;3.23;13345
+70081;43.47381;1.24379;208;20220413;13;11.6;12.3;3;12.6;1.7;1.25;5732
+70081;43.47381;1.24379;208;20220414;21.4;6.6;14;1.6;12;.2;3.19;21388
+70081;43.47381;1.24379;208;20220415;21.8;7.8;14.8;2.9;13.2;0;3.33;20925
+70081;43.47381;1.24379;208;20220416;22.2;10.4;16.3;4.2;12.8;0;3.79;19256
+70081;43.47381;1.24379;208;20220417;22.2;6.5;14.3;4.2;11.9;0;3.88;22548
+70081;43.47381;1.24379;208;20220418;18.2;9.9;14;3.7;11.3;0;3.02;16196
+70081;43.47381;1.24379;208;20220419;13.8;8.9;11.3;3.6;11.5;11.8;1.87;12265
+70081;43.47381;1.24379;208;20220420;11.7;8.1;9.9;2.4;10.8;5.9;1.53;10423
+70081;43.47381;1.24379;208;20220421;12.7;8.3;10.5;2.6;11.6;.4;1.61;11726
+70081;43.47381;1.24379;208;20220422;17.1;9.3;13.2;2.4;12.1;0;2.53;16101
+70081;43.47381;1.24379;208;20220423;13.5;11;12.2;3.5;11.4;13.2;1.82;8676
+70081;43.47381;1.24379;208;20220424;16.1;9.1;12.6;5.9;11.6;.1;2.59;15391
+70081;43.47381;1.24379;208;20220425;19.4;3.9;11.6;1.6;10.7;.1;3.25;23611
+70081;43.47381;1.24379;208;20220426;23;4.5;13.7;1.9;10.7;0;4.02;26058
+70081;43.47381;1.24379;208;20220427;21.5;7.5;14.5;2.3;12.4;0;3.57;22654
+70081;43.47381;1.24379;208;20220428;17.5;13.3;15.4;2.4;14.7;.7;2.16;11960
+70081;43.47381;1.24379;208;20220429;21.7;12.7;17.2;2.6;14.6;.9;3.33;18147
+70081;43.47381;1.24379;208;20220430;21.5;13.3;17.4;3.4;13.3;0;3.64;17368
+70081;43.47381;1.24379;208;20220501;20.4;9.8;15.1;3;12.4;.1;3.47;20015
+70081;43.47381;1.24379;208;20220502;19.1;11.9;15.5;3.1;12.9;0;2.46;10072
+70081;43.47381;1.24379;208;20220503;20.8;9.8;15.3;2.6;12.9;1.9;3.47;20631
+70081;43.47381;1.24379;208;20220504;18.9;11.9;15.4;3;13.7;3;2.54;12910
+70081;43.47381;1.24379;208;20220505;20.3;10.7;15.5;4.9;11.9;0;3.89;19397
+70081;43.47381;1.24379;208;20220506;20.6;10.7;15.6;5.1;11.9;0;4.02;19814
+70081;43.47381;1.24379;208;20220507;22.4;10.6;16.5;4.9;12.5;.8;4.4;21844
+70081;43.47381;1.24379;208;20220508;24;12.5;18.2;3.8;13.7;.1;4.48;21652
+70081;43.47381;1.24379;208;20220509;26.4;9.5;17.9;1.5;12.8;0;4.62;26614
+70081;43.47381;1.24379;208;20220510;28.7;9.5;19.1;1.4;12.9;0;5.07;28570
+70081;43.47381;1.24379;208;20220511;27.9;10;18.9;2.2;14.3;0;5.12;27667
+70081;43.47381;1.24379;208;20220512;24.5;14.4;19.4;2.7;15.2;0;3.69;16236
+70081;43.47381;1.24379;208;20220513;25.4;13.7;19.5;.9;16.3;0;3.07;15745
+70081;43.47381;1.24379;208;20220514;29.7;11.7;20.7;2.2;15.9;0;5.46;28094
+70081;43.47381;1.24379;208;20220515;26.2;16.2;21.2;4.5;15.8;0;5.06;20729
+70081;43.47381;1.24379;208;20220516;28.5;13;20.7;1.2;16.6;0;4.77;26190
+70081;43.47381;1.24379;208;20220517;30.5;13.8;22.1;1.8;16;0;5.46;27330
+70081;43.47381;1.24379;208;20220518;32;14.8;23.4;2.5;16.4;0;6.12;27853
+70081;43.47381;1.24379;208;20220519;26.3;18.1;22.2;5.2;18.8;0;4.67;18942
+70081;43.47381;1.24379;208;20220520;30;17.4;23.7;4;18.7;0;5.76;23838
+70081;43.47381;1.24379;208;20220521;30.7;14.8;22.7;2.5;17.7;0;5.7;27009
+70081;43.47381;1.24379;208;20220522;30.1;15.6;22.8;2.4;17.5;1.9;5.49;25822
+70081;43.47381;1.24379;208;20220523;22.4;16.4;19.4;4.1;15.4;0;3.44;12186
+70081;43.47381;1.24379;208;20220524;16.7;13.4;15;3.4;12.7;3.2;2.36;9529
+70081;43.47381;1.24379;208;20220525;19.9;11.4;15.6;4.4;12.3;0;3.14;12039
+70081;43.47381;1.24379;208;20220526;18.9;11;14.9;3.2;12.9;0;2.56;11623
+70081;43.47381;1.24379;208;20220527;24.7;13.4;19;3;14;0;4.25;18972
+70081;43.47381;1.24379;208;20220528;26.8;11.4;19.1;3.2;13;0;5.55;27099
+70081;43.47381;1.24379;208;20220529;25.8;8.6;17.2;2.2;9.8;0;5.37;28774
+70081;43.47381;1.24379;208;20220530;26.1;7.9;17;1.6;11.8;2.1;5.08;29700
+70081;43.47381;1.24379;208;20220531;27.4;12.3;19.8;1.3;13.8;.1;4.18;20891
+70081;43.47381;1.24379;208;20220601;30.1;12.7;21.4;2.4;15.9;0;5.89;29140
+70081;43.47381;1.24379;208;20220602;26.1;16.2;21.1;3.8;18;.4;4.65;21741
+70081;43.47381;1.24379;208;20220603;30.4;17;23.7;4;18.9;.9;6.03;25531
+70081;43.47381;1.24379;208;20220604;25.6;16.7;21.1;2.1;20.7;7.9;2.82;12608
+70081;43.47381;1.24379;208;20220605;25;16;20.5;2.4;17.7;0;3.57;16272
+70081;43.47381;1.24379;208;20220606;29.6;13;21.3;1.6;17.6;2.4;5.4;28691
+70081;43.47381;1.24379;208;20220607;23.6;16.9;20.2;2.4;16.5;0;2.95;10938
+70081;43.47381;1.24379;208;20220608;20.4;14.3;17.3;2.4;16.8;1.8;2.47;12700
+70081;43.47381;1.24379;208;20220609;23.7;13.1;18.4;3.6;14.2;.1;4.18;18972
+70081;43.47381;1.24379;208;20220610;29.2;10.4;19.8;2;13.8;0;5.83;30769
+70081;43.47381;1.24379;208;20220611;34.3;12.6;23.4;1.9;14.5;0;6.69;31218
+70081;43.47381;1.24379;208;20220612;31.1;16.9;24;2.6;18.8;2.5;5.89;26643
+70081;43.47381;1.24379;208;20220613;31.8;18.3;25;2.9;20.4;0;6;25971
+70081;43.47381;1.24379;208;20220614;36.8;17.3;27;2.3;18.9;.9;7.38;31294
+70081;43.47381;1.24379;208;20220615;36.9;18.3;27.6;1.6;19.3;0;6.87;30727
+70081;43.47381;1.24379;208;20220616;37.2;18.9;28;1.4;19.4;0;6.75;30485
+70081;43.47381;1.24379;208;20220617;39.3;18.3;28.8;2;19;0;7.61;31341
+70081;43.47381;1.24379;208;20220618;36.1;19;27.5;4.6;18.2;0;8.54;29452
+70081;43.47381;1.24379;208;20220619;34.8;20.7;27.7;4.7;20.4;0;7.73;26643
+70081;43.47381;1.24379;208;20220620;29.7;17.4;23.5;2.3;20;0;3.92;15104
+70081;43.47381;1.24379;208;20220621;28.6;19.3;23.9;2.1;21;.4;3.86;15880
+70081;43.47381;1.24379;208;20220622;29.5;18.1;23.8;2.9;18.6;0;4.86;19094
+70081;43.47381;1.24379;208;20220623;28.5;15;21.7;2.9;17.7;18;5.39;26040
+70081;43.47381;1.24379;208;20220624;25.6;15.1;20.3;1.3;17.2;.7;3.49;17146
+70081;43.47381;1.24379;208;20220625;26.4;14.1;20.2;2.6;17;3.3;4.8;24785
+70081;43.47381;1.24379;208;20220626;18.4;14.1;16.2;2.6;16.1;3.3;1.86;8754
+70081;43.47381;1.24379;208;20220627;16.7;14.4;15.5;2.5;15.8;3.7;1.72;8571
+70081;43.47381;1.24379;208;20220628;26.1;15.2;20.6;2.1;15;.1;4.74;23220
+70081;43.47381;1.24379;208;20220629;29.1;12.2;20.6;2;15.4;2.3;5.62;29171
+70081;43.47381;1.24379;208;20220630;17.2;15.3;16.2;2.7;15.9;1.3;1.54;5667
+70081;43.47381;1.24379;208;20220701;24.5;13.7;19.1;1.2;14;0;3.37;16320
+70081;43.47381;1.24379;208;20220702;31.9;10.6;21.2;1.9;14.8;0;6.19;31152
+70081;43.47381;1.24379;208;20220703;30.3;16.3;23.3;2.6;18;1;5.73;26331
+70081;43.47381;1.24379;208;20220704;26.5;16.1;21.3;3.3;18;.1;3.94;15991
+70081;43.47381;1.24379;208;20220705;29.5;18.9;24.2;2.5;17.5;0;5.35;22697
+70081;43.47381;1.24379;208;20220706;28.1;15.6;21.8;3.3;16.1;0;5.52;24707
+70081;43.47381;1.24379;208;20220707;28.3;16.7;22.5;5.1;16.3;0;6.07;23719
+70081;43.47381;1.24379;208;20220708;29.5;16.1;22.8;3.5;16.1;0;6;25533
+70081;43.47381;1.24379;208;20220709;31.9;13.3;22.6;2;15.7;0;6.2;30230
+70081;43.47381;1.24379;208;20220710;33.9;14;23.9;1.9;15.4;0;6.56;30766
+70081;43.47381;1.24379;208;20220711;36.3;14.2;25.2;1.4;15.5;0;6.5;30704
+70081;43.47381;1.24379;208;20220712;36.1;15.5;25.8;1.6;16.6;0;6.65;30639
+70081;43.47381;1.24379;208;20220713;37;15.7;26.3;1.4;15.8;0;6.6;30571
+70081;43.47381;1.24379;208;20220714;37.3;17;27.1;1.2;17.6;0;6.48;30501
+70081;43.47381;1.24379;208;20220715;35.3;17.9;26.6;2.5;17.1;0;7;28810
+70081;43.47381;1.24379;208;20220716;37.8;16.2;27;1.7;15.9;0;6.93;30351
+70081;43.47381;1.24379;208;20220717;39.3;16.4;27.8;1.9;15;0;7.33;30272
+70081;43.47381;1.24379;208;20220718;38;17.6;27.8;4.7;16.3;0;9.3;30190
+70081;43.47381;1.24379;208;20220719;34.1;21.1;27.6;2.2;22.3;.4;4.79;17095
+70081;43.47381;1.24379;208;20220720;29.9;20.6;25.2;3.4;17.6;0;5.01;15597
+70081;43.47381;1.24379;208;20220721;33.5;15.5;24.5;1.6;17.2;0;6.01;28821
+70081;43.47381;1.24379;208;20220722;28.3;17.7;23;3.2;18.9;.4;4.94;21777
+70081;43.47381;1.24379;208;20220723;28.6;17.6;23.1;2.4;17.4;0;3.85;13504
+70081;43.47381;1.24379;208;20220724;38;15.5;26.7;2.3;17.1;0;7.25;29639
+70081;43.47381;1.24379;208;20220725;27.6;21.4;24.5;4.4;18.9;.3;4.49;12605
+70081;43.47381;1.24379;208;20220726;27;18;22.5;3.4;16.1;.1;4.44;15439
+70081;43.47381;1.24379;208;20220727;28.3;15.1;21.7;2.6;13.7;0;5.37;24002
+70081;43.47381;1.24379;208;20220728;29.6;14.7;22.1;2;15.1;.4;5.29;25473
+70081;43.47381;1.24379;208;20220729;25;17;21;2.2;18.2;1.8;3.35;15174
+70081;43.47381;1.24379;208;20220730;29.9;18.3;24.1;2.4;18.2;0;4.51;17745
+70081;43.47381;1.24379;208;20220731;32.9;15.4;24.1;2.6;17.8;0;6.14;27365
+70081;43.47381;1.24379;208;20220801;33.8;17.9;25.8;2.7;17.8;0;6.33;25918
+70081;43.47381;1.24379;208;20220802;36.5;16.4;26.4;2.1;15.7;0;6.74;28637
+70081;43.47381;1.24379;208;20220803;37.9;15.4;26.6;2;15.8;0;6.79;28513
+70081;43.47381;1.24379;208;20220804;36.4;19.4;27.9;2.2;20.8;.2;6.39;26477
+70081;43.47381;1.24379;208;20220805;31.6;20.2;25.9;3;19.7;0;4.67;15109
+70081;43.47381;1.24379;208;20220806;33;18.7;25.8;3.2;18.4;0;6.16;23957
+70081;43.47381;1.24379;208;20220807;33.4;17.2;25.3;1.9;15.3;0;5.76;25446
+70081;43.47381;1.24379;208;20220808;35.2;15.3;25.2;1.5;13.5;0;5.92;27859
+70081;43.47381;1.24379;208;20220809;36.2;15.4;25.8;2.3;14.8;0;6.67;27721
+70081;43.47381;1.24379;208;20220810;38.7;16.6;27.6;1.3;15.5;0;6.05;27582
+70081;43.47381;1.24379;208;20220811;36.9;22;29.4;2;22.8;0;5.95;23852
+70081;43.47381;1.24379;208;20220812;39.1;19.7;29.4;.8;20.9;0;5.66;27229
+70081;43.47381;1.24379;208;20220813;35;19.7;27.3;1;20.8;.3;5.02;23917
+70081;43.47381;1.24379;208;20220814;29.5;20.8;25.1;1.3;19.6;0;2.98;10828
+70081;43.47381;1.24379;208;20220815;29.8;18.5;24.1;0;16.4;0;3.02;17116
+70081;43.47381;1.24379;208;20220816;33;14.2;23.6;1.5;16.8;6.1;5.25;26176
+70081;43.47381;1.24379;208;20220817;25.2;15.3;20.2;1.5;17.2;.7;2.62;11374
+70081;43.47381;1.24379;208;20220818;24.8;15.2;20;2.9;17.1;2.9;3.25;14167
+70081;43.47381;1.24379;208;20220819;26.8;16.8;21.8;3.1;16.7;0;4.3;18430
+70081;43.47381;1.24379;208;20220820;30.7;14.1;22.4;1.7;16.7;0;4.76;23924
+70081;43.47381;1.24379;208;20220821;28.7;17.5;23.1;2.4;18;.2;3.9;15600
+70081;43.47381;1.24379;208;20220822;26.4;17.9;22.1;3.4;18.9;.6;3.15;10182
+70081;43.47381;1.24379;208;20220823;31.3;19.1;25.2;1.8;19.7;0;4.46;19941
+70081;43.47381;1.24379;208;20220824;36.6;15;25.8;1.8;16.6;.7;5.74;25415
+70081;43.47381;1.24379;208;20220825;29.7;21.1;25.4;3.6;21;3.5;4.21;13717
+70081;43.47381;1.24379;208;20220826;30.4;19.8;25.1;2.8;20;.1;3.92;12937
+70081;43.47381;1.24379;208;20220827;31.7;17.6;24.6;1.9;17.4;0;4.68;20925
+70081;43.47381;1.24379;208;20220828;34.9;14.5;24.7;1.6;16;0;5.23;24733
+70081;43.47381;1.24379;208;20220829;33.9;16.5;25.2;2.4;17.9;5.4;4.83;18042
+70081;43.47381;1.24379;208;20220830;31.9;15.8;23.8;1.8;18.9;.1;4.56;21943
+70081;43.47381;1.24379;208;20220831;27.8;17.5;22.6;2.4;20.2;.7;3.16;13045
+70081;43.47381;1.24379;208;20220901;29.7;18.1;23.9;2;19.1;0;3.69;15424
+70081;43.47381;1.24379;208;20220902;28.5;18;23.2;2.2;17.9;7.3;3.6;14378
+70081;43.47381;1.24379;208;20220903;28.1;16.8;22.4;1.5;18.3;0;3.13;14263
+70081;43.47381;1.24379;208;20220904;32.4;17.6;25;3.2;21.1;.1;4.9;20174
+70081;43.47381;1.24379;208;20220905;33.7;22.1;27.9;4.4;23.8;10;5.42;17581
+70081;43.47381;1.24379;208;20220906;32.4;19.4;25.9;2;20.2;0;4.34;18522
+70081;43.47381;1.24379;208;20220907;28.9;15.8;22.3;2.2;16.2;.2;4.05;18439
+70081;43.47381;1.24379;208;20220908;27.5;12.5;20;1.6;14.8;.5;3.65;19641
+70081;43.47381;1.24379;208;20220909;24;17.1;20.5;1.7;16.7;1.8;2.21;7953
+70081;43.47381;1.24379;208;20220910;27.6;11.7;19.6;1.5;14.2;0;3.6;19901
+70081;43.47381;1.24379;208;20220911;33.2;12;22.6;1.9;14.3;0;4.71;22176
+70081;43.47381;1.24379;208;20220912;29.8;19.7;24.7;3.1;20;0;4.07;15343
+70081;43.47381;1.24379;208;20220913;29.9;22.3;26.1;3;22.9;2.1;3.31;10016
+70081;43.47381;1.24379;208;20220914;29.9;17.6;23.7;1.5;19.1;2.4;2.9;11855
+70081;43.47381;1.24379;208;20220915;29.9;17.4;23.6;2.1;18.1;1.8;3.47;13760
+70081;43.47381;1.24379;208;20220916;25.9;18.1;22;3.2;17.1;0;3.17;10141
+70081;43.47381;1.24379;208;20220917;22.6;12.2;17.4;2.1;11.1;0;3.07;14853
+70081;43.47381;1.24379;208;20220918;25.1;5.9;15.5;1.2;8.7;0;3.16;20394
+70081;43.47381;1.24379;208;20220919;27.2;6.9;17;2.3;8.7;0;4.14;20635
+70081;43.47381;1.24379;208;20220920;25.9;6.8;16.3;2.4;8.9;0;3.93;19936
+70081;43.47381;1.24379;208;20220921;25.2;7.7;16.4;2.2;9.9;0;3.56;18840
+70081;43.47381;1.24379;208;20220922;26.8;7.8;17.3;1.2;10.8;0;3.12;19478
+70081;43.47381;1.24379;208;20220923;26.2;9.3;17.7;2.2;13.9;9.3;3.26;18115
+70081;43.47381;1.24379;208;20220924;20.1;14.7;17.4;2.5;15.2;.4;1.89;7473
+70081;43.47381;1.24379;208;20220925;20;9;14.5;2.6;11.7;.1;2.48;14085
+70081;43.47381;1.24379;208;20220926;21.3;7.4;14.3;3.5;11.4;2.1;2.91;15803
+70081;43.47381;1.24379;208;20220927;17.8;12.6;15.2;5.5;13.9;3.6;1.85;5731
+70081;43.47381;1.24379;208;20220928;18.1;13.6;15.8;6.4;15.5;12.7;1.59;5245
+70081;43.47381;1.24379;208;20220929;17.5;12.9;15.2;4.7;13.8;10.3;1.75;5248
+70081;43.47381;1.24379;208;20220930;18.9;11.1;15;4.4;11.6;.5;2.54;9006
+70081;43.47381;1.24379;208;20221001;24.2;8.1;16.1;3;12.4;.1;3.09;16168
+70081;43.47381;1.24379;208;20221002;23.6;9.3;16.4;1.4;14;0;2.3;14997
+70081;43.47381;1.24379;208;20221003;24.3;11.4;17.8;1.2;14.5;.1;2.25;14021
+70081;43.47381;1.24379;208;20221004;26;9.1;17.5;1.5;12.9;.1;2.66;16026
+70081;43.47381;1.24379;208;20221005;25.1;8.1;16.6;2.9;15.2;.1;2.69;15888
+70081;43.47381;1.24379;208;20221006;20.5;15.4;17.9;2;15.7;.1;1.68;6897
+70081;43.47381;1.24379;208;20221007;23.2;8.9;16;1.7;14.5;0;1.9;10700
+70081;43.47381;1.24379;208;20221008;23;14.6;18.8;1.4;16.1;.3;1.6;6517
+70081;43.47381;1.24379;208;20221009;25;9.5;17.2;2.1;14.3;.2;2.49;14403
+70081;43.47381;1.24379;208;20221010;24.8;14.4;19.6;3.5;16.4;0;2.58;9534
+70081;43.47381;1.24379;208;20221011;21.9;12.6;17.2;1.2;15.9;.1;1.67;10623
+70081;43.47381;1.24379;208;20221012;24.1;12.6;18.3;1.7;15.4;.8;1.79;7330
+70081;43.47381;1.24379;208;20221013;23.7;11.3;17.5;1.9;14.9;.8;1.8;7534
+70081;43.47381;1.24379;208;20221014;23.5;17;20.2;3.7;16.2;.2;2.48;6428
+70081;43.47381;1.24379;208;20221015;27.8;8.4;18.1;2;14;.1;2.71;15077
+70081;43.47381;1.24379;208;20221016;25.9;16.7;21.3;5.1;18.6;.1;2.94;9892
+70081;43.47381;1.24379;208;20221017;25.1;19.6;22.3;5.8;19.7;.1;2.9;7286
+70081;43.47381;1.24379;208;20221018;26.5;18.3;22.4;4.6;19.5;.1;2.89;9028
+70081;43.47381;1.24379;208;20221019;24.2;18.3;21.2;4.4;19.4;.3;2.29;7379
+70081;43.47381;1.24379;208;20221020;22.8;18.4;20.6;3;19;.1;1.69;4705
+70081;43.47381;1.24379;208;20221021;23.5;13.7;18.6;1.5;15.4;.1;1.55;6009
+70081;43.47381;1.24379;208;20221022;25.6;9.7;17.6;2.1;14.7;.1;2.17;12352
+70081;43.47381;1.24379;208;20221023;28.5;17.5;23;3;14.1;0;3.35;9943
+70081;43.47381;1.24379;208;20221024;24.1;12.2;18.1;1.6;13.7;0;1.72;6408
+70081;43.47381;1.24379;208;20221025;24.6;9.4;17;2;13.7;.1;2.01;11574
+70081;43.47381;1.24379;208;20221026;24.1;9.7;16.9;2.3;15.5;.1;1.68;7902
+70081;43.47381;1.24379;208;20221027;24.2;16.9;20.5;4.6;17.7;0;2.45;7453
+70081;43.47381;1.24379;208;20221028;24.8;18.4;21.6;5.5;18.1;0;2.82;5889
+70081;43.47381;1.24379;208;20221029;24;16.6;20.3;3.7;16.6;0;2.34;7301
+70081;43.47381;1.24379;208;20221030;22.9;16.2;19.5;3.1;16.2;.1;2;6792
+70081;43.47381;1.24379;208;20221031;25.2;8.9;17;2.7;14.9;6;2.04;11087
+70081;43.47381;1.24379;208;20221101;20.5;14;17.2;2.4;14.2;0;1.59;6009
+70081;43.47381;1.24379;208;20221102;19.8;12.3;16;1.3;13;0;1.25;6948
+70081;43.47381;1.24379;208;20221103;19.5;9.1;14.3;3.8;12.7;3.1;1.65;6332
+70081;43.47381;1.24379;208;20221104;14.1;8.8;11.4;6.1;10.9;9.9;1.42;3569
+70081;43.47381;1.24379;208;20221105;16.2;7.1;11.6;1.9;10;.1;1.21;7449
+70081;43.47381;1.24379;208;20221106;20.3;1.3;10.8;1.4;8.6;.1;1.35;11127
+70081;43.47381;1.24379;208;20221107;20.5;3.4;11.9;2.7;10.3;0;1.68;10357
+70081;43.47381;1.24379;208;20221108;21.1;13.6;17.3;3.6;14.8;0;1.74;4947
+70081;43.47381;1.24379;208;20221109;18.7;11.3;15;2;13.4;2.2;1.16;5891
+70081;43.47381;1.24379;208;20221110;15.2;4.5;9.8;1.1;10.2;.1;.76;5675
+70081;43.47381;1.24379;208;20221111;20.9;3.7;12.3;3.2;11.7;.1;1.55;9855
+70081;43.47381;1.24379;208;20221112;21;12.9;16.9;3.9;14.8;.1;1.7;6314
+70081;43.47381;1.24379;208;20221113;21.8;5;13.4;2.5;11.2;0;1.6;9477
+70081;43.47381;1.24379;208;20221114;17.1;13.1;15.1;3.1;13.4;.4;1.27;3633
+70081;43.47381;1.24379;208;20221115;18.1;8.9;13.5;1.9;13.5;6.4;.86;4193
+70081;43.47381;1.24379;208;20221116;19.1;7.8;13.4;1.7;11.7;.1;1.07;7276
+70081;43.47381;1.24379;208;20221117;18.3;9.7;14;3.2;12.7;14.1;1.27;3944
+70081;43.47381;1.24379;208;20221118;14;9;11.5;4.4;10.7;.3;1.26;4074
+70081;43.47381;1.24379;208;20221119;10.3;7.5;8.9;4.7;9.4;1.4;1.01;2027
+70081;43.47381;1.24379;208;20221120;13.2;1.1;7.1;3.4;8.9;3.7;.84;7203
+70081;43.47381;1.24379;208;20221121;13.6;8;10.8;4.1;10.9;19.4;.99;3859
+70081;43.47381;1.24379;208;20221122;10.1;6.1;8.1;5.6;9.3;13.2;.89;2412
+70081;43.47381;1.24379;208;20221123;16.7;8.1;12.4;4.3;11.4;6.3;1.33;5682
+70081;43.47381;1.24379;208;20221124;14;4.4;9.2;2;9.5;.1;.78;6000
+70081;43.47381;1.24379;208;20221125;11.4;4.7;8;3.4;9.9;6;.6;4547
+70081;43.47381;1.24379;208;20221126;10.7;2.4;6.5;1.6;8.2;.2;.58;5376
+70081;43.47381;1.24379;208;20221127;12.1;0;6;2.1;8.3;1.6;.63;5467
+70081;43.47381;1.24379;208;20221128;12.2;7.4;9.8;5.3;10.3;2.8;.97;3486
+70081;43.47381;1.24379;208;20221129;12.8;7.5;10.1;3.4;9.8;.9;1.04;2637
+70081;43.47381;1.24379;208;20221130;5.4;.9;3.1;1;7.5;0;.34;2376
+70081;43.47381;1.24379;208;20221201;5.2;3.1;4.1;1.7;7.8;0;.4;1483
+70081;43.47381;1.24379;208;20221202;6.5;4.5;5.5;1;7.9;0;.49;1424
+70081;43.47381;1.24379;208;20221203;6.9;2.9;4.9;.9;7.6;0;.45;2160
+70081;43.47381;1.24379;208;20221204;9.3;-1;4.1;1.7;6.5;.1;.58;5677
+70081;43.47381;1.24379;208;20221205;11.9;-3;4.4;1.5;6.2;0;.64;7009
+70081;43.47381;1.24379;208;20221206;10.8;3.8;7.3;1.6;8;.1;.67;3570
+70081;43.47381;1.24379;208;20221207;14.2;6.1;10.1;.8;9.1;.1;.63;3152
+70081;43.47381;1.24379;208;20221208;7.7;2.1;4.9;1.8;8.6;1.2;.32;2538
+70081;43.47381;1.24379;208;20221209;12.3;5.4;8.8;1.9;10;1.3;.59;2845
+70081;43.47381;1.24379;208;20221210;4.3;1.9;3.1;5.3;6.6;0;.64;2037
+70081;43.47381;1.24379;208;20221211;3.7;-5.6;-1;.6;4.9;.1;.29;3966
+70081;43.47381;1.24379;208;20221212;5.5;-2.1;1.7;2.2;6.3;8.8;.37;4477
+70081;43.47381;1.24379;208;20221213;13.4;3;8.2;2.5;9.8;3.7;.59;4852
+70081;43.47381;1.24379;208;20221214;17.6;7.6;12.6;2.6;11.8;.4;.93;5263
+70081;43.47381;1.24379;208;20221215;14.5;9.9;12.2;3.2;12.2;5.7;.82;2817
+70081;43.47381;1.24379;208;20221216;11.3;8;9.6;1.8;10.8;3;.55;1792
+70081;43.47381;1.24379;208;20221217;6.9;4.9;5.9;1.6;8.5;0;.46;1304
+70081;43.47381;1.24379;208;20221218;10.8;3.4;7.1;3.9;9.2;0;.61;2870
+70081;43.47381;1.24379;208;20221219;15.4;9.1;12.2;5.7;11.8;0;1.19;3894
+70081;43.47381;1.24379;208;20221220;14;11.7;12.8;4.5;12.1;.9;1.12;2402
+70081;43.47381;1.24379;208;20221221;17.8;9.5;13.6;2.2;12.1;.1;.94;4636
+70081;43.47381;1.24379;208;20221222;18.4;6.4;12.4;2.8;11.5;0;1.02;5810
+70081;43.47381;1.24379;208;20221223;19.2;7.8;13.5;2.1;11.7;.1;.98;5638
+70081;43.47381;1.24379;208;20221224;18.5;5.4;11.9;2;10.7;0;.9;6135
+70081;43.47381;1.24379;208;20221225;15.2;4.8;10;2.6;10.6;.1;.71;5351
+70081;43.47381;1.24379;208;20221226;18;5;11.5;2.2;11.1;.8;.83;6133
+70081;43.47381;1.24379;208;20221227;13;9.4;11.2;.9;11.3;.4;.56;1897
+70081;43.47381;1.24379;208;20221228;13.5;2.9;8.2;2;9.7;0;.53;5461
+70081;43.47381;1.24379;208;20221229;14.3;7.2;10.7;1.9;11.1;2.5;.64;3838
+70081;43.47381;1.24379;208;20221230;17.3;8.4;12.8;2.4;11.5;.3;1.01;3876
+70081;43.47381;1.24379;208;20221231;14.7;10.2;12.4;4.5;12.7;0;.85;3204
+70082;43.49963;1.55052;203;20220101;16.9;1.1;9;1.5;8.59;.1;.71;7325
+70082;43.49963;1.55052;203;20220102;16.5;1.3;8.9;2;9.34;.1;.79;6446
+70082;43.49963;1.55052;203;20220103;15.1;3.4;9.3;1.5;9.49;.1;.62;6192
+70082;43.49963;1.55052;203;20220104;14.4;2.8;8.6;3.4;10.09;10.5;.75;5982
+70082;43.49963;1.55052;203;20220105;7.3;5.1;6.2;3.8;7.3;.1;.87;4645
+70082;43.49963;1.55052;203;20220106;7;-.6;3.2;2.4;5.52;.1;.72;6598
+70082;43.49963;1.55052;203;20220107;7.6;-3.2;2.2;3.1;6.66;2.7;.49;4401
+70082;43.49963;1.55052;203;20220108;9.8;5;7.4;6.4;9.66;1.3;.58;2927
+70082;43.49963;1.55052;203;20220109;8.8;8.1;8.4;5;10.16;39.5;.63;842
+70082;43.49963;1.55052;203;20220110;9.8;7.6;8.7;2.4;10.29;14.1;.54;1688
+70082;43.49963;1.55052;203;20220111;8.6;3.5;6.1;2.6;7.86;0;.59;6068
+70082;43.49963;1.55052;203;20220112;5.2;-1.4;1.9;1.7;5.96;0;.43;5280
+70082;43.49963;1.55052;203;20220113;1.9;-3.1;-.6;1.2;5.66;0;.29;3102
+70082;43.49963;1.55052;203;20220114;6.8;-3.6;1.6;1;5.42;0;.39;7054
+70082;43.49963;1.55052;203;20220115;9.7;-4.3;2.7;1.2;5.22;.1;.57;8574
+70082;43.49963;1.55052;203;20220116;7.9;-4;2;1.3;5.42;.1;.51;8113
+70082;43.49963;1.55052;203;20220117;1.8;-2.9;-.6;1.2;5.69;.1;.29;3522
+70082;43.49963;1.55052;203;20220118;1.3;-1.3;0;1.1;6.05;.1;.28;2949
+70082;43.49963;1.55052;203;20220119;7.8;.3;4;2.3;7.46;.8;.49;4482
+70082;43.49963;1.55052;203;20220120;6.1;2.9;4.5;2;7.56;.5;.51;3157
+70082;43.49963;1.55052;203;20220121;5.3;-.2;2.5;3;5.69;0;.72;6759
+70082;43.49963;1.55052;203;20220122;6.9;-4.2;1.4;1.4;5.16;.1;.57;8805
+70082;43.49963;1.55052;203;20220123;9.3;-4.7;2.3;1.5;5.49;0;.64;9093
+70082;43.49963;1.55052;203;20220124;13.4;-1.9;5.7;1.8;6.42;0;.9;9458
+70082;43.49963;1.55052;203;20220125;13;-3.1;4.9;.8;6.19;0;.64;9252
+70082;43.49963;1.55052;203;20220126;11.2;-3.3;4;1.2;5.96;0;.71;9376
+70082;43.49963;1.55052;203;20220127;8.3;-4.1;2.1;1.3;5.82;.1;.56;7579
+70082;43.49963;1.55052;203;20220128;2.2;-3.1;-.4;1.7;6;0;.27;2975
+70082;43.49963;1.55052;203;20220129;2.1;.1;1.1;1.2;6.32;0;.37;3007
+70082;43.49963;1.55052;203;20220130;2.1;-1.2;.4;1.8;6.46;.1;.31;2616
+70082;43.49963;1.55052;203;20220131;8.9;1.2;5.1;5.1;8.52;1.6;.52;4587
+70082;43.49963;1.55052;203;20220201;8.7;2.3;5.5;5.2;7.59;0;.95;5962
+70082;43.49963;1.55052;203;20220202;10;7.2;8.6;3.1;9.69;0;.79;3101
+70082;43.49963;1.55052;203;20220203;9.5;1.6;5.6;1.6;8.79;0;.5;4740
+70082;43.49963;1.55052;203;20220204;11.9;6.7;9.3;2.1;10.39;.4;.75;4188
+70082;43.49963;1.55052;203;20220205;9.5;7.3;8.4;2.8;8.69;.1;.99;4236
+70082;43.49963;1.55052;203;20220206;10.1;-1.6;4.3;3.1;6.96;.3;.97;8219
+70082;43.49963;1.55052;203;20220207;12;6.9;9.4;4.9;9.59;.7;1.26;5152
+70082;43.49963;1.55052;203;20220208;14.7;-.2;7.2;1.6;7.06;0;1.2;11025
+70082;43.49963;1.55052;203;20220209;15.6;2.4;9;2.6;7.62;.1;1.53;11039
+70082;43.49963;1.55052;203;20220210;8.4;1.1;4.7;1.7;8.74;0;.81;8431
+70082;43.49963;1.55052;203;20220211;11.8;6.6;9.2;2.6;9.19;.2;1.12;6519
+70082;43.49963;1.55052;203;20220212;12.9;1.2;7;3.3;7.59;0;1.39;10008
+70082;43.49963;1.55052;203;20220213;15.6;7.1;11.3;5.5;9.89;4.6;1.99;10055
+70082;43.49963;1.55052;203;20220214;11.2;7.6;9.4;5.8;9.39;5.5;1.42;6215
+70082;43.49963;1.55052;203;20220215;11.7;5.6;8.7;6;8.74;1.4;1.53;7540
+70082;43.49963;1.55052;203;20220216;14.3;7.5;10.9;5.4;10.86;.4;1.37;5916
+70082;43.49963;1.55052;203;20220217;15.7;11.4;13.5;4.4;12.39;0;1.47;4816
+70082;43.49963;1.55052;203;20220218;18.7;6.3;12.5;2.8;11.3;1.3;1.75;11575
+70082;43.49963;1.55052;203;20220219;11.3;7.8;9.5;3.2;8.59;.6;1.48;7881
+70082;43.49963;1.55052;203;20220220;13.6;.3;7;3.4;8.82;.1;1.18;8297
+70082;43.49963;1.55052;203;20220221;13.7;8.6;11.2;7.3;9.46;1.5;2.18;8243
+70082;43.49963;1.55052;203;20220222;14.2;6.5;10.3;3.6;9.02;0;1.79;10670
+70082;43.49963;1.55052;203;20220223;16.2;2.2;9.2;1.5;8.66;0;1.53;13579
+70082;43.49963;1.55052;203;20220224;14.7;6.3;10.5;3.9;9.79;.3;1.68;9427
+70082;43.49963;1.55052;203;20220225;11.5;6.3;8.9;3.1;7.12;0;1.85;10531
+70082;43.49963;1.55052;203;20220226;14.1;-2.8;5.6;2.9;5.32;0;2.12;15654
+70082;43.49963;1.55052;203;20220227;16.1;-1.3;7.4;1.3;7.26;0;1.5;12428
+70082;43.49963;1.55052;203;20220228;17.3;1.4;9.3;1.2;8.02;0;1.68;14613
+70082;43.49963;1.55052;203;20220301;15.9;1.2;8.6;3.7;8;0;2.18;15183
+70082;43.49963;1.55052;203;20220302;12.4;5.7;9;2.7;9.95;8.6;1.08;6545
+70082;43.49963;1.55052;203;20220303;17.1;4.8;10.9;1.6;10.19;0;1.73;13858
+70082;43.49963;1.55052;203;20220304;9.6;6.9;8.3;4.8;10.32;6.2;.73;3336
+70082;43.49963;1.55052;203;20220305;10.1;6.4;8.3;3.9;8.96;1;1.21;5507
+70082;43.49963;1.55052;203;20220306;10.5;5.2;7.8;2.5;7.79;0;1.39;7767
+70082;43.49963;1.55052;203;20220307;12.7;.1;6.4;2.5;7.15;0;1.68;13811
+70082;43.49963;1.55052;203;20220308;14.5;3.9;9.2;3.4;8.92;6.1;1.83;13230
+70082;43.49963;1.55052;203;20220309;15.1;3.2;9.1;3.9;9.86;0;1.81;14501
+70082;43.49963;1.55052;203;20220310;15.1;7.9;11.5;4.2;10.42;0;1.98;10594
+70082;43.49963;1.55052;203;20220311;13.9;9.7;11.8;6;10.56;5.7;1.99;7599
+70082;43.49963;1.55052;203;20220312;11.1;8.1;9.6;3.9;10.46;5.2;1.12;5859
+70082;43.49963;1.55052;203;20220313;11.6;7.7;9.7;5.2;9.52;6.1;1.51;5386
+70082;43.49963;1.55052;203;20220314;13.3;3.7;8.5;8.5;10.19;0;1.27;8271
+70082;43.49963;1.55052;203;20220315;14.8;12.1;13.5;10.3;11.94;0;2.32;7340
+70082;43.49963;1.55052;203;20220316;14.5;11.8;13.2;5.4;12.04;.1;1.83;7014
+70082;43.49963;1.55052;203;20220317;14.5;11.1;12.8;2.4;12.79;2.1;1.26;6048
+70082;43.49963;1.55052;203;20220318;10.1;8.4;9.3;2.4;10.14;.1;1.07;5005
+70082;43.49963;1.55052;203;20220319;15.2;6.8;11;5.8;9.24;0;2.65;14530
+70082;43.49963;1.55052;203;20220320;15.9;8;11.9;7.1;10.49;0;2.56;13014
+70082;43.49963;1.55052;203;20220321;15.5;10.4;12.9;9.7;9.59;0;3.5;14287
+70082;43.49963;1.55052;203;20220322;15.8;8.4;12.1;9.5;7.59;0;4.14;14923
+70082;43.49963;1.55052;203;20220323;15.6;7.5;11.5;7.3;7.69;0;3.69;16753
+70082;43.49963;1.55052;203;20220324;17.2;5.1;11.1;4.8;8.09;0;3.3;18083
+70082;43.49963;1.55052;203;20220325;18.1;6.6;12.4;4.3;7.54;0;3.61;16444
+70082;43.49963;1.55052;203;20220326;17.4;5.9;11.6;5.3;7.29;0;3.7;17450
+70082;43.49963;1.55052;203;20220327;21.1;6.1;13.6;4.1;7.54;0;4.12;18852
+70082;43.49963;1.55052;203;20220328;20.8;4.1;12.4;3.4;7.59;0;3.76;18397
+70082;43.49963;1.55052;203;20220329;18.2;9;13.6;3.5;10.64;2.3;2.71;13353
+70082;43.49963;1.55052;203;20220330;11.4;9.4;10.4;3.1;11.34;4.2;1.05;4614
+70082;43.49963;1.55052;203;20220331;13.8;8.6;11.2;6.8;9.54;4.9;2.6;12492
+70082;43.49963;1.55052;203;20220401;8;1.6;4.8;8.5;5.79;2.9;2.26;13424
+70082;43.49963;1.55052;203;20220402;8.6;1.1;4.9;6.8;5.24;0;2.39;11735
+70082;43.49963;1.55052;203;20220403;7.7;-2.1;2.8;2.8;5.1;0;1.84;15703
+70082;43.49963;1.55052;203;20220404;11;-3.3;3.9;1.4;5.3;0;2.09;19377
+70082;43.49963;1.55052;203;20220405;15.1;-2.6;6.3;2.2;6.4;0;2.68;21874
+70082;43.49963;1.55052;203;20220406;11.9;5.5;8.7;3.6;9.59;0;1.54;9467
+70082;43.49963;1.55052;203;20220407;20.9;6.5;13.7;5.4;10.84;.3;3.75;18985
+70082;43.49963;1.55052;203;20220408;21.1;10;15.6;4.8;11.44;.3;3.75;17044
+70082;43.49963;1.55052;203;20220409;15;7.8;11.4;4.6;8.24;.2;3.12;16004
+70082;43.49963;1.55052;203;20220410;18.7;.1;9.4;4.8;7.69;0;3.85;23874
+70082;43.49963;1.55052;203;20220411;17.5;9.7;13.6;10.8;11.14;0;3.57;16682
+70082;43.49963;1.55052;203;20220412;17.5;11.6;14.5;9.3;11.59;0;3.41;13472
+70082;43.49963;1.55052;203;20220413;13.3;11.8;12.5;3.5;12.69;1;1.25;4716
+70082;43.49963;1.55052;203;20220414;21.7;6.9;14.3;1.8;12.09;.1;3.23;20694
+70082;43.49963;1.55052;203;20220415;22;8.4;15.2;3.3;13.29;0;3.35;19312
+70082;43.49963;1.55052;203;20220416;22.4;10.5;16.5;4.6;12.79;0;4.03;20128
+70082;43.49963;1.55052;203;20220417;22.2;8;15.1;4.5;11.84;0;4.28;23974
+70082;43.49963;1.55052;203;20220418;18.3;10.4;14.4;4;11.29;0;3.17;15998
+70082;43.49963;1.55052;203;20220419;13.5;9.1;11.3;3.8;11.54;11;1.52;7882
+70082;43.49963;1.55052;203;20220420;11.7;8.3;10;2.8;10.84;8.8;1.35;7661
+70082;43.49963;1.55052;203;20220421;13.1;8.4;10.7;2.9;11.74;.2;1.39;8413
+70082;43.49963;1.55052;203;20220422;17.4;9.7;13.6;2.7;12.19;0;2.57;15250
+70082;43.49963;1.55052;203;20220423;13.7;10.9;12.3;3.5;11.34;16.7;1.69;6388
+70082;43.49963;1.55052;203;20220424;16.6;9;12.8;6.4;11.69;0;2.74;15445
+70082;43.49963;1.55052;203;20220425;18.8;4.9;11.8;1.8;10.69;0;3.21;22955
+70082;43.49963;1.55052;203;20220426;22.9;5.5;14.2;2;10.49;0;4.14;26029
+70082;43.49963;1.55052;203;20220427;21.5;8.7;15.1;3;12.04;0;3.69;20527
+70082;43.49963;1.55052;203;20220428;17.7;13.4;15.6;2.7;14.64;.8;1.95;8830
+70082;43.49963;1.55052;203;20220429;21.6;12.8;17.2;3.2;14.44;.1;3.42;17823
+70082;43.49963;1.55052;203;20220430;21.6;13.3;17.4;4.2;13.14;0;4.04;19384
+70082;43.49963;1.55052;203;20220501;20.5;10.3;15.4;3.5;12.14;.2;3.71;20207
+70082;43.49963;1.55052;203;20220502;19.2;11.8;15.5;3.2;12.79;0;2.78;12786
+70082;43.49963;1.55052;203;20220503;21.1;10.1;15.6;2.6;12.89;1.9;3.5;19915
+70082;43.49963;1.55052;203;20220504;19.4;11.9;15.6;3.1;13.44;3.1;2.69;12605
+70082;43.49963;1.55052;203;20220505;20.7;10.8;15.8;5.3;11.49;.2;4.25;19998
+70082;43.49963;1.55052;203;20220506;20.8;10.3;15.5;4.4;11.32;.1;3.5;13804
+70082;43.49963;1.55052;203;20220507;22.6;10.4;16.5;4.3;12.32;.5;3.81;16381
+70082;43.49963;1.55052;203;20220508;24.2;11.7;17.9;3.1;13.12;.1;3.78;16684
+70082;43.49963;1.55052;203;20220509;26.4;9.6;18;1.5;12.52;0;3.78;18971
+70082;43.49963;1.55052;203;20220510;28.5;9.7;19.1;1.6;12.76;0;4.08;19256
+70082;43.49963;1.55052;203;20220511;28.6;10.4;19.5;2.4;13.72;0;4.49;19322
+70082;43.49963;1.55052;203;20220512;25.1;14.6;19.8;2.3;15.22;0;3.18;12012
+70082;43.49963;1.55052;203;20220513;25.8;14.4;20.1;1.2;15.76;0;2.81;12348
+70082;43.49963;1.55052;203;20220514;30;12.3;21.2;1.9;15.82;0;4.22;18798
+70082;43.49963;1.55052;203;20220515;27.1;15.7;21.4;4.1;15.39;0;4.63;16409
+70082;43.49963;1.55052;203;20220516;28.8;13.6;21.2;1.6;15.96;0;4.01;18563
+70082;43.49963;1.55052;203;20220517;31.3;14.3;22.8;2;15.92;0;4.66;19310
+70082;43.49963;1.55052;203;20220518;32.5;15.9;24.2;2.3;16.16;0;5.08;18984
+70082;43.49963;1.55052;203;20220519;27.5;17.8;22.7;4.9;17.72;0;4.63;16047
+70082;43.49963;1.55052;203;20220520;30.4;16.9;23.6;4.2;17.29;0;5.15;16812
+70082;43.49963;1.55052;203;20220521;31.9;14.7;23.3;1.7;18.19;0;3.72;14804
+70082;43.49963;1.55052;203;20220522;30.7;16.5;23.6;2.5;18.32;1.5;4.25;15140
+70082;43.49963;1.55052;203;20220523;22.3;16.8;19.5;4;15.69;0;2.94;7828
+70082;43.49963;1.55052;203;20220524;17.3;13.6;15.5;3.3;12.72;2.7;2.21;6676
+70082;43.49963;1.55052;203;20220525;20.4;11.4;15.9;4.4;11.89;0;3.28;11546
+70082;43.49963;1.55052;203;20220526;18.8;11.3;15.1;3.3;12.76;0;2.27;7741
+70082;43.49963;1.55052;203;20220527;25;13.2;19.1;3.1;14.06;0;3.84;14790
+70082;43.49963;1.55052;203;20220528;26.8;12;19.4;3.1;13.06;0;4.69;19433
+70082;43.49963;1.55052;203;20220529;25.6;9.5;17.5;2.5;9.62;0;4.68;20791
+70082;43.49963;1.55052;203;20220530;25.9;8.4;17.2;1.7;11.26;1.1;4.02;19533
+70082;43.49963;1.55052;203;20220531;27.1;13.6;20.4;1.9;13.92;.4;3.97;16830
+70082;43.49963;1.55052;203;20220601;31;13.9;22.4;2.2;15.66;0;4.95;20180
+70082;43.49963;1.55052;203;20220602;27.2;16.9;22.1;3.3;18.02;.2;3.9;15247
+70082;43.49963;1.55052;203;20220603;30.9;17.6;24.3;3.8;18.56;.5;5.33;18477
+70082;43.49963;1.55052;203;20220604;26.5;16.7;21.6;2.1;20.52;6;2.44;8402
+70082;43.49963;1.55052;203;20220605;25.2;16.4;20.8;2.7;17.69;0;3.18;11924
+70082;43.49963;1.55052;203;20220606;29.2;13.6;21.4;1.5;16.96;.6;4.03;18630
+70082;43.49963;1.55052;203;20220607;23.8;17.1;20.4;2.6;16.49;0;2.8;8612
+70082;43.49963;1.55052;203;20220608;20.7;14.8;17.7;2.5;16.59;1.9;2.06;7833
+70082;43.49963;1.55052;203;20220609;23.6;13.1;18.3;3.6;14.12;0;3.74;14957
+70082;43.49963;1.55052;203;20220610;29.1;11.1;20.1;1.8;13.92;0;4.58;21223
+70082;43.49963;1.55052;203;20220611;33.9;13.3;23.6;1.8;14.49;0;6.52;30572
+70082;43.49963;1.55052;203;20220612;31;16.9;24;2.1;18.56;2.4;5.37;24047
+70082;43.49963;1.55052;203;20220613;31.8;18.4;25.1;2.6;19.99;0;6.18;27657
+70082;43.49963;1.55052;203;20220614;36.6;18;27.3;2.4;18.62;.1;7.01;27731
+70082;43.49963;1.55052;203;20220615;36.5;18.7;27.6;1.5;18.06;0;6.58;29309
+70082;43.49963;1.55052;203;20220616;37.3;19.4;28.4;1.4;19.46;0;6.55;28561
+70082;43.49963;1.55052;203;20220617;38.9;19;28.9;1.8;18.72;0;7.16;29413
+70082;43.49963;1.55052;203;20220618;36;19.8;27.9;4.4;17.06;0;8.65;29017
+70082;43.49963;1.55052;203;20220619;34.5;21.7;28.1;5.3;18.99;0;8.5;27881
+70082;43.49963;1.55052;203;20220620;30.1;18.4;24.2;2.6;19.89;0;4.49;16801
+70082;43.49963;1.55052;203;20220621;28.6;19.7;24.1;2.5;21.26;.4;3.82;14493
+70082;43.49963;1.55052;203;20220622;29.5;18.3;23.9;2.7;18.76;0;5.1;21198
+70082;43.49963;1.55052;203;20220623;28;16;22;2.4;17.92;15.1;4.98;23813
+70082;43.49963;1.55052;203;20220624;25.7;14.9;20.3;1.9;16.89;1;4.09;20215
+70082;43.49963;1.55052;203;20220625;27.4;14.9;21.2;3.1;16.86;2.3;5.05;22695
+70082;43.49963;1.55052;203;20220626;18.5;14.7;16.6;2.9;16.56;.4;1.72;6784
+70082;43.49963;1.55052;203;20220627;17.7;14.6;16.1;2.7;16.06;4.6;1.81;7757
+70082;43.49963;1.55052;203;20220628;26.2;15.1;20.7;2.6;14.6;.1;5.63;29005
+70082;43.49963;1.55052;203;20220629;29.1;12.4;20.7;1.9;15.02;2.1;5.75;29917
+70082;43.49963;1.55052;203;20220630;17.6;15.4;16.5;3;15.69;.7;1.82;6555
+70082;43.49963;1.55052;203;20220701;24.3;13.4;18.8;1.7;13.62;0;4.47;24040
+70082;43.49963;1.55052;203;20220702;31.9;10.8;21.4;1.7;13.96;0;6.02;30284
+70082;43.49963;1.55052;203;20220703;30.3;16.4;23.3;2.5;17.62;.3;5.71;25743
+70082;43.49963;1.55052;203;20220704;26.9;16.4;21.7;3.2;18.12;.1;4.81;21897
+70082;43.49963;1.55052;203;20220705;29.8;18.7;24.2;2.9;17.29;0;6.16;26965
+70082;43.49963;1.55052;203;20220706;28.8;15.9;22.4;3.1;15.02;0;5.96;25602
+70082;43.49963;1.55052;203;20220707;28.9;16.8;22.9;4.8;15.72;0;6.73;27673
+70082;43.49963;1.55052;203;20220708;29.8;16.1;22.9;3.3;15.62;0;6.44;28644
+70082;43.49963;1.55052;203;20220709;32;14;23;1.9;14.89;0;6.3;30276
+70082;43.49963;1.55052;203;20220710;34;14.8;24.4;1.9;14.92;0;6.62;30455
+70082;43.49963;1.55052;203;20220711;36.2;15.1;25.7;1.5;15.36;0;6.58;30068
+70082;43.49963;1.55052;203;20220712;36.1;16.7;26.4;1.9;16.26;0;6.88;29979
+70082;43.49963;1.55052;203;20220713;36.7;16.2;26.5;1.6;15.02;0;6.63;29657
+70082;43.49963;1.55052;203;20220714;37.3;17.7;27.5;1.6;17.22;0;6.76;29633
+70082;43.49963;1.55052;203;20220715;35.6;18.3;26.9;2.3;16.49;0;6.91;28136
+70082;43.49963;1.55052;203;20220716;37.8;16.9;27.3;1.7;15.59;0;6.87;29350
+70082;43.49963;1.55052;203;20220717;39;17.2;28.1;1.8;15.19;0;7.09;29257
+70082;43.49963;1.55052;203;20220718;38;18.7;28.3;4.1;15.52;0;8.92;29130
+70082;43.49963;1.55052;203;20220719;34.8;21.2;28;2.8;19.62;.1;6.12;21998
+70082;43.49963;1.55052;203;20220720;29.9;21.1;25.5;3.5;17.76;0;5.55;18965
+70082;43.49963;1.55052;203;20220721;33.5;16.5;25;1.8;17.02;0;6.14;28340
+70082;43.49963;1.55052;203;20220722;29.1;18.3;23.7;3.2;18.36;.3;5.47;22992
+70082;43.49963;1.55052;203;20220723;29;18;23.5;2.6;16.72;0;5.11;20901
+70082;43.49963;1.55052;203;20220724;37.9;16.2;27;2.1;16.72;0;6.96;28409
+70082;43.49963;1.55052;203;20220725;28;20.8;24.4;4.4;18.89;.5;4.55;12968
+70082;43.49963;1.55052;203;20220726;27.2;17.7;22.5;3.8;15.42;.1;5.7;24079
+70082;43.49963;1.55052;203;20220727;28.6;15.2;21.9;2.6;13.36;0;5.86;27100
+70082;43.49963;1.55052;203;20220728;29.7;14.9;22.3;2.4;14.96;0;5.38;24124
+70082;43.49963;1.55052;203;20220729;26.2;17.1;21.7;2.3;17.92;1.6;3.85;16558
+70082;43.49963;1.55052;203;20220730;30.1;18.3;24.2;2.5;17.79;0;5.25;22448
+70082;43.49963;1.55052;203;20220731;33.1;16;24.5;2.3;16.99;0;6.18;27721
+70082;43.49963;1.55052;203;20220801;34.1;18.2;26.2;2.6;17.12;0;6.62;27172
+70082;43.49963;1.55052;203;20220802;36.6;17;26.8;1.8;15.39;0;6.53;28279
+70082;43.49963;1.55052;203;20220803;37.8;15.9;26.9;2.1;15.39;0;6.79;27337
+70082;43.49963;1.55052;203;20220804;36.4;19.7;28;2.1;20.36;0;6.23;25492
+70082;43.49963;1.55052;203;20220805;31.9;20.6;26.2;3.1;19.46;.1;5.52;20103
+70082;43.49963;1.55052;203;20220806;33.1;19.2;26.1;3;18.02;0;6.33;25019
+70082;43.49963;1.55052;203;20220807;33.8;18.1;26;2.4;14.42;0;6.45;26548
+70082;43.49963;1.55052;203;20220808;35.1;16.3;25.7;1.9;12.49;0;6.37;27619
+70082;43.49963;1.55052;203;20220809;36;15.6;25.8;2.1;13.46;0;6.43;26773
+70082;43.49963;1.55052;203;20220810;38.1;16.8;27.4;1.7;14.62;0;6.2;25660
+70082;43.49963;1.55052;203;20220811;37.3;21.1;29.2;2.6;20.96;0;6.38;23984
+70082;43.49963;1.55052;203;20220812;39.2;20.3;29.7;1.7;20.79;0;6.23;25476
+70082;43.49963;1.55052;203;20220813;35.2;20.7;28;2.3;20.59;0;5.59;21072
+70082;43.49963;1.55052;203;20220814;29.3;21.2;25.2;2.9;19.69;0;4.43;16109
+70082;43.49963;1.55052;203;20220815;29.5;19.2;24.3;1.6;16.19;0;4.23;18638
+70082;43.49963;1.55052;203;20220816;33.2;15.2;24.2;2.5;16.32;8;5.38;20725
+70082;43.49963;1.55052;203;20220817;25.7;16;20.8;2.7;17.26;1.1;3.3;12691
+70082;43.49963;1.55052;203;20220818;25.4;16.2;20.8;3.8;17.02;2.1;3.87;15022
+70082;43.49963;1.55052;203;20220819;26.8;17.1;21.9;3.3;16.52;.2;4.21;16176
+70082;43.49963;1.55052;203;20220820;30.6;14.4;22.5;1.7;16.42;0;4.83;24274
+70082;43.49963;1.55052;203;20220821;28.7;17.9;23.3;2.5;17.39;.1;4.25;17166
+70082;43.49963;1.55052;203;20220822;26.3;18.6;22.5;3.7;18.69;.8;3.56;11960
+70082;43.49963;1.55052;203;20220823;31.2;19.4;25.3;2;19.02;0;4.77;21213
+70082;43.49963;1.55052;203;20220824;36.5;15.9;26.2;1.7;16.52;.6;5.53;24105
+70082;43.49963;1.55052;203;20220825;29.8;21.1;25.5;3.4;20.22;2.5;4.39;14739
+70082;43.49963;1.55052;203;20220826;30.4;20.1;25.2;3.2;19.52;.1;4.78;17912
+70082;43.49963;1.55052;203;20220827;31.5;17.7;24.6;2.3;17.12;0;5.15;22841
+70082;43.49963;1.55052;203;20220828;34.6;15.3;25;1.5;15.06;0;5.11;23977
+70082;43.49963;1.55052;203;20220829;34.1;17.3;25.7;2.6;17.19;5.2;4.94;16947
+70082;43.49963;1.55052;203;20220830;32.1;16.6;24.3;1.8;18.92;0;4.65;22014
+70082;43.49963;1.55052;203;20220831;28.4;17.7;23;2.2;19.19;.4;3.37;13281
+70082;43.49963;1.55052;203;20220901;29.5;18.6;24.1;2.3;18.92;0;4.08;17531
+70082;43.49963;1.55052;203;20220902;28.6;18.2;23.4;2.2;18.15;9.4;3.87;16894
+70082;43.49963;1.55052;203;20220903;27.5;17.3;22.4;1.6;18.85;0;3.29;15815
+70082;43.49963;1.55052;203;20220904;31.8;17.7;24.8;3.6;20.47;0;5.03;20668
+70082;43.49963;1.55052;203;20220905;33.3;21;27.1;4;22.65;2.7;5.19;18420
+70082;43.49963;1.55052;203;20220906;32.7;19.8;26.2;2.1;19.62;.1;4.63;19274
+70082;43.49963;1.55052;203;20220907;29;16.6;22.8;2;15.96;.4;3.82;16013
+70082;43.49963;1.55052;203;20220908;27.6;13.5;20.5;1.6;14.86;.6;3.63;18480
+70082;43.49963;1.55052;203;20220909;24;16.8;20.4;1.9;16.52;1;2.47;9484
+70082;43.49963;1.55052;203;20220910;27.7;11.8;19.8;1.6;13.72;0;3.76;20467
+70082;43.49963;1.55052;203;20220911;33.4;12.5;23;1.8;14.26;0;4.65;21392
+70082;43.49963;1.55052;203;20220912;30.9;18.7;24.8;3.9;19.36;0;4.71;16547
+70082;43.49963;1.55052;203;20220913;30;22;26;3.4;22.59;.9;3.33;8605
+70082;43.49963;1.55052;203;20220914;30.4;18.5;24.4;2.4;19.59;6.6;3.69;14085
+70082;43.49963;1.55052;203;20220915;29.8;17.7;23.8;2.3;18.02;1.4;3.98;17186
+70082;43.49963;1.55052;203;20220916;26;18.5;22.3;3.8;16.29;0;3.88;12980
+70082;43.49963;1.55052;203;20220917;22.6;12.9;17.7;2.4;10.32;0;3.61;18584
+70082;43.49963;1.55052;203;20220918;25.6;6.2;15.9;1.4;8.22;0;3.34;20098
+70082;43.49963;1.55052;203;20220919;27;7.1;17;2.2;8.66;0;4.01;20078
+70082;43.49963;1.55052;203;20220920;25.9;7.3;16.6;2;8.89;0;3.73;20012
+70082;43.49963;1.55052;203;20220921;25.1;7.8;16.5;1.8;9.72;0;3.41;19380
+70082;43.49963;1.55052;203;20220922;26.6;8;17.3;1.3;10.76;0;3.16;19159
+70082;43.49963;1.55052;203;20220923;26.4;9.9;18.1;2.4;14.36;17.8;3.12;15005
+70082;43.49963;1.55052;203;20220924;20.2;14.9;17.5;2.5;15.36;4.2;2.1;9457
+70082;43.49963;1.55052;203;20220925;19.7;10;14.9;2.4;12.29;.2;2.39;13728
+70082;43.49963;1.55052;203;20220926;21;7.6;14.3;3.2;11.42;2.4;2.76;14934
+70082;43.49963;1.55052;203;20220927;18.1;12.9;15.5;5;13.89;3;2.07;7777
+70082;43.49963;1.55052;203;20220928;18.4;13.9;16.2;5.8;15.52;10.8;1.84;7048
+70082;43.49963;1.55052;203;20220929;17.1;12.8;15;4.2;13.92;9.1;1.74;7216
+70082;43.49963;1.55052;203;20220930;19;10.8;14.9;3.7;11.69;.7;2.55;12102
+70082;43.49963;1.55052;203;20221001;23.9;8.1;16;2.7;12.56;0;2.77;13789
+70082;43.49963;1.55052;203;20221002;23.7;10.1;16.9;1.3;14.36;0;2.33;15232
+70082;43.49963;1.55052;203;20221003;24.2;12.2;18.2;1.3;14.49;0;2.36;14607
+70082;43.49963;1.55052;203;20221004;25.5;9.3;17.4;1.3;13.19;.1;2.58;16675
+70082;43.49963;1.55052;203;20221005;25.2;9.3;17.2;2.7;14.86;0;2.82;16429
+70082;43.49963;1.55052;203;20221006;20.7;15;17.9;1.8;15.96;0;1.58;6465
+70082;43.49963;1.55052;203;20221007;23.6;10.1;16.9;1.6;14.79;.9;2.06;12200
+70082;43.49963;1.55052;203;20221008;22.9;14.7;18.8;1.5;16.32;1;1.7;7672
+70082;43.49963;1.55052;203;20221009;24.9;10.3;17.6;2.2;14.36;.1;2.59;14901
+70082;43.49963;1.55052;203;20221010;25.1;13.4;19.3;3;15.56;0;2.67;12078
+70082;43.49963;1.55052;203;20221011;22.1;13.1;17.6;1.2;15.52;0;1.72;10174
+70082;43.49963;1.55052;203;20221012;24.1;12.8;18.4;1.6;15.09;.7;2.03;10676
+70082;43.49963;1.55052;203;20221013;23;11.4;17.2;1.8;14.56;1.5;1.84;9011
+70082;43.49963;1.55052;203;20221014;22.7;16.9;19.8;3.1;16.66;.1;2.08;6009
+70082;43.49963;1.55052;203;20221015;27.6;9.4;18.5;1.9;14.36;.1;2.65;14825
+70082;43.49963;1.55052;203;20221016;25.9;15.6;20.7;5.1;17.72;0;3.1;12030
+70082;43.49963;1.55052;203;20221017;25.3;20.1;22.7;5.8;19.02;0;3.31;8095
+70082;43.49963;1.55052;203;20221018;26.5;17;21.8;4.1;18.39;0;2.96;11976
+70082;43.49963;1.55052;203;20221019;24.5;17;20.7;4.4;18.52;6.6;2.32;7359
+70082;43.49963;1.55052;203;20221020;22.5;17.7;20.1;3.2;19.02;.3;1.52;3268
+70082;43.49963;1.55052;203;20221021;23.9;14;19;1.8;16.06;.1;1.73;7136
+70082;43.49963;1.55052;203;20221022;25.9;11.1;18.5;2.5;15.09;0;2.46;12584
+70082;43.49963;1.55052;203;20221023;28.7;17.7;23.2;4.2;14.56;0;3.97;8943
+70082;43.49963;1.55052;203;20221024;24.3;13.2;18.8;1.7;14.36;0;1.92;9680
+70082;43.49963;1.55052;203;20221025;25.2;10.4;17.8;2.3;13.89;.1;2.23;10593
+70082;43.49963;1.55052;203;20221026;23.9;10.8;17.3;2;15.56;.1;1.6;7881
+70082;43.49963;1.55052;203;20221027;24.3;15.4;19.8;4.4;17.06;0;2.27;7017
+70082;43.49963;1.55052;203;20221028;24.8;17.9;21.4;5;17.46;0;2.75;6896
+70082;43.49963;1.55052;203;20221029;24.6;15.3;19.9;4.2;15.22;0;2.61;9033
+70082;43.49963;1.55052;203;20221030;23.3;14.8;19;3.2;15.19;0;2.12;8597
+70082;43.49963;1.55052;203;20221031;25.4;11.5;18.4;3;15.46;5.3;2.26;9895
+70082;43.49963;1.55052;203;20221101;20.4;14.1;17.2;2.1;14.36;0;1.56;7736
+70082;43.49963;1.55052;203;20221102;20;12.1;16.1;1.4;12.72;0;1.37;9182
+70082;43.49963;1.55052;203;20221103;19.5;10.1;14.8;3.3;12.57;2.9;1.61;4558
+70082;43.49963;1.55052;203;20221104;13.9;9.8;11.9;5.4;10.96;5.4;1.51;4656
+70082;43.49963;1.55052;203;20221105;15.8;6.3;11.1;1.9;9.62;.1;1.21;9816
+70082;43.49963;1.55052;203;20221106;20.2;1.7;11;1.6;8.69;.1;1.41;10909
+70082;43.49963;1.55052;203;20221107;20.9;3.9;12.4;2.7;10.42;0;1.77;10219
+70082;43.49963;1.55052;203;20221108;21.2;11.9;16.5;3.3;14.32;0;1.65;6949
+70082;43.49963;1.55052;203;20221109;18.6;11.4;15;2.1;13.62;1.8;1.15;4497
+70082;43.49963;1.55052;203;20221110;15.5;6.9;11.2;1.3;11.2;0;.84;7318
+70082;43.49963;1.55052;203;20221111;21;4.7;12.9;3.5;12.02;0;1.66;9651
+70082;43.49963;1.55052;203;20221112;21.5;12.7;17.1;4;13.89;.1;1.96;8338
+70082;43.49963;1.55052;203;20221113;21.3;5.2;13.2;2.1;10.76;0;1.43;9425
+70082;43.49963;1.55052;203;20221114;17.5;12.1;14.8;2.7;13.26;.2;1.17;3877
+70082;43.49963;1.55052;203;20221115;18.2;9.7;14;2.3;13.59;4.1;1;4597
+70082;43.49963;1.55052;203;20221116;18.7;8.9;13.8;1.8;12.12;0;1.09;8592
+70082;43.49963;1.55052;203;20221117;18.1;10.2;14.1;3;12.69;8.2;1.27;4948
+70082;43.49963;1.55052;203;20221118;13.7;9.1;11.4;3.8;10.96;3.4;1.12;4791
+70082;43.49963;1.55052;203;20221119;10.3;7.6;9;4.2;9.76;1.6;.9;3109
+70082;43.49963;1.55052;203;20221120;12.5;2.5;7.5;2.6;9.32;2.9;.72;6034
+70082;43.49963;1.55052;203;20221121;13.1;7.9;10.5;3.9;10.89;15.7;.92;2353
+70082;43.49963;1.55052;203;20221122;9.9;6.1;8;4.9;9.32;13.8;.84;3004
+70082;43.49963;1.55052;203;20221123;16.6;8;12.3;3.5;11.12;8.2;1.22;5045
+70082;43.49963;1.55052;203;20221124;14.5;4.4;9.4;1.8;9.69;0;.77;5833
+70082;43.49963;1.55052;203;20221125;11.1;5.4;8.2;2.8;10.19;7.2;.57;3149
+70082;43.49963;1.55052;203;20221126;10.7;3.2;6.9;1.3;8.79;0;.52;4925
+70082;43.49963;1.55052;203;20221127;12.2;.1;6.1;2.1;8.39;.2;.6;5689
+70082;43.49963;1.55052;203;20221128;12.2;7.6;9.9;4.3;10.46;2.2;.91;3762
+70082;43.49963;1.55052;203;20221129;12;7.4;9.7;3;9.72;3.2;.89;3812
+70082;43.49963;1.55052;203;20221130;5.4;1.7;3.5;1.1;7.77;0;.34;2569
+70082;43.49963;1.55052;203;20221201;5.2;3.3;4.3;1.6;7.79;0;.43;1694
+70082;43.49963;1.55052;203;20221202;6.7;4.5;5.6;1.1;7.99;0;.49;2008
+70082;43.49963;1.55052;203;20221203;7.3;3.2;5.2;1;7.76;.3;.46;2920
+70082;43.49963;1.55052;203;20221204;8.6;.5;4.6;1.4;7.09;0;.49;5425
+70082;43.49963;1.55052;203;20221205;11.8;-2.7;4.6;1.3;6.36;0;.55;7569
+70082;43.49963;1.55052;203;20221206;11.1;2.4;6.7;1.1;7.42;.5;.55;4390
+70082;43.49963;1.55052;203;20221207;13.6;6.4;10;.9;8.49;0;.54;5650
+70082;43.49963;1.55052;203;20221208;8.2;2.1;5.1;2;8.39;.7;.42;2546
+70082;43.49963;1.55052;203;20221209;11.8;5.7;8.8;1.8;10.12;1;.56;2581
+70082;43.49963;1.55052;203;20221210;3.2;1.5;2.4;4.7;6.52;0;.48;2812
+70082;43.49963;1.55052;203;20221211;4.8;-6;-.6;.9;4.66;.1;.32;5822
+70082;43.49963;1.55052;203;20221212;5.4;-2.9;1.2;1.9;6.16;6.7;.39;3192
+70082;43.49963;1.55052;203;20221213;12.1;3.5;7.8;2.7;9.76;4;.55;3350
+70082;43.49963;1.55052;203;20221214;17;7.3;12.1;2.6;11.52;0;.88;5287
+70082;43.49963;1.55052;203;20221215;13.3;8;10.7;2.5;11.32;4.6;.65;2339
+70082;43.49963;1.55052;203;20221216;11.6;7.9;9.7;1.8;11.06;2.7;.53;2297
+70082;43.49963;1.55052;203;20221217;6.9;4.2;5.6;1.5;8.09;0;.46;2001
+70082;43.49963;1.55052;203;20221218;11.6;1.7;6.6;3.1;8.56;0;.59;5756
+70082;43.49963;1.55052;203;20221219;16;9.2;12.6;6.4;11.72;0;1.46;5398
+70082;43.49963;1.55052;203;20221220;14.4;11.8;13.1;4.5;12.19;.2;1.23;2400
+70082;43.49963;1.55052;203;20221221;17.3;9.7;13.5;1.9;12.12;0;.78;5978
+70082;43.49963;1.55052;203;20221222;17.9;6.8;12.3;2.1;11.45;.4;.88;6027
+70082;43.49963;1.55052;203;20221223;18.9;8.3;13.6;1.6;12.22;.1;.77;6012
+70082;43.49963;1.55052;203;20221224;18.9;5.7;12.3;1.7;10.62;0;.86;6578
+70082;43.49963;1.55052;203;20221225;15.1;4.7;9.9;2.2;10.26;.1;.65;5483
+70082;43.49963;1.55052;203;20221226;17.4;4.6;11;1.6;10.76;.4;.65;6144
+70082;43.49963;1.55052;203;20221227;13.3;9.5;11.4;1;11.59;.2;.54;3099
+70082;43.49963;1.55052;203;20221228;14.5;3.5;9;1.9;9.69;.1;.56;6587
+70082;43.49963;1.55052;203;20221229;14.2;6.7;10.4;1.9;10.86;1.7;.65;3812
+70082;43.49963;1.55052;203;20221230;17;8.4;12.7;2.6;11.42;.2;.99;4392
+70082;43.49963;1.55052;203;20221231;15.7;9.3;12.5;4.1;11.79;0;1.01;4534
+70083;43.52452;1.85749;229;20220101;17.3;4.2;10.7;2.6;8.44;.1;1.1;7042
+70083;43.52452;1.85749;229;20220102;15;3.1;9.1;2.8;9.41;.1;.68;5738
+70083;43.52452;1.85749;229;20220103;15;6.3;10.6;1.9;10.11;.1;.69;5462
+70083;43.52452;1.85749;229;20220104;14;6.5;10.3;5.3;9.92;9.6;1.03;5658
+70083;43.52452;1.85749;229;20220105;6.1;5.3;5.7;4.4;7.21;0;.8;3852
+70083;43.52452;1.85749;229;20220106;6.4;.2;3.3;3.3;5.28;0;.82;6232
+70083;43.52452;1.85749;229;20220107;6;-1.3;2.4;3;6.18;5.3;.58;3662
+70083;43.52452;1.85749;229;20220108;9.4;4.9;7.1;6.5;9.28;4.9;.57;3135
+70083;43.52452;1.85749;229;20220109;8;7.5;7.8;5;9.68;34.2;.52;968
+70083;43.52452;1.85749;229;20220110;7.4;7;7.2;2.9;9.74;7.6;.36;673
+70083;43.52452;1.85749;229;20220111;7.7;2.9;5.3;2.9;7.51;.1;.59;5352
+70083;43.52452;1.85749;229;20220112;3.8;.1;2;2.3;6.28;0;.41;4265
+70083;43.52452;1.85749;229;20220113;1.1;-2.7;-.8;1.4;5.48;0;.27;3964
+70083;43.52452;1.85749;229;20220114;8.6;-3.2;2.7;1.8;5.54;0;.57;8484
+70083;43.52452;1.85749;229;20220115;10;.1;5.1;1.6;5.01;.1;.84;7600
+70083;43.52452;1.85749;229;20220116;7.8;-.9;3.4;1.9;5.24;.1;.72;7588
+70083;43.52452;1.85749;229;20220117;2.6;-3.3;-.3;1.1;5.44;.1;.34;5284
+70083;43.52452;1.85749;229;20220118;.6;-2;-.7;.7;5.77;.1;.28;3279
+70083;43.52452;1.85749;229;20220119;6.6;-.4;3.1;1.7;6.98;.6;.44;4435
+70083;43.52452;1.85749;229;20220120;6.2;1.8;4;2.7;7.28;.1;.45;3516
+70083;43.52452;1.85749;229;20220121;5.1;-.1;2.5;3.9;5.51;0;.74;6724
+70083;43.52452;1.85749;229;20220122;6.5;-2.7;1.9;2;5.11;.1;.62;8329
+70083;43.52452;1.85749;229;20220123;11.3;-2.6;4.4;1.7;5.51;0;.78;9160
+70083;43.52452;1.85749;229;20220124;12;0;6;2.7;6.54;0;.91;8677
+70083;43.52452;1.85749;229;20220125;12.3;-.5;5.9;1.9;6.54;0;.85;9027
+70083;43.52452;1.85749;229;20220126;11.2;-.1;5.5;1.7;6.34;0;.8;8752
+70083;43.52452;1.85749;229;20220127;9.4;-.3;4.5;2;6.34;.1;.78;8539
+70083;43.52452;1.85749;229;20220128;.7;-3.1;-1.2;1.2;5.71;0;.27;2723
+70083;43.52452;1.85749;229;20220129;1.9;-1;.5;1.2;5.98;.1;.35;3350
+70083;43.52452;1.85749;229;20220130;1.8;-.9;.4;2;6.24;.2;.3;3059
+70083;43.52452;1.85749;229;20220131;8.3;1.2;4.7;5.7;8.28;2.3;.43;4902
+70083;43.52452;1.85749;229;20220201;7.5;2.1;4.8;5.6;7.44;.3;.75;5542
+70083;43.52452;1.85749;229;20220202;10.2;6.2;8.2;3.7;9.44;.1;.75;5355
+70083;43.52452;1.85749;229;20220203;9.2;.6;4.9;1.9;8.34;0;.49;7842
+70083;43.52452;1.85749;229;20220204;11.9;6.5;9.2;2.1;10.04;.9;.77;4929
+70083;43.52452;1.85749;229;20220205;9.6;7.3;8.4;3.3;8.78;.2;.93;4619
+70083;43.52452;1.85749;229;20220206;9;.5;4.7;3.2;7.01;.5;.9;7274
+70083;43.52452;1.85749;229;20220207;11.4;6.8;9.1;5.6;9.34;1.5;1.16;5015
+70083;43.52452;1.85749;229;20220208;15.7;2.4;9;2.1;6.88;0;1.49;11345
+70083;43.52452;1.85749;229;20220209;14.7;2.7;8.7;3.3;7.48;.1;1.53;10600
+70083;43.52452;1.85749;229;20220210;6.2;3.1;4.6;1.7;8.85;0;.99;9487
+70083;43.52452;1.85749;229;20220211;13.2;5.1;9.1;2.6;9.02;.2;1.17;6746
+70083;43.52452;1.85749;229;20220212;13.2;-.3;6.4;2.6;7.18;0;1.3;10505
+70083;43.52452;1.85749;229;20220213;15.6;4.5;10.1;4.4;9.75;4.8;1.58;9036
+70083;43.52452;1.85749;229;20220214;11.7;6.6;9.1;5.2;9.45;7.6;1.4;6076
+70083;43.52452;1.85749;229;20220215;11.3;5.4;8.4;5.3;8.82;3.9;1.47;7526
+70083;43.52452;1.85749;229;20220216;13.3;7.4;10.3;5.4;10.68;4;1.1;4407
+70083;43.52452;1.85749;229;20220217;15;11.1;13;4.7;12.27;.3;1.33;5091
+70083;43.52452;1.85749;229;20220218;18.2;8.7;13.5;2.9;11.34;1;1.76;10996
+70083;43.52452;1.85749;229;20220219;10.1;7.1;8.6;3.5;8.34;.4;1.23;6529
+70083;43.52452;1.85749;229;20220220;12.3;2.2;7.2;3.2;8.68;.4;1.14;8883
+70083;43.52452;1.85749;229;20220221;12.6;8.7;10.6;7.5;9.14;2.3;1.96;7108
+70083;43.52452;1.85749;229;20220222;13.7;6.5;10.1;4.1;8.64;0;1.77;10450
+70083;43.52452;1.85749;229;20220223;15.6;4.8;10.2;1.7;8.48;0;1.55;12466
+70083;43.52452;1.85749;229;20220224;14.6;5.9;10.2;4.1;9.48;.4;1.64;10204
+70083;43.52452;1.85749;229;20220225;11;6.1;8.6;3.5;6.91;0;1.79;10447
+70083;43.52452;1.85749;229;20220226;13.6;.3;7;3.2;5.14;0;2.2;14541
+70083;43.52452;1.85749;229;20220227;15.2;1.4;8.3;2.5;7.04;0;1.77;11281
+70083;43.52452;1.85749;229;20220228;16.4;4.3;10.3;2.3;7.74;0;1.96;14064
+70083;43.52452;1.85749;229;20220301;14.9;4.9;9.9;3.8;7.94;0;2.1;13095
+70083;43.52452;1.85749;229;20220302;12.5;5.1;8.8;3;9.64;4.1;1.14;7226
+70083;43.52452;1.85749;229;20220303;17.3;7.1;12.2;2.2;10.14;0;1.88;13597
+70083;43.52452;1.85749;229;20220304;9.1;7.5;8.3;5;9.94;9.7;.69;2561
+70083;43.52452;1.85749;229;20220305;9.3;6.1;7.7;4.1;8.78;2;1.04;5305
+70083;43.52452;1.85749;229;20220306;10.9;5.6;8.2;2.7;7.64;0;1.56;10518
+70083;43.52452;1.85749;229;20220307;12.2;1.8;7;2.5;7.14;0;1.66;14051
+70083;43.52452;1.85749;229;20220308;13.6;4.6;9.1;3.8;8.58;2.6;1.82;12840
+70083;43.52452;1.85749;229;20220309;14.5;5.6;10.1;3.4;9.54;0;1.84;14508
+70083;43.52452;1.85749;229;20220310;14.8;7.4;11.1;3.3;9.84;0;1.69;9910
+70083;43.52452;1.85749;229;20220311;13.3;8.3;10.8;5.4;9.94;4.8;1.73;8027
+70083;43.52452;1.85749;229;20220312;9.9;8.8;9.3;4.3;10.08;8.9;.96;3500
+70083;43.52452;1.85749;229;20220313;11.5;7.5;9.5;4.8;9.11;11.1;1.38;4320
+70083;43.52452;1.85749;229;20220314;13.2;4.6;8.9;7.6;10.04;0;1.26;7806
+70083;43.52452;1.85749;229;20220315;14;11.7;12.9;9.8;11.81;0;1.94;7226
+70083;43.52452;1.85749;229;20220316;15.1;10.7;12.9;5;11.58;.1;1.65;7039
+70083;43.52452;1.85749;229;20220317;14.1;10.7;12.4;2.5;12.24;1.9;1.11;5545
+70083;43.52452;1.85749;229;20220318;11.3;8.2;9.8;1.8;10.65;.5;1.07;5603
+70083;43.52452;1.85749;229;20220319;15.6;6.5;11;5;8.85;0;2.71;14586
+70083;43.52452;1.85749;229;20220320;15.1;5.8;10.5;6;10.25;0;1.92;9376
+70083;43.52452;1.85749;229;20220321;15.1;10;12.6;7.5;9.28;0;3.14;11791
+70083;43.52452;1.85749;229;20220322;15.1;7;11.1;7.6;7.38;0;3.65;15482
+70083;43.52452;1.85749;229;20220323;15.5;3.7;9.6;6;7.35;0;3.16;16502
+70083;43.52452;1.85749;229;20220324;17.5;3.2;10.4;4.7;7.55;0;3.23;17222
+70083;43.52452;1.85749;229;20220325;18.3;5.3;11.8;4;7.35;0;3.36;16729
+70083;43.52452;1.85749;229;20220326;17.9;5.7;11.8;4.8;7.65;0;3.58;17433
+70083;43.52452;1.85749;229;20220327;20.9;5.5;13.2;4.1;7.55;0;3.99;17901
+70083;43.52452;1.85749;229;20220328;20.7;5.2;13;4.1;7.38;0;3.99;17698
+70083;43.52452;1.85749;229;20220329;18.3;7.6;13;3.1;10.12;2.3;2.5;12435
+70083;43.52452;1.85749;229;20220330;12.3;9.1;10.7;2.8;11.35;2.9;1.26;6043
+70083;43.52452;1.85749;229;20220331;14;8.5;11.2;6.1;9.38;5.7;2.47;10195
+70083;43.52452;1.85749;229;20220401;7.8;1.5;4.7;8.5;5.79;2.8;2.26;13424
+70083;43.52452;1.85749;229;20220402;8.4;1;4.7;6.8;5.24;0;2.39;11735
+70083;43.52452;1.85749;229;20220403;7.6;-2.2;2.7;2.8;5.09;0;1.84;15703
+70083;43.52452;1.85749;229;20220404;10.9;-3.4;3.7;1.4;5.29;0;2.09;19377
+70083;43.52452;1.85749;229;20220405;15.1;-1.6;6.8;3.4;6.23;0;3.1;21987
+70083;43.52452;1.85749;229;20220406;12;4.2;8.1;3.5;9.62;.2;1.47;8678
+70083;43.52452;1.85749;229;20220407;20.5;6.8;13.7;5;11.22;.4;3.49;17523
+70083;43.52452;1.85749;229;20220408;20.9;10.7;15.8;4.6;11.62;.2;3.78;16896
+70083;43.52452;1.85749;229;20220409;14.6;7;10.8;4.3;8.15;.4;2.87;14069
+70083;43.52452;1.85749;229;20220410;18.8;-1;8.9;4.1;7.22;0;3.55;23416
+70083;43.52452;1.85749;229;20220411;17.2;9.3;13.2;9;10.78;0;3.24;14654
+70083;43.52452;1.85749;229;20220412;17.2;11.3;14.2;7.5;11.15;0;3.11;11715
+70083;43.52452;1.85749;229;20220413;14.6;10.5;12.6;2.5;11.82;.7;1.46;5644
+70083;43.52452;1.85749;229;20220414;22.6;5.3;13.9;1.8;11.45;.1;3.37;21129
+70083;43.52452;1.85749;229;20220415;22.9;8;15.5;2.8;13.12;0;3.45;19641
+70083;43.52452;1.85749;229;20220416;22.8;10.4;16.6;4.1;12.75;0;3.96;20152
+70083;43.52452;1.85749;229;20220417;23;6.6;14.8;3.7;11.15;0;4.31;23582
+70083;43.52452;1.85749;229;20220418;18.4;10.1;14.3;3.9;11.18;0;3.29;17465
+70083;43.52452;1.85749;229;20220419;15.5;7.7;11.6;3.7;11.52;15.4;2.19;12688
+70083;43.52452;1.85749;229;20220420;11.1;8.3;9.7;2.4;11.12;12.5;1.07;5707
+70083;43.52452;1.85749;229;20220421;11.9;8.6;10.3;3;11.98;.5;1.04;5908
+70083;43.52452;1.85749;229;20220422;18.1;10;14.1;2.2;12.39;0;2.61;15400
+70083;43.52452;1.85749;229;20220423;15.2;10.6;12.9;4.3;11.22;20.3;2.21;7458
+70083;43.52452;1.85749;229;20220424;16.6;8.4;12.5;5.2;11.72;3.6;2.39;11763
+70083;43.52452;1.85749;229;20220425;19;6.1;12.6;2.1;10.75;0;3.39;23003
+70083;43.52452;1.85749;229;20220426;23.1;4.4;13.8;2;10.18;0;4.15;25852
+70083;43.52452;1.85749;229;20220427;21.1;8.4;14.8;3.4;11.95;0;3.67;19818
+70083;43.52452;1.85749;229;20220428;19.5;11.6;15.6;2.3;14.32;0;2.64;14786
+70083;43.52452;1.85749;229;20220429;22.6;13.3;17.9;3.1;14.62;.1;3.88;19882
+70083;43.52452;1.85749;229;20220430;21.9;13;17.5;3.8;13.22;0;4.05;19522
+70083;43.52452;1.85749;229;20220501;20.9;8.9;14.9;3.1;11.72;.2;3.85;21738
+70083;43.52452;1.85749;229;20220502;19.8;10.7;15.2;2.7;12.65;0;3;15324
+70083;43.52452;1.85749;229;20220503;20.6;11;15.8;2.5;13.08;2.4;3.23;17543
+70083;43.52452;1.85749;229;20220504;19.7;11.3;15.5;2.7;13.58;3;2.89;15770
+70083;43.52452;1.85749;229;20220505;20.1;9.7;14.9;3.8;11.95;.1;3.49;17899
+70083;43.52452;1.85749;229;20220506;19.3;9.7;14.5;4.2;11.04;.1;2.94;12362
+70083;43.52452;1.85749;229;20220507;21.9;10.1;16;4.3;11.74;.2;3.69;16568
+70083;43.52452;1.85749;229;20220508;23.1;11.4;17.3;2.7;12.38;.1;3.29;14458
+70083;43.52452;1.85749;229;20220509;25.6;11.8;18.7;2;11.84;0;3.82;17204
+70083;43.52452;1.85749;229;20220510;27.8;11.6;19.7;2.3;12.61;0;4.21;17851
+70083;43.52452;1.85749;229;20220511;27.6;11.8;19.7;3.4;13.41;0;4.54;18291
+70083;43.52452;1.85749;229;20220512;24.6;14.5;19.5;2.8;14.78;0;3.42;14469
+70083;43.52452;1.85749;229;20220513;25;15;20;1.7;15.11;0;3.15;14501
+70083;43.52452;1.85749;229;20220514;29.1;14.8;22;2.1;15.78;0;4.07;16730
+70083;43.52452;1.85749;229;20220515;26.3;16;21.1;4.4;14.41;0;4.6;16155
+70083;43.52452;1.85749;229;20220516;28.1;14.5;21.3;1.9;15.24;0;3.86;17325
+70083;43.52452;1.85749;229;20220517;30.3;14.8;22.6;2.7;15.98;0;4.6;18278
+70083;43.52452;1.85749;229;20220518;31.7;18.3;25;2.9;15.74;0;5.18;17033
+70083;43.52452;1.85749;229;20220519;26.5;17.6;22.1;5;16.91;0;4.47;15472
+70083;43.52452;1.85749;229;20220520;29.4;17.5;23.5;4.7;16.04;0;5.15;16310
+70083;43.52452;1.85749;229;20220521;31.5;16;23.7;2.8;17.61;.1;4.64;17731
+70083;43.52452;1.85749;229;20220522;30;16.9;23.4;3.2;19.01;.6;3.99;14607
+70083;43.52452;1.85749;229;20220523;20.6;16.8;18.7;4.2;16.11;0;2.42;7372
+70083;43.52452;1.85749;229;20220524;16.1;13.1;14.6;3.7;12.68;2.2;1.97;6967
+70083;43.52452;1.85749;229;20220525;19.9;11;15.5;4.6;11.74;0;3.42;15124
+70083;43.52452;1.85749;229;20220526;19.1;10.8;14.9;3.8;12.58;0;2.69;12604
+70083;43.52452;1.85749;229;20220527;24.6;12.5;18.6;3.3;13.81;0;3.97;17342
+70083;43.52452;1.85749;229;20220528;26;13.2;19.6;3.3;13.01;0;4.5;18284
+70083;43.52452;1.85749;229;20220529;24.9;11.8;18.4;2.7;9.41;0;4.61;18716
+70083;43.52452;1.85749;229;20220530;25.3;10.9;18.1;1.7;11.11;1.3;3.77;17280
+70083;43.52452;1.85749;229;20220531;26.1;14.4;20.3;1.8;13.91;0;3.87;17302
+70083;43.52452;1.85749;229;20220601;30.3;14.8;22.6;3.1;15.21;0;5.05;18974
+70083;43.52452;1.85749;229;20220602;26;17.1;21.6;3.6;16.98;.1;3.95;15263
+70083;43.52452;1.85749;229;20220603;29.6;17.6;23.6;3.6;17.31;.9;4.92;17392
+70083;43.52452;1.85749;229;20220604;28.9;17.5;23.2;2.9;19.78;2.9;4.15;16834
+70083;43.52452;1.85749;229;20220605;23.9;16.9;20.4;3.2;17.58;.1;3.11;12443
+70083;43.52452;1.85749;229;20220606;29.4;15;22.2;2.2;16.28;1.1;4.23;17301
+70083;43.52452;1.85749;229;20220607;23.3;16.8;20;2.5;16.68;0;2.99;12395
+70083;43.52452;1.85749;229;20220608;20.5;15.8;18.1;2.8;16.14;2.1;2.05;7257
+70083;43.52452;1.85749;229;20220609;22.6;13.5;18;4.1;13.71;0;3.43;12754
+70083;43.52452;1.85749;229;20220610;28.7;12.7;20.7;2.4;13.41;0;4.69;19797
+70083;43.52452;1.85749;229;20220611;33.4;15.9;24.6;2;13.51;0;6.57;29718
+70083;43.52452;1.85749;229;20220612;31.4;17.5;24.5;2.1;17.51;2.1;5.55;24808
+70083;43.52452;1.85749;229;20220613;31.2;18.4;24.8;3;19.84;0;5.93;26182
+70083;43.52452;1.85749;229;20220614;35.2;19.3;27.2;2.7;17.88;.1;6.68;25896
+70083;43.52452;1.85749;229;20220615;35.8;20.4;28.1;2.7;16.28;0;7.28;28030
+70083;43.52452;1.85749;229;20220616;36.8;21.2;29;2.2;17.74;0;6.87;26939
+70083;43.52452;1.85749;229;20220617;38.3;21;29.7;2;17.41;0;7.03;27977
+70083;43.52452;1.85749;229;20220618;34.5;21.3;27.9;4.2;15.71;0;8.04;26956
+70083;43.52452;1.85749;229;20220619;32.9;21.9;27.4;5.4;17.54;0;7.88;25773
+70083;43.52452;1.85749;229;20220620;29.1;19;24;3.2;19.31;0;5;21083
+70083;43.52452;1.85749;229;20220621;27.4;19.8;23.6;2.3;20.98;1.2;3.5;14608
+70083;43.52452;1.85749;229;20220622;29.3;18.6;23.9;2.9;18.78;.4;5.29;23153
+70083;43.52452;1.85749;229;20220623;28.4;17.2;22.8;2.4;17.34;11.9;5.14;23884
+70083;43.52452;1.85749;229;20220624;25.2;15.7;20.5;2.5;16.54;2.3;4.21;20630
+70083;43.52452;1.85749;229;20220625;27.5;15.2;21.4;3.2;16.08;4.7;4.94;21711
+70083;43.52452;1.85749;229;20220626;18.4;15.3;16.9;2.9;16.91;1.9;1.66;7623
+70083;43.52452;1.85749;229;20220627;17.7;14.8;16.3;2.9;15.98;5.8;2.12;11436
+70083;43.52452;1.85749;229;20220628;25.9;14.7;20.3;3.3;14.38;0;5.19;25184
+70083;43.52452;1.85749;229;20220629;29.5;14;21.7;2.4;14.38;2.1;5.52;25570
+70083;43.52452;1.85749;229;20220630;17.4;15.3;16.3;3.1;16.01;.6;1.72;7946
+70083;43.52452;1.85749;229;20220701;23.6;13.1;18.3;2.1;13.28;.1;4.52;24552
+70083;43.52452;1.85749;229;20220702;32.2;12.5;22.4;2.1;12.88;0;6.34;29807
+70083;43.52452;1.85749;229;20220703;30.7;17.1;23.9;2.6;16.71;.2;5.78;25368
+70083;43.52452;1.85749;229;20220704;27.1;16.4;21.8;3.5;18.04;0;4.96;23704
+70083;43.52452;1.85749;229;20220705;29.3;18.8;24;3.2;16.98;0;5.97;25830
+70083;43.52452;1.85749;229;20220706;28.3;17.5;22.9;3.2;14.61;0;5.46;22380
+70083;43.52452;1.85749;229;20220707;28.7;16.1;22.4;4.6;14.98;0;5.83;22406
+70083;43.52452;1.85749;229;20220708;29.8;16.4;23.1;3.5;14.61;0;6.49;28873
+70083;43.52452;1.85749;229;20220709;32.3;16.3;24.3;2.6;13.71;0;6.62;29092
+70083;43.52452;1.85749;229;20220710;33.7;18;25.9;2.5;13.58;0;6.89;28673
+70083;43.52452;1.85749;229;20220711;35.9;18.6;27.2;2.5;13.71;0;7.3;29259
+70083;43.52452;1.85749;229;20220712;36.2;19.4;27.8;2.9;15.04;0;7.53;28997
+70083;43.52452;1.85749;229;20220713;36.3;18.7;27.5;2.6;14.08;.1;7.37;29072
+70083;43.52452;1.85749;229;20220714;37.2;19.1;28.2;2.6;17.01;0;7.26;28973
+70083;43.52452;1.85749;229;20220715;36;21.4;28.7;2.8;14.98;0;7.3;26636
+70083;43.52452;1.85749;229;20220716;37.7;20.7;29.2;2.2;13.64;0;7.14;27289
+70083;43.52452;1.85749;229;20220717;38.6;20.4;29.5;2.6;13.58;0;7.69;28046
+70083;43.52452;1.85749;229;20220718;37;21.2;29.1;3.9;15.11;0;8.4;27440
+70083;43.52452;1.85749;229;20220719;33.9;23;28.4;4;18.14;1;6.97;23705
+70083;43.52452;1.85749;229;20220720;29.8;21.1;25.4;3.5;17.21;0;5.68;21300
+70083;43.52452;1.85749;229;20220721;33.8;18.1;26;2;15.81;0;6.22;27512
+70083;43.52452;1.85749;229;20220722;31.7;20.4;26;3.1;17.11;.3;5.84;21234
+70083;43.52452;1.85749;229;20220723;29;18.3;23.7;3.5;16.18;0;5.54;21945
+70083;43.52452;1.85749;229;20220724;37.3;17.3;27.3;2.3;16.44;0;6.94;28316
+70083;43.52452;1.85749;229;20220725;27.1;20.8;23.9;4.4;18.24;.6;4.45;13795
+70083;43.52452;1.85749;229;20220726;27;17.7;22.4;4.1;15.21;0;5.57;23373
+70083;43.52452;1.85749;229;20220727;28.9;15.5;22.2;3.3;12.78;0;6.14;26934
+70083;43.52452;1.85749;229;20220728;29.5;15.8;22.7;2.4;14.14;.2;5.31;23764
+70083;43.52452;1.85749;229;20220729;26.5;17.7;22.1;2.8;17.38;2.1;4.02;17419
+70083;43.52452;1.85749;229;20220730;30;19;24.5;3.2;17.24;0;5.77;24405
+70083;43.52452;1.85749;229;20220731;33;18.6;25.8;2.6;16.34;0;6.27;26569
+70083;43.52452;1.85749;229;20220801;34.2;19.2;26.7;3;16.31;0;6.78;26777
+70083;43.52452;1.85749;229;20220802;36.1;19.1;27.6;2.1;14.24;0;6.52;27235
+70083;43.52452;1.85749;229;20220803;36.6;19.6;28.1;2.7;14.68;0;6.91;26191
+70083;43.52452;1.85749;229;20220804;35.7;20.5;28.1;2.9;19.94;0;6.18;23670
+70083;43.52452;1.85749;229;20220805;31.7;20.7;26.2;3.5;19.54;0;5.93;22909
+70083;43.52452;1.85749;229;20220806;33;19.4;26.2;3.1;17.88;0;6.15;24012
+70083;43.52452;1.85749;229;20220807;34.2;20.6;27.4;2.5;14.64;0;6.38;24800
+70083;43.52452;1.85749;229;20220808;34.9;20;27.4;2.2;11.34;0;6.42;25928
+70083;43.52452;1.85749;229;20220809;35.5;19;27.2;2.3;11.71;0;6.44;24961
+70083;43.52452;1.85749;229;20220810;36.9;19.3;28.1;2.6;13.78;0;6.8;25663
+70083;43.52452;1.85749;229;20220811;35.5;22.1;28.8;3.6;20.74;0;6.33;23193
+70083;43.52452;1.85749;229;20220812;38.9;21.5;30.2;3;19.98;0;6.9;24078
+70083;43.52452;1.85749;229;20220813;35.1;20.7;27.9;3;19.68;.1;5.83;20558
+70083;43.52452;1.85749;229;20220814;29.5;21.1;25.3;3.8;19.58;0;4.76;16652
+70083;43.52452;1.85749;229;20220815;29;18.8;23.9;2.5;15.98;0;4.6;18703
+70083;43.52452;1.85749;229;20220816;33;17.5;25.3;2.7;16.38;12.1;5.19;18659
+70083;43.52452;1.85749;229;20220817;24.4;16.5;20.5;3.1;17.41;.1;2.93;11357
+70083;43.52452;1.85749;229;20220818;24.5;16.7;20.6;4.5;16.54;1.3;3.83;15773
+70083;43.52452;1.85749;229;20220819;26.1;17.1;21.6;4.1;16.24;.4;4.2;16213
+70083;43.52452;1.85749;229;20220820;30.2;16.3;23.3;2.4;15.94;0;5.08;23515
+70083;43.52452;1.85749;229;20220821;28.4;18.5;23.5;2.7;16.68;0;4.32;17335
+70083;43.52452;1.85749;229;20220822;26.2;19.2;22.7;3.9;17.98;1;3.8;13643
+70083;43.52452;1.85749;229;20220823;30.8;19.2;25;2.6;18.48;0;4.82;20316
+70083;43.52452;1.85749;229;20220824;35.9;18.8;27.3;2.1;16.24;.5;5.7;23072
+70083;43.52452;1.85749;229;20220825;30.1;21.3;25.7;3.3;19.01;1.5;4.55;15851
+70083;43.52452;1.85749;229;20220826;30;19.3;24.6;3.4;18.61;.1;4.75;18265
+70083;43.52452;1.85749;229;20220827;31.2;17.8;24.5;2.3;16.48;0;4.91;22380
+70083;43.52452;1.85749;229;20220828;33.8;17.7;25.8;2.2;13.94;0;5.41;22654
+70083;43.52452;1.85749;229;20220829;33.5;18.7;26.1;3.1;16.61;4.4;5.25;17786
+70083;43.52452;1.85749;229;20220830;32.1;17.7;24.9;2;18.41;0;4.71;21455
+70083;43.52452;1.85749;229;20220831;27.9;18.8;23.3;2.6;18.24;.2;3.53;13468
+70083;43.52452;1.85749;229;20220901;29.3;19;24.2;2.5;18.71;0;4.1;17334
+70083;43.52452;1.85749;229;20220902;28.5;18.2;23.4;2.4;17.91;7.8;3.94;17249
+70083;43.52452;1.85749;229;20220903;26.7;17.3;22;1.8;18.74;1.2;3.24;15957
+70083;43.52452;1.85749;229;20220904;30.6;17.7;24.1;3.4;19.88;0;4.59;19839
+70083;43.52452;1.85749;229;20220905;31.3;19.9;25.6;3.7;22.01;.5;4.42;17135
+70083;43.52452;1.85749;229;20220906;32.7;21.2;27;2.5;20.88;.1;4.69;18851
+70083;43.52452;1.85749;229;20220907;27.7;17.8;22.7;2.3;17.18;.2;3.5;14905
+70083;43.52452;1.85749;229;20220908;26.7;14.9;20.8;1.8;14.61;.7;3.41;16863
+70083;43.52452;1.85749;229;20220909;22;16.6;19.3;2;15.58;.8;2.36;10080
+70083;43.52452;1.85749;229;20220910;26.9;13.4;20.2;1.9;13.38;0;3.72;19498
+70083;43.52452;1.85749;229;20220911;32.8;14.3;23.5;2.5;13.71;0;5.04;21149
+70083;43.52452;1.85749;229;20220912;30;19.3;24.6;4.3;18.78;0;4.43;15376
+70083;43.52452;1.85749;229;20220913;29.3;22.4;25.9;3.7;22.24;.7;3.22;8364
+70083;43.52452;1.85749;229;20220914;29.4;19.6;24.5;3.1;18.91;10.4;3.95;14851
+70083;43.52452;1.85749;229;20220915;29;17.4;23.2;2.6;17.24;1;3.95;17475
+70083;43.52452;1.85749;229;20220916;25.1;18.3;21.7;4.3;16.21;0;3.77;13464
+70083;43.52452;1.85749;229;20220917;21.5;12.2;16.9;3.1;9.71;0;3.69;17865
+70083;43.52452;1.85749;229;20220918;25.1;8.1;16.6;1.8;7.34;0;3.54;19107
+70083;43.52452;1.85749;229;20220919;26.6;10.4;18.5;2.6;7.61;0;4.31;19028
+70083;43.52452;1.85749;229;20220920;25.6;10.4;18;2.6;8.24;0;4.07;18952
+70083;43.52452;1.85749;229;20220921;24.6;10.2;17.4;2.3;9.18;0;3.59;18447
+70083;43.52452;1.85749;229;20220922;26.4;10.4;18.4;2.2;11.01;0;3.54;18286
+70083;43.52452;1.85749;229;20220923;25.1;12;18.6;2.9;14.41;30.5;2.94;13749
+70083;43.52452;1.85749;229;20220924;19.6;14.6;17.1;2.7;15.01;1.8;1.9;8747
+70083;43.52452;1.85749;229;20220925;18.8;12.2;15.5;3.1;12.31;.4;2.4;12819
+70083;43.52452;1.85749;229;20220926;19.5;9.3;14.4;3.6;11.31;2.6;2.53;12742
+70083;43.52452;1.85749;229;20220927;17;12.4;14.7;5.2;13.34;2.9;1.86;8279
+70083;43.52452;1.85749;229;20220928;18.4;13.8;16.1;6.6;15.11;17.3;1.99;9325
+70083;43.52452;1.85749;229;20220929;16.5;12.5;14.5;4.8;13.41;19.5;1.72;8238
+70083;43.52452;1.85749;229;20220930;17.7;10.6;14.1;3.9;11.51;.5;2.2;10648
+70083;43.52452;1.85749;229;20221001;22.7;9.3;16;2.7;12.34;0;2.59;13438
+70083;43.52452;1.85749;229;20221002;23.6;12.8;18.2;2.2;14.88;.1;2.49;14599
+70083;43.52452;1.85749;229;20221003;23.4;12.6;18;1.8;14.01;0;2.38;13987
+70083;43.52452;1.85749;229;20221004;25.2;11.2;18.2;1.8;13.14;.1;2.69;15809
+70083;43.52452;1.85749;229;20221005;23.9;11.4;17.6;3.4;14.68;0;2.69;14964
+70083;43.52452;1.85749;229;20221006;20.7;14.6;17.7;2.2;15.71;.1;1.69;8718
+70083;43.52452;1.85749;229;20221007;22.4;12;17.2;2.2;15.04;.1;1.99;11417
+70083;43.52452;1.85749;229;20221008;21.9;15.4;18.7;2.2;16.31;.5;1.92;9684
+70083;43.52452;1.85749;229;20221009;23.8;11.8;17.8;2.7;14.51;.2;2.5;14209
+70083;43.52452;1.85749;229;20221010;24.2;13.6;18.9;2.6;15.11;0;2.44;12353
+70083;43.52452;1.85749;229;20221011;22.2;13.4;17.8;1.6;14.91;0;1.82;10297
+70083;43.52452;1.85749;229;20221012;23.5;14.1;18.8;1.9;15.04;1.1;2.1;11023
+70083;43.52452;1.85749;229;20221013;22.2;13.4;17.8;2;14.61;1;1.93;10121
+70083;43.52452;1.85749;229;20221014;21.9;16.5;19.2;3.8;16.41;.7;2.1;7213
+70083;43.52452;1.85749;229;20221015;26.3;12.6;19.4;2.9;15.21;.1;2.75;13732
+70083;43.52452;1.85749;229;20221016;24.8;15.8;20.3;4.3;17.51;0;2.58;11686
+70083;43.52452;1.85749;229;20221017;23.7;18.9;21.3;4.6;18.38;.1;2.32;6695
+70083;43.52452;1.85749;229;20221018;25.5;17;21.2;3.8;18.28;.1;2.53;11417
+70083;43.52452;1.85749;229;20221019;23.8;18;20.9;4.4;18.38;0;2.17;6682
+70083;43.52452;1.85749;229;20221020;23.9;17.8;20.9;3.4;17.91;.2;2.04;5913
+70083;43.52452;1.85749;229;20221021;23.9;17.1;20.5;2.8;15.31;.2;2.26;7333
+70083;43.52452;1.85749;229;20221022;25.1;14.8;20;2.8;14.84;0;2.5;11351
+70083;43.52452;1.85749;229;20221023;26.7;16.3;21.5;4.5;14.94;0;3.22;6793
+70083;43.52452;1.85749;229;20221024;24.3;15.2;19.8;2.5;14.91;0;2.17;9780
+70083;43.52452;1.85749;229;20221025;23.4;12.9;18.1;3;13.98;.1;2.13;8171
+70083;43.52452;1.85749;229;20221026;23.6;13.2;18.4;2.9;16.54;.1;1.69;7860
+70083;43.52452;1.85749;229;20221027;24.4;15.2;19.8;4.3;17.08;0;2.06;7780
+70083;43.52452;1.85749;229;20221028;23.8;18.3;21.1;5.1;16.84;0;2.71;7421
+70083;43.52452;1.85749;229;20221029;24.7;16.3;20.5;5;14.28;0;3.09;9387
+70083;43.52452;1.85749;229;20221030;23.6;14.7;19.1;3.5;14.71;0;2.21;8686
+70083;43.52452;1.85749;229;20221031;24.8;14.8;19.8;3.3;15.48;9.8;2.28;8422
+70083;43.52452;1.85749;229;20221101;19.6;13.5;16.5;2.4;14.21;0;1.45;8264
+70083;43.52452;1.85749;229;20221102;20;11.9;15.9;1.9;11.94;0;1.48;9307
+70083;43.52452;1.85749;229;20221103;18.3;10.5;14.4;3.3;12.24;4.6;1.44;4308
+70083;43.52452;1.85749;229;20221104;13.1;10;11.5;5.8;10.41;9.3;1.47;5152
+70083;43.52452;1.85749;229;20221105;14.5;6.5;10.5;3;9.24;0;1.28;9144
+70083;43.52452;1.85749;229;20221106;19.2;4.4;11.8;2.5;8.24;0;1.77;10364
+70083;43.52452;1.85749;229;20221107;19.8;7.2;13.5;3;10.34;0;1.71;9676
+70083;43.52452;1.85749;229;20221108;20.5;12.3;16.4;3.1;13.74;0;1.52;7145
+70083;43.52452;1.85749;229;20221109;17.8;11.8;14.8;2.4;13.54;1.2;1.05;4300
+70083;43.52452;1.85749;229;20221110;15.1;9.5;12.3;1.8;11.64;0;.88;6753
+70083;43.52452;1.85749;229;20221111;20.8;7.6;14.2;3.9;12.24;0;1.67;9131
+70083;43.52452;1.85749;229;20221112;22;12.2;17.1;3.8;13.24;.1;1.98;8302
+70083;43.52452;1.85749;229;20221113;20.3;8.5;14.4;2.9;10.78;0;1.63;8849
+70083;43.52452;1.85749;229;20221114;18.3;11.5;14.9;2.7;13.04;.4;1.17;4513
+70083;43.52452;1.85749;229;20221115;17.7;11.5;14.6;2.6;13.48;3.9;1.01;4866
+70083;43.52452;1.85749;229;20221116;18.3;10.4;14.4;1.8;11.68;0;1.11;8154
+70083;43.52452;1.85749;229;20221117;18;10.7;14.3;2.7;12.21;8.7;1.24;5263
+70083;43.52452;1.85749;229;20221118;13.4;9.5;11.5;4.4;10.74;4.3;1.13;5054
+70083;43.52452;1.85749;229;20221119;10;7.2;8.6;4.4;9.54;2.4;.76;3909
+70083;43.52452;1.85749;229;20221120;11.8;4.6;8.2;3.1;9.24;2.7;.75;5793
+70083;43.52452;1.85749;229;20221121;11.6;7.8;9.7;4.1;10.41;15.3;.78;2109
+70083;43.52452;1.85749;229;20221122;9.2;5.7;7.4;5.8;8.88;15.2;.77;3371
+70083;43.52452;1.85749;229;20221123;16;7.6;11.8;3.5;10.91;10;1.12;5182
+70083;43.52452;1.85749;229;20221124;14;6.9;10.5;2.4;9.61;0;.94;4787
+70083;43.52452;1.85749;229;20221125;10.4;8.2;9.3;3;10.11;9;.7;1591
+70083;43.52452;1.85749;229;20221126;11.6;5.2;8.4;2.2;8.94;0;.67;5472
+70083;43.52452;1.85749;229;20221127;12.5;3.5;8;3.4;8.38;.9;.88;6011
+70083;43.52452;1.85749;229;20221128;11.6;7.7;9.6;4.3;10.18;7.8;.78;3788
+70083;43.52452;1.85749;229;20221129;10.4;7.2;8.8;3.7;9.58;3;.72;4064
+70083;43.52452;1.85749;229;20221130;5.5;2.7;4.1;1.6;7.84;0;.34;2705
+70083;43.52452;1.85749;229;20221201;4.6;2.7;3.6;2;7.58;0;.33;1769
+70083;43.52452;1.85749;229;20221202;6.3;4.1;5.2;1.2;7.95;0;.42;2146
+70083;43.52452;1.85749;229;20221203;6.9;2.3;4.6;1.4;7.34;0;.45;2954
+70083;43.52452;1.85749;229;20221204;7.7;3.6;5.7;1.8;7.54;0;.52;3542
+70083;43.52452;1.85749;229;20221205;9.8;0;4.9;2.8;6.44;.1;.77;6118
+70083;43.52452;1.85749;229;20221206;11.7;2.5;7.1;2;7.41;.2;.73;5383
+70083;43.52452;1.85749;229;20221207;12.8;6.6;9.7;1.8;7.7;0;.83;5166
+70083;43.52452;1.85749;229;20221208;8.2;2.2;5.2;2.7;8;1.1;.47;3424
+70083;43.52452;1.85749;229;20221209;11.5;5.6;8.6;1.5;10.08;.4;.44;3631
+70083;43.52452;1.85749;229;20221210;1.1;1.7;1.4;4.3;6.65;0;.25;700
+70083;43.52452;1.85749;229;20221211;5.5;-5;.2;1.7;4.5;.1;.48;5935
+70083;43.52452;1.85749;229;20221212;6.3;.1;3.2;3.1;5.98;5.9;.71;3242
+70083;43.52452;1.85749;229;20221213;11.6;2.8;7.2;4;9.41;4.1;.56;3407
+70083;43.52452;1.85749;229;20221214;14.8;7.6;11.2;2.6;11.21;.2;.68;4503
+70083;43.52452;1.85749;229;20221215;12;8;10;2.8;11.48;4.3;.45;2855
+70083;43.52452;1.85749;229;20221216;11.6;9;10.3;2.1;10.81;1.9;.59;2341
+70083;43.52452;1.85749;229;20221217;6.5;5;5.8;1.8;7.85;0;.49;1921
+70083;43.52452;1.85749;229;20221218;10.2;1.6;5.9;3.4;8.25;0;.59;6236
+70083;43.52452;1.85749;229;20221219;16.2;11;13.6;6.8;11.3;0;1.81;4734
+70083;43.52452;1.85749;229;20221220;14.3;10.4;12.4;3.7;11.58;0;.94;2573
+70083;43.52452;1.85749;229;20221221;16.6;9.6;13.1;1.9;11.51;0;.75;4636
+70083;43.52452;1.85749;229;20221222;17.4;9.4;13.4;2.2;11.31;.7;.97;4856
+70083;43.52452;1.85749;229;20221223;18.8;11.8;15.3;2;12.44;.1;.96;5601
+70083;43.52452;1.85749;229;20221224;17.9;8.8;13.3;2.1;10.78;.1;.95;5624
+70083;43.52452;1.85749;229;20221225;13.9;7.6;10.7;3.7;10.61;.1;.74;4298
+70083;43.52452;1.85749;229;20221226;15.8;7.8;11.8;2.5;11.04;.3;.73;5129
+70083;43.52452;1.85749;229;20221227;13.6;8.7;11.2;1.7;11.18;.1;.53;4124
+70083;43.52452;1.85749;229;20221228;14;5.6;9.8;3.2;9.58;.1;.71;6191
+70083;43.52452;1.85749;229;20221229;13.4;6.6;10;2.7;10.58;1.8;.6;3871
+70083;43.52452;1.85749;229;20221230;15.9;7.8;11.9;3;10.98;.1;.89;4636
+70083;43.52452;1.85749;229;20221231;15.4;9.3;12.4;4.7;11.84;0;.94;4533
+70084;43.5485;2.16469;203;20220101;15.2;3;9.1;2.6;8.94;.1;.79;6542
+70084;43.5485;2.16469;203;20220102;13.8;3.6;8.7;3;9.94;.1;.59;5005
+70084;43.5485;2.16469;203;20220103;15.1;5.4;10.2;1.5;10.3;0;.59;5262
+70084;43.5485;2.16469;203;20220104;13.7;5.7;9.7;5.2;10.34;10.2;.87;3958
+70084;43.5485;2.16469;203;20220105;6.4;5.6;6;5.6;7.4;.6;.94;3786
+70084;43.5485;2.16469;203;20220106;6.7;.2;3.5;3.4;5.49;0;.89;6966
+70084;43.5485;2.16469;203;20220107;4;-2.5;.7;2.5;6.25;12.3;.42;3533
+70084;43.5485;2.16469;203;20220108;10;2.5;6.2;5.1;9.75;12.9;.37;2700
+70084;43.5485;2.16469;203;20220109;8.2;7.1;7.7;3.9;9.72;40.1;.62;966
+70084;43.5485;2.16469;203;20220110;7.6;6.8;7.2;2.3;9.62;8;.49;733
+70084;43.5485;2.16469;203;20220111;6.9;1.9;4.4;2.6;7.19;0;.66;6033
+70084;43.5485;2.16469;203;20220112;3;-1;1;2.3;5.95;0;.51;4866
+70084;43.5485;2.16469;203;20220113;.8;-3.2;-1.2;1.2;5.45;0;.28;4566
+70084;43.5485;2.16469;203;20220114;8;-4.8;1.6;1.2;5.42;0;.5;8200
+70084;43.5485;2.16469;203;20220115;9.8;-4.4;2.7;1.3;5.19;0;.61;8933
+70084;43.5485;2.16469;203;20220116;8.4;-4.8;1.8;1.8;5.42;0;.6;9100
+70084;43.5485;2.16469;203;20220117;1.7;-2.1;-.2;2.6;5.72;.1;.5;4466
+70084;43.5485;2.16469;203;20220118;.9;-1.2;-.2;1.9;6;.1;.3;2612
+70084;43.5485;2.16469;203;20220119;6;-.5;2.7;2;7.12;.8;.49;4200
+70084;43.5485;2.16469;203;20220120;7.7;.7;4.2;2.8;7.12;0;.73;4966
+70084;43.5485;2.16469;203;20220121;6.4;-.6;2.9;3.2;5.49;0;.85;8766
+70084;43.5485;2.16469;203;20220122;6.9;-4;1.5;2.1;5.05;.1;.69;9633
+70084;43.5485;2.16469;203;20220123;11.3;-5.3;3;1.3;5.35;0;.67;9700
+70084;43.5485;2.16469;203;20220124;13;-2.7;5.2;1.6;6.15;0;.81;9233
+70084;43.5485;2.16469;203;20220125;12.7;-3.8;4.4;.8;6.15;0;.63;9400
+70084;43.5485;2.16469;203;20220126;11.6;-4;3.8;1.3;6.09;0;.7;9733
+70084;43.5485;2.16469;203;20220127;7;-3.3;1.9;2.3;6.15;0;.77;7900
+70084;43.5485;2.16469;203;20220128;.4;-2.2;-.9;.7;5.61;0;.34;2885
+70084;43.5485;2.16469;203;20220129;2.5;-.8;.9;2.2;6.05;0;.53;4533
+70084;43.5485;2.16469;203;20220130;2.5;-.6;.9;3.2;6.49;.2;.38;2833
+70084;43.5485;2.16469;203;20220131;8.4;1.6;5;5.4;8.45;3.3;.58;2933
+70084;43.5485;2.16469;203;20220201;7.8;2;4.9;5.5;7.55;2.6;.94;6100
+70084;43.5485;2.16469;203;20220202;10.3;6.2;8.3;3.6;9.52;.7;.86;4133
+70084;43.5485;2.16469;203;20220203;8.6;-.3;4.1;1.7;8.05;.1;.6;6500
+70084;43.5485;2.16469;203;20220204;11.3;6.2;8.7;2.2;10.22;2.3;.88;4433
+70084;43.5485;2.16469;203;20220205;10.7;7.2;9;2.9;9.02;.9;1.09;5733
+70084;43.5485;2.16469;203;20220206;9.2;-1.2;4;3.1;7.19;1.3;.92;7066
+70084;43.5485;2.16469;203;20220207;12;7.2;9.6;4.8;9.59;3;1.27;4633
+70084;43.5485;2.16469;203;20220208;15.9;.4;8.2;1.9;7.12;0;1.43;11533
+70084;43.5485;2.16469;203;20220209;15.8;-1.1;7.4;1.6;7.29;.1;1.18;11533
+70084;43.5485;2.16469;203;20220210;8.9;2.9;5.9;1.7;8.86;0;.99;9487
+70084;43.5485;2.16469;203;20220211;14.3;4.7;9.5;2.7;8.99;.2;1.24;7000
+70084;43.5485;2.16469;203;20220212;13.6;-.7;6.5;2.5;7.04;0;1.31;10950
+70084;43.5485;2.16469;203;20220213;16;3.6;9.8;4.2;9.69;4.4;1.51;9450
+70084;43.5485;2.16469;203;20220214;12.2;6.4;9.3;4.9;9.49;10.3;1.43;6600
+70084;43.5485;2.16469;203;20220215;11.4;5.7;8.5;5.1;8.94;8.1;1.44;7750
+70084;43.5485;2.16469;203;20220216;13.3;6.9;10.1;4.4;11.09;12.3;.99;2900
+70084;43.5485;2.16469;203;20220217;14.4;11;12.7;4.8;12.51;3.3;1.11;4486
+70084;43.5485;2.16469;203;20220218;18.4;7.8;13.1;3.3;11.37;2.2;1.82;10896
+70084;43.5485;2.16469;203;20220219;11.3;7.7;9.5;3.1;8.59;.3;1.45;8366
+70084;43.5485;2.16469;203;20220220;11.6;.2;5.9;2.7;8.79;3;1.02;7733
+70084;43.5485;2.16469;203;20220221;12.8;8.3;10.5;6.9;9.42;8.4;1.99;8033
+70084;43.5485;2.16469;203;20220222;14.1;7;10.5;4;8.95;.7;1.94;11266
+70084;43.5485;2.16469;203;20220223;17.1;3.6;10.3;1.5;8.85;0;1.69;14166
+70084;43.5485;2.16469;203;20220224;15.6;4.6;10.1;3.2;9.69;1.6;1.73;10700
+70084;43.5485;2.16469;203;20220225;11.8;6.5;9.2;3.6;7.12;0;2.06;12600
+70084;43.5485;2.16469;203;20220226;14.5;-2;6.2;2.6;5.25;0;2.1;15966
+70084;43.5485;2.16469;203;20220227;15.7;-1.2;7.2;1.6;7.09;0;1.55;11900
+70084;43.5485;2.16469;203;20220228;17;1.1;9.1;1.4;7.79;0;1.76;15000
+70084;43.5485;2.16469;203;20220301;15.8;1.4;8.6;4.3;8.13;0;2.13;12495
+70084;43.5485;2.16469;203;20220302;12.4;5;8.7;3.7;9.87;1.6;1.14;6593
+70084;43.5485;2.16469;203;20220303;17.6;8.1;12.8;1.7;10.42;0;1.92;14333
+70084;43.5485;2.16469;203;20220304;10;6.5;8.2;4;10.12;10.7;.78;1933
+70084;43.5485;2.16469;203;20220305;9;6.4;7.7;3.8;9.25;2.7;.98;3900
+70084;43.5485;2.16469;203;20220306;11.8;5.1;8.4;2.3;7.89;0;1.54;9633
+70084;43.5485;2.16469;203;20220307;12.9;-1.6;5.7;2;6.89;0;1.59;13833
+70084;43.5485;2.16469;203;20220308;14.1;2.2;8.2;3.4;8.52;1.1;1.91;14600
+70084;43.5485;2.16469;203;20220309;15.2;5.4;10.3;3.7;9.85;0;1.99;14533
+70084;43.5485;2.16469;203;20220310;16.1;6.7;11.4;3.8;10.19;0;1.95;10766
+70084;43.5485;2.16469;203;20220311;13.5;8.8;11.1;7;10.39;0;1.94;7433
+70084;43.5485;2.16469;203;20220312;9.9;9.1;9.5;3.5;10.62;21.9;.94;3366
+70084;43.5485;2.16469;203;20220313;12.1;6.9;9.5;4.4;9.39;15.8;1.39;3300
+70084;43.5485;2.16469;203;20220314;13.6;2.4;8;6.8;10.25;.8;1.01;4900
+70084;43.5485;2.16469;203;20220315;13.3;11.7;12.5;10.1;12.23;0;1.49;4493
+70084;43.5485;2.16469;203;20220316;15.1;10.9;13;4.3;11.92;.1;1.59;5933
+70084;43.5485;2.16469;203;20220317;14.7;10.6;12.7;1.8;12.59;1.7;1.15;5066
+70084;43.5485;2.16469;203;20220318;13.2;8.4;10.8;1.6;10.89;.7;1.23;6850
+70084;43.5485;2.16469;203;20220319;16.3;6;11.1;4.5;8.79;0;2.56;13930
+70084;43.5485;2.16469;203;20220320;14.7;5.3;10;5.8;10.09;.2;1.72;7650
+70084;43.5485;2.16469;203;20220321;15.1;10.3;12.7;6.7;9.04;.3;3.18;12600
+70084;43.5485;2.16469;203;20220322;14.9;6.5;10.7;6.8;7.19;0;3.53;17050
+70084;43.5485;2.16469;203;20220323;15.6;2.3;9;5.9;7.14;0;3.12;18050
+70084;43.5485;2.16469;203;20220324;17.9;2.8;10.3;4.9;7.14;0;3.38;17700
+70084;43.5485;2.16469;203;20220325;18.8;5.6;12.2;4.2;6.89;0;3.55;16950
+70084;43.5485;2.16469;203;20220326;18.6;5.4;12;4.4;7.39;0;3.69;18750
+70084;43.5485;2.16469;203;20220327;21;5;13;3.9;7.19;0;3.97;17850
+70084;43.5485;2.16469;203;20220328;21;7.1;14.1;4.8;7.14;0;4.27;16250
+70084;43.5485;2.16469;203;20220329;18.5;7.1;12.8;3.2;9.74;4.1;2.44;11450
+70084;43.5485;2.16469;203;20220330;13.4;9.2;11.3;2.8;11.34;3;1.38;6150
+70084;43.5485;2.16469;203;20220331;14.5;8.7;11.6;5.8;9.39;9;2.5;10000
+70084;43.5485;2.16469;203;20220401;8.1;1.8;5;7.8;5.65;4.8;2.36;13549
+70084;43.5485;2.16469;203;20220402;8.6;1.1;4.8;6;5.25;.8;2.31;11490
+70084;43.5485;2.16469;203;20220403;7.7;-2.1;2.8;2.8;5.1;0;1.84;15703
+70084;43.5485;2.16469;203;20220404;11.7;-1.4;5.2;2.8;4.96;0;2.83;21525
+70084;43.5485;2.16469;203;20220405;15.4;-1;7.2;3.4;6.24;0;3.1;21987
+70084;43.5485;2.16469;203;20220406;12.4;4.1;8.2;3.7;9.69;1.2;1.36;6400
+70084;43.5485;2.16469;203;20220407;20.5;7.7;14.1;5.1;11.39;1;3.41;15950
+70084;43.5485;2.16469;203;20220408;21.1;11.4;16.2;4.7;11.74;.5;3.82;16500
+70084;43.5485;2.16469;203;20220409;14.6;6.8;10.7;4.5;7.99;.8;2.89;14050
+70084;43.5485;2.16469;203;20220410;19.1;-.8;9.1;3.8;6.94;0;3.53;23200
+70084;43.5485;2.16469;203;20220411;17.2;9.5;13.3;8.2;10.49;0;3.27;14450
+70084;43.5485;2.16469;203;20220412;17.1;11.4;14.2;7.1;10.84;0;3.05;10900
+70084;43.5485;2.16469;203;20220413;15.8;10.2;13;2.3;11.44;.9;1.56;5600
+70084;43.5485;2.16469;203;20220414;23.5;4.8;14.2;1.9;11.19;.2;3.46;21000
+70084;43.5485;2.16469;203;20220415;23.8;8.3;16.1;2.7;13.09;0;3.51;19000
+70084;43.5485;2.16469;203;20220416;23.4;10.7;17.1;4;12.74;0;4.04;20600
+70084;43.5485;2.16469;203;20220417;23.8;7.1;15.5;3.5;10.79;0;4.53;24100
+70084;43.5485;2.16469;203;20220418;18.8;10.5;14.6;4;11.14;0;3.42;18100
+70084;43.5485;2.16469;203;20220419;16.7;7.3;12;3.7;11.54;17.5;2.35;12900
+70084;43.5485;2.16469;203;20220420;10.9;8.6;9.7;2.3;11.29;18.7;.84;3350
+70084;43.5485;2.16469;203;20220421;11.7;9;10.4;3.1;12.19;3.9;.76;3000
+70084;43.5485;2.16469;203;20220422;18.7;10.3;14.5;1.9;12.44;.1;2.6;15900
+70084;43.5485;2.16469;203;20220423;16.6;10.7;13.6;4.6;11.14;26;2.4;6850
+70084;43.5485;2.16469;203;20220424;17.2;8.3;12.8;4.9;11.79;5;2.29;9950
+70084;43.5485;2.16469;203;20220425;19;7.7;13.4;2.4;10.79;0;3.47;22700
+70084;43.5485;2.16469;203;20220426;23.5;4.6;14;2.1;9.94;0;4.22;25750
+70084;43.5485;2.16469;203;20220427;21.2;8.5;14.9;3.4;11.96;0;3.67;19818
+70084;43.5485;2.16469;203;20220428;21;10.8;15.9;2.3;14.14;0;2.88;16200
+70084;43.5485;2.16469;203;20220429;23.4;13.9;18.6;3.4;14.64;.1;4.15;20750
+70084;43.5485;2.16469;203;20220430;22.4;13.2;17.8;4;13.19;.1;4.25;20600
+70084;43.5485;2.16469;203;20220501;21.4;8.8;15.1;3.1;11.39;0;4.05;22600
+70084;43.5485;2.16469;203;20220502;20.5;10.2;15.4;2.6;12.54;0;3.27;17950
+70084;43.5485;2.16469;203;20220503;20.7;12;16.4;2.4;13.19;2.2;3.12;16000
+70084;43.5485;2.16469;203;20220504;20.4;11.2;15.8;2.6;13.54;2.7;3.07;17200
+70084;43.5485;2.16469;203;20220505;20.3;9.4;14.8;3.2;11.99;.2;3.29;17150
+70084;43.5485;2.16469;203;20220506;20.3;8.9;14.6;3.4;11.12;.1;2.93;11133
+70084;43.5485;2.16469;203;20220507;23;9.6;16.3;3.7;11.89;0;3.77;16300
+70084;43.5485;2.16469;203;20220508;23.9;9.6;16.7;1.8;12.55;.1;3.26;15833
+70084;43.5485;2.16469;203;20220509;26.8;8.7;17.7;1.3;12.39;0;3.72;18800
+70084;43.5485;2.16469;203;20220510;27.9;9.1;18.5;1.7;12.85;0;3.84;17966
+70084;43.5485;2.16469;203;20220511;28.7;9.3;19;2.6;13.45;0;4.31;18933
+70084;43.5485;2.16469;203;20220512;25.9;14.1;20;2.2;14.85;0;3.38;14300
+70084;43.5485;2.16469;203;20220513;26.4;13.9;20.2;1.1;15.09;0;3.29;16400
+70084;43.5485;2.16469;203;20220514;29.9;11.9;20.9;1.6;15.65;0;3.9;17533
+70084;43.5485;2.16469;203;20220515;27.5;15.7;21.6;3.9;14.75;0;4.65;17166
+70084;43.5485;2.16469;203;20220516;28.6;13;20.8;1.3;15.25;0;3.75;17933
+70084;43.5485;2.16469;203;20220517;31.4;13.7;22.6;1.9;16.09;0;4.41;18833
+70084;43.5485;2.16469;203;20220518;32.9;15.9;24.4;2.5;16.75;0;4.97;17933
+70084;43.5485;2.16469;203;20220519;28.4;17.2;22.8;4.6;16.75;0;4.64;15600
+70084;43.5485;2.16469;203;20220520;30.6;16.6;23.6;3.6;16.15;0;4.93;17033
+70084;43.5485;2.16469;203;20220521;33.2;15.1;24.1;1.9;17.95;.1;4.31;17800
+70084;43.5485;2.16469;203;20220522;31.6;16.7;24.1;2.5;19.55;.5;4.17;14966
+70084;43.5485;2.16469;203;20220523;21.7;17.7;19.7;3.9;16.39;1;2.74;7266
+70084;43.5485;2.16469;203;20220524;18.5;13.5;16;3.5;12.92;3.4;2.41;7700
+70084;43.5485;2.16469;203;20220525;21.2;11.5;16.4;4.4;11.75;0;3.93;16466
+70084;43.5485;2.16469;203;20220526;19.7;10.8;15.2;3.7;12.59;0;3.02;13300
+70084;43.5485;2.16469;203;20220527;25.9;12.6;19.2;3.3;14.09;0;4.34;18466
+70084;43.5485;2.16469;203;20220528;26.9;12.5;19.7;3;13.22;0;4.74;19500
+70084;43.5485;2.16469;203;20220529;25.8;10.1;17.9;2.4;9.59;0;4.85;21033
+70084;43.5485;2.16469;203;20220530;26.3;8.3;17.3;1.2;11.09;1.7;3.57;16866
+70084;43.5485;2.16469;203;20220531;27.3;14.9;21.1;1.6;14.65;.1;4.15;18733
+70084;43.5485;2.16469;203;20220601;31.4;14.1;22.8;3.1;15.89;0;4.92;19400
+70084;43.5485;2.16469;203;20220602;28.7;17.6;23.1;2.7;17.55;0;3.78;13333
+70084;43.5485;2.16469;203;20220603;31;18.1;24.6;3.8;17.92;.6;5.3;18366
+70084;43.5485;2.16469;203;20220604;30;17;23.5;2.8;20.15;3.3;4.28;16533
+70084;43.5485;2.16469;203;20220605;24.9;17.4;21.2;3.4;18.12;0;3.37;12433
+70084;43.5485;2.16469;203;20220606;30.4;13.1;21.7;1.3;16.59;1.5;3.98;17400
+70084;43.5485;2.16469;203;20220607;24.4;16.8;20.6;2.4;17.15;.1;3.27;13533
+70084;43.5485;2.16469;203;20220608;21.5;14.4;18;2.6;16.25;4;2.28;7966
+70084;43.5485;2.16469;203;20220609;22.7;13.4;18;4.2;13.99;.3;3.77;14300
+70084;43.5485;2.16469;203;20220610;29.3;11.9;20.6;2.2;13.85;0;4.89;21066
+70084;43.5485;2.16469;203;20220611;34.5;13.7;24.1;1.2;13.99;0;6.08;29933
+70084;43.5485;2.16469;203;20220612;31.4;16.5;24;1.6;17.47;1.7;5.22;24374
+70084;43.5485;2.16469;203;20220613;32;18.6;25.3;2.6;19.74;.1;6.07;27315
+70084;43.5485;2.16469;203;20220614;35.9;18.5;27.2;2.4;18.1;.1;6.56;26363
+70084;43.5485;2.16469;203;20220615;31.7;18.9;25.3;2;16.95;0;5.9;27833
+70084;43.5485;2.16469;203;20220616;37.3;18.2;27.8;1.4;18.49;0;6.28;27233
+70084;43.5485;2.16469;203;20220617;39.4;18.4;28.9;1.4;18.32;0;6.72;28233
+70084;43.5485;2.16469;203;20220618;35.4;18.6;27;4.2;16.52;0;8.05;28633
+70084;43.5485;2.16469;203;20220619;33.2;22.2;27.7;6.5;17.99;0;8.5;28333
+70084;43.5485;2.16469;203;20220620;30;18.6;24.3;3.4;20.05;0;4.98;20200
+70084;43.5485;2.16469;203;20220621;29.3;20.7;25;2.4;21.95;1.1;3.74;13733
+70084;43.5485;2.16469;203;20220622;30.2;18.4;24.3;2.4;20.09;4;5.09;21966
+70084;43.5485;2.16469;203;20220623;28.6;16.8;22.7;2.3;18.39;13.7;5.08;23733
+70084;43.5485;2.16469;203;20220624;26;15.7;20.8;2.3;17.05;3.5;4.44;21200
+70084;43.5485;2.16469;203;20220625;29;14.7;21.8;3.2;17.12;10;5.1;21733
+70084;43.5485;2.16469;203;20220626;20.1;16;18;3;17.39;3.1;1.94;6866
+70084;43.5485;2.16469;203;20220627;19.1;15.1;17.1;3.2;16.39;4.6;2.63;12966
+70084;43.5485;2.16469;203;20220628;26.6;14.3;20.5;2.9;14.69;0;5.53;27100
+70084;43.5485;2.16469;203;20220629;30.6;11.7;21.2;1.6;14.59;2;5.49;26866
+70084;43.5485;2.16469;203;20220630;19.2;16.1;17.7;3.3;16.29;.7;2.48;10166
+70084;43.5485;2.16469;203;20220701;24.6;13;18.8;2.5;13.42;.1;5.43;29533
+70084;43.5485;2.16469;203;20220702;32.4;10.2;21.3;1.5;13.29;0;5.9;29433
+70084;43.5485;2.16469;203;20220703;31.6;14.7;23.2;2;17.39;.2;5.59;25600
+70084;43.5485;2.16469;203;20220704;28.2;16.9;22.6;3.5;18.55;0;5.49;24766
+70084;43.5485;2.16469;203;20220705;30.6;18.7;24.7;3.3;17.49;0;6.69;28833
+70084;43.5485;2.16469;203;20220706;29.2;15.9;22.5;2.7;14.65;0;5.79;25366
+70084;43.5485;2.16469;203;20220707;29.2;15.7;22.4;4;14.77;0;5.85;23339
+70084;43.5485;2.16469;203;20220708;30.3;15.9;23.1;3.2;15.02;0;6.67;29933
+70084;43.5485;2.16469;203;20220709;33;13.9;23.5;2.2;13.95;0;6.65;30033
+70084;43.5485;2.16469;203;20220710;34.8;15.4;25.1;2;14.12;0;6.85;29966
+70084;43.5485;2.16469;203;20220711;36.1;16.4;26.2;1.8;14.92;0;6.76;29333
+70084;43.5485;2.16469;203;20220712;36.7;17.7;27.2;2;16.89;0;6.95;29200
+70084;43.5485;2.16469;203;20220713;36;15.6;25.8;1.9;15.29;0;6.63;28966
+70084;43.5485;2.16469;203;20220714;37.7;17.9;27.8;1.6;17.22;0;6.64;28866
+70084;43.5485;2.16469;203;20220715;36.7;17.9;27.3;2.2;15.75;0;7.02;27900
+70084;43.5485;2.16469;203;20220716;38.2;16.6;27.4;1.5;14.59;0;6.63;28566
+70084;43.5485;2.16469;203;20220717;38.4;17.1;27.8;1.9;14.85;0;6.95;28500
+70084;43.5485;2.16469;203;20220718;37.3;18.9;28.1;3.9;16.49;0;8.17;28333
+70084;43.5485;2.16469;203;20220719;35.3;21.9;28.6;3.9;17.15;1.7;7.16;26300
+70084;43.5485;2.16469;203;20220720;30.7;21.8;26.3;3.1;17.95;0;6.12;23433
+70084;43.5485;2.16469;203;20220721;34.8;17.6;26.2;1.9;16.39;0;6.39;27933
+70084;43.5485;2.16469;203;20220722;32.3;17.7;25;2.6;17.62;.7;5.84;23233
+70084;43.5485;2.16469;203;20220723;29.9;18.6;24.2;3.5;16.69;0;6.12;25200
+70084;43.5485;2.16469;203;20220724;36.8;16.6;26.7;2.5;16.7;0;6.94;27983
+70084;43.5485;2.16469;203;20220725;27.9;20.5;24.2;3.8;18.92;.6;4.29;12833
+70084;43.5485;2.16469;203;20220726;28.1;17.7;22.9;4.2;15.19;0;6.53;28333
+70084;43.5485;2.16469;203;20220727;29.7;13.9;21.8;2.7;13.05;0;6.16;28533
+70084;43.5485;2.16469;203;20220728;30.4;14.6;22.5;2.1;14.72;1;5.32;23866
+70084;43.5485;2.16469;203;20220729;28.1;18.3;23.2;2.7;18.02;3;4.33;17466
+70084;43.5485;2.16469;203;20220730;31.1;18.5;24.8;2.7;17.59;0;5.99;26066
+70084;43.5485;2.16469;203;20220731;34.3;16.5;25.4;2.2;16.59;0;6.34;27633
+70084;43.5485;2.16469;203;20220801;35.4;18.6;27;2.6;16.65;0;6.93;27500
+70084;43.5485;2.16469;203;20220802;37.1;17.2;27.2;1.8;14.62;0;6.5;27766
+70084;43.5485;2.16469;203;20220803;37.5;16.4;27;2.1;15.42;0;6.45;26533
+70084;43.5485;2.16469;203;20220804;36.1;19.5;27.8;2.4;20.12;0;5.83;23133
+70084;43.5485;2.16469;203;20220805;32.5;21;26.8;3.5;20.15;.1;6.07;22500
+70084;43.5485;2.16469;203;20220806;34.3;19.9;27.1;3;18.25;0;6.53;24633
+70084;43.5485;2.16469;203;20220807;34.9;18.1;26.5;1.8;14.95;0;6.11;26400
+70084;43.5485;2.16469;203;20220808;36.1;16.8;26.4;1.5;11.55;0;6.01;27200
+70084;43.5485;2.16469;203;20220809;36.5;14.6;25.5;1.6;12.09;0;5.87;25500
+70084;43.5485;2.16469;203;20220810;37;15.8;26.4;2;14.39;0;6.1;24966
+70084;43.5485;2.16469;203;20220811;36.7;20.4;28.6;2.8;19.92;0;6.04;23700
+70084;43.5485;2.16469;203;20220812;39.7;20.8;30.3;2;20.25;0;6.45;24233
+70084;43.5485;2.16469;203;20220813;36.7;21.6;29.1;3;20.79;.4;6.07;19866
+70084;43.5485;2.16469;203;20220814;30.4;21.7;26.1;3.4;20.69;0;5.25;19400
+70084;43.5485;2.16469;203;20220815;29.7;19;24.4;2.2;16.32;0;5.02;21566
+70084;43.5485;2.16469;203;20220816;34;15.3;24.6;2.5;16.92;12.7;4.88;16900
+70084;43.5485;2.16469;203;20220817;25.1;17.1;21.1;2.9;17.82;0;2.94;10100
+70084;43.5485;2.16469;203;20220818;25.9;17.4;21.6;4.4;16.55;1.6;4.18;14500
+70084;43.5485;2.16469;203;20220819;26.4;17.6;22;4;16.49;1.3;4.18;13300
+70084;43.5485;2.16469;203;20220820;31.3;14.8;23.1;2;16.02;0;5.23;24566
+70084;43.5485;2.16469;203;20220821;29.6;17.6;23.6;2.6;16.69;0;4.79;18966
+70084;43.5485;2.16469;203;20220822;27.1;19.6;23.4;3.9;18.19;2.2;4.17;13500
+70084;43.5485;2.16469;203;20220823;32.2;19.6;25.9;2.6;18.39;.1;5.4;21933
+70084;43.5485;2.16469;203;20220824;36;15.9;25.9;1.9;16.12;.3;5.47;23433
+70084;43.5485;2.16469;203;20220825;31.8;20.4;26.1;2.6;19.25;1.2;4.71;17366
+70084;43.5485;2.16469;203;20220826;31;19.6;25.3;3.4;18.79;0;5.46;21100
+70084;43.5485;2.16469;203;20220827;32.2;17.5;24.8;1.7;16.62;0;5;23633
+70084;43.5485;2.16469;203;20220828;34.6;15;24.8;1.5;13.95;0;5.07;23533
+70084;43.5485;2.16469;203;20220829;34.1;16.8;25.5;2.3;16.85;3.9;4.68;17433
+70084;43.5485;2.16469;203;20220830;32.9;17.2;25.1;1.5;19.15;0;4.47;20566
+70084;43.5485;2.16469;203;20220831;30;16.9;23.5;1.9;18.49;0;3.62;14666
+70084;43.5485;2.16469;203;20220901;30.2;18.5;24.4;2.2;18.82;.1;4.12;17133
+70084;43.5485;2.16469;203;20220902;29.6;16.9;23.3;1.8;18.39;9.1;3.88;17733
+70084;43.5485;2.16469;203;20220903;28;17.3;22.7;1.7;19.55;1.7;3.5;16933
+70084;43.5485;2.16469;203;20220904;31.6;17.5;24.6;3.5;20.42;0;4.84;20466
+70084;43.5485;2.16469;203;20220905;31.4;20.4;25.9;4.7;22.7;0;4.6;16301
+70084;43.5485;2.16469;203;20220906;33;20.2;26.6;2.8;21.49;.4;4.83;19166
+70084;43.5485;2.16469;203;20220907;28.4;17.1;22.7;1.7;17.55;.9;3.15;13100
+70084;43.5485;2.16469;203;20220908;27.6;14.2;20.9;1.5;14.82;.6;3.54;17500
+70084;43.5485;2.16469;203;20220909;23.6;15.6;19.6;1.8;16.05;.9;2.64;11700
+70084;43.5485;2.16469;203;20220910;28;11.9;20;1.6;13.45;0;3.83;20366
+70084;43.5485;2.16469;203;20220911;32.8;11.9;22.3;1.9;14.05;0;4.52;20866
+70084;43.5485;2.16469;203;20220912;32.9;17.5;25.2;3.7;18.25;0;4.7;16033
+70084;43.5485;2.16469;203;20220913;30.6;21.9;26.2;3.9;22.85;1.4;3.29;7933
+70084;43.5485;2.16469;203;20220914;30.1;19.1;24.6;2.8;20.22;6.6;3.73;14566
+70084;43.5485;2.16469;203;20220915;30.1;16.5;23.3;2.1;17.92;1.3;4.05;19166
+70084;43.5485;2.16469;203;20220916;26.1;18.6;22.4;3.9;16.15;.5;4.22;16100
+70084;43.5485;2.16469;203;20220917;23;12.2;17.6;2.9;9.69;0;4.1;20533
+70084;43.5485;2.16469;203;20220918;26.6;6.2;16.4;1.5;7.85;0;3.55;20066
+70084;43.5485;2.16469;203;20220919;27.7;6.1;16.9;1.9;8.09;0;3.91;19900
+70084;43.5485;2.16469;203;20220920;26.6;7.6;17.1;2;8.59;0;3.89;19900
+70084;43.5485;2.16469;203;20220921;25.5;7.7;16.6;1.7;9.02;0;3.48;19533
+70084;43.5485;2.16469;203;20220922;26.5;7.7;17.1;1.4;10.92;0;3.11;18433
+70084;43.5485;2.16469;203;20220923;25.9;10.1;18;2.5;14.52;28.7;2.82;13166
+70084;43.5485;2.16469;203;20220924;20.9;14.7;17.8;2.5;15.69;2.1;2.27;10400
+70084;43.5485;2.16469;203;20220925;19.5;12.2;15.8;2.7;12.79;.5;2.59;14333
+70084;43.5485;2.16469;203;20220926;20.1;7.6;13.8;3.1;11.45;4.3;2.63;13933
+70084;43.5485;2.16469;203;20220927;18.1;12.7;15.4;4.7;13.65;7.4;2.18;8700
+70084;43.5485;2.16469;203;20220928;19.5;14;16.8;5.4;15.55;23.7;2.2;9100
+70084;43.5485;2.16469;203;20220929;17.5;12.4;14.9;3.5;13.89;11.4;1.84;8333
+70084;43.5485;2.16469;203;20220930;18.5;10.6;14.6;3.3;11.89;.7;2.39;12700
+70084;43.5485;2.16469;203;20221001;23.4;7.4;15.4;2.1;12.62;0;2.46;12466
+70084;43.5485;2.16469;203;20221002;24.8;11.1;18;1.5;14.75;.1;2.59;15966
+70084;43.5485;2.16469;203;20221003;24.5;11.5;18;1.6;14.02;0;2.62;15600
+70084;43.5485;2.16469;203;20221004;25.4;8.7;17.1;1.1;12.75;.1;2.52;17033
+70084;43.5485;2.16469;203;20221005;24.7;9.5;17.1;2.7;14.55;.2;2.57;15033
+70084;43.5485;2.16469;203;20221006;22.2;13.7;17.9;1.4;16.02;0;1.77;9033
+70084;43.5485;2.16469;203;20221007;23.2;10.8;17;1.8;15.05;0;1.92;11333
+70084;43.5485;2.16469;203;20221008;22.7;14.9;18.8;1.8;16.42;.6;1.92;9400
+70084;43.5485;2.16469;203;20221009;24.6;10.4;17.5;2.2;14.39;.1;2.53;15100
+70084;43.5485;2.16469;203;20221010;25.2;11.5;18.4;2.4;15.39;0;2.44;13900
+70084;43.5485;2.16469;203;20221011;23.1;12.3;17.7;1.2;15.09;0;1.86;11100
+70084;43.5485;2.16469;203;20221012;24.8;12.5;18.6;1.5;14.92;.8;2.26;13500
+70084;43.5485;2.16469;203;20221013;22.3;10.9;16.6;1.5;14.22;2.6;1.83;10200
+70084;43.5485;2.16469;203;20221014;21.7;16.3;19;3;16.92;1.9;1.92;5933
+70084;43.5485;2.16469;203;20221015;26.3;10.2;18.3;2.1;14.89;0;2.43;14466
+70084;43.5485;2.16469;203;20221016;25.8;14;19.9;4.2;17.32;0;2.77;11900
+70084;43.5485;2.16469;203;20221017;24.4;19.3;21.9;5.4;18.75;0;2.62;6833
+70084;43.5485;2.16469;203;20221018;26.1;14.7;20.4;3.3;18.12;.1;2.38;12166
+70084;43.5485;2.16469;203;20221019;25.3;15.4;20.4;3.9;18.42;0;2.15;7366
+70084;43.5485;2.16469;203;20221020;22.5;17.4;20;3.4;19.19;0;1.48;3166
+70084;43.5485;2.16469;203;20221021;24.8;15.7;20.3;2.3;16.85;.4;2.04;7866
+70084;43.5485;2.16469;203;20221022;25.7;12.3;19;2.5;15.42;0;2.38;12200
+70084;43.5485;2.16469;203;20221023;26;16.7;21.3;4.1;16.12;0;2.66;4800
+70084;43.5485;2.16469;203;20221024;25.3;14.7;20;1.5;15.35;0;1.97;10500
+70084;43.5485;2.16469;203;20221025;24.5;11;17.7;2.6;14.09;0;2.02;7833
+70084;43.5485;2.16469;203;20221026;23.7;11;17.3;1.9;15.75;.1;1.41;6000
+70084;43.5485;2.16469;203;20221027;25.6;13.1;19.4;3.1;16.79;0;2.1;8566
+70084;43.5485;2.16469;203;20221028;24.8;17.4;21.1;4.6;17.12;0;2.65;8366
+70084;43.5485;2.16469;203;20221029;26.1;14;20;4.1;13.92;0;2.71;8933
+70084;43.5485;2.16469;203;20221030;24.5;12.4;18.4;3.1;14.79;0;2.1;10066
+70084;43.5485;2.16469;203;20221031;25.4;13;19.2;3.7;15.99;8.2;2.35;9600
+70084;43.5485;2.16469;203;20221101;20.7;13.9;17.3;2.2;14.65;0;1.63;9733
+70084;43.5485;2.16469;203;20221102;21.2;10.6;15.9;1.4;12.05;0;1.54;10633
+70084;43.5485;2.16469;203;20221103;19.2;9.4;14.3;2.6;12.25;7.5;1.48;3866
+70084;43.5485;2.16469;203;20221104;13.2;9.5;11.3;4.6;10.92;18.5;1.26;4600
+70084;43.5485;2.16469;203;20221105;15.3;4.7;10;2.7;9.05;0;1.4;10633
+70084;43.5485;2.16469;203;20221106;19.2;1.5;10.3;1.4;8.29;0;1.31;10833
+70084;43.5485;2.16469;203;20221107;20.7;3.9;12.3;2.3;10.19;0;1.59;10400
+70084;43.5485;2.16469;203;20221108;21.5;10.3;15.9;2.7;13.92;0;1.53;7833
+70084;43.5485;2.16469;203;20221109;18.7;10.7;14.7;1.6;13.79;1.6;1.05;4666
+70084;43.5485;2.16469;203;20221110;15.7;9.9;12.8;2.5;11.83;0;1.09;6820
+70084;43.5485;2.16469;203;20221111;21.1;5.9;13.5;3.8;12.55;0;1.55;9433
+70084;43.5485;2.16469;203;20221112;22.6;10.8;16.7;3.5;13.29;.1;1.87;8833
+70084;43.5485;2.16469;203;20221113;20.4;6.4;13.4;2.1;10.82;0;1.32;8333
+70084;43.5485;2.16469;203;20221114;18.7;9.9;14.3;2;13.32;.7;1.07;4566
+70084;43.5485;2.16469;203;20221115;18.6;10.8;14.7;1.8;13.79;4.7;1;4700
+70084;43.5485;2.16469;203;20221116;19;10.2;14.6;1.3;12.35;0;1;9100
+70084;43.5485;2.16469;203;20221117;18;9.4;13.7;2;12.52;13;1.05;5666
+70084;43.5485;2.16469;203;20221118;13.6;9.4;11.5;3.5;11.32;8.8;1.04;5100
+70084;43.5485;2.16469;203;20221119;10.7;7.5;9.1;3.7;9.99;4.6;.81;4066
+70084;43.5485;2.16469;203;20221120;11.4;5.2;8.3;2.8;9.72;2.8;.75;5666
+70084;43.5485;2.16469;203;20221121;11.6;7.6;9.6;3.1;10.72;22.2;.74;1600
+70084;43.5485;2.16469;203;20221122;9.7;5.9;7.8;4.6;9.29;16.5;.83;3733
+70084;43.5485;2.16469;203;20221123;16.1;7.5;11.8;3.4;11;11.1;1.1;4782
+70084;43.5485;2.16469;203;20221124;14.4;3.9;9.1;1.5;9.89;0;.69;5566
+70084;43.5485;2.16469;203;20221125;10.8;5.2;8;2.3;10.29;10.2;.5;2700
+70084;43.5485;2.16469;203;20221126;11.9;5.6;8.7;1.9;9.45;0;.73;5500
+70084;43.5485;2.16469;203;20221127;13;1.3;7.1;2.2;8.39;2.5;.73;5333
+70084;43.5485;2.16469;203;20221128;11.8;7.3;9.6;2.8;10.62;18.4;.7;3366
+70084;43.5485;2.16469;203;20221129;11.3;6.9;9.1;2.8;9.72;1.6;.79;4700
+70084;43.5485;2.16469;203;20221130;6.6;2.9;4.8;2.5;8;0;.45;4105
+70084;43.5485;2.16469;203;20221201;4.8;2.8;3.8;1.9;7.79;0;.4;1800
+70084;43.5485;2.16469;203;20221202;7.4;4.5;5.9;1;7.92;0;.51;3600
+70084;43.5485;2.16469;203;20221203;7.4;2;4.7;.7;7.85;.2;.39;2866
+70084;43.5485;2.16469;203;20221204;9.1;4.6;6.9;1.3;7.82;.6;.56;5200
+70084;43.5485;2.16469;203;20221205;11.1;-2.7;4.2;1.7;6.19;.1;.62;8000
+70084;43.5485;2.16469;203;20221206;11.7;.4;6.1;1.4;6.99;.1;.66;5466
+70084;43.5485;2.16469;203;20221207;13.1;5.8;9.5;1.9;7.73;0;.91;6010
+70084;43.5485;2.16469;203;20221208;7.9;.4;4.2;2.1;7.62;1.3;.45;2566
+70084;43.5485;2.16469;203;20221209;11.4;6.1;8.7;1.4;10.39;.8;.52;3333
+70084;43.5485;2.16469;203;20221210;3.3;2.7;3;4.4;6.95;0;.56;2300
+70084;43.5485;2.16469;203;20221211;6.8;-5;.9;1.4;4.59;0;.48;6366
+70084;43.5485;2.16469;203;20221212;5.5;-3.4;1.1;1.9;5.85;12;.5;3100
+70084;43.5485;2.16469;203;20221213;10.6;3.4;7;2.1;9.75;4.7;.39;2266
+70084;43.5485;2.16469;203;20221214;13.9;7.2;10.5;1.9;11.25;1.2;.55;4433
+70084;43.5485;2.16469;203;20221215;12.1;5.6;8.9;2.7;11.29;5.8;.5;1933
+70084;43.5485;2.16469;203;20221216;12.2;8.1;10.2;1.9;11.19;1.1;.57;3233
+70084;43.5485;2.16469;203;20221217;7.5;4.2;5.9;1.7;7.89;0;.52;3100
+70084;43.5485;2.16469;203;20221218;12.8;-1.4;5.7;3;7.75;0;.7;5533
+70084;43.5485;2.16469;203;20221219;16.8;7.5;12.2;5.9;11.49;0;1.33;5933
+70084;43.5485;2.16469;203;20221220;14.9;10.5;12.7;3.8;12.19;.1;1.02;1800
+70084;43.5485;2.16469;203;20221221;16.2;9.2;12.7;1.4;11.92;0;.59;5866
+70084;43.5485;2.16469;203;20221222;16.8;6.1;11.5;1.7;11.72;2.6;.66;5300
+70084;43.5485;2.16469;203;20221223;19.2;10;14.6;1.2;12.79;.1;.67;6500
+70084;43.5485;2.16469;203;20221224;18.4;5.7;12;1.5;10.52;.1;.77;6433
+70084;43.5485;2.16469;203;20221225;15.1;4.7;9.9;2.1;10.32;.1;.62;4600
+70084;43.5485;2.16469;203;20221226;16.2;5.3;10.7;1.1;10.85;.2;.58;4933
+70084;43.5485;2.16469;203;20221227;14.3;8.1;11.2;1.1;11.25;.1;.53;4766
+70084;43.5485;2.16469;203;20221228;15.8;3.5;9.6;1.6;9.42;0;.61;5400
+70084;43.5485;2.16469;203;20221229;13.6;4.7;9.2;1.6;10.59;1.6;.52;3833
+70084;43.5485;2.16469;203;20221230;16.3;7.2;11.8;2;11.25;0;.74;4766
+70084;43.5485;2.16469;203;20221231;16.4;6.7;11.6;3.2;11.35;0;.85;4666
+70085;43.57156;2.47211;447;20220101;20.9;4.6;12.8;1.3;7.5;.1;1.05;6703
+70085;43.57156;2.47211;447;20220102;15.6;2;8.8;3.9;8.7;.1;1.23;6075
+70085;43.57156;2.47211;447;20220103;15.1;7;11.1;2.1;9.7;.1;.93;4501
+70085;43.57156;2.47211;447;20220104;10.3;3.1;6.7;2.8;9.2;8.2;.45;4218
+70085;43.57156;2.47211;447;20220105;5.1;4.3;4.7;5.7;6.1;.3;1.24;787
+70085;43.57156;2.47211;447;20220106;4.2;-1.2;1.5;6.1;5.2;0;.92;3582
+70085;43.57156;2.47211;447;20220107;1.5;-1.3;.1;5.9;6;16;.25;2337
+70085;43.57156;2.47211;447;20220108;6.9;2.2;4.6;6.2;8.9;16.9;.04;3336
+70085;43.57156;2.47211;447;20220109;6.3;5.6;6;4.5;8.6;44.2;.52;720
+70085;43.57156;2.47211;447;20220110;6.4;5.2;5.8;4.3;8.6;7.9;.48;1251
+70085;43.57156;2.47211;447;20220111;5.1;.7;2.9;6.2;6.5;0;.67;3293
+70085;43.57156;2.47211;447;20220112;4.8;-.1;2.4;5;5.6;0;.87;3564
+70085;43.57156;2.47211;447;20220113;11;-5.2;2.9;1;4.7;0;.61;7322
+70085;43.57156;2.47211;447;20220114;15.1;-3;6.1;1.2;4.1;0;.95;7871
+70085;43.57156;2.47211;447;20220115;10.8;-3.3;3.8;3;3.9;0;1.5;6907
+70085;43.57156;2.47211;447;20220116;7.6;-1.4;3.1;4.8;5.1;0;1.27;5387
+70085;43.57156;2.47211;447;20220117;5.5;-3.1;1.2;5.4;5.4;.1;.82;5304
+70085;43.57156;2.47211;447;20220118;7.1;-4.9;1.1;2.1;5.2;.1;.65;6509
+70085;43.57156;2.47211;447;20220119;4.4;-3.1;.7;4.2;6.3;1;.31;5008
+70085;43.57156;2.47211;447;20220120;6.2;.7;3.5;5.3;6.6;.1;.76;4205
+70085;43.57156;2.47211;447;20220121;5.2;-.4;2.4;6.3;5.4;0;1.08;4306
+70085;43.57156;2.47211;447;20220122;4.6;-2.5;1.1;5.4;4.9;.1;.98;5031
+70085;43.57156;2.47211;447;20220123;12.6;-3.6;4.5;2.2;5.1;0;1.19;8180
+70085;43.57156;2.47211;447;20220124;11.6;-.9;5.4;2.4;6.5;0;1;7159
+70085;43.57156;2.47211;447;20220125;12.8;-2;5.4;2.2;6.4;0;1.04;7972
+70085;43.57156;2.47211;447;20220126;11.1;-2;4.6;3.5;6.1;0;1.2;7539
+70085;43.57156;2.47211;447;20220127;10.5;.8;5.7;5.4;6.1;0;1.59;6440
+70085;43.57156;2.47211;447;20220128;-1.5;-3.3;-2.4;7.1;5.1;0;.18;2274
+70085;43.57156;2.47211;447;20220129;2.2;-2.6;-.2;5.5;5.4;0;.51;4373
+70085;43.57156;2.47211;447;20220130;0;-1.9;-.9;7.2;5.8;.2;.13;2441
+70085;43.57156;2.47211;447;20220131;6;-.5;2.8;8;7.3;4.7;.37;5391
+70085;43.57156;2.47211;447;20220201;5.3;1.9;3.6;7.4;6.7;5.1;.83;3693
+70085;43.57156;2.47211;447;20220202;9.6;4.2;6.9;7.2;9;2.4;.77;4971
+70085;43.57156;2.47211;447;20220203;16.4;-1.2;7.6;4.6;7.6;.1;1.87;9865
+70085;43.57156;2.47211;447;20220204;9.5;5.9;7.7;5.2;9.5;3.6;.72;4005
+70085;43.57156;2.47211;447;20220205;7.8;6.6;7.2;5.6;8.6;1.2;.9;1949
+70085;43.57156;2.47211;447;20220206;6.3;.6;3.5;7;7.1;3.1;.66;5438
+70085;43.57156;2.47211;447;20220207;8.6;4.8;6.7;7.1;8.9;3.8;.73;4332
+70085;43.57156;2.47211;447;20220208;16.7;2.2;9.5;3.4;6.5;0;2.15;9491
+70085;43.57156;2.47211;447;20220209;11.2;-1.6;4.8;2.8;7.3;0;.98;8983
+70085;43.57156;2.47211;447;20220210;7.7;3.7;5.7;1.7;7.35;0;1.36;11725
+70085;43.57156;2.47211;447;20220211;11.4;4.3;7.9;2.9;7.78;0;1.29;7175
+70085;43.57156;2.47211;447;20220212;12.5;-.5;6;3;6.88;.1;1.36;9525
+70085;43.57156;2.47211;447;20220213;14.7;3.4;9;4.3;8.68;4.2;1.53;8075
+70085;43.57156;2.47211;447;20220214;10.1;6.6;8.4;5;8.33;7.2;1.36;5650
+70085;43.57156;2.47211;447;20220215;9.1;4;6.5;5.4;8.24;7.8;1.21;6966
+70085;43.57156;2.47211;447;20220216;10.3;5.7;8;6.7;10.2;20.1;.66;5549
+70085;43.57156;2.47211;447;20220217;11.1;9.8;10.5;6.3;12.1;6.7;.57;2551
+70085;43.57156;2.47211;447;20220218;17.3;5.5;11.4;4.3;11.3;2;1.57;9717
+70085;43.57156;2.47211;447;20220219;10.3;5.7;8;4.1;7.6;.1;1.48;5795
+70085;43.57156;2.47211;447;20220220;10.3;2;6.2;5.9;8.3;4.2;1.06;8220
+70085;43.57156;2.47211;447;20220221;8.8;6.9;7.9;7.2;8.8;8.9;1.14;3495
+70085;43.57156;2.47211;447;20220222;10.9;6.1;8.5;6.4;8.1;.6;1.7;6198
+70085;43.57156;2.47211;447;20220223;16.5;4.9;10.7;3.5;8.6;0;2.03;10294
+70085;43.57156;2.47211;447;20220224;15.9;4.2;10.1;4.1;9.3;2.1;1.84;10480
+70085;43.57156;2.47211;447;20220225;10.4;5.7;8.1;4.8;6.7;0;1.93;6385
+70085;43.57156;2.47211;447;20220226;12.5;-3.3;4.6;3.7;5.3;0;1.98;12655
+70085;43.57156;2.47211;447;20220227;13;.4;6.7;2.4;7.3;0;1.5;11345
+70085;43.57156;2.47211;447;20220228;15;3;9;2.7;7.6;0;1.86;11192
+70085;43.57156;2.47211;447;20220301;12.3;4;8.2;4.3;7.9;0;1.7;9269
+70085;43.57156;2.47211;447;20220302;7.5;6.5;7;3.9;9.5;1.7;.57;2643
+70085;43.57156;2.47211;447;20220303;16.2;6.9;11.6;2.4;10;0;1.71;10121
+70085;43.57156;2.47211;447;20220304;9;7.7;8.4;5.3;9.6;10.8;.92;3241
+70085;43.57156;2.47211;447;20220305;6.3;4.8;5.6;5.5;8.7;2.2;.53;3603
+70085;43.57156;2.47211;447;20220306;9.1;4;6.6;3.3;7.7;0;1.23;7536
+70085;43.57156;2.47211;447;20220307;10.8;-1.9;4.5;2.2;6.5;0;1.43;12590
+70085;43.57156;2.47211;447;20220308;6.5;1.9;4.2;3.3;8.4;1.4;.58;7293
+70085;43.57156;2.47211;447;20220309;8.8;5.5;7.2;3.7;9.6;.1;.77;6110
+70085;43.57156;2.47211;447;20220310;10.9;8.1;9.5;4.7;10.4;1;1.08;5626
+70085;43.57156;2.47211;447;20220311;8.6;8.4;8.5;6.9;10.4;40;.59;831
+70085;43.57156;2.47211;447;20220312;8.3;8.1;8.2;5.8;10;68.3;.65;851
+70085;43.57156;2.47211;447;20220313;8.9;7;8;5.7;8.8;26.5;1.21;4646
+70085;43.57156;2.47211;447;20220314;9.1;1.8;5.5;7.8;10.3;5.5;.08;10129
+70085;43.57156;2.47211;447;20220315;9.9;9.3;9.6;8.3;11.7;4.1;.45;2264
+70085;43.57156;2.47211;447;20220316;10.5;9.6;10.1;4.1;11.3;.2;.8;3026
+70085;43.57156;2.47211;447;20220317;13.5;8.4;11;2.7;12.1;1.6;1.19;8604
+70085;43.57156;2.47211;447;20220318;12.1;7.2;9.6;2.5;9.7;1.1;1.31;6200
+70085;43.57156;2.47211;447;20220319;15;5.6;10.3;2.9;7.9;0;2.3;14366
+70085;43.57156;2.47211;447;20220320;12.9;6.5;9.7;6.3;8.93;11.5;1.76;6775
+70085;43.57156;2.47211;447;20220321;13.8;6.6;10.2;7.5;8.15;7.6;2.64;11875
+70085;43.57156;2.47211;447;20220322;13.1;5.1;9.1;7.5;6.77;0;3.34;17366
+70085;43.57156;2.47211;447;20220323;15;3.1;9;5.9;6.2;0;3.37;19300
+70085;43.57156;2.47211;447;20220324;16.5;2.7;9.6;4.8;6.11;0;3.59;19000
+70085;43.57156;2.47211;447;20220325;17.5;4.6;11.1;3.6;6.13;0;3.45;17625
+70085;43.57156;2.47211;447;20220326;17.7;3.7;10.7;3.9;6.58;0;3.49;19300
+70085;43.57156;2.47211;447;20220327;19.5;3.7;11.6;3.4;6.73;0;3.61;18775
+70085;43.57156;2.47211;447;20220328;19.6;5.9;12.7;4.5;6.55;0;3.99;16800
+70085;43.57156;2.47211;447;20220329;16.9;8.3;12.6;3.4;8.9;2.9;2.63;11925
+70085;43.57156;2.47211;447;20220330;12.1;7.6;9.9;2.9;10.57;3.1;1.34;6300
+70085;43.57156;2.47211;447;20220331;11.9;6.7;9.3;6.1;8.38;7.8;2.2;11500
+70085;43.57156;2.47211;447;20220401;6.5;.6;3.6;7.8;5.58;4.7;2.16;12683
+70085;43.57156;2.47211;447;20220402;6.1;-.6;2.8;6.1;5.18;.8;2.07;11056
+70085;43.57156;2.47211;447;20220403;6.7;-1.5;2.6;5.4;4.6;0;2.73;16346
+70085;43.57156;2.47211;447;20220404;10.4;-.4;5;2.7;4.95;0;2.83;21333
+70085;43.57156;2.47211;447;20220405;14.6;-1.4;6.6;3.2;6.14;.1;3.07;22558
+70085;43.57156;2.47211;447;20220406;11.5;2.3;6.9;3.5;8.68;2.4;1.3;7725
+70085;43.57156;2.47211;447;20220407;16.4;5.4;10.9;5.1;10.28;4.1;2.24;12050
+70085;43.57156;2.47211;447;20220408;19;9.2;14.1;5.7;10.63;.6;3.36;15400
+70085;43.57156;2.47211;447;20220409;12.3;5.5;8.9;5.2;7.33;.6;2.7;15325
+70085;43.57156;2.47211;447;20220410;17.8;-.2;8.8;4;6.43;0;3.69;24050
+70085;43.57156;2.47211;447;20220411;15.4;7.6;11.5;8.6;9.83;0;2.64;12350
+70085;43.57156;2.47211;447;20220412;16.2;9;12.6;7.2;9.45;3.5;2.99;10400
+70085;43.57156;2.47211;447;20220413;15.3;9.5;12.4;2.6;9.75;1.2;2.07;8375
+70085;43.57156;2.47211;447;20220414;21.8;4.9;13.4;2.4;10.43;.8;3.55;21600
+70085;43.57156;2.47211;447;20220415;22.8;7.3;15.1;3.2;11.5;0;3.88;21375
+70085;43.57156;2.47211;447;20220416;22.2;8.3;15.2;4.4;10.65;0;4.54;23750
+70085;43.57156;2.47211;447;20220417;22.4;6;14.2;4;9.45;0;4.67;25275
+70085;43.57156;2.47211;447;20220418;18.3;7.5;12.9;3.5;10.23;0;3.31;19900
+70085;43.57156;2.47211;447;20220419;16.1;7.8;11.9;3.1;10.83;7.6;2.41;14100
+70085;43.57156;2.47211;447;20220420;11.8;7.7;9.8;1.7;10.7;34.3;1.09;5225
+70085;43.57156;2.47211;447;20220421;12.3;8.1;10.2;2.4;11.18;3;1.1;5550
+70085;43.57156;2.47211;447;20220422;18.8;7;12.9;2.3;10.86;.2;2.84;18300
+70085;43.57156;2.47211;447;20220423;14;9.5;11.8;4.7;10.15;27.2;2.11;6800
+70085;43.57156;2.47211;447;20220424;14.2;6.4;10.3;4.6;10.6;9.5;1.7;9050
+70085;43.57156;2.47211;447;20220425;17;5.9;11.5;2.6;9.85;0;3.27;22975
+70085;43.57156;2.47211;447;20220426;22;4.4;13.2;2.1;9.6;0;4.07;26000
+70085;43.57156;2.47211;447;20220427;21.3;7.7;14.5;2.8;11.03;0;3.57;19975
+70085;43.57156;2.47211;447;20220428;19.4;10.4;14.9;2.5;12.65;1.3;3.02;16875
+70085;43.57156;2.47211;447;20220429;21.3;11.5;16.4;3.2;13.65;.3;3.34;16900
+70085;43.57156;2.47211;447;20220430;20.4;11.8;16.1;3.7;12.05;.1;3.78;19300
+70085;43.57156;2.47211;447;20220501;19.6;7.4;13.5;3;10.03;0;3.92;23300
+70085;43.57156;2.47211;447;20220502;17.5;9.6;13.5;2.1;10.83;0;2.94;16875
+70085;43.57156;2.47211;447;20220503;18.4;10.3;14.4;1.8;12.35;2.5;2.33;12000
+70085;43.57156;2.47211;447;20220504;17.8;8.9;13.3;2.2;12.3;3;2.49;14800
+70085;43.57156;2.47211;447;20220505;17.9;8.7;13.3;3.4;10.93;.2;3.1;17550
+70085;43.57156;2.47211;447;20220506;18.1;7.4;12.8;4.8;10.3;0;3.43;19102
+70085;43.57156;2.47211;447;20220507;20.9;10.3;15.6;4.4;11.2;0;4.03;19100
+70085;43.57156;2.47211;447;20220508;21.8;8.5;15.2;3.2;11.8;.1;3.92;21610
+70085;43.57156;2.47211;447;20220509;22.8;8;15.4;.6;12.9;.1;3.57;22953
+70085;43.57156;2.47211;447;20220510;25.1;8.7;16.9;.7;12.7;0;3.95;24319
+70085;43.57156;2.47211;447;20220511;25.1;8.6;16.9;2.2;12.7;0;4.43;24503
+70085;43.57156;2.47211;447;20220512;22.1;9.5;15.8;2.8;13;0;3.79;21384
+70085;43.57156;2.47211;447;20220513;24.1;8.7;16.4;2;14;0;4.05;23839
+70085;43.57156;2.47211;447;20220514;26.9;11.4;19.2;1.2;15.6;0;4.29;24016
+70085;43.57156;2.47211;447;20220515;22.4;13.5;18;4.7;14.2;0;3.99;18041
+70085;43.57156;2.47211;447;20220516;26.9;11.3;19.1;1.3;15.5;.1;4.36;24283
+70085;43.57156;2.47211;447;20220517;28;12.8;20.4;1.2;15.6;0;4.49;24047
+70085;43.57156;2.47211;447;20220518;29.9;14.3;22.1;2.7;15.9;0;5.44;24461
+70085;43.57156;2.47211;447;20220519;23.6;15.9;19.8;5.3;16.1;0;4.12;16965
+70085;43.57156;2.47211;447;20220520;25.3;15.6;20.5;4.3;15.3;0;4.68;19222
+70085;43.57156;2.47211;447;20220521;29.5;11.9;20.7;1.5;16.6;.1;4.99;26306
+70085;43.57156;2.47211;447;20220522;29.9;14.6;22.3;2;18.5;.2;5.01;24540
+70085;43.57156;2.47211;447;20220523;17.6;16.6;17.1;4.4;16.4;1.5;1.73;5591
+70085;43.57156;2.47211;447;20220524;14.8;11;12.9;4.7;12.9;3.4;1.97;11830
+70085;43.57156;2.47211;447;20220525;18.8;10.2;14.5;6;11.6;0;3.66;18326
+70085;43.57156;2.47211;447;20220526;18.1;10;14.1;6.2;12;0;3.31;17807
+70085;43.57156;2.47211;447;20220527;23.7;12.1;17.9;5.4;13.9;0;4.65;21552
+70085;43.57156;2.47211;447;20220528;24.1;12.9;18.5;6.3;13.2;0;5.17;21215
+70085;43.57156;2.47211;447;20220529;24.4;10.1;17.3;3.8;9.8;0;5.4;24153
+70085;43.57156;2.47211;447;20220530;24.6;7.2;15.9;1.1;11;3;4.43;26802
+70085;43.57156;2.47211;447;20220531;25.7;13.4;19.6;1;14.9;.4;4.13;22434
+70085;43.57156;2.47211;447;20220601;26.7;11;18.9;2.4;14.6;0;4.9;25521
+70085;43.57156;2.47211;447;20220602;24.7;14.3;19.5;3.6;15.9;0;4.35;20638
+70085;43.57156;2.47211;447;20220603;26.2;15.6;20.9;3.7;16.6;.1;4.71;20884
+70085;43.57156;2.47211;447;20220604;27.3;14.8;21.1;3.7;18.3;1.5;4.79;22801
+70085;43.57156;2.47211;447;20220605;23;16.1;19.6;4.6;17.3;.1;3.65;16726
+70085;43.57156;2.47211;447;20220606;30.2;12.2;21.2;1.2;15.5;.9;5.25;27639
+70085;43.57156;2.47211;447;20220607;22.9;12.9;17.9;3.3;15.5;0;3.87;20391
+70085;43.57156;2.47211;447;20220608;18.8;11.8;15.3;2.8;14.8;4.6;2.81;16930
+70085;43.57156;2.47211;447;20220609;19.1;12.7;15.9;4.9;12.6;.3;3.51;16167
+70085;43.57156;2.47211;447;20220610;27.2;13.3;20.3;4.4;13.5;0;5.82;24301
+70085;43.57156;2.47211;447;20220611;33.2;11.2;22.2;1.9;14.6;0;6.41;30848
+70085;43.57156;2.47211;447;20220612;29.5;13.8;21.7;2.4;16.6;1.5;5.43;25938
+70085;43.57156;2.47211;447;20220613;31.1;17.6;24.4;3;19.5;.2;5.66;24004
+70085;43.57156;2.47211;447;20220614;32.1;15.1;23.6;.9;17.9;0;5.31;27071
+70085;43.57156;2.47211;447;20220615;34.5;15.7;25.1;1.5;16;0;6.17;28535
+70085;43.57156;2.47211;447;20220616;35.7;15.5;25.6;1.4;17.23;0;6.11;27432
+70085;43.57156;2.47211;447;20220617;38.1;16.8;27.5;1.3;15.77;0;6.43;28069
+70085;43.57156;2.47211;447;20220618;30.4;17;23.7;4.2;14.53;0;7.24;22786
+70085;43.57156;2.47211;447;20220619;28.5;19.1;23.8;7.3;15.1;0;8.32;20953
+70085;43.57156;2.47211;447;20220620;25.1;19.6;22.4;3.9;18.07;0;5.11;19475
+70085;43.57156;2.47211;447;20220621;26.9;18.8;22.9;2.9;20.23;1.1;4.46;19157
+70085;43.57156;2.47211;447;20220622;27.8;17.2;22.5;3.4;18.33;4.3;4.91;19067
+70085;43.57156;2.47211;447;20220623;28;18.2;23.1;1.7;20.7;19.4;4.27;20366
+70085;43.57156;2.47211;447;20220624;23.9;15.9;19.9;3.6;16.7;4.5;3.99;18304
+70085;43.57156;2.47211;447;20220625;24.8;11.3;18.1;2.6;15.9;10;4.34;24049
+70085;43.57156;2.47211;447;20220626;24.7;14.9;19.8;3.7;17.3;3.1;4.16;20340
+70085;43.57156;2.47211;447;20220627;16.1;13.8;15;5.4;15.8;1.7;1.57;9361
+70085;43.57156;2.47211;447;20220628;24.9;13.7;19.3;4.9;14.4;0;5;21780
+70085;43.57156;2.47211;447;20220629;30.3;10.7;20.5;2.1;14.2;1.6;5.85;29092
+70085;43.57156;2.47211;447;20220630;15.9;15.4;15.7;4.7;15.6;.6;1.34;3849
+70085;43.57156;2.47211;447;20220701;23.8;11.9;17.9;4.2;12.5;0;4.88;22415
+70085;43.57156;2.47211;447;20220702;31.4;7.8;19.6;1.4;12.5;0;5.86;31320
+70085;43.57156;2.47211;447;20220703;30.1;12.2;21.2;3;16;.2;5.88;27639
+70085;43.57156;2.47211;447;20220704;26;16.6;21.3;4.9;18.4;0;4.53;19742
+70085;43.57156;2.47211;447;20220705;28.7;18.1;23.4;4.3;17.5;0;5.53;20991
+70085;43.57156;2.47211;447;20220706;27;15.8;21.4;3.7;14.3;0;5.36;21570
+70085;43.57156;2.47211;447;20220707;27.7;15.4;21.6;4.8;14.3;0;5.93;22611
+70085;43.57156;2.47211;447;20220708;28.5;15.3;21.9;3.8;14.4;0;5.83;23416
+70085;43.57156;2.47211;447;20220709;30.9;12.3;21.6;2.5;13.7;0;6.1;27920
+70085;43.57156;2.47211;447;20220710;33.1;12;22.6;1.9;13.2;0;6.33;29740
+70085;43.57156;2.47211;447;20220711;33.1;14.6;23.9;.8;14.4;0;5.36;27730
+70085;43.57156;2.47211;447;20220712;35.1;15.2;25.2;1.2;15.7;0;5.98;28732
+70085;43.57156;2.47211;447;20220713;34.1;15.4;24.8;.8;14.7;0;5.45;27760
+70085;43.57156;2.47211;447;20220714;36.5;15.1;25.8;1.5;15;0;6.5;29691
+70085;43.57156;2.47211;447;20220715;34.9;16;25.5;2.1;15;0;6.54;27777
+70085;43.57156;2.47211;447;20220716;37.2;14.8;26;1.2;13.9;0;6.36;30244
+70085;43.57156;2.47211;447;20220717;35.6;15.7;25.7;.9;14.1;0;5.71;28376
+70085;43.57156;2.47211;447;20220718;33.5;16.4;25;3.3;15.6;0;6.82;26161
+70085;43.57156;2.47211;447;20220719;31.6;18.6;25.1;4.4;17.6;1.1;6.42;22623
+70085;43.57156;2.47211;447;20220720;29.5;18.2;23.9;2.9;17.1;0;5.22;20964
+70085;43.57156;2.47211;447;20220721;34.4;16.8;25.6;3.2;15.6;0;6.97;26315
+70085;43.57156;2.47211;447;20220722;34.5;16.3;25.4;2.5;16.6;1.2;6.48;26689
+70085;43.57156;2.47211;447;20220723;28.9;17.4;23.2;4.7;16.1;0;5.82;20951
+70085;43.57156;2.47211;447;20220724;35.1;13.4;24.3;1.4;15.3;0;6.04;29033
+70085;43.57156;2.47211;447;20220725;25.8;18;21.9;4.4;17.4;.3;4.43;16967
+70085;43.57156;2.47211;447;20220726;26.8;17.8;22.3;4.3;14.4;0;5.29;18228
+70085;43.57156;2.47211;447;20220727;29.1;13.8;21.5;4;12.3;0;6.22;23962
+70085;43.57156;2.47211;447;20220728;29.4;14.3;21.9;3;14.5;.1;5.53;23707
+70085;43.57156;2.47211;447;20220729;25.8;17.1;21.5;3.9;17.6;3.5;4.24;17696
+70085;43.57156;2.47211;447;20220730;29.9;17;23.5;4.1;17.2;0;5.65;21664
+70085;43.57156;2.47211;447;20220731;32.8;16.7;24.8;3.3;15.8;0;6.36;24212
+70085;43.57156;2.47211;447;20220801;34;18.1;26.1;3;16.4;0;6.41;23952
+70085;43.57156;2.47211;447;20220802;35.9;14.9;25.4;2.4;13.8;0;6.78;27547
+70085;43.57156;2.47211;447;20220803;34.5;16.8;25.7;1.5;14.2;0;5.6;25099
+70085;43.57156;2.47211;447;20220804;33.7;15;24.4;1.4;16.5;0;5.39;25706
+70085;43.57156;2.47211;447;20220805;30.7;19.1;24.9;3.6;19.4;.1;5.28;19951
+70085;43.57156;2.47211;447;20220806;33.7;18.9;26.3;3.5;18;0;6.31;22548
+70085;43.57156;2.47211;447;20220807;34.3;16.4;25.4;2.3;14.3;0;6.1;24769
+70085;43.57156;2.47211;447;20220808;34.8;14.1;24.5;1.7;11.1;0;5.92;26573
+70085;43.57156;2.47211;447;20220809;36.2;15.1;25.7;1;11.7;0;5.36;26701
+70085;43.57156;2.47211;447;20220810;34.4;15.6;25;1.4;14.1;0;5.38;25019
+70085;43.57156;2.47211;447;20220811;32.7;16.8;24.8;2;20.6;0;5.03;22810
+70085;43.57156;2.47211;447;20220812;37.5;19.1;28.3;1.8;19.7;0;5.93;24475
+70085;43.57156;2.47211;447;20220813;35.6;20.4;28;2.4;20.9;.5;5.73;22035
+70085;43.57156;2.47211;447;20220814;27.7;19.2;23.5;3;21;.4;3.83;16146
+70085;43.57156;2.47211;447;20220815;29;16.3;22.7;2.9;16;0;4.81;19829
+70085;43.57156;2.47211;447;20220816;30.6;13.4;22;2;15.8;15.6;4.86;23094
+70085;43.57156;2.47211;447;20220817;19.3;15.1;17.2;2.5;17.7;.6;1.96;10866
+70085;43.57156;2.47211;447;20220818;24.2;15.7;20;5.3;16.3;1.7;3.95;15758
+70085;43.57156;2.47211;447;20220819;23.4;15.6;19.5;4.9;16.7;1.4;3.52;14960
+70085;43.57156;2.47211;447;20220820;30;15.3;22.7;3.5;15.8;0;5.25;20756
+70085;43.57156;2.47211;447;20220821;27.7;16.2;22;3.1;16;0;4.43;18130
+70085;43.57156;2.47211;447;20220822;23.9;17.9;20.9;3.9;17.5;1.9;3.34;12747
+70085;43.57156;2.47211;447;20220823;30.7;18.3;24.5;3;18.4;.1;4.8;18611
+70085;43.57156;2.47211;447;20220824;33.4;14.7;24.1;.9;15.9;.1;4.41;22914
+70085;43.57156;2.47211;447;20220825;30.3;16.5;23.4;2.9;17.7;.5;4.71;19415
+70085;43.57156;2.47211;447;20220826;29.2;18;23.6;4.3;18.6;.1;4.75;17274
+70085;43.57156;2.47211;447;20220827;30.6;16.8;23.7;2.7;15.9;.1;4.82;19140
+70085;43.57156;2.47211;447;20220828;33.2;13.6;23.4;.8;14;0;4.21;22824
+70085;43.57156;2.47211;447;20220829;30.3;15.4;22.9;2.5;16.5;3.9;4.56;19633
+70085;43.57156;2.47211;447;20220830;31.5;14.4;23;1.5;17.9;0;4.23;20942
+70085;43.57156;2.47211;447;20220831;27.4;14.6;21;2.1;17.1;0;3.67;17854
+70085;43.57156;2.47211;447;20220901;29.3;17.3;23.3;3.6;18.3;.5;4.45;17122
+70085;43.57156;2.47211;447;20220902;27.3;15.3;21.3;1.5;17.7;7.5;3.34;16987
+70085;43.57156;2.47211;447;20220903;27.2;15.9;21.6;1.2;17.9;2;3.17;16324
+70085;43.57156;2.47211;447;20220904;28.6;15.7;22.2;2.8;20.2;0;3.69;17363
+70085;43.57156;2.47211;447;20220905;26.7;21.2;24;4;22.3;0;3.14;10917
+70085;43.57156;2.47211;447;20220906;28.4;20.9;24.7;2.9;22.6;1.2;3.31;12796
+70085;43.57156;2.47211;447;20220907;26.6;16.1;21.4;1.6;19;1.1;3;15183
+70085;43.57156;2.47211;447;20220908;27;12.8;19.9;2.3;13.6;.4;3.81;17657
+70085;43.57156;2.47211;447;20220909;21.4;12.2;16.8;2.4;14;.5;2.67;13905
+70085;43.57156;2.47211;447;20220910;26.3;12.3;19.3;3.2;13;0;4.06;17220
+70085;43.57156;2.47211;447;20220911;30.7;10.6;20.7;1;13.4;0;3.64;20636
+70085;43.57156;2.47211;447;20220912;25.7;12.8;19.3;3.3;17.1;0;3.26;16195
+70085;43.57156;2.47211;447;20220913;26.7;21.5;24.1;3.9;23.8;1;2.73;9843
+70085;43.57156;2.47211;447;20220914;25.1;16.7;20.9;2.2;20.5;3.2;2.49;12645
+70085;43.57156;2.47211;447;20220915;27.5;14.4;21;2;16.6;.9;3.3;15875
+70085;43.57156;2.47211;447;20220916;23.4;15.6;19.5;4.2;15.1;.8;3.27;11917
+70085;43.57156;2.47211;447;20220917;21.3;11.1;16.2;3;8.8;0;3.45;13629
+70085;43.57156;2.47211;447;20220918;25.6;3.3;14.5;1.8;6.9;0;3.66;20404
+70085;43.57156;2.47211;447;20220919;26.2;5.5;15.9;1.8;7.2;0;3.67;19432
+70085;43.57156;2.47211;447;20220920;24.8;6;15.4;2.2;8;0;3.62;18290
+70085;43.57156;2.47211;447;20220921;24;6.8;15.4;2.1;9;0;3.31;17278
+70085;43.57156;2.47211;447;20220922;24.5;9.4;17;.9;12.5;0;2.51;15964
+70085;43.57156;2.47211;447;20220923;20;9.7;14.9;2.6;14.2;27.3;2.06;12884
+70085;43.57156;2.47211;447;20220924;19;13.4;16.2;3.9;15;3.2;1.95;9151
+70085;43.57156;2.47211;447;20220925;18;11.1;14.6;3.8;12.1;.4;2.24;10150
+70085;43.57156;2.47211;447;20220926;16.7;8.6;12.7;4.8;11;5;2.21;10955
+70085;43.57156;2.47211;447;20220927;15.7;10.8;13.3;5.9;12.4;12;1.8;8216
+70085;43.57156;2.47211;447;20220928;14.9;12.2;13.6;6.4;14.5;25.9;1.02;5786
+70085;43.57156;2.47211;447;20220929;13.4;10.5;12;4.2;12.9;13.6;1.02;5958
+70085;43.57156;2.47211;447;20220930;15.6;9;12.3;3.6;10.9;.6;1.84;9359
+70085;43.57156;2.47211;447;20221001;20.2;7.3;13.8;4.4;12.3;.2;2.42;13307
+70085;43.57156;2.47211;447;20221002;23.1;13.8;18.5;4.7;15.2;.1;2.88;11027
+70085;43.57156;2.47211;447;20221003;22;12.3;17.2;3;13.6;0;2.48;11150
+70085;43.57156;2.47211;447;20221004;24.9;7.8;16.4;.7;12.4;.1;2.11;14939
+70085;43.57156;2.47211;447;20221005;19.4;9.2;14.3;1.9;14.2;0;1.64;11189
+70085;43.57156;2.47211;447;20221006;20.7;13.7;17.2;2.7;15.9;0;1.8;8996
+70085;43.57156;2.47211;447;20221007;19.7;11.4;15.6;2.3;14.7;0;1.67;9759
+70085;43.57156;2.47211;447;20221008;18.9;13.7;16.3;1.6;15.4;.8;1.4;7432
+70085;43.57156;2.47211;447;20221009;20.9;10.6;15.8;1.9;14.4;.1;1.77;10711
+70085;43.57156;2.47211;447;20221010;21.7;14.2;18;2.2;15.8;0;1.84;8888
+70085;43.57156;2.47211;447;20221011;22;10;16;.8;13.8;0;1.64;11350
+70085;43.57156;2.47211;447;20221012;22.2;10.3;16.3;1.5;13.5;1;1.86;11158
+70085;43.57156;2.47211;447;20221013;20.1;9.9;15;1.9;13.8;3.2;1.63;10130
+70085;43.57156;2.47211;447;20221014;19.3;13.4;16.4;4.5;16.2;2.1;1.49;7380
+70085;43.57156;2.47211;447;20221015;24.9;9.2;17.1;2.4;14.9;0;2.25;12474
+70085;43.57156;2.47211;447;20221016;20.3;16.3;18.3;4.3;18.2;.8;1.45;5749
+70085;43.57156;2.47211;447;20221017;18.7;17.3;18;4.8;19.3;4.2;.89;2969
+70085;43.57156;2.47211;447;20221018;18.6;17.4;18;3;19.2;0;.84;2635
+70085;43.57156;2.47211;447;20221019;18.6;17.2;17.9;3.5;18.9;2.6;.91;2876
+70085;43.57156;2.47211;447;20221020;18.8;17.7;18.3;3.8;19.5;.4;.85;2401
+70085;43.57156;2.47211;447;20221021;21.6;16.6;19.1;1.7;17.8;.3;1.37;6101
+70085;43.57156;2.47211;447;20221022;22.9;11.9;17.4;1.8;15.7;0;1.63;9378
+70085;43.57156;2.47211;447;20221023;19.9;15;17.5;3.7;18;.1;1.18;5861
+70085;43.57156;2.47211;447;20221024;23.4;15.2;19.3;1.5;16.3;.1;1.59;7752
+70085;43.57156;2.47211;447;20221025;20.9;9.9;15.4;2.3;14.3;0;1.51;9005
+70085;43.57156;2.47211;447;20221026;20.9;11.3;16.1;2;16.2;.1;1.26;8236
+70085;43.57156;2.47211;447;20221027;20.3;16.5;18.4;3.5;17.9;0;1.34;4761
+70085;43.57156;2.47211;447;20221028;20;16.4;18.2;3.8;17.1;0;1.47;4541
+70085;43.57156;2.47211;447;20221029;20.5;12.4;16.5;4.1;15.2;.1;1.65;7182
+70085;43.57156;2.47211;447;20221030;20.3;15.5;17.9;4.7;15.9;0;1.82;5235
+70085;43.57156;2.47211;447;20221031;19.8;16.7;18.3;4.3;16.6;6.1;1.61;3961
+70085;43.57156;2.47211;447;20221101;18.4;13;15.7;3.2;14.8;0;1.27;5450
+70085;43.57156;2.47211;447;20221102;20.1;8;14.1;1.3;11.8;0;1.24;8510
+70085;43.57156;2.47211;447;20221103;16.7;7.3;12;3.3;12.2;6.2;1.11;7287
+70085;43.57156;2.47211;447;20221104;9.4;8.9;9.2;5.9;10.2;16.4;.83;931
+70085;43.57156;2.47211;447;20221105;12.4;5;8.7;4.5;8.1;0;1.49;6183
+70085;43.57156;2.47211;447;20221106;18.2;.6;9.4;1.6;7.1;0;1.4;9914
+70085;43.57156;2.47211;447;20221107;18.7;3.7;11.2;2.4;10;0;1.4;8960
+70085;43.57156;2.47211;447;20221108;16.2;12.9;14.6;4.7;14.9;0;.93;3646
+70085;43.57156;2.47211;447;20221109;17.9;14.7;16.3;3.2;14.9;1.9;1.25;3522
+70085;43.57156;2.47211;447;20221110;14.2;9.8;12;3.9;11.6;0;1.09;4231
+70085;43.57156;2.47211;447;20221111;16.7;6;11.4;3.9;13.6;.2;.61;7032
+70085;43.57156;2.47211;447;20221112;19.4;13.6;16.5;3.1;13.1;.1;1.65;4860
+70085;43.57156;2.47211;447;20221113;20.4;5.5;13;2.4;10.1;0;1.57;8252
+70085;43.57156;2.47211;447;20221114;14.8;12.8;13.8;3.2;13.9;0;.84;2387
+70085;43.57156;2.47211;447;20221115;14.6;12;13.3;3.2;13.8;3.9;.75;2811
+70085;43.57156;2.47211;447;20221116;17.3;8.8;13.1;1.7;11.4;0;1;5771
+70085;43.57156;2.47211;447;20221117;16.5;8.1;12.3;3.1;11.4;14.2;1.14;5658
+70085;43.57156;2.47211;447;20221118;11.1;8.5;9.8;5.2;10.4;8;.91;2690
+70085;43.57156;2.47211;447;20221119;7.4;6.3;6.9;4.8;9.2;4.1;.54;1395
+70085;43.57156;2.47211;447;20221120;10.5;4.9;7.7;5;8.7;2.6;.96;4277
+70085;43.57156;2.47211;447;20221121;9.3;5.2;7.3;3.3;9.3;20;.57;3478
+70085;43.57156;2.47211;447;20221122;5.9;4.2;5.1;6.1;8.4;13.9;.38;1875
+70085;43.57156;2.47211;447;20221123;12.8;5.7;9.3;3.2;10.3;10.9;.73;4760
+70085;43.57156;2.47211;447;20221124;12.9;6.8;9.9;2.3;10.1;0;.77;4292
+70085;43.57156;2.47211;447;20221125;9.2;3.9;6.6;2.3;9.6;9;.36;3891
+70085;43.57156;2.47211;447;20221126;11.4;6.1;8.8;3.8;8.6;0;1.09;3847
+70085;43.57156;2.47211;447;20221127;10.4;.7;5.6;3;8.1;2.6;.61;5481
+70085;43.57156;2.47211;447;20221128;8.8;7.6;8.2;3.8;10.4;15.8;.44;1297
+70085;43.57156;2.47211;447;20221129;8.2;5;6.6;3.4;8.6;1;.61;2684
+70085;43.57156;2.47211;447;20221130;7.9;1.9;4.9;4.3;7.4;0;.7;3984
+70085;43.57156;2.47211;447;20221201;3.1;1.1;2.1;3.8;7.2;.1;.2;1880
+70085;43.57156;2.47211;447;20221202;5;.5;2.8;2.2;7;.1;.36;3260
+70085;43.57156;2.47211;447;20221203;6.4;1;3.7;1;7.4;.9;.36;3628
+70085;43.57156;2.47211;447;20221204;7.2;4;5.6;2.2;7.6;.5;.61;2552
+70085;43.57156;2.47211;447;20221205;11.3;-3;4.2;1.4;5.6;.1;.67;6399
+70085;43.57156;2.47211;447;20221206;12.7;-.8;6;2.2;6.1;0;.98;6147
+70085;43.57156;2.47211;447;20221207;11.6;.2;5.9;1.9;5.8;0;.91;5535
+70085;43.57156;2.47211;447;20221208;5.6;-.8;2.4;2.4;7.8;1.8;.12;3884
+70085;43.57156;2.47211;447;20221209;12.2;5.2;8.7;3.3;10.2;1;.58;4081
+70085;43.57156;2.47211;447;20221210;1;2.3;1.7;7.5;7;0;.13;0
+70085;43.57156;2.47211;447;20221211;8.2;-4.1;2.1;3.6;4.1;0;1.25;5657
+70085;43.57156;2.47211;447;20221212;5.8;-4.5;.7;2.1;4.7;13;.61;5074
+70085;43.57156;2.47211;447;20221213;11.7;.5;6.1;2.9;8.7;4.2;.51;5310
+70085;43.57156;2.47211;447;20221214;13.4;6;9.7;2.4;10.9;2.4;.55;4124
+70085;43.57156;2.47211;447;20221215;10.8;8.3;9.6;4;11.6;7.8;.38;1994
+70085;43.57156;2.47211;447;20221216;10.7;8.2;9.5;3.7;10.8;.3;.58;1988
+70085;43.57156;2.47211;447;20221217;8;4.3;6.2;3.8;8.1;.1;.66;2616
+70085;43.57156;2.47211;447;20221218;8.5;.9;4.7;4.1;8.9;.5;.15;4151
+70085;43.57156;2.47211;447;20221219;12.1;8.9;10.5;7.4;12;0;.54;2359
+70085;43.57156;2.47211;447;20221220;12;11.2;11.6;5.7;12.3;0;.77;707
+70085;43.57156;2.47211;447;20221221;13.9;9.6;11.8;2.9;11.1;0;.9;2882
+70085;43.57156;2.47211;447;20221222;15.8;5.5;10.7;3.8;11.5;4.3;.75;4979
+70085;43.57156;2.47211;447;20221223;18.1;11.4;14.8;3;13;.1;1.13;3837
+70085;43.57156;2.47211;447;20221224;19.1;6.1;12.6;.9;10.2;.1;.63;5723
+70085;43.57156;2.47211;447;20221225;12.1;4.9;8.5;3.2;10.6;0;.43;4025
+70085;43.57156;2.47211;447;20221226;15.4;10.5;13;2.6;11.9;.2;.92;3164
+70085;43.57156;2.47211;447;20221227;14;8.7;11.4;2.5;10.9;.2;.82;3339
+70085;43.57156;2.47211;447;20221228;10.6;3.4;7;1.6;9.2;0;.42;4061
+70085;43.57156;2.47211;447;20221229;13.2;7;10.1;1.9;10.6;1;.61;3716
+70085;43.57156;2.47211;447;20221230;15.1;6.4;10.8;1.9;10.4;.1;.73;4596
+70085;43.57156;2.47211;447;20221231;11.5;6.5;9;4;12;0;.14;3273
+70086;43.5937;2.77975;677;20220101;19.6;2.4;11;1.2;5.81;.1;1.04;6487
+70086;43.5937;2.77975;677;20220102;14.7;4.8;9.7;1.7;6.35;.1;1.21;4854
+70086;43.5937;2.77975;677;20220103;12.5;5.3;8.9;1.5;8;0;.76;4990
+70086;43.5937;2.77975;677;20220104;11.5;.2;5.8;2.4;8.29;3.4;.58;5676
+70086;43.5937;2.77975;677;20220105;2.1;2.2;2.2;7.1;5.49;0;1.07;322
+70086;43.5937;2.77975;677;20220106;2.7;-1.7;.5;6.2;4.59;0;.97;3351
+70086;43.5937;2.77975;677;20220107;1.4;-3.3;-.9;6;5.32;9.8;.41;3396
+70086;43.5937;2.77975;677;20220108;5.6;1.5;3.6;7.9;7.86;12.4;.27;3213
+70086;43.5937;2.77975;677;20220109;4.5;3.7;4.1;6.6;7.32;27.1;.66;952
+70086;43.5937;2.77975;677;20220110;4.8;3.1;3.9;5;7.02;4.1;.7;1640
+70086;43.5937;2.77975;677;20220111;4.4;-1.3;1.6;5.6;5.29;0;.88;3923
+70086;43.5937;2.77975;677;20220112;6;-2.9;1.5;3.9;4.36;0;1.03;5061
+70086;43.5937;2.77975;677;20220113;9.9;-8.2;.9;.9;3.89;0;.52;7996
+70086;43.5937;2.77975;677;20220114;12.8;-7;2.9;1.1;3.39;0;.77;8250
+70086;43.5937;2.77975;677;20220115;9.5;-6.3;1.6;2.2;3.36;0;1.14;7640
+70086;43.5937;2.77975;677;20220116;6.9;-3.9;1.5;3.9;4.22;0;1.21;6191
+70086;43.5937;2.77975;677;20220117;7;-1.7;2.6;4.6;5.12;0;1.06;5564
+70086;43.5937;2.77975;677;20220118;9;-2;3.5;1.7;4.86;0;.78;6482
+70086;43.5937;2.77975;677;20220119;3.5;-5.2;-.8;3.7;5.52;.5;.37;5662
+70086;43.5937;2.77975;677;20220120;4.3;-.8;1.8;5.6;5.72;.1;.8;4235
+70086;43.5937;2.77975;677;20220121;2.9;-1.6;.7;6.1;4.59;0;1.08;4050
+70086;43.5937;2.77975;677;20220122;5.1;-3.3;.9;4.1;4.26;0;1.07;5812
+70086;43.5937;2.77975;677;20220123;11.2;-6.8;2.2;2;4.39;0;1.05;8791
+70086;43.5937;2.77975;677;20220124;9.6;-3;3.3;2.3;5.56;0;.88;7233
+70086;43.5937;2.77975;677;20220125;11.6;-5.8;2.9;1.6;5.46;0;.83;8887
+70086;43.5937;2.77975;677;20220126;11;-5.5;2.7;2.5;4.82;0;1.15;8706
+70086;43.5937;2.77975;677;20220127;9.7;-2.7;3.5;4.1;4.86;0;1.53;7639
+70086;43.5937;2.77975;677;20220128;4.6;-2.2;1.2;5.6;4.79;0;1;5065
+70086;43.5937;2.77975;677;20220129;8.7;-2.1;3.3;4.6;4.69;0;1.41;6966
+70086;43.5937;2.77975;677;20220130;6.7;-.4;3.1;5.6;6.06;0;.91;5353
+70086;43.5937;2.77975;677;20220131;4.4;-.3;2.1;8.8;6.56;2;.55;4822
+70086;43.5937;2.77975;677;20220201;3.5;0;1.8;9.6;5.99;1.2;.8;3948
+70086;43.5937;2.77975;677;20220202;7.7;2.7;5.2;7.6;7.62;.7;.95;4987
+70086;43.5937;2.77975;677;20220203;16.4;-2.7;6.9;3.7;6.29;.1;1.93;10387
+70086;43.5937;2.77975;677;20220204;7.9;4;6;5.4;8.19;.9;.84;4423
+70086;43.5937;2.77975;677;20220205;7.1;4.7;5.9;5.5;7.32;.2;1.08;2889
+70086;43.5937;2.77975;677;20220206;4.7;-1.4;1.6;6.8;6.29;2.4;.67;5708
+70086;43.5937;2.77975;677;20220207;7.5;3.5;5.5;7.7;7.72;1.9;.95;4604
+70086;43.5937;2.77975;677;20220208;14.8;.1;7.4;2.7;5.29;0;1.85;10022
+70086;43.5937;2.77975;677;20220209;8.9;-3.9;2.5;2.4;6.29;0;.93;9335
+70086;43.5937;2.77975;677;20220210;3.3;-1;1.2;2;7.01;0;1.35;12100
+70086;43.5937;2.77975;677;20220211;10.4;5.7;8.1;4.2;6.11;0;1.86;7900
+70086;43.5937;2.77975;677;20220212;9.6;-1.6;4;5.1;5.71;1.5;1.44;5500
+70086;43.5937;2.77975;677;20220213;7.3;5.2;6.3;6.1;8.51;8.7;.65;900
+70086;43.5937;2.77975;677;20220214;7.5;6.9;7.2;5.3;8.01;3.7;1.1;3600
+70086;43.5937;2.77975;677;20220215;5.5;1.9;3.7;6;6.91;3.7;.75;5400
+70086;43.5937;2.77975;677;20220216;9;4.5;6.7;7.8;9.29;10.1;.71;5799
+70086;43.5937;2.77975;677;20220217;10.5;8.2;9.3;7.3;10.79;2.1;.82;3702
+70086;43.5937;2.77975;677;20220218;17.3;4.2;10.8;4;9.92;.1;1.83;10836
+70086;43.5937;2.77975;677;20220219;7.4;3.8;5.6;5.4;6.56;0;1.46;5308
+70086;43.5937;2.77975;677;20220220;8.3;1.3;4.8;6.8;7.36;2;1.09;7885
+70086;43.5937;2.77975;677;20220221;7.3;5.8;6.6;9.8;7.66;4.6;1.41;3308
+70086;43.5937;2.77975;677;20220222;8.9;4;6.4;7.4;7.26;0;1.61;6632
+70086;43.5937;2.77975;677;20220223;14.4;4.2;9.3;3.7;7.66;0;2;10050
+70086;43.5937;2.77975;677;20220224;13.7;4.6;9.2;4.3;8.22;.5;1.86;9705
+70086;43.5937;2.77975;677;20220225;7.8;3.4;5.6;5.4;5.89;0;1.77;6453
+70086;43.5937;2.77975;677;20220226;9.6;-2.3;3.6;3.9;4.82;0;1.85;11601
+70086;43.5937;2.77975;677;20220227;10.9;.1;5.5;2.4;6.49;0;1.46;11110
+70086;43.5937;2.77975;677;20220228;12.2;-.4;5.9;2.7;6.72;0;1.63;12041
+70086;43.5937;2.77975;677;20220301;9.7;.3;5;4.3;6.96;.2;1.5;10081
+70086;43.5937;2.77975;677;20220302;6.4;4.6;5.5;3.6;8.32;1.1;.71;3940
+70086;43.5937;2.77975;677;20220303;13.5;5;9.3;2.2;8.82;0;1.52;10134
+70086;43.5937;2.77975;677;20220304;8;4.6;6.3;5.5;8.26;1.8;1.01;4384
+70086;43.5937;2.77975;677;20220305;6.2;3.5;4.8;5.3;7.52;.2;.84;5087
+70086;43.5937;2.77975;677;20220306;7.6;1.6;4.6;3.4;6.42;0;1.27;8188
+70086;43.5937;2.77975;677;20220307;8.3;-5.7;1.3;2.2;5.52;0;1.26;13561
+70086;43.5937;2.77975;677;20220308;6;-.3;2.8;3.9;7.26;4.8;.82;8789
+70086;43.5937;2.77975;677;20220309;7.4;4.3;5.8;3.9;8.26;1.8;.95;6293
+70086;43.5937;2.77975;677;20220310;9.2;6.2;7.7;5.1;8.89;4.9;1.25;6211
+70086;43.5937;2.77975;677;20220311;7;6.7;6.8;7.3;8.92;82.4;.82;1388
+70086;43.5937;2.77975;677;20220312;6.3;5.6;5.9;6.6;8.56;100.3;.79;1937
+70086;43.5937;2.77975;677;20220313;6.8;5;5.9;6;7.72;56.9;1.2;4770
+70086;43.5937;2.77975;677;20220314;7.8;-.3;3.7;7.8;9.49;10.2;.08;7725
+70086;43.5937;2.77975;677;20220315;8.5;7.9;8.2;8.2;10.76;7.8;.45;2444
+70086;43.5937;2.77975;677;20220316;9;8;8.5;4.9;10.52;.1;.82;3573
+70086;43.5937;2.77975;677;20220317;11.9;5.1;8.5;2.2;10.19;1.8;1.25;9898
+70086;43.5937;2.77975;677;20220318;12.5;6.7;9.6;4;8.51;2.6;1.72;6800
+70086;43.5937;2.77975;677;20220319;13;5.7;9.4;3.4;7.11;0;2.37;14400
+70086;43.5937;2.77975;677;20220320;7.1;5;6.1;6.5;7.61;0;1.02;1200
+70086;43.5937;2.77975;677;20220321;9.1;5;7.1;8.7;7.11;9.7;1.91;7500
+70086;43.5937;2.77975;677;20220322;10.9;3.6;7.3;9;6.01;.2;2.96;18000
+70086;43.5937;2.77975;677;20220323;12.2;2.7;7.5;6;5.01;0;3.34;20700
+70086;43.5937;2.77975;677;20220324;15.6;3.6;9.6;4.6;4.11;0;4.01;21600
+70086;43.5937;2.77975;677;20220325;16.2;3.9;10.1;3.6;3.71;0;3.66;16300
+70086;43.5937;2.77975;677;20220326;16.4;4.9;10.7;4.7;4.91;0;4.06;21100
+70086;43.5937;2.77975;677;20220327;18.1;5.8;12;4.1;5.31;0;4.09;20300
+70086;43.5937;2.77975;677;20220328;17.2;6.7;12;4.8;4.91;0;4.27;18400
+70086;43.5937;2.77975;677;20220329;14.4;7.8;11.1;4.2;7.41;4.9;2.8;12300
+70086;43.5937;2.77975;677;20220330;10.9;6.1;8.5;2.9;9.11;1.1;1.26;6600
+70086;43.5937;2.77975;677;20220331;11.3;5.6;8.5;6.9;7.31;3.7;2.65;17100
+70086;43.5937;2.77975;677;20220401;5;-.4;2.3;7.1;5.29;2.6;2.33;12760
+70086;43.5937;2.77975;677;20220402;4.5;-2.2;1.2;5;5.04;0;1.86;10990
+70086;43.5937;2.77975;677;20220403;5;-1.6;1.7;7.3;4.92;0;2.61;15494
+70086;43.5937;2.77975;677;20220404;8.8;-1.4;3.7;2.6;5;0;2.79;21666
+70086;43.5937;2.77975;677;20220405;14.6;-.8;6.9;2.9;6.01;0;3.01;23700
+70086;43.5937;2.77975;677;20220406;11.2;2.7;7;4.3;8.31;1.1;1.46;9200
+70086;43.5937;2.77975;677;20220407;12.1;5.5;8.8;6;9.81;4.1;1.13;4000
+70086;43.5937;2.77975;677;20220408;16;9;12.5;6.3;9.81;.1;2.93;13900
+70086;43.5937;2.77975;677;20220409;10.2;3.7;7;6.6;5.81;0;2.82;16300
+70086;43.5937;2.77975;677;20220410;16.1;.3;8.2;4.5;5.01;.3;3.98;24900
+70086;43.5937;2.77975;677;20220411;9;5;7;8.2;8.61;.4;1.01;2800
+70086;43.5937;2.77975;677;20220412;12.6;6.7;9.7;7.5;7.01;.1;2.8;7000
+70086;43.5937;2.77975;677;20220413;15;8;11.5;3.6;7.11;.5;2.97;12700
+70086;43.5937;2.77975;677;20220414;22.1;6.9;14.5;3.7;9.71;.1;4.15;22000
+70086;43.5937;2.77975;677;20220415;23.5;9.9;16.7;5.3;10.41;0;5.04;23200
+70086;43.5937;2.77975;677;20220416;22.9;11;17;7.2;8.61;0;6.1;24800
+70086;43.5937;2.77975;677;20220417;22.3;6.8;14.6;5;7.51;0;5.37;26300
+70086;43.5937;2.77975;677;20220418;19;5.6;12.3;3.3;9.21;0;3.59;22400
+70086;43.5937;2.77975;677;20220419;18.5;6.3;12.4;2.2;10.11;.9;2.89;18000
+70086;43.5937;2.77975;677;20220420;12.6;8.1;10.4;2;10.71;32.8;1.19;5400
+70086;43.5937;2.77975;677;20220421;11.7;7.5;9.6;1.8;10.91;1.2;1.1;6100
+70086;43.5937;2.77975;677;20220422;18.1;7;12.6;3.3;10.61;.6;3.07;19300
+70086;43.5937;2.77975;677;20220423;11.8;9.4;10.6;5.5;9.11;22.4;1.79;3400
+70086;43.5937;2.77975;677;20220424;10.8;3.5;7.2;5;9.61;5.4;.91;6200
+70086;43.5937;2.77975;677;20220425;15.9;6.2;11.1;3.5;8.61;0;3.53;24600
+70086;43.5937;2.77975;677;20220426;20.9;5.7;13.3;2.1;8.41;0;4.24;27400
+70086;43.5937;2.77975;677;20220427;21.1;8.4;14.8;3.1;9.61;0;4.36;25100
+70086;43.5937;2.77975;677;20220428;22.7;10.5;16.6;2.7;10.91;2.1;4.34;23600
+70086;43.5937;2.77975;677;20220429;21.4;11.5;16.5;3.6;12.51;.2;4.08;22800
+70086;43.5937;2.77975;677;20220430;20.1;11.1;15.6;4.3;10.51;0;4.14;20500
+70086;43.5937;2.77975;677;20220501;19.4;6.2;12.8;3.6;7.51;0;4.48;25600
+70086;43.5937;2.77975;677;20220502;19.2;8.6;13.9;2.1;9.01;0;3.81;23000
+70086;43.5937;2.77975;677;20220503;17.8;9;13.4;1.7;11.41;2.6;2.29;12300
+70086;43.5937;2.77975;677;20220504;17.6;7;12.3;1.7;11.31;2.1;2.45;15200
+70086;43.5937;2.77975;677;20220505;16.7;7.9;12.3;4.3;9.51;.2;3.38;19600
+70086;43.5937;2.77975;677;20220506;15.1;6.9;11;5.4;9.36;0;3.09;17614
+70086;43.5937;2.77975;677;20220507;19;8.6;13.8;5.3;10.09;0;3.98;19774
+70086;43.5937;2.77975;677;20220508;18.8;9.1;13.9;3.2;10.52;.2;3.57;19506
+70086;43.5937;2.77975;677;20220509;21.5;5.1;13.3;.9;10.79;.1;3.76;25126
+70086;43.5937;2.77975;677;20220510;23;5.6;14.3;1.2;10.96;0;4.06;25970
+70086;43.5937;2.77975;677;20220511;22.9;5.8;14.3;2.3;11.42;0;4.32;25910
+70086;43.5937;2.77975;677;20220512;20.7;9.7;15.2;2.7;12.32;0;3.7;20998
+70086;43.5937;2.77975;677;20220513;22.7;6.6;14.6;1.9;12.79;0;4.02;25178
+70086;43.5937;2.77975;677;20220514;24.8;8.3;16.6;1.8;13.79;0;4.36;25461
+70086;43.5937;2.77975;677;20220515;21.2;12.2;16.7;4;12.32;.1;4.07;18684
+70086;43.5937;2.77975;677;20220516;24.1;10.1;17.1;1.7;14.16;.1;4.23;24153
+70086;43.5937;2.77975;677;20220517;25.8;9.1;17.5;1.3;14.59;0;4.42;25669
+70086;43.5937;2.77975;677;20220518;27.8;11.5;19.7;2.5;14.72;0;5.17;25422
+70086;43.5937;2.77975;677;20220519;22.3;14.4;18.3;5;14.86;0;4.04;17898
+70086;43.5937;2.77975;677;20220520;24;14.6;19.3;3.9;13.82;0;4.68;19938
+70086;43.5937;2.77975;677;20220521;27.6;9.8;18.7;1.3;15.49;.1;4.83;27123
+70086;43.5937;2.77975;677;20220522;27.9;12.6;20.2;1.6;17.09;0;4.84;25647
+70086;43.5937;2.77975;677;20220523;16.5;14.5;15.5;4.2;15.66;.6;1.75;8147
+70086;43.5937;2.77975;677;20220524;13.4;9.8;11.6;5;11.69;1.8;1.98;11692
+70086;43.5937;2.77975;677;20220525;17.2;8.9;13;6.1;10.76;0;3.49;18872
+70086;43.5937;2.77975;677;20220526;17.8;9;13.4;5.8;11.32;.1;3.38;19028
+70086;43.5937;2.77975;677;20220527;22.6;10.2;16.4;5.3;13.06;0;4.53;23072
+70086;43.5937;2.77975;677;20220528;22.6;12.1;17.4;5.4;11.89;0;4.95;21378
+70086;43.5937;2.77975;677;20220529;22.1;8.4;15.3;3.6;8.36;0;5.17;24728
+70086;43.5937;2.77975;677;20220530;22.6;3.9;13.2;1.4;10.06;2.5;4.43;28332
+70086;43.5937;2.77975;677;20220531;23;11.5;17.2;1.3;13.79;.2;4.02;22712
+70086;43.5937;2.77975;677;20220601;24.8;8.6;16.7;2.2;13.69;0;4.76;27078
+70086;43.5937;2.77975;677;20220602;22.9;12.8;17.9;3.4;14.96;0;4.17;21386
+70086;43.5937;2.77975;677;20220603;24.6;14.6;19.6;3.6;15.29;0;4.62;21342
+70086;43.5937;2.77975;677;20220604;25.2;14.4;19.8;3.4;17.49;.1;4.46;22381
+70086;43.5937;2.77975;677;20220605;21.6;14.1;17.9;4.2;16.06;.1;3.55;18047
+70086;43.5937;2.77975;677;20220606;27.7;11.4;19.5;2;14.39;.5;5.31;27587
+70086;43.5937;2.77975;677;20220607;20.6;13.1;16.8;3.5;14.49;0;3.55;18288
+70086;43.5937;2.77975;677;20220608;17.9;10.2;14;3.3;13.82;1.9;2.89;18384
+70086;43.5937;2.77975;677;20220609;17.9;10.8;14.3;6.1;11.89;0;3.51;17963
+70086;43.5937;2.77975;677;20220610;25.9;11.2;18.5;4.4;12.52;0;5.75;25970
+70086;43.5937;2.77975;677;20220611;31.2;10.8;21;1.5;12.79;0;6.01;30708
+70086;43.5937;2.77975;677;20220612;29;12.8;20.9;2.2;14.76;1.1;5.56;27489
+70086;43.5937;2.77975;677;20220613;29.3;15.6;22.4;2.9;17.42;.1;5.6;25266
+70086;43.5937;2.77975;677;20220614;30.3;12.5;21.4;1.4;16.32;0;5.51;28461
+70086;43.5937;2.77975;677;20220615;31.7;14.7;23.2;1.7;14.72;0;6.06;28539
+70086;43.5937;2.77975;677;20220616;33.7;13.4;23.5;2.1;15.73;0;6.58;28281
+70086;43.5937;2.77975;677;20220617;35.5;13.8;24.7;2.5;14.18;0;7.33;29096
+70086;43.5937;2.77975;677;20220618;29.1;14.3;21.7;4;13.9;0;6.82;25943
+70086;43.5937;2.77975;677;20220619;27.3;18.9;23.1;6.5;15.35;0;6.9;22658
+70086;43.5937;2.77975;677;20220620;24.4;17.3;20.8;4.9;17.43;0;4.7;21152
+70086;43.5937;2.77975;677;20220621;26;17.5;21.8;3.1;19.55;2.4;4.17;18480
+70086;43.5937;2.77975;677;20220622;25;16.7;20.8;3.1;18.15;1.5;3.95;17829
+70086;43.5937;2.77975;677;20220623;24.7;15.1;19.9;2.1;18.79;16.9;4.05;21274
+70086;43.5937;2.77975;677;20220624;21.5;13.9;17.7;3;15.36;4.2;3.68;18691
+70086;43.5937;2.77975;677;20220625;23.6;9.7;16.7;2.4;14.86;1.1;4.39;25560
+70086;43.5937;2.77975;677;20220626;22.3;14.2;18.3;2.8;16.96;.5;3.64;19387
+70086;43.5937;2.77975;677;20220627;17.4;12.9;15.2;4.7;15.06;0;2.19;12542
+70086;43.5937;2.77975;677;20220628;23.1;12.2;17.7;5.2;13.59;0;4.78;22554
+70086;43.5937;2.77975;677;20220629;28.2;9.3;18.8;2.2;12.99;1.3;5.73;29865
+70086;43.5937;2.77975;677;20220630;15.8;13.2;14.5;4.3;14.76;1.5;1.73;8422
+70086;43.5937;2.77975;677;20220701;21.7;10.3;16;4.4;11.62;0;4.64;23085
+70086;43.5937;2.77975;677;20220702;29.3;6.4;17.9;1.5;11.72;0;5.65;30958
+70086;43.5937;2.77975;677;20220703;29.6;11.2;20.4;2.4;15.12;.2;5.72;28446
+70086;43.5937;2.77975;677;20220704;25.8;15;20.4;4.1;17.72;0;4.64;22044
+70086;43.5937;2.77975;677;20220705;27.2;16;21.6;4.1;16.66;0;5.33;22744
+70086;43.5937;2.77975;677;20220706;26.2;14.9;20.6;3.8;12.86;0;5.55;22691
+70086;43.5937;2.77975;677;20220707;25.8;13.7;19.7;5.6;13.22;0;5.85;23511
+70086;43.5937;2.77975;677;20220708;27.4;14.3;20.8;4.8;13.32;0;6.08;24499
+70086;43.5937;2.77975;677;20220709;29.9;11.5;20.7;2.9;12.12;0;6.32;28624
+70086;43.5937;2.77975;677;20220710;31.1;12.9;22;2.4;12.49;0;6.41;29233
+70086;43.5937;2.77975;677;20220711;31.3;11.7;21.5;1.2;13.62;0;5.6;29190
+70086;43.5937;2.77975;677;20220712;32.9;12.3;22.6;1.7;14.39;0;6.18;29802
+70086;43.5937;2.77975;677;20220713;31.5;12.3;21.9;1.5;13.46;0;5.77;28724
+70086;43.5937;2.77975;677;20220714;34.2;12.2;23.2;1.7;13.62;0;6.45;30244
+70086;43.5937;2.77975;677;20220715;33.2;14.2;23.7;2.8;13.62;0;6.84;28437
+70086;43.5937;2.77975;677;20220716;35;14.2;24.6;1.8;12.76;0;6.7;30327
+70086;43.5937;2.77975;677;20220717;33.4;13.2;23.3;1.6;13.32;0;6.07;29036
+70086;43.5937;2.77975;677;20220718;32.2;15.5;23.8;3.8;13.99;0;7.06;26123
+70086;43.5937;2.77975;677;20220719;30.1;18.5;24.3;4.5;14.02;0;6.69;22178
+70086;43.5937;2.77975;677;20220720;27.3;16.2;21.7;3.1;16.32;0;4.98;21559
+70086;43.5937;2.77975;677;20220721;32;15.8;23.9;2.9;14.29;0;6.49;26459
+70086;43.5937;2.77975;677;20220722;32.4;13.1;22.8;2.6;15.36;1.2;6.27;27719
+70086;43.5937;2.77975;677;20220723;27.5;15.8;21.7;4.7;15.29;0;5.61;22214
+70086;43.5937;2.77975;677;20220724;32.8;11.8;22.3;1.7;14.19;0;5.92;28703
+70086;43.5937;2.77975;677;20220725;24.8;15.7;20.2;4.6;16.46;.3;4.39;18599
+70086;43.5937;2.77975;677;20220726;25.2;15.8;20.5;5.4;13.66;0;5.32;19531
+70086;43.5937;2.77975;677;20220727;26.8;12.1;19.5;4.2;11.59;0;5.9;24659
+70086;43.5937;2.77975;677;20220728;28.3;11.4;19.8;2.3;13.12;.1;5.24;25522
+70086;43.5937;2.77975;677;20220729;25.6;15.4;20.5;3.5;16.36;3.7;4.36;19981
+70086;43.5937;2.77975;677;20220730;28.1;14.9;21.5;4.1;15.79;0;5.46;22821
+70086;43.5937;2.77975;677;20220731;30.8;13.2;22;3;14.62;0;6;26110
+70086;43.5937;2.77975;677;20220801;32.1;15.2;23.6;3.2;14.56;0;6.37;25407
+70086;43.5937;2.77975;677;20220802;33.4;13.9;23.6;2.3;13.02;0;6.44;27880
+70086;43.5937;2.77975;677;20220803;31.8;13.7;22.7;2;13.39;0;5.71;26593
+70086;43.5937;2.77975;677;20220804;31.7;13.1;22.4;1.7;15.69;0;5.36;26073
+70086;43.5937;2.77975;677;20220805;29.6;15.6;22.6;3.4;18.09;0;5.23;22594
+70086;43.5937;2.77975;677;20220806;31;17.2;24.1;3.4;16.59;0;5.84;22899
+70086;43.5937;2.77975;677;20220807;31.6;15.7;23.7;2.3;13.02;0;5.8;24651
+70086;43.5937;2.77975;677;20220808;32.4;11;21.7;1.6;10.36;0;5.62;27180
+70086;43.5937;2.77975;677;20220809;33.3;11;22.2;1.3;10.99;0;5.44;27378
+70086;43.5937;2.77975;677;20220810;31.8;12.8;22.3;1.9;13.12;0;5.57;26111
+70086;43.5937;2.77975;677;20220811;30.1;13.8;21.9;2;18.42;0;4.89;24007
+70086;43.5937;2.77975;677;20220812;35.5;16.1;25.8;1.9;17.66;0;5.98;26101
+70086;43.5937;2.77975;677;20220813;33.5;17;25.2;2.2;18.89;.8;5.5;23398
+70086;43.5937;2.77975;677;20220814;25.6;18.5;22.1;3.1;19.89;1.5;3.61;15607
+70086;43.5937;2.77975;677;20220815;26;14.5;20.2;2.7;15.09;0;4.36;19858
+70086;43.5937;2.77975;677;20220816;28.3;11;19.6;2.4;14.86;22.7;4.81;24299
+70086;43.5937;2.77975;677;20220817;20.8;14.5;17.7;2.6;17.06;2.4;2.54;13889
+70086;43.5937;2.77975;677;20220818;21.2;14.1;17.7;5.2;15.59;1.1;3.27;15160
+70086;43.5937;2.77975;677;20220819;22;14.4;18.2;5.9;15.62;.5;3.52;15581
+70086;43.5937;2.77975;677;20220820;27.2;14.6;20.9;3.9;15.39;0;4.85;20213
+70086;43.5937;2.77975;677;20220821;25.6;14.8;20.2;3.8;14.99;0;4.37;18498
+70086;43.5937;2.77975;677;20220822;22.8;16.4;19.6;5.4;16.59;.6;3.46;13677
+70086;43.5937;2.77975;677;20220823;28.4;16.5;22.5;3.7;16.99;.1;4.75;19049
+70086;43.5937;2.77975;677;20220824;30.2;12.1;21.2;1.4;14.99;.1;4.45;23484
+70086;43.5937;2.77975;677;20220825;28.5;14.6;21.6;3;16.89;.4;4.56;20251
+70086;43.5937;2.77975;677;20220826;27.9;16.6;22.2;4.5;17.26;0;4.69;18101
+70086;43.5937;2.77975;677;20220827;27.9;14.9;21.4;2.6;14.92;0;4.47;19523
+70086;43.5937;2.77975;677;20220828;30.9;10.7;20.8;1.2;13.16;0;4.41;23673
+70086;43.5937;2.77975;677;20220829;28.3;12;20.1;2.3;15.76;2.8;4.33;21400
+70086;43.5937;2.77975;677;20220830;29.5;12.9;21.2;1.7;16.16;0;4.26;21670
+70086;43.5937;2.77975;677;20220831;27.8;13.4;20.6;2.2;15.62;0;4.04;19842
+70086;43.5937;2.77975;677;20220901;27.5;15.8;21.7;3.2;16.72;.3;4.18;17712
+70086;43.5937;2.77975;677;20220902;25.5;13.2;19.4;1.5;16.22;12;3.35;18063
+70086;43.5937;2.77975;677;20220903;24.4;14.8;19.6;1.6;17.16;.4;2.96;15687
+70086;43.5937;2.77975;677;20220904;25.7;14;19.9;3.5;19.09;.2;3.37;17460
+70086;43.5937;2.77975;677;20220905;25;19.3;22.2;4.9;21.06;.4;3.1;11712
+70086;43.5937;2.77975;677;20220906;26;19.2;22.6;3.5;20.86;1.6;3.22;12840
+70086;43.5937;2.77975;677;20220907;23.9;14.5;19.2;2.3;17.72;.5;2.89;15165
+70086;43.5937;2.77975;677;20220908;23.9;11.8;17.9;2.4;13.02;.2;3.51;17221
+70086;43.5937;2.77975;677;20220909;19.2;10.3;14.8;2.6;13.36;.2;2.5;14416
+70086;43.5937;2.77975;677;20220910;23.9;11;17.4;2.8;12.12;.1;3.67;17438
+70086;43.5937;2.77975;677;20220911;28.4;7.7;18.1;1.1;12.29;0;3.56;21277
+70086;43.5937;2.77975;677;20220912;24.1;11.4;17.7;3.1;17.22;.4;2.97;16745
+70086;43.5937;2.77975;677;20220913;24.4;20.2;22.3;4.2;21.96;6.5;2.54;9396
+70086;43.5937;2.77975;677;20220914;22.8;16.3;19.6;2.7;19.06;1.2;2.38;11787
+70086;43.5937;2.77975;677;20220915;25.1;12.4;18.7;2.3;15.32;.1;3.23;16496
+70086;43.5937;2.77975;677;20220916;21.9;14.6;18.2;4.9;14.32;.1;3.22;12041
+70086;43.5937;2.77975;677;20220917;18.4;9.3;13.9;4;8.49;0;3.35;13592
+70086;43.5937;2.77975;677;20220918;23.1;4.2;13.7;1.8;6.56;0;3.42;19828
+70086;43.5937;2.77975;677;20220919;23.7;3.2;13.4;2.4;7.12;0;3.71;19953
+70086;43.5937;2.77975;677;20220920;22.8;6.5;14.7;2.8;7.72;0;3.68;17966
+70086;43.5937;2.77975;677;20220921;22.1;6.7;14.4;2.3;8.39;0;3.24;17248
+70086;43.5937;2.77975;677;20220922;21.7;6.3;14;1.6;11.79;0;2.51;16950
+70086;43.5937;2.77975;677;20220923;18.2;7;12.6;2.5;12.86;22.6;2.01;14109
+70086;43.5937;2.77975;677;20220924;16.9;11.9;14.4;3.7;13.79;.8;1.77;9021
+70086;43.5937;2.77975;677;20220925;15.9;8.7;12.3;4;11.32;0;2.01;10750
+70086;43.5937;2.77975;677;20220926;14.7;6.7;10.7;5.2;10.49;2.4;1.98;11418
+70086;43.5937;2.77975;677;20220927;13.3;9.3;11.3;7.7;11.56;4.9;1.53;7793
+70086;43.5937;2.77975;677;20220928;13.6;10.6;12.1;7.8;13.52;11.7;.96;6442
+70086;43.5937;2.77975;677;20220929;13;9.3;11.1;4.9;11.82;3.7;1.26;7193
+70086;43.5937;2.77975;677;20220930;13;7.2;10.1;4.5;10.02;.1;1.66;9248
+70086;43.5937;2.77975;677;20221001;17.5;5.7;11.6;4.1;11.72;0;2.05;13376
+70086;43.5937;2.77975;677;20221002;20.8;12.4;16.6;3.6;14.32;.1;2.42;11075
+70086;43.5937;2.77975;677;20221003;20.5;11.2;15.8;3.2;12.62;0;2.46;11381
+70086;43.5937;2.77975;677;20221004;22.9;4.4;13.7;1;11.06;.1;2.17;16054
+70086;43.5937;2.77975;677;20221005;17.6;5.6;11.6;2.4;12.82;.2;1.62;12699
+70086;43.5937;2.77975;677;20221006;19.6;11.4;15.5;2;14.56;0;1.71;10176
+70086;43.5937;2.77975;677;20221007;18;8.4;13.2;2.2;13.59;0;1.53;10891
+70086;43.5937;2.77975;677;20221008;18.4;12.1;15.3;1.4;14.32;.8;1.46;8559
+70086;43.5937;2.77975;677;20221009;18;6.9;12.4;2;13.06;0;1.59;11636
+70086;43.5937;2.77975;677;20221010;19.2;13.2;16.2;2.8;14.62;.1;1.76;8386
+70086;43.5937;2.77975;677;20221011;19.6;8.3;14;.8;12.76;0;1.56;11573
+70086;43.5937;2.77975;677;20221012;19.8;8.5;14.1;1.2;12.39;1.8;1.7;11483
+70086;43.5937;2.77975;677;20221013;18.2;6.2;12.2;1.8;12.42;1.4;1.58;11522
+70086;43.5937;2.77975;677;20221014;17;12.5;14.8;5.2;15.16;.8;1.35;6829
+70086;43.5937;2.77975;677;20221015;22.9;8;15.4;2.2;14.09;.1;2.04;12758
+70086;43.5937;2.77975;677;20221016;19;13.2;16.1;5.1;17.22;2;1.26;7385
+70086;43.5937;2.77975;677;20221017;17.2;15.8;16.5;6;17.82;5.6;.91;3206
+70086;43.5937;2.77975;677;20221018;18.2;15.9;17.1;3.6;17.82;.4;1.07;4134
+70086;43.5937;2.77975;677;20221019;18.1;15.5;16.8;3.7;17.52;5.1;1.07;4394
+70086;43.5937;2.77975;677;20221020;17.9;16.2;17.1;4.5;17.92;1.8;1.01;3287
+70086;43.5937;2.77975;677;20221021;19.9;15.1;17.5;2.2;16.12;.2;1.44;6334
+70086;43.5937;2.77975;677;20221022;20.2;9.8;15;2.1;14.39;0;1.5;9586
+70086;43.5937;2.77975;677;20221023;18.7;14;16.4;3.7;15.92;.4;1.42;6093
+70086;43.5937;2.77975;677;20221024;20.8;13.1;17;1.7;14.36;.1;1.57;7976
+70086;43.5937;2.77975;677;20221025;18.8;7.6;13.2;2.5;13.32;0;1.37;9558
+70086;43.5937;2.77975;677;20221026;19.8;9.8;14.8;2;14.99;0;1.26;8896
+70086;43.5937;2.77975;677;20221027;18.7;12.8;15.7;3.1;16.02;0;1.21;6349
+70086;43.5937;2.77975;677;20221028;18.8;14.5;16.6;3.7;15.62;0;1.46;5306
+70086;43.5937;2.77975;677;20221029;19.8;12.9;16.4;4.1;12.82;.1;2.12;7035
+70086;43.5937;2.77975;677;20221030;18.3;13.9;16.1;4.9;14.82;.9;1.63;5287
+70086;43.5937;2.77975;677;20221031;18.5;14.6;16.5;4.8;15.36;3;1.62;4800
+70086;43.5937;2.77975;677;20221101;16.9;11.9;14.4;2.7;13.42;0;1.19;5556
+70086;43.5937;2.77975;677;20221102;17.7;6.4;12.1;1.4;10.42;0;1.19;8622
+70086;43.5937;2.77975;677;20221103;15.5;4.1;9.8;4;11.56;4.5;1;8350
+70086;43.5937;2.77975;677;20221104;7.7;7.4;7.6;7.5;9.52;6;.73;645
+70086;43.5937;2.77975;677;20221105;10.3;4.3;7.3;5.4;7.59;0;1.43;5898
+70086;43.5937;2.77975;677;20221106;17;-1.5;7.7;1.6;6.42;0;1.37;10678
+70086;43.5937;2.77975;677;20221107;16.1;.6;8.3;2.5;9.02;.1;1.23;9527
+70086;43.5937;2.77975;677;20221108;15;10.2;12.6;4.1;13.36;.7;.87;4775
+70086;43.5937;2.77975;677;20221109;16.5;10.9;13.7;3;13.06;.5;1.15;5129
+70086;43.5937;2.77975;677;20221110;13.2;8;10.6;3.3;10.56;.3;1.01;4773
+70086;43.5937;2.77975;677;20221111;15;3.7;9.4;4.8;12.89;.8;.38;7629
+70086;43.5937;2.77975;677;20221112;17.6;11.1;14.3;3.6;11.76;.1;1.64;5429
+70086;43.5937;2.77975;677;20221113;17.8;2.8;10.3;2.4;8.96;2.5;1.44;8716
+70086;43.5937;2.77975;677;20221114;12.7;11.3;12;3.8;12.82;1.5;.79;1902
+70086;43.5937;2.77975;677;20221115;12.9;10.6;11.7;3.3;12.92;2.6;.66;2830
+70086;43.5937;2.77975;677;20221116;14.9;6.7;10.8;1.8;10.39;.1;.9;6016
+70086;43.5937;2.77975;677;20221117;14.2;6.1;10.2;3.7;10.96;9.9;.93;5890
+70086;43.5937;2.77975;677;20221118;9.4;6.6;8;5.7;9.49;2.5;.85;3033
+70086;43.5937;2.77975;677;20221119;6.7;4.1;5.4;5.5;8.22;1.1;.6;2407
+70086;43.5937;2.77975;677;20221120;8.7;2.6;5.6;5.5;7.89;1.3;.87;4751
+70086;43.5937;2.77975;677;20221121;8.5;3.2;5.8;3.8;8.52;15.3;.59;4192
+70086;43.5937;2.77975;677;20221122;5;2.7;3.8;7;7.89;9.5;.33;2441
+70086;43.5937;2.77975;677;20221123;10.7;4.7;7.7;4.1;9.76;6.1;.62;4630
+70086;43.5937;2.77975;677;20221124;11.2;4.4;7.8;2.4;9.22;0;.67;4827
+70086;43.5937;2.77975;677;20221125;8.8;3.4;6.1;3.3;9.02;4.6;.45;4022
+70086;43.5937;2.77975;677;20221126;9.9;3.7;6.8;3.5;7.49;0;1.05;4423
+70086;43.5937;2.77975;677;20221127;9.4;-2.4;3.5;3;7.36;3.2;.53;6330
+70086;43.5937;2.77975;677;20221128;7;6.5;6.7;4.2;9.49;9.5;.45;711
+70086;43.5937;2.77975;677;20221129;6.3;3.3;4.8;4.9;7.86;.3;.57;2544
+70086;43.5937;2.77975;677;20221130;7.2;-.1;3.6;3;6.59;.1;.65;4689
+70086;43.5937;2.77975;677;20221201;4;-1.9;1.1;2.2;6.39;.1;.28;3810
+70086;43.5937;2.77975;677;20221202;4;-.9;1.6;1.4;6.12;.5;.38;3501
+70086;43.5937;2.77975;677;20221203;5;-.6;2.2;1.1;6.89;3.6;.31;3966
+70086;43.5937;2.77975;677;20221204;5.6;3;4.3;2.3;7.19;0;.55;2472
+70086;43.5937;2.77975;677;20221205;9.3;-5.8;1.8;1.3;5.02;.1;.54;6900
+70086;43.5937;2.77975;677;20221206;12.2;-3.1;4.6;1.5;5.49;.1;.74;6902
+70086;43.5937;2.77975;677;20221207;10.4;-.2;5.1;2;4.92;0;1.06;5431
+70086;43.5937;2.77975;677;20221208;5.3;-4.3;.5;2.3;7.16;1.9;.1;5075
+70086;43.5937;2.77975;677;20221209;10.4;4.3;7.3;2.9;9.86;0;.42;4087
+70086;43.5937;2.77975;677;20221210;1.1;2;1.6;6.3;6.49;0;.34;0
+70086;43.5937;2.77975;677;20221211;5.7;-7.2;-.8;2.7;3.56;0;.91;6121
+70086;43.5937;2.77975;677;20221212;4.5;-6.8;-1.1;2.5;4.56;4;.56;5515
+70086;43.5937;2.77975;677;20221213;10.3;0;5.2;3.4;8.76;1.8;.36;5378
+70086;43.5937;2.77975;677;20221214;11.7;5.9;8.8;2.6;10.29;3.6;.56;3862
+70086;43.5937;2.77975;677;20221215;9.6;4.9;7.2;4.2;10.62;9.6;.29;2916
+70086;43.5937;2.77975;677;20221216;9.3;6.2;7.7;3.2;9.29;0;.63;2452
+70086;43.5937;2.77975;677;20221217;7.5;-.3;3.6;2.5;6.19;0;.63;4122
+70086;43.5937;2.77975;677;20221218;7.6;-5.1;1.2;4;7.76;1.6;.1;5705
+70086;43.5937;2.77975;677;20221219;11.3;7.8;9.5;7;10.86;1.4;.75;2705
+70086;43.5937;2.77975;677;20221220;10.8;9.7;10.3;5.1;11.09;.3;.81;1107
+70086;43.5937;2.77975;677;20221221;12.2;8.2;10.2;3;10.39;.1;.78;4138
+70086;43.5937;2.77975;677;20221222;13.5;3.1;8.3;4.9;11.22;3.4;.38;5317
+70086;43.5937;2.77975;677;20221223;15.7;10.5;13.1;3.2;12.09;.1;1.07;3574
+70086;43.5937;2.77975;677;20221224;16.3;3.9;10.1;1.1;9.29;.1;.59;5903
+70086;43.5937;2.77975;677;20221225;10.5;1.2;5.8;3;9.62;.1;.29;4855
+70086;43.5937;2.77975;677;20221226;14.6;7.1;10.8;2.3;10.49;.1;.81;4263
+70086;43.5937;2.77975;677;20221227;12.5;5.4;8.9;1.7;9.42;.2;.64;4203
+70086;43.5937;2.77975;677;20221228;10.1;-.2;4.9;1.5;8.02;0;.41;5183
+70086;43.5937;2.77975;677;20221229;11.6;2.1;6.9;1.7;9.62;.5;.41;4967
+70086;43.5937;2.77975;677;20221230;13.4;4.6;9;1.7;9.49;.1;.65;4912
+70086;43.5937;2.77975;677;20221231;10.7;4.3;7.5;3.7;10.99;.1;.19;4002
+70087;43.61492;3.08759;286;20220101;13.5;2.1;7.8;.7;8.14;.1;.49;6341
+70087;43.61492;3.08759;286;20220102;11.7;3.4;7.6;1.7;8.81;0;.61;5406
+70087;43.61492;3.08759;286;20220103;13.7;5.7;9.7;1.2;9.48;0;.61;4969
+70087;43.61492;3.08759;286;20220104;12.2;4.1;8.1;2.1;9.44;1.7;.49;5228
+70087;43.61492;3.08759;286;20220105;6.4;5.9;6.1;6.1;5.57;.1;1.92;678
+70087;43.61492;3.08759;286;20220106;7;2.2;4.6;5.1;4.67;0;1.66;4217
+70087;43.61492;3.08759;286;20220107;5;-.5;2.2;5.2;5.82;4.7;.87;4432
+70087;43.61492;3.08759;286;20220108;10.3;4.4;7.3;5.8;8.92;5.3;.81;4727
+70087;43.61492;3.08759;286;20220109;8.5;6.7;7.6;5.5;8.19;11.7;1.19;2245
+70087;43.61492;3.08759;286;20220110;8.5;5.4;7;3.3;7.57;.7;.93;3291
+70087;43.61492;3.08759;286;20220111;8.8;-.1;4.4;3.3;5.14;0;1.06;6124
+70087;43.61492;3.08759;286;20220112;8.1;-2.1;3;2;5.09;0;.59;6745
+70087;43.61492;3.08759;286;20220113;8.5;-4.4;2.1;.7;4.64;0;.4;7821
+70087;43.61492;3.08759;286;20220114;12.2;-5;3.6;.6;4.49;0;.47;8830
+70087;43.61492;3.08759;286;20220115;11.4;-4.1;3.7;1.1;4.52;0;.63;8561
+70087;43.61492;3.08759;286;20220116;10.9;-3.4;3.8;2.2;4.52;0;.99;8183
+70087;43.61492;3.08759;286;20220117;10.7;-1.4;4.7;2.5;5.37;0;.91;7686
+70087;43.61492;3.08759;286;20220118;8.2;-3.7;2.2;1.1;5.29;0;.53;7890
+70087;43.61492;3.08759;286;20220119;7.4;-2.1;2.7;2.9;6.09;.2;.68;6984
+70087;43.61492;3.08759;286;20220120;8.9;2;5.4;4.6;5.94;0;1.41;5888
+70087;43.61492;3.08759;286;20220121;7.2;1.2;4.2;4.7;4.42;0;1.71;5468
+70087;43.61492;3.08759;286;20220122;9;-2.7;3.1;2.4;4.64;0;.89;8071
+70087;43.61492;3.08759;286;20220123;12.4;-4;4.2;1.3;5.09;0;.8;9538
+70087;43.61492;3.08759;286;20220124;12.1;-.3;5.9;1.5;6.32;0;.81;8438
+70087;43.61492;3.08759;286;20220125;12.8;-2.6;5.1;1.1;6.29;0;.7;9530
+70087;43.61492;3.08759;286;20220126;14.4;-2.8;5.8;1.7;5.74;0;.97;9669
+70087;43.61492;3.08759;286;20220127;13.3;-2.4;5.5;2.4;5.39;0;1.16;9445
+70087;43.61492;3.08759;286;20220128;7.7;-.9;3.4;4.4;4.94;0;1.53;7153
+70087;43.61492;3.08759;286;20220129;11.7;-1.2;5.2;3.2;4.94;0;1.53;8617
+70087;43.61492;3.08759;286;20220130;9.8;1;5.4;4.6;6.42;0;1.44;7433
+70087;43.61492;3.08759;286;20220131;8.5;1.5;5;7.3;6.92;.3;1.27;6585
+70087;43.61492;3.08759;286;20220201;7.4;3.4;5.4;6.9;6.27;.2;1.53;5080
+70087;43.61492;3.08759;286;20220202;12.1;6.3;9.2;5.8;8.27;0;1.67;6329
+70087;43.61492;3.08759;286;20220203;14.6;.4;7.5;2.4;7.19;0;1.35;10390
+70087;43.61492;3.08759;286;20220204;12;6.2;9.1;4.5;8.84;0;1.42;6546
+70087;43.61492;3.08759;286;20220205;12.2;7;9.6;4.2;7.84;0;1.64;6073
+70087;43.61492;3.08759;286;20220206;8.8;1.4;5.1;5.1;6.79;1.3;1.26;7389
+70087;43.61492;3.08759;286;20220207;12.4;7.1;9.7;6.6;8.09;.7;2.03;6501
+70087;43.61492;3.08759;286;20220208;15.8;-.4;7.7;2;5.47;0;1.6;11685
+70087;43.61492;3.08759;286;20220209;11.6;-.4;5.6;2.5;7.19;0;1.09;10194
+70087;43.61492;3.08759;286;20220210;7.1;4.6;5.8;2.3;9.71;0;1.37;9937
+70087;43.61492;3.08759;286;20220211;13.8;4.6;9.2;3.4;9.19;0;1.47;8007
+70087;43.61492;3.08759;286;20220212;12.3;-1.4;5.4;2.5;7.26;3.4;1.23;10611
+70087;43.61492;3.08759;286;20220213;14.6;4.3;9.4;4.3;10.06;11.4;1.47;10034
+70087;43.61492;3.08759;286;20220214;11.6;7;9.3;5.1;9.56;1.7;1.56;5991
+70087;43.61492;3.08759;286;20220215;11.4;5.1;8.3;5.7;8.59;.2;1.76;8687
+70087;43.61492;3.08759;286;20220216;11.5;6.9;9.2;6.2;9.95;2.7;1.52;8108
+70087;43.61492;3.08759;286;20220217;15.7;12.2;13.9;6.1;11.58;0;2.12;6085
+70087;43.61492;3.08759;286;20220218;18.6;6;12.3;3.2;10.78;0;1.86;12425
+70087;43.61492;3.08759;286;20220219;11.5;7.5;9.5;4.9;6.77;0;2.28;6324
+70087;43.61492;3.08759;286;20220220;12.6;3.5;8;5.7;7.78;.3;2.1;10878
+70087;43.61492;3.08759;286;20220221;12.4;9.4;10.9;8.8;8.05;1.6;2.89;5745
+70087;43.61492;3.08759;286;20220222;12.8;7.6;10.2;6.8;7.64;0;2.57;7827
+70087;43.61492;3.08759;286;20220223;17.6;5.6;11.6;2.7;8.27;0;2.14;12114
+70087;43.61492;3.08759;286;20220224;15.8;7.1;11.4;3.6;9.57;0;1.94;10483
+70087;43.61492;3.08759;286;20220225;11.8;6.5;9.2;4.9;6.09;0;2.53;8217
+70087;43.61492;3.08759;286;20220226;12.9;.3;6.6;3.8;5.12;0;2.35;12705
+70087;43.61492;3.08759;286;20220227;13.3;2.5;7.9;3;7.14;0;1.83;12421
+70087;43.61492;3.08759;286;20220228;15.3;3.1;9.2;2.1;7.89;0;1.79;13193
+70087;43.61492;3.08759;286;20220301;12.3;2.3;7.3;3.3;7.62;.2;1.62;11725
+70087;43.61492;3.08759;286;20220302;8.8;6.3;7.6;3;8.99;1.1;.95;5877
+70087;43.61492;3.08759;286;20220303;16.6;5.4;11;1.7;9.32;0;1.75;13414
+70087;43.61492;3.08759;286;20220304;12.8;6.7;9.8;4.5;9.39;0;1.69;9472
+70087;43.61492;3.08759;286;20220305;11.2;6.4;8.8;4.7;8.37;0;1.7;8463
+70087;43.61492;3.08759;286;20220306;12.2;3.7;8;2.3;6.74;0;1.7;12033
+70087;43.61492;3.08759;286;20220307;11.8;-2.3;4.8;1.8;5.79;0;1.66;15423
+70087;43.61492;3.08759;286;20220308;8.4;3.2;5.8;3.5;7.87;5.6;1.14;9476
+70087;43.61492;3.08759;286;20220309;10.9;6.5;8.7;3.1;9.75;3.2;1.24;8944
+70087;43.61492;3.08759;286;20220310;11.2;8.5;9.9;4.3;10.88;9;1.17;6955
+70087;43.61492;3.08759;286;20220311;10.2;9.7;10;6.1;10.78;76.5;1.07;2674
+70087;43.61492;3.08759;286;20220312;9;8.2;8.6;6.5;10.22;94.2;.83;3290
+70087;43.61492;3.08759;286;20220313;9.4;7.8;8.6;5.5;9.17;48.2;1.28;5251
+70087;43.61492;3.08759;286;20220314;10.4;4;7.2;5.8;10.52;5.1;.77;11494
+70087;43.61492;3.08759;286;20220315;11.4;10.5;10.9;5.7;11.82;2.5;1.02;4106
+70087;43.61492;3.08759;286;20220316;12.5;10.2;11.3;2.5;11.75;0;1.2;6812
+70087;43.61492;3.08759;286;20220317;14.8;7.3;11;1.6;11.39;1.2;1.59;12589
+70087;43.61492;3.08759;286;20220318;13;8.3;10.7;2;11.35;2.4;1.41;8504
+70087;43.61492;3.08759;286;20220319;13.3;7.1;10.2;2.2;10.05;0;1.74;9324
+70087;43.61492;3.08759;286;20220320;13.1;5.2;9.1;5.8;10.35;0;1.55;8037
+70087;43.61492;3.08759;286;20220321;13.8;9.8;11.8;6.3;9.29;.3;2.85;10099
+70087;43.61492;3.08759;286;20220322;14.2;5.7;9.9;5.9;7.59;0;3.29;17499
+70087;43.61492;3.08759;286;20220323;14.6;2.2;8.4;5;7.49;0;2.94;18791
+70087;43.61492;3.08759;286;20220324;16.4;2;9.2;4;7.26;0;3.14;18920
+70087;43.61492;3.08759;286;20220325;17.3;4.6;11;3.6;7.06;0;3.33;17848
+70087;43.61492;3.08759;286;20220326;16.8;6;11.4;3.7;8.79;0;3.17;17932
+70087;43.61492;3.08759;286;20220327;19.7;4.9;12.3;3.2;7.39;0;3.69;19117
+70087;43.61492;3.08759;286;20220328;19.8;5.8;12.8;4.1;7.49;0;4;18220
+70087;43.61492;3.08759;286;20220329;16.9;6.9;11.9;3.4;10.49;3.7;2.33;12570
+70087;43.61492;3.08759;286;20220330;13.7;8.5;11.1;3.1;11.39;.5;1.76;9451
+70087;43.61492;3.08759;286;20220331;14.3;7.9;11.1;6.1;9.25;1.1;2.87;12566
+70087;43.61492;3.08759;286;20220401;7.4;2.1;4.8;9;5.29;.7;2.83;15794
+70087;43.61492;3.08759;286;20220402;7.7;.4;4;5.7;5.11;0;2.18;11090
+70087;43.61492;3.08759;286;20220403;8.2;.1;4.1;4.9;4.59;0;2.74;16659
+70087;43.61492;3.08759;286;20220404;11.2;-.7;5.2;2.7;5.04;0;2.79;21859
+70087;43.61492;3.08759;286;20220405;15.9;2.1;9;4.5;5.97;0;3.82;23061
+70087;43.61492;3.08759;286;20220406;13.4;4.2;8.8;3.8;9.52;0;1.97;10045
+70087;43.61492;3.08759;286;20220407;20.3;7.7;14;5.5;11.12;.7;3.87;17548
+70087;43.61492;3.08759;286;20220408;20.2;11;15.6;5.2;11.69;0;4;17659
+70087;43.61492;3.08759;286;20220409;14.5;6.2;10.3;5.1;7.56;0;3.38;15679
+70087;43.61492;3.08759;286;20220410;17.2;-.4;8.4;3.9;7.09;.2;3.51;23686
+70087;43.61492;3.08759;286;20220411;16;8.4;12.2;7.7;10.99;.7;2.91;14341
+70087;43.61492;3.08759;286;20220412;15.8;10.1;13;6.5;11.22;.5;2.79;11866
+70087;43.61492;3.08759;286;20220413;15.6;9.8;12.7;2.6;11.25;0;2.11;9860
+70087;43.61492;3.08759;286;20220414;22.9;5.1;14;2.3;10.92;0;3.86;22461
+70087;43.61492;3.08759;286;20220415;22.9;9.8;16.4;4.9;12.73;0;4.47;20050
+70087;43.61492;3.08759;286;20220416;22.4;11.8;17.1;7.7;12.49;0;5.02;19996
+70087;43.61492;3.08759;286;20220417;22.2;8.6;15.4;3.8;10.86;0;4.61;24266
+70087;43.61492;3.08759;286;20220418;19.4;9;14.2;4;10.89;0;3.9;20761
+70087;43.61492;3.08759;286;20220419;18.1;7.6;12.8;4.1;11.49;.2;3.29;17351
+70087;43.61492;3.08759;286;20220420;11.4;8.1;9.8;2.9;11.76;17.3;1.18;6006
+70087;43.61492;3.08759;286;20220421;11.8;8.6;10.2;3.7;12.35;.7;1.07;5293
+70087;43.61492;3.08759;286;20220422;17.6;9.9;13.7;3.7;12.71;.5;3.13;20240
+70087;43.61492;3.08759;286;20220423;15.8;10.7;13.3;4.5;11.52;18.4;2.44;8160
+70087;43.61492;3.08759;286;20220424;17.2;7.8;12.5;4.8;11.75;2;2.75;13797
+70087;43.61492;3.08759;286;20220425;19.1;7;13.1;2.7;10.99;0;3.77;24213
+70087;43.61492;3.08759;286;20220426;21.5;4.7;13.1;2;10.39;0;4.07;26299
+70087;43.61492;3.08759;286;20220427;18.7;8.1;13.4;3.2;12.74;0;3.36;20703
+70087;43.61492;3.08759;286;20220428;20.8;10.2;15.5;2.4;13.99;0;3.44;19868
+70087;43.61492;3.08759;286;20220429;23.4;13.1;18.2;3.3;14.79;.2;4.49;23119
+70087;43.61492;3.08759;286;20220430;22.4;12.7;17.6;3.8;13.19;0;4.52;21851
+70087;43.61492;3.08759;286;20220501;21.5;8.5;15;2.9;11.06;0;4.34;24450
+70087;43.61492;3.08759;286;20220502;20.2;10.1;15.2;2.6;12.56;0;3.57;19561
+70087;43.61492;3.08759;286;20220503;20.2;11.6;15.9;2.6;13.22;1.8;3.53;18935
+70087;43.61492;3.08759;286;20220504;20.2;10;15.1;2.7;13.62;1.6;3.36;19332
+70087;43.61492;3.08759;286;20220505;19.6;9.7;14.6;3.5;12.02;.4;3.59;18638
+70087;43.61492;3.08759;286;20220506;19.5;9.3;14.4;4.6;9.97;0;4.31;21348
+70087;43.61492;3.08759;286;20220507;22.8;12.2;17.5;4.5;10.44;0;5.23;21949
+70087;43.61492;3.08759;286;20220508;22.6;10.6;16.6;2.3;11.67;.2;4.27;23459
+70087;43.61492;3.08759;286;20220509;24.2;9.2;16.7;.9;12.82;.1;4.2;26372
+70087;43.61492;3.08759;286;20220510;25.5;9.6;17.6;1;12.72;0;4.45;27205
+70087;43.61492;3.08759;286;20220511;24.8;9.4;17.1;2.8;13.17;0;4.75;26884
+70087;43.61492;3.08759;286;20220512;23.3;12.3;17.8;3.5;13.44;0;4.5;22798
+70087;43.61492;3.08759;286;20220513;25.7;10.1;17.9;1.7;13.59;0;4.71;27114
+70087;43.61492;3.08759;286;20220514;27.8;12.2;20;1.7;15.24;0;4.99;27178
+70087;43.61492;3.08759;286;20220515;24;15.2;19.6;4.4;14.37;0;4.79;20949
+70087;43.61492;3.08759;286;20220516;27.3;13.8;20.6;2.5;15.07;.1;5.16;25610
+70087;43.61492;3.08759;286;20220517;28.6;12.5;20.6;1.4;15.59;0;5.08;27943
+70087;43.61492;3.08759;286;20220518;31.4;14;22.7;2.4;16.07;0;5.97;28084
+70087;43.61492;3.08759;286;20220519;26;17;21.5;4.5;16.52;0;5.08;21460
+70087;43.61492;3.08759;286;20220520;26.4;16.4;21.4;4.4;15.64;0;5.49;23244
+70087;43.61492;3.08759;286;20220521;30.3;13;21.7;1.6;16.59;.1;5.56;29056
+70087;43.61492;3.08759;286;20220522;30.1;15.1;22.6;2;18.44;0;5.55;27907
+70087;43.61492;3.08759;286;20220523;21.9;18;20;3.8;16.64;0;3.47;13912
+70087;43.61492;3.08759;286;20220524;17.9;13.4;15.6;4.3;12.07;1.3;3.39;15452
+70087;43.61492;3.08759;286;20220525;21.8;12.7;17.2;5.7;10.64;0;5.32;21937
+70087;43.61492;3.08759;286;20220526;22.5;12.3;17.4;5.7;11.29;0;5.52;23246
+70087;43.61492;3.08759;286;20220527;27.2;13.7;20.5;4.5;13.29;0;6.25;26688
+70087;43.61492;3.08759;286;20220528;27.1;13.8;20.5;4.3;11.87;0;6.36;26853
+70087;43.61492;3.08759;286;20220529;26.3;10.4;18.4;2.8;8.62;0;5.9;28235
+70087;43.61492;3.08759;286;20220530;25.3;8.5;16.9;1.5;10.14;1.2;5.07;29468
+70087;43.61492;3.08759;286;20220531;26.2;13.9;20.1;1.7;14.02;0;4.98;26218
+70087;43.61492;3.08759;286;20220601;27.6;12.1;19.8;2.3;14.54;0;5.5;28765
+70087;43.61492;3.08759;286;20220602;26.5;16.6;21.5;3.5;16.07;0;5.26;23430
+70087;43.61492;3.08759;286;20220603;27.5;17.2;22.4;3.4;16.57;0;5.48;24157
+70087;43.61492;3.08759;286;20220604;28.5;18.1;23.3;3.8;18.59;0;5.56;23998
+70087;43.61492;3.08759;286;20220605;26.1;17.6;21.9;3.7;16.82;0;5.04;22230
+70087;43.61492;3.08759;286;20220606;30.5;13.5;22;1.9;14.77;.7;6.09;30126
+70087;43.61492;3.08759;286;20220607;25.1;15.1;20.1;2.6;15.02;0;4.81;23647
+70087;43.61492;3.08759;286;20220608;21.8;13.1;17.4;3;14.19;.7;4.13;22246
+70087;43.61492;3.08759;286;20220609;21.2;14.1;17.6;5.8;12.02;0;4.94;20210
+70087;43.61492;3.08759;286;20220610;29.8;14.2;22;3.9;12.79;0;7.05;29231
+70087;43.61492;3.08759;286;20220611;33.9;13.1;23.5;1.4;12.87;0;6.37;31372
+70087;43.61492;3.08759;286;20220612;32.9;15.9;24.4;2;14.64;.5;6.45;29537
+70087;43.61492;3.08759;286;20220613;33.2;18.4;25.8;2.6;17.84;.1;6.65;28208
+70087;43.61492;3.08759;286;20220614;33.3;16.4;24.8;1.9;16.27;0;6.59;30280
+70087;43.61492;3.08759;286;20220615;34.2;18;26.1;1.9;14.67;0;6.81;30177
+70087;43.61492;3.08759;286;20220616;36.2;16.4;26.3;1.5;16.38;0;6.8;31360
+70087;43.61492;3.08759;286;20220617;38.7;18.4;28.5;1.5;15.85;0;7.23;31673
+70087;43.61492;3.08759;286;20220618;32.1;18.3;25.2;2.6;15.78;0;6.92;29280
+70087;43.61492;3.08759;286;20220619;29.9;20.9;25.4;6.2;18.75;0;7.33;23833
+70087;43.61492;3.08759;286;20220620;27;20.1;23.5;4.5;19.65;0;5.42;21550
+70087;43.61492;3.08759;286;20220621;28.6;20.1;24.3;3.4;21.68;1.1;5.37;22933
+70087;43.61492;3.08759;286;20220622;28.5;19.6;24;3.3;21.58;2.9;5.25;23005
+70087;43.61492;3.08759;286;20220623;27.6;19.6;23.6;2.4;21.37;12.2;4.5;20820
+70087;43.61492;3.08759;286;20220624;26.1;16.5;21.3;2.6;16.39;3.8;4.89;23565
+70087;43.61492;3.08759;286;20220625;26.8;13.7;20.3;2.2;16.34;3.6;5.19;27574
+70087;43.61492;3.08759;286;20220626;26.9;17.6;22.2;2.5;19.57;0;4.72;23004
+70087;43.61492;3.08759;286;20220627;23;16.3;19.7;4.1;15.92;.1;4.32;19396
+70087;43.61492;3.08759;286;20220628;27.6;15.7;21.6;4.2;13.79;0;6.3;26221
+70087;43.61492;3.08759;286;20220629;31.4;13.5;22.4;2.3;13.72;1.2;6.54;30599
+70087;43.61492;3.08759;286;20220630;21.8;16.3;19.1;3.4;15.94;.9;3.73;16943
+70087;43.61492;3.08759;286;20220701;26;14;20;3.7;11.69;0;6.06;26181
+70087;43.61492;3.08759;286;20220702;31.4;10.7;21;1.5;12.14;0;6.07;31441
+70087;43.61492;3.08759;286;20220703;32.8;14.3;23.6;1.9;15.32;.2;6.3;30020
+70087;43.61492;3.08759;286;20220704;30.1;18.1;24.1;3.5;18.47;.1;6.08;26109
+70087;43.61492;3.08759;286;20220705;31.4;19.1;25.2;3.4;17.14;0;6.65;26303
+70087;43.61492;3.08759;286;20220706;30.9;16.9;23.9;3;12.99;0;6.69;27399
+70087;43.61492;3.08759;286;20220707;29.8;15.9;22.9;4.6;12.77;0;7.35;27539
+70087;43.61492;3.08759;286;20220708;31.6;18.5;25;4.3;12.64;0;7.85;27134
+70087;43.61492;3.08759;286;20220709;33.7;14.1;23.9;2.4;11.99;0;6.96;30299
+70087;43.61492;3.08759;286;20220710;34.6;15.3;25;1.8;12.22;0;6.67;30563
+70087;43.61492;3.08759;286;20220711;33.5;16;24.7;1.4;14.22;0;6.23;29959
+70087;43.61492;3.08759;286;20220712;34.5;16.3;25.4;1.5;15.79;0;6.34;29935
+70087;43.61492;3.08759;286;20220713;33.8;15.9;24.9;1.4;15.14;0;6.23;30083
+70087;43.61492;3.08759;286;20220714;35.3;16.5;25.9;1.5;17.47;0;6.43;30535
+70087;43.61492;3.08759;286;20220715;37;17.2;27.1;2.1;15.49;0;7.14;29796
+70087;43.61492;3.08759;286;20220716;37.1;17.3;27.2;1.4;13.47;0;6.7;30559
+70087;43.61492;3.08759;286;20220717;36.1;17.2;26.6;1.4;13.99;0;6.49;30031
+70087;43.61492;3.08759;286;20220718;35.2;18.4;26.8;2.8;15.94;0;7.25;28802
+70087;43.61492;3.08759;286;20220719;33.4;21;27.2;3.7;16.54;.1;7.25;25175
+70087;43.61492;3.08759;286;20220720;31.6;19.4;25.5;2.7;16.77;0;6.19;25403
+70087;43.61492;3.08759;286;20220721;35.8;19.1;27.4;2.6;14.94;0;7.41;28941
+70087;43.61492;3.08759;286;20220722;35.1;17.9;26.5;2.1;16.07;.7;6.77;29089
+70087;43.61492;3.08759;286;20220723;32.2;20.6;26.4;4;15.72;0;7.06;24599
+70087;43.61492;3.08759;286;20220724;35.2;16.3;25.8;1.3;14.89;0;6.14;29712
+70087;43.61492;3.08759;286;20220725;30.6;19.1;24.9;3.7;17.24;.4;6.22;24152
+70087;43.61492;3.08759;286;20220726;29.6;19.9;24.8;4.6;13.64;0;6.89;22285
+70087;43.61492;3.08759;286;20220727;31.1;15.6;23.4;3.7;11.54;0;7.2;27400
+70087;43.61492;3.08759;286;20220728;30.8;14.7;22.8;1.9;13.19;0;5.75;27536
+70087;43.61492;3.08759;286;20220729;28.6;18.5;23.6;2.7;17.07;2.7;5.11;22384
+70087;43.61492;3.08759;286;20220730;32.4;19;25.7;3.8;15.77;0;6.97;25476
+70087;43.61492;3.08759;286;20220731;34.8;18.8;26.8;2.7;14.34;0;7.02;27423
+70087;43.61492;3.08759;286;20220801;36.1;19.3;27.7;2.7;14.07;0;7.21;27196
+70087;43.61492;3.08759;286;20220802;37.3;17.7;27.5;2;13.37;0;6.89;28475
+70087;43.61492;3.08759;286;20220803;34.7;18.8;26.7;2.2;15.12;0;6.45;26723
+70087;43.61492;3.08759;286;20220804;34.1;17.4;25.7;1.6;18.74;0;5.91;27591
+70087;43.61492;3.08759;286;20220805;33.9;19.9;26.9;2.6;19.79;.1;6.13;24838
+70087;43.61492;3.08759;286;20220806;35.5;20.6;28;2.4;17.57;0;6.48;25799
+70087;43.61492;3.08759;286;20220807;34.4;19.1;26.8;1.9;14.79;0;6.14;26258
+70087;43.61492;3.08759;286;20220808;35.3;15.7;25.5;1.7;11.67;0;6.13;27737
+70087;43.61492;3.08759;286;20220809;35.6;15.7;25.7;1.6;11.44;0;6;27663
+70087;43.61492;3.08759;286;20220810;34.6;16.7;25.6;1.9;14.39;0;6.1;27084
+70087;43.61492;3.08759;286;20220811;32.9;18.2;25.5;2.2;20.74;0;5.53;24925
+70087;43.61492;3.08759;286;20220812;36.1;20.1;28.1;1.9;21.94;0;5.99;25906
+70087;43.61492;3.08759;286;20220813;34.4;20.1;27.2;2.2;23.78;1.4;5.36;23400
+70087;43.61492;3.08759;286;20220814;28.1;22.4;25.3;2.6;22.82;3.7;3.8;14959
+70087;43.61492;3.08759;286;20220815;30;17.6;23.8;2.3;16.75;0;5.33;24394
+70087;43.61492;3.08759;286;20220816;30.9;15.5;23.2;2.4;16.82;32.6;5.51;25381
+70087;43.61492;3.08759;286;20220817;24.4;17.1;20.8;2;18.99;16.2;3.33;17203
+70087;43.61492;3.08759;286;20220818;25.5;16.5;21;4;16.32;.5;4.41;19127
+70087;43.61492;3.08759;286;20220819;26.1;18.3;22.2;4.9;15.94;.1;4.97;17670
+70087;43.61492;3.08759;286;20220820;31.1;17.3;24.2;3.3;15.67;0;5.89;23107
+70087;43.61492;3.08759;286;20220821;29.9;17.2;23.6;3.1;15.19;0;5.47;22112
+70087;43.61492;3.08759;286;20220822;27.4;19.5;23.4;4.5;16.89;.2;5.07;17460
+70087;43.61492;3.08759;286;20220823;32.3;20.1;26.2;3;17.22;0;5.69;21230
+70087;43.61492;3.08759;286;20220824;33.6;16;24.8;1.2;15.89;0;4.94;24762
+70087;43.61492;3.08759;286;20220825;32;17.9;25;2.2;17.47;.2;5.14;22668
+70087;43.61492;3.08759;286;20220826;31.6;20;25.8;3.4;17.27;.1;5.58;20344
+70087;43.61492;3.08759;286;20220827;31.7;17;24.3;2.2;15.12;0;5.16;22648
+70087;43.61492;3.08759;286;20220828;32.4;15;23.7;1.3;14.44;0;4.72;24264
+70087;43.61492;3.08759;286;20220829;30.7;15.3;23;2.4;16.89;2.1;4.94;22962
+70087;43.61492;3.08759;286;20220830;31.5;17;24.3;1.7;19.19;.3;4.57;21910
+70087;43.61492;3.08759;286;20220831;29.4;16.1;22.7;1.9;17.62;0;4.25;20833
+70087;43.61492;3.08759;286;20220901;30.9;18;24.4;2.6;17.32;.2;4.85;20817
+70087;43.61492;3.08759;286;20220902;28.6;17;22.8;1.9;17.82;13.4;3.98;19051
+70087;43.61492;3.08759;286;20220903;27.3;17.3;22.3;1.6;19.37;.4;3.49;17757
+70087;43.61492;3.08759;286;20220904;28.4;17.6;23;2.8;21.14;.7;3.82;18135
+70087;43.61492;3.08759;286;20220905;27.9;21.8;24.9;4.2;23.32;.7;3.72;13562
+70087;43.61492;3.08759;286;20220906;28.6;22.1;25.4;3.5;23.02;2.8;3.74;13614
+70087;43.61492;3.08759;286;20220907;27.4;18.1;22.8;1.8;20.24;1.8;3.34;16402
+70087;43.61492;3.08759;286;20220908;27;14.2;20.6;1.4;14.64;.1;3.6;19470
+70087;43.61492;3.08759;286;20220909;23.2;14.6;18.9;2;14.67;.1;3.07;15861
+70087;43.61492;3.08759;286;20220910;27.1;13.4;20.3;2.3;13.72;.1;4.19;20891
+70087;43.61492;3.08759;286;20220911;30;11.8;20.9;1.3;13.62;0;3.93;21917
+70087;43.61492;3.08759;286;20220912;26.5;14;20.3;2.6;17.59;.4;3.54;18367
+70087;43.61492;3.08759;286;20220913;26.6;22.5;24.6;4.2;24.69;10.1;2.86;10169
+70087;43.61492;3.08759;286;20220914;25.7;18.7;22.2;2.5;22.12;.4;2.68;13078
+70087;43.61492;3.08759;286;20220915;29.1;15.9;22.5;2.2;17.14;.1;3.9;18576
+70087;43.61492;3.08759;286;20220916;25.4;17.3;21.4;4.2;14.64;0;4.16;14415
+70087;43.61492;3.08759;286;20220917;21.8;12.4;17.1;3.8;8.62;0;4.21;15178
+70087;43.61492;3.08759;286;20220918;26.2;6.1;16.1;1.5;7.39;0;3.57;20833
+70087;43.61492;3.08759;286;20220919;27.7;6.3;17;1.6;8.19;0;3.74;20442
+70087;43.61492;3.08759;286;20220920;26.8;6.5;16.6;1.4;8.49;0;3.38;19956
+70087;43.61492;3.08759;286;20220921;25.2;6.5;15.8;1.5;9.29;0;3.2;19458
+70087;43.61492;3.08759;286;20220922;24.8;10.6;17.7;1.1;12.27;.1;2.81;17661
+70087;43.61492;3.08759;286;20220923;21.9;10.4;16.1;2.4;14.62;27.3;2.54;15858
+70087;43.61492;3.08759;286;20220924;21.3;13.9;17.6;2.6;15.14;.2;2.42;12769
+70087;43.61492;3.08759;286;20220925;20.1;12.5;16.3;3.1;11.99;0;2.75;12688
+70087;43.61492;3.08759;286;20220926;18.7;9.4;14.1;4.3;11.02;.8;2.8;13742
+70087;43.61492;3.08759;286;20220927;17.5;13.4;15.4;6.5;11.69;.9;2.95;8847
+70087;43.61492;3.08759;286;20220928;18.9;13.6;16.3;5.3;14.12;4.2;2.3;9969
+70087;43.61492;3.08759;286;20220929;17.5;12.6;15.1;3.8;12.42;2.7;2.33;10664
+70087;43.61492;3.08759;286;20220930;17.3;10.2;13.8;3.4;10.45;0;2.47;11875
+70087;43.61492;3.08759;286;20221001;21.2;7.7;14.5;3.5;12.04;0;2.75;15946
+70087;43.61492;3.08759;286;20221002;25;13.9;19.4;3;14.84;0;3.03;14087
+70087;43.61492;3.08759;286;20221003;24.3;12.7;18.5;2.4;13.22;0;2.97;15550
+70087;43.61492;3.08759;286;20221004;25;8.6;16.8;.8;12.47;.1;2.29;16624
+70087;43.61492;3.08759;286;20221005;21;9.4;15.2;2.1;14.67;.2;2;13841
+70087;43.61492;3.08759;286;20221006;23.5;13.8;18.6;1.5;15.95;0;2.16;13553
+70087;43.61492;3.08759;286;20221007;21.6;12.6;17.1;1.7;15.02;1.2;1.97;12057
+70087;43.61492;3.08759;286;20221008;21.1;14.3;17.7;1.5;15.79;2.6;1.75;10249
+70087;43.61492;3.08759;286;20221009;21.2;11.8;16.5;1.7;15.07;.2;1.87;12051
+70087;43.61492;3.08759;286;20221010;22.5;15.5;19;2;16.37;.2;2.03;10105
+70087;43.61492;3.08759;286;20221011;22.7;11.5;17.1;.8;14.68;0;1.84;13849
+70087;43.61492;3.08759;286;20221012;23.3;12.1;17.7;1.1;14.45;3.1;1.98;13536
+70087;43.61492;3.08759;286;20221013;21.1;11.3;16.2;1.4;14.18;.8;1.85;13138
+70087;43.61492;3.08759;286;20221014;21.2;15.2;18.2;3.2;15.84;.2;1.95;8866
+70087;43.61492;3.08759;286;20221015;24.5;11.1;17.8;1.9;15.24;.1;2.18;13484
+70087;43.61492;3.08759;286;20221016;21.9;16.7;19.3;4.9;18.79;2.3;1.91;7833
+70087;43.61492;3.08759;286;20221017;20.4;18.4;19.4;4.8;19.34;6.8;1.53;4762
+70087;43.61492;3.08759;286;20221018;20.5;18.2;19.4;3.1;19.37;1.2;1.37;4692
+70087;43.61492;3.08759;286;20221019;20.6;16.7;18.6;3.1;19.27;6;1.28;5535
+70087;43.61492;3.08759;286;20221020;20;18.6;19.3;4.3;20.37;9.5;1.15;3417
+70087;43.61492;3.08759;286;20221021;22.7;18.5;20.6;2.9;18.97;.1;1.84;6614
+70087;43.61492;3.08759;286;20221022;23.1;13.7;18.4;2.4;16.52;0;1.88;10133
+70087;43.61492;3.08759;286;20221023;21.1;17.2;19.1;4.2;19.17;.3;1.54;6156
+70087;43.61492;3.08759;286;20221024;24.2;16.3;20.2;2;17.34;.1;1.86;8701
+70087;43.61492;3.08759;286;20221025;21.7;12.2;16.9;1.9;15.35;0;1.58;10426
+70087;43.61492;3.08759;286;20221026;22.5;15.2;18.9;2.8;17.84;0;1.67;8106
+70087;43.61492;3.08759;286;20221027;22;16.6;19.3;3.1;18.49;.3;1.58;6552
+70087;43.61492;3.08759;286;20221028;21.9;16.6;19.2;3.2;16.92;.1;1.84;6956
+70087;43.61492;3.08759;286;20221029;21.8;13.9;17.8;3;14.54;0;2.06;8657
+70087;43.61492;3.08759;286;20221030;21.6;15.5;18.6;4;16.42;.9;1.96;7422
+70087;43.61492;3.08759;286;20221031;21.3;17.3;19.3;4.4;17.59;1.7;1.88;5585
+70087;43.61492;3.08759;286;20221101;21.4;15.1;18.2;2.4;14.99;.1;1.64;7171
+70087;43.61492;3.08759;286;20221102;21;10.3;15.7;1.2;11.22;.1;1.38;9216
+70087;43.61492;3.08759;286;20221103;17.1;7.5;12.3;3.5;12.07;3;1.3;8580
+70087;43.61492;3.08759;286;20221104;12.8;10.6;11.7;6.2;9.65;2.5;1.99;3797
+70087;43.61492;3.08759;286;20221105;14.3;7.3;10.8;4.1;7.57;0;2.05;7103
+70087;43.61492;3.08759;286;20221106;18.2;1.7;10;1.2;7.42;0;1.18;11097
+70087;43.61492;3.08759;286;20221107;19.7;3.8;11.7;2.2;9.82;.3;1.49;10719
+70087;43.61492;3.08759;286;20221108;17.6;12.4;15;5.2;15.04;1.6;1.17;5990
+70087;43.61492;3.08759;286;20221109;19.6;14.8;17.2;2.8;15.22;.4;1.42;5426
+70087;43.61492;3.08759;286;20221110;17.7;11;14.3;2.8;11.09;.4;1.55;6543
+70087;43.61492;3.08759;286;20221111;18.4;8.2;13.3;3.3;13.09;.2;1.16;7883
+70087;43.61492;3.08759;286;20221112;20.6;12.2;16.4;1.9;12.72;.1;1.4;7406
+70087;43.61492;3.08759;286;20221113;18.7;6.2;12.4;1.8;10.84;4.9;1.16;8709
+70087;43.61492;3.08759;286;20221114;15.3;13.6;14.4;3.9;13.69;6.4;1.14;2497
+70087;43.61492;3.08759;286;20221115;16.1;12.8;14.5;3.9;14.07;2;1.07;3930
+70087;43.61492;3.08759;286;20221116;18.5;9.7;14.1;2.5;11.15;.1;1.48;7390
+70087;43.61492;3.08759;286;20221117;18.5;9;13.7;2.5;11.78;6.3;1.25;7626
+70087;43.61492;3.08759;286;20221118;13.7;9.5;11.6;4.2;9.65;1.1;1.5;4700
+70087;43.61492;3.08759;286;20221119;11.5;6.6;9;4.6;8.32;.5;1.38;4800
+70087;43.61492;3.08759;286;20221120;12.3;5.6;8.9;3.9;7.92;.3;1.32;5856
+70087;43.61492;3.08759;286;20221121;9.6;5.2;7.4;2.5;8.92;10.6;.63;4289
+70087;43.61492;3.08759;286;20221122;9;6.3;7.7;6.5;8.24;5.7;1.23;3366
+70087;43.61492;3.08759;286;20221123;14.4;6.7;10.6;2.4;9.89;3.6;.91;6149
+70087;43.61492;3.08759;286;20221124;14.5;6.4;10.5;1.6;9.67;0;.73;6282
+70087;43.61492;3.08759;286;20221125;12.2;5.3;8.7;2.3;9.49;2.1;.71;5741
+70087;43.61492;3.08759;286;20221126;13.4;6.6;10;2.9;7.79;0;1.33;5452
+70087;43.61492;3.08759;286;20221127;12.3;.4;6.4;2.3;7.89;3.2;.7;7358
+70087;43.61492;3.08759;286;20221128;10.9;9.3;10.1;3.1;10.57;6.5;.77;2261
+70087;43.61492;3.08759;286;20221129;10.3;5.8;8.1;3.3;7.92;.1;1.06;4295
+70087;43.61492;3.08759;286;20221130;9.8;1.3;5.5;2.2;6.99;.1;.69;6095
+70087;43.61492;3.08759;286;20221201;7.4;.9;4.2;1.8;7.14;0;.37;5116
+70087;43.61492;3.08759;286;20221202;7.6;.8;4.2;1.2;6.94;1.1;.38;5193
+70087;43.61492;3.08759;286;20221203;7.6;3;5.3;1.4;8.09;7.8;.41;4064
+70087;43.61492;3.08759;286;20221204;9;4.9;6.9;1.9;8.14;0;.64;3890
+70087;43.61492;3.08759;286;20221205;8.8;-1.7;3.6;1;5.84;.1;.45;6487
+70087;43.61492;3.08759;286;20221206;12.3;-1;5.6;.9;6.12;.2;.45;7331
+70087;43.61492;3.08759;286;20221207;12.6;.5;6.6;1.2;6.24;.1;.61;6805
+70087;43.61492;3.08759;286;20221208;7;-.7;3.2;1.9;7.39;2.4;.28;5134
+70087;43.61492;3.08759;286;20221209;13.1;6.8;10;1.7;10.77;0;.49;4811
+70087;43.61492;3.08759;286;20221210;5.3;5.8;5.5;4.8;7.22;.1;.85;586
+70087;43.61492;3.08759;286;20221211;6.6;-4.6;1;2.2;3.97;0;.79;6513
+70087;43.61492;3.08759;286;20221212;5.1;-4.9;.1;1.9;4.67;3.9;.51;6116
+70087;43.61492;3.08759;286;20221213;9.6;1.9;5.7;2.6;8.97;1.6;.32;4947
+70087;43.61492;3.08759;286;20221214;11.6;7.2;9.4;2.3;11.09;5;.45;3665
+70087;43.61492;3.08759;286;20221215;11.7;7.9;9.8;3.2;11.59;13.6;.47;3193
+70087;43.61492;3.08759;286;20221216;12.1;7.3;9.7;2;10.34;.1;.54;3989
+70087;43.61492;3.08759;286;20221217;10.1;2.1;6.1;1.9;6.67;0;.61;5260
+70087;43.61492;3.08759;286;20221218;9.9;-1.2;4.4;3.1;7.87;1.3;.42;6144
+70087;43.61492;3.08759;286;20221219;14.2;10.2;12.2;6.7;12.29;4.5;1.01;3513
+70087;43.61492;3.08759;286;20221220;13.9;12.7;13.3;6;12.84;1.5;1.19;1610
+70087;43.61492;3.08759;286;20221221;16;11.1;13.6;2.1;11.52;.4;.94;3964
+70087;43.61492;3.08759;286;20221222;16.5;6.5;11.5;2.6;11.52;1.4;.67;5954
+70087;43.61492;3.08759;286;20221223;18.8;12.5;15.6;2.3;13.22;.1;1.05;4661
+70087;43.61492;3.08759;286;20221224;16.9;7.4;12.1;.8;10.69;.1;.51;5851
+70087;43.61492;3.08759;286;20221225;13.5;4.8;9.2;2.7;10.89;.1;.46;5451
+70087;43.61492;3.08759;286;20221226;16.9;10.6;13.8;2.3;12.09;0;.99;4329
+70087;43.61492;3.08759;286;20221227;14.4;6.8;10.6;1.6;10.22;.2;.62;5225
+70087;43.61492;3.08759;286;20221228;11.8;3.3;7.5;1.6;9.12;0;.44;5395
+70087;43.61492;3.08759;286;20221229;14.2;7;10.6;1.6;10.79;.1;.6;4726
+70087;43.61492;3.08759;286;20221230;15;7.2;11.1;1.3;10.74;0;.56;5143
+70087;43.61492;3.08759;286;20221231;13.3;7.5;10.4;3.5;12.12;.2;.45;4314
+70088;43.63522;3.39563;98;20220101;10;1.6;5.8;1;9.95;.2;.25;5328
+70088;43.63522;3.39563;98;20220102;10.8;7.7;9.3;1.4;10.35;.1;.48;3779
+70088;43.63522;3.39563;98;20220103;17.8;6.3;12.1;1.5;10.05;0;.74;6788
+70088;43.63522;3.39563;98;20220104;13.1;5.5;9.3;2.7;10.5;.9;.66;5528
+70088;43.63522;3.39563;98;20220105;8.1;8.3;8.2;7.8;5.3;.2;2.86;0
+70088;43.63522;3.39563;98;20220106;10.2;4.9;7.6;7.1;4.2;0;2.92;4866
+70088;43.63522;3.39563;98;20220107;7.9;3.1;5.5;8.9;5.7;1.2;1.9;4623
+70088;43.63522;3.39563;98;20220108;13.3;7.3;10.3;6.1;9.4;1.8;1.47;5322
+70088;43.63522;3.39563;98;20220109;11;8.8;9.9;8.1;8.3;4.1;2;2883
+70088;43.63522;3.39563;98;20220110;11;6.4;8.7;3.5;7.3;0;1.34;4627
+70088;43.63522;3.39563;98;20220111;11.7;-.7;5.5;2.3;4.6;0;1.18;8268
+70088;43.63522;3.39563;98;20220112;10.4;-5.1;2.7;1.1;4.7;0;.52;9440
+70088;43.63522;3.39563;98;20220113;11;-5;3;.6;4.6;0;.34;9619
+70088;43.63522;3.39563;98;20220114;12.5;-5.3;3.6;.7;4.8;0;.43;9704
+70088;43.63522;3.39563;98;20220115;12.5;-3.7;4.4;.5;5;.1;.33;9793
+70088;43.63522;3.39563;98;20220116;14.3;-3.2;5.6;1.5;4.6;0;.96;9886
+70088;43.63522;3.39563;98;20220117;15.2;-1.5;6.9;1.5;5.4;0;.96;9982
+70088;43.63522;3.39563;98;20220118;12.5;-3.2;4.7;.8;5.4;0;.51;10081
+70088;43.63522;3.39563;98;20220119;11.7;1;6.4;3.4;6.3;0;1.28;8270
+70088;43.63522;3.39563;98;20220120;12.2;4.6;8.4;6.3;5.5;0;2.53;6904
+70088;43.63522;3.39563;98;20220121;11;4.1;7.6;5.4;3.9;0;2.7;6614
+70088;43.63522;3.39563;98;20220122;12.4;-1.6;5.4;1.8;4.5;0;1.11;9932
+70088;43.63522;3.39563;98;20220123;13;-3.8;4.6;1;5.2;0;.69;10626
+70088;43.63522;3.39563;98;20220124;12.6;-1.9;5.4;.7;6.3;0;.54;10370
+70088;43.63522;3.39563;98;20220125;13.6;-2.5;5.6;.8;6.5;0;.61;10866
+70088;43.63522;3.39563;98;20220126;16.8;-2.3;7.3;1.1;5.9;0;.93;10990
+70088;43.63522;3.39563;98;20220127;15.5;-2.9;6.3;1.3;5.5;0;1.01;11118
+70088;43.63522;3.39563;98;20220128;16.8;4.2;10.5;5.6;5.1;0;3.26;10098
+70088;43.63522;3.39563;98;20220129;18.7;1.4;10.1;3.8;4.6;0;2.84;11382
+70088;43.63522;3.39563;98;20220130;19.6;3.9;11.8;6.1;7.1;0;3.31;11518
+70088;43.63522;3.39563;98;20220131;10.4;6.3;8.4;8.8;6.7;.1;2.38;5589
+70088;43.63522;3.39563;98;20220201;10.6;5.8;8.2;7.3;5.8;0;2.56;6209
+70088;43.63522;3.39563;98;20220202;15.2;8.7;12;5.8;8;0;2.57;7480
+70088;43.63522;3.39563;98;20220203;15.8;-.3;7.8;2.7;6.8;0;1.58;12091
+70088;43.63522;3.39563;98;20220204;15.2;7.1;11.2;6.1;8.4;0;2.34;8692
+70088;43.63522;3.39563;98;20220205;15.8;8.3;12.1;5;7.4;0;2.66;8444
+70088;43.63522;3.39563;98;20220206;12;6.8;9.4;6.3;6.8;.9;2.38;6973
+70088;43.63522;3.39563;98;20220207;16.3;9.1;12.7;6.9;7.6;.3;3.26;8486
+70088;43.63522;3.39563;98;20220208;15.6;.1;7.9;1.7;4.7;0;1.57;12866
+70088;43.63522;3.39563;98;20220209;11.7;-1.1;5.3;2;7;0;1.04;11944
+70088;43.63522;3.39563;98;20220210;10.5;9.3;9.9;2.2;9.48;0;1.53;9222
+70088;43.63522;3.39563;98;20220211;14.9;5.9;10.4;3.4;9.24;0;1.47;8007
+70088;43.63522;3.39563;98;20220212;12;-1.4;5.3;2.5;7.78;5.5;1.06;9933
+70088;43.63522;3.39563;98;20220213;15.4;5.9;10.6;4.3;10.1;13.5;1.47;10034
+70088;43.63522;3.39563;98;20220214;12.5;10;11.3;5.5;9.78;2.4;1.83;4774
+70088;43.63522;3.39563;98;20220215;13.4;5.8;9.6;7;7.98;0;2.4;10562
+70088;43.63522;3.39563;98;20220216;14.5;8.8;11.7;6.1;10.2;.6;1.9;8450
+70088;43.63522;3.39563;98;20220217;18;13.5;15.8;6.2;11.8;0;2.7;7509
+70088;43.63522;3.39563;98;20220218;19.6;6.5;13.1;3;10.7;0;2.06;13651
+70088;43.63522;3.39563;98;20220219;13.4;9.7;11.6;6.4;6.5;0;3.21;6915
+70088;43.63522;3.39563;98;20220220;14.9;5.1;10;6.4;7.8;.3;2.56;11998
+70088;43.63522;3.39563;98;20220221;14.3;11.7;13;9.7;8;.7;3.68;5811
+70088;43.63522;3.39563;98;20220222;14.9;9.3;12.1;7.9;7.4;0;3.45;9086
+70088;43.63522;3.39563;98;20220223;18.3;9.2;13.8;3.4;8.4;0;2.66;11996
+70088;43.63522;3.39563;98;20220224;16;8.9;12.5;3.4;10.1;0;1.94;10628
+70088;43.63522;3.39563;98;20220225;14;7.2;10.6;6.2;5.6;0;3.41;10519
+70088;43.63522;3.39563;98;20220226;13.4;4.4;8.9;3.8;5.1;0;2.63;12402
+70088;43.63522;3.39563;98;20220227;12.7;-.7;6;2.4;6.9;0;1.61;15534
+70088;43.63522;3.39563;98;20220228;15.9;2.9;9.4;1.9;8.5;0;1.78;15481
+70088;43.63522;3.39563;98;20220301;11.7;3.5;7.6;2.4;7.7;0;1.51;12259
+70088;43.63522;3.39563;98;20220302;10.5;5.6;8.1;2.2;8.6;.6;1.24;9386
+70088;43.63522;3.39563;98;20220303;16.8;2.5;9.7;1.4;8.8;0;1.81;16901
+70088;43.63522;3.39563;98;20220304;17;4.9;11;5.6;9.3;0;2.59;15664
+70088;43.63522;3.39563;98;20220305;15.8;7.8;11.8;5;8.2;0;2.81;12719
+70088;43.63522;3.39563;98;20220306;14.6;1.2;7.9;2.2;5.8;0;2.2;16938
+70088;43.63522;3.39563;98;20220307;12.7;-2.7;5;1.3;5.3;0;1.74;17874
+70088;43.63522;3.39563;98;20220308;9.3;1;5.2;3.1;7.3;4.6;1.36;13454
+70088;43.63522;3.39563;98;20220309;12.1;7.6;9.9;2.5;9.6;2.5;1.46;9780
+70088;43.63522;3.39563;98;20220310;12;9.2;10.6;3.8;11.1;9;1.24;7612
+70088;43.63522;3.39563;98;20220311;11.8;10.9;11.4;5.4;10.9;53.5;1.41;3965
+70088;43.63522;3.39563;98;20220312;9.7;7.6;8.7;5.8;10.5;72.2;.87;6630
+70088;43.63522;3.39563;98;20220313;9.7;7.6;8.7;5.3;9.8;32.6;1.13;6712
+70088;43.63522;3.39563;98;20220314;11.5;6.2;8.9;4.4;10.6;2.4;1.18;11342
+70088;43.63522;3.39563;98;20220315;13.1;11.6;12.4;4.2;11.6;.1;1.49;5667
+70088;43.63522;3.39563;98;20220316;14.3;10.8;12.6;1.4;11.9;0;1.45;9254
+70088;43.63522;3.39563;98;20220317;15.8;7.2;11.5;1.1;11.5;.8;1.82;15200
+70088;43.63522;3.39563;98;20220318;14.8;10.2;12.5;2.7;12.38;.8;1.75;11812
+70088;43.63522;3.39563;98;20220319;13.8;8.6;11.2;2.2;10.1;0;1.74;9324
+70088;43.63522;3.39563;98;20220320;12.3;6.3;9.3;5.7;10.98;.5;1.21;8813
+70088;43.63522;3.39563;98;20220321;13.1;10.8;12;5.5;9.88;1.1;2.17;5099
+70088;43.63522;3.39563;98;20220322;14.8;5.8;10.3;4.2;8.48;0;2.79;18397
+70088;43.63522;3.39563;98;20220323;14.7;3.3;9;3.2;8.28;0;2.59;20275
+70088;43.63522;3.39563;98;20220324;15.8;1.6;8.7;2.2;7.58;0;2.66;21362
+70088;43.63522;3.39563;98;20220325;16.7;3.7;10.2;2.5;7.48;0;2.89;19644
+70088;43.63522;3.39563;98;20220326;17.4;7.5;12.4;3.7;8.84;0;3.17;17932
+70088;43.63522;3.39563;98;20220327;19;6.9;13;1.7;7.88;0;3.15;21651
+70088;43.63522;3.39563;98;20220328;19.4;4.7;12.1;2.8;8.28;0;3.47;22161
+70088;43.63522;3.39563;98;20220329;16.1;7.7;11.9;3.8;12.08;4;2.1;14810
+70088;43.63522;3.39563;98;20220330;16.4;9.3;12.9;3.6;11.58;.4;2.52;16054
+70088;43.63522;3.39563;98;20220331;16.6;8.1;12.4;6.6;9.08;.1;3.6;17698
+70088;43.63522;3.39563;98;20220401;9.1;4.4;6.8;11;5.48;.3;3.31;15482
+70088;43.63522;3.39563;98;20220402;9.2;1.7;5.5;6;5.28;0;2.31;11490
+70088;43.63522;3.39563;98;20220403;10.3;3.4;6.8;4;4.95;0;2.66;17425
+70088;43.63522;3.39563;98;20220404;13.7;2.6;8.1;5.1;4.79;0;3.89;23500
+70088;43.63522;3.39563;98;20220405;17.4;4.1;10.7;5.5;5.73;0;4.53;22995
+70088;43.63522;3.39563;98;20220406;17.8;5.8;11.8;4.1;9.28;0;3.18;17337
+70088;43.63522;3.39563;98;20220407;21.8;10.2;16;6.3;10.68;.2;4.79;20744
+70088;43.63522;3.39563;98;20220408;20.1;12.4;16.3;6.4;11.68;0;4.35;19977
+70088;43.63522;3.39563;98;20220409;16.6;6.7;11.7;6.4;6.78;0;4.34;18939
+70088;43.63522;3.39563;98;20220410;15.7;2.6;9.2;4;7.48;.2;3.45;24658
+70088;43.63522;3.39563;98;20220411;15.8;8;11.9;6.7;12.08;.8;2.2;14124
+70088;43.63522;3.39563;98;20220412;15.5;9.4;12.5;5.4;12.08;0;2.29;13800
+70088;43.63522;3.39563;98;20220413;17.3;10.9;14.1;3.2;10.98;0;3.2;18381
+70088;43.63522;3.39563;98;20220414;24.3;7.5;15.9;3;10.48;0;4.65;25384
+70088;43.63522;3.39563;98;20220415;23.9;11.6;17.8;4.9;12.77;0;4.47;20050
+70088;43.63522;3.39563;98;20220416;23.4;13.4;18.4;7.7;12.54;0;5.02;19996
+70088;43.63522;3.39563;98;20220417;23;10.4;16.7;3.8;10.9;0;4.61;24266
+70088;43.63522;3.39563;98;20220418;23.1;8;15.6;4;10.48;0;4.87;26084
+70088;43.63522;3.39563;98;20220419;23.7;9.4;16.6;5;11.48;1;5.19;26255
+70088;43.63522;3.39563;98;20220420;15.2;9.5;12.4;4.1;12.78;16.8;1.86;11319
+70088;43.63522;3.39563;98;20220421;14.4;10;12.2;4.9;12.78;1;1.69;9880
+70088;43.63522;3.39563;98;20220422;19.5;9.7;14.6;4.7;12.88;.4;3.84;25513
+70088;43.63522;3.39563;98;20220423;16;12.8;14.4;4.3;12.38;15.2;2.51;10781
+70088;43.63522;3.39563;98;20220424;19.3;8.9;14.1;4.7;11.78;2.3;3.68;21492
+70088;43.63522;3.39563;98;20220425;21.6;7.5;14.6;3.4;11.48;0;4.37;27240
+70088;43.63522;3.39563;98;20220426;19;7.2;13.1;1.9;11.38;0;3.78;27397
+70088;43.63522;3.39563;98;20220427;20.2;8.2;14.2;3.3;12.98;0;3.93;27518
+70088;43.63522;3.39563;98;20220428;23.1;11.5;17.3;2.6;13.78;.2;4.54;27204
+70088;43.63522;3.39563;98;20220429;25.6;13.5;19.6;3.2;15.18;.1;5.17;27857
+70088;43.63522;3.39563;98;20220430;25;13.6;19.3;3.4;13.28;0;5.06;24354
+70088;43.63522;3.39563;98;20220501;23.8;9.2;16.5;2.4;10.48;0;4.92;28152
+70088;43.63522;3.39563;98;20220502;21.9;11.8;16.9;2.8;12.68;.2;4.16;22784
+70088;43.63522;3.39563;98;20220503;21.5;12.9;17.2;3;13.38;.9;4.35;24807
+70088;43.63522;3.39563;98;20220504;22.4;9.4;15.9;3;13.88;2.5;3.96;23597
+70088;43.63522;3.39563;98;20220505;20.3;12.1;16.2;4.1;12.18;.7;4.17;21616
+70088;43.63522;3.39563;98;20220506;21.5;13.6;17.6;5.7;9.9;0;5.4;21537
+70088;43.63522;3.39563;98;20220507;26;15.9;21;5.9;10.1;0;7.01;24592
+70088;43.63522;3.39563;98;20220508;23.8;11.8;17.8;1.3;12.4;1;4.45;27016
+70088;43.63522;3.39563;98;20220509;25.5;10.4;18;1.2;13.7;0;4.73;29337
+70088;43.63522;3.39563;98;20220510;26.2;10.6;18.4;1.1;13.3;.1;4.82;29464
+70088;43.63522;3.39563;98;20220511;23.2;11.7;17.5;3.6;14.5;0;4.57;26785
+70088;43.63522;3.39563;98;20220512;24.7;15.3;20;4;14.1;0;5.18;24230
+70088;43.63522;3.39563;98;20220513;27.8;11.2;19.5;1.7;13.3;0;5.32;29831
+70088;43.63522;3.39563;98;20220514;29.1;12.7;20.9;2;15.6;0;5.59;29947
+70088;43.63522;3.39563;98;20220515;25.5;16.6;21.1;3.7;15.7;0;5.11;23841
+70088;43.63522;3.39563;98;20220516;27.2;16.3;21.8;3.2;14.9;.1;5.68;26584
+70088;43.63522;3.39563;98;20220517;28.9;13;21;1.6;15.9;0;5.49;30281
+70088;43.63522;3.39563;98;20220518;33.1;14.4;23.8;1.9;16.2;.1;6.28;30387
+70088;43.63522;3.39563;98;20220519;27.7;17.8;22.8;2.9;17.2;0;5.43;25568
+70088;43.63522;3.39563;98;20220520;28;14.4;21.2;3.2;16.5;0;5.87;30230
+70088;43.63522;3.39563;98;20220521;31.7;14.6;23.2;1.2;17;0;5.78;30688
+70088;43.63522;3.39563;98;20220522;29.4;15.8;22.6;2;18.7;0;5.77;30425
+70088;43.63522;3.39563;98;20220523;25.6;19.1;22.4;3.7;17.1;0;4.9;20811
+70088;43.63522;3.39563;98;20220524;21.7;16;18.9;4.9;11.7;1.1;5.01;19487
+70088;43.63522;3.39563;98;20220525;25.3;15.8;20.6;7.9;10.5;0;7.53;25502
+70088;43.63522;3.39563;98;20220526;27.6;16.9;22.3;7.9;11.1;0;8.37;27197
+70088;43.63522;3.39563;98;20220527;30.5;17.8;24.2;6.2;13.3;0;8.43;29791
+70088;43.63522;3.39563;98;20220528;30.5;17.6;24.1;5;10.7;0;8.39;30109
+70088;43.63522;3.39563;98;20220529;29.3;10;19.7;2;8.1;0;6.21;31361
+70088;43.63522;3.39563;98;20220530;26.2;9.9;18.1;1.8;9.7;.9;5.59;31432
+70088;43.63522;3.39563;98;20220531;27.9;14.6;21.3;2.1;13.4;0;5.95;30800
+70088;43.63522;3.39563;98;20220601;29;13.1;21.1;1.7;14.6;0;5.86;31564
+70088;43.63522;3.39563;98;20220602;28.9;18.3;23.6;2.9;16.6;0;6.05;27510
+70088;43.63522;3.39563;98;20220603;29.6;16.9;23.3;2.6;17;0;6.24;30257
+70088;43.63522;3.39563;98;20220604;29.3;19.9;24.6;3.5;19.4;0;5.97;25947
+70088;43.63522;3.39563;98;20220605;29.4;17.6;23.5;3.8;16.8;0;6.58;29233
+70088;43.63522;3.39563;98;20220606;31.2;16.9;24.1;3;15.1;.5;7.07;31840
+70088;43.63522;3.39563;98;20220607;27.6;18.3;23;2.8;14.8;0;5.82;25927
+70088;43.63522;3.39563;98;20220608;24.6;14.8;19.7;3;13.7;.6;5.28;26676
+70088;43.63522;3.39563;98;20220609;24.7;15.7;20.2;7;11.8;0;6.76;25558
+70088;43.63522;3.39563;98;20220610;33.1;17.3;25.2;3.8;12;0;8.3;32003
+70088;43.63522;3.39563;98;20220611;35.8;13.3;24.6;1.5;11.9;0;6.75;32035
+70088;43.63522;3.39563;98;20220612;35.6;17.8;26.7;1.9;13.8;.2;7.22;32065
+70088;43.63522;3.39563;98;20220613;35.6;19.6;27.6;2.7;16.8;0;7.8;32091
+70088;43.63522;3.39563;98;20220614;33.8;17.7;25.8;1.7;15.5;0;6.8;32114
+70088;43.63522;3.39563;98;20220615;33.9;19.7;26.8;1.8;14.3;0;7.02;32134
+70088;43.63522;3.39563;98;20220616;35.9;16.6;26.3;1.8;17;0;7.06;32150
+70088;43.63522;3.39563;98;20220617;39.7;18.8;29.3;1.2;16.7;0;7.06;32163
+70088;43.63522;3.39563;98;20220618;33.8;18.8;26.3;1.9;16.6;0;6.98;32173
+70088;43.63522;3.39563;98;20220619;31.5;21.4;26.5;4.1;19.7;0;6.96;27317
+70088;43.63522;3.39563;98;20220620;28.4;20.1;24.3;3.7;20.4;0;5.58;24679
+70088;43.63522;3.39563;98;20220621;30;22;26;3.2;22.9;1.3;5.62;24212
+70088;43.63522;3.39563;98;20220622;29.5;21.3;25.4;3.5;22.9;.7;5.54;24522
+70088;43.63522;3.39563;98;20220623;28.1;22;25.1;3.3;23.2;10;4.81;21018
+70088;43.63522;3.39563;98;20220624;27.6;17.6;22.6;3.4;17;3.1;5.84;27163
+70088;43.63522;3.39563;98;20220625;28.5;15.1;21.8;1.8;16.8;2.9;5.89;31577
+70088;43.63522;3.39563;98;20220626;29.9;20.8;25.4;2.5;22.1;0;5.6;25844
+70088;43.63522;3.39563;98;20220627;29;19.4;24.2;5.5;16.3;.6;7.07;26553
+70088;43.63522;3.39563;98;20220628;30.3;17.7;24;6.3;13.8;0;8.42;30534
+70088;43.63522;3.39563;98;20220629;33.4;16.6;25;3;14;.8;7.61;32066
+70088;43.63522;3.39563;98;20220630;27.9;18.1;23;3.2;16.6;.7;5.89;26771
+70088;43.63522;3.39563;98;20220701;29.4;17.2;23.3;4.7;11.5;0;7.83;29946
+70088;43.63522;3.39563;98;20220702;32.2;12.6;22.4;1.6;12.6;0;6.34;31968
+70088;43.63522;3.39563;98;20220703;35.1;15.9;25.5;1.4;15.1;.1;6.62;31929
+70088;43.63522;3.39563;98;20220704;35.1;20.3;27.7;3.1;18.5;.3;7.85;31887
+70088;43.63522;3.39563;98;20220705;34.9;23.3;29.1;4.3;17;0;8.58;29024
+70088;43.63522;3.39563;98;20220706;34.4;17.8;26.1;3.2;12.1;0;8.12;31793
+70088;43.63522;3.39563;98;20220707;33.6;18;25.8;5.4;11.5;0;9.51;31742
+70088;43.63522;3.39563;98;20220708;35.3;21.3;28.3;5.1;11.9;0;9.97;31687
+70088;43.63522;3.39563;98;20220709;36;15.3;25.7;2.2;11;0;7.45;31629
+70088;43.63522;3.39563;98;20220710;36.9;15.7;26.3;1.1;11.7;0;6.41;31568
+70088;43.63522;3.39563;98;20220711;33.9;16.9;25.4;1;14.4;0;6.13;31504
+70088;43.63522;3.39563;98;20220712;35.3;17.3;26.3;1.6;17.1;0;6.72;31437
+70088;43.63522;3.39563;98;20220713;34.3;17.2;25.8;1.4;16.7;0;6.45;31367
+70088;43.63522;3.39563;98;20220714;34.4;17.6;26;1.4;20.4;0;6.41;31294
+70088;43.63522;3.39563;98;20220715;39.6;19;29.3;2;17.3;0;7.64;31218
+70088;43.63522;3.39563;98;20220716;38;19;28.5;1.6;14.1;0;7.07;31139
+70088;43.63522;3.39563;98;20220717;36.2;18.9;27.6;1.5;14.9;0;6.75;31057
+70088;43.63522;3.39563;98;20220718;36.6;19;27.8;1.7;17.4;.1;6.92;30972
+70088;43.63522;3.39563;98;20220719;35.3;17.8;26.6;2;16.2;.1;6.94;30884
+70088;43.63522;3.39563;98;20220720;34.1;19;26.6;3;16.4;.2;7.45;30793
+70088;43.63522;3.39563;98;20220721;38.3;24.2;31.3;3.1;15.4;0;8.65;30700
+70088;43.63522;3.39563;98;20220722;36.3;19.7;28;2.3;17;.3;7.31;30603
+70088;43.63522;3.39563;98;20220723;35.7;24;29.9;6;16.2;0;9.8;27890
+70088;43.63522;3.39563;98;20220724;35.6;19.3;27.5;1.1;15.1;0;6.2;30402
+70088;43.63522;3.39563;98;20220725;34.5;20.2;27.4;4.2;18;.2;8.05;30298
+70088;43.63522;3.39563;98;20220726;33.3;22;27.7;5.6;13.6;0;9.02;27101
+70088;43.63522;3.39563;98;20220727;34.1;19.5;26.8;4.8;11.5;0;9.08;30080
+70088;43.63522;3.39563;98;20220728;32;16.7;24.4;1.3;13.5;.1;5.85;29968
+70088;43.63522;3.39563;98;20220729;30.7;19.3;25;2;17;2.3;5.78;26910
+70088;43.63522;3.39563;98;20220730;35.2;22.9;29.1;5;14.7;0;9.08;27873
+70088;43.63522;3.39563;98;20220731;37.8;22.8;30.3;3.2;13.8;0;8.44;29614
+70088;43.63522;3.39563;98;20220801;39.4;19.7;29.6;2.9;13.1;0;8.3;29491
+70088;43.63522;3.39563;98;20220802;39.5;19.1;29.3;2.3;13.8;0;7.61;29365
+70088;43.63522;3.39563;98;20220803;34.7;19.4;27.1;2.7;16.7;0;7.06;29237
+70088;43.63522;3.39563;98;20220804;34.1;19.7;26.9;1.7;22.4;0;6.12;29107
+70088;43.63522;3.39563;98;20220805;37.2;21.4;29.3;2.8;21.4;0;7.33;28974
+70088;43.63522;3.39563;98;20220806;38.4;22.1;30.3;1.8;16.9;0;6.88;28839
+70088;43.63522;3.39563;98;20220807;34.8;20.6;27.7;2;15.7;0;6.56;28701
+70088;43.63522;3.39563;98;20220808;36;17.1;26.6;1.7;13.3;0;6.33;28561
+70088;43.63522;3.39563;98;20220809;36.2;16.8;26.5;1.6;12.8;0;6.22;28419
+70088;43.63522;3.39563;98;20220810;35.2;18.4;26.8;1.9;15.5;0;6.34;28274
+70088;43.63522;3.39563;98;20220811;33.1;18.9;26;1.9;21.4;0;5.85;28128
+70088;43.63522;3.39563;98;20220812;34.6;22.4;28.5;1.7;25.3;0;5.74;26063
+70088;43.63522;3.39563;98;20220813;31.8;21.1;26.5;2.2;25.5;1.4;5.13;24212
+70088;43.63522;3.39563;98;20220814;28.6;24.5;26.6;2.9;23;3.8;4.07;14547
+70088;43.63522;3.39563;98;20220815;32;17.7;24.9;2.1;17.1;0;5.8;27520
+70088;43.63522;3.39563;98;20220816;32;17.3;24.7;2.6;17.1;32.2;6;27363
+70088;43.63522;3.39563;98;20220817;26.9;17.8;22.4;1.9;20;20.9;4.14;21736
+70088;43.63522;3.39563;98;20220818;27;16.7;21.9;3.4;16.9;.2;4.89;23041
+70088;43.63522;3.39563;98;20220819;29.3;20.5;24.9;5;16;0;6.31;21093
+70088;43.63522;3.39563;98;20220820;32.8;21.5;27.2;5;16.1;0;7.5;23873
+70088;43.63522;3.39563;98;20220821;32.3;19;25.7;4.1;15.2;0;6.96;25811
+70088;43.63522;3.39563;98;20220822;31.1;21.1;26.1;4.7;16.8;0;6.59;22110
+70088;43.63522;3.39563;98;20220823;33.4;22.8;28.1;3.5;17.1;0;6.56;22638
+70088;43.63522;3.39563;98;20220824;33.9;17.4;25.7;1.2;17.5;0;5.12;26036
+70088;43.63522;3.39563;98;20220825;33.1;18;25.6;2.1;18.5;.3;5.56;25862
+70088;43.63522;3.39563;98;20220826;33.9;23.6;28.8;3.9;17.2;0;6.84;21840
+70088;43.63522;3.39563;98;20220827;33.5;17.7;25.6;1.7;16.4;0;5.35;25510
+70088;43.63522;3.39563;98;20220828;32.4;17.2;24.8;1.2;16.9;0;4.83;25331
+70088;43.63522;3.39563;98;20220829;30.2;16.3;23.3;1.9;18.8;1.8;4.79;24970
+70088;43.63522;3.39563;98;20220830;30.8;19.9;25.4;1.5;22.4;.4;4.36;21840
+70088;43.63522;3.39563;98;20220831;29.3;17.9;23.6;1.7;19.5;0;4.31;22185
+70088;43.63522;3.39563;98;20220901;33.1;19.8;26.5;2.9;17.8;.5;5.84;23852
+70088;43.63522;3.39563;98;20220902;28;19.7;23.9;2.3;18.6;8.4;4.1;18499
+70088;43.63522;3.39563;98;20220903;28.3;19.1;23.7;1.7;20.8;0;3.82;19369
+70088;43.63522;3.39563;98;20220904;28.2;19;23.6;2.5;22.2;.4;3.85;19211
+70088;43.63522;3.39563;98;20220905;29.1;22.4;25.8;3.4;24.5;.5;3.91;16122
+70088;43.63522;3.39563;98;20220906;27.1;22.9;25;3.2;24;3.8;3.2;12463
+70088;43.63522;3.39563;98;20220907;27.6;20;23.8;2;22.3;6.9;3.43;16941
+70088;43.63522;3.39563;98;20220908;28.1;15.8;22;1.4;16.4;.1;3.89;21618
+70088;43.63522;3.39563;98;20220909;26;16.2;21.1;2.4;15.5;.1;3.87;19029
+70088;43.63522;3.39563;98;20220910;28.4;14.5;21.5;1.9;14.4;0;4.26;22640
+70088;43.63522;3.39563;98;20220911;29.3;12.8;21.1;1.3;14.9;.1;3.93;22694
+70088;43.63522;3.39563;98;20220912;25.4;13.8;19.6;1;18.4;.1;3.17;20233
+70088;43.63522;3.39563;98;20220913;26.3;22.7;24.5;3.5;26.1;9.7;2.52;10756
+70088;43.63522;3.39563;98;20220914;25.7;21.1;23.4;2.3;24.4;0;2.5;12163
+70088;43.63522;3.39563;98;20220915;30.6;17.3;24;2.3;18.5;0;4.39;21134
+70088;43.63522;3.39563;98;20220916;27.7;18.7;23.2;4.2;14.7;0;4.95;17055
+70088;43.63522;3.39563;98;20220917;23.5;14.7;19.1;3.9;8.9;0;4.67;16690
+70088;43.63522;3.39563;98;20220918;26.2;5.7;16;1.1;8.2;0;3.23;21305
+70088;43.63522;3.39563;98;20220919;29.6;7.2;18.4;1.2;9.7;0;3.54;21104
+70088;43.63522;3.39563;98;20220920;28.3;6.7;17.5;.9;9.1;0;3.15;20903
+70088;43.63522;3.39563;98;20220921;25.8;7.9;16.9;1.4;10.2;0;3.28;20702
+70088;43.63522;3.39563;98;20220922;25;11.7;18.4;1.6;12.6;.1;3.23;19720
+70088;43.63522;3.39563;98;20220923;23.8;11.7;17.8;1.9;15.4;39.5;2.89;18572
+70088;43.63522;3.39563;98;20220924;24.3;15;19.7;2.5;15.7;.7;3.07;15997
+70088;43.63522;3.39563;98;20220925;22.4;15.2;18.8;3.6;12;0;3.56;13814
+70088;43.63522;3.39563;98;20220926;20.7;12.8;16.8;5.2;11.4;.5;3.63;14357
+70088;43.63522;3.39563;98;20220927;18.7;15.2;17;6.7;11.6;.6;3.56;9140
+70088;43.63522;3.39563;98;20220928;21.1;15.3;18.2;3.7;14.1;2.8;2.83;11899
+70088;43.63522;3.39563;98;20220929;20.4;14.4;17.4;4.1;12.2;1.8;3.12;11982
+70088;43.63522;3.39563;98;20220930;18.7;12.9;15.8;3.5;10.4;0;2.88;11631
+70088;43.63522;3.39563;98;20221001;22.6;9.1;15.9;4.1;12.2;0;3.31;18030
+70088;43.63522;3.39563;98;20221002;26.3;14;20.2;2.6;15;0;3.32;16973
+70088;43.63522;3.39563;98;20221003;26.2;11.5;18.9;2.1;13.4;0;3.18;18281
+70088;43.63522;3.39563;98;20221004;25.5;8.8;17.2;.8;13.1;.1;2.4;18081
+70088;43.63522;3.39563;98;20221005;21.5;10.8;16.2;1.7;15.6;.1;2.06;15225
+70088;43.63522;3.39563;98;20221006;24.9;12.1;18.5;1;15.4;0;2.34;16542
+70088;43.63522;3.39563;98;20221007;22.4;11.5;17;1;14.9;4.8;2.03;15013
+70088;43.63522;3.39563;98;20221008;22.3;14;18.2;1.6;16;2.4;2.04;12824
+70088;43.63522;3.39563;98;20221009;21.1;11.5;16.3;1.6;15.5;.3;1.88;13694
+70088;43.63522;3.39563;98;20221010;22.9;16.3;19.6;1.8;17.6;.2;1.99;11056
+70088;43.63522;3.39563;98;20221011;23.6;11;17.3;.6;15.1;.1;1.92;15440
+70088;43.63522;3.39563;98;20221012;24.2;12.6;18.4;.9;15.1;3.3;2.01;14594
+70088;43.63522;3.39563;98;20221013;22.6;10.5;16.6;.9;14.4;.8;1.86;14740
+70088;43.63522;3.39563;98;20221014;22;16.3;19.2;2.4;16.1;.2;2.06;9698
+70088;43.63522;3.39563;98;20221015;24.4;11;17.7;1.4;15.5;.1;2.09;15172
+70088;43.63522;3.39563;98;20221016;22.6;17.5;20.1;4.6;19.8;1.3;1.93;8885
+70088;43.63522;3.39563;98;20221017;21.5;18.6;20.1;3.5;20;14.7;1.56;6382
+70088;43.63522;3.39563;98;20221018;21.1;18.8;20;2.4;19.9;.5;1.35;5504
+70088;43.63522;3.39563;98;20221019;20.7;18.8;19.8;2.3;20.1;4;1.21;4847
+70088;43.63522;3.39563;98;20221020;20.4;19.5;20;3.2;21.5;10.6;.96;2997
+70088;43.63522;3.39563;98;20221021;23.5;19.8;21.7;2.8;20.8;0;1.75;6937
+70088;43.63522;3.39563;98;20221022;23.4;14.2;18.8;2.8;17.6;0;1.93;11324
+70088;43.63522;3.39563;98;20221023;22;19.1;20.6;3.3;21.2;.1;1.38;5865
+70088;43.63522;3.39563;98;20221024;24.2;19.4;21.8;2.1;20.1;0;1.75;7705
+70088;43.63522;3.39563;98;20221025;22.9;12.6;17.8;1.4;16.6;0;1.56;11564
+70088;43.63522;3.39563;98;20221026;23.5;18.6;21.1;2.7;19.9;0;1.73;7581
+70088;43.63522;3.39563;98;20221027;22.4;19.3;20.9;2.2;19.9;.1;1.44;5755
+70088;43.63522;3.39563;98;20221028;23;15.7;19.4;1.5;17.3;0;1.52;9203
+70088;43.63522;3.39563;98;20221029;23.1;10.1;16.6;1.3;14.6;0;1.52;12425
+70088;43.63522;3.39563;98;20221030;22.1;13.2;17.7;3.1;17.3;0;1.55;9983
+70088;43.63522;3.39563;98;20221031;22;17.7;19.9;4;19.2;.9;1.63;6561
+70088;43.63522;3.39563;98;20221101;24.1;18.1;21.1;1.7;15.8;.1;1.79;7810
+70088;43.63522;3.39563;98;20221102;22.5;13.6;18.1;1.7;11.3;.1;1.84;9584
+70088;43.63522;3.39563;98;20221103;16.6;8.3;12.5;3.7;12.4;3.5;1.22;9098
+70088;43.63522;3.39563;98;20221104;14.7;11.6;13.2;5.8;9.7;2.5;2.31;5123
+70088;43.63522;3.39563;98;20221105;16.4;10;13.2;4.9;7.7;0;2.79;7661
+70088;43.63522;3.39563;98;20221106;18.6;2.3;10.5;.7;7.8;0;.93;12147
+70088;43.63522;3.39563;98;20221107;21.2;4.1;12.7;1.8;9.6;.1;1.54;12000
+70088;43.63522;3.39563;98;20221108;17.8;9.5;13.7;4.6;15.3;2.8;.78;8503
+70088;43.63522;3.39563;98;20221109;21.5;16.9;19.2;2.8;16.3;.4;1.64;6008
+70088;43.63522;3.39563;98;20221110;20.6;13.5;17.1;4;11.1;.1;2.55;7588
+70088;43.63522;3.39563;98;20221111;19.3;12.6;16;3.1;12.9;0;1.64;7247
+70088;43.63522;3.39563;98;20221112;21.9;7.7;14.8;.4;12.2;.1;.77;10835
+70088;43.63522;3.39563;98;20221113;17.6;7.7;12.7;1.5;12.2;2.5;.89;8780
+70088;43.63522;3.39563;98;20221114;14.8;14.4;14.6;4.6;13.7;13.2;1.23;998
+70088;43.63522;3.39563;98;20221115;16.5;14.2;15.4;4.7;14.4;1.9;1.29;3643
+70088;43.63522;3.39563;98;20221116;19.6;11.1;15.4;3;11.3;.1;1.75;7765
+70088;43.63522;3.39563;98;20221117;19.2;9.4;14.3;2.2;12.3;3.1;1.19;8303
+70088;43.63522;3.39563;98;20221118;14.9;10.8;12.9;4.4;9.5;.5;1.91;4977
+70088;43.63522;3.39563;98;20221119;14.1;7.8;11;5.4;7.9;.3;2.14;6314
+70088;43.63522;3.39563;98;20221120;13.5;5.3;9.4;4.4;7.6;.1;1.68;7248
+70088;43.63522;3.39563;98;20221121;9.1;5.8;7.5;2.3;8.8;8.4;.65;4204
+70088;43.63522;3.39563;98;20221122;11.8;7.8;9.8;8;8.3;3.4;1.98;4665
+70088;43.63522;3.39563;98;20221123;16.8;7.9;12.4;2.2;9.9;2.3;1.15;7334
+70088;43.63522;3.39563;98;20221124;16.4;5.3;10.9;1;9.5;0;.65;8210
+70088;43.63522;3.39563;98;20221125;15.7;5.2;10.5;2.4;9.5;1.5;.99;7876
+70088;43.63522;3.39563;98;20221126;15.9;10;13;4.6;7.4;0;2.53;5610
+70088;43.63522;3.39563;98;20221127;13.7;.8;7.3;1.9;7.9;2.5;.73;8654
+70088;43.63522;3.39563;98;20221128;12.6;10.4;11.5;3;10.9;7;.96;2993
+70088;43.63522;3.39563;98;20221129;13.3;5.8;9.6;3.8;7.7;0;1.48;6254
+70088;43.63522;3.39563;98;20221130;13.8;1.6;7.7;1.9;7;0;.87;8158
+70088;43.63522;3.39563;98;20221201;12.7;1;6.9;.8;7.1;0;.43;7901
+70088;43.63522;3.39563;98;20221202;9.3;-1.1;4.1;.6;6.7;1.1;.29;7334
+70088;43.63522;3.39563;98;20221203;8.7;4.8;6.8;2.5;8.9;10.6;.49;4094
+70088;43.63522;3.39563;98;20221204;11.7;6.2;9;2.6;8.8;1.8;.84;4995
+70088;43.63522;3.39563;98;20221205;12.3;-1.9;5.2;.8;6.1;.1;.37;8530
+70088;43.63522;3.39563;98;20221206;13.5;-.5;6.5;.4;6.3;.2;.21;8405
+70088;43.63522;3.39563;98;20221207;12.3;1.5;6.9;1.5;6.5;.1;.68;7222
+70088;43.63522;3.39563;98;20221208;6.9;-.5;3.2;2;7.1;4;.33;5781
+70088;43.63522;3.39563;98;20221209;15;6.5;10.8;.6;11;0;.36;6226
+70088;43.63522;3.39563;98;20221210;9.1;7.3;8.2;4.3;7.4;0;1.39;2347
+70088;43.63522;3.39563;98;20221211;7.4;-4.2;1.6;2.4;3.9;0;.89;7356
+70088;43.63522;3.39563;98;20221212;6.1;-5.6;.3;1.5;4.8;4.6;.39;7359
+70088;43.63522;3.39563;98;20221213;7.2;2.2;4.7;2.1;8.4;3.4;.26;4470
+70088;43.63522;3.39563;98;20221214;10.9;6.7;8.8;2;11.1;4.2;.32;4003
+70088;43.63522;3.39563;98;20221215;12.6;9.8;11.2;3.6;11.7;21.6;.71;3087
+70088;43.63522;3.39563;98;20221216;13.9;6.9;10.4;1.2;10.3;0;.5;5408
+70088;43.63522;3.39563;98;20221217;10.4;-.8;4.8;.7;5.8;.1;.31;7073
+70088;43.63522;3.39563;98;20221218;10.6;-2;4.3;2.4;7.4;.5;.45;7547
+70088;43.63522;3.39563;98;20221219;15.9;10.8;13.4;5;12.8;.9;1.08;4457
+70088;43.63522;3.39563;98;20221220;15.6;13.9;14.8;4.7;14;1;1.13;2178
+70088;43.63522;3.39563;98;20221221;17.8;12.8;15.3;2.4;12.3;.2;1.16;4401
+70088;43.63522;3.39563;98;20221222;17.5;7.3;12.4;1.7;11.6;.7;.65;6687
+70088;43.63522;3.39563;98;20221223;20.5;12.8;16.7;1.8;13.5;0;.99;5692
+70088;43.63522;3.39563;98;20221224;20.1;6.7;13.4;.4;11;.1;.28;7817
+70088;43.63522;3.39563;98;20221225;14.3;5.4;9.9;2.4;11.3;0;.45;6209
+70088;43.63522;3.39563;98;20221226;18.2;13.8;16;2.8;12.8;0;1.33;4100
+70088;43.63522;3.39563;98;20221227;15.9;5.5;10.7;1.7;9.7;.1;.69;6822
+70088;43.63522;3.39563;98;20221228;11.6;3.1;7.4;1.6;9.3;0;.38;6098
+70088;43.63522;3.39563;98;20221229;15.1;9.7;12.4;1.8;11.8;0;.68;4690
+70088;43.63522;3.39563;98;20221230;15.2;8.2;11.7;1;11.2;.1;.49;5492
+70088;43.63522;3.39563;98;20221231;14.4;8.7;11.6;2.4;12.7;0;.48;4889
+70089;43.6546;3.70386;99;20220101;9.2;.1;4.7;.9;9.3;.3;.15;6238
+70089;43.6546;3.70386;99;20220102;10.3;7.1;8.7;.9;10.4;.1;.4;3290
+70089;43.6546;3.70386;99;20220103;16.3;2.4;9.4;.3;8.8;0;.21;8051
+70089;43.6546;3.70386;99;20220104;11.5;2.8;7.2;1.8;10.6;.6;.21;6189
+70089;43.6546;3.70386;99;20220105;9.7;5.3;7.5;3.7;5.3;.2;1.71;4127
+70089;43.6546;3.70386;99;20220106;11.2;-2.4;4.4;2.1;4.2;0;1.05;8115
+70089;43.6546;3.70386;99;20220107;10.3;-5.2;2.6;1.9;5.2;.4;.67;8801
+70089;43.6546;3.70386;99;20220108;14.1;5.9;10;3.1;8.1;.5;1.29;6164
+70089;43.6546;3.70386;99;20220109;10.9;8.4;9.7;3.4;7;1.5;1.61;2959
+70089;43.6546;3.70386;99;20220110;12.2;5.5;8.9;1.8;6;0;1.1;5569
+70089;43.6546;3.70386;99;20220111;9.9;-5.6;2.2;1.4;4.5;0;.62;9103
+70089;43.6546;3.70386;99;20220112;8.6;-6.6;1;1.8;4.2;0;.71;9088
+70089;43.6546;3.70386;99;20220113;10;-7.4;1.3;.9;4.1;0;.46;9610
+70089;43.6546;3.70386;99;20220114;13.8;-7.5;3.2;.4;4.2;.1;.29;9696
+70089;43.6546;3.70386;99;20220115;13.3;-7.4;3;.6;4.7;0;.41;9785
+70089;43.6546;3.70386;99;20220116;16.6;-7.6;4.5;.5;4.2;.1;.43;9878
+70089;43.6546;3.70386;99;20220117;15.5;-5.3;5.1;1.2;5.1;0;.82;9974
+70089;43.6546;3.70386;99;20220118;12.2;-6.1;3.1;1.1;5;0;.63;10073
+70089;43.6546;3.70386;99;20220119;12.2;-3.5;4.4;1.2;6.2;0;.6;9955
+70089;43.6546;3.70386;99;20220120;13.2;-3.9;4.7;1.8;5.2;0;.99;10282
+70089;43.6546;3.70386;99;20220121;9.9;-6.5;1.7;1.2;4;0;.68;10391
+70089;43.6546;3.70386;99;20220122;10.9;-7.4;1.8;2.2;4.5;0;1.02;10503
+70089;43.6546;3.70386;99;20220123;12.4;1.3;6.9;2.8;5.5;0;1.44;8605
+70089;43.6546;3.70386;99;20220124;12.7;-3.1;4.8;1.2;5.9;0;.73;10600
+70089;43.6546;3.70386;99;20220125;13.7;-6.4;3.7;.6;5.4;0;.54;10859
+70089;43.6546;3.70386;99;20220126;17.2;-6.9;5.2;.4;5.3;0;.52;10984
+70089;43.6546;3.70386;99;20220127;15.8;-8;3.9;.4;4.6;0;.52;11112
+70089;43.6546;3.70386;99;20220128;17.9;-6.8;5.6;3;3.7;0;2.38;11242
+70089;43.6546;3.70386;99;20220129;18.3;-2.2;8.1;.8;4.2;0;.91;11376
+70089;43.6546;3.70386;99;20220130;18.4;-3;7.7;1.3;5.8;0;1.21;11513
+70089;43.6546;3.70386;99;20220131;13.9;-5.8;4.1;2.9;5.4;.1;1.49;11652
+70089;43.6546;3.70386;99;20220201;12.8;5.5;9.2;4.3;5.3;0;2.37;7646
+70089;43.6546;3.70386;99;20220202;18;9.3;13.7;2.7;7.4;0;2.12;8561
+70089;43.6546;3.70386;99;20220203;16.4;-4.1;6.2;.7;6.2;0;.83;12087
+70089;43.6546;3.70386;99;20220204;16.4;-2.4;7;1.4;7.3;0;1.1;12237
+70089;43.6546;3.70386;99;20220205;16.8;-.7;8.1;1.6;5.5;0;1.44;12390
+70089;43.6546;3.70386;99;20220206;13.2;-7.3;3;2.5;5.9;.4;1.25;12545
+70089;43.6546;3.70386;99;20220207;17;9.5;13.3;4.1;6.7;.1;2.85;8444
+70089;43.6546;3.70386;99;20220208;16.1;-5.4;5.4;1;4.1;0;1.18;12863
+70089;43.6546;3.70386;99;20220209;13.1;-5.2;4;1.3;7.2;0;.9;13026
+70089;43.6546;3.70386;99;20220210;10.8;7.7;9.3;2.2;10.12;0;1.26;7835
+70089;43.6546;3.70386;99;20220211;15.2;5.5;10.4;4.4;7.22;0;2.32;10314
+70089;43.6546;3.70386;99;20220212;14;5;9.5;4.5;7.22;2.4;2.17;9712
+70089;43.6546;3.70386;99;20220213;12;7.9;9.9;7.7;10.32;12.7;1.22;2752
+70089;43.6546;3.70386;99;20220214;12.5;10.5;11.5;5.7;10.19;2.2;1.68;3794
+70089;43.6546;3.70386;99;20220215;13.4;6.2;9.8;4.8;7.29;0;2.26;11023
+70089;43.6546;3.70386;99;20220216;15.8;3.5;9.7;2.7;9.9;.5;1.4;12569
+70089;43.6546;3.70386;99;20220217;19.2;14.1;16.7;3.3;11.1;.1;2.4;7828
+70089;43.6546;3.70386;99;20220218;18.6;2.5;10.6;1;9.9;0;1.38;14586
+70089;43.6546;3.70386;99;20220219;14.5;6.4;10.5;2.2;6.3;0;1.9;10423
+70089;43.6546;3.70386;99;20220220;16.2;-.7;7.8;3.5;7.3;.2;2.06;14954
+70089;43.6546;3.70386;99;20220221;15;10.8;12.9;5;7.6;.3;2.9;7417
+70089;43.6546;3.70386;99;20220222;17;4.7;10.9;3.7;6.8;0;2.65;13625
+70089;43.6546;3.70386;99;20220223;19;7.5;13.3;2.2;7.7;0;2.3;13315
+70089;43.6546;3.70386;99;20220224;15.4;2.6;9;1.2;10;.1;1.33;14292
+70089;43.6546;3.70386;99;20220225;15;3.6;9.3;2.6;5.7;0;2.24;13606
+70089;43.6546;3.70386;99;20220226;14.4;4;9.2;2.3;5.1;0;2.19;13118
+70089;43.6546;3.70386;99;20220227;13.4;-3.8;4.8;1.3;6.4;0;1.45;16289
+70089;43.6546;3.70386;99;20220228;15.3;-1.8;6.8;1.5;7.1;0;1.65;16485
+70089;43.6546;3.70386;99;20220301;12.4;-2.8;4.8;1.2;6.6;0;1.42;16682
+70089;43.6546;3.70386;99;20220302;11.1;-.2;5.5;.6;7.6;1.2;1.2;14440
+70089;43.6546;3.70386;99;20220303;16.2;-2.6;6.8;.7;7.6;0;1.53;17079
+70089;43.6546;3.70386;99;20220304;17.9;3;10.5;1.5;8.2;0;2.03;17159
+70089;43.6546;3.70386;99;20220305;16.4;-2;7.2;1.1;6;.1;1.82;17479
+70089;43.6546;3.70386;99;20220306;14.2;-5.3;4.5;1.4;4.3;0;1.88;17681
+70089;43.6546;3.70386;99;20220307;13.3;-6.6;3.4;1;4.6;0;1.63;17883
+70089;43.6546;3.70386;99;20220308;10;-3.4;3.3;1.3;6.5;1.7;1.39;17025
+70089;43.6546;3.70386;99;20220309;12.5;5.8;9.2;1.1;8.7;.8;1.44;11872
+70089;43.6546;3.70386;99;20220310;12.5;4.2;8.4;1.9;10.7;4.9;1.26;13494
+70089;43.6546;3.70386;99;20220311;12.6;10.5;11.6;3.4;10.8;38.7;1.45;6343
+70089;43.6546;3.70386;99;20220312;9.2;7.3;8.3;2;10.3;54.8;.84;6059
+70089;43.6546;3.70386;99;20220313;9.6;7.1;8.4;3.4;9.9;20.4;1.02;7194
+70089;43.6546;3.70386;99;20220314;11.8;6.9;9.4;1.5;10.9;1.1;1.23;10618
+70089;43.6546;3.70386;99;20220315;14.3;8.2;11.3;1.2;11.7;0;1.51;12108
+70089;43.6546;3.70386;99;20220316;14.9;9;12;.6;11.6;0;1.55;12027
+70089;43.6546;3.70386;99;20220317;15.8;5.6;10.7;.5;11.2;.7;1.82;16326
+70089;43.6546;3.70386;99;20220318;15.4;10.5;12.9;3;10.96;.6;2.04;10842
+70089;43.6546;3.70386;99;20220319;16.1;8.1;12.1;2.4;9.42;0;2.3;13941
+70089;43.6546;3.70386;99;20220320;12.7;7.3;10;5.2;9.92;10.8;1.39;5934
+70089;43.6546;3.70386;99;20220321;12.8;8.8;10.8;6.1;8.66;.1;2.31;8418
+70089;43.6546;3.70386;99;20220322;14.7;4.5;9.6;4.6;7.46;0;2.9;18450
+70089;43.6546;3.70386;99;20220323;15.1;4.2;9.6;2.9;7.52;0;2.67;18983
+70089;43.6546;3.70386;99;20220324;17;4.3;10.6;2.5;7.02;0;2.91;18972
+70089;43.6546;3.70386;99;20220325;17.5;4.5;11;2.3;7.76;0;2.81;18590
+70089;43.6546;3.70386;99;20220326;17.6;6.1;11.8;2.8;8.26;0;3.03;19294
+70089;43.6546;3.70386;99;20220327;20.2;7.7;14;2.4;7.36;0;3.33;17197
+70089;43.6546;3.70386;99;20220328;19.4;7.6;13.5;2.2;8.46;0;3.14;18667
+70089;43.6546;3.70386;99;20220329;16.4;8;12.2;3.3;11.62;4.4;2.13;14860
+70089;43.6546;3.70386;99;20220330;15.8;9.7;12.8;2.9;11.39;.4;2.11;12206
+70089;43.6546;3.70386;99;20220331;18.1;9.2;13.6;5;8.26;.1;4.06;19682
+70089;43.6546;3.70386;99;20220401;10.6;5.7;8.2;7.6;4.99;.1;3.54;15029
+70089;43.6546;3.70386;99;20220402;8.6;4.2;6.4;9.1;4.28;0;3.51;11500
+70089;43.6546;3.70386;99;20220403;10.5;2.1;6.3;3.4;4.49;0;2.79;17600
+70089;43.6546;3.70386;99;20220404;16.1;2.4;9.2;2.8;5.09;0;3.49;22600
+70089;43.6546;3.70386;99;20220405;18;3.9;10.9;2.9;6.84;0;3.6;23887
+70089;43.6546;3.70386;99;20220406;17.3;7.3;12.3;2.9;9.42;0;2.75;15726
+70089;43.6546;3.70386;99;20220407;21.2;10.5;15.8;4.8;10.46;.2;4.02;16108
+70089;43.6546;3.70386;99;20220408;20.4;12.4;16.4;4.7;11.76;0;3.96;19429
+70089;43.6546;3.70386;99;20220409;17;9.5;13.3;5.8;6.09;0;4.85;20989
+70089;43.6546;3.70386;99;20220410;15.8;4.8;10.3;3.5;7.24;.2;3.49;23383
+70089;43.6546;3.70386;99;20220411;14.2;8.2;11.2;5.7;10.66;.9;1.97;10005
+70089;43.6546;3.70386;99;20220412;16.7;7.4;12.1;4.1;10.66;0;2.86;19282
+70089;43.6546;3.70386;99;20220413;18.8;9;13.9;2.9;10.66;0;3.28;19874
+70089;43.6546;3.70386;99;20220414;23.8;9.3;16.6;3.3;10.72;0;4.58;23803
+70089;43.6546;3.70386;99;20220415;27.3;13.7;20.5;4.1;12.6;0;5.58;24415
+70089;43.6546;3.70386;99;20220416;25.4;13.5;19.4;8.6;10.09;0;7.15;21966
+70089;43.6546;3.70386;99;20220417;20.8;11.6;16.2;3.7;8.79;0;4.82;24635
+70089;43.6546;3.70386;99;20220418;20.7;9.6;15.2;3.2;11.22;0;3.95;23628
+70089;43.6546;3.70386;99;20220419;22.9;11.1;17;3.6;10.86;1.2;4.68;24520
+70089;43.6546;3.70386;99;20220420;16;11.2;13.6;3.4;13.62;15.7;1.55;6934
+70089;43.6546;3.70386;99;20220421;18;11.6;14.8;3.5;13.42;1.2;2.3;11527
+70089;43.6546;3.70386;99;20220422;20;10.9;15.4;4.3;13.09;.4;3.67;23221
+70089;43.6546;3.70386;99;20220423;15.2;13.3;14.2;6.2;12.59;14.4;2.12;5652
+70089;43.6546;3.70386;99;20220424;17.9;8.7;13.3;3.2;11.46;2.4;2.76;15370
+70089;43.6546;3.70386;99;20220425;21.5;10;15.7;4.6;10.89;0;4.77;26127
+70089;43.6546;3.70386;99;20220426;20.7;9.2;14.9;3.3;11.19;0;4.09;24455
+70089;43.6546;3.70386;99;20220427;19.9;11.2;15.6;3.4;12.56;0;3.88;23659
+70089;43.6546;3.70386;99;20220428;23.3;11.7;17.5;2.9;12.79;.1;4.43;24465
+70089;43.6546;3.70386;99;20220429;22.4;12.4;17.4;3.1;13.12;.1;4.35;24104
+70089;43.6546;3.70386;99;20220430;25.1;13.9;19.5;3.3;11.76;0;5.13;23273
+70089;43.6546;3.70386;99;20220501;22.5;10.8;16.7;3.6;9.49;0;5.04;24700
+70089;43.6546;3.70386;99;20220502;22.3;12.5;17.4;3.2;11.19;.1;4.49;22013
+70089;43.6546;3.70386;99;20220503;21.6;12.6;17.1;2.6;13.46;.7;3.87;21859
+70089;43.6546;3.70386;99;20220504;22.2;10.9;16.5;2.8;13.16;2.3;4.17;24651
+70089;43.6546;3.70386;99;20220505;21.1;13.4;17.2;4.2;11.62;2.3;4.31;19226
+70089;43.6546;3.70386;99;20220506;22.8;10.9;16.9;2.7;10;0;4.84;26249
+70089;43.6546;3.70386;99;20220507;27.1;7.2;17.2;1.3;10.4;0;4.85;29118
+70089;43.6546;3.70386;99;20220508;24.4;8;16.2;1;12.2;1.3;4.47;29251
+70089;43.6546;3.70386;99;20220509;25.5;8.6;17.1;1.2;13.4;0;4.65;29381
+70089;43.6546;3.70386;99;20220510;25.5;8.3;16.9;1.4;12.6;.1;4.74;29508
+70089;43.6546;3.70386;99;20220511;24.7;7.4;16.1;1.4;13.4;0;4.58;29634
+70089;43.6546;3.70386;99;20220512;23.6;10.2;16.9;1.2;13.6;0;4.48;28692
+70089;43.6546;3.70386;99;20220513;26.2;8.5;17.4;1;12.3;0;4.77;29876
+70089;43.6546;3.70386;99;20220514;28.7;10.5;19.6;1.2;15;0;5.15;29993
+70089;43.6546;3.70386;99;20220515;24.7;15.1;19.9;1.8;16;0;4.43;24421
+70089;43.6546;3.70386;99;20220516;26.4;11.8;19.1;1.3;14.4;.4;5.07;30219
+70089;43.6546;3.70386;99;20220517;27.9;11.4;19.7;1.2;14.8;0;5.19;30329
+70089;43.6546;3.70386;99;20220518;32.1;12;22.1;1.4;15.9;.2;5.77;30435
+70089;43.6546;3.70386;99;20220519;26.7;15;20.9;1.5;16.4;0;4.96;27472
+70089;43.6546;3.70386;99;20220520;27.1;10.8;19;1.3;15.2;0;5.14;30639
+70089;43.6546;3.70386;99;20220521;30.2;12.4;21.3;.9;16.3;.1;5.41;30737
+70089;43.6546;3.70386;99;20220522;28.1;12.2;20.2;1.2;17.9;0;5.27;30831
+70089;43.6546;3.70386;99;20220523;27.2;18.9;23.1;2;17.4;.2;4.88;23275
+70089;43.6546;3.70386;99;20220524;23.3;16.8;20.1;2.3;11.9;1.7;4.53;20537
+70089;43.6546;3.70386;99;20220525;26.5;15.3;20.9;2.7;9.9;0;5.98;27368
+70089;43.6546;3.70386;99;20220526;30.1;15.4;22.8;2.3;10.7;0;6.61;31181
+70089;43.6546;3.70386;99;20220527;32.4;11.8;22.1;1.7;12.8;0;6.25;31262
+70089;43.6546;3.70386;99;20220528;30.6;11.2;20.9;2.8;11;0;6.77;31339
+70089;43.6546;3.70386;99;20220529;28.3;9.9;19.1;2.3;7.9;0;6.29;31413
+70089;43.6546;3.70386;99;20220530;26.1;7;16.6;1.3;9.3;.5;5.2;31484
+70089;43.6546;3.70386;99;20220531;27.4;14;20.7;1.3;12.7;0;5.48;30487
+70089;43.6546;3.70386;99;20220601;28;10.7;19.4;1.1;14.1;0;5.39;31616
+70089;43.6546;3.70386;99;20220602;28;16;22;1.5;17;0;5.4;28913
+70089;43.6546;3.70386;99;20220603;29.4;15;22.2;1.4;16.7;0;5.86;31736
+70089;43.6546;3.70386;99;20220604;28.5;16.3;22.4;1.6;19.1;.1;5.47;29271
+70089;43.6546;3.70386;99;20220605;31.6;16.1;23.9;1.6;17.2;0;6.28;31844
+70089;43.6546;3.70386;99;20220606;31.1;12;21.6;1.3;14.7;.5;5.92;31893
+70089;43.6546;3.70386;99;20220607;28.6;15.6;22.1;2.2;14.8;0;6.04;30394
+70089;43.6546;3.70386;99;20220608;26.6;11.7;19.2;1.6;13.3;.2;5.57;31981
+70089;43.6546;3.70386;99;20220609;26.3;17;21.7;4;10.7;0;6.53;25612
+70089;43.6546;3.70386;99;20220610;33.5;16.9;25.2;2.4;10.9;0;7.41;32057
+70089;43.6546;3.70386;99;20220611;35.1;10.5;22.8;1.3;11.4;0;6.41;32089
+70089;43.6546;3.70386;99;20220612;34;13.8;23.9;1.4;13.3;.1;6.47;32119
+70089;43.6546;3.70386;99;20220613;35;16.3;25.7;2;16.4;.2;7.07;32145
+70089;43.6546;3.70386;99;20220614;33.9;20.3;27.1;2.8;13.5;0;7.75;31343
+70089;43.6546;3.70386;99;20220615;32.6;17.7;25.2;1.5;15.5;0;6.54;32188
+70089;43.6546;3.70386;99;20220616;36.6;13.3;25;1.2;15.9;0;6.57;32205
+70089;43.6546;3.70386;99;20220617;40.9;18.7;29.8;1.6;16.6;0;7.62;32218
+70089;43.6546;3.70386;99;20220618;32.2;15.8;24;1.3;18;0;6.25;32228
+70089;43.6546;3.70386;99;20220619;30.5;16.4;23.5;2.2;19.1;0;6.31;32001
+70089;43.6546;3.70386;99;20220620;28.7;16;22.4;1.9;19.6;0;5.67;30320
+70089;43.6546;3.70386;99;20220621;31;21.3;26.2;2;23.7;1.2;5.64;26365
+70089;43.6546;3.70386;99;20220622;28.2;20.6;24.4;2.4;24.3;5.7;4.72;23213
+70089;43.6546;3.70386;99;20220623;27.7;22.7;25.2;2.7;23.5;8.4;4.34;18625
+70089;43.6546;3.70386;99;20220624;29;16.5;22.8;1.5;17.2;1.9;5.73;30053
+70089;43.6546;3.70386;99;20220625;28.3;13.2;20.8;1.9;17;2.9;5.81;32205
+70089;43.6546;3.70386;99;20220626;29.2;21.6;25.4;1.9;23.3;0;4.95;23179
+70089;43.6546;3.70386;99;20220627;31;17.3;24.2;1.4;17.7;.7;6.14;31463
+70089;43.6546;3.70386;99;20220628;32.7;17;24.9;1.4;15.3;0;6.45;32146
+70089;43.6546;3.70386;99;20220629;31.1;12.2;21.7;1.4;14.3;.7;6.04;32120
+70089;43.6546;3.70386;99;20220630;28.9;16.2;22.6;1.2;17.6;.1;5.6;30177
+70089;43.6546;3.70386;99;20220701;31.1;16.6;23.9;1.3;12.1;0;6.21;32058
+70089;43.6546;3.70386;99;20220702;32.1;10.3;21.2;1.1;12.1;0;5.89;32022
+70089;43.6546;3.70386;99;20220703;34.7;13.2;24;1;14.8;0;6.17;31983
+70089;43.6546;3.70386;99;20220704;35.8;17.8;26.8;1.6;18.5;.7;6.88;31941
+70089;43.6546;3.70386;99;20220705;35.1;18;26.6;1.9;17.3;0;7.02;31895
+70089;43.6546;3.70386;99;20220706;35.1;18;26.6;2.8;11.5;0;7.98;31847
+70089;43.6546;3.70386;99;20220707;34.4;12.9;23.7;2.1;11.8;0;7.03;31795
+70089;43.6546;3.70386;99;20220708;34.6;15.1;24.9;2.4;11.3;0;7.42;31740
+70089;43.6546;3.70386;99;20220709;36.4;13.5;25;1.4;11.2;0;6.65;31682
+70089;43.6546;3.70386;99;20220710;36.9;14.2;25.6;1.1;11.7;0;6.38;31621
+70089;43.6546;3.70386;99;20220711;33.6;14.4;24;1.3;15;0;6.24;31556
+70089;43.6546;3.70386;99;20220712;34.1;14.9;24.5;1.3;17.8;0;6.26;31489
+70089;43.6546;3.70386;99;20220713;32.6;14.6;23.6;1.3;17.6;0;6.07;31419
+70089;43.6546;3.70386;99;20220714;33.3;16.7;25;1.2;20.4;0;6.15;31345
+70089;43.6546;3.70386;99;20220715;38.8;18.5;28.7;1.5;18.7;0;7.04;31269
+70089;43.6546;3.70386;99;20220716;38.5;17.6;28.1;2.1;13.4;0;7.62;31189
+70089;43.6546;3.70386;99;20220717;36.4;16;26.2;1.7;14.5;0;6.86;31107
+70089;43.6546;3.70386;99;20220718;35.5;17;26.3;1.4;17.6;.4;6.48;31022
+70089;43.6546;3.70386;99;20220719;34.4;16.5;25.5;1.3;16.4;0;6.26;30934
+70089;43.6546;3.70386;99;20220720;35.8;15.3;25.6;1.7;16.9;.8;6.64;30843
+70089;43.6546;3.70386;99;20220721;37.1;17.1;27.1;1.3;15.5;.2;6.52;30749
+70089;43.6546;3.70386;99;20220722;35;15.9;25.5;1.2;18.3;.2;6.16;30652
+70089;43.6546;3.70386;99;20220723;35.5;22.5;29;1.4;19.1;0;6.4;29029
+70089;43.6546;3.70386;99;20220724;35.7;18.1;26.9;1.7;16.6;0;6.67;30450
+70089;43.6546;3.70386;99;20220725;37.3;19.3;28.3;1.6;17.7;.1;6.79;30345
+70089;43.6546;3.70386;99;20220726;35.9;19.7;27.8;2.3;13.5;0;7.31;30238
+70089;43.6546;3.70386;99;20220727;34.1;13.6;23.9;1.4;11.7;0;6.08;30127
+70089;43.6546;3.70386;99;20220728;32;13;22.5;1.4;12.7;0;5.79;30014
+70089;43.6546;3.70386;99;20220729;30.8;16.8;23.8;1;16.2;1.7;5.48;29496
+70089;43.6546;3.70386;99;20220730;35.3;16.8;26.1;1.3;13.9;0;6.12;29780
+70089;43.6546;3.70386;99;20220731;36.9;14.9;25.9;1.2;13;0;6.09;29659
+70089;43.6546;3.70386;99;20220801;38.1;16.7;27.4;1.6;13.5;0;6.66;29535
+70089;43.6546;3.70386;99;20220802;38.3;17.3;27.8;1.9;14.4;0;6.97;29409
+70089;43.6546;3.70386;99;20220803;34.3;16.1;25.2;1.4;16.6;0;5.95;29281
+70089;43.6546;3.70386;99;20220804;34;19.6;26.8;1.6;21.8;0;6.08;29150
+70089;43.6546;3.70386;99;20220805;34.7;19.8;27.3;1.2;22.2;.1;5.93;29017
+70089;43.6546;3.70386;99;20220806;37.6;16.7;27.2;1.2;20;0;6.06;28881
+70089;43.6546;3.70386;99;20220807;35.6;16.9;26.3;1.4;17.1;0;6;28743
+70089;43.6546;3.70386;99;20220808;36.2;14.5;25.4;1.4;13.3;0;5.99;28602
+70089;43.6546;3.70386;99;20220809;36.4;13.2;24.8;1.7;13.2;0;6.24;28460
+70089;43.6546;3.70386;99;20220810;34.3;14.7;24.5;1.3;16.3;0;5.62;28315
+70089;43.6546;3.70386;99;20220811;33.4;18.1;25.8;1.4;20.7;0;5.64;28168
+70089;43.6546;3.70386;99;20220812;34.4;21.8;28.1;1.2;25;0;5.47;26106
+70089;43.6546;3.70386;99;20220813;30.7;19.5;25.1;1.7;24.5;.6;4.83;24414
+70089;43.6546;3.70386;99;20220814;28.5;22.5;25.5;1.9;22.6;6.5;3.97;17483
+70089;43.6546;3.70386;99;20220815;31.8;16.3;24.1;1.3;18.8;0;5.24;27557
+70089;43.6546;3.70386;99;20220816;31.9;15;23.5;1.3;18.4;28.9;5.16;27400
+70089;43.6546;3.70386;99;20220817;26.4;16.8;21.6;1.1;20.3;20;3.89;21994
+70089;43.6546;3.70386;99;20220818;26.9;14.2;20.6;1.3;16.8;.3;4.36;25298
+70089;43.6546;3.70386;99;20220819;30.7;20.7;25.7;3;15.8;0;5.75;22188
+70089;43.6546;3.70386;99;20220820;32.8;17.2;25;2.2;16.1;0;5.83;26749
+70089;43.6546;3.70386;99;20220821;32.3;14.7;23.5;1.6;15.4;0;5.26;26582
+70089;43.6546;3.70386;99;20220822;31.5;15.9;23.7;1.8;16.9;0;5.25;26413
+70089;43.6546;3.70386;99;20220823;33.8;18.4;26.1;1.9;16.7;0;5.7;26242
+70089;43.6546;3.70386;99;20220824;33.5;15.5;24.5;1;17.5;0;4.88;26069
+70089;43.6546;3.70386;99;20220825;32.6;15.3;24;1;19.5;.3;4.76;25895
+70089;43.6546;3.70386;99;20220826;33.7;17.5;25.6;1.5;18.9;0;5.21;25719
+70089;43.6546;3.70386;99;20220827;32.5;15;23.8;1.1;17.1;0;4.73;25541
+70089;43.6546;3.70386;99;20220828;32.3;14.5;23.4;1.2;17.2;0;4.72;25362
+70089;43.6546;3.70386;99;20220829;30.5;14.2;22.4;1.2;19.7;1.4;4.45;25181
+70089;43.6546;3.70386;99;20220830;30.2;22.3;26.3;1.2;24.9;.8;3.75;18133
+70089;43.6546;3.70386;99;20220831;30;16.7;23.4;1;19.6;0;4.23;23660
+70089;43.6546;3.70386;99;20220901;31.9;14.6;23.3;1.1;17.9;.8;4.47;24631
+70089;43.6546;3.70386;99;20220902;27.1;17;22.1;1;19.9;5.3;3.54;20160
+70089;43.6546;3.70386;99;20220903;27.9;17.5;22.7;1;20.9;0;3.61;20308
+70089;43.6546;3.70386;99;20220904;29.3;17.9;23.6;1.5;21.7;0;3.96;21137
+70089;43.6546;3.70386;99;20220905;27.8;20.8;24.3;1.7;24.6;0;3.22;16197
+70089;43.6546;3.70386;99;20220906;26.2;21;23.6;1.6;24;3.4;2.75;13695
+70089;43.6546;3.70386;99;20220907;27.1;19.1;23.1;1.5;22.5;15.7;3.22;17092
+70089;43.6546;3.70386;99;20220908;27.1;13.2;20.2;1;16.9;.1;3.64;22670
+70089;43.6546;3.70386;99;20220909;25.6;13.7;19.7;1.1;16;.1;3.36;20713
+70089;43.6546;3.70386;99;20220910;27.1;10.9;19;.9;14.8;.1;3.53;22912
+70089;43.6546;3.70386;99;20220911;28.9;10.7;19.8;.9;14.8;0;3.61;22716
+70089;43.6546;3.70386;99;20220912;25.8;11.9;18.9;.5;18.5;.1;3.23;21873
+70089;43.6546;3.70386;99;20220913;26.2;22.3;24.3;1.9;25.8;14.1;2.35;10982
+70089;43.6546;3.70386;99;20220914;25.5;20.8;23.2;1.6;24.6;0;2.35;12042
+70089;43.6546;3.70386;99;20220915;29.8;15.5;22.7;.9;18.5;0;3.63;21586
+70089;43.6546;3.70386;99;20220916;27.4;14.9;21.2;1.4;15.4;0;3.51;19920
+70089;43.6546;3.70386;99;20220917;22.5;14.8;18.7;2.9;9.4;0;3.85;15255
+70089;43.6546;3.70386;99;20220918;25;8;16.5;1;9;0;3.11;21323
+70089;43.6546;3.70386;99;20220919;25.6;6.9;16.3;1.3;9.9;0;3.26;21122
+70089;43.6546;3.70386;99;20220920;26.4;5;15.7;1;9.3;0;3.06;20920
+70089;43.6546;3.70386;99;20220921;24.9;5.3;15.1;1;10.4;0;2.9;20718
+70089;43.6546;3.70386;99;20220922;23.6;8.5;16.1;1.1;12.6;.1;2.84;20516
+70089;43.6546;3.70386;99;20220923;22.3;9.7;16;.9;14.8;47.9;2.5;18637
+70089;43.6546;3.70386;99;20220924;22.4;15.5;19;2.3;16.3;1.4;2.52;13371
+70089;43.6546;3.70386;99;20220925;23.4;10.8;17.1;.9;12.9;0;2.58;18244
+70089;43.6546;3.70386;99;20220926;21.2;7.3;14.3;2.3;11.2;.3;2.82;19008
+70089;43.6546;3.70386;99;20220927;20.2;15.6;17.9;3.6;11.4;.5;3.15;10367
+70089;43.6546;3.70386;99;20220928;22.1;16.3;19.2;3.3;13.8;.7;3.01;11638
+70089;43.6546;3.70386;99;20220929;21.1;14.6;17.9;2.1;12.2;.9;2.58;12241
+70089;43.6546;3.70386;99;20220930;19.4;10.9;15.2;1.3;11.2;0;2.13;13989
+70089;43.6546;3.70386;99;20221001;22.6;4.6;13.6;1.6;11.9;.1;2.48;18694
+70089;43.6546;3.70386;99;20221002;27;9.5;18.3;1.5;14;0;2.91;18492
+70089;43.6546;3.70386;99;20221003;27.2;8.3;17.8;.6;12.6;0;2.4;18291
+70089;43.6546;3.70386;99;20221004;25.7;7.5;16.6;.7;12.4;.1;2.33;18090
+70089;43.6546;3.70386;99;20221005;21.5;9.1;15.3;.9;15.9;.1;1.96;16149
+70089;43.6546;3.70386;99;20221006;25.8;9.7;17.8;.9;14.2;0;2.39;17690
+70089;43.6546;3.70386;99;20221007;23.3;9.4;16.4;.6;14.2;2.1;2.05;16754
+70089;43.6546;3.70386;99;20221008;22.7;13.9;18.3;.2;16.1;1.5;1.7;12954
+70089;43.6546;3.70386;99;20221009;20.9;9.2;15.1;.8;14.1;.1;1.8;14914
+70089;43.6546;3.70386;99;20221010;23.8;13.7;18.8;1;15.9;.2;2.01;13611
+70089;43.6546;3.70386;99;20221011;24.1;7.8;16;.5;13.7;0;1.92;16703
+70089;43.6546;3.70386;99;20221012;24.8;9.5;17.2;.5;13.7;.9;1.93;16509
+70089;43.6546;3.70386;99;20221013;22.6;7.8;15.2;.7;14.1;1.4;1.82;16085
+70089;43.6546;3.70386;99;20221014;23.1;15.5;19.3;1.8;16;.2;2.04;11082
+70089;43.6546;3.70386;99;20221015;24.9;7.2;16.1;.5;14;.4;1.79;15931
+70089;43.6546;3.70386;99;20221016;22.3;12.8;17.6;2.6;20;.8;1.43;12193
+70089;43.6546;3.70386;99;20221017;22.5;17;19.8;1.8;19.5;0;1.56;8904
+70089;43.6546;3.70386;99;20221018;21.9;15.7;18.8;.7;19;0;1.36;9391
+70089;43.6546;3.70386;99;20221019;21;17;19;.9;19.4;1.5;1.2;7233
+70089;43.6546;3.70386;99;20221020;20.1;18.9;19.5;2.4;21.6;7.2;.83;3428
+70089;43.6546;3.70386;99;20221021;22.9;19.4;21.2;2.6;21.9;.2;1.41;6510
+70089;43.6546;3.70386;99;20221022;23.2;14.5;18.9;1.3;18.3;0;1.55;10728
+70089;43.6546;3.70386;99;20221023;21.7;14.6;18.2;3;22.6;.2;.81;9458
+70089;43.6546;3.70386;99;20221024;23.8;19.8;21.8;1.3;21;0;1.39;6738
+70089;43.6546;3.70386;99;20221025;23.7;11.3;17.5;.6;17.1;0;1.42;12499
+70089;43.6546;3.70386;99;20221026;23.1;16.4;19.8;1.4;20.6;0;1.31;8784
+70089;43.6546;3.70386;99;20221027;23.3;19.1;21.2;1;19.9;.1;1.27;6638
+70089;43.6546;3.70386;99;20221028;23.7;14;18.9;.6;16.4;.1;1.31;10492
+70089;43.6546;3.70386;99;20221029;23.6;7.8;15.7;.5;13.1;.1;1.26;13409
+70089;43.6546;3.70386;99;20221030;22.6;10.7;16.7;.9;16.5;0;1.26;11420
+70089;43.6546;3.70386;99;20221031;21.4;15;18.2;2.1;19.6;2.7;1.09;7980
+70089;43.6546;3.70386;99;20221101;23.8;16.8;20.3;1.2;17.8;.1;1.39;8277
+70089;43.6546;3.70386;99;20221102;22;9.1;15.6;.4;11.8;.1;1.02;11457
+70089;43.6546;3.70386;99;20221103;15;5.5;10.3;2;11.7;4.1;.84;9550
+70089;43.6546;3.70386;99;20221104;14.8;8;11.4;3.1;9.6;1.9;1.46;7806
+70089;43.6546;3.70386;99;20221105;17.8;11.8;14.8;2.9;7;0;2.47;7167
+70089;43.6546;3.70386;99;20221106;19.7;.3;10;.9;7.1;.1;1.09;12143
+70089;43.6546;3.70386;99;20221107;21.5;1;11.3;.9;8.5;0;1.11;11995
+70089;43.6546;3.70386;99;20221108;17.3;4.9;11.1;2.1;14.7;3.4;.55;10340
+70089;43.6546;3.70386;99;20221109;20.3;17.3;18.8;2.3;17.7;.4;1.19;4481
+70089;43.6546;3.70386;99;20221110;19.9;7.7;13.8;1.4;11.7;0;1.12;9979
+70089;43.6546;3.70386;99;20221111;21.2;9.4;15.3;1.6;11.7;0;1.32;9668
+70089;43.6546;3.70386;99;20221112;21.9;4.8;13.4;.4;10.7;0;.73;11298
+70089;43.6546;3.70386;99;20221113;17.1;6.3;11.7;.5;11.9;.7;.65;8966
+70089;43.6546;3.70386;99;20221114;13.5;11.2;12.4;1.6;13.5;42.9;.58;3515
+70089;43.6546;3.70386;99;20221115;16.9;13;15;2.1;14.7;2.2;.86;4829
+70089;43.6546;3.70386;99;20221116;19.6;6.9;13.3;.8;11.4;.1;.78;9446
+70089;43.6546;3.70386;99;20221117;18.9;7.4;13.2;.9;12;1.3;.76;8827
+70089;43.6546;3.70386;99;20221118;15.9;11.2;13.6;1.9;9.1;.2;1.35;5193
+70089;43.6546;3.70386;99;20221119;15.3;2.8;9.1;2.1;7.3;0;1.17;9027
+70089;43.6546;3.70386;99;20221120;15;.7;7.9;1.3;6.9;0;.82;9615
+70089;43.6546;3.70386;99;20221121;8.6;1.5;5.1;1;8.4;6.1;.37;6385
+70089;43.6546;3.70386;99;20221122;13.2;7;10.1;3.5;7.9;1.8;1.51;5826
+70089;43.6546;3.70386;99;20221123;16.5;7.6;12.1;1.7;9.8;1.6;.97;7108
+70089;43.6546;3.70386;99;20221124;16.6;3.5;10.1;.5;9.1;0;.45;8754
+70089;43.6546;3.70386;99;20221125;16.2;3.7;10;.9;9.5;.6;.56;8436
+70089;43.6546;3.70386;99;20221126;17.7;1.8;9.8;1.9;7.2;0;1.15;9551
+70089;43.6546;3.70386;99;20221127;13.5;.1;6.8;.8;8;6.9;.42;8594
+70089;43.6546;3.70386;99;20221128;11.3;7.3;9.3;1.5;10.8;8;.47;4170
+70089;43.6546;3.70386;99;20221129;13.9;1;7.5;1.1;7.2;0;.58;8251
+70089;43.6546;3.70386;99;20221130;13.8;-.8;6.5;.9;6.6;0;.48;8765
+70089;43.6546;3.70386;99;20221201;11.5;-1.3;5.1;1.6;6.5;.1;.61;8068
+70089;43.6546;3.70386;99;20221202;8.4;-2.6;2.9;.7;6.6;1.5;.27;7339
+70089;43.6546;3.70386;99;20221203;7.5;5.5;6.5;2.5;9.1;13;.43;2497
+70089;43.6546;3.70386;99;20221204;11.5;5.7;8.6;.9;8.9;6.4;.48;4954
+70089;43.6546;3.70386;99;20221205;11.7;-3.1;4.3;.7;5.8;.2;.32;8483
+70089;43.6546;3.70386;99;20221206;11.7;-1.8;5;.6;6.2;.3;.29;7998
+70089;43.6546;3.70386;99;20221207;9.8;-1.8;4;1.8;5.9;.2;.61;7288
+70089;43.6546;3.70386;99;20221208;6.3;-3;1.7;2.1;6.3;7;.33;6375
+70089;43.6546;3.70386;99;20221209;14.3;5.4;9.9;1.6;10.5;0;.51;6176
+70089;43.6546;3.70386;99;20221210;10.4;2.6;6.5;1.1;7.5;0;.45;5683
+70089;43.6546;3.70386;99;20221211;7;-2.5;2.3;2.5;4.09;0;.98;6533
+70089;43.6546;3.70386;99;20221212;6.2;-5.3;.5;1.5;5.3;5.4;.34;7060
+70089;43.6546;3.70386;99;20221213;5.9;1.4;3.7;1.8;8.3;7.2;.16;4003
+70089;43.6546;3.70386;99;20221214;11.8;5.9;8.9;1;11;4.4;.31;4719
+70089;43.6546;3.70386;99;20221215;11.3;9;10.2;1.9;11.5;31.8;.47;2539
+70089;43.6546;3.70386;99;20221216;13.6;5.8;9.7;.9;9.4;0;.44;5552
+70089;43.6546;3.70386;99;20221217;10.7;-4.1;3.3;.5;5;.1;.19;8030
+70089;43.6546;3.70386;99;20221218;7.7;-5;1.4;.9;6.4;.4;.18;7349
+70089;43.6546;3.70386;99;20221219;15.4;7.4;11.4;2.2;12.8;0;.43;5608
+70089;43.6546;3.70386;99;20221220;15.4;13.2;14.3;2.7;15.1;1.7;.59;2436
+70089;43.6546;3.70386;99;20221221;18.8;12.1;15.5;.9;12.8;.1;.63;5038
+70089;43.6546;3.70386;99;20221222;15.8;5.3;10.6;1.5;11.7;.1;.41;6576
+70089;43.6546;3.70386;99;20221223;21.1;10.6;15.9;1.7;13.4;.1;.88;6581
+70089;43.6546;3.70386;99;20221224;20.9;5.1;13;.3;10.1;.1;.18;8324
+70089;43.6546;3.70386;99;20221225;13.2;2.9;8.1;1.6;10.6;0;.28;6529
+70089;43.6546;3.70386;99;20221226;17.9;12.3;15.1;1.4;12.4;.1;.82;4548
+70089;43.6546;3.70386;99;20221227;16.8;2.3;9.6;.6;8.3;.1;.31;7984
+70089;43.6546;3.70386;99;20221228;10.2;-.2;5;.7;8;0;.23;6622
+70089;43.6546;3.70386;99;20221229;14.9;10;12.5;1.1;11.4;0;.59;4231
+70089;43.6546;3.70386;99;20221230;13.9;7.1;10.5;.5;11;.1;.35;5195
+70089;43.6546;3.70386;99;20221231;14.6;7.8;11.2;1.3;12.6;0;.39;5221
+70090;43.67305;4.01226;2;20220101;9.3;5;7.2;1.5;9.9;.3;.28;3262
+70090;43.67305;4.01226;2;20220102;10.5;7.8;9.2;1.8;10.34;0;.52;2251
+70090;43.67305;4.01226;2;20220103;15;4.7;9.9;1.3;10.1;0;.46;6468
+70090;43.67305;4.01226;2;20220104;12.1;7.5;9.8;3;11.3;.5;.45;3158
+70090;43.67305;4.01226;2;20220105;10.3;8.3;9.3;6.7;6;.1;2.45;3956
+70090;43.67305;4.01226;2;20220106;10.5;4.3;7.4;6.8;4.57;0;2.63;5329
+70090;43.67305;4.01226;2;20220107;10.9;.8;5.9;3.4;5.2;0;1.35;6718
+70090;43.67305;4.01226;2;20220108;14.4;5;9.7;4.7;8.04;.1;1.51;6752
+70090;43.67305;4.01226;2;20220109;11.6;7.9;9.7;5.6;7.24;.1;1.88;3394
+70090;43.67305;4.01226;2;20220110;12.5;6.8;9.7;5;6.3;0;2.15;4353
+70090;43.67305;4.01226;2;20220111;9.9;.7;5.3;5.2;4.87;0;1.72;6789
+70090;43.67305;4.01226;2;20220112;9.1;.2;4.7;4.8;4.8;0;1.57;6656
+70090;43.67305;4.01226;2;20220113;10.5;-1.8;4.4;3;4.74;0;1.21;7723
+70090;43.67305;4.01226;2;20220114;13.1;-2.9;5.1;1.4;4.84;.1;.77;8880
+70090;43.67305;4.01226;2;20220115;11.6;-2.5;4.6;1.5;5.44;0;.73;8507
+70090;43.67305;4.01226;2;20220116;15.2;-2.4;6.4;2;5.07;.1;1.15;8941
+70090;43.67305;4.01226;2;20220117;15.2;.9;8;3.7;5.67;0;1.84;8619
+70090;43.67305;4.01226;2;20220118;12.3;.5;6.4;2.4;6;0;1.07;7928
+70090;43.67305;4.01226;2;20220119;12.6;2;7.3;3;6.47;0;1.28;6335
+70090;43.67305;4.01226;2;20220120;13.6;3.3;8.4;5.5;5.5;0;2.35;7975
+70090;43.67305;4.01226;2;20220121;9.8;3.1;6.4;6.6;4.2;0;2.53;6476
+70090;43.67305;4.01226;2;20220122;10.9;-.6;5.1;5.7;4.8;0;1.99;8099
+70090;43.67305;4.01226;2;20220123;11.6;2.2;6.9;3.7;5.84;0;1.53;7819
+70090;43.67305;4.01226;2;20220124;12.3;.8;6.6;2;6.37;0;1;7961
+70090;43.67305;4.01226;2;20220125;12.5;-1.3;5.6;1.8;6.64;0;.83;9435
+70090;43.67305;4.01226;2;20220126;14;-1.1;6.4;1.5;6.24;0;.93;9884
+70090;43.67305;4.01226;2;20220127;13.5;-1.4;6;1.9;5.3;0;1.19;10070
+70090;43.67305;4.01226;2;20220128;17.2;-1.8;7.7;5.4;4.7;0;3.01;10670
+70090;43.67305;4.01226;2;20220129;16.4;3;9.7;2.6;5.24;0;1.93;9585
+70090;43.67305;4.01226;2;20220130;17.2;3.5;10.4;4.5;6.9;0;2.38;9508
+70090;43.67305;4.01226;2;20220131;13.8;1;7.4;6.7;6.04;0;2.39;9323
+70090;43.67305;4.01226;2;20220201;13.6;5.3;9.4;7.6;5.4;0;3.13;8249
+70090;43.67305;4.01226;2;20220202;18.1;8.9;13.5;5.5;7.84;0;2.95;9229
+70090;43.67305;4.01226;2;20220203;16.7;3.8;10.3;2;7.9;0;1.34;9638
+70090;43.67305;4.01226;2;20220204;17;3.3;10.2;3.3;8.24;0;1.71;10112
+70090;43.67305;4.01226;2;20220205;16.6;5.9;11.2;4.3;6.3;0;2.57;9767
+70090;43.67305;4.01226;2;20220206;14.4;.7;7.5;4.7;6.14;.2;2.12;10607
+70090;43.67305;4.01226;2;20220207;16.3;8.6;12.5;6.1;6.71;.1;3.17;8223
+70090;43.67305;4.01226;2;20220208;15.5;1.4;8.4;3.5;4.77;0;2.34;11309
+70090;43.67305;4.01226;2;20220209;14;1.7;7.8;2.3;7.87;.1;1.19;9372
+70090;43.67305;4.01226;2;20220210;12.1;9.2;10.7;2.2;10;0;1.31;8400
+70090;43.67305;4.01226;2;20220211;16.9;2.9;9.9;4.3;6.8;0;2.47;10400
+70090;43.67305;4.01226;2;20220212;15.2;5.6;10.4;5.4;7.7;1.2;2.38;10300
+70090;43.67305;4.01226;2;20220213;11.6;7.6;9.6;9.1;10.7;10.6;.91;1500
+70090;43.67305;4.01226;2;20220214;13;11.4;12.2;7;10.3;4.5;1.93;3500
+70090;43.67305;4.01226;2;20220215;14.2;7.3;10.8;7.2;7.3;0;2.91;13000
+70090;43.67305;4.01226;2;20220216;16.1;7;11.5;4.3;9.7;.4;1.75;9222
+70090;43.67305;4.01226;2;20220217;20.5;11.4;16;5;11.01;.1;2.82;9955
+70090;43.67305;4.01226;2;20220218;17.8;7.2;12.5;1.9;11.2;0;1.48;11959
+70090;43.67305;4.01226;2;20220219;15.2;9.4;12.3;4.7;6.74;0;2.83;7700
+70090;43.67305;4.01226;2;20220220;16.6;6;11.3;5.5;7.27;.1;2.89;12474
+70090;43.67305;4.01226;2;20220221;15.9;10;12.9;8;7.7;.1;3.51;10615
+70090;43.67305;4.01226;2;20220222;17.9;9;13.4;6;6.84;0;3.72;11668
+70090;43.67305;4.01226;2;20220223;18.9;8.2;13.5;3.5;8.74;0;2.57;13210
+70090;43.67305;4.01226;2;20220224;16.5;6.6;11.5;2.7;10.44;.3;1.56;10332
+70090;43.67305;4.01226;2;20220225;14.9;8.1;11.5;5.7;5.97;0;3.26;10538
+70090;43.67305;4.01226;2;20220226;14.7;6.4;10.5;4.4;5.57;0;2.91;12257
+70090;43.67305;4.01226;2;20220227;14;.9;7.4;3;7.07;0;1.77;13385
+70090;43.67305;4.01226;2;20220228;14;2.9;8.5;2.7;8.1;0;1.68;13924
+70090;43.67305;4.01226;2;20220301;13.2;3.2;8.2;3.4;7.4;0;1.78;10844
+70090;43.67305;4.01226;2;20220302;11.9;4.3;8.1;2.1;8.2;0;1.24;8099
+70090;43.67305;4.01226;2;20220303;16.4;1.5;9;1.5;8.11;.1;1.73;15909
+70090;43.67305;4.01226;2;20220304;19.1;6.4;12.8;3.4;8.57;0;2.67;13349
+70090;43.67305;4.01226;2;20220305;15.8;4.3;10;2.9;6.57;0;2.44;14718
+70090;43.67305;4.01226;2;20220306;14.2;1.4;7.8;3.2;4.94;0;2.48;14999
+70090;43.67305;4.01226;2;20220307;13.5;-.3;6.6;2.2;5.2;0;2.06;15440
+70090;43.67305;4.01226;2;20220308;11.7;1.7;6.7;2.9;7.1;.2;1.52;9909
+70090;43.67305;4.01226;2;20220309;13.1;6.1;9.6;2.6;9.1;0;1.49;9636
+70090;43.67305;4.01226;2;20220310;13.6;6;9.8;4.5;10.57;1.8;1.34;9607
+70090;43.67305;4.01226;2;20220311;13.1;11.4;12.3;8;10.77;20.6;1.89;4848
+70090;43.67305;4.01226;2;20220312;11.5;8.6;10.1;6.7;10.14;29.9;1.33;4831
+70090;43.67305;4.01226;2;20220313;11.3;8.1;9.7;7.9;9.87;35.2;1.37;5119
+70090;43.67305;4.01226;2;20220314;13.6;7.6;10.6;3.4;10.77;.3;1.37;8380
+70090;43.67305;4.01226;2;20220315;15.1;10;12.6;2.6;11.44;0;1.62;9407
+70090;43.67305;4.01226;2;20220316;15.4;9.3;12.4;1.7;11.47;0;1.58;10476
+70090;43.67305;4.01226;2;20220317;16.1;8.9;12.5;2.4;11.47;.5;1.67;9741
+70090;43.67305;4.01226;2;20220318;16.7;10.1;13.4;2.5;11.3;.6;1.77;7800
+70090;43.67305;4.01226;2;20220319;16.8;7.3;12.1;2.5;9.7;0;2.13;11900
+70090;43.67305;4.01226;2;20220320;12.6;5.9;9.3;7;10.1;13.7;1.13;2000
+70090;43.67305;4.01226;2;20220321;12.8;7.9;10.4;7.8;8.9;0;2.17;5400
+70090;43.67305;4.01226;2;20220322;15;3.4;9.2;5.2;7.7;0;2.82;18500
+70090;43.67305;4.01226;2;20220323;15.3;2.9;9.1;2.8;7.8;0;2.53;19400
+70090;43.67305;4.01226;2;20220324;16.9;2.4;9.7;2.3;7.4;0;2.7;19700
+70090;43.67305;4.01226;2;20220325;17.7;3;10.4;2.6;7.6;0;2.81;18200
+70090;43.67305;4.01226;2;20220326;17.6;4.1;10.9;2.6;7.8;0;2.92;19600
+70090;43.67305;4.01226;2;20220327;20.9;5.1;13;2;8.1;0;2.71;12900
+70090;43.67305;4.01226;2;20220328;19.7;4.8;12.3;2.4;9.2;0;2.89;18000
+70090;43.67305;4.01226;2;20220329;16.5;7.1;11.8;3.7;12.2;4.6;1.8;12700
+70090;43.67305;4.01226;2;20220330;17.1;10.3;13.7;2.9;11.7;.3;1.95;8500
+70090;43.67305;4.01226;2;20220331;19.2;10.6;14.9;7.2;7.9;.2;5.25;25200
+70090;43.67305;4.01226;2;20220401;11.3;5.7;8.5;10.8;5.2;.1;4.11;21000
+70090;43.67305;4.01226;2;20220402;9.1;4.7;6.9;9.1;4.3;0;3.51;11500
+70090;43.67305;4.01226;2;20220403;11.6;2.7;7.2;5.5;4.86;0;3.16;19178
+70090;43.67305;4.01226;2;20220404;16.4;2.8;9.6;3.2;5.41;0;3.52;22584
+70090;43.67305;4.01226;2;20220405;17;1.7;9.4;2.8;7.3;0;3.22;24000
+70090;43.67305;4.01226;2;20220406;18;4.9;11.5;3.9;9.6;0;2.8;15900
+70090;43.67305;4.01226;2;20220407;21.7;11.8;16.8;6.3;10.5;.2;4.34;12800
+70090;43.67305;4.01226;2;20220408;20.7;12.5;16.6;6;12;0;4.28;21700
+70090;43.67305;4.01226;2;20220409;17.9;10.6;14.3;7.5;6.1;0;5.63;23000
+70090;43.67305;4.01226;2;20220410;16.5;2.1;9.3;3.5;7.1;.2;3.48;25300
+70090;43.67305;4.01226;2;20220411;14.5;6.4;10.5;6.6;11.3;.5;1.67;12300
+70090;43.67305;4.01226;2;20220412;16.4;6.6;11.5;5.2;10.5;0;2.66;17200
+70090;43.67305;4.01226;2;20220413;18.5;8.7;13.6;3.1;10.9;0;3.04;18300
+70090;43.67305;4.01226;2;20220414;24.5;8.1;16.3;3.3;11;0;4.43;23100
+70090;43.67305;4.01226;2;20220415;27.4;12.8;20.1;4.4;11.91;0;5.68;24475
+70090;43.67305;4.01226;2;20220416;24.6;14.3;19.5;9.7;10.21;0;7.73;19732
+70090;43.67305;4.01226;2;20220417;20.2;11.1;15.7;3.4;9.5;0;4.48;25900
+70090;43.67305;4.01226;2;20220418;20.1;7.5;13.8;3.1;11.4;0;3.73;25600
+70090;43.67305;4.01226;2;20220419;22.4;10.6;16.5;3.5;11.2;.6;4.54;25600
+70090;43.67305;4.01226;2;20220420;17.6;12.1;14.9;3.4;14;13.9;1.74;7200
+70090;43.67305;4.01226;2;20220421;19.3;12.2;15.8;3.5;13.4;.7;2.34;9300
+70090;43.67305;4.01226;2;20220422;18.9;9.7;14.3;4.9;13.5;.3;3.26;24100
+70090;43.67305;4.01226;2;20220423;16;14.6;15.3;7.6;13.2;9.4;2.33;5800
+70090;43.67305;4.01226;2;20220424;18.3;9.1;13.7;4;11.5;2;2.69;13100
+70090;43.67305;4.01226;2;20220425;22.3;10.9;16.6;6.3;10.5;0;5.47;27000
+70090;43.67305;4.01226;2;20220426;20.7;7.1;13.9;3.5;11.1;0;4.11;27200
+70090;43.67305;4.01226;2;20220427;20.9;9.6;15.3;3.3;13.1;0;3.91;26100
+70090;43.67305;4.01226;2;20220428;24;11.5;17.8;2.8;12.9;0;4.39;23900
+70090;43.67305;4.01226;2;20220429;23.6;10.5;17.1;2.6;13.8;0;4.42;27300
+70090;43.67305;4.01226;2;20220430;24.6;14;19.3;2.8;13.1;0;4.46;21600
+70090;43.67305;4.01226;2;20220501;23.3;9.2;16.3;3;10.1;0;4.66;24700
+70090;43.67305;4.01226;2;20220502;21.7;10.6;16.2;3.2;11.6;0;4.05;21700
+70090;43.67305;4.01226;2;20220503;21.7;12.1;16.9;3;13.9;.5;3.61;20000
+70090;43.67305;4.01226;2;20220504;21.9;9.5;15.7;2.8;13.4;2.1;4.1;26600
+70090;43.67305;4.01226;2;20220505;22.7;13.8;18.3;3.2;11.8;2;3.83;14600
+70090;43.67305;4.01226;2;20220506;22.9;12.8;17.9;5.2;10.07;0;5.36;21747
+70090;43.67305;4.01226;2;20220507;26.7;13.6;20.1;3.8;10.8;0;5.9;25929
+70090;43.67305;4.01226;2;20220508;24.9;13.6;19.3;3;12.24;2.5;4.9;23802
+70090;43.67305;4.01226;2;20220509;24.3;12.5;18.4;2.5;15.1;.1;4.44;26131
+70090;43.67305;4.01226;2;20220510;24;12.4;18.2;2.2;14.7;.1;4.44;26509
+70090;43.67305;4.01226;2;20220511;22.9;12.3;17.6;3.7;14.94;0;4.32;26200
+70090;43.67305;4.01226;2;20220512;22.4;13.4;17.9;3.3;14.77;0;4.21;24480
+70090;43.67305;4.01226;2;20220513;24.7;12.3;18.5;2.3;14.1;0;4.61;26398
+70090;43.67305;4.01226;2;20220514;27.4;14.6;21;2.5;16.54;0;5.05;26536
+70090;43.67305;4.01226;2;20220515;23.8;16.5;20.2;4.1;17.37;0;4.28;22934
+70090;43.67305;4.01226;2;20220516;24.7;14.5;19.6;3;16.1;.4;4.62;26056
+70090;43.67305;4.01226;2;20220517;25.6;15.5;20.5;2.4;17.57;.1;4.7;26003
+70090;43.67305;4.01226;2;20220518;30.4;16.1;23.2;2.8;18.27;.1;5.72;27150
+70090;43.67305;4.01226;2;20220519;25.6;18.1;21.8;3;18.8;0;4.61;23745
+70090;43.67305;4.01226;2;20220520;26.2;15.9;21;3.7;17.3;0;5.09;26524
+70090;43.67305;4.01226;2;20220521;27.5;16.6;22.1;2.7;17.3;.2;5.24;26118
+70090;43.67305;4.01226;2;20220522;26.1;16.6;21.3;2.9;19.34;0;4.58;24635
+70090;43.67305;4.01226;2;20220523;27.9;19.7;23.8;3.6;18.37;.2;4.93;20001
+70090;43.67305;4.01226;2;20220524;23.7;18.2;21;4.9;11.9;.9;5.25;16297
+70090;43.67305;4.01226;2;20220525;27.9;16.9;22.4;5.4;10.44;0;7.19;23598
+70090;43.67305;4.01226;2;20220526;30.1;16.8;23.4;5.2;10.77;0;8.08;29021
+70090;43.67305;4.01226;2;20220527;33;16.6;24.8;4.6;12.7;0;8.09;28423
+70090;43.67305;4.01226;2;20220528;30.3;18;24.1;5.8;10.8;0;8.26;26619
+70090;43.67305;4.01226;2;20220529;27.9;14.8;21.4;3.8;8.14;0;7.21;29438
+70090;43.67305;4.01226;2;20220530;25.5;12.8;19.2;2.4;9.5;.1;5.39;25919
+70090;43.67305;4.01226;2;20220531;25.5;16.8;21.2;2.4;14.57;0;5.08;25258
+70090;43.67305;4.01226;2;20220601;26.8;14.7;20.7;2.1;16.07;0;5.21;28281
+70090;43.67305;4.01226;2;20220602;26.5;18.2;22.4;2.6;19;0;4.91;25125
+70090;43.67305;4.01226;2;20220603;29;18.7;23.8;2.5;18.04;0;5.52;25835
+70090;43.67305;4.01226;2;20220604;27.5;19.3;23.4;3.1;19.37;.1;5.36;25575
+70090;43.67305;4.01226;2;20220605;32.4;20.5;26.5;3.7;18.77;0;6.87;27775
+70090;43.67305;4.01226;2;20220606;29.9;18.4;24.1;3.5;15.3;.6;6.61;27747
+70090;43.67305;4.01226;2;20220607;30.6;19.3;24.9;3.5;14.87;0;6.91;27898
+70090;43.67305;4.01226;2;20220608;27.1;17.8;22.4;4;13.3;0;5.73;21017
+70090;43.67305;4.01226;2;20220609;28.2;17.9;23;7.2;10.77;0;8.43;27401
+70090;43.67305;4.01226;2;20220610;33.1;17.7;25.4;5.1;11.17;0;9.05;31080
+70090;43.67305;4.01226;2;20220611;34.2;18.2;26.2;3.3;12.2;0;8.01;30840
+70090;43.67305;4.01226;2;20220612;31.8;17.8;24.8;2.2;14.97;0;6.53;29486
+70090;43.67305;4.01226;2;20220613;35.5;19.6;27.5;3.2;17.24;.9;7.63;29198
+70090;43.67305;4.01226;2;20220614;32.2;20.6;26.4;3.4;14.4;0;7.47;28520
+70090;43.67305;4.01226;2;20220615;30.9;20;25.5;2.8;18.44;0;6.18;26710
+70090;43.67305;4.01226;2;20220616;32.4;18.4;25.4;2.3;19.14;0;6.27;28441
+70090;43.67305;4.01226;2;20220617;39;24.4;31.7;3.5;17.27;0;8.99;29360
+70090;43.67305;4.01226;2;20220618;31;19.7;25.3;2.7;20.2;0;6.23;28586
+70090;43.67305;4.01226;2;20220619;29.3;20.9;25.1;4.4;21.4;0;5.91;26338
+70090;43.67305;4.01226;2;20220620;28.9;20.1;24.5;4.1;20.8;0;5.76;25754
+70090;43.67305;4.01226;2;20220621;30.5;22.7;26.6;3.7;24.17;2;4.95;19033
+70090;43.67305;4.01226;2;20220622;28.1;22.5;25.3;4.6;24.8;0;4.8;21730
+70090;43.67305;4.01226;2;20220623;27.7;23.5;25.6;5.6;24.1;12;4.92;20387
+70090;43.67305;4.01226;2;20220624;29.1;19;24.1;3.6;19.34;2;5.63;26001
+70090;43.67305;4.01226;2;20220625;27.3;17.7;22.5;3.1;19.14;1.8;5.17;25776
+70090;43.67305;4.01226;2;20220626;28.6;23.2;25.9;3.6;23.97;0;5.16;22741
+70090;43.67305;4.01226;2;20220627;32.4;21.2;26.8;3.9;18.57;.3;6.88;25373
+70090;43.67305;4.01226;2;20220628;33.9;18.9;26.4;3.7;15.17;0;7.8;30206
+70090;43.67305;4.01226;2;20220629;29.9;19.1;24.5;3.4;15.84;.5;6.56;28297
+70090;43.67305;4.01226;2;20220630;28;20.1;24;3.4;19.5;0;4.85;20037
+70090;43.67305;4.01226;2;20220701;29.8;17.5;23.6;4.4;12.7;0;7.52;29410
+70090;43.67305;4.01226;2;20220702;30.5;16.9;23.7;3.2;12.84;0;6.92;29642
+70090;43.67305;4.01226;2;20220703;31;17.6;24.3;2.2;16.57;0;6.17;28681
+70090;43.67305;4.01226;2;20220704;33.7;21.3;27.5;3.2;20.17;.6;6.89;27540
+70090;43.67305;4.01226;2;20220705;34.1;22.6;28.4;3.7;17.17;0;7.9;28714
+70090;43.67305;4.01226;2;20220706;33.9;22.6;28.2;4.9;12.24;0;8.97;27442
+70090;43.67305;4.01226;2;20220707;34.4;19.4;26.9;5.6;11.74;0;9.62;29919
+70090;43.67305;4.01226;2;20220708;34.3;22.1;28.2;6.3;11.97;0;10.02;28060
+70090;43.67305;4.01226;2;20220709;34.2;20.6;27.4;4.1;11.87;0;8.73;29643
+70090;43.67305;4.01226;2;20220710;36.1;22.6;29.3;4.1;12.67;0;9.08;29744
+70090;43.67305;4.01226;2;20220711;30.9;19.8;25.3;2.9;16.77;0;6.39;27431
+70090;43.67305;4.01226;2;20220712;30.7;19.4;25;2.3;21.17;0;5.76;27652
+70090;43.67305;4.01226;2;20220713;30.2;19.1;24.6;2.3;21.24;.1;5.69;27951
+70090;43.67305;4.01226;2;20220714;30.4;20.5;25.4;2.3;23.7;.1;5.61;27411
+70090;43.67305;4.01226;2;20220715;37.5;22.1;29.8;3;20.97;0;7.79;29744
+70090;43.67305;4.01226;2;20220716;37.4;24.7;31;4;14.24;0;9.17;28619
+70090;43.67305;4.01226;2;20220717;34.1;21.4;27.8;3.4;16.6;0;7.53;28100
+70090;43.67305;4.01226;2;20220718;34.6;21.8;28.2;2.4;20.4;.4;6.65;27960
+70090;43.67305;4.01226;2;20220719;32;21.1;26.5;1.8;22.84;0;5.72;27054
+70090;43.67305;4.01226;2;20220720;33.6;20.7;27.1;3.1;20.87;.7;6.5;26960
+70090;43.67305;4.01226;2;20220721;35.5;23.1;29.3;3.8;16.87;.2;8.08;27821
+70090;43.67305;4.01226;2;20220722;32.4;21.5;27;2.5;21.34;.2;6.05;26404
+70090;43.67305;4.01226;2;20220723;32.6;24.2;28.4;3.4;21.77;0;6.22;23092
+70090;43.67305;4.01226;2;20220724;34;23.9;29;3.1;18.17;0;7.07;25832
+70090;43.67305;4.01226;2;20220725;36.2;22.2;29.2;3.4;20.9;0;7.03;25561
+70090;43.67305;4.01226;2;20220726;35.9;23.3;29.6;4.6;14.54;0;8.88;26989
+70090;43.67305;4.01226;2;20220727;32.6;20.5;26.5;4;13.04;0;7.69;27615
+70090;43.67305;4.01226;2;20220728;31.8;19.2;25.5;2.5;14.04;.1;6.21;25424
+70090;43.67305;4.01226;2;20220729;29.6;19.9;24.7;2.5;18.3;.4;5.07;21621
+70090;43.67305;4.01226;2;20220730;34.3;21.7;28;3.4;15.4;0;7.49;27798
+70090;43.67305;4.01226;2;20220731;36.5;22.2;29.3;3.8;14.34;0;8.23;28020
+70090;43.67305;4.01226;2;20220801;36.7;23.8;30.3;3.6;15.44;0;8.03;26993
+70090;43.67305;4.01226;2;20220802;36.1;25.1;30.6;4;15.74;0;8.33;26297
+70090;43.67305;4.01226;2;20220803;31.6;20.9;26.3;2.5;20.24;0;5.8;25695
+70090;43.67305;4.01226;2;20220804;30.9;22;26.5;2.2;24.14;0;5.3;24649
+70090;43.67305;4.01226;2;20220805;32.5;23.4;28;2.6;23.84;.1;5.34;21901
+70090;43.67305;4.01226;2;20220806;36;23.3;29.7;4.4;17;0;8.16;25479
+70090;43.67305;4.01226;2;20220807;34;23.7;28.9;4;14.84;0;7.7;24989
+70090;43.67305;4.01226;2;20220808;35.4;21.4;28.4;3;13.9;0;7.25;26551
+70090;43.67305;4.01226;2;20220809;34.7;19.3;27;2.2;15.4;0;6.21;26057
+70090;43.67305;4.01226;2;20220810;31.8;20;25.9;2.5;21.44;0;5.45;25193
+70090;43.67305;4.01226;2;20220811;31.6;21.2;26.4;2.7;24.1;0;5.29;24301
+70090;43.67305;4.01226;2;20220812;32.5;23.1;27.8;2.9;25.9;0;5.36;23206
+70090;43.67305;4.01226;2;20220813;30.6;23.2;26.9;3.2;26.6;0;4.61;20300
+70090;43.67305;4.01226;2;20220814;29.2;25.4;27.3;4.1;23.47;26.6;4.56;14914
+70090;43.67305;4.01226;2;20220815;30.6;19.7;25.1;2.4;19.84;0;5.22;24164
+70090;43.67305;4.01226;2;20220816;30.6;19.8;25.2;3.3;19.14;21;5.49;23045
+70090;43.67305;4.01226;2;20220817;27.3;19.3;23.3;3.6;21.4;26.3;3.76;16986
+70090;43.67305;4.01226;2;20220818;27;17;22;3.2;17.64;.1;3.92;16175
+70090;43.67305;4.01226;2;20220819;31.6;22.1;26.8;6;16;0;7.32;20753
+70090;43.67305;4.01226;2;20220820;33;20.5;26.7;3.6;16.5;0;6.47;23758
+70090;43.67305;4.01226;2;20220821;32.2;19.8;26;3.2;15.04;0;5.95;21782
+70090;43.67305;4.01226;2;20220822;32.4;21.4;26.9;4.4;16.17;0;6.73;22012
+70090;43.67305;4.01226;2;20220823;34.2;21.9;28;3.6;17.04;0;6.73;23443
+70090;43.67305;4.01226;2;20220824;31.2;20.1;25.7;2.4;18.44;0;5.27;23048
+70090;43.67305;4.01226;2;20220825;30.5;19.2;24.8;2.3;21.6;.3;4.49;21448
+70090;43.67305;4.01226;2;20220826;33.5;21.6;27.5;3;19.4;0;5.8;22398
+70090;43.67305;4.01226;2;20220827;31.4;20;25.7;2.8;18.04;0;5.3;22628
+70090;43.67305;4.01226;2;20220828;30.8;19.3;25.1;2.6;18.27;0;5.1;22403
+70090;43.67305;4.01226;2;20220829;29.7;18.7;24.2;2.7;22.67;1.2;4.18;20884
+70090;43.67305;4.01226;2;20220830;28.9;23.8;26.4;2.8;25.6;.5;3.69;15564
+70090;43.67305;4.01226;2;20220831;30.8;19.2;25;3.5;19.77;0;4.84;19259
+70090;43.67305;4.01226;2;20220901;31.1;19.8;25.4;2.5;18.7;0;4.86;21364
+70090;43.67305;4.01226;2;20220902;27.4;20.5;24;2.5;21.07;5.7;3.45;15380
+70090;43.67305;4.01226;2;20220903;27.2;19.8;23.5;2.3;21.74;.2;3.37;16195
+70090;43.67305;4.01226;2;20220904;28.9;20;24.4;2.9;22.87;.1;3.92;18667
+70090;43.67305;4.01226;2;20220905;28.5;21.7;25.1;3.7;25.34;.4;3.56;16389
+70090;43.67305;4.01226;2;20220906;28.1;22.3;25.2;4.3;24.87;11.4;3.38;13480
+70090;43.67305;4.01226;2;20220907;27.3;19.2;23.3;4.7;23.57;29.1;3.1;13911
+70090;43.67305;4.01226;2;20220908;27.4;17.5;22.5;2.3;18.24;.1;3.76;18598
+70090;43.67305;4.01226;2;20220909;26.9;17.3;22.1;3;16.17;.2;3.94;16524
+70090;43.67305;4.01226;2;20220910;26.2;16.5;21.4;3;15.4;0;4.06;18963
+70090;43.67305;4.01226;2;20220911;28.9;15.7;22.3;3.2;15.04;0;4.76;21136
+70090;43.67305;4.01226;2;20220912;26.3;16.1;21.2;2.4;19.64;0;2.92;14736
+70090;43.67305;4.01226;2;20220913;26.6;22.2;24.4;5;25.3;13;2.71;10914
+70090;43.67305;4.01226;2;20220914;26.9;22.3;24.6;4.7;24.67;2.7;2.92;11197
+70090;43.67305;4.01226;2;20220915;30.7;18.7;24.7;2.9;19.44;0;4.26;18429
+70090;43.67305;4.01226;2;20220916;28.6;19.4;24;3.8;16;0;4.75;17706
+70090;43.67305;4.01226;2;20220917;22.5;15.4;19;5.8;9.44;0;5.12;16349
+70090;43.67305;4.01226;2;20220918;25;12.4;18.7;4.5;8.74;0;5.07;19016
+70090;43.67305;4.01226;2;20220919;26;12.8;19.4;4.7;9.5;0;5.26;18937
+70090;43.67305;4.01226;2;20220920;26;11.9;18.9;4.3;9.07;0;5.07;19301
+70090;43.67305;4.01226;2;20220921;25.5;11.7;18.6;2.9;10.5;0;4.05;19211
+70090;43.67305;4.01226;2;20220922;23.5;12.3;17.9;2.2;12.8;0;3.03;16645
+70090;43.67305;4.01226;2;20220923;23.2;13.5;18.4;3;16.24;45.9;2.67;15158
+70090;43.67305;4.01226;2;20220924;21.9;16.1;19;5.6;17.27;2.1;2.57;12054
+70090;43.67305;4.01226;2;20220925;23.1;13.9;18.5;2.5;13.5;0;3.04;16107
+70090;43.67305;4.01226;2;20220926;22.4;12.3;17.4;4;11.67;.3;3.54;16443
+70090;43.67305;4.01226;2;20220927;21;16.3;18.6;6.1;11.4;0;4.13;11994
+70090;43.67305;4.01226;2;20220928;23.3;16.3;19.8;5.7;13.97;.1;3.9;13654
+70090;43.67305;4.01226;2;20220929;21.7;15.9;18.8;4;12.67;.6;3.17;11131
+70090;43.67305;4.01226;2;20220930;19.9;13.7;16.8;3.5;11.1;0;2.94;12321
+70090;43.67305;4.01226;2;20221001;23.2;10.7;16.9;3.2;12.14;0;3.02;14663
+70090;43.67305;4.01226;2;20221002;27.9;15.6;21.7;3.5;15.1;0;3.89;16433
+70090;43.67305;4.01226;2;20221003;26.2;15;20.6;3;13.44;0;3.45;14235
+70090;43.67305;4.01226;2;20221004;24.7;13;18.9;2.4;14.34;.1;2.87;16201
+70090;43.67305;4.01226;2;20221005;22.2;14.6;18.4;2.3;17.34;.2;1.89;10402
+70090;43.67305;4.01226;2;20221006;24.7;13.9;19.3;1.9;16.5;.1;2.45;15090
+70090;43.67305;4.01226;2;20221007;23.2;13.7;18.5;1.9;16.1;.4;2.1;12570
+70090;43.67305;4.01226;2;20221008;21.6;15.9;18.7;1.9;16.1;.4;1.76;8184
+70090;43.67305;4.01226;2;20221009;21.4;13.9;17.6;2.8;14.8;0;2.09;9901
+70090;43.67305;4.01226;2;20221010;23.7;15.1;19.4;1.7;16.8;.1;2.07;12386
+70090;43.67305;4.01226;2;20221011;23.6;13.1;18.4;1.7;15.8;.1;2.13;13549
+70090;43.67305;4.01226;2;20221012;24.3;13.9;19.1;1.8;15.8;.4;2.15;12828
+70090;43.67305;4.01226;2;20221013;22.4;12.3;17.4;1.7;15.47;1;1.81;11333
+70090;43.67305;4.01226;2;20221014;24.7;17.1;20.9;3.3;16.54;.2;2.57;9470
+70090;43.67305;4.01226;2;20221015;23.7;12.6;18.1;2.1;15.5;.1;2.15;13680
+70090;43.67305;4.01226;2;20221016;23;17.1;20.1;5.4;20.24;.5;1.85;9683
+70090;43.67305;4.01226;2;20221017;22.5;16.7;19.6;4.3;19.04;0;1.8;9099
+70090;43.67305;4.01226;2;20221018;23.1;16.9;20;1.9;18.87;0;1.61;8838
+70090;43.67305;4.01226;2;20221019;21.7;16.5;19.1;2.4;19.44;.3;1.29;7165
+70090;43.67305;4.01226;2;20221020;20.9;20.4;20.7;6.6;21.57;1.6;1.23;2041
+70090;43.67305;4.01226;2;20221021;23.1;20.1;21.6;6.8;22.24;0;1.77;6499
+70090;43.67305;4.01226;2;20221022;23.5;17.8;20.6;3.2;20.67;0;1.59;7565
+70090;43.67305;4.01226;2;20221023;22.2;20.5;21.4;6.5;22.87;.1;1.27;3851
+70090;43.67305;4.01226;2;20221024;23.1;20.8;22;4;21.84;.2;1.71;6491
+70090;43.67305;4.01226;2;20221025;23.8;15;19.4;2.5;18.7;0;1.65;9141
+70090;43.67305;4.01226;2;20221026;23.4;17.8;20.6;3.5;20.27;0;1.59;7005
+70090;43.67305;4.01226;2;20221027;23.2;19.1;21.2;2.7;20.3;0;1.6;7675
+70090;43.67305;4.01226;2;20221028;23.3;16.9;20.1;1.9;18;.1;1.61;9165
+70090;43.67305;4.01226;2;20221029;23.8;12.8;18.3;1.8;15.64;.1;1.65;10202
+70090;43.67305;4.01226;2;20221030;22.8;14.8;18.8;2.7;17.54;0;1.57;8865
+70090;43.67305;4.01226;2;20221031;22.1;16.4;19.3;5.1;19.37;1.4;1.48;6817
+70090;43.67305;4.01226;2;20221101;24;19;21.5;3.5;18.7;.2;2.07;7635
+70090;43.67305;4.01226;2;20221102;22.4;13.8;18.1;2.2;12.7;.1;1.9;9242
+70090;43.67305;4.01226;2;20221103;17.2;10.4;13.8;3.7;12.74;14;1.35;5861
+70090;43.67305;4.01226;2;20221104;16;10;13;5.1;9.87;.3;2.12;7072
+70090;43.67305;4.01226;2;20221105;17.7;10.9;14.3;5;7.67;0;2.97;8494
+70090;43.67305;4.01226;2;20221106;19;5.7;12.4;1.9;8.24;0;1.58;10618
+70090;43.67305;4.01226;2;20221107;21;6.2;13.6;1.8;10.1;.3;1.46;11017
+70090;43.67305;4.01226;2;20221108;18.6;9.9;14.3;5.2;14.94;3.7;.96;5770
+70090;43.67305;4.01226;2;20221109;20.8;17.9;19.4;5.4;17.74;0;1.76;4799
+70090;43.67305;4.01226;2;20221110;19.9;12.3;16.1;3.4;12.24;0;1.85;8017
+70090;43.67305;4.01226;2;20221111;21.2;12;16.6;3.1;12.64;.1;1.8;8487
+70090;43.67305;4.01226;2;20221112;21.3;9.8;15.5;1.9;12.9;0;1.28;9173
+70090;43.67305;4.01226;2;20221113;18.2;10.4;14.3;2.2;13.24;0;1.03;5784
+70090;43.67305;4.01226;2;20221114;17.1;12.8;15;4.2;13.57;42.3;1.32;3371
+70090;43.67305;4.01226;2;20221115;18.8;13.8;16.3;4.3;15.17;1.8;1.27;4596
+70090;43.67305;4.01226;2;20221116;18.9;10.4;14.6;2.6;12.4;0;1.26;7358
+70090;43.67305;4.01226;2;20221117;19.3;10.6;14.9;2.1;12.94;1.3;1.11;6551
+70090;43.67305;4.01226;2;20221118;16.8;11.1;13.9;4.1;9.94;.1;1.89;6079
+70090;43.67305;4.01226;2;20221119;15.7;6.7;11.2;4.2;7.87;0;1.91;7496
+70090;43.67305;4.01226;2;20221120;15.4;7.6;11.5;4.3;7.24;0;2.07;7362
+70090;43.67305;4.01226;2;20221121;9.6;6.6;8.1;3;8.84;5.9;.81;2729
+70090;43.67305;4.01226;2;20221122;13.9;6.8;10.3;5.3;8.64;1.2;1.55;6908
+70090;43.67305;4.01226;2;20221123;16.2;7.6;11.9;2.4;10.17;.8;1.09;6027
+70090;43.67305;4.01226;2;20221124;16.9;8.8;12.8;2.7;9.6;0;1.33;7099
+70090;43.67305;4.01226;2;20221125;17.6;8.4;13;2.9;10;.2;1.4;6314
+70090;43.67305;4.01226;2;20221126;16.3;7.4;11.8;4;7.77;0;1.94;6800
+70090;43.67305;4.01226;2;20221127;14;3.9;8.9;2.6;8.94;8.2;.86;6622
+70090;43.67305;4.01226;2;20221128;11.2;9.3;10.3;3.7;11.07;16.1;.69;1916
+70090;43.67305;4.01226;2;20221129;14.5;5.6;10;3.2;7.97;0;1.28;7004
+70090;43.67305;4.01226;2;20221130;13.8;2.8;8.3;3.1;7.27;.1;1.17;7371
+70090;43.67305;4.01226;2;20221201;12;4.9;8.4;3.2;7.67;0;1.1;4915
+70090;43.67305;4.01226;2;20221202;8.7;3.9;6.3;2.5;7.44;2.6;.75;3561
+70090;43.67305;4.01226;2;20221203;8.2;6.1;7.1;3.7;9.34;12.5;.48;1932
+70090;43.67305;4.01226;2;20221204;12.8;5.5;9.2;2.4;9.5;9.4;.72;4401
+70090;43.67305;4.01226;2;20221205;11.3;.8;6.1;2.3;7.17;.1;.68;6566
+70090;43.67305;4.01226;2;20221206;12.1;2.7;7.4;2.6;7;.2;.93;6401
+70090;43.67305;4.01226;2;20221207;10.5;1.2;5.9;3.2;6.37;.1;.96;6508
+70090;43.67305;4.01226;2;20221208;6.8;.2;3.5;3.7;6.7;12.5;.57;3789
+70090;43.67305;4.01226;2;20221209;14.5;5.6;10.1;3.1;10.5;0;.69;5897
+70090;43.67305;4.01226;2;20221210;10;5.7;7.8;3.5;7.1;0;1.12;4652
+70090;43.67305;4.01226;2;20221211;8.1;-2.6;2.8;2.9;4.27;0;1.04;6029
+70090;43.67305;4.01226;2;20221212;5.4;-3.1;1.2;2.5;5.3;6.1;.52;5161
+70090;43.67305;4.01226;2;20221213;6.8;2.1;4.5;3.7;8.3;7.9;.24;2943
+70090;43.67305;4.01226;2;20221214;12.5;6.5;9.5;2.8;11;2.9;.46;3958
+70090;43.67305;4.01226;2;20221215;11.4;9.4;10.4;3.7;11.94;34.9;.46;1297
+70090;43.67305;4.01226;2;20221216;13.2;8;10.6;3.1;9.3;0;.96;4856
+70090;43.67305;4.01226;2;20221217;10.1;1.1;5.6;3.4;5.47;0;1.19;6174
+70090;43.67305;4.01226;2;20221218;10;-1;4.5;3;7.1;0;.62;4787
+70090;43.67305;4.01226;2;20221219;15.4;9.1;12.2;5.1;12.7;.6;.75;4454
+70090;43.67305;4.01226;2;20221220;15.9;12.8;14.4;5.6;15.1;1.1;.7;3054
+70090;43.67305;4.01226;2;20221221;18.3;13.5;15.9;2.6;13.54;.2;1.07;4404
+70090;43.67305;4.01226;2;20221222;15.3;9.6;12.5;4.1;11.87;0;1.03;2873
+70090;43.67305;4.01226;2;20221223;20.7;12.9;16.8;4.2;13.8;.1;1.56;5460
+70090;43.67305;4.01226;2;20221224;19.6;10.3;14.9;1.7;12.04;.2;.88;6053
+70090;43.67305;4.01226;2;20221225;14.5;6.7;10.6;3.3;12.04;.1;.48;3603
+70090;43.67305;4.01226;2;20221226;17.5;12.9;15.2;2.6;13;.1;1.04;3808
+70090;43.67305;4.01226;2;20221227;16.8;7.7;12.3;2.1;10.17;.1;.89;5865
+70090;43.67305;4.01226;2;20221228;11.1;3.6;7.3;2.4;9.24;0;.49;3790
+70090;43.67305;4.01226;2;20221229;15.5;9.7;12.6;2.3;11.8;0;.74;4707
+70090;43.67305;4.01226;2;20221230;14.2;8.8;11.5;1.5;11.97;.1;.5;4051
+70090;43.67305;4.01226;2;20221231;15.5;10.2;12.9;4.1;13.24;0;.72;3374
+70091;43.69057;4.32084;3;20220101;8.4;4.6;6.5;1.1;9.7;.2;.28;3106
+70091;43.69057;4.32084;3;20220102;10.1;7.7;8.9;1.4;10.34;0;.47;2413
+70091;43.69057;4.32084;3;20220103;15.7;5;10.3;1.1;10;0;.48;6349
+70091;43.69057;4.32084;3;20220104;12.1;7.1;9.6;2;11.04;.5;.44;4083
+70091;43.69057;4.32084;3;20220105;9.6;8;8.8;7;6.24;.1;2.33;1911
+70091;43.69057;4.32084;3;20220106;9.4;5.4;7.4;7.5;4.84;0;2.6;3447
+70091;43.69057;4.32084;3;20220107;10.5;1.3;5.9;3.3;5.27;0;1.33;5888
+70091;43.69057;4.32084;3;20220108;13.3;4.2;8.7;3.6;7.74;0;1.19;6013
+70091;43.69057;4.32084;3;20220109;11.7;6.9;9.3;4.5;7.34;0;1.53;3969
+70091;43.69057;4.32084;3;20220110;11.6;6.7;9.1;5.8;6.4;0;2.09;4051
+70091;43.69057;4.32084;3;20220111;8.7;1.7;5.2;6.3;5.14;0;1.76;5083
+70091;43.69057;4.32084;3;20220112;8.3;1.6;5;4.9;4.94;0;1.6;5055
+70091;43.69057;4.32084;3;20220113;9.6;-.7;4.5;2.7;4.87;0;1.11;6665
+70091;43.69057;4.32084;3;20220114;12.6;-2.2;5.2;1.7;5.27;0;.88;8396
+70091;43.69057;4.32084;3;20220115;11.9;-2.1;4.9;1.3;5.47;0;.69;8248
+70091;43.69057;4.32084;3;20220116;14;-1.8;6.1;2.9;4.94;.1;1.43;8841
+70091;43.69057;4.32084;3;20220117;13.6;2.2;7.9;5.3;6;0;1.94;7185
+70091;43.69057;4.32084;3;20220118;11.4;1.8;6.6;2.8;6.04;0;1.19;6714
+70091;43.69057;4.32084;3;20220119;10.9;1.4;6.1;2.3;6.47;0;.94;6921
+70091;43.69057;4.32084;3;20220120;12.6;3;7.8;6.4;5.7;0;2.24;6911
+70091;43.69057;4.32084;3;20220121;8.7;4.1;6.4;8.1;4.44;0;2.61;4502
+70091;43.69057;4.32084;3;20220122;9.7;1.2;5.5;6.1;4.97;0;1.97;6532
+70091;43.69057;4.32084;3;20220123;10.7;2.6;6.6;3.4;5.8;0;1.4;6529
+70091;43.69057;4.32084;3;20220124;12.5;0;6.2;1.6;6.37;0;.84;8636
+70091;43.69057;4.32084;3;20220125;13.1;-1;6;1.4;6.54;0;.78;9304
+70091;43.69057;4.32084;3;20220126;14.9;-1.3;6.8;2.1;5.8;0;1.24;9952
+70091;43.69057;4.32084;3;20220127;13.4;-.7;6.3;2.5;5;0;1.39;9292
+70091;43.69057;4.32084;3;20220128;15.6;-.2;7.7;6.7;5.2;0;2.87;9880
+70091;43.69057;4.32084;3;20220129;15.5;4.5;10;3.9;5.3;0;2.23;8384
+70091;43.69057;4.32084;3;20220130;15.7;5.2;10.4;6.5;7.2;0;2.5;8305
+70091;43.69057;4.32084;3;20220131;13.9;3.5;8.7;6.8;6.2;0;2.64;8241
+70091;43.69057;4.32084;3;20220201;12.6;5.8;9.2;7.5;5.27;0;3.05;6689
+70091;43.69057;4.32084;3;20220202;17.5;8.2;12.8;5.7;7.97;0;2.76;8152
+70091;43.69057;4.32084;3;20220203;16.5;5.6;11;2.1;8.37;0;1.37;8930
+70091;43.69057;4.32084;3;20220204;16.3;4.5;10.4;2.9;8.44;0;1.53;9422
+70091;43.69057;4.32084;3;20220205;15.5;6.5;11;4.6;6.34;0;2.56;8195
+70091;43.69057;4.32084;3;20220206;14.2;2.7;8.4;4.5;6.27;.1;2.15;9464
+70091;43.69057;4.32084;3;20220207;15.4;8.1;11.7;6.8;6.6;0;3.2;7476
+70091;43.69057;4.32084;3;20220208;15.1;3.4;9.2;3.6;5.14;0;2.37;9869
+70091;43.69057;4.32084;3;20220209;13.9;.6;7.2;1.9;7.84;0;1.09;11007
+70091;43.69057;4.32084;3;20220210;10.2;8.3;9.2;1.7;9.58;0;1.28;8787
+70091;43.69057;4.32084;3;20220211;16;3.5;9.7;4.4;6.81;0;2.3;10926
+70091;43.69057;4.32084;3;20220212;15.5;4.5;10;4;6.95;0;2.12;10372
+70091;43.69057;4.32084;3;20220213;12.7;6.5;9.6;6.6;9.18;7.9;1.39;2668
+70091;43.69057;4.32084;3;20220214;13.4;9.9;11.6;5;10.15;7.3;1.51;3371
+70091;43.69057;4.32084;3;20220215;14.4;5.9;10.1;4.7;6.91;0;2.29;11853
+70091;43.69057;4.32084;3;20220216;15.4;4.8;10.1;2.8;9.27;.4;1.41;10680
+70091;43.69057;4.32084;3;20220217;20.8;8.9;14.8;5;10.8;0;2.76;11498
+70091;43.69057;4.32084;3;20220218;19;7.4;13.2;1.8;10.9;0;1.56;11533
+70091;43.69057;4.32084;3;20220219;14.2;9.4;11.8;4.7;6.9;0;2.63;7096
+70091;43.69057;4.32084;3;20220220;16.8;5.7;11.2;4.9;7.14;0;2.78;11474
+70091;43.69057;4.32084;3;20220221;15.9;8.3;12.1;6.4;7.6;0;3.08;9508
+70091;43.69057;4.32084;3;20220222;17.2;8.8;13;5.6;6.84;0;3.37;10112
+70091;43.69057;4.32084;3;20220223;18.8;7.6;13.2;3.5;8.7;0;2.53;12041
+70091;43.69057;4.32084;3;20220224;15.7;6.2;11;2.1;10.2;.5;1.45;11195
+70091;43.69057;4.32084;3;20220225;14;6.8;10.4;6;5.94;0;3.04;9720
+70091;43.69057;4.32084;3;20220226;14.8;6.6;10.7;4.5;5.74;0;2.89;10596
+70091;43.69057;4.32084;3;20220227;14;.6;7.3;2.2;6.87;0;1.67;14091
+70091;43.69057;4.32084;3;20220228;14.7;2.4;8.6;2.3;7.97;0;1.67;13600
+70091;43.69057;4.32084;3;20220301;13.6;3.6;8.6;2.8;7.34;0;1.8;12272
+70091;43.69057;4.32084;3;20220302;12.2;4;8.1;1.6;8.07;0;1.34;11233
+70091;43.69057;4.32084;3;20220303;16.4;2;9.2;1.8;8.3;0;1.78;15300
+70091;43.69057;4.32084;3;20220304;18.8;5.3;12;3.5;7.57;0;2.83;15027
+70091;43.69057;4.32084;3;20220305;16.3;3.9;10.1;2.9;5.5;0;2.7;14455
+70091;43.69057;4.32084;3;20220306;13.9;1.7;7.8;2.9;4.77;0;2.4;14546
+70091;43.69057;4.32084;3;20220307;13.7;.2;7;2;5.14;0;2.02;15481
+70091;43.69057;4.32084;3;20220308;11.8;1.2;6.5;2.4;7.04;0;1.62;13915
+70091;43.69057;4.32084;3;20220309;13.6;5.9;9.8;2;8.77;0;1.61;11804
+70091;43.69057;4.32084;3;20220310;13.9;5.1;9.5;3.6;10.17;.3;1.53;12871
+70091;43.69057;4.32084;3;20220311;13.3;10.9;12.1;6.2;10.1;9.8;2.01;6458
+70091;43.69057;4.32084;3;20220312;11.9;8.6;10.2;5.2;9.4;8.8;1.68;7670
+70091;43.69057;4.32084;3;20220313;11.4;8.6;10;6.1;9.37;18.1;1.66;7041
+70091;43.69057;4.32084;3;20220314;14.6;7.3;11;3;10.54;0;1.74;12123
+70091;43.69057;4.32084;3;20220315;15.8;9.5;12.7;2.1;11;0;1.8;11445
+70091;43.69057;4.32084;3;20220316;15.9;8.6;12.3;1.5;11.2;0;1.71;12504
+70091;43.69057;4.32084;3;20220317;16.1;8.9;12.5;2.4;11.34;.5;1.87;12499
+70091;43.69057;4.32084;3;20220318;16.3;10.7;13.5;3.5;10.61;.8;2.17;10118
+70091;43.69057;4.32084;3;20220319;17.2;7.2;12.2;2;9.35;0;2.15;13422
+70091;43.69057;4.32084;3;20220320;13.9;6.4;10.2;3.4;9.28;1.1;1.29;4150
+70091;43.69057;4.32084;3;20220321;14;8.3;11.1;4.5;7.95;0;2.28;8708
+70091;43.69057;4.32084;3;20220322;15.9;3.7;9.8;4.1;6.75;0;3.02;19151
+70091;43.69057;4.32084;3;20220323;16.4;3;9.7;2.6;7.25;0;2.71;19716
+70091;43.69057;4.32084;3;20220324;18.6;2.3;10.4;2.1;6.58;0;2.93;20214
+70091;43.69057;4.32084;3;20220325;19.6;2.7;11.1;2;7.18;0;2.91;19212
+70091;43.69057;4.32084;3;20220326;19.4;4.6;12;2.4;7.78;0;3.11;20110
+70091;43.69057;4.32084;3;20220327;21.1;6.1;13.6;1.7;7.71;0;2.73;14511
+70091;43.69057;4.32084;3;20220328;21.2;5.8;13.5;2.2;7.98;0;3.29;19338
+70091;43.69057;4.32084;3;20220329;18;7.1;12.5;2.8;10.58;4.3;2.33;14712
+70091;43.69057;4.32084;3;20220330;16.8;10.1;13.4;2.2;11.45;.6;1.85;9549
+70091;43.69057;4.32084;3;20220331;19.3;8.5;13.9;4.9;8.25;.3;4.04;20494
+70091;43.69057;4.32084;3;20220401;11.2;6.3;8.7;7.6;5.01;.4;3.54;15029
+70091;43.69057;4.32084;3;20220402;8.7;4.3;6.5;10.4;4.61;0;3.21;10866
+70091;43.69057;4.32084;3;20220403;11.6;2.7;7.1;5.5;4.86;0;3.16;19178
+70091;43.69057;4.32084;3;20220404;16.4;2.8;9.6;3.2;5.41;0;3.52;22584
+70091;43.69057;4.32084;3;20220405;19;3;11;3;6.67;0;3.74;23184
+70091;43.69057;4.32084;3;20220406;17.9;5.6;11.8;2.7;9.35;0;2.47;13806
+70091;43.69057;4.32084;3;20220407;21.4;10.5;16;4.5;10.21;.1;3.54;11751
+70091;43.69057;4.32084;3;20220408;21.6;12.4;17;4.6;11.38;0;4.03;18848
+70091;43.69057;4.32084;3;20220409;17.8;9.9;13.9;6.2;5.95;0;5.09;22422
+70091;43.69057;4.32084;3;20220410;18.1;3.9;11;3.4;6.54;.1;3.92;24453
+70091;43.69057;4.32084;3;20220411;15.3;6.5;10.9;4.8;9.48;.1;2.09;9723
+70091;43.69057;4.32084;3;20220412;18.5;6.5;12.5;3.4;9.95;0;3.03;19186
+70091;43.69057;4.32084;3;20220413;20.7;8.1;14.4;2.2;10.35;0;3.28;19889
+70091;43.69057;4.32084;3;20220414;25.7;8.4;17.1;2.9;10.95;0;4.47;22814
+70091;43.69057;4.32084;3;20220415;27.8;14.2;21;4.1;12.62;0;5.58;24415
+70091;43.69057;4.32084;3;20220416;26.1;16.6;21.4;9.7;10.21;0;7.73;19732
+70091;43.69057;4.32084;3;20220417;21.3;12.1;16.7;3.7;8.81;0;4.82;24635
+70091;43.69057;4.32084;3;20220418;22;7.5;14.8;2.5;11.05;0;3.88;25041
+70091;43.69057;4.32084;3;20220419;24.2;10.4;17.3;2.8;10.18;.3;4.67;25329
+70091;43.69057;4.32084;3;20220420;17.2;11.7;14.5;2.6;13.71;13.3;1.52;6536
+70091;43.69057;4.32084;3;20220421;19.7;12.2;16;2.7;13.58;3.4;2.28;10313
+70091;43.69057;4.32084;3;20220422;20.9;10.6;15.7;3.9;12.85;0;3.76;23644
+70091;43.69057;4.32084;3;20220423;16;13.5;14.8;5.8;12.71;5.8;1.94;4665
+70091;43.69057;4.32084;3;20220424;18.6;8.7;13.6;2.7;11.48;.9;2.57;14430
+70091;43.69057;4.32084;3;20220425;22.2;8.9;15.5;3.9;10.45;0;4.59;26349
+70091;43.69057;4.32084;3;20220426;22.9;7.7;15.3;2.6;11.28;0;4.2;26333
+70091;43.69057;4.32084;3;20220427;21.8;10.8;16.3;3.2;11.95;0;4.31;26150
+70091;43.69057;4.32084;3;20220428;25.4;11;18.2;2.3;12.38;0;4.53;24999
+70091;43.69057;4.32084;3;20220429;23.9;10.3;17.1;2.8;12.21;0;4.57;26615
+70091;43.69057;4.32084;3;20220430;25.2;13.2;19.2;3.4;11.08;0;4.99;21756
+70091;43.69057;4.32084;3;20220501;24.2;10.2;17.2;3.6;9.35;0;5.34;26211
+70091;43.69057;4.32084;3;20220502;24.2;11.1;17.6;2.9;10.71;0;4.78;24518
+70091;43.69057;4.32084;3;20220503;23.3;12.4;17.8;2.4;12.81;.3;4.17;23155
+70091;43.69057;4.32084;3;20220504;23.8;9.5;16.7;2.4;12.91;1.3;4.18;24900
+70091;43.69057;4.32084;3;20220505;22.6;13.6;18.1;4.5;11.51;.4;4.63;20538
+70091;43.69057;4.32084;3;20220506;21.6;13.7;17.7;5.7;10.2;0;5.02;19171
+70091;43.69057;4.32084;3;20220507;26;13.5;19.8;4.3;10.87;0;5.89;24472
+70091;43.69057;4.32084;3;20220508;24.4;13.6;19;2.5;12.14;3.8;4.64;23274
+70091;43.69057;4.32084;3;20220509;25.5;12.9;19.2;2;15.14;.1;4.45;25329
+70091;43.69057;4.32084;3;20220510;25.2;12.1;18.7;1.9;14.47;0;4.46;25876
+70091;43.69057;4.32084;3;20220511;24.2;11.8;18;3;14.37;0;4.43;25398
+70091;43.69057;4.32084;3;20220512;24;12.9;18.4;2.7;14.1;0;4.34;23999
+70091;43.69057;4.32084;3;20220513;26;12;19;1.9;13.74;0;4.73;26801
+70091;43.69057;4.32084;3;20220514;28.4;14.5;21.5;2.3;16.27;0;5.19;26726
+70091;43.69057;4.32084;3;20220515;25.3;16;20.7;3.3;16.34;0;4.45;22155
+70091;43.69057;4.32084;3;20220516;26.4;13.9;20.1;2.5;15.24;.1;4.8;25852
+70091;43.69057;4.32084;3;20220517;27.4;15.4;21.4;2.1;17.47;.1;4.86;25514
+70091;43.69057;4.32084;3;20220518;30.6;16;23.3;2.5;18.04;.1;5.65;27382
+70091;43.69057;4.32084;3;20220519;27;17.4;22.2;2.6;17.97;0;4.64;22813
+70091;43.69057;4.32084;3;20220520;27.6;15.2;21.4;2.9;16.34;0;5.22;26222
+70091;43.69057;4.32084;3;20220521;29.3;15.9;22.6;2.3;17;.1;5.38;26671
+70091;43.69057;4.32084;3;20220522;27.2;16.1;21.7;2.4;19.17;0;4.69;24794
+70091;43.69057;4.32084;3;20220523;27.7;18.9;23.3;2.9;18.1;.1;4.93;22284
+70091;43.69057;4.32084;3;20220524;24.4;18.4;21.4;4.5;12.04;.5;5.46;18220
+70091;43.69057;4.32084;3;20220525;27.3;16.9;22.1;5.7;10.44;0;7.24;24056
+70091;43.69057;4.32084;3;20220526;29.5;16.8;23.1;5.5;10.77;0;7.85;26600
+70091;43.69057;4.32084;3;20220527;32;17.8;24.9;5.2;12.7;0;8.17;28082
+70091;43.69057;4.32084;3;20220528;29.1;18.3;23.7;6.9;10.57;0;8.35;24592
+70091;43.69057;4.32084;3;20220529;27.6;15.4;21.5;4.8;7.7;0;7.46;26119
+70091;43.69057;4.32084;3;20220530;26.3;13.2;19.7;2.3;9.54;.1;5.62;27544
+70091;43.69057;4.32084;3;20220531;26.2;16.7;21.5;2.1;14.54;0;4.86;23645
+70091;43.69057;4.32084;3;20220601;28.5;14.3;21.4;1.9;15.9;0;5.36;28479
+70091;43.69057;4.32084;3;20220602;28.1;17;22.6;2.1;18.2;0;5.04;25609
+70091;43.69057;4.32084;3;20220603;30.6;18.5;24.6;2.3;17.97;0;5.79;26836
+70091;43.69057;4.32084;3;20220604;29.2;18.4;23.8;2.8;18.8;0;5.49;25384
+70091;43.69057;4.32084;3;20220605;32.2;20.3;26.2;3;18.5;0;6.37;26672
+70091;43.69057;4.32084;3;20220606;31.1;18.9;25;3.5;15.47;.3;6.77;27157
+70091;43.69057;4.32084;3;20220607;30.5;18.7;24.6;3.5;15.24;0;6.64;26627
+70091;43.69057;4.32084;3;20220608;26.8;17.5;22.1;3.6;13.14;.1;5.82;23517
+70091;43.69057;4.32084;3;20220609;27.5;17.7;22.6;6.3;10.94;0;7.54;23981
+70091;43.69057;4.32084;3;20220610;32;18.1;25.1;5.8;10.6;0;9.06;28759
+70091;43.69057;4.32084;3;20220611;35.4;19;27.2;3.2;11.87;0;8.09;29849
+70091;43.69057;4.32084;3;20220612;33.8;17.3;25.6;2.1;14.67;0;6.81;30137
+70091;43.69057;4.32084;3;20220613;34.9;19.2;27;3.1;17;.5;7.46;30057
+70091;43.69057;4.32084;3;20220614;33.8;21.2;27.5;3.5;13.87;0;7.78;27781
+70091;43.69057;4.32084;3;20220615;32;20.3;26.1;2.4;18.3;0;6.12;26606
+70091;43.69057;4.32084;3;20220616;34.4;18;26.2;2;18.54;0;6.5;29219
+70091;43.69057;4.32084;3;20220617;39.2;25.1;32.2;3.8;16.27;0;9.21;27959
+70091;43.69057;4.32084;3;20220618;32.3;19.4;25.9;2.7;19.64;0;6.36;27966
+70091;43.69057;4.32084;3;20220619;31;20.4;25.7;3.8;19.77;0;6.16;25481
+70091;43.69057;4.32084;3;20220620;30.1;19.7;24.9;3.4;18.94;0;5.94;25282
+70091;43.69057;4.32084;3;20220621;30.8;22.3;26.6;2.9;23.04;2.7;5.36;22659
+70091;43.69057;4.32084;3;20220622;28.6;22;25.3;3.8;24.27;0;4.58;19900
+70091;43.69057;4.32084;3;20220623;28;23.3;25.7;4.7;23.24;14.4;4.53;16764
+70091;43.69057;4.32084;3;20220624;28.6;18.7;23.7;3.1;19.74;5.2;5.14;24447
+70091;43.69057;4.32084;3;20220625;28.4;17.6;23;2.7;19.67;0;5.2;25643
+70091;43.69057;4.32084;3;20220626;29.7;22.4;26;3.1;23.14;0;4.99;21060
+70091;43.69057;4.32084;3;20220627;32.1;20.9;26.5;4;18.74;.1;6.81;25953
+70091;43.69057;4.32084;3;20220628;32.7;19.4;26;4.4;15.14;0;7.69;28161
+70091;43.69057;4.32084;3;20220629;30.8;18.8;24.8;3;16;.8;6.31;26434
+70091;43.69057;4.32084;3;20220630;27.9;20.4;24.2;3.2;19.9;0;4.9;21046
+70091;43.69057;4.32084;3;20220701;29.6;17.7;23.6;5.2;12.6;0;7.43;26649
+70091;43.69057;4.32084;3;20220702;32.3;17.7;25;3.2;12.44;0;7.27;28960
+70091;43.69057;4.32084;3;20220703;32.6;17.3;25;2.1;16.5;.2;6.36;29188
+70091;43.69057;4.32084;3;20220704;34.5;21.3;27.9;2.9;19.84;.8;6.95;28038
+70091;43.69057;4.32084;3;20220705;34.3;22.6;28.5;4.6;16;0;8.21;26222
+70091;43.69057;4.32084;3;20220706;33.7;22.3;28;5.4;12.1;0;9.06;25804
+70091;43.69057;4.32084;3;20220707;33.1;20.2;26.6;6.5;11.7;0;9.51;27076
+70091;43.69057;4.32084;3;20220708;32.8;22.1;27.4;7.3;12.5;0;9.65;25014
+70091;43.69057;4.32084;3;20220709;34.9;21.8;28.4;4.5;11.47;0;8.96;27677
+70091;43.69057;4.32084;3;20220710;35.5;22.7;29.1;4.4;12.6;0;8.86;27113
+70091;43.69057;4.32084;3;20220711;32.2;21.1;26.7;3;16.04;0;6.64;25373
+70091;43.69057;4.32084;3;20220712;32.9;18.8;25.9;2;20.7;0;5.96;27699
+70091;43.69057;4.32084;3;20220713;31.8;18.8;25.3;2.1;20.4;.1;5.75;27024
+70091;43.69057;4.32084;3;20220714;31.8;19.6;25.7;2.2;22.5;.1;5.65;26596
+70091;43.69057;4.32084;3;20220715;38.2;21.9;30.1;3;20.2;0;7.91;29887
+70091;43.69057;4.32084;3;20220716;37.5;24.8;31.1;4.1;13.17;0;9.13;26854
+70091;43.69057;4.32084;3;20220717;35.4;22.5;28.9;3.4;15.77;0;7.7;26738
+70091;43.69057;4.32084;3;20220718;35.6;21.5;28.6;2.2;20.54;.1;6.61;27767
+70091;43.69057;4.32084;3;20220719;33.1;20.7;26.9;1.9;22.27;0;5.73;26147
+70091;43.69057;4.32084;3;20220720;33.3;20.8;27.1;2.5;21.37;.2;6.06;26044
+70091;43.69057;4.32084;3;20220721;36.9;24.3;30.6;3.9;16.54;0;8.26;26346
+70091;43.69057;4.32084;3;20220722;33.7;21.4;27.5;2.3;20.2;0;6.13;25915
+70091;43.69057;4.32084;3;20220723;33.3;23.8;28.5;2.8;22.5;0;5.88;22801
+70091;43.69057;4.32084;3;20220724;35.2;24.3;29.8;3;18;0;7.03;24304
+70091;43.69057;4.32084;3;20220725;35.1;21.8;28.5;2.9;21.04;0;6.63;26551
+70091;43.69057;4.32084;3;20220726;34.9;23.8;29.3;4.5;14.97;0;8.16;24043
+70091;43.69057;4.32084;3;20220727;33.3;20.4;26.9;4.3;12.67;0;7.8;25446
+70091;43.69057;4.32084;3;20220728;32.8;19.4;26.1;2.4;13.64;0;6.33;26018
+70091;43.69057;4.32084;3;20220729;30.9;19.9;25.4;2.1;18.24;.3;5.32;23980
+70091;43.69057;4.32084;3;20220730;34.8;21.1;28;3.6;14.64;0;7.55;26122
+70091;43.69057;4.32084;3;20220731;36.8;21.8;29.3;3.6;13.44;0;8.08;26714
+70091;43.69057;4.32084;3;20220801;37.8;23.8;30.8;3.6;14.5;0;8.19;25715
+70091;43.69057;4.32084;3;20220802;37.3;25.3;31.3;4.4;15.34;0;8.66;24513
+70091;43.69057;4.32084;3;20220803;32.8;20.6;26.7;2.4;20.04;0;5.75;24803
+70091;43.69057;4.32084;3;20220804;33.1;21.7;27.4;2.1;23.34;0;5.41;23819
+70091;43.69057;4.32084;3;20220805;33.6;23;28.3;2.6;23.27;0;5.65;22884
+70091;43.69057;4.32084;3;20220806;36.1;24.3;30.2;4.9;16.7;0;8.38;23810
+70091;43.69057;4.32084;3;20220807;34.8;23.8;29.3;4.1;14.44;0;7.71;22942
+70091;43.69057;4.32084;3;20220808;36.1;22.2;29.2;2.9;13.17;0;7.23;25335
+70091;43.69057;4.32084;3;20220809;35.7;19.4;27.5;1.9;15.37;0;6.11;26228
+70091;43.69057;4.32084;3;20220810;32.8;19.5;26.2;2.3;20.3;0;5.46;24646
+70091;43.69057;4.32084;3;20220811;32.5;20.5;26.5;2.4;22.2;0;5.32;23698
+70091;43.69057;4.32084;3;20220812;34.7;22.2;28.4;2.4;24.3;0;5.62;24125
+70091;43.69057;4.32084;3;20220813;31.1;22.5;26.8;2.8;25.74;0;4.51;19599
+70091;43.69057;4.32084;3;20220814;29.1;24.5;26.8;3.1;23.1;21.8;4.06;14142
+70091;43.69057;4.32084;3;20220815;31.7;19.1;25.4;2;19.87;0;5.08;23682
+70091;43.69057;4.32084;3;20220816;31.4;19.2;25.3;2.8;19.37;10.2;5.35;23128
+70091;43.69057;4.32084;3;20220817;27.3;19.7;23.5;3;21.97;34.9;3.76;17856
+70091;43.69057;4.32084;3;20220818;26.3;16.9;21.6;3.1;17.54;1.2;4.18;19969
+70091;43.69057;4.32084;3;20220819;30.3;21.5;25.9;4.9;16.34;0;6.17;18977
+70091;43.69057;4.32084;3;20220820;31.9;20.5;26.2;4.1;16.44;0;6.31;21524
+70091;43.69057;4.32084;3;20220821;31.7;20.2;26;3.6;14.5;0;6.23;21515
+70091;43.69057;4.32084;3;20220822;31.7;21.2;26.4;4.3;15.37;0;6.51;20470
+70091;43.69057;4.32084;3;20220823;33.9;22.2;28;3.9;16.3;0;6.72;21490
+70091;43.69057;4.32084;3;20220824;32;20.4;26.2;2.4;17.97;0;5.15;21244
+70091;43.69057;4.32084;3;20220825;32;18.7;25.4;2.1;21.04;.3;4.78;22793
+70091;43.69057;4.32084;3;20220826;33.5;22.1;27.8;3.6;18.87;0;6.05;20717
+70091;43.69057;4.32084;3;20220827;31.8;20.6;26.2;3.4;17.7;0;5.5;20303
+70091;43.69057;4.32084;3;20220828;32.1;19.6;25.8;2.4;18.04;0;5.08;21584
+70091;43.69057;4.32084;3;20220829;30.6;18.5;24.5;2.2;22.14;1;4.26;21099
+70091;43.69057;4.32084;3;20220830;29.3;23.7;26.5;2.5;25.17;.6;3.45;13942
+70091;43.69057;4.32084;3;20220831;30.3;19.5;24.9;3.5;19.24;0;4.88;19423
+70091;43.69057;4.32084;3;20220901;31.8;19.6;25.7;2.6;17.67;0;5.04;20620
+70091;43.69057;4.32084;3;20220902;27.5;20.1;23.8;2;20.8;11.7;3.36;15785
+70091;43.69057;4.32084;3;20220903;27.3;19.8;23.5;2;21.87;.4;3.26;15795
+70091;43.69057;4.32084;3;20220904;29.4;19.7;24.5;2.3;22.14;0;3.78;17938
+70091;43.69057;4.32084;3;20220905;29.1;21.3;25.2;3;24.3;.6;3.55;15891
+70091;43.69057;4.32084;3;20220906;27.8;21.5;24.7;3.4;24.57;5.5;3.21;14055
+70091;43.69057;4.32084;3;20220907;27.5;19.7;23.6;3.8;23.2;25.1;3.26;15475
+70091;43.69057;4.32084;3;20220908;27.4;17.3;22.4;2.1;18.2;.1;3.57;17629
+70091;43.69057;4.32084;3;20220909;26.7;16.8;21.7;2.5;16.24;.5;3.76;17353
+70091;43.69057;4.32084;3;20220910;26.8;15.6;21.2;2.5;14.84;0;3.88;18281
+70091;43.69057;4.32084;3;20220911;29.5;15.9;22.7;3.2;14.44;0;4.76;19600
+70091;43.69057;4.32084;3;20220912;27.2;15.5;21.4;1.9;19.1;0;3.33;18444
+70091;43.69057;4.32084;3;20220913;27.1;22.1;24.6;3.7;24.4;2.4;2.86;11623
+70091;43.69057;4.32084;3;20220914;27.3;21.9;24.6;3.7;23.4;1.2;3.05;11990
+70091;43.69057;4.32084;3;20220915;30.4;18.5;24.5;2.5;18.8;0;4.05;18088
+70091;43.69057;4.32084;3;20220916;27.5;18;22.8;3.3;16.04;0;4.07;15834
+70091;43.69057;4.32084;3;20220917;21.6;15.1;18.3;6.1;9.37;0;4.8;12750
+70091;43.69057;4.32084;3;20220918;24.2;12.7;18.5;5.1;8.54;0;5.16;17032
+70091;43.69057;4.32084;3;20220919;25.3;13.7;19.5;5.4;9;0;5.49;16767
+70091;43.69057;4.32084;3;20220920;25.2;13.1;19.1;5.1;8.6;0;5.31;17001
+70091;43.69057;4.32084;3;20220921;25.5;12.5;19;3.4;10.1;0;4.32;17573
+70091;43.69057;4.32084;3;20220922;23.8;12;17.9;2;12.64;0;3.01;16826
+70091;43.69057;4.32084;3;20220923;23.1;13.4;18.2;2.5;15.87;40.1;2.59;14941
+70091;43.69057;4.32084;3;20220924;21.2;16;18.6;4.4;17.14;3.2;2.21;10609
+70091;43.69057;4.32084;3;20220925;23.1;14;18.6;2.3;13.97;0;2.75;14067
+70091;43.69057;4.32084;3;20220926;22.3;11.9;17.1;3.6;11.77;.2;3.26;15018
+70091;43.69057;4.32084;3;20220927;20.7;15.3;18;4.7;11.5;0;3.44;10562
+70091;43.69057;4.32084;3;20220928;23;15.3;19.2;4.6;13.97;.1;3.38;12536
+70091;43.69057;4.32084;3;20220929;21.7;15.7;18.7;3.6;12.44;.7;3.08;10760
+70091;43.69057;4.32084;3;20220930;18.8;13.3;16.1;4;10.84;0;2.84;10046
+70091;43.69057;4.32084;3;20221001;22.6;9.5;16;2.6;12.04;.1;2.77;15894
+70091;43.69057;4.32084;3;20221002;27.8;14.2;21;2.7;15;0;3.44;16242
+70091;43.69057;4.32084;3;20221003;25.4;15.1;20.2;3.7;13.54;0;3.59;13463
+70091;43.69057;4.32084;3;20221004;25.7;12.3;19;2;14.57;.1;2.75;15729
+70091;43.69057;4.32084;3;20221005;23.4;15.6;19.5;1.8;17.5;.2;2.07;11626
+70091;43.69057;4.32084;3;20221006;25.6;13.3;19.4;1.6;16.14;0;2.41;14648
+70091;43.69057;4.32084;3;20221007;24;13.4;18.7;1.4;15.97;1;2.11;13462
+70091;43.69057;4.32084;3;20221008;21.2;15.5;18.4;2;15.84;.3;1.83;9396
+70091;43.69057;4.32084;3;20221009;21.2;14.4;17.8;2.4;14.47;.1;2.08;10108
+70091;43.69057;4.32084;3;20221010;24.4;15;19.7;1.4;16.7;.1;2.05;12125
+70091;43.69057;4.32084;3;20221011;24.6;12.8;18.7;1.6;15.8;0;2.15;13475
+70091;43.69057;4.32084;3;20221012;24.5;13.9;19.2;1.5;15.77;.2;2.06;12543
+70091;43.69057;4.32084;3;20221013;22.9;12.6;17.7;1.5;15.3;.8;1.89;12229
+70091;43.69057;4.32084;3;20221014;24.1;16.4;20.3;2.4;16.4;.1;2.24;10283
+70091;43.69057;4.32084;3;20221015;24.8;12;18.4;1.7;15.27;0;2.13;13409
+70091;43.69057;4.32084;3;20221016;23.7;16.6;20.2;4;18.9;0;2.07;9621
+70091;43.69057;4.32084;3;20221017;23.3;15.8;19.6;3.1;18.1;.5;1.89;9822
+70091;43.69057;4.32084;3;20221018;23.7;15.5;19.6;1.5;18;.1;1.67;10149
+70091;43.69057;4.32084;3;20221019;22.3;15;18.6;1.7;18.7;0;1.42;9404
+70091;43.69057;4.32084;3;20221020;21.3;19.9;20.6;4.6;20.54;.1;1.38;3351
+70091;43.69057;4.32084;3;20221021;23.5;19.6;21.6;5.9;21.3;0;1.94;6461
+70091;43.69057;4.32084;3;20221022;24.1;18.4;21.3;2.9;20.54;0;1.72;7871
+70091;43.69057;4.32084;3;20221023;23.4;19.8;21.6;5;21.37;0;1.67;5839
+70091;43.69057;4.32084;3;20221024;23.8;20.5;22.2;3.4;20.9;.3;1.75;5555
+70091;43.69057;4.32084;3;20221025;24.6;15.2;19.9;2.3;18.74;0;1.71;9897
+70091;43.69057;4.32084;3;20221026;23.9;17.3;20.6;2.7;19.44;0;1.63;8073
+70091;43.69057;4.32084;3;20221027;23.9;18.3;21.1;2;19.8;.1;1.49;7257
+70091;43.69057;4.32084;3;20221028;24.3;16.2;20.2;1.4;17.67;.1;1.53;8803
+70091;43.69057;4.32084;3;20221029;24.3;12.7;18.5;1.5;15.4;.2;1.63;10570
+70091;43.69057;4.32084;3;20221030;23.3;14;18.6;2;16.87;0;1.5;9252
+70091;43.69057;4.32084;3;20221031;22.4;15.8;19.1;3.9;18.5;3.9;1.55;7524
+70091;43.69057;4.32084;3;20221101;24.5;18.4;21.5;3.4;18.47;.7;2.06;7065
+70091;43.69057;4.32084;3;20221102;21.9;13.7;17.8;2.1;12.94;0;1.78;8215
+70091;43.69057;4.32084;3;20221103;17.3;10.1;13.7;3.1;13;22.3;1.28;7530
+70091;43.69057;4.32084;3;20221104;15.7;10.2;12.9;4.7;10;.1;1.97;6104
+70091;43.69057;4.32084;3;20221105;16.4;10.3;13.4;5.2;8.04;0;2.66;6598
+70091;43.69057;4.32084;3;20221106;19.7;6.7;13.2;1.9;8.7;0;1.58;10056
+70091;43.69057;4.32084;3;20221107;20.9;5.8;13.4;1.4;10.2;0;1.28;10695
+70091;43.69057;4.32084;3;20221108;18.7;9.4;14;3.7;14.1;3.6;1.09;8133
+70091;43.69057;4.32084;3;20221109;20.5;17.4;19;4.3;17.07;0;1.59;4190
+70091;43.69057;4.32084;3;20221110;19.1;12.4;15.8;3.2;12.6;0;1.64;6462
+70091;43.69057;4.32084;3;20221111;21.3;11.4;16.3;2.4;12.44;.1;1.56;8108
+70091;43.69057;4.32084;3;20221112;21.3;9.3;15.3;1.6;12.7;0;1.18;8913
+70091;43.69057;4.32084;3;20221113;17.7;10.6;14.2;1.6;13.07;0;.93;6521
+70091;43.69057;4.32084;3;20221114;16.6;11.9;14.3;3.1;13.17;20.3;1.12;5026
+70091;43.69057;4.32084;3;20221115;18.3;13.7;16;3.3;14.7;2.3;1.15;4830
+70091;43.69057;4.32084;3;20221116;18.9;10.8;14.9;2.3;12.54;0;1.21;6767
+70091;43.69057;4.32084;3;20221117;18.8;10.6;14.7;1.8;12.9;1.3;1.01;6697
+70091;43.69057;4.32084;3;20221118;16.2;10.2;13.2;3.6;9.94;0;1.65;5424
+70091;43.69057;4.32084;3;20221119;14.7;7.4;11;4.7;7.9;0;1.97;6016
+70091;43.69057;4.32084;3;20221120;14.8;7.1;11;4.1;7.3;0;1.9;6227
+70091;43.69057;4.32084;3;20221121;9.7;6.4;8;2.6;8.84;6.2;.75;3651
+70091;43.69057;4.32084;3;20221122;14.2;6;10.1;4;8.67;1;1.28;6305
+70091;43.69057;4.32084;3;20221123;13.9;6.9;10.4;1.8;9.84;.5;.8;5653
+70091;43.69057;4.32084;3;20221124;16.5;6.3;11.4;2.1;9.24;0;1.07;7048
+70091;43.69057;4.32084;3;20221125;17.1;8.1;12.6;2.8;10.04;.8;1.31;6458
+70091;43.69057;4.32084;3;20221126;15.2;8.6;11.9;5;7.97;0;2.14;5073
+70091;43.69057;4.32084;3;20221127;13.7;3.7;8.7;2.1;8.9;5.1;.73;6738
+70091;43.69057;4.32084;3;20221128;10.5;8.9;9.7;3.2;10.64;30.1;.63;2014
+70091;43.69057;4.32084;3;20221129;13.3;4.8;9;3;8.27;0;1.03;5901
+70091;43.69057;4.32084;3;20221130;13;3.7;8.4;3.2;7.77;.3;1.11;6084
+70091;43.69057;4.32084;3;20221201;11.3;5.6;8.4;3.1;7.8;.2;1.04;4580
+70091;43.69057;4.32084;3;20221202;8.4;4.8;6.6;2.2;7.6;3.4;.71;3294
+70091;43.69057;4.32084;3;20221203;8;5.6;6.8;2.8;9.37;11.2;.4;2576
+70091;43.69057;4.32084;3;20221204;12.4;6.7;9.5;2.2;9.9;4.8;.62;4435
+70091;43.69057;4.32084;3;20221205;10.5;2.2;6.4;2.3;7.67;.1;.63;5508
+70091;43.69057;4.32084;3;20221206;11.1;2.4;6.7;2.5;6.97;.1;.83;5707
+70091;43.69057;4.32084;3;20221207;9.6;1.7;5.6;3.6;6.34;.1;1.01;5228
+70091;43.69057;4.32084;3;20221208;6.7;-.3;3.2;2.7;6.77;27.6;.44;4952
+70091;43.69057;4.32084;3;20221209;13.1;5.6;9.4;2.6;10.34;0;.55;5074
+70091;43.69057;4.32084;3;20221210;9.1;5.3;7.2;4.2;6.8;0;1.24;3237
+70091;43.69057;4.32084;3;20221211;6.7;-1.3;2.7;3.6;4.3;0;1.14;5121
+70091;43.69057;4.32084;3;20221212;5.3;-2.7;1.3;2.3;5.3;4.9;.5;5250
+70091;43.69057;4.32084;3;20221213;7;2;4.5;3;8.27;4.4;.25;3987
+70091;43.69057;4.32084;3;20221214;11.5;6.5;9;2.1;10.87;1;.37;3884
+70091;43.69057;4.32084;3;20221215;10.8;9.5;10.2;3.1;11.7;20.4;.44;1559
+70091;43.69057;4.32084;3;20221216;11.3;7.1;9.2;3.8;8.7;0;1.01;3388
+70091;43.69057;4.32084;3;20221217;8.8;1.6;5.2;4.4;5.4;0;1.31;4758
+70091;43.69057;4.32084;3;20221218;10.3;-.7;4.8;2.3;7.14;0;.53;6240
+70091;43.69057;4.32084;3;20221219;15.6;8.7;12.1;4;12.2;.6;.76;4739
+70091;43.69057;4.32084;3;20221220;16.3;13.4;14.8;4.4;14.57;1.5;.86;2718
+70091;43.69057;4.32084;3;20221221;17;13.2;15.1;2.1;13.54;.4;.87;3206
+70091;43.69057;4.32084;3;20221222;13.4;8.8;11.1;2.9;11.6;0;.69;3670
+70091;43.69057;4.32084;3;20221223;19.7;11.8;15.7;3.1;13.34;0;1.13;5145
+70091;43.69057;4.32084;3;20221224;18.9;9.1;14;1.2;11.77;.1;.67;5831
+70091;43.69057;4.32084;3;20221225;14.6;6.4;10.5;2.4;11.5;0;.44;5293
+70091;43.69057;4.32084;3;20221226;17.3;12.8;15.1;1.8;12.74;.1;.85;3691
+70091;43.69057;4.32084;3;20221227;16.3;7.6;11.9;2;10;.1;.87;5472
+70091;43.69057;4.32084;3;20221228;11.5;3.7;7.6;1.9;9.14;0;.44;5209
+70091;43.69057;4.32084;3;20221229;15.5;9.9;12.7;2;11.67;0;.74;4227
+70091;43.69057;4.32084;3;20221230;14.1;9.1;11.6;1.3;12.04;.1;.48;3977
+70091;43.69057;4.32084;3;20221231;16;9.2;12.6;3.1;12.67;0;.67;4838
+70092;43.70717;4.62958;5;20220101;7.9;6.7;7.3;.8;10.25;.1;.33;1976
+70092;43.70717;4.62958;5;20220102;10.6;7.7;9.2;1.3;10.7;0;.42;3273
+70092;43.70717;4.62958;5;20220103;14.9;6.1;10.5;1.6;10.3;0;.59;6237
+70092;43.70717;4.62958;5;20220104;13.9;6.7;10.3;2.3;11.55;.7;.44;5553
+70092;43.70717;4.62958;5;20220105;9.1;7.2;8.1;8.2;6.65;0;2.14;2655
+70092;43.70717;4.62958;5;20220106;7.8;5.4;6.6;9.8;5.3;0;2.49;3073
+70092;43.70717;4.62958;5;20220107;9.2;1.2;5.2;4;5.65;0;1.27;5951
+70092;43.70717;4.62958;5;20220108;11.6;3.3;7.5;3.1;7.75;0;.91;6236
+70092;43.70717;4.62958;5;20220109;10.7;7.6;9.2;3.7;7.75;0;1.31;3660
+70092;43.70717;4.62958;5;20220110;9.3;6.8;8.1;7.8;6.75;0;2.03;3251
+70092;43.70717;4.62958;5;20220111;7.3;3.3;5.3;7.9;5.65;0;1.75;4207
+70092;43.70717;4.62958;5;20220112;8.2;2.4;5.3;5.1;5.3;0;1.59;5104
+70092;43.70717;4.62958;5;20220113;10.1;.6;5.4;2.6;5.25;0;1.09;6873
+70092;43.70717;4.62958;5;20220114;10.8;-3.2;3.8;1.8;5.45;0;.73;8741
+70092;43.70717;4.62958;5;20220115;10.9;-2.5;4.2;1.5;5.65;0;.67;8606
+70092;43.70717;4.62958;5;20220116;12.6;-2.7;4.9;4.3;4.9;.1;1.77;9271
+70092;43.70717;4.62958;5;20220117;11.1;5.4;8.2;8.4;6.6;0;2.27;5499
+70092;43.70717;4.62958;5;20220118;11.6;3.8;7.7;3.8;6.45;0;1.47;6468
+70092;43.70717;4.62958;5;20220119;9.7;.4;5.1;1.9;6.95;0;.63;7347
+70092;43.70717;4.62958;5;20220120;11.1;3.1;7.1;8.3;6.2;0;2.15;6783
+70092;43.70717;4.62958;5;20220121;7.4;4.1;5.8;9.7;5;0;2.4;4255
+70092;43.70717;4.62958;5;20220122;8.2;2.4;5.3;6.5;5.3;0;1.81;5819
+70092;43.70717;4.62958;5;20220123;11.3;1.5;6.4;2.9;5.95;0;1.25;7640
+70092;43.70717;4.62958;5;20220124;12.1;-1.5;5.3;1.2;6.6;0;.66;9580
+70092;43.70717;4.62958;5;20220125;12;-1.7;5.2;1.3;6.75;0;.68;9740
+70092;43.70717;4.62958;5;20220126;14;-2.1;5.9;3.4;5.7;0;1.63;10561
+70092;43.70717;4.62958;5;20220127;11;-.4;5.3;3.9;5;0;1.66;8980
+70092;43.70717;4.62958;5;20220128;12.7;1.6;7.2;8.7;5.95;0;2.53;8980
+70092;43.70717;4.62958;5;20220129;13.3;4.8;9;6.8;5.7;0;2.8;7889
+70092;43.70717;4.62958;5;20220130;13.8;5.5;9.6;9.1;7.7;0;2.47;7911
+70092;43.70717;4.62958;5;20220131;14.2;6.8;10.5;8.1;6.8;0;3.02;7484
+70092;43.70717;4.62958;5;20220201;11.6;5.2;8.4;9;5.15;0;3.17;7001
+70092;43.70717;4.62958;5;20220202;16.6;7.1;11.8;7.7;8.25;0;2.89;8792
+70092;43.70717;4.62958;5;20220203;16.4;7.5;12;3.1;9.15;0;1.7;8647
+70092;43.70717;4.62958;5;20220204;14.3;6.6;10.4;2.6;9.05;0;1.31;8136
+70092;43.70717;4.62958;5;20220205;14.2;6.5;10.4;6;6.6;0;2.7;8106
+70092;43.70717;4.62958;5;20220206;13.4;5;9.2;5;6.45;0;2.27;8560
+70092;43.70717;4.62958;5;20220207;14.1;7.5;10.8;7.5;6.65;0;3.08;7576
+70092;43.70717;4.62958;5;20220208;15.2;6.4;10.8;4.3;6;0;2.57;9076
+70092;43.70717;4.62958;5;20220209;14.1;-.6;6.8;1.8;8.45;0;.99;12008
+70092;43.70717;4.62958;5;20220210;11.5;7.3;9.4;1.8;9.24;0;1.29;9304
+70092;43.70717;4.62958;5;20220211;15.2;2.2;8.7;6;6.9;0;2.35;11106
+70092;43.70717;4.62958;5;20220212;15.6;3.6;9.6;4.1;6.87;0;2.2;11323
+70092;43.70717;4.62958;5;20220213;13.3;4.7;9;6.5;8.57;6.2;1.61;6684
+70092;43.70717;4.62958;5;20220214;12.9;9.8;11.3;5.5;10.1;9.7;1.55;3315
+70092;43.70717;4.62958;5;20220215;13.7;4.5;9.1;5.6;7.04;0;2.31;11512
+70092;43.70717;4.62958;5;20220216;13.6;3.2;8.4;2.3;9.35;.6;1.08;11252
+70092;43.70717;4.62958;5;20220217;20.1;7;13.5;4.1;11;0;2.26;12836
+70092;43.70717;4.62958;5;20220218;18.5;6.6;12.6;2.1;10.95;0;1.59;12323
+70092;43.70717;4.62958;5;20220219;13.5;8.6;11;6.1;7.2;0;2.73;7685
+70092;43.70717;4.62958;5;20220220;16.8;5.8;11.3;5.5;7.2;0;2.99;12012
+70092;43.70717;4.62958;5;20220221;16.3;9.3;12.8;6.2;7.8;0;3.16;9776
+70092;43.70717;4.62958;5;20220222;15.5;7.2;11.4;5.5;7.05;0;2.94;10538
+70092;43.70717;4.62958;5;20220223;18.4;8.5;13.5;4;8.95;0;2.7;11886
+70092;43.70717;4.62958;5;20220224;14.1;6.2;10.1;2;10.35;.6;1.24;10821
+70092;43.70717;4.62958;5;20220225;12.9;5.3;9.1;7.1;6;0;2.97;10548
+70092;43.70717;4.62958;5;20220226;14.5;6.3;10.4;4.8;6;0;2.94;11184
+70092;43.70717;4.62958;5;20220227;14.4;.8;7.6;2.1;6.75;0;1.76;14843
+70092;43.70717;4.62958;5;20220228;14.4;2.2;8.3;2.7;7.95;0;1.73;14245
+70092;43.70717;4.62958;5;20220301;13.8;2.7;8.3;2.8;7.35;0;1.83;13627
+70092;43.70717;4.62958;5;20220302;12.7;3.2;8;1.9;8.05;0;1.45;12717
+70092;43.70717;4.62958;5;20220303;15.4;.6;8;1.6;8;0;1.72;16006
+70092;43.70717;4.62958;5;20220304;18;2.5;10.3;4.6;6.55;0;3.23;16143
+70092;43.70717;4.62958;5;20220305;15.7;2.5;9.1;3.5;4.45;0;3.05;15479
+70092;43.70717;4.62958;5;20220306;13.4;1;7.2;2.8;5.1;0;2.29;15228
+70092;43.70717;4.62958;5;20220307;13.2;-.3;6.4;2.3;5.24;0;2.18;15352
+70092;43.70717;4.62958;5;20220308;13.1;1.5;7.3;3.1;7.17;0;1.86;12380
+70092;43.70717;4.62958;5;20220309;14.7;4.9;9.8;2.2;8.5;0;1.86;13989
+70092;43.70717;4.62958;5;20220310;14.1;3.7;8.9;3.8;9.8;0;1.63;14749
+70092;43.70717;4.62958;5;20220311;13.6;10.6;12.1;6.5;9.7;2.6;2.29;7816
+70092;43.70717;4.62958;5;20220312;13.5;9.9;11.7;5.9;8.65;3.2;2.49;8633
+70092;43.70717;4.62958;5;20220313;12.3;9.9;11.1;5.6;8.85;11.3;2.16;7117
+70092;43.70717;4.62958;5;20220314;16.5;6.1;11.3;3.5;10.4;0;2.12;15319
+70092;43.70717;4.62958;5;20220315;17;9.6;13.3;2.4;10.65;0;2.13;12995
+70092;43.70717;4.62958;5;20220316;16.1;6.5;11.3;1.4;11;0;1.82;15025
+70092;43.70717;4.62958;5;20220317;16.2;8.6;12.4;2.7;11.45;.1;1.94;13576
+70092;43.70717;4.62958;5;20220318;16.9;10.3;13.6;3;10.77;.7;2.15;10547
+70092;43.70717;4.62958;5;20220319;17.2;6.8;12;2.1;9.2;0;2.3;15278
+70092;43.70717;4.62958;5;20220320;14.6;5.8;10.2;4.9;8.1;.6;2.12;7935
+70092;43.70717;4.62958;5;20220321;15.9;10.4;13.2;5.3;7.17;0;3.18;9365
+70092;43.70717;4.62958;5;20220322;16.5;2.3;9.4;4.2;6.5;0;3.1;19473
+70092;43.70717;4.62958;5;20220323;17;1.7;9.4;2.7;6.87;0;2.82;19902
+70092;43.70717;4.62958;5;20220324;19;1.5;10.3;2.4;6.34;0;3.11;20132
+70092;43.70717;4.62958;5;20220325;19.7;1.9;10.8;2.7;6.87;0;3.21;19761
+70092;43.70717;4.62958;5;20220326;20.3;3.4;11.9;2.8;7.44;0;3.41;20356
+70092;43.70717;4.62958;5;20220327;21.5;6.6;14.1;2.3;7.57;0;3.31;17376
+70092;43.70717;4.62958;5;20220328;21.7;4.9;13.3;2.3;7.57;0;3.42;20080
+70092;43.70717;4.62958;5;20220329;18.9;7;12.9;3.2;9.87;4.3;2.78;16578
+70092;43.70717;4.62958;5;20220330;16;10.3;13.1;2.7;11.27;.8;1.98;10465
+70092;43.70717;4.62958;5;20220331;19.5;8.2;13.8;6.5;8.6;.5;4.36;20817
+70092;43.70717;4.62958;5;20220401;10.7;5.2;7.9;9.2;5.7;.5;3.22;14034
+70092;43.70717;4.62958;5;20220402;8.6;4.2;6.4;10.4;4.6;0;3.21;10866
+70092;43.70717;4.62958;5;20220403;11.7;2.7;7.2;5.5;4.86;0;3.16;19178
+70092;43.70717;4.62958;5;20220404;16.3;2.8;9.6;3.2;5.41;0;3.52;22584
+70092;43.70717;4.62958;5;20220405;18.9;2.9;10.9;3.2;6.47;0;3.77;23085
+70092;43.70717;4.62958;5;20220406;17.7;3.6;10.7;2.8;8.7;0;2.82;18754
+70092;43.70717;4.62958;5;20220407;20;8.1;14.1;4.9;10.34;0;3.48;15641
+70092;43.70717;4.62958;5;20220408;22.1;11.9;17;5;11.6;0;4.21;19603
+70092;43.70717;4.62958;5;20220409;16.7;10.3;13.5;8.3;6.07;0;5.25;19246
+70092;43.70717;4.62958;5;20220410;18.3;4.1;11.2;3.7;6.74;.1;3.94;23652
+70092;43.70717;4.62958;5;20220411;17.1;7;12;5.3;9.1;0;2.9;14211
+70092;43.70717;4.62958;5;20220412;20.1;6.7;13.4;3.8;9.54;0;3.6;21482
+70092;43.70717;4.62958;5;20220413;20.9;7.4;14.1;2.4;9.9;0;3.55;22070
+70092;43.70717;4.62958;5;20220414;25.7;7.5;16.6;3.1;10.3;0;4.66;23860
+70092;43.70717;4.62958;5;20220415;27.3;11.6;19.4;4.6;11.75;0;5.67;24389
+70092;43.70717;4.62958;5;20220416;26.1;16.6;21.3;9.7;10.21;0;7.73;19732
+70092;43.70717;4.62958;5;20220417;21.7;10.4;16;3.6;9.07;0;4.66;24104
+70092;43.70717;4.62958;5;20220418;21.4;7.7;14.6;2.7;10.47;0;3.92;25146
+70092;43.70717;4.62958;5;20220419;24.3;7.9;16.1;3.1;10.47;0;4.6;25257
+70092;43.70717;4.62958;5;20220420;17.7;11.9;14.8;2.8;13.47;12;1.95;9704
+70092;43.70717;4.62958;5;20220421;19.2;12.2;15.7;2.7;13.5;4.5;2.39;11703
+70092;43.70717;4.62958;5;20220422;20.4;9.9;15.2;4;12.87;.1;3.57;23028
+70092;43.70717;4.62958;5;20220423;17.1;14.2;15.6;6.7;12.47;6.5;2.7;7718
+70092;43.70717;4.62958;5;20220424;18.3;9.3;13.8;3.1;11.5;.5;2.64;14395
+70092;43.70717;4.62958;5;20220425;21.3;8.5;14.9;4.3;10.74;0;4.49;26074
+70092;43.70717;4.62958;5;20220426;23;8.9;16;3.2;11.2;0;4.49;26530
+70092;43.70717;4.62958;5;20220427;21.7;9.9;15.8;3.1;12.2;0;4.17;25741
+70092;43.70717;4.62958;5;20220428;25.3;10.6;17.9;2.6;12.07;0;4.69;25629
+70092;43.70717;4.62958;5;20220429;23.3;10;16.7;2.9;11.87;0;4.61;26860
+70092;43.70717;4.62958;5;20220430;24.9;12.4;18.7;4.4;10.87;0;5.48;23980
+70092;43.70717;4.62958;5;20220501;24;11.8;17.9;4.8;9.3;0;5.77;24811
+70092;43.70717;4.62958;5;20220502;23.1;9.9;16.5;2.8;10.94;0;4.46;24742
+70092;43.70717;4.62958;5;20220503;22.9;12.2;17.6;2.4;13.1;.6;3.97;22327
+70092;43.70717;4.62958;5;20220504;24.3;9.8;17.1;2.4;12.67;1.6;4.48;26742
+70092;43.70717;4.62958;5;20220505;22.1;14.1;18.1;5.5;12.04;.2;4.42;17203
+70092;43.70717;4.62958;5;20220506;19.6;13.6;16.6;6.9;10.8;0;4.57;17338
+70092;43.70717;4.62958;5;20220507;25.1;15.2;20.1;5.1;11.55;0;5.87;22589
+70092;43.70717;4.62958;5;20220508;22.7;10.5;16.6;2.1;12.7;4.6;4.21;25292
+70092;43.70717;4.62958;5;20220509;25.9;13;19.4;1.7;15.05;.1;4.64;26464
+70092;43.70717;4.62958;5;20220510;25.3;11.6;18.5;1.9;14.15;.1;4.69;27342
+70092;43.70717;4.62958;5;20220511;24;11.6;17.8;3;14.25;0;4.57;26289
+70092;43.70717;4.62958;5;20220512;24.2;12.1;18.1;2.3;13.95;0;4.55;26005
+70092;43.70717;4.62958;5;20220513;25.4;11.9;18.6;1.6;13.95;0;4.73;27638
+70092;43.70717;4.62958;5;20220514;27.3;13;20.1;2.1;16.75;0;5.13;28599
+70092;43.70717;4.62958;5;20220515;25.4;14.8;20.1;3.1;16.5;0;4.65;24662
+70092;43.70717;4.62958;5;20220516;25.9;13.8;19.9;2.7;15.4;0;4.91;26476
+70092;43.70717;4.62958;5;20220517;27.3;14.6;20.9;1.9;17.5;.1;5.03;27243
+70092;43.70717;4.62958;5;20220518;27.8;14.7;21.3;2.5;18;0;5.26;27788
+70092;43.70717;4.62958;5;20220519;27.2;15.5;21.3;2.4;17.45;0;5.01;26145
+70092;43.70717;4.62958;5;20220520;27.1;14;20.6;2.6;15.6;0;5.32;27886
+70092;43.70717;4.62958;5;20220521;27.3;14.9;21.1;2;17.05;.1;5.14;27369
+70092;43.70717;4.62958;5;20220522;26.2;15.8;21;2.9;19.35;.1;4.6;25025
+70092;43.70717;4.62958;5;20220523;26.9;16.6;21.8;2.9;17.95;0;4.98;24841
+70092;43.70717;4.62958;5;20220524;25.5;18.3;21.9;4.9;12.8;.1;5.88;20449
+70092;43.70717;4.62958;5;20220525;26.1;17.6;21.8;7.2;10.8;0;7.45;22581
+70092;43.70717;4.62958;5;20220526;28.2;18.1;23.1;6.8;11.15;0;8.01;24576
+70092;43.70717;4.62958;5;20220527;30.1;18.9;24.5;6.7;13.15;0;8.24;26050
+70092;43.70717;4.62958;5;20220528;27.2;18.6;22.9;9.4;10.45;0;8.81;22914
+70092;43.70717;4.62958;5;20220529;25.7;16.2;21;7.3;7.65;0;8.16;23880
+70092;43.70717;4.62958;5;20220530;26.5;11.9;19.2;2.2;10.15;0;5.67;28959
+70092;43.70717;4.62958;5;20220531;25.5;16;20.8;2;15.3;0;4.77;24384
+70092;43.70717;4.62958;5;20220601;28.6;13.9;21.2;1.9;16.2;.1;5.68;30568
+70092;43.70717;4.62958;5;20220602;27.5;14.5;21;1.8;18;0;5.2;28682
+70092;43.70717;4.62958;5;20220603;31.2;18.2;24.7;2.3;18.9;0;6.1;28685
+70092;43.70717;4.62958;5;20220604;28.7;18.1;23.4;2.8;19.6;0;5.42;26084
+70092;43.70717;4.62958;5;20220605;30.9;19.9;25.4;3.2;19.5;0;6.19;26672
+70092;43.70717;4.62958;5;20220606;30.1;17.2;23.6;3.8;16;.3;6.76;28623
+70092;43.70717;4.62958;5;20220607;30.2;17.7;23.9;4.4;15.6;0;6.97;28156
+70092;43.70717;4.62958;5;20220608;26.7;17.7;22.2;3.7;13.3;0;5.94;24058
+70092;43.70717;4.62958;5;20220609;25.9;17.7;21.8;7.1;11.55;0;7.2;22743
+70092;43.70717;4.62958;5;20220610;29.2;18.5;23.9;8.5;10.3;0;9.45;26187
+70092;43.70717;4.62958;5;20220611;32.7;19.3;26;3.9;12.6;0;8.1;29518
+70092;43.70717;4.62958;5;20220612;30.9;15.6;23.3;2.1;16.15;0;6.41;31094
+70092;43.70717;4.62958;5;20220613;32.8;17.8;25.3;3.8;16.65;.1;7.45;30333
+70092;43.70717;4.62958;5;20220614;32.3;20.7;26.5;3.8;14.65;0;7.63;27556
+70092;43.70717;4.62958;5;20220615;30.2;20.2;25.2;2.5;19.25;0;5.75;25497
+70092;43.70717;4.62958;5;20220616;33.7;17.2;25.4;1.8;19.1;0;6.62;31240
+70092;43.70717;4.62958;5;20220617;36.8;25.7;31.2;4;16.5;0;8.91;26834
+70092;43.70717;4.62958;5;20220618;31.5;19.2;25.4;2.6;20.4;0;6.26;28454
+70092;43.70717;4.62958;5;20220619;30.6;19.8;25.2;3.5;19.9;0;6.23;26757
+70092;43.70717;4.62958;5;20220620;29.9;20.1;25;3.5;18.25;0;6.13;25573
+70092;43.70717;4.62958;5;20220621;30.2;21.3;25.8;3.1;22.75;1.8;5.45;23947
+70092;43.70717;4.62958;5;20220622;28.4;22.1;25.2;3.6;24.3;0;4.61;20260
+70092;43.70717;4.62958;5;20220623;27.1;22.7;24.9;4.3;23.25;10;4.29;16859
+70092;43.70717;4.62958;5;20220624;27.9;19.5;23.7;2.7;20.55;7;4.99;23410
+70092;43.70717;4.62958;5;20220625;28.2;17.5;22.9;2.5;21.05;0;5.17;26456
+70092;43.70717;4.62958;5;20220626;30.6;21.7;26.1;2.8;22.95;0;5.51;24136
+70092;43.70717;4.62958;5;20220627;30.5;20.3;25.4;4.7;18.7;0;6.68;25717
+70092;43.70717;4.62958;5;20220628;30.6;20.1;25.3;6.3;15.1;0;7.97;25857
+70092;43.70717;4.62958;5;20220629;29.8;18.9;24.4;3.2;16.75;.7;6.29;26616
+70092;43.70717;4.62958;5;20220630;27.4;20;23.7;3.3;20.6;0;4.87;21887
+70092;43.70717;4.62958;5;20220701;27.9;17.3;22.6;6.4;12.8;0;7.39;25911
+70092;43.70717;4.62958;5;20220702;32.7;17.8;25.2;3.5;12.85;0;7.8;30411
+70092;43.70717;4.62958;5;20220703;32.2;15.5;23.9;2;17.05;.1;6.44;31025
+70092;43.70717;4.62958;5;20220704;34.6;20.7;27.7;2.9;20.2;1.1;7.21;29841
+70092;43.70717;4.62958;5;20220705;32.9;23.2;28;6.1;15.15;0;8.86;24755
+70092;43.70717;4.62958;5;20220706;32.3;22.7;27.5;7;12;0;9.75;24579
+70092;43.70717;4.62958;5;20220707;31.1;20.7;25.9;9.1;11.95;0;10.14;25468
+70092;43.70717;4.62958;5;20220708;30.5;21;25.8;8.7;13.9;0;9.18;24303
+70092;43.70717;4.62958;5;20220709;33.4;20.3;26.8;4.7;12.3;0;8.69;28020
+70092;43.70717;4.62958;5;20220710;33.5;23.2;28.3;5.5;13.35;0;9.03;25182
+70092;43.70717;4.62958;5;20220711;30.8;19.9;25.3;3.3;16.55;0;6.63;26039
+70092;43.70717;4.62958;5;20220712;31.3;17.9;24.6;1.5;21.6;0;5.81;28953
+70092;43.70717;4.62958;5;20220713;30.7;19.2;25;2.1;21.15;0;5.63;26886
+70092;43.70717;4.62958;5;20220714;31.6;17.8;24.7;2;21.95;.2;5.89;29032
+70092;43.70717;4.62958;5;20220715;37.4;19.9;28.7;3.4;19.9;0;8.04;30333
+70092;43.70717;4.62958;5;20220716;36.7;24.7;30.7;4.8;12.9;0;9.62;26867
+70092;43.70717;4.62958;5;20220717;33.9;23.1;28.5;3.4;16.45;0;7.45;25666
+70092;43.70717;4.62958;5;20220718;34.8;20.5;27.6;1.9;22.4;0;6.5;29360
+70092;43.70717;4.62958;5;20220719;32.7;20.7;26.7;1.9;23.2;0;5.8;26826
+70092;43.70717;4.62958;5;20220720;32.2;20.7;26.5;2.1;22.9;.1;5.72;26110
+70092;43.70717;4.62958;5;20220721;35.8;24.1;30;4.2;17.9;0;8.22;26275
+70092;43.70717;4.62958;5;20220722;32.7;19.7;26.2;2.5;21.4;0;6.15;27537
+70092;43.70717;4.62958;5;20220723;32.5;22.7;27.6;2.3;23.05;0;5.73;24167
+70092;43.70717;4.62958;5;20220724;34.9;22.7;28.8;2.9;18.6;0;7.15;26443
+70092;43.70717;4.62958;5;20220725;33.1;20.2;26.6;2.8;21.6;0;6.31;27286
+70092;43.70717;4.62958;5;20220726;32.7;23.2;27.9;5.7;15.5;0;8.24;23026
+70092;43.70717;4.62958;5;20220727;32.9;21.4;27.2;5.2;13.1;0;8.5;25439
+70092;43.70717;4.62958;5;20220728;32.5;18;25.3;2.3;14.5;0;6.32;27402
+70092;43.70717;4.62958;5;20220729;30.2;19.6;24.9;2;19.2;.8;5.26;24461
+70092;43.70717;4.62958;5;20220730;34.5;21.1;27.8;4.5;14.3;0;8.3;26482
+70092;43.70717;4.62958;5;20220731;36.3;20.6;28.5;4;13.75;0;8.41;26879
+70092;43.70717;4.62958;5;20220801;36.6;23.4;30;4.3;14.85;0;8.72;26774
+70092;43.70717;4.62958;5;20220802;36.9;24.4;30.6;4.6;16;0;8.85;25704
+70092;43.70717;4.62958;5;20220803;32.2;20.9;26.5;2.4;21.35;0;5.66;24804
+70092;43.70717;4.62958;5;20220804;32.1;21.9;27;1.9;24.2;0;5.21;23507
+70092;43.70717;4.62958;5;20220805;32.7;20.7;26.7;2.5;23.65;0;5.74;25343
+70092;43.70717;4.62958;5;20220806;35.5;24.3;29.9;6;16.85;0;9.13;23982
+70092;43.70717;4.62958;5;20220807;34.2;23.7;29;4.5;15.05;0;7.95;23069
+70092;43.70717;4.62958;5;20220808;34.6;21;27.8;2.9;14.3;0;7.05;26103
+70092;43.70717;4.62958;5;20220809;34.1;17.8;25.9;1.9;18.45;0;5.97;27613
+70092;43.70717;4.62958;5;20220810;31.8;18.3;25.1;1.9;20.15;0;5.47;26114
+70092;43.70717;4.62958;5;20220811;31.4;17.8;24.6;2.1;20.2;0;5.4;25973
+70092;43.70717;4.62958;5;20220812;33.5;20.7;27.1;1.9;23.7;0;5.51;25385
+70092;43.70717;4.62958;5;20220813;30.6;21.9;26.3;2.6;25.4;0;4.57;20627
+70092;43.70717;4.62958;5;20220814;28.3;22.6;25.5;2.5;22.85;9.2;3.92;16339
+70092;43.70717;4.62958;5;20220815;31.3;18.7;25;1.7;20.65;0;5.01;24567
+70092;43.70717;4.62958;5;20220816;30.2;18.6;24.4;2.8;21.6;2.8;4.91;23398
+70092;43.70717;4.62958;5;20220817;27.6;20.3;23.9;3;22.4;30.8;3.96;18130
+70092;43.70717;4.62958;5;20220818;25.5;16.7;21.1;3.8;17.8;.8;4.17;20038
+70092;43.70717;4.62958;5;20220819;28.8;19.9;24.3;5.4;17.05;0;5.85;19867
+70092;43.70717;4.62958;5;20220820;30.6;20.5;25.6;5.5;17.15;0;6.56;20872
+70092;43.70717;4.62958;5;20220821;31;21.1;26;5;14.55;0;6.92;20659
+70092;43.70717;4.62958;5;20220822;31;21.5;26.3;5.9;14.6;0;7.38;20239
+70092;43.70717;4.62958;5;20220823;32.5;21.4;27;4.8;16.2;0;7.03;21650
+70092;43.70717;4.62958;5;20220824;29.7;18.3;24;2.1;18.95;0;4.64;21746
+70092;43.70717;4.62958;5;20220825;32.3;17.8;25.1;1.8;20.95;.2;4.94;24231
+70092;43.70717;4.62958;5;20220826;32.6;21.1;26.9;4.8;18.5;0;6.6;21419
+70092;43.70717;4.62958;5;20220827;31.1;22;26.6;4.8;17.95;0;6.17;19035
+70092;43.70717;4.62958;5;20220828;31.8;18;24.9;1.9;18.4;0;4.98;23326
+70092;43.70717;4.62958;5;20220829;30.1;17.9;24;2.1;22.2;.1;4.36;21963
+70092;43.70717;4.62958;5;20220830;28.4;23.1;25.7;2.6;25.25;1.7;3.4;14342
+70092;43.70717;4.62958;5;20220831;29.5;20;24.7;4.1;18.8;0;5.04;18937
+70092;43.70717;4.62958;5;20220901;31.8;19.3;25.6;3.3;16.7;0;5.67;21650
+70092;43.70717;4.62958;5;20220902;28.7;19.1;23.9;2.1;20.9;8.3;3.83;18747
+70092;43.70717;4.62958;5;20220903;27.2;19.6;23.4;1.9;21.95;.8;3.32;16543
+70092;43.70717;4.62958;5;20220904;29.1;19.4;24.3;2.1;21.25;0;3.9;18670
+70092;43.70717;4.62958;5;20220905;29.3;20.2;24.8;2.9;23.25;.2;3.89;17837
+70092;43.70717;4.62958;5;20220906;28.9;20.2;24.6;3.3;23.7;5;3.75;17130
+70092;43.70717;4.62958;5;20220907;27.5;20.3;23.9;3.3;23.5;18.8;3.32;15612
+70092;43.70717;4.62958;5;20220908;26.9;17;22;2.5;18.55;.1;3.68;18164
+70092;43.70717;4.62958;5;20220909;26.5;15.7;21.1;2.6;16.45;.4;3.81;18919
+70092;43.70717;4.62958;5;20220910;26.6;14.8;20.7;2.7;14.7;0;4.01;19516
+70092;43.70717;4.62958;5;20220911;28.3;15.2;21.8;3.3;14.25;0;4.71;19867
+70092;43.70717;4.62958;5;20220912;27.5;14.4;21;1.9;18.9;0;3.52;20313
+70092;43.70717;4.62958;5;20220913;27.4;21;24.2;3.3;23.5;0;3.17;13921
+70092;43.70717;4.62958;5;20220914;27.8;22;24.9;4.1;22.5;.9;3.54;13257
+70092;43.70717;4.62958;5;20220915;30.1;18.1;24.1;2.4;18.8;0;4.11;18892
+70092;43.70717;4.62958;5;20220916;26.6;17.5;22.1;3.5;16;0;4;16159
+70092;43.70717;4.62958;5;20220917;20.6;14.7;17.7;7.9;9.5;0;5.06;12520
+70092;43.70717;4.62958;5;20220918;23.2;13.4;18.3;6.7;8.4;0;5.68;16442
+70092;43.70717;4.62958;5;20220919;23.8;15.2;19.5;7.7;8.55;0;6.29;15171
+70092;43.70717;4.62958;5;20220920;23.5;14;18.7;7;8.35;0;5.93;15700
+70092;43.70717;4.62958;5;20220921;25;14.9;20;4;10.25;0;4.66;16200
+70092;43.70717;4.62958;5;20220922;23.9;11.4;17.7;1.7;12.8;0;2.96;17963
+70092;43.70717;4.62958;5;20220923;23.5;13.2;18.4;2.3;15.45;40.8;2.77;16013
+70092;43.70717;4.62958;5;20220924;20.2;16.4;18.3;3.1;17.4;6.3;1.91;9545
+70092;43.70717;4.62958;5;20220925;22.4;13.9;18.2;2.5;15;0;2.63;14249
+70092;43.70717;4.62958;5;20220926;22.9;12.2;17.6;3.9;12.05;.1;3.52;15792
+70092;43.70717;4.62958;5;20220927;21;14.5;17.7;4.5;11.55;0;3.46;12220
+70092;43.70717;4.62958;5;20220928;22.7;15.1;18.9;4.3;14.3;.1;3.21;13187
+70092;43.70717;4.62958;5;20220929;21.8;15.7;18.7;3.9;12.4;.5;3.29;11613
+70092;43.70717;4.62958;5;20220930;18.1;13.1;15.6;5.5;10.3;0;3.25;10142
+70092;43.70717;4.62958;5;20221001;21.8;7.9;14.8;2.6;12.2;.1;2.64;17161
+70092;43.70717;4.62958;5;20221002;27.1;13.6;20.4;2.6;15.25;0;3.34;16956
+70092;43.70717;4.62958;5;20221003;24.8;16.7;20.8;5.2;13.9;0;4.09;12499
+70092;43.70717;4.62958;5;20221004;24.8;10.7;17.8;2;14.8;.1;2.68;16865
+70092;43.70717;4.62958;5;20221005;24.3;13.6;18.9;1.4;17.25;.3;2.22;14084
+70092;43.70717;4.62958;5;20221006;24.9;12;18.5;1.4;15.95;0;2.38;15663
+70092;43.70717;4.62958;5;20221007;24.6;12.6;18.6;1.4;15.75;1.8;2.28;14982
+70092;43.70717;4.62958;5;20221008;20.9;13.8;17.4;2.1;15.9;3.9;1.85;11063
+70092;43.70717;4.62958;5;20221009;21.3;14.3;17.8;1.9;14.85;1.2;1.96;10889
+70092;43.70717;4.62958;5;20221010;24.1;14.3;19.2;1.6;16.55;.1;2.14;13080
+70092;43.70717;4.62958;5;20221011;24.4;11.6;18;1.4;15.65;0;2.14;14660
+70092;43.70717;4.62958;5;20221012;24.7;13.6;19.2;1.5;15.6;.2;2.19;13480
+70092;43.70717;4.62958;5;20221013;23;11.4;17.2;1.5;15.3;.6;1.95;13577
+70092;43.70717;4.62958;5;20221014;23.6;15.6;19.6;2.1;16.4;.1;2.1;11152
+70092;43.70717;4.62958;5;20221015;25.1;11.1;18.1;1.7;15.3;0;2.23;14694
+70092;43.70717;4.62958;5;20221016;24.5;16.4;20.4;3.8;17.85;0;2.47;10963
+70092;43.70717;4.62958;5;20221017;24.2;13.8;19;2.6;17.15;.4;2.13;12253
+70092;43.70717;4.62958;5;20221018;24.5;13.7;19.1;1.4;17.5;.1;1.85;12384
+70092;43.70717;4.62958;5;20221019;23;14.2;18.6;1.3;18.25;0;1.55;11017
+70092;43.70717;4.62958;5;20221020;21.8;19;20.4;4.1;19.4;.5;1.73;5927
+70092;43.70717;4.62958;5;20221021;24.1;19.7;21.9;7.2;20.6;1;2.5;7407
+70092;43.70717;4.62958;5;20221022;24.9;18.2;21.5;3.3;20.7;0;1.93;9190
+70092;43.70717;4.62958;5;20221023;25.3;19.8;22.6;5.5;20.2;0;2.58;8245
+70092;43.70717;4.62958;5;20221024;24.5;20.6;22.6;4.4;20.55;0;2.23;6697
+70092;43.70717;4.62958;5;20221025;24.5;15.2;19.9;2.4;19.25;0;1.73;10511
+70092;43.70717;4.62958;5;20221026;24.5;16.2;20.3;2.7;18.55;.1;1.86;9794
+70092;43.70717;4.62958;5;20221027;24.6;17;20.8;1.4;18.85;.1;1.59;9101
+70092;43.70717;4.62958;5;20221028;24.5;13.9;19.2;1.4;17.15;.1;1.58;10738
+70092;43.70717;4.62958;5;20221029;24.8;11.5;18.1;1.6;14.95;.2;1.74;11918
+70092;43.70717;4.62958;5;20221030;23.5;12;17.8;1.8;15.6;0;1.63;10949
+70092;43.70717;4.62958;5;20221031;22.5;14.2;18.4;4.2;17.55;8.8;1.69;9085
+70092;43.70717;4.62958;5;20221101;23.9;18.8;21.4;4.1;18.25;1.7;2.29;6980
+70092;43.70717;4.62958;5;20221102;21.4;13.3;17.4;2.1;13.6;0;1.65;8702
+70092;43.70717;4.62958;5;20221103;18.9;9;14;3.2;13.55;20.9;1.29;9384
+70092;43.70717;4.62958;5;20221104;15.7;10.9;13.3;5.2;10.05;0;2.1;6432
+70092;43.70717;4.62958;5;20221105;15.5;9.5;12.5;6.7;8.45;0;2.73;7030
+70092;43.70717;4.62958;5;20221106;19.6;6.4;13;2.1;9.3;0;1.62;10666
+70092;43.70717;4.62958;5;20221107;20.9;4.8;12.9;1.4;10.3;0;1.29;11019
+70092;43.70717;4.62958;5;20221108;19.6;9.6;14.6;3.8;13.55;3.7;1.42;9062
+70092;43.70717;4.62958;5;20221109;21.1;17.3;19.2;4.9;16.45;2.3;1.96;5244
+70092;43.70717;4.62958;5;20221110;18.9;13.3;16.1;3.9;12.9;0;1.8;6399
+70092;43.70717;4.62958;5;20221111;21.6;11;16.3;1.7;12.5;.1;1.37;9021
+70092;43.70717;4.62958;5;20221112;21.2;8.1;14.6;1.4;12.2;0;1.16;9862
+70092;43.70717;4.62958;5;20221113;19;10.2;14.6;1.6;12.7;0;1.06;7836
+70092;43.70717;4.62958;5;20221114;17.5;10.8;14.2;3.6;12.65;15.8;1.32;6687
+70092;43.70717;4.62958;5;20221115;18.6;13.8;16.2;4.1;14.55;4.6;1.37;5448
+70092;43.70717;4.62958;5;20221116;18.8;10.4;14.6;2.8;12.7;0;1.28;7487
+70092;43.70717;4.62958;5;20221117;18.4;10.6;14.5;2;12.95;1.7;1.03;7048
+70092;43.70717;4.62958;5;20221118;16.1;10.7;13.4;4.2;10.05;0;1.8;5708
+70092;43.70717;4.62958;5;20221119;14.3;8.1;11.2;6.1;7.9;0;2.33;6032
+70092;43.70717;4.62958;5;20221120;14;6.2;10.1;5;7.3;0;2.04;6747
+70092;43.70717;4.62958;5;20221121;10.4;5.2;7.8;2.4;8.95;6.2;.66;5310
+70092;43.70717;4.62958;5;20221122;14.2;7.1;10.7;4;8.7;.5;1.47;6378
+70092;43.70717;4.62958;5;20221123;13.1;6.5;9.8;1.4;9.6;.6;.65;5948
+70092;43.70717;4.62958;5;20221124;16.1;5.1;10.6;2.3;9.05;0;1.05;7930
+70092;43.70717;4.62958;5;20221125;17.6;7.3;12.4;3.3;9.95;4.7;1.44;7481
+70092;43.70717;4.62958;5;20221126;13.8;10;11.9;7.4;8.25;0;2.57;4256
+70092;43.70717;4.62958;5;20221127;15.2;3.3;9.3;2.4;8.85;3.1;.93;7889
+70092;43.70717;4.62958;5;20221128;10.6;9.1;9.8;3.8;10.05;26.2;.86;2534
+70092;43.70717;4.62958;5;20221129;12;4;8;3.6;8.6;0;.9;6199
+70092;43.70717;4.62958;5;20221130;12.4;4.7;8.5;3.6;8.5;.9;1.03;5936
+70092;43.70717;4.62958;5;20221201;10.2;6;8.1;3.1;8.4;1.1;.87;4339
+70092;43.70717;4.62958;5;20221202;8.4;6.1;7.3;2.4;8.05;2.4;.73;2980
+70092;43.70717;4.62958;5;20221203;10;5.3;7.6;2.6;9.5;15.3;.5;4427
+70092;43.70717;4.62958;5;20221204;13.6;7.5;10.5;2.5;10.35;9.1;.74;5092
+70092;43.70717;4.62958;5;20221205;10.3;3.2;6.8;2.3;8.25;0;.59;5566
+70092;43.70717;4.62958;5;20221206;10.5;2.4;6.5;2.7;7.1;.1;.81;6035
+70092;43.70717;4.62958;5;20221207;8.4;3.2;5.8;5.5;6.45;0;1.25;4668
+70092;43.70717;4.62958;5;20221208;7.9;-.8;3.6;2.3;7.5;28.3;.28;6081
+70092;43.70717;4.62958;5;20221209;12.7;7.7;10.2;3.1;11.4;0;.46;4529
+70092;43.70717;4.62958;5;20221210;7.6;5.3;6.4;6.4;6.55;0;1.47;2850
+70092;43.70717;4.62958;5;20221211;5.2;0;2.6;5.6;4.4;0;1.38;4523
+70092;43.70717;4.62958;5;20221212;5.2;-2.4;1.4;2.5;5.5;4.3;.47;5596
+70092;43.70717;4.62958;5;20221213;8.2;3.2;5.7;2.8;8.65;5.8;.32;4522
+70092;43.70717;4.62958;5;20221214;10.9;7.3;9.1;2;10.75;.5;.41;3691
+70092;43.70717;4.62958;5;20221215;12.3;9.7;11;3.2;11.7;20.5;.6;2838
+70092;43.70717;4.62958;5;20221216;9.2;6.7;7.9;5.4;8.1;0;1.15;2961
+70092;43.70717;4.62958;5;20221217;6.6;2.3;4.4;5.9;5.55;0;1.35;4038
+70092;43.70717;4.62958;5;20221218;12.6;-.1;6.3;2.3;7.7;0;.59;7288
+70092;43.70717;4.62958;5;20221219;15.6;9.4;12.5;4.1;11.85;1.2;.94;4981
+70092;43.70717;4.62958;5;20221220;16.3;13.2;14.8;4.6;14.25;3.3;.94;3399
+70092;43.70717;4.62958;5;20221221;16.1;13.5;14.8;2.1;13.85;1.2;.77;3002
+70092;43.70717;4.62958;5;20221222;13.2;7.3;10.3;1.8;11.35;0;.43;4704
+70092;43.70717;4.62958;5;20221223;19.1;11.7;15.4;3.3;13.15;0;1.19;5520
+70092;43.70717;4.62958;5;20221224;18.3;8.7;13.5;1.3;11.8;.1;.63;6326
+70092;43.70717;4.62958;5;20221225;16.2;6.7;11.5;2.5;11.45;0;.62;6283
+70092;43.70717;4.62958;5;20221226;17.6;12.6;15.1;1.8;12.6;.1;.9;4388
+70092;43.70717;4.62958;5;20221227;15.6;7.5;11.5;2.3;10;0;.9;5780
+70092;43.70717;4.62958;5;20221228;13.5;3.3;8.4;1.7;9.45;0;.45;6547
+70092;43.70717;4.62958;5;20221229;15.5;10.1;12.8;2.4;11.85;0;.81;4671
+70092;43.70717;4.62958;5;20221230;14.2;8.6;11.4;1.1;11.95;0;.44;4742
+70092;43.70717;4.62958;5;20221231;16.5;8.4;12.4;3.3;12.2;0;.76;5912
+70093;43.72285;4.93847;67;20220101;8.6;6.1;7.4;1.2;10.44;.1;.34;1879
+70093;43.72285;4.93847;67;20220102;10.4;7.9;9.2;1.8;10.57;0;.53;2198
+70093;43.72285;4.93847;67;20220103;14.7;5.9;10.3;1.6;9.84;.1;.64;6133
+70093;43.72285;4.93847;67;20220104;13;4.7;8.9;2.1;10.89;.9;.47;4180
+70093;43.72285;4.93847;67;20220105;8.4;7;7.7;11.5;6.67;0;2.32;4748
+70093;43.72285;4.93847;67;20220106;8.1;4.6;6.3;10.2;5.34;0;2.42;5419
+70093;43.72285;4.93847;67;20220107;9.5;-1.1;4.2;4.1;5.54;.1;1.22;6700
+70093;43.72285;4.93847;67;20220108;11.6;1.5;6.6;3.2;7.39;0;.95;6600
+70093;43.72285;4.93847;67;20220109;10.6;4.2;7.4;3.7;7.69;0;1.02;4669
+70093;43.72285;4.93847;67;20220110;9.3;4.9;7.1;8.1;6.69;0;1.84;5770
+70093;43.72285;4.93847;67;20220111;7.8;1.1;4.4;6.9;5.54;0;1.52;6318
+70093;43.72285;4.93847;67;20220112;8.9;-2.3;3.3;4.7;5.02;0;1.36;7246
+70093;43.72285;4.93847;67;20220113;10.5;-2.7;3.9;2.9;4.94;0;1.18;7798
+70093;43.72285;4.93847;67;20220114;11.3;-3.4;4;1.9;5.02;0;.94;8369
+70093;43.72285;4.93847;67;20220115;11.7;-3.6;4.1;1.6;5.07;0;.84;8511
+70093;43.72285;4.93847;67;20220116;12.7;-4.2;4.3;5.2;4.54;.1;2.07;9079
+70093;43.72285;4.93847;67;20220117;10.9;2.7;6.8;7.7;6.07;0;2.03;7043
+70093;43.72285;4.93847;67;20220118;11.8;1.1;6.4;3.6;6.14;0;1.39;7694
+70093;43.72285;4.93847;67;20220119;9.6;-1.2;4.2;1.5;6.99;0;.58;5283
+70093;43.72285;4.93847;67;20220120;9.8;1.6;5.7;9.4;6.29;0;1.86;7721
+70093;43.72285;4.93847;67;20220121;8;2.2;5.1;8.3;5.07;0;2.08;6787
+70093;43.72285;4.93847;67;20220122;8.9;-.1;4.4;6;5.14;0;1.69;7756
+70093;43.72285;4.93847;67;20220123;11.6;-.2;5.7;2.9;5.87;0;1.27;8384
+70093;43.72285;4.93847;67;20220124;12.7;-1.5;5.6;1.5;6.37;0;.81;9209
+70093;43.72285;4.93847;67;20220125;11.5;-2.5;4.5;1.2;6.84;0;.67;9638
+70093;43.72285;4.93847;67;20220126;14.5;-2.6;5.9;3.7;5.49;0;1.81;10085
+70093;43.72285;4.93847;67;20220127;11;-2.1;4.4;3.6;5.24;0;1.46;9515
+70093;43.72285;4.93847;67;20220128;10.9;.5;5.7;8.1;5.69;0;2;9050
+70093;43.72285;4.93847;67;20220129;12.3;2;7.2;6.3;5.84;0;2.21;8685
+70093;43.72285;4.93847;67;20220130;13.7;4.2;8.9;9.9;7.54;0;2.48;8782
+70093;43.72285;4.93847;67;20220131;13.6;4.8;9.2;10.6;6.72;0;3.07;8344
+70093;43.72285;4.93847;67;20220201;10.8;5.2;8;14.1;5.57;0;3.41;8309
+70093;43.72285;4.93847;67;20220202;15.6;7.5;11.6;11.6;8.64;0;3.14;9219
+70093;43.72285;4.93847;67;20220203;16.3;6.4;11.3;3.3;9.39;0;1.63;8700
+70093;43.72285;4.93847;67;20220204;14.5;5.7;10.1;2.8;9.14;0;1.33;8550
+70093;43.72285;4.93847;67;20220205;13.3;6.7;10;8.2;6.84;0;2.94;8907
+70093;43.72285;4.93847;67;20220206;13;4.3;8.7;5.1;6.25;0;2.32;8785
+70093;43.72285;4.93847;67;20220207;13.4;5.5;9.4;8;6.42;0;2.99;8165
+70093;43.72285;4.93847;67;20220208;15.2;3.2;9.2;3.7;5.77;0;2.37;10636
+70093;43.72285;4.93847;67;20220209;15.3;.1;7.7;2.1;8.44;0;1.22;10740
+70093;43.72285;4.93847;67;20220210;14.1;6.1;10.1;1.5;9.22;0;1.25;9928
+70093;43.72285;4.93847;67;20220211;14.3;2.3;8.3;5.3;7.09;0;2.14;11305
+70093;43.72285;4.93847;67;20220212;15.5;2;8.8;3;6.57;0;1.95;11342
+70093;43.72285;4.93847;67;20220213;13.8;3.4;8.6;5.1;7.84;4.4;1.87;6688
+70093;43.72285;4.93847;67;20220214;12.6;9;10.8;4.4;10.22;15.3;1.32;3161
+70093;43.72285;4.93847;67;20220215;13.3;3.6;8.5;4.8;6.99;0;2.09;11409
+70093;43.72285;4.93847;67;20220216;13.1;1.1;7.1;1.7;8.69;.7;1.02;8908
+70093;43.72285;4.93847;67;20220217;20.4;5.4;12.9;3.7;10.46;0;2.24;12754
+70093;43.72285;4.93847;67;20220218;19.6;4.8;12.2;2.2;10.42;0;1.79;13114
+70093;43.72285;4.93847;67;20220219;14.1;6.6;10.4;8;6.97;0;3.13;9102
+70093;43.72285;4.93847;67;20220220;16.3;6.9;11.6;6.7;6.83;0;3.41;11630
+70093;43.72285;4.93847;67;20220221;16.1;6;11;7.3;7.67;0;3.15;11910
+70093;43.72285;4.93847;67;20220222;15;6.6;10.8;10.5;7.32;0;3.61;12202
+70093;43.72285;4.93847;67;20220223;18.9;8.8;13.8;4.8;8.79;0;3.1;12641
+70093;43.72285;4.93847;67;20220224;15;3.6;9.3;2.4;9.77;.4;1.32;9345
+70093;43.72285;4.93847;67;20220225;12.6;3.7;8.2;10.1;6.09;0;3.2;12283
+70093;43.72285;4.93847;67;20220226;14.6;3.9;9.2;4.3;5.74;0;2.77;12349
+70093;43.72285;4.93847;67;20220227;14.9;-2.1;6.4;2.9;6.34;0;2.01;14220
+70093;43.72285;4.93847;67;20220228;15.4;-.2;7.6;2.6;7.27;0;1.93;15123
+70093;43.72285;4.93847;67;20220301;15.2;1.6;8.4;3;7.04;0;2.13;14591
+70093;43.72285;4.93847;67;20220302;13.4;2.3;7.8;2.3;7.57;.1;1.62;11656
+70093;43.72285;4.93847;67;20220303;16.3;0;8.1;1.5;7.79;0;1.75;15287
+70093;43.72285;4.93847;67;20220304;18.1;.6;9.4;5.3;6.29;0;3.44;16406
+70093;43.72285;4.93847;67;20220305;15.3;3.3;9.3;4.1;5.02;0;3.18;14949
+70093;43.72285;4.93847;67;20220306;13.3;.1;6.7;3;5.34;0;2.29;14081
+70093;43.72285;4.93847;67;20220307;13.5;-2.1;5.7;2.2;4.92;0;2.12;16474
+70093;43.72285;4.93847;67;20220308;13.6;-1.8;5.9;2.4;6.44;0;1.9;14515
+70093;43.72285;4.93847;67;20220309;15;3.6;9.3;1.9;8.02;0;1.88;13472
+70093;43.72285;4.93847;67;20220310;15.4;1.8;8.6;3.5;9.34;0;1.81;13473
+70093;43.72285;4.93847;67;20220311;14.4;9.8;12.1;5.5;8.82;1.6;2.57;7201
+70093;43.72285;4.93847;67;20220312;14.3;10.7;12.5;6.8;7.54;.7;3.34;5765
+70093;43.72285;4.93847;67;20220313;13.2;10.7;11.9;7.5;8.27;4.3;2.94;5136
+70093;43.72285;4.93847;67;20220314;17.5;6.6;12;4.6;10.14;0;2.53;12717
+70093;43.72285;4.93847;67;20220315;17.9;13;15.5;3.3;9.67;0;2.85;9839
+70093;43.72285;4.93847;67;20220316;17.1;6;11.5;1.2;10.64;0;1.86;14333
+70093;43.72285;4.93847;67;20220317;16.5;7.4;12;2.9;11.24;.1;1.85;11251
+70093;43.72285;4.93847;67;20220318;17;9.5;13.2;2.7;10.53;.5;2.25;12618
+70093;43.72285;4.93847;67;20220319;16.8;4.9;10.9;1.7;8.73;0;2.32;17129
+70093;43.72285;4.93847;67;20220320;15.3;5.6;10.4;3.4;7.59;.4;2.35;8326
+70093;43.72285;4.93847;67;20220321;16.6;10.2;13.4;3.8;6.54;0;3.49;12349
+70093;43.72285;4.93847;67;20220322;16.8;2.2;9.5;3.7;6.02;0;3.33;19579
+70093;43.72285;4.93847;67;20220323;17.4;1.1;9.2;2.6;6.74;0;2.92;19877
+70093;43.72285;4.93847;67;20220324;19.6;1.1;10.3;2.3;6.17;0;3.22;20449
+70093;43.72285;4.93847;67;20220325;20;1.3;10.7;2.5;6.92;0;3.2;19846
+70093;43.72285;4.93847;67;20220326;21.4;3;12.2;2.9;7.24;0;3.7;20417
+70093;43.72285;4.93847;67;20220327;21.4;6.6;14;2.1;7.49;0;3.27;16432
+70093;43.72285;4.93847;67;20220328;22.2;4.9;13.6;2.2;6.92;0;3.59;20060
+70093;43.72285;4.93847;67;20220329;19.5;6.5;13;2.8;8.87;3.2;3.1;16658
+70093;43.72285;4.93847;67;20220330;15.1;10.2;12.6;2.4;11.24;1;1.75;8499
+70093;43.72285;4.93847;67;20220331;19.1;7.2;13.1;5.9;9.04;.5;3.87;18713
+70093;43.72285;4.93847;67;20220401;10.3;5.6;7.9;8.8;5.77;.5;3.17;12875
+70093;43.72285;4.93847;67;20220402;7.6;3.1;5.3;11.6;4.89;0;2.91;10232
+70093;43.72285;4.93847;67;20220403;11;2.2;6.6;6.4;5.24;0;3.13;18948
+70093;43.72285;4.93847;67;20220404;15.3;2.3;8.8;4.1;5.59;0;3.51;21107
+70093;43.72285;4.93847;67;20220405;19.3;2.3;10.8;3.5;6.04;0;4.04;22628
+70093;43.72285;4.93847;67;20220406;17.1;3.5;10.3;2.2;8.57;0;2.59;17241
+70093;43.72285;4.93847;67;20220407;19;7;13;4.1;10.49;0;2.91;14856
+70093;43.72285;4.93847;67;20220408;22;11.5;16.8;4.3;11.67;0;4.02;18927
+70093;43.72285;4.93847;67;20220409;16.2;9.8;13;8.3;6.14;0;5.16;20535
+70093;43.72285;4.93847;67;20220410;18.8;4.7;11.7;3.7;6.49;0;4.14;23439
+70093;43.72285;4.93847;67;20220411;17.7;6.2;11.9;4.3;8.19;0;3.23;12858
+70093;43.72285;4.93847;67;20220412;21.4;7;14.2;3.1;9.07;0;3.97;20912
+70093;43.72285;4.93847;67;20220413;21.4;6.8;14.1;2.2;9.67;0;3.53;21102
+70093;43.72285;4.93847;67;20220414;25.8;7.1;16.5;2.9;10.24;0;4.59;22820
+70093;43.72285;4.93847;67;20220415;26.8;9.8;18.3;4.8;11.29;0;5.71;24377
+70093;43.72285;4.93847;67;20220416;26.2;13.8;20;9.7;10.19;0;7.73;19732
+70093;43.72285;4.93847;67;20220417;21.9;10.6;16.2;3.6;9.02;0;4.78;24178
+70093;43.72285;4.93847;67;20220418;22.2;7;14.6;2.5;10.39;0;4;24885
+70093;43.72285;4.93847;67;20220419;24.6;7.7;16.2;2.9;10.39;0;4.64;25068
+70093;43.72285;4.93847;67;20220420;17.4;11.2;14.3;2.7;13.32;10.6;1.88;8178
+70093;43.72285;4.93847;67;20220421;19.3;12;15.6;2.6;13.67;5.2;2.41;11727
+70093;43.72285;4.93847;67;20220422;21.1;10.1;15.6;3.5;12.82;.1;3.7;21946
+70093;43.72285;4.93847;67;20220423;17.1;13.3;15.2;5.8;12.54;11.9;2.58;6938
+70093;43.72285;4.93847;67;20220424;18;8.8;13.4;2.9;11.79;.1;2.56;14371
+70093;43.72285;4.93847;67;20220425;20.9;7.1;14;3.2;11.12;0;3.99;25705
+70093;43.72285;4.93847;67;20220426;23.6;8.6;16.1;2.8;11.77;0;4.45;25772
+70093;43.72285;4.93847;67;20220427;22.4;10;16.2;2.9;12.02;0;4.36;25805
+70093;43.72285;4.93847;67;20220428;25.7;9.9;17.8;2.5;11.92;0;4.8;25897
+70093;43.72285;4.93847;67;20220429;22.8;8.6;15.7;2.7;10.39;0;4.58;26677
+70093;43.72285;4.93847;67;20220430;24.4;9.4;16.9;4.9;9.63;0;5.8;25745
+70093;43.72285;4.93847;67;20220501;23.8;12.3;18.1;5;8.83;0;6.11;25302
+70093;43.72285;4.93847;67;20220502;23;7;15;2.4;10.73;0;4.47;26391
+70093;43.72285;4.93847;67;20220503;23.1;11;17.1;2;12.46;1.3;4.17;24014
+70093;43.72285;4.93847;67;20220504;25;8;16.5;2;12.13;2.4;4.59;27026
+70093;43.72285;4.93847;67;20220505;21.4;13.3;17.4;6.1;12.19;.6;4.51;18086
+70093;43.72285;4.93847;67;20220506;19.9;13.3;16.6;7.6;11.06;0;4.89;19856
+70093;43.72285;4.93847;67;20220507;25.4;10;17.7;3.2;11.86;0;5.21;26000
+70093;43.72285;4.93847;67;20220508;22.6;9.3;16;1.6;13.59;5.3;3.69;22531
+70093;43.72285;4.93847;67;20220509;25.4;10.2;17.8;1.9;13.99;.1;4.61;26549
+70093;43.72285;4.93847;67;20220510;27;11;19;2.1;13.36;.1;5.09;27770
+70093;43.72285;4.93847;67;20220511;25.1;11;18.1;3;12.59;0;5.26;28024
+70093;43.72285;4.93847;67;20220512;25.2;11.5;18.4;2.5;12.29;0;5.2;27825
+70093;43.72285;4.93847;67;20220513;26.3;10.8;18.6;1.7;13.06;0;4.99;28221
+70093;43.72285;4.93847;67;20220514;27.5;12.4;20;2.3;15.93;0;5.25;28461
+70093;43.72285;4.93847;67;20220515;26.5;13.4;20;2.5;15.13;0;5.26;27848
+70093;43.72285;4.93847;67;20220516;27.1;13.5;20.3;2.6;13.49;0;5.61;28396
+70093;43.72285;4.93847;67;20220517;27.9;12;19.9;2;15.06;0;5.33;28843
+70093;43.72285;4.93847;67;20220518;28.9;13.2;21;2.1;17.06;0;5.46;29026
+70093;43.72285;4.93847;67;20220519;30;13.8;21.9;2.6;15.56;0;5.99;28495
+70093;43.72285;4.93847;67;20220520;28.3;13.4;20.8;2.2;13.19;0;5.79;29220
+70093;43.72285;4.93847;67;20220521;28.5;13.7;21.1;1.7;15.66;0;5.5;29184
+70093;43.72285;4.93847;67;20220522;28.4;14.3;21.4;2.6;17.49;.1;5.6;28941
+70093;43.72285;4.93847;67;20220523;28.4;15.6;22;2.6;16.66;0;5.37;26018
+70093;43.72285;4.93847;67;20220524;26.6;17.1;21.8;4.4;12.33;0;6.28;23561
+70093;43.72285;4.93847;67;20220525;27.2;17;22.1;7.2;10.93;0;7.49;20275
+70093;43.72285;4.93847;67;20220526;29.5;17.7;23.6;7.5;11.06;0;8.84;26258
+70093;43.72285;4.93847;67;20220527;31.4;18.6;25;7.3;13.03;0;9.04;26577
+70093;43.72285;4.93847;67;20220528;27.3;17.7;22.5;11;10.93;0;9.39;26835
+70093;43.72285;4.93847;67;20220529;26.1;15.4;20.7;8.9;7.43;0;9.25;27702
+70093;43.72285;4.93847;67;20220530;27.2;10;18.6;1.7;9.76;0;5.28;27253
+70093;43.72285;4.93847;67;20220531;26.7;15;20.8;2.1;13.43;0;5.2;25183
+70093;43.72285;4.93847;67;20220601;30.3;12.5;21.4;1.9;14.43;0;5.95;30151
+70093;43.72285;4.93847;67;20220602;28.9;13.7;21.3;2;15.89;0;5.81;30209
+70093;43.72285;4.93847;67;20220603;32.6;18.1;25.4;2;17.09;0;6.4;28868
+70093;43.72285;4.93847;67;20220604;33.4;17.9;25.7;2.5;17.36;0;6.7;29125
+70093;43.72285;4.93847;67;20220605;32.5;18.2;25.3;2.4;18.49;.1;6.44;28560
+70093;43.72285;4.93847;67;20220606;32.6;19.3;25.9;3.8;15.26;.2;7.66;29689
+70093;43.72285;4.93847;67;20220607;31;18;24.5;4.8;14.76;0;7.71;29367
+70093;43.72285;4.93847;67;20220608;27.6;18.3;22.9;4;12.36;0;6.41;23600
+70093;43.72285;4.93847;67;20220609;26.3;17.3;21.8;9.1;11.63;0;8.19;26811
+70093;43.72285;4.93847;67;20220610;30.1;17;23.6;9.2;10.16;0;10.24;29490
+70093;43.72285;4.93847;67;20220611;33.6;15.4;24.5;3.6;11.89;0;8.16;30260
+70093;43.72285;4.93847;67;20220612;32.5;14.1;23.3;2.4;13.83;0;6.73;30190
+70093;43.72285;4.93847;67;20220613;34.4;16.5;25.4;4.7;15.23;0;8.39;29635
+70093;43.72285;4.93847;67;20220614;32.2;19.3;25.7;3.9;12.89;0;8.1;30156
+70093;43.72285;4.93847;67;20220615;33.5;19;26.2;2.4;17.03;0;6.92;30174
+70093;43.72285;4.93847;67;20220616;35.7;16;25.9;2.4;16.69;0;7.23;30711
+70093;43.72285;4.93847;67;20220617;36.8;23;29.9;3.9;16.03;0;9.07;29898
+70093;43.72285;4.93847;67;20220618;34;18.9;26.5;2.6;18.23;0;7.2;30733
+70093;43.72285;4.93847;67;20220619;32.5;18;25.3;3.5;16.03;0;7.6;30739
+70093;43.72285;4.93847;67;20220620;32.2;18.8;25.5;3.6;14.76;0;7.61;29668
+70093;43.72285;4.93847;67;20220621;31.3;19.4;25.3;3.1;19.03;1.6;6.42;27842
+70093;43.72285;4.93847;67;20220622;30.1;22.2;26.1;3.3;22.36;0;5.56;22584
+70093;43.72285;4.93847;67;20220623;28.3;19.9;24.1;4.1;20.59;7.7;5.29;21181
+70093;43.72285;4.93847;67;20220624;28.8;19.2;24;3.5;18.99;8.3;5.58;24018
+70093;43.72285;4.93847;67;20220625;30.3;16.8;23.6;2.7;18.39;0;6.29;29783
+70093;43.72285;4.93847;67;20220626;33.6;19.8;26.7;3.1;19.53;0;7.21;30102
+70093;43.72285;4.93847;67;20220627;31.7;19;25.4;5.5;18.23;0;7.72;28661
+70093;43.72285;4.93847;67;20220628;30.8;19.2;25;6.5;15.13;0;8.18;26620
+70093;43.72285;4.93847;67;20220629;32;16.9;24.4;3.2;16.06;.3;7.1;30621
+70093;43.72285;4.93847;67;20220630;28.5;17.7;23.1;4.1;18.73;0;6.02;27001
+70093;43.72285;4.93847;67;20220701;28.2;17;22.6;7.2;12.49;0;8.1;28204
+70093;43.72285;4.93847;67;20220702;34;14.5;24.3;3.2;11.66;0;7.86;30537
+70093;43.72285;4.93847;67;20220703;35.3;15.4;25.3;2.5;14.06;0;7.36;30500
+70093;43.72285;4.93847;67;20220704;36;20;28;3.3;18.86;1;7.86;30015
+70093;43.72285;4.93847;67;20220705;33.8;22.5;28.1;6.9;14.19;0;10.12;28474
+70093;43.72285;4.93847;67;20220706;32.6;21.8;27.2;8.8;11.19;0;11.32;28313
+70093;43.72285;4.93847;67;20220707;32;20.2;26.1;11.1;11.66;0;11.69;28810
+70093;43.72285;4.93847;67;20220708;32.5;20.2;26.4;8.9;13.86;0;10.33;29091
+70093;43.72285;4.93847;67;20220709;34.2;18.4;26.3;5.6;12.36;0;9.51;29241
+70093;43.72285;4.93847;67;20220710;33.9;22.2;28.1;6.2;14.16;0;9.78;28700
+70093;43.72285;4.93847;67;20220711;31.2;19;25.1;3.1;17.56;0;6.9;29061
+70093;43.72285;4.93847;67;20220712;32.1;17.3;24.7;2.1;19.63;0;6.21;29106
+70093;43.72285;4.93847;67;20220713;32.1;19;25.5;2.5;20.56;0;6.34;29535
+70093;43.72285;4.93847;67;20220714;33.8;17.9;25.9;2;20.56;0;6.47;29849
+70093;43.72285;4.93847;67;20220715;38.3;19.4;28.9;3.8;18.23;0;8.67;29552
+70093;43.72285;4.93847;67;20220716;36.4;23;29.7;5.6;12.76;0;10.39;28903
+70093;43.72285;4.93847;67;20220717;34.8;19.4;27.1;3;17.09;0;7.63;29058
+70093;43.72285;4.93847;67;20220718;36.4;21.4;28.9;2.1;21.86;0;6.99;29585
+70093;43.72285;4.93847;67;20220719;35.1;20.6;27.9;2.5;22.66;0;6.9;29375
+70093;43.72285;4.93847;67;20220720;35.6;20.7;28.2;2.2;21.56;0;6.89;29267
+70093;43.72285;4.93847;67;20220721;37.2;23.2;30.2;4.5;17.13;0;9.14;28444
+70093;43.72285;4.93847;67;20220722;34.7;19.2;27;2.2;19.63;0;6.66;29232
+70093;43.72285;4.93847;67;20220723;34.8;21.7;28.2;2.5;21.33;0;6.49;25713
+70093;43.72285;4.93847;67;20220724;36.4;21.2;28.8;2.9;18.46;0;7.63;28327
+70093;43.72285;4.93847;67;20220725;35.5;19.4;27.4;2.8;19.26;.1;7.11;28598
+70093;43.72285;4.93847;67;20220726;33.1;24.1;28.6;8.7;15.06;0;10.45;25583
+70093;43.72285;4.93847;67;20220727;33.3;21.6;27.4;7.2;12.66;0;10.14;27318
+70093;43.72285;4.93847;67;20220728;34.1;16.1;25.1;2.3;13.86;0;6.76;28560
+70093;43.72285;4.93847;67;20220729;31.1;19.2;25.1;2.6;17.09;.9;5.74;23475
+70093;43.72285;4.93847;67;20220730;34.4;21.6;28;6.3;13.43;.1;9.76;27257
+70093;43.72285;4.93847;67;20220731;36.6;20.7;28.6;4;12.56;0;8.82;28286
+70093;43.72285;4.93847;67;20220801;37.9;22.9;30.4;3.9;14.09;0;8.9;27401
+70093;43.72285;4.93847;67;20220802;37.3;24;30.6;4.8;15.99;0;9.33;27126
+70093;43.72285;4.93847;67;20220803;34.3;19.7;27;2.4;20.39;0;6.46;27927
+70093;43.72285;4.93847;67;20220804;34.8;19.2;27;2;21.06;0;6.2;27578
+70093;43.72285;4.93847;67;20220805;34.3;19.1;26.7;2.7;21.36;.1;6.53;27656
+70093;43.72285;4.93847;67;20220806;36;23.1;29.5;7.2;16.53;0;10.19;26383
+70093;43.72285;4.93847;67;20220807;35.2;22.9;29;4.8;14.56;0;8.76;26336
+70093;43.72285;4.93847;67;20220808;35.5;18.4;27;3;14.66;0;7.29;26842
+70093;43.72285;4.93847;67;20220809;34.9;18.2;26.5;2.4;17.83;0;6.4;27145
+70093;43.72285;4.93847;67;20220810;34.2;18;26.1;2.3;16.49;0;6.28;27007
+70093;43.72285;4.93847;67;20220811;33.3;19;26.1;2.3;18.19;0;6.1;26862
+70093;43.72285;4.93847;67;20220812;35.2;20.2;27.7;1.9;22.33;0;5.9;26508
+70093;43.72285;4.93847;67;20220813;33.2;21.2;27.2;2.5;23.63;0;5.73;25214
+70093;43.72285;4.93847;67;20220814;30.3;22.5;26.4;2.5;20.13;15.1;4.9;19445
+70093;43.72285;4.93847;67;20220815;32.5;17.5;25;2.1;19.59;0;5.52;25805
+70093;43.72285;4.93847;67;20220816;32.2;18.9;25.5;2.5;20.23;0;5.67;25969
+70093;43.72285;4.93847;67;20220817;29.3;20.5;24.9;4;21.53;19.9;4.63;18123
+70093;43.72285;4.93847;67;20220818;26.1;16.9;21.5;4.1;17.79;.9;4.25;18144
+70093;43.72285;4.93847;67;20220819;28.5;19;23.8;7.8;16.59;0;6.87;22296
+70093;43.72285;4.93847;67;20220820;30.5;21.5;26;9.4;16.76;0;8.42;22507
+70093;43.72285;4.93847;67;20220821;31.6;20.8;26.2;7.2;13.79;0;8.65;22792
+70093;43.72285;4.93847;67;20220822;31.3;20.6;25.9;7.7;13.29;0;8.81;23306
+70093;43.72285;4.93847;67;20220823;33.9;22.1;28;5.1;15.86;0;7.87;23637
+70093;43.72285;4.93847;67;20220824;31.4;16.7;24;2;17.53;0;5.12;24661
+70093;43.72285;4.93847;67;20220825;33.4;17.1;25.2;2;18.66;.2;5.35;24621
+70093;43.72285;4.93847;67;20220826;32.7;20.6;26.6;5.1;17.79;.2;7.03;23236
+70093;43.72285;4.93847;67;20220827;31.2;21.1;26.2;5.6;17.03;0;6.96;22095
+70093;43.72285;4.93847;67;20220828;32.2;17.1;24.7;1.7;17.39;0;5.01;24105
+70093;43.72285;4.93847;67;20220829;31.6;17.4;24.5;2.5;20.53;.1;4.98;23416
+70093;43.72285;4.93847;67;20220830;30.3;22.6;26.4;3.6;23.73;.6;4.36;15562
+70093;43.72285;4.93847;67;20220831;29.8;19.1;24.4;4.6;18.16;0;5.72;21509
+70093;43.72285;4.93847;67;20220901;32.9;20.1;26.5;4;15.43;.2;6.62;22469
+70093;43.72285;4.93847;67;20220902;29.7;18;23.8;2.5;19.26;5;4.09;17170
+70093;43.72285;4.93847;67;20220903;28.5;19;23.7;2.2;20.16;.2;3.86;17847
+70093;43.72285;4.93847;67;20220904;30.3;18.5;24.4;2.5;19.19;.1;4.59;20832
+70093;43.72285;4.93847;67;20220905;31.5;18.2;24.8;2.5;20.39;0;4.68;20996
+70093;43.72285;4.93847;67;20220906;30.7;19;24.8;2.7;21.16;3.8;4.37;19144
+70093;43.72285;4.93847;67;20220907;29.3;21.2;25.2;4;22.09;17.5;4.19;15297
+70093;43.72285;4.93847;67;20220908;27.6;16.3;21.9;2.7;18.13;.1;4.12;20797
+70093;43.72285;4.93847;67;20220909;27.4;14.4;20.9;2.3;15.56;.2;3.91;19128
+70093;43.72285;4.93847;67;20220910;26.1;15.3;20.7;3.5;13.69;0;4.55;20452
+70093;43.72285;4.93847;67;20220911;28.2;14.4;21.3;3.6;13.56;0;4.97;20910
+70093;43.72285;4.93847;67;20220912;29.4;14.5;22;2.1;17.63;0;4.1;21403
+70093;43.72285;4.93847;67;20220913;28.8;20.1;24.5;3.4;21.83;0;3.81;15115
+70093;43.72285;4.93847;67;20220914;28.7;20.2;24.5;4.5;20.93;1.2;4.05;13503
+70093;43.72285;4.93847;67;20220915;30;18.6;24.3;2.8;18.83;0;4.39;19364
+70093;43.72285;4.93847;67;20220916;26.7;18.5;22.6;6.1;15.49;0;5.3;17695
+70093;43.72285;4.93847;67;20220917;20.5;14.8;17.7;11.6;9.33;0;6.2;15697
+70093;43.72285;4.93847;67;20220918;24.1;11.3;17.7;6;8.33;0;5.63;19322
+70093;43.72285;4.93847;67;20220919;23.3;14.3;18.8;9.1;8.29;0;6.8;17469
+70093;43.72285;4.93847;67;20220920;24.4;10.9;17.7;6.4;8.69;0;5.76;18830
+70093;43.72285;4.93847;67;20220921;25;13.2;19.1;4;10.39;0;4.61;17736
+70093;43.72285;4.93847;67;20220922;24.6;11;17.8;1.9;12.79;0;3.13;17869
+70093;43.72285;4.93847;67;20220923;24.6;12.3;18.4;2.5;14.36;27.4;3.15;16842
+70093;43.72285;4.93847;67;20220924;21.7;15.7;18.7;3.4;16.69;5.1;2.15;8016
+70093;43.72285;4.93847;67;20220925;22.7;14.2;18.4;3;14.76;0;2.91;14326
+70093;43.72285;4.93847;67;20220926;22.4;13.5;18;5.1;12.06;0;3.93;15384
+70093;43.72285;4.93847;67;20220927;21.1;10.9;16;3.8;11.19;.1;3.27;15054
+70093;43.72285;4.93847;67;20220928;23.7;12.3;18;3.7;13.49;.1;3.27;14252
+70093;43.72285;4.93847;67;20220929;22.5;15.5;19;4.1;12.52;.2;3.25;13303
+70093;43.72285;4.93847;67;20220930;18.2;12.7;15.4;6.7;10.26;0;3.57;11930
+70093;43.72285;4.93847;67;20221001;21.9;8;15;2.7;11.39;.1;2.65;14234
+70093;43.72285;4.93847;67;20221002;26.9;10.6;18.8;2.6;14.46;0;3.3;17575
+70093;43.72285;4.93847;67;20221003;25.6;16.1;20.8;6.4;14.13;0;4.69;15186
+70093;43.72285;4.93847;67;20221004;27.4;9.2;18.3;1.8;14.09;.1;2.79;17202
+70093;43.72285;4.93847;67;20221005;25.2;11.7;18.4;1.9;16.26;.2;2.48;15056
+70093;43.72285;4.93847;67;20221006;26;11.1;18.5;1.4;15.33;0;2.49;16234
+70093;43.72285;4.93847;67;20221007;25.1;12.8;18.9;1.5;14.99;.4;2.4;14281
+70093;43.72285;4.93847;67;20221008;21.5;13.2;17.4;1.6;15.73;12.2;1.56;7323
+70093;43.72285;4.93847;67;20221009;21.4;14.1;17.7;1.9;15.59;0;1.73;7927
+70093;43.72285;4.93847;67;20221010;24.7;14.9;19.8;1.6;15.99;.1;2.16;11604
+70093;43.72285;4.93847;67;20221011;26.2;11.1;18.7;1.2;15.26;0;2.25;15345
+70093;43.72285;4.93847;67;20221012;25.5;12.8;19.1;1.4;15.16;.2;2.18;12338
+70093;43.72285;4.93847;67;20221013;23.3;10.7;17;1.6;14.66;.7;1.98;13036
+70093;43.72285;4.93847;67;20221014;24.9;13.5;19.2;1.9;15.56;.1;2.22;11704
+70093;43.72285;4.93847;67;20221015;26.4;9.4;17.9;1.7;14.16;0;2.41;15207
+70093;43.72285;4.93847;67;20221016;26;14.1;20;3.6;16.23;0;2.88;12619
+70093;43.72285;4.93847;67;20221017;26.4;12.6;19.5;2.2;16.03;.1;2.43;13651
+70093;43.72285;4.93847;67;20221018;24.9;11.9;18.4;1.3;15.63;.1;1.98;13668
+70093;43.72285;4.93847;67;20221019;24.1;12.2;18.1;1.4;16.49;0;1.69;11171
+70093;43.72285;4.93847;67;20221020;22.8;16.3;19.5;3.6;17.43;0;2.01;6595
+70093;43.72285;4.93847;67;20221021;24.4;19;21.7;6.7;19.43;.5;2.73;5424
+70093;43.72285;4.93847;67;20221022;26.1;19.6;22.9;3.7;19.39;0;2.63;8029
+70093;43.72285;4.93847;67;20221023;27.6;16.5;22;4;17.93;0;3;9624
+70093;43.72285;4.93847;67;20221024;25.7;19.7;22.7;4.1;18.96;0;2.69;7045
+70093;43.72285;4.93847;67;20221025;25.6;13.1;19.4;2.1;17.66;0;1.93;10960
+70093;43.72285;4.93847;67;20221026;26.2;14.4;20.3;2.4;16.59;.1;2.21;11023
+70093;43.72285;4.93847;67;20221027;26.2;13.7;19.9;1.5;16.63;.1;1.87;12173
+70093;43.72285;4.93847;67;20221028;25.3;12.2;18.8;1.4;15.09;0;1.73;12219
+70093;43.72285;4.93847;67;20221029;25.9;11.3;18.6;1.2;13.83;.1;1.67;12104
+70093;43.72285;4.93847;67;20221030;25.2;10.3;17.7;1.4;13.39;.1;1.74;11664
+70093;43.72285;4.93847;67;20221031;24.3;12.5;18.4;3.7;15.83;19.8;2.2;9654
+70093;43.72285;4.93847;67;20221101;23.6;18;20.8;4.1;17.59;3.2;2.29;7452
+70093;43.72285;4.93847;67;20221102;21.2;13;17.1;1.9;13.53;0;1.57;9007
+70093;43.72285;4.93847;67;20221103;19.6;8.2;13.9;3.2;13.29;25.1;1.42;7942
+70093;43.72285;4.93847;67;20221104;16.3;6.6;11.4;4.6;9.76;0;1.85;8672
+70093;43.72285;4.93847;67;20221105;15.1;9.8;12.5;10;8.69;0;3.15;8287
+70093;43.72285;4.93847;67;20221106;19.8;4.5;12.1;1.7;9.23;.1;1.42;11299
+70093;43.72285;4.93847;67;20221107;21;3.5;12.2;1.2;9.66;0;1.2;11295
+70093;43.72285;4.93847;67;20221108;20;8.7;14.3;3.7;12.66;0;1.68;6796
+70093;43.72285;4.93847;67;20221109;21.8;15.8;18.8;4.5;15.33;7.4;2.23;4606
+70093;43.72285;4.93847;67;20221110;19.4;12.9;16.2;4;12.96;0;1.9;7062
+70093;43.72285;4.93847;67;20221111;21.9;8.5;15.2;1.7;12.03;.1;1.38;10228
+70093;43.72285;4.93847;67;20221112;20.5;7.2;13.9;1.8;11.49;0;1.29;9500
+70093;43.72285;4.93847;67;20221113;19.3;10.3;14.8;1.4;11.96;0;1.09;5671
+70093;43.72285;4.93847;67;20221114;17.6;8.2;12.9;3.8;11.93;9.5;1.39;4884
+70093;43.72285;4.93847;67;20221115;19.4;13.2;16.3;4.4;13.89;10.6;1.71;4491
+70093;43.72285;4.93847;67;20221116;18.9;9.3;14.1;2.1;12.33;.1;1.13;7696
+70093;43.72285;4.93847;67;20221117;18.9;8.7;13.8;1.9;12.26;1.8;1.08;6788
+70093;43.72285;4.93847;67;20221118;15.6;7.2;11.4;4.6;9.99;0;1.56;7653
+70093;43.72285;4.93847;67;20221119;13.5;8.7;11.1;8.6;8.13;0;2.57;6808
+70093;43.72285;4.93847;67;20221120;13.4;7.8;10.6;7.1;7.56;0;2.46;6794
+70093;43.72285;4.93847;67;20221121;10.8;5.1;8;2.7;8.73;5.9;.82;3408
+70093;43.72285;4.93847;67;20221122;13.7;6.8;10.2;4.1;8.36;.2;1.5;7265
+70093;43.72285;4.93847;67;20221123;13;3.7;8.3;1.5;8.86;.7;.68;5681
+70093;43.72285;4.93847;67;20221124;16.2;4.6;10.4;2.3;8.63;0;1.11;7792
+70093;43.72285;4.93847;67;20221125;16.7;6.9;11.8;4.8;9.59;1.9;1.76;7667
+70093;43.72285;4.93847;67;20221126;14.1;9.3;11.7;7.8;8.23;0;2.62;6070
+70093;43.72285;4.93847;67;20221127;16.7;2.1;9.4;2.6;8.06;1;1.21;8674
+70093;43.72285;4.93847;67;20221128;10.6;6.2;8.4;4.1;9.43;15.3;1;2232
+70093;43.72285;4.93847;67;20221129;11.5;2.6;7;4.8;8.33;0;1;5558
+70093;43.72285;4.93847;67;20221130;12.7;0;6.3;2.4;7.46;1.4;.8;8125
+70093;43.72285;4.93847;67;20221201;11;1.7;6.4;2.8;7.73;.7;.85;3903
+70093;43.72285;4.93847;67;20221202;10;3.5;6.8;1.9;8.03;1.1;.66;2575
+70093;43.72285;4.93847;67;20221203;11.3;3.2;7.2;3;9.43;18;.58;3153
+70093;43.72285;4.93847;67;20221204;13.4;7.9;10.6;2.4;10.63;10.4;.81;3607
+70093;43.72285;4.93847;67;20221205;11.2;.8;6;1;7.8;0;.38;5938
+70093;43.72285;4.93847;67;20221206;11.5;.1;5.8;2.5;6.73;0;.83;6907
+70093;43.72285;4.93847;67;20221207;8.6;1.4;5;5.3;6.29;0;1.13;6370
+70093;43.72285;4.93847;67;20221208;8.6;-3.1;2.7;1.9;6.99;23.6;.37;6066
+70093;43.72285;4.93847;67;20221209;13.8;7.4;10.6;3.6;11.89;1;.53;3901
+70093;43.72285;4.93847;67;20221210;6.8;5.2;6;7.6;6.86;0;1.33;3745
+70093;43.72285;4.93847;67;20221211;5.1;.3;2.7;7;4.49;0;1.55;5559
+70093;43.72285;4.93847;67;20221212;6;-4.9;.6;1.8;5.26;5.4;.4;6206
+70093;43.72285;4.93847;67;20221213;8.1;3.5;5.8;3.2;8.56;3.2;.47;2279
+70093;43.72285;4.93847;67;20221214;11.1;7.2;9.1;1.9;10.36;.1;.55;2001
+70093;43.72285;4.93847;67;20221215;14.2;9.5;11.8;3.1;11.63;29.7;.85;2160
+70093;43.72285;4.93847;67;20221216;9.6;5.7;7.7;4.8;8.13;0;.97;4643
+70093;43.72285;4.93847;67;20221217;6.7;1.6;4.1;5.2;5.56;0;1.17;5609
+70093;43.72285;4.93847;67;20221218;14.8;-1.2;6.8;2.4;7.66;0;.83;7132
+70093;43.72285;4.93847;67;20221219;15.2;8.9;12;4.7;11.23;1.3;1.31;2964
+70093;43.72285;4.93847;67;20221220;16.5;11.9;14.2;4.2;12.93;3.2;1.22;2600
+70093;43.72285;4.93847;67;20221221;16.2;13.1;14.7;2.8;13.43;3.2;.98;2811
+70093;43.72285;4.93847;67;20221222;14.8;5.3;10;1.2;10.93;0;.43;4709
+70093;43.72285;4.93847;67;20221223;18.7;7.3;13;1.7;12.03;0;.66;6112
+70093;43.72285;4.93847;67;20221224;18.9;5.9;12.4;1.2;10.96;.1;.58;7245
+70093;43.72285;4.93847;67;20221225;17.6;4.8;11.2;2.2;10.73;0;.74;6852
+70093;43.72285;4.93847;67;20221226;18.5;7.3;12.9;1.6;11.53;.1;.77;6049
+70093;43.72285;4.93847;67;20221227;15.4;4.1;9.8;2.3;9.03;.1;.85;7171
+70093;43.72285;4.93847;67;20221228;15.5;1.4;8.4;1.7;8.83;0;.61;7120
+70093;43.72285;4.93847;67;20221229;16;9.4;12.7;2.5;11.66;0;.93;3610
+70093;43.72285;4.93847;67;20221230;14.4;8.1;11.3;1.4;11.56;0;.55;3908
+70093;43.72285;4.93847;67;20221231;18.6;7.5;13.1;3;11.19;.1;1.17;6869
+70094;43.73759;5.24751;159;20220101;9.1;2.9;6;.8;9.5;.1;.27;4646
+70094;43.73759;5.24751;159;20220102;10.4;7.4;8.9;1.5;9.75;0;.54;3413
+70094;43.73759;5.24751;159;20220103;12;5.3;8.7;.8;9.1;.1;.4;5218
+70094;43.73759;5.24751;159;20220104;13.6;3.2;8.4;1.2;9.85;1;.43;6351
+70094;43.73759;5.24751;159;20220105;8;8;8;6.3;6.35;0;2.04;728
+70094;43.73759;5.24751;159;20220106;9.6;2.6;6.1;2.9;4.65;.1;1.39;5437
+70094;43.73759;5.24751;159;20220107;9.3;-3.5;2.9;2.1;4.85;.1;.82;7196
+70094;43.73759;5.24751;159;20220108;11.3;.3;5.8;2;6.7;.1;.75;6810
+70094;43.73759;5.24751;159;20220109;10.3;3.9;7.1;2.6;7.1;0;.94;5224
+70094;43.73759;5.24751;159;20220110;10.5;4.3;7.4;2.6;6.1;0;1.16;5238
+70094;43.73759;5.24751;159;20220111;9.8;-4.2;2.8;1.1;4.85;0;.55;7846
+70094;43.73759;5.24751;159;20220112;9.7;-4.8;2.4;1.3;4.55;0;.6;8023
+70094;43.73759;5.24751;159;20220113;11.1;-5.1;3;1;4.45;0;.55;8599
+70094;43.73759;5.24751;159;20220114;10.8;-4.8;3;.9;4.4;0;.49;8530
+70094;43.73759;5.24751;159;20220115;11.7;-4.7;3.5;.8;4.6;.1;.47;8833
+70094;43.73759;5.24751;159;20220116;12;-4.6;3.7;1.3;4.45;0;.77;8866
+70094;43.73759;5.24751;159;20220117;12.5;-4.4;4.1;1;4.85;0;.64;9073
+70094;43.73759;5.24751;159;20220118;12.3;-4.1;4.1;1;5.8;0;.58;9027
+70094;43.73759;5.24751;159;20220119;11.2;-.9;5.2;1.2;7.2;0;.55;7718
+70094;43.73759;5.24751;159;20220120;10.5;.4;5.4;2.6;5.9;0;1.02;7295
+70094;43.73759;5.24751;159;20220121;9.7;-2.7;3.5;1.4;4.8;0;.78;8176
+70094;43.73759;5.24751;159;20220122;10.9;-4.4;3.3;1.2;4.65;0;.7;9121
+70094;43.73759;5.24751;159;20220123;12.5;-3.8;4.3;1;5.25;0;.67;9501
+70094;43.73759;5.24751;159;20220124;11.7;-3.2;4.2;.9;6.05;0;.61;9190
+70094;43.73759;5.24751;159;20220125;12.4;-2;5.2;.9;6.6;0;.62;9123
+70094;43.73759;5.24751;159;20220126;13.1;-3;5;.7;5.6;0;.62;9720
+70094;43.73759;5.24751;159;20220127;11.7;-3.7;4;.9;5.5;.1;.67;9665
+70094;43.73759;5.24751;159;20220128;13;-4.7;4.2;1.1;5.1;0;.79;10400
+70094;43.73759;5.24751;159;20220129;12.8;-2.6;5.1;1;5.25;0;.81;9878
+70094;43.73759;5.24751;159;20220130;14.9;-2.1;6.4;1.5;6.15;0;1.04;10528
+70094;43.73759;5.24751;159;20220131;12.5;-2.5;5;5;5.65;.1;1.8;9952
+70094;43.73759;5.24751;159;20220201;9.8;3.6;6.7;6.7;5.35;0;2.25;6514
+70094;43.73759;5.24751;159;20220202;14.8;7.7;11.3;5.9;8.15;0;2.26;7085
+70094;43.73759;5.24751;159;20220203;16.7;.6;8.6;1.1;8.1;0;1;10772
+70094;43.73759;5.24751;159;20220204;14.1;5.9;10;1.9;8.45;0;1.18;7735
+70094;43.73759;5.24751;159;20220205;13.4;6.4;9.9;3;6.9;0;1.71;7337
+70094;43.73759;5.24751;159;20220206;12.7;-3.1;4.8;2.5;5.6;0;1.36;10936
+70094;43.73759;5.24751;159;20220207;13;4.3;8.7;4.9;6.05;0;2.27;8242
+70094;43.73759;5.24751;159;20220208;16.8;-2.8;7;.9;5.4;0;1.11;12290
+70094;43.73759;5.24751;159;20220209;15.3;-.6;7.4;1;7.6;0;1.03;11330
+70094;43.73759;5.24751;159;20220210;8.8;4.2;6.5;1.5;8.67;0;1.18;9455
+70094;43.73759;5.24751;159;20220211;13.4;1.5;7.4;4.5;7.21;0;1.85;10977
+70094;43.73759;5.24751;159;20220212;14.7;-.6;7;2.1;6.41;0;1.59;11053
+70094;43.73759;5.24751;159;20220213;14.4;.8;7.6;4.3;7.21;1.6;1.92;7567
+70094;43.73759;5.24751;159;20220214;11.9;8.7;10.3;4.8;10.3;19.8;1.36;3215
+70094;43.73759;5.24751;159;20220215;12.1;3.1;7.6;4.5;7.17;0;1.88;10871
+70094;43.73759;5.24751;159;20220216;11.4;1.7;6.6;1.3;8.55;.9;.91;9744
+70094;43.73759;5.24751;159;20220217;20.2;5.8;13;2.7;10;0;2.06;12049
+70094;43.73759;5.24751;159;20220218;20.8;4.6;12.7;1.5;10;0;1.71;12891
+70094;43.73759;5.24751;159;20220219;12.8;5.9;9.3;3.3;7.1;0;1.83;8558
+70094;43.73759;5.24751;159;20220220;15.5;3.9;9.7;3.5;6.5;0;2.32;11316
+70094;43.73759;5.24751;159;20220221;14.7;4.4;9.5;4.5;7.1;.2;2.34;10685
+70094;43.73759;5.24751;159;20220222;14.1;6.5;10.3;5.5;6.9;0;2.67;9319
+70094;43.73759;5.24751;159;20220223;19.6;2.2;10.9;1.8;7.25;0;2.04;14239
+70094;43.73759;5.24751;159;20220224;14.8;3.9;9.3;1.1;8.9;0;1.27;11244
+70094;43.73759;5.24751;159;20220225;12.5;4.7;8.6;4.1;6.1;0;2.25;9684
+70094;43.73759;5.24751;159;20220226;14;-1.3;6.3;1.4;5.2;0;1.63;13893
+70094;43.73759;5.24751;159;20220227;14.2;-2;6.1;1.3;5.85;0;1.56;14394
+70094;43.73759;5.24751;159;20220228;14.5;-1.1;6.7;1.6;6.8;0;1.6;14271
+70094;43.73759;5.24751;159;20220301;14.3;.6;7.5;1.8;6.75;.1;1.7;13437
+70094;43.73759;5.24751;159;20220302;13;1.1;7;1;7.15;0;1.35;12856
+70094;43.73759;5.24751;159;20220303;15.6;.9;8.3;1.1;7.6;0;1.56;14289
+70094;43.73759;5.24751;159;20220304;17.3;-.2;8.6;1.9;6.15;0;2.17;15871
+70094;43.73759;5.24751;159;20220305;14.1;.1;7.1;1.8;5.45;.2;2;14008
+70094;43.73759;5.24751;159;20220306;12.3;-2.1;5.1;1;5.65;0;1.5;14630
+70094;43.73759;5.24751;159;20220307;13;-3.7;4.6;1.3;4.85;0;1.69;15967
+70094;43.73759;5.24751;159;20220308;13.5;-2.5;5.5;1.3;6.05;0;1.68;15934
+70094;43.73759;5.24751;159;20220309;13.8;3.4;8.6;1.1;7.5;0;1.59;13089
+70094;43.73759;5.24751;159;20220310;14.7;-.1;7.3;1.4;8.45;.2;1.63;15579
+70094;43.73759;5.24751;159;20220311;13.5;8.6;11;3.5;8;.1;2.2;9294
+70094;43.73759;5.24751;159;20220312;13.4;11;12.2;6;6.65;0;3.31;6379
+70094;43.73759;5.24751;159;20220313;12.3;9.5;10.9;5.9;7.7;3.7;2.55;6996
+70094;43.73759;5.24751;159;20220314;16.3;7.8;12;4.3;9.65;0;2.35;12320
+70094;43.73759;5.24751;159;20220315;16.8;12.3;14.5;3.4;8.95;0;2.67;9072
+70094;43.73759;5.24751;159;20220316;17.7;7.4;12.6;1.1;10.15;0;1.97;13866
+70094;43.73759;5.24751;159;20220317;16;8.3;12.1;.9;10.8;0;1.7;12103
+70094;43.73759;5.24751;159;20220318;16.4;8.7;12.5;1.4;11.14;.5;1.76;10804
+70094;43.73759;5.24751;159;20220319;16;6.3;11.1;1.5;8.94;0;2.07;12818
+70094;43.73759;5.24751;159;20220320;14.8;6.5;10.7;3.1;6.81;.2;2.37;7225
+70094;43.73759;5.24751;159;20220321;15.8;10.1;13;3.5;6.11;0;3.63;13883
+70094;43.73759;5.24751;159;20220322;16.7;1.2;9;3;5.81;0;3.19;19210
+70094;43.73759;5.24751;159;20220323;18.1;-.1;9;2.2;6.67;0;2.76;19308
+70094;43.73759;5.24751;159;20220324;20.2;0;10.1;2;6.21;0;3.1;19873
+70094;43.73759;5.24751;159;20220325;20.5;.5;10.5;2;6.47;0;2.98;19604
+70094;43.73759;5.24751;159;20220326;21.4;6.1;13.7;2.4;7.07;0;3.51;19835
+70094;43.73759;5.24751;159;20220327;21.1;10.7;15.9;1.9;7.54;0;2.95;14406
+70094;43.73759;5.24751;159;20220328;22;4.4;13.2;1.6;6.54;0;3.23;19331
+70094;43.73759;5.24751;159;20220329;20.4;6.1;13.2;2.3;8.04;2.6;3.07;15905
+70094;43.73759;5.24751;159;20220330;13.2;10.6;11.9;2.1;11.41;1.8;1.52;7563
+70094;43.73759;5.24751;159;20220331;17.4;5.7;11.5;6.1;9.24;.2;3.67;17511
+70094;43.73759;5.24751;159;20220401;8.5;5;6.7;8.4;5.54;.3;3.39;14435
+70094;43.73759;5.24751;159;20220402;7;2.4;4.7;9.6;4.67;0;3.57;14877
+70094;43.73759;5.24751;159;20220403;10.6;-1;4.8;6;5.61;0;2.86;17712
+70094;43.73759;5.24751;159;20220404;13.6;1.3;7.4;3;6.04;0;3.11;20748
+70094;43.73759;5.24751;159;20220405;17.6;-.4;8.6;2.3;6.24;0;3.48;23001
+70094;43.73759;5.24751;159;20220406;17.2;2.7;9.9;1.7;8.11;0;2.52;17504
+70094;43.73759;5.24751;159;20220407;16.3;4.4;10.4;2.9;10.61;0;2.34;13802
+70094;43.73759;5.24751;159;20220408;21.6;10.1;15.8;3.5;11.71;0;3.66;17759
+70094;43.73759;5.24751;159;20220409;13.8;9.8;11.8;8.3;6.17;0;4.99;20544
+70094;43.73759;5.24751;159;20220410;18.5;1.4;9.9;3.2;6.44;0;3.86;22831
+70094;43.73759;5.24751;159;20220411;17.3;4.7;11;3.4;7.24;0;3.12;11126
+70094;43.73759;5.24751;159;20220412;21;8.1;14.5;2.7;8.37;0;4;19911
+70094;43.73759;5.24751;159;20220413;21.1;10.1;15.6;1.9;9.67;0;3.3;20315
+70094;43.73759;5.24751;159;20220414;25.5;6.2;15.8;2.2;9.94;0;4.17;22139
+70094;43.73759;5.24751;159;20220415;26.4;9.8;18.1;3.3;11.2;0;4.85;22408
+70094;43.73759;5.24751;159;20220416;26;11.4;18.7;6.5;10.37;0;6.23;23098
+70094;43.73759;5.24751;159;20220417;21.7;10.8;16.3;2.9;8.77;0;4.44;23582
+70094;43.73759;5.24751;159;20220418;21.4;6.2;13.8;2.3;9.57;0;4.06;24466
+70094;43.73759;5.24751;159;20220419;23;7;15;2.7;9.87;.6;4.44;24588
+70094;43.73759;5.24751;159;20220420;17.2;9.7;13.4;2.3;12.77;8.5;1.75;6958
+70094;43.73759;5.24751;159;20220421;18.8;11.3;15.1;2.3;13.81;4.9;2.39;11699
+70094;43.73759;5.24751;159;20220422;20.5;9.8;15.2;2.8;12.61;.1;3.45;20063
+70094;43.73759;5.24751;159;20220423;15.7;13.7;14.7;5.1;12.11;19.8;2.61;6180
+70094;43.73759;5.24751;159;20220424;15.7;9;12.3;2.4;12.04;.2;2.32;13545
+70094;43.73759;5.24751;159;20220425;20.6;7;13.8;2.8;11.47;0;3.84;24687
+70094;43.73759;5.24751;159;20220426;22.3;7.3;14.8;2.9;11.27;0;4.39;25326
+70094;43.73759;5.24751;159;20220427;22.5;7.5;15;2.5;11.64;0;4.27;25368
+70094;43.73759;5.24751;159;20220428;25.1;9;17.1;2.2;11.64;0;4.64;25559
+70094;43.73759;5.24751;159;20220429;23.1;8.4;15.8;2.2;10.01;0;4.52;25317
+70094;43.73759;5.24751;159;20220430;23.5;8.8;16.1;3.9;9.64;0;5.34;25332
+70094;43.73759;5.24751;159;20220501;22.8;9.1;16;3.6;9.48;0;5.4;26458
+70094;43.73759;5.24751;159;20220502;22.9;6.7;14.8;2.3;11.41;0;4.29;26149
+70094;43.73759;5.24751;159;20220503;22.6;10.8;16.7;2;12.54;1.7;3.86;20920
+70094;43.73759;5.24751;159;20220504;23.9;7.7;15.8;2.1;12.34;2.1;4.41;25550
+70094;43.73759;5.24751;159;20220505;20.7;12.8;16.8;2.9;12.65;1.9;3.45;16573
+70094;43.73759;5.24751;159;20220506;21.6;9;15.3;1.4;11.85;0;3.64;22596
+70094;43.73759;5.24751;159;20220507;24.4;8.9;16.6;1.4;12.45;3.5;4.16;24926
+70094;43.73759;5.24751;159;20220508;21.1;10;15.6;.7;13.9;7.8;3.29;21172
+70094;43.73759;5.24751;159;20220509;25;9.3;17.1;1.1;13.15;.3;4.17;25574
+70094;43.73759;5.24751;159;20220510;26.7;11.3;19;1.3;13.55;.1;4.48;25479
+70094;43.73759;5.24751;159;20220511;25.7;10.6;18.1;1.4;11.8;0;4.46;25291
+70094;43.73759;5.24751;159;20220512;25.8;9.7;17.7;1.3;11.75;0;4.48;26181
+70094;43.73759;5.24751;159;20220513;26.4;10.2;18.3;1.2;12.15;0;4.54;26282
+70094;43.73759;5.24751;159;20220514;28.6;11.2;19.9;1.4;15;0;4.91;27140
+70094;43.73759;5.24751;159;20220515;27.2;14;20.6;1.3;15.15;.1;4.48;23912
+70094;43.73759;5.24751;159;20220516;28.4;12.7;20.5;1.3;12.6;0;4.91;26162
+70094;43.73759;5.24751;159;20220517;29.7;11.6;20.7;1.3;14;0;5.13;27906
+70094;43.73759;5.24751;159;20220518;31.9;13.9;22.9;1.2;16.7;0;5.41;28170
+70094;43.73759;5.24751;159;20220519;30.9;14.1;22.5;1.4;14.65;0;5.43;27409
+70094;43.73759;5.24751;159;20220520;29.8;13.1;21.5;1.3;12.45;0;5.2;27321
+70094;43.73759;5.24751;159;20220521;31.1;13.6;22.3;1;14.4;0;5.17;27504
+70094;43.73759;5.24751;159;20220522;31.4;14.4;22.9;1.4;16.25;.1;5.45;27968
+70094;43.73759;5.24751;159;20220523;29.6;17.7;23.7;2.1;16.1;0;5.29;23722
+70094;43.73759;5.24751;159;20220524;25.6;15.5;20.5;2.2;12.75;0;4.75;21915
+70094;43.73759;5.24751;159;20220525;26.2;14.7;20.5;1.4;12.65;0;4.48;22711
+70094;43.73759;5.24751;159;20220526;29.1;13.6;21.4;1.4;13.3;0;5.22;26762
+70094;43.73759;5.24751;159;20220527;31.5;15.5;23.5;1.7;14.35;0;5.82;27368
+70094;43.73759;5.24751;159;20220528;28.1;15.8;22;3.2;11.9;0;5.99;24360
+70094;43.73759;5.24751;159;20220529;25.5;12.2;18.9;2.9;8.25;0;5.71;25389
+70094;43.73759;5.24751;159;20220530;26.9;9.7;18.3;1.1;9.9;.1;4.99;28503
+70094;43.73759;5.24751;159;20220531;27.6;15;21.3;1.6;13.25;0;4.92;24306
+70094;43.73759;5.24751;159;20220601;31.3;12.4;21.9;1.4;13.4;0;5.74;29515
+70094;43.73759;5.24751;159;20220602;30.8;14.4;22.6;1.6;14.65;0;5.66;27753
+70094;43.73759;5.24751;159;20220603;31.6;19.3;25.4;2.4;15.75;.3;5.98;24194
+70094;43.73759;5.24751;159;20220604;34.2;19.7;26.9;1.7;16.4;0;6.16;26528
+70094;43.73759;5.24751;159;20220605;31.7;17.8;24.8;1.4;18.15;.1;5.43;25751
+70094;43.73759;5.24751;159;20220606;32.2;15.6;23.9;1.6;15.15;.1;5.95;28453
+70094;43.73759;5.24751;159;20220607;29.9;16.1;23;2.4;13.9;0;5.88;25782
+70094;43.73759;5.24751;159;20220608;26.9;15.6;21.2;2;12.45;.3;5.08;23535
+70094;43.73759;5.24751;159;20220609;25.5;16.6;21;4.6;11.55;0;5.94;20964
+70094;43.73759;5.24751;159;20220610;30.3;13.9;22.1;2.3;10.05;0;6.29;28819
+70094;43.73759;5.24751;159;20220611;33;12.2;22.6;1.4;10.95;0;6.19;30646
+70094;43.73759;5.24751;159;20220612;34.5;14;24.2;1.4;12.75;0;6.34;30609
+70094;43.73759;5.24751;159;20220613;33.9;17;25.4;2.3;14.75;0;6.82;29072
+70094;43.73759;5.24751;159;20220614;34;13.8;23.9;1.4;13.85;0;6.13;29773
+70094;43.73759;5.24751;159;20220615;34.1;18.7;26.4;1.4;15.7;0;6.02;27639
+70094;43.73759;5.24751;159;20220616;35.8;16.8;26.3;1.6;16.1;0;6.67;30064
+70094;43.73759;5.24751;159;20220617;38.1;18.4;28.3;1.4;15.9;0;6.89;30662
+70094;43.73759;5.24751;159;20220618;35.5;19.5;27.5;1.7;17.85;0;6.51;28269
+70094;43.73759;5.24751;159;20220619;34.3;21.2;27.7;2.4;15.8;0;6.69;25768
+70094;43.73759;5.24751;159;20220620;33.6;19.7;26.6;2;13.25;0;6.38;26348
+70094;43.73759;5.24751;159;20220621;32.2;20.5;26.3;1.8;16;1.4;5.81;24535
+70094;43.73759;5.24751;159;20220622;29.2;21.4;25.3;1.6;21.5;.8;4.47;19941
+70094;43.73759;5.24751;159;20220623;27.6;20.5;24;2.2;18.7;4.6;4.48;19015
+70094;43.73759;5.24751;159;20220624;28.5;18.9;23.7;2.2;18.15;7.2;4.95;22081
+70094;43.73759;5.24751;159;20220625;31.4;15.3;23.3;1.6;15.85;0;5.77;28239
+70094;43.73759;5.24751;159;20220626;34.4;19.5;26.9;1.6;16.25;0;6.18;27131
+70094;43.73759;5.24751;159;20220627;32.1;18.3;25.2;1.7;17.15;.3;5.79;26293
+70094;43.73759;5.24751;159;20220628;29.8;16.4;23.1;2;15.8;0;5.57;25892
+70094;43.73759;5.24751;159;20220629;32.4;15.6;24;1.6;15.65;0;6.01;28679
+70094;43.73759;5.24751;159;20220630;30.3;16.6;23.4;1.8;16.4;0;5.51;26022
+70094;43.73759;5.24751;159;20220701;28;16.1;22;2.8;13.1;0;5.67;24385
+70094;43.73759;5.24751;159;20220702;34.8;11.6;23.2;1.3;11.15;0;6.17;30581
+70094;43.73759;5.24751;159;20220703;36.2;14.9;25.5;1.6;12.5;0;6.77;30544
+70094;43.73759;5.24751;159;20220704;35.7;20.3;28;2;17.2;1.1;6.69;27665
+70094;43.73759;5.24751;159;20220705;33.5;18.8;26.1;2.3;15.9;0;6.42;26814
+70094;43.73759;5.24751;159;20220706;32.5;18.9;25.7;2.8;12.05;0;6.85;25979
+70094;43.73759;5.24751;159;20220707;32.6;14.3;23.4;2.7;12.6;0;6.91;29921
+70094;43.73759;5.24751;159;20220708;32.7;17.2;24.9;1.8;14.15;0;6.09;27493
+70094;43.73759;5.24751;159;20220709;33.5;16.7;25.1;1.6;13.95;0;6.11;28391
+70094;43.73759;5.24751;159;20220710;33.6;16.2;24.9;1.7;14.9;0;6.23;28656
+70094;43.73759;5.24751;159;20220711;33.3;17.8;25.5;1.4;17.65;0;5.74;26748
+70094;43.73759;5.24751;159;20220712;34.5;16.8;25.6;1.5;18.15;0;6.05;28131
+70094;43.73759;5.24751;159;20220713;34.3;19.8;27;1.6;18.55;0;6.01;26368
+70094;43.73759;5.24751;159;20220714;35.1;17.9;26.5;1.4;17.75;0;6.13;28326
+70094;43.73759;5.24751;159;20220715;37.9;18.3;28.1;1.9;15.55;0;7.17;29862
+70094;43.73759;5.24751;159;20220716;35.7;17;26.4;1.5;14.1;0;6.46;29444
+70094;43.73759;5.24751;159;20220717;35.7;16.4;26.1;1.5;18.6;0;6.24;28707
+70094;43.73759;5.24751;159;20220718;37.4;22;29.7;1.4;21.5;0;6.21;26642
+70094;43.73759;5.24751;159;20220719;36.5;21.6;29;1.4;20.55;0;6.09;26181
+70094;43.73759;5.24751;159;20220720;36;20.2;28.1;1.1;19.15;0;5.82;26831
+70094;43.73759;5.24751;159;20220721;37.1;20.5;28.8;1.4;17.15;0;6.27;27605
+70094;43.73759;5.24751;159;20220722;36.7;18.4;27.5;1.4;16.35;0;6.33;28371
+70094;43.73759;5.24751;159;20220723;34.6;21.2;27.9;1.6;19.8;0;5.72;24412
+70094;43.73759;5.24751;159;20220724;36.5;19.8;28.1;1.4;18.55;0;6.11;27153
+70094;43.73759;5.24751;159;20220725;35.6;18.8;27.2;1.6;18.45;0;6.09;27230
+70094;43.73759;5.24751;159;20220726;31.7;22.7;27.2;3.9;15.7;0;6.56;20276
+70094;43.73759;5.24751;159;20220727;33.1;19.1;26.1;2.5;13.55;0;6.36;24885
+70094;43.73759;5.24751;159;20220728;34.7;15.9;25.3;1.3;14.3;0;5.79;28021
+70094;43.73759;5.24751;159;20220729;30.8;18.9;24.8;1.5;16.45;.9;4.99;22697
+70094;43.73759;5.24751;159;20220730;33.9;17.9;25.9;2.2;14.3;0;6.29;26251
+70094;43.73759;5.24751;159;20220731;36;16;26;1.6;12.75;0;6.31;28229
+70094;43.73759;5.24751;159;20220801;37.4;18.1;27.7;1.4;14.1;0;6.2;27808
+70094;43.73759;5.24751;159;20220802;36.6;17.3;27;1.3;14.9;0;6.07;28029
+70094;43.73759;5.24751;159;20220803;36.6;19.4;28;1.4;18.45;0;5.86;26411
+70094;43.73759;5.24751;159;20220804;35.5;20.3;27.9;1.4;18.4;0;5.59;24671
+70094;43.73759;5.24751;159;20220805;35.3;18.5;26.9;1.2;19;.1;5.5;25911
+70094;43.73759;5.24751;159;20220806;36.2;19.3;27.7;1.9;17.35;0;6.22;26163
+70094;43.73759;5.24751;159;20220807;34.8;17.6;26.2;1.6;15.1;0;5.79;26067
+70094;43.73759;5.24751;159;20220808;35.1;16.5;25.8;1.6;15.55;0;5.89;26513
+70094;43.73759;5.24751;159;20220809;35.5;16.9;26.2;1.3;16.1;0;5.56;26149
+70094;43.73759;5.24751;159;20220810;34.6;16.8;25.7;1.5;14.95;0;5.63;26122
+70094;43.73759;5.24751;159;20220811;34.2;17.8;26;1.6;16.9;0;5.49;24843
+70094;43.73759;5.24751;159;20220812;36.1;17.6;26.8;1.3;20.1;0;5.49;25706
+70094;43.73759;5.24751;159;20220813;34.2;20.8;27.5;1.6;22.4;0;5.11;22300
+70094;43.73759;5.24751;159;20220814;30.2;23.2;26.7;2;18.4;14.8;4.43;16331
+70094;43.73759;5.24751;159;20220815;32.4;16.6;24.5;1.4;18.25;0;4.91;23984
+70094;43.73759;5.24751;159;20220816;32.8;17.9;25.4;1.9;18.3;0;5.15;23055
+70094;43.73759;5.24751;159;20220817;28.1;21.7;24.9;2.6;19.7;11;4.01;15234
+70094;43.73759;5.24751;159;20220818;26.9;15.8;21.3;2.1;17.45;4.3;4.03;19983
+70094;43.73759;5.24751;159;20220819;28.4;17.2;22.8;4.6;16.65;0;5.3;20036
+70094;43.73759;5.24751;159;20220820;30.4;19.1;24.7;3.3;16.35;0;5.37;20040
+70094;43.73759;5.24751;159;20220821;30.8;17.2;24;2.9;14.25;0;5.47;21687
+70094;43.73759;5.24751;159;20220822;31.5;18;24.7;2.4;13.45;0;5.33;21636
+70094;43.73759;5.24751;159;20220823;33.6;15.6;24.6;1.1;14.95;0;4.79;24500
+70094;43.73759;5.24751;159;20220824;33.6;16.7;25.2;1.2;16.05;0;4.72;23432
+70094;43.73759;5.24751;159;20220825;33.7;16.4;25.1;1.3;16.65;0;4.79;23664
+70094;43.73759;5.24751;159;20220826;32.9;18.6;25.7;1.6;19.05;.5;4.64;21368
+70094;43.73759;5.24751;159;20220827;31.2;17;24.1;1.6;17.1;0;4.46;21101
+70094;43.73759;5.24751;159;20220828;32.1;16.2;24.1;1.1;16.3;0;4.3;22146
+70094;43.73759;5.24751;159;20220829;32.9;16.6;24.7;1.3;18.1;.1;4.48;22264
+70094;43.73759;5.24751;159;20220830;31.3;22;26.6;2.2;21.65;1.2;4.19;16682
+70094;43.73759;5.24751;159;20220831;30.1;16.5;23.3;1.6;17.4;0;4.08;19943
+70094;43.73759;5.24751;159;20220901;32.5;15.4;23.9;1.5;15.05;.2;4.61;22417
+70094;43.73759;5.24751;159;20220902;29.8;17.7;23.8;1.7;16.9;0;4.1;18757
+70094;43.73759;5.24751;159;20220903;29.2;17.7;23.4;1.5;18.8;0;3.72;18150
+70094;43.73759;5.24751;159;20220904;31.7;17.5;24.6;1.4;18.1;.4;4.14;19798
+70094;43.73759;5.24751;159;20220905;32.8;20;26.4;1.5;18.65;2.2;4.24;18879
+70094;43.73759;5.24751;159;20220906;31.7;17.8;24.7;1.5;18.95;2.3;4.08;19254
+70094;43.73759;5.24751;159;20220907;29.9;20.3;25.1;1.7;20.65;16.1;3.69;16189
+70094;43.73759;5.24751;159;20220908;27.1;15.8;21.4;1.6;16.95;.1;3.41;17323
+70094;43.73759;5.24751;159;20220909;27.6;13.3;20.4;1.7;14.15;.4;3.72;19235
+70094;43.73759;5.24751;159;20220910;25.7;12.3;19;2.2;12.8;0;3.68;18390
+70094;43.73759;5.24751;159;20220911;28.8;10.5;19.7;1.2;12.65;0;3.66;21359
+70094;43.73759;5.24751;159;20220912;31.2;13.1;22.2;1.1;16.1;0;3.8;20849
+70094;43.73759;5.24751;159;20220913;29.4;18.4;23.9;1.6;19.95;.7;3.39;16227
+70094;43.73759;5.24751;159;20220914;28;20.5;24.2;2;19.8;2.3;3.18;13188
+70094;43.73759;5.24751;159;20220915;29.7;17.8;23.8;2;17.8;0;3.74;16535
+70094;43.73759;5.24751;159;20220916;26.5;16.3;21.4;3;14.65;0;3.84;15151
+70094;43.73759;5.24751;159;20220917;21.1;13.4;17.2;4.4;9.55;0;4.02;13196
+70094;43.73759;5.24751;159;20220918;24.4;6.1;15.2;1.3;8.75;0;3.08;19800
+70094;43.73759;5.24751;159;20220919;24;5.9;14.9;1.9;8.9;0;3.36;19669
+70094;43.73759;5.24751;159;20220920;25.6;6.5;16;1.2;9.4;0;3.09;19866
+70094;43.73759;5.24751;159;20220921;25.4;7.3;16.3;1;10.65;.3;2.93;19432
+70094;43.73759;5.24751;159;20220922;24.8;10.4;17.6;1.2;12.8;0;2.76;16974
+70094;43.73759;5.24751;159;20220923;24.8;12.5;18.7;1.3;13.85;12.2;2.7;15691
+70094;43.73759;5.24751;159;20220924;20.2;15.1;17.6;2;15.55;6.6;2.01;10148
+70094;43.73759;5.24751;159;20220925;22.6;14;18.3;1.3;14.65;0;2.27;12899
+70094;43.73759;5.24751;159;20220926;21.6;8.9;15.2;1.8;11.25;0;2.55;15467
+70094;43.73759;5.24751;159;20220927;20;10.4;15.2;2.6;10.7;.2;2.64;13312
+70094;43.73759;5.24751;159;20220928;22.9;11.4;17.1;1.8;12.9;0;2.58;14511
+70094;43.73759;5.24751;159;20220929;21.5;11.9;16.7;1.5;11.95;0;2.32;13149
+70094;43.73759;5.24751;159;20220930;18.9;9.4;14.1;1.6;10.2;0;2.11;12763
+70094;43.73759;5.24751;159;20221001;20.9;5.7;13.3;1.3;10.9;0;2.18;16052
+70094;43.73759;5.24751;159;20221002;26.2;9.7;17.9;1.5;13.75;0;2.72;16458
+70094;43.73759;5.24751;159;20221003;26.1;13.5;19.8;1.7;13.65;0;2.73;14515
+70094;43.73759;5.24751;159;20221004;26;8.9;17.4;.9;13.35;.1;2.38;16447
+70094;43.73759;5.24751;159;20221005;26.2;10.6;18.4;1;14.65;.2;2.33;15535
+70094;43.73759;5.24751;159;20221006;25.5;10.5;18;1;14.45;0;2.23;15066
+70094;43.73759;5.24751;159;20221007;25.4;11.7;18.5;.7;14.45;.1;2.03;14263
+70094;43.73759;5.24751;159;20221008;20;13.1;16.5;.6;15.55;5.7;1.46;10050
+70094;43.73759;5.24751;159;20221009;20.5;14.2;17.3;1.2;16;0;1.56;9463
+70094;43.73759;5.24751;159;20221010;24.2;13.9;19;1.2;15.15;.1;1.99;11818
+70094;43.73759;5.24751;159;20221011;24;11.1;17.6;1;14.85;0;1.9;13219
+70094;43.73759;5.24751;159;20221012;24.9;12.5;18.7;.9;14.55;.1;1.92;12808
+70094;43.73759;5.24751;159;20221013;22.7;10.1;16.4;.9;14.1;.2;1.73;12833
+70094;43.73759;5.24751;159;20221014;24.6;12.6;18.6;1.1;14.5;.1;1.97;12334
+70094;43.73759;5.24751;159;20221015;26.1;9.5;17.8;1.2;13.8;.1;2.11;14255
+70094;43.73759;5.24751;159;20221016;26.2;14.9;20.5;1.8;15.55;0;2.35;11663
+70094;43.73759;5.24751;159;20221017;27.1;14.4;20.7;1.8;14.75;0;2.46;12239
+70094;43.73759;5.24751;159;20221018;26;11.5;18.8;1;14.85;.1;1.89;12891
+70094;43.73759;5.24751;159;20221019;24.7;11.9;18.3;1.1;16;0;1.75;11663
+70094;43.73759;5.24751;159;20221020;23.5;15.7;19.6;2.1;16.1;0;1.97;9296
+70094;43.73759;5.24751;159;20221021;23.9;19;21.4;2.8;17.7;.6;2.2;7305
+70094;43.73759;5.24751;159;20221022;26;18.5;22.3;1.7;17.35;0;2.07;9012
+70094;43.73759;5.24751;159;20221023;26.3;18;22.2;3;17.5;.1;2.57;9287
+70094;43.73759;5.24751;159;20221024;26.3;20.3;23.3;2.7;17.63;0;2.46;8285
+70094;43.73759;5.24751;159;20221025;27.7;13.8;20.7;1.9;15.8;0;2.16;11876
+70094;43.73759;5.24751;159;20221026;26.3;15.6;21;2.4;15.76;.1;2.28;10605
+70094;43.73759;5.24751;159;20221027;26.4;12.8;19.6;1.8;15.7;.1;2.07;11876
+70094;43.73759;5.24751;159;20221028;26.3;10.9;18.6;1.6;13.86;0;2.01;12127
+70094;43.73759;5.24751;159;20221029;26.9;10.1;18.5;1.2;12.2;.1;1.89;12248
+70094;43.73759;5.24751;159;20221030;26.4;9;17.7;1.4;11.76;.1;1.8;12082
+70094;43.73759;5.24751;159;20221031;24.4;11.4;17.9;2.3;13.76;26.3;1.94;10829
+70094;43.73759;5.24751;159;20221101;23.3;16.3;19.8;2.7;16.33;5.8;1.92;7746
+70094;43.73759;5.24751;159;20221102;20.9;11.9;16.4;1.5;13.2;.1;1.34;8662
+70094;43.73759;5.24751;159;20221103;17.2;7.8;12.5;2.2;12.9;31.2;.85;8032
+70094;43.73759;5.24751;159;20221104;15.3;6.6;10.9;3;10;.1;1.31;8052
+70094;43.73759;5.24751;159;20221105;15.2;7.7;11.4;4.7;8.53;.1;2.12;7724
+70094;43.73759;5.24751;159;20221106;20.9;3.5;12.2;1.3;8.63;.1;1.3;11463
+70094;43.73759;5.24751;159;20221107;20.2;3.7;11.9;1;9;0;1.08;11153
+70094;43.73759;5.24751;159;20221108;18.7;8;13.3;2.9;11.46;0;1.47;8305
+70094;43.73759;5.24751;159;20221109;20.9;15.9;18.4;2.9;14.46;17.3;1.63;6757
+70094;43.73759;5.24751;159;20221110;18.9;10.6;14.8;1.9;13.03;0;1.2;7331
+70094;43.73759;5.24751;159;20221111;21;8.4;14.7;1.8;11.6;.1;1.37;9667
+70094;43.73759;5.24751;159;20221112;20.4;6.7;13.5;.9;10.96;0;.89;9310
+70094;43.73759;5.24751;159;20221113;18.2;10.5;14.3;1.3;11.53;0;.98;6363
+70094;43.73759;5.24751;159;20221114;16.2;7.3;11.8;3.2;11.23;7;1.08;6867
+70094;43.73759;5.24751;159;20221115;17.5;13;15.3;3.2;13.36;9.8;1.28;5516
+70094;43.73759;5.24751;159;20221116;18.4;10.2;14.3;1.5;12.1;.1;1;7274
+70094;43.73759;5.24751;159;20221117;18.4;7.9;13.1;1.3;11.73;1.8;.85;7653
+70094;43.73759;5.24751;159;20221118;14.9;8.5;11.7;3.2;10.16;0;1.21;6306
+70094;43.73759;5.24751;159;20221119;13.7;4.6;9.2;4.1;7.83;0;1.51;7238
+70094;43.73759;5.24751;159;20221120;13.3;3.7;8.5;4;7.13;0;1.61;7248
+70094;43.73759;5.24751;159;20221121;10.4;4.6;7.5;2.1;8.4;6.6;.7;4399
+70094;43.73759;5.24751;159;20221122;13;5.9;9.4;3.3;8.33;.1;1.28;6160
+70094;43.73759;5.24751;159;20221123;12.2;3.4;7.8;1.2;8.56;.1;.59;6573
+70094;43.73759;5.24751;159;20221124;14.8;2.6;8.7;1.8;8.7;0;.91;7971
+70094;43.73759;5.24751;159;20221125;16.6;6.3;11.5;2.7;9.16;.9;1.22;7440
+70094;43.73759;5.24751;159;20221126;15.3;3.9;9.6;3.4;7.76;.1;1.41;7390
+70094;43.73759;5.24751;159;20221127;16.5;.9;8.7;1.7;7.36;.3;.9;8517
+70094;43.73759;5.24751;159;20221128;10;5;7.5;2.8;8.7;13.2;.59;3451
+70094;43.73759;5.24751;159;20221129;10.5;2.8;6.6;2.3;7.93;.1;.61;5546
+70094;43.73759;5.24751;159;20221130;13.9;-1;6.4;1.2;6.8;.2;.56;8087
+70094;43.73759;5.24751;159;20221201;11.2;.4;5.8;1.5;7.16;0;.57;5917
+70094;43.73759;5.24751;159;20221202;9.6;.9;5.2;1.1;7.46;1;.49;5234
+70094;43.73759;5.24751;159;20221203;10.7;5;7.8;2.6;9.1;22.9;.48;4678
+70094;43.73759;5.24751;159;20221204;12.6;8.4;10.5;1.7;10.36;10;.66;3527
+70094;43.73759;5.24751;159;20221205;10.3;.6;5.5;.9;7.4;.1;.38;6702
+70094;43.73759;5.24751;159;20221206;12.2;.5;6.4;1.7;6.43;0;.72;6830
+70094;43.73759;5.24751;159;20221207;8.9;-1.8;3.6;2.2;5.83;0;.64;6514
+70094;43.73759;5.24751;159;20221208;9.7;-2.9;3.4;1.7;6.73;21.4;.36;6690
+70094;43.73759;5.24751;159;20221209;13.3;8.3;10.8;2.3;11.6;1.6;.46;4641
+70094;43.73759;5.24751;159;20221210;7;5;6;3.9;7.26;0;.86;3133
+70094;43.73759;5.24751;159;20221211;5.8;-1.3;2.2;3.4;4.53;0;.91;5512
+70094;43.73759;5.24751;159;20221212;6;-5.3;.3;1.3;5;6.9;.36;6437
+70094;43.73759;5.24751;159;20221213;7.8;3.5;5.6;3.7;8.36;2.6;.35;3107
+70094;43.73759;5.24751;159;20221214;10.5;7.2;8.8;2.3;9.76;.4;.55;3143
+70094;43.73759;5.24751;159;20221215;13.1;9;11;3;11.1;28.9;.77;3387
+70094;43.73759;5.24751;159;20221216;10.1;6.2;8.1;2.1;8.7;0;.63;3287
+70094;43.73759;5.24751;159;20221217;7.8;-2.7;2.5;1.8;5.96;.1;.52;5645
+70094;43.73759;5.24751;159;20221218;14.1;-.7;6.7;2.1;7.43;.1;.71;7371
+70094;43.73759;5.24751;159;20221219;14.6;10.1;12.4;3.6;9.93;0;1.11;3792
+70094;43.73759;5.24751;159;20221220;15.7;12;13.8;3;11.86;3.9;.99;3634
+70094;43.73759;5.24751;159;20221221;15.2;12.9;14.1;2.1;12.7;5.5;.83;2834
+70094;43.73759;5.24751;159;20221222;14.3;5.9;10.1;1;10.46;.1;.42;5580
+70094;43.73759;5.24751;159;20221223;17.8;7.4;12.6;1.2;11.23;.1;.59;6406
+70094;43.73759;5.24751;159;20221224;17.9;6.8;12.4;.8;10.4;.1;.47;7136
+70094;43.73759;5.24751;159;20221225;18.2;4.8;11.5;2.8;10.5;0;.91;7129
+70094;43.73759;5.24751;159;20221226;18.3;8.1;13.2;1.9;10.8;.1;.78;6166
+70094;43.73759;5.24751;159;20221227;15;5.8;10.4;1.5;8.93;.1;.63;6439
+70094;43.73759;5.24751;159;20221228;16.2;1;8.6;1.5;7.96;0;.64;7415
+70094;43.73759;5.24751;159;20221229;16.2;10.8;13.5;2.4;10.73;0;.95;4194
+70094;43.73759;5.24751;159;20221230;14.7;8.8;11.8;1.3;11.03;.1;.53;4332
+70094;43.73759;5.24751;159;20221231;17;6.6;11.8;3.1;10.9;.1;1.01;6571
+70095;43.75141;5.55669;201;20220101;14.1;1.4;7.7;.8;9;.1;.34;7120
+70095;43.75141;5.55669;201;20220102;10.4;7.3;8.8;1.5;9.7;0;.52;3360
+70095;43.75141;5.55669;201;20220103;11.7;5.4;8.5;1.6;8.9;0;.58;4965
+70095;43.75141;5.55669;201;20220104;10.8;1.2;6;2.7;8.8;1.2;.39;6247
+70095;43.75141;5.55669;201;20220105;8.7;6;7.3;3.6;6.7;0;1.25;3171
+70095;43.75141;5.55669;201;20220106;10.7;-1.3;4.7;1.6;4.7;.1;.8;7117
+70095;43.75141;5.55669;201;20220107;8.7;-3.8;2.4;2.7;4.5;0;.96;7322
+70095;43.75141;5.55669;201;20220108;12;2.8;7.4;2.6;6.4;.5;1.11;6279
+70095;43.75141;5.55669;201;20220109;10.5;2.5;6.5;2.9;6.7;0;.98;5877
+70095;43.75141;5.55669;201;20220110;11.8;2.7;7.2;1.7;5.7;0;.93;6342
+70095;43.75141;5.55669;201;20220111;9.7;-5.4;2.1;1.4;4.6;0;.62;8339
+70095;43.75141;5.55669;201;20220112;9.4;-4.6;2.4;1.9;4.4;0;.82;8087
+70095;43.75141;5.55669;201;20220113;13.4;-4.4;4.5;1.3;4.2;0;.81;9244
+70095;43.75141;5.55669;201;20220114;13.8;-3.7;5;1.2;4;0;.81;9248
+70095;43.75141;5.55669;201;20220115;14.7;-4.1;5.3;1.2;4.6;0;.81;9412
+70095;43.75141;5.55669;201;20220116;11.7;-5.1;3.3;1.2;4.6;0;.68;9230
+70095;43.75141;5.55669;201;20220117;12.2;-4.4;3.9;1.7;4.5;0;.94;9265
+70095;43.75141;5.55669;201;20220118;14.6;-5.4;4.6;1.4;5.9;0;.8;9689
+70095;43.75141;5.55669;201;20220119;9.8;1.6;5.7;1.2;6.9;0;.59;6545
+70095;43.75141;5.55669;201;20220120;11.5;1.3;6.4;1.9;5.8;0;.99;7420
+70095;43.75141;5.55669;201;20220121;10.1;-4.5;2.8;1.5;4.7;0;.77;9043
+70095;43.75141;5.55669;201;20220122;11.8;-4.9;3.4;1.2;4.5;0;.77;9804
+70095;43.75141;5.55669;201;20220123;14.8;-3.8;5.5;1.2;4.6;0;.92;10212
+70095;43.75141;5.55669;201;20220124;13.4;-3.1;5.1;1.2;5.3;0;.82;9968
+70095;43.75141;5.55669;201;20220125;13.3;-1.3;6;1.6;6;0;.95;9465
+70095;43.75141;5.55669;201;20220126;11.8;-3.3;4.2;1.3;5.5;0;.79;9746
+70095;43.75141;5.55669;201;20220127;13.4;-3.2;5.1;1.6;5.2;.1;1.04;10358
+70095;43.75141;5.55669;201;20220128;13.3;-5.8;3.7;.7;4.8;.1;.66;10810
+70095;43.75141;5.55669;201;20220129;14.2;-3.9;5.1;1.2;4.8;0;.97;10938
+70095;43.75141;5.55669;201;20220130;15.9;-4.7;5.6;1.1;5.5;0;.97;11069
+70095;43.75141;5.55669;201;20220131;13.4;-3.5;4.9;4.2;5.2;.1;1.86;10979
+70095;43.75141;5.55669;201;20220201;10.2;2.7;6.4;4.1;4.8;0;1.91;7290
+70095;43.75141;5.55669;201;20220202;16.4;2.9;9.6;5.9;7.5;0;2.38;10024
+70095;43.75141;5.55669;201;20220203;17.9;.3;9.1;1.9;7.4;0;1.42;11620
+70095;43.75141;5.55669;201;20220204;14.9;3.1;9;2.5;8.1;0;1.31;9590
+70095;43.75141;5.55669;201;20220205;14.1;6.5;10.3;2.8;6.9;0;1.73;7728
+70095;43.75141;5.55669;201;20220206;12.7;-3.9;4.4;3.2;5.4;0;1.54;11736
+70095;43.75141;5.55669;201;20220207;14.2;6;10.1;5;5.9;0;2.64;8252
+70095;43.75141;5.55669;201;20220208;17.1;-3.2;6.9;1.9;5;0;1.69;12364
+70095;43.75141;5.55669;201;20220209;15.4;-1.6;6.9;1.6;6.8;0;1.25;12348
+70095;43.75141;5.55669;201;20220210;4.4;2.2;3.3;2.2;8.3;0;1.5;9922
+70095;43.75141;5.55669;201;20220211;14.4;.9;7.7;4.1;7.53;0;1.81;11144
+70095;43.75141;5.55669;201;20220212;14.3;-.2;7;1.9;6.43;0;1.5;11019
+70095;43.75141;5.55669;201;20220213;13.7;-1;6.4;3.2;6.73;1.1;1.66;9000
+70095;43.75141;5.55669;201;20220214;10.7;8;9.3;3.3;9.43;20.5;1.09;2201
+70095;43.75141;5.55669;201;20220215;12;2.8;7.4;4.7;6.77;0;2.07;11404
+70095;43.75141;5.55669;201;20220216;11.7;3;7.3;2.4;8.3;.3;1.09;9569
+70095;43.75141;5.55669;201;20220217;20.9;6.7;13.8;3.5;9.6;0;2.53;12480
+70095;43.75141;5.55669;201;20220218;20.7;5.5;13.1;2;9.1;0;2.01;13091
+70095;43.75141;5.55669;201;20220219;13.6;3.7;8.6;2.9;7.1;0;1.72;10634
+70095;43.75141;5.55669;201;20220220;16.1;-2.1;7;3;6.2;0;2.07;14368
+70095;43.75141;5.55669;201;20220221;14.1;3.9;9;4.2;6.9;.4;2.17;11078
+70095;43.75141;5.55669;201;20220222;14.3;5.9;10.1;4.6;6.4;0;2.58;10149
+70095;43.75141;5.55669;201;20220223;19.2;.1;9.6;2.1;5.8;0;2.3;14908
+70095;43.75141;5.55669;201;20220224;14.9;2.8;8.8;2.1;8;0;1.59;12563
+70095;43.75141;5.55669;201;20220225;13.4;3.9;8.6;3.5;6.2;0;2.16;11231
+70095;43.75141;5.55669;201;20220226;14.8;-1.6;6.6;2.1;5.1;0;1.97;15051
+70095;43.75141;5.55669;201;20220227;13.3;-1.9;5.7;2;5.6;0;1.72;14655
+70095;43.75141;5.55669;201;20220228;14;-1.1;6.4;2.6;6.4;0;1.84;14785
+70095;43.75141;5.55669;201;20220301;14.3;1.6;7.9;3;6.4;.1;2.08;13696
+70095;43.75141;5.55669;201;20220302;12.8;.6;6.7;1.4;6.8;0;1.47;13580
+70095;43.75141;5.55669;201;20220303;15.3;1.1;8.2;1.5;7.4;.1;1.7;14855
+70095;43.75141;5.55669;201;20220304;17.5;1;9.2;1.7;6.8;.1;2.08;16231
+70095;43.75141;5.55669;201;20220305;13.4;1.1;7.2;2;7;.2;1.7;14133
+70095;43.75141;5.55669;201;20220306;12.6;-1.4;5.6;1.6;6;.3;1.65;15278
+70095;43.75141;5.55669;201;20220307;12.9;-3.3;4.8;1.6;4.9;0;1.81;16653
+70095;43.75141;5.55669;201;20220308;13.9;-2.7;5.6;1.8;5.8;0;1.89;17056
+70095;43.75141;5.55669;201;20220309;15.1;1.3;8.2;1.2;6.9;0;1.79;15699
+70095;43.75141;5.55669;201;20220310;14.7;.3;7.5;2.3;7.6;.2;1.92;16226
+70095;43.75141;5.55669;201;20220311;12.8;6.9;9.8;4.1;7.9;0;2.11;10378
+70095;43.75141;5.55669;201;20220312;12.6;10.3;11.4;6.9;6.5;0;3.32;6423
+70095;43.75141;5.55669;201;20220313;12.1;9;10.5;6.1;7.3;4.3;2.66;7597
+70095;43.75141;5.55669;201;20220314;15;6.4;10.7;4.8;9.5;0;2.16;13027
+70095;43.75141;5.55669;201;20220315;15.7;11.9;13.8;4.8;8.9;0;2.87;8637
+70095;43.75141;5.55669;201;20220316;18.4;6.3;12.3;3.8;10.1;0;2.62;15853
+70095;43.75141;5.55669;201;20220317;15.3;7.9;11.6;1.4;10.7;0;1.7;12454
+70095;43.75141;5.55669;201;20220318;16.1;8.4;12.3;1.7;10.2;.5;1.92;10271
+70095;43.75141;5.55669;201;20220319;15.7;7.4;11.6;1.5;8.17;0;2.16;12585
+70095;43.75141;5.55669;201;20220320;14.3;5.8;10.1;3.1;6.5;.1;2.23;7292
+70095;43.75141;5.55669;201;20220321;15.2;8.6;11.9;3.3;6.03;0;3.24;14283
+70095;43.75141;5.55669;201;20220322;16;.2;8.1;2.1;5.57;0;2.75;19377
+70095;43.75141;5.55669;201;20220323;17.6;-.8;8.4;1.7;5.87;0;2.63;19475
+70095;43.75141;5.55669;201;20220324;19.8;-.9;9.5;1.7;5.53;0;2.99;19840
+70095;43.75141;5.55669;201;20220325;19.8;-.3;9.7;1.5;6.07;0;2.82;19938
+70095;43.75141;5.55669;201;20220326;20.7;4.4;12.6;2.3;6.7;0;3.23;19402
+70095;43.75141;5.55669;201;20220327;21.5;13.3;17.4;1.9;7.53;0;2.95;14406
+70095;43.75141;5.55669;201;20220328;22;3.7;12.8;1.3;6.13;0;3.09;19331
+70095;43.75141;5.55669;201;20220329;19.9;5.2;12.5;1.9;7.63;2.1;2.81;15672
+70095;43.75141;5.55669;201;20220330;13;10.1;11.6;1.6;11.33;4.2;1.37;7163
+70095;43.75141;5.55669;201;20220331;17.7;5.7;11.7;5.1;8.9;0;3.67;18511
+70095;43.75141;5.55669;201;20220401;8.1;5.8;7;8.7;5.96;.3;3.03;14688
+70095;43.75141;5.55669;201;20220402;6.8;2;4.4;9.4;4.46;0;3.69;18410
+70095;43.75141;5.55669;201;20220403;10.6;-1;4.8;4.7;5.87;1.8;2.4;14512
+70095;43.75141;5.55669;201;20220404;13;.8;6.9;4.1;6.13;0;3.29;20668
+70095;43.75141;5.55669;201;20220405;16.8;-1.4;7.7;3.3;6.13;0;3.77;22916
+70095;43.75141;5.55669;201;20220406;16.5;1.8;9.1;1.5;7.7;0;2.42;17104
+70095;43.75141;5.55669;201;20220407;15.2;4.1;9.7;2.9;10.6;0;2.34;13802
+70095;43.75141;5.55669;201;20220408;21.3;9.7;15.5;3.5;11.7;.1;3.66;17759
+70095;43.75141;5.55669;201;20220409;14.1;9.9;12;8.1;5.73;0;5.26;20910
+70095;43.75141;5.55669;201;20220410;17.9;1.4;9.7;3.2;6.43;0;3.86;22831
+70095;43.75141;5.55669;201;20220411;16.7;3.6;10.2;2.7;7.17;0;2.7;12660
+70095;43.75141;5.55669;201;20220412;19.7;6.7;13.2;2.8;8.5;0;3.35;19744
+70095;43.75141;5.55669;201;20220413;20.2;12.5;16.4;1.9;9.66;0;3.3;20315
+70095;43.75141;5.55669;201;20220414;24.9;5.2;15.1;1.8;9.07;0;3.95;22606
+70095;43.75141;5.55669;201;20220415;26.2;8.5;17.3;3;10.73;0;4.61;21739
+70095;43.75141;5.55669;201;20220416;26.1;8.9;17.5;6.5;10.36;0;6.23;23098
+70095;43.75141;5.55669;201;20220417;21.5;11.3;16.4;2.9;8.67;0;4.51;22682
+70095;43.75141;5.55669;201;20220418;19.5;6.5;13;2.3;9.56;0;4.06;24466
+70095;43.75141;5.55669;201;20220419;22.7;6.1;14.4;2.1;9.5;1.2;4.16;24088
+70095;43.75141;5.55669;201;20220420;16.7;9.1;12.9;1.8;12.47;6.7;1.61;8225
+70095;43.75141;5.55669;201;20220421;18.3;11.1;14.7;2.1;13.27;4.7;2.37;11999
+70095;43.75141;5.55669;201;20220422;19.9;9.8;14.9;2.3;12.23;0;3.35;19263
+70095;43.75141;5.55669;201;20220423;15.2;13;14.1;3.8;12.07;20.7;2;4946
+70095;43.75141;5.55669;201;20220424;16;8.6;12.3;1.7;11.6;.5;2.52;15945
+70095;43.75141;5.55669;201;20220425;20.6;7.3;14;2.8;10.87;0;4.17;24721
+70095;43.75141;5.55669;201;20220426;22.4;6.9;14.7;2.4;10.77;0;4.39;25826
+70095;43.75141;5.55669;201;20220427;22;7.5;14.8;2.1;11.23;0;4.17;25135
+70095;43.75141;5.55669;201;20220428;24.5;8.4;16.5;1.8;10.83;0;4.48;25792
+70095;43.75141;5.55669;201;20220429;23.4;8;15.7;1.9;9.9;0;4.36;25683
+70095;43.75141;5.55669;201;20220430;23;8.6;15.8;3.2;9.9;0;4.78;24798
+70095;43.75141;5.55669;201;20220501;22.4;7.4;14.9;2.7;9.4;0;4.82;25091
+70095;43.75141;5.55669;201;20220502;23;6.8;14.9;1.7;11;0;4.01;24949
+70095;43.75141;5.55669;201;20220503;22.4;10.8;16.6;1.6;12.54;1.9;3.46;19020
+70095;43.75141;5.55669;201;20220504;23.4;7.6;15.5;1.5;11.87;1.5;3.91;23484
+70095;43.75141;5.55669;201;20220505;20.2;12;16.1;1.6;12.95;2.1;2.76;14323
+70095;43.75141;5.55669;201;20220506;21;9.5;15.2;1.1;12.2;.1;3.54;22841
+70095;43.75141;5.55669;201;20220507;23.7;8.8;16.2;1.4;12.6;13.9;4.17;26170
+70095;43.75141;5.55669;201;20220508;20.5;11;15.7;1.1;14.4;15.3;3.26;20923
+70095;43.75141;5.55669;201;20220509;24.6;9.4;17;1.9;13.4;.6;4.43;26677
+70095;43.75141;5.55669;201;20220510;26;11.5;18.7;1.7;13.7;0;4.63;26162
+70095;43.75141;5.55669;201;20220511;25.4;9.3;17.3;1.8;12.1;0;4.74;27704
+70095;43.75141;5.55669;201;20220512;25;8.6;16.8;1.6;11.9;0;4.65;28081
+70095;43.75141;5.55669;201;20220513;25.4;9.1;17.2;1.3;12.2;0;4.62;28108
+70095;43.75141;5.55669;201;20220514;27.7;9.6;18.6;1.6;14.5;0;4.98;28772
+70095;43.75141;5.55669;201;20220515;27.2;13.7;20.4;1.8;15.2;.2;4.83;25749
+70095;43.75141;5.55669;201;20220516;27.5;12.2;19.8;1.5;13.4;0;5;27538
+70095;43.75141;5.55669;201;20220517;29.4;10.7;20;1.7;13.9;0;5.4;29093
+70095;43.75141;5.55669;201;20220518;30.9;12.5;21.7;2.4;14.6;0;6.01;29195
+70095;43.75141;5.55669;201;20220519;29.5;14.7;22.1;2.9;13.3;0;6.08;27367
+70095;43.75141;5.55669;201;20220520;30.4;15.2;22.8;2.9;13.1;0;6.35;27831
+70095;43.75141;5.55669;201;20220521;30;12.7;21.3;1.8;14.3;0;5.69;29483
+70095;43.75141;5.55669;201;20220522;34;14.1;24;1.7;15.8;.1;6.19;29574
+70095;43.75141;5.55669;201;20220523;29;15.8;22.4;3.3;16.5;0;5.73;26155
+70095;43.75141;5.55669;201;20220524;24.8;13.7;19.2;2;13.7;.3;4.56;24025
+70095;43.75141;5.55669;201;20220525;24.6;14.1;19.3;1.5;13.3;1.7;4.36;23423
+70095;43.75141;5.55669;201;20220526;28.1;11.9;20;1;15;0;5.08;29257
+70095;43.75141;5.55669;201;20220527;32.1;14;23;1.4;15.2;0;5.87;29986
+70095;43.75141;5.55669;201;20220528;27.2;12;19.6;1.6;12.7;0;5.21;28473
+70095;43.75141;5.55669;201;20220529;26;8.4;17.2;2;8.8;0;5.49;30130
+70095;43.75141;5.55669;201;20220530;26.1;8.2;17.1;1.7;10.2;.2;5.26;30198
+70095;43.75141;5.55669;201;20220531;28;14.9;21.4;2.1;13.2;0;5.47;26589
+70095;43.75141;5.55669;201;20220601;31.3;12.1;21.7;2;13.4;0;6.15;30325
+70095;43.75141;5.55669;201;20220602;31;14.6;22.8;3;14.9;0;6.58;29912
+70095;43.75141;5.55669;201;20220603;30.9;19.7;25.3;3.4;16.1;.9;6.42;24705
+70095;43.75141;5.55669;201;20220604;35;18.6;26.8;3.2;15.8;0;7.69;30020
+70095;43.75141;5.55669;201;20220605;31.4;17.9;24.6;1.7;16.6;.1;5.79;27250
+70095;43.75141;5.55669;201;20220606;31.7;13.7;22.7;2;14.3;0;6.3;30589
+70095;43.75141;5.55669;201;20220607;28.9;15.4;22.1;2.4;13.5;0;5.86;27332
+70095;43.75141;5.55669;201;20220608;26.7;13.9;20.3;2.1;12.1;0;5.35;26641
+70095;43.75141;5.55669;201;20220609;25.5;17.2;21.3;5;11.3;0;6.22;21412
+70095;43.75141;5.55669;201;20220610;30.2;9.5;19.8;1.5;9.3;0;5.85;30746
+70095;43.75141;5.55669;201;20220611;32.7;12.5;22.6;1.9;10.5;0;6.55;30777
+70095;43.75141;5.55669;201;20220612;34.8;12.6;23.7;2.1;12.1;0;6.94;30806
+70095;43.75141;5.55669;201;20220613;34.2;15.8;25;2.2;14.4;0;6.95;30831
+70095;43.75141;5.55669;201;20220614;34.2;12.7;23.4;1.6;13.9;0;6.41;30853
+70095;43.75141;5.55669;201;20220615;34.3;17.3;25.8;1.8;16;0;6.71;30872
+70095;43.75141;5.55669;201;20220616;35.9;16.3;26.1;2.2;15.6;0;7.19;30888
+70095;43.75141;5.55669;201;20220617;37.8;17.6;27.7;1.6;15.5;0;7.02;30900
+70095;43.75141;5.55669;201;20220618;36.4;18.7;27.5;2.3;17.5;0;7.37;30910
+70095;43.75141;5.55669;201;20220619;34.8;20.2;27.5;2.7;15.7;0;7.29;28704
+70095;43.75141;5.55669;201;20220620;34.8;16.4;25.6;2.2;11.6;0;7.23;30919
+70095;43.75141;5.55669;201;20220621;33.9;18.5;26.2;2.9;15.8;1.2;7.25;29492
+70095;43.75141;5.55669;201;20220622;27.9;20.8;24.3;2.5;21.6;2;4.47;19912
+70095;43.75141;5.55669;201;20220623;28.6;18.3;23.4;2.7;18.1;2.4;5.32;24049
+70095;43.75141;5.55669;201;20220624;28.7;17.8;23.2;3;17.1;2.1;5.58;24741
+70095;43.75141;5.55669;201;20220625;32.4;14.9;23.6;2.5;14.1;0;6.83;30888
+70095;43.75141;5.55669;201;20220626;33.6;19.6;26.6;2.6;15.1;0;6.95;28060
+70095;43.75141;5.55669;201;20220627;34.1;17.8;25.9;2.1;15.9;.5;6.83;30286
+70095;43.75141;5.55669;201;20220628;30.6;16.6;23.6;1.7;15.7;.2;5.78;28023
+70095;43.75141;5.55669;201;20220629;32;13.6;22.8;1.9;15;0;6.29;30807
+70095;43.75141;5.55669;201;20220630;31.8;14.2;23;2.4;15.6;0;6.5;30779
+70095;43.75141;5.55669;201;20220701;28.4;15;21.7;2;13.3;0;5.59;27332
+70095;43.75141;5.55669;201;20220702;36;10.4;23.2;1.4;10.7;0;6.43;30713
+70095;43.75141;5.55669;201;20220703;37;14.8;25.9;1.8;11.6;0;7.05;30676
+70095;43.75141;5.55669;201;20220704;36.2;18.9;27.5;2.5;14.8;.6;7.58;30635
+70095;43.75141;5.55669;201;20220705;34.7;18;26.3;2.3;16;0;7.05;30396
+70095;43.75141;5.55669;201;20220706;33.9;14.9;24.4;1.9;12.1;0;6.69;30545
+70095;43.75141;5.55669;201;20220707;33.5;13.5;23.5;2.1;12.3;0;6.71;30495
+70095;43.75141;5.55669;201;20220708;33.2;15;24.1;1.6;13.5;0;6.31;30443
+70095;43.75141;5.55669;201;20220709;33.8;15.9;24.8;1.8;13.6;0;6.56;30387
+70095;43.75141;5.55669;201;20220710;34.7;16.3;25.5;1.9;14.4;0;6.73;30329
+70095;43.75141;5.55669;201;20220711;34.6;15.8;25.2;2;16;0;6.68;30267
+70095;43.75141;5.55669;201;20220712;33.7;16.6;25.1;1.6;17.7;0;6.28;30203
+70095;43.75141;5.55669;201;20220713;34.5;17.1;25.8;2.3;17.8;.1;6.8;30136
+70095;43.75141;5.55669;201;20220714;35.5;17;26.2;1.7;16.5;0;6.59;30065
+70095;43.75141;5.55669;201;20220715;37.6;16.3;26.9;1.8;14.4;0;6.96;29992
+70095;43.75141;5.55669;201;20220716;36.4;15.3;25.8;2;15;0;6.89;29916
+70095;43.75141;5.55669;201;20220717;36.6;16.4;26.5;2.1;19.7;0;6.81;29838
+70095;43.75141;5.55669;201;20220718;38.1;21.2;29.6;1.7;19.7;0;6.96;29735
+70095;43.75141;5.55669;201;20220719;37.9;23.7;30.8;2;19.5;0;6.91;27149
+70095;43.75141;5.55669;201;20220720;37;18.8;27.9;1.8;16.4;0;6.83;29585
+70095;43.75141;5.55669;201;20220721;37.7;18.9;28.3;1.7;15.2;0;6.84;29495
+70095;43.75141;5.55669;201;20220722;37.3;17.4;27.3;2.1;15.3;0;7.07;29402
+70095;43.75141;5.55669;201;20220723;35;19.2;27.1;1.9;18.8;0;6.39;28301
+70095;43.75141;5.55669;201;20220724;36.6;18.4;27.5;1.7;17.6;0;6.58;29209
+70095;43.75141;5.55669;201;20220725;37.3;17.9;27.6;1.8;17.5;0;6.7;29109
+70095;43.75141;5.55669;201;20220726;32.2;18.6;25.4;2.5;16.2;0;6.13;25958
+70095;43.75141;5.55669;201;20220727;33.2;15.4;24.3;1.5;13.6;0;5.93;28900
+70095;43.75141;5.55669;201;20220728;34.4;14.7;24.5;1.5;13.8;0;6.01;28791
+70095;43.75141;5.55669;201;20220729;31.4;17.7;24.5;2;15.5;.4;5.68;25759
+70095;43.75141;5.55669;201;20220730;33.9;15.2;24.5;2.2;14.1;0;6.44;28567
+70095;43.75141;5.55669;201;20220731;36.3;15.5;25.9;1.6;12.2;0;6.3;28452
+70095;43.75141;5.55669;201;20220801;37.5;17.5;27.5;1.7;12.9;0;6.55;28333
+70095;43.75141;5.55669;201;20220802;37.7;15.6;26.6;1.6;13.7;0;6.39;28213
+70095;43.75141;5.55669;201;20220803;36.3;18.6;27.4;1.6;17.1;0;6.24;28090
+70095;43.75141;5.55669;201;20220804;36.7;19.3;28;1.6;16.2;0;6.3;27965
+70095;43.75141;5.55669;201;20220805;35.5;17.7;26.6;1.7;17.4;0;6.12;27837
+70095;43.75141;5.55669;201;20220806;36.5;17.8;27.1;1.8;17.3;0;6.3;27707
+70095;43.75141;5.55669;201;20220807;34.5;16.4;25.4;1.9;14;0;6.15;27575
+70095;43.75141;5.55669;201;20220808;35.4;17;26.2;2;15.4;0;6.29;27441
+70095;43.75141;5.55669;201;20220809;35.2;16;25.6;1.5;15.5;0;5.8;27304
+70095;43.75141;5.55669;201;20220810;35.1;16.5;25.8;2;14.3;.2;6.21;27165
+70095;43.75141;5.55669;201;20220811;35;18.5;26.7;2;16.2;0;6.13;26648
+70095;43.75141;5.55669;201;20220812;37.2;16.5;26.8;2;18.9;0;6.26;26881
+70095;43.75141;5.55669;201;20220813;35.1;20.7;27.9;2.5;20.7;0;6.07;24603
+70095;43.75141;5.55669;201;20220814;30.7;22.8;26.7;2.5;17.7;13.3;4.96;18032
+70095;43.75141;5.55669;201;20220815;32.3;17.1;24.7;1.8;18;0;5.26;25003
+70095;43.75141;5.55669;201;20220816;33.5;17.8;25.6;2.2;17.1;0;5.75;25270
+70095;43.75141;5.55669;201;20220817;25.8;20.4;23.1;2.8;20.2;7.6;3.47;14589
+70095;43.75141;5.55669;201;20220818;27.3;15.7;21.5;1.7;17.3;10.6;4.1;21414
+70095;43.75141;5.55669;201;20220819;29.6;16.3;22.9;2.7;16.6;.1;5.03;22814
+70095;43.75141;5.55669;201;20220820;31.2;14.3;22.7;2;16.3;0;5.16;25601
+70095;43.75141;5.55669;201;20220821;31.1;15.4;23.2;1.9;15.6;0;5.06;24507
+70095;43.75141;5.55669;201;20220822;32.3;13.2;22.7;1.7;14;0;5.14;25344
+70095;43.75141;5.55669;201;20220823;34.1;14.2;24.1;1.6;14.9;0;5.26;25181
+70095;43.75141;5.55669;201;20220824;34.8;16.9;25.8;1.9;16;0;5.59;25015
+70095;43.75141;5.55669;201;20220825;33.9;16.3;25.1;1.1;17.1;0;4.83;24848
+70095;43.75141;5.55669;201;20220826;33.4;17.7;25.5;1.9;19;.9;5.13;23701
+70095;43.75141;5.55669;201;20220827;32.4;17;24.7;1.8;16.9;.2;4.95;23306
+70095;43.75141;5.55669;201;20220828;32.2;15.3;23.7;1.2;15.8;0;4.61;24258
+70095;43.75141;5.55669;201;20220829;33.3;15.4;24.3;1.9;17;.1;5.12;24165
+70095;43.75141;5.55669;201;20220830;31.2;20.1;25.6;2.5;20.8;.4;4.55;19309
+70095;43.75141;5.55669;201;20220831;30.1;16.1;23.1;1.7;16.8;0;4.33;21566
+70095;43.75141;5.55669;201;20220901;32.4;14.4;23.4;1.4;14.6;0;4.62;23638
+70095;43.75141;5.55669;201;20220902;28.9;16.7;22.8;2.8;17;.3;4.45;19804
+70095;43.75141;5.55669;201;20220903;29.8;16.5;23.1;2.9;17;.4;4.69;20532
+70095;43.75141;5.55669;201;20220904;31.6;16.6;24.1;2.8;18.1;.9;4.95;21654
+70095;43.75141;5.55669;201;20220905;31.6;17.7;24.6;2.9;19;1;4.86;20665
+70095;43.75141;5.55669;201;20220906;31;18;24.5;3.1;18.6;2;4.8;19811
+70095;43.75141;5.55669;201;20220907;29.6;19.2;24.4;1.7;20.1;18.2;3.71;17537
+70095;43.75141;5.55669;201;20220908;27.1;15.6;21.3;1.6;17.2;.1;3.45;18305
+70095;43.75141;5.55669;201;20220909;27.9;11.6;19.7;1.4;14.2;.1;3.74;21674
+70095;43.75141;5.55669;201;20220910;25.8;10.7;18.2;1.9;12.5;0;3.69;20669
+70095;43.75141;5.55669;201;20220911;29.5;9.4;19.4;1.2;12.1;.1;3.75;21805
+70095;43.75141;5.55669;201;20220912;31.3;12.8;22;1.9;15.1;0;4.34;21616
+70095;43.75141;5.55669;201;20220913;31.1;17.2;24.1;1.9;18.5;1.6;4.06;19298
+70095;43.75141;5.55669;201;20220914;24.4;20;22.2;3.6;20.5;4.1;2.69;10608
+70095;43.75141;5.55669;201;20220915;29.1;17.7;23.4;2.8;16.5;0;4.17;17128
+70095;43.75141;5.55669;201;20220916;25.8;14.5;20.1;3.4;13.9;0;3.94;16893
+70095;43.75141;5.55669;201;20220917;24;14;19;3.7;9.1;0;4.44;15722
+70095;43.75141;5.55669;201;20220918;25.2;6.2;15.7;1.4;9;0;3.27;20471
+70095;43.75141;5.55669;201;20220919;25.1;4.1;14.6;1.8;8.9;0;3.4;20278
+70095;43.75141;5.55669;201;20220920;26.7;6.5;16.6;1.2;9.8;0;3.18;20085
+70095;43.75141;5.55669;201;20220921;25.9;7;16.4;1.7;10.8;0;3.32;19891
+70095;43.75141;5.55669;201;20220922;25.2;10.9;18;1.7;13;.1;3.08;17971
+70095;43.75141;5.55669;201;20220923;23.5;11.5;17.5;.9;13.3;8.2;2.47;16268
+70095;43.75141;5.55669;201;20220924;17.7;14.6;16.1;3.1;15.3;10.5;1.64;8014
+70095;43.75141;5.55669;201;20220925;22.3;13.6;17.9;1.6;14.5;.2;2.37;13519
+70095;43.75141;5.55669;201;20220926;21.3;7.5;14.4;2.1;10.8;0;2.68;16939
+70095;43.75141;5.55669;201;20220927;19.3;9.2;14.2;3.3;10;0;2.81;14289
+70095;43.75141;5.55669;201;20220928;22.9;9.1;16;2.4;12.3;0;2.82;16584
+70095;43.75141;5.55669;201;20220929;21;11.2;16.1;1.9;11.6;.1;2.43;13771
+70095;43.75141;5.55669;201;20220930;20;8.3;14.1;1.1;10.1;.4;2.12;14916
+70095;43.75141;5.55669;201;20221001;20.9;4.1;12.5;1.7;10.3;.1;2.38;17748
+70095;43.75141;5.55669;201;20221002;25.7;9.2;17.4;1.9;13.2;0;2.89;17393
+70095;43.75141;5.55669;201;20221003;26.5;11.3;18.9;1.7;12.8;0;2.91;16495
+70095;43.75141;5.55669;201;20221004;27.8;9.3;18.5;1.2;12.6;.2;2.74;17373
+70095;43.75141;5.55669;201;20221005;26;11.3;18.6;2.1;13.6;.2;2.9;15853
+70095;43.75141;5.55669;201;20221006;26.7;9.3;18;1.3;13;.1;2.62;16990
+70095;43.75141;5.55669;201;20221007;26.7;11.4;19;1.7;13.6;.4;2.75;15813
+70095;43.75141;5.55669;201;20221008;18.5;12;15.2;1.3;14.2;3.8;1.51;10067
+70095;43.75141;5.55669;201;20221009;19.9;13.5;16.7;2.5;15.7;0;1.69;9869
+70095;43.75141;5.55669;201;20221010;24.3;14.7;19.5;2;15;.1;2.37;12021
+70095;43.75141;5.55669;201;20221011;24.9;10.6;17.7;1.1;13.9;0;2.12;14573
+70095;43.75141;5.55669;201;20221012;24.4;12.2;18.3;.8;14;.1;1.9;13274
+70095;43.75141;5.55669;201;20221013;23.4;9.4;16.4;1.1;13.2;0;1.93;14074
+70095;43.75141;5.55669;201;20221014;24.6;10.9;17.7;1.4;13.5;.1;2.14;13750
+70095;43.75141;5.55669;201;20221015;26.6;9.1;17.8;1.5;12.9;.1;2.4;15304
+70095;43.75141;5.55669;201;20221016;25;13.1;19;3.4;14.5;.1;2.83;12481
+70095;43.75141;5.55669;201;20221017;26.1;12.9;19.5;3.5;14.1;.1;3.11;13002
+70095;43.75141;5.55669;201;20221018;26.6;11.4;19;1.8;13.8;.1;2.42;13805
+70095;43.75141;5.55669;201;20221019;25.5;10.5;18;1.5;13.7;.1;2.11;13542
+70095;43.75141;5.55669;201;20221020;23.7;13.5;18.6;3;14.6;.2;2.38;10967
+70095;43.75141;5.55669;201;20221021;23.7;17.7;20.7;4.2;17.8;.3;2.38;8225
+70095;43.75141;5.55669;201;20221022;25.9;15.2;20.5;2.2;17.5;0;2.13;10960
+70095;43.75141;5.55669;201;20221023;25.5;16.8;21.1;4.3;17.6;0;2.72;9724
+70095;43.75141;5.55669;201;20221024;26.8;18.8;22.8;3.1;17.2;0;2.75;9192
+70095;43.75141;5.55669;201;20221025;27.8;12.8;20.3;1.6;15.1;0;2.18;12553
+70095;43.75141;5.55669;201;20221026;26.2;13;19.6;3.2;15.5;.2;2.57;11605
+70095;43.75141;5.55669;201;20221027;27.7;13.6;20.6;2.9;15.2;.1;2.76;11853
+70095;43.75141;5.55669;201;20221028;27.2;12.3;19.7;2.6;13.2;0;2.7;12040
+70095;43.75141;5.55669;201;20221029;28.6;9.9;19.2;2.1;11;0;2.69;12887
+70095;43.75141;5.55669;201;20221030;25.1;9;17;2.2;11.3;.1;2.26;12212
+70095;43.75141;5.55669;201;20221031;23.5;9.4;16.4;2.4;12.7;26.2;1.98;11261
+70095;43.75141;5.55669;201;20221101;23.5;15.6;19.5;2.7;15.3;9.8;2.01;8235
+70095;43.75141;5.55669;201;20221102;21;9.1;15;2;12.4;.1;1.52;10056
+70095;43.75141;5.55669;201;20221103;16.5;7;11.7;2.2;12.18;35.7;.83;7743
+70095;43.75141;5.55669;201;20221104;14.6;7.8;11.2;3.2;9.8;.2;1.36;7325
+70095;43.75141;5.55669;201;20221105;17;6.3;11.6;2.5;8.1;0;1.68;9159
+70095;43.75141;5.55669;201;20221106;20.8;2.5;11.6;2;8;.1;1.73;11673
+70095;43.75141;5.55669;201;20221107;20.8;2.8;11.8;1.9;8.4;0;1.62;11532
+70095;43.75141;5.55669;201;20221108;18.3;7.5;12.9;4.5;10.2;0;1.98;8860
+70095;43.75141;5.55669;201;20221109;20.6;11.2;15.9;2.6;13.5;11.4;1.46;8140
+70095;43.75141;5.55669;201;20221110;19;9.6;14.3;1.6;13;0;1.04;8039
+70095;43.75141;5.55669;201;20221111;21.9;9.3;15.6;3.3;11.2;.1;2.09;9248
+70095;43.75141;5.55669;201;20221112;19.6;6.4;13;1.2;10.4;0;1.04;9359
+70095;43.75141;5.55669;201;20221113;16.4;10.5;13.4;2.4;10.9;0;1.27;6067
+70095;43.75141;5.55669;201;20221114;15.5;5.8;10.6;4;10.9;6;1.05;7783
+70095;43.75141;5.55669;201;20221115;16.2;11.4;13.8;3.2;13.1;7.2;1.03;5307
+70095;43.75141;5.55669;201;20221116;18.9;10.3;14.6;1.8;11.9;.1;1.14;7137
+70095;43.75141;5.55669;201;20221117;18.2;6.9;12.5;1.8;11.1;1.1;1;8137
+70095;43.75141;5.55669;201;20221118;14.8;8.9;11.8;2.6;10;0;1.16;5717
+70095;43.75141;5.55669;201;20221119;14.5;.9;7.7;1.2;7;0;.78;8761
+70095;43.75141;5.55669;201;20221120;13.2;-.8;6.2;2.3;6.3;0;1.07;8797
+70095;43.75141;5.55669;201;20221121;9.2;4.7;6.9;2.4;8.1;9.1;.71;4784
+70095;43.75141;5.55669;201;20221122;13;6.9;9.9;3.5;8.1;0;1.39;5566
+70095;43.75141;5.55669;201;20221123;12.8;2.6;7.7;1.5;8.4;0;.64;7224
+70095;43.75141;5.55669;201;20221124;16.9;2.6;9.7;1.9;8.4;0;1;8531
+70095;43.75141;5.55669;201;20221125;16.5;5.3;10.9;2.2;8.6;.4;1.15;7435
+70095;43.75141;5.55669;201;20221126;16.2;.1;8.1;1.3;7.1;0;.78;8898
+70095;43.75141;5.55669;201;20221127;14.5;.7;7.6;2.1;6.7;.1;1.03;8136
+70095;43.75141;5.55669;201;20221128;7.6;4.8;6.2;3.4;7.9;15;.69;3441
+70095;43.75141;5.55669;201;20221129;8.6;3.2;5.9;.6;7.8;0;.38;4869
+70095;43.75141;5.55669;201;20221130;12.8;-.3;6.2;1.4;6.7;0;.64;7712
+70095;43.75141;5.55669;201;20221201;12.2;.6;6.4;1.1;6.8;0;.54;7178
+70095;43.75141;5.55669;201;20221202;10.9;.6;5.7;2.2;6.8;1.3;.74;6691
+70095;43.75141;5.55669;201;20221203;9.6;3.8;6.7;4.1;8.7;27.5;.58;4896
+70095;43.75141;5.55669;201;20221204;12.3;8.2;10.2;1.9;10.3;12.3;.65;4031
+70095;43.75141;5.55669;201;20221205;13.8;1.3;7.5;1.4;7.5;0;.62;7248
+70095;43.75141;5.55669;201;20221206;12.9;1.1;7;2.6;6;0;1.15;6987
+70095;43.75141;5.55669;201;20221207;8.5;-2.2;3.1;1.1;5.6;.1;.42;6597
+70095;43.75141;5.55669;201;20221208;7.6;-2.6;2.5;2.8;6.4;19.4;.46;6396
+70095;43.75141;5.55669;201;20221209;13.8;5.5;9.6;2.3;11.1;2.1;.45;5705
+70095;43.75141;5.55669;201;20221210;7.7;5.4;6.5;2;7.5;0;.68;2824
+70095;43.75141;5.55669;201;20221211;5.6;-3.8;.9;1.5;4.5;0;.49;6036
+70095;43.75141;5.55669;201;20221212;7.5;-5.1;1.2;1.6;4.8;7.7;.5;7015
+70095;43.75141;5.55669;201;20221213;5.6;2.4;4;5;7.9;6.7;.25;3350
+70095;43.75141;5.55669;201;20221214;9.9;5.2;7.5;3.1;9.2;.2;.53;4120
+70095;43.75141;5.55669;201;20221215;13.3;8;10.6;3.3;10.6;24.3;.79;4384
+70095;43.75141;5.55669;201;20221216;7.9;7;7.4;.9;9.3;0;.44;1598
+70095;43.75141;5.55669;201;20221217;8;.1;4;1.1;6.7;0;.35;5405
+70095;43.75141;5.55669;201;20221218;12.9;-.1;6.4;3.1;7.1;.1;.93;7022
+70095;43.75141;5.55669;201;20221219;11.7;6.9;9.3;4.4;8.5;0;1.21;4126
+70095;43.75141;5.55669;201;20221220;14.5;9;11.7;3.3;11.1;3.8;.89;4439
+70095;43.75141;5.55669;201;20221221;13.8;11.8;12.8;2.1;12.4;7.6;.71;2538
+70095;43.75141;5.55669;201;20221222;15.4;6.4;10.9;1.2;10.2;0;.53;5776
+70095;43.75141;5.55669;201;20221223;18.7;6.7;12.7;1.6;10.9;0;.75;6728
+70095;43.75141;5.55669;201;20221224;19.2;5.2;12.2;.9;10;.1;.52;7304
+70095;43.75141;5.55669;201;20221225;16.4;5.4;10.9;4.6;10.2;0;1.21;6446
+70095;43.75141;5.55669;201;20221226;15.9;6.7;11.3;3.7;9.9;.1;1.19;5878
+70095;43.75141;5.55669;201;20221227;15;4.3;9.6;1.6;8.8;0;.67;6382
+70095;43.75141;5.55669;201;20221228;14.3;2;8.1;2.3;7.1;0;.97;6888
+70095;43.75141;5.55669;201;20221229;14.3;7;10.6;2.9;9.7;.2;.94;5245
+70095;43.75141;5.55669;201;20221230;12.7;6.9;9.8;1.9;10.4;.1;.54;4656
+70095;43.75141;5.55669;201;20221231;15.6;6.7;11.1;4;10.7;0;1.01;5876
+70096;43.7643;5.86599;331;20220101;15.4;2.2;8.8;1;8.75;.1;.46;6741
+70096;43.7643;5.86599;331;20220102;9.2;5.5;7.3;1.9;8.95;.1;.51;3649
+70096;43.7643;5.86599;331;20220103;12.4;3.3;7.9;1.6;8.25;0;.65;6037
+70096;43.7643;5.86599;331;20220104;10.3;.7;5.5;1.1;8.83;1.3;.28;6135
+70096;43.7643;5.86599;331;20220105;9.3;7.1;8.2;5.5;6.15;.1;2.01;2532
+70096;43.7643;5.86599;331;20220106;10.3;-.3;5;1.9;3.85;.1;1.09;6413
+70096;43.7643;5.86599;331;20220107;9.4;-4.6;2.4;2.6;4.23;.1;1.04;7711
+70096;43.7643;5.86599;331;20220108;11.7;3;7.4;3.8;6.15;.8;1.47;5987
+70096;43.7643;5.86599;331;20220109;9.6;4;6.8;4.2;6.1;.1;1.46;4691
+70096;43.7643;5.86599;331;20220110;11.6;3.6;7.6;2.7;4.75;0;1.53;5644
+70096;43.7643;5.86599;331;20220111;11.4;-5.6;2.9;1.4;3.9;0;.79;8800
+70096;43.7643;5.86599;331;20220112;10.4;-5.8;2.3;1.5;3.95;0;.78;8617
+70096;43.7643;5.86599;331;20220113;12.5;-5.8;3.4;1.1;3.88;0;.65;9124
+70096;43.7643;5.86599;331;20220114;13.7;-5.5;4.1;1.3;3.6;0;.9;9172
+70096;43.7643;5.86599;331;20220115;14.4;-4.4;5;1.1;4.1;.1;.81;9311
+70096;43.7643;5.86599;331;20220116;12.5;-5;3.7;1.3;4.23;0;.84;9227
+70096;43.7643;5.86599;331;20220117;14.1;-5.4;4.3;1;4;0;.77;9586
+70096;43.7643;5.86599;331;20220118;13.1;-4.8;4.1;1.1;5.85;0;.59;9363
+70096;43.7643;5.86599;331;20220119;11.1;1.2;6.1;1.7;7;0;.72;7064
+70096;43.7643;5.86599;331;20220120;11.7;-.1;5.8;2.3;5.3;0;1.17;7831
+70096;43.7643;5.86599;331;20220121;11.1;-4.8;3.2;1.4;4.38;.1;.82;9327
+70096;43.7643;5.86599;331;20220122;12;-5.3;3.4;1.1;4.25;0;.75;9802
+70096;43.7643;5.86599;331;20220123;14.4;-4.3;5.1;1.1;4.55;.1;.85;10060
+70096;43.7643;5.86599;331;20220124;11.4;-4.4;3.5;.8;4.79;0;.63;10237
+70096;43.7643;5.86599;331;20220125;12;-3.7;4.2;.9;5.68;0;.66;9053
+70096;43.7643;5.86599;331;20220126;12;-3.7;4.1;1.1;5.65;0;.7;9828
+70096;43.7643;5.86599;331;20220127;13.1;-4.7;4.2;1;5.38;0;.74;10339
+70096;43.7643;5.86599;331;20220128;13.3;-5;4.1;1.4;5.08;0;.96;10588
+70096;43.7643;5.86599;331;20220129;14.6;-3.1;5.8;1.4;4.6;0;1.12;10828
+70096;43.7643;5.86599;331;20220130;15.5;-4.7;5.4;1.3;5.43;.1;1.05;10892
+70096;43.7643;5.86599;331;20220131;13.2;-3.9;4.6;5.5;4.98;.1;2.2;10880
+70096;43.7643;5.86599;331;20220201;11.9;3;7.4;5.8;4.43;0;2.67;7890
+70096;43.7643;5.86599;331;20220202;17.6;9;13.3;6.1;6.65;0;3.51;8038
+70096;43.7643;5.86599;331;20220203;16.8;.1;8.4;1.4;7.5;0;1.13;10910
+70096;43.7643;5.86599;331;20220204;13.6;4.8;9.2;2.1;8.15;0;1.17;8078
+70096;43.7643;5.86599;331;20220205;15.6;3;9.3;2.5;6.43;0;1.66;9979
+70096;43.7643;5.86599;331;20220206;13.3;-4;4.6;3.7;5.4;0;1.72;11823
+70096;43.7643;5.86599;331;20220207;15.6;6.9;11.3;5.9;5.33;0;3.36;8480
+70096;43.7643;5.86599;331;20220208;16.2;-3.9;6.1;1.1;4.58;0;1.21;12366
+70096;43.7643;5.86599;331;20220209;14.9;-1.3;6.8;1.5;6.55;.1;1.2;11820
+70096;43.7643;5.86599;331;20220210;4.1;-1;1.5;2.4;7.64;0;1.53;11133
+70096;43.7643;5.86599;331;20220211;15.3;.5;7.9;3.1;7.17;0;1.86;11633
+70096;43.7643;5.86599;331;20220212;13.9;.2;7.1;1.8;6.14;0;1.43;11400
+70096;43.7643;5.86599;331;20220213;12.6;-1.9;5.4;2.3;6.34;1.5;1.39;9400
+70096;43.7643;5.86599;331;20220214;8;5;6.5;1.4;7.83;21.7;.61;900
+70096;43.7643;5.86599;331;20220215;11.4;1.7;6.5;4.9;6.27;0;2.1;12300
+70096;43.7643;5.86599;331;20220216;11.9;1.5;6.7;3.2;7.45;.2;1.42;10028
+70096;43.7643;5.86599;331;20220217;20.5;8.3;14.4;5.1;8.73;0;3.24;11572
+70096;43.7643;5.86599;331;20220218;20.2;5.2;12.7;1.8;8.6;0;1.98;12709
+70096;43.7643;5.86599;331;20220219;13.8;5.5;9.7;3.2;7.03;0;1.97;9450
+70096;43.7643;5.86599;331;20220220;17.1;-1.7;7.7;3.1;5.7;0;2.36;14016
+70096;43.7643;5.86599;331;20220221;12.9;6.4;9.7;6.8;6.4;.3;2.83;8552
+70096;43.7643;5.86599;331;20220222;15.8;6.3;11.1;4.9;5.4;0;3.26;11008
+70096;43.7643;5.86599;331;20220223;18.3;-.8;8.7;1.8;5.43;0;2.08;14824
+70096;43.7643;5.86599;331;20220224;13.4;.9;7.2;1.8;7.83;0;1.37;12319
+70096;43.7643;5.86599;331;20220225;14.3;5.8;10.1;4.7;5.4;0;2.99;10696
+70096;43.7643;5.86599;331;20220226;14.2;-2.5;5.9;2.2;4.5;0;2.03;14883
+70096;43.7643;5.86599;331;20220227;11.7;-3.2;4.3;1.7;5.23;0;1.53;14249
+70096;43.7643;5.86599;331;20220228;13.6;-2.7;5.5;2.3;5.85;0;1.82;15310
+70096;43.7643;5.86599;331;20220301;12.6;-1;5.8;2.3;6.18;0;1.67;13854
+70096;43.7643;5.86599;331;20220302;12.4;3.1;7.7;2;6.8;0;1.62;11828
+70096;43.7643;5.86599;331;20220303;13.8;-.5;6.6;1.5;7.13;.1;1.53;14458
+70096;43.7643;5.86599;331;20220304;15.1;0;7.6;1.9;7.48;.4;1.78;15377
+70096;43.7643;5.86599;331;20220305;11.8;3.8;7.8;1.7;6.85;0;1.52;11053
+70096;43.7643;5.86599;331;20220306;10.3;-1.2;4.5;1.6;5.85;0;1.47;13582
+70096;43.7643;5.86599;331;20220307;12.1;-4.3;3.9;1.5;4.9;0;1.71;16573
+70096;43.7643;5.86599;331;20220308;12.4;-4.5;4;1.8;5.58;0;1.73;16811
+70096;43.7643;5.86599;331;20220309;14;1.5;7.7;1.9;6.8;0;1.89;14913
+70096;43.7643;5.86599;331;20220310;13.3;-1.5;5.9;1.5;7.33;0;1.65;16309
+70096;43.7643;5.86599;331;20220311;11.9;5.4;8.7;3.8;7.55;0;1.94;10835
+70096;43.7643;5.86599;331;20220312;12.4;8.2;10.3;5.8;6.15;0;2.98;8927
+70096;43.7643;5.86599;331;20220313;10.2;8.5;9.3;5.9;7.1;1.3;2.23;5318
+70096;43.7643;5.86599;331;20220314;15;5.6;10.3;2.9;9.45;.1;1.91;13374
+70096;43.7643;5.86599;331;20220315;15.6;9.5;12.6;2.6;8.73;0;2.23;10937
+70096;43.7643;5.86599;331;20220316;17.4;4.1;10.7;1.4;9.75;0;2.04;16417
+70096;43.7643;5.86599;331;20220317;14.7;8.7;11.7;1.1;10.55;0;1.62;11250
+70096;43.7643;5.86599;331;20220318;16.2;8.6;12.4;1.8;10.07;.4;1.83;8966
+70096;43.7643;5.86599;331;20220319;14.8;6.5;10.7;1.8;7.97;0;2.08;10600
+70096;43.7643;5.86599;331;20220320;14.3;4.9;9.6;2.7;6.2;0;2.07;6633
+70096;43.7643;5.86599;331;20220321;14.7;4.7;9.7;3;5.6;0;3.07;17066
+70096;43.7643;5.86599;331;20220322;15.2;-.9;7.2;2.1;5.54;0;2.75;19377
+70096;43.7643;5.86599;331;20220323;17.7;-.8;8.4;2;5.27;0;2.8;19566
+70096;43.7643;5.86599;331;20220324;19.7;0;9.9;2.1;4.97;0;3.24;19900
+70096;43.7643;5.86599;331;20220325;19.8;.6;10.2;1.8;5.77;0;2.95;19866
+70096;43.7643;5.86599;331;20220326;20.9;4.4;12.7;2.4;6.04;0;3.36;19266
+70096;43.7643;5.86599;331;20220327;21.2;7.5;14.4;2.3;5.23;0;3.19;12800
+70096;43.7643;5.86599;331;20220328;21.3;3.9;12.6;1.7;5.54;0;3.29;18966
+70096;43.7643;5.86599;331;20220329;19.8;5.3;12.6;1.9;6.94;1.6;2.83;14433
+70096;43.7643;5.86599;331;20220330;12.3;9.5;10.9;1.5;10.8;7.1;1.17;4900
+70096;43.7643;5.86599;331;20220331;17.3;5.1;11.2;4.4;8.44;0;3.57;19433
+70096;43.7643;5.86599;331;20220401;7.9;3.4;5.7;8.8;5.2;.2;3.31;15973
+70096;43.7643;5.86599;331;20220402;8.2;2.7;5.4;9.4;4.43;0;3.69;18410
+70096;43.7643;5.86599;331;20220403;9.5;-.6;4.4;3;5.84;5.2;2.04;12333
+70096;43.7643;5.86599;331;20220404;13.4;1.2;7.3;2.9;6.2;0;2.9;20315
+70096;43.7643;5.86599;331;20220405;17.6;-.8;8.4;2.2;5.8;0;3.38;23167
+70096;43.7643;5.86599;331;20220406;15.6;.6;8.1;1.5;7.67;0;2.42;17104
+70096;43.7643;5.86599;331;20220407;16.2;4.4;10.3;2.7;8.63;0;2.32;11800
+70096;43.7643;5.86599;331;20220408;20.7;9.4;15;2.9;9.83;.1;3.22;15800
+70096;43.7643;5.86599;331;20220409;12.7;9.5;11.1;7.6;5.3;0;5.25;24233
+70096;43.7643;5.86599;331;20220410;18.1;1.4;9.8;2.3;4.63;0;3.74;24400
+70096;43.7643;5.86599;331;20220411;16.1;3.3;9.7;2.4;6.67;0;2.4;10500
+70096;43.7643;5.86599;331;20220412;19.7;5.2;12.4;3;8.07;0;3.13;17866
+70096;43.7643;5.86599;331;20220413;20.9;7.9;14.4;2.6;7.53;0;3.9;22000
+70096;43.7643;5.86599;331;20220414;25;6.3;15.6;1.8;8.17;0;4.05;22600
+70096;43.7643;5.86599;331;20220415;26.1;9.1;17.6;2.4;10.27;0;4.33;21233
+70096;43.7643;5.86599;331;20220416;23.7;9.6;16.6;5.3;10.4;0;5.74;23617
+70096;43.7643;5.86599;331;20220417;21.7;10.5;16.1;2.7;8.4;0;4.48;23166
+70096;43.7643;5.86599;331;20220418;20.6;5.8;13.2;2.8;8.33;0;4.09;24100
+70096;43.7643;5.86599;331;20220419;22.4;5.5;13.9;2.2;9;.2;4.15;23933
+70096;43.7643;5.86599;331;20220420;16;7.1;11.6;1.8;11.57;5.2;1.55;7666
+70096;43.7643;5.86599;331;20220421;18.7;10.7;14.7;2.2;12.6;1.2;2.44;12000
+70096;43.7643;5.86599;331;20220422;20;7.8;13.9;2;11.7;0;3.14;18266
+70096;43.7643;5.86599;331;20220423;15.1;10.8;12.9;3.3;11.47;18;1.63;2966
+70096;43.7643;5.86599;331;20220424;14.7;6.8;10.8;1.7;11.07;.4;2.4;15700
+70096;43.7643;5.86599;331;20220425;20;7;13.5;2.7;10.67;0;4.04;23500
+70096;43.7643;5.86599;331;20220426;21.6;5.9;13.8;1.9;10.44;0;4.12;25633
+70096;43.7643;5.86599;331;20220427;22;6.4;14.2;2;10.67;0;4.13;25666
+70096;43.7643;5.86599;331;20220428;24.1;8.4;16.2;2.2;10.44;0;4.51;25366
+70096;43.7643;5.86599;331;20220429;23.3;7.5;15.4;2.1;10;0;4.42;25333
+70096;43.7643;5.86599;331;20220430;22.5;8.2;15.3;2.3;10.04;0;4.06;21866
+70096;43.7643;5.86599;331;20220501;22.2;6.2;14.2;2.3;9.4;0;4.34;24366
+70096;43.7643;5.86599;331;20220502;22.5;6.8;14.6;2.1;10.27;0;4.21;24866
+70096;43.7643;5.86599;331;20220503;21.8;9.6;15.7;1.8;11.94;1.5;3.21;16233
+70096;43.7643;5.86599;331;20220504;22.9;6.9;14.9;1.8;11.2;1.2;3.94;23266
+70096;43.7643;5.86599;331;20220505;17.2;12.4;14.8;1.8;12.35;2.3;2.46;12535
+70096;43.7643;5.86599;331;20220506;19.7;8.6;14.2;1.1;12.1;.2;3.34;22277
+70096;43.7643;5.86599;331;20220507;22.7;7.3;15;1.2;12.25;15.1;4.03;26455
+70096;43.7643;5.86599;331;20220508;19.5;11.2;15.4;1.2;13.7;10.8;3.03;19191
+70096;43.7643;5.86599;331;20220509;23.9;8.6;16.2;1.5;12.9;1;4.29;26805
+70096;43.7643;5.86599;331;20220510;25.3;9.7;17.5;1.6;13.25;0;4.59;27137
+70096;43.7643;5.86599;331;20220511;25.2;9.4;17.3;1.7;11.88;0;4.74;27426
+70096;43.7643;5.86599;331;20220512;25.2;8.1;16.6;1.8;11.08;0;4.84;28150
+70096;43.7643;5.86599;331;20220513;25.6;8.8;17.2;2;11.18;0;5.01;28184
+70096;43.7643;5.86599;331;20220514;27;10.8;18.9;1.5;14.05;0;4.85;27910
+70096;43.7643;5.86599;331;20220515;26.8;12;19.4;1.6;14.8;.5;4.82;27130
+70096;43.7643;5.86599;331;20220516;27.6;11.4;19.5;1.6;12.53;0;5.15;28259
+70096;43.7643;5.86599;331;20220517;29.3;10.3;19.8;2;13;0;5.6;29177
+70096;43.7643;5.86599;331;20220518;30;11.8;20.9;1.8;14.53;0;5.62;29279
+70096;43.7643;5.86599;331;20220519;28.4;13;20.7;1.7;12.83;0;5.37;27995
+70096;43.7643;5.86599;331;20220520;29.9;11.3;20.6;1.6;12;0;5.57;29214
+70096;43.7643;5.86599;331;20220521;31;11.9;21.4;1.8;13.6;0;5.89;29570
+70096;43.7643;5.86599;331;20220522;30.8;13.7;22.2;1.9;16.58;.1;5.74;29019
+70096;43.7643;5.86599;331;20220523;27.2;13.4;20.3;2.2;15;.1;5.13;26626
+70096;43.7643;5.86599;331;20220524;25.6;13.6;19.6;2.2;13.55;1.3;4.95;25359
+70096;43.7643;5.86599;331;20220525;23.5;13.2;18.3;1.3;13.48;2.4;4.14;23250
+70096;43.7643;5.86599;331;20220526;27.4;11.1;19.2;1.3;14.38;.1;5.08;28893
+70096;43.7643;5.86599;331;20220527;31.9;14;22.9;1.6;14.48;0;6.04;30075
+70096;43.7643;5.86599;331;20220528;29;12.6;20.8;2.6;12.8;0;6.08;28979
+70096;43.7643;5.86599;331;20220529;27.2;10.3;18.8;2.7;9.4;0;6.13;29623
+70096;43.7643;5.86599;331;20220530;25.2;10.3;17.7;1.6;11.65;0;4.97;28249
+70096;43.7643;5.86599;331;20220531;26.9;13.3;20.1;1.7;13.75;.1;5.13;27150
+70096;43.7643;5.86599;331;20220601;30.8;11.5;21.2;1.8;13.33;0;6.04;30417
+70096;43.7643;5.86599;331;20220602;31;12.1;21.6;1.6;14.3;0;5.9;30476
+70096;43.7643;5.86599;331;20220603;29.4;17.3;23.3;2.2;15.9;4.2;5.57;25543
+70096;43.7643;5.86599;331;20220604;32.9;16.7;24.8;2.4;16.03;0;6.6;29321
+70096;43.7643;5.86599;331;20220605;31.9;16.1;24;1.9;15.88;0;6.22;29295
+70096;43.7643;5.86599;331;20220606;31.5;13.8;22.6;2.8;13.63;.1;6.79;30624
+70096;43.7643;5.86599;331;20220607;28.1;15.7;21.9;3.9;12.33;0;6.44;25855
+70096;43.7643;5.86599;331;20220608;26.8;13.6;20.2;2.9;11.1;0;5.85;26699
+70096;43.7643;5.86599;331;20220609;25.4;17.2;21.3;6;10.13;0;6.91;21679
+70096;43.7643;5.86599;331;20220610;30.1;11.8;20.9;2.6;8.83;0;6.74;30363
+70096;43.7643;5.86599;331;20220611;32.5;11.3;21.9;2.2;9.83;0;6.78;30872
+70096;43.7643;5.86599;331;20220612;34.2;11.9;23.1;2.1;11.55;0;6.87;30901
+70096;43.7643;5.86599;331;20220613;34.9;15.8;25.3;2.4;13.95;0;7.3;30926
+70096;43.7643;5.86599;331;20220614;33.7;13;23.3;2.2;13.5;0;6.79;30949
+70096;43.7643;5.86599;331;20220615;33.6;15.8;24.7;1.7;15.35;.1;6.5;30921
+70096;43.7643;5.86599;331;20220616;36.5;16.2;26.3;2.3;15.48;0;7.42;30984
+70096;43.7643;5.86599;331;20220617;36.4;16.7;26.5;1.8;15.35;0;7.05;30996
+70096;43.7643;5.86599;331;20220618;35;17.7;26.4;2;16.98;0;6.94;30835
+70096;43.7643;5.86599;331;20220619;33.3;18;25.7;2.3;15.3;0;6.8;29368
+70096;43.7643;5.86599;331;20220620;33.2;14.2;23.7;1.8;11.83;0;6.65;31015
+70096;43.7643;5.86599;331;20220621;32.3;15.5;23.9;1.8;15.15;1.2;6.34;30321
+70096;43.7643;5.86599;331;20220622;26.9;19.9;23.4;1.7;20.7;3.8;4.2;19964
+70096;43.7643;5.86599;331;20220623;26.5;16.8;21.6;2.1;18.43;1.1;4.68;23708
+70096;43.7643;5.86599;331;20220624;27.8;16.2;22;2.4;16.7;1.5;5.35;25710
+70096;43.7643;5.86599;331;20220625;31;13.4;22.2;1.7;14.35;0;6.09;30736
+70096;43.7643;5.86599;331;20220626;31.9;17.2;24.6;2.2;16.05;0;6.35;28805
+70096;43.7643;5.86599;331;20220627;32.7;15.3;24;2;15.95;0;6.51;30751
+70096;43.7643;5.86599;331;20220628;30.7;16.5;23.6;1.9;17.03;5.5;5.76;27760
+70096;43.7643;5.86599;331;20220629;31.7;13.4;22.6;1.9;15.6;0;6.27;30902
+70096;43.7643;5.86599;331;20220630;30.9;13.2;22.1;1.9;15.2;0;6.14;30802
+70096;43.7643;5.86599;331;20220701;29.2;15;22.1;2.7;13.8;0;6.12;28194
+70096;43.7643;5.86599;331;20220702;34.7;10.5;22.6;1.8;11.23;0;6.66;30808
+70096;43.7643;5.86599;331;20220703;36.1;14.1;25.1;2;11.43;0;7.12;30770
+70096;43.7643;5.86599;331;20220704;35;18.6;26.8;1.7;14.4;.2;6.7;30085
+70096;43.7643;5.86599;331;20220705;34.9;17.1;26;2.4;15.55;0;7.17;30664
+70096;43.7643;5.86599;331;20220706;33.6;16.1;24.8;2.5;12.65;0;7.06;29845
+70096;43.7643;5.86599;331;20220707;34.1;13;23.6;2.3;12.9;0;6.95;30589
+70096;43.7643;5.86599;331;20220708;32.6;16.4;24.5;2.1;13.33;0;6.57;29526
+70096;43.7643;5.86599;331;20220709;33;15.9;24.5;2.1;13.55;0;6.64;29982
+70096;43.7643;5.86599;331;20220710;33.1;15.4;24.3;1.8;14.53;0;6.44;30367
+70096;43.7643;5.86599;331;20220711;33.7;15.3;24.5;1.9;15.3;0;6.52;30359
+70096;43.7643;5.86599;331;20220712;33.7;15.8;24.7;2.3;16.35;0;6.7;30294
+70096;43.7643;5.86599;331;20220713;33.6;15.6;24.6;1.9;17.35;0;6.38;29959
+70096;43.7643;5.86599;331;20220714;34.9;16.9;25.9;2;16.28;0;6.76;30156
+70096;43.7643;5.86599;331;20220715;36.9;16.3;26.6;2.2;15.53;0;7.17;30076
+70096;43.7643;5.86599;331;20220716;35.6;16.2;25.9;1.9;16.08;0;6.65;29508
+70096;43.7643;5.86599;331;20220717;35.6;16.4;26;1.6;18.03;0;6.45;29793
+70096;43.7643;5.86599;331;20220718;36.6;19.9;28.3;1.8;19.53;.1;6.7;29083
+70096;43.7643;5.86599;331;20220719;35.8;20;27.9;1.9;18.83;0;6.64;28487
+70096;43.7643;5.86599;331;20220720;36.3;17.9;27.1;1.8;15.7;0;6.77;29482
+70096;43.7643;5.86599;331;20220721;37.2;17.4;27.3;1.7;14.9;0;6.75;29582
+70096;43.7643;5.86599;331;20220722;37;15.9;26.4;1.9;15.18;0;6.8;29489
+70096;43.7643;5.86599;331;20220723;34.9;17.3;26.1;2.2;16.75;0;6.73;29175
+70096;43.7643;5.86599;331;20220724;36.2;17.8;27;1.8;17.4;0;6.6;29294
+70096;43.7643;5.86599;331;20220725;36.5;16.3;26.4;1.9;16.67;0;6.63;29126
+70096;43.7643;5.86599;331;20220726;33.4;18.4;25.9;3.1;15.28;0;6.9;27194
+70096;43.7643;5.86599;331;20220727;32.6;15.6;24.1;2.2;14.38;0;6.28;28444
+70096;43.7643;5.86599;331;20220728;34.1;13.8;24;1.8;13.78;0;6.2;28874
+70096;43.7643;5.86599;331;20220729;31.1;16.3;23.7;2.1;15.38;.1;5.78;26806
+70096;43.7643;5.86599;331;20220730;34.5;16.3;25.4;2.1;13.48;0;6.6;28534
+70096;43.7643;5.86599;331;20220731;35.4;15;25.2;1.8;11.83;0;6.41;28533
+70096;43.7643;5.86599;331;20220801;36.8;16.5;26.6;1.8;12.23;0;6.58;28414
+70096;43.7643;5.86599;331;20220802;35.6;14.6;25.1;1.8;13.65;0;6.3;28292
+70096;43.7643;5.86599;331;20220803;35.7;17.8;26.8;1.8;16.4;0;6.35;28146
+70096;43.7643;5.86599;331;20220804;36.2;18.5;27.3;1.7;15.08;0;6.31;27838
+70096;43.7643;5.86599;331;20220805;35.8;16.7;26.2;1.9;15.15;0;6.38;27914
+70096;43.7643;5.86599;331;20220806;36.6;16.9;26.7;1.8;15.4;0;6.38;27784
+70096;43.7643;5.86599;331;20220807;33.6;15.7;24.7;1.9;14.38;0;6.04;27471
+70096;43.7643;5.86599;331;20220808;34.4;15.9;25.1;1.6;15.4;0;5.86;27426
+70096;43.7643;5.86599;331;20220809;35;16.4;25.7;1.8;15.55;0;6.05;27378
+70096;43.7643;5.86599;331;20220810;34.2;16.2;25.2;1.6;15.2;2.2;5.77;26888
+70096;43.7643;5.86599;331;20220811;33.3;16.8;25.1;1.4;16.88;0;5.44;26501
+70096;43.7643;5.86599;331;20220812;35.9;15.4;25.6;1.8;17.68;0;5.97;26953
+70096;43.7643;5.86599;331;20220813;33.2;18.5;25.8;2.3;19.85;.2;5.57;24750
+70096;43.7643;5.86599;331;20220814;29.8;20;24.9;1.7;17.35;11.9;4.51;20149
+70096;43.7643;5.86599;331;20220815;31.6;14.3;22.9;1.6;16.4;0;5.17;26173
+70096;43.7643;5.86599;331;20220816;32.4;14.7;23.5;2;16.48;.8;5.52;26297
+70096;43.7643;5.86599;331;20220817;25.5;19.2;22.4;2.9;19.5;5;3.48;14992
+70096;43.7643;5.86599;331;20220818;27.6;14.4;21;2.4;16.73;13.2;4.46;22826
+70096;43.7643;5.86599;331;20220819;29.1;14.7;21.9;3.2;15.5;0;5.27;23801
+70096;43.7643;5.86599;331;20220820;31.6;15;23.3;2.2;14.7;0;5.39;24710
+70096;43.7643;5.86599;331;20220821;30.6;15;22.8;2.1;15.3;0;5.1;24429
+70096;43.7643;5.86599;331;20220822;31.6;13.3;22.5;1.9;14.25;0;5.19;25407
+70096;43.7643;5.86599;331;20220823;32.9;14;23.5;1.6;14.85;0;5.12;25243
+70096;43.7643;5.86599;331;20220824;32.7;15.9;24.3;1.6;16.48;0;5.07;24649
+70096;43.7643;5.86599;331;20220825;32.9;15.4;24.1;1.7;16.55;0;5.16;24779
+70096;43.7643;5.86599;331;20220826;32.2;17;24.6;1.5;18.65;1.2;4.71;23263
+70096;43.7643;5.86599;331;20220827;31.4;15.1;23.3;1.5;17.55;.8;4.62;23814
+70096;43.7643;5.86599;331;20220828;31.2;16.2;23.7;1.4;17.35;0;4.52;22782
+70096;43.7643;5.86599;331;20220829;32.6;14.2;23.4;1.7;16.83;.3;4.91;24222
+70096;43.7643;5.86599;331;20220830;30.7;18.5;24.6;1.8;19.65;1.4;4.28;20147
+70096;43.7643;5.86599;331;20220831;29.1;14.1;21.6;1.6;16.55;0;4.18;22039
+70096;43.7643;5.86599;331;20220901;31.5;14.3;22.9;1.8;15.33;.1;4.77;23492
+70096;43.7643;5.86599;331;20220902;27.3;14.8;21;1.5;17.18;6.5;3.71;20183
+70096;43.7643;5.86599;331;20220903;28.4;14.8;21.6;1.5;17.18;3;3.88;20801
+70096;43.7643;5.86599;331;20220904;29.6;13.9;21.8;1.5;17.13;.8;4.08;22107
+70096;43.7643;5.86599;331;20220905;30.3;15.2;22.8;1.6;17.8;0;4.16;21582
+70096;43.7643;5.86599;331;20220906;30.2;15.6;22.9;1.8;17.98;2.4;4.18;21022
+70096;43.7643;5.86599;331;20220907;27.6;17.3;22.5;1.9;19.73;16;3.46;17474
+70096;43.7643;5.86599;331;20220908;27.1;14.5;20.8;2.1;16.08;.1;3.77;19181
+70096;43.7643;5.86599;331;20220909;26.4;12.9;19.6;2.3;13.08;0;3.98;19347
+70096;43.7643;5.86599;331;20220910;25.5;12.4;19;2.7;11.85;0;4.07;18915
+70096;43.7643;5.86599;331;20220911;28.8;9.6;19.2;1.4;11.63;.1;3.83;21216
+70096;43.7643;5.86599;331;20220912;30.7;11.2;21;1.4;14.33;0;3.98;21659
+70096;43.7643;5.86599;331;20220913;29;14.5;21.7;1.4;17.85;1.4;3.57;19831
+70096;43.7643;5.86599;331;20220914;23.3;18.6;21;1.9;19.7;7.3;2.22;10437
+70096;43.7643;5.86599;331;20220915;28.7;15.8;22.3;2.5;16.35;0;3.98;18338
+70096;43.7643;5.86599;331;20220916;25.6;15.6;20.6;4.2;13.23;0;4.37;15558
+70096;43.7643;5.86599;331;20220917;23.4;14;18.7;5.4;7.73;0;5.36;15320
+70096;43.7643;5.86599;331;20220918;25.1;6.7;15.9;1.7;8.6;0;3.45;20125
+70096;43.7643;5.86599;331;20220919;26.1;5.6;15.9;2;8.58;0;3.8;20311
+70096;43.7643;5.86599;331;20220920;26.6;6.5;16.6;1.7;10.03;.1;3.46;20120
+70096;43.7643;5.86599;331;20220921;24.3;6.9;15.6;1.9;10.65;0;3.22;19574
+70096;43.7643;5.86599;331;20220922;23.9;9.9;16.9;1.5;12.45;0;2.82;17454
+70096;43.7643;5.86599;331;20220923;23.2;11.2;17.2;1.2;12.65;6.9;2.6;16106
+70096;43.7643;5.86599;331;20220924;16.8;13.8;15.3;1.7;14.85;14.6;1.44;7996
+70096;43.7643;5.86599;331;20220925;21.8;12.7;17.3;1.3;13.98;.4;2.29;13938
+70096;43.7643;5.86599;331;20220926;21.2;7.8;14.5;2.5;10.4;0;2.89;16757
+70096;43.7643;5.86599;331;20220927;18.7;9.5;14.1;4;9.3;0;3.07;13509
+70096;43.7643;5.86599;331;20220928;21.5;9.3;15.4;3.3;11.5;.1;2.98;15375
+70096;43.7643;5.86599;331;20220929;20.1;9.8;15;2.4;11.08;0;2.55;14009
+70096;43.7643;5.86599;331;20220930;19.5;8.5;14;1.5;9.63;.1;2.27;14287
+70096;43.7643;5.86599;331;20221001;19.9;4.7;12.3;2;10.25;0;2.39;16666
+70096;43.7643;5.86599;331;20221002;25.7;10.4;18;2.8;12.7;.1;3.35;16374
+70096;43.7643;5.86599;331;20221003;26.3;11.3;18.8;1.8;11.48;0;3.04;16236
+70096;43.7643;5.86599;331;20221004;27.5;8.4;18;1.5;12.1;.2;2.91;17354
+70096;43.7643;5.86599;331;20221005;25.7;9.3;17.5;1.4;13.23;.2;2.59;16671
+70096;43.7643;5.86599;331;20221006;26.3;8.5;17.4;1;12.98;.1;2.44;16937
+70096;43.7643;5.86599;331;20221007;25.2;9.2;17.2;1.5;12.68;.4;2.52;16101
+70096;43.7643;5.86599;331;20221008;19.1;10.4;14.8;1.1;14;1.5;1.56;11343
+70096;43.7643;5.86599;331;20221009;19.8;13.6;16.7;1.4;15.43;0;1.53;9376
+70096;43.7643;5.86599;331;20221010;22.6;12.9;17.7;1.3;14.75;.1;1.91;12051
+70096;43.7643;5.86599;331;20221011;23.8;10;16.9;1.3;13.53;0;2.09;14331
+70096;43.7643;5.86599;331;20221012;23.4;11.6;17.5;1.2;13.53;.8;1.98;12908
+70096;43.7643;5.86599;331;20221013;22.6;8.4;15.5;1.4;12.68;0;2.03;14132
+70096;43.7643;5.86599;331;20221014;24;10.9;17.4;2;13.08;.1;2.38;13289
+70096;43.7643;5.86599;331;20221015;25.9;8.4;17.1;1.7;12.68;.1;2.45;15085
+70096;43.7643;5.86599;331;20221016;24.2;10.8;17.5;1.6;13.85;.2;2.1;13233
+70096;43.7643;5.86599;331;20221017;25.3;10.1;17.7;1.7;13.48;.1;2.22;13691
+70096;43.7643;5.86599;331;20221018;26.1;10;18;1.2;12.95;.2;2.11;14157
+70096;43.7643;5.86599;331;20221019;25;8;16.5;1.3;13.25;.1;1.96;14163
+70096;43.7643;5.86599;331;20221020;22.1;10.9;16.5;1.8;14.53;.6;1.75;11422
+70096;43.7643;5.86599;331;20221021;21.3;15.8;18.5;3.3;17.1;0;1.68;7453
+70096;43.7643;5.86599;331;20221022;23.7;16;19.8;2;17.6;0;1.78;9085
+70096;43.7643;5.86599;331;20221023;24;14.9;19.4;2.7;16.33;0;2.09;9698
+70096;43.7643;5.86599;331;20221024;24.3;15.3;19.8;2;16.8;0;1.85;9368
+70096;43.7643;5.86599;331;20221025;26.4;11.3;18.8;1.3;14.58;.1;1.89;12458
+70096;43.7643;5.86599;331;20221026;24.4;11.2;17.8;1.5;14.75;.2;1.72;11377
+70096;43.7643;5.86599;331;20221027;25.9;10.5;18.2;1.2;14;.1;1.73;12232
+70096;43.7643;5.86599;331;20221028;27.4;9.1;18.3;1.4;12.38;0;1.99;12830
+70096;43.7643;5.86599;331;20221029;26.8;8.7;17.8;1.4;10.8;0;2;12670
+70096;43.7643;5.86599;331;20221030;24.3;7.5;15.9;1.4;10.33;.1;1.78;12228
+70096;43.7643;5.86599;331;20221031;22.8;7.2;15;2;12.08;8.3;1.75;11687
+70096;43.7643;5.86599;331;20221101;22;13.6;17.8;2;14.33;16.9;1.59;8184
+70096;43.7643;5.86599;331;20221102;20.7;8.4;14.6;1.3;11.9;.2;1.32;10276
+70096;43.7643;5.86599;331;20221103;14.3;6.6;10.4;1.9;11.78;31.8;.79;7800
+70096;43.7643;5.86599;331;20221104;14;8.4;11.2;3.9;9.03;.3;1.67;6381
+70096;43.7643;5.86599;331;20221105;17.7;5.8;11.7;2.9;6.78;0;2.14;9387
+70096;43.7643;5.86599;331;20221106;19.5;2.2;10.9;1.3;7.45;.1;1.27;11337
+70096;43.7643;5.86599;331;20221107;20.2;2;11.1;1.3;8.18;.1;1.22;11084
+70096;43.7643;5.86599;331;20221108;15.7;4.3;10;1.7;9.98;0;.97;9021
+70096;43.7643;5.86599;331;20221109;18.7;10.1;14.4;2;13.15;11.9;1.14;7327
+70096;43.7643;5.86599;331;20221110;18.8;7.7;13.3;1.1;12.05;.1;.91;8650
+70096;43.7643;5.86599;331;20221111;20.9;6.4;13.7;1.2;10.75;.1;1.09;9810
+70096;43.7643;5.86599;331;20221112;18.2;4.8;11.5;1.2;10.38;0;.95;9365
+70096;43.7643;5.86599;331;20221113;15.5;8.8;12.2;1.1;10.65;.1;.87;6427
+70096;43.7643;5.86599;331;20221114;14.7;4.5;9.6;1.5;10.23;4.6;.77;7802
+70096;43.7643;5.86599;331;20221115;14;9.8;11.9;2.3;12.6;3.9;.68;4829
+70096;43.7643;5.86599;331;20221116;18.5;8.8;13.7;1.8;11.38;0;1.1;7515
+70096;43.7643;5.86599;331;20221117;17.9;6.3;12.1;1.8;10.7;1.3;1.04;8171
+70096;43.7643;5.86599;331;20221118;14.8;8.4;11.6;3.8;9.15;0;1.58;5877
+70096;43.7643;5.86599;331;20221119;14.7;1.4;8;2.2;6.53;0;1.23;8372
+70096;43.7643;5.86599;331;20221120;13.5;.7;7.1;2.6;6.18;.1;1.31;8099
+70096;43.7643;5.86599;331;20221121;9.4;3.3;6.3;2.4;7.65;6.9;.78;5555
+70096;43.7643;5.86599;331;20221122;12.2;6.7;9.5;5.4;7.2;0;1.93;5135
+70096;43.7643;5.86599;331;20221123;12;3.4;7.7;2.7;7.65;0;.99;6527
+70096;43.7643;5.86599;331;20221124;16.6;5.5;11.1;2.3;7.38;0;1.43;7373
+70096;43.7643;5.86599;331;20221125;16.2;4.6;10.4;1.6;8.4;0;.93;7529
+70096;43.7643;5.86599;331;20221126;16;2.8;9.4;1.6;6.7;0;1.07;7833
+70096;43.7643;5.86599;331;20221127;13.9;-.1;6.9;1.1;6.55;.1;.62;8060
+70096;43.7643;5.86599;331;20221128;7.7;2.7;5.2;1.6;7.83;10.3;.49;4700
+70096;43.7643;5.86599;331;20221129;8.1;2.8;5.5;.9;7.75;0;.41;4678
+70096;43.7643;5.86599;331;20221130;13.2;-.7;6.2;1.1;6.48;.1;.55;7921
+70096;43.7643;5.86599;331;20221201;12;0;6;1.3;6.75;.1;.59;7149
+70096;43.7643;5.86599;331;20221202;10.3;.1;5.2;1.2;6.75;.6;.51;6624
+70096;43.7643;5.86599;331;20221203;8.5;2.1;5.3;2.3;8.53;20.9;.38;4860
+70096;43.7643;5.86599;331;20221204;10.8;7.2;9;2.2;9.9;15.8;.6;3669
+70096;43.7643;5.86599;331;20221205;12.3;1.5;6.9;1.2;7.45;0;.51;6654
+70096;43.7643;5.86599;331;20221206;12.6;-.6;6;1.4;5.88;0;.66;7406
+70096;43.7643;5.86599;331;20221207;9.9;-3.5;3.2;1;5.45;.1;.45;7341
+70096;43.7643;5.86599;331;20221208;6.9;-2.5;2.2;1.5;6.55;20.5;.31;6024
+70096;43.7643;5.86599;331;20221209;11.6;5.2;8.4;2.4;10.73;4;.37;4787
+70096;43.7643;5.86599;331;20221210;8.8;4.9;6.8;2;7.88;0;.65;3545
+70096;43.7643;5.86599;331;20221211;5.1;-4.3;.4;1.9;4.35;0;.59;5910
+70096;43.7643;5.86599;331;20221212;7.1;-5.2;1;1.3;4.58;7.8;.47;6880
+70096;43.7643;5.86599;331;20221213;5.1;1.5;3.3;1.8;7.68;10.5;.24;3413
+70096;43.7643;5.86599;331;20221214;9.4;4.5;7;1.6;9.03;.1;.4;4122
+70096;43.7643;5.86599;331;20221215;11.8;6.1;9;2.3;10.58;20.6;.43;4422
+70096;43.7643;5.86599;331;20221216;8.9;7;8;2;9.7;0;.48;2315
+70096;43.7643;5.86599;331;20221217;11.6;-.4;5.6;1.4;6.9;0;.49;6741
+70096;43.7643;5.86599;331;20221218;12.1;.4;6.2;1.8;7.35;0;.6;6450
+70096;43.7643;5.86599;331;20221219;10.7;5.8;8.2;1.7;9.15;0;.54;4095
+70096;43.7643;5.86599;331;20221220;14.1;7.4;10.8;2.2;11.13;2.7;.62;4614
+70096;43.7643;5.86599;331;20221221;13.1;10.9;12;2.3;11.83;7.9;.72;2451
+70096;43.7643;5.86599;331;20221222;16.2;4.6;10.4;2.1;9.45;0;.84;6378
+70096;43.7643;5.86599;331;20221223;18.9;7.5;13.2;2.3;11.13;0;1.03;6279
+70096;43.7643;5.86599;331;20221224;18.7;10;14.4;2.1;10.95;0;1.12;5575
+70096;43.7643;5.86599;331;20221225;16.2;3.3;9.8;1.8;9.68;0;.6;6786
+70096;43.7643;5.86599;331;20221226;15.5;5.4;10.4;1.1;9.98;0;.5;6018
+70096;43.7643;5.86599;331;20221227;13.8;3.5;8.6;1.4;8.28;0;.64;5946
+70096;43.7643;5.86599;331;20221228;14.2;.1;7.2;1.5;7.05;0;.66;7312
+70096;43.7643;5.86599;331;20221229;13.8;5.7;9.8;1.6;10.03;0;.57;5199
+70096;43.7643;5.86599;331;20221230;12.8;6.2;9.5;1.1;10.3;0;.45;4940
+70096;43.7643;5.86599;331;20221231;14.8;4.3;9.6;2;9.9;.1;.59;6209
+70097;43.77626;6.17541;655;20220101;16.8;7;11.9;2.4;7.79;.1;1.38;6248
+70097;43.77626;6.17541;655;20220102;8.9;3.5;6.2;1.3;8.29;.1;.43;4650
+70097;43.77626;6.17541;655;20220103;12.7;2.2;7.4;1.9;7.39;0;.77;6536
+70097;43.77626;6.17541;655;20220104;10.6;3.2;6.9;1.6;8.79;1;.46;5511
+70097;43.77626;6.17541;655;20220105;7.9;4.7;6.3;6.7;5.89;.5;1.83;3632
+70097;43.77626;6.17541;655;20220106;7;.3;3.6;6.7;3.49;.1;2.24;5308
+70097;43.77626;6.17541;655;20220107;7.5;-1.8;2.8;4.2;3.89;.4;1.51;6304
+70097;43.77626;6.17541;655;20220108;9.8;.5;5.1;4.4;5.79;2.3;1.34;6349
+70097;43.77626;6.17541;655;20220109;6.8;3;4.9;4.6;5.79;0;1.28;4074
+70097;43.77626;6.17541;655;20220110;8;2.5;5.2;6.6;4.69;0;2.08;4948
+70097;43.77626;6.17541;655;20220111;9.8;-.8;4.5;5.1;3.59;0;2.15;6942
+70097;43.77626;6.17541;655;20220112;8;-2.4;2.8;3.6;3.39;0;1.55;6934
+70097;43.77626;6.17541;655;20220113;11.1;-2.1;4.5;2;2.99;0;1.28;7885
+70097;43.77626;6.17541;655;20220114;11.9;-2.3;4.8;2.7;3.29;0;1.6;8254
+70097;43.77626;6.17541;655;20220115;14.2;1.1;7.6;1.9;3.99;0;1.36;8000
+70097;43.77626;6.17541;655;20220116;12;-.3;5.8;2.7;3.89;0;1.58;7825
+70097;43.77626;6.17541;655;20220117;12.4;1.5;6.9;4.8;3.39;0;2.63;7436
+70097;43.77626;6.17541;655;20220118;11.8;-.8;5.5;2.3;5.79;0;1.06;8078
+70097;43.77626;6.17541;655;20220119;7.9;-1.1;3.4;2.2;6.99;.1;.53;6891
+70097;43.77626;6.17541;655;20220120;9.2;-.1;4.5;4.5;4.69;0;1.68;7080
+70097;43.77626;6.17541;655;20220121;9.1;.6;4.8;5.2;3.99;0;2.11;6839
+70097;43.77626;6.17541;655;20220122;10.3;-2.1;4.1;3.4;3.79;0;1.69;8360
+70097;43.77626;6.17541;655;20220123;12.7;.7;6.7;2.8;4.69;0;1.63;8315
+70097;43.77626;6.17541;655;20220124;11.4;-1.6;4.9;1.5;5.49;0;.88;8754
+70097;43.77626;6.17541;655;20220125;9.5;-.7;4.4;1.6;6.49;0;.71;7838
+70097;43.77626;6.17541;655;20220126;11.2;-2.3;4.4;1.6;5.09;0;.96;9128
+70097;43.77626;6.17541;655;20220127;11.8;-2;4.9;2;4.59;0;1.23;9338
+70097;43.77626;6.17541;655;20220128;13.9;-.4;6.7;2.9;3.99;0;1.94;9619
+70097;43.77626;6.17541;655;20220129;13.9;1.3;7.6;3;3.59;0;2.14;9135
+70097;43.77626;6.17541;655;20220130;15;2.2;8.6;2.8;4.79;0;1.97;9320
+70097;43.77626;6.17541;655;20220131;12.9;1.3;7.1;7.3;4.29;0;3.14;8978
+70097;43.77626;6.17541;655;20220201;10.5;.3;5.4;3.5;3.99;0;1.91;8520
+70097;43.77626;6.17541;655;20220202;17.9;5.1;11.5;5.9;5.89;0;3.45;9668
+70097;43.77626;6.17541;655;20220203;16.2;6.6;11.4;2.9;7.49;0;1.89;8472
+70097;43.77626;6.17541;655;20220204;11.5;6.1;8.8;1.6;8.09;0;1;6423
+70097;43.77626;6.17541;655;20220205;13.6;3.8;8.7;2.3;6.09;0;1.57;8777
+70097;43.77626;6.17541;655;20220206;10.8;2;6.4;4.7;5.29;0;2.02;8420
+70097;43.77626;6.17541;655;20220207;14.7;5;9.8;6;4.79;0;3.34;8955
+70097;43.77626;6.17541;655;20220208;14;1.9;7.9;3;4.39;0;2.16;10134
+70097;43.77626;6.17541;655;20220209;12.5;-.1;6.2;1.6;7.09;.1;1.07;10474
+70097;43.77626;6.17541;655;20220210;6.3;0;3.1;1.7;5.95;0;1.27;12600
+70097;43.77626;6.17541;655;20220211;13.9;-2;6;4;5.55;0;2.23;12000
+70097;43.77626;6.17541;655;20220212;12.4;0;6.2;2.2;5.25;0;1.64;11800
+70097;43.77626;6.17541;655;20220213;10.5;-3.6;3.5;1.4;5.75;1.6;1.08;10700
+70097;43.77626;6.17541;655;20220214;6;3;4.5;1.4;7.75;19.2;.61;900
+70097;43.77626;6.17541;655;20220215;9.2;-1.5;3.9;3.8;5.25;0;1.72;12800
+70097;43.77626;6.17541;655;20220216;9.9;1.2;5.5;3.1;6.69;0;1.31;9505
+70097;43.77626;6.17541;655;20220217;18.3;5.5;11.9;4.8;7.89;.1;2.87;11685
+70097;43.77626;6.17541;655;20220218;17.9;7.6;12.7;3.1;8.09;0;2.36;10611
+70097;43.77626;6.17541;655;20220219;12.2;5.4;8.8;4;6.69;0;2.05;8723
+70097;43.77626;6.17541;655;20220220;15.8;3;9.4;3.8;4.99;0;2.81;12134
+70097;43.77626;6.17541;655;20220221;10.6;4.9;7.7;6.9;6.09;.4;2.47;8185
+70097;43.77626;6.17541;655;20220222;14;3;8.5;5.7;5.09;0;3.09;11530
+70097;43.77626;6.17541;655;20220223;16.1;4.9;10.5;4.4;4.79;0;3.28;11779
+70097;43.77626;6.17541;655;20220224;10.6;2.2;6.4;3.1;6.79;.1;1.53;10322
+70097;43.77626;6.17541;655;20220225;13;4.4;8.7;5;4.99;0;2.92;10574
+70097;43.77626;6.17541;655;20220226;12.3;.4;6.3;3.9;4.09;0;2.58;12598
+70097;43.77626;6.17541;655;20220227;8.8;-2;3.4;2.9;5.19;0;1.54;12146
+70097;43.77626;6.17541;655;20220228;11.3;-2.3;4.5;3.2;5.59;0;1.81;13800
+70097;43.77626;6.17541;655;20220301;10.3;-.1;5.1;2.7;5.89;0;1.62;12208
+70097;43.77626;6.17541;655;20220302;9.5;2.7;6.1;1.5;6.39;0;1.32;9982
+70097;43.77626;6.17541;655;20220303;11.7;.1;5.9;2.3;7.29;0;1.5;13205
+70097;43.77626;6.17541;655;20220304;12.6;-.3;6.1;2.3;7.49;1.9;1.58;14092
+70097;43.77626;6.17541;655;20220305;8.4;3.4;5.9;2.1;6.89;0;1.28;8860
+70097;43.77626;6.17541;655;20220306;8.1;.9;4.5;2.4;5.79;0;1.45;10764
+70097;43.77626;6.17541;655;20220307;9.8;-1.9;3.9;2.3;4.79;0;1.77;13891
+70097;43.77626;6.17541;655;20220308;9.7;-2.3;3.7;2.3;5.39;0;1.65;14230
+70097;43.77626;6.17541;655;20220309;11.4;1.8;6.6;2;6.59;0;1.69;12867
+70097;43.77626;6.17541;655;20220310;11.4;-.4;5.5;2;7.09;.1;1.59;14430
+70097;43.77626;6.17541;655;20220311;10.2;4.3;7.2;4.1;6.39;0;2.05;10305
+70097;43.77626;6.17541;655;20220312;11.9;7.3;9.6;6.8;5.09;.1;3.52;9195
+70097;43.77626;6.17541;655;20220313;9.8;7.1;8.4;6.3;6.49;2.2;2.47;7112
+70097;43.77626;6.17541;655;20220314;13.9;4.1;9;2.7;8.59;.5;1.94;13734
+70097;43.77626;6.17541;655;20220315;14.5;6.7;10.6;2.1;7.89;0;2.1;12379
+70097;43.77626;6.17541;655;20220316;15.8;4.4;10.1;2;9.49;0;2.03;15133
+70097;43.77626;6.17541;655;20220317;12.6;7.8;10.2;.9;10.39;0;1.39;9908
+70097;43.77626;6.17541;655;20220318;15.8;7.5;11.6;1.9;10.15;.2;1.81;10100
+70097;43.77626;6.17541;655;20220319;14.1;5.6;9.9;2;7.65;0;1.93;11500
+70097;43.77626;6.17541;655;20220320;11.9;2.5;7.2;2.1;5.75;0;1.97;8600
+70097;43.77626;6.17541;655;20220321;13.2;2.4;7.8;2.5;4.95;0;2.73;18400
+70097;43.77626;6.17541;655;20220322;13.3;-2.6;5.3;3.6;4.39;0;3.48;19500
+70097;43.77626;6.17541;655;20220323;16;-1.9;7;2.6;4.45;0;3.18;20300
+70097;43.77626;6.17541;655;20220324;17.9;-1.4;8.3;2.9;4.15;0;3.74;20400
+70097;43.77626;6.17541;655;20220325;18;-.9;8.5;2.6;4.95;0;3.46;20200
+70097;43.77626;6.17541;655;20220326;18.8;.5;9.7;2.7;5.15;0;3.72;20200
+70097;43.77626;6.17541;655;20220327;18;3;10.5;2.3;5.15;0;3.19;12800
+70097;43.77626;6.17541;655;20220328;19.5;1.4;10.4;2.4;4.65;0;3.72;19900
+70097;43.77626;6.17541;655;20220329;17.7;2.8;10.2;2.5;6.15;1.2;3.14;14700
+70097;43.77626;6.17541;655;20220330;11;6.4;8.7;1.8;9.55;9.4;1.25;5500
+70097;43.77626;6.17541;655;20220331;14.8;4;9.4;4;7.45;.1;3.39;19700
+70097;43.77626;6.17541;655;20220401;5.3;1.5;3.4;8.1;3.95;.3;2.98;14900
+70097;43.77626;6.17541;655;20220402;5.6;.4;3;8.6;3.55;0;3.87;22100
+70097;43.77626;6.17541;655;20220403;8.1;-1.8;3.2;3.4;5.15;3.4;1.82;8400
+70097;43.77626;6.17541;655;20220404;11.5;-1.6;4.9;2.6;5.55;0;2.86;21300
+70097;43.77626;6.17541;655;20220405;16.4;-2;7.2;2.4;5.25;0;3.45;23300
+70097;43.77626;6.17541;655;20220406;14.5;-1.2;6.6;1.9;7.06;0;2.52;16533
+70097;43.77626;6.17541;655;20220407;14.6;5.2;9.9;2.7;8.55;0;2.32;11800
+70097;43.77626;6.17541;655;20220408;17.8;8.2;13;2.9;9.75;.5;3.22;15800
+70097;43.77626;6.17541;655;20220409;10.1;6.2;8.2;6.5;4.75;0;4.59;25000
+70097;43.77626;6.17541;655;20220410;15.7;-.6;7.5;2.3;4.55;0;3.74;24400
+70097;43.77626;6.17541;655;20220411;13.9;1.2;7.5;2.4;6.05;0;2.25;8400
+70097;43.77626;6.17541;655;20220412;18.7;1.6;10.2;3;7.35;0;3.32;17600
+70097;43.77626;6.17541;655;20220413;20.8;4.2;12.5;2.6;7.45;0;3.9;22000
+70097;43.77626;6.17541;655;20220414;23.1;4.2;13.6;2.5;7.35;0;4.64;24100
+70097;43.77626;6.17541;655;20220415;25.1;7.3;16.2;3;9.95;0;4.79;22700
+70097;43.77626;6.17541;655;20220416;24.4;11.4;17.9;3;8.25;0;4.83;23500
+70097;43.77626;6.17541;655;20220417;19.8;6.5;13.1;3.4;7.45;0;4.78;23900
+70097;43.77626;6.17541;655;20220418;19.5;3;11.3;2.8;8.25;0;4.09;24100
+70097;43.77626;6.17541;655;20220419;20.9;2.8;11.8;3;7.55;0;4.48;24500
+70097;43.77626;6.17541;655;20220420;15;3.9;9.5;2;9.85;5.8;1.7;9100
+70097;43.77626;6.17541;655;20220421;17.4;8.8;13.1;2.2;11.45;.9;2.66;13600
+70097;43.77626;6.17541;655;20220422;18.5;6.6;12.5;2.2;10.45;1.8;3.21;19400
+70097;43.77626;6.17541;655;20220423;11.7;8.2;9.9;3.8;9.55;15.7;1.76;2700
+70097;43.77626;6.17541;655;20220424;12.5;4.1;8.3;1.6;9.55;.6;1.98;13300
+70097;43.77626;6.17541;655;20220425;17.8;6.7;12.2;2.1;9.85;0;3.53;21400
+70097;43.77626;6.17541;655;20220426;19.7;3;11.4;1.7;9.15;0;3.89;25500
+70097;43.77626;6.17541;655;20220427;21.3;3.6;12.4;2.7;8.95;0;4.43;26700
+70097;43.77626;6.17541;655;20220428;22.1;5.6;13.9;2.9;10.05;.1;4.63;25100
+70097;43.77626;6.17541;655;20220429;22.4;5.4;13.9;2.5;9.65;0;4.51;25700
+70097;43.77626;6.17541;655;20220430;20.7;6.9;13.8;1.5;9.75;0;3.26;18100
+70097;43.77626;6.17541;655;20220501;20.3;5.6;12.9;2.5;8.65;0;4.22;24000
+70097;43.77626;6.17541;655;20220502;20.6;4.2;12.4;3.2;8.75;0;4.71;26400
+70097;43.77626;6.17541;655;20220503;17.9;7.2;12.6;2.5;10.15;1.1;3.45;16700
+70097;43.77626;6.17541;655;20220504;20;4.7;12.4;2.7;9.75;.9;4.51;26800
+70097;43.77626;6.17541;655;20220505;14.1;10;12;2.2;10.75;11.8;1.89;9757
+70097;43.77626;6.17541;655;20220506;17.7;7.8;12.7;3.3;10.89;.4;3.35;20776
+70097;43.77626;6.17541;655;20220507;20.6;10;15.3;2.5;11.79;8.1;3.81;21600
+70097;43.77626;6.17541;655;20220508;16.7;10.3;13.5;2.9;12.69;13;2.73;16852
+70097;43.77626;6.17541;655;20220509;21;7.8;14.4;2.6;11.99;1.7;3.96;24328
+70097;43.77626;6.17541;655;20220510;23.3;8.7;16;2.8;12.39;.3;4.53;25700
+70097;43.77626;6.17541;655;20220511;23.5;10.6;17;2.1;11.99;0;4.44;24258
+70097;43.77626;6.17541;655;20220512;23.3;8.8;16;2.4;10.89;0;4.66;25828
+70097;43.77626;6.17541;655;20220513;23.8;9.4;16.6;1.9;10.79;0;4.63;25843
+70097;43.77626;6.17541;655;20220514;25.1;10.1;17.6;2;13.19;.1;4.74;26481
+70097;43.77626;6.17541;655;20220515;25;12.8;18.9;1.9;14.49;.6;4.49;23970
+70097;43.77626;6.17541;655;20220516;25.8;12;18.9;2;12.09;0;4.96;25591
+70097;43.77626;6.17541;655;20220517;28.1;11.7;19.9;2.3;12.39;0;5.64;28003
+70097;43.77626;6.17541;655;20220518;28.1;13.9;21;3.3;14.59;0;5.75;26146
+70097;43.77626;6.17541;655;20220519;26.2;14.2;20.2;2.4;12.39;0;5.15;24114
+70097;43.77626;6.17541;655;20220520;27.9;13.3;20.6;2;11.99;0;5.46;26691
+70097;43.77626;6.17541;655;20220521;29.6;13.1;21.3;2.1;13.09;0;5.87;28469
+70097;43.77626;6.17541;655;20220522;28.7;16.1;22.4;2.3;15.69;0;5.41;24950
+70097;43.77626;6.17541;655;20220523;25.1;12.4;18.7;2.7;12.69;.1;5.07;25124
+70097;43.77626;6.17541;655;20220524;24.1;12.6;18.3;2.1;13.39;.4;4.56;23975
+70097;43.77626;6.17541;655;20220525;20.3;13.4;16.8;3.1;12.19;4.1;3.91;18613
+70097;43.77626;6.17541;655;20220526;24.3;14;19.1;4.5;13.09;2;5.28;22812
+70097;43.77626;6.17541;655;20220527;30;15.8;22.9;4.4;13.39;0;7.06;26861
+70097;43.77626;6.17541;655;20220528;28.4;17.1;22.7;6.7;11.69;0;7.81;24017
+70097;43.77626;6.17541;655;20220529;25;12.8;18.9;5.1;8.69;0;6.65;25016
+70097;43.77626;6.17541;655;20220530;22.4;10.6;16.5;2;11.89;.5;4.42;24658
+70097;43.77626;6.17541;655;20220531;24.7;12.5;18.6;2;12.99;0;4.8;25127
+70097;43.77626;6.17541;655;20220601;28.8;11.6;20.2;2.4;12.89;0;6.05;29905
+70097;43.77626;6.17541;655;20220602;28.8;13.7;21.2;2;13.19;0;5.76;28072
+70097;43.77626;6.17541;655;20220603;27.1;16.8;21.9;2.2;15.49;5.9;5.05;23221
+70097;43.77626;6.17541;655;20220604;30;16.6;23.3;2.7;15.79;0;6.06;26538
+70097;43.77626;6.17541;655;20220605;29.6;15.6;22.6;2.3;15.49;0;5.86;27171
+70097;43.77626;6.17541;655;20220606;28.9;14.3;21.6;3.1;13.19;0;6.3;27791
+70097;43.77626;6.17541;655;20220607;25.6;15.9;20.7;4.8;11.69;0;6.17;22678
+70097;43.77626;6.17541;655;20220608;23.8;14.2;19;3.3;10.39;0;5.33;22590
+70097;43.77626;6.17541;655;20220609;23.4;13.7;18.5;6.3;9.49;0;6.42;22736
+70097;43.77626;6.17541;655;20220610;27.7;13.6;20.6;5.4;8.79;0;7.72;27452
+70097;43.77626;6.17541;655;20220611;30.6;13.5;22;3.2;9.59;0;7.3;30267
+70097;43.77626;6.17541;655;20220612;32.1;14.8;23.4;2.5;11.49;0;7.02;30472
+70097;43.77626;6.17541;655;20220613;32.9;17.1;25;2.6;13.09;0;7.06;29143
+70097;43.77626;6.17541;655;20220614;30.5;16.5;23.5;3.3;13.39;0;6.81;27450
+70097;43.77626;6.17541;655;20220615;31.8;16.8;24.3;2.3;15.99;0;6.41;28433
+70097;43.77626;6.17541;655;20220616;34.7;17.4;26;2.8;14.69;0;7.58;30554
+70097;43.77626;6.17541;655;20220617;33.2;20.2;26.7;3;13.99;0;7.18;26491
+70097;43.77626;6.17541;655;20220618;31.9;19.3;25.6;2.9;16.59;.6;6.56;26088
+70097;43.77626;6.17541;655;20220619;30.4;18.3;24.3;3.3;14.39;0;6.6;25570
+70097;43.77626;6.17541;655;20220620;31.2;16.2;23.7;2.1;11.39;0;6.46;28477
+70097;43.77626;6.17541;655;20220621;29.8;17.4;23.6;2.6;14.39;.8;6.11;25888
+70097;43.77626;6.17541;655;20220622;25.3;18.1;21.7;2;19.39;3.3;4.08;19715
+70097;43.77626;6.17541;655;20220623;23.3;15.8;19.5;3.2;17.29;1.5;4.04;20118
+70097;43.77626;6.17541;655;20220624;25.4;14.3;19.8;3.2;15.49;1.3;5.03;24476
+70097;43.77626;6.17541;655;20220625;28.3;12.4;20.3;2.7;12.89;0;6.11;29290
+70097;43.77626;6.17541;655;20220626;29.9;17.5;23.7;2.9;13.79;0;6.34;25848
+70097;43.77626;6.17541;655;20220627;31.6;16.3;23.9;2.3;14.99;0;6.45;28699
+70097;43.77626;6.17541;655;20220628;29;18.4;23.7;3;15.99;14.5;5.83;23864
+70097;43.77626;6.17541;655;20220629;29.6;15.3;22.4;2.6;14.89;0;6.1;27702
+70097;43.77626;6.17541;655;20220630;30.1;13.3;21.7;2.5;14.49;0;6.32;30001
+70097;43.77626;6.17541;655;20220701;27.7;14.2;20.9;2.9;12.59;0;5.97;26862
+70097;43.77626;6.17541;655;20220702;33;12.9;22.9;2;10.59;0;6.79;30929
+70097;43.77626;6.17541;655;20220703;34.9;16.6;25.7;2.8;10.89;0;7.85;30891
+70097;43.77626;6.17541;655;20220704;32.5;19.5;26;2.3;12.69;.3;6.57;26262
+70097;43.77626;6.17541;655;20220705;33.4;21;27.2;4.3;13.89;0;8.03;25611
+70097;43.77626;6.17541;655;20220706;32.1;17.2;24.6;3.5;11.79;0;7.5;28035
+70097;43.77626;6.17541;655;20220707;32.7;17.9;25.3;4.6;12.19;0;8.29;27895
+70097;43.77626;6.17541;655;20220708;31.5;19.3;25.4;4.9;12.19;0;8.03;25279
+70097;43.77626;6.17541;655;20220709;31.2;17;24.1;3;13.19;0;6.77;27225
+70097;43.77626;6.17541;655;20220710;31.1;18;24.5;3.1;13.49;0;6.71;26097
+70097;43.77626;6.17541;655;20220711;31.2;17.6;24.4;2.5;14.49;0;6.31;26537
+70097;43.77626;6.17541;655;20220712;32.2;16.3;24.2;2.1;15.89;0;6.32;28635
+70097;43.77626;6.17541;655;20220713;32.1;16.5;24.3;2.5;17.29;.1;6.38;28299
+70097;43.77626;6.17541;655;20220714;33.2;18.5;25.8;1.9;16.19;0;6.26;27405
+70097;43.77626;6.17541;655;20220715;35.1;17.7;26.4;3;14.69;0;7.64;29746
+70097;43.77626;6.17541;655;20220716;33.8;19.8;26.8;2.2;15.19;0;6.54;26610
+70097;43.77626;6.17541;655;20220717;32.9;18.2;25.5;2.2;17.99;.2;6.25;27196
+70097;43.77626;6.17541;655;20220718;34.2;20.6;27.4;2.2;17.39;.5;6.44;26084
+70097;43.77626;6.17541;655;20220719;33.3;20.4;26.8;2.8;17.39;0;6.57;25331
+70097;43.77626;6.17541;655;20220720;34.2;20.5;27.3;2.5;15.19;0;6.75;26028
+70097;43.77626;6.17541;655;20220721;35.3;19;27.1;2.8;12.89;0;7.49;28308
+70097;43.77626;6.17541;655;20220722;35.8;18.2;27;1.7;13.19;0;6.67;29323
+70097;43.77626;6.17541;655;20220723;32.8;18.8;25.8;2.2;15.09;0;6.24;26063
+70097;43.77626;6.17541;655;20220724;34.3;18.7;26.5;2.4;16.69;0;6.66;27422
+70097;43.77626;6.17541;655;20220725;35.2;18;26.6;2.4;17.59;0;6.87;28696
+70097;43.77626;6.17541;655;20220726;31.3;18.8;25;2.7;14.79;0;6.14;24369
+70097;43.77626;6.17541;655;20220727;31.3;16.7;24;2.4;13.49;0;6.15;26243
+70097;43.77626;6.17541;655;20220728;32.1;17.1;24.6;2.2;13.49;0;6.17;26501
+70097;43.77626;6.17541;655;20220729;27.9;16.6;22.2;2.2;14.49;1.3;5.08;22906
+70097;43.77626;6.17541;655;20220730;32.3;17.9;25.1;3.6;12.69;0;7.15;25760
+70097;43.77626;6.17541;655;20220731;33.3;18.2;25.7;3.1;10.99;0;7.19;26272
+70097;43.77626;6.17541;655;20220801;34.1;18.9;26.5;3.4;11.99;0;7.5;26249
+70097;43.77626;6.17541;655;20220802;32.6;22;27.3;3.7;13.09;0;7.05;21819
+70097;43.77626;6.17541;655;20220803;33.1;18.9;26;2.8;14.99;0;6.5;25149
+70097;43.77626;6.17541;655;20220804;34.4;20.2;27.3;2.1;14.19;0;6.24;25036
+70097;43.77626;6.17541;655;20220805;34.4;18.8;26.6;2.6;13.29;.8;6.75;26123
+70097;43.77626;6.17541;655;20220806;34.9;20.3;27.6;4.1;14.89;0;7.77;25151
+70097;43.77626;6.17541;655;20220807;32.1;19.4;25.7;3.2;14.29;0;6.44;23342
+70097;43.77626;6.17541;655;20220808;33.1;17.9;25.5;2.6;15.49;0;6.25;25414
+70097;43.77626;6.17541;655;20220809;33.3;18.3;25.8;2.7;14.89;0;6.37;25120
+70097;43.77626;6.17541;655;20220810;32.2;18.8;25.5;2.7;15.99;5;5.95;23618
+70097;43.77626;6.17541;655;20220811;29.8;17.7;23.7;2.5;17.09;0;5.16;22324
+70097;43.77626;6.17541;655;20220812;33;15.6;24.3;2.4;17.09;0;5.98;26636
+70097;43.77626;6.17541;655;20220813;32;18.1;25;2.4;19.09;.7;5.46;23672
+70097;43.77626;6.17541;655;20220814;27.5;19;23.2;2.5;16.49;8.8;4.49;18400
+70097;43.77626;6.17541;655;20220815;28.9;14.2;21.5;2.9;15.09;0;5.3;24073
+70097;43.77626;6.17541;655;20220816;29.3;14.8;22;2.8;14.99;2.2;5.33;23771
+70097;43.77626;6.17541;655;20220817;25.2;17.7;21.4;3;16.89;4.8;4;16984
+70097;43.77626;6.17541;655;20220818;25.2;14.7;19.9;3.7;15.19;13.7;4.46;19983
+70097;43.77626;6.17541;655;20220819;26.6;13.9;20.2;5.1;14.09;0;5.43;21848
+70097;43.77626;6.17541;655;20220820;29.9;18.3;24.1;4.8;13.69;0;6.5;20749
+70097;43.77626;6.17541;655;20220821;28.8;18.4;23.6;3.2;14.59;.3;5.23;19521
+70097;43.77626;6.17541;655;20220822;29.6;17.8;23.7;3.8;12.99;0;5.95;20662
+70097;43.77626;6.17541;655;20220823;30.5;18.5;24.5;3.4;13.89;0;5.81;20701
+70097;43.77626;6.17541;655;20220824;29.9;17.5;23.7;2.1;15.19;0;4.79;20905
+70097;43.77626;6.17541;655;20220825;30.3;16.4;23.3;1.9;15.89;0;4.74;21987
+70097;43.77626;6.17541;655;20220826;30.6;17.7;24.1;2;17.29;1.3;4.69;21035
+70097;43.77626;6.17541;655;20220827;29.6;17.8;23.7;3.1;16.89;2.4;4.98;19976
+70097;43.77626;6.17541;655;20220828;29;16.1;22.5;2;16.59;.1;4.39;20741
+70097;43.77626;6.17541;655;20220829;30.1;15.2;22.6;1.7;15.69;.5;4.53;22134
+70097;43.77626;6.17541;655;20220830;28.4;17.2;22.8;2.5;17.59;3.7;4.29;19045
+70097;43.77626;6.17541;655;20220831;27.2;13.5;20.3;2.7;15.59;.2;4.31;20912
+70097;43.77626;6.17541;655;20220901;29.4;15.6;22.5;2.4;14.49;.2;4.73;20831
+70097;43.77626;6.17541;655;20220902;24.6;14.5;19.5;1.9;16.59;6.3;3.34;17679
+70097;43.77626;6.17541;655;20220903;25.6;15.1;20.3;2.2;15.79;8.6;3.66;17888
+70097;43.77626;6.17541;655;20220904;28;13.3;20.6;2.6;16.39;.6;4.26;21007
+70097;43.77626;6.17541;655;20220905;27.7;15.5;21.6;2.3;17.09;0;3.97;18982
+70097;43.77626;6.17541;655;20220906;27;16.3;21.6;2.5;17.29;1.1;3.82;17631
+70097;43.77626;6.17541;655;20220907;25.1;17.2;21.1;2.6;18.79;7.8;3.2;15019
+70097;43.77626;6.17541;655;20220908;24.2;14.8;19.5;3.4;15.79;.1;3.55;16251
+70097;43.77626;6.17541;655;20220909;23.6;12.6;18.1;2.7;12.29;0;3.68;17436
+70097;43.77626;6.17541;655;20220910;23;12.3;17.6;3;11.49;0;3.74;17050
+70097;43.77626;6.17541;655;20220911;26.9;12.1;19.5;2.7;10.99;0;4.44;19887
+70097;43.77626;6.17541;655;20220912;28;12.5;20.2;2.3;14.19;0;4.11;20175
+70097;43.77626;6.17541;655;20220913;26.5;15.1;20.8;2.4;16.69;.8;3.55;17143
+70097;43.77626;6.17541;655;20220914;21.9;17.3;19.6;2.5;17.69;10.9;2.4;10777
+70097;43.77626;6.17541;655;20220915;26;14.6;20.3;3.7;15.39;.1;3.96;16836
+70097;43.77626;6.17541;655;20220916;23.6;14.7;19.1;3.4;12.69;0;3.72;14734
+70097;43.77626;6.17541;655;20220917;20.5;11.6;16;5.3;7.09;0;4.78;14598
+70097;43.77626;6.17541;655;20220918;22.5;9.4;15.9;3.8;7.89;0;4.31;17553
+70097;43.77626;6.17541;655;20220919;24.6;12.2;18.4;3.9;7.49;0;4.9;16914
+70097;43.77626;6.17541;655;20220920;24.3;11.8;18;3.5;9.19;.1;4.31;16819
+70097;43.77626;6.17541;655;20220921;22.7;9.4;16;3.7;10.39;0;3.77;17181
+70097;43.77626;6.17541;655;20220922;21.1;11.4;16.2;1.8;12.29;0;2.59;14523
+70097;43.77626;6.17541;655;20220923;20.2;11.8;16;1.8;11.79;5.9;2.47;13377
+70097;43.77626;6.17541;655;20220924;14.9;12.5;13.7;1.5;14.09;11.6;1.27;7059
+70097;43.77626;6.17541;655;20220925;19.1;11.5;15.3;1.7;13.29;.2;2.09;12466
+70097;43.77626;6.17541;655;20220926;18.4;8;13.2;3.9;9.89;0;2.86;14441
+70097;43.77626;6.17541;655;20220927;16.3;8.3;12.3;5.6;8.59;0;3.1;12529
+70097;43.77626;6.17541;655;20220928;19;8.3;13.6;3.6;11.09;1;2.63;14345
+70097;43.77626;6.17541;655;20220929;17.4;8.8;13.1;2.5;10.59;0;2.21;12720
+70097;43.77626;6.17541;655;20220930;17.7;9;13.3;3.2;8.79;4.2;2.74;12657
+70097;43.77626;6.17541;655;20221001;17.4;5.8;11.6;3.4;10.09;0;2.32;14465
+70097;43.77626;6.17541;655;20221002;23.6;11.6;17.6;2.3;12.09;.1;2.91;14553
+70097;43.77626;6.17541;655;20221003;24;13;18.5;2.4;10.79;0;3.15;13779
+70097;43.77626;6.17541;655;20221004;24.8;9.8;17.3;2.6;12.09;.1;3.14;15919
+70097;43.77626;6.17541;655;20221005;23.2;10.6;16.9;2;12.89;.2;2.55;14424
+70097;43.77626;6.17541;655;20221006;23.6;11.1;17.3;2.1;12.89;0;2.62;14205
+70097;43.77626;6.17541;655;20221007;22.8;9.8;16.3;2;12.79;.3;2.44;14323
+70097;43.77626;6.17541;655;20221008;17.2;10.6;13.9;1.5;13.19;0;1.52;10077
+70097;43.77626;6.17541;655;20221009;19.2;12.1;15.6;1.8;14.09;6.5;1.73;10333
+70097;43.77626;6.17541;655;20221010;20.4;11.9;16.1;1.6;13.79;.2;1.85;11178
+70097;43.77626;6.17541;655;20221011;21.2;10;15.6;1.8;13.69;.1;1.97;12688
+70097;43.77626;6.17541;655;20221012;21.2;12.7;16.9;1.5;13.09;2.6;1.93;10918
+70097;43.77626;6.17541;655;20221013;20.7;9.6;15.1;1.9;12.39;.1;2;12335
+70097;43.77626;6.17541;655;20221014;20.6;10.9;15.7;1.9;12.49;.1;1.98;11391
+70097;43.77626;6.17541;655;20221015;23.3;9.8;16.5;2;12.39;.1;2.31;13284
+70097;43.77626;6.17541;655;20221016;22.6;11;16.8;1.8;13.09;.2;2.08;12163
+70097;43.77626;6.17541;655;20221017;23.6;10.7;17.1;2.3;13.19;0;2.35;12673
+70097;43.77626;6.17541;655;20221018;23.5;11.4;17.4;1.5;12.79;.1;2.04;12124
+70097;43.77626;6.17541;655;20221019;23.1;9.4;16.2;1.8;12.69;.2;2.07;12745
+70097;43.77626;6.17541;655;20221020;20.3;11.8;16;2.2;14.59;.8;1.66;9907
+70097;43.77626;6.17541;655;20221021;20;13.8;16.9;3.5;15.79;0;1.71;8351
+70097;43.77626;6.17541;655;20221022;22.3;15.7;19;1.9;15.89;.1;1.78;8511
+70097;43.77626;6.17541;655;20221023;22.8;13;17.9;1.8;14.29;0;1.87;10251
+70097;43.77626;6.17541;655;20221024;21.5;14.8;18.1;2.3;15.39;.8;1.78;8364
+70097;43.77626;6.17541;655;20221025;24.3;12.5;18.4;2.3;13.39;.1;2.27;10975
+70097;43.77626;6.17541;655;20221026;22.8;11.5;17.1;1.8;13.79;.2;1.8;10605
+70097;43.77626;6.17541;655;20221027;23.9;11.4;17.6;1.6;13.89;.1;1.81;11016
+70097;43.77626;6.17541;655;20221028;25.9;11.3;18.6;1.4;11.49;0;1.98;11760
+70097;43.77626;6.17541;655;20221029;25.5;12.1;18.8;2;9.59;0;2.46;11124
+70097;43.77626;6.17541;655;20221030;23.2;12.1;17.6;1.9;9.49;.1;2.18;9994
+70097;43.77626;6.17541;655;20221031;20.4;9.9;15.1;3;10.39;2.9;2.2;9597
+70097;43.77626;6.17541;655;20221101;20;10.8;15.4;2.9;12.59;25.8;1.78;8869
+70097;43.77626;6.17541;655;20221102;18.6;9;13.8;2.1;11.79;.1;1.42;8947
+70097;43.77626;6.17541;655;20221103;14.3;7.8;11;2.8;11.59;23.5;.99;7263
+70097;43.77626;6.17541;655;20221104;10.7;5.7;8.2;4.2;8.39;.6;1.27;6286
+70097;43.77626;6.17541;655;20221105;14.1;6.3;10.2;8;6.29;.1;3.22;7764
+70097;43.77626;6.17541;655;20221106;17;4.1;10.5;2.8;6.59;0;1.98;9874
+70097;43.77626;6.17541;655;20221107;18.4;5.5;11.9;2.2;7.39;0;1.77;9753
+70097;43.77626;6.17541;655;20221108;16;5.2;10.6;2.2;9.49;0;1.23;8811
+70097;43.77626;6.17541;655;20221109;16.3;12.1;14.2;3;12.59;10.4;1.31;5412
+70097;43.77626;6.17541;655;20221110;17.3;8.4;12.8;2.6;11.09;0;1.34;7803
+70097;43.77626;6.17541;655;20221111;19.3;6.7;13;2;10.69;.1;1.34;9181
+70097;43.77626;6.17541;655;20221112;16.7;6.6;11.6;2.3;9.89;0;1.27;8118
+70097;43.77626;6.17541;655;20221113;14.7;10.1;12.4;1.7;8.99;.1;1.22;5401
+70097;43.77626;6.17541;655;20221114;13.2;5.1;9.1;2.8;9.59;3.7;.95;7097
+70097;43.77626;6.17541;655;20221115;13.9;8.8;11.3;2.2;11.89;1.9;.77;5558
+70097;43.77626;6.17541;655;20221116;15.8;9.3;12.5;3;10.59;0;1.34;6209
+70097;43.77626;6.17541;655;20221117;15.9;6.4;11.1;2.3;10.09;1.9;1.09;7431
+70097;43.77626;6.17541;655;20221118;12.7;6.6;9.6;4.2;8.59;0;1.43;5881
+70097;43.77626;6.17541;655;20221119;11.9;4.8;8.3;5.5;6.19;0;2.13;6279
+70097;43.77626;6.17541;655;20221120;11.1;4.5;7.8;5.5;5.79;0;2.13;5988
+70097;43.77626;6.17541;655;20221121;9.1;3.2;6.1;3.5;6.99;6.9;1.05;5600
+70097;43.77626;6.17541;655;20221122;9.7;4.6;7.1;5.2;6.59;0;1.61;5150
+70097;43.77626;6.17541;655;20221123;9.2;2;5.6;3.6;6.69;.1;1.05;6065
+70097;43.77626;6.17541;655;20221124;13.9;4.6;9.2;3.9;6.69;0;1.8;6831
+70097;43.77626;6.17541;655;20221125;13.8;5.5;9.6;3.4;7.29;0;1.56;6390
+70097;43.77626;6.17541;655;20221126;13.7;6.8;10.2;5.6;6.19;0;2.56;5768
+70097;43.77626;6.17541;655;20221127;12.7;1.7;7.2;2.2;6.39;.1;1.06;7227
+70097;43.77626;6.17541;655;20221128;7.3;2.9;5.1;2.8;7.39;4.9;.65;4515
+70097;43.77626;6.17541;655;20221129;7;1.8;4.4;2.5;7.09;.3;.59;4871
+70097;43.77626;6.17541;655;20221130;10.7;2;6.3;3.2;6.09;.1;1.23;6261
+70097;43.77626;6.17541;655;20221201;9.5;.5;5;2.9;6.29;.1;.92;6318
+70097;43.77626;6.17541;655;20221202;8.7;0;4.3;1.7;6.49;.8;.58;6164
+70097;43.77626;6.17541;655;20221203;7.8;1.9;4.8;3;7.89;19;.48;5032
+70097;43.77626;6.17541;655;20221204;9;6;7.5;3;8.79;13.9;.71;3551
+70097;43.77626;6.17541;655;20221205;10;2.5;6.2;2.6;7.19;0;.81;5602
+70097;43.77626;6.17541;655;20221206;11.7;.7;6.2;3.6;4.99;0;1.59;6751
+70097;43.77626;6.17541;655;20221207;8.8;.7;4.7;3.4;4.99;.1;1.28;5753
+70097;43.77626;6.17541;655;20221208;10.8;-.7;5;2.5;6.69;16.1;.76;6825
+70097;43.77626;6.17541;655;20221209;10.4;7;8.7;3;10.59;5.4;.48;3673
+70097;43.77626;6.17541;655;20221210;7.8;4.1;5.9;3;7.49;0;.74;3815
+70097;43.77626;6.17541;655;20221211;4;-3.8;.1;4;3.79;0;1.05;5534
+70097;43.77626;6.17541;655;20221212;7.3;-2.3;2.5;2.3;3.79;8.2;.98;6120
+70097;43.77626;6.17541;655;20221213;4.3;.1;2.2;1.6;7.19;11.1;.24;4019
+70097;43.77626;6.17541;655;20221214;7.9;3.9;5.9;1.7;8.79;.5;.36;3909
+70097;43.77626;6.17541;655;20221215;10.4;4.2;7.3;3.7;10.19;24.9;.31;4864
+70097;43.77626;6.17541;655;20221216;9.4;6;7.7;2.5;9.29;0;.56;3583
+70097;43.77626;6.17541;655;20221217;10.4;.7;5.5;3.7;5.99;0;1.19;6070
+70097;43.77626;6.17541;655;20221218;11.2;-.1;5.5;2.7;6.79;0;.81;6545
+70097;43.77626;6.17541;655;20221219;10.2;4.4;7.3;2;9.09;0;.48;4673
+70097;43.77626;6.17541;655;20221220;12;8.4;10.2;2.6;10.39;1.9;.74;3670
+70097;43.77626;6.17541;655;20221221;11.2;9.3;10.2;2.6;10.59;6.3;.74;2655
+70097;43.77626;6.17541;655;20221222;14.2;4.9;9.5;3.6;8.59;0;1.2;5926
+70097;43.77626;6.17541;655;20221223;16.5;7.3;11.9;3.5;10.19;0;1.26;5898
+70097;43.77626;6.17541;655;20221224;16.5;9.9;13.2;2.6;10.49;0;1.18;4995
+70097;43.77626;6.17541;655;20221225;15.1;4.6;9.8;2.3;9.79;0;.75;6321
+70097;43.77626;6.17541;655;20221226;13.5;5.2;9.3;2;9.49;0;.66;5627
+70097;43.77626;6.17541;655;20221227;13.1;6.5;9.8;2.4;8.29;0;1.01;5026
+70097;43.77626;6.17541;655;20221228;14.6;1.1;7.8;3.2;7.09;0;1.25;7227
+70097;43.77626;6.17541;655;20221229;11.9;7.1;9.5;2.8;9.79;0;.77;4306
+70097;43.77626;6.17541;655;20221230;11.9;6;8.9;1.9;9.59;0;.6;4797
+70097;43.77626;6.17541;655;20221231;14;6.4;10.2;2.3;9.69;0;.81;5473
+70098;43.7873;6.48495;903;20220101;15.7;1.4;8.5;1.6;6.2;.1;.78;6936
+70098;43.7873;6.48495;903;20220102;17.6;-2.3;7.7;1.8;5.5;0;1.01;8414
+70098;43.7873;6.48495;903;20220103;13.8;3.8;8.8;2.1;5.65;0;1.25;5764
+70098;43.7873;6.48495;903;20220104;9.5;1.4;5.5;1.5;7.1;.7;.49;5117
+70098;43.7873;6.48495;903;20220105;7.4;2.6;5;2.6;6.25;2.1;.83;3807
+70098;43.7873;6.48495;903;20220106;6.1;-4.6;.7;2.1;4.25;.1;.61;6224
+70098;43.7873;6.48495;903;20220107;6.1;-7.2;-.5;2.6;3.45;.8;.81;7056
+70098;43.7873;6.48495;903;20220108;7;-2;2.5;3.6;4.8;3.4;.98;5778
+70098;43.7873;6.48495;903;20220109;4.9;1.7;3.3;3.3;5;0;1.01;3337
+70098;43.7873;6.48495;903;20220110;7.5;-1.5;3;2;3.85;0;.92;5868
+70098;43.7873;6.48495;903;20220111;9.7;-6.7;1.5;2;2.7;0;1.04;8124
+70098;43.7873;6.48495;903;20220112;10.2;-7.8;1.2;1.8;2.9;0;.95;8593
+70098;43.7873;6.48495;903;20220113;10.8;-6.9;2;1.9;3.15;0;.93;8592
+70098;43.7873;6.48495;903;20220114;14.3;-5.4;4.4;1.9;3.15;0;1.17;9159
+70098;43.7873;6.48495;903;20220115;14.9;-3.8;5.5;1.7;3.65;0;1.03;9005
+70098;43.7873;6.48495;903;20220116;14.3;-4;5.1;1.9;3.3;0;1.3;8995
+70098;43.7873;6.48495;903;20220117;12.9;-5.5;3.7;1.8;2.9;0;1.13;9091
+70098;43.7873;6.48495;903;20220118;12.1;-4.8;3.7;1.8;4.15;0;.78;8748
+70098;43.7873;6.48495;903;20220119;9.5;-3;3.2;1.7;5.45;0;.7;7533
+70098;43.7873;6.48495;903;20220120;9.7;-3.5;3.1;2.3;4.2;0;1.08;7894
+70098;43.7873;6.48495;903;20220121;8.9;-5.9;1.5;2.1;3.55;0;1.01;8472
+70098;43.7873;6.48495;903;20220122;9.5;-6.3;1.6;1.8;3.75;0;.81;8860
+70098;43.7873;6.48495;903;20220123;12.1;-4.5;3.8;1.9;3.8;0;1.06;9182
+70098;43.7873;6.48495;903;20220124;12.1;-5.9;3.1;1.5;4.35;0;.76;9717
+70098;43.7873;6.48495;903;20220125;9.8;-4.6;2.6;1.6;4.95;0;.72;8741
+70098;43.7873;6.48495;903;20220126;11.8;-5.9;3;1.7;4.45;0;.8;9798
+70098;43.7873;6.48495;903;20220127;13;-5.1;3.9;2;3.85;0;.94;10040
+70098;43.7873;6.48495;903;20220128;15.7;-5.4;5.2;1.7;3.5;0;1.33;10921
+70098;43.7873;6.48495;903;20220129;13.3;-4.4;4.4;1.9;3.35;0;1.4;10237
+70098;43.7873;6.48495;903;20220130;14.8;-5.1;4.9;1.6;4.45;0;1.06;10859
+70098;43.7873;6.48495;903;20220131;11.1;-3.7;3.7;4.7;3.5;0;2.11;9565
+70098;43.7873;6.48495;903;20220201;10.2;-4;3.1;2.9;3.45;0;1.5;9453
+70098;43.7873;6.48495;903;20220202;17.5;1.8;9.7;3.2;4.9;0;2.32;10055
+70098;43.7873;6.48495;903;20220203;15.9;-1.6;7.1;1.6;5.5;0;1.22;10773
+70098;43.7873;6.48495;903;20220204;12.3;-2.4;4.9;2;6.1;0;1.06;9971
+70098;43.7873;6.48495;903;20220205;13.3;-1.9;5.7;1.8;5.35;0;1.19;10320
+70098;43.7873;6.48495;903;20220206;13.1;-3.9;4.6;3.1;4.15;0;1.87;11071
+70098;43.7873;6.48495;903;20220207;14.1;3.8;9;4.3;5;0;2.5;8666
+70098;43.7873;6.48495;903;20220208;13.4;-3.7;4.9;1.8;4;0;1.39;11377
+70098;43.7873;6.48495;903;20220209;13.8;-4;4.9;2.3;4.2;0;1.57;11813
+70098;43.7873;6.48495;903;20220210;3.4;-3.1;.1;2.8;4.09;0;2.07;11400
+70098;43.7873;6.48495;903;20220211;12.4;-.9;5.8;3;4.49;0;1.86;10600
+70098;43.7873;6.48495;903;20220212;11.4;.5;6;4.8;3.39;0;2.66;11500
+70098;43.7873;6.48495;903;20220213;11;1.7;6.4;3.1;4.29;2;1.94;10800
+70098;43.7873;6.48495;903;20220214;5;0;2.5;1.7;5.7;19.3;.71;3018
+70098;43.7873;6.48495;903;20220215;8.4;-.2;4.1;1.2;5.69;0;.99;11900
+70098;43.7873;6.48495;903;20220216;9.5;-2.2;3.6;2.8;5.85;0;1.19;10389
+70098;43.7873;6.48495;903;20220217;18.1;4;11.1;3.7;6.8;.4;2.58;11599
+70098;43.7873;6.48495;903;20220218;18.6;3.1;10.8;2.3;6.95;0;2.05;12237
+70098;43.7873;6.48495;903;20220219;11.4;3.2;7.3;2.3;6.05;0;1.5;8879
+70098;43.7873;6.48495;903;20220220;14.3;-3.9;5.2;2.1;4.9;0;1.72;13738
+70098;43.7873;6.48495;903;20220221;9.2;3.6;6.4;5.1;5.2;.2;2.08;7610
+70098;43.7873;6.48495;903;20220222;12.8;-.8;6;3.1;4.35;0;2.11;12125
+70098;43.7873;6.48495;903;20220223;15.2;-2.8;6.2;1.9;4.1;0;1.96;14166
+70098;43.7873;6.48495;903;20220224;10.2;.7;5.5;2.3;5.65;.1;1.47;10098
+70098;43.7873;6.48495;903;20220225;12.4;1;6.7;2.1;4.85;0;1.8;11479
+70098;43.7873;6.48495;903;20220226;11.3;-1;5.2;1.9;3.65;0;1.79;12141
+70098;43.7873;6.48495;903;20220227;6.8;-5.5;.7;1.8;4.35;.4;1.18;12237
+70098;43.7873;6.48495;903;20220228;11.1;-6.3;2.4;2.2;4;0;1.67;14854
+70098;43.7873;6.48495;903;20220301;8.4;-2.2;3.1;2.4;4.9;0;1.45;11428
+70098;43.7873;6.48495;903;20220302;9.6;-1;4.3;1.9;5.45;0;1.42;11743
+70098;43.7873;6.48495;903;20220303;11.4;-2.1;4.7;1.6;6.05;0;1.43;13564
+70098;43.7873;6.48495;903;20220304;10.8;-1.8;4.5;1.7;6.6;4.5;1.32;13190
+70098;43.7873;6.48495;903;20220305;4.9;2.1;3.5;1.3;6.1;.5;.9;6057
+70098;43.7873;6.48495;903;20220306;4.5;-1;1.7;1.1;5.5;0;.94;8856
+70098;43.7873;6.48495;903;20220307;8;-4.6;1.7;1.7;4.55;0;1.39;13704
+70098;43.7873;6.48495;903;20220308;7.7;-6.3;.7;1.9;4.9;0;1.33;14551
+70098;43.7873;6.48495;903;20220309;11.2;-2.3;4.4;1.9;5.55;.1;1.62;14504
+70098;43.7873;6.48495;903;20220310;11.6;-5.1;3.2;1.8;5.75;.2;1.55;16293
+70098;43.7873;6.48495;903;20220311;8.6;2.2;5.4;3.2;5.8;0;1.66;10056
+70098;43.7873;6.48495;903;20220312;8.2;4.7;6.4;4.8;4.85;.3;2.25;7497
+70098;43.7873;6.48495;903;20220313;4.3;3.6;3.9;5.7;6;2.7;1.24;3255
+70098;43.7873;6.48495;903;20220314;9.2;1.4;5.3;3.8;7.95;2.2;1.2;11566
+70098;43.7873;6.48495;903;20220315;14.1;6.9;10.5;2.9;7.25;0;2.31;11165
+70098;43.7873;6.48495;903;20220316;16.1;1.7;8.9;1.8;8.05;0;2.04;16104
+70098;43.7873;6.48495;903;20220317;12;4.4;8.2;1.2;8.9;0;1.46;11727
+70098;43.7873;6.48495;903;20220318;14.9;6.8;10.8;6.8;5.79;.1;4.2;9700
+70098;43.7873;6.48495;903;20220319;13.9;5.6;9.7;6.4;3.89;0;5.02;14900
+70098;43.7873;6.48495;903;20220320;10.3;2.2;6.2;5.7;4.09;0;3.58;10500
+70098;43.7873;6.48495;903;20220321;11.9;2.6;7.2;4.6;3.59;0;3.81;18300
+70098;43.7873;6.48495;903;20220322;12.6;-2.5;5;6.6;2.19;0;5.03;20200
+70098;43.7873;6.48495;903;20220323;14.8;-1.5;6.6;5.8;2.39;0;5.39;20300
+70098;43.7873;6.48495;903;20220324;16.5;-1.8;7.3;4.1;3.09;0;4.53;20400
+70098;43.7873;6.48495;903;20220325;16.6;-1.5;7.5;3.9;3.29;0;4.32;19800
+70098;43.7873;6.48495;903;20220326;16.9;.4;8.7;6.2;3.09;0;5.46;19900
+70098;43.7873;6.48495;903;20220327;15.7;2.9;9.3;5.1;2.89;0;4.63;11500
+70098;43.7873;6.48495;903;20220328;18;.4;9.2;3.7;3.49;0;4.43;20500
+70098;43.7873;6.48495;903;20220329;16.2;1.5;8.8;3.1;4.89;.9;3.52;16600
+70098;43.7873;6.48495;903;20220330;9.9;4.6;7.2;1.5;9.79;11.8;1.24;5766
+70098;43.7873;6.48495;903;20220331;12.9;2.3;7.6;2.7;6.99;.3;2.74;21600
+70098;43.7873;6.48495;903;20220401;3.3;.9;2.1;2.5;4.99;.7;1.31;7300
+70098;43.7873;6.48495;903;20220402;1.8;-2.6;-.4;6.2;4.33;.1;3.13;18466
+70098;43.7873;6.48495;903;20220403;7.2;-4.2;1.5;1.6;4.49;1.5;1.8;15300
+70098;43.7873;6.48495;903;20220404;9.8;-4;2.9;1.9;4.79;0;2.48;22200
+70098;43.7873;6.48495;903;20220405;15.1;-3.3;5.9;2.3;4.69;0;3.46;23300
+70098;43.7873;6.48495;903;20220406;13.9;-1.6;6.1;2.8;5.99;0;3.05;18200
+70098;43.7873;6.48495;903;20220407;13;5.1;9;3.1;8.09;0;2.33;10700
+70098;43.7873;6.48495;903;20220408;15.6;6.7;11.1;2.3;10.09;.6;1.89;11900
+70098;43.7873;6.48495;903;20220409;8.4;3.8;6.1;4;4.99;0;2.94;17700
+70098;43.7873;6.48495;903;20220410;13.8;-2.5;5.6;1.6;3.89;0;3.15;24700
+70098;43.7873;6.48495;903;20220411;12.3;.2;6.3;2;5.39;0;2.4;13100
+70098;43.7873;6.48495;903;20220412;17.7;1.5;9.6;3.6;7.09;0;3.66;16600
+70098;43.7873;6.48495;903;20220413;20.4;4.1;12.2;3.3;7.29;0;4.74;19800
+70098;43.7873;6.48495;903;20220414;21.6;2.9;12.2;2.8;6.99;0;4.57;22900
+70098;43.7873;6.48495;903;20220415;23.8;6.3;15.1;3.3;8.09;0;5.17;24300
+70098;43.7873;6.48495;903;20220416;23.1;9.9;16.5;3;8.19;0;4.83;23500
+70098;43.7873;6.48495;903;20220417;18;4.9;11.4;2.8;7.49;.5;4.33;24900
+70098;43.7873;6.48495;903;20220418;18;1.6;9.8;2.6;7.09;0;4.06;24600
+70098;43.7873;6.48495;903;20220419;19.2;1.8;10.5;2.7;5.99;0;4.3;24200
+70098;43.7873;6.48495;903;20220420;14.7;3.2;9;2.4;8.19;4.6;3.06;14600
+70098;43.7873;6.48495;903;20220421;15.9;7.4;11.6;7.3;7.09;.3;4.82;18900
+70098;43.7873;6.48495;903;20220422;16.9;6.8;11.9;4.2;7.69;3.9;4.37;18500
+70098;43.7873;6.48495;903;20220423;8.2;7.4;7.8;3.2;10.16;23.4;1.89;5633
+70098;43.7873;6.48495;903;20220424;11;2.8;6.9;2.2;8.09;1.3;1.86;11500
+70098;43.7873;6.48495;903;20220425;16;5.6;10.8;2.1;8.49;0;3.67;24100
+70098;43.7873;6.48495;903;20220426;18;1.6;9.8;2.6;7.09;0;4.15;26500
+70098;43.7873;6.48495;903;20220427;20.3;2.3;11.3;2.5;6.69;0;4.66;27100
+70098;43.7873;6.48495;903;20220428;20.6;4;12.3;2.1;7.79;.6;4.53;27000
+70098;43.7873;6.48495;903;20220429;21.1;4.3;12.7;2.5;7.59;0;4.69;25700
+70098;43.7873;6.48495;903;20220430;19.4;6.1;12.8;2;7.49;.9;3.97;22700
+70098;43.7873;6.48495;903;20220501;18.6;4.8;11.7;2.8;6.89;0;4.47;27000
+70098;43.7873;6.48495;903;20220502;19;2.8;10.9;2.2;7.89;.1;4.22;26200
+70098;43.7873;6.48495;903;20220503;15.7;6.1;10.9;2.1;9.29;1.4;3.42;17600
+70098;43.7873;6.48495;903;20220504;17.9;3.7;10.8;2.2;9.29;.7;3.52;21000
+70098;43.7873;6.48495;903;20220505;13.1;8.2;10.6;2.2;10.14;10.7;2.04;11335
+70098;43.7873;6.48495;903;20220506;16.4;6.8;11.6;1.3;10.55;.3;2.85;19534
+70098;43.7873;6.48495;903;20220507;17.3;6.2;11.7;1.5;10.7;5.6;3.06;21108
+70098;43.7873;6.48495;903;20220508;14.9;6.8;10.9;1.6;10.65;11.7;2.59;18026
+70098;43.7873;6.48495;903;20220509;18.2;5.1;11.6;1.8;10.3;2.1;3.34;23178
+70098;43.7873;6.48495;903;20220510;20.5;5.4;12.9;2.1;10.5;1.5;3.83;24987
+70098;43.7873;6.48495;903;20220511;22.6;7.4;15;2.2;10.7;0;4.31;25156
+70098;43.7873;6.48495;903;20220512;23.1;7.4;15.2;2.3;9.35;0;4.63;25692
+70098;43.7873;6.48495;903;20220513;23.2;8.6;15.9;2;9.45;0;4.57;24884
+70098;43.7873;6.48495;903;20220514;22.2;7.5;14.9;1.5;11.75;.1;4.02;25014
+70098;43.7873;6.48495;903;20220515;22.2;9.3;15.7;1.7;12.7;.3;3.91;23483
+70098;43.7873;6.48495;903;20220516;24.3;8.4;16.4;2.2;10.7;0;4.74;26246
+70098;43.7873;6.48495;903;20220517;24.7;8.5;16.6;2.2;11.7;0;4.7;26577
+70098;43.7873;6.48495;903;20220518;26;10.8;18.4;2.1;12.4;.3;4.9;25781
+70098;43.7873;6.48495;903;20220519;24.8;13.7;19.3;2.2;11.05;0;4.74;21837
+70098;43.7873;6.48495;903;20220520;26.1;9.2;17.6;2.3;11.1;0;5.18;27498
+70098;43.7873;6.48495;903;20220521;29.3;11.4;20.3;2.2;11.45;0;5.83;28347
+70098;43.7873;6.48495;903;20220522;27.1;13.1;20.1;1.8;14.55;0;4.68;24613
+70098;43.7873;6.48495;903;20220523;24.2;10.1;17.2;1.9;10.65;0;4.73;25396
+70098;43.7873;6.48495;903;20220524;23.8;9.1;16.4;2.4;10.75;1.5;4.76;25915
+70098;43.7873;6.48495;903;20220525;19.8;9.8;14.8;1.6;12;2.8;3.54;21444
+70098;43.7873;6.48495;903;20220526;24;6.6;15.3;1;12.1;1.9;4.25;26119
+70098;43.7873;6.48495;903;20220527;28.3;12.3;20.3;1.9;11.95;0;5.46;27285
+70098;43.7873;6.48495;903;20220528;27.2;11.4;19.3;2.1;10.85;.2;5.46;27021
+70098;43.7873;6.48495;903;20220529;23.6;10.1;16.9;2;11.35;0;4.57;25081
+70098;43.7873;6.48495;903;20220530;20.8;6.8;13.8;1.6;10.55;1.6;4.07;25693
+70098;43.7873;6.48495;903;20220531;21.6;8;14.8;1.7;11.45;0;4.09;25289
+70098;43.7873;6.48495;903;20220601;26.3;9.1;17.7;2.1;11.85;0;5.24;28545
+70098;43.7873;6.48495;903;20220602;26.2;9.8;18;1.8;12.25;0;5.08;27943
+70098;43.7873;6.48495;903;20220603;25.4;15.3;20.3;2.1;13.15;5.7;4.71;21985
+70098;43.7873;6.48495;903;20220604;27.8;14.3;21.1;2.1;14.2;0;5.23;25432
+70098;43.7873;6.48495;903;20220605;27.5;15.9;21.7;2.4;13.05;0;5.34;23644
+70098;43.7873;6.48495;903;20220606;27.3;11.3;19.3;2.5;10.8;0;5.75;27828
+70098;43.7873;6.48495;903;20220607;25.2;13.7;19.4;3.1;9.65;0;5.59;23540
+70098;43.7873;6.48495;903;20220608;23.2;9.6;16.4;2.8;8.9;0;5.15;25600
+70098;43.7873;6.48495;903;20220609;23.2;13.2;18.2;3.6;8.8;0;5.36;21957
+70098;43.7873;6.48495;903;20220610;26.1;7.4;16.7;2.6;7.85;0;5.96;30187
+70098;43.7873;6.48495;903;20220611;28.4;8.8;18.6;2.5;8.85;0;6.3;31007
+70098;43.7873;6.48495;903;20220612;29;10.9;19.9;2.4;10.35;0;6.22;29778
+70098;43.7873;6.48495;903;20220613;30.6;14.1;22.3;2.4;11.65;0;6.37;28464
+70098;43.7873;6.48495;903;20220614;28.6;10.8;19.7;1.9;11.8;0;5.77;29654
+70098;43.7873;6.48495;903;20220615;28.3;13.6;21;1.8;13.75;0;5.38;26826
+70098;43.7873;6.48495;903;20220616;30.7;14.3;22.5;1.9;13.15;0;5.95;28327
+70098;43.7873;6.48495;903;20220617;31.1;13.2;22.1;2.2;13.6;0;6.27;29734
+70098;43.7873;6.48495;903;20220618;29.6;16.1;22.8;1.9;15.7;1.4;5.52;25781
+70098;43.7873;6.48495;903;20220619;28.6;16.2;22.4;1.9;14.15;0;5.36;24742
+70098;43.7873;6.48495;903;20220620;28.5;13.2;20.9;2.2;11.5;0;5.83;27556
+70098;43.7873;6.48495;903;20220621;27.9;12.7;20.3;1.7;13.45;.4;5.37;27391
+70098;43.7873;6.48495;903;20220622;23.1;15.4;19.2;2;16.7;3.9;3.76;19465
+70098;43.7873;6.48495;903;20220623;21.9;12.6;17.3;1.5;15.4;3.2;3.71;21287
+70098;43.7873;6.48495;903;20220624;23.1;10;16.6;2;13.1;3.2;4.42;25390
+70098;43.7873;6.48495;903;20220625;25.3;9.8;17.6;2.1;11.55;0;5.15;27670
+70098;43.7873;6.48495;903;20220626;27.4;14.1;20.7;2.5;12.65;0;5.59;25592
+70098;43.7873;6.48495;903;20220627;28.8;17.1;22.9;2;13.7;0;5.37;23903
+70098;43.7873;6.48495;903;20220628;25.8;14.7;20.2;1.9;14.6;21.5;4.69;23350
+70098;43.7873;6.48495;903;20220629;28.5;10;19.2;2;13.25;0;5.66;30163
+70098;43.7873;6.48495;903;20220630;26.6;10.9;18.8;1.9;14.65;.1;4.98;27767
+70098;43.7873;6.48495;903;20220701;27.3;11.8;19.6;2.2;11.95;0;5.54;27574
+70098;43.7873;6.48495;903;20220702;29.8;10.7;20.3;2;11.15;0;6.07;30632
+70098;43.7873;6.48495;903;20220703;31.2;13.5;22.3;2.5;11.55;0;6.54;29283
+70098;43.7873;6.48495;903;20220704;31.1;15.7;23.4;2;13.75;.5;5.98;27365
+70098;43.7873;6.48495;903;20220705;30.9;14.8;22.9;2.3;12.9;0;6.22;27892
+70098;43.7873;6.48495;903;20220706;29.1;12.1;20.6;2.2;12.6;0;5.84;28619
+70098;43.7873;6.48495;903;20220707;29.2;12.6;20.9;2.1;13.7;0;5.66;28258
+70098;43.7873;6.48495;903;20220708;27.8;14.2;21;2.1;13.35;0;5.32;25496
+70098;43.7873;6.48495;903;20220709;29;12.2;20.6;1.9;12.7;0;5.7;28341
+70098;43.7873;6.48495;903;20220710;26.9;14.4;20.6;2.1;13.9;0;5.03;24318
+70098;43.7873;6.48495;903;20220711;27.5;13.8;20.7;1.9;14.05;0;5.13;25408
+70098;43.7873;6.48495;903;20220712;27.8;13.1;20.5;1.8;15.6;.1;5.04;26270
+70098;43.7873;6.48495;903;20220713;28.3;14.1;21.2;2;15.6;.2;5.22;25801
+70098;43.7873;6.48495;903;20220714;30.6;14.8;22.7;1.9;15;0;5.71;27259
+70098;43.7873;6.48495;903;20220715;31.3;14.2;22.8;2.4;14.45;0;6.11;28039
+70098;43.7873;6.48495;903;20220716;29.6;13.2;21.4;1.8;15.85;0;5.36;27515
+70098;43.7873;6.48495;903;20220717;30.6;15.4;23;1.7;17.6;.4;5.37;26500
+70098;43.7873;6.48495;903;20220718;30.8;16.9;23.8;1.9;17.7;1.2;5.42;25157
+70098;43.7873;6.48495;903;20220719;30.5;16.3;23.4;1.8;17.4;.2;5.3;25358
+70098;43.7873;6.48495;903;20220720;31.4;16.6;24;2.2;14.7;0;5.88;25963
+70098;43.7873;6.48495;903;20220721;32.9;14.9;23.9;2.3;13.05;0;6.43;28423
+70098;43.7873;6.48495;903;20220722;31.9;14.6;23.2;2;14.2;0;5.94;27812
+70098;43.7873;6.48495;903;20220723;32.1;15.4;23.8;2.5;13.95;.1;6.25;27211
+70098;43.7873;6.48495;903;20220724;31.1;16.3;23.7;2.2;17.5;.1;5.54;25361
+70098;43.7873;6.48495;903;20220725;31.6;15.7;23.7;2.1;16.75;.1;5.67;26346
+70098;43.7873;6.48495;903;20220726;31.4;15.1;23.2;2.4;12.2;0;6.1;26570
+70098;43.7873;6.48495;903;20220727;28.1;13.3;20.7;2.2;14.4;0;5.1;25201
+70098;43.7873;6.48495;903;20220728;28.5;14.3;21.4;2.2;14.35;0;5.17;24608
+70098;43.7873;6.48495;903;20220729;26.9;13.7;20.3;2.3;13.75;2.8;4.88;23632
+70098;43.7873;6.48495;903;20220730;28.8;13.5;21.2;2.4;12.75;0;5.46;25297
+70098;43.7873;6.48495;903;20220731;30.5;12.9;21.7;2;11.1;0;5.77;27172
+70098;43.7873;6.48495;903;20220801;30.3;13.8;22;2.2;11.65;0;5.74;26124
+70098;43.7873;6.48495;903;20220802;29.2;13.2;21.2;2.1;13.45;0;5.27;25550
+70098;43.7873;6.48495;903;20220803;29.3;14.6;22;2;14.5;0;5.13;24420
+70098;43.7873;6.48495;903;20220804;31;17.9;24.5;1.8;14.1;0;5.25;23044
+70098;43.7873;6.48495;903;20220805;31.7;15.8;23.8;2.3;13.1;.2;5.89;25252
+70098;43.7873;6.48495;903;20220806;31.6;14.4;23;2.2;14.6;.6;5.62;26084
+70098;43.7873;6.48495;903;20220807;28.8;14.3;21.6;2.3;14.7;.2;5.05;23808
+70098;43.7873;6.48495;903;20220808;28.3;13.4;20.8;1.8;13.85;.1;4.84;23977
+70098;43.7873;6.48495;903;20220809;29.3;15.2;22.2;2;14.75;.2;4.99;23265
+70098;43.7873;6.48495;903;20220810;27.8;15.9;21.9;2;15.5;4.3;4.51;21215
+70098;43.7873;6.48495;903;20220811;26.7;14.3;20.5;2;15.4;2.9;4.27;21556
+70098;43.7873;6.48495;903;20220812;29.1;12.5;20.8;2;15.3;0;4.87;24851
+70098;43.7873;6.48495;903;20220813;26.4;13.8;20.1;1.8;16.25;.9;4.05;21406
+70098;43.7873;6.48495;903;20220814;25;15.5;20.2;2.1;14.8;5.9;3.9;18523
+70098;43.7873;6.48495;903;20220815;26.6;10.9;18.8;2.2;13.5;.2;4.47;23760
+70098;43.7873;6.48495;903;20220816;27.5;10.8;19.1;1.9;13.2;4.5;4.55;24405
+70098;43.7873;6.48495;903;20220817;20.6;14;17.3;2.3;14.95;8.9;2.85;14855
+70098;43.7873;6.48495;903;20220818;22.3;12.7;17.5;2.3;14.65;11.1;3.36;18196
+70098;43.7873;6.48495;903;20220819;26.2;10.5;18.4;2.6;13.2;0;4.5;23229
+70098;43.7873;6.48495;903;20220820;28.2;12.1;20.1;2.1;13.2;0;4.71;23378
+70098;43.7873;6.48495;903;20220821;27.6;12.8;20.2;2.1;14.05;.7;4.42;22269
+70098;43.7873;6.48495;903;20220822;26.3;11.9;19.1;1.9;14.3;0;4.03;21779
+70098;43.7873;6.48495;903;20220823;27.5;12.4;19.9;1.9;14.3;0;4.26;22186
+70098;43.7873;6.48495;903;20220824;27.6;13.9;20.7;1.8;14.85;0;4.15;20996
+70098;43.7873;6.48495;903;20220825;27.7;14.2;21;1.9;15.15;0;4.14;20698
+70098;43.7873;6.48495;903;20220826;26.4;15.1;20.7;1.8;15.85;1.8;3.75;18771
+70098;43.7873;6.48495;903;20220827;26.2;11.8;19;1.7;15.25;5.3;3.77;21024
+70098;43.7873;6.48495;903;20220828;27.3;13;20.2;1.4;15.4;.1;3.81;20841
+70098;43.7873;6.48495;903;20220829;27.3;11.2;19.2;1.7;13.9;.7;3.96;21934
+70098;43.7873;6.48495;903;20220830;26.4;14.5;20.5;1.9;15.45;5.4;3.73;18719
+70098;43.7873;6.48495;903;20220831;24.8;11.5;18.2;2.1;14.55;.3;3.55;19628
+70098;43.7873;6.48495;903;20220901;26.4;11.9;19.1;1.5;14.9;.2;3.59;20383
+70098;43.7873;6.48495;903;20220902;21.6;11.1;16.3;1.7;14.3;3.2;2.8;17177
+70098;43.7873;6.48495;903;20220903;23.8;10.6;17.2;1.8;13.85;9;3.26;19094
+70098;43.7873;6.48495;903;20220904;24.3;9.5;16.9;1.8;14.25;.2;3.31;20118
+70098;43.7873;6.48495;903;20220905;25.7;12;18.9;1.9;14.9;0;3.5;19261
+70098;43.7873;6.48495;903;20220906;26;13.1;19.5;1.8;15.6;.7;3.43;18473
+70098;43.7873;6.48495;903;20220907;25.1;13.1;19.1;1.5;16.35;4.7;3.08;17691
+70098;43.7873;6.48495;903;20220908;23.6;12.8;18.2;2.1;13.35;0;3.25;16619
+70098;43.7873;6.48495;903;20220909;22.5;11.6;17;3;9.65;0;3.82;16426
+70098;43.7873;6.48495;903;20220910;22.5;9.7;16.1;2.6;9.35;0;3.65;17581
+70098;43.7873;6.48495;903;20220911;23.9;7;15.5;2;10;0;3.44;20131
+70098;43.7873;6.48495;903;20220912;25.8;8.1;17;1.9;11.55;0;3.56;20583
+70098;43.7873;6.48495;903;20220913;25.8;10.2;18;1.5;13.4;.2;3.21;19130
+70098;43.7873;6.48495;903;20220914;17.7;14;15.8;1.6;15.45;12.9;1.64;8977
+70098;43.7873;6.48495;903;20220915;24.5;12.2;18.4;2;14.15;0;3.12;16654
+70098;43.7873;6.48495;903;20220916;23.1;12.4;17.7;3.4;11.6;0;3.59;15363
+70098;43.7873;6.48495;903;20220917;20.4;9.6;15;3.3;7.2;0;3.69;15253
+70098;43.7873;6.48495;903;20220918;20.7;4.8;12.8;1.8;8.45;0;2.86;18442
+70098;43.7873;6.48495;903;20220919;22.9;6.8;14.8;1.9;7.6;.1;3.28;18222
+70098;43.7873;6.48495;903;20220920;21.8;6.1;13.9;1.8;9.75;.2;2.82;17944
+70098;43.7873;6.48495;903;20220921;18.6;6.5;12.6;1.8;10.6;0;2.3;15587
+70098;43.7873;6.48495;903;20220922;18.4;11.1;14.8;1.5;10.9;.1;2.14;11940
+70098;43.7873;6.48495;903;20220923;19;9.2;14.1;1.3;10.9;4.7;2.17;13715
+70098;43.7873;6.48495;903;20220924;13.1;10.6;11.8;1.6;12.4;8.5;1.15;6725
+70098;43.7873;6.48495;903;20220925;18.2;8.6;13.4;1.6;10.95;.7;2.07;13249
+70098;43.7873;6.48495;903;20220926;18.5;3.7;11.1;2.3;8.15;0;2.56;16409
+70098;43.7873;6.48495;903;20220927;15.8;8.8;12.3;3.7;7.45;0;2.75;11085
+70098;43.7873;6.48495;903;20220928;17;8.8;12.9;3.5;9.45;.5;2.47;11855
+70098;43.7873;6.48495;903;20220929;16.4;8.4;12.4;2.6;9.55;0;2.15;11571
+70098;43.7873;6.48495;903;20220930;14.6;7;10.8;1.7;8.3;4.2;1.86;11109
+70098;43.7873;6.48495;903;20221001;16.5;2.2;9.3;2.8;8.7;0;2.1;15274
+70098;43.7873;6.48495;903;20221002;22.8;9.5;16.1;2.8;10.65;0;3;14505
+70098;43.7873;6.48495;903;20221003;23.6;7;15.3;2.3;8.9;0;2.97;16019
+70098;43.7873;6.48495;903;20221004;22.9;6.3;14.6;1.8;9.95;.1;2.51;15939
+70098;43.7873;6.48495;903;20221005;21.1;6.8;14;1.7;11.1;.2;2.14;14582
+70098;43.7873;6.48495;903;20221006;22.1;5.8;14;1.9;10.8;.1;2.25;15436
+70098;43.7873;6.48495;903;20221007;21.6;6.9;14.3;1.7;10.7;.2;2.21;14459
+70098;43.7873;6.48495;903;20221008;16.2;7.3;11.7;1.3;11.3;0;1.46;11046
+70098;43.7873;6.48495;903;20221009;13.9;10.5;12.2;1.5;12.65;9.8;1.08;6694
+70098;43.7873;6.48495;903;20221010;18;10.4;14.2;1.1;12.1;.4;1.53;9944
+70098;43.7873;6.48495;903;20221011;20.2;6.3;13.2;1.5;11.05;.4;1.83;13391
+70098;43.7873;6.48495;903;20221012;18.9;8.4;13.7;1.6;11.3;.2;1.73;11454
+70098;43.7873;6.48495;903;20221013;19.8;6;12.9;1.9;10.45;0;1.91;13035
+70098;43.7873;6.48495;903;20221014;20;8.8;14.4;2.6;10.7;.1;2.18;11494
+70098;43.7873;6.48495;903;20221015;22.6;6.2;14.4;2.3;10.5;.1;2.36;13915
+70098;43.7873;6.48495;903;20221016;20;7.2;13.6;1.6;11;.1;1.69;12093
+70098;43.7873;6.48495;903;20221017;21.3;8.3;14.8;1.5;11.15;0;1.82;11976
+70098;43.7873;6.48495;903;20221018;22.8;8;15.4;1.8;10.8;.1;2.06;12689
+70098;43.7873;6.48495;903;20221019;23.2;5.7;14.5;1.8;10.25;.1;2.02;13672
+70098;43.7873;6.48495;903;20221020;20.5;7.7;14.1;1.8;10.95;1.1;1.76;11464
+70098;43.7873;6.48495;903;20221021;15.3;12.3;13.8;1.7;14;2.1;.96;5401
+70098;43.7873;6.48495;903;20221022;20.5;12.3;16.4;1;13.95;.1;1.36;8927
+70098;43.7873;6.48495;903;20221023;20.8;10.1;15.5;1.3;12.6;.1;1.46;10032
+70098;43.7873;6.48495;903;20221024;18.9;11.8;15.4;1.2;13.5;.5;1.23;8102
+70098;43.7873;6.48495;903;20221025;22.4;7.6;15;1.8;11.15;0;1.72;11641
+70098;43.7873;6.48495;903;20221026;22;7.1;14.5;1.7;11.1;.2;1.61;11442
+70098;43.7873;6.48495;903;20221027;23;7.7;15.4;1.5;11.05;.1;1.59;11465
+70098;43.7873;6.48495;903;20221028;24.3;7.3;15.8;1.7;10;0;1.87;12022
+70098;43.7873;6.48495;903;20221029;23.5;7.4;15.4;1.8;8.2;0;2.08;11530
+70098;43.7873;6.48495;903;20221030;21.8;8.2;15;1.7;7.55;.1;1.99;10373
+70098;43.7873;6.48495;903;20221031;20.4;5.8;13.1;1.6;7.9;.8;1.65;10635
+70098;43.7873;6.48495;903;20221101;17.4;6.4;11.9;1.8;9.95;24.9;1.26;9144
+70098;43.7873;6.48495;903;20221102;18.1;3.8;11;1.7;8.75;.1;1.33;10337
+70098;43.7873;6.48495;903;20221103;11.5;3.1;7.3;1.6;9.25;24.6;.75;7742
+70098;43.7873;6.48495;903;20221104;11;4.6;7.8;3.6;6.95;.7;1.47;6581
+70098;43.7873;6.48495;903;20221105;15.4;.6;8;2.2;5.6;.1;1.55;10075
+70098;43.7873;6.48495;903;20221106;15.7;.2;7.9;1.7;5.6;0;1.3;10218
+70098;43.7873;6.48495;903;20221107;16.6;-.1;8.3;1.9;6.45;0;1.2;10439
+70098;43.7873;6.48495;903;20221108;15.1;.3;7.7;1.7;7.75;.4;.95;9715
+70098;43.7873;6.48495;903;20221109;13.3;7.9;10.6;1.3;10.7;11;.75;5515
+70098;43.7873;6.48495;903;20221110;15.8;4.3;10.1;1.6;9.65;0;.84;8266
+70098;43.7873;6.48495;903;20221111;17.9;3.1;10.5;1.4;8.55;.1;.93;9387
+70098;43.7873;6.48495;903;20221112;14.5;2.1;8.3;1.9;8.25;0;.94;8450
+70098;43.7873;6.48495;903;20221113;14;5.8;9.9;1.4;8.4;.1;.9;6692
+70098;43.7873;6.48495;903;20221114;11;1.5;6.2;1.4;7.95;4.4;.59;7213
+70098;43.7873;6.48495;903;20221115;10.3;7.3;8.8;1.3;10.55;2;.52;3918
+70098;43.7873;6.48495;903;20221116;15;6.3;10.6;1.9;9.15;0;1.01;6709
+70098;43.7873;6.48495;903;20221117;16.7;4;10.3;2.5;7.9;1.2;1.41;8061
+70098;43.7873;6.48495;903;20221118;11.5;6.7;9.1;3.5;7.1;0;1.44;4799
+70098;43.7873;6.48495;903;20221119;12.9;-1.4;5.8;2.1;5.45;.1;1.07;8385
+70098;43.7873;6.48495;903;20221120;10.7;-2.3;4.2;2.3;5;0;.95;7897
+70098;43.7873;6.48495;903;20221121;8.9;-.2;4.3;2.3;5.8;9.7;.85;6467
+70098;43.7873;6.48495;903;20221122;8.4;3.3;5.9;4.5;5.7;0;1.43;4744
+70098;43.7873;6.48495;903;20221123;11.5;.7;6.1;3.3;5.45;0;1.39;6921
+70098;43.7873;6.48495;903;20221124;14.8;3.4;9.1;3.2;5.15;0;1.9;7038
+70098;43.7873;6.48495;903;20221125;13.3;2;7.7;1.7;6.2;0;.95;6965
+70098;43.7873;6.48495;903;20221126;14.8;-1.4;6.7;1.8;5.4;0;.91;8310
+70098;43.7873;6.48495;903;20221127;10.9;-2.9;4;1.8;5.25;.1;.71;7592
+70098;43.7873;6.48495;903;20221128;4.2;-1;1.6;1.5;6.3;3.2;.34;4505
+70098;43.7873;6.48495;903;20221129;5.1;.8;2.9;1;6.6;.2;.36;4017
+70098;43.7873;6.48495;903;20221130;9.9;-3.5;3.2;1.4;5.45;.2;.51;7259
+70098;43.7873;6.48495;903;20221201;8;-2.9;2.6;1.3;5.6;.1;.4;6469
+70098;43.7873;6.48495;903;20221202;7.7;-3.3;2.2;2;5.4;1.4;.53;6477
+70098;43.7873;6.48495;903;20221203;6.3;-.6;2.8;3.6;7.6;19.4;.19;5026
+70098;43.7873;6.48495;903;20221204;7.2;3.8;5.5;1.8;8.3;15.4;.4;3372
+70098;43.7873;6.48495;903;20221205;10.1;1;5.5;1.7;6.7;0;.6;5720
+70098;43.7873;6.48495;903;20221206;13.3;-1.9;5.7;1.9;5.1;0;.93;7446
+70098;43.7873;6.48495;903;20221207;10.8;-3.4;3.7;1.6;5.1;.1;.57;7124
+70098;43.7873;6.48495;903;20221208;7.6;-3.7;1.9;1.6;6;18.1;.33;6315
+70098;43.7873;6.48495;903;20221209;8.4;4.5;6.4;1.8;9.05;7.6;.34;3579
+70098;43.7873;6.48495;903;20221210;9.8;2.2;6;2;7.05;0;.6;5038
+70098;43.7873;6.48495;903;20221211;5.4;-3.8;.8;2.6;3.7;0;.89;5569
+70098;43.7873;6.48495;903;20221212;7.1;-5.5;.8;1.8;3.5;9.5;.76;6549
+70098;43.7873;6.48495;903;20221213;2.5;.5;1.5;1.1;6.6;11.7;.27;2491
+70098;43.7873;6.48495;903;20221214;9.8;1.9;5.9;1.8;7.75;1.2;.45;5086
+70098;43.7873;6.48495;903;20221215;9.3;1.6;5.4;2.4;8.55;29.2;.3;5041
+70098;43.7873;6.48495;903;20221216;10.7;5;7.9;1.6;8.8;0;.47;4195
+70098;43.7873;6.48495;903;20221217;11.3;-.6;5.3;1.5;6.6;.1;.45;6272
+70098;43.7873;6.48495;903;20221218;8.9;-1.9;3.5;1.7;5.9;0;.42;5863
+70098;43.7873;6.48495;903;20221219;8;-.3;3.9;1.2;7.2;.5;.29;5162
+70098;43.7873;6.48495;903;20221220;10.3;4.3;7.3;.9;9;3.4;.32;4281
+70098;43.7873;6.48495;903;20221221;9.7;6.9;8.3;1.4;9.9;7.1;.42;2885
+70098;43.7873;6.48495;903;20221222;14.5;3.3;8.9;3;7.8;.1;1.08;6018
+70098;43.7873;6.48495;903;20221223;17.2;9.3;13.2;4;9.9;0;1.62;5064
+70098;43.7873;6.48495;903;20221224;16.9;11.4;14.1;3.2;9.7;0;1.57;4179
+70098;43.7873;6.48495;903;20221225;16.2;2.7;9.4;1.3;8.35;.1;.49;6615
+70098;43.7873;6.48495;903;20221226;15.3;2;8.6;1.6;8.2;0;.56;6641
+70098;43.7873;6.48495;903;20221227;14.7;5.9;10.3;2.5;7.05;0;1.3;5286
+70098;43.7873;6.48495;903;20221228;14.5;-1.1;6.7;1.5;5.8;0;.73;7280
+70098;43.7873;6.48495;903;20221229;10.4;3.4;6.9;1.2;8.65;.1;.4;4768
+70098;43.7873;6.48495;903;20221230;13;4.9;9;1.3;9.15;0;.53;5194
+70098;43.7873;6.48495;903;20221231;14.9;4.9;9.9;1.2;9.3;.1;.52;5800
+70099;43.7974;6.79458;947;20220101;14.7;1.7;8.2;1.3;6.82;0;.67;6316
+70099;43.7974;6.79458;947;20220102;15;-1.3;6.9;1.4;6.45;0;.79;6738
+70099;43.7974;6.79458;947;20220103;12.7;3.1;7.9;1.7;6.65;0;.96;5669
+70099;43.7974;6.79458;947;20220104;9;1.5;5.3;1.9;7.65;.6;.48;4660
+70099;43.7974;6.79458;947;20220105;8;3.1;5.6;2.6;7.05;3.4;.84;4076
+70099;43.7974;6.79458;947;20220106;6.4;-3.4;1.5;1.9;3.75;.1;.78;5845
+70099;43.7974;6.79458;947;20220107;6.1;-5.7;.2;2.1;3.52;.1;.83;6330
+70099;43.7974;6.79458;947;20220108;7;-1.6;2.7;3.1;5.02;.7;.93;5767
+70099;43.7974;6.79458;947;20220109;5.6;1.5;3.6;3.4;4.65;0;1.26;4280
+70099;43.7974;6.79458;947;20220110;7.5;-1.2;3.2;1.9;3.55;0;.99;5813
+70099;43.7974;6.79458;947;20220111;9.6;-5.2;2.2;1.9;2.45;0;1.18;7477
+70099;43.7974;6.79458;947;20220112;10;-6.1;2;1.9;2.78;0;1.14;7849
+70099;43.7974;6.79458;947;20220113;10.4;-4.9;2.7;1.7;3.12;0;.98;7417
+70099;43.7974;6.79458;947;20220114;14.2;-3.7;5.2;1.7;3.15;0;1.16;8504
+70099;43.7974;6.79458;947;20220115;14.4;-1.7;6.3;1.4;4.35;0;.99;7613
+70099;43.7974;6.79458;947;20220116;13.2;-3;5.1;1.8;4.72;0;1.08;8079
+70099;43.7974;6.79458;947;20220117;12.5;-4.3;4.1;1.9;3.25;0;1.2;8516
+70099;43.7974;6.79458;947;20220118;11.8;-3;4.4;1.5;4.68;0;.8;7451
+70099;43.7974;6.79458;947;20220119;9.2;-2.2;3.5;1.9;5.95;0;.76;6939
+70099;43.7974;6.79458;947;20220120;9.3;-2.7;3.3;2.1;4.88;0;.98;7286
+70099;43.7974;6.79458;947;20220121;8.7;-4.5;2.1;2;4.08;0;1.02;7710
+70099;43.7974;6.79458;947;20220122;9.1;-5;2.1;1.7;4.28;0;.84;7992
+70099;43.7974;6.79458;947;20220123;11.3;-3;4.1;1.7;4.58;0;1;7721
+70099;43.7974;6.79458;947;20220124;11.5;-4.6;3.5;1.3;5.42;0;.71;8858
+70099;43.7974;6.79458;947;20220125;9.3;-3.7;2.8;1.7;5.72;.1;.72;8019
+70099;43.7974;6.79458;947;20220126;11.3;-4.6;3.3;1.6;5.38;0;.77;8853
+70099;43.7974;6.79458;947;20220127;12.3;-4.1;4.1;1.6;5.05;.1;.83;9076
+70099;43.7974;6.79458;947;20220128;14.5;-4.4;5.1;1.5;4.62;0;1.12;9995
+70099;43.7974;6.79458;947;20220129;12.9;-2.7;5.1;2.1;3.92;0;1.49;9068
+70099;43.7974;6.79458;947;20220130;14.3;-3.8;5.2;1.5;5.35;0;.99;9957
+70099;43.7974;6.79458;947;20220131;10.3;-3;3.6;3.9;4.32;0;1.77;8806
+70099;43.7974;6.79458;947;20220201;10.2;-2.9;3.7;2.7;3.42;0;1.6;8833
+70099;43.7974;6.79458;947;20220202;17.5;2;9.8;2.6;4.65;0;2.09;10132
+70099;43.7974;6.79458;947;20220203;15;.4;7.7;1.5;5.88;0;1.25;8668
+70099;43.7974;6.79458;947;20220204;11.4;-1.4;5;1.9;6.75;0;.97;8647
+70099;43.7974;6.79458;947;20220205;12.9;-.9;6;1.7;6.15;0;1.14;9542
+70099;43.7974;6.79458;947;20220206;12.4;-2.2;5.1;3;4.85;0;1.79;9553
+70099;43.7974;6.79458;947;20220207;13.5;3.6;8.6;3.7;5.45;0;2.18;8729
+70099;43.7974;6.79458;947;20220208;13.4;-2.6;5.4;2.2;4.25;0;1.68;10947
+70099;43.7974;6.79458;947;20220209;13.4;-2.2;5.6;2.5;4.82;0;1.66;10408
+70099;43.7974;6.79458;947;20220210;4.1;-1.9;1.1;2.8;4.08;0;2.07;11400
+70099;43.7974;6.79458;947;20220211;12.1;-1.2;5.5;3;4.48;0;1.86;10600
+70099;43.7974;6.79458;947;20220212;11.1;.2;5.7;4.8;3.38;0;2.66;11500
+70099;43.7974;6.79458;947;20220213;10.7;1.4;6.1;3.1;4.28;2.3;1.94;10800
+70099;43.7974;6.79458;947;20220214;3.4;1;2.2;1.7;7.28;19.8;.62;2351
+70099;43.7974;6.79458;947;20220215;8.1;-.5;3.8;1.2;5.68;.1;.99;11900
+70099;43.7974;6.79458;947;20220216;9.4;-1.5;3.9;2.5;5.65;0;1.27;9924
+70099;43.7974;6.79458;947;20220217;16.8;3.4;10.1;3;7.22;2.1;2.13;11282
+70099;43.7974;6.79458;947;20220218;17.2;2.9;10;1.9;7.75;0;1.74;11388
+70099;43.7974;6.79458;947;20220219;11.1;3.2;7.1;1.9;7.15;0;1.32;8797
+70099;43.7974;6.79458;947;20220220;14;-2.4;5.8;2.1;5.95;.1;1.69;12786
+70099;43.7974;6.79458;947;20220221;9.7;3.8;6.7;5.6;4.88;0;2.62;8291
+70099;43.7974;6.79458;947;20220222;12.8;0;6.4;2.9;4.18;0;2.24;11761
+70099;43.7974;6.79458;947;20220223;15.1;-1.3;6.9;1.8;4.22;0;1.99;13104
+70099;43.7974;6.79458;947;20220224;10;1.4;5.7;2.3;5.88;.1;1.51;9050
+70099;43.7974;6.79458;947;20220225;11.8;1.3;6.5;2.1;5.62;0;1.67;10701
+70099;43.7974;6.79458;947;20220226;11;-.7;5.1;2.2;3.12;0;2;11914
+70099;43.7974;6.79458;947;20220227;6.9;-4.5;1.2;2;3.95;.3;1.42;11573
+70099;43.7974;6.79458;947;20220228;10.5;-5.1;2.7;2.1;3.95;.3;1.71;13534
+70099;43.7974;6.79458;947;20220301;8.2;-2.2;3;2.4;4.75;0;1.52;11319
+70099;43.7974;6.79458;947;20220302;9;-1;4;1.9;5.48;.1;1.4;11473
+70099;43.7974;6.79458;947;20220303;10.8;-1.4;4.7;1.7;6.42;.1;1.38;12407
+70099;43.7974;6.79458;947;20220304;10.1;-.9;4.6;1.8;6.88;6.8;1.28;11737
+70099;43.7974;6.79458;947;20220305;4.5;1.7;3.1;1.5;6.12;.7;.88;6111
+70099;43.7974;6.79458;947;20220306;4.5;-1.1;1.7;1.6;5.42;0;1.08;9329
+70099;43.7974;6.79458;947;20220307;7.6;-4.2;1.7;1.9;4.72;0;1.43;13211
+70099;43.7974;6.79458;947;20220308;6.8;-5.2;.8;1.9;5.08;.2;1.24;12255
+70099;43.7974;6.79458;947;20220309;10.7;-2.1;4.3;1.9;5.82;.1;1.6;14166
+70099;43.7974;6.79458;947;20220310;11.1;-4.1;3.5;1.6;6.25;.4;1.5;15024
+70099;43.7974;6.79458;947;20220311;8.7;2;5.3;2.8;5.85;0;1.67;10603
+70099;43.7974;6.79458;947;20220312;7.8;4.2;6;3.9;4.78;.2;2.09;7998
+70099;43.7974;6.79458;947;20220313;4.3;3.4;3.8;4.6;5.88;3;1.25;3975
+70099;43.7974;6.79458;947;20220314;8.7;1.1;4.9;3;8.02;6.6;1.19;11585
+70099;43.7974;6.79458;947;20220315;13.5;6.7;10.1;2.6;7.12;0;2.17;10921
+70099;43.7974;6.79458;947;20220316;15.3;2.3;8.8;1.7;8.42;0;1.91;14757
+70099;43.7974;6.79458;947;20220317;11.9;4.5;8.2;1.3;8.82;0;1.56;11752
+70099;43.7974;6.79458;947;20220318;14.7;6.6;10.6;6.8;5.78;.1;4.2;9700
+70099;43.7974;6.79458;947;20220319;13.8;5.5;9.6;6.4;3.88;0;5.02;14900
+70099;43.7974;6.79458;947;20220320;10.1;2.1;6.1;5.7;4.08;0;3.58;10500
+70099;43.7974;6.79458;947;20220321;11.7;2.4;7.1;4.6;3.58;0;3.81;18300
+70099;43.7974;6.79458;947;20220322;12.4;-2.5;5;6.6;2.18;0;5.03;20200
+70099;43.7974;6.79458;947;20220323;14.7;-1.4;6.6;5.8;2.38;0;5.39;20300
+70099;43.7974;6.79458;947;20220324;16.3;-1.7;7.3;4.1;3.08;0;4.53;20400
+70099;43.7974;6.79458;947;20220325;16.4;-1.5;7.4;3.9;3.28;0;4.32;19800
+70099;43.7974;6.79458;947;20220326;16.7;.5;8.6;6.2;3.08;0;5.46;19900
+70099;43.7974;6.79458;947;20220327;15.4;2.8;9.1;5.1;2.88;0;4.63;11500
+70099;43.7974;6.79458;947;20220328;17.7;.4;9.1;3.7;3.48;0;4.43;20500
+70099;43.7974;6.79458;947;20220329;16;1.3;8.6;3.1;4.88;.7;3.52;16600
+70099;43.7974;6.79458;947;20220330;9.9;4.9;7.4;1.5;9.78;12.7;1.24;5766
+70099;43.7974;6.79458;947;20220331;12.7;2;7.3;2.7;6.98;.7;2.74;21600
+70099;43.7974;6.79458;947;20220401;3;.6;1.8;2.5;4.98;1.1;1.31;7300
+70099;43.7974;6.79458;947;20220402;3.2;-2.3;.5;6.2;4.31;1;3.13;18466
+70099;43.7974;6.79458;947;20220403;7;-4.5;1.3;1.6;4.48;.8;1.8;15300
+70099;43.7974;6.79458;947;20220404;9.6;-4.2;2.7;1.9;4.78;0;2.48;22200
+70099;43.7974;6.79458;947;20220405;14.9;-3.4;5.7;2.3;4.68;0;3.46;23300
+70099;43.7974;6.79458;947;20220406;13.7;-1.7;6;2.8;5.98;0;3.05;18200
+70099;43.7974;6.79458;947;20220407;12.8;4.8;8.8;3.1;8.08;0;2.33;10700
+70099;43.7974;6.79458;947;20220408;15.2;6.4;10.8;2.3;10.08;.6;1.89;11900
+70099;43.7974;6.79458;947;20220409;8.2;3.6;5.9;4;4.98;0;2.94;17700
+70099;43.7974;6.79458;947;20220410;13.6;-2.8;5.4;1.6;3.88;0;3.15;24700
+70099;43.7974;6.79458;947;20220411;12.2;-.1;6;2;5.38;0;2.4;13100
+70099;43.7974;6.79458;947;20220412;17.5;1.4;9.4;3.6;7.08;0;3.66;16600
+70099;43.7974;6.79458;947;20220413;20.3;4.1;12.2;3.3;7.28;0;4.74;19800
+70099;43.7974;6.79458;947;20220414;21.4;2.8;12.1;2.8;6.98;0;4.57;22900
+70099;43.7974;6.79458;947;20220415;23.6;6.2;14.9;3.3;8.08;0;5.17;24300
+70099;43.7974;6.79458;947;20220416;22.8;9.6;16.2;3;8.18;0;4.83;23500
+70099;43.7974;6.79458;947;20220417;17.8;4.8;11.3;2.8;7.48;.2;4.33;24900
+70099;43.7974;6.79458;947;20220418;17.8;1.5;9.7;2.6;7.08;0;4.06;24600
+70099;43.7974;6.79458;947;20220419;19;1.6;10.3;2.7;5.98;0;4.3;24200
+70099;43.7974;6.79458;947;20220420;14.7;3;8.9;2.4;8.18;5.2;3.06;14600
+70099;43.7974;6.79458;947;20220421;15.8;7.1;11.4;7.3;7.08;.1;4.82;18900
+70099;43.7974;6.79458;947;20220422;16.8;6.7;11.8;4.2;7.68;1.7;4.37;18500
+70099;43.7974;6.79458;947;20220423;11.1;7.1;9.1;3.2;10.15;20.7;1.89;5633
+70099;43.7974;6.79458;947;20220424;10.8;2.5;6.7;2.2;8.08;2.6;1.86;11500
+70099;43.7974;6.79458;947;20220425;15.8;5.4;10.6;2.1;8.48;0;3.67;24100
+70099;43.7974;6.79458;947;20220426;17.8;1.4;9.6;2.6;7.08;0;4.15;26500
+70099;43.7974;6.79458;947;20220427;20.1;2.1;11.1;2.5;6.68;0;4.66;27100
+70099;43.7974;6.79458;947;20220428;20.4;3.8;12.1;2.1;7.78;.3;4.53;27000
+70099;43.7974;6.79458;947;20220429;20.9;4.2;12.5;2.5;7.58;0;4.69;25700
+70099;43.7974;6.79458;947;20220430;19.2;5.9;12.5;2;7.48;1.5;3.97;22700
+70099;43.7974;6.79458;947;20220501;18.4;4.5;11.4;2.8;6.88;.4;4.47;27000
+70099;43.7974;6.79458;947;20220502;18.8;2.7;10.7;2.2;7.88;.1;4.22;26200
+70099;43.7974;6.79458;947;20220503;15.7;5.9;10.8;2.1;9.28;1.4;3.42;17600
+70099;43.7974;6.79458;947;20220504;17.7;3.5;10.6;2.2;9.28;.7;3.52;21000
+70099;43.7974;6.79458;947;20220505;12.8;7.9;10.3;2.2;10.13;4.6;2.04;11335
+70099;43.7974;6.79458;947;20220506;16.1;7;11.5;1.4;9.68;.1;2.95;19097
+70099;43.7974;6.79458;947;20220507;17;7;12;1.8;10.25;4;3.17;19497
+70099;43.7974;6.79458;947;20220508;14.9;7.4;11.2;1.7;10.65;5.5;2.69;17310
+70099;43.7974;6.79458;947;20220509;18;6.2;12.1;1.8;10.18;2.3;3.37;21471
+70099;43.7974;6.79458;947;20220510;20.1;6.5;13.3;2.1;10.28;1.4;3.85;23072
+70099;43.7974;6.79458;947;20220511;21.9;8.4;15.1;2.1;11.05;0;4.03;22549
+70099;43.7974;6.79458;947;20220512;22.4;8.2;15.3;2.3;10.28;0;4.38;23506
+70099;43.7974;6.79458;947;20220513;22.4;8.9;15.6;1.7;10.48;0;4.23;23480
+70099;43.7974;6.79458;947;20220514;21.3;8.2;14.7;1.2;12.25;.2;3.64;22212
+70099;43.7974;6.79458;947;20220515;21.7;9.7;15.7;1.4;12.62;.1;3.78;22381
+70099;43.7974;6.79458;947;20220516;23.5;9.1;16.3;2;11.62;0;4.43;24381
+70099;43.7974;6.79458;947;20220517;24.1;9.4;16.7;1.9;12.55;0;4.4;24627
+70099;43.7974;6.79458;947;20220518;25.6;11.4;18.5;1.8;13.15;.4;4.72;24631
+70099;43.7974;6.79458;947;20220519;24.6;13.9;19.2;2.4;11.12;0;4.79;21152
+70099;43.7974;6.79458;947;20220520;25.3;10.2;17.7;2.3;11.45;0;4.9;24709
+70099;43.7974;6.79458;947;20220521;27.7;11.3;19.5;2;12.85;0;5.27;26580
+70099;43.7974;6.79458;947;20220522;25.3;12.8;19;1.6;15.38;0;3.99;21643
+70099;43.7974;6.79458;947;20220523;23.9;10.4;17.2;1.9;11.58;0;4.62;24701
+70099;43.7974;6.79458;947;20220524;22.9;9.8;16.3;2.2;10.98;2.4;4.45;23431
+70099;43.7974;6.79458;947;20220525;19.5;10.1;14.8;1.8;12.52;3.2;3.54;20721
+70099;43.7974;6.79458;947;20220526;23.3;10;16.6;1.6;13.27;.5;4.36;24177
+70099;43.7974;6.79458;947;20220527;27.8;13.3;20.6;2.1;11.45;1.4;5.51;25358
+70099;43.7974;6.79458;947;20220528;26.9;12.7;19.8;2.3;10.75;.5;5.41;24285
+70099;43.7974;6.79458;947;20220529;22.4;10.8;16.6;2.4;12.18;.4;4.1;21265
+70099;43.7974;6.79458;947;20220530;19.9;7.5;13.7;1.9;11.68;.7;3.75;22999
+70099;43.7974;6.79458;947;20220531;21.1;8.5;14.8;1.6;12.15;.1;3.96;24050
+70099;43.7974;6.79458;947;20220601;25.2;9.8;17.5;2.1;12.42;0;4.85;25907
+70099;43.7974;6.79458;947;20220602;25.7;10.6;18.1;1.7;12.55;0;4.89;26250
+70099;43.7974;6.79458;947;20220603;25.2;15.7;20.5;1.9;13.32;4.2;4.61;21061
+70099;43.7974;6.79458;947;20220604;27.5;15;21.3;2.1;14.18;0;5.23;24337
+70099;43.7974;6.79458;947;20220605;26.7;16.2;21.4;3;13.45;0;5.29;21701
+70099;43.7974;6.79458;947;20220606;26.3;12;19.1;2.3;12.22;0;5.25;25193
+70099;43.7974;6.79458;947;20220607;24.7;13.7;19.2;3.1;11.42;0;5.3;23110
+70099;43.7974;6.79458;947;20220608;22.9;10.8;16.8;2.7;10.12;0;4.9;23143
+70099;43.7974;6.79458;947;20220609;22.8;13.4;18.1;3;9.42;0;5.06;21748
+70099;43.7974;6.79458;947;20220610;25.4;8.5;17;2.5;7.58;0;5.79;27794
+70099;43.7974;6.79458;947;20220611;27.7;10.2;18.9;2.5;8.62;0;6.18;28304
+70099;43.7974;6.79458;947;20220612;28.5;12.3;20.4;2.3;10.22;0;5.98;26985
+70099;43.7974;6.79458;947;20220613;29.7;14.7;22.2;2;12.08;0;5.83;26442
+70099;43.7974;6.79458;947;20220614;28.2;12.2;20.2;1.9;12.58;0;5.51;26865
+70099;43.7974;6.79458;947;20220615;27.6;14.5;21.1;1.8;14.22;0;5.05;24001
+70099;43.7974;6.79458;947;20220616;29.8;14.6;22.2;1.8;14.42;0;5.55;26590
+70099;43.7974;6.79458;947;20220617;30.6;14.2;22.4;2;14.55;0;5.88;27486
+70099;43.7974;6.79458;947;20220618;28.8;16.9;22.9;1.9;16.22;.3;5.15;22846
+70099;43.7974;6.79458;947;20220619;28;16.8;22.4;2;13.82;0;5.24;22731
+70099;43.7974;6.79458;947;20220620;27.9;14.2;21.1;2.4;11.88;0;5.72;24982
+70099;43.7974;6.79458;947;20220621;27.4;14;20.7;2.5;13.68;1.7;5.46;24387
+70099;43.7974;6.79458;947;20220622;23.3;15.9;19.6;2.5;16.32;5;4.2;19535
+70099;43.7974;6.79458;947;20220623;22;13.4;17.7;2.3;15.58;2.9;3.93;19970
+70099;43.7974;6.79458;947;20220624;22.7;10.8;16.8;2.5;14.05;2.4;4.37;23838
+70099;43.7974;6.79458;947;20220625;25;10.8;17.9;2.6;11.55;0;5.35;25926
+70099;43.7974;6.79458;947;20220626;27.3;14.5;20.9;2.2;12.75;0;5.48;25110
+70099;43.7974;6.79458;947;20220627;28.6;17.6;23.1;2.1;13.78;0;5.43;22934
+70099;43.7974;6.79458;947;20220628;25.6;15.6;20.6;2;14.75;25.4;4.69;21448
+70099;43.7974;6.79458;947;20220629;27.4;10.6;19;1.9;13.65;0;5.37;28350
+70099;43.7974;6.79458;947;20220630;26.1;11.8;19;1.8;15.18;.1;4.77;25685
+70099;43.7974;6.79458;947;20220701;26.3;12.3;19.3;2.4;13.35;0;5.19;25643
+70099;43.7974;6.79458;947;20220702;29.1;11.9;20.5;2;11.62;0;5.8;28082
+70099;43.7974;6.79458;947;20220703;30.5;14.6;22.5;2.2;12.12;0;6.07;26480
+70099;43.7974;6.79458;947;20220704;30.2;16.7;23.5;1.8;14.28;.2;5.43;23911
+70099;43.7974;6.79458;947;20220705;29.8;15.5;22.7;2.2;14.12;0;5.73;25337
+70099;43.7974;6.79458;947;20220706;28.4;13.3;20.9;2.1;13.82;0;5.45;25661
+70099;43.7974;6.79458;947;20220707;28.5;13.8;21.1;1.9;14.05;0;5.34;25609
+70099;43.7974;6.79458;947;20220708;27.1;15;21;2;13.18;0;4.99;22629
+70099;43.7974;6.79458;947;20220709;28.1;13.3;20.7;2;12.75;0;5.43;25440
+70099;43.7974;6.79458;947;20220710;26.3;15;20.6;2.1;14.45;0;4.75;22053
+70099;43.7974;6.79458;947;20220711;27;14.5;20.7;1.8;14.32;0;4.93;23657
+70099;43.7974;6.79458;947;20220712;27.1;13.9;20.5;1.7;15.68;.1;4.72;23918
+70099;43.7974;6.79458;947;20220713;27.5;14.9;21.2;1.9;16.15;.1;4.83;23224
+70099;43.7974;6.79458;947;20220714;29.7;15.5;22.6;1.8;15.82;0;5.3;24699
+70099;43.7974;6.79458;947;20220715;29.8;14.9;22.4;2.2;15.88;.1;5.31;24240
+70099;43.7974;6.79458;947;20220716;28.5;13.8;21.2;1.8;17.68;0;4.84;24737
+70099;43.7974;6.79458;947;20220717;30;15.8;22.9;1.6;18.18;.2;5.18;25234
+70099;43.7974;6.79458;947;20220718;30.3;17.9;24.1;1.9;17.92;.8;5.18;22718
+70099;43.7974;6.79458;947;20220719;29.9;17.3;23.6;1.8;17.25;.5;5.07;22834
+70099;43.7974;6.79458;947;20220720;30.9;17.5;24.2;2.3;15.08;0;5.76;23922
+70099;43.7974;6.79458;947;20220721;31.7;16.2;23.9;2.3;13.85;0;5.86;24287
+70099;43.7974;6.79458;947;20220722;31;15.6;23.3;1.9;15.22;0;5.47;24774
+70099;43.7974;6.79458;947;20220723;31;16.1;23.5;2.1;15.58;0;5.6;24596
+70099;43.7974;6.79458;947;20220724;30.2;16.8;23.5;2;18.62;0;5.11;23341
+70099;43.7974;6.79458;947;20220725;30.6;16.4;23.5;1.9;18.38;.2;5.11;23684
+70099;43.7974;6.79458;947;20220726;29.9;15.6;22.8;2.1;14.85;0;5.33;23508
+70099;43.7974;6.79458;947;20220727;27.5;14.2;20.8;2.1;15.18;.5;4.9;23351
+70099;43.7974;6.79458;947;20220728;27.8;15.2;21.5;2.2;14.78;7.1;4.88;22052
+70099;43.7974;6.79458;947;20220729;26.2;14.6;20.4;2.2;14.85;3;4.6;21380
+70099;43.7974;6.79458;947;20220730;28.2;14;21.1;2.3;13.42;0;5.23;23775
+70099;43.7974;6.79458;947;20220731;29.8;14;21.9;2.3;11.18;0;5.72;24696
+70099;43.7974;6.79458;947;20220801;29.9;15;22.4;2.2;11.62;0;5.59;24013
+70099;43.7974;6.79458;947;20220802;28.3;14.4;21.4;2.1;14.42;0;4.82;21967
+70099;43.7974;6.79458;947;20220803;28.8;15.8;22.3;2.2;14.82;.1;5.08;22135
+70099;43.7974;6.79458;947;20220804;30.6;18.5;24.5;1.9;13.92;0;5.24;21698
+70099;43.7974;6.79458;947;20220805;30.9;16.9;23.9;2.3;12.85;1;5.61;22393
+70099;43.7974;6.79458;947;20220806;30.9;15.6;23.3;2.1;14.12;.1;5.42;23666
+70099;43.7974;6.79458;947;20220807;28.4;15.2;21.8;2.2;14.38;.4;4.94;22204
+70099;43.7974;6.79458;947;20220808;27.7;13.6;20.7;1.8;13.78;.4;4.72;23278
+70099;43.7974;6.79458;947;20220809;28.8;16;22.4;2.2;14.32;.3;4.97;21519
+70099;43.7974;6.79458;947;20220810;27.2;16.6;21.9;2.1;15.45;7;4.36;19054
+70099;43.7974;6.79458;947;20220811;26.2;14.8;20.5;2.1;15.42;.7;4.21;20228
+70099;43.7974;6.79458;947;20220812;28.1;13.5;20.8;1.9;15.78;.1;4.5;22027
+70099;43.7974;6.79458;947;20220813;25.4;14;19.7;1.9;16.52;.7;3.78;19701
+70099;43.7974;6.79458;947;20220814;24.5;15.7;20.1;1.9;14.82;2.5;3.76;17509
+70099;43.7974;6.79458;947;20220815;26;11.9;19;2.3;13.62;.5;4.4;21867
+70099;43.7974;6.79458;947;20220816;26.7;11.7;19.2;2;14.58;3.5;4.32;22385
+70099;43.7974;6.79458;947;20220817;20.4;14.5;17.4;2.4;14.95;7.6;2.83;13234
+70099;43.7974;6.79458;947;20220818;22;13;17.5;3;14.72;5;3.49;17541
+70099;43.7974;6.79458;947;20220819;25.6;11.1;18.3;2.4;13.48;0;4.33;22097
+70099;43.7974;6.79458;947;20220820;27.6;12.9;20.3;2.2;13.25;0;4.63;21824
+70099;43.7974;6.79458;947;20220821;27.1;14;20.6;2;14.02;1.4;4.21;19886
+70099;43.7974;6.79458;947;20220822;25.8;13.1;19.5;1.8;14.28;0;3.92;19751
+70099;43.7974;6.79458;947;20220823;27.2;13.5;20.3;2;13.88;0;4.29;20527
+70099;43.7974;6.79458;947;20220824;26.9;14.8;20.9;2;14.18;.1;4.1;18661
+70099;43.7974;6.79458;947;20220825;27;15;21;1.9;15.08;0;3.97;18525
+70099;43.7974;6.79458;947;20220826;26.1;15.9;21;1.8;15.75;1;3.74;17649
+70099;43.7974;6.79458;947;20220827;25.6;12.9;19.3;1.7;15.32;5.6;3.66;18988
+70099;43.7974;6.79458;947;20220828;26.4;13.6;20;1.5;16.52;.1;3.56;19081
+70099;43.7974;6.79458;947;20220829;26.7;12.1;19.4;1.8;15.48;.7;3.81;20456
+70099;43.7974;6.79458;947;20220830;26.1;15;20.5;1.9;16.32;3.9;3.69;18016
+70099;43.7974;6.79458;947;20220831;24.2;12.3;18.2;2;14.68;.5;3.38;17787
+70099;43.7974;6.79458;947;20220901;25.6;12.7;19.1;1.6;15.45;.4;3.41;18423
+70099;43.7974;6.79458;947;20220902;21.1;12;16.5;1.6;14.65;5;2.62;14746
+70099;43.7974;6.79458;947;20220903;23.1;11.4;17.2;1.8;14.68;8;3.09;17489
+70099;43.7974;6.79458;947;20220904;23.9;10.4;17.1;2;14.75;0;3.31;18811
+70099;43.7974;6.79458;947;20220905;25.4;12.8;19.1;2;15.08;0;3.5;18055
+70099;43.7974;6.79458;947;20220906;25.3;13.9;19.6;1.7;15.78;1;3.27;16676
+70099;43.7974;6.79458;947;20220907;24.7;13.6;19.1;1.5;16.82;2.2;3.02;16744
+70099;43.7974;6.79458;947;20220908;23.6;13;18.3;2.2;13.45;0;3.4;16763
+70099;43.7974;6.79458;947;20220909;22.8;12.1;17.4;3.1;9.32;0;4.16;16586
+70099;43.7974;6.79458;947;20220910;22.2;10.7;16.5;2.4;9.32;0;3.57;16057
+70099;43.7974;6.79458;947;20220911;23.5;8.4;15.9;2.2;10.68;0;3.43;18133
+70099;43.7974;6.79458;947;20220912;25.1;9.4;17.2;2.1;12.15;0;3.49;18285
+70099;43.7974;6.79458;947;20220913;24.8;11.1;17.9;1.5;14.25;.1;2.98;16779
+70099;43.7974;6.79458;947;20220914;18.5;14.3;16.4;1.9;15.35;14.9;2.13;10284
+70099;43.7974;6.79458;947;20220915;24.5;13.3;18.9;3;13.88;0;3.72;15544
+70099;43.7974;6.79458;947;20220916;23.3;12.8;18;2.9;12.45;0;3.54;15537
+70099;43.7974;6.79458;947;20220917;20.1;10.4;15.3;3.1;8.42;.2;3.49;14164
+70099;43.7974;6.79458;947;20220918;20;5.8;12.9;2.2;9.05;0;2.88;16782
+70099;43.7974;6.79458;947;20220919;22.1;7.3;14.7;2;8.85;.1;3.12;16786
+70099;43.7974;6.79458;947;20220920;21;7.5;14.3;1.7;9.82;.1;2.68;15331
+70099;43.7974;6.79458;947;20220921;18.3;7.6;12.9;1.7;10.42;0;2.29;14009
+70099;43.7974;6.79458;947;20220922;17.7;11.1;14.4;1.6;10.68;.1;2.12;11178
+70099;43.7974;6.79458;947;20220923;18.4;9.3;13.8;1.5;10.88;2.4;2.17;12911
+70099;43.7974;6.79458;947;20220924;12.6;10.7;11.6;1.4;12.35;9.8;.99;4483
+70099;43.7974;6.79458;947;20220925;17.4;8.9;13.1;1.6;11.45;2.2;1.93;11912
+70099;43.7974;6.79458;947;20220926;18.1;4.7;11.4;2.2;9.18;.1;2.44;15173
+70099;43.7974;6.79458;947;20220927;16.3;9.2;12.8;3.6;7.88;.1;2.96;11783
+70099;43.7974;6.79458;947;20220928;17.4;9.3;13.3;3.8;9.02;0;2.98;12250
+70099;43.7974;6.79458;947;20220929;16.3;8.9;12.6;3.3;9.28;0;2.52;11116
+70099;43.7974;6.79458;947;20220930;14.6;7.3;11;1.8;8.88;3.2;1.91;10907
+70099;43.7974;6.79458;947;20221001;16.8;3.2;10;2.5;9.05;0;2.21;14976
+70099;43.7974;6.79458;947;20221002;21.7;9.6;15.7;2.2;11.22;0;2.63;13467
+70099;43.7974;6.79458;947;20221003;23.1;7.4;15.3;2.2;10.08;0;2.82;15368
+70099;43.7974;6.79458;947;20221004;22.3;7.7;15;2;10.32;.1;2.58;14163
+70099;43.7974;6.79458;947;20221005;20.7;7.8;14.3;1.7;11.32;.3;2.15;13218
+70099;43.7974;6.79458;947;20221006;21.2;6.8;14;1.7;11.62;.1;2.08;13688
+70099;43.7974;6.79458;947;20221007;21.3;8;14.6;1.7;11.08;.1;2.19;13365
+70099;43.7974;6.79458;947;20221008;16.3;8.3;12.3;1.3;11.52;2.5;1.52;10140
+70099;43.7974;6.79458;947;20221009;13.5;10.6;12.1;1.4;12.85;15.5;.96;4871
+70099;43.7974;6.79458;947;20221010;17.4;10.3;13.8;1.2;12.25;.3;1.5;9665
+70099;43.7974;6.79458;947;20221011;19.6;7.2;13.4;1.5;11.35;.3;1.82;12161
+70099;43.7974;6.79458;947;20221012;18.6;9.1;13.8;1.7;11.48;0;1.81;10718
+70099;43.7974;6.79458;947;20221013;19.3;7.1;13.2;2;10.85;0;1.96;11874
+70099;43.7974;6.79458;947;20221014;19.3;9.1;14.2;2.4;11.38;.1;2.01;10699
+70099;43.7974;6.79458;947;20221015;21.4;7;14.2;2;11.38;.1;2.07;12358
+70099;43.7974;6.79458;947;20221016;19.4;7.8;13.6;1.6;11.95;.1;1.62;11106
+70099;43.7974;6.79458;947;20221017;20.7;9;14.9;1.6;11.78;0;1.8;11017
+70099;43.7974;6.79458;947;20221018;22.1;8.9;15.5;1.6;11.68;0;1.92;11556
+70099;43.7974;6.79458;947;20221019;22.7;6.9;14.8;1.6;11.18;0;1.9;12455
+70099;43.7974;6.79458;947;20221020;20.2;8.8;14.5;1.6;11.35;1.2;1.74;10303
+70099;43.7974;6.79458;947;20221021;15.1;12.3;13.7;2;14.12;5.2;1.03;5181
+70099;43.7974;6.79458;947;20221022;20.3;12.5;16.4;2;14.08;0;1.71;8826
+70099;43.7974;6.79458;947;20221023;20.4;10.6;15.5;1.4;12.72;.3;1.53;9404
+70099;43.7974;6.79458;947;20221024;18.7;12.1;15.4;1.8;13.75;0;1.39;7626
+70099;43.7974;6.79458;947;20221025;22;8.5;15.3;2;11.68;0;1.84;10796
+70099;43.7974;6.79458;947;20221026;21.2;7.9;14.5;1.6;12.12;.1;1.51;10267
+70099;43.7974;6.79458;947;20221027;22.5;8.5;15.5;1.3;12.32;.1;1.5;10623
+70099;43.7974;6.79458;947;20221028;24.1;8.5;16.3;1.5;10.82;0;1.79;11248
+70099;43.7974;6.79458;947;20221029;23.2;9;16.1;1.9;8.48;0;2.21;10204
+70099;43.7974;6.79458;947;20221030;21.6;9.3;15.5;1.6;7.72;.1;1.97;9378
+70099;43.7974;6.79458;947;20221031;20.1;7.2;13.6;1.5;8.12;0;1.68;9357
+70099;43.7974;6.79458;947;20221101;16.9;7.4;12.2;1.8;9.92;22.5;1.33;7817
+70099;43.7974;6.79458;947;20221102;17.3;4.7;11;1.7;9.92;0;1.23;9240
+70099;43.7974;6.79458;947;20221103;11.6;4.3;7.9;1.8;10.02;21.2;.85;6839
+70099;43.7974;6.79458;947;20221104;11.5;5.1;8.3;4;7.05;.8;1.85;6826
+70099;43.7974;6.79458;947;20221105;15.3;1.1;8.2;2.4;5.55;0;1.73;9988
+70099;43.7974;6.79458;947;20221106;15.3;1.6;8.5;2;5.72;0;1.52;9109
+70099;43.7974;6.79458;947;20221107;16.1;1.1;8.6;1.6;7.45;0;1.11;9424
+70099;43.7974;6.79458;947;20221108;15;1.5;8.2;1.5;8.65;.5;.96;9038
+70099;43.7974;6.79458;947;20221109;13.1;7.9;10.5;1.5;11.02;10.5;.8;5315
+70099;43.7974;6.79458;947;20221110;15.7;5.1;10.4;1.5;10.25;.1;.9;7736
+70099;43.7974;6.79458;947;20221111;17.7;4.4;11;1.3;8.58;.1;1.05;8513
+70099;43.7974;6.79458;947;20221112;14.7;3.7;9.2;1.5;7.78;0;1;7708
+70099;43.7974;6.79458;947;20221113;13.8;6.6;10.2;1.4;7.75;.1;1.09;5916
+70099;43.7974;6.79458;947;20221114;10.8;2.5;6.7;1.4;7.95;7.1;.73;6219
+70099;43.7974;6.79458;947;20221115;10.2;7;8.6;1.1;10.65;2.4;.53;4280
+70099;43.7974;6.79458;947;20221116;14.5;6.4;10.5;1.8;9.85;0;.94;6433
+70099;43.7974;6.79458;947;20221117;16.5;4.4;10.4;3.3;7.65;.2;1.84;7890
+70099;43.7974;6.79458;947;20221118;11.8;7.1;9.5;3.9;6.92;0;1.83;4980
+70099;43.7974;6.79458;947;20221119;12.6;.3;6.5;2.1;5.22;.1;1.27;7228
+70099;43.7974;6.79458;947;20221120;10.3;-.9;4.7;2.3;5.32;0;1.07;6705
+70099;43.7974;6.79458;947;20221121;9;.6;4.8;2.1;6.05;7;.93;6074
+70099;43.7974;6.79458;947;20221122;8.8;2.9;5.9;3.7;5.65;0;1.34;5505
+70099;43.7974;6.79458;947;20221123;11.4;1.4;6.4;2.9;5.32;0;1.41;6552
+70099;43.7974;6.79458;947;20221124;14.5;3.5;9;2.8;5.52;0;1.69;6917
+70099;43.7974;6.79458;947;20221125;12.9;2.8;7.9;1.6;6.28;0;1;6317
+70099;43.7974;6.79458;947;20221126;14.5;.1;7.3;2;5.08;0;1.25;7563
+70099;43.7974;6.79458;947;20221127;10.7;-1.4;4.7;1.9;5.42;0;.93;6630
+70099;43.7974;6.79458;947;20221128;4.5;-.1;2.2;1.5;6.45;2.1;.48;3920
+70099;43.7974;6.79458;947;20221129;5.3;1.2;3.3;1.2;6.42;.6;.5;4123
+70099;43.7974;6.79458;947;20221130;9.8;-2.1;3.9;1.5;5.52;.1;.67;6641
+70099;43.7974;6.79458;947;20221201;8;-2;3;1.4;6.05;0;.47;5953
+70099;43.7974;6.79458;947;20221202;7.6;-2.3;2.7;2;5.58;6.6;.66;6028
+70099;43.7974;6.79458;947;20221203;5.6;-.6;2.5;3.2;7.12;22.3;.32;4650
+70099;43.7974;6.79458;947;20221204;6.6;3.8;5.2;1.7;7.82;18;.49;2918
+70099;43.7974;6.79458;947;20221205;9.6;1;5.3;1.9;6.62;0;.7;5610
+70099;43.7974;6.79458;947;20221206;12.1;-1.1;5.5;1.8;5.08;0;.95;6564
+70099;43.7974;6.79458;947;20221207;10.3;-2.5;3.9;1.5;5.65;0;.58;6553
+70099;43.7974;6.79458;947;20221208;7.6;-2.5;2.5;1.5;6.42;17.7;.42;5709
+70099;43.7974;6.79458;947;20221209;8;4;6;1.9;9.18;8.8;.34;3772
+70099;43.7974;6.79458;947;20221210;9.4;2.3;5.9;2.1;7.58;0;.59;4774
+70099;43.7974;6.79458;947;20221211;5.3;-2.7;1.3;2.4;4.28;0;.9;4760
+70099;43.7974;6.79458;947;20221212;6.7;-4.6;1.1;1.6;4.08;10.6;.7;5950
+70099;43.7974;6.79458;947;20221213;2;-.1;1;1;6.52;5.2;.26;2723
+70099;43.7974;6.79458;947;20221214;8.9;1.5;5.2;1.7;7.65;.2;.41;5024
+70099;43.7974;6.79458;947;20221215;8.3;1.7;5;2;8.58;38.9;.31;4371
+70099;43.7974;6.79458;947;20221216;9.9;4.6;7.3;1.9;9.02;0;.43;4056
+70099;43.7974;6.79458;947;20221217;10.6;0;5.3;1.6;7.08;0;.48;5633
+70099;43.7974;6.79458;947;20221218;8.7;-1;3.8;1.8;5.88;0;.6;5341
+70099;43.7974;6.79458;947;20221219;7.7;.1;3.9;1.9;7.48;.3;.39;4839
+70099;43.7974;6.79458;947;20221220;9.8;4.4;7.1;3.1;8.78;5;.67;3856
+70099;43.7974;6.79458;947;20221221;9.1;6.6;7.8;2.2;9.92;8.4;.46;2623
+70099;43.7974;6.79458;947;20221222;13.3;3.3;8.3;2.5;8.18;0;.89;5409
+70099;43.7974;6.79458;947;20221223;16.1;8.2;12.1;3.3;9.48;0;1.35;5177
+70099;43.7974;6.79458;947;20221224;15.9;10.3;13.1;2.6;9.75;0;1.27;4392
+70099;43.7974;6.79458;947;20221225;15;3;9;1.2;9.05;0;.47;5829
+70099;43.7974;6.79458;947;20221226;14.6;2.5;8.6;1.9;8.68;0;.65;6127
+70099;43.7974;6.79458;947;20221227;13.9;5.7;9.8;2.6;7.52;0;1.25;5016
+70099;43.7974;6.79458;947;20221228;13.6;-.3;6.6;1.8;6.55;0;.78;6577
+70099;43.7974;6.79458;947;20221229;9.8;3.6;6.7;1.8;8.52;.2;.57;4243
+70099;43.7974;6.79458;947;20221230;12.5;4.9;8.7;1.4;9.28;0;.56;5126
+70099;43.7974;6.79458;947;20221231;13.8;4.8;9.3;1.3;9.58;0;.49;5330
+70100;43.80657;7.10431;336;20220101;11.6;8.4;10;.7;10.59;.1;.46;3605
+70100;43.80657;7.10431;336;20220102;11.4;8.1;9.7;.8;9.09;0;.56;3689
+70100;43.80657;7.10431;336;20220103;16.7;1.3;9;1.3;8.49;0;.62;8596
+70100;43.80657;7.10431;336;20220104;11.9;2.9;7.4;.5;10.09;.1;.28;6493
+70100;43.80657;7.10431;336;20220105;14.8;8.9;11.8;1.9;9.19;5.4;1.02;5195
+70100;43.80657;7.10431;336;20220106;12;2.9;7.4;1.6;5.89;.1;.88;6618
+70100;43.80657;7.10431;336;20220107;11.1;.3;5.7;2.4;4.39;0;1.26;7306
+70100;43.80657;7.10431;336;20220108;12.6;2.8;7.7;5.6;5.49;.1;2.24;6988
+70100;43.80657;7.10431;336;20220109;10.8;6.2;8.5;7.8;5.59;0;2.75;4668
+70100;43.80657;7.10431;336;20220110;12.5;3.2;7.8;1.2;4.99;0;.84;6905
+70100;43.80657;7.10431;336;20220111;14.1;-.4;6.8;.9;3.59;0;.65;8820
+70100;43.80657;7.10431;336;20220112;12.9;-.9;6;1.4;4.19;0;.9;8668
+70100;43.80657;7.10431;336;20220113;12.9;.1;6.5;1.3;4.59;0;.85;8405
+70100;43.80657;7.10431;336;20220114;14.8;-1.2;6.8;.8;4.69;0;.58;9470
+70100;43.80657;7.10431;336;20220115;15.2;.9;8;.8;5.59;0;.6;9083
+70100;43.80657;7.10431;336;20220116;13.9;-.3;6.8;.5;6.79;0;.4;9139
+70100;43.80657;7.10431;336;20220117;15.9;.4;8.1;.9;5.49;0;.69;9668
+70100;43.80657;7.10431;336;20220118;12.9;.3;6.6;1.1;7.39;0;.61;8758
+70100;43.80657;7.10431;336;20220119;12.7;2.7;7.7;1.1;7.99;0;.63;7831
+70100;43.80657;7.10431;336;20220120;12.9;-.2;6.3;1.4;5.79;0;.86;9134
+70100;43.80657;7.10431;336;20220121;12.8;-.2;6.3;1;5.59;0;.72;9199
+70100;43.80657;7.10431;336;20220122;12.9;-.2;6.3;1.1;5.89;0;.76;9341
+70100;43.80657;7.10431;336;20220123;12.8;-.8;6;.9;6.69;0;.63;9636
+70100;43.80657;7.10431;336;20220124;12.6;0;6.3;.9;7.09;0;.63;9365
+70100;43.80657;7.10431;336;20220125;13.4;2.3;7.8;1;7.79;0;.71;8863
+70100;43.80657;7.10431;336;20220126;13.1;.1;6.6;1;7.29;0;.7;9749
+70100;43.80657;7.10431;336;20220127;12.6;1.2;6.9;.6;7.69;0;.59;9208
+70100;43.80657;7.10431;336;20220128;14;.9;7.4;1.2;7.19;0;.86;10029
+70100;43.80657;7.10431;336;20220129;15.6;3.6;9.6;1.3;5.99;0;1.15;9696
+70100;43.80657;7.10431;336;20220130;14.1;2;8;.8;8.29;0;.73;9861
+70100;43.80657;7.10431;336;20220131;16.6;2.4;9.5;2.3;6.59;0;1.62;10859
+70100;43.80657;7.10431;336;20220201;13.9;3.4;8.6;1.4;3.99;0;1.34;9386
+70100;43.80657;7.10431;336;20220202;19.8;1.4;10.6;1.3;5.49;0;1.44;11645
+70100;43.80657;7.10431;336;20220203;15.6;2.7;9.1;1.6;8.39;0;1.12;10728
+70100;43.80657;7.10431;336;20220204;15.6;7.3;11.4;.9;8.89;0;.98;8617
+70100;43.80657;7.10431;336;20220205;16.5;2.2;9.3;.5;7.99;0;.83;11616
+70100;43.80657;7.10431;336;20220206;17.9;1.3;9.6;3.8;5.69;0;2.64;12233
+70100;43.80657;7.10431;336;20220207;17.4;8;12.7;4.1;6.79;0;2.8;9570
+70100;43.80657;7.10431;336;20220208;16.6;.5;8.5;1.1;5.39;0;1.27;12541
+70100;43.80657;7.10431;336;20220209;16.6;1.6;9.1;2.4;6.89;0;1.77;12542
+70100;43.80657;7.10431;336;20220210;10.5;2.4;6.4;2.7;7.76;0;1.64;12374
+70100;43.80657;7.10431;336;20220211;13.7;3.5;8.6;3.3;8.26;0;1.69;10773
+70100;43.80657;7.10431;336;20220212;13.7;3.8;8.8;3.3;7.06;0;1.92;11609
+70100;43.80657;7.10431;336;20220213;11.7;1;6.3;2.3;6.26;1.7;1.51;10747
+70100;43.80657;7.10431;336;20220214;7.8;5;6.4;2.7;8.76;26.2;.78;1366
+70100;43.80657;7.10431;336;20220215;11.1;2.1;6.6;2.9;7.62;0;1.44;11762
+70100;43.80657;7.10431;336;20220216;14.8;-.1;7.3;2.1;6.49;0;1.65;13689
+70100;43.80657;7.10431;336;20220217;22.3;4;13.1;3.4;8.59;.6;2.9;14035
+70100;43.80657;7.10431;336;20220218;18.9;2.7;10.8;1.6;10.29;0;1.57;14211
+70100;43.80657;7.10431;336;20220219;15.5;5.1;10.3;1.5;9.79;0;1.35;11804
+70100;43.80657;7.10431;336;20220220;17.8;.2;9;1.9;6.59;0;1.95;14567
+70100;43.80657;7.10431;336;20220221;15.1;6;10.5;7.7;5.79;0;3.76;11297
+70100;43.80657;7.10431;336;20220222;19.3;6.6;12.9;2.9;5.29;0;3.02;13609
+70100;43.80657;7.10431;336;20220223;17.8;2.1;9.9;1.2;6.69;0;1.74;15113
+70100;43.80657;7.10431;336;20220224;13.7;.6;7.1;2.2;7.79;.3;1.54;14183
+70100;43.80657;7.10431;336;20220225;15.9;4.2;10;2.1;7.09;0;1.99;13545
+70100;43.80657;7.10431;336;20220226;14.4;2.9;8.6;1.2;4.89;0;1.7;13593
+70100;43.80657;7.10431;336;20220227;9.8;-.2;4.8;.9;5.39;0;1.24;12800
+70100;43.80657;7.10431;336;20220228;16.2;-.8;7.7;1.6;5.49;0;1.98;16050
+70100;43.80657;7.10431;336;20220301;12.2;1;6.6;1.8;6.19;0;1.65;13913
+70100;43.80657;7.10431;336;20220302;14.6;2.4;8.5;1.4;6.69;0;1.76;14720
+70100;43.80657;7.10431;336;20220303;12.5;1.9;7.2;1.6;8.39;0;1.42;13853
+70100;43.80657;7.10431;336;20220304;12.9;.8;6.8;1.3;8.89;10.3;1.4;15014
+70100;43.80657;7.10431;336;20220305;8.7;5.1;6.9;.8;7.89;1.8;1.04;8060
+70100;43.80657;7.10431;336;20220306;8.6;3.4;6;1;6.59;0;1.2;9906
+70100;43.80657;7.10431;336;20220307;12.3;-.8;5.7;.9;5.99;0;1.57;16204
+70100;43.80657;7.10431;336;20220308;10.1;-.8;4.6;1.6;6.29;.1;1.51;14909
+70100;43.80657;7.10431;336;20220309;13.3;1.8;7.5;1.1;7.19;0;1.68;15504
+70100;43.80657;7.10431;336;20220310;15.2;.3;7.7;1.1;8.09;.2;1.83;17919
+70100;43.80657;7.10431;336;20220311;12.3;5.5;8.9;3.3;7.69;0;2.01;12080
+70100;43.80657;7.10431;336;20220312;11.6;7.3;9.4;5.9;6.19;0;2.91;9612
+70100;43.80657;7.10431;336;20220313;8.7;8.6;8.6;5.9;7.39;.5;1.9;1059
+70100;43.80657;7.10431;336;20220314;12.5;5.6;9;3.8;9.79;2.9;1.62;12586
+70100;43.80657;7.10431;336;20220315;14.9;9.5;12.2;3.8;8.89;0;2.5;11199
+70100;43.80657;7.10431;336;20220316;16.2;5.2;10.7;2.1;10.19;0;2.09;16373
+70100;43.80657;7.10431;336;20220317;15.7;8;11.8;.7;10.49;0;1.78;13763
+70100;43.80657;7.10431;336;20220318;16;8.8;12.4;3.1;10.02;0;2.36;10747
+70100;43.80657;7.10431;336;20220319;15.2;6.8;11;3.5;7.82;0;2.77;13041
+70100;43.80657;7.10431;336;20220320;13.4;5.8;9.6;3.6;6.52;0;2.67;10419
+70100;43.80657;7.10431;336;20220321;13.5;2.7;8.1;4;5.59;0;3.17;18984
+70100;43.80657;7.10431;336;20220322;13.5;.2;6.9;2.8;5.82;0;2.88;19988
+70100;43.80657;7.10431;336;20220323;16.2;1.5;8.8;2.9;5.19;0;3.37;20388
+70100;43.80657;7.10431;336;20220324;17.3;3.1;10.2;2.8;6.02;0;3.43;20520
+70100;43.80657;7.10431;336;20220325;16.7;2.8;9.7;3;6.46;0;3.33;20586
+70100;43.80657;7.10431;336;20220326;18.5;3.6;11;4.4;6.62;0;3.94;20485
+70100;43.80657;7.10431;336;20220327;20.3;7.7;14;2.7;6.52;0;3.68;15017
+70100;43.80657;7.10431;336;20220328;19.7;6.1;12.9;2.4;5.49;0;3.84;20382
+70100;43.80657;7.10431;336;20220329;16.3;6.1;11.2;2.6;8.29;.4;2.93;17042
+70100;43.80657;7.10431;336;20220330;13.9;8.8;11.3;2.6;10.72;11.6;1.77;7470
+70100;43.80657;7.10431;336;20220331;15.8;6.9;11.3;2.8;10.09;1.3;2.95;20669
+70100;43.80657;7.10431;336;20220401;11.9;4.2;8.1;6.8;5.66;1;3.75;19190
+70100;43.80657;7.10431;336;20220402;11.4;1.9;6.7;5.5;5.6;1;3.17;19222
+70100;43.80657;7.10431;336;20220403;10;2.1;6;3;6.75;1;2.13;12563
+70100;43.80657;7.10431;336;20220404;12.7;2.4;7.5;2.9;6.92;0;2.84;21785
+70100;43.80657;7.10431;336;20220405;14.7;1.8;8.2;2.7;7.16;0;3.1;23228
+70100;43.80657;7.10431;336;20220406;12.8;1.7;7.3;2.1;8.39;0;2.19;15569
+70100;43.80657;7.10431;336;20220407;18;6.8;12.4;3.8;9.79;0;2.75;14945
+70100;43.80657;7.10431;336;20220408;19.8;11.5;15.6;5.5;11.89;.4;3.42;18259
+70100;43.80657;7.10431;336;20220409;15.7;10.6;13.2;7.7;5.06;0;5.84;23210
+70100;43.80657;7.10431;336;20220410;16;4.4;10.2;2.6;5.99;0;3.75;24234
+70100;43.80657;7.10431;336;20220411;14.9;3.5;9.2;3.3;8.09;0;2.84;17243
+70100;43.80657;7.10431;336;20220412;16.3;4.4;10.4;4.5;8.86;0;3.32;20471
+70100;43.80657;7.10431;336;20220413;18.9;8.1;13.5;3.4;8.49;0;4.12;22579
+70100;43.80657;7.10431;336;20220414;22.2;7.4;14.8;2.2;8.09;0;4.28;23342
+70100;43.80657;7.10431;336;20220415;22.2;10.4;16.3;2.6;9.9;0;4.38;22337
+70100;43.80657;7.10431;336;20220416;20.6;9.3;14.9;2.8;10.87;0;4.39;23337
+70100;43.80657;7.10431;336;20220417;18.4;10.7;14.6;3;9.59;0;4.1;22555
+70100;43.80657;7.10431;336;20220418;17.6;9.2;13.4;3;9.49;0;3.93;23234
+70100;43.80657;7.10431;336;20220419;18.2;6.5;12.3;2.7;10.56;0;3.43;21397
+70100;43.80657;7.10431;336;20220420;15.3;8.9;12.1;3.2;12.19;5;2.13;11288
+70100;43.80657;7.10431;336;20220421;17.8;11;14.4;3.5;11.89;.4;2.93;13592
+70100;43.80657;7.10431;336;20220422;18;9.4;13.7;2.5;12.26;0;3;17752
+70100;43.80657;7.10431;336;20220423;14.2;10.2;12.2;3.2;12.09;18.9;1.64;5438
+70100;43.80657;7.10431;336;20220424;15.2;7;11.1;2.4;11.12;2.4;2.62;17793
+70100;43.80657;7.10431;336;20220425;17.8;7.1;12.5;2.8;11.52;0;3.48;24519
+70100;43.80657;7.10431;336;20220426;17.8;7.7;12.8;2.5;12.06;0;3.41;24077
+70100;43.80657;7.10431;336;20220427;18.4;9.9;14.2;2.4;12.26;0;3.72;23480
+70100;43.80657;7.10431;336;20220428;21;9.3;15.2;2.4;10.36;0;4.47;26105
+70100;43.80657;7.10431;336;20220429;20.3;9;14.6;2.7;9.92;0;4.51;26280
+70100;43.80657;7.10431;336;20220430;19.5;9.8;14.7;2.3;10.62;.6;3.8;21226
+70100;43.80657;7.10431;336;20220501;20.1;8.4;14.3;2.6;11.06;.8;4.03;23682
+70100;43.80657;7.10431;336;20220502;19.3;8.1;13.7;2.8;11.69;0;4.13;26413
+70100;43.80657;7.10431;336;20220503;18.9;10.3;14.6;2.3;12.89;.5;3.34;19391
+70100;43.80657;7.10431;336;20220504;19.7;8.6;14.1;2.4;12.09;.8;4.18;26924
+70100;43.80657;7.10431;336;20220505;16.9;11.7;14.3;2.8;12.66;.9;2.5;10901
+70100;43.80657;7.10431;336;20220506;18.1;10.2;14.1;.7;12.79;.1;3.08;20470
+70100;43.80657;7.10431;336;20220507;22;10.5;16.2;.9;12.99;1.2;3.91;24919
+70100;43.80657;7.10431;336;20220508;20.2;11;15.6;1.1;13.19;2;3.53;22338
+70100;43.80657;7.10431;336;20220509;24.7;8.6;16.6;1.6;12.19;1.5;4.7;28520
+70100;43.80657;7.10431;336;20220510;26;10.4;18.2;1.8;12.19;0;5.06;28643
+70100;43.80657;7.10431;336;20220511;27.1;11.6;19.3;1.6;12.59;0;5.18;28764
+70100;43.80657;7.10431;336;20220512;28.1;11.1;19.6;1.7;10.79;0;5.43;28882
+70100;43.80657;7.10431;336;20220513;26;10.3;18.1;1.1;12.29;0;4.84;28998
+70100;43.80657;7.10431;336;20220514;23.9;10;16.9;1;14.39;.1;4.48;28281
+70100;43.80657;7.10431;336;20220515;25.6;11.3;18.4;.8;14.79;0;4.71;28803
+70100;43.80657;7.10431;336;20220516;27.8;11.3;19.5;1.2;12.69;.1;5.16;29330
+70100;43.80657;7.10431;336;20220517;26.7;13.1;19.9;1.2;15.29;0;4.96;28285
+70100;43.80657;7.10431;336;20220518;29;12.8;20.9;1.6;15.19;.5;5.5;29537
+70100;43.80657;7.10431;336;20220519;29;14.1;21.5;1.7;12.09;0;5.77;29637
+70100;43.80657;7.10431;336;20220520;29.4;13.4;21.4;.9;12.29;0;5.3;29734
+70100;43.80657;7.10431;336;20220521;31.8;14.9;23.3;1.7;15.09;.1;6.07;29829
+70100;43.80657;7.10431;336;20220522;26.2;13.9;20;1.3;17.79;0;4.8;27326
+70100;43.80657;7.10431;336;20220523;26.9;14.4;20.6;1.4;15.29;0;5.07;27634
+70100;43.80657;7.10431;336;20220524;30.8;12.3;21.5;1.2;13.09;2.4;5.64;30095
+70100;43.80657;7.10431;336;20220525;23.5;13.4;18.4;.9;16.09;1;4.22;24932
+70100;43.80657;7.10431;336;20220526;27;13.5;20.2;1.6;15.99;.3;5.24;28981
+70100;43.80657;7.10431;336;20220527;34.1;17.7;25.9;1.7;13.99;.3;6.62;30335
+70100;43.80657;7.10431;336;20220528;32.2;15.7;23.9;1;13.49;.7;5.83;30409
+70100;43.80657;7.10431;336;20220529;26.6;14.4;20.5;1.8;16.49;1.6;5.13;27732
+70100;43.80657;7.10431;336;20220530;26.6;13.4;20;1.2;15.39;1.1;5.12;28932
+70100;43.80657;7.10431;336;20220531;25.5;14;19.7;1.2;16.09;.3;4.78;27030
+70100;43.80657;7.10431;336;20220601;29.6;13.5;21.5;1.5;15.09;0;5.8;30677
+70100;43.80657;7.10431;336;20220602;28.8;13.2;21;1.5;15.59;0;5.68;30736
+70100;43.80657;7.10431;336;20220603;29.7;17.6;23.6;2.2;15.39;3.8;6.04;27904
+70100;43.80657;7.10431;336;20220604;31;16.9;23.9;2.3;16.49;0;6.45;30215
+70100;43.80657;7.10431;336;20220605;32.9;17.9;25.4;2.4;16.59;0;6.95;30897
+70100;43.80657;7.10431;336;20220606;32.8;16;24.4;2.3;14.39;0;6.9;30944
+70100;43.80657;7.10431;336;20220607;31.6;18.9;25.2;4.5;10.99;0;8.38;28784
+70100;43.80657;7.10431;336;20220608;29.2;14.8;22;3;11.39;0;6.86;30724
+70100;43.80657;7.10431;336;20220609;31;17.7;24.3;3;9.79;0;7.38;29544
+70100;43.80657;7.10431;336;20220610;30.4;12.8;21.6;1.5;8.69;0;6.12;31102
+70100;43.80657;7.10431;336;20220611;32.2;15.1;23.6;1.6;9.29;0;6.47;31133
+70100;43.80657;7.10431;336;20220612;32.8;15.3;24;1.4;10.89;0;6.35;31162
+70100;43.80657;7.10431;336;20220613;31.2;15.1;23.1;1.7;15.29;0;6.28;31187
+70100;43.80657;7.10431;336;20220614;31.7;14.9;23.3;1.6;14.89;0;6.29;31210
+70100;43.80657;7.10431;336;20220615;31.7;17.5;24.6;1.8;17.39;0;6.39;30705
+70100;43.80657;7.10431;336;20220616;32.4;18.2;25.3;1.4;19.59;0;6.27;30721
+70100;43.80657;7.10431;336;20220617;34.6;16.5;25.5;1.2;18.49;0;6.4;31257
+70100;43.80657;7.10431;336;20220618;34;18.6;26.3;1.9;17.59;.1;6.89;31267
+70100;43.80657;7.10431;336;20220619;33.1;18.9;26;1.7;15.19;0;6.66;30750
+70100;43.80657;7.10431;336;20220620;33.1;15.9;24.5;1.2;12.19;0;6.25;31276
+70100;43.80657;7.10431;336;20220621;30.9;16.5;23.7;1;15.59;.3;5.91;30973
+70100;43.80657;7.10431;336;20220622;27.6;19.3;23.4;1.4;21.19;3.3;4.69;23392
+70100;43.80657;7.10431;336;20220623;27.5;16.6;22;1.2;18.79;3.2;5.06;26874
+70100;43.80657;7.10431;336;20220624;30.7;14.7;22.7;1.6;15.79;8.3;6.14;31257
+70100;43.80657;7.10431;336;20220625;30.9;16.5;23.7;1.8;14.19;0;6.39;30941
+70100;43.80657;7.10431;336;20220626;32.1;17.8;24.9;2.6;17.29;0;6.88;30816
+70100;43.80657;7.10431;336;20220627;32.6;17.3;24.9;1.9;15.59;0;6.69;31210
+70100;43.80657;7.10431;336;20220628;31.6;18.7;25.1;1.4;18.29;28.6;6.01;29204
+70100;43.80657;7.10431;336;20220629;32.3;13.9;23.1;1.2;17.89;.1;6.02;31163
+70100;43.80657;7.10431;336;20220630;29.3;16.8;23;.9;19.49;.2;5.4;28690
+70100;43.80657;7.10431;336;20220701;33.7;16.2;24.9;1.4;15.69;.2;6.42;31103
+70100;43.80657;7.10431;336;20220702;32.9;14.6;23.7;1.6;15.29;0;6.38;31068
+70100;43.80657;7.10431;336;20220703;35.8;16.4;26.1;1.3;13.69;0;6.56;31030
+70100;43.80657;7.10431;336;20220704;35.7;18;26.8;1.6;15.79;.4;6.84;30990
+70100;43.80657;7.10431;336;20220705;37.7;19.2;28.4;2.2;16.99;0;7.6;30946
+70100;43.80657;7.10431;336;20220706;33.5;16.5;25;1.4;16.09;0;6.36;30899
+70100;43.80657;7.10431;336;20220707;32.9;17.5;25.2;1.4;16.19;0;6.33;30849
+70100;43.80657;7.10431;336;20220708;31.9;18.8;25.3;1.5;14.39;0;6.14;29057
+70100;43.80657;7.10431;336;20220709;33.6;17.9;25.7;1.8;13.29;0;6.75;30740
+70100;43.80657;7.10431;336;20220710;31.4;18.3;24.8;1.8;17.79;0;6.11;28946
+70100;43.80657;7.10431;336;20220711;30.6;16.7;23.6;1.4;16.49;0;5.88;29771
+70100;43.80657;7.10431;336;20220712;30.1;17.5;23.8;1.5;19.99;0;5.59;28260
+70100;43.80657;7.10431;336;20220713;32.7;17.1;24.9;1.4;18.19;.2;6.18;30486
+70100;43.80657;7.10431;336;20220714;34.1;18.9;26.5;1.5;15.99;.6;6.5;30415
+70100;43.80657;7.10431;336;20220715;32.4;17.7;25;1.8;19.59;.1;6.3;30341
+70100;43.80657;7.10431;336;20220716;32.2;19.3;25.7;1.4;22.59;0;5.82;28325
+70100;43.80657;7.10431;336;20220717;34.2;20.5;27.3;1.7;20.59;.1;6.43;29127
+70100;43.80657;7.10431;336;20220718;35.4;21.7;28.5;1.1;18.89;1.7;6.21;29046
+70100;43.80657;7.10431;336;20220719;35.4;21.2;28.3;1.7;17.59;.6;6.71;29496
+70100;43.80657;7.10431;336;20220720;36.6;21.2;28.9;1.6;15.49;0;6.83;29930
+70100;43.80657;7.10431;336;20220721;36.3;18.8;27.5;1.4;15.79;0;6.51;29839
+70100;43.80657;7.10431;336;20220722;34.6;20.3;27.4;1.5;20.89;0;6.34;29329
+70100;43.80657;7.10431;336;20220723;35.7;17.5;26.6;1.2;17.59;.1;6.2;29650
+70100;43.80657;7.10431;336;20220724;34.4;20.1;27.2;1;23.49;0;5.99;29133
+70100;43.80657;7.10431;336;20220725;33.6;19.6;26.6;1.6;21.89;.2;6.11;28720
+70100;43.80657;7.10431;336;20220726;37.5;19.7;28.6;2.3;20.09;1.1;7.2;29346
+70100;43.80657;7.10431;336;20220727;32.5;18.7;25.6;1.7;18.09;.7;6.01;28303
+70100;43.80657;7.10431;336;20220728;31.7;19.2;25.4;1.3;17.79;.1;5.52;26811
+70100;43.80657;7.10431;336;20220729;32.9;17.4;25.1;1.8;17.89;4.6;6.13;29018
+70100;43.80657;7.10431;336;20220730;32.6;17.6;25.1;1.1;15.19;0;5.69;28904
+70100;43.80657;7.10431;336;20220731;34.7;19;26.8;1.6;10.99;0;6.34;28787
+70100;43.80657;7.10431;336;20220801;34.1;18.1;26.1;1.3;12.69;0;5.94;28668
+70100;43.80657;7.10431;336;20220802;32.5;16.1;24.3;1.6;16.19;.4;5.86;28547
+70100;43.80657;7.10431;336;20220803;34.7;20.2;27.4;1.6;17.09;0;6.21;28200
+70100;43.80657;7.10431;336;20220804;36;19.9;27.9;1.7;14.19;0;6.46;28296
+70100;43.80657;7.10431;336;20220805;36.4;19;27.7;1.4;13.09;.2;6.15;28167
+70100;43.80657;7.10431;336;20220806;35.4;19.7;27.5;1.5;16.89;0;6.13;28036
+70100;43.80657;7.10431;336;20220807;33.7;20.1;26.9;2;17.69;4.1;6.13;26787
+70100;43.80657;7.10431;336;20220808;32.8;17.8;25.3;1.6;16.79;.3;5.79;27767
+70100;43.80657;7.10431;336;20220809;34.2;20.1;27.1;1.2;16.29;.8;5.63;27012
+70100;43.80657;7.10431;336;20220810;32.5;19.6;26;1.2;16.99;7.8;5.28;25682
+70100;43.80657;7.10431;336;20220811;32;19.4;25.7;1.2;16.29;.1;5.16;25242
+70100;43.80657;7.10431;336;20220812;31.9;17.7;24.8;1.6;17.59;.1;5.48;26683
+70100;43.80657;7.10431;336;20220813;29.9;19.2;24.5;1.9;18.49;.5;4.95;22970
+70100;43.80657;7.10431;336;20220814;30.3;19.1;24.7;2.3;16.29;2.1;5.38;23380
+70100;43.80657;7.10431;336;20220815;32.2;14.2;23.2;1.4;17.89;.7;5.2;26758
+70100;43.80657;7.10431;336;20220816;31.5;17.4;24.4;.9;19.89;2.2;4.9;25992
+70100;43.80657;7.10431;336;20220817;23.9;18;20.9;2;19.49;12.8;3.26;16538
+70100;43.80657;7.10431;336;20220818;27.1;16.1;21.6;1.8;17.19;5.7;4.37;22626
+70100;43.80657;7.10431;336;20220819;31.9;14.7;23.3;2;15.09;0;5.51;26137
+70100;43.80657;7.10431;336;20220820;34.3;16.4;25.3;1.6;15.39;0;5.55;25977
+70100;43.80657;7.10431;336;20220821;33.2;15.5;24.3;1.6;16.39;1.5;5.33;25816
+70100;43.80657;7.10431;336;20220822;31.7;17;24.3;1.8;17.89;0;5.25;25581
+70100;43.80657;7.10431;336;20220823;32.2;17.6;24.9;1.4;17.09;0;5.08;25324
+70100;43.80657;7.10431;336;20220824;32.2;18.5;25.3;1.2;16.69;0;4.85;24352
+70100;43.80657;7.10431;336;20220825;32.7;18.3;25.5;1.7;17.29;0;5.25;24810
+70100;43.80657;7.10431;336;20220826;31.9;19.4;25.6;1.3;20.29;.6;4.66;22921
+70100;43.80657;7.10431;336;20220827;30.3;17;23.6;1.4;20.19;1.9;4.5;23493
+70100;43.80657;7.10431;336;20220828;32.3;18.1;25.2;1.4;21.19;.3;4.8;24119
+70100;43.80657;7.10431;336;20220829;32;17.9;24.9;1.9;19.49;.5;5;23858
+70100;43.80657;7.10431;336;20220830;32.3;18.5;25.4;1.3;19.89;2.1;4.68;23424
+70100;43.80657;7.10431;336;20220831;29.1;15.4;22.2;1.6;17.29;.4;4.37;23163
+70100;43.80657;7.10431;336;20220901;31.1;17.3;24.2;1.2;18.79;.5;4.41;23073
+70100;43.80657;7.10431;336;20220902;27.3;15.1;21.2;1.7;18.59;2.8;3.9;21498
+70100;43.80657;7.10431;336;20220903;29.2;15.6;22.4;1.5;17.99;3.7;4.21;22548
+70100;43.80657;7.10431;336;20220904;27.9;15;21.4;1.2;18.59;0;3.82;21774
+70100;43.80657;7.10431;336;20220905;30.6;16;23.3;1.3;17.49;.1;4.31;23010
+70100;43.80657;7.10431;336;20220906;29.7;16;22.8;1.1;18.09;.4;4;22092
+70100;43.80657;7.10431;336;20220907;29.2;16.6;22.9;1.5;20.09;2.3;3.93;20991
+70100;43.80657;7.10431;336;20220908;29.5;16;22.7;3.5;16.19;0;5.08;21564
+70100;43.80657;7.10431;336;20220909;28;20.1;24;4.7;10.49;0;6.22;16238
+70100;43.80657;7.10431;336;20220910;28.7;16.9;22.8;4.8;9.79;0;6.48;19785
+70100;43.80657;7.10431;336;20220911;27.4;13.7;20.5;1.7;12.59;0;3.99;21171
+70100;43.80657;7.10431;336;20220912;28.8;12.7;20.7;1.3;14.29;.1;3.84;21888
+70100;43.80657;7.10431;336;20220913;28.5;13.2;20.8;.9;16.89;0;3.56;21697
+70100;43.80657;7.10431;336;20220914;23.1;17.6;20.3;1.2;19.29;9.3;2.37;12874
+70100;43.80657;7.10431;336;20220915;30.6;17.4;24;3;16.79;0;4.82;20034
+70100;43.80657;7.10431;336;20220916;29.2;19;24.1;5.6;12.29;0;6.5;17386
+70100;43.80657;7.10431;336;20220917;27;14.2;20.6;3.5;8.39;0;5.23;19353
+70100;43.80657;7.10431;336;20220918;25.1;11.8;18.4;.9;11.99;0;3.02;19549
+70100;43.80657;7.10431;336;20220919;25.7;8.9;17.3;1.7;12.69;0;3.4;20537
+70100;43.80657;7.10431;336;20220920;25.9;12.9;19.4;1.2;13.09;0;3.16;18949
+70100;43.80657;7.10431;336;20220921;24.2;12.5;18.3;2;13.29;0;3.21;17774
+70100;43.80657;7.10431;336;20220922;20.8;14.2;17.5;1.1;12.09;0;2.33;13092
+70100;43.80657;7.10431;336;20220923;23.5;14.2;18.8;1;11.99;2.4;2.62;15476
+70100;43.80657;7.10431;336;20220924;15.6;13;14.3;1.1;14.59;9.6;1.33;7863
+70100;43.80657;7.10431;336;20220925;23.3;12.8;18;1.2;13.99;1.9;2.59;16138
+70100;43.80657;7.10431;336;20220926;24.2;9.4;16.8;3.4;10.09;.2;4;19053
+70100;43.80657;7.10431;336;20220927;21.9;13.1;17.5;7.4;7.89;0;5.66;14423
+70100;43.80657;7.10431;336;20220928;23.8;14.3;19;6;10.69;0;4.95;14845
+70100;43.80657;7.10431;336;20220929;22.4;14;18.2;4.9;10.39;0;4.24;13779
+70100;43.80657;7.10431;336;20220930;20.9;11.3;16.1;1.5;9.49;3.1;2.54;14604
+70100;43.80657;7.10431;336;20221001;23;7;15;3.9;9.89;0;3.72;18188
+70100;43.80657;7.10431;336;20221002;28.7;17.1;22.9;3.4;12.39;0;4.56;15750
+70100;43.80657;7.10431;336;20221003;26.2;12.7;19.4;1.2;13.69;0;2.71;16841
+70100;43.80657;7.10431;336;20221004;26.2;10.6;18.4;1;12.19;.1;2.6;17603
+70100;43.80657;7.10431;336;20221005;25;11.4;18.2;.8;14.39;.1;2.32;16525
+70100;43.80657;7.10431;336;20221006;25.2;9.3;17.2;1.2;14.19;0;2.47;17216
+70100;43.80657;7.10431;336;20221007;25.4;11.7;18.5;.9;13.89;0;2.34;16209
+70100;43.80657;7.10431;336;20221008;20.5;11.4;15.9;.6;13.79;15.7;1.72;12964
+70100;43.80657;7.10431;336;20221009;16.7;13.9;15.3;1.4;15.79;30.7;1.17;6884
+70100;43.80657;7.10431;336;20221010;21.7;13.9;17.8;1;14.79;.7;1.83;11683
+70100;43.80657;7.10431;336;20221011;24.3;11;17.6;1;13.69;.5;2.14;15225
+70100;43.80657;7.10431;336;20221012;23;11.7;17.3;.8;13.09;0;1.9;13827
+70100;43.80657;7.10431;336;20221013;25.2;11.2;18.2;1.6;12.49;0;2.51;15261
+70100;43.80657;7.10431;336;20221014;24.2;12;18.1;1.2;13.49;0;2.12;14040
+70100;43.80657;7.10431;336;20221015;24.6;9.2;16.9;.8;13.49;.1;1.95;15512
+70100;43.80657;7.10431;336;20221016;24;10;17;1.5;14.19;0;2.12;14709
+70100;43.80657;7.10431;336;20221017;24.8;11.1;17.9;1.5;13.69;0;2.22;14365
+70100;43.80657;7.10431;336;20221018;25.8;12.1;18.9;.5;13.59;0;1.74;14187
+70100;43.80657;7.10431;336;20221019;25.6;10.2;17.9;.7;14.49;0;1.83;14783
+70100;43.80657;7.10431;336;20221020;23.3;11.1;17.2;1.4;14.39;1;1.88;13027
+70100;43.80657;7.10431;336;20221021;18.3;15.3;16.8;1.5;16.69;6.4;1.14;6126
+70100;43.80657;7.10431;336;20221022;24.8;16;20.4;.9;18.49;0;1.64;10711
+70100;43.80657;7.10431;336;20221023;24.3;14.8;19.5;2.3;16.79;.1;2.08;11006
+70100;43.80657;7.10431;336;20221024;23.1;14;18.5;1.7;16.79;.5;1.71;10623
+70100;43.80657;7.10431;336;20221025;26;12.6;19.3;1;15.79;0;1.78;12832
+70100;43.80657;7.10431;336;20221026;23.6;12;17.8;1;15.79;.1;1.54;11752
+70100;43.80657;7.10431;336;20221027;25;12.5;18.7;.8;15.59;.1;1.55;12061
+70100;43.80657;7.10431;336;20221028;26.9;13.1;20;1.3;14.09;0;1.96;12536
+70100;43.80657;7.10431;336;20221029;26.8;11.7;19.2;1.1;11.19;0;1.85;12968
+70100;43.80657;7.10431;336;20221030;24.7;12.5;18.6;.9;10.29;.1;1.57;11456
+70100;43.80657;7.10431;336;20221031;23.5;9.5;16.5;.6;11.99;0;1.26;12150
+70100;43.80657;7.10431;336;20221101;20;10.7;15.3;1.1;13.49;20.1;1.22;9684
+70100;43.80657;7.10431;336;20221102;22.8;8.6;15.7;.8;13.29;.1;1.26;11929
+70100;43.80657;7.10431;336;20221103;16.5;9.5;13;1.6;13.19;19;.97;8120
+70100;43.80657;7.10431;336;20221104;16.5;11;13.7;4.6;7.69;.7;2.86;7047
+70100;43.80657;7.10431;336;20221105;19.8;7.7;13.7;1.6;6.19;0;1.76;10558
+70100;43.80657;7.10431;336;20221106;20.4;5.5;12.9;.8;7.29;0;1.11;11622
+70100;43.80657;7.10431;336;20221107;20.1;4.4;12.2;.7;9.79;0;.98;11699
+70100;43.80657;7.10431;336;20221108;18;6;12;.9;11.49;0;.91;10118
+70100;43.80657;7.10431;336;20221109;17.3;11.9;14.6;1.4;13.89;9.8;.94;6538
+70100;43.80657;7.10431;336;20221110;19.2;10.9;15;1.3;13.39;0;1.05;8122
+70100;43.80657;7.10431;336;20221111;21.3;9.3;15.3;1.2;11.59;0;1.19;9746
+70100;43.80657;7.10431;336;20221112;18.7;7.3;13;.6;10.99;0;.79;9370
+70100;43.80657;7.10431;336;20221113;18.7;10.2;14.4;1.5;9.79;.1;1.29;7924
+70100;43.80657;7.10431;336;20221114;15.5;7.3;11.4;1.7;10.49;5.4;.95;7680
+70100;43.80657;7.10431;336;20221115;13.7;10.2;11.9;2.5;12.89;3.4;.7;4784
+70100;43.80657;7.10431;336;20221116;21;10.7;15.8;2.3;11.59;0;1.61;8463
+70100;43.80657;7.10431;336;20221117;22.8;10.3;16.5;4.2;9.09;0;3.06;9266
+70100;43.80657;7.10431;336;20221118;17.6;11.9;14.7;5.3;8.19;0;3.08;6023
+70100;43.80657;7.10431;336;20221119;17.8;4.4;11.1;1.4;6.79;0;1.14;9395
+70100;43.80657;7.10431;336;20221120;16;1.1;8.5;1.3;6.39;0;.94;9825
+70100;43.80657;7.10431;336;20221121;13.6;2.4;8;1.1;7.69;6.2;.68;8360
+70100;43.80657;7.10431;336;20221122;13.9;7.7;10.8;6;6.69;.1;2.67;6026
+70100;43.80657;7.10431;336;20221123;16.4;4.6;10.5;3.9;6.59;0;2.14;8414
+70100;43.80657;7.10431;336;20221124;18.7;5.6;12.1;1.4;6.49;0;1.16;8802
+70100;43.80657;7.10431;336;20221125;16.8;6.4;11.6;1;8.39;0;.77;7710
+70100;43.80657;7.10431;336;20221126;17.6;3;10.3;1.2;7.89;0;.81;9139
+70100;43.80657;7.10431;336;20221127;15.3;4.5;9.9;1;7.39;0;.71;7716
+70100;43.80657;7.10431;336;20221128;10.6;4.4;7.5;.6;8.59;.2;.43;5672
+70100;43.80657;7.10431;336;20221129;9;3.4;6.2;.4;8.39;.6;.35;5316
+70100;43.80657;7.10431;336;20221130;14.2;3.1;8.6;1.3;7.29;.4;.73;7623
+70100;43.80657;7.10431;336;20221201;13;4.4;8.7;.9;7.99;.1;.55;6595
+70100;43.80657;7.10431;336;20221202;12.4;1.6;7;1.6;7.09;3.6;.71;7391
+70100;43.80657;7.10431;336;20221203;10.3;5;7.6;2.6;9.49;17.5;.54;4989
+70100;43.80657;7.10431;336;20221204;10.1;7.7;8.9;1.4;10.69;17.8;.45;3168
+70100;43.80657;7.10431;336;20221205;12.9;5.5;9.2;1.2;8.99;0;.57;5900
+70100;43.80657;7.10431;336;20221206;13.8;.6;7.2;.7;6.29;0;.41;7995
+70100;43.80657;7.10431;336;20221207;13.5;.2;6.8;1.2;7.19;0;.54;7978
+70100;43.80657;7.10431;336;20221208;10.6;2.9;6.7;1.4;8.89;15;.4;5916
+70100;43.80657;7.10431;336;20221209;10;7.7;8.8;1.8;11.29;9.2;.36;2989
+70100;43.80657;7.10431;336;20221210;14.1;4.9;9.5;1.5;8.69;0;.67;6446
+70100;43.80657;7.10431;336;20221211;10.4;.2;5.3;2.8;3.89;.7;1.44;6783
+70100;43.80657;7.10431;336;20221212;10.3;-1.4;4.4;1.7;4.29;9.4;.85;7270
+70100;43.80657;7.10431;336;20221213;6;3.2;4.6;1.3;8.39;2.5;.3;3288
+70100;43.80657;7.10431;336;20221214;11.8;5.4;8.6;1.5;9.29;0;.53;5209
+70100;43.80657;7.10431;336;20221215;10.4;3.2;6.8;2.2;10.19;40.2;.22;5539
+70100;43.80657;7.10431;336;20221216;13.8;9;11.4;1.2;10.99;.1;.57;4420
+70100;43.80657;7.10431;336;20221217;13.7;1.4;7.5;1.2;8.59;0;.43;7362
+70100;43.80657;7.10431;336;20221218;13.2;3.6;8.4;1.2;8.59;0;.49;6436
+70100;43.80657;7.10431;336;20221219;10.7;4.7;7.7;.4;9.89;0;.28;4978
+70100;43.80657;7.10431;336;20221220;13.4;7.3;10.3;.6;12.09;1.7;.33;5020
+70100;43.80657;7.10431;336;20221221;12.5;10.2;11.3;1.1;12.59;6.4;.45;2889
+70100;43.80657;7.10431;336;20221222;17.1;5.2;11.1;2.4;9.59;0;1;7212
+70100;43.80657;7.10431;336;20221223;21.4;10.4;15.9;3.6;10.79;0;2.01;6920
+70100;43.80657;7.10431;336;20221224;21.5;12;16.7;2.3;11.09;0;1.52;6403
+70100;43.80657;7.10431;336;20221225;15.8;8.7;12.2;2;12.19;0;.65;5478
+70100;43.80657;7.10431;336;20221226;16.3;7.4;11.8;1.3;11.09;0;.58;6206
+70100;43.80657;7.10431;336;20221227;18.5;8;13.2;1.9;8.89;0;1.16;6801
+70100;43.80657;7.10431;336;20221228;15.1;3;9;1;7.19;0;.55;7360
+70100;43.80657;7.10431;336;20221229;14.4;6.5;10.4;1.1;10.69;.2;.47;5872
+70100;43.80657;7.10431;336;20221230;15.6;6.4;11;.7;10.89;0;.4;6401
+70100;43.80657;7.10431;336;20221231;15;6;10.5;1.6;11.19;0;.52;6354
+70101;43.83044;7.39985;347;20220101;11.9;7.2;9.6;1.5;10.29;.1;.66;3505
+70101;43.83044;7.39985;347;20220102;11.3;7.7;9.5;2.1;9.33;0;.87;3509
+70101;43.83044;7.39985;347;20220103;14.9;3;9;2.6;8.79;0;.94;7083
+70101;43.83044;7.39985;347;20220104;11;3.1;7;1.8;9.93;.1;.5;4548
+70101;43.83044;7.39985;347;20220105;13;8.8;10.9;3.5;8.86;2.4;1.5;4091
+70101;43.83044;7.39985;347;20220106;11.7;3;7.4;2.7;5.56;.1;1.39;6343
+70101;43.83044;7.39985;347;20220107;11;-.6;5.2;3.6;4.56;0;1.69;7733
+70101;43.83044;7.39985;347;20220108;12.1;2.6;7.4;4.4;6.06;0;1.78;6991
+70101;43.83044;7.39985;347;20220109;10.9;5.2;8.1;5.8;5.76;0;2.32;5729
+70101;43.83044;7.39985;347;20220110;12.3;3.8;8.1;2.4;5.03;0;1.5;6473
+70101;43.83044;7.39985;347;20220111;13.7;-1.2;6.3;2.5;3.66;0;1.55;8886
+70101;43.83044;7.39985;347;20220112;12.6;-1.4;5.6;2.8;4.03;0;1.62;8749
+70101;43.83044;7.39985;347;20220113;13;-.8;6.1;3;4.49;0;1.66;8769
+70101;43.83044;7.39985;347;20220114;14.3;-1.3;6.5;2.5;4.49;0;1.46;9182
+70101;43.83044;7.39985;347;20220115;14.8;.6;7.7;2.2;5.76;0;1.19;9049
+70101;43.83044;7.39985;347;20220116;13.7;-.6;6.6;2.2;6.03;0;1.11;9131
+70101;43.83044;7.39985;347;20220117;15.1;.2;7.6;2.5;5.23;0;1.43;9471
+70101;43.83044;7.39985;347;20220118;12.3;.2;6.3;2.4;6.96;0;1.09;8542
+70101;43.83044;7.39985;347;20220119;12;2.2;7.1;2.3;7.86;0;.98;7745
+70101;43.83044;7.39985;347;20220120;12.5;1.2;6.8;2.5;6.29;0;1.23;8589
+70101;43.83044;7.39985;347;20220121;12.5;-.4;6;2.3;5.56;0;1.22;9316
+70101;43.83044;7.39985;347;20220122;12.6;-.6;6;2.1;5.76;0;1.16;9501
+70101;43.83044;7.39985;347;20220123;12.5;-.4;6;2.2;6.39;0;1.09;9662
+70101;43.83044;7.39985;347;20220124;12.5;0;6.3;2.2;7.13;0;1.03;9532
+70101;43.83044;7.39985;347;20220125;12.8;2.9;7.8;2.1;7.69;0;1.09;7891
+70101;43.83044;7.39985;347;20220126;12.4;-.2;6.1;2.2;7.06;0;1.03;9762
+70101;43.83044;7.39985;347;20220127;12.2;.3;6.3;2.1;7.29;0;1.02;9220
+70101;43.83044;7.39985;347;20220128;13.3;.8;7.1;2.2;7.26;0;1.15;9974
+70101;43.83044;7.39985;347;20220129;15;2.1;8.5;2.5;6.26;0;1.48;10300
+70101;43.83044;7.39985;347;20220130;13.4;1.2;7.3;2.1;7.43;0;1.14;10165
+70101;43.83044;7.39985;347;20220131;14.4;1.7;8;3.5;6.69;0;1.78;9603
+70101;43.83044;7.39985;347;20220201;13;3.3;8.1;3.3;4.53;0;2.1;9359
+70101;43.83044;7.39985;347;20220202;17.9;4;11;2.8;6.33;0;2.09;10397
+70101;43.83044;7.39985;347;20220203;14.9;3.7;9.3;2.4;8.79;0;1.32;9556
+70101;43.83044;7.39985;347;20220204;14.3;7;10.7;1.7;9.16;0;1.16;7543
+70101;43.83044;7.39985;347;20220205;16;3.7;9.9;1.7;8.13;0;1.3;11060
+70101;43.83044;7.39985;347;20220206;15.5;1.6;8.6;3.6;6.56;0;2.13;11659
+70101;43.83044;7.39985;347;20220207;16.9;6.9;11.9;4.2;6.69;0;2.83;9312
+70101;43.83044;7.39985;347;20220208;15.7;.7;8.2;2.3;6.23;0;1.61;12328
+70101;43.83044;7.39985;347;20220209;15.3;1.6;8.5;3;7.53;0;1.76;12142
+70101;43.83044;7.39985;347;20220210;11.3;3;7.1;4.2;9.64;0;1.81;9862
+70101;43.83044;7.39985;347;20220211;13.5;5.2;9.3;3.1;9.87;0;1.47;8924
+70101;43.83044;7.39985;347;20220212;13.1;4.1;8.6;3.8;7.07;0;2.18;11790
+70101;43.83044;7.39985;347;20220213;11.4;1.2;6.3;3;6.14;1.2;1.87;10590
+70101;43.83044;7.39985;347;20220214;7.4;5.1;6.3;3.5;8.24;26.3;1.06;1024
+70101;43.83044;7.39985;347;20220215;10.9;2.7;6.8;4;7.87;0;1.69;9962
+70101;43.83044;7.39985;347;20220216;13.2;2.9;8;3.6;6.86;0;1.98;10998
+70101;43.83044;7.39985;347;20220217;19.9;5.2;12.6;3.4;8.79;.1;2.58;12612
+70101;43.83044;7.39985;347;20220218;18.4;5.7;12;2.1;9.99;0;1.77;12611
+70101;43.83044;7.39985;347;20220219;14.4;5.7;10.1;2.1;9.79;0;1.4;9744
+70101;43.83044;7.39985;347;20220220;16.7;2.8;9.8;2.8;7.43;0;2.16;13794
+70101;43.83044;7.39985;347;20220221;14.9;6.6;10.8;7;6.19;0;3.74;11207
+70101;43.83044;7.39985;347;20220222;17.1;5.8;11.4;3.5;5.93;0;2.92;13868
+70101;43.83044;7.39985;347;20220223;16.4;2.7;9.6;2.2;7.06;0;2.03;14879
+70101;43.83044;7.39985;347;20220224;13.2;3.2;8.2;2.4;8.29;.3;1.6;11013
+70101;43.83044;7.39985;347;20220225;14.9;4.2;9.5;2.8;7.49;0;2.09;13266
+70101;43.83044;7.39985;347;20220226;14.3;2.8;8.5;2.5;5.09;0;2.32;14615
+70101;43.83044;7.39985;347;20220227;10.5;.2;5.3;2.4;5.26;0;1.87;12261
+70101;43.83044;7.39985;347;20220228;14.5;-.6;7;2.7;5.99;0;2.14;15897
+70101;43.83044;7.39985;347;20220301;11.7;2;6.8;3.2;6.36;0;2.03;13712
+70101;43.83044;7.39985;347;20220302;13.3;3;8.1;2.2;6.89;0;1.84;13571
+70101;43.83044;7.39985;347;20220303;11.9;2.9;7.4;2;8.53;0;1.42;10743
+70101;43.83044;7.39985;347;20220304;12.7;2;7.4;2;9.09;5.7;1.55;14136
+70101;43.83044;7.39985;347;20220305;8.9;5.3;7.1;1.8;7.93;.7;1.2;6755
+70101;43.83044;7.39985;347;20220306;9.2;2.7;5.9;1.7;6.69;0;1.41;10055
+70101;43.83044;7.39985;347;20220307;11.8;-.4;5.7;1.8;6.06;0;1.82;16224
+70101;43.83044;7.39985;347;20220308;10.2;-.5;4.9;2.3;6.29;0;1.65;11829
+70101;43.83044;7.39985;347;20220309;13.2;2.4;7.8;2;7.33;0;1.94;15739
+70101;43.83044;7.39985;347;20220310;14.1;1.3;7.7;2;8.46;.1;1.87;16655
+70101;43.83044;7.39985;347;20220311;12.2;6;9.1;3.8;8.06;0;2.2;11591
+70101;43.83044;7.39985;347;20220312;11.7;7.3;9.5;6.9;6.76;0;2.96;9075
+70101;43.83044;7.39985;347;20220313;9;8.5;8.8;6.5;7.53;8.4;2.25;2209
+70101;43.83044;7.39985;347;20220314;12.4;5.6;9;4;9.89;.6;1.65;10247
+70101;43.83044;7.39985;347;20220315;14.1;9.9;12;4.2;9.39;0;2.49;11129
+70101;43.83044;7.39985;347;20220316;15.4;5.5;10.5;3.2;10.39;0;2.13;15030
+70101;43.83044;7.39985;347;20220317;15.2;7.9;11.6;1.5;10.86;0;1.75;11399
+70101;43.83044;7.39985;347;20220318;15.3;8.7;12;3.8;8.82;0;2.92;8984
+70101;43.83044;7.39985;347;20220319;15.2;8.6;11.9;4.3;6.84;0;3.61;13271
+70101;43.83044;7.39985;347;20220320;12.6;7;9.8;4.5;6.27;0;3.2;12373
+70101;43.83044;7.39985;347;20220321;12.6;3.9;8.2;4.5;5.42;0;3.54;18590
+70101;43.83044;7.39985;347;20220322;14;1.5;7.8;3.4;5.49;0;3.39;20032
+70101;43.83044;7.39985;347;20220323;15;1.9;8.4;3.3;4.97;0;3.85;20410
+70101;43.83044;7.39985;347;20220324;15.7;3.5;9.6;2.2;6.44;0;3.09;20374
+70101;43.83044;7.39985;347;20220325;14.6;2.8;8.7;2.1;6.97;0;2.83;19621
+70101;43.83044;7.39985;347;20220326;16.7;3.4;10.1;3.9;7.02;0;3.65;20026
+70101;43.83044;7.39985;347;20220327;20.1;9.6;14.9;3.4;6.17;0;4.07;13100
+70101;43.83044;7.39985;347;20220328;19.2;6.8;13;2.4;5.49;0;3.84;20382
+70101;43.83044;7.39985;347;20220329;14.5;5.4;10;2.6;8.29;.4;2.93;17042
+70101;43.83044;7.39985;347;20220330;14.4;8.7;11.6;2.3;11.32;14;1.58;5758
+70101;43.83044;7.39985;347;20220331;15.1;7;11.1;3.3;10.67;1.5;3.14;19440
+70101;43.83044;7.39985;347;20220401;12.8;5.7;9.3;7.1;6.97;.7;3.91;19673
+70101;43.83044;7.39985;347;20220402;11;1.6;6.3;4.5;6.25;.9;2.94;18263
+70101;43.83044;7.39985;347;20220403;10.7;2.7;6.7;2.8;7.25;.4;2.23;13951
+70101;43.83044;7.39985;347;20220404;12;2.3;7.2;2.5;7.74;0;2.64;21171
+70101;43.83044;7.39985;347;20220405;12.6;1.9;7.3;2.2;7.74;0;2.8;22648
+70101;43.83044;7.39985;347;20220406;11.9;2.6;7.3;2;8.72;0;2.25;16514
+70101;43.83044;7.39985;347;20220407;15;7.6;11.3;3.8;9.79;0;2.75;14945
+70101;43.83044;7.39985;347;20220408;17.4;10.3;13.8;5.5;11.89;0;3.42;18259
+70101;43.83044;7.39985;347;20220409;15.7;10.5;13.1;6.9;6.35;1.1;5.8;22158
+70101;43.83044;7.39985;347;20220410;16.2;5.1;10.6;2.6;5.99;0;3.75;24234
+70101;43.83044;7.39985;347;20220411;14;3.3;8.6;2.8;8.59;0;2.9;20822
+70101;43.83044;7.39985;347;20220412;14.4;5;9.7;3.9;9.09;0;3;20379
+70101;43.83044;7.39985;347;20220413;17.2;9.7;13.4;3.1;8.79;0;3.85;21409
+70101;43.83044;7.39985;347;20220414;20.1;7.3;13.7;2.2;8.09;0;4.28;23342
+70101;43.83044;7.39985;347;20220415;22;10.4;16.2;2.5;9.85;0;4.25;22216
+70101;43.83044;7.39985;347;20220416;20.3;9.8;15.1;2.9;11.08;0;4.3;22458
+70101;43.83044;7.39985;347;20220417;16.2;11.8;14;3.1;9.72;0;4.31;22499
+70101;43.83044;7.39985;347;20220418;15.7;9.5;12.6;2.8;9.39;0;3.87;23469
+70101;43.83044;7.39985;347;20220419;15.8;6.6;11.2;2.6;11.69;0;2.86;18831
+70101;43.83044;7.39985;347;20220420;14.5;9.8;12.1;3.3;12.89;4.7;2.22;11763
+70101;43.83044;7.39985;347;20220421;16.7;11;13.8;4.1;11.82;.6;2.92;12422
+70101;43.83044;7.39985;347;20220422;16.2;10.6;13.4;3.2;12.59;0;2.92;15395
+70101;43.83044;7.39985;347;20220423;13.3;10.6;12;4.2;13.49;16.1;1.54;6054
+70101;43.83044;7.39985;347;20220424;15.7;7.4;11.5;3.2;11.64;.7;2.72;17526
+70101;43.83044;7.39985;347;20220425;16.8;8;12.4;3.6;12.14;0;3.57;23693
+70101;43.83044;7.39985;347;20220426;16;8.4;12.2;3;13.29;0;3.1;20714
+70101;43.83044;7.39985;347;20220427;16.2;10.7;13.4;2;13.29;0;3.49;23522
+70101;43.83044;7.39985;347;20220428;19.6;9.4;14.5;2.4;10.35;0;4.47;26105
+70101;43.83044;7.39985;347;20220429;18.5;8.9;13.7;2.8;10.02;0;4.82;26884
+70101;43.83044;7.39985;347;20220430;18.2;9.9;14.1;2.3;10.72;.3;3.87;21995
+70101;43.83044;7.39985;347;20220501;18.4;8.9;13.6;2.3;11.62;.2;3.81;22358
+70101;43.83044;7.39985;347;20220502;17.5;8.2;12.8;2.1;12.62;0;3.76;25118
+70101;43.83044;7.39985;347;20220503;17.4;10.5;13.9;1.9;13.47;.5;3.39;21032
+70101;43.83044;7.39985;347;20220504;17.9;9.1;13.5;1.9;12.89;.2;3.72;24157
+70101;43.83044;7.39985;347;20220505;17.7;10.9;14.3;2.8;13.11;.4;3.07;15432
+70101;43.83044;7.39985;347;20220506;17.7;10.1;13.9;1.2;13.09;.8;2.77;16521
+70101;43.83044;7.39985;347;20220507;21;10.5;15.8;1.7;13.03;0;3.98;24034
+70101;43.83044;7.39985;347;20220508;19.2;11.4;15.3;1.9;13.39;2;3.38;18584
+70101;43.83044;7.39985;347;20220509;23.3;9.4;16.3;2.2;12.69;.8;4.66;27297
+70101;43.83044;7.39985;347;20220510;24.6;11;17.8;2.2;13.06;0;5.02;28145
+70101;43.83044;7.39985;347;20220511;24.8;11.7;18.3;2;13.46;0;4.87;28126
+70101;43.83044;7.39985;347;20220512;25.4;11.1;18.3;2.2;12.49;0;5;28371
+70101;43.83044;7.39985;347;20220513;24.4;11.5;17.9;1.9;12.96;0;4.79;27699
+70101;43.83044;7.39985;347;20220514;22.8;11;16.9;1.5;14.53;.1;4.33;26432
+70101;43.83044;7.39985;347;20220515;24.3;12;18.1;1.4;15.26;0;4.66;27909
+70101;43.83044;7.39985;347;20220516;25.7;11.8;18.8;1.7;13.83;0;4.97;28469
+70101;43.83044;7.39985;347;20220517;25.7;12.8;19.2;1.8;15.43;0;4.97;28389
+70101;43.83044;7.39985;347;20220518;26.8;13.5;20.2;1.8;16.29;.2;5.12;27940
+70101;43.83044;7.39985;347;20220519;27;14.6;20.8;1.7;13.73;0;5.44;28623
+70101;43.83044;7.39985;347;20220520;27.9;14.1;21;1.7;13.46;0;5.53;29004
+70101;43.83044;7.39985;347;20220521;29.7;15.2;22.5;2.1;15.99;.2;5.69;28801
+70101;43.83044;7.39985;347;20220522;25.4;15;20.2;1.5;18.29;.1;4.29;22868
+70101;43.83044;7.39985;347;20220523;25.3;14.9;20.1;2.1;16.56;0;4.53;24141
+70101;43.83044;7.39985;347;20220524;27.8;13.5;20.6;2.3;14.56;1.2;5.42;28162
+70101;43.83044;7.39985;347;20220525;22.7;13.9;18.3;1.9;16.73;.5;4.15;23395
+70101;43.83044;7.39985;347;20220526;25.9;14.3;20.1;2;16.16;.1;5.31;28305
+70101;43.83044;7.39985;347;20220527;32.6;18;25.3;2.2;14.63;0;6.78;29671
+70101;43.83044;7.39985;347;20220528;30.3;17.5;23.9;1.9;14.53;.8;6.13;28687
+70101;43.83044;7.39985;347;20220529;26.3;15.4;20.8;2.7;15.59;1.3;5.31;26498
+70101;43.83044;7.39985;347;20220530;25.3;14.2;19.8;2.2;15.93;0;4.94;26119
+70101;43.83044;7.39985;347;20220531;25.3;14.7;20;1.8;16.23;.1;5;26794
+70101;43.83044;7.39985;347;20220601;28.4;14.6;21.5;1.9;15.76;0;5.76;30065
+70101;43.83044;7.39985;347;20220602;27.7;13.8;20.7;2;16.59;.1;5.6;29771
+70101;43.83044;7.39985;347;20220603;28.1;18.5;23.3;2.7;15.79;3.6;5.4;21841
+70101;43.83044;7.39985;347;20220604;29.6;17.8;23.7;2.6;17.33;0;6.03;27541
+70101;43.83044;7.39985;347;20220605;30.7;17.9;24.3;2.4;18.16;0;6.13;28844
+70101;43.83044;7.39985;347;20220606;30.3;16.8;23.5;2.6;16.43;0;6.39;30242
+70101;43.83044;7.39985;347;20220607;29;18.9;23.9;3.8;14.76;.1;6.93;27846
+70101;43.83044;7.39985;347;20220608;27.3;16.6;21.9;3.3;12.69;0;6.14;25170
+70101;43.83044;7.39985;347;20220609;28.1;17.3;22.7;3.7;12.06;.1;6.86;28181
+70101;43.83044;7.39985;347;20220610;29.1;14.6;21.8;2.7;9.63;0;6.84;30881
+70101;43.83044;7.39985;347;20220611;31;15.4;23.2;2.3;10.69;0;6.87;30802
+70101;43.83044;7.39985;347;20220612;30.9;16.4;23.6;1.9;12.96;0;6.43;30387
+70101;43.83044;7.39985;347;20220613;31;17.6;24.3;2;16.46;.1;6.4;30171
+70101;43.83044;7.39985;347;20220614;29.9;15.2;22.6;1.8;16.83;0;6.07;30653
+70101;43.83044;7.39985;347;20220615;30.2;17.9;24;1.8;18.29;0;5.89;28257
+70101;43.83044;7.39985;347;20220616;31.8;18.6;25.2;1.6;20.33;0;6.16;30201
+70101;43.83044;7.39985;347;20220617;32.1;17.2;24.7;1.5;19.53;0;6.14;30184
+70101;43.83044;7.39985;347;20220618;32.5;19.6;26;2.3;19.49;0;6.71;29823
+70101;43.83044;7.39985;347;20220619;31.5;19.7;25.6;2.2;17.06;0;6.67;30067
+70101;43.83044;7.39985;347;20220620;31.3;17.1;24.2;2;14.13;0;6.5;30130
+70101;43.83044;7.39985;347;20220621;30.2;17.2;23.7;1.8;17.46;.2;5.84;28129
+70101;43.83044;7.39985;347;20220622;27.5;20;23.7;2.3;21.69;2.2;4.51;19327
+70101;43.83044;7.39985;347;20220623;26.8;17.2;22;2.1;19.86;3.1;4.64;22387
+70101;43.83044;7.39985;347;20220624;28.8;15.9;22.4;3;17.69;6.5;6.04;29729
+70101;43.83044;7.39985;347;20220625;29.6;16.6;23.1;2.4;15.96;0;6.39;30641
+70101;43.83044;7.39985;347;20220626;30.5;18.2;24.3;3.4;18.63;0;6.6;29376
+70101;43.83044;7.39985;347;20220627;31.5;18.5;25;2.2;16.63;0;6.64;29683
+70101;43.83044;7.39985;347;20220628;29.7;19.3;24.5;2;18.93;31.2;5.19;22081
+70101;43.83044;7.39985;347;20220629;30.6;14.7;22.6;2.4;17.93;0;6.09;30621
+70101;43.83044;7.39985;347;20220630;28.4;16.4;22.4;1.9;18.86;0;5.68;29421
+70101;43.83044;7.39985;347;20220701;30.9;17.4;24.1;2.4;17.13;0;6.36;30164
+70101;43.83044;7.39985;347;20220702;31.6;15.4;23.5;2.3;16.03;0;6.47;30758
+70101;43.83044;7.39985;347;20220703;33.9;17.6;25.8;2;14.66;0;6.71;30033
+70101;43.83044;7.39985;347;20220704;33.7;19.5;26.6;1.8;17.83;.3;6.52;29939
+70101;43.83044;7.39985;347;20220705;34.8;19.7;27.2;2.5;18.43;0;7.13;30410
+70101;43.83044;7.39985;347;20220706;32.2;18.8;25.5;2.3;17.39;0;6.51;29617
+70101;43.83044;7.39985;347;20220707;32.1;18.2;25.2;2.2;17.03;0;6.63;30179
+70101;43.83044;7.39985;347;20220708;31.1;19.3;25.2;2.1;15.26;0;6.61;29557
+70101;43.83044;7.39985;347;20220709;32.2;18.4;25.3;2.4;14.73;0;6.77;29340
+70101;43.83044;7.39985;347;20220710;30.2;18.5;24.4;2.2;18.43;0;6.2;29350
+70101;43.83044;7.39985;347;20220711;30;17.5;23.7;2;17.53;0;6.14;29610
+70101;43.83044;7.39985;347;20220712;29.8;17.9;23.9;2;19.56;0;5.97;29118
+70101;43.83044;7.39985;347;20220713;31.5;18;24.8;1.8;19.23;.2;6.2;29538
+70101;43.83044;7.39985;347;20220714;33;19.8;26.4;2.1;18.03;1;6.51;29090
+70101;43.83044;7.39985;347;20220715;32.2;19.7;26;2.2;20.73;.1;6.43;29400
+70101;43.83044;7.39985;347;20220716;31.3;20;25.6;2.1;23.49;.1;5.62;25914
+70101;43.83044;7.39985;347;20220717;33.2;20.5;26.9;1.9;21.43;0;6.2;27407
+70101;43.83044;7.39985;347;20220718;34;22.4;28.2;2;19.86;.4;6.4;26814
+70101;43.83044;7.39985;347;20220719;34.1;22;28;2.5;19.13;.2;6.97;28334
+70101;43.83044;7.39985;347;20220720;35.4;21.8;28.6;2.2;17.53;0;7.09;29035
+70101;43.83044;7.39985;347;20220721;35.3;20.7;28;1.9;18.19;0;6.66;28941
+70101;43.83044;7.39985;347;20220722;33.7;20.3;27;2.1;20.89;0;6.47;28640
+70101;43.83044;7.39985;347;20220723;34.2;19.5;26.8;2.1;19.89;0;6.27;27782
+70101;43.83044;7.39985;347;20220724;33.5;20.7;27.1;1.9;22.79;0;6.22;28310
+70101;43.83044;7.39985;347;20220725;31.4;20.9;26.2;2.2;24.3;0;5.9;27460
+70101;43.83044;7.39985;347;20220726;34.4;21.2;27.8;2.9;20.16;1.8;6.9;28025
+70101;43.83044;7.39985;347;20220727;31.3;19.6;25.5;2.3;18.89;.4;6.1;27478
+70101;43.83044;7.39985;347;20220728;31.3;19.4;25.3;2;18.26;0;5.91;27096
+70101;43.83044;7.39985;347;20220729;31.5;18.7;25.1;2.4;18.23;5;5.86;25579
+70101;43.83044;7.39985;347;20220730;32.1;18.9;25.5;2.4;16.16;0;6.34;28333
+70101;43.83044;7.39985;347;20220731;33.8;19.3;26.5;2.5;13.39;0;6.85;28441
+70101;43.83044;7.39985;347;20220801;33.3;19.1;26.2;2.1;14.63;0;6.51;28162
+70101;43.83044;7.39985;347;20220802;31.6;17.5;24.5;2.2;17.66;.1;6.06;27548
+70101;43.83044;7.39985;347;20220803;33.2;20.7;27;2.3;17.89;0;6.44;27594
+70101;43.83044;7.39985;347;20220804;34.4;20.9;27.6;2.4;16.09;0;6.65;27347
+70101;43.83044;7.39985;347;20220805;35;20.3;27.7;2.2;16.39;.5;6.44;27395
+70101;43.83044;7.39985;347;20220806;33.9;20.4;27.1;2.2;18.43;0;6.23;27141
+70101;43.83044;7.39985;347;20220807;32.8;20.1;26.5;2.9;18.36;6.8;6.51;26847
+70101;43.83044;7.39985;347;20220808;32.1;18;25;2.8;18.13;0;6.15;26696
+70101;43.83044;7.39985;347;20220809;33;20.1;26.6;2.1;17.79;.2;6.05;26865
+70101;43.83044;7.39985;347;20220810;31.6;20.3;26;2.4;17.73;8.1;5.64;22893
+70101;43.83044;7.39985;347;20220811;31.2;19;25.1;2.4;17.79;.1;5.49;24154
+70101;43.83044;7.39985;347;20220812;31.4;18.3;24.9;2.5;19.16;2.3;5.79;26214
+70101;43.83044;7.39985;347;20220813;29.2;19.6;24.4;2.8;19.03;.3;5.37;23173
+70101;43.83044;7.39985;347;20220814;29.2;19.8;24.5;2.7;17.13;2;5.09;19535
+70101;43.83044;7.39985;347;20220815;31;15.5;23.3;2.4;17.89;.7;5.42;25191
+70101;43.83044;7.39985;347;20220816;30.7;17.4;24;2.4;19.29;.3;5.41;25552
+70101;43.83044;7.39985;347;20220817;23.7;19.4;21.6;3.1;19.73;12.5;3.14;10067
+70101;43.83044;7.39985;347;20220818;26.6;16.3;21.4;2.8;17.99;5.9;4.46;21159
+70101;43.83044;7.39985;347;20220819;30.2;16;23.1;2.8;15.79;0;5.73;25644
+70101;43.83044;7.39985;347;20220820;32.2;17.3;24.7;2;16.56;0;5.49;25438
+70101;43.83044;7.39985;347;20220821;31.5;17.5;24.5;1.9;17.43;.8;5.29;24815
+70101;43.83044;7.39985;347;20220822;30.8;17.3;24;1.9;18.23;.2;5.07;24265
+70101;43.83044;7.39985;347;20220823;31.1;18;24.5;2.2;18.06;0;5.35;24924
+70101;43.83044;7.39985;347;20220824;31;18.8;24.9;2.2;17.86;0;5.36;24478
+70101;43.83044;7.39985;347;20220825;31.9;18.8;25.3;2.1;18.46;0;5.39;24375
+70101;43.83044;7.39985;347;20220826;30.6;19.8;25.2;1.9;21.29;.4;4.69;21788
+70101;43.83044;7.39985;347;20220827;29.5;17.8;23.7;2.1;19.96;.2;4.67;22012
+70101;43.83044;7.39985;347;20220828;31.2;18.5;24.8;1.9;20.99;.1;4.82;23407
+70101;43.83044;7.39985;347;20220829;31.1;17.8;24.5;2.3;20.16;.4;4.91;22595
+70101;43.83044;7.39985;347;20220830;30.7;19.5;25.1;2.2;20.69;1.6;4.54;19955
+70101;43.83044;7.39985;347;20220831;28.2;16.5;22.3;2.3;17.69;.6;4.44;21002
+70101;43.83044;7.39985;347;20220901;30.8;17.8;24.3;2.2;18.83;.2;4.88;22423
+70101;43.83044;7.39985;347;20220902;27.1;16.2;21.7;2.5;18.93;1.2;4.09;19064
+70101;43.83044;7.39985;347;20220903;28.3;16.1;22.2;2.6;18.23;2.1;4.46;20851
+70101;43.83044;7.39985;347;20220904;27.7;15.6;21.6;2.4;18.59;0;4.36;21854
+70101;43.83044;7.39985;347;20220905;29.3;16.6;23;2.1;18.59;0;4.46;21732
+70101;43.83044;7.39985;347;20220906;29.2;17.1;23.2;2.1;18.86;.1;4.36;20957
+70101;43.83044;7.39985;347;20220907;28.2;17.2;22.7;2.1;20.69;1.1;3.95;19687
+70101;43.83044;7.39985;347;20220908;29.1;16.6;22.8;3.6;17.36;0;5.02;20004
+70101;43.83044;7.39985;347;20220909;28.3;18.1;23.2;4.7;11.93;0;6.35;19100
+70101;43.83044;7.39985;347;20220910;27.1;16.2;21.7;3.7;11.49;0;5.2;17969
+70101;43.83044;7.39985;347;20220911;27;15.1;21.1;2.6;13.29;0;4.43;20531
+70101;43.83044;7.39985;347;20220912;28.4;14.1;21.2;2.1;15.56;.1;4.24;21483
+70101;43.83044;7.39985;347;20220913;27.5;14.7;21.1;1.9;17.69;0;3.72;19640
+70101;43.83044;7.39985;347;20220914;22.4;18.4;20.4;2.3;19.76;8.6;2.31;8956
+70101;43.83044;7.39985;347;20220915;30.4;17.6;24;3.5;17.29;0;5.19;19770
+70101;43.83044;7.39985;347;20220916;27.6;18.7;23.2;4.5;13.86;.8;5.5;17571
+70101;43.83044;7.39985;347;20220917;25.9;14.8;20.4;4;9.19;.2;5.39;18684
+70101;43.83044;7.39985;347;20220918;24.7;11.4;18;2.2;11.19;0;3.75;19953
+70101;43.83044;7.39985;347;20220919;25.8;11.2;18.5;3.1;12.06;0;4.19;20179
+70101;43.83044;7.39985;347;20220920;25.5;12.8;19.1;2.2;12.73;0;3.8;19423
+70101;43.83044;7.39985;347;20220921;23.6;12.3;17.9;3.2;12.53;0;3.75;16731
+70101;43.83044;7.39985;347;20220922;21.1;14.5;17.8;2.5;12.43;0;3.28;15610
+70101;43.83044;7.39985;347;20220923;23;14.4;18.7;1.9;12.33;1.2;3.04;15567
+70101;43.83044;7.39985;347;20220924;16.4;13.4;14.9;2;14.99;16.6;1.51;6475
+70101;43.83044;7.39985;347;20220925;22.5;12.8;17.6;2.1;14.86;1;2.69;16230
+70101;43.83044;7.39985;347;20220926;23.5;10.4;16.9;3.3;11.13;0;3.85;18060
+70101;43.83044;7.39985;347;20220927;21.5;12.6;17.1;5.5;9.13;0;4.75;14487
+70101;43.83044;7.39985;347;20220928;23.7;13.6;18.7;5.7;10.89;0;5.06;15878
+70101;43.83044;7.39985;347;20220929;21.5;13.4;17.4;4.8;11.33;0;3.92;14100
+70101;43.83044;7.39985;347;20220930;20.6;11.8;16.2;2.3;10.19;3.2;2.85;13654
+70101;43.83044;7.39985;347;20221001;21.8;8.2;15;4.3;10.99;0;3.56;17064
+70101;43.83044;7.39985;347;20221002;25.8;15.3;20.5;3.5;13.59;.2;3.76;15246
+70101;43.83044;7.39985;347;20221003;24.9;12.8;18.8;2.3;13.53;0;3.04;16533
+70101;43.83044;7.39985;347;20221004;25.2;11.3;18.3;2;12.99;0;3.03;17264
+70101;43.83044;7.39985;347;20221005;24.3;11.8;18.1;2;14.53;0;2.78;16569
+70101;43.83044;7.39985;347;20221006;24.4;10.7;17.6;2.1;14.63;.1;2.74;16773
+70101;43.83044;7.39985;347;20221007;24.2;12;18.1;2;14.16;0;2.72;16002
+70101;43.83044;7.39985;347;20221008;19.1;12.2;15.6;1.6;14.56;8.7;1.75;9608
+70101;43.83044;7.39985;347;20221009;17.2;13.6;15.4;2.4;16.26;14.5;1.29;5715
+70101;43.83044;7.39985;347;20221010;21.3;13.7;17.5;1.9;15.49;.3;2;11287
+70101;43.83044;7.39985;347;20221011;23.2;11.6;17.4;1.8;14.26;.5;2.37;14918
+70101;43.83044;7.39985;347;20221012;22.2;12.3;17.3;2.1;13.89;0;2.32;13026
+70101;43.83044;7.39985;347;20221013;24;11.5;17.8;2.6;13.39;.1;2.69;14070
+70101;43.83044;7.39985;347;20221014;23.5;12.6;18.1;2.5;13.89;.1;2.49;13300
+70101;43.83044;7.39985;347;20221015;24.1;10.6;17.4;2.2;14.03;.1;2.39;15001
+70101;43.83044;7.39985;347;20221016;23;11.2;17.1;2.3;14.99;.1;2.24;13656
+70101;43.83044;7.39985;347;20221017;23.8;12.5;18.1;2.3;14.66;0;2.39;13168
+70101;43.83044;7.39985;347;20221018;24.8;12.3;18.5;1.8;14.09;.1;2.27;13916
+70101;43.83044;7.39985;347;20221019;24;10.8;17.4;1.6;14.86;0;2.01;13987
+70101;43.83044;7.39985;347;20221020;22.1;11.8;17;1.6;15.26;.3;1.81;11643
+70101;43.83044;7.39985;347;20221021;18.7;15.8;17.2;2.3;17.33;4.9;1.27;4377
+70101;43.83044;7.39985;347;20221022;23.8;16.4;20.1;2.1;18.73;0;1.83;9416
+70101;43.83044;7.39985;347;20221023;23.4;15.8;19.6;3;17.23;0;2.2;9590
+70101;43.83044;7.39985;347;20221024;22.6;15.5;19;2.2;17.53;.1;1.78;8431
+70101;43.83044;7.39985;347;20221025;24.8;13.2;19;1.6;16.46;0;1.87;12113
+70101;43.83044;7.39985;347;20221026;22.8;13.1;18;1.9;16.46;.1;1.75;10582
+70101;43.83044;7.39985;347;20221027;23.6;12.6;18.1;1.8;15.69;.1;1.79;11503
+70101;43.83044;7.39985;347;20221028;25.5;12.8;19.2;2.3;14.36;0;2.3;12323
+70101;43.83044;7.39985;347;20221029;25.5;12;18.7;2.2;11.86;0;2.45;12473
+70101;43.83044;7.39985;347;20221030;23.7;12.1;17.9;2.2;11.23;.1;2.27;11470
+70101;43.83044;7.39985;347;20221031;22.3;9.9;16.1;2.1;12.46;0;1.89;11656
+70101;43.83044;7.39985;347;20221101;19.2;12.8;16;2.2;13.83;18.3;1.56;7088
+70101;43.83044;7.39985;347;20221102;21.7;9.4;15.5;2.3;13.23;0;1.68;11285
+70101;43.83044;7.39985;347;20221103;16.4;9.5;13;2.5;13.26;19.6;1.24;6884
+70101;43.83044;7.39985;347;20221104;16.2;9.7;13;4.9;9.16;1.1;2.54;8440
+70101;43.83044;7.39985;347;20221105;19;8;13.5;3;7.06;0;2.39;10345
+70101;43.83044;7.39985;347;20221106;19.6;5.2;12.4;2.3;7.83;0;1.91;11389
+70101;43.83044;7.39985;347;20221107;19.2;5.7;12.4;2.4;9.79;0;1.59;10792
+70101;43.83044;7.39985;347;20221108;17.6;6.6;12.1;2.1;11.53;0;1.35;9175
+70101;43.83044;7.39985;347;20221109;17.7;12.4;15.1;2.3;13.59;9.2;1.39;5103
+70101;43.83044;7.39985;347;20221110;19;10.3;14.6;2.1;13.29;0;1.35;8885
+70101;43.83044;7.39985;347;20221111;20.5;9.2;14.9;2.6;11.83;0;1.71;9784
+70101;43.83044;7.39985;347;20221112;18.2;7.6;12.9;2.3;10.86;0;1.45;8129
+70101;43.83044;7.39985;347;20221113;18.1;10.4;14.3;2.9;10.46;.1;1.85;6666
+70101;43.83044;7.39985;347;20221114;15.7;7.4;11.6;2.6;10.86;5.3;1.27;7052
+70101;43.83044;7.39985;347;20221115;14;10.4;12.2;2.8;13.29;3.2;.85;3844
+70101;43.83044;7.39985;347;20221116;19.1;10.3;14.7;2.6;12.09;.1;1.48;8331
+70101;43.83044;7.39985;347;20221117;21.2;9.3;15.2;4;10.06;0;2.56;8884
+70101;43.83044;7.39985;347;20221118;17.2;11.5;14.3;5.1;9.43;0;2.74;6936
+70101;43.83044;7.39985;347;20221119;16.8;5.9;11.3;2.7;7.03;0;1.85;8060
+70101;43.83044;7.39985;347;20221120;15.3;3.6;9.5;2.9;6.73;0;1.72;8737
+70101;43.83044;7.39985;347;20221121;13.3;4.3;8.8;3.1;7.73;5;1.48;6229
+70101;43.83044;7.39985;347;20221122;14;7.3;10.7;5;7.26;.6;2.37;6390
+70101;43.83044;7.39985;347;20221123;15.1;4.8;10;3.6;6.63;0;2.08;7538
+70101;43.83044;7.39985;347;20221124;17.8;6.4;12.1;2.9;7.06;0;1.89;8215
+70101;43.83044;7.39985;347;20221125;16.7;6.6;11.7;2.4;8.56;0;1.42;7426
+70101;43.83044;7.39985;347;20221126;17.6;4.2;10.9;2.7;7.73;0;1.6;8717
+70101;43.83044;7.39985;347;20221127;15;3.7;9.3;2.4;7.09;0;1.39;7927
+70101;43.83044;7.39985;347;20221128;10.6;5;7.8;2.4;8.46;0;.98;4236
+70101;43.83044;7.39985;347;20221129;8.8;4.2;6.5;1.8;8.76;.2;.65;3769
+70101;43.83044;7.39985;347;20221130;13.6;2.1;7.9;2.6;7.39;.2;1.1;8007
+70101;43.83044;7.39985;347;20221201;12.8;3.6;8.2;2.6;7.83;.2;1.05;7014
+70101;43.83044;7.39985;347;20221202;12.2;1.9;7;2.6;7.19;4.2;1.11;6200
+70101;43.83044;7.39985;347;20221203;9.6;5.4;7.5;3.7;9.16;16.7;.9;3426
+70101;43.83044;7.39985;347;20221204;10.3;7.3;8.8;2.6;10.43;14.2;.65;2782
+70101;43.83044;7.39985;347;20221205;13.1;4.7;8.9;2.3;8.59;0;.97;6677
+70101;43.83044;7.39985;347;20221206;13.5;1;7.2;2.7;6.39;0;1.2;7642
+70101;43.83044;7.39985;347;20221207;13.1;.2;6.6;2.9;6.69;0;1.2;7691
+70101;43.83044;7.39985;347;20221208;9.7;2.2;5.9;2.4;7.96;15;.8;5372
+70101;43.83044;7.39985;347;20221209;10.2;6.9;8.6;2.7;11.09;10.5;.51;2727
+70101;43.83044;7.39985;347;20221210;12.4;5.7;9;2.8;8.99;.2;.98;4784
+70101;43.83044;7.39985;347;20221211;9.1;0;4.6;3.3;4.59;.5;1.44;5937
+70101;43.83044;7.39985;347;20221212;10.3;-1.1;4.6;2.9;4.49;7.9;1.36;7094
+70101;43.83044;7.39985;347;20221213;5.8;2.9;4.3;2.3;8.29;1.5;.42;2563
+70101;43.83044;7.39985;347;20221214;11;5.1;8;2.3;9.26;0;.71;3868
+70101;43.83044;7.39985;347;20221215;10.8;4.7;7.7;3.1;10.39;39.4;.62;3207
+70101;43.83044;7.39985;347;20221216;13.1;7.9;10.5;2.2;10.83;.2;.71;4845
+70101;43.83044;7.39985;347;20221217;13.4;1.9;7.6;2.4;8.59;0;.83;6908
+70101;43.83044;7.39985;347;20221218;12.6;3.4;8;2.8;8.23;0;1.02;6261
+70101;43.83044;7.39985;347;20221219;10.6;5.1;7.9;2;9.23;0;.81;3842
+70101;43.83044;7.39985;347;20221220;13.4;7.5;10.4;2.5;11.13;1;.92;4272
+70101;43.83044;7.39985;347;20221221;12;10.2;11.1;2.5;12.09;7.3;.74;1607
+70101;43.83044;7.39985;347;20221222;16.1;6.2;11.1;3;9.86;0;1.15;6287
+70101;43.83044;7.39985;347;20221223;18.7;9.2;13.9;3.6;10.79;0;1.59;6249
+70101;43.83044;7.39985;347;20221224;19.2;10.5;14.8;3;11.03;0;1.42;6050
+70101;43.83044;7.39985;347;20221225;15.5;7.4;11.5;2.7;11.56;0;.85;5673
+70101;43.83044;7.39985;347;20221226;16.1;7.8;11.9;2.4;11.13;0;1;5722
+70101;43.83044;7.39985;347;20221227;16.8;7.8;12.3;2.8;9.29;0;1.33;6011
+70101;43.83044;7.39985;347;20221228;15.1;3.5;9.3;2.6;7.59;0;1.18;7061
+70101;43.83044;7.39985;347;20221229;14.1;7.2;10.7;2.6;10.13;.6;1.07;5141
+70101;43.83044;7.39985;347;20221230;14.8;6.7;10.8;2.2;10.86;0;.79;5766
+70101;43.83044;7.39985;347;20221231;14.6;5.9;10.3;2.3;10.86;0;.78;5881
+70102;43.86804;7.71283;198;20220101;12.6;8.6;10.6;1.7;10.77;.2;.76;2428
+70102;43.86804;7.71283;198;20220102;12.2;9;10.6;2.1;9.57;0;.93;3146
+70102;43.86804;7.71283;198;20220103;14.7;3.9;9.3;2.5;9.17;0;.84;7151
+70102;43.86804;7.71283;198;20220104;11.9;4.5;8.2;1.9;10.21;.3;.56;4248
+70102;43.86804;7.71283;198;20220105;15;9.3;12.1;2.5;10.21;4;1.06;4770
+70102;43.86804;7.71283;198;20220106;13.2;4.7;8.9;2.7;6.57;0;1.34;6534
+70102;43.86804;7.71283;198;20220107;12.1;1.4;6.8;3.6;4.84;0;1.75;7674
+70102;43.86804;7.71283;198;20220108;12.5;1.8;7.2;4.2;6.21;0;1.65;7681
+70102;43.86804;7.71283;198;20220109;12.6;5.5;9;6.4;5.47;0;2.72;6531
+70102;43.86804;7.71283;198;20220110;13.4;3.5;8.5;2.4;5.21;0;1.45;7247
+70102;43.86804;7.71283;198;20220111;14.4;1.2;7.8;2.8;4.01;0;1.72;8743
+70102;43.86804;7.71283;198;20220112;13.8;.6;7.2;3.1;4.44;0;1.76;8758
+70102;43.86804;7.71283;198;20220113;13.6;1.2;7.4;3.2;4.77;0;1.76;8592
+70102;43.86804;7.71283;198;20220114;14.7;1;7.9;2.7;5.07;0;1.52;9132
+70102;43.86804;7.71283;198;20220115;14.5;2.2;8.3;2.4;6.74;0;1.14;8861
+70102;43.86804;7.71283;198;20220116;13.3;1.8;7.5;2.3;6.97;0;1.02;8742
+70102;43.86804;7.71283;198;20220117;14.9;2;8.4;2.8;6.31;0;1.4;9245
+70102;43.86804;7.71283;198;20220118;13.2;1.8;7.5;2.6;7.27;0;1.18;8308
+70102;43.86804;7.71283;198;20220119;13.5;3.3;8.4;2.4;8.04;0;1.08;8084
+70102;43.86804;7.71283;198;20220120;12.9;1.7;7.3;2.4;6.77;0;1.12;9011
+70102;43.86804;7.71283;198;20220121;13.2;1.5;7.4;2.6;6.17;0;1.32;9269
+70102;43.86804;7.71283;198;20220122;12.8;1.4;7.1;2.5;6.37;0;1.22;9283
+70102;43.86804;7.71283;198;20220123;12.4;1.3;6.9;2.4;7.04;0;1.08;9522
+70102;43.86804;7.71283;198;20220124;12.6;1.8;7.2;2.4;7.44;0;1.05;9337
+70102;43.86804;7.71283;198;20220125;13.1;4.3;8.7;2.4;8.21;0;1.12;7396
+70102;43.86804;7.71283;198;20220126;12.6;1.9;7.2;2.4;7.51;0;1.07;9551
+70102;43.86804;7.71283;198;20220127;12.9;2.4;7.7;2.4;7.77;0;1.1;8819
+70102;43.86804;7.71283;198;20220128;13.8;2.9;8.3;2.4;7.74;0;1.21;9718
+70102;43.86804;7.71283;198;20220129;15;3.7;9.4;2.6;7.04;0;1.48;10254
+70102;43.86804;7.71283;198;20220130;13.7;3.1;8.4;2.2;8.31;0;1.12;9671
+70102;43.86804;7.71283;198;20220131;13.8;4.9;9.3;2.4;7.87;0;1.34;8443
+70102;43.86804;7.71283;198;20220201;14.4;3.2;8.8;2.4;4.81;0;1.79;10532
+70102;43.86804;7.71283;198;20220202;18.1;2.6;10.3;2.3;6.31;0;1.79;11417
+70102;43.86804;7.71283;198;20220203;15.3;4.9;10.1;2.5;9.21;0;1.32;9488
+70102;43.86804;7.71283;198;20220204;14.7;8.5;11.6;1.7;9.71;.3;1.14;6655
+70102;43.86804;7.71283;198;20220205;15.4;5.6;10.5;1.9;8.94;0;1.26;10557
+70102;43.86804;7.71283;198;20220206;16.4;3.7;10.1;3.4;6.97;0;2.12;11815
+70102;43.86804;7.71283;198;20220207;17.3;6.3;11.8;3.6;7.47;0;2.4;10122
+70102;43.86804;7.71283;198;20220208;15.8;2.8;9.3;2.6;6.61;0;1.74;12348
+70102;43.86804;7.71283;198;20220209;16;3.1;9.6;3.4;7.61;0;1.95;12368
+70102;43.86804;7.71283;198;20220210;14.6;3;8.8;4.2;9.92;0;1.69;9082
+70102;43.86804;7.71283;198;20220211;13.1;7.4;10.3;3.2;10.22;0;1.38;8032
+70102;43.86804;7.71283;198;20220212;13.7;6;9.8;4.4;7.15;0;2.38;11687
+70102;43.86804;7.71283;198;20220213;12.3;3.6;7.9;3.4;6.02;1;2.09;10954
+70102;43.86804;7.71283;198;20220214;8.1;6.1;7.1;4.2;8.42;25.6;1.21;1066
+70102;43.86804;7.71283;198;20220215;11.2;3.3;7.2;2.9;8.35;0;1.26;8917
+70102;43.86804;7.71283;198;20220216;14.2;2.4;8.3;2.8;6.84;0;1.85;12403
+70102;43.86804;7.71283;198;20220217;17.6;4.5;11;2.9;9.01;0;2.03;12479
+70102;43.86804;7.71283;198;20220218;16.1;4.6;10.3;2.1;10.71;0;1.39;12802
+70102;43.86804;7.71283;198;20220219;15.2;6.4;10.8;1.6;11.07;0;1.23;10343
+70102;43.86804;7.71283;198;20220220;17;4.2;10.6;2.9;8.27;0;2.09;14279
+70102;43.86804;7.71283;198;20220221;17;6.2;11.6;7.3;6.07;0;4.11;13256
+70102;43.86804;7.71283;198;20220222;17;7.4;12.2;3.3;6.37;0;2.83;13912
+70102;43.86804;7.71283;198;20220223;16.1;4.1;10.1;2.3;7.84;0;1.94;14980
+70102;43.86804;7.71283;198;20220224;14.2;3.5;8.8;2.8;8.21;.2;1.76;11808
+70102;43.86804;7.71283;198;20220225;15.2;4.7;10;2.5;8.47;0;1.87;14035
+70102;43.86804;7.71283;198;20220226;14.5;4.7;9.6;2.6;5.37;0;2.34;13614
+70102;43.86804;7.71283;198;20220227;11.4;1.7;6.6;2.6;5.24;0;2;11847
+70102;43.86804;7.71283;198;20220228;15.2;1;8.1;3;6.17;0;2.31;15925
+70102;43.86804;7.71283;198;20220301;12.4;3.2;7.8;3.5;6.44;0;2.16;13902
+70102;43.86804;7.71283;198;20220302;13.2;3.2;8.2;2.5;7.11;0;1.83;12635
+70102;43.86804;7.71283;198;20220303;12.7;3.8;8.3;2.1;8.84;0;1.46;11034
+70102;43.86804;7.71283;198;20220304;13.4;4.1;8.7;2.1;9.47;1.8;1.57;13473
+70102;43.86804;7.71283;198;20220305;9.3;6.4;7.9;1.8;8.51;.4;1.11;5355
+70102;43.86804;7.71283;198;20220306;9.7;4.7;7.2;1.6;7.21;0;1.32;8241
+70102;43.86804;7.71283;198;20220307;11.8;1.3;6.5;2.1;6.47;0;1.85;16296
+70102;43.86804;7.71283;198;20220308;10.9;1.5;6.2;2.5;6.64;0;1.65;10421
+70102;43.86804;7.71283;198;20220309;12.8;3.4;8.1;2.3;7.64;0;1.92;15741
+70102;43.86804;7.71283;198;20220310;14.2;2.5;8.4;2.3;8.67;0;1.91;16711
+70102;43.86804;7.71283;198;20220311;13.4;7.2;10.3;3.9;8.07;0;2.34;11663
+70102;43.86804;7.71283;198;20220312;12.6;6.6;9.6;7.1;6.84;0;2.97;9884
+70102;43.86804;7.71283;198;20220313;10.4;10.1;10.2;6.2;7.64;6.2;2.33;1019
+70102;43.86804;7.71283;198;20220314;13.3;6.6;9.9;3.9;10.14;.4;1.62;9071
+70102;43.86804;7.71283;198;20220315;15.1;11.4;13.2;4.3;9.54;0;2.71;12050
+70102;43.86804;7.71283;198;20220316;15.8;6.8;11.3;3.4;10.64;0;2.2;15461
+70102;43.86804;7.71283;198;20220317;15.7;9;12.4;1.7;11.17;0;1.82;11721
+70102;43.86804;7.71283;198;20220318;16.6;10.3;13.4;4.3;8.72;0;3.24;9912
+70102;43.86804;7.71283;198;20220319;16.6;8.9;12.7;4.9;7.02;0;3.89;14428
+70102;43.86804;7.71283;198;20220320;14.4;7.2;10.8;4.6;6.25;0;3.45;14164
+70102;43.86804;7.71283;198;20220321;13.7;5.1;9.4;4.7;5.28;0;3.66;18554
+70102;43.86804;7.71283;198;20220322;15.1;4.2;9.6;3.9;5.52;0;3.71;20076
+70102;43.86804;7.71283;198;20220323;17.3;5;11.1;3.9;4.98;0;4.28;20513
+70102;43.86804;7.71283;198;20220324;16.2;6.3;11.3;2.5;6.98;0;3.18;20366
+70102;43.86804;7.71283;198;20220325;15.4;5.3;10.3;2.4;7.02;0;2.93;19361
+70102;43.86804;7.71283;198;20220326;17.6;6;11.8;4.1;7.38;0;3.72;20401
+70102;43.86804;7.71283;198;20220327;20.3;10.8;15.6;3.7;6.52;0;4.36;13200
+70102;43.86804;7.71283;198;20220328;20.1;7.7;13.9;2.4;5.9;0;3.9;20624
+70102;43.86804;7.71283;198;20220329;15.4;6.4;10.9;2.7;9.35;.4;2.83;18213
+70102;43.86804;7.71283;198;20220330;14.6;10.2;12.4;2.6;11.32;13.9;1.78;6811
+70102;43.86804;7.71283;198;20220331;16;8.8;12.4;2.7;11.25;1.9;2.78;18620
+70102;43.86804;7.71283;198;20220401;14.2;7.1;10.6;5.8;7.48;.7;3.69;18564
+70102;43.86804;7.71283;198;20220402;12.1;2.6;7.3;4.5;6.29;.9;2.94;18263
+70102;43.86804;7.71283;198;20220403;11.3;4;7.6;2.8;7.29;.5;2.23;13951
+70102;43.86804;7.71283;198;20220404;12.4;3.9;8.2;2.8;7.85;0;2.73;21561
+70102;43.86804;7.71283;198;20220405;13.2;4.1;8.7;2.5;8.32;0;2.78;22298
+70102;43.86804;7.71283;198;20220406;12.8;5.2;9;2.1;9.22;.2;2.29;16952
+70102;43.86804;7.71283;198;20220407;17.3;8.5;12.9;4.3;10.4;0;2.97;16518
+70102;43.86804;7.71283;198;20220408;18.7;12.1;15.4;6.8;12.95;0;3.52;19489
+70102;43.86804;7.71283;198;20220409;18.4;11.6;15;6.9;6.39;1;5.8;22158
+70102;43.86804;7.71283;198;20220410;15.8;6.6;11.2;2.8;6.7;0;3.76;24152
+70102;43.86804;7.71283;198;20220411;14.4;5.6;10;2.9;8.78;0;3.06;22229
+70102;43.86804;7.71283;198;20220412;14.8;6.9;10.8;3.8;9.15;0;3.08;20872
+70102;43.86804;7.71283;198;20220413;17.7;10.2;13.9;3.3;9.25;0;3.83;21213
+70102;43.86804;7.71283;198;20220414;21;8.3;14.7;2.1;8.45;0;4.1;22963
+70102;43.86804;7.71283;198;20220415;20.7;12.6;16.7;2.5;9.89;0;4.25;22216
+70102;43.86804;7.71283;198;20220416;21.6;11.4;16.5;2.9;11.12;0;4.3;22458
+70102;43.86804;7.71283;198;20220417;18.1;12.1;15.1;3.1;9.75;0;4.2;22598
+70102;43.86804;7.71283;198;20220418;16.1;11.3;13.7;2.9;9.78;0;3.8;23259
+70102;43.86804;7.71283;198;20220419;15.7;8.7;12.2;3;11.98;0;2.65;17341
+70102;43.86804;7.71283;198;20220420;15.4;11.9;13.7;3.6;13.05;7.5;2.42;12885
+70102;43.86804;7.71283;198;20220421;17.3;11.7;14.5;4.6;11.68;1;3.17;13796
+70102;43.86804;7.71283;198;20220422;17.1;11.3;14.2;3.5;12.62;.1;2.89;14693
+70102;43.86804;7.71283;198;20220423;14.4;11.7;13.1;4.6;13.62;16.6;1.66;7006
+70102;43.86804;7.71283;198;20220424;15.1;8.6;11.8;3.4;11.75;0;2.54;16334
+70102;43.86804;7.71283;198;20220425;16.5;8.4;12.4;3.4;12.68;0;3.13;23024
+70102;43.86804;7.71283;198;20220426;15.8;10.7;13.3;3.5;13.82;0;2.73;18753
+70102;43.86804;7.71283;198;20220427;16.6;12.2;14.4;2.1;13.68;0;3.36;22896
+70102;43.86804;7.71283;198;20220428;20.5;10.4;15.4;2.1;10.5;0;4.38;26608
+70102;43.86804;7.71283;198;20220429;20.7;11.2;15.9;3;10.25;0;4.92;26978
+70102;43.86804;7.71283;198;20220430;18.7;11.6;15.1;2.4;10.75;.5;3.89;21794
+70102;43.86804;7.71283;198;20220501;18.9;11.5;15.2;2.6;11.98;.2;3.84;22144
+70102;43.86804;7.71283;198;20220502;17.9;10.3;14.1;2.3;12.82;0;3.8;25858
+70102;43.86804;7.71283;198;20220503;17.7;12;14.8;2.1;13.65;.7;3.4;21776
+70102;43.86804;7.71283;198;20220504;18.3;11.1;14.7;2.2;13.42;1.1;3.85;25676
+70102;43.86804;7.71283;198;20220505;18;12.6;15.3;2.6;12.92;.4;2.64;11239
+70102;43.86804;7.71283;198;20220506;18.4;11.9;15.1;1.5;13.21;2;2.67;14620
+70102;43.86804;7.71283;198;20220507;21.2;12;16.6;2;12.94;.1;4.06;23866
+70102;43.86804;7.71283;198;20220508;21.7;13.1;17.4;2.1;13.34;1.3;3.84;20107
+70102;43.86804;7.71283;198;20220509;23.3;11.4;17.3;2.4;12.64;.6;4.8;27351
+70102;43.86804;7.71283;198;20220510;24.7;12.9;18.8;2.4;13.04;0;5.19;28200
+70102;43.86804;7.71283;198;20220511;22.8;12.9;17.8;2;14.44;0;4.55;27436
+70102;43.86804;7.71283;198;20220512;23.8;12.2;18;2.1;13.67;0;4.78;28426
+70102;43.86804;7.71283;198;20220513;22.3;11.8;17;1.9;14.14;0;4.36;27304
+70102;43.86804;7.71283;198;20220514;21.4;12.1;16.7;1.7;15.04;.1;4.09;25696
+70102;43.86804;7.71283;198;20220515;22.6;13;17.8;1.5;15.64;.2;4.35;26826
+70102;43.86804;7.71283;198;20220516;24.3;13;18.6;1.8;15.01;0;4.8;28523
+70102;43.86804;7.71283;198;20220517;23.6;14.3;18.9;1.9;16.57;0;4.63;27632
+70102;43.86804;7.71283;198;20220518;25.1;14.8;19.9;1.8;17.14;0;4.82;27329
+70102;43.86804;7.71283;198;20220519;26.6;16.1;21.4;1.8;14.41;0;5.46;28558
+70102;43.86804;7.71283;198;20220520;26.1;15.6;20.8;1.9;14.91;0;5.27;28743
+70102;43.86804;7.71283;198;20220521;26.5;15.9;21.2;2.2;17.71;.1;5.07;27389
+70102;43.86804;7.71283;198;20220522;24.2;16.8;20.5;1.5;18.97;.1;3.73;19515
+70102;43.86804;7.71283;198;20220523;24.8;15.9;20.4;2.2;17.97;0;4.35;23387
+70102;43.86804;7.71283;198;20220524;26.6;14.4;20.5;2.4;15.61;.6;5.26;28249
+70102;43.86804;7.71283;198;20220525;23.7;15.7;19.7;2.2;17.67;.8;4.3;23330
+70102;43.86804;7.71283;198;20220526;25.9;16.1;21;2.2;16.61;0;5.31;27679
+70102;43.86804;7.71283;198;20220527;32;20;26;2.4;15.04;0;6.87;29729
+70102;43.86804;7.71283;198;20220528;29.6;18.1;23.8;1.9;15.37;1.7;6.1;29812
+70102;43.86804;7.71283;198;20220529;25.3;17;21.1;3;17.77;1.5;4.97;24929
+70102;43.86804;7.71283;198;20220530;24.4;15.6;20;2.4;16.77;0;4.7;25055
+70102;43.86804;7.71283;198;20220531;24.4;15.6;20;2;16.77;.1;4.74;25764
+70102;43.86804;7.71283;198;20220601;26.1;15.5;20.8;2;17.21;0;5.38;29681
+70102;43.86804;7.71283;198;20220602;27.2;15.5;21.3;2.3;17.14;0;5.66;29830
+70102;43.86804;7.71283;198;20220603;27.9;19;23.5;2.5;16.14;2.5;5.36;22358
+70102;43.86804;7.71283;198;20220604;28.8;19;23.9;2.8;18.14;0;5.92;26880
+70102;43.86804;7.71283;198;20220605;29.4;18.7;24.1;2.7;19.11;0;6.13;28904
+70102;43.86804;7.71283;198;20220606;27.7;17.8;22.8;2.5;18.64;.1;5.63;28310
+70102;43.86804;7.71283;198;20220607;29.7;19.2;24.5;3.6;16.27;.4;7.07;29697
+70102;43.86804;7.71283;198;20220608;28;17.4;22.7;3.2;14.27;0;6.33;27217
+70102;43.86804;7.71283;198;20220609;27.9;18.3;23.1;3.1;13.51;.1;6.59;29297
+70102;43.86804;7.71283;198;20220610;28;15.7;21.9;2.6;10.54;0;6.57;30941
+70102;43.86804;7.71283;198;20220611;28.9;17.3;23.1;2.4;11.94;0;6.58;30862
+70102;43.86804;7.71283;198;20220612;29.2;17.5;23.4;2.1;14.57;0;6.24;30448
+70102;43.86804;7.71283;198;20220613;27.9;17.5;22.7;2.1;17.57;.1;5.86;29801
+70102;43.86804;7.71283;198;20220614;28.7;17.1;22.9;2;18.04;.1;6;30713
+70102;43.86804;7.71283;198;20220615;28.1;19;23.6;1.8;19.87;0;5.5;27494
+70102;43.86804;7.71283;198;20220616;28.4;19.8;24.1;1.9;21.94;0;5.64;28742
+70102;43.86804;7.71283;198;20220617;30;18.7;24.3;1.7;20.57;0;5.91;29695
+70102;43.86804;7.71283;198;20220618;31.6;21.1;26.3;2.2;20.34;0;6.58;29911
+70102;43.86804;7.71283;198;20220619;30.9;21.2;26;2.2;17.87;0;6.68;30499
+70102;43.86804;7.71283;198;20220620;30.3;18.7;24.5;2.2;15.61;0;6.45;30190
+70102;43.86804;7.71283;198;20220621;29.3;18.7;24;1.7;18.47;0;5.7;27984
+70102;43.86804;7.71283;198;20220622;28;21.1;24.6;2.4;22.17;1.5;4.52;18904
+70102;43.86804;7.71283;198;20220623;26.9;18.7;22.8;2.1;20.44;2.3;4.51;21363
+70102;43.86804;7.71283;198;20220624;29.1;17.1;23.1;3.1;18.14;2.6;6.27;30611
+70102;43.86804;7.71283;198;20220625;28.8;17.8;23.3;2.4;16.57;0;6.28;30702
+70102;43.86804;7.71283;198;20220626;30.1;19.1;24.6;3.4;18.91;0;6.63;29905
+70102;43.86804;7.71283;198;20220627;31.1;20.1;25.6;2.2;17.51;0;6.64;29846
+70102;43.86804;7.71283;198;20220628;30.1;21.3;25.7;2.4;19.74;26.2;5.41;21987
+70102;43.86804;7.71283;198;20220629;28.8;16.1;22.4;2.5;19.27;0;5.88;30681
+70102;43.86804;7.71283;198;20220630;27.2;18.4;22.8;2.1;20.74;0;5.34;27985
+70102;43.86804;7.71283;198;20220701;29.9;18.8;24.3;2.3;19.47;0;6.18;30530
+70102;43.86804;7.71283;198;20220702;28.9;17.6;23.3;2.5;18.37;0;6.03;29923
+70102;43.86804;7.71283;198;20220703;31.1;18.6;24.9;2;16.74;0;6.35;30093
+70102;43.86804;7.71283;198;20220704;30.8;20;25.4;2;20.04;1;6.06;28722
+70102;43.86804;7.71283;198;20220705;32.3;21.1;26.7;2.5;20.91;0;6.74;30103
+70102;43.86804;7.71283;198;20220706;30.3;19.1;24.7;2.5;19.81;.4;6.17;29448
+70102;43.86804;7.71283;198;20220707;30.9;20.4;25.7;2.4;18.47;.1;6.63;30190
+70102;43.86804;7.71283;198;20220708;30.3;21.1;25.7;2.2;16.67;0;6.46;29167
+70102;43.86804;7.71283;198;20220709;30.7;20;25.3;2.5;16.31;0;6.63;29399
+70102;43.86804;7.71283;198;20220710;28.9;20.2;24.6;2.3;20.31;0;5.92;28427
+70102;43.86804;7.71283;198;20220711;28.7;19.4;24.1;2.1;19.64;0;5.83;28814
+70102;43.86804;7.71283;198;20220712;28.2;19.6;23.9;2.1;20.87;0;5.62;28084
+70102;43.86804;7.71283;198;20220713;30.4;19.9;25.1;1.9;20.57;0;6.05;29188
+70102;43.86804;7.71283;198;20220714;30.9;21.4;26.1;2.4;19.94;1;6.27;28446
+70102;43.86804;7.71283;198;20220715;30.1;20.5;25.3;2.3;22.41;.1;5.92;28225
+70102;43.86804;7.71283;198;20220716;30.2;21.3;25.8;2.3;24.37;.4;5.32;24528
+70102;43.86804;7.71283;198;20220717;33.1;22.1;27.6;1.9;22.47;0;6.23;27643
+70102;43.86804;7.71283;198;20220718;32.9;23.7;28.3;1.8;20.91;.3;6.15;26523
+70102;43.86804;7.71283;198;20220719;33.3;23.5;28.4;2.7;20.24;.1;6.95;28394
+70102;43.86804;7.71283;198;20220720;34.6;23.7;29.1;2.3;18.84;.3;7.1;29092
+70102;43.86804;7.71283;198;20220721;32.9;21.6;27.2;2.2;19.74;0;6.54;28998
+70102;43.86804;7.71283;198;20220722;31.4;22.3;26.9;2.3;23.44;0;6.04;27577
+70102;43.86804;7.71283;198;20220723;31.8;20.6;26.2;2.2;22.67;0;5.81;27267
+70102;43.86804;7.71283;198;20220724;31.6;22.4;27;2;24.97;.1;5.86;27264
+70102;43.86804;7.71283;198;20220725;31;22.1;26.6;2.2;24.94;0;5.76;26981
+70102;43.86804;7.71283;198;20220726;33.1;22.5;27.8;2.7;23.77;2.8;6.52;28036
+70102;43.86804;7.71283;198;20220727;30.7;21.7;26.2;2.4;21.07;.4;5.97;26889
+70102;43.86804;7.71283;198;20220728;29.9;21.7;25.8;2.3;20.54;0;5.66;25720
+70102;43.86804;7.71283;198;20220729;30.7;20.2;25.5;2.6;20.44;4.5;5.71;24936
+70102;43.86804;7.71283;198;20220730;30.7;19.6;25.1;2.5;18.37;.3;6.03;27786
+70102;43.86804;7.71283;198;20220731;32.6;20.8;26.7;2.5;14.77;0;6.73;28496
+70102;43.86804;7.71283;198;20220801;31.9;20.6;26.3;2.2;16.07;0;6.34;28216
+70102;43.86804;7.71283;198;20220802;30.8;19.6;25.2;2.3;18.74;0;5.98;27315
+70102;43.86804;7.71283;198;20220803;32.2;22.3;27.2;2.2;19.27;0;6.25;27414
+70102;43.86804;7.71283;198;20220804;33;22.5;27.7;2.4;17.57;0;6.52;27328
+70102;43.86804;7.71283;198;20220805;32.6;21.8;27.2;2.3;18.51;.2;6.18;27076
+70102;43.86804;7.71283;198;20220806;31.6;21.9;26.7;2.3;21.21;0;5.78;26050
+70102;43.86804;7.71283;198;20220807;32.5;21.7;27.1;3.1;19.31;4.2;6.62;26789
+70102;43.86804;7.71283;198;20220808;31.1;19.8;25.5;3;18.47;0;6.15;26530
+70102;43.86804;7.71283;198;20220809;31.8;21.7;26.8;2.2;19.11;.2;5.88;26316
+70102;43.86804;7.71283;198;20220810;31.1;22.3;26.7;2.4;18.61;5.4;5.46;21571
+70102;43.86804;7.71283;198;20220811;30.3;20.7;25.5;2.6;18.47;.1;5.32;22354
+70102;43.86804;7.71283;198;20220812;29.9;20.1;25;2.6;19.74;.2;5.6;25725
+70102;43.86804;7.71283;198;20220813;28.5;21.2;24.8;2.9;19.57;.2;5.14;21703
+70102;43.86804;7.71283;198;20220814;29.7;20.8;25.3;2.8;17.71;1.8;5.13;19050
+70102;43.86804;7.71283;198;20220815;29.5;17.6;23.5;2.6;19.11;.3;5.25;24828
+70102;43.86804;7.71283;198;20220816;29.7;19.3;24.5;2.5;21.04;0;5.19;24930
+70102;43.86804;7.71283;198;20220817;25.3;20.1;22.7;2.8;19.87;6.3;3.5;12252
+70102;43.86804;7.71283;198;20220818;26.6;17.8;22.2;3;18.51;4.9;4.41;20010
+70102;43.86804;7.71283;198;20220819;29;17.4;23.2;2.7;16.87;.2;5.44;25658
+70102;43.86804;7.71283;198;20220820;30.9;19.2;25.1;2.2;18.14;0;5.48;25487
+70102;43.86804;7.71283;198;20220821;30.6;19.1;24.9;2.1;19.47;.8;5.16;24227
+70102;43.86804;7.71283;198;20220822;29.3;19.8;24.6;2.1;20.51;.4;4.74;22398
+70102;43.86804;7.71283;198;20220823;29.7;20;24.9;2.2;19.71;0;5.1;24182
+70102;43.86804;7.71283;198;20220824;29.8;20.4;25.1;2.3;18.44;0;5.18;23850
+70102;43.86804;7.71283;198;20220825;30.3;20.9;25.6;2.2;19.94;0;5.16;23715
+70102;43.86804;7.71283;198;20220826;29.8;21.4;25.6;1.9;22.41;.5;4.53;21275
+70102;43.86804;7.71283;198;20220827;28.9;19.6;24.2;2.2;20.94;0;4.56;21586
+70102;43.86804;7.71283;198;20220828;29.6;20.2;24.9;2.2;22.37;0;4.64;22296
+70102;43.86804;7.71283;198;20220829;29.8;20.3;25;2.5;21.81;.5;4.66;21392
+70102;43.86804;7.71283;198;20220830;30.4;20.5;25.5;2.5;21.77;1;4.49;19318
+70102;43.86804;7.71283;198;20220831;28.3;17.7;23;2.5;19.31;4.3;4.39;20866
+70102;43.86804;7.71283;198;20220901;29.8;19.6;24.7;2.4;20.14;.8;4.75;21912
+70102;43.86804;7.71283;198;20220902;27.5;18.2;22.9;2.6;19.51;.7;4.11;18493
+70102;43.86804;7.71283;198;20220903;28.1;17.8;22.9;2.9;18.77;1.3;4.43;20054
+70102;43.86804;7.71283;198;20220904;27.8;17.2;22.5;2.7;19.04;0;4.48;22064
+70102;43.86804;7.71283;198;20220905;29.3;18.4;23.8;2.2;19.11;0;4.54;21983
+70102;43.86804;7.71283;198;20220906;28.8;18.8;23.8;2.2;19.54;.1;4.26;20156
+70102;43.86804;7.71283;198;20220907;28.5;18.9;23.7;2.1;21.47;.5;4.05;20028
+70102;43.86804;7.71283;198;20220908;30.4;18.3;24.3;3.7;17.67;0;5.37;20902
+70102;43.86804;7.71283;198;20220909;30.2;19.3;24.8;5.3;11.17;.2;7.22;20330
+70102;43.86804;7.71283;198;20220910;28;16.6;22.3;3.2;11.77;0;5.08;19249
+70102;43.86804;7.71283;198;20220911;26.6;15.4;21;2.5;14.51;0;4.31;21415
+70102;43.86804;7.71283;198;20220912;27;16.1;21.5;2.4;16.41;.1;4.13;21253
+70102;43.86804;7.71283;198;20220913;26.6;16.1;21.4;2.1;18.14;0;3.65;19318
+70102;43.86804;7.71283;198;20220914;24.6;19.2;21.9;2.2;19.97;5.1;2.69;10929
+70102;43.86804;7.71283;198;20220915;31.7;18.8;25.2;3.9;17.64;0;5.64;20479
+70102;43.86804;7.71283;198;20220916;29.3;20.4;24.9;4.8;13.94;1.5;6.21;19018
+70102;43.86804;7.71283;198;20220917;26.8;15.8;21.3;3.8;10.11;.4;5.34;19857
+70102;43.86804;7.71283;198;20220918;24.3;13.6;19;2.5;12.64;0;3.81;19970
+70102;43.86804;7.71283;198;20220919;25.2;12.1;18.7;3;13.91;0;3.9;20221
+70102;43.86804;7.71283;198;20220920;25.5;15.1;20.3;2.3;13.71;0;3.82;19147
+70102;43.86804;7.71283;198;20220921;23.9;14.7;19.3;3.2;13.44;0;3.72;15874
+70102;43.86804;7.71283;198;20220922;21.4;16.8;19.1;2.7;12.67;0;3.31;14105
+70102;43.86804;7.71283;198;20220923;22.9;14.6;18.8;2.1;12.71;.7;3.17;16426
+70102;43.86804;7.71283;198;20220924;16.9;14.6;15.7;2.1;15.41;16.8;1.37;4719
+70102;43.86804;7.71283;198;20220925;22.5;13.8;18.2;2.4;15.71;2;2.76;16354
+70102;43.86804;7.71283;198;20220926;24.8;11.9;18.3;3.6;11.67;0;4.16;18802
+70102;43.86804;7.71283;198;20220927;23.6;14.7;19.1;6.5;8.84;0;5.83;15396
+70102;43.86804;7.71283;198;20220928;25.3;15.7;20.5;6.8;10.74;0;5.97;16188
+70102;43.86804;7.71283;198;20220929;22.6;15.6;19.1;5.8;11.41;0;4.64;13884
+70102;43.86804;7.71283;198;20220930;20.9;12.5;16.7;2.3;10.77;3.5;2.82;14140
+70102;43.86804;7.71283;198;20221001;23.5;9.8;16.6;4.8;11.44;0;4.05;17786
+70102;43.86804;7.71283;198;20221002;24.8;15.2;20;3.1;14.57;.1;3.42;15757
+70102;43.86804;7.71283;198;20221003;23.7;14.2;19;2.1;15.14;0;2.73;16056
+70102;43.86804;7.71283;198;20221004;24.1;13;18.6;2;13.87;0;2.86;17112
+70102;43.86804;7.71283;198;20221005;23.5;13.6;18.6;2;15.31;0;2.65;16154
+70102;43.86804;7.71283;198;20221006;23.1;12.5;17.8;2.1;15.34;0;2.54;16115
+70102;43.86804;7.71283;198;20221007;23.6;13.9;18.7;2;15.01;0;2.61;15661
+70102;43.86804;7.71283;198;20221008;21;13.7;17.4;1.7;14.91;2.7;1.92;9730
+70102;43.86804;7.71283;198;20221009;18;14.8;16.4;2.4;16.71;11.9;1.21;4353
+70102;43.86804;7.71283;198;20221010;21.6;15;18.3;2;16.07;0;2;10789
+70102;43.86804;7.71283;198;20221011;22.4;13.2;17.8;1.9;14.97;.1;2.28;14571
+70102;43.86804;7.71283;198;20221012;22.8;14;18.4;2.2;14.51;0;2.37;12769
+70102;43.86804;7.71283;198;20221013;24.1;13.1;18.6;2.7;14.17;.1;2.72;13971
+70102;43.86804;7.71283;198;20221014;22.8;13.4;18.1;2.5;14.81;0;2.33;12923
+70102;43.86804;7.71283;198;20221015;22.5;11.8;17.1;2.3;14.64;0;2.22;14494
+70102;43.86804;7.71283;198;20221016;22.8;12.7;17.7;2.5;15.54;0;2.24;13435
+70102;43.86804;7.71283;198;20221017;23.8;13.5;18.7;2.4;15.01;0;2.43;13509
+70102;43.86804;7.71283;198;20221018;23.6;14;18.8;1.9;14.81;.1;2.15;13276
+70102;43.86804;7.71283;198;20221019;22.8;12.4;17.6;1.8;15.41;0;1.92;13179
+70102;43.86804;7.71283;198;20221020;21.9;13;17.5;1.8;15.51;.2;1.82;11671
+70102;43.86804;7.71283;198;20221021;19.3;16.2;17.7;2.2;17.67;5.5;1.22;4130
+70102;43.86804;7.71283;198;20221022;23.6;16.6;20.1;2.2;19.01;0;1.8;9455
+70102;43.86804;7.71283;198;20221023;23.6;15.8;19.7;2.8;17.51;0;2.13;10089
+70102;43.86804;7.71283;198;20221024;23.2;15.7;19.5;2.1;18.11;0;1.73;8698
+70102;43.86804;7.71283;198;20221025;23.7;14.5;19.1;1.8;17.17;0;1.81;11655
+70102;43.86804;7.71283;198;20221026;22.9;14;18.5;2.1;16.84;.1;1.77;10646
+70102;43.86804;7.71283;198;20221027;23.1;14.2;18.6;1.9;16.44;.1;1.77;11263
+70102;43.86804;7.71283;198;20221028;23.9;14.6;19.2;2.2;15.41;0;2.05;11518
+70102;43.86804;7.71283;198;20221029;25.7;13.7;19.7;2.2;12.34;0;2.49;12567
+70102;43.86804;7.71283;198;20221030;23.6;13.4;18.5;2.2;11.97;0;2.2;11519
+70102;43.86804;7.71283;198;20221031;22.2;11.5;16.8;2;12.87;0;1.82;11622
+70102;43.86804;7.71283;198;20221101;19.3;12.7;16;2.2;13.67;9.8;1.54;7697
+70102;43.86804;7.71283;198;20221102;21.1;10.9;16;2.5;14.14;0;1.61;10734
+70102;43.86804;7.71283;198;20221103;18.2;11.6;14.9;2.5;13.94;16.4;1.36;6564
+70102;43.86804;7.71283;198;20221104;17.9;11;14.5;5;9.34;1.1;2.86;9001
+70102;43.86804;7.71283;198;20221105;19.9;8.1;14;2.6;7.74;0;2.18;11253
+70102;43.86804;7.71283;198;20221106;20.2;7.4;13.8;2.6;8.24;0;2.08;11354
+70102;43.86804;7.71283;198;20221107;19.3;6.7;13;2.6;10.37;0;1.63;10995
+70102;43.86804;7.71283;198;20221108;19;8.6;13.8;2.5;11.97;0;1.53;9001
+70102;43.86804;7.71283;198;20221109;18.2;13;15.6;2.1;13.87;9.4;1.32;4751
+70102;43.86804;7.71283;198;20221110;20.1;12.5;16.3;2.2;14.21;0;1.44;8456
+70102;43.86804;7.71283;198;20221111;21;10.6;15.8;2.7;12.17;0;1.75;9914
+70102;43.86804;7.71283;198;20221112;18.3;9.6;14;2.4;11.14;0;1.5;7864
+70102;43.86804;7.71283;198;20221113;19.4;11.7;15.5;3.1;10.64;.1;2.06;6488
+70102;43.86804;7.71283;198;20221114;16.8;9.1;13;2.7;11.21;2.3;1.37;6052
+70102;43.86804;7.71283;198;20221115;15.2;11.4;13.3;2.4;13.71;3.4;.85;3247
+70102;43.86804;7.71283;198;20221116;19.7;11.5;15.6;2.5;12.64;.1;1.45;8602
+70102;43.86804;7.71283;198;20221117;22.4;9.8;16.1;4.4;10.17;0;2.87;9147
+70102;43.86804;7.71283;198;20221118;19.1;13.1;16.1;5.4;9.41;0;3.2;7473
+70102;43.86804;7.71283;198;20221119;18.2;6.9;12.5;2.6;7.54;0;1.83;8497
+70102;43.86804;7.71283;198;20221120;16.8;4.7;10.8;2.7;7.27;0;1.66;9366
+70102;43.86804;7.71283;198;20221121;14.6;4.4;9.5;2.8;8.04;4.4;1.38;6991
+70102;43.86804;7.71283;198;20221122;16.1;8.3;12.2;4.7;7.64;1.4;2.44;6968
+70102;43.86804;7.71283;198;20221123;16.8;5.9;11.3;3.3;6.54;0;2.09;7858
+70102;43.86804;7.71283;198;20221124;18.6;6.4;12.5;2.7;7.81;0;1.67;8871
+70102;43.86804;7.71283;198;20221125;17.3;8.1;12.7;2.5;9.04;0;1.46;7140
+70102;43.86804;7.71283;198;20221126;18.4;5.6;12;2.7;8.44;0;1.6;8813
+70102;43.86804;7.71283;198;20221127;16.2;5.6;10.9;2.7;7.44;0;1.57;7907
+70102;43.86804;7.71283;198;20221128;11.3;6.5;8.9;2.6;8.71;0;1.06;3809
+70102;43.86804;7.71283;198;20221129;10.2;6.1;8.2;2;9.27;.2;.73;3454
+70102;43.86804;7.71283;198;20221130;14.7;4;9.4;2.7;7.87;.1;1.14;7999
+70102;43.86804;7.71283;198;20221201;13.5;5.2;9.4;2.6;8.24;.1;1.09;6483
+70102;43.86804;7.71283;198;20221202;13.3;3.5;8.4;2.9;7.61;5.1;1.22;5994
+70102;43.86804;7.71283;198;20221203;11;6.1;8.6;3.7;9.31;6.4;.98;3256
+70102;43.86804;7.71283;198;20221204;11;8;9.5;2.6;10.77;11.2;.68;2351
+70102;43.86804;7.71283;198;20221205;14.2;6.7;10.5;2.4;9.14;0;1.06;6450
+70102;43.86804;7.71283;198;20221206;14.4;2.8;8.6;2.8;6.94;0;1.25;7684
+70102;43.86804;7.71283;198;20221207;14.4;2.5;8.5;3.1;7.54;0;1.26;7684
+70102;43.86804;7.71283;198;20221208;11.8;4.9;8.3;2.5;8.71;14;.91;5236
+70102;43.86804;7.71283;198;20221209;10.9;8.1;9.5;2.6;11.27;11.5;.58;1810
+70102;43.86804;7.71283;198;20221210;14.7;6.5;10.6;2.5;9.44;.5;.97;5511
+70102;43.86804;7.71283;198;20221211;10.9;1;6;2.7;5.01;.2;1.24;6552
+70102;43.86804;7.71283;198;20221212;11.7;.9;6.3;2.9;4.94;6.2;1.4;7012
+70102;43.86804;7.71283;198;20221213;6.9;4;5.4;2.3;8.54;1;.49;2000
+70102;43.86804;7.71283;198;20221214;12.2;5.8;9;2.3;9.41;0;.78;3621
+70102;43.86804;7.71283;198;20221215;11.6;4.8;8.2;3;10.27;38.8;.64;2894
+70102;43.86804;7.71283;198;20221216;14.6;9.3;12;1.8;11.47;1.1;.69;4804
+70102;43.86804;7.71283;198;20221217;14.5;4.7;9.6;2.8;9.34;0;.96;6295
+70102;43.86804;7.71283;198;20221218;13.8;4.7;9.3;3.2;8.44;0;1.16;6382
+70102;43.86804;7.71283;198;20221219;11.7;5.4;8.5;2.2;9.31;.5;.85;3586
+70102;43.86804;7.71283;198;20221220;14.4;8.2;11.3;2.5;11.27;2.2;.97;4081
+70102;43.86804;7.71283;198;20221221;12.6;10.2;11.4;2.3;12.41;15.7;.7;1562
+70102;43.86804;7.71283;198;20221222;16.3;6.7;11.5;3;10.51;0;1.06;6464
+70102;43.86804;7.71283;198;20221223;18;8.8;13.4;3.6;10.87;0;1.47;6400
+70102;43.86804;7.71283;198;20221224;18.4;9.3;13.9;2.8;11.24;0;1.21;6474
+70102;43.86804;7.71283;198;20221225;16.2;8.6;12.4;2.8;12.07;0;.93;4841
+70102;43.86804;7.71283;198;20221226;17.3;8.5;12.9;2.4;11.34;0;1.06;6052
+70102;43.86804;7.71283;198;20221227;17.5;7.1;12.3;2.6;9.87;0;1.17;6696
+70102;43.86804;7.71283;198;20221228;15.1;4.8;10;2.8;8.04;.1;1.21;6890
+70102;43.86804;7.71283;198;20221229;15.2;7.2;11.2;2.6;10.17;.9;1.08;5490
+70102;43.86804;7.71283;198;20221230;15.9;7.6;11.7;2.4;11.17;0;.86;6203
+70102;43.86804;7.71283;198;20221231;15.9;7.5;11.7;2.3;11.17;0;.87;5828
+71071;43.32186;-1.82919;34;20220101;25.7;18.9;22.3;4.6;9.6;0;4.24;4696
+71071;43.32186;-1.82919;34;20220102;20.3;9;14.7;1.9;10.79;0;1.25;5256
+71071;43.32186;-1.82919;34;20220103;20.8;7;13.9;2.4;10.09;0;1.48;6319
+71071;43.32186;-1.82919;34;20220104;19.6;17.7;18.6;6.7;11.4;22.6;3.66;1859
+71071;43.32186;-1.82919;34;20220105;11.2;8.6;9.9;5;9;2.3;1.36;2440
+71071;43.32186;-1.82919;34;20220106;9.7;.2;5;2.2;5.99;1.3;.76;8029
+71071;43.32186;-1.82919;34;20220107;13.1;2.3;7.7;3.4;8.89;9.1;.88;4570
+71071;43.32186;-1.82919;34;20220108;13.9;9.4;11.7;4.9;9.29;12.7;1.76;3453
+71071;43.32186;-1.82919;34;20220109;12.3;10.2;11.3;4.3;12.99;49.1;.46;2407
+71071;43.32186;-1.82919;34;20220110;13.9;11.6;12.8;5.3;14.39;12.5;.48;2426
+71071;43.32186;-1.82919;34;20220111;12;10.2;11.1;1.3;11.29;0;.59;3939
+71071;43.32186;-1.82919;34;20220112;11.7;2.7;7.2;1.9;8.39;0;.6;8141
+71071;43.32186;-1.82919;34;20220113;11.8;1.8;6.8;1.7;7.49;0;.68;7943
+71071;43.32186;-1.82919;34;20220114;15.7;-.1;7.8;2;6.19;0;1.18;9010
+71071;43.32186;-1.82919;34;20220115;13;-1.2;5.9;1.7;5.59;0;.94;8562
+71071;43.32186;-1.82919;34;20220116;11.9;-.2;5.9;1.8;6.59;.1;.79;8795
+71071;43.32186;-1.82919;34;20220117;9.3;1.9;5.6;1.4;7.49;0;.54;6880
+71071;43.32186;-1.82919;34;20220118;7.5;.2;3.9;.9;7.39;.1;.44;2690
+71071;43.32186;-1.82919;34;20220119;11.9;6.4;9.2;2.6;8.79;.3;1.02;3240
+71071;43.32186;-1.82919;34;20220120;10.2;8;9.1;3;10.09;5;.73;2656
+71071;43.32186;-1.82919;34;20220121;7;3.6;5.3;2.4;6.59;0;.78;8606
+71071;43.32186;-1.82919;34;20220122;7.4;-1.3;3.1;1.8;6.09;0;.6;8677
+71071;43.32186;-1.82919;34;20220123;11.9;-1.6;5.2;1.6;6.49;0;.81;8570
+71071;43.32186;-1.82919;34;20220124;14.4;-.2;7.1;1.7;7.19;0;.96;9275
+71071;43.32186;-1.82919;34;20220125;17.4;5.3;11.3;3.7;8;0;1.98;8550
+71071;43.32186;-1.82919;34;20220126;11.9;.2;6.1;2;7.59;0;.81;10077
+71071;43.32186;-1.82919;34;20220127;11.4;.8;6.1;1.4;8.19;0;.64;8871
+71071;43.32186;-1.82919;34;20220128;10;5.2;7.6;1.2;8.39;0;.69;3552
+71071;43.32186;-1.82919;34;20220129;7;.2;3.6;1;7.99;0;.4;5092
+71071;43.32186;-1.82919;34;20220130;4.6;3.2;3.9;1.6;8.09;.1;.37;2969
+71071;43.32186;-1.82919;34;20220131;11.1;3.4;7.3;3.6;9.49;2.2;.66;1974
+71071;43.32186;-1.82919;34;20220201;11.4;7.2;9.3;2.3;9.29;.2;.95;4769
+71071;43.32186;-1.82919;34;20220202;13.1;9;11.1;1.5;10.19;0;.97;10822
+71071;43.32186;-1.82919;34;20220203;14.8;2.1;8.5;1.5;10.09;0;.78;7213
+71071;43.32186;-1.82919;34;20220204;13.4;6.2;9.8;2.2;10.69;4.3;.79;3350
+71071;43.32186;-1.82919;34;20220205;10.7;9.2;10;1.9;8.69;.2;1.12;9538
+71071;43.32186;-1.82919;34;20220206;12.4;3.3;7.9;2.2;8.19;.2;1.02;3531
+71071;43.32186;-1.82919;34;20220207;13;8.9;11;2.6;10.89;3;.97;3775
+71071;43.32186;-1.82919;34;20220208;16.9;4.7;10.8;1.2;10.59;0;1.05;10423
+71071;43.32186;-1.82919;34;20220209;20.6;3.8;12.2;2.1;9.79;0;1.74;11752
+71071;43.32186;-1.82919;34;20220210;15.8;3.8;9.8;2;9.89;2.7;1.18;9900
+71071;43.32186;-1.82919;34;20220211;11.4;9.3;10.4;2;10.79;.3;.85;4374
+71071;43.32186;-1.82919;34;20220212;13.2;6.2;9.7;1.1;9.89;0;.95;9042
+71071;43.32186;-1.82919;34;20220213;19.1;4.7;11.9;5.5;9.19;5.6;2.68;10188
+71071;43.32186;-1.82919;34;20220214;12.7;8.8;10.8;5.9;9.49;25.5;1.77;5381
+71071;43.32186;-1.82919;34;20220215;14.2;8.3;11.3;3.4;9.19;1.3;1.7;7482
+71071;43.32186;-1.82919;34;20220216;15.3;9.4;12.4;3.2;11.69;2.7;1.23;3874
+71071;43.32186;-1.82919;34;20220217;17.1;13.5;15.3;2.6;12.19;0;1.72;7416
+71071;43.32186;-1.82919;34;20220218;19.8;5.4;12.6;2.1;10.79;6.1;1.67;9584
+71071;43.32186;-1.82919;34;20220219;12.7;8.4;10.6;2.2;9.59;3.8;1.3;8084
+71071;43.32186;-1.82919;34;20220220;13.4;6.3;9.9;3.3;10.79;2.7;.96;4177
+71071;43.32186;-1.82919;34;20220221;13.8;9.2;11.5;3.4;11.09;2.8;1.26;5241
+71071;43.32186;-1.82919;34;20220222;14.1;7.2;10.7;2.1;9.89;0;1.54;14161
+71071;43.32186;-1.82919;34;20220223;17.8;3.3;10.6;2.3;9.59;0;1.77;13029
+71071;43.32186;-1.82919;34;20220224;11.9;6.7;9.3;2.6;10.89;2.7;.77;4033
+71071;43.32186;-1.82919;34;20220225;11.8;8;9.9;3;8.39;0;1.66;9087
+71071;43.32186;-1.82919;34;20220226;18.2;2.4;10.3;2.6;7.69;0;2.3;15139
+71071;43.32186;-1.82919;34;20220227;17.6;13.1;15.3;3.5;9.9;.1;2.52;7635
+71071;43.32186;-1.82919;34;20220228;16.5;5;10.8;2;10.39;0;1.74;15641
+71071;43.32186;-1.82919;34;20220301;20;5.3;12.7;1.4;9.89;1;1.78;11105
+71071;43.32186;-1.82919;34;20220302;15.5;11.4;13.5;2.5;11.49;2.3;1.53;6018
+71071;43.32186;-1.82919;34;20220303;15.2;5.6;10.4;3;11.19;17.3;1.14;5594
+71071;43.32186;-1.82919;34;20220304;13.4;9.6;11.5;3.2;9.89;6.1;1.71;8223
+71071;43.32186;-1.82919;34;20220305;12.6;7.2;9.9;3;8.59;2.9;1.81;11504
+71071;43.32186;-1.82919;34;20220306;11.9;7.4;9.7;2.1;8.39;1;1.38;5648
+71071;43.32186;-1.82919;34;20220307;11.8;7.9;9.9;3.6;8.79;0;1.88;12579
+71071;43.32186;-1.82919;34;20220308;15.4;11.2;13.3;3.5;8.79;2.6;2.47;8534
+71071;43.32186;-1.82919;34;20220309;18;4.2;11.1;4.6;8.39;2;2.76;11115
+71071;43.32186;-1.82919;34;20220310;15.3;11.8;13.6;3;11.19;.7;1.9;8689
+71071;43.32186;-1.82919;34;20220311;19.6;12.4;16;4.7;10.19;13;3.19;7301
+71071;43.32186;-1.82919;34;20220312;19.6;8.3;14;2.2;9.29;14.6;2.6;14785
+71071;43.32186;-1.82919;34;20220313;15.5;9;12.3;2.5;9.19;2.8;2.24;13341
+71071;43.32186;-1.82919;34;20220314;12.5;6.3;9.4;2;9.19;1.9;1.21;4944
+71071;43.32186;-1.82919;34;20220315;22.3;11;16.6;5.1;11.4;0;3.78;15731
+71071;43.32186;-1.82919;34;20220316;18.8;14.6;16.7;2.7;11.59;6.9;2.22;5048
+71071;43.32186;-1.82919;34;20220317;11.6;11.6;11.6;4;11.89;10.7;1.19;5100
+71071;43.32186;-1.82919;34;20220318;10.8;9.2;10;1.7;10.49;0;1.05;5151
+71071;43.32186;-1.82919;34;20220319;20.5;5.9;13.2;1.8;9.19;0;2.41;12624
+71071;43.32186;-1.82919;34;20220320;19.5;9.6;14.6;3.1;8.89;0;2.78;7966
+71071;43.32186;-1.82919;34;20220321;20.7;13.7;17.2;5.3;8.49;.8;4.51;11851
+71071;43.32186;-1.82919;34;20220322;17;13.9;15.5;6.3;6.79;.1;4.45;5496
+71071;43.32186;-1.82919;34;20220323;19.6;12.7;16.2;3.9;6.79;0;4.41;18505
+71071;43.32186;-1.82919;34;20220324;18.5;11;14.8;3.7;8.99;0;3.44;15856
+71071;43.32186;-1.82919;34;20220325;17.9;14;16;2.1;10.29;0;2.24;6906
+71071;43.32186;-1.82919;34;20220326;17.8;8.2;13;1.9;10.59;0;2.52;17188
+71071;43.32186;-1.82919;34;20220327;22.3;9.5;15.9;3.5;8.79;0;3.96;16454
+71071;43.32186;-1.82919;34;20220328;22.6;11.8;17.2;2.9;7.99;0;3.43;7364
+71071;43.32186;-1.82919;34;20220329;17;11.8;14.4;2.7;11.39;1.3;2.55;14246
+71071;43.32186;-1.82919;34;20220330;14.1;11.6;12.9;3.1;11.59;19.3;1.34;2238
+71071;43.32186;-1.82919;34;20220331;14.1;10.2;12.2;4.6;10.29;22.4;2.14;8401
+71071;43.32186;-1.82919;34;20220401;10.9;4.9;7.9;8;8.2;10.1;2.02;13252
+71071;43.32186;-1.82919;34;20220402;10.8;4.8;7.8;3.8;6.69;6.5;2.5;17070
+71071;43.32186;-1.82919;34;20220403;10.3;2.7;6.5;3.4;6.29;.4;2.41;18769
+71071;43.32186;-1.82919;34;20220404;11.5;1.3;6.4;2.8;6.3;.1;2.32;18196
+71071;43.32186;-1.82919;34;20220405;13.6;2.2;7.9;2.8;7.4;0;2.5;19487
+71071;43.32186;-1.82919;34;20220406;14.8;5.5;10.2;2.5;8.79;0;2.1;11726
+71071;43.32186;-1.82919;34;20220407;22.9;8.5;15.7;3.5;10.19;0;3.98;18360
+71071;43.32186;-1.82919;34;20220408;21.5;12.2;16.9;3.9;10.99;2.6;3.06;5562
+71071;43.32186;-1.82919;34;20220409;15.4;10.6;13;2.6;9.79;1.1;2.98;19082
+71071;43.32186;-1.82919;34;20220410;25;4.3;14.7;3.3;8.89;0;4.59;22101
+71071;43.32186;-1.82919;34;20220411;27.7;17.3;22.5;8.2;11.3;.7;7.55;19493
+71071;43.32186;-1.82919;34;20220412;23.5;16.1;19.8;3.2;10.09;0;4.5;16652
+71071;43.32186;-1.82919;34;20220413;17.4;10.9;14.2;2.3;12.79;1.4;1.96;9774
+71071;43.32186;-1.82919;34;20220414;18.3;13;15.7;1.9;13.99;.2;2.54;15298
+71071;43.32186;-1.82919;34;20220415;17.8;10.8;14.3;2.4;13.49;0;1.96;10346
+71071;43.32186;-1.82919;34;20220416;18.1;12.3;15.2;2.2;13.19;0;2.93;18656
+71071;43.32186;-1.82919;34;20220417;20.9;9;15;2.7;12.39;0;3.34;20119
+71071;43.32186;-1.82919;34;20220418;17.1;13;15.1;2.6;12.89;1.7;2.55;14053
+71071;43.32186;-1.82919;34;20220419;13.1;11.6;12.4;3;11.49;23.9;1.62;6715
+71071;43.32186;-1.82919;34;20220420;11.1;9.7;10.4;4.2;11.49;41.3;1.19;6758
+71071;43.32186;-1.82919;34;20220421;12.1;10.3;11.2;3.6;11.69;6.7;1.35;6801
+71071;43.32186;-1.82919;34;20220422;20.5;5.4;13;4.1;9.59;1.1;3.56;16489
+71071;43.32186;-1.82919;34;20220423;15.2;11.4;13.3;4.3;11.69;11.5;2.3;10941
+71071;43.32186;-1.82919;34;20220424;17.5;9.7;13.6;4.2;11.69;0;2.56;12046
+71071;43.32186;-1.82919;34;20220425;17.1;8.5;12.8;2.4;11.59;0;3.38;25313
+71071;43.32186;-1.82919;34;20220426;22.8;9.2;16;1.8;12.99;.9;3.73;22957
+71071;43.32186;-1.82919;34;20220427;15.4;14.4;14.9;1.6;14.89;3.7;1.97;11747
+71071;43.32186;-1.82919;34;20220428;14.7;13.7;14.2;1.7;14.59;1.8;.83;1550
+71071;43.32186;-1.82919;34;20220429;18.1;13;15.6;1.5;13.89;0;1.71;7125
+71071;43.32186;-1.82919;34;20220430;17.9;12.6;15.3;2.1;13.59;0;2.76;16521
+71071;43.32186;-1.82919;34;20220501;18.2;11.3;14.8;2.7;13.19;0;2.63;14830
+71071;43.32186;-1.82919;34;20220502;17.2;13.1;15.2;2.4;13.49;.7;1.9;7716
+71071;43.32186;-1.82919;34;20220503;18.1;12.8;15.5;3.2;14.09;0;2.22;10306
+71071;43.32186;-1.82919;34;20220504;17.2;13.8;15.5;2.9;13.59;.7;2.22;9708
+71071;43.32186;-1.82919;34;20220505;18.9;11.7;15.3;2.5;13.49;.1;2.76;15341
+71071;43.32186;-1.82919;34;20220506;18.5;11.4;15;3.3;13.09;0;3.32;20696
+71071;43.32186;-1.82919;34;20220507;19.2;11.7;15.5;3.1;13.19;0;3.48;21073
+71071;43.32186;-1.82919;34;20220508;20.6;11.7;16.2;2.2;13.39;.1;3.98;25152
+71071;43.32186;-1.82919;34;20220509;21.2;11;16.1;2;13.39;0;4.04;25696
+71071;43.32186;-1.82919;34;20220510;24.8;11.6;18.2;2.2;14.89;0;4.55;26400
+71071;43.32186;-1.82919;34;20220511;19.7;15.8;17.8;2;15.69;0;2.63;13040
+71071;43.32186;-1.82919;34;20220512;19.7;14.8;17.3;1.5;16.39;.1;1.77;7574
+71071;43.32186;-1.82919;34;20220513;20.6;15.2;17.9;1.8;17.09;.1;2.76;15223
+71071;43.32186;-1.82919;34;20220514;28.2;13;20.6;1.6;16.79;1.1;3.41;14937
+71071;43.32186;-1.82919;34;20220515;31.4;16.4;23.9;3.3;15.99;8.5;5.37;17737
+71071;43.32186;-1.82919;34;20220516;27.1;14.3;20.7;2.3;16.49;0;4.98;26073
+71071;43.32186;-1.82919;34;20220517;30.8;15.7;23.3;2.4;15.99;0;6;28074
+71071;43.32186;-1.82919;34;20220518;35.2;16.3;25.8;2.7;17.59;1.2;6.54;25677
+71071;43.32186;-1.82919;34;20220519;21.2;17.3;19.3;2;17.69;0;2.85;14134
+71071;43.32186;-1.82919;34;20220520;19.8;16.9;18.4;1.9;18.59;.1;1.76;7795
+71071;43.32186;-1.82919;34;20220521;24.9;17;21;2.8;19.09;0;4.08;20898
+71071;43.32186;-1.82919;34;20220522;29.7;18.2;24;3.1;19.09;2.4;4.57;16679
+71071;43.32186;-1.82919;34;20220523;20.1;15.7;17.9;3.7;15.09;5.1;2.64;9013
+71071;43.32186;-1.82919;34;20220524;17.4;12.6;15;3.6;13.49;14.6;2.16;8708
+71071;43.32186;-1.82919;34;20220525;20.3;13.3;16.8;2.6;12.99;1.4;2.55;8566
+71071;43.32186;-1.82919;34;20220526;19.8;12.4;16.1;2.4;14.39;.7;2.63;13182
+71071;43.32186;-1.82919;34;20220527;20.8;15.2;18;2.2;15.49;0;3.6;19937
+71071;43.32186;-1.82919;34;20220528;22.1;14.8;18.5;2.5;16.29;0;4.16;24143
+71071;43.32186;-1.82919;34;20220529;21.9;14.2;18.1;2.8;15.09;.1;4.75;28616
+71071;43.32186;-1.82919;34;20220530;20.3;15.8;18.1;2.4;13.29;0;3.96;20342
+71071;43.32186;-1.82919;34;20220531;21.3;13.2;17.3;2.4;13.59;0;4.48;26452
+71071;43.32186;-1.82919;34;20220601;23.3;16;19.7;2.8;16.59;.8;5;28617
+71071;43.32186;-1.82919;34;20220602;22.4;15.7;19.1;2.4;18.39;1.1;3;15618
+71071;43.32186;-1.82919;34;20220603;23;19.1;21.1;2.8;18.19;2.3;3.54;15638
+71071;43.32186;-1.82919;34;20220604;20.3;18.4;19.4;2.3;18.89;2;1.82;6627
+71071;43.32186;-1.82919;34;20220605;23;17.8;20.4;2;18.39;0;4.61;26230
+71071;43.32186;-1.82919;34;20220606;24;14.8;19.4;1.8;17.39;.4;3.82;20612
+71071;43.32186;-1.82919;34;20220607;21.1;17.9;19.5;2.2;18.39;.5;2.88;14223
+71071;43.32186;-1.82919;34;20220608;21.4;16.1;18.8;2.5;18.39;2.3;2.01;8131
+71071;43.32186;-1.82919;34;20220609;23.3;15.9;19.6;2.8;17.29;.1;4.64;26292
+71071;43.32186;-1.82919;34;20220610;23.5;12.8;18.2;2.1;16.89;0;4.58;28110
+71071;43.32186;-1.82919;34;20220611;24.1;19.5;21.8;3.1;20.09;.2;2.81;9974
+71071;43.32186;-1.82919;34;20220612;23.3;18;20.7;2.8;20.49;2.2;2.78;12953
+71071;43.32186;-1.82919;34;20220613;25.4;18.5;22;3;20.69;0;4.21;21050
+71071;43.32186;-1.82919;34;20220614;26.5;18;22.3;2.6;21.69;0;3.12;13297
+71071;43.32186;-1.82919;34;20220615;27.8;19.3;23.6;2.4;22.19;0;5.41;27997
+71071;43.32186;-1.82919;34;20220616;31.5;19.7;25.6;2;22.59;0;4.97;21727
+71071;43.32186;-1.82919;34;20220617;37.7;21.4;29.6;2.6;23.89;0;6.81;25364
+71071;43.32186;-1.82919;34;20220618;42.6;23.7;33.2;2.5;22.59;0;8.65;30892
+71071;43.32186;-1.82919;34;20220619;24.1;19.9;22;3.2;18.99;.9;4.96;25202
+71071;43.32186;-1.82919;34;20220620;23.8;17.3;20.6;2;19.49;2.8;2.46;10177
+71071;43.32186;-1.82919;34;20220621;21.8;17.7;19.8;2.7;20.09;12.8;1.99;8195
+71071;43.32186;-1.82919;34;20220622;24;17.2;20.6;2;19.29;2.9;3.44;17274
+71071;43.32186;-1.82919;34;20220623;25.2;16.9;21.1;2.4;18.49;6.8;3.72;17271
+71071;43.32186;-1.82919;34;20220624;22.9;16.1;19.5;3;17.19;.2;4.79;27665
+71071;43.32186;-1.82919;34;20220625;18.8;17.2;18;2.5;16.99;12.5;2.03;8187
+71071;43.32186;-1.82919;34;20220626;19.5;14.2;16.9;2.1;15.49;8;2.1;9008
+71071;43.32186;-1.82919;34;20220627;18.4;14.8;16.6;1.9;16.39;4;1.89;8993
+71071;43.32186;-1.82919;34;20220628;22.2;16.2;19.2;2;15.99;0;4.8;27961
+71071;43.32186;-1.82919;34;20220629;22;15.7;18.9;2.2;16.89;8.6;2.83;13088
+71071;43.32186;-1.82919;34;20220630;18.3;14.7;16.5;3;16.09;3.2;1.96;8818
+71071;43.32186;-1.82919;34;20220701;22.3;11.4;16.9;2.8;14.69;0;4.59;28582
+71071;43.32186;-1.82919;34;20220702;27.1;14.3;20.7;2.2;17.09;0;5.68;31545
+71071;43.32186;-1.82919;34;20220703;22.7;17.9;20.3;2.3;18.59;.9;2.81;12248
+71071;43.32186;-1.82919;34;20220704;20.6;17.1;18.9;2.9;18.39;.4;2.04;8121
+71071;43.32186;-1.82919;34;20220705;25;18.3;21.7;2.9;19.19;0;4.29;20943
+71071;43.32186;-1.82919;34;20220706;24.3;19.2;21.8;2.9;20.59;5.7;3.44;15827
+71071;43.32186;-1.82919;34;20220707;24.6;19.2;21.9;3.3;19.49;.4;3.99;18071
+71071;43.32186;-1.82919;34;20220708;25.3;17.1;21.2;2.5;19.49;0;4.21;21764
+71071;43.32186;-1.82919;34;20220709;27.8;17;22.4;2.6;18.69;.1;5.95;31456
+71071;43.32186;-1.82919;34;20220710;27.6;17.6;22.6;2.4;19.39;0;5.43;28066
+71071;43.32186;-1.82919;34;20220711;27.9;17.5;22.7;2.2;19.59;0;5.83;31163
+71071;43.32186;-1.82919;34;20220712;28.8;20;24.4;2.1;21.09;0;5.65;28174
+71071;43.32186;-1.82919;34;20220713;30.6;19;24.8;2.1;18.29;0;6.2;29708
+71071;43.32186;-1.82919;34;20220714;30.9;18.9;24.9;1.9;17.99;0;6.03;28767
+71071;43.32186;-1.82919;34;20220715;28.5;19.9;24.2;2.8;20.09;0;5.71;27260
+71071;43.32186;-1.82919;34;20220716;32.2;19.2;25.7;2;22.29;0;6.03;28739
+71071;43.32186;-1.82919;34;20220717;35.2;20.1;27.7;1.8;22.29;0;6.31;28008
+71071;43.32186;-1.82919;34;20220718;41.5;20.8;31.2;2.7;21.59;0;8.03;27971
+71071;43.32186;-1.82919;34;20220719;25.8;20.8;23.3;2.8;20.29;.3;4.8;23132
+71071;43.32186;-1.82919;34;20220720;25.3;21.8;23.6;1.5;20.99;3.9;2.34;7846
+71071;43.32186;-1.82919;34;20220721;25.8;19.8;22.8;2.7;21.19;.4;5.05;26838
+71071;43.32186;-1.82919;34;20220722;23.8;21.3;22.6;2.3;20.39;.2;2.44;7798
+71071;43.32186;-1.82919;34;20220723;24.4;18;21.2;2.4;17.59;0;4.4;22320
+71071;43.32186;-1.82919;34;20220724;33.6;18.1;25.9;2.7;20.79;0;6.34;27551
+71071;43.32186;-1.82919;34;20220725;26.4;21;23.7;3.8;20.49;.2;3.89;13558
+71071;43.32186;-1.82919;34;20220726;25.3;20.3;22.8;2.8;17.09;.4;5.2;24700
+71071;43.32186;-1.82919;34;20220727;25.3;16.8;21.1;1.8;15.89;0;4.97;27046
+71071;43.32186;-1.82919;34;20220728;24.2;17.9;21.1;2.2;16.79;.1;4.24;21210
+71071;43.32186;-1.82919;34;20220729;26.2;17.8;22;2.1;18.49;1.3;3.59;15677
+71071;43.32186;-1.82919;34;20220730;27;19.3;23.2;2.3;20.39;.4;3.8;16687
+71071;43.32186;-1.82919;34;20220731;25.9;21.2;23.6;2;21.19;0;4.11;19779
+71071;43.32186;-1.82919;34;20220801;25.5;20.5;23;1.9;21.09;0;3.18;13945
+71071;43.32186;-1.82919;34;20220802;27.1;19.3;23.2;2.1;21.59;0;5.16;27863
+71071;43.32186;-1.82919;34;20220803;29.8;21.2;25.5;2.9;24.09;1.3;4.62;20210
+71071;43.32186;-1.82919;34;20220804;26.3;22.9;24.6;2.4;24.09;2;2.52;8381
+71071;43.32186;-1.82919;34;20220805;26.3;21.3;23.8;2.5;21.89;.1;3.14;12018
+71071;43.32186;-1.82919;34;20220806;27.1;19.2;23.2;2.7;19.99;0;5.37;28074
+71071;43.32186;-1.82919;34;20220807;28.3;19.2;23.8;2.5;18.89;0;5.59;28002
+71071;43.32186;-1.82919;34;20220808;30.1;18.1;24.1;3;18.39;0;5.91;27433
+71071;43.32186;-1.82919;34;20220809;29.7;20.8;25.3;2.4;20.49;0;4.92;21513
+71071;43.32186;-1.82919;34;20220810;32.1;19.4;25.8;1.6;20.79;.1;4.72;21290
+71071;43.32186;-1.82919;34;20220811;35.3;23.8;29.6;2.6;21.09;0;5.83;20119
+71071;43.32186;-1.82919;34;20220812;27.3;23;25.2;2.7;24.79;0;3.65;15801
+71071;43.32186;-1.82919;34;20220813;26;21.1;23.6;2.4;22.09;5.6;3.46;15499
+71071;43.32186;-1.82919;34;20220814;26.4;21.1;23.8;2.7;21.59;.2;3.82;16940
+71071;43.32186;-1.82919;34;20220815;26.9;18.6;22.8;2.7;18.59;0;4.36;20019
+71071;43.32186;-1.82919;34;20220816;25.3;19.6;22.5;2.5;19.19;.4;3.71;16815
+71071;43.32186;-1.82919;34;20220817;25;17.2;21.1;3.6;17.69;68.2;3.75;15770
+71071;43.32186;-1.82919;34;20220818;19.3;17.2;18.3;4.5;18.79;35.6;1.23;2536
+71071;43.32186;-1.82919;34;20220819;23.6;17.4;20.5;2.5;18.29;0;4.24;24517
+71071;43.32186;-1.82919;34;20220820;26;17.7;21.9;2.1;21.09;.4;4.01;22265
+71071;43.32186;-1.82919;34;20220821;25.7;20.8;23.3;2.2;22.19;1.6;2.74;11170
+71071;43.32186;-1.82919;34;20220822;24.2;19.9;22.1;2.3;22.69;5.4;1.96;7656
+71071;43.32186;-1.82919;34;20220823;25.2;20.6;22.9;1.8;24.39;1.1;3.52;19555
+71071;43.32186;-1.82919;34;20220824;31.2;19.9;25.6;3.2;24.49;.5;4.12;16344
+71071;43.32186;-1.82919;34;20220825;26;21.5;23.8;2.9;24.69;1.8;3.29;16193
+71071;43.32186;-1.82919;34;20220826;26.2;20.3;23.3;2;22.69;.4;3.06;14449
+71071;43.32186;-1.82919;34;20220827;24;18.6;21.3;1.9;20.39;.1;3.09;16398
+71071;43.32186;-1.82919;34;20220828;31.4;18.3;24.9;2.1;22.69;3.7;4.65;22599
+71071;43.32186;-1.82919;34;20220829;32.3;21.8;27.1;2.3;21.09;5.9;4.86;19842
+71071;43.32186;-1.82919;34;20220830;26.6;20.9;23.8;2.7;23.69;.1;3.57;17695
+71071;43.32186;-1.82919;34;20220831;23.8;23;23.4;1.9;23.99;1.9;1.81;6331
+71071;43.32186;-1.82919;34;20220901;25.6;19.6;22.6;1.6;22.59;.5;2.65;12973
+71071;43.32186;-1.82919;34;20220902;23.3;20.2;21.8;2.5;21.79;1.6;2.18;9199
+71071;43.32186;-1.82919;34;20220903;23.4;19.3;21.4;2.5;20.19;.9;2.35;9583
+71071;43.32186;-1.82919;34;20220904;26.6;17.3;22;2.1;20.69;0;3.83;21422
+71071;43.32186;-1.82919;34;20220905;30.4;17.4;23.9;1.9;19.49;0;4.21;20289
+71071;43.32186;-1.82919;34;20220906;29.5;17.1;23.3;2.2;18.89;0;4.39;21786
+71071;43.32186;-1.82919;34;20220907;25.6;17.3;21.5;2.4;18.29;0;3.24;15099
+71071;43.32186;-1.82919;34;20220908;24.7;17.3;21;2.5;18.39;4.4;3.46;18232
+71071;43.32186;-1.82919;34;20220909;24.2;18.5;21.4;2.4;18.89;1.3;3.22;16403
+71071;43.32186;-1.82919;34;20220910;27;14.3;20.7;2.1;17.49;0;3.7;20174
+71071;43.32186;-1.82919;34;20220911;33.8;16.8;25.3;1.7;20.49;0;4.26;19489
+71071;43.32186;-1.82919;34;20220912;32.6;21.8;27.2;1.8;21.79;2.9;3.47;12270
+71071;43.32186;-1.82919;34;20220913;31;24.2;27.6;7.3;17.09;.1;6.83;9093
+71071;43.32186;-1.82919;34;20220914;30.4;21.8;26.1;2.8;17.39;0;4.47;15211
+71071;43.32186;-1.82919;34;20220915;27.4;18.8;23.1;2.2;19.89;7.5;3.38;15901
+71071;43.32186;-1.82919;34;20220916;23.1;19.8;21.5;2.7;19.09;.5;2.62;10980
+71071;43.32186;-1.82919;34;20220917;21.4;15.4;18.4;2.9;13.29;0;3.43;17964
+71071;43.32186;-1.82919;34;20220918;24.3;11.3;17.8;2.1;12.79;0;3.21;17160
+71071;43.32186;-1.82919;34;20220919;21.7;12.3;17;2.4;13.79;0;3.09;19240
+71071;43.32186;-1.82919;34;20220920;21.3;12.8;17.1;3.3;13.19;0;3.37;19638
+71071;43.32186;-1.82919;34;20220921;22.1;13.1;17.6;3.5;13.29;0;3.5;19125
+71071;43.32186;-1.82919;34;20220922;23.1;12.6;17.9;2.8;14.29;0;3.31;19629
+71071;43.32186;-1.82919;34;20220923;21.3;14.2;17.8;2;16.39;4.5;2.08;11367
+71071;43.32186;-1.82919;34;20220924;17.9;16.3;17.1;3.4;16.59;34.1;1.59;6625
+71071;43.32186;-1.82919;34;20220925;19.8;12.4;16.1;2.9;13.89;4.2;2.2;10792
+71071;43.32186;-1.82919;34;20220926;20.4;12.5;16.5;4;14.29;9.6;2.4;10839
+71071;43.32186;-1.82919;34;20220927;20.3;14.2;17.3;4.9;15.59;19.7;1.88;3324
+71071;43.32186;-1.82919;34;20220928;19.7;15.5;17.6;5.4;16.69;34;1.89;6158
+71071;43.32186;-1.82919;34;20220929;16.9;14.6;15.8;5.2;14.89;32.4;1.77;7148
+71071;43.32186;-1.82919;34;20220930;19.8;12.9;16.4;2.9;14.29;3.7;2.3;13322
+71071;43.32186;-1.82919;34;20221001;23.8;13.2;18.5;2.9;14.79;0;2.72;12068
+71071;43.32186;-1.82919;34;20221002;20.8;11.8;16.3;1;16.19;0;2.2;17427
+71071;43.32186;-1.82919;34;20221003;21.9;16.2;19.1;1.2;17.89;0;2.34;16411
+71071;43.32186;-1.82919;34;20221004;20.3;15.3;17.8;1.3;17.99;0;2.06;15282
+71071;43.32186;-1.82919;34;20221005;24.3;14.8;19.6;1.7;18.09;0;2.02;10681
+71071;43.32186;-1.82919;34;20221006;21.3;17.3;19.3;1.5;18.39;0;1.51;7005
+71071;43.32186;-1.82919;34;20221007;24.4;12.9;18.7;1.6;16.79;.3;2.13;12514
+71071;43.32186;-1.82919;34;20221008;21.4;18.3;19.9;1.1;18.49;0;1.37;5896
+71071;43.32186;-1.82919;34;20221009;28.8;13;20.9;1.6;16.79;0;2.64;13826
+71071;43.32186;-1.82919;34;20221010;23.1;16.9;20;1.1;19.29;3.5;1.24;4789
+71071;43.32186;-1.82919;34;20221011;19.6;17.4;18.5;1.1;19.39;3;1.05;4974
+71071;43.32186;-1.82919;34;20221012;22.1;17.2;19.7;1.4;18.59;.8;1.64;8975
+71071;43.32186;-1.82919;34;20221013;23.3;12.6;18;1.9;16.29;0;1.7;7833
+71071;43.32186;-1.82919;34;20221014;24.6;18.8;21.7;2.3;18.09;0;2.21;8341
+71071;43.32186;-1.82919;34;20221015;23.7;13.1;18.4;1.8;16.69;0;2.08;13711
+71071;43.32186;-1.82919;34;20221016;29.8;15.6;22.7;2.1;16.39;1;2.86;11290
+71071;43.32186;-1.82919;34;20221017;29.5;19.4;24.5;2.2;17.39;.2;2.83;9018
+71071;43.32186;-1.82919;34;20221018;30.6;19.6;25.1;3.1;16.49;0;3.75;11199
+71071;43.32186;-1.82919;34;20221019;31.8;19.8;25.8;4.4;15.19;1.5;4.74;5473
+71071;43.32186;-1.82919;34;20221020;27.8;17.3;22.6;5.2;13.59;0;4.5;7200
+71071;43.32186;-1.82919;34;20221021;24.1;21.3;22.7;5.6;13.79;0;4.32;5205
+71071;43.32186;-1.82919;34;20221022;26;16;21;4.4;13.69;.1;3.66;9255
+71071;43.32186;-1.82919;34;20221023;29.1;23.3;26.2;7.6;11.79;.1;7.33;11893
+71071;43.32186;-1.82919;34;20221024;25.3;16.3;20.8;2.8;12.09;0;3.03;10578
+71071;43.32186;-1.82919;34;20221025;29.3;14.8;22.1;3.6;12.89;0;3.79;7059
+71071;43.32186;-1.82919;34;20221026;26.8;13.8;20.3;1.5;14.49;0;2.02;9971
+71071;43.32186;-1.82919;34;20221027;30.2;18;24.1;5.2;10.19;0;5.74;3332
+71071;43.32186;-1.82919;34;20221028;27.3;25.5;26.4;2.9;11.69;0;3.85;3492
+71071;43.32186;-1.82919;34;20221029;29.5;18.1;23.8;3.9;8.59;0;4.94;3866
+71071;43.32186;-1.82919;34;20221030;21.4;16.4;18.9;1.9;15.29;8.5;1.49;3408
+71071;43.32186;-1.82919;34;20221031;23.6;13.7;18.7;3.7;15.39;8.9;2.11;3366
+71071;43.32186;-1.82919;34;20221101;22;12.2;17.1;2.2;15.19;.1;1.59;9927
+71071;43.32186;-1.82919;34;20221102;19.8;10.8;15.3;1.6;14.39;.1;1.21;9129
+71071;43.32186;-1.82919;34;20221103;24.7;11.9;18.3;3.7;13.49;11.1;2.62;7782
+71071;43.32186;-1.82919;34;20221104;17.4;13.3;15.4;5.1;11.29;14.5;2.4;6280
+71071;43.32186;-1.82919;34;20221105;17.8;10.8;14.3;2.3;12.19;.1;1.39;9266
+71071;43.32186;-1.82919;34;20221106;23.3;6.3;14.8;2.3;10.39;0;2.01;8985
+71071;43.32186;-1.82919;34;20221107;22.7;7.8;15.3;2.4;11.29;0;1.89;8127
+71071;43.32186;-1.82919;34;20221108;21.6;17;19.3;5.4;11.39;.8;3.64;3054
+71071;43.32186;-1.82919;34;20221109;20.3;14.8;17.6;2.5;13.99;10.1;1.59;3400
+71071;43.32186;-1.82919;34;20221110;19.2;8.7;14;2;12.09;0;1.29;11970
+71071;43.32186;-1.82919;34;20221111;22.8;6.8;14.8;2.3;11.39;0;1.75;9614
+71071;43.32186;-1.82919;34;20221112;23.6;12.3;18;2.6;12.09;0;2.13;5989
+71071;43.32186;-1.82919;34;20221113;24.6;13.8;19.2;3.1;11.39;0;2.63;10706
+71071;43.32186;-1.82919;34;20221114;18.2;13.6;15.9;3.1;13.79;11.4;1.4;2848
+71071;43.32186;-1.82919;34;20221115;20.8;11.5;16.2;4.9;12.59;11.5;2.3;3272
+71071;43.32186;-1.82919;34;20221116;21.8;10.8;16.3;3.6;13.09;.8;1.92;7849
+71071;43.32186;-1.82919;34;20221117;19.3;15.6;17.5;2.7;15.09;12.9;1.37;2942
+71071;43.32186;-1.82919;34;20221118;12.8;11.4;12.1;4;11.79;47.2;1.05;2726
+71071;43.32186;-1.82919;34;20221119;11.8;7.8;9.8;4.2;10.39;29.6;.91;3582
+71071;43.32186;-1.82919;34;20221120;16.3;8.8;12.6;3.4;11.79;10.7;1.16;4361
+71071;43.32186;-1.82919;34;20221121;17;11.6;14.3;4.4;12.69;47;1.48;2642
+71071;43.32186;-1.82919;34;20221122;13.2;6.8;10;5.3;9.59;7.2;1.37;2616
+71071;43.32186;-1.82919;34;20221123;18.5;10.9;14.7;3.9;14.39;5.3;1.11;4572
+71071;43.32186;-1.82919;34;20221124;14.8;8.2;11.5;2.6;12.29;10.6;.69;5539
+71071;43.32186;-1.82919;34;20221125;13.8;11.4;12.6;3.5;12.49;24.8;.91;3089
+71071;43.32186;-1.82919;34;20221126;17.1;6.8;12;1.6;10.59;0;.88;6423
+71071;43.32186;-1.82919;34;20221127;19.8;5.6;12.7;2.8;9.39;25.6;1.77;3480
+71071;43.32186;-1.82919;34;20221128;13.4;10.5;12;5.3;11.89;36.8;1.07;1968
+71071;43.32186;-1.82919;34;20221129;13.8;11.6;12.7;3.2;12.79;13.7;.83;2488
+71071;43.32186;-1.82919;34;20221130;14.5;9.2;11.9;2.5;11.49;0;.8;6487
+71071;43.32186;-1.82919;34;20221201;10.4;6.6;8.5;2.4;9.59;0;.66;3239
+71071;43.32186;-1.82919;34;20221202;9.3;3.1;6.2;1.7;8.49;.9;.42;6492
+71071;43.32186;-1.82919;34;20221203;8.2;5.8;7;2.1;8.99;6;.53;2382
+71071;43.32186;-1.82919;34;20221204;11.8;1.8;6.8;2.6;7.59;0;.78;8044
+71071;43.32186;-1.82919;34;20221205;15.6;2.8;9.2;2.5;8.09;.1;1.16;5743
+71071;43.32186;-1.82919;34;20221206;18.3;9.8;14.1;1.9;12.39;.3;.9;5957
+71071;43.32186;-1.82919;34;20221207;15;10;12.5;1.9;12.89;1.1;.66;2323
+71071;43.32186;-1.82919;34;20221208;13.8;8.7;11.3;.8;12.59;8.7;.5;918
+71071;43.32186;-1.82919;34;20221209;14.8;10.7;12.8;2.5;12.79;3.2;.77;2299
+71071;43.32186;-1.82919;34;20221210;8;4.7;6.4;3.2;6.59;0;.9;7922
+71071;43.32186;-1.82919;34;20221211;9.3;.1;4.7;2;7.09;0;.66;2279
+71071;43.32186;-1.82919;34;20221212;16.8;3.3;10.1;2.9;10.19;15.3;.96;5798
+71071;43.32186;-1.82919;34;20221213;17.6;12.6;15.1;3.1;14.69;2;.95;2263
+71071;43.32186;-1.82919;34;20221214;19.6;12.8;16.2;2.8;13.49;2.2;1.24;6500
+71071;43.32186;-1.82919;34;20221215;16.8;10.7;13.8;2.7;12.99;7.7;.88;5026
+71071;43.32186;-1.82919;34;20221216;11.8;11.3;11.6;3;11.79;11.6;.76;2245
+71071;43.32186;-1.82919;34;20221217;13.3;5.5;9.4;2.2;9.69;0;.61;7170
+71071;43.32186;-1.82919;34;20221218;18.6;7.8;13.2;4.4;9.09;0;2.11;6616
+71071;43.32186;-1.82919;34;20221219;19.4;14;16.7;5.2;8.59;.4;3.49;2236
+71071;43.32186;-1.82919;34;20221220;19.2;17;18.1;5.2;10.19;2.4;3.37;2235
+71071;43.32186;-1.82919;34;20221221;21.3;8.8;15.1;2.5;12.49;.1;1.26;6061
+71071;43.32186;-1.82919;34;20221222;20.3;10.3;15.3;2.1;12.49;0;1.2;3797
+71071;43.32186;-1.82919;34;20221223;22.4;9.5;16;2.5;12.39;.4;1.52;4347
+71071;43.32186;-1.82919;34;20221224;21.8;9.4;15.6;1.8;12.19;0;1.07;7089
+71071;43.32186;-1.82919;34;20221225;22.8;10.8;16.8;4;9.89;0;2.81;3965
+71071;43.32186;-1.82919;34;20221226;18.1;16.8;17.5;2.6;11.69;.5;1.74;3502
+71071;43.32186;-1.82919;34;20221227;15.6;11.2;13.4;1.1;13.39;0;.59;2331
+71071;43.32186;-1.82919;34;20221228;19.8;6.7;13.3;3.2;10.19;0;1.55;7374
+71071;43.32186;-1.82919;34;20221229;18;13.8;15.9;2.8;12.39;13.2;1.5;2266
+71071;43.32186;-1.82919;34;20221230;22.8;11.2;17;6;12.79;0;2.81;3223
+71071;43.32186;-1.82919;34;20221231;22;18;20;5.7;8.39;0;4.7;2284
+71072;43.40572;-1.51955;40;20220101;23.3;13.2;18.3;2.4;9.89;0;2.03;5624
+71072;43.40572;-1.51955;40;20220102;19.9;16.2;18.1;2.8;10.2;0;2.14;4584
+71072;43.40572;-1.51955;40;20220103;20.8;7.4;14.1;3.6;10.35;0;1.9;5709
+71072;43.40572;-1.51955;40;20220104;17.5;12.2;14.9;6.1;11.19;20.2;2.31;3806
+71072;43.40572;-1.51955;40;20220105;10;7;8.5;3.5;7.69;2.3;1.26;2575
+71072;43.40572;-1.51955;40;20220106;9.9;-.5;4.7;2.3;5.7;.5;.84;7099
+71072;43.40572;-1.51955;40;20220107;12.3;2.3;7.3;6.1;8.7;12.7;1.01;4329
+71072;43.40572;-1.51955;40;20220108;13.3;9.3;11.3;7.5;9.8;8.7;1.75;3359
+71072;43.40572;-1.51955;40;20220109;12.1;10.5;11.3;9.6;12.8;37.6;.49;1006
+71072;43.40572;-1.51955;40;20220110;12.8;11.6;12.2;9.5;13.85;3.5;.39;574
+71072;43.40572;-1.51955;40;20220111;12.9;9.2;11;2;10.7;0;.73;5182
+71072;43.40572;-1.51955;40;20220112;10.1;1.8;6;1.6;8;0;.5;6611
+71072;43.40572;-1.51955;40;20220113;11.6;.2;5.9;2.8;7;.1;.91;7721
+71072;43.40572;-1.51955;40;20220114;13.9;-.5;6.7;3.2;5.8;.1;1.51;9544
+71072;43.40572;-1.51955;40;20220115;12.4;.8;6.6;2.5;5.45;0;1.24;7876
+71072;43.40572;-1.51955;40;20220116;11.8;-.7;5.6;2.3;6.5;.1;.86;8976
+71072;43.40572;-1.51955;40;20220117;10.3;1.2;5.7;2.3;7.25;0;.71;7181
+71072;43.40572;-1.51955;40;20220118;7;1;4;2.1;7.6;0;.43;2073
+71072;43.40572;-1.51955;40;20220119;12;5.2;8.6;2.6;8.75;.5;.93;4024
+71072;43.40572;-1.51955;40;20220120;10.2;7.5;8.8;4;9.85;5.9;.78;2329
+71072;43.40572;-1.51955;40;20220121;7.4;2.4;4.9;3.4;6.5;0;.91;6784
+71072;43.40572;-1.51955;40;20220122;7.8;-1.9;3;2.2;5.65;.1;.74;8293
+71072;43.40572;-1.51955;40;20220123;12.1;-2;5;3.1;6.15;.1;1.17;10332
+71072;43.40572;-1.51955;40;20220124;15.2;1.7;8.4;2.5;7.15;0;1.3;9997
+71072;43.40572;-1.51955;40;20220125;15.1;2.7;8.9;2.9;6.85;0;1.57;8734
+71072;43.40572;-1.51955;40;20220126;13;.5;6.8;2;7.1;0;.97;8849
+71072;43.40572;-1.51955;40;20220127;11;.7;5.9;2.6;7.95;0;.76;8046
+71072;43.40572;-1.51955;40;20220128;9.3;5.7;7.5;2;8.05;0;.8;6802
+71072;43.40572;-1.51955;40;20220129;4.5;-.7;1.9;1.9;7.1;.1;.31;4704
+71072;43.40572;-1.51955;40;20220130;3.3;1.4;2.4;2.3;7.05;.2;.35;2297
+71072;43.40572;-1.51955;40;20220131;11;2.1;6.5;4.7;9.15;3.7;.65;5839
+71072;43.40572;-1.51955;40;20220201;11.3;5.9;8.6;3.3;9.15;0;.97;5580
+71072;43.40572;-1.51955;40;20220202;14.3;9.1;11.7;3.3;10.45;0;1.28;7291
+71072;43.40572;-1.51955;40;20220203;14.7;3.6;9.1;3.6;10.8;0;.85;8468
+71072;43.40572;-1.51955;40;20220204;12.7;6.4;9.6;3.1;10.6;4;.79;3575
+71072;43.40572;-1.51955;40;20220205;11.2;8.7;9.9;3.1;8.45;0;1.39;9127
+71072;43.40572;-1.51955;40;20220206;11.5;2.5;7;2.6;8.05;.4;.98;6071
+71072;43.40572;-1.51955;40;20220207;12.7;8.9;10.8;4;10.9;2.2;1.03;4460
+71072;43.40572;-1.51955;40;20220208;16.3;5.7;11;3.4;9.65;0;1.59;10789
+71072;43.40572;-1.51955;40;20220209;19.1;7.7;13.4;2.7;8.9;.1;2.03;9720
+71072;43.40572;-1.51955;40;20220210;15.8;7.2;11.5;2.3;9.95;3.1;1.36;9267
+71072;43.40572;-1.51955;40;20220211;10.9;9.3;10.1;2.3;10.5;0;.84;3360
+71072;43.40572;-1.51955;40;20220212;14.5;6.2;10.3;1.8;9.7;.1;1.17;9520
+71072;43.40572;-1.51955;40;20220213;19;5.1;12;5.7;9.35;6.2;2.6;9347
+71072;43.40572;-1.51955;40;20220214;11.9;8.4;10.2;8.3;9.75;25.6;1.6;5672
+71072;43.40572;-1.51955;40;20220215;13.3;8.4;10.9;5;9.45;2.6;1.71;6461
+71072;43.40572;-1.51955;40;20220216;14.4;9.8;12.1;5.3;11.65;3.4;1.25;2572
+71072;43.40572;-1.51955;40;20220217;16.5;12.7;14.6;3.7;12;.1;1.76;6476
+71072;43.40572;-1.51955;40;20220218;15.9;5.9;10.9;4;10.9;2.7;1.4;8892
+71072;43.40572;-1.51955;40;20220219;12.6;7.9;10.2;2.7;9.4;3.9;1.4;10033
+71072;43.40572;-1.51955;40;20220220;12.8;5.4;9.1;4.1;10.45;1.8;.95;5714
+71072;43.40572;-1.51955;40;20220221;13.4;10.3;11.9;7;10.8;1.5;1.73;6591
+71072;43.40572;-1.51955;40;20220222;14.7;7.9;11.3;2.4;9.75;.1;1.62;12487
+71072;43.40572;-1.51955;40;20220223;18;3.3;10.6;2.8;9.65;0;1.87;13816
+71072;43.40572;-1.51955;40;20220224;12.6;7.2;9.9;4.5;11.2;1.9;.88;6095
+71072;43.40572;-1.51955;40;20220225;12.4;7.1;9.8;3.6;8.1;0;1.81;9882
+71072;43.40572;-1.51955;40;20220226;17.1;3.5;10.3;4.5;7.05;0;2.85;15450
+71072;43.40572;-1.51955;40;20220227;15.3;10.2;12.8;2.6;9.95;.1;1.69;5904
+71072;43.40572;-1.51955;40;20220228;18.2;4.8;11.5;2.3;9.95;0;1.91;14919
+71072;43.40572;-1.51955;40;20220301;19.8;4.3;12.1;3.1;9.3;.7;2.46;14203
+71072;43.40572;-1.51955;40;20220302;14.3;11.4;12.9;3.6;11.6;2.2;1.53;6484
+71072;43.40572;-1.51955;40;20220303;15.6;6.6;11.1;5.1;11.05;13.3;1.51;7522
+71072;43.40572;-1.51955;40;20220304;12.9;9.5;11.2;5.7;9.8;4.6;1.94;9109
+71072;43.40572;-1.51955;40;20220305;12;6.2;9.1;3.1;8.7;1.1;1.55;9728
+71072;43.40572;-1.51955;40;20220306;11.3;6.8;9;2.6;8.05;.4;1.53;8067
+71072;43.40572;-1.51955;40;20220307;12.9;6.3;9.6;3.1;8.7;0;1.74;11579
+71072;43.40572;-1.51955;40;20220308;15.6;11.1;13.3;3.3;8.9;1.8;2.36;8314
+71072;43.40572;-1.51955;40;20220309;18.2;5.7;12;4.8;8.75;.6;2.87;12937
+71072;43.40572;-1.51955;40;20220310;16.5;11.4;13.9;3.7;11;1.7;2.13;9185
+71072;43.40572;-1.51955;40;20220311;18.5;14.1;16.3;5.1;10.2;13.4;3.23;7742
+71072;43.40572;-1.51955;40;20220312;17.2;7.5;12.4;2.8;9.3;11.1;2.45;15379
+71072;43.40572;-1.51955;40;20220313;14.8;8.4;11.6;5;9.05;4.3;2.49;12679
+71072;43.40572;-1.51955;40;20220314;11;7;9;3.9;8.75;1.1;1.38;4530
+71072;43.40572;-1.51955;40;20220315;21.6;8.4;15;3.3;12.19;0;2.85;16029
+71072;43.40572;-1.51955;40;20220316;16.4;13.3;14.9;6;12.3;2.2;2.19;2926
+71072;43.40572;-1.51955;40;20220317;11.5;11.2;11.4;6.4;11.85;16.2;.93;750
+71072;43.40572;-1.51955;40;20220318;11.3;8.8;10.1;2.1;9.95;0;1.11;4197
+71072;43.40572;-1.51955;40;20220319;18.9;7.1;13;3.3;10;0;2.66;13473
+71072;43.40572;-1.51955;40;20220320;19.8;11.3;15.5;3.8;9.25;0;3.18;9876
+71072;43.40572;-1.51955;40;20220321;20.8;12.1;16.4;4.3;9.45;0;3.68;11201
+71072;43.40572;-1.51955;40;20220322;17.8;10.2;14;4.5;7.65;0;3.46;9142
+71072;43.40572;-1.51955;40;20220323;19.8;11.6;15.7;4.5;7.75;0;4.19;16020
+71072;43.40572;-1.51955;40;20220324;18.6;8.1;13.3;3.5;9.55;0;2.97;15001
+71072;43.40572;-1.51955;40;20220325;18;10.9;14.4;2.4;10.4;0;2.45;12206
+71072;43.40572;-1.51955;40;20220326;18.8;8.1;13.4;3.5;9.95;0;2.91;16322
+71072;43.40572;-1.51955;40;20220327;22.4;9.9;16.2;3.3;9.3;0;3.86;16818
+71072;43.40572;-1.51955;40;20220328;21.9;13.8;17.9;3.4;8.75;0;3.92;12583
+71072;43.40572;-1.51955;40;20220329;15.2;13;14.1;4.1;12.05;.8;1.82;5185
+71072;43.40572;-1.51955;40;20220330;13.5;11.5;12.5;5.2;11.55;14.3;1.56;4426
+71072;43.40572;-1.51955;40;20220331;13;9;11;6.8;9.85;22.2;2.07;8746
+71072;43.40572;-1.51955;40;20220401;8.3;2.7;5.5;3.5;6.71;8.5;1.58;11200
+71072;43.40572;-1.51955;40;20220402;10;3.1;6.6;4.5;6.75;1.7;2.2;15859
+71072;43.40572;-1.51955;40;20220403;9.7;1.6;5.7;3;6.37;.4;2.14;16724
+71072;43.40572;-1.51955;40;20220404;11.1;1.4;6.2;.9;5.34;.2;2.02;20888
+71072;43.40572;-1.51955;40;20220405;15.3;-.9;7.2;1.3;6.45;0;2.49;21653
+71072;43.40572;-1.51955;40;20220406;13.9;5.2;9.6;3.7;9.3;0;2.08;13825
+71072;43.40572;-1.51955;40;20220407;21.2;8.7;14.9;4;10.6;0;3.33;13300
+71072;43.40572;-1.51955;40;20220408;21.4;11.8;16.6;5.2;11;2.5;3.54;8875
+71072;43.40572;-1.51955;40;20220409;15;10.4;12.7;3.7;9.55;.4;2.99;17693
+71072;43.40572;-1.51955;40;20220410;24.4;4.6;14.5;4.2;8.8;0;4.97;24117
+71072;43.40572;-1.51955;40;20220411;26.6;10.7;18.6;2.8;11.31;1.7;3.76;12700
+71072;43.40572;-1.51955;40;20220412;22;13.6;17.8;3.9;11.4;0;3.94;15602
+71072;43.40572;-1.51955;40;20220413;16.5;10.6;13.5;4;13.05;.3;2.13;13376
+71072;43.40572;-1.51955;40;20220414;17.3;12.6;14.9;3.3;14.35;0;2.31;14834
+71072;43.40572;-1.51955;40;20220415;16.1;11.1;13.6;3.1;13.65;.1;1.86;12116
+71072;43.40572;-1.51955;40;20220416;16.4;12;14.2;2.8;13.35;0;2.36;15392
+71072;43.40572;-1.51955;40;20220417;17.3;9.7;13.5;4.3;13.35;0;2.5;18505
+71072;43.40572;-1.51955;40;20220418;16.7;12.7;14.7;4;12.95;0;2.68;15417
+71072;43.40572;-1.51955;40;20220419;12.2;11.9;12.1;4.7;11.35;23.2;1.34;1850
+71072;43.40572;-1.51955;40;20220420;11.2;9.5;10.3;8;11.65;37;.92;4890
+71072;43.40572;-1.51955;40;20220421;11.7;10.1;10.9;5.4;11.85;5.8;.87;1887
+71072;43.40572;-1.51955;40;20220422;21;6.6;13.8;4.1;9.95;1.1;4.01;21647
+71072;43.40572;-1.51955;40;20220423;14.6;11.2;12.9;6.2;11.45;12;2.34;11324
+71072;43.40572;-1.51955;40;20220424;16.1;9.7;12.9;6.9;12.2;1.6;2.39;14548
+71072;43.40572;-1.51955;40;20220425;18.1;7.6;12.9;2.6;11.4;0;3.28;23749
+71072;43.40572;-1.51955;40;20220426;23.8;9.5;16.6;3.2;13.05;.3;4.23;23815
+71072;43.40572;-1.51955;40;20220427;15.5;13.4;14.4;2.8;14.5;2.9;1.62;8528
+71072;43.40572;-1.51955;40;20220428;14.9;12.8;13.9;2.8;14.4;1;1.34;7069
+71072;43.40572;-1.51955;40;20220429;17.7;12.3;15;1.9;13.8;0;2.28;13072
+71072;43.40572;-1.51955;40;20220430;17.1;12.6;14.8;2.6;13.45;0;2.49;14613
+71072;43.40572;-1.51955;40;20220501;16.8;12;14.4;3.5;13.2;0;2.5;14690
+71072;43.40572;-1.51955;40;20220502;15.7;12.9;14.3;3.6;13.15;0;1.98;9083
+71072;43.40572;-1.51955;40;20220503;17.4;12.8;15.1;5.2;14.6;.3;2.26;12717
+71072;43.40572;-1.51955;40;20220504;16.7;13.7;15.2;6.2;14.45;0;2.21;11380
+71072;43.40572;-1.51955;40;20220505;17.7;12.8;15.3;4.3;14.3;0;2.66;15881
+71072;43.40572;-1.51955;40;20220506;17.6;12;14.8;4.1;13.55;0;2.97;19056
+71072;43.40572;-1.51955;40;20220507;18.3;12.2;15.3;3.4;13.7;.1;3.4;22350
+71072;43.40572;-1.51955;40;20220508;19.9;11.2;15.5;2.3;14.1;.1;3.46;22637
+71072;43.40572;-1.51955;40;20220509;23.1;10;16.5;1.9;13.9;0;4.38;28322
+71072;43.40572;-1.51955;40;20220510;24.6;12.5;18.6;2.5;14.85;0;4.13;21979
+71072;43.40572;-1.51955;40;20220511;19.2;15.2;17.2;2.6;15.25;.1;2.74;14229
+71072;43.40572;-1.51955;40;20220512;19.9;14.2;17.1;2.1;15.5;.2;2.67;14572
+71072;43.40572;-1.51955;40;20220513;22.2;14.8;18.5;2.8;16.5;.1;3.26;17508
+71072;43.40572;-1.51955;40;20220514;28.2;12.7;20.4;2.4;16.7;1.4;4.51;22186
+71072;43.40572;-1.51955;40;20220515;31.8;16.3;24;3.8;15.95;4.8;6.21;23043
+71072;43.40572;-1.51955;40;20220516;26.9;14.4;20.6;2.4;16.5;.1;4.7;24596
+71072;43.40572;-1.51955;40;20220517;28;16;22;2.8;16.15;.1;5.62;27867
+71072;43.40572;-1.51955;40;20220518;33.3;15.9;24.6;4.4;18.35;2.3;6.45;22505
+71072;43.40572;-1.51955;40;20220519;23.7;17.1;20.4;3.8;17.7;0;3.3;13432
+71072;43.40572;-1.51955;40;20220520;19.9;17.2;18.5;4.1;18.4;.1;1.74;6298
+71072;43.40572;-1.51955;40;20220521;26.7;16.9;21.8;3.3;19;0;4.32;20243
+71072;43.40572;-1.51955;40;20220522;29.9;17.3;23.6;4.9;19.4;2.2;4.99;17200
+71072;43.40572;-1.51955;40;20220523;19.8;15.4;17.6;6.1;15;2.9;3.23;13621
+71072;43.40572;-1.51955;40;20220524;16.9;12.8;14.9;4.8;13.1;16.1;2.53;11842
+71072;43.40572;-1.51955;40;20220525;18.9;13.2;16.1;5;12.6;0;3.97;20298
+71072;43.40572;-1.51955;40;20220526;20.3;11.3;15.8;2.9;14.1;.1;3.45;20835
+71072;43.40572;-1.51955;40;20220527;20.8;15.3;18.1;3;15.2;0;3.78;20687
+71072;43.40572;-1.51955;40;20220528;22;13.2;17.6;2.7;16.1;0;4.17;25896
+71072;43.40572;-1.51955;40;20220529;22.1;11.9;17;2.7;14.75;.2;4.59;29442
+71072;43.40572;-1.51955;40;20220530;20.4;13.4;16.9;2.6;12.6;0;3.99;21667
+71072;43.40572;-1.51955;40;20220531;22;12.4;17.2;2.6;13;0;4.48;25823
+71072;43.40572;-1.51955;40;20220601;25.6;16.1;20.8;3.7;16.75;.3;5.07;25524
+71072;43.40572;-1.51955;40;20220602;23.1;16;19.6;3.7;18.1;1.4;3.51;17960
+71072;43.40572;-1.51955;40;20220603;23.2;17.7;20.5;4.2;17.55;4.3;3.77;16568
+71072;43.40572;-1.51955;40;20220604;21.1;17.3;19.2;3.3;18.3;2.1;2.69;12812
+71072;43.40572;-1.51955;40;20220605;22.2;16.9;19.5;2.8;17.4;0;3.98;21976
+71072;43.40572;-1.51955;40;20220606;23.2;14.6;18.9;1.8;17.15;.2;3.74;21054
+71072;43.40572;-1.51955;40;20220607;22.3;16.8;19.5;2.4;17.35;1.1;3.47;17955
+71072;43.40572;-1.51955;40;20220608;20.5;15.9;18.2;2.9;18.05;2.3;2.36;12159
+71072;43.40572;-1.51955;40;20220609;22.3;16.3;19.3;3.1;16.25;.1;4.45;24594
+71072;43.40572;-1.51955;40;20220610;25.1;12.1;18.6;2.6;16.5;0;4.74;27579
+71072;43.40572;-1.51955;40;20220611;23.8;18.4;21.1;3.9;19.4;0;3.73;17665
+71072;43.40572;-1.51955;40;20220612;24.1;17.9;21;4.3;19.75;2.2;3.55;16859
+71072;43.40572;-1.51955;40;20220613;24.8;18.8;21.8;3.5;20.1;.1;4.45;22963
+71072;43.40572;-1.51955;40;20220614;28.3;17.7;23;2.7;21.55;.1;4.54;22430
+71072;43.40572;-1.51955;40;20220615;26.9;18.9;22.9;2.4;21.9;0;4.82;25398
+71072;43.40572;-1.51955;40;20220616;34.5;19.5;27;2.8;22.65;0;6.36;26498
+71072;43.40572;-1.51955;40;20220617;37.5;20.4;29;3.3;23.15;0;7.68;29574
+71072;43.40572;-1.51955;40;20220618;42.5;22.6;32.6;4.5;22.05;0;9.87;28810
+71072;43.40572;-1.51955;40;20220619;25.7;18.8;22.3;4.5;18.65;2.6;4.73;20729
+71072;43.40572;-1.51955;40;20220620;24.4;17.4;20.9;3.6;19.1;.7;3.61;16921
+71072;43.40572;-1.51955;40;20220621;22.8;17.6;20.2;3.8;19.7;6.9;2.86;13612
+71072;43.40572;-1.51955;40;20220622;23.1;16.6;19.8;3;18.6;1.4;3.57;18690
+71072;43.40572;-1.51955;40;20220623;24.3;16.2;20.3;2.7;18.15;5.2;3.93;20150
+71072;43.40572;-1.51955;40;20220624;22.9;15.6;19.2;3.2;16.7;.3;4.62;26375
+71072;43.40572;-1.51955;40;20220625;18.7;16;17.4;3.1;16.1;7.8;1.71;5081
+71072;43.40572;-1.51955;40;20220626;19.3;13.7;16.5;2;14.75;13.1;1.93;7446
+71072;43.40572;-1.51955;40;20220627;18.4;14.4;16.4;2.3;15.6;1.7;1.6;5812
+71072;43.40572;-1.51955;40;20220628;23;15.4;19.2;2.6;15.45;0;4.41;23622
+71072;43.40572;-1.51955;40;20220629;22.3;15.6;18.9;3.1;16.8;5.3;3.31;16426
+71072;43.40572;-1.51955;40;20220630;18.5;14.3;16.4;2.8;15.45;4;2.44;12818
+71072;43.40572;-1.51955;40;20220701;22.8;11;16.9;3.1;14.15;.1;4.4;25977
+71072;43.40572;-1.51955;40;20220702;25.8;12.8;19.3;2.7;16.8;.1;4.86;27405
+71072;43.40572;-1.51955;40;20220703;22.7;16.4;19.5;3;17.75;.4;3.89;21104
+71072;43.40572;-1.51955;40;20220704;20.9;17.3;19.1;3.3;17.65;.5;2.18;7492
+71072;43.40572;-1.51955;40;20220705;23.8;17.8;20.8;3.3;19.15;.2;4.32;23243
+71072;43.40572;-1.51955;40;20220706;23.4;19.3;21.4;4.4;20.2;.8;3.67;17771
+71072;43.40572;-1.51955;40;20220707;23.8;19.5;21.7;6.3;20;0;4.16;19391
+71072;43.40572;-1.51955;40;20220708;24;15.8;19.9;3.3;18.85;0;4;22223
+71072;43.40572;-1.51955;40;20220709;25.5;15.8;20.6;2.9;19.25;.2;4.79;27006
+71072;43.40572;-1.51955;40;20220710;27.3;16.2;21.7;2.3;19.75;.1;5.53;30949
+71072;43.40572;-1.51955;40;20220711;28.9;16.6;22.7;2.1;20.6;0;5.35;28113
+71072;43.40572;-1.51955;40;20220712;29.1;18.8;24;2.1;21.65;.1;5.31;26752
+71072;43.40572;-1.51955;40;20220713;30.4;17.8;24.1;2.1;20.15;0;5.81;28954
+71072;43.40572;-1.51955;40;20220714;29.6;17.8;23.7;2.3;20.05;0;5.47;27014
+71072;43.40572;-1.51955;40;20220715;27.5;20.3;23.9;2.6;22;.1;4.88;24163
+71072;43.40572;-1.51955;40;20220716;36;18.9;27.5;2.3;22.2;.1;6.53;27814
+71072;43.40572;-1.51955;40;20220717;37.9;19;28.4;2.8;21.35;0;7.41;29133
+71072;43.40572;-1.51955;40;20220718;40.5;20.8;30.6;4.5;20.9;0;9.34;28994
+71072;43.40572;-1.51955;40;20220719;25.9;20.4;23.2;5;20.2;.3;4.85;21406
+71072;43.40572;-1.51955;40;20220720;25.1;21;23.1;2.5;20.3;2.8;3.51;14576
+71072;43.40572;-1.51955;40;20220721;27.6;18.7;23.2;3.5;20.35;0;4.88;22902
+71072;43.40572;-1.51955;40;20220722;23.6;21.1;22.4;5.2;19.5;.2;3.33;9620
+71072;43.40572;-1.51955;40;20220723;24.6;16.7;20.7;2.8;17.2;0;4.4;22374
+71072;43.40572;-1.51955;40;20220724;34.7;16.5;25.6;4.3;20.4;.3;7;27556
+71072;43.40572;-1.51955;40;20220725;25.5;20.9;23.2;5.7;20.45;0;4.6;18754
+71072;43.40572;-1.51955;40;20220726;24.4;19.2;21.8;3.3;16.8;.4;4.67;21465
+71072;43.40572;-1.51955;40;20220727;24.4;14.6;19.5;3;15.45;0;4.78;26071
+71072;43.40572;-1.51955;40;20220728;24.9;16.1;20.5;2.4;16.15;.4;4.06;19512
+71072;43.40572;-1.51955;40;20220729;25.5;17.3;21.4;3;17.9;.6;4;18050
+71072;43.40572;-1.51955;40;20220730;25.6;18.2;21.9;2.8;20.15;0;3.99;19988
+71072;43.40572;-1.51955;40;20220731;25.3;19.7;22.5;2.4;20.3;0;4.03;19847
+71072;43.40572;-1.51955;40;20220801;25.2;20.3;22.8;2.3;20.8;0;4.11;20725
+71072;43.40572;-1.51955;40;20220802;28.3;18.6;23.4;2.6;21.75;0;4.81;24438
+71072;43.40572;-1.51955;40;20220803;27.5;21.1;24.3;4;24.1;.2;4.24;19920
+71072;43.40572;-1.51955;40;20220804;26.2;22.4;24.3;4.3;23.15;1;3.47;12718
+71072;43.40572;-1.51955;40;20220805;25.4;21.7;23.6;4.3;20.55;.1;4.34;17991
+71072;43.40572;-1.51955;40;20220806;26.1;19;22.5;2.7;20.11;0;4.65;24700
+71072;43.40572;-1.51955;40;20220807;26.3;18.6;22.4;2.5;19.31;0;4.86;26100
+71072;43.40572;-1.51955;40;20220808;27;16.9;21.9;3.3;19.05;.4;4.76;24182
+71072;43.40572;-1.51955;40;20220809;28.5;20.2;24.3;2.4;21.5;.1;4.37;20237
+71072;43.40572;-1.51955;40;20220810;33.5;19.1;26.3;2.1;21.7;0;5.22;22871
+71072;43.40572;-1.51955;40;20220811;35.6;22.5;29.1;2.7;22;0;5.57;19038
+71072;43.40572;-1.51955;40;20220812;27.3;23.1;25.2;5.5;25.05;0;3.62;12767
+71072;43.40572;-1.51955;40;20220813;26.3;20.8;23.5;4.1;21.65;2.6;3.89;16529
+71072;43.40572;-1.51955;40;20220814;25;20.5;22.7;3.7;20.65;.4;3.35;13284
+71072;43.40572;-1.51955;40;20220815;25.6;17.4;21.5;2.6;18.15;0;4.13;20621
+71072;43.40572;-1.51955;40;20220816;25.1;17.7;21.4;3.1;18.3;1.9;3.19;12572
+71072;43.40572;-1.51955;40;20220817;24.1;16.2;20.2;5.4;17.35;46.2;3.83;16654
+71072;43.40572;-1.51955;40;20220818;20.5;17.2;18.8;9.6;19.35;30;2.02;10818
+71072;43.40572;-1.51955;40;20220819;23.9;17.6;20.7;3.7;17.7;0;3.77;17774
+71072;43.40572;-1.51955;40;20220820;28;16.7;22.4;3.1;20.75;.2;4.34;22304
+71072;43.40572;-1.51955;40;20220821;25.7;20.8;23.3;4.3;21.65;1.4;3.61;14832
+71072;43.40572;-1.51955;40;20220822;23.5;19.3;21.4;4.5;21.7;2.9;2.48;10884
+71072;43.40572;-1.51955;40;20220823;26.3;19.9;23.1;2.6;22.9;.2;3.21;15758
+71072;43.40572;-1.51955;40;20220824;34.1;20;27;3.4;23.95;1.2;4.87;17085
+71072;43.40572;-1.51955;40;20220825;26;21;23.5;5;23.5;.7;3.62;16908
+71072;43.40572;-1.51955;40;20220826;24.7;20.9;22.8;3.5;21.15;.3;3.25;13653
+71072;43.40572;-1.51955;40;20220827;25.3;18.6;21.9;2.4;20;.1;3.37;16721
+71072;43.40572;-1.51955;40;20220828;34.4;17.6;26;3;21.35;2.2;5.67;23766
+71072;43.40572;-1.51955;40;20220829;30.9;23.5;27.2;3.8;20.65;7.4;4.31;9675
+71072;43.40572;-1.51955;40;20220830;26.3;20.8;23.5;3.8;23.3;0;3.59;17289
+71072;43.40572;-1.51955;40;20220831;24.3;21.5;22.9;2.4;22.4;3.4;2.21;8385
+71072;43.40572;-1.51955;40;20220901;26.2;19.4;22.8;2.5;20.9;.1;3.39;16353
+71072;43.40572;-1.51955;40;20220902;23;19.7;21.3;3.2;21;3.6;2.12;8207
+71072;43.40572;-1.51955;40;20220903;23.8;18.7;21.3;3;19.65;1.3;2.81;12684
+71072;43.40572;-1.51955;40;20220904;27.3;16.4;21.8;2.5;19.75;0;3.72;19578
+71072;43.40572;-1.51955;40;20220905;29.1;17.4;23.3;2.9;19.65;.1;4.5;22189
+71072;43.40572;-1.51955;40;20220906;28.9;17.4;23.2;2.9;19.05;0;4.49;21639
+71072;43.40572;-1.51955;40;20220907;24.9;16.3;20.6;2.5;17.8;.1;3.09;15163
+71072;43.40572;-1.51955;40;20220908;25;16;20.5;2.6;17.95;4.2;3.34;17372
+71072;43.40572;-1.51955;40;20220909;23.6;18.2;20.9;3.5;18.4;.9;3.01;13321
+71072;43.40572;-1.51955;40;20220910;28.1;14;21;3;17.3;.1;4.14;21128
+71072;43.40572;-1.51955;40;20220911;34.8;16;25.4;2.9;19.1;0;5.27;21157
+71072;43.40572;-1.51955;40;20220912;35.3;21.2;28.2;2.9;19.85;3;4.7;13568
+71072;43.40572;-1.51955;40;20220913;30.5;22.7;26.6;6;17.75;.1;5.65;9876
+71072;43.40572;-1.51955;40;20220914;29.7;22.6;26.1;2.6;17.5;0;4.26;15263
+71072;43.40572;-1.51955;40;20220915;25.7;18.1;21.9;2.5;19.65;6.6;3.02;14695
+71072;43.40572;-1.51955;40;20220916;23.1;19.1;21.1;3.9;18.65;.5;2.82;11193
+71072;43.40572;-1.51955;40;20220917;21.9;14.4;18.1;3.4;12.75;0;3.4;15877
+71072;43.40572;-1.51955;40;20220918;25.1;10.5;17.8;3.4;11.05;0;4.07;18004
+71072;43.40572;-1.51955;40;20220919;22.3;9.8;16;2.2;13;0;2.95;18555
+71072;43.40572;-1.51955;40;20220920;20.4;10.8;15.6;2.8;12.65;0;3.01;19713
+71072;43.40572;-1.51955;40;20220921;20.8;12.1;16.4;3.8;13.05;0;3.21;18863
+71072;43.40572;-1.51955;40;20220922;22.4;12.2;17.3;3;14.05;0;3.01;17009
+71072;43.40572;-1.51955;40;20220923;20.4;12.7;16.6;2.4;15.75;5.3;1.54;6395
+71072;43.40572;-1.51955;40;20220924;17.3;14.7;16;4;15.85;37.8;1.19;3124
+71072;43.40572;-1.51955;40;20220925;19;11.2;15.1;3.8;13.55;3.8;2.23;12640
+71072;43.40572;-1.51955;40;20220926;20.3;11;15.6;5.4;13.85;11.1;2.48;11423
+71072;43.40572;-1.51955;40;20220927;19.6;14.4;17;8.2;15.8;14.5;2.05;5355
+71072;43.40572;-1.51955;40;20220928;18.6;15;16.8;9.8;17.05;45.9;1.39;3917
+71072;43.40572;-1.51955;40;20220929;16.8;13.9;15.3;7.1;15;27.1;1.46;4414
+71072;43.40572;-1.51955;40;20220930;19;12.1;15.6;4.9;13.75;1.8;2.36;11914
+71072;43.40572;-1.51955;40;20221001;22.3;12.9;17.6;3;14.65;.1;2.52;12533
+71072;43.40572;-1.51955;40;20221002;21.5;11.8;16.6;1.9;16.2;.1;2.1;15038
+71072;43.40572;-1.51955;40;20221003;23.9;14.8;19.4;2.4;17.8;.1;2.29;12919
+71072;43.40572;-1.51955;40;20221004;21.4;14.2;17.8;1.8;17.6;.1;1.58;9064
+71072;43.40572;-1.51955;40;20221005;23.1;14.3;18.7;3;17.5;0;1.97;9188
+71072;43.40572;-1.51955;40;20221006;21.9;16.7;19.3;2;17.2;.1;1.73;7140
+71072;43.40572;-1.51955;40;20221007;24.2;12.4;18.3;2.8;16.6;.1;2.26;12090
+71072;43.40572;-1.51955;40;20221008;20.4;17;18.7;2.5;17.75;.1;1.5;6052
+71072;43.40572;-1.51955;40;20221009;28.3;12.5;20.4;2.5;16.8;0;2.94;14843
+71072;43.40572;-1.51955;40;20221010;22.4;17.5;19.9;2.5;19.1;6.3;1.5;5290
+71072;43.40572;-1.51955;40;20221011;19.9;16.1;18;1.6;18.4;.8;1.03;4241
+71072;43.40572;-1.51955;40;20221012;21.1;17.1;19.1;2.1;18.05;.7;1.52;6910
+71072;43.40572;-1.51955;40;20221013;20.5;12.8;16.6;3;16.4;.2;1.64;10594
+71072;43.40572;-1.51955;40;20221014;23.5;18.5;21;3.5;18.05;.5;2.38;8876
+71072;43.40572;-1.51955;40;20221015;25;13;19;2.1;16.55;.1;2.23;13115
+71072;43.40572;-1.51955;40;20221016;30;15.6;22.8;2.6;16.2;.8;3.12;10242
+71072;43.40572;-1.51955;40;20221017;27.9;19.4;23.7;3.8;16.6;.6;3.5;8048
+71072;43.40572;-1.51955;40;20221018;31.1;18.4;24.8;3.6;16.15;0;4.1;11614
+71072;43.40572;-1.51955;40;20221019;29.8;20.8;25.3;4.1;15.35;.2;4.26;7009
+71072;43.40572;-1.51955;40;20221020;27.4;17;22.2;4.8;14.1;0;4;6918
+71072;43.40572;-1.51955;40;20221021;22;20.7;21.4;4.6;13.95;0;3.22;1180
+71072;43.40572;-1.51955;40;20221022;25.7;17.9;21.8;4.8;13.55;.1;3.98;9275
+71072;43.40572;-1.51955;40;20221023;28.6;21.7;25.2;5.6;12.1;0;5.6;8647
+71072;43.40572;-1.51955;40;20221024;25.2;17.3;21.3;3.5;11.8;0;3.48;9764
+71072;43.40572;-1.51955;40;20221025;29.1;14.9;22;3.4;12.25;0;3.69;5287
+71072;43.40572;-1.51955;40;20221026;27.6;14.8;21.2;2.8;13.25;0;2.94;9585
+71072;43.40572;-1.51955;40;20221027;29;19.8;24.4;5.6;10.7;0;5.61;2279
+71072;43.40572;-1.51955;40;20221028;26.9;25.1;26;4.6;11.4;0;5.05;3252
+71072;43.40572;-1.51955;40;20221029;26.9;18.1;22.5;3.8;9.3;0;4.3;5812
+71072;43.40572;-1.51955;40;20221030;19.7;16.3;18;2.5;14.8;4.3;1.55;4024
+71072;43.40572;-1.51955;40;20221031;23.1;13.7;18.4;3.8;15.4;9.3;2.06;5197
+71072;43.40572;-1.51955;40;20221101;20.5;12.5;16.5;2.5;14.7;.1;1.55;10108
+71072;43.40572;-1.51955;40;20221102;20.7;10.4;15.6;2.4;14.05;.1;1.44;9443
+71072;43.40572;-1.51955;40;20221103;22.5;13.1;17.8;4.7;13.55;12.8;2.5;5645
+71072;43.40572;-1.51955;40;20221104;17;12.6;14.8;8.5;11.5;11.2;2.63;6491
+71072;43.40572;-1.51955;40;20221105;18.8;9.6;14.2;2.7;11.2;.1;1.64;9781
+71072;43.40572;-1.51955;40;20221106;21.5;6.3;13.9;3;10.15;.1;2.07;9269
+71072;43.40572;-1.51955;40;20221107;22;8;15;3.6;10.85;0;2.34;9950
+71072;43.40572;-1.51955;40;20221108;20.3;17.4;18.8;5.8;11.65;0;3.44;2442
+71072;43.40572;-1.51955;40;20221109;18.1;17.7;17.9;3.6;13.55;12.1;1.95;2992
+71072;43.40572;-1.51955;40;20221110;19.8;9.4;14.6;2.9;11.85;.1;1.63;9261
+71072;43.40572;-1.51955;40;20221111;20.7;6.8;13.8;3.4;11.45;0;1.79;10580
+71072;43.40572;-1.51955;40;20221112;22.6;11.2;16.9;3.3;11.65;0;2.31;7861
+71072;43.40572;-1.51955;40;20221113;24.4;12.6;18.5;4.3;10.75;0;3.22;8575
+71072;43.40572;-1.51955;40;20221114;18.1;15.5;16.8;3.6;12.9;7.8;1.81;1431
+71072;43.40572;-1.51955;40;20221115;19.3;12;15.7;4.1;12.7;7.5;1.81;3644
+71072;43.40572;-1.51955;40;20221116;20.7;11.2;16;3.9;12.55;.7;1.91;7171
+71072;43.40572;-1.51955;40;20221117;19.6;15.2;17.4;4.5;14.7;18.5;1.79;4259
+71072;43.40572;-1.51955;40;20221118;12.3;10.4;11.3;4.6;11.45;50.9;.97;1374
+71072;43.40572;-1.51955;40;20221119;11.8;7.6;9.7;4.8;10.4;24.3;.87;2998
+71072;43.40572;-1.51955;40;20221120;16.2;8.1;12.1;3.7;11.4;10;1.15;4681
+71072;43.40572;-1.51955;40;20221121;15.2;10.5;12.9;6;11.95;43.3;1.39;673
+71072;43.40572;-1.51955;40;20221122;12.4;8.2;10.3;5.7;9.95;12.6;1.25;2450
+71072;43.40572;-1.51955;40;20221123;16.8;10.5;13.7;6;13.8;4.8;1.03;5076
+71072;43.40572;-1.51955;40;20221124;15.4;10.6;13;3.8;11.15;10.1;1.4;2696
+71072;43.40572;-1.51955;40;20221125;14;11;12.5;5.4;12.05;20.7;1.1;2965
+71072;43.40572;-1.51955;40;20221126;15.2;7.2;11.2;2.5;10.15;0;.99;5696
+71072;43.40572;-1.51955;40;20221127;18.9;6.1;12.5;4.7;8.3;18.2;2.35;5940
+71072;43.40572;-1.51955;40;20221128;13.4;9.6;11.5;8.5;11.65;43.1;1.12;2713
+71072;43.40572;-1.51955;40;20221129;14.2;11.3;12.7;6.7;12.2;9.3;1.19;3490
+71072;43.40572;-1.51955;40;20221130;13.9;8.2;11;3.1;10.65;0;.91;5605
+71072;43.40572;-1.51955;40;20221201;7.5;5.3;6.4;2.6;8.7;0;.53;2082
+71072;43.40572;-1.51955;40;20221202;9.6;1;5.3;1.8;7.85;.4;.45;6266
+71072;43.40572;-1.51955;40;20221203;7.4;5.1;6.3;2.5;8.6;3;.5;2506
+71072;43.40572;-1.51955;40;20221204;11.7;3.4;7.6;4;7.1;0;1.22;6886
+71072;43.40572;-1.51955;40;20221205;14.4;4.4;9.4;3.9;7.7;0;1.56;6782
+71072;43.40572;-1.51955;40;20221206;17.9;9;13.4;2.7;11.25;.3;1.19;5437
+71072;43.40572;-1.51955;40;20221207;14.9;10.2;12.5;2.4;12.55;.4;.71;3478
+71072;43.40572;-1.51955;40;20221208;11.2;8.8;10;2.5;11.5;8.4;.49;1912
+71072;43.40572;-1.51955;40;20221209;14.2;9.7;12;3.9;11.95;1.9;.88;2875
+71072;43.40572;-1.51955;40;20221210;8.3;1.9;5.1;3.9;6.15;0;1.03;5904
+71072;43.40572;-1.51955;40;20221211;8.3;-.6;3.8;2.9;6.5;0;.69;4276
+71072;43.40572;-1.51955;40;20221212;14.4;3.4;8.9;4.2;9.4;17.9;1.09;3095
+71072;43.40572;-1.51955;40;20221213;18.1;11.6;14.8;4.5;14.4;.9;1.11;1993
+71072;43.40572;-1.51955;40;20221214;20.5;13.2;16.9;3.3;12.95;4;1.56;6284
+71072;43.40572;-1.51955;40;20221215;16.3;11.4;13.8;2.5;12.8;5.2;.88;3536
+71072;43.40572;-1.51955;40;20221216;10.5;10.2;10.4;5.2;11.25;2;.77;606
+71072;43.40572;-1.51955;40;20221217;13.4;5.5;9.5;3.3;9.35;0;.93;4992
+71072;43.40572;-1.51955;40;20221218;18.4;9;13.7;6;9.05;.1;2.62;5694
+71072;43.40572;-1.51955;40;20221219;18.1;15.7;16.9;6.8;8.7;.5;3.84;2573
+71072;43.40572;-1.51955;40;20221220;18.1;17;17.5;6.8;10.1;2.1;3.71;598
+71072;43.40572;-1.51955;40;20221221;21.3;9.6;15.5;2.9;12.45;.1;1.41;6166
+71072;43.40572;-1.51955;40;20221222;19.4;11.4;15.4;2.6;12.35;0;1.32;3031
+71072;43.40572;-1.51955;40;20221223;22.4;11.3;16.8;2.3;12.4;.3;1.48;4993
+71072;43.40572;-1.51955;40;20221224;21.2;9.8;15.5;2.4;11.9;.1;1.31;6497
+71072;43.40572;-1.51955;40;20221225;21.3;12.4;16.9;5.6;9.8;0;3.14;6772
+71072;43.40572;-1.51955;40;20221226;17.8;16.9;17.4;3.5;11.45;1;2.14;2350
+71072;43.40572;-1.51955;40;20221227;15.6;11.1;13.4;1.6;13.15;.6;.62;3637
+71072;43.40572;-1.51955;40;20221228;19.5;8.3;13.9;4.4;10.5;0;1.88;6920
+71072;43.40572;-1.51955;40;20221229;17.6;13.8;15.7;3.4;11.85;14.5;1.66;2614
+71072;43.40572;-1.51955;40;20221230;21.4;10.8;16.1;6.6;12.5;0;2.51;4441
+71072;43.40572;-1.51955;40;20221231;21.5;17.7;19.6;5.9;8.8;0;4.21;4896
+71073;43.4572;-1.24361;11;20220101;24.2;9.5;16.8;1.7;9.26;0;1.41;7040
+71073;43.4572;-1.24361;11;20220102;19.1;9.2;14.1;1.8;10.51;0;1.23;5175
+71073;43.4572;-1.24361;11;20220103;19.9;6.1;13;2.5;10.21;0;1.38;6104
+71073;43.4572;-1.24361;11;20220104;19.1;14.7;16.9;5.1;10.56;18;2.84;3040
+71073;43.4572;-1.24361;11;20220105;10;7;8.5;2.3;7.61;1.6;.96;2497
+71073;43.4572;-1.24361;11;20220106;10;-.9;4.6;1.2;5.67;.3;.56;6551
+71073;43.4572;-1.24361;11;20220107;12.5;.3;6.4;3.6;8.41;10.3;.72;5520
+71073;43.4572;-1.24361;11;20220108;13.2;8.2;10.7;5.5;10.04;10.2;1.28;2979
+71073;43.4572;-1.24361;11;20220109;11.5;10.3;10.9;6.9;12.44;42.8;.46;904
+71073;43.4572;-1.24361;11;20220110;13.3;11;12.2;6.7;13.61;1.9;.42;1380
+71073;43.4572;-1.24361;11;20220111;12.6;8.7;10.6;1.1;10.14;.1;.63;3660
+71073;43.4572;-1.24361;11;20220112;8.9;1.5;5.2;.9;7.41;0;.44;5352
+71073;43.4572;-1.24361;11;20220113;8.7;-.5;4.1;2;6.74;0;.6;5926
+71073;43.4572;-1.24361;11;20220114;10.7;-.5;5.1;2;5.91;.1;.93;8167
+71073;43.4572;-1.24361;11;20220115;12.7;-1.7;5.5;1.4;5.61;.1;.78;8011
+71073;43.4572;-1.24361;11;20220116;11.8;-1.7;5;1.3;6.17;.1;.58;8460
+71073;43.4572;-1.24361;11;20220117;10.5;.4;5.4;1.5;6.87;0;.57;7069
+71073;43.4572;-1.24361;11;20220118;5.5;.5;3;1.6;7.24;0;.36;2507
+71073;43.4572;-1.24361;11;20220119;11.3;3.9;7.6;2.1;8.51;.5;.76;4581
+71073;43.4572;-1.24361;11;20220120;11.4;6.7;9.1;2.7;9.61;3.9;.74;3435
+71073;43.4572;-1.24361;11;20220121;7.2;1.8;4.5;2.2;6.41;0;.72;6117
+71073;43.4572;-1.24361;11;20220122;7.7;-2.3;2.7;1.4;5.51;.1;.57;7619
+71073;43.4572;-1.24361;11;20220123;12;-2.8;4.6;1.9;5.94;0;.88;9591
+71073;43.4572;-1.24361;11;20220124;15.2;.1;7.7;1.5;6.64;0;.93;9753
+71073;43.4572;-1.24361;11;20220125;15.4;.4;7.9;1.7;6.54;0;1.08;8901
+71073;43.4572;-1.24361;11;20220126;13.2;-.8;6.2;1.3;6.74;0;.75;8962
+71073;43.4572;-1.24361;11;20220127;12.5;-1.3;5.6;1.5;7.31;.1;.7;8722
+71073;43.4572;-1.24361;11;20220128;10.5;3.8;7.1;1.1;7.54;0;.68;6536
+71073;43.4572;-1.24361;11;20220129;4.6;-.8;1.9;1.5;6.81;0;.36;4743
+71073;43.4572;-1.24361;11;20220130;2.6;.8;1.7;1.6;6.84;.2;.33;2173
+71073;43.4572;-1.24361;11;20220131;11.2;1.6;6.4;3.4;9.14;2;.55;6476
+71073;43.4572;-1.24361;11;20220201;10.9;4;7.4;2.1;8.94;0;.77;5908
+71073;43.4572;-1.24361;11;20220202;14.3;8.3;11.3;2.2;10.27;0;1.01;6380
+71073;43.4572;-1.24361;11;20220203;15.9;3.8;9.9;2.4;9.97;0;.99;8621
+71073;43.4572;-1.24361;11;20220204;13;5.1;9;2.2;10.31;2.9;.73;4916
+71073;43.4572;-1.24361;11;20220205;12.2;8;10.1;2;8.37;.1;1.16;7402
+71073;43.4572;-1.24361;11;20220206;11.9;.2;6.1;2;7.84;.6;.86;6990
+71073;43.4572;-1.24361;11;20220207;12.9;9.5;11.2;3;11.04;2.4;.93;4999
+71073;43.4572;-1.24361;11;20220208;16.6;4.6;10.6;2.2;9.21;0;1.37;10457
+71073;43.4572;-1.24361;11;20220209;20;4.4;12.2;1.6;8.47;.1;1.49;10617
+71073;43.4572;-1.24361;11;20220210;14.6;3.7;9.1;1.9;9.67;5.5;1.28;9645
+71073;43.4572;-1.24361;11;20220211;11.1;8.7;9.9;1.9;10.34;0;.8;3406
+71073;43.4572;-1.24361;11;20220212;14.9;5.2;10;1.5;9.41;0;1.11;9513
+71073;43.4572;-1.24361;11;20220213;19.6;4.2;11.9;4.7;9.21;6.7;2.39;9931
+71073;43.4572;-1.24361;11;20220214;11.8;8.6;10.2;7;9.87;14.7;1.42;5414
+71073;43.4572;-1.24361;11;20220215;13.3;7.7;10.5;4.3;9.54;3.3;1.51;6641
+71073;43.4572;-1.24361;11;20220216;13.9;9.4;11.7;4.2;11.71;4;1.07;3782
+71073;43.4572;-1.24361;11;20220217;16.4;12.7;14.6;2.6;12.11;.1;1.48;5591
+71073;43.4572;-1.24361;11;20220218;17.6;5.2;11.4;2.8;10.51;1.1;1.46;10157
+71073;43.4572;-1.24361;11;20220219;13.1;7.7;10.4;1.9;9.24;2;1.23;8243
+71073;43.4572;-1.24361;11;20220220;13.8;3.4;8.6;3.2;10.17;2.5;.99;7289
+71073;43.4572;-1.24361;11;20220221;14.1;9.2;11.6;4.8;10.57;1.6;1.55;7611
+71073;43.4572;-1.24361;11;20220222;16.3;6.6;11.4;1.6;9.31;0;1.49;12320
+71073;43.4572;-1.24361;11;20220223;18.5;2.4;10.4;1.9;9.01;0;1.72;13370
+71073;43.4572;-1.24361;11;20220224;13.2;5.4;9.3;3.1;10.54;1.2;.94;7376
+71073;43.4572;-1.24361;11;20220225;13;6.7;9.9;2.4;7.84;0;1.58;9540
+71073;43.4572;-1.24361;11;20220226;16.4;1.5;9;2.8;6.57;0;2.24;15454
+71073;43.4572;-1.24361;11;20220227;17.1;7.4;12.2;1.8;9.11;.1;1.73;9461
+71073;43.4572;-1.24361;11;20220228;18.9;4.2;11.6;1.5;9.41;0;1.74;14949
+71073;43.4572;-1.24361;11;20220301;20.2;2.6;11.4;1.9;8.71;.9;2.11;14708
+71073;43.4572;-1.24361;11;20220302;14.6;10.1;12.3;2.2;11.04;3.1;1.34;6528
+71073;43.4572;-1.24361;11;20220303;16.5;5.4;11;3.6;10.74;9.8;1.61;10590
+71073;43.4572;-1.24361;11;20220304;13;9.3;11.1;4.3;9.67;2.1;1.72;8305
+71073;43.4572;-1.24361;11;20220305;12.4;6.1;9.3;1.9;8.57;.4;1.35;8606
+71073;43.4572;-1.24361;11;20220306;11.7;5.8;8.8;1.7;7.97;.3;1.35;8377
+71073;43.4572;-1.24361;11;20220307;13.5;4.1;8.8;2.1;8.21;0;1.6;12278
+71073;43.4572;-1.24361;11;20220308;14.1;8.7;11.4;2.5;8.94;1.6;1.85;8542
+71073;43.4572;-1.24361;11;20220309;19.4;3.2;11.3;3.7;8.44;.6;2.74;15266
+71073;43.4572;-1.24361;11;20220310;18;10.7;14.4;2.7;10.81;1.9;2.09;10515
+71073;43.4572;-1.24361;11;20220311;18.1;11.2;14.7;3.9;10.07;28.9;2.6;8430
+71073;43.4572;-1.24361;11;20220312;16.9;7.7;12.3;2.3;9.94;8.5;2.15;14342
+71073;43.4572;-1.24361;11;20220313;15.5;8.8;12.1;3.4;9.17;3.8;2.25;11997
+71073;43.4572;-1.24361;11;20220314;12.2;5.6;8.9;2.3;9.01;1;1.3;7136
+71073;43.4572;-1.24361;11;20220315;21.6;8.5;15.1;2.1;12.11;0;2.43;14660
+71073;43.4572;-1.24361;11;20220316;16.5;11.7;14.1;3.8;12.37;3.9;1.91;5960
+71073;43.4572;-1.24361;11;20220317;10.9;11.1;11;4.6;11.84;18.5;.73;266
+71073;43.4572;-1.24361;11;20220318;11.9;8.5;10.2;1.8;9.91;.1;1.16;5398
+71073;43.4572;-1.24361;11;20220319;19.1;6.5;12.8;2.8;9.97;0;2.48;13815
+71073;43.4572;-1.24361;11;20220320;19.6;9.5;14.5;3.2;9.67;0;2.79;9784
+71073;43.4572;-1.24361;11;20220321;21;10.7;15.9;3.6;9.94;.5;3.35;12734
+71073;43.4572;-1.24361;11;20220322;17.7;8.9;13.3;3.7;8.27;0;2.95;9228
+71073;43.4572;-1.24361;11;20220323;19.4;8.8;14.1;3.7;7.91;0;3.74;17347
+71073;43.4572;-1.24361;11;20220324;19.1;6.8;12.9;2.9;9.31;0;2.85;16300
+71073;43.4572;-1.24361;11;20220325;19;9.4;14.2;2.2;9.91;0;2.56;13604
+71073;43.4572;-1.24361;11;20220326;19.2;7.4;13.3;3.2;9.31;0;3.03;17348
+71073;43.4572;-1.24361;11;20220327;22;8.3;15.2;2.7;9.24;0;3.51;17512
+71073;43.4572;-1.24361;11;20220328;21.6;11.1;16.4;2.6;9.31;0;3.3;12289
+71073;43.4572;-1.24361;11;20220329;16.3;10.7;13.5;3.3;11.94;.8;1.76;6590
+71073;43.4572;-1.24361;11;20220330;13.8;11.3;12.5;4;11.64;7.3;1.45;4750
+71073;43.4572;-1.24361;11;20220331;13.9;9.1;11.5;5.5;9.77;13.3;2.14;10130
+71073;43.4572;-1.24361;11;20220401;9;2.4;5.7;2.9;6.46;6.8;1.66;11800
+71073;43.4572;-1.24361;11;20220402;10.2;2.4;6.3;4;6.28;.3;2.17;16206
+71073;43.4572;-1.24361;11;20220403;9.9;1.8;5.9;3;6.38;.2;2.14;16724
+71073;43.4572;-1.24361;11;20220404;11.9;.2;6;1.8;5.42;.1;2.25;19043
+71073;43.4572;-1.24361;11;20220405;16.9;-2.9;7;1;6.03;0;2.62;23604
+71073;43.4572;-1.24361;11;20220406;13.7;5;9.4;3.4;9.47;0;1.78;11117
+71073;43.4572;-1.24361;11;20220407;20.7;8.3;14.5;4.1;10.74;.1;3.15;13000
+71073;43.4572;-1.24361;11;20220408;21.1;11;16;4.6;11.17;2.4;3.22;8817
+71073;43.4572;-1.24361;11;20220409;15.5;9.4;12.5;3.2;9.31;.4;2.97;18528
+71073;43.4572;-1.24361;11;20220410;23.7;3.5;13.6;4;8.47;0;4.72;23611
+71073;43.4572;-1.24361;11;20220411;25.5;10.2;17.8;3;11.41;1.3;3.89;15350
+71073;43.4572;-1.24361;11;20220412;21.9;12.5;17.2;3.3;11.74;.4;3.53;14868
+71073;43.4572;-1.24361;11;20220413;17.6;9.8;13.7;3;13.07;0;2.04;12684
+71073;43.4572;-1.24361;11;20220414;19.6;12.7;16.1;2.7;14.11;0;2.6;15923
+71073;43.4572;-1.24361;11;20220415;16.8;11.4;14.1;2.9;13.67;.1;1.9;11777
+71073;43.4572;-1.24361;11;20220416;18.6;12.2;15.4;2.5;13.34;0;2.75;17695
+71073;43.4572;-1.24361;11;20220417;18.8;10.3;14.6;3.9;13.47;0;2.66;18137
+71073;43.4572;-1.24361;11;20220418;17.7;12.6;15.1;3.3;12.77;0;2.53;13778
+71073;43.4572;-1.24361;11;20220419;12.1;10.5;11.3;3.6;11.44;17.3;1.15;2300
+71073;43.4572;-1.24361;11;20220420;11.4;9.3;10.3;5.9;11.64;32.4;.9;4626
+71073;43.4572;-1.24361;11;20220421;12.3;10;11.1;4.2;12.07;6;.86;2525
+71073;43.4572;-1.24361;11;20220422;21.4;7.5;14.4;3.4;10.51;1.2;3.85;21431
+71073;43.4572;-1.24361;11;20220423;14.7;11.1;12.9;5.2;11.61;13.7;2.2;11216
+71073;43.4572;-1.24361;11;20220424;16.4;9.8;13.1;6.1;12.21;2.9;2.39;14532
+71073;43.4572;-1.24361;11;20220425;19.7;7;13.3;2.4;11.04;0;3.36;23232
+71073;43.4572;-1.24361;11;20220426;24.5;9.2;16.8;3.3;12.61;0;4.42;24010
+71073;43.4572;-1.24361;11;20220427;17.2;13.2;15.2;2.5;14.35;1.9;1.77;8664
+71073;43.4572;-1.24361;11;20220428;15.6;13;14.3;2.5;14.44;.8;1.29;6179
+71073;43.4572;-1.24361;11;20220429;18.6;11.6;15.1;1.8;13.67;0;2.35;13681
+71073;43.4572;-1.24361;11;20220430;18.2;13;15.6;2.4;13.41;0;2.58;14775
+71073;43.4572;-1.24361;11;20220501;18.3;11.9;15.1;3;13.17;0;2.65;15460
+71073;43.4572;-1.24361;11;20220502;16.4;12.1;14.2;3.2;12.91;0;2.04;9922
+71073;43.4572;-1.24361;11;20220503;18.9;12.9;15.9;4.4;14.54;1.4;2.4;12811
+71073;43.4572;-1.24361;11;20220504;18.2;13.8;16;5;14.21;0;2.37;11587
+71073;43.4572;-1.24361;11;20220505;18.9;11.3;15.1;3.6;13.74;0;2.72;16087
+71073;43.4572;-1.24361;11;20220506;18.7;10.4;14.6;3.1;12.97;.1;2.95;18611
+71073;43.4572;-1.24361;11;20220507;21;12.1;16.5;2.3;13.74;.1;3.45;20836
+71073;43.4572;-1.24361;11;20220508;22.4;11.4;16.9;1.7;14.07;.1;3.5;20998
+71073;43.4572;-1.24361;11;20220509;26.1;10.8;18.5;1.4;13.61;0;4.64;28387
+71073;43.4572;-1.24361;11;20220510;27.5;11.4;19.4;1.7;14.61;0;4.69;26468
+71073;43.4572;-1.24361;11;20220511;23.3;14.6;19;2;15.44;.1;3.56;19063
+71073;43.4572;-1.24361;11;20220512;20.5;14.6;17.6;1.6;15.67;0;2.55;13599
+71073;43.4572;-1.24361;11;20220513;23.6;14.6;19.1;1.7;16.31;0;3.34;18486
+71073;43.4572;-1.24361;11;20220514;29.7;12.5;21.1;1.9;16.57;1.4;4.94;25626
+71073;43.4572;-1.24361;11;20220515;32;15.5;23.8;2.9;16.77;2.7;5.86;24843
+71073;43.4572;-1.24361;11;20220516;28.4;15.4;21.9;1.8;16.77;0;4.86;25467
+71073;43.4572;-1.24361;11;20220517;29.7;15.3;22.5;2.1;16.34;0;5.53;27799
+71073;43.4572;-1.24361;11;20220518;33.6;14.6;24.1;2.8;17.64;3.6;6.05;25144
+71073;43.4572;-1.24361;11;20220519;25.2;16.8;21;2.3;18.31;0;3.58;17182
+71073;43.4572;-1.24361;11;20220520;21.2;17.3;19.3;2.7;18.71;.1;2.14;9550
+71073;43.4572;-1.24361;11;20220521;28.4;16.9;22.7;2.3;19.54;0;4.27;20209
+71073;43.4572;-1.24361;11;20220522;30.6;17.6;24.1;3.8;19.51;1.7;5.21;20557
+71073;43.4572;-1.24361;11;20220523;20.9;15.6;18.2;4.4;15.07;2.4;3.34;14667
+71073;43.4572;-1.24361;11;20220524;17.3;12.4;14.9;3.4;13.24;7.4;2.57;13730
+71073;43.4572;-1.24361;11;20220525;19.4;12.6;16;3.5;12.84;.1;3.52;18371
+71073;43.4572;-1.24361;11;20220526;20.8;10.1;15.5;2.1;13.64;0;3.35;20197
+71073;43.4572;-1.24361;11;20220527;23.7;14.5;19.1;2;14.91;0;3.97;21346
+71073;43.4572;-1.24361;11;20220528;25.4;12;18.7;1.8;15.14;0;4.56;26647
+71073;43.4572;-1.24361;11;20220529;25.2;11.2;18.2;2.1;12.91;.5;4.96;29113
+71073;43.4572;-1.24361;11;20220530;23.4;11.8;17.6;2.1;11.67;0;4.38;23535
+71073;43.4572;-1.24361;11;20220531;25.8;12.7;19.2;1.9;13.24;0;4.81;26576
+71073;43.4572;-1.24361;11;20220601;29.2;14.9;22;2.8;15.91;0;5.6;27321
+71073;43.4572;-1.24361;11;20220602;26.9;15.8;21.3;2.5;18.11;2.6;4.29;21546
+71073;43.4572;-1.24361;11;20220603;25.7;17.7;21.7;2.8;18.54;3.7;4.03;18957
+71073;43.4572;-1.24361;11;20220604;22.7;17.9;20.3;2.2;18.61;3.5;2.91;14011
+71073;43.4572;-1.24361;11;20220605;24;16.8;20.4;1.9;17.27;0;3.81;19925
+71073;43.4572;-1.24361;11;20220606;24.7;15.5;20.1;1.5;16.84;0;3.9;20871
+71073;43.4572;-1.24361;11;20220607;24.1;16.8;20.4;1.6;17.17;1.3;3.61;18684
+71073;43.4572;-1.24361;11;20220608;21;15.3;18.1;2.2;17.67;2.2;2.7;14663
+71073;43.4572;-1.24361;11;20220609;23.7;14.5;19.1;2;15.91;.1;4.26;23779
+71073;43.4572;-1.24361;11;20220610;27.9;11.8;19.9;1.6;15.97;0;5.15;29147
+71073;43.4572;-1.24361;11;20220611;27.3;16.5;21.9;2.6;19.07;0;4.39;21705
+71073;43.4572;-1.24361;11;20220612;26.2;17.5;21.9;3.4;19.74;3.2;4;18796
+71073;43.4572;-1.24361;11;20220613;27.4;18.6;23;2.5;20.37;.1;4.44;21467
+71073;43.4572;-1.24361;11;20220614;31.8;17.9;24.9;2;22.34;.1;5.14;24773
+71073;43.4572;-1.24361;11;20220615;31.2;18.8;25;1.7;21.87;0;5.29;26134
+71073;43.4572;-1.24361;11;20220616;34.9;18.9;26.9;2;22.41;0;6.2;27404
+71073;43.4572;-1.24361;11;20220617;37.8;20.4;29.1;2.4;22.74;0;7.33;29845
+71073;43.4572;-1.24361;11;20220618;41.3;21.5;31.4;3;22.44;0;8.6;30423
+71073;43.4572;-1.24361;11;20220619;28;18.6;23.3;3.4;18.61;1.1;4.95;21911
+71073;43.4572;-1.24361;11;20220620;26.8;18.5;22.7;2.8;18.71;0;4.41;20617
+71073;43.4572;-1.24361;11;20220621;24.4;18.5;21.4;3;19.61;4.8;3.39;16071
+71073;43.4572;-1.24361;11;20220622;24.6;16.6;20.6;2.4;18.81;1.9;3.68;18818
+71073;43.4572;-1.24361;11;20220623;26;15.9;20.9;2.1;18.01;4;4.27;22057
+71073;43.4572;-1.24361;11;20220624;25.1;15.6;20.3;2.4;16.87;.7;4.47;23954
+71073;43.4572;-1.24361;11;20220625;19.5;15.2;17.4;2.3;15.87;6.3;2.1;8857
+71073;43.4572;-1.24361;11;20220626;18.1;13.7;15.9;1.7;15.04;10.2;1.87;8570
+71073;43.4572;-1.24361;11;20220627;18.3;14.6;16.5;1.6;15.94;.6;1.76;7884
+71073;43.4572;-1.24361;11;20220628;24.6;15.2;19.9;1.9;15.34;0;4.34;23230
+71073;43.4572;-1.24361;11;20220629;23.4;13.4;18.4;2.1;16.17;7.1;3.66;20101
+71073;43.4572;-1.24361;11;20220630;18.2;14.4;16.3;1.9;15.41;4.8;2.17;11270
+71073;43.4572;-1.24361;11;20220701;23.7;9.9;16.8;2.1;13.74;0;4.48;27451
+71073;43.4572;-1.24361;11;20220702;28.9;12.3;20.6;2.3;16.01;0;5.46;28786
+71073;43.4572;-1.24361;11;20220703;25.5;16;20.8;2.3;17.11;.2;4.33;22320
+71073;43.4572;-1.24361;11;20220704;22.2;16.9;19.5;2.4;17.74;.3;2.62;11394
+71073;43.4572;-1.24361;11;20220705;26.8;17.1;22;2.1;18.67;.5;4.46;22812
+71073;43.4572;-1.24361;11;20220706;25.3;17.1;21.2;2.8;19.01;0;3.92;19719
+71073;43.4572;-1.24361;11;20220707;26.2;16.9;21.5;3.7;18.71;0;4.46;22060
+71073;43.4572;-1.24361;11;20220708;28.2;15;21.6;2.2;18.14;.1;4.89;25928
+71073;43.4572;-1.24361;11;20220709;30.3;15;22.7;1.9;18.61;.2;5.31;27985
+71073;43.4572;-1.24361;11;20220710;31.9;15.7;23.8;1.6;18.61;.1;5.86;30617
+71073;43.4572;-1.24361;11;20220711;34.1;15.9;25;1.5;19.41;0;5.86;29042
+71073;43.4572;-1.24361;11;20220712;34.4;18.4;26.4;1.5;21.54;.1;5.81;27980
+71073;43.4572;-1.24361;11;20220713;34.8;16.9;25.8;1.3;18.77;0;5.98;29492
+71073;43.4572;-1.24361;11;20220714;34.9;17.1;26;1.6;19.07;0;5.92;28308
+71073;43.4572;-1.24361;11;20220715;32.1;18.9;25.5;1.9;21.41;.1;5.43;26021
+71073;43.4572;-1.24361;11;20220716;37;18.8;27.9;1.7;20.31;.1;6.56;29058
+71073;43.4572;-1.24361;11;20220717;38.7;18.6;28.7;2;19.17;0;7.15;29611
+71073;43.4572;-1.24361;11;20220718;40.7;19.7;30.2;3.1;19.84;0;8.43;29858
+71073;43.4572;-1.24361;11;20220719;29.7;21;25.3;3.6;20.24;.3;5.17;20758
+71073;43.4572;-1.24361;11;20220720;26.7;20.4;23.5;2.1;19.57;2.7;3.69;15714
+71073;43.4572;-1.24361;11;20220721;31;18.2;24.6;2.4;19.67;0;5.19;24034
+71073;43.4572;-1.24361;11;20220722;25;21.1;23;3.8;19.37;.3;3.48;11835
+71073;43.4572;-1.24361;11;20220723;27.9;17.1;22.5;1.8;16.84;0;4.54;22388
+71073;43.4572;-1.24361;11;20220724;36.5;16;26.3;3.1;19.54;.1;6.88;28615
+71073;43.4572;-1.24361;11;20220725;26.9;20.9;23.9;3.8;20.11;.3;4.2;16564
+71073;43.4572;-1.24361;11;20220726;26.1;18.1;22.1;2.1;17.31;.5;4.09;18967
+71073;43.4572;-1.24361;11;20220727;26.7;14.3;20.5;1.8;15.01;0;4.75;25863
+71073;43.4572;-1.24361;11;20220728;26.2;16.4;21.3;1.6;15.91;.4;3.92;19140
+71073;43.4572;-1.24361;11;20220729;25.9;16.5;21.2;1.8;17.77;.6;3.5;16396
+71073;43.4572;-1.24361;11;20220730;28;18.4;23.2;1.8;19.57;0;3.77;17782
+71073;43.4572;-1.24361;11;20220731;29.6;18.3;23.9;2;19.84;0;4.45;20855
+71073;43.4572;-1.24361;11;20220801;30.4;18.2;24.3;1.6;20.04;0;4.59;22377
+71073;43.4572;-1.24361;11;20220802;33.8;18;25.9;1.8;20.14;.1;5.37;25669
+71073;43.4572;-1.24361;11;20220803;34;20;27;2.7;23.01;0;5.31;23081
+71073;43.4572;-1.24361;11;20220804;28.8;21.6;25.2;3;22.81;.7;4.03;16718
+71073;43.4572;-1.24361;11;20220805;27.2;20.7;23.9;3.1;20.37;0;4.11;17274
+71073;43.4572;-1.24361;11;20220806;30;19.4;24.7;2.2;19.74;0;4.65;20867
+71073;43.4572;-1.24361;11;20220807;30.7;18;24.4;1.9;18.57;0;4.73;22630
+71073;43.4572;-1.24361;11;20220808;32.4;16.4;24.4;2.2;18.17;.3;5.23;25538
+71073;43.4572;-1.24361;11;20220809;33.1;19.4;26.2;1.8;20.31;.1;4.87;21771
+71073;43.4572;-1.24361;11;20220810;36.9;18.4;27.6;1.5;19.77;0;5.49;24705
+71073;43.4572;-1.24361;11;20220811;38.5;21.4;30;1.8;20.07;0;5.73;22369
+71073;43.4572;-1.24361;11;20220812;33;22.5;27.8;3.5;23.54;0;4.97;18626
+71073;43.4572;-1.24361;11;20220813;30.5;20.8;25.7;2.7;21.87;1.9;4.34;18407
+71073;43.4572;-1.24361;11;20220814;26.4;20.7;23.6;2.8;20.67;.4;3.46;14370
+71073;43.4572;-1.24361;11;20220815;27.2;16.5;21.8;2.1;17.54;0;4.09;20381
+71073;43.4572;-1.24361;11;20220816;22.2;16.9;19.6;2.4;18.48;3.3;3.31;16540
+71073;43.4572;-1.24361;11;20220817;24;16.7;20.3;3.8;17.94;14.7;3.47;16799
+71073;43.4572;-1.24361;11;20220818;22.1;18.3;20.2;5.5;18.98;16.1;2.69;11529
+71073;43.4572;-1.24361;11;20220819;26.2;15.9;21;2.3;17.77;.3;3.7;18618
+71073;43.4572;-1.24361;11;20220820;29.6;16.2;22.9;2;19.67;.2;4.27;22312
+71073;43.4572;-1.24361;11;20220821;26.8;19.4;23.1;2.6;21.04;.6;3.31;14509
+71073;43.4572;-1.24361;11;20220822;24.7;18.7;21.7;3;20.94;2.4;2.59;11525
+71073;43.4572;-1.24361;11;20220823;28.4;20.1;24.2;1.6;22.21;.1;3.26;15935
+71073;43.4572;-1.24361;11;20220824;35.5;18.2;26.8;2.5;22.21;2.4;5.07;20418
+71073;43.4572;-1.24361;11;20220825;27.7;21;24.3;3.8;22.84;.5;3.69;15952
+71073;43.4572;-1.24361;11;20220826;26.8;20.9;23.8;2.5;21.07;.3;3.22;13533
+71073;43.4572;-1.24361;11;20220827;29;18.6;23.8;1.7;19.81;.1;3.68;18041
+71073;43.4572;-1.24361;11;20220828;35.6;17.3;26.4;2;19.71;1.4;5.38;24075
+71073;43.4572;-1.24361;11;20220829;31.1;22.3;26.7;3.2;20.04;9.2;4.43;11762
+71073;43.4572;-1.24361;11;20220830;30.2;18.5;24.3;2.3;21.71;0;3.91;18806
+71073;43.4572;-1.24361;11;20220831;26.2;20.4;23.3;1.8;22.11;10.3;2.61;11542
+71073;43.4572;-1.24361;11;20220901;28.7;18.9;23.8;1.6;20.61;.3;3.48;17027
+71073;43.4572;-1.24361;11;20220902;24.8;19.6;22.2;2.3;20.44;1.6;2.62;11697
+71073;43.4572;-1.24361;11;20220903;26.3;18.2;22.2;2.1;19.24;2.4;3.03;14332
+71073;43.4572;-1.24361;11;20220904;31.1;15.6;23.4;1.6;18.77;0;3.93;20328
+71073;43.4572;-1.24361;11;20220905;32.2;17.4;24.8;1.9;18.87;.1;4.48;21974
+71073;43.4572;-1.24361;11;20220906;30.8;15.9;23.3;2.1;17.24;0;4.36;21197
+71073;43.4572;-1.24361;11;20220907;26.4;16.2;21.3;1.6;17.14;.1;3.1;15830
+71073;43.4572;-1.24361;11;20220908;26.9;14.6;20.7;1.8;16.54;3;3.28;17436
+71073;43.4572;-1.24361;11;20220909;24.6;17.9;21.3;2.5;17.57;1;2.95;13548
+71073;43.4572;-1.24361;11;20220910;29.5;13.1;21.3;2;15.94;0;3.93;20914
+71073;43.4572;-1.24361;11;20220911;35.9;15.6;25.8;2.2;17.37;0;5.07;21555
+71073;43.4572;-1.24361;11;20220912;37.1;19.4;28.2;2.3;19.41;3;4.92;17623
+71073;43.4572;-1.24361;11;20220913;31;21.7;26.4;4.3;18.91;.1;4.74;11665
+71073;43.4572;-1.24361;11;20220914;30.7;20.7;25.7;2.2;17.24;0;4.05;15425
+71073;43.4572;-1.24361;11;20220915;27.7;16.8;22.3;1.8;18.77;5.1;3.11;15754
+71073;43.4572;-1.24361;11;20220916;23.9;19;21.4;2.8;18.24;0;2.69;11513
+71073;43.4572;-1.24361;11;20220917;23.1;13.1;18.1;2.2;12.17;0;3.12;16188
+71073;43.4572;-1.24361;11;20220918;25.8;9.5;17.7;2.2;10.21;0;3.67;18754
+71073;43.4572;-1.24361;11;20220919;26.3;8.2;17.2;1.5;11.47;0;3.1;19466
+71073;43.4572;-1.24361;11;20220920;22.9;8.7;15.8;2.1;11.64;0;2.99;18963
+71073;43.4572;-1.24361;11;20220921;23;9.6;16.3;2.4;11.94;0;2.97;18349
+71073;43.4572;-1.24361;11;20220922;25.5;10;17.8;2;12.91;0;3.01;17700
+71073;43.4572;-1.24361;11;20220923;21;11.2;16.1;1.5;14.71;4.7;1.7;9098
+71073;43.4572;-1.24361;11;20220924;18.3;13.5;15.9;2.8;15.57;24.4;1.32;5426
+71073;43.4572;-1.24361;11;20220925;20.1;10.8;15.5;2.7;13.31;1.7;2.14;12335
+71073;43.4572;-1.24361;11;20220926;20.7;9.6;15.2;3.4;13.34;11.2;2.21;11379
+71073;43.4572;-1.24361;11;20220927;18.8;14.2;16.5;5.2;15.61;12.8;1.72;6365
+71073;43.4572;-1.24361;11;20220928;18.6;15.4;17;6.5;16.74;41.5;1.47;5358
+71073;43.4572;-1.24361;11;20220929;16.5;13.9;15.2;4.5;14.74;20;1.38;5465
+71073;43.4572;-1.24361;11;20220930;20;11.2;15.6;3.5;13.11;1.3;2.22;11850
+71073;43.4572;-1.24361;11;20221001;22.7;12.1;17.4;2.4;14.34;0;2.38;12533
+71073;43.4572;-1.24361;11;20221002;23.2;11.6;17.4;1.2;15.74;.1;2.02;13622
+71073;43.4572;-1.24361;11;20221003;25;14.9;20;1.6;17.04;0;2.23;12883
+71073;43.4572;-1.24361;11;20221004;24.2;12.3;18.2;1;16.27;.1;1.65;10341
+71073;43.4572;-1.24361;11;20221005;26;13.6;19.8;2.2;16.94;0;2.36;12612
+71073;43.4572;-1.24361;11;20221006;22.2;16.6;19.4;1.5;17.11;0;1.6;7261
+71073;43.4572;-1.24361;11;20221007;25.7;12.2;19;2;16.17;.3;2.31;13123
+71073;43.4572;-1.24361;11;20221008;22.3;16;19.2;1.8;17.24;.3;1.58;7332
+71073;43.4572;-1.24361;11;20221009;28.6;12.7;20.6;1.7;16.37;0;2.63;14500
+71073;43.4572;-1.24361;11;20221010;21.8;16.6;19.2;1.7;18.77;7;1.37;6344
+71073;43.4572;-1.24361;11;20221011;20.9;16.3;18.6;1.2;18.41;3.9;1.14;5190
+71073;43.4572;-1.24361;11;20221012;21.8;16.4;19.1;1.6;17.71;.6;1.44;6753
+71073;43.4572;-1.24361;11;20221013;21.6;13.1;17.3;2;16.37;.3;1.62;9872
+71073;43.4572;-1.24361;11;20221014;23.4;18.3;20.9;2.8;17.91;1;2.1;8089
+71073;43.4572;-1.24361;11;20221015;25.8;12;18.9;1.4;15.91;.1;1.99;12706
+71073;43.4572;-1.24361;11;20221016;30.5;14.6;22.5;1.9;16.54;.7;2.75;12050
+71073;43.4572;-1.24361;11;20221017;27.4;18.8;23.1;2.7;17.84;.8;2.74;8849
+71073;43.4572;-1.24361;11;20221018;30.9;16.7;23.8;2.8;16.91;0;3.48;12628
+71073;43.4572;-1.24361;11;20221019;30.2;18.6;24.4;3;15.84;0;3.52;9191
+71073;43.4572;-1.24361;11;20221020;27.6;15.9;21.7;4.2;14.07;0;3.67;8483
+71073;43.4572;-1.24361;11;20221021;22.6;19;20.8;3.8;13.74;.1;2.85;1871
+71073;43.4572;-1.24361;11;20221022;26.6;14.7;20.7;3.6;13.51;0;3.32;10125
+71073;43.4572;-1.24361;11;20221023;28.3;19.8;24.1;5.3;11.97;0;5.17;8070
+71073;43.4572;-1.24361;11;20221024;25.5;16;20.7;2.6;11.87;0;2.84;9411
+71073;43.4572;-1.24361;11;20221025;27.5;12.8;20.2;2.5;12.37;0;2.91;8025
+71073;43.4572;-1.24361;11;20221026;28;13;20.5;2.2;13.87;0;2.58;11402
+71073;43.4572;-1.24361;11;20221027;27.5;17.7;22.6;3.5;12.74;.1;3.71;6376
+71073;43.4572;-1.24361;11;20221028;24.3;18.5;21.4;2.7;13.34;0;3;5558
+71073;43.4572;-1.24361;11;20221029;23;15.8;19.4;2.4;13.11;.1;2.62;7090
+71073;43.4572;-1.24361;11;20221030;21;13.5;17.2;1.5;14.74;2.5;1.4;7676
+71073;43.4572;-1.24361;11;20221031;22.3;13;17.6;3;15.24;5.5;1.81;7860
+71073;43.4572;-1.24361;11;20221101;21;13;17;2.1;14.74;0;1.45;9197
+71073;43.4572;-1.24361;11;20221102;20.9;10.2;15.6;1.6;13.47;.1;1.31;9819
+71073;43.4572;-1.24361;11;20221103;22.5;11.1;16.8;3.5;13.01;12;2.11;7353
+71073;43.4572;-1.24361;11;20221104;16.9;11.4;14.1;6;11.37;7.8;2.06;6992
+71073;43.4572;-1.24361;11;20221105;18.6;7;12.8;1.7;10.41;.1;1.29;9680
+71073;43.4572;-1.24361;11;20221106;21.3;4.8;13;2;9.94;.1;1.6;10778
+71073;43.4572;-1.24361;11;20221107;21.8;6.6;14.2;2.5;10.74;0;1.83;10438
+71073;43.4572;-1.24361;11;20221108;20.8;13.7;17.3;3.9;11.67;0;2.53;4800
+71073;43.4572;-1.24361;11;20221109;17.4;16.2;16.8;2.6;13.27;9.4;1.52;1902
+71073;43.4572;-1.24361;11;20221110;19.5;8.2;13.8;2;11.44;0;1.32;8974
+71073;43.4572;-1.24361;11;20221111;20.2;6.4;13.3;2.2;10.87;.1;1.43;10208
+71073;43.4572;-1.24361;11;20221112;22;8.9;15.5;2.2;11.57;.1;1.7;8565
+71073;43.4572;-1.24361;11;20221113;24.4;8.7;16.6;2.7;10.91;0;2.16;9127
+71073;43.4572;-1.24361;11;20221114;16.9;10.5;13.7;2.3;12.64;3.4;1.12;3432
+71073;43.4572;-1.24361;11;20221115;19.2;11.3;15.2;3;12.74;6.5;1.48;4586
+71073;43.4572;-1.24361;11;20221116;20.7;10.5;15.6;3.3;12.47;.9;1.69;7601
+71073;43.4572;-1.24361;11;20221117;19.4;15;17.2;3.4;14.31;15.1;1.56;4095
+71073;43.4572;-1.24361;11;20221118;11.9;10.3;11.1;3.5;11.24;33.3;.86;1465
+71073;43.4572;-1.24361;11;20221119;12;8;10;3.9;10.11;16;.89;3407
+71073;43.4572;-1.24361;11;20221120;16.3;6.7;11.5;3.1;11.04;9.1;1.01;5382
+71073;43.4572;-1.24361;11;20221121;15.8;10.3;13;4.3;11.67;38.3;1.26;2067
+71073;43.4572;-1.24361;11;20221122;12.2;7.7;9.9;5.1;9.67;12.7;1.16;3098
+71073;43.4572;-1.24361;11;20221123;17;10.6;13.8;4.6;13.44;4.5;1.03;4796
+71073;43.4572;-1.24361;11;20221124;14.6;8.9;11.7;2.8;11.14;7.9;1.03;3603
+71073;43.4572;-1.24361;11;20221125;14;9.8;11.9;3.7;11.64;18;.88;3450
+71073;43.4572;-1.24361;11;20221126;14.7;5.6;10.2;1.9;9.61;0;.84;5517
+71073;43.4572;-1.24361;11;20221127;16.9;3.8;10.4;3.1;8.87;12.9;1.44;6503
+71073;43.4572;-1.24361;11;20221128;13.5;9.5;11.5;5;11.51;5.5;.84;3916
+71073;43.4572;-1.24361;11;20221129;14.2;9.4;11.8;3.4;11.91;7.5;.78;3348
+71073;43.4572;-1.24361;11;20221130;12.5;8.1;10.3;2.3;10.31;0;.76;4257
+71073;43.4572;-1.24361;11;20221201;7.2;5.2;6.2;1.9;8.44;0;.52;1642
+71073;43.4572;-1.24361;11;20221202;9.7;2;5.9;1.2;7.97;.1;.42;5686
+71073;43.4572;-1.24361;11;20221203;7.2;4.8;6;1.5;8.44;1.2;.46;2105
+71073;43.4572;-1.24361;11;20221204;11.8;2.4;7.1;3;7.21;0;.98;6130
+71073;43.4572;-1.24361;11;20221205;14.6;2.2;8.4;2.8;7.41;0;1.18;7191
+71073;43.4572;-1.24361;11;20221206;15.7;8.4;12.1;1.9;10.71;.3;.89;4805
+71073;43.4572;-1.24361;11;20221207;15;8.4;11.7;1.7;11.51;.2;.63;4674
+71073;43.4572;-1.24361;11;20221208;10.5;7.6;9.1;1.7;10.77;8.3;.5;1947
+71073;43.4572;-1.24361;11;20221209;12.5;8.9;10.7;2.8;11.21;2.5;.72;2697
+71073;43.4572;-1.24361;11;20221210;8.4;1.2;4.8;2.6;6.07;0;.81;5413
+71073;43.4572;-1.24361;11;20221211;6.8;-1.7;2.6;1.9;5.97;0;.54;4714
+71073;43.4572;-1.24361;11;20221212;11.4;1.3;6.4;3.1;8.44;17.6;.75;4174
+71073;43.4572;-1.24361;11;20221213;16.6;10.1;13.4;3.6;14.11;1.4;.79;2057
+71073;43.4572;-1.24361;11;20221214;20.1;12.4;16.3;2.3;13.04;7.2;1.18;5495
+71073;43.4572;-1.24361;11;20221215;16.8;10.5;13.7;2;12.47;4;.77;4358
+71073;43.4572;-1.24361;11;20221216;10.9;10.6;10.7;4;11.01;1.3;.81;704
+71073;43.4572;-1.24361;11;20221217;12.2;4.5;8.3;2.3;8.94;0;.74;4468
+71073;43.4572;-1.24361;11;20221218;18.3;5.7;12;4.1;8.74;.1;1.87;5905
+71073;43.4572;-1.24361;11;20221219;17.9;8.7;13.3;4.5;9.04;0;2.29;3968
+71073;43.4572;-1.24361;11;20221220;18.3;12.6;15.5;4.9;10.44;3.8;2.54;1964
+71073;43.4572;-1.24361;11;20221221;20.7;9;14.9;2.2;12.01;.1;1.15;6098
+71073;43.4572;-1.24361;11;20221222;19;8.7;13.9;2.1;11.84;.3;1.03;4102
+71073;43.4572;-1.24361;11;20221223;21.7;9.8;15.7;2.2;11.97;.1;1.31;5172
+71073;43.4572;-1.24361;11;20221224;20.8;8.5;14.6;1.7;11.47;.1;.97;6557
+71073;43.4572;-1.24361;11;20221225;21.7;8.4;15;4.3;9.51;0;2.51;6026
+71073;43.4572;-1.24361;11;20221226;18.3;14;16.2;2.5;11.14;1.2;1.76;2165
+71073;43.4572;-1.24361;11;20221227;15.3;11.4;13.3;1.1;12.84;1.1;.57;3120
+71073;43.4572;-1.24361;11;20221228;19.8;6.5;13.2;3.2;9.91;0;1.53;6859
+71073;43.4572;-1.24361;11;20221229;17.1;13.4;15.3;3;11.24;12.6;1.62;2351
+71073;43.4572;-1.24361;11;20221230;21.4;10.8;16.1;5.3;12.41;.1;2.14;4818
+71073;43.4572;-1.24361;11;20221231;22.3;14.6;18.5;4.7;8.87;0;3.56;4633
+71074;43.49045;-.93795;65;20220101;24.9;3;14;.7;8.71;0;.65;8001
+71074;43.49045;-.93795;65;20220102;18.4;5.2;11.8;1;10.3;.1;.61;5964
+71074;43.49045;-.93795;65;20220103;20.1;4.8;12.5;1.1;10.07;0;.74;6526
+71074;43.49045;-.93795;65;20220104;20.8;13.7;17.3;3.1;9.96;14.3;2.32;4025
+71074;43.49045;-.93795;65;20220105;9.5;5.3;7.4;.8;7.51;.4;.55;2862
+71074;43.49045;-.93795;65;20220106;9.4;-1.7;3.9;.5;5.6;.1;.33;6277
+71074;43.49045;-.93795;65;20220107;12;-1.3;5.3;1.5;7.97;3.5;.47;5943
+71074;43.49045;-.93795;65;20220108;12.5;6.6;9.6;3.3;10.03;9.8;.81;3636
+71074;43.49045;-.93795;65;20220109;10.7;9.9;10.3;3.8;12.03;43.1;.45;505
+71074;43.49045;-.93795;65;20220110;12.9;10.3;11.6;4;13.27;5.6;.44;1937
+71074;43.49045;-.93795;65;20220111;11.8;7.9;9.9;.5;9.53;.1;.5;3292
+71074;43.49045;-.93795;65;20220112;8.8;1.6;5.2;.5;7.07;0;.38;4826
+71074;43.49045;-.93795;65;20220113;9.6;-1.4;4.1;1.1;6.47;0;.36;5623
+71074;43.49045;-.93795;65;20220114;10.8;-3.2;3.8;.8;5.97;.1;.33;7253
+71074;43.49045;-.93795;65;20220115;12.3;-3.7;4.3;.5;5.6;.1;.38;8175
+71074;43.49045;-.93795;65;20220116;12;-3;4.5;.6;5.73;.1;.41;7866
+71074;43.49045;-.93795;65;20220117;10.8;-1.4;4.7;1.1;6.5;.1;.51;7330
+71074;43.49045;-.93795;65;20220118;4.3;-.2;2.1;1;7;0;.33;2954
+71074;43.49045;-.93795;65;20220119;10.5;3.2;6.8;1.2;8.33;.3;.55;4258
+71074;43.49045;-.93795;65;20220120;11.2;5.9;8.6;1.4;9.43;3;.62;3855
+71074;43.49045;-.93795;65;20220121;6.2;.5;3.3;1.2;6.23;.1;.51;5319
+71074;43.49045;-.93795;65;20220122;7.8;-3.3;2.3;.6;5.3;0;.44;7552
+71074;43.49045;-.93795;65;20220123;11.4;-4;3.7;.9;5.73;0;.58;8572
+71074;43.49045;-.93795;65;20220124;15.6;-2.6;6.5;.6;6.03;0;.6;9293
+71074;43.49045;-.93795;65;20220125;15.1;-2.1;6.5;.6;6.07;0;.62;9164
+71074;43.49045;-.93795;65;20220126;13.8;-2.1;5.9;.7;6.23;0;.6;9177
+71074;43.49045;-.93795;65;20220127;12.7;-2.8;4.9;.9;6.9;.1;.62;8919
+71074;43.49045;-.93795;65;20220128;10.6;3.9;7.3;.7;7.2;0;.64;6099
+71074;43.49045;-.93795;65;20220129;4.7;-2.1;1.3;1.2;6.4;0;.36;4630
+71074;43.49045;-.93795;65;20220130;1.9;0;1;1.1;6.53;.3;.32;2137
+71074;43.49045;-.93795;65;20220131;10.8;1.3;6.1;1.2;8.56;1.7;.58;6763
+71074;43.49045;-.93795;65;20220201;10.2;1.9;6.1;.9;8.57;.1;.55;6447
+71074;43.49045;-.93795;65;20220202;15.1;7.6;11.3;1.5;10.27;0;.88;6669
+71074;43.49045;-.93795;65;20220203;16.4;3;9.7;1.9;9.6;.1;1.01;8163
+71074;43.49045;-.93795;65;20220204;12.6;2.8;7.7;1;10.13;2.1;.61;5876
+71074;43.49045;-.93795;65;20220205;11.4;7.6;9.5;1.1;8.3;.1;.89;6021
+71074;43.49045;-.93795;65;20220206;11.4;-1.3;5;1.1;7.67;.6;.7;7446
+71074;43.49045;-.93795;65;20220207;13;7.7;10.4;1.3;10.41;2.5;.8;5143
+71074;43.49045;-.93795;65;20220208;16.1;2.9;9.5;1.4;8.87;0;1.11;10271
+71074;43.49045;-.93795;65;20220209;20.8;.9;10.9;.5;8.1;.1;1;11955
+71074;43.49045;-.93795;65;20220210;8.6;1.8;5.2;1.6;8.87;2.8;1.33;10766
+71074;43.49045;-.93795;65;20220211;10.7;8;9.3;1.4;10.17;.3;.71;3766
+71074;43.49045;-.93795;65;20220212;15.4;4.7;10.1;1.5;9.17;0;1.2;10166
+71074;43.49045;-.93795;65;20220213;19.5;3.4;11.5;3.2;8.94;6.7;2.06;11333
+71074;43.49045;-.93795;65;20220214;11.3;8.2;9.8;5.5;9.96;11;1.23;5400
+71074;43.49045;-.93795;65;20220215;12.5;7;9.7;3.7;9.27;2.6;1.31;6933
+71074;43.49045;-.93795;65;20220216;13.3;8.8;11;2.6;11.77;4.2;.84;4800
+71074;43.49045;-.93795;65;20220217;16.1;12.2;14.2;1.6;12.13;.2;1.18;5400
+71074;43.49045;-.93795;65;20220218;18;4;11;1.7;10.2;.4;1.41;10347
+71074;43.49045;-.93795;65;20220219;12.5;7.2;9.9;1.2;9.03;.8;1.07;7643
+71074;43.49045;-.93795;65;20220220;13.6;1.9;7.8;1.9;10;3;.89;8696
+71074;43.49045;-.93795;65;20220221;13.9;7.5;10.7;2.7;10.33;1.8;1.31;8320
+71074;43.49045;-.93795;65;20220222;16.6;4.8;10.7;.9;9;0;1.34;11754
+71074;43.49045;-.93795;65;20220223;18.1;1.2;9.6;1.2;8.6;.1;1.48;12969
+71074;43.49045;-.93795;65;20220224;13.1;4.4;8.8;1.7;10.17;1.1;.95;7635
+71074;43.49045;-.93795;65;20220225;12.8;5.6;9.2;1.4;7.6;0;1.34;9845
+71074;43.49045;-.93795;65;20220226;15.6;-.2;7.7;1.8;6.03;0;1.8;13997
+71074;43.49045;-.93795;65;20220227;17.1;4.8;11;1.1;8.57;.1;1.51;11487
+71074;43.49045;-.93795;65;20220228;20;2.7;11.3;.8;8.83;0;1.64;14682
+71074;43.49045;-.93795;65;20220301;19.8;1.5;10.7;1.2;8.23;1;1.8;14217
+71074;43.49045;-.93795;65;20220302;13.7;9;11.3;1;10.73;3.6;1.08;6550
+71074;43.49045;-.93795;65;20220303;17.1;3.5;10.3;2;10.37;10.5;1.57;12336
+71074;43.49045;-.93795;65;20220304;12.5;8.8;10.6;2.5;9.53;.7;1.45;7980
+71074;43.49045;-.93795;65;20220305;11.7;5.6;8.7;.8;8.53;.1;1.11;8081
+71074;43.49045;-.93795;65;20220306;11.6;5.2;8.4;.9;7.9;0;1.17;8441
+71074;43.49045;-.93795;65;20220307;14.1;2.9;8.5;1;7.9;0;1.5;13483
+71074;43.49045;-.93795;65;20220308;13.1;6;9.6;1.5;8.87;1.3;1.35;8639
+71074;43.49045;-.93795;65;20220309;19.8;1.1;10.5;1.9;8.2;2.2;2.32;16046
+71074;43.49045;-.93795;65;20220310;18.7;9.8;14.3;1.4;10.77;2.5;1.88;11258
+71074;43.49045;-.93795;65;20220311;17.7;8.6;13.2;2.3;10.03;14.4;2.03;9765
+71074;43.49045;-.93795;65;20220312;16.2;7.4;11.8;1.9;10.23;4.9;1.87;13212
+71074;43.49045;-.93795;65;20220313;15.7;8.5;12.1;2.2;9.07;2.3;2.03;11690
+71074;43.49045;-.93795;65;20220314;11.8;4.2;8;1.4;9.03;.5;1.26;8842
+71074;43.49045;-.93795;65;20220315;20.7;7.6;14.1;1.5;11.87;0;2.19;14147
+71074;43.49045;-.93795;65;20220316;15.3;9.5;12.4;2;12.63;5.4;1.34;8300
+71074;43.49045;-.93795;65;20220317;10.3;10.6;10.4;2.6;11.8;14.5;.56;266
+71074;43.49045;-.93795;65;20220318;11.5;7.8;9.7;1.6;9.94;.1;1.07;6000
+71074;43.49045;-.93795;65;20220319;17.9;5.3;11.6;2;10.21;0;2.08;14533
+71074;43.49045;-.93795;65;20220320;19;7.9;13.4;2.5;10.21;0;2.3;10433
+71074;43.49045;-.93795;65;20220321;20.9;8.2;14.6;2.4;10.54;.7;2.72;14533
+71074;43.49045;-.93795;65;20220322;17.8;6.5;12.2;2.5;8.94;0;2.35;11300
+71074;43.49045;-.93795;65;20220323;18.4;6.2;12.3;2.4;8.11;0;3.05;19466
+71074;43.49045;-.93795;65;20220324;19.1;4.5;11.8;1.8;9.01;0;2.57;17766
+71074;43.49045;-.93795;65;20220325;19.5;7.8;13.7;1.9;9.47;0;2.65;15900
+71074;43.49045;-.93795;65;20220326;19.6;6.5;13.1;2.4;8.64;0;3.07;18800
+71074;43.49045;-.93795;65;20220327;21.3;6;13.7;1.8;9.41;0;2.95;18433
+71074;43.49045;-.93795;65;20220328;20.8;8.6;14.7;1.7;9.87;0;2.52;12233
+71074;43.49045;-.93795;65;20220329;16.8;9.2;13;2.5;11.47;1.5;1.87;9200
+71074;43.49045;-.93795;65;20220330;13;10.7;11.8;2.9;11.67;6.2;1.1;3933
+71074;43.49045;-.93795;65;20220331;13.2;8.7;11;3.8;9.67;8.8;1.86;9933
+71074;43.49045;-.93795;65;20220401;8.8;2;5.4;3.2;6.41;3.9;1.71;12966
+71074;43.49045;-.93795;65;20220402;9.9;.4;5.2;2.8;5.96;.1;2.06;17238
+71074;43.49045;-.93795;65;20220403;9.3;.7;5;2.9;6.06;.1;2.07;16468
+71074;43.49045;-.93795;65;20220404;11.6;-.3;5.6;1.8;5.38;0;2.27;19557
+71074;43.49045;-.93795;65;20220405;16.8;-3.2;6.8;1;6.01;0;2.62;23604
+71074;43.49045;-.93795;65;20220406;12.9;4.4;8.7;2.8;9.44;0;1.36;7666
+71074;43.49045;-.93795;65;20220407;19.5;8.1;13.8;4.2;11;.2;2.85;12333
+71074;43.49045;-.93795;65;20220408;21;10.2;15.6;4;11.41;2.7;2.98;9600
+71074;43.49045;-.93795;65;20220409;15.1;8.5;11.8;2.7;9.17;.6;2.75;18233
+71074;43.49045;-.93795;65;20220410;22.4;2.5;12.5;3.4;8.17;0;4.14;22666
+71074;43.49045;-.93795;65;20220411;25.1;9.4;17.2;3.3;11.44;.7;3.93;16733
+71074;43.49045;-.93795;65;20220412;20.7;11.5;16.1;2.7;12.31;.8;2.69;12166
+71074;43.49045;-.93795;65;20220413;17.2;9.7;13.4;2.2;13.27;.3;1.66;9733
+71074;43.49045;-.93795;65;20220414;20.4;12.4;16.4;2.2;13.77;0;2.85;17333
+71074;43.49045;-.93795;65;20220415;17.2;11.1;14.2;2.6;13.54;0;1.9;10833
+71074;43.49045;-.93795;65;20220416;19.8;11.7;15.8;2.5;13.31;0;3.1;19366
+71074;43.49045;-.93795;65;20220417;19.6;10.4;15;3.5;13.37;0;2.92;18300
+71074;43.49045;-.93795;65;20220418;17.6;12.2;14.9;3;12.61;0;2.53;14066
+71074;43.49045;-.93795;65;20220419;11.8;9.4;10.6;2.2;11.5;15.5;1.01;3733
+71074;43.49045;-.93795;65;20220420;11.2;8.6;9.9;3.6;11.44;15;.86;4300
+71074;43.49045;-.93795;65;20220421;12.2;9.4;10.8;2.6;12.11;4.4;.8;3266
+71074;43.49045;-.93795;65;20220422;20.8;7.4;14.1;2.3;10.64;1.8;3.44;21328
+71074;43.49045;-.93795;65;20220423;14.6;10.8;12.7;4.6;11.64;13.8;2.11;10700
+71074;43.49045;-.93795;65;20220424;16.5;9.6;13;5.3;12.21;2.1;2.21;12100
+71074;43.49045;-.93795;65;20220425;20.5;6.1;13.3;2;10.87;0;3.37;22566
+71074;43.49045;-.93795;65;20220426;25.3;9;17.2;3.2;12.21;0;4.49;22600
+71074;43.49045;-.93795;65;20220427;19.1;12.5;15.8;1.8;13.97;2.3;2.33;12245
+71074;43.49045;-.93795;65;20220428;15.5;12.7;14.1;2.1;14.51;.7;1.1;4700
+71074;43.49045;-.93795;65;20220429;18.6;11.3;14.9;1.8;13.84;0;2.06;11200
+71074;43.49045;-.93795;65;20220430;18.5;12.7;15.6;2.3;13.54;0;2.55;14333
+71074;43.49045;-.93795;65;20220501;18.5;11.5;15;2.5;13.14;0;2.53;14533
+71074;43.49045;-.93795;65;20220502;16.1;11.5;13.8;2.6;12.84;0;1.75;8066
+71074;43.49045;-.93795;65;20220503;19.1;12.4;15.8;3.2;14.14;1.8;2.38;12633
+71074;43.49045;-.93795;65;20220504;18.5;13.4;15.9;3.9;13.94;0;2.29;10500
+71074;43.49045;-.93795;65;20220505;19.5;9.9;14.7;2.7;13.24;.1;2.89;17533
+71074;43.49045;-.93795;65;20220506;18.5;10.6;14.6;1.9;13.1;0;2.82;17587
+71074;43.49045;-.93795;65;20220507;22.1;11.6;16.9;1.3;13.93;.1;3.46;21027
+71074;43.49045;-.93795;65;20220508;23.3;11.5;17.4;1.3;14.2;.1;3.56;20833
+71074;43.49045;-.93795;65;20220509;27.4;9.5;18.4;1;13.37;0;4.58;27488
+71074;43.49045;-.93795;65;20220510;29.2;10.5;19.9;1.2;14.5;.1;4.9;27931
+71074;43.49045;-.93795;65;20220511;24.9;13.6;19.3;1.5;15.53;0;3.91;21448
+71074;43.49045;-.93795;65;20220512;21;14.4;17.7;1;15.77;0;2.65;14207
+71074;43.49045;-.93795;65;20220513;25.3;13.7;19.5;.8;16.13;0;3.65;20703
+71074;43.49045;-.93795;65;20220514;30.7;12.1;21.4;1.5;16.4;1.3;5.02;25962
+71074;43.49045;-.93795;65;20220515;31.8;14.2;23;1.6;17.33;1.7;4.99;24066
+71074;43.49045;-.93795;65;20220516;29.4;15;22.2;1.2;16.97;0;4.83;25551
+71074;43.49045;-.93795;65;20220517;30.9;14.5;22.7;1.5;16.27;0;5.34;27387
+71074;43.49045;-.93795;65;20220518;32.9;13.8;23.4;1.6;17.3;4;5.63;27510
+71074;43.49045;-.93795;65;20220519;26;16.3;21.1;1.4;18.8;.2;3.9;20633
+71074;43.49045;-.93795;65;20220520;21.3;17.2;19.2;1.7;18.93;.1;2.48;12591
+71074;43.49045;-.93795;65;20220521;30.4;16.4;23.4;1.5;20.03;0;4.68;23118
+71074;43.49045;-.93795;65;20220522;30.9;17.1;24;2.7;19.73;1.6;5.24;23096
+71074;43.49045;-.93795;65;20220523;21.6;15.5;18.6;3.3;14.93;1.5;3.46;16273
+71074;43.49045;-.93795;65;20220524;17.1;11.5;14.3;1.8;13.27;4.6;2.52;14858
+71074;43.49045;-.93795;65;20220525;18.7;11.2;15;1.5;12.97;0;3.11;18983
+71074;43.49045;-.93795;65;20220526;20.7;9.4;15.1;1.4;13.33;0;3.21;19876
+71074;43.49045;-.93795;65;20220527;24.8;13.5;19.1;1.2;14.67;0;4.2;23673
+71074;43.49045;-.93795;65;20220528;26.8;10.6;18.7;1.1;14.53;0;4.76;28110
+71074;43.49045;-.93795;65;20220529;26.8;11.3;19;1.3;12.23;.1;4.9;27630
+71074;43.49045;-.93795;65;20220530;24.6;10.2;17.4;1.4;10.87;0;4.53;25830
+71074;43.49045;-.93795;65;20220531;27.5;12.3;19.9;1.1;13.3;0;4.87;27328
+71074;43.49045;-.93795;65;20220601;31.4;13.9;22.6;1.8;15.77;0;5.81;28306
+71074;43.49045;-.93795;65;20220602;28.7;14.9;21.8;1.6;18.13;3.9;4.79;24787
+71074;43.49045;-.93795;65;20220603;26.2;17.3;21.8;1.6;19.27;2;4.06;20353
+71074;43.49045;-.93795;65;20220604;22.9;17.8;20.3;1.5;18.9;7.6;2.83;13746
+71074;43.49045;-.93795;65;20220605;24.4;16.7;20.5;1.4;17.27;0;3.78;19803
+71074;43.49045;-.93795;65;20220606;25.1;15.5;20.3;1;16.83;0;3.93;21056
+71074;43.49045;-.93795;65;20220607;24.9;16.8;20.9;.8;17.13;1;3.6;18982
+71074;43.49045;-.93795;65;20220608;21.1;15.1;18.1;1.5;17.5;2.4;2.59;13977
+71074;43.49045;-.93795;65;20220609;24;13.9;19;1.1;15.6;.1;4.16;24071
+71074;43.49045;-.93795;65;20220610;29.6;10.8;20.2;1.2;15.63;0;5.31;29816
+71074;43.49045;-.93795;65;20220611;28.6;15.2;21.9;1.5;18.97;.2;4.8;24997
+71074;43.49045;-.93795;65;20220612;27.3;17.5;22.4;2.3;19.7;4.1;4.15;19605
+71074;43.49045;-.93795;65;20220613;28.4;18.4;23.4;1.7;20.63;.1;4.41;21313
+71074;43.49045;-.93795;65;20220614;34.7;17.8;26.2;1.3;22.9;.1;5.62;26642
+71074;43.49045;-.93795;65;20220615;33.6;18.5;26.1;1.1;21.83;0;5.64;27531
+71074;43.49045;-.93795;65;20220616;36.1;18.7;27.4;1.7;22.13;0;6.13;27096
+71074;43.49045;-.93795;65;20220617;37.4;20;28.7;1.9;22.5;0;6.76;28474
+71074;43.49045;-.93795;65;20220618;40.7;20.4;30.6;1.8;22.67;0;7.28;29341
+71074;43.49045;-.93795;65;20220619;29.4;18;23.7;2.1;18.6;0;5.13;23851
+71074;43.49045;-.93795;65;20220620;27.8;18.7;23.2;1.9;18.77;.3;4.52;21058
+71074;43.49045;-.93795;65;20220621;24.4;18.5;21.5;2;19.93;8.1;3.34;15782
+71074;43.49045;-.93795;65;20220622;24.6;16.5;20.6;1.7;18.97;3;3.71;19555
+71074;43.49045;-.93795;65;20220623;26.5;15.4;21;1.4;18.03;4.4;4.21;22168
+71074;43.49045;-.93795;65;20220624;25.9;15.6;20.8;1.5;16.93;.6;4.36;23259
+71074;43.49045;-.93795;65;20220625;19.5;14;16.8;1.4;15.7;9.3;2.45;12950
+71074;43.49045;-.93795;65;20220626;16.9;13.2;15.1;1.2;15.27;7.4;1.94;10718
+71074;43.49045;-.93795;65;20220627;17.9;14.5;16.2;.8;16.2;.7;1.96;10297
+71074;43.49045;-.93795;65;20220628;25.5;14.6;20;1;15.53;.1;4.34;24177
+71074;43.49045;-.93795;65;20220629;23.5;11.9;17.7;1.1;15.8;7.8;3.67;21293
+71074;43.49045;-.93795;65;20220630;17.1;14.4;15.7;1.1;15.4;4.4;1.79;9002
+71074;43.49045;-.93795;65;20220701;24.1;9;16.5;1;13.43;0;4.39;27448
+71074;43.49045;-.93795;65;20220702;30.7;11.4;21.1;1.6;15.63;0;5.74;30134
+71074;43.49045;-.93795;65;20220703;26.3;15.4;20.8;1.6;17;1.6;4.48;23456
+71074;43.49045;-.93795;65;20220704;22;16.3;19.2;1.5;17.9;.1;2.95;15267
+71074;43.49045;-.93795;65;20220705;27.9;16.4;22.1;1.2;18.53;.5;4.68;24758
+71074;43.49045;-.93795;65;20220706;25.4;16;20.7;1.5;18.4;0;4;21091
+71074;43.49045;-.93795;65;20220707;26.7;15.4;21;1.8;18.3;0;4.46;23392
+71074;43.49045;-.93795;65;20220708;29.5;14;21.7;1.2;17.63;.1;5.11;27337
+71074;43.49045;-.93795;65;20220709;32.4;13.9;23.1;1;18.1;.1;5.61;29749
+71074;43.49045;-.93795;65;20220710;33.5;14.6;24.1;.9;17.93;.1;5.73;29792
+71074;43.49045;-.93795;65;20220711;36.2;15.1;25.6;.9;18.83;0;6.06;30402
+71074;43.49045;-.93795;65;20220712;36.8;17.7;27.2;.9;21.33;.1;6.12;29835
+71074;43.49045;-.93795;65;20220713;36.8;16.2;26.5;.8;18.23;.1;6.02;30413
+71074;43.49045;-.93795;65;20220714;36.9;15.8;26.4;1;18.67;0;6.1;29699
+71074;43.49045;-.93795;65;20220715;34.5;17.5;26;1.2;21.4;.1;5.68;27639
+71074;43.49045;-.93795;65;20220716;37.5;17.8;27.7;1.2;19.3;.1;6.31;28939
+71074;43.49045;-.93795;65;20220717;39.2;17.1;28.1;1.4;17.93;0;6.68;29279
+71074;43.49045;-.93795;65;20220718;40.1;17.7;28.9;1.9;19.67;0;7.21;29258
+71074;43.49045;-.93795;65;20220719;31;21;26;2.4;20.43;.4;5.26;21717
+71074;43.49045;-.93795;65;20220720;27.1;19.2;23.2;1.4;19.2;1;3.75;17239
+71074;43.49045;-.93795;65;20220721;33.1;17.8;25.4;1.6;19.17;0;5.56;26134
+71074;43.49045;-.93795;65;20220722;24.6;20.8;22.7;2.4;19.33;.3;3.33;13080
+71074;43.49045;-.93795;65;20220723;28.8;17.7;23.2;1;16.87;0;4.48;22882
+71074;43.49045;-.93795;65;20220724;37.9;15;26.4;1.9;18.83;.1;6.74;29023
+71074;43.49045;-.93795;65;20220725;27;20.3;23.7;2.2;19.87;.3;3.87;16564
+71074;43.49045;-.93795;65;20220726;25.9;17.5;21.7;1.2;17.43;.5;3.95;20259
+71074;43.49045;-.93795;65;20220727;27.4;13.6;20.5;1;14.77;0;4.47;25015
+71074;43.49045;-.93795;65;20220728;25.8;16.1;21;.9;15.87;2.9;3.77;20038
+71074;43.49045;-.93795;65;20220729;25.1;15.8;20.5;.8;17.87;.7;3.34;17741
+71074;43.49045;-.93795;65;20220730;28.4;18.5;23.4;.9;19.43;0;3.77;18708
+71074;43.49045;-.93795;65;20220731;30.8;17.1;23.9;1.3;19.27;0;4.89;24628
+71074;43.49045;-.93795;65;20220801;32.3;17.1;24.7;1.1;19.7;0;5.04;25519
+71074;43.49045;-.93795;65;20220802;35.7;17.5;26.6;1.1;19.53;.1;5.59;26804
+71074;43.49045;-.93795;65;20220803;36.4;17.7;27.1;1.6;22.2;0;5.79;26158
+71074;43.49045;-.93795;65;20220804;29.8;21;25.4;1.8;22.5;.4;4.32;19706
+71074;43.49045;-.93795;65;20220805;27.8;20.6;24.2;2;20.2;0;4.07;18417
+71074;43.49045;-.93795;65;20220806;32.5;16.8;24.7;1.3;19.17;0;5.07;25014
+71074;43.49045;-.93795;65;20220807;33;16.4;24.7;1.1;17.57;0;5.08;25512
+71074;43.49045;-.93795;65;20220808;34.6;15;24.8;1.1;17.47;.1;5.3;26986
+71074;43.49045;-.93795;65;20220809;34.9;17.6;26.2;1.1;19.57;0;5;23877
+71074;43.49045;-.93795;65;20220810;39.3;17.4;28.3;1.1;19.03;0;5.72;26479
+71074;43.49045;-.93795;65;20220811;40.1;20.3;30.2;1.3;19.33;0;5.9;25262
+71074;43.49045;-.93795;65;20220812;35.1;21.6;28.3;2.1;23.03;0;5.56;22887
+71074;43.49045;-.93795;65;20220813;32.3;21.2;26.8;1.6;21.9;1.8;4.42;19288
+71074;43.49045;-.93795;65;20220814;27;20.7;23.8;1.8;20.63;.4;3.43;15277
+71074;43.49045;-.93795;65;20220815;27.4;15.1;21.2;1.4;17.13;0;3.89;20505
+71074;43.49045;-.93795;65;20220816;23.3;15.9;19.6;.9;18.11;2.7;3.12;17206
+71074;43.49045;-.93795;65;20220817;24.8;15.8;20.3;1.8;18.36;9.2;3.23;17093
+71074;43.49045;-.93795;65;20220818;22.8;16.7;19.8;1.7;18.81;11.3;2.62;13643
+71074;43.49045;-.93795;65;20220819;27;14.8;20.9;1;17.9;1.2;3.52;19457
+71074;43.49045;-.93795;65;20220820;30.6;15.4;23;1;19;.5;4.19;22397
+71074;43.49045;-.93795;65;20220821;26.7;18.9;22.8;1.6;20.7;.3;3.2;15419
+71074;43.49045;-.93795;65;20220822;24.6;17.5;21.1;1.5;20.5;2.5;2.72;13753
+71074;43.49045;-.93795;65;20220823;29.8;19.7;24.8;.8;21.8;.1;3.41;16884
+71074;43.49045;-.93795;65;20220824;35.4;16.7;26.1;1.5;21.23;2.4;4.99;23026
+71074;43.49045;-.93795;65;20220825;27.6;20.7;24.2;2.5;22.43;.4;3.56;15928
+71074;43.49045;-.93795;65;20220826;26.7;20.3;23.5;1.4;21.13;.3;3.1;14511
+71074;43.49045;-.93795;65;20220827;30;18.7;24.3;1;19.9;0;3.7;18587
+71074;43.49045;-.93795;65;20220828;35.7;16.2;26;1.1;18.8;.8;4.8;23531
+71074;43.49045;-.93795;65;20220829;32.6;20.8;26.7;2.2;19.87;9.6;4.04;13994
+71074;43.49045;-.93795;65;20220830;31.5;16.8;24.1;1.2;21.03;.1;4.06;20825
+71074;43.49045;-.93795;65;20220831;26.5;19.9;23.2;1.3;21.97;11.5;2.78;13339
+71074;43.49045;-.93795;65;20220901;29.3;17.8;23.5;.9;20.37;.8;3.49;18476
+71074;43.49045;-.93795;65;20220902;25.1;19;22;1.4;20.2;.6;2.65;12761
+71074;43.49045;-.93795;65;20220903;27;17.7;22.4;1.1;19.17;.5;3.09;15925
+71074;43.49045;-.93795;65;20220904;33;14.9;24;.9;18.17;0;4.07;21804
+71074;43.49045;-.93795;65;20220905;34;16.8;25.4;1.3;18.6;.2;4.4;21475
+71074;43.49045;-.93795;65;20220906;31.3;15.2;23.2;1.4;16.43;0;4.11;20800
+71074;43.49045;-.93795;65;20220907;26.6;15.4;21;1;16.6;0;2.94;15858
+71074;43.49045;-.93795;65;20220908;27.1;13.2;20.1;1;15.53;2.4;3.17;18348
+71074;43.49045;-.93795;65;20220909;24.4;17.2;20.8;1.5;17.03;1.5;2.77;13902
+71074;43.49045;-.93795;65;20220910;29.7;12.2;21;1.1;15.13;0;3.62;20576
+71074;43.49045;-.93795;65;20220911;35.9;14.1;25;1.4;16.17;0;4.62;21783
+71074;43.49045;-.93795;65;20220912;37.8;17.4;27.6;1.3;18.63;3.1;4.58;20088
+71074;43.49045;-.93795;65;20220913;30.3;20.1;25.2;2;19.93;.1;3.39;12624
+71074;43.49045;-.93795;65;20220914;30.8;19.4;25.1;1.7;17.33;0;3.75;16380
+71074;43.49045;-.93795;65;20220915;28.1;16;22.1;1.3;18.03;2.8;3.13;16467
+71074;43.49045;-.93795;65;20220916;23.9;18;20.9;1.5;17.87;.1;2.51;12534
+71074;43.49045;-.93795;65;20220917;23.7;10.8;17.3;1.2;11.63;0;2.89;17712
+71074;43.49045;-.93795;65;20220918;26;7.6;16.8;1.4;9.27;0;3.31;19030
+71074;43.49045;-.93795;65;20220919;27.4;6.4;16.9;.8;10.13;0;2.98;20360
+71074;43.49045;-.93795;65;20220920;23.5;7.1;15.3;1.2;10.8;.1;2.77;18593
+71074;43.49045;-.93795;65;20220921;23.7;7.9;15.8;1;11.13;0;2.67;18185
+71074;43.49045;-.93795;65;20220922;26.6;8.3;17.4;.9;12.03;0;2.8;18810
+71074;43.49045;-.93795;65;20220923;21;9.8;15.4;.7;13.87;4.3;1.75;11277
+71074;43.49045;-.93795;65;20220924;17.9;12.4;15.1;1.2;15.13;16.2;1.36;7850
+71074;43.49045;-.93795;65;20220925;20.1;9.6;14.9;1.3;13.07;.9;1.99;12954
+71074;43.49045;-.93795;65;20220926;20.1;9.2;14.6;1.6;13.03;11.4;1.95;12338
+71074;43.49045;-.93795;65;20220927;17.8;13.8;15.8;2.6;15.57;15.9;1.47;7704
+71074;43.49045;-.93795;65;20220928;17.7;15.1;16.4;3.7;16.6;42.8;1.36;6268
+71074;43.49045;-.93795;65;20220929;16;13.5;14.7;1.9;14.67;18;1.1;5136
+71074;43.49045;-.93795;65;20220930;19.9;10.5;15.2;1.2;12.77;1.1;1.88;12401
+71074;43.49045;-.93795;65;20221001;22.3;10.8;16.6;1.4;14.07;0;2.04;12459
+71074;43.49045;-.93795;65;20221002;23.9;10.8;17.3;.8;15.43;.1;2;13384
+71074;43.49045;-.93795;65;20221003;26.4;13.8;20.1;.9;16.17;0;2.25;14241
+71074;43.49045;-.93795;65;20221004;26.3;11.6;19;.5;15.67;.1;2.04;13944
+71074;43.49045;-.93795;65;20221005;27.8;11.9;19.8;1.4;16.5;0;2.55;14863
+71074;43.49045;-.93795;65;20221006;22.3;16;19.2;.9;16.8;0;1.57;8351
+71074;43.49045;-.93795;65;20221007;26.7;11.1;18.9;1.3;15.77;0;2.32;14342
+71074;43.49045;-.93795;65;20221008;22;15.2;18.6;1;17.27;1.4;1.55;8395
+71074;43.49045;-.93795;65;20221009;28.5;13.1;20.8;1;16.13;0;2.3;13822
+71074;43.49045;-.93795;65;20221010;21.6;15.1;18.3;1.1;18.73;5.1;1.32;7507
+71074;43.49045;-.93795;65;20221011;21.2;16.2;18.7;1;18.4;6.6;1.28;6871
+71074;43.49045;-.93795;65;20221012;21.4;16.2;18.8;1;17.53;.9;1.38;7328
+71074;43.49045;-.93795;65;20221013;22;13.4;17.7;1.2;16.53;.6;1.52;9331
+71074;43.49045;-.93795;65;20221014;23.2;18;20.6;1.8;17.87;1.3;1.73;7409
+71074;43.49045;-.93795;65;20221015;26.6;11;18.8;.9;15.6;.1;1.9;12917
+71074;43.49045;-.93795;65;20221016;30.1;13.8;21.9;.9;16.77;.2;2.17;12856
+71074;43.49045;-.93795;65;20221017;27.6;17.4;22.5;1.4;18.67;1;1.99;9250
+71074;43.49045;-.93795;65;20221018;31.5;13.8;22.7;1.2;17.37;0;2.36;13326
+71074;43.49045;-.93795;65;20221019;29.8;15.3;22.5;1.6;16.33;0;2.37;10173
+71074;43.49045;-.93795;65;20221020;26.5;14.8;20.7;2.9;14.2;.1;2.82;8899
+71074;43.49045;-.93795;65;20221021;22.8;19.3;21.1;2.4;13.87;.3;2.21;3517
+71074;43.49045;-.93795;65;20221022;26.6;12.2;19.4;2;13.53;0;2.41;11382
+71074;43.49045;-.93795;65;20221023;27.8;18.4;23.1;3.6;12.3;0;3.9;8450
+71074;43.49045;-.93795;65;20221024;25.1;14.7;19.9;1.5;12.1;0;2.08;9788
+71074;43.49045;-.93795;65;20221025;27.1;10.6;18.8;1.3;12.87;.1;1.85;9489
+71074;43.49045;-.93795;65;20221026;28.1;11.1;19.6;1.1;14.17;0;1.88;11702
+71074;43.49045;-.93795;65;20221027;26.6;16;21.3;1.3;14.43;.1;1.78;7610
+71074;43.49045;-.93795;65;20221028;22.8;15;18.9;.9;14.77;0;1.29;7064
+71074;43.49045;-.93795;65;20221029;21.2;13.9;17.6;.8;15.5;.1;1.1;6720
+71074;43.49045;-.93795;65;20221030;21;11.2;16.1;.9;14.97;2.7;1.15;8911
+71074;43.49045;-.93795;65;20221031;21.5;11.8;16.7;1.6;15.33;4.7;1.23;7208
+71074;43.49045;-.93795;65;20221101;20.7;12.8;16.7;1.2;14.7;0;1.2;8593
+71074;43.49045;-.93795;65;20221102;20.8;9.4;15.1;.9;12.97;.1;1.14;9625
+71074;43.49045;-.93795;65;20221103;22;9.7;15.8;2.1;12.7;11.2;1.62;7428
+71074;43.49045;-.93795;65;20221104;16.2;10.3;13.2;3.1;11.4;7.4;1.42;6989
+71074;43.49045;-.93795;65;20221105;18;5.6;11.8;.8;10;.1;.96;9425
+71074;43.49045;-.93795;65;20221106;20.6;3.4;12;1.1;9.67;.1;1.14;10509
+71074;43.49045;-.93795;65;20221107;21;5;13;1.1;10.8;0;1.14;10138
+71074;43.49045;-.93795;65;20221108;21.4;11.4;16.4;1.9;12.13;.3;1.54;6314
+71074;43.49045;-.93795;65;20221109;16.9;14.8;15.9;1.3;13.13;7.6;1.02;2236
+71074;43.49045;-.93795;65;20221110;18.6;6.7;12.6;1.2;11.17;0;.95;8759
+71074;43.49045;-.93795;65;20221111;19.9;4.6;12.2;1.4;10.63;.1;1.02;9180
+71074;43.49045;-.93795;65;20221112;21.3;7;14.2;1;11.5;.1;1.01;8851
+71074;43.49045;-.93795;65;20221113;24.2;6.2;15.2;.8;11.03;0;1.03;9557
+71074;43.49045;-.93795;65;20221114;16.4;8;12.2;1.2;12.37;.9;.69;4878
+71074;43.49045;-.93795;65;20221115;19.3;10.5;14.9;1.5;12.9;8.6;1;4847
+71074;43.49045;-.93795;65;20221116;20.1;9.1;14.6;2;12.47;.9;1.19;7320
+71074;43.49045;-.93795;65;20221117;18.5;14.4;16.4;2.2;14.13;15.3;1.19;4163
+71074;43.49045;-.93795;65;20221118;11.6;9.5;10.6;2;11.13;25;.65;1972
+71074;43.49045;-.93795;65;20221119;11.7;7.5;9.6;2.2;9.93;7;.76;4154
+71074;43.49045;-.93795;65;20221120;15.9;5.3;10.6;1.5;10.6;8.9;.74;5900
+71074;43.49045;-.93795;65;20221121;14.9;9.6;12.2;2.3;11.5;40.6;.94;2818
+71074;43.49045;-.93795;65;20221122;11.8;7.4;9.6;3.4;9.77;13.8;.88;3230
+71074;43.49045;-.93795;65;20221123;16.6;10.4;13.5;2.9;13.07;5.1;.91;4845
+71074;43.49045;-.93795;65;20221124;13.7;7;10.4;1.1;11.03;8.8;.56;3830
+71074;43.49045;-.93795;65;20221125;13.6;8.2;10.9;1.7;11.23;8.5;.67;4121
+71074;43.49045;-.93795;65;20221126;14.3;4.1;9.2;1.2;9.1;0;.61;5611
+71074;43.49045;-.93795;65;20221127;16.9;2.4;9.7;1.2;9.17;13.9;.66;6625
+71074;43.49045;-.93795;65;20221128;12.6;8.9;10.8;2.3;11.2;22.7;.69;3636
+71074;43.49045;-.93795;65;20221129;13.2;8.4;10.8;.8;11.43;4.9;.5;3667
+71074;43.49045;-.93795;65;20221130;11.6;7.5;9.6;1.5;9.97;0;.57;3673
+71074;43.49045;-.93795;65;20221201;6.5;4.6;5.6;1.2;8.03;0;.47;1393
+71074;43.49045;-.93795;65;20221202;9.6;2.2;5.9;.7;8.03;0;.37;5211
+71074;43.49045;-.93795;65;20221203;6.7;4.8;5.7;.8;8.3;2.4;.42;1781
+71074;43.49045;-.93795;65;20221204;11.8;2.3;7;1.2;7.33;0;.57;5656
+71074;43.49045;-.93795;65;20221205;14;.1;7.1;1.3;7.23;0;.59;6845
+71074;43.49045;-.93795;65;20221206;14.7;7.3;11;1.1;10;.2;.61;4381
+71074;43.49045;-.93795;65;20221207;15.3;7.6;11.4;.8;10.8;.1;.49;5063
+71074;43.49045;-.93795;65;20221208;9.9;7;8.5;1;10.2;7.8;.44;1762
+71074;43.49045;-.93795;65;20221209;12.6;8;10.3;1.5;10.67;3;.55;2733
+71074;43.49045;-.93795;65;20221210;7.5;.8;4.2;1.5;5.97;0;.54;5098
+71074;43.49045;-.93795;65;20221211;4.9;-3.2;.9;.9;5.5;0;.35;4370
+71074;43.49045;-.93795;65;20221212;10.5;-.5;5;1.4;7.67;16.3;.41;3742
+71074;43.49045;-.93795;65;20221213;15.7;9.5;12.6;2;14;3.8;.39;3163
+71074;43.49045;-.93795;65;20221214;19.6;11.6;15.6;1.2;13.07;8.2;.73;4734
+71074;43.49045;-.93795;65;20221215;16.6;9;12.8;1.3;12.23;3.5;.61;4409
+71074;43.49045;-.93795;65;20221216;10.4;10.1;10.3;2.3;10.77;3.7;.71;433
+71074;43.49045;-.93795;65;20221217;11.3;5;8.1;1.2;8.73;0;.49;4004
+71074;43.49045;-.93795;65;20221218;18.1;3.5;10.8;1.7;8.43;.1;.94;6363
+71074;43.49045;-.93795;65;20221219;16.2;4.6;10.4;1.7;9.17;0;.9;4434
+71074;43.49045;-.93795;65;20221220;16.7;10;13.3;2.4;10.87;5.7;1.29;2335
+71074;43.49045;-.93795;65;20221221;19.7;8.2;14;1.3;11.9;.1;.74;5676
+71074;43.49045;-.93795;65;20221222;18.3;7.4;12.8;1.1;11.57;.4;.64;4601
+71074;43.49045;-.93795;65;20221223;20.6;8.5;14.5;1.5;11.63;0;.94;5070
+71074;43.49045;-.93795;65;20221224;21.1;6.9;14;.9;11.03;.1;.59;6599
+71074;43.49045;-.93795;65;20221225;21.7;5.5;13.6;2.3;9.5;0;1.45;6194
+71074;43.49045;-.93795;65;20221226;18.4;13.2;15.8;1.4;11;1.1;1.11;3587
+71074;43.49045;-.93795;65;20221227;14.8;11.2;13;.7;12.67;1.4;.51;2689
+71074;43.49045;-.93795;65;20221228;19.7;5.2;12.5;1.6;9.77;.1;.92;6563
+71074;43.49045;-.93795;65;20221229;17.2;14.1;15.7;1.9;10.87;11.3;1.34;2074
+71074;43.49045;-.93795;65;20221230;21;10.3;15.7;2.8;12.27;.5;1.45;4940
+71074;43.49045;-.93795;65;20221231;22.1;13.3;17.7;2.5;9.43;0;2.14;4777
+71075;43.52279;-.63198;106;20220101;24.4;2.9;13.7;.5;8.8;0;.49;7547
+71075;43.52279;-.63198;106;20220102;18.2;3.7;11;.7;9.7;.1;.53;5935
+71075;43.52279;-.63198;106;20220103;19.5;4.2;11.9;.3;9.9;0;.37;6183
+71075;43.52279;-.63198;106;20220104;20;6.4;13.2;2.1;10;9.9;1.27;5775
+71075;43.52279;-.63198;106;20220105;9.4;3.4;6.4;.5;7.5;0;.44;3304
+71075;43.52279;-.63198;106;20220106;9.2;-1.7;3.8;.4;5.5;.1;.35;5077
+71075;43.52279;-.63198;106;20220107;12.3;-1.7;5.3;.7;7.6;6.6;.39;6028
+71075;43.52279;-.63198;106;20220108;12;4.8;8.4;1.8;9.8;7;.55;3889
+71075;43.52279;-.63198;106;20220109;10.2;9.2;9.7;2;11.8;34.7;.43;416
+71075;43.52279;-.63198;106;20220110;12.6;10;11.3;3.3;13;10.2;.46;1720
+71075;43.52279;-.63198;106;20220111;11.2;7.4;9.3;.4;9.2;.2;.51;2461
+71075;43.52279;-.63198;106;20220112;8.8;1.9;5.4;.6;7.1;0;.45;3943
+71075;43.52279;-.63198;106;20220113;10.5;-1.3;4.6;.5;6.4;0;.41;5734
+71075;43.52279;-.63198;106;20220114;11.5;-4.2;3.7;.3;5.8;.1;.32;6946
+71075;43.52279;-.63198;106;20220115;12.2;-4.3;4;.3;5.5;.1;.34;7243
+71075;43.52279;-.63198;106;20220116;12.2;-4.1;4.1;.3;5.4;.1;.35;7272
+71075;43.52279;-.63198;106;20220117;11.1;-2.4;4.4;.9;6.3;.1;.54;6546
+71075;43.52279;-.63198;106;20220118;3.6;-.3;1.7;.7;6.9;.1;.32;2789
+71075;43.52279;-.63198;106;20220119;10.2;3.4;6.8;.8;8.3;.4;.51;4278
+71075;43.52279;-.63198;106;20220120;11.4;5.3;8.4;1.2;9.3;3.2;.6;4021
+71075;43.52279;-.63198;106;20220121;5.8;-.5;2.7;1;6.2;.1;.47;4175
+71075;43.52279;-.63198;106;20220122;8;-4;2;.4;5.2;0;.41;6483
+71075;43.52279;-.63198;106;20220123;10.8;-4.4;3.2;.5;5.7;.1;.47;7606
+71075;43.52279;-.63198;106;20220124;15.6;-3.4;6.1;.3;5.9;0;.46;8815
+71075;43.52279;-.63198;106;20220125;14.6;-2.4;6.1;.3;6;0;.48;8359
+71075;43.52279;-.63198;106;20220126;13.8;-3.1;5.4;.3;6.1;0;.48;8444
+71075;43.52279;-.63198;106;20220127;12.5;-3.5;4.5;.9;6.9;.1;.63;8284
+71075;43.52279;-.63198;106;20220128;10.3;4.5;7.4;.7;7.2;0;.67;4393
+71075;43.52279;-.63198;106;20220129;3.3;-2.7;.3;.7;6.2;0;.36;4569
+71075;43.52279;-.63198;106;20220130;1.8;0;.9;.6;6.5;.5;.36;1788
+71075;43.52279;-.63198;106;20220131;10.7;.9;5.8;1.2;8.3;1.9;.6;6495
+71075;43.52279;-.63198;106;20220201;9.8;-.2;4.8;.7;8.1;.1;.52;6678
+71075;43.52279;-.63198;106;20220202;14.5;7.4;11;1.1;10.4;0;.82;5450
+71075;43.52279;-.63198;106;20220203;15.7;4.3;10;1.9;9.4;.1;1.1;7462
+71075;43.52279;-.63198;106;20220204;12;1.9;7;.4;10;1.7;.58;7031
+71075;43.52279;-.63198;106;20220205;10.7;7.6;9.2;.9;8.3;.2;.79;3210
+71075;43.52279;-.63198;106;20220206;11;-1.9;4.6;.6;7.5;.8;.63;8409
+71075;43.52279;-.63198;106;20220207;13;7.6;10.3;1.1;10.2;2.1;.81;4932
+71075;43.52279;-.63198;106;20220208;15.5;2.2;8.9;.7;8.6;0;.87;8822
+71075;43.52279;-.63198;106;20220209;20.7;.4;10.6;.3;8;.1;.88;11454
+71075;43.52279;-.63198;106;20220210;6.2;1.6;3.9;1.4;8.4;1.7;1.36;11100
+71075;43.52279;-.63198;106;20220211;11.5;7.4;9.4;1.3;9.8;1.1;.79;4766
+71075;43.52279;-.63198;106;20220212;15.2;2.6;8.9;1.4;8.36;0;1.18;10000
+71075;43.52279;-.63198;106;20220213;19.2;2.5;10.8;2.8;8.56;6.8;1.98;11433
+71075;43.52279;-.63198;106;20220214;11;7.6;9.3;3.5;9.62;10.5;1.04;6061
+71075;43.52279;-.63198;106;20220215;11.8;5.3;8.5;3.3;9.4;2.2;1.08;7033
+71075;43.52279;-.63198;106;20220216;12.2;7.8;10;1.3;11.7;4.1;.7;4997
+71075;43.52279;-.63198;106;20220217;16;11.6;13.8;1;12;.4;1.03;5081
+71075;43.52279;-.63198;106;20220218;18.1;3.8;11;1.3;10.1;.3;1.33;10652
+71075;43.52279;-.63198;106;20220219;12.4;6.9;9.7;1.1;9;.4;1;6067
+71075;43.52279;-.63198;106;20220220;12.9;1;7;1.1;9.8;2.9;.88;9851
+71075;43.52279;-.63198;106;20220221;13.5;6.6;10.1;1.9;10.1;2.2;1.11;7211
+71075;43.52279;-.63198;106;20220222;16.7;3.9;10.3;.8;8.8;0;1.25;10576
+71075;43.52279;-.63198;106;20220223;17.3;.5;8.9;.8;8.5;.1;1.31;12531
+71075;43.52279;-.63198;106;20220224;13.1;3.9;8.5;.9;10.1;1;.97;8967
+71075;43.52279;-.63198;106;20220225;12;4.3;8.2;1.3;7.6;0;1.19;8179
+71075;43.52279;-.63198;106;20220226;14.3;.8;7.6;1.7;5.8;0;1.69;11529
+71075;43.52279;-.63198;106;20220227;16.2;3.5;9.9;.8;8.2;.1;1.35;11286
+71075;43.52279;-.63198;106;20220228;19.4;1.4;10.4;.3;8.6;0;1.36;13938
+71075;43.52279;-.63198;106;20220301;19.3;1.5;10.4;.8;8.2;.9;1.62;14035
+71075;43.52279;-.63198;106;20220302;13.1;8;10.6;.5;10.6;4.2;.98;6835
+71075;43.52279;-.63198;106;20220303;17.5;3.7;10.6;1.2;10;8.3;1.55;12484
+71075;43.52279;-.63198;106;20220304;12.2;8.6;10.4;1.9;9.6;.3;1.22;5643
+71075;43.52279;-.63198;106;20220305;11.5;5.5;8.5;.6;8.6;.1;1.05;7880
+71075;43.52279;-.63198;106;20220306;11.4;5.1;8.3;.9;7.9;0;1.16;8228
+71075;43.52279;-.63198;106;20220307;13.8;1.4;7.6;.6;7.9;0;1.32;12374
+71075;43.52279;-.63198;106;20220308;12.1;3.7;7.9;.8;8.8;1.1;1.18;10019
+71075;43.52279;-.63198;106;20220309;20.6;.5;10.6;.9;8;1.7;2.01;16613
+71075;43.52279;-.63198;106;20220310;18.1;9.1;13.6;1.1;10.9;2.2;1.69;10699
+71075;43.52279;-.63198;106;20220311;18.9;6.7;12.8;1.4;10.1;6.7;1.96;12889
+71075;43.52279;-.63198;106;20220312;15.8;7.5;11.7;1.7;10.3;2.3;1.65;10469
+71075;43.52279;-.63198;106;20220313;15.5;8.2;11.9;1.8;8.9;3.8;1.84;9836
+71075;43.52279;-.63198;106;20220314;12.3;5.1;8.7;1.3;8.7;0;1.37;9879
+71075;43.52279;-.63198;106;20220315;20.6;6.8;13.7;1.3;11.5;0;2.12;14488
+71075;43.52279;-.63198;106;20220316;15.5;9.3;12.4;1.8;12.6;5.5;1.4;9273
+71075;43.52279;-.63198;106;20220317;10.1;10.5;10.3;2.4;11.8;9;.54;0
+71075;43.52279;-.63198;106;20220318;11.5;6.8;9.2;1.4;9.83;.1;1.1;6566
+71075;43.52279;-.63198;106;20220319;17.9;3.9;10.9;1.8;9.9;0;2.1;14866
+71075;43.52279;-.63198;106;20220320;18.8;6.5;12.6;2.3;10.46;0;2.17;11766
+71075;43.52279;-.63198;106;20220321;20.7;6.9;13.8;2.8;10.56;.8;2.87;16600
+71075;43.52279;-.63198;106;20220322;17.8;5.7;11.8;2.5;8.9;0;2.35;11866
+71075;43.52279;-.63198;106;20220323;17.7;3.1;10.4;2.1;8.03;0;2.75;20066
+71075;43.52279;-.63198;106;20220324;18.9;2.8;10.8;1.6;8.6;0;2.54;18400
+71075;43.52279;-.63198;106;20220325;19.8;5.5;12.6;2.1;8.83;0;2.76;16100
+71075;43.52279;-.63198;106;20220326;19.4;5.2;12.3;2.8;7.76;0;3.33;19466
+71075;43.52279;-.63198;106;20220327;20.6;4.6;12.6;1.7;9.06;0;2.86;18966
+71075;43.52279;-.63198;106;20220328;20.8;5.6;13.2;1.4;9.96;0;2.26;12700
+71075;43.52279;-.63198;106;20220329;17.8;6.8;12.3;2;11.2;3.4;1.79;9333
+71075;43.52279;-.63198;106;20220330;13.1;10;11.6;2.4;11.73;5.3;1.15;4933
+71075;43.52279;-.63198;106;20220331;13.8;8.1;10.9;3.8;9.7;6.7;2.15;12600
+71075;43.52279;-.63198;106;20220401;9.3;.4;4.9;3.4;6.06;1;1.94;15133
+71075;43.52279;-.63198;106;20220402;9.7;-.5;4.6;3.3;5.5;.1;2.11;16300
+71075;43.52279;-.63198;106;20220403;8.8;.1;4.5;2.6;5.74;.1;2.02;16652
+71075;43.52279;-.63198;106;20220404;11.5;-2.1;4.7;1.8;5.16;0;2.35;21529
+71075;43.52279;-.63198;106;20220405;16.4;-3.3;6.6;1.2;6;0;2.66;23536
+71075;43.52279;-.63198;106;20220406;12.6;4;8.3;2.8;9.66;0;1.16;5900
+71075;43.52279;-.63198;106;20220407;19.6;6.9;13.2;3.4;10.67;.9;2.94;16272
+71075;43.52279;-.63198;106;20220408;20.7;8.7;14.7;4.1;11.43;1.6;2.86;10333
+71075;43.52279;-.63198;106;20220409;15.8;7.7;11.8;2.3;8.9;.9;2.72;17566
+71075;43.52279;-.63198;106;20220410;21.3;.8;11;3.4;7.66;0;4.01;22866
+71075;43.52279;-.63198;106;20220411;23.8;8.9;16.3;4.1;11.46;.3;4.18;19166
+71075;43.52279;-.63198;106;20220412;18.9;10;14.4;2.3;12.4;.6;2.15;9933
+71075;43.52279;-.63198;106;20220413;17.1;10.2;13.7;1.7;13.3;1.1;1.62;8633
+71075;43.52279;-.63198;106;20220414;22.5;10.3;16.4;1.9;13.13;0;3.3;19333
+71075;43.52279;-.63198;106;20220415;20.1;10.6;15.3;2.5;13.53;.1;2.46;13166
+71075;43.52279;-.63198;106;20220416;22.9;11.3;17.1;2.5;13.06;.1;3.73;21333
+71075;43.52279;-.63198;106;20220417;21.9;10.1;16;3.3;13.13;0;3.41;18733
+71075;43.52279;-.63198;106;20220418;18.6;11.9;15.3;2.8;12.43;0;2.55;12433
+71075;43.52279;-.63198;106;20220419;11.7;9;10.3;1.4;11.37;17.7;.9;3727
+71075;43.52279;-.63198;106;20220420;11.7;8.1;9.9;2.3;11.36;10.8;.98;5200
+71075;43.52279;-.63198;106;20220421;13.1;8.4;10.8;2;12.36;.7;.9;4366
+71075;43.52279;-.63198;106;20220422;20.3;8.7;14.5;1.7;11.37;4.6;3.2;20862
+71075;43.52279;-.63198;106;20220423;14.7;10.8;12.7;3.9;11.73;8.5;1.96;9533
+71075;43.52279;-.63198;106;20220424;17;9.8;13.4;5.2;12.03;2.4;2.45;12500
+71075;43.52279;-.63198;106;20220425;20.8;5.2;13;1.7;10.76;0;3.3;21800
+71075;43.52279;-.63198;106;20220426;24.6;7.4;16;3;11.6;.1;4.37;23000
+71075;43.52279;-.63198;106;20220427;19;12.5;15.8;2.5;14.06;2.3;2.07;9166
+71075;43.52279;-.63198;106;20220428;16.1;12.5;14.3;2;14.46;.4;1.27;5333
+71075;43.52279;-.63198;106;20220429;19.2;11.2;15.2;1.9;13.8;0;2.34;12866
+71075;43.52279;-.63198;106;20220430;20.1;12.5;16.3;2.5;13.5;0;2.94;15400
+71075;43.52279;-.63198;106;20220501;19.8;10.9;15.4;2.3;13.06;0;2.83;15433
+71075;43.52279;-.63198;106;20220502;18;10.9;14.4;2.5;12.66;0;2.4;12666
+71075;43.52279;-.63198;106;20220503;20.3;12.1;16.2;2.6;14;2.2;2.61;12500
+71075;43.52279;-.63198;106;20220504;19.4;13.2;16.3;2.9;13.4;0;2.56;10966
+71075;43.52279;-.63198;106;20220505;21.1;8.2;14.6;2.2;11.96;0;3.15;17900
+71075;43.52279;-.63198;106;20220506;18.6;11.7;15.2;1.5;13.6;0;2.59;15242
+71075;43.52279;-.63198;106;20220507;22.5;11.2;16.9;1;13.9;0;3.35;20073
+71075;43.52279;-.63198;106;20220508;24.2;13.2;18.7;1;14.1;0;3.56;19879
+71075;43.52279;-.63198;106;20220509;27.1;8.8;18;.6;12.9;0;4.22;26248
+71075;43.52279;-.63198;106;20220510;30;10.4;20.2;.9;14.5;.1;4.79;27347
+71075;43.52279;-.63198;106;20220511;25.6;13.3;19.5;1.3;15.6;0;3.92;21413
+71075;43.52279;-.63198;106;20220512;22;14.3;18.2;.7;15.8;.8;2.95;16668
+71075;43.52279;-.63198;106;20220513;25.2;12.4;18.8;.6;16;0;3.74;22068
+71075;43.52279;-.63198;106;20220514;30;11.5;20.8;1;16.1;1.1;4.85;26980
+71075;43.52279;-.63198;106;20220515;30.8;14.1;22.5;.9;17;1.6;4.8;25653
+71075;43.52279;-.63198;106;20220516;29.4;14.6;22;.7;17.2;0;4.43;24147
+71075;43.52279;-.63198;106;20220517;31.6;14.6;23.1;1;16;0;5.03;26098
+71075;43.52279;-.63198;106;20220518;32.4;13.5;23;1.2;16.9;4.9;5.38;27710
+71075;43.52279;-.63198;106;20220519;25.7;16.3;21;1.1;19;.2;3.62;19120
+71075;43.52279;-.63198;106;20220520;21.6;17;19.3;1.4;19;0;2.51;12920
+71075;43.52279;-.63198;106;20220521;30.3;14.9;22.6;1.1;20.1;0;4.78;25111
+71075;43.52279;-.63198;106;20220522;29.8;16.9;23.4;2;19.6;1;4.84;22916
+71075;43.52279;-.63198;106;20220523;21.9;15.6;18.8;2.5;14.5;.7;3.44;15562
+71075;43.52279;-.63198;106;20220524;17.2;11.5;14.4;1.3;13.2;3.5;2.49;14768
+71075;43.52279;-.63198;106;20220525;17.8;11;14.4;1;13;0;2.68;16333
+71075;43.52279;-.63198;106;20220526;20.6;9;14.8;1.1;13.3;0;3.42;21907
+71075;43.52279;-.63198;106;20220527;25;12.1;18.6;.9;14.6;0;4.04;23256
+71075;43.52279;-.63198;106;20220528;27.3;10.1;18.7;.9;14.4;0;4.64;27182
+71075;43.52279;-.63198;106;20220529;26.5;12.7;19.6;.7;12.6;.1;4.26;24234
+71075;43.52279;-.63198;106;20220530;24.8;9.1;17;.9;10.6;.1;4.33;26022
+71075;43.52279;-.63198;106;20220531;27.3;11.8;19.6;.5;13.4;0;4.4;25904
+71075;43.52279;-.63198;106;20220601;31.3;13.9;22.6;1.2;16.1;.3;5.37;27604
+71075;43.52279;-.63198;106;20220602;28.4;14.5;21.5;1.2;17.9;3.1;4.64;24545
+71075;43.52279;-.63198;106;20220603;25.9;17.6;21.8;1.2;19.6;1.5;3.68;18624
+71075;43.52279;-.63198;106;20220604;22.2;17.5;19.9;1.3;19.1;11.8;2.71;13628
+71075;43.52279;-.63198;106;20220605;24;16.5;20.3;1.2;17.5;0;3.44;17686
+71075;43.52279;-.63198;106;20220606;25.1;15.5;20.3;.5;17;0;3.68;20263
+71075;43.52279;-.63198;106;20220607;24.4;16.3;20.4;.4;17.2;.7;3.4;18505
+71075;43.52279;-.63198;106;20220608;20.2;15.1;17.7;1.3;17.5;2.7;2.6;14360
+71075;43.52279;-.63198;106;20220609;23.9;14.2;19.1;.8;15.8;.1;3.67;20464
+71075;43.52279;-.63198;106;20220610;28.7;10.4;19.6;.7;15.7;0;4.94;28766
+71075;43.52279;-.63198;106;20220611;28.7;15.5;22.1;1.1;19.1;.1;4.62;24205
+71075;43.52279;-.63198;106;20220612;27.4;17.6;22.5;1.6;19.6;4.4;4.22;20645
+71075;43.52279;-.63198;106;20220613;27.9;18.1;23;1.5;20.8;.1;4.22;20664
+71075;43.52279;-.63198;106;20220614;34.6;17.6;26.1;.9;22.8;.1;5.67;27766
+71075;43.52279;-.63198;106;20220615;33.5;18.4;26;.7;22.1;0;5.26;26089
+71075;43.52279;-.63198;106;20220616;35.1;18.7;26.9;1.6;22.1;0;6.06;27274
+71075;43.52279;-.63198;106;20220617;36.3;19.5;27.9;1.6;22.2;0;6.31;27637
+71075;43.52279;-.63198;106;20220618;39.5;19.8;29.7;1.3;22.2;0;6.88;30076
+71075;43.52279;-.63198;106;20220619;29.2;17.9;23.6;1.5;18.9;1.8;4.7;22378
+71075;43.52279;-.63198;106;20220620;27.5;18.1;22.8;1.4;19.2;3.1;4.19;20265
+71075;43.52279;-.63198;106;20220621;24.8;17.8;21.3;1.3;20.5;7.3;3.38;17259
+71075;43.52279;-.63198;106;20220622;24;16.6;20.3;1.2;19.3;3.1;3.37;17790
+71075;43.52279;-.63198;106;20220623;26.1;15.3;20.7;.8;18.2;2.6;4.02;21835
+71075;43.52279;-.63198;106;20220624;25.7;15.5;20.6;1;17;.4;3.99;21166
+71075;43.52279;-.63198;106;20220625;19;13.2;16.1;1.1;15.7;12.5;2.66;15543
+71075;43.52279;-.63198;106;20220626;16.7;12.8;14.8;.9;15.3;6.8;2.12;12437
+71075;43.52279;-.63198;106;20220627;18.1;14.4;16.3;.6;16.4;.4;2.18;12063
+71075;43.52279;-.63198;106;20220628;25.3;14.4;19.9;.5;15.9;.1;3.89;21884
+71075;43.52279;-.63198;106;20220629;23.4;11.2;17.3;.8;15.7;4.5;3.85;23229
+71075;43.52279;-.63198;106;20220630;16.7;14;15.4;1.1;15.3;4.2;1.89;10032
+71075;43.52279;-.63198;106;20220701;23.5;9.4;16.5;.6;13.5;0;4.02;25046
+71075;43.52279;-.63198;106;20220702;30.1;10.8;20.5;.8;15.9;0;5.22;29553
+71075;43.52279;-.63198;106;20220703;26.7;14.8;20.8;1.2;17.4;1.9;4.29;22817
+71075;43.52279;-.63198;106;20220704;22.3;15.8;19.1;1;18;.1;3.03;16404
+71075;43.52279;-.63198;106;20220705;29.2;15.3;22.3;.8;18.6;.2;4.64;24723
+71075;43.52279;-.63198;106;20220706;25.3;15.5;20.4;1.1;18.6;0;3.8;20457
+71075;43.52279;-.63198;106;20220707;26.5;16.2;21.4;1.2;18.7;0;4.03;20978
+71075;43.52279;-.63198;106;20220708;29.8;13.5;21.7;.7;17.4;.1;4.86;26773
+71075;43.52279;-.63198;106;20220709;32.8;13.4;23.1;.7;17.7;.1;5.44;29303
+71075;43.52279;-.63198;106;20220710;33.2;13.7;23.5;.5;17.1;0;5.35;29324
+71075;43.52279;-.63198;106;20220711;35.7;14;24.9;.5;18.5;0;5.77;30805
+71075;43.52279;-.63198;106;20220712;37.1;17;27.1;.5;20.8;0;5.83;29667
+71075;43.52279;-.63198;106;20220713;37;15.3;26.2;.3;18.1;.1;5.67;30672
+71075;43.52279;-.63198;106;20220714;36.5;14.7;25.6;.6;18.4;0;5.87;30601
+71075;43.52279;-.63198;106;20220715;35.1;17.1;26.1;.5;21.4;0;5.42;27779
+71075;43.52279;-.63198;106;20220716;36.7;16.6;26.7;.6;19.7;0;5.77;29372
+71075;43.52279;-.63198;106;20220717;38;15.4;26.7;.5;18.3;0;5.84;30371
+71075;43.52279;-.63198;106;20220718;39.3;16.1;27.7;1.2;19.9;.1;6.59;30288
+71075;43.52279;-.63198;106;20220719;31.3;20.7;26;1.5;20.8;.3;4.7;20689
+71075;43.52279;-.63198;106;20220720;27.5;18.8;23.2;1;19.3;.2;3.79;18527
+71075;43.52279;-.63198;106;20220721;32.4;16.9;24.7;1.2;19.1;0;5.16;25207
+71075;43.52279;-.63198;106;20220722;24.4;20.2;22.3;1.6;19.6;.3;2.9;12277
+71075;43.52279;-.63198;106;20220723;28.9;17.9;23.4;.7;17.1;0;4.08;20829
+71075;43.52279;-.63198;106;20220724;37.3;14.2;25.8;1.2;18.7;0;6.19;29735
+71075;43.52279;-.63198;106;20220725;26.6;20.1;23.4;1.6;19.8;.3;3.52;15508
+71075;43.52279;-.63198;106;20220726;26.5;17.2;21.9;1.1;17.4;.5;3.75;18806
+71075;43.52279;-.63198;106;20220727;27.3;12;19.7;.5;14.9;0;4.15;24498
+71075;43.52279;-.63198;106;20220728;25.8;13.8;19.8;.5;16;5.8;3.72;21418
+71075;43.52279;-.63198;106;20220729;24.9;14.7;19.8;.4;18.1;.8;3.42;19535
+71075;43.52279;-.63198;106;20220730;28.3;18;23.2;.5;19.7;.1;3.73;19555
+71075;43.52279;-.63198;106;20220731;31;15.2;23.1;.8;18.8;0;4.62;24512
+71075;43.52279;-.63198;106;20220801;32.4;15.9;24.2;.9;19.7;0;4.86;24976
+71075;43.52279;-.63198;106;20220802;34.9;18.5;26.7;.9;19.8;.1;5.12;24782
+71075;43.52279;-.63198;106;20220803;36.2;16.4;26.3;1.1;21.4;.1;5.63;27270
+71075;43.52279;-.63198;106;20220804;30.6;19.4;25;1.1;22.4;.3;4.15;19999
+71075;43.52279;-.63198;106;20220805;29.2;20.8;25;1.3;20.3;0;3.82;17011
+71075;43.52279;-.63198;106;20220806;33.5;15.9;24.7;.8;19.1;0;4.89;25245
+71075;43.52279;-.63198;106;20220807;32.6;15.4;24;.8;17.5;0;4.73;24811
+71075;43.52279;-.63198;106;20220808;34.5;13.7;24.1;.6;16.6;0;4.98;27310
+71075;43.52279;-.63198;106;20220809;35.7;16;25.9;.4;18.7;0;4.87;26393
+71075;43.52279;-.63198;106;20220810;38.7;16.3;27.5;.7;19.4;0;5.5;27667
+71075;43.52279;-.63198;106;20220811;39.6;19.4;29.5;.9;19.9;0;5.65;26458
+71075;43.52279;-.63198;106;20220812;35.8;22.4;29.1;1.6;23.5;0;5.13;21119
+71075;43.52279;-.63198;106;20220813;31.8;21.5;26.7;1.2;21.8;1.9;4.09;18203
+71075;43.52279;-.63198;106;20220814;26.7;20.4;23.6;1.4;20.8;.3;3.09;13787
+71075;43.52279;-.63198;106;20220815;27.4;13.8;20.6;.9;17;.1;3.75;20914
+71075;43.52279;-.63198;106;20220816;25.7;15.2;20.5;.8;18;3.4;3.26;18061
+71075;43.52279;-.63198;106;20220817;24.5;15.8;20.2;1.4;18.6;4.5;3.04;16186
+71075;43.52279;-.63198;106;20220818;22.4;16.4;19.4;.9;19;8.6;2.42;13072
+71075;43.52279;-.63198;106;20220819;27.3;14.1;20.7;.5;17.9;1.7;3.46;20065
+71075;43.52279;-.63198;106;20220820;30.3;14.5;22.4;.6;18.9;.5;3.93;21964
+71075;43.52279;-.63198;106;20220821;26.7;19.4;23.1;1.4;20.9;.2;3.05;14295
+71075;43.52279;-.63198;106;20220822;24;17.1;20.6;.9;20.4;2.3;2.56;13753
+71075;43.52279;-.63198;106;20220823;29.6;19.4;24.5;.6;21.7;0;3.33;16962
+71075;43.52279;-.63198;106;20220824;34.8;15.8;25.3;.9;21.1;.8;4.61;23593
+71075;43.52279;-.63198;106;20220825;27.3;20.5;23.9;1.6;22.4;0;2.98;13343
+71075;43.52279;-.63198;106;20220826;27.1;20.3;23.7;.9;21.3;.3;2.79;13242
+71075;43.52279;-.63198;106;20220827;29.9;19;24.5;.8;20;0;3.41;17080
+71075;43.52279;-.63198;106;20220828;35.2;15.6;25.4;.5;18.8;.4;4.24;23299
+71075;43.52279;-.63198;106;20220829;31;20.3;25.7;1.5;20.1;9.6;3.83;16648
+71075;43.52279;-.63198;106;20220830;31.6;16.5;24.1;1;20.9;0;3.86;19935
+71075;43.52279;-.63198;106;20220831;26.5;20.4;23.5;1.1;22.2;7.6;2.56;11961
+71075;43.52279;-.63198;106;20220901;29.6;16.9;23.3;.6;20.2;2.6;3.28;17854
+71075;43.52279;-.63198;106;20220902;25.3;18.5;21.9;1.2;20.2;.3;2.56;12509
+71075;43.52279;-.63198;106;20220903;27.1;17.5;22.3;.8;19.2;.3;2.87;15049
+71075;43.52279;-.63198;106;20220904;33.1;14.4;23.8;.5;18.1;0;3.75;21484
+71075;43.52279;-.63198;106;20220905;34.6;16.9;25.8;.9;18.8;.2;4.08;20680
+71075;43.52279;-.63198;106;20220906;31.6;14.4;23;1.1;16.7;0;3.85;20187
+71075;43.52279;-.63198;106;20220907;26.1;14.4;20.3;.6;16.3;0;2.77;16212
+71075;43.52279;-.63198;106;20220908;27.3;12.2;19.8;.7;15.1;2.2;3.06;18479
+71075;43.52279;-.63198;106;20220909;24.4;16.8;20.6;1;17.1;2.6;2.45;12506
+71075;43.52279;-.63198;106;20220910;30;12.2;21.1;.5;15.3;0;3.21;19843
+71075;43.52279;-.63198;106;20220911;35.4;13.3;24.4;.7;16;0;3.91;22098
+71075;43.52279;-.63198;106;20220912;39;17.2;28.1;.8;18.3;2.6;4.28;21733
+71075;43.52279;-.63198;106;20220913;29.7;19.2;24.5;.9;20.6;0;2.91;14430
+71075;43.52279;-.63198;106;20220914;30.9;17;24;1.2;17.9;.1;3.4;16691
+71075;43.52279;-.63198;106;20220915;29.1;15.2;22.2;1.1;17.8;1.2;3.11;16527
+71075;43.52279;-.63198;106;20220916;24.5;16.8;20.7;1;17.5;.4;2.29;11751
+71075;43.52279;-.63198;106;20220917;23.9;9.8;16.9;.8;11.4;0;2.56;16326
+71075;43.52279;-.63198;106;20220918;26;6.8;16.4;.7;9.1;0;2.77;19136
+71075;43.52279;-.63198;106;20220919;27.4;5.4;16.4;.4;9.6;0;2.65;20393
+71075;43.52279;-.63198;106;20220920;23.9;5.5;14.7;.7;10.3;0;2.52;18316
+71075;43.52279;-.63198;106;20220921;24.4;6.9;15.7;.7;10.6;0;2.51;17634
+71075;43.52279;-.63198;106;20220922;26.7;7.7;17.2;.4;11.6;.1;2.48;18250
+71075;43.52279;-.63198;106;20220923;21.2;8.7;15;.3;13.4;5.3;1.93;14329
+71075;43.52279;-.63198;106;20220924;17;11.2;14.1;.6;14.8;9.9;1.38;9120
+71075;43.52279;-.63198;106;20220925;20;8.4;14.2;.7;12.8;.6;1.87;13437
+71075;43.52279;-.63198;106;20220926;19.8;8.6;14.2;1;13;8.3;1.87;13024
+71075;43.52279;-.63198;106;20220927;17.5;13.4;15.5;1.6;15.5;12.9;1.31;7130
+71075;43.52279;-.63198;106;20220928;17.3;14.7;16;2.3;16.6;40.7;1.12;5265
+71075;43.52279;-.63198;106;20220929;14.8;13.3;14.1;1.4;14.7;11.4;.88;3543
+71075;43.52279;-.63198;106;20220930;20;10.1;15.1;.6;12.8;.5;1.68;11582
+71075;43.52279;-.63198;106;20221001;22.2;9.9;16.1;.6;13.9;0;1.84;12945
+71075;43.52279;-.63198;106;20221002;24;11.4;17.7;.5;15.3;.1;1.89;12964
+71075;43.52279;-.63198;106;20221003;26.5;11.9;19.2;.5;15.3;0;2.06;13912
+71075;43.52279;-.63198;106;20221004;26.4;12;19.2;.5;15.3;.1;2.02;13637
+71075;43.52279;-.63198;106;20221005;28.4;11.5;20;.7;16.2;.3;2.27;14730
+71075;43.52279;-.63198;106;20221006;21.8;16.1;19;.3;16.6;0;1.34;7749
+71075;43.52279;-.63198;106;20221007;26;10.4;18.2;.6;15.3;0;1.97;13738
+71075;43.52279;-.63198;106;20221008;21.6;16.2;18.9;.6;17.7;2.3;1.34;7293
+71075;43.52279;-.63198;106;20221009;27.6;13.1;20.4;.5;16.3;.1;1.93;12852
+71075;43.52279;-.63198;106;20221010;21.3;14.9;18.1;.8;18.9;13;1.29;7868
+71075;43.52279;-.63198;106;20221011;21.2;16;18.6;.7;18.4;4.4;1.24;6828
+71075;43.52279;-.63198;106;20221012;21.7;16.1;18.9;.8;17.6;.9;1.33;7047
+71075;43.52279;-.63198;106;20221013;22.2;14.6;18.4;.8;16.8;1;1.43;8367
+71075;43.52279;-.63198;106;20221014;22.8;17.5;20.2;.9;17.9;1.3;1.39;6613
+71075;43.52279;-.63198;106;20221015;26.4;10.6;18.5;.4;15.5;.1;1.65;12464
+71075;43.52279;-.63198;106;20221016;29.8;13.3;21.6;.4;16.6;.2;1.79;12603
+71075;43.52279;-.63198;106;20221017;28.2;16.9;22.6;.9;18.8;1.7;1.85;10001
+71075;43.52279;-.63198;106;20221018;32.4;13.3;22.9;.4;17.3;0;1.88;13322
+71075;43.52279;-.63198;106;20221019;28.5;14.6;21.6;1.1;16.4;0;2.02;10966
+71075;43.52279;-.63198;106;20221020;25.8;14.5;20.2;2.1;14.1;.3;2.38;9586
+71075;43.52279;-.63198;106;20221021;22.3;17.6;20;1.5;14.2;0;1.73;5501
+71075;43.52279;-.63198;106;20221022;26.7;10.4;18.6;1.4;13.5;0;2.04;11523
+71075;43.52279;-.63198;106;20221023;28;17;22.5;2.6;12.7;0;3.14;9036
+71075;43.52279;-.63198;106;20221024;24.8;11.5;18.2;1;12.1;0;1.67;9958
+71075;43.52279;-.63198;106;20221025;25.2;10.1;17.7;.6;13.1;0;1.4;10568
+71075;43.52279;-.63198;106;20221026;27.7;10.4;19.1;.3;14;0;1.3;11269
+71075;43.52279;-.63198;106;20221027;22.3;15.3;18.8;.5;15.5;.1;1.1;6459
+71075;43.52279;-.63198;106;20221028;23.1;12.9;18;.4;15.1;0;1.1;8022
+71075;43.52279;-.63198;106;20221029;23.1;13.3;18.2;.4;15.4;.1;1.08;7714
+71075;43.52279;-.63198;106;20221030;21;11.5;16.3;.5;15.1;1.1;1;7455
+71075;43.52279;-.63198;106;20221031;19.4;11.9;15.7;.8;15.5;4.4;.93;6339
+71075;43.52279;-.63198;106;20221101;20.9;12.5;16.7;.5;14.8;0;.96;6702
+71075;43.52279;-.63198;106;20221102;20.2;8.7;14.5;.5;12.7;.1;.94;8005
+71075;43.52279;-.63198;106;20221103;21.4;9.1;15.3;1.2;12.6;10.1;1.25;8214
+71075;43.52279;-.63198;106;20221104;15.7;9.3;12.5;1.6;11.5;7.1;.99;5373
+71075;43.52279;-.63198;106;20221105;17.5;5.4;11.5;.5;10.1;0;.81;7896
+71075;43.52279;-.63198;106;20221106;19.8;3.7;11.8;.5;9.6;.1;.86;9232
+71075;43.52279;-.63198;106;20221107;21;5.2;13.1;.4;10.8;.1;.83;9000
+71075;43.52279;-.63198;106;20221108;21.1;10.1;15.6;.8;12.9;.6;.99;7126
+71075;43.52279;-.63198;106;20221109;16;11.5;13.8;.6;13.2;6.3;.7;3889
+71075;43.52279;-.63198;106;20221110;18.4;6.2;12.3;.6;11;.1;.78;7376
+71075;43.52279;-.63198;106;20221111;19.2;4.4;11.8;.9;10.6;.1;.89;8176
+71075;43.52279;-.63198;106;20221112;22.8;6.7;14.8;.6;11.4;.1;.9;8481
+71075;43.52279;-.63198;106;20221113;24;6;15;.5;10.9;0;.85;8940
+71075;43.52279;-.63198;106;20221114;14.8;7.3;11.1;.8;12.2;.8;.59;5100
+71075;43.52279;-.63198;106;20221115;18.6;10.3;14.5;.8;13.1;9.4;.78;5372
+71075;43.52279;-.63198;106;20221116;19.5;8.9;14.2;.9;12.5;1;.83;6200
+71075;43.52279;-.63198;106;20221117;18.7;13.8;16.3;1.3;14.1;15.2;.95;3622
+71075;43.52279;-.63198;106;20221118;11.2;8.7;10;1.2;11;18;.57;2069
+71075;43.52279;-.63198;106;20221119;11.6;7.2;9.4;1.4;9.8;5.4;.68;3238
+71075;43.52279;-.63198;106;20221120;15.7;4.1;9.9;.4;10.2;9.7;.51;6217
+71075;43.52279;-.63198;106;20221121;13.5;8.8;11.2;1.2;11.4;43.9;.64;3298
+71075;43.52279;-.63198;106;20221122;11.4;6.8;9.1;2.1;9.8;15.9;.71;3196
+71075;43.52279;-.63198;106;20221123;16.6;9.3;13;1.9;12.8;5.2;.78;4400
+71075;43.52279;-.63198;106;20221124;13.7;6.8;10.3;.4;10.7;6.4;.49;4175
+71075;43.52279;-.63198;106;20221125;12.9;5.7;9.3;.5;10.8;7.2;.45;4244
+71075;43.52279;-.63198;106;20221126;14.2;3.5;8.9;.4;8.8;0;.46;5475
+71075;43.52279;-.63198;106;20221127;16.4;2;9.2;.7;9.1;14.4;.54;6545
+71075;43.52279;-.63198;106;20221128;11.9;8.5;10.2;1.4;11.1;15.7;.57;2287
+71075;43.52279;-.63198;106;20221129;12.9;7.8;10.4;.4;11;2.6;.47;3136
+71075;43.52279;-.63198;106;20221130;10.8;6.4;8.6;.9;9.7;0;.51;2758
+71075;43.52279;-.63198;106;20221201;6;4.1;5.1;.7;7.8;0;.45;1217
+71075;43.52279;-.63198;106;20221202;9.3;2.1;5.7;.4;8.2;0;.36;3910
+71075;43.52279;-.63198;106;20221203;6.3;4.7;5.5;.6;8.3;2.5;.43;941
+71075;43.52279;-.63198;106;20221204;12.2;2.4;7.3;.5;7.4;0;.44;4750
+71075;43.52279;-.63198;106;20221205;14;.1;7.1;.5;7.2;0;.4;5927
+71075;43.52279;-.63198;106;20221206;14.4;7.1;10.8;.7;9.6;.2;.57;3802
+71075;43.52279;-.63198;106;20221207;16.2;5.8;11;.4;10.5;0;.42;4823
+71075;43.52279;-.63198;106;20221208;9.9;6.6;8.3;.3;10.3;6.5;.4;1968
+71075;43.52279;-.63198;106;20221209;13;7.6;10.3;1.1;10.6;2;.56;2960
+71075;43.52279;-.63198;106;20221210;6.6;.9;3.8;1.5;6;0;.6;3065
+71075;43.52279;-.63198;106;20221211;5.4;-3.5;1;.3;5.4;.1;.27;4222
+71075;43.52279;-.63198;106;20221212;7.2;-.8;3.2;.6;7.4;12.4;.28;3895
+71075;43.52279;-.63198;106;20221213;15.3;5.7;10.5;1;13.9;4;.26;4405
+71075;43.52279;-.63198;106;20221214;18.5;11;14.8;.5;13;7.5;.54;3683
+71075;43.52279;-.63198;106;20221215;15.9;8.8;12.4;1;12.2;6.6;.55;3525
+71075;43.52279;-.63198;106;20221216;10.2;9.8;10;1.6;10.6;4.4;.67;0
+71075;43.52279;-.63198;106;20221217;11.4;4.6;8;.7;8.7;0;.46;3393
+71075;43.52279;-.63198;106;20221218;17.6;2.5;10.1;1;8.1;.1;.67;5865
+71075;43.52279;-.63198;106;20221219;12.6;2.3;7.5;.8;9.1;.4;.39;4547
+71075;43.52279;-.63198;106;20221220;11.2;8.5;9.9;1;11.4;9.7;.45;1511
+71075;43.52279;-.63198;106;20221221;19.5;8.1;13.8;.7;11.9;.1;.56;4867
+71075;43.52279;-.63198;106;20221222;16.6;6.9;11.8;.4;11.3;.2;.41;4361
+71075;43.52279;-.63198;106;20221223;19.9;7.4;13.7;.7;11.4;0;.57;5182
+71075;43.52279;-.63198;106;20221224;21.2;5.9;13.6;.3;10.5;.1;.36;5919
+71075;43.52279;-.63198;106;20221225;21.2;4.6;12.9;1.2;9.6;0;.87;6248
+71075;43.52279;-.63198;106;20221226;18;8.7;13.4;.6;10.9;.8;.56;4268
+71075;43.52279;-.63198;106;20221227;14.5;10.8;12.7;.4;12.5;.8;.49;2084
+71075;43.52279;-.63198;106;20221228;19.7;5.7;12.7;.9;9.9;.1;.68;5654
+71075;43.52279;-.63198;106;20221229;16.9;13.6;15.3;1.4;10.8;11;1.14;1897
+71075;43.52279;-.63198;106;20221230;20.7;10.1;15.4;1.7;12;0;1.09;4747
+71075;43.52279;-.63198;106;20221231;20.7;8.2;14.5;.8;10.4;0;.71;5326
+71076;43.55422;-.32571;168;20220101;23.5;7.7;15.6;1.5;8.19;0;1.39;6124
+71076;43.55422;-.32571;168;20220102;17.6;7.3;12.5;1.7;9.96;.2;.97;4638
+71076;43.55422;-.32571;168;20220103;17.5;6.8;12.2;2;10.16;.1;.91;5915
+71076;43.55422;-.32571;168;20220104;20.2;9.2;14.7;4.2;9.76;10.2;2.3;5099
+71076;43.55422;-.32571;168;20220105;8.1;4.9;6.5;.9;7.49;0;.57;1936
+71076;43.55422;-.32571;168;20220106;8.3;.6;4.4;1.1;5.4;.1;.5;6933
+71076;43.55422;-.32571;168;20220107;10.1;-1.1;4.5;2.5;7.5;6.8;.55;4458
+71076;43.55422;-.32571;168;20220108;11;6.5;8.7;5.1;9.86;6.3;.79;3095
+71076;43.55422;-.32571;168;20220109;9.8;8.4;9.1;4.9;11.43;30;.35;1064
+71076;43.55422;-.32571;168;20220110;12;9.5;10.7;4.5;12.53;8.3;.44;1187
+71076;43.55422;-.32571;168;20220111;10;6.7;8.3;1.1;9;.2;.48;5696
+71076;43.55422;-.32571;168;20220112;6.1;-.5;2.8;.9;6.56;0;.38;4700
+71076;43.55422;-.32571;168;20220113;7.9;-1.7;3.1;1.6;6.26;0;.47;6819
+71076;43.55422;-.32571;168;20220114;7.4;-2.1;2.7;1.2;5.83;.1;.49;6418
+71076;43.55422;-.32571;168;20220115;11.3;-2.7;4.3;1.5;5.23;.1;.75;8446
+71076;43.55422;-.32571;168;20220116;11.1;-1.6;4.7;1.3;5.73;.1;.68;8083
+71076;43.55422;-.32571;168;20220117;10.3;-1.6;4.3;1.5;6.23;.1;.62;8140
+71076;43.55422;-.32571;168;20220118;2.6;-1.4;.6;1.4;6.5;.1;.27;2366
+71076;43.55422;-.32571;168;20220119;10.2;2.4;6.3;2.5;8.13;.8;.69;4137
+71076;43.55422;-.32571;168;20220120;10.1;5.2;7.7;2.1;9.06;3.6;.65;3047
+71076;43.55422;-.32571;168;20220121;5.2;-.7;2.2;1.4;6;.1;.47;6312
+71076;43.55422;-.32571;168;20220122;6.9;-3.3;1.8;.9;5.4;0;.46;8740
+71076;43.55422;-.32571;168;20220123;9.6;-3.1;3.2;1.3;5.8;0;.61;9033
+71076;43.55422;-.32571;168;20220124;13.5;-1.5;6;1.6;6.2;0;.92;9288
+71076;43.55422;-.32571;168;20220125;13.7;-.5;6.6;1.3;6.3;0;.87;9118
+71076;43.55422;-.32571;168;20220126;12.4;-1.3;5.5;1.4;6.43;0;.8;9384
+71076;43.55422;-.32571;168;20220127;11.5;-2;4.8;1.3;6.66;.1;.7;9574
+71076;43.55422;-.32571;168;20220128;9.1;1.1;5.1;1.2;6.93;0;.64;6823
+71076;43.55422;-.32571;168;20220129;3.8;-1.6;1.1;1.8;6.3;0;.39;5586
+71076;43.55422;-.32571;168;20220130;1.9;-1;.4;1.1;6.33;.4;.33;3037
+71076;43.55422;-.32571;168;20220131;9.2;.9;5.1;2.9;8.23;2;.56;4934
+71076;43.55422;-.32571;168;20220201;9.2;1.1;5.2;2.3;8.06;.1;.6;6708
+71076;43.55422;-.32571;168;20220202;12.4;6.9;9.6;2.4;10.13;0;.81;5685
+71076;43.55422;-.32571;168;20220203;14.7;2.3;8.5;2.5;9.76;0;.92;6656
+71076;43.55422;-.32571;168;20220204;12.4;5.2;8.8;2.3;10.33;1.6;.7;4073
+71076;43.55422;-.32571;168;20220205;10.4;7.5;8.9;1.9;8.23;.2;1.03;7507
+71076;43.55422;-.32571;168;20220206;10.8;-.9;5;2.8;7.46;.8;.87;8202
+71076;43.55422;-.32571;168;20220207;12.9;7.6;10.2;3;10.26;1.8;1.03;5594
+71076;43.55422;-.32571;168;20220208;14.8;5;9.9;2.1;8.36;0;1.32;10491
+71076;43.55422;-.32571;168;20220209;18.7;2.7;10.7;1.6;7.56;0;1.52;11477
+71076;43.55422;-.32571;168;20220210;12.8;3.5;8.2;1.8;7.8;1.2;1.59;11800
+71076;43.55422;-.32571;168;20220211;10;7.4;8.7;1.5;9.9;1.4;.69;3800
+71076;43.55422;-.32571;168;20220212;16.1;7;11.5;1.7;9;0;1.41;11100
+71076;43.55422;-.32571;168;20220213;19.6;3.7;11.6;2.7;8.4;5.9;2.08;12200
+71076;43.55422;-.32571;168;20220214;10.6;7;8.8;3.1;9.46;11.7;1.02;6449
+71076;43.55422;-.32571;168;20220215;11.5;6.1;8.8;4.2;8.7;1.7;1.34;7900
+71076;43.55422;-.32571;168;20220216;12.2;8.8;10.5;4.9;11.2;3.3;.93;3696
+71076;43.55422;-.32571;168;20220217;14.2;11.3;12.7;2.6;12.69;.6;.97;3765
+71076;43.55422;-.32571;168;20220218;16.5;5.9;11.2;2.7;10.76;.6;1.42;9500
+71076;43.55422;-.32571;168;20220219;12.3;7.1;9.7;1.8;8.9;.4;1.22;8562
+71076;43.55422;-.32571;168;20220220;12.8;3.3;8.1;3.6;9.63;1.8;1.01;6676
+71076;43.55422;-.32571;168;20220221;13.8;8.9;11.3;4.8;10;1.6;1.72;8003
+71076;43.55422;-.32571;168;20220222;14.9;5.1;10;1.9;9;0;1.49;12251
+71076;43.55422;-.32571;168;20220223;16.4;2.4;9.4;1.9;8.7;0;1.6;13224
+71076;43.55422;-.32571;168;20220224;12.6;5;8.8;3;9.96;1.1;1;5588
+71076;43.55422;-.32571;168;20220225;11.2;5.7;8.4;2.1;7.2;0;1.5;10480
+71076;43.55422;-.32571;168;20220226;13.7;2.7;8.2;3.2;5.6;0;2.29;14166
+71076;43.55422;-.32571;168;20220227;16.4;3.4;9.9;1.8;7.96;0;1.66;10706
+71076;43.55422;-.32571;168;20220228;18.6;3.2;10.9;1.4;8.73;0;1.81;14603
+71076;43.55422;-.32571;168;20220301;18;4;11;2.3;8.16;.4;2.13;13611
+71076;43.55422;-.32571;168;20220302;12.7;8.3;10.5;2.1;10.23;3.5;1.12;5336
+71076;43.55422;-.32571;168;20220303;16.1;4.8;10.5;2.6;10.2;6;1.63;11802
+71076;43.55422;-.32571;168;20220304;11.3;8.1;9.7;3.9;9.73;.5;1.26;5723
+71076;43.55422;-.32571;168;20220305;10.7;5.9;8.3;1.4;8.13;0;1.16;7129
+71076;43.55422;-.32571;168;20220306;9.6;5;7.3;1.2;7.96;.1;1.07;7379
+71076;43.55422;-.32571;168;20220307;12.6;1.8;7.2;1.6;7.63;0;1.55;14494
+71076;43.55422;-.32571;168;20220308;11.3;3.5;7.4;2.3;8.7;.8;1.12;7452
+71076;43.55422;-.32571;168;20220309;18;2.4;10.2;2.6;8.3;.4;2.28;15575
+71076;43.55422;-.32571;168;20220310;16.7;9;12.9;2.5;10.76;1.3;1.82;9616
+71076;43.55422;-.32571;168;20220311;14.7;7.7;11.2;2.4;10.4;7;1.34;5981
+71076;43.55422;-.32571;168;20220312;14.4;7.1;10.8;2.9;9.9;.9;1.87;13679
+71076;43.55422;-.32571;168;20220313;13.6;7.4;10.5;3.5;8.93;3.8;1.97;10851
+71076;43.55422;-.32571;168;20220314;13.3;5.9;9.6;3.3;9.33;0;1.49;7365
+71076;43.55422;-.32571;168;20220315;19.5;8;13.7;2.9;11.79;0;2.28;12912
+71076;43.55422;-.32571;168;20220316;15.7;9.5;12.6;3;12.36;4.4;1.43;7102
+71076;43.55422;-.32571;168;20220317;10.7;10.9;10.8;2.7;12.03;6.4;.68;1366
+71076;43.55422;-.32571;168;20220318;10.2;7.3;8.7;1.7;10.1;0;.81;3600
+71076;43.55422;-.32571;168;20220319;17.2;3.7;10.4;1.3;10.3;0;1.83;14200
+71076;43.55422;-.32571;168;20220320;18.6;6.6;12.6;2;10.7;0;2.16;13800
+71076;43.55422;-.32571;168;20220321;20.6;5.4;13;2.3;10.6;.3;2.65;17100
+71076;43.55422;-.32571;168;20220322;18.4;5.2;11.8;1.9;9.1;0;2.34;14700
+71076;43.55422;-.32571;168;20220323;16.9;2.8;9.8;1.4;8.3;0;2.42;20200
+71076;43.55422;-.32571;168;20220324;17.7;4;10.8;1.6;8.8;0;2.33;16700
+71076;43.55422;-.32571;168;20220325;19.6;7;13.3;1.8;9.5;0;2.75;18100
+71076;43.55422;-.32571;168;20220326;19.2;5.9;12.5;1.9;8.4;0;2.89;19200
+71076;43.55422;-.32571;168;20220327;20.2;4.9;12.5;1.5;9.6;0;2.71;19100
+71076;43.55422;-.32571;168;20220328;20.4;7.1;13.7;1.6;10.3;0;2.38;13400
+71076;43.55422;-.32571;168;20220329;18;8.1;13;2.5;10.8;4.6;2.09;10100
+71076;43.55422;-.32571;168;20220330;10.8;9.8;10.3;2.9;11.7;5.3;.69;2300
+71076;43.55422;-.32571;168;20220331;11.9;7.9;9.9;4.4;9.8;5.9;1.71;10700
+71076;43.55422;-.32571;168;20220401;8.5;.9;4.7;3.8;6.3;1.1;1.82;15300
+71076;43.55422;-.32571;168;20220402;9.2;1;5.1;3.4;5.7;.1;2.08;15700
+71076;43.55422;-.32571;168;20220403;7.7;-1.4;3.2;1.9;5.48;0;1.66;14359
+71076;43.55422;-.32571;168;20220404;11.2;-2.2;4.5;1.8;5.14;0;2.35;21529
+71076;43.55422;-.32571;168;20220405;15.9;-3.6;6.1;1.2;5.99;0;2.66;23536
+71076;43.55422;-.32571;168;20220406;12.5;3;7.7;2.6;9;0;1.28;7200
+71076;43.55422;-.32571;168;20220407;19.6;6.2;12.9;3.2;10.56;.9;2.98;17563
+71076;43.55422;-.32571;168;20220408;22;8.9;15.4;4.5;11.6;1.1;3.28;12300
+71076;43.55422;-.32571;168;20220409;14.8;7.8;11.3;2.6;9.4;.9;2.21;12600
+71076;43.55422;-.32571;168;20220410;21.2;1.8;11.5;2.8;8;0;3.74;22800
+71076;43.55422;-.32571;168;20220411;24.1;7.2;15.6;3.8;11.5;0;4;19500
+71076;43.55422;-.32571;168;20220412;18.1;10.4;14.2;2.7;12.5;2.5;2;9100
+71076;43.55422;-.32571;168;20220413;15.8;10.8;13.3;2;13.5;1.4;1.28;6200
+71076;43.55422;-.32571;168;20220414;21.2;12.1;16.6;2;13.3;0;3.04;17300
+71076;43.55422;-.32571;168;20220415;19.2;9.1;14.1;2.1;13.2;.1;2.05;11300
+71076;43.55422;-.32571;168;20220416;22.2;10.5;16.3;2.8;13.2;.1;3.3;18000
+71076;43.55422;-.32571;168;20220417;21.4;8.9;15.1;3.4;12.9;0;3.25;18800
+71076;43.55422;-.32571;168;20220418;18.3;11.9;15.1;3.4;12.5;0;2.71;13900
+71076;43.55422;-.32571;168;20220419;11.6;8.9;10.3;1.4;11.29;14.5;.95;3902
+71076;43.55422;-.32571;168;20220420;11.6;7.8;9.7;3.7;11.1;4.2;1.02;5900
+71076;43.55422;-.32571;168;20220421;11.9;8.8;10.3;2.8;11.9;.1;.84;4100
+71076;43.55422;-.32571;168;20220422;19.6;8.3;13.9;1.7;11.36;2.6;3.2;20862
+71076;43.55422;-.32571;168;20220423;15.7;10.9;13.3;4.9;11.5;7;2.26;9800
+71076;43.55422;-.32571;168;20220424;17;9.4;13.2;5.4;12;2.1;2.11;8600
+71076;43.55422;-.32571;168;20220425;20;5.2;12.6;1.7;11.3;0;2.96;19900
+71076;43.55422;-.32571;168;20220426;24.4;8.5;16.4;2.5;12.1;0;3.76;19000
+71076;43.55422;-.32571;168;20220427;18.4;13.2;15.8;2.6;14.1;2;1.85;7200
+71076;43.55422;-.32571;168;20220428;14.9;12.2;13.5;1.9;14.5;.2;.95;3900
+71076;43.55422;-.32571;168;20220429;17.7;12;14.8;2;14.4;0;1.53;6900
+71076;43.55422;-.32571;168;20220430;19.1;12.4;15.7;2.4;13.9;0;2.4;12300
+71076;43.55422;-.32571;168;20220501;18.3;10.9;14.6;2.4;13.1;0;2.29;12200
+71076;43.55422;-.32571;168;20220502;16.3;11.5;13.9;2.2;12.9;0;1.62;7000
+71076;43.55422;-.32571;168;20220503;19.4;10.9;15.1;2.2;13.3;2.5;2.41;12500
+71076;43.55422;-.32571;168;20220504;18.5;12.6;15.5;3.6;13.5;0;2.2;8500
+71076;43.55422;-.32571;168;20220505;21.2;8.1;14.6;2.6;12.6;0;3.09;17400
+71076;43.55422;-.32571;168;20220506;20.4;10.1;15.3;2.7;12.7;0;2.66;12126
+71076;43.55422;-.32571;168;20220507;22.9;11.7;17.3;2.6;13.73;0;3.14;13658
+71076;43.55422;-.32571;168;20220508;23.9;11.7;17.8;2.2;13.9;0;3.21;14438
+71076;43.55422;-.32571;168;20220509;26.1;10.7;18.4;1.7;13.2;0;3.69;17518
+71076;43.55422;-.32571;168;20220510;29.4;13.2;21.3;1.5;13.23;.1;4.02;17332
+71076;43.55422;-.32571;168;20220511;26.1;12.4;19.3;1.7;15.4;0;3.31;15151
+71076;43.55422;-.32571;168;20220512;21.6;14.2;17.9;1.5;15.56;0;2.19;9339
+71076;43.55422;-.32571;168;20220513;24.4;13.8;19.1;1.2;16.23;0;2.7;12735
+71076;43.55422;-.32571;168;20220514;29.4;13;21.2;2.1;16.66;.3;3.8;15507
+71076;43.55422;-.32571;168;20220515;29.6;14.5;22;2.2;17.73;3.1;3.95;16080
+71076;43.55422;-.32571;168;20220516;28.4;14.6;21.5;1.6;16.93;0;3.66;16251
+71076;43.55422;-.32571;168;20220517;30.3;15.7;23;2;16.23;0;4.35;17443
+71076;43.55422;-.32571;168;20220518;31.9;15.3;23.6;2.2;16.73;5.1;4.65;17671
+71076;43.55422;-.32571;168;20220519;26;16.4;21.2;2.5;19.13;.2;3.02;12101
+71076;43.55422;-.32571;168;20220520;23.4;16.4;19.9;2.4;19.1;0;2.53;10936
+71076;43.55422;-.32571;168;20220521;30.4;14.7;22.6;1.5;19.86;0;3.8;17120
+71076;43.55422;-.32571;168;20220522;29.6;17.4;23.5;2.7;20.63;.5;3.69;13502
+71076;43.55422;-.32571;168;20220523;21.8;15.6;18.7;4.9;14.93;.3;3.37;11230
+71076;43.55422;-.32571;168;20220524;16.9;12;14.4;2.7;13.2;3.5;1.95;8444
+71076;43.55422;-.32571;168;20220525;18.2;10.1;14.1;1.6;12.56;0;2.14;10701
+71076;43.55422;-.32571;168;20220526;20.3;10.3;15.3;1.5;13.5;0;2.54;13440
+71076;43.55422;-.32571;168;20220527;24.8;12.9;18.8;1.6;14.66;0;3.47;16910
+71076;43.55422;-.32571;168;20220528;26.8;11.3;19.1;1.6;13.86;0;3.93;18884
+71076;43.55422;-.32571;168;20220529;25.4;10.7;18;1.4;11.23;.1;3.88;18868
+71076;43.55422;-.32571;168;20220530;24.7;9.8;17.3;1.9;10.36;.3;3.93;17759
+71076;43.55422;-.32571;168;20220531;26.8;13.1;19.9;1.8;12.93;0;4.14;18334
+71076;43.55422;-.32571;168;20220601;31.1;14.5;22.8;2.1;15.4;.8;4.85;19080
+71076;43.55422;-.32571;168;20220602;27.4;15.9;21.6;2.7;18.36;1.3;3.64;14238
+71076;43.55422;-.32571;168;20220603;26.9;17.4;22.1;2.1;20.06;1.8;2.97;11529
+71076;43.55422;-.32571;168;20220604;21.2;17.5;19.3;1.8;19.43;9.4;1.67;6401
+71076;43.55422;-.32571;168;20220605;23.2;16;19.6;2.1;17.16;0;2.84;12328
+71076;43.55422;-.32571;168;20220606;25.3;15;20.1;1.7;16.53;0;3.21;14220
+71076;43.55422;-.32571;168;20220607;24.1;16.2;20.1;1.4;16.63;.6;2.78;11904
+71076;43.55422;-.32571;168;20220608;19.5;15;17.3;2;17.2;1.9;1.73;7473
+71076;43.55422;-.32571;168;20220609;23.5;14;18.7;2.1;15.3;.1;3.37;15924
+71076;43.55422;-.32571;168;20220610;27.9;11.5;19.7;1.7;15.23;.1;4.11;19575
+71076;43.55422;-.32571;168;20220611;29.4;15.7;22.6;2.1;18.03;0;5.17;24785
+71076;43.55422;-.32571;168;20220612;27.4;17.4;22.4;2.8;19.7;3.7;3.99;17154
+71076;43.55422;-.32571;168;20220613;28.5;18;23.2;2.4;20.83;.1;4.59;21371
+71076;43.55422;-.32571;168;20220614;34.9;18.5;26.7;1.5;23.13;.2;5.47;24194
+71076;43.55422;-.32571;168;20220615;33.2;18.9;26.1;1.9;22.26;0;5.92;27148
+71076;43.55422;-.32571;168;20220616;35;19.3;27.1;2;22;0;5.86;24565
+71076;43.55422;-.32571;168;20220617;36.5;20.2;28.3;2;21.4;0;6.53;26921
+71076;43.55422;-.32571;168;20220618;39.4;20.8;30.1;2.6;20.6;0;7.65;27483
+71076;43.55422;-.32571;168;20220619;28.5;18.3;23.4;2.5;19.73;2.8;4.6;20105
+71076;43.55422;-.32571;168;20220620;28.1;17.8;23;2.3;19.5;4.8;4.63;21449
+71076;43.55422;-.32571;168;20220621;24.7;17.8;21.2;2.4;20.16;4.1;3.1;13889
+71076;43.55422;-.32571;168;20220622;23.1;16.7;19.9;2.5;18.9;3;3.4;17473
+71076;43.55422;-.32571;168;20220623;26;15.2;20.6;1.6;18.33;3.3;4.02;20842
+71076;43.55422;-.32571;168;20220624;25.1;15.9;20.5;2.1;17;.1;4.61;24336
+71076;43.55422;-.32571;168;20220625;19.7;13.9;16.8;2.2;15.73;13.1;2.31;11286
+71076;43.55422;-.32571;168;20220626;16.3;12.6;14.4;1.5;15.06;9.3;1.56;8080
+71076;43.55422;-.32571;168;20220627;19.1;13.9;16.5;1.2;15.8;.1;2.08;10502
+71076;43.55422;-.32571;168;20220628;24.8;13.5;19.2;1.1;15.23;.1;4.42;25098
+71076;43.55422;-.32571;168;20220629;23.8;11.9;17.8;1.8;15.5;3.6;3.89;21761
+71076;43.55422;-.32571;168;20220630;15.5;13.7;14.6;1.8;15.26;3.3;1.37;6534
+71076;43.55422;-.32571;168;20220701;23.4;9.2;16.3;1.3;13.23;0;4.31;26317
+71076;43.55422;-.32571;168;20220702;29.5;12;20.8;2.1;14.93;0;5.61;28177
+71076;43.55422;-.32571;168;20220703;26.9;14.9;20.9;2.4;17.03;2.4;4.71;23426
+71076;43.55422;-.32571;168;20220704;23;15.9;19.5;2.6;17.96;.1;3.26;16157
+71076;43.55422;-.32571;168;20220705;28.5;16.2;22.3;1.7;18.46;.1;4.95;25066
+71076;43.55422;-.32571;168;20220706;26.9;15.9;21.4;2.2;18.2;.1;4.38;21285
+71076;43.55422;-.32571;168;20220707;27.5;16.5;22;2.8;17.93;0;5.13;24891
+71076;43.55422;-.32571;168;20220708;29.5;15.6;22.5;1.7;17.7;.1;5.39;27325
+71076;43.55422;-.32571;168;20220709;31.4;15.1;23.2;1.5;17.83;.1;5.65;28281
+71076;43.55422;-.32571;168;20220710;32.3;15.2;23.8;1.1;17.43;0;5.71;29307
+71076;43.55422;-.32571;168;20220711;34.5;14.6;24.6;1.1;17.66;.1;5.93;29664
+71076;43.55422;-.32571;168;20220712;35.2;17.7;26.4;1.5;19.36;0;6.26;28787
+71076;43.55422;-.32571;168;20220713;35.1;15.7;25.4;1.1;15.96;0;6.02;29701
+71076;43.55422;-.32571;168;20220714;35.7;15.9;25.8;1.6;17.96;0;6.28;28828
+71076;43.55422;-.32571;168;20220715;34.4;19;26.7;1.9;19.63;0;6.01;25713
+71076;43.55422;-.32571;168;20220716;36.1;16.9;26.5;1.5;17.33;0;6.16;27327
+71076;43.55422;-.32571;168;20220717;37.2;17.3;27.3;2;16.6;0;6.79;27940
+71076;43.55422;-.32571;168;20220718;38.8;19.7;29.3;3;17.1;.3;7.84;27060
+71076;43.55422;-.32571;168;20220719;30.3;20.8;25.6;2.8;20.83;0;5.05;20411
+71076;43.55422;-.32571;168;20220720;27.1;19.7;23.4;2.1;18;.1;4.38;19393
+71076;43.55422;-.32571;168;20220721;31.9;18.1;25;1.7;18.46;0;5.56;25912
+71076;43.55422;-.32571;168;20220722;24.8;19.7;22.2;3.5;19.2;.2;3.5;13199
+71076;43.55422;-.32571;168;20220723;27.8;17.2;22.5;1.3;16.66;.2;4.42;21968
+71076;43.55422;-.32571;168;20220724;36.3;15.2;25.8;1.9;18.6;0;6.38;28064
+71076;43.55422;-.32571;168;20220725;27.5;20;23.8;3.1;19.53;.3;4.37;17322
+71076;43.55422;-.32571;168;20220726;25.9;16.3;21.1;1.8;16.66;.4;4.07;20191
+71076;43.55422;-.32571;168;20220727;27.2;13.2;20.2;1.4;14.53;0;4.69;25319
+71076;43.55422;-.32571;168;20220728;26.4;13.4;19.9;1.8;15.23;5.8;4.22;21582
+71076;43.55422;-.32571;168;20220729;24.9;16.1;20.5;1.4;17.63;1.4;3.09;14703
+71076;43.55422;-.32571;168;20220730;28.9;18.4;23.7;1.3;18.86;.1;4.24;20446
+71076;43.55422;-.32571;168;20220731;31.2;15.6;23.4;1.6;18.53;0;5.17;25374
+71076;43.55422;-.32571;168;20220801;32.8;17.5;25.1;2.1;19.16;0;5.59;24662
+71076;43.55422;-.32571;168;20220802;34.8;18.2;26.5;1.9;18.33;.1;5.99;26226
+71076;43.55422;-.32571;168;20220803;35.6;16.7;26.1;1.8;19.86;0;5.6;23708
+71076;43.55422;-.32571;168;20220804;31.9;20.5;26.2;2.6;22.56;.4;5.04;20638
+71076;43.55422;-.32571;168;20220805;29.1;19.2;24.1;2.8;20.26;0;4.82;21564
+71076;43.55422;-.32571;168;20220806;32.3;17;24.7;1.7;18.93;0;5.13;23914
+71076;43.55422;-.32571;168;20220807;33.3;16.4;24.8;1.6;16.8;0;5.42;25435
+71076;43.55422;-.32571;168;20220808;34.2;15.6;24.9;1.5;16.33;0;5.53;25862
+71076;43.55422;-.32571;168;20220809;34.9;17.6;26.3;1.7;17.96;0;5.5;23749
+71076;43.55422;-.32571;168;20220810;37.7;17.2;27.4;1.2;16.8;0;5.63;25694
+71076;43.55422;-.32571;168;20220811;38.8;20.4;29.6;1.6;17.43;0;5.83;23162
+71076;43.55422;-.32571;168;20220812;36.4;21.9;29.2;2.2;21.73;0;6;23262
+71076;43.55422;-.32571;168;20220813;32.1;20.9;26.5;2.1;22.13;1.7;4.38;17570
+71076;43.55422;-.32571;168;20220814;25.9;19.8;22.8;2.2;20.63;.3;3;12345
+71076;43.55422;-.32571;168;20220815;27.4;15.2;21.3;1.8;16.93;0;4.04;20227
+71076;43.55422;-.32571;168;20220816;26.5;15.3;20.9;1.9;17.23;9.9;3.46;16317
+71076;43.55422;-.32571;168;20220817;23.9;16.3;20.1;2.3;17.96;.5;3.24;16500
+71076;43.55422;-.32571;168;20220818;22.3;16.1;19.2;2.8;18.23;5.4;2.79;14487
+71076;43.55422;-.32571;168;20220819;26.9;15.7;21.3;1.5;17.5;1;3.87;20310
+71076;43.55422;-.32571;168;20220820;29.9;14.6;22.3;1.3;18.16;.3;4.22;22245
+71076;43.55422;-.32571;168;20220821;26.9;18.3;22.6;2.2;19.6;.2;3.47;15693
+71076;43.55422;-.32571;168;20220822;24.5;17.3;20.9;2.1;20.2;1.6;2.53;11730
+71076;43.55422;-.32571;168;20220823;29.2;18.7;23.9;1.3;20.9;0;3.69;18025
+71076;43.55422;-.32571;168;20220824;35.3;16.4;25.9;1.7;19.6;.5;5.01;22380
+71076;43.55422;-.32571;168;20220825;29.2;20.8;25;3.6;21.93;0;4.11;15016
+71076;43.55422;-.32571;168;20220826;28.5;19.4;24;2.3;20.2;.2;3.94;17336
+71076;43.55422;-.32571;168;20220827;30.8;18.3;24.6;1.8;19.16;.1;4.29;19788
+71076;43.55422;-.32571;168;20220828;34.7;15.7;25.2;1.5;17.26;.2;4.88;22990
+71076;43.55422;-.32571;168;20220829;32.5;20.3;26.4;2.2;17.46;9.7;4.14;12946
+71076;43.55422;-.32571;168;20220830;31.8;16.3;24;1.9;19.9;0;4.49;21418
+71076;43.55422;-.32571;168;20220831;27.8;19.8;23.8;2.3;21.76;3.1;3.13;12929
+71076;43.55422;-.32571;168;20220901;29.5;17.3;23.4;1.7;19.16;4.4;3.91;19230
+71076;43.55422;-.32571;168;20220902;25.9;17.4;21.7;2.2;19.2;.1;2.99;13546
+71076;43.55422;-.32571;168;20220903;26.5;17.4;21.9;1.4;18.3;.6;2.9;13845
+71076;43.55422;-.32571;168;20220904;32.7;14.5;23.6;1.5;17.16;.1;4.37;21192
+71076;43.55422;-.32571;168;20220905;33.9;17.1;25.5;2.1;17.6;.1;4.87;20704
+71076;43.55422;-.32571;168;20220906;31.8;15.4;23.6;2.4;16.03;0;4.77;21111
+71076;43.55422;-.32571;168;20220907;27.3;15.6;21.5;1.4;15.4;0;3.11;14739
+71076;43.55422;-.32571;168;20220908;27;12.4;19.7;1.6;14.66;1.6;3.4;17896
+71076;43.55422;-.32571;168;20220909;24.8;16.6;20.7;2.2;16.03;3.2;3.16;14496
+71076;43.55422;-.32571;168;20220910;28.8;12.5;20.7;1.6;14.46;0;3.83;20353
+71076;43.55422;-.32571;168;20220911;34.4;15.9;25.1;2.5;14.43;0;5.28;20224
+71076;43.55422;-.32571;168;20220912;38.2;18.9;28.5;2.6;16.7;1.5;5.65;18311
+71076;43.55422;-.32571;168;20220913;30.6;20.3;25.5;2.2;20.7;0;3.01;8709
+71076;43.55422;-.32571;168;20220914;31.1;17.6;24.4;2.1;16.63;.2;4.06;16705
+71076;43.55422;-.32571;168;20220915;28.6;16.5;22.6;2.2;16.63;.7;3.69;16486
+71076;43.55422;-.32571;168;20220916;24.9;17.5;21.2;2.6;17.2;.5;3.04;13237
+71076;43.55422;-.32571;168;20220917;22.8;9.8;16.3;1.6;10.86;0;3.05;18317
+71076;43.55422;-.32571;168;20220918;25.3;8.3;16.8;2;7.66;0;3.67;18170
+71076;43.55422;-.32571;168;20220919;27.2;6.6;16.9;1.3;8.4;0;3.35;19792
+71076;43.55422;-.32571;168;20220920;25.1;7.4;16.2;1.7;9.96;0;3.29;19271
+71076;43.55422;-.32571;168;20220921;24.7;8.5;16.6;2.1;10.83;0;3.35;18377
+71076;43.55422;-.32571;168;20220922;26.4;9.8;18.1;1.7;11.76;.1;3.25;17938
+71076;43.55422;-.32571;168;20220923;21.7;10.2;16;1.4;13.16;5.2;1.93;9856
+71076;43.55422;-.32571;168;20220924;17.1;12.2;14.7;2.3;15.06;5.9;1.26;6746
+71076;43.55422;-.32571;168;20220925;19.9;9.3;14.6;1.9;12.43;.2;2.15;12915
+71076;43.55422;-.32571;168;20220926;20.1;8.3;14.2;2.7;12.56;7.5;2.18;12188
+71076;43.55422;-.32571;168;20220927;17.2;13.3;15.2;4.2;15.03;12.4;1.52;7507
+71076;43.55422;-.32571;168;20220928;17;14.3;15.7;5.3;16.3;31.3;1.23;6155
+71076;43.55422;-.32571;168;20220929;15.9;12.9;14.4;3.4;14.36;8.8;1.33;6444
+71076;43.55422;-.32571;168;20220930;18.2;10.4;14.3;2.2;12.16;.3;1.99;11665
+71076;43.55422;-.32571;168;20221001;22.1;10.7;16.4;2.5;13.43;0;2.42;12799
+71076;43.55422;-.32571;168;20221002;23.8;10.9;17.3;1.3;15.23;.1;2.2;14323
+71076;43.55422;-.32571;168;20221003;24.9;13.5;19.2;1.3;15.5;0;2.3;13359
+71076;43.55422;-.32571;168;20221004;26.1;10.6;18.4;1;14.1;.1;2.39;15856
+71076;43.55422;-.32571;168;20221005;28.2;9.7;18.9;1.7;14;.4;2.85;15539
+71076;43.55422;-.32571;168;20221006;21.4;15.5;18.5;1.1;16.33;0;1.52;7635
+71076;43.55422;-.32571;168;20221007;25;11.8;18.4;1.8;15.56;0;2.3;12977
+71076;43.55422;-.32571;168;20221008;21.5;16;18.7;2;17.33;1.6;1.71;8594
+71076;43.55422;-.32571;168;20221009;27.9;12.2;20;1.6;14.8;.3;2.62;14222
+71076;43.55422;-.32571;168;20221010;22.1;13.8;18;1.4;16.86;16.7;1.43;6813
+71076;43.55422;-.32571;168;20221011;21.2;15.6;18.4;1;18.06;3.3;1.3;6987
+71076;43.55422;-.32571;168;20221012;22;15.4;18.7;1.3;17.2;.9;1.61;9293
+71076;43.55422;-.32571;168;20221013;22.3;14.3;18.3;2.1;16.73;1;1.74;9019
+71076;43.55422;-.32571;168;20221014;21.7;16.9;19.3;3.1;17.96;1.1;1.77;7751
+71076;43.55422;-.32571;168;20221015;26.5;11.8;19.2;1.7;15.13;0;2.31;13167
+71076;43.55422;-.32571;168;20221016;28.7;13.5;21.1;2;15.9;.1;2.65;12794
+71076;43.55422;-.32571;168;20221017;27.6;17;22.3;1.7;18.26;1.9;2.08;8647
+71076;43.55422;-.32571;168;20221018;30.1;15.2;22.6;2.6;16.9;0;3;12206
+71076;43.55422;-.32571;168;20221019;27.3;15.7;21.5;2.9;16.53;0;2.57;6758
+71076;43.55422;-.32571;168;20221020;25.4;16.3;20.8;2.5;14.7;.3;2.36;5605
+71076;43.55422;-.32571;168;20221021;19.6;16.3;17.9;1.8;14.56;3.1;1.39;2940
+71076;43.55422;-.32571;168;20221022;26.2;11.6;18.9;2.3;13.6;0;2.45;11567
+71076;43.55422;-.32571;168;20221023;27.3;16.2;21.7;3;13;0;3.17;7022
+71076;43.55422;-.32571;168;20221024;25;14.9;20;1.8;11.73;0;2.29;9706
+71076;43.55422;-.32571;168;20221025;24.8;13;18.9;2.5;12.93;0;2.26;6224
+71076;43.55422;-.32571;168;20221026;26.2;12.6;19.4;2.4;14.23;0;2.26;9038
+71076;43.55422;-.32571;168;20221027;24.9;17.4;21.2;3.4;13.36;.1;2.73;4032
+71076;43.55422;-.32571;168;20221028;25.3;17.6;21.5;2.8;13.7;0;2.6;5321
+71076;43.55422;-.32571;168;20221029;24.6;16.4;20.5;2.4;14.23;.1;2.18;6268
+71076;43.55422;-.32571;168;20221030;21.7;11.7;16.7;1.3;14.66;1.1;1.28;7816
+71076;43.55422;-.32571;168;20221031;20.2;11.7;15.9;2.1;15.03;2.4;1.15;4248
+71076;43.55422;-.32571;168;20221101;19.9;13.1;16.5;1.7;14.66;0;1.28;7715
+71076;43.55422;-.32571;168;20221102;20.4;10.5;15.5;1.4;12.83;.1;1.3;9303
+71076;43.55422;-.32571;168;20221103;21.8;9.6;15.7;3;12.23;9.3;1.92;5343
+71076;43.55422;-.32571;168;20221104;14.4;10.3;12.4;5;11.46;8.3;1.42;6012
+71076;43.55422;-.32571;168;20221105;16.9;7.3;12.1;1.4;10.46;0;1.1;9517
+71076;43.55422;-.32571;168;20221106;19.6;5.1;12.3;2.3;9.6;.1;1.61;9144
+71076;43.55422;-.32571;168;20221107;20.6;7.2;13.9;2.1;10.53;.3;1.56;9027
+71076;43.55422;-.32571;168;20221108;18.4;10.3;14.3;2.6;12.63;1.1;1.26;3354
+71076;43.55422;-.32571;168;20221109;15.1;12.1;13.6;1.6;13.36;4.8;.78;2734
+71076;43.55422;-.32571;168;20221110;17.3;7.7;12.5;1.6;11.26;.1;1.04;8838
+71076;43.55422;-.32571;168;20221111;17;4.8;10.9;1.7;10.53;.1;.94;7358
+71076;43.55422;-.32571;168;20221112;21.7;8.3;15;1.9;12.03;.1;1.39;8832
+71076;43.55422;-.32571;168;20221113;23.5;7.1;15.3;1.6;11.13;.1;1.45;9203
+71076;43.55422;-.32571;168;20221114;14.3;8.2;11.2;1.8;11.73;1.2;.71;2724
+71076;43.55422;-.32571;168;20221115;15.7;10.8;13.2;2.2;13.1;9;.81;3055
+71076;43.55422;-.32571;168;20221116;19.1;9.2;14.2;2.1;12.23;.8;1.16;7232
+71076;43.55422;-.32571;168;20221117;17.4;13.8;15.6;3.5;14.13;13.2;1.25;4270
+71076;43.55422;-.32571;168;20221118;11.1;8.9;10;3.4;11.06;12.5;.67;2666
+71076;43.55422;-.32571;168;20221119;10.9;6.9;8.9;3.4;9.53;2.3;.84;4689
+71076;43.55422;-.32571;168;20221120;14.6;4;9.3;2.7;9.93;10.1;.88;4939
+71076;43.55422;-.32571;168;20221121;13.7;9;11.3;3.8;11.26;42.1;.98;1667
+71076;43.55422;-.32571;168;20221122;11.1;6.5;8.8;4.3;9.66;15.3;.85;3248
+71076;43.55422;-.32571;168;20221123;15.8;9.3;12.5;3.9;12.7;5.7;.88;4583
+71076;43.55422;-.32571;168;20221124;14.6;6.9;10.8;2.2;10.43;4.3;.86;3725
+71076;43.55422;-.32571;168;20221125;12.3;7.5;9.9;2.4;10.86;8.3;.63;3511
+71076;43.55422;-.32571;168;20221126;13.3;4;8.6;1.7;9;0;.7;5653
+71076;43.55422;-.32571;168;20221127;14.4;3.5;8.9;1.8;8.86;9.6;.81;5318
+71076;43.55422;-.32571;168;20221128;11.3;8.4;9.8;3.8;10.96;9.7;.64;3753
+71076;43.55422;-.32571;168;20221129;12.9;8.3;10.6;2.2;11.16;1.4;.64;4067
+71076;43.55422;-.32571;168;20221130;9.1;4.9;7;1.8;9.06;0;.43;4331
+71076;43.55422;-.32571;168;20221201;5.2;3.5;4.4;.9;7.9;0;.39;1450
+71076;43.55422;-.32571;168;20221202;8.4;2.4;5.4;.9;8;.1;.39;4523
+71076;43.55422;-.32571;168;20221203;5.8;3.8;4.8;1;8.2;.8;.39;1137
+71076;43.55422;-.32571;168;20221204;10.3;.7;5.5;1.4;7.33;0;.48;6469
+71076;43.55422;-.32571;168;20221205;13;1.4;7.2;2.3;6.9;0;.93;6479
+71076;43.55422;-.32571;168;20221206;12;6.8;9.4;1.5;9.26;.1;.68;2913
+71076;43.55422;-.32571;168;20221207;14.6;7.6;11.1;1.1;10.43;0;.58;4866
+71076;43.55422;-.32571;168;20221208;9.5;6;7.7;1.9;9.7;4.7;.46;1829
+71076;43.55422;-.32571;168;20221209;11.1;6.6;8.8;1.9;10.13;1.8;.54;2375
+71076;43.55422;-.32571;168;20221210;5.1;.4;2.8;2.4;5.9;0;.51;6017
+71076;43.55422;-.32571;168;20221211;5.2;-3;1.1;1.6;5.16;.1;.5;3862
+71076;43.55422;-.32571;168;20221212;7;-.4;3.3;1.9;7.56;10.6;.33;1968
+71076;43.55422;-.32571;168;20221213;14.7;6.7;10.7;3.6;13.6;2.9;.17;3203
+71076;43.55422;-.32571;168;20221214;18.5;11.3;14.9;2.4;13.1;4.2;.99;5139
+71076;43.55422;-.32571;168;20221215;15.5;9.7;12.6;2.2;12.03;7.3;.74;4479
+71076;43.55422;-.32571;168;20221216;10.2;9.7;10;2.3;10.6;3.4;.68;766
+71076;43.55422;-.32571;168;20221217;8.9;2.8;5.9;1.2;8.46;0;.38;3386
+71076;43.55422;-.32571;168;20221218;14.1;3.2;8.6;2.9;8.46;0;.89;6168
+71076;43.55422;-.32571;168;20221219;13.9;5.9;9.9;3;9.8;.6;.85;4280
+71076;43.55422;-.32571;168;20221220;11.5;9.2;10.4;2.5;11.3;6.9;.64;584
+71076;43.55422;-.32571;168;20221221;18.4;9.2;13.8;2.2;12.03;0;.92;6091
+71076;43.55422;-.32571;168;20221222;18.2;8.8;13.5;2;11.9;.2;.92;4402
+71076;43.55422;-.32571;168;20221223;17.9;9.2;13.5;1.6;12.13;0;.8;4071
+71076;43.55422;-.32571;168;20221224;19.2;7.6;13.4;1.6;11.46;0;.79;6579
+71076;43.55422;-.32571;168;20221225;19.7;5.6;12.6;2;10.13;0;1.07;6416
+71076;43.55422;-.32571;168;20221226;17;7.4;12.2;1.7;10.66;1;.83;4286
+71076;43.55422;-.32571;168;20221227;13.5;10.4;12;1.3;12.33;1.1;.53;2866
+71076;43.55422;-.32571;168;20221228;18.1;7;12.6;1.7;10.4;0;.85;6486
+71076;43.55422;-.32571;168;20221229;15.6;10.2;12.9;2.5;10.56;8.8;1.18;2442
+71076;43.55422;-.32571;168;20221230;20.6;9.6;15.1;3.1;11.86;0;1.56;4582
+71076;43.55422;-.32571;168;20221231;19;9.1;14.1;2.1;11.16;0;1.06;5267
+71077;43.58474;-.01915;140;20220101;20.7;3.9;12.3;1.6;8.46;0;1.03;7195
+71077;43.58474;-.01915;140;20220102;17.2;5.9;11.5;1.5;9.61;.1;.79;5599
+71077;43.58474;-.01915;140;20220103;16.3;5.4;10.9;1.7;9.81;.1;.68;6483
+71077;43.58474;-.01915;140;20220104;20.4;6.3;13.3;3.6;9.61;10.3;1.92;6583
+71077;43.58474;-.01915;140;20220105;8.2;5.3;6.7;1.8;7.51;0;.68;3071
+71077;43.58474;-.01915;140;20220106;8.4;.7;4.5;1;5.56;.1;.44;6243
+71077;43.58474;-.01915;140;20220107;9.4;-1.7;3.8;3.1;7.41;4.2;.47;5120
+71077;43.58474;-.01915;140;20220108;11;6.9;8.9;6;9.71;5.5;.86;3061
+71077;43.58474;-.01915;140;20220109;9.9;8.6;9.3;5.8;11.11;28.5;.47;550
+71077;43.58474;-.01915;140;20220110;12;9.7;10.9;4.5;12.16;15.1;.54;1493
+71077;43.58474;-.01915;140;20220111;10;5.5;7.8;1.1;8.76;.2;.5;4837
+71077;43.58474;-.01915;140;20220112;5.7;-1;2.3;1.1;6.46;0;.39;4769
+71077;43.58474;-.01915;140;20220113;5;-2.6;1.2;1.4;6.06;0;.37;5996
+71077;43.58474;-.01915;140;20220114;5.6;-2.1;1.8;1;5.96;.1;.36;6185
+71077;43.58474;-.01915;140;20220115;10.9;-3.5;3.7;1.4;5.26;.1;.72;8304
+71077;43.58474;-.01915;140;20220116;11;-2;4.5;1.2;5.61;0;.61;8033
+71077;43.58474;-.01915;140;20220117;9.9;-2.4;3.8;1.3;5.91;.1;.58;7873
+71077;43.58474;-.01915;140;20220118;2.6;-.9;.8;1.5;6.31;.1;.29;2864
+71077;43.58474;-.01915;140;20220119;10;2.1;6;3.1;8.06;1.4;.71;4824
+71077;43.58474;-.01915;140;20220120;10.2;6.2;8.2;2.1;8.91;3.6;.72;3342
+71077;43.58474;-.01915;140;20220121;5.2;-.8;2.2;1.3;6.01;.1;.45;5940
+71077;43.58474;-.01915;140;20220122;7.3;-3.3;2;.9;5.31;0;.47;8339
+71077;43.58474;-.01915;140;20220123;9.1;-3.3;2.9;1.1;5.61;0;.57;8552
+71077;43.58474;-.01915;140;20220124;13.1;-1.6;5.8;1.4;6.01;0;.82;9159
+71077;43.58474;-.01915;140;20220125;13.5;-1.8;5.8;1;6.21;0;.71;9163
+71077;43.58474;-.01915;140;20220126;12.2;-2.5;4.8;1.2;6.21;0;.72;9375
+71077;43.58474;-.01915;140;20220127;11.6;-2.5;4.6;1.2;6.26;.1;.71;9638
+71077;43.58474;-.01915;140;20220128;8.1;-.7;3.7;1;6.51;0;.53;6601
+71077;43.58474;-.01915;140;20220129;2.5;-1.8;.3;1.3;6.01;0;.34;3803
+71077;43.58474;-.01915;140;20220130;1.7;-.9;.4;1.3;6.21;.1;.33;2769
+71077;43.58474;-.01915;140;20220131;9;1.2;5.1;3.6;8.31;1.8;.53;4809
+71077;43.58474;-.01915;140;20220201;9;.9;5;2.9;7.86;.1;.64;6627
+71077;43.58474;-.01915;140;20220202;11.1;7;9;2.4;9.91;0;.78;4866
+71077;43.58474;-.01915;140;20220203;13.4;4;8.7;2.4;9.66;0;.83;6453
+71077;43.58474;-.01915;140;20220204;12.7;5;8.9;2.6;10.21;1;.72;5601
+71077;43.58474;-.01915;140;20220205;10.7;7.7;9.2;2.2;8.16;.2;1.1;6372
+71077;43.58474;-.01915;140;20220206;10.3;-1;4.7;3;7.41;.5;.82;7999
+71077;43.58474;-.01915;140;20220207;12.6;7.6;10.1;3.5;9.86;1.3;1.1;5302
+71077;43.58474;-.01915;140;20220208;14.5;3;8.7;1.8;8.06;0;1.14;10916
+71077;43.58474;-.01915;140;20220209;18.5;1.1;9.8;1.4;7.21;0;1.41;11833
+71077;43.58474;-.01915;140;20220210;8.1;1.9;5;1.3;7.95;.8;1.35;11550
+71077;43.58474;-.01915;140;20220211;10.8;7.2;9;1.4;9.45;1.2;.76;3800
+71077;43.58474;-.01915;140;20220212;15;3;9;1.3;8;0;1.16;10000
+71077;43.58474;-.01915;140;20220213;18.6;2.6;10.6;2.2;8.75;3.9;1.7;12000
+71077;43.58474;-.01915;140;20220214;10.8;7.2;9;4.8;9.25;9.9;1.15;6966
+71077;43.58474;-.01915;140;20220215;11.6;5.5;8.5;4.5;9.13;.7;1.22;7366
+71077;43.58474;-.01915;140;20220216;12.7;8.6;10.6;5.6;11.01;2.2;1.14;4485
+71077;43.58474;-.01915;140;20220217;14.3;11.4;12.9;4;12.46;.5;1.19;4617
+71077;43.58474;-.01915;140;20220218;17.1;5.4;11.2;2.8;10.46;.9;1.48;10312
+71077;43.58474;-.01915;140;20220219;11.8;7.1;9.4;2.1;8.86;.3;1.15;7888
+71077;43.58474;-.01915;140;20220220;13.3;3.4;8.3;3.8;9.31;.8;1.18;7884
+71077;43.58474;-.01915;140;20220221;13.5;9.5;11.5;5.7;9.66;1.2;1.93;7243
+71077;43.58474;-.01915;140;20220222;14.8;5.8;10.3;2.4;8.86;0;1.57;11831
+71077;43.58474;-.01915;140;20220223;16.2;2.9;9.5;1.7;8.61;0;1.53;13236
+71077;43.58474;-.01915;140;20220224;13.1;4.4;8.7;3.1;9.71;1.2;1.07;7185
+71077;43.58474;-.01915;140;20220225;11.3;5.4;8.4;1.9;7.31;0;1.38;9429
+71077;43.58474;-.01915;140;20220226;13.7;1.3;7.5;2.6;5.71;0;1.95;14310
+71077;43.58474;-.01915;140;20220227;16.2;1.5;8.8;1.7;7.86;0;1.62;12763
+71077;43.58474;-.01915;140;20220228;18.7;3.1;10.9;1.1;8.41;0;1.71;14227
+71077;43.58474;-.01915;140;20220301;17.6;2.7;10.1;1.9;8.06;0;1.91;14457
+71077;43.58474;-.01915;140;20220302;12.2;6.2;9.2;2;9.71;2.3;1.07;7443
+71077;43.58474;-.01915;140;20220303;16;4.5;10.2;2.3;9.76;4.5;1.62;12610
+71077;43.58474;-.01915;140;20220304;10.4;8.5;9.4;4.3;9.61;1.9;1.14;3843
+71077;43.58474;-.01915;140;20220305;10.7;6.4;8.5;1.8;8.21;0;1.2;6849
+71077;43.58474;-.01915;140;20220306;9.7;4.9;7.3;1.2;7.86;.1;1.05;7217
+71077;43.58474;-.01915;140;20220307;12.5;.5;6.5;1.5;7.36;0;1.5;14523
+71077;43.58474;-.01915;140;20220308;11.2;2.6;6.9;2.1;8.31;.5;1.17;9392
+71077;43.58474;-.01915;140;20220309;16.9;1.3;9.1;2.3;8.66;.3;1.95;15845
+71077;43.58474;-.01915;140;20220310;15.7;8.4;12;2.2;10.56;.6;1.57;9005
+71077;43.58474;-.01915;140;20220311;13.8;6.4;10.1;2.2;10.26;9.2;1.27;8252
+71077;43.58474;-.01915;140;20220312;13.8;7.2;10.5;2.8;9.81;.8;1.68;11836
+71077;43.58474;-.01915;140;20220313;13.9;6.9;10.4;3.2;8.76;2.8;1.92;11403
+71077;43.58474;-.01915;140;20220314;13.9;4.9;9.4;3.1;9.56;0;1.49;9977
+71077;43.58474;-.01915;140;20220315;19.1;12.2;15.6;3.4;12.11;0;2.46;11718
+71077;43.58474;-.01915;140;20220316;16.2;10.1;13.2;2.9;12.16;3;1.56;8473
+71077;43.58474;-.01915;140;20220317;11.5;11.2;11.3;3;11.96;5.8;.8;2593
+71077;43.58474;-.01915;140;20220318;11.3;7.7;9.5;1.4;9.95;0;.99;5200
+71077;43.58474;-.01915;140;20220319;17.1;4.3;10.7;2.1;9.85;0;2.12;15600
+71077;43.58474;-.01915;140;20220320;18.2;7.1;12.6;1.9;10.5;0;2.09;12800
+71077;43.58474;-.01915;140;20220321;19.2;7.1;13.1;3.3;10.2;.1;2.86;17550
+71077;43.58474;-.01915;140;20220322;18.1;6.6;12.3;2.7;8.4;0;2.84;16300
+71077;43.58474;-.01915;140;20220323;17.4;3.7;10.5;1.7;8.05;0;2.6;20050
+71077;43.58474;-.01915;140;20220324;18.2;2.3;10.2;1.4;8.3;0;2.38;18350
+71077;43.58474;-.01915;140;20220325;19.4;5.8;12.6;1.8;8.7;0;2.76;17800
+71077;43.58474;-.01915;140;20220326;19.1;4.2;11.7;2.3;7.75;0;3.05;19500
+71077;43.58474;-.01915;140;20220327;21.1;3.7;12.4;1.6;8.9;0;2.84;19200
+71077;43.58474;-.01915;140;20220328;21;4.8;12.9;1.4;9.25;0;2.39;14100
+71077;43.58474;-.01915;140;20220329;18.7;6.1;12.4;1.8;10.5;4.6;2.02;11200
+71077;43.58474;-.01915;140;20220330;11.9;9.9;10.9;2.5;11.7;5.9;.85;3000
+71077;43.58474;-.01915;140;20220331;13.1;8.5;10.8;3.9;9.75;5.1;2;12200
+71077;43.58474;-.01915;140;20220401;9;1.5;5.3;4.2;5.95;.9;2.09;15300
+71077;43.58474;-.01915;140;20220402;9.1;1.5;5.3;3.4;5.4;.1;2.16;15000
+71077;43.58474;-.01915;140;20220403;7.7;-1.7;3;1.9;5.34;0;1.67;15131
+71077;43.58474;-.01915;140;20220404;11.5;-2.2;4.6;1.7;5.19;0;2.29;20991
+71077;43.58474;-.01915;140;20220405;16.2;-3.3;6.5;1.4;5.99;0;2.75;23350
+71077;43.58474;-.01915;140;20220406;12.6;3.5;8.1;2.2;9.2;0;1.22;6650
+71077;43.58474;-.01915;140;20220407;19.9;7.2;13.5;4.4;10.75;.5;3.03;15300
+71077;43.58474;-.01915;140;20220408;21.8;8.7;15.3;3.9;11.55;1.2;3.17;13150
+71077;43.58474;-.01915;140;20220409;15.4;8;11.7;2.3;8.9;.9;2.5;15150
+71077;43.58474;-.01915;140;20220410;20.6;.4;10.5;2.4;7.7;0;3.54;23250
+71077;43.58474;-.01915;140;20220411;22;8.7;15.3;4;11.5;0;3.78;19800
+71077;43.58474;-.01915;140;20220412;18.9;11.3;15.1;3.3;12.25;2.1;2.41;9900
+71077;43.58474;-.01915;140;20220413;15.7;11.5;13.6;1.6;13.3;1.5;1.27;5700
+71077;43.58474;-.01915;140;20220414;21.5;9.9;15.7;1.6;12.7;0;3.19;20200
+71077;43.58474;-.01915;140;20220415;20.8;9.5;15.2;2;13.35;.1;2.44;13450
+71077;43.58474;-.01915;140;20220416;22.9;10.5;16.7;2.6;13.05;.1;3.52;19450
+71077;43.58474;-.01915;140;20220417;21.8;9.2;15.5;3;12.65;0;3.42;19950
+71077;43.58474;-.01915;140;20220418;18.7;11.3;15;2.8;11.95;0;2.62;13100
+71077;43.58474;-.01915;140;20220419;11.9;8.9;10.4;2.4;11.15;14.4;.92;3300
+71077;43.58474;-.01915;140;20220420;12.8;8;10.4;2.9;10.95;4.9;1.3;7200
+71077;43.58474;-.01915;140;20220421;14;8.7;11.4;2.2;11.9;0;1.12;5250
+71077;43.58474;-.01915;140;20220422;19.9;9.1;14.5;1.8;11.51;4.2;3.13;19800
+71077;43.58474;-.01915;140;20220423;14;10.4;12.2;3.6;11.5;5.7;1.7;7350
+71077;43.58474;-.01915;140;20220424;16.8;9.5;13.1;4.4;12;2.1;2.07;9500
+71077;43.58474;-.01915;140;20220425;19.6;4.8;12.2;1.5;10.95;0;3.03;21350
+71077;43.58474;-.01915;140;20220426;23.8;6.4;15.1;1.8;11.45;0;3.74;22200
+71077;43.58474;-.01915;140;20220427;19.7;10.7;15.2;1.8;13.7;2;2.12;10650
+71077;43.58474;-.01915;140;20220428;16.4;12.8;14.6;1.8;14.45;.2;1.24;5050
+71077;43.58474;-.01915;140;20220429;19.6;10.6;15.1;1.7;14.2;0;2.24;12600
+71077;43.58474;-.01915;140;20220430;20.7;12.6;16.7;2.2;13.65;0;3;16150
+71077;43.58474;-.01915;140;20220501;19.8;10.8;15.3;2.1;12.8;0;2.82;15950
+71077;43.58474;-.01915;140;20220502;18.4;11.5;14.9;1.9;12.7;0;2.27;11500
+71077;43.58474;-.01915;140;20220503;20.1;11.3;15.7;2.1;13.1;2.3;2.66;13850
+71077;43.58474;-.01915;140;20220504;19.5;12.4;16;2.7;13.5;.2;2.36;10250
+71077;43.58474;-.01915;140;20220505;21.4;9.1;15.3;2.5;11.8;0;3.56;20150
+71077;43.58474;-.01915;140;20220506;20.6;9.8;15.2;3.8;12.21;0;2.69;9726
+71077;43.58474;-.01915;140;20220507;23.3;11.2;17.2;3.1;13.21;0;2.99;10889
+71077;43.58474;-.01915;140;20220508;24.3;12.4;18.3;2.5;13.51;0;3.06;11377
+71077;43.58474;-.01915;140;20220509;26.2;10.8;18.5;1.6;13.11;0;3.23;13721
+71077;43.58474;-.01915;140;20220510;29.8;11.9;20.8;1.3;13.16;.1;3.51;14776
+71077;43.58474;-.01915;140;20220511;28;12.2;20.1;1.8;15.26;0;3.45;14266
+71077;43.58474;-.01915;140;20220512;22;14.4;18.2;1.6;15.51;0;2.07;8209
+71077;43.58474;-.01915;140;20220513;24.3;13.9;19.1;1.6;16.16;0;2.51;10396
+71077;43.58474;-.01915;140;20220514;28.6;13;20.8;1.8;16.56;0;3.47;14224
+71077;43.58474;-.01915;140;20220515;29.4;14.2;21.8;2;17.36;3.4;3.66;14335
+71077;43.58474;-.01915;140;20220516;28.3;14.6;21.4;1.3;17.26;0;3.05;12914
+71077;43.58474;-.01915;140;20220517;30.4;15.1;22.7;2;16.71;0;3.89;14138
+71077;43.58474;-.01915;140;20220518;31.5;15.3;23.4;2;17.11;2.4;4.06;14454
+71077;43.58474;-.01915;140;20220519;26.5;16.9;21.7;2.3;18.96;.2;2.95;10940
+71077;43.58474;-.01915;140;20220520;24.7;16.4;20.6;2.2;18.76;.1;2.68;11070
+71077;43.58474;-.01915;140;20220521;30.7;14.8;22.7;1.4;19.71;0;3.47;14391
+71077;43.58474;-.01915;140;20220522;28.9;18.2;23.5;2.8;21.16;.6;3.33;11508
+71077;43.58474;-.01915;140;20220523;22.2;16.3;19.2;5.7;14.61;.3;3.48;8244
+71077;43.58474;-.01915;140;20220524;16.8;12.3;14.6;3.1;12.81;5.2;1.82;5893
+71077;43.58474;-.01915;140;20220525;18;9.5;13.8;2.3;12.31;0;2.07;9736
+71077;43.58474;-.01915;140;20220526;20.3;10.4;15.4;1.6;13.21;0;2.34;10846
+71077;43.58474;-.01915;140;20220527;25.6;13;19.3;1.3;14.46;0;2.84;12016
+71077;43.58474;-.01915;140;20220528;27.2;11.9;19.6;1.8;13.71;0;3.48;14018
+71077;43.58474;-.01915;140;20220529;25.7;10.4;18.1;1.4;10.96;0;3.4;14322
+71077;43.58474;-.01915;140;20220530;25.1;9.2;17.1;2;10.36;.2;3.68;14645
+71077;43.58474;-.01915;140;20220531;27;13.6;20.3;1.9;12.36;0;3.7;13738
+71077;43.58474;-.01915;140;20220601;31.7;14;22.9;1.9;15.36;2.8;4.34;15715
+71077;43.58474;-.01915;140;20220602;27.6;16.7;22.2;2.9;18.06;1.3;3.57;12176
+71077;43.58474;-.01915;140;20220603;27.7;18;22.8;2.2;20.11;2.3;3.1;11356
+71077;43.58474;-.01915;140;20220604;21.8;18;19.9;2.1;19.21;5.8;1.97;7642
+71077;43.58474;-.01915;140;20220605;23.6;16.6;20.1;2.2;17.06;0;2.68;10092
+71077;43.58474;-.01915;140;20220606;26;15;20.5;1.8;16.31;0;3.15;12907
+71077;43.58474;-.01915;140;20220607;23.9;16.4;20.2;1.4;16.21;.3;2.48;9456
+71077;43.58474;-.01915;140;20220608;19.1;14.9;17;2.4;16.96;2.9;1.76;7816
+71077;43.58474;-.01915;140;20220609;23.7;13.7;18.7;2.1;14.71;.1;2.97;11720
+71077;43.58474;-.01915;140;20220610;28.8;11.8;20.3;1.6;14.71;.1;3.77;16012
+71077;43.58474;-.01915;140;20220611;30.9;14.9;22.9;2;17.06;0;5.65;27204
+71077;43.58474;-.01915;140;20220612;28.6;17.5;23;2.8;19.56;3.2;4.59;19745
+71077;43.58474;-.01915;140;20220613;29.4;18.3;23.8;2;20.56;.1;4.82;22983
+71077;43.58474;-.01915;140;20220614;35.8;18.3;27;1.6;22.46;.7;5.85;26024
+71077;43.58474;-.01915;140;20220615;33.7;19.2;26.4;2;21.86;0;5.92;26433
+71077;43.58474;-.01915;140;20220616;36;19.4;27.7;1.5;21.76;0;5.77;25043
+71077;43.58474;-.01915;140;20220617;37.7;20.2;28.9;2;21.26;0;6.93;28597
+71077;43.58474;-.01915;140;20220618;40.6;19.9;30.3;2.4;20.56;0;7.77;29400
+71077;43.58474;-.01915;140;20220619;29.9;18.7;24.3;2.7;19.86;.8;4.91;20668
+71077;43.58474;-.01915;140;20220620;29;18.5;23.7;2.8;18.96;3.3;4.99;21843
+71077;43.58474;-.01915;140;20220621;25.7;18.5;22.1;2.4;20.01;2.3;3.47;15743
+71077;43.58474;-.01915;140;20220622;24.7;17.3;21;2.9;18.86;2.7;3.91;19137
+71077;43.58474;-.01915;140;20220623;26.7;15.5;21.1;1.6;18.51;6.1;4.21;21882
+71077;43.58474;-.01915;140;20220624;24.8;16.2;20.5;1.6;17.01;.2;4.2;22395
+71077;43.58474;-.01915;140;20220625;19.3;14.4;16.8;2;15.96;9.9;2.43;12641
+71077;43.58474;-.01915;140;20220626;16.2;13;14.6;1.4;15.01;12.2;1.65;8909
+71077;43.58474;-.01915;140;20220627;19.2;14.2;16.7;1.4;15.61;.4;2.33;12341
+71077;43.58474;-.01915;140;20220628;25.1;13.5;19.3;1.2;14.96;.1;4.53;25956
+71077;43.58474;-.01915;140;20220629;24.5;12.2;18.4;1.8;15.56;1.9;4.15;23629
+71077;43.58474;-.01915;140;20220630;15.2;14.1;14.6;2;15.16;2.4;1.28;5901
+71077;43.58474;-.01915;140;20220701;23.7;10.1;16.9;1.3;13.31;0;4.38;26667
+71077;43.58474;-.01915;140;20220702;30.3;11.5;20.9;1.7;14.81;0;5.65;29589
+71077;43.58474;-.01915;140;20220703;27.7;15.1;21.4;2.5;17.01;1.7;4.77;22960
+71077;43.58474;-.01915;140;20220704;23.8;16.1;19.9;2.5;17.71;.1;3.46;17426
+71077;43.58474;-.01915;140;20220705;28.7;16.4;22.5;1.6;18.46;0;4.77;23939
+71077;43.58474;-.01915;140;20220706;27.8;16.1;22;2.8;17.81;.2;4.65;21304
+71077;43.58474;-.01915;140;20220707;28;16.3;22.2;3.3;17.46;0;5.28;24385
+71077;43.58474;-.01915;140;20220708;30.2;15.8;23;1.8;17.21;.1;5.33;26187
+71077;43.58474;-.01915;140;20220709;32;15;23.5;1.6;17.31;.1;5.6;27839
+71077;43.58474;-.01915;140;20220710;33.3;15.2;24.2;1.2;16.86;0;5.87;29686
+71077;43.58474;-.01915;140;20220711;35.7;14.4;25.1;1;17.26;0;6.01;30162
+71077;43.58474;-.01915;140;20220712;35.6;17.4;26.5;1.5;18.81;0;6.27;28761
+71077;43.58474;-.01915;140;20220713;35.6;15.7;25.6;1.1;16.31;0;6.03;29931
+71077;43.58474;-.01915;140;20220714;36.1;15.9;26;1.3;17.91;0;6.23;29346
+71077;43.58474;-.01915;140;20220715;35;19.1;27;2.1;19.31;0;6.13;25849
+71077;43.58474;-.01915;140;20220716;37;16.2;26.6;1.3;17.21;0;6.24;28837
+71077;43.58474;-.01915;140;20220717;38.2;16.2;27.2;1.7;16.66;0;6.66;28747
+71077;43.58474;-.01915;140;20220718;39.5;18;28.8;2.5;17.36;.5;7.7;28807
+71077;43.58474;-.01915;140;20220719;30.7;21.2;26;2.8;21.31;0;4.93;19988
+71077;43.58474;-.01915;140;20220720;27.4;20;23.7;2.4;17.76;0;4.5;18975
+71077;43.58474;-.01915;140;20220721;32.3;18.5;25.4;1.5;18.06;0;5.37;24849
+71077;43.58474;-.01915;140;20220722;25.3;19.7;22.5;3.4;19.21;.1;3.63;14479
+71077;43.58474;-.01915;140;20220723;28;16.9;22.4;1.3;17.36;.4;4.27;21866
+71077;43.58474;-.01915;140;20220724;36.9;15.2;26;1.8;18.36;0;6.42;28434
+71077;43.58474;-.01915;140;20220725;27.6;20.6;24.1;3.1;19.26;.2;4.27;16644
+71077;43.58474;-.01915;140;20220726;26.5;16;21.3;1.9;16.46;.3;4.08;20067
+71077;43.58474;-.01915;140;20220727;27.9;14.1;21;1.8;14.46;0;4.83;24446
+71077;43.58474;-.01915;140;20220728;27.1;13.6;20.4;1.7;15.41;5.4;4.45;23390
+71077;43.58474;-.01915;140;20220729;25.3;16.6;20.9;1.5;17.57;1.3;3.17;14566
+71077;43.58474;-.01915;140;20220730;29.2;18.7;23.9;1.4;18.71;0;4.32;20767
+71077;43.58474;-.01915;140;20220731;32.2;15.6;23.9;2;18.46;0;5.34;25338
+71077;43.58474;-.01915;140;20220801;33.3;17.8;25.6;2.2;19.01;0;5.56;24353
+71077;43.58474;-.01915;140;20220802;35.5;18.1;26.8;1.9;17.66;.1;6.02;26190
+71077;43.58474;-.01915;140;20220803;36.3;16.4;26.3;2;19.71;0;5.88;25427
+71077;43.58474;-.01915;140;20220804;33;20.9;26.9;2.6;22.51;.4;5.05;20047
+71077;43.58474;-.01915;140;20220805;29.8;19.2;24.5;2.7;20.36;0;4.82;21292
+71077;43.58474;-.01915;140;20220806;32.8;17;24.9;1.7;19.21;0;5.1;23810
+71077;43.58474;-.01915;140;20220807;33.9;16.9;25.4;1.6;16.71;0;5.37;25117
+71077;43.58474;-.01915;140;20220808;34.8;15;24.9;1.6;15.96;0;5.62;26537
+71077;43.58474;-.01915;140;20220809;35.8;17.6;26.7;1.6;17.21;0;5.69;25158
+71077;43.58474;-.01915;140;20220810;37.7;16.2;26.9;1.3;16.76;0;5.65;26164
+71077;43.58474;-.01915;140;20220811;39;20.2;29.6;1.3;17.61;0;5.72;24331
+71077;43.58474;-.01915;140;20220812;37.4;22.2;29.8;2.2;21.56;0;6.12;23723
+71077;43.58474;-.01915;140;20220813;32.7;21.2;27;2;21.76;1.5;4.64;18781
+71077;43.58474;-.01915;140;20220814;26.1;19.8;23;2.5;20.31;.3;3.21;13380
+71077;43.58474;-.01915;140;20220815;27.7;16.7;22.2;1.6;17.31;0;3.94;19306
+71077;43.58474;-.01915;140;20220816;26.5;15.3;20.9;1.9;17.26;14.6;3.5;17455
+71077;43.58474;-.01915;140;20220817;24;15.9;20;2.1;17.66;0;3.34;18101
+71077;43.58474;-.01915;140;20220818;23.5;16.1;19.8;2.8;17.81;3.5;3.12;15716
+71077;43.58474;-.01915;140;20220819;27.2;15.8;21.5;1.6;17.26;.4;3.71;18861
+71077;43.58474;-.01915;140;20220820;29.6;14.8;22.2;1.2;18.01;.2;4.07;21824
+71077;43.58474;-.01915;140;20220821;27.5;17.6;22.5;1.9;19.21;.2;3.64;17583
+71077;43.58474;-.01915;140;20220822;24.6;17.9;21.2;2.6;20.01;1.2;2.8;12623
+71077;43.58474;-.01915;140;20220823;29;19;24;1;20.61;0;3.58;18112
+71077;43.58474;-.01915;140;20220824;35;16.4;25.7;1.5;19.51;.7;4.95;23357
+71077;43.58474;-.01915;140;20220825;29.4;21;25.2;3.6;21.81;0;3.93;14620
+71077;43.58474;-.01915;140;20220826;29.4;19.2;24.3;2.5;20.11;.1;4.01;17115
+71077;43.58474;-.01915;140;20220827;30.7;18.5;24.6;1.8;18.76;0;4.3;20035
+71077;43.58474;-.01915;140;20220828;34.1;15.7;24.9;1.1;17.01;.1;4.54;22993
+71077;43.58474;-.01915;140;20220829;31.2;19.6;25.4;2.2;18.01;6.7;3.93;13925
+71077;43.58474;-.01915;140;20220830;32.2;16.7;24.5;1.5;19.41;0;4.32;21035
+71077;43.58474;-.01915;140;20220831;28.6;19.7;24.1;2.3;21.66;1.7;3.27;14007
+71077;43.58474;-.01915;140;20220901;29.7;18.1;23.9;1.4;19.31;3.1;3.73;18544
+71077;43.58474;-.01915;140;20220902;26.6;17.6;22.1;2.3;18.86;.1;3.31;15103
+71077;43.58474;-.01915;140;20220903;27.1;17.3;22.2;1.3;18.31;.2;2.98;14488
+71077;43.58474;-.01915;140;20220904;33.5;14.4;23.9;1.3;17.11;.1;4.29;21777
+71077;43.58474;-.01915;140;20220905;34.3;16.8;25.5;1.6;17.61;0;4.56;21435
+71077;43.58474;-.01915;140;20220906;31.5;16.1;23.8;1.7;16.21;0;4.29;20412
+71077;43.58474;-.01915;140;20220907;27.9;15.3;21.6;1.3;15.31;0;3.25;16245
+71077;43.58474;-.01915;140;20220908;27.2;12.5;19.8;1.3;14.56;.8;3.32;18528
+71077;43.58474;-.01915;140;20220909;25.1;17.1;21.1;2.4;15.81;3.9;3.21;13943
+71077;43.58474;-.01915;140;20220910;28.9;11.8;20.3;1.3;14.21;0;3.65;20587
+71077;43.58474;-.01915;140;20220911;34.1;14.4;24.3;1.9;14.46;0;4.79;21383
+71077;43.58474;-.01915;140;20220912;37.7;17.4;27.5;2.5;17.06;.8;5.53;20089
+71077;43.58474;-.01915;140;20220913;30.5;20.3;25.4;2.3;20.91;.1;3.12;10733
+71077;43.58474;-.01915;140;20220914;30.4;17.5;23.9;2;16.56;.3;3.76;16455
+71077;43.58474;-.01915;140;20220915;29.1;16.7;22.9;1.8;16.76;.9;3.54;16521
+71077;43.58474;-.01915;140;20220916;25.3;17.4;21.3;2.8;17.16;.5;3.03;13006
+71077;43.58474;-.01915;140;20220917;22.6;9.9;16.3;1.8;10.81;0;3.08;18456
+71077;43.58474;-.01915;140;20220918;25.3;7.6;16.4;1.4;8.16;0;3.3;19543
+71077;43.58474;-.01915;140;20220919;27.3;5.8;16.5;1.2;8.31;0;3.26;20118
+71077;43.58474;-.01915;140;20220920;25.5;6.9;16.2;1.6;9.56;0;3.25;19386
+71077;43.58474;-.01915;140;20220921;25.3;8.4;16.8;2;10.81;0;3.3;18132
+71077;43.58474;-.01915;140;20220922;26.8;9.5;18.2;1.4;11.51;.1;3.14;18252
+71077;43.58474;-.01915;140;20220923;22.4;9.8;16.1;1.3;12.71;4.5;2.13;12176
+71077;43.58474;-.01915;140;20220924;17.1;12.2;14.7;2.7;14.71;4.9;1.33;7833
+71077;43.58474;-.01915;140;20220925;20.7;10.1;15.4;2;12.21;.1;2.31;13399
+71077;43.58474;-.01915;140;20220926;20.4;8.6;14.5;3.1;12.26;5.7;2.36;12155
+71077;43.58474;-.01915;140;20220927;17.5;13.5;15.5;4.6;14.61;10.1;1.69;8110
+71077;43.58474;-.01915;140;20220928;17.4;14.5;16;5.9;15.81;24.1;1.38;6021
+71077;43.58474;-.01915;140;20220929;16.6;13.2;14.9;3.6;13.91;11.6;1.56;7339
+71077;43.58474;-.01915;140;20220930;18.8;10.3;14.5;2.9;11.86;0;2.2;12162
+71077;43.58474;-.01915;140;20221001;22.3;10.8;16.5;2.7;13.11;0;2.54;13209
+71077;43.58474;-.01915;140;20221002;24.2;10.4;17.3;1;14.31;0;2.14;14563
+71077;43.58474;-.01915;140;20221003;24.3;13.8;19;1.1;14.86;0;2.22;14179
+71077;43.58474;-.01915;140;20221004;26.3;9.6;17.9;.8;13.36;.1;2.33;16120
+71077;43.58474;-.01915;140;20221005;27.3;9.3;18.3;1.3;13.41;0;2.59;15898
+71077;43.58474;-.01915;140;20221006;21.4;16.1;18.8;1.1;15.76;0;1.57;7493
+71077;43.58474;-.01915;140;20221007;24.7;10.7;17.7;1.3;14.81;0;2.16;14220
+71077;43.58474;-.01915;140;20221008;21.9;15.9;18.9;2;16.86;1.1;1.85;9304
+71077;43.58474;-.01915;140;20221009;27.8;11.2;19.5;1.5;13.96;.2;2.57;14789
+71077;43.58474;-.01915;140;20221010;22;12.5;17.2;1.4;15.31;5.7;1.6;9196
+71077;43.58474;-.01915;140;20221011;21.8;15.6;18.7;1.1;17.06;1;1.47;8289
+71077;43.58474;-.01915;140;20221012;22.9;14.5;18.7;1.3;16.51;1;1.75;10776
+71077;43.58474;-.01915;140;20221013;22.2;13.7;17.9;2.1;16.11;.5;1.77;9191
+71077;43.58474;-.01915;140;20221014;21.1;17.1;19.1;3.8;17.21;.9;1.92;6646
+71077;43.58474;-.01915;140;20221015;26.8;10.5;18.7;1.4;14.26;0;2.25;14156
+71077;43.58474;-.01915;140;20221016;27.9;13.2;20.5;1.8;15.66;0;2.38;13039
+71077;43.58474;-.01915;140;20221017;26.8;16.7;21.7;1.7;17.91;1.3;2.12;10178
+71077;43.58474;-.01915;140;20221018;29.1;14.6;21.8;2.6;16.71;0;2.8;13186
+71077;43.58474;-.01915;140;20221019;24.3;14.9;19.6;2.1;16.66;0;1.83;8448
+71077;43.58474;-.01915;140;20221020;23.6;15.6;19.6;2.3;15.56;.1;1.89;6964
+71077;43.58474;-.01915;140;20221021;19.5;15.4;17.5;1.6;14.66;3.7;1.29;4890
+71077;43.58474;-.01915;140;20221022;25.5;11.4;18.4;2.1;13.41;0;2.27;12341
+71077;43.58474;-.01915;140;20221023;26.9;14.4;20.7;2;13.71;0;2.32;7956
+71077;43.58474;-.01915;140;20221024;25.1;13.2;19.1;1.1;12.26;.1;1.79;10611
+71077;43.58474;-.01915;140;20221025;23.3;11.5;17.4;1.9;13.06;0;1.82;8483
+71077;43.58474;-.01915;140;20221026;25;11;18;2.2;13.96;.1;1.98;10236
+71077;43.58474;-.01915;140;20221027;21.8;15.1;18.4;2.9;14.91;.1;1.8;5567
+71077;43.58474;-.01915;140;20221028;25.5;16;20.7;2.7;15.01;0;2.32;7848
+71077;43.58474;-.01915;140;20221029;25.4;14.7;20;2.1;14.71;.1;1.95;8580
+71077;43.58474;-.01915;140;20221030;22.6;11.4;17;1.1;13.71;.3;1.33;9056
+71077;43.58474;-.01915;140;20221031;20.3;10.9;15.6;2;14.31;.9;1.19;6430
+71077;43.58474;-.01915;140;20221101;20;13.4;16.7;1.8;14.21;.1;1.33;7213
+71077;43.58474;-.01915;140;20221102;20;10.2;15.1;1.3;12.56;.1;1.24;9352
+71077;43.58474;-.01915;140;20221103;22.2;9.4;15.8;2.9;11.91;7.1;1.94;6930
+71077;43.58474;-.01915;140;20221104;14.6;10.3;12.5;5.2;11.31;8.5;1.43;5892
+71077;43.58474;-.01915;140;20221105;16.6;7.6;12.1;1.5;10.36;.1;1.08;8893
+71077;43.58474;-.01915;140;20221106;19.6;4.8;12.2;2.3;9.36;.1;1.56;9702
+71077;43.58474;-.01915;140;20221107;19.8;4.8;12.3;1.7;10.26;.3;1.25;9644
+71077;43.58474;-.01915;140;20221108;17.9;9.7;13.8;1.9;12.51;.8;1.03;4267
+71077;43.58474;-.01915;140;20221109;15.2;11.8;13.5;1.4;13.11;2.7;.77;3907
+71077;43.58474;-.01915;140;20221110;17.1;6.9;12;1.1;10.56;0;.9;8940
+71077;43.58474;-.01915;140;20221111;16.4;4.7;10.5;1.3;10.11;.1;.87;7268
+71077;43.58474;-.01915;140;20221112;21.2;7.4;14.3;1.8;11.66;.1;1.27;9169
+71077;43.58474;-.01915;140;20221113;22.5;5.8;14.2;1.1;10.91;.1;1.1;9448
+71077;43.58474;-.01915;140;20221114;14.4;7.5;10.9;1.8;11.26;2.6;.68;4073
+71077;43.58474;-.01915;140;20221115;15.1;10.3;12.7;2;12.66;8.1;.74;3877
+71077;43.58474;-.01915;140;20221116;19;9.1;14;2;12.01;.7;1.13;7400
+71077;43.58474;-.01915;140;20221117;17.3;13.1;15.2;3.9;13.66;11.7;1.25;4704
+71077;43.58474;-.01915;140;20221118;11.3;9;10.1;4;10.71;7.3;.84;2544
+71077;43.58474;-.01915;140;20221119;10.7;7.2;9;4.3;9.26;1.3;.97;4003
+71077;43.58474;-.01915;140;20221120;14.2;3.9;9.1;2.6;9.56;7.6;.85;5624
+71077;43.58474;-.01915;140;20221121;14.2;8.8;11.5;4.2;10.91;34.3;1.1;2500
+71077;43.58474;-.01915;140;20221122;11;6.7;8.8;5;9.46;14.3;.97;3249
+71077;43.58474;-.01915;140;20221123;16.1;9;12.5;3.6;12.11;6.6;.94;5237
+71077;43.58474;-.01915;140;20221124;14.3;6.4;10.3;1.8;10.11;2.7;.77;4340
+71077;43.58474;-.01915;140;20221125;12.2;7.5;9.8;2.8;10.46;7.4;.63;4075
+71077;43.58474;-.01915;140;20221126;12.8;3.7;8.3;1.3;8.46;.1;.59;5985
+71077;43.58474;-.01915;140;20221127;13;2.6;7.8;1.4;8.31;8.3;.67;5704
+71077;43.58474;-.01915;140;20221128;11.4;8;9.7;5;10.56;6.9;.66;4312
+71077;43.58474;-.01915;140;20221129;13.2;8.4;10.8;2.8;10.86;.3;.78;4097
+71077;43.58474;-.01915;140;20221130;7.6;4;5.8;1.5;8.71;.1;.4;3746
+71077;43.58474;-.01915;140;20221201;5.5;3.3;4.4;.8;7.81;0;.39;1570
+71077;43.58474;-.01915;140;20221202;7.8;2.7;5.3;.8;7.66;.1;.39;3770
+71077;43.58474;-.01915;140;20221203;6.4;3.4;4.9;.9;8.06;.6;.42;1747
+71077;43.58474;-.01915;140;20221204;10.1;1.4;5.7;1.4;7.26;0;.49;5727
+71077;43.58474;-.01915;140;20221205;12.4;.2;6.3;1.8;6.71;0;.69;6866
+71077;43.58474;-.01915;140;20221206;11;6.1;8.5;1.3;8.86;.1;.57;3671
+71077;43.58474;-.01915;140;20221207;13.8;7.5;10.6;.9;9.96;0;.53;4583
+71077;43.58474;-.01915;140;20221208;8.8;4.8;6.8;1.6;9.11;3.4;.43;1900
+71077;43.58474;-.01915;140;20221209;10.9;6.5;8.7;1.8;9.86;1.2;.56;2959
+71077;43.58474;-.01915;140;20221210;5.1;.4;2.7;2.7;5.86;0;.59;4898
+71077;43.58474;-.01915;140;20221211;4.6;-3.6;.5;1.5;5.06;.1;.41;4760
+71077;43.58474;-.01915;140;20221212;6.2;-1.3;2.5;2.2;7.41;9.8;.26;2488
+71077;43.58474;-.01915;140;20221213;14.6;5.9;10.2;3.7;13.01;4.7;.17;3805
+71077;43.58474;-.01915;140;20221214;18.6;11;14.8;2.3;12.56;1.3;.98;5012
+71077;43.58474;-.01915;140;20221215;14.8;8.8;11.8;1.7;11.61;6;.57;4750
+71077;43.58474;-.01915;140;20221216;10;9.4;9.7;2.2;10.46;3.5;.59;1234
+71077;43.58474;-.01915;140;20221217;8.2;3.3;5.8;1.1;8.21;.1;.45;2353
+71077;43.58474;-.01915;140;20221218;11.7;2.3;7;2.2;7.81;.1;.52;6063
+71077;43.58474;-.01915;140;20221219;13.9;5.2;9.5;2.8;9.21;0;.68;5520
+71077;43.58474;-.01915;140;20221220;11.7;8.9;10.3;2.3;10.96;5.9;.53;1988
+71077;43.58474;-.01915;140;20221221;18.1;8.6;13.3;2.1;11.51;0;.82;6375
+71077;43.58474;-.01915;140;20221222;18.6;9.1;13.9;1.8;11.36;.2;.92;4933
+71077;43.58474;-.01915;140;20221223;18.1;9.4;13.7;1.5;11.51;0;.76;4632
+71077;43.58474;-.01915;140;20221224;18.5;6.7;12.6;1.4;10.66;.1;.69;6713
+71077;43.58474;-.01915;140;20221225;19;5.4;12.2;1.7;9.51;0;.87;6706
+71077;43.58474;-.01915;140;20221226;17.2;6;11.6;1.4;10.36;1.8;.65;5476
+71077;43.58474;-.01915;140;20221227;13.2;9.9;11.5;1;11.76;1.2;.48;3082
+71077;43.58474;-.01915;140;20221228;18;6.3;12.2;1.3;9.86;0;.68;6844
+71077;43.58474;-.01915;140;20221229;15.1;10;12.6;1.9;10.41;6.7;.93;3070
+71077;43.58474;-.01915;140;20221230;20.1;9.4;14.7;2.2;11.76;.2;1.14;4691
+71077;43.58474;-.01915;140;20221231;16.9;8.4;12.7;2.2;10.86;0;.84;5684
+71078;43.61434;.28769;172;20220101;19.2;4.3;11.8;1.7;8.58;0;.94;6216
+71078;43.61434;.28769;172;20220102;16.8;6.6;11.7;1.8;9.43;.2;1.02;4288
+71078;43.61434;.28769;172;20220103;15.9;5.4;10.7;2;10.03;.1;.7;5085
+71078;43.61434;.28769;172;20220104;19.6;7.4;13.5;3.6;9.58;8.9;1.87;5684
+71078;43.61434;.28769;172;20220105;7.4;4.9;6.2;2.3;7.35;0;.72;2352
+71078;43.61434;.28769;172;20220106;7.3;.1;3.7;1.2;5.31;.1;.65;3528
+71078;43.61434;.28769;172;20220107;9.6;-1.2;4.2;3.3;7.08;2.7;.66;4936
+71078;43.61434;.28769;172;20220108;10.4;6.6;8.5;6.3;9.74;3.3;.75;2531
+71078;43.61434;.28769;172;20220109;9.6;8.5;9;4.8;10.8;26;.5;657
+71078;43.61434;.28769;172;20220110;11.9;9;10.4;3.7;11.85;16.8;.52;1677
+71078;43.61434;.28769;172;20220111;9.9;5.1;7.5;1.6;8.58;.2;.55;3960
+71078;43.61434;.28769;172;20220112;6.5;-.8;2.8;1.6;6.33;0;.45;4813
+71078;43.61434;.28769;172;20220113;4.8;-3.1;.9;1.2;6.08;.1;.32;4581
+71078;43.61434;.28769;172;20220114;7.6;-2.5;2.6;.9;6.03;.1;.39;5965
+71078;43.61434;.28769;172;20220115;11.1;-2.7;4.2;1.6;5.3;0;.78;7186
+71078;43.61434;.28769;172;20220116;8.4;-1.1;3.7;1.3;5.65;0;.61;6013
+71078;43.61434;.28769;172;20220117;5.2;-2.1;1.5;.9;5.93;.1;.42;4613
+71078;43.61434;.28769;172;20220118;1.7;-.8;.5;1.4;6.28;.1;.28;2113
+71078;43.61434;.28769;172;20220119;9.2;1.2;5.2;2.7;7.9;1.8;.58;4339
+71078;43.61434;.28769;172;20220120;8.5;5.3;6.9;2.2;8.68;3.7;.6;2476
+71078;43.61434;.28769;172;20220121;5;-.7;2.1;2.1;5.8;0;.56;4328
+71078;43.61434;.28769;172;20220122;6.3;-2.8;1.7;1.1;5.25;0;.5;6463
+71078;43.61434;.28769;172;20220123;8.4;-2.6;2.9;1.2;5.7;.1;.57;7066
+71078;43.61434;.28769;172;20220124;12.8;-.8;6;1.5;6.33;0;.81;7738
+71078;43.61434;.28769;172;20220125;11.6;-.8;5.4;1;6.43;.1;.65;7547
+71078;43.61434;.28769;172;20220126;11.5;-1.7;4.9;1;6.48;0;.61;7864
+71078;43.61434;.28769;172;20220127;7.2;-2.5;2.4;1.2;6.05;.1;.59;5919
+71078;43.61434;.28769;172;20220128;5.4;-1.5;2;1;6.35;0;.45;4503
+71078;43.61434;.28769;172;20220129;2;-1.9;.1;.9;6.08;.1;.33;3231
+71078;43.61434;.28769;172;20220130;2.2;-1;.6;1.6;6.35;.1;.31;2907
+71078;43.61434;.28769;172;20220131;8.6;1.5;5;3.8;8.33;1.4;.49;5249
+71078;43.61434;.28769;172;20220201;9;1.9;5.4;3.2;7.9;.1;.68;5565
+71078;43.61434;.28769;172;20220202;10.3;7;8.7;2.6;10.05;0;.64;3437
+71078;43.61434;.28769;172;20220203;12.4;4;8.2;2.5;9.73;0;.73;5702
+71078;43.61434;.28769;172;20220204;12.2;5.8;9;2.7;10.24;.7;.73;5424
+71078;43.61434;.28769;172;20220205;10.4;7.8;9.1;2.6;8.2;.1;1.13;4425
+71078;43.61434;.28769;172;20220206;10.3;1.2;5.8;3.3;7.58;.3;.91;6941
+71078;43.61434;.28769;172;20220207;12.3;7.5;9.9;3.8;9.84;.9;1.08;4675
+71078;43.61434;.28769;172;20220208;14;2.6;8.3;1.8;7.63;0;1.14;8896
+71078;43.61434;.28769;172;20220209;17.6;1.7;9.7;2;7.23;0;1.53;10257
+71078;43.61434;.28769;172;20220210;10.5;2.3;6.4;1.5;8.2;.3;.96;9454
+71078;43.61434;.28769;172;20220211;11.1;6.7;8.9;1.7;9.33;.2;.86;4613
+71078;43.61434;.28769;172;20220212;14.2;1.8;8;1.7;7.83;0;1.2;9872
+71078;43.61434;.28769;172;20220213;17.5;3.3;10.4;3.1;9.13;2.7;1.71;10736
+71078;43.61434;.28769;172;20220214;10.1;7.4;8.8;3.8;9.39;6.2;1.11;6700
+71078;43.61434;.28769;172;20220215;11.3;5.3;8.3;4.4;8.96;.9;1.2;6693
+71078;43.61434;.28769;172;20220216;12.8;8.3;10.6;5.2;11.13;1.5;1.02;5000
+71078;43.61434;.28769;172;20220217;14.3;11.3;12.8;4.2;12.54;.2;1.08;4044
+71078;43.61434;.28769;172;20220218;17;6.9;12;2.9;10.8;.7;1.52;8867
+71078;43.61434;.28769;172;20220219;11.8;7.3;9.5;2.2;8.53;.2;1.22;6268
+71078;43.61434;.28769;172;20220220;13.6;2.9;8.2;3.8;9.23;.4;1.22;8583
+71078;43.61434;.28769;172;20220221;13.2;9.5;11.4;5.6;9.63;1.1;1.84;5886
+71078;43.61434;.28769;172;20220222;14.9;6.5;10.7;2.3;9.08;0;1.54;9688
+71078;43.61434;.28769;172;20220223;16;4.1;10.1;1.6;8.85;0;1.44;10984
+71078;43.61434;.28769;172;20220224;13.2;5.3;9.3;2.8;9.68;.9;1.15;7118
+71078;43.61434;.28769;172;20220225;11.1;5;8.1;1.9;7.1;0;1.35;7987
+71078;43.61434;.28769;172;20220226;14;0;7;2.6;5.48;0;1.97;12433
+71078;43.61434;.28769;172;20220227;16.5;1.2;8.8;1.7;7.63;0;1.64;11752
+71078;43.61434;.28769;172;20220228;17.8;4.1;10.9;1.4;8.33;0;1.69;12335
+71078;43.61434;.28769;172;20220301;17.3;3.6;10.5;2.7;8.03;0;2.1;12515
+71078;43.61434;.28769;172;20220302;13;5.5;9.2;2.4;9.78;2;1.13;7255
+71078;43.61434;.28769;172;20220303;15.9;4.9;10.4;2;9.98;2.1;1.54;11520
+71078;43.61434;.28769;172;20220304;9.2;8.7;9;3.8;10.05;3.9;.81;1943
+71078;43.61434;.28769;172;20220305;10.2;6.3;8.2;2.3;8.35;0;1.21;6767
+71078;43.61434;.28769;172;20220306;10.3;4.8;7.5;1.9;7.63;0;1.22;7188
+71078;43.61434;.28769;172;20220307;12.4;1;6.7;2;7.3;0;1.48;12029
+71078;43.61434;.28769;172;20220308;12.7;2.9;7.8;2.1;8.45;.3;1.35;10348
+71078;43.61434;.28769;172;20220309;16.4;2.2;9.3;2.7;8.9;.2;1.89;14058
+71078;43.61434;.28769;172;20220310;15.3;8.7;12;2.9;10.5;.2;1.68;9048
+71078;43.61434;.28769;172;20220311;14.3;7.8;11;2.7;10.5;8.9;1.44;8204
+71078;43.61434;.28769;172;20220312;13.2;7.5;10.3;2.7;9.9;1.9;1.44;8575
+71078;43.61434;.28769;172;20220313;13.1;7.2;10.2;3.8;8.98;3.8;1.74;8851
+71078;43.61434;.28769;172;20220314;14.2;4.5;9.3;4.6;9.8;0;1.57;10403
+71078;43.61434;.28769;172;20220315;18.1;12;15;5.8;12.08;0;2.41;9170
+71078;43.61434;.28769;172;20220316;15.5;11;13.2;3.3;12.18;2.8;1.58;7579
+71078;43.61434;.28769;172;20220317;12.1;11.1;11.6;3.1;12;6.4;.89;2492
+71078;43.61434;.28769;172;20220318;10.7;7.8;9.3;1.6;10.03;0;.91;4503
+71078;43.61434;.28769;172;20220319;16.5;4.7;10.6;3.2;9.73;0;2.18;14786
+71078;43.61434;.28769;172;20220320;17.4;7.1;12.3;3.4;10.53;0;2.17;12809
+71078;43.61434;.28769;172;20220321;17.9;7.9;12.9;5.2;10.07;.1;2.92;15091
+71078;43.61434;.28769;172;20220322;17.4;7.1;12.2;5;8.2;0;3.18;14982
+71078;43.61434;.28769;172;20220323;16.9;4.5;10.7;3.2;7.97;0;2.81;17835
+71078;43.61434;.28769;172;20220324;17.9;2.5;10.2;2.3;8.33;0;2.56;17655
+71078;43.61434;.28769;172;20220325;18.9;5.4;12.1;2.4;8.57;0;2.84;17296
+71078;43.61434;.28769;172;20220326;18.5;4.5;11.5;3.4;7.9;0;3.15;17933
+71078;43.61434;.28769;172;20220327;21.1;4.2;12.6;2.5;8.7;0;3.24;18801
+71078;43.61434;.28769;172;20220328;20.9;3.8;12.3;1.8;8.8;0;2.73;16265
+71078;43.61434;.28769;172;20220329;18.6;6.5;12.6;2.2;10.63;5.1;2.22;12269
+71078;43.61434;.28769;172;20220330;11.8;9.6;10.7;2.6;11.6;5.7;.91;3943
+71078;43.61434;.28769;172;20220331;13.3;8.5;10.9;4.8;9.63;4.6;2.14;11661
+71078;43.61434;.28769;172;20220401;8.7;1.4;5;5.5;5.97;.8;2.05;14349
+71078;43.61434;.28769;172;20220402;8.9;1.4;5.1;4.5;5.37;0;2.23;14490
+71078;43.61434;.28769;172;20220403;7.6;-1.9;2.8;3.8;4.97;0;2.11;17521
+71078;43.61434;.28769;172;20220404;11.2;-1.9;4.7;1.5;5.17;0;2.24;20766
+71078;43.61434;.28769;172;20220405;15.6;-3.4;6.1;1.6;5.99;0;2.74;23400
+71078;43.61434;.28769;172;20220406;12.3;3.9;8.1;2.5;9.3;0;1.38;8845
+71078;43.61434;.28769;172;20220407;20;7.2;13.6;3.8;10.99;.8;3.25;18000
+71078;43.61434;.28769;172;20220408;21.5;8.8;15.2;4.1;11.5;1;3.35;14662
+71078;43.61434;.28769;172;20220409;15.3;7.9;11.6;2.9;8.77;.5;2.61;14802
+71078;43.61434;.28769;172;20220410;19.9;-.2;9.8;3.2;7.73;0;3.55;23449
+71078;43.61434;.28769;172;20220411;20.4;9;14.7;6.1;11.47;0;3.58;18221
+71078;43.61434;.28769;172;20220412;18.6;11.3;15;4.9;12.1;2;2.69;11048
+71078;43.61434;.28769;172;20220413;14.9;11.6;13.2;2.1;13.07;1.7;1.26;5710
+71078;43.61434;.28769;172;20220414;21.4;8.6;15;1.6;12.47;0;3.19;20596
+71078;43.61434;.28769;172;20220415;21.2;9;15.1;2.3;13.3;0;2.74;15941
+71078;43.61434;.28769;172;20220416;22.7;10.4;16.6;3.1;12.97;.1;3.61;19385
+71078;43.61434;.28769;172;20220417;21.9;8.5;15.2;3.4;12.4;0;3.57;20816
+71078;43.61434;.28769;172;20220418;18.5;10.7;14.6;3.1;11.73;0;2.75;14132
+71078;43.61434;.28769;172;20220419;12.1;7.8;10;1.8;11.39;13;.86;3200
+71078;43.61434;.28769;172;20220420;12.6;8;10.3;2.7;10.9;6.9;1.37;8274
+71078;43.61434;.28769;172;20220421;13.9;8.5;11.2;2.3;11.8;0;1.29;7408
+71078;43.61434;.28769;172;20220422;18.6;9.4;14;1.7;12.29;1.9;2.87;18500
+71078;43.61434;.28769;172;20220423;13.5;10.4;12;3.6;11.47;8.1;1.74;7792
+71078;43.61434;.28769;172;20220424;16.5;9.3;12.9;4.9;11.87;2.6;2.25;11463
+71078;43.61434;.28769;172;20220425;19.4;4.4;11.9;1.5;10.87;0;3.11;22103
+71078;43.61434;.28769;172;20220426;23.4;5.5;14.5;1.8;11.2;0;3.83;23486
+71078;43.61434;.28769;172;20220427;20.2;9.4;14.8;2;13.27;.1;2.6;14651
+71078;43.61434;.28769;172;20220428;16.8;12.9;14.9;2;14.53;0;1.55;7353
+71078;43.61434;.28769;172;20220429;20.3;10.9;15.6;2;14.33;.2;2.6;14449
+71078;43.61434;.28769;172;20220430;21;12.7;16.9;2.6;13.53;0;3.22;16556
+71078;43.61434;.28769;172;20220501;20.1;10.5;15.3;2.4;12.67;.1;3.04;17305
+71078;43.61434;.28769;172;20220502;18.7;11.5;15.1;2.3;12.77;0;2.33;11024
+71078;43.61434;.28769;172;20220503;20.3;10.9;15.6;2.2;13.03;2.7;2.93;16110
+71078;43.61434;.28769;172;20220504;19.4;12.2;15.8;2.8;13.57;1.8;2.42;11136
+71078;43.61434;.28769;172;20220505;21;9.6;15.3;3.3;11.83;0;3.67;19899
+71078;43.61434;.28769;172;20220506;20.8;10.2;15.5;3.6;11.7;0;3.64;18919
+71078;43.61434;.28769;172;20220507;22.7;11.2;16.9;3.2;12.85;.1;3.94;20478
+71078;43.61434;.28769;172;20220508;24;12.2;18.1;2.6;13.18;0;4.15;21141
+71078;43.61434;.28769;172;20220509;26.1;11.1;18.6;1.9;12.65;0;4.49;23945
+71078;43.61434;.28769;172;20220510;29;11.6;20.3;1.4;12.6;.1;4.76;24935
+71078;43.61434;.28769;172;20220511;30.3;11.3;20.8;1.7;14.95;0;5.01;25853
+71078;43.61434;.28769;172;20220512;21.7;13.9;17.8;1.7;15.03;0;2.94;15348
+71078;43.61434;.28769;172;20220513;24.9;14.3;19.6;1.6;16.23;0;3.59;18809
+71078;43.61434;.28769;172;20220514;29.3;13.9;21.6;1.7;16.18;0;4.71;23666
+71078;43.61434;.28769;172;20220515;28.9;14.5;21.7;2.3;16.75;2.9;4.89;23367
+71078;43.61434;.28769;172;20220516;28.5;14.6;21.5;1.3;16.58;0;4.46;23264
+71078;43.61434;.28769;172;20220517;31.3;15.8;23.5;1.9;16.28;.1;5.28;24487
+71078;43.61434;.28769;172;20220518;32;16.2;24.1;1.7;16.38;.8;5.33;24755
+71078;43.61434;.28769;172;20220519;27.9;17;22.4;2.2;18.9;.2;4.22;19666
+71078;43.61434;.28769;172;20220520;26.5;16.9;21.7;2.5;18.53;.1;4.2;20097
+71078;43.61434;.28769;172;20220521;31.3;15.3;23.3;1.5;18.9;0;5.01;24718
+71078;43.61434;.28769;172;20220522;29.6;17.8;23.7;2.7;20.23;1;4.53;19638
+71078;43.61434;.28769;172;20220523;22.3;16.1;19.2;4.8;15.03;0;3.88;15488
+71078;43.61434;.28769;172;20220524;17.1;12.5;14.8;2.8;12.73;3;2.4;11656
+71078;43.61434;.28769;172;20220525;19.2;9.4;14.3;2.6;12.08;0;3.21;19017
+71078;43.61434;.28769;172;20220526;19.8;10.9;15.3;1.8;13;0;3.04;17331
+71078;43.61434;.28769;172;20220527;24.6;12.6;18.6;1.9;14.05;0;4.15;21817
+71078;43.61434;.28769;172;20220528;26.3;12;19.1;2.2;13.18;0;4.91;25208
+71078;43.61434;.28769;172;20220529;24.9;11.2;18;2.1;9.93;0;4.93;24830
+71078;43.61434;.28769;172;20220530;25.2;9.6;17.4;2;10.15;.3;4.89;25923
+71078;43.61434;.28769;172;20220531;26.4;13.6;20;2.2;12.03;0;4.99;24176
+71078;43.61434;.28769;172;20220601;31.8;14.3;23.1;2;14.6;.7;5.87;27260
+71078;43.61434;.28769;172;20220602;27.9;16.2;22.1;2.3;17.85;1.8;4.62;21827
+71078;43.61434;.28769;172;20220603;29.2;18.3;23.7;2.3;19.7;3.3;4.78;21651
+71078;43.61434;.28769;172;20220604;23.8;17.4;20.6;2.2;19.5;5;2.95;14157
+71078;43.61434;.28769;172;20220605;24;16.1;20;2.2;17.03;0;3.65;18069
+71078;43.61434;.28769;172;20220606;26.8;14.7;20.7;1.8;16.3;0;4.47;22620
+71078;43.61434;.28769;172;20220607;24;16.3;20.2;1.8;15.73;.2;3.58;16994
+71078;43.61434;.28769;172;20220608;20.1;14.7;17.4;2.5;16.48;4.5;2.48;12891
+71078;43.61434;.28769;172;20220609;23.6;13;18.3;2.2;14.5;.1;4.04;21448
+71078;43.61434;.28769;172;20220610;28.8;12.4;20.6;1.5;14.23;.1;5.19;27159
+71078;43.61434;.28769;172;20220611;31.6;14.4;23;2;15.83;0;5.83;27278
+71078;43.61434;.28769;172;20220612;29.1;17.2;23.1;2.8;19.18;3.1;4.81;21166
+71078;43.61434;.28769;172;20220613;30.2;18.2;24.2;2.5;20.03;0;5.24;23608
+71078;43.61434;.28769;172;20220614;36.2;18.5;27.4;1.8;20.83;.6;6.22;26635
+71078;43.61434;.28769;172;20220615;34.5;19.7;27.1;1.8;20.95;0;6;26097
+71078;43.61434;.28769;172;20220616;36.3;19.8;28.1;1.6;19.8;0;6.16;26268
+71078;43.61434;.28769;172;20220617;38;19.9;29;1.8;18.98;0;6.79;27890
+71078;43.61434;.28769;172;20220618;39.6;20.9;30.2;2.4;18.65;0;7.67;28356
+71078;43.61434;.28769;172;20220619;31.2;19.5;25.3;2.8;19.98;0;5.47;22523
+71078;43.61434;.28769;172;20220620;29.5;18.1;23.8;2.7;18.9;1.8;5.06;21998
+71078;43.61434;.28769;172;20220621;25.9;18.6;22.2;2.3;20.03;2.1;3.47;15646
+71078;43.61434;.28769;172;20220622;26.3;18.1;22.2;2.5;18.48;.6;4.2;19301
+71078;43.61434;.28769;172;20220623;27.6;16;21.8;2.1;18.23;13.1;4.43;21457
+71078;43.61434;.28769;172;20220624;25;16.2;20.6;1.7;16.7;.2;3.98;19882
+71078;43.61434;.28769;172;20220625;20.8;14.8;17.8;2.1;16.08;6;2.85;14634
+71078;43.61434;.28769;172;20220626;16.9;12.9;14.9;1.9;14.88;6.4;1.95;10816
+71078;43.61434;.28769;172;20220627;20.6;14.1;17.4;2.2;15.2;.3;2.92;15100
+71078;43.61434;.28769;172;20220628;25.3;14;19.7;1.6;13.98;.1;4.53;23674
+71078;43.61434;.28769;172;20220629;26;13;19.5;2;15.25;1.8;4.55;23958
+71078;43.61434;.28769;172;20220630;16.2;14;15.1;2.2;14.8;.6;1.67;7878
+71078;43.61434;.28769;172;20220701;23.6;10.7;17.2;1.5;13.05;0;4.26;24566
+71078;43.61434;.28769;172;20220702;30.7;11.9;21.3;1.7;13.5;0;5.69;28360
+71078;43.61434;.28769;172;20220703;28.5;16;22.2;3;16.75;5.7;5.15;22977
+71078;43.61434;.28769;172;20220704;25;15.8;20.4;2.8;17.65;.2;3.86;18824
+71078;43.61434;.28769;172;20220705;29.1;17;23;2.2;17.18;0;5.21;24017
+71078;43.61434;.28769;172;20220706;28.3;16.3;22.3;2.8;15.83;.1;5;21425
+71078;43.61434;.28769;172;20220707;28.5;16.1;22.3;3.4;16.45;0;5.38;23380
+71078;43.61434;.28769;172;20220708;29.4;15.7;22.6;2.5;16.03;0;5.52;25369
+71078;43.61434;.28769;172;20220709;31.6;15.1;23.4;2;15.68;0;5.81;27064
+71078;43.61434;.28769;172;20220710;33.1;16;24.5;1.8;15.23;0;6.02;27521
+71078;43.61434;.28769;172;20220711;35.5;16.7;26.1;1.5;15.95;0;6.24;28073
+71078;43.61434;.28769;172;20220712;35.6;18.6;27.1;2;16.83;0;6.48;26957
+71078;43.61434;.28769;172;20220713;35.8;17.7;26.8;1.3;13.83;0;6.06;27524
+71078;43.61434;.28769;172;20220714;36.9;17.7;27.3;1.6;15.68;0;6.43;28002
+71078;43.61434;.28769;172;20220715;35.1;19.6;27.4;2.5;17.15;0;6.59;25592
+71078;43.61434;.28769;172;20220716;37.3;18.3;27.8;1.5;15.7;0;6.35;27575
+71078;43.61434;.28769;172;20220717;38.3;18.2;28.2;1.6;15.18;0;6.6;27902
+71078;43.61434;.28769;172;20220718;39.1;19.9;29.5;2.6;15.83;.2;7.61;27102
+71078;43.61434;.28769;172;20220719;31.1;20.8;25.9;2.5;20.68;1.2;4.88;19304
+71078;43.61434;.28769;172;20220720;28.6;20.1;24.3;2.5;17.13;0;4.75;18665
+71078;43.61434;.28769;172;20220721;32.5;17.9;25.2;1.6;17.13;0;5.38;24365
+71078;43.61434;.28769;172;20220722;26.8;19.4;23.1;3.4;18.55;.1;4.28;16762
+71078;43.61434;.28769;172;20220723;28.3;17.2;22.7;1.3;16.43;.1;4.32;21040
+71078;43.61434;.28769;172;20220724;37.2;16.3;26.8;2;17.48;0;6.71;28285
+71078;43.61434;.28769;172;20220725;28.3;20.6;24.5;3.5;18.85;.1;4.6;16389
+71078;43.61434;.28769;172;20220726;26.7;16.7;21.7;2.5;15.53;.2;4.49;19901
+71078;43.61434;.28769;172;20220727;28;14.8;21.4;2;13.5;0;4.89;23462
+71078;43.61434;.28769;172;20220728;28;14.4;21.2;2;14.98;4.4;4.67;22500
+71078;43.61434;.28769;172;20220729;26;17.1;21.6;2.1;17.1;1.1;3.54;15963
+71078;43.61434;.28769;172;20220730;29.3;18.1;23.7;1.6;17.75;0;4.33;19877
+71078;43.61434;.28769;172;20220731;32.1;16.4;24.2;2.3;17.5;0;5.56;24668
+71078;43.61434;.28769;172;20220801;33.2;17.6;25.4;2.5;17.73;0;5.88;24555
+71078;43.61434;.28769;172;20220802;35.4;17.3;26.3;2;16.35;0;6.1;25954
+71078;43.61434;.28769;172;20220803;36.6;18;27.3;1.9;16.75;0;6.13;25421
+71078;43.61434;.28769;172;20220804;33.6;21.2;27.4;2.9;21.73;.4;5.52;21027
+71078;43.61434;.28769;172;20220805;30.8;19.9;25.4;3.3;19.75;0;5.24;20519
+71078;43.61434;.28769;172;20220806;32.6;17.9;25.2;2.5;17.93;0;5.6;23266
+71078;43.61434;.28769;172;20220807;33.2;17.6;25.4;2.2;14.5;0;5.8;23810
+71078;43.61434;.28769;172;20220808;34.3;16.1;25.2;1.9;13.63;0;5.85;25310
+71078;43.61434;.28769;172;20220809;35.5;17.6;26.5;1.9;14.5;0;5.91;24542
+71078;43.61434;.28769;172;20220810;37.5;18;27.7;1.6;14.05;0;5.9;25091
+71078;43.61434;.28769;172;20220811;38.9;20.1;29.5;1.7;16.35;0;6.1;24543
+71078;43.61434;.28769;172;20220812;38;22.1;30.1;2.3;20.15;0;6.2;22631
+71078;43.61434;.28769;172;20220813;34;20.8;27.4;2.4;21.25;1;5.23;20443
+71078;43.61434;.28769;172;20220814;26.5;20.3;23.4;2.8;19.83;.3;3.57;14337
+71078;43.61434;.28769;172;20220815;28;18.3;23.1;1.9;16.45;0;4.08;17936
+71078;43.61434;.28769;172;20220816;26.3;15.8;21;1.6;16.98;10.8;3.29;15963
+71078;43.61434;.28769;172;20220817;24.7;15.5;20.1;2.2;17.2;0;3.3;16301
+71078;43.61434;.28769;172;20220818;24.5;16;20.3;3.1;17.33;2.3;3.33;15364
+71078;43.61434;.28769;172;20220819;26.5;15.9;21.2;2.1;16.83;.1;3.64;16973
+71078;43.61434;.28769;172;20220820;29.3;15.5;22.4;1.7;17.68;0;4.17;20656
+71078;43.61434;.28769;172;20220821;27.6;17.9;22.7;2.3;18.33;.3;3.7;15898
+71078;43.61434;.28769;172;20220822;25.1;18.3;21.7;2.9;19.63;.9;3.07;13305
+71078;43.61434;.28769;172;20220823;29.3;19.1;24.2;1.4;19.73;0;3.66;16966
+71078;43.61434;.28769;172;20220824;35.5;17.6;26.6;1.4;17.88;.6;4.93;22315
+71078;43.61434;.28769;172;20220825;29.4;21.3;25.3;3.6;21.15;1.7;4.1;14153
+71078;43.61434;.28769;172;20220826;29.3;19.7;24.5;2.6;19.6;0;3.96;15710
+71078;43.61434;.28769;172;20220827;30.4;18.1;24.3;2.2;17.73;0;4.44;19243
+71078;43.61434;.28769;172;20220828;34.1;16.2;25.2;1.2;15;.1;4.54;21883
+71078;43.61434;.28769;172;20220829;32.2;19.4;25.8;2.4;16.63;5.9;4.56;15968
+71078;43.61434;.28769;172;20220830;32.2;16.9;24.5;1.8;18.85;0;4.4;20236
+71078;43.61434;.28769;172;20220831;28.5;19.3;23.9;2.5;20.88;1.2;3.41;14059
+71078;43.61434;.28769;172;20220901;29.5;18;23.8;1.8;19.03;.4;3.81;17571
+71078;43.61434;.28769;172;20220902;27.2;18.1;22.6;2.5;18.13;.2;3.49;14607
+71078;43.61434;.28769;172;20220903;27.2;17.9;22.6;1.4;18.05;0;3.21;15572
+71078;43.61434;.28769;172;20220904;33.3;16.1;24.7;1.7;17.6;.1;4.44;20295
+71078;43.61434;.28769;172;20220905;34.1;17.8;25.9;1.8;19.23;0;4.48;19904
+71078;43.61434;.28769;172;20220906;31.8;19;25.4;2;17.35;0;4.37;18365
+71078;43.61434;.28769;172;20220907;28.4;16.1;22.3;1.8;14.78;0;3.62;15999
+71078;43.61434;.28769;172;20220908;27;13.8;20.4;1.4;14.15;.6;3.28;16703
+71078;43.61434;.28769;172;20220909;25.1;17.4;21.2;2.1;15.48;4.7;3.04;12374
+71078;43.61434;.28769;172;20220910;27.9;12.3;20.1;1.6;13.9;0;3.59;18868
+71078;43.61434;.28769;172;20220911;33.4;14.8;24.1;1.9;13.88;0;4.61;19881
+71078;43.61434;.28769;172;20220912;35.6;18.7;27.2;2.8;17.73;.4;5.33;18806
+71078;43.61434;.28769;172;20220913;31.3;21.9;26.6;2.4;20.78;.2;3.57;11924
+71078;43.61434;.28769;172;20220914;30.4;17.7;24;2.1;16.5;.5;3.78;15461
+71078;43.61434;.28769;172;20220915;29.2;17.9;23.6;2.1;16.45;.4;3.7;15369
+71078;43.61434;.28769;172;20220916;25.5;17.5;21.5;3;16.45;.4;3.19;12061
+71078;43.61434;.28769;172;20220917;22;10.9;16.4;2;10.18;0;3.03;15833
+71078;43.61434;.28769;172;20220918;24.8;7.4;16.1;1.5;7.58;0;3.19;17951
+71078;43.61434;.28769;172;20220919;26.7;8.3;17.5;1.7;7.78;0;3.58;18462
+71078;43.61434;.28769;172;20220920;25.1;8.1;16.6;2.1;8.98;0;3.5;17737
+71078;43.61434;.28769;172;20220921;25.2;9.5;17.3;2.3;10.23;0;3.47;16888
+71078;43.61434;.28769;172;20220922;26.5;10.4;18.4;1.9;11.15;0;3.33;16892
+71078;43.61434;.28769;172;20220923;23.3;10.6;17;1.6;12.43;3;2.48;12775
+71078;43.61434;.28769;172;20220924;17.2;12.6;14.9;2.4;14.88;2.2;1.35;7417
+71078;43.61434;.28769;172;20220925;20;10.3;15.1;2.3;12.13;.1;2.24;12231
+71078;43.61434;.28769;172;20220926;20.1;9.3;14.7;3.4;12;4.9;2.43;12482
+71078;43.61434;.28769;172;20220927;17.7;13;15.4;4.3;14.45;9.8;1.66;7768
+71078;43.61434;.28769;172;20220928;17.9;14.5;16.2;5.5;15.78;19.3;1.57;7017
+71078;43.61434;.28769;172;20220929;16.3;12.7;14.5;3.5;13.73;7.9;1.48;6819
+71078;43.61434;.28769;172;20220930;18.5;10.1;14.3;2.8;11.63;0;2.1;10941
+71078;43.61434;.28769;172;20221001;22.8;10.7;16.7;3.2;12.95;.1;2.73;12941
+71078;43.61434;.28769;172;20221002;24;11;17.5;1;14.58;0;2.09;13549
+71078;43.61434;.28769;172;20221003;24.4;13.2;18.8;1;14.53;0;2.07;12202
+71078;43.61434;.28769;172;20221004;26.3;10.4;18.3;1;13.08;.1;2.33;14797
+71078;43.61434;.28769;172;20221005;27.1;10.1;18.6;2.1;13.4;0;2.89;14773
+71078;43.61434;.28769;172;20221006;21.8;16.1;18.9;1.2;15.3;.1;1.7;8111
+71078;43.61434;.28769;172;20221007;24.9;11.1;18;1.6;14.4;0;2.25;12678
+71078;43.61434;.28769;172;20221008;21.9;15.3;18.6;1.8;16.55;.4;1.66;7525
+71078;43.61434;.28769;172;20221009;26.7;11.5;19.1;1.9;14.15;.1;2.59;13509
+71078;43.61434;.28769;172;20221010;24.1;12.3;18.2;2;14.63;.7;2.17;10792
+71078;43.61434;.28769;172;20221011;22.6;14.5;18.6;1.3;16.1;2.9;1.62;8670
+71078;43.61434;.28769;172;20221012;23;14.3;18.7;1.8;16;1.1;1.81;9345
+71078;43.61434;.28769;172;20221013;22.5;13;17.8;2.2;15.33;.3;1.86;9132
+71078;43.61434;.28769;172;20221014;21.2;17.1;19.1;3.4;17.05;.7;1.82;6134
+71078;43.61434;.28769;172;20221015;27.1;10.9;19;1.7;14.08;0;2.34;12860
+71078;43.61434;.28769;172;20221016;28;14.5;21.3;2.5;16.6;.3;2.66;11892
+71078;43.61434;.28769;172;20221017;27.2;17.4;22.3;2.2;18.38;1;2.29;9145
+71078;43.61434;.28769;172;20221018;29;16.2;22.6;3.1;17.8;0;2.95;11517
+71078;43.61434;.28769;172;20221019;25.5;16.6;21;2.9;17.45;1.1;2.29;8342
+71078;43.61434;.28769;172;20221020;23.7;16.5;20.1;2.5;16.4;.1;1.96;6543
+71078;43.61434;.28769;172;20221021;21.2;15.1;18.2;1.8;14.73;.4;1.53;5478
+71078;43.61434;.28769;172;20221022;26.1;11.8;19;2;13.53;0;2.26;11056
+71078;43.61434;.28769;172;20221023;26;14.4;20.2;1.5;13.7;0;1.99;8010
+71078;43.61434;.28769;172;20221024;24.4;13.1;18.7;1.3;11.93;.1;1.83;9247
+71078;43.61434;.28769;172;20221025;24.7;11.8;18.3;2;12.63;.1;2.11;8791
+71078;43.61434;.28769;172;20221026;25.2;12.3;18.8;2.1;14.23;.1;1.98;8775
+71078;43.61434;.28769;172;20221027;23;14.2;18.6;3;15.7;.1;1.83;6054
+71078;43.61434;.28769;172;20221028;26.6;16.6;21.6;3.2;15.78;0;2.64;8023
+71078;43.61434;.28769;172;20221029;26.4;15.5;21;2.9;15.13;.2;2.47;9054
+71078;43.61434;.28769;172;20221030;23;11.9;17.5;1.5;14.03;.1;1.48;7895
+71078;43.61434;.28769;172;20221031;22.1;10.6;16.3;2.3;14.2;.8;1.49;7300
+71078;43.61434;.28769;172;20221101;20.2;13.6;16.9;1.9;13.75;.1;1.42;6456
+71078;43.61434;.28769;172;20221102;20.4;10.9;15.7;1.5;12.23;0;1.35;7930
+71078;43.61434;.28769;172;20221103;22.1;10.4;16.2;3.1;11.8;6.1;2.07;6706
+71078;43.61434;.28769;172;20221104;14;10.3;12.2;4.9;11.1;8.1;1.37;4306
+71078;43.61434;.28769;172;20221105;16.5;7.6;12.1;1.7;10.03;.1;1.16;7524
+71078;43.61434;.28769;172;20221106;19.9;4.5;12.2;2.1;9.13;.1;1.56;9133
+71078;43.61434;.28769;172;20221107;20.3;6.3;13.3;2.1;10.33;0;1.49;8656
+71078;43.61434;.28769;172;20221108;18.3;10.7;14.5;2.6;13.1;1;1.21;4783
+71078;43.61434;.28769;172;20221109;15.7;12.7;14.2;1.9;13.2;1.9;.9;2720
+71078;43.61434;.28769;172;20221110;15;7;11;1.6;10.73;.2;.81;5501
+71078;43.61434;.28769;172;20221111;19.7;4.4;12;1.4;10.8;.1;1.01;8175
+71078;43.61434;.28769;172;20221112;22.1;9.3;15.7;2;12.73;.1;1.37;7794
+71078;43.61434;.28769;172;20221113;20.6;7.7;14.2;1.5;11.3;.1;1.14;7608
+71078;43.61434;.28769;172;20221114;14.3;8.5;11.4;2.1;11.6;1.5;.75;3438
+71078;43.61434;.28769;172;20221115;16;9.8;12.9;2.2;12.9;10.1;.78;4005
+71078;43.61434;.28769;172;20221116;19;9.2;14.1;2.5;11.68;.6;1.31;6603
+71078;43.61434;.28769;172;20221117;17.5;12.6;15.1;3.6;13.3;7.4;1.32;3861
+71078;43.61434;.28769;172;20221118;11.7;9.1;10.4;3.6;10.7;2.7;.84;2515
+71078;43.61434;.28769;172;20221119;10.4;7.3;8.8;3.6;9.38;.7;.85;2962
+71078;43.61434;.28769;172;20221120;13.8;3.4;8.6;2.8;9.38;5.5;.84;5567
+71078;43.61434;.28769;172;20221121;14.1;8.3;11.2;3.7;10.9;28.9;.98;3205
+71078;43.61434;.28769;172;20221122;10.5;6.5;8.5;4.4;9.4;15;.84;3170
+71078;43.61434;.28769;172;20221123;16.4;8.4;12.4;3.6;11.88;6.2;1.01;5078
+71078;43.61434;.28769;172;20221124;14.4;6.4;10.4;2.5;9.8;1.7;.94;4461
+71078;43.61434;.28769;172;20221125;12;7.1;9.6;3.2;10.25;4.1;.73;3003
+71078;43.61434;.28769;172;20221126;12.7;3.8;8.2;1.6;8.6;.2;.63;5197
+71078;43.61434;.28769;172;20221127;12.2;2.8;7.5;2.4;8.43;6.1;.72;4918
+71078;43.61434;.28769;172;20221128;11.8;7.7;9.7;4.2;10.53;4.6;.71;3110
+71078;43.61434;.28769;172;20221129;12.5;8.3;10.4;2.6;10.45;.7;.77;3323
+71078;43.61434;.28769;172;20221130;5.6;3;4.3;1.3;8.15;.1;.35;1834
+71078;43.61434;.28769;172;20221201;4.8;2.8;3.8;1;7.65;0;.36;1576
+71078;43.61434;.28769;172;20221202;6.9;3.4;5.2;1.1;7.73;0;.44;2450
+71078;43.61434;.28769;172;20221203;8.3;3.2;5.8;1.1;7.93;1;.44;2975
+71078;43.61434;.28769;172;20221204;10.4;1.1;5.7;1.4;7.13;0;.55;5099
+71078;43.61434;.28769;172;20221205;11.2;.1;5.6;1.7;6.73;.1;.61;5644
+71078;43.61434;.28769;172;20221206;10.7;5.1;7.9;1.4;8.38;.2;.62;3294
+71078;43.61434;.28769;172;20221207;12.9;6.9;9.9;1;9.28;.1;.58;3794
+71078;43.61434;.28769;172;20221208;8.5;4.1;6.3;1.7;8.73;2;.45;2018
+71078;43.61434;.28769;172;20221209;11.2;6.2;8.7;2;9.73;.3;.57;2869
+71078;43.61434;.28769;172;20221210;4.6;.4;2.5;3.3;5.78;.1;.64;3834
+71078;43.61434;.28769;172;20221211;4.4;-4.6;-.1;1.4;4.88;.1;.38;4486
+71078;43.61434;.28769;172;20221212;5.7;-1.1;2.3;2.6;6.9;6.3;.33;2865
+71078;43.61434;.28769;172;20221213;14.1;5.1;9.6;4;12.58;2.2;.22;3864
+71078;43.61434;.28769;172;20221214;17.7;9.2;13.5;2.5;12.1;.2;.89;4433
+71078;43.61434;.28769;172;20221215;14.1;8.5;11.3;2.1;11.63;5.1;.6;3215
+71078;43.61434;.28769;172;20221216;9.5;8.5;9;1.8;10.3;4.1;.55;592
+71078;43.61434;.28769;172;20221217;7.9;2.9;5.4;1.6;7.83;0;.47;2651
+71078;43.61434;.28769;172;20221218;11.4;2.8;7.1;2.9;8.38;.1;.58;4914
+71078;43.61434;.28769;172;20221219;14.7;6.8;10.8;3;10.28;0;.83;4446
+71078;43.61434;.28769;172;20221220;13.7;10;11.8;2.6;11.43;2.3;.8;2268
+71078;43.61434;.28769;172;20221221;18.3;9.3;13.8;2.1;11.68;0;.94;4999
+71078;43.61434;.28769;172;20221222;18.5;9.1;13.8;2.5;11.38;.1;1.13;4223
+71078;43.61434;.28769;172;20221223;17.9;9.6;13.7;2.1;11.88;0;.92;4051
+71078;43.61434;.28769;172;20221224;18.6;7.6;13.1;1.6;10.9;0;.78;5203
+71078;43.61434;.28769;172;20221225;17.1;6;11.5;2.3;9.93;.1;.91;5355
+71078;43.61434;.28769;172;20221226;16.6;6.5;11.6;1.7;10.45;1.1;.75;4279
+71078;43.61434;.28769;172;20221227;12.9;9.6;11.2;1;11.88;.5;.49;2097
+71078;43.61434;.28769;172;20221228;18.2;6.4;12.3;1.9;10.13;.1;.86;5613
+71078;43.61434;.28769;172;20221229;13.7;9;11.4;2.1;10.53;4.4;.78;2628
+71078;43.61434;.28769;172;20221230;18.2;8.9;13.5;2.6;11.53;.2;1.04;4557
+71078;43.61434;.28769;172;20221231;16.6;8.2;12.4;2.8;11.2;0;.96;4452
+71079;43.64303;.59481;190;20220101;17.9;5.1;11.5;1.9;8.75;0;1.08;5432
+71079;43.64303;.59481;190;20220102;15.7;6.2;11;2.5;9.48;.1;1.15;3787
+71079;43.64303;.59481;190;20220103;15.2;5.3;10.3;2.3;10.65;.1;.65;4670
+71079;43.64303;.59481;190;20220104;17.8;7.4;12.6;3.9;9.83;8.9;1.69;4958
+71079;43.64303;.59481;190;20220105;7.1;4.9;6;2.8;7.35;0;.73;2159
+71079;43.64303;.59481;190;20220106;6.7;-.5;3.1;1.7;5.24;.1;.72;3295
+71079;43.64303;.59481;190;20220107;9.3;-.8;4.2;3.6;6.9;2.8;.75;4656
+71079;43.64303;.59481;190;20220108;9.7;6.6;8.1;7.4;9.78;1;.64;2339
+71079;43.64303;.59481;190;20220109;9.4;8.1;8.8;4.8;10.65;25;.47;710
+71079;43.64303;.59481;190;20220110;11.6;8.6;10.1;3.6;11.55;13;.51;1848
+71079;43.64303;.59481;190;20220111;8.9;4.9;6.9;2.3;8.48;.1;.56;3680
+71079;43.64303;.59481;190;20220112;5.7;-.8;2.4;1.7;6.38;0;.4;4496
+71079;43.64303;.59481;190;20220113;4.8;-2.6;1.1;1.4;6.18;0;.34;4286
+71079;43.64303;.59481;190;20220114;7.9;-2.7;2.6;1;5.87;.1;.39;6104
+71079;43.64303;.59481;190;20220115;9.8;-1.4;4.2;1.7;5.48;0;.79;6248
+71079;43.64303;.59481;190;20220116;7;-1.7;2.7;1.4;5.85;0;.57;5380
+71079;43.64303;.59481;190;20220117;3;-2.2;.4;1.2;5.95;.1;.34;4028
+71079;43.64303;.59481;190;20220118;1.3;-.6;.3;1.4;6.3;.1;.28;1578
+71079;43.64303;.59481;190;20220119;8.5;.7;4.6;2.6;7.8;1.7;.47;4283
+71079;43.64303;.59481;190;20220120;7.7;4.7;6.2;2.3;8.5;3.2;.53;2340
+71079;43.64303;.59481;190;20220121;4.9;-.6;2.1;2.5;5.78;0;.6;3975
+71079;43.64303;.59481;190;20220122;5.6;-2.7;1.5;1.3;5.35;0;.51;6016
+71079;43.64303;.59481;190;20220123;8.5;-2.7;2.9;1.8;5.85;0;.66;6969
+71079;43.64303;.59481;190;20220124;12.4;.1;6.3;2.3;6.78;0;.97;7159
+71079;43.64303;.59481;190;20220125;11.2;-.3;5.5;1.5;6.8;0;.73;7021
+71079;43.64303;.59481;190;20220126;11.1;-1;5.1;.9;6.88;0;.59;7299
+71079;43.64303;.59481;190;20220127;5.8;-2.1;1.9;1.5;6.38;.1;.56;5251
+71079;43.64303;.59481;190;20220128;4.1;-2.1;1;1.6;6.38;0;.37;4266
+71079;43.64303;.59481;190;20220129;1.9;-1.1;.4;1.1;6.28;0;.33;2688
+71079;43.64303;.59481;190;20220130;2.1;-1.1;.5;1.9;6.38;.1;.29;2991
+71079;43.64303;.59481;190;20220131;8.2;1.6;4.9;4.6;8.38;1.5;.43;5115
+71079;43.64303;.59481;190;20220201;8.7;2.1;5.4;4;7.9;0;.72;5165
+71079;43.64303;.59481;190;20220202;9.3;7.2;8.2;3.2;10.1;.1;.55;2730
+71079;43.64303;.59481;190;20220203;11.3;3.8;7.6;2.5;9.83;0;.62;5346
+71079;43.64303;.59481;190;20220204;11.7;7.5;9.6;2.7;10.54;.6;.73;4278
+71079;43.64303;.59481;190;20220205;10.1;7.9;9;2.8;8.38;.2;1.09;4163
+71079;43.64303;.59481;190;20220206;10.1;2.2;6.2;3.7;7.61;.2;.99;6468
+71079;43.64303;.59481;190;20220207;11.8;7.7;9.7;4.7;9.94;.8;1.04;4349
+71079;43.64303;.59481;190;20220208;13.6;2.2;7.9;2;7.5;0;1.19;8736
+71079;43.64303;.59481;190;20220209;16.9;3.1;10;3;7.58;0;1.79;9102
+71079;43.64303;.59481;190;20220210;11.4;3.3;7.4;.9;8.08;0;1.11;11300
+71079;43.64303;.59481;190;20220211;11.2;6.5;8.9;1.2;8.98;.1;.84;3800
+71079;43.64303;.59481;190;20220212;13.5;-1.4;6.1;.8;6.98;0;.91;8900
+71079;43.64303;.59481;190;20220213;17.2;1;9.1;1.6;9.08;1.9;1.32;11800
+71079;43.64303;.59481;190;20220214;10;7.3;8.7;3.8;9.38;4.7;1.11;6700
+71079;43.64303;.59481;190;20220215;11.4;5.4;8.4;4.9;8.94;1;1.29;7020
+71079;43.64303;.59481;190;20220216;12.5;8;10.3;5.9;11.13;.8;.97;5138
+71079;43.64303;.59481;190;20220217;14.4;11.2;12.8;5.1;12.58;.2;1.15;4434
+71079;43.64303;.59481;190;20220218;17;7.5;12.3;3.3;11.18;.6;1.55;8267
+71079;43.64303;.59481;190;20220219;11.9;7.4;9.6;2.4;8.45;.2;1.27;6334
+71079;43.64303;.59481;190;20220220;13.6;2.7;8.2;4;9.2;.2;1.27;8474
+71079;43.64303;.59481;190;20220221;13.3;9.4;11.4;6.4;9.68;1;1.88;6167
+71079;43.64303;.59481;190;20220222;14.4;7.1;10.7;2.7;9.13;0;1.55;9054
+71079;43.64303;.59481;190;20220223;15.8;4.6;10.2;1.9;9;0;1.48;10344
+71079;43.64303;.59481;190;20220224;13.5;5.9;9.7;3.4;9.73;.7;1.3;6613
+71079;43.64303;.59481;190;20220225;11;5;8;2.2;7.05;0;1.38;7861
+71079;43.64303;.59481;190;20220226;13.9;.2;7.1;3.6;5.4;0;2.25;11975
+71079;43.64303;.59481;190;20220227;15.8;1.9;8.8;2.2;7.58;0;1.72;10926
+71079;43.64303;.59481;190;20220228;17.3;4.5;10.9;1.8;8.43;0;1.81;11561
+71079;43.64303;.59481;190;20220301;16.8;5;10.9;3.3;8.18;0;2.24;11134
+71079;43.64303;.59481;190;20220302;12.2;5.9;9;2.7;10.03;1.2;1.01;6035
+71079;43.64303;.59481;190;20220303;15.6;5.5;10.6;2.1;10.2;1;1.49;11018
+71079;43.64303;.59481;190;20220304;9;8.8;8.9;4.2;10.33;5.1;.67;1152
+71079;43.64303;.59481;190;20220305;10.1;6.3;8.2;2.9;8.63;0;1.19;6712
+71079;43.64303;.59481;190;20220306;10.2;4.9;7.5;2.5;7.68;0;1.27;7024
+71079;43.64303;.59481;190;20220307;11.9;1.3;6.6;2.7;7.6;0;1.47;11395
+71079;43.64303;.59481;190;20220308;13.5;4.6;9.1;3.2;8.7;.9;1.62;9675
+71079;43.64303;.59481;190;20220309;15.8;3;9.4;3.6;9.38;.1;1.87;13013
+71079;43.64303;.59481;190;20220310;15.1;9;12.1;3.9;10.53;.1;1.76;8605
+71079;43.64303;.59481;190;20220311;14.2;9;11.6;4;10.7;6.1;1.54;7086
+71079;43.64303;.59481;190;20220312;12.3;7.5;9.9;3.5;10.13;2.8;1.26;7748
+71079;43.64303;.59481;190;20220313;11.7;8.3;10;5.4;9.38;3.4;1.59;6627
+71079;43.64303;.59481;190;20220314;14.1;5.1;9.6;7;10.13;0;1.56;9676
+71079;43.64303;.59481;190;20220315;16.2;12.3;14.2;9.8;12.11;0;2.37;7258
+71079;43.64303;.59481;190;20220316;15.1;11.7;13.4;4.8;12.3;1.7;1.61;6491
+71079;43.64303;.59481;190;20220317;13;11.3;12.2;2.7;12.35;2.1;.98;3635
+71079;43.64303;.59481;190;20220318;12;7.6;9.8;1;9.78;0;1.18;6800
+71079;43.64303;.59481;190;20220319;16.5;4.4;10.5;2.9;9.38;0;2.4;17000
+71079;43.64303;.59481;190;20220320;17.3;7.1;12.2;1.9;10.28;0;2.02;11800
+71079;43.64303;.59481;190;20220321;17.3;8.2;12.8;4.3;9.78;.1;3.07;18000
+71079;43.64303;.59481;190;20220322;17.3;7.5;12.4;3.6;7.68;0;3.34;17900
+71079;43.64303;.59481;190;20220323;17.4;4.1;10.8;2;7.78;0;2.78;19900
+71079;43.64303;.59481;190;20220324;18.2;.1;9.2;1.1;7.78;0;2.42;20000
+71079;43.64303;.59481;190;20220325;18.8;4.2;11.5;1.9;7.88;0;2.77;17500
+71079;43.64303;.59481;190;20220326;18.6;2;10.3;2.8;7.08;0;3.21;19800
+71079;43.64303;.59481;190;20220327;21.5;2;11.8;1.6;8.18;0;2.96;19300
+71079;43.64303;.59481;190;20220328;21.1;2.1;11.6;1.1;8.18;0;2.39;14800
+71079;43.64303;.59481;190;20220329;19;3.6;11.3;1.1;10.18;5.4;1.95;12300
+71079;43.64303;.59481;190;20220330;12.6;9.5;11.1;2.1;11.68;5.8;1.01;3700
+71079;43.64303;.59481;190;20220331;13.8;8.6;11.2;3.3;9.68;5.1;2.3;13700
+71079;43.64303;.59481;190;20220401;9.1;1.6;5.4;4.7;5.58;.6;2.36;15300
+71079;43.64303;.59481;190;20220402;8.6;1.5;5.1;3.4;5.08;0;2.24;14300
+71079;43.64303;.59481;190;20220403;7.8;-2;2.9;2.8;5.1;0;1.84;15703
+71079;43.64303;.59481;190;20220404;11.1;-3.2;4;1.4;5.3;0;2.09;19377
+71079;43.64303;.59481;190;20220405;15.5;-3.5;6;1.6;5.98;0;2.74;23400
+71079;43.64303;.59481;190;20220406;12.2;3.6;7.9;1.9;9.38;0;1.17;6100
+71079;43.64303;.59481;190;20220407;19.9;7.1;13.5;3.8;10.98;1.2;3.25;18000
+71079;43.64303;.59481;190;20220408;21.2;8;14.6;3.3;11.48;.9;3.06;14000
+71079;43.64303;.59481;190;20220409;15.5;7.7;11.6;2;8.38;.4;2.79;17700
+71079;43.64303;.59481;190;20220410;19.6;-1.4;9.1;2;7.38;0;3.34;23700
+71079;43.64303;.59481;190;20220411;19.5;9.6;14.6;4.2;11.48;0;3.57;20100
+71079;43.64303;.59481;190;20220412;19.2;11.7;15.5;3.8;11.98;1;2.83;10700
+71079;43.64303;.59481;190;20220413;15.1;11.8;13.5;1.3;13.08;1.8;1.26;5200
+71079;43.64303;.59481;190;20220414;21.3;7.3;14.3;1.2;12.08;0;3.34;23100
+71079;43.64303;.59481;190;20220415;21.9;9.5;15.7;1.9;13.48;0;2.83;15600
+71079;43.64303;.59481;190;20220416;23.1;10.1;16.6;2.4;12.88;.1;3.74;20900
+71079;43.64303;.59481;190;20220417;21.8;9.1;15.5;2.5;12.38;0;3.59;21100
+71079;43.64303;.59481;190;20220418;18.6;10.2;14.4;2.1;11.38;0;2.52;12300
+71079;43.64303;.59481;190;20220419;12;7.7;9.9;1.8;11.38;11.9;.86;3200
+71079;43.64303;.59481;190;20220420;13.5;7.8;10.7;2;10.78;5.5;1.57;8500
+71079;43.64303;.59481;190;20220421;15.6;8.2;11.9;1.6;11.88;.4;1.41;6400
+71079;43.64303;.59481;190;20220422;18.5;9.3;13.9;1.7;12.28;0;2.87;18500
+71079;43.64303;.59481;190;20220423;11.9;9.5;10.7;2.3;11.48;9.1;1.14;4900
+71079;43.64303;.59481;190;20220424;16.1;9.1;12.6;3.3;11.98;3.6;2.04;10400
+71079;43.64303;.59481;190;20220425;18.8;4;11.4;1.2;10.58;0;3.11;22800
+71079;43.64303;.59481;190;20220426;22.8;3.9;13.4;1.1;10.78;0;3.72;25400
+71079;43.64303;.59481;190;20220427;20.4;7.7;14.1;1.1;13.28;.1;2.38;14100
+71079;43.64303;.59481;190;20220428;17.4;13;15.2;1.6;14.38;0;1.54;6200
+71079;43.64303;.59481;190;20220429;21;8.8;14.9;1.4;13.98;.2;2.94;18300
+71079;43.64303;.59481;190;20220430;21.8;12.4;17.1;2;13.38;0;3.61;20000
+71079;43.64303;.59481;190;20220501;20.8;10.3;15.6;1.7;12.48;.1;3.35;19700
+71079;43.64303;.59481;190;20220502;19.9;11.1;15.5;1.6;12.48;0;2.91;16000
+71079;43.64303;.59481;190;20220503;20.4;11.2;15.8;1.9;12.88;3;2.91;15200
+71079;43.64303;.59481;190;20220504;20;11.8;15.9;1.9;13.48;2.2;2.51;12000
+71079;43.64303;.59481;190;20220505;21.1;9.7;15.4;2.4;10.98;0;4.03;22900
+71079;43.64303;.59481;190;20220506;20.9;10;15.4;3.6;11.63;0;3.66;19260
+71079;43.64303;.59481;190;20220507;22.5;10.8;16.6;3.6;12.75;.1;3.96;20827
+71079;43.64303;.59481;190;20220508;24;12.1;18.1;2.9;13.18;0;4.16;21182
+71079;43.64303;.59481;190;20220509;26;11.2;18.6;1.9;12.35;0;4.48;23573
+71079;43.64303;.59481;190;20220510;28.6;11.9;20.2;1.7;12.4;.1;4.8;23939
+71079;43.64303;.59481;190;20220511;30.3;12.3;21.3;2.6;14.63;0;5.38;24911
+71079;43.64303;.59481;190;20220512;23.3;14.2;18.7;2;15.05;0;3.37;16963
+71079;43.64303;.59481;190;20220513;25.2;14.2;19.7;1.6;16.38;0;3.63;19046
+71079;43.64303;.59481;190;20220514;29.3;14.1;21.7;2;16.3;0;4.81;23148
+71079;43.64303;.59481;190;20220515;28.2;14.9;21.6;3;16.5;1.3;4.88;21927
+71079;43.64303;.59481;190;20220516;28.6;14.5;21.5;1.7;16.13;0;4.65;23259
+71079;43.64303;.59481;190;20220517;31.5;15.7;23.6;2.3;16.15;.2;5.51;24453
+71079;43.64303;.59481;190;20220518;32;16.8;24.4;2;16;.3;5.49;24063
+71079;43.64303;.59481;190;20220519;28.1;17.2;22.6;3;18.9;.1;4.41;19631
+71079;43.64303;.59481;190;20220520;27.9;17.5;22.7;3.5;18.35;0;4.84;20997
+71079;43.64303;.59481;190;20220521;31.5;15.5;23.5;1.9;18.5;0;5.22;24594
+71079;43.64303;.59481;190;20220522;29.8;17.4;23.6;3;19.78;2.4;4.73;20073
+71079;43.64303;.59481;190;20220523;22.2;15.6;18.9;4.8;15.65;0;3.64;16033
+71079;43.64303;.59481;190;20220524;16.7;12.4;14.6;3;13;3.2;2.21;11205
+71079;43.64303;.59481;190;20220525;19;9.5;14.2;2.9;12.25;0;3.18;18982
+71079;43.64303;.59481;190;20220526;19.6;10.8;15.2;2.4;13;0;3.03;17086
+71079;43.64303;.59481;190;20220527;24.7;12.8;18.8;2.3;13.98;0;4.26;21452
+71079;43.64303;.59481;190;20220528;26.3;11.9;19.1;2.7;12.88;0;5.08;25149
+71079;43.64303;.59481;190;20220529;24.8;10.8;17.8;2.6;9.35;0;5.18;24576
+71079;43.64303;.59481;190;20220530;25.1;9.7;17.4;2.2;10.13;.2;4.94;25581
+71079;43.64303;.59481;190;20220531;26.4;13.9;20.2;2.6;12;0;5.18;24084
+71079;43.64303;.59481;190;20220601;31.7;14.7;23.2;2.5;14.53;.6;6.06;26485
+71079;43.64303;.59481;190;20220602;27.9;16.1;22;2.4;17.78;1.5;4.6;21783
+71079;43.64303;.59481;190;20220603;30;18.2;24.1;3;19.38;2;5.27;22754
+71079;43.64303;.59481;190;20220604;24.6;17.6;21.1;2.3;19.93;4.3;3.09;14854
+71079;43.64303;.59481;190;20220605;24.2;15.8;20;2.5;17.15;0;3.75;18674
+71079;43.64303;.59481;190;20220606;27.5;15.1;21.3;1.9;16.5;0;4.62;22845
+71079;43.64303;.59481;190;20220607;24.2;16.3;20.3;2.2;15.7;.2;3.75;17333
+71079;43.64303;.59481;190;20220608;20.2;15.1;17.6;2.7;16.33;4.7;2.52;12355
+71079;43.64303;.59481;190;20220609;23.3;12.6;18;2.6;14.38;0;4.09;21608
+71079;43.64303;.59481;190;20220610;28.5;12.4;20.4;1.6;14.15;0;5.13;26597
+71079;43.64303;.59481;190;20220611;32;14.9;23.5;2.2;15.4;.1;5.96;26991
+71079;43.64303;.59481;190;20220612;29.7;16.9;23.3;3.4;19.18;3.2;5.16;22064
+71079;43.64303;.59481;190;20220613;30.6;18.3;24.5;3;20.28;.1;5.47;24173
+71079;43.64303;.59481;190;20220614;36.6;18.9;27.7;2.2;19.93;.6;6.58;26488
+71079;43.64303;.59481;190;20220615;35.6;20.2;27.9;2.2;20.23;0;6.47;26696
+71079;43.64303;.59481;190;20220616;36.5;20.3;28.4;1.7;19.68;0;6.22;25848
+71079;43.64303;.59481;190;20220617;37.6;20.1;28.8;2;18.43;0;6.8;27179
+71079;43.64303;.59481;190;20220618;38.6;21.1;29.9;3.6;17.65;0;8.34;27039
+71079;43.64303;.59481;190;20220619;32;19.6;25.8;3.7;20.18;.1;6.03;23234
+71079;43.64303;.59481;190;20220620;29.5;18.3;23.9;2.7;19.18;.8;5.05;22138
+71079;43.64303;.59481;190;20220621;26.5;18.8;22.7;2.8;20.4;1.2;3.73;16460
+71079;43.64303;.59481;190;20220622;27.4;18.2;22.8;2.7;18.7;.2;4.53;20456
+71079;43.64303;.59481;190;20220623;27;16.1;21.6;2.2;18.4;17;4.29;20734
+71079;43.64303;.59481;190;20220624;25.1;15.9;20.5;2.1;16.93;.2;4.09;20607
+71079;43.64303;.59481;190;20220625;22.4;15.7;19;2.7;16.48;4.3;3.3;15484
+71079;43.64303;.59481;190;20220626;17.8;13.1;15.4;2.5;15.3;7;2.11;12075
+71079;43.64303;.59481;190;20220627;20.5;14.1;17.3;2.5;15.4;.3;2.87;15173
+71079;43.64303;.59481;190;20220628;25.7;14.8;20.2;2;14.15;.1;4.68;23395
+71079;43.64303;.59481;190;20220629;27.3;13.6;20.4;2.1;15.3;.5;4.85;24506
+71079;43.64303;.59481;190;20220630;16.7;14.3;15.5;2.8;14.95;.5;1.75;8208
+71079;43.64303;.59481;190;20220701;23.7;11.1;17.4;1.8;13.25;.1;4.26;23979
+71079;43.64303;.59481;190;20220702;30.3;12.2;21.2;2.1;13.38;0;5.74;27468
+71079;43.64303;.59481;190;20220703;29.3;16.3;22.8;3.3;17.1;5.6;5.44;23709
+71079;43.64303;.59481;190;20220704;25.7;15.8;20.8;3.4;17.85;.5;4.18;20110
+71079;43.64303;.59481;190;20220705;28.9;16.8;22.8;2.6;17.1;0;5.29;24243
+71079;43.64303;.59481;190;20220706;28.4;15.7;22.1;3;15.43;.1;5.25;22142
+71079;43.64303;.59481;190;20220707;28.7;16;22.3;3.7;16.28;0;5.54;23873
+71079;43.64303;.59481;190;20220708;29.3;15.7;22.5;2.9;15.83;0;5.69;25572
+71079;43.64303;.59481;190;20220709;31.4;15.3;23.4;2.5;15.25;0;6.01;26635
+71079;43.64303;.59481;190;20220710;32.9;16.5;24.7;2;14.73;0;6.08;26600
+71079;43.64303;.59481;190;20220711;35.3;17.4;26.4;1.8;15.23;0;6.35;27134
+71079;43.64303;.59481;190;20220712;35.4;18.6;27;2.3;15.6;0;6.69;26554
+71079;43.64303;.59481;190;20220713;35.6;18.3;26.9;1.7;12.98;0;6.24;26312
+71079;43.64303;.59481;190;20220714;36.8;18.9;27.9;2;15.73;0;6.63;26405
+71079;43.64303;.59481;190;20220715;35.1;20.3;27.7;2.9;16.4;0;6.86;25004
+71079;43.64303;.59481;190;20220716;36.9;19.3;28.1;1.7;14.95;0;6.34;26046
+71079;43.64303;.59481;190;20220717;38;18.8;28.4;1.9;14.53;0;6.86;27349
+71079;43.64303;.59481;190;20220718;38.4;20.8;29.6;3.8;15.25;.1;8.46;25760
+71079;43.64303;.59481;190;20220719;31.7;20.7;26.2;2.9;20.75;.8;5.17;20173
+71079;43.64303;.59481;190;20220720;29.1;20.2;24.7;2.9;17.2;0;5.03;19262
+71079;43.64303;.59481;190;20220721;32.5;17.1;24.8;1.9;16.9;0;5.62;24978
+71079;43.64303;.59481;190;20220722;27.6;19.3;23.4;4.1;18.28;.2;4.8;17992
+71079;43.64303;.59481;190;20220723;29.1;17.4;23.2;1.7;16.28;0;4.67;21959
+71079;43.64303;.59481;190;20220724;37.1;17.1;27.1;2;17.15;0;6.65;27809
+71079;43.64303;.59481;190;20220725;28.3;20.8;24.6;4.3;18.83;.1;4.84;16336
+71079;43.64303;.59481;190;20220726;27.2;16.8;22;3.1;15.35;.1;4.92;20986
+71079;43.64303;.59481;190;20220727;28;14.9;21.4;2.3;13.13;0;5.08;23558
+71079;43.64303;.59481;190;20220728;28.4;14.7;21.5;2.3;14.93;1.2;4.87;22578
+71079;43.64303;.59481;190;20220729;25.7;16.9;21.3;2.4;16.88;1;3.77;17159
+71079;43.64303;.59481;190;20220730;29.5;18.1;23.8;2.1;17.48;0;4.59;20046
+71079;43.64303;.59481;190;20220731;32.4;16.9;24.6;2.5;17.1;0;5.73;24546
+71079;43.64303;.59481;190;20220801;33.7;17.7;25.7;2.9;17.35;0;6.25;25241
+71079;43.64303;.59481;190;20220802;35.5;17.5;26.5;2.2;15.68;0;6.31;26060
+71079;43.64303;.59481;190;20220803;37.4;18.1;27.8;2.2;15.25;0;6.53;25627
+71079;43.64303;.59481;190;20220804;34.6;21;27.8;3.3;21.6;.3;6.03;22416
+71079;43.64303;.59481;190;20220805;31.3;19.9;25.6;3.8;19.3;0;5.65;21207
+71079;43.64303;.59481;190;20220806;32.8;18.3;25.6;2.9;17.48;0;5.87;23126
+71079;43.64303;.59481;190;20220807;33.5;18.2;25.8;2.7;13.65;0;6.2;23404
+71079;43.64303;.59481;190;20220808;34.6;16.9;25.7;2.5;12.48;0;6.36;24705
+71079;43.64303;.59481;190;20220809;35.6;17.9;26.8;2.2;13.18;0;6.19;24186
+71079;43.64303;.59481;190;20220810;37.4;18.6;28;1.8;13.2;0;6.07;24222
+71079;43.64303;.59481;190;20220811;38.6;20.7;29.6;2.4;18.2;0;6.42;23633
+71079;43.64303;.59481;190;20220812;38.4;22.1;30.3;2.4;20.55;0;6.32;22603
+71079;43.64303;.59481;190;20220813;34.3;20.8;27.6;2.9;21.03;1.3;5.61;20884
+71079;43.64303;.59481;190;20220814;26.8;20.5;23.6;3.2;19.73;0;3.81;14658
+71079;43.64303;.59481;190;20220815;28.7;18.8;23.8;2.1;16.05;0;4.33;18204
+71079;43.64303;.59481;190;20220816;27.2;16.6;21.9;2.3;16.53;8;3.81;15961
+71079;43.64303;.59481;190;20220817;25.3;15.6;20.5;2.6;17.1;0;3.54;16716
+71079;43.64303;.59481;190;20220818;25.3;16;20.6;3.5;17.3;2;3.59;16208
+71079;43.64303;.59481;190;20220819;26.6;15.9;21.2;2.6;16.7;0;3.82;17065
+71079;43.64303;.59481;190;20220820;29.6;15.9;22.7;1.9;17.43;0;4.31;20345
+71079;43.64303;.59481;190;20220821;27.9;18.5;23.2;2.7;17.9;.6;3.93;15580
+71079;43.64303;.59481;190;20220822;25.2;18.5;21.9;3.3;19.5;.6;3.17;13288
+71079;43.64303;.59481;190;20220823;29.7;19.3;24.5;1.8;19.4;0;3.88;17213
+71079;43.64303;.59481;190;20220824;35.4;18.2;26.8;1.7;17.23;.4;5.06;21537
+71079;43.64303;.59481;190;20220825;29.8;21.4;25.6;3.7;20.93;1.8;4.3;14551
+71079;43.64303;.59481;190;20220826;29.7;19.8;24.7;2.9;19.43;0;4.18;16104
+71079;43.64303;.59481;190;20220827;30.5;18;24.3;2.6;17.25;0;4.69;19442
+71079;43.64303;.59481;190;20220828;34.2;17.3;25.7;1.6;14.28;0;4.86;20981
+71079;43.64303;.59481;190;20220829;33.3;20.2;26.7;3;16.58;5.7;5.15;15795
+71079;43.64303;.59481;190;20220830;32;17.2;24.6;2.1;18.83;0;4.51;19946
+71079;43.64303;.59481;190;20220831;28.9;19;24;3.1;20.28;1;3.71;14438
+71079;43.64303;.59481;190;20220901;29.6;17.8;23.7;2.3;18.94;0;4;17982
+71079;43.64303;.59481;190;20220902;27.9;18.6;23.2;2.9;17.97;.8;3.75;14841
+71079;43.64303;.59481;190;20220903;27.2;17.8;22.5;1.6;18.07;0;3.32;15985
+71079;43.64303;.59481;190;20220904;32.8;16.1;24.5;2.4;18.57;.1;4.6;19681
+71079;43.64303;.59481;190;20220905;34.5;18.6;26.5;2.3;20.6;1;4.66;19333
+71079;43.64303;.59481;190;20220906;31.9;20.2;26.1;2.5;18.4;0;4.57;17875
+71079;43.64303;.59481;190;20220907;28.7;16.6;22.6;2.1;15;0;3.78;15611
+71079;43.64303;.59481;190;20220908;27;14.2;20.6;1.7;14.15;.3;3.36;16064
+71079;43.64303;.59481;190;20220909;25;17.3;21.1;2.1;15.78;3.5;2.96;12496
+71079;43.64303;.59481;190;20220910;27.2;13.1;20.2;1.8;13.95;0;3.57;17743
+71079;43.64303;.59481;190;20220911;33;14.9;23.9;2.6;13.8;0;5;19421
+71079;43.64303;.59481;190;20220912;33.1;20.1;26.6;4;18.73;.1;5.28;16626
+71079;43.64303;.59481;190;20220913;31;22.6;26.8;3.2;21.45;.4;3.74;11078
+71079;43.64303;.59481;190;20220914;30.1;18.5;24.3;2.3;16.98;1.4;3.81;14288
+71079;43.64303;.59481;190;20220915;29.3;18.4;23.8;2.3;16.9;.4;3.78;14953
+71079;43.64303;.59481;190;20220916;25.7;17.8;21.7;3.3;16.35;.2;3.32;11952
+71079;43.64303;.59481;190;20220917;21.8;11.9;16.8;2.3;10.08;0;3.13;14823
+71079;43.64303;.59481;190;20220918;24.7;7.8;16.3;1.9;7.25;0;3.48;17474
+71079;43.64303;.59481;190;20220919;26.6;9.1;17.8;2.2;7.45;0;3.95;17609
+71079;43.64303;.59481;190;20220920;25;8.7;16.8;2.6;8.73;0;3.77;17036
+71079;43.64303;.59481;190;20220921;25;9.8;17.4;2.5;10;0;3.55;16376
+71079;43.64303;.59481;190;20220922;26.2;10.3;18.2;2.1;10.85;0;3.41;16636
+71079;43.64303;.59481;190;20220923;24.6;11.3;17.9;2.1;12.95;2.9;2.8;12839
+71079;43.64303;.59481;190;20220924;17.7;13.5;15.6;2.5;15.23;1.9;1.42;6767
+71079;43.64303;.59481;190;20220925;19.9;10.3;15.1;2.6;12.3;.1;2.24;11980
+71079;43.64303;.59481;190;20220926;19.6;9.2;14.4;4;11.95;3.5;2.47;12123
+71079;43.64303;.59481;190;20220927;17.4;13;15.2;4.9;14.5;7;1.58;7489
+71079;43.64303;.59481;190;20220928;17.9;14.4;16.1;6.1;15.83;13.2;1.53;7191
+71079;43.64303;.59481;190;20220929;16.4;12.8;14.6;3.8;13.85;7.5;1.46;6843
+71079;43.64303;.59481;190;20220930;18.5;10;14.2;2.9;11.68;.1;2.1;10992
+71079;43.64303;.59481;190;20221001;22.8;10.2;16.5;3.3;12.98;.1;2.73;13046
+71079;43.64303;.59481;190;20221002;23.6;11.7;17.6;1.2;15.15;.1;2.04;12752
+71079;43.64303;.59481;190;20221003;23.9;13.6;18.8;1.2;14.75;.1;2.06;11416
+71079;43.64303;.59481;190;20221004;26.1;11.1;18.6;1.2;13.33;.1;2.41;14170
+71079;43.64303;.59481;190;20221005;26.2;11;18.6;2.8;14.1;0;2.99;13610
+71079;43.64303;.59481;190;20221006;22;15.9;19;1.6;15.43;0;1.84;8596
+71079;43.64303;.59481;190;20221007;24.2;11.7;18;2;14.93;0;2.22;11829
+71079;43.64303;.59481;190;20221008;22;14.6;18.3;2;16.68;.4;1.66;7957
+71079;43.64303;.59481;190;20221009;25.8;12;18.9;2.5;14.65;.1;2.66;12763
+71079;43.64303;.59481;190;20221010;24.8;13.3;19.1;2.9;15.28;.1;2.44;10375
+71079;43.64303;.59481;190;20221011;23;14.4;18.7;1.6;16.18;1.4;1.73;8740
+71079;43.64303;.59481;190;20221012;23.1;13.8;18.5;2.1;15.85;1;1.9;9478
+71079;43.64303;.59481;190;20221013;22.6;12.6;17.6;2.6;15.18;.7;1.95;9257
+71079;43.64303;.59481;190;20221014;20.8;17.1;18.9;3.6;17.23;.5;1.71;5833
+71079;43.64303;.59481;190;20221015;26.6;11.4;19;2.4;14.75;.1;2.5;12310
+71079;43.64303;.59481;190;20221016;26.9;15.4;21.2;4.1;17.65;.2;2.9;10829
+71079;43.64303;.59481;190;20221017;26.3;18.6;22.5;3.7;19.18;.6;2.5;7784
+71079;43.64303;.59481;190;20221018;28;17.9;22.9;4.6;18.95;.1;3.22;10232
+71079;43.64303;.59481;190;20221019;25.2;18.2;21.7;4.5;18.35;3.1;2.56;7332
+71079;43.64303;.59481;190;20221020;22.7;17.8;20.2;3.5;17.58;0;1.87;5171
+71079;43.64303;.59481;190;20221021;21.9;15.1;18.5;1.8;14.9;.5;1.62;5637
+71079;43.64303;.59481;190;20221022;25.5;12.6;19.1;2.5;14.2;.1;2.38;10231
+71079;43.64303;.59481;190;20221023;26.5;15.6;21;2.9;13.58;.1;2.84;7578
+71079;43.64303;.59481;190;20221024;24.2;13.2;18.7;1.3;12;.1;1.83;8805
+71079;43.64303;.59481;190;20221025;24.9;13.1;19;2.9;13.1;.2;2.52;7987
+71079;43.64303;.59481;190;20221026;24.4;12.9;18.7;2.7;15.38;.2;1.99;7824
+71079;43.64303;.59481;190;20221027;23.4;14.9;19.1;4.4;16.68;.1;2.1;5559
+71079;43.64303;.59481;190;20221028;26;17.3;21.7;4.6;16.95;0;2.86;7289
+71079;43.64303;.59481;190;20221029;25.6;16.7;21.1;4.4;15.9;.1;2.8;8206
+71079;43.64303;.59481;190;20221030;23.3;13.3;18.3;2.4;15.1;.1;1.74;7036
+71079;43.64303;.59481;190;20221031;23.3;12;17.7;2.9;14.88;1;1.82;7230
+71079;43.64303;.59481;190;20221101;20.3;13.7;17;2;13.75;.1;1.48;6531
+71079;43.64303;.59481;190;20221102;20;11.7;15.8;2;12.3;0;1.49;7174
+71079;43.64303;.59481;190;20221103;21.8;11.3;16.5;3.9;12.28;3.9;2.23;5817
+71079;43.64303;.59481;190;20221104;13.7;10.4;12;5.6;11.13;7.2;1.36;3898
+71079;43.64303;.59481;190;20221105;16.3;7.4;11.9;2.1;10.18;.1;1.2;7382
+71079;43.64303;.59481;190;20221106;19.9;5.2;12.5;2.7;9.28;.1;1.8;8713
+71079;43.64303;.59481;190;20221107;19.8;7.1;13.5;2.7;10.85;0;1.6;7998
+71079;43.64303;.59481;190;20221108;19.5;11.7;15.6;3.6;13.98;.7;1.43;4710
+71079;43.64303;.59481;190;20221109;15.8;12.9;14.4;2.2;13.75;1.2;.92;2484
+71079;43.64303;.59481;190;20221110;14.1;6.7;10.4;1.7;11.13;0;.74;5128
+71079;43.64303;.59481;190;20221111;20.5;4.9;12.7;2.3;11.53;.1;1.23;8237
+71079;43.64303;.59481;190;20221112;21.8;10.8;16.3;3.2;13.85;.1;1.59;6889
+71079;43.64303;.59481;190;20221113;19.6;7.6;13.6;1.9;11.75;0;1.17;7284
+71079;43.64303;.59481;190;20221114;14.7;9.7;12.2;2.7;12.35;1.8;.85;2518
+71079;43.64303;.59481;190;20221115;16.8;10;13.4;2.7;13.4;9.7;.86;4187
+71079;43.64303;.59481;190;20221116;18.6;9.5;14.1;2.7;11.78;.4;1.31;6268
+71079;43.64303;.59481;190;20221117;17.5;12.5;15;3.7;13.15;6.6;1.37;3751
+71079;43.64303;.59481;190;20221118;12.2;9.1;10.7;3.9;10.83;.9;.86;2861
+71079;43.64303;.59481;190;20221119;10.3;7.3;8.8;3.8;9.58;.7;.76;2855
+71079;43.64303;.59481;190;20221120;13.1;3.5;8.3;3.1;9.43;4.5;.82;5206
+71079;43.64303;.59481;190;20221121;13.8;8.3;11;3.9;11;26.6;.95;3138
+71079;43.64303;.59481;190;20221122;9.9;6.4;8.1;4.8;9.35;15;.78;2998
+71079;43.64303;.59481;190;20221123;16.2;8.2;12.2;3.9;11.83;4.8;1.01;5165
+71079;43.64303;.59481;190;20221124;14.3;6.5;10.4;2.7;9.9;1.1;.98;4158
+71079;43.64303;.59481;190;20221125;11.6;7.5;9.6;3.3;10.33;3.1;.77;2306
+71079;43.64303;.59481;190;20221126;11.9;4.2;8.1;1.7;9;.2;.61;4630
+71079;43.64303;.59481;190;20221127;11.7;3.6;7.6;3.3;8.7;4.9;.83;4195
+71079;43.64303;.59481;190;20221128;11.9;8;9.9;4.3;10.63;5;.78;2854
+71079;43.64303;.59481;190;20221129;12;8.1;10.1;2.8;10.3;.3;.73;3266
+71079;43.64303;.59481;190;20221130;4.7;2.5;3.6;1.5;7.85;.1;.31;1577
+71079;43.64303;.59481;190;20221201;4.6;2.6;3.6;1.4;7.58;0;.34;1632
+71079;43.64303;.59481;190;20221202;6.5;4.4;5.5;1.3;7.95;0;.45;1790
+71079;43.64303;.59481;190;20221203;8.4;3;5.7;1.5;7.85;.1;.48;3021
+71079;43.64303;.59481;190;20221204;9.4;1;5.2;1.5;7.15;0;.52;4817
+71079;43.64303;.59481;190;20221205;10.5;.2;5.3;2.5;6.88;.3;.7;5253
+71079;43.64303;.59481;190;20221206;10.5;5.1;7.8;1.9;8.13;.3;.73;3023
+71079;43.64303;.59481;190;20221207;13.1;6.9;10;1.3;9.08;.1;.68;3857
+71079;43.64303;.59481;190;20221208;8.5;3.5;6;2.3;8.75;2.9;.45;2066
+71079;43.64303;.59481;190;20221209;10.8;6.1;8.5;2.2;9.83;.1;.55;2841
+71079;43.64303;.59481;190;20221210;3.9;.4;2.2;3.7;5.95;.1;.54;3609
+71079;43.64303;.59481;190;20221211;4.3;-4.7;-.2;1.5;4.8;.1;.39;4486
+71079;43.64303;.59481;190;20221212;5.4;-1.2;2.1;2.9;6.55;6.9;.43;2716
+71079;43.64303;.59481;190;20221213;14.4;4.8;9.6;4.4;12.1;1.5;.31;4124
+71079;43.64303;.59481;190;20221214;17.5;8.8;13.1;2.6;12.05;.4;.86;4500
+71079;43.64303;.59481;190;20221215;13.5;8.9;11.2;2.7;11.85;3.7;.62;2761
+71079;43.64303;.59481;190;20221216;10.1;8.7;9.4;2.2;10.7;6.2;.55;688
+71079;43.64303;.59481;190;20221217;7.4;3.1;5.3;1.8;8;0;.43;2446
+71079;43.64303;.59481;190;20221218;11.2;3.6;7.4;4.5;9.08;.1;.59;4588
+71079;43.64303;.59481;190;20221219;15.3;9;12.1;4.6;11.38;0;1.04;3835
+71079;43.64303;.59481;190;20221220;14.8;11.4;13.1;4.2;12.08;1.6;1.06;1974
+71079;43.64303;.59481;190;20221221;17.9;10.2;14;2.1;12.03;.1;.91;4610
+71079;43.64303;.59481;190;20221222;18.2;9.8;14;2.6;11.68;.1;1.18;3735
+71079;43.64303;.59481;190;20221223;18.1;10.6;14.3;2.1;12.48;0;.96;3648
+71079;43.64303;.59481;190;20221224;18.5;8.6;13.6;2;11.43;0;.9;4752
+71079;43.64303;.59481;190;20221225;16.1;7.1;11.6;3.2;10.75;.1;.99;4449
+71079;43.64303;.59481;190;20221226;16.1;7.8;12;2.3;11.25;1.3;.86;3481
+71079;43.64303;.59481;190;20221227;12.8;9.7;11.2;1.3;12.13;.4;.5;1865
+71079;43.64303;.59481;190;20221228;17.4;7.1;12.3;2.7;10.63;.2;1;4966
+71079;43.64303;.59481;190;20221229;13.3;9;11.1;2.8;10.65;3.9;.86;2367
+71079;43.64303;.59481;190;20221230;17.4;8.9;13.1;3.5;11.5;.4;1.17;4390
+71079;43.64303;.59481;190;20221231;16.2;8.9;12.6;4.3;11.95;0;1.02;3850
+71080;43.67079;.90219;181;20220101;17.6;3;10.3;1.4;8.7;0;.72;6447
+71080;43.67079;.90219;181;20220102;15.9;3.4;9.7;1.9;9.23;.1;.83;5116
+71080;43.67079;.90219;181;20220103;15.3;3.9;9.6;1.9;10.03;.1;.54;5647
+71080;43.67079;.90219;181;20220104;16.7;5.3;11;3.4;9.96;8.7;1.22;5741
+71080;43.67079;.90219;181;20220105;7.3;4.9;6.1;2.9;7.36;0;.78;2706
+71080;43.67079;.90219;181;20220106;6.9;-1.3;2.8;2.1;5.44;.1;.73;3634
+71080;43.67079;.90219;181;20220107;9.3;-1.8;3.7;3.2;6.93;2.9;.63;5234
+71080;43.67079;.90219;181;20220108;9.6;6.7;8.1;7.4;9.91;1.5;.61;2308
+71080;43.67079;.90219;181;20220109;9.4;8.1;8.8;4.4;10.53;27.8;.56;881
+71080;43.67079;.90219;181;20220110;11.9;8.5;10.2;3;11.3;13.3;.62;2084
+71080;43.67079;.90219;181;20220111;8.8;4.8;6.8;2.1;8.3;.1;.59;4157
+71080;43.67079;.90219;181;20220112;6;-1;2.5;1.5;6.06;0;.44;5176
+71080;43.67079;.90219;181;20220113;4.4;-3.1;.6;1.1;6.03;0;.31;4660
+71080;43.67079;.90219;181;20220114;8.4;-3;2.7;.8;5.56;.1;.41;6772
+71080;43.67079;.90219;181;20220115;9.8;-3;3.4;1.3;5.36;0;.62;7456
+71080;43.67079;.90219;181;20220116;6.8;-3.7;1.6;1.4;5.76;.1;.46;6852
+71080;43.67079;.90219;181;20220117;2.3;-2.5;-.1;1;5.9;.1;.3;3920
+71080;43.67079;.90219;181;20220118;1.5;-.3;.6;1.3;6.36;.1;.29;1905
+71080;43.67079;.90219;181;20220119;8.4;.8;4.6;2.3;7.76;1.5;.51;4225
+71080;43.67079;.90219;181;20220120;6.9;4.1;5.5;1.9;8.2;1.9;.49;2298
+71080;43.67079;.90219;181;20220121;5.2;-.3;2.4;2.4;5.7;0;.66;4543
+71080;43.67079;.90219;181;20220122;6.2;-3.6;1.3;1.2;5.16;0;.51;7313
+71080;43.67079;.90219;181;20220123;9;-3.6;2.7;1.5;5.63;.1;.64;8127
+71080;43.67079;.90219;181;20220124;13;-.9;6;1.9;6.53;0;.88;8306
+71080;43.67079;.90219;181;20220125;12;-1.7;5.2;1.2;6.53;0;.64;8478
+71080;43.67079;.90219;181;20220126;11.3;-2.3;4.5;1;6.4;0;.63;8484
+71080;43.67079;.90219;181;20220127;5.9;-3.8;1.1;1.1;5.9;.1;.46;6063
+71080;43.67079;.90219;181;20220128;3.2;-2.9;.1;1.5;6.23;0;.32;4190
+71080;43.67079;.90219;181;20220129;2.2;-.4;.9;1.1;6.5;0;.34;2523
+71080;43.67079;.90219;181;20220130;2.5;-1;.7;1.7;6.56;.2;.29;3312
+71080;43.67079;.90219;181;20220131;8.7;1.7;5.2;4.4;8.46;1.4;.53;5399
+71080;43.67079;.90219;181;20220201;8.8;1.9;5.3;3.9;7.8;0;.77;5752
+71080;43.67079;.90219;181;20220202;9.6;7.3;8.4;2.7;10.03;0;.64;3065
+71080;43.67079;.90219;181;20220203;10.8;3.3;7;1.9;9.6;0;.6;5373
+71080;43.67079;.90219;181;20220204;11.6;7.2;9.4;2.5;10.61;.5;.7;4461
+71080;43.67079;.90219;181;20220205;10.2;7.9;9.1;2.7;8.46;.2;1.11;4971
+71080;43.67079;.90219;181;20220206;10.1;1;5.5;3.7;7.64;.1;.91;7158
+71080;43.67079;.90219;181;20220207;11.8;7.9;9.8;5.2;9.87;.6;1.15;4384
+71080;43.67079;.90219;181;20220208;13.8;1.2;7.5;1.7;7.06;0;1.17;9933
+71080;43.67079;.90219;181;20220209;16.5;3.4;10;2.8;7.7;0;1.69;9538
+71080;43.67079;.90219;181;20220210;10.2;2.2;6.2;1.4;8.53;0;.91;9387
+71080;43.67079;.90219;181;20220211;11.7;6.7;9.2;2.1;9.13;.1;1.02;5613
+71080;43.67079;.90219;181;20220212;13.2;.4;6.8;2.4;7.39;0;1.23;9638
+71080;43.67079;.90219;181;20220213;16.3;5.2;10.7;4.2;9.63;2.3;1.76;10636
+71080;43.67079;.90219;181;20220214;10.9;7.6;9.3;5.2;9.39;4;1.31;6376
+71080;43.67079;.90219;181;20220215;11.5;5.8;8.6;4.9;8.87;1.6;1.35;7395
+71080;43.67079;.90219;181;20220216;13.2;7.8;10.5;5.2;11.16;.2;1.08;5848
+71080;43.67079;.90219;181;20220217;14.8;11.3;13;5.3;12.71;.1;1.24;4834
+71080;43.67079;.90219;181;20220218;17.5;6.2;11.8;2.9;11.26;.6;1.5;9723
+71080;43.67079;.90219;181;20220219;11.7;7.5;9.6;2.5;8.5;.1;1.32;6638
+71080;43.67079;.90219;181;20220220;13.9;1.7;7.8;3.6;9.13;.2;1.25;9365
+71080;43.67079;.90219;181;20220221;13.7;9.1;11.4;6.1;9.73;.8;1.96;7196
+71080;43.67079;.90219;181;20220222;14.5;6.8;10.7;2.8;9.13;0;1.63;9978
+71080;43.67079;.90219;181;20220223;16.1;3.6;9.9;1.9;8.86;0;1.53;11764
+71080;43.67079;.90219;181;20220224;14.3;6;10.1;3.3;9.83;.4;1.39;7263
+71080;43.67079;.90219;181;20220225;11.5;5.1;8.3;2.4;7.06;0;1.54;8847
+71080;43.67079;.90219;181;20220226;14.1;-1.3;6.4;3.1;5.33;0;2.15;13653
+71080;43.67079;.90219;181;20220227;15.9;.7;8.3;1.7;7.43;0;1.59;11885
+71080;43.67079;.90219;181;20220228;17.6;2.8;10.2;1.5;8.1;0;1.75;13362
+71080;43.67079;.90219;181;20220301;16.7;3.6;10.1;3.5;8.13;0;2.19;12749
+71080;43.67079;.90219;181;20220302;12.1;6.1;9.1;2.6;10.13;4.4;1;5985
+71080;43.67079;.90219;181;20220303;16;5.1;10.5;1.8;10.13;.3;1.54;11948
+71080;43.67079;.90219;181;20220304;9.2;8.2;8.7;4;10.43;6.2;.67;2944
+71080;43.67079;.90219;181;20220305;10.3;6.4;8.4;3;8.86;0;1.23;7345
+71080;43.67079;.90219;181;20220306;10.7;4.9;7.8;2.2;7.8;0;1.3;7735
+71080;43.67079;.90219;181;20220307;12.2;.3;6.2;2.6;7.36;0;1.54;12882
+71080;43.67079;.90219;181;20220308;14.2;5.1;9.6;3.4;8.9;2.6;1.74;10015
+71080;43.67079;.90219;181;20220309;15.6;2.9;9.3;3.4;9.6;0;1.78;13739
+71080;43.67079;.90219;181;20220310;15.1;8.9;12;3.8;10.66;.1;1.77;8944
+71080;43.67079;.90219;181;20220311;14.3;9.4;11.8;4.3;10.76;7.8;1.63;6847
+71080;43.67079;.90219;181;20220312;12.1;7.7;9.9;3.5;10.33;4;1.26;7730
+71080;43.67079;.90219;181;20220313;11.4;8.2;9.8;5.8;9.61;4.1;1.49;6337
+71080;43.67079;.90219;181;20220314;14.1;4.8;9.4;7.6;10.3;0;1.5;9926
+71080;43.67079;.90219;181;20220315;15.4;12.4;13.9;11.1;12.11;0;2.3;6304
+71080;43.67079;.90219;181;20220316;15;11.9;13.4;5;12.33;.8;1.64;6132
+71080;43.67079;.90219;181;20220317;13.8;11.4;12.6;2.5;12.5;1.7;1.17;5299
+71080;43.67079;.90219;181;20220318;10.9;8.3;9.6;1.9;10.03;0;1.11;5603
+71080;43.67079;.90219;181;20220319;15.7;6.2;10.9;4.8;9.29;0;2.57;15353
+71080;43.67079;.90219;181;20220320;16.5;7.8;12.2;5.3;10.43;0;2.38;12609
+71080;43.67079;.90219;181;20220321;16.2;9.8;13;7.9;9.66;0;3.36;15525
+71080;43.67079;.90219;181;20220322;16.4;8.3;12.3;7.5;7.63;0;3.87;15915
+71080;43.67079;.90219;181;20220323;16.3;6.5;11.4;5.5;7.73;0;3.39;17802
+71080;43.67079;.90219;181;20220324;17.6;3.6;10.6;3.6;7.99;0;3;18722
+71080;43.67079;.90219;181;20220325;18.5;6;12.2;3.5;7.66;0;3.33;16796
+71080;43.67079;.90219;181;20220326;17.9;4.7;11.3;4.4;7.23;0;3.54;18233
+71080;43.67079;.90219;181;20220327;21.3;4.8;13.1;3.3;7.76;0;3.73;19001
+71080;43.67079;.90219;181;20220328;21;3.6;12.3;2.7;7.79;0;3.3;17198
+71080;43.67079;.90219;181;20220329;18.6;7.3;13;2.7;10.49;5.5;2.46;13002
+71080;43.67079;.90219;181;20220330;11.9;9.6;10.7;2.8;11.46;6;1.04;4309
+71080;43.67079;.90219;181;20220331;14;8.7;11.3;5.6;9.59;4.7;2.5;12895
+71080;43.67079;.90219;181;20220401;8.5;1.7;5.1;7.3;5.73;.8;2.29;14049
+71080;43.67079;.90219;181;20220402;8.7;1.4;5;5.6;5.19;0;2.34;12590
+71080;43.67079;.90219;181;20220403;7.9;-1.9;3;2.8;5.1;0;1.84;15703
+71080;43.67079;.90219;181;20220404;11.2;-3.1;4;1.4;5.3;0;2.09;19377
+71080;43.67079;.90219;181;20220405;15.4;-2.9;6.3;1.9;6.19;0;2.71;22637
+71080;43.67079;.90219;181;20220406;12.1;5;8.6;3.1;9.53;0;1.42;8345
+71080;43.67079;.90219;181;20220407;20.7;6.8;13.8;4.9;10.89;.5;3.58;18657
+71080;43.67079;.90219;181;20220408;21.3;9.4;15.4;4.3;11.46;.6;3.52;16029
+71080;43.67079;.90219;181;20220409;15.3;7.9;11.6;3.7;8.29;.4;3.01;16569
+71080;43.67079;.90219;181;20220410;19.2;-.2;9.5;3.9;7.59;0;3.68;23816
+71080;43.67079;.90219;181;20220411;18.3;9.8;14.1;8.6;11.26;0;3.57;17821
+71080;43.67079;.90219;181;20220412;18.1;11.8;14.9;7.4;11.73;.2;3.22;12548
+71080;43.67079;.90219;181;20220413;14;11.9;12.9;2.8;12.83;1.7;1.26;4877
+71080;43.67079;.90219;181;20220414;21.7;7.2;14.4;1.6;12.09;0;3.27;21496
+71080;43.67079;.90219;181;20220415;22.1;8.9;15.5;2.8;13.36;0;3.18;18075
+71080;43.67079;.90219;181;20220416;22.8;10.5;16.6;3.9;12.83;.1;3.93;20385
+71080;43.67079;.90219;181;20220417;22.2;8.6;15.4;3.9;12.03;0;4.05;23016
+71080;43.67079;.90219;181;20220418;18.5;10.5;14.5;3.4;11.33;0;2.95;14765
+71080;43.67079;.90219;181;20220419;13.1;8.7;10.9;3.1;11.49;8.9;1.3;6321
+71080;43.67079;.90219;181;20220420;12.4;8.2;10.3;2.5;10.83;3.7;1.42;7941
+71080;43.67079;.90219;181;20220421;14;8.4;11.2;2.5;11.79;.1;1.4;7742
+71080;43.67079;.90219;181;20220422;17.9;9.7;13.8;2.3;12.23;0;2.67;16333
+71080;43.67079;.90219;181;20220423;13.2;10.6;11.9;3.1;11.39;11.4;1.51;5892
+71080;43.67079;.90219;181;20220424;16.6;9.1;12.9;5.3;11.79;2.1;2.51;13763
+71080;43.67079;.90219;181;20220425;18.9;4.8;11.8;1.6;10.66;0;3.18;22903
+71080;43.67079;.90219;181;20220426;23;5.1;14.1;1.7;10.59;0;4;25819
+71080;43.67079;.90219;181;20220427;21.2;8.5;14.9;2.4;12.46;0;3.26;18384
+71080;43.67079;.90219;181;20220428;17.7;13.4;15.6;2.3;14.56;0;1.81;7953
+71080;43.67079;.90219;181;20220429;21.5;11.6;16.6;2.6;14.29;0;3.26;17982
+71080;43.67079;.90219;181;20220430;21.8;13.1;17.4;3.4;13.23;0;3.9;19589
+71080;43.67079;.90219;181;20220501;20.7;10.4;15.6;2.9;12.26;.2;3.59;20038
+71080;43.67079;.90219;181;20220502;19.5;11.7;15.6;2.7;12.69;0;2.82;13857
+71080;43.67079;.90219;181;20220503;21;10.6;15.8;2.4;12.89;3.9;3.3;18343
+71080;43.67079;.90219;181;20220504;19.7;12;15.8;2.7;13.46;2.4;2.63;12403
+71080;43.67079;.90219;181;20220505;21;10.6;15.8;4.3;11.33;0;4.18;20965
+71080;43.67079;.90219;181;20220506;21.1;9.9;15.5;3.5;11.5;0;3.82;19944
+71080;43.67079;.90219;181;20220507;22.8;10.6;16.7;3.4;12.5;.1;4.17;21838
+71080;43.67079;.90219;181;20220508;24.4;12.1;18.3;2.6;13.16;0;4.35;22382
+71080;43.67079;.90219;181;20220509;26.4;10.6;18.5;1.5;12.36;0;4.53;25393
+71080;43.67079;.90219;181;20220510;28.8;11;19.9;1.4;12.6;0;4.82;25765
+71080;43.67079;.90219;181;20220511;29.8;11.4;20.6;2.1;14.33;0;5.21;25999
+71080;43.67079;.90219;181;20220512;24;14.3;19.2;2.1;15.1;0;3.43;16137
+71080;43.67079;.90219;181;20220513;25.6;13.9;19.7;1.2;16.33;0;3.44;18006
+71080;43.67079;.90219;181;20220514;29.5;13.2;21.4;1.9;16.16;0;4.93;24840
+71080;43.67079;.90219;181;20220515;27.9;15.3;21.6;3.3;16.06;.7;4.99;21986
+71080;43.67079;.90219;181;20220516;28.8;13.7;21.2;1.4;16.23;0;4.72;25011
+71080;43.67079;.90219;181;20220517;31.5;15;23.2;2.1;16.16;.1;5.58;25963
+71080;43.67079;.90219;181;20220518;32.1;16.1;24.1;2;16.3;.2;5.63;25467
+71080;43.67079;.90219;181;20220519;28;17.7;22.8;3.5;19.1;0;4.51;19163
+71080;43.67079;.90219;181;20220520;29.1;17.7;23.4;3.5;18.43;0;5.35;22687
+71080;43.67079;.90219;181;20220521;31.5;15.3;23.4;1.9;18.23;0;5.29;25163
+71080;43.67079;.90219;181;20220522;30.4;16.6;23.5;2.7;18.7;3.6;5.01;21509
+71080;43.67079;.90219;181;20220523;22.5;16;19.3;4.2;15.8;0;3.6;15010
+71080;43.67079;.90219;181;20220524;17.1;12.9;15;2.7;13.06;3.4;2.29;10550
+71080;43.67079;.90219;181;20220525;19.3;10.1;14.7;3;12.23;0;3.14;16481
+71080;43.67079;.90219;181;20220526;19.7;10.7;15.2;2.4;12.96;0;2.83;14736
+71080;43.67079;.90219;181;20220527;25;13.1;19;2.5;13.93;0;4.34;20971
+71080;43.67079;.90219;181;20220528;26.7;11.5;19.1;2.5;12.8;0;5.26;26802
+71080;43.67079;.90219;181;20220529;25.2;9.6;17.4;2.3;9.66;0;5.26;27450
+71080;43.67079;.90219;181;20220530;25.5;8.9;17.2;1.5;10.66;.5;4.82;27439
+71080;43.67079;.90219;181;20220531;27;13.5;20.3;1.8;12.43;0;4.84;23660
+71080;43.67079;.90219;181;20220601;31.6;13.9;22.7;2.1;14.9;.8;5.97;27941
+71080;43.67079;.90219;181;20220602;27.7;16.3;22;2.6;18;1.3;4.63;21811
+71080;43.67079;.90219;181;20220603;30.5;18;24.2;3.6;19.06;2.8;5.76;23956
+71080;43.67079;.90219;181;20220604;25.3;17.3;21.3;2;20.36;2.7;2.99;13646
+71080;43.67079;.90219;181;20220605;24.7;16.1;20.4;2.3;17.46;0;3.72;17915
+71080;43.67079;.90219;181;20220606;28.5;14.4;21.5;1.7;17;.1;4.91;25049
+71080;43.67079;.90219;181;20220607;24.3;16.5;20.4;2;16;.1;3.44;15047
+71080;43.67079;.90219;181;20220608;20.3;14.9;17.6;2.3;16.43;3.6;2.4;11599
+71080;43.67079;.90219;181;20220609;23.5;12.4;18;2.6;14.36;0;4.14;21466
+71080;43.67079;.90219;181;20220610;28.8;11.7;20.2;1.6;14.23;0;5.34;28430
+71080;43.67079;.90219;181;20220611;33;14.2;23.6;1.8;15.23;.1;6.12;28568
+71080;43.67079;.90219;181;20220612;30.1;16.9;23.5;2.6;19.1;2.6;5.09;22424
+71080;43.67079;.90219;181;20220613;31.2;18.5;24.8;2.6;20.36;.1;5.73;25405
+71080;43.67079;.90219;181;20220614;36.9;18.5;27.7;2.2;18.9;.1;6.8;27464
+71080;43.67079;.90219;181;20220615;36.4;19.7;28.1;1.7;19.86;0;6.62;28538
+71080;43.67079;.90219;181;20220616;37;19.8;28.4;1.3;19.76;0;6.22;27389
+71080;43.67079;.90219;181;20220617;38.2;19.4;28.8;1.8;18.93;0;6.92;28569
+71080;43.67079;.90219;181;20220618;37.9;20.3;29.1;3.8;17.76;0;8.33;27809
+71080;43.67079;.90219;181;20220619;33.1;19.9;26.5;3.8;20.43;0;6.6;24786
+71080;43.67079;.90219;181;20220620;29.8;18.1;23.9;2.3;19.6;.2;4.65;19836
+71080;43.67079;.90219;181;20220621;27.6;19.1;23.4;2.2;20.73;.2;3.66;15297
+71080;43.67079;.90219;181;20220622;28.2;18.4;23.3;2.3;18.66;.1;4.65;20342
+71080;43.67079;.90219;181;20220623;27.5;15.6;21.6;2.1;18.26;20.9;4.49;21982
+71080;43.67079;.90219;181;20220624;25.4;15.9;20.6;1.7;17.2;.3;3.93;19536
+71080;43.67079;.90219;181;20220625;23.9;15.5;19.7;2.8;16.76;4;3.79;17995
+71080;43.67079;.90219;181;20220626;18.3;13.6;16;2.6;15.66;9.1;2;10123
+71080;43.67079;.90219;181;20220627;19.8;14.3;17.1;2.2;15.6;0;2.55;12883
+71080;43.67079;.90219;181;20220628;25.9;15;20.5;1.9;14.4;.1;4.82;24299
+71080;43.67079;.90219;181;20220629;28.2;13;20.6;1.8;15.2;.5;5.22;26997
+71080;43.67079;.90219;181;20220630;17.2;14.8;16;2.8;15.23;.7;1.78;7374
+71080;43.67079;.90219;181;20220701;24.1;11.6;17.9;1.4;13.5;0;4.06;22667
+71080;43.67079;.90219;181;20220702;31;11.4;21.2;1.8;13.86;0;5.8;28974
+71080;43.67079;.90219;181;20220703;29.9;16.3;23.1;2.6;17.36;3.4;5.51;24682
+71080;43.67079;.90219;181;20220704;26.4;15.9;21.1;2.8;18.06;.6;4.1;18848
+71080;43.67079;.90219;181;20220705;29.2;17.5;23.4;2.2;17.36;0;5.35;24684
+71080;43.67079;.90219;181;20220706;28.4;15.4;21.9;2.7;15.4;0;5.18;22876
+71080;43.67079;.90219;181;20220707;28.7;16.1;22.4;3.5;16.1;0;5.67;24431
+71080;43.67079;.90219;181;20220708;29.3;15.7;22.5;2.6;15.93;0;5.71;26341
+71080;43.67079;.90219;181;20220709;31.7;14.4;23;1.9;15.16;0;5.97;28614
+71080;43.67079;.90219;181;20220710;33.3;15.4;24.4;1.8;15.16;0;6.25;28842
+71080;43.67079;.90219;181;20220711;35.7;16.4;26;1.7;15.53;0;6.42;28547
+71080;43.67079;.90219;181;20220712;35.7;17.6;26.6;1.9;15.93;0;6.65;28290
+71080;43.67079;.90219;181;20220713;36.1;16.9;26.5;1.5;14.3;0;6.41;28586
+71080;43.67079;.90219;181;20220714;37.1;18.1;27.6;1.5;16.56;0;6.41;28158
+71080;43.67079;.90219;181;20220715;35.2;19.4;27.3;2.3;16.53;0;6.66;26763
+71080;43.67079;.90219;181;20220716;37.1;17.8;27.5;1.6;15.83;0;6.45;27915
+71080;43.67079;.90219;181;20220717;38.4;17.5;27.9;1.7;14.86;0;6.82;28504
+71080;43.67079;.90219;181;20220718;38.6;19.8;29.2;3.9;15.6;0;8.65;27464
+71080;43.67079;.90219;181;20220719;32.9;21;27;2.4;21.36;.1;5.06;18978
+71080;43.67079;.90219;181;20220720;29.6;20.5;25;2.7;17.46;0;4.94;18341
+71080;43.67079;.90219;181;20220721;32.8;16.4;24.6;1.7;17.13;0;5.7;26718
+71080;43.67079;.90219;181;20220722;28.4;18.8;23.6;3.2;18.6;.3;4.9;20338
+71080;43.67079;.90219;181;20220723;29.2;17.3;23.3;1.7;16.6;0;4.44;19945
+71080;43.67079;.90219;181;20220724;37.5;16.8;27.1;2;17.03;0;6.71;27991
+71080;43.67079;.90219;181;20220725;28.4;21.1;24.7;3.8;18.93;0;4.69;15375
+71080;43.67079;.90219;181;20220726;27.3;16.9;22.1;2.8;15.43;.1;4.82;20290
+71080;43.67079;.90219;181;20220727;28.3;14.8;21.6;1.9;13.26;0;5.12;24772
+71080;43.67079;.90219;181;20220728;29.1;14.5;21.8;1.8;15;1.4;4.9;23842
+71080;43.67079;.90219;181;20220729;26.1;17.1;21.6;2;17.1;1.7;3.73;16868
+71080;43.67079;.90219;181;20220730;29.8;18.3;24;1.9;17.7;0;4.5;19384
+71080;43.67079;.90219;181;20220731;32.8;16.3;24.5;2.1;17.16;0;5.8;26242
+71080;43.67079;.90219;181;20220801;33.9;17.7;25.8;2.3;17.33;0;6.13;25955
+71080;43.67079;.90219;181;20220802;36.2;17.1;26.6;1.7;15.83;0;6.22;27411
+71080;43.67079;.90219;181;20220803;38;17.5;27.8;1.9;15.43;0;6.54;26434
+71080;43.67079;.90219;181;20220804;35.4;20.5;28;2.5;21.26;.2;6.13;24080
+71080;43.67079;.90219;181;20220805;31.8;19.9;25.9;3.1;19.43;0;5.45;20449
+71080;43.67079;.90219;181;20220806;33.1;18.5;25.8;2.7;17.83;0;5.91;23807
+71080;43.67079;.90219;181;20220807;33.6;17.6;25.6;2.1;14;0;5.94;24841
+71080;43.67079;.90219;181;20220808;35;16;25.5;1.6;12.6;0;5.82;26480
+71080;43.67079;.90219;181;20220809;35.9;16.6;26.3;1.9;13.5;0;6.15;25774
+71080;43.67079;.90219;181;20220810;37.8;17.4;27.6;1.5;13.7;0;5.95;25592
+71080;43.67079;.90219;181;20220811;38.2;20.9;29.6;2.2;19.96;0;6.24;23710
+71080;43.67079;.90219;181;20220812;38.9;21.1;30;1.5;20.83;0;5.87;24534
+71080;43.67079;.90219;181;20220813;34.9;20.6;27.7;2.2;21.16;1.1;5.47;21976
+71080;43.67079;.90219;181;20220814;27.7;20.7;24.2;2.4;19.83;0;3.54;13730
+71080;43.67079;.90219;181;20220815;29.3;18.7;24;1.1;16.3;0;3.89;18654
+71080;43.67079;.90219;181;20220816;29.2;16.1;22.6;1.8;16.76;10.6;4.04;18150
+71080;43.67079;.90219;181;20220817;25.6;15.4;20.5;1.9;17.16;.1;3.24;15273
+71080;43.67079;.90219;181;20220818;25.7;15.8;20.8;2.7;17.13;1.9;3.55;15838
+71080;43.67079;.90219;181;20220819;26.7;16;21.4;2.5;16.7;0;3.88;17242
+71080;43.67079;.90219;181;20220820;29.9;15.3;22.6;1.7;17.26;0;4.46;21961
+71080;43.67079;.90219;181;20220821;28.4;18.2;23.3;2.2;17.9;.4;3.81;15388
+71080;43.67079;.90219;181;20220822;25.9;18.6;22.2;2.9;19.43;.4;3.14;12034
+71080;43.67079;.90219;181;20220823;30.6;19.5;25;1.6;19.5;0;4.08;18225
+71080;43.67079;.90219;181;20220824;36;16.9;26.5;1.5;17.13;.6;5.15;23154
+71080;43.67079;.90219;181;20220825;29.9;21.3;25.6;3.2;20.96;2.4;4.18;14218
+71080;43.67079;.90219;181;20220826;30.1;19.9;25;2.5;19.73;0;3.99;15021
+71080;43.67079;.90219;181;20220827;31;17.9;24.4;2;17.4;0;4.61;20683
+71080;43.67079;.90219;181;20220828;34.5;16.4;25.5;1.5;14.56;0;4.9;22423
+71080;43.67079;.90219;181;20220829;33.9;19.2;26.5;2.9;17.03;5.4;5.05;15536
+71080;43.67079;.90219;181;20220830;32.2;17;24.6;1.9;18.76;0;4.55;20879
+71080;43.67079;.90219;181;20220831;29.1;18.3;23.7;2.3;19.9;.5;3.52;14149
+71080;43.67079;.90219;181;20220901;29;18.1;23.5;2.2;19.17;0;3.95;17963
+71080;43.67079;.90219;181;20220902;28.2;18.9;23.5;2.4;18.1;.3;3.77;15448
+71080;43.67079;.90219;181;20220903;27.4;17.9;22.6;1.6;18.53;0;3.39;16557
+71080;43.67079;.90219;181;20220904;32.3;16.6;24.4;2.7;19.33;.1;4.67;19849
+71080;43.67079;.90219;181;20220905;34.1;19.8;27;2.7;21.77;3;4.87;19178
+71080;43.67079;.90219;181;20220906;32.3;20.5;26.4;2.1;19.36;0;4.5;18543
+71080;43.67079;.90219;181;20220907;29;16.2;22.6;1.9;15.6;0;3.74;16596
+71080;43.67079;.90219;181;20220908;27.3;13.6;20.4;1.5;14.5;.4;3.41;17379
+71080;43.67079;.90219;181;20220909;24.9;17.2;21;1.7;16.3;2.7;2.65;11168
+71080;43.67079;.90219;181;20220910;27.3;12.6;19.9;1.6;14;0;3.57;18909
+71080;43.67079;.90219;181;20220911;33;13.8;23.4;2.1;13.9;0;4.73;20491
+71080;43.67079;.90219;181;20220912;32;20.2;26.1;3.5;19.33;0;4.81;16191
+71080;43.67079;.90219;181;20220913;31.1;22.7;26.9;3;22.3;.3;3.5;9921
+71080;43.67079;.90219;181;20220914;30.3;18.1;24.2;2;18;2.3;3.51;13875
+71080;43.67079;.90219;181;20220915;29.5;18.1;23.8;2.2;17.53;.9;3.69;15243
+71080;43.67079;.90219;181;20220916;25.9;17.9;21.9;3.1;16.33;.1;3.32;11594
+71080;43.67079;.90219;181;20220917;22.2;12;17.1;1.9;10.23;0;3.11;16016
+71080;43.67079;.90219;181;20220918;25.2;7.1;16.2;1.5;7.76;0;3.34;18852
+71080;43.67079;.90219;181;20220919;26.9;7.6;17.2;2.2;8.1;0;4.04;19391
+71080;43.67079;.90219;181;20220920;25.4;7.5;16.4;2.1;8.6;0;3.63;18818
+71080;43.67079;.90219;181;20220921;25.2;8.5;16.9;1.8;9.63;0;3.35;18146
+71080;43.67079;.90219;181;20220922;26.5;9.2;17.9;1.6;10.63;0;3.26;18146
+71080;43.67079;.90219;181;20220923;25.4;10.6;18;2.1;13.4;5.7;2.87;13940
+71080;43.67079;.90219;181;20220924;18.5;13.8;16.1;2.1;15.46;3;1.48;6804
+71080;43.67079;.90219;181;20220925;20.1;9.9;15;2.1;12.13;.1;2.28;13076
+71080;43.67079;.90219;181;20220926;20.2;8.3;14.3;3.1;11.66;2.5;2.53;13625
+71080;43.67079;.90219;181;20220927;17.8;12.9;15.4;4.3;14.33;5.8;1.75;7279
+71080;43.67079;.90219;181;20220928;18.2;14.2;16.2;5.4;15.83;12.9;1.69;7504
+71080;43.67079;.90219;181;20220929;16.8;13;14.9;3.6;13.93;7.2;1.58;6521
+71080;43.67079;.90219;181;20220930;18.8;10.3;14.5;2.9;11.6;.2;2.21;10794
+71080;43.67079;.90219;181;20221001;23.5;9.3;16.4;3;12.8;.1;2.89;14584
+71080;43.67079;.90219;181;20221002;23.5;10.9;17.2;1;14.56;.1;2.09;13839
+71080;43.67079;.90219;181;20221003;24.4;12.8;18.6;.9;14.6;0;2.06;12871
+71080;43.67079;.90219;181;20221004;26.3;10.5;18.4;1.2;12.96;.1;2.49;15324
+71080;43.67079;.90219;181;20221005;25.9;10;18;2.7;14.5;0;2.84;14690
+71080;43.67079;.90219;181;20221006;21.6;15.9;18.7;1.7;15.66;0;1.78;8108
+71080;43.67079;.90219;181;20221007;24.1;10.9;17.5;1.7;14.66;0;2.1;11643
+71080;43.67079;.90219;181;20221008;22.7;14.3;18.5;1.3;16.43;.9;1.57;7538
+71080;43.67079;.90219;181;20221009;25.7;11.2;18.4;2.3;14.43;.1;2.61;13641
+71080;43.67079;.90219;181;20221010;25.2;13.8;19.5;2.8;15.73;0;2.46;10177
+71080;43.67079;.90219;181;20221011;23;13.7;18.4;1.3;15.9;0;1.72;9685
+71080;43.67079;.90219;181;20221012;23.7;13.1;18.4;1.7;15.33;.9;1.89;9350
+71080;43.67079;.90219;181;20221013;23;11.8;17.4;1.9;14.83;.8;1.83;8809
+71080;43.67079;.90219;181;20221014;21.5;17.1;19.3;3.1;16.96;.4;1.89;6105
+71080;43.67079;.90219;181;20221015;27;10.5;18.7;2;14.36;.1;2.47;13486
+71080;43.67079;.90219;181;20221016;26.7;16;21.3;4.4;18.03;.5;2.95;10980
+71080;43.67079;.90219;181;20221017;26.2;19.2;22.7;4.4;19.36;.3;2.71;7691
+71080;43.67079;.90219;181;20221018;27.7;18.3;23;4.7;19.26;.3;3.21;10347
+71080;43.67079;.90219;181;20221019;25.3;18.5;21.9;4.5;19;3.2;2.56;7290
+71080;43.67079;.90219;181;20221020;22.6;18.1;20.4;3.4;18.63;.3;1.68;4358
+71080;43.67079;.90219;181;20221021;22.7;14.3;18.5;1.5;15.43;.5;1.49;5688
+71080;43.67079;.90219;181;20221022;25.7;11.3;18.5;2.2;14.5;.3;2.25;11520
+71080;43.67079;.90219;181;20221023;27.1;16.3;21.7;2.9;13.96;.2;2.9;7492
+71080;43.67079;.90219;181;20221024;24.4;12.5;18.5;1.3;12.73;0;1.71;8586
+71080;43.67079;.90219;181;20221025;25.1;12.1;18.6;2.6;13.23;.3;2.38;8898
+71080;43.67079;.90219;181;20221026;24.7;11.8;18.3;2.5;15.26;.2;1.91;7789
+71080;43.67079;.90219;181;20221027;23.9;15.4;19.7;4.7;17.06;.1;2.23;5745
+71080;43.67079;.90219;181;20221028;25.7;17.7;21.7;5.1;17.53;0;2.88;6861
+71080;43.67079;.90219;181;20221029;25.2;16.9;21;4.1;16.13;0;2.72;8330
+71080;43.67079;.90219;181;20221030;23.8;14.1;19;2.5;15.43;0;1.84;7309
+71080;43.67079;.90219;181;20221031;24.3;11.7;18;2.6;15.1;2.1;1.87;7857
+71080;43.67079;.90219;181;20221101;20.5;13.8;17.2;2.1;13.96;.1;1.52;6876
+71080;43.67079;.90219;181;20221102;20.1;11.7;15.9;1.6;12.43;0;1.36;7846
+71080;43.67079;.90219;181;20221103;21.2;10.4;15.8;3.6;12.5;3.2;1.93;5493
+71080;43.67079;.90219;181;20221104;14;10;12;5.2;11.06;7.8;1.4;4310
+71080;43.67079;.90219;181;20221105;16.4;7;11.7;1.6;10.03;.1;1.13;8313
+71080;43.67079;.90219;181;20221106;20;3.9;12;2.2;8.93;.1;1.62;9715
+71080;43.67079;.90219;181;20221107;20.1;5.6;12.9;2.5;10.73;0;1.54;9217
+71080;43.67079;.90219;181;20221108;20.1;12.3;16.2;3.6;14.46;.3;1.48;4368
+71080;43.67079;.90219;181;20221109;16.8;12.2;14.5;1.9;13.86;2;.9;3690
+71080;43.67079;.90219;181;20221110;14.4;5.7;10.1;1.2;10.56;.1;.71;5275
+71080;43.67079;.90219;181;20221111;21;4.4;12.7;2.5;11.5;.1;1.35;8908
+71080;43.67079;.90219;181;20221112;21.7;11.9;16.8;3.4;14.13;.1;1.66;6991
+71080;43.67079;.90219;181;20221113;20.2;7;13.6;1.9;11.16;0;1.29;8001
+71080;43.67079;.90219;181;20221114;15.6;10.7;13.1;2.6;12.63;.8;.94;2710
+71080;43.67079;.90219;181;20221115;17.6;9.6;13.6;2.1;13.5;8.6;.84;4153
+71080;43.67079;.90219;181;20221116;18.9;8.9;13.9;2.4;11.9;.2;1.23;7165
+71080;43.67079;.90219;181;20221117;17.8;11.4;14.6;3.3;13.03;7.8;1.29;4150
+71080;43.67079;.90219;181;20221118;13.1;9.1;11.1;3.3;10.9;.7;.97;3752
+71080;43.67079;.90219;181;20221119;10.7;7.5;9.1;3.5;9.66;.9;.84;2980
+71080;43.67079;.90219;181;20221120;13.2;2.5;7.8;2.8;9.3;4.7;.75;5835
+71080;43.67079;.90219;181;20221121;13.7;8.2;11;3.6;11.03;22.8;.93;2911
+71080;43.67079;.90219;181;20221122;9.7;6.4;8;4.6;9.46;14.7;.74;2703
+71080;43.67079;.90219;181;20221123;16.4;8.2;12.3;3.6;11.66;5.8;1.09;5588
+71080;43.67079;.90219;181;20221124;14.4;5.6;10;2.4;9.86;.9;.89;4895
+71080;43.67079;.90219;181;20221125;11.8;6.5;9.1;3;10.16;2.2;.68;3370
+71080;43.67079;.90219;181;20221126;11.2;3.7;7.5;1.3;8.66;.2;.53;4957
+71080;43.67079;.90219;181;20221127;12;2.3;7.1;2.9;8.46;3.1;.76;4807
+71080;43.67079;.90219;181;20221128;12.3;7.9;10.1;4;10.66;4.8;.8;3488
+71080;43.67079;.90219;181;20221129;12.2;7.9;10.1;2.5;10.06;.2;.81;3313
+71080;43.67079;.90219;181;20221130;5;1.8;3.4;1.1;7.63;.1;.33;2176
+71080;43.67079;.90219;181;20221201;4.9;2.9;3.9;1.2;7.7;0;.38;1658
+71080;43.67079;.90219;181;20221202;6.6;4.6;5.6;1;8;0;.46;1655
+71080;43.67079;.90219;181;20221203;8;3.1;5.5;1.2;7.8;0;.46;2865
+71080;43.67079;.90219;181;20221204;9.4;.6;5;1.5;6.9;0;.54;5361
+71080;43.67079;.90219;181;20221205;10.8;-.9;4.9;1.8;6.56;.5;.58;6200
+71080;43.67079;.90219;181;20221206;10.8;4.5;7.6;1.5;7.93;.1;.68;3524
+71080;43.67079;.90219;181;20221207;13.5;6.5;10;1;8.76;.1;.66;4009
+71080;43.67079;.90219;181;20221208;8.6;2.5;5.5;1.7;8.56;2.5;.39;2516
+71080;43.67079;.90219;181;20221209;10.8;6;8.4;1.9;9.86;0;.53;2542
+71080;43.67079;.90219;181;20221210;3.9;.8;2.3;3.8;6.1;0;.54;3908
+71080;43.67079;.90219;181;20221211;4.5;-5;-.2;.8;4.76;.1;.32;4612
+71080;43.67079;.90219;181;20221212;5.5;-1.8;1.8;2.5;6.26;8.7;.44;3089
+71080;43.67079;.90219;181;20221213;13.8;4.3;9;3.7;11.23;1.8;.44;3960
+71080;43.67079;.90219;181;20221214;17.7;8.4;13;2.5;11.86;.8;.88;5003
+71080;43.67079;.90219;181;20221215;13.5;9;11.3;2.6;11.93;2.6;.63;2934
+71080;43.67079;.90219;181;20221216;10.7;8.5;9.6;1.8;10.76;4.6;.54;1299
+71080;43.67079;.90219;181;20221217;7.4;3.2;5.3;1.8;7.96;0;.47;2353
+71080;43.67079;.90219;181;20221218;11.4;3.6;7.5;4.2;9.16;0;.61;4624
+71080;43.67079;.90219;181;20221219;15.8;9.4;12.6;4.5;11.7;0;1.09;4318
+71080;43.67079;.90219;181;20221220;15.1;11.7;13.4;4.4;12.23;1.5;1.13;2423
+71080;43.67079;.90219;181;20221221;17.9;10.2;14;2;12.2;.1;.87;5046
+71080;43.67079;.90219;181;20221222;18.1;8.4;13.3;2.7;11.73;.1;1.07;4522
+71080;43.67079;.90219;181;20221223;18.5;9.6;14;2.1;12.23;0;.95;4500
+71080;43.67079;.90219;181;20221224;18.8;7.5;13.1;1.6;11.03;0;.79;5614
+71080;43.67079;.90219;181;20221225;16.1;6.2;11.2;2.8;10.6;.1;.84;5375
+71080;43.67079;.90219;181;20221226;16.5;6.8;11.7;2.2;11.13;2.2;.8;4220
+71080;43.67079;.90219;181;20221227;12.9;9.6;11.3;.9;11.8;.4;.5;2040
+71080;43.67079;.90219;181;20221228;16.2;5.7;10.9;2.4;10.26;.1;.79;5614
+71080;43.67079;.90219;181;20221229;13.7;8.3;11;2.6;10.93;4.1;.76;2902
+71080;43.67079;.90219;181;20221230;16.9;8.8;12.9;3.1;11.53;.4;1.02;4104
+71080;43.67079;.90219;181;20221231;16.1;9.2;12.7;4.2;12.16;0;.96;4140
+71081;43.69764;1.20984;175;20220101;15.8;2.3;9.1;1.7;9.34;0;.66;6645
+71081;43.69764;1.20984;175;20220102;14.3;3.8;9;2.2;9.99;.1;.66;5118
+71081;43.69764;1.20984;175;20220103;13.8;4.4;9.1;1.7;9.94;0;.56;5430
+71081;43.69764;1.20984;175;20220104;15.4;5.3;10.4;4;10.49;8;.99;5436
+71081;43.69764;1.20984;175;20220105;7.1;4.3;5.7;4.3;7.39;0;.84;3501
+71081;43.69764;1.20984;175;20220106;7;.1;3.5;2.6;5.54;.1;.8;5601
+71081;43.69764;1.20984;175;20220107;9;-2.4;3.3;3.6;7.04;2.8;.58;4843
+71081;43.69764;1.20984;175;20220108;9.8;6.6;8.2;7.4;9.84;0;.73;2683
+71081;43.69764;1.20984;175;20220109;9.2;8.2;8.7;5.9;10.34;31.9;.63;1033
+71081;43.69764;1.20984;175;20220110;8;7.7;7.8;2.3;10.14;12.1;.46;450
+71081;43.69764;1.20984;175;20220111;8.1;3.9;6;3.4;7.94;0;.65;5480
+71081;43.69764;1.20984;175;20220112;5.9;-1.1;2.4;1.8;6.14;0;.43;6310
+71081;43.69764;1.20984;175;20220113;1.4;-1.9;-.3;1.2;5.89;0;.29;2456
+71081;43.69764;1.20984;175;20220114;6.3;-3.3;1.5;1.1;5.44;.1;.41;7087
+71081;43.69764;1.20984;175;20220115;7.3;-3.8;1.8;.9;5.49;.1;.44;7520
+71081;43.69764;1.20984;175;20220116;5.5;-3.5;1;1.3;5.74;.1;.41;6740
+71081;43.69764;1.20984;175;20220117;1;-2.1;-.5;1.3;5.94;.1;.26;3031
+71081;43.69764;1.20984;175;20220118;1.5;-.2;.7;1.1;6.39;.1;.31;1628
+71081;43.69764;1.20984;175;20220119;7.3;.7;4;2.3;7.64;.9;.45;4115
+71081;43.69764;1.20984;175;20220120;6.6;3.9;5.2;2.5;7.59;.7;.62;2800
+71081;43.69764;1.20984;175;20220121;6;.1;3;3.5;5.64;0;.88;6154
+71081;43.69764;1.20984;175;20220122;6.8;-3.1;1.8;1.7;5.14;0;.64;7721
+71081;43.69764;1.20984;175;20220123;9.4;-4.2;2.6;1.6;5.59;.1;.66;8596
+71081;43.69764;1.20984;175;20220124;12.4;-.2;6.1;2.5;6.84;0;1.03;8763
+71081;43.69764;1.20984;175;20220125;12;-2.4;4.8;.9;6.59;0;.63;8549
+71081;43.69764;1.20984;175;20220126;9.1;-2.5;3.3;1.1;6.19;0;.59;8201
+71081;43.69764;1.20984;175;20220127;5.1;-3.5;.8;1.4;5.94;.1;.48;7358
+71081;43.69764;1.20984;175;20220128;2.1;-2.8;-.4;1.6;5.99;0;.31;3196
+71081;43.69764;1.20984;175;20220129;1;-.2;.4;1.1;6.14;0;.36;2312
+71081;43.69764;1.20984;175;20220130;2.6;-1.1;.8;1.9;6.59;.1;.3;3152
+71081;43.69764;1.20984;175;20220131;8.2;2.2;5.2;6;8.59;1.2;.47;4737
+71081;43.69764;1.20984;175;20220201;8.5;2.3;5.4;5.8;7.69;0;.91;5624
+71081;43.69764;1.20984;175;20220202;9.4;6.9;8.2;3.4;9.94;.1;.65;2904
+71081;43.69764;1.20984;175;20220203;8.3;.5;4.4;1.4;8.84;.1;.41;5129
+71081;43.69764;1.20984;175;20220204;11.9;6.7;9.3;2.5;10.44;.3;.76;4422
+71081;43.69764;1.20984;175;20220205;10;6.7;8.4;3.6;8.54;.1;1.1;4804
+71081;43.69764;1.20984;175;20220206;10.4;-.8;4.8;3.8;7.29;.3;.99;8537
+71081;43.69764;1.20984;175;20220207;11.9;8;9.9;5.5;9.74;.8;1.33;4415
+71081;43.69764;1.20984;175;20220208;13.9;.5;7.2;1.5;7.09;0;1.15;10818
+71081;43.69764;1.20984;175;20220209;15.6;2.5;9;3.5;7.59;.1;1.81;10958
+71081;43.69764;1.20984;175;20220210;11.4;1;6.2;1.4;8.56;0;.89;9287
+71081;43.69764;1.20984;175;20220211;12.2;7.1;9.6;2.3;9.19;0;1.11;6579
+71081;43.69764;1.20984;175;20220212;13.1;1.4;7.2;3.3;7.6;0;1.39;10008
+71081;43.69764;1.20984;175;20220213;16;5.8;10.9;4.5;9.39;4.1;1.83;10303
+71081;43.69764;1.20984;175;20220214;11.3;7.9;9.6;5.2;9.49;5.4;1.35;6210
+71081;43.69764;1.20984;175;20220215;11.6;5.8;8.7;5.2;8.93;2.2;1.35;7226
+71081;43.69764;1.20984;175;20220216;13.4;7.9;10.6;6.8;11.09;0;1.24;5696
+71081;43.69764;1.20984;175;20220217;15.6;11.4;13.5;5.3;12.4;0;1.58;5614
+71081;43.69764;1.20984;175;20220218;17.9;7.4;12.6;3.1;11.44;.4;1.66;9740
+71081;43.69764;1.20984;175;20220219;11.7;7.8;9.8;3.5;8.39;.1;1.61;7266
+71081;43.69764;1.20984;175;20220220;13.6;1.9;7.8;4.2;9.14;.2;1.27;8323
+71081;43.69764;1.20984;175;20220221;13.5;9.2;11.4;8.3;9.49;.9;2.29;7522
+71081;43.69764;1.20984;175;20220222;14.4;7.3;10.9;3.9;9.24;0;1.84;10064
+71081;43.69764;1.20984;175;20220223;15.8;3.8;9.8;1.5;8.94;0;1.47;12144
+71081;43.69764;1.20984;175;20220224;14.6;7.2;10.9;4.4;9.99;.2;1.74;8903
+71081;43.69764;1.20984;175;20220225;11.6;5.6;8.6;3.4;6.94;0;1.87;9898
+71081;43.69764;1.20984;175;20220226;14.3;-1.1;6.6;2.7;5.49;.1;2.09;14679
+71081;43.69764;1.20984;175;20220227;15.6;.3;7.9;1.8;7.39;0;1.65;12176
+71081;43.69764;1.20984;175;20220228;17.1;2.8;10;1.7;8.49;0;1.78;13905
+71081;43.69764;1.20984;175;20220301;16.6;1.7;9.1;3.9;8.09;.1;2.27;14672
+71081;43.69764;1.20984;175;20220302;12.2;6.2;9.2;3.2;10.29;9.7;1.09;6273
+71081;43.69764;1.20984;175;20220303;16.8;5.6;11.2;2.1;10.34;0;1.74;12951
+71081;43.69764;1.20984;175;20220304;10;8;9;5.4;10.49;5.3;.87;4005
+71081;43.69764;1.20984;175;20220305;10.2;6.6;8.4;4.4;8.84;0;1.3;5795
+71081;43.69764;1.20984;175;20220306;10.8;5.7;8.3;3.1;7.99;0;1.47;7528
+71081;43.69764;1.20984;175;20220307;12.6;.1;6.3;2.8;7.29;0;1.64;12740
+71081;43.69764;1.20984;175;20220308;15.2;3;9.1;3.3;8.94;4.2;1.92;13592
+71081;43.69764;1.20984;175;20220309;15.1;4.1;9.6;4.1;9.99;0;1.77;13059
+71081;43.69764;1.20984;175;20220310;15.7;8.4;12.1;4;10.44;.1;2.04;10589
+71081;43.69764;1.20984;175;20220311;14.6;9;11.8;4.8;10.44;8.8;1.95;8483
+71081;43.69764;1.20984;175;20220312;10.8;8.1;9.5;4.5;10.39;4.6;1.11;5909
+71081;43.69764;1.20984;175;20220313;11.3;8.1;9.7;5.4;9.64;6.5;1.48;5908
+71081;43.69764;1.20984;175;20220314;13.7;3.1;8.4;7.9;9.94;.1;1.47;10428
+71081;43.69764;1.20984;175;20220315;15.1;12.3;13.7;11;12.1;0;2.27;6367
+71081;43.69764;1.20984;175;20220316;15.3;10.8;13;5.7;12.25;.3;1.76;7979
+71081;43.69764;1.20984;175;20220317;15;11.2;13.1;3.4;12.64;1.2;1.45;6681
+71081;43.69764;1.20984;175;20220318;11.1;8.4;9.8;2;9.96;0;1.14;5703
+71081;43.69764;1.20984;175;20220319;15.6;7.2;11.4;5.1;8.96;0;2.77;15153
+71081;43.69764;1.20984;175;20220320;16.3;8.1;12.2;6.4;10.09;0;2.71;13476
+71081;43.69764;1.20984;175;20220321;15.7;10.8;13.2;8.9;9.39;0;3.63;15591
+71081;43.69764;1.20984;175;20220322;15.9;8.7;12.3;8.9;7.36;0;4.24;16215
+71081;43.69764;1.20984;175;20220323;15.9;7.7;11.8;6.3;7.29;0;3.71;17669
+71081;43.69764;1.20984;175;20220324;17.5;4.2;10.9;4.1;7.53;0;3.21;18588
+71081;43.69764;1.20984;175;20220325;18.8;6.2;12.5;3.4;6.96;0;3.35;16263
+71081;43.69764;1.20984;175;20220326;18.2;5;11.6;4.7;6.86;0;3.77;18200
+71081;43.69764;1.20984;175;20220327;21.4;6.2;13.8;3.9;7.29;0;4.18;18901
+71081;43.69764;1.20984;175;20220328;21.3;4.5;12.9;2.9;7.26;0;3.58;17698
+71081;43.69764;1.20984;175;20220329;18.5;8.3;13.4;2.8;10.03;3.2;2.52;12835
+71081;43.69764;1.20984;175;20220330;12;9.7;10.8;2.8;11.39;4.9;1.11;4676
+71081;43.69764;1.20984;175;20220331;14.3;8.7;11.5;6.2;9.43;4.4;2.72;13795
+71081;43.69764;1.20984;175;20220401;8.3;2;5.2;7.8;5.66;.7;2.36;13549
+71081;43.69764;1.20984;175;20220402;8.7;1.3;5;6;5.26;0;2.31;11490
+71081;43.69764;1.20984;175;20220403;7.9;-1.9;3;2.8;5.1;0;1.84;15703
+71081;43.69764;1.20984;175;20220404;11.2;-3.1;4;1.4;5.3;0;2.09;19377
+71081;43.69764;1.20984;175;20220405;15.3;-2.4;6.4;2.2;6.4;0;2.68;21874
+71081;43.69764;1.20984;175;20220406;12;5.9;8.9;3.3;9.89;0;1.32;7611
+71081;43.69764;1.20984;175;20220407;20.6;7.3;13.9;5.1;11.09;.6;3.41;16690
+71081;43.69764;1.20984;175;20220408;21.1;10.2;15.7;4.7;11.43;.3;3.59;15529
+71081;43.69764;1.20984;175;20220409;15.1;7.8;11.5;4.1;8.09;.2;3.08;16469
+71081;43.69764;1.20984;175;20220410;19.1;.4;9.8;4;7.23;0;3.78;23682
+71081;43.69764;1.20984;175;20220411;18;9;13.5;9;10.53;0;3.58;17188
+71081;43.69764;1.20984;175;20220412;17.7;11.9;14.8;8;11.13;0;3.56;13848
+71081;43.69764;1.20984;175;20220413;13.5;11.9;12.7;2.7;12.36;1.5;1.21;4310
+71081;43.69764;1.20984;175;20220414;22.1;6.8;14.5;1.6;12.06;0;3.24;21162
+71081;43.69764;1.20984;175;20220415;22.3;8.9;15.6;2.9;13.36;0;3.33;19041
+71081;43.69764;1.20984;175;20220416;23;10.7;16.8;4.1;12.66;0;4.18;20952
+71081;43.69764;1.20984;175;20220417;22.4;8.2;15.3;4;11.39;0;4.17;23449
+71081;43.69764;1.20984;175;20220418;18.5;10.7;14.6;3.6;11.39;0;2.98;14698
+71081;43.69764;1.20984;175;20220419;13.6;9.2;11.4;3.3;11.69;13.7;1.4;6688
+71081;43.69764;1.20984;175;20220420;11.9;8.6;10.2;2.4;11.13;5.2;1.23;6574
+71081;43.69764;1.20984;175;20220421;13.6;8.7;11.2;2.7;11.99;.5;1.37;7542
+71081;43.69764;1.20984;175;20220422;17.8;10.2;14;2;12.49;0;2.35;13667
+71081;43.69764;1.20984;175;20220423;13.9;10.5;12.2;3;11.36;14.6;1.5;5558
+71081;43.69764;1.20984;175;20220424;17.1;9.1;13.1;5.7;11.86;.4;2.56;13263
+71081;43.69764;1.20984;175;20220425;18.7;5.3;12;1.5;10.56;0;3.05;21537
+71081;43.69764;1.20984;175;20220426;23;5.6;14.3;1.7;10.39;0;4.02;25752
+71081;43.69764;1.20984;175;20220427;21.7;8.7;15.2;2.3;11.99;0;3.47;19984
+71081;43.69764;1.20984;175;20220428;18.2;13.5;15.9;2.6;14.56;0;2.13;10020
+71081;43.69764;1.20984;175;20220429;21.8;12.9;17.3;3;14.26;0;3.51;18449
+71081;43.69764;1.20984;175;20220430;21.9;13.2;17.6;3.8;13.06;0;4.1;20289
+71081;43.69764;1.20984;175;20220501;20.7;10.5;15.6;3.1;11.99;.1;3.73;20738
+71081;43.69764;1.20984;175;20220502;19.7;11.9;15.8;2.8;12.63;0;2.99;14557
+71081;43.69764;1.20984;175;20220503;21.3;10.5;15.9;2.3;13.06;2.5;3.23;17643
+71081;43.69764;1.20984;175;20220504;19.9;12;16;2.8;13.23;1.9;2.85;13636
+71081;43.69764;1.20984;175;20220505;21.2;10.9;16;4.6;11.13;0;4.33;20799
+71081;43.69764;1.20984;175;20220506;21.4;10.3;15.8;5.1;11.19;0;4.41;20408
+71081;43.69764;1.20984;175;20220507;22.7;10.8;16.8;5.3;12.34;.2;4.74;23208
+71081;43.69764;1.20984;175;20220508;24.5;13;18.8;3.9;13.04;0;4.99;23662
+71081;43.69764;1.20984;175;20220509;26.1;10.4;18.3;1.3;12.39;0;4.59;26617
+71081;43.69764;1.20984;175;20220510;28.7;10.4;19.5;1.8;12.54;0;5.21;27393
+71081;43.69764;1.20984;175;20220511;29.9;11.8;20.8;3.5;13.44;0;6.26;28175
+71081;43.69764;1.20984;175;20220512;25.1;14.5;19.8;2.6;15.34;0;4.08;19247
+71081;43.69764;1.20984;175;20220513;25.7;15.2;20.5;1.4;16.04;0;3.92;19829
+71081;43.69764;1.20984;175;20220514;29.9;13.5;21.7;2.1;16.24;0;5.36;26256
+71081;43.69764;1.20984;175;20220515;28.5;16.1;22.3;4.9;15.29;.1;6.23;24884
+71081;43.69764;1.20984;175;20220516;28.8;14.5;21.6;2.2;15.54;0;5.31;26033
+71081;43.69764;1.20984;175;20220517;32.1;15.2;23.6;2.5;15.84;0;6.22;27927
+71081;43.69764;1.20984;175;20220518;33;17.8;25.4;2.6;15.44;.1;6.43;26244
+71081;43.69764;1.20984;175;20220519;28.7;18.4;23.6;6;17.89;0;6.27;24412
+71081;43.69764;1.20984;175;20220520;30.1;18.6;24.3;5.7;17.09;0;6.74;23251
+71081;43.69764;1.20984;175;20220521;31.4;15.5;23.4;2.2;18.25;0;5.64;26909
+71081;43.69764;1.20984;175;20220522;31.1;17.7;24.4;3.1;18.04;7.7;5.5;21374
+71081;43.69764;1.20984;175;20220523;22.8;16.4;19.6;4.5;16.14;.7;3.61;13556
+71081;43.69764;1.20984;175;20220524;17;13.4;15.2;4;13.19;2.5;2.49;10441
+71081;43.69764;1.20984;175;20220525;20.7;10.6;15.7;4.8;11.99;0;4.17;20946
+71081;43.69764;1.20984;175;20220526;19.7;11.1;15.4;3.7;12.99;0;3.13;15393
+71081;43.69764;1.20984;175;20220527;25;13.6;19.3;3.8;14.14;0;4.91;22672
+71081;43.69764;1.20984;175;20220528;26.6;13.3;20;3.8;13.04;0;5.83;26749
+71081;43.69764;1.20984;175;20220529;25.1;11;18.1;3.1;9.39;0;5.87;28409
+71081;43.69764;1.20984;175;20220530;25.8;9.7;17.7;2.1;10.59;.9;5.12;26897
+71081;43.69764;1.20984;175;20220531;27;14.4;20.7;2.1;12.84;0;5.25;25687
+71081;43.69764;1.20984;175;20220601;31.7;14.5;23.1;2;15.24;.5;6.17;29495
+71081;43.69764;1.20984;175;20220602;27.7;17.9;22.8;3.8;17.99;.7;5.13;21586
+71081;43.69764;1.20984;175;20220603;31.7;18.2;25;4;18.59;2.3;6.66;26661
+71081;43.69764;1.20984;175;20220604;25.9;17.2;21.6;2.4;20.49;5.5;3.36;15331
+71081;43.69764;1.20984;175;20220605;25.3;16.6;20.9;3.3;17.64;0;4.15;18402
+71081;43.69764;1.20984;175;20220606;27.9;14.9;21.4;1.8;16.49;.3;4.9;24468
+71081;43.69764;1.20984;175;20220607;24.4;17.3;20.9;3.3;15.79;0;4.09;16001
+71081;43.69764;1.20984;175;20220608;21;15.4;18.2;3.1;16.19;2.9;2.89;13092
+71081;43.69764;1.20984;175;20220609;23.8;12.8;18.3;4;14.04;0;4.74;23266
+71081;43.69764;1.20984;175;20220610;28.6;11.8;20.2;1.8;14.09;0;5.57;29367
+71081;43.69764;1.20984;175;20220611;33;14.3;23.6;1.9;14.84;0;6.44;30085
+71081;43.69764;1.20984;175;20220612;30.5;18;24.3;3;18.79;2.2;5.6;23119
+71081;43.69764;1.20984;175;20220613;31.5;18.4;25;2.8;19.99;0;6.09;26687
+71081;43.69764;1.20984;175;20220614;36.8;18.4;27.6;3;18.39;0;7.54;28350
+71081;43.69764;1.20984;175;20220615;36.7;19.7;28.2;1.9;18.44;0;6.93;29097
+71081;43.69764;1.20984;175;20220616;37.1;19.9;28.5;1.5;19.69;0;6.62;28599
+71081;43.69764;1.20984;175;20220617;38.4;19.9;29.1;1.6;18.59;0;7.06;29698
+71081;43.69764;1.20984;175;20220618;36;20.7;28.3;4.3;17.29;0;8.65;28961
+71081;43.69764;1.20984;175;20220619;34.8;21.2;28;5;19.64;0;8.21;27473
+71081;43.69764;1.20984;175;20220620;30.4;19.3;24.8;3.1;19.89;0;5.22;20190
+71081;43.69764;1.20984;175;20220621;28.4;19.5;24;3;21.44;.3;4.22;16908
+71081;43.69764;1.20984;175;20220622;29.3;18.7;24;3.2;18.94;0;5.37;22264
+71081;43.69764;1.20984;175;20220623;27.8;16.7;22.2;2.1;18.29;23.1;4.75;22777
+71081;43.69764;1.20984;175;20220624;25.8;15.5;20.6;2.5;16.84;.9;4.47;21889
+71081;43.69764;1.20984;175;20220625;26.3;15.3;20.8;3.4;16.79;3.2;4.71;20924
+71081;43.69764;1.20984;175;20220626;18.6;14.3;16.5;3.6;16.24;7.3;2.14;10506
+71081;43.69764;1.20984;175;20220627;19.7;14.4;17;3.6;15.84;.7;2.53;11798
+71081;43.69764;1.20984;175;20220628;26;15.6;20.8;3.1;14.39;.1;5.54;26199
+71081;43.69764;1.20984;175;20220629;28.6;12.7;20.7;2;15.09;.9;5.58;28766
+71081;43.69764;1.20984;175;20220630;17.9;15.2;16.5;3.8;15.24;1.2;2.16;8548
+71081;43.69764;1.20984;175;20220701;24;12.3;18.2;1.8;13.49;.1;4.62;25542
+71081;43.69764;1.20984;175;20220702;31.3;10.9;21.1;1.8;13.69;0;6.1;30543
+71081;43.69764;1.20984;175;20220703;30.2;17.6;23.9;3.4;17.24;2;6.05;24917
+71081;43.69764;1.20984;175;20220704;27.6;16.3;21.9;3.9;17.99;.4;5.29;23919
+71081;43.69764;1.20984;175;20220705;29.7;17.9;23.8;3.5;16.89;0;6.27;26414
+71081;43.69764;1.20984;175;20220706;29.6;16.5;23;3.4;14.14;0;6.32;25362
+71081;43.69764;1.20984;175;20220707;29.4;16.7;23;5.5;15.84;0;6.95;26938
+71081;43.69764;1.20984;175;20220708;29.9;16.6;23.2;3.9;15.49;0;6.61;27568
+71081;43.69764;1.20984;175;20220709;32.5;15.3;23.9;2.4;14.39;0;6.72;29956
+71081;43.69764;1.20984;175;20220710;33.8;15.7;24.8;2.2;14.49;0;6.84;30272
+71081;43.69764;1.20984;175;20220711;36.1;16;26;1.9;15.19;0;6.96;30215
+71081;43.69764;1.20984;175;20220712;36.3;18.3;27.3;2.5;15.39;0;7.53;29981
+71081;43.69764;1.20984;175;20220713;36.1;16.6;26.3;1.9;14.09;0;6.96;29848
+71081;43.69764;1.20984;175;20220714;37.2;18.8;28;2.5;17.29;0;7.51;29762
+71081;43.69764;1.20984;175;20220715;36;20.7;28.3;2.7;15.79;0;7.28;27121
+71081;43.69764;1.20984;175;20220716;37.6;17.7;27.6;2;15.44;0;7.14;29486
+71081;43.69764;1.20984;175;20220717;38.8;17.5;28.1;2;14.89;0;7.36;29446
+71081;43.69764;1.20984;175;20220718;38.6;19.5;29.1;3.9;15.04;0;9;29204
+71081;43.69764;1.20984;175;20220719;34.1;22.3;28.2;3.6;20.79;.2;6.56;22425
+71081;43.69764;1.20984;175;20220720;29.6;21.3;25.4;4;17.39;0;5.68;18353
+71081;43.69764;1.20984;175;20220721;33;17.9;25.5;2.3;16.69;0;6.33;27087
+71081;43.69764;1.20984;175;20220722;29.8;19.9;24.8;4;17.99;.3;5.96;22579
+71081;43.69764;1.20984;175;20220723;29.6;17.6;23.6;2.9;16.04;0;5.66;23726
+71081;43.69764;1.20984;175;20220724;37.6;16.3;27;2.3;16.29;0;7.1;28575
+71081;43.69764;1.20984;175;20220725;28.7;20.6;24.6;4.8;19.04;0;5.12;16129
+71081;43.69764;1.20984;175;20220726;27.8;16.6;22.2;4.3;15.04;0;6.05;25302
+71081;43.69764;1.20984;175;20220727;28.7;16.2;22.4;3.1;13.14;0;6.07;25851
+71081;43.69764;1.20984;175;20220728;29.7;16.2;22.9;3.4;14.69;2.6;5.95;23877
+71081;43.69764;1.20984;175;20220729;27;17.6;22.3;2.9;16.84;1.8;4.38;17649
+71081;43.69764;1.20984;175;20220730;30.2;18.8;24.5;3;17.39;0;5.6;22767
+71081;43.69764;1.20984;175;20220731;33.4;17.1;25.3;2.7;16.24;0;6.52;27233
+71081;43.69764;1.20984;175;20220801;34.4;18.9;26.7;3.2;16.49;0;7.05;26754
+71081;43.69764;1.20984;175;20220802;36.3;19;27.7;2.3;15.14;0;6.88;27510
+71081;43.69764;1.20984;175;20220803;37.9;17.2;27.6;2.4;15.04;0;7.16;27503
+71081;43.69764;1.20984;175;20220804;36.7;21.3;29;2.6;20.64;.1;6.68;25435
+71081;43.69764;1.20984;175;20220805;32.3;20.7;26.5;3.5;19.34;0;6.07;22221
+71081;43.69764;1.20984;175;20220806;33.1;19.2;26.2;3.7;17.54;0;6.67;24524
+71081;43.69764;1.20984;175;20220807;34.1;19.6;26.9;3.3;12.99;0;7.25;25639
+71081;43.69764;1.20984;175;20220808;34.9;17.8;26.4;2.4;11.49;0;6.76;27312
+71081;43.69764;1.20984;175;20220809;35.8;16.7;26.3;2.1;12.54;0;6.55;26939
+71081;43.69764;1.20984;175;20220810;37.5;16.4;26.9;1.9;13.69;0;6.41;26281
+71081;43.69764;1.20984;175;20220811;37.7;21.6;29.6;3.5;21.44;0;7.28;24828
+71081;43.69764;1.20984;175;20220812;39.4;22.4;30.9;2.6;21.44;0;7.06;24974
+71081;43.69764;1.20984;175;20220813;35.2;21.3;28.2;3.6;20.34;.6;6.35;20893
+71081;43.69764;1.20984;175;20220814;28.7;21.1;24.9;4.4;19.79;0;4.86;16017
+71081;43.69764;1.20984;175;20220815;29.9;19.2;24.6;2.4;15.94;0;4.92;19550
+71081;43.69764;1.20984;175;20220816;32.3;16.3;24.3;2.9;15.89;7.6;5.68;21621
+71081;43.69764;1.20984;175;20220817;27;16;21.5;3.5;17.14;1.2;4.16;17122
+71081;43.69764;1.20984;175;20220818;26.7;16.8;21.8;4.5;17.24;1.4;4.49;17449
+71081;43.69764;1.20984;175;20220819;27.1;16.7;21.9;3.8;16.54;0;4.61;18330
+71081;43.69764;1.20984;175;20220820;30.2;16.2;23.2;2.2;17.09;0;4.88;22727
+71081;43.69764;1.20984;175;20220821;29.1;19.2;24.1;3.1;17.29;.2;4.69;17502
+71081;43.69764;1.20984;175;20220822;25.8;19.2;22.5;4.3;18.99;.3;3.81;13330
+71081;43.69764;1.20984;175;20220823;31;19.6;25.3;2.6;18.89;0;5.05;20885
+71081;43.69764;1.20984;175;20220824;35.8;16.7;26.2;1.7;16.74;.5;5.49;24269
+71081;43.69764;1.20984;175;20220825;29.8;21.8;25.8;3.9;20.64;2.9;4.69;15387
+71081;43.69764;1.20984;175;20220826;30.5;20.5;25.5;3.8;19.54;.1;5.12;18202
+71081;43.69764;1.20984;175;20220827;31.3;18.1;24.7;3.1;17.09;0;5.46;21790
+71081;43.69764;1.20984;175;20220828;34.4;15.7;25;1.7;14.24;0;5.23;24088
+71081;43.69764;1.20984;175;20220829;34;18.4;26.2;3.5;16.79;4.9;5.94;19187
+71081;43.69764;1.20984;175;20220830;32.4;17.6;25;1.7;19.39;0;4.62;21683
+71081;43.69764;1.20984;175;20220831;29.3;18.6;24;2.7;19.19;.3;3.95;15128
+71081;43.69764;1.20984;175;20220901;28.8;18.8;23.8;2.9;19.04;0;4.26;17573
+71081;43.69764;1.20984;175;20220902;28.5;19.2;23.9;2.5;18.04;.4;4.07;16532
+71081;43.69764;1.20984;175;20220903;27.8;18.1;22.9;2;18.74;0;3.66;16763
+71081;43.69764;1.20984;175;20220904;32.3;17.9;25.1;4.3;20.34;.1;5.51;20564
+71081;43.69764;1.20984;175;20220905;33.9;21.6;27.7;4.5;22.79;2.2;5.78;18687
+71081;43.69764;1.20984;175;20220906;32.8;20.8;26.8;2.6;19.09;0;5;19279
+71081;43.69764;1.20984;175;20220907;28.6;17.7;23.2;2.8;15.59;.1;4.28;16064
+71081;43.69764;1.20984;175;20220908;27.5;14.1;20.8;2;14.79;.9;3.8;18266
+71081;43.69764;1.20984;175;20220909;24.8;17.2;21;2.5;16.09;2.2;3.02;11528
+71081;43.69764;1.20984;175;20220910;27.2;12.7;19.9;1.8;13.64;0;3.75;19741
+71081;43.69764;1.20984;175;20220911;33.1;13.2;23.2;2;14.04;0;4.8;21596
+71081;43.69764;1.20984;175;20220912;30.7;18.6;24.7;5.5;19.39;0;5.32;17317
+71081;43.69764;1.20984;175;20220913;30.1;21.4;25.8;4.1;23.29;.5;3.69;10948
+71081;43.69764;1.20984;175;20220914;30.6;19.1;24.9;3.1;19.69;3.2;4.23;15820
+71081;43.69764;1.20984;175;20220915;30.1;18.6;24.4;2.8;17.99;.7;4.28;17198
+71081;43.69764;1.20984;175;20220916;26.3;18.6;22.4;4.6;15.89;0;4.26;12839
+71081;43.69764;1.20984;175;20220917;22.3;13.2;17.8;2.8;9.79;0;3.74;17139
+71081;43.69764;1.20984;175;20220918;25.3;7.1;16.2;1.8;7.54;0;3.68;19818
+71081;43.69764;1.20984;175;20220919;26.9;7.6;17.3;2.1;8.24;0;4.02;20050
+71081;43.69764;1.20984;175;20220920;25.7;8.4;17;2.4;8.64;0;3.97;19457
+71081;43.69764;1.20984;175;20220921;25.1;10.3;17.7;2.3;9.74;0;3.65;18174
+71081;43.69764;1.20984;175;20220922;26.3;8.9;17.6;1.5;10.39;0;3.29;18763
+71081;43.69764;1.20984;175;20220923;26;10.5;18.2;2.6;14.39;11.6;3.19;15267
+71081;43.69764;1.20984;175;20220924;19.6;14.5;17.1;3;15.14;1.3;2.15;9774
+71081;43.69764;1.20984;175;20220925;19.9;11.2;15.6;2.8;12.59;.1;2.45;12786
+71081;43.69764;1.20984;175;20220926;20.5;9.2;14.9;3.8;11.79;2.9;2.81;13936
+71081;43.69764;1.20984;175;20220927;18.3;13.2;15.7;6;14.19;2.8;2.18;8565
+71081;43.69764;1.20984;175;20220928;18.2;14.4;16.3;6.6;15.74;9.4;1.81;6915
+71081;43.69764;1.20984;175;20220929;16.8;13.2;15;4.7;13.99;8;1.78;7846
+71081;43.69764;1.20984;175;20220930;18.6;10.5;14.6;4.3;11.69;.3;2.52;11419
+71081;43.69764;1.20984;175;20221001;23.8;9.4;16.6;3.1;12.84;.1;2.93;13831
+71081;43.69764;1.20984;175;20221002;23.8;10.5;17.1;1.4;14.34;.1;2.32;14637
+71081;43.69764;1.20984;175;20221003;24;13.2;18.6;1.3;14.79;0;2.29;13617
+71081;43.69764;1.20984;175;20221004;25.4;9.5;17.5;1.3;13.34;.1;2.52;16368
+71081;43.69764;1.20984;175;20221005;25.1;10.4;17.8;3.3;14.94;.1;3.01;15920
+71081;43.69764;1.20984;175;20221006;21.2;15.8;18.5;2.3;16.04;0;1.85;7509
+71081;43.69764;1.20984;175;20221007;24.1;11.1;17.6;1.6;14.99;0;2.2;13458
+71081;43.69764;1.20984;175;20221008;22.7;15.1;18.9;1.6;16.54;.8;1.79;8733
+71081;43.69764;1.20984;175;20221009;24.7;11.3;18;2.5;14.54;.1;2.64;14402
+71081;43.69764;1.20984;175;20221010;25.2;13.1;19.2;3.3;15.99;0;2.81;12687
+71081;43.69764;1.20984;175;20221011;22.5;13.3;17.9;1.3;15.64;0;1.74;9762
+71081;43.69764;1.20984;175;20221012;24;13.2;18.6;1.8;14.99;.5;2.15;11428
+71081;43.69764;1.20984;175;20221013;22.6;12.5;17.6;2.4;14.59;.6;2.06;9791
+71081;43.69764;1.20984;175;20221014;22.3;17.1;19.7;3.9;16.74;.3;2.26;6687
+71081;43.69764;1.20984;175;20221015;26.4;10.3;18.3;2.3;14.64;.1;2.64;13935
+71081;43.69764;1.20984;175;20221016;26.4;16;21.2;5.8;18.24;.2;3.35;12007
+71081;43.69764;1.20984;175;20221017;25.9;20.3;23.1;6.2;19.24;.2;3.46;8134
+71081;43.69764;1.20984;175;20221018;27.1;18;22.5;5.1;19.19;.1;3.33;11562
+71081;43.69764;1.20984;175;20221019;24.9;16.4;20.6;5.5;18.74;7.4;2.65;8456
+71081;43.69764;1.20984;175;20221020;22.3;17.8;20;4;19.64;.5;1.56;4179
+71081;43.69764;1.20984;175;20221021;23.9;13.9;18.9;1.9;16.29;.4;1.8;8467
+71081;43.69764;1.20984;175;20221022;25.9;12.3;19.1;2.7;15.14;.1;2.52;12115
+71081;43.69764;1.20984;175;20221023;28.3;18;23.1;5.3;14.44;.1;4.56;10072
+71081;43.69764;1.20984;175;20221024;24.3;13.4;18.8;1.6;14.34;0;1.92;10826
+71081;43.69764;1.20984;175;20221025;25.2;10.9;18.1;3;13.99;.2;2.5;11264
+71081;43.69764;1.20984;175;20221026;23.8;11.9;17.8;2.3;16.54;.2;1.72;9825
+71081;43.69764;1.20984;175;20221027;23.5;16.3;19.9;5.5;18.24;.1;2.27;6843
+71081;43.69764;1.20984;175;20221028;24.6;18.8;21.7;6.6;17.89;0;3.18;6676
+71081;43.69764;1.20984;175;20221029;24;17;20.5;6.4;16.19;0;3.22;8566
+71081;43.69764;1.20984;175;20221030;23;15.7;19.3;3.9;16.04;0;2.28;8186
+71081;43.69764;1.20984;175;20221031;25.2;13.4;19.3;3.2;15.99;6.8;2.29;9320
+71081;43.69764;1.20984;175;20221101;20.6;14.3;17.5;2.4;14.34;.1;1.62;6929
+71081;43.69764;1.20984;175;20221102;19.9;12.1;16;1.8;12.49;0;1.5;8751
+71081;43.69764;1.20984;175;20221103;20.7;10.2;15.5;3.9;13.04;4.6;1.94;6576
+71081;43.69764;1.20984;175;20221104;14.8;10.7;12.7;6.5;11.04;6.2;1.83;5502
+71081;43.69764;1.20984;175;20221105;15.8;6.4;11.1;2;9.69;.1;1.23;9254
+71081;43.69764;1.20984;175;20221106;20.2;2.7;11.4;2;8.99;.1;1.61;10531
+71081;43.69764;1.20984;175;20221107;20.2;4.4;12.3;2.8;10.59;.1;1.67;9755
+71081;43.69764;1.20984;175;20221108;20.5;10.8;15.6;3.4;14.34;.2;1.52;7349
+71081;43.69764;1.20984;175;20221109;17.4;12;14.7;2.4;13.94;3.1;1.08;3963
+71081;43.69764;1.20984;175;20221110;15.5;7.4;11.4;1.1;11.34;0;.77;6758
+71081;43.69764;1.20984;175;20221111;21;5.4;13.2;3.6;12.14;.1;1.63;9200
+71081;43.69764;1.20984;175;20221112;21.1;13.9;17.5;4.9;14.39;.1;2.19;7569
+71081;43.69764;1.20984;175;20221113;20.9;6.1;13.5;2.1;11.34;0;1.38;8949
+71081;43.69764;1.20984;175;20221114;17;11.2;14.1;2.8;13.49;.5;1.11;4626
+71081;43.69764;1.20984;175;20221115;18.1;10.5;14.3;3.1;13.59;10.7;1.13;5159
+71081;43.69764;1.20984;175;20221116;18.3;9.8;14;2.3;12.14;.1;1.18;7645
+71081;43.69764;1.20984;175;20221117;18;11.7;14.8;3.6;12.89;7.2;1.43;4807
+71081;43.69764;1.20984;175;20221118;13.8;9.3;11.6;4.7;11.09;.8;1.18;4821
+71081;43.69764;1.20984;175;20221119;10.4;7.7;9;4.8;9.84;2.2;.9;3301
+71081;43.69764;1.20984;175;20221120;12.5;2;7.3;3;9.34;4.1;.67;6447
+71081;43.69764;1.20984;175;20221121;13.3;8;10.7;4.6;10.89;19.3;1.01;2860
+71081;43.69764;1.20984;175;20221122;9.9;6.3;8.1;5.5;9.34;14.4;.87;3288
+71081;43.69764;1.20984;175;20221123;16.5;8.2;12.4;3.9;11.54;7.7;1.23;4999
+71081;43.69764;1.20984;175;20221124;14.4;5.1;9.7;2;9.94;.6;.76;5395
+71081;43.69764;1.20984;175;20221125;11;6.2;8.6;3.1;10.49;5;.53;3106
+71081;43.69764;1.20984;175;20221126;10;3.1;6.5;1.3;8.69;.1;.48;4413
+71081;43.69764;1.20984;175;20221127;12.1;.5;6.3;3.3;8.69;1.8;.66;6010
+71081;43.69764;1.20984;175;20221128;12.8;9;10.9;4.9;10.69;3.3;1.09;3593
+71081;43.69764;1.20984;175;20221129;11.7;7.8;9.8;3.7;9.79;.2;.95;4110
+71081;43.69764;1.20984;175;20221130;5.2;2.3;3.8;1.4;7.74;.1;.36;2102
+71081;43.69764;1.20984;175;20221201;5.6;2.9;4.3;1.8;7.84;0;.41;2266
+71081;43.69764;1.20984;175;20221202;6.8;4.7;5.8;1.4;8.09;0;.5;2103
+71081;43.69764;1.20984;175;20221203;7.2;3.6;5.4;1.2;7.89;0;.47;2713
+71081;43.69764;1.20984;175;20221204;7.8;2;4.9;1.3;7.29;0;.42;5283
+71081;43.69764;1.20984;175;20221205;10.9;-1.6;4.7;1.3;6.54;.5;.52;6756
+71081;43.69764;1.20984;175;20221206;11;2.8;6.9;.9;7.49;.1;.51;4576
+71081;43.69764;1.20984;175;20221207;13;6;9.5;1.1;8.39;.1;.58;5744
+71081;43.69764;1.20984;175;20221208;9.2;2;5.6;2.4;8.49;1.9;.46;3252
+71081;43.69764;1.20984;175;20221209;10.6;6.2;8.4;2.3;10.04;0;.53;2542
+71081;43.69764;1.20984;175;20221210;3.4;.9;2.1;5.1;6.24;0;.54;3527
+71081;43.69764;1.20984;175;20221211;4.3;-5.6;-.6;1.3;4.64;.1;.36;5650
+71081;43.69764;1.20984;175;20221212;4.7;-3;.9;2.3;6.04;7.9;.39;3136
+71081;43.69764;1.20984;175;20221213;11.7;4;7.9;4.3;9.99;1.9;.53;3577
+71081;43.69764;1.20984;175;20221214;16.4;8.2;12.3;3;11.79;.4;.93;4862
+71081;43.69764;1.20984;175;20221215;12.7;8.1;10.4;2.8;11.44;3.4;.6;2791
+71081;43.69764;1.20984;175;20221216;11.1;8.9;10;2.4;11.14;2.2;.57;1546
+71081;43.69764;1.20984;175;20221217;6.8;2.2;4.5;1.8;7.94;0;.38;2477
+71081;43.69764;1.20984;175;20221218;11.8;1.9;6.9;3.5;8.79;0;.61;6069
+71081;43.69764;1.20984;175;20221219;16.2;7.5;11.9;4.3;11.24;0;1.1;5424
+71081;43.69764;1.20984;175;20221220;15;10.3;12.6;4.2;12.49;1;.95;3161
+71081;43.69764;1.20984;175;20221221;17.6;10.8;14.2;2.1;12.34;.1;.91;5290
+71081;43.69764;1.20984;175;20221222;18;7.9;12.9;2.6;11.89;0;.94;5468
+71081;43.69764;1.20984;175;20221223;18.4;9.3;13.9;1.8;12.49;0;.79;5243
+71081;43.69764;1.20984;175;20221224;18.4;6.9;12.7;1.8;11.04;0;.83;6001
+71081;43.69764;1.20984;175;20221225;15.5;5.7;10.6;3.1;11.14;.1;.73;5472
+71081;43.69764;1.20984;175;20221226;16.6;6.2;11.4;2.1;11.54;2.4;.66;5622
+71081;43.69764;1.20984;175;20221227;13.6;10.1;11.9;1;11.99;.3;.55;2772
+71081;43.69764;1.20984;175;20221228;14.1;5.5;9.8;2.5;10.34;.1;.63;5837
+71081;43.69764;1.20984;175;20221229;14.4;8.8;11.6;2.6;11.24;5.2;.81;3530
+71081;43.69764;1.20984;175;20221230;16.2;8.8;12.5;3.7;11.69;.3;1.09;4459
+71081;43.69764;1.20984;175;20221231;16;10.7;13.3;5.5;12.59;0;1.23;4335
+71082;43.72358;1.51773;170;20220101;16.6;1.8;9.2;1.4;8.72;.1;.66;7010
+71082;43.72358;1.51773;170;20220102;15.2;2.3;8.7;1.7;9.15;.1;.63;5832
+71082;43.72358;1.51773;170;20220103;14.7;3.9;9.3;1.4;9.6;0;.56;5711
+71082;43.72358;1.51773;170;20220104;15;4.2;9.6;3.9;10.39;8.1;.86;5800
+71082;43.72358;1.51773;170;20220105;7.2;4.6;5.9;3.9;7.39;0;.79;4301
+71082;43.72358;1.51773;170;20220106;7.1;.2;3.6;2.4;5.56;.1;.72;6267
+71082;43.72358;1.51773;170;20220107;7.7;-2.6;2.5;3;6.76;2.5;.48;4195
+71082;43.72358;1.51773;170;20220108;9.9;5.4;7.6;6.5;9.83;2.6;.55;2689
+71082;43.72358;1.51773;170;20220109;9;8.1;8.6;4.9;10.16;30.5;.63;988
+71082;43.72358;1.51773;170;20220110;8;7.5;7.8;1.9;10.03;9.2;.46;600
+71082;43.72358;1.51773;170;20220111;8;3.7;5.9;2.6;7.76;0;.57;5620
+71082;43.72358;1.51773;170;20220112;4.9;-1.3;1.8;1.5;5.93;0;.4;5140
+71082;43.72358;1.51773;170;20220113;1;-2.2;-.6;1.1;5.69;0;.29;2304
+71082;43.72358;1.51773;170;20220114;6;-3.5;1.3;1.1;5.36;0;.39;6658
+71082;43.72358;1.51773;170;20220115;8.3;-3.8;2.3;.8;5.43;.1;.42;7913
+71082;43.72358;1.51773;170;20220116;6.6;-3.8;1.4;1.1;5.59;.1;.4;7460
+71082;43.72358;1.51773;170;20220117;.7;-1.9;-.6;1.3;5.83;.1;.27;2754
+71082;43.72358;1.51773;170;20220118;1.2;-.5;.4;1;6.26;.1;.3;1719
+71082;43.72358;1.51773;170;20220119;7.1;.4;3.8;1.9;7.49;.6;.42;4076
+71082;43.72358;1.51773;170;20220120;6.6;3.1;4.9;2.1;7.46;.2;.56;3200
+71082;43.72358;1.51773;170;20220121;6;-.3;2.9;2.9;5.63;0;.77;6969
+71082;43.72358;1.51773;170;20220122;6.9;-3.5;1.7;1.5;5.13;0;.58;8447
+71082;43.72358;1.51773;170;20220123;9.5;-4.5;2.5;1.3;5.49;0;.59;8997
+71082;43.72358;1.51773;170;20220124;12.9;-.7;6.1;1.9;6.56;0;.89;9075
+71082;43.72358;1.51773;170;20220125;12.4;-2.6;4.9;.8;6.36;0;.6;8866
+71082;43.72358;1.51773;170;20220126;10;-3;3.5;1;6.06;0;.59;8701
+71082;43.72358;1.51773;170;20220127;5.1;-3.7;.7;1.2;5.86;.1;.43;6272
+71082;43.72358;1.51773;170;20220128;1.8;-2.6;-.4;1.4;5.89;0;.32;2764
+71082;43.72358;1.51773;170;20220129;1.1;-.2;.4;1;6.06;0;.36;2508
+71082;43.72358;1.51773;170;20220130;2.5;-1;.8;1.6;6.56;.1;.31;2668
+71082;43.72358;1.51773;170;20220131;8.3;2.1;5.2;5;8.56;1.2;.47;3891
+71082;43.72358;1.51773;170;20220201;8.4;2.4;5.4;5.2;7.66;0;.87;5749
+71082;43.72358;1.51773;170;20220202;9.6;7.1;8.3;3.1;9.83;.1;.68;2936
+71082;43.72358;1.51773;170;20220203;8;.5;4.2;1.3;8.53;0;.39;4586
+71082;43.72358;1.51773;170;20220204;11.7;6.6;9.1;2;10.39;.3;.69;4081
+71082;43.72358;1.51773;170;20220205;9.7;6.9;8.3;2.8;8.66;.1;.98;4569
+71082;43.72358;1.51773;170;20220206;10.3;-1.1;4.6;3.2;7.26;.5;.9;8024
+71082;43.72358;1.51773;170;20220207;12;8;10;4.8;9.69;1.3;1.29;4476
+71082;43.72358;1.51773;170;20220208;14.5;.5;7.5;1.4;7.16;0;1.12;10678
+71082;43.72358;1.51773;170;20220209;15.8;1.4;8.6;2.6;7.46;.1;1.53;11372
+71082;43.72358;1.51773;170;20220210;11;.8;5.9;1.7;8.8;0;1.43;11600
+71082;43.72358;1.51773;170;20220211;12.6;6.9;9.8;2.3;9.03;.1;1.14;6479
+71082;43.72358;1.51773;170;20220212;13.6;.8;7.2;2.8;7.07;0;1.4;10172
+71082;43.72358;1.51773;170;20220213;16.3;6.1;11.2;4.5;9.4;5.3;1.86;10503
+71082;43.72358;1.51773;170;20220214;11.6;7.3;9.4;5.2;9.5;6.2;1.27;6076
+71082;43.72358;1.51773;170;20220215;11.6;5.9;8.7;5.3;8.9;2.8;1.35;7260
+71082;43.72358;1.51773;170;20220216;13.7;7.9;10.8;5.6;11.06;.8;1.16;5164
+71082;43.72358;1.51773;170;20220217;15;11.4;13.2;4.7;12.58;0;1.24;4474
+71082;43.72358;1.51773;170;20220218;18.2;7.9;13;2.7;11.53;.4;1.64;10093
+71082;43.72358;1.51773;170;20220219;11.7;8;9.9;3.1;8.46;.1;1.52;7910
+71082;43.72358;1.51773;170;20220220;13.2;1.1;7.2;3.4;9.03;.2;1.08;7682
+71082;43.72358;1.51773;170;20220221;13.4;9.1;11.2;7.3;9.49;1.2;2.12;7715
+71082;43.72358;1.51773;170;20220222;14.3;7.4;10.8;3.5;9.23;0;1.76;10242
+71082;43.72358;1.51773;170;20220223;16.1;3.7;9.9;1.1;8.99;0;1.39;12829
+71082;43.72358;1.51773;170;20220224;14.8;6.6;10.7;3.7;9.79;.2;1.62;9335
+71082;43.72358;1.51773;170;20220225;11.7;6.1;8.9;3;7.06;0;1.83;10765
+71082;43.72358;1.51773;170;20220226;14.5;-1.4;6.5;2.4;5.46;0;1.99;15252
+71082;43.72358;1.51773;170;20220227;15.9;-.3;7.8;1.4;7.33;0;1.49;11817
+71082;43.72358;1.51773;170;20220228;17.1;2.6;9.9;1.4;8.26;0;1.69;14203
+71082;43.72358;1.51773;170;20220301;16.4;1.5;8.9;3.3;7.99;0;2.11;14814
+71082;43.72358;1.51773;170;20220302;12.6;5.2;8.9;2.5;9.96;8.4;1.05;6715
+71082;43.72358;1.51773;170;20220303;17.2;6.3;11.8;1.6;10.36;0;1.7;13134
+71082;43.72358;1.51773;170;20220304;10.2;7.7;8.9;4.6;10.36;5.1;.81;3436
+71082;43.72358;1.51773;170;20220305;10;6.7;8.3;3.9;9.03;1.5;1.14;4997
+71082;43.72358;1.51773;170;20220306;10.8;5.7;8.2;2.5;7.96;0;1.39;7618
+71082;43.72358;1.51773;170;20220307;12.7;-.3;6.2;2.3;7.13;0;1.57;12460
+71082;43.72358;1.51773;170;20220308;15;2.6;8.8;3;8.83;4.3;1.8;13795
+71082;43.72358;1.51773;170;20220309;15.1;4.1;9.6;3.8;9.93;0;1.8;14039
+71082;43.72358;1.51773;170;20220310;15.9;8.1;12;3.8;10.36;.4;2.01;10959
+71082;43.72358;1.51773;170;20220311;14.2;9.8;12;5.5;10.46;8;1.98;7955
+71082;43.72358;1.51773;170;20220312;10.7;8.4;9.6;4;10.43;8.8;1.07;5372
+71082;43.72358;1.51773;170;20220313;11.5;7.9;9.7;5.2;9.53;7.3;1.47;5138
+71082;43.72358;1.51773;170;20220314;13.7;2.9;8.3;7.7;9.93;.1;1.36;8985
+71082;43.72358;1.51773;170;20220315;14.9;12.5;13.7;10.3;11.63;0;2.4;6278
+71082;43.72358;1.51773;170;20220316;15.8;10.5;13.2;4.6;11.87;.1;1.75;7719
+71082;43.72358;1.51773;170;20220317;14.9;11.2;13;2.6;12.69;1.2;1.33;6321
+71082;43.72358;1.51773;170;20220318;11.5;8.5;10;1.8;10.23;.2;1.07;5236
+71082;43.72358;1.51773;170;20220319;15.8;7.2;11.5;5;8.87;0;2.71;14586
+71082;43.72358;1.51773;170;20220320;16.1;7.4;11.8;6.2;9.93;0;2.47;12109
+71082;43.72358;1.51773;170;20220321;15.7;10.8;13.2;8.6;9.03;0;3.59;14925
+71082;43.72358;1.51773;170;20220322;15.8;8.3;12;8.3;7.17;0;4.02;16215
+71082;43.72358;1.51773;170;20220323;15.9;6.3;11.1;6.1;7.03;0;3.53;17802
+71082;43.72358;1.51773;170;20220324;17.8;4.4;11.1;4.2;7.4;0;3.34;18688
+71082;43.72358;1.51773;170;20220325;18.9;6.7;12.8;3.7;6.8;0;3.54;16329
+71082;43.72358;1.51773;170;20220326;18.3;5.2;11.8;4.7;6.73;0;3.83;18266
+71082;43.72358;1.51773;170;20220327;21.4;5.8;13.6;3.8;7.17;0;4.06;18501
+71082;43.72358;1.51773;170;20220328;21.3;5.6;13.4;3.3;7.13;0;3.84;17798
+71082;43.72358;1.51773;170;20220329;18.8;8.1;13.5;2.8;9.93;1.9;2.59;13202
+71082;43.72358;1.51773;170;20220330;11.9;9.7;10.8;2.8;11.33;3.4;1.05;4376
+71082;43.72358;1.51773;170;20220331;14.6;8.8;11.7;6.1;9.33;4.1;2.67;12261
+71082;43.72358;1.51773;170;20220401;8.4;2.4;5.4;9.2;5.59;.8;2.55;14400
+71082;43.72358;1.51773;170;20220402;8.8;1.4;5.1;6.9;5.19;0;2.39;10000
+71082;43.72358;1.51773;170;20220403;7.9;-1.9;3;2.8;5.1;0;1.84;15703
+71082;43.72358;1.51773;170;20220404;11.2;-3.1;4.1;1.4;5.31;0;2.09;19377
+71082;43.72358;1.51773;170;20220405;15.3;-2.4;6.5;2.2;6.41;0;2.68;21874
+71082;43.72358;1.51773;170;20220406;12.1;5.2;8.6;3.3;9.63;.5;1.31;7878
+71082;43.72358;1.51773;170;20220407;20.8;7.5;14.1;5.4;11.1;.8;3.47;16657
+71082;43.72358;1.51773;170;20220408;21.1;10.6;15.9;4.8;11.47;.1;3.67;16196
+71082;43.72358;1.51773;170;20220409;15;7.7;11.3;4.1;8;.1;2.98;15469
+71082;43.72358;1.51773;170;20220410;19.6;.5;10;4;7.1;0;3.84;23716
+71082;43.72358;1.51773;170;20220411;18;9.9;13.9;9;10.5;0;3.72;17788
+71082;43.72358;1.51773;170;20220412;17.7;11.9;14.8;7.7;10.9;1.4;3.51;13981
+71082;43.72358;1.51773;170;20220413;14.1;11.5;12.8;2.6;11.97;1.3;1.28;5010
+71082;43.72358;1.51773;170;20220414;22.7;6.5;14.6;1.6;11.67;0;3.32;21462
+71082;43.72358;1.51773;170;20220415;22.9;8.7;15.8;2.7;13.23;0;3.36;19541
+71082;43.72358;1.51773;170;20220416;23.1;10.7;16.9;3.8;12.67;0;3.86;19285
+71082;43.72358;1.51773;170;20220417;22.8;8.1;15.4;3.7;11.17;0;4.18;23982
+71082;43.72358;1.51773;170;20220418;18.6;10.8;14.7;3.5;11.17;0;3.07;15398
+71082;43.72358;1.51773;170;20220419;14.2;8.4;11.3;3.2;11.43;13.4;1.58;8488
+71082;43.72358;1.51773;170;20220420;11.9;8.7;10.3;2.5;11.07;9;1.21;6474
+71082;43.72358;1.51773;170;20220421;13.2;8.8;11;2.8;12;.3;1.16;6542
+71082;43.72358;1.51773;170;20220422;18.3;10.3;14.3;2.2;12.4;0;2.61;15400
+71082;43.72358;1.51773;170;20220423;14.5;10.9;12.7;3.7;11.1;17.8;1.82;5725
+71082;43.72358;1.51773;170;20220424;17.1;9;13;5.7;11.77;0;2.47;12930
+71082;43.72358;1.51773;170;20220425;18.8;6;12.4;1.6;10.53;0;3.22;22637
+71082;43.72358;1.51773;170;20220426;23.1;5.9;14.5;1.9;9.9;0;4.14;26052
+71082;43.72358;1.51773;170;20220427;21.6;10.5;16;3.7;11.69;0;3.82;18400
+71082;43.72358;1.51773;170;20220428;18.8;13.2;16;2.5;14.43;0;2.31;11453
+71082;43.72358;1.51773;170;20220429;22.1;13.3;17.7;3;14.43;0;3.46;17515
+71082;43.72358;1.51773;170;20220430;22.1;13.3;17.7;3.6;13.07;0;3.98;19622
+71082;43.72358;1.51773;170;20220501;20.9;9.9;15.4;2.8;11.7;.1;3.62;20471
+71082;43.72358;1.51773;170;20220502;19.8;11.4;15.6;2.8;12.57;0;2.88;14257
+71082;43.72358;1.51773;170;20220503;21.4;10.8;16.1;2.3;12.87;1.3;3.38;18877
+71082;43.72358;1.51773;170;20220504;20.1;11.9;16;2.5;13.4;1.7;2.79;14170
+71082;43.72358;1.51773;170;20220505;21;10.4;15.7;4.2;11.4;0;3.83;18599
+71082;43.72358;1.51773;170;20220506;21.2;10.1;15.7;4.3;11.13;.1;3.57;14272
+71082;43.72358;1.51773;170;20220507;22.9;10.6;16.7;4.3;12.23;.1;3.85;16305
+71082;43.72358;1.51773;170;20220508;24.5;12;18.2;3;12.86;0;3.81;16641
+71082;43.72358;1.51773;170;20220509;26.4;10;18.2;1.3;12.39;0;3.66;18678
+71082;43.72358;1.51773;170;20220510;28.6;10.1;19.4;1.6;12.59;0;4.07;19162
+71082;43.72358;1.51773;170;20220511;29.7;11.1;20.4;2.8;13.36;0;4.92;19716
+71082;43.72358;1.51773;170;20220512;25.5;14.7;20.1;2.2;15.29;0;3.34;13598
+71082;43.72358;1.51773;170;20220513;26;15.2;20.6;1.2;15.89;0;3.05;13986
+71082;43.72358;1.51773;170;20220514;30.1;13.2;21.7;1.7;15.99;0;4.11;18371
+71082;43.72358;1.51773;170;20220515;28.3;15.7;22;3.9;15.29;.1;4.91;17456
+71082;43.72358;1.51773;170;20220516;29;14.3;21.6;1.7;15.56;0;4.06;18255
+71082;43.72358;1.51773;170;20220517;32.2;14.9;23.6;2;15.89;0;4.79;19551
+71082;43.72358;1.51773;170;20220518;33.1;17.3;25.2;2.2;15.93;0;5.05;18396
+71082;43.72358;1.51773;170;20220519;28.8;18;23.4;4.7;17.43;0;5.01;17174
+71082;43.72358;1.51773;170;20220520;30.5;17.5;24;4.4;16.86;0;5.26;16334
+71082;43.72358;1.51773;170;20220521;32.5;15.7;24.1;1.9;17.97;0;5.65;26506
+71082;43.72358;1.51773;170;20220522;31.3;17.5;24.4;2.5;18.59;6.6;4.31;14916
+71082;43.72358;1.51773;170;20220523;22.5;16.8;19.7;4;16.03;.5;3.02;9337
+71082;43.72358;1.51773;170;20220524;17.5;13.7;15.6;3.4;13.03;1.6;2.17;7261
+71082;43.72358;1.51773;170;20220525;20.9;11.1;16;4.2;11.83;0;3.57;14830
+71082;43.72358;1.51773;170;20220526;19.3;11.5;15.4;3.3;12.86;0;2.6;10729
+71082;43.72358;1.51773;170;20220527;25.2;13.4;19.3;3.3;14.16;0;3.99;15915
+71082;43.72358;1.51773;170;20220528;26.8;12.9;19.9;3.1;13.13;0;4.62;18766
+71082;43.72358;1.51773;170;20220529;25.3;10.6;18;2.6;9.56;0;4.63;19973
+71082;43.72358;1.51773;170;20220530;25.9;9.3;17.6;1.7;10.83;.8;3.97;18798
+71082;43.72358;1.51773;170;20220531;27;14.7;20.9;1.9;13.53;0;4.16;18024
+71082;43.72358;1.51773;170;20220601;31.8;14.6;23.2;1.9;15.43;1.8;4.94;20630
+71082;43.72358;1.51773;170;20220602;28.1;17.8;23;2.9;17.99;.4;3.99;15290
+71082;43.72358;1.51773;170;20220603;31.7;18.2;24.9;3.6;18.43;2.4;5.46;18674
+71082;43.72358;1.51773;170;20220604;26.8;17;21.9;2.2;20.46;4.6;2.8;10920
+71082;43.72358;1.51773;170;20220605;25.3;16.8;21.1;2.9;17.76;.1;3.34;12935
+71082;43.72358;1.51773;170;20220606;28.4;14.5;21.5;1.5;16.69;.4;3.8;17179
+71082;43.72358;1.51773;170;20220607;24.3;17.4;20.8;2.8;16.29;0;3.23;11201
+71082;43.72358;1.51773;170;20220608;21;15.3;18.2;2.7;16.33;2.7;2.29;9028
+71082;43.72358;1.51773;170;20220609;23.7;13;18.4;3.5;14.13;0;3.83;16310
+71082;43.72358;1.51773;170;20220610;28.9;11.8;20.3;1.6;14.13;0;4.37;20611
+71082;43.72358;1.51773;170;20220611;33.4;14.1;23.8;1.6;14.83;0;6.31;30290
+71082;43.72358;1.51773;170;20220612;30.8;17.5;24.2;2.3;18.66;2;5.33;23479
+71082;43.72358;1.51773;170;20220613;31.7;18.6;25.2;2.5;19.96;0;6.09;27458
+71082;43.72358;1.51773;170;20220614;36.7;18.5;27.6;2.5;18.66;0;7.05;27733
+71082;43.72358;1.51773;170;20220615;36.5;19.3;27.9;1.5;18.26;0;6.54;28931
+71082;43.72358;1.51773;170;20220616;37.3;19.9;28.6;1.3;19.79;0;6.41;28299
+71082;43.72358;1.51773;170;20220617;38.6;19.7;29.1;1.5;18.76;0;6.88;29332
+71082;43.72358;1.51773;170;20220618;36.1;20.4;28.2;4.1;16.93;0;8.45;29107
+71082;43.72358;1.51773;170;20220619;34.6;22;28.3;5.1;18.79;0;8.43;27982
+71082;43.72358;1.51773;170;20220620;30.4;19.2;24.8;2.6;19.89;.1;4.93;19793
+71082;43.72358;1.51773;170;20220621;28.6;19.9;24.2;2.6;21.43;.4;4.03;16105
+71082;43.72358;1.51773;170;20220622;29.5;18.7;24.1;2.6;18.99;0;5.19;22376
+71082;43.72358;1.51773;170;20220623;27.8;16.8;22.3;1.9;18.16;17.7;4.74;23085
+71082;43.72358;1.51773;170;20220624;25.9;15.1;20.5;2.2;16.86;1.3;4.36;21726
+71082;43.72358;1.51773;170;20220625;27.4;15.5;21.4;3.1;16.89;3.6;4.93;22082
+71082;43.72358;1.51773;170;20220626;18.8;14.9;16.8;3.1;16.56;3.7;1.96;8904
+71082;43.72358;1.51773;170;20220627;19.2;14.7;17;2.9;16.03;2.5;2.29;10565
+71082;43.72358;1.51773;170;20220628;26.2;15.3;20.7;2.7;14.53;.1;5.54;27766
+71082;43.72358;1.51773;170;20220629;28.9;12.6;20.8;1.8;15.03;1.4;5.58;29377
+71082;43.72358;1.51773;170;20220630;18.1;15.4;16.7;3.2;15.43;1.2;2.11;8432
+71082;43.72358;1.51773;170;20220701;24.1;12.8;18.5;1.7;13.56;0;4.76;26861
+71082;43.72358;1.51773;170;20220702;31.7;10.9;21.3;1.5;13.73;0;5.87;30295
+71082;43.72358;1.51773;170;20220703;30.3;17;23.7;2.6;17.43;.2;5.73;25311
+71082;43.72358;1.51773;170;20220704;27.5;16.6;22;3.3;18.19;.4;5.2;24479
+71082;43.72358;1.51773;170;20220705;30;18.3;24.1;3.1;17.19;0;6.25;27443
+71082;43.72358;1.51773;170;20220706;29.6;16.2;22.9;2.9;14.49;0;6.03;26008
+71082;43.72358;1.51773;170;20220707;29.5;16.8;23.2;4.6;15.59;0;6.78;28025
+71082;43.72358;1.51773;170;20220708;30;16.4;23.2;3.2;15.53;0;6.41;28512
+71082;43.72358;1.51773;170;20220709;32.4;14.9;23.6;2;14.56;0;6.37;30104
+71082;43.72358;1.51773;170;20220710;34;15.5;24.8;1.8;14.73;0;6.56;30281
+71082;43.72358;1.51773;170;20220711;36.2;15.9;26;1.5;15.43;0;6.57;30077
+71082;43.72358;1.51773;170;20220712;36.3;17.9;27.1;2.1;16.03;0;7.08;29887
+71082;43.72358;1.51773;170;20220713;36.3;16.5;26.4;1.6;14.49;0;6.63;29665
+71082;43.72358;1.51773;170;20220714;37.3;18.4;27.9;1.9;17.03;0;6.98;29641
+71082;43.72358;1.51773;170;20220715;36;19.6;27.8;2.2;16.03;0;6.88;27481
+71082;43.72358;1.51773;170;20220716;37.7;17.5;27.6;1.7;15.56;0;6.79;29357
+71082;43.72358;1.51773;170;20220717;38.9;17.6;28.2;1.7;15.26;0;6.92;29264
+71082;43.72358;1.51773;170;20220718;38.4;19.3;28.9;3.5;15.06;0;8.53;29136
+71082;43.72358;1.51773;170;20220719;34.8;21.7;28.3;2.9;19.06;0;6.5;23983
+71082;43.72358;1.51773;170;20220720;29.8;21.5;25.6;3.5;17.73;0;5.67;20069
+71082;43.72358;1.51773;170;20220721;33.4;17.6;25.5;1.9;16.93;0;6.08;27524
+71082;43.72358;1.51773;170;20220722;29.9;19.3;24.6;3.3;18.09;.4;5.66;22919
+71082;43.72358;1.51773;170;20220723;29.6;18.1;23.8;2.5;16.33;0;5.56;24351
+71082;43.72358;1.51773;170;20220724;37.8;16.2;27;1.9;16.36;.1;6.76;28450
+71082;43.72358;1.51773;170;20220725;28.6;20.6;24.6;4.2;18.93;0;4.75;14752
+71082;43.72358;1.51773;170;20220726;27.6;17.1;22.4;3.8;15.03;0;6.01;26568
+71082;43.72358;1.51773;170;20220727;28.9;15.7;22.3;2.7;13.19;0;5.9;26934
+71082;43.72358;1.51773;170;20220728;29.8;15.6;22.7;2.6;14.89;2.8;5.46;23751
+71082;43.72358;1.51773;170;20220729;27.2;17.5;22.4;2.5;17.39;1.3;4.22;17832
+71082;43.72358;1.51773;170;20220730;30.3;18.6;24.5;2.5;17.53;0;5.47;23744
+71082;43.72358;1.51773;170;20220731;33.4;16.8;25.1;2.2;16.53;0;6.21;27488
+71082;43.72358;1.51773;170;20220801;34.5;18.7;26.6;2.7;16.76;0;6.69;27103
+71082;43.72358;1.51773;170;20220802;36.6;18.2;27.4;1.9;15.29;0;6.49;27706
+71082;43.72358;1.51773;170;20220803;38;16.7;27.4;2.1;15.16;0;6.76;27335
+71082;43.72358;1.51773;170;20220804;36.6;20.5;28.6;2.1;20.26;0;6.23;25090
+71082;43.72358;1.51773;170;20220805;32.3;20.9;26.6;3.1;19.36;.1;5.82;22147
+71082;43.72358;1.51773;170;20220806;33.2;19.5;26.4;3.1;17.76;0;6.37;24916
+71082;43.72358;1.51773;170;20220807;34.2;19.2;26.7;2.6;13.69;0;6.67;26226
+71082;43.72358;1.51773;170;20220808;35.1;17.3;26.2;2;11.89;0;6.44;27408
+71082;43.72358;1.51773;170;20220809;35.9;16.2;26.1;1.9;12.69;0;6.26;26759
+71082;43.72358;1.51773;170;20220810;37.6;16.5;27.1;1.8;13.86;0;6.19;25654
+71082;43.72358;1.51773;170;20220811;37.7;20.8;29.3;2.7;20.29;0;6.64;24685
+71082;43.72358;1.51773;170;20220812;39.5;21.5;30.5;2.2;20.96;0;6.61;24849
+71082;43.72358;1.51773;170;20220813;35.4;21.5;28.5;3.1;20.53;.1;6.05;20662
+71082;43.72358;1.51773;170;20220814;29;21.4;25.2;3.7;19.89;0;4.9;17811
+71082;43.72358;1.51773;170;20220815;29.6;19.5;24.6;2.1;16.13;0;4.74;19666
+71082;43.72358;1.51773;170;20220816;32.9;16.2;24.5;2.8;16.13;8.2;5.42;20047
+71082;43.72358;1.51773;170;20220817;26.6;16.4;21.5;3.2;17.19;1.2;3.88;15581
+71082;43.72358;1.51773;170;20220818;26.4;17;21.7;4;17.06;1.2;4.25;16499
+71082;43.72358;1.51773;170;20220819;27;17.1;22;3.4;16.53;.2;4.25;16320
+71082;43.72358;1.51773;170;20220820;30.4;15.5;23;1.8;16.73;0;4.72;23318
+71082;43.72358;1.51773;170;20220821;29.1;18.6;23.8;2.5;17.19;.1;4.44;18201
+71082;43.72358;1.51773;170;20220822;26.1;19.3;22.7;3.7;18.83;.4;3.67;13220
+71082;43.72358;1.51773;170;20220823;31.2;19.7;25.5;2.2;18.73;0;4.83;20957
+71082;43.72358;1.51773;170;20220824;36.2;16.7;26.4;1.5;16.59;.4;5.34;24046
+71082;43.72358;1.51773;170;20220825;30;21.5;25.7;3.3;20.23;1;4.49;15591
+71082;43.72358;1.51773;170;20220826;30.5;20.6;25.5;3.2;19.39;0;5.03;19434
+71082;43.72358;1.51773;170;20220827;31.4;18.1;24.7;2.6;17.03;0;5.24;22493
+71082;43.72358;1.51773;170;20220828;34.5;15.8;25.1;1.5;14.19;0;5.1;23959
+71082;43.72358;1.51773;170;20220829;34.2;18;26.1;2.8;16.56;4.9;5.32;18458
+71082;43.72358;1.51773;170;20220830;32.4;17.4;24.9;1.5;19.26;0;4.49;21688
+71082;43.72358;1.51773;170;20220831;29.2;18.2;23.7;2.2;18.99;.1;3.68;14952
+71082;43.72358;1.51773;170;20220901;29.1;18.8;24;2.4;18.96;2.3;4.02;17115
+71082;43.72358;1.51773;170;20220902;28.9;18.6;23.7;2.1;18.16;4.1;3.93;17155
+71082;43.72358;1.51773;170;20220903;27.9;17.9;22.9;1.7;19.06;0;3.54;17042
+71082;43.72358;1.51773;170;20220904;32.2;18;25.1;3.7;20.09;0;5.23;20742
+71082;43.72358;1.51773;170;20220905;33.9;20.7;27.3;3.6;21.96;.8;5.15;17791
+71082;43.72358;1.51773;170;20220906;33;20.4;26.7;2.2;19.26;.1;4.69;19086
+71082;43.72358;1.51773;170;20220907;28.9;17.6;23.2;2.2;15.89;0;3.8;15242
+71082;43.72358;1.51773;170;20220908;27.6;14.2;20.9;1.7;14.89;1.3;3.58;18110
+71082;43.72358;1.51773;170;20220909;24.4;16.9;20.7;2;16.39;1.8;2.73;11285
+71082;43.72358;1.51773;170;20220910;27.6;12.3;19.9;1.5;13.59;0;3.67;19994
+71082;43.72358;1.51773;170;20220911;33.4;13;23.2;1.7;14.19;0;4.52;21364
+71082;43.72358;1.51773;170;20220912;31.5;18.1;24.8;4.3;19.03;0;5;17411
+71082;43.72358;1.51773;170;20220913;30.3;21.6;25.9;3.5;22.73;.4;3.54;10298
+71082;43.72358;1.51773;170;20220914;30.9;19.1;25;2.7;19.63;5.3;4.03;15647
+71082;43.72358;1.51773;170;20220915;30;18.4;24.2;2.4;18.16;.5;4.09;17865
+71082;43.72358;1.51773;170;20220916;26.2;18.8;22.5;4;15.89;0;4.08;13759
+71082;43.72358;1.51773;170;20220917;22.5;13.4;18;2.4;9.93;0;3.64;18259
+71082;43.72358;1.51773;170;20220918;25.7;6.8;16.2;1.5;7.89;0;3.43;19912
+71082;43.72358;1.51773;170;20220919;27;7.4;17.2;1.9;8.53;0;3.81;19967
+71082;43.72358;1.51773;170;20220920;25.9;8.1;17;2;8.86;0;3.67;19638
+71082;43.72358;1.51773;170;20220921;25.2;9.1;17.1;1.8;9.69;0;3.39;18649
+71082;43.72358;1.51773;170;20220922;26.5;8.5;17.5;1.3;10.56;0;3.13;18808
+71082;43.72358;1.51773;170;20220923;26.4;10.4;18.4;2.4;14.39;17.9;3.06;14778
+71082;43.72358;1.51773;170;20220924;20;14.8;17.4;2.5;15.39;0;2.05;9949
+71082;43.72358;1.51773;170;20220925;19.7;11.2;15.4;2.4;12.66;.2;2.32;12890
+71082;43.72358;1.51773;170;20220926;20.7;8.5;14.6;3.2;11.66;2.2;2.64;14057
+71082;43.72358;1.51773;170;20220927;18.4;13.2;15.8;5;14.03;2.2;2.1;8643
+71082;43.72358;1.51773;170;20220928;18.5;14.4;16.5;5.7;15.63;10.3;1.86;7476
+71082;43.72358;1.51773;170;20220929;16.9;13;15;4;14.03;11.5;1.68;7697
+71082;43.72358;1.51773;170;20220930;18.9;10.6;14.7;3.5;11.76;.4;2.46;12713
+71082;43.72358;1.51773;170;20221001;23.8;8.8;16.3;2.7;12.79;0;2.7;13287
+71082;43.72358;1.51773;170;20221002;23.9;10.7;17.3;1.2;14.43;.1;2.29;15025
+71082;43.72358;1.51773;170;20221003;24.2;13;18.6;1.2;14.66;0;2.31;14211
+71082;43.72358;1.51773;170;20221004;25.4;9.5;17.4;1.2;13.29;.1;2.47;16545
+71082;43.72358;1.51773;170;20221005;25.3;10.3;17.8;2.7;14.66;0;2.84;16147
+71082;43.72358;1.51773;170;20221006;21.2;15.2;18.2;1.8;16.03;0;1.64;6973
+71082;43.72358;1.51773;170;20221007;24.1;11.2;17.6;1.3;14.89;0;2.08;13105
+71082;43.72358;1.51773;170;20221008;22.8;15;18.9;1.5;16.43;.7;1.76;8722
+71082;43.72358;1.51773;170;20221009;24.9;11.1;18;2.2;14.29;.1;2.55;14601
+71082;43.72358;1.51773;170;20221010;25.4;12.7;19;2.6;15.33;0;2.58;13258
+71082;43.72358;1.51773;170;20221011;22.5;13.4;17.9;1.1;15.39;0;1.71;10308
+71082;43.72358;1.51773;170;20221012;24.1;13.1;18.6;1.6;15.03;.7;2.1;11918
+71082;43.72358;1.51773;170;20221013;22.5;12.1;17.3;1.9;14.49;.6;1.89;9960
+71082;43.72358;1.51773;170;20221014;22.2;17;19.6;3.1;16.86;.5;1.96;6058
+71082;43.72358;1.51773;170;20221015;27;10.3;18.6;2;14.56;.1;2.51;14123
+71082;43.72358;1.51773;170;20221016;26.2;15.2;20.7;5;17.49;0;3.11;12371
+71082;43.72358;1.51773;170;20221017;25.8;20.5;23.2;5.6;18.86;0;3.4;8056
+71082;43.72358;1.51773;170;20221018;26.9;16.8;21.8;3.9;18.23;.1;2.95;12275
+71082;43.72358;1.51773;170;20221019;24.9;16;20.4;4.4;18.09;7.8;2.38;8270
+71082;43.72358;1.51773;170;20221020;22.4;17.5;19.9;3.4;19.33;.6;1.46;3653
+71082;43.72358;1.51773;170;20221021;24.2;14.1;19.2;1.9;16.49;.2;1.8;8411
+71082;43.72358;1.51773;170;20221022;26.1;12.3;19.2;2.5;15.19;0;2.45;12210
+71082;43.72358;1.51773;170;20221023;28.6;17.9;23.3;4.5;14.59;0;4.07;8714
+71082;43.72358;1.51773;170;20221024;24.5;13.7;19.1;1.6;14.33;.1;1.92;10850
+71082;43.72358;1.51773;170;20221025;25.6;11;18.3;2.5;13.89;.1;2.32;10509
+71082;43.72358;1.51773;170;20221026;23.9;11.8;17.8;1.9;15.79;.1;1.58;8583
+71082;43.72358;1.51773;170;20221027;24.1;15.1;19.6;4.3;17.19;0;2.1;7062
+71082;43.72358;1.51773;170;20221028;24.9;18.1;21.5;5.1;17.39;0;2.81;7051
+71082;43.72358;1.51773;170;20221029;24.8;15.5;20.1;4.7;15.06;0;2.81;8944
+71082;43.72358;1.51773;170;20221030;23.4;14.4;18.9;3;15.03;0;2.03;8824
+71082;43.72358;1.51773;170;20221031;25.4;13.4;19.4;2.8;15.56;4.4;2.17;9446
+71082;43.72358;1.51773;170;20221101;20.5;14.3;17.4;2;14.46;.1;1.51;7786
+71082;43.72358;1.51773;170;20221102;20.2;12;16.1;1.5;12.56;0;1.39;9300
+71082;43.72358;1.51773;170;20221103;20.3;10.4;15.4;3.3;12.76;4.5;1.71;5651
+71082;43.72358;1.51773;170;20221104;14.3;10.8;12.6;5.4;11.03;4.1;1.62;4968
+71082;43.72358;1.51773;170;20221105;15.7;6.1;10.9;1.8;9.53;.1;1.15;9803
+71082;43.72358;1.51773;170;20221106;20.2;2.5;11.4;1.7;8.83;.1;1.44;10587
+71082;43.72358;1.51773;170;20221107;20.8;4.5;12.6;2.5;10.49;0;1.66;9937
+71082;43.72358;1.51773;170;20221108;21;10.6;15.8;3;13.99;0;1.49;7766
+71082;43.72358;1.51773;170;20221109;18;11.9;14.9;2;13.99;2.4;1.02;3942
+71082;43.72358;1.51773;170;20221110;15.7;7.8;11.7;1;11.56;0;.77;6572
+71082;43.72358;1.51773;170;20221111;21.2;5.6;13.4;3.3;11.99;0;1.6;9433
+71082;43.72358;1.51773;170;20221112;21.7;13.1;17.4;3.9;13.73;0;1.97;8279
+71082;43.72358;1.51773;170;20221113;20.9;5.7;13.3;1.7;10.76;0;1.25;9133
+71082;43.72358;1.51773;170;20221114;17.5;11;14.2;2.2;13.13;.2;1.01;4551
+71082;43.72358;1.51773;170;20221115;18.3;10.5;14.4;2.4;13.56;9;1.03;5073
+71082;43.72358;1.51773;170;20221116;18.4;9.9;14.2;2;12.33;.1;1.11;8130
+71082;43.72358;1.51773;170;20221117;18.1;11.2;14.6;3;12.86;7.6;1.28;5171
+71082;43.72358;1.51773;170;20221118;13.7;9.3;11.5;3.8;11.16;4.8;1.04;4681
+71082;43.72358;1.51773;170;20221119;10.4;7.8;9.1;4;9.93;4.5;.83;3367
+71082;43.72358;1.51773;170;20221120;12.3;3;7.6;2.5;9.53;2.8;.64;5764
+71082;43.72358;1.51773;170;20221121;13.1;8;10.6;4;10.93;19.7;.93;2440
+71082;43.72358;1.51773;170;20221122;9.8;6.3;8.1;4.8;9.36;13.7;.8;3159
+71082;43.72358;1.51773;170;20221123;16.6;8.1;12.3;3.4;11.36;8.3;1.16;4933
+71082;43.72358;1.51773;170;20221124;14.7;4.8;9.8;1.9;9.93;.5;.75;5630
+71082;43.72358;1.51773;170;20221125;11.1;6.2;8.6;2.6;10.43;5.8;.53;2904
+71082;43.72358;1.51773;170;20221126;10.4;3.6;7;1.2;8.99;0;.48;4575
+71082;43.72358;1.51773;170;20221127;12.3;.4;6.4;2.5;8.53;1.4;.6;5940
+71082;43.72358;1.51773;170;20221128;12.6;8.5;10.5;4;10.63;3.5;.93;3562
+71082;43.72358;1.51773;170;20221129;11.6;7.7;9.7;3;9.76;.7;.85;3940
+71082;43.72358;1.51773;170;20221130;5.4;2.1;3.8;1.3;7.83;0;.35;2268
+71082;43.72358;1.51773;170;20221201;5.5;3.3;4.4;1.5;7.83;0;.4;2011
+71082;43.72358;1.51773;170;20221202;6.9;4.8;5.8;1.1;8.13;0;.47;2135
+71082;43.72358;1.51773;170;20221203;7.5;3.6;5.6;1;7.96;.9;.44;3109
+71082;43.72358;1.51773;170;20221204;8;2.2;5.1;1.1;7.49;0;.45;4522
+71082;43.72358;1.51773;170;20221205;11.4;-1.9;4.7;1.2;6.49;.1;.49;7137
+71082;43.72358;1.51773;170;20221206;11.1;2;6.6;.9;7.36;.3;.48;4584
+71082;43.72358;1.51773;170;20221207;13.2;6;9.6;1;8.33;0;.54;6062
+71082;43.72358;1.51773;170;20221208;9;2;5.5;1.9;8.29;1.2;.43;3201
+71082;43.72358;1.51773;170;20221209;11;6.2;8.6;1.8;10.13;0;.51;2495
+71082;43.72358;1.51773;170;20221210;2.9;1.1;2;4.4;6.36;0;.46;2818
+71082;43.72358;1.51773;170;20221211;5.2;-5.9;-.4;1.2;4.63;.1;.35;6066
+71082;43.72358;1.51773;170;20221212;5.1;-3.2;.9;1.8;6.06;5.1;.36;3057
+71082;43.72358;1.51773;170;20221213;11.6;4.1;7.9;3.3;10.03;2.8;.52;3251
+71082;43.72358;1.51773;170;20221214;16.4;7.7;12.1;2.6;11.53;.3;.82;4841
+71082;43.72358;1.51773;170;20221215;12.6;7.2;9.9;2.2;11.06;4.1;.54;2427
+71082;43.72358;1.51773;170;20221216;11.6;8.4;10;1.9;11.16;1.2;.53;2031
+71082;43.72358;1.51773;170;20221217;7;3;5;1.5;7.86;0;.41;2618
+71082;43.72358;1.51773;170;20221218;12.2;1.1;6.6;3;8.39;0;.6;6479
+71082;43.72358;1.51773;170;20221219;16.4;8.5;12.5;5.3;11.36;0;1.35;5682
+71082;43.72358;1.51773;170;20221220;15;11.1;13.1;4.1;12.33;.9;1.1;2774
+71082;43.72358;1.51773;170;20221221;17.3;10.4;13.9;1.9;12.26;.2;.78;5660
+71082;43.72358;1.51773;170;20221222;17.8;7.6;12.7;2.1;11.83;.1;.8;5479
+71082;43.72358;1.51773;170;20221223;18.6;9.1;13.9;1.6;12.59;.1;.71;5628
+71082;43.72358;1.51773;170;20221224;18.9;6.5;12.7;1.7;10.83;0;.83;6234
+71082;43.72358;1.51773;170;20221225;15.4;5.1;10.2;2.4;10.43;.1;.66;5414
+71082;43.72358;1.51773;170;20221226;16.8;5.2;11;1.7;10.93;1.7;.6;5714
+71082;43.72358;1.51773;170;20221227;13.7;10;11.8;1;11.86;.2;.52;3248
+71082;43.72358;1.51773;170;20221228;15;4.9;10;2;9.99;.1;.62;6258
+71082;43.72358;1.51773;170;20221229;14.3;7.5;10.9;2.2;10.96;4.7;.7;3586
+71082;43.72358;1.51773;170;20221230;16.6;8.6;12.6;2.9;11.53;.2;.96;4473
+71082;43.72358;1.51773;170;20221231;16.4;9.5;12.9;4.2;11.73;0;1.08;4690
+71083;43.74858;1.82587;181;20220101;17.2;1.6;9.4;1.4;8.79;.1;.65;7450
+71083;43.74858;1.82587;181;20220102;14.7;1.2;7.9;1.4;9.04;.1;.57;5500
+71083;43.74858;1.82587;181;20220103;15.1;3.7;9.4;1.4;9.64;0;.56;6000
+71083;43.74858;1.82587;181;20220104;15.2;4.1;9.6;3.6;9.87;8.3;.96;5674
+71083;43.74858;1.82587;181;20220105;6.4;5.4;5.9;3;7.39;0;.69;5900
+71083;43.74858;1.82587;181;20220106;7;-.4;3.3;2.1;5.43;.1;.66;7033
+71083;43.74858;1.82587;181;20220107;4.5;-3.2;.6;2.1;6.39;2.1;.39;3133
+71083;43.74858;1.82587;181;20220108;9.9;2.6;6.3;5.5;9.83;3.7;.35;2800
+71083;43.74858;1.82587;181;20220109;8.4;7.4;7.9;3.9;9.89;29.4;.58;1066
+71083;43.74858;1.82587;181;20220110;7.8;7;7.4;1.6;9.73;5.8;.46;900
+71083;43.74858;1.82587;181;20220111;6.7;1.6;4.1;1.9;7.26;0;.47;6133
+71083;43.74858;1.82587;181;20220112;2.7;-1.8;.4;1.3;5.93;0;.34;4633
+71083;43.74858;1.82587;181;20220113;.4;-2.7;-1.2;1.2;5.59;.1;.27;2533
+71083;43.74858;1.82587;181;20220114;6.7;-4.3;1.2;1.1;5.43;0;.39;8033
+71083;43.74858;1.82587;181;20220115;9.4;-4.2;2.6;1;5.29;.1;.45;9066
+71083;43.74858;1.82587;181;20220116;8;-4.9;1.5;1.1;5.36;.1;.42;9000
+71083;43.74858;1.82587;181;20220117;-.1;-2;-1.1;1.1;5.66;.1;.28;2566
+71083;43.74858;1.82587;181;20220118;.2;-1.1;-.5;.8;5.99;.1;.3;1900
+71083;43.74858;1.82587;181;20220119;5.7;-.5;2.6;1.5;7.16;.4;.4;3666
+71083;43.74858;1.82587;181;20220120;7;.6;3.8;1.8;7.09;0;.53;4133
+71083;43.74858;1.82587;181;20220121;6.4;-1.2;2.6;2.5;5.43;0;.72;8566
+71083;43.74858;1.82587;181;20220122;7;-4.8;1.1;1.1;5.03;.1;.49;9666
+71083;43.74858;1.82587;181;20220123;11;-4.9;3;1.1;5.39;0;.57;9666
+71083;43.74858;1.82587;181;20220124;13.6;-3;5.3;1.5;6.26;0;.8;9666
+71083;43.74858;1.82587;181;20220125;12.7;-3.7;4.5;.8;6.13;.1;.6;9400
+71083;43.74858;1.82587;181;20220126;11.3;-3.9;3.7;.9;5.93;0;.59;9700
+71083;43.74858;1.82587;181;20220127;5.5;-4.4;.6;1.3;5.83;.1;.48;7700
+71083;43.74858;1.82587;181;20220128;.1;-1.9;-.9;1;5.69;0;.33;1900
+71083;43.74858;1.82587;181;20220129;1.3;-.8;.2;.8;5.96;0;.37;2966
+71083;43.74858;1.82587;181;20220130;2.2;-.6;.8;1.5;6.49;.2;.33;1900
+71083;43.74858;1.82587;181;20220131;8;1.8;4.9;4.5;8.46;1.4;.46;2933
+71083;43.74858;1.82587;181;20220201;7.7;1.6;4.6;4.7;7.56;.2;.78;5833
+71083;43.74858;1.82587;181;20220202;10.2;6.4;8.3;2.8;9.63;.1;.73;2966
+71083;43.74858;1.82587;181;20220203;7.7;-.5;3.6;1.2;8.19;.1;.44;4900
+71083;43.74858;1.82587;181;20220204;10.6;6;8.3;1.5;10.29;.7;.63;3200
+71083;43.74858;1.82587;181;20220205;10.2;6.9;8.6;2.4;8.76;.1;.95;5666
+71083;43.74858;1.82587;181;20220206;9.3;-2.1;3.6;2.4;7.09;.6;.81;7100
+71083;43.74858;1.82587;181;20220207;12;7.7;9.8;4.4;9.63;1.4;1.24;4533
+71083;43.74858;1.82587;181;20220208;15.7;-.8;7.4;1.3;6.96;0;1.16;11600
+71083;43.74858;1.82587;181;20220209;16.7;-.9;7.9;2;7.26;.1;1.41;12033
+71083;43.74858;1.82587;181;20220210;3;-1.4;.8;1.4;8.69;0;1.27;11400
+71083;43.74858;1.82587;181;20220211;13.6;6.7;10.2;2.2;8.99;.2;1.2;6600
+71083;43.74858;1.82587;181;20220212;14.3;-.5;6.9;2.8;6.84;0;1.47;10450
+71083;43.74858;1.82587;181;20220213;16.8;3.8;10.3;4.3;9.14;5.3;1.94;11650
+71083;43.74858;1.82587;181;20220214;11.8;6.2;9;4.9;9.54;6.5;1.24;6600
+71083;43.74858;1.82587;181;20220215;10.9;5.8;8.4;5.1;9.04;3.5;1.27;7350
+71083;43.74858;1.82587;181;20220216;13.3;7.4;10.4;4.7;11.09;3.2;1.06;4133
+71083;43.74858;1.82587;181;20220217;14.3;11.3;12.8;3.4;12.79;0;1.06;3400
+71083;43.74858;1.82587;181;20220218;18.1;9.7;13.9;2;11.69;.4;1.62;10800
+71083;43.74858;1.82587;181;20220219;11.5;7.9;9.7;2.9;8.26;.1;1.56;9533
+71083;43.74858;1.82587;181;20220220;11.4;-.3;5.6;2.5;8.83;.2;.87;5933
+71083;43.74858;1.82587;181;20220221;12.8;8.7;10.7;6.5;9.43;1.6;2;7866
+71083;43.74858;1.82587;181;20220222;14.1;7.1;10.6;3.3;9.06;0;1.76;10700
+71083;43.74858;1.82587;181;20220223;16.4;3.2;9.8;1;8.76;0;1.41;13966
+71083;43.74858;1.82587;181;20220224;15.3;4.5;9.9;3.4;9.59;.3;1.66;10000
+71083;43.74858;1.82587;181;20220225;11.8;6.3;9.1;2.9;6.99;0;1.89;12533
+71083;43.74858;1.82587;181;20220226;15;-2.1;6.5;2.5;5.23;.1;2.13;16100
+71083;43.74858;1.82587;181;20220227;16.1;-1;7.5;1.4;7.06;0;1.56;11866
+71083;43.74858;1.82587;181;20220228;17;1.6;9.3;1.1;7.96;0;1.65;14633
+71083;43.74858;1.82587;181;20220301;16.4;.5;8.4;2;7.79;0;1.79;15100
+71083;43.74858;1.82587;181;20220302;13.3;.3;6.8;1;9.29;4.8;.95;7600
+71083;43.74858;1.82587;181;20220303;17.7;7.7;12.7;1.5;10.43;0;1.79;13900
+71083;43.74858;1.82587;181;20220304;10.1;6.5;8.3;3.9;10.26;5.9;.73;2033
+71083;43.74858;1.82587;181;20220305;9;6.6;7.8;3.7;9.26;2.5;.96;3766
+71083;43.74858;1.82587;181;20220306;11.5;5.7;8.6;2.2;7.89;0;1.48;8733
+71083;43.74858;1.82587;181;20220307;13;-1.2;5.9;1.9;6.93;0;1.55;13000
+71083;43.74858;1.82587;181;20220308;14.7;1.7;8.2;3;8.63;2.6;1.87;14100
+71083;43.74858;1.82587;181;20220309;15.5;4.5;10;3.4;9.66;0;1.96;15266
+71083;43.74858;1.82587;181;20220310;16.5;6.5;11.5;3.5;9.93;0;2.03;10866
+71083;43.74858;1.82587;181;20220311;13.7;9.1;11.4;6.2;10.09;5.9;2.05;7300
+71083;43.74858;1.82587;181;20220312;10.2;8.7;9.4;3.7;10.39;9.9;1;4266
+71083;43.74858;1.82587;181;20220313;12.1;7;9.5;4.6;9.16;7.4;1.47;3766
+71083;43.74858;1.82587;181;20220314;14.1;2.6;8.4;7.4;9.83;0;1.39;6533
+71083;43.74858;1.82587;181;20220315;14.5;12.6;13.5;9.3;11.69;0;2.46;7900
+71083;43.74858;1.82587;181;20220316;15.7;11.1;13.4;4.4;11.73;0;1.8;7076
+71083;43.74858;1.82587;181;20220317;14.8;10.8;12.8;1.9;12.49;1.3;1.21;5533
+71083;43.74858;1.82587;181;20220318;12.8;8.3;10.5;1.6;10.24;.3;1.22;6300
+71083;43.74858;1.82587;181;20220319;16.4;6.9;11.7;4.8;8.54;0;2.9;15300
+71083;43.74858;1.82587;181;20220320;16.2;5.6;10.9;6.2;9.59;0;2.53;11750
+71083;43.74858;1.82587;181;20220321;15.7;10.7;13.2;8.3;8.64;0;3.86;17300
+71083;43.74858;1.82587;181;20220322;15.5;7.4;11.4;7.8;6.84;0;4.09;18150
+71083;43.74858;1.82587;181;20220323;16;3.4;9.7;6;6.64;0;3.68;20000
+71083;43.74858;1.82587;181;20220324;18.5;2.7;10.6;4.3;6.89;0;3.54;19900
+71083;43.74858;1.82587;181;20220325;19.6;5.8;12.7;3.7;6.04;0;3.81;16350
+71083;43.74858;1.82587;181;20220326;19.3;4.2;11.7;4.4;5.99;0;4.08;20000
+71083;43.74858;1.82587;181;20220327;21.5;5.2;13.4;3.5;6.59;0;4.07;18750
+71083;43.74858;1.82587;181;20220328;21.5;6.7;14.1;3.6;6.74;0;4.04;16400
+71083;43.74858;1.82587;181;20220329;19.4;6.4;12.9;2.8;9.44;1.9;2.58;12600
+71083;43.74858;1.82587;181;20220330;12.2;9.8;11;2.8;11.29;2.6;1.06;3650
+71083;43.74858;1.82587;181;20220331;15.3;8.7;12;5.8;9.29;4;2.79;13100
+71083;43.74858;1.82587;181;20220401;8.3;2;5.1;7.8;5.66;1;2.36;13549
+71083;43.74858;1.82587;181;20220402;8.7;1.3;5;6;5.26;.1;2.31;11490
+71083;43.74858;1.82587;181;20220403;7.9;-1.9;3;2.8;5.1;0;1.84;15703
+71083;43.74858;1.82587;181;20220404;11.2;-3.1;4;1.4;5.3;0;2.09;19377
+71083;43.74858;1.82587;181;20220405;15.2;-1.4;6.9;2.8;6.27;0;2.83;20958
+71083;43.74858;1.82587;181;20220406;11.9;3.9;7.9;3.4;9.69;.2;1.12;5200
+71083;43.74858;1.82587;181;20220407;20.1;8.2;14.2;5.7;11.19;1.3;3.38;14650
+71083;43.74858;1.82587;181;20220408;20.6;11.3;15.9;4.9;11.49;0;3.64;15450
+71083;43.74858;1.82587;181;20220409;14.7;7;10.9;4.1;7.74;.1;3.06;16150
+71083;43.74858;1.82587;181;20220410;20.5;0;10.2;3.6;6.74;0;3.97;23650
+71083;43.74858;1.82587;181;20220411;18.2;9.6;13.9;8.4;10.04;0;4;19150
+71083;43.74858;1.82587;181;20220412;17.9;11.8;14.8;7.4;10.44;0;3.64;14300
+71083;43.74858;1.82587;181;20220413;14.9;10.6;12.7;2.4;11.64;.8;1.3;4650
+71083;43.74858;1.82587;181;20220414;23.6;5.1;14.4;1.6;11.49;.2;3.38;21500
+71083;43.74858;1.82587;181;20220415;23.9;8.5;16.2;2.5;13.24;0;3.38;18850
+71083;43.74858;1.82587;181;20220416;23.8;10.5;17.1;3.5;12.59;0;3.89;19300
+71083;43.74858;1.82587;181;20220417;23.3;6.8;15;3.5;10.79;0;4.33;24700
+71083;43.74858;1.82587;181;20220418;18.6;10.9;14.8;3.5;11.09;0;3.09;15000
+71083;43.74858;1.82587;181;20220419;15.3;6.8;11;3;11.39;14.8;1.44;6600
+71083;43.74858;1.82587;181;20220420;11.7;8.8;10.3;2.6;11.19;8.6;1.05;4500
+71083;43.74858;1.82587;181;20220421;12.7;9.1;10.9;2.9;12.19;.9;.94;3950
+71083;43.74858;1.82587;181;20220422;19.2;10.8;15;2.1;12.54;.1;2.64;15050
+71083;43.74858;1.82587;181;20220423;15.4;10.4;12.9;3.8;10.94;19.1;1.81;4250
+71083;43.74858;1.82587;181;20220424;17.2;8.6;12.9;5.7;11.84;1.8;2.42;11700
+71083;43.74858;1.82587;181;20220425;18.7;6.9;12.8;1.6;10.44;0;3.21;22150
+71083;43.74858;1.82587;181;20220426;23.1;5.6;14.3;1.8;9.49;0;4.2;26050
+71083;43.74858;1.82587;181;20220427;21.6;8.6;15.1;3;11.79;0;3.48;18566
+71083;43.74858;1.82587;181;20220428;20.2;12.4;16.3;2.5;14.29;0;2.38;11200
+71083;43.74858;1.82587;181;20220429;22.7;13.5;18.1;3.1;14.34;0;3.52;17200
+71083;43.74858;1.82587;181;20220430;22.5;12.8;17.6;3.7;12.94;0;4.15;20750
+71083;43.74858;1.82587;181;20220501;21.2;8.4;14.8;2.8;11.34;0;3.7;20700
+71083;43.74858;1.82587;181;20220502;20.4;10.3;15.3;2.6;12.39;0;3.09;16350
+71083;43.74858;1.82587;181;20220503;21.4;11.6;16.5;2.1;12.84;2;3.33;18000
+71083;43.74858;1.82587;181;20220504;20.7;11.5;16.1;2.3;13.24;1.4;2.91;14800
+71083;43.74858;1.82587;181;20220505;20.9;9.2;15.1;3.8;11.14;0;3.8;18200
+71083;43.74858;1.82587;181;20220506;20.6;9;14.8;3.4;10.89;0;3.19;12600
+71083;43.74858;1.82587;181;20220507;23.2;9.6;16.4;3.5;11.83;0;3.87;17700
+71083;43.74858;1.82587;181;20220508;24.2;9.5;16.8;2.2;12.43;.1;3.43;16133
+71083;43.74858;1.82587;181;20220509;26.6;9.2;17.9;1.4;12.13;0;3.77;19000
+71083;43.74858;1.82587;181;20220510;28.3;9.6;18.9;1.5;12.53;0;3.93;18266
+71083;43.74858;1.82587;181;20220511;29.8;10.2;20;2.4;13.19;0;4.64;19033
+71083;43.74858;1.82587;181;20220512;26.8;15;20.9;1.9;15.06;0;3.45;13900
+71083;43.74858;1.82587;181;20220513;26.5;15.4;20.9;1.2;15.16;0;3.14;14266
+71083;43.74858;1.82587;181;20220514;30.2;12.4;21.3;1.5;15.59;0;3.97;17733
+71083;43.74858;1.82587;181;20220515;28.7;15.6;22.1;3.6;14.49;0;5.05;18100
+71083;43.74858;1.82587;181;20220516;29;13.7;21.4;1.5;15.03;0;3.99;18400
+71083;43.74858;1.82587;181;20220517;32.4;14.2;23.3;1.9;15.79;0;4.71;19200
+71083;43.74858;1.82587;181;20220518;33.2;16.3;24.8;2.1;16.26;0;4.98;18366
+71083;43.74858;1.82587;181;20220519;29.6;17.1;23.4;4.4;16.53;0;5.32;18700
+71083;43.74858;1.82587;181;20220520;31.6;16.4;24;3.7;15.89;0;5.32;17000
+71083;43.74858;1.82587;181;20220521;34.1;15.3;24.7;1.6;17.93;.1;4.37;18436
+71083;43.74858;1.82587;181;20220522;31.8;17;24.4;2.4;19.16;2.2;3.96;12900
+71083;43.74858;1.82587;181;20220523;22.1;17.6;19.8;3.8;16.09;0;2.81;7100
+71083;43.74858;1.82587;181;20220524;18.6;13.7;16.1;3.3;12.76;.8;2.4;7600
+71083;43.74858;1.82587;181;20220525;21.3;11.5;16.4;4.1;11.63;0;3.76;15466
+71083;43.74858;1.82587;181;20220526;19.4;10.8;15.1;3.2;12.56;0;2.53;10033
+71083;43.74858;1.82587;181;20220527;26;12.8;19.4;2.9;13.99;0;4.14;17233
+71083;43.74858;1.82587;181;20220528;27;11.9;19.4;2.7;12.96;0;4.61;19700
+71083;43.74858;1.82587;181;20220529;25.5;9.2;17.3;2.2;9.36;0;4.61;21133
+71083;43.74858;1.82587;181;20220530;26.1;8.5;17.3;1.6;10.83;.9;3.86;18200
+71083;43.74858;1.82587;181;20220531;27.1;15.1;21.1;1.8;14.03;0;4.19;18366
+71083;43.74858;1.82587;181;20220601;32.9;14.4;23.6;2.2;15.19;.8;5.17;19833
+71083;43.74858;1.82587;181;20220602;29.7;17.6;23.6;2.9;17.39;.1;4.38;16666
+71083;43.74858;1.82587;181;20220603;32.1;18.2;25.2;3.5;17.53;1.5;5.65;18933
+71083;43.74858;1.82587;181;20220604;29.5;16.6;23.1;2.2;20.33;7.3;3.41;12900
+71083;43.74858;1.82587;181;20220605;25.2;17.1;21.2;2.9;17.86;.1;3.29;12333
+71083;43.74858;1.82587;181;20220606;29.4;13.7;21.5;1.4;16.29;.8;3.86;17333
+71083;43.74858;1.82587;181;20220607;24.3;17.3;20.8;2.4;16.59;0;3.1;11100
+71083;43.74858;1.82587;181;20220608;20.7;15.1;17.9;2.2;16.33;3.8;1.89;6166
+71083;43.74858;1.82587;181;20220609;22.6;13.2;17.9;3.3;14.09;0;3.41;13566
+71083;43.74858;1.82587;181;20220610;29;11.2;20.1;1.6;13.86;0;4.48;21000
+71083;43.74858;1.82587;181;20220611;34;14.1;24.1;1.5;14.26;0;6.29;30100
+71083;43.74858;1.82587;181;20220612;31.4;16.4;23.9;1.7;17.89;1.7;5.07;22966
+71083;43.74858;1.82587;181;20220613;32.3;18.9;25.6;2.4;19.96;0;6.26;28133
+71083;43.74858;1.82587;181;20220614;36.7;18.3;27.5;2.2;18.43;.1;6.66;26000
+71083;43.74858;1.82587;181;20220615;36.1;19.2;27.6;1.6;17.46;0;6.48;27966
+71083;43.74858;1.82587;181;20220616;37.4;19.5;28.5;1.5;19.03;0;6.5;27433
+71083;43.74858;1.82587;181;20220617;39.1;19.2;29.1;1.5;18.26;0;6.75;28300
+71083;43.74858;1.82587;181;20220618;36.6;19.4;28;3.9;16.09;0;8.45;28733
+71083;43.74858;1.82587;181;20220619;34.4;22.5;28.4;5.2;17.13;0;8.83;28466
+71083;43.74858;1.82587;181;20220620;31;18.5;24.7;2.7;19.23;0;5.24;20700
+71083;43.74858;1.82587;181;20220621;29.5;20.3;24.9;2.3;21.33;1;3.89;14733
+71083;43.74858;1.82587;181;20220622;30;18.4;24.2;2.5;19.03;0;5.2;22400
+71083;43.74858;1.82587;181;20220623;28.2;17.1;22.6;2.1;17.93;15.1;4.93;23100
+71083;43.74858;1.82587;181;20220624;26.1;15.1;20.6;2.2;16.69;1.7;4.47;21966
+71083;43.74858;1.82587;181;20220625;29.1;15.4;22.2;3.2;16.73;7.7;5.19;21533
+71083;43.74858;1.82587;181;20220626;19.6;15.9;17.7;3;17.19;4.5;1.69;5866
+71083;43.74858;1.82587;181;20220627;18.8;15.2;17;2.8;16.43;6.2;2.23;10700
+71083;43.74858;1.82587;181;20220628;26.5;14.6;20.6;2.5;14.59;0;5.45;27300
+71083;43.74858;1.82587;181;20220629;29.8;12.1;21;1.7;14.86;2.7;5.32;26666
+71083;43.74858;1.82587;181;20220630;18.4;15.9;17.1;2.9;15.89;1.1;1.95;7266
+71083;43.74858;1.82587;181;20220701;24.4;13.1;18.7;1.8;13.46;.1;5.08;28666
+71083;43.74858;1.82587;181;20220702;32.6;10.7;21.6;1.5;13.33;0;5.97;29666
+71083;43.74858;1.82587;181;20220703;31.2;15.9;23.5;2.3;17.29;.3;5.7;25466
+71083;43.74858;1.82587;181;20220704;27.9;16.9;22.4;3.1;18.43;.2;5.1;23500
+71083;43.74858;1.82587;181;20220705;30.4;18.6;24.5;2.9;17.09;0;6.51;29033
+71083;43.74858;1.82587;181;20220706;29.9;15.3;22.6;2.5;14.33;0;6.05;26966
+71083;43.74858;1.82587;181;20220707;29.7;16;22.8;4;14.99;0;6.3;24900
+71083;43.74858;1.82587;181;20220708;30.3;15.7;23;2.6;14.93;0;6.44;30100
+71083;43.74858;1.82587;181;20220709;32.8;13.9;23.3;1.7;14.06;0;6.29;30166
+71083;43.74858;1.82587;181;20220710;34.5;15.1;24.8;1.8;14.36;0;6.59;30133
+71083;43.74858;1.82587;181;20220711;36.4;16.8;26.6;1.7;15.06;0;6.74;29566
+71083;43.74858;1.82587;181;20220712;36.3;17.9;27.1;2;15.79;0;6.99;29466
+71083;43.74858;1.82587;181;20220713;36.6;16;26.3;1.7;14.13;0;6.66;29133
+71083;43.74858;1.82587;181;20220714;37.6;17.8;27.7;1.7;16.53;0;6.79;29100
+71083;43.74858;1.82587;181;20220715;36.5;17.9;27.2;2;15.93;0;6.78;28066
+71083;43.74858;1.82587;181;20220716;38;17;27.5;1.6;14.93;0;6.74;28733
+71083;43.74858;1.82587;181;20220717;39;17.7;28.4;1.7;14.66;0;6.94;28700
+71083;43.74858;1.82587;181;20220718;38.3;19.3;28.8;3.6;14.93;0;8.6;28533
+71083;43.74858;1.82587;181;20220719;36.6;21.8;29.2;3.1;16.23;0;7.3;25300
+71083;43.74858;1.82587;181;20220720;30.5;21.8;26.1;3.2;17.43;0;5.89;21466
+71083;43.74858;1.82587;181;20220721;34.6;17;25.8;1.6;16.36;0;6.13;28133
+71083;43.74858;1.82587;181;20220722;31.2;18.3;24.8;3;17.59;.5;5.84;23366
+71083;43.74858;1.82587;181;20220723;30.2;18.6;24.4;2.9;16.33;0;5.93;24666
+71083;43.74858;1.82587;181;20220724;37.8;14.5;26.1;1.2;16.49;0;6.08;28200
+71083;43.74858;1.82587;181;20220725;28.4;20.6;24.5;4.2;18.59;0;4.62;13466
+71083;43.74858;1.82587;181;20220726;28;17.5;22.7;3.7;14.93;0;6.33;28400
+71083;43.74858;1.82587;181;20220727;29.7;14.3;22;2.5;12.89;0;6.07;28500
+71083;43.74858;1.82587;181;20220728;30.2;14.5;22.4;2.2;14.59;1.3;5.23;23233
+71083;43.74858;1.82587;181;20220729;28.3;17.9;23.1;2.3;17.39;.5;4.35;18133
+71083;43.74858;1.82587;181;20220730;30.9;18.7;24.8;2.5;17.39;0;5.78;25100
+71083;43.74858;1.82587;181;20220731;34.1;16.5;25.3;2;16.33;0;6.21;27733
+71083;43.74858;1.82587;181;20220801;35.2;18.4;26.8;2.4;16.49;0;6.71;27633
+71083;43.74858;1.82587;181;20220802;37;16.9;26.9;1.4;14.83;0;6.14;27900
+71083;43.74858;1.82587;181;20220803;38.3;16.6;27.4;2;14.73;0;6.62;26766
+71083;43.74858;1.82587;181;20220804;37;19.5;28.3;2;18.99;0;6.21;24966
+71083;43.74858;1.82587;181;20220805;32.5;21.2;26.8;3.4;19.39;.3;6.23;23266
+71083;43.74858;1.82587;181;20220806;34;19.8;26.9;2.9;17.96;0;6.5;25533
+71083;43.74858;1.82587;181;20220807;34.6;18.3;26.4;2.1;14.33;0;6.38;26766
+71083;43.74858;1.82587;181;20220808;35.7;17.5;26.6;1.9;11.49;0;6.35;27366
+71083;43.74858;1.82587;181;20220809;36.4;15.6;26;1.9;12.33;0;6.29;26133
+71083;43.74858;1.82587;181;20220810;37.9;16.5;27.2;1.8;13.39;0;6.17;25166
+71083;43.74858;1.82587;181;20220811;38.2;20;29.1;2.6;18.73;0;6.55;24066
+71083;43.74858;1.82587;181;20220812;39.6;20.5;30.1;2.1;19.83;0;6.52;24366
+71083;43.74858;1.82587;181;20220813;36.6;21.6;29.1;2.8;20.03;.1;6;20066
+71083;43.74858;1.82587;181;20220814;29.8;21.8;25.8;3.7;19.83;0;5.18;18800
+71083;43.74858;1.82587;181;20220815;29.7;19.1;24.4;2.1;16.06;0;4.77;19733
+71083;43.74858;1.82587;181;20220816;34.3;16;25.2;2.7;16.26;6.7;5.27;17600
+71083;43.74858;1.82587;181;20220817;26;17;21.5;3.1;17.56;0;3.4;12166
+71083;43.74858;1.82587;181;20220818;26.4;17.4;21.9;4;16.66;.6;4.22;15033
+71083;43.74858;1.82587;181;20220819;26.4;17.7;22;3.3;16.56;.6;3.91;13633
+71083;43.74858;1.82587;181;20220820;30.9;14.6;22.7;1.7;16.26;0;4.87;24500
+71083;43.74858;1.82587;181;20220821;29;17.3;23.2;2.2;16.93;0;4.26;17900
+71083;43.74858;1.82587;181;20220822;26.8;19.5;23.2;3.5;18.36;.6;3.77;12733
+71083;43.74858;1.82587;181;20220823;31.7;19.4;25.6;2.1;18.49;0;4.99;22033
+71083;43.74858;1.82587;181;20220824;36.6;16.6;26.6;1.5;16.29;.3;5.33;23433
+71083;43.74858;1.82587;181;20220825;31.2;20.7;26;2.8;19.39;.2;4.61;16766
+71083;43.74858;1.82587;181;20220826;30.8;19.7;25.2;3.1;18.96;0;5.01;19633
+71083;43.74858;1.82587;181;20220827;31.9;17.5;24.7;2;16.66;0;5.07;23733
+71083;43.74858;1.82587;181;20220828;34.4;15.4;24.9;1.4;14.03;0;5;23666
+71083;43.74858;1.82587;181;20220829;35;17.2;26.1;2.4;16.26;4.1;4.99;16700
+71083;43.74858;1.82587;181;20220830;32.7;17;24.9;1.6;18.79;0;4.63;21833
+71083;43.74858;1.82587;181;20220831;30.1;17.3;23.7;2.1;18.09;0;3.8;14800
+71083;43.74858;1.82587;181;20220901;29.8;18.8;24.3;2.2;18.66;1.9;4.03;16733
+71083;43.74858;1.82587;181;20220902;29.7;17.2;23.5;1.9;17.96;9.7;4.02;18033
+71083;43.74858;1.82587;181;20220903;28.2;17.5;22.8;1.7;19.13;.1;3.65;17800
+71083;43.74858;1.82587;181;20220904;32.4;17.6;25;3.6;19.73;0;5.32;21000
+71083;43.74858;1.82587;181;20220905;33.2;16.5;24.8;1.8;20.29;.2;3.91;16000
+71083;43.74858;1.82587;181;20220906;33.3;19.5;26.4;2.2;19.66;.2;4.77;19466
+71083;43.74858;1.82587;181;20220907;28.7;17.5;23.1;1.9;16.56;.2;3.56;14366
+71083;43.74858;1.82587;181;20220908;27.4;14;20.7;1.4;15.09;1.5;3.4;17433
+71083;43.74858;1.82587;181;20220909;23.5;16.4;20;1.7;16.43;1.5;2.43;10000
+71083;43.74858;1.82587;181;20220910;27.9;11.4;19.7;1.3;13.46;.1;3.62;20633
+71083;43.74858;1.82587;181;20220911;33.5;12.6;23.1;1.8;13.93;0;4.59;21000
+71083;43.74858;1.82587;181;20220912;34.2;17.6;25.9;3.9;18.19;0;5.29;17666
+71083;43.74858;1.82587;181;20220913;31.3;21.7;26.5;3.4;21.83;.3;3.53;8600
+71083;43.74858;1.82587;181;20220914;31.3;19.4;25.3;2.8;19.39;10.2;4.2;15133
+71083;43.74858;1.82587;181;20220915;30.1;17.6;23.9;2.3;17.73;.3;4.25;19033
+71083;43.74858;1.82587;181;20220916;26.5;18.8;22.7;4;15.63;0;4.38;15233
+71083;43.74858;1.82587;181;20220917;22.7;12.2;17.4;2.4;9.59;0;3.78;20500
+71083;43.74858;1.82587;181;20220918;26.5;6.2;16.4;1.4;7.69;0;3.43;20066
+71083;43.74858;1.82587;181;20220919;27.5;6.7;17.1;2;8.19;0;3.92;19833
+71083;43.74858;1.82587;181;20220920;26.5;7.2;16.9;1.7;8.66;0;3.62;20000
+71083;43.74858;1.82587;181;20220921;25.4;7;16.2;1.5;9.19;0;3.23;19633
+71083;43.74858;1.82587;181;20220922;26.7;7.7;17.2;1.3;10.46;0;3.19;19000
+71083;43.74858;1.82587;181;20220923;26.8;10.1;18.5;2.3;14.16;29.5;3;13200
+71083;43.74858;1.82587;181;20220924;20.3;14.8;17.6;2.4;15.49;1.1;2.15;10400
+71083;43.74858;1.82587;181;20220925;19.2;11.9;15.6;2.5;12.73;.1;2.39;13433
+71083;43.74858;1.82587;181;20220926;20.2;7.2;13.7;2.9;11.43;2;2.48;13366
+71083;43.74858;1.82587;181;20220927;18.2;13;15.6;4.7;13.83;2.3;2.13;8700
+71083;43.74858;1.82587;181;20220928;19.2;14.3;16.7;5.6;15.66;13.4;2.02;8300
+71083;43.74858;1.82587;181;20220929;16.9;12.6;14.7;3.7;14.06;11.8;1.66;7966
+71083;43.74858;1.82587;181;20220930;18.8;10.7;14.7;3.1;11.73;.3;2.42;12800
+71083;43.74858;1.82587;181;20221001;23.3;7.6;15.4;2.2;12.66;0;2.37;11566
+71083;43.74858;1.82587;181;20221002;24.3;11.2;17.7;1.2;14.69;.1;2.35;15333
+71083;43.74858;1.82587;181;20221003;24.4;11.4;17.9;1.2;14.06;0;2.38;15300
+71083;43.74858;1.82587;181;20221004;25.1;9.2;17.2;1.2;13.03;.1;2.52;17033
+71083;43.74858;1.82587;181;20221005;25.5;9.8;17.7;2.4;14.19;.1;2.91;16700
+71083;43.74858;1.82587;181;20221006;21.8;13.6;17.7;1.4;15.93;.1;1.52;6900
+71083;43.74858;1.82587;181;20221007;23.9;11.2;17.6;1.5;14.79;.1;2.15;13066
+71083;43.74858;1.82587;181;20221008;22.8;14.7;18.8;1.6;16.29;.9;1.88;9433
+71083;43.74858;1.82587;181;20221009;25.2;10.7;17.9;2.2;14.33;.1;2.63;15166
+71083;43.74858;1.82587;181;20221010;25.8;11.1;18.5;2.4;14.86;0;2.62;13566
+71083;43.74858;1.82587;181;20221011;22.9;12.7;17.8;1.2;15.03;0;1.77;10200
+71083;43.74858;1.82587;181;20221012;24.4;13.1;18.8;1.5;14.93;.8;2.16;12433
+71083;43.74858;1.82587;181;20221013;22.1;11.3;16.7;1.7;14.39;.9;1.8;9633
+71083;43.74858;1.82587;181;20221014;21.3;16.5;18.9;2.8;17.06;.7;1.73;5466
+71083;43.74858;1.82587;181;20221015;27.3;10.7;19;1.9;14.76;.1;2.59;14666
+71083;43.74858;1.82587;181;20221016;26.5;13.5;20;4.4;16.93;0;3.09;13066
+71083;43.74858;1.82587;181;20221017;25.6;19.7;22.7;4.8;18.09;0;3.19;8200
+71083;43.74858;1.82587;181;20221018;27.1;14.3;20.7;3.3;17.49;.1;2.87;13433
+71083;43.74858;1.82587;181;20221019;25.9;15.1;20.5;3.8;17.89;7.6;2.4;7700
+71083;43.74858;1.82587;181;20221020;22.8;17;19.9;3;18.69;.6;1.47;2700
+71083;43.74858;1.82587;181;20221021;24.9;14.7;19.8;1.9;16.09;.2;1.91;8066
+71083;43.74858;1.82587;181;20221022;26.2;12.2;19.2;2.5;14.96;0;2.52;12466
+71083;43.74858;1.82587;181;20221023;28.2;17;22.6;4.3;14.49;0;3.9;7162
+71083;43.74858;1.82587;181;20221024;24.8;13.9;19.3;1.6;14.49;0;2;11344
+71083;43.74858;1.82587;181;20221025;25.7;11;18.4;2.4;13.73;0;2.3;9301
+71083;43.74858;1.82587;181;20221026;24.1;11.2;17.6;1.8;15.43;.2;1.57;7513
+71083;43.74858;1.82587;181;20221027;25.7;12.7;19.2;3.5;16.46;0;2.14;7566
+71083;43.74858;1.82587;181;20221028;25.4;17.4;21.4;4.6;16.69;.1;2.88;7766
+71083;43.74858;1.82587;181;20221029;27.1;13.7;20.4;4.1;13.43;0;3.1;10000
+71083;43.74858;1.82587;181;20221030;24.8;11.8;18.3;2.8;14.19;0;2.19;10066
+71083;43.74858;1.82587;181;20221031;25.9;12.2;19.1;2.9;15.39;4.5;2.32;9433
+71083;43.74858;1.82587;181;20221101;20.6;14.1;17.3;2;14.36;0;1.56;8900
+71083;43.74858;1.82587;181;20221102;20.7;10.6;15.6;1.3;12.13;0;1.39;10433
+71083;43.74858;1.82587;181;20221103;19.8;9.4;14.6;2.9;12.46;4.7;1.62;4033
+71083;43.74858;1.82587;181;20221104;13.6;10.4;12;5.1;10.99;5.2;1.5;5333
+71083;43.74858;1.82587;181;20221105;15.3;4.4;9.9;1.7;9.09;.1;1.14;10666
+71083;43.74858;1.82587;181;20221106;19.5;1.9;10.7;1.6;8.56;0;1.37;10833
+71083;43.74858;1.82587;181;20221107;21.3;4.5;12.9;2.4;10.16;0;1.7;10233
+71083;43.74858;1.82587;181;20221108;21.9;9.3;15.6;2.7;13.59;0;1.53;8233
+71083;43.74858;1.82587;181;20221109;18.4;11.1;14.7;1.9;13.76;1.5;1.04;4000
+71083;43.74858;1.82587;181;20221110;16.2;8.8;12.5;.9;11.99;.1;.78;6200
+71083;43.74858;1.82587;181;20221111;21.6;5.9;13.8;3.4;12.19;0;1.71;9633
+71083;43.74858;1.82587;181;20221112;23.3;10.4;16.8;3.5;12.93;.1;2.05;9433
+71083;43.74858;1.82587;181;20221113;21.1;5.5;13.3;1.9;10.16;0;1.42;9133
+71083;43.74858;1.82587;181;20221114;18.5;9.5;14;2.1;13.03;1;1.06;4200
+71083;43.74858;1.82587;181;20221115;18.7;10.2;14.4;2.2;13.53;5.6;1.03;4766
+71083;43.74858;1.82587;181;20221116;18.6;10.3;14.5;1.6;12.33;0;1.01;9166
+71083;43.74858;1.82587;181;20221117;17.9;10.3;14.1;2.6;12.73;7.2;1.16;5166
+71083;43.74858;1.82587;181;20221118;13.5;9.4;11.5;3.5;11.23;6.3;1.01;4966
+71083;43.74858;1.82587;181;20221119;10.9;7.8;9.3;3.6;9.99;2.9;.83;4066
+71083;43.74858;1.82587;181;20221120;11.3;4.7;8;2.1;9.59;2.1;.62;5233
+71083;43.74858;1.82587;181;20221121;12.4;7.7;10;3.5;10.83;17.7;.82;1666
+71083;43.74858;1.82587;181;20221122;9.6;6.1;7.8;4.9;9.33;12.6;.79;3433
+71083;43.74858;1.82587;181;20221123;16.2;7.6;11.9;2.3;10.99;7.7;1.01;4800
+71083;43.74858;1.82587;181;20221124;14.7;4.1;9.4;1.5;9.83;.5;.7;5533
+71083;43.74858;1.82587;181;20221125;11;5.6;8.3;2.2;10.29;7;.52;2366
+71083;43.74858;1.82587;181;20221126;11.1;4.9;8;1.1;9.23;0;.5;4900
+71083;43.74858;1.82587;181;20221127;13.2;.8;7;2;8.29;.4;.69;5933
+71083;43.74858;1.82587;181;20221128;12.1;7.2;9.7;3.3;10.56;5.7;.78;3733
+71083;43.74858;1.82587;181;20221129;11.1;7.2;9.1;2.6;9.73;1.5;.73;4533
+71083;43.74858;1.82587;181;20221130;5.9;1.6;3.7;1.1;7.99;0;.33;2600
+71083;43.74858;1.82587;181;20221201;5;3;4;1.5;7.73;0;.41;1833
+71083;43.74858;1.82587;181;20221202;6.9;4.5;5.7;1;7.99;0;.48;2200
+71083;43.74858;1.82587;181;20221203;7.8;3.1;5.4;.9;7.86;.6;.45;2966
+71083;43.74858;1.82587;181;20221204;8.9;3.6;6.2;1.2;7.63;0;.46;5200
+71083;43.74858;1.82587;181;20221205;11.4;-2.2;4.6;1.5;6.36;.2;.56;7966
+71083;43.74858;1.82587;181;20221206;11.6;.5;6.1;1.1;6.93;0;.58;5200
+71083;43.74858;1.82587;181;20221207;13.4;4.8;9.1;.8;8.19;0;.45;6700
+71083;43.74858;1.82587;181;20221208;8.9;.9;4.9;2.1;7.99;.7;.5;2866
+71083;43.74858;1.82587;181;20221209;10.8;6.4;8.6;1.5;10.33;0;.5;2233
+71083;43.74858;1.82587;181;20221210;2.6;1.8;2.2;4.2;6.63;0;.44;2466
+71083;43.74858;1.82587;181;20221211;6.9;-5.5;.7;1.1;4.56;.1;.39;6766
+71083;43.74858;1.82587;181;20221212;5.3;-3.9;.7;1.8;5.89;7.5;.41;2900
+71083;43.74858;1.82587;181;20221213;12;3.9;7.9;2.5;10.03;3;.49;2533
+71083;43.74858;1.82587;181;20221214;15;7.6;11.3;2.2;11.26;.4;.77;4566
+71083;43.74858;1.82587;181;20221215;12;5;8.5;2.2;10.96;3.4;.47;1866
+71083;43.74858;1.82587;181;20221216;12;8;10;1.8;11.09;.4;.52;2800
+71083;43.74858;1.82587;181;20221217;7.4;3.4;5.4;1.3;7.69;0;.44;2733
+71083;43.74858;1.82587;181;20221218;13.4;-1.4;6;2.5;7.83;.1;.66;7233
+71083;43.74858;1.82587;181;20221219;17.2;7.4;12.3;5.3;11.06;0;1.41;6166
+71083;43.74858;1.82587;181;20221220;15.3;10.5;12.9;3.6;11.86;.4;1.11;2366
+71083;43.74858;1.82587;181;20221221;16.4;9.5;13;1.4;11.93;.1;.6;6166
+71083;43.74858;1.82587;181;20221222;16.9;6.3;11.6;1.5;11.63;1;.63;5166
+71083;43.74858;1.82587;181;20221223;18.8;9.8;14.3;1.3;12.73;.2;.65;6200
+71083;43.74858;1.82587;181;20221224;18.8;5.9;12.4;1.5;10.49;.1;.77;6533
+71083;43.74858;1.82587;181;20221225;15.7;4.2;10;1.9;9.99;.2;.67;5633
+71083;43.74858;1.82587;181;20221226;16.2;3.4;9.8;1;10.36;1.1;.48;5933
+71083;43.74858;1.82587;181;20221227;13.7;9;11.3;1;11.46;.2;.51;3800
+71083;43.74858;1.82587;181;20221228;16.8;3.7;10.3;1.7;9.39;.1;.63;7133
+71083;43.74858;1.82587;181;20221229;14.1;5.1;9.6;1.7;10.63;3.7;.61;3700
+71083;43.74858;1.82587;181;20221230;16.9;7.6;12.2;2.2;11.29;.2;.87;4366
+71083;43.74858;1.82587;181;20221231;17.3;6.4;11.9;3.5;11.23;.1;1.02;5666
+71084;43.77267;2.13424;235;20220101;16.5;3.3;9.9;2.7;8.64;.1;.99;6127
+71084;43.77267;2.13424;235;20220102;13.4;2.3;7.9;2.9;9.2;.1;.59;5118
+71084;43.77267;2.13424;235;20220103;14.4;5.2;9.8;2.2;10.04;0;.69;4718
+71084;43.77267;2.13424;235;20220104;15.7;5.8;10.8;4.5;9.85;8.5;1.07;5015
+71084;43.77267;2.13424;235;20220105;5.9;4.5;5.2;4.1;7.13;0;.75;2635
+71084;43.77267;2.13424;235;20220106;6.5;-1.1;2.7;1.8;5.38;0;.57;6950
+71084;43.77267;2.13424;235;20220107;2.8;-3.7;-.4;1.3;6.08;10;.27;2700
+71084;43.77267;2.13424;235;20220108;9.5;1.3;5.4;4.5;9.88;8.7;.13;2650
+71084;43.77267;2.13424;235;20220109;7.8;6.7;7.2;2.7;9.63;26.7;.55;1050
+71084;43.77267;2.13424;235;20220110;7.4;6.4;6.9;1.1;9.48;4.9;.47;900
+71084;43.77267;2.13424;235;20220111;5.4;0;2.7;1;6.88;0;.37;5050
+71084;43.77267;2.13424;235;20220112;1.5;-2.4;-.5;1;5.73;0;.3;2950
+71084;43.77267;2.13424;235;20220113;-.2;-3.1;-1.6;1.1;5.43;0;.28;2550
+71084;43.77267;2.13424;235;20220114;6.9;-5;1;1;5.33;0;.38;7600
+71084;43.77267;2.13424;235;20220115;9.1;-4.8;2.2;.8;5.23;0;.38;8950
+71084;43.77267;2.13424;235;20220116;7.8;-5.8;1;.8;5.18;.1;.37;9200
+71084;43.77267;2.13424;235;20220117;-.7;-2.4;-1.6;.9;5.53;.1;.28;2350
+71084;43.77267;2.13424;235;20220118;.1;-1.5;-.7;.3;5.77;.1;.32;1830
+71084;43.77267;2.13424;235;20220119;4.6;-1.2;1.7;.9;6.93;.6;.35;3650
+71084;43.77267;2.13424;235;20220120;7;-1;3;1.3;6.83;0;.47;4700
+71084;43.77267;2.13424;235;20220121;6.5;-1.9;2.3;1.8;5.28;0;.66;8850
+71084;43.77267;2.13424;235;20220122;6.6;-5.6;.5;.9;4.93;.1;.42;9750
+71084;43.77267;2.13424;235;20220123;11.6;-5.4;3.1;.6;5.23;0;.48;9800
+71084;43.77267;2.13424;235;20220124;13.5;-4.8;4.4;.6;5.83;0;.55;9700
+71084;43.77267;2.13424;235;20220125;12.3;-4.6;3.9;.6;5.83;0;.52;9550
+71084;43.77267;2.13424;235;20220126;11.2;-4.5;3.3;.6;5.78;0;.51;9650
+71084;43.77267;2.13424;235;20220127;5.3;-4.9;.2;1;5.73;.1;.42;6800
+71084;43.77267;2.13424;235;20220128;-.1;-2.4;-1.3;.5;5.5;0;.33;2512
+71084;43.77267;2.13424;235;20220129;1;-1.5;-.2;.5;5.78;0;.37;3100
+71084;43.77267;2.13424;235;20220130;1.9;-.6;.6;1.1;6.48;.2;.35;1700
+71084;43.77267;2.13424;235;20220131;7.5;1.5;4.5;3.6;8.38;1.8;.45;2100
+71084;43.77267;2.13424;235;20220201;6.9;.9;3.9;3.8;7.53;1.9;.64;5800
+71084;43.77267;2.13424;235;20220202;10.1;5.6;7.9;2.3;9.48;.7;.73;3200
+71084;43.77267;2.13424;235;20220203;7.4;-1.5;3;.9;7.73;.1;.44;5550
+71084;43.77267;2.13424;235;20220204;9.7;5.3;7.5;1;10.18;2.3;.52;3000
+71084;43.77267;2.13424;235;20220205;10.4;6.6;8.5;1.6;8.83;.5;.87;5600
+71084;43.77267;2.13424;235;20220206;8.5;-2.8;2.8;1.6;7.18;1.2;.62;6200
+71084;43.77267;2.13424;235;20220207;11.7;7.2;9.4;3.6;9.58;1.5;1.17;4550
+71084;43.77267;2.13424;235;20220208;15.9;-2;7;1.1;6.88;0;1.09;11300
+71084;43.77267;2.13424;235;20220209;17;-2.1;7.4;1;7.03;0;1.13;12000
+71084;43.77267;2.13424;235;20220210;5.7;1.7;3.7;1.6;8.62;0;1.35;11366
+71084;43.77267;2.13424;235;20220211;14.2;5.9;10.1;1.7;8.68;.1;1.2;6400
+71084;43.77267;2.13424;235;20220212;14.6;-2.1;6.3;1.8;5.98;0;1.42;10500
+71084;43.77267;2.13424;235;20220213;16.9;1.1;9;2.5;8.38;5.1;1.62;11400
+71084;43.77267;2.13424;235;20220214;11.7;4.8;8.3;3.8;9.68;10.2;.98;5800
+71084;43.77267;2.13424;235;20220215;10.1;5.4;7.8;3.7;9.18;6.5;.99;6700
+71084;43.77267;2.13424;235;20220216;12.5;6.9;9.7;3.8;11.18;9.2;.84;3250
+71084;43.77267;2.13424;235;20220217;13.7;10.8;12.2;4.8;12.57;1.8;.99;4081
+71084;43.77267;2.13424;235;20220218;17;9.5;13.2;3;11.37;.5;1.6;8807
+71084;43.77267;2.13424;235;20220219;11.2;7.4;9.3;2.3;8.18;.1;1.44;9700
+71084;43.77267;2.13424;235;20220220;10.1;-1;4.6;1.6;8.73;1.6;.64;5600
+71084;43.77267;2.13424;235;20220221;12.2;8.2;10.2;5.5;9.43;4;1.74;7200
+71084;43.77267;2.13424;235;20220222;13.8;6.6;10.2;2.7;9.03;.2;1.61;10000
+71084;43.77267;2.13424;235;20220223;16.2;2.7;9.4;.4;8.88;0;1.25;14150
+71084;43.77267;2.13424;235;20220224;15.2;3;9.1;2.5;9.33;.5;1.5;10650
+71084;43.77267;2.13424;235;20220225;11.6;5.8;8.7;2.4;7.03;0;1.77;12950
+71084;43.77267;2.13424;235;20220226;14.9;-2.6;6.1;2;5.13;0;1.97;16100
+71084;43.77267;2.13424;235;20220227;15.8;-1.5;7.2;1.1;6.88;0;1.44;12100
+71084;43.77267;2.13424;235;20220228;16.6;.7;8.7;.9;7.68;0;1.55;14850
+71084;43.77267;2.13424;235;20220301;16.2;-.4;7.9;3.6;7.73;0;2.02;12061
+71084;43.77267;2.13424;235;20220302;12.7;4.3;8.5;3.1;9.37;2.2;1.24;7907
+71084;43.77267;2.13424;235;20220303;17.4;7.9;12.7;1.1;10.43;0;1.73;13700
+71084;43.77267;2.13424;235;20220304;9.8;5.5;7.7;3;10.08;.1;.63;1900
+71084;43.77267;2.13424;235;20220305;8.2;6.2;7.2;3.1;9.48;2.3;.72;2750
+71084;43.77267;2.13424;235;20220306;11.7;5.5;8.6;1.7;7.93;0;1.46;9650
+71084;43.77267;2.13424;235;20220307;12.8;-1.8;5.5;1.3;6.73;0;1.48;13200
+71084;43.77267;2.13424;235;20220308;14.3;.8;7.5;2.5;8.33;.7;1.75;14600
+71084;43.77267;2.13424;235;20220309;15.4;4.5;10;2.8;9.48;0;2;16100
+71084;43.77267;2.13424;235;20220310;16.5;5.3;10.9;2.6;9.68;0;1.88;11000
+71084;43.77267;2.13424;235;20220311;13.3;8;10.6;6.5;9.93;4.9;2;7300
+71084;43.77267;2.13424;235;20220312;9.5;8.5;9;3;10.33;17.1;.94;3550
+71084;43.77267;2.13424;235;20220313;12.1;6.2;9.1;4;8.93;14.6;1.44;3150
+71084;43.77267;2.13424;235;20220314;14.2;2.2;8.2;6.5;9.68;0;1.42;6250
+71084;43.77267;2.13424;235;20220315;13.8;12;12.9;10.3;11.4;0;2.07;5652
+71084;43.77267;2.13424;235;20220316;16;10.2;13.1;3.4;11.43;0;1.86;7450
+71084;43.77267;2.13424;235;20220317;14.5;10.3;12.4;1.1;12.33;1.5;1.13;5500
+71084;43.77267;2.13424;235;20220318;12.8;7.7;10.3;.7;10.38;.4;1.06;5700
+71084;43.77267;2.13424;235;20220319;16.8;5.8;11.3;3.5;8.08;0;2.81;14700
+71084;43.77267;2.13424;235;20220320;16;3.2;9.6;4.6;8.78;0;2.28;10300
+71084;43.77267;2.13424;235;20220321;15.4;10.1;12.8;6.3;7.88;0;3.77;16200
+71084;43.77267;2.13424;235;20220322;14.9;6.1;10.5;5.9;6.28;0;3.77;18800
+71084;43.77267;2.13424;235;20220323;15.8;0;7.9;3.8;5.68;0;3.21;19900
+71084;43.77267;2.13424;235;20220324;18.9;.5;9.7;3;5.98;0;3.43;19900
+71084;43.77267;2.13424;235;20220325;19.8;3.9;11.9;2.5;5.28;0;3.41;16100
+71084;43.77267;2.13424;235;20220326;19.6;3.7;11.7;3.7;5.58;0;4.09;19900
+71084;43.77267;2.13424;235;20220327;21.3;4.8;13.1;3.2;6.38;0;3.95;17800
+71084;43.77267;2.13424;235;20220328;21.4;6.6;14;3.1;6.18;0;3.99;16600
+71084;43.77267;2.13424;235;20220329;19.8;4.6;12.2;1.4;8.48;1.9;2.35;12900
+71084;43.77267;2.13424;235;20220330;12;9.5;10.8;2.1;11.28;2.4;1.05;3900
+71084;43.77267;2.13424;235;20220331;15.5;8.3;11.9;4.6;8.88;5.6;2.81;11800
+71084;43.77267;2.13424;235;20220401;8;1.7;4.8;7.8;5.65;2.8;2.36;13549
+71084;43.77267;2.13424;235;20220402;8.4;.9;4.6;6;5.25;.1;2.31;11490
+71084;43.77267;2.13424;235;20220403;7.5;-2.3;2.6;2.8;5.09;0;1.84;15703
+71084;43.77267;2.13424;235;20220404;11.2;-2.2;4.5;1.6;5.05;0;2.3;20538
+71084;43.77267;2.13424;235;20220405;14.8;-1.6;6.6;2.8;6.26;0;2.83;20958
+71084;43.77267;2.13424;235;20220406;11.3;2;6.7;2.6;9.68;.7;.83;4700
+71084;43.77267;2.13424;235;20220407;19.4;8.2;13.8;5.2;11.58;4.4;2.9;12000
+71084;43.77267;2.13424;235;20220408;19.8;11.5;15.7;4.8;11.48;0;3.51;14500
+71084;43.77267;2.13424;235;20220409;14.2;6.1;10.2;3.1;7.48;.2;2.7;14400
+71084;43.77267;2.13424;235;20220410;20.9;-1.4;9.8;2.3;5.88;0;3.82;23400
+71084;43.77267;2.13424;235;20220411;18.1;8.9;13.5;5.6;9.18;0;4.04;20000
+71084;43.77267;2.13424;235;20220412;17.9;11.3;14.6;4.7;9.48;0;3.7;15000
+71084;43.77267;2.13424;235;20220413;15.3;9.3;12.3;.8;10.48;.6;1.34;5600
+71084;43.77267;2.13424;235;20220414;24.1;3.4;13.8;1.2;10.78;.2;3.49;23000
+71084;43.77267;2.13424;235;20220415;24.4;7.6;16;1.5;13.08;0;3.38;20000
+71084;43.77267;2.13424;235;20220416;24.1;9.9;17;2.1;12.38;0;3.51;17600
+71084;43.77267;2.13424;235;20220417;23.6;4.3;14;2;9.78;0;3.98;24000
+71084;43.77267;2.13424;235;20220418;18.3;10.4;14.4;2.6;10.88;0;2.86;14200
+71084;43.77267;2.13424;235;20220419;16.2;4.9;10.6;2.1;11.18;14.7;1.7;9700
+71084;43.77267;2.13424;235;20220420;11.3;8.6;10;2.1;11.48;9.7;.93;4100
+71084;43.77267;2.13424;235;20220421;11.7;9;10.4;2.5;12.48;3.5;.7;2800
+71084;43.77267;2.13424;235;20220422;19.5;10.8;15.2;1.3;12.78;.2;2.67;15700
+71084;43.77267;2.13424;235;20220423;15.9;9.8;12.9;4.2;10.58;23.4;2.07;4400
+71084;43.77267;2.13424;235;20220424;16.6;8.1;12.4;4.5;11.88;5.3;1.94;7900
+71084;43.77267;2.13424;235;20220425;18.8;6.9;12.9;1.3;10.18;0;3.24;22000
+71084;43.77267;2.13424;235;20220426;22.9;4.4;13.7;1.6;8.68;0;4.13;26100
+71084;43.77267;2.13424;235;20220427;21.9;8.7;15.3;3.2;11.52;0;3.77;19733
+71084;43.77267;2.13424;235;20220428;21.2;11.3;16.3;2;13.98;0;3.03;16700
+71084;43.77267;2.13424;235;20220429;23.1;13.4;18.3;2.5;14.38;0;3.53;16900
+71084;43.77267;2.13424;235;20220430;22.5;12.1;17.3;2.4;12.88;0;3.85;20100
+71084;43.77267;2.13424;235;20220501;21.2;6.5;13.9;1.6;10.78;0;3.44;21000
+71084;43.77267;2.13424;235;20220502;20.6;9;14.8;1.9;12.08;0;3.08;17200
+71084;43.77267;2.13424;235;20220503;21;11.8;16.4;1.6;12.78;1.9;3.13;16800
+71084;43.77267;2.13424;235;20220504;20.7;10.9;15.8;1.2;13.28;2.1;2.98;17300
+71084;43.77267;2.13424;235;20220505;20.3;7.8;14.1;2;11.18;.1;2.98;15800
+71084;43.77267;2.13424;235;20220506;20.1;8.1;14.1;2.3;10.78;0;2.48;9100
+71084;43.77267;2.13424;235;20220507;23;8.8;15.9;2.4;11.48;0;3.32;14150
+71084;43.77267;2.13424;235;20220508;23.7;8.2;15.9;1;12.03;.1;2.46;11300
+71084;43.77267;2.13424;235;20220509;26.3;8.4;17.4;1.3;11.98;0;3.21;14750
+71084;43.77267;2.13424;235;20220510;27.9;9;18.4;1.2;12.43;0;3.21;14150
+71084;43.77267;2.13424;235;20220511;29.7;9.5;19.6;1.9;12.93;0;3.91;14800
+71084;43.77267;2.13424;235;20220512;27.1;14.8;20.9;1.6;14.93;0;3.19;12100
+71084;43.77267;2.13424;235;20220513;26.3;15.3;20.8;.8;15.03;0;2.68;11900
+71084;43.77267;2.13424;235;20220514;29.9;11.8;20.8;1;15.33;0;3.15;13750
+71084;43.77267;2.13424;235;20220515;28.8;15.5;22.1;2.6;14.18;0;4.3;14200
+71084;43.77267;2.13424;235;20220516;28.7;13.2;20.9;.8;14.68;0;3.13;14200
+71084;43.77267;2.13424;235;20220517;32.2;13.4;22.8;1.3;15.78;0;3.78;14900
+71084;43.77267;2.13424;235;20220518;33;15.7;24.3;1.6;16.78;0;4.04;14350
+71084;43.77267;2.13424;235;20220519;29.9;16.5;23.2;3;15.83;0;4.62;14800
+71084;43.77267;2.13424;235;20220520;31.8;16;23.9;2.1;15.43;0;4.28;13450
+71084;43.77267;2.13424;235;20220521;34.7;15.2;24.9;1.1;18.03;.1;3.71;14150
+71084;43.77267;2.13424;235;20220522;31.8;16.6;24.2;1.7;19.83;1.6;3.27;10550
+71084;43.77267;2.13424;235;20220523;21.7;17.5;19.6;3.3;16.18;0;2.45;5450
+71084;43.77267;2.13424;235;20220524;18.6;13.1;15.9;2.8;12.73;.7;2.24;6600
+71084;43.77267;2.13424;235;20220525;21.1;11.2;16.2;3.3;11.48;0;3.47;13200
+71084;43.77267;2.13424;235;20220526;19.3;9.9;14.6;2.6;12.43;0;2.44;9950
+71084;43.77267;2.13424;235;20220527;26.1;12.2;19.1;2.3;13.98;0;3.66;14350
+71084;43.77267;2.13424;235;20220528;26.7;11.1;18.9;1.9;12.98;0;3.75;15350
+71084;43.77267;2.13424;235;20220529;25.2;8.1;16.6;1.4;9.43;0;3.65;16450
+71084;43.77267;2.13424;235;20220530;25.9;7.9;16.9;1.1;10.88;.9;3.13;14150
+71084;43.77267;2.13424;235;20220531;26.8;14.9;20.8;1.4;14.48;.1;3.41;14100
+71084;43.77267;2.13424;235;20220601;33.2;13.8;23.5;1.9;15.13;0;4.52;15500
+71084;43.77267;2.13424;235;20220602;30.2;17.2;23.7;1.8;17.03;0;3.9;14350
+71084;43.77267;2.13424;235;20220603;32.2;17.9;25;3;16.93;1.3;5.02;14800
+71084;43.77267;2.13424;235;20220604;30.4;16.2;23.3;2.1;20.23;7.1;3.7;14100
+71084;43.77267;2.13424;235;20220605;24.8;17;20.9;2.4;18.08;.1;2.81;9750
+71084;43.77267;2.13424;235;20220606;29.5;13;21.2;1.1;16.33;1.2;3.25;13700
+71084;43.77267;2.13424;235;20220607;24.1;16.9;20.5;1.7;17.03;0;2.68;10000
+71084;43.77267;2.13424;235;20220608;20.2;14.7;17.5;1.7;16.28;3.6;1.53;4300
+71084;43.77267;2.13424;235;20220609;21.7;12.9;17.3;2.6;14.18;0;2.6;8600
+71084;43.77267;2.13424;235;20220610;28.7;10.4;19.5;1.4;13.88;0;3.75;16600
+71084;43.77267;2.13424;235;20220611;33.9;13.9;23.9;1.1;14.28;0;6.02;30250
+71084;43.77267;2.13424;235;20220612;31.4;15.7;23.6;1;17.58;1.6;4.88;23800
+71084;43.77267;2.13424;235;20220613;32.3;18.7;25.5;2;20.08;0;6.17;28200
+71084;43.77267;2.13424;235;20220614;36.5;17.7;27.1;1.6;18.73;.1;6.21;26300
+71084;43.77267;2.13424;235;20220615;35.7;18.9;27.3;1.3;17.68;0;6.17;27650
+71084;43.77267;2.13424;235;20220616;37.1;18.9;28;1.4;19.03;0;6.3;27400
+71084;43.77267;2.13424;235;20220617;39;18.6;28.8;1.2;18.33;0;6.46;28300
+71084;43.77267;2.13424;235;20220618;36.6;18.4;27.5;3.2;15.73;0;7.98;29000
+71084;43.77267;2.13424;235;20220619;34;22.1;28.1;4.8;15.93;0;8.8;28700
+71084;43.77267;2.13424;235;20220620;31;17.6;24.3;2.1;18.93;0;5.25;22900
+71084;43.77267;2.13424;235;20220621;29.7;20.1;24.9;1.7;21.28;1.1;3.88;15550
+71084;43.77267;2.13424;235;20220622;30;18;24;1.8;19.23;4;5;22650
+71084;43.77267;2.13424;235;20220623;28.1;16.9;22.5;2;17.78;12.6;4.98;23800
+71084;43.77267;2.13424;235;20220624;25.8;15.1;20.5;2;16.73;5;4.39;21900
+71084;43.77267;2.13424;235;20220625;29.2;14.8;22;2.8;16.83;4.2;5.29;22850
+71084;43.77267;2.13424;235;20220626;19.8;15.9;17.9;2.4;17.58;3.7;1.68;5850
+71084;43.77267;2.13424;235;20220627;18.6;15;16.8;2.2;16.63;4;2.39;12750
+71084;43.77267;2.13424;235;20220628;26.3;14;20.1;1.9;14.68;0;5.02;25800
+71084;43.77267;2.13424;235;20220629;29.8;11.5;20.7;1.4;14.73;3.1;5.09;25550
+71084;43.77267;2.13424;235;20220630;18.3;15.7;17;2.3;16.13;.7;1.97;8000
+71084;43.77267;2.13424;235;20220701;24.2;12.7;18.4;1.5;13.58;0;5.13;29850
+71084;43.77267;2.13424;235;20220702;32.6;10.1;21.4;1.2;13.33;0;5.72;29550
+71084;43.77267;2.13424;235;20220703;31.4;15.1;23.2;1.6;17.38;.2;5.4;25800
+71084;43.77267;2.13424;235;20220704;27.9;16.7;22.3;2.5;18.73;.2;4.93;23200
+71084;43.77267;2.13424;235;20220705;30.3;18.1;24.2;2.3;17.33;0;6.31;29200
+71084;43.77267;2.13424;235;20220706;29.8;14.5;22.2;1.6;14.58;0;5.63;28050
+71084;43.77267;2.13424;235;20220707;29.4;15.1;22.2;2.9;14.58;0;5.63;22800
+71084;43.77267;2.13424;235;20220708;30.1;15.1;22.6;1.7;14.78;0;6;30150
+71084;43.77267;2.13424;235;20220709;32.9;13.1;23;1.2;14.03;0;5.92;30150
+71084;43.77267;2.13424;235;20220710;34.4;14.5;24.5;1.4;14.43;0;6.24;30050
+71084;43.77267;2.13424;235;20220711;36.1;17;26.6;1.3;15.23;0;6.38;29500
+71084;43.77267;2.13424;235;20220712;36.1;17.7;26.9;1.6;16.23;0;6.57;29400
+71084;43.77267;2.13424;235;20220713;36.3;15.3;25.8;1.4;14.18;0;6.34;29150
+71084;43.77267;2.13424;235;20220714;37.4;17.1;27.2;1.1;15.98;0;6.24;29150
+71084;43.77267;2.13424;235;20220715;36.5;17.1;26.8;1.4;15.93;0;6.35;28400
+71084;43.77267;2.13424;235;20220716;37.8;16.4;27.1;1.2;14.83;0;6.3;28800
+71084;43.77267;2.13424;235;20220717;38.8;17.2;28;1.3;14.68;0;6.46;28750
+71084;43.77267;2.13424;235;20220718;38.1;18.8;28.5;2.8;14.78;0;7.98;28700
+71084;43.77267;2.13424;235;20220719;37.1;21.8;29.4;2.3;13.83;0;7.34;27050
+71084;43.77267;2.13424;235;20220720;30.6;21.5;26;2.5;17.48;0;5.84;23300
+71084;43.77267;2.13424;235;20220721;34.8;16.4;25.6;1.1;16.28;0;5.78;28300
+71084;43.77267;2.13424;235;20220722;31.8;17.6;24.7;2.3;17.43;.7;5.56;23250
+71084;43.77267;2.13424;235;20220723;30.3;18.3;24.3;2.5;16.53;0;5.84;25200
+71084;43.77267;2.13424;235;20220724;37.1;15.8;26.4;2.2;15.8;0;6.89;28761
+71084;43.77267;2.13424;235;20220725;28.1;20.4;24.2;3.4;18.33;.1;4.36;13050
+71084;43.77267;2.13424;235;20220726;28;17;22.5;2.9;14.78;0;6.13;28750
+71084;43.77267;2.13424;235;20220727;29.7;13.3;21.5;2;12.78;0;5.8;28650
+71084;43.77267;2.13424;235;20220728;30.1;13.8;21.9;1.2;14.63;.1;4.66;23150
+71084;43.77267;2.13424;235;20220729;28.7;18;23.3;1.9;17.53;.7;4.38;19050
+71084;43.77267;2.13424;235;20220730;30.9;18.5;24.7;2;17.38;0;5.67;25700
+71084;43.77267;2.13424;235;20220731;34.2;16.1;25.2;1.5;16.43;0;5.92;27700
+71084;43.77267;2.13424;235;20220801;35.3;18;26.7;1.8;16.58;0;6.29;27550
+71084;43.77267;2.13424;235;20220802;36.8;16.1;26.5;.9;14.78;0;5.65;27800
+71084;43.77267;2.13424;235;20220803;38.2;16.4;27.3;1.4;14.58;0;6.13;26900
+71084;43.77267;2.13424;235;20220804;37.1;19;28;1.5;18.08;0;5.82;24650
+71084;43.77267;2.13424;235;20220805;32.3;21;26.6;3.1;19.43;1.2;6.06;23300
+71084;43.77267;2.13424;235;20220806;34.1;19.6;26.9;2.4;18.18;0;6.23;25600
+71084;43.77267;2.13424;235;20220807;34.5;17.5;26;1.2;15.03;0;5.54;26750
+71084;43.77267;2.13424;235;20220808;35.7;17.4;26.6;1.3;11.58;0;5.83;27350
+71084;43.77267;2.13424;235;20220809;36.3;15.1;25.7;1.6;12.18;0;5.96;26100
+71084;43.77267;2.13424;235;20220810;37.6;15.9;26.8;1.5;12.98;0;5.86;25250
+71084;43.77267;2.13424;235;20220811;38.2;19.5;28.9;1.6;17.03;0;5.91;24250
+71084;43.77267;2.13424;235;20220812;39.5;20;29.7;1.6;18.98;0;6.12;24250
+71084;43.77267;2.13424;235;20220813;37;21.3;29.1;2.3;19.98;0;5.85;20550
+71084;43.77267;2.13424;235;20220814;29.7;21.6;25.7;3;20.03;0;5.11;20150
+71084;43.77267;2.13424;235;20220815;29.7;18.4;24;1.7;16.23;0;4.5;20150
+71084;43.77267;2.13424;235;20220816;34.6;15.6;25.1;2.3;16.58;6.9;4.91;16850
+71084;43.77267;2.13424;235;20220817;25.5;16.9;21.2;2.7;17.68;0;3.13;11150
+71084;43.77267;2.13424;235;20220818;26.2;17.3;21.8;3.3;16.33;.5;4.04;14400
+71084;43.77267;2.13424;235;20220819;25.8;17.5;21.6;2.9;16.63;.6;3.46;11550
+71084;43.77267;2.13424;235;20220820;30.7;14.2;22.5;1.2;16.08;0;4.64;24550
+71084;43.77267;2.13424;235;20220821;28.8;16.3;22.6;1.4;16.78;0;3.95;18700
+71084;43.77267;2.13424;235;20220822;26.7;19.4;23;2.7;18.18;.8;3.58;12750
+71084;43.77267;2.13424;235;20220823;31.7;18.9;25.3;1.6;18.23;0;4.76;21750
+71084;43.77267;2.13424;235;20220824;36.3;16.2;26.2;1.3;16.08;.1;5.08;23500
+71084;43.77267;2.13424;235;20220825;31.7;20;25.9;2;18.93;.5;4.48;17900
+71084;43.77267;2.13424;235;20220826;30.6;18.9;24.8;2.3;18.68;.1;4.73;20000
+71084;43.77267;2.13424;235;20220827;31.9;16.9;24.4;1.2;16.43;.1;4.63;23750
+71084;43.77267;2.13424;235;20220828;34;14.6;24.3;1.3;13.48;0;4.86;23750
+71084;43.77267;2.13424;235;20220829;35.2;16.3;25.8;1.6;15.58;3.3;4.53;17150
+71084;43.77267;2.13424;235;20220830;32.6;16.6;24.6;1.3;18.73;0;4.37;21550
+71084;43.77267;2.13424;235;20220831;30.6;16.6;23.6;1.7;17.73;0;3.79;16100
+71084;43.77267;2.13424;235;20220901;29.8;18.4;24.1;1.6;18.68;0;3.66;15700
+71084;43.77267;2.13424;235;20220902;29.7;16.4;23.1;1.4;18.03;12.9;3.8;18350
+71084;43.77267;2.13424;235;20220903;28.1;17.1;22.6;1.3;19.48;0;3.44;17750
+71084;43.77267;2.13424;235;20220904;32.4;16.8;24.6;2.5;19.18;0;4.92;21250
+71084;43.77267;2.13424;235;20220905;31.8;19.8;25.8;3.7;21.03;0;4.49;15624
+71084;43.77267;2.13424;235;20220906;33.2;18.8;26;1.8;19.93;.4;4.42;18900
+71084;43.77267;2.13424;235;20220907;28.2;17.2;22.7;1.3;17.23;1.4;3.05;13550
+71084;43.77267;2.13424;235;20220908;26.9;13.4;20.1;.9;15.28;1.3;3.05;17150
+71084;43.77267;2.13424;235;20220909;22.8;15.9;19.4;1.1;16.68;1.5;2.12;10150
+71084;43.77267;2.13424;235;20220910;27.6;10.7;19.2;.9;13.43;0;3.34;20450
+71084;43.77267;2.13424;235;20220911;33.1;12;22.6;1.4;13.88;0;4.25;20950
+71084;43.77267;2.13424;235;20220912;35.2;17.2;26.2;2.5;17.38;0;5.08;18150
+71084;43.77267;2.13424;235;20220913;31.6;21.3;26.4;2.7;21.08;.8;3.58;9500
+71084;43.77267;2.13424;235;20220914;31.2;19.2;25.2;2.4;18.98;6;4.04;15150
+71084;43.77267;2.13424;235;20220915;30;16.9;23.4;1.9;17.83;.5;4;19250
+71084;43.77267;2.13424;235;20220916;26.4;18.4;22.4;3.3;15.48;0;4.19;16250
+71084;43.77267;2.13424;235;20220917;22.4;11;16.7;1.8;9.53;0;3.51;20550
+71084;43.77267;2.13424;235;20220918;26.5;5.7;16.1;1;7.83;0;3.18;20200
+71084;43.77267;2.13424;235;20220919;27.5;6.1;16.8;1.6;8.18;0;3.62;19850
+71084;43.77267;2.13424;235;20220920;26.4;6.5;16.5;1.4;8.73;0;3.33;19950
+71084;43.77267;2.13424;235;20220921;25.3;6;15.7;1.1;8.93;0;2.96;19600
+71084;43.77267;2.13424;235;20220922;26.4;7.1;16.8;1.1;10.38;0;3;18950
+71084;43.77267;2.13424;235;20220923;26.6;9.6;18.1;1.8;13.83;29;2.84;13250
+71084;43.77267;2.13424;235;20220924;19.9;14.3;17.1;1.8;15.73;.4;1.95;10300
+71084;43.77267;2.13424;235;20220925;18.6;12.2;15.4;2.1;12.88;.3;2.26;13150
+71084;43.77267;2.13424;235;20220926;19.4;6.5;12.9;2.2;11.38;3;2.17;12700
+71084;43.77267;2.13424;235;20220927;17.7;12.5;15.1;3.8;13.68;4.4;1.99;8650
+71084;43.77267;2.13424;235;20220928;19.1;14;16.5;5;15.63;13.4;2.05;8800
+71084;43.77267;2.13424;235;20220929;16.6;12.1;14.3;3;14.13;12.8;1.5;7450
+71084;43.77267;2.13424;235;20220930;18.3;10.4;14.3;2.4;11.78;.1;2.25;13200
+71084;43.77267;2.13424;235;20221001;22.6;6.9;14.7;1.7;12.68;0;2.06;10850
+71084;43.77267;2.13424;235;20221002;24.2;11.1;17.6;1;14.78;.1;2.29;15550
+71084;43.77267;2.13424;235;20221003;24.1;10.1;17.1;1.1;13.78;0;2.33;15750
+71084;43.77267;2.13424;235;20221004;24.7;8.6;16.7;1.1;12.78;.1;2.42;17000
+71084;43.77267;2.13424;235;20221005;25.3;9.2;17.3;1.7;13.63;.2;2.72;16650
+71084;43.77267;2.13424;235;20221006;21.9;12.5;17.2;.8;15.78;.1;1.38;7050
+71084;43.77267;2.13424;235;20221007;23.6;10.8;17.2;1.1;14.58;0;2.01;12850
+71084;43.77267;2.13424;235;20221008;22.5;14.3;18.4;1.5;16.08;1.9;1.91;10250
+71084;43.77267;2.13424;235;20221009;25;10.1;17.6;1.8;13.98;.1;2.5;15100
+71084;43.77267;2.13424;235;20221010;25.7;9.9;17.8;1.3;14.13;.1;2.27;14200
+71084;43.77267;2.13424;235;20221011;22.8;11.8;17.3;.9;14.63;0;1.74;11050
+71084;43.77267;2.13424;235;20221012;24.2;12.8;18.5;1.3;14.98;.9;2.09;12750
+71084;43.77267;2.13424;235;20221013;21.5;10.7;16.1;1.2;14.33;2.2;1.6;9850
+71084;43.77267;2.13424;235;20221014;20.5;15.9;18.2;2.1;17.23;1.3;1.39;4800
+71084;43.77267;2.13424;235;20221015;26.9;10.7;18.8;1.6;14.78;.1;2.39;14550
+71084;43.77267;2.13424;235;20221016;26.5;12.5;19.5;3.2;16.08;0;2.79;13050
+71084;43.77267;2.13424;235;20221017;25.2;18.8;22;3.8;17.48;0;2.92;7750
+71084;43.77267;2.13424;235;20221018;27.1;12.9;20;1.8;16.53;.1;2.39;13550
+71084;43.77267;2.13424;235;20221019;26.2;14.2;20.2;2.4;17.13;1.6;2.18;8150
+71084;43.77267;2.13424;235;20221020;22.7;16.6;19.6;2.3;18.33;.1;1.39;2800
+71084;43.77267;2.13424;235;20221021;24.9;14.5;19.7;1.8;16.18;.1;1.94;8550
+71084;43.77267;2.13424;235;20221022;25.8;11.6;18.7;2.1;14.78;0;2.33;12200
+71084;43.77267;2.13424;235;20221023;27.4;16.1;21.8;3.3;14.38;0;3.13;5300
+71084;43.77267;2.13424;235;20221024;24.5;13.4;19;1.5;14.18;0;1.94;11150
+71084;43.77267;2.13424;235;20221025;25.3;10.6;17.9;2;13.43;0;2.1;8350
+71084;43.77267;2.13424;235;20221026;23.9;10.5;17.2;1.4;14.68;.1;1.45;6450
+71084;43.77267;2.13424;235;20221027;26.1;11.4;18.8;1.9;15.48;0;1.91;8300
+71084;43.77267;2.13424;235;20221028;25.3;17;21.2;3.3;16.08;0;2.63;8150
+71084;43.77267;2.13424;235;20221029;27.9;13.1;20.5;2.5;11.98;0;2.9;9950
+71084;43.77267;2.13424;235;20221030;25.2;10.3;17.7;1.6;13.08;0;1.87;10650
+71084;43.77267;2.13424;235;20221031;25.8;10.9;18.3;2.3;14.68;6.7;2.07;9700
+71084;43.77267;2.13424;235;20221101;20.4;13.7;17;1.6;14.43;0;1.44;9500
+71084;43.77267;2.13424;235;20221102;20.5;9.4;15;1;11.93;0;1.25;10550
+71084;43.77267;2.13424;235;20221103;19.4;8.1;13.7;2.1;12.03;7.4;1.32;3900
+71084;43.77267;2.13424;235;20221104;13.1;9.8;11.5;4.1;10.98;14.1;1.29;4750
+71084;43.77267;2.13424;235;20221105;14.8;3.2;9;1.3;8.78;.1;1;10450
+71084;43.77267;2.13424;235;20221106;18.8;1.4;10.1;1.2;8.33;0;1.18;10800
+71084;43.77267;2.13424;235;20221107;21;4.1;12.5;1.9;9.88;0;1.56;10350
+71084;43.77267;2.13424;235;20221108;21.9;8.2;15.1;1.8;12.93;0;1.39;8700
+71084;43.77267;2.13424;235;20221109;17.9;10.3;14.1;1.3;13.93;1.8;.87;4150
+71084;43.77267;2.13424;235;20221110;15;9.8;12.4;1.8;11.93;0;.83;4792
+71084;43.77267;2.13424;235;20221111;21.5;5.7;13.6;2.8;11.93;0;1.62;9850
+71084;43.77267;2.13424;235;20221112;23.8;8.6;16.2;2.2;12.13;0;1.75;9650
+71084;43.77267;2.13424;235;20221113;20.8;5.3;13.1;1.4;9.48;0;1.27;9050
+71084;43.77267;2.13424;235;20221114;18.6;8.1;13.3;1.2;12.53;.6;.87;4500
+71084;43.77267;2.13424;235;20221115;18.5;9.6;14.1;1.4;13.38;7.4;.88;4800
+71084;43.77267;2.13424;235;20221116;18.4;10.2;14.3;1.3;12.48;.2;.91;9050
+71084;43.77267;2.13424;235;20221117;17.4;9.8;13.6;1.9;12.78;10.5;.97;5250
+71084;43.77267;2.13424;235;20221118;13.1;9.2;11.2;2.6;11.38;5.8;.85;4500
+71084;43.77267;2.13424;235;20221119;10.9;7.4;9.2;2.6;10.08;2.8;.75;4200
+71084;43.77267;2.13424;235;20221120;10.5;5;7.8;1.6;9.78;2.1;.54;4600
+71084;43.77267;2.13424;235;20221121;11.9;7.2;9.5;2.9;10.83;20.5;.72;1700
+71084;43.77267;2.13424;235;20221122;9.1;5.7;7.4;4.4;9.33;14.7;.71;3300
+71084;43.77267;2.13424;235;20221123;15.3;7.3;11.3;3.5;10.9;7.5;1.01;5088
+71084;43.77267;2.13424;235;20221124;14.2;3.6;8.9;1.4;9.88;.7;.66;5600
+71084;43.77267;2.13424;235;20221125;10.7;4.9;7.8;1.6;10.23;8.2;.49;2350
+71084;43.77267;2.13424;235;20221126;11;5.2;8.1;1;9.53;0;.48;5100
+71084;43.77267;2.13424;235;20221127;13.4;.8;7.1;1.4;8.08;0;.69;6000
+71084;43.77267;2.13424;235;20221128;11.7;6.5;9.1;2.3;10.53;10.7;.61;3450
+71084;43.77267;2.13424;235;20221129;10.5;6.7;8.6;1.9;9.73;.4;.61;4200
+71084;43.77267;2.13424;235;20221130;6.5;2.7;4.6;1.5;7.9;0;.37;2652
+71084;43.77267;2.13424;235;20221201;4.4;2.3;3.4;1.2;7.68;.1;.36;1700
+71084;43.77267;2.13424;235;20221202;6.6;4.1;5.4;.7;8.03;0;.43;2100
+71084;43.77267;2.13424;235;20221203;7.5;2.4;5;.8;7.98;.8;.4;3100
+71084;43.77267;2.13424;235;20221204;9;4.3;6.6;1;7.98;1;.5;4000
+71084;43.77267;2.13424;235;20221205;10.8;-2.4;4.2;1.5;6.28;.1;.55;8050
+71084;43.77267;2.13424;235;20221206;11.4;-.2;5.6;1.2;6.78;0;.58;5300
+71084;43.77267;2.13424;235;20221207;12.2;4.8;8.5;1.8;7.5;0;.82;4906
+71084;43.77267;2.13424;235;20221208;8.7;-.1;4.3;1.5;7.63;.7;.47;3300
+71084;43.77267;2.13424;235;20221209;10;6.3;8.2;1;10.43;0;.44;2100
+71084;43.77267;2.13424;235;20221210;2.4;1.8;2.1;3.4;6.73;0;.4;1200
+71084;43.77267;2.13424;235;20221211;7.2;-5.4;.9;1.1;4.58;.1;.42;6850
+71084;43.77267;2.13424;235;20221212;4.9;-4.6;.2;1.4;5.78;8.1;.38;3250
+71084;43.77267;2.13424;235;20221213;12.1;3.5;7.8;1.6;10.33;2.4;.44;2500
+71084;43.77267;2.13424;235;20221214;13.8;7.5;10.7;1.6;10.98;.8;.62;3950
+71084;43.77267;2.13424;235;20221215;11.4;3.8;7.6;1.8;10.68;5.4;.37;1550
+71084;43.77267;2.13424;235;20221216;11.8;7.7;9.7;1.4;11.03;0;.48;3150
+71084;43.77267;2.13424;235;20221217;7.3;2.9;5.1;1;7.48;0;.44;3200
+71084;43.77267;2.13424;235;20221218;13.7;-2.7;5.5;2.1;7.28;0;.7;7300
+71084;43.77267;2.13424;235;20221219;17.2;5.8;11.5;5;10.68;0;1.44;6200
+71084;43.77267;2.13424;235;20221220;15.2;9.3;12.2;2.8;11.53;.2;1.07;2150
+71084;43.77267;2.13424;235;20221221;15.7;9;12.4;.9;11.78;.1;.46;5800
+71084;43.77267;2.13424;235;20221222;16.1;5.3;10.7;1.1;11.53;2.9;.51;4750
+71084;43.77267;2.13424;235;20221223;18.5;10.1;14.3;1.2;12.98;.1;.59;6300
+71084;43.77267;2.13424;235;20221224;18.1;5.5;11.8;1.4;10.33;.1;.73;6350
+71084;43.77267;2.13424;235;20221225;15.7;3.6;9.7;1.4;9.38;.1;.66;5550
+71084;43.77267;2.13424;235;20221226;15.4;2.5;8.9;.7;9.78;.4;.41;5700
+71084;43.77267;2.13424;235;20221227;13.3;8.2;10.8;.9;11.23;.2;.47;4100
+71084;43.77267;2.13424;235;20221228;17.3;3.1;10.2;1.3;9.03;.1;.67;7100
+71084;43.77267;2.13424;235;20221229;13.7;4;8.9;1.3;10.38;2.9;.51;3600
+71084;43.77267;2.13424;235;20221230;16.5;6.8;11.7;1.2;11.13;.1;.66;4150
+71084;43.77267;2.13424;235;20221231;17.4;4.8;11.1;2;10.48;.1;.84;6000
+71085;43.79584;2.44283;472;20220101;19.6;9.1;14.3;1.7;6.71;.1;1.46;5416
+71085;43.79584;2.44283;472;20220102;16.1;8.1;12.1;2.8;7.91;.2;1.43;4611
+71085;43.79584;2.44283;472;20220103;14.3;7.1;10.7;1.9;9.54;0;.8;4413
+71085;43.79584;2.44283;472;20220104;15.8;8.2;12;3.4;8.64;8.7;1.6;4659
+71085;43.79584;2.44283;472;20220105;4.2;3.1;3.7;5.2;6.04;0;.93;1334
+71085;43.79584;2.44283;472;20220106;3.5;-1.6;1;4.2;5.01;0;.72;3701
+71085;43.79584;2.44283;472;20220107;1.9;-1.7;.1;3.7;5.88;11.6;.25;2948
+71085;43.79584;2.44283;472;20220108;6.8;2.4;4.6;6.3;8.88;13.3;.02;3477
+71085;43.79584;2.44283;472;20220109;5.7;4.9;5.3;4.9;8.44;30;.36;1028
+71085;43.79584;2.44283;472;20220110;5.7;5;5.4;3.4;8.04;4.2;.51;901
+71085;43.79584;2.44283;472;20220111;4.4;.2;2.3;3.6;5.88;0;.6;3440
+71085;43.79584;2.44283;472;20220112;3.4;-1.8;.8;2.5;5.34;0;.52;3977
+71085;43.79584;2.44283;472;20220113;8.4;-4;2.2;1.4;4.74;0;.61;6574
+71085;43.79584;2.44283;472;20220114;14.3;.2;7.2;1.7;3.41;0;1.32;7127
+71085;43.79584;2.44283;472;20220115;10.1;.6;5.4;1.9;4.11;0;1.12;5754
+71085;43.79584;2.44283;472;20220116;7.1;-.8;3.2;2.4;5.01;.1;.82;5283
+71085;43.79584;2.44283;472;20220117;5.5;-1.8;1.9;2.6;5.61;.1;.57;5037
+71085;43.79584;2.44283;472;20220118;5.2;-2.4;1.4;1.4;5.24;.1;.52;5118
+71085;43.79584;2.44283;472;20220119;3.2;-3.3;-.1;2.7;6.18;.8;.22;4788
+71085;43.79584;2.44283;472;20220120;4.8;-.1;2.4;3.5;6.31;.1;.54;4222
+71085;43.79584;2.44283;472;20220121;4.4;-1;1.7;4.3;4.94;0;.95;4407
+71085;43.79584;2.44283;472;20220122;4.9;-2.7;1.1;3;4.71;.1;.77;5554
+71085;43.79584;2.44283;472;20220123;12.7;-1.8;5.4;2.2;4.71;0;1.25;8026
+71085;43.79584;2.44283;472;20220124;12.5;1.6;7.1;2.4;5.88;0;1.24;6918
+71085;43.79584;2.44283;472;20220125;11.2;1.5;6.4;1.9;6.04;0;.99;6493
+71085;43.79584;2.44283;472;20220126;10.7;1.4;6.1;2;6.14;0;.94;6430
+71085;43.79584;2.44283;472;20220127;9.6;1.2;5.4;2.9;6.28;.1;1.03;6250
+71085;43.79584;2.44283;472;20220128;-1.4;-3.7;-2.6;2.9;4.94;0;.26;2783
+71085;43.79584;2.44283;472;20220129;2.9;-3.6;-.3;2.3;5.28;0;.44;5236
+71085;43.79584;2.44283;472;20220130;1;-2.6;-.8;3.1;5.71;.2;.27;3853
+71085;43.79584;2.44283;472;20220131;5.4;.1;2.7;6.2;7.18;4;.35;5049
+71085;43.79584;2.44283;472;20220201;4;.7;2.4;6.5;6.81;4.8;.41;3936
+71085;43.79584;2.44283;472;20220202;7.9;3.7;5.8;5.2;8.71;1.7;.5;4502
+71085;43.79584;2.44283;472;20220203;15.3;.9;8.1;3.4;6.98;.1;1.6;9151
+71085;43.79584;2.44283;472;20220204;8.1;5.3;6.7;3.4;9.28;3.4;.5;3706
+71085;43.79584;2.44283;472;20220205;7.5;5.9;6.7;4.4;8.21;.9;.81;2739
+71085;43.79584;2.44283;472;20220206;5.4;.4;2.9;4.6;7.14;2.9;.47;5303
+71085;43.79584;2.44283;472;20220207;8.4;5;6.7;6;8.71;2.2;.72;4425
+71085;43.79584;2.44283;472;20220208;15.7;1.5;8.6;2.7;6.14;0;1.77;9859
+71085;43.79584;2.44283;472;20220209;13.4;2.9;8.1;3.4;6.98;0;1.58;8369
+71085;43.79584;2.44283;472;20220210;7.8;4;5.9;1.7;6.79;0;1.37;11766
+71085;43.79584;2.44283;472;20220211;11.1;5.3;8.2;2.7;7.29;.1;1.3;7033
+71085;43.79584;2.44283;472;20220212;11.5;-1.6;5;3.4;6.57;0;1.36;9133
+71085;43.79584;2.44283;472;20220213;12.2;3.7;7.9;4.8;9.27;5.4;1.23;6600
+71085;43.79584;2.44283;472;20220214;9.5;6.6;8;4.7;8.02;9.2;1.18;5066
+71085;43.79584;2.44283;472;20220215;8.1;3.8;6;5.6;8.16;7.8;1.08;6600
+71085;43.79584;2.44283;472;20220216;9.9;5.4;7.6;6.1;10.18;18.3;.5;5835
+71085;43.79584;2.44283;472;20220217;10.9;9.3;10.1;5.8;11.88;4.3;.5;3227
+71085;43.79584;2.44283;472;20220218;16.6;7.2;11.9;3.7;10.88;1.2;1.53;8874
+71085;43.79584;2.44283;472;20220219;8.9;5.4;7.2;3.9;7.38;0;1.27;5293
+71085;43.79584;2.44283;472;20220220;8.4;1.9;5.1;4.3;8.28;3.6;.7;7473
+71085;43.79584;2.44283;472;20220221;8.6;6.9;7.7;7.4;8.64;6.2;1.1;3468
+71085;43.79584;2.44283;472;20220222;10.4;5.3;7.8;5;8.18;.2;1.35;6835
+71085;43.79584;2.44283;472;20220223;15;5.3;10.2;2.4;8.24;0;1.64;9745
+71085;43.79584;2.44283;472;20220224;14.3;6.2;10.2;4.2;8.84;1.4;1.79;8913
+71085;43.79584;2.44283;472;20220225;9;4.6;6.8;4.4;6.51;0;1.6;6637
+71085;43.79584;2.44283;472;20220226;12.3;-.3;6;3.8;4.98;0;2.15;11711
+71085;43.79584;2.44283;472;20220227;13.2;2.8;8;2.6;6.78;0;1.71;10735
+71085;43.79584;2.44283;472;20220228;13.7;4.5;9.1;2.7;7.38;0;1.76;10146
+71085;43.79584;2.44283;472;20220301;13;4.6;8.8;3.3;7.24;0;1.79;9881
+71085;43.79584;2.44283;472;20220302;9.2;4.9;7;3.7;8.88;.8;.89;6333
+71085;43.79584;2.44283;472;20220303;15.7;6.9;11.3;2;9.78;.1;1.59;10293
+71085;43.79584;2.44283;472;20220304;8.3;6.6;7.4;4.5;9.38;3.5;.75;4258
+71085;43.79584;2.44283;472;20220305;5.8;4.9;5.4;4.1;8.58;2.5;.47;2884
+71085;43.79584;2.44283;472;20220306;8.9;4;6.4;2.6;7.34;0;1.2;7841
+71085;43.79584;2.44283;472;20220307;10.4;.1;5.3;2.6;6.34;0;1.49;11769
+71085;43.79584;2.44283;472;20220308;9;3.7;6.4;4.5;8.01;.2;1.18;8391
+71085;43.79584;2.44283;472;20220309;10.4;5.3;7.9;4.4;8.84;0;1.25;8251
+71085;43.79584;2.44283;472;20220310;12.2;7.9;10.1;5.8;9.51;.6;1.62;7612
+71085;43.79584;2.44283;472;20220311;9.6;8.6;9.1;8.4;9.51;10.8;1.22;2959
+71085;43.79584;2.44283;472;20220312;7.9;7.4;7.6;6;9.28;39.2;.71;1974
+71085;43.79584;2.44283;472;20220313;9;7.3;8.1;6.4;8.18;9.5;1.45;4689
+71085;43.79584;2.44283;472;20220314;10;2.4;6.2;8.4;9.51;2.2;.62;10919
+71085;43.79584;2.44283;472;20220315;11;9.8;10.4;10.6;10.88;0;1.17;3859
+71085;43.79584;2.44283;472;20220316;11.9;10.1;11;5.2;10.64;0;1.34;4965
+71085;43.79584;2.44283;472;20220317;13.4;8.6;11;2;11.31;1.2;1.29;8768
+71085;43.79584;2.44283;472;20220318;12.2;6.9;9.5;2.5;9.16;.5;1.27;5600
+71085;43.79584;2.44283;472;20220319;14.9;5.7;10.3;2.9;7.89;0;2.3;14366
+71085;43.79584;2.44283;472;20220320;12.7;6.4;9.6;6.1;8.12;2.3;1.96;7366
+71085;43.79584;2.44283;472;20220321;13.4;6;9.7;7.6;7.49;1.2;2.65;12833
+71085;43.79584;2.44283;472;20220322;13.1;5.2;9.1;8.4;6.43;0;3.54;17825
+71085;43.79584;2.44283;472;20220323;15.1;3.2;9.1;5.2;5.42;0;3.48;20333
+71085;43.79584;2.44283;472;20220324;16.9;3.5;10.2;5;5.66;0;3.78;18068
+71085;43.79584;2.44283;472;20220325;18;4;11;2.9;5.36;0;3.37;17566
+71085;43.79584;2.44283;472;20220326;18.3;3;10.6;3.5;5.72;0;3.55;19866
+71085;43.79584;2.44283;472;20220327;19.6;3.8;11.7;3;6.32;0;3.48;19066
+71085;43.79584;2.44283;472;20220328;19.5;6.1;12.8;3.9;6.06;0;3.81;17100
+71085;43.79584;2.44283;472;20220329;17.3;8.3;12.8;2.9;8.22;2.1;2.66;12566
+71085;43.79584;2.44283;472;20220330;11.4;7.7;9.6;2.8;10.43;2.4;1.25;5950
+71085;43.79584;2.44283;472;20220331;12;6.3;9.1;5.8;7.89;7.2;2.21;12600
+71085;43.79584;2.44283;472;20220401;6;.2;3.1;6.7;5.56;4.4;1.88;12149
+71085;43.79584;2.44283;472;20220402;5.7;-1;2.4;5.1;5.05;.1;1.87;9833
+71085;43.79584;2.44283;472;20220403;5.5;-1.3;2.1;7.5;5.13;0;2.28;13759
+71085;43.79584;2.44283;472;20220404;9.9;-.2;4.8;2.6;5.05;0;2.79;21666
+71085;43.79584;2.44283;472;20220405;14.4;-1.9;6.2;3;6.16;0;2.87;22018
+71085;43.79584;2.44283;472;20220406;11.1;1.3;6.2;3;8.36;3;1.1;7600
+71085;43.79584;2.44283;472;20220407;14.7;5.6;10.1;5.1;9.99;7.6;1.68;9433
+71085;43.79584;2.44283;472;20220408;17.9;9.1;13.5;6.1;10.19;.5;3.1;14366
+71085;43.79584;2.44283;472;20220409;11.8;5.1;8.5;4.9;6.96;.8;2.58;15866
+71085;43.79584;2.44283;472;20220410;18.4;-.1;9.2;3.6;5.92;.2;3.84;24400
+71085;43.79584;2.44283;472;20220411;15.1;7.2;11.1;7.8;9.19;.1;2.69;13500
+71085;43.79584;2.44283;472;20220412;16.4;8.7;12.5;6.4;8.56;0;3.19;11600
+71085;43.79584;2.44283;472;20220413;15.5;9.2;12.4;2.3;8.89;1.1;2.16;9300
+71085;43.79584;2.44283;472;20220414;22.1;4.6;13.4;2.3;10.06;.8;3.59;22466
+71085;43.79584;2.44283;472;20220415;23.3;7.1;15.2;2.9;10.99;0;3.96;22500
+71085;43.79584;2.44283;472;20220416;22.7;7.5;15.1;4;9.86;0;4.52;23800
+71085;43.79584;2.44283;472;20220417;22.3;4.7;13.5;3.7;8.69;0;4.53;25633
+71085;43.79584;2.44283;472;20220418;18.4;6.8;12.6;2.9;9.86;0;3.09;19200
+71085;43.79584;2.44283;472;20220419;16.6;7;11.8;2.4;10.49;10.7;2.21;13433
+71085;43.79584;2.44283;472;20220420;12.9;8.1;10.5;1.5;10.59;14.9;1.19;6100
+71085;43.79584;2.44283;472;20220421;12.9;8.3;10.6;1.9;10.96;4.7;1.19;6333
+71085;43.79584;2.44283;472;20220422;18.8;7.1;12.9;2.3;10.86;.3;2.84;18300
+71085;43.79584;2.44283;472;20220423;13.5;9.5;11.5;4.5;9.66;27.7;1.9;5966
+71085;43.79584;2.44283;472;20220424;13.1;6.1;9.6;4.3;10.26;9.4;1.39;8066
+71085;43.79584;2.44283;472;20220425;16.5;5.7;11.1;2.3;9.36;0;3.13;22833
+71085;43.79584;2.44283;472;20220426;21.7;4.5;13.1;2;9.09;0;4;26200
+71085;43.79584;2.44283;472;20220427;22;8;15;2.3;10.79;0;3.56;20500
+71085;43.79584;2.44283;472;20220428;20;10.8;15.4;2.5;12.12;.3;3.11;17266
+71085;43.79584;2.44283;472;20220429;21;11;16;2.8;13.26;.4;2.87;14333
+71085;43.79584;2.44283;472;20220430;20.3;11.2;15.8;3;11.59;0;3.49;18700
+71085;43.79584;2.44283;472;20220501;19.3;6.2;12.7;2.5;9.39;0;3.67;23000
+71085;43.79584;2.44283;472;20220502;17.4;9.2;13.3;1.8;10.12;0;2.77;16266
+71085;43.79584;2.44283;472;20220503;18.3;10.1;14.2;1.3;11.96;5.5;2.07;10933
+71085;43.79584;2.44283;472;20220504;17.7;8.3;13;1.6;11.82;3.4;2.27;14033
+71085;43.79584;2.44283;472;20220505;17.6;8.1;12.9;3.1;10.32;.3;2.93;17233
+71085;43.79584;2.44283;472;20220506;16.9;7.5;12.2;3.9;10.08;0;3.11;18675
+71085;43.79584;2.44283;472;20220507;20.5;9.2;14.8;3.4;10.78;0;3.84;20668
+71085;43.79584;2.44283;472;20220508;21.2;10;15.6;2.4;11.24;0;3.71;20584
+71085;43.79584;2.44283;472;20220509;23.4;10.7;17;1.4;11.71;0;3.91;22174
+71085;43.79584;2.44283;472;20220510;25.3;10.8;18.1;1.8;12.21;0;4.38;23813
+71085;43.79584;2.44283;472;20220511;25.8;12.8;19.3;3;12.01;0;4.95;22615
+71085;43.79584;2.44283;472;20220512;23.8;11.9;17.8;2.7;12.98;0;4.19;21756
+71085;43.79584;2.44283;472;20220513;23.7;12;17.8;1.7;13.78;0;3.87;21551
+71085;43.79584;2.44283;472;20220514;27.6;13.4;20.5;1.8;14.84;0;4.65;23919
+71085;43.79584;2.44283;472;20220515;24.1;16.5;20.3;4.7;12.48;0;4.88;17508
+71085;43.79584;2.44283;472;20220516;26.3;12.3;19.3;1.8;13.98;0;4.52;23918
+71085;43.79584;2.44283;472;20220517;29;15.7;22.3;1.9;15.18;0;4.99;23595
+71085;43.79584;2.44283;472;20220518;29.8;16.3;23.1;2.9;15.28;0;5.56;23616
+71085;43.79584;2.44283;472;20220519;25;16.7;20.9;5.3;14.31;0;5.04;18703
+71085;43.79584;2.44283;472;20220520;27.1;18.2;22.7;4.8;13.98;0;5.66;19292
+71085;43.79584;2.44283;472;20220521;31.1;14.3;22.7;2.1;16.08;.1;5.62;26866
+71085;43.79584;2.44283;472;20220522;30.3;17.7;24;2.2;17.34;.8;5.22;23000
+71085;43.79584;2.44283;472;20220523;17.7;15.7;16.7;3.8;15.78;2;2.01;8693
+71085;43.79584;2.44283;472;20220524;15.3;11;13.1;3.9;12.41;1.2;2.28;13395
+71085;43.79584;2.44283;472;20220525;18;9.7;13.8;4.6;11.08;0;3.45;18979
+71085;43.79584;2.44283;472;20220526;17.3;9.5;13.4;4.5;11.71;0;3.1;18408
+71085;43.79584;2.44283;472;20220527;23.7;11.7;17.7;3.9;13.48;0;4.53;23044
+71085;43.79584;2.44283;472;20220528;24;12.5;18.2;3.9;12.41;0;4.81;22544
+71085;43.79584;2.44283;472;20220529;23.4;10.4;16.9;2.9;8.84;0;5;24140
+71085;43.79584;2.44283;472;20220530;23.8;10.3;17.1;1.9;10.01;1.2;4.61;24600
+71085;43.79584;2.44283;472;20220531;24.7;13.3;19;1.8;13.91;.6;4.3;22697
+71085;43.79584;2.44283;472;20220601;28.6;14.6;21.6;2.7;13.98;0;5.58;25342
+71085;43.79584;2.44283;472;20220602;26.6;15.4;21;3.5;14.64;0;5.13;22423
+71085;43.79584;2.44283;472;20220603;27.7;16.1;21.9;3.6;15.31;.3;5.4;22910
+71085;43.79584;2.44283;472;20220604;27.8;15.5;21.7;3.1;18.21;4.4;4.91;23545
+71085;43.79584;2.44283;472;20220605;22.6;15.8;19.2;3.3;17.18;.1;3.48;17456
+71085;43.79584;2.44283;472;20220606;28.3;13.3;20.8;1.8;15.28;1;5.06;26062
+71085;43.79584;2.44283;472;20220607;21.8;14.8;18.3;2.8;15.51;0;3.45;17568
+71085;43.79584;2.44283;472;20220608;17.8;13.5;15.7;2.7;14.81;4.7;2.42;13538
+71085;43.79584;2.44283;472;20220609;17.6;11.8;14.7;4.5;13.11;.3;2.88;16085
+71085;43.79584;2.44283;472;20220610;26.3;12.2;19.3;3.1;13.64;0;5.25;25532
+71085;43.79584;2.44283;472;20220611;32;14.1;23.1;1.9;13.58;0;6.17;28968
+71085;43.79584;2.44283;472;20220612;29.4;17.2;23.3;2.3;15.71;1.2;5.37;23615
+71085;43.79584;2.44283;472;20220613;30.1;17.8;23.9;2.9;18.98;0;5.43;23816
+71085;43.79584;2.44283;472;20220614;33.7;17.9;25.8;2;17.28;.1;6.24;27273
+71085;43.79584;2.44283;472;20220615;33.9;20.7;27.3;2.3;15.58;0;6.33;24665
+71085;43.79584;2.44283;472;20220616;34.8;19.3;27.1;1.7;17.11;0;6.19;26959
+71085;43.79584;2.44283;472;20220617;36.9;20.6;28.7;1.9;15.37;0;6.84;27810
+71085;43.79584;2.44283;472;20220618;32.1;21.9;27;5;13.74;0;8;22626
+71085;43.79584;2.44283;472;20220619;29.6;21.5;25.6;9.3;14.81;0;8.71;19186
+71085;43.79584;2.44283;472;20220620;27.1;19;23.1;4.8;17.34;0;5.61;20528
+71085;43.79584;2.44283;472;20220621;27.9;19;23.4;3.2;19.61;1.6;4.97;21323
+71085;43.79584;2.44283;472;20220622;27.7;18.5;23.1;3.3;18.61;7.4;4.77;19589
+71085;43.79584;2.44283;472;20220623;27;17.3;22.1;2.4;19.08;12.8;4.38;21031
+71085;43.79584;2.44283;472;20220624;23.1;14.9;19;2.6;15.71;6.1;3.83;19396
+71085;43.79584;2.44283;472;20220625;25.5;14.1;19.8;3;15.64;3.3;4.66;23223
+71085;43.79584;2.44283;472;20220626;21.6;15.3;18.4;2.3;17.56;3.8;3.23;16295
+71085;43.79584;2.44283;472;20220627;16.5;13.9;15.2;3.7;15.8;1.8;1.9;10502
+71085;43.79584;2.44283;472;20220628;24.2;13.2;18.7;3.3;14.21;0;4.56;22575
+71085;43.79584;2.44283;472;20220629;29;13;21;2.3;13.58;2;5.64;27198
+71085;43.79584;2.44283;472;20220630;15.4;15;15.2;3.4;15.44;2.2;1.1;3415
+71085;43.79584;2.44283;472;20220701;22.4;11.4;16.9;3.2;12.34;0;4.34;22454
+71085;43.79584;2.44283;472;20220702;31.2;11.1;21.2;1.7;12.14;0;6.02;30462
+71085;43.79584;2.44283;472;20220703;29.6;16.4;23;2.5;15.54;.2;5.51;24451
+71085;43.79584;2.44283;472;20220704;25.6;16.1;20.9;3.5;18.21;.1;4.3;20703
+71085;43.79584;2.44283;472;20220705;28;16.8;22.4;3.3;17.01;0;5.17;22576
+71085;43.79584;2.44283;472;20220706;27.4;15.7;21.5;3;13.44;0;5.36;23028
+71085;43.79584;2.44283;472;20220707;27;14.7;20.8;4;13.48;0;5.61;23541
+71085;43.79584;2.44283;472;20220708;28.1;15;21.5;3.3;13.68;0;5.67;24303
+71085;43.79584;2.44283;472;20220709;30.5;14.9;22.7;2.6;12.51;0;6.14;26652
+71085;43.79584;2.44283;472;20220710;32.2;16.6;24.4;2.6;12.71;0;6.44;26402
+71085;43.79584;2.44283;472;20220711;33.5;18.6;26.1;2;13.68;0;6.24;25943
+71085;43.79584;2.44283;472;20220712;34.2;20.2;27.2;2.3;14.14;0;6.47;24774
+71085;43.79584;2.44283;472;20220713;34.2;19;26.6;2.2;13.04;0;6.48;25922
+71085;43.79584;2.44283;472;20220714;35.5;19.1;27.3;2.2;14.24;0;6.74;26965
+71085;43.79584;2.44283;472;20220715;34.4;19.6;27;2.2;14.41;0;6.41;25574
+71085;43.79584;2.44283;472;20220716;36;18.4;27.2;1.9;13.24;0;6.61;27757
+71085;43.79584;2.44283;472;20220717;36.7;20;28.4;2.3;12.71;0;7.16;27186
+71085;43.79584;2.44283;472;20220718;34.2;21.9;28.1;4.4;13.84;0;7.89;23083
+71085;43.79584;2.44283;472;20220719;33.5;23.5;28.5;4.7;12.81;0;7.94;20729
+71085;43.79584;2.44283;472;20220720;28.6;18.9;23.7;3.2;16.71;0;5.15;20273
+71085;43.79584;2.44283;472;20220721;33.3;17.9;25.6;2.6;14.81;0;6.4;25685
+71085;43.79584;2.44283;472;20220722;31.6;19.5;25.5;3;15.71;.9;6.01;22348
+71085;43.79584;2.44283;472;20220723;28.5;16.6;22.6;3.4;15.98;0;5.34;22349
+71085;43.79584;2.44283;472;20220724;35.6;16.7;26.2;1.7;14.44;0;6.35;28281
+71085;43.79584;2.44283;472;20220725;25.3;18.4;21.9;3.5;16.91;.1;4.17;16808
+71085;43.79584;2.44283;472;20220726;26.2;16.5;21.4;4.2;14.14;0;5.14;19859
+71085;43.79584;2.44283;472;20220727;28;13.4;20.7;3.3;11.91;0;5.68;24394
+71085;43.79584;2.44283;472;20220728;28.6;14.7;21.7;2.7;13.54;2.4;5.33;23673
+71085;43.79584;2.44283;472;20220729;26.6;16.9;21.8;3;16.51;1.8;4.46;19619
+71085;43.79584;2.44283;472;20220730;29.5;17;23.3;3.2;16.31;0;5.39;22173
+71085;43.79584;2.44283;472;20220731;32.3;17.1;24.7;2.8;15.04;0;6.07;24564
+71085;43.79584;2.44283;472;20220801;33.2;18.3;25.8;2.9;15.34;0;6.32;24176
+71085;43.79584;2.44283;472;20220802;34.8;18.4;26.6;2.3;13.24;0;6.34;25128
+71085;43.79584;2.44283;472;20220803;35.1;21.8;28.4;2.6;12.98;0;6.51;22487
+71085;43.79584;2.44283;472;20220804;35;19.9;27.5;2.3;14.64;0;6.27;23960
+71085;43.79584;2.44283;472;20220805;30.4;18.8;24.6;3.5;19.08;.8;5.26;20933
+71085;43.79584;2.44283;472;20220806;32.6;18.1;25.4;3;17.68;0;5.87;23251
+71085;43.79584;2.44283;472;20220807;33.2;18.7;25.9;2.4;13.41;0;5.98;23217
+71085;43.79584;2.44283;472;20220808;33.8;17.8;25.8;2.3;10.41;0;6.16;24173
+71085;43.79584;2.44283;472;20220809;35.1;19.4;27.3;2.2;10.51;0;6.25;23877
+71085;43.79584;2.44283;472;20220810;35.3;20.4;27.9;2.5;11.68;0;6.5;23067
+71085;43.79584;2.44283;472;20220811;34.6;21.2;27.9;2.8;16.98;0;6.16;21855
+71085;43.79584;2.44283;472;20220812;37;21.4;29.2;2;17.44;0;5.97;23427
+71085;43.79584;2.44283;472;20220813;35.4;19.8;27.6;2.1;18.54;.7;5.77;23412
+71085;43.79584;2.44283;472;20220814;27.4;19.6;23.5;3;19.58;.3;3.92;16017
+71085;43.79584;2.44283;472;20220815;27.5;16.3;21.9;2.3;15.34;0;4.35;19522
+71085;43.79584;2.44283;472;20220816;31;16.3;23.6;2.6;15.11;6.3;5.34;22317
+71085;43.79584;2.44283;472;20220817;21.3;15.6;18.5;2.4;17.31;.9;2.58;13549
+71085;43.79584;2.44283;472;20220818;23.6;15.4;19.5;4.6;15.68;1;3.79;16325
+71085;43.79584;2.44283;472;20220819;22.7;15.4;19.1;4.6;16.28;.8;3.35;15203
+71085;43.79584;2.44283;472;20220820;29.1;15.7;22.4;2.7;15.94;0;4.72;20658
+71085;43.79584;2.44283;472;20220821;27;17.1;22;3;15.51;0;4.26;17412
+71085;43.79584;2.44283;472;20220822;23.1;17.6;20.4;3.4;17.31;1;3.07;12931
+71085;43.79584;2.44283;472;20220823;30;17.7;23.8;2.6;17.91;0;4.55;19402
+71085;43.79584;2.44283;472;20220824;33.8;18.1;26;2.2;14.98;0;5.38;21783
+71085;43.79584;2.44283;472;20220825;29.7;18.9;24.3;3;17.08;.7;4.67;17821
+71085;43.79584;2.44283;472;20220826;28.6;17.7;23.2;3.3;17.64;.1;4.44;17895
+71085;43.79584;2.44283;472;20220827;29.8;16.8;23.3;2.6;15.38;.1;4.7;19372
+71085;43.79584;2.44283;472;20220828;32.3;17.2;24.7;1.8;12.64;0;4.82;20713
+71085;43.79584;2.44283;472;20220829;31.4;19.7;25.6;3;15.51;3.7;5.17;18130
+71085;43.79584;2.44283;472;20220830;30.6;16.6;23.6;2.1;16.71;0;4.41;19605
+71085;43.79584;2.44283;472;20220831;28.4;17;22.7;2.4;16.08;0;4.1;17701
+71085;43.79584;2.44283;472;20220901;28.3;17.2;22.7;2.7;17.68;.2;3.98;17197
+71085;43.79584;2.44283;472;20220902;27.1;17.4;22.2;1.8;17.14;13.9;3.41;15766
+71085;43.79584;2.44283;472;20220903;26.1;15.9;21;1.5;17.68;1.1;3.09;16123
+71085;43.79584;2.44283;472;20220904;28.7;17.3;23;3.8;18.91;0;4.24;17025
+71085;43.79584;2.44283;472;20220905;28.3;21;24.7;4.9;20.51;0;4.21;13353
+71085;43.79584;2.44283;472;20220906;30;21;25.5;3.1;20.54;1.1;4.05;14798
+71085;43.79584;2.44283;472;20220907;25.6;17;21.3;2.2;17.91;2.1;3.03;14149
+71085;43.79584;2.44283;472;20220908;25.8;13.6;19.7;1.9;13.81;.8;3.41;17038
+71085;43.79584;2.44283;472;20220909;19.9;13.8;16.9;2;14.44;1.4;2.24;11554
+71085;43.79584;2.44283;472;20220910;25.1;12.4;18.8;2.2;12.68;0;3.47;17044
+71085;43.79584;2.44283;472;20220911;31.1;13.2;22.1;1.9;12.48;0;4.33;20262
+71085;43.79584;2.44283;472;20220912;29.4;18.6;24;4.2;16.74;0;4.73;15492
+71085;43.79584;2.44283;472;20220913;27.9;21.8;24.8;4.5;21.48;.6;3.62;11326
+71085;43.79584;2.44283;472;20220914;26.7;18.1;22.4;2.9;18.94;3.6;3.25;13439
+71085;43.79584;2.44283;472;20220915;27.2;15.5;21.3;2.2;16.21;.5;3.36;15630
+71085;43.79584;2.44283;472;20220916;23.2;16;19.6;4.4;14.71;.5;3.34;12024
+71085;43.79584;2.44283;472;20220917;20.1;10.2;15.2;3.2;8.64;0;3.31;14064
+71085;43.79584;2.44283;472;20220918;24.9;6.5;15.7;2.1;6.51;0;3.76;19279
+71085;43.79584;2.44283;472;20220919;25.3;9.7;17.5;2.1;6.98;0;3.78;17441
+71085;43.79584;2.44283;472;20220920;24;9.2;16.6;2.4;7.88;0;3.6;16849
+71085;43.79584;2.44283;472;20220921;23.6;8.4;16;2.3;8.38;0;3.41;16921
+71085;43.79584;2.44283;472;20220922;24.5;12.3;18.4;2;11.91;0;3.03;14910
+71085;43.79584;2.44283;472;20220923;22;12.8;17.4;3.2;13.61;28.4;2.76;12774
+71085;43.79584;2.44283;472;20220924;17.9;13.1;15.5;3;14.51;1.5;1.68;8829
+71085;43.79584;2.44283;472;20220925;16.9;10.9;13.9;3.3;12.21;.4;1.89;9798
+71085;43.79584;2.44283;472;20220926;16.5;8.7;12.6;3.8;11.14;4.8;2;11255
+71085;43.79584;2.44283;472;20220927;14.7;10.6;12.7;5.6;12.34;9.1;1.47;7743
+71085;43.79584;2.44283;472;20220928;14.7;12.1;13.4;6.6;14.38;17.9;.94;6123
+71085;43.79584;2.44283;472;20220929;13.4;10.5;11.9;3.8;12.61;12.3;1.06;6440
+71085;43.79584;2.44283;472;20220930;15.1;8.7;11.9;3.5;10.61;.4;1.77;9773
+71085;43.79584;2.44283;472;20221001;18.7;7.8;13.3;3.2;12.21;.5;2;12676
+71085;43.79584;2.44283;472;20221002;21.9;13.8;17.9;2.7;15.01;.1;2.25;10703
+71085;43.79584;2.44283;472;20221003;21.2;12.2;16.7;2.3;13.34;0;2.2;11233
+71085;43.79584;2.44283;472;20221004;23.6;10.6;17.1;1.4;12.51;.1;2.26;13453
+71085;43.79584;2.44283;472;20221005;20.5;12.7;16.6;3;13.71;.1;2.18;10170
+71085;43.79584;2.44283;472;20221006;20;14.1;17;2.2;15.61;.3;1.65;8629
+71085;43.79584;2.44283;472;20221007;20.5;12.2;16.4;2.3;14.48;.2;1.85;10240
+71085;43.79584;2.44283;472;20221008;19.3;14.5;16.9;1.8;15.18;1.6;1.52;7577
+71085;43.79584;2.44283;472;20221009;21.3;11.7;16.5;2.8;13.91;0;2.09;10870
+71085;43.79584;2.44283;472;20221010;22;14.6;18.3;3.1;14.68;0;2.26;9266
+71085;43.79584;2.44283;472;20221011;21.4;12.3;16.9;1.3;13.64;0;1.75;10254
+71085;43.79584;2.44283;472;20221012;22;12.5;17.2;1.4;13.91;1;1.78;10305
+71085;43.79584;2.44283;472;20221013;19;11.3;15.2;1.9;14.11;2.8;1.47;9034
+71085;43.79584;2.44283;472;20221014;18;13.8;15.9;3.9;16.11;2.3;1.18;6295
+71085;43.79584;2.44283;472;20221015;25.3;11.4;18.3;2.6;14.41;0;2.43;12132
+71085;43.79584;2.44283;472;20221016;21.4;16.3;18.9;5.8;16.91;0;2.14;6996
+71085;43.79584;2.44283;472;20221017;20.4;18;19.2;6.4;17.61;0;1.95;4479
+71085;43.79584;2.44283;472;20221018;21.4;17.6;19.5;4.2;17.58;0;1.88;5496
+71085;43.79584;2.44283;472;20221019;21;17.3;19.1;5;17.01;.8;2.01;5475
+71085;43.79584;2.44283;472;20221020;19.6;17.6;18.6;4.6;17.94;.8;1.39;3794
+71085;43.79584;2.44283;472;20221021;22.4;17.4;19.9;2.5;15.74;.1;1.94;6403
+71085;43.79584;2.44283;472;20221022;22.9;13.7;18.3;2.7;14.14;0;2.13;8931
+71085;43.79584;2.44283;472;20221023;22.3;16.7;19.5;4.8;15.34;.1;2.55;6748
+71085;43.79584;2.44283;472;20221024;22.3;16;19.2;1.9;14.31;0;1.82;6989
+71085;43.79584;2.44283;472;20221025;21.7;12.7;17.2;2.9;12.88;0;2.07;8503
+71085;43.79584;2.44283;472;20221026;22.2;13.7;18;2.6;15.18;.1;1.71;8050
+71085;43.79584;2.44283;472;20221027;22.8;17.4;20.1;4.4;15.94;0;2.41;6202
+71085;43.79584;2.44283;472;20221028;22.4;17;19.7;4.6;14.98;0;2.53;6088
+71085;43.79584;2.44283;472;20221029;22.1;16.7;19.4;5.6;11.44;0;3.69;6003
+71085;43.79584;2.44283;472;20221030;21;15.9;18.5;4.9;14.21;0;2.38;5823
+71085;43.79584;2.44283;472;20221031;21.1;16.1;18.6;4.9;15.11;6.3;2.21;5600
+71085;43.79584;2.44283;472;20221101;17.9;12.7;15.3;2.6;13.81;0;1.25;5707
+71085;43.79584;2.44283;472;20221102;19.2;9.8;14.5;1.6;11.11;0;1.35;7752
+71085;43.79584;2.44283;472;20221103;17.2;10.7;13.9;4;11.88;7.3;1.56;6192
+71085;43.79584;2.44283;472;20221104;9.4;8.7;9;5.9;10.08;17.8;.77;1474
+71085;43.79584;2.44283;472;20221105;11.7;4.3;8;3.6;8.04;0;1.2;6536
+71085;43.79584;2.44283;472;20221106;18.1;3.7;10.9;2.3;6.78;0;1.76;9243
+71085;43.79584;2.44283;472;20221107;18.6;6.7;12.7;2.9;9.98;0;1.6;8222
+71085;43.79584;2.44283;472;20221108;17.6;13;15.3;4.9;13.64;0;1.42;4729
+71085;43.79584;2.44283;472;20221109;17;14.1;15.5;3;14.08;2.4;1.15;3563
+71085;43.79584;2.44283;472;20221110;14.4;9.8;12.1;2.7;11.54;0;.95;4700
+71085;43.79584;2.44283;472;20221111;17.5;7.8;12.6;5.3;12.74;0;1.16;7021
+71085;43.79584;2.44283;472;20221112;20;13.4;16.7;4.3;11.64;0;2.3;5554
+71085;43.79584;2.44283;472;20221113;20.4;11.9;16.1;3.2;8.54;0;2.51;6103
+71085;43.79584;2.44283;472;20221114;15.5;13;14.2;3.9;13.08;.8;1.14;3065
+71085;43.79584;2.44283;472;20221115;15.9;11.8;13.8;3.1;13.08;6.5;.94;3962
+71085;43.79584;2.44283;472;20221116;16.3;9.2;12.7;1.9;11.24;.1;.95;5487
+71085;43.79584;2.44283;472;20221117;14.6;10.2;12.4;3.2;11.44;10.9;1.04;3898
+71085;43.79584;2.44283;472;20221118;11.3;8.2;9.7;4.5;10.34;6.3;.8;3170
+71085;43.79584;2.44283;472;20221119;7.7;6.1;6.9;4;8.98;2.5;.55;2044
+71085;43.79584;2.44283;472;20221120;9.4;4.4;6.9;3.5;8.68;1.9;.66;4287
+71085;43.79584;2.44283;472;20221121;9.8;5.4;7.6;3.8;9.21;19.4;.61;3916
+71085;43.79584;2.44283;472;20221122;5.9;4.1;5;5.4;8.41;16.4;.3;2150
+71085;43.79584;2.44283;472;20221123;12.4;5.8;9.1;3.8;10.24;8.9;.67;4847
+71085;43.79584;2.44283;472;20221124;12.2;6.6;9.4;2.1;9.88;.3;.66;4298
+71085;43.79584;2.44283;472;20221125;8.8;6.6;7.7;2.5;9.68;8;.48;2032
+71085;43.79584;2.44283;472;20221126;10.6;5.6;8.1;2.6;8.38;0;.81;3934
+71085;43.79584;2.44283;472;20221127;11.6;4.8;8.2;3.9;7.14;3.4;1.39;4653
+71085;43.79584;2.44283;472;20221128;8.4;7.4;7.9;3.7;10.01;13;.45;1325
+71085;43.79584;2.44283;472;20221129;7.7;4.9;6.3;3.4;8.44;.4;.53;2718
+71085;43.79584;2.44283;472;20221130;7.2;1.6;4.4;2.5;7.21;0;.5;4093
+71085;43.79584;2.44283;472;20221201;3.1;.3;1.7;2.3;6.88;.1;.23;2629
+71085;43.79584;2.44283;472;20221202;4.2;1.9;3;1.3;7.14;.2;.36;2046
+71085;43.79584;2.44283;472;20221203;6;1.7;3.8;1.3;7.28;1.8;.37;3337
+71085;43.79584;2.44283;472;20221204;6.8;3.7;5.3;1.9;7.38;2.1;.55;2727
+71085;43.79584;2.44283;472;20221205;11.4;-.8;5.3;2.2;5.54;.1;.92;6099
+71085;43.79584;2.44283;472;20221206;11.9;2.3;7.1;2.1;5.61;.1;1.1;5280
+71085;43.79584;2.44283;472;20221207;10.9;3.3;7.1;1.6;5.88;0;.85;4572
+71085;43.79584;2.44283;472;20221208;7.6;2;4.8;2.7;7.48;1;.48;3838
+71085;43.79584;2.44283;472;20221209;10.1;6.2;8.2;2.4;10.11;.2;.44;2763
+71085;43.79584;2.44283;472;20221210;.4;1.5;.9;5.3;6.68;0;.12;0
+71085;43.79584;2.44283;472;20221211;6.9;-5.3;.8;2.6;4.01;0;.84;5862
+71085;43.79584;2.44283;472;20221212;5.7;-2;1.8;2.9;4.91;14.5;.74;4463
+71085;43.79584;2.44283;472;20221213;11.2;2.7;7;3.9;9.94;1.3;.22;4751
+71085;43.79584;2.44283;472;20221214;12;7.5;9.7;2.8;10.88;1.4;.51;3116
+71085;43.79584;2.44283;472;20221215;10.9;8.3;9.6;4.3;11.04;8.4;.47;2288
+71085;43.79584;2.44283;472;20221216;10;7.8;8.9;2.4;10.21;.2;.51;2038
+71085;43.79584;2.44283;472;20221217;7.2;3.4;5.3;2.4;7.44;0;.53;2925
+71085;43.79584;2.44283;472;20221218;9.7;1.4;5.6;5.2;7.88;0;.66;4671
+71085;43.79584;2.44283;472;20221219;13.2;9.4;11.3;8.5;10.98;0;1.19;2890
+71085;43.79584;2.44283;472;20221220;12.8;11.4;12.1;6.5;11.31;0;1.19;1411
+71085;43.79584;2.44283;472;20221221;13.6;9.7;11.6;2.3;11.21;.1;.72;2866
+71085;43.79584;2.44283;472;20221222;14;8.2;11.1;3.8;11.78;4.2;.63;3531
+71085;43.79584;2.44283;472;20221223;17;11.4;14.2;2.9;13.04;0;.91;3630
+71085;43.79584;2.44283;472;20221224;17.8;9;13.4;1.5;10.48;.1;.84;4707
+71085;43.79584;2.44283;472;20221225;14.2;8.5;11.3;3.8;9.98;.1;1.07;3713
+71085;43.79584;2.44283;472;20221226;15.2;9.8;12.5;2.8;11.38;.2;.89;3514
+71085;43.79584;2.44283;472;20221227;12.9;8.4;10.6;2;10.58;.2;.65;3243
+71085;43.79584;2.44283;472;20221228;13.6;6.2;9.9;2.6;9.31;.1;.89;4419
+71085;43.79584;2.44283;472;20221229;13.3;7.1;10.2;2.4;9.91;2.5;.75;3851
+71085;43.79584;2.44283;472;20221230;15.6;6.9;11.3;2.6;10.08;.1;.93;4819
+71085;43.79584;2.44283;472;20221231;14.4;9.8;12.1;4.6;11.11;0;1.07;3367
+71086;43.81808;2.75165;462;20220101;17.1;1.7;9.4;.7;7.39;.1;.61;6566
+71086;43.81808;2.75165;462;20220102;12.6;-.2;6.2;2.1;7.99;.1;.72;5976
+71086;43.81808;2.75165;462;20220103;11.3;4.9;8.1;1.2;9.09;0;.63;3984
+71086;43.81808;2.75165;462;20220104;11.2;2;6.6;1.8;8.94;5.3;.42;4945
+71086;43.81808;2.75165;462;20220105;4.5;3.7;4.1;5.8;5.99;.1;1.22;1000
+71086;43.81808;2.75165;462;20220106;4.5;-.3;2.1;5.2;5.09;0;1.06;3472
+71086;43.81808;2.75165;462;20220107;1.4;-2.3;-.4;4.1;5.99;8.6;.23;2908
+71086;43.81808;2.75165;462;20220108;7.4;1.8;4.6;6;8.94;10.5;.13;3815
+71086;43.81808;2.75165;462;20220109;6.1;5;5.5;4.4;8.34;21.4;.57;1259
+71086;43.81808;2.75165;462;20220110;6.6;4.6;5.6;2.9;7.99;1.5;.55;1943
+71086;43.81808;2.75165;462;20220111;5.8;-1.8;2;3.9;5.89;.1;.61;4597
+71086;43.81808;2.75165;462;20220112;5.4;-1.7;1.9;3;5.39;0;.67;4525
+71086;43.81808;2.75165;462;20220113;7.1;-5;1.1;.8;4.69;0;.48;6226
+71086;43.81808;2.75165;462;20220114;12.4;-5.7;3.4;.7;4.24;.1;.56;7939
+71086;43.81808;2.75165;462;20220115;10;-5.3;2.4;1.7;4.24;0;.89;7313
+71086;43.81808;2.75165;462;20220116;7.5;-4.7;1.4;2.7;4.84;.1;.8;6463
+71086;43.81808;2.75165;462;20220117;6.8;-4.3;1.2;2.9;5.24;.1;.58;6202
+71086;43.81808;2.75165;462;20220118;5;-4.8;.1;1.2;5.19;0;.48;5864
+71086;43.81808;2.75165;462;20220119;3.7;-3.4;.2;3;6.19;.6;.31;4965
+71086;43.81808;2.75165;462;20220120;6.1;.2;3.2;4.1;6.34;.1;.76;4508
+71086;43.81808;2.75165;462;20220121;4.8;-1.8;1.5;4.5;4.89;0;.98;4855
+71086;43.81808;2.75165;462;20220122;5.6;-3.6;1;3.2;4.74;.1;.76;5930
+71086;43.81808;2.75165;462;20220123;12.5;-5.6;3.4;1.5;4.89;0;.91;8760
+71086;43.81808;2.75165;462;20220124;12.2;-1.6;5.3;2;6.24;0;.96;7648
+71086;43.81808;2.75165;462;20220125;12.5;-4.1;4.2;1.3;5.84;0;.75;8549
+71086;43.81808;2.75165;462;20220126;11.2;-4.3;3.5;2.1;5.59;0;.88;8335
+71086;43.81808;2.75165;462;20220127;10.3;-3.2;3.5;3.3;5.64;0;1.13;7759
+71086;43.81808;2.75165;462;20220128;-.9;-4.7;-2.8;4.3;5.04;0;.23;3652
+71086;43.81808;2.75165;462;20220129;4.8;-3.1;.8;3.3;5.29;0;.58;5840
+71086;43.81808;2.75165;462;20220130;.9;-2;-.5;4.8;6.04;0;.22;3338
+71086;43.81808;2.75165;462;20220131;5.9;.2;3;7.2;7.34;3;.49;5102
+71086;43.81808;2.75165;462;20220201;4.6;1.4;3;7.3;6.69;1.9;.75;3657
+71086;43.81808;2.75165;462;20220202;9.1;3.9;6.5;6;8.79;.8;.79;4987
+71086;43.81808;2.75165;462;20220203;14;.1;7;2.6;7.59;.1;1.28;8679
+71086;43.81808;2.75165;462;20220204;8.9;5.2;7.1;3.9;9.29;1.8;.68;4175
+71086;43.81808;2.75165;462;20220205;8.8;5.6;7.2;4.7;8.39;.3;1.01;3640
+71086;43.81808;2.75165;462;20220206;5.9;-1.2;2.4;5.3;7.04;2.6;.55;6277
+71086;43.81808;2.75165;462;20220207;9.4;5;7.2;6.9;8.54;1.6;1.13;4818
+71086;43.81808;2.75165;462;20220208;16.5;-1.1;7.7;2.2;5.99;0;1.63;10578
+71086;43.81808;2.75165;462;20220209;11.3;-2.3;4.5;2.7;7.04;0;1.05;9355
+71086;43.81808;2.75165;462;20220210;4.1;.5;2.3;2;7.7;0;1.38;11633
+71086;43.81808;2.75165;462;20220211;11.9;5;8.5;3.6;7.47;0;1.53;8933
+71086;43.81808;2.75165;462;20220212;11.5;-1.4;5.1;3.4;6.57;.9;1.36;9133
+71086;43.81808;2.75165;462;20220213;12.1;3.9;8;4.8;9.27;8.1;1.23;6600
+71086;43.81808;2.75165;462;20220214;9.3;7.5;8.4;5.7;8.6;5.9;1.34;5266
+71086;43.81808;2.75165;462;20220215;8;3.8;5.9;6.2;7.84;5.4;1.1;6566
+71086;43.81808;2.75165;462;20220216;8.5;5.7;7.1;6.1;10.18;12.8;.5;5835
+71086;43.81808;2.75165;462;20220217;11;9.4;10.2;5.8;11.88;2.5;.5;3227
+71086;43.81808;2.75165;462;20220218;16.7;6.9;11.8;3.7;10.88;.7;1.53;8874
+71086;43.81808;2.75165;462;20220219;9.9;5.5;7.7;4.5;7.14;0;1.68;5815
+71086;43.81808;2.75165;462;20220220;9.8;1.4;5.6;4.3;8.28;2.7;.7;7473
+71086;43.81808;2.75165;462;20220221;8.7;6.9;7.8;7.4;8.65;5.4;1.1;3468
+71086;43.81808;2.75165;462;20220222;10.7;5.6;8.2;6;8.04;.1;1.69;6505
+71086;43.81808;2.75165;462;20220223;16.8;3.7;10.2;2.9;8.34;0;1.95;11068
+71086;43.81808;2.75165;462;20220224;15.4;5.7;10.5;4;9.19;.8;1.94;9517
+71086;43.81808;2.75165;462;20220225;10.1;4.8;7.5;4.5;6.44;0;1.92;6949
+71086;43.81808;2.75165;462;20220226;12.3;-3.8;4.3;3.9;5.14;0;2.06;12845
+71086;43.81808;2.75165;462;20220227;13.3;2.3;7.8;3;7.14;0;1.83;10671
+71086;43.81808;2.75165;462;20220228;14.4;1.2;7.8;2.2;7.39;0;1.7;11861
+71086;43.81808;2.75165;462;20220301;11.9;.6;6.2;3.9;7.54;0;1.58;10955
+71086;43.81808;2.75165;462;20220302;7.7;6.2;7;3.7;9.14;.1;.76;3596
+71086;43.81808;2.75165;462;20220303;16.2;6.7;11.5;1.9;9.79;0;1.65;10346
+71086;43.81808;2.75165;462;20220304;9;7.3;8.1;4.6;9.54;4.2;.97;3956
+71086;43.81808;2.75165;462;20220305;7;5.2;6.1;4.8;8.79;.7;.72;4104
+71086;43.81808;2.75165;462;20220306;9.6;4.4;7;2.9;7.39;0;1.38;7705
+71086;43.81808;2.75165;462;20220307;11.3;-3.1;4.1;2;6.09;0;1.52;13528
+71086;43.81808;2.75165;462;20220308;7.4;2.9;5.2;3.9;8.19;1.7;.92;7335
+71086;43.81808;2.75165;462;20220309;10.1;5.3;7.7;4.4;8.85;0;1.25;8251
+71086;43.81808;2.75165;462;20220310;12;7.9;10;5.8;9.51;3.4;1.62;7612
+71086;43.81808;2.75165;462;20220311;9.4;8.6;9;8.4;9.51;29.4;1.22;2959
+71086;43.81808;2.75165;462;20220312;8.1;7.4;7.8;6.6;9.59;52.7;.86;2308
+71086;43.81808;2.75165;462;20220313;8.5;7;7.8;5.5;8.39;31.9;1.37;4136
+71086;43.81808;2.75165;462;20220314;9.8;2.2;6;8.4;9.51;14;.62;10919
+71086;43.81808;2.75165;462;20220315;10.8;9.7;10.3;10.6;10.88;4;1.17;3859
+71086;43.81808;2.75165;462;20220316;11.6;10;10.8;5.2;10.65;0;1.34;4965
+71086;43.81808;2.75165;462;20220317;13.6;7.2;10.4;1.9;11.34;1;1.34;9852
+71086;43.81808;2.75165;462;20220318;13.1;7;10.1;2.9;9.54;.9;1.51;7433
+71086;43.81808;2.75165;462;20220319;15.1;6.2;10.6;3.6;7.44;0;2.68;15133
+71086;43.81808;2.75165;462;20220320;10.5;6.4;8.5;7.7;8.8;10.8;1.55;4866
+71086;43.81808;2.75165;462;20220321;11.7;7.6;9.7;9.1;8.1;.5;2.57;9466
+71086;43.81808;2.75165;462;20220322;13;5.4;9.2;9.2;6.5;0;3.47;17500
+71086;43.81808;2.75165;462;20220323;14;4.4;9.2;7.3;6;0;3.6;18900
+71086;43.81808;2.75165;462;20220324;16.7;4.9;10.8;5.6;5.57;0;3.9;17457
+71086;43.81808;2.75165;462;20220325;17.4;4.7;11.1;4.5;5.37;0;3.8;17533
+71086;43.81808;2.75165;462;20220326;17.8;4.2;11;4.7;6.3;0;3.81;19833
+71086;43.81808;2.75165;462;20220327;19.4;4.5;12;4.2;6.34;0;3.99;19366
+71086;43.81808;2.75165;462;20220328;18.9;7.2;13;5.7;6.07;0;4.55;17466
+71086;43.81808;2.75165;462;20220329;16.4;9.3;12.9;4.3;8.6;3.2;2.89;12233
+71086;43.81808;2.75165;462;20220330;11.8;7.6;9.7;3;10.17;1.1;1.31;6633
+71086;43.81808;2.75165;462;20220331;12;6.6;9.3;6.9;8.44;5.6;2.3;12400
+71086;43.81808;2.75165;462;20220401;6;.3;3.1;6.7;5.56;3.7;1.88;12149
+71086;43.81808;2.75165;462;20220402;5.7;-.9;2.4;5.1;5.05;.1;1.87;9833
+71086;43.81808;2.75165;462;20220403;5.6;-1.1;2.2;7.5;5.14;0;2.28;13759
+71086;43.81808;2.75165;462;20220404;10;-.2;4.9;2.6;5.05;0;2.79;21666
+71086;43.81808;2.75165;462;20220405;14.7;-1.1;6.8;3.2;6.11;0;2.93;22066
+71086;43.81808;2.75165;462;20220406;11.4;2.5;7;4.2;8.87;2;1.35;7966
+71086;43.81808;2.75165;462;20220407;14.7;6.6;10.7;6.1;10.54;6.6;2.01;9333
+71086;43.81808;2.75165;462;20220408;18;10;14;6.2;10.67;.3;3.35;14933
+71086;43.81808;2.75165;462;20220409;12.1;4.9;8.5;5.9;6.94;.3;2.87;15800
+71086;43.81808;2.75165;462;20220410;17.2;-1;8.1;4.6;6;.2;3.71;24066
+71086;43.81808;2.75165;462;20220411;13.2;7.5;10.3;10.1;9.64;.2;2.35;10533
+71086;43.81808;2.75165;462;20220412;14.9;9.1;12;9;8.94;.4;3.13;9300
+71086;43.81808;2.75165;462;20220413;16;9.1;12.5;3.1;9.1;1.2;2.37;9566
+71086;43.81808;2.75165;462;20220414;22.3;4.7;13.5;2.8;10.34;.4;3.7;21633
+71086;43.81808;2.75165;462;20220415;23.3;7.9;15.6;3.9;11.47;0;4.15;21800
+71086;43.81808;2.75165;462;20220416;22.9;8.5;15.7;5.3;10.34;0;4.93;24400
+71086;43.81808;2.75165;462;20220417;22.5;5.9;14.2;4.5;9;0;4.91;25400
+71086;43.81808;2.75165;462;20220418;18.8;6.8;12.8;4.1;10;0;3.57;21466
+71086;43.81808;2.75165;462;20220419;18.1;6.5;12.3;3.5;10.8;2.8;2.87;17833
+71086;43.81808;2.75165;462;20220420;12.5;8.6;10.5;2;11.07;16.8;1.07;4900
+71086;43.81808;2.75165;462;20220421;12.6;8.4;10.5;2.7;11.44;4.2;1.03;5066
+71086;43.81808;2.75165;462;20220422;19.1;8.4;13.7;2.4;11.47;.7;2.9;17800
+71086;43.81808;2.75165;462;20220423;14.6;10.7;12.6;5.7;10.17;26.4;2.36;6533
+71086;43.81808;2.75165;462;20220424;13.1;5.8;9.4;4.9;10.64;8;1.39;6766
+71086;43.81808;2.75165;462;20220425;16.5;6.8;11.7;3;9.77;0;3.38;23433
+71086;43.81808;2.75165;462;20220426;21.8;4;12.9;2.1;9.34;0;4.11;26666
+71086;43.81808;2.75165;462;20220427;22.3;8;15.1;3.1;10.5;0;4.01;22433
+71086;43.81808;2.75165;462;20220428;21.6;10.1;15.8;2.7;12.3;2.2;3.63;20833
+71086;43.81808;2.75165;462;20220429;21.6;11.8;16.7;3.8;13.57;.4;3.44;16266
+71086;43.81808;2.75165;462;20220430;20.8;11.6;16.2;4.2;11.74;0;4.2;21533
+71086;43.81808;2.75165;462;20220501;19.6;6.6;13.1;3.5;9.34;0;4.2;24633
+71086;43.81808;2.75165;462;20220502;19.2;9.1;14.2;2.4;10.3;.1;3.58;21133
+71086;43.81808;2.75165;462;20220503;18.8;10.2;14.5;2.1;12.24;5.8;2.47;12533
+71086;43.81808;2.75165;462;20220504;18.2;8.3;13.3;2.5;12.24;3.1;2.73;16633
+71086;43.81808;2.75165;462;20220505;18.1;8.4;13.2;3.9;10.77;.7;3.39;19433
+71086;43.81808;2.75165;462;20220506;17.4;5.8;11.6;3.9;10.19;0;3.26;20038
+71086;43.81808;2.75165;462;20220507;20.6;8.8;14.7;3.5;10.94;0;3.89;20259
+71086;43.81808;2.75165;462;20220508;21.3;7;14.2;2.3;11.44;0;3.76;22509
+71086;43.81808;2.75165;462;20220509;23.5;7.1;15.3;.6;12.24;.1;3.76;24298
+71086;43.81808;2.75165;462;20220510;25.3;7.7;16.5;.8;12.39;0;4.1;25327
+71086;43.81808;2.75165;462;20220511;25.3;7.2;16.2;2.3;12.44;0;4.63;25797
+71086;43.81808;2.75165;462;20220512;22.7;9.5;16.1;2.8;12.74;0;4.06;22030
+71086;43.81808;2.75165;462;20220513;24.2;8.1;16.2;1.5;13.84;0;4.07;24473
+71086;43.81808;2.75165;462;20220514;27.5;10.7;19.1;1.3;15.09;0;4.57;25141
+71086;43.81808;2.75165;462;20220515;23.1;14.4;18.8;4.8;13.19;.3;4.63;17965
+71086;43.81808;2.75165;462;20220516;27.3;11.2;19.3;1.6;14.84;.1;4.69;24804
+71086;43.81808;2.75165;462;20220517;28.8;11.5;20.2;1.2;15.19;0;4.77;25823
+71086;43.81808;2.75165;462;20220518;30.2;12.9;21.6;2.6;15.54;0;5.61;25861
+71086;43.81808;2.75165;462;20220519;25.1;16.1;20.6;5.7;15.39;0;5.05;18454
+71086;43.81808;2.75165;462;20220520;25.6;16.6;21.1;5.2;14.44;0;5.38;18664
+71086;43.81808;2.75165;462;20220521;30.3;11.3;20.8;1.8;16.09;.1;5.43;27505
+71086;43.81808;2.75165;462;20220522;30.7;14;22.3;2.1;17.94;.2;5.42;25781
+71086;43.81808;2.75165;462;20220523;18.2;17;17.6;4.4;16.24;1.7;2.1;6356
+71086;43.81808;2.75165;462;20220524;15.4;11.3;13.3;4.5;12.49;1.3;2.37;12470
+71086;43.81808;2.75165;462;20220525;19.5;10;14.8;5;11.09;0;3.96;19375
+71086;43.81808;2.75165;462;20220526;18.8;8.7;13.7;4.8;11.59;0;3.57;20027
+71086;43.81808;2.75165;462;20220527;24.6;10.2;17.4;4.1;13.54;.1;4.82;24129
+71086;43.81808;2.75165;462;20220528;24.8;11.2;18;4.5;12.34;0;5.17;23467
+71086;43.81808;2.75165;462;20220529;24.2;8;16.1;3;9.14;0;5.27;25811
+71086;43.81808;2.75165;462;20220530;24.4;6.2;15.3;1.1;10.39;1.4;4.49;27590
+71086;43.81808;2.75165;462;20220531;25.3;12.8;19.1;1.4;14.54;.2;4.28;22806
+71086;43.81808;2.75165;462;20220601;27.5;10.8;19.2;2.6;14.19;0;5.31;26429
+71086;43.81808;2.75165;462;20220602;25.5;14.9;20.2;3.9;15.09;0;4.92;20985
+71086;43.81808;2.75165;462;20220603;26.4;16.4;21.4;3.8;15.69;0;5.07;20447
+71086;43.81808;2.75165;462;20220604;27.8;16.6;22.2;3.9;17.89;1.8;5.19;21691
+71086;43.81808;2.75165;462;20220605;23.3;16.9;20.1;4.1;16.99;.1;3.85;16282
+71086;43.81808;2.75165;462;20220606;30.1;11.1;20.6;1.5;14.64;.5;5.52;28503
+71086;43.81808;2.75165;462;20220607;22.8;13;17.9;2.7;14.99;.1;3.91;20321
+71086;43.81808;2.75165;462;20220608;18.9;11.3;15.1;2.9;14.49;3.7;3;17814
+71086;43.81808;2.75165;462;20220609;18.8;12.3;15.6;5.1;12.49;.2;3.59;16517
+71086;43.81808;2.75165;462;20220610;27.4;10.9;19.2;3.5;13.39;.1;5.71;26567
+71086;43.81808;2.75165;462;20220611;32.8;10.8;21.8;1.4;13.29;0;6.06;30800
+71086;43.81808;2.75165;462;20220612;30.4;13.5;22;2.1;15.29;.9;5.68;27101
+71086;43.81808;2.75165;462;20220613;31.2;17.4;24.3;2.5;18.84;.1;5.66;24416
+71086;43.81808;2.75165;462;20220614;33.6;14.9;24.2;1.7;17.14;0;6.27;28538
+71086;43.81808;2.75165;462;20220615;34.7;16.4;25.6;1.6;15.24;0;6.38;28311
+71086;43.81808;2.75165;462;20220616;35.4;15.2;25.3;1.1;15.48;0;6.2;29965
+71086;43.81808;2.75165;462;20220617;38.1;16.1;27.1;1.2;14.78;0;6.72;30877
+71086;43.81808;2.75165;462;20220618;31.3;16.5;23.9;3.8;14.78;0;7.2;26726
+71086;43.81808;2.75165;462;20220619;29.3;20.4;24.9;10;15.58;0;8.98;19204
+71086;43.81808;2.75165;462;20220620;26.3;19.6;23;5.8;17.58;0;5.87;18616
+71086;43.81808;2.75165;462;20220621;27.8;18.4;23.1;3.9;19.58;1.3;5.34;21516
+71086;43.81808;2.75165;462;20220622;27.5;18.2;22.9;3.6;19.38;6.8;4.79;18614
+71086;43.81808;2.75165;462;20220623;27.4;17.4;22.4;1.8;19.64;14.6;4.33;20727
+71086;43.81808;2.75165;462;20220624;24;15.4;19.7;2.7;16.29;5.8;4;19148
+71086;43.81808;2.75165;462;20220625;25.6;11.7;18.7;2.6;15.94;2.5;4.63;24508
+71086;43.81808;2.75165;462;20220626;24.9;15.6;20.3;2.7;17.84;1;4.04;19873
+71086;43.81808;2.75165;462;20220627;17.7;14.1;15.9;4.3;15.94;.4;2.19;11886
+71086;43.81808;2.75165;462;20220628;25;13.1;19;3.7;14.14;0;4.89;22610
+71086;43.81808;2.75165;462;20220629;30;10.4;20.2;1.9;13.59;1.3;5.81;29223
+71086;43.81808;2.75165;462;20220630;16.7;15.1;15.9;3.8;15.54;4.9;1.82;7185
+71086;43.81808;2.75165;462;20220701;23.6;11.4;17.5;3.1;12.39;0;4.67;22799
+71086;43.81808;2.75165;462;20220702;31.5;7.9;19.7;1.3;12.09;0;5.83;31004
+71086;43.81808;2.75165;462;20220703;30.7;12.3;21.5;2.3;15.69;.3;5.86;28202
+71086;43.81808;2.75165;462;20220704;26.4;16.5;21.4;4;18.39;.1;4.61;20422
+71086;43.81808;2.75165;462;20220705;28.9;17.1;23;3.4;17.34;0;5.44;22262
+71086;43.81808;2.75165;462;20220706;28.1;14.4;21.3;3;13.84;0;5.55;24027
+71086;43.81808;2.75165;462;20220707;27.6;13.6;20.6;4.2;13.69;0;5.89;24232
+71086;43.81808;2.75165;462;20220708;28.9;15.3;22.1;3.4;13.49;0;6.02;23917
+71086;43.81808;2.75165;462;20220709;31.5;11.6;21.6;2.5;12.79;0;6.45;29058
+71086;43.81808;2.75165;462;20220710;32.8;12;22.4;2.1;12.89;0;6.48;29647
+71086;43.81808;2.75165;462;20220711;33.8;14.4;24.1;1.4;14.04;0;6.08;28501
+71086;43.81808;2.75165;462;20220712;34.6;15.2;24.9;1.4;14.74;0;6.12;28520
+71086;43.81808;2.75165;462;20220713;33.9;13.9;23.9;1.3;13.69;0;6.02;28885
+71086;43.81808;2.75165;462;20220714;36.3;14.7;25.5;1.4;14.34;0;6.39;29863
+71086;43.81808;2.75165;462;20220715;34.9;15.3;25.1;1.9;14.49;0;6.52;28460
+71086;43.81808;2.75165;462;20220716;36.9;14.2;25.5;1.4;13.09;0;6.48;30064
+71086;43.81808;2.75165;462;20220717;36.4;15.2;25.8;1.3;13.39;0;6.3;29091
+71086;43.81808;2.75165;462;20220718;34.4;16.7;25.6;3.6;14.79;0;7.47;26717
+71086;43.81808;2.75165;462;20220719;32.6;21.6;27.1;5.1;14.79;0;7.78;20895
+71086;43.81808;2.75165;462;20220720;29.3;18.1;23.7;2.6;16.49;0;5.15;21005
+71086;43.81808;2.75165;462;20220721;34.2;15.5;24.8;2.5;14.34;0;6.6;27264
+71086;43.81808;2.75165;462;20220722;34.4;15;24.7;2.3;15.49;.9;6.52;27657
+71086;43.81808;2.75165;462;20220723;29.4;17.7;23.6;3.8;15.74;0;5.74;21228
+71086;43.81808;2.75165;462;20220724;35.8;13.1;24.5;1.3;14.49;0;6.13;29102
+71086;43.81808;2.75165;462;20220725;26.8;18.1;22.5;4;16.79;.1;4.85;18086
+71086;43.81808;2.75165;462;20220726;27;17.7;22.4;4.4;14.04;0;5.57;18681
+71086;43.81808;2.75165;462;20220727;29.1;12.9;21;3.4;11.69;0;6.07;24798
+71086;43.81808;2.75165;462;20220728;29.8;12.9;21.4;2.2;13.29;2.1;5.4;25181
+71086;43.81808;2.75165;462;20220729;26.9;17.2;22;3.3;16.79;2;4.58;18847
+71086;43.81808;2.75165;462;20220730;30.3;16.1;23.2;3.4;16.44;0;5.68;22876
+71086;43.81808;2.75165;462;20220731;32.8;15.4;24.1;2.8;14.89;0;6.23;25308
+71086;43.81808;2.75165;462;20220801;34;16.6;25.3;2.5;14.89;0;6.35;25228
+71086;43.81808;2.75165;462;20220802;35.6;14.6;25.1;2;12.99;0;6.42;27660
+71086;43.81808;2.75165;462;20220803;35;15.8;25.4;1.8;13.49;0;6.05;26238
+71086;43.81808;2.75165;462;20220804;34.5;15.1;24.8;1.7;14.84;0;5.9;26343
+71086;43.81808;2.75165;462;20220805;30.9;18.5;24.7;3;18.29;.4;5.3;20774
+71086;43.81808;2.75165;462;20220806;33.4;18.4;25.9;3;17.84;0;6.08;22865
+71086;43.81808;2.75165;462;20220807;33.9;16.5;25.2;1.9;13.69;0;5.82;24522
+71086;43.81808;2.75165;462;20220808;34.6;13.3;23.9;1.6;10.14;0;5.88;26981
+71086;43.81808;2.75165;462;20220809;35.5;13.8;24.7;1.2;10.49;0;5.55;26976
+71086;43.81808;2.75165;462;20220810;34.7;14.6;24.7;1.7;13.04;0;5.88;25962
+71086;43.81808;2.75165;462;20220811;33.4;16.1;24.7;2.2;18.89;0;5.52;23924
+71086;43.81808;2.75165;462;20220812;36.8;18;27.4;1.8;18.79;0;5.93;24857
+71086;43.81808;2.75165;462;20220813;36.2;18.6;27.4;2.1;18.55;1.6;5.77;23412
+71086;43.81808;2.75165;462;20220814;27.7;20.2;23.9;3;19.58;1.1;3.92;16017
+71086;43.81808;2.75165;462;20220815;28.4;16.5;22.4;2.3;15.35;0;4.35;19522
+71086;43.81808;2.75165;462;20220816;30.5;12.9;21.7;2.6;15.11;9.6;5.34;22317
+71086;43.81808;2.75165;462;20220817;21.4;15.5;18.4;2.1;17.69;4.1;2.5;12934
+71086;43.81808;2.75165;462;20220818;23.9;15.9;19.9;4.6;16.14;1.3;3.86;15333
+71086;43.81808;2.75165;462;20220819;23.8;16;19.9;4.9;16.24;.3;3.87;15042
+71086;43.81808;2.75165;462;20220820;29.6;14.8;22.2;2.9;15.39;0;4.99;20979
+71086;43.81808;2.75165;462;20220821;27.9;14.7;21.3;3;15.09;0;4.64;19561
+71086;43.81808;2.75165;462;20220822;24.7;17.6;21.1;4.5;17.14;.6;3.89;14034
+71086;43.81808;2.75165;462;20220823;30.9;17.6;24.3;2.8;17.49;0;4.91;19373
+71086;43.81808;2.75165;462;20220824;33.6;14;23.8;1.2;15.09;0;4.76;23542
+71086;43.81808;2.75165;462;20220825;30.6;16.8;23.7;2.4;17.09;.4;4.64;19528
+71086;43.81808;2.75165;462;20220826;29.6;17.4;23.5;3.5;17.74;.1;4.76;18130
+71086;43.81808;2.75165;462;20220827;30.3;15.3;22.8;2.3;14.39;0;4.71;20083
+71086;43.81808;2.75165;462;20220828;32.7;12.6;22.7;1;12.39;0;4.4;23248
+71086;43.81808;2.75165;462;20220829;30.7;13.9;22.3;2.5;15.14;2.7;4.88;20969
+71086;43.81808;2.75165;462;20220830;31.3;14.3;22.8;1.7;16.59;0;4.42;20948
+71086;43.81808;2.75165;462;20220831;29.1;14;21.5;1.9;15.69;0;4.07;19451
+71086;43.81808;2.75165;462;20220901;29.2;16.3;22.8;2.8;17.09;0;4.31;17885
+71086;43.81808;2.75165;462;20220902;27.7;14.6;21.2;1.8;16.79;17.2;3.68;17847
+71086;43.81808;2.75165;462;20220903;26.7;15.6;21.2;1.5;18.04;4;3.23;16286
+71086;43.81808;2.75165;462;20220904;28.3;15.6;22;3;19.69;0;3.83;17366
+71086;43.81808;2.75165;462;20220905;27.3;21.2;24.2;4.9;21.49;0;3.84;11661
+71086;43.81808;2.75165;462;20220906;28.7;21.2;24.9;4;21.64;1.6;4;12922
+71086;43.81808;2.75165;462;20220907;27;16.2;21.6;1.7;18.89;.7;3.17;15486
+71086;43.81808;2.75165;462;20220908;26.1;12.5;19.3;1.7;14.04;.6;3.42;17363
+71086;43.81808;2.75165;462;20220909;20.7;12.5;16.6;2;14.54;.5;2.46;13175
+71086;43.81808;2.75165;462;20220910;25.8;12.8;19.3;2.2;12.68;.1;3.47;17044
+71086;43.81808;2.75165;462;20220911;31;9.9;20.5;1.1;12.89;0;3.77;21178
+71086;43.81808;2.75165;462;20220912;26.9;12.8;19.8;3.6;17.04;0;3.75;17057
+71086;43.81808;2.75165;462;20220913;26.7;21.9;24.3;4.7;22.94;3.7;3.21;9604
+71086;43.81808;2.75165;462;20220914;25.1;16.9;21;2.5;20.39;1.5;2.63;12603
+71086;43.81808;2.75165;462;20220915;27.5;14.2;20.9;2.2;16.39;.1;3.45;16073
+71086;43.81808;2.75165;462;20220916;23.2;15.9;19.6;4.3;14.64;.4;3.49;11616
+71086;43.81808;2.75165;462;20220917;20.5;10;15.3;3.1;8.59;0;3.44;13916
+71086;43.81808;2.75165;462;20220918;25.6;3.1;14.4;1.3;6.89;0;3.29;20392
+71086;43.81808;2.75165;462;20220919;26;4.3;15.2;1.8;7.19;0;3.69;19809
+71086;43.81808;2.75165;462;20220920;25.1;4.9;15;1.8;7.84;0;3.45;19036
+71086;43.81808;2.75165;462;20220921;24.2;5.2;14.7;1.4;8.44;0;3;18242
+71086;43.81808;2.75165;462;20220922;24.9;7.7;16.3;.8;11.49;0;2.56;17126
+71086;43.81808;2.75165;462;20220923;20.7;8.3;14.5;2.6;13.54;18.5;2.32;14269
+71086;43.81808;2.75165;462;20220924;19.1;13.4;16.3;3;14.69;.7;1.96;9324
+71086;43.81808;2.75165;462;20220925;18.1;11.6;14.9;3.1;12.09;.2;2.22;9987
+71086;43.81808;2.75165;462;20220926;16.7;7.7;12.2;4.1;10.99;3.1;2.15;11660
+71086;43.81808;2.75165;462;20220927;15.6;11.4;13.5;6.3;12.14;4.3;2.07;7646
+71086;43.81808;2.75165;462;20220928;16.3;12.4;14.4;6.5;14.39;10;1.59;7131
+71086;43.81808;2.75165;462;20220929;14.4;11.5;12.9;3.8;12.61;6.5;1.06;6440
+71086;43.81808;2.75165;462;20220930;15.3;8.8;12;3.5;10.61;.5;1.77;9773
+71086;43.81808;2.75165;462;20221001;19.5;6;12.8;3.2;12.04;.4;2.19;13752
+71086;43.81808;2.75165;462;20221002;22.7;14.4;18.6;3.4;15.14;0;2.61;10464
+71086;43.81808;2.75165;462;20221003;22.3;12.4;17.4;2.3;13.35;0;2.2;11233
+71086;43.81808;2.75165;462;20221004;24.5;7;15.8;.7;11.84;.1;2.1;15183
+71086;43.81808;2.75165;462;20221005;20.2;7.5;13.8;2.2;13.29;0;1.95;12618
+71086;43.81808;2.75165;462;20221006;21.4;13.2;17.3;2.2;15.61;0;1.65;8629
+71086;43.81808;2.75165;462;20221007;20.9;11.8;16.3;2.3;14.89;.4;1.91;10360
+71086;43.81808;2.75165;462;20221008;19.9;13.7;16.8;1.3;15.44;1.8;1.51;8324
+71086;43.81808;2.75165;462;20221009;20.9;10.9;15.9;2;14.39;0;1.86;10647
+71086;43.81808;2.75165;462;20221010;22.1;14.3;18.2;2.4;15.09;0;2.13;9195
+71086;43.81808;2.75165;462;20221011;22.2;11.3;16.8;1.3;13.65;0;1.75;10254
+71086;43.81808;2.75165;462;20221012;22.2;11.1;16.7;1.4;13.91;2;1.78;10305
+71086;43.81808;2.75165;462;20221013;19.6;11.2;15.4;1.9;14.11;2.2;1.47;9034
+71086;43.81808;2.75165;462;20221014;19;13.5;16.3;3.8;16.14;1.4;1.48;7178
+71086;43.81808;2.75165;462;20221015;25.2;10.7;18;2.3;15.24;.1;2.33;12057
+71086;43.81808;2.75165;462;20221016;21.1;15.7;18.4;5.2;17.64;.1;1.96;6885
+71086;43.81808;2.75165;462;20221017;19.6;17.7;18.7;5.5;18.34;1.8;1.62;3666
+71086;43.81808;2.75165;462;20221018;20.3;17.6;18.9;3.8;18.34;0;1.59;4247
+71086;43.81808;2.75165;462;20221019;20.3;14.8;17.5;4.1;17.94;2.6;1.42;6048
+71086;43.81808;2.75165;462;20221020;19.4;17.8;18.6;5.1;18.79;1.5;1.44;3187
+71086;43.81808;2.75165;462;20221021;21.8;17.4;19.6;3.1;17.34;.6;1.92;5784
+71086;43.81808;2.75165;462;20221022;22.8;12.4;17.6;2.4;15.59;0;1.86;9219
+71086;43.81808;2.75165;462;20221023;20.3;15.8;18;4.7;17.49;.1;1.69;5704
+71086;43.81808;2.75165;462;20221024;23.1;14.1;18.6;1.8;15.59;0;1.73;8264
+71086;43.81808;2.75165;462;20221025;21.1;11.1;16.1;2.9;12.88;0;2.07;8503
+71086;43.81808;2.75165;462;20221026;21.8;12.3;17;2.6;16.34;.1;1.59;8296
+71086;43.81808;2.75165;462;20221027;21.4;14.7;18.1;3.9;17.09;0;1.72;6549
+71086;43.81808;2.75165;462;20221028;20.8;16.5;18.7;4.4;16.09;0;2.1;5127
+71086;43.81808;2.75165;462;20221029;21.1;14.9;18;4.6;13.39;0;2.67;6211
+71086;43.81808;2.75165;462;20221030;20.7;15.9;18.3;5.1;15.19;0;2.33;5332
+71086;43.81808;2.75165;462;20221031;20.7;16.8;18.8;5.1;15.89;1.4;2.26;4626
+71086;43.81808;2.75165;462;20221101;18.8;13.4;16.1;2.9;14.34;.1;1.44;5605
+71086;43.81808;2.75165;462;20221102;19.6;7;13.3;.8;11.09;0;1.07;8777
+71086;43.81808;2.75165;462;20221103;16.6;5.7;11.2;3.1;11.99;5.2;1.09;7995
+71086;43.81808;2.75165;462;20221104;9.4;8.8;9.1;5.9;10.08;10.1;.77;1474
+71086;43.81808;2.75165;462;20221105;12.2;4.4;8.3;4;7.94;0;1.44;6461
+71086;43.81808;2.75165;462;20221106;17.7;0;8.9;1.3;7.04;0;1.23;10039
+71086;43.81808;2.75165;462;20221107;18.8;2.1;10.5;2.4;9.44;0;1.49;9585
+71086;43.81808;2.75165;462;20221108;16.9;12.8;14.8;5.4;14.49;.7;1.34;4276
+71086;43.81808;2.75165;462;20221109;17.7;13.3;15.5;2.7;14.34;1.5;1.19;4368
+71086;43.81808;2.75165;462;20221110;14.9;9.3;12.1;2.7;11.29;.2;1.04;4979
+71086;43.81808;2.75165;462;20221111;17.5;5.2;11.4;3.9;12.89;.1;.93;7665
+71086;43.81808;2.75165;462;20221112;19.7;13.6;16.7;3;12.49;0;1.82;5104
+71086;43.81808;2.75165;462;20221113;19.4;4.4;11.9;2;9.79;0;1.36;8356
+71086;43.81808;2.75165;462;20221114;15.2;13.1;14.2;3.8;13.34;.9;1.22;2654
+71086;43.81808;2.75165;462;20221115;15.1;11.5;13.3;3.4;13.74;3.3;.87;3588
+71086;43.81808;2.75165;462;20221116;16.5;9.1;12.8;1.9;11.25;.2;.95;5487
+71086;43.81808;2.75165;462;20221117;15;9.7;12.4;3.2;11.45;7.1;1.04;3898
+71086;43.81808;2.75165;462;20221118;11.2;8.3;9.8;4.5;10.35;2.5;.8;3170
+71086;43.81808;2.75165;462;20221119;8.8;6.1;7.4;4.5;8.84;1.4;.84;2670
+71086;43.81808;2.75165;462;20221120;10.1;4.2;7.2;4;8.44;.9;.9;4514
+71086;43.81808;2.75165;462;20221121;9.1;3.9;6.5;2.9;8.99;15.4;.56;4151
+71086;43.81808;2.75165;462;20221122;6.3;4.4;5.4;6.1;8.44;11.4;.53;2180
+71086;43.81808;2.75165;462;20221123;12.2;5.7;9;2.7;10.04;6.1;.73;4611
+71086;43.81808;2.75165;462;20221124;13.1;6.8;10;2.1;9.99;.2;.81;4478
+71086;43.81808;2.75165;462;20221125;9.2;4.1;6.7;2.3;9.49;4.3;.43;3951
+71086;43.81808;2.75165;462;20221126;10.7;4.6;7.7;2.8;8.39;0;.88;4285
+71086;43.81808;2.75165;462;20221127;11.1;-1;5.1;2.9;7.74;4.2;.71;6287
+71086;43.81808;2.75165;462;20221128;9;7.9;8.4;3.5;10.29;8;.58;1358
+71086;43.81808;2.75165;462;20221129;8.2;4.7;6.5;3.3;8.24;.2;.72;3008
+71086;43.81808;2.75165;462;20221130;6.2;-.3;3;2.6;7.04;.1;.49;4301
+71086;43.81808;2.75165;462;20221201;3.9;.5;2.2;2.4;7.09;.1;.27;2785
+71086;43.81808;2.75165;462;20221202;5;1.8;3.4;1.6;7.09;.7;.41;2708
+71086;43.81808;2.75165;462;20221203;6.2;1.2;3.7;.8;7.49;4.3;.36;3584
+71086;43.81808;2.75165;462;20221204;6.6;3.3;5;1.6;7.54;.4;.52;2745
+71086;43.81808;2.75165;462;20221205;6;-2.6;1.7;1.1;5.64;.1;.49;4523
+71086;43.81808;2.75165;462;20221206;11.4;-2.1;4.7;1.3;5.99;.2;.63;6230
+71086;43.81808;2.75165;462;20221207;11.1;-1.5;4.8;1.3;5.74;0;.64;5954
+71086;43.81808;2.75165;462;20221208;6.6;-2.7;1.9;2;7.19;1.4;.23;4903
+71086;43.81808;2.75165;462;20221209;11.6;6.1;8.8;2.3;10.29;.1;.55;3603
+71086;43.81808;2.75165;462;20221210;1.8;3.2;2.5;6.2;7.04;0;.38;0
+71086;43.81808;2.75165;462;20221211;6.2;-5.2;.5;2.3;4.14;0;.83;5512
+71086;43.81808;2.75165;462;20221212;3.7;-6.1;-1.2;2;4.69;8.7;.45;5035
+71086;43.81808;2.75165;462;20221213;11.5;1.2;6.3;3;9.34;.9;.42;5158
+71086;43.81808;2.75165;462;20221214;12.5;6.8;9.7;2.5;10.84;1.6;.6;3589
+71086;43.81808;2.75165;462;20221215;10.7;6.2;8.5;3.1;11.34;10;.29;3034
+71086;43.81808;2.75165;462;20221216;10.5;7.3;8.9;2.9;10.04;.5;.63;2466
+71086;43.81808;2.75165;462;20221217;8.4;3;5.7;2.8;6.69;0;.8;3438
+71086;43.81808;2.75165;462;20221218;9;-3;3;3.8;7.64;.3;.38;5421
+71086;43.81808;2.75165;462;20221219;13;9.1;11.1;8;11.54;0;1.09;2799
+71086;43.81808;2.75165;462;20221220;12.7;11.5;12.1;6.9;11.79;0;1.33;1202
+71086;43.81808;2.75165;462;20221221;14;9.5;11.8;2;10.94;.1;.77;3080
+71086;43.81808;2.75165;462;20221222;14.9;5;10;3.5;11.54;2.9;.62;4972
+71086;43.81808;2.75165;462;20221223;17.2;11.7;14.5;2.8;13.04;0;1.06;3495
+71086;43.81808;2.75165;462;20221224;14.5;6.1;10.3;.7;10.29;.1;.5;4329
+71086;43.81808;2.75165;462;20221225;12.7;3.8;8.3;2.6;10.34;.1;.47;4675
+71086;43.81808;2.75165;462;20221226;15.8;8.2;12;1.9;11.44;.1;.76;4209
+71086;43.81808;2.75165;462;20221227;13.3;7.4;10.4;1.8;10.34;.2;.67;3691
+71086;43.81808;2.75165;462;20221228;11.6;2.3;7;1.5;8.59;0;.49;4797
+71086;43.81808;2.75165;462;20221229;13.7;4.5;9.1;1.6;9.89;1.7;.57;4741
+71086;43.81808;2.75165;462;20221230;14.9;5.8;10.4;1.4;10.29;.1;.63;4815
+71086;43.81808;2.75165;462;20221231;12.4;5.4;8.9;3.9;11.49;.1;.36;4105
+71087;43.83939;3.06067;553;20220101;17.9;3.3;10.6;.8;5.77;.1;.75;6396
+71087;43.83939;3.06067;553;20220102;14.2;3.1;8.6;1.2;6.7;.1;.88;5793
+71087;43.83939;3.06067;553;20220103;11.8;4.7;8.3;1.2;8.2;0;.61;4465
+71087;43.83939;3.06067;553;20220104;14.4;4.6;9.5;2.4;8;2.7;1.2;5538
+71087;43.83939;3.06067;553;20220105;3.1;2.4;2.8;6.2;5.5;.2;1.11;858
+71087;43.83939;3.06067;553;20220106;3.7;-.9;1.4;4.2;4.63;0;1.02;3585
+71087;43.83939;3.06067;553;20220107;1.6;-3.2;-.8;3.2;5.47;5.8;.3;3720
+71087;43.83939;3.06067;553;20220108;6.8;1.9;4.3;6.8;8.13;6.4;.33;3808
+71087;43.83939;3.06067;553;20220109;5;4.1;4.6;5;7.43;10.2;.64;1259
+71087;43.83939;3.06067;553;20220110;5.5;3.8;4.6;3.1;6.9;0;.73;1887
+71087;43.83939;3.06067;553;20220111;5.2;-2.1;1.6;2.8;5.07;0;.75;4960
+71087;43.83939;3.06067;553;20220112;5.1;-3.6;.8;1.3;4.7;0;.52;5493
+71087;43.83939;3.06067;553;20220113;7.1;-6.4;.4;.8;4.2;0;.4;6829
+71087;43.83939;3.06067;553;20220114;12.7;-4.9;3.9;.8;3.3;0;.7;7998
+71087;43.83939;3.06067;553;20220115;9.7;-3.7;3;.8;3.83;0;.6;7200
+71087;43.83939;3.06067;553;20220116;7.1;-4;1.6;1.3;4.47;0;.62;6606
+71087;43.83939;3.06067;553;20220117;7.5;-2.4;2.6;1.5;5.27;0;.65;6268
+71087;43.83939;3.06067;553;20220118;6.5;-2.1;2.2;.9;4.9;0;.53;5816
+71087;43.83939;3.06067;553;20220119;3.3;-4.9;-.8;2.2;5.57;.2;.34;5725
+71087;43.83939;3.06067;553;20220120;4.8;-.5;2.1;3.8;5.67;0;.8;4534
+71087;43.83939;3.06067;553;20220121;3.8;-2.2;.8;3.5;4.37;0;.97;4904
+71087;43.83939;3.06067;553;20220122;5.6;-3.7;.9;1.8;4.33;0;.76;6400
+71087;43.83939;3.06067;553;20220123;12.6;-5.8;3.4;1.2;4.2;0;.84;9217
+71087;43.83939;3.06067;553;20220124;12.1;-2;5.1;1.3;5.27;0;.86;8253
+71087;43.83939;3.06067;553;20220125;11.5;-3.3;4.1;.9;5.1;0;.67;8397
+71087;43.83939;3.06067;553;20220126;11.3;-3.5;3.9;.9;5.13;0;.71;8539
+71087;43.83939;3.06067;553;20220127;9.5;-2.7;3.4;1.7;5.37;0;.84;7929
+71087;43.83939;3.06067;553;20220128;1.3;-4.6;-1.7;2.1;4.73;0;.56;5318
+71087;43.83939;3.06067;553;20220129;7.7;-4;1.8;1.8;4.83;0;.91;7889
+71087;43.83939;3.06067;553;20220130;3.5;-2.9;.3;2.5;5.67;.1;.6;5598
+71087;43.83939;3.06067;553;20220131;5.1;.3;2.7;6.6;6.67;.2;.66;4882
+71087;43.83939;3.06067;553;20220201;3.6;.3;1.9;7.9;6.2;.4;.69;4020
+71087;43.83939;3.06067;553;20220202;7.9;3.1;5.5;5.8;7.8;.1;.92;5112
+71087;43.83939;3.06067;553;20220203;15.4;-.5;7.4;1.9;6.23;0;1.43;9483
+71087;43.83939;3.06067;553;20220204;7.7;4.4;6;3.4;8.3;0;.72;4220
+71087;43.83939;3.06067;553;20220205;8.3;4.8;6.6;4;7.4;0;1.14;4428
+71087;43.83939;3.06067;553;20220206;5.1;-2.1;1.5;4.2;6.47;1.9;.54;6794
+71087;43.83939;3.06067;553;20220207;8.6;4.6;6.6;6.4;7.77;.8;1.24;4973
+71087;43.83939;3.06067;553;20220208;15.6;-.7;7.5;1.6;5.23;0;1.41;10818
+71087;43.83939;3.06067;553;20220209;11.7;-1.3;5.2;2.4;6.17;0;1.25;9719
+71087;43.83939;3.06067;553;20220210;4.3;.2;2.3;2.1;7.02;0;1.41;11650
+71087;43.83939;3.06067;553;20220211;11.2;5.7;8.5;3.5;6.57;0;1.65;9600
+71087;43.83939;3.06067;553;20220212;10.4;-.8;4.8;5.1;5.74;4.5;1.44;5500
+71087;43.83939;3.06067;553;20220213;8.1;6;7;6.1;8.54;13.8;.65;900
+71087;43.83939;3.06067;553;20220214;8.2;7.2;7.7;5.5;8.27;4.2;1.06;4200
+71087;43.83939;3.06067;553;20220215;6.4;3.1;4.7;6.1;7.42;1.1;.71;5450
+71087;43.83939;3.06067;553;20220216;8.6;5;6.8;6.3;9.26;4.3;.66;5188
+71087;43.83939;3.06067;553;20220217;11.6;8.8;10.2;5.9;10.73;.3;.93;4618
+71087;43.83939;3.06067;553;20220218;17.7;7.1;12.4;3.7;9.89;0;1.94;10988
+71087;43.83939;3.06067;553;20220219;8.3;4.6;6.4;4.9;6.43;0;1.62;5581
+71087;43.83939;3.06067;553;20220220;8.5;1.3;4.9;4.7;7.26;1.4;1.03;7263
+71087;43.83939;3.06067;553;20220221;8.3;6.5;7.4;9.7;7.46;3.5;1.59;6338
+71087;43.83939;3.06067;553;20220222;9.8;4.5;7.1;5.9;7.43;0;1.6;7052
+71087;43.83939;3.06067;553;20220223;15.3;4;9.6;2.5;7.67;0;1.81;10893
+71087;43.83939;3.06067;553;20220224;13.8;6.6;10.2;3.9;8.27;0;1.92;8667
+71087;43.83939;3.06067;553;20220225;8.6;3.9;6.2;4.6;5.87;0;1.8;7002
+71087;43.83939;3.06067;553;20220226;11.1;-.8;5.1;3.8;4.73;0;2.06;11570
+71087;43.83939;3.06067;553;20220227;12.2;3.2;7.7;2.9;6.33;0;1.82;10116
+71087;43.83939;3.06067;553;20220228;12.8;1.8;7.3;2.2;6.73;0;1.63;11497
+71087;43.83939;3.06067;553;20220301;11.2;.4;5.8;3.1;6.6;0;1.48;11492
+71087;43.83939;3.06067;553;20220302;8;4.5;6.2;3;8.1;.6;.94;5476
+71087;43.83939;3.06067;553;20220303;15.1;5.9;10.5;1.5;9.03;0;1.53;10750
+71087;43.83939;3.06067;553;20220304;8.4;5;6.7;4.1;8.53;.3;1.01;6021
+71087;43.83939;3.06067;553;20220305;6.8;4.7;5.8;4;7.9;0;.96;4796
+71087;43.83939;3.06067;553;20220306;9;3;6;2.5;6.43;0;1.45;8846
+71087;43.83939;3.06067;553;20220307;10;-3.8;3.1;2;5.33;0;1.49;14058
+71087;43.83939;3.06067;553;20220308;7.8;2.1;5;4.3;7.2;0;1.19;8825
+71087;43.83939;3.06067;553;20220309;8.8;4.9;6.8;4;7.66;.5;1.13;5719
+71087;43.83939;3.06067;553;20220310;10.4;7.2;8.8;5.4;8.49;10.7;1.35;5272
+71087;43.83939;3.06067;553;20220311;8.5;7.8;8.1;7.6;8.23;48.7;1.27;2291
+71087;43.83939;3.06067;553;20220312;7.2;6.3;6.7;6.7;8.3;64.2;1.04;3295
+71087;43.83939;3.06067;553;20220313;7.7;6.5;7.1;5.7;7.43;58.4;1.46;3992
+71087;43.83939;3.06067;553;20220314;9.2;1.4;5.3;7.1;9.37;7.1;.4;7410
+71087;43.83939;3.06067;553;20220315;9.7;9.1;9.4;7.9;10.19;2.3;.81;2011
+71087;43.83939;3.06067;553;20220316;11.6;9.2;10.4;4.4;10.51;0;1.23;5001
+71087;43.83939;3.06067;553;20220317;13.1;6;9.6;1.1;10;.9;1.44;11053
+71087;43.83939;3.06067;553;20220318;13;6.4;9.7;3;8.62;2.4;1.56;7150
+71087;43.83939;3.06067;553;20220319;14.3;6.3;10.3;3.7;7.12;0;2.61;15350
+71087;43.83939;3.06067;553;20220320;9.7;6;7.8;8;7.52;3;1.74;4800
+71087;43.83939;3.06067;553;20220321;10.7;6.6;8.7;10.2;7.07;3.9;2.55;9700
+71087;43.83939;3.06067;553;20220322;12.3;4.8;8.6;10;5.72;0;3.55;18600
+71087;43.83939;3.06067;553;20220323;13.6;4.1;8.9;7;4.72;0;3.89;20250
+71087;43.83939;3.06067;553;20220324;16.8;4.6;10.7;5;4.22;0;4.19;18436
+71087;43.83939;3.06067;553;20220325;17.4;3.8;10.6;3.8;3.82;0;3.86;17400
+71087;43.83939;3.06067;553;20220326;17.9;3.2;10.6;4.5;4.87;0;4.08;20950
+71087;43.83939;3.06067;553;20220327;19.1;4.5;11.8;4;5.52;0;4;20100
+71087;43.83939;3.06067;553;20220328;18.4;7;12.7;5.4;5.07;0;4.55;18250
+71087;43.83939;3.06067;553;20220329;16.3;9;12.7;3.9;7.42;3.1;3.07;13350
+71087;43.83939;3.06067;553;20220330;10.8;7.2;9;2.8;9.57;.3;1.12;5750
+71087;43.83939;3.06067;553;20220331;11.8;5.8;8.8;6.8;7.72;1.6;2.36;14500
+71087;43.83939;3.06067;553;20220401;5.6;.5;3;7.7;5.36;1.2;2.33;13160
+71087;43.83939;3.06067;553;20220402;5.2;-1.4;1.9;5.1;5.03;.1;1.87;9833
+71087;43.83939;3.06067;553;20220403;5.6;.3;2.9;8.8;4.93;0;2.86;15425
+71087;43.83939;3.06067;553;20220404;9.5;-.7;4.4;2.6;5.03;0;2.79;21666
+71087;43.83939;3.06067;553;20220405;15.4;0;7.7;2.9;6.04;0;3.01;23700
+71087;43.83939;3.06067;553;20220406;10.7;1.2;6;4;8.47;.4;1.08;7900
+71087;43.83939;3.06067;553;20220407;12.4;6.5;9.5;6.7;10.22;.4;1.06;4050
+71087;43.83939;3.06067;553;20220408;16.6;9.6;13.1;7;10.02;.1;2.96;13150
+71087;43.83939;3.06067;553;20220409;11.2;4;7.6;6;6.17;0;2.76;16850
+71087;43.83939;3.06067;553;20220410;17.3;-1.2;8.1;4.2;5.02;.2;3.94;24600
+71087;43.83939;3.06067;553;20220411;12.2;6.6;9.4;9.8;8.57;.8;2.27;11350
+71087;43.83939;3.06067;553;20220412;14.5;8.3;11.4;8.7;7.32;.3;3.5;10550
+71087;43.83939;3.06067;553;20220413;15.9;8.4;12.2;2.8;7.47;0;2.66;11550
+71087;43.83939;3.06067;553;20220414;22.3;4.3;13.3;3;9.72;0;3.83;22950
+71087;43.83939;3.06067;553;20220415;23.5;7.6;15.6;3.9;10.67;0;4.41;23700
+71087;43.83939;3.06067;553;20220416;23.1;7.6;15.3;5;8.97;0;5.11;24800
+71087;43.83939;3.06067;553;20220417;22.1;4.4;13.3;4.3;7.62;0;4.83;26000
+71087;43.83939;3.06067;553;20220418;18.7;5.7;12.2;3.4;9.32;0;3.37;21200
+71087;43.83939;3.06067;553;20220419;18.4;5.4;11.9;2.6;10.27;0;2.81;18700
+71087;43.83939;3.06067;553;20220420;13.3;8.7;11;1.8;11.07;15.4;1.22;6050
+71087;43.83939;3.06067;553;20220421;12.9;8.3;10.6;2.1;11.22;3;1.14;6000
+71087;43.83939;3.06067;553;20220422;18.9;7.5;13.2;2.9;10.82;.6;3.01;18850
+71087;43.83939;3.06067;553;20220423;13.6;10.4;12;6;9.42;21.8;2.18;5150
+71087;43.83939;3.06067;553;20220424;11.5;4.9;8.2;4.8;10.12;5.8;.78;4150
+71087;43.83939;3.06067;553;20220425;15.7;6.3;11;2.8;8.97;0;3.23;23450
+71087;43.83939;3.06067;553;20220426;21.1;3.9;12.5;1.8;8.42;0;4;27300
+71087;43.83939;3.06067;553;20220427;22.6;8.1;15.4;2.5;9.87;0;4.21;24450
+71087;43.83939;3.06067;553;20220428;22;10.1;16.1;2.9;11.32;.2;4.08;23400
+71087;43.83939;3.06067;553;20220429;21;11;16;3.5;12.92;.5;2.77;12100
+71087;43.83939;3.06067;553;20220430;20.4;10.7;15.6;3.6;10.87;0;3.97;21750
+71087;43.83939;3.06067;553;20220501;19;5;12;3;8.02;0;3.98;24850
+71087;43.83939;3.06067;553;20220502;19;8.3;13.7;2;8.97;.2;3.63;22350
+71087;43.83939;3.06067;553;20220503;18.4;9.6;14;1.5;11.57;2.9;2.15;11200
+71087;43.83939;3.06067;553;20220504;17.7;7.3;12.5;1.9;11.47;2.4;2.52;16400
+71087;43.83939;3.06067;553;20220505;17.5;7.5;12.5;3.7;9.77;.6;3.28;19900
+71087;43.83939;3.06067;553;20220506;15.7;6.3;11;3.6;9.5;0;3.02;19059
+71087;43.83939;3.06067;553;20220507;20.2;8.1;14.1;3.3;10.1;0;3.97;21637
+71087;43.83939;3.06067;553;20220508;19.8;8.7;14.3;1.8;10.47;.4;3.52;20860
+71087;43.83939;3.06067;553;20220509;23;7.7;15.3;.9;10.57;.1;3.92;24956
+71087;43.83939;3.06067;553;20220510;24.8;8;16.4;1.3;11.13;0;4.36;26045
+71087;43.83939;3.06067;553;20220511;24.8;9.2;17;2.6;11.2;0;4.8;25346
+71087;43.83939;3.06067;553;20220512;23.1;11.1;17.1;2.7;12.47;0;4.15;22123
+71087;43.83939;3.06067;553;20220513;23.5;9;16.3;1.2;12.93;0;4.01;24538
+71087;43.83939;3.06067;553;20220514;27.2;10.4;18.8;1.6;13.87;0;4.76;26402
+71087;43.83939;3.06067;553;20220515;23.4;15;19.2;4;11.57;.2;4.81;18591
+71087;43.83939;3.06067;553;20220516;25.9;11.5;18.7;1.9;13.53;.1;4.64;24697
+71087;43.83939;3.06067;553;20220517;28.3;12.1;20.2;1.4;14.4;0;4.87;26045
+71087;43.83939;3.06067;553;20220518;29.6;12.7;21.2;2.3;14.53;0;5.54;26719
+71087;43.83939;3.06067;553;20220519;25;16;20.5;4.9;13.87;0;5.2;19630
+71087;43.83939;3.06067;553;20220520;26;17.7;21.9;4.6;13.17;0;5.53;18892
+71087;43.83939;3.06067;553;20220521;30.6;11.9;21.3;1.6;15.37;.1;5.5;28369
+71087;43.83939;3.06067;553;20220522;30.3;14.8;22.5;1.9;16.93;0;5.42;26354
+71087;43.83939;3.06067;553;20220523;17.7;15.5;16.6;3.5;15.93;0;2.1;9150
+71087;43.83939;3.06067;553;20220524;14.7;10.7;12.7;4.1;11.97;1.3;2.33;13026
+71087;43.83939;3.06067;553;20220525;18.3;9.6;13.9;4.3;10.63;0;3.76;19793
+71087;43.83939;3.06067;553;20220526;18.7;8.7;13.7;3.8;11.33;.1;3.67;21243
+71087;43.83939;3.06067;553;20220527;24.3;10;17.1;3.3;13.17;0;4.79;25671
+71087;43.83939;3.06067;553;20220528;24.1;11.2;17.6;3.1;11.4;0;4.98;24325
+71087;43.83939;3.06067;553;20220529;23;8.7;15.8;2.4;8.27;0;4.96;25844
+71087;43.83939;3.06067;553;20220530;23.3;7;15.2;1.5;9.53;1.5;4.52;26995
+71087;43.83939;3.06067;553;20220531;23.9;12.3;18.1;1.8;13.83;.1;4.26;23193
+71087;43.83939;3.06067;553;20220601;27.3;12.1;19.7;2.4;13.5;.1;5.33;26766
+71087;43.83939;3.06067;553;20220602;25.8;14.9;20.3;3.4;14.13;0;5.03;22393
+71087;43.83939;3.06067;553;20220603;26.5;15.8;21.2;3.5;14.6;0;5.2;22014
+71087;43.83939;3.06067;553;20220604;27.1;16.2;21.6;3.4;17.43;.3;4.99;22280
+71087;43.83939;3.06067;553;20220605;22.9;15.5;19.2;2.9;16.47;.1;3.81;18479
+71087;43.83939;3.06067;553;20220606;28.5;11.6;20;2;14.03;.5;5.53;28524
+71087;43.83939;3.06067;553;20220607;21.8;14.2;18;2.7;14.63;0;3.75;19054
+71087;43.83939;3.06067;553;20220608;18.2;11.8;15;2.9;14.17;2.1;2.87;17283
+71087;43.83939;3.06067;553;20220609;17.6;11.3;14.4;5.1;12.37;0;3.27;17203
+71087;43.83939;3.06067;553;20220610;26.8;10;18.4;2.9;12.93;0;5.59;28510
+71087;43.83939;3.06067;553;20220611;31.8;12.7;22.3;1.3;11.93;0;5.86;29804
+71087;43.83939;3.06067;553;20220612;30.2;14.9;22.6;1.8;14;.4;5.74;27329
+71087;43.83939;3.06067;553;20220613;30.2;16.4;23.3;2.5;17.4;.1;5.69;25833
+71087;43.83939;3.06067;553;20220614;33.6;15.6;24.6;2.3;16.13;0;6.65;29299
+71087;43.83939;3.06067;553;20220615;33.5;18.9;26.2;2.1;14.17;0;6.46;26776
+71087;43.83939;3.06067;553;20220616;34.6;16.3;25.4;1.6;15.37;0;6.29;28830
+71087;43.83939;3.06067;553;20220617;36.8;17.5;27.1;1.5;14.5;0;6.62;29043
+71087;43.83939;3.06067;553;20220618;31.4;18.4;24.9;3.9;13.93;0;7.12;25236
+71087;43.83939;3.06067;553;20220619;29.1;21.1;25.1;7.8;15.03;0;7.7;19661
+71087;43.83939;3.06067;553;20220620;26.8;18.4;22.6;5.2;17.43;0;5.26;19910
+71087;43.83939;3.06067;553;20220621;28.2;18.1;23.2;3.2;19.33;1.4;4.99;21917
+71087;43.83939;3.06067;553;20220622;26.9;18.7;22.8;3.4;18.97;8.2;4.6;19647
+71087;43.83939;3.06067;553;20220623;25.8;16.3;21;2.1;18.77;13.5;4.16;21026
+71087;43.83939;3.06067;553;20220624;22.8;14.1;18.4;2;15.37;6.3;3.84;20233
+71087;43.83939;3.06067;553;20220625;25.1;12.9;19;2.4;15.27;3.7;4.66;24388
+71087;43.83939;3.06067;553;20220626;21.4;15.2;18.3;1.8;17.73;0;3.18;16771
+71087;43.83939;3.06067;553;20220627;18.2;13.7;16;3.2;15.63;0;2.6;14090
+71087;43.83939;3.06067;553;20220628;24.2;12.5;18.3;3.2;13.87;0;4.68;23593
+71087;43.83939;3.06067;553;20220629;28.7;11.2;20;1.9;12.83;.9;5.65;29022
+71087;43.83939;3.06067;553;20220630;16.4;13.9;15.1;3.1;15.13;2.4;1.86;9470
+71087;43.83939;3.06067;553;20220701;22.4;10.8;16.6;2.8;11.97;0;4.43;23462
+71087;43.83939;3.06067;553;20220702;31.1;9.1;20.1;1.3;11.5;0;5.75;30488
+71087;43.83939;3.06067;553;20220703;30.5;14;22.2;1.7;15.1;.2;5.64;27480
+71087;43.83939;3.06067;553;20220704;26.3;15.3;20.8;2.8;18.07;.1;4.61;22771
+71087;43.83939;3.06067;553;20220705;28.1;16;22.1;2.8;16.87;0;5.19;23775
+71087;43.83939;3.06067;553;20220706;27.9;14.7;21.3;2.9;12.73;0;5.71;24983
+71087;43.83939;3.06067;553;20220707;26.8;13.2;20;4;12.67;0;5.85;25319
+71087;43.83939;3.06067;553;20220708;28.6;14.6;21.6;3.5;12.6;0;6.19;25526
+71087;43.83939;3.06067;553;20220709;31.1;13.3;22.2;2.4;11.4;0;6.44;28628
+71087;43.83939;3.06067;553;20220710;31.8;16;23.9;2.5;12.1;0;6.48;27320
+71087;43.83939;3.06067;553;20220711;33.2;16.3;24.7;1.9;13.33;0;6.32;27580
+71087;43.83939;3.06067;553;20220712;33.4;17.1;25.3;2.1;13.4;0;6.41;26867
+71087;43.83939;3.06067;553;20220713;33.3;15.3;24.3;2.2;12.57;0;6.57;28346
+71087;43.83939;3.06067;553;20220714;34.8;15.8;25.3;1.7;13.3;0;6.34;28531
+71087;43.83939;3.06067;553;20220715;34;16.9;25.4;2;13.47;0;6.4;27509
+71087;43.83939;3.06067;553;20220716;35.5;16.9;26.2;1.6;12.2;0;6.44;28692
+71087;43.83939;3.06067;553;20220717;36.1;17.2;26.7;2;12.5;0;6.91;28342
+71087;43.83939;3.06067;553;20220718;34;19;26.5;3.5;13.33;0;7.47;25428
+71087;43.83939;3.06067;553;20220719;32.8;22.8;27.8;4.7;10.83;.2;8.17;20947
+71087;43.83939;3.06067;553;20220720;28.1;17.4;22.7;2.7;15.73;0;5.1;21752
+71087;43.83939;3.06067;553;20220721;32.8;16.3;24.5;2.3;13.43;0;6.31;27102
+71087;43.83939;3.06067;553;20220722;32.2;16.1;24.1;2.6;14.6;.4;6.24;25759
+71087;43.83939;3.06067;553;20220723;28.8;16.9;22.9;3;15.47;0;5.46;22678
+71087;43.83939;3.06067;553;20220724;35.3;14.5;24.9;1.4;13.47;0;6.07;28541
+71087;43.83939;3.06067;553;20220725;26.4;17.1;21.7;3.5;16.2;.1;4.78;19876
+71087;43.83939;3.06067;553;20220726;26.3;16.5;21.4;4.4;13.53;0;5.51;20282
+71087;43.83939;3.06067;553;20220727;28;12.3;20.2;3;11.17;0;5.77;25736
+71087;43.83939;3.06067;553;20220728;29.1;11.8;20.5;1.5;12.3;0;5.1;26544
+71087;43.83939;3.06067;553;20220729;27.3;16;21.6;2.3;15.93;2;4.67;21468
+71087;43.83939;3.06067;553;20220730;29.5;15.1;22.3;2.9;15.5;0;5.52;24308
+71087;43.83939;3.06067;553;20220731;32.1;14.6;23.4;2.2;14.07;0;5.94;26625
+71087;43.83939;3.06067;553;20220801;33;15.6;24.3;2.4;13.63;0;6.26;26440
+71087;43.83939;3.06067;553;20220802;34.4;16.7;25.5;1.9;12.37;0;6.19;26758
+71087;43.83939;3.06067;553;20220803;34.1;18.3;26.2;2.3;12.5;0;6.41;25280
+71087;43.83939;3.06067;553;20220804;34.3;16.4;25.4;2.2;13.33;0;6.31;26106
+71087;43.83939;3.06067;553;20220805;30.4;16.6;23.5;2.8;17.4;.1;5.34;23246
+71087;43.83939;3.06067;553;20220806;32;17.5;24.8;2.6;16.7;0;5.69;23586
+71087;43.83939;3.06067;553;20220807;32.4;17.6;25;2;12.63;0;5.67;23914
+71087;43.83939;3.06067;553;20220808;33.2;14.6;23.9;1.7;9.47;0;5.74;25711
+71087;43.83939;3.06067;553;20220809;34.1;15.3;24.7;1.8;9.77;0;5.87;25432
+71087;43.83939;3.06067;553;20220810;34.4;17.2;25.8;2.5;11.7;0;6.5;25232
+71087;43.83939;3.06067;553;20220811;33.4;17.7;25.5;2.6;16.2;0;6.04;24127
+71087;43.83939;3.06067;553;20220812;36.1;19.1;27.6;1.7;16.37;0;5.82;24792
+71087;43.83939;3.06067;553;20220813;35.1;16.8;26;2.1;16.23;5;5.83;24259
+71087;43.83939;3.06067;553;20220814;26.5;19.8;23.2;3.5;19.39;3.5;3.77;15987
+71087;43.83939;3.06067;553;20220815;26.5;15.6;21.1;2.6;14.73;0;4.36;20922
+71087;43.83939;3.06067;553;20220816;29.6;14.3;22;2.7;14.53;17.3;5.05;22418
+71087;43.83939;3.06067;553;20220817;22.4;15.7;19.1;1.9;17.47;19.8;2.87;14978
+71087;43.83939;3.06067;553;20220818;22.6;15.1;18.9;4;15.57;1.2;3.5;15712
+71087;43.83939;3.06067;553;20220819;22.9;15.5;19.2;4.9;15.63;0;3.75;15564
+71087;43.83939;3.06067;553;20220820;28.3;14.6;21.4;2.5;15.1;0;4.59;21166
+71087;43.83939;3.06067;553;20220821;27;15.3;21.1;2.9;14.4;0;4.51;19490
+71087;43.83939;3.06067;553;20220822;23.9;17.1;20.5;4.6;16.47;.1;3.86;14668
+71087;43.83939;3.06067;553;20220823;29.9;16.8;23.3;2.7;16.53;0;4.82;20263
+71087;43.83939;3.06067;553;20220824;32.6;15.2;23.9;1.9;14.2;0;5.2;23405
+71087;43.83939;3.06067;553;20220825;29.6;16.8;23.2;2.4;16.2;.4;4.6;19904
+71087;43.83939;3.06067;553;20220826;28.7;16.8;22.7;2.8;16.8;.1;4.49;19009
+71087;43.83939;3.06067;553;20220827;28.8;15.1;22;2.1;14;0;4.42;20238
+71087;43.83939;3.06067;553;20220828;31.5;13.9;22.7;1.7;11.63;0;4.76;22426
+71087;43.83939;3.06067;553;20220829;30.2;15.8;23;2.7;14.67;2.1;4.95;20572
+71087;43.83939;3.06067;553;20220830;30.1;14.9;22.5;2;15.3;0;4.48;20940
+71087;43.83939;3.06067;553;20220831;28.9;15.7;22.3;1.9;14.67;0;4.2;19399
+71087;43.83939;3.06067;553;20220901;28.3;16.1;22.2;2.1;16.13;0;4.03;18394
+71087;43.83939;3.06067;553;20220902;26.7;15.2;20.9;1.8;15.73;18.4;3.61;17769
+71087;43.83939;3.06067;553;20220903;25.8;15.3;20.5;1.5;17.63;2.1;3.16;16663
+71087;43.83939;3.06067;553;20220904;27.2;16.1;21.6;3.4;18.6;0;3.8;17112
+71087;43.83939;3.06067;553;20220905;26.8;20.5;23.7;5.2;20.17;.7;3.91;12424
+71087;43.83939;3.06067;553;20220906;28.4;20.5;24.5;4.1;20.13;2.3;4.03;13752
+71087;43.83939;3.06067;553;20220907;25.4;16.1;20.7;2.2;18.07;2.2;3.09;15225
+71087;43.83939;3.06067;553;20220908;24.4;12.7;18.5;1.6;13.8;.4;3.08;16952
+71087;43.83939;3.06067;553;20220909;19.2;12.6;15.9;1.8;14.3;.2;2.16;12458
+71087;43.83939;3.06067;553;20220910;24.2;12.1;18.2;2.5;11.99;.1;3.47;18340
+71087;43.83939;3.06067;553;20220911;30.3;10.4;20.4;1.3;11.9;0;3.93;21116
+71087;43.83939;3.06067;553;20220912;27.6;15.5;21.6;3.6;16.73;.3;4.13;16769
+71087;43.83939;3.06067;553;20220913;26.2;21.5;23.8;4.9;21.27;7.8;3.27;9719
+71087;43.83939;3.06067;553;20220914;24.7;17.6;21.2;3;19.1;.6;2.76;12224
+71087;43.83939;3.06067;553;20220915;26.2;14.1;20.2;2.2;15.7;.1;3.31;16207
+71087;43.83939;3.06067;553;20220916;22.8;15.5;19.2;4.4;14.1;.1;3.44;12226
+71087;43.83939;3.06067;553;20220917;18.8;9.1;14;3.4;8.4;0;3.21;14106
+71087;43.83939;3.06067;553;20220918;24.2;6.3;15.2;1.4;6.63;0;3.22;19184
+71087;43.83939;3.06067;553;20220919;24.6;6.6;15.6;1.9;7.07;0;3.58;18762
+71087;43.83939;3.06067;553;20220920;23.7;8.1;15.9;1.9;7.6;0;3.35;17695
+71087;43.83939;3.06067;553;20220921;23;7.1;15.1;1.6;8.1;0;3.01;17647
+71087;43.83939;3.06067;553;20220922;23.8;9.4;16.6;1.6;11.27;.1;2.85;16619
+71087;43.83939;3.06067;553;20220923;20.3;10;15.2;2.7;12.8;18.7;2.47;13822
+71087;43.83939;3.06067;553;20220924;17.9;12.8;15.3;2.5;14.03;0;1.79;9362
+71087;43.83939;3.06067;553;20220925;16.8;10;13.4;2.9;11.7;0;1.95;10774
+71087;43.83939;3.06067;553;20220926;15.7;7;11.4;3.6;10.73;1.3;1.87;12163
+71087;43.83939;3.06067;553;20220927;14.3;10.5;12.4;6.8;11.73;1.7;1.78;7768
+71087;43.83939;3.06067;553;20220928;14.9;11.7;13.3;6.9;13.87;9.3;1.3;7043
+71087;43.83939;3.06067;553;20220929;13.5;10.4;12;3.9;11.46;1.8;1.3;7667
+71087;43.83939;3.06067;553;20220930;13.8;7.9;10.8;4.2;9.76;0;1.68;9744
+71087;43.83939;3.06067;553;20221001;17.8;5.8;11.8;2.5;11.7;.1;1.8;13656
+71087;43.83939;3.06067;553;20221002;21.1;13.7;17.4;2.2;14.67;0;2.08;10309
+71087;43.83939;3.06067;553;20221003;21.2;11.6;16.4;3.2;12.43;0;2.51;13290
+71087;43.83939;3.06067;553;20221004;23.1;7.2;15.2;1.1;11.13;.1;2.17;15130
+71087;43.83939;3.06067;553;20221005;19.5;8.7;14.1;2.7;12.47;0;2.1;12305
+71087;43.83939;3.06067;553;20221006;20.5;12.8;16.6;1.8;14.76;0;1.82;11072
+71087;43.83939;3.06067;553;20221007;20.3;10.5;15.4;2;13.93;1.1;1.88;11440
+71087;43.83939;3.06067;553;20221008;19.5;13.2;16.3;1.3;14.63;1.4;1.54;8984
+71087;43.83939;3.06067;553;20221009;19.9;9.7;14.8;2.2;13.33;.2;1.86;11370
+71087;43.83939;3.06067;553;20221010;21.3;14.4;17.8;2.9;14.07;.1;2.23;9066
+71087;43.83939;3.06067;553;20221011;21;11.3;16.1;1.3;12.73;.1;1.73;11580
+71087;43.83939;3.06067;553;20221012;21;11;16;1.1;12.69;1.8;1.58;10010
+71087;43.83939;3.06067;553;20221013;18.3;9.4;13.8;1.7;12.66;1.9;1.38;9665
+71087;43.83939;3.06067;553;20221014;17.5;13.3;15.4;3.8;15.6;.4;1.22;6646
+71087;43.83939;3.06067;553;20221015;24.9;11;18;2.2;14.4;.2;2.33;12419
+71087;43.83939;3.06067;553;20221016;20.7;14.9;17.8;5.5;16.6;1.7;1.96;7726
+71087;43.83939;3.06067;553;20221017;19.5;17.4;18.4;5.9;16.93;8.2;1.88;4246
+71087;43.83939;3.06067;553;20221018;20.9;17.1;19;4.1;17;.4;1.93;5743
+71087;43.83939;3.06067;553;20221019;20.7;15.6;18.1;4.4;16.43;6.9;1.9;6628
+71087;43.83939;3.06067;553;20221020;19.1;17.2;18.1;5.5;17.6;9.4;1.49;3715
+71087;43.83939;3.06067;553;20221021;21.6;17.4;19.5;3.5;15.77;.3;2.11;5842
+71087;43.83939;3.06067;553;20221022;21.8;12.5;17.2;2.7;14.17;.1;1.96;9172
+71087;43.83939;3.06067;553;20221023;20.7;16.7;18.7;4.7;15.6;.8;2.17;5599
+71087;43.83939;3.06067;553;20221024;21.7;14.7;18.2;2.1;13.97;.1;1.84;7697
+71087;43.83939;3.06067;553;20221025;20.9;11.4;16.2;2.7;12.13;0;1.85;8603
+71087;43.83939;3.06067;553;20221026;22.2;13.1;17.6;2.6;15.1;.1;1.74;8562
+71087;43.83939;3.06067;553;20221027;21.7;15.8;18.8;4.1;15.4;0;2.15;6656
+71087;43.83939;3.06067;553;20221028;21.4;16.2;18.8;4.2;14.23;0;2.43;6052
+71087;43.83939;3.06067;553;20221029;21.6;17.1;19.3;4.7;10.23;0;3.64;5604
+71087;43.83939;3.06067;553;20221030;20.1;15.6;17.9;4.7;13.97;0;2.31;5486
+71087;43.83939;3.06067;553;20221031;20;15.7;17.8;5;14.87;2.8;2.12;5154
+71087;43.83939;3.06067;553;20221101;17.8;12.9;15.3;2.1;13.43;.1;1.28;5654
+71087;43.83939;3.06067;553;20221102;18.2;7.6;12.9;1;10.13;.1;1.09;8564
+71087;43.83939;3.06067;553;20221103;16.6;6.7;11.6;3.7;11.4;4.4;1.27;8026
+71087;43.83939;3.06067;553;20221104;8.8;8.2;8.5;7;9.36;4.4;.81;1881
+71087;43.83939;3.06067;553;20221105;11.1;4.2;7.6;3.9;7.67;0;1.29;6396
+71087;43.83939;3.06067;553;20221106;17.8;1.2;9.5;1.6;6.37;.1;1.45;10249
+71087;43.83939;3.06067;553;20221107;17.9;2.9;10.4;2.4;9;0;1.43;9630
+71087;43.83939;3.06067;553;20221108;16.9;11.9;14.4;4.9;13.33;1.6;1.35;5137
+71087;43.83939;3.06067;553;20221109;16.9;12.9;14.9;2.5;13.57;.1;1.12;4558
+71087;43.83939;3.06067;553;20221110;14.6;8.8;11.7;2;10.73;.2;.97;5493
+71087;43.83939;3.06067;553;20221111;16.9;5.8;11.3;4.1;12.3;.1;.97;7761
+71087;43.83939;3.06067;553;20221112;19.2;12.3;15.8;3.5;10.97;.1;2.06;5868
+71087;43.83939;3.06067;553;20221113;19.1;7.8;13.4;2.5;8.53;.3;1.9;7578
+71087;43.83939;3.06067;553;20221114;14.2;12.5;13.3;4.2;12.43;1.4;1.17;2050
+71087;43.83939;3.06067;553;20221115;15.1;11.1;13.1;3.1;12.97;2.8;.86;3824
+71087;43.83939;3.06067;553;20221116;15.2;8;11.6;1.8;10.36;.2;.85;6417
+71087;43.83939;3.06067;553;20221117;13.5;8.8;11.1;3.4;10.99;5.7;.82;4265
+71087;43.83939;3.06067;553;20221118;10.5;7.3;8.9;5.1;9.19;1.2;.9;3774
+71087;43.83939;3.06067;553;20221119;8.2;5.1;6.7;4.2;8.33;.4;.8;3351
+71087;43.83939;3.06067;553;20221120;8.9;3.1;6;3.6;7.97;.3;.73;4845
+71087;43.83939;3.06067;553;20221121;9.4;3.4;6.4;3.3;8.53;12.6;.61;4851
+71087;43.83939;3.06067;553;20221122;5.7;3.8;4.8;6;8.17;6.8;.43;2374
+71087;43.83939;3.06067;553;20221123;11.2;5.3;8.3;3.3;9.77;3.9;.61;4641
+71087;43.83939;3.06067;553;20221124;12.3;6;9.2;2;9.5;0;.72;4797
+71087;43.83939;3.06067;553;20221125;9;5;7;2.5;9.13;2.9;.51;3454
+71087;43.83939;3.06067;553;20221126;10;3.8;6.9;2.3;7.6;0;.77;4688
+71087;43.83939;3.06067;553;20221127;11.6;.9;6.3;3.1;6.73;3;1.13;6266
+71087;43.83939;3.06067;553;20221128;8;7.3;7.7;3.3;9.73;5.5;.54;942
+71087;43.83939;3.06067;553;20221129;7.3;4;5.6;3.7;7.83;0;.65;3130
+71087;43.83939;3.06067;553;20221130;6.4;-.4;3;1.3;6.67;.1;.4;4710
+71087;43.83939;3.06067;553;20221201;4.2;-1;1.6;1.1;6.57;0;.3;4015
+71087;43.83939;3.06067;553;20221202;4.4;1;2.7;.8;6.6;1.7;.38;2940
+71087;43.83939;3.06067;553;20221203;5.6;1.1;3.4;1.2;7.3;8;.33;3612
+71087;43.83939;3.06067;553;20221204;5.9;3.3;4.6;1.8;7.3;.4;.49;2541
+71087;43.83939;3.06067;553;20221205;8.2;-2.9;2.7;1.3;5.1;.2;.59;5547
+71087;43.83939;3.06067;553;20221206;10.6;-1.1;4.7;.8;5.27;.3;.51;6125
+71087;43.83939;3.06067;553;20221207;10.4;0;5.2;1.1;5.47;.1;.59;5704
+71087;43.83939;3.06067;553;20221208;7.1;-1.8;2.7;1.8;6.67;3;.4;5186
+71087;43.83939;3.06067;553;20221209;10.3;6;8.2;1.9;10.03;0;.44;3343
+71087;43.83939;3.06067;553;20221210;1.6;2.7;2.2;4.5;6.7;0;.48;0
+71087;43.83939;3.06067;553;20221211;5.9;-6.9;-.5;1.6;3.7;0;.58;6167
+71087;43.83939;3.06067;553;20221212;4.3;-5.9;-.8;2.5;4.53;5.7;.54;5460
+71087;43.83939;3.06067;553;20221213;10.8;2.4;6.6;3.6;9.67;2.1;.28;4930
+71087;43.83939;3.06067;553;20221214;11.3;7.2;9.2;2.6;10.33;2.7;.56;3187
+71087;43.83939;3.06067;553;20221215;10.6;5.1;7.8;3.2;10.53;9.3;.3;3783
+71087;43.83939;3.06067;553;20221216;9.3;6.4;7.8;2;9.03;0;.58;2614
+71087;43.83939;3.06067;553;20221217;7.9;.5;4.2;1.6;5.4;.1;.66;4458
+71087;43.83939;3.06067;553;20221218;9.1;-3.9;2.6;3.9;6.63;1.2;.59;6212
+71087;43.83939;3.06067;553;20221219;12.8;9;10.9;7.4;10.6;1.1;1.26;3041
+71087;43.83939;3.06067;553;20221220;12.6;11;11.8;6.3;10.9;1.1;1.36;1700
+71087;43.83939;3.06067;553;20221221;13.2;9.7;11.5;1.9;10.73;.4;.68;3959
+71087;43.83939;3.06067;553;20221222;13.3;5.9;9.6;4.1;11.5;2.7;.4;4511
+71087;43.83939;3.06067;553;20221223;16.1;11.2;13.7;2.6;12.53;.1;.9;3450
+71087;43.83939;3.06067;553;20221224;15;6.9;10.9;.9;9.63;.1;.6;4558
+71087;43.83939;3.06067;553;20221225;13.7;4.7;9.2;2.8;9.47;.1;.75;5028
+71087;43.83939;3.06067;553;20221226;15.6;8.3;11.9;1.9;10.9;.1;.77;4428
+71087;43.83939;3.06067;553;20221227;12.3;6.4;9.3;1.3;9.53;.1;.54;3963
+71087;43.83939;3.06067;553;20221228;12.7;3.2;7.9;1.9;8.07;.1;.74;5266
+71087;43.83939;3.06067;553;20221229;13.2;3.4;8.3;1.7;9.2;.8;.55;5386
+71087;43.83939;3.06067;553;20221230;14.7;5.6;10.1;1.8;9.57;.1;.74;5130
+71087;43.83939;3.06067;553;20221231;13.8;7.1;10.5;4.1;10.67;.3;.81;4376
+71088;43.85978;3.36989;637;20220101;21.1;-3.9;8.6;.5;4.92;.2;.34;8468
+71088;43.85978;3.36989;637;20220102;14.6;-3.9;5.3;1.3;5.72;0;.64;7942
+71088;43.85978;3.36989;637;20220103;12.1;3.6;7.8;1.1;6.82;0;.61;5177
+71088;43.85978;3.36989;637;20220104;10.6;-2.1;4.2;1.8;7.22;1.7;.42;6533
+71088;43.85978;3.36989;637;20220105;2.1;1.9;2;7.4;4.42;.4;1.4;180
+71088;43.85978;3.36989;637;20220106;3.9;-.5;1.7;5.3;3.82;0;1.37;3596
+71088;43.85978;3.36989;637;20220107;.9;-4.7;-1.9;4.9;4.42;6.1;.47;4184
+71088;43.85978;3.36989;637;20220108;6.3;.9;3.6;8;6.52;4.6;.76;4130
+71088;43.85978;3.36989;637;20220109;4.2;3;3.6;5.5;5.62;7.1;1.05;1574
+71088;43.85978;3.36989;637;20220110;5.2;2.4;3.8;4.6;5.12;.3;1.19;2821
+71088;43.85978;3.36989;637;20220111;5.8;-2.4;1.7;4.5;3.82;.1;1.3;5402
+71088;43.85978;3.36989;637;20220112;7.5;-5.9;.8;1.6;3.32;0;.76;7178
+71088;43.85978;3.36989;637;20220113;10.5;-11.4;-.5;.4;3.02;0;.28;9198
+71088;43.85978;3.36989;637;20220114;13.6;-11.1;1.2;.2;2.92;0;.17;9281
+71088;43.85978;3.36989;637;20220115;10.3;-9;.6;.9;3.02;0;.57;9021
+71088;43.85978;3.36989;637;20220116;7.6;-5.6;1;2.5;3.92;0;.92;7410
+71088;43.85978;3.36989;637;20220117;9.1;-1.3;3.9;3.4;4.82;0;1.2;6565
+71088;43.85978;3.36989;637;20220118;10.8;-1.8;4.5;1.1;4.12;0;.74;7382
+71088;43.85978;3.36989;637;20220119;4.3;-6.9;-1.3;2.7;4.32;.1;.59;6996
+71088;43.85978;3.36989;637;20220120;5.2;-.5;2.3;5.7;4.52;.1;1.29;4837
+71088;43.85978;3.36989;637;20220121;3.7;-1;1.3;5.7;3.52;0;1.51;4379
+71088;43.85978;3.36989;637;20220122;6.7;-2.7;2;3.2;3.62;0;1.25;6578
+71088;43.85978;3.36989;637;20220123;12.7;-9.6;1.5;1.2;3.72;0;.83;10174
+71088;43.85978;3.36989;637;20220124;11.2;-7.2;2;.9;4.22;0;.63;9728
+71088;43.85978;3.36989;637;20220125;12.6;-9;1.8;.9;4.02;0;.7;10406
+71088;43.85978;3.36989;637;20220126;11.9;-9.3;1.3;1.2;4.02;0;.81;10527
+71088;43.85978;3.36989;637;20220127;9.8;-5.2;2.3;2.2;4.52;0;1;9044
+71088;43.85978;3.36989;637;20220128;6.3;-3.3;1.5;3.8;4.32;0;1.11;7181
+71088;43.85978;3.36989;637;20220129;11.3;-3.5;3.9;3.3;4.12;0;1.59;9212
+71088;43.85978;3.36989;637;20220130;8.1;-2.1;3;4.3;5.12;.2;1.19;7622
+71088;43.85978;3.36989;637;20220131;4.8;.2;2.5;8.3;5.42;.2;1.09;4945
+71088;43.85978;3.36989;637;20220201;3.9;-.1;1.9;10.4;4.92;.2;1.27;4627
+71088;43.85978;3.36989;637;20220202;8.9;2.7;5.8;8;6.12;0;1.67;6024
+71088;43.85978;3.36989;637;20220203;17.8;-5.3;6.2;2.5;4.82;0;1.9;11594
+71088;43.85978;3.36989;637;20220204;7.7;3.3;5.5;4.6;6.42;0;1.17;5102
+71088;43.85978;3.36989;637;20220205;8.9;4.3;6.6;4.6;5.72;0;1.64;5308
+71088;43.85978;3.36989;637;20220206;5.2;-3.4;.9;5.9;5.22;1.8;.86;7634
+71088;43.85978;3.36989;637;20220207;8.7;3.6;6.1;7.4;6.22;.5;1.68;5791
+71088;43.85978;3.36989;637;20220208;15.3;-.8;7.2;1.8;4.22;0;1.59;11010
+71088;43.85978;3.36989;637;20220209;7.8;-8;-.1;1.5;4.82;0;.78;11048
+71088;43.85978;3.36989;637;20220210;.7;-2.2;-.8;2;7.02;0;1.35;12100
+71088;43.85978;3.36989;637;20220211;10.7;6;8.3;4.2;6.12;0;1.86;7900
+71088;43.85978;3.36989;637;20220212;9.9;-1.3;4.3;5.1;5.72;3.9;1.44;5500
+71088;43.85978;3.36989;637;20220213;7.6;5.5;6.5;6.1;8.52;23.1;.65;900
+71088;43.85978;3.36989;637;20220214;7.8;7.2;7.5;5.3;8.02;3.9;1.1;3600
+71088;43.85978;3.36989;637;20220215;5.8;2.2;4;6;6.92;.3;.75;5400
+71088;43.85978;3.36989;637;20220216;9.2;4.7;6.9;7.6;8.32;2.9;1.01;6136
+71088;43.85978;3.36989;637;20220217;11.6;8.4;10;7.4;9.42;.7;1.46;5133
+71088;43.85978;3.36989;637;20220218;17.8;5.4;11.6;3.2;8.92;0;1.95;10965
+71088;43.85978;3.36989;637;20220219;7.8;3.5;5.6;5.7;5.12;0;1.9;6241
+71088;43.85978;3.36989;637;20220220;9.2;1.3;5.2;6.7;5.92;1.1;1.71;8841
+71088;43.85978;3.36989;637;20220221;7.7;6.1;6.9;10.5;6.02;1.8;2.21;3627
+71088;43.85978;3.36989;637;20220222;9;3.9;6.4;7.9;5.92;0;2.04;7152
+71088;43.85978;3.36989;637;20220223;15;3.8;9.4;3.6;6.62;0;2.17;11101
+71088;43.85978;3.36989;637;20220224;14;5.4;9.7;3.8;7.02;0;2.07;9764
+71088;43.85978;3.36989;637;20220225;8.3;3;5.6;5.3;4.72;0;2.08;7608
+71088;43.85978;3.36989;637;20220226;9.2;-.7;4.2;4.2;4.32;0;1.95;10809
+71088;43.85978;3.36989;637;20220227;10.4;.8;5.6;2.5;5.52;0;1.54;10772
+71088;43.85978;3.36989;637;20220228;12;-1.2;5.4;2.3;5.82;0;1.58;12922
+71088;43.85978;3.36989;637;20220301;9.1;-4;2.5;3.6;5.62;0;1.35;13034
+71088;43.85978;3.36989;637;20220302;5.6;4.6;5.1;2.5;6.92;.5;.83;3113
+71088;43.85978;3.36989;637;20220303;13.8;4.4;9.1;1.3;7.62;0;1.47;11208
+71088;43.85978;3.36989;637;20220304;9.6;2.3;5.9;4.4;6.72;0;1.5;9913
+71088;43.85978;3.36989;637;20220305;8.3;4.5;6.4;4.4;6.42;.1;1.54;7037
+71088;43.85978;3.36989;637;20220306;9.5;.4;4.9;2.8;4.62;0;1.79;11433
+71088;43.85978;3.36989;637;20220307;9.1;-9.6;-.3;1.1;3.82;0;1.38;16911
+71088;43.85978;3.36989;637;20220308;5.3;-3.2;1;3.4;5.62;2.6;.96;11297
+71088;43.85978;3.36989;637;20220309;6.6;4.3;5.4;3.6;6.52;.5;1.2;5593
+71088;43.85978;3.36989;637;20220310;8;6;7;5;7.62;6.4;1.25;5232
+71088;43.85978;3.36989;637;20220311;6.9;6.5;6.7;7.2;7.02;55.2;1.43;1962
+71088;43.85978;3.36989;637;20220312;5.8;4.3;5;8.7;6.62;69.5;1.28;4548
+71088;43.85978;3.36989;637;20220313;5.9;4.6;5.2;6.4;6.22;61.8;1.42;4236
+71088;43.85978;3.36989;637;20220314;8;-.6;3.7;6.5;8.62;6.1;.17;1800
+71088;43.85978;3.36989;637;20220315;8.4;8;8.2;6.4;9.92;0;.6;2081
+71088;43.85978;3.36989;637;20220316;9.6;7.9;8.7;3.9;9.72;0;1.32;6200
+71088;43.85978;3.36989;637;20220317;12.9;2.2;7.5;1.3;7.62;.8;1.66;14151
+71088;43.85978;3.36989;637;20220318;12.8;7;9.9;4;8.52;.9;1.72;6800
+71088;43.85978;3.36989;637;20220319;13.3;6;9.6;3.4;7.12;0;2.37;14400
+71088;43.85978;3.36989;637;20220320;7.4;5.3;6.3;6.5;7.62;10.8;1.02;1200
+71088;43.85978;3.36989;637;20220321;9.4;5.3;7.3;8.7;7.12;1.3;1.91;7500
+71088;43.85978;3.36989;637;20220322;11.2;3.9;7.5;9;6.02;0;2.96;18000
+71088;43.85978;3.36989;637;20220323;12.5;3;7.7;6;5.02;0;3.34;20700
+71088;43.85978;3.36989;637;20220324;15.9;3.9;9.9;4.6;4.12;0;4.01;21600
+71088;43.85978;3.36989;637;20220325;16.5;4.2;10.3;3.6;3.72;0;3.66;16300
+71088;43.85978;3.36989;637;20220326;16.7;5.2;10.9;4.7;4.92;0;4.06;21100
+71088;43.85978;3.36989;637;20220327;18.4;6.1;12.2;4.1;5.32;0;4.09;20300
+71088;43.85978;3.36989;637;20220328;17.5;7;12.2;4.8;4.92;0;4.27;18400
+71088;43.85978;3.36989;637;20220329;14.7;8.1;11.4;4.2;7.42;3.6;2.8;12300
+71088;43.85978;3.36989;637;20220330;11.2;6.4;8.8;2.9;9.12;.6;1.26;6600
+71088;43.85978;3.36989;637;20220331;11.6;5.9;8.7;6.9;7.32;.2;2.65;17100
+71088;43.85978;3.36989;637;20220401;5.1;0;2.5;7.7;5.34;.8;2.33;13160
+71088;43.85978;3.36989;637;20220402;4.7;-2;1.4;5.1;5.01;.1;1.87;9833
+71088;43.85978;3.36989;637;20220403;5.1;-.2;2.5;7.5;4.65;0;2.37;13268
+71088;43.85978;3.36989;637;20220404;9;-1.2;3.9;2.6;5.01;0;2.79;21666
+71088;43.85978;3.36989;637;20220405;14.9;-.5;7.2;2.9;6.02;0;3.01;23700
+71088;43.85978;3.36989;637;20220406;11.5;3;7.2;4.3;8.32;.2;1.46;9200
+71088;43.85978;3.36989;637;20220407;12.4;5.8;9.1;6;9.82;2;1.13;4000
+71088;43.85978;3.36989;637;20220408;16.3;9.3;12.8;6.3;9.82;.2;2.93;13900
+71088;43.85978;3.36989;637;20220409;10.5;4;7.2;6.6;5.82;0;2.82;16300
+71088;43.85978;3.36989;637;20220410;16.4;.6;8.5;4.5;5.02;.3;3.98;24900
+71088;43.85978;3.36989;637;20220411;9.3;5.3;7.3;8.2;8.62;1.8;1.01;2800
+71088;43.85978;3.36989;637;20220412;12.9;7;9.9;7.5;7.02;0;2.8;7000
+71088;43.85978;3.36989;637;20220413;15.3;8.3;11.8;3.6;7.12;0;2.97;12700
+71088;43.85978;3.36989;637;20220414;22.4;7.2;14.8;3.7;9.72;.2;4.15;22000
+71088;43.85978;3.36989;637;20220415;23.8;10.2;17;5.3;10.42;0;5.04;23200
+71088;43.85978;3.36989;637;20220416;23.2;11.3;17.2;7.2;8.62;0;6.1;24800
+71088;43.85978;3.36989;637;20220417;22.6;7.1;14.8;5;7.52;0;5.37;26300
+71088;43.85978;3.36989;637;20220418;19.3;5.9;12.6;3.3;9.22;0;3.59;22400
+71088;43.85978;3.36989;637;20220419;18.8;6.6;12.7;2.2;10.12;.3;2.89;18000
+71088;43.85978;3.36989;637;20220420;12.9;8.4;10.6;2;10.72;15.6;1.19;5400
+71088;43.85978;3.36989;637;20220421;12;7.8;9.9;1.8;10.92;2.9;1.1;6100
+71088;43.85978;3.36989;637;20220422;18.4;7.3;12.8;3.3;10.62;.9;3.07;19300
+71088;43.85978;3.36989;637;20220423;12.1;9.7;10.9;5.5;9.12;19.7;1.79;3400
+71088;43.85978;3.36989;637;20220424;11.1;3.8;7.4;5;9.62;7.1;.91;6200
+71088;43.85978;3.36989;637;20220425;16.2;6.5;11.3;3.5;8.62;0;3.53;24600
+71088;43.85978;3.36989;637;20220426;21.2;6;13.6;2.1;8.42;0;4.24;27400
+71088;43.85978;3.36989;637;20220427;21.4;8.7;15;3.1;9.62;.6;4.36;25100
+71088;43.85978;3.36989;637;20220428;23;10.8;16.9;2.7;10.92;.3;4.34;23600
+71088;43.85978;3.36989;637;20220429;21.7;11.8;16.7;3.6;12.52;.3;4.08;22800
+71088;43.85978;3.36989;637;20220430;20.4;11.4;15.9;4.3;10.52;0;4.14;20500
+71088;43.85978;3.36989;637;20220501;19.7;6.5;13.1;3.6;7.52;0;4.48;25600
+71088;43.85978;3.36989;637;20220502;19.5;8.9;14.2;2.1;9.02;.3;3.81;23000
+71088;43.85978;3.36989;637;20220503;18.1;9.3;13.7;1.7;11.42;2.5;2.29;12300
+71088;43.85978;3.36989;637;20220504;17.9;7.3;12.6;1.7;11.32;2.4;2.45;15200
+71088;43.85978;3.36989;637;20220505;17;8.2;12.6;4.3;9.52;.5;3.38;19600
+71088;43.85978;3.36989;637;20220506;15.1;7.2;11.1;4.8;8.12;0;3.26;17922
+71088;43.85978;3.36989;637;20220507;20.2;8.6;14.4;5;8.62;0;4.57;21980
+71088;43.85978;3.36989;637;20220508;18.4;9.7;14;2.2;8.92;1.5;3.45;19027
+71088;43.85978;3.36989;637;20220509;21.6;2.8;12.2;.7;8.72;.1;3.93;28385
+71088;43.85978;3.36989;637;20220510;23.3;4;13.6;.9;9.32;0;4.19;28509
+71088;43.85978;3.36989;637;20220511;23;3.8;13.4;2.2;10.22;0;4.43;28631
+71088;43.85978;3.36989;637;20220512;21.3;10;15.6;3.2;11.82;0;3.94;22180
+71088;43.85978;3.36989;637;20220513;23.9;4.8;14.3;1.4;11.12;0;4.41;28867
+71088;43.85978;3.36989;637;20220514;25.4;5.6;15.5;1.3;12.02;0;4.58;28981
+71088;43.85978;3.36989;637;20220515;21;9.8;15.4;3;11.02;0;4.01;22350
+71088;43.85978;3.36989;637;20220516;24.7;10.8;17.7;2.4;12.62;.1;4.6;25079
+71088;43.85978;3.36989;637;20220517;26.8;6.3;16.5;1.2;12.92;0;4.76;29308
+71088;43.85978;3.36989;637;20220518;28.8;8.4;18.6;1.8;13.52;.1;5.29;29412
+71088;43.85978;3.36989;637;20220519;23.5;14;18.7;4.2;13.92;0;4.41;20833
+71088;43.85978;3.36989;637;20220520;23.6;14;18.8;3.1;12.42;0;4.48;21018
+71088;43.85978;3.36989;637;20220521;28.5;8;18.2;1.2;14.02;.1;5.07;29706
+71088;43.85978;3.36989;637;20220522;29.1;11.6;20.3;1.2;16.42;0;5.14;28822
+71088;43.85978;3.36989;637;20220523;17.6;14.7;16.1;3.3;15.62;0;2.08;11331
+71088;43.85978;3.36989;637;20220524;15.1;10.1;12.6;4.5;11.02;1;2.59;15156
+71088;43.85978;3.36989;637;20220525;18.6;9.3;13.9;5.6;10.12;0;3.97;20999
+71088;43.85978;3.36989;637;20220526;21;9.4;15.2;4.9;10.62;.1;4.5;23604
+71088;43.85978;3.36989;637;20220527;25;9.4;17.2;4.3;12.62;0;5.21;27564
+71088;43.85978;3.36989;637;20220528;23.9;11.6;17.7;4.3;10.12;0;5.43;24455
+71088;43.85978;3.36989;637;20220529;22.9;7.5;15.2;2.9;7.32;0;5.25;27519
+71088;43.85978;3.36989;637;20220530;22.9;1.8;12.3;1.6;8.82;1.2;4.6;30434
+71088;43.85978;3.36989;637;20220531;22.9;10.4;16.6;1.6;12.52;0;4.22;24833
+71088;43.85978;3.36989;637;20220601;25.1;6.8;15.9;1.7;12.52;.1;4.91;30266
+71088;43.85978;3.36989;637;20220602;24.2;13.7;18.9;3.7;13.72;0;4.71;22793
+71088;43.85978;3.36989;637;20220603;25.1;14.7;19.9;3.4;14.12;0;4.84;22725
+71088;43.85978;3.36989;637;20220604;25.7;15.8;20.7;3.8;16.82;0;4.64;22194
+71088;43.85978;3.36989;637;20220605;23.4;13.7;18.5;2.9;15.22;.1;4.12;21999
+71088;43.85978;3.36989;637;20220606;28.1;10.4;19.2;2.2;13.02;.2;5.65;30023
+71088;43.85978;3.36989;637;20220607;22;13.2;17.6;3.8;13.22;0;4.18;20983
+71088;43.85978;3.36989;637;20220608;18.8;9.2;14;3.2;12.82;1.1;3.32;21980
+71088;43.85978;3.36989;637;20220609;18.3;10.9;14.6;6.1;11.02;0;3.77;19232
+71088;43.85978;3.36989;637;20220610;27.5;9.9;18.7;4.3;11.82;0;6.31;30095
+71088;43.85978;3.36989;637;20220611;31.8;11.2;21.5;1.4;10.92;0;6.02;31025
+71088;43.85978;3.36989;637;20220612;30.6;12.3;21.4;1.7;12.42;.2;6.03;30764
+71088;43.85978;3.36989;637;20220613;30.5;14.5;22.5;2.5;15.42;.2;6.06;28742
+71088;43.85978;3.36989;637;20220614;31.1;11;21;1.6;14.92;0;5.92;31102
+71088;43.85978;3.36989;637;20220615;31.8;14.2;23;2.1;13.42;0;6.4;30223
+71088;43.85978;3.36989;637;20220616;34.4;11.6;23;1.8;13.42;0;6.58;31138
+71088;43.85978;3.36989;637;20220617;36.3;12.1;24.2;1.5;13.42;0;6.62;31151
+71088;43.85978;3.36989;637;20220618;29.8;12.4;21.1;2.7;14.42;0;6.13;30085
+71088;43.85978;3.36989;637;20220619;28.2;18.3;23.2;5.9;15.22;0;6.38;22516
+71088;43.85978;3.36989;637;20220620;25.7;16.9;21.3;5.8;17.32;0;4.86;21189
+71088;43.85978;3.36989;637;20220621;27.5;17.5;22.5;3.2;18.82;1.6;4.83;22636
+71088;43.85978;3.36989;637;20220622;25.6;17.7;21.6;3.4;19.12;4.2;4.17;20035
+71088;43.85978;3.36989;637;20220623;23.5;16;19.7;2.2;18.32;13.3;3.61;19498
+71088;43.85978;3.36989;637;20220624;22;13.6;17.8;2.7;14.52;5.1;3.84;20672
+71088;43.85978;3.36989;637;20220625;23.8;9.6;16.7;1.7;14.42;4.4;4.44;27087
+71088;43.85978;3.36989;637;20220626;24.4;15.1;19.7;2.3;17.82;.5;4;21769
+71088;43.85978;3.36989;637;20220627;21.7;13.7;17.7;3.8;15.32;0;3.68;20124
+71088;43.85978;3.36989;637;20220628;23.8;12.5;18.1;4.9;13.32;0;4.91;24038
+71088;43.85978;3.36989;637;20220629;28.4;9.1;18.7;1.5;12.42;.7;5.54;31056
+71088;43.85978;3.36989;637;20220630;17.5;12.1;14.8;3.8;14.32;4.4;2.55;16359
+71088;43.85978;3.36989;637;20220701;22.4;10.4;16.4;3.9;11.32;0;4.73;24723
+71088;43.85978;3.36989;637;20220702;30.3;5;17.6;1.1;11.22;0;5.41;30960
+71088;43.85978;3.36989;637;20220703;31.6;10.2;20.9;1.4;14.62;0;5.83;30922
+71088;43.85978;3.36989;637;20220704;27.4;14.8;21.1;3.1;17.82;.1;4.98;25256
+71088;43.85978;3.36989;637;20220705;27.8;16.4;22.1;3.1;16.62;0;5.2;23951
+71088;43.85978;3.36989;637;20220706;27.5;15.2;21.3;4;11.72;0;6.16;24868
+71088;43.85978;3.36989;637;20220707;26.4;13.6;20;5.2;11.52;0;6.25;25340
+71088;43.85978;3.36989;637;20220708;28.9;15.1;22;4.5;11.82;0;6.77;26293
+71088;43.85978;3.36989;637;20220709;31.4;11.1;21.2;2.5;10.82;0;6.6;30628
+71088;43.85978;3.36989;637;20220710;31.2;15.4;23.3;2.5;11.72;0;6.42;28076
+71088;43.85978;3.36989;637;20220711;31.7;10.6;21.1;1.1;13.02;0;5.65;30506
+71088;43.85978;3.36989;637;20220712;32.4;10.7;21.5;1.7;13.42;0;6.06;30441
+71088;43.85978;3.36989;637;20220713;31.7;10.4;21;1.5;13.22;0;5.84;30372
+71088;43.85978;3.36989;637;20220714;33.9;10.8;22.3;1.5;12.72;0;6.13;30301
+71088;43.85978;3.36989;637;20220715;33.5;12.5;23;2.2;12.72;0;6.6;30226
+71088;43.85978;3.36989;637;20220716;35.1;15.4;25.2;1.7;12.02;0;6.57;30149
+71088;43.85978;3.36989;637;20220717;34;11.8;22.9;1.2;12.82;0;5.9;30068
+71088;43.85978;3.36989;637;20220718;33.2;12.3;22.7;2;14.22;.1;6.29;29985
+71088;43.85978;3.36989;637;20220719;31.2;16.9;24;3.7;10.92;.1;7.05;26074
+71088;43.85978;3.36989;637;20220720;27.7;14.5;21.1;2.3;14.72;.2;5.08;24945
+71088;43.85978;3.36989;637;20220721;32.2;15.4;23.8;2.5;12.92;0;6.43;28148
+71088;43.85978;3.36989;637;20220722;33.7;11.6;22.6;2.3;14.32;.2;6.43;29625
+71088;43.85978;3.36989;637;20220723;29.1;16.6;22.8;3.6;15.02;0;5.77;24018
+71088;43.85978;3.36989;637;20220724;33.5;10.3;21.9;1.2;12.82;0;5.67;29428
+71088;43.85978;3.36989;637;20220725;27.4;14.1;20.7;3.9;15.62;.1;5.24;24623
+71088;43.85978;3.36989;637;20220726;26.4;16.3;21.3;4.9;12.92;0;5.69;21284
+71088;43.85978;3.36989;637;20220727;27.9;12.2;20;3.6;10.92;0;6.04;26617
+71088;43.85978;3.36989;637;20220728;29.6;9;19.3;1;11.72;0;5.05;29003
+71088;43.85978;3.36989;637;20220729;27.7;15.3;21.5;2.1;15.12;1.8;4.79;23387
+71088;43.85978;3.36989;637;20220730;29.3;14.3;21.8;3.5;14.32;0;5.82;25690
+71088;43.85978;3.36989;637;20220731;31.8;12;21.9;2;13.42;0;5.85;28657
+71088;43.85978;3.36989;637;20220801;33;13.2;23.1;2.4;12.32;0;6.38;28537
+71088;43.85978;3.36989;637;20220802;33.7;14.6;24.1;2.1;12.42;0;6.3;28414
+71088;43.85978;3.36989;637;20220803;32.1;13.5;22.8;1.6;12.52;0;5.67;28194
+71088;43.85978;3.36989;637;20220804;32.7;11.3;22;1.6;13.12;0;5.62;28162
+71088;43.85978;3.36989;637;20220805;30.8;13.4;22.1;2.7;16.42;.1;5.6;26990
+71088;43.85978;3.36989;637;20220806;31.7;17.6;24.6;2.6;15.12;0;5.75;24105
+71088;43.85978;3.36989;637;20220807;31.6;15.6;23.6;1.8;11.92;0;5.51;25598
+71088;43.85978;3.36989;637;20220808;32.6;9.5;21;1.4;9.72;0;5.39;27629
+71088;43.85978;3.36989;637;20220809;33;9.2;21.1;1.4;10.42;0;5.38;27490
+71088;43.85978;3.36989;637;20220810;32.2;12.4;22.3;2;12.82;0;5.7;27349
+71088;43.85978;3.36989;637;20220811;30.6;11.5;21;1.9;16.22;0;5.16;27205
+71088;43.85978;3.36989;637;20220812;35.6;15.7;25.6;1.8;16.32;0;5.94;27060
+71088;43.85978;3.36989;637;20220813;34.2;13.9;24;1.8;16.52;3;5.65;26912
+71088;43.85978;3.36989;637;20220814;24.8;19.8;22.3;3;19.72;5.4;3.17;13453
+71088;43.85978;3.36989;637;20220815;25.8;13.7;19.7;2;14.62;0;4.06;21213
+71088;43.85978;3.36989;637;20220816;28.5;10.2;19.3;2.2;14.42;20.1;4.83;26102
+71088;43.85978;3.36989;637;20220817;22.9;15.3;19.1;2;17.52;30.8;2.99;16457
+71088;43.85978;3.36989;637;20220818;21.9;14.2;18;3.9;15.22;1;3.25;16466
+71088;43.85978;3.36989;637;20220819;23.2;15.2;19.2;5.8;15.02;0;3.95;16691
+71088;43.85978;3.36989;637;20220820;27.1;14.3;20.7;3.5;14.82;.1;4.67;21172
+71088;43.85978;3.36989;637;20220821;26;14.4;20.2;3.1;13.92;.2;4.37;19988
+71088;43.85978;3.36989;637;20220822;24.5;16.7;20.6;5.8;15.52;.1;4.28;16148
+71088;43.85978;3.36989;637;20220823;29.3;16.3;22.8;3.4;15.62;0;5.04;20920
+71088;43.85978;3.36989;637;20220824;30.2;10.7;20.4;1.2;14.02;0;4.46;25163
+71088;43.85978;3.36989;637;20220825;29.3;12.8;21;2.6;15.32;.5;4.76;23337
+71088;43.85978;3.36989;637;20220826;29;16.3;22.6;3.2;15.92;.1;4.76;20239
+71088;43.85978;3.36989;637;20220827;27.9;14.7;21.3;2.2;13.72;0;4.33;20499
+71088;43.85978;3.36989;637;20220828;30.7;9.2;19.9;1.3;12.22;0;4.43;24476
+71088;43.85978;3.36989;637;20220829;28;9.7;18.8;2.2;14.42;1.8;4.33;23912
+71088;43.85978;3.36989;637;20220830;29.5;12.7;21.1;1.7;14.52;.2;4.34;22708
+71088;43.85978;3.36989;637;20220831;28.9;13.8;21.3;1.9;13.92;0;4.29;21326
+71088;43.85978;3.36989;637;20220901;28.4;15.8;22.1;2.3;14.92;.2;4.21;19266
+71088;43.85978;3.36989;637;20220902;24.7;12.1;18.4;1.3;14.52;14.5;3.25;19113
+71088;43.85978;3.36989;637;20220903;25.6;14.9;20.2;1.4;17.12;1.5;3.15;17414
+71088;43.85978;3.36989;637;20220904;25.5;14.3;19.9;3.2;18.52;.1;3.24;17688
+71088;43.85978;3.36989;637;20220905;24.6;19.2;21.9;4.5;20.42;1;2.84;11954
+71088;43.85978;3.36989;637;20220906;24.9;18.9;21.9;3.9;19.92;2.9;2.94;12533
+71088;43.85978;3.36989;637;20220907;23.8;14.8;19.3;2.3;17.92;9.1;2.75;15383
+71088;43.85978;3.36989;637;20220908;22.9;11.6;17.2;2.3;13.32;.2;3.11;17176
+71088;43.85978;3.36989;637;20220909;18.5;9.9;14.2;2.3;13.42;.3;2.2;14759
+71088;43.85978;3.36989;637;20220910;22.8;11.1;16.9;2.5;11.92;0;3.26;17183
+71088;43.85978;3.36989;637;20220911;28.6;6.2;17.4;.7;11.22;.1;3.3;21904
+71088;43.85978;3.36989;637;20220912;23.6;9.1;16.3;2.2;15.92;.3;2.82;18868
+71088;43.85978;3.36989;637;20220913;23.6;20.2;21.9;4.8;21.72;13;2.16;8672
+71088;43.85978;3.36989;637;20220914;22.3;16.9;19.6;3;19.52;.4;2.05;11015
+71088;43.85978;3.36989;637;20220915;24.8;12.4;18.6;2;15.12;0;3.01;16910
+71088;43.85978;3.36989;637;20220916;22.3;14.4;18.3;4;13.42;0;3.21;13219
+71088;43.85978;3.36989;637;20220917;17.7;8.8;13.2;3.7;8.32;0;3.02;13939
+71088;43.85978;3.36989;637;20220918;23;6;14.5;1.4;6.92;0;3.08;19355
+71088;43.85978;3.36989;637;20220919;23.7;2.7;13.2;1.9;7.52;0;3.34;20356
+71088;43.85978;3.36989;637;20220920;23.3;7.4;15.3;2.3;7.42;0;3.53;18325
+71088;43.85978;3.36989;637;20220921;22.4;7.6;15;1.7;8.32;0;2.97;17475
+71088;43.85978;3.36989;637;20220922;21.7;6.3;14;1.2;10.92;.1;2.49;17657
+71088;43.85978;3.36989;637;20220923;17.8;6;11.9;1.9;11.92;26.1;1.93;15204
+71088;43.85978;3.36989;637;20220924;17.5;12.1;14.8;3.1;13.22;0;1.83;9938
+71088;43.85978;3.36989;637;20220925;16.3;7.5;11.9;3.3;10.92;.1;1.91;12753
+71088;43.85978;3.36989;637;20220926;14;5.3;9.6;4.3;10.12;1.2;1.58;12538
+71088;43.85978;3.36989;637;20220927;13.5;9.3;11.4;7.6;10.92;3.7;1.6;8391
+71088;43.85978;3.36989;637;20220928;14.2;10.6;12.4;6.9;13.12;9.4;1.04;7625
+71088;43.85978;3.36989;637;20220929;13.1;9.1;11.1;4.5;11.12;1.4;1.31;7984
+71088;43.85978;3.36989;637;20220930;12.9;7;9.9;4.2;9.42;0;1.61;9742
+71088;43.85978;3.36989;637;20221001;16.3;3.9;10.1;3.2;11.22;.7;1.57;14292
+71088;43.85978;3.36989;637;20221002;20.1;13.3;16.7;3;14.22;.1;2.04;10271
+71088;43.85978;3.36989;637;20221003;20.9;10.1;15.5;2.9;12.02;0;2.41;12984
+71088;43.85978;3.36989;637;20221004;22.8;2.3;12.5;.7;9.62;.1;2.06;17413
+71088;43.85978;3.36989;637;20221005;17.4;3.1;10.2;1.8;11.62;.1;1.57;14703
+71088;43.85978;3.36989;637;20221006;21.3;11.3;16.3;1.3;13.92;0;1.84;12029
+71088;43.85978;3.36989;637;20221007;19;7;13;1.6;12.42;1.7;1.68;13089
+71088;43.85978;3.36989;637;20221008;19.2;11.1;15.1;1;13.22;1;1.54;10492
+71088;43.85978;3.36989;637;20221009;17.2;4.6;10.9;1.5;11.82;.3;1.44;13108
+71088;43.85978;3.36989;637;20221010;19.5;13.6;16.5;2.4;14.02;.3;1.73;8627
+71088;43.85978;3.36989;637;20221011;20.1;7.6;13.8;.5;11.92;.1;1.53;12734
+71088;43.85978;3.36989;637;20221012;18.7;7.2;12.9;.7;11.22;3.8;1.46;12032
+71088;43.85978;3.36989;637;20221013;17.2;3.7;10.4;1.1;11.12;3;1.37;12934
+71088;43.85978;3.36989;637;20221014;16.3;12.4;14.3;4.4;14.62;.6;1.06;6523
+71088;43.85978;3.36989;637;20221015;23;8.1;15.5;1.9;13.82;.4;1.92;13284
+71088;43.85978;3.36989;637;20221016;18.6;12.8;15.7;5;16.72;3.2;1.01;7905
+71088;43.85978;3.36989;637;20221017;17;15.4;16.2;5.3;16.82;8.7;.85;3747
+71088;43.85978;3.36989;637;20221018;18.2;15.5;16.8;3.1;17.12;.2;1.01;5017
+71088;43.85978;3.36989;637;20221019;17.9;15.9;16.9;3.2;16.92;7.6;1;4155
+71088;43.85978;3.36989;637;20221020;17.4;16.3;16.8;5.1;17.92;19.2;.69;2846
+71088;43.85978;3.36989;637;20221021;19.6;16.5;18;3.2;16.42;0;1.43;5205
+71088;43.85978;3.36989;637;20221022;20;9.2;14.6;2;14.02;.1;1.37;10217
+71088;43.85978;3.36989;637;20221023;17.8;14.9;16.3;3.6;16.82;1.2;.92;4868
+71088;43.85978;3.36989;637;20221024;20.8;14;17.4;1.7;14.52;0;1.46;7740
+71088;43.85978;3.36989;637;20221025;18.7;6.2;12.4;2.4;12.62;.1;1.26;10614
+71088;43.85978;3.36989;637;20221026;20.1;10.6;15.3;2.4;15.32;.1;1.22;9035
+71088;43.85978;3.36989;637;20221027;18.4;14.4;16.4;3.4;16.22;0;1.07;5524
+71088;43.85978;3.36989;637;20221028;18.7;14;16.3;3.1;14.32;0;1.42;5965
+71088;43.85978;3.36989;637;20221029;19.8;13.7;16.7;3.4;10.32;0;2.38;6803
+71088;43.85978;3.36989;637;20221030;18.3;14.1;16.2;3.9;14.42;0;1.43;5441
+71088;43.85978;3.36989;637;20221031;17.3;14.4;15.8;4.6;15.42;2.8;1.08;4332
+71088;43.85978;3.36989;637;20221101;17.8;13;15.4;1.8;12.82;.1;1.2;5704
+71088;43.85978;3.36989;637;20221102;17.5;4.8;11.1;.8;9.02;.1;.99;9610
+71088;43.85978;3.36989;637;20221103;15;.9;7.9;3.7;10.42;3.9;.79;10030
+71088;43.85978;3.36989;637;20221104;7.7;7.6;7.6;7.5;9.22;3.9;.66;158
+71088;43.85978;3.36989;637;20221105;10.4;4.6;7.5;5.4;7.02;0;1.51;5998
+71088;43.85978;3.36989;637;20221106;17.1;-2.3;7.4;1.2;6.22;.1;1.11;11430
+71088;43.85978;3.36989;637;20221107;16;-1.4;7.3;2.1;8.02;0;1.11;10644
+71088;43.85978;3.36989;637;20221108;14.2;9.4;11.8;4.6;13.32;4.4;.49;5167
+71088;43.85978;3.36989;637;20221109;17.5;13;15.2;2.7;13.52;.7;1.14;4911
+71088;43.85978;3.36989;637;20221110;14.7;7.6;11.1;2.5;9.82;0;1.09;6272
+71088;43.85978;3.36989;637;20221111;15.1;3;9;3.8;12.52;0;.28;8304
+71088;43.85978;3.36989;637;20221112;17.6;9.7;13.6;2.6;10.72;.1;1.35;6482
+71088;43.85978;3.36989;637;20221113;17;1.4;9.2;1.9;8.82;0;1.02;9289
+71088;43.85978;3.36989;637;20221114;10.9;10.9;10.9;3.9;11.92;10.7;.54;0
+71088;43.85978;3.36989;637;20221115;12.1;10.7;11.4;3.3;12.62;2.9;.48;2197
+71088;43.85978;3.36989;637;20221116;13.9;6.5;10.2;1.8;9.92;.3;.77;5933
+71088;43.85978;3.36989;637;20221117;13.6;5.3;9.4;3.2;10.82;4.2;.61;6248
+71088;43.85978;3.36989;637;20221118;9;6.2;7.6;4.8;8.82;.9;.74;3275
+71088;43.85978;3.36989;637;20221119;8.3;3.4;5.8;4.8;7.42;.1;.84;4514
+71088;43.85978;3.36989;637;20221120;8.4;1.5;4.9;4.8;6.92;.3;.85;5427
+71088;43.85978;3.36989;637;20221121;8.9;1.5;5.2;3.1;7.62;10.6;.58;5580
+71088;43.85978;3.36989;637;20221122;5.1;3.3;4.2;6.5;7.72;4.8;.33;2346
+71088;43.85978;3.36989;637;20221123;10.1;4.6;7.3;3.4;9.12;3;.54;4599
+71088;43.85978;3.36989;637;20221124;11.4;4.8;8.1;1.9;8.82;0;.62;5051
+71088;43.85978;3.36989;637;20221125;9.7;2.5;6.1;2.7;8.32;2.2;.51;5251
+71088;43.85978;3.36989;637;20221126;9.7;2.3;6;3.1;6.72;0;.91;5277
+71088;43.85978;3.36989;637;20221127;10.4;-4.2;3.1;2.1;6.62;2.9;.52;7635
+71088;43.85978;3.36989;637;20221128;7.3;7.1;7.2;3.2;9.22;5.3;.49;233
+71088;43.85978;3.36989;637;20221129;6.7;2.4;4.5;4.7;7.02;0;.66;3728
+71088;43.85978;3.36989;637;20221130;7.7;-1.4;3.1;1.8;6.12;.1;.5;5705
+71088;43.85978;3.36989;637;20221201;5.5;-2.5;1.5;1.1;6.02;0;.31;5256
+71088;43.85978;3.36989;637;20221202;4.7;-2.2;1.2;.7;5.42;3.1;.32;4786
+71088;43.85978;3.36989;637;20221203;5.5;.6;3;1.6;7.22;9.7;.28;3884
+71088;43.85978;3.36989;637;20221204;5.8;3.7;4.7;2.7;7.22;2.8;.54;2267
+71088;43.85978;3.36989;637;20221205;9.3;-7.6;.8;.7;4.32;.2;.33;7730
+71088;43.85978;3.36989;637;20221206;11.3;-5.6;2.8;.5;4.62;.4;.28;7677
+71088;43.85978;3.36989;637;20221207;10;-4;3;1.2;4.82;.3;.53;6876
+71088;43.85978;3.36989;637;20221208;5.2;-7.4;-1.1;1.4;5.92;5.8;.14;6446
+71088;43.85978;3.36989;637;20221209;10.6;5.2;7.9;2.3;9.72;0;.4;3941
+71088;43.85978;3.36989;637;20221210;3.3;3.8;3.5;5;6.52;0;.69;0
+71088;43.85978;3.36989;637;20221211;5.9;-8.1;-1.1;2;3.22;0;.7;6728
+71088;43.85978;3.36989;637;20221212;4.1;-10.9;-3.4;1.8;3.82;8;.38;6959
+71088;43.85978;3.36989;637;20221213;9.7;-.3;4.7;3.1;8.02;5.7;.34;5525
+71088;43.85978;3.36989;637;20221214;10.8;5.7;8.2;2.1;9.22;3.2;.52;3721
+71088;43.85978;3.36989;637;20221215;9.3;1.3;5.3;2.9;9.62;19.8;0;4831
+71088;43.85978;3.36989;637;20221216;9.1;5.1;7.1;2;7.62;0;.66;3191
+71088;43.85978;3.36989;637;20221217;7.5;-4.3;1.6;1.1;3.62;.1;.52;5998
+71088;43.85978;3.36989;637;20221218;7.2;-9.7;-1.3;3;6.02;1.4;.16;7312
+71088;43.85978;3.36989;637;20221219;11;7.4;9.2;6.3;10.42;1.9;.57;2974
+71088;43.85978;3.36989;637;20221220;11.2;9.9;10.5;6;10.92;0;.79;1491
+71088;43.85978;3.36989;637;20221221;11.9;10.2;11;5.1;10.44;.6;.72;3794
+71088;43.85978;3.36989;637;20221222;12.4;2.5;7.4;5.4;11.12;3.6;0;5415
+71088;43.85978;3.36989;637;20221223;14.6;10.5;12.5;2.4;11.72;.1;.75;3224
+71088;43.85978;3.36989;637;20221224;15.4;2.7;9;.5;8.52;.1;.31;6244
+71088;43.85978;3.36989;637;20221225;10.5;-1.5;4.5;3.1;9.22;.1;.03;6060
+71088;43.85978;3.36989;637;20221226;15;10;12.5;2.3;11.02;.1;.84;3659
+71088;43.85978;3.36989;637;20221227;11.9;4.4;8.1;1.3;8.22;.1;.53;4660
+71088;43.85978;3.36989;637;20221228;9.8;-2.4;3.7;1.1;6.92;.1;.31;6167
+71088;43.85978;3.36989;637;20221229;11.7;1.2;6.4;1.4;9.42;.5;.26;5689
+71088;43.85978;3.36989;637;20221230;12.4;3.8;8.1;1.1;8.92;.2;.42;5100
+71088;43.85978;3.36989;637;20221231;10.6;2.9;6.7;4.3;10.72;.4;0;4809
+71089;43.87924;3.6793;232;20220101;11;.9;6;1;9.11;.2;.28;5938
+71089;43.87924;3.6793;232;20220102;8.3;5.8;7;1;9.75;.1;.39;2564
+71089;43.87924;3.6793;232;20220103;15.7;2.7;9.2;.8;8.98;0;.4;7152
+71089;43.87924;3.6793;232;20220104;10.1;3.6;6.9;1.5;10.61;1.2;.23;4847
+71089;43.87924;3.6793;232;20220105;8.1;5.2;6.6;4.7;5.55;.6;1.8;2831
+71089;43.87924;3.6793;232;20220106;8.8;1.3;5.1;4.5;4.28;0;1.87;5053
+71089;43.87924;3.6793;232;20220107;10.1;-2.7;3.7;2.1;4.88;2.9;.92;7252
+71089;43.87924;3.6793;232;20220108;12.2;2.4;7.3;2.6;7.51;3;.97;6265
+71089;43.87924;3.6793;232;20220109;10.4;5.5;8;2.5;6.78;4.2;1.18;4145
+71089;43.87924;3.6793;232;20220110;10.8;4.6;7.7;3;5.95;.4;1.41;4948
+71089;43.87924;3.6793;232;20220111;8;-2.3;2.9;3.8;4.58;.2;1.24;6546
+71089;43.87924;3.6793;232;20220112;7.2;-2.7;2.3;3.3;4.41;0;1.15;6421
+71089;43.87924;3.6793;232;20220113;8.8;-5.4;1.7;1.6;4.31;0;.7;7996
+71089;43.87924;3.6793;232;20220114;12.6;-5.5;3.5;1.3;4.51;.1;.72;8858
+71089;43.87924;3.6793;232;20220115;12.4;-5.4;3.5;1;4.71;0;.62;8895
+71089;43.87924;3.6793;232;20220116;14.7;-5.3;4.7;1.5;4.25;0;.95;9230
+71089;43.87924;3.6793;232;20220117;13.7;-2;5.8;2.9;5.45;0;1.36;8457
+71089;43.87924;3.6793;232;20220118;10.7;-2;4.3;1.9;5.28;0;.93;7757
+71089;43.87924;3.6793;232;20220119;10.8;-2.8;4;1.6;5.98;0;.74;8431
+71089;43.87924;3.6793;232;20220120;11.9;-.7;5.6;3.3;5.21;.1;1.53;8067
+71089;43.87924;3.6793;232;20220121;8;-1.4;3.3;4.2;3.91;0;1.7;6793
+71089;43.87924;3.6793;232;20220122;9.4;-3.2;3.1;4.1;4.58;0;1.53;8064
+71089;43.87924;3.6793;232;20220123;10.3;.8;5.5;2.9;5.45;0;1.31;7258
+71089;43.87924;3.6793;232;20220124;12;-3.7;4.1;1.2;5.71;0;.73;9595
+71089;43.87924;3.6793;232;20220125;12.7;-4.7;4;.9;5.71;0;.66;9867
+71089;43.87924;3.6793;232;20220126;16;-4.5;5.7;1.1;5.21;0;.89;10334
+71089;43.87924;3.6793;232;20220127;14.4;-6;4.2;1;4.48;0;.85;10561
+71089;43.87924;3.6793;232;20220128;15.6;-4.7;5.5;4;4.35;0;2.39;10463
+71089;43.87924;3.6793;232;20220129;16.6;1.5;9;2.3;4.45;0;1.81;9479
+71089;43.87924;3.6793;232;20220130;15.5;.6;8;3.9;6.45;.3;1.85;9403
+71089;43.87924;3.6793;232;20220131;12.9;-1.5;5.7;4.2;5.51;.1;1.93;9602
+71089;43.87924;3.6793;232;20220201;11.4;3.9;7.7;4.7;5.08;0;2.33;7139
+71089;43.87924;3.6793;232;20220202;16.6;7.2;11.9;3.4;7.55;0;2.11;8217
+71089;43.87924;3.6793;232;20220203;15.3;.4;7.9;1.3;7.21;0;1;10038
+71089;43.87924;3.6793;232;20220204;15.4;-.2;7.6;1.6;7.68;.1;1.16;10770
+71089;43.87924;3.6793;232;20220205;14.6;2.1;8.3;2.7;5.51;0;1.84;9719
+71089;43.87924;3.6793;232;20220206;12.6;-2.7;5;2.9;5.81;1;1.54;10666
+71089;43.87924;3.6793;232;20220207;14.4;7.5;10.9;4.5;6.25;.2;2.65;7419
+71089;43.87924;3.6793;232;20220208;14.6;-2;6.3;2;4.18;0;1.71;11310
+71089;43.87924;3.6793;232;20220209;12.2;-3.6;4.3;1.3;7.01;0;.92;11558
+71089;43.87924;3.6793;232;20220210;9.6;6.6;8.1;1.7;9.21;0;1.14;8644
+71089;43.87924;3.6793;232;20220211;13.6;4.4;9;4.2;6.85;0;2.15;9838
+71089;43.87924;3.6793;232;20220212;13.2;2.5;7.9;3.3;6.45;5.3;1.82;9731
+71089;43.87924;3.6793;232;20220213;10.5;6.5;8.5;5.2;9.35;25.5;1.18;3715
+71089;43.87924;3.6793;232;20220214;11.2;8.1;9.7;4.1;9.85;4.5;1.3;4501
+71089;43.87924;3.6793;232;20220215;12.3;3.9;8.1;3.3;6.95;.1;1.76;9766
+71089;43.87924;3.6793;232;20220216;13.5;1.7;7.6;1.7;8.85;1.8;1.14;11361
+71089;43.87924;3.6793;232;20220217;19.9;7.8;13.8;2.9;10.35;1.1;2.22;11191
+71089;43.87924;3.6793;232;20220218;18.2;3.6;10.9;1.6;9.95;0;1.53;12831
+71089;43.87924;3.6793;232;20220219;13.2;6.6;9.9;2.8;6.08;0;2.09;8588
+71089;43.87924;3.6793;232;20220220;15.9;.9;8.4;3;6.78;.7;2.12;13235
+71089;43.87924;3.6793;232;20220221;14.1;6;10;4.3;7.11;1;2.41;9622
+71089;43.87924;3.6793;232;20220222;16.2;5.3;10.8;4;6.45;0;2.8;11694
+71089;43.87924;3.6793;232;20220223;17.6;6.2;11.9;2.5;7.95;0;2.19;12171
+71089;43.87924;3.6793;232;20220224;14;3.7;8.8;1.6;9.78;.1;1.27;11672
+71089;43.87924;3.6793;232;20220225;13;3.8;8.4;3.7;5.41;0;2.43;11076
+71089;43.87924;3.6793;232;20220226;13.4;3.7;8.6;2.7;4.95;0;2.27;11533
+71089;43.87924;3.6793;232;20220227;12.7;-3;4.8;1.5;6.15;0;1.49;14774
+71089;43.87924;3.6793;232;20220228;14.6;-1.2;6.7;1.6;7.05;0;1.64;14979
+71089;43.87924;3.6793;232;20220301;12.3;-1.2;5.5;1.7;6.65;0;1.52;14361
+71089;43.87924;3.6793;232;20220302;10.1;-.2;5;.8;7.51;.4;1.12;12613
+71089;43.87924;3.6793;232;20220303;15.6;-1.2;7.2;1.4;7.81;0;1.66;15768
+71089;43.87924;3.6793;232;20220304;17.4;3.6;10.5;2.3;7.51;0;2.35;15069
+71089;43.87924;3.6793;232;20220305;15.2;0;7.6;1.8;5.31;.1;2.15;15458
+71089;43.87924;3.6793;232;20220306;12.9;-2.9;5;1.8;4.08;0;2.01;15763
+71089;43.87924;3.6793;232;20220307;12.5;-4.1;4.2;1.5;4.45;0;1.8;16221
+71089;43.87924;3.6793;232;20220308;8.6;-3.6;2.5;1.4;6.15;1.8;1.3;14848
+71089;43.87924;3.6793;232;20220309;11.9;4.7;8.3;1.2;8.31;.4;1.42;11340
+71089;43.87924;3.6793;232;20220310;11.8;3.5;7.7;2.1;10.11;12.8;1.24;12384
+71089;43.87924;3.6793;232;20220311;11.7;8.9;10.3;3.8;10.08;43.5;1.49;6782
+71089;43.87924;3.6793;232;20220312;9.2;6.2;7.7;2.3;9.58;60;1.02;7017
+71089;43.87924;3.6793;232;20220313;9.1;6.2;7.6;3.3;9.35;44;1.1;7228
+71089;43.87924;3.6793;232;20220314;11.8;6.1;8.9;1.4;10.58;4.7;1.27;10514
+71089;43.87924;3.6793;232;20220315;14.1;8;11;1.6;10.85;0;1.61;11175
+71089;43.87924;3.6793;232;20220316;15.1;7.5;11.3;1.2;10.98;0;1.67;12515
+71089;43.87924;3.6793;232;20220317;15.1;5.6;10.3;1.5;10.85;.8;1.76;14324
+71089;43.87924;3.6793;232;20220318;14.8;10.1;12.4;3.9;10.21;.6;2.34;11480
+71089;43.87924;3.6793;232;20220319;16.5;6.4;11.4;2.1;8.85;.1;2.35;15456
+71089;43.87924;3.6793;232;20220320;12.6;6.1;9.3;3.4;9.15;11.1;1.58;9594
+71089;43.87924;3.6793;232;20220321;13;8;10.5;4.3;7.98;.5;2.35;10452
+71089;43.87924;3.6793;232;20220322;14.7;2.5;8.6;3.6;6.75;.1;2.81;18345
+71089;43.87924;3.6793;232;20220323;15.6;2;8.8;2.4;6.78;0;2.65;19061
+71089;43.87924;3.6793;232;20220324;18;2.6;10.3;2.2;6.31;0;3;19119
+71089;43.87924;3.6793;232;20220325;18.6;2.6;10.6;1.9;6.91;0;2.86;19303
+71089;43.87924;3.6793;232;20220326;18.7;4.3;11.5;2.5;7.71;0;3.09;19606
+71089;43.87924;3.6793;232;20220327;20.3;6;13.1;2.1;6.75;0;3.43;19809
+71089;43.87924;3.6793;232;20220328;19.9;6;12.9;2;7.31;0;3.26;19559
+71089;43.87924;3.6793;232;20220329;16.8;6.4;11.6;2.6;10.25;3.9;2.39;16575
+71089;43.87924;3.6793;232;20220330;15.2;8.8;12;2.3;11.01;.4;2.11;13776
+71089;43.87924;3.6793;232;20220331;17.2;6.6;11.9;3.7;8.15;.3;3.28;17045
+71089;43.87924;3.6793;232;20220401;9.3;5;7.1;6.1;4.85;.4;3.05;11324
+71089;43.87924;3.6793;232;20220402;7.2;2.8;5;9.1;4.37;0;3.03;10691
+71089;43.87924;3.6793;232;20220403;9;1.4;5.2;6.3;4.67;0;2.82;15057
+71089;43.87924;3.6793;232;20220404;14.4;1.1;7.7;3.6;5.07;0;3.34;20313
+71089;43.87924;3.6793;232;20220405;17.9;2.6;10.2;2.7;6.72;0;3.65;23524
+71089;43.87924;3.6793;232;20220406;17.2;7;12.1;2.3;9.41;.1;2.75;16401
+71089;43.87924;3.6793;232;20220407;19.7;8.5;14.1;3.7;10.38;1.6;3.5;17582
+71089;43.87924;3.6793;232;20220408;20.6;11.4;16;3.7;10.91;.1;3.77;18037
+71089;43.87924;3.6793;232;20220409;15.7;8.7;12.2;4.8;5.78;0;4.22;17610
+71089;43.87924;3.6793;232;20220410;17.3;3.8;10.6;2.9;6.21;.3;3.7;22489
+71089;43.87924;3.6793;232;20220411;14.2;6;10.1;4.4;9.58;2.2;2.27;12357
+71089;43.87924;3.6793;232;20220412;17.2;5.9;11.6;2.9;9.88;0;2.95;20275
+71089;43.87924;3.6793;232;20220413;19.6;6.9;13.2;2.3;9.81;0;3.38;21189
+71089;43.87924;3.6793;232;20220414;24.2;8.4;16.3;3.5;10.58;0;4.72;23864
+71089;43.87924;3.6793;232;20220415;26.8;12.7;19.8;4.3;11.99;0;5.54;22823
+71089;43.87924;3.6793;232;20220416;24.6;12.6;18.6;8.6;10.06;0;7.15;21966
+71089;43.87924;3.6793;232;20220417;21.5;10.8;16.1;3.4;8.15;0;4.75;22956
+71089;43.87924;3.6793;232;20220418;21.9;7.8;14.9;2.8;9.75;0;4.14;23370
+71089;43.87924;3.6793;232;20220419;23.1;9;16;3.3;9.38;.4;4.71;23823
+71089;43.87924;3.6793;232;20220420;15.7;9.8;12.8;2.8;12.41;16.1;1.84;10121
+71089;43.87924;3.6793;232;20220421;18.5;10.7;14.6;2.5;12.98;1.5;2.49;14651
+71089;43.87924;3.6793;232;20220422;20.9;9.5;15.2;3.4;12.01;.7;3.87;22718
+71089;43.87924;3.6793;232;20220423;14.4;11.8;13.1;5.1;12.36;18.8;1.86;4885
+71089;43.87924;3.6793;232;20220424;16.5;7.5;12;2.2;11.18;6.4;2.62;16636
+71089;43.87924;3.6793;232;20220425;20.9;7.7;14.3;3.1;10.75;0;4.17;24954
+71089;43.87924;3.6793;232;20220426;21.1;7.9;14.5;3.1;10.75;0;4.07;23288
+71089;43.87924;3.6793;232;20220427;20.9;10.1;15.5;3.1;11.25;.5;4.06;22830
+71089;43.87924;3.6793;232;20220428;23.9;9.7;16.8;2.5;11.91;.2;4.46;25155
+71089;43.87924;3.6793;232;20220429;22.9;10.6;16.8;3.2;11.91;.1;4.49;23421
+71089;43.87924;3.6793;232;20220430;24.3;12.8;18.5;3.6;10.48;0;5.28;22744
+71089;43.87924;3.6793;232;20220501;22.2;10.2;16.2;3.9;8.85;0;5.16;23777
+71089;43.87924;3.6793;232;20220502;22.9;10.5;16.7;2.8;10.31;.3;4.6;23135
+71089;43.87924;3.6793;232;20220503;22;11.7;16.9;2.1;12.71;1.7;3.93;22434
+71089;43.87924;3.6793;232;20220504;22.5;9.3;15.9;2.4;12.58;3.5;4.12;24019
+71089;43.87924;3.6793;232;20220505;20.3;12.2;16.2;4.7;10.98;.8;4.5;20676
+71089;43.87924;3.6793;232;20220506;21.1;11.3;16.2;3.7;9.78;0;4.65;21712
+71089;43.87924;3.6793;232;20220507;25.2;9.7;17.5;2.6;10.21;0;5.1;25810
+71089;43.87924;3.6793;232;20220508;23.4;10.2;16.8;1.8;11.71;1.8;4.37;24891
+71089;43.87924;3.6793;232;20220509;24.9;9;16.9;1.4;13.51;.1;4.5;27362
+71089;43.87924;3.6793;232;20220510;25.5;8.9;17.2;1.4;12.95;.1;4.66;28063
+71089;43.87924;3.6793;232;20220511;24.7;8.4;16.5;1.8;12.95;0;4.65;27808
+71089;43.87924;3.6793;232;20220512;23.7;9.7;16.7;1.7;12.95;0;4.48;26795
+71089;43.87924;3.6793;232;20220513;26.2;8.4;17.3;1.3;12.15;0;4.86;28909
+71089;43.87924;3.6793;232;20220514;29;12.4;20.7;1.7;15.15;0;5.32;27914
+71089;43.87924;3.6793;232;20220515;25.2;13.8;19.5;1.9;15.15;0;4.56;24198
+71089;43.87924;3.6793;232;20220516;26.7;10.7;18.7;1.4;13.25;.3;5.05;29038
+71089;43.87924;3.6793;232;20220517;28.6;11.5;20;1.5;14.95;0;5.36;29358
+71089;43.87924;3.6793;232;20220518;32;13.1;22.6;2;15.98;.1;6.06;29274
+71089;43.87924;3.6793;232;20220519;27.2;14.1;20.7;1.8;15.85;0;5.05;26415
+71089;43.87924;3.6793;232;20220520;27.4;11.3;19.4;1.7;14.71;0;5.25;28958
+71089;43.87924;3.6793;232;20220521;30.9;12.4;21.6;1.4;15.58;.1;5.75;30102
+71089;43.87924;3.6793;232;20220522;28.8;13;20.9;1.5;17.85;0;5.33;28973
+71089;43.87924;3.6793;232;20220523;26.3;16.9;21.6;2;16.91;.3;4.62;22508
+71089;43.87924;3.6793;232;20220524;23.2;16.1;19.6;2.5;11.35;.8;4.58;19634
+71089;43.87924;3.6793;232;20220525;26.1;14.3;20.2;3.5;9.88;0;6.17;25729
+71089;43.87924;3.6793;232;20220526;28.5;14.7;21.6;3.6;10.38;0;6.81;27834
+71089;43.87924;3.6793;232;20220527;31.2;14.3;22.7;3.4;12.31;0;7.07;28770
+71089;43.87924;3.6793;232;20220528;28.4;14;21.2;4;10.41;0;6.91;26844
+71089;43.87924;3.6793;232;20220529;26.5;11.8;19.2;3.2;7.51;0;6.47;27673
+71089;43.87924;3.6793;232;20220530;25.7;9.1;17.4;1.6;8.75;.6;5.31;29226
+71089;43.87924;3.6793;232;20220531;26.5;13.9;20.2;1.5;12.15;0;5.13;26961
+71089;43.87924;3.6793;232;20220601;28.9;10.6;19.8;1.4;13.61;0;5.63;30971
+71089;43.87924;3.6793;232;20220602;28.6;14.7;21.7;1.6;16.21;0;5.47;28363
+71089;43.87924;3.6793;232;20220603;29.5;15.6;22.6;1.6;16.01;0;5.68;28579
+71089;43.87924;3.6793;232;20220604;29.4;16;22.7;2.1;17.51;.2;5.77;28075
+71089;43.87924;3.6793;232;20220605;31.7;17.3;24.5;2;16.85;0;6.26;28751
+71089;43.87924;3.6793;232;20220606;31;14.5;22.7;1.9;14.41;.2;6.18;29538
+71089;43.87924;3.6793;232;20220607;28.5;15.2;21.9;2.3;14.41;0;5.91;28131
+71089;43.87924;3.6793;232;20220608;25.5;13.4;19.4;1.9;12.65;.2;5.16;26590
+71089;43.87924;3.6793;232;20220609;26;16.1;21;4.4;10.25;0;6.62;24315
+71089;43.87924;3.6793;232;20220610;31.7;16.1;23.9;3.7;10.45;0;7.85;29821
+71089;43.87924;3.6793;232;20220611;35.2;14.4;24.8;2.2;10.68;0;7.35;30545
+71089;43.87924;3.6793;232;20220612;34.5;15.3;24.9;1.8;12.31;.1;6.83;30858
+71089;43.87924;3.6793;232;20220613;34;16.7;25.4;2.4;15.75;.4;7.03;30003
+71089;43.87924;3.6793;232;20220614;34.1;18.6;26.4;2.5;12.68;0;7.44;30454
+71089;43.87924;3.6793;232;20220615;32.6;16.9;24.8;1.5;15.41;0;6.37;30524
+71089;43.87924;3.6793;232;20220616;35.9;14.7;25.3;1.4;15.68;0;6.66;31354
+71089;43.87924;3.6793;232;20220617;39.8;20.9;30.3;2.8;14.75;0;8.65;30195
+71089;43.87924;3.6793;232;20220618;32.9;16.2;24.6;1.9;16.31;.1;6.69;30823
+71089;43.87924;3.6793;232;20220619;31;16.6;23.8;2.5;17.65;0;6.42;29494
+71089;43.87924;3.6793;232;20220620;29.7;15.1;22.4;2.1;17.65;0;5.95;29581
+71089;43.87924;3.6793;232;20220621;29.8;20.1;24.9;2;22.28;1.2;5.23;24087
+71089;43.87924;3.6793;232;20220622;27.9;20.1;24;2.7;23.08;15.2;4.64;21473
+71089;43.87924;3.6793;232;20220623;27.6;21.3;24.4;2.9;22.01;12.8;4.53;18938
+71089;43.87924;3.6793;232;20220624;28.2;16.4;22.3;1.5;17.18;3;5.23;26615
+71089;43.87924;3.6793;232;20220625;28.4;13.8;21.1;2;16.65;4.1;5.69;29418
+71089;43.87924;3.6793;232;20220626;29.7;20.1;24.9;2;21.41;.6;5.2;23546
+71089;43.87924;3.6793;232;20220627;30.6;17.6;24.1;2.4;17.15;.5;6.24;27974
+71089;43.87924;3.6793;232;20220628;31.4;16.9;24.1;2.4;14.38;0;6.6;29235
+71089;43.87924;3.6793;232;20220629;31.5;14;22.8;1.6;13.78;.6;6.22;30460
+71089;43.87924;3.6793;232;20220630;28.3;16.4;22.4;1.9;17.38;3.7;5.38;26480
+71089;43.87924;3.6793;232;20220701;29.3;15.2;22.3;3;11.98;0;6.6;29071
+71089;43.87924;3.6793;232;20220702;33;12.4;22.7;1.8;11.21;0;6.67;31373
+71089;43.87924;3.6793;232;20220703;34.8;13.9;24.3;1.6;13.78;0;6.67;31334
+71089;43.87924;3.6793;232;20220704;35.1;18.6;26.8;2.1;17.78;.2;7.03;29963
+71089;43.87924;3.6793;232;20220705;33.7;19;26.4;2.7;15.75;0;7.19;28626
+71089;43.87924;3.6793;232;20220706;33.4;18.5;25.9;3.2;11.41;0;7.79;28722
+71089;43.87924;3.6793;232;20220707;32.6;15.5;24;3.6;11.28;0;7.75;29139
+71089;43.87924;3.6793;232;20220708;32.5;18;25.3;4.5;11.38;0;8.26;27186
+71089;43.87924;3.6793;232;20220709;35.3;17.6;26.5;3;10.65;0;8.01;29331
+71089;43.87924;3.6793;232;20220710;35.2;17.8;26.5;2.7;11.58;0;7.52;29002
+71089;43.87924;3.6793;232;20220711;33.7;16.9;25.3;1.9;14.41;0;6.62;29532
+71089;43.87924;3.6793;232;20220712;34.3;16;25.2;1.6;16.45;0;6.47;30080
+71089;43.87924;3.6793;232;20220713;33;16.1;24.6;1.7;15.95;0;6.33;29614
+71089;43.87924;3.6793;232;20220714;33.9;16.8;25.4;1.4;19.98;0;6.24;30273
+71089;43.87924;3.6793;232;20220715;38.2;19.2;28.7;2.2;17.95;0;7.51;30168
+71089;43.87924;3.6793;232;20220716;37.5;20.9;29.2;3.1;12.48;0;8.37;28365
+71089;43.87924;3.6793;232;20220717;36.3;18.5;27.4;2.4;12.98;0;7.51;29403
+71089;43.87924;3.6793;232;20220718;36;18.3;27.1;1.7;16.21;.3;6.8;29711
+71089;43.87924;3.6793;232;20220719;34.4;17.1;25.7;1.7;16.98;0;6.44;29707
+71089;43.87924;3.6793;232;20220720;34.7;16.5;25.6;1.8;17.85;.6;6.47;29456
+71089;43.87924;3.6793;232;20220721;37;19.8;28.4;2.2;14.91;.1;7.32;28803
+71089;43.87924;3.6793;232;20220722;35.2;17.9;26.5;1.6;17.31;.2;6.43;29108
+71089;43.87924;3.6793;232;20220723;34.4;21.5;28;2;20.35;0;6.24;26295
+71089;43.87924;3.6793;232;20220724;36;20.3;28.1;2.4;15.91;0;7.12;27792
+71089;43.87924;3.6793;232;20220725;36.7;18.4;27.5;1.8;17.45;.1;6.83;29717
+71089;43.87924;3.6793;232;20220726;34.1;20.7;27.4;3;13.55;0;7.24;26050
+71089;43.87924;3.6793;232;20220727;33.1;15.4;24.3;2.3;11.45;0;6.58;28099
+71089;43.87924;3.6793;232;20220728;32.2;14.8;23.5;1.7;11.98;0;6.01;28303
+71089;43.87924;3.6793;232;20220729;30.4;16.8;23.6;1.5;16.25;2.3;5.41;26642
+71089;43.87924;3.6793;232;20220730;34.2;17;25.6;2.2;13.68;0;6.57;28135
+71089;43.87924;3.6793;232;20220731;36.3;17.5;26.9;2;12.28;0;6.72;27799
+71089;43.87924;3.6793;232;20220801;37.9;19;28.4;2.1;12.88;0;7.11;27874
+71089;43.87924;3.6793;232;20220802;37.7;20.4;29;2.5;13.75;0;7.42;27448
+71089;43.87924;3.6793;232;20220803;34.3;16.9;25.6;1.7;16.21;0;6.15;28128
+71089;43.87924;3.6793;232;20220804;34.7;18.4;26.6;1.7;20.28;0;6.15;28055
+71089;43.87924;3.6793;232;20220805;34.6;20.8;27.7;1.6;21.38;0;5.76;25489
+71089;43.87924;3.6793;232;20220806;36.3;19.6;27.9;2.4;16.95;0;6.85;26399
+71089;43.87924;3.6793;232;20220807;34.7;18.9;26.8;2.2;14.25;0;6.52;26077
+71089;43.87924;3.6793;232;20220808;35.9;17.4;26.7;2.1;12.05;0;6.64;26983
+71089;43.87924;3.6793;232;20220809;36.2;16.5;26.3;1.7;11.88;0;6.14;26662
+71089;43.87924;3.6793;232;20220810;34.2;15.3;24.7;1.7;15.11;0;5.98;27620
+71089;43.87924;3.6793;232;20220811;33.4;18.2;25.8;1.8;20.48;0;5.64;26053
+71089;43.87924;3.6793;232;20220812;35.1;20.9;28;1.4;23.65;0;5.54;25220
+71089;43.87924;3.6793;232;20220813;31.7;19.5;25.6;1.9;23.28;1;5;23064
+71089;43.87924;3.6793;232;20220814;27.6;21.8;24.7;1.9;22.21;14.6;3.68;15734
+71089;43.87924;3.6793;232;20220815;31.1;16;23.6;1.4;17.81;0;5.01;25425
+71089;43.87924;3.6793;232;20220816;31.6;15.3;23.4;1.7;17.41;20.9;5.26;25759
+71089;43.87924;3.6793;232;20220817;26.3;17;21.6;1.6;20.01;25.3;3.77;19713
+71089;43.87924;3.6793;232;20220818;25.8;14.2;20;1.8;16.51;.7;4.1;22116
+71089;43.87924;3.6793;232;20220819;29.4;19.9;24.6;3.3;15.28;.1;5.51;19662
+71089;43.87924;3.6793;232;20220820;31;17.6;24.3;2.7;15.61;0;5.57;23199
+71089;43.87924;3.6793;232;20220821;31;16;23.5;2.4;14.18;0;5.47;23774
+71089;43.87924;3.6793;232;20220822;30.3;17.1;23.7;2.5;15.25;.1;5.35;22631
+71089;43.87924;3.6793;232;20220823;32.8;18.8;25.8;2.7;15.55;0;5.9;23265
+71089;43.87924;3.6793;232;20220824;33.1;17.2;25.2;1.7;16.38;0;5.22;23960
+71089;43.87924;3.6793;232;20220825;32.4;15.3;23.9;1.3;18.68;.6;4.83;24835
+71089;43.87924;3.6793;232;20220826;32.7;18.4;25.5;2.2;18.08;.1;5.31;22818
+71089;43.87924;3.6793;232;20220827;31.5;16;23.7;1.7;16.71;0;4.79;23326
+71089;43.87924;3.6793;232;20220828;31.9;16.2;24;1.6;16.35;0;4.81;23227
+71089;43.87924;3.6793;232;20220829;30.7;15.3;23;1.5;19.18;1.4;4.49;23230
+71089;43.87924;3.6793;232;20220830;29.7;21.4;25.6;1.7;23.88;3.7;3.74;16887
+71089;43.87924;3.6793;232;20220831;29.3;16.6;23;2;18.25;0;4.42;21174
+71089;43.87924;3.6793;232;20220901;31.5;15.6;23.5;1.4;16.31;.1;4.57;22871
+71089;43.87924;3.6793;232;20220902;26.3;17.1;21.7;1.3;18.41;9.3;3.36;17517
+71089;43.87924;3.6793;232;20220903;27.4;17.1;22.2;1.4;20.18;1.1;3.51;18400
+71089;43.87924;3.6793;232;20220904;28.9;17.4;23.2;1.5;21.11;.7;3.75;19331
+71089;43.87924;3.6793;232;20220905;27.9;19.7;23.8;1.8;23.41;1.2;3.32;16057
+71089;43.87924;3.6793;232;20220906;26.5;19.3;22.9;1.8;23.35;3.7;2.9;14458
+71089;43.87924;3.6793;232;20220907;26.3;18;22.2;2.2;21.98;17.2;3.15;16037
+71089;43.87924;3.6793;232;20220908;26.5;14.4;20.5;1.3;16.55;.2;3.46;19325
+71089;43.87924;3.6793;232;20220909;25.1;13.5;19.3;1.5;14.91;.2;3.38;18660
+71089;43.87924;3.6793;232;20220910;26.2;11.1;18.7;1.4;13.68;.1;3.59;20868
+71089;43.87924;3.6793;232;20220911;28.7;12.1;20.4;1.8;13.55;0;4.12;21009
+71089;43.87924;3.6793;232;20220912;26.2;12.3;19.3;1.2;17.61;.3;3.3;20016
+71089;43.87924;3.6793;232;20220913;25.6;20.7;23.2;2.2;24.41;19;2.41;11129
+71089;43.87924;3.6793;232;20220914;24.6;19;21.8;2;22.78;5;2.4;12108
+71089;43.87924;3.6793;232;20220915;28.9;15.4;22.1;1.2;18.05;0;3.49;19205
+71089;43.87924;3.6793;232;20220916;26.1;14.4;20.2;1.9;15.21;0;3.38;17554
+71089;43.87924;3.6793;232;20220917;20.7;12.9;16.8;3.6;9.15;0;3.77;14091
+71089;43.87924;3.6793;232;20220918;23.8;9.1;16.5;2.6;8.38;0;3.93;18882
+71089;43.87924;3.6793;232;20220919;24.3;9.2;16.8;2.9;9.05;0;4.05;18560
+71089;43.87924;3.6793;232;20220920;24.8;8.1;16.4;2.5;8.55;0;3.9;18849
+71089;43.87924;3.6793;232;20220921;23.9;7.5;15.7;1.7;9.61;0;3.24;18894
+71089;43.87924;3.6793;232;20220922;23.2;8.7;15.9;1.2;11.91;.1;2.77;18360
+71089;43.87924;3.6793;232;20220923;21.3;10.8;16;1.2;14.78;40.8;2.3;15549
+71089;43.87924;3.6793;232;20220924;21.1;14.6;17.8;2.3;16.18;1.1;2.26;11894
+71089;43.87924;3.6793;232;20220925;22.1;11.2;16.6;1.2;13.05;.1;2.43;15522
+71089;43.87924;3.6793;232;20220926;20.8;8.3;14.6;2.2;10.81;.9;2.76;16496
+71089;43.87924;3.6793;232;20220927;19.2;13.4;16.3;3.1;10.98;2.9;2.81;10691
+71089;43.87924;3.6793;232;20220928;21.8;13.6;17.7;3;13.08;3.5;2.92;12757
+71089;43.87924;3.6793;232;20220929;18.8;13.6;16.2;2;11.78;.8;2.22;9997
+71089;43.87924;3.6793;232;20220930;18;10.5;14.3;2.3;10.79;0;2.31;11517
+71089;43.87924;3.6793;232;20221001;21.5;3.5;12.5;1.9;11.63;.8;2.55;17122
+71089;43.87924;3.6793;232;20221002;26.7;9.6;18.2;1.7;14.33;.1;3.05;17989
+71089;43.87924;3.6793;232;20221003;25;9.5;17.2;2.1;12.86;0;3;17389
+71089;43.87924;3.6793;232;20221004;25.2;7.4;16.3;1.5;13.56;.1;2.65;17377
+71089;43.87924;3.6793;232;20221005;21.5;8.6;15;1.2;16.53;.1;1.96;13447
+71089;43.87924;3.6793;232;20221006;25.1;8.9;17;1.3;14.89;0;2.46;16323
+71089;43.87924;3.6793;232;20221007;23.1;8.9;16;1.1;14.69;2.5;2.09;14214
+71089;43.87924;3.6793;232;20221008;21.7;13.4;17.6;.9;15.11;1;1.8;11454
+71089;43.87924;3.6793;232;20221009;18.8;10.9;14.8;1.2;13.51;.1;1.65;10910
+71089;43.87924;3.6793;232;20221010;23;12.9;18;1;15.38;.3;1.9;12445
+71089;43.87924;3.6793;232;20221011;23.4;7.9;15.7;.8;13.58;0;1.92;15152
+71089;43.87924;3.6793;232;20221012;23.1;9.6;16.3;.6;13.61;2.8;1.76;14163
+71089;43.87924;3.6793;232;20221013;21.8;7.8;14.8;.9;13.61;3.3;1.74;14116
+71089;43.87924;3.6793;232;20221014;22.9;13.6;18.3;1.3;15.41;.4;1.89;11298
+71089;43.87924;3.6793;232;20221015;24.6;6.8;15.7;.9;13.45;1.2;1.94;15275
+71089;43.87924;3.6793;232;20221016;22;12.5;17.3;2.3;18.51;3.5;1.56;11063
+71089;43.87924;3.6793;232;20221017;22.1;14;18.1;1.8;17.65;19.8;1.64;9907
+71089;43.87924;3.6793;232;20221018;22.1;13.8;18;1;17.31;0;1.5;9982
+71089;43.87924;3.6793;232;20221019;20.7;12.9;16.8;.9;17.85;5.2;1.27;9219
+71089;43.87924;3.6793;232;20221020;19.1;18.2;18.6;2.7;20.38;21.7;.89;2688
+71089;43.87924;3.6793;232;20221021;21.9;17.8;19.9;3;20.98;.3;1.4;6507
+71089;43.87924;3.6793;232;20221022;22.4;15.4;18.9;1.5;19.05;0;1.45;8775
+71089;43.87924;3.6793;232;20221023;21.4;16.2;18.8;2.5;21.25;1.4;1.07;7074
+71089;43.87924;3.6793;232;20221024;23.3;18.8;21;1.7;20.15;.1;1.46;6373
+71089;43.87924;3.6793;232;20221025;23.1;10.8;16.9;1.1;16.58;.1;1.48;11315
+71089;43.87924;3.6793;232;20221026;22.6;14.4;18.5;1.4;19.05;.1;1.32;8853
+71089;43.87924;3.6793;232;20221027;22.3;16.5;19.4;1;18.91;0;1.24;7274
+71089;43.87924;3.6793;232;20221028;23.1;12.3;17.7;.8;15.68;0;1.31;9999
+71089;43.87924;3.6793;232;20221029;23;8;15.5;.9;13.21;.1;1.37;11880
+71089;43.87924;3.6793;232;20221030;22.1;9.8;16;1;15.38;.7;1.26;10533
+71089;43.87924;3.6793;232;20221031;20.4;14;17.2;2.3;18.51;7.9;1.1;7292
+71089;43.87924;3.6793;232;20221101;22.9;15.7;19.3;1.6;17.21;.1;1.47;7673
+71089;43.87924;3.6793;232;20221102;20.7;8.5;14.6;1.1;11.48;.1;1.29;10098
+71089;43.87924;3.6793;232;20221103;13.3;5;9.2;1.5;11.41;4;.73;8021
+71089;43.87924;3.6793;232;20221104;13.9;5.7;9.8;2.6;9.25;2.3;1.25;7968
+71089;43.87924;3.6793;232;20221105;15.7;8.7;12.2;3.5;7.21;0;2.21;7180
+71089;43.87924;3.6793;232;20221106;18.3;1.1;9.7;1.2;7.45;.1;1.15;11143
+71089;43.87924;3.6793;232;20221107;20.8;1.3;11;.9;8.75;0;1.1;11577
+71089;43.87924;3.6793;232;20221108;16.1;5.2;10.7;2;13.71;9.3;.63;8871
+71089;43.87924;3.6793;232;20221109;18.6;15.6;17.1;2.8;16.68;.4;1.14;4151
+71089;43.87924;3.6793;232;20221110;18.6;8.7;13.7;1.9;11.68;0;1.24;8191
+71089;43.87924;3.6793;232;20221111;20.2;7.4;13.8;1.2;11.28;0;1.12;9100
+71089;43.87924;3.6793;232;20221112;20.7;4.9;12.8;.7;10.85;0;.84;10062
+71089;43.87924;3.6793;232;20221113;16.2;6.7;11.4;1;12.18;0;.69;7643
+71089;43.87924;3.6793;232;20221114;13.1;10.5;11.8;1.3;12.88;33.2;.62;3590
+71089;43.87924;3.6793;232;20221115;15.6;11.7;13.6;1.6;14.21;3.4;.77;4466
+71089;43.87924;3.6793;232;20221116;18.1;6.7;12.4;1.2;11.48;.3;.84;8100
+71089;43.87924;3.6793;232;20221117;17.6;8;12.8;1.4;11.95;2.4;.86;7315
+71089;43.87924;3.6793;232;20221118;15;7.5;11.2;2.1;8.88;.5;1.19;6235
+71089;43.87924;3.6793;232;20221119;13.8;2.2;8;2.5;7.28;0;1.18;7867
+71089;43.87924;3.6793;232;20221120;13.8;2;7.9;1.7;6.68;.2;1.02;7849
+71089;43.87924;3.6793;232;20221121;8.3;1.2;4.7;1.3;8.21;8.9;.43;5682
+71089;43.87924;3.6793;232;20221122;12.9;3;8;2.3;7.78;2.5;1.02;6873
+71089;43.87924;3.6793;232;20221123;12.6;4.9;8.7;1;9.41;1.8;.61;6036
+71089;43.87924;3.6793;232;20221124;15.7;1.5;8.6;.9;8.51;0;.58;8294
+71089;43.87924;3.6793;232;20221125;15.2;3.3;9.3;1.4;9.31;1.9;.72;7462
+71089;43.87924;3.6793;232;20221126;15.1;4.4;9.7;2.5;7.31;0;1.34;6966
+71089;43.87924;3.6793;232;20221127;13;-.4;6.3;.9;7.95;6.8;.46;7769
+71089;43.87924;3.6793;232;20221128;9.7;7.2;8.5;1.6;10.41;8.4;.49;2850
+71089;43.87924;3.6793;232;20221129;12.3;.2;6.2;1.6;7.28;0;.64;7330
+71089;43.87924;3.6793;232;20221130;12.4;-1.6;5.4;1.7;6.81;.2;.63;7862
+71089;43.87924;3.6793;232;20221201;10.6;2;6.3;2.2;6.95;0;.85;5834
+71089;43.87924;3.6793;232;20221202;7.1;-.2;3.5;1.2;6.95;2.1;.39;5232
+71089;43.87924;3.6793;232;20221203;6.3;4.6;5.4;2;8.91;14.2;.38;2121
+71089;43.87924;3.6793;232;20221204;10.5;5.6;8;1;8.95;9.1;.51;4186
+71089;43.87924;3.6793;232;20221205;9.9;-2.5;3.7;1;6.21;.2;.41;7021
+71089;43.87924;3.6793;232;20221206;10.4;-2.5;4;1;6.05;.5;.43;7104
+71089;43.87924;3.6793;232;20221207;8.7;-2.5;3.1;1.8;5.78;.4;.59;6531
+71089;43.87924;3.6793;232;20221208;5.3;-4.6;.4;1.6;5.95;10;.3;6025
+71089;43.87924;3.6793;232;20221209;12.5;3.8;8.2;1.6;9.78;0;.48;5610
+71089;43.87924;3.6793;232;20221210;8.4;2.4;5.4;2.1;6.78;0;.71;4483
+71089;43.87924;3.6793;232;20221211;6;-3.9;1.1;2.6;3.91;0;.89;6403
+71089;43.87924;3.6793;232;20221212;5.7;-6.9;-.6;1.3;4.85;10.1;.32;6699
+71089;43.87924;3.6793;232;20221213;4.3;.2;2.3;1.6;7.65;10.5;.18;3534
+71089;43.87924;3.6793;232;20221214;10.5;4.3;7.4;1;10.38;3.7;.29;4496
+71089;43.87924;3.6793;232;20221215;9.7;8;8.9;1.7;11.11;31.6;.43;1914
+71089;43.87924;3.6793;232;20221216;11.2;3.6;7.4;1.4;8.55;0;.51;4995
+71089;43.87924;3.6793;232;20221217;9.1;-2.5;3.3;1.7;4.88;0;.67;6384
+71089;43.87924;3.6793;232;20221218;7.9;-5.4;1.3;1.1;6.31;2.7;.25;6781
+71089;43.87924;3.6793;232;20221219;13.6;6.5;10;2.4;12.01;2.8;.42;4848
+71089;43.87924;3.6793;232;20221220;14;12;13;2.8;14.31;3.1;.57;2220
+71089;43.87924;3.6793;232;20221221;16.6;11.6;14.1;1.2;12.71;.4;.66;3871
+71089;43.87924;3.6793;232;20221222;13.8;4.9;9.4;1.6;11.28;2.5;.38;5417
+71089;43.87924;3.6793;232;20221223;19.5;9.8;14.7;1.6;12.98;.2;.81;5782
+71089;43.87924;3.6793;232;20221224;19.4;5.6;12.5;.6;10.55;.1;.37;7089
+71089;43.87924;3.6793;232;20221225;11.5;2.9;7.2;1.2;10.68;.1;.26;5368
+71089;43.87924;3.6793;232;20221226;16.9;10.5;13.7;1.1;12.18;.1;.65;4510
+71089;43.87924;3.6793;232;20221227;15.3;1.9;8.6;.9;8.25;.1;.44;6963
+71089;43.87924;3.6793;232;20221228;10.3;-.9;4.7;.9;7.98;0;.26;6217
+71089;43.87924;3.6793;232;20221229;14.1;8.5;11.3;.9;11.11;.2;.52;4240
+71089;43.87924;3.6793;232;20221230;13.1;6.7;9.9;.7;11.11;.2;.37;4629
+71089;43.87924;3.6793;232;20221231;13.2;5.8;9.5;1.3;11.61;.5;.38;5062
+71090;43.89778;3.9889;100;20220101;8.7;1.4;5.1;1;9.23;.3;.22;4257
+71090;43.89778;3.9889;100;20220102;9.5;6.9;8.2;1.2;10.23;.1;.43;1972
+71090;43.89778;3.9889;100;20220103;16.3;2.8;9.5;.8;9.33;0;.38;7657
+71090;43.89778;3.9889;100;20220104;11.3;5;8.1;1.7;10.76;.9;.33;4048
+71090;43.89778;3.9889;100;20220105;9.5;6;7.7;5.5;5.73;.4;2;4087
+71090;43.89778;3.9889;100;20220106;9.9;2.3;6.1;5.6;4.39;0;2.13;6165
+71090;43.89778;3.9889;100;20220107;11;-1.8;4.6;2.6;5.03;.3;1.1;7712
+71090;43.89778;3.9889;100;20220108;13.5;3.7;8.6;2.9;7.73;.9;1.13;6314
+71090;43.89778;3.9889;100;20220109;11.7;6.7;9.2;3;6.96;.7;1.44;3415
+71090;43.89778;3.9889;100;20220110;11.8;5.7;8.7;3.7;6.16;.1;1.63;5494
+71090;43.89778;3.9889;100;20220111;9;-1.2;3.9;4.7;4.73;.1;1.43;7619
+71090;43.89778;3.9889;100;20220112;8.2;-1.8;3.2;3.8;4.53;0;1.27;7586
+71090;43.89778;3.9889;100;20220113;9.7;-3.6;3.1;2.2;4.49;0;.89;8590
+71090;43.89778;3.9889;100;20220114;12.9;-4.5;4.2;1.4;4.63;.1;.76;9276
+71090;43.89778;3.9889;100;20220115;13.1;-4.4;4.3;1.2;4.99;0;.68;9364
+71090;43.89778;3.9889;100;20220116;15.6;-4.9;5.4;1.8;4.46;.1;1.07;9648
+71090;43.89778;3.9889;100;20220117;14.5;-1.7;6.4;3.4;5.59;0;1.46;9428
+71090;43.89778;3.9889;100;20220118;11.9;-1.4;5.3;2.4;5.53;0;1.05;8927
+71090;43.89778;3.9889;100;20220119;11.3;-1.1;5.1;1.9;6.13;.1;.86;7811
+71090;43.89778;3.9889;100;20220120;12.9;-.9;6;4.2;5.29;0;1.72;9198
+71090;43.89778;3.9889;100;20220121;8.9;-.5;4.2;5.3;4.06;0;1.88;8051
+71090;43.89778;3.9889;100;20220122;9.9;-2.2;3.8;4.8;4.66;0;1.66;9014
+71090;43.89778;3.9889;100;20220123;11.3;1.9;6.6;3.4;5.63;0;1.48;8228
+71090;43.89778;3.9889;100;20220124;12.7;-1.5;5.6;1.5;6.06;0;.84;9543
+71090;43.89778;3.9889;100;20220125;13.2;-3.5;4.9;1.1;5.99;0;.7;10418
+71090;43.89778;3.9889;100;20220126;16.7;-4;6.3;1.2;5.46;0;.95;10731
+71090;43.89778;3.9889;100;20220127;14.2;-4.7;4.8;1.8;4.63;0;1.11;10841
+71090;43.89778;3.9889;100;20220128;16.4;-3.6;6.4;4.8;4.53;0;2.63;10984
+71090;43.89778;3.9889;100;20220129;17.2;1.9;9.5;2.5;4.53;0;1.92;10206
+71090;43.89778;3.9889;100;20220130;16.7;.8;8.8;4.6;6.59;.1;2.06;10602
+71090;43.89778;3.9889;100;20220131;14;-1.4;6.3;4.8;5.53;.1;2.14;10633
+71090;43.89778;3.9889;100;20220201;12.4;4.8;8.6;5.9;5.09;0;2.71;8295
+71090;43.89778;3.9889;100;20220202;17.7;7.1;12.4;4.1;7.56;0;2.38;9424
+71090;43.89778;3.9889;100;20220203;16.4;1.4;8.9;1.5;7.39;0;1.13;10638
+71090;43.89778;3.9889;100;20220204;16.4;0;8.2;1.9;7.69;.1;1.29;11783
+71090;43.89778;3.9889;100;20220205;15.8;2;8.9;3;5.69;0;1.99;11254
+71090;43.89778;3.9889;100;20220206;13.6;-2.4;5.6;3.6;5.89;.4;1.75;11937
+71090;43.89778;3.9889;100;20220207;15.7;7.7;11.7;5.3;6.43;.1;2.94;9031
+71090;43.89778;3.9889;100;20220208;15.4;.2;7.8;2.9;4.43;0;2.09;11987
+71090;43.89778;3.9889;100;20220209;13.6;-1.8;5.9;1.7;7.43;0;1.06;11430
+71090;43.89778;3.9889;100;20220210;12.5;7.9;10.2;1.5;9.34;0;1.27;8980
+71090;43.89778;3.9889;100;20220211;14.8;3.4;9.1;4.5;6.79;0;2.22;11189
+71090;43.89778;3.9889;100;20220212;15;3.2;9.1;3.3;6.54;.7;2;10408
+71090;43.89778;3.9889;100;20220213;12.9;5.2;9;5.4;8.39;23.2;1.63;3253
+71090;43.89778;3.9889;100;20220214;13.1;8.3;10.7;3.9;10.04;6.7;1.3;3307
+71090;43.89778;3.9889;100;20220215;13.9;4.4;9.1;3.4;6.69;0;1.98;11279
+71090;43.89778;3.9889;100;20220216;15.9;3.3;9.6;2;9.26;1;1.32;11161
+71090;43.89778;3.9889;100;20220217;20;9.6;14.8;3.3;10.64;.5;2.36;10836
+71090;43.89778;3.9889;100;20220218;18.7;4.3;11.5;1.6;10.29;0;1.54;13838
+71090;43.89778;3.9889;100;20220219;14.3;7.3;10.8;3.3;6.43;0;2.26;8907
+71090;43.89778;3.9889;100;20220220;16.7;1.6;9.1;3.6;6.96;.3;2.35;14045
+71090;43.89778;3.9889;100;20220221;15.2;8;11.6;5;7.33;.5;2.78;10007
+71090;43.89778;3.9889;100;20220222;17.2;6.6;11.9;4.5;6.46;0;3.15;12869
+71090;43.89778;3.9889;100;20220223;18.6;5.8;12.2;2.6;8.19;.1;2.27;13820
+71090;43.89778;3.9889;100;20220224;15;4.7;9.8;1.7;10.03;.2;1.28;10142
+71090;43.89778;3.9889;100;20220225;14.1;4.8;9.4;4.4;5.66;0;2.7;12255
+71090;43.89778;3.9889;100;20220226;14.5;5;9.7;3.3;5.26;0;2.55;11883
+71090;43.89778;3.9889;100;20220227;13.4;-1.5;6;1.8;6.39;0;1.59;14330
+71090;43.89778;3.9889;100;20220228;15;.2;7.6;1.8;7.43;0;1.68;15246
+71090;43.89778;3.9889;100;20220301;13.3;.3;6.8;1.8;6.89;.1;1.62;14305
+71090;43.89778;3.9889;100;20220302;11.8;1.7;6.8;1.3;7.66;0;1.29;11645
+71090;43.89778;3.9889;100;20220303;16.3;-.7;7.8;1.4;7.79;0;1.75;16699
+71090;43.89778;3.9889;100;20220304;18.4;4;11.2;2.5;7.63;0;2.51;16215
+71090;43.89778;3.9889;100;20220305;16.2;-.1;8.1;2.1;5.39;0;2.34;17091
+71090;43.89778;3.9889;100;20220306;13.7;-2.2;5.8;2.1;4.29;0;2.16;17200
+71090;43.89778;3.9889;100;20220307;13.4;-3.2;5.1;1.6;4.63;0;1.92;17486
+71090;43.89778;3.9889;100;20220308;10.7;-1.1;4.8;1.7;6.46;.3;1.41;12621
+71090;43.89778;3.9889;100;20220309;13.3;5.9;9.6;1.6;8.46;0;1.62;11814
+71090;43.89778;3.9889;100;20220310;13;4.3;8.7;2.6;10.26;5.8;1.34;11767
+71090;43.89778;3.9889;100;20220311;12.7;9.7;11.2;4.6;10.33;17.5;1.59;5533
+71090;43.89778;3.9889;100;20220312;10.5;7.3;8.9;2.9;9.73;33.8;1.14;5611
+71090;43.89778;3.9889;100;20220313;10.3;7.3;8.8;4;9.46;16.2;1.25;6043
+71090;43.89778;3.9889;100;20220314;13.4;6.6;10;2.2;10.66;1.7;1.46;10721
+71090;43.89778;3.9889;100;20220315;15;8.1;11.6;1.2;11.03;0;1.67;12850
+71090;43.89778;3.9889;100;20220316;15.4;7.8;11.6;1;11.13;0;1.71;13798
+71090;43.89778;3.9889;100;20220317;15.7;7.3;11.5;1.8;11.13;.1;1.84;13741
+71090;43.89778;3.9889;100;20220318;15.5;10.4;13;4.1;10.24;.6;2.38;11277
+71090;43.89778;3.9889;100;20220319;16.9;6.6;11.8;1.8;9.14;0;2.16;14183
+71090;43.89778;3.9889;100;20220320;14.2;6.2;10.2;1.6;8.84;3.2;1.37;5225
+71090;43.89778;3.9889;100;20220321;14.1;7.9;11;2.9;7.44;.2;2.34;10362
+71090;43.89778;3.9889;100;20220322;15.8;3.3;9.5;3.5;6.24;0;3.12;19477
+71090;43.89778;3.9889;100;20220323;16.6;2.6;9.6;2.5;6.94;0;2.8;19874
+71090;43.89778;3.9889;100;20220324;19.1;1.5;10.3;2;6.14;0;3.05;20471
+71090;43.89778;3.9889;100;20220325;20.2;1.8;11;1.8;6.94;0;2.96;19718
+71090;43.89778;3.9889;100;20220326;19.9;4.3;12.1;2.3;7.74;0;3.21;20365
+71090;43.89778;3.9889;100;20220327;20.7;6.3;13.5;1.6;7.49;0;2.74;15316
+71090;43.89778;3.9889;100;20220328;21.6;5.9;13.7;2.1;7.34;0;3.49;20008
+71090;43.89778;3.9889;100;20220329;18.4;6.5;12.4;2.3;9.74;4.7;2.59;15719
+71090;43.89778;3.9889;100;20220330;15.9;9.4;12.7;1.9;11.29;.3;1.8;10073
+71090;43.89778;3.9889;100;20220331;18.8;6.6;12.7;3.7;8.39;.4;3.43;18141
+71090;43.89778;3.9889;100;20220401;10.5;6;8.2;6;4.89;.2;3.25;12044
+71090;43.89778;3.9889;100;20220402;7.9;3.6;5.8;10.4;4.58;0;3.21;10866
+71090;43.89778;3.9889;100;20220403;10.5;2.1;6.3;3.4;4.49;0;2.79;17600
+71090;43.89778;3.9889;100;20220404;16.1;2.4;9.2;2.8;5.09;0;3.49;22600
+71090;43.89778;3.9889;100;20220405;20.1;3.1;11.6;2.5;6.59;0;3.74;22800
+71090;43.89778;3.9889;100;20220406;17.2;5.5;11.4;2.1;9.19;0;2.3;12759
+71090;43.89778;3.9889;100;20220407;20.7;9;14.9;3.6;10.04;.5;3.14;11227
+71090;43.89778;3.9889;100;20220408;21.6;11.8;16.7;4;11.04;0;3.9;17423
+71090;43.89778;3.9889;100;20220409;17.1;8.9;13;5.5;5.84;0;4.81;22134
+71090;43.89778;3.9889;100;20220410;19;4.5;11.7;2.7;5.99;.2;4;24400
+71090;43.89778;3.9889;100;20220411;15.3;6.1;10.7;4;8.54;1.4;2.3;8435
+71090;43.89778;3.9889;100;20220412;19.3;5.8;12.5;2.5;9.64;0;3.22;20179
+71090;43.89778;3.9889;100;20220413;21.5;7.1;14.3;1.8;10.04;0;3.4;20684
+71090;43.89778;3.9889;100;20220414;25.9;7.9;16.9;2.8;10.89;0;4.48;22671
+71090;43.89778;3.9889;100;20220415;27.3;13.7;20.5;4.1;12.6;0;5.58;24415
+71090;43.89778;3.9889;100;20220416;25.3;13.8;19.6;8.6;10.09;0;7.15;21966
+71090;43.89778;3.9889;100;20220417;21.3;12.1;16.7;3.9;8.44;0;4.99;24003
+71090;43.89778;3.9889;100;20220418;22.5;7;14.8;2.3;10.84;0;3.96;24761
+71090;43.89778;3.9889;100;20220419;24.7;9.6;17.2;2.5;9.64;.2;4.74;25194
+71090;43.89778;3.9889;100;20220420;16.4;11;13.7;2.2;13.54;30.8;1.4;6205
+71090;43.89778;3.9889;100;20220421;19.4;11.7;15.5;2.4;13.64;.8;2.25;10820
+71090;43.89778;3.9889;100;20220422;21.5;10.5;16;3.4;12.49;.1;4.01;23416
+71090;43.89778;3.9889;100;20220423;15.4;12.3;13.8;4.9;12.44;16.9;1.75;4098
+71090;43.89778;3.9889;100;20220424;18.1;7.8;13;2.1;11.44;5.1;2.51;15095
+71090;43.89778;3.9889;100;20220425;21.5;7.1;14.3;2.6;10.39;0;4.15;26023
+71090;43.89778;3.9889;100;20220426;23.7;7.5;15.6;2.1;11.34;0;4.25;25900
+71090;43.89778;3.9889;100;20220427;21.7;10.8;16.3;3.1;11.34;0;4.51;26175
+71090;43.89778;3.9889;100;20220428;25.6;10.1;17.8;2.1;12.09;.2;4.6;25549
+71090;43.89778;3.9889;100;20220429;23.4;9.5;16.5;2.9;11.39;0;4.64;26273
+71090;43.89778;3.9889;100;20220430;25;12.1;18.5;3.7;10.04;0;5.25;21835
+71090;43.89778;3.9889;100;20220501;24.2;10.2;17.2;3.9;8.94;0;5.68;26967
+71090;43.89778;3.9889;100;20220502;25.2;10.8;18;2.8;10.24;.3;5.14;25927
+71090;43.89778;3.9889;100;20220503;23.7;11.9;17.8;2.1;12.24;1.1;4.44;24732
+71090;43.89778;3.9889;100;20220504;24.4;8.9;16.6;2.1;12.64;2.1;4.22;24050
+71090;43.89778;3.9889;100;20220505;21.9;12.9;17.4;5.1;11.34;.5;5.03;23507
+71090;43.89778;3.9889;100;20220506;21.7;12;16.8;4.5;9.93;0;4.99;23218
+71090;43.89778;3.9889;100;20220507;26.2;9.7;18;3;10.56;0;5.44;27856
+71090;43.89778;3.9889;100;20220508;24.8;10.5;17.7;2.2;12.03;3;4.83;26762
+71090;43.89778;3.9889;100;20220509;26;10;18;1.5;14.19;.1;4.72;28443
+71090;43.89778;3.9889;100;20220510;25.6;9.8;17.7;1.5;13.49;.1;4.72;28696
+71090;43.89778;3.9889;100;20220511;24.4;9.1;16.7;2.2;13.49;0;4.66;28626
+71090;43.89778;3.9889;100;20220512;24.1;11.2;17.7;1.8;13.29;.1;4.7;27950
+71090;43.89778;3.9889;100;20220513;26.7;10;18.3;1.3;12.69;0;4.84;28633
+71090;43.89778;3.9889;100;20220514;29.2;11.8;20.5;1.7;15.59;0;5.37;29352
+71090;43.89778;3.9889;100;20220515;25.4;14.4;19.9;2.3;15.53;0;4.66;24812
+71090;43.89778;3.9889;100;20220516;26.8;11.6;19.2;1.7;14.16;.2;5.15;29574
+71090;43.89778;3.9889;100;20220517;28.3;12.6;20.5;1.5;15.86;.1;5.22;29096
+71090;43.89778;3.9889;100;20220518;32.2;13.4;22.8;2;16.99;.1;5.99;29785
+71090;43.89778;3.9889;100;20220519;27.2;15.7;21.5;1.9;16.93;0;5.06;26658
+71090;43.89778;3.9889;100;20220520;27.7;12.8;20.3;2.1;15.26;0;5.47;29712
+71090;43.89778;3.9889;100;20220521;30.2;13.5;21.9;1.5;16.03;.1;5.66;30081
+71090;43.89778;3.9889;100;20220522;27.9;13.2;20.6;1.7;18.39;0;5.18;29377
+71090;43.89778;3.9889;100;20220523;27.6;17.6;22.6;2;17.39;.2;4.98;24451
+71090;43.89778;3.9889;100;20220524;24.2;17;20.6;3.1;11.66;.3;4.9;18935
+71090;43.89778;3.9889;100;20220525;27.2;15.6;21.4;4.2;9.99;0;6.66;24812
+71090;43.89778;3.9889;100;20220526;29.7;15.9;22.8;4.4;10.53;0;7.61;29610
+71090;43.89778;3.9889;100;20220527;31.9;15.3;23.6;4.1;12.53;0;7.59;29264
+71090;43.89778;3.9889;100;20220528;29.8;15.3;22.5;5.1;10.49;0;7.94;29397
+71090;43.89778;3.9889;100;20220529;27.7;13;20.4;4.1;7.59;0;7.33;30301
+71090;43.89778;3.9889;100;20220530;26.8;9.8;18.3;1.9;8.99;.3;5.67;30020
+71090;43.89778;3.9889;100;20220531;27.3;15.2;21.2;1.8;13.13;0;5.39;27326
+71090;43.89778;3.9889;100;20220601;28.9;11.8;20.3;1.5;14.53;0;5.59;30943
+71090;43.89778;3.9889;100;20220602;28.6;15.3;21.9;1.5;17.16;0;5.41;28738
+71090;43.89778;3.9889;100;20220603;30.5;16.5;23.5;1.5;16.89;0;5.81;29625
+71090;43.89778;3.9889;100;20220604;29.7;16.6;23.2;1.9;18.36;.1;5.81;29417
+71090;43.89778;3.9889;100;20220605;32.9;18;25.4;1.8;17.46;0;6.34;29645
+71090;43.89778;3.9889;100;20220606;31.6;15.5;23.6;2.2;14.69;.2;6.59;30806
+71090;43.89778;3.9889;100;20220607;29.8;16.4;23.1;2.8;14.79;0;6.51;29665
+71090;43.89778;3.9889;100;20220608;26.9;14.3;20.6;2.3;12.76;0;5.33;24627
+71090;43.89778;3.9889;100;20220609;27.4;16.8;22.1;5.1;10.36;0;7.46;27302
+71090;43.89778;3.9889;100;20220610;32.7;17.4;25;4.7;10.39;0;8.8;31245
+71090;43.89778;3.9889;100;20220611;36.1;15.5;25.8;2.6;11.19;0;7.84;31407
+71090;43.89778;3.9889;100;20220612;34.7;15.6;25.2;1.7;13.16;0;6.77;31179
+71090;43.89778;3.9889;100;20220613;34.9;17.2;26;2.7;16.16;1.2;7.42;31036
+71090;43.89778;3.9889;100;20220614;34.6;20.3;27.5;3.1;13.36;0;8.11;30976
+71090;43.89778;3.9889;100;20220615;32.6;18.3;25.4;1.9;16.76;0;6.6;31130
+71090;43.89778;3.9889;100;20220616;36.9;15.4;26.1;1.5;17.06;0;6.82;31520
+71090;43.89778;3.9889;100;20220617;40.8;21.9;31.4;3;15.79;0;9.1;31533
+71090;43.89778;3.9889;100;20220618;33.2;16.9;25;2;18.23;.1;6.67;31543
+71090;43.89778;3.9889;100;20220619;31.7;18.2;24.9;2.7;18.56;0;6.78;30955
+71090;43.89778;3.9889;100;20220620;30.2;17.3;23.8;2.7;18.36;0;6.42;30216
+71090;43.89778;3.9889;100;20220621;31;21.5;26.2;2.3;22.89;1.4;5.76;26087
+71090;43.89778;3.9889;100;20220622;28.7;20.8;24.8;3;23.83;6.8;4.86;22407
+71090;43.89778;3.9889;100;20220623;28.3;22.4;25.3;3.5;23.13;11.4;4.6;18494
+71090;43.89778;3.9889;100;20220624;28.9;17.6;23.2;1.9;18.13;3;5.34;26449
+71090;43.89778;3.9889;100;20220625;28.8;14.9;21.9;2.1;17.99;4.4;5.81;30701
+71090;43.89778;3.9889;100;20220626;30.1;21.5;25.8;2.3;22.76;.1;5.36;24163
+71090;43.89778;3.9889;100;20220627;31.7;18.7;25.2;3;17.79;.2;6.73;28781
+71090;43.89778;3.9889;100;20220628;32.7;18;25.3;3;14.66;0;7.22;30048
+71090;43.89778;3.9889;100;20220629;31.9;15.1;23.5;1.9;14.53;.6;6.48;31437
+71090;43.89778;3.9889;100;20220630;28.5;18;23.3;2.2;18.76;2.2;5.34;26059
+71090;43.89778;3.9889;100;20220701;30.5;16.4;23.5;3.6;12.06;0;7.3;30681
+71090;43.89778;3.9889;100;20220702;33.1;13.8;23.5;2.2;11.73;0;6.96;31341
+71090;43.89778;3.9889;100;20220703;34.6;14.9;24.7;1.7;15.16;0;6.62;31303
+71090;43.89778;3.9889;100;20220704;36.1;18.9;27.5;2.3;18.76;.3;7.32;31262
+71090;43.89778;3.9889;100;20220705;34.9;20.1;27.5;3.4;15.93;0;8.1;30808
+71090;43.89778;3.9889;100;20220706;34.8;20;27.4;4;11.46;0;8.82;30512
+71090;43.89778;3.9889;100;20220707;34;16.6;25.3;4.7;11.33;0;8.92;31119
+71090;43.89778;3.9889;100;20220708;33.2;19;26.1;5.2;11.69;0;8.95;29663
+71090;43.89778;3.9889;100;20220709;36;18.6;27.3;3.5;10.93;0;8.61;30773
+71090;43.89778;3.9889;100;20220710;36.4;19.2;27.8;3.4;11.69;0;8.52;30781
+71090;43.89778;3.9889;100;20220711;33.6;18.2;25.9;2.3;15.16;0;7.02;30819
+71090;43.89778;3.9889;100;20220712;34.5;16.5;25.5;1.6;18.56;0;6.47;30819
+71090;43.89778;3.9889;100;20220713;32.8;16.9;24.8;1.9;17.73;0;6.45;30750
+71090;43.89778;3.9889;100;20220714;33.5;17.6;25.5;1.6;21.29;.1;6.24;30338
+71090;43.89778;3.9889;100;20220715;39.5;19.8;29.6;2.4;19.03;0;7.89;30603
+71090;43.89778;3.9889;100;20220716;38.6;21.6;30.1;3.4;12.56;0;8.96;29909
+71090;43.89778;3.9889;100;20220717;36.6;19.7;28.2;2.7;14.29;0;7.86;30444
+71090;43.89778;3.9889;100;20220718;36;18.7;27.4;2;18.19;.2;6.94;30361
+71090;43.89778;3.9889;100;20220719;34.5;18.1;26.3;1.8;18.96;0;6.48;30274
+71090;43.89778;3.9889;100;20220720;34.7;18.1;26.4;2.1;19.16;.5;6.63;30019
+71090;43.89778;3.9889;100;20220721;38.2;21.1;29.6;2.6;15.59;.1;7.94;30093
+71090;43.89778;3.9889;100;20220722;35.2;19.1;27.2;1.9;18.56;.2;6.7;29998
+71090;43.89778;3.9889;100;20220723;34.8;22.4;28.6;1.9;20.83;0;6.21;26492
+71090;43.89778;3.9889;100;20220724;36.3;21.5;28.9;2.7;16.76;0;7.52;28733
+71090;43.89778;3.9889;100;20220725;37;19.9;28.4;1.9;19.16;0;6.89;29697
+71090;43.89778;3.9889;100;20220726;35.3;21.4;28.4;3.3;13.79;0;7.91;28422
+71090;43.89778;3.9889;100;20220727;34.3;17.1;25.7;2.8;11.56;0;7.35;29483
+71090;43.89778;3.9889;100;20220728;32.9;15.6;24.3;1.9;12.36;0;6.35;29373
+71090;43.89778;3.9889;100;20220729;31.3;17.8;24.6;1.6;16.76;4.1;5.53;26675
+71090;43.89778;3.9889;100;20220730;35.5;18.6;27.1;2.7;13.93;0;7.34;29143
+71090;43.89778;3.9889;100;20220731;37.4;18.3;27.9;2.2;12.43;0;7.21;29024
+71090;43.89778;3.9889;100;20220801;38.9;20;29.4;2.4;13.16;0;7.59;28903
+71090;43.89778;3.9889;100;20220802;38.6;21.5;30;2.8;14.39;0;7.94;28693
+71090;43.89778;3.9889;100;20220803;34.4;18.5;26.4;2.1;17.79;0;6.39;28503
+71090;43.89778;3.9889;100;20220804;34.8;19.9;27.3;1.7;22.43;0;6.04;27777
+71090;43.89778;3.9889;100;20220805;34.6;21.5;28;1.7;22.66;.3;5.73;25396
+71090;43.89778;3.9889;100;20220806;37.5;21;29.2;3.2;17.23;0;7.87;28046
+71090;43.89778;3.9889;100;20220807;35.7;20.5;28.1;2.9;14.86;0;7.33;27465
+71090;43.89778;3.9889;100;20220808;36.7;18.9;27.8;2.3;12.56;0;7.07;27989
+71090;43.89778;3.9889;100;20220809;36.8;17;26.9;1.9;13.19;0;6.51;27849
+71090;43.89778;3.9889;100;20220810;34.4;16.6;25.5;1.7;17.63;0;5.86;27707
+71090;43.89778;3.9889;100;20220811;33.7;19.1;26.4;1.7;21.29;0;5.64;26413
+71090;43.89778;3.9889;100;20220812;35.4;21.7;28.6;1.8;24.29;0;5.83;25713
+71090;43.89778;3.9889;100;20220813;31.3;20.6;25.9;2.1;24.96;.5;4.92;23486
+71090;43.89778;3.9889;100;20220814;29.2;22.8;26;2.1;22.33;20.5;4.18;17648
+71090;43.89778;3.9889;100;20220815;32.3;17.2;24.8;1.7;18.76;0;5.4;26531
+71090;43.89778;3.9889;100;20220816;32.1;16.9;24.5;2.2;18.06;13.7;5.65;26437
+71090;43.89778;3.9889;100;20220817;26.8;18.2;22.5;2.1;20.83;30.8;3.91;19997
+71090;43.89778;3.9889;100;20220818;26.5;15.3;20.9;2.3;16.79;.6;4.36;22792
+71090;43.89778;3.9889;100;20220819;30.5;20.6;25.6;3.7;15.53;0;6.07;21415
+71090;43.89778;3.9889;100;20220820;32.2;18.3;25.3;3.2;15.86;0;6.28;25561
+71090;43.89778;3.9889;100;20220821;32.7;17.3;25;2.7;14.43;0;6.15;25607
+71090;43.89778;3.9889;100;20220822;31.6;18.2;24.9;3;15.43;0;6.06;24648
+71090;43.89778;3.9889;100;20220823;33.7;20.1;26.9;3;15.86;0;6.46;24889
+71090;43.89778;3.9889;100;20220824;33;17.5;25.3;1.9;17.36;0;5.43;25471
+71090;43.89778;3.9889;100;20220825;32.8;16.7;24.8;1.4;19.86;.7;4.97;25242
+71090;43.89778;3.9889;100;20220826;33.8;19.4;26.6;2.6;18.46;0;5.93;24733
+71090;43.89778;3.9889;100;20220827;32.6;17.8;25.2;2.1;17.03;0;5.38;24810
+71090;43.89778;3.9889;100;20220828;32.4;17.2;24.8;1.9;17.06;0;5.2;24579
+71090;43.89778;3.9889;100;20220829;31.1;16.2;23.6;1.6;20.39;1.1;4.62;24428
+71090;43.89778;3.9889;100;20220830;29.9;22.8;26.3;2;24.96;2.4;3.69;16122
+71090;43.89778;3.9889;100;20220831;30.5;17.2;23.9;2.2;18.66;0;4.81;22926
+71090;43.89778;3.9889;100;20220901;32.7;16.3;24.5;1.6;16.96;0;4.92;24095
+71090;43.89778;3.9889;100;20220902;27.4;18.7;23;1.4;19.66;8.6;3.24;15626
+71090;43.89778;3.9889;100;20220903;27.7;18.2;22.9;1.5;21.13;0;3.46;18049
+71090;43.89778;3.9889;100;20220904;29.6;18.3;23.9;1.8;21.63;.4;3.84;18902
+71090;43.89778;3.9889;100;20220905;28.8;20.6;24.7;2.2;23.89;1.3;3.49;16134
+71090;43.89778;3.9889;100;20220906;26.9;20.8;23.8;2.3;23.99;11.4;2.84;12901
+71090;43.89778;3.9889;100;20220907;27.6;18.8;23.2;2.8;22.46;19.9;3.25;14970
+71090;43.89778;3.9889;100;20220908;27.1;14.9;21;1.5;17.13;.2;3.73;21247
+71090;43.89778;3.9889;100;20220909;26.3;14.8;20.5;1.7;15.66;.3;3.5;18533
+71090;43.89778;3.9889;100;20220910;27;12.7;19.8;1.5;14.36;.1;3.77;21913
+71090;43.89778;3.9889;100;20220911;29.2;12.9;21;1.9;14.33;0;4.27;22221
+71090;43.89778;3.9889;100;20220912;26.8;12.8;19.8;1.2;18.36;.1;3.37;20633
+71090;43.89778;3.9889;100;20220913;26.7;21.9;24.3;2.7;24.73;15.6;2.59;10689
+71090;43.89778;3.9889;100;20220914;26.5;20.6;23.5;2.7;23.29;6.4;2.81;11997
+71090;43.89778;3.9889;100;20220915;30.2;16.3;23.2;1.6;18.29;0;3.91;20587
+71090;43.89778;3.9889;100;20220916;27.1;15.5;21.3;2;15.63;0;3.66;18697
+71090;43.89778;3.9889;100;20220917;21.8;13.7;17.8;4.1;9.29;0;4.24;16397
+71090;43.89778;3.9889;100;20220918;24.3;10.4;17.4;3.7;8.46;0;4.51;20147
+71090;43.89778;3.9889;100;20220919;25.3;10.6;17.9;3.8;9.16;0;4.71;20104
+71090;43.89778;3.9889;100;20220920;25.3;9.2;17.3;3.1;8.69;0;4.33;20284
+71090;43.89778;3.9889;100;20220921;25.1;9.2;17.1;2.2;9.99;0;3.67;19662
+71090;43.89778;3.9889;100;20220922;23.5;9.9;16.7;1.4;12.29;.1;2.91;18883
+71090;43.89778;3.9889;100;20220923;22.7;11.6;17.1;1.6;15.03;47.5;2.58;16530
+71090;43.89778;3.9889;100;20220924;21.7;15.2;18.5;2.7;16.53;3;2.27;11115
+71090;43.89778;3.9889;100;20220925;23.5;11.5;17.5;1.5;13.29;0;2.74;17369
+71090;43.89778;3.9889;100;20220926;21.9;9.3;15.6;2.5;11.16;.5;3.03;17767
+71090;43.89778;3.9889;100;20220927;20.1;14.5;17.3;3.8;11.33;1.5;3.17;11755
+71090;43.89778;3.9889;100;20220928;22.6;14.8;18.7;3.6;13.59;.7;3.13;12454
+71090;43.89778;3.9889;100;20220929;21;14.6;17.8;2.5;12.03;.8;2.65;11077
+71090;43.89778;3.9889;100;20220930;18.8;11.3;15.1;2.3;10.83;0;2.31;11517
+71090;43.89778;3.9889;100;20221001;22.5;5.8;14.1;1.9;11.66;.3;2.55;17122
+71090;43.89778;3.9889;100;20221002;27.5;11;19.2;1.7;14.36;0;3.05;17989
+71090;43.89778;3.9889;100;20221003;25.7;11.1;18.4;2.1;12.89;0;3;17389
+71090;43.89778;3.9889;100;20221004;25.6;9.9;17.8;1.5;13.59;.1;2.65;17377
+71090;43.89778;3.9889;100;20221005;22.4;12.3;17.3;1.2;16.56;.2;1.96;13447
+71090;43.89778;3.9889;100;20221006;25.6;11.1;18.4;1.3;14.93;0;2.46;16323
+71090;43.89778;3.9889;100;20221007;23.8;11.1;17.5;1.1;14.73;2.9;2.09;14214
+71090;43.89778;3.9889;100;20221008;21.5;14.3;17.9;1.3;15.56;.9;1.68;9263
+71090;43.89778;3.9889;100;20221009;20.5;12.1;16.3;1.7;14.13;1.1;1.84;10555
+71090;43.89778;3.9889;100;20221010;23.9;13.7;18.8;1.1;16.03;.1;1.95;12340
+71090;43.89778;3.9889;100;20221011;24;9.9;17;1;14.69;0;2.05;15638
+71090;43.89778;3.9889;100;20221012;24.6;11.6;18.1;1.1;14.66;.3;2.08;14802
+71090;43.89778;3.9889;100;20221013;22.4;9.7;16.1;1.1;14.49;2;1.8;13798
+71090;43.89778;3.9889;100;20221014;23.9;15.2;19.5;1.7;16.13;.3;2.01;10724
+71090;43.89778;3.9889;100;20221015;24.9;9.2;17;1.3;14.43;1;2.1;15426
+71090;43.89778;3.9889;100;20221016;23.1;14.6;18.8;2.9;18.93;1.1;1.77;9908
+71090;43.89778;3.9889;100;20221017;23;15;19;2.1;18.19;0;1.75;10083
+71090;43.89778;3.9889;100;20221018;22.7;14.9;18.8;1.1;17.99;.1;1.51;9768
+71090;43.89778;3.9889;100;20221019;21.5;14.8;18.1;1.2;18.53;1.9;1.21;7066
+71090;43.89778;3.9889;100;20221020;20.3;18.8;19.6;3.4;20.66;15.5;1.11;3429
+71090;43.89778;3.9889;100;20221021;22.9;19;21;4.2;21.63;5.2;1.54;5635
+71090;43.89778;3.9889;100;20221022;23.9;16.3;20.1;2.1;19.73;0;1.64;9069
+71090;43.89778;3.9889;100;20221023;22.7;17.4;20;3.5;21.63;1.1;1.38;7156
+71090;43.89778;3.9889;100;20221024;23.8;20.2;22;2.9;21.09;.6;1.71;5848
+71090;43.89778;3.9889;100;20221025;23.9;12.6;18.3;1.7;17.79;0;1.6;11569
+71090;43.89778;3.9889;100;20221026;23.3;16.5;19.9;2;19.66;0;1.51;8417
+71090;43.89778;3.9889;100;20221027;23.6;18.4;21;1.4;19.56;.1;1.44;7684
+71090;43.89778;3.9889;100;20221028;23.8;14.1;19;.9;16.99;.1;1.4;10113
+71090;43.89778;3.9889;100;20221029;24.1;10.1;17.1;1.1;14.36;.1;1.51;12466
+71090;43.89778;3.9889;100;20221030;22.9;12;17.4;1.4;16.53;0;1.39;10542
+71090;43.89778;3.9889;100;20221031;21.6;15.2;18.4;3.1;18.86;11.4;1.3;6837
+71090;43.89778;3.9889;100;20221101;23.9;17.2;20.6;2.5;18.03;.1;1.77;7954
+71090;43.89778;3.9889;100;20221102;21.8;10.9;16.3;1.5;12.09;.1;1.53;10680
+71090;43.89778;3.9889;100;20221103;15.3;7.2;11.3;2.2;12.09;9.4;.88;7104
+71090;43.89778;3.9889;100;20221104;15.2;7.2;11.2;3.3;9.53;.7;1.52;8099
+71090;43.89778;3.9889;100;20221105;16.7;9.8;13.3;4;7.39;0;2.47;8229
+71090;43.89778;3.9889;100;20221106;19.2;3.2;11.2;1.3;7.93;.1;1.26;11572
+71090;43.89778;3.9889;100;20221107;21.6;3.4;12.5;1.2;9.23;.4;1.28;11721
+71090;43.89778;3.9889;100;20221108;17.7;7.5;12.6;2.9;13.93;9.8;.94;7374
+71090;43.89778;3.9889;100;20221109;20.2;16.5;18.4;3.2;17.09;8.9;1.36;3990
+71090;43.89778;3.9889;100;20221110;19.1;9.7;14.4;2.3;12.16;0;1.32;8507
+71090;43.89778;3.9889;100;20221111;21.2;9.9;15.5;2;11.96;.1;1.45;9414
+71090;43.89778;3.9889;100;20221112;21.5;7.3;14.4;1.2;11.79;.1;1.07;10216
+71090;43.89778;3.9889;100;20221113;17.4;8.3;12.8;1.2;12.46;0;.82;6627
+71090;43.89778;3.9889;100;20221114;14.7;11;12.8;1.9;13.13;36.2;.76;3610
+71090;43.89778;3.9889;100;20221115;17.5;12.9;15.2;2.4;14.56;5.5;.97;3941
+71090;43.89778;3.9889;100;20221116;18.9;8;13.4;1.5;11.86;.1;.95;8163
+71090;43.89778;3.9889;100;20221117;18.5;8.6;13.5;1.3;12.43;1.8;.85;7196
+71090;43.89778;3.9889;100;20221118;15.9;8.9;12.4;2.2;9.39;.2;1.27;6695
+71090;43.89778;3.9889;100;20221119;14.8;4.5;9.6;3.2;7.49;0;1.49;8272
+71090;43.89778;3.9889;100;20221120;14.8;3.8;9.3;2.5;6.93;.1;1.33;8240
+71090;43.89778;3.9889;100;20221121;9.1;3.7;6.4;1.7;8.56;5.4;.55;4173
+71090;43.89778;3.9889;100;20221122;13.7;5.5;9.6;3.1;8.03;1.4;1.31;7034
+71090;43.89778;3.9889;100;20221123;13.9;6.4;10.2;1.2;9.73;1;.7;5848
+71090;43.89778;3.9889;100;20221124;16.5;4.3;10.4;1.2;8.99;0;.76;7462
+71090;43.89778;3.9889;100;20221125;16.9;5.4;11.2;1.7;9.69;.6;.91;7868
+71090;43.89778;3.9889;100;20221126;15.8;5;10.4;3.3;7.63;0;1.52;7819
+71090;43.89778;3.9889;100;20221127;14.2;1.8;8;1.6;8.46;7.8;.67;7901
+71090;43.89778;3.9889;100;20221128;10.3;8;9.2;2.2;10.63;18.3;.56;2324
+71090;43.89778;3.9889;100;20221129;13.2;1.7;7.5;1.8;7.56;0;.71;7884
+71090;43.89778;3.9889;100;20221130;13.2;.5;6.9;2.2;7.16;.1;.75;8263
+71090;43.89778;3.9889;100;20221201;11.4;3;7.2;2.7;7.26;0;.97;5316
+71090;43.89778;3.9889;100;20221202;7.9;1.6;4.8;1.7;7.16;2.5;.54;4163
+71090;43.89778;3.9889;100;20221203;7.3;5.3;6.3;2.5;9.19;14.6;.4;1652
+71090;43.89778;3.9889;100;20221204;11.9;6.2;9.1;1.3;9.39;11;.55;4696
+71090;43.89778;3.9889;100;20221205;11;-.9;5.1;1.6;6.83;.2;.5;6832
+71090;43.89778;3.9889;100;20221206;11.2;.3;5.8;1.8;6.56;.4;.64;7023
+71090;43.89778;3.9889;100;20221207;9.4;-.2;4.6;2.7;6.13;.3;.76;6784
+71090;43.89778;3.9889;100;20221208;6.3;-2.1;2.1;2.3;6.49;20.3;.37;5149
+71090;43.89778;3.9889;100;20221209;13.4;5.2;9.3;2.1;10.13;0;.58;5220
+71090;43.89778;3.9889;100;20221210;9.3;3.8;6.5;3;6.89;0;.91;5211
+71090;43.89778;3.9889;100;20221211;6.8;-2.2;2.3;2.8;4.09;0;1;6619
+71090;43.89778;3.9889;100;20221212;5.8;-4.5;.7;1.8;5.06;10.8;.45;6418
+71090;43.89778;3.9889;100;20221213;5.9;1.3;3.6;2.1;8.16;13.6;.23;2779
+71090;43.89778;3.9889;100;20221214;11.2;5.8;8.5;1.3;10.83;3;.34;3423
+71090;43.89778;3.9889;100;20221215;10.7;9;9.9;2.3;11.53;33.8;.47;1398
+71090;43.89778;3.9889;100;20221216;12;5.7;8.9;2.3;8.89;0;.7;4782
+71090;43.89778;3.9889;100;20221217;9.4;-.8;4.3;2.6;5.16;0;.86;6885
+71090;43.89778;3.9889;100;20221218;8.2;-2.9;2.7;1.7;6.66;.8;.35;6342
+71090;43.89778;3.9889;100;20221219;15;7.5;11.3;3.2;12.29;1.9;.61;4450
+71090;43.89778;3.9889;100;20221220;15.6;12.9;14.2;3.5;14.79;1.4;.72;2108
+71090;43.89778;3.9889;100;20221221;17.5;12.5;15;1.8;13.39;.3;.76;4173
+71090;43.89778;3.9889;100;20221222;14.3;6;10.2;1.9;11.53;.7;.43;5309
+71090;43.89778;3.9889;100;20221223;21;11.6;16.3;2.1;13.49;.1;1.06;5781
+71090;43.89778;3.9889;100;20221224;20.3;7.5;13.9;1.2;11.03;.2;.62;7492
+71090;43.89778;3.9889;100;20221225;13.2;4.5;8.8;1.8;10.99;.3;.36;4930
+71090;43.89778;3.9889;100;20221226;17.4;12.1;14.8;1.6;12.49;.1;.81;4558
+71090;43.89778;3.9889;100;20221227;16.3;4.8;10.6;1.3;9.09;.1;.58;7180
+71090;43.89778;3.9889;100;20221228;10.8;1.4;6.1;1.3;8.53;0;.34;5982
+71090;43.89778;3.9889;100;20221229;15.3;9.5;12.4;1.3;11.49;0;.64;3725
+71090;43.89778;3.9889;100;20221230;13.9;7.8;10.8;.9;11.59;.1;.41;4405
+71090;43.89778;3.9889;100;20221231;15;7.7;11.3;2.2;12.49;0;.51;4803
+71091;43.91538;4.29866;80;20220101;7.4;1.6;4.5;.5;8.7;.2;.28;3100
+71091;43.91538;4.29866;80;20220102;9.6;6.6;8.1;.7;10.1;.1;.42;1700
+71091;43.91538;4.29866;80;20220103;17.9;3.2;10.5;.8;9.3;0;.54;6100
+71091;43.91538;4.29866;80;20220104;11.8;5.8;8.8;1.2;11;.8;.44;1200
+71091;43.91538;4.29866;80;20220105;9.3;5.7;7.5;5.4;5.9;.2;1.74;7800
+71091;43.91538;4.29866;80;20220106;9;5.2;7.1;6.4;4.5;0;2.38;7700
+71091;43.91538;4.29866;80;20220107;11;2.6;6.8;2.7;4.9;0;1.3;7500
+71091;43.91538;4.29866;80;20220108;12.8;2;7.4;1.8;7.2;.1;.76;7000
+71091;43.91538;4.29866;80;20220109;11.4;6;8.7;3.1;6.8;0;1.4;4000
+71091;43.91538;4.29866;80;20220110;11.5;6.7;9.1;4.7;6.1;0;1.96;6900
+71091;43.91538;4.29866;80;20220111;8.2;2.7;5.4;6;4.9;0;1.83;8100
+71091;43.91538;4.29866;80;20220112;7.8;3.3;5.5;5;4.6;0;1.76;8100
+71091;43.91538;4.29866;80;20220113;9.8;1.6;5.7;3.2;4.7;0;1.39;8200
+71091;43.91538;4.29866;80;20220114;13;-3.6;4.7;1;4.7;0;.65;8200
+71091;43.91538;4.29866;80;20220115;12.5;-1.8;5.3;1.4;5.1;0;.81;8300
+71091;43.91538;4.29866;80;20220116;15.4;-2.6;6.4;1.6;4.4;.1;1.15;8700
+71091;43.91538;4.29866;80;20220117;13.7;4.3;9;2.8;6.1;0;1.47;8600
+71091;43.91538;4.29866;80;20220118;11.5;2.2;6.8;3.4;5.8;0;1.42;8500
+71091;43.91538;4.29866;80;20220119;10;.3;5.1;2.3;6.1;0;1.01;2600
+71091;43.91538;4.29866;80;20220120;12.5;1.4;6.9;4.8;5.3;0;2.01;8900
+71091;43.91538;4.29866;80;20220121;8.2;3.9;6;7;4;0;2.55;9000
+71091;43.91538;4.29866;80;20220122;9.2;2.6;5.9;6.2;4.7;0;2.14;9100
+71091;43.91538;4.29866;80;20220123;10.2;3.3;6.7;3;5.6;0;1.34;9100
+71091;43.91538;4.29866;80;20220124;12.9;-1.6;5.6;1.2;6.1;0;.77;8400
+71091;43.91538;4.29866;80;20220125;13.1;-2.5;5.3;1.5;6.2;0;.86;8900
+71091;43.91538;4.29866;80;20220126;16.9;-2.3;7.3;1.8;5.2;0;1.4;9700
+71091;43.91538;4.29866;80;20220127;13.9;.1;7;2.7;4.5;0;1.73;9900
+71091;43.91538;4.29866;80;20220128;14.8;.4;7.6;6.2;5;0;2.85;10000
+71091;43.91538;4.29866;80;20220129;15.9;3.6;9.7;3.8;4.7;0;2.53;10200
+71091;43.91538;4.29866;80;20220130;15.4;3.9;9.6;6.7;6.9;0;2.64;10300
+71091;43.91538;4.29866;80;20220131;14.6;2;8.3;3.9;5.6;0;2.15;8600
+71091;43.91538;4.29866;80;20220201;11.9;4.9;8.4;5.2;4.8;0;2.57;10400
+71091;43.91538;4.29866;80;20220202;17.1;3.1;10.1;4.4;7.6;0;2.2;10300
+71091;43.91538;4.29866;80;20220203;16.7;6.4;11.5;1.9;8.3;0;1.4;9100
+71091;43.91538;4.29866;80;20220204;16.7;5.4;11;2.3;8;0;1.57;9400
+71091;43.91538;4.29866;80;20220205;14.9;5.9;10.4;3.2;5.6;0;2.19;11500
+71091;43.91538;4.29866;80;20220206;13.4;3.7;8.5;3.4;5.8;.2;1.96;9900
+71091;43.91538;4.29866;80;20220207;14.6;8.2;11.4;5.6;6;0;3.07;11100
+71091;43.91538;4.29866;80;20220208;14.9;5.8;10.3;3.6;4.6;0;2.62;11700
+71091;43.91538;4.29866;80;20220209;14.4;.1;7.2;1.4;7.6;0;1.03;7800
+71091;43.91538;4.29866;80;20220210;15.9;8.4;12.1;1.2;9.1;0;1.2;9400
+71091;43.91538;4.29866;80;20220211;14.9;3;8.9;3.8;6.5;.1;2.13;11200
+71091;43.91538;4.29866;80;20220212;15;2.7;8.8;2.5;6.5;.1;1.74;9500
+71091;43.91538;4.29866;80;20220213;13.1;4.9;9;4.6;8.3;15.1;1.57;3000
+71091;43.91538;4.29866;80;20220214;13;8.1;10.5;3.2;9.9;8.8;1.2;3000
+71091;43.91538;4.29866;80;20220215;13.8;3.7;8.7;3;6.4;0;1.91;12600
+71091;43.91538;4.29866;80;20220216;14.2;3.2;8.7;1.4;8.8;.5;1.01;5800
+71091;43.91538;4.29866;80;20220217;20.6;6.9;13.7;3.1;10.49;.1;2.26;11938
+71091;43.91538;4.29866;80;20220218;19;6.8;12.9;2.3;10.4;0;1.82;12600
+71091;43.91538;4.29866;80;20220219;14.7;8.5;11.6;3.3;6.3;0;2.43;7900
+71091;43.91538;4.29866;80;20220220;17.4;3;10.2;2.6;6.6;.1;2.21;13100
+71091;43.91538;4.29866;80;20220221;15.6;6.7;11.1;3.7;6.8;.1;2.53;11900
+71091;43.91538;4.29866;80;20220222;17.3;8.8;13;4.2;6.1;0;3.31;13800
+71091;43.91538;4.29866;80;20220223;18.5;6.1;12.3;3.6;8.53;0;2.54;12736
+71091;43.91538;4.29866;80;20220224;15.3;6;10.6;2.1;9.9;.3;1.26;5500
+71091;43.91538;4.29866;80;20220225;13.5;5.7;9.6;4.7;5.7;0;2.84;14200
+71091;43.91538;4.29866;80;20220226;14.6;6.6;10.6;3.9;5.3;0;2.96;14900
+71091;43.91538;4.29866;80;20220227;13.9;1.1;7.5;2;6.1;0;1.71;10900
+71091;43.91538;4.29866;80;20220228;15.5;2;8.7;1.9;7.3;0;1.75;12600
+71091;43.91538;4.29866;80;20220301;14.1;2.7;8.4;2.7;6.9;0;1.88;10900
+71091;43.91538;4.29866;80;20220302;12.5;2.6;7.5;1.6;7.5;0;1.18;5700
+71091;43.91538;4.29866;80;20220303;16.6;1.2;8.9;2;7.8;0;1.85;13200
+71091;43.91538;4.29866;80;20220304;18.3;4.3;11.3;3.1;7;0;2.7;13000
+71091;43.91538;4.29866;80;20220305;16.3;3.9;10.1;2.7;4.6;0;2.83;16100
+71091;43.91538;4.29866;80;20220306;13.9;2.9;8.4;2.7;4;0;2.66;16300
+71091;43.91538;4.29866;80;20220307;13.5;-.4;6.5;2.1;4.4;0;2.19;16100
+71091;43.91538;4.29866;80;20220308;11.6;.2;5.9;1.8;6.4;0;1.16;3200
+71091;43.91538;4.29866;80;20220309;14;5.6;9.8;1.7;8.1;0;1.56;8800
+71091;43.91538;4.29866;80;20220310;13.3;4.5;8.9;2.8;9.6;1.4;1.12;4300
+71091;43.91538;4.29866;80;20220311;12.8;8.8;10.8;5.1;9.6;9.1;1.63;2500
+71091;43.91538;4.29866;80;20220312;12.5;7.7;10.1;3.5;9.2;11.9;1.37;2100
+71091;43.91538;4.29866;80;20220313;11;7.5;9.2;5.5;8.9;18.8;1.46;2000
+71091;43.91538;4.29866;80;20220314;15.3;6.9;11.1;3.1;10.1;.4;1.64;7200
+71091;43.91538;4.29866;80;20220315;16.5;9;12.7;1.7;10.1;0;1.59;6500
+71091;43.91538;4.29866;80;20220316;16.9;7.2;12;1.5;10.6;0;1.56;8600
+71091;43.91538;4.29866;80;20220317;15.9;7.7;11.8;2.8;10.96;.1;1.91;13277
+71091;43.91538;4.29866;80;20220318;15.5;10.8;13.1;3.7;10.1;.9;2.24;8700
+71091;43.91538;4.29866;80;20220319;16.9;6.5;11.7;1.7;9;0;2;11800
+71091;43.91538;4.29866;80;20220320;14.4;5.6;10;1.5;8.8;.8;1.29;4700
+71091;43.91538;4.29866;80;20220321;14.5;8;11.2;2.5;7.4;.1;2.22;9200
+71091;43.91538;4.29866;80;20220322;16.1;3;9.5;3.1;6;0;3.06;19000
+71091;43.91538;4.29866;80;20220323;16.8;2.2;9.5;2.4;6.7;0;2.81;19600
+71091;43.91538;4.29866;80;20220324;19.4;2.2;10.8;1.9;6.1;0;3.07;20600
+71091;43.91538;4.29866;80;20220325;20.3;2.3;11.3;1.8;6.5;0;3;18900
+71091;43.91538;4.29866;80;20220326;20.3;3.8;12;2.1;7.3;0;3.18;20000
+71091;43.91538;4.29866;80;20220327;20.9;5.1;13;1.1;7.5;0;2.25;11900
+71091;43.91538;4.29866;80;20220328;21.7;5.5;13.6;2.2;7.1;0;3.46;18900
+71091;43.91538;4.29866;80;20220329;18.6;6.3;12.4;2.3;9.5;4.8;2.55;14400
+71091;43.91538;4.29866;80;20220330;16.3;9.4;12.8;1.6;11.2;.4;1.58;7300
+71091;43.91538;4.29866;80;20220331;18.5;7;12.7;3.3;8.2;1;3.39;18700
+71091;43.91538;4.29866;80;20220401;10.6;6.5;8.5;5.3;4.8;.2;3.3;13800
+71091;43.91538;4.29866;80;20220402;7.9;3.6;5.8;10.4;4.59;0;3.21;10866
+71091;43.91538;4.29866;80;20220403;10.6;2.2;6.4;3.4;4.5;0;2.79;17600
+71091;43.91538;4.29866;80;20220404;16.2;2.5;9.3;2.8;5.1;0;3.49;22600
+71091;43.91538;4.29866;80;20220405;20.2;3.2;11.7;2.5;6.6;0;3.74;22800
+71091;43.91538;4.29866;80;20220406;17.4;5.5;11.4;2;9.2;0;2.24;12200
+71091;43.91538;4.29866;80;20220407;20.1;9.5;14.8;3.1;9.7;.1;2.86;9200
+71091;43.91538;4.29866;80;20220408;21.9;11.1;16.5;3.4;10.8;0;3.77;17200
+71091;43.91538;4.29866;80;20220409;17.4;8.9;13.1;4.6;5.7;0;4.74;23800
+71091;43.91538;4.29866;80;20220410;19.1;4.6;11.8;2.7;6;.1;4;24400
+71091;43.91538;4.29866;80;20220411;15.5;5.3;10.4;3.1;8.4;.5;2.2;9100
+71091;43.91538;4.29866;80;20220412;19.5;6.2;12.8;2.5;9.5;0;3.03;17000
+71091;43.91538;4.29866;80;20220413;21.9;8.1;15;2;9.8;0;3.28;17300
+71091;43.91538;4.29866;80;20220414;26.2;8.5;17.3;2.7;10.7;0;4.43;21100
+71091;43.91538;4.29866;80;20220415;27.4;13.8;20.6;4.1;12.6;0;5.58;24415
+71091;43.91538;4.29866;80;20220416;25.6;16.1;20.9;9.7;10.19;0;7.73;19732
+71091;43.91538;4.29866;80;20220417;21.8;12.8;17.3;3.8;8.3;0;5.23;25400
+71091;43.91538;4.29866;80;20220418;23.1;6.6;14.8;2;10.5;0;3.96;24600
+71091;43.91538;4.29866;80;20220419;25.2;10.7;17.9;2.6;9.3;.1;4.95;25300
+71091;43.91538;4.29866;80;20220420;16.6;10.6;13.6;1.8;13.4;13.8;1.39;6200
+71091;43.91538;4.29866;80;20220421;19.6;11.8;15.7;2.4;13.6;2.3;2.58;13700
+71091;43.91538;4.29866;80;20220422;21.9;10.9;16.4;3.3;12.4;0;4.05;22900
+71091;43.91538;4.29866;80;20220423;15.3;12.1;13.7;4.3;12.6;12.4;1.55;3500
+71091;43.91538;4.29866;80;20220424;18.3;7.9;13.1;1.9;11.4;1.5;2.37;13500
+71091;43.91538;4.29866;80;20220425;21.8;6.3;14;2.3;10.3;0;4.07;26000
+71091;43.91538;4.29866;80;20220426;23.8;7.7;15.7;1.8;11.2;0;4.17;25600
+71091;43.91538;4.29866;80;20220427;22.6;11.7;17.1;2.8;11.1;0;4.65;26000
+71091;43.91538;4.29866;80;20220428;26.3;10.2;18.2;2;12;.1;4.6;24900
+71091;43.91538;4.29866;80;20220429;24;9.5;16.7;2.8;11.2;0;4.69;25900
+71091;43.91538;4.29866;80;20220430;25.3;12.5;18.9;3.3;9.9;0;5.17;21900
+71091;43.91538;4.29866;80;20220501;24.6;11.8;18.2;3.7;8.8;0;5.8;27000
+71091;43.91538;4.29866;80;20220502;25.3;11.4;18.3;2.6;9.9;.2;5.12;25600
+71091;43.91538;4.29866;80;20220503;24.1;12.5;18.3;2.2;12.1;.6;4.49;24100
+71091;43.91538;4.29866;80;20220504;24.7;9.3;17;2.1;12.7;1.4;4.19;23400
+71091;43.91538;4.29866;80;20220505;22.1;13;17.5;4.6;11.4;.1;5.06;24700
+71091;43.91538;4.29866;80;20220506;20.9;13.6;17.2;5.6;10.2;0;4.84;17500
+71091;43.91538;4.29866;80;20220507;26.4;14.1;20.2;3.8;10.8;0;6.11;26900
+71091;43.91538;4.29866;80;20220508;25.2;15.2;20.2;3.7;12;4.3;4.95;18500
+71091;43.91538;4.29866;80;20220509;26.3;12.1;19.2;1.7;14.9;.1;4.78;27500
+71091;43.91538;4.29866;80;20220510;26.4;12.7;19.5;1.8;14.6;0;4.82;26900
+71091;43.91538;4.29866;80;20220511;24.3;11.9;18.1;2.8;13.9;0;4.91;28200
+71091;43.91538;4.29866;80;20220512;25.2;12.7;18.9;2.1;13.5;0;4.77;26100
+71091;43.91538;4.29866;80;20220513;27.1;12;19.5;1.7;13.1;0;4.72;24900
+71091;43.91538;4.29866;80;20220514;29.9;13.6;21.7;2;16.4;0;5.31;26700
+71091;43.91538;4.29866;80;20220515;26.6;14.4;20.5;2.3;15.4;0;5.06;26600
+71091;43.91538;4.29866;80;20220516;27.3;13.7;20.5;2.1;13.9;.1;5.3;27600
+71091;43.91538;4.29866;80;20220517;29.5;14.9;22.2;2;16.9;.1;5.51;28200
+71091;43.91538;4.29866;80;20220518;32.4;15;23.7;2.1;16.9;.1;5.89;27400
+71091;43.91538;4.29866;80;20220519;27.9;16.3;22.1;2.3;17.6;0;5.35;27500
+71091;43.91538;4.29866;80;20220520;28.2;14.1;21.1;2.2;15.4;0;5.38;27500
+71091;43.91538;4.29866;80;20220521;30.6;15.1;22.8;2;16.1;.1;5.68;27600
+71091;43.91538;4.29866;80;20220522;28.4;15.5;21.9;2;19.1;0;5.01;26200
+71091;43.91538;4.29866;80;20220523;28.1;17.2;22.6;2.3;17.5;0;4.93;23100
+71091;43.91538;4.29866;80;20220524;24.5;17.9;21.2;3.2;12.1;.6;4.72;16400
+71091;43.91538;4.29866;80;20220525;27;16.9;21.9;5.2;10.4;0;6.92;22400
+71091;43.91538;4.29866;80;20220526;29;17.6;23.3;5.7;10.6;0;8.29;29100
+71091;43.91538;4.29866;80;20220527;30.6;18.7;24.6;5.6;12.9;0;7.89;24700
+71091;43.91538;4.29866;80;20220528;29.1;18.4;23.7;6.4;10.4;0;8.64;27400
+71091;43.91538;4.29866;80;20220529;26.6;16.3;21.4;4.7;7.6;0;7.83;30700
+71091;43.91538;4.29866;80;20220530;27.2;12.5;19.8;2.1;9;.1;5.23;23400
+71091;43.91538;4.29866;80;20220531;27.7;15.6;21.6;2;13.6;0;5.29;25500
+71091;43.91538;4.29866;80;20220601;29.8;13.8;21.8;1.8;14.9;0;5.77;29500
+71091;43.91538;4.29866;80;20220602;29.5;15.4;22.4;2;17.4;0;5.49;27400
+71091;43.91538;4.29866;80;20220603;31.4;19.5;25.4;2.8;17.4;0;5.81;22500
+71091;43.91538;4.29866;80;20220604;30.8;18.1;24.4;2.3;18.4;0;5.69;25600
+71091;43.91538;4.29866;80;20220605;33.4;18.7;26;2.1;18.1;.1;6.57;29500
+71091;43.91538;4.29866;80;20220606;32.8;18.9;25.8;3.5;14.9;.5;7.51;29200
+71091;43.91538;4.29866;80;20220607;30.4;17.5;23.9;3.3;15.1;0;6.86;29700
+71091;43.91538;4.29866;80;20220608;27.6;17.7;22.6;3.3;12.6;0;4.84;13300
+71091;43.91538;4.29866;80;20220609;28.5;17;22.7;4.8;10.4;0;8;31500
+71091;43.91538;4.29866;80;20220610;32;18.3;25.1;6.1;10.2;0;9.72;31300
+71091;43.91538;4.29866;80;20220611;36.7;20.5;28.6;3.8;11.2;0;9.22;30900
+71091;43.91538;4.29866;80;20220612;35.6;18.2;26.9;2.2;12.8;0;7;27800
+71091;43.91538;4.29866;80;20220613;34.2;18.9;26.5;3.5;15.2;.6;7.31;25400
+71091;43.91538;4.29866;80;20220614;36.2;21.4;28.8;4.2;12.7;0;9.25;29900
+71091;43.91538;4.29866;80;20220615;32.9;20.6;26.7;2.4;17.2;0;6.11;23800
+71091;43.91538;4.29866;80;20220616;37.6;17.1;27.3;1.8;17.2;0;6.35;25300
+71091;43.91538;4.29866;80;20220617;40.5;24.9;32.7;3.8;15.8;0;9.69;29400
+71091;43.91538;4.29866;80;20220618;34.3;19.5;26.9;2.4;18.6;0;6.86;29000
+71091;43.91538;4.29866;80;20220619;32.9;20.1;26.5;3;18.6;0;6.99;29000
+71091;43.91538;4.29866;80;20220620;31.9;19.1;25.5;3.3;17.2;0;6.94;28600
+71091;43.91538;4.29866;80;20220621;30.5;21.5;26;2.6;22.6;2.3;4.27;15600
+71091;43.91538;4.29866;80;20220622;28.8;20.8;24.8;3.3;24.1;.4;4.64;20900
+71091;43.91538;4.29866;80;20220623;28.7;21.8;25.2;3.9;22.9;9.9;5.52;24500
+71091;43.91538;4.29866;80;20220624;28.7;19.2;23.9;2.7;19.7;4.2;4.88;21000
+71091;43.91538;4.29866;80;20220625;30.1;17.1;23.6;2.5;19.4;2.6;5.74;27400
+71091;43.91538;4.29866;80;20220626;31.9;21.8;26.8;2.8;22.6;0;6.57;29300
+71091;43.91538;4.29866;80;20220627;31.9;20;25.9;4;17.6;0;6.66;23500
+71091;43.91538;4.29866;80;20220628;32.3;20;26.1;3.7;14.2;0;7.62;28300
+71091;43.91538;4.29866;80;20220629;33.9;19.4;26.6;2.9;14.9;1.1;7.59;30800
+71091;43.91538;4.29866;80;20220630;28.7;19.6;24.1;2.8;20.2;0;4.43;17600
+71091;43.91538;4.29866;80;20220701;29.9;16.5;23.2;4.8;12.2;0;7.96;31500
+71091;43.91538;4.29866;80;20220702;35;17.4;26.2;3;11.5;0;7.98;30700
+71091;43.91538;4.29866;80;20220703;35.9;16.1;26;2.1;15.1;.1;6.86;28700
+71091;43.91538;4.29866;80;20220704;37.1;22;29.5;2.8;18.2;.5;7.2;24900
+71091;43.91538;4.29866;80;20220705;34.7;22.8;28.7;4.4;15;0;8.9;29900
+71091;43.91538;4.29866;80;20220706;34.7;21.5;28.1;4.6;11.7;0;9.23;29000
+71091;43.91538;4.29866;80;20220707;33.7;19.8;26.7;5.8;11.3;0;9.89;30800
+71091;43.91538;4.29866;80;20220708;32.3;21.4;26.8;6.9;12.4;0;10.09;30800
+71091;43.91538;4.29866;80;20220709;35.9;22.3;29.1;5.5;11.2;0;10.45;30200
+71091;43.91538;4.29866;80;20220710;35.9;23.3;29.6;5.8;12;0;10.64;30200
+71091;43.91538;4.29866;80;20220711;34.4;22.4;28.4;4.1;15.6;0;8.47;29600
+71091;43.91538;4.29866;80;20220712;36.2;18.3;27.2;1.8;18;0;6.71;29400
+71091;43.91538;4.29866;80;20220713;33.7;19;26.3;2.4;16.7;0;6.87;29500
+71091;43.91538;4.29866;80;20220714;35;18.7;26.8;2;21.6;0;6.45;28800
+71091;43.91538;4.29866;80;20220715;40.2;20.9;30.5;3.4;19.2;0;8.67;29100
+71091;43.91538;4.29866;80;20220716;39.4;23.4;31.4;4.1;11.9;0;9.91;29500
+71091;43.91538;4.29866;80;20220717;37.4;22;29.7;3.5;13.8;0;8.65;29000
+71091;43.91538;4.29866;80;20220718;37.2;22.6;29.9;2.6;18.1;0;7.44;27800
+71091;43.91538;4.29866;80;20220719;35.6;20.4;28;2;20.5;0;6.53;27900
+71091;43.91538;4.29866;80;20220720;34.7;21.2;27.9;2.5;21.8;.2;6.57;27300
+71091;43.91538;4.29866;80;20220721;39.2;23.8;31.5;2.9;15.7;0;8.33;28800
+71091;43.91538;4.29866;80;20220722;36.4;21.5;28.9;1.9;18.3;.1;6.52;26700
+71091;43.91538;4.29866;80;20220723;35.5;23.5;29.5;2.4;22.2;0;6.43;25000
+71091;43.91538;4.29866;80;20220724;37.8;23.8;30.8;3.5;17.1;0;8.44;28300
+71091;43.91538;4.29866;80;20220725;37.5;21.5;29.5;2.4;20.4;0;6.49;23500
+71091;43.91538;4.29866;80;20220726;35;23.4;29.2;3.6;14.2;0;8.26;28800
+71091;43.91538;4.29866;80;20220727;34.3;21;27.6;4;11.9;0;8.38;28000
+71091;43.91538;4.29866;80;20220728;34.4;18.1;26.2;2.2;11.7;0;6.17;23100
+71091;43.91538;4.29866;80;20220729;32.4;20.2;26.3;2;16.4;2.2;4.86;17500
+71091;43.91538;4.29866;80;20220730;35.6;20.7;28.1;3.9;14;0;8.31;28100
+71091;43.91538;4.29866;80;20220731;37.9;23.4;30.6;3.3;12.2;0;8.49;28000
+71091;43.91538;4.29866;80;20220801;40;24.5;32.2;3.1;13.1;0;8.62;28100
+71091;43.91538;4.29866;80;20220802;39.1;25.8;32.4;3.9;14.5;0;9.22;27700
+71091;43.91538;4.29866;80;20220803;35.2;21.5;28.3;2.6;18.2;0;6.82;27000
+71091;43.91538;4.29866;80;20220804;36.2;20.6;28.4;2.1;22.4;0;6.36;27000
+71091;43.91538;4.29866;80;20220805;36.2;22.8;29.5;2.1;23;.1;6.05;24200
+71091;43.91538;4.29866;80;20220806;37.4;24.3;30.8;4.8;16.4;0;9.14;26400
+71091;43.91538;4.29866;80;20220807;36.5;23.9;30.2;3.8;13.4;0;8.45;26800
+71091;43.91538;4.29866;80;20220808;37.3;23.5;30.4;3.3;12.1;0;8.22;27200
+71091;43.91538;4.29866;80;20220809;37.9;20;28.9;2.1;12.8;0;6.79;26400
+71091;43.91538;4.29866;80;20220810;35.3;20.5;27.9;2.2;18.8;0;6.25;25900
+71091;43.91538;4.29866;80;20220811;34.5;21.2;27.8;2.3;21.5;0;6.06;25700
+71091;43.91538;4.29866;80;20220812;37.2;22;29.6;1.9;22.9;0;5.86;23600
+71091;43.91538;4.29866;80;20220813;32.9;22.6;27.7;2.6;25.3;0;5.41;23100
+71091;43.91538;4.29866;80;20220814;29.5;22.6;26.1;2.3;22.26;20.2;4.19;17346
+71091;43.91538;4.29866;80;20220815;33.7;19.2;26.4;2.3;17.4;0;5.92;25000
+71091;43.91538;4.29866;80;20220816;33.1;18.5;25.8;3.4;17.6;6;6.15;23000
+71091;43.91538;4.29866;80;20220817;28.2;19.8;24;3.7;21.4;46.4;3.4;10500
+71091;43.91538;4.29866;80;20220818;28.1;16.3;22.2;2.9;16.6;.4;3.73;12200
+71091;43.91538;4.29866;80;20220819;30.7;20.2;25.4;3.9;15.7;0;6.16;21700
+71091;43.91538;4.29866;80;20220820;32.1;20.7;26.4;3.5;15.8;0;6.59;25100
+71091;43.91538;4.29866;80;20220821;33.3;20.9;27.1;3.7;14.1;0;6.98;23700
+71091;43.91538;4.29866;80;20220822;32;21.4;26.7;3.5;14.1;0;6.76;24900
+71091;43.91538;4.29866;80;20220823;33.8;22.1;27.9;4.4;15;0;7.57;24100
+71091;43.91538;4.29866;80;20220824;32.8;21.4;27.1;2.7;16.9;0;5.98;24000
+71091;43.91538;4.29866;80;20220825;33.7;19.1;26.4;2;19.8;.6;5.01;21400
+71091;43.91538;4.29866;80;20220826;34.1;22.2;28.1;3.6;17.9;0;6.61;23000
+71091;43.91538;4.29866;80;20220827;32.6;19.6;26.1;2.7;17.1;0;5.57;22200
+71091;43.91538;4.29866;80;20220828;33.9;19.3;26.6;2;16.5;0;5.41;23400
+71091;43.91538;4.29866;80;20220829;31.9;18.3;25.1;2.5;20.4;.4;4.84;21200
+71091;43.91538;4.29866;80;20220830;30.1;23;26.5;2.2;25.1;1.7;3.42;13400
+71091;43.91538;4.29866;80;20220831;31.5;18.3;24.9;2.9;17.2;0;4.99;18900
+71091;43.91538;4.29866;80;20220901;34;20;27;2.6;15;0;5.75;21600
+71091;43.91538;4.29866;80;20220902;26.7;19.4;23;1.2;18.7;13.1;2.33;8800
+71091;43.91538;4.29866;80;20220903;28.4;19.2;23.8;1.7;21.2;0;3.51;17000
+71091;43.91538;4.29866;80;20220904;30.2;18.9;24.5;1.6;21.1;0;4.1;20600
+71091;43.91538;4.29866;80;20220905;29.9;21;25.4;2.2;23.2;1;3.93;17900
+71091;43.91538;4.29866;80;20220906;28.4;20.5;24.4;2.2;24;11.4;2.13;6400
+71091;43.91538;4.29866;80;20220907;27.6;18.8;23.2;3.5;22.7;22;3.02;12400
+71091;43.91538;4.29866;80;20220908;28.2;16.6;22.4;1.9;16.8;.1;3.82;18600
+71091;43.91538;4.29866;80;20220909;27.5;16.2;21.8;2.2;14.9;.4;3.55;14200
+71091;43.91538;4.29866;80;20220910;27.8;14.1;20.9;2;13.4;0;4.01;19700
+71091;43.91538;4.29866;80;20220911;29.6;16;22.8;2.1;13;0;4.55;21500
+71091;43.91538;4.29866;80;20220912;28.1;14.1;21.1;1.9;17.6;.1;3.22;15500
+71091;43.91538;4.29866;80;20220913;28.2;21.2;24.7;2.8;24.3;8.2;2.65;9600
+71091;43.91538;4.29866;80;20220914;28.4;20.9;24.6;3.7;22.2;5.1;3.48;12300
+71091;43.91538;4.29866;80;20220915;31.2;18.3;24.7;2.2;17.9;0;4.43;20300
+71091;43.91538;4.29866;80;20220916;27.5;17.6;22.5;2.2;15.5;0;3.64;15700
+71091;43.91538;4.29866;80;20220917;21.9;13.9;17.9;4.8;9.1;0;4.92;20900
+71091;43.91538;4.29866;80;20220918;24.1;12.9;18.5;5.1;8.1;0;5.54;20300
+71091;43.91538;4.29866;80;20220919;25.1;14.2;19.6;4.8;8.6;0;5.59;20400
+71091;43.91538;4.29866;80;20220920;24.3;11.9;18.1;4.2;8.2;0;5.01;20200
+71091;43.91538;4.29866;80;20220921;25.6;12.5;19;4;9.2;0;4.92;19000
+71091;43.91538;4.29866;80;20220922;24.3;11;17.6;1.6;12.1;0;2.99;17600
+71091;43.91538;4.29866;80;20220923;24;13.6;18.8;2.1;15.6;43.5;2.53;12400
+71091;43.91538;4.29866;80;20220924;21.2;15.1;18.1;3.7;16.7;5.4;2.37;12200
+71091;43.91538;4.29866;80;20220925;23.8;13.3;18.5;1.8;13.8;.1;3.1;19400
+71091;43.91538;4.29866;80;20220926;22.7;12.3;17.5;2.5;11.3;.3;3.18;16200
+71091;43.91538;4.29866;80;20220927;20.6;12.1;16.3;3.5;11.2;0;3.22;16200
+71091;43.91538;4.29866;80;20220928;23.8;13.9;18.8;2.3;13.5;.1;3.01;15700
+71091;43.91538;4.29866;80;20220929;22.2;15.5;18.8;2.6;11.8;.8;3.21;15300
+71091;43.91538;4.29866;80;20220930;18.6;11.9;15.2;3.2;9.8;0;2.8;11800
+71091;43.91538;4.29866;80;20221001;22.6;7.2;14.9;1.6;11.7;.1;2.07;10600
+71091;43.91538;4.29866;80;20221002;28.7;12.6;20.6;2.7;14.2;0;3.71;16800
+71091;43.91538;4.29866;80;20221003;24.8;15.6;20.2;4;13.1;0;3.79;13400
+71091;43.91538;4.29866;80;20221004;26.2;12;19.1;2;14.7;.1;2.92;16800
+71091;43.91538;4.29866;80;20221005;23.9;13.9;18.9;1.5;17.3;.2;1.91;10500
+71091;43.91538;4.29866;80;20221006;25.9;12.4;19.1;2;15.3;0;2.74;15700
+71091;43.91538;4.29866;80;20221007;24.5;13;18.7;1.4;15.1;.2;2.23;13300
+71091;43.91538;4.29866;80;20221008;21.6;14.9;18.2;2.6;14.9;.1;1.9;5400
+71091;43.91538;4.29866;80;20221009;21.3;14.7;18;2.7;13.9;.3;2.16;7400
+71091;43.91538;4.29866;80;20221010;24.6;14.1;19.3;1.2;16.1;.1;1.86;10000
+71091;43.91538;4.29866;80;20221011;24.7;12.9;18.8;1.8;15.4;0;2.27;13000
+71091;43.91538;4.29866;80;20221012;25.1;16.1;20.6;2.4;15.7;.2;2.6;11700
+71091;43.91538;4.29866;80;20221013;23.1;11.5;17.3;1.5;15.1;1.2;1.67;8600
+71091;43.91538;4.29866;80;20221014;24.4;14.5;19.4;1.3;15.9;.2;1.8;9200
+71091;43.91538;4.29866;80;20221015;25.6;10.8;18.2;1.4;15;0;2.16;14400
+71091;43.91538;4.29866;80;20221016;24.6;15.5;20;2.8;18;0;2.05;8400
+71091;43.91538;4.29866;80;20221017;23.7;14.3;19;2.1;17;0;1.82;8900
+71091;43.91538;4.29866;80;20221018;24.2;14.4;19.3;1.4;17.3;.2;1.83;11700
+71091;43.91538;4.29866;80;20221019;22.1;13.6;17.8;1.3;17.8;.3;1.11;5100
+71091;43.91538;4.29866;80;20221020;21.1;18.4;19.7;3.2;19.6;5.7;1.21;2000
+71091;43.91538;4.29866;80;20221021;23.8;17.9;20.8;5.3;21.2;4.3;1.75;5900
+71091;43.91538;4.29866;80;20221022;24.7;18.3;21.5;2.7;20.5;0;1.75;6700
+71091;43.91538;4.29866;80;20221023;24.4;18.2;21.3;2.8;19.5;0;1.71;4200
+71091;43.91538;4.29866;80;20221024;24.8;18.4;21.6;3.3;20.2;.9;2.1;9500
+71091;43.91538;4.29866;80;20221025;24.5;14.1;19.3;2.3;18.3;0;1.76;10200
+71091;43.91538;4.29866;80;20221026;25;17.4;21.2;1.5;18.2;0;1.62;7300
+71091;43.91538;4.29866;80;20221027;24.6;18.3;21.4;1.4;19.3;.1;1.66;9900
+71091;43.91538;4.29866;80;20221028;24.4;14.7;19.5;1.3;17;.1;1.6;10800
+71091;43.91538;4.29866;80;20221029;25.3;12.7;19;1.5;15.1;.2;1.73;10100
+71091;43.91538;4.29866;80;20221030;23.8;11.7;17.7;1.2;16.3;0;1.36;9500
+71091;43.91538;4.29866;80;20221031;22.4;14.8;18.6;3.6;17.9;15.8;1.52;5800
+71091;43.91538;4.29866;80;20221101;24.7;17;20.8;3.5;17.9;.1;2.24;9500
+71091;43.91538;4.29866;80;20221102;21.9;12.6;17.2;2.2;12.1;.1;1.92;10800
+71091;43.91538;4.29866;80;20221103;15.9;7.9;11.9;2.6;12.5;19;.81;1400
+71091;43.91538;4.29866;80;20221104;15.6;6.9;11.2;2.2;9.2;.3;1.33;6200
+71091;43.91538;4.29866;80;20221105;15.8;9;12.4;4.4;7.5;0;2.49;11400
+71091;43.91538;4.29866;80;20221106;18.6;5.8;12.2;2.1;8.6;0;1.59;10600
+71091;43.91538;4.29866;80;20221107;22.4;4.4;13.4;1.3;9.8;0;1.36;10700
+71091;43.91538;4.29866;80;20221108;18;8.9;13.4;2.9;13.2;6;1.03;1500
+71091;43.91538;4.29866;80;20221109;20.2;15.6;17.9;3.5;16.4;15.6;1.42;3600
+71091;43.91538;4.29866;80;20221110;18.3;12.6;15.4;2.7;12.3;0;1.53;10000
+71091;43.91538;4.29866;80;20221111;21.8;9.3;15.5;1.3;12;.1;1.21;9700
+71091;43.91538;4.29866;80;20221112;22.1;7.9;15;1.2;12.3;.1;1.11;9200
+71091;43.91538;4.29866;80;20221113;17.8;10.5;14.1;1.6;12.6;0;.98;4500
+71091;43.91538;4.29866;80;20221114;15.6;10.8;13.2;2.4;12.6;14.8;.93;1400
+71091;43.91538;4.29866;80;20221115;17.3;12.6;14.9;2.4;14.2;7.9;.96;1900
+71091;43.91538;4.29866;80;20221116;19.9;9.5;14.7;1.8;12;0;1.17;8800
+71091;43.91538;4.29866;80;20221117;18.1;9.5;13.8;1.1;13.1;1.6;.76;5200
+71091;43.91538;4.29866;80;20221118;16.3;7.7;12;2.1;9.5;.1;1.15;8500
+71091;43.91538;4.29866;80;20221119;14.7;6.5;10.6;3.8;7.4;0;1.79;9200
+71091;43.91538;4.29866;80;20221120;14.4;6.1;10.2;2.9;6.9;0;1.55;8800
+71091;43.91538;4.29866;80;20221121;9.4;6.7;8;2.1;8.6;5.3;.79;1700
+71091;43.91538;4.29866;80;20221122;14.3;4.8;9.5;3;8;1.3;1.25;9000
+71091;43.91538;4.29866;80;20221123;12.4;7;9.7;1.6;9.7;.5;.73;3200
+71091;43.91538;4.29866;80;20221124;17.1;6.3;11.7;2.2;9;0;1.19;8000
+71091;43.91538;4.29866;80;20221125;17.8;6.4;12.1;2.5;9.5;2;1.31;6800
+71091;43.91538;4.29866;80;20221126;15.2;7.4;11.3;3.9;7.8;0;1.82;7400
+71091;43.91538;4.29866;80;20221127;15.3;2.8;9;1.3;8.6;5.1;.71;6500
+71091;43.91538;4.29866;80;20221128;9.2;8.6;8.9;2.7;10;29.3;.68;600
+71091;43.91538;4.29866;80;20221129;13.1;2.4;7.7;2.5;8.1;0;.82;7900
+71091;43.91538;4.29866;80;20221130;12.8;2.2;7.5;3;7.9;.1;.91;7800
+71091;43.91538;4.29866;80;20221201;11.4;7.5;9.4;4.4;7.8;0;1.54;3900
+71091;43.91538;4.29866;80;20221202;8;5.5;6.7;2.3;7.3;2.8;.86;2000
+71091;43.91538;4.29866;80;20221203;7.8;5.3;6.5;3;9.2;10.6;.45;1100
+71091;43.91538;4.29866;80;20221204;12.7;7.2;9.9;1.8;9.9;6;.71;3400
+71091;43.91538;4.29866;80;20221205;11.5;1.9;6.7;1.6;7.8;.1;.59;5200
+71091;43.91538;4.29866;80;20221206;11.2;1.7;6.4;1.9;6.9;.2;.65;7800
+71091;43.91538;4.29866;80;20221207;8.9;1.3;5.1;4.5;6.29;.1;1.02;5897
+71091;43.91538;4.29866;80;20221208;6.4;-1.5;2.4;2.2;6.63;26.5;.36;4967
+71091;43.91538;4.29866;80;20221209;13.2;5.8;9.5;2.6;9.8;0;.7;5800
+71091;43.91538;4.29866;80;20221210;8.4;4.7;6.5;3.1;6.3;0;.96;7500
+71091;43.91538;4.29866;80;20221211;7;-.2;3.4;2.7;4;0;1.1;6200
+71091;43.91538;4.29866;80;20221212;7.7;-3.3;2.2;1.3;5.2;8.5;.49;5300
+71091;43.91538;4.29866;80;20221213;6.9;1.7;4.3;2.2;8.2;9.9;.36;800
+71091;43.91538;4.29866;80;20221214;10.8;6.1;8.4;1.8;10.8;.8;.37;2300
+71091;43.91538;4.29866;80;20221215;10.7;9.1;9.9;3;11.3;23.5;.58;400
+71091;43.91538;4.29866;80;20221216;10.7;5.4;8;2.9;8.3;0;.73;6600
+71091;43.91538;4.29866;80;20221217;8.3;2.9;5.6;3.4;5.1;0;1.18;7500
+71091;43.91538;4.29866;80;20221218;10.4;-.7;4.8;2.1;7;0;.69;3100
+71091;43.91538;4.29866;80;20221219;14.6;8.1;11.3;3.3;11.6;.9;.83;2000
+71091;43.91538;4.29866;80;20221220;15.7;12.2;13.9;3.8;13.9;.1;.87;1900
+71091;43.91538;4.29866;80;20221221;17.4;13;15.2;1.9;13.5;.5;.83;4500
+71091;43.91538;4.29866;80;20221222;13.9;5.9;9.9;1.4;10.8;.1;.6;1400
+71091;43.91538;4.29866;80;20221223;21.1;8.8;14.9;1.6;13.1;0;.88;4900
+71091;43.91538;4.29866;80;20221224;20.4;9.3;14.8;1.7;11.9;.1;.96;5700
+71091;43.91538;4.29866;80;20221225;14.2;5.9;10;1.9;11.1;0;.63;1300
+71091;43.91538;4.29866;80;20221226;18;12.4;15.2;2.1;12.5;.1;1;5100
+71091;43.91538;4.29866;80;20221227;17.2;8.7;12.9;2;9.6;0;.98;7100
+71091;43.91538;4.29866;80;20221228;13.9;1.8;7.8;1.4;8.7;0;.58;4700
+71091;43.91538;4.29866;80;20221229;15.1;10.8;12.9;2.3;11.7;0;.88;3800
+71091;43.91538;4.29866;80;20221230;14.3;8.8;11.5;1.4;11.9;.1;.52;4100
+71091;43.91538;4.29866;80;20221231;15.8;7.9;11.8;2.5;11.9;0;.84;1400
+71092;43.93206;4.6086;45;20220101;7.5;4.2;5.8;.7;9.47;.2;.29;2771
+71092;43.93206;4.6086;45;20220102;9.7;7;8.4;.9;10.43;0;.38;2593
+71092;43.93206;4.6086;45;20220103;16.2;4.9;10.5;.9;9.7;0;.51;6105
+71092;43.93206;4.6086;45;20220104;11.9;5;8.5;1;10.6;.8;.35;3972
+71092;43.93206;4.6086;45;20220105;8.9;6.6;7.7;7.2;6.27;0;1.99;4257
+71092;43.93206;4.6086;45;20220106;8.2;5.2;6.7;8.5;5.1;0;2.35;4672
+71092;43.93206;4.6086;45;20220107;9.7;2.7;6.2;3.5;5.4;0;1.33;5889
+71092;43.93206;4.6086;45;20220108;11.8;2.3;7.1;2.2;7.37;.1;.77;6358
+71092;43.93206;4.6086;45;20220109;11;4.9;8;2.5;7.27;0;1.02;4816
+71092;43.93206;4.6086;45;20220110;9.9;5.9;7.9;6.6;6.53;0;1.81;4843
+71092;43.93206;4.6086;45;20220111;7.3;3;5.1;7.6;5.4;0;1.74;5340
+71092;43.93206;4.6086;45;20220112;7.4;3.3;5.3;5.5;5.03;0;1.69;5490
+71092;43.93206;4.6086;45;20220113;8.9;1.3;5.1;2.9;5;0;1.19;6541
+71092;43.93206;4.6086;45;20220114;11.8;-2.7;4.6;1.4;5.2;0;.7;7971
+71092;43.93206;4.6086;45;20220115;11.5;-1.9;4.8;1.2;5.37;0;.67;7989
+71092;43.93206;4.6086;45;20220116;13.8;-3.5;5.2;3.8;4.53;.1;1.7;8934
+71092;43.93206;4.6086;45;20220117;11.5;4.7;8.1;7.2;6.47;0;1.91;6294
+71092;43.93206;4.6086;45;20220118;10.9;3.6;7.2;3.8;6.1;0;1.48;6533
+71092;43.93206;4.6086;45;20220119;9.8;-.4;4.7;1.6;6.47;0;.69;5727
+71092;43.93206;4.6086;45;20220120;10.8;2.8;6.8;7.2;6;0;1.97;6789
+71092;43.93206;4.6086;45;20220121;7.5;3.8;5.7;9.1;4.67;0;2.41;5812
+71092;43.93206;4.6086;45;20220122;8.3;2.7;5.5;6.9;5.13;0;1.94;6540
+71092;43.93206;4.6086;45;20220123;9.7;3.1;6.4;3.2;5.83;0;1.31;7022
+71092;43.93206;4.6086;45;20220124;12.7;-1.2;5.8;.9;6.2;0;.66;8688
+71092;43.93206;4.6086;45;20220125;13.3;-3.1;5.1;.9;6.3;0;.63;9447
+71092;43.93206;4.6086;45;20220126;15.1;-3.3;5.9;3.4;5.27;0;1.69;10120
+71092;43.93206;4.6086;45;20220127;11.5;-.2;5.7;3.9;4.8;0;1.71;8675
+71092;43.93206;4.6086;45;20220128;12.6;.9;6.8;8.3;5.73;0;2.41;8670
+71092;43.93206;4.6086;45;20220129;13.5;4.3;8.9;6.2;5.47;0;2.6;8048
+71092;43.93206;4.6086;45;20220130;14.1;5;9.5;9;7.5;0;2.51;8213
+71092;43.93206;4.6086;45;20220131;13.9;5.6;9.8;7.2;6.47;0;2.71;7091
+71092;43.93206;4.6086;45;20220201;11.2;5.3;8.3;8.3;5.2;0;2.88;7480
+71092;43.93206;4.6086;45;20220202;16.4;6;11.2;7.3;8.27;0;2.58;8588
+71092;43.93206;4.6086;45;20220203;16.5;7.6;12.1;2.7;8.93;0;1.59;8159
+71092;43.93206;4.6086;45;20220204;15.4;6.2;10.8;2.5;8.57;0;1.41;8305
+71092;43.93206;4.6086;45;20220205;13.9;7.2;10.6;5.5;6.37;0;2.56;8076
+71092;43.93206;4.6086;45;20220206;13.2;5.2;9.2;4.5;6.17;0;2.22;8301
+71092;43.93206;4.6086;45;20220207;13.7;6.2;10;6.6;6.27;0;2.8;8944
+71092;43.93206;4.6086;45;20220208;14.8;6.2;10.5;4.1;5.13;0;2.67;9441
+71092;43.93206;4.6086;45;20220209;14.2;-1.7;6.3;1.3;7.73;0;.95;10437
+71092;43.93206;4.6086;45;20220210;11.2;7.1;9.2;1.2;8.55;0;1.2;9183
+71092;43.93206;4.6086;45;20220211;14.3;1.9;8.1;5.4;6.6;0;2.11;10866
+71092;43.93206;4.6086;45;20220212;15.2;2.5;8.9;2.6;6.35;0;1.8;10079
+71092;43.93206;4.6086;45;20220213;13.9;3.2;8.5;4.4;7.65;8.4;1.74;6250
+71092;43.93206;4.6086;45;20220214;12.5;8.8;10.7;3.4;9.7;10.6;1.25;2751
+71092;43.93206;4.6086;45;20220215;13.3;3.2;8.3;3.2;6.6;0;1.77;11356
+71092;43.93206;4.6086;45;20220216;13.3;1.6;7.5;1;8.57;.7;.95;9336
+71092;43.93206;4.6086;45;20220217;21.1;4.8;13;2.9;10.35;0;2.17;13041
+71092;43.93206;4.6086;45;20220218;19.3;5.2;12.3;1.9;10.33;0;1.66;12658
+71092;43.93206;4.6086;45;20220219;13.7;7.8;10.8;5.2;6.73;0;2.58;7827
+71092;43.93206;4.6086;45;20220220;16.9;5.4;11.1;4.1;6.83;0;2.67;11434
+71092;43.93206;4.6086;45;20220221;15.9;5.8;10.8;4.2;7.3;0;2.5;11337
+71092;43.93206;4.6086;45;20220222;15.8;8;11.9;5.9;6.93;0;3.08;10828
+71092;43.93206;4.6086;45;20220223;18.5;9.4;13.9;4.5;8.8;0;2.92;10477
+71092;43.93206;4.6086;45;20220224;15.2;3.8;9.5;1.5;9.73;.3;1.24;10067
+71092;43.93206;4.6086;45;20220225;12.8;4.3;8.5;6.5;5.8;0;2.8;11745
+71092;43.93206;4.6086;45;20220226;14.4;6.3;10.4;4.4;5.6;0;2.92;11888
+71092;43.93206;4.6086;45;20220227;14.3;-1.2;6.5;1.7;6.27;0;1.61;13549
+71092;43.93206;4.6086;45;20220228;15.6;.1;7.9;1.9;7.33;0;1.73;14082
+71092;43.93206;4.6086;45;20220301;14.5;2.6;8.6;2.5;6.97;0;1.89;12376
+71092;43.93206;4.6086;45;20220302;12.8;1.9;7.4;1.3;7.6;0;1.27;10385
+71092;43.93206;4.6086;45;20220303;16.7;-.3;8.2;1.4;7.77;0;1.7;14880
+71092;43.93206;4.6086;45;20220304;17.8;2.1;10;4.1;6.53;0;2.95;14901
+71092;43.93206;4.6086;45;20220305;15.8;3.6;9.7;3.6;4.33;0;3.12;14524
+71092;43.93206;4.6086;45;20220306;13.5;2.1;7.8;2.9;4.27;0;2.56;14480
+71092;43.93206;4.6086;45;20220307;13.5;-.4;6.5;2.1;4.7;0;2.1;15385
+71092;43.93206;4.6086;45;20220308;12;-2.1;4.9;1.4;6.63;0;1.35;11656
+71092;43.93206;4.6086;45;20220309;14.4;4.2;9.3;1.4;8.17;0;1.61;12075
+71092;43.93206;4.6086;45;20220310;14.1;1.7;7.9;2.6;9.37;.5;1.42;11874
+71092;43.93206;4.6086;45;20220311;13.5;9.5;11.5;4.6;9.17;2.3;2.03;6436
+71092;43.93206;4.6086;45;20220312;13.4;8.6;11;4;8.3;3.8;2.13;6861
+71092;43.93206;4.6086;45;20220313;12.1;9.2;10.6;5.2;8.6;4.9;2.02;5114
+71092;43.93206;4.6086;45;20220314;16.5;6.3;11.4;2.9;10.2;.1;1.95;12076
+71092;43.93206;4.6086;45;20220315;16.9;10.5;13.7;2.3;10.1;0;2.08;9222
+71092;43.93206;4.6086;45;20220316;17.1;5.9;11.5;1.1;10.6;0;1.74;13139
+71092;43.93206;4.6086;45;20220317;16.4;6.5;11.5;2.9;10.95;.1;1.96;14155
+71092;43.93206;4.6086;45;20220318;16.1;10.4;13.2;3.8;10.15;1;2.33;10144
+71092;43.93206;4.6086;45;20220319;16.9;5.7;11.3;1.4;9.05;0;2;14134
+71092;43.93206;4.6086;45;20220320;14.9;5;10;2.4;7.75;.6;1.88;7638
+71092;43.93206;4.6086;45;20220321;15.8;9.4;12.6;2.9;6.85;0;2.74;9625
+71092;43.93206;4.6086;45;20220322;16.9;1;9;2.6;5.8;0;2.95;19415
+71092;43.93206;4.6086;45;20220323;17.6;.5;9;2.1;6.5;0;2.75;19813
+71092;43.93206;4.6086;45;20220324;20.1;.8;10.4;1.8;6;0;3.03;20410
+71092;43.93206;4.6086;45;20220325;20.6;.8;10.7;1.8;6.2;0;3.03;19657
+71092;43.93206;4.6086;45;20220326;21;2.3;11.6;2.2;7.25;0;3.25;20303
+71092;43.93206;4.6086;45;20220327;20.6;4.6;12.6;1.3;7.55;0;2.51;15359
+71092;43.93206;4.6086;45;20220328;22.3;4.5;13.4;1.8;6.8;0;3.3;19946
+71092;43.93206;4.6086;45;20220329;19.5;5.5;12.5;2.3;8.9;4.6;2.82;16408
+71092;43.93206;4.6086;45;20220330;15.6;9.6;12.6;1.8;11.2;.6;1.72;9794
+71092;43.93206;4.6086;45;20220331;18.6;7.1;12.9;4.7;8.55;1.6;3.54;17817
+71092;43.93206;4.6086;45;20220401;10.2;5.4;7.8;6.5;5.45;.4;2.84;11909
+71092;43.93206;4.6086;45;20220402;7.7;3.4;5.5;11.6;4.9;0;2.91;10232
+71092;43.93206;4.6086;45;20220403;10.4;2.2;6.3;6;4.9;0;2.85;16268
+71092;43.93206;4.6086;45;20220404;15.7;2.6;9.1;3.7;5.3;0;3.48;21122
+71092;43.93206;4.6086;45;20220405;19.9;2.6;11.3;2.9;6.3;0;3.79;22651
+71092;43.93206;4.6086;45;20220406;17.7;3.9;10.8;1.9;8.5;0;2.49;16056
+71092;43.93206;4.6086;45;20220407;19.6;7.1;13.4;3;9.8;.1;2.76;12953
+71092;43.93206;4.6086;45;20220408;22.5;11;16.8;3.5;10.8;0;3.88;17339
+71092;43.93206;4.6086;45;20220409;16.6;9.3;12.9;6.3;5.9;0;4.68;19416
+71092;43.93206;4.6086;45;20220410;19.3;4.7;12;3.1;6.3;.1;4.04;23197
+71092;43.93206;4.6086;45;20220411;16.8;4.8;10.8;3.3;8;.1;2.68;11990
+71092;43.93206;4.6086;45;20220412;20.9;5.9;13.4;2.5;9.1;0;3.51;20116
+71092;43.93206;4.6086;45;20220413;22.2;6.8;14.5;1.8;9.7;0;3.42;20523
+71092;43.93206;4.6086;45;20220414;26.2;6.9;16.6;2.6;10.4;0;4.39;22609
+71092;43.93206;4.6086;45;20220415;27.2;10.7;18.9;5.4;11.9;0;5.83;24329
+71092;43.93206;4.6086;45;20220416;25.9;16.4;21.1;9.7;10.2;0;7.73;19732
+71092;43.93206;4.6086;45;20220417;22.4;11;16.7;3.9;8.3;0;5.06;23924
+71092;43.93206;4.6086;45;20220418;23.7;6.3;15;1.9;9.65;0;4.05;24699
+71092;43.93206;4.6086;45;20220419;25.3;8;16.6;2.5;9.2;0;4.72;25133
+71092;43.93206;4.6086;45;20220420;16.8;10.4;13.6;1.9;13;11.8;1.64;8488
+71092;43.93206;4.6086;45;20220421;19.6;11.8;15.7;2.2;13.55;1.3;2.52;13649
+71092;43.93206;4.6086;45;20220422;22;10.3;16.2;3.1;12.25;1.5;3.94;22645
+71092;43.93206;4.6086;45;20220423;16.3;12.5;14.4;4.8;12;12.7;2.2;6070
+71092;43.93206;4.6086;45;20220424;17.9;8.3;13.1;1.8;11.3;.7;2.35;13768
+71092;43.93206;4.6086;45;20220425;21.8;6;13.9;2.4;10.4;0;3.99;25531
+71092;43.93206;4.6086;45;20220426;23.9;7.2;15.5;2.6;10.7;0;4.43;25839
+71092;43.93206;4.6086;45;20220427;23.2;10.4;16.8;2.8;10.9;0;4.6;25552
+71092;43.93206;4.6086;45;20220428;26.4;9.4;17.9;1.9;11.65;0;4.57;25639
+71092;43.93206;4.6086;45;20220429;24.3;8.5;16.4;2.5;10.9;0;4.6;26212
+71092;43.93206;4.6086;45;20220430;25;12;18.5;4.4;9.75;0;5.54;22669
+71092;43.93206;4.6086;45;20220501;24.4;12.2;18.3;4.8;8.75;0;6.03;25051
+71092;43.93206;4.6086;45;20220502;25.2;9.5;17.4;2.3;9.8;0;4.9;26277
+71092;43.93206;4.6086;45;20220503;24.1;11.6;17.9;2;12.2;1.2;4.23;23442
+71092;43.93206;4.6086;45;20220504;25.2;8.9;17.1;1.7;12.5;1.5;4.24;24785
+71092;43.93206;4.6086;45;20220505;21.7;13.1;17.4;5.7;11.8;0;4.71;21142
+71092;43.93206;4.6086;45;20220506;19.7;13.7;16.7;6.8;10.67;0;4.51;15893
+71092;43.93206;4.6086;45;20220507;25.2;15.1;20.1;5.3;11.07;0;5.97;22045
+71092;43.93206;4.6086;45;20220508;24.3;14.1;19.2;2.9;12.13;4.3;4.54;20305
+71092;43.93206;4.6086;45;20220509;26.8;12.1;19.4;1.5;14.87;.2;4.62;26377
+71092;43.93206;4.6086;45;20220510;26.4;11;18.7;1.7;14.03;0;4.7;26957
+71092;43.93206;4.6086;45;20220511;25.4;10.1;17.7;2.3;13.4;0;4.79;27581
+71092;43.93206;4.6086;45;20220512;25.5;10.6;18.1;1.8;13.07;0;4.66;26575
+71092;43.93206;4.6086;45;20220513;27.5;10.4;18.9;1.5;12.9;0;4.85;27031
+71092;43.93206;4.6086;45;20220514;29.7;12.4;21;2.1;16.23;0;5.37;27855
+71092;43.93206;4.6086;45;20220515;26.9;13;20;2.1;15.2;0;4.91;26363
+71092;43.93206;4.6086;45;20220516;27.9;11.6;19.7;1.8;13.7;0;5.17;27935
+71092;43.93206;4.6086;45;20220517;30;13.6;21.8;1.8;16.77;.1;5.39;27951
+71092;43.93206;4.6086;45;20220518;32;13.8;22.9;2.3;17.03;.1;5.93;28373
+71092;43.93206;4.6086;45;20220519;28.6;15;21.8;2.1;16.97;0;5.24;26774
+71092;43.93206;4.6086;45;20220520;28.4;12.5;20.5;2.1;15.1;0;5.33;28072
+71092;43.93206;4.6086;45;20220521;31.2;13.1;22.1;1.7;16.33;.1;5.64;28724
+71092;43.93206;4.6086;45;20220522;28.9;14.6;21.8;1.9;18.73;.1;5.07;26775
+71092;43.93206;4.6086;45;20220523;28.3;15.9;22.1;2.3;17.17;0;5.07;24681
+71092;43.93206;4.6086;45;20220524;25;18.4;21.7;4.1;12.17;.7;5.34;17591
+71092;43.93206;4.6086;45;20220525;26.7;17.1;21.9;6.5;10.53;0;7.28;21826
+71092;43.93206;4.6086;45;20220526;28.1;17.8;23;6.7;10.83;0;7.97;24393
+71092;43.93206;4.6086;45;20220527;29.6;18.6;24.1;6.5;13.03;0;7.78;23573
+71092;43.93206;4.6086;45;20220528;27.5;18.1;22.8;8.6;10.57;0;8.47;23115
+71092;43.93206;4.6086;45;20220529;25.4;16.1;20.7;6.6;7.57;0;7.81;24321
+71092;43.93206;4.6086;45;20220530;27.1;12.8;20;2.4;9.4;0;5.61;25781
+71092;43.93206;4.6086;45;20220531;27.3;14.8;21.1;1.8;13.97;0;5.04;25455
+71092;43.93206;4.6086;45;20220601;30.1;11.8;20.9;1.7;14.77;.1;5.69;30019
+71092;43.93206;4.6086;45;20220602;29.4;13.6;21.5;1.8;17.03;0;5.44;28458
+71092;43.93206;4.6086;45;20220603;31.7;18;24.9;2.2;18.03;0;5.81;25818
+71092;43.93206;4.6086;45;20220604;31.2;16.7;24;2.3;18.37;0;5.87;27349
+71092;43.93206;4.6086;45;20220605;32.7;17.7;25.2;2.3;18.3;.1;6.32;28547
+71092;43.93206;4.6086;45;20220606;32.7;18.5;25.6;3.9;15.63;.6;7.45;28036
+71092;43.93206;4.6086;45;20220607;30.4;17.4;23.9;3.6;15.3;0;6.66;27404
+71092;43.93206;4.6086;45;20220608;27.2;17.1;22.1;3.1;12.77;.3;5.31;19888
+71092;43.93206;4.6086;45;20220609;26.5;16.8;21.7;5.7;11.27;0;6.98;24820
+71092;43.93206;4.6086;45;20220610;30;17.9;24;7.3;10.3;0;9.14;26808
+71092;43.93206;4.6086;45;20220611;34.9;20.1;27.5;4;11.43;0;8.65;28626
+71092;43.93206;4.6086;45;20220612;35.3;15.9;25.6;2.3;13.97;0;7.12;29801
+71092;43.93206;4.6086;45;20220613;33.2;17.4;25.3;3.9;15.63;.1;7.39;27980
+71092;43.93206;4.6086;45;20220614;36.1;20.9;28.5;4.2;13.07;0;9.04;29107
+71092;43.93206;4.6086;45;20220615;32.8;19.4;26.1;2.1;17.77;0;6.11;26073
+71092;43.93206;4.6086;45;20220616;37.1;15.9;26.5;1.7;17.2;0;6.68;29023
+71092;43.93206;4.6086;45;20220617;38.7;25.9;32.3;4.7;14.93;0;9.83;26164
+71092;43.93206;4.6086;45;20220618;33.9;18.3;26.1;2.4;18.83;0;6.69;29154
+71092;43.93206;4.6086;45;20220619;32.6;17.9;25.3;3;17.83;0;6.81;29046
+71092;43.93206;4.6086;45;20220620;31.8;17;24.4;2.7;16.27;0;6.56;28750
+71092;43.93206;4.6086;45;20220621;30.9;19.9;25.4;2.4;21.63;2.5;5.12;22064
+71092;43.93206;4.6086;45;20220622;29.1;21.4;25.3;3;23.77;.7;4.64;20282
+71092;43.93206;4.6086;45;20220623;28.7;21.5;25.1;3.6;22.1;7.3;5.05;21202
+71092;43.93206;4.6086;45;20220624;28.5;18.8;23.7;2.1;20.1;7.1;4.76;22214
+71092;43.93206;4.6086;45;20220625;30.2;16.3;23.3;2.3;19.47;.7;5.63;27611
+71092;43.93206;4.6086;45;20220626;31.9;20.4;26.1;2.5;21.67;0;6.02;26763
+71092;43.93206;4.6086;45;20220627;30.7;19.9;25.3;4.5;17.7;0;6.51;23434
+71092;43.93206;4.6086;45;20220628;30.7;19.9;25.3;5.7;14.67;0;7.62;24866
+71092;43.93206;4.6086;45;20220629;32.9;19.6;26.3;3.1;15.53;.8;7.09;27573
+71092;43.93206;4.6086;45;20220630;28.8;18.5;23.7;3.2;19.6;0;5.04;21830
+71092;43.93206;4.6086;45;20220701;28;16.5;22.2;6.2;12.47;0;7.34;26291
+71092;43.93206;4.6086;45;20220702;34.7;17.7;26.2;3.3;11.83;0;8.05;30107
+71092;43.93206;4.6086;45;20220703;35.3;14.7;25;2;15.3;0;6.81;30013
+71092;43.93206;4.6086;45;20220704;36.1;21;28.6;3;18.87;1.2;7.29;27059
+71092;43.93206;4.6086;45;20220705;33.1;22.7;27.9;5.8;14.83;0;8.74;24957
+71092;43.93206;4.6086;45;20220706;32.7;22;27.4;6.1;11.6;0;9.28;24446
+71092;43.93206;4.6086;45;20220707;31.6;20.4;26;8;11.47;0;9.84;25324
+71092;43.93206;4.6086;45;20220708;30.9;20.7;25.8;8.1;13.2;0;9.3;25318
+71092;43.93206;4.6086;45;20220709;34.1;21.9;28;5.7;11.3;0;9.61;26369
+71092;43.93206;4.6086;45;20220710;33.9;23;28.5;6.2;12.43;0;9.72;25233
+71092;43.93206;4.6086;45;20220711;34.2;22.1;28.1;4;15.27;0;7.98;26556
+71092;43.93206;4.6086;45;20220712;35.8;17;26.4;1.9;18.73;0;6.7;29928
+71092;43.93206;4.6086;45;20220713;33.4;18.4;25.9;2.5;17.7;0;6.61;28334
+71092;43.93206;4.6086;45;20220714;34.2;17.4;25.8;2;20.83;.1;6.24;28719
+71092;43.93206;4.6086;45;20220715;38.6;19.7;29.2;3.3;18.83;0;8.26;29686
+71092;43.93206;4.6086;45;20220716;37.2;24;30.6;5.3;11.6;0;10.09;25978
+71092;43.93206;4.6086;45;20220717;37.3;23.1;30.2;3.9;14.37;0;8.78;27029
+71092;43.93206;4.6086;45;20220718;37.1;20.9;29;2.2;18.97;0;7.11;28604
+71092;43.93206;4.6086;45;20220719;35.1;19.7;27.4;2;21.17;0;6.31;27647
+71092;43.93206;4.6086;45;20220720;34.4;19.9;27.2;2.4;21.7;0;6.33;27088
+71092;43.93206;4.6086;45;20220721;37.5;24.3;30.9;4.2;15.8;0;8.7;25785
+71092;43.93206;4.6086;45;20220722;35.8;20.9;28.4;2.3;18.37;.1;6.72;26724
+71092;43.93206;4.6086;45;20220723;35.6;22.3;28.9;2.3;22.2;0;6.35;25585
+71092;43.93206;4.6086;45;20220724;37.3;24;30.6;3.6;17.27;0;8.08;25937
+71092;43.93206;4.6086;45;20220725;36.1;19.6;27.8;2.4;20.3;0;6.47;26103
+71092;43.93206;4.6086;45;20220726;33.3;23.6;28.5;5.5;14.87;0;8.38;23124
+71092;43.93206;4.6086;45;20220727;33.1;21.6;27.3;5.1;12.23;0;8.43;24111
+71092;43.93206;4.6086;45;20220728;33.7;19.2;26.5;2.5;12.57;0;6.46;24443
+71092;43.93206;4.6086;45;20220729;31.4;18.4;24.9;1.9;17.17;.8;5.11;22371
+71092;43.93206;4.6086;45;20220730;34.5;21.6;28.1;4.6;13.53;0;8.34;24938
+71092;43.93206;4.6086;45;20220731;36.7;23.2;29.9;4.2;12.47;0;8.75;25570
+71092;43.93206;4.6086;45;20220801;38.7;24.8;31.7;4.4;13.3;0;9.3;25517
+71092;43.93206;4.6086;45;20220802;37.9;25.5;31.7;4.4;14.93;0;8.96;24588
+71092;43.93206;4.6086;45;20220803;34.8;19.2;27;2.2;19;0;6.27;26712
+71092;43.93206;4.6086;45;20220804;35.7;19.1;27.4;2;21.9;0;6.08;26632
+71092;43.93206;4.6086;45;20220805;36.1;21.4;28.7;2.5;22.63;.1;6.3;25233
+71092;43.93206;4.6086;45;20220806;35.8;24.4;30.1;6;16.37;0;9.07;22984
+71092;43.93206;4.6086;45;20220807;35.3;23.7;29.5;4.8;13.9;0;8.47;23373
+71092;43.93206;4.6086;45;20220808;36.2;23.1;29.6;3.7;12.17;0;8.06;24435
+71092;43.93206;4.6086;45;20220809;37.4;18.8;28.1;2;14.3;0;6.62;26978
+71092;43.93206;4.6086;45;20220810;34.7;18;26.4;2.1;18.37;0;5.98;26080
+71092;43.93206;4.6086;45;20220811;34;18.4;26.2;2;19.67;0;5.71;25744
+71092;43.93206;4.6086;45;20220812;37.5;19.4;28.5;1.6;21.67;0;5.92;25718
+71092;43.93206;4.6086;45;20220813;33;20.5;26.8;2.4;24.63;.5;5.23;23179
+71092;43.93206;4.6086;45;20220814;28.9;22.2;25.6;2.2;22.55;9.7;3.91;16179
+71092;43.93206;4.6086;45;20220815;32.9;18.2;25.6;1.7;18.9;0;5.26;24342
+71092;43.93206;4.6086;45;20220816;32.7;17.4;25;2.6;18.9;1.2;5.57;24077
+71092;43.93206;4.6086;45;20220817;28.3;20.4;24.4;2.7;22;30.6;3.67;14852
+71092;43.93206;4.6086;45;20220818;26.9;16.4;21.6;3.3;17.07;0;4.06;16904
+71092;43.93206;4.6086;45;20220819;29.3;19.9;24.6;4.5;16.6;0;5.66;19337
+71092;43.93206;4.6086;45;20220820;31;21.2;26.1;5;16.63;0;6.49;20413
+71092;43.93206;4.6086;45;20220821;31.9;21.1;26.5;4.8;14.1;0;7.03;20486
+71092;43.93206;4.6086;45;20220822;31.4;21.2;26.3;5.2;14.07;0;7.22;20983
+71092;43.93206;4.6086;45;20220823;33;22.2;27.6;5.1;15.5;0;7.36;20809
+71092;43.93206;4.6086;45;20220824;32.3;20.4;26.4;2.4;17.2;0;5.39;21770
+71092;43.93206;4.6086;45;20220825;33.6;17.4;25.5;1.8;19.33;.4;5.04;23062
+71092;43.93206;4.6086;45;20220826;32.9;22.5;27.7;4.7;17.73;.1;6.68;19695
+71092;43.93206;4.6086;45;20220827;31.5;21;26.2;4.7;17.27;0;6.09;19014
+71092;43.93206;4.6086;45;20220828;33.2;19.6;26.4;2.2;17.3;0;5.21;21621
+71092;43.93206;4.6086;45;20220829;32.1;16.8;24.5;2;20.3;0;4.7;22313
+71092;43.93206;4.6086;45;20220830;30.1;22.1;26.1;2.3;24.47;1.3;3.7;15413
+71092;43.93206;4.6086;45;20220831;30.1;19.2;24.7;3.8;17.83;0;5.02;17949
+71092;43.93206;4.6086;45;20220901;33.2;20.5;26.8;3.2;15.13;0;5.88;20028
+71092;43.93206;4.6086;45;20220902;28;18.2;23.1;1.2;18.87;11;3.13;15250
+71092;43.93206;4.6086;45;20220903;28.4;19.1;23.8;1.6;21.13;0;3.43;16835
+71092;43.93206;4.6086;45;20220904;30.2;17.7;23.9;1.4;20.67;0;3.9;20017
+71092;43.93206;4.6086;45;20220905;30.7;19.5;25.1;1.9;22.27;.1;3.94;18528
+71092;43.93206;4.6086;45;20220906;28.8;19;23.9;2;23.13;11.4;2.99;13778
+71092;43.93206;4.6086;45;20220907;27.6;19;23.3;2.9;22.2;20.1;3.22;14401
+71092;43.93206;4.6086;45;20220908;27.8;16.8;22.3;2.1;17.73;.1;3.69;17672
+71092;43.93206;4.6086;45;20220909;27.3;14.8;21.1;2;15.37;.4;3.59;17335
+71092;43.93206;4.6086;45;20220910;26.7;13.4;20;2.3;13.6;0;3.85;19061
+71092;43.93206;4.6086;45;20220911;28.6;16.4;22.5;2.8;13.17;0;4.6;18740
+71092;43.93206;4.6086;45;20220912;28.5;13.1;20.8;1.5;17.73;0;3.39;18743
+71092;43.93206;4.6086;45;20220913;28;20.4;24.2;2.5;23.33;3.7;2.92;12589
+71092;43.93206;4.6086;45;20220914;28.6;20.4;24.5;2.8;21.67;3.2;3.41;13776
+71092;43.93206;4.6086;45;20220915;30.7;17.8;24.2;2.1;17.83;0;4.08;18584
+71092;43.93206;4.6086;45;20220916;26.8;17.6;22.2;3.2;15.67;.1;3.87;14958
+71092;43.93206;4.6086;45;20220917;20.6;14.6;17.6;6.6;9.33;0;4.82;14143
+71092;43.93206;4.6086;45;20220918;23.2;12.9;18.1;6.2;8.23;0;5.51;16794
+71092;43.93206;4.6086;45;20220919;23.7;14.3;19;6.5;8.5;0;5.76;16090
+71092;43.93206;4.6086;45;20220920;23.6;13.4;18.5;6.2;8.2;0;5.62;16245
+71092;43.93206;4.6086;45;20220921;25.2;14.1;19.6;4.6;9.43;0;5.01;16207
+71092;43.93206;4.6086;45;20220922;24.7;10.6;17.7;1.5;12.1;0;2.97;17616
+71092;43.93206;4.6086;45;20220923;23.8;12.5;18.1;1.7;15.13;38.1;2.52;14519
+71092;43.93206;4.6086;45;20220924;20.6;15.2;17.9;2.6;16.73;10.6;2.02;10799
+71092;43.93206;4.6086;45;20220925;23;13.7;18.4;2.3;14.3;.1;2.81;15328
+71092;43.93206;4.6086;45;20220926;22.4;12.6;17.5;3.2;11.87;.1;3.21;14578
+71092;43.93206;4.6086;45;20220927;20.6;12.2;16.4;3.1;11.3;0;2.92;13885
+71092;43.93206;4.6086;45;20220928;23.4;13.4;18.4;2.7;13.57;0;2.94;14451
+71092;43.93206;4.6086;45;20220929;22;14.8;18.4;2.9;12.13;.5;3.02;12876
+71092;43.93206;4.6086;45;20220930;17.7;12.6;15.1;5.1;10.2;0;2.99;9813
+71092;43.93206;4.6086;45;20221001;22.1;7.4;14.7;1.8;11.67;.1;2.31;14171
+71092;43.93206;4.6086;45;20221002;28.3;11.3;19.8;2.2;14.2;0;3.35;17156
+71092;43.93206;4.6086;45;20221003;24.3;16.2;20.3;5.1;13.7;0;3.89;12006
+71092;43.93206;4.6086;45;20221004;26.5;11.1;18.8;1.8;14.7;.1;2.8;16473
+71092;43.93206;4.6086;45;20221005;24.3;14;19.2;1.3;17.3;.2;2.03;12118
+71092;43.93206;4.6086;45;20221006;26;11.4;18.7;1.5;15.17;0;2.51;15535
+71092;43.93206;4.6086;45;20221007;24.9;11.9;18.4;1;15.17;.8;2.12;14175
+71092;43.93206;4.6086;45;20221008;21;14;17.5;2.1;15.23;0;1.81;8732
+71092;43.93206;4.6086;45;20221009;21.1;15;18;2.3;14.17;.2;2.05;8619
+71092;43.93206;4.6086;45;20221010;25.2;13.4;19.3;1.1;16.17;.1;1.96;12246
+71092;43.93206;4.6086;45;20221011;24.8;11;17.9;1.3;15;0;2.08;13956
+71092;43.93206;4.6086;45;20221012;24.8;14.5;19.7;1.6;15.63;.3;2.18;12089
+71092;43.93206;4.6086;45;20221013;22.7;10.7;16.7;1.1;14.7;1;1.68;11414
+71092;43.93206;4.6086;45;20221014;24.3;14.3;19.3;1.1;15.73;.1;1.78;10684
+71092;43.93206;4.6086;45;20221015;26;9.5;17.7;1.2;14.37;0;2.09;14558
+71092;43.93206;4.6086;45;20221016;24.8;14;19.4;2.3;16.9;0;2.09;10820
+71092;43.93206;4.6086;45;20221017;24.5;12.9;18.7;1.7;16.3;.3;1.88;11231
+71092;43.93206;4.6086;45;20221018;24.7;12.7;18.7;1;16.5;.2;1.7;12203
+71092;43.93206;4.6086;45;20221019;23.1;12.2;17.7;.8;16.9;.1;1.36;9592
+71092;43.93206;4.6086;45;20221020;21.8;17.2;19.5;3.2;18.67;4.2;1.53;5811
+71092;43.93206;4.6086;45;20221021;24;18.5;21.2;5.4;19.93;3.9;2.26;7011
+71092;43.93206;4.6086;45;20221022;25.4;18.5;21.9;2.3;19.8;0;1.91;8087
+71092;43.93206;4.6086;45;20221023;25.4;17.5;21.5;2.6;18.67;0;2.04;7772
+71092;43.93206;4.6086;45;20221024;25.2;19.3;22.3;3.1;19.27;.5;2.26;8195
+71092;43.93206;4.6086;45;20221025;24.8;14.3;19.5;1.8;18.03;.1;1.68;10237
+71092;43.93206;4.6086;45;20221026;25.4;14.3;19.9;1.3;17.33;.1;1.61;9848
+71092;43.93206;4.6086;45;20221027;24.9;16;20.5;1.1;18.3;.1;1.51;9784
+71092;43.93206;4.6086;45;20221028;25;13.7;19.3;1;16.33;.2;1.49;10629
+71092;43.93206;4.6086;45;20221029;25.2;11.4;18.3;1;14.5;.2;1.46;10991
+71092;43.93206;4.6086;45;20221030;24.3;10.3;17.3;1;15.37;0;1.34;10779
+71092;43.93206;4.6086;45;20221031;23;13.3;18.2;3;16.7;27.2;1.65;8332
+71092;43.93206;4.6086;45;20221101;24.4;16.7;20.5;3.2;17.63;.9;2.07;8517
+71092;43.93206;4.6086;45;20221102;21.1;12.2;16.7;1.9;12.7;.1;1.61;9176
+71092;43.93206;4.6086;45;20221103;15.9;7.3;11.6;2;12.57;21;.81;6051
+71092;43.93206;4.6086;45;20221104;15.4;7.4;11.4;3.4;9.6;0;1.52;7110
+71092;43.93206;4.6086;45;20221105;15.1;9.2;12.2;6.2;8.3;0;2.52;8058
+71092;43.93206;4.6086;45;20221106;19.6;7;13.3;2.2;9.13;.1;1.69;9929
+71092;43.93206;4.6086;45;20221107;20.5;3.6;12.1;1;9.8;0;1.09;10752
+71092;43.93206;4.6086;45;20221108;18.2;7.1;12.7;2.3;12.57;3.4;1.02;6620
+71092;43.93206;4.6086;45;20221109;20.2;16.2;18.2;3.6;15.73;19.9;1.65;4534
+71092;43.93206;4.6086;45;20221110;18;13.1;15.5;3.7;12.57;0;1.7;6993
+71092;43.93206;4.6086;45;20221111;21.2;9.4;15.3;1.3;11.87;.1;1.18;8962
+71092;43.93206;4.6086;45;20221112;20.8;6.7;13.7;1;12.03;.1;.95;9391
+71092;43.93206;4.6086;45;20221113;17.5;10.5;14;1.1;12.5;0;.84;5827
+71092;43.93206;4.6086;45;20221114;16.4;9.2;12.8;2.1;12.33;10.4;.91;5133
+71092;43.93206;4.6086;45;20221115;17.4;12.8;15.1;2.3;14.03;5.6;1;4030
+71092;43.93206;4.6086;45;20221116;19.6;9.8;14.7;1.8;12.2;0;1.12;7859
+71092;43.93206;4.6086;45;20221117;17.7;9.3;13.5;1.1;12.9;1.4;.73;6243
+71092;43.93206;4.6086;45;20221118;15.9;8.5;12.2;2.5;9.7;0;1.26;6852
+71092;43.93206;4.6086;45;20221119;13.9;7.8;10.9;5.8;7.87;0;2.1;6519
+71092;43.93206;4.6086;45;20221120;13.8;6.9;10.4;4.4;7.4;0;1.85;6697
+71092;43.93206;4.6086;45;20221121;9.4;5.3;7.3;2.1;8.73;5;.63;3849
+71092;43.93206;4.6086;45;20221122;14.4;5.8;10.1;2.7;8.23;.6;1.22;7267
+71092;43.93206;4.6086;45;20221123;12.3;5;8.7;1.3;9.23;.3;.6;5266
+71092;43.93206;4.6086;45;20221124;16.5;4.2;10.4;1.7;8.7;0;.93;7989
+71092;43.93206;4.6086;45;20221125;17.1;6.7;11.9;3;9.8;4.5;1.28;6819
+71092;43.93206;4.6086;45;20221126;14.1;9.2;11.6;5.8;8.23;0;2.18;5110
+71092;43.93206;4.6086;45;20221127;14.6;2.9;8.7;1.4;8.6;2.9;.67;6971
+71092;43.93206;4.6086;45;20221128;9.5;6.7;8.1;2.4;9.87;25.6;.53;2831
+71092;43.93206;4.6086;45;20221129;11.7;3.4;7.5;3.3;8.47;0;.76;6354
+71092;43.93206;4.6086;45;20221130;12.3;5.3;8.8;4.1;8.4;.1;1.16;5731
+71092;43.93206;4.6086;45;20221201;11.2;7.1;9.1;4;8;0;1.33;4095
+71092;43.93206;4.6086;45;20221202;7.7;5.7;6.7;2.1;7.57;1.3;.74;2397
+71092;43.93206;4.6086;45;20221203;7.7;5;6.3;2.3;9.1;12.3;.39;2568
+71092;43.93206;4.6086;45;20221204;12.1;6.7;9.4;1.8;10.13;9.2;.56;4208
+71092;43.93206;4.6086;45;20221205;10.7;3.8;7.2;1.9;8.27;.1;.6;4825
+71092;43.93206;4.6086;45;20221206;10.3;1.9;6.1;2.4;6.9;.1;.75;6310
+71092;43.93206;4.6086;45;20221207;7.9;2.9;5.4;6;6.35;0;1.29;4394
+71092;43.93206;4.6086;45;20221208;6.4;-1.3;2.5;1.6;6.85;32.5;.29;5460
+71092;43.93206;4.6086;45;20221209;11.3;5.4;8.3;2.5;9.63;.2;.54;4866
+71092;43.93206;4.6086;45;20221210;7.2;4.6;5.9;5.2;6.23;0;1.24;4292
+71092;43.93206;4.6086;45;20221211;5.7;.3;3;5.2;4.23;0;1.37;4771
+71092;43.93206;4.6086;45;20221212;5.8;-2.5;1.6;1.8;5.23;7.2;.49;5159
+71092;43.93206;4.6086;45;20221213;7;1.4;4.2;1.9;8;8.5;.29;3347
+71092;43.93206;4.6086;45;20221214;10.6;6;8.3;1.3;10.6;.1;.32;3499
+71092;43.93206;4.6086;45;20221215;10.3;8.8;9.6;2.3;11.07;25.7;.49;1588
+71092;43.93206;4.6086;45;20221216;9.4;5.8;7.6;4.6;8;0;.98;4264
+71092;43.93206;4.6086;45;20221217;6.9;2.3;4.6;5.4;5.27;0;1.33;5080
+71092;43.93206;4.6086;45;20221218;11.5;-.5;5.5;1.6;7.13;0;.54;5532
+71092;43.93206;4.6086;45;20221219;15.1;7.8;11.4;3.1;11.23;1.4;.83;4189
+71092;43.93206;4.6086;45;20221220;16;12.3;14.1;3.5;13.2;3.6;.99;3042
+71092;43.93206;4.6086;45;20221221;16.4;12.9;14.7;1.8;13.2;1.4;.79;3713
+71092;43.93206;4.6086;45;20221222;11.7;5.8;8.7;1.2;10.9;0;.36;3223
+71092;43.93206;4.6086;45;20221223;17.9;8.4;13.2;1.5;12.23;0;.66;5257
+71092;43.93206;4.6086;45;20221224;18.9;7.3;13.1;1.1;11.2;.1;.59;6274
+71092;43.93206;4.6086;45;20221225;15.1;4.5;9.8;1;10.63;0;.4;4790
+71092;43.93206;4.6086;45;20221226;17.6;11.6;14.6;1.2;12.23;0;.7;4829
+71092;43.93206;4.6086;45;20221227;16;6.6;11.3;2.2;9.57;0;.87;6359
+71092;43.93206;4.6086;45;20221228;13.9;1.6;7.8;1.1;8.57;0;.42;6091
+71092;43.93206;4.6086;45;20221229;15.3;9.1;12.2;1.9;11.3;0;.73;4679
+71092;43.93206;4.6086;45;20221230;14.4;7.7;11;1;11.63;.2;.42;4813
+71092;43.93206;4.6086;45;20221231;15.5;7.1;11.3;1.6;11.4;0;.59;4274
+71093;43.9478;4.91869;26;20220101;8.3;5.8;7;1.1;9.8;.1;.36;1403
+71093;43.9478;4.91869;26;20220102;10.3;7.7;9;1;10;0;.51;1460
+71093;43.9478;4.91869;26;20220103;14.3;6.7;10.5;1.5;9.4;.1;.68;5130
+71093;43.9478;4.91869;26;20220104;11.8;3.3;7.5;1.4;9.5;1;.4;4762
+71093;43.9478;4.91869;26;20220105;8.1;6.7;7.4;11.4;6.3;0;2.3;3429
+71093;43.9478;4.91869;26;20220106;7.8;4.6;6.2;11.9;5.3;0;2.48;4368
+71093;43.9478;4.91869;26;20220107;9.5;-2.9;3.3;3.4;5.2;0;1.05;6441
+71093;43.9478;4.91869;26;20220108;11.6;.6;6.1;2.5;7;.1;.83;5859
+71093;43.9478;4.91869;26;20220109;11;3.6;7.3;2.4;7.1;0;.94;4453
+71093;43.9478;4.91869;26;20220110;9.1;3.9;6.5;8.7;6.5;0;1.73;4966
+71093;43.9478;4.91869;26;20220111;7.5;2.9;5.2;8.1;5.4;0;1.82;5123
+71093;43.9478;4.91869;26;20220112;8.6;-4.8;1.9;5.1;4.8;0;1.25;7561
+71093;43.9478;4.91869;26;20220113;9.5;-4.8;2.3;2.1;4.5;0;.86;7827
+71093;43.9478;4.91869;26;20220114;9.6;-6.9;1.3;.9;4.5;.1;.46;8356
+71093;43.9478;4.91869;26;20220115;10.8;-6.3;2.2;1;4.5;0;.55;8560
+71093;43.9478;4.91869;26;20220116;13.4;-6;3.7;4.9;4.2;.1;2.11;9091
+71093;43.9478;4.91869;26;20220117;10.4;4.7;7.5;9.5;6.2;0;2.32;5862
+71093;43.9478;4.91869;26;20220118;11.4;3.4;7.4;4;5.8;0;1.65;6665
+71093;43.9478;4.91869;26;20220119;9.3;-3.6;2.8;1.3;6.2;0;.53;5592
+71093;43.9478;4.91869;26;20220120;9.6;.3;4.9;10.9;6.1;0;1.76;7199
+71093;43.9478;4.91869;26;20220121;7.8;3.6;5.7;10.9;4.9;0;2.51;5567
+71093;43.9478;4.91869;26;20220122;8.5;1.4;4.9;7.4;5;0;1.97;6707
+71093;43.9478;4.91869;26;20220123;10.6;1.3;5.9;2.8;5.4;0;1.28;7467
+71093;43.9478;4.91869;26;20220124;12.6;-4.7;3.9;.9;5.3;0;.64;9211
+71093;43.9478;4.91869;26;20220125;8.7;-4.5;2.1;.8;6.24;0;.58;9147
+71093;43.9478;4.91869;26;20220126;14.4;-3.7;5.3;3.1;5.37;0;1.49;9953
+71093;43.9478;4.91869;26;20220127;10.9;-4.9;3;2.9;4.6;0;1.29;9562
+71093;43.9478;4.91869;26;20220128;10.3;.6;5.4;10.6;5.6;0;2.24;8085
+71093;43.9478;4.91869;26;20220129;12.3;4.2;8.2;8.5;5.6;0;2.85;7346
+71093;43.9478;4.91869;26;20220130;13.3;5.9;9.6;13.8;7.5;0;2.88;7469
+71093;43.9478;4.91869;26;20220131;13.6;7.5;10.5;11.5;6.7;0;3.45;7130
+71093;43.9478;4.91869;26;20220201;10.8;5.1;7.9;14.4;5.4;0;3.39;7110
+71093;43.9478;4.91869;26;20220202;15.2;7.6;11.4;11.1;8.4;0;2.97;7810
+71093;43.9478;4.91869;26;20220203;16;8.2;12.1;3.2;8.7;0;1.76;7402
+71093;43.9478;4.91869;26;20220204;14.3;5.9;10.1;3.2;8.4;0;1.48;8082
+71093;43.9478;4.91869;26;20220205;13.3;8;10.6;9.3;6.6;0;3.26;7344
+71093;43.9478;4.91869;26;20220206;13.5;3.5;8.5;5.5;5.9;0;2.42;9236
+71093;43.9478;4.91869;26;20220207;13.3;2.5;7.9;9;6;0;2.82;9344
+71093;43.9478;4.91869;26;20220208;15.1;5.6;10.3;4;4.7;0;2.76;9325
+71093;43.9478;4.91869;26;20220209;15.9;-3.2;6.3;1.8;7.2;0;1.23;11015
+71093;43.9478;4.91869;26;20220210;16.2;5.5;10.8;1.2;8;0;1.19;8966
+71093;43.9478;4.91869;26;20220211;13.3;.3;6.8;6.9;6.7;0;2.09;10532
+71093;43.9478;4.91869;26;20220212;15.4;2.2;8.8;2.7;6.2;0;1.86;10659
+71093;43.9478;4.91869;26;20220213;14.9;.7;7.8;4.2;7;1.9;1.91;9501
+71093;43.9478;4.91869;26;20220214;11.8;9.6;10.7;3.6;9.5;13.8;1.31;2503
+71093;43.9478;4.91869;26;20220215;12.6;2.4;7.5;3.4;6.8;0;1.63;10113
+71093;43.9478;4.91869;26;20220216;11.7;.2;5.9;.7;8;.9;.77;7733
+71093;43.9478;4.91869;26;20220217;21.3;3.8;12.5;3.1;9.9;0;2.26;13141
+71093;43.9478;4.91869;26;20220218;21.2;2.9;12;1.8;9.7;0;1.83;13601
+71093;43.9478;4.91869;26;20220219;13.6;5.6;9.6;7.8;6.4;0;2.99;8230
+71093;43.9478;4.91869;26;20220220;16.1;7.1;11.6;6.4;6.7;0;3.32;10799
+71093;43.9478;4.91869;26;20220221;16.3;3.9;10.1;5.6;7;.1;2.79;10492
+71093;43.9478;4.91869;26;20220222;14.8;7.3;11;10.7;7;0;3.66;10429
+71093;43.9478;4.91869;26;20220223;19.9;9.9;14.9;4.7;8.2;0;3.4;11661
+71093;43.9478;4.91869;26;20220224;15.9;1.7;8.8;2.1;8.7;0;1.42;9624
+71093;43.9478;4.91869;26;20220225;12.5;3.1;7.8;10.2;5.9;0;3.06;11487
+71093;43.9478;4.91869;26;20220226;14.6;4.6;9.6;4.7;5.4;0;2.92;11399
+71093;43.9478;4.91869;26;20220227;15.7;-3.5;6.1;2.6;5.9;0;2.01;14309
+71093;43.9478;4.91869;26;20220228;15.8;0;7.9;2.3;6.9;0;1.9;14308
+71093;43.9478;4.91869;26;20220301;15.3;-.7;7.3;2.1;6.4;0;1.87;14496
+71093;43.9478;4.91869;26;20220302;13.6;1.8;7.7;2.2;7.1;0;1.59;10586
+71093;43.9478;4.91869;26;20220303;16.7;-.6;8;1.3;7.3;0;1.72;15764
+71093;43.9478;4.91869;26;20220304;17.8;-.4;8.7;6.4;5.7;0;3.69;16267
+71093;43.9478;4.91869;26;20220305;15.6;3.1;9.3;4.8;3.8;0;3.64;14347
+71093;43.9478;4.91869;26;20220306;14;-2.6;5.7;2.5;4.2;0;2.28;15282
+71093;43.9478;4.91869;26;20220307;13.5;-4.5;4.5;1.8;4.6;0;1.92;16803
+71093;43.9478;4.91869;26;20220308;13.3;-2.5;5.4;1.8;6;0;1.68;14199
+71093;43.9478;4.91869;26;20220309;14.7;2.4;8.5;1.1;7.6;0;1.57;13155
+71093;43.9478;4.91869;26;20220310;15.2;2.4;8.8;3.5;8.7;.1;1.87;12979
+71093;43.9478;4.91869;26;20220311;14.7;9.3;12;4.4;8;.1;2.47;6312
+71093;43.9478;4.91869;26;20220312;14.6;11.5;13;6.7;6.7;0;3.67;4622
+71093;43.9478;4.91869;26;20220313;13.4;10.7;12;7.1;7.8;4.1;2.98;4309
+71093;43.9478;4.91869;26;20220314;18;5.8;11.9;3.8;9.7;.1;2.38;12255
+71093;43.9478;4.91869;26;20220315;17.9;13.3;15.6;3.6;8.9;0;3.06;9993
+71093;43.9478;4.91869;26;20220316;17.4;4.6;11;.8;9.9;0;1.85;15704
+71093;43.9478;4.91869;26;20220317;16.4;6.6;11.5;3.3;10.8;.1;1.88;12011
+71093;43.9478;4.91869;26;20220318;16.7;9.7;13.2;3.9;10.2;1;2.42;11588
+71093;43.9478;4.91869;26;20220319;16.7;4.4;10.5;1.1;9.1;0;2;16468
+71093;43.9478;4.91869;26;20220320;15.4;4.1;9.7;3.3;6.7;.3;2.46;10576
+71093;43.9478;4.91869;26;20220321;17.4;11.1;14.2;3.2;6.3;0;3.25;10050
+71093;43.9478;4.91869;26;20220322;17.9;-1.8;8;2.2;5.6;0;2.84;19831
+71093;43.9478;4.91869;26;20220323;18.5;-2;8.2;1.8;6.3;0;2.68;20026
+71093;43.9478;4.91869;26;20220324;20.9;-1.3;9.8;1.7;5.9;0;2.99;20220
+71093;43.9478;4.91869;26;20220325;20.9;-1.3;9.8;1.8;5.9;0;3.07;20414
+71093;43.9478;4.91869;26;20220326;21.8;.1;10.9;2.3;7.2;0;3.33;20607
+71093;43.9478;4.91869;26;20220327;20.1;3.8;11.9;1.5;7.6;0;2.78;18818
+71093;43.9478;4.91869;26;20220328;22.9;2.9;12.9;1.3;6.5;0;3.13;20993
+71093;43.9478;4.91869;26;20220329;20.6;4.3;12.4;2.3;8.3;4;3.1;18416
+71093;43.9478;4.91869;26;20220330;14.5;9.8;12.1;2.1;11.2;.7;1.86;12289
+71093;43.9478;4.91869;26;20220331;18.6;7.2;12.9;6.1;8.9;1.2;3.68;16934
+71093;43.9478;4.91869;26;20220401;9.5;3.8;6.6;7.6;6.1;.3;2.38;10019
+71093;43.9478;4.91869;26;20220402;7.8;3.5;5.6;11.6;4.9;0;2.91;10232
+71093;43.9478;4.91869;26;20220403;10.1;2.1;6.1;8.6;5.3;0;2.91;14936
+71093;43.9478;4.91869;26;20220404;14.9;2.5;8.7;4.6;5.5;0;3.47;19645
+71093;43.9478;4.91869;26;20220405;19.4;1.7;10.5;3.2;6;0;3.84;22503
+71093;43.9478;4.91869;26;20220406;17.9;1.6;9.7;1.7;7.8;0;2.73;19913
+71093;43.9478;4.91869;26;20220407;18.9;3.6;11.2;2.9;9.9;0;2.67;16706
+71093;43.9478;4.91869;26;20220408;23.2;10.8;17;3.6;10.8;0;4;17478
+71093;43.9478;4.91869;26;20220409;15.3;9.7;12.5;8;6.1;0;4.63;15032
+71093;43.9478;4.91869;26;20220410;19.5;4.7;12.1;3.6;6.6;0;4.08;21995
+71093;43.9478;4.91869;26;20220411;18.5;4;11.2;3.4;7.6;0;3.15;14880
+71093;43.9478;4.91869;26;20220412;22.7;5.3;14;2.5;8.7;0;3.99;23233
+71093;43.9478;4.91869;26;20220413;22.5;5;13.7;1.6;9.6;0;3.57;23746
+71093;43.9478;4.91869;26;20220414;26;4.7;15.3;2.4;10.1;0;4.35;24119
+71093;43.9478;4.91869;26;20220415;27.2;8.8;18;5;11.4;0;5.64;24219
+71093;43.9478;4.91869;26;20220416;26;16.5;21.2;9.7;10.2;0;7.73;19732
+71093;43.9478;4.91869;26;20220417;23.2;8.5;15.8;3.9;8.3;0;4.89;22448
+71093;43.9478;4.91869;26;20220418;24.4;5.7;15;1.8;8.8;0;4.14;24799
+71093;43.9478;4.91869;26;20220419;25.2;4.2;14.7;2.5;9.1;0;4.5;24966
+71093;43.9478;4.91869;26;20220420;16.9;9.9;13.4;2;12.6;9.1;1.9;10776
+71093;43.9478;4.91869;26;20220421;19.5;11.7;15.6;2;13.5;2.3;2.46;13598
+71093;43.9478;4.91869;26;20220422;22.1;9.3;15.7;3;12.1;0;3.83;22390
+71093;43.9478;4.91869;26;20220423;17.5;13;15.2;5.2;11.4;13.5;2.85;8640
+71093;43.9478;4.91869;26;20220424;17.2;8.7;12.9;1.8;11.2;.1;2.34;14036
+71093;43.9478;4.91869;26;20220425;21.7;5.5;13.6;2.6;10.5;0;3.91;25063
+71093;43.9478;4.91869;26;20220426;23.8;6.4;15.1;3.4;10.2;0;4.69;26078
+71093;43.9478;4.91869;26;20220427;24;8.6;16.3;2.8;10.7;0;4.55;25105
+71093;43.9478;4.91869;26;20220428;26.4;8.2;17.3;1.7;11.3;0;4.54;26378
+71093;43.9478;4.91869;26;20220429;24.6;6.9;15.7;2.2;10.6;0;4.5;26525
+71093;43.9478;4.91869;26;20220430;24.5;11.3;17.9;5.6;9.6;0;5.9;23439
+71093;43.9478;4.91869;26;20220501;24;12.6;18.3;5.9;8.7;0;6.25;23102
+71093;43.9478;4.91869;26;20220502;25;6.8;15.9;2.1;9.7;0;4.68;26954
+71093;43.9478;4.91869;26;20220503;24;10.3;17.1;1.7;12.3;3;3.97;22785
+71093;43.9478;4.91869;26;20220504;25.8;8.2;17;1.3;12.3;2.4;4.29;26171
+71093;43.9478;4.91869;26;20220505;21;13.2;17.1;6.8;12.2;.5;4.36;17584
+71093;43.9478;4.91869;26;20220506;19.9;13.5;16.7;9.6;11;0;5.01;18508
+71093;43.9478;4.91869;26;20220507;24.9;14.6;19.7;5.4;11.8;0;5.73;22309
+71093;43.9478;4.91869;26;20220508;24.8;8.6;16.7;1.4;13.3;4.8;3.9;23313
+71093;43.9478;4.91869;26;20220509;27.1;12;19.5;1.2;14.3;.2;4.22;23454
+71093;43.9478;4.91869;26;20220510;27.8;11.3;19.5;1.7;13.4;.1;4.91;26876
+71093;43.9478;4.91869;26;20220511;27;10.4;18.7;3;11.9;0;5.49;27718
+71093;43.9478;4.91869;26;20220512;27.3;10.7;19;2.3;11.8;0;5.31;27838
+71093;43.9478;4.91869;26;20220513;28.2;10.6;19.4;1.7;12.5;0;5.08;27532
+71093;43.9478;4.91869;26;20220514;30.8;11.8;21.3;2.2;15.3;0;5.67;28461
+71093;43.9478;4.91869;26;20220515;28.2;13.2;20.7;2.2;14.4;0;5.27;27006
+71093;43.9478;4.91869;26;20220516;29.5;12;20.7;1.9;12.4;0;5.59;28677
+71093;43.9478;4.91869;26;20220517;31.1;12;21.5;1.6;15.2;0;5.48;28537
+71093;43.9478;4.91869;26;20220518;32.7;13.3;23;1.9;16.3;0;5.92;28883
+71093;43.9478;4.91869;26;20220519;31.2;14.4;22.8;2.2;15.8;0;5.72;27095
+71093;43.9478;4.91869;26;20220520;29.7;12;20.8;2.2;13.4;0;5.77;29078
+71093;43.9478;4.91869;26;20220521;32.5;12.6;22.5;1.6;15;0;5.81;29172
+71093;43.9478;4.91869;26;20220522;31.8;14.8;23.3;2;17.7;.1;5.9;29136
+71093;43.9478;4.91869;26;20220523;28.8;14.9;21.8;2.1;16.4;0;5.14;25540
+71093;43.9478;4.91869;26;20220524;26.4;17.7;22;4.5;11.7;.1;6.12;21238
+71093;43.9478;4.91869;26;20220525;27.3;17.1;22.2;8.7;10.6;0;8.06;20118
+71093;43.9478;4.91869;26;20220526;29;18;23.5;9.4;10.7;0;9.32;24526
+71093;43.9478;4.91869;26;20220527;30.8;18.7;24.7;9;12.8;0;9.2;23571
+71093;43.9478;4.91869;26;20220528;27.3;17.6;22.4;13;10.8;0;9.56;24361
+71093;43.9478;4.91869;26;20220529;25.8;15.7;20.7;9.7;7.3;0;9.15;24754
+71093;43.9478;4.91869;26;20220530;27.4;9.5;18.4;1.5;8.6;0;5.39;29887
+71093;43.9478;4.91869;26;20220531;28.6;14.7;21.6;2.1;12.3;0;5.34;24439
+71093;43.9478;4.91869;26;20220601;32.2;11.8;22;1.7;13.2;0;6.04;30014
+71093;43.9478;4.91869;26;20220602;30.9;13.3;22.1;2.2;15.7;0;6.05;30073
+71093;43.9478;4.91869;26;20220603;32.7;18.5;25.6;1.7;17.4;0;5.92;27249
+71093;43.9478;4.91869;26;20220604;33.4;16.8;25.1;2.1;17.6;0;6.38;29109
+71093;43.9478;4.91869;26;20220605;33.3;17;25.1;2.2;17.7;.2;6.45;29266
+71093;43.9478;4.91869;26;20220606;33.3;18.5;25.9;3.6;14.9;1;7.49;28420
+71093;43.9478;4.91869;26;20220607;31.5;17;24.2;4;14.8;0;7.13;27829
+71093;43.9478;4.91869;26;20220608;27.7;17.2;22.4;3.4;12.2;0;5.61;19935
+71093;43.9478;4.91869;26;20220609;25.9;17.4;21.6;8.6;12.1;0;7.45;23441
+71093;43.9478;4.91869;26;20220610;29.8;17.3;23.5;10.2;10.2;0;10.18;27197
+71093;43.9478;4.91869;26;20220611;34.7;19.1;26.9;4.3;11.4;0;8.87;29444
+71093;43.9478;4.91869;26;20220612;36;14.6;25.3;2.3;13.2;0;7.27;30495
+71093;43.9478;4.91869;26;20220613;33.7;17.7;25.7;5.2;15.3;0;8.22;27462
+71093;43.9478;4.91869;26;20220614;36.1;19.9;28;4.4;11.9;0;9.32;29923
+71093;43.9478;4.91869;26;20220615;34.8;19.6;27.2;2.1;15.8;0;6.89;29264
+71093;43.9478;4.91869;26;20220616;38;15.8;26.9;2.5;15.7;0;7.7;30577
+71093;43.9478;4.91869;26;20220617;38.9;25.2;32;5.5;14;0;10.84;28115
+71093;43.9478;4.91869;26;20220618;36.3;18.7;27.5;2.4;17.4;0;7.38;30600
+71093;43.9478;4.91869;26;20220619;34.4;17.2;25.8;3.6;15.3;0;7.86;30606
+71093;43.9478;4.91869;26;20220620;33.5;17.6;25.5;3.2;13.3;0;7.55;29614
+71093;43.9478;4.91869;26;20220621;31.4;18.8;25.1;2.1;17.7;2.1;5.94;26836
+71093;43.9478;4.91869;26;20220622;30.3;22.2;26.2;3.4;21.5;.3;5.2;19358
+71093;43.9478;4.91869;26;20220623;29.6;20.5;25;4.2;19;4.6;5.82;21851
+71093;43.9478;4.91869;26;20220624;28.9;19.5;24.2;2.8;19;9.7;5.14;22109
+71093;43.9478;4.91869;26;20220625;31.9;17;24.4;2.7;17;0;6.39;28162
+71093;43.9478;4.91869;26;20220626;34.3;19.2;26.7;2.5;18;0;6.86;28783
+71093;43.9478;4.91869;26;20220627;31.5;19.7;25.6;6.2;17.6;0;7.54;25320
+71093;43.9478;4.91869;26;20220628;30.4;19.5;24.9;8.1;14.8;0;8.38;24090
+71093;43.9478;4.91869;26;20220629;33.6;16.5;25;3.2;15.2;.3;7.4;30468
+71093;43.9478;4.91869;26;20220630;30.4;18.1;24.2;4.3;17.1;0;6.57;26168
+71093;43.9478;4.91869;26;20220701;28.1;16.6;22.3;8.3;12.2;0;8.16;26427
+71093;43.9478;4.91869;26;20220702;35.3;16.9;26.1;3.3;11.2;0;8.21;30403
+71093;43.9478;4.91869;26;20220703;36.7;15.5;26.1;2.2;13.4;0;7.3;30366
+71093;43.9478;4.91869;26;20220704;36.2;19.9;28;4.2;18;1.3;8.31;28992
+71093;43.9478;4.91869;26;20220705;33.6;23;28.3;8.3;13.9;0;10.48;25393
+71093;43.9478;4.91869;26;20220706;32.4;21.6;27;10;11.1;0;11.4;25688
+71093;43.9478;4.91869;26;20220707;31.8;20.3;26;12;11.4;0;11.64;26200
+71093;43.9478;4.91869;26;20220708;32.3;19.9;26.1;11.2;13.6;0;10.8;26843
+71093;43.9478;4.91869;26;20220709;33.9;21;27.4;7.6;11.9;0;10.57;27163
+71093;43.9478;4.91869;26;20220710;34;22.5;28.2;8.2;12.9;0;10.79;26051
+71093;43.9478;4.91869;26;20220711;34.4;20.3;27.3;4;14.6;0;8.08;27911
+71093;43.9478;4.91869;26;20220712;36.8;17.4;27.1;1.9;17;0;6.89;29893
+71093;43.9478;4.91869;26;20220713;35.2;19.2;27.2;2;17.9;0;6.68;29069
+71093;43.9478;4.91869;26;20220714;36.1;17.9;27;1.7;18.6;0;6.57;29627
+71093;43.9478;4.91869;26;20220715;38.5;19.8;29.1;3.9;18.1;0;8.61;28879
+71093;43.9478;4.91869;26;20220716;37;23.6;30.3;7.7;11.3;0;12.06;27082
+71093;43.9478;4.91869;26;20220717;37.6;23.2;30.4;4;14.6;0;8.92;27704
+71093;43.9478;4.91869;26;20220718;38.8;20.1;29.4;1.8;19.8;0;7.02;29446
+71093;43.9478;4.91869;26;20220719;37.5;20.9;29.2;2.4;20.5;0;7.22;28986
+71093;43.9478;4.91869;26;20220720;37;20.5;28.7;2.5;20.2;0;7.17;28834
+71093;43.9478;4.91869;26;20220721;37.5;24.3;30.9;6;14.9;0;10.34;26543
+71093;43.9478;4.91869;26;20220722;37.5;18;27.7;2;16.2;0;6.95;29092
+71093;43.9478;4.91869;26;20220723;36.8;22.4;29.6;2.5;20.4;0;6.55;24056
+71093;43.9478;4.91869;26;20220724;37.9;24;30.9;4.5;16.5;0;9.08;26758
+71093;43.9478;4.91869;26;20220725;37.5;19.6;28.5;2.5;18.7;.1;7.12;27849
+71093;43.9478;4.91869;26;20220726;32.9;23.8;28.3;9.4;15;0;10.28;22973
+71093;43.9478;4.91869;26;20220727;33.7;21.6;27.6;8.1;12.3;0;10.49;25207
+71093;43.9478;4.91869;26;20220728;35.3;16.1;25.7;2.6;13.1;0;7.05;28288
+71093;43.9478;4.91869;26;20220729;30.8;18.9;24.8;2.7;16.9;1.1;5.45;21961
+71093;43.9478;4.91869;26;20220730;34.8;21.9;28.3;6.3;13.1;0;9.66;25465
+71093;43.9478;4.91869;26;20220731;36.9;18.7;27.8;4.4;12.1;0;9.02;28142
+71093;43.9478;4.91869;26;20220801;38.5;24.9;31.7;5.1;12.8;0;10.05;25721
+71093;43.9478;4.91869;26;20220802;38;25.1;31.5;5.6;14.8;0;10.02;25135
+71093;43.9478;4.91869;26;20220803;36.6;19.2;27.9;2.2;18.3;0;6.67;27781
+71093;43.9478;4.91869;26;20220804;37.5;18.8;28.1;2.1;19.4;0;6.64;27656
+71093;43.9478;4.91869;26;20220805;36.6;19.4;28;3.4;20.1;.1;7.28;27473
+71093;43.9478;4.91869;26;20220806;35.8;24;29.9;8.7;16.1;0;10.76;23909
+71093;43.9478;4.91869;26;20220807;35.6;22.8;29.2;6.2;13.9;0;9.6;24473
+71093;43.9478;4.91869;26;20220808;36;20.9;28.4;3.9;12.6;0;8.15;25818
+71093;43.9478;4.91869;26;20220809;37.8;16.7;27.2;2;14.5;0;6.56;26996
+71093;43.9478;4.91869;26;20220810;36.4;17.7;27;1.8;15.1;0;6.18;26858
+71093;43.9478;4.91869;26;20220811;35.5;18;26.7;1.9;15.9;0;6.11;26704
+71093;43.9478;4.91869;26;20220812;38.1;20.1;29.1;1.5;19;0;6.06;26574
+71093;43.9478;4.91869;26;20220813;34.8;20.6;27.7;2.1;23.2;.7;5.64;24579
+71093;43.9478;4.91869;26;20220814;29.8;22.7;26.2;2;19.6;3.7;4.35;17549
+71093;43.9478;4.91869;26;20220815;33.5;17.3;25.4;1.7;18.8;0;5.27;24694
+71093;43.9478;4.91869;26;20220816;34.2;17.4;25.8;1.9;18.8;0;5.58;25559
+71093;43.9478;4.91869;26;20220817;29.1;22.7;25.9;3.1;20.9;33.3;4.33;15511
+71093;43.9478;4.91869;26;20220818;26.6;16.5;21.5;4;17.5;.8;4.26;18182
+71093;43.9478;4.91869;26;20220819;28.6;19.9;24.2;6.9;16.6;0;6.34;19269
+71093;43.9478;4.91869;26;20220820;30.7;21.4;26;9.1;16.7;0;8.03;20346
+71093;43.9478;4.91869;26;20220821;31.9;20.8;26.3;7.9;13.6;0;8.81;21317
+71093;43.9478;4.91869;26;20220822;31.5;20.6;26;8.1;13.1;0;8.85;21185
+71093;43.9478;4.91869;26;20220823;33.7;22.5;28.1;6;15.7;0;8.1;21238
+71093;43.9478;4.91869;26;20220824;33.1;16.8;24.9;1.7;16.6;0;5.1;24092
+71093;43.9478;4.91869;26;20220825;34.3;17.1;25.7;1.6;17.2;.2;5.17;24304
+71093;43.9478;4.91869;26;20220826;32.5;21.4;26.9;6.3;16.9;.2;7.46;20730
+71093;43.9478;4.91869;26;20220827;30.9;21.4;26.1;6.8;16.9;0;7.09;19518
+71093;43.9478;4.91869;26;20220828;33.1;16.1;24.6;1.6;17;0;4.89;23771
+71093;43.9478;4.91869;26;20220829;33.3;18;25.6;2;19;0;4.97;22336
+71093;43.9478;4.91869;26;20220830;31.9;22.2;27;3.4;21.6;3.3;4.7;15637
+71093;43.9478;4.91869;26;20220831;30;19.3;24.6;5.4;17.7;0;5.81;19625
+71093;43.9478;4.91869;26;20220901;33;20.6;26.8;4.2;14.8;0;6.63;20586
+71093;43.9478;4.91869;26;20220902;28;18.1;23;2.4;18.1;3.8;3.58;14609
+71093;43.9478;4.91869;26;20220903;29.5;19.5;24.5;1.8;19.9;.4;3.68;16586
+71093;43.9478;4.91869;26;20220904;31.6;16.5;24;1.7;18.4;.1;4.37;21552
+71093;43.9478;4.91869;26;20220905;33;18.2;25.6;1.8;19.9;0;4.5;20778
+71093;43.9478;4.91869;26;20220906;30.9;18;24.4;1.6;20.9;5.2;3.77;18225
+71093;43.9478;4.91869;26;20220907;28.1;19.4;23.7;3;21.6;19.1;3.54;15557
+71093;43.9478;4.91869;26;20220908;27.6;15.2;21.4;2.1;18;.1;3.67;19334
+71093;43.9478;4.91869;26;20220909;27.4;13.8;20.6;1.5;15.2;.2;3.29;16972
+71093;43.9478;4.91869;26;20220910;26.5;13;19.7;2.9;13.6;0;4.11;19659
+71093;43.9478;4.91869;26;20220911;28.1;15.1;21.6;3.5;13.1;0;4.82;19222
+71093;43.9478;4.91869;26;20220912;30.5;13.3;21.9;1.7;17.1;0;3.97;21076
+71093;43.9478;4.91869;26;20220913;29.2;20.4;24.8;3.6;21.1;1.7;3.98;15258
+71093;43.9478;4.91869;26;20220914;28.6;20.1;24.3;3.4;19.9;1.6;3.6;12061
+71093;43.9478;4.91869;26;20220915;29.8;17.6;23.7;2.9;17.4;0;4.23;17353
+71093;43.9478;4.91869;26;20220916;26.7;18.2;22.4;6;15.5;0;5;15725
+71093;43.9478;4.91869;26;20220917;20.4;14.7;17.5;11.8;9.4;0;5.92;13796
+71093;43.9478;4.91869;26;20220918;23.3;12;17.6;7.7;8.1;0;6;17113
+71093;43.9478;4.91869;26;20220919;22.8;14.2;18.5;10;8.3;0;6.67;15435
+71093;43.9478;4.91869;26;20220920;23.6;13;18.3;7.4;8.4;0;5.95;16402
+71093;43.9478;4.91869;26;20220921;24.5;13.4;18.9;5;9.6;0;4.95;16231
+71093;43.9478;4.91869;26;20220922;25.4;8.4;16.9;1.3;11.7;0;2.83;17410
+71093;43.9478;4.91869;26;20220923;24.5;12.2;18.3;2.6;13.9;29.9;2.98;14375
+71093;43.9478;4.91869;26;20220924;20.5;15.4;17.9;2.4;16.1;8.7;1.84;8081
+71093;43.9478;4.91869;26;20220925;22.8;14.4;18.6;3;14.4;0;2.86;13489
+71093;43.9478;4.91869;26;20220926;22.4;13.9;18.1;5.3;12;0;3.88;13720
+71093;43.9478;4.91869;26;20220927;20.9;11.4;16.1;3.4;10.8;0;3.02;13171
+71093;43.9478;4.91869;26;20220928;24.2;12.5;18.3;2.5;13.1;0;2.89;13329
+71093;43.9478;4.91869;26;20220929;21.5;13.6;17.5;2.9;12.1;.2;2.77;11465
+71093;43.9478;4.91869;26;20220930;17.2;12.6;14.9;7.8;10.2;.1;3.41;9548
+71093;43.9478;4.91869;26;20221001;22.5;6.7;14.6;2.1;10.9;.1;2.49;13975
+71093;43.9478;4.91869;26;20221002;27.1;9.5;18.3;2;13.3;0;3.08;17267
+71093;43.9478;4.91869;26;20221003;24.7;16.5;20.6;7.2;14;0;4.6;13020
+71093;43.9478;4.91869;26;20221004;26.5;8.6;17.5;1.4;13.5;.1;2.62;16976
+71093;43.9478;4.91869;26;20221005;25.3;11.5;18.4;1.6;16.1;.1;2.28;13835
+71093;43.9478;4.91869;26;20221006;27.1;11.5;19.3;.9;14.9;0;2.26;14772
+71093;43.9478;4.91869;26;20221007;25.6;12.5;19;1.2;14.5;1.2;2.16;12510
+71093;43.9478;4.91869;26;20221008;21.1;13.8;17.4;1.6;15.3;1.4;1.58;7633
+71093;43.9478;4.91869;26;20221009;21.3;15.4;18.3;2.1;14.3;1.2;1.88;6760
+71093;43.9478;4.91869;26;20221010;24.8;14.3;19.5;.7;15.8;.1;1.79;11597
+71093;43.9478;4.91869;26;20221011;24.9;9.9;17.4;.8;14.3;0;1.94;14512
+71093;43.9478;4.91869;26;20221012;25;11.7;18.3;1;14.7;.1;1.9;12336
+71093;43.9478;4.91869;26;20221013;22.4;9.5;15.9;1.2;14.1;.5;1.73;12389
+71093;43.9478;4.91869;26;20221014;24.9;13.3;19.1;1.1;15.6;.1;1.83;11025
+71093;43.9478;4.91869;26;20221015;26.7;7.9;17.3;1.4;13.7;0;2.24;15047
+71093;43.9478;4.91869;26;20221016;26.5;12.9;19.7;2.7;15.5;0;2.65;12551
+71093;43.9478;4.91869;26;20221017;26.7;11.7;19.2;1.3;15.4;.1;2.06;12866
+71093;43.9478;4.91869;26;20221018;25.2;10.4;17.8;.9;14.9;.1;1.72;12468
+71093;43.9478;4.91869;26;20221019;24.1;11.8;17.9;1.5;15.4;0;1.81;11674
+71093;43.9478;4.91869;26;20221020;22.9;15.6;19.2;3.9;16.5;.4;2.13;6882
+71093;43.9478;4.91869;26;20221021;24.2;19;21.6;6.9;18.1;.7;3.08;6187
+71093;43.9478;4.91869;26;20221022;26.1;19.9;23;3.8;18.2;0;2.81;7557
+71093;43.9478;4.91869;26;20221023;27;15;21;3;16.8;0;2.51;9178
+71093;43.9478;4.91869;26;20221024;26.2;20.1;23.1;4;17.8;0;2.91;6224
+71093;43.9478;4.91869;26;20221025;26.4;12.5;19.4;1.5;17.2;.1;1.74;10347
+71093;43.9478;4.91869;26;20221026;26.1;11.4;18.7;1.6;15.6;.1;1.84;11291
+71093;43.9478;4.91869;26;20221027;25.7;11.8;18.7;1;15.7;.1;1.56;11333
+71093;43.9478;4.91869;26;20221028;25.8;10.8;18.3;.9;14.4;.1;1.52;11679
+71093;43.9478;4.91869;26;20221029;25.1;9.7;17.4;.8;13.2;.1;1.41;11636
+71093;43.9478;4.91869;26;20221030;25.8;8.1;16.9;1.1;13.4;.1;1.54;11093
+71093;43.9478;4.91869;26;20221031;24.8;11.3;18;3.2;14.8;41.4;2.17;9449
+71093;43.9478;4.91869;26;20221101;23;16.2;19.6;3.9;16.2;1.6;2.16;7275
+71093;43.9478;4.91869;26;20221102;20.8;10.2;15.5;1.5;12.7;.1;1.34;9445
+71093;43.9478;4.91869;26;20221103;17.8;7.6;12.7;2.1;12.9;24.4;.96;6326
+71093;43.9478;4.91869;26;20221104;16.3;5.9;11.1;4.1;9.8;0;1.59;7599
+71093;43.9478;4.91869;26;20221105;14.8;9.2;12;10.6;8.7;0;2.96;7410
+71093;43.9478;4.91869;26;20221106;20.1;4;12;1.5;8.8;.1;1.36;10553
+71093;43.9478;4.91869;26;20221107;20.7;2.9;11.8;1.6;9.3;.1;1.36;10823
+71093;43.9478;4.91869;26;20221108;19.4;8.2;13.8;3.7;12.1;0;1.56;5659
+71093;43.9478;4.91869;26;20221109;21.5;16.6;19;4;14.6;22.8;2.18;3382
+71093;43.9478;4.91869;26;20221110;18.1;13.3;15.7;4.8;12.6;0;1.93;5890
+71093;43.9478;4.91869;26;20221111;19.5;6.3;12.9;.9;11.1;.1;.88;9220
+71093;43.9478;4.91869;26;20221112;19.3;5.9;12.6;1.3;11.3;0;.95;8790
+71093;43.9478;4.91869;26;20221113;16.9;9.3;13.1;.9;12.1;0;.74;4186
+71093;43.9478;4.91869;26;20221114;17.3;8.6;12.9;3.6;11.5;6.2;1.34;4976
+71093;43.9478;4.91869;26;20221115;18.7;13.1;15.9;3.9;13.2;10.5;1.62;3856
+71093;43.9478;4.91869;26;20221116;18.9;8.9;13.9;2;11.9;0;1.11;7090
+71093;43.9478;4.91869;26;20221117;18.4;8.6;13.5;1.9;11.8;2.1;1.04;5842
+71093;43.9478;4.91869;26;20221118;15.6;6.7;11.1;2.9;9.7;0;1.19;7245
+71093;43.9478;4.91869;26;20221119;13.3;8.8;11;8.9;8.1;0;2.55;5724
+71093;43.9478;4.91869;26;20221120;13.3;8;10.6;7.2;7.5;0;2.45;5714
+71093;43.9478;4.91869;26;20221121;9.9;4.6;7.2;2.2;8.4;5;.7;2984
+71093;43.9478;4.91869;26;20221122;13.8;6.6;10.2;3.4;8.1;.2;1.41;6405
+71093;43.9478;4.91869;26;20221123;13.1;2.8;7.9;1.1;8.5;.2;.59;5557
+71093;43.9478;4.91869;26;20221124;16.4;1.3;8.8;1.2;8.1;0;.72;7950
+71093;43.9478;4.91869;26;20221125;16.1;5.1;10.6;4.4;9.4;1.2;1.44;7038
+71093;43.9478;4.91869;26;20221126;13.5;9.7;11.6;8.4;8.2;0;2.6;4781
+71093;43.9478;4.91869;26;20221127;16.2;-.2;8;1.9;7.6;.8;.93;8243
+71093;43.9478;4.91869;26;20221128;11.3;4.9;8.1;3.9;9.1;18.5;.81;3092
+71093;43.9478;4.91869;26;20221129;11.2;3.8;7.5;4.7;8.4;0;.94;4951
+71093;43.9478;4.91869;26;20221130;12.8;0;6.4;2.6;7.4;.1;.83;7329
+71093;43.9478;4.91869;26;20221201;11.2;.4;5.8;2.5;7.3;.1;.75;5100
+71093;43.9478;4.91869;26;20221202;8;5;6.5;1.9;8;.6;.62;1743
+71093;43.9478;4.91869;26;20221203;8.5;3.6;6;2.1;9;16.9;.37;2456
+71093;43.9478;4.91869;26;20221204;12.3;6.8;9.5;1.8;10.4;12.1;.54;3863
+71093;43.9478;4.91869;26;20221205;10.5;3.6;7;1.5;8.3;.1;.51;4556
+71093;43.9478;4.91869;26;20221206;10.2;-1.6;4.3;2.2;6.3;0;.65;6741
+71093;43.9478;4.91869;26;20221207;7.9;1.5;4.7;5.8;6.3;0;1.09;5256
+71093;43.9478;4.91869;26;20221208;5.7;-3.9;.9;1;6.2;29.1;.23;5380
+71093;43.9478;4.91869;26;20221209;10.5;4.9;7.7;3;9.8;3.2;.46;2560
+71093;43.9478;4.91869;26;20221210;6.3;4.5;5.4;8.1;6.4;0;1.38;3090
+71093;43.9478;4.91869;26;20221211;4.8;.6;2.7;7.3;4.5;0;1.52;4566
+71093;43.9478;4.91869;26;20221212;4.4;-5.7;-.7;1.9;5.1;6.7;.33;5493
+71093;43.9478;4.91869;26;20221213;8.5;1.5;5;2.7;7.9;4.4;.47;2906
+71093;43.9478;4.91869;26;20221214;11.2;5.8;8.5;.9;10.3;.2;.4;2432
+71093;43.9478;4.91869;26;20221215;12.6;8.9;10.7;2.1;10.8;30.4;.7;1849
+71093;43.9478;4.91869;26;20221216;8.9;4.7;6.8;5.5;7.7;0;.98;4435
+71093;43.9478;4.91869;26;20221217;6.4;1.7;4;6.3;5.3;0;1.37;4641
+71093;43.9478;4.91869;26;20221218;14.5;-2.8;5.8;2.3;7;0;.85;6688
+71093;43.9478;4.91869;26;20221219;15.5;10.4;12.9;5;10.7;0;1.6;2920
+71093;43.9478;4.91869;26;20221220;16.6;12.5;14.5;3.7;12.1;1.4;1.37;2960
+71093;43.9478;4.91869;26;20221221;15.7;13.4;14.5;2.6;12.7;3.6;1.04;2309
+71093;43.9478;4.91869;26;20221222;11.1;6.5;8.8;1.2;10.9;0;.37;2145
+71093;43.9478;4.91869;26;20221223;15.9;8.2;12;1.3;12.01;0;.52;4423
+71093;43.9478;4.91869;26;20221224;18;5.3;11.6;1.1;10.2;.1;.57;6152
+71093;43.9478;4.91869;26;20221225;15.3;2.7;9;1.4;9.6;0;.52;5480
+71093;43.9478;4.91869;26;20221226;17.3;6.4;11.8;1.1;10.9;0;.55;5559
+71093;43.9478;4.91869;26;20221227;15.3;2.2;8.7;2.1;8.6;0;.75;6754
+71093;43.9478;4.91869;26;20221228;14.4;-.4;7;1.4;8.1;0;.51;6736
+71093;43.9478;4.91869;26;20221229;16.4;8.5;12.4;1.8;11.1;0;.79;4295
+71093;43.9478;4.91869;26;20221230;15.1;5.2;10.1;1;11;.1;.44;4275
+71093;43.9478;4.91869;26;20221231;17.9;5.8;11.8;1.6;10.5;0;.75;5989
+71094;43.96261;5.22893;204;20220101;9.9;.7;5.3;.9;8.69;.1;.23;5952
+71094;43.96261;5.22893;204;20220102;9.6;6.4;8;1.1;9.76;0;.43;3569
+71094;43.96261;5.22893;204;20220103;12;4.7;8.3;1.3;9.12;.1;.5;5521
+71094;43.96261;5.22893;204;20220104;12.2;1.9;7.1;1.7;9.29;1.3;.39;6332
+71094;43.96261;5.22893;204;20220105;7.3;6.4;6.9;6.1;6.46;0;1.62;1760
+71094;43.96261;5.22893;204;20220106;8.7;1.8;5.3;4.2;4.96;0;1.38;5114
+71094;43.96261;5.22893;204;20220107;8.5;-3;2.7;2.7;4.96;.1;.93;6594
+71094;43.96261;5.22893;204;20220108;10.6;1.2;5.9;2.3;6.86;.7;.8;6145
+71094;43.96261;5.22893;204;20220109;9.8;3.3;6.6;2.5;6.96;0;.87;5245
+71094;43.96261;5.22893;204;20220110;9.5;3.1;6.3;3.3;6.12;0;1.06;5216
+71094;43.96261;5.22893;204;20220111;7.8;-3.9;2;2.9;4.99;0;.78;6609
+71094;43.96261;5.22893;204;20220112;7.7;-4.2;1.8;3.4;4.66;0;.96;6686
+71094;43.96261;5.22893;204;20220113;9.8;-4.6;2.6;1.9;4.39;0;.85;7768
+71094;43.96261;5.22893;204;20220114;10.7;-5.5;2.6;1.1;4.36;0;.63;8768
+71094;43.96261;5.22893;204;20220115;11.6;-5.1;3.2;1;4.69;.1;.58;8904
+71094;43.96261;5.22893;204;20220116;11.4;-5.3;3;2.3;4.36;0;1.06;8990
+71094;43.96261;5.22893;204;20220117;10.7;-2.9;3.9;3.4;5.12;0;1.09;7457
+71094;43.96261;5.22893;204;20220118;11.4;-3.5;4;2.2;5.72;0;.91;7997
+71094;43.96261;5.22893;204;20220119;11.1;-.9;5.1;1.4;6.79;0;.62;7756
+71094;43.96261;5.22893;204;20220120;9.5;1.2;5.3;3.8;5.96;0;1.17;6223
+71094;43.96261;5.22893;204;20220121;8.4;-2.3;3;3.4;4.76;0;1.11;7123
+71094;43.96261;5.22893;204;20220122;9.2;-4;2.6;2.9;4.72;0;.97;8008
+71094;43.96261;5.22893;204;20220123;11.1;-3.3;3.9;2.1;4.96;0;.97;8325
+71094;43.96261;5.22893;204;20220124;11.4;-4.1;3.6;1.1;5.36;0;.67;9484
+71094;43.96261;5.22893;204;20220125;12.1;-2.8;4.6;1.3;6.09;0;.75;9431
+71094;43.96261;5.22893;204;20220126;11.9;-3.8;4.1;2.1;5.32;0;1;9615
+71094;43.96261;5.22893;204;20220127;10.5;-3.6;3.4;2.7;4.92;.1;1.14;8978
+71094;43.96261;5.22893;204;20220128;11.3;-4.8;3.3;2.9;5.12;0;.93;9375
+71094;43.96261;5.22893;204;20220129;11.4;-2.5;4.5;2.6;5.19;0;1.14;8904
+71094;43.96261;5.22893;204;20220130;14.1;-1.5;6.3;3.5;6.49;0;1.33;9362
+71094;43.96261;5.22893;204;20220131;12.3;-1.2;5.5;5.5;5.86;0;2;8861
+71094;43.96261;5.22893;204;20220201;9.4;3;6.2;6.1;5.26;0;2.05;6610
+71094;43.96261;5.22893;204;20220202;14.3;5.9;10.1;6.4;8.16;0;2.17;7714
+71094;43.96261;5.22893;204;20220203;15.9;1.7;8.8;1.8;7.86;0;1.27;9772
+71094;43.96261;5.22893;204;20220204;13.6;4.6;9.1;2.7;8.12;0;1.31;8094
+71094;43.96261;5.22893;204;20220205;12.6;6.5;9.5;4;6.72;0;1.97;6448
+71094;43.96261;5.22893;204;20220206;12;-2.6;4.7;3.2;5.56;0;1.56;10160
+71094;43.96261;5.22893;204;20220207;12.8;4.5;8.7;5.3;5.92;0;2.42;8080
+71094;43.96261;5.22893;204;20220208;15.7;-1.9;6.9;2;4.86;0;1.69;11042
+71094;43.96261;5.22893;204;20220209;14.8;-2.1;6.3;1.5;6.89;0;1.14;11929
+71094;43.96261;5.22893;204;20220210;5.7;1.8;3.8;1.3;7.8;0;1.15;9915
+71094;43.96261;5.22893;204;20220211;12.4;.3;6.4;5.8;6.76;0;1.87;11059
+71094;43.96261;5.22893;204;20220212;13.9;-.5;6.7;2.1;6.13;0;1.54;10942
+71094;43.96261;5.22893;204;20220213;14;-1;6.5;4;6.83;.7;1.82;9130
+71094;43.96261;5.22893;204;20220214;11.2;8.3;9.7;3.5;9.93;18.3;1.21;2634
+71094;43.96261;5.22893;204;20220215;11.4;1.7;6.6;3.8;6.9;0;1.63;10404
+71094;43.96261;5.22893;204;20220216;10.8;1.5;6.1;1.3;8.42;1.5;.88;9590
+71094;43.96261;5.22893;204;20220217;20.1;5.8;12.9;3;9.82;0;2.2;12128
+71094;43.96261;5.22893;204;20220218;20.3;4.2;12.3;1.8;9.59;0;1.79;12969
+71094;43.96261;5.22893;204;20220219;12.2;5.2;8.7;3.9;6.89;0;1.94;8422
+71094;43.96261;5.22893;204;20220220;15.2;2.4;8.8;3.6;6.39;0;2.29;11791
+71094;43.96261;5.22893;204;20220221;13.8;3.5;8.6;3.9;7.02;.5;2.03;10799
+71094;43.96261;5.22893;204;20220222;13.4;5.9;9.7;5.7;6.86;0;2.54;9347
+71094;43.96261;5.22893;204;20220223;18.8;2.8;10.8;2.5;7.06;0;2.3;12918
+71094;43.96261;5.22893;204;20220224;14.9;2.9;8.9;1.6;8.39;0;1.44;12122
+71094;43.96261;5.22893;204;20220225;12.1;3.5;7.8;5;5.92;0;2.33;10368
+71094;43.96261;5.22893;204;20220226;13.5;-.8;6.4;2.4;5.12;0;1.98;13232
+71094;43.96261;5.22893;204;20220227;13.6;-2.9;5.4;1.8;5.56;0;1.67;14764
+71094;43.96261;5.22893;204;20220228;14.2;-1.6;6.3;2.3;6.42;0;1.8;14594
+71094;43.96261;5.22893;204;20220301;14;.2;7.1;2.3;6.36;.1;1.85;13742
+71094;43.96261;5.22893;204;20220302;12.4;1;6.7;1;7.12;0;1.32;12689
+71094;43.96261;5.22893;204;20220303;15.8;.4;8.1;1.3;7.36;0;1.7;15037
+71094;43.96261;5.22893;204;20220304;16.8;.3;8.5;3;6.19;0;2.52;15429
+71094;43.96261;5.22893;204;20220305;13.9;.3;7.1;2.6;4.76;0;2.4;13889
+71094;43.96261;5.22893;204;20220306;12.1;-1.5;5.3;1.9;4.82;0;1.91;14077
+71094;43.96261;5.22893;204;20220307;12.7;-4.1;4.3;1.6;4.52;0;1.84;16339
+71094;43.96261;5.22893;204;20220308;12.8;-3.3;4.7;1.6;5.89;0;1.7;16274
+71094;43.96261;5.22893;204;20220309;14;2.5;8.2;1.3;7.22;0;1.7;14012
+71094;43.96261;5.22893;204;20220310;14.5;-.7;6.9;2.1;8.09;.2;1.77;16068
+71094;43.96261;5.22893;204;20220311;13.1;8;10.5;4;7.89;0;2.27;9629
+71094;43.96261;5.22893;204;20220312;13.2;10.3;11.7;5.1;6.62;1.2;3.02;7355
+71094;43.96261;5.22893;204;20220313;12.2;8.7;10.5;4.8;7.89;3.7;2.34;8317
+71094;43.96261;5.22893;204;20220314;15.7;6.8;11.3;3.1;9.92;0;2.04;12928
+71094;43.96261;5.22893;204;20220315;16.5;11.2;13.9;3.1;9.32;0;2.48;10169
+71094;43.96261;5.22893;204;20220316;17.3;5.9;11.6;1.9;10.06;0;2.1;15010
+71094;43.96261;5.22893;204;20220317;15.2;7.3;11.2;1.7;10.79;.1;1.74;12617
+71094;43.96261;5.22893;204;20220318;15.9;8.4;12.1;3.9;10.33;1.2;2.34;11983
+71094;43.96261;5.22893;204;20220319;15.9;5.9;10.9;1.1;9.43;0;1.92;14863
+71094;43.96261;5.22893;204;20220320;14.5;5;9.7;2.1;6.86;.1;1.93;7699
+71094;43.96261;5.22893;204;20220321;16.2;9.4;12.8;2.8;6.37;0;3.1;12029
+71094;43.96261;5.22893;204;20220322;16.7;.2;8.5;2.5;5.73;0;2.95;19360
+71094;43.96261;5.22893;204;20220323;17.8;-1.2;8.3;1.8;6.4;0;2.66;19457
+71094;43.96261;5.22893;204;20220324;20;-1;9.5;1.6;5.83;0;2.94;19787
+71094;43.96261;5.22893;204;20220325;20.4;-.6;9.9;1.4;5.8;0;2.88;19950
+71094;43.96261;5.22893;204;20220326;21.3;3.1;12.2;1.6;6.96;0;3.04;19980
+71094;43.96261;5.22893;204;20220327;20.1;7.3;13.7;1.4;7.43;0;2.6;15760
+71094;43.96261;5.22893;204;20220328;21.8;3;12.4;1.3;6.36;0;3.08;19971
+71094;43.96261;5.22893;204;20220329;19.9;4.9;12.4;1.9;7.9;3.5;2.97;17592
+71094;43.96261;5.22893;204;20220330;13.3;9.5;11.4;1.9;11.2;1;1.73;11137
+71094;43.96261;5.22893;204;20220331;17.1;6.2;11.7;5.3;8.96;.3;3.45;16695
+71094;43.96261;5.22893;204;20220401;8.1;3.8;5.9;7.3;5.76;.6;2.58;10450
+71094;43.96261;5.22893;204;20220402;6.9;2.4;4.7;8.7;4.58;0;3.3;14491
+71094;43.96261;5.22893;204;20220403;9.9;0;5;7.1;5.4;1.6;2.72;15461
+71094;43.96261;5.22893;204;20220404;13.6;1.4;7.5;4.5;5.5;0;3.45;21101
+71094;43.96261;5.22893;204;20220405;17.7;.8;9.3;3.8;5.86;0;3.97;22783
+71094;43.96261;5.22893;204;20220406;17.3;1.7;9.5;1.4;8.1;0;2.6;18841
+71094;43.96261;5.22893;204;20220407;16.8;4.1;10.4;2.3;10.13;0;2.2;12532
+71094;43.96261;5.22893;204;20220408;21.2;9.7;15.4;3.1;11.03;.1;3.45;15361
+71094;43.96261;5.22893;204;20220409;13.7;9;11.4;7;6;0;4.56;19352
+71094;43.96261;5.22893;204;20220410;18.3;1.4;9.9;3;6.2;0;3.85;22754
+71094;43.96261;5.22893;204;20220411;17.1;3.2;10.2;2.4;6.96;0;2.62;11063
+71094;43.96261;5.22893;204;20220412;21.3;5.6;13.4;2.1;8.4;0;3.67;21386
+71094;43.96261;5.22893;204;20220413;21.4;7.7;14.5;1.5;9.67;0;3.43;21916
+71094;43.96261;5.22893;204;20220414;25.3;6.1;15.7;2.2;10.03;0;4.22;22966
+71094;43.96261;5.22893;204;20220415;26.2;9.3;17.8;5;11.7;0;5.53;23424
+71094;43.96261;5.22893;204;20220416;24.9;12.5;18.7;9.7;10.16;0;7.73;19732
+71094;43.96261;5.22893;204;20220417;22.1;9.7;15.9;3.3;8.07;0;4.82;23378
+71094;43.96261;5.22893;204;20220418;22.4;5.2;13.8;1.8;8.83;0;4.12;24389
+71094;43.96261;5.22893;204;20220419;23.6;5.5;14.6;2.4;8.5;0;4.56;24667
+71094;43.96261;5.22893;204;20220420;17;8.2;12.6;1.6;12.23;6.7;1.76;9575
+71094;43.96261;5.22893;204;20220421;19;10.9;14.9;2.1;13.57;5.5;2.63;14605
+71094;43.96261;5.22893;204;20220422;20.9;8.5;14.7;2.5;11.8;0;3.71;21940
+71094;43.96261;5.22893;204;20220423;15.4;13;14.2;4.3;11.43;22.2;2.39;6584
+71094;43.96261;5.22893;204;20220424;15.4;8.1;11.8;1.3;11.63;.4;2;12110
+71094;43.96261;5.22893;204;20220425;20.8;6.9;13.8;2.1;10.93;0;3.87;24823
+71094;43.96261;5.22893;204;20220426;22.4;6.5;14.5;2.8;10.17;0;4.5;25680
+71094;43.96261;5.22893;204;20220427;23;7.8;15.4;2.5;10.63;0;4.57;25440
+71094;43.96261;5.22893;204;20220428;25.3;8.3;16.8;1.8;11.3;.1;4.57;25814
+71094;43.96261;5.22893;204;20220429;24.1;8;16;2.1;10.8;0;4.52;25613
+71094;43.96261;5.22893;204;20220430;23.2;10.2;16.7;5.6;9.57;0;5.99;24598
+71094;43.96261;5.22893;204;20220501;22.5;9.2;15.8;5.4;8.73;0;6;25237
+71094;43.96261;5.22893;204;20220502;23.6;7;15.3;2.2;9.9;0;4.68;26434
+71094;43.96261;5.22893;204;20220503;22.8;10.4;16.6;1.7;12.4;3.9;3.7;20153
+71094;43.96261;5.22893;204;20220504;23.8;7.6;15.7;1.6;12.53;2.5;4.24;25530
+71094;43.96261;5.22893;204;20220505;19.9;12.6;16.2;3.9;12.51;3.1;3.53;15606
+71094;43.96261;5.22893;204;20220506;20.1;9.4;14.8;2.7;11.52;0;3.58;20247
+71094;43.96261;5.22893;204;20220507;23.9;9.2;16.5;2.4;11.96;3.1;4.46;24017
+71094;43.96261;5.22893;204;20220508;21.4;10.8;16.1;1.6;13.22;7.8;3.71;20940
+71094;43.96261;5.22893;204;20220509;24.9;9.2;17;1.3;13.49;.4;4.3;26100
+71094;43.96261;5.22893;204;20220510;26.5;10.8;18.7;1.6;13.62;.1;4.71;26441
+71094;43.96261;5.22893;204;20220511;26;9.7;17.8;2;11.92;0;4.92;27030
+71094;43.96261;5.22893;204;20220512;25.7;8.7;17.2;1.7;11.59;0;4.82;27679
+71094;43.96261;5.22893;204;20220513;26.2;9.3;17.8;1.4;12.12;0;4.73;27587
+71094;43.96261;5.22893;204;20220514;28.5;10.4;19.5;1.9;14.62;0;5.19;27987
+71094;43.96261;5.22893;204;20220515;27.2;12.9;20.1;1.8;14.82;.1;4.85;25599
+71094;43.96261;5.22893;204;20220516;28.2;11.9;20;1.5;12.62;0;5.16;27474
+71094;43.96261;5.22893;204;20220517;30.2;10.8;20.5;1.5;14.19;0;5.47;29005
+71094;43.96261;5.22893;204;20220518;31.9;13.1;22.5;2;15.52;0;6.01;29107
+71094;43.96261;5.22893;204;20220519;30.1;13.6;21.9;2;14.56;0;5.66;27669
+71094;43.96261;5.22893;204;20220520;30;13;21.5;2.1;12.89;0;5.9;28387
+71094;43.96261;5.22893;204;20220521;31.3;12.6;22;1.5;14.46;0;5.7;29399
+71094;43.96261;5.22893;204;20220522;31.9;14.1;23;1.7;16.99;.1;5.76;28393
+71094;43.96261;5.22893;204;20220523;28.5;16.8;22.6;2.4;16.52;0;5.17;23983
+71094;43.96261;5.22893;204;20220524;24.2;15;19.6;2.4;12.62;0;4.54;20940
+71094;43.96261;5.22893;204;20220525;25.4;14;19.7;2.8;11.96;0;5.09;22944
+71094;43.96261;5.22893;204;20220526;27.8;12.9;20.4;2.8;12.56;0;5.74;25960
+71094;43.96261;5.22893;204;20220527;30.2;14.5;22.4;2.9;13.89;0;6.09;26669
+71094;43.96261;5.22893;204;20220528;26.8;14.7;20.7;4.1;11.66;0;6.03;24069
+71094;43.96261;5.22893;204;20220529;24.6;11.1;17.9;3.9;8.12;0;6.01;25194
+71094;43.96261;5.22893;204;20220530;25.9;8.8;17.3;1.7;9.26;0;5.23;28546
+71094;43.96261;5.22893;204;20220531;27.4;14.1;20.8;1.9;12.62;0;5.23;25695
+71094;43.96261;5.22893;204;20220601;31.3;11.5;21.4;1.8;13.22;0;6.06;30249
+71094;43.96261;5.22893;204;20220602;31;13.1;22;2;14.46;0;6.13;30032
+71094;43.96261;5.22893;204;20220603;30.8;18.2;24.5;2.3;15.99;.1;5.83;25136
+71094;43.96261;5.22893;204;20220604;33.9;17.9;25.9;2.2;16.62;0;6.64;28662
+71094;43.96261;5.22893;204;20220605;31.5;17;24.2;1.8;17.26;.3;5.79;27186
+71094;43.96261;5.22893;204;20220606;31.6;14.7;23.1;1.9;14.72;.4;6.14;28940
+71094;43.96261;5.22893;204;20220607;29.2;15.2;22.2;2.4;14.12;0;5.85;26618
+71094;43.96261;5.22893;204;20220608;26.2;14.6;20.4;2;12.36;0;5.03;24003
+71094;43.96261;5.22893;204;20220609;24.6;16.1;20.4;4.9;11.69;0;5.79;20748
+71094;43.96261;5.22893;204;20220610;29.2;13;21.1;3.4;10.09;0;6.58;27595
+71094;43.96261;5.22893;204;20220611;32.6;13;22.8;2.6;11.16;0;6.92;29139
+71094;43.96261;5.22893;204;20220612;35;13.3;24.2;1.9;12.66;0;6.86;30735
+71094;43.96261;5.22893;204;20220613;32.8;16.3;24.5;3;14.79;0;6.95;28463
+71094;43.96261;5.22893;204;20220614;34.5;13.4;23.9;2.1;12.92;0;6.97;30312
+71094;43.96261;5.22893;204;20220615;33.9;17.2;25.6;1.7;15.22;0;6.51;29590
+71094;43.96261;5.22893;204;20220616;36;16.2;26.1;2.1;15.49;0;7.2;30819
+71094;43.96261;5.22893;204;20220617;37.7;19.1;28.4;2.4;14.72;0;7.65;28867
+71094;43.96261;5.22893;204;20220618;35.7;18.9;27.3;2.4;16.96;0;7.28;29456
+71094;43.96261;5.22893;204;20220619;34.2;20;27.1;2.7;15.69;0;7.12;27761
+71094;43.96261;5.22893;204;20220620;33.7;17.4;25.6;2.2;12.32;0;6.93;29356
+71094;43.96261;5.22893;204;20220621;31.5;18.6;25.1;2.3;16.22;2;6.16;26430
+71094;43.96261;5.22893;204;20220622;28.3;20.6;24.4;2.1;22.02;1.5;4.47;20258
+71094;43.96261;5.22893;204;20220623;28;19.6;23.8;2.5;19.39;2.9;4.89;21412
+71094;43.96261;5.22893;204;20220624;27.6;18.1;22.9;2.2;18.29;10.4;4.8;21970
+71094;43.96261;5.22893;204;20220625;31.1;14.6;22.9;2.1;15.72;0;6.09;28955
+71094;43.96261;5.22893;204;20220626;33.5;18.8;26.2;2;16.76;0;6.35;27430
+71094;43.96261;5.22893;204;20220627;31.3;17.8;24.5;2.7;16.96;0;6.06;25912
+71094;43.96261;5.22893;204;20220628;28.8;16.2;22.5;2.9;15.66;0;5.65;24965
+71094;43.96261;5.22893;204;20220629;32;15.3;23.7;2.1;15.26;0;6.23;28322
+71094;43.96261;5.22893;204;20220630;30.3;15.2;22.7;2.2;15.99;0;5.85;27566
+71094;43.96261;5.22893;204;20220701;27;15;21;3.3;12.99;0;5.66;24804
+71094;43.96261;5.22893;204;20220702;34.6;11.7;23.1;1.8;10.99;0;6.63;29977
+71094;43.96261;5.22893;204;20220703;36.3;14.4;25.3;1.8;12.46;0;6.98;30605
+71094;43.96261;5.22893;204;20220704;34.7;19.5;27.1;2.6;16.66;1.8;6.98;27553
+71094;43.96261;5.22893;204;20220705;32.4;18.5;25.5;3.1;15.29;0;6.82;25879
+71094;43.96261;5.22893;204;20220706;31.7;17.4;24.5;3.5;11.92;0;7.09;25864
+71094;43.96261;5.22893;204;20220707;31.6;14.4;23;3.8;12.12;0;7.25;27740
+71094;43.96261;5.22893;204;20220708;31.5;16.3;23.9;3.4;13.86;0;6.64;26890
+71094;43.96261;5.22893;204;20220709;32.5;16.4;24.4;2.7;13.26;0;6.78;27524
+71094;43.96261;5.22893;204;20220710;33.1;16.3;24.7;2.7;13.89;0;6.84;27615
+71094;43.96261;5.22893;204;20220711;33.7;16.8;25.2;2.2;15.39;0;6.6;28104
+71094;43.96261;5.22893;204;20220712;34.6;15.9;25.3;1.9;16.29;0;6.59;29860
+71094;43.96261;5.22893;204;20220713;34.5;18;26.3;2.1;16.36;0;6.7;28895
+71094;43.96261;5.22893;204;20220714;35.7;17.1;26.4;1.6;16.59;0;6.63;29847
+71094;43.96261;5.22893;204;20220715;36.9;17;27;2.4;14.66;0;7.33;29542
+71094;43.96261;5.22893;204;20220716;35.2;17;26.1;2.8;12.89;0;7.35;27747
+71094;43.96261;5.22893;204;20220717;36.1;16.8;26.4;2.4;16.02;0;7.1;28275
+71094;43.96261;5.22893;204;20220718;37.8;20.9;29.4;1.8;19.56;0;6.93;28876
+71094;43.96261;5.22893;204;20220719;36.8;21.6;29.2;1.8;19.59;0;6.64;27142
+71094;43.96261;5.22893;204;20220720;36.3;19.1;27.7;1.8;17.82;0;6.66;28351
+71094;43.96261;5.22893;204;20220721;36.2;20.1;28.1;2.3;15.46;0;6.92;26762
+71094;43.96261;5.22893;204;20220722;37;17.2;27.1;1.9;14.72;0;6.92;29319
+71094;43.96261;5.22893;204;20220723;34.4;20.3;27.4;2.1;19.19;0;6.16;25470
+71094;43.96261;5.22893;204;20220724;36.6;19.3;28;2.2;16.96;0;6.96;27787
+71094;43.96261;5.22893;204;20220725;36.5;18.1;27.3;1.9;17.32;0;6.77;28706
+71094;43.96261;5.22893;204;20220726;31;21.5;26.2;4.3;15.69;0;6.7;21005
+71094;43.96261;5.22893;204;20220727;32.1;18;25;3.2;13.02;0;6.69;24774
+71094;43.96261;5.22893;204;20220728;34.2;14.8;24.5;1.7;13.32;0;6.18;28556
+71094;43.96261;5.22893;204;20220729;30;17.8;23.9;1.8;16.29;1.1;5.11;23384
+71094;43.96261;5.22893;204;20220730;33.1;17;25;3;13.82;0;6.72;26084
+71094;43.96261;5.22893;204;20220731;35.3;16.3;25.8;2.3;12.22;0;6.68;26536
+71094;43.96261;5.22893;204;20220801;36.8;18.4;27.6;2.4;12.79;0;6.99;26302
+71094;43.96261;5.22893;204;20220802;36.4;17.7;27.1;2.4;14.06;0;6.84;26127
+71094;43.96261;5.22893;204;20220803;36.7;18.6;27.7;1.6;16.76;0;6.34;27749
+71094;43.96261;5.22893;204;20220804;36.2;18.9;27.6;1.7;16.86;0;6.31;27289
+71094;43.96261;5.22893;204;20220805;35.7;17.8;26.7;1.8;18.06;0;6.27;27373
+71094;43.96261;5.22893;204;20220806;34.9;18.9;26.9;2.9;16.52;0;6.62;24692
+71094;43.96261;5.22893;204;20220807;33.9;17.4;25.6;2.6;14.06;0;6.39;25183
+71094;43.96261;5.22893;204;20220808;34.7;17.1;25.9;2.4;13.72;0;6.43;25439
+71094;43.96261;5.22893;204;20220809;35.6;16.3;25.9;1.6;13.72;0;5.98;26877
+71094;43.96261;5.22893;204;20220810;35;16.2;25.6;2;13.59;0;6.25;27056
+71094;43.96261;5.22893;204;20220811;34.6;17.1;25.9;2;15.02;0;6.11;26498
+71094;43.96261;5.22893;204;20220812;36.5;16.5;26.5;1.8;17.02;0;6.12;26767
+71094;43.96261;5.22893;204;20220813;34.9;19.6;27.2;2;20.86;.3;5.8;24733
+71094;43.96261;5.22893;204;20220814;29.3;22.8;26;2.1;19.69;11.4;4.2;15808
+71094;43.96261;5.22893;204;20220815;31.7;15.9;23.8;1.6;17.56;0;5.01;24469
+71094;43.96261;5.22893;204;20220816;33.1;16.4;24.7;2.3;17.12;2.2;5.72;25160
+71094;43.96261;5.22893;204;20220817;27.9;21;24.5;2.4;20.12;15.6;3.99;16277
+71094;43.96261;5.22893;204;20220818;25.9;15.3;20.6;2.3;17.32;5.5;3.87;19622
+71094;43.96261;5.22893;204;20220819;27.8;17.1;22.4;4.1;16.82;0;4.91;19363
+71094;43.96261;5.22893;204;20220820;29.6;18;23.8;3.6;16.66;0;5.33;20187
+71094;43.96261;5.22893;204;20220821;29.7;16.9;23.3;3.2;14.46;0;5.42;20779
+71094;43.96261;5.22893;204;20220822;30.8;17.4;24.1;3.3;13.62;0;5.74;20883
+71094;43.96261;5.22893;204;20220823;32.8;15.9;24.4;2.3;15.22;0;5.4;22647
+71094;43.96261;5.22893;204;20220824;33.9;16.4;25.2;1.6;15.82;0;5.21;24109
+71094;43.96261;5.22893;204;20220825;33.4;15.8;24.6;1.5;16.46;0;4.99;24152
+71094;43.96261;5.22893;204;20220826;31.9;18.6;25.2;2.7;17.96;.5;5.16;20317
+71094;43.96261;5.22893;204;20220827;30.3;16.7;23.5;2.5;16.89;.1;4.74;20424
+71094;43.96261;5.22893;204;20220828;31.7;16.1;23.9;1.3;16.12;0;4.46;22063
+71094;43.96261;5.22893;204;20220829;33;15.7;24.3;1.6;17.39;0;4.85;23264
+71094;43.96261;5.22893;204;20220830;31.4;20.4;25.9;2.4;20.69;3.5;4.57;18871
+71094;43.96261;5.22893;204;20220831;29.1;16;22.5;2.3;17.32;0;4.22;19695
+71094;43.96261;5.22893;204;20220901;31.4;15.3;23.3;2;14.52;.2;4.74;21428
+71094;43.96261;5.22893;204;20220902;28.2;16.3;22.3;1.9;16.42;3.8;3.95;18950
+71094;43.96261;5.22893;204;20220903;29.1;16.8;23;2.1;18.12;.8;4.09;19219
+71094;43.96261;5.22893;204;20220904;31.3;16.2;23.7;1.9;18.22;.5;4.4;20834
+71094;43.96261;5.22893;204;20220905;31.7;18.6;25.2;2.2;19.39;.4;4.47;19557
+71094;43.96261;5.22893;204;20220906;30.7;17.2;24;2.4;19.39;4.2;4.34;19262
+71094;43.96261;5.22893;204;20220907;28.6;18.9;23.8;1.7;20.69;11.5;3.45;16537
+71094;43.96261;5.22893;204;20220908;26.4;15;20.7;1.7;17.16;.1;3.35;17673
+71094;43.96261;5.22893;204;20220909;27.2;12.3;19.7;1.6;14.66;.1;3.63;19897
+71094;43.96261;5.22893;204;20220910;25.2;11.1;18.2;2.1;12.82;0;3.6;19186
+71094;43.96261;5.22893;204;20220911;27.8;10.4;19.1;1.9;12.49;0;3.84;19878
+71094;43.96261;5.22893;204;20220912;30.8;12.2;21.5;1.6;15.69;0;4.03;21308
+71094;43.96261;5.22893;204;20220913;29.1;17.5;23.3;1.8;19.92;.3;3.47;16922
+71094;43.96261;5.22893;204;20220914;26.8;19.7;23.2;2.7;20.06;4.9;3.11;12938
+71094;43.96261;5.22893;204;20220915;28.7;16.4;22.6;2.1;17.26;0;3.72;17233
+71094;43.96261;5.22893;204;20220916;25.6;15.5;20.6;3.5;14.79;0;3.78;14954
+71094;43.96261;5.22893;204;20220917;20.7;13.1;16.9;4.8;9.59;0;3.95;13123
+71094;43.96261;5.22893;204;20220918;23.3;6.1;14.7;2.4;8.62;0;3.44;18561
+71094;43.96261;5.22893;204;20220919;23.1;6.2;14.6;3.3;8.62;0;3.84;17708
+71094;43.96261;5.22893;204;20220920;24.2;6.7;15.5;2.5;9.09;0;3.52;17943
+71094;43.96261;5.22893;204;20220921;24.2;7.5;15.8;2.1;9.99;0;3.32;17962
+71094;43.96261;5.22893;204;20220922;24.4;9.4;16.9;1.5;12.16;0;2.92;17782
+71094;43.96261;5.22893;204;20220923;23.7;11.5;17.6;1.3;13.66;20.9;2.59;15953
+71094;43.96261;5.22893;204;20220924;18.7;14.5;16.6;2.3;15.59;11.6;1.8;9347
+71094;43.96261;5.22893;204;20220925;21.7;13.5;17.6;1.8;14.39;.1;2.3;12663
+71094;43.96261;5.22893;204;20220926;20.9;8.9;14.9;2.3;11.36;0;2.63;14745
+71094;43.96261;5.22893;204;20220927;19.2;9.6;14.4;2.7;10.82;.1;2.51;13384
+71094;43.96261;5.22893;204;20220928;22.6;10.5;16.6;1.8;12.72;.2;2.58;15029
+71094;43.96261;5.22893;204;20220929;20.4;11.8;16.1;1.9;11.92;0;2.3;12307
+71094;43.96261;5.22893;204;20220930;17.7;8.7;13.2;2.2;10.22;.6;2.07;12007
+71094;43.96261;5.22893;204;20221001;20.1;4.8;12.5;1.6;10.69;.1;2.18;16252
+71094;43.96261;5.22893;204;20221002;25.9;8.9;17.4;1.9;13.42;0;2.91;16988
+71094;43.96261;5.22893;204;20221003;24.8;13.9;19.4;2.9;13.66;0;3;13092
+71094;43.96261;5.22893;204;20221004;26.2;8.7;17.4;1.5;13.02;.1;2.68;16592
+71094;43.96261;5.22893;204;20221005;25.3;9.9;17.6;1.6;14.12;.1;2.52;15614
+71094;43.96261;5.22893;204;20221006;25.1;9.7;17.4;1.6;14.06;0;2.44;15446
+71094;43.96261;5.22893;204;20221007;25.4;11.4;18.4;1.4;14.26;0;2.42;14552
+71094;43.96261;5.22893;204;20221008;19.3;12.9;16.1;1.3;15.06;5.2;1.58;9738
+71094;43.96261;5.22893;204;20221009;19.9;13.7;16.8;1.9;15.26;0;1.69;9525
+71094;43.96261;5.22893;204;20221010;24.1;13.5;18.8;1.5;15.02;.1;2.16;12218
+71094;43.96261;5.22893;204;20221011;23.7;10.2;16.9;1.3;14.16;0;2.04;13802
+71094;43.96261;5.22893;204;20221012;24.1;12.1;18.1;1.2;14.59;.1;1.99;12634
+71094;43.96261;5.22893;204;20221013;21.8;9.1;15.5;1.2;13.76;.2;1.75;13000
+71094;43.96261;5.22893;204;20221014;23.6;11.6;17.6;1.3;14.19;.1;1.93;12433
+71094;43.96261;5.22893;204;20221015;25.6;8.6;17.1;1.3;13.12;.1;2.14;14586
+71094;43.96261;5.22893;204;20221016;25.2;13.3;19.2;2.5;14.96;.1;2.46;12291
+71094;43.96261;5.22893;204;20221017;26.2;13.3;19.8;2.3;14.72;.1;2.57;12583
+71094;43.96261;5.22893;204;20221018;25.8;11;18.4;1.6;14.36;.1;2.18;13159
+71094;43.96261;5.22893;204;20221019;24.5;9.8;17.1;1.3;14.39;0;1.87;12938
+71094;43.96261;5.22893;204;20221020;22.7;14.3;18.5;2.3;15.59;.3;1.95;9672
+71094;43.96261;5.22893;204;20221021;23.1;17.8;20.5;3.5;17.49;0;2.19;7776
+71094;43.96261;5.22893;204;20221022;25.3;17.2;21.3;1.8;17.32;0;1.99;9511
+71094;43.96261;5.22893;204;20221023;24.8;16.6;20.7;3;17.12;0;2.28;9247
+71094;43.96261;5.22893;204;20221024;25.8;18.8;22.3;2.5;17.36;0;2.32;8683
+71094;43.96261;5.22893;204;20221025;26.6;12.9;19.7;1.7;15.69;0;2.03;11457
+71094;43.96261;5.22893;204;20221026;25.5;14.3;19.9;2.2;15.39;.1;2.13;10585
+71094;43.96261;5.22893;204;20221027;25.7;12.6;19.2;1.8;15.89;.1;1.99;10964
+71094;43.96261;5.22893;204;20221028;25.5;11;18.3;1.7;14.32;0;1.96;11371
+71094;43.96261;5.22893;204;20221029;26.2;9.3;17.7;1.4;12.52;.1;1.94;12035
+71094;43.96261;5.22893;204;20221030;25.2;8.7;17;1.5;12.49;.1;1.78;11782
+71094;43.96261;5.22893;204;20221031;23.8;10.8;17.3;2.2;13.82;40.3;1.85;10357
+71094;43.96261;5.22893;204;20221101;22.5;15.1;18.8;2.5;15.66;5;1.79;7882
+71094;43.96261;5.22893;204;20221102;20;10.5;15.2;1.6;12.72;.1;1.33;8789
+71094;43.96261;5.22893;204;20221103;15.7;7.2;11.5;2.2;12.88;31.8;.85;8032
+71094;43.96261;5.22893;204;20221104;14.7;6.5;10.6;2.6;10.22;1;1.15;7900
+71094;43.96261;5.22893;204;20221105;14.6;8;11.3;4;8.59;0;1.79;6909
+71094;43.96261;5.22893;204;20221106;19.8;3.1;11.4;1.7;8.56;.1;1.42;10804
+71094;43.96261;5.22893;204;20221107;19.4;2.9;11.1;1.3;9.16;0;1.22;10817
+71094;43.96261;5.22893;204;20221108;17.8;7;12.4;2.7;10.99;0;1.37;8752
+71094;43.96261;5.22893;204;20221109;20.2;14.5;17.3;3.1;13.92;23.5;1.78;6047
+71094;43.96261;5.22893;204;20221110;18;10.4;14.2;2.2;12.82;0;1.13;6715
+71094;43.96261;5.22893;204;20221111;20.5;7.4;13.9;1.9;11.42;.1;1.39;9244
+71094;43.96261;5.22893;204;20221112;19.1;5.8;12.4;1;11.19;0;.88;9201
+71094;43.96261;5.22893;204;20221113;17.2;9.7;13.5;1.5;11.59;0;.98;6734
+71094;43.96261;5.22893;204;20221114;15.5;6.9;11.2;2.4;11.26;4.6;.91;7211
+71094;43.96261;5.22893;204;20221115;16.1;11.9;14;2.4;13.36;8.2;.95;5058
+71094;43.96261;5.22893;204;20221116;18;9.7;13.9;1.5;11.86;0;.99;7009
+71094;43.96261;5.22893;204;20221117;17.5;7.1;12.3;1.3;11.76;2.8;.82;7722
+71094;43.96261;5.22893;204;20221118;14.3;8.2;11.2;2.4;10.09;0;1.03;5906
+71094;43.96261;5.22893;204;20221119;13;4.6;8.8;3.2;7.89;0;1.23;6542
+71094;43.96261;5.22893;204;20221120;12.6;3.8;8.2;3.2;7.16;0;1.36;6667
+71094;43.96261;5.22893;204;20221121;9;4;6.5;1.9;8.26;7.4;.59;5074
+71094;43.96261;5.22893;204;20221122;12.5;5.7;9.1;2.9;8.36;.1;1.11;5829
+71094;43.96261;5.22893;204;20221123;12.2;2.7;7.5;1.3;8.42;.1;.57;6943
+71094;43.96261;5.22893;204;20221124;15;2.3;8.6;1.6;8.59;0;.79;7922
+71094;43.96261;5.22893;204;20221125;15.9;5.1;10.5;2.3;9.06;0;1.05;7226
+71094;43.96261;5.22893;204;20221126;14.2;3.8;9;2.8;7.86;.1;1.11;6516
+71094;43.96261;5.22893;204;20221127;14.9;.2;7.5;1.6;7.19;.2;.79;8133
+71094;43.96261;5.22893;204;20221128;8.2;4.7;6.5;2.4;8.59;16.6;.54;3918
+71094;43.96261;5.22893;204;20221129;9.1;2.7;5.9;1.8;8.02;.3;.51;5180
+71094;43.96261;5.22893;204;20221130;12.3;.3;6.3;2.1;7.32;.1;.74;6586
+71094;43.96261;5.22893;204;20221201;10.3;1.4;5.8;1.9;7.29;0;.69;5826
+71094;43.96261;5.22893;204;20221202;8.3;1.5;4.9;1.6;7.39;.4;.54;4987
+71094;43.96261;5.22893;204;20221203;8.8;3.4;6.1;2.4;8.69;17.8;.43;4456
+71094;43.96261;5.22893;204;20221204;11.2;7.6;9.4;1.7;9.96;14.4;.56;3794
+71094;43.96261;5.22893;204;20221205;10;-.1;4.9;1.3;7.26;.1;.46;6560
+71094;43.96261;5.22893;204;20221206;10.2;-.4;4.9;2.2;6.22;0;.74;6524
+71094;43.96261;5.22893;204;20221207;7.6;-1.5;3.1;2.6;5.82;0;.6;5694
+71094;43.96261;5.22893;204;20221208;8.1;-3.3;2.4;1.8;6.52;25.7;.34;6579
+71094;43.96261;5.22893;204;20221209;11.4;6.5;8.9;2.1;10.29;7.6;.47;4448
+71094;43.96261;5.22893;204;20221210;6.2;4.1;5.1;3.5;6.89;0;.81;2616
+71094;43.96261;5.22893;204;20221211;4.5;-1.9;1.3;3;4.52;0;.78;4750
+71094;43.96261;5.22893;204;20221212;4.8;-5.4;-.3;1.4;4.86;7.1;.37;6272
+71094;43.96261;5.22893;204;20221213;6.2;2.2;4.2;2.9;7.86;5.5;.27;3886
+71094;43.96261;5.22893;204;20221214;9.8;5.8;7.8;1.8;9.69;.3;.42;3944
+71094;43.96261;5.22893;204;20221215;11.6;7.9;9.7;2.5;10.52;24.7;.59;3673
+71094;43.96261;5.22893;204;20221216;8.2;5.6;6.9;2.5;8.32;0;.64;2762
+71094;43.96261;5.22893;204;20221217;6.1;-1.5;2.3;2.1;5.79;.1;.5;4898
+71094;43.96261;5.22893;204;20221218;13.3;-1.3;6;2;7.16;.1;.66;7261
+71094;43.96261;5.22893;204;20221219;13.7;8.2;11;3.2;9.66;0;1.05;4599
+71094;43.96261;5.22893;204;20221220;15.2;11;13.1;3;11.26;1.3;1.13;3971
+71094;43.96261;5.22893;204;20221221;14.4;12.2;13.3;2.1;12.26;4.4;.82;2982
+71094;43.96261;5.22893;204;20221222;13;5.7;9.4;1.2;10.62;0;.39;5127
+71094;43.96261;5.22893;204;20221223;16.1;7;11.6;1.3;11.36;.1;.54;5566
+71094;43.96261;5.22893;204;20221224;17.6;6.1;11.9;1;10.46;.2;.5;6513
+71094;43.96261;5.22893;204;20221225;16.9;4.2;10.5;2.6;10.09;0;.82;6792
+71094;43.96261;5.22893;204;20221226;16.9;7.2;12;1.9;10.72;.1;.74;6048
+71094;43.96261;5.22893;204;20221227;14.3;5.3;9.8;1.8;8.99;.1;.71;5799
+71094;43.96261;5.22893;204;20221228;14.8;.6;7.7;1.5;7.52;0;.62;7238
+71094;43.96261;5.22893;204;20221229;15;8.1;11.6;2;10.22;0;.77;5305
+71094;43.96261;5.22893;204;20221230;13.6;7.5;10.6;1.4;10.92;.1;.48;4858
+71094;43.96261;5.22893;204;20221231;15.7;6.1;10.9;2.4;10.49;.1;.75;6017
+71095;43.9765;5.5393;852;20220101;20.1;-1.5;9.3;.7;6.1;.1;.5;8079
+71095;43.9765;5.5393;852;20220102;16.3;-3.9;6.2;1.8;5.7;0;1.01;7839
+71095;43.9765;5.5393;852;20220103;13.7;3.1;8.4;2.5;6.1;0;1.29;5587
+71095;43.9765;5.5393;852;20220104;9.4;-2;3.7;1.3;7.3;1.3;.36;5847
+71095;43.9765;5.5393;852;20220105;3.3;2.7;3;7.6;5.1;0;1.43;1005
+71095;43.9765;5.5393;852;20220106;4.3;-1.8;1.3;4.6;3.2;.1;1.53;4215
+71095;43.9765;5.5393;852;20220107;6.2;-9.1;-1.4;3.1;3.5;.3;.94;6987
+71095;43.9765;5.5393;852;20220108;6.7;-.6;3.1;4.3;5.9;1.4;.85;4725
+71095;43.9765;5.5393;852;20220109;4.1;1.5;2.8;5;5.4;0;1.03;2662
+71095;43.9765;5.5393;852;20220110;6.3;1.2;3.8;4.5;4.2;0;1.58;3942
+71095;43.9765;5.5393;852;20220111;8.7;-8;.4;1.7;3;0;.89;7562
+71095;43.9765;5.5393;852;20220112;7.6;-10.4;-1.4;1.1;3;0;.58;7938
+71095;43.9765;5.5393;852;20220113;10.8;-10;.4;.5;2.8;0;.36;8646
+71095;43.9765;5.5393;852;20220114;12.9;-9;2;.8;2.9;0;.59;8968
+71095;43.9765;5.5393;852;20220115;15.3;-8.2;3.6;.5;3.3;0;.41;9397
+71095;43.9765;5.5393;852;20220116;12.6;-8.5;2.1;2.5;2.8;0;1.54;8971
+71095;43.9765;5.5393;852;20220117;11;.3;5.7;4.3;3;0;2.34;6325
+71095;43.9765;5.5393;852;20220118;12.4;-8.3;2.1;1.5;4.1;0;.9;9068
+71095;43.9765;5.5393;852;20220119;8.6;-3.9;2.4;2.1;6;0;.63;7023
+71095;43.9765;5.5393;852;20220120;7.1;-.7;3.2;5.7;4.3;0;1.7;5516
+71095;43.9765;5.5393;852;20220121;7.1;-1.9;2.6;3.3;3.5;0;1.45;6028
+71095;43.9765;5.5393;852;20220122;8.4;-9.7;-.6;.8;3.2;0;.56;8836
+71095;43.9765;5.5393;852;20220123;13.6;-8.6;2.5;1;3.5;0;.82;9949
+71095;43.9765;5.5393;852;20220124;13.2;-8.8;2.2;1.1;3.8;0;.85;10020
+71095;43.9765;5.5393;852;20220125;9.5;-6.6;1.5;1;5.3;0;.58;8610
+71095;43.9765;5.5393;852;20220126;13.6;-9.2;2.2;1.7;3.5;0;1.23;10457
+71095;43.9765;5.5393;852;20220127;14.8;-9.3;2.8;1.1;3.6;0;.98;10757
+71095;43.9765;5.5393;852;20220128;11.7;-6.4;2.7;4.9;3;0;2.38;9500
+71095;43.9765;5.5393;852;20220129;14.4;-3.2;5.6;4;2.7;0;2.66;9480
+71095;43.9765;5.5393;852;20220130;12.9;4.5;8.7;5.7;4.6;0;2.87;6494
+71095;43.9765;5.5393;852;20220131;7.7;1.7;4.7;9.3;4.1;0;2.61;5492
+71095;43.9765;5.5393;852;20220201;8.6;-1.4;3.6;8.4;4;0;2.4;7315
+71095;43.9765;5.5393;852;20220202;12.7;5;8.9;8.6;6;0;2.92;6449
+71095;43.9765;5.5393;852;20220203;15.1;-2.8;6.2;2.3;5.3;0;1.56;10199
+71095;43.9765;5.5393;852;20220204;12.5;-1.1;5.7;3.9;6.6;0;1.45;8950
+71095;43.9765;5.5393;852;20220205;10.2;3.4;6.8;5.1;5.5;0;2;6281
+71095;43.9765;5.5393;852;20220206;11.7;-7.7;2;4.2;4.3;0;1.83;11063
+71095;43.9765;5.5393;852;20220207;10.4;4.3;7.4;7.7;4.7;0;2.9;6089
+71095;43.9765;5.5393;852;20220208;12;-6.1;3;1;3.4;0;1.04;10957
+71095;43.9765;5.5393;852;20220209;12.8;-8;2.4;.9;4.5;0;.97;11934
+71095;43.9765;5.5393;852;20220210;1.3;-7.7;-3.2;2.3;5.18;0;1.69;11833
+71095;43.9765;5.5393;852;20220211;11.4;-.2;5.6;3.2;5.01;0;1.81;10500
+71095;43.9765;5.5393;852;20220212;10.9;-.9;5;3.4;4.48;0;1.86;10933
+71095;43.9765;5.5393;852;20220213;9.3;.8;5;2.8;5.71;2.3;1.23;7800
+71095;43.9765;5.5393;852;20220214;6.2;1.9;4.1;2;6.68;27.7;.76;2866
+71095;43.9765;5.5393;852;20220215;7.4;-.4;3.5;2.7;5.74;0;1.11;10166
+71095;43.9765;5.5393;852;20220216;6.1;1.8;4;4;7.4;1.1;.68;5708
+71095;43.9765;5.5393;852;20220217;15.3;5.2;10.3;7.8;8.1;0;2.62;9107
+71095;43.9765;5.5393;852;20220218;16.7;3.2;10;2.7;7.9;0;1.86;10740
+71095;43.9765;5.5393;852;20220219;8.5;3.7;6.1;5.4;5.8;0;1.85;6308
+71095;43.9765;5.5393;852;20220220;12;1.1;6.6;5.9;4.8;0;2.65;9861
+71095;43.9765;5.5393;852;20220221;8;2.1;5.1;7.8;5.8;.9;1.86;7233
+71095;43.9765;5.5393;852;20220222;10.6;1.6;6.1;8.1;5.1;0;2.66;9157
+71095;43.9765;5.5393;852;20220223;14.6;2;8.3;3;4.4;0;2.44;11060
+71095;43.9765;5.5393;852;20220224;10.4;-2.9;3.8;2.8;6.6;.1;1.24;11522
+71095;43.9765;5.5393;852;20220225;8.8;1.9;5.4;5.2;4.2;0;2.35;8281
+71095;43.9765;5.5393;852;20220226;9.8;-2.8;3.5;2.6;3.6;0;1.84;11493
+71095;43.9765;5.5393;852;20220227;8.1;-8.6;-.2;1.6;4.2;0;1.23;13467
+71095;43.9765;5.5393;852;20220228;9.4;-7.7;.9;2.3;4.5;0;1.46;13804
+71095;43.9765;5.5393;852;20220301;9.4;-7;1.2;1.8;5;0;1.31;13678
+71095;43.9765;5.5393;852;20220302;8.8;-3;2.9;1.5;5.8;0;1.18;11679
+71095;43.9765;5.5393;852;20220303;12.1;-4.4;3.9;1.6;5.7;0;1.51;14063
+71095;43.9765;5.5393;852;20220304;13.5;-2.8;5.4;2.9;5;0;2.16;14146
+71095;43.9765;5.5393;852;20220305;9.9;-6.9;1.5;1.8;3.3;0;1.71;14542
+71095;43.9765;5.5393;852;20220306;6.4;-7.7;-.6;1.4;3.8;0;1.25;13445
+71095;43.9765;5.5393;852;20220307;8.6;-9.8;-.6;1.5;3.3;0;1.51;15606
+71095;43.9765;5.5393;852;20220308;9.6;-10.4;-.4;2;4.5;0;1.52;16482
+71095;43.9765;5.5393;852;20220309;9.7;-2;3.9;1.7;5.4;0;1.49;12648
+71095;43.9765;5.5393;852;20220310;10.3;-6.4;2;1.4;5.9;.2;1.4;15375
+71095;43.9765;5.5393;852;20220311;8.2;2.2;5.2;6.3;6.6;0;1.61;9142
+71095;43.9765;5.5393;852;20220312;9.4;4;6.7;6.8;5.1;1.4;2.66;8751
+71095;43.9765;5.5393;852;20220313;5.8;2.5;4.2;5.5;6.6;6.3;1.19;6822
+71095;43.9765;5.5393;852;20220314;11.5;3.2;7.4;3.7;8.4;.1;1.54;11207
+71095;43.9765;5.5393;852;20220315;12.6;5.5;9.1;3;7.4;0;1.99;10448
+71095;43.9765;5.5393;852;20220316;15.8;0;7.9;.8;7.5;0;1.84;15979
+71095;43.9765;5.5393;852;20220317;11.8;3.1;7.5;1.7;9.1;0;1.41;11870
+71095;43.9765;5.5393;852;20220318;13.5;5.6;9.6;3.8;7.88;1.1;2.47;9233
+71095;43.9765;5.5393;852;20220319;11;3.2;7.1;3.4;5.88;0;3.08;14233
+71095;43.9765;5.5393;852;20220320;8.5;-1;3.8;3.9;5.38;.1;2.24;7600
+71095;43.9765;5.5393;852;20220321;9.8;2.3;6.1;3.7;4.74;0;2.84;15866
+71095;43.9765;5.5393;852;20220322;10.2;-7.2;1.5;5.4;3.31;0;3.84;18450
+71095;43.9765;5.5393;852;20220323;12;-7.7;2.2;4;3.58;0;3.9;20300
+71095;43.9765;5.5393;852;20220324;14.8;-6.9;4;3.4;3.78;0;3.84;20500
+71095;43.9765;5.5393;852;20220325;15.3;-5.9;4.7;3;3.94;0;3.65;19500
+71095;43.9765;5.5393;852;20220326;16.1;-4.9;5.6;3.9;4.18;0;4.2;20100
+71095;43.9765;5.5393;852;20220327;15.2;-1.3;7;3.5;4.28;0;3.75;14800
+71095;43.9765;5.5393;852;20220328;17.4;-3.3;7.1;3.1;4.14;0;3.92;19700
+71095;43.9765;5.5393;852;20220329;14.8;-.1;7.4;2.8;5.74;2.8;3.12;14833
+71095;43.9765;5.5393;852;20220330;10.2;4.9;7.6;1.6;8.84;2.8;1.28;6800
+71095;43.9765;5.5393;852;20220331;11.8;4.1;8;3.3;7.14;.1;2.42;16100
+71095;43.9765;5.5393;852;20220401;2.7;1.1;1.9;5.5;4.44;.5;1.79;11466
+71095;43.9765;5.5393;852;20220402;2.1;-2.3;-.1;5;4.04;0;1.97;12900
+71095;43.9765;5.5393;852;20220403;6.4;-3.9;1.3;2.9;4.48;4.1;1.51;10166
+71095;43.9765;5.5393;852;20220404;8.9;-4.7;2.1;2.1;4.88;0;2.61;22200
+71095;43.9765;5.5393;852;20220405;13.1;-5.1;4;2.4;5.41;0;3.18;22833
+71095;43.9765;5.5393;852;20220406;12.1;-4.3;3.9;2.6;7.06;0;2.84;17300
+71095;43.9765;5.5393;852;20220407;11.3;4.9;8.1;3.6;8.64;0;1.84;9400
+71095;43.9765;5.5393;852;20220408;16.7;8.4;12.6;3.7;9.64;.1;2.45;12300
+71095;43.9765;5.5393;852;20220409;7.4;3.6;5.5;5.2;4.91;0;3.33;19933
+71095;43.9765;5.5393;852;20220410;12.8;-2.3;5.3;2.1;4.21;0;3.46;24500
+71095;43.9765;5.5393;852;20220411;10.5;.7;5.6;2.7;6.14;0;2.01;8600
+71095;43.9765;5.5393;852;20220412;16.2;-.5;7.9;3.6;6.68;0;3.17;13933
+71095;43.9765;5.5393;852;20220413;17.2;-.1;8.6;2.8;7.01;0;4.09;20300
+71095;43.9765;5.5393;852;20220414;20.3;-.4;10;2.6;7.71;0;4.31;22866
+71095;43.9765;5.5393;852;20220415;23.2;3.8;13.5;3;9.24;0;4.68;23666
+71095;43.9765;5.5393;852;20220416;22.6;10.8;16.7;3.1;8.16;0;4.49;23950
+71095;43.9765;5.5393;852;20220417;16.2;2.6;9.4;2.9;6.78;0;4.58;24933
+71095;43.9765;5.5393;852;20220418;17.1;-1.8;7.7;2.5;7.71;0;3.91;24300
+71095;43.9765;5.5393;852;20220419;18.4;0;9.2;2.4;7.04;.3;3.8;21600
+71095;43.9765;5.5393;852;20220420;10.3;1.7;6;2.1;8.91;5.7;2.07;9566
+71095;43.9765;5.5393;852;20220421;14.2;7.1;10.7;3.4;9.54;7.9;2.91;13000
+71095;43.9765;5.5393;852;20220422;15.1;3.6;9.4;2.7;9.04;.1;3.51;18866
+71095;43.9765;5.5393;852;20220423;8.5;7.7;8.1;3.4;8.51;26.4;1.96;5733
+71095;43.9765;5.5393;852;20220424;9.9;3.2;6.6;1.9;8.81;.6;1.61;10533
+71095;43.9765;5.5393;852;20220425;14.9;4.4;9.7;2.1;8.81;0;3.34;21600
+71095;43.9765;5.5393;852;20220426;17.5;-.2;8.7;2.2;7.94;0;3.95;25666
+71095;43.9765;5.5393;852;20220427;19.1;.9;10;2.4;8.14;0;4.41;25966
+71095;43.9765;5.5393;852;20220428;19.4;2.4;10.9;2.1;9.34;0;4.14;23500
+71095;43.9765;5.5393;852;20220429;20.1;2.4;11.3;2.1;8.84;0;4.29;24666
+71095;43.9765;5.5393;852;20220430;19.3;5.2;12.3;2.2;8.58;0;3.68;21500
+71095;43.9765;5.5393;852;20220501;17.7;6.3;12;2.3;7.41;0;4.23;26000
+71095;43.9765;5.5393;852;20220502;18.3;.9;9.6;2.6;8.51;0;4.07;23633
+71095;43.9765;5.5393;852;20220503;11.4;5;8.2;2.1;9.78;3.6;2.98;14666
+71095;43.9765;5.5393;852;20220504;16.9;2.1;9.5;2.1;9.78;2;3.6;21966
+71095;43.9765;5.5393;852;20220505;14.5;8.3;11.4;3;9.7;4.8;2.59;14671
+71095;43.9765;5.5393;852;20220506;17.9;7.7;12.8;4;9;0;3.7;19038
+71095;43.9765;5.5393;852;20220507;18.8;4;11.4;1.9;10.1;13.1;3.42;23136
+71095;43.9765;5.5393;852;20220508;16.7;6.9;11.8;1.8;11.2;10.8;2.82;18831
+71095;43.9765;5.5393;852;20220509;20.2;3.6;11.9;1.5;10.4;.8;3.66;24757
+71095;43.9765;5.5393;852;20220510;20.5;4.9;12.7;1.3;11.5;.2;3.59;24094
+71095;43.9765;5.5393;852;20220511;21.9;4.3;13.1;1.7;10.3;0;4.05;25732
+71095;43.9765;5.5393;852;20220512;22.4;3.5;13;1.4;9.5;0;4.17;26795
+71095;43.9765;5.5393;852;20220513;22.2;4.6;13.4;1.4;9.7;0;4.11;25949
+71095;43.9765;5.5393;852;20220514;24.7;6.3;15.5;1.1;11.7;.1;4.34;26649
+71095;43.9765;5.5393;852;20220515;23.9;8.3;16.1;1.3;12.9;.5;4.13;24599
+71095;43.9765;5.5393;852;20220516;24.6;7.1;15.9;1;10.7;0;4.33;26180
+71095;43.9765;5.5393;852;20220517;27.3;6.5;16.9;1.9;11.6;0;5.2;28689
+71095;43.9765;5.5393;852;20220518;26.1;13.4;19.8;2.6;12.9;0;4.88;22400
+71095;43.9765;5.5393;852;20220519;24;10.3;17.2;2;12;0;4.39;23364
+71095;43.9765;5.5393;852;20220520;26;6.1;16.1;1.2;10.8;0;4.77;28347
+71095;43.9765;5.5393;852;20220521;29.3;6.5;17.9;1.4;12.1;0;5.41;30146
+71095;43.9765;5.5393;852;20220522;29.1;10.5;19.8;1.6;15;0;5.22;27568
+71095;43.9765;5.5393;852;20220523;23.7;10.8;17.3;2.4;13.1;0;4.34;22954
+71095;43.9765;5.5393;852;20220524;21.2;10;15.6;3.3;10.8;0;4.26;21421
+71095;43.9765;5.5393;852;20220525;21.2;10.9;16.1;2.7;10.2;1.4;4.21;20583
+71095;43.9765;5.5393;852;20220526;25.3;10.2;17.8;2.8;11.2;0;5.14;25085
+71095;43.9765;5.5393;852;20220527;28.4;12.5;20.5;3.4;12.5;.6;5.99;25821
+71095;43.9765;5.5393;852;20220528;24.5;14;19.3;5.8;10.8;0;5.97;20953
+71095;43.9765;5.5393;852;20220529;22.5;10.1;16.3;4.3;7.2;0;5.66;22864
+71095;43.9765;5.5393;852;20220530;21.6;2;11.8;1.1;8.1;.2;4.33;28928
+71095;43.9765;5.5393;852;20220531;22.9;7.7;15.3;1.1;10.4;0;4.26;25478
+71095;43.9765;5.5393;852;20220601;27.2;5.5;16.4;1.3;11.1;0;5.23;30594
+71095;43.9765;5.5393;852;20220602;28;6.9;17.5;1.2;12.1;0;5.26;30222
+71095;43.9765;5.5393;852;20220603;24.3;13.1;18.7;2;13.5;.6;4.37;21939
+71095;43.9765;5.5393;852;20220604;29.7;12.1;20.9;3;13.9;0;6.11;27665
+71095;43.9765;5.5393;852;20220605;27.2;13.3;20.3;2.3;13.8;.3;5.16;24577
+71095;43.9765;5.5393;852;20220606;27.6;6.9;17.3;2.5;11.5;.4;5.76;30139
+71095;43.9765;5.5393;852;20220607;23.8;11.8;17.8;4.9;11.4;0;5.37;22874
+71095;43.9765;5.5393;852;20220608;22;10.9;16.5;3.3;9.8;0;4.75;22013
+71095;43.9765;5.5393;852;20220609;19.4;12.4;15.9;7.9;9.2;0;5.2;17411
+71095;43.9765;5.5393;852;20220610;26.7;10.3;18.5;4.7;7.7;0;7;26919
+71095;43.9765;5.5393;852;20220611;28.8;5.3;17.1;1.9;9.7;0;5.93;31492
+71095;43.9765;5.5393;852;20220612;30.6;6.7;18.7;1.6;10.8;0;6.01;31522
+71095;43.9765;5.5393;852;20220613;29.9;10.7;20.3;3.1;12.4;0;6.48;29247
+71095;43.9765;5.5393;852;20220614;31;8.2;19.6;2.1;11.3;0;6.41;31571
+71095;43.9765;5.5393;852;20220615;29.8;9.8;19.8;1.1;12.2;.1;5.52;29900
+71095;43.9765;5.5393;852;20220616;33.2;10.7;22;2.3;12.2;0;6.94;31607
+71095;43.9765;5.5393;852;20220617;34.3;16.4;25.4;2.8;11;0;7.4;28290
+71095;43.9765;5.5393;852;20220618;32;12.3;22.2;1.8;14.5;0;6.17;29709
+71095;43.9765;5.5393;852;20220619;29.5;13.9;21.7;3.2;13.9;0;6.15;26394
+71095;43.9765;5.5393;852;20220620;30.2;10;20.1;2;10.1;0;6.22;30099
+71095;43.9765;5.5393;852;20220621;27.6;11.3;19.5;1.7;12.5;2.5;5.27;26993
+71095;43.9765;5.5393;852;20220622;23.9;16.3;20.1;2.2;17.5;5.3;3.76;18287
+71095;43.9765;5.5393;852;20220623;22.2;12.6;17.4;2.4;16.3;2.3;3.65;20604
+71095;43.9765;5.5393;852;20220624;23.2;13.9;18.6;2.4;14.8;5.5;4.06;20267
+71095;43.9765;5.5393;852;20220625;26.5;8.4;17.5;1.2;12.4;0;4.98;28438
+71095;43.9765;5.5393;852;20220626;28.1;13.2;20.7;2.1;13.8;0;5.36;25747
+71095;43.9765;5.5393;852;20220627;28.1;11;19.6;2.1;14.3;0;5.41;27597
+71095;43.9765;5.5393;852;20220628;28.4;13.9;21.2;3.4;14.8;1.1;5.77;25359
+71095;43.9765;5.5393;852;20220629;27.4;9.2;18.3;1.7;12.9;0;5.28;28441
+71095;43.9765;5.5393;852;20220630;27.8;8.6;18.2;1.5;12.5;0;5.33;29196
+71095;43.9765;5.5393;852;20220701;25.8;11.7;18.8;3.2;11.5;0;5.46;24930
+71095;43.9765;5.5393;852;20220702;31.2;4.1;17.7;1.4;8.7;0;5.91;31426
+71095;43.9765;5.5393;852;20220703;32.8;9.2;21;1.6;10.7;0;6.36;31388
+71095;43.9765;5.5393;852;20220704;31.9;15.4;23.7;2.4;13.1;1.2;6.36;26903
+71095;43.9765;5.5393;852;20220705;30.7;16.5;23.6;4;12.8;0;6.92;24889
+71095;43.9765;5.5393;852;20220706;30.1;14.6;22.4;4.5;10.8;0;7.32;25982
+71095;43.9765;5.5393;852;20220707;29.3;14.6;22;5.3;11.3;0;7.34;25248
+71095;43.9765;5.5393;852;20220708;29;16;22.5;4.3;11.4;0;6.76;23675
+71095;43.9765;5.5393;852;20220709;29.3;10.1;19.7;2.1;11.8;0;5.85;28814
+71095;43.9765;5.5393;852;20220710;29.8;10.6;20.2;2.3;11.9;0;6.03;28756
+71095;43.9765;5.5393;852;20220711;30.7;10.5;20.6;2.1;13.3;0;6.04;29446
+71095;43.9765;5.5393;852;20220712;30.6;10;20.3;2.1;12;0;6.11;29675
+71095;43.9765;5.5393;852;20220713;30.8;8.9;19.9;1.8;13.5;0;5.94;30541
+71095;43.9765;5.5393;852;20220714;31.6;12.2;21.9;1.9;13.8;0;6;28649
+71095;43.9765;5.5393;852;20220715;33.6;13.4;23.5;3.5;11.7;0;7.61;29170
+71095;43.9765;5.5393;852;20220716;33;17.9;25.5;2.8;9.6;0;6.93;25094
+71095;43.9765;5.5393;852;20220717;33.2;9.6;21.4;1.6;13.7;0;6.15;30517
+71095;43.9765;5.5393;852;20220718;33.9;13.7;23.8;1.3;16.3;0;5.92;28933
+71095;43.9765;5.5393;852;20220719;33;14.9;24;2.2;16.6;0;6.13;27284
+71095;43.9765;5.5393;852;20220720;32.6;12.2;22.4;1.8;13.7;0;6.08;28905
+71095;43.9765;5.5393;852;20220721;33.2;12.8;23;1.4;12.3;0;5.92;28815
+71095;43.9765;5.5393;852;20220722;33.7;9.3;21.5;1.5;11.6;0;6.1;30065
+71095;43.9765;5.5393;852;20220723;31.9;12.6;22.3;2.3;13.8;0;6.13;27831
+71095;43.9765;5.5393;852;20220724;33.3;14.5;23.9;1.6;13.3;0;5.91;27367
+71095;43.9765;5.5393;852;20220725;33.8;10.9;22.4;1.9;13.2;0;6.35;29760
+71095;43.9765;5.5393;852;20220726;29.3;18;23.7;4.5;13.4;0;6.39;20964
+71095;43.9765;5.5393;852;20220727;29.4;14.1;21.8;3;11.7;0;5.96;24375
+71095;43.9765;5.5393;852;20220728;30.6;8.1;19.4;1.5;11.1;0;5.58;29431
+71095;43.9765;5.5393;852;20220729;26.6;11.7;19.2;2;13.8;1.2;4.67;23860
+71095;43.9765;5.5393;852;20220730;29.8;16.4;23.1;3.7;11.3;0;6.4;22512
+71095;43.9765;5.5393;852;20220731;32;8.8;20.4;1.6;10.3;0;5.8;29078
+71095;43.9765;5.5393;852;20220801;33;11;22;1.6;10.5;0;5.92;28726
+71095;43.9765;5.5393;852;20220802;33;17.2;25.1;3;10.9;0;6.72;24169
+71095;43.9765;5.5393;852;20220803;33.1;11.6;22.4;1.8;14.1;0;5.89;28141
+71095;43.9765;5.5393;852;20220804;33.1;13;23.1;1.4;12.4;0;5.56;27070
+71095;43.9765;5.5393;852;20220805;33.1;12;22.6;2;11.4;.1;6.08;27615
+71095;43.9765;5.5393;852;20220806;33.3;18.5;25.9;4.1;12.7;0;7.26;22944
+71095;43.9765;5.5393;852;20220807;29.6;14.6;22.1;3.1;12.9;0;5.7;22987
+71095;43.9765;5.5393;852;20220808;30.7;9.9;20.3;1.5;12.1;0;5.23;27012
+71095;43.9765;5.5393;852;20220809;31.3;10.1;20.7;1.5;11.9;0;5.31;27135
+71095;43.9765;5.5393;852;20220810;31.2;10.1;20.7;1.8;11.4;.3;5.49;26928
+71095;43.9765;5.5393;852;20220811;30.8;11.4;21.1;1.5;13;0;5.07;25664
+71095;43.9765;5.5393;852;20220812;32.9;10;21.5;1.7;11.8;0;5.64;27450
+71095;43.9765;5.5393;852;20220813;30.7;13.5;22.1;2.1;17;.2;5.01;23873
+71095;43.9765;5.5393;852;20220814;25.6;16.5;21.1;2;15;10.2;3.84;17144
+71095;43.9765;5.5393;852;20220815;27.3;9.6;18.5;1.7;12.6;0;4.48;23947
+71095;43.9765;5.5393;852;20220816;29.3;9.3;19.3;2;13.9;.9;4.91;25333
+71095;43.9765;5.5393;852;20220817;24.3;14.6;19.5;2.5;15.4;10.7;3.67;17400
+71095;43.9765;5.5393;852;20220818;24.4;11;17.7;2.4;13.9;12.3;3.88;20404
+71095;43.9765;5.5393;852;20220819;24;14.2;19.1;6.5;13.3;0;4.88;17275
+71095;43.9765;5.5393;852;20220820;27;15.6;21.3;5.4;13.2;0;5.62;18548
+71095;43.9765;5.5393;852;20220821;27.2;14.8;21;4.2;13;0;5.23;19239
+71095;43.9765;5.5393;852;20220822;28.1;15.3;21.7;4.4;11.4;0;5.84;19425
+71095;43.9765;5.5393;852;20220823;29.7;14.8;22.3;2.5;12.1;0;5.07;20853
+71095;43.9765;5.5393;852;20220824;30.2;10.2;20.2;1.4;13;0;4.55;24066
+71095;43.9765;5.5393;852;20220825;29.6;10.3;20;1.7;13;0;4.58;23470
+71095;43.9765;5.5393;852;20220826;29.3;16.2;22.8;2.9;13.8;1;4.94;19122
+71095;43.9765;5.5393;852;20220827;28.3;11.2;19.8;1.4;13.9;.4;4.07;21755
+71095;43.9765;5.5393;852;20220828;28.3;9.6;19;1.6;13.3;0;4.2;22605
+71095;43.9765;5.5393;852;20220829;29.1;8.3;18.7;1.6;13.8;.1;4.32;23690
+71095;43.9765;5.5393;852;20220830;26.8;13.9;20.4;1.3;16.4;3.2;3.47;18422
+71095;43.9765;5.5393;852;20220831;25.5;11.3;18.4;2.6;15.1;0;3.72;19203
+71095;43.9765;5.5393;852;20220901;27.5;12.1;19.8;2.1;12.3;0;4.19;19862
+71095;43.9765;5.5393;852;20220902;23.1;9.5;16.3;1.7;13.1;2.2;3.19;18492
+71095;43.9765;5.5393;852;20220903;25.9;12.1;19;1.6;14.5;3;3.47;18483
+71095;43.9765;5.5393;852;20220904;25.3;9.3;17.3;.8;14.4;.8;3.17;19776
+71095;43.9765;5.5393;852;20220905;26.7;11.7;19.2;1;15.3;1;3.3;18977
+71095;43.9765;5.5393;852;20220906;25.5;11;18.3;1.2;15.8;2.2;3.15;18496
+71095;43.9765;5.5393;852;20220907;23.9;16.3;20.1;2.5;18;9.6;2.8;13154
+71095;43.9765;5.5393;852;20220908;22.5;11.4;17;3.3;12.9;.1;3.34;15854
+71095;43.9765;5.5393;852;20220909;22.3;9.9;16.1;3;10.9;0;3.5;16637
+71095;43.9765;5.5393;852;20220910;21.5;8.6;15.1;3.4;10.1;0;3.55;16829
+71095;43.9765;5.5393;852;20220911;26;11.2;18.6;3.3;9.4;0;4.57;17897
+71095;43.9765;5.5393;852;20220912;27.7;6.4;17.1;1.2;11.6;0;3.53;21367
+71095;43.9765;5.5393;852;20220913;26.2;10;18.1;1.8;15.4;1.3;3.25;18408
+71095;43.9765;5.5393;852;20220914;20.3;15.6;18;2.7;15.9;8.2;2.19;9617
+71095;43.9765;5.5393;852;20220915;24.4;10.7;17.6;2.1;13.7;0;3.11;16580
+71095;43.9765;5.5393;852;20220916;21.2;13.5;17.4;5.1;11.5;0;3.71;12200
+71095;43.9765;5.5393;852;20220917;17.1;9.3;13.2;7.6;6.8;0;4.4;12163
+71095;43.9765;5.5393;852;20220918;20.9;1.8;11.4;3;7;0;3.53;19100
+71095;43.9765;5.5393;852;20220919;21;8.9;15;4.9;6.4;0;4.59;14962
+71095;43.9765;5.5393;852;20220920;22.4;2.5;12.5;1.9;7.8;0;3.15;19124
+71095;43.9765;5.5393;852;20220921;21.5;3;12.3;2.2;8.3;0;3.06;18238
+71095;43.9765;5.5393;852;20220922;19.9;3;11.5;1.4;9.5;.1;2.42;17236
+71095;43.9765;5.5393;852;20220923;19.4;4.9;12.2;.9;10.8;10.4;2.11;15768
+71095;43.9765;5.5393;852;20220924;14.4;10.7;12.6;1.2;12.4;18.6;1.32;7661
+71095;43.9765;5.5393;852;20220925;17.6;9.3;13.5;2.1;11.5;.5;2;11573
+71095;43.9765;5.5393;852;20220926;16.4;7.4;11.9;3.8;8.7;.2;2.57;11941
+71095;43.9765;5.5393;852;20220927;13.9;5.8;9.9;5.4;8.2;0;2.38;11183
+71095;43.9765;5.5393;852;20220928;17.1;8;12.6;4.2;10.3;.5;2.38;11750
+71095;43.9765;5.5393;852;20220929;15.9;8.8;12.4;3;9.6;0;2.13;10212
+71095;43.9765;5.5393;852;20220930;14.4;6.5;10.5;3.7;8;.7;2.27;10676
+71095;43.9765;5.5393;852;20221001;15.3;4.9;10.1;3.8;9.3;.1;2.02;12178
+71095;43.9765;5.5393;852;20221002;21;9.1;15.1;3.5;11.4;0;2.74;12910
+71095;43.9765;5.5393;852;20221003;24.4;10.9;17.7;2.9;10.2;0;3.36;13623
+71095;43.9765;5.5393;852;20221004;23.6;2.3;13;1.1;9.2;.1;2.35;17030
+71095;43.9765;5.5393;852;20221005;21.2;3.6;12.4;1.4;10.3;.1;2.13;15262
+71095;43.9765;5.5393;852;20221006;22.3;4.1;13.2;1;10.2;0;2.07;15347
+71095;43.9765;5.5393;852;20221007;20.7;4.1;12.4;1.2;9.6;.1;2;14465
+71095;43.9765;5.5393;852;20221008;16.9;4.7;10.8;.5;11.3;5.9;1.41;12190
+71095;43.9765;5.5393;852;20221009;17.2;11.3;14.3;.9;13.5;.5;1.3;8239
+71095;43.9765;5.5393;852;20221010;19;10.5;14.8;.8;12.3;.1;1.5;9858
+71095;43.9765;5.5393;852;20221011;19.5;4.1;11.8;.9;10.8;0;1.62;13261
+71095;43.9765;5.5393;852;20221012;19.2;6.4;12.8;1.1;10.9;.8;1.62;11903
+71095;43.9765;5.5393;852;20221013;18.4;3;10.7;1.3;10.3;.1;1.59;12938
+71095;43.9765;5.5393;852;20221014;19;9.5;14.3;3.4;11.2;.1;2.18;9940
+71095;43.9765;5.5393;852;20221015;22.2;4.2;13.2;1.4;10.5;.1;1.94;13679
+71095;43.9765;5.5393;852;20221016;19.8;6.2;13;1.6;12.3;.1;1.59;11683
+71095;43.9765;5.5393;852;20221017;21.3;7.4;14.4;2.5;11.6;0;2.09;11667
+71095;43.9765;5.5393;852;20221018;22.4;5;13.7;.9;10.6;.1;1.66;12941
+71095;43.9765;5.5393;852;20221019;22;2.3;12.2;1;9.9;.1;1.66;13624
+71095;43.9765;5.5393;852;20221020;17.6;7.6;12.6;2.8;13.3;1.5;1.26;9454
+71095;43.9765;5.5393;852;20221021;16.8;12.7;14.8;5.2;15.3;1.6;1.12;5814
+71095;43.9765;5.5393;852;20221022;17.8;14.1;16;2.9;15.4;0;1.25;5427
+71095;43.9765;5.5393;852;20221023;19.3;12.2;15.8;4.2;14.8;.1;1.62;7589
+71095;43.9765;5.5393;852;20221024;19.6;14.2;16.9;3.4;14.7;1;1.72;6474
+71095;43.9765;5.5393;852;20221025;22.5;5;13.8;.9;11.3;0;1.44;11856
+71095;43.9765;5.5393;852;20221026;22;5.3;13.7;.9;11.2;.1;1.39;11421
+71095;43.9765;5.5393;852;20221027;22.4;5.7;14.1;1.1;10.7;.1;1.5;11272
+71095;43.9765;5.5393;852;20221028;24.2;3.4;13.8;1.1;9;0;1.65;12468
+71095;43.9765;5.5393;852;20221029;23.8;3.4;13.6;1;8.2;.1;1.55;12182
+71095;43.9765;5.5393;852;20221030;21;5.9;13.5;1.6;7.8;.1;1.77;10282
+71095;43.9765;5.5393;852;20221031;18.1;3.6;10.9;2.5;10;33.4;1.47;9934
+71095;43.9765;5.5393;852;20221101;18.7;9.6;14.2;2.1;12.3;8.7;1.35;7674
+71095;43.9765;5.5393;852;20221102;18.1;4.9;11.5;1.2;10;.1;1.14;9211
+71095;43.9765;5.5393;852;20221103;10.6;1.3;6;2.9;10;35.6;.42;7558
+71095;43.9765;5.5393;852;20221104;8.7;4.5;6.6;4.3;7.7;.4;1.07;4865
+71095;43.9765;5.5393;852;20221105;11.5;4.7;8.1;4.3;6.2;0;1.89;6229
+71095;43.9765;5.5393;852;20221106;14.6;-1.6;6.5;1.5;5.7;0;1.19;9730
+71095;43.9765;5.5393;852;20221107;18.5;-2.4;8.1;.9;6.1;0;1.04;10970
+71095;43.9765;5.5393;852;20221108;12.2;-.9;5.7;2.1;9.3;.2;.59;8481
+71095;43.9765;5.5393;852;20221109;14.5;10.7;12.6;2.8;12;20;1.02;4303
+71095;43.9765;5.5393;852;20221110;16.1;6.6;11.4;2;9.7;0;1.16;6972
+71095;43.9765;5.5393;852;20221111;18.9;.6;9.8;.8;8.1;.1;.88;9728
+71095;43.9765;5.5393;852;20221112;17.1;-.5;8.3;.6;7.8;0;.71;9412
+71095;43.9765;5.5393;852;20221113;12.5;5;8.8;.9;8.4;0;.72;5913
+71095;43.9765;5.5393;852;20221114;10.1;-.5;4.8;2.2;8.6;5.1;.47;7026
+71095;43.9765;5.5393;852;20221115;10.6;7.6;9.1;2.8;11.2;7.7;.49;3482
+71095;43.9765;5.5393;852;20221116;13.3;6.2;9.8;3;9.3;0;1.08;5530
+71095;43.9765;5.5393;852;20221117;15.1;2.1;8.6;1.4;9.2;2.2;.75;7550
+71095;43.9765;5.5393;852;20221118;9.5;5.3;7.4;5;7.4;0;1.34;4048
+71095;43.9765;5.5393;852;20221119;9.2;2.8;6;4.7;6;0;1.49;5041
+71095;43.9765;5.5393;852;20221120;8.5;1.6;5.1;4.5;5.7;0;1.37;5191
+71095;43.9765;5.5393;852;20221121;7.7;1.9;4.8;3.3;6.5;10.2;.91;4667
+71095;43.9765;5.5393;852;20221122;6.5;3.4;5;6.7;6.1;0;1.39;3253
+71095;43.9765;5.5393;852;20221123;10.5;-.3;5.1;3.7;6.8;0;.99;6391
+71095;43.9765;5.5393;852;20221124;14;3.4;8.7;3.6;6.3;0;1.73;6260
+71095;43.9765;5.5393;852;20221125;12.2;1.4;6.8;2.5;7.1;0;.97;6258
+71095;43.9765;5.5393;852;20221126;11.6;2.7;7.2;3.9;5.3;0;1.76;5583
+71095;43.9765;5.5393;852;20221127;11.1;-4.6;3.3;.5;5.1;.1;.37;7489
+71095;43.9765;5.5393;852;20221128;4.9;-.8;2.1;1.2;6.8;14.5;.32;4292
+71095;43.9765;5.5393;852;20221129;5.7;0;2.9;3.2;6.2;.1;.64;4252
+71095;43.9765;5.5393;852;20221130;10.1;-4.8;2.7;1;5;0;.51;7088
+71095;43.9765;5.5393;852;20221201;8.6;-4.9;1.9;1;5.4;0;.43;6669
+71095;43.9765;5.5393;852;20221202;6.1;-3.6;1.3;.9;5.8;.5;.33;5538
+71095;43.9765;5.5393;852;20221203;5.2;.5;2.9;3.3;7.2;26.8;.34;3689
+71095;43.9765;5.5393;852;20221204;5.9;3.9;4.9;3.8;8;16;.48;2232
+71095;43.9765;5.5393;852;20221205;9.3;-4.1;2.6;.6;5.2;0;.34;6442
+71095;43.9765;5.5393;852;20221206;11.2;-6.4;2.4;.9;4.2;0;.5;7399
+71095;43.9765;5.5393;852;20221207;9.7;-5.7;2;1.5;4.1;0;.71;6849
+71095;43.9765;5.5393;852;20221208;6.6;-6.9;-.1;1.2;5.5;29;.3;6346
+71095;43.9765;5.5393;852;20221209;10.7;3.7;7.2;2.7;9.6;12.1;.43;4419
+71095;43.9765;5.5393;852;20221210;5.4;2.7;4.1;4.3;6.8;0;.71;2561
+71095;43.9765;5.5393;852;20221211;3.4;-3.6;-.1;4.5;3;0;1.37;4375
+71095;43.9765;5.5393;852;20221212;6;-8.4;-1.2;1.8;3.5;8.1;.64;6442
+71095;43.9765;5.5393;852;20221213;2.9;-1.5;.7;2.5;6.8;11.7;.13;3347
+71095;43.9765;5.5393;852;20221214;7.6;2.1;4.9;1.4;8.1;.2;.34;3782
+71095;43.9765;5.5393;852;20221215;7.7;1.8;4.8;1.6;8.9;31.7;.21;3921
+71095;43.9765;5.5393;852;20221216;8.1;2.1;5.1;2.5;7.8;0;.48;3948
+71095;43.9765;5.5393;852;20221217;8.8;-2.3;3.3;2.2;5.1;0;.79;5520
+71095;43.9765;5.5393;852;20221218;8.1;-4.4;1.9;1.8;6.1;.2;.41;5876
+71095;43.9765;5.5393;852;20221219;7.7;3.6;5.7;2.5;8.9;.3;.32;3170
+71095;43.9765;5.5393;852;20221220;9.1;7.3;8.2;3.7;10.2;6.1;.49;1948
+71095;43.9765;5.5393;852;20221221;11.3;7.8;9.6;3.1;10;5.1;.76;2893
+71095;43.9765;5.5393;852;20221222;11.4;2.4;6.9;3.2;8.1;.2;.77;4911
+71095;43.9765;5.5393;852;20221223;13.7;7.8;10.8;3.6;10.5;0;.92;3894
+71095;43.9765;5.5393;852;20221224;15.1;8.1;11.6;2.2;9.1;.1;1.07;4287
+71095;43.9765;5.5393;852;20221225;13.1;-2.3;5.4;2.3;8.2;0;.53;6587
+71095;43.9765;5.5393;852;20221226;13.6;8;10.8;2.5;10;.1;.88;3803
+71095;43.9765;5.5393;852;20221227;12.3;4.5;8.4;3.3;7.1;0;1.27;4581
+71095;43.9765;5.5393;852;20221228;11.3;-4.3;3.5;1.5;6.2;.1;.52;6685
+71095;43.9765;5.5393;852;20221229;9.3;2;5.7;2.1;9.4;.4;.23;4448
+71095;43.9765;5.5393;852;20221230;9.8;6.8;8.3;1.1;9.3;.1;.51;2702
+71095;43.9765;5.5393;852;20221231;12;.7;6.4;2;8.7;0;.47;5692
+71096;43.98945;5.84981;439;20220101;17.2;-.5;8.4;.6;7.6;.1;.32;8382
+71096;43.98945;5.84981;439;20220102;7.6;3.1;5.4;2.1;8.1;.1;.41;4192
+71096;43.98945;5.84981;439;20220103;14.1;1.2;7.7;1.7;7.4;0;.75;6606
+71096;43.98945;5.84981;439;20220104;11.2;.3;5.7;.9;7.75;1.5;.43;5616
+71096;43.98945;5.84981;439;20220105;8.8;4.8;6.8;6.7;5.7;0;1.88;5926
+71096;43.98945;5.84981;439;20220106;8.6;-.8;3.9;4;3.6;.1;1.43;7677
+71096;43.98945;5.84981;439;20220107;8.5;-4.4;2.1;3.3;3.9;.1;1.2;8020
+71096;43.98945;5.84981;439;20220108;10.8;1.4;6.1;3.4;5.95;1.4;1.17;7120
+71096;43.98945;5.84981;439;20220109;8.6;2.6;5.6;3.8;5.95;0;1.12;6314
+71096;43.98945;5.84981;439;20220110;9.7;2.5;6.1;3.9;4.65;0;1.51;7219
+71096;43.98945;5.84981;439;20220111;8.6;-4;2.3;3.2;3.9;0;1.12;8658
+71096;43.98945;5.84981;439;20220112;8.1;-5.3;1.4;2.8;3.7;0;1.05;8792
+71096;43.98945;5.84981;439;20220113;10.8;-6;2.4;.9;3.55;0;.51;8902
+71096;43.98945;5.84981;439;20220114;13;-5.6;3.7;1.1;3.5;0;.74;8843
+71096;43.98945;5.84981;439;20220115;14.4;-4.3;5.1;1.2;4.1;0;.84;8986
+71096;43.98945;5.84981;439;20220116;12.2;-4.5;3.8;2.2;3.95;0;1.24;9028
+71096;43.98945;5.84981;439;20220117;12.1;-2.5;4.8;3.2;3.8;0;1.62;9176
+71096;43.98945;5.84981;439;20220118;13.1;-3.6;4.7;1.5;4.85;0;.9;9174
+71096;43.98945;5.84981;439;20220119;10.6;-1.3;4.6;1.8;6.05;0;.76;7489
+71096;43.98945;5.84981;439;20220120;10.5;.9;5.7;4.2;4.9;0;1.69;8197
+71096;43.98945;5.84981;439;20220121;8.9;-2.8;3;3.6;4.05;0;1.46;9251
+71096;43.98945;5.84981;439;20220122;10.3;-4.6;2.8;2.5;3.85;0;1.12;9579
+71096;43.98945;5.84981;439;20220123;13.9;-3.5;5.2;1.7;4.1;0;1.13;9685
+71096;43.98945;5.84981;439;20220124;12.4;-4.8;3.8;1.7;4.55;0;1.01;9841
+71096;43.98945;5.84981;439;20220125;11.5;-3.1;4.2;1.4;5.5;0;.81;8921
+71096;43.98945;5.84981;439;20220126;12.7;-4.4;4.2;1.2;4.95;0;.83;10509
+71096;43.98945;5.84981;439;20220127;13.3;-4.6;4.3;1.1;4.45;0;.87;10221
+71096;43.98945;5.84981;439;20220128;14.3;-3.9;5.2;2.9;4.15;0;1.85;10433
+71096;43.98945;5.84981;439;20220129;14.2;-1.4;6.4;2.5;4.25;0;1.72;10282
+71096;43.98945;5.84981;439;20220130;15.7;-1.6;7;3.8;4.9;0;2.24;10663
+71096;43.98945;5.84981;439;20220131;12.8;-1.8;5.5;7.9;4.6;0;2.87;10229
+71096;43.98945;5.84981;439;20220201;11.8;3;7.4;6.5;4.35;0;2.82;9203
+71096;43.98945;5.84981;439;20220202;19.1;9.2;14.2;7.5;6.1;0;4.45;8538
+71096;43.98945;5.84981;439;20220203;17.1;1.4;9.2;2.3;6.95;0;1.62;10387
+71096;43.98945;5.84981;439;20220204;12.7;4.2;8.5;2.6;7.6;0;1.27;9025
+71096;43.98945;5.84981;439;20220205;14.5;3.3;8.9;4.4;6;0;2.28;10601
+71096;43.98945;5.84981;439;20220206;12.7;-1.9;5.4;4.7;5.3;0;2.02;11349
+71096;43.98945;5.84981;439;20220207;16.3;6.7;11.5;6.3;4.9;0;3.72;10620
+71096;43.98945;5.84981;439;20220208;15.6;-2.3;6.6;1.6;4;0;1.51;12209
+71096;43.98945;5.84981;439;20220209;14.4;-4.1;5.2;1.3;5.3;0;1.15;12387
+71096;43.98945;5.84981;439;20220210;6.3;-3.9;1.2;1.7;6.01;0;1.27;12600
+71096;43.98945;5.84981;439;20220211;15.2;-.7;7.3;4;5.61;0;2.23;12000
+71096;43.98945;5.84981;439;20220212;13.7;1.3;7.5;2.2;5.31;0;1.64;11800
+71096;43.98945;5.84981;439;20220213;11.8;-2.3;4.8;1.4;5.81;3.1;1.08;10700
+71096;43.98945;5.84981;439;20220214;7.3;4.3;5.8;1.4;7.81;20.1;.61;900
+71096;43.98945;5.84981;439;20220215;10.5;-.2;5.2;3.8;5.31;0;1.72;12800
+71096;43.98945;5.84981;439;20220216;11.5;.2;5.8;2.8;6.85;.2;1.27;10250
+71096;43.98945;5.84981;439;20220217;19.1;8.3;13.7;6.8;8.5;0;3.53;10822
+71096;43.98945;5.84981;439;20220218;19.6;3.4;11.5;2.6;8.15;0;2.18;13498
+71096;43.98945;5.84981;439;20220219;14.1;5.3;9.7;4.7;6.25;0;2.52;9835
+71096;43.98945;5.84981;439;20220220;17.3;-.4;8.4;4.9;5.4;0;3.13;14011
+71096;43.98945;5.84981;439;20220221;12.4;5.3;8.8;6.4;6.2;.7;2.63;9650
+71096;43.98945;5.84981;439;20220222;15.4;5.1;10.3;5.6;5.1;0;3.32;13029
+71096;43.98945;5.84981;439;20220223;18.4;1.3;9.8;2.5;5.15;0;2.52;14881
+71096;43.98945;5.84981;439;20220224;12.8;-.9;6;1.8;6.85;.1;1.34;11470
+71096;43.98945;5.84981;439;20220225;13.7;4.4;9;6.1;4.55;0;3.37;12487
+71096;43.98945;5.84981;439;20220226;13.7;-1.8;6;2.9;4.05;0;2.37;15107
+71096;43.98945;5.84981;439;20220227;11.5;-3.6;3.9;1.7;4.8;0;1.51;13316
+71096;43.98945;5.84981;439;20220228;13.7;-3.7;5;2.5;4.95;0;2.01;15994
+71096;43.98945;5.84981;439;20220301;12;-3.4;4.3;1.8;5.45;0;1.57;15123
+71096;43.98945;5.84981;439;20220302;11.5;1.2;6.3;1.6;6.35;0;1.4;11131
+71096;43.98945;5.84981;439;20220303;13.7;-1.8;6;1.4;6.5;0;1.6;15632
+71096;43.98945;5.84981;439;20220304;14.9;-.6;7.2;1.7;6.85;.4;1.77;14551
+71096;43.98945;5.84981;439;20220305;11.6;.6;6.1;1.9;6.15;0;1.61;13710
+71096;43.98945;5.84981;439;20220306;9.8;-.8;4.5;1.7;5.2;0;1.57;13446
+71096;43.98945;5.84981;439;20220307;11.1;-4.8;3.1;1.7;4.3;0;1.76;16989
+71096;43.98945;5.84981;439;20220308;12.3;-5.7;3.3;1.8;5.05;0;1.76;17162
+71096;43.98945;5.84981;439;20220309;13.3;1.2;7.3;1.9;6.3;0;1.94;16096
+71096;43.98945;5.84981;439;20220310;12.9;-3.3;4.8;1.6;6.45;.1;1.73;16670
+71096;43.98945;5.84981;439;20220311;12.6;4.3;8.4;2.6;6.8;0;1.89;10151
+71096;43.98945;5.84981;439;20220312;13.5;5;9.3;3.9;5.5;0;2.64;10577
+71096;43.98945;5.84981;439;20220313;10.5;8.4;9.4;3.3;6.85;3.8;1.79;3961
+71096;43.98945;5.84981;439;20220314;15.9;5.1;10.5;1.8;9.15;.1;1.83;12350
+71096;43.98945;5.84981;439;20220315;16.1;6;11;1.7;8.7;0;2;13011
+71096;43.98945;5.84981;439;20220316;17.7;2.9;10.3;1.3;9.25;0;2;15114
+71096;43.98945;5.84981;439;20220317;13.9;9.3;11.6;1.3;10.5;0;1.36;7639
+71096;43.98945;5.84981;439;20220318;16.5;8;12.3;1.9;10.21;.7;1.81;10100
+71096;43.98945;5.84981;439;20220319;14.3;5.2;9.8;2;7.71;0;1.93;11500
+71096;43.98945;5.84981;439;20220320;13.9;2.9;8.4;2.1;5.81;0;1.97;8600
+71096;43.98945;5.84981;439;20220321;14.8;1.1;8;2.5;5.01;0;2.73;18400
+71096;43.98945;5.84981;439;20220322;14.1;-2.3;5.9;2.2;5.54;0;2.67;19300
+71096;43.98945;5.84981;439;20220323;17.5;-2;7.8;2.6;4.51;0;3.18;20300
+71096;43.98945;5.84981;439;20220324;19.7;-.4;9.7;2.9;4.21;0;3.74;20400
+71096;43.98945;5.84981;439;20220325;19.5;.1;9.8;2.6;5.01;0;3.46;20200
+71096;43.98945;5.84981;439;20220326;20.9;1.1;11;2.7;5.21;0;3.72;20200
+71096;43.98945;5.84981;439;20220327;20.9;3.2;12.1;2.3;5.21;0;3.19;12800
+71096;43.98945;5.84981;439;20220328;21;2.9;12;2.4;4.71;0;3.72;19900
+71096;43.98945;5.84981;439;20220329;19.5;4.3;11.9;2.5;6.21;2.1;3.14;14700
+71096;43.98945;5.84981;439;20220330;12;8;10;1.8;9.61;4.3;1.25;5500
+71096;43.98945;5.84981;439;20220331;17.2;5.1;11.2;4;7.51;.1;3.39;19700
+71096;43.98945;5.84981;439;20220401;7.7;1.5;4.6;8.1;4.01;.3;2.98;14900
+71096;43.98945;5.84981;439;20220402;9.1;3;6.1;8.6;3.61;0;3.87;22100
+71096;43.98945;5.84981;439;20220403;8.7;1;4.9;3.4;5.21;5.2;1.82;8400
+71096;43.98945;5.84981;439;20220404;13.5;1.3;7.4;2.6;5.61;0;2.86;21300
+71096;43.98945;5.84981;439;20220405;18;-.5;8.8;2.4;5.31;0;3.45;23300
+71096;43.98945;5.84981;439;20220406;14.8;.6;7.7;1.5;8.11;0;2.09;14400
+71096;43.98945;5.84981;439;20220407;16.7;4.5;10.6;2.7;8.61;.3;2.32;11800
+71096;43.98945;5.84981;439;20220408;20.1;9;14.6;2.9;9.81;.6;3.22;15800
+71096;43.98945;5.84981;439;20220409;12.1;9;10.6;6.5;4.81;0;4.59;25000
+71096;43.98945;5.84981;439;20220410;18.1;1.3;9.7;2.3;4.61;0;3.74;24400
+71096;43.98945;5.84981;439;20220411;15.8;1.5;8.7;2.4;6.11;0;2.25;8400
+71096;43.98945;5.84981;439;20220412;19.7;1.3;10.5;3;7.41;0;3.32;17600
+71096;43.98945;5.84981;439;20220413;21.3;4.5;12.9;2.6;7.51;0;3.9;22000
+71096;43.98945;5.84981;439;20220414;24.9;6.1;15.5;2.5;7.41;0;4.64;24100
+71096;43.98945;5.84981;439;20220415;26.3;8.5;17.4;3;10.01;0;4.79;22700
+71096;43.98945;5.84981;439;20220416;23.4;8.9;16.1;5.5;9.47;0;5.54;22744
+71096;43.98945;5.84981;439;20220417;22.2;8.5;15.4;3.4;7.51;0;4.78;23900
+71096;43.98945;5.84981;439;20220418;21.2;5.1;13.2;2.8;8.31;0;4.09;24100
+71096;43.98945;5.84981;439;20220419;22.7;3.9;13.3;3;7.61;.2;4.48;24500
+71096;43.98945;5.84981;439;20220420;15.7;4.4;10.1;2;9.91;5.8;1.7;9100
+71096;43.98945;5.84981;439;20220421;19.2;10.2;14.7;2.2;11.51;1.4;2.66;13600
+71096;43.98945;5.84981;439;20220422;20.5;6;13.3;2.2;10.51;0;3.21;19400
+71096;43.98945;5.84981;439;20220423;14.8;8.8;11.8;3.8;9.61;23.9;1.76;2700
+71096;43.98945;5.84981;439;20220424;14.2;5.1;9.7;1.6;9.61;.5;1.98;13300
+71096;43.98945;5.84981;439;20220425;20.1;7.6;13.9;2.1;9.91;0;3.53;21400
+71096;43.98945;5.84981;439;20220426;21.6;4.7;13.2;1.7;9.21;0;3.89;25500
+71096;43.98945;5.84981;439;20220427;22.3;5;13.7;2.7;9.01;0;4.43;26700
+71096;43.98945;5.84981;439;20220428;23.9;7.6;15.8;2.9;10.11;0;4.63;25100
+71096;43.98945;5.84981;439;20220429;23.6;6.5;15.1;2.5;9.71;0;4.51;25700
+71096;43.98945;5.84981;439;20220430;21.8;7.3;14.6;1.5;9.81;.2;3.26;18100
+71096;43.98945;5.84981;439;20220501;22.1;5.5;13.8;2.5;8.71;0;4.22;24000
+71096;43.98945;5.84981;439;20220502;22.4;6;14.2;3.2;8.81;0;4.71;26400
+71096;43.98945;5.84981;439;20220503;21.6;8.1;14.9;2.5;10.21;2.1;3.45;16700
+71096;43.98945;5.84981;439;20220504;22.7;5.8;14.3;2.7;9.81;1.7;4.51;26800
+71096;43.98945;5.84981;439;20220505;14.2;11.9;13.1;2.1;11.91;4.3;1.58;6600
+71096;43.98945;5.84981;439;20220506;19.7;8.6;14.1;2.2;10.9;.2;3.41;19033
+71096;43.98945;5.84981;439;20220507;23;8;15.5;1.4;11.45;6;3.86;22804
+71096;43.98945;5.84981;439;20220508;19.7;11.4;15.5;1.5;13.2;9;3.07;18001
+71096;43.98945;5.84981;439;20220509;23.1;8.5;15.8;1.4;12.45;1.3;4.1;25436
+71096;43.98945;5.84981;439;20220510;24.8;9.1;17;1.6;12.45;.5;4.6;27336
+71096;43.98945;5.84981;439;20220511;24.9;8.9;16.9;1.8;11.6;0;4.77;27709
+71096;43.98945;5.84981;439;20220512;25;7.1;16;2.1;10.8;0;4.87;28021
+71096;43.98945;5.84981;439;20220513;24.8;7.7;16.2;2;10.4;0;4.75;27079
+71096;43.98945;5.84981;439;20220514;26.8;8.3;17.5;1.4;12.75;.1;4.77;27535
+71096;43.98945;5.84981;439;20220515;27.1;11.9;19.5;1.6;14.9;2.4;4.88;26743
+71096;43.98945;5.84981;439;20220516;27.1;10.8;18.9;1.8;12.8;0;5.14;28370
+71096;43.98945;5.84981;439;20220517;29.3;9.9;19.6;2.2;12.85;.1;5.63;28497
+71096;43.98945;5.84981;439;20220518;30.1;11.8;21;1.8;14.25;0;5.51;28098
+71096;43.98945;5.84981;439;20220519;28.4;11.8;20.1;2.2;12.65;0;5.65;28548
+71096;43.98945;5.84981;439;20220520;29.3;9.8;19.6;1.6;12;0;5.44;28597
+71096;43.98945;5.84981;439;20220521;31.3;10.6;21;1.8;13.3;.1;5.76;28544
+71096;43.98945;5.84981;439;20220522;31.8;13.7;22.8;2.1;16.05;0;5.95;27739
+71096;43.98945;5.84981;439;20220523;27.6;11.6;19.6;2.3;13.5;0;5.33;26916
+71096;43.98945;5.84981;439;20220524;25.6;12.8;19.2;2.5;12.55;1;4.93;24296
+71096;43.98945;5.84981;439;20220525;22.3;13.6;17.9;2.3;11.75;.9;3.83;17214
+71096;43.98945;5.84981;439;20220526;27.6;11.5;19.5;2.1;13.05;.1;5.1;24708
+71096;43.98945;5.84981;439;20220527;31.3;14.3;22.8;2.7;13.95;0;6.48;28247
+71096;43.98945;5.84981;439;20220528;28.3;13.4;20.8;4.6;12;0;6.86;27634
+71096;43.98945;5.84981;439;20220529;26.6;12;19.3;4.3;8.15;0;7.08;29694
+71096;43.98945;5.84981;439;20220530;23.9;7.7;15.8;1.9;9.35;0;4.62;24901
+71096;43.98945;5.84981;439;20220531;26.2;11.5;18.8;1.8;11.45;0;4.64;22835
+71096;43.98945;5.84981;439;20220601;30.4;10.5;20.4;2.1;12.4;0;6.06;29768
+71096;43.98945;5.84981;439;20220602;31.4;10.9;21.2;1.9;12.75;0;5.94;28847
+71096;43.98945;5.84981;439;20220603;28.8;15.9;22.3;1.9;15.5;3.1;4.92;22435
+71096;43.98945;5.84981;439;20220604;33.2;14.4;23.8;2.4;15.7;0;6.35;27502
+71096;43.98945;5.84981;439;20220605;30.6;15.9;23.2;2.8;14.95;.2;6.11;26326
+71096;43.98945;5.84981;439;20220606;31.3;12.4;21.8;3.2;13.05;.1;6.88;29951
+71096;43.98945;5.84981;439;20220607;27.4;15.8;21.6;4.9;12.05;0;6.97;27826
+71096;43.98945;5.84981;439;20220608;25.7;12.8;19.3;3.5;10.3;0;5.68;23729
+71096;43.98945;5.84981;439;20220609;23.9;16.4;20.1;6.9;9.5;0;7.24;25893
+71096;43.98945;5.84981;439;20220610;29.8;10.7;20.3;3.4;8.65;0;7.25;30830
+71096;43.98945;5.84981;439;20220611;31.9;11.3;21.6;2.8;10.15;0;7.1;30546
+71096;43.98945;5.84981;439;20220612;33.9;11.4;22.6;2.2;11.6;.1;6.78;29710
+71096;43.98945;5.84981;439;20220613;34;15;24.5;3;13.05;0;7.46;29623
+71096;43.98945;5.84981;439;20220614;33.6;14.2;23.9;2.8;12.45;0;7.34;30334
+71096;43.98945;5.84981;439;20220615;32.9;14.9;23.9;2;14.25;.1;6.04;26044
+71096;43.98945;5.84981;439;20220616;36.7;16.8;26.8;2.7;13.45;0;7.72;29502
+71096;43.98945;5.84981;439;20220617;36.9;17.4;27.2;2.2;13.4;0;7.4;29708
+71096;43.98945;5.84981;439;20220618;35.1;17.3;26.2;2.1;16.05;0;6.83;29213
+71096;43.98945;5.84981;439;20220619;33.2;16.7;24.9;2.3;14.6;0;6.84;29603
+71096;43.98945;5.84981;439;20220620;32.8;13.9;23.4;2.2;11.1;0;6.75;29768
+71096;43.98945;5.84981;439;20220621;30.9;14.7;22.8;1.7;13.9;1.6;5.07;21818
+71096;43.98945;5.84981;439;20220622;26.4;18.6;22.5;1.3;18.65;6.7;3.86;18177
+71096;43.98945;5.84981;439;20220623;26.3;15.4;20.9;1.5;17.7;1.2;4.65;24916
+71096;43.98945;5.84981;439;20220624;26.3;15.2;20.7;1.4;16.2;3.3;4.79;25357
+71096;43.98945;5.84981;439;20220625;30.1;11.6;20.8;1.8;12.8;0;5.98;30252
+71096;43.98945;5.84981;439;20220626;32.4;15.8;24.1;2.4;14.35;0;6.5;27900
+71096;43.98945;5.84981;439;20220627;32.8;14.7;23.7;2.5;15.4;.2;6.51;28885
+71096;43.98945;5.84981;439;20220628;29.1;17.6;23.3;3.1;16.3;5.8;5.64;22702
+71096;43.98945;5.84981;439;20220629;30.9;14.1;22.5;2;14.95;0;6.29;30561
+71096;43.98945;5.84981;439;20220630;30.9;12.4;21.6;2.3;14.1;0;5.99;27697
+71096;43.98945;5.84981;439;20220701;28.9;14.6;21.7;3.5;13;0;6.54;28721
+71096;43.98945;5.84981;439;20220702;34.2;12.4;23.3;2.5;10.15;0;7.31;30714
+71096;43.98945;5.84981;439;20220703;36.1;13.8;24.9;2.1;10.9;0;7.16;29795
+71096;43.98945;5.84981;439;20220704;34.1;17.8;26;1.9;14.15;.6;6.31;26871
+71096;43.98945;5.84981;439;20220705;33.9;17.5;25.7;3.5;14.6;0;7.84;30103
+71096;43.98945;5.84981;439;20220706;32.8;16;24.4;3.8;12.15;0;7.92;30029
+71096;43.98945;5.84981;439;20220707;33;15;24;4;11.95;0;8.02;30254
+71096;43.98945;5.84981;439;20220708;32.7;16.5;24.6;3.2;12.55;0;7.51;29778
+71096;43.98945;5.84981;439;20220709;32.4;15.9;24.2;2.7;12.85;0;7.02;29428
+71096;43.98945;5.84981;439;20220710;33.1;16.2;24.7;2.3;12.65;0;6.84;29470
+71096;43.98945;5.84981;439;20220711;33.5;15.5;24.5;2.3;14.75;0;6.67;29289
+71096;43.98945;5.84981;439;20220712;33.9;15.5;24.7;2.5;14.55;0;6.88;29407
+71096;43.98945;5.84981;439;20220713;34.1;15.3;24.7;2;15.7;.1;6.39;28373
+71096;43.98945;5.84981;439;20220714;34.7;17.3;26;2.1;15.9;0;6.74;29188
+71096;43.98945;5.84981;439;20220715;36.7;15.2;26;3.2;13.6;0;7.98;29351
+71096;43.98945;5.84981;439;20220716;35.8;17;26.4;2.6;11.8;0;7.51;29313
+71096;43.98945;5.84981;439;20220717;35.7;15.4;25.5;2.1;15.15;0;6.8;28873
+71096;43.98945;5.84981;439;20220718;36.8;18.9;27.9;1.9;18.35;.1;6.7;27682
+71096;43.98945;5.84981;439;20220719;36;19.7;27.9;2.2;18.8;0;6.88;28339
+71096;43.98945;5.84981;439;20220720;36.1;17.5;26.8;2.1;15;0;6.89;28345
+71096;43.98945;5.84981;439;20220721;36.3;16.8;26.5;2.1;13;0;6.96;28600
+71096;43.98945;5.84981;439;20220722;36.7;15.8;26.3;2.1;12.7;0;6.92;28454
+71096;43.98945;5.84981;439;20220723;34.7;16.4;25.5;2.6;15;.1;6.6;25856
+71096;43.98945;5.84981;439;20220724;36.4;17.6;27;2.1;16.05;0;6.84;28606
+71096;43.98945;5.84981;439;20220725;36.9;16.5;26.7;2.3;14.85;0;6.97;27556
+71096;43.98945;5.84981;439;20220726;33.7;19.1;26.4;4.4;14.45;0;8.07;27999
+71096;43.98945;5.84981;439;20220727;32.4;16.1;24.3;3.3;13.25;0;7.11;28201
+71096;43.98945;5.84981;439;20220728;33.7;13.9;23.8;2;12.65;0;6.12;26646
+71096;43.98945;5.84981;439;20220729;29.2;15.8;22.5;2.2;14.75;1.1;4.93;21513
+71096;43.98945;5.84981;439;20220730;33.8;16.2;25;2.8;12.6;0;6.93;28183
+71096;43.98945;5.84981;439;20220731;34.4;14.3;24.3;2;11.05;0;6.46;27875
+71096;43.98945;5.84981;439;20220801;36.1;16.5;26.3;2.2;11.5;0;6.78;27716
+71096;43.98945;5.84981;439;20220802;35.6;15.9;25.7;2.4;12.05;0;6.91;27505
+71096;43.98945;5.84981;439;20220803;35.4;17.2;26.3;2.1;15.5;0;6.35;26493
+71096;43.98945;5.84981;439;20220804;35.6;17.9;26.8;2;14.95;0;6.17;25130
+71096;43.98945;5.84981;439;20220805;35.9;16.8;26.3;2.4;15.15;0;6.57;26366
+71096;43.98945;5.84981;439;20220806;36.3;17.4;26.8;2.4;14.95;0;6.64;25451
+71096;43.98945;5.84981;439;20220807;33.1;16.9;25;2.8;13.55;0;6.63;26984
+71096;43.98945;5.84981;439;20220808;33.7;15.4;24.6;1.8;13.7;0;5.9;26717
+71096;43.98945;5.84981;439;20220809;34.8;16.4;25.6;2.2;14.85;0;6.23;26448
+71096;43.98945;5.84981;439;20220810;33.8;16;24.9;1.9;14.2;1.9;5.51;23228
+71096;43.98945;5.84981;439;20220811;32.6;16.1;24.3;2;15.9;0;5.73;26228
+71096;43.98945;5.84981;439;20220812;36.2;13.9;25.1;2.2;15.55;0;6.25;26035
+71096;43.98945;5.84981;439;20220813;34.6;17.9;26.3;2.3;18.25;.6;5.88;24281
+71096;43.98945;5.84981;439;20220814;29.7;19.1;24.4;1.3;17.2;8.9;3.88;17142
+71096;43.98945;5.84981;439;20220815;30.7;14.2;22.5;2.1;14.9;0;5.29;24214
+71096;43.98945;5.84981;439;20220816;31.7;13.4;22.5;2;14.35;0;5.33;24238
+71096;43.98945;5.84981;439;20220817;27.6;17.4;22.5;2.4;16.45;18.9;3.91;15313
+71096;43.98945;5.84981;439;20220818;27;14.2;20.6;2.9;15.4;17.9;4.29;18927
+71096;43.98945;5.84981;439;20220819;27.8;14.3;21;3.8;14.55;.1;5.25;23255
+71096;43.98945;5.84981;439;20220820;31;15.5;23.2;3.6;14.05;0;6.22;25225
+71096;43.98945;5.84981;439;20220821;29.8;16.1;22.9;3.4;14.8;.1;5.63;22684
+71096;43.98945;5.84981;439;20220822;30.7;15;22.9;3.1;13.1;0;6.04;24963
+71096;43.98945;5.84981;439;20220823;32.4;14.9;23.6;2;13.5;0;5.38;24431
+71096;43.98945;5.84981;439;20220824;32.2;15.6;23.9;1.8;15;0;5.14;24198
+71096;43.98945;5.84981;439;20220825;32.1;15.2;23.7;1.8;15.25;0;5.08;23964
+71096;43.98945;5.84981;439;20220826;31.8;16.7;24.3;1.2;17.25;1.8;4.3;21025
+71096;43.98945;5.84981;439;20220827;31;15.5;23.2;1.1;17;.9;4.4;24246
+71096;43.98945;5.84981;439;20220828;30.4;16;23.2;1.7;16;.1;4.63;22909
+71096;43.98945;5.84981;439;20220829;31.8;13.7;22.8;1.8;15.65;.2;4.78;23021
+71096;43.98945;5.84981;439;20220830;29.9;18.3;24.1;1.4;18.4;2.1;3.8;17849
+71096;43.98945;5.84981;439;20220831;28.1;13.9;21;2.3;16.15;.1;4.24;20845
+71096;43.98945;5.84981;439;20220901;30.6;15;22.8;2.1;14.3;0;4.9;22956
+71096;43.98945;5.84981;439;20220902;26.5;13.1;19.8;1.3;14.9;3;3.19;15715
+71096;43.98945;5.84981;439;20220903;27.6;14.1;20.9;1.4;15.6;10.1;3.59;18504
+71096;43.98945;5.84981;439;20220904;29.1;13.1;21.1;.7;16.3;.6;3.73;22828
+71096;43.98945;5.84981;439;20220905;29.2;14.2;21.7;1;17.3;.7;3.77;21388
+71096;43.98945;5.84981;439;20220906;28.5;14;21.3;1.4;17.6;2.6;3.77;20855
+71096;43.98945;5.84981;439;20220907;26;17.2;21.6;1.9;19.5;12.6;2.84;13237
+71096;43.98945;5.84981;439;20220908;26.1;14.4;20.3;2.8;15.15;.1;3.86;18138
+71096;43.98945;5.84981;439;20220909;25.5;12.6;19.1;2.5;12.35;0;3.81;17808
+71096;43.98945;5.84981;439;20220910;25.4;11.7;18.5;3.3;11.15;0;4.31;19204
+71096;43.98945;5.84981;439;20220911;28.2;9;18.6;1.8;10.8;0;4.07;21736
+71096;43.98945;5.84981;439;20220912;29.9;10.7;20.3;1.4;13.05;0;3.89;21341
+71096;43.98945;5.84981;439;20220913;28.2;13.5;20.8;1.4;16.3;1.1;3.3;17553
+71096;43.98945;5.84981;439;20220914;22.8;18;20.4;1.4;18.45;13.7;1.94;8727
+71096;43.98945;5.84981;439;20220915;27.8;14.4;21.1;2.5;15;0;3.99;19252
+71096;43.98945;5.84981;439;20220916;25;15.4;20.2;4.5;12.7;0;4.51;16986
+71096;43.98945;5.84981;439;20220917;21.3;13.7;17.5;6.3;7.15;0;5.6;17823
+71096;43.98945;5.84981;439;20220918;23.8;5.7;14.8;2.4;8.1;0;3.74;20417
+71096;43.98945;5.84981;439;20220919;25.6;7;16.3;3.3;7.75;0;4.59;20320
+71096;43.98945;5.84981;439;20220920;25.6;7.4;16.5;2.4;8.85;0;3.9;19773
+71096;43.98945;5.84981;439;20220921;23.8;7.7;15.7;2.2;9.95;0;3.39;18576
+71096;43.98945;5.84981;439;20220922;23.3;9.2;16.3;1.3;11.8;.1;2.79;18285
+71096;43.98945;5.84981;439;20220923;22.5;10.2;16.4;1.3;12.05;7.5;2.61;16154
+71096;43.98945;5.84981;439;20220924;16.2;13.2;14.7;1.1;14.25;17.8;1.19;5765
+71096;43.98945;5.84981;439;20220925;19.7;11.7;15.7;1.4;13.35;.9;2.12;13541
+71096;43.98945;5.84981;439;20220926;21;7.3;14.1;3.2;9.7;.2;3.26;18148
+71096;43.98945;5.84981;439;20220927;17.8;8.9;13.3;3.9;8.75;0;3.46;22999
+71096;43.98945;5.84981;439;20220928;20.7;9.2;14.9;3;11.05;.6;2.88;16197
+71096;43.98945;5.84981;439;20220929;19.7;9.5;14.6;2.1;10.8;0;2.61;17405
+71096;43.98945;5.84981;439;20220930;17.5;8.7;13.1;3;9.35;.5;2.67;17423
+71096;43.98945;5.84981;439;20221001;18;5.2;11.6;2.3;10.1;0;2.26;17417
+71096;43.98945;5.84981;439;20221002;25.4;9.9;17.7;3.2;12.15;0;3.98;25291
+71096;43.98945;5.84981;439;20221003;26.1;11.1;18.6;2.7;11.4;0;4.06;26246
+71096;43.98945;5.84981;439;20221004;26.7;8.1;17.4;1.4;11.8;.1;2.7;17002
+71096;43.98945;5.84981;439;20221005;24.8;8.3;16.5;1.5;12.5;.1;3.18;26269
+71096;43.98945;5.84981;439;20221006;25.1;8.3;16.7;1.3;12.2;.1;2.54;17873
+71096;43.98945;5.84981;439;20221007;24.2;8.2;16.2;1.4;12.1;.2;2.38;15677
+71096;43.98945;5.84981;439;20221008;18.7;9.4;14;1.4;13.4;3.6;1.43;9211
+71096;43.98945;5.84981;439;20221009;20.2;13.5;16.8;1.1;15.2;.6;1.48;8682
+71096;43.98945;5.84981;439;20221010;22.9;12.8;17.9;1.3;14.4;.1;2.06;13596
+71096;43.98945;5.84981;439;20221011;23.2;9.3;16.2;1.3;13.1;0;2.09;14760
+71096;43.98945;5.84981;439;20221012;23;12;17.5;1;13.75;2.2;1.81;11578
+71096;43.98945;5.84981;439;20221013;21.3;8;14.7;1.2;12.4;.1;1.72;12359
+71096;43.98945;5.84981;439;20221014;23;10.5;16.7;1.8;12.7;.1;2.12;12342
+71096;43.98945;5.84981;439;20221015;24.9;7.7;16.3;1.6;12;0;2.33;15030
+71096;43.98945;5.84981;439;20221016;24.2;9.2;16.7;1.8;12.85;.3;2.14;12089
+71096;43.98945;5.84981;439;20221017;25.2;8.5;16.9;1.8;12.7;0;2.28;13515
+71096;43.98945;5.84981;439;20221018;25.8;9.4;17.6;1.2;12.5;.2;2.07;14208
+71096;43.98945;5.84981;439;20221019;24.7;7.4;16.1;1.5;11.85;.1;2.1;14019
+71096;43.98945;5.84981;439;20221020;21;9.9;15.4;1.4;13.6;1.3;1.46;9021
+71096;43.98945;5.84981;439;20221021;21.1;14.5;17.8;2.1;16.35;1.9;1.37;5412
+71096;43.98945;5.84981;439;20221022;21.5;15.1;18.3;1.7;15.9;.1;1.46;6428
+71096;43.98945;5.84981;439;20221023;23.8;11.8;17.8;1.4;14.45;0;1.65;9275
+71096;43.98945;5.84981;439;20221024;23.3;13.8;18.6;1.6;15.6;.5;1.6;8240
+71096;43.98945;5.84981;439;20221025;25.5;10.9;18.2;1.4;13.6;.1;1.86;11471
+71096;43.98945;5.84981;439;20221026;24.2;8.3;16.2;1.5;12.8;.2;1.79;11949
+71096;43.98945;5.84981;439;20221027;25.2;9.3;17.2;1.4;12.95;.1;1.78;12164
+71096;43.98945;5.84981;439;20221028;26.2;7.7;17;1.3;11.45;0;1.88;12302
+71096;43.98945;5.84981;439;20221029;26.5;7.3;16.9;1.3;10.45;.1;1.75;11621
+71096;43.98945;5.84981;439;20221030;23.8;6.7;15.3;1.3;10;.1;1.59;10992
+71096;43.98945;5.84981;439;20221031;22.1;6.4;14.3;1.9;10.7;17.6;1.77;11660
+71096;43.98945;5.84981;439;20221101;21.2;11.1;16.1;1.6;12.85;13.4;1.46;9818
+71096;43.98945;5.84981;439;20221102;20;7.5;13.7;1.7;11.65;.2;1.38;10732
+71096;43.98945;5.84981;439;20221103;12.5;5.7;9.1;1.6;11;36.8;.64;4385
+71096;43.98945;5.84981;439;20221104;12.6;7.4;10;4.2;8.9;.4;1.49;5673
+71096;43.98945;5.84981;439;20221105;16;5.7;10.9;4.8;6.5;0;2.49;11013
+71096;43.98945;5.84981;439;20221106;19.2;1.7;10.4;1.3;6.9;0;1.3;11165
+71096;43.98945;5.84981;439;20221107;19.6;.9;10.2;1.3;7.2;.1;1.22;11344
+71096;43.98945;5.84981;439;20221108;13.9;2.4;8.2;1;8.65;1.2;.78;7152
+71096;43.98945;5.84981;439;20221109;17.5;7.9;12.7;1.5;12.2;20.9;.89;5213
+71096;43.98945;5.84981;439;20221110;18.8;7.6;13.2;.9;11.7;.1;.89;8804
+71096;43.98945;5.84981;439;20221111;20.1;4.9;12.5;1.1;9.7;.1;1.03;10524
+71096;43.98945;5.84981;439;20221112;15.9;4;9.9;1.2;9.55;0;.84;8310
+71096;43.98945;5.84981;439;20221113;14.5;7.4;11;.3;10.6;0;.58;6724
+71096;43.98945;5.84981;439;20221114;12.9;2.8;7.9;.4;9.9;3.3;.51;7958
+71096;43.98945;5.84981;439;20221115;12.6;8.7;10.7;1.4;11.95;7.1;.54;3305
+71096;43.98945;5.84981;439;20221116;17.5;8.8;13.1;1.9;10.65;0;1.12;8795
+71096;43.98945;5.84981;439;20221117;17.5;5.1;11.3;1.8;10.1;2.1;.97;7819
+71096;43.98945;5.84981;439;20221118;13.9;6.7;10.3;3.5;8.6;0;1.36;7828
+71096;43.98945;5.84981;439;20221119;13.5;1.6;7.6;2.9;6.25;0;1.4;9298
+71096;43.98945;5.84981;439;20221120;12.5;.9;6.7;3.6;5.9;0;1.52;9313
+71096;43.98945;5.84981;439;20221121;8.5;2.6;5.6;2.7;7.1;7.8;.82;4165
+71096;43.98945;5.84981;439;20221122;11.2;5.6;8.4;5.6;6.45;0;1.94;6136
+71096;43.98945;5.84981;439;20221123;10.7;1.5;6.1;3.1;6.85;0;1.01;5596
+71096;43.98945;5.84981;439;20221124;15.1;5.3;10.2;3.8;6.95;0;1.76;8374
+71096;43.98945;5.84981;439;20221125;15.8;4.4;10.1;2;7.75;0;1.11;7955
+71096;43.98945;5.84981;439;20221126;14.2;4.2;9.2;3;6.35;0;1.45;8044
+71096;43.98945;5.84981;439;20221127;12.3;-1.2;5.5;.8;5.95;0;.42;7776
+71096;43.98945;5.84981;439;20221128;5.8;.8;3.3;1.3;7.05;10.5;.41;3153
+71096;43.98945;5.84981;439;20221129;8.5;2.1;5.3;1.4;7.2;0;.55;4625
+71096;43.98945;5.84981;439;20221130;11.7;-1.4;5.1;1.1;6;0;.44;8323
+71096;43.98945;5.84981;439;20221201;11;-1.5;4.8;1.1;5.95;0;.49;7814
+71096;43.98945;5.84981;439;20221202;8.2;-1;3.6;.9;6.1;.3;.38;5204
+71096;43.98945;5.84981;439;20221203;6.1;-.6;2.8;1.5;7.7;19.3;.25;3239
+71096;43.98945;5.84981;439;20221204;9.9;5.7;7.8;1.9;9.1;19;.57;2846
+71096;43.98945;5.84981;439;20221205;9.9;1.2;5.6;1.4;6.95;0;.37;7343
+71096;43.98945;5.84981;439;20221206;10.4;-1.2;4.6;1.7;5.5;0;.56;7951
+71096;43.98945;5.84981;439;20221207;8.9;-2.2;3.3;1.8;5.1;0;.69;7552
+71096;43.98945;5.84981;439;20221208;5.5;-3.3;1.1;1;5.7;27.5;.33;5410
+71096;43.98945;5.84981;439;20221209;9.5;3.8;6.7;1.5;9.55;11.9;.33;2990
+71096;43.98945;5.84981;439;20221210;9.2;4.4;6.8;3;7.35;0;.8;5932
+71096;43.98945;5.84981;439;20221211;4.2;-2.8;.7;3.4;4;0;1.03;6008
+71096;43.98945;5.84981;439;20221212;5.8;-4.4;.7;1.5;4.25;8;.49;6789
+71096;43.98945;5.84981;439;20221213;3.8;.3;2.1;1.1;6.85;12.6;.27;2907
+71096;43.98945;5.84981;439;20221214;8.8;3.1;6;1.6;8.2;.1;.41;4352
+71096;43.98945;5.84981;439;20221215;10.3;4.8;7.6;1.7;9.55;32.9;.44;2633
+71096;43.98945;5.84981;439;20221216;8.5;6.5;7.5;2.8;9;0;.56;3261
+71096;43.98945;5.84981;439;20221217;10.5;.8;5.6;2.7;6.05;0;.88;7270
+71096;43.98945;5.84981;439;20221218;10.8;-1.5;4.7;1;6.2;.1;.37;7240
+71096;43.98945;5.84981;439;20221219;9.3;3.2;6.3;1.3;7.65;.5;.53;3087
+71096;43.98945;5.84981;439;20221220;12.8;6.7;9.7;2.1;9.45;6.2;.72;4135
+71096;43.98945;5.84981;439;20221221;12.1;9.1;10.6;1.9;10.25;9.3;.7;2831
+71096;43.98945;5.84981;439;20221222;15.2;3.1;9.1;2.4;8.75;.1;.84;6138
+71096;43.98945;5.84981;439;20221223;16.9;8.2;12.6;2.6;10.6;0;.99;5731
+71096;43.98945;5.84981;439;20221224;16.8;9.4;13.1;2.3;10.25;0;1.01;5444
+71096;43.98945;5.84981;439;20221225;16.4;1.7;9;1.5;8.8;0;.55;7490
+71096;43.98945;5.84981;439;20221226;14.4;2.3;8.4;1.2;8.7;.1;.41;6911
+71096;43.98945;5.84981;439;20221227;13;2.4;7.7;1.9;7.9;0;.67;6825
+71096;43.98945;5.84981;439;20221228;12;-.8;5.6;1.3;6.15;.2;.47;7357
+71096;43.98945;5.84981;439;20221229;12.1;3.2;7.7;1.3;8.6;.3;.53;4294
+71096;43.98945;5.84981;439;20221230;12.7;5.4;9;1.1;9.7;.1;.46;4540
+71096;43.98945;5.84981;439;20221231;14.9;4.6;9.8;1.2;9.4;.1;.53;6320
+71097;44.00146;6.16044;549;20220101;18;-.3;8.9;.6;6.4;.1;.36;7966
+71097;44.00146;6.16044;549;20220102;12.5;-2.8;4.9;.7;6.1;.1;.34;7294
+71097;44.00146;6.16044;549;20220103;15.6;-1.4;7.1;.9;6.3;0;.5;7749
+71097;44.00146;6.16044;549;20220104;11.4;-.4;5.5;.9;7.2;1.4;.38;6442
+71097;44.00146;6.16044;549;20220105;8.7;2.2;5.5;2.9;5.6;.3;1.08;4730
+71097;44.00146;6.16044;549;20220106;8.7;-3.1;2.8;1.5;3.5;.1;.8;6527
+71097;44.00146;6.16044;549;20220107;9.2;-7;1.1;1.4;3.7;.1;.66;7757
+71097;44.00146;6.16044;549;20220108;10.4;-1.1;4.7;1.5;5.3;3.4;.7;6535
+71097;44.00146;6.16044;549;20220109;7.6;.8;4.2;1.9;5.6;0;.73;4992
+71097;44.00146;6.16044;549;20220110;10.2;-1.4;4.4;1.6;4.3;0;.86;6671
+71097;44.00146;6.16044;549;20220111;8;-7.8;.1;1;3.6;0;.49;7905
+71097;44.00146;6.16044;549;20220112;8.4;-9;-.3;.6;3.5;0;.34;8385
+71097;44.00146;6.16044;549;20220113;11.7;-8.2;1.8;1.1;3.5;0;.66;9039
+71097;44.00146;6.16044;549;20220114;12.5;-6.8;2.9;1.4;3.7;0;.85;9012
+71097;44.00146;6.16044;549;20220115;14.4;-5.7;4.4;1.1;4;0;.76;9206
+71097;44.00146;6.16044;549;20220116;15;-5.8;4.6;1;4;0;.74;9295
+71097;44.00146;6.16044;549;20220117;13.2;-6.7;3.3;.9;3.6;0;.64;9387
+71097;44.00146;6.16044;549;20220118;13.1;-6.5;3.3;1.1;3.9;0;.75;9457
+71097;44.00146;6.16044;549;20220119;10.2;-5.4;2.4;1.8;5.2;.1;.75;8493
+71097;44.00146;6.16044;549;20220120;11.3;-3.6;3.9;1.4;4.6;0;.82;8384
+71097;44.00146;6.16044;549;20220121;9.8;-6.6;1.6;.8;3.8;0;.55;8910
+71097;44.00146;6.16044;549;20220122;9.5;-7.9;.8;1;3.6;0;.64;9292
+71097;44.00146;6.16044;549;20220123;13.4;-6.9;3.3;1;4;0;.77;10005
+71097;44.00146;6.16044;549;20220124;12.8;-5.7;3.6;1.4;4.2;0;.95;9816
+71097;44.00146;6.16044;549;20220125;11.1;-3.8;3.7;2;4.8;0;1.04;8881
+71097;44.00146;6.16044;549;20220126;13.5;-6.2;3.7;1.1;4.3;0;.85;10355
+71097;44.00146;6.16044;549;20220127;14.7;-6.2;4.3;1.1;3.8;.1;.96;10477
+71097;44.00146;6.16044;549;20220128;18.1;-6.1;6;.8;3.5;0;.91;10602
+71097;44.00146;6.16044;549;20220129;14.8;-5;4.9;1.8;3.8;0;1.4;10731
+71097;44.00146;6.16044;549;20220130;19.6;-3.9;7.9;1.6;4.2;0;1.61;10861
+71097;44.00146;6.16044;549;20220131;13.1;-5;4.1;2.8;3.9;0;1.7;10574
+71097;44.00146;6.16044;549;20220201;12.6;-3.4;4.6;2.7;4;0;1.65;10050
+71097;44.00146;6.16044;549;20220202;18;1.6;9.8;2.8;5.6;0;2.11;10309
+71097;44.00146;6.16044;549;20220203;16.9;-1.9;7.5;1.1;5.6;0;1.1;11203
+71097;44.00146;6.16044;549;20220204;13.7;1.1;7.4;1.8;6.7;0;1.17;9233
+71097;44.00146;6.16044;549;20220205;16.5;.3;8.4;2.5;5.4;.1;1.86;10649
+71097;44.00146;6.16044;549;20220206;14;-5.4;4.3;1.4;4.5;0;1.2;11836
+71097;44.00146;6.16044;549;20220207;16.1;2.9;9.5;2.1;4.6;0;1.86;9836
+71097;44.00146;6.16044;549;20220208;15.4;-5.7;4.9;1.4;3.9;0;1.38;12157
+71097;44.00146;6.16044;549;20220209;15.4;-4.3;5.6;1.8;4.5;0;1.56;12313
+71097;44.00146;6.16044;549;20220210;3.4;-5.8;-1.2;1.7;5.98;0;1.27;12600
+71097;44.00146;6.16044;549;20220211;14.6;-1.3;6.6;4;5.58;0;2.23;12000
+71097;44.00146;6.16044;549;20220212;13.1;.7;6.9;2.2;5.28;0;1.64;11800
+71097;44.00146;6.16044;549;20220213;11.2;-2.9;4.1;1.4;5.78;3.3;1.08;10700
+71097;44.00146;6.16044;549;20220214;6.7;3.7;5.2;1.4;7.78;17.7;.61;900
+71097;44.00146;6.16044;549;20220215;9.9;-.8;4.5;3.8;5.28;0;1.72;12800
+71097;44.00146;6.16044;549;20220216;10.3;-1.2;4.6;2.5;6.3;.1;1.19;10314
+71097;44.00146;6.16044;549;20220217;19.6;4;11.8;2.2;7.4;0;2.1;12223
+71097;44.00146;6.16044;549;20220218;19.9;2.6;11.3;2.4;7.3;0;2.23;13057
+71097;44.00146;6.16044;549;20220219;14.3;3.8;9.1;1.6;6.4;0;1.52;10235
+71097;44.00146;6.16044;549;20220220;17.4;-4;6.7;1.4;5.2;0;1.69;14164
+71097;44.00146;6.16044;549;20220221;12.4;0;6.2;2.3;6;.8;1.55;11442
+71097;44.00146;6.16044;549;20220222;15.1;-1.2;7;2.5;5.1;0;2.06;13335
+71097;44.00146;6.16044;549;20220223;18;-2.1;8;1.9;4.8;0;2.15;14706
+71097;44.00146;6.16044;549;20220224;13.1;-1.6;5.8;2.2;5.8;0;1.65;12973
+71097;44.00146;6.16044;549;20220225;13.2;-1.4;5.9;2.8;4.8;.1;2.04;13092
+71097;44.00146;6.16044;549;20220226;13.6;-4.8;4.4;1.8;4;0;1.83;14922
+71097;44.00146;6.16044;549;20220227;11.1;-4.8;3.2;1.3;4.7;.1;1.38;14023
+71097;44.00146;6.16044;549;20220228;14;-3.5;5.3;2;4.3;0;1.97;14911
+71097;44.00146;6.16044;549;20220301;12.1;-3.9;4.1;1.5;4.9;0;1.55;14420
+71097;44.00146;6.16044;549;20220302;10.7;-.3;5.2;1.5;6;0;1.37;12049
+71097;44.00146;6.16044;549;20220303;14.1;-1.3;6.4;1.5;6.3;0;1.65;14490
+71097;44.00146;6.16044;549;20220304;15.1;-.9;7.1;2.2;6.5;2;1.95;14955
+71097;44.00146;6.16044;549;20220305;9.9;-.8;4.6;1.6;6.3;.9;1.32;12319
+71097;44.00146;6.16044;549;20220306;9;-2;3.5;1.4;5.6;.4;1.3;12644
+71097;44.00146;6.16044;549;20220307;11;-5;3;1.2;4.4;0;1.55;15496
+71097;44.00146;6.16044;549;20220308;11.9;-5.8;3.1;1.5;4.7;0;1.69;16506
+71097;44.00146;6.16044;549;20220309;13.4;2.6;8;1.7;5.9;0;1.87;12974
+71097;44.00146;6.16044;549;20220310;13.6;-3.9;4.9;1.2;6.1;.1;1.69;16792
+71097;44.00146;6.16044;549;20220311;13.8;2.3;8.1;2.4;5.6;0;2.22;13708
+71097;44.00146;6.16044;549;20220312;13.2;8.8;11;4;4.6;0;3.15;8455
+71097;44.00146;6.16044;549;20220313;10.2;8.2;9.2;3;6.2;5.1;1.97;5662
+71097;44.00146;6.16044;549;20220314;15.2;4.3;9.8;2.2;8.2;.4;2.02;13792
+71097;44.00146;6.16044;549;20220315;17.2;6.1;11.7;1.5;7.9;0;2.16;14075
+71097;44.00146;6.16044;549;20220316;18.9;2.3;10.6;1.2;8.9;0;2.2;17470
+71097;44.00146;6.16044;549;20220317;13.4;9.2;11.3;.7;10.4;0;1.34;8725
+71097;44.00146;6.16044;549;20220318;15.9;7.4;11.6;1.9;10.18;.4;1.81;10100
+71097;44.00146;6.16044;549;20220319;13.7;4.6;9.1;2;7.68;0;1.93;11500
+71097;44.00146;6.16044;549;20220320;13.3;2.3;7.8;2.1;5.78;0;1.97;8600
+71097;44.00146;6.16044;549;20220321;14.2;.5;7.3;2.5;4.98;0;2.73;18400
+71097;44.00146;6.16044;549;20220322;14.2;-.9;6.7;3.6;4.42;0;3.48;19500
+71097;44.00146;6.16044;549;20220323;16.9;-2.6;7.1;2.6;4.48;0;3.18;20300
+71097;44.00146;6.16044;549;20220324;19.1;-1;9;2.9;4.18;0;3.74;20400
+71097;44.00146;6.16044;549;20220325;18.9;-.5;9.2;2.6;4.98;0;3.46;20200
+71097;44.00146;6.16044;549;20220326;20.3;.5;10.4;2.7;5.18;0;3.72;20200
+71097;44.00146;6.16044;549;20220327;20.3;2.6;11.4;2.3;5.18;0;3.19;12800
+71097;44.00146;6.16044;549;20220328;20.4;2.3;11.3;2.4;4.68;0;3.72;19900
+71097;44.00146;6.16044;549;20220329;18.9;3.7;11.3;2.5;6.18;1.6;3.14;14700
+71097;44.00146;6.16044;549;20220330;11.4;7.4;9.4;1.8;9.58;6.3;1.25;5500
+71097;44.00146;6.16044;549;20220331;16.6;4.5;10.5;4;7.48;.2;3.39;19700
+71097;44.00146;6.16044;549;20220401;7.1;.9;4;8.1;3.98;.5;2.98;14900
+71097;44.00146;6.16044;549;20220402;8.5;2.4;5.4;8.6;3.58;0;3.87;22100
+71097;44.00146;6.16044;549;20220403;8.1;.4;4.2;3.4;5.18;4.7;1.82;8400
+71097;44.00146;6.16044;549;20220404;12.9;.7;6.8;2.6;5.58;0;2.86;21300
+71097;44.00146;6.16044;549;20220405;17.4;-1.1;8.1;2.4;5.28;0;3.45;23300
+71097;44.00146;6.16044;549;20220406;15.4;.4;7.9;1.9;7.08;0;2.52;16533
+71097;44.00146;6.16044;549;20220407;16.1;3.9;10;2.7;8.58;.6;2.32;11800
+71097;44.00146;6.16044;549;20220408;19.5;8.4;13.9;2.9;9.78;1.4;3.22;15800
+71097;44.00146;6.16044;549;20220409;11.5;8.4;9.9;6.5;4.78;0;4.59;25000
+71097;44.00146;6.16044;549;20220410;17.5;.7;9.1;2.3;4.58;0;3.74;24400
+71097;44.00146;6.16044;549;20220411;15.2;.9;8;2.4;6.08;0;2.25;8400
+71097;44.00146;6.16044;549;20220412;19.1;.7;9.9;3;7.38;0;3.32;17600
+71097;44.00146;6.16044;549;20220413;20.7;3.9;12.3;2.6;7.48;0;3.9;22000
+71097;44.00146;6.16044;549;20220414;24.3;5.5;14.9;2.5;7.38;0;4.64;24100
+71097;44.00146;6.16044;549;20220415;25.7;7.9;16.8;3;9.98;0;4.79;22700
+71097;44.00146;6.16044;549;20220416;24.8;10.7;17.8;5.5;9.44;0;5.54;22744
+71097;44.00146;6.16044;549;20220417;21.6;7.9;14.7;3.4;7.48;0;4.78;23900
+71097;44.00146;6.16044;549;20220418;20.6;4.5;12.5;2.8;8.28;0;4.09;24100
+71097;44.00146;6.16044;549;20220419;22.1;3.3;12.7;3;7.58;0;4.48;24500
+71097;44.00146;6.16044;549;20220420;15.1;3.8;9.4;2;9.88;5.9;1.7;9100
+71097;44.00146;6.16044;549;20220421;18.6;9.6;14.1;2.2;11.48;.6;2.66;13600
+71097;44.00146;6.16044;549;20220422;19.9;5.4;12.6;2.2;10.48;0;3.21;19400
+71097;44.00146;6.16044;549;20220423;14.2;8.2;11.2;3.8;9.58;17.4;1.76;2700
+71097;44.00146;6.16044;549;20220424;13.6;4.5;9;1.6;9.58;.4;1.98;13300
+71097;44.00146;6.16044;549;20220425;19.5;7;13.2;2.1;9.88;0;3.53;21400
+71097;44.00146;6.16044;549;20220426;21;4.1;12.5;1.7;9.18;0;3.89;25500
+71097;44.00146;6.16044;549;20220427;21.7;4.4;13;2.7;8.98;0;4.43;26700
+71097;44.00146;6.16044;549;20220428;23.3;7;15.1;2.9;10.08;0;4.63;25100
+71097;44.00146;6.16044;549;20220429;23;5.9;14.4;2.5;9.68;0;4.51;25700
+71097;44.00146;6.16044;549;20220430;21.2;6.7;13.9;1.5;9.78;.2;3.26;18100
+71097;44.00146;6.16044;549;20220501;21.5;4.9;13.2;2.5;8.68;0;4.22;24000
+71097;44.00146;6.16044;549;20220502;21.8;5.4;13.6;3.2;8.78;0;4.71;26400
+71097;44.00146;6.16044;549;20220503;21;7.5;14.2;2.5;10.18;1.2;3.45;16700
+71097;44.00146;6.16044;549;20220504;22.1;5.2;13.6;2.7;9.78;1.2;4.51;26800
+71097;44.00146;6.16044;549;20220505;13.6;11.3;12.4;2.1;11.88;8.9;1.58;6600
+71097;44.00146;6.16044;549;20220506;19;8;13.5;1.2;11.4;.3;3.21;21069
+71097;44.00146;6.16044;549;20220507;21.2;6.1;13.7;1;11.8;6.3;3.67;24858
+71097;44.00146;6.16044;549;20220508;18.7;10.4;14.6;1.5;13;8.1;2.96;18434
+71097;44.00146;6.16044;549;20220509;22.7;5.9;14.3;1.9;11.5;4.3;4.17;26481
+71097;44.00146;6.16044;549;20220510;24.4;7.1;15.8;1.9;11.7;0;4.52;26996
+71097;44.00146;6.16044;549;20220511;24.8;8;16.4;1.3;12.2;0;4.4;26715
+71097;44.00146;6.16044;549;20220512;25;6.7;15.9;1.5;11.2;0;4.62;28014
+71097;44.00146;6.16044;549;20220513;25;6.8;15.9;1.2;11.1;0;4.54;28052
+71097;44.00146;6.16044;549;20220514;26.4;7.7;17.1;1.5;12.8;.1;4.82;28553
+71097;44.00146;6.16044;549;20220515;26.6;13.3;20;1.7;15;2.9;4.58;24125
+71097;44.00146;6.16044;549;20220516;26.9;11.9;19.4;1.7;12.8;0;4.87;25738
+71097;44.00146;6.16044;549;20220517;29.4;8.8;19.1;1.7;13;0;5.4;29002
+71097;44.00146;6.16044;549;20220518;30.2;10.7;20.5;1.9;14.3;.7;5.64;29106
+71097;44.00146;6.16044;549;20220519;28.6;11.6;20.1;2.3;13.1;0;5.56;27717
+71097;44.00146;6.16044;549;20220520;29.1;11.8;20.5;2.2;12.3;0;5.72;28058
+71097;44.00146;6.16044;549;20220521;31.5;10.1;20.8;1.5;14;0;5.66;29398
+71097;44.00146;6.16044;549;20220522;33.8;14.2;24;1.4;16.5;.2;6;29491
+71097;44.00146;6.16044;549;20220523;28.3;12.3;20.3;1.7;12.8;0;5.28;27229
+71097;44.00146;6.16044;549;20220524;26.5;11;18.8;1.8;11.9;1.4;5.06;26874
+71097;44.00146;6.16044;549;20220525;20.4;11.6;16;.9;12.7;3.1;3.41;20229
+71097;44.00146;6.16044;549;20220526;26.6;8.7;17.7;1.8;13.8;1.5;5.06;29065
+71097;44.00146;6.16044;549;20220527;31.3;11.6;21.5;1.8;13.8;0;5.98;29908
+71097;44.00146;6.16044;549;20220528;29.7;10.8;20.3;1;12.3;.1;5.38;29983
+71097;44.00146;6.16044;549;20220529;26.6;7.9;17.3;1.3;9.5;0;5.18;29940
+71097;44.00146;6.16044;549;20220530;23.8;6.9;15.4;2.1;9.7;0;4.96;28513
+71097;44.00146;6.16044;549;20220531;24.9;11.5;18.2;1.9;11.1;0;4.86;25411
+71097;44.00146;6.16044;549;20220601;29.7;10.1;19.9;1.6;12.4;0;5.73;30253
+71097;44.00146;6.16044;549;20220602;31.3;13.4;22.4;2.5;12.7;0;6.52;29540
+71097;44.00146;6.16044;549;20220603;28.8;16.3;22.6;1.4;16.2;6.6;4.98;24680
+71097;44.00146;6.16044;549;20220604;32.6;15.9;24.3;1.5;16.4;0;5.95;28627
+71097;44.00146;6.16044;549;20220605;30.2;13.7;22;1.6;14.5;.1;5.67;28501
+71097;44.00146;6.16044;549;20220606;30.7;13.5;22.1;1.5;12.8;0;5.82;29152
+71097;44.00146;6.16044;549;20220607;27.4;13.2;20.3;1.6;11.9;0;5.21;26498
+71097;44.00146;6.16044;549;20220608;24.1;9.8;17;1.6;10.6;0;4.75;26629
+71097;44.00146;6.16044;549;20220609;23.2;13.4;18.3;2.2;10.4;0;4.61;22018
+71097;44.00146;6.16044;549;20220610;29.2;6.8;18;2;9.1;0;6;30681
+71097;44.00146;6.16044;549;20220611;31.7;8.9;20.3;1.8;11;0;6.21;30713
+71097;44.00146;6.16044;549;20220612;32.4;11.1;21.8;1.6;12.5;0;6.2;30742
+71097;44.00146;6.16044;549;20220613;33.4;13.9;23.7;1.5;12.9;0;6.36;30767
+71097;44.00146;6.16044;549;20220614;31.9;12.3;22.1;1.6;12.9;0;6.19;30790
+71097;44.00146;6.16044;549;20220615;32.1;15.6;23.9;1.3;15;.1;5.86;28818
+71097;44.00146;6.16044;549;20220616;35.7;13.7;24.7;1.8;13.3;0;6.87;30825
+71097;44.00146;6.16044;549;20220617;34.7;14.5;24.6;1.9;13.4;0;6.84;30838
+71097;44.00146;6.16044;549;20220618;32.9;18;25.5;1.5;17;.6;5.93;27404
+71097;44.00146;6.16044;549;20220619;31.8;15.9;23.9;1.6;15.4;0;5.94;28325
+71097;44.00146;6.16044;549;20220620;31.4;14.1;22.8;1.6;13.1;0;6.05;29563
+71097;44.00146;6.16044;549;20220621;30.1;15.6;22.9;2.2;14.7;1.8;5.89;27038
+71097;44.00146;6.16044;549;20220622;26.6;17.9;22.3;1.9;18.1;4.5;4.41;20870
+71097;44.00146;6.16044;549;20220623;25.8;14.1;20;1.4;16.7;1.6;4.49;24248
+71097;44.00146;6.16044;549;20220624;25;14.1;19.6;1.7;14.8;5.4;4.48;23386
+71097;44.00146;6.16044;549;20220625;28.3;12.2;20.3;2.1;13.1;0;5.67;28479
+71097;44.00146;6.16044;549;20220626;30.8;16.4;23.6;1.4;14.5;0;5.58;26902
+71097;44.00146;6.16044;549;20220627;31.4;12.7;22.1;1.3;16.1;0;5.88;30682
+71097;44.00146;6.16044;549;20220628;26.6;15.3;21;1.2;17.2;15;4.5;23763
+71097;44.00146;6.16044;549;20220629;30.8;12;21.4;1.2;15.2;.1;5.76;30716
+71097;44.00146;6.16044;549;20220630;30.1;12.3;21.2;2.1;14.8;0;5.97;29852
+71097;44.00146;6.16044;549;20220701;29.8;13.1;21.5;1.4;14;0;5.58;28874
+71097;44.00146;6.16044;549;20220702;33;10.8;21.9;1.7;11.7;0;6.35;30648
+71097;44.00146;6.16044;549;20220703;35.3;16;25.7;1.5;12.5;0;6.61;30611
+71097;44.00146;6.16044;549;20220704;32.7;17.2;25;1.6;15.2;.8;6.01;27702
+71097;44.00146;6.16044;549;20220705;33.4;14.2;23.8;1.5;14.8;0;6.28;30525
+71097;44.00146;6.16044;549;20220706;32.8;12.8;22.8;1.9;13.4;0;6.43;30478
+71097;44.00146;6.16044;549;20220707;32.7;11.7;22.2;1.5;12.6;0;6.13;30428
+71097;44.00146;6.16044;549;20220708;31.7;13;22.4;1.8;13.3;0;6.2;30262
+71097;44.00146;6.16044;549;20220709;32.3;13.8;23.1;1.6;14.9;0;6.11;30042
+71097;44.00146;6.16044;549;20220710;31.4;14.1;22.8;1.4;13.8;0;5.79;28983
+71097;44.00146;6.16044;549;20220711;31.9;13.5;22.7;1.5;15.4;0;5.94;29838
+71097;44.00146;6.16044;549;20220712;32.2;13.5;22.9;1.7;16.4;0;6.06;30017
+71097;44.00146;6.16044;549;20220713;31.9;15.2;23.6;2;16.9;.3;5.99;28284
+71097;44.00146;6.16044;549;20220714;33.6;16.1;24.9;1.7;16.7;0;6.19;28892
+71097;44.00146;6.16044;549;20220715;35.4;14.5;25;1.7;14.4;0;6.55;29917
+71097;44.00146;6.16044;549;20220716;34.4;13.9;24.2;2.2;14.1;0;6.75;29840
+71097;44.00146;6.16044;549;20220717;33.7;15.6;24.7;1.4;18.9;.2;5.98;29159
+71097;44.00146;6.16044;549;20220718;34.4;20.8;27.6;3.1;19;.5;6.73;25163
+71097;44.00146;6.16044;549;20220719;34.3;20.4;27.4;2.5;19.2;.1;6.35;25368
+71097;44.00146;6.16044;549;20220720;35;19.6;27.3;2;16.7;0;6.39;26638
+71097;44.00146;6.16044;549;20220721;35.5;14.7;25.1;1.6;13;0;6.42;29413
+71097;44.00146;6.16044;549;20220722;35.9;15.7;25.8;1.7;12.7;0;6.57;29319
+71097;44.00146;6.16044;549;20220723;34.3;16;25.2;2.3;15.5;0;6.64;28786
+71097;44.00146;6.16044;549;20220724;35.1;15.9;25.5;1.5;17.3;0;6.19;29123
+71097;44.00146;6.16044;549;20220725;36.1;17.3;26.7;1.7;16.7;.2;6.49;28978
+71097;44.00146;6.16044;549;20220726;34.2;17.2;25.7;2.4;14.2;0;6.64;27440
+71097;44.00146;6.16044;549;20220727;32;13.5;22.8;1.5;14.3;0;5.71;28531
+71097;44.00146;6.16044;549;20220728;32.6;14.1;23.4;1.6;13.5;0;5.86;28422
+71097;44.00146;6.16044;549;20220729;28;15.1;21.6;1.6;15;1.8;4.73;23587
+71097;44.00146;6.16044;549;20220730;33;14.6;23.8;2.1;13.8;0;6.21;28117
+71097;44.00146;6.16044;549;20220731;33.7;12.4;23.1;1.8;12;0;6.1;28356
+71097;44.00146;6.16044;549;20220801;34.6;14.5;24.6;1.7;13;0;6.14;28236
+71097;44.00146;6.16044;549;20220802;33.2;12.6;22.9;2;13.9;0;6.05;28114
+71097;44.00146;6.16044;549;20220803;33.3;16.9;25.1;1.6;15.6;0;5.64;26071
+71097;44.00146;6.16044;549;20220804;34;17.1;25.6;1.5;15.6;.1;5.68;26349
+71097;44.00146;6.16044;549;20220805;35;15;25;1.6;15.4;.1;5.96;27733
+71097;44.00146;6.16044;549;20220806;35;14.1;24.6;1.1;16;0;5.52;27602
+71097;44.00146;6.16044;549;20220807;32.3;14.3;23.3;1.3;15;0;5.3;26814
+71097;44.00146;6.16044;549;20220808;32.5;14;23.3;1.5;15.5;0;5.44;27052
+71097;44.00146;6.16044;549;20220809;33.6;15;24.3;1.5;15.8;.1;5.58;26987
+71097;44.00146;6.16044;549;20220810;32.4;16;24.2;2.4;15.6;2.5;5.8;25189
+71097;44.00146;6.16044;549;20220811;32.3;17.1;24.7;2.2;15.5;0;5.59;24109
+71097;44.00146;6.16044;549;20220812;33.6;13.3;23.5;1.6;16.7;0;5.48;26766
+71097;44.00146;6.16044;549;20220813;34;16.7;25.4;1.9;18.3;1.8;5.62;25459
+71097;44.00146;6.16044;549;20220814;28.1;18.3;23.2;2;18.3;8.3;4.17;18975
+71097;44.00146;6.16044;549;20220815;29.3;13.1;21.2;1.8;14.9;0;4.8;24346
+71097;44.00146;6.16044;549;20220816;30.5;12.8;21.7;1.8;13.9;.2;5.09;25313
+71097;44.00146;6.16044;549;20220817;26.7;15.3;21;1.9;15.4;8.2;4.11;20131
+71097;44.00146;6.16044;549;20220818;25.4;12.5;19;1.6;15.4;17.1;3.83;21303
+71097;44.00146;6.16044;549;20220819;27.5;12.8;20.2;1.8;14.8;0;4.33;22621
+71097;44.00146;6.16044;549;20220820;30.5;12.4;21.5;1.6;14.2;0;4.86;24977
+71097;44.00146;6.16044;549;20220821;30.4;13.9;22.2;1.4;15.5;.4;4.59;23680
+71097;44.00146;6.16044;549;20220822;30.2;11.7;21;1.3;14.1;0;4.6;24929
+71097;44.00146;6.16044;549;20220823;31.1;11.7;21.4;1.3;14.5;0;4.68;25047
+71097;44.00146;6.16044;549;20220824;30.8;15.9;23.4;1.7;15.6;0;4.64;22042
+71097;44.00146;6.16044;549;20220825;31.3;14.7;23;1.6;16;0;4.68;23123
+71097;44.00146;6.16044;549;20220826;30.8;15.8;23.3;1.5;16.7;2.3;4.43;21811
+71097;44.00146;6.16044;549;20220827;30.4;11.7;21.1;1.4;15.9;.8;4.46;24217
+71097;44.00146;6.16044;549;20220828;29.8;14.9;22.4;1;16;.1;3.98;21427
+71097;44.00146;6.16044;549;20220829;30.7;13.9;22.3;1.6;14.5;.2;4.53;22605
+71097;44.00146;6.16044;549;20220830;28.4;17.3;22.9;1.6;17.6;6.2;3.78;18179
+71097;44.00146;6.16044;549;20220831;27.8;12.7;20.3;1.3;15.9;.3;3.79;21095
+71097;44.00146;6.16044;549;20220901;29.5;15.2;22.4;1.6;15.3;0;4.13;20363
+71097;44.00146;6.16044;549;20220902;25.6;13.6;19.6;1.8;14.8;2.6;3.54;18482
+71097;44.00146;6.16044;549;20220903;26.7;13.9;20.3;2.2;15;11.4;3.85;18947
+71097;44.00146;6.16044;549;20220904;28.5;12.2;20.4;1.8;15.8;.4;3.99;21251
+71097;44.00146;6.16044;549;20220905;29.1;16.1;22.6;2.5;17;0;4.2;18790
+71097;44.00146;6.16044;549;20220906;28.3;14.3;21.3;1.7;17.3;1.7;3.71;19351
+71097;44.00146;6.16044;549;20220907;27.2;17.1;22.2;1.3;19.3;5.4;3.14;16251
+71097;44.00146;6.16044;549;20220908;25.8;13.8;19.8;1.6;15.4;.1;3.29;17592
+71097;44.00146;6.16044;549;20220909;25.8;9.6;17.7;1.4;11.9;0;3.47;20315
+71097;44.00146;6.16044;549;20220910;25.1;9.2;17.2;1.8;11;.1;3.58;19948
+71097;44.00146;6.16044;549;20220911;27.8;6.4;17.1;1.5;11.1;0;3.74;21641
+71097;44.00146;6.16044;549;20220912;29.3;10.8;20.1;1.2;13.2;0;3.7;21163
+71097;44.00146;6.16044;549;20220913;28.5;12.4;20.5;1.3;15.5;.6;3.49;19543
+71097;44.00146;6.16044;549;20220914;20.6;16.6;18.6;2.2;17.4;20.2;1.99;9493
+71097;44.00146;6.16044;549;20220915;27.2;13.1;20.2;2.2;15.3;.1;3.57;17933
+71097;44.00146;6.16044;549;20220916;25;12.5;18.8;1.8;12.9;0;3.2;16708
+71097;44.00146;6.16044;549;20220917;21.2;9.7;15.5;1.4;8.2;.1;2.8;15861
+71097;44.00146;6.16044;549;20220918;22.8;3.1;13;1.4;8.5;0;3;20297
+71097;44.00146;6.16044;549;20220919;25.8;6.7;16.3;2.2;8.3;0;3.86;20103
+71097;44.00146;6.16044;549;20220920;24.5;4.5;14.5;1;9.4;.1;2.86;19909
+71097;44.00146;6.16044;549;20220921;23.3;5;14.2;1.2;10.5;0;2.77;19317
+71097;44.00146;6.16044;549;20220922;22.2;9.8;16;1.2;12.5;0;2.45;15685
+71097;44.00146;6.16044;549;20220923;21.6;11.3;16.5;.9;12.9;7;2.21;14122
+71097;44.00146;6.16044;549;20220924;15.4;12.9;14.2;1.3;14;15.8;1.25;6725
+71097;44.00146;6.16044;549;20220925;20.2;11.2;15.7;.8;13.1;.6;1.96;12907
+71097;44.00146;6.16044;549;20220926;21;4.3;12.7;1.2;9.6;0;2.39;17511
+71097;44.00146;6.16044;549;20220927;18;7.5;12.8;1.9;9.2;0;2.26;13672
+71097;44.00146;6.16044;549;20220928;20;7.3;13.7;1.2;10.5;1.1;2.15;14906
+71097;44.00146;6.16044;549;20220929;17.8;7.6;12.7;1.2;11;0;1.84;13181
+71097;44.00146;6.16044;549;20220930;16.6;6.3;11.5;1.1;9.9;2.4;1.75;13101
+71097;44.00146;6.16044;549;20221001;18.1;3.1;10.6;1.2;9.6;.1;1.93;15700
+71097;44.00146;6.16044;549;20221002;26.2;8.3;17.3;2;12.1;0;3.04;16989
+71097;44.00146;6.16044;549;20221003;24.8;8.3;16.6;2.1;11.2;0;2.92;16115
+71097;44.00146;6.16044;549;20221004;25.4;5.9;15.7;1.3;11.2;.1;2.57;17182
+71097;44.00146;6.16044;549;20221005;24.2;9.8;17;1.6;12.2;.2;2.48;14693
+71097;44.00146;6.16044;549;20221006;24.3;7.5;15.9;2;12.1;0;2.62;15712
+71097;44.00146;6.16044;549;20221007;23.6;8.3;16;1.2;12;.2;2.19;14805
+71097;44.00146;6.16044;549;20221008;16.5;8.9;12.7;.7;13.1;.9;1.31;10219
+71097;44.00146;6.16044;549;20221009;19.5;12;15.8;.7;14.4;.3;1.46;10028
+71097;44.00146;6.16044;549;20221010;21.8;12.6;17.2;.7;14;.1;1.65;11007
+71097;44.00146;6.16044;549;20221011;22.8;7.9;15.4;1.4;13;.3;2;13925
+71097;44.00146;6.16044;549;20221012;21.3;12.3;16.8;1.6;13.6;3.8;1.85;10621
+71097;44.00146;6.16044;549;20221013;19.6;6;12.8;1;11.8;.1;1.57;12969
+71097;44.00146;6.16044;549;20221014;21;9.3;15.2;1.8;12;.1;1.93;11858
+71097;44.00146;6.16044;549;20221015;24.2;8.5;16.4;1.7;12;0;2.23;13617
+71097;44.00146;6.16044;549;20221016;24;11;17.5;1.9;12.6;.2;2.25;12209
+71097;44.00146;6.16044;549;20221017;25.4;9.3;17.4;1.2;12.8;0;2.02;13453
+71097;44.00146;6.16044;549;20221018;24.8;8.8;16.8;.7;12.1;.2;1.7;13242
+71097;44.00146;6.16044;549;20221019;25.4;5.9;15.7;.9;11;.1;1.84;14381
+71097;44.00146;6.16044;549;20221020;20;8.1;14.1;.8;12.8;1.3;1.34;11091
+71097;44.00146;6.16044;549;20221021;21;13.9;17.5;1.6;15.2;.6;1.51;8386
+71097;44.00146;6.16044;549;20221022;19.9;12.7;16.3;1.8;14.3;.1;1.47;8338
+71097;44.00146;6.16044;549;20221023;24.2;11.2;17.7;1.2;13.3;.2;1.73;11167
+71097;44.00146;6.16044;549;20221024;23;12.4;17.7;.8;14.1;1.4;1.42;9924
+71097;44.00146;6.16044;549;20221025;24.8;9.1;17;1.2;12.8;0;1.73;11990
+71097;44.00146;6.16044;549;20221026;25.3;10.6;18;1.5;12;.2;1.95;11442
+71097;44.00146;6.16044;549;20221027;24.8;8.3;16.6;1.2;12.4;.1;1.68;11985
+71097;44.00146;6.16044;549;20221028;25.8;6.6;16.2;.9;10.9;.1;1.58;12786
+71097;44.00146;6.16044;549;20221029;25.4;7.5;16.5;1;10.2;0;1.61;12175
+71097;44.00146;6.16044;549;20221030;23;5.4;14.2;1.4;9.4;.1;1.68;11914
+71097;44.00146;6.16044;549;20221031;22.3;7.6;15;2.1;9.9;2.6;1.96;10721
+71097;44.00146;6.16044;549;20221101;21.1;7.9;14.5;1.6;11.4;21.5;1.47;10011
+71097;44.00146;6.16044;549;20221102;19.6;6;12.8;.8;10.5;.1;1.07;10035
+71097;44.00146;6.16044;549;20221103;12;4.4;8.2;1.2;10.7;30.5;.62;7325
+71097;44.00146;6.16044;549;20221104;12.5;3.4;8;1.7;8.3;1.1;.93;7941
+71097;44.00146;6.16044;549;20221105;16.4;.5;8.5;1.6;6.5;.1;1.31;10462
+71097;44.00146;6.16044;549;20221106;18.7;-1;8.9;.9;6.3;.1;1.05;11467
+71097;44.00146;6.16044;549;20221107;19.4;-1.2;9.1;1.4;6.9;.1;1.32;11326
+71097;44.00146;6.16044;549;20221108;13.9;4.9;9.4;1.7;8.1;0;1.06;7497
+71097;44.00146;6.16044;549;20221109;16.9;4.7;10.8;1.7;10.8;14;.94;8669
+71097;44.00146;6.16044;549;20221110;18.2;3.5;10.9;1.1;10.1;.1;.91;9428
+71097;44.00146;6.16044;549;20221111;19.9;4.4;12.2;1.1;9.2;.1;1.05;9569
+71097;44.00146;6.16044;549;20221112;15.2;3;9.1;.5;9.2;0;.62;8350
+71097;44.00146;6.16044;549;20221113;15.9;5.2;10.6;1;9.3;.1;.8;7704
+71097;44.00146;6.16044;549;20221114;14.4;4.6;9.5;1;9.4;2.7;.7;7270
+71097;44.00146;6.16044;549;20221115;12.9;9.2;11.1;1.6;11.6;8.2;.66;4291
+71097;44.00146;6.16044;549;20221116;18;6.5;12.3;1.6;10.1;0;1.04;7714
+71097;44.00146;6.16044;549;20221117;18.4;5.1;11.8;1.2;9.4;2.5;.92;8222
+71097;44.00146;6.16044;549;20221118;13.7;5.6;9.7;1.6;8.4;.1;.9;6274
+71097;44.00146;6.16044;549;20221119;14.1;-1.2;6.5;1.4;6;0;.88;8642
+71097;44.00146;6.16044;549;20221120;12.9;-1.5;5.7;1.8;5.7;.1;.97;8281
+71097;44.00146;6.16044;549;20221121;8.6;-2;3.3;2.2;6.5;5;.6;6983
+71097;44.00146;6.16044;549;20221122;11.4;5;8.2;1.8;6.5;0;1.02;5297
+71097;44.00146;6.16044;549;20221123;9.5;-.6;4.5;2;6.2;.1;.73;6664
+71097;44.00146;6.16044;549;20221124;14.8;-.3;7.3;1.4;6.6;0;.81;8134
+71097;44.00146;6.16044;549;20221125;16;1.9;9;1.4;7;0;.88;7771
+71097;44.00146;6.16044;549;20221126;14.2;-1.1;6.6;1.4;6.1;0;.79;8029
+71097;44.00146;6.16044;549;20221127;11.8;-2.9;4.5;.9;5.7;.1;.5;7789
+71097;44.00146;6.16044;549;20221128;5.7;1.2;3.5;1.3;6.8;4.8;.42;4129
+71097;44.00146;6.16044;549;20221129;8.6;3;5.8;.6;7.2;0;.42;4600
+71097;44.00146;6.16044;549;20221130;11.4;-3.1;4.2;.9;5.5;.1;.48;7529
+71097;44.00146;6.16044;549;20221201;10.1;-3.5;3.3;.8;5.5;.1;.4;7222
+71097;44.00146;6.16044;549;20221202;8.4;-.6;3.9;1.7;6;.5;.59;5769
+71097;44.00146;6.16044;549;20221203;7.2;-.1;3.6;1;7.4;13.5;.3;5124
+71097;44.00146;6.16044;549;20221204;9.9;5.3;7.6;2;8.5;15.5;.62;3972
+71097;44.00146;6.16044;549;20221205;10.4;-1;4.7;1.3;6.4;0;.51;6390
+71097;44.00146;6.16044;549;20221206;10.8;-4.4;3.2;1;5;0;.47;7379
+71097;44.00146;6.16044;549;20221207;10.1;-5.7;2.2;.9;4.7;.1;.41;7483
+71097;44.00146;6.16044;549;20221208;8.1;-5.7;1.2;.9;5.4;16.8;.3;6933
+71097;44.00146;6.16044;549;20221209;8.7;3.2;6;2.2;9.4;10.9;.23;4237
+71097;44.00146;6.16044;549;20221210;11;3.7;7.4;1;7.2;0;.52;4904
+71097;44.00146;6.16044;549;20221211;5.9;-6.1;-.1;.8;4;0;.33;6347
+71097;44.00146;6.16044;549;20221212;5.5;-7.4;-.9;1;4.1;8;.34;6565
+71097;44.00146;6.16044;549;20221213;3.8;.4;2.1;1.2;6.7;8.5;.29;3204
+71097;44.00146;6.16044;549;20221214;8.6;2.6;5.6;1;7.8;.1;.37;4346
+71097;44.00146;6.16044;549;20221215;9.4;1.6;5.5;2;8.9;30.2;.26;4985
+71097;44.00146;6.16044;549;20221216;10.4;6.3;8.4;.7;9.3;0;.4;3518
+71097;44.00146;6.16044;549;20221217;10.7;-3.2;3.8;.8;5.7;.1;.33;6731
+71097;44.00146;6.16044;549;20221218;10.8;-3.9;3.5;1;5.7;.1;.38;6920
+71097;44.00146;6.16044;549;20221219;9.6;1.4;5.5;1.7;7.6;0;.45;5083
+71097;44.00146;6.16044;549;20221220;13.6;6;9.8;1.2;8.8;4.2;.59;4879
+71097;44.00146;6.16044;549;20221221;12.1;7.4;9.8;1.4;9.4;8.1;.6;3769
+71097;44.00146;6.16044;549;20221222;15.3;.9;8.1;1.4;8.2;0;.56;6836
+71097;44.00146;6.16044;549;20221223;18.2;4.2;11.2;1.5;9.7;0;.71;6742
+71097;44.00146;6.16044;549;20221224;16.5;5.7;11.1;2.1;9.3;0;.91;5890
+71097;44.00146;6.16044;549;20221225;17.3;2.1;9.7;1.4;8.1;0;.71;7059
+71097;44.00146;6.16044;549;20221226;14.9;1.4;8.2;.9;7.7;0;.44;6648
+71097;44.00146;6.16044;549;20221227;15.6;1.1;8.4;1.8;6.7;0;.91;6920
+71097;44.00146;6.16044;549;20221228;13.4;-3.3;5.1;1;5.5;0;.48;7472
+71097;44.00146;6.16044;549;20221229;12.7;.4;6.6;1.8;8;.1;.54;6390
+71097;44.00146;6.16044;549;20221230;13.3;2.9;8.1;.8;8.9;.2;.37;5873
+71097;44.00146;6.16044;549;20221231;16;3.7;9.9;1.1;9.2;.1;.53;6443
+71098;44.01254;6.47118;1056;20220101;18.1;-4.2;6.9;.5;5.27;.1;.34;8021
+71098;44.01254;6.47118;1056;20220102;17.2;-4.7;6.2;.8;5.07;0;.56;7986
+71098;44.01254;6.47118;1056;20220103;13.1;-2.9;5.1;1.2;5.27;0;.7;6809
+71098;44.01254;6.47118;1056;20220104;10.1;-4;3;.7;5.97;.9;.37;6407
+71098;44.01254;6.47118;1056;20220105;7.6;-1.1;3.2;1.8;5.77;.9;.67;4982
+71098;44.01254;6.47118;1056;20220106;6.4;-7.9;-.8;.8;3.67;.1;.42;6541
+71098;44.01254;6.47118;1056;20220107;6.3;-10.6;-2.2;1.2;3.07;.1;.57;7195
+71098;44.01254;6.47118;1056;20220108;6.8;-4.6;1.1;2.1;4.47;3.4;.79;5885
+71098;44.01254;6.47118;1056;20220109;4.3;.6;2.4;2.5;4.77;0;.95;3214
+71098;44.01254;6.47118;1056;20220110;6.9;-5.1;.9;1;3.37;0;.61;6147
+71098;44.01254;6.47118;1056;20220111;9.3;-10.7;-.7;.7;2.67;0;.47;8117
+71098;44.01254;6.47118;1056;20220112;9.8;-12;-1.1;.6;2.67;0;.42;8567
+71098;44.01254;6.47118;1056;20220113;11.2;-11;.1;.6;2.67;0;.45;8727
+71098;44.01254;6.47118;1056;20220114;13.7;-9.7;2;.2;3.17;0;.18;9055
+71098;44.01254;6.47118;1056;20220115;15.1;-8.5;3.3;.3;3.37;0;.27;9184
+71098;44.01254;6.47118;1056;20220116;13.5;-8.3;2.6;.8;3.17;0;.65;8900
+71098;44.01254;6.47118;1056;20220117;12.9;-10.1;1.4;.4;2.77;0;.36;9246
+71098;44.01254;6.47118;1056;20220118;14.5;-9.7;2.4;.5;2.97;0;.46;9594
+71098;44.01254;6.47118;1056;20220119;9.5;-8.2;.6;1.2;4.17;0;.7;8237
+71098;44.01254;6.47118;1056;20220120;9.6;-7.6;1;1.3;3.77;0;.8;8204
+71098;44.01254;6.47118;1056;20220121;8.6;-10;-.7;1;3.17;0;.68;8643
+71098;44.01254;6.47118;1056;20220122;9.9;-10.4;-.3;.5;3.07;0;.47;9149
+71098;44.01254;6.47118;1056;20220123;13;-9.2;1.9;.6;3.27;0;.59;9697
+71098;44.01254;6.47118;1056;20220124;13.2;-9.4;1.9;.4;3.37;0;.47;9902
+71098;44.01254;6.47118;1056;20220125;9.2;-9.6;-.2;.6;3.77;0;.53;9105
+71098;44.01254;6.47118;1056;20220126;14;-10.4;1.8;.6;3.17;0;.65;10552
+71098;44.01254;6.47118;1056;20220127;15.7;-9.8;2.9;.3;2.67;0;.43;10928
+71098;44.01254;6.47118;1056;20220128;17.3;-9.5;3.9;.9;2.67;0;1.03;11145
+71098;44.01254;6.47118;1056;20220129;13.7;-8.7;2.5;1.1;3.07;0;1.04;10473
+71098;44.01254;6.47118;1056;20220130;18.1;-8.7;4.7;.7;3.37;0;.9;11416
+71098;44.01254;6.47118;1056;20220131;10.8;-7.7;1.5;2.9;3.07;0;1.74;9725
+71098;44.01254;6.47118;1056;20220201;10.6;-8.8;.9;1.2;3.07;0;1.01;10096
+71098;44.01254;6.47118;1056;20220202;17;-4.4;6.3;1.5;4.57;0;1.45;10760
+71098;44.01254;6.47118;1056;20220203;16.3;-6.8;4.7;.7;4.37;0;.92;11339
+71098;44.01254;6.47118;1056;20220204;13.2;-6.8;3.2;1.4;4.87;0;1.13;10661
+71098;44.01254;6.47118;1056;20220205;13.4;-5.7;3.8;.8;4.57;0;.92;10546
+71098;44.01254;6.47118;1056;20220206;12.7;-8;2.3;2.3;3.87;0;1.61;11139
+71098;44.01254;6.47118;1056;20220207;14.1;3.6;8.8;3.7;4.37;0;2.59;7927
+71098;44.01254;6.47118;1056;20220208;13.7;-7.7;3;.8;3.67;0;1.01;11632
+71098;44.01254;6.47118;1056;20220209;14.1;-7.6;3.2;.9;3.57;0;1.12;11871
+71098;44.01254;6.47118;1056;20220210;-.1;-8;-4.1;1.9;4.42;0;1.5;11499
+71098;44.01254;6.47118;1056;20220211;11.2;-2;4.6;2.8;4.46;0;1.76;10512
+71098;44.01254;6.47118;1056;20220212;9.4;-1.5;3.9;3.3;3.93;0;1.87;10595
+71098;44.01254;6.47118;1056;20220213;9.3;-2;3.6;2.1;4.49;4.1;1.4;10412
+71098;44.01254;6.47118;1056;20220214;3.8;-.9;1.4;1.7;5.66;19.9;.71;3018
+71098;44.01254;6.47118;1056;20220215;6.9;-2.9;2;2.4;4.79;0;1.24;11351
+71098;44.01254;6.47118;1056;20220216;9.1;-6.1;1.5;1.6;5.37;0;1.05;10828
+71098;44.01254;6.47118;1056;20220217;17.9;-.6;8.6;2.3;6.27;.1;2.1;12143
+71098;44.01254;6.47118;1056;20220218;18.4;-3.9;7.2;1.2;5.97;0;1.63;13545
+71098;44.01254;6.47118;1056;20220219;11.6;-.9;5.3;1.1;5.77;0;1.2;10176
+71098;44.01254;6.47118;1056;20220220;13.9;-7.2;3.3;1.1;4.57;0;1.39;13510
+71098;44.01254;6.47118;1056;20220221;7.8;1.4;4.6;3.8;4.97;.3;1.76;7364
+71098;44.01254;6.47118;1056;20220222;12.7;-4.5;4.1;1.8;4.27;0;1.7;12478
+71098;44.01254;6.47118;1056;20220223;16.5;-7;4.7;1.2;3.87;0;1.75;14837
+71098;44.01254;6.47118;1056;20220224;11.7;-4.2;3.7;1.8;4.87;0;1.57;12292
+71098;44.01254;6.47118;1056;20220225;12.2;-3.1;4.5;1.6;4.57;0;1.62;12204
+71098;44.01254;6.47118;1056;20220226;11.1;-3.7;3.7;1.3;3.17;0;1.58;12149
+71098;44.01254;6.47118;1056;20220227;7;-8.7;-.9;1.1;3.87;.9;1.14;12682
+71098;44.01254;6.47118;1056;20220228;11.1;-10;.5;1.1;3.27;0;1.47;14948
+71098;44.01254;6.47118;1056;20220301;9.3;-7.8;.7;1.8;4.27;0;1.48;13585
+71098;44.01254;6.47118;1056;20220302;10;-3.4;3.3;1.5;5.07;0;1.44;12130
+71098;44.01254;6.47118;1056;20220303;12.5;-3.5;4.5;1.1;5.37;0;1.51;13453
+71098;44.01254;6.47118;1056;20220304;11.7;-3.4;4.1;1.2;5.77;0;1.47;13217
+71098;44.01254;6.47118;1056;20220305;6.3;1.7;4;1.2;5.77;.5;1.09;7210
+71098;44.01254;6.47118;1056;20220306;3.5;-2.8;.3;1;5.37;.9;.89;8607
+71098;44.01254;6.47118;1056;20220307;8.1;-6.9;.6;1.2;4.17;0;1.37;13651
+71098;44.01254;6.47118;1056;20220308;8.9;-9.3;-.2;1.5;4.47;0;1.46;15253
+71098;44.01254;6.47118;1056;20220309;12.1;-4.4;3.8;1.2;4.87;0;1.68;14673
+71098;44.01254;6.47118;1056;20220310;12.8;-8.6;2.1;.8;4.87;.2;1.61;16957
+71098;44.01254;6.47118;1056;20220311;8.9;-.8;4;2.7;5.07;0;1.79;11421
+71098;44.01254;6.47118;1056;20220312;8.1;4.6;6.3;3.9;4.37;0;2.35;6785
+71098;44.01254;6.47118;1056;20220313;4.2;2.8;3.5;5.5;5.57;6.5;1.5;4199
+71098;44.01254;6.47118;1056;20220314;9.4;-.6;4.4;3.2;7.37;1.5;1.41;12000
+71098;44.01254;6.47118;1056;20220315;16.2;7.1;11.6;2.6;6.87;0;2.65;11557
+71098;44.01254;6.47118;1056;20220316;18.5;-.9;8.8;1.1;7.07;0;2.26;17236
+71098;44.01254;6.47118;1056;20220317;12;1.6;6.8;.9;8.37;0;1.52;12652
+71098;44.01254;6.47118;1056;20220318;14;5.9;10;4.2;7.19;.2;2.78;9627
+71098;44.01254;6.47118;1056;20220319;13.1;4.8;9;4.2;5.12;0;3.26;12940
+71098;44.01254;6.47118;1056;20220320;9.4;1.4;5.4;4;4.43;0;2.67;10130
+71098;44.01254;6.47118;1056;20220321;11.1;1.7;6.4;3.5;3.99;0;2.95;16412
+71098;44.01254;6.47118;1056;20220322;11.8;-3.2;4.3;6.6;2.15;0;5.03;20200
+71098;44.01254;6.47118;1056;20220323;14;-2.1;6;3.4;3.03;0;3.7;19337
+71098;44.01254;6.47118;1056;20220324;15.6;-2.4;6.6;2.8;3.26;0;3.63;19825
+71098;44.01254;6.47118;1056;20220325;15.7;-2.2;6.8;2.9;3.62;0;3.65;19824
+71098;44.01254;6.47118;1056;20220326;16;-.2;7.9;3.6;3.69;0;3.94;19105
+71098;44.01254;6.47118;1056;20220327;14.8;2.2;8.5;2.9;3.66;0;3.37;13594
+71098;44.01254;6.47118;1056;20220328;17.1;-.3;8.4;2.6;3.69;0;3.73;20152
+71098;44.01254;6.47118;1056;20220329;15.3;.6;8;2.7;5.09;1.1;3.23;16594
+71098;44.01254;6.47118;1056;20220330;8.8;3.8;6.3;1.6;8.19;8.6;1.39;8473
+71098;44.01254;6.47118;1056;20220331;12.1;1.3;6.7;2.8;6.69;.4;2.72;18414
+71098;44.01254;6.47118;1056;20220401;2.4;-.1;1.2;4.5;4.12;2.4;2.07;11888
+71098;44.01254;6.47118;1056;20220402;3.4;-2.8;.3;4.9;3.62;.1;2.39;15708
+71098;44.01254;6.47118;1056;20220403;6.3;-5.1;.6;2.8;4.22;2.9;1.88;13352
+71098;44.01254;6.47118;1056;20220404;8.9;-4.9;2;2;4.59;0;2.56;21032
+71098;44.01254;6.47118;1056;20220405;14.3;-4.1;5.1;2.2;4.62;0;3.36;23093
+71098;44.01254;6.47118;1056;20220406;13;-2.4;5.3;2.8;5.95;0;3.05;18200
+71098;44.01254;6.47118;1056;20220407;12.1;4.2;8.1;2.7;7.76;1.2;2.3;13198
+71098;44.01254;6.47118;1056;20220408;14.6;5.7;10.2;2.3;9.23;1.6;2.3;14039
+71098;44.01254;6.47118;1056;20220409;7.6;2.9;5.2;4.5;4.59;0;3.16;17271
+71098;44.01254;6.47118;1056;20220410;12.9;-3.5;4.7;2;3.86;0;3.32;23764
+71098;44.01254;6.47118;1056;20220411;11.5;-.7;5.4;2.2;5.52;0;2.63;14645
+71098;44.01254;6.47118;1056;20220412;16.8;.7;8.8;3.2;6.86;0;3.47;18542
+71098;44.01254;6.47118;1056;20220413;19.6;3.4;11.5;3.3;6.89;0;4.23;19462
+71098;44.01254;6.47118;1056;20220414;20.7;2.1;11.4;2.9;6.73;0;4.49;23277
+71098;44.01254;6.47118;1056;20220415;22.9;5.5;14.2;2.6;8.19;0;4.6;23595
+71098;44.01254;6.47118;1056;20220416;22.2;8.9;15.5;3;8.15;1.2;4.83;23500
+71098;44.01254;6.47118;1056;20220417;17.1;4.1;10.6;3;6.89;0;4.36;22891
+71098;44.01254;6.47118;1056;20220418;17.1;.8;9;2.5;6.89;0;3.97;23980
+71098;44.01254;6.47118;1056;20220419;18.3;.9;9.6;2.5;6.12;0;4.16;24081
+71098;44.01254;6.47118;1056;20220420;14;2.4;8.2;2.8;8.16;4.3;2.62;14477
+71098;44.01254;6.47118;1056;20220421;15.1;6.5;10.8;4.3;8.39;.1;3.26;15112
+71098;44.01254;6.47118;1056;20220422;16.1;6.1;11.1;3.2;8.26;2.7;3.72;19159
+71098;44.01254;6.47118;1056;20220423;8.7;6.3;7.5;2.7;8.32;19.3;1.95;7138
+71098;44.01254;6.47118;1056;20220424;10.1;1.9;6;1.9;8.13;.6;2.12;14878
+71098;44.01254;6.47118;1056;20220425;15.1;4.8;9.9;1.9;8.36;0;3.4;21849
+71098;44.01254;6.47118;1056;20220426;17.1;.7;8.9;2.1;7.32;0;3.84;25059
+71098;44.01254;6.47118;1056;20220427;19.4;1.4;10.4;2.6;7.09;0;4.43;26553
+71098;44.01254;6.47118;1056;20220428;19.7;3.2;11.4;2.5;7.93;.3;4.42;24952
+71098;44.01254;6.47118;1056;20220429;20.3;3.5;11.9;2.8;7.92;0;4.65;25620
+71098;44.01254;6.47118;1056;20220430;18.5;5.2;11.9;2;7.93;.8;3.52;19064
+71098;44.01254;6.47118;1056;20220501;17.7;3.8;10.8;2.2;6.89;.1;4.09;25238
+71098;44.01254;6.47118;1056;20220502;18.1;2;10.1;2.6;7.89;0;4.28;25791
+71098;44.01254;6.47118;1056;20220503;15;5.3;10.1;2.1;9.26;.7;3.19;17601
+71098;44.01254;6.47118;1056;20220504;17.1;2.9;10;2.4;9.09;1;3.69;22501
+71098;44.01254;6.47118;1056;20220505;12.1;7.2;9.7;2.2;10.1;6.2;2.04;11335
+71098;44.01254;6.47118;1056;20220506;17.3;5.7;11.5;.6;10.17;.2;2.96;19713
+71098;44.01254;6.47118;1056;20220507;17;3.4;10.2;.7;9.97;6;3.06;21480
+71098;44.01254;6.47118;1056;20220508;14.6;4.9;9.7;.9;10.17;10.3;2.63;18166
+71098;44.01254;6.47118;1056;20220509;18;2.8;10.4;.6;9.77;1.6;3.26;22941
+71098;44.01254;6.47118;1056;20220510;20.3;2.1;11.2;.9;9.77;.1;3.7;25252
+71098;44.01254;6.47118;1056;20220511;22.6;3.8;13.2;1;10.37;0;4.04;25782
+71098;44.01254;6.47118;1056;20220512;22.8;2.6;12.7;1;9.47;0;4.16;26853
+71098;44.01254;6.47118;1056;20220513;22.8;4.5;13.6;.8;9.67;0;4.04;25646
+71098;44.01254;6.47118;1056;20220514;24.1;4.2;14.1;.7;11.47;0;4.22;26867
+71098;44.01254;6.47118;1056;20220515;23;6.4;14.7;1;11.87;2.8;4.04;24601
+71098;44.01254;6.47118;1056;20220516;24.2;5.7;14.9;1.1;10.67;0;4.37;26092
+71098;44.01254;6.47118;1056;20220517;26.1;6.1;16.1;1.1;11.17;0;4.69;27244
+71098;44.01254;6.47118;1056;20220518;27.2;7.1;17.1;1.2;12.17;2.9;4.88;27411
+71098;44.01254;6.47118;1056;20220519;25.9;8.7;17.3;1.2;11.67;0;4.6;25416
+71098;44.01254;6.47118;1056;20220520;27.1;5.8;16.4;1.2;10.97;0;4.99;28423
+71098;44.01254;6.47118;1056;20220521;28.5;5.8;17.1;.9;11.47;0;5.08;29451
+71098;44.01254;6.47118;1056;20220522;31.3;9.2;20.2;.8;13.07;.3;5.34;29146
+71098;44.01254;6.47118;1056;20220523;24.8;7.5;16.1;1.3;10.37;0;4.61;25821
+71098;44.01254;6.47118;1056;20220524;23.1;4.9;14;1.3;9.67;2.2;4.45;26573
+71098;44.01254;6.47118;1056;20220525;19.6;7.7;13.6;.6;11.37;2.9;3.46;21474
+71098;44.01254;6.47118;1056;20220526;23.1;5.7;14.4;1;12.07;2.2;4.25;26119
+71098;44.01254;6.47118;1056;20220527;27.6;8.5;18;.8;11.77;.7;4.84;27455
+71098;44.01254;6.47118;1056;20220528;27.7;5.8;16.7;1;10.47;.9;5.13;29501
+71098;44.01254;6.47118;1056;20220529;23.3;6;14.6;1.5;9.57;0;4.59;26241
+71098;44.01254;6.47118;1056;20220530;19.6;2.6;11.1;1.2;8.57;0;3.99;26069
+71098;44.01254;6.47118;1056;20220531;22.6;5.2;13.9;.9;9.77;0;4.28;26437
+71098;44.01254;6.47118;1056;20220601;26.9;5;15.9;1.2;10.77;0;5.16;29768
+71098;44.01254;6.47118;1056;20220602;27.8;6.3;17;1;11.57;0;5.17;29551
+71098;44.01254;6.47118;1056;20220603;25.2;13.1;19.1;1.2;13.57;6.9;4.33;22114
+71098;44.01254;6.47118;1056;20220604;28.8;12.4;20.6;1.2;14.17;0;5.09;25855
+71098;44.01254;6.47118;1056;20220605;26.6;12.5;19.5;1.9;11.77;0;5.09;23986
+71098;44.01254;6.47118;1056;20220606;26.5;6.6;16.5;1.7;10.37;0;5.33;28613
+71098;44.01254;6.47118;1056;20220607;24.5;9.5;17;2.3;9.67;0;5.13;24828
+71098;44.01254;6.47118;1056;20220608;22.8;5.5;14.1;1.6;8.77;0;4.69;26728
+71098;44.01254;6.47118;1056;20220609;22.4;13.2;17.8;2.6;8.57;0;4.78;19412
+71098;44.01254;6.47118;1056;20220610;26.1;2.5;14.3;1.7;7.87;0;5.56;31358
+71098;44.01254;6.47118;1056;20220611;28.4;4.6;16.5;1.5;8.97;0;5.78;31525
+71098;44.01254;6.47118;1056;20220612;29.7;6.3;18;1.3;10.17;0;5.81;31286
+71098;44.01254;6.47118;1056;20220613;29.6;9;19.3;1.6;10.67;0;5.85;29355
+71098;44.01254;6.47118;1056;20220614;29.7;6.8;18.2;1.2;10.87;0;5.72;30994
+71098;44.01254;6.47118;1056;20220615;29;10;19.5;.9;13.07;0;5.22;28215
+71098;44.01254;6.47118;1056;20220616;32.3;9.8;21;1.3;10.77;0;6.13;30755
+71098;44.01254;6.47118;1056;20220617;32.5;8.9;20.7;1.4;11.97;0;6.28;31520
+71098;44.01254;6.47118;1056;20220618;30.3;12.6;21.4;.8;16.27;3.5;5.23;27254
+71098;44.01254;6.47118;1056;20220619;29.3;13.6;21.4;1.2;14.77;0;5.18;25651
+71098;44.01254;6.47118;1056;20220620;29.1;9.6;19.3;1.4;11.57;0;5.58;28635
+71098;44.01254;6.47118;1056;20220621;29.4;9.9;19.6;1.1;13.37;1.6;5.41;28635
+71098;44.01254;6.47118;1056;20220622;22.8;14.3;18.5;1.3;16.37;5.6;3.65;18773
+71098;44.01254;6.47118;1056;20220623;22.1;10.2;16.1;.5;14.77;2.3;3.81;22278
+71098;44.01254;6.47118;1056;20220624;22;7.6;14.8;1.1;12.37;4.9;4.12;24537
+71098;44.01254;6.47118;1056;20220625;24.9;5.6;15.2;1.3;10.97;0;4.89;28456
+71098;44.01254;6.47118;1056;20220626;27.8;10.5;19.1;2.1;12.87;0;5.52;26907
+71098;44.01254;6.47118;1056;20220627;29.7;14.4;22;1.3;13.37;0;5.28;25265
+71098;44.01254;6.47118;1056;20220628;24.8;11.6;18.2;.8;13.97;24.1;4.27;23423
+71098;44.01254;6.47118;1056;20220629;28;7;17.5;1;12.17;.1;5.25;29619
+71098;44.01254;6.47118;1056;20220630;28.2;8.8;18.5;.9;13.27;0;5.12;28427
+71098;44.01254;6.47118;1056;20220701;26.8;8.8;17.8;1.3;11.77;0;5.07;27339
+71098;44.01254;6.47118;1056;20220702;30.5;7.2;18.8;1;10.17;0;5.68;31122
+71098;44.01254;6.47118;1056;20220703;31.9;7.9;19.9;1.1;11.07;.1;5.96;31552
+71098;44.01254;6.47118;1056;20220704;31.5;12.4;21.9;.9;13.47;1.9;5.46;28068
+71098;44.01254;6.47118;1056;20220705;29.9;10.4;20.1;1.4;12.17;0;5.62;28323
+71098;44.01254;6.47118;1056;20220706;29.9;7.8;18.8;1.3;11.67;0;5.69;30130
+71098;44.01254;6.47118;1056;20220707;29.7;10.2;19.9;1.2;12.57;0;5.44;28232
+71098;44.01254;6.47118;1056;20220708;29.1;10.8;19.9;1.6;12.77;0;5.49;27289
+71098;44.01254;6.47118;1056;20220709;28.6;10.3;19.4;1.4;13.07;0;5.29;27238
+71098;44.01254;6.47118;1056;20220710;28.3;11.4;19.8;1.3;13.67;0;5.09;26108
+71098;44.01254;6.47118;1056;20220711;28.1;10.7;19.4;1.2;14.17;0;5.02;26442
+71098;44.01254;6.47118;1056;20220712;29.7;10.3;20;1.1;14.27;0;5.29;27881
+71098;44.01254;6.47118;1056;20220713;28.7;11.7;20.2;1.3;15.17;1.2;5.07;26015
+71098;44.01254;6.47118;1056;20220714;30.9;11.8;21.3;1;14.97;0;5.34;27532
+71098;44.01254;6.47118;1056;20220715;33.2;9.7;21.4;1.4;12.97;0;6.17;30505
+71098;44.01254;6.47118;1056;20220716;31.2;8.9;20;1.1;13.57;0;5.6;29629
+71098;44.01254;6.47118;1056;20220717;31.3;12.3;21.8;.8;16.67;.7;5.22;27245
+71098;44.01254;6.47118;1056;20220718;31.6;14;22.8;.8;18.07;2.5;5.14;26134
+71098;44.01254;6.47118;1056;20220719;31.1;13.5;22.3;.4;17.37;.6;4.86;26058
+71098;44.01254;6.47118;1056;20220720;31.6;14;22.8;1.1;15.17;0;5.29;25980
+71098;44.01254;6.47118;1056;20220721;33;10.4;21.7;1;12.47;0;5.68;29399
+71098;44.01254;6.47118;1056;20220722;32.9;10.7;21.8;1.1;13.17;0;5.7;29040
+71098;44.01254;6.47118;1056;20220723;32.2;11.8;22;1.2;13.97;0;5.56;27730
+71098;44.01254;6.47118;1056;20220724;32.4;12.3;22.3;1.5;16.27;.1;5.69;27428
+71098;44.01254;6.47118;1056;20220725;33.2;12.9;23;1.3;15.17;.4;5.7;27468
+71098;44.01254;6.47118;1056;20220726;30.9;10.4;20.6;1.3;11.57;0;5.44;27505
+71098;44.01254;6.47118;1056;20220727;27.7;10.1;18.9;1.4;13.27;0;4.84;25361
+71098;44.01254;6.47118;1056;20220728;28.9;11.4;20.1;1.4;13.57;0;4.98;25191
+71098;44.01254;6.47118;1056;20220729;25.4;10.1;17.7;1.1;13.17;2.7;4.25;23436
+71098;44.01254;6.47118;1056;20220730;29.4;8.6;19;1.5;12.37;0;5.26;27279
+71098;44.01254;6.47118;1056;20220731;30.9;9.3;20.1;1;11.27;0;5.16;27690
+71098;44.01254;6.47118;1056;20220801;30.6;9.7;20.1;1.1;11.97;0;5.14;27115
+71098;44.01254;6.47118;1056;20220802;30.1;8.8;19.4;1;12.67;0;5;27257
+71098;44.01254;6.47118;1056;20220803;29.1;11.4;20.2;.9;14.27;0;4.61;24702
+71098;44.01254;6.47118;1056;20220804;30.8;15.6;23.2;.7;14.77;.6;4.46;22758
+71098;44.01254;6.47118;1056;20220805;31.2;12.1;21.6;1.1;13.97;.6;5;25438
+71098;44.01254;6.47118;1056;20220806;31.8;11.2;21.5;.9;14.27;1.4;4.98;26306
+71098;44.01254;6.47118;1056;20220807;29.3;11.2;20.2;1.5;14.07;.1;4.88;24513
+71098;44.01254;6.47118;1056;20220808;28.7;9.9;19.3;1.1;13.87;.1;4.6;24865
+71098;44.01254;6.47118;1056;20220809;29.4;11.9;20.6;1.3;14.47;.5;4.69;23853
+71098;44.01254;6.47118;1056;20220810;28.2;13.2;20.7;1.3;15.17;2.7;4.36;21940
+71098;44.01254;6.47118;1056;20220811;27.8;12;19.9;1;14.97;0;4.2;22407
+71098;44.01254;6.47118;1056;20220812;29.7;9.1;19.4;1.2;14.57;0;4.74;25501
+71098;44.01254;6.47118;1056;20220813;27.8;11;19.4;1;15.27;1.8;4.19;22864
+71098;44.01254;6.47118;1056;20220814;24.6;13.2;18.9;1.1;15.37;7.7;3.52;18660
+71098;44.01254;6.47118;1056;20220815;26.4;8.2;17.3;1.1;12.47;.1;4.14;23542
+71098;44.01254;6.47118;1056;20220816;26.8;7.1;16.9;.8;11.97;1.7;4.08;24365
+71098;44.01254;6.47118;1056;20220817;20.9;10.9;15.9;1.8;13.57;13.3;3.15;17144
+71098;44.01254;6.47118;1056;20220818;22.6;10.8;16.7;1.3;14.47;13.4;3.29;18543
+71098;44.01254;6.47118;1056;20220819;25.6;7.7;16.6;1.6;12.87;.1;4.09;22785
+71098;44.01254;6.47118;1056;20220820;27.7;8.6;18.1;1.2;12.77;0;4.23;23401
+71098;44.01254;6.47118;1056;20220821;28.1;10.4;19.2;1.1;13.57;1.1;4.13;22368
+71098;44.01254;6.47118;1056;20220822;25.9;9.4;17.6;.8;13.27;0;3.67;21442
+71098;44.01254;6.47118;1056;20220823;27.7;9.2;18.4;.9;13.37;0;3.95;22576
+71098;44.01254;6.47118;1056;20220824;28.1;11.2;19.6;.9;14.17;0;3.89;21414
+71098;44.01254;6.47118;1056;20220825;28;11.3;19.6;1;14.47;0;3.88;21139
+71098;44.01254;6.47118;1056;20220826;25.3;13.1;19.2;.9;15.27;6.8;3.3;17885
+71098;44.01254;6.47118;1056;20220827;26.2;9.1;17.6;.9;14.37;1.3;3.6;21095
+71098;44.01254;6.47118;1056;20220828;27;11.2;19.1;.8;13.77;.1;3.56;20116
+71098;44.01254;6.47118;1056;20220829;27.7;7.8;17.7;.9;11.77;.3;3.83;22457
+71098;44.01254;6.47118;1056;20220830;26;11.9;18.9;1.3;15.07;4;3.51;18702
+71098;44.01254;6.47118;1056;20220831;25.5;8.7;17.1;1.3;13.47;.7;3.57;20295
+71098;44.01254;6.47118;1056;20220901;26.8;9.3;18;.8;13.27;0;3.49;20563
+71098;44.01254;6.47118;1056;20220902;21.3;8.7;15;.4;13.27;3.1;2.66;17254
+71098;44.01254;6.47118;1056;20220903;23.8;8.4;16.1;.9;12.97;15.3;3.11;18964
+71098;44.01254;6.47118;1056;20220904;24.5;6.7;15.6;.9;13.17;.2;3.22;20254
+71098;44.01254;6.47118;1056;20220905;26.3;9.9;18.1;.9;14.37;0;3.31;19268
+71098;44.01254;6.47118;1056;20220906;25.9;10.9;18.4;1;15.17;1.5;3.21;18259
+71098;44.01254;6.47118;1056;20220907;25.4;11.6;18.5;.7;15.37;.7;2.97;17351
+71098;44.01254;6.47118;1056;20220908;23.1;10.4;16.7;1.2;12.97;0;2.92;16488
+71098;44.01254;6.47118;1056;20220909;21.2;6.3;13.7;1.9;9.27;0;3.2;17737
+71098;44.01254;6.47118;1056;20220910;21.6;3.5;12.5;1.1;9.07;0;2.94;19418
+71098;44.01254;6.47118;1056;20220911;25.1;2;13.5;.8;8.87;0;3.18;21794
+71098;44.01254;6.47118;1056;20220912;26.4;4.2;15.3;1;10.17;0;3.36;21167
+71098;44.01254;6.47118;1056;20220913;26.5;6.8;16.6;.7;12.07;.1;3.08;19738
+71098;44.01254;6.47118;1056;20220914;16.4;11.7;14;1.1;14.67;19.6;1.61;9355
+71098;44.01254;6.47118;1056;20220915;23.2;9.1;16.1;1.3;13.17;0;2.79;16333
+71098;44.01254;6.47118;1056;20220916;21.8;8.9;15.3;1.9;11.47;0;2.89;15459
+71098;44.01254;6.47118;1056;20220917;19.5;7.3;13.4;2.1;7.07;0;3.07;14879
+71098;44.01254;6.47118;1056;20220918;20.3;1;10.6;.7;7.57;0;2.45;18633
+71098;44.01254;6.47118;1056;20220919;23.4;-.1;11.6;.9;7.07;0;2.84;20401
+71098;44.01254;6.47118;1056;20220920;22.2;2.2;12.2;.9;8.37;0;2.64;18606
+71098;44.01254;6.47118;1056;20220921;18.2;3.2;10.7;1;9.77;.6;2.17;15901
+71098;44.01254;6.47118;1056;20220922;18.9;10.4;14.6;1.2;10.77;0;2.14;11754
+71098;44.01254;6.47118;1056;20220923;19.1;6.2;12.6;1.1;10.77;7;2.16;14420
+71098;44.01254;6.47118;1056;20220924;12.4;10;11.2;1.1;12.17;11.8;1.12;5937
+71098;44.01254;6.47118;1056;20220925;18.1;6;12;1.1;10.27;.2;2.03;13665
+71098;44.01254;6.47118;1056;20220926;18;.2;9.1;1.4;7.67;0;2.28;16481
+71098;44.01254;6.47118;1056;20220927;15.1;8.4;11.7;2.5;7.47;0;2.39;9855
+71098;44.01254;6.47118;1056;20220928;15.5;7.7;11.6;2.6;8.97;1.2;2.19;10548
+71098;44.01254;6.47118;1056;20220929;15.6;6.7;11.1;1.7;9.47;0;1.88;11170
+71098;44.01254;6.47118;1056;20220930;13.7;3.6;8.6;.9;8.57;4.9;1.55;11792
+71098;44.01254;6.47118;1056;20221001;16.1;-.5;7.8;1.4;8.47;.1;1.87;15058
+71098;44.01254;6.47118;1056;20221002;22.7;5.3;14;1.7;10.47;0;2.57;15254
+71098;44.01254;6.47118;1056;20221003;25.2;2.4;13.8;1;8.67;0;2.53;17320
+71098;44.01254;6.47118;1056;20221004;23.4;2.7;13;.6;9.27;.1;2.08;16298
+71098;44.01254;6.47118;1056;20221005;22;3.5;12.7;.9;9.87;.1;2.08;15210
+71098;44.01254;6.47118;1056;20221006;22.8;2.1;12.4;.8;9.17;0;2.09;15926
+71098;44.01254;6.47118;1056;20221007;22.2;4.3;13.2;.9;9.87;.1;2.03;14610
+71098;44.01254;6.47118;1056;20221008;15.8;4.6;10.2;.6;10.77;1.5;1.39;11341
+71098;44.01254;6.47118;1056;20221009;13.7;8.8;11.2;.4;12.57;5.7;1.07;7281
+71098;44.01254;6.47118;1056;20221010;17.4;9;13.2;.5;11.87;.1;1.36;9536
+71098;44.01254;6.47118;1056;20221011;21;3.8;12.4;.7;10.47;1.1;1.72;13645
+71098;44.01254;6.47118;1056;20221012;18.3;6;12.1;.8;10.87;.9;1.51;11340
+71098;44.01254;6.47118;1056;20221013;18.7;2.8;10.7;.8;9.67;0;1.56;12788
+71098;44.01254;6.47118;1056;20221014;19.6;4.7;12.1;1.6;10.17;.1;1.87;12215
+71098;44.01254;6.47118;1056;20221015;22.2;2.1;12.1;1.4;9.27;0;2.07;14074
+71098;44.01254;6.47118;1056;20221016;20.4;4.2;12.3;.6;9.97;.1;1.5;12439
+71098;44.01254;6.47118;1056;20221017;21.7;4.1;12.9;.7;10.47;0;1.59;12819
+71098;44.01254;6.47118;1056;20221018;23.7;5.5;14.6;1;10.07;0;1.86;12879
+71098;44.01254;6.47118;1056;20221019;24.7;1.7;13.2;.7;9.17;0;1.72;14343
+71098;44.01254;6.47118;1056;20221020;21.4;4.5;12.9;1.2;9.87;2;1.74;12085
+71098;44.01254;6.47118;1056;20221021;14.4;11.3;12.8;1.5;13.17;2.9;1;4890
+71098;44.01254;6.47118;1056;20221022;19;9.8;14.4;.5;12.77;0;1.18;8589
+71098;44.01254;6.47118;1056;20221023;21.6;7.3;14.4;.6;11.67;.2;1.35;10665
+71098;44.01254;6.47118;1056;20221024;18.8;9.9;14.3;.7;12.27;2.3;1.2;8224
+71098;44.01254;6.47118;1056;20221025;23;4.2;13.6;.7;9.47;0;1.44;11971
+71098;44.01254;6.47118;1056;20221026;24.2;3.2;13.7;.7;9.87;.1;1.47;12511
+71098;44.01254;6.47118;1056;20221027;24.9;4.1;14.5;.5;9.57;.1;1.32;12288
+71098;44.01254;6.47118;1056;20221028;25.4;3.6;14.5;.7;8.57;0;1.46;12427
+71098;44.01254;6.47118;1056;20221029;23.5;3.1;13.3;.7;7.87;0;1.36;11853
+71098;44.01254;6.47118;1056;20221030;22.1;2.9;12.5;.9;7.47;.1;1.43;11339
+71098;44.01254;6.47118;1056;20221031;21.1;1.4;11.2;.9;7.47;.7;1.34;11342
+71098;44.01254;6.47118;1056;20221101;17.6;4.2;10.9;.9;9.07;22;1.12;9166
+71098;44.01254;6.47118;1056;20221102;17.5;.1;8.8;.6;7.87;.1;.96;10362
+71098;44.01254;6.47118;1056;20221103;9.2;-.6;4.3;.6;8.37;25.5;.61;7580
+71098;44.01254;6.47118;1056;20221104;10.2;1.4;5.8;1.8;6.97;1;.99;7069
+71098;44.01254;6.47118;1056;20221105;14.9;-3.8;5.5;.6;5.57;0;.83;10346
+71098;44.01254;6.47118;1056;20221106;15.9;-3.4;6.2;.4;5.27;0;.72;10382
+71098;44.01254;6.47118;1056;20221107;17.8;-4.9;6.4;.5;5.27;0;.8;11149
+71098;44.01254;6.47118;1056;20221108;15.4;-3.7;5.8;.8;6.47;0;.86;10066
+71098;44.01254;6.47118;1056;20221109;12.7;3.2;7.9;.7;9.27;10.3;.69;6896
+71098;44.01254;6.47118;1056;20221110;17.5;1.2;9.3;.6;8.77;0;.79;9037
+71098;44.01254;6.47118;1056;20221111;18.7;-.3;9.2;.2;7.57;.1;.57;9666
+71098;44.01254;6.47118;1056;20221112;12.8;-1.6;5.6;.2;7.47;0;.51;8261
+71098;44.01254;6.47118;1056;20221113;14;2.9;8.4;.5;7.87;.1;.66;7117
+71098;44.01254;6.47118;1056;20221114;10.7;-.6;5;.3;7.37;3.2;.49;7096
+71098;44.01254;6.47118;1056;20221115;9.2;5.8;7.5;.6;9.97;6.9;.52;3672
+71098;44.01254;6.47118;1056;20221116;14.2;3.1;8.6;1.3;8.47;0;.85;6862
+71098;44.01254;6.47118;1056;20221117;15.9;-.8;7.5;1.7;7.47;1.6;1.07;8404
+71098;44.01254;6.47118;1056;20221118;11.5;6.2;8.8;2.1;6.67;0;1.3;4512
+71098;44.01254;6.47118;1056;20221119;12.8;-4.6;4.1;.7;5.17;0;.61;8391
+71098;44.01254;6.47118;1056;20221120;10.9;-6.3;2.3;.6;4.57;0;.51;8248
+71098;44.01254;6.47118;1056;20221121;7.5;-4.9;1.3;1;5.27;4.6;.53;6868
+71098;44.01254;6.47118;1056;20221122;8.3;1.7;5;2.6;5.57;0;1.14;4852
+71098;44.01254;6.47118;1056;20221123;11.8;-2.8;4.5;2;5.47;.1;1.03;7326
+71098;44.01254;6.47118;1056;20221124;15.1;-.8;7.1;1.8;5.27;0;1.24;7583
+71098;44.01254;6.47118;1056;20221125;13.2;-1.4;5.9;.8;5.97;0;.61;7177
+71098;44.01254;6.47118;1056;20221126;14.6;-5;4.8;.3;4.77;0;.31;8295
+71098;44.01254;6.47118;1056;20221127;10.9;-6.5;2.2;.6;4.47;0;.44;7720
+71098;44.01254;6.47118;1056;20221128;2.8;-4;-.6;.5;5.67;3.1;.3;4637
+71098;44.01254;6.47118;1056;20221129;4.7;0;2.3;.2;6.37;0;.34;3755
+71098;44.01254;6.47118;1056;20221130;9.1;-5.9;1.6;.1;4.97;0;.2;6949
+71098;44.01254;6.47118;1056;20221201;8.7;-6.4;1.1;.4;4.67;0;.3;6916
+71098;44.01254;6.47118;1056;20221202;6.7;-5;.8;.5;4.87;.6;.33;5993
+71098;44.01254;6.47118;1056;20221203;5.4;-2.8;1.3;2.2;6.47;15.5;.39;4915
+71098;44.01254;6.47118;1056;20221204;5;2.5;3.7;1.1;7.47;12.3;.43;2521
+71098;44.01254;6.47118;1056;20221205;7.8;-2.5;2.6;.6;5.67;0;.37;5475
+71098;44.01254;6.47118;1056;20221206;10.2;-6.7;1.7;.3;4.37;0;.22;7075
+71098;44.01254;6.47118;1056;20221207;9.5;-8.3;.6;.2;3.97;0;.15;7226
+71098;44.01254;6.47118;1056;20221208;5.8;-8.4;-1.3;.5;4.57;15.7;.25;6375
+71098;44.01254;6.47118;1056;20221209;5.1;.9;3;.9;7.27;12.6;.35;3273
+71098;44.01254;6.47118;1056;20221210;8.8;-1.7;3.5;.5;6.17;0;.33;5371
+71098;44.01254;6.47118;1056;20221211;3.8;-8.2;-2.2;.6;3.57;0;.3;5742
+71098;44.01254;6.47118;1056;20221212;4.9;-10.2;-2.7;.6;3.47;9.6;.28;6461
+71098;44.01254;6.47118;1056;20221213;1;-1.2;-.1;.4;5.97;6.9;.31;2219
+71098;44.01254;6.47118;1056;20221214;8.1;-.4;3.8;.6;6.77;.1;.34;4717
+71098;44.01254;6.47118;1056;20221215;6.5;-1.8;2.3;1.2;6.87;29.9;.33;4643
+71098;44.01254;6.47118;1056;20221216;9.5;1.3;5.4;.7;7.27;0;.4;4601
+71098;44.01254;6.47118;1056;20221217;10.1;-4.2;2.9;.3;5.27;0;.21;6188
+71098;44.01254;6.47118;1056;20221218;9.2;-6.4;1.4;.6;4.67;0;.31;6470
+71098;44.01254;6.47118;1056;20221219;6.6;-4.5;1;.6;5.87;0;.26;5392
+71098;44.01254;6.47118;1056;20221220;9.3;0;4.6;.4;6.87;2.1;.3;4900
+71098;44.01254;6.47118;1056;20221221;6.8;3.2;5;.9;8.07;5.5;.4;2902
+71098;44.01254;6.47118;1056;20221222;14.1;-.8;6.6;2;6.67;0;.93;6305
+71098;44.01254;6.47118;1056;20221223;15.8;5.9;10.8;2.8;8.87;0;1.29;5073
+71098;44.01254;6.47118;1056;20221224;15.3;9.1;12.2;2;8.47;0;1.26;3939
+71098;44.01254;6.47118;1056;20221225;16.9;-3;6.9;.5;6.17;0;.32;7374
+71098;44.01254;6.47118;1056;20221226;14.3;-2.9;5.7;.4;6.47;0;.26;6843
+71098;44.01254;6.47118;1056;20221227;12.8;-.7;6;1.1;5.97;0;.62;6035
+71098;44.01254;6.47118;1056;20221228;12.1;-7.7;2.2;.4;4.57;0;.23;7412
+71098;44.01254;6.47118;1056;20221229;7.7;-1.9;2.9;.7;6.87;0;.31;5062
+71098;44.01254;6.47118;1056;20221230;10.5;2.2;6.3;.6;7.97;.1;.39;4699
+71098;44.01254;6.47118;1056;20221231;14.4;1.1;7.7;.4;7.97;0;.33;6077
+71099;44.02269;6.78202;938;20220101;18.8;-3.5;7.6;.5;5.3;0;.34;8021
+71099;44.02269;6.78202;938;20220102;17.9;-4;6.9;.8;5.1;0;.56;7986
+71099;44.02269;6.78202;938;20220103;13.8;-2.2;5.8;1.2;5.3;0;.7;6809
+71099;44.02269;6.78202;938;20220104;10.8;-3.3;3.7;.7;6;.6;.37;6407
+71099;44.02269;6.78202;938;20220105;8.3;-.4;3.9;1.8;5.8;1.7;.67;4982
+71099;44.02269;6.78202;938;20220106;7.1;-7.2;-.1;.8;3.7;.1;.42;6541
+71099;44.02269;6.78202;938;20220107;7;-9.9;-1.5;1.2;3.1;0;.57;7195
+71099;44.02269;6.78202;938;20220108;7.5;-3.9;1.8;2.1;4.5;1.3;.79;5885
+71099;44.02269;6.78202;938;20220109;5;1.3;3.1;2.5;4.8;0;.95;3214
+71099;44.02269;6.78202;938;20220110;7.6;-4.4;1.6;1;3.4;0;.61;6147
+71099;44.02269;6.78202;938;20220111;10;-10;0;.7;2.7;0;.47;8117
+71099;44.02269;6.78202;938;20220112;10.5;-11.3;-.4;.6;2.7;0;.42;8567
+71099;44.02269;6.78202;938;20220113;11.9;-10.3;.8;.6;2.7;0;.45;8727
+71099;44.02269;6.78202;938;20220114;14.4;-9;2.7;.2;3.2;0;.18;9055
+71099;44.02269;6.78202;938;20220115;15.8;-7.8;4;.3;3.4;0;.27;9184
+71099;44.02269;6.78202;938;20220116;14.2;-7.6;3.3;.8;3.2;0;.65;8900
+71099;44.02269;6.78202;938;20220117;13.6;-9.4;2.1;.4;2.8;0;.36;9246
+71099;44.02269;6.78202;938;20220118;15.2;-9;3.1;.5;3;0;.46;9594
+71099;44.02269;6.78202;938;20220119;10.2;-7.5;1.3;1.2;4.2;0;.7;8237
+71099;44.02269;6.78202;938;20220120;10.3;-6.9;1.7;1.3;3.8;0;.8;8204
+71099;44.02269;6.78202;938;20220121;9.3;-9.3;0;1;3.2;0;.68;8643
+71099;44.02269;6.78202;938;20220122;10.6;-9.7;.4;.5;3.1;0;.47;9149
+71099;44.02269;6.78202;938;20220123;13.7;-8.5;2.6;.6;3.3;0;.59;9697
+71099;44.02269;6.78202;938;20220124;13.9;-8.7;2.6;.4;3.4;0;.47;9902
+71099;44.02269;6.78202;938;20220125;9.9;-8.9;.5;.6;3.8;0;.53;9105
+71099;44.02269;6.78202;938;20220126;14.7;-9.7;2.5;.6;3.2;0;.65;10552
+71099;44.02269;6.78202;938;20220127;16.4;-9.1;3.6;.3;2.7;0;.43;10928
+71099;44.02269;6.78202;938;20220128;18;-8.8;4.6;.9;2.7;0;1.03;11145
+71099;44.02269;6.78202;938;20220129;14.4;-8;3.2;1.1;3.1;0;1.04;10473
+71099;44.02269;6.78202;938;20220130;18.8;-8;5.4;.7;3.4;0;.9;11416
+71099;44.02269;6.78202;938;20220131;11.5;-7;2.2;2.9;3.1;0;1.74;9725
+71099;44.02269;6.78202;938;20220201;11.3;-8.1;1.6;1.2;3.1;0;1.01;10096
+71099;44.02269;6.78202;938;20220202;17.7;-3.7;7;1.5;4.6;0;1.45;10760
+71099;44.02269;6.78202;938;20220203;17;-6.1;5.4;.7;4.4;0;.92;11339
+71099;44.02269;6.78202;938;20220204;13.9;-6.1;3.9;1.4;4.9;0;1.13;10661
+71099;44.02269;6.78202;938;20220205;14.1;-5;4.5;.8;4.6;0;.92;10546
+71099;44.02269;6.78202;938;20220206;13.4;-7.3;3;2.3;3.9;0;1.61;11139
+71099;44.02269;6.78202;938;20220207;14.8;4.3;9.5;3.7;4.4;0;2.59;7927
+71099;44.02269;6.78202;938;20220208;14.4;-7;3.7;.8;3.7;0;1.01;11632
+71099;44.02269;6.78202;938;20220209;14.8;-6.9;3.9;.9;3.6;0;1.12;11871
+71099;44.02269;6.78202;938;20220210;.6;-7.3;-3.4;2.8;4.08;0;2.07;11400
+71099;44.02269;6.78202;938;20220211;12.2;-1.1;5.5;3;4.48;0;1.86;10600
+71099;44.02269;6.78202;938;20220212;11.2;.3;5.7;4.8;3.38;0;2.66;11500
+71099;44.02269;6.78202;938;20220213;10.8;1.5;6.1;3.1;4.28;4.4;1.94;10800
+71099;44.02269;6.78202;938;20220214;4.8;-.3;2.2;1.7;5.69;24.6;.71;3018
+71099;44.02269;6.78202;938;20220215;8.2;-.4;3.9;1.2;5.68;0;.99;11900
+71099;44.02269;6.78202;938;20220216;9.8;-5.4;2.2;1.6;5.4;0;1.05;10828
+71099;44.02269;6.78202;938;20220217;18.6;.1;9.3;2.3;6.3;.6;2.1;12143
+71099;44.02269;6.78202;938;20220218;19.1;-3.2;7.9;1.2;6;0;1.63;13545
+71099;44.02269;6.78202;938;20220219;12.3;-.2;6;1.1;5.8;0;1.2;10176
+71099;44.02269;6.78202;938;20220220;14.6;-6.5;4;1.1;4.6;0;1.39;13510
+71099;44.02269;6.78202;938;20220221;8.5;2.1;5.3;3.8;5;0;1.76;7364
+71099;44.02269;6.78202;938;20220222;13.4;-3.8;4.8;1.8;4.3;0;1.7;12478
+71099;44.02269;6.78202;938;20220223;17.2;-6.3;5.4;1.2;3.9;0;1.75;14837
+71099;44.02269;6.78202;938;20220224;12.4;-3.5;4.4;1.8;4.9;0;1.57;12292
+71099;44.02269;6.78202;938;20220225;12.9;-2.4;5.2;1.6;4.6;0;1.62;12204
+71099;44.02269;6.78202;938;20220226;11.8;-3;4.4;1.3;3.2;0;1.58;12149
+71099;44.02269;6.78202;938;20220227;7.7;-8;-.2;1.1;3.9;.6;1.14;12682
+71099;44.02269;6.78202;938;20220228;11.8;-9.3;1.2;1.1;3.3;0;1.47;14948
+71099;44.02269;6.78202;938;20220301;10;-7.1;1.4;1.8;4.3;0;1.48;13585
+71099;44.02269;6.78202;938;20220302;10.7;-2.7;4;1.5;5.1;0;1.44;12130
+71099;44.02269;6.78202;938;20220303;13.2;-2.8;5.2;1.1;5.4;0;1.51;13453
+71099;44.02269;6.78202;938;20220304;12.4;-2.7;4.8;1.2;5.8;9.9;1.47;13217
+71099;44.02269;6.78202;938;20220305;7;2.4;4.7;1.2;5.8;1.4;1.09;7210
+71099;44.02269;6.78202;938;20220306;4.2;-2.1;1;1;5.4;.6;.89;8607
+71099;44.02269;6.78202;938;20220307;8.8;-6.2;1.3;1.2;4.2;0;1.37;13651
+71099;44.02269;6.78202;938;20220308;9.6;-8.6;.5;1.5;4.5;0;1.46;15253
+71099;44.02269;6.78202;938;20220309;12.8;-3.7;4.5;1.2;4.9;0;1.68;14673
+71099;44.02269;6.78202;938;20220310;13.5;-7.9;2.8;.8;4.9;.2;1.61;16957
+71099;44.02269;6.78202;938;20220311;9.6;-.1;4.7;2.7;5.1;0;1.79;11421
+71099;44.02269;6.78202;938;20220312;8.8;5.3;7;3.9;4.4;0;2.35;6785
+71099;44.02269;6.78202;938;20220313;4.9;3.5;4.2;5.5;5.6;10.5;1.5;4199
+71099;44.02269;6.78202;938;20220314;10.1;.1;5.1;3.2;7.4;3.4;1.41;12000
+71099;44.02269;6.78202;938;20220315;16.9;7.8;12.3;2.6;6.9;0;2.65;11557
+71099;44.02269;6.78202;938;20220316;19.2;-.2;9.5;1.1;7.1;0;2.26;17236
+71099;44.02269;6.78202;938;20220317;12.7;2.3;7.5;.9;8.4;0;1.52;12652
+71099;44.02269;6.78202;938;20220318;14.9;6.7;10.8;6.8;5.78;.1;4.2;9700
+71099;44.02269;6.78202;938;20220319;14.1;5.8;9.9;6.4;3.88;0;5.02;14900
+71099;44.02269;6.78202;938;20220320;10.3;2.4;6.4;5.7;4.08;0;3.58;10500
+71099;44.02269;6.78202;938;20220321;12;2.5;7.2;4.6;3.58;0;3.81;18300
+71099;44.02269;6.78202;938;20220322;12.7;-2.1;5.3;6.6;2.18;0;5.03;20200
+71099;44.02269;6.78202;938;20220323;15;-.9;7.1;5.8;2.38;0;5.39;20300
+71099;44.02269;6.78202;938;20220324;16.5;-1.2;7.6;4.1;3.08;0;4.53;20400
+71099;44.02269;6.78202;938;20220325;16.6;-1;7.8;3.9;3.28;0;4.32;19800
+71099;44.02269;6.78202;938;20220326;16.8;1;8.9;6.2;3.08;0;5.46;19900
+71099;44.02269;6.78202;938;20220327;15.5;3.3;9.4;5.1;2.88;0;4.63;11500
+71099;44.02269;6.78202;938;20220328;17.9;.8;9.3;3.7;3.48;0;4.43;20500
+71099;44.02269;6.78202;938;20220329;16.2;1.5;8.8;3.1;4.88;.7;3.52;16600
+71099;44.02269;6.78202;938;20220330;10;5;7.5;1.6;8.22;9.7;1.39;8473
+71099;44.02269;6.78202;938;20220331;12.9;1.9;7.4;2.7;6.98;1.8;2.74;21600
+71099;44.02269;6.78202;938;20220401;3.2;.7;1.9;2.5;4.98;3.2;1.31;7300
+71099;44.02269;6.78202;938;20220402;3.2;-2.3;.5;4.9;3.65;.1;2.39;15708
+71099;44.02269;6.78202;938;20220403;7.1;-4.4;1.4;1.6;4.48;2.5;1.8;15300
+71099;44.02269;6.78202;938;20220404;9.7;-4.1;2.8;1.9;4.78;0;2.48;22200
+71099;44.02269;6.78202;938;20220405;15.2;-3.2;6;2.3;4.68;0;3.46;23300
+71099;44.02269;6.78202;938;20220406;13.9;-1.4;6.3;2.8;5.98;0;3.05;18200
+71099;44.02269;6.78202;938;20220407;13;4.9;9;3.1;8.08;1.2;2.33;10700
+71099;44.02269;6.78202;938;20220408;15.2;6.3;10.8;2.3;10.08;.9;1.89;11900
+71099;44.02269;6.78202;938;20220409;8.4;3.7;6;4;4.98;0;2.94;17700
+71099;44.02269;6.78202;938;20220410;13.7;-2.7;5.5;1.6;3.88;0;3.15;24700
+71099;44.02269;6.78202;938;20220411;12.4;0;6.2;2;5.38;0;2.4;13100
+71099;44.02269;6.78202;938;20220412;17.7;1.6;9.7;3.6;7.08;0;3.66;16600
+71099;44.02269;6.78202;938;20220413;20.6;4.5;12.6;3.3;7.28;0;4.74;19800
+71099;44.02269;6.78202;938;20220414;21.6;3.1;12.4;2.8;6.98;0;4.57;22900
+71099;44.02269;6.78202;938;20220415;23.7;6.5;15.1;3.3;8.08;0;5.17;24300
+71099;44.02269;6.78202;938;20220416;22.9;9.6;16.3;3;8.18;.4;4.83;23500
+71099;44.02269;6.78202;938;20220417;18;5.1;11.5;2.8;7.48;.1;4.33;24900
+71099;44.02269;6.78202;938;20220418;18;1.9;9.9;2.6;7.08;0;4.06;24600
+71099;44.02269;6.78202;938;20220419;19.1;1.8;10.5;2.7;5.98;0;4.3;24200
+71099;44.02269;6.78202;938;20220420;15.2;3.2;9.2;2.4;8.18;3.6;3.06;14600
+71099;44.02269;6.78202;938;20220421;16;7.2;11.6;7.3;7.08;0;4.82;18900
+71099;44.02269;6.78202;938;20220422;17;7.1;12;4.2;7.68;2.3;4.37;18500
+71099;44.02269;6.78202;938;20220423;11.1;7.2;9.2;2.7;8.35;20.2;1.95;7138
+71099;44.02269;6.78202;938;20220424;10.9;2.6;6.8;2.2;8.08;1;1.86;11500
+71099;44.02269;6.78202;938;20220425;15.9;5.6;10.8;2.1;8.48;0;3.67;24100
+71099;44.02269;6.78202;938;20220426;17.9;1.6;9.8;2.6;7.08;0;4.15;26500
+71099;44.02269;6.78202;938;20220427;20.2;2.3;11.3;2.5;6.68;0;4.66;27100
+71099;44.02269;6.78202;938;20220428;20.5;4.1;12.3;2.1;7.78;.1;4.53;27000
+71099;44.02269;6.78202;938;20220429;21.1;4.4;12.7;2.5;7.58;0;4.69;25700
+71099;44.02269;6.78202;938;20220430;19.2;6.1;12.7;2;7.48;3.8;3.97;22700
+71099;44.02269;6.78202;938;20220501;18.6;4.4;11.5;2.8;6.88;.1;4.47;27000
+71099;44.02269;6.78202;938;20220502;18.9;2.9;10.9;2.2;7.88;.2;4.22;26200
+71099;44.02269;6.78202;938;20220503;16.1;6.1;11.1;2.1;9.28;.5;3.42;17600
+71099;44.02269;6.78202;938;20220504;17.9;3.8;10.8;2.2;9.28;1;3.52;21000
+71099;44.02269;6.78202;938;20220505;12.7;8;10.4;2.2;10.13;2.1;2.04;11335
+71099;44.02269;6.78202;938;20220506;18;6.4;12.2;.6;10.2;.1;2.96;19713
+71099;44.02269;6.78202;938;20220507;17.7;4.1;10.9;.7;10;3.2;3.06;21480
+71099;44.02269;6.78202;938;20220508;15.3;5.6;10.4;.9;10.2;3.7;2.63;18166
+71099;44.02269;6.78202;938;20220509;18.7;3.5;11.1;.6;9.8;1.8;3.26;22941
+71099;44.02269;6.78202;938;20220510;21;2.8;11.9;.9;9.8;0;3.7;25252
+71099;44.02269;6.78202;938;20220511;23.3;4.5;13.9;1;10.4;0;4.04;25782
+71099;44.02269;6.78202;938;20220512;23.5;3.3;13.4;1;9.5;0;4.16;26853
+71099;44.02269;6.78202;938;20220513;23.5;5.2;14.3;.8;9.7;0;4.04;25646
+71099;44.02269;6.78202;938;20220514;24.8;4.9;14.8;.7;11.5;.2;4.22;26867
+71099;44.02269;6.78202;938;20220515;23.7;7.1;15.4;1;11.9;2.4;4.04;24601
+71099;44.02269;6.78202;938;20220516;24.9;6.4;15.6;1.1;10.7;0;4.37;26092
+71099;44.02269;6.78202;938;20220517;26.8;6.8;16.8;1.1;11.2;0;4.69;27244
+71099;44.02269;6.78202;938;20220518;27.9;7.8;17.8;1.2;12.2;4.1;4.88;27411
+71099;44.02269;6.78202;938;20220519;26.6;9.4;18;1.2;11.7;0;4.6;25416
+71099;44.02269;6.78202;938;20220520;27.8;6.5;17.1;1.2;11;0;4.99;28423
+71099;44.02269;6.78202;938;20220521;29.2;6.5;17.8;.9;11.5;0;5.08;29451
+71099;44.02269;6.78202;938;20220522;32;9.9;20.9;.8;13.1;.2;5.34;29146
+71099;44.02269;6.78202;938;20220523;25.5;8.2;16.8;1.3;10.4;0;4.61;25821
+71099;44.02269;6.78202;938;20220524;23.8;5.6;14.7;1.3;9.7;1.8;4.45;26573
+71099;44.02269;6.78202;938;20220525;20.3;8.4;14.3;.6;11.4;4;3.46;21474
+71099;44.02269;6.78202;938;20220526;23.8;6.4;15.1;1;12.1;1.2;4.25;26119
+71099;44.02269;6.78202;938;20220527;28.3;9.2;18.7;.8;11.8;0;4.84;27455
+71099;44.02269;6.78202;938;20220528;28.4;6.5;17.4;1;10.5;3.1;5.13;29501
+71099;44.02269;6.78202;938;20220529;24;6.7;15.3;1.5;9.6;0;4.59;26241
+71099;44.02269;6.78202;938;20220530;20.3;3.3;11.8;1.2;8.6;0;3.99;26069
+71099;44.02269;6.78202;938;20220531;23.3;5.9;14.6;.9;9.8;0;4.28;26437
+71099;44.02269;6.78202;938;20220601;27.6;5.7;16.6;1.2;10.8;0;5.16;29768
+71099;44.02269;6.78202;938;20220602;28.5;7;17.7;1;11.6;0;5.17;29551
+71099;44.02269;6.78202;938;20220603;25.9;13.8;19.8;1.2;13.6;7;4.33;22114
+71099;44.02269;6.78202;938;20220604;29.5;13.1;21.3;1.2;14.2;0;5.09;25855
+71099;44.02269;6.78202;938;20220605;27.3;13.2;20.2;1.9;11.8;0;5.09;23986
+71099;44.02269;6.78202;938;20220606;27.2;7.3;17.2;1.7;10.4;0;5.33;28613
+71099;44.02269;6.78202;938;20220607;25.2;10.2;17.7;2.3;9.7;0;5.13;24828
+71099;44.02269;6.78202;938;20220608;23.5;6.2;14.8;1.6;8.8;0;4.69;26728
+71099;44.02269;6.78202;938;20220609;23.1;13.9;18.5;2.6;8.6;0;4.78;19412
+71099;44.02269;6.78202;938;20220610;26.8;3.2;15;1.7;7.9;0;5.56;31358
+71099;44.02269;6.78202;938;20220611;29.1;5.3;17.2;1.5;9;0;5.78;31525
+71099;44.02269;6.78202;938;20220612;30.4;7;18.7;1.3;10.2;0;5.81;31286
+71099;44.02269;6.78202;938;20220613;30.3;9.7;20;1.6;10.7;0;5.85;29355
+71099;44.02269;6.78202;938;20220614;30.4;7.5;18.9;1.2;10.9;0;5.72;30994
+71099;44.02269;6.78202;938;20220615;29.7;10.7;20.2;.9;13.1;.1;5.22;28215
+71099;44.02269;6.78202;938;20220616;33;10.5;21.7;1.3;10.8;0;6.13;30755
+71099;44.02269;6.78202;938;20220617;33.2;9.6;21.4;1.4;12;0;6.28;31520
+71099;44.02269;6.78202;938;20220618;31;13.3;22.1;.8;16.3;1.4;5.23;27254
+71099;44.02269;6.78202;938;20220619;30;14.3;22.1;1.2;14.8;0;5.18;25651
+71099;44.02269;6.78202;938;20220620;29.8;10.3;20;1.4;11.6;0;5.58;28635
+71099;44.02269;6.78202;938;20220621;30.1;10.6;20.3;1.1;13.4;1.2;5.41;28635
+71099;44.02269;6.78202;938;20220622;23.5;15;19.2;1.3;16.4;6.2;3.65;18773
+71099;44.02269;6.78202;938;20220623;22.8;10.9;16.8;.5;14.8;2.8;3.81;22278
+71099;44.02269;6.78202;938;20220624;22.7;8.3;15.5;1.1;12.4;5.5;4.12;24537
+71099;44.02269;6.78202;938;20220625;25.6;6.3;15.9;1.3;11;0;4.89;28456
+71099;44.02269;6.78202;938;20220626;28.5;11.2;19.8;2.1;12.9;0;5.52;26907
+71099;44.02269;6.78202;938;20220627;30.4;15.1;22.7;1.3;13.4;0;5.28;25265
+71099;44.02269;6.78202;938;20220628;25.5;12.3;18.9;.8;14;26.7;4.27;23423
+71099;44.02269;6.78202;938;20220629;28.7;7.7;18.2;1;12.2;.2;5.25;29619
+71099;44.02269;6.78202;938;20220630;28.9;9.5;19.2;.9;13.3;0;5.12;28427
+71099;44.02269;6.78202;938;20220701;27.5;9.5;18.5;1.3;11.8;0;5.07;27339
+71099;44.02269;6.78202;938;20220702;31.2;7.9;19.5;1;10.2;0;5.68;31122
+71099;44.02269;6.78202;938;20220703;32.6;8.6;20.6;1.1;11.1;.2;5.96;31552
+71099;44.02269;6.78202;938;20220704;32.2;13.1;22.6;.9;13.5;1.8;5.46;28068
+71099;44.02269;6.78202;938;20220705;30.6;11.1;20.8;1.4;12.2;0;5.62;28323
+71099;44.02269;6.78202;938;20220706;30.6;8.5;19.5;1.3;11.7;0;5.69;30130
+71099;44.02269;6.78202;938;20220707;30.4;10.9;20.6;1.2;12.6;0;5.44;28232
+71099;44.02269;6.78202;938;20220708;29.8;11.5;20.6;1.6;12.8;0;5.49;27289
+71099;44.02269;6.78202;938;20220709;29.3;11;20.1;1.4;13.1;0;5.29;27238
+71099;44.02269;6.78202;938;20220710;29;12.1;20.5;1.3;13.7;0;5.09;26108
+71099;44.02269;6.78202;938;20220711;28.8;11.4;20.1;1.2;14.2;0;5.02;26442
+71099;44.02269;6.78202;938;20220712;30.4;11;20.7;1.1;14.3;.1;5.29;27881
+71099;44.02269;6.78202;938;20220713;29.4;12.4;20.9;1.3;15.2;1.8;5.07;26015
+71099;44.02269;6.78202;938;20220714;31.6;12.5;22;1;15;0;5.34;27532
+71099;44.02269;6.78202;938;20220715;33.9;10.4;22.1;1.4;13;.1;6.17;30505
+71099;44.02269;6.78202;938;20220716;31.9;9.6;20.7;1.1;13.6;0;5.6;29629
+71099;44.02269;6.78202;938;20220717;32;13;22.5;.8;16.7;.4;5.22;27245
+71099;44.02269;6.78202;938;20220718;32.3;14.7;23.5;.8;18.1;5.8;5.14;26134
+71099;44.02269;6.78202;938;20220719;31.8;14.2;23;.4;17.4;1.5;4.86;26058
+71099;44.02269;6.78202;938;20220720;32.3;14.7;23.5;1.1;15.2;0;5.29;25980
+71099;44.02269;6.78202;938;20220721;33.7;11.1;22.4;1;12.5;0;5.68;29399
+71099;44.02269;6.78202;938;20220722;33.6;11.4;22.5;1.1;13.2;0;5.7;29040
+71099;44.02269;6.78202;938;20220723;32.9;12.5;22.7;1.2;14;.1;5.56;27730
+71099;44.02269;6.78202;938;20220724;33.1;13;23;1.5;16.3;.1;5.69;27428
+71099;44.02269;6.78202;938;20220725;33.9;13.6;23.7;1.3;15.2;.5;5.7;27468
+71099;44.02269;6.78202;938;20220726;31.6;11.1;21.3;1.3;11.6;.9;5.44;27505
+71099;44.02269;6.78202;938;20220727;28.4;10.8;19.6;1.4;13.3;0;4.84;25361
+71099;44.02269;6.78202;938;20220728;29.6;12.1;20.8;1.4;13.6;1.3;4.98;25191
+71099;44.02269;6.78202;938;20220729;26.1;10.8;18.4;1.1;13.2;1.3;4.25;23436
+71099;44.02269;6.78202;938;20220730;30.1;9.3;19.7;1.5;12.4;0;5.26;27279
+71099;44.02269;6.78202;938;20220731;31.6;10;20.8;1;11.3;0;5.16;27690
+71099;44.02269;6.78202;938;20220801;31.3;10.4;20.8;1.1;12;0;5.14;27115
+71099;44.02269;6.78202;938;20220802;30.8;9.5;20.1;1;12.7;0;5;27257
+71099;44.02269;6.78202;938;20220803;29.8;12.1;20.9;.9;14.3;0;4.61;24702
+71099;44.02269;6.78202;938;20220804;31.5;16.3;23.9;.7;14.8;0;4.46;22758
+71099;44.02269;6.78202;938;20220805;31.9;12.8;22.3;1.1;14;6.9;5;25438
+71099;44.02269;6.78202;938;20220806;32.5;11.9;22.2;.9;14.3;1.1;4.98;26306
+71099;44.02269;6.78202;938;20220807;30;11.9;20.9;1.5;14.1;1;4.88;24513
+71099;44.02269;6.78202;938;20220808;29.4;10.6;20;1.1;13.9;.8;4.6;24865
+71099;44.02269;6.78202;938;20220809;30.1;12.6;21.3;1.3;14.5;2.9;4.69;23853
+71099;44.02269;6.78202;938;20220810;28.9;13.9;21.4;1.3;15.2;4.4;4.36;21940
+71099;44.02269;6.78202;938;20220811;28.5;12.7;20.6;1;15;.8;4.2;22407
+71099;44.02269;6.78202;938;20220812;30.4;9.8;20.1;1.2;14.6;.2;4.74;25501
+71099;44.02269;6.78202;938;20220813;28.5;11.7;20.1;1;15.3;1;4.19;22864
+71099;44.02269;6.78202;938;20220814;25.3;13.9;19.6;1.1;15.4;5;3.52;18660
+71099;44.02269;6.78202;938;20220815;27.1;8.9;18;1.1;12.5;.1;4.14;23542
+71099;44.02269;6.78202;938;20220816;27.5;7.8;17.6;.8;12;5.5;4.08;24365
+71099;44.02269;6.78202;938;20220817;21.6;11.6;16.6;1.8;13.6;9.7;3.15;17144
+71099;44.02269;6.78202;938;20220818;23.3;11.5;17.4;1.3;14.5;8.9;3.29;18543
+71099;44.02269;6.78202;938;20220819;26.3;8.4;17.3;1.6;12.9;.2;4.09;22785
+71099;44.02269;6.78202;938;20220820;28.4;9.3;18.8;1.2;12.8;0;4.23;23401
+71099;44.02269;6.78202;938;20220821;28.8;11.1;19.9;1.1;13.6;3.3;4.13;22368
+71099;44.02269;6.78202;938;20220822;26.6;10.1;18.3;.8;13.3;0;3.67;21442
+71099;44.02269;6.78202;938;20220823;28.4;9.9;19.1;.9;13.4;0;3.95;22576
+71099;44.02269;6.78202;938;20220824;28.8;11.9;20.3;.9;14.2;0;3.89;21414
+71099;44.02269;6.78202;938;20220825;28.7;12;20.3;1;14.5;.1;3.88;21139
+71099;44.02269;6.78202;938;20220826;26;13.8;19.9;.9;15.3;5.2;3.3;17885
+71099;44.02269;6.78202;938;20220827;26.9;9.8;18.3;.9;14.4;2.2;3.6;21095
+71099;44.02269;6.78202;938;20220828;27.7;11.9;19.8;.8;13.8;.1;3.56;20116
+71099;44.02269;6.78202;938;20220829;28.4;8.5;18.4;.9;11.8;.4;3.83;22457
+71099;44.02269;6.78202;938;20220830;26.7;12.6;19.6;1.3;15.1;2.6;3.51;18702
+71099;44.02269;6.78202;938;20220831;26.2;9.4;17.8;1.3;13.5;1.3;3.57;20295
+71099;44.02269;6.78202;938;20220901;27.5;10;18.7;.8;13.3;.1;3.49;20563
+71099;44.02269;6.78202;938;20220902;22;9.4;15.7;.4;13.3;4.2;2.66;17254
+71099;44.02269;6.78202;938;20220903;24.5;9.1;16.8;.9;13;7.9;3.11;18964
+71099;44.02269;6.78202;938;20220904;25.2;7.4;16.3;.9;13.2;0;3.22;20254
+71099;44.02269;6.78202;938;20220905;27;10.6;18.8;.9;14.4;.2;3.31;19268
+71099;44.02269;6.78202;938;20220906;26.6;11.6;19.1;1;15.2;1.1;3.21;18259
+71099;44.02269;6.78202;938;20220907;26.1;12.3;19.2;.7;15.4;2.9;2.97;17351
+71099;44.02269;6.78202;938;20220908;23.8;11.1;17.4;1.2;13;0;2.92;16488
+71099;44.02269;6.78202;938;20220909;21.9;7;14.4;1.9;9.3;0;3.2;17737
+71099;44.02269;6.78202;938;20220910;22.3;4.2;13.2;1.1;9.1;0;2.94;19418
+71099;44.02269;6.78202;938;20220911;25.8;2.7;14.2;.8;8.9;0;3.18;21794
+71099;44.02269;6.78202;938;20220912;27.1;4.9;16;1;10.2;0;3.36;21167
+71099;44.02269;6.78202;938;20220913;27.2;7.5;17.3;.7;12.1;0;3.08;19738
+71099;44.02269;6.78202;938;20220914;17.1;12.4;14.7;1.1;14.7;15.2;1.61;9355
+71099;44.02269;6.78202;938;20220915;23.9;9.8;16.8;1.3;13.2;0;2.79;16333
+71099;44.02269;6.78202;938;20220916;22.5;9.6;16;1.9;11.5;0;2.89;15459
+71099;44.02269;6.78202;938;20220917;20.2;8;14.1;2.1;7.1;0;3.07;14879
+71099;44.02269;6.78202;938;20220918;21;1.7;11.3;.7;7.6;0;2.45;18633
+71099;44.02269;6.78202;938;20220919;24.1;.6;12.3;.9;7.1;0;2.84;20401
+71099;44.02269;6.78202;938;20220920;22.9;2.9;12.9;.9;8.4;0;2.64;18606
+71099;44.02269;6.78202;938;20220921;18.9;3.9;11.4;1;9.8;2.1;2.17;15901
+71099;44.02269;6.78202;938;20220922;19.6;11.1;15.3;1.2;10.8;0;2.14;11754
+71099;44.02269;6.78202;938;20220923;19.8;6.9;13.3;1.1;10.8;4.5;2.16;14420
+71099;44.02269;6.78202;938;20220924;13.1;10.7;11.9;1.1;12.2;9.7;1.12;5937
+71099;44.02269;6.78202;938;20220925;18.8;6.7;12.7;1.1;10.3;.6;2.03;13665
+71099;44.02269;6.78202;938;20220926;18.7;.9;9.8;1.4;7.7;0;2.28;16481
+71099;44.02269;6.78202;938;20220927;15.8;9.1;12.4;2.5;7.5;0;2.39;9855
+71099;44.02269;6.78202;938;20220928;16.2;8.4;12.3;2.6;9;.3;2.19;10548
+71099;44.02269;6.78202;938;20220929;16.3;7.4;11.8;1.7;9.5;0;1.88;11170
+71099;44.02269;6.78202;938;20220930;14.4;4.3;9.3;.9;8.6;4.2;1.55;11792
+71099;44.02269;6.78202;938;20221001;16.8;.2;8.5;1.4;8.5;.1;1.87;15058
+71099;44.02269;6.78202;938;20221002;23.4;6;14.7;1.7;10.5;0;2.57;15254
+71099;44.02269;6.78202;938;20221003;25.9;3.1;14.5;1;8.7;0;2.53;17320
+71099;44.02269;6.78202;938;20221004;24.1;3.4;13.7;.6;9.3;.1;2.08;16298
+71099;44.02269;6.78202;938;20221005;22.7;4.2;13.4;.9;9.9;.2;2.08;15210
+71099;44.02269;6.78202;938;20221006;23.5;2.8;13.1;.8;9.2;0;2.09;15926
+71099;44.02269;6.78202;938;20221007;22.9;5;13.9;.9;9.9;.1;2.03;14610
+71099;44.02269;6.78202;938;20221008;16.5;5.3;10.9;.6;10.8;3.3;1.39;11341
+71099;44.02269;6.78202;938;20221009;14.4;9.5;11.9;.4;12.6;10.9;1.07;7281
+71099;44.02269;6.78202;938;20221010;18.1;9.7;13.9;.5;11.9;0;1.36;9536
+71099;44.02269;6.78202;938;20221011;21.7;4.5;13.1;.7;10.5;1.7;1.72;13645
+71099;44.02269;6.78202;938;20221012;19;6.7;12.8;.8;10.9;0;1.51;11340
+71099;44.02269;6.78202;938;20221013;19.4;3.5;11.4;.8;9.7;0;1.56;12788
+71099;44.02269;6.78202;938;20221014;20.3;5.4;12.8;1.6;10.2;0;1.87;12215
+71099;44.02269;6.78202;938;20221015;22.9;2.8;12.8;1.4;9.3;0;2.07;14074
+71099;44.02269;6.78202;938;20221016;21.1;4.9;13;.6;10;0;1.5;12439
+71099;44.02269;6.78202;938;20221017;22.4;4.8;13.6;.7;10.5;0;1.59;12819
+71099;44.02269;6.78202;938;20221018;24.4;6.2;15.3;1;10.1;0;1.86;12879
+71099;44.02269;6.78202;938;20221019;25.4;2.4;13.9;.7;9.2;0;1.72;14343
+71099;44.02269;6.78202;938;20221020;22.1;5.2;13.6;1.2;9.9;3.6;1.74;12085
+71099;44.02269;6.78202;938;20221021;15.1;12;13.5;1.5;13.2;7.4;1;4890
+71099;44.02269;6.78202;938;20221022;19.7;10.5;15.1;.5;12.8;0;1.18;8589
+71099;44.02269;6.78202;938;20221023;22.3;8;15.1;.6;11.7;.2;1.35;10665
+71099;44.02269;6.78202;938;20221024;19.5;10.6;15;.7;12.3;1.3;1.2;8224
+71099;44.02269;6.78202;938;20221025;23.7;4.9;14.3;.7;9.5;0;1.44;11971
+71099;44.02269;6.78202;938;20221026;24.9;3.9;14.4;.7;9.9;.1;1.47;12511
+71099;44.02269;6.78202;938;20221027;25.6;4.8;15.2;.5;9.6;.1;1.32;12288
+71099;44.02269;6.78202;938;20221028;26.1;4.3;15.2;.7;8.6;0;1.46;12427
+71099;44.02269;6.78202;938;20221029;24.2;3.8;14;.7;7.9;0;1.36;11853
+71099;44.02269;6.78202;938;20221030;22.8;3.6;13.2;.9;7.5;.1;1.43;11339
+71099;44.02269;6.78202;938;20221031;21.8;2.1;11.9;.9;7.5;.2;1.34;11342
+71099;44.02269;6.78202;938;20221101;18.3;4.9;11.6;.9;9.1;21.2;1.12;9166
+71099;44.02269;6.78202;938;20221102;18.2;.8;9.5;.6;7.9;0;.96;10362
+71099;44.02269;6.78202;938;20221103;9.9;.1;5;.6;8.4;20.5;.61;7580
+71099;44.02269;6.78202;938;20221104;10.9;2.1;6.5;1.8;7;.7;.99;7069
+71099;44.02269;6.78202;938;20221105;15.6;-3.1;6.2;.6;5.6;0;.83;10346
+71099;44.02269;6.78202;938;20221106;16.6;-2.7;6.9;.4;5.3;0;.72;10382
+71099;44.02269;6.78202;938;20221107;18.5;-4.2;7.1;.5;5.3;0;.8;11149
+71099;44.02269;6.78202;938;20221108;16.1;-3;6.5;.8;6.5;0;.86;10066
+71099;44.02269;6.78202;938;20221109;13.4;3.9;8.6;.7;9.3;8.7;.69;6896
+71099;44.02269;6.78202;938;20221110;18.2;1.9;10;.6;8.8;0;.79;9037
+71099;44.02269;6.78202;938;20221111;19.4;.4;9.9;.2;7.6;0;.57;9666
+71099;44.02269;6.78202;938;20221112;13.5;-.9;6.3;.2;7.5;0;.51;8261
+71099;44.02269;6.78202;938;20221113;14.7;3.6;9.1;.5;7.9;.1;.66;7117
+71099;44.02269;6.78202;938;20221114;11.4;.1;5.7;.3;7.4;4.1;.49;7096
+71099;44.02269;6.78202;938;20221115;9.9;6.5;8.2;.6;10;5;.52;3672
+71099;44.02269;6.78202;938;20221116;14.9;3.8;9.3;1.3;8.5;0;.85;6862
+71099;44.02269;6.78202;938;20221117;16.6;-.1;8.2;1.7;7.5;.6;1.07;8404
+71099;44.02269;6.78202;938;20221118;12.2;6.9;9.5;2.1;6.7;0;1.3;4512
+71099;44.02269;6.78202;938;20221119;13.5;-3.9;4.8;.7;5.2;0;.61;8391
+71099;44.02269;6.78202;938;20221120;11.6;-5.6;3;.6;4.6;0;.51;8248
+71099;44.02269;6.78202;938;20221121;8.2;-4.2;2;1;5.3;4.7;.53;6868
+71099;44.02269;6.78202;938;20221122;9;2.4;5.7;2.6;5.6;0;1.14;4852
+71099;44.02269;6.78202;938;20221123;12.5;-2.1;5.2;2;5.5;.1;1.03;7326
+71099;44.02269;6.78202;938;20221124;15.8;-.1;7.8;1.8;5.3;0;1.24;7583
+71099;44.02269;6.78202;938;20221125;13.9;-.7;6.6;.8;6;0;.61;7177
+71099;44.02269;6.78202;938;20221126;15.3;-4.3;5.5;.3;4.8;0;.31;8295
+71099;44.02269;6.78202;938;20221127;11.6;-5.8;2.9;.6;4.5;0;.44;7720
+71099;44.02269;6.78202;938;20221128;3.5;-3.3;.1;.5;5.7;1.8;.3;4637
+71099;44.02269;6.78202;938;20221129;5.4;.7;3;.2;6.4;.1;.34;3755
+71099;44.02269;6.78202;938;20221130;9.8;-5.2;2.3;.1;5;.1;.2;6949
+71099;44.02269;6.78202;938;20221201;9.4;-5.7;1.8;.4;4.7;0;.3;6916
+71099;44.02269;6.78202;938;20221202;7.4;-4.3;1.5;.5;4.9;.8;.33;5993
+71099;44.02269;6.78202;938;20221203;6.1;-2.1;2;2.2;6.5;16.8;.39;4915
+71099;44.02269;6.78202;938;20221204;5.7;3.2;4.4;1.1;7.5;13.5;.43;2521
+71099;44.02269;6.78202;938;20221205;8.5;-1.8;3.3;.6;5.7;0;.37;5475
+71099;44.02269;6.78202;938;20221206;10.9;-6;2.4;.3;4.4;0;.22;7075
+71099;44.02269;6.78202;938;20221207;10.2;-7.6;1.3;.2;4;0;.15;7226
+71099;44.02269;6.78202;938;20221208;6.5;-7.7;-.6;.5;4.6;15.9;.25;6375
+71099;44.02269;6.78202;938;20221209;5.8;1.6;3.7;.9;7.3;11.2;.35;3273
+71099;44.02269;6.78202;938;20221210;9.5;-1;4.2;.5;6.2;0;.33;5371
+71099;44.02269;6.78202;938;20221211;4.5;-7.5;-1.5;.6;3.6;0;.3;5742
+71099;44.02269;6.78202;938;20221212;5.6;-9.5;-2;.6;3.5;10.1;.28;6461
+71099;44.02269;6.78202;938;20221213;1.7;-.5;.6;.4;6;5;.31;2219
+71099;44.02269;6.78202;938;20221214;8.8;.3;4.5;.6;6.8;0;.34;4717
+71099;44.02269;6.78202;938;20221215;7.2;-1.1;3;1.2;6.9;34.1;.33;4643
+71099;44.02269;6.78202;938;20221216;10.2;2;6.1;.7;7.3;0;.4;4601
+71099;44.02269;6.78202;938;20221217;10.8;-3.5;3.6;.3;5.3;0;.21;6188
+71099;44.02269;6.78202;938;20221218;9.9;-5.7;2.1;.6;4.7;0;.31;6470
+71099;44.02269;6.78202;938;20221219;7.3;-3.8;1.7;.6;5.9;0;.26;5392
+71099;44.02269;6.78202;938;20221220;10;.7;5.3;.4;6.9;1.5;.3;4900
+71099;44.02269;6.78202;938;20221221;7.5;3.9;5.7;.9;8.1;6.1;.4;2902
+71099;44.02269;6.78202;938;20221222;14.8;-.1;7.3;2;6.7;0;.93;6305
+71099;44.02269;6.78202;938;20221223;16.5;6.6;11.5;2.8;8.9;0;1.29;5073
+71099;44.02269;6.78202;938;20221224;16;9.8;12.9;2;8.5;0;1.26;3939
+71099;44.02269;6.78202;938;20221225;17.6;-2.3;7.6;.5;6.2;0;.32;7374
+71099;44.02269;6.78202;938;20221226;15;-2.2;6.4;.4;6.5;0;.26;6843
+71099;44.02269;6.78202;938;20221227;13.5;0;6.7;1.1;6;0;.62;6035
+71099;44.02269;6.78202;938;20221228;12.8;-7;2.9;.4;4.6;0;.23;7412
+71099;44.02269;6.78202;938;20221229;8.4;-1.2;3.6;.7;6.9;.1;.31;5062
+71099;44.02269;6.78202;938;20221230;11.2;2.9;7;.6;8;.1;.39;4699
+71099;44.02269;6.78202;938;20221231;15.1;1.8;8.4;.4;8;0;.33;6077
+71100;44.03191;7.09296;866;20220101;15;1.8;8.4;.6;6.7;.1;.4;6549
+71100;44.03191;7.09296;866;20220102;11.9;.7;6.3;.7;6.75;0;.45;5686
+71100;44.03191;7.09296;866;20220103;12;1.2;6.6;1.1;7;0;.54;6144
+71100;44.03191;7.09296;866;20220104;9.4;1.4;5.4;1.7;7.4;.3;.41;5077
+71100;44.03191;7.09296;866;20220105;10.4;3.9;7.1;2.1;7.25;2.1;.78;4798
+71100;44.03191;7.09296;866;20220106;8.2;-1.2;3.5;1.2;3.25;.1;.77;5814
+71100;44.03191;7.09296;866;20220107;7.3;-3;2.2;1.3;3.4;0;.72;6037
+71100;44.03191;7.09296;866;20220108;8.2;-.6;3.8;2;5;.2;.81;5815
+71100;44.03191;7.09296;866;20220109;7.9;2;5;3;4.4;0;1.36;4690
+71100;44.03191;7.09296;866;20220110;8.5;-.4;4.1;1.3;3.2;0;.87;5925
+71100;44.03191;7.09296;866;20220111;10.4;-2.6;3.9;1.3;2.35;0;.98;7150
+71100;44.03191;7.09296;866;20220112;10.8;-3.3;3.8;1.3;2.65;0;.97;7464
+71100;44.03191;7.09296;866;20220113;11;-1.6;4.7;.9;2.9;0;.75;6897
+71100;44.03191;7.09296;866;20220114;15;-.8;7.1;.7;3.2;0;.66;8125
+71100;44.03191;7.09296;866;20220115;14.7;1.8;8.2;.6;4.6;0;.59;7007
+71100;44.03191;7.09296;866;20220116;12.4;-1.2;5.6;1.1;5.4;0;.65;7574
+71100;44.03191;7.09296;866;20220117;13.2;-2.3;5.5;1.1;3.4;0;.85;8306
+71100;44.03191;7.09296;866;20220118;13;0;6.5;.8;4.4;0;.66;7225
+71100;44.03191;7.09296;866;20220119;9.9;-1.1;4.4;1.8;5.6;0;.79;6994
+71100;44.03191;7.09296;866;20220120;9.7;-1.4;4.2;1.4;5.05;0;.79;7137
+71100;44.03191;7.09296;866;20220121;9.5;-2.2;3.7;1.4;4.2;0;.86;7415
+71100;44.03191;7.09296;866;20220122;9.8;-2.7;3.6;1.1;4.25;0;.69;7702
+71100;44.03191;7.09296;866;20220123;11.3;-.6;5.3;.9;4.75;0;.73;7247
+71100;44.03191;7.09296;866;20220124;12;-2.3;4.8;.8;5.5;0;.54;8521
+71100;44.03191;7.09296;866;20220125;9.6;-2.3;3.7;1.2;5.55;0;.63;7841
+71100;44.03191;7.09296;866;20220126;12.2;-2.5;4.8;.9;5.25;0;.67;8758
+71100;44.03191;7.09296;866;20220127;13;-2.4;5.3;.6;5.1;0;.53;9038
+71100;44.03191;7.09296;866;20220128;14.3;-2.7;5.8;.9;4.8;0;.86;9644
+71100;44.03191;7.09296;866;20220129;13.5;.1;6.8;1.7;4.1;0;1.34;8602
+71100;44.03191;7.09296;866;20220130;15.4;-1.4;7;.9;5.3;0;.87;9785
+71100;44.03191;7.09296;866;20220131;10.2;-1.8;4.2;2.7;4.55;0;1.41;8506
+71100;44.03191;7.09296;866;20220201;11.6;-1.1;5.3;1.8;3.25;0;1.4;8845
+71100;44.03191;7.09296;866;20220202;18.5;1.8;10.2;1.5;4.4;0;1.55;10522
+71100;44.03191;7.09296;866;20220203;15;3.3;9.1;1;5.55;0;1.1;7898
+71100;44.03191;7.09296;866;20220204;11.5;.3;5.9;1.5;6.5;0;.97;8331
+71100;44.03191;7.09296;866;20220205;13.3;.8;7.1;1.2;6.2;0;.99;9266
+71100;44.03191;7.09296;866;20220206;12.5;.7;6.6;2.5;5.1;0;1.62;8828
+71100;44.03191;7.09296;866;20220207;13.7;4.4;9;3.1;5.4;0;2.06;8391
+71100;44.03191;7.09296;866;20220208;14.6;-.8;6.9;2;4.25;0;1.63;10859
+71100;44.03191;7.09296;866;20220209;13.9;.9;7.4;1.8;4.85;0;1.47;9734
+71100;44.03191;7.09296;866;20220210;5.5;0;2.8;2.8;4.1;0;2.07;11400
+71100;44.03191;7.09296;866;20220211;12.6;-.7;6;3;4.5;0;1.86;10600
+71100;44.03191;7.09296;866;20220212;11.6;.7;6.2;4.8;3.4;0;2.66;11500
+71100;44.03191;7.09296;866;20220213;11.2;1.9;6.6;3.1;4.3;3.2;1.94;10800
+71100;44.03191;7.09296;866;20220214;5.9;.2;3.1;2.6;7.03;25.7;.86;2033
+71100;44.03191;7.09296;866;20220215;8.6;0;4.3;1.2;5.7;0;.99;11900
+71100;44.03191;7.09296;866;20220216;10.4;-.2;5.1;1.7;5.35;0;1.24;9912
+71100;44.03191;7.09296;866;20220217;15.7;2.2;8.9;1.9;7.2;.3;1.66;11396
+71100;44.03191;7.09296;866;20220218;15.9;1.8;8.9;1.3;7.7;0;1.38;11617
+71100;44.03191;7.09296;866;20220219;11.9;3;7.4;1.1;7.6;0;1.08;9405
+71100;44.03191;7.09296;866;20220220;14.8;.3;7.5;1.6;6.35;0;1.5;12196
+71100;44.03191;7.09296;866;20220221;11.4;4.7;8;5.2;4.65;0;2.73;8508
+71100;44.03191;7.09296;866;20220222;14.1;1.5;7.8;2.3;4.1;0;2.1;11756
+71100;44.03191;7.09296;866;20220223;16.5;1.3;8.9;1.5;4.2;0;1.91;12909
+71100;44.03191;7.09296;866;20220224;11.3;2.3;6.8;2.1;5.65;.1;1.59;9624
+71100;44.03191;7.09296;866;20220225;11.8;1.9;6.9;1.8;5.9;0;1.51;10675
+71100;44.03191;7.09296;866;20220226;11.5;.1;5.8;1.9;2.65;0;2.01;11805
+71100;44.03191;7.09296;866;20220227;8.3;-2.5;2.9;1.8;3.55;0;1.53;11464
+71100;44.03191;7.09296;866;20220228;10.7;-2.8;4;1.6;3.6;0;1.63;12922
+71100;44.03191;7.09296;866;20220301;9.2;-2.6;3.3;2.1;4.4;0;1.57;12343
+71100;44.03191;7.09296;866;20220302;9.3;-.6;4.3;1.8;5.35;0;1.41;11532
+71100;44.03191;7.09296;866;20220303;11.2;.7;5.9;1.6;6.3;0;1.4;11773
+71100;44.03191;7.09296;866;20220304;10.5;1.3;5.9;1.6;6.65;6.1;1.34;11024
+71100;44.03191;7.09296;866;20220305;5.4;2.1;3.8;1.6;6;.8;.97;6715
+71100;44.03191;7.09296;866;20220306;5.5;-.5;2.5;1.8;5.35;0;1.13;9441
+71100;44.03191;7.09296;866;20220307;8.2;-2.9;2.6;1.8;4.65;0;1.43;12938
+71100;44.03191;7.09296;866;20220308;6.8;-3;1.9;1.8;5;0;1.27;11458
+71100;44.03191;7.09296;866;20220309;11.4;-1.1;5.2;1.6;5.65;0;1.61;14082
+71100;44.03191;7.09296;866;20220310;11.7;-2.1;4.8;1.1;6.1;.2;1.51;14722
+71100;44.03191;7.09296;866;20220311;10;2;6;2.3;5.55;0;1.75;11558
+71100;44.03191;7.09296;866;20220312;8.4;4.7;6.6;3.1;4.55;.1;2.06;7893
+71100;44.03191;7.09296;866;20220313;5.5;4.1;4.8;4;5.65;12.7;1.39;4807
+71100;44.03191;7.09296;866;20220314;9.2;1.3;5.3;2.4;7.8;2.4;1.28;11811
+71100;44.03191;7.09296;866;20220315;14.4;7.6;11;2.2;6.9;0;2.28;10995
+71100;44.03191;7.09296;866;20220316;15.9;3.7;9.8;1.3;8.15;0;1.96;14650
+71100;44.03191;7.09296;866;20220317;13;5.1;9.1;1.3;8.55;.1;1.64;12227
+71100;44.03191;7.09296;866;20220318;16.7;8.4;12.6;6.8;5.8;.3;4.2;9700
+71100;44.03191;7.09296;866;20220319;17.2;8.5;12.9;6.4;3.9;0;5.02;14900
+71100;44.03191;7.09296;866;20220320;12.5;5.8;9.2;5.7;4.1;0;3.58;10500
+71100;44.03191;7.09296;866;20220321;14.4;3.4;8.9;4.6;3.6;0;3.81;18300
+71100;44.03191;7.09296;866;20220322;15.4;2.6;9;6.6;2.2;0;5.03;20200
+71100;44.03191;7.09296;866;20220323;18.1;5.1;11.6;5.8;2.4;0;5.39;20300
+71100;44.03191;7.09296;866;20220324;18.6;3.8;11.2;4.1;3.1;0;4.53;20400
+71100;44.03191;7.09296;866;20220325;18.3;3.4;10.9;3.9;3.3;0;4.32;19800
+71100;44.03191;7.09296;866;20220326;18.2;6.2;12.2;6.2;3.1;0;5.46;19900
+71100;44.03191;7.09296;866;20220327;16.6;7.5;12.1;5.1;2.9;0;4.63;11500
+71100;44.03191;7.09296;866;20220328;19;4.6;11.8;3.7;3.5;0;4.43;20500
+71100;44.03191;7.09296;866;20220329;18;3.5;10.8;3.1;4.9;.7;3.52;16600
+71100;44.03191;7.09296;866;20220330;10.4;5.4;7.9;1.6;8.24;11.5;1.39;8473
+71100;44.03191;7.09296;866;20220331;14.5;1;7.8;2.7;7;2.3;2.74;21600
+71100;44.03191;7.09296;866;20220401;4.3;1.1;2.7;2.5;5;4.2;1.31;7300
+71100;44.03191;7.09296;866;20220402;3.7;-1.9;.9;4.9;3.67;.9;2.39;15708
+71100;44.03191;7.09296;866;20220403;8.5;-4;2.3;1.6;4.5;2.2;1.8;15300
+71100;44.03191;7.09296;866;20220404;11.1;-2.8;4.2;1.9;4.8;0;2.48;22200
+71100;44.03191;7.09296;866;20220405;17.5;-1;8.3;2.3;4.7;0;3.46;23300
+71100;44.03191;7.09296;866;20220406;16.1;1.6;8.9;2.8;6;.2;3.05;18200
+71100;44.03191;7.09296;866;20220407;15.1;5.7;10.4;3.1;8.1;0;2.33;10700
+71100;44.03191;7.09296;866;20220408;14.9;5.5;10.2;2.3;10.1;.8;1.89;11900
+71100;44.03191;7.09296;866;20220409;9.9;4.5;7.2;4;5;0;2.94;17700
+71100;44.03191;7.09296;866;20220410;15.2;-2.3;6.5;1.6;3.9;0;3.15;24700
+71100;44.03191;7.09296;866;20220411;14.6;.2;7.4;2;5.4;0;2.4;13100
+71100;44.03191;7.09296;866;20220412;19.6;4;11.8;3.6;7.1;0;3.66;16600
+71100;44.03191;7.09296;866;20220413;24;8.8;16.4;3.3;7.3;0;4.74;19800
+71100;44.03191;7.09296;866;20220414;23.3;6.6;15;2.8;7;0;4.57;22900
+71100;44.03191;7.09296;866;20220415;24.9;9.3;17.1;3.3;8.1;0;5.17;24300
+71100;44.03191;7.09296;866;20220416;24;9.4;16.7;3;8.2;.2;4.83;23500
+71100;44.03191;7.09296;866;20220417;20.2;7.7;14;2.8;7.5;0;4.33;24900
+71100;44.03191;7.09296;866;20220418;19.4;5.4;12.4;2.6;7.1;0;4.06;24600
+71100;44.03191;7.09296;866;20220419;20.5;4;12.3;2.7;6;0;4.3;24200
+71100;44.03191;7.09296;866;20220420;19.6;5.2;12.4;2.4;8.2;6.2;3.06;14600
+71100;44.03191;7.09296;866;20220421;18.1;8.1;13.1;7.3;7.1;4.3;4.82;18900
+71100;44.03191;7.09296;866;20220422;19.2;10.5;14.9;4.2;7.7;0;4.37;18500
+71100;44.03191;7.09296;866;20220423;11.7;7.7;9.7;2.7;8.37;22.4;1.95;7138
+71100;44.03191;7.09296;866;20220424;12.5;2.9;7.7;2.2;8.1;.6;1.86;11500
+71100;44.03191;7.09296;866;20220425;17.5;7.3;12.4;2.1;8.5;0;3.67;24100
+71100;44.03191;7.09296;866;20220426;19;3.8;11.4;2.6;7.1;0;4.15;26500
+71100;44.03191;7.09296;866;20220427;21.9;4.1;13;2.5;6.7;.2;4.66;27100
+71100;44.03191;7.09296;866;20220428;22.2;6.1;14.2;2.1;7.8;0;4.53;27000
+71100;44.03191;7.09296;866;20220429;22.6;6.7;14.7;2.5;7.6;0;4.69;25700
+71100;44.03191;7.09296;866;20220430;20;7.5;13.8;2;7.5;1.1;3.97;22700
+71100;44.03191;7.09296;866;20220501;20;3.8;11.9;2.8;6.9;.1;4.47;27000
+71100;44.03191;7.09296;866;20220502;20.2;5.2;12.7;2.2;7.9;.1;4.22;26200
+71100;44.03191;7.09296;866;20220503;20.5;7.7;14.1;2.1;9.3;.5;3.42;17600
+71100;44.03191;7.09296;866;20220504;19.4;5.8;12.6;2.2;9.3;.9;3.52;21000
+71100;44.03191;7.09296;866;20220505;12.2;8.5;10.4;1.4;10.6;4.3;1.49;8000
+71100;44.03191;7.09296;866;20220506;17;8.1;12.6;1.2;9.1;5.4;3.07;18968
+71100;44.03191;7.09296;866;20220507;17.7;8.7;13.2;1.6;9.7;.6;3.23;18877
+71100;44.03191;7.09296;866;20220508;16.1;9;12.6;1.3;10.45;2.4;2.76;17022
+71100;44.03191;7.09296;866;20220509;18.9;8.5;13.7;1.2;9.9;1.3;3.34;20499
+71100;44.03191;7.09296;866;20220510;20.7;8.6;14.6;1.6;9.85;0;3.8;22247
+71100;44.03191;7.09296;866;20220511;21.7;10.2;16;1.4;11.1;0;3.76;21558
+71100;44.03191;7.09296;866;20220512;22.3;9.5;15.9;1.7;10.85;0;4.02;22993
+71100;44.03191;7.09296;866;20220513;22;9.4;15.7;1;11.15;0;3.79;23159
+71100;44.03191;7.09296;866;20220514;21.4;9.6;15.5;.7;12.4;.2;3.54;21738
+71100;44.03191;7.09296;866;20220515;22.3;10.6;16.5;.9;12.2;.4;3.77;22389
+71100;44.03191;7.09296;866;20220516;23.3;10.7;17;1.4;12.1;0;4.09;23371
+71100;44.03191;7.09296;866;20220517;24.5;11.2;17.9;1.2;12.75;0;4.24;23985
+71100;44.03191;7.09296;866;20220518;26.5;12.5;19.5;1.3;13.45;5;4.61;24871
+71100;44.03191;7.09296;866;20220519;25.5;13.9;19.7;2;11.5;0;4.74;22599
+71100;44.03191;7.09296;866;20220520;25.3;12.2;18.7;1.8;11.6;0;4.66;23778
+71100;44.03191;7.09296;866;20220521;26.2;10.8;18.5;1.3;13.6;0;4.62;26249
+71100;44.03191;7.09296;866;20220522;24.6;12.3;18.5;1;15.1;.5;3.99;22425
+71100;44.03191;7.09296;866;20220523;24.6;11.5;18;1.5;11.95;0;4.51;24565
+71100;44.03191;7.09296;866;20220524;22.3;10.9;16.6;1.6;10.6;2.1;4.13;22518
+71100;44.03191;7.09296;866;20220525;20.1;11.2;15.7;1.5;12.5;2.2;3.5;20374
+71100;44.03191;7.09296;866;20220526;23.8;11.6;17.7;1.1;12.8;1.7;4.2;23852
+71100;44.03191;7.09296;866;20220527;28.1;15.1;21.6;1.7;11.15;.1;5.24;24480
+71100;44.03191;7.09296;866;20220528;27.7;14.5;21.1;1.8;10.55;2.2;5.22;24158
+71100;44.03191;7.09296;866;20220529;21.5;12;16.7;2.4;11.75;2.2;3.89;19937
+71100;44.03191;7.09296;866;20220530;19.3;8.8;14;1.9;11.3;1.4;3.54;21841
+71100;44.03191;7.09296;866;20220531;21.7;9.6;15.6;1.3;11.7;.3;3.99;24004
+71100;44.03191;7.09296;866;20220601;24.7;11;17.8;1.6;12.2;.5;4.62;25200
+71100;44.03191;7.09296;866;20220602;26.6;12.1;19.3;1.2;12.4;0;4.85;26207
+71100;44.03191;7.09296;866;20220603;26;17.1;21.5;1.4;13.65;6.2;4.37;20663
+71100;44.03191;7.09296;866;20220604;28.6;16.7;22.6;1.7;14.2;0;5.16;24001
+71100;44.03191;7.09296;866;20220605;26.3;17.1;21.7;2.9;13.05;0;5.14;20901
+71100;44.03191;7.09296;866;20220606;25.5;13;19.2;1.9;12.75;0;4.79;24268
+71100;44.03191;7.09296;866;20220607;24.8;13.6;19.2;2.6;12.35;0;4.92;23539
+71100;44.03191;7.09296;866;20220608;23.4;12.7;18.1;2.1;10.7;0;4.55;22479
+71100;44.03191;7.09296;866;20220609;23.1;14.8;19;2.2;9.65;0;4.62;20372
+71100;44.03191;7.09296;866;20220610;25.5;10.1;17.8;2.1;7.5;0;5.49;27183
+71100;44.03191;7.09296;866;20220611;27.8;12.5;20.1;2.1;8.6;0;5.86;27212
+71100;44.03191;7.09296;866;20220612;29.1;14.5;21.8;1.7;10.1;0;5.65;26342
+71100;44.03191;7.09296;866;20220613;29.1;15.4;22.2;1.4;11.85;0;5.31;25876
+71100;44.03191;7.09296;866;20220614;29;14.7;21.8;1.5;12.55;0;5.35;26140
+71100;44.03191;7.09296;866;20220615;27.8;16.2;22;1.3;14.15;0;4.8;23283
+71100;44.03191;7.09296;866;20220616;29.7;14.9;22.3;1.4;13.9;0;5.45;26935
+71100;44.03191;7.09296;866;20220617;31.2;15.9;23.6;1.4;14.25;0;5.69;27255
+71100;44.03191;7.09296;866;20220618;29;18.5;23.8;1.4;16.8;1;4.82;22116
+71100;44.03191;7.09296;866;20220619;28.3;18.1;23.2;1.8;14;0;5.1;22180
+71100;44.03191;7.09296;866;20220620;28.2;16;22.1;2.2;12.15;0;5.54;24234
+71100;44.03191;7.09296;866;20220621;28.2;16.4;22.3;2.6;13.8;1.1;5.53;23507
+71100;44.03191;7.09296;866;20220622;24.8;17.6;21.2;2.4;16;5.6;4.37;19224
+71100;44.03191;7.09296;866;20220623;23.3;15.3;19.3;2.3;15.4;3.2;4.09;19808
+71100;44.03191;7.09296;866;20220624;23;12.7;17.8;2.3;14.2;7.7;4.19;22635
+71100;44.03191;7.09296;866;20220625;25.5;12.4;19;2.5;11.3;0;5.31;25447
+71100;44.03191;7.09296;866;20220626;28.3;15.4;21.8;1.8;12.95;0;5.38;25527
+71100;44.03191;7.09296;866;20220627;29.8;19;24.4;1.8;13.7;0;5.41;23131
+71100;44.03191;7.09296;866;20220628;26.2;17.5;21.9;1.5;14.55;28.8;4.47;20533
+71100;44.03191;7.09296;866;20220629;26.7;11.8;19.3;1.4;13.35;.2;5.01;27171
+71100;44.03191;7.09296;866;20220630;26.8;13.9;20.4;1.3;14.8;.5;4.73;24974
+71100;44.03191;7.09296;866;20220701;25.7;13.4;19.6;2.1;14;0;4.78;24560
+71100;44.03191;7.09296;866;20220702;29.3;14.1;21.7;1.4;11.4;0;5.47;27052
+71100;44.03191;7.09296;866;20220703;30.8;16.1;23.4;1.4;12.2;0;5.55;26213
+71100;44.03191;7.09296;866;20220704;29.9;18.8;24.3;1.2;14.45;1.5;4.9;22536
+71100;44.03191;7.09296;866;20220705;29;16.5;22.8;1.6;14.4;0;5.18;24275
+71100;44.03191;7.09296;866;20220706;28.7;15.3;22;1.6;14;0;5.18;24937
+71100;44.03191;7.09296;866;20220707;28.7;16.2;22.4;1.5;13.7;0;5.07;24271
+71100;44.03191;7.09296;866;20220708;27.4;16.5;22;1.8;12.85;0;4.91;22092
+71100;44.03191;7.09296;866;20220709;27.7;15.9;21.8;1.8;13;0;5.09;23439
+71100;44.03191;7.09296;866;20220710;26.8;16.4;21.6;1.7;14.65;0;4.63;21815
+71100;44.03191;7.09296;866;20220711;27.5;15.9;21.7;1.5;14.55;.1;4.77;23299
+71100;44.03191;7.09296;866;20220712;27.6;15.4;21.5;1.3;15.1;.1;4.68;23548
+71100;44.03191;7.09296;866;20220713;27.4;16.7;22;1.5;16.25;1.1;4.56;22042
+71100;44.03191;7.09296;866;20220714;29.3;17.1;23.2;1.4;16.25;.9;4.91;23555
+71100;44.03191;7.09296;866;20220715;29.1;16;22.6;1.5;15.9;.1;4.94;23573
+71100;44.03191;7.09296;866;20220716;28.3;14.8;21.6;1.4;17.5;.1;4.7;24405
+71100;44.03191;7.09296;866;20220717;30.3;16.9;23.6;1.2;18.05;.3;5.02;24974
+71100;44.03191;7.09296;866;20220718;30.8;19.9;25.3;1.4;18.25;5.6;4.92;21987
+71100;44.03191;7.09296;866;20220719;30.2;19.2;24.7;1.1;17.2;1.6;4.74;21923
+71100;44.03191;7.09296;866;20220720;31.3;19.6;25.4;1.8;15.55;0;5.4;22910
+71100;44.03191;7.09296;866;20220721;30.8;18.1;24.5;1.6;14;0;5.19;22707
+71100;44.03191;7.09296;866;20220722;30.9;17.5;24.2;1.4;15.25;0;5.12;23869
+71100;44.03191;7.09296;866;20220723;30.2;17.4;23.8;1.3;16.45;0;4.92;23548
+71100;44.03191;7.09296;866;20220724;30.3;17.5;23.9;1.6;18.6;.1;4.97;23365
+71100;44.03191;7.09296;866;20220725;30.4;17.9;24.2;1.4;18.45;.5;4.84;22915
+71100;44.03191;7.09296;866;20220726;28.6;16.4;22.5;1.5;15.9;1.7;4.62;22444
+71100;44.03191;7.09296;866;20220727;27.6;15.8;21.7;1.7;15.05;.5;4.67;22506
+71100;44.03191;7.09296;866;20220728;28;17.2;22.6;1.7;14.65;0;4.64;21066
+71100;44.03191;7.09296;866;20220729;25.9;16.1;21;1.7;15.15;2.9;4.14;20155
+71100;44.03191;7.09296;866;20220730;28.3;14.5;21.4;1.9;13.6;0;5.02;24006
+71100;44.03191;7.09296;866;20220731;29.9;16.2;23;1.9;11.35;0;5.39;23716
+71100;44.03191;7.09296;866;20220801;30.5;16.9;23.7;1.6;11.8;0;5.22;23453
+71100;44.03191;7.09296;866;20220802;28.4;16.5;22.4;1.5;14.55;1.3;4.47;21028
+71100;44.03191;7.09296;866;20220803;29.2;17.9;23.6;1.8;14.9;.2;4.81;21134
+71100;44.03191;7.09296;866;20220804;30.9;20.1;25.5;1.5;14.2;.2;4.85;20882
+71100;44.03191;7.09296;866;20220805;30.5;18.8;24.7;1.7;13.2;4.1;5.02;21056
+71100;44.03191;7.09296;866;20220806;31.1;17.9;24.5;1.4;13.75;.1;5;22568
+71100;44.03191;7.09296;866;20220807;29.1;16.9;23;1.8;13.95;5.3;4.8;21755
+71100;44.03191;7.09296;866;20220808;28;14.1;21.1;1.4;13.8;.8;4.55;23372
+71100;44.03191;7.09296;866;20220809;29;17.5;23.3;1.9;14;3.2;4.82;20940
+71100;44.03191;7.09296;866;20220810;27.5;18.2;22.8;1.8;15.3;8.9;4.22;18337
+71100;44.03191;7.09296;866;20220811;26.8;16.1;21.5;1.6;15.25;.5;4.14;19990
+71100;44.03191;7.09296;866;20220812;27.9;15.5;21.7;1.5;15.7;.2;4.25;20941
+71100;44.03191;7.09296;866;20220813;25.3;14.6;19.9;1.6;16.2;.5;3.72;19577
+71100;44.03191;7.09296;866;20220814;24.7;16.7;20.7;1.4;15.15;3.3;3.5;17071
+71100;44.03191;7.09296;866;20220815;26.2;14;20.1;1.8;13.2;.5;4.19;20812
+71100;44.03191;7.09296;866;20220816;26.3;13.3;19.8;1.6;14.7;5.6;3.97;21355
+71100;44.03191;7.09296;866;20220817;21.3;15.5;18.4;2.2;14.3;9.8;2.98;13567
+71100;44.03191;7.09296;866;20220818;22.7;14.1;18.4;2.9;14.7;10.3;3.53;17387
+71100;44.03191;7.09296;866;20220819;25.5;12.4;18.9;1.8;13.5;0;4.04;21309
+71100;44.03191;7.09296;866;20220820;27.7;14.6;21.2;1.7;13.1;0;4.36;21058
+71100;44.03191;7.09296;866;20220821;27.5;16.6;22.1;1.4;13.8;3.3;3.96;18745
+71100;44.03191;7.09296;866;20220822;26.2;15.5;20.9;1.3;13.8;0;3.7;18569
+71100;44.03191;7.09296;866;20220823;27.9;15.6;21.8;1.5;13.25;0;4.16;19893
+71100;44.03191;7.09296;866;20220824;27.1;16.9;22;1.6;13.55;0;3.95;17702
+71100;44.03191;7.09296;866;20220825;27;16.8;21.9;1.5;14.75;.1;3.76;17658
+71100;44.03191;7.09296;866;20220826;26.6;17.8;22.2;1.3;15.45;1.3;3.51;16646
+71100;44.03191;7.09296;866;20220827;26;15.1;20.5;1.3;14.95;1.3;3.52;18006
+71100;44.03191;7.09296;866;20220828;25.9;15.3;20.6;1.2;16.3;.1;3.3;17839
+71100;44.03191;7.09296;866;20220829;27.1;13.7;20.4;1.4;15.25;.3;3.67;19979
+71100;44.03191;7.09296;866;20220830;26.6;16.1;21.4;1.6;16.6;10.6;3.55;17656
+71100;44.03191;7.09296;866;20220831;24.4;13.9;19.2;1.5;14.25;1.7;3.3;17200
+71100;44.03191;7.09296;866;20220901;25.6;14.5;20.1;1.3;14.95;.4;3.27;17533
+71100;44.03191;7.09296;866;20220902;21.3;14.1;17.7;1;14.35;3.1;2.47;13570
+71100;44.03191;7.09296;866;20220903;23.3;13.1;18.2;1.3;14.7;2.8;2.93;16622
+71100;44.03191;7.09296;866;20220904;24.4;12.2;18.3;1.7;14.5;0;3.26;18226
+71100;44.03191;7.09296;866;20220905;26.1;14.8;20.4;1.5;14.95;.2;3.4;17456
+71100;44.03191;7.09296;866;20220906;25.4;15.9;20.7;1.3;15.7;.7;3.08;15670
+71100;44.03191;7.09296;866;20220907;25.2;15.2;20.2;1.2;16.6;3.2;2.95;16100
+71100;44.03191;7.09296;866;20220908;24.6;13.9;19.2;1.8;13.35;0;3.31;16769
+71100;44.03191;7.09296;866;20220909;24.3;12.6;18.4;2.5;9;0;4.01;17322
+71100;44.03191;7.09296;866;20220910;22.8;11.7;17.2;1.5;9.2;0;3.17;16214
+71100;44.03191;7.09296;866;20220911;24.4;10.4;17.4;1.6;10.5;0;3.3;17966
+71100;44.03191;7.09296;866;20220912;25.1;11.7;18.4;1.8;11.8;.1;3.35;17428
+71100;44.03191;7.09296;866;20220913;24.5;12.9;18.7;1.2;14.05;.1;2.8;15908
+71100;44.03191;7.09296;866;20220914;20.6;15.3;18;1.8;14.95;13.4;2.35;11126
+71100;44.03191;7.09296;866;20220915;25.2;15.5;20.3;3.1;13.3;0;3.87;14828
+71100;44.03191;7.09296;866;20220916;24.5;13.7;19.1;1.9;12.85;0;3.17;15671
+71100;44.03191;7.09296;866;20220917;20.6;12.3;16.5;2.3;9;0;3.08;13433
+71100;44.03191;7.09296;866;20220918;19.9;7.6;13.8;1.8;8.95;0;2.7;16047
+71100;44.03191;7.09296;866;20220919;22;7.4;14.7;1.6;9.25;0;2.81;17157
+71100;44.03191;7.09296;866;20220920;21.1;10;15.6;1.2;9.2;0;2.52;14356
+71100;44.03191;7.09296;866;20220921;18.9;9.6;14.3;1.2;9.95;.2;2.22;13378
+71100;44.03191;7.09296;866;20220922;17.9;12;14.9;1.6;10.55;0;2.11;10704
+71100;44.03191;7.09296;866;20220923;18.5;9.8;14.2;1.6;10.85;3.1;2.18;12862
+71100;44.03191;7.09296;866;20220924;12.7;11.8;12.2;1.2;12.25;11.4;.89;2968
+71100;44.03191;7.09296;866;20220925;17.2;9.8;13.5;1.4;11.4;3.1;1.83;11452
+71100;44.03191;7.09296;866;20220926;18.4;6.6;12.5;1.6;9.5;0;2.23;14591
+71100;44.03191;7.09296;866;20220927;18.2;10.9;14.6;3;8.15;0;2.89;11517
+71100;44.03191;7.09296;866;20220928;18.8;11;14.9;3.5;8.6;.1;3.1;11794
+71100;44.03191;7.09296;866;20220929;17.1;10.5;13.8;3.1;9.15;0;2.57;10688
+71100;44.03191;7.09296;866;20220930;15.6;8.1;11.8;1.4;9.35;2.9;1.78;11148
+71100;44.03191;7.09296;866;20221001;18.5;5.5;12;1.6;9.15;0;2.14;14719
+71100;44.03191;7.09296;866;20221002;21.2;9.8;15.5;1.4;11.45;0;2.22;13323
+71100;44.03191;7.09296;866;20221003;23.9;8.1;16;1.5;10.6;0;2.52;15693
+71100;44.03191;7.09296;866;20221004;22.7;10.2;16.5;1.5;10.2;0;2.4;13454
+71100;44.03191;7.09296;866;20221005;21.4;9.9;15.6;1.3;10.85;.1;2.12;12850
+71100;44.03191;7.09296;866;20221006;21;8.6;14.8;1.1;11.25;0;1.92;13059
+71100;44.03191;7.09296;866;20221007;22.1;10.3;16.2;1.2;10.9;0;2.1;12893
+71100;44.03191;7.09296;866;20221008;17.6;10.4;14;.9;11.4;5.1;1.51;9835
+71100;44.03191;7.09296;866;20221009;13.8;11.6;12.7;.9;12.95;13.1;.91;4252
+71100;44.03191;7.09296;866;20221010;17.4;10.9;14.1;.9;12.25;.4;1.4;9321
+71100;44.03191;7.09296;866;20221011;20.1;9.2;14.7;1.2;11.25;1.9;1.75;11673
+71100;44.03191;7.09296;866;20221012;19.1;10.6;14.9;1.4;11.4;0;1.74;10293
+71100;44.03191;7.09296;866;20221013;19.5;9.1;14.3;1.5;10.7;0;1.81;11171
+71100;44.03191;7.09296;866;20221014;19.2;9.6;14.4;1.8;11.5;0;1.77;10662
+71100;44.03191;7.09296;866;20221015;20.5;8.3;14.4;1.4;11.25;0;1.79;11659
+71100;44.03191;7.09296;866;20221016;19.7;9.2;14.4;1.2;11.95;0;1.5;10786
+71100;44.03191;7.09296;866;20221017;21.2;10.1;15.6;1.2;11.8;0;1.68;10959
+71100;44.03191;7.09296;866;20221018;22.6;11;16.8;1.1;11.8;0;1.75;11085
+71100;44.03191;7.09296;866;20221019;23.4;8.9;16.1;.9;11.15;0;1.69;12182
+71100;44.03191;7.09296;866;20221020;21.3;11.1;16.2;1.3;11.05;3;1.72;10033
+71100;44.03191;7.09296;866;20221021;15.7;13.3;14.5;2.1;13.8;14.5;1.08;4816
+71100;44.03191;7.09296;866;20221022;20.8;13.4;17.1;2.3;13.6;0;1.8;8606
+71100;44.03191;7.09296;866;20221023;21.3;11.9;16.6;1.1;12.35;0;1.51;9407
+71100;44.03191;7.09296;866;20221024;19.3;13.3;16.3;1.8;13.3;.6;1.47;7449
+71100;44.03191;7.09296;866;20221025;22.7;10.3;16.5;1.6;11.15;0;1.76;10538
+71100;44.03191;7.09296;866;20221026;21.8;9.3;15.6;1;12.05;.1;1.39;10215
+71100;44.03191;7.09296;866;20221027;23.4;10.1;16.7;.7;12.25;0;1.33;10614
+71100;44.03191;7.09296;866;20221028;25.3;10.7;18;.8;10.55;0;1.55;11064
+71100;44.03191;7.09296;866;20221029;23.9;11.7;17.8;1.3;8.5;0;1.92;9703
+71100;44.03191;7.09296;866;20221030;22.4;10.9;16.6;1.1;7.8;0;1.69;9364
+71100;44.03191;7.09296;866;20221031;20.9;9.5;15.2;1.1;8.05;0;1.55;9071
+71100;44.03191;7.09296;866;20221101;17.2;9.7;13.4;1.3;9.5;19.2;1.29;7164
+71100;44.03191;7.09296;866;20221102;17;6.3;11.6;1.1;10.1;0;.99;8704
+71100;44.03191;7.09296;866;20221103;12.3;6.4;9.3;1.4;10;16.9;.84;6306
+71100;44.03191;7.09296;866;20221104;13.5;6.2;9.8;3.4;7.15;1.2;1.8;7192
+71100;44.03191;7.09296;866;20221105;16.2;1.8;9;1.7;5.55;0;1.46;10080
+71100;44.03191;7.09296;866;20221106;15.9;4.2;10;1.4;5.65;0;1.34;8636
+71100;44.03191;7.09296;866;20221107;16.7;2.9;9.8;.8;7.4;0;.87;9272
+71100;44.03191;7.09296;866;20221108;16.2;3.6;9.9;1;8.5;0;.92;8876
+71100;44.03191;7.09296;866;20221109;13.8;7.8;10.8;1.2;10.5;7.1;.79;5905
+71100;44.03191;7.09296;866;20221110;17.3;6.8;12;1.1;10.15;0;.91;7856
+71100;44.03191;7.09296;866;20221111;18.6;6.8;12.7;.7;8.15;0;.93;8216
+71100;44.03191;7.09296;866;20221112;15.8;6.5;11.2;.5;7.2;0;.82;7243
+71100;44.03191;7.09296;866;20221113;14.8;8.3;11.5;1;7.2;.1;1.07;5740
+71100;44.03191;7.09296;866;20221114;11.5;5;8.2;1;7.7;4.5;.75;5663
+71100;44.03191;7.09296;866;20221115;10.8;7.3;9.1;.7;10.45;2.9;.53;4338
+71100;44.03191;7.09296;866;20221116;14.7;6.9;10.8;1.4;9.9;0;.83;6372
+71100;44.03191;7.09296;866;20221117;17.2;4.9;11;3.3;7.35;0;1.89;7977
+71100;44.03191;7.09296;866;20221118;13.6;8.7;11.2;3.5;6.65;0;1.96;4927
+71100;44.03191;7.09296;866;20221119;13.3;3.4;8.3;1.3;5;0;1.13;6652
+71100;44.03191;7.09296;866;20221120;10.8;1.4;6.1;1.4;5.3;0;.91;6285
+71100;44.03191;7.09296;866;20221121;9.9;1.8;5.9;1.4;5.95;4.5;.81;6078
+71100;44.03191;7.09296;866;20221122;10.7;3.1;6.9;2.3;5.6;.3;1.16;5939
+71100;44.03191;7.09296;866;20221123;12.5;2.7;7.6;2;5.3;0;1.23;6570
+71100;44.03191;7.09296;866;20221124;15.2;3.8;9.5;1.8;5.8;0;1.26;7129
+71100;44.03191;7.09296;866;20221125;13.5;4.4;8.9;1.2;6.25;0;.86;6100
+71100;44.03191;7.09296;866;20221126;15.2;2.7;9;1.4;4.65;0;1.13;7182
+71100;44.03191;7.09296;866;20221127;11.5;1.5;6.5;1.4;5.15;0;.91;6213
+71100;44.03191;7.09296;866;20221128;5.7;1.8;3.7;1.1;6.25;.1;.53;3694
+71100;44.03191;7.09296;866;20221129;6.9;2.8;4.8;.9;6.25;.6;.56;4045
+71100;44.03191;7.09296;866;20221130;10.6;.7;5.7;.9;5.35;.1;.59;6177
+71100;44.03191;7.09296;866;20221201;9.2;-.3;4.5;.9;5.85;.2;.46;5918
+71100;44.03191;7.09296;866;20221202;8.4;.2;4.3;1.4;5.45;2.8;.64;5562
+71100;44.03191;7.09296;866;20221203;5.5;.1;2.8;2.3;6.35;16.4;.48;4407
+71100;44.03191;7.09296;866;20221204;6.1;4.5;5.3;1.3;7.2;14.3;.56;2265
+71100;44.03191;7.09296;866;20221205;9.3;1.3;5.3;1.5;6.1;0;.63;5432
+71100;44.03191;7.09296;866;20221206;10.5;.2;5.3;1;4.75;0;.6;5937
+71100;44.03191;7.09296;866;20221207;10.4;-1.1;4.7;.7;5.4;0;.38;6318
+71100;44.03191;7.09296;866;20221208;8.2;-.7;3.8;.9;5.95;14.8;.43;5436
+71100;44.03191;7.09296;866;20221209;7.5;3.5;5.5;1.4;8.4;11;.34;3715
+71100;44.03191;7.09296;866;20221210;9.7;2.7;6.2;1.3;7.45;0;.45;4808
+71100;44.03191;7.09296;866;20221211;5.8;-.8;2.5;1.3;4.55;0;.62;4442
+71100;44.03191;7.09296;866;20221212;6.6;-3;1.8;.9;4.4;8.4;.43;5607
+71100;44.03191;7.09296;866;20221213;1.9;-.4;.8;.5;6.2;3.3;.28;2703
+71100;44.03191;7.09296;866;20221214;8.1;1.2;4.6;1.1;7.15;0;.34;4809
+71100;44.03191;7.09296;866;20221215;7;2.1;4.6;1.3;7.8;33.3;.33;3836
+71100;44.03191;7.09296;866;20221216;9.5;3.9;6.7;1.6;8.4;.3;.38;4190
+71100;44.03191;7.09296;866;20221217;10.1;1.3;5.7;1;6.7;0;.38;5271
+71100;44.03191;7.09296;866;20221218;9.6;.2;4.9;1.3;5.3;0;.63;5384
+71100;44.03191;7.09296;866;20221219;8;.7;4.3;2;7;0;.42;4793
+71100;44.03191;7.09296;866;20221220;9.9;4.5;7.2;4;7.65;.2;.84;3954
+71100;44.03191;7.09296;866;20221221;8.4;6.2;7.3;2.3;9.05;5.7;.48;2501
+71100;44.03191;7.09296;866;20221222;12.4;3.4;7.9;1.8;7.85;0;.72;5248
+71100;44.03191;7.09296;866;20221223;14.9;6.7;10.8;2.4;8.8;0;1.05;5238
+71100;44.03191;7.09296;866;20221224;14.9;9.1;12;1.8;9.2;0;.97;4379
+71100;44.03191;7.09296;866;20221225;14.4;3.2;8.8;.8;8.35;0;.37;5816
+71100;44.03191;7.09296;866;20221226;14.3;3.3;8.8;1.5;8.1;0;.56;5971
+71100;44.03191;7.09296;866;20221227;13.2;4.6;8.9;2;7.25;0;.88;5255
+71100;44.03191;7.09296;866;20221228;12.6;.3;6.4;1.4;6.35;0;.56;6291
+71100;44.03191;7.09296;866;20221229;9.1;3.5;6.3;1.8;7.6;.6;.6;4127
+71100;44.03191;7.09296;866;20221230;12.3;5.4;8.8;1.1;8.8;0;.51;4844
+71100;44.03191;7.09296;866;20221231;13;4.6;8.8;.8;9.1;0;.38;5233
+71101;44.04018;7.40398;1143;20220101;16;5.3;10.6;.7;5.35;.1;.65;5986
+71101;44.04018;7.40398;1143;20220102;11.6;3.5;7.6;2.1;5.78;0;1.33;4623
+71101;44.04018;7.40398;1143;20220103;10.9;3.1;7;2.9;6.05;0;1.37;5075
+71101;44.04018;7.40398;1143;20220104;8.3;2.5;5.4;2.3;7.01;.2;.7;4134
+71101;44.04018;7.40398;1143;20220105;8.3;3;5.6;2.2;7.28;2.2;.67;4411
+71101;44.04018;7.40398;1143;20220106;5.9;-1.9;2;1.2;3.05;.1;.77;5404
+71101;44.04018;7.40398;1143;20220107;5.1;-3.5;.8;1.5;3.18;0;.78;5602
+71101;44.04018;7.40398;1143;20220108;6;-2;2;3;4.41;.1;.98;5725
+71101;44.04018;7.40398;1143;20220109;5.8;.2;3;3.5;3.98;0;1.36;4803
+71101;44.04018;7.40398;1143;20220110;5.9;-1.4;2.2;1.6;2.75;0;.96;5410
+71101;44.04018;7.40398;1143;20220111;8.7;-3.1;2.8;1.5;2.11;0;1.04;7041
+71101;44.04018;7.40398;1143;20220112;8.6;-3.2;2.7;1.7;2.28;0;1.14;7035
+71101;44.04018;7.40398;1143;20220113;9.5;-.9;4.3;1.5;2.48;0;1.1;6409
+71101;44.04018;7.40398;1143;20220114;13.3;.5;6.9;1.3;2.91;0;1.03;7467
+71101;44.04018;7.40398;1143;20220115;13;2.9;8;1;4.08;0;.92;6268
+71101;44.04018;7.40398;1143;20220116;10.8;.4;5.6;2;4.48;0;1.22;6621
+71101;44.04018;7.40398;1143;20220117;10.8;-.6;5.1;1.7;3.01;0;1.2;7014
+71101;44.04018;7.40398;1143;20220118;11.5;.7;6.1;1.4;3.91;0;1.04;6780
+71101;44.04018;7.40398;1143;20220119;8.1;-1;3.5;2.1;5.28;0;.88;6515
+71101;44.04018;7.40398;1143;20220120;7.6;-2.1;2.8;1.7;4.81;0;.8;6928
+71101;44.04018;7.40398;1143;20220121;7.4;-2.6;2.4;1.5;4.11;0;.84;7049
+71101;44.04018;7.40398;1143;20220122;7.6;-3.3;2.1;1.5;4.11;0;.75;7460
+71101;44.04018;7.40398;1143;20220123;9.3;.1;4.7;1.4;4.45;0;.91;6417
+71101;44.04018;7.40398;1143;20220124;10.1;-1.5;4.3;.9;5.28;0;.63;7826
+71101;44.04018;7.40398;1143;20220125;7.4;-2.8;2.3;1.6;5.45;0;.64;7456
+71101;44.04018;7.40398;1143;20220126;11.1;-1.1;5;1.3;4.55;0;.95;8189
+71101;44.04018;7.40398;1143;20220127;11.3;0;5.7;1.6;4.15;0;1.17;7615
+71101;44.04018;7.40398;1143;20220128;13.7;-.4;6.7;1.5;4.15;0;1.27;9022
+71101;44.04018;7.40398;1143;20220129;10.8;.2;5.5;1.9;3.61;0;1.4;7808
+71101;44.04018;7.40398;1143;20220130;14.7;-.2;7.2;1.4;4.45;0;1.22;9634
+71101;44.04018;7.40398;1143;20220131;9.7;.6;5.1;2.9;3.75;0;1.77;7375
+71101;44.04018;7.40398;1143;20220201;9.3;-1.4;3.9;2;2.98;0;1.46;8377
+71101;44.04018;7.40398;1143;20220202;16.4;2.2;9.3;1.7;4.18;0;1.63;10066
+71101;44.04018;7.40398;1143;20220203;13.5;3.6;8.5;1.5;5.28;0;1.31;7641
+71101;44.04018;7.40398;1143;20220204;9.5;-.5;4.5;1.5;6.58;0;.86;8217
+71101;44.04018;7.40398;1143;20220205;11.2;.2;5.7;1.4;6.25;0;.95;9017
+71101;44.04018;7.40398;1143;20220206;10.6;.6;5.6;3.2;4.75;0;1.75;8404
+71101;44.04018;7.40398;1143;20220207;13.1;3.9;8.5;3.4;5.11;0;2.15;8762
+71101;44.04018;7.40398;1143;20220208;11.8;-1.1;5.4;2.7;4.41;0;1.61;10216
+71101;44.04018;7.40398;1143;20220209;12;1.3;6.7;3;4.58;0;1.82;9042
+71101;44.04018;7.40398;1143;20220210;6.1;1.3;3.7;1.9;3.69;0;1.61;10949
+71101;44.04018;7.40398;1143;20220211;10.4;-1.7;4.3;2.3;3.94;0;1.52;9768
+71101;44.04018;7.40398;1143;20220212;8.2;-2.1;3.1;3.8;3.29;0;1.99;9993
+71101;44.04018;7.40398;1143;20220213;9;-1.9;3.5;2.5;3.89;2.2;1.56;10268
+71101;44.04018;7.40398;1143;20220214;3.1;-1.4;.8;1.7;5.64;25.2;.71;3018
+71101;44.04018;7.40398;1143;20220215;6.1;-3.6;1.3;1.7;4.59;0;1;10627
+71101;44.04018;7.40398;1143;20220216;8.8;-1;3.9;2.2;4.78;0;1.38;9967
+71101;44.04018;7.40398;1143;20220217;14.4;2.2;8.3;3.1;6.71;.1;1.95;11344
+71101;44.04018;7.40398;1143;20220218;14.4;4.1;9.3;1.9;7.11;0;1.65;9672
+71101;44.04018;7.40398;1143;20220219;10.4;3.1;6.7;1.8;7.45;0;1.15;8784
+71101;44.04018;7.40398;1143;20220220;12.4;.1;6.2;2.1;6.45;0;1.44;11649
+71101;44.04018;7.40398;1143;20220221;9.3;3.4;6.3;5.5;4.35;0;2.62;8349
+71101;44.04018;7.40398;1143;20220222;12;.3;6.1;2.8;3.75;0;2.2;11903
+71101;44.04018;7.40398;1143;20220223;14.2;1.4;7.8;2;3.88;0;2.08;12265
+71101;44.04018;7.40398;1143;20220224;9.1;1.7;5.4;1.9;5.38;.1;1.44;9001
+71101;44.04018;7.40398;1143;20220225;10.5;1.1;5.8;2;5.91;0;1.48;10897
+71101;44.04018;7.40398;1143;20220226;8.7;-.9;3.9;2.3;2.31;0;2;11132
+71101;44.04018;7.40398;1143;20220227;5.2;-3.5;.9;1.9;3.25;0;1.42;10605
+71101;44.04018;7.40398;1143;20220228;8.4;-3.5;2.5;1.8;3.28;0;1.63;12593
+71101;44.04018;7.40398;1143;20220301;6.4;-3.2;1.6;2.1;4.28;0;1.41;11431
+71101;44.04018;7.40398;1143;20220302;7.3;-2.6;2.4;1.9;5.11;0;1.32;12116
+71101;44.04018;7.40398;1143;20220303;9.5;-.4;4.6;1.9;6.25;0;1.36;12030
+71101;44.04018;7.40398;1143;20220304;7.9;0;3.9;1.7;6.48;5.1;1.19;10607
+71101;44.04018;7.40398;1143;20220305;2.8;.2;1.5;1.7;5.71;1.3;.83;6117
+71101;44.04018;7.40398;1143;20220306;2.5;-2.4;0;1.7;5.01;0;.97;8720
+71101;44.04018;7.40398;1143;20220307;5.8;-4.4;.7;1.8;4.48;0;1.32;12932
+71101;44.04018;7.40398;1143;20220308;4.4;-3.8;.3;1.8;4.88;0;1.13;10877
+71101;44.04018;7.40398;1143;20220309;9.1;-2.5;3.3;2.1;5.51;0;1.52;14204
+71101;44.04018;7.40398;1143;20220310;9.5;-1.9;3.8;1.5;6.05;.1;1.44;13759
+71101;44.04018;7.40398;1143;20220311;8.5;.7;4.6;2.9;5.45;.3;1.72;11949
+71101;44.04018;7.40398;1143;20220312;6.3;2.4;4.3;5;4.45;.7;1.97;8415
+71101;44.04018;7.40398;1143;20220313;3.8;1.9;2.9;5.2;5.45;20.2;1.29;5893
+71101;44.04018;7.40398;1143;20220314;7.1;.2;3.6;3.7;7.55;1.3;1.06;11502
+71101;44.04018;7.40398;1143;20220315;12.5;5.3;8.9;3;6.71;0;2.2;11928
+71101;44.04018;7.40398;1143;20220316;14.6;4.3;9.4;1.6;7.71;0;2.03;13988
+71101;44.04018;7.40398;1143;20220317;11.7;5.1;8.4;1.5;8.11;.3;1.67;11442
+71101;44.04018;7.40398;1143;20220318;12.9;6;9.4;5.4;5.74;.5;3.26;9391
+71101;44.04018;7.40398;1143;20220319;12.6;4.2;8.4;5.3;3.89;0;3.92;13660
+71101;44.04018;7.40398;1143;20220320;9.1;1.5;5.3;4.9;3.79;0;3.01;10895
+71101;44.04018;7.40398;1143;20220321;10.2;1.1;5.7;4;3.54;0;3.05;15418
+71101;44.04018;7.40398;1143;20220322;11.2;-2.9;4.1;4.5;2.19;0;3.74;17902
+71101;44.04018;7.40398;1143;20220323;13.6;-2.1;5.8;3.8;2.34;0;3.95;18856
+71101;44.04018;7.40398;1143;20220324;15.5;-2.2;6.7;2.8;2.84;0;3.57;19538
+71101;44.04018;7.40398;1143;20220325;16.1;-1.9;7.1;3.1;2.99;0;3.74;19636
+71101;44.04018;7.40398;1143;20220326;15.1;-.3;7.4;4;2.99;0;4.05;18558
+71101;44.04018;7.40398;1143;20220327;13.8;1.2;7.5;3.2;2.94;0;3.46;13991
+71101;44.04018;7.40398;1143;20220328;17.1;-.6;8.2;2.8;3.24;0;3.73;20278
+71101;44.04018;7.40398;1143;20220329;15.5;.5;8;2.8;4.59;.6;3.27;17541
+71101;44.04018;7.40398;1143;20220330;8.8;3.6;6.2;1.6;8.17;13;1.39;8473
+71101;44.04018;7.40398;1143;20220331;11.7;1.7;6.7;2.3;6.34;3.2;2.39;17771
+71101;44.04018;7.40398;1143;20220401;3.5;-.9;1.3;2.8;4.24;4.4;1.61;10382
+71101;44.04018;7.40398;1143;20220402;2.7;-4.2;-.7;4.9;3.6;2.3;2.39;15708
+71101;44.04018;7.40398;1143;20220403;6.1;-5.3;.4;2.4;3.79;1.2;1.91;15828
+71101;44.04018;7.40398;1143;20220404;9.5;-4.8;2.4;1.8;4.14;0;2.4;20898
+71101;44.04018;7.40398;1143;20220405;15.2;-3.9;5.6;2.1;4.34;0;3.32;22990
+71101;44.04018;7.40398;1143;20220406;13.8;-1.6;6.1;2.3;5.64;.2;2.91;19168
+71101;44.04018;7.40398;1143;20220407;12.2;3;7.6;2.7;7.39;0;2.28;13897
+71101;44.04018;7.40398;1143;20220408;13;4.5;8.8;2;8.99;.6;1.83;13158
+71101;44.04018;7.40398;1143;20220409;6.9;2.8;4.9;3.5;4.54;1;2.45;13406
+71101;44.04018;7.40398;1143;20220410;13.2;-3.7;4.8;1.8;3.54;0;3.11;23446
+71101;44.04018;7.40398;1143;20220411;13.4;-1;6.2;2.1;5.29;0;2.83;17767
+71101;44.04018;7.40398;1143;20220412;17;.9;8.9;3.3;6.64;0;3.55;19013
+71101;44.04018;7.40398;1143;20220413;19.1;5.3;12.2;3.7;6.64;0;4.39;18193
+71101;44.04018;7.40398;1143;20220414;20.6;2.4;11.5;3;6.44;0;4.42;22866
+71101;44.04018;7.40398;1143;20220415;23;5.1;14.1;2.3;7.34;0;4.51;24042
+71101;44.04018;7.40398;1143;20220416;22.5;7.7;15.1;2.4;7.14;.7;4.49;23238
+71101;44.04018;7.40398;1143;20220417;18.1;5.1;11.6;2.8;6.64;0;4.15;22387
+71101;44.04018;7.40398;1143;20220418;17.8;1.2;9.5;2.3;6.24;0;3.9;23921
+71101;44.04018;7.40398;1143;20220419;18.6;1.2;9.9;2.3;5.44;0;4.01;23871
+71101;44.04018;7.40398;1143;20220420;14.3;2.3;8.3;3.2;7.34;8.2;3.08;17165
+71101;44.04018;7.40398;1143;20220421;13.4;6;9.7;5.4;6.89;9.3;3.56;15868
+71101;44.04018;7.40398;1143;20220422;16.4;5.8;11.1;3.7;7.19;0;3.97;19039
+71101;44.04018;7.40398;1143;20220423;9.5;6.5;8;2.7;8.3;21.2;1.95;7138
+71101;44.04018;7.40398;1143;20220424;10.9;1.3;6.1;2.1;7.44;0;2.19;15668
+71101;44.04018;7.40398;1143;20220425;15.3;4.5;9.9;1.8;7.64;0;3.34;22074
+71101;44.04018;7.40398;1143;20220426;17;1;9;2.2;6.44;0;3.81;24839
+71101;44.04018;7.40398;1143;20220427;19.5;1.2;10.4;2.5;6.19;.4;4.43;26480
+71101;44.04018;7.40398;1143;20220428;19.6;3.8;11.7;2.3;6.89;0;4.31;24878
+71101;44.04018;7.40398;1143;20220429;20.7;3.5;12.1;3;7.09;0;4.73;25580
+71101;44.04018;7.40398;1143;20220430;17.6;6.4;12;2.3;7.04;2.7;3.65;19547
+71101;44.04018;7.40398;1143;20220501;17.8;2.8;10.3;2;6.04;.2;4.02;25857
+71101;44.04018;7.40398;1143;20220502;18.5;2.2;10.3;2.3;7.49;.2;4.06;25487
+71101;44.04018;7.40398;1143;20220503;14.8;5.2;10;1.8;8.84;2;3.06;18052
+71101;44.04018;7.40398;1143;20220504;16.5;3.7;10.1;2.3;8.79;1.4;3.28;20352
+71101;44.04018;7.40398;1143;20220505;10.9;7;8.9;2.3;9.5;11.6;1.89;10610
+71101;44.04018;7.40398;1143;20220506;14.5;6.4;10.5;1.2;8.65;8.3;2.92;19006
+71101;44.04018;7.40398;1143;20220507;15.7;7.6;11.6;1.6;9.25;.4;3.1;18822
+71101;44.04018;7.40398;1143;20220508;15;7.8;11.4;1.4;10.15;1.5;2.82;18067
+71101;44.04018;7.40398;1143;20220509;16.6;7.7;12.2;1.4;9.51;.9;3.2;19803
+71101;44.04018;7.40398;1143;20220510;18.6;7.9;13.2;1.7;9.55;0;3.68;21853
+71101;44.04018;7.40398;1143;20220511;20.4;9.8;15.1;1.8;11.01;0;3.81;21659
+71101;44.04018;7.40398;1143;20220512;20.6;9.3;14.9;2.2;10.81;0;3.98;22553
+71101;44.04018;7.40398;1143;20220513;20.4;9.4;14.9;1.7;11.38;0;3.77;22552
+71101;44.04018;7.40398;1143;20220514;20.2;9.5;14.9;1.2;12.21;.6;3.62;21917
+71101;44.04018;7.40398;1143;20220515;20.8;10.3;15.6;1.4;12.21;.9;3.78;22334
+71101;44.04018;7.40398;1143;20220516;21.6;10.6;16.1;2;11.75;.8;4.11;22778
+71101;44.04018;7.40398;1143;20220517;23.2;11.6;17.4;1.5;12.71;0;4.26;23501
+71101;44.04018;7.40398;1143;20220518;24.9;12.7;18.8;1.5;13.28;3.7;4.54;24165
+71101;44.04018;7.40398;1143;20220519;23.7;12.7;18.2;2.3;11.21;0;4.72;23178
+71101;44.04018;7.40398;1143;20220520;23.3;11.6;17.5;2.2;11.41;0;4.61;23583
+71101;44.04018;7.40398;1143;20220521;24.7;11.7;18.2;2.3;12.88;.1;4.86;25114
+71101;44.04018;7.40398;1143;20220522;24.3;14.2;19.2;1.9;13.78;0;4.39;21115
+71101;44.04018;7.40398;1143;20220523;22.8;12.3;17.5;1.8;10.98;0;4.42;22735
+71101;44.04018;7.40398;1143;20220524;20.9;10.7;15.8;2.1;10.25;2.3;4.22;22253
+71101;44.04018;7.40398;1143;20220525;17.8;10.2;14;1.9;11.98;6;3.3;19561
+71101;44.04018;7.40398;1143;20220526;22.2;10.6;16.4;1.6;12.31;1.2;4.29;24456
+71101;44.04018;7.40398;1143;20220527;25.9;14.2;20;2;10.45;0;5.25;24308
+71101;44.04018;7.40398;1143;20220528;26.5;14.8;20.7;2;10.25;4;5.33;23874
+71101;44.04018;7.40398;1143;20220529;19.1;11.5;15.3;2.3;11.65;3.7;3.53;18241
+71101;44.04018;7.40398;1143;20220530;17.4;8.1;12.7;1.9;11.35;.1;3.4;21599
+71101;44.04018;7.40398;1143;20220531;19.8;9.1;14.4;1.8;11.31;.5;3.95;23678
+71101;44.04018;7.40398;1143;20220601;23;10.3;16.7;2;12.01;0;4.61;25477
+71101;44.04018;7.40398;1143;20220602;25;12;18.5;1.9;11.88;0;5.03;26032
+71101;44.04018;7.40398;1143;20220603;23.6;15.9;19.8;1.8;12.85;5;4.3;20067
+71101;44.04018;7.40398;1143;20220604;26.7;15.4;21;1.7;13.55;0;5.11;24593
+71101;44.04018;7.40398;1143;20220605;24.3;16.3;20.3;3.1;12.78;0;4.96;20370
+71101;44.04018;7.40398;1143;20220606;24.1;12.9;18.5;2.3;12.28;.2;4.86;23991
+71101;44.04018;7.40398;1143;20220607;23.5;13;18.3;3;12.11;.8;4.97;23811
+71101;44.04018;7.40398;1143;20220608;21.3;12.3;16.8;2.1;10.75;.8;4.28;21329
+71101;44.04018;7.40398;1143;20220609;21.8;13.4;17.6;2.3;9.28;.2;4.69;21769
+71101;44.04018;7.40398;1143;20220610;23.6;10;16.8;2;7.21;0;5.36;26879
+71101;44.04018;7.40398;1143;20220611;25.9;12.1;19;2;8.21;0;5.65;27042
+71101;44.04018;7.40398;1143;20220612;27.1;14;20.5;2;9.78;0;5.64;26153
+71101;44.04018;7.40398;1143;20220613;27.7;15.4;21.6;2.1;11.75;.8;5.59;25710
+71101;44.04018;7.40398;1143;20220614;28;14.5;21.3;1.7;12.45;.1;5.51;26744
+71101;44.04018;7.40398;1143;20220615;26.5;15.3;20.9;1.6;13.81;0;4.99;24361
+71101;44.04018;7.40398;1143;20220616;28.3;14.9;21.6;1.6;14.21;0;5.45;26801
+71101;44.04018;7.40398;1143;20220617;29.8;16.4;23.1;1.5;14.25;0;5.63;26743
+71101;44.04018;7.40398;1143;20220618;27.9;17.4;22.6;1.5;16.55;.3;5;23594
+71101;44.04018;7.40398;1143;20220619;27.2;16.8;22;1.9;13.45;0;5.27;23684
+71101;44.04018;7.40398;1143;20220620;26.4;15.6;21;2.4;12.08;0;5.44;23954
+71101;44.04018;7.40398;1143;20220621;27.4;16;21.7;2.9;12.88;.2;5.84;24525
+71101;44.04018;7.40398;1143;20220622;22.2;15.9;19.1;3.1;15.08;4;4.15;18761
+71101;44.04018;7.40398;1143;20220623;21.3;14.2;17.7;2.4;14.88;2.9;3.89;19410
+71101;44.04018;7.40398;1143;20220624;21.2;12;16.6;2.7;13.55;8.1;4.17;22517
+71101;44.04018;7.40398;1143;20220625;23.1;11.9;17.5;2.7;10.95;0;5.08;24495
+71101;44.04018;7.40398;1143;20220626;27.2;14.6;20.9;2.2;12.65;.1;5.63;26594
+71101;44.04018;7.40398;1143;20220627;28.7;18.1;23.4;2.4;13.21;.1;5.75;24072
+71101;44.04018;7.40398;1143;20220628;24.9;17;21;2.4;14.01;29.4;4.74;20485
+71101;44.04018;7.40398;1143;20220629;24.9;11.5;18.2;1.6;13.05;.1;4.96;27024
+71101;44.04018;7.40398;1143;20220630;24.8;13.5;19.2;1.6;14.41;.1;4.65;24461
+71101;44.04018;7.40398;1143;20220701;23.7;13.2;18.4;2.2;13.31;.2;4.64;23654
+71101;44.04018;7.40398;1143;20220702;27.2;14.1;20.6;1.8;11.45;0;5.39;26127
+71101;44.04018;7.40398;1143;20220703;28.9;16.2;22.6;1.8;11.81;.1;5.61;25410
+71101;44.04018;7.40398;1143;20220704;28.5;18.5;23.5;1.9;14.01;1.8;5.18;22437
+71101;44.04018;7.40398;1143;20220705;27.4;16.3;21.8;2;14.05;.2;5.22;23996
+71101;44.04018;7.40398;1143;20220706;26.9;15.3;21.1;1.8;13.71;1.7;5.08;24120
+71101;44.04018;7.40398;1143;20220707;27.2;15.2;21.2;1.7;13.78;.4;5.16;25129
+71101;44.04018;7.40398;1143;20220708;25.1;15.8;20.4;1.8;12.51;0;4.66;21320
+71101;44.04018;7.40398;1143;20220709;25.7;15.1;20.4;1.7;12.51;0;4.93;23385
+71101;44.04018;7.40398;1143;20220710;24.4;15.1;19.8;2;14.45;0;4.45;21668
+71101;44.04018;7.40398;1143;20220711;25.9;15.2;20.5;1.7;14.25;0;4.79;23503
+71101;44.04018;7.40398;1143;20220712;26.3;14.8;20.6;1.4;14.88;0;4.76;24117
+71101;44.04018;7.40398;1143;20220713;26;15.8;20.9;1.3;15.95;1.3;4.55;22772
+71101;44.04018;7.40398;1143;20220714;27.8;16.1;22;1.6;16.18;2.3;5;24392
+71101;44.04018;7.40398;1143;20220715;28.2;16.3;22.2;1.8;16.11;.1;5.05;23845
+71101;44.04018;7.40398;1143;20220716;27.1;15.5;21.3;1.9;17.68;.7;4.71;23606
+71101;44.04018;7.40398;1143;20220717;29.5;16.7;23.1;1.6;17.71;.1;5.29;25650
+71101;44.04018;7.40398;1143;20220718;29.4;18.8;24.1;1.5;17.61;1.9;5.01;22858
+71101;44.04018;7.40398;1143;20220719;29.3;18.2;23.7;1.3;16.65;.9;4.98;23398
+71101;44.04018;7.40398;1143;20220720;29.9;18.5;24.2;1.9;15.28;.4;5.46;23818
+71101;44.04018;7.40398;1143;20220721;29.6;18.2;23.9;1.9;13.95;0;5.31;22898
+71101;44.04018;7.40398;1143;20220722;29.9;17.4;23.6;1.8;15.08;0;5.36;24318
+71101;44.04018;7.40398;1143;20220723;29.2;17.6;23.4;2;15.88;.2;5.26;23454
+71101;44.04018;7.40398;1143;20220724;28.9;17.2;23;1.9;18.68;.3;4.98;23532
+71101;44.04018;7.40398;1143;20220725;29.3;17.5;23.4;1.9;18.28;.3;5.03;23595
+71101;44.04018;7.40398;1143;20220726;27.7;16.4;22;1.6;15.55;2.9;4.72;22771
+71101;44.04018;7.40398;1143;20220727;26.4;14.7;20.6;1.9;14.58;.8;4.8;23673
+71101;44.04018;7.40398;1143;20220728;26.6;16.5;21.5;1.8;14.35;.3;4.65;21521
+71101;44.04018;7.40398;1143;20220729;24.2;15.4;19.8;1.9;14.95;6.3;4.07;19954
+71101;44.04018;7.40398;1143;20220730;26;13.6;19.8;1.9;13.41;.3;4.81;23909
+71101;44.04018;7.40398;1143;20220731;27.6;15.6;21.6;2;11.08;0;5.21;23012
+71101;44.04018;7.40398;1143;20220801;28.7;16.4;22.6;2;11.51;0;5.35;23515
+71101;44.04018;7.40398;1143;20220802;27.6;16.4;22;2;14.31;1;4.82;21737
+71101;44.04018;7.40398;1143;20220803;27.8;17.1;22.4;1.9;14.41;.2;4.85;21730
+71101;44.04018;7.40398;1143;20220804;29.4;18.8;24.1;1.7;13.45;.6;5.01;21820
+71101;44.04018;7.40398;1143;20220805;29.2;18.4;23.8;1.7;12.55;2.7;5.04;21434
+71101;44.04018;7.40398;1143;20220806;29.9;17.1;23.5;1.8;13.08;.1;5.27;23498
+71101;44.04018;7.40398;1143;20220807;26.9;16.4;21.6;1.8;13.35;10.2;4.65;21103
+71101;44.04018;7.40398;1143;20220808;25.8;13.8;19.8;1.5;13.28;.2;4.41;22607
+71101;44.04018;7.40398;1143;20220809;27.3;16.6;22;2;13.51;1.2;4.77;21252
+71101;44.04018;7.40398;1143;20220810;26.2;16.9;21.5;2.3;14.68;11.3;4.45;19436
+71101;44.04018;7.40398;1143;20220811;24.5;15;19.7;2;14.65;.5;4.04;19789
+71101;44.04018;7.40398;1143;20220812;26.5;14.7;20.6;1.9;15.35;.5;4.38;21661
+71101;44.04018;7.40398;1143;20220813;23.3;13.6;18.5;1.7;16.01;.3;3.58;19534
+71101;44.04018;7.40398;1143;20220814;22.6;15.1;18.9;1.7;14.41;3.3;3.47;17355
+71101;44.04018;7.40398;1143;20220815;24.4;13.8;19.1;2.4;12.65;1.1;4.32;20328
+71101;44.04018;7.40398;1143;20220816;24.4;13.1;18.7;1.6;14.38;2;3.87;20828
+71101;44.04018;7.40398;1143;20220817;19.3;14.3;16.8;2.6;13.65;10.8;2.89;13175
+71101;44.04018;7.40398;1143;20220818;21;12.9;16.9;3.3;13.85;14.5;3.53;17658
+71101;44.04018;7.40398;1143;20220819;23.1;11.5;17.3;2;12.91;.1;3.9;21009
+71101;44.04018;7.40398;1143;20220820;25.3;13.9;19.6;1.9;12.75;0;4.19;20467
+71101;44.04018;7.40398;1143;20220821;25.7;15.8;20.7;1.5;13.41;1.7;3.91;18756
+71101;44.04018;7.40398;1143;20220822;24.6;14.8;19.7;1.5;13.45;1;3.75;18682
+71101;44.04018;7.40398;1143;20220823;26;14.7;20.3;1.4;12.85;0;4.03;20006
+71101;44.04018;7.40398;1143;20220824;25;15.8;20.4;1.6;12.81;0;3.81;17677
+71101;44.04018;7.40398;1143;20220825;25.1;15.8;20.4;1.7;14.35;.1;3.71;17651
+71101;44.04018;7.40398;1143;20220826;25.8;16.6;21.2;2;15.01;1.2;3.87;17928
+71101;44.04018;7.40398;1143;20220827;24.9;14.3;19.6;1.4;14.55;.4;3.61;18749
+71101;44.04018;7.40398;1143;20220828;23.7;14.2;19;1.2;16.25;.3;3.18;17688
+71101;44.04018;7.40398;1143;20220829;25.1;13.3;19.2;1.6;15.71;.4;3.55;19630
+71101;44.04018;7.40398;1143;20220830;24.4;15.3;19.9;2;16.15;2;3.45;17225
+71101;44.04018;7.40398;1143;20220831;22.7;13.2;18;1.9;13.68;4.5;3.31;17132
+71101;44.04018;7.40398;1143;20220901;23.4;13.7;18.6;1.6;14.98;1.4;3.16;17144
+71101;44.04018;7.40398;1143;20220902;19.3;12.9;16.1;1.8;13.81;1.9;2.46;13449
+71101;44.04018;7.40398;1143;20220903;21.6;12.3;17;1.8;13.81;2.4;3.03;16773
+71101;44.04018;7.40398;1143;20220904;22.7;11.6;17.1;1.7;14.21;.2;3.19;18172
+71101;44.04018;7.40398;1143;20220905;24.3;13.8;19;1.6;14.51;.1;3.35;17573
+71101;44.04018;7.40398;1143;20220906;23.9;15.1;19.5;1.5;14.91;.8;3.12;15765
+71101;44.04018;7.40398;1143;20220907;23.2;14;18.6;1.9;16.08;1.5;2.95;16201
+71101;44.04018;7.40398;1143;20220908;22.8;12.9;17.8;2.1;12.68;.3;3.35;17002
+71101;44.04018;7.40398;1143;20220909;22.7;12;17.3;2.9;8.58;0;4.14;17355
+71101;44.04018;7.40398;1143;20220910;20.8;11.3;16.1;1.7;8.88;0;3.13;15546
+71101;44.04018;7.40398;1143;20220911;22.1;9.8;16;1.6;10.61;0;3.13;17648
+71101;44.04018;7.40398;1143;20220912;23.3;11.1;17.2;1.6;11.78;.1;3.21;17538
+71101;44.04018;7.40398;1143;20220913;23.2;12.3;17.7;1.5;13.95;0;2.88;16340
+71101;44.04018;7.40398;1143;20220914;18.6;15.2;16.9;2.7;13.95;10.3;2.24;7417
+71101;44.04018;7.40398;1143;20220915;23.4;14.1;18.7;3.8;12.78;0;3.89;15250
+71101;44.04018;7.40398;1143;20220916;22.7;13;17.8;2.2;12.11;0;3.2;15521
+71101;44.04018;7.40398;1143;20220917;18.6;10.8;14.7;2.4;9.28;.1;2.86;13507
+71101;44.04018;7.40398;1143;20220918;17.9;7;12.4;2;9.01;0;2.59;15742
+71101;44.04018;7.40398;1143;20220919;20.7;7.4;14;2.1;9.11;0;2.97;17243
+71101;44.04018;7.40398;1143;20220920;18.7;9.5;14.1;1.5;9.38;0;2.4;13519
+71101;44.04018;7.40398;1143;20220921;17;8.5;12.8;1.6;9.68;0;2.23;13472
+71101;44.04018;7.40398;1143;20220922;15.4;9.9;12.6;1.5;10.21;.4;1.94;10839
+71101;44.04018;7.40398;1143;20220923;16.5;8.2;12.4;1.5;10.38;1.3;2.08;13172
+71101;44.04018;7.40398;1143;20220924;11.3;9.9;10.6;1.4;11.78;12.5;.94;4429
+71101;44.04018;7.40398;1143;20220925;15.4;8.3;11.8;1.7;11.11;2.7;1.76;11721
+71101;44.04018;7.40398;1143;20220926;16.3;5.9;11.1;1.9;9.31;.1;2.15;14277
+71101;44.04018;7.40398;1143;20220927;16.3;8.6;12.4;3.8;7.75;.1;2.91;12455
+71101;44.04018;7.40398;1143;20220928;17.3;9.3;13.3;3.8;8.11;.1;3.11;12588
+71101;44.04018;7.40398;1143;20220929;15.5;8.6;12;3.4;8.68;0;2.53;11434
+71101;44.04018;7.40398;1143;20220930;13.8;7.2;10.5;2.1;9.11;3;1.79;10940
+71101;44.04018;7.40398;1143;20221001;17.1;4.9;11;2.5;8.85;0;2.31;14950
+71101;44.04018;7.40398;1143;20221002;20.2;10.1;15.1;2.4;10.45;.1;2.66;13168
+71101;44.04018;7.40398;1143;20221003;22.5;9.5;16;1.8;9.68;0;2.68;14669
+71101;44.04018;7.40398;1143;20221004;20.9;10.1;15.5;1.4;9.91;0;2.3;12978
+71101;44.04018;7.40398;1143;20221005;19.4;9.1;14.2;1.5;10.78;.1;2.06;12734
+71101;44.04018;7.40398;1143;20221006;19.7;8.4;14;1.9;11.61;.2;1.99;13099
+71101;44.04018;7.40398;1143;20221007;19.9;9.7;14.8;1.2;10.68;0;2.01;12406
+71101;44.04018;7.40398;1143;20221008;16.6;9.6;13.1;1.3;11.11;2;1.62;10232
+71101;44.04018;7.40398;1143;20221009;12.3;10.2;11.2;1.8;12.41;12.8;.88;4558
+71101;44.04018;7.40398;1143;20221010;15.2;9.4;12.3;1.2;11.85;.5;1.32;9156
+71101;44.04018;7.40398;1143;20221011;18.1;8.3;13.2;1.3;11.01;1;1.69;11578
+71101;44.04018;7.40398;1143;20221012;17.2;9.2;13.2;1.5;11.08;0;1.66;10474
+71101;44.04018;7.40398;1143;20221013;17.2;8.2;12.7;1.8;10.58;.1;1.71;10787
+71101;44.04018;7.40398;1143;20221014;17.4;8.8;13.1;1.7;11.35;0;1.66;10492
+71101;44.04018;7.40398;1143;20221015;18.7;7.6;13.2;1.9;11.15;0;1.77;11635
+71101;44.04018;7.40398;1143;20221016;17.8;8.6;13.2;1.5;11.88;0;1.46;10489
+71101;44.04018;7.40398;1143;20221017;19.9;9.2;14.5;1.7;11.65;0;1.78;11279
+71101;44.04018;7.40398;1143;20221018;20.5;10.5;15.5;1.6;11.48;0;1.83;10684
+71101;44.04018;7.40398;1143;20221019;22.3;10;16.1;1.2;10.68;0;1.86;11696
+71101;44.04018;7.40398;1143;20221020;19.8;11;15.4;1.6;10.48;1.5;1.84;9631
+71101;44.04018;7.40398;1143;20221021;14;12.1;13.1;2.1;12.78;7.8;1.08;4395
+71101;44.04018;7.40398;1143;20221022;18.6;12.1;15.4;2.7;12.75;0;1.79;8347
+71101;44.04018;7.40398;1143;20221023;19.5;11.4;15.4;1.5;11.61;0;1.62;9072
+71101;44.04018;7.40398;1143;20221024;17.3;12.1;14.7;2;12.38;0;1.47;7099
+71101;44.04018;7.40398;1143;20221025;20.2;10;15.1;2;10.71;0;1.83;9831
+71101;44.04018;7.40398;1143;20221026;20.1;9.6;14.9;1.6;11.18;.1;1.61;9702
+71101;44.04018;7.40398;1143;20221027;21.4;10.8;16.1;1.4;11.25;0;1.65;9625
+71101;44.04018;7.40398;1143;20221028;23.5;11.1;17.3;1.1;10.21;0;1.64;10509
+71101;44.04018;7.40398;1143;20221029;22.5;11.8;17.2;1.6;8.11;0;2.08;9517
+71101;44.04018;7.40398;1143;20221030;20.6;10.6;15.6;1.5;7.48;0;1.87;9053
+71101;44.04018;7.40398;1143;20221031;19.1;8.9;14;1.7;7.65;0;1.77;8973
+71101;44.04018;7.40398;1143;20221101;15.1;8.8;12;2.2;9.08;10.5;1.43;6807
+71101;44.04018;7.40398;1143;20221102;15.6;6.1;10.9;1.6;9.81;0;1.12;8545
+71101;44.04018;7.40398;1143;20221103;10.8;5.9;8.3;1.9;9.88;14.7;.8;5907
+71101;44.04018;7.40398;1143;20221104;11.8;4.8;8.3;4.1;6.88;2.8;1.78;7380
+71101;44.04018;7.40398;1143;20221105;13.9;1.1;7.5;2.1;5.15;0;1.56;9886
+71101;44.04018;7.40398;1143;20221106;13.5;3.7;8.6;2;5.35;0;1.5;8167
+71101;44.04018;7.40398;1143;20221107;15;3.1;9;1.5;7.05;0;1.13;8924
+71101;44.04018;7.40398;1143;20221108;14.6;3.7;9.1;1.7;7.98;0;1.14;8567
+71101;44.04018;7.40398;1143;20221109;11.8;7.1;9.4;1.4;10.11;6.2;.76;5280
+71101;44.04018;7.40398;1143;20221110;15.5;6.1;10.8;1.5;9.91;0;.95;7705
+71101;44.04018;7.40398;1143;20221111;17;6.7;11.8;1.2;7.71;0;1.15;7933
+71101;44.04018;7.40398;1143;20221112;15.3;6.8;11;.9;6.38;0;1.09;7195
+71101;44.04018;7.40398;1143;20221113;13;7.2;10.1;1.3;6.81;.1;1.13;5630
+71101;44.04018;7.40398;1143;20221114;9.8;3.9;6.9;1.1;7.58;4.1;.73;5626
+71101;44.04018;7.40398;1143;20221115;9.3;5.8;7.5;1.1;10.01;.6;.5;4450
+71101;44.04018;7.40398;1143;20221116;12.9;6.2;9.5;2.1;9.31;0;.91;6075
+71101;44.04018;7.40398;1143;20221117;15.3;4.7;10;3.6;6.78;0;1.96;7649
+71101;44.04018;7.40398;1143;20221118;12.3;6.7;9.5;3.7;6.11;0;1.96;5518
+71101;44.04018;7.40398;1143;20221119;11.4;2.8;7.1;1.6;4.58;0;1.2;6401
+71101;44.04018;7.40398;1143;20221120;8.8;.8;4.8;1.6;5.11;0;.91;6014
+71101;44.04018;7.40398;1143;20221121;8.7;1.3;5;1.5;5.25;4.8;.9;6011
+71101;44.04018;7.40398;1143;20221122;8.7;2.1;5.4;2.8;5.31;.8;1.19;5742
+71101;44.04018;7.40398;1143;20221123;10.7;1.9;6.3;2.1;4.81;0;1.22;6456
+71101;44.04018;7.40398;1143;20221124;12.8;3.2;8;2.4;5.41;0;1.38;6667
+71101;44.04018;7.40398;1143;20221125;11.2;3.4;7.3;1.5;5.78;0;.95;5850
+71101;44.04018;7.40398;1143;20221126;12.8;2.4;7.6;1.8;4.35;0;1.27;6749
+71101;44.04018;7.40398;1143;20221127;9.4;1;5.2;1.8;5.05;0;.95;5814
+71101;44.04018;7.40398;1143;20221128;4.1;.8;2.4;1.4;6.15;0;.51;3495
+71101;44.04018;7.40398;1143;20221129;4.8;1;2.9;1.1;5.95;.8;.52;3954
+71101;44.04018;7.40398;1143;20221130;8.9;.1;4.5;1.1;5.01;0;.65;5990
+71101;44.04018;7.40398;1143;20221201;7.1;-1.2;2.9;1;5.65;.3;.46;5734
+71101;44.04018;7.40398;1143;20221202;6.6;-.9;2.9;1.9;5.25;3.1;.68;5531
+71101;44.04018;7.40398;1143;20221203;3.8;-.6;1.6;4.4;6.08;16.3;.51;4030
+71101;44.04018;7.40398;1143;20221204;4.5;3.1;3.8;1.8;6.78;12;.56;2167
+71101;44.04018;7.40398;1143;20221205;7;.2;3.6;2.2;5.68;0;.71;5107
+71101;44.04018;7.40398;1143;20221206;8.6;.1;4.3;2;3.98;0;1.07;5489
+71101;44.04018;7.40398;1143;20221207;8.4;-1.1;3.6;1.1;4.98;0;.54;5889
+71101;44.04018;7.40398;1143;20221208;6.4;-1.3;2.6;1.6;5.85;12.4;.47;5224
+71101;44.04018;7.40398;1143;20221209;6.2;2.6;4.4;2.1;8.11;11.4;.33;3595
+71101;44.04018;7.40398;1143;20221210;8.2;2;5.1;2;7.01;0;.57;4664
+71101;44.04018;7.40398;1143;20221211;4.2;-1.7;1.2;1.5;4.38;0;.63;4339
+71101;44.04018;7.40398;1143;20221212;4.8;-3.9;.5;1.3;4.31;7.1;.47;5542
+71101;44.04018;7.40398;1143;20221213;1;-1.7;-.3;1.5;5.91;2.5;.27;3030
+71101;44.04018;7.40398;1143;20221214;6.1;-.1;3;1.8;6.95;0;.31;4694
+71101;44.04018;7.40398;1143;20221215;5.9;1.5;3.7;1.9;7.45;33.8;.38;3735
+71101;44.04018;7.40398;1143;20221216;7.3;3.3;5.3;1.7;8.15;.8;.38;3330
+71101;44.04018;7.40398;1143;20221217;8.5;.6;4.6;1.5;6.51;0;.46;5124
+71101;44.04018;7.40398;1143;20221218;7.6;-.9;3.4;2;5.11;0;.7;5305
+71101;44.04018;7.40398;1143;20221219;6.8;-.1;3.3;3.4;6.68;0;.55;4863
+71101;44.04018;7.40398;1143;20221220;8.2;3.6;5.9;4.7;7.25;.2;.91;3782
+71101;44.04018;7.40398;1143;20221221;7;4.7;5.9;2.6;8.61;7;.46;2629
+71101;44.04018;7.40398;1143;20221222;10.8;2.9;6.9;3;7.25;0;.96;5087
+71101;44.04018;7.40398;1143;20221223;13.5;5.5;9.5;3.2;8.15;0;1.19;5365
+71101;44.04018;7.40398;1143;20221224;13.7;8.6;11.1;2.8;8.28;0;1.36;4212
+71101;44.04018;7.40398;1143;20221225;13.1;4.5;8.8;1.6;7.41;0;.86;5007
+71101;44.04018;7.40398;1143;20221226;12.2;3.3;7.8;2.4;7.58;0;.8;5409
+71101;44.04018;7.40398;1143;20221227;11.3;5;8.2;2.8;6.38;0;1.3;4370
+71101;44.04018;7.40398;1143;20221228;10.1;.1;5.1;2;5.58;0;.82;5752
+71101;44.04018;7.40398;1143;20221229;7.3;2.5;4.9;2.1;7.21;.4;.61;3895
+71101;44.04018;7.40398;1143;20221230;10.1;3.9;7;1.8;8.21;0;.55;4748
+71101;44.04018;7.40398;1143;20221231;11.9;4.1;8;2.1;8.68;0;.61;5259
+71102;44.04753;7.71508;943;20220101;15.4;2.3;8.8;1.1;4.58;.2;.69;7365
+71102;44.04753;7.71508;943;20220102;12.4;1;6.7;1.2;5.45;0;.61;7136
+71102;44.04753;7.71508;943;20220103;6.9;1.3;4.1;1.4;5.95;0;.24;6454
+71102;44.04753;7.71508;943;20220104;6.9;1.3;4.1;2.3;6.38;0;.34;5349
+71102;44.04753;7.71508;943;20220105;6.2;1.3;3.8;2.1;5.3;1.6;.75;4486
+71102;44.04753;7.71508;943;20220106;4.6;-5.3;-.4;3.6;3.18;0;.76;7060
+71102;44.04753;7.71508;943;20220107;3.1;-4.7;-.8;2.3;3.18;0;.37;7380
+71102;44.04753;7.71508;943;20220108;5.5;-5.9;-.2;1.6;4.32;0;.44;7027
+71102;44.04753;7.71508;943;20220109;3.8;-1.7;1.1;2.6;4.85;0;.52;4976
+71102;44.04753;7.71508;943;20220110;4.5;-2.8;.9;3.3;3.35;0;.7;6941
+71102;44.04753;7.71508;943;20220111;6.8;-4;1.4;3.2;2.62;0;.89;8540
+71102;44.04753;7.71508;943;20220112;3.9;-5.8;-1;3.6;2.48;0;.82;8317
+71102;44.04753;7.71508;943;20220113;6.8;-3.4;1.7;2.8;2.65;0;1.07;8630
+71102;44.04753;7.71508;943;20220114;10.9;-.9;5;1.7;3.75;0;.93;8430
+71102;44.04753;7.71508;943;20220115;12.8;-1.7;5.6;.8;4.02;0;.56;8558
+71102;44.04753;7.71508;943;20220116;11.1;-3.4;3.9;1.2;4.02;0;.61;8638
+71102;44.04753;7.71508;943;20220117;9.9;-1.1;4.4;1.6;3.12;0;.86;9072
+71102;44.04753;7.71508;943;20220118;8.3;1.2;4.7;1.9;3.45;0;.96;8884
+71102;44.04753;7.71508;943;20220119;6.4;-1.1;2.6;2.1;4.32;.1;.73;7402
+71102;44.04753;7.71508;943;20220120;7.7;-2.4;2.6;1.7;4.18;0;.59;8230
+71102;44.04753;7.71508;943;20220121;4.6;-3.3;.6;2.8;3.18;0;.79;8131
+71102;44.04753;7.71508;943;20220122;7.7;-6.9;.4;1.5;3.38;0;.73;8961
+71102;44.04753;7.71508;943;20220123;10.8;-4.7;3.1;1.3;4.12;0;.7;9626
+71102;44.04753;7.71508;943;20220124;9;-1.5;3.7;1.6;4.08;0;.81;9521
+71102;44.04753;7.71508;943;20220125;5.7;-3.7;1;1.7;4.12;0;.74;9167
+71102;44.04753;7.71508;943;20220126;12.9;-3.6;4.7;1.4;3.35;0;1.02;10005
+71102;44.04753;7.71508;943;20220127;10.5;0;5.3;2;3.42;0;1.14;10040
+71102;44.04753;7.71508;943;20220128;13.9;-1.6;6.1;2.2;3.12;0;1.46;10538
+71102;44.04753;7.71508;943;20220129;9.6;-2.8;3.4;1.7;4.22;0;.84;9052
+71102;44.04753;7.71508;943;20220130;14.3;-2.3;6;1.5;3.72;0;1.29;10059
+71102;44.04753;7.71508;943;20220131;10.4;-.6;4.9;2.6;3.85;0;1.28;9668
+71102;44.04753;7.71508;943;20220201;11;-.9;5;2.7;3.52;0;1.55;10712
+71102;44.04753;7.71508;943;20220202;15.5;2.2;8.8;3;4.48;0;2.06;10609
+71102;44.04753;7.71508;943;20220203;12;3.2;7.6;2.2;5.48;0;1.08;9008
+71102;44.04753;7.71508;943;20220204;8.8;.4;4.6;1.5;5.52;.4;.8;8649
+71102;44.04753;7.71508;943;20220205;11.6;-2;4.8;1.3;5.08;0;.87;10623
+71102;44.04753;7.71508;943;20220206;8.6;-3;2.8;2.2;4.65;0;.8;8747
+71102;44.04753;7.71508;943;20220207;12.8;-1.4;5.7;2.2;4.22;0;1.44;11243
+71102;44.04753;7.71508;943;20220208;11.7;-.9;5.4;2;4.22;0;1.22;11407
+71102;44.04753;7.71508;943;20220209;11.6;.9;6.3;1.7;4.88;0;1.04;9924
+71102;44.04753;7.71508;943;20220210;5.8;0;2.9;2.9;8.86;0;.89;8232
+71102;44.04753;7.71508;943;20220211;7.4;3.7;5.5;3.2;8.29;0;1.01;8247
+71102;44.04753;7.71508;943;20220212;4.5;2.1;3.3;6.5;5.02;0;1.93;8545
+71102;44.04753;7.71508;943;20220213;6.1;.8;3.5;3.5;4.82;1.2;1.6;11322
+71102;44.04753;7.71508;943;20220214;2.8;-.2;1.3;3.2;5.89;24.1;.75;4443
+71102;44.04753;7.71508;943;20220215;7.3;-1.1;3.1;3;6.22;.1;1.15;9587
+71102;44.04753;7.71508;943;20220216;6.9;-2.3;2.3;1.9;5.05;0;.84;11498
+71102;44.04753;7.71508;943;20220217;15.4;-.2;7.6;1.5;6.52;0;1.37;13755
+71102;44.04753;7.71508;943;20220218;13.2;3.7;8.5;2.8;6.35;0;1.73;11018
+71102;44.04753;7.71508;943;20220219;9.5;3.4;6.5;2.1;6.72;0;.97;7871
+71102;44.04753;7.71508;943;20220220;12.8;-2.4;5.2;2.4;5.68;0;1.25;12616
+71102;44.04753;7.71508;943;20220221;11;1.4;6.2;3.3;5.42;.1;1.34;10042
+71102;44.04753;7.71508;943;20220222;12.2;1;6.6;1.8;4.68;0;1.48;13448
+71102;44.04753;7.71508;943;20220223;14;2;8;1.8;4.35;0;1.84;17223
+71102;44.04753;7.71508;943;20220224;9.9;1.5;5.7;2.2;5.15;.1;1.41;11028
+71102;44.04753;7.71508;943;20220225;11;.1;5.6;2.3;4.78;0;1.48;12180
+71102;44.04753;7.71508;943;20220226;10;-4.8;2.6;2.4;2.48;0;1.64;13862
+71102;44.04753;7.71508;943;20220227;8.2;-6.8;.7;2.5;3.02;0;1.53;13896
+71102;44.04753;7.71508;943;20220228;10.3;-2.7;3.8;2;3.12;0;1.62;15925
+71102;44.04753;7.71508;943;20220301;7.6;-2.6;2.5;2.4;3.85;0;1.5;12697
+71102;44.04753;7.71508;943;20220302;8.7;-2.9;2.9;1.7;4.78;0;1.27;15915
+71102;44.04753;7.71508;943;20220303;10.4;.3;5.3;2.2;5.55;0;1.35;12257
+71102;44.04753;7.71508;943;20220304;10.3;-.8;4.8;2.2;4.95;1.9;1.48;13209
+71102;44.04753;7.71508;943;20220305;8.1;-4.5;1.8;2.5;4.08;.4;1.24;11270
+71102;44.04753;7.71508;943;20220306;6.6;-6.1;.2;2.7;3.65;0;1.24;13871
+71102;44.04753;7.71508;943;20220307;8;-3.8;2.1;1.5;3.65;0;1.44;14296
+71102;44.04753;7.71508;943;20220308;6.8;-3.3;1.8;2.8;3.88;0;1.53;13857
+71102;44.04753;7.71508;943;20220309;10.9;-3.1;3.9;2.4;4.42;0;1.76;16253
+71102;44.04753;7.71508;943;20220310;11;-.9;5;2.2;5.08;0;1.71;15150
+71102;44.04753;7.71508;943;20220311;6.5;-.1;3.2;4.1;4.88;0;1.43;12142
+71102;44.04753;7.71508;943;20220312;6.8;2.3;4.5;5.4;4.42;.1;1.69;9009
+71102;44.04753;7.71508;943;20220313;4.7;1.7;3.2;3.8;5.15;11;1.03;6882
+71102;44.04753;7.71508;943;20220314;7.9;-1.1;3.4;2.9;6.08;1.2;1.34;13286
+71102;44.04753;7.71508;943;20220315;10.5;3.2;6.9;1.5;7.45;0;1.55;13126
+71102;44.04753;7.71508;943;20220316;12.3;3.3;7.8;1.5;7.15;.1;1.65;13758
+71102;44.04753;7.71508;943;20220317;9.9;4.7;7.3;5;7.28;.1;1.59;12512
+71102;44.04753;7.71508;943;20220318;7.9;4.9;6.4;4.7;7.87;.1;1.26;11263
+71102;44.04753;7.71508;943;20220319;9.3;2.4;5.8;4.5;5.84;0;1.99;14875
+71102;44.04753;7.71508;943;20220320;9.2;1.7;5.4;4.7;4.23;0;2.24;15014
+71102;44.04753;7.71508;943;20220321;9.2;2.2;5.7;3.8;4.18;0;2.25;18572
+71102;44.04753;7.71508;943;20220322;10;2.7;6.4;4.4;3.93;0;2.55;21695
+71102;44.04753;7.71508;943;20220323;13.3;3.7;8.5;3.2;3.13;0;2.78;22545
+71102;44.04753;7.71508;943;20220324;15.9;6.5;11.2;2.9;3.23;0;3.35;21836
+71102;44.04753;7.71508;943;20220325;14.5;6.7;10.6;2.5;3.38;0;3.33;21886
+71102;44.04753;7.71508;943;20220326;14.9;7.1;11;2.5;3.28;0;3.4;21899
+71102;44.04753;7.71508;943;20220327;13.6;8.3;10.9;4.4;4.08;0;3.14;13601
+71102;44.04753;7.71508;943;20220328;16.5;8.3;12.4;3.7;3.58;0;3.94;20953
+71102;44.04753;7.71508;943;20220329;13;7;10;2.9;5.98;.4;2.29;15494
+71102;44.04753;7.71508;943;20220330;6.3;4.6;5.4;4.6;7.51;13.5;.62;8700
+71102;44.04753;7.71508;943;20220331;10.8;3.7;7.3;3.6;8.63;3.7;1.46;12300
+71102;44.04753;7.71508;943;20220401;9.7;3.9;6.8;4.5;7.43;2.4;1.84;14574
+71102;44.04753;7.71508;943;20220402;2.4;-.7;.8;3.4;4.91;1;.83;13900
+71102;44.04753;7.71508;943;20220403;7.3;.7;4;1.7;5.71;.7;1.66;21600
+71102;44.04753;7.71508;943;20220404;7.7;1.4;4.5;2.3;6.21;0;1.64;23000
+71102;44.04753;7.71508;943;20220405;13.4;3.1;8.2;2.7;7.71;0;2.25;25700
+71102;44.04753;7.71508;943;20220406;11;5.7;8.3;3.1;8.21;0;2.42;25400
+71102;44.04753;7.71508;943;20220407;15.8;4.6;10.2;3.1;8.61;0;1.49;10600
+71102;44.04753;7.71508;943;20220408;17.7;7;12.3;3.7;9.51;0;2.06;11200
+71102;44.04753;7.71508;943;20220409;14;8.8;11.4;4.2;4.31;.9;4.03;20700
+71102;44.04753;7.71508;943;20220410;12.3;3;7.6;4.5;4.51;0;2.69;22600
+71102;44.04753;7.71508;943;20220411;12.8;3.7;8.3;4.3;5.91;0;2.4;24000
+71102;44.04753;7.71508;943;20220412;13.2;5.6;9.4;1.6;6.21;0;2.65;25000
+71102;44.04753;7.71508;943;20220413;16.9;8.3;12.6;4.7;7.91;0;3.49;24900
+71102;44.04753;7.71508;943;20220414;18.7;8.7;13.7;6.7;8.41;0;3.96;25600
+71102;44.04753;7.71508;943;20220415;21.2;11.8;16.5;3.7;8.41;0;4.52;25100
+71102;44.04753;7.71508;943;20220416;20.2;11.4;15.8;4.4;9.11;0;4.07;20700
+71102;44.04753;7.71508;943;20220417;15.3;7;11.2;4.4;7.41;0;2.75;19400
+71102;44.04753;7.71508;943;20220418;14.1;5.6;9.9;2.8;8.11;0;2.43;21400
+71102;44.04753;7.71508;943;20220419;14.3;7.2;10.8;4.2;8.81;0;2.19;21600
+71102;44.04753;7.71508;943;20220420;8.7;6.6;7.6;2.4;8.71;8.2;1.32;11600
+71102;44.04753;7.71508;943;20220421;6.5;6;6.3;8.1;7.41;5.5;.89;11800
+71102;44.04753;7.71508;943;20220422;13.1;5.4;9.2;5.8;8.31;.8;1.05;13000
+71102;44.04753;7.71508;943;20220423;9.8;7.6;8.7;6.4;8.51;17.8;.97;9400
+71102;44.04753;7.71508;943;20220424;10.4;3.9;7.2;4;7.81;.8;1;11900
+71102;44.04753;7.71508;943;20220425;12.4;6.1;9.2;1.7;9.11;0;1.54;14200
+71102;44.04753;7.71508;943;20220426;14.3;7.5;10.9;2;9.31;0;2.3;22700
+71102;44.04753;7.71508;943;20220427;16.4;8.4;12.4;2.2;10.81;0;2.71;24200
+71102;44.04753;7.71508;943;20220428;18.3;9.2;13.8;4.8;9.01;0;3.62;24800
+71102;44.04753;7.71508;943;20220429;17.4;8.7;13;4.9;9.51;0;3.34;25600
+71102;44.04753;7.71508;943;20220430;15.7;9.5;12.6;3.4;9.11;1.8;3.3;24600
+71102;44.04753;7.71508;943;20220501;15.6;9.3;12.5;2.3;9.91;.7;2.87;24500
+71102;44.04753;7.71508;943;20220502;17.5;8.4;12.9;3;10.21;.1;3.07;25200
+71102;44.04753;7.71508;943;20220503;15.1;9.4;12.3;1.6;10.91;2.2;3.05;24600
+71102;44.04753;7.71508;943;20220504;16.2;9.2;12.7;2.6;10.91;2.5;3.04;24900
+71102;44.04753;7.71508;943;20220505;10.1;8.9;9.5;4.5;9.01;18.7;2.11;23000
+71102;44.04753;7.71508;943;20220506;12.5;7;9.7;4.5;8.45;9.7;2.79;21313
+71102;44.04753;7.71508;943;20220507;16.9;7.1;12;3.5;9.45;.3;2.86;22041
+71102;44.04753;7.71508;943;20220508;17.3;7.3;12.3;2.9;10.12;1.2;2.94;22674
+71102;44.04753;7.71508;943;20220509;18.2;9.1;13.6;2.8;10.45;.7;3.19;23393
+71102;44.04753;7.71508;943;20220510;21.7;8.4;15;2.4;10.65;0;3.89;26327
+71102;44.04753;7.71508;943;20220511;22.7;8.8;15.7;2;11.42;.1;4.11;25436
+71102;44.04753;7.71508;943;20220512;22.7;9.9;16.3;2;11.02;0;4.33;26095
+71102;44.04753;7.71508;943;20220513;22.4;10.2;16.3;1.7;12.25;0;4.36;26927
+71102;44.04753;7.71508;943;20220514;24.2;8.2;16.2;2;12.42;.4;4.23;26883
+71102;44.04753;7.71508;943;20220515;22.9;9.2;16;1.8;13.15;1;3.99;25631
+71102;44.04753;7.71508;943;20220516;23.6;11.3;17.4;2.1;12.45;.1;4.3;26662
+71102;44.04753;7.71508;943;20220517;25.1;10.8;18;2.2;12.62;0;4.64;27824
+71102;44.04753;7.71508;943;20220518;26.3;12.9;19.6;1.6;12.85;.8;4.9;28090
+71102;44.04753;7.71508;943;20220519;24.4;12;18.2;1.8;13.48;.1;4.46;26616
+71102;44.04753;7.71508;943;20220520;23.7;12.7;18.2;2.1;12.92;.1;4.41;25877
+71102;44.04753;7.71508;943;20220521;29;10.2;19.6;1.5;12.88;.1;5.38;30267
+71102;44.04753;7.71508;943;20220522;29.8;12.9;21.4;1.6;12.25;.1;5.51;28219
+71102;44.04753;7.71508;943;20220523;23.2;12.7;17.9;2.3;11.55;0;4.29;25750
+71102;44.04753;7.71508;943;20220524;20.9;13.3;17.1;2.5;11.48;1.1;3.79;22608
+71102;44.04753;7.71508;943;20220525;17.5;9.8;13.7;1.2;12.45;3.2;3.19;21430
+71102;44.04753;7.71508;943;20220526;22.9;10.7;16.8;2;13.02;.4;4.16;26939
+71102;44.04753;7.71508;943;20220527;26.5;13.8;20.2;2.4;13.45;0;4.94;27151
+71102;44.04753;7.71508;943;20220528;26.4;9.9;18.1;1.7;12.65;3.6;4.82;26915
+71102;44.04753;7.71508;943;20220529;19.4;8;13.7;3.4;9.45;3.4;3.61;24310
+71102;44.04753;7.71508;943;20220530;15.9;7;11.4;2.7;8.68;.5;3.73;26127
+71102;44.04753;7.71508;943;20220531;19;9.4;14.2;2.1;10.52;0;3.73;24650
+71102;44.04753;7.71508;943;20220601;21;10;15.5;1.9;11.58;0;4.56;28195
+71102;44.04753;7.71508;943;20220602;27;10.9;19;1.7;12.72;0;5.16;28803
+71102;44.04753;7.71508;943;20220603;22.1;15.1;18.6;1.7;14.72;3.2;4.01;23713
+71102;44.04753;7.71508;943;20220604;27.3;12.4;19.8;2;14.88;0;4.36;22857
+71102;44.04753;7.71508;943;20220605;25.4;13.1;19.2;2.5;13.62;0;4.65;24885
+71102;44.04753;7.71508;943;20220606;24.7;12.8;18.8;2.2;12.65;.4;4.99;28024
+71102;44.04753;7.71508;943;20220607;23.8;15.6;19.7;2.2;12.38;1.1;4.56;23508
+71102;44.04753;7.71508;943;20220608;20.4;11.5;16;2.3;11.32;.9;3.97;26546
+71102;44.04753;7.71508;943;20220609;22.5;11.5;17;2.6;10.42;.1;4.32;25377
+71102;44.04753;7.71508;943;20220610;25.3;9;17.2;2.6;7.95;0;5.36;29232
+71102;44.04753;7.71508;943;20220611;28.2;8.4;18.3;1.6;9.95;0;5.39;29181
+71102;44.04753;7.71508;943;20220612;29.1;10.4;19.7;2;11.28;0;5.61;28827
+71102;44.04753;7.71508;943;20220613;28.6;16.3;22.5;2.3;13.12;.6;5.6;27837
+71102;44.04753;7.71508;943;20220614;27.8;14.6;21.2;2;13.52;.5;5.51;29338
+71102;44.04753;7.71508;943;20220615;26.6;15.9;21.3;1.5;14.55;.1;5.05;27280
+71102;44.04753;7.71508;943;20220616;30;15.7;22.8;1.9;13.82;0;5.59;29220
+71102;44.04753;7.71508;943;20220617;31.2;16.1;23.6;2.1;13.18;0;5.97;29158
+71102;44.04753;7.71508;943;20220618;31.3;15.2;23.3;1.6;16.18;.8;5.32;26564
+71102;44.04753;7.71508;943;20220619;29.8;15.2;22.5;2;15.18;0;5.23;25923
+71102;44.04753;7.71508;943;20220620;27.3;15.7;21.5;3;12.75;0;5.31;27425
+71102;44.04753;7.71508;943;20220621;26.6;15.9;21.2;2.5;14.38;.1;4.55;25094
+71102;44.04753;7.71508;943;20220622;22.1;16.3;19.2;2.2;16.15;1.9;3.38;19799
+71102;44.04753;7.71508;943;20220623;22.9;14.5;18.7;2.4;14.38;2.3;3.68;22151
+71102;44.04753;7.71508;943;20220624;22;13.9;17.9;2.1;13.15;3.6;3.55;21707
+71102;44.04753;7.71508;943;20220625;24.3;9.7;17;1.9;13.5;0;4.19;24463
+71102;44.04753;7.71508;943;20220626;28.2;12.7;20.5;1.8;14.85;0;4.74;25179
+71102;44.04753;7.71508;943;20220627;28.4;16;22.2;2.3;16.35;0;4.83;23775
+71102;44.04753;7.71508;943;20220628;22.6;17.3;19.9;2.5;17.15;28.5;3.66;20587
+71102;44.04753;7.71508;943;20220629;25.9;12;18.9;2.5;14.45;0;4.23;24740
+71102;44.04753;7.71508;943;20220630;26;13.9;20;1.7;14.58;0;4.36;24968
+71102;44.04753;7.71508;943;20220701;25.6;14.3;19.9;2.1;13.52;.3;4.4;23941
+71102;44.04753;7.71508;943;20220702;29.3;10.4;19.9;1.9;13.15;0;5.19;28396
+71102;44.04753;7.71508;943;20220703;31.1;12.7;21.9;2;13.78;0;5.59;28225
+71102;44.04753;7.71508;943;20220704;28.7;18.1;23.4;1.8;16.08;2.6;5.15;24753
+71102;44.04753;7.71508;943;20220705;28.5;15;21.8;2.1;14.72;.9;5.02;26179
+71102;44.04753;7.71508;943;20220706;27.5;15.4;21.4;2.4;14.12;.9;4.96;25774
+71102;44.04753;7.71508;943;20220707;28.5;14.9;21.7;2.1;13.88;.8;4.97;25020
+71102;44.04753;7.71508;943;20220708;27.8;13.6;20.7;2.5;12.05;0;5.18;25138
+71102;44.04753;7.71508;943;20220709;28;12.8;20.4;1.7;13.35;.8;4.84;24956
+71102;44.04753;7.71508;943;20220710;28.2;12.1;20.2;2;13.15;.3;4.92;25905
+71102;44.04753;7.71508;943;20220711;27.8;15.6;21.7;2;14.38;.4;5.02;25325
+71102;44.04753;7.71508;943;20220712;28;15.8;21.9;1.7;14.22;.2;4.9;25580
+71102;44.04753;7.71508;943;20220713;28.1;16.3;22.2;2.1;15.65;.6;4.79;24394
+71102;44.04753;7.71508;943;20220714;29;18.4;23.7;1.8;16.28;2.1;5.18;24496
+71102;44.04753;7.71508;943;20220715;30.7;10.7;20.7;1.9;14.05;0;5.54;27241
+71102;44.04753;7.71508;943;20220716;31.7;12.5;22.1;2.2;14.48;.7;5.45;26707
+71102;44.04753;7.71508;943;20220717;32.1;14.4;23.2;2;16.52;0;5.24;25585
+71102;44.04753;7.71508;943;20220718;31.3;18.1;24.7;2.7;18.18;.7;5.13;23574
+71102;44.04753;7.71508;943;20220719;31;17.5;24.2;2.3;17.35;.3;4.95;23762
+71102;44.04753;7.71508;943;20220720;31.3;19;25.2;2.6;16.42;.6;5.2;22665
+71102;44.04753;7.71508;943;20220721;31.3;18.4;24.8;1.9;15.18;0;5.12;24623
+71102;44.04753;7.71508;943;20220722;31.7;18.6;25.2;2.3;15.48;0;5.29;24766
+71102;44.04753;7.71508;943;20220723;29.4;16.2;22.8;1.9;15.78;.2;4.67;22592
+71102;44.04753;7.71508;943;20220724;31.4;15.2;23.3;1.8;16.48;.3;5.11;24424
+71102;44.04753;7.71508;943;20220725;31.4;18.8;25.1;2.1;16.78;.1;5.06;24358
+71102;44.04753;7.71508;943;20220726;28.5;16.2;22.3;2.1;15.55;4.5;4.64;23052
+71102;44.04753;7.71508;943;20220727;28.3;14.3;21.3;2.3;14.75;.6;4.57;22332
+71102;44.04753;7.71508;943;20220728;27.4;16.1;21.7;2;14.42;.5;4.44;22420
+71102;44.04753;7.71508;943;20220729;23.6;16.2;19.9;1.8;14.32;6.3;3.44;18466
+71102;44.04753;7.71508;943;20220730;28.8;11.1;20;2.1;12.65;.6;4.55;22679
+71102;44.04753;7.71508;943;20220731;30.2;11.8;21;1.7;11.82;0;4.75;22827
+71102;44.04753;7.71508;943;20220801;30.5;16.5;23.5;1.7;13.22;0;4.88;23642
+71102;44.04753;7.71508;943;20220802;29.8;16.6;23.2;1.9;13.95;0;4.72;22845
+71102;44.04753;7.71508;943;20220803;30.1;17.3;23.7;2.3;15.25;.2;4.57;20922
+71102;44.04753;7.71508;943;20220804;30.1;19.6;24.8;1.4;16.92;.1;3.96;18910
+71102;44.04753;7.71508;943;20220805;30.9;18.6;24.7;1.1;17.15;.8;4.19;20881
+71102;44.04753;7.71508;943;20220806;31.1;14.3;22.7;1.9;15.05;.6;4.52;21213
+71102;44.04753;7.71508;943;20220807;29.4;13.1;21.3;3;14.25;4.9;4.36;20325
+71102;44.04753;7.71508;943;20220808;28.6;13.3;21;2.6;13.75;0;4.2;21394
+71102;44.04753;7.71508;943;20220809;29;15.7;22.3;2.6;14.72;.5;4.31;20466
+71102;44.04753;7.71508;943;20220810;28.5;17.8;23.2;2.4;15.78;7.4;4.11;17397
+71102;44.04753;7.71508;943;20220811;28.1;14.1;21.1;2.3;14.88;.1;4.13;19602
+71102;44.04753;7.71508;943;20220812;27.5;15.9;21.7;1.4;13.62;.1;4.01;20188
+71102;44.04753;7.71508;943;20220813;29.6;10.1;19.9;2;11.28;.4;4.25;21129
+71102;44.04753;7.71508;943;20220814;22.3;12.7;17.5;2;13.42;2.2;2.94;16222
+71102;44.04753;7.71508;943;20220815;25.1;10.6;17.8;1.9;13.28;.3;3.38;19011
+71102;44.04753;7.71508;943;20220816;26.1;13.7;19.9;1.8;13.32;.6;3.64;20450
+71102;44.04753;7.71508;943;20220817;22.6;15.7;19.1;1.9;14.42;7;2.99;16006
+71102;44.04753;7.71508;943;20220818;21.3;13.2;17.2;2.4;14.15;10.9;2.72;15758
+71102;44.04753;7.71508;943;20220819;24.7;11.8;18.2;2.1;13.32;.3;3.23;17833
+71102;44.04753;7.71508;943;20220820;27.4;10.3;18.9;1.7;13.35;0;3.66;19344
+71102;44.04753;7.71508;943;20220821;28;12.5;20.3;1.7;13.65;.9;3.74;18699
+71102;44.04753;7.71508;943;20220822;27.1;14.9;21;2.1;14.22;.7;3.57;18121
+71102;44.04753;7.71508;943;20220823;28.1;14.8;21.4;1.5;14.22;0;3.56;18942
+71102;44.04753;7.71508;943;20220824;27.7;15.1;21.4;1.7;14.25;.1;3.6;18073
+71102;44.04753;7.71508;943;20220825;27.7;15.8;21.8;2;15.62;.1;3.45;17318
+71102;44.04753;7.71508;943;20220826;26;16.7;21.4;1.4;16.12;2.2;3.04;15694
+71102;44.04753;7.71508;943;20220827;26.6;11.6;19.1;1.5;14.85;0;3.27;18083
+71102;44.04753;7.71508;943;20220828;26.1;12.7;19.4;1.8;14.28;.8;3.2;17179
+71102;44.04753;7.71508;943;20220829;26.5;14.6;20.5;1.4;13.75;.5;3.34;18361
+71102;44.04753;7.71508;943;20220830;23.9;16.6;20.3;1.9;14.98;2;2.95;15361
+71102;44.04753;7.71508;943;20220831;24.3;13.6;19;1.7;14.62;4.9;2.84;16229
+71102;44.04753;7.71508;943;20220901;25.3;13.2;19.3;1.8;13.68;1.8;3.06;16601
+71102;44.04753;7.71508;943;20220902;21.3;12.7;17;1.5;13.32;1.5;2.58;15422
+71102;44.04753;7.71508;943;20220903;21.4;11.8;16.6;1.5;13.92;2.1;2.32;13595
+71102;44.04753;7.71508;943;20220904;24.2;9.7;16.9;1.4;13.32;.1;2.76;16568
+71102;44.04753;7.71508;943;20220905;25.3;14.2;19.7;1.4;14.15;0;2.88;16340
+71102;44.04753;7.71508;943;20220906;25;14.2;19.6;1.7;14.72;.4;2.93;16230
+71102;44.04753;7.71508;943;20220907;24.1;15.4;19.8;2.1;14.88;1;2.96;14597
+71102;44.04753;7.71508;943;20220908;22.9;13.1;18;1.9;14.08;0;2.41;12954
+71102;44.04753;7.71508;943;20220909;22.9;12.3;17.6;1.9;11.42;.6;2.59;14941
+71102;44.04753;7.71508;943;20220910;22.1;6.9;14.5;2.2;9.68;0;2.84;15899
+71102;44.04753;7.71508;943;20220911;24.9;7.2;16.1;1.9;11.05;0;2.84;16706
+71102;44.04753;7.71508;943;20220912;24.8;11.8;18.3;1.7;11.88;.1;2.91;17098
+71102;44.04753;7.71508;943;20220913;24.1;13.3;18.7;1.9;13.12;0;2.87;16009
+71102;44.04753;7.71508;943;20220914;20.8;14.5;17.7;2.3;15.25;5.4;1.76;9190
+71102;44.04753;7.71508;943;20220915;23.8;11.9;17.8;1.8;14.58;0;2.38;13549
+71102;44.04753;7.71508;943;20220916;23.2;13.3;18.3;1.9;12.95;.4;2.33;13657
+71102;44.04753;7.71508;943;20220917;19.3;7.2;13.3;2.7;7.75;0;2.95;17498
+71102;44.04753;7.71508;943;20220918;20;2.3;11.1;2;7.22;0;2.47;15063
+71102;44.04753;7.71508;943;20220919;21;7;14;1.5;8.82;0;2.17;15172
+71102;44.04753;7.71508;943;20220920;20.5;7.3;13.9;1.8;8.62;0;2.34;14639
+71102;44.04753;7.71508;943;20220921;15.6;7.8;11.7;2.9;9.15;0;2.02;13481
+71102;44.04753;7.71508;943;20220922;18.6;10.2;14.4;2.1;9.72;0;2.01;10645
+71102;44.04753;7.71508;943;20220923;18.5;7.6;13;2;9.28;.6;2.01;13013
+71102;44.04753;7.71508;943;20220924;12;10.3;11.1;1.8;11.05;11.7;.96;5275
+71102;44.04753;7.71508;943;20220925;15.1;7.2;11.1;1.9;10.08;3.2;1.39;9863
+71102;44.04753;7.71508;943;20220926;16.9;6.9;11.9;1.7;8.98;0;1.78;12406
+71102;44.04753;7.71508;943;20220927;17.7;8.2;12.9;2.2;8.92;0;1.73;10559
+71102;44.04753;7.71508;943;20220928;15.3;7.2;11.2;2.1;9.48;.1;1.4;10637
+71102;44.04753;7.71508;943;20220929;15.9;9.8;12.8;2;10.32;0;1.51;8903
+71102;44.04753;7.71508;943;20220930;11.5;7.3;9.4;1.5;9.38;5;1.11;8449
+71102;44.04753;7.71508;943;20221001;13.8;5;9.4;1.9;9.78;0;1.24;10630
+71102;44.04753;7.71508;943;20221002;21.4;9.6;15.5;1.6;11.02;.1;1.99;11284
+71102;44.04753;7.71508;943;20221003;22;8.9;15.4;1.6;9.28;0;2.08;12708
+71102;44.04753;7.71508;943;20221004;20.5;8.4;14.5;1.3;9.82;0;1.86;12824
+71102;44.04753;7.71508;943;20221005;19.6;9.4;14.5;1.5;10.65;.1;1.78;12606
+71102;44.04753;7.71508;943;20221006;20.5;9.7;15.1;1.4;11.02;0;1.65;11838
+71102;44.04753;7.71508;943;20221007;20.2;9.3;14.7;2.8;10.52;0;1.79;11990
+71102;44.04753;7.71508;943;20221008;15.9;6.9;11.4;.9;11.35;3.2;1.19;9670
+71102;44.04753;7.71508;943;20221009;14.7;10.1;12.4;.9;12.32;12.6;1.01;7148
+71102;44.04753;7.71508;943;20221010;15.2;10.2;12.7;1.6;11.42;0;1.2;8570
+71102;44.04753;7.71508;943;20221011;19.5;9.1;14.3;2.6;10.82;.1;1.67;10710
+71102;44.04753;7.71508;943;20221012;18;10.2;14.1;2.7;10.72;0;1.47;9836
+71102;44.04753;7.71508;943;20221013;17.3;8.1;12.7;2.1;9.95;.1;1.42;10149
+71102;44.04753;7.71508;943;20221014;17.5;9.9;13.7;1.6;10.55;0;1.36;9494
+71102;44.04753;7.71508;943;20221015;20.7;5.9;13.3;1;10.28;0;1.49;12466
+71102;44.04753;7.71508;943;20221016;19.7;6.6;13.2;1.2;10.38;0;1.4;10527
+71102;44.04753;7.71508;943;20221017;20;9.7;14.9;1.5;10.75;0;1.57;11133
+71102;44.04753;7.71508;943;20221018;21.8;10.6;16.2;1;11.18;0;1.58;11206
+71102;44.04753;7.71508;943;20221019;23.3;10.5;16.9;1.4;10.28;0;1.74;11063
+71102;44.04753;7.71508;943;20221020;16.9;10.2;13.6;1.7;11.35;.5;1.26;9375
+71102;44.04753;7.71508;943;20221021;14;12.3;13.2;3.1;13.45;6.9;.71;4549
+71102;44.04753;7.71508;943;20221022;17.9;12.5;15.2;3.2;12.65;0;1.31;6538
+71102;44.04753;7.71508;943;20221023;18.9;9;13.9;2.6;12.15;0;1.13;9059
+71102;44.04753;7.71508;943;20221024;16.8;12.5;14.6;2.8;12.58;.3;1.07;6829
+71102;44.04753;7.71508;943;20221025;18.2;11;14.6;1.3;11.08;0;1.2;8866
+71102;44.04753;7.71508;943;20221026;18.9;9.8;14.4;1.2;10.85;.1;1.3;9638
+71102;44.04753;7.71508;943;20221027;21.3;11.1;16.2;2;11.18;0;1.46;9794
+71102;44.04753;7.71508;943;20221028;21.3;10.8;16.1;2.3;10.12;0;1.62;10309
+71102;44.04753;7.71508;943;20221029;23.8;8;15.9;1.2;8.62;0;1.63;10312
+71102;44.04753;7.71508;943;20221030;22.4;8.2;15.3;.8;8.68;0;1.25;9249
+71102;44.04753;7.71508;943;20221031;20;9.2;14.6;1.6;8.75;0;1.5;9071
+71102;44.04753;7.71508;943;20221101;15.9;7.8;11.9;1.7;9.95;9;.9;6997
+71102;44.04753;7.71508;943;20221102;15.9;7.8;11.9;1.1;9.28;0;.9;7938
+71102;44.04753;7.71508;943;20221103;11.6;6.4;9;1.3;8.78;14.4;.66;6435
+71102;44.04753;7.71508;943;20221104;10.6;6.5;8.6;2.5;8.05;2.4;.79;5575
+71102;44.04753;7.71508;943;20221105;13.3;.3;6.8;3.4;5.92;0;1.19;7787
+71102;44.04753;7.71508;943;20221106;15.1;.4;7.7;1.6;5.72;.1;1.11;7985
+71102;44.04753;7.71508;943;20221107;13.7;2.8;8.2;1.4;6.75;0;.77;8412
+71102;44.04753;7.71508;943;20221108;13.9;3.8;8.8;1.4;7.28;0;.84;8405
+71102;44.04753;7.71508;943;20221109;11.1;6.7;8.9;1.8;9.15;11.1;.6;5768
+71102;44.04753;7.71508;943;20221110;14.4;4.4;9.4;2.3;8.38;0;.65;7588
+71102;44.04753;7.71508;943;20221111;13.8;4.1;9;3;7.55;0;.71;8149
+71102;44.04753;7.71508;943;20221112;17.5;2.3;9.9;2.9;7.22;0;1.14;8217
+71102;44.04753;7.71508;943;20221113;13.5;5.4;9.4;2.6;7.25;.1;.91;6106
+71102;44.04753;7.71508;943;20221114;8.7;4.1;6.4;1.5;7.65;2.5;.54;5533
+71102;44.04753;7.71508;943;20221115;7.3;4.9;6.1;1.1;8.85;2.1;.43;3619
+71102;44.04753;7.71508;943;20221116;11.7;4.7;8.2;2.2;8.52;0;.72;5320
+71102;44.04753;7.71508;943;20221117;12.3;3.7;8;2.4;8.48;0;.84;6749
+71102;44.04753;7.71508;943;20221118;12.3;5;8.7;1.9;7.32;.1;.83;4993
+71102;44.04753;7.71508;943;20221119;10.2;-1.5;4.4;1.9;5.32;0;.63;6532
+71102;44.04753;7.71508;943;20221120;8.6;-3.1;2.8;2;4.75;0;.7;6622
+71102;44.04753;7.71508;943;20221121;7.3;.4;3.8;1.8;5.22;9.1;.67;5698
+71102;44.04753;7.71508;943;20221122;8.2;.2;4.2;2.4;5.65;1.6;.64;4926
+71102;44.04753;7.71508;943;20221123;8.5;.8;4.7;2.2;5.12;0;.75;6688
+71102;44.04753;7.71508;943;20221124;11.9;1.1;6.5;2.2;5.52;0;.86;6291
+71102;44.04753;7.71508;943;20221125;9.6;2.3;5.9;2.4;6.02;0;.49;6081
+71102;44.04753;7.71508;943;20221126;10.6;-1.6;4.5;2.8;5.18;0;.6;6259
+71102;44.04753;7.71508;943;20221127;9;-2.6;3.2;2.2;4.78;0;.51;6035
+71102;44.04753;7.71508;943;20221128;4.7;.2;2.4;2.2;5.28;.2;.35;4784
+71102;44.04753;7.71508;943;20221129;3.5;-.8;1.3;3.3;5.42;.4;.3;3626
+71102;44.04753;7.71508;943;20221130;4.8;-1.4;1.7;2.1;4.82;.1;.32;5202
+71102;44.04753;7.71508;943;20221201;6.7;-1.9;2.4;1.7;4.68;.1;.31;5703
+71102;44.04753;7.71508;943;20221202;4.9;-2;1.4;2.3;4.62;3.2;.34;5322
+71102;44.04753;7.71508;943;20221203;4.2;-2.3;1;4.3;5.12;15.7;.44;3592
+71102;44.04753;7.71508;943;20221204;5.9;2;4;2.6;6.25;11.8;.44;3488
+71102;44.04753;7.71508;943;20221205;5.8;1;3.4;1.5;6.05;0;.38;3701
+71102;44.04753;7.71508;943;20221206;6.3;-.9;2.7;1.4;4.62;0;.43;5451
+71102;44.04753;7.71508;943;20221207;6.5;-1;2.8;1.7;3.98;0;.68;5272
+71102;44.04753;7.71508;943;20221208;3.8;-4.9;-.5;2.2;4.45;11.3;.35;4894
+71102;44.04753;7.71508;943;20221209;1.7;-.5;.6;1.6;6.15;12.6;.28;2703
+71102;44.04753;7.71508;943;20221210;7.1;1.5;4.3;2;6.42;.1;.33;4087
+71102;44.04753;7.71508;943;20221211;2.8;-4.3;-.7;2.5;3.42;.2;.6;4363
+71102;44.04753;7.71508;943;20221212;1.7;-5.2;-1.7;1.5;3.72;5.3;.31;5738
+71102;44.04753;7.71508;943;20221213;-1;-4;-2.5;3.1;4.65;.9;.23;2978
+71102;44.04753;7.71508;943;20221214;2;-2;0;3;5.88;.1;.21;2982
+71102;44.04753;7.71508;943;20221215;2.2;-1.3;.4;1.5;6.18;38.4;.26;2952
+71102;44.04753;7.71508;943;20221216;5.1;.2;2.7;.8;6.75;1.6;.22;3156
+71102;44.04753;7.71508;943;20221217;6.5;-.8;2.9;1.5;5.32;0;.43;4196
+71102;44.04753;7.71508;943;20221218;5.7;-6.9;-.6;2.5;3.98;0;.26;5627
+71102;44.04753;7.71508;943;20221219;4.2;-2.8;.7;1.3;4.82;.6;.2;5301
+71102;44.04753;7.71508;943;20221220;5.1;-1.7;1.7;1.6;5.55;1.3;.21;5048
+71102;44.04753;7.71508;943;20221221;5.4;1.1;3.3;1.6;6.92;12.8;.22;3728
+71102;44.04753;7.71508;943;20221222;6.8;1.8;4.3;1.3;6.98;0;.32;4346
+71102;44.04753;7.71508;943;20221223;8.7;1.5;5.1;1.4;7.88;0;.44;4914
+71102;44.04753;7.71508;943;20221224;12.3;2.9;7.6;1.3;7.58;0;.53;4696
+71102;44.04753;7.71508;943;20221225;10.5;0;5.3;1;6.62;0;.28;5337
+71102;44.04753;7.71508;943;20221226;9.3;-.1;4.6;1.7;6.75;0;.29;4970
+71102;44.04753;7.71508;943;20221227;9.1;2.4;5.8;.8;6.62;0;.35;4598
+71102;44.04753;7.71508;943;20221228;5.8;-.4;2.7;1.2;5.22;0;.34;4991
+71102;44.04753;7.71508;943;20221229;6.1;0;3.1;1.9;5.98;.2;.26;4779
+71102;44.04753;7.71508;943;20221230;6;2.1;4.1;2;7.35;0;.24;3542
+71102;44.04753;7.71508;943;20221231;10.9;1.8;6.4;1.7;7.85;0;.27;4488
+72072;43.58347;-1.45695;6;20220101;23.5;13.4;18.5;2.4;9.9;0;2.03;5624
+72072;43.58347;-1.45695;6;20220102;17.3;10;13.7;2.4;11.6;0;1.05;4621
+72072;43.58347;-1.45695;6;20220103;19.3;9.4;14.4;2.8;11.5;0;1.32;5624
+72072;43.58347;-1.45695;6;20220104;17.7;12.4;15.1;6.1;11.2;16.8;2.31;3806
+72072;43.58347;-1.45695;6;20220105;10.2;7.2;8.7;3.5;7.7;1.9;1.26;2575
+72072;43.58347;-1.45695;6;20220106;9.3;1.5;5.4;1.8;6;.4;.77;4961
+72072;43.58347;-1.45695;6;20220107;12.5;.8;6.7;5.6;9;7.8;.72;6410
+72072;43.58347;-1.45695;6;20220108;12.8;10.9;11.9;9.3;11;6.4;1.58;1854
+72072;43.58347;-1.45695;6;20220109;12.6;11.6;12.1;8.7;12.8;28.5;.83;1017
+72072;43.58347;-1.45695;6;20220110;12.9;12.1;12.5;8.2;14;3.3;.46;793
+72072;43.58347;-1.45695;6;20220111;10.3;7.7;9;1;10;0;.51;2467
+72072;43.58347;-1.45695;6;20220112;7.7;-.6;3.6;1.2;6.8;0;.41;5453
+72072;43.58347;-1.45695;6;20220113;10.3;-1.5;4.4;2.9;6.9;.1;.73;6812
+72072;43.58347;-1.45695;6;20220114;9.8;-.4;4.7;3.1;6.8;.1;.8;6312
+72072;43.58347;-1.45695;6;20220115;11.9;-2;5;1.4;6.5;.1;.64;7660
+72072;43.58347;-1.45695;6;20220116;11.7;-.8;5.5;2.5;7;.2;.83;7278
+72072;43.58347;-1.45695;6;20220117;9.6;1.8;5.7;2.6;7.8;0;.64;5551
+72072;43.58347;-1.45695;6;20220118;6.4;2.5;4.5;1.7;8.1;.1;.36;3604
+72072;43.58347;-1.45695;6;20220119;10.5;5;7.8;2;9.3;.7;.57;4575
+72072;43.58347;-1.45695;6;20220120;10.2;6;8.1;3.5;10.1;3.3;.52;3892
+72072;43.58347;-1.45695;6;20220121;6.7;1.3;4;2.7;6.3;.1;.76;4643
+72072;43.58347;-1.45695;6;20220122;8;-1;3.5;2.4;5.4;0;.89;6442
+72072;43.58347;-1.45695;6;20220123;11;-1.8;4.6;2.9;6.2;.1;1.03;8025
+72072;43.58347;-1.45695;6;20220124;14.4;1.3;7.9;2.8;7.1;0;1.32;8238
+72072;43.58347;-1.45695;6;20220125;15.2;-.9;7.2;2;6.7;0;1.15;9388
+72072;43.58347;-1.45695;6;20220126;13.2;1.5;7.4;2.4;7.2;0;1.11;7921
+72072;43.58347;-1.45695;6;20220127;8;-.2;3.9;1.9;7.6;.1;.47;6516
+72072;43.58347;-1.45695;6;20220128;8.1;5.6;6.9;2.1;7.7;0;.8;3085
+72072;43.58347;-1.45695;6;20220129;3.5;-.5;1.5;2;6.9;.1;.29;4300
+72072;43.58347;-1.45695;6;20220130;2;.4;1.2;2;6.7;.4;.29;2300
+72072;43.58347;-1.45695;6;20220131;11.3;1.4;6.4;5.3;9.6;2.1;.49;7697
+72072;43.58347;-1.45695;6;20220201;11;4.6;7.8;3.2;9.3;.1;.77;6030
+72072;43.58347;-1.45695;6;20220202;14.3;9.4;11.9;3;11.2;0;1.08;5197
+72072;43.58347;-1.45695;6;20220203;13.7;5.4;9.6;3.1;11.7;0;.61;7246
+72072;43.58347;-1.45695;6;20220204;12.2;6.6;9.4;2.8;11.3;2.6;.6;5814
+72072;43.58347;-1.45695;6;20220205;10.5;6.7;8.6;2.9;8.8;0;1;4640
+72072;43.58347;-1.45695;6;20220206;11;1.8;6.4;3.8;9.1;.7;.69;8034
+72072;43.58347;-1.45695;6;20220207;13.1;10.5;11.8;4;11.5;1.8;1.09;3744
+72072;43.58347;-1.45695;6;20220208;15.9;6.4;11.2;2.8;9.6;0;1.44;8422
+72072;43.58347;-1.45695;6;20220209;15;4.5;9.8;1.6;9.3;.1;1.08;9047
+72072;43.58347;-1.45695;6;20220210;7;3.5;5.3;1.9;9.68;2.2;1.28;9645
+72072;43.58347;-1.45695;6;20220211;11.1;9.1;10.1;1.9;10.34;0;.8;3406
+72072;43.58347;-1.45695;6;20220212;14.8;5.8;10.3;1.5;9.41;0;1.11;9513
+72072;43.58347;-1.45695;6;20220213;19.4;4.8;12.1;4.7;9.21;6.3;2.39;9931
+72072;43.58347;-1.45695;6;20220214;12;8.6;10.3;7;9.88;24.9;1.42;5414
+72072;43.58347;-1.45695;6;20220215;13.5;8.1;10.8;4.3;9.54;4.2;1.51;6641
+72072;43.58347;-1.45695;6;20220216;13.4;10.1;11.8;6.2;12.4;4.5;.98;5050
+72072;43.58347;-1.45695;6;20220217;15;12.6;13.8;3.5;12.5;.2;1.33;4189
+72072;43.58347;-1.45695;6;20220218;14.3;5.6;10;4;11.1;1.4;1.08;9242
+72072;43.58347;-1.45695;6;20220219;12.1;7.7;9.9;2.7;9.7;2.4;1.15;6303
+72072;43.58347;-1.45695;6;20220220;12.6;5.6;9.1;4.9;11.2;2.2;.77;8397
+72072;43.58347;-1.45695;6;20220221;13;11.8;12.4;6.2;11.5;1;1.46;2790
+72072;43.58347;-1.45695;6;20220222;13.2;11.4;12.3;2.8;10.2;.1;1.42;3760
+72072;43.58347;-1.45695;6;20220223;17.5;2.2;9.9;2.2;9.6;0;1.64;13551
+72072;43.58347;-1.45695;6;20220224;12.6;5.8;9.2;4.3;11.3;1.3;.81;8736
+72072;43.58347;-1.45695;6;20220225;12.9;6.2;9.6;2.4;8;0;1.55;8783
+72072;43.58347;-1.45695;6;20220226;15.7;2.3;9;3.5;6.3;0;2.42;13114
+72072;43.58347;-1.45695;6;20220227;13.7;8;10.9;1.9;10;.1;1.3;8229
+72072;43.58347;-1.45695;6;20220228;20.3;3.6;12;1.5;9.3;0;1.97;15174
+72072;43.58347;-1.45695;6;20220301;19.6;3.8;11.7;2.1;9;.2;2.17;14916
+72072;43.58347;-1.45695;6;20220302;12.9;11.3;12.1;3.5;12.3;1.9;1.02;3950
+72072;43.58347;-1.45695;6;20220303;14.3;6.6;10.5;5;11.4;11.9;1.28;10301
+72072;43.58347;-1.45695;6;20220304;12.1;10.3;11.2;7.1;10.1;2.2;1.76;4396
+72072;43.58347;-1.45695;6;20220305;11.2;6.2;8.7;3;9;.6;1.3;8274
+72072;43.58347;-1.45695;6;20220306;10.5;5.4;8;1.3;8.4;.4;1.14;8480
+72072;43.58347;-1.45695;6;20220307;12.8;2.9;7.9;2.6;7.7;0;1.67;12463
+72072;43.58347;-1.45695;6;20220308;14.4;9.5;12;2.8;9.4;1.9;1.85;8505
+72072;43.58347;-1.45695;6;20220309;17.7;5;11.4;3.9;9;.4;2.55;14635
+72072;43.58347;-1.45695;6;20220310;16.1;11.6;13.9;2.2;11.9;3.7;1.64;8308
+72072;43.58347;-1.45695;6;20220311;18.5;12.5;15.5;4;10.9;13.4;2.72;9909
+72072;43.58347;-1.45695;6;20220312;16.3;8.1;12.2;2.2;10.3;10.3;1.89;11939
+72072;43.58347;-1.45695;6;20220313;13.8;9.5;11.7;4.3;9.6;5.9;2.02;8402
+72072;43.58347;-1.45695;6;20220314;12.1;6.9;9.5;3.1;9.3;.6;1.53;9479
+72072;43.58347;-1.45695;6;20220315;21.8;8.6;15.2;3.3;12.2;0;2.85;16029
+72072;43.58347;-1.45695;6;20220316;14.5;11.8;13.2;4.5;13.1;1.4;1.34;6643
+72072;43.58347;-1.45695;6;20220317;11.1;11.2;11.2;7.4;11.9;17.7;.84;0
+72072;43.58347;-1.45695;6;20220318;11.8;8.8;10.3;1.8;9.91;0;1.16;5398
+72072;43.58347;-1.45695;6;20220319;19.3;6.9;13.1;2.8;9.98;0;2.48;13815
+72072;43.58347;-1.45695;6;20220320;19.8;10.5;15.2;3.2;9.68;0;2.79;9784
+72072;43.58347;-1.45695;6;20220321;21;11.7;16.3;3.6;9.94;.3;3.35;12734
+72072;43.58347;-1.45695;6;20220322;17.8;9.9;13.9;3.7;8.28;0;2.95;9228
+72072;43.58347;-1.45695;6;20220323;19.7;10.3;15;3.7;7.91;0;3.74;17347
+72072;43.58347;-1.45695;6;20220324;18.9;7.8;13.3;2.9;9.31;0;2.85;16300
+72072;43.58347;-1.45695;6;20220325;18.6;10.3;14.5;2.2;9.91;0;2.56;13604
+72072;43.58347;-1.45695;6;20220326;19;7.9;13.4;3.2;9.31;0;3.03;17348
+72072;43.58347;-1.45695;6;20220327;22.3;9.4;15.9;2.7;9.24;0;3.51;17512
+72072;43.58347;-1.45695;6;20220328;22;12.7;17.3;2.6;9.31;0;3.3;12289
+72072;43.58347;-1.45695;6;20220329;15.9;11.9;13.9;3.3;11.94;.3;1.76;6590
+72072;43.58347;-1.45695;6;20220330;13.8;11.5;12.6;4;11.64;10.3;1.45;4750
+72072;43.58347;-1.45695;6;20220331;13.7;9.2;11.4;5.5;9.78;14.5;2.14;10130
+72072;43.58347;-1.45695;6;20220401;8.9;2.6;5.7;2.9;6.46;6.5;1.66;11800
+72072;43.58347;-1.45695;6;20220402;10.2;3.5;6.9;4.5;6.76;.4;2.2;15859
+72072;43.58347;-1.45695;6;20220403;10;1.9;5.9;3;6.38;.2;2.14;16724
+72072;43.58347;-1.45695;6;20220404;11.5;2.1;6.8;1.8;5.43;.1;2.25;19043
+72072;43.58347;-1.45695;6;20220405;15.5;-.6;7.4;1.3;6.46;0;2.49;21653
+72072;43.58347;-1.45695;6;20220406;14;5.2;9.6;3.4;9.48;0;1.78;11117
+72072;43.58347;-1.45695;6;20220407;21.1;8.5;14.8;4.1;10.74;1.4;3.15;13000
+72072;43.58347;-1.45695;6;20220408;21.4;11.4;16.4;4.6;11.18;1.4;3.22;8817
+72072;43.58347;-1.45695;6;20220409;15.5;10;12.7;3.2;9.31;.3;2.97;18528
+72072;43.58347;-1.45695;6;20220410;24.2;4.2;14.2;4;8.48;0;4.72;23611
+72072;43.58347;-1.45695;6;20220411;26;10.4;18.2;3;11.41;.7;3.89;15350
+72072;43.58347;-1.45695;6;20220412;22.1;13.2;17.6;3.3;11.74;.1;3.53;14868
+72072;43.58347;-1.45695;6;20220413;17.2;10.3;13.7;3;13.08;.3;2.04;12684
+72072;43.58347;-1.45695;6;20220414;18.7;12.7;15.7;2.7;14.11;0;2.6;15923
+72072;43.58347;-1.45695;6;20220415;16.6;11.3;14;2.9;13.68;.1;1.9;11777
+72072;43.58347;-1.45695;6;20220416;17.7;12.2;14.9;2.5;13.34;0;2.75;17695
+72072;43.58347;-1.45695;6;20220417;18.3;10;14.1;3.9;13.48;0;2.66;18137
+72072;43.58347;-1.45695;6;20220418;17.4;12.8;15.1;3.3;12.78;0;2.53;13778
+72072;43.58347;-1.45695;6;20220419;12.3;11.3;11.8;3.6;11.44;17;1.15;2300
+72072;43.58347;-1.45695;6;20220420;11.4;9.5;10.5;5.9;11.64;33.5;.9;4626
+72072;43.58347;-1.45695;6;20220421;12.1;10.2;11.2;4.2;12.08;4.5;.86;2525
+72072;43.58347;-1.45695;6;20220422;21.2;6.9;14.1;4.1;9.96;2.1;4.01;21647
+72072;43.58347;-1.45695;6;20220423;14.8;11.3;13;5.2;11.61;10.3;2.2;11216
+72072;43.58347;-1.45695;6;20220424;16.4;9.9;13.1;6.1;12.21;2.6;2.39;14532
+72072;43.58347;-1.45695;6;20220425;18.9;7.4;13.2;2.4;11.04;0;3.36;23232
+72072;43.58347;-1.45695;6;20220426;24;9.3;16.7;3.3;12.61;1.4;4.42;24010
+72072;43.58347;-1.45695;6;20220427;16.6;13.4;15;2.5;14.35;1.5;1.77;8664
+72072;43.58347;-1.45695;6;20220428;15.4;13;14.2;2.5;14.44;.6;1.29;6179
+72072;43.58347;-1.45695;6;20220429;18.2;12.1;15.2;1.8;13.68;0;2.35;13681
+72072;43.58347;-1.45695;6;20220430;17.8;12.9;15.4;2.4;13.41;0;2.58;14775
+72072;43.58347;-1.45695;6;20220501;17.7;12.1;14.9;3;13.18;0;2.65;15460
+72072;43.58347;-1.45695;6;20220502;16.2;12.6;14.4;3.2;12.91;0;2.04;9922
+72072;43.58347;-1.45695;6;20220503;18.4;13;15.7;4.4;14.54;1;2.4;12811
+72072;43.58347;-1.45695;6;20220504;17.6;13.9;15.7;5;14.21;0;2.37;11587
+72072;43.58347;-1.45695;6;20220505;18.5;12.2;15.3;3.6;13.74;0;2.72;16087
+72072;43.58347;-1.45695;6;20220506;16.4;14.1;15.3;4.2;14.3;0;2.02;9443
+72072;43.58347;-1.45695;6;20220507;17.9;14.5;16.2;3.4;14.9;.1;2.35;11813
+72072;43.58347;-1.45695;6;20220508;18.5;14.9;16.7;2.9;16.1;.1;2.27;12253
+72072;43.58347;-1.45695;6;20220509;20.6;10.4;15.5;2.4;15.2;0;3.22;21585
+72072;43.58347;-1.45695;6;20220510;22.9;10.1;16.5;1.7;14.6;0;3.87;24442
+72072;43.58347;-1.45695;6;20220511;18.8;15.3;17.1;2.4;15.2;.3;2.47;12238
+72072;43.58347;-1.45695;6;20220512;20.4;14.8;17.6;2.5;15.5;0;2.99;15883
+72072;43.58347;-1.45695;6;20220513;20.6;15.4;18;2.7;16.1;0;2.95;15326
+72072;43.58347;-1.45695;6;20220514;30.7;11.1;20.9;2.5;16.2;1.9;5.83;29823
+72072;43.58347;-1.45695;6;20220515;27.8;16.3;22.1;3;18.4;4.3;4.88;23595
+72072;43.58347;-1.45695;6;20220516;26.2;16.1;21.2;2.7;17.8;0;4.42;22119
+72072;43.58347;-1.45695;6;20220517;25.3;16.7;21;3;17.4;0;4.25;20391
+72072;43.58347;-1.45695;6;20220518;33.7;14.3;24;3.9;18;1.5;7.14;30261
+72072;43.58347;-1.45695;6;20220519;26;17.5;21.8;3.4;18.4;0;4.4;20413
+72072;43.58347;-1.45695;6;20220520;20.7;18;19.4;3.2;19;0;2.35;10996
+72072;43.58347;-1.45695;6;20220521;26.2;17.7;22;2.8;19.2;0;4.26;20553
+72072;43.58347;-1.45695;6;20220522;30.7;18.2;24.5;5.3;19.9;1.4;6.31;25273
+72072;43.58347;-1.45695;6;20220523;19.2;16.8;18;8.3;16.3;4.2;2.82;10403
+72072;43.58347;-1.45695;6;20220524;16.3;14.9;15.6;5.5;13.6;8.5;2.3;7674
+72072;43.58347;-1.45695;6;20220525;18.9;12.6;15.8;5.2;13;0;3.46;17740
+72072;43.58347;-1.45695;6;20220526;19.4;11.7;15.6;2.4;14;.1;3.23;19801
+72072;43.58347;-1.45695;6;20220527;20.8;12.6;16.7;3;15.3;0;3.43;20530
+72072;43.58347;-1.45695;6;20220528;21.2;9.8;15.5;1.8;15.6;0;3.63;24494
+72072;43.58347;-1.45695;6;20220529;22.2;10.4;16.3;2.9;14.2;.1;4.09;25004
+72072;43.58347;-1.45695;6;20220530;19.9;10.3;15.1;3;11.2;0;3.97;22483
+72072;43.58347;-1.45695;6;20220531;20.7;11.4;16.1;2.3;13.8;0;3.67;22159
+72072;43.58347;-1.45695;6;20220601;21.7;12.7;17.2;2.7;16.3;0;3.57;21825
+72072;43.58347;-1.45695;6;20220602;21.8;17.8;19.8;4.7;18.9;1.4;2.99;14161
+72072;43.58347;-1.45695;6;20220603;21.6;18.2;19.9;4.5;19.2;8.4;2.81;12984
+72072;43.58347;-1.45695;6;20220604;21.5;18.2;19.9;3.2;19;1.9;2.73;12797
+72072;43.58347;-1.45695;6;20220605;21.6;18.2;19.9;2.8;17.1;0;3.04;13032
+72072;43.58347;-1.45695;6;20220606;21.8;15.7;18.8;1.8;17;.1;3.29;17912
+72072;43.58347;-1.45695;6;20220607;21.3;18.9;20.1;2.9;17.6;2.2;2.75;10784
+72072;43.58347;-1.45695;6;20220608;19.2;15.1;17.2;2.4;17.4;3.8;2.48;14502
+72072;43.58347;-1.45695;6;20220609;21.4;17.6;19.5;3.1;15.4;.1;3.39;13933
+72072;43.58347;-1.45695;6;20220610;23.2;12.3;17.8;3.3;16.6;0;4.07;24498
+72072;43.58347;-1.45695;6;20220611;22.7;18.9;20.8;2.8;19.8;0;2.98;13965
+72072;43.58347;-1.45695;6;20220612;22.7;19.6;21.2;3.6;20.2;3.5;2.9;12505
+72072;43.58347;-1.45695;6;20220613;23.4;19.7;21.6;2.9;20.8;.1;3.02;13790
+72072;43.58347;-1.45695;6;20220614;27.5;17.4;22.5;2.3;22.1;0;4.5;23621
+72072;43.58347;-1.45695;6;20220615;24.8;20.6;22.7;3.4;21.9;0;3.37;14795
+72072;43.58347;-1.45695;6;20220616;35;18.6;26.8;2.1;22.6;0;6.7;30479
+72072;43.58347;-1.45695;6;20220617;37.1;20.9;29;3.4;22.6;0;7.88;30298
+72072;43.58347;-1.45695;6;20220618;39.9;22.1;31;3.5;23.2;0;8.85;31830
+72072;43.58347;-1.45695;6;20220619;23.8;19;21.4;4.6;19.4;.8;3.69;15928
+72072;43.58347;-1.45695;6;20220620;25.1;19.3;22.2;4.7;19.2;1;4.27;17636
+72072;43.58347;-1.45695;6;20220621;22.9;19.1;21;5.2;20.6;9.2;3.07;14035
+72072;43.58347;-1.45695;6;20220622;22.7;17.3;20;4.9;18.2;.8;3.6;16971
+72072;43.58347;-1.45695;6;20220623;23.6;14.9;19.3;2.2;18.3;6.6;3.84;21875
+72072;43.58347;-1.45695;6;20220624;22.6;17.3;20;4.4;16.9;.6;3.81;16792
+72072;43.58347;-1.45695;6;20220625;19.4;15.9;17.7;3;16;6.8;2.73;13404
+72072;43.58347;-1.45695;6;20220626;18.7;14.1;16.4;1.8;15.4;6.8;2.71;15543
+72072;43.58347;-1.45695;6;20220627;18.8;15;16.9;2.1;15.9;.5;2.58;14003
+72072;43.58347;-1.45695;6;20220628;22.4;15.5;19;2.8;15;0;3.92;19291
+72072;43.58347;-1.45695;6;20220629;21.9;12.1;17;2.5;15.8;2.6;3.79;23212
+72072;43.58347;-1.45695;6;20220630;18.8;15.3;17.1;2.8;15.7;3.2;2.6;13352
+72072;43.58347;-1.45695;6;20220701;22.5;12.2;17.4;2.7;14.7;0;4.12;23780
+72072;43.58347;-1.45695;6;20220702;27.8;13.9;20.9;3.4;16;0;5.65;27795
+72072;43.58347;-1.45695;6;20220703;22.1;14.8;18.5;3.6;17.6;.1;3.46;19771
+72072;43.58347;-1.45695;6;20220704;21.1;18.4;19.8;3.2;17.5;.5;2.81;11515
+72072;43.58347;-1.45695;6;20220705;23.5;16.7;20.1;2.6;19.7;.1;3.48;18983
+72072;43.58347;-1.45695;6;20220706;23.7;16.5;20.1;2.6;18.7;0;3.69;19538
+72072;43.58347;-1.45695;6;20220707;23.4;20.6;22;4.2;20.3;0;3.13;11690
+72072;43.58347;-1.45695;6;20220708;23.9;18.8;21.4;2.8;19.2;0;3.51;16186
+72072;43.58347;-1.45695;6;20220709;24.9;17;21;3.4;21.1;.1;3.73;20413
+72072;43.58347;-1.45695;6;20220710;26.1;16.3;21.2;2.5;21.5;.2;4.1;22832
+72072;43.58347;-1.45695;6;20220711;27.5;15.4;21.5;2.3;21.8;0;4.56;25456
+72072;43.58347;-1.45695;6;20220712;27.2;20;23.6;2.2;24.7;.2;3.82;19305
+72072;43.58347;-1.45695;6;20220713;28.4;15.8;22.1;1.4;22.4;.1;4.7;25884
+72072;43.58347;-1.45695;6;20220714;28.4;17.6;23;2.4;23;0;4.57;23812
+72072;43.58347;-1.45695;6;20220715;26.7;23.2;25;3.5;23.6;0;3.54;12980
+72072;43.58347;-1.45695;6;20220716;35.6;18.4;27;2.5;20;.1;7.04;30223
+72072;43.58347;-1.45695;6;20220717;39.3;21.7;30.5;3.1;16.1;0;8.64;30503
+72072;43.58347;-1.45695;6;20220718;40.2;22.4;31.3;4.4;19.4;0;9.69;30596
+72072;43.58347;-1.45695;6;20220719;26.1;22;24.1;5.7;21.6;.2;4.14;13987
+72072;43.58347;-1.45695;6;20220720;24.8;21.3;23.1;2.2;20.6;6.7;3.13;12786
+72072;43.58347;-1.45695;6;20220721;27.4;18.4;22.9;4;20.3;0;4.69;21194
+72072;43.58347;-1.45695;6;20220722;23.1;21.4;22.3;5.3;19.6;0;3.16;8470
+72072;43.58347;-1.45695;6;20220723;24.4;17.5;21;3;17.4;0;3.95;18276
+72072;43.58347;-1.45695;6;20220724;36.1;16.1;26.1;3.9;20.3;.1;7.62;30276
+72072;43.58347;-1.45695;6;20220725;24.6;21.9;23.3;5.4;20.6;.1;3.6;10879
+72072;43.58347;-1.45695;6;20220726;24.3;17.9;21.1;3.4;17.1;.3;3.99;17362
+72072;43.58347;-1.45695;6;20220727;24.2;15.7;20;3.2;15.6;0;4.23;20122
+72072;43.58347;-1.45695;6;20220728;24.1;16.2;20.2;2.5;16.8;4.5;3.85;19277
+72072;43.58347;-1.45695;6;20220729;24.8;16.6;20.7;2.4;18.5;.5;3.8;19582
+72072;43.58347;-1.45695;6;20220730;25;17.2;21.1;2.6;20.2;0;3.63;18988
+72072;43.58347;-1.45695;6;20220731;24.8;17.4;21.1;3;20.5;0;3.52;18382
+72072;43.58347;-1.45695;6;20220801;24.7;21.1;22.9;3.1;20.9;0;3.17;12384
+72072;43.58347;-1.45695;6;20220802;26;17.3;21.7;3.3;22.3;.1;3.64;19859
+72072;43.58347;-1.45695;6;20220803;26.4;22.9;24.7;4;25.7;.1;3;12078
+72072;43.58347;-1.45695;6;20220804;26.2;23.1;24.7;4.1;23.7;.5;3.26;11237
+72072;43.58347;-1.45695;6;20220805;24.8;22.1;23.5;4.3;20.6;0;3.37;10350
+72072;43.58347;-1.45695;6;20220806;25.9;21.9;23.9;3.6;20.8;0;3.63;12804
+72072;43.58347;-1.45695;6;20220807;25.8;19.6;22.7;3.1;20.5;0;3.66;16166
+72072;43.58347;-1.45695;6;20220808;26.3;18.4;22.4;3.9;21.5;.2;3.81;18314
+72072;43.58347;-1.45695;6;20220809;26.7;22.4;24.6;3.5;22.6;.2;3.54;13110
+72072;43.58347;-1.45695;6;20220810;29.4;18.4;23.9;2.8;23;0;4.45;21606
+72072;43.58347;-1.45695;6;20220811;33.6;21.6;27.6;3.5;24.8;0;5.69;22499
+72072;43.58347;-1.45695;6;20220812;26.2;23.5;24.9;4.7;25.9;0;2.8;9952
+72072;43.58347;-1.45695;6;20220813;25.4;22.3;23.9;3.9;21.9;2.1;3.19;10689
+72072;43.58347;-1.45695;6;20220814;24.3;22.2;23.3;4.3;20.5;.4;3.08;8521
+72072;43.58347;-1.45695;6;20220815;24.8;17.7;21.3;2.8;18.5;0;3.53;16621
+72072;43.58347;-1.45695;6;20220816;24.5;17.2;20.9;3.2;19;4.8;3.43;16768
+72072;43.58347;-1.45695;6;20220817;22.9;17.4;20.2;5.4;18.4;15.1;3.25;14298
+72072;43.58347;-1.45695;6;20220818;22;19.4;20.7;7;19.1;15.4;2.91;9374
+72072;43.58347;-1.45695;6;20220819;23.5;20.1;21.8;3.9;18;0;3.27;10827
+72072;43.58347;-1.45695;6;20220820;28.2;15;21.6;2.4;19.8;.1;4.23;22408
+72072;43.58347;-1.45695;6;20220821;24.5;19.4;22;2.4;21.3;.7;2.82;13361
+72072;43.58347;-1.45695;6;20220822;23.6;21;22.3;4.6;22.2;1.8;2.47;9114
+72072;43.58347;-1.45695;6;20220823;25.4;19.9;22.7;2.6;23.2;.1;2.81;13730
+72072;43.58347;-1.45695;6;20220824;34.8;18.6;26.7;3.2;23.2;2.1;5.84;24295
+72072;43.58347;-1.45695;6;20220825;25.3;21.5;23.4;4.2;23.6;.5;2.77;11036
+72072;43.58347;-1.45695;6;20220826;24.5;21.4;23;4.5;21.8;.1;2.85;9771
+72072;43.58347;-1.45695;6;20220827;24.8;21.1;23;2.5;20.8;.2;2.75;10708
+72072;43.58347;-1.45695;6;20220828;34.3;17.2;25.8;2.2;21.3;2;5.32;24285
+72072;43.58347;-1.45695;6;20220829;24.3;22.5;23.4;3.5;22;8;2.44;6971
+72072;43.58347;-1.45695;6;20220830;25.8;20.7;23.3;4.1;24.4;.1;2.72;12493
+72072;43.58347;-1.45695;6;20220831;25.2;20.3;22.8;3.1;22.4;3.2;2.75;12122
+72072;43.58347;-1.45695;6;20220901;25.4;18.4;21.9;3.3;20.5;0;3.16;14616
+72072;43.58347;-1.45695;6;20220902;23.4;20;21.7;2.7;21;3.5;2.32;9722
+72072;43.58347;-1.45695;6;20220903;23.5;19.5;21.5;2.5;19.5;8.1;2.54;10560
+72072;43.58347;-1.45695;6;20220904;25.8;15.4;20.6;2.4;19.8;0;3.19;17650
+72072;43.58347;-1.45695;6;20220905;28.5;19.9;24.2;3.2;21.8;0;3.76;15801
+72072;43.58347;-1.45695;6;20220906;27.1;14.9;21;2.6;18.5;0;3.65;18897
+72072;43.58347;-1.45695;6;20220907;23.5;16.3;19.9;2;17.8;.1;2.71;14101
+72072;43.58347;-1.45695;6;20220908;24.1;13.9;19;2.4;17.8;3.7;2.93;16873
+72072;43.58347;-1.45695;6;20220909;23.2;19.3;21.3;3.9;18;.3;2.91;9860
+72072;43.58347;-1.45695;6;20220910;28;14.5;21.3;2.7;17.6;.1;3.89;19253
+72072;43.58347;-1.45695;6;20220911;35.7;17.6;26.7;3;16.6;0;5.96;22289
+72072;43.58347;-1.45695;6;20220912;35.6;21;28.3;2.9;18.9;3.7;5.58;19707
+72072;43.58347;-1.45695;6;20220913;30.2;21.6;25.9;2.9;19.9;0;4.12;14692
+72072;43.58347;-1.45695;6;20220914;27.8;19.8;23.8;3;19.1;0;3.64;13990
+72072;43.58347;-1.45695;6;20220915;25;16;20.5;2.4;19.9;6.5;2.7;14769
+72072;43.58347;-1.45695;6;20220916;22.7;19.6;21.2;4.1;18.4;.1;2.62;8063
+72072;43.58347;-1.45695;6;20220917;22.8;13.1;18;3.3;11.2;0;3.63;15078
+72072;43.58347;-1.45695;6;20220918;25.7;10.2;18;3.2;8.5;0;4.53;19201
+72072;43.58347;-1.45695;6;20220919;22;8.5;15.3;2.2;11.7;0;2.9;17656
+72072;43.58347;-1.45695;6;20220920;20;9.8;14.9;1.9;12;0;2.43;15026
+72072;43.58347;-1.45695;6;20220921;20.2;12.2;16.2;3;14.1;.1;2.37;13025
+72072;43.58347;-1.45695;6;20220922;22;11.8;16.9;2.4;14.1;0;2.6;14712
+72072;43.58347;-1.45695;6;20220923;19.8;11.8;15.8;2;15;13.4;1.99;12747
+72072;43.58347;-1.45695;6;20220924;18.7;14.1;16.4;3.7;15.3;33.3;1.89;9256
+72072;43.58347;-1.45695;6;20220925;18.6;13.2;15.9;4.1;14.2;2.8;2.1;10019
+72072;43.58347;-1.45695;6;20220926;20.1;10.2;15.2;4.5;14.1;11;2.32;13856
+72072;43.58347;-1.45695;6;20220927;18.9;16.7;17.8;8.4;16.6;9.7;2.11;5795
+72072;43.58347;-1.45695;6;20220928;18.9;17.2;18.1;10.7;17.6;45.7;1.9;4877
+72072;43.58347;-1.45695;6;20220929;16.3;14.6;15.5;5.9;15.2;23.8;1.39;4813
+72072;43.58347;-1.45695;6;20220930;18.7;12.4;15.6;3.1;13.7;.8;1.99;10305
+72072;43.58347;-1.45695;6;20221001;21.2;14;17.6;2.8;15;0;2.23;10972
+72072;43.58347;-1.45695;6;20221002;20.3;11.4;15.9;1.7;15.9;.1;1.74;12193
+72072;43.58347;-1.45695;6;20221003;24.6;14.6;19.6;1.8;17.2;0;2.31;12846
+72072;43.58347;-1.45695;6;20221004;19.5;12.4;16;1.2;17;.1;1.45;10496
+72072;43.58347;-1.45695;6;20221005;24.7;15.3;20;2.5;18;0;2.36;12117
+72072;43.58347;-1.45695;6;20221006;21.3;17.3;19.3;1.5;18.4;0;1.51;7370
+72072;43.58347;-1.45695;6;20221007;25.3;14.1;19.7;2.6;17.6;.4;2.47;13018
+72072;43.58347;-1.45695;6;20221008;20.6;18.1;19.4;2.9;17.7;.2;1.67;5411
+72072;43.58347;-1.45695;6;20221009;24.7;13.7;19.2;2.4;17.1;0;2.31;12571
+72072;43.58347;-1.45695;6;20221010;22.1;17.2;19.7;2;19.8;6.9;1.51;7866
+72072;43.58347;-1.45695;6;20221011;19.8;16.9;18.4;1.6;18.8;.8;1.15;5680
+72072;43.58347;-1.45695;6;20221012;20.3;16.9;18.6;1.3;18;.5;1.26;6167
+72072;43.58347;-1.45695;6;20221013;19.9;13.3;16.6;2.8;17.2;.3;1.36;8966
+72072;43.58347;-1.45695;6;20221014;22.6;19.1;20.9;4.3;19.5;.5;2;6100
+72072;43.58347;-1.45695;6;20221015;22.1;13.5;17.8;2.3;17;.1;1.71;10139
+72072;43.58347;-1.45695;6;20221016;26.3;14.6;20.5;1.4;17.6;1.3;2.03;11877
+72072;43.58347;-1.45695;6;20221017;25.6;18;21.8;2.9;18.8;.5;2.35;9202
+72072;43.58347;-1.45695;6;20221018;30.2;16.5;23.4;2.6;18.5;0;3.03;12617
+72072;43.58347;-1.45695;6;20221019;29.6;18.1;23.9;2.7;17.7;.4;3.08;11301
+72072;43.58347;-1.45695;6;20221020;26.7;15.8;21.3;3.9;14.8;0;3.37;10821
+72072;43.58347;-1.45695;6;20221021;21.9;17.7;19.8;3.8;14.6;0;2.56;6149
+72072;43.58347;-1.45695;6;20221022;25.8;14.6;20.2;2.4;13.5;0;2.6;10689
+72072;43.58347;-1.45695;6;20221023;25.8;22.5;24.2;5.7;13.2;0;4.93;5148
+72072;43.58347;-1.45695;6;20221024;23.2;17;20.1;3.3;13.8;0;2.66;7415
+72072;43.58347;-1.45695;6;20221025;23.9;13.9;18.9;2.8;14;0;2.34;9621
+72072;43.58347;-1.45695;6;20221026;26.7;14.3;20.5;2.5;14.7;0;2.53;10706
+72072;43.58347;-1.45695;6;20221027;27.5;17.7;22.6;2.2;13.4;0;2.69;9247
+72072;43.58347;-1.45695;6;20221028;23.9;15.3;19.6;3;13.7;0;2.48;8462
+72072;43.58347;-1.45695;6;20221029;23.3;16.1;19.7;2.1;16.1;0;1.76;7526
+72072;43.58347;-1.45695;6;20221030;19.4;14.4;16.9;1.8;16.9;4;1.03;5971
+72072;43.58347;-1.45695;6;20221031;21.6;14.3;18;3;16.2;11;1.61;7369
+72072;43.58347;-1.45695;6;20221101;19.3;13;16.2;2.3;14.9;0;1.26;6658
+72072;43.58347;-1.45695;6;20221102;19.9;11.6;15.8;2.1;14;.1;1.33;7716
+72072;43.58347;-1.45695;6;20221103;20.9;13.8;17.4;5.9;13.7;15.2;2.55;6940
+72072;43.58347;-1.45695;6;20221104;16.6;14.6;15.6;11.7;12.4;7.5;2.88;3040
+72072;43.58347;-1.45695;6;20221105;18.1;9.1;13.6;2.5;11.1;.1;1.47;7748
+72072;43.58347;-1.45695;6;20221106;19;6.7;12.9;2.7;11.6;.1;1.39;9142
+72072;43.58347;-1.45695;6;20221107;20.5;9.1;14.8;2.6;11.9;0;1.62;8633
+72072;43.58347;-1.45695;6;20221108;20.5;17;18.8;4.9;13.1;0;2.75;4157
+72072;43.58347;-1.45695;6;20221109;17.5;17.2;17.4;3.6;14.2;11.8;1.67;309
+72072;43.58347;-1.45695;6;20221110;18.6;9.8;14.2;2.2;12.1;0;1.26;7125
+72072;43.58347;-1.45695;6;20221111;18.6;8.3;13.5;3.3;11.9;0;1.43;7704
+72072;43.58347;-1.45695;6;20221112;21.1;11.3;16.2;2;12.9;.1;1.4;7382
+72072;43.58347;-1.45695;6;20221113;24;9.2;16.6;1.8;12.5;0;1.53;9237
+72072;43.58347;-1.45695;6;20221114;17.7;13.9;15.8;3.5;13.3;4.6;1.5;4000
+72072;43.58347;-1.45695;6;20221115;18.4;12.8;15.6;4.2;13.6;7.7;1.54;5052
+72072;43.58347;-1.45695;6;20221116;19.8;11.6;15.7;2.8;13.6;.4;1.34;6293
+72072;43.58347;-1.45695;6;20221117;17.8;16.9;17.4;6.1;15.3;16.8;1.8;1217
+72072;43.58347;-1.45695;6;20221118;13.2;12.7;13;6.8;12.2;41.4;1.35;567
+72072;43.58347;-1.45695;6;20221119;12.1;9.7;10.9;4.8;10.6;19.2;1.11;2696
+72072;43.58347;-1.45695;6;20221120;16.3;8;12.2;4;11.6;9.2;1.15;6017
+72072;43.58347;-1.45695;6;20221121;16.6;10.6;13.6;7.6;12.3;36.3;1.68;4864
+72072;43.58347;-1.45695;6;20221122;13.6;11.2;12.4;10.6;11.3;18.6;1.76;2575
+72072;43.58347;-1.45695;6;20221123;16.5;10.5;13.5;6.8;14.2;3.6;.86;4742
+72072;43.58347;-1.45695;6;20221124;14.4;10.2;12.3;1.9;11.7;11;.79;3714
+72072;43.58347;-1.45695;6;20221125;14.8;9.1;12;5.7;11.9;10.4;1.07;4479
+72072;43.58347;-1.45695;6;20221126;13.6;6.9;10.3;2.2;10;0;.81;4905
+72072;43.58347;-1.45695;6;20221127;17.2;5.1;11.2;3.7;10.1;18.3;1.31;6950
+72072;43.58347;-1.45695;6;20221128;14.6;12;13.3;8.6;12.2;17.7;1.59;2515
+72072;43.58347;-1.45695;6;20221129;14.4;12;13.2;7.2;12.4;5.4;1.37;2336
+72072;43.58347;-1.45695;6;20221130;11.7;8.2;10;2.9;10.2;0;.79;3047
+72072;43.58347;-1.45695;6;20221201;6.4;4.1;5.3;1.7;7.9;0;.47;2205
+72072;43.58347;-1.45695;6;20221202;8.8;1;4.9;1.8;7.8;.1;.42;5071
+72072;43.58347;-1.45695;6;20221203;7.3;4.4;5.9;2.4;8.3;1.5;.49;2574
+72072;43.58347;-1.45695;6;20221204;11.5;3.3;7.4;2.4;7.7;0;.83;5141
+72072;43.58347;-1.45695;6;20221205;13.6;2.2;7.9;3.1;7.5;.1;1.13;6238
+72072;43.58347;-1.45695;6;20221206;16;8.3;12.2;2.8;10.2;.3;1.15;4865
+72072;43.58347;-1.45695;6;20221207;12.4;7;9.7;2.4;10.5;.3;.61;3840
+72072;43.58347;-1.45695;6;20221208;9.5;7;8.3;3.4;10;9.6;.53;2193
+72072;43.58347;-1.45695;6;20221209;13.7;8.3;11;3.9;11.5;1.4;.75;3787
+72072;43.58347;-1.45695;6;20221210;7.4;-.7;3.4;2.4;5.9;.1;.66;4892
+72072;43.58347;-1.45695;6;20221211;5.6;-.6;2.5;2.9;5.6;0;.68;4100
+72072;43.58347;-1.45695;6;20221212;8;.4;4.2;2.9;8.3;18.2;.22;4651
+72072;43.58347;-1.45695;6;20221213;15.6;9.9;12.8;3.5;15.1;3.9;.24;3842
+72072;43.58347;-1.45695;6;20221214;19;13.1;16.1;2.2;14.2;5.2;.98;3915
+72072;43.58347;-1.45695;6;20221215;15.4;11.5;13.5;2.9;13.1;5.6;.81;2937
+72072;43.58347;-1.45695;6;20221216;9.4;10.1;9.8;5.4;11;.8;.68;0
+72072;43.58347;-1.45695;6;20221217;10.5;3.5;7;2.5;8.7;0;.54;4339
+72072;43.58347;-1.45695;6;20221218;18.8;2.4;10.6;2.4;9.1;0;1.11;7296
+72072;43.58347;-1.45695;6;20221219;18.6;7.1;12.9;3.4;9.3;0;1.67;5898
+72072;43.58347;-1.45695;6;20221220;18.4;15.6;17;4.2;10.7;5.3;2.51;2272
+72072;43.58347;-1.45695;6;20221221;18.2;11.4;14.8;2.1;13.5;.2;.85;4241
+72072;43.58347;-1.45695;6;20221222;17.1;10.4;13.8;1.4;12.9;.3;.64;4203
+72072;43.58347;-1.45695;6;20221223;17.6;10;13.8;2.1;13.4;.1;.71;4562
+72072;43.58347;-1.45695;6;20221224;19.3;10.2;14.8;2.2;12.7;.1;.99;5118
+72072;43.58347;-1.45695;6;20221225;20.9;8.5;14.7;4.3;10.6;0;2.09;6196
+72072;43.58347;-1.45695;6;20221226;16.6;14.5;15.6;3.1;12.6;1.1;1.42;1816
+72072;43.58347;-1.45695;6;20221227;15.4;11.6;13.5;1.3;12.9;.1;.63;2887
+72072;43.58347;-1.45695;6;20221228;18.1;8.9;13.5;2.9;11.4;0;1.18;5210
+72072;43.58347;-1.45695;6;20221229;15.3;13.6;14.5;1.9;12.6;13.8;.95;1532
+72072;43.58347;-1.45695;6;20221230;20.4;10.9;15.7;4.1;13.3;0;1.54;5360
+72072;43.58347;-1.45695;6;20221231;20.9;15.6;18.3;4.9;9.3;0;3.44;3705
+72073;43.67785;-1.28215;25;20220101;23.4;13.3;18.4;2.4;9.9;0;2.03;5624
+72073;43.67785;-1.28215;25;20220102;17.7;7.8;12.8;1.8;11.2;0;.83;5260
+72073;43.67785;-1.28215;25;20220103;18.4;7.5;13;1.9;11.05;0;.96;5862
+72073;43.67785;-1.28215;25;20220104;17.6;12.3;15;6.1;11.2;12.3;2.31;3806
+72073;43.67785;-1.28215;25;20220105;10.1;7.1;8.6;3.5;7.7;1;1.26;2575
+72073;43.67785;-1.28215;25;20220106;9.4;0;4.7;1.1;5.9;.2;.5;6480
+72073;43.67785;-1.28215;25;20220107;12.5;.1;6.3;3.9;8.6;6.2;.67;5905
+72073;43.67785;-1.28215;25;20220108;12.8;9.4;11.1;6.9;10.85;7.3;1.22;2577
+72073;43.67785;-1.28215;25;20220109;11.9;10.6;11.3;6.6;12.5;30.6;.62;1058
+72073;43.67785;-1.28215;25;20220110;13.1;11.3;12.2;6.3;13.65;4.2;.49;1396
+72073;43.67785;-1.28215;25;20220111;10.7;7.7;9.2;.8;9.8;0;.49;3383
+72073;43.67785;-1.28215;25;20220112;7;-.4;3.3;.8;6.65;0;.36;5526
+72073;43.67785;-1.28215;25;20220113;7.3;-1.6;2.8;2.5;6.8;0;.47;5556
+72073;43.67785;-1.28215;25;20220114;7.6;-.3;3.6;2.4;6.6;.1;.59;6556
+72073;43.67785;-1.28215;25;20220115;12.1;-2.8;4.6;1.1;6.15;.1;.56;8580
+72073;43.67785;-1.28215;25;20220116;11.4;-1.7;4.9;1.9;6.65;.1;.68;7989
+72073;43.67785;-1.28215;25;20220117;9.9;1.1;5.5;2.3;7.5;.1;.63;7025
+72073;43.67785;-1.28215;25;20220118;5.6;1.8;3.7;1.5;7.75;0;.35;2802
+72073;43.67785;-1.28215;25;20220119;10.5;4;7.2;1.8;8.85;.8;.59;3987
+72073;43.67785;-1.28215;25;20220120;11;5.9;8.5;2.6;9.8;1.9;.6;3846
+72073;43.67785;-1.28215;25;20220121;6.7;.9;3.8;2.2;6.2;.1;.66;6171
+72073;43.67785;-1.28215;25;20220122;7.6;-1.7;2.9;1.8;5.35;0;.69;7871
+72073;43.67785;-1.28215;25;20220123;10.8;-2.6;4.1;2.2;6;0;.87;8712
+72073;43.67785;-1.28215;25;20220124;14.5;-.2;7.1;1.9;6.65;0;1.04;8919
+72073;43.67785;-1.28215;25;20220125;14.9;-1.2;6.9;1.6;6.45;0;.98;9544
+72073;43.67785;-1.28215;25;20220126;12.9;-.2;6.4;1.9;6.8;0;.95;9010
+72073;43.67785;-1.28215;25;20220127;10;-1.4;4.3;1.4;7.2;.1;.55;8058
+72073;43.67785;-1.28215;25;20220128;9.3;3.8;6.5;1.5;7.35;0;.73;5892
+72073;43.67785;-1.28215;25;20220129;3.1;-.8;1.1;2;6.75;0;.28;3550
+72073;43.67785;-1.28215;25;20220130;1.7;0;.9;2;6.6;.4;.27;2250
+72073;43.67785;-1.28215;25;20220131;11.2;1.6;6.4;3.8;9.17;1.6;.56;6304
+72073;43.67785;-1.28215;25;20220201;10.6;3.3;7;2.4;9.05;0;.66;6315
+72073;43.67785;-1.28215;25;20220202;13.8;8.5;11.2;2.7;10.9;0;1;6448
+72073;43.67785;-1.28215;25;20220203;14.2;5.5;9.8;2.9;11.2;0;.78;7023
+72073;43.67785;-1.28215;25;20220204;12.4;6;9.2;2.2;11;1.5;.6;4207
+72073;43.67785;-1.28215;25;20220205;11.2;6.7;9;2.2;8.5;0;1.01;7720
+72073;43.67785;-1.28215;25;20220206;11.2;.6;5.9;2.8;8.45;1.2;.72;6367
+72073;43.67785;-1.28215;25;20220207;13.1;9.7;11.4;3.1;11.21;1.7;.96;5065
+72073;43.67785;-1.28215;25;20220208;15.8;5.5;10.7;2.5;9.2;0;1.42;10211
+72073;43.67785;-1.28215;25;20220209;17.4;3.2;10.3;1.2;8.8;.1;1.12;10523
+72073;43.67785;-1.28215;25;20220210;12.2;2.7;7.4;1.4;9.41;2.7;1.19;10250
+72073;43.67785;-1.28215;25;20220211;11;8.2;9.6;1.4;10.31;0;.72;3750
+72073;43.67785;-1.28215;25;20220212;15.3;4.2;9.8;1.4;9.26;0;1.09;9700
+72073;43.67785;-1.28215;25;20220213;19.5;3.5;11.5;3.4;9.21;6.5;2.04;10900
+72073;43.67785;-1.28215;25;20220214;11.5;8.5;10;5.9;9.96;23.5;1.28;5150
+72073;43.67785;-1.28215;25;20220215;12.8;7.3;10;3.5;9.56;4.6;1.3;6450
+72073;43.67785;-1.28215;25;20220216;13.2;9.7;11.4;5;12.25;5.3;.88;4225
+72073;43.67785;-1.28215;25;20220217;15.4;12.4;13.9;2.9;12.5;.5;1.31;5144
+72073;43.67785;-1.28215;25;20220218;16.2;5.5;10.8;2.9;10.8;.4;1.26;9021
+72073;43.67785;-1.28215;25;20220219;12.4;7.4;9.9;2;9.4;1.3;1.17;8401
+72073;43.67785;-1.28215;25;20220220;13;4;8.5;4;10.8;3.3;.76;6998
+72073;43.67785;-1.28215;25;20220221;13.5;10.6;12;4.8;11.1;.9;1.49;6295
+72073;43.67785;-1.28215;25;20220222;14.9;9.1;12;2;9.8;.1;1.47;8730
+72073;43.67785;-1.28215;25;20220223;17.7;2;9.8;1.9;9.25;0;1.61;13025
+72073;43.67785;-1.28215;25;20220224;12.9;5.3;9.1;3.3;10.95;1.1;.81;6718
+72073;43.67785;-1.28215;25;20220225;12.7;6;9.4;2.2;7.75;0;1.58;10791
+72073;43.67785;-1.28215;25;20220226;15.4;1.6;8.5;3.1;6.05;0;2.33;14457
+72073;43.67785;-1.28215;25;20220227;15.2;6.6;10.9;1.7;9.2;.1;1.48;9714
+72073;43.67785;-1.28215;25;20220228;20.1;3.9;12;1.3;9.2;0;1.88;15187
+72073;43.67785;-1.28215;25;20220301;19.6;2.8;11.2;1.9;8.65;.2;2.07;14008
+72073;43.67785;-1.28215;25;20220302;13.5;10.3;11.9;2.5;11.6;2.3;1.09;5025
+72073;43.67785;-1.28215;25;20220303;15.5;5.9;10.7;3.7;11.05;7.9;1.43;10550
+72073;43.67785;-1.28215;25;20220304;12.3;9.6;11;4.9;9.8;.3;1.72;8098
+72073;43.67785;-1.28215;25;20220305;11.7;5.9;8.8;2.1;8.55;.3;1.26;8037
+72073;43.67785;-1.28215;25;20220306;10.8;5;7.9;1.1;8.15;.5;1.14;8240
+72073;43.67785;-1.28215;25;20220307;13.1;2.3;7.7;2.1;7.45;0;1.72;14331
+72073;43.67785;-1.28215;25;20220308;13.3;8.6;10.9;2.4;9.4;1.7;1.52;7052
+72073;43.67785;-1.28215;25;20220309;18.7;3.5;11.1;3.4;8.65;.5;2.59;14667
+72073;43.67785;-1.28215;25;20220310;17;11;14;2;11.45;4.1;1.79;9704
+72073;43.67785;-1.28215;25;20220311;18.1;11.5;14.8;3.5;10.65;5.2;2.37;7654
+72073;43.67785;-1.28215;25;20220312;16.1;7.9;12;2.3;10.2;8.9;2.03;14419
+72073;43.67785;-1.28215;25;20220313;14.4;9.2;11.8;3.7;9.3;5.2;2.18;11301
+72073;43.67785;-1.28215;25;20220314;12.6;6.3;9.4;2.6;9.45;.6;1.35;7439
+72073;43.67785;-1.28215;25;20220315;22;8.7;15.3;2.8;12.15;0;2.65;14564
+72073;43.67785;-1.28215;25;20220316;15;11.2;13.1;3.4;12.9;2.1;1.3;6221
+72073;43.67785;-1.28215;25;20220317;10.7;10.9;10.8;5;11.85;19.1;.72;400
+72073;43.67785;-1.28215;25;20220318;12;8;10;1.5;9.86;0;1.2;7200
+72073;43.67785;-1.28215;25;20220319;18.2;5.8;12;2.3;10.16;0;2.2;14700
+72073;43.67785;-1.28215;25;20220320;19.2;8.3;13.8;2.7;9.96;0;2.37;8750
+72073;43.67785;-1.28215;25;20220321;21.1;9.1;15.1;2.5;10.51;1.4;2.76;13250
+72073;43.67785;-1.28215;25;20220322;17.7;7;12.3;2.8;8.86;0;2.36;9600
+72073;43.67785;-1.28215;25;20220323;18.9;7.2;13.1;2.9;8.01;0;3.37;19100
+72073;43.67785;-1.28215;25;20220324;19.6;4.7;12.2;2;9.11;0;2.69;18300
+72073;43.67785;-1.28215;25;20220325;19.5;8.2;13.8;1.9;9.46;0;2.6;14800
+72073;43.67785;-1.28215;25;20220326;19.8;6.8;13.3;2.6;8.76;0;3.15;18600
+72073;43.67785;-1.28215;25;20220327;21.6;6.4;14;1.9;9.31;0;3.06;18100
+72073;43.67785;-1.28215;25;20220328;21;9.1;15;1.8;9.66;0;2.59;11650
+72073;43.67785;-1.28215;25;20220329;16.5;9.6;13.1;2.5;11.81;.1;1.76;8750
+72073;43.67785;-1.28215;25;20220330;13.6;11.1;12.3;3;11.66;9.9;1.31;4750
+72073;43.67785;-1.28215;25;20220331;13.7;9;11.3;3.5;9.61;10;1.93;9550
+72073;43.67785;-1.28215;25;20220401;9;2.3;5.6;2.9;6.46;3;1.66;11800
+72073;43.67785;-1.28215;25;20220402;10.1;3.3;6.7;4.4;6.27;.2;2.36;16227
+72073;43.67785;-1.28215;25;20220403;9.8;1.8;5.8;3;6.38;.2;2.14;16724
+72073;43.67785;-1.28215;25;20220404;11.9;.7;6.3;1.8;5.42;.1;2.25;19043
+72073;43.67785;-1.28215;25;20220405;15.3;-.9;7.2;1.5;6.77;0;2.3;19214
+72073;43.67785;-1.28215;25;20220406;13.1;4.9;9;2.9;9.66;0;1.4;7900
+72073;43.67785;-1.28215;25;20220407;20.1;8;14.1;3.8;10.81;5.1;2.96;13300
+72073;43.67785;-1.28215;25;20220408;20.8;10.7;15.7;3.7;11.31;1.2;2.83;8250
+72073;43.67785;-1.28215;25;20220409;15.3;8.8;12;2.8;9.06;.4;3.03;21050
+72073;43.67785;-1.28215;25;20220410;22.8;2.8;12.8;3.7;8.26;0;4.34;22600
+72073;43.67785;-1.28215;25;20220411;25.4;10.1;17.7;3;11.41;.4;3.89;15350
+72073;43.67785;-1.28215;25;20220412;21.5;11.9;16.7;2.6;12.21;0;3.04;13700
+72073;43.67785;-1.28215;25;20220413;17.7;9.4;13.5;2.4;13.16;.3;1.86;11500
+72073;43.67785;-1.28215;25;20220414;20.3;12.5;16.4;2.4;14.01;0;2.75;17350
+72073;43.67785;-1.28215;25;20220415;16.8;11.7;14.2;2.8;13.71;0;1.82;10600
+72073;43.67785;-1.28215;25;20220416;19.2;12.2;15.7;2.4;13.36;0;3;20050
+72073;43.67785;-1.28215;25;20220417;19.2;10.9;15;3.5;13.61;0;2.75;18050
+72073;43.67785;-1.28215;25;20220418;17.5;12.4;14.9;2.8;12.66;0;2.45;14150
+72073;43.67785;-1.28215;25;20220419;11.8;9.5;10.7;2.3;11.51;16.8;1;3450
+72073;43.67785;-1.28215;25;20220420;11.2;8.9;10.1;3.6;11.61;18.1;.78;3500
+72073;43.67785;-1.28215;25;20220421;12.4;9.6;11;2.5;12.21;5;.79;2850
+72073;43.67785;-1.28215;25;20220422;21.1;6.7;13.9;3.4;10.34;1.6;3.81;21724
+72073;43.67785;-1.28215;25;20220423;14.4;10.9;12.7;4.4;11.71;8.6;2.04;11150
+72073;43.67785;-1.28215;25;20220424;16.4;9.7;13;5.3;12.31;1.4;2.26;13850
+72073;43.67785;-1.28215;25;20220425;20.7;6.4;13.6;2.1;10.66;0;3.57;23900
+72073;43.67785;-1.28215;25;20220426;25.7;9.3;17.5;3.5;12.26;.8;4.85;24400
+72073;43.67785;-1.28215;25;20220427;17.2;13.2;15.2;2.5;14.35;1.7;1.77;8664
+72073;43.67785;-1.28215;25;20220428;15.7;12.9;14.3;2.1;14.51;.6;1.17;5100
+72073;43.67785;-1.28215;25;20220429;18.9;11.2;15;1.7;13.56;0;2.33;13350
+72073;43.67785;-1.28215;25;20220430;18.4;12.8;15.6;2.2;13.36;0;2.63;15350
+72073;43.67785;-1.28215;25;20220501;18.5;11.8;15.2;2.6;13.16;0;2.65;15700
+72073;43.67785;-1.28215;25;20220502;16.1;11.6;13.8;2.8;12.81;0;1.81;8600
+72073;43.67785;-1.28215;25;20220503;19.1;12.9;16;3.8;14.56;2;2.36;12700
+72073;43.67785;-1.28215;25;20220504;18.5;13.7;16.1;4.1;14.16;.7;2.33;11500
+72073;43.67785;-1.28215;25;20220505;19.2;10.5;14.8;2.8;13.56;0;2.79;17600
+72073;43.67785;-1.28215;25;20220506;17.7;12;14.9;3.3;13.6;.1;2.6;14921
+72073;43.67785;-1.28215;25;20220507;19.6;13.3;16.4;2.8;14.55;.1;3.03;17206
+72073;43.67785;-1.28215;25;20220508;20.5;13.8;17.1;2.5;15.4;.1;2.89;15876
+72073;43.67785;-1.28215;25;20220509;23.7;11.4;17.6;2.2;14.65;0;4.16;24692
+72073;43.67785;-1.28215;25;20220510;25.5;10.6;18.1;1.6;14.5;0;4.44;26171
+72073;43.67785;-1.28215;25;20220511;21.4;14.8;18.1;2.1;15.2;.2;3.23;16819
+72073;43.67785;-1.28215;25;20220512;20.8;14.7;17.8;2.1;15.45;1.7;2.67;13191
+72073;43.67785;-1.28215;25;20220513;22.3;14.8;18.5;2;15.9;0;3.16;16513
+72073;43.67785;-1.28215;25;20220514;30.9;11.5;21.2;2.5;16.3;1.7;5.42;26011
+72073;43.67785;-1.28215;25;20220515;29.3;15.8;22.6;2.8;18.45;3.7;4.68;20497
+72073;43.67785;-1.28215;25;20220516;27.6;16.2;21.9;2.3;17.25;0;4.87;24359
+72073;43.67785;-1.28215;25;20220517;27.3;16.2;21.7;2.6;16.65;0;4.98;24295
+72073;43.67785;-1.28215;25;20220518;33.3;14.2;23.8;3.1;17.4;1.9;6.42;27630
+72073;43.67785;-1.28215;25;20220519;26.2;17;21.6;2.7;18.55;0;4.32;21206
+72073;43.67785;-1.28215;25;20220520;21.4;17.7;19.5;2.6;18.95;0;2.5;11948
+72073;43.67785;-1.28215;25;20220521;27.8;17;22.4;2.4;19.25;0;4.3;19976
+72073;43.67785;-1.28215;25;20220522;30.8;18;24.4;4.5;19.8;1;5.8;22736
+72073;43.67785;-1.28215;25;20220523;19.7;16.2;18;6.2;16.05;3.2;3.02;13201
+72073;43.67785;-1.28215;25;20220524;16.8;13.8;15.3;4;13.65;3.8;2.4;10737
+72073;43.67785;-1.28215;25;20220525;19.2;12.1;15.6;3.6;13;0;3.51;19820
+72073;43.67785;-1.28215;25;20220526;19.7;10.3;15;2;13.65;.1;2.91;17350
+72073;43.67785;-1.28215;25;20220527;22.7;12.9;17.8;2.2;15;0;3.99;23265
+72073;43.67785;-1.28215;25;20220528;23.5;10.2;16.8;1.6;15.05;0;4.31;26997
+72073;43.67785;-1.28215;25;20220529;24.1;10.6;17.3;2.6;12.55;0;4.85;27652
+72073;43.67785;-1.28215;25;20220530;21.9;10.3;16.1;2.4;10.5;0;4.38;24041
+72073;43.67785;-1.28215;25;20220531;23.8;11.9;17.9;2;13.2;0;4.55;25479
+72073;43.67785;-1.28215;25;20220601;26.3;13.5;19.9;2.8;15.25;0;5;24762
+72073;43.67785;-1.28215;25;20220602;24.7;17.2;20.9;3.6;18.7;2.3;3.92;18530
+72073;43.67785;-1.28215;25;20220603;24.2;18.1;21.1;3.4;19.3;7.5;3.64;17192
+72073;43.67785;-1.28215;25;20220604;22.2;18.1;20.2;2.6;19;1.7;2.71;12298
+72073;43.67785;-1.28215;25;20220605;22.8;17.4;20.1;2.3;17;0;3.64;17716
+72073;43.67785;-1.28215;25;20220606;23.3;15.9;19.6;1.8;16.7;.1;3.71;19356
+72073;43.67785;-1.28215;25;20220607;22.7;17.7;20.2;2.2;17.25;3.5;3.19;14592
+72073;43.67785;-1.28215;25;20220608;19.5;14.8;17.2;2.1;17.3;2.9;2.21;11951
+72073;43.67785;-1.28215;25;20220609;22.3;15.6;18.9;2.3;15.3;.1;4.1;21566
+72073;43.67785;-1.28215;25;20220610;25.8;11.9;18.9;2.5;16.1;0;4.75;26899
+72073;43.67785;-1.28215;25;20220611;25.4;17.7;21.5;2.4;19.5;.2;3.91;19032
+72073;43.67785;-1.28215;25;20220612;24.6;18.3;21.4;3.1;19.95;4.5;3.31;14502
+72073;43.67785;-1.28215;25;20220613;25.4;19.1;22.3;2.3;20.8;.1;3.63;17095
+72073;43.67785;-1.28215;25;20220614;30.2;17.7;24;2.1;22.55;.1;4.81;22860
+72073;43.67785;-1.28215;25;20220615;28.2;20;24.1;2.7;21.8;0;4.66;21297
+72073;43.67785;-1.28215;25;20220616;34.8;18.3;26.6;2.2;21.95;0;6.21;26889
+72073;43.67785;-1.28215;25;20220617;37.2;20.4;28.8;3;22.3;0;7.46;28899
+72073;43.67785;-1.28215;25;20220618;40.1;21.3;30.7;3;22.8;0;8.15;29115
+72073;43.67785;-1.28215;25;20220619;26.4;18.6;22.5;3.7;18.85;.2;4.65;20514
+72073;43.67785;-1.28215;25;20220620;26.4;18.9;22.7;3.4;18.7;0;4.52;19768
+72073;43.67785;-1.28215;25;20220621;23.9;18.9;21.4;3.9;20.2;11.5;3.24;14367
+72073;43.67785;-1.28215;25;20220622;23.7;16.7;20.2;3.5;18.55;.4;3.76;18935
+72073;43.67785;-1.28215;25;20220623;24.7;15.1;19.9;2.1;18.1;6.3;3.97;21237
+72073;43.67785;-1.28215;25;20220624;23.9;16.3;20.1;3.4;16.7;1.5;4.33;21296
+72073;43.67785;-1.28215;25;20220625;19.5;15.3;17.4;2.4;15.7;6.8;2.28;10102
+72073;43.67785;-1.28215;25;20220626;18;13.9;16;1.7;15.35;9.3;2.13;11221
+72073;43.67785;-1.28215;25;20220627;18.6;14.7;16.6;1.7;15.95;.4;2.13;10851
+72073;43.67785;-1.28215;25;20220628;23.8;15.2;19.5;2.3;15;0;4.45;23245
+72073;43.67785;-1.28215;25;20220629;22.7;12.1;17.4;1.9;15.65;2.3;3.5;20106
+72073;43.67785;-1.28215;25;20220630;18.4;14.8;16.6;2.1;15.6;3.6;2.12;10326
+72073;43.67785;-1.28215;25;20220701;23.1;10.8;17;2.2;13.95;0;4.39;26340
+72073;43.67785;-1.28215;25;20220702;29.1;13;21;3.2;15.35;0;5.99;28647
+72073;43.67785;-1.28215;25;20220703;24;15.2;19.6;2.8;17.05;0;4.15;22285
+72073;43.67785;-1.28215;25;20220704;21.9;17.5;19.7;2.8;17.7;.2;2.92;13007
+72073;43.67785;-1.28215;25;20220705;25.6;16.4;21;2.2;19;.1;4.38;23391
+72073;43.67785;-1.28215;25;20220706;24.8;16.2;20.5;2.3;18.35;0;4.02;20869
+72073;43.67785;-1.28215;25;20220707;25;18.6;21.8;3.4;19.45;0;3.98;18095
+72073;43.67785;-1.28215;25;20220708;26.5;16.9;21.7;2.4;18.5;.1;4.5;21893
+72073;43.67785;-1.28215;25;20220709;28.1;16.1;22.1;2.6;19.8;.1;4.8;24906
+72073;43.67785;-1.28215;25;20220710;29.6;16.1;22.8;2;19.9;.2;5.09;26116
+72073;43.67785;-1.28215;25;20220711;31.3;15.5;23.4;1.8;20.4;0;5.4;27478
+72073;43.67785;-1.28215;25;20220712;31.6;19.3;25.4;1.8;23.25;.1;5.11;24352
+72073;43.67785;-1.28215;25;20220713;32.3;16;24.2;1.3;20.2;.1;5.46;27842
+72073;43.67785;-1.28215;25;20220714;32.5;17.5;25;2;21.3;.1;5.47;25806
+72073;43.67785;-1.28215;25;20220715;29.8;21.7;25.7;2.8;22.95;0;4.67;19290
+72073;43.67785;-1.28215;25;20220716;36.5;18.6;27.6;2.4;18.6;.1;7.02;28561
+72073;43.67785;-1.28215;25;20220717;39.3;20.4;29.8;3;16;0;8.27;28751
+72073;43.67785;-1.28215;25;20220718;40.2;20.9;30.5;3.6;19;0;8.75;28848
+72073;43.67785;-1.28215;25;20220719;28.5;21.7;25.1;4.4;20.95;0;4.99;18693
+72073;43.67785;-1.28215;25;20220720;25.6;20.9;23.3;2;19.75;4.2;3.31;13393
+72073;43.67785;-1.28215;25;20220721;29.9;17.7;23.8;3.2;19.55;0;5.38;24147
+72073;43.67785;-1.28215;25;20220722;24.4;21;22.7;4.1;19.25;0;3.6;12235
+72073;43.67785;-1.28215;25;20220723;26.7;16.6;21.7;2.3;16.8;0;4.58;22538
+72073;43.67785;-1.28215;25;20220724;37.1;15.8;26.5;3.4;19.45;0;7.46;28888
+72073;43.67785;-1.28215;25;20220725;25.8;21.4;23.6;3.9;20.2;.1;3.84;13939
+72073;43.67785;-1.28215;25;20220726;25.7;17;21.4;2.6;17;.3;4.42;21381
+72073;43.67785;-1.28215;25;20220727;25.6;14.4;20;2.3;15;0;4.54;23561
+72073;43.67785;-1.28215;25;20220728;25.3;15.8;20.5;2;16.1;3.8;4;20038
+72073;43.67785;-1.28215;25;20220729;25.2;16.2;20.7;2;17.95;.5;3.5;17291
+72073;43.67785;-1.28215;25;20220730;26.7;17.4;22.1;1.9;19.55;0;3.66;17944
+72073;43.67785;-1.28215;25;20220731;27.8;17;22.4;2.5;19.75;0;4.55;22641
+72073;43.67785;-1.28215;25;20220801;28.2;18.9;23.5;2.4;20.15;0;4.35;19742
+72073;43.67785;-1.28215;25;20220802;30.6;17.7;24.1;2.4;21;.2;4.8;23329
+72073;43.67785;-1.28215;25;20220803;30.9;22;26.5;3.2;24.75;.2;4.4;17289
+72073;43.67785;-1.28215;25;20220804;27.8;21.9;24.8;3.3;23;.5;4.08;16818
+72073;43.67785;-1.28215;25;20220805;26.3;20.9;23.6;3.5;20.25;0;4.13;16775
+72073;43.67785;-1.28215;25;20220806;28.9;20.2;24.5;2.8;20.05;0;4.58;18902
+72073;43.67785;-1.28215;25;20220807;29.4;18.4;23.9;2.2;18.85;.1;4.56;21183
+72073;43.67785;-1.28215;25;20220808;30.1;17.7;23.9;2.8;20.15;.1;4.7;21957
+72073;43.67785;-1.28215;25;20220809;30.5;21.2;25.9;2.8;21.7;.1;4.29;16255
+72073;43.67785;-1.28215;25;20220810;33.8;18.1;26;2.3;20.9;0;5.21;22803
+72073;43.67785;-1.28215;25;20220811;36.6;21.1;28.9;2.7;21.85;0;5.88;22099
+72073;43.67785;-1.28215;25;20220812;30.4;23.2;26.8;3.8;24.65;0;4.53;17076
+72073;43.67785;-1.28215;25;20220813;28.1;21.4;24.8;3.1;21.75;1.8;3.86;14794
+72073;43.67785;-1.28215;25;20220814;25.1;21.4;23.3;3.3;20.55;.5;3.38;12610
+72073;43.67785;-1.28215;25;20220815;25.9;16.9;21.4;2.4;17.9;.4;3.78;18210
+72073;43.67785;-1.28215;25;20220816;21.8;16.7;19.2;2.4;18.11;4.4;3.54;18045
+72073;43.67785;-1.28215;25;20220817;23.2;16.5;19.8;3.6;17.77;10.6;3.25;16054
+72073;43.67785;-1.28215;25;20220818;22.4;18.2;20.3;5.2;18.84;7.9;2.85;12676
+72073;43.67785;-1.28215;25;20220819;24.8;17.6;21.2;2.9;17.9;.1;3.41;14513
+72073;43.67785;-1.28215;25;20220820;29.1;15;22.1;2;19.3;.1;4.31;22454
+72073;43.67785;-1.28215;25;20220821;25.5;19;22.2;2.2;20.95;.5;3.06;14580
+72073;43.67785;-1.28215;25;20220822;24.2;20;22.1;3.5;21.55;1.5;2.58;10507
+72073;43.67785;-1.28215;25;20220823;27.4;19.8;23.6;1.9;22.55;0;3.12;14715
+72073;43.67785;-1.28215;25;20220824;35.4;18.1;26.7;2.6;22.2;2.1;5.46;22447
+72073;43.67785;-1.28215;25;20220825;26.7;21.1;23.9;3.6;23.05;.4;3.57;15668
+72073;43.67785;-1.28215;25;20220826;26.1;21.1;23.6;3.2;21.3;.1;3.3;13435
+72073;43.67785;-1.28215;25;20220827;27.4;19.8;23.6;2.1;20.45;.1;3.5;15404
+72073;43.67785;-1.28215;25;20220828;35;17;26;2.1;19.6;1.4;5.35;23392
+72073;43.67785;-1.28215;25;20220829;25.6;22.1;23.9;2.8;20.55;7.8;2.38;5335
+72073;43.67785;-1.28215;25;20220830;28.4;19.2;23.8;2.9;22.9;0;3.56;17046
+72073;43.67785;-1.28215;25;20220831;26.2;19.9;23;2.5;21.95;6.4;2.97;13511
+72073;43.67785;-1.28215;25;20220901;27.5;18.1;22.8;2.3;20.15;.1;3.54;17508
+72073;43.67785;-1.28215;25;20220902;24.4;19.6;22;2.4;20.55;2.6;2.65;11811
+72073;43.67785;-1.28215;25;20220903;25.3;18.6;22;2.2;19.25;5.2;3.04;13930
+72073;43.67785;-1.28215;25;20220904;29.2;15;22.1;1.9;18.7;0;3.78;19675
+72073;43.67785;-1.28215;25;20220905;30.9;19.1;25;2.5;20.1;0;4.24;18750
+72073;43.67785;-1.28215;25;20220906;29;14.7;21.8;2.2;16.95;0;4.06;20448
+72073;43.67785;-1.28215;25;20220907;24.8;16.2;20.5;1.6;16.95;0;2.82;14150
+72073;43.67785;-1.28215;25;20220908;25.7;13.6;19.6;1.9;16.65;3.2;3.14;17586
+72073;43.67785;-1.28215;25;20220909;23.9;18.6;21.3;2.9;17.3;.3;3.09;13080
+72073;43.67785;-1.28215;25;20220910;29.1;13.6;21.4;2.2;16.2;0;4;20176
+72073;43.67785;-1.28215;25;20220911;36.1;16.7;26.4;2.9;15.9;0;5.92;21594
+72073;43.67785;-1.28215;25;20220912;37.1;19.8;28.5;2.5;18.1;4.3;5.34;18203
+72073;43.67785;-1.28215;25;20220913;30.6;21.2;25.9;3;19.95;0;3.84;11546
+72073;43.67785;-1.28215;25;20220914;29.1;19.3;24.2;2.6;18;0;3.95;15895
+72073;43.67785;-1.28215;25;20220915;26.6;15.9;21.2;2;18.9;3.3;3.03;16084
+72073;43.67785;-1.28215;25;20220916;23.5;19.2;21.4;2.9;18.2;0;2.83;12031
+72073;43.67785;-1.28215;25;20220917;23.3;12.8;18.1;2.7;10.9;0;3.64;17589
+72073;43.67785;-1.28215;25;20220918;25.9;9.7;17.8;3.1;8.2;0;4.48;18500
+72073;43.67785;-1.28215;25;20220919;24.9;7.6;16.3;1.8;11;0;3.18;18828
+72073;43.67785;-1.28215;25;20220920;21.8;8.4;15.1;1.8;11.4;0;2.78;17513
+72073;43.67785;-1.28215;25;20220921;21.8;10.3;16.1;2.1;12.75;0;2.64;16362
+72073;43.67785;-1.28215;25;20220922;24;10.4;17.2;1.9;13.1;0;2.85;16856
+72073;43.67785;-1.28215;25;20220923;20.2;10.9;15.6;1.6;14.5;13.9;1.66;9073
+72073;43.67785;-1.28215;25;20220924;18.6;13.2;15.9;2.7;15.35;24.3;1.55;7278
+72073;43.67785;-1.28215;25;20220925;19.3;12.3;15.8;3;13.75;3.9;2.09;10859
+72073;43.67785;-1.28215;25;20220926;20.3;9.1;14.7;3.4;13.45;8.3;2.15;12428
+72073;43.67785;-1.28215;25;20220927;18.7;15.5;17.1;5.8;16.35;10.7;1.86;7197
+72073;43.67785;-1.28215;25;20220928;18.8;16.6;17.7;7.6;17.3;36.5;1.78;6338
+72073;43.67785;-1.28215;25;20220929;15.9;14.2;15.1;4.2;15.1;30.9;1.22;4856
+72073;43.67785;-1.28215;25;20220930;19.3;11.4;15.3;2.4;13.2;.3;2.06;12052
+72073;43.67785;-1.28215;25;20221001;21.6;13.1;17.4;2.5;14.65;0;2.21;10836
+72073;43.67785;-1.28215;25;20221002;22.2;11.4;16.8;1.5;15.75;0;1.92;12446
+72073;43.67785;-1.28215;25;20221003;24.9;14.4;19.7;1.6;16.65;0;2.43;14123
+72073;43.67785;-1.28215;25;20221004;22.6;12;17.3;1;16.6;.1;1.76;11848
+72073;43.67785;-1.28215;25;20221005;26.3;14.8;20.6;2.3;17.55;0;2.64;13258
+72073;43.67785;-1.28215;25;20221006;21.7;17;19.4;1.5;17.9;0;1.59;7585
+72073;43.67785;-1.28215;25;20221007;26;13.3;19.7;2.4;17.1;.8;2.58;13609
+72073;43.67785;-1.28215;25;20221008;21.9;17.3;19.6;2.2;17.55;.2;1.7;6755
+72073;43.67785;-1.28215;25;20221009;26.5;12.8;19.7;2;16.55;0;2.47;13435
+72073;43.67785;-1.28215;25;20221010;21.5;17.1;19.3;1.8;19.55;5.5;1.32;6383
+72073;43.67785;-1.28215;25;20221011;20.4;16.4;18.4;1.5;18.5;2.8;1.23;6140
+72073;43.67785;-1.28215;25;20221012;21.1;16.2;18.7;1.3;17.5;.1;1.43;7283
+72073;43.67785;-1.28215;25;20221013;20.6;13.1;16.8;2.3;16.85;.5;1.45;9183
+72073;43.67785;-1.28215;25;20221014;22.6;18.5;20.5;3.6;19;.5;1.96;7200
+72073;43.67785;-1.28215;25;20221015;24.2;13;18.6;1.8;16.4;0;1.94;11419
+72073;43.67785;-1.28215;25;20221016;28.4;14.2;21.3;1.5;17.25;.6;2.32;12238
+72073;43.67785;-1.28215;25;20221017;25.8;18.2;22;2.4;19.1;.4;2.13;8251
+72073;43.67785;-1.28215;25;20221018;30.3;15.6;23;2.3;18.05;0;2.92;12708
+72073;43.67785;-1.28215;25;20221019;29.6;17.4;23.5;2.6;17.45;.6;2.86;9050
+72073;43.67785;-1.28215;25;20221020;27;15.2;21.1;4;14.75;0;3.32;8710
+72073;43.67785;-1.28215;25;20221021;22;16.7;19.3;3.1;14.4;0;2.19;4324
+72073;43.67785;-1.28215;25;20221022;26.4;13.2;19.8;2.4;13.6;0;2.59;11244
+72073;43.67785;-1.28215;25;20221023;26.8;20.5;23.7;5;12.8;.1;4.63;6624
+72073;43.67785;-1.28215;25;20221024;23.9;15.8;19.9;2.6;13.1;0;2.5;9157
+72073;43.67785;-1.28215;25;20221025;24.1;12.5;18.3;2.3;13.8;.1;2.04;7260
+72073;43.67785;-1.28215;25;20221026;27.4;13.3;20.4;2.3;14.45;0;2.49;11149
+72073;43.67785;-1.28215;25;20221027;26;17.1;21.5;2;14.25;0;2.25;7449
+72073;43.67785;-1.28215;25;20221028;23.5;14.8;19.2;2.1;14.55;0;1.95;7736
+72073;43.67785;-1.28215;25;20221029;22.2;15.4;18.8;1.7;16.45;.1;1.44;6789
+72073;43.67785;-1.28215;25;20221030;20.3;13.3;16.8;1.5;16.25;2.4;1.16;8342
+72073;43.67785;-1.28215;25;20221031;21.1;13.5;17.3;2.5;15.95;9.2;1.39;6687
+72073;43.67785;-1.28215;25;20221101;20;12.9;16.5;2.2;14.7;0;1.43;9401
+72073;43.67785;-1.28215;25;20221102;20.3;10.8;15.6;1.7;13.4;.1;1.36;9915
+72073;43.67785;-1.28215;25;20221103;21.7;12;16.9;4.3;13.4;16.5;2.17;5994
+72073;43.67785;-1.28215;25;20221104;16.7;12.8;14.7;7.9;12.15;6;2.26;6580
+72073;43.67785;-1.28215;25;20221105;18.2;7.3;12.8;1.8;10.5;.1;1.26;9678
+72073;43.67785;-1.28215;25;20221106;19.6;5.3;12.4;2.3;10.8;.1;1.42;10320
+72073;43.67785;-1.28215;25;20221107;20.7;7.7;14.2;2.1;11.5;0;1.5;9971
+72073;43.67785;-1.28215;25;20221108;20.3;14.1;17.2;3.4;12.7;0;2.04;4378
+72073;43.67785;-1.28215;25;20221109;17;15.8;16.4;2.6;13.8;10.8;1.33;1404
+72073;43.67785;-1.28215;25;20221110;18.6;8.6;13.6;2.1;11.9;0;1.21;8962
+72073;43.67785;-1.28215;25;20221111;18.3;7.8;13.1;2.9;11.6;.1;1.32;8552
+72073;43.67785;-1.28215;25;20221112;21.3;8.9;15.1;1.7;12.2;.1;1.28;8691
+72073;43.67785;-1.28215;25;20221113;24.1;7.8;15.9;1.5;11.85;0;1.42;9568
+72073;43.67785;-1.28215;25;20221114;16.5;11.2;13.8;2.4;13;3.3;1.05;3450
+72073;43.67785;-1.28215;25;20221115;18.1;11.8;14.9;2.9;13.45;8.5;1.21;3776
+72073;43.67785;-1.28215;25;20221116;20;11.2;15.6;2.7;13.15;.4;1.39;7346
+72073;43.67785;-1.28215;25;20221117;18.4;15.8;17.1;4.8;14.75;14;1.66;3458
+72073;43.67785;-1.28215;25;20221118;12;11.4;11.7;4.8;11.85;33.8;.97;983
+72073;43.67785;-1.28215;25;20221119;12.1;9;10.5;3.7;10.55;15.2;.93;4198
+72073;43.67785;-1.28215;25;20221120;16.3;6.9;11.6;3.1;11.3;7.9;1.01;5608
+72073;43.67785;-1.28215;25;20221121;16.3;10.2;13.3;5.3;12.05;33.9;1.4;2932
+72073;43.67785;-1.28215;25;20221122;12.6;9.3;11;7.8;10.7;14.3;1.31;2787
+72073;43.67785;-1.28215;25;20221123;16.8;10.1;13.5;5.2;13.8;3;.9;5521
+72073;43.67785;-1.28215;25;20221124;14.1;9;11.6;1.9;11.5;7.6;.74;3157
+72073;43.67785;-1.28215;25;20221125;14.7;8.9;11.8;4.2;11.8;8.4;.94;4739
+72073;43.67785;-1.28215;25;20221126;13.7;5.6;9.6;2.1;9.7;0;.78;5152
+72073;43.67785;-1.28215;25;20221127;16;3.8;9.9;2.6;9.85;16.6;.95;6325
+72073;43.67785;-1.28215;25;20221128;14.3;10.7;12.5;5.9;11.85;22;1.2;4157
+72073;43.67785;-1.28215;25;20221129;14.6;9.9;12.3;4.2;11.95;4.2;.97;3768
+72073;43.67785;-1.28215;25;20221130;11;7.8;9.4;2.8;10;0;.7;4023
+72073;43.67785;-1.28215;25;20221201;6.2;4.1;5.1;1.8;7.9;0;.47;1852
+72073;43.67785;-1.28215;25;20221202;8.8;1.3;5.1;1.4;7.75;.1;.38;6035
+72073;43.67785;-1.28215;25;20221203;6.9;4.1;5.5;1.9;8.15;.7;.45;2737
+72073;43.67785;-1.28215;25;20221204;11.5;2.2;6.8;2.1;7.45;0;.72;6170
+72073;43.67785;-1.28215;25;20221205;13.4;1.2;7.3;2.8;7.3;0;1;7069
+72073;43.67785;-1.28215;25;20221206;14.8;7.8;11.3;2.4;9.9;.2;.97;4782
+72073;43.67785;-1.28215;25;20221207;13.2;6.5;9.9;2;10.2;.1;.59;5270
+72073;43.67785;-1.28215;25;20221208;9.2;6.3;7.8;2.7;9.6;9.8;.52;1896
+72073;43.67785;-1.28215;25;20221209;12.1;7.9;10;2.9;10.8;1.1;.65;2843
+72073;43.67785;-1.28215;25;20221210;7.5;-.8;3.3;2.1;5.7;.1;.58;6596
+72073;43.67785;-1.28215;25;20221211;5.8;-1.7;2;2.4;5.45;0;.6;4400
+72073;43.67785;-1.28215;25;20221212;7.6;-.4;3.6;2.5;7.85;16.4;.3;2775
+72073;43.67785;-1.28215;25;20221213;15.4;8.3;11.8;3.2;14.7;3.2;.17;3471
+72073;43.67785;-1.28215;25;20221214;18.9;12.4;15.7;2.1;13.75;6.6;.93;4857
+72073;43.67785;-1.28215;25;20221215;15.7;11.1;13.4;2.4;12.85;5.8;.75;3968
+72073;43.67785;-1.28215;25;20221216;9.9;10.3;10.1;4.3;10.85;2.3;.74;650
+72073;43.67785;-1.28215;25;20221217;10.5;2.8;6.6;2.1;8.4;0;.5;4869
+72073;43.67785;-1.28215;25;20221218;18.4;2;10.2;2.4;8.75;0;1.1;7198
+72073;43.67785;-1.28215;25;20221219;18.2;6.1;12.1;3;9.4;0;1.46;4499
+72073;43.67785;-1.28215;25;20221220;18;13;15.5;3.4;11;8;1.94;1536
+72073;43.67785;-1.28215;25;20221221;19;10.1;14.5;1.8;13.15;.3;.79;5420
+72073;43.67785;-1.28215;25;20221222;17.4;9.2;13.3;1.3;12.6;.5;.64;3951
+72073;43.67785;-1.28215;25;20221223;19;9.2;14.1;1.9;12.7;0;.86;4481
+72073;43.67785;-1.28215;25;20221224;19.4;9;14.2;1.9;12.1;.1;.86;6309
+72073;43.67785;-1.28215;25;20221225;21.1;6.8;13.9;3.2;10.1;0;1.7;5898
+72073;43.67785;-1.28215;25;20221226;17.3;11.9;14.6;2.1;12.05;.7;1.02;4008
+72073;43.67785;-1.28215;25;20221227;15.1;11.3;13.2;1.1;12.8;0;.57;3243
+72073;43.67785;-1.28215;25;20221228;18.6;7.3;12.9;2.4;10.6;0;1.05;6305
+72073;43.67785;-1.28215;25;20221229;15.5;12.5;14;1.8;11.9;11.1;.95;2066
+72073;43.67785;-1.28215;25;20221230;20.7;10.6;15.7;3.4;12.9;0;1.5;5030
+72073;43.67785;-1.28215;25;20221231;21.4;13.1;17.3;3.9;9.2;0;2.76;4702
+72074;43.7133;-.98035;34;20220101;23;3.2;13.1;1;9.58;0;.71;7825
+72074;43.7133;-.98035;34;20220102;18.3;5.3;11.8;1.1;10.8;.1;.62;5900
+72074;43.7133;-.98035;34;20220103;17.5;5.3;11.4;1.1;10.6;0;.59;6100
+72074;43.7133;-.98035;34;20220104;18.8;11.1;15;4.3;10.56;9.2;2.12;4000
+72074;43.7133;-.98035;34;20220105;9.5;4.7;7.1;1.6;7.51;.2;.71;3492
+72074;43.7133;-.98035;34;20220106;9.6;-1.6;4;.5;5.8;.1;.24;8000
+72074;43.7133;-.98035;34;20220107;12.6;-.7;5.9;2.2;8.2;4.5;.61;5400
+72074;43.7133;-.98035;34;20220108;12.8;7.7;10.2;4.4;10.7;9.4;.86;3300
+72074;43.7133;-.98035;34;20220109;11.1;9.6;10.3;4.6;12.2;31.1;.41;1100
+72074;43.7133;-.98035;34;20220110;13.5;10.5;12;4.5;13.3;5;.53;2000
+72074;43.7133;-.98035;34;20220111;11.3;7.8;9.5;.6;9.6;.1;.47;4300
+72074;43.7133;-.98035;34;20220112;6.2;0;3.1;.4;6.5;0;.3;5600
+72074;43.7133;-.98035;34;20220113;3.8;-1.7;1;2.1;6.7;0;.21;4300
+72074;43.7133;-.98035;34;20220114;5;-.2;2.4;1.8;6.4;.1;.37;6800
+72074;43.7133;-.98035;34;20220115;12.3;-3.7;4.3;.9;5.8;.1;.48;9500
+72074;43.7133;-.98035;34;20220116;11.1;-2.6;4.2;1.2;6.3;.1;.53;8700
+72074;43.7133;-.98035;34;20220117;10.3;.4;5.3;2;7.2;.1;.62;8500
+72074;43.7133;-.98035;34;20220118;4.7;1.1;2.9;1.3;7.4;0;.33;2000
+72074;43.7133;-.98035;34;20220119;10.6;2.8;6.7;1.6;8.4;.5;.6;3400
+72074;43.7133;-.98035;34;20220120;12.1;5.9;9;1.7;9.5;1.5;.69;3800
+72074;43.7133;-.98035;34;20220121;6.7;.4;3.5;1.6;6.1;.1;.56;7700
+72074;43.7133;-.98035;34;20220122;7.2;-2.5;2.3;1.1;5.3;0;.5;9300
+72074;43.7133;-.98035;34;20220123;10.7;-3.4;3.6;1.5;5.8;0;.71;9400
+72074;43.7133;-.98035;34;20220124;14.7;-2;6.3;1;6.2;0;.75;9600
+72074;43.7133;-.98035;34;20220125;14.7;-1.5;6.6;1.1;6.2;0;.81;9700
+72074;43.7133;-.98035;34;20220126;12.6;-2.1;5.2;1.4;6.4;0;.79;10100
+72074;43.7133;-.98035;34;20220127;12.5;-2.7;4.9;.9;6.8;.1;.62;9600
+72074;43.7133;-.98035;34;20220128;10.8;1.7;6.2;1;7;0;.66;8700
+72074;43.7133;-.98035;34;20220129;2.7;-1.1;.8;2.1;6.6;0;.27;2800
+72074;43.7133;-.98035;34;20220130;1.5;-.4;.5;2.1;6.5;.3;.25;2200
+72074;43.7133;-.98035;34;20220131;11;1.8;6.4;2.9;8.93;1.3;.59;6186
+72074;43.7133;-.98035;34;20220201;10.3;1.9;6.1;1.5;8.8;0;.56;6600
+72074;43.7133;-.98035;34;20220202;13.3;7.6;10.4;2.4;10.6;0;.91;7700
+72074;43.7133;-.98035;34;20220203;14.8;5.7;10.2;2.8;10.7;0;.96;6800
+72074;43.7133;-.98035;34;20220204;12.7;5.4;9;1.6;10.7;1.2;.6;2600
+72074;43.7133;-.98035;34;20220205;12.2;6.8;9.5;1.5;8.2;0;1.03;10800
+72074;43.7133;-.98035;34;20220206;11.5;-.7;5.4;1.9;7.8;1.5;.76;4700
+72074;43.7133;-.98035;34;20220207;13.9;8.4;11.1;1.7;10.98;1.7;.85;5515
+72074;43.7133;-.98035;34;20220208;15.8;4.6;10.2;2.3;8.8;0;1.4;12000
+72074;43.7133;-.98035;34;20220209;20.3;1.7;11;.8;8.3;.1;1.16;12000
+72074;43.7133;-.98035;34;20220210;18.4;1.8;10.1;1;9.1;5.8;1.12;10400
+72074;43.7133;-.98035;34;20220211;10.9;7.5;9.2;1.2;10;.3;.7;3500
+72074;43.7133;-.98035;34;20220212;15.3;3.3;9.3;.9;8.8;0;.99;9500
+72074;43.7133;-.98035;34;20220213;19.9;2.6;11.2;2.7;8.9;6.8;1.97;11100
+72074;43.7133;-.98035;34;20220214;11.2;8.4;9.8;4.4;10.1;12.7;1.08;4900
+72074;43.7133;-.98035;34;20220215;12.7;6.4;9.5;2.9;9.7;4.6;1.12;7000
+72074;43.7133;-.98035;34;20220216;13;9.2;11.1;3.9;12.1;5.4;.78;3400
+72074;43.7133;-.98035;34;20220217;15.9;12.2;14;2.3;12.5;.6;1.29;6100
+72074;43.7133;-.98035;34;20220218;18.4;5.4;11.9;1.9;10.5;0;1.44;8800
+72074;43.7133;-.98035;34;20220219;12.8;7.2;10;1.3;9.1;.5;1.19;10500
+72074;43.7133;-.98035;34;20220220;13.6;2.2;7.9;3;10.4;4.4;.76;5600
+72074;43.7133;-.98035;34;20220221;14.1;9.2;11.6;3.5;10.7;1;1.51;9800
+72074;43.7133;-.98035;34;20220222;17;6.4;11.7;1.2;9.4;0;1.52;13700
+72074;43.7133;-.98035;34;20220223;17.9;1.9;9.9;1.6;8.9;0;1.58;12500
+72074;43.7133;-.98035;34;20220224;13.3;4.7;9;2.2;10.6;1.1;.82;4700
+72074;43.7133;-.98035;34;20220225;12.6;5.8;9.2;2;7.5;0;1.62;12800
+72074;43.7133;-.98035;34;20220226;15.1;.8;7.9;2.8;5.8;0;2.23;15800
+72074;43.7133;-.98035;34;20220227;17;5.1;11;1.5;8.4;.1;1.66;11200
+72074;43.7133;-.98035;34;20220228;19.9;4.4;12.1;1;9.1;0;1.78;15200
+72074;43.7133;-.98035;34;20220301;19.6;1.6;10.6;1.7;8.3;.3;1.96;13100
+72074;43.7133;-.98035;34;20220302;14.3;9.2;11.7;1.5;10.9;2.3;1.16;6100
+72074;43.7133;-.98035;34;20220303;16.9;5.2;11;2.4;10.7;6;1.58;10800
+72074;43.7133;-.98035;34;20220304;12.7;8.8;10.7;2.7;9.5;0;1.68;11800
+72074;43.7133;-.98035;34;20220305;12.4;5.7;9;1.1;8.1;.1;1.22;7800
+72074;43.7133;-.98035;34;20220306;11.3;4.7;8;1;7.9;.1;1.14;8000
+72074;43.7133;-.98035;34;20220307;13.6;1.6;7.6;1.7;7.2;0;1.77;16200
+72074;43.7133;-.98035;34;20220308;12;7.6;9.8;2;9.4;1.3;1.19;5600
+72074;43.7133;-.98035;34;20220309;20;1.8;10.9;2.9;8.3;.8;2.63;14700
+72074;43.7133;-.98035;34;20220310;18.1;10.3;14.2;1.8;11;2.7;1.94;11100
+72074;43.7133;-.98035;34;20220311;17.8;10.5;14.1;2.9;10.4;8.4;2.01;5400
+72074;43.7133;-.98035;34;20220312;16;7.8;11.9;2.3;10.1;6.8;2.17;16900
+72074;43.7133;-.98035;34;20220313;15.1;8.9;12;3;9;3.6;2.34;14200
+72074;43.7133;-.98035;34;20220314;13.3;5.6;9.4;2.1;9.6;.4;1.18;5400
+72074;43.7133;-.98035;34;20220315;22.2;8.8;15.5;2.2;12.1;0;2.46;13100
+72074;43.7133;-.98035;34;20220316;15.6;10.6;13.1;2.2;12.7;3.6;1.25;5800
+72074;43.7133;-.98035;34;20220317;10.3;10.6;10.4;2.5;11.8;13.2;.6;800
+72074;43.7133;-.98035;34;20220318;12.4;7.7;10;1.2;9.8;0;1.26;7800
+72074;43.7133;-.98035;34;20220319;18.6;5.3;11.9;1.6;9.9;0;2.13;14500
+72074;43.7133;-.98035;34;20220320;18.9;6.7;12.8;2.2;10.5;0;2;9600
+72074;43.7133;-.98035;34;20220321;21.1;8.2;14.6;2.1;10.9;3.1;2.69;15800
+72074;43.7133;-.98035;34;20220322;17.4;6.4;11.9;2.1;9.5;0;1.95;9400
+72074;43.7133;-.98035;34;20220323;18.4;4.5;11.4;2.2;8.2;0;2.85;20000
+72074;43.7133;-.98035;34;20220324;19.6;4.2;11.9;1.5;8.8;0;2.62;18900
+72074;43.7133;-.98035;34;20220325;20.1;7;13.5;1.9;8.9;0;2.78;16400
+72074;43.7133;-.98035;34;20220326;19.6;6.1;12.8;2.6;8;0;3.26;19400
+72074;43.7133;-.98035;34;20220327;21.1;5.4;13.2;1.4;9.1;0;2.8;18900
+72074;43.7133;-.98035;34;20220328;20.7;6.9;13.8;1.1;10.4;0;2.07;11700
+72074;43.7133;-.98035;34;20220329;17.4;7.3;12.3;1.7;11.7;0;1.65;9400
+72074;43.7133;-.98035;34;20220330;13.8;10.7;12.2;1.6;11.8;6.7;1.21;5400
+72074;43.7133;-.98035;34;20220331;14.6;8.9;11.7;3.1;9.6;6.8;2.28;12900
+72074;43.7133;-.98035;34;20220401;9.3;2;5.6;2.2;6.2;.9;1.73;12400
+72074;43.7133;-.98035;34;20220402;10.1;-.1;5;3.3;6.01;.1;2.17;18550
+72074;43.7133;-.98035;34;20220403;8.8;.2;4.5;2.5;6.06;.1;1.95;16094
+72074;43.7133;-.98035;34;20220404;11.8;.4;6.1;1.8;5.42;0;2.25;19043
+72074;43.7133;-.98035;34;20220405;16.2;-2.3;7;1.3;6.58;0;2.32;19703
+72074;43.7133;-.98035;34;20220406;13;4.4;8.7;2.7;9.8;0;1.17;5700
+72074;43.7133;-.98035;34;20220407;19.7;7.4;13.5;4.2;11;6.2;2.8;12400
+72074;43.7133;-.98035;34;20220408;20.4;9.6;15;3.4;11.5;1.5;2.57;8700
+72074;43.7133;-.98035;34;20220409;15.8;7.8;11.8;2.2;8.8;.6;2.92;20200
+72074;43.7133;-.98035;34;20220410;22.2;1.7;11.9;3.6;7.8;0;4.2;22600
+72074;43.7133;-.98035;34;20220411;24.6;9.6;17.1;3.3;11.5;.2;4.02;18000
+72074;43.7133;-.98035;34;20220412;21.3;10.7;16;2.1;12.4;.2;2.71;13400
+72074;43.7133;-.98035;34;20220413;18.6;8.5;13.5;1.2;13.1;.6;1.87;11300
+72074;43.7133;-.98035;34;20220414;22.3;12.4;17.3;1.7;13.6;0;3.16;18100
+72074;43.7133;-.98035;34;20220415;17.3;11.6;14.4;2.5;13.7;0;1.97;11100
+72074;43.7133;-.98035;34;20220416;21.1;12.1;16.6;2;13.3;0;3.53;22300
+72074;43.7133;-.98035;34;20220417;20.5;10.9;15.7;3.1;13.7;0;2.99;17400
+72074;43.7133;-.98035;34;20220418;18.4;12.1;15.2;2;12.4;0;2.23;10500
+72074;43.7133;-.98035;34;20220419;11.5;8.1;9.8;1.3;11.6;16.9;.76;3200
+72074;43.7133;-.98035;34;20220420;11.2;8.7;9.9;1.8;11.6;14.3;.85;4100
+72074;43.7133;-.98035;34;20220421;12.7;9.4;11;1.7;12.5;2.9;.85;3800
+72074;43.7133;-.98035;34;20220422;21.5;8;14.8;2.7;10.86;2.4;3.56;20450
+72074;43.7133;-.98035;34;20220423;14.4;10.7;12.5;3.3;11.9;5.2;1.93;11000
+72074;43.7133;-.98035;34;20220424;16.5;9.6;13;4.4;12.2;1.9;2.38;14500
+72074;43.7133;-.98035;34;20220425;21.6;5.7;13.6;1.8;10.3;0;3.52;22200
+72074;43.7133;-.98035;34;20220426;25.4;8.5;16.9;3.5;11.7;.6;4.82;24400
+72074;43.7133;-.98035;34;20220427;18.2;12.9;15.5;2.3;14.2;2;1.92;8800
+72074;43.7133;-.98035;34;20220428;16.1;12.9;14.5;1.7;14.5;.7;1.17;4400
+72074;43.7133;-.98035;34;20220429;19.4;10.3;14.8;1.5;13.4;0;2.5;14900
+72074;43.7133;-.98035;34;20220430;19.3;13;16.1;1.9;13.3;0;2.77;15100
+72074;43.7133;-.98035;34;20220501;19.8;11.5;15.6;2;13.1;0;2.95;17000
+72074;43.7133;-.98035;34;20220502;16.8;10.6;13.7;2.4;12.4;0;2.15;11600
+72074;43.7133;-.98035;34;20220503;20.4;12.7;16.5;3;14.4;3.3;2.68;13000
+72074;43.7133;-.98035;34;20220504;19.8;13.6;16.7;2.8;13.7;2.2;2.69;12000
+72074;43.7133;-.98035;34;20220505;20.1;8.9;14.5;2;12.6;0;2.83;16500
+72074;43.7133;-.98035;34;20220506;19.4;9.6;14.5;2.4;12.9;.1;3.18;20400
+72074;43.7133;-.98035;34;20220507;21.6;11.9;16.7;2.2;14.2;.1;3.72;22600
+72074;43.7133;-.98035;34;20220508;22.9;12.5;17.7;2;14.7;.1;3.52;19500
+72074;43.7133;-.98035;34;20220509;27.5;12.6;20;1.9;14.1;0;5.1;27800
+72074;43.7133;-.98035;34;20220510;28.6;11.3;19.9;1.5;14.4;0;5.01;27900
+72074;43.7133;-.98035;34;20220511;24.6;14.3;19.4;1.7;15.2;0;3.98;21400
+72074;43.7133;-.98035;34;20220512;21.4;14.7;18;1.6;15.4;.8;2.35;10500
+72074;43.7133;-.98035;34;20220513;24.4;14.1;19.2;1.3;15.7;0;3.37;17700
+72074;43.7133;-.98035;34;20220514;31.2;12;21.6;2.4;16.4;1.5;5.01;22200
+72074;43.7133;-.98035;34;20220515;31.2;15.3;23.2;2.6;18.5;3.3;4.49;17400
+72074;43.7133;-.98035;34;20220516;29.3;16.3;22.8;1.9;16.7;0;5.32;26600
+72074;43.7133;-.98035;34;20220517;29.7;15.6;22.6;2.2;15.9;0;5.71;28200
+72074;43.7133;-.98035;34;20220518;32.9;14.2;23.5;2.3;16.8;2.6;5.71;25000
+72074;43.7133;-.98035;34;20220519;26.4;16.5;21.4;1.9;18.7;.1;4.24;22000
+72074;43.7133;-.98035;34;20220520;22.2;17.5;19.8;2;18.9;0;2.65;12900
+72074;43.7133;-.98035;34;20220521;29.8;16.2;23;2.1;19.3;0;4.34;19400
+72074;43.7133;-.98035;34;20220522;31;17.9;24.4;3.6;19.7;.8;5.28;20200
+72074;43.7133;-.98035;34;20220523;20.4;15.6;18;4.1;15.8;2.1;3.23;16000
+72074;43.7133;-.98035;34;20220524;17.5;12.6;15;2.6;13.7;2.5;2.5;13800
+72074;43.7133;-.98035;34;20220525;19.6;11.5;15.5;2;13;.2;3.57;21900
+72074;43.7133;-.98035;34;20220526;20.1;8.8;14.4;1.5;13.3;.1;2.59;14900
+72074;43.7133;-.98035;34;20220527;24.9;13.4;19.1;1.4;14.7;0;4.55;26000
+72074;43.7133;-.98035;34;20220528;26.3;10.7;18.5;1.4;14.5;0;4.98;29500
+72074;43.7133;-.98035;34;20220529;26.3;10.8;18.5;2.2;10.9;0;5.6;30300
+72074;43.7133;-.98035;34;20220530;24.3;10.4;17.3;1.9;9.8;0;4.78;25600
+72074;43.7133;-.98035;34;20220531;27.5;12.6;20;1.8;12.6;0;5.42;28800
+72074;43.7133;-.98035;34;20220601;31.7;14.5;23.1;2.8;14.2;0;6.43;27700
+72074;43.7133;-.98035;34;20220602;28.2;16.5;22.3;2.6;18.5;3.6;4.85;22900
+72074;43.7133;-.98035;34;20220603;27.3;18;22.6;2.3;19.4;5.3;4.48;21400
+72074;43.7133;-.98035;34;20220604;23.1;18.1;20.6;2;19;2.6;2.68;11800
+72074;43.7133;-.98035;34;20220605;24.2;16.6;20.4;1.9;16.9;0;4.24;22400
+72074;43.7133;-.98035;34;20220606;25.1;16.3;20.7;1.8;16.4;.1;4.14;20800
+72074;43.7133;-.98035;34;20220607;24.4;16.4;20.4;1.4;16.9;3.1;3.63;18400
+72074;43.7133;-.98035;34;20220608;20;14.6;17.3;1.8;17.2;3.4;1.94;9400
+72074;43.7133;-.98035;34;20220609;23.4;13.3;18.3;1.5;15.2;.1;4.81;29200
+72074;43.7133;-.98035;34;20220610;29;11.5;20.2;1.7;15.6;0;5.42;29300
+72074;43.7133;-.98035;34;20220611;28.6;16.3;22.4;2;19.2;.3;4.85;24100
+72074;43.7133;-.98035;34;20220612;26.9;16.8;21.8;2.6;19.7;5.4;3.71;16500
+72074;43.7133;-.98035;34;20220613;27.9;18.5;23.2;1.7;20.8;.1;4.23;20400
+72074;43.7133;-.98035;34;20220614;33.5;18.1;25.8;2;23;.1;5.12;22100
+72074;43.7133;-.98035;34;20220615;32.3;19.3;25.8;2;21.7;0;5.96;27800
+72074;43.7133;-.98035;34;20220616;34.6;18.1;26.3;2.3;21.3;0;5.73;23300
+72074;43.7133;-.98035;34;20220617;37.3;19.8;28.5;2.6;22;0;7.04;27500
+72074;43.7133;-.98035;34;20220618;40.3;20.5;30.4;2.6;22.4;0;7.44;26400
+72074;43.7133;-.98035;34;20220619;29.5;18.3;23.9;2.8;18.3;.6;5.62;25100
+72074;43.7133;-.98035;34;20220620;27.9;18.6;23.2;2.1;18.2;0;4.76;21900
+72074;43.7133;-.98035;34;20220621;25.1;18.8;21.9;2.7;19.8;8.7;3.41;14700
+72074;43.7133;-.98035;34;20220622;24.9;16;20.4;2.1;18.9;1.4;3.93;20900
+72074;43.7133;-.98035;34;20220623;26;15.4;20.7;2.1;17.9;6;4.1;20600
+72074;43.7133;-.98035;34;20220624;25.4;15.2;20.3;2.4;16.5;2.8;4.85;25800
+72074;43.7133;-.98035;34;20220625;19.6;14.7;17.1;1.8;15.4;8.9;1.82;6800
+72074;43.7133;-.98035;34;20220626;17.3;13.7;15.5;1.6;15.3;12.6;1.54;6900
+72074;43.7133;-.98035;34;20220627;18.4;14.4;16.4;1.3;16;.9;1.68;7700
+72074;43.7133;-.98035;34;20220628;25.5;14.9;20.2;1.7;15;0;4.98;27200
+72074;43.7133;-.98035;34;20220629;23.7;12.1;17.9;1.4;15.5;6.4;3.21;17000
+72074;43.7133;-.98035;34;20220630;18;14.2;16.1;1.4;15.5;5.9;1.64;7300
+72074;43.7133;-.98035;34;20220701;23.8;9.3;16.5;1.6;13.2;0;4.67;28900
+72074;43.7133;-.98035;34;20220702;30.6;12.1;21.3;3;14.7;0;6.32;29500
+72074;43.7133;-.98035;34;20220703;26.4;15.7;21;2.1;16.5;0;4.84;24800
+72074;43.7133;-.98035;34;20220704;23;16.5;19.7;2.3;17.9;0;3.04;14500
+72074;43.7133;-.98035;34;20220705;28.1;16.1;22.1;1.8;18.3;0;5.27;27800
+72074;43.7133;-.98035;34;20220706;26.2;16;21.1;2;18;.1;4.34;22200
+72074;43.7133;-.98035;34;20220707;26.9;16.4;21.6;2.6;18.6;.1;4.82;24500
+72074;43.7133;-.98035;34;20220708;29.7;14.8;22.2;2.1;17.8;.1;5.48;27600
+72074;43.7133;-.98035;34;20220709;31.9;15.1;23.5;1.7;18.5;0;5.87;29400
+72074;43.7133;-.98035;34;20220710;33.8;15.9;24.8;1.5;18.3;.1;6.07;29400
+72074;43.7133;-.98035;34;20220711;35.9;15.6;25.7;1.4;19;0;6.24;29500
+72074;43.7133;-.98035;34;20220712;36.8;18.5;27.6;1.4;21.8;0;6.41;29400
+72074;43.7133;-.98035;34;20220713;37;16.4;26.7;1.1;18;0;6.22;29800
+72074;43.7133;-.98035;34;20220714;37.3;17.5;27.4;1.6;19.6;.1;6.36;27800
+72074;43.7133;-.98035;34;20220715;33.5;19.9;26.7;2.1;22.3;0;5.81;25600
+72074;43.7133;-.98035;34;20220716;37.7;18.9;28.3;2.3;17.2;0;7;26900
+72074;43.7133;-.98035;34;20220717;39.3;18.9;29.1;2.9;15.9;0;7.89;27000
+72074;43.7133;-.98035;34;20220718;40.2;19.2;29.7;2.8;18.6;0;7.81;27100
+72074;43.7133;-.98035;34;20220719;31.3;21.4;26.3;3.1;20.3;0;5.85;23400
+72074;43.7133;-.98035;34;20220720;26.7;20.5;23.6;1.8;18.9;1.1;3.49;14000
+72074;43.7133;-.98035;34;20220721;32.9;16.9;24.9;2.4;18.8;0;6.06;27100
+72074;43.7133;-.98035;34;20220722;25.9;20.7;23.3;2.9;18.9;0;4.03;16000
+72074;43.7133;-.98035;34;20220723;29.5;15.6;22.5;1.5;16.2;0;5.21;26800
+72074;43.7133;-.98035;34;20220724;38.4;15.5;26.9;2.8;18.6;0;7.3;27500
+72074;43.7133;-.98035;34;20220725;27.2;20.8;24;2.4;19.8;.2;4.08;17000
+72074;43.7133;-.98035;34;20220726;27.4;16.1;21.7;1.7;16.9;.3;4.84;25400
+72074;43.7133;-.98035;34;20220727;27.3;12.9;20.1;1.4;14.4;0;4.85;27000
+72074;43.7133;-.98035;34;20220728;26.7;15.4;21;1.5;15.4;3.6;4.15;20800
+72074;43.7133;-.98035;34;20220729;25.8;15.7;20.7;1.5;17.4;.4;3.2;15000
+72074;43.7133;-.98035;34;20220730;28.8;17.8;23.3;1.3;18.9;.1;3.69;16900
+72074;43.7133;-.98035;34;20220731;31.4;16.7;24;2.1;19;0;5.58;26900
+72074;43.7133;-.98035;34;20220801;32.4;16.3;24.3;1.7;19.4;0;5.52;27100
+72074;43.7133;-.98035;34;20220802;36.1;18.2;27.1;1.6;19.7;.3;5.97;26800
+72074;43.7133;-.98035;34;20220803;36.3;21;28.6;2.4;23.8;.2;5.81;22500
+72074;43.7133;-.98035;34;20220804;29.8;20.5;25.1;2.6;22.3;.5;4.91;22400
+72074;43.7133;-.98035;34;20220805;28.1;19.6;23.8;2.6;19.9;0;4.89;23200
+72074;43.7133;-.98035;34;20220806;32.5;18.2;25.3;2.1;19.3;0;5.52;25000
+72074;43.7133;-.98035;34;20220807;33.8;17;25.4;1.4;17.2;.1;5.46;26200
+72074;43.7133;-.98035;34;20220808;34.6;16.9;25.7;1.7;18.8;0;5.6;25600
+72074;43.7133;-.98035;34;20220809;35.1;19.8;27.4;2;20.8;0;5.04;19400
+72074;43.7133;-.98035;34;20220810;39.1;17.9;28.5;1.7;18.8;0;5.97;24000
+72074;43.7133;-.98035;34;20220811;40.2;20.6;30.4;1.9;18.9;0;6.07;21700
+72074;43.7133;-.98035;34;20220812;35.3;23;29.1;2.9;23.4;0;6.27;24200
+72074;43.7133;-.98035;34;20220813;31.4;20.4;25.9;2.2;21.6;1.8;4.53;18900
+72074;43.7133;-.98035;34;20220814;26.2;20.6;23.4;2.3;20.6;.5;3.68;16700
+72074;43.7133;-.98035;34;20220815;27.3;16;21.6;2;17.3;.3;4.04;19800
+72074;43.7133;-.98035;34;20220816;18.7;16.1;17.4;1.8;17.83;2;3.34;16572
+72074;43.7133;-.98035;34;20220817;23.5;15.9;19.7;3;18.11;4.9;3.28;16915
+72074;43.7133;-.98035;34;20220818;24.1;16.9;20.5;3.5;18.43;5.6;3.12;14260
+72074;43.7133;-.98035;34;20220819;26.5;14.8;20.6;1.9;17.8;.2;3.56;18200
+72074;43.7133;-.98035;34;20220820;30.2;15.1;22.6;1.6;18.8;.2;4.39;22500
+72074;43.7133;-.98035;34;20220821;26.7;18.6;22.6;1.9;20.6;.3;3.31;15800
+72074;43.7133;-.98035;34;20220822;25;18.8;21.9;2.4;20.9;1.9;2.69;11900
+72074;43.7133;-.98035;34;20220823;29.8;19.7;24.7;1.3;21.9;0;3.42;15700
+72074;43.7133;-.98035;34;20220824;36.1;17.5;26.8;2;21.2;1.3;5.07;20600
+72074;43.7133;-.98035;34;20220825;28.5;20.7;24.6;3.1;22.5;.2;4.37;20300
+72074;43.7133;-.98035;34;20220826;28;20.9;24.4;1.9;20.8;.1;3.75;17100
+72074;43.7133;-.98035;34;20220827;30.5;18.4;24.4;1.8;20.1;0;4.25;20100
+72074;43.7133;-.98035;34;20220828;35.9;16.9;26.4;2;17.9;.7;5.38;22500
+72074;43.7133;-.98035;34;20220829;27.3;21.8;24.5;2.1;19.1;8;2.31;3700
+72074;43.7133;-.98035;34;20220830;31.5;17.5;24.5;1.8;21.4;0;4.4;21600
+72074;43.7133;-.98035;34;20220831;27.4;19.4;23.4;1.9;21.5;3.7;3.19;14900
+72074;43.7133;-.98035;34;20220901;30;17.8;23.9;1.2;19.8;.5;3.91;20400
+72074;43.7133;-.98035;34;20220902;25.7;19.1;22.4;2;20.1;1.1;2.98;13900
+72074;43.7133;-.98035;34;20220903;27.5;17.6;22.5;1.9;19;.4;3.54;17300
+72074;43.7133;-.98035;34;20220904;33.2;14.7;23.9;1.4;17.6;0;4.36;21700
+72074;43.7133;-.98035;34;20220905;33.8;18.2;26;1.7;18.4;0;4.72;21700
+72074;43.7133;-.98035;34;20220906;31.2;14.5;22.8;1.8;15.4;0;4.47;22000
+72074;43.7133;-.98035;34;20220907;26.5;16.1;21.3;1.3;16.1;0;2.93;14200
+72074;43.7133;-.98035;34;20220908;27.6;13.3;20.4;1.3;15.5;2.6;3.35;18300
+72074;43.7133;-.98035;34;20220909;24.8;17.9;21.3;1.9;16.6;.6;3.27;16300
+72074;43.7133;-.98035;34;20220910;30.5;12.6;21.5;1.7;14.8;0;4.12;21100
+72074;43.7133;-.98035;34;20220911;36.7;15.8;26.2;2.8;15.2;0;5.89;20900
+72074;43.7133;-.98035;34;20220912;39;18.5;28.7;2.1;17.3;4.6;5.09;16700
+72074;43.7133;-.98035;34;20220913;31.2;20.8;26;3;20;0;3.56;8400
+72074;43.7133;-.98035;34;20220914;30.6;18.8;24.7;2.3;16.9;0;4.25;17800
+72074;43.7133;-.98035;34;20220915;28.5;15.9;22.2;1.6;17.9;2.4;3.37;17400
+72074;43.7133;-.98035;34;20220916;24.5;18.9;21.7;1.8;18;0;3.05;16000
+72074;43.7133;-.98035;34;20220917;23.9;12.6;18.2;2.1;10.6;0;3.65;20100
+72074;43.7133;-.98035;34;20220918;26.1;9.2;17.6;3;7.9;0;4.43;17800
+72074;43.7133;-.98035;34;20220919;28.4;6.6;17.5;1.4;10.3;0;3.46;20000
+72074;43.7133;-.98035;34;20220920;24;6.8;15.4;1.7;10.8;0;3.13;20000
+72074;43.7133;-.98035;34;20220921;23.8;8.1;15.9;1.3;11.4;0;2.91;19700
+72074;43.7133;-.98035;34;20220922;26.4;8.8;17.6;1.4;12.1;0;3.11;19000
+72074;43.7133;-.98035;34;20220923;20.8;10;15.4;1.1;14;6.5;1.32;5400
+72074;43.7133;-.98035;34;20220924;18.6;12.3;15.4;1.7;15.4;16.4;1.2;5300
+72074;43.7133;-.98035;34;20220925;20.2;11.3;15.7;1.9;13.3;2.8;2.08;11700
+72074;43.7133;-.98035;34;20220926;20.7;7.9;14.3;2.2;12.8;6.9;1.99;11000
+72074;43.7133;-.98035;34;20220927;18.6;14.2;16.4;3.2;16.1;16.3;1.61;8600
+72074;43.7133;-.98035;34;20220928;18.7;15.9;17.3;4.6;17;30.7;1.66;7800
+72074;43.7133;-.98035;34;20220929;15.4;13.9;14.6;2.5;15;17.7;1.06;4900
+72074;43.7133;-.98035;34;20220930;20;10.3;15.1;1.8;12.7;.4;2.13;13800
+72074;43.7133;-.98035;34;20221001;22.1;12.2;17.1;2.3;14.3;0;2.18;10700
+72074;43.7133;-.98035;34;20221002;24.6;11.5;18;1.2;15.6;0;2.1;12700
+72074;43.7133;-.98035;34;20221003;25.4;14.2;19.8;1.5;16.1;0;2.56;15400
+72074;43.7133;-.98035;34;20221004;26.3;11.7;19;.8;16.2;.1;2.07;13200
+72074;43.7133;-.98035;34;20221005;28.3;14.3;21.3;2.1;17.1;0;2.92;14400
+72074;43.7133;-.98035;34;20221006;22.3;16.8;19.5;1.5;17.4;.1;1.68;7800
+72074;43.7133;-.98035;34;20221007;26.9;12.5;19.7;2.2;16.6;.6;2.68;14200
+72074;43.7133;-.98035;34;20221008;23.5;16.4;19.9;1.4;17.4;.5;1.73;8100
+72074;43.7133;-.98035;34;20221009;28.7;11.8;20.2;1.6;16;0;2.63;14300
+72074;43.7133;-.98035;34;20221010;20.9;17;18.9;1.6;19.3;4;1.14;4900
+72074;43.7133;-.98035;34;20221011;21.2;15.9;18.5;1.4;18.2;4;1.31;6600
+72074;43.7133;-.98035;34;20221012;22.1;15.5;18.8;1.4;17;.7;1.59;8400
+72074;43.7133;-.98035;34;20221013;21.5;12.9;17.2;1.7;16.5;.8;1.55;9400
+72074;43.7133;-.98035;34;20221014;22.7;17.8;20.2;2.8;18.5;.9;1.92;8300
+72074;43.7133;-.98035;34;20221015;26.8;12.4;19.6;1.4;15.8;0;2.16;12700
+72074;43.7133;-.98035;34;20221016;30.9;13.8;22.3;1.6;16.9;.6;2.62;12600
+72074;43.7133;-.98035;34;20221017;26.2;18.4;22.3;1.9;19.4;.8;1.92;7300
+72074;43.7133;-.98035;34;20221018;30.5;14.7;22.6;2.1;17.6;0;2.82;12800
+72074;43.7133;-.98035;34;20221019;29.7;16.6;23.1;2.4;17.2;.1;2.63;6800
+72074;43.7133;-.98035;34;20221020;27.4;14.6;21;4;14.7;.3;3.28;6600
+72074;43.7133;-.98035;34;20221021;22.2;15.5;18.8;2.4;14.2;.1;1.82;2500
+72074;43.7133;-.98035;34;20221022;27.1;11.7;19.4;2.3;13.7;.1;2.59;11800
+72074;43.7133;-.98035;34;20221023;28.1;18.2;23.1;4.3;12.4;0;4.33;8100
+72074;43.7133;-.98035;34;20221024;24.8;14.5;19.6;2;12.4;0;2.35;10900
+72074;43.7133;-.98035;34;20221025;24.3;10.9;17.6;1.9;13.6;.1;1.74;4900
+72074;43.7133;-.98035;34;20221026;28.3;12.2;20.2;2;14.2;0;2.45;11593
+72074;43.7133;-.98035;34;20221027;24.2;16.4;20.3;1.8;15.1;.1;1.8;5651
+72074;43.7133;-.98035;34;20221028;23.2;14.3;18.7;1.3;15.4;0;1.42;7010
+72074;43.7133;-.98035;34;20221029;21;14.6;17.8;1.3;16.8;.2;1.12;6053
+72074;43.7133;-.98035;34;20221030;21.4;12;16.7;1.2;15.6;1;1.29;10714
+72074;43.7133;-.98035;34;20221031;20.5;12.6;16.5;2;15.7;4.5;1.18;6006
+72074;43.7133;-.98035;34;20221101;20.9;12.9;16.9;2.1;14.5;0;1.59;12144
+72074;43.7133;-.98035;34;20221102;20.9;9.9;15.4;1.4;12.8;.1;1.38;12114
+72074;43.7133;-.98035;34;20221103;22.7;10;16.3;2.7;13.1;14;1.79;5048
+72074;43.7133;-.98035;34;20221104;16.8;10.7;13.7;4.2;11.9;4.3;1.64;10120
+72074;43.7133;-.98035;34;20221105;18.4;5.3;11.8;1;9.9;.1;1.05;11608
+72074;43.7133;-.98035;34;20221106;20.3;3.7;12;1.9;10;.1;1.44;11499
+72074;43.7133;-.98035;34;20221107;21.1;6.1;13.6;1.7;11.1;0;1.38;11309
+72074;43.7133;-.98035;34;20221108;20.2;10.8;15.5;1.8;12.3;0;1.32;4600
+72074;43.7133;-.98035;34;20221109;16.4;14.2;15.3;1.6;13.4;8.6;.99;2500
+72074;43.7133;-.98035;34;20221110;18.6;7.3;12.9;2;11.7;0;1.16;10800
+72074;43.7133;-.98035;34;20221111;18;7.3;12.6;2.4;11.3;.1;1.22;9400
+72074;43.7133;-.98035;34;20221112;21.6;6.2;13.9;1.4;11.5;.1;1.17;10000
+72074;43.7133;-.98035;34;20221113;24.2;6.2;15.2;1.3;11.2;.1;1.31;9900
+72074;43.7133;-.98035;34;20221114;15.2;8;11.6;1.4;12.7;1.4;.6;2900
+72074;43.7133;-.98035;34;20221115;17.9;10.6;14.2;1.6;13.3;7;.88;2500
+72074;43.7133;-.98035;34;20221116;20.4;10.7;15.5;2.6;12.7;.5;1.44;8400
+72074;43.7133;-.98035;34;20221117;19.1;14.5;16.8;3.4;14.2;13.9;1.52;5700
+72074;43.7133;-.98035;34;20221118;10.6;10;10.3;2.7;11.5;25;.59;1400
+72074;43.7133;-.98035;34;20221119;12.2;8.2;10.2;2.5;10.5;9.1;.75;5700
+72074;43.7133;-.98035;34;20221120;16.3;5.7;11;2.3;11;6.3;.88;5200
+72074;43.7133;-.98035;34;20221121;16.1;9.9;13;2.9;11.8;33.3;1.13;1000
+72074;43.7133;-.98035;34;20221122;11.5;7.2;9.3;4.9;10.1;19.1;.87;3000
+72074;43.7133;-.98035;34;20221123;17.2;9.8;13.5;3.6;13.4;2.9;.94;6300
+72074;43.7133;-.98035;34;20221124;13.9;7.7;10.8;2;11.3;6.9;.69;2600
+72074;43.7133;-.98035;34;20221125;14.7;8.7;11.7;2.8;11.7;7.1;.8;5000
+72074;43.7133;-.98035;34;20221126;13.8;4.2;9;2;9.4;0;.74;5400
+72074;43.7133;-.98035;34;20221127;14.6;2.3;8.4;1.5;9.6;18.1;.6;5700
+72074;43.7133;-.98035;34;20221128;14;9.3;11.6;3.1;11.5;17.2;.81;5800
+72074;43.7133;-.98035;34;20221129;15;7.6;11.3;1.3;11.5;2.9;.57;5200
+72074;43.7133;-.98035;34;20221130;10.3;7.4;8.8;2.6;9.8;0;.6;5000
+72074;43.7133;-.98035;34;20221201;6.1;4.1;5.1;1.8;7.9;0;.48;1500
+72074;43.7133;-.98035;34;20221202;8.8;1.8;5.3;1.1;7.7;.1;.34;7000
+72074;43.7133;-.98035;34;20221203;6.6;3.8;5.2;1.4;8;2.3;.41;2900
+72074;43.7133;-.98035;34;20221204;11.5;1;6.2;1.7;7.2;0;.6;7200
+72074;43.7133;-.98035;34;20221205;13.3;0;6.6;2.4;7.1;0;.86;7900
+72074;43.7133;-.98035;34;20221206;13.5;7.2;10.3;2;9.6;.2;.79;4700
+72074;43.7133;-.98035;34;20221207;14.3;6;10.1;1.6;9.9;0;.58;6700
+72074;43.7133;-.98035;34;20221208;9;5.5;7.2;2;9.2;10.1;.51;1600
+72074;43.7133;-.98035;34;20221209;10.2;7.5;8.8;1.9;10.1;.9;.55;1900
+72074;43.7133;-.98035;34;20221210;7.6;-.9;3.3;1.8;5.5;0;.5;8300
+72074;43.7133;-.98035;34;20221211;6;-2.9;1.5;1.9;5.3;.1;.53;4700
+72074;43.7133;-.98035;34;20221212;7.1;-1.2;2.9;2;7.4;11.5;.38;900
+72074;43.7133;-.98035;34;20221213;15.3;6.4;10.8;2.9;14.3;2.8;.1;3100
+72074;43.7133;-.98035;34;20221214;18.8;11.7;15.2;2;13.3;8.4;.87;5800
+72074;43.7133;-.98035;34;20221215;16.2;10.6;13.4;1.9;12.6;5.7;.69;5000
+72074;43.7133;-.98035;34;20221216;10.5;10.5;10.5;3.1;10.7;4.4;.8;1300
+72074;43.7133;-.98035;34;20221217;10.6;2;6.3;1.7;8.1;0;.46;5400
+72074;43.7133;-.98035;34;20221218;17.9;1.6;9.7;2.3;8.4;0;1.08;7100
+72074;43.7133;-.98035;34;20221219;17.7;4.9;11.3;2.5;9.5;0;1.25;3100
+72074;43.7133;-.98035;34;20221220;17.5;10.1;13.8;2.7;11.3;7.2;1.36;800
+72074;43.7133;-.98035;34;20221221;20;8.6;14.3;1.6;12.8;.2;.73;6600
+72074;43.7133;-.98035;34;20221222;17.9;7.8;12.8;1.3;12.3;.9;.65;3700
+72074;43.7133;-.98035;34;20221223;20.8;8.4;14.6;1.7;12;0;1.01;4400
+72074;43.7133;-.98035;34;20221224;19.6;7.7;13.6;1.5;11.5;0;.72;7500
+72074;43.7133;-.98035;34;20221225;21.3;4.9;13.1;2;9.6;0;1.31;5600
+72074;43.7133;-.98035;34;20221226;18.1;9;13.5;1.2;11.5;.6;.63;6200
+72074;43.7133;-.98035;34;20221227;14.9;11;12.9;1;12.7;.1;.52;3600
+72074;43.7133;-.98035;34;20221228;19.2;5.4;12.3;1.8;9.8;0;.92;7400
+72074;43.7133;-.98035;34;20221229;15.9;11.3;13.6;1.7;11.2;9.8;.95;2600
+72074;43.7133;-.98035;34;20221230;21.2;10.4;15.8;2.8;12.5;0;1.46;4700
+72074;43.7133;-.98035;34;20221231;22.1;10.3;16.2;2.8;9.1;0;2.08;5700
+72075;43.74579;-.67324;62;20220101;23.8;4.4;14.1;1.3;9.08;0;.97;7185
+72075;43.74579;-.67324;62;20220102;18.2;3.8;11;.9;9.75;.2;.59;5767
+72075;43.74579;-.67324;62;20220103;17.9;3.6;10.8;1;9.85;0;.53;6241
+72075;43.74579;-.67324;62;20220104;19.1;5.5;12.3;2.8;10.15;7.8;1.31;5587
+72075;43.74579;-.67324;62;20220105;9.8;3.6;6.7;.9;7.5;0;.48;4352
+72075;43.74579;-.67324;62;20220106;9.4;-1.7;3.9;.5;5.35;.1;.28;6638
+72075;43.74579;-.67324;62;20220107;11.9;-2.4;4.7;1.5;7.75;4.6;.42;5614
+72075;43.74579;-.67324;62;20220108;12;5.8;8.9;3.8;10.21;7.8;.56;3579
+72075;43.74579;-.67324;62;20220109;10.6;9.1;9.8;3;11.75;28.1;.42;708
+72075;43.74579;-.67324;62;20220110;12.9;10;11.4;3.8;12.95;6;.47;1560
+72075;43.74579;-.67324;62;20220111;10.9;6.4;8.7;.6;8.95;.2;.48;3580
+72075;43.74579;-.67324;62;20220112;7.6;-1;3.3;.7;6.35;0;.34;6521
+72075;43.74579;-.67324;62;20220113;6.1;-3.2;1.5;1.3;6.1;0;.32;4817
+72075;43.74579;-.67324;62;20220114;6.6;-2;2.3;.6;5.8;0;.33;5773
+72075;43.74579;-.67324;62;20220115;12;-4.7;3.6;.5;5.45;.1;.34;8421
+72075;43.74579;-.67324;62;20220116;11.6;-2.5;4.5;.7;5.88;.1;.47;6705
+72075;43.74579;-.67324;62;20220117;10.8;-2.5;4.2;1.3;6.45;.1;.54;7623
+72075;43.74579;-.67324;62;20220118;4;.9;2.4;.9;7.1;0;.33;2244
+72075;43.74579;-.67324;62;20220119;10.2;3.8;7;1.1;8.4;.9;.54;3589
+72075;43.74579;-.67324;62;20220120;11.6;6.3;9;1.6;9.35;2;.69;3860
+72075;43.74579;-.67324;62;20220121;6.3;-1.5;2.4;1.4;5.9;.1;.52;5637
+72075;43.74579;-.67324;62;20220122;8.2;-4.6;1.8;.6;5.1;0;.41;8291
+72075;43.74579;-.67324;62;20220123;10.8;-4.5;3.2;.9;5.45;0;.58;8803
+72075;43.74579;-.67324;62;20220124;15.8;-3.8;6;.7;5.8;0;.64;9457
+72075;43.74579;-.67324;62;20220125;15.4;-3.4;6;.7;5.9;0;.64;9229
+72075;43.74579;-.67324;62;20220126;14.1;-3.2;5.5;.7;6.1;0;.62;9272
+72075;43.74579;-.67324;62;20220127;12;-3.8;4.1;1;6.25;.1;.66;8892
+72075;43.74579;-.67324;62;20220128;9.6;.2;4.9;1;6.6;0;.64;6096
+72075;43.74579;-.67324;62;20220129;2.8;-2.5;.1;1.3;6.25;0;.3;3634
+72075;43.74579;-.67324;62;20220130;2.5;-.4;1.1;.8;6.5;.4;.35;2144
+72075;43.74579;-.67324;62;20220131;10.7;1.6;6.1;2.1;8.35;1.7;.65;4997
+72075;43.74579;-.67324;62;20220201;10;-.5;4.8;1.6;8.15;.1;.53;6939
+72075;43.74579;-.67324;62;20220202;12.1;7.8;10;1.7;10.5;0;.71;4075
+72075;43.74579;-.67324;62;20220203;14.2;5.2;9.7;2.4;9.9;0;.94;5381
+72075;43.74579;-.67324;62;20220204;12.6;3.6;8.1;1.3;10.4;1.3;.57;4965
+72075;43.74579;-.67324;62;20220205;11.8;6.9;9.3;1.5;8.15;0;.98;7255
+72075;43.74579;-.67324;62;20220206;11;-2.2;4.4;1.4;7.55;1.5;.66;6954
+72075;43.74579;-.67324;62;20220207;13.6;8.2;10.9;1.9;10.58;1.6;.91;5184
+72075;43.74579;-.67324;62;20220208;15.5;2.9;9.2;1.3;8.25;0;1.11;10661
+72075;43.74579;-.67324;62;20220209;20.5;.8;10.7;.8;7.75;0;1.19;11827
+72075;43.74579;-.67324;62;20220210;14;1.2;7.6;1.5;8.3;3;1.38;11100
+72075;43.74579;-.67324;62;20220211;13.5;7.5;10.5;1.3;9.5;1;.99;7000
+72075;43.74579;-.67324;62;20220212;14.6;-1.9;6.3;1.7;7.3;0;1.15;9400
+72075;43.74579;-.67324;62;20220213;18.5;1.4;9.9;2.9;8.4;5.8;1.88;11000
+72075;43.74579;-.67324;62;20220214;11.4;8.1;9.7;4.8;10;10.1;1.15;5900
+72075;43.74579;-.67324;62;20220215;11.7;4;7.8;2.8;9.8;4.2;.77;6200
+72075;43.74579;-.67324;62;20220216;12.9;8.6;10.8;2.7;11.85;4.8;.75;3898
+72075;43.74579;-.67324;62;20220217;15.3;11.8;13.5;2;12.6;.7;1;4340
+72075;43.74579;-.67324;62;20220218;18.6;5.5;12.1;2.1;10.7;0;1.51;10476
+72075;43.74579;-.67324;62;20220219;12.8;6.8;9.8;1.3;8.9;.3;1.1;7983
+72075;43.74579;-.67324;62;20220220;13.6;1.5;7.5;1.9;10.1;4.2;.83;8225
+72075;43.74579;-.67324;62;20220221;14.3;8.7;11.5;3.2;10.3;1.1;1.45;8005
+72075;43.74579;-.67324;62;20220222;16.9;5.7;11.3;1.3;9.1;0;1.46;12088
+72075;43.74579;-.67324;62;20220223;17.5;1.5;9.5;1.1;8.6;0;1.43;13165
+72075;43.74579;-.67324;62;20220224;13.8;3.3;8.6;1.6;10;1.2;.96;7033
+72075;43.74579;-.67324;62;20220225;13.1;3.4;8.2;1.5;7.25;0;1.42;11789
+72075;43.74579;-.67324;62;20220226;14.4;.2;7.3;2.4;5.6;0;1.96;13814
+72075;43.74579;-.67324;62;20220227;17.4;2.9;10.1;1.5;8.2;.1;1.67;12193
+72075;43.74579;-.67324;62;20220228;20.1;1.6;10.8;.7;8.55;0;1.57;14369
+72075;43.74579;-.67324;62;20220301;19.5;.8;10.1;1.8;8.15;.7;1.97;14017
+72075;43.74579;-.67324;62;20220302;13.6;7.9;10.7;1.2;10.6;2.8;1;5517
+72075;43.74579;-.67324;62;20220303;16.9;5.5;11.2;1.6;10.35;5.8;1.55;11892
+72075;43.74579;-.67324;62;20220304;12.3;8.7;10.5;2.9;9.7;0;1.33;6071
+72075;43.74579;-.67324;62;20220305;12.4;5.9;9.1;1.3;8.3;.1;1.29;8540
+72075;43.74579;-.67324;62;20220306;11;4.4;7.7;1.1;8;.1;1.1;7514
+72075;43.74579;-.67324;62;20220307;13.9;-1;6.5;1;7.15;0;1.5;14537
+72075;43.74579;-.67324;62;20220308;11.7;4.4;8.1;1.5;8.8;1;1.11;7459
+72075;43.74579;-.67324;62;20220309;19.4;1.1;10.3;1.7;8.15;1.1;2.17;16156
+72075;43.74579;-.67324;62;20220310;17.5;9.4;13.4;1.8;10.95;2.4;1.78;10449
+72075;43.74579;-.67324;62;20220311;17.2;8.3;12.8;2.1;10.55;8.6;1.77;9594
+72075;43.74579;-.67324;62;20220312;15.4;7.5;11.5;2.3;10.2;.4;1.78;12184
+72075;43.74579;-.67324;62;20220313;15.2;8.5;11.9;2.6;9.05;4.6;2.01;10618
+72075;43.74579;-.67324;62;20220314;13.9;5.7;9.8;2.6;9.35;.2;1.44;7889
+72075;43.74579;-.67324;62;20220315;20.9;9.6;15.3;2.7;11.8;0;2.55;14044
+72075;43.74579;-.67324;62;20220316;16.8;10.2;13.5;2.3;12.6;3.8;1.53;8436
+72075;43.74579;-.67324;62;20220317;11.2;10.8;11;2.8;11.85;5.6;.71;1300
+72075;43.74579;-.67324;62;20220318;12.5;6;9.2;1.3;9.6;0;1.24;8300
+72075;43.74579;-.67324;62;20220319;18.4;3.5;10.9;2.4;9.5;0;2.34;15900
+72075;43.74579;-.67324;62;20220320;19.1;6.5;12.8;2.8;10.2;0;2.35;11900
+72075;43.74579;-.67324;62;20220321;20.7;7.6;14.1;3.9;10.2;1.1;3.27;16900
+72075;43.74579;-.67324;62;20220322;17.8;6;11.9;3.6;8.1;0;2.77;11500
+72075;43.74579;-.67324;62;20220323;18.2;2.8;10.5;2.8;7.6;0;2.99;20000
+72075;43.74579;-.67324;62;20220324;19.7;.9;10.3;1.7;8.2;0;2.67;19600
+72075;43.74579;-.67324;62;20220325;19.9;3.3;11.6;2.5;8.1;0;2.74;13800
+72075;43.74579;-.67324;62;20220326;19.6;4.1;11.8;4;6.9;0;3.83;19800
+72075;43.74579;-.67324;62;20220327;20.9;3.9;12.4;2.2;8.5;0;3.08;18900
+72075;43.74579;-.67324;62;20220328;21.4;3.5;12.4;1.4;9.2;0;2.33;13000
+72075;43.74579;-.67324;62;20220329;18.2;5.5;11.8;1.7;11.1;.5;1.64;8500
+72075;43.74579;-.67324;62;20220330;15.2;10;12.6;2.8;11.7;5.6;1.56;7100
+72075;43.74579;-.67324;62;20220331;15.4;7.9;11.6;4;9.7;6.5;2.47;14200
+72075;43.74579;-.67324;62;20220401;10.3;-.9;4.7;4.3;5.7;.6;2.26;17700
+72075;43.74579;-.67324;62;20220402;10.2;-2.1;4;3.1;5.3;.2;2.13;16900
+72075;43.74579;-.67324;62;20220403;8.2;-.6;3.8;2.1;5.74;0;1.86;16153
+72075;43.74579;-.67324;62;20220404;11.7;-.6;5.5;1.7;5.39;0;2.21;19126
+72075;43.74579;-.67324;62;20220405;17.3;-3;7.1;1.3;6;0;2.77;23300
+72075;43.74579;-.67324;62;20220406;12.6;5;8.8;3;10.2;0;1.03;4800
+72075;43.74579;-.67324;62;20220407;18.8;8.8;13.8;4.9;11.4;5.4;2.62;10400
+72075;43.74579;-.67324;62;20220408;19.9;8.2;14;4.4;11.2;1.9;2.73;10000
+72075;43.74579;-.67324;62;20220409;16.9;7.9;12.4;2;8.5;.4;3.02;19900
+72075;43.74579;-.67324;62;20220410;20.9;-.5;10.2;3.9;7.2;0;4.08;23200
+72075;43.74579;-.67324;62;20220411;23.1;10.3;16.7;5.3;11.4;.1;4.51;20000
+72075;43.74579;-.67324;62;20220412;18.2;9.4;13.8;2.1;12.3;2.1;1.73;7300
+72075;43.74579;-.67324;62;20220413;17.7;10.9;14.3;1.9;13.3;.7;1.71;8400
+72075;43.74579;-.67324;62;20220414;24.2;7.5;15.8;2;12.5;0;3.71;22600
+72075;43.74579;-.67324;62;20220415;23;11.5;17.2;2.9;13.7;0;3.37;17100
+72075;43.74579;-.67324;62;20220416;24.9;11.7;18.3;2.6;12.7;0;4.37;23700
+72075;43.74579;-.67324;62;20220417;23.6;10.9;17.2;3.5;12.8;0;3.99;20000
+72075;43.74579;-.67324;62;20220418;19.2;12.1;15.6;2.9;12.4;0;2.72;12900
+72075;43.74579;-.67324;62;20220419;12.2;9.8;11;2.1;11.5;13.7;1.05;4300
+72075;43.74579;-.67324;62;20220420;12.3;8.3;10.3;1.5;11.4;11.2;1.07;5600
+72075;43.74579;-.67324;62;20220421;14.7;7.7;11.2;1.6;12.7;.8;1.01;5200
+72075;43.74579;-.67324;62;20220422;21.7;9.6;15.6;1.9;11.6;1.9;3.52;21000
+72075;43.74579;-.67324;62;20220423;14.2;10.9;12.5;3.4;11.8;3.8;1.7;7800
+72075;43.74579;-.67324;62;20220424;17.5;10.5;14;5.7;11.9;1.6;2.86;14400
+72075;43.74579;-.67324;62;20220425;21.2;5.1;13.1;1.5;10.7;0;3.43;23300
+72075;43.74579;-.67324;62;20220426;24.4;5.8;15.1;3.1;11;0;4.53;25600
+72075;43.74579;-.67324;62;20220427;20.4;11.9;16.1;2.5;13.9;1.4;2.45;11500
+72075;43.74579;-.67324;62;20220428;17.5;12.8;15.1;2.3;14.4;.4;1.69;7700
+72075;43.74579;-.67324;62;20220429;20.7;11.2;15.9;2.3;13.6;0;2.99;16800
+72075;43.74579;-.67324;62;20220430;21.9;12.5;17.2;3.1;13.3;0;3.66;18800
+72075;43.74579;-.67324;62;20220501;21.6;10.8;16.2;2.6;13;0;3.26;17100
+72075;43.74579;-.67324;62;20220502;20.7;10.7;15.7;2.8;12.7;0;3.43;19400
+72075;43.74579;-.67324;62;20220503;21.4;13;17.2;2.7;14.3;3.9;2.73;12000
+72075;43.74579;-.67324;62;20220504;20.2;13.8;17;2.3;13;1.1;2.8;12400
+72075;43.74579;-.67324;62;20220505;21.9;8;14.9;1.9;10.7;.1;3.53;19800
+72075;43.74579;-.67324;62;20220506;20.7;9.7;15.2;2.3;12.85;.1;3.08;17371
+72075;43.74579;-.67324;62;20220507;23.5;11.2;17.4;1.6;13.85;.1;3.64;20786
+72075;43.74579;-.67324;62;20220508;24.9;11;17.9;1.4;13.55;0;3.87;21889
+72075;43.74579;-.67324;62;20220509;27.6;9;18.3;.9;12.75;0;4.37;26374
+72075;43.74579;-.67324;62;20220510;30.4;8.9;19.6;1.3;13.55;.1;5.04;27723
+72075;43.74579;-.67324;62;20220511;27.3;13.2;20.3;1.7;15.35;0;4.4;23006
+72075;43.74579;-.67324;62;20220512;22;14.2;18.1;.9;15.48;2.1;3.02;17283
+72075;43.74579;-.67324;62;20220513;25;13.3;19.1;.7;15.71;0;3.65;21320
+72075;43.74579;-.67324;62;20220514;30.5;11.5;21;1.5;16.1;1.2;4.88;25140
+72075;43.74579;-.67324;62;20220515;31.2;13.7;22.4;1.2;17.35;3.9;4.36;21376
+72075;43.74579;-.67324;62;20220516;29.6;15;22.3;1;17.25;0;4.82;25973
+72075;43.74579;-.67324;62;20220517;31;14;22.5;1.5;15.85;0;5.37;27349
+72075;43.74579;-.67324;62;20220518;32.8;13.9;23.3;1.7;16.65;2.6;5.55;26555
+72075;43.74579;-.67324;62;20220519;26.6;16.8;21.7;1.8;18.85;.1;3.97;19860
+72075;43.74579;-.67324;62;20220520;23.4;16.7;20;1.9;18.9;0;3;15310
+72075;43.74579;-.67324;62;20220521;31.1;13.7;22.4;1.4;19.5;0;4.8;24505
+72075;43.74579;-.67324;62;20220522;30.2;17.8;24;2.8;20.05;.3;4.75;20208
+72075;43.74579;-.67324;62;20220523;22.8;16.2;19.5;4.1;15;1.1;4.02;17731
+72075;43.74579;-.67324;62;20220524;17.7;11.9;14.8;1.9;13.2;1.5;2.51;14184
+72075;43.74579;-.67324;62;20220525;19.4;8.1;13.7;1.4;12.35;0;2.72;16066
+72075;43.74579;-.67324;62;20220526;21.3;7.7;14.5;1.4;13.05;.1;3.14;19053
+72075;43.74579;-.67324;62;20220527;25.8;12;18.9;1.3;14.25;0;4.33;24178
+72075;43.74579;-.67324;62;20220528;28;10.3;19.2;1.3;13.45;0;5.06;28391
+72075;43.74579;-.67324;62;20220529;26.7;10.3;18.5;1.2;11;0;4.88;27417
+72075;43.74579;-.67324;62;20220530;25.7;8.4;17;1.4;9.85;0;4.78;27111
+72075;43.74579;-.67324;62;20220531;27.8;12.4;20.1;1.2;12.75;0;4.97;27202
+72075;43.74579;-.67324;62;20220601;32.3;13.9;23.1;1.9;15.1;0;5.94;27902
+72075;43.74579;-.67324;62;20220602;27.8;16.2;22;2.2;18.4;1.5;4.39;21022
+72075;43.74579;-.67324;62;20220603;27.5;18.1;22.8;1.8;20.05;4.9;4;19112
+72075;43.74579;-.67324;62;20220604;23;17.7;20.4;1.6;19.25;5.1;2.52;11714
+72075;43.74579;-.67324;62;20220605;24.4;16.8;20.6;1.6;17.2;0;3.81;19493
+72075;43.74579;-.67324;62;20220606;26.1;15.4;20.7;1.3;16.5;.1;4.02;20631
+72075;43.74579;-.67324;62;20220607;25.1;15.9;20.5;1.1;16.6;2.2;3.59;18102
+72075;43.74579;-.67324;62;20220608;20.1;15;17.5;1.8;17.05;2.9;2.35;12130
+72075;43.74579;-.67324;62;20220609;24.9;12.1;18.5;1.3;15.05;.1;4.36;25132
+72075;43.74579;-.67324;62;20220610;29.3;10.1;19.7;1.2;15.2;.1;5.26;29683
+72075;43.74579;-.67324;62;20220611;30.6;15.1;22.8;1.7;18.35;.1;5.07;24602
+72075;43.74579;-.67324;62;20220612;28.4;17.5;23;2.2;19.5;4.7;4.26;19072
+72075;43.74579;-.67324;62;20220613;29.7;18.3;24;2;21.25;.1;4.84;23132
+72075;43.74579;-.67324;62;20220614;35.2;17.2;26.2;1.4;22.3;0;5.68;26083
+72075;43.74579;-.67324;62;20220615;34.4;19.6;27;1.5;21.9;0;5.96;27494
+72075;43.74579;-.67324;62;20220616;35.6;18.3;27;1.8;20.85;0;6.09;26187
+72075;43.74579;-.67324;62;20220617;37.5;19.9;28.7;1.9;21.35;0;6.73;28068
+72075;43.74579;-.67324;62;20220618;40.5;19.2;29.8;2.1;21.15;0;7.55;29088
+72075;43.74579;-.67324;62;20220619;30.9;18.4;24.7;2.2;18.9;.8;5.4;23989
+72075;43.74579;-.67324;62;20220620;28.7;18;23.3;1.8;19.4;0;4.64;22182
+72075;43.74579;-.67324;62;20220621;26.7;18.6;22.7;1.8;20.6;8.4;3.76;17879
+72075;43.74579;-.67324;62;20220622;24.4;16.9;20.6;1.8;19.35;4.7;3.17;15695
+72075;43.74579;-.67324;62;20220623;27.4;15;21.2;1.3;18;4.8;4.38;23017
+72075;43.74579;-.67324;62;20220624;25.7;15.9;20.8;1.6;16.95;1.3;4.22;21833
+72075;43.74579;-.67324;62;20220625;19;13.4;16.2;1.6;15.6;9.3;2.19;11421
+72075;43.74579;-.67324;62;20220626;17;13;15;1.1;15.25;6.2;1.78;9568
+72075;43.74579;-.67324;62;20220627;19.6;14.3;16.9;1.2;15.85;.3;2.25;11381
+72075;43.74579;-.67324;62;20220628;26.1;13.7;19.9;1;14.85;0;4.63;26142
+72075;43.74579;-.67324;62;20220629;26;11.1;18.6;1.6;15;8.1;4.49;24814
+72075;43.74579;-.67324;62;20220630;16.8;14.5;15.6;1.3;15.4;3.8;1.62;7766
+72075;43.74579;-.67324;62;20220701;24.3;7.9;16.1;1.1;12.85;0;4.5;28423
+72075;43.74579;-.67324;62;20220702;31.4;9.8;20.6;1.5;14.8;0;5.72;29976
+72075;43.74579;-.67324;62;20220703;28.7;14.3;21.5;2;16.55;0;4.95;24108
+72075;43.74579;-.67324;62;20220704;24.4;15.5;20;2;17.85;.1;3.47;17352
+72075;43.74579;-.67324;62;20220705;30.3;16.6;23.4;1.3;17.8;0;5.14;25961
+72075;43.74579;-.67324;62;20220706;28.6;14.6;21.6;1.4;17.15;.1;4.49;22828
+72075;43.74579;-.67324;62;20220707;29;14.7;21.9;1.9;17.25;.1;4.97;24539
+72075;43.74579;-.67324;62;20220708;31;15;23;1.3;17.05;0;5.42;27586
+72075;43.74579;-.67324;62;20220709;33.7;13.1;23.4;1;16.7;.1;5.65;29401
+72075;43.74579;-.67324;62;20220710;34.6;13.6;24.1;1;15.9;0;5.9;30162
+72075;43.74579;-.67324;62;20220711;36.7;13.9;25.3;.9;17;0;6.15;30652
+72075;43.74579;-.67324;62;20220712;38.1;16.9;27.5;1;18.2;0;6.34;30033
+72075;43.74579;-.67324;62;20220713;37.9;14.1;26;.7;15.2;0;5.97;30386
+72075;43.74579;-.67324;62;20220714;37.8;14.6;26.2;1.2;17.05;0;6.33;29450
+72075;43.74579;-.67324;62;20220715;36.7;17.3;27;1.3;18.9;0;6.08;27489
+72075;43.74579;-.67324;62;20220716;38.1;16.2;27.1;1.2;17.35;0;6.31;28736
+72075;43.74579;-.67324;62;20220717;38.8;15.5;27.2;1.4;15.95;0;6.58;29135
+72075;43.74579;-.67324;62;20220718;40.3;18.2;29.2;2.5;17.55;.1;7.88;29194
+72075;43.74579;-.67324;62;20220719;32.7;21.8;27.3;2.5;20.4;0;5.62;21744
+72075;43.74579;-.67324;62;20220720;28.3;19.8;24;1.8;18.4;.4;4.4;19513
+72075;43.74579;-.67324;62;20220721;33.2;17;25.1;1.5;18.35;0;5.57;26453
+72075;43.74579;-.67324;62;20220722;25.1;19.5;22.3;2.2;18.84;0;3.42;15056
+72075;43.74579;-.67324;62;20220723;29.7;16.6;23.2;1;16.54;0;4.57;23574
+72075;43.74579;-.67324;62;20220724;37.4;14.3;25.9;1.5;18.18;0;6.36;29575
+72075;43.74579;-.67324;62;20220725;29.2;21;25.1;2.7;19.5;.2;4.64;18054
+72075;43.74579;-.67324;62;20220726;28.3;15.5;21.9;1.7;16.25;.3;4.7;23703
+72075;43.74579;-.67324;62;20220727;28.4;12.5;20.5;1.1;14.2;0;4.82;26749
+72075;43.74579;-.67324;62;20220728;28.3;14.1;21.2;1.1;15.25;6;4.5;24009
+72075;43.74579;-.67324;62;20220729;26.8;15.4;21.1;1.2;17.4;.6;3.6;17617
+72075;43.74579;-.67324;62;20220730;29.9;17.6;23.7;.9;18.7;.1;4.02;19727
+72075;43.74579;-.67324;62;20220731;32.9;14.8;23.8;1.5;17.95;0;5.38;26156
+72075;43.74579;-.67324;62;20220801;34.3;16.1;25.2;1.4;18.65;0;5.53;26088
+72075;43.74579;-.67324;62;20220802;36.2;18.2;27.2;1.5;18.1;.3;5.86;25891
+72075;43.74579;-.67324;62;20220803;37.5;16.8;27.2;1.8;20.25;.4;6.04;25635
+72075;43.74579;-.67324;62;20220804;33;20.7;26.8;2.2;22.35;.6;5.22;21999
+72075;43.74579;-.67324;62;20220805;30.8;20.1;25.4;2.3;19.95;0;4.84;20655
+72075;43.74579;-.67324;62;20220806;34.8;17.8;26.3;1.6;18.1;0;5.5;24272
+72075;43.74579;-.67324;62;20220807;34.7;16.2;25.4;1.1;14.9;.2;5.04;23905
+72075;43.74579;-.67324;62;20220808;35.8;13.3;24.5;.9;15.45;0;5.07;25505
+72075;43.74579;-.67324;62;20220809;36.7;16.7;26.7;.8;17;0;5.18;25446
+72075;43.74579;-.67324;62;20220810;39.4;15.7;27.5;.8;15.85;0;5.29;25633
+72075;43.74579;-.67324;62;20220811;40.3;19.1;29.7;.9;17.15;0;5.38;24129
+72075;43.74579;-.67324;62;20220812;37.9;23.2;30.5;2.3;22.25;0;6.1;21859
+72075;43.74579;-.67324;62;20220813;32.7;21.9;27.3;2;21.85;1.7;4.54;18101
+72075;43.74579;-.67324;62;20220814;27.3;20.3;23.8;2.1;20.55;.6;3.46;14793
+72075;43.74579;-.67324;62;20220815;28;15.7;21.9;1.4;17;0;4.01;20657
+72075;43.74579;-.67324;62;20220816;27.5;15.5;21.5;1.4;17.5;3;3.27;15180
+72075;43.74579;-.67324;62;20220817;24.5;16.5;20.5;2.1;18.45;2;3.38;17893
+72075;43.74579;-.67324;62;20220818;24;16.6;20.3;1.9;18.4;4.5;2.93;14436
+72075;43.74579;-.67324;62;20220819;28.1;15.3;21.7;1.1;17.55;.3;3.67;19232
+72075;43.74579;-.67324;62;20220820;31;14.7;22.8;.8;18.25;.1;3.97;21282
+72075;43.74579;-.67324;62;20220821;28.4;18.1;23.2;1.8;19.55;.2;3.59;16247
+72075;43.74579;-.67324;62;20220822;25.7;18.2;22;1.7;20.5;2.1;2.81;13326
+72075;43.74579;-.67324;62;20220823;31;19.3;25.1;.8;21.05;0;3.54;17581
+72075;43.74579;-.67324;62;20220824;35.9;15.8;25.9;1.1;19.65;.3;4.81;23146
+72075;43.74579;-.67324;62;20220825;29.7;20.4;25;2.5;21.9;0;3.83;15471
+72075;43.74579;-.67324;62;20220826;29.1;20;24.6;1.7;20.55;.1;3.52;15321
+72075;43.74579;-.67324;62;20220827;31.7;18.9;25.3;1.3;19.35;0;4.15;19740
+72075;43.74579;-.67324;62;20220828;35.8;14.3;25;1;17.15;.3;4.65;23349
+72075;43.74579;-.67324;62;20220829;29.7;20.6;25.2;1.9;18.35;7.5;3.29;10024
+72075;43.74579;-.67324;62;20220830;33;16.2;24.6;1.4;20.2;0;4.32;21067
+72075;43.74579;-.67324;62;20220831;28.8;20.3;24.6;1.8;21.8;2.9;2.98;11780
+72075;43.74579;-.67324;62;20220901;30.8;17.5;24.1;1.3;19.45;2.4;3.81;18627
+72075;43.74579;-.67324;62;20220902;26.3;18.3;22.3;2;19.55;1;3.04;13954
+72075;43.74579;-.67324;62;20220903;28;16.4;22.2;1.2;18.45;0;3.11;15774
+72075;43.74579;-.67324;62;20220904;33.9;14.2;24;.9;16.75;0;4.13;22042
+72075;43.74579;-.67324;62;20220905;34.8;18.5;26.7;1.3;18.2;.1;4.46;21240
+72075;43.74579;-.67324;62;20220906;32.3;14.5;23.4;1.9;15.35;0;4.65;21293
+72075;43.74579;-.67324;62;20220907;27.7;14.8;21.2;1.2;15.55;0;3.1;15556
+72075;43.74579;-.67324;62;20220908;27.5;12.1;19.8;1.2;14.65;2.5;3.27;18389
+72075;43.74579;-.67324;62;20220909;25.7;17;21.4;1.8;16.35;1.1;3.15;15153
+72075;43.74579;-.67324;62;20220910;30.2;11;20.6;1.1;14.5;0;3.61;20571
+72075;43.74579;-.67324;62;20220911;35.4;14.2;24.8;1.6;15.05;0;4.7;21849
+72075;43.74579;-.67324;62;20220912;39.2;18.4;28.8;1.7;17.65;4;5.08;20316
+72075;43.74579;-.67324;62;20220913;31.5;20.2;25.8;1.5;21.05;.1;3.09;12265
+72075;43.74579;-.67324;62;20220914;31.6;17.5;24.5;1.8;17.3;.1;3.93;17795
+72075;43.74579;-.67324;62;20220915;29.9;14.8;22.4;1.4;17;1.2;3.48;17763
+72075;43.74579;-.67324;62;20220916;25.8;16.7;21.3;1.8;17.1;.3;2.91;14125
+72075;43.74579;-.67324;62;20220917;24.1;9.2;16.7;1.3;10.55;0;2.96;18363
+72075;43.74579;-.67324;62;20220918;26.2;6.1;16.1;1.3;8.15;0;3.31;19718
+72075;43.74579;-.67324;62;20220919;28.5;4.5;16.5;.6;8.35;0;2.85;20546
+72075;43.74579;-.67324;62;20220920;25.8;4.3;15;.8;9.3;0;2.74;19508
+72075;43.74579;-.67324;62;20220921;25.6;5.4;15.5;.9;10;0;2.76;19017
+72075;43.74579;-.67324;62;20220922;27.4;6.7;17.1;.8;11.15;.1;2.81;18925
+72075;43.74579;-.67324;62;20220923;21.5;8.1;14.8;.8;12.7;5;1.76;10314
+72075;43.74579;-.67324;62;20220924;18.5;10.8;14.7;1;14.5;9.1;1.36;7710
+72075;43.74579;-.67324;62;20220925;20.7;7.8;14.3;1;12.4;.8;1.99;14018
+72075;43.74579;-.67324;62;20220926;20.8;7.1;13.9;1.8;12.55;6.7;2.06;12862
+72075;43.74579;-.67324;62;20220927;19.2;13.8;16.5;2.3;15.7;16.3;1.57;7915
+72075;43.74579;-.67324;62;20220928;19.7;15;17.3;3.7;16.65;29.1;1.73;8382
+72075;43.74579;-.67324;62;20220929;15.8;13.1;14.5;2.2;14.5;9.1;1.15;5721
+72075;43.74579;-.67324;62;20220930;20.5;10;15.2;1.3;12.45;.3;2.05;13741
+72075;43.74579;-.67324;62;20221001;22.3;11.2;16.7;1.6;13.9;0;2.07;12122
+72075;43.74579;-.67324;62;20221002;24.8;10.8;17.8;.8;15.05;0;2.03;13182
+72075;43.74579;-.67324;62;20221003;25.3;12.4;18.9;.9;15.05;0;2.09;13056
+72075;43.74579;-.67324;62;20221004;26.6;9.3;18;.6;14.05;.2;2.07;14618
+72075;43.74579;-.67324;62;20221005;29.1;10.9;20;1.2;15.1;0;2.66;15215
+72075;43.74579;-.67324;62;20221006;21.8;15.8;18.8;.5;16.65;0;1.3;6824
+72075;43.74579;-.67324;62;20221007;26.5;10.6;18.6;.9;15.2;0;2.15;14269
+72075;43.74579;-.67324;62;20221008;23;15.3;19.1;1;17.2;1.2;1.59;8596
+72075;43.74579;-.67324;62;20221009;28;11.6;19.8;.9;15.45;.1;2.24;13976
+72075;43.74579;-.67324;62;20221010;21.9;14.8;18.3;1;18.25;13;1.25;6484
+72075;43.74579;-.67324;62;20221011;20.9;16.1;18.5;.7;18.3;4.3;1.16;6014
+72075;43.74579;-.67324;62;20221012;23.2;15.1;19.1;1;17.05;.8;1.55;8573
+72075;43.74579;-.67324;62;20221013;21.8;13.4;17.6;1.3;16.7;.8;1.42;8133
+72075;43.74579;-.67324;62;20221014;22.6;17.7;20.1;2.1;18.15;1.1;1.66;7506
+72075;43.74579;-.67324;62;20221015;27.1;11.3;19.2;.8;15.45;0;1.91;13082
+72075;43.74579;-.67324;62;20221016;30;13.1;21.6;1.2;16.6;.6;2.28;13051
+72075;43.74579;-.67324;62;20221017;27.6;17.9;22.7;1.5;19.3;.6;1.95;8800
+72075;43.74579;-.67324;62;20221018;31.7;15;23.4;1.6;17.95;0;2.54;13311
+72075;43.74579;-.67324;62;20221019;28.4;15.7;22.1;1.8;17.3;0;2.2;9383
+72075;43.74579;-.67324;62;20221020;26.9;14.4;20.6;2.3;14.45;.3;2.46;8293
+72075;43.74579;-.67324;62;20221021;21.1;15.3;18.2;1.4;14.7;0;1.4;4150
+72075;43.74579;-.67324;62;20221022;26.9;10.2;18.5;1.8;13.8;.1;2.22;11961
+72075;43.74579;-.67324;62;20221023;28;15.6;21.8;2.4;13.45;0;2.84;7968
+72075;43.74579;-.67324;62;20221024;25.2;10.7;18;1.6;11.9;0;2.06;10729
+72075;43.74579;-.67324;62;20221025;24.6;10;17.3;1.3;13.1;.1;1.6;8634
+72075;43.74579;-.67324;62;20221026;27.1;10.4;18.8;1;14.25;0;1.59;10734
+72075;43.74579;-.67324;62;20221027;23.6;15.5;19.5;1.6;15.8;.1;1.52;5479
+72075;43.74579;-.67324;62;20221028;25;13.5;19.2;1.3;15.65;0;1.51;7011
+72075;43.74579;-.67324;62;20221029;24.2;14.3;19.2;1.5;15.85;.1;1.5;7557
+72075;43.74579;-.67324;62;20221030;22.6;11.5;17.1;1.1;15.1;.9;1.25;8377
+72075;43.74579;-.67324;62;20221031;19.9;11.6;15.8;1.7;15.3;3.3;1.03;5369
+72075;43.74579;-.67324;62;20221101;20.9;13.7;17.3;1.1;14.65;0;1.24;8601
+72075;43.74579;-.67324;62;20221102;20.7;7.5;14.1;1;12.2;.1;1.14;9252
+72075;43.74579;-.67324;62;20221103;22.5;9.1;15.8;2;12.5;11;1.59;6307
+72075;43.74579;-.67324;62;20221104;16.1;10.1;13.1;3.3;11.85;4;1.25;6686
+72075;43.74579;-.67324;62;20221105;17.7;5.2;11.5;.5;10;.1;.81;9398
+72075;43.74579;-.67324;62;20221106;19.5;3.5;11.5;1.4;9.65;.1;1.16;8966
+72075;43.74579;-.67324;62;20221107;21.1;4.5;12.8;1.1;10.5;0;1.12;9550
+72075;43.74579;-.67324;62;20221108;19.3;10;14.6;1.4;12.95;0;1;5113
+72075;43.74579;-.67324;62;20221109;15.4;12;13.7;1.1;13.6;5.6;.69;3344
+72075;43.74579;-.67324;62;20221110;18.5;6.7;12.6;1.2;11.05;0;.94;8838
+72075;43.74579;-.67324;62;20221111;17.3;4.1;10.7;1.3;10.25;.1;.89;9038
+72075;43.74579;-.67324;62;20221112;22.4;6;14.2;1.3;11.65;.1;1.13;9340
+72075;43.74579;-.67324;62;20221113;24.1;6.2;15.2;1.1;11.1;0;1.15;9420
+72075;43.74579;-.67324;62;20221114;15.2;7.6;11.4;1.2;12.45;1;.59;4000
+72075;43.74579;-.67324;62;20221115;17.1;10.1;13.6;1.2;13.25;6.3;.71;3986
+72075;43.74579;-.67324;62;20221116;19.8;10;14.9;1.4;12.5;.7;1.02;7550
+72075;43.74579;-.67324;62;20221117;18.9;14.6;16.7;2.5;14.15;10.9;1.26;4461
+72075;43.74579;-.67324;62;20221118;11.6;9.1;10.3;1.8;11.25;15.8;.57;2634
+72075;43.74579;-.67324;62;20221119;12.1;7.3;9.7;1.6;9.9;6.5;.68;5269
+72075;43.74579;-.67324;62;20221120;15.6;1.6;8.6;1;9.9;7.7;.57;5608
+72075;43.74579;-.67324;62;20221121;14.6;9.1;11.8;2;11.5;35;.79;2349
+72075;43.74579;-.67324;62;20221122;10.8;7.2;9;2.3;10.1;19.8;.63;2698
+72075;43.74579;-.67324;62;20221123;17.4;9.6;13.5;2.8;12.8;4.2;.96;6100
+72075;43.74579;-.67324;62;20221124;14.8;5.4;10.1;1.1;10.6;7.2;.59;3937
+72075;43.74579;-.67324;62;20221125;13;4.8;8.9;.8;10.65;7.3;.44;4122
+72075;43.74579;-.67324;62;20221126;13.5;2.2;7.8;1.1;8.5;0;.57;5587
+72075;43.74579;-.67324;62;20221127;14.4;1.3;7.9;1.3;9;15;.55;5972
+72075;43.74579;-.67324;62;20221128;12.9;8.2;10.5;2.1;11.3;14.3;.57;3893
+72075;43.74579;-.67324;62;20221129;13.7;6.9;10.3;.8;10.9;1.9;.49;4268
+72075;43.74579;-.67324;62;20221130;9.7;3.4;6.6;1.5;8.75;0;.47;4279
+72075;43.74579;-.67324;62;20221201;6.5;3.7;5.1;.8;7.75;0;.42;2108
+72075;43.74579;-.67324;62;20221202;8.7;1.2;5;.4;7.7;0;.34;4105
+72075;43.74579;-.67324;62;20221203;6.5;3;4.7;.7;8.05;2.7;.4;1420
+72075;43.74579;-.67324;62;20221204;11.6;1.5;6.6;.8;7.3;0;.45;5475
+72075;43.74579;-.67324;62;20221205;13.7;-.8;6.5;1.4;7.05;0;.6;6863
+72075;43.74579;-.67324;62;20221206;13.3;7.3;10.3;1.3;9.35;.1;.69;3701
+72075;43.74579;-.67324;62;20221207;14.8;6.3;10.5;1;9.75;0;.52;5861
+72075;43.74579;-.67324;62;20221208;9.8;4.5;7.2;1.1;9.6;9.5;.42;1934
+72075;43.74579;-.67324;62;20221209;11.2;7.3;9.3;1.7;10.3;.6;.55;2230
+72075;43.74579;-.67324;62;20221210;6.8;.2;3.5;1.8;5.75;0;.55;5532
+72075;43.74579;-.67324;62;20221211;6;-4.1;1;1.2;5.1;.1;.41;5061
+72075;43.74579;-.67324;62;20221212;6.4;-2.8;1.8;1.3;7;9;.28;2547
+72075;43.74579;-.67324;62;20221213;15.4;5.3;10.3;2.3;13.65;5;.19;4002
+72075;43.74579;-.67324;62;20221214;18.7;10.9;14.8;.9;13.2;7.4;.59;4641
+72075;43.74579;-.67324;62;20221215;16.2;9.6;12.9;1.4;12.4;7.4;.57;4612
+72075;43.74579;-.67324;62;20221216;10.5;10.3;10.4;1.8;10.6;3.3;.69;650
+72075;43.74579;-.67324;62;20221217;9.6;.5;5.1;1.2;7.7;0;.45;3496
+72075;43.74579;-.67324;62;20221218;15.1;1.9;8.5;2;8.4;0;.67;6282
+72075;43.74579;-.67324;62;20221219;14.2;4.1;9.2;1.4;9.75;.2;.52;4673
+72075;43.74579;-.67324;62;20221220;11.7;8.7;10.2;1.5;11.8;9.8;.43;1255
+72075;43.74579;-.67324;62;20221221;19.2;9.8;14.5;1.2;12.45;.2;.66;5733
+72075;43.74579;-.67324;62;20221222;17.6;6.4;12;.8;11.8;.3;.49;4080
+72075;43.74579;-.67324;62;20221223;19.9;8.1;14;.8;11.9;0;.6;4991
+72075;43.74579;-.67324;62;20221224;20.8;5.9;13.4;.7;10.7;0;.47;6559
+72075;43.74579;-.67324;62;20221225;20.9;4.1;12.5;1.5;9.7;0;.92;6874
+72075;43.74579;-.67324;62;20221226;18;7.7;12.9;1;11.2;1;.58;5284
+72075;43.74579;-.67324;62;20221227;14.4;10.7;12.5;.6;12.45;0;.47;2992
+72075;43.74579;-.67324;62;20221228;18.8;5;11.9;1.1;10;0;.64;6377
+72075;43.74579;-.67324;62;20221229;16.1;10.1;13.1;1.3;10.9;9;.89;2148
+72075;43.74579;-.67324;62;20221230;20.7;10;15.3;1.8;12.1;0;1.09;4573
+72075;43.74579;-.67324;62;20221231;21.7;8.6;15.2;1.5;10.95;0;1.01;5963
+72076;43.77736;-.36582;90;20220101;22.6;5;13.8;1.3;8.81;0;.94;6838
+72076;43.77736;-.36582;90;20220102;17.6;6.7;12.2;1.5;10.11;.2;.86;4838
+72076;43.77736;-.36582;90;20220103;16.6;6.2;11.4;2;10.37;0;.83;5615
+72076;43.77736;-.36582;90;20220104;19.2;8.3;13.7;3.7;10.04;6.3;1.82;4966
+72076;43.77736;-.36582;90;20220105;8.9;4.6;6.8;1.3;7.54;0;.55;4012
+72076;43.77736;-.36582;90;20220106;8.8;.2;4.5;.7;5.41;.1;.38;6667
+72076;43.77736;-.36582;90;20220107;10.6;-1.5;4.5;2.4;7.67;3.5;.5;4992
+72076;43.77736;-.36582;90;20220108;11.3;6.5;8.9;4.2;10.04;7;.61;3087
+72076;43.77736;-.36582;90;20220109;10.4;8.6;9.5;4.3;11.57;20.5;.36;1098
+72076;43.77736;-.36582;90;20220110;12.4;9.9;11.1;3.9;12.61;5.8;.47;1287
+72076;43.77736;-.36582;90;20220111;10.1;6;8;.9;8.91;.2;.45;4363
+72076;43.77736;-.36582;90;20220112;5.7;-1.5;2.1;.7;6.14;0;.3;5800
+72076;43.77736;-.36582;90;20220113;4.9;-2.8;1;1.6;6.17;0;.31;4919
+72076;43.77736;-.36582;90;20220114;4.2;-.9;1.7;1;6.07;0;.34;4685
+72076;43.77736;-.36582;90;20220115;11.3;-3.3;4;1;5.47;.1;.52;8380
+72076;43.77736;-.36582;90;20220116;11.1;-1.9;4.6;.9;5.86;.1;.5;7063
+72076;43.77736;-.36582;90;20220117;10;-1.9;4;1.4;6.47;.1;.54;7773
+72076;43.77736;-.36582;90;20220118;3.3;.4;1.8;1.3;6.87;.1;.3;2100
+72076;43.77736;-.36582;90;20220119;10;3.2;6.6;2.1;8.41;1.4;.59;3804
+72076;43.77736;-.36582;90;20220120;10.8;6.7;8.8;2.1;9.24;2.8;.72;3180
+72076;43.77736;-.36582;90;20220121;5.6;-1.2;2.2;1.5;5.87;.1;.49;6112
+72076;43.77736;-.36582;90;20220122;7.4;-3.7;1.9;.8;5.31;0;.44;8574
+72076;43.77736;-.36582;90;20220123;9.8;-3.5;3.2;1.3;5.64;0;.61;8800
+72076;43.77736;-.36582;90;20220124;14.3;-2.1;6.1;1.3;6.17;0;.84;9121
+72076;43.77736;-.36582;90;20220125;14.4;-1.4;6.5;1;6.31;0;.76;8918
+72076;43.77736;-.36582;90;20220126;12.8;-2;5.4;1.2;6.51;0;.73;9117
+72076;43.77736;-.36582;90;20220127;11.4;-2.6;4.4;1.1;6.44;.1;.65;9074
+72076;43.77736;-.36582;90;20220128;8.9;-.3;4.3;1.1;6.61;0;.59;6590
+72076;43.77736;-.36582;90;20220129;2.4;-1.5;.4;1.8;6.27;0;.3;2786
+72076;43.77736;-.36582;90;20220130;2.1;-.8;.6;.9;6.37;.5;.32;2504
+72076;43.77736;-.36582;90;20220131;9.7;1.4;5.5;3;8.37;1.8;.57;4267
+72076;43.77736;-.36582;90;20220201;9.5;.6;5.1;2.5;8.17;.1;.56;6575
+72076;43.77736;-.36582;90;20220202;10.8;7.8;9.3;2.6;10.41;0;.67;3418
+72076;43.77736;-.36582;90;20220203;13.8;5;9.4;2.7;10.31;0;.82;5123
+72076;43.77736;-.36582;90;20220204;12.7;5.7;9.2;2.3;10.64;1.1;.67;3873
+72076;43.77736;-.36582;90;20220205;11.4;7;9.2;2;8.11;0;1.09;8341
+72076;43.77736;-.36582;90;20220206;10.8;-1;4.9;2.6;7.64;1.4;.78;6869
+72076;43.77736;-.36582;90;20220207;13.1;8;10.5;2.4;10.41;1.3;.9;4920
+72076;43.77736;-.36582;90;20220208;14.6;4.6;9.6;2.1;8.24;0;1.29;10324
+72076;43.77736;-.36582;90;20220209;19.2;2.4;10.8;1.5;7.71;0;1.45;11210
+72076;43.77736;-.36582;90;20220210;13;2.8;7.9;1.5;8.29;2.4;1.38;11100
+72076;43.77736;-.36582;90;20220211;13.3;7.3;10.3;1.3;9.49;.2;.99;7000
+72076;43.77736;-.36582;90;20220212;14.4;-2.1;6.2;1.7;7.29;0;1.15;9400
+72076;43.77736;-.36582;90;20220213;18.3;1.2;9.8;2.9;8.39;4.4;1.88;11000
+72076;43.77736;-.36582;90;20220214;11.2;7.9;9.6;4.8;9.99;11.4;1.15;5900
+72076;43.77736;-.36582;90;20220215;11.5;3.8;7.7;2.8;9.79;3.1;.77;6200
+72076;43.77736;-.36582;90;20220216;12.5;8.9;10.7;4.7;11.54;4.8;.81;3229
+72076;43.77736;-.36582;90;20220217;14.4;11.6;13;3.3;12.91;1;.98;3888
+72076;43.77736;-.36582;90;20220218;17.7;6.8;12.3;2.9;11.01;0;1.56;9533
+72076;43.77736;-.36582;90;20220219;12.7;7;9.8;1.7;8.84;.2;1.2;8995
+72076;43.77736;-.36582;90;20220220;13.1;3.5;8.3;3.4;10.01;3.5;.92;6443
+72076;43.77736;-.36582;90;20220221;14.1;9.6;11.9;4.6;10.27;1;1.68;7736
+72076;43.77736;-.36582;90;20220222;15.8;6.8;11.3;1.9;9.31;0;1.56;11851
+72076;43.77736;-.36582;90;20220223;16.7;3;9.8;1.6;8.94;0;1.5;12824
+72076;43.77736;-.36582;90;20220224;13.4;4.2;8.8;2.8;10.07;1.2;.96;5988
+72076;43.77736;-.36582;90;20220225;12.1;4.5;8.3;1.9;7.17;0;1.47;11314
+72076;43.77736;-.36582;90;20220226;13.9;1.6;7.8;3.2;5.57;0;2.21;13999
+72076;43.77736;-.36582;90;20220227;17;3.2;10.1;2;8.11;0;1.76;11939
+72076;43.77736;-.36582;90;20220228;19.3;2.9;11.1;1;8.81;0;1.66;14137
+72076;43.77736;-.36582;90;20220301;18.4;3.1;10.7;2.4;8.27;.4;2.11;13311
+72076;43.77736;-.36582;90;20220302;12.8;8;10.4;1.9;10.44;3.5;1;4736
+72076;43.77736;-.36582;90;20220303;16.3;6.2;11.3;2.3;10.51;2.5;1.57;11135
+72076;43.77736;-.36582;90;20220304;11.5;8.5;10;3.6;9.81;.2;1.22;5289
+72076;43.77736;-.36582;90;20220305;11.6;6.2;8.9;1.6;8.11;0;1.28;7762
+72076;43.77736;-.36582;90;20220306;10;4.7;7.3;1.2;8.04;.1;1.01;6779
+72076;43.77736;-.36582;90;20220307;13;-.1;6.4;1.5;7.04;0;1.55;14728
+72076;43.77736;-.36582;90;20220308;11.1;4.3;7.7;2.2;8.71;.6;1.06;6452
+72076;43.77736;-.36582;90;20220309;17.9;2.2;10.1;2.6;8.51;.4;2.18;15242
+72076;43.77736;-.36582;90;20220310;16.6;9.3;13;2.5;10.91;1.6;1.76;9216
+72076;43.77736;-.36582;90;20220311;15.1;8.5;11.8;2.5;10.67;6.8;1.42;6715
+72076;43.77736;-.36582;90;20220312;14.5;7.3;10.9;2.9;9.97;1.1;1.8;12679
+72076;43.77736;-.36582;90;20220313;14.2;8.1;11.2;3.5;9.04;4.9;2.01;10518
+72076;43.77736;-.36582;90;20220314;14.3;6.4;10.3;3.9;9.84;0;1.56;7365
+72076;43.77736;-.36582;90;20220315;19.8;10.7;15.3;3.9;12.04;0;2.65;12837
+72076;43.77736;-.36582;90;20220316;16.7;10.6;13.7;2.9;12.47;3.1;1.59;7668
+72076;43.77736;-.36582;90;20220317;11.4;11.1;11.2;2.6;12.01;2.9;.75;1800
+72076;43.77736;-.36582;90;20220318;12.3;5.8;9.1;1.3;9.59;0;1.24;8300
+72076;43.77736;-.36582;90;20220319;18.2;3.3;10.8;2.4;9.49;0;2.34;15900
+72076;43.77736;-.36582;90;20220320;18.9;6.3;12.6;2.8;10.19;0;2.35;11900
+72076;43.77736;-.36582;90;20220321;20.5;7.4;14;3.9;10.19;.2;3.27;16900
+72076;43.77736;-.36582;90;20220322;17.6;5.8;11.7;3.6;8.09;0;2.77;11500
+72076;43.77736;-.36582;90;20220323;18;2.6;10.3;2.8;7.59;0;2.99;20000
+72076;43.77736;-.36582;90;20220324;19.5;.7;10.1;1.7;8.19;0;2.67;19600
+72076;43.77736;-.36582;90;20220325;19.7;3.1;11.4;2.5;8.09;0;2.74;13800
+72076;43.77736;-.36582;90;20220326;19.4;3.9;11.7;4;6.89;0;3.83;19800
+72076;43.77736;-.36582;90;20220327;20.7;3.7;12.2;2.2;8.49;0;3.08;18900
+72076;43.77736;-.36582;90;20220328;21.2;3.3;12.3;1.4;9.19;0;2.33;13000
+72076;43.77736;-.36582;90;20220329;18;5.3;11.7;1.7;11.09;3.8;1.64;8500
+72076;43.77736;-.36582;90;20220330;15;9.8;12.4;2.8;11.69;5.9;1.56;7100
+72076;43.77736;-.36582;90;20220331;15.2;7.7;11.5;4;9.69;4.1;2.47;14200
+72076;43.77736;-.36582;90;20220401;10.1;-1.1;4.5;4.3;5.69;.5;2.26;17700
+72076;43.77736;-.36582;90;20220402;10;-2.3;3.9;3.1;5.29;.2;2.13;16900
+72076;43.77736;-.36582;90;20220403;8;-1.2;3.4;2.3;5.58;0;1.85;16040
+72076;43.77736;-.36582;90;20220404;11.8;-2;4.9;1.8;5.16;0;2.35;21529
+72076;43.77736;-.36582;90;20220405;17.1;-3.2;7;1.3;5.99;0;2.77;23300
+72076;43.77736;-.36582;90;20220406;12.4;4.8;8.6;3;10.19;0;1.03;4800
+72076;43.77736;-.36582;90;20220407;18.6;8.6;13.6;4.9;11.39;6.4;2.62;10400
+72076;43.77736;-.36582;90;20220408;19.7;8;13.9;4.4;11.19;2;2.73;10000
+72076;43.77736;-.36582;90;20220409;16.7;7.7;12.2;2;8.49;.4;3.02;19900
+72076;43.77736;-.36582;90;20220410;20.7;-.7;10;3.9;7.19;0;4.08;23200
+72076;43.77736;-.36582;90;20220411;22.9;10.1;16.5;5.3;11.39;0;4.51;20000
+72076;43.77736;-.36582;90;20220412;18;9.2;13.6;2.1;12.29;0;1.73;7300
+72076;43.77736;-.36582;90;20220413;17.5;10.7;14.1;1.9;13.29;.9;1.71;8400
+72076;43.77736;-.36582;90;20220414;24;7.3;15.7;2;12.49;0;3.71;22600
+72076;43.77736;-.36582;90;20220415;22.8;11.3;17.1;2.9;13.69;0;3.37;17100
+72076;43.77736;-.36582;90;20220416;24.7;11.5;18.1;2.6;12.69;0;4.37;23700
+72076;43.77736;-.36582;90;20220417;23.4;10.7;17.1;3.5;12.79;0;3.99;20000
+72076;43.77736;-.36582;90;20220418;19;11.9;15.5;2.9;12.39;0;2.72;12900
+72076;43.77736;-.36582;90;20220419;12;9.6;10.8;2.1;11.49;17.6;1.05;4300
+72076;43.77736;-.36582;90;20220420;12.1;8.1;10.1;1.5;11.39;4.3;1.07;5600
+72076;43.77736;-.36582;90;20220421;14.5;7.5;11;1.6;12.69;.7;1.01;5200
+72076;43.77736;-.36582;90;20220422;21.5;9.4;15.5;1.9;11.59;1.8;3.52;21000
+72076;43.77736;-.36582;90;20220423;14;10.7;12.4;3.4;11.79;3.7;1.7;7800
+72076;43.77736;-.36582;90;20220424;17.3;10.3;13.8;5.7;11.89;.8;2.86;14400
+72076;43.77736;-.36582;90;20220425;21;4.9;13;1.5;10.69;0;3.43;23300
+72076;43.77736;-.36582;90;20220426;24.2;5.6;14.9;3.1;10.99;0;4.53;25600
+72076;43.77736;-.36582;90;20220427;20.2;11.7;16;2.5;13.89;1.1;2.45;11500
+72076;43.77736;-.36582;90;20220428;17.3;12.6;15;2.3;14.39;.2;1.69;7700
+72076;43.77736;-.36582;90;20220429;20.5;11;15.8;2.3;13.59;0;2.99;16800
+72076;43.77736;-.36582;90;20220430;21.7;12.3;17;3.1;13.29;0;3.66;18800
+72076;43.77736;-.36582;90;20220501;21.4;10.6;16;2.6;12.99;0;3.26;17100
+72076;43.77736;-.36582;90;20220502;20.5;10.5;15.5;2.8;12.69;0;3.43;19400
+72076;43.77736;-.36582;90;20220503;21.2;12.8;17;2.7;14.29;3.5;2.73;12000
+72076;43.77736;-.36582;90;20220504;20;13.6;16.8;2.3;12.99;0;2.8;12400
+72076;43.77736;-.36582;90;20220505;21.7;7.8;14.8;1.9;10.69;0;3.53;19800
+72076;43.77736;-.36582;90;20220506;21.2;9.6;15.4;2.6;12.37;.1;2.84;13126
+72076;43.77736;-.36582;90;20220507;23.5;11.4;17.4;2.4;13.77;.1;3.17;14291
+72076;43.77736;-.36582;90;20220508;24.7;11.3;18;2;13.61;0;3.34;15638
+72076;43.77736;-.36582;90;20220509;26.8;10.3;18.5;1.5;13.01;0;3.63;17684
+72076;43.77736;-.36582;90;20220510;29.9;11.5;20.7;1.4;12.97;.1;4.02;17999
+72076;43.77736;-.36582;90;20220511;27.2;12.8;20;1.7;15.27;0;3.55;16151
+72076;43.77736;-.36582;90;20220512;21.6;14;17.8;1.1;15.61;1.5;2.41;12502
+72076;43.77736;-.36582;90;20220513;24.7;13.6;19.2;1;16.09;0;3.02;15739
+72076;43.77736;-.36582;90;20220514;29.6;12.5;21.1;2.1;16.57;.4;3.95;16874
+72076;43.77736;-.36582;90;20220515;30;14.4;22.2;1.8;17.81;4.9;3.58;14213
+72076;43.77736;-.36582;90;20220516;28.8;15;21.9;1.4;17.17;0;3.8;17651
+72076;43.77736;-.36582;90;20220517;30.3;15.2;22.8;2;15.87;0;4.42;18043
+72076;43.77736;-.36582;90;20220518;32.2;15.1;23.7;2.1;16.54;2;4.64;17805
+72076;43.77736;-.36582;90;20220519;26.5;16.9;21.7;2.5;18.91;.1;3.32;13701
+72076;43.77736;-.36582;90;20220520;24.1;16.5;20.3;2.4;18.84;.1;2.75;12069
+72076;43.77736;-.36582;90;20220521;30.8;13.9;22.3;1.4;19.37;0;3.76;17120
+72076;43.77736;-.36582;90;20220522;29.5;18;23.8;2.9;20.74;.3;3.74;13636
+72076;43.77736;-.36582;90;20220523;22.3;16.2;19.2;4.9;15.27;.6;3.48;11930
+72076;43.77736;-.36582;90;20220524;17.3;12;14.7;2.5;13.31;1.7;2.03;9444
+72076;43.77736;-.36582;90;20220525;18.9;8.6;13.7;1.7;12.21;0;2.23;11534
+72076;43.77736;-.36582;90;20220526;20.5;9;14.7;1.6;13.21;.1;2.37;12307
+72076;43.77736;-.36582;90;20220527;25.6;12.4;19;1.5;14.37;.1;3.42;16443
+72076;43.77736;-.36582;90;20220528;27.6;11.3;19.4;1.6;13.14;0;4.08;19284
+72076;43.77736;-.36582;90;20220529;25.9;9.8;17.9;1.5;10.17;0;4.04;19434
+72076;43.77736;-.36582;90;20220530;25.4;8.8;17.1;1.8;9.61;0;4.07;18825
+72076;43.77736;-.36582;90;20220531;27.2;13.2;20.2;1.8;12.44;0;4.22;18368
+72076;43.77736;-.36582;90;20220601;31.8;14.4;23.1;2.3;14.77;0;5.03;19014
+72076;43.77736;-.36582;90;20220602;27.3;16.8;22;2.9;18.64;.2;3.58;13505
+72076;43.77736;-.36582;90;20220603;27.6;18;22.8;2;20.24;4.6;3.3;13629
+72076;43.77736;-.36582;90;20220604;22.1;17.9;20;1.7;19.51;4.7;1.86;7368
+72076;43.77736;-.36582;90;20220605;23.8;16.6;20.2;2;17.04;0;3.05;13428
+72076;43.77736;-.36582;90;20220606;25.8;15.3;20.6;1.7;16.17;.1;3.33;14454
+72076;43.77736;-.36582;90;20220607;24.6;16;20.3;1.5;16.24;2;2.93;12570
+72076;43.77736;-.36582;90;20220608;19.4;15;17.2;1.9;16.91;2.7;1.76;7873
+72076;43.77736;-.36582;90;20220609;24.3;12.5;18.4;1.8;14.81;.1;3.56;17757
+72076;43.77736;-.36582;90;20220610;28.5;11.1;19.8;1.6;15.01;.1;4.17;19975
+72076;43.77736;-.36582;90;20220611;30.5;15.5;23;2;17.71;0;5.25;24719
+72076;43.77736;-.36582;90;20220612;28.2;17.5;22.8;2.7;19.51;4.1;4.19;17988
+72076;43.77736;-.36582;90;20220613;29.6;18.3;24;2.1;21.24;.1;4.93;23537
+72076;43.77736;-.36582;90;20220614;35.2;18.2;26.7;1.7;22.61;.3;5.61;24428
+72076;43.77736;-.36582;90;20220615;34;19.4;26.7;2.1;21.94;0;6.12;27181
+72076;43.77736;-.36582;90;20220616;35.5;18.8;27.2;1.8;20.94;0;5.87;24632
+72076;43.77736;-.36582;90;20220617;37.3;20.3;28.8;2;20.84;0;6.77;27688
+72076;43.77736;-.36582;90;20220618;40.3;19.9;30.1;2.8;20.07;0;7.96;28083
+72076;43.77736;-.36582;90;20220619;30.5;18.5;24.5;2.6;19.44;1.1;5.23;22539
+72076;43.77736;-.36582;90;20220620;29;18.1;23.5;2.1;19.44;2.2;4.85;22682
+72076;43.77736;-.36582;90;20220621;26.6;18.6;22.6;2.2;20.37;4.3;3.75;17189
+72076;43.77736;-.36582;90;20220622;23.9;16.9;20.4;2.3;19.14;6.1;3.28;16440
+72076;43.77736;-.36582;90;20220623;27.1;15.2;21.1;1.7;18.11;2.8;4.32;22308
+72076;43.77736;-.36582;90;20220624;25.3;16;20.6;2.1;16.94;.6;4.39;22769
+72076;43.77736;-.36582;90;20220625;19.4;13.9;16.7;1.9;15.57;13.1;2.23;11086
+72076;43.77736;-.36582;90;20220626;16.7;12.9;14.8;1.2;15.07;8.9;1.63;8547
+72076;43.77736;-.36582;90;20220627;19.7;14.2;17;1.3;15.61;0;2.33;11902
+72076;43.77736;-.36582;90;20220628;25.6;13.4;19.5;1.1;14.54;0;4.74;27065
+72076;43.77736;-.36582;90;20220629;25.7;11.7;18.7;1.9;14.94;2.1;4.54;24861
+72076;43.77736;-.36582;90;20220630;16.2;14.3;15.2;1.6;15.31;3.5;1.42;6567
+72076;43.77736;-.36582;90;20220701;24.1;8.6;16.3;1.3;12.81;0;4.61;28717
+72076;43.77736;-.36582;90;20220702;30.7;11.3;21;2.1;14.31;0;5.83;28811
+72076;43.77736;-.36582;90;20220703;28.5;14.4;21.5;2.3;16.44;.1;5.03;24292
+72076;43.77736;-.36582;90;20220704;24.5;15.8;20.2;2.6;17.91;.1;3.69;18257
+72076;43.77736;-.36582;90;20220705;29.7;16.5;23.1;1.7;17.91;0;5.16;25633
+72076;43.77736;-.36582;90;20220706;28.8;15.1;22;2;17.17;.1;4.77;23152
+72076;43.77736;-.36582;90;20220707;28.8;15.5;22.1;2.6;17.14;0;5.31;25557
+72076;43.77736;-.36582;90;20220708;31;16;23.5;1.8;17.24;0;5.6;27225
+72076;43.77736;-.36582;90;20220709;33;14.4;23.7;1.4;16.91;.1;5.74;28314
+72076;43.77736;-.36582;90;20220710;33.9;14.6;24.3;1.2;16.17;0;5.95;29640
+72076;43.77736;-.36582;90;20220711;36.1;14.3;25.2;1.1;16.64;0;6.11;30031
+72076;43.77736;-.36582;90;20220712;37;17.4;27.2;1.6;17.71;0;6.52;29254
+72076;43.77736;-.36582;90;20220713;36.6;14.8;25.7;1.1;13.97;0;6.08;29801
+72076;43.77736;-.36582;90;20220714;37;15.4;26.2;1.6;16.94;0;6.45;28761
+72076;43.77736;-.36582;90;20220715;36.1;18.5;27.3;2.1;18.44;0;6.43;26546
+72076;43.77736;-.36582;90;20220716;37.5;16.7;27.1;1.7;15.91;0;6.5;27827
+72076;43.77736;-.36582;90;20220717;38.3;16.5;27.4;2.1;15.17;0;7.03;28140
+72076;43.77736;-.36582;90;20220718;40;20.2;30.1;3.3;15.81;.1;8.5;27460
+72076;43.77736;-.36582;90;20220719;32;21.7;26.9;2.9;20.47;0;5.61;21344
+72076;43.77736;-.36582;90;20220720;27.9;20.2;24;2.1;17.54;.1;4.51;19259
+72076;43.77736;-.36582;90;20220721;32.8;17.6;25.2;1.7;17.91;0;5.63;26179
+72076;43.77736;-.36582;90;20220722;26;20;23;2.8;18.96;0;3.81;15128
+72076;43.77736;-.36582;90;20220723;29.2;16.5;22.8;1;16.34;0;4.5;23401
+72076;43.77736;-.36582;90;20220724;37.1;14.6;25.8;1.6;17.96;0;6.35;29103
+72076;43.77736;-.36582;90;20220725;29;20.7;24.8;3;19.34;.1;4.82;18855
+72076;43.77736;-.36582;90;20220726;28.1;15.2;21.6;1.8;15.81;.3;4.89;24991
+72076;43.77736;-.36582;90;20220727;28.4;12.9;20.6;1.5;13.94;0;5.01;26919
+72076;43.77736;-.36582;90;20220728;28.2;13.8;21;1.7;14.84;2.3;4.76;24415
+72076;43.77736;-.36582;90;20220729;26.4;16.1;21.2;1.7;17.07;1.1;3.46;15736
+72076;43.77736;-.36582;90;20220730;30.1;18.2;24.1;1.3;18.14;.1;4.37;20813
+72076;43.77736;-.36582;90;20220731;32.9;15.2;24.1;1.9;17.71;0;5.59;26274
+72076;43.77736;-.36582;90;20220801;34.4;17.3;25.8;2.2;18.41;0;5.96;25795
+72076;43.77736;-.36582;90;20220802;36.2;18.3;27.3;2;17.24;.2;6.26;26326
+72076;43.77736;-.36582;90;20220803;37.3;17.1;27.2;2.1;19.27;.2;6.12;24575
+72076;43.77736;-.36582;90;20220804;33.4;20.6;27;2.8;22.31;.5;5.52;22071
+72076;43.77736;-.36582;90;20220805;30.6;19.2;24.9;2.7;19.81;0;5.2;22764
+72076;43.77736;-.36582;90;20220806;34;18.1;26;1.9;18.04;0;5.47;23481
+72076;43.77736;-.36582;90;20220807;34.7;16.7;25.7;1.5;14.84;.1;5.4;24535
+72076;43.77736;-.36582;90;20220808;35.6;14.8;25.2;1.5;15.37;0;5.53;25195
+72076;43.77736;-.36582;90;20220809;36.4;17.9;27.1;1.6;16.74;0;5.68;24482
+72076;43.77736;-.36582;90;20220810;38.8;16.2;27.5;1.1;14.67;0;5.47;25228
+72076;43.77736;-.36582;90;20220811;39.9;20.1;30;1.2;15.91;0;5.5;23029
+72076;43.77736;-.36582;90;20220812;37.9;23.1;30.5;2.5;21.34;0;6.38;22595
+72076;43.77736;-.36582;90;20220813;32.8;21.5;27.2;2.1;21.87;2.1;4.64;18270
+72076;43.77736;-.36582;90;20220814;26.8;19.9;23.4;2.3;20.44;.8;3.38;14379
+72076;43.77736;-.36582;90;20220815;27.9;16.2;22.1;1.9;16.74;.2;4.21;20627
+72076;43.77736;-.36582;90;20220816;27.6;15.6;21.6;1.7;16.91;4.2;3.49;15784
+72076;43.77736;-.36582;90;20220817;24.2;16.7;20.4;2.4;18.07;0;3.43;17934
+72076;43.77736;-.36582;90;20220818;23.6;16.4;20;2.5;18.04;3;3.03;14987
+72076;43.77736;-.36582;90;20220819;27.8;15.9;21.9;1.6;17.31;.3;3.8;18876
+72076;43.77736;-.36582;90;20220820;30.5;14.9;22.7;1;18.01;.1;4.02;21211
+72076;43.77736;-.36582;90;20220821;28.2;17.9;23.1;1.9;18.97;.2;3.74;17126
+72076;43.77736;-.36582;90;20220822;25;18.2;21.6;2.2;20.41;2;2.65;12063
+72076;43.77736;-.36582;90;20220823;30.2;19.3;24.8;1.1;20.71;0;3.66;17892
+72076;43.77736;-.36582;90;20220824;35.9;16.4;26.2;1.4;18.84;0;4.97;22813
+72076;43.77736;-.36582;90;20220825;30.3;20.9;25.6;3.2;21.77;0;4.28;16049
+72076;43.77736;-.36582;90;20220826;29.7;19.6;24.6;2.3;19.84;.1;4.08;17369
+72076;43.77736;-.36582;90;20220827;31.8;18.7;25.2;1.7;18.87;0;4.5;20721
+72076;43.77736;-.36582;90;20220828;35.3;14.9;25.1;1.5;16.51;.1;4.96;23123
+72076;43.77736;-.36582;90;20220829;30.4;20.7;25.6;2;16.91;7.4;3.38;9279
+72076;43.77736;-.36582;90;20220830;32.9;16.5;24.7;1.8;19.67;0;4.56;21318
+72076;43.77736;-.36582;90;20220831;28.9;20;24.4;2.1;21.64;1.4;3.19;12729
+72076;43.77736;-.36582;90;20220901;30.5;17.8;24.1;1.6;18.87;6;3.98;18963
+72076;43.77736;-.36582;90;20220902;26.4;17.7;22.1;2.2;19.04;.6;3.23;15013
+72076;43.77736;-.36582;90;20220903;27.5;16.7;22.1;1.3;18.07;0;3.05;14945
+72076;43.77736;-.36582;90;20220904;33.7;14.4;24.1;1.4;16.54;.1;4.39;21659
+72076;43.77736;-.36582;90;20220905;34.4;18.6;26.5;1.8;17.74;0;4.79;20670
+72076;43.77736;-.36582;90;20220906;32.1;15.4;23.8;2.2;15.11;0;4.8;21144
+72076;43.77736;-.36582;90;20220907;27.9;15.4;21.7;1.3;15.04;0;3.15;15005
+72076;43.77736;-.36582;90;20220908;27.2;12.3;19.8;1.5;14.37;2;3.4;18129
+72076;43.77736;-.36582;90;20220909;25.7;17;21.4;2.3;15.77;1.4;3.42;15663
+72076;43.77736;-.36582;90;20220910;29.4;11.7;20.6;1.5;14.17;0;3.81;20253
+72076;43.77736;-.36582;90;20220911;34.6;16;25.3;2.6;14.14;0;5.34;20291
+72076;43.77736;-.36582;90;20220912;38.4;19.5;29;2.7;16.97;2.3;5.77;18811
+72076;43.77736;-.36582;90;20220913;31.5;20.7;26.1;2.1;21.37;.2;3.17;10375
+72076;43.77736;-.36582;90;20220914;31.2;18.2;24.7;2.1;16.74;.1;4.08;16772
+72076;43.77736;-.36582;90;20220915;29.3;15.7;22.5;1.8;16.31;0;3.63;17319
+72076;43.77736;-.36582;90;20220916;25.8;17.2;21.5;2.4;16.87;.3;3.15;14137
+72076;43.77736;-.36582;90;20220917;23.3;9.9;16.6;1.8;10.31;0;3.17;18550
+72076;43.77736;-.36582;90;20220918;25.7;8;16.9;2.1;7.41;0;3.8;18770
+72076;43.77736;-.36582;90;20220919;28.2;5.7;16.9;1.1;7.74;0;3.2;19925
+72076;43.77736;-.36582;90;20220920;26;6;16;1.2;9.24;0;3.07;19504
+72076;43.77736;-.36582;90;20220921;25.5;7;16.2;1.7;10.27;0;3.19;18710
+72076;43.77736;-.36582;90;20220922;27.1;8.9;18;1.5;11.44;.1;3.17;18138
+72076;43.77736;-.36582;90;20220923;21.6;9.4;15.5;1.3;12.71;2.7;1.84;9222
+72076;43.77736;-.36582;90;20220924;17.9;11.9;14.9;2.1;14.84;6.4;1.29;6746
+72076;43.77736;-.36582;90;20220925;20.4;9.2;14.8;1.6;12.27;0;2.15;13515
+72076;43.77736;-.36582;90;20220926;20.5;7.7;14.1;2.6;12.41;5.8;2.16;12221
+72076;43.77736;-.36582;90;20220927;18.5;13.8;16.2;3.6;15.41;16;1.63;7941
+72076;43.77736;-.36582;90;20220928;18.9;14.8;16.8;4.7;16.47;22.5;1.64;8122
+72076;43.77736;-.36582;90;20220929;16.2;13.1;14.6;2.9;14.37;6.4;1.33;6944
+72076;43.77736;-.36582;90;20220930;19.1;10.3;14.7;2.1;12.11;.1;2.09;12965
+72076;43.77736;-.36582;90;20221001;21.9;11.8;16.8;2.6;13.67;0;2.31;11632
+72076;43.77736;-.36582;90;20221002;24.3;11.2;17.8;1.1;15.14;0;2.09;13156
+72076;43.77736;-.36582;90;20221003;24.3;13.7;19;1.3;15.34;0;2.18;12759
+72076;43.77736;-.36582;90;20221004;26.4;9.4;17.9;.7;13.61;.1;2.2;15389
+72076;43.77736;-.36582;90;20221005;28.4;10.1;19.2;1.5;14.14;0;2.73;15505
+72076;43.77736;-.36582;90;20221006;21.6;15.6;18.6;.9;16.64;0;1.41;7202
+72076;43.77736;-.36582;90;20221007;25.5;11.7;18.6;1.6;15.54;0;2.29;13610
+72076;43.77736;-.36582;90;20221008;22.4;15.7;19;1.7;17.27;2.3;1.73;9094
+72076;43.77736;-.36582;90;20221009;28;11.7;19.9;1.5;14.91;.1;2.57;14289
+72076;43.77736;-.36582;90;20221010;22.1;14.8;18.4;1.4;17.24;14.8;1.38;6413
+72076;43.77736;-.36582;90;20221011;21.2;16.2;18.7;.9;18.21;3.6;1.24;6520
+72076;43.77736;-.36582;90;20221012;23;14.8;18.9;1;16.77;.8;1.64;9893
+72076;43.77736;-.36582;90;20221013;21.6;13.6;17.6;1.8;16.64;1.2;1.5;8153
+72076;43.77736;-.36582;90;20221014;21.6;17.3;19.5;3.2;18.21;.9;1.69;7018
+72076;43.77736;-.36582;90;20221015;26.9;12.5;19.7;1.6;15.47;0;2.27;12900
+72076;43.77736;-.36582;90;20221016;28.8;13.5;21.2;2;16.41;.3;2.57;12694
+72076;43.77736;-.36582;90;20221017;26.9;18.1;22.5;1.9;19.31;.3;2.02;8313
+72076;43.77736;-.36582;90;20221018;30.2;16.2;23.2;2.8;17.81;0;3.05;12439
+72076;43.77736;-.36582;90;20221019;26.6;16.4;21.5;2.5;17.67;0;2.2;7858
+72076;43.77736;-.36582;90;20221020;25.9;15.8;20.8;2.4;15.01;.4;2.29;6838
+72076;43.77736;-.36582;90;20221021;19.9;15.6;17.7;1.5;14.77;.1;1.25;3206
+72076;43.77736;-.36582;90;20221022;26.1;11.7;18.9;2.3;13.91;0;2.38;11600
+72076;43.77736;-.36582;90;20221023;27.5;15.6;21.5;2.6;13.71;0;2.76;6956
+72076;43.77736;-.36582;90;20221024;25.2;13.4;19.3;1.7;11.81;0;2.18;9940
+72076;43.77736;-.36582;90;20221025;23.8;12.3;18.1;2.5;12.97;.1;2.12;6991
+72076;43.77736;-.36582;90;20221026;25.9;12.3;19.1;2.3;14.47;0;2.1;9338
+72076;43.77736;-.36582;90;20221027;24.3;16.9;20.6;3.2;14.67;.1;2.3;4832
+72076;43.77736;-.36582;90;20221028;25.4;17;21.2;2.6;15.04;0;2.25;5621
+72076;43.77736;-.36582;90;20221029;24.7;16.1;20.4;2.3;15.37;.1;1.98;6835
+72076;43.77736;-.36582;90;20221030;22.8;12.2;17.5;1.2;15.04;1;1.31;8449
+72076;43.77736;-.36582;90;20221031;20.6;11.6;16.1;2.2;15.17;1.2;1.2;5414
+72076;43.77736;-.36582;90;20221101;20.3;13.9;17.1;1.7;14.64;0;1.33;8215
+72076;43.77736;-.36582;90;20221102;20.5;9.4;14.9;1.3;12.41;.1;1.26;9270
+72076;43.77736;-.36582;90;20221103;22.1;9.7;15.9;2.8;12.37;8.4;1.82;5410
+72076;43.77736;-.36582;90;20221104;15;10.5;12.7;4.8;11.91;5.2;1.3;6279
+72076;43.77736;-.36582;90;20221105;17.1;6.6;11.9;1;10.34;0;.96;9483
+72076;43.77736;-.36582;90;20221106;19.2;4.7;12;2.3;9.77;.1;1.48;8777
+72076;43.77736;-.36582;90;20221107;20.5;6.1;13.3;2;10.57;0;1.44;9060
+72076;43.77736;-.36582;90;20221108;18.9;10.4;14.6;2.4;12.81;0;1.23;3987
+72076;43.77736;-.36582;90;20221109;15.2;12.7;13.9;1.4;13.61;4.5;.74;2734
+72076;43.77736;-.36582;90;20221110;17.6;7.9;12.8;1.5;11.37;0;.99;8738
+72076;43.77736;-.36582;90;20221111;15.4;5;10.2;1.8;10.47;.1;.82;7291
+72076;43.77736;-.36582;90;20221112;21.6;7.4;14.5;2;12.24;.1;1.33;9032
+72076;43.77736;-.36582;90;20221113;23.5;7;15.2;1.4;11.54;.1;1.27;9203
+72076;43.77736;-.36582;90;20221114;14.8;8.2;11.5;1.7;12.14;1.3;.66;3124
+72076;43.77736;-.36582;90;20221115;15.8;10.8;13.3;2.1;13.17;7;.78;3022
+72076;43.77736;-.36582;90;20221116;19.4;10.2;14.8;2;12.44;.5;1.16;7465
+72076;43.77736;-.36582;90;20221117;18.1;14.4;16.2;3.4;14.14;4.9;1.33;4336
+72076;43.77736;-.36582;90;20221118;11.4;9.1;10.3;3.1;11.24;10;.62;2666
+72076;43.77736;-.36582;90;20221119;11.6;7.3;9.4;2.8;9.84;1.4;.75;5156
+72076;43.77736;-.36582;90;20221120;14.7;3;8.9;2.2;9.94;7.6;.75;5006
+72076;43.77736;-.36582;90;20221121;14.6;9.2;11.9;3.2;11.44;29.4;.97;1934
+72076;43.77736;-.36582;90;20221122;10.7;7;8.9;3.6;9.97;19.2;.7;2648
+72076;43.77736;-.36582;90;20221123;17;9.5;13.2;3.5;12.61;4.1;1.01;6050
+72076;43.77736;-.36582;90;20221124;15;6.3;10.7;1.9;10.47;5;.79;3825
+72076;43.77736;-.36582;90;20221125;12.6;6.9;9.7;1.8;10.84;8.6;.56;3544
+72076;43.77736;-.36582;90;20221126;12.9;3.3;8.1;1.6;8.84;0;.64;5487
+72076;43.77736;-.36582;90;20221127;13.5;2.6;8;1.6;9.01;10.3;.62;5318
+72076;43.77736;-.36582;90;20221128;12.2;8.4;10.3;3.6;11.21;7.6;.62;4253
+72076;43.77736;-.36582;90;20221129;13.6;7.7;10.7;1.8;11.07;.5;.59;4467
+72076;43.77736;-.36582;90;20221130;8.4;3.4;5.9;1.9;8.54;0;.4;4331
+72076;43.77736;-.36582;90;20221201;5.9;3.4;4.7;.8;7.81;0;.39;1984
+72076;43.77736;-.36582;90;20221202;8.2;2.2;5.2;.6;7.81;0;.36;3657
+72076;43.77736;-.36582;90;20221203;6.1;3;4.5;.9;8.01;.2;.38;1371
+72076;43.77736;-.36582;90;20221204;10.6;1.2;5.9;1.4;7.41;0;.48;5836
+72076;43.77736;-.36582;90;20221205;12.5;.7;6.6;2.3;6.97;0;.85;6512
+72076;43.77736;-.36582;90;20221206;11.7;7.2;9.4;1.8;9.07;.1;.74;3180
+72076;43.77736;-.36582;90;20221207;14.2;7.3;10.8;1.2;9.74;0;.6;5366
+72076;43.77736;-.36582;90;20221208;9.3;4.5;6.9;2.1;9.27;7.5;.44;1895
+72076;43.77736;-.36582;90;20221209;10.4;6.9;8.6;2;10.01;.4;.52;2008
+72076;43.77736;-.36582;90;20221210;5.8;-.1;2.8;2.1;5.67;0;.5;6150
+72076;43.77736;-.36582;90;20221211;5.7;-3.5;1.1;1.8;4.91;.1;.53;5129
+72076;43.77736;-.36582;90;20221212;6.3;-1.9;2.2;2.1;7.07;7;.31;1968
+72076;43.77736;-.36582;90;20221213;15;6.1;10.6;3.5;13.61;4.4;.13;3470
+72076;43.77736;-.36582;90;20221214;18.8;11.4;15.1;1.9;13.27;4.2;.84;4872
+72076;43.77736;-.36582;90;20221215;15.5;10;12.7;1.7;12.27;13.1;.6;4512
+72076;43.77736;-.36582;90;20221216;10.4;10.2;10.3;2.2;10.57;4.1;.68;933
+72076;43.77736;-.36582;90;20221217;8.4;.2;4.3;1.4;7.64;0;.38;3386
+72076;43.77736;-.36582;90;20221218;12.9;2.7;7.8;2.9;8.67;0;.69;6034
+72076;43.77736;-.36582;90;20221219;14.3;6.4;10.4;3;10.24;0;.79;4547
+72076;43.77736;-.36582;90;20221220;11.8;9.8;10.8;2.6;11.81;8.4;.57;750
+72076;43.77736;-.36582;90;20221221;18.5;10.3;14.4;2.1;12.47;.1;.85;5924
+72076;43.77736;-.36582;90;20221222;18.1;8.2;13.2;1.7;12.17;.2;.77;4102
+72076;43.77736;-.36582;90;20221223;19;9.7;14.4;1.3;12.44;0;.74;4371
+72076;43.77736;-.36582;90;20221224;19.3;7.2;13.3;1.4;11.54;.1;.65;6446
+72076;43.77736;-.36582;90;20221225;19.9;5.3;12.6;1.8;10.14;0;.94;6716
+72076;43.77736;-.36582;90;20221226;17.4;7.3;12.3;1.5;11.14;1.5;.69;5219
+72076;43.77736;-.36582;90;20221227;13.6;10.5;12.1;1.1;12.41;.7;.48;2933
+72076;43.77736;-.36582;90;20221228;17.8;6.8;12.3;1.5;10.51;0;.71;6219
+72076;43.77736;-.36582;90;20221229;15.5;10.2;12.8;1.9;10.77;7.7;1;2275
+72076;43.77736;-.36582;90;20221230;20.3;9.8;15.1;2.7;11.97;.1;1.33;4482
+72076;43.77736;-.36582;90;20221231;20;9.3;14.7;2.1;11.44;0;1.06;5867
+72077;43.80801;-.05811;110;20220101;20.7;3.8;12.2;1.5;9.11;0;.95;6841
+72077;43.80801;-.05811;110;20220102;17.1;5.5;11.3;1.4;10.11;.2;.71;5353
+72077;43.80801;-.05811;110;20220103;16;5;10.5;2;10.26;.1;.69;6109
+72077;43.80801;-.05811;110;20220104;19.5;7.1;13.3;3.4;9.91;6.4;1.64;5674
+72077;43.80801;-.05811;110;20220105;8;4.3;6.2;1.4;7.31;0;.55;3693
+72077;43.80801;-.05811;110;20220106;8.5;-.4;4;.6;5.41;.1;.32;6594
+72077;43.80801;-.05811;110;20220107;9.8;-2.1;3.8;2.8;7.41;2.1;.47;5271
+72077;43.80801;-.05811;110;20220108;10.8;6.7;8.8;5.5;10.21;6.5;.59;2937
+72077;43.80801;-.05811;110;20220109;10.1;8.2;9.2;4.6;11.26;22.1;.34;1253
+72077;43.80801;-.05811;110;20220110;12;9.6;10.8;3.6;12.16;10.8;.48;1551
+72077;43.80801;-.05811;110;20220111;10;4.5;7.2;1;8.51;.2;.42;5251
+72077;43.80801;-.05811;110;20220112;6.2;-2.2;2;.6;5.81;0;.33;5250
+72077;43.80801;-.05811;110;20220113;2.2;-3.7;-.8;1.7;5.76;0;.19;4898
+72077;43.80801;-.05811;110;20220114;3.8;-1.2;1.3;1;5.91;0;.33;4492
+72077;43.80801;-.05811;110;20220115;10.6;-4.5;3.1;.9;5.51;.1;.45;8254
+72077;43.80801;-.05811;110;20220116;10.4;-2.6;3.9;1;5.96;0;.47;7715
+72077;43.80801;-.05811;110;20220117;9.6;-2.7;3.5;1.4;6.26;.1;.51;7661
+72077;43.80801;-.05811;110;20220118;2.5;.4;1.5;1.4;6.81;.1;.28;1619
+72077;43.80801;-.05811;110;20220119;9.2;2.4;5.8;2.3;8.46;2;.48;4092
+72077;43.80801;-.05811;110;20220120;9.6;6.3;8;2;9.01;3.5;.64;2724
+72077;43.80801;-.05811;110;20220121;5.3;-1.5;1.9;1.7;5.71;.1;.49;6241
+72077;43.80801;-.05811;110;20220122;7.1;-4.1;1.5;.8;5.11;0;.44;8351
+72077;43.80801;-.05811;110;20220123;9.5;-4;2.8;1.3;5.61;0;.58;8723
+72077;43.80801;-.05811;110;20220124;13.5;-1.4;6;1.3;6.51;0;.77;8853
+72077;43.80801;-.05811;110;20220125;13.7;-2.1;5.8;.8;6.36;0;.61;9051
+72077;43.80801;-.05811;110;20220126;12.2;-2.9;4.6;1;6.31;0;.62;9195
+72077;43.80801;-.05811;110;20220127;10.4;-3.1;3.6;.8;6.11;.1;.52;9028
+72077;43.80801;-.05811;110;20220128;8.1;-1.3;3.4;.8;6.36;0;.51;6734
+72077;43.80801;-.05811;110;20220129;2.4;-1.3;.5;1.6;6.16;0;.33;3138
+72077;43.80801;-.05811;110;20220130;2.5;-.8;.8;1.3;6.46;.4;.32;3287
+72077;43.80801;-.05811;110;20220131;8.9;1.6;5.2;3.5;8.36;1.6;.5;4311
+72077;43.80801;-.05811;110;20220201;8.9;0;4.5;2.9;8.11;.2;.48;6797
+72077;43.80801;-.05811;110;20220202;9.6;7.4;8.5;2.9;10.41;0;.51;2941
+72077;43.80801;-.05811;110;20220203;12.4;5.2;8.8;2.9;10.16;0;.69;4880
+72077;43.80801;-.05811;110;20220204;12.2;5.1;8.7;2.4;10.56;1;.58;4830
+72077;43.80801;-.05811;110;20220205;11;7;9;2.1;8.06;0;1.08;7402
+72077;43.80801;-.05811;110;20220206;10;-1;4.5;3.3;7.81;1;.67;7559
+72077;43.80801;-.05811;110;20220207;12.5;7.9;10.2;2.9;10.56;1.2;.88;4882
+72077;43.80801;-.05811;110;20220208;14;2.6;8.3;2.1;7.96;0;1.18;10384
+72077;43.80801;-.05811;110;20220209;18.7;1.8;10.2;1.8;7.51;0;1.54;11154
+72077;43.80801;-.05811;110;20220210;7.6;2.2;4.9;1.9;8.56;1.5;1.41;11200
+72077;43.80801;-.05811;110;20220211;12.4;7.6;10;1.7;9.56;.2;.99;6533
+72077;43.80801;-.05811;110;20220212;14.8;1;7.9;1.4;7.77;0;1.16;9800
+72077;43.80801;-.05811;110;20220213;18.5;2.5;10.5;3.4;8.73;3.3;1.96;11300
+72077;43.80801;-.05811;110;20220214;10.8;7.8;9.3;4.3;9.7;9.2;1.13;6300
+72077;43.80801;-.05811;110;20220215;11.3;4.7;8;3.5;9.36;1.8;.95;6400
+72077;43.80801;-.05811;110;20220216;12.4;8.4;10.4;5.2;11.56;3.7;.75;4143
+72077;43.80801;-.05811;110;20220217;13.8;11.5;12.6;3.9;13.01;1;.88;3753
+72077;43.80801;-.05811;110;20220218;17.1;6.5;11.8;2.6;11.01;0;1.4;9339
+72077;43.80801;-.05811;110;20220219;12.2;6.8;9.5;1.7;8.66;.1;1.17;8606
+72077;43.80801;-.05811;110;20220220;12.9;3.1;8;3.7;9.86;2.4;.89;7240
+72077;43.80801;-.05811;110;20220221;13.3;9.5;11.4;4.9;10.16;1.2;1.56;6906
+72077;43.80801;-.05811;110;20220222;15.2;6.5;10.9;2;9.46;0;1.47;11134
+72077;43.80801;-.05811;110;20220223;15.9;3;9.4;1.6;9.06;.1;1.39;12464
+72077;43.80801;-.05811;110;20220224;13.2;3.8;8.5;2.8;9.76;1;1.01;7320
+72077;43.80801;-.05811;110;20220225;11.7;3.3;7.5;2;7.06;0;1.39;11086
+72077;43.80801;-.05811;110;20220226;13.5;1.4;7.4;3.3;5.71;0;2.11;13552
+72077;43.80801;-.05811;110;20220227;16.4;2.1;9.3;1.8;7.96;0;1.65;11999
+72077;43.80801;-.05811;110;20220228;18.8;1.8;10.3;.8;8.61;0;1.54;14618
+72077;43.80801;-.05811;110;20220301;17.8;2.1;9.9;2.5;8.31;.1;2.03;14200
+72077;43.80801;-.05811;110;20220302;12.1;7.3;9.7;2.4;10.06;2.8;1.04;5861
+72077;43.80801;-.05811;110;20220303;15.4;5.7;10.5;2.2;10.51;2;1.4;10724
+72077;43.80801;-.05811;110;20220304;10;8.7;9.3;3.5;10.01;1.9;.88;2700
+72077;43.80801;-.05811;110;20220305;10.6;6.2;8.4;1.4;8.46;0;1.08;6903
+72077;43.80801;-.05811;110;20220306;10.1;4.4;7.2;1.4;8.01;.1;1.07;7849
+72077;43.80801;-.05811;110;20220307;12.4;-1.3;5.6;1.7;6.86;0;1.53;15205
+72077;43.80801;-.05811;110;20220308;11.1;3.9;7.5;2.3;8.71;.3;1.1;7493
+72077;43.80801;-.05811;110;20220309;16.6;1.5;9.1;3.3;8.96;.4;1.99;15039
+72077;43.80801;-.05811;110;20220310;15.8;8.8;12.3;3.1;10.86;.8;1.68;8436
+72077;43.80801;-.05811;110;20220311;14.9;7.7;11.3;2.9;10.61;8;1.49;7582
+72077;43.80801;-.05811;110;20220312;13.9;7.2;10.6;3.2;9.91;.4;1.7;11809
+72077;43.80801;-.05811;110;20220313;13.7;8;10.9;3.7;9.36;4;1.84;9731
+72077;43.80801;-.05811;110;20220314;14;5.8;9.9;5.2;9.96;0;1.56;8709
+72077;43.80801;-.05811;110;20220315;18.3;12.4;15.4;5.9;12.26;0;2.6;10212
+72077;43.80801;-.05811;110;20220316;16.3;11.1;13.7;3.5;12.51;2.7;1.61;7153
+72077;43.80801;-.05811;110;20220317;11.8;11.5;11.6;2.9;11.81;2.3;.91;2248
+72077;43.80801;-.05811;110;20220318;12.3;6.9;9.6;1.7;9.8;0;1.22;6966
+72077;43.80801;-.05811;110;20220319;17.7;4;10.8;2.8;9.63;0;2.36;15700
+72077;43.80801;-.05811;110;20220320;18.4;6.3;12.4;3.3;10.3;0;2.33;12066
+72077;43.80801;-.05811;110;20220321;19.9;7.3;13.6;4.6;10.13;.1;3.27;17266
+72077;43.80801;-.05811;110;20220322;17.9;5.9;11.9;4.3;8.16;0;3.12;14533
+72077;43.80801;-.05811;110;20220323;17.6;3.1;10.4;3.1;7.73;0;3.02;19966
+72077;43.80801;-.05811;110;20220324;18.6;1.7;10.2;2.2;8.2;0;2.68;18766
+72077;43.80801;-.05811;110;20220325;19.7;3.8;11.7;2.3;8.2;0;2.85;16133
+72077;43.80801;-.05811;110;20220326;19.7;4;11.9;3;7.2;0;3.47;19700
+72077;43.80801;-.05811;110;20220327;21;3.8;12.4;2.4;8.4;0;3.26;18966
+72077;43.80801;-.05811;110;20220328;21.3;4.4;12.9;1.9;9.23;0;2.67;14066
+72077;43.80801;-.05811;110;20220329;17.9;6.1;12;2.1;10.8;4.4;1.82;9000
+72077;43.80801;-.05811;110;20220330;13.8;9.8;11.8;2.9;11.7;5.4;1.29;5533
+72077;43.80801;-.05811;110;20220331;14;8.2;11.1;4.6;9.66;3.6;2.31;13133
+72077;43.80801;-.05811;110;20220401;9.6;.1;4.8;5;5.9;.4;2.19;16333
+72077;43.80801;-.05811;110;20220402;9.8;.1;5;3.8;5.43;.1;2.27;15633
+72077;43.80801;-.05811;110;20220403;7.7;-1.7;3;1.9;5.35;0;1.67;15131
+72077;43.80801;-.05811;110;20220404;11.7;-2.9;4.4;1.6;5.17;0;2.27;20955
+72077;43.80801;-.05811;110;20220405;16.5;-3.1;6.7;1.4;6;0;2.75;23350
+72077;43.80801;-.05811;110;20220406;12.7;5.2;9;2.9;10.1;0;1.18;5766
+72077;43.80801;-.05811;110;20220407;19.5;8;13.8;4.4;11.2;4.5;2.93;14200
+72077;43.80801;-.05811;110;20220408;20.6;9.1;14.8;4.6;11.4;1.8;3.07;11033
+72077;43.80801;-.05811;110;20220409;15.8;7.7;11.7;2.4;8.8;.3;2.73;17200
+72077;43.80801;-.05811;110;20220410;20.5;.2;10.3;3.5;7.53;0;3.86;23200
+72077;43.80801;-.05811;110;20220411;22.9;8.4;15.7;5.9;11.2;0;4.35;19666
+72077;43.80801;-.05811;110;20220412;18.1;10.5;14.3;3.8;12.2;0;2.25;8500
+72077;43.80801;-.05811;110;20220413;16;10.9;13.4;2;13.36;.9;1.36;6433
+72077;43.80801;-.05811;110;20220414;22.8;9;15.9;1.8;12.83;0;3.34;20433
+72077;43.80801;-.05811;110;20220415;22.3;9.6;15.9;2.4;13.43;0;2.97;16033
+72077;43.80801;-.05811;110;20220416;23.9;9.9;16.9;2.8;12.7;0;3.96;22000
+72077;43.80801;-.05811;110;20220417;22.8;8.9;15.8;3.2;12.3;0;3.75;20900
+72077;43.80801;-.05811;110;20220418;18.8;11.8;15.3;3;12.3;0;2.72;13233
+72077;43.80801;-.05811;110;20220419;12.2;8.8;10.5;1.9;11.45;13.5;.95;3750
+72077;43.80801;-.05811;110;20220420;12.7;8.3;10.5;2.5;11.4;4.1;1.15;5833
+72077;43.80801;-.05811;110;20220421;14.5;8.6;11.5;2.3;12.36;0;1.21;5933
+72077;43.80801;-.05811;110;20220422;20.2;9.6;14.9;1.8;11.95;6.1;3.19;19750
+72077;43.80801;-.05811;110;20220423;14.1;10.3;12.2;3.6;11.76;4.9;1.61;6866
+72077;43.80801;-.05811;110;20220424;17.4;9.8;13.6;5.3;11.93;1.3;2.46;10900
+72077;43.80801;-.05811;110;20220425;20.3;4.8;12.6;1.5;10.9;0;3.09;20900
+72077;43.80801;-.05811;110;20220426;23.9;6.2;15.1;2.7;11.43;0;4.11;23466
+72077;43.80801;-.05811;110;20220427;20.7;11.3;16;2.4;13.7;4.3;2.56;12166
+72077;43.80801;-.05811;110;20220428;17.5;12.6;15;2.2;14.56;.1;1.63;7166
+72077;43.80801;-.05811;110;20220429;20;10.8;15.4;2.3;13.96;.1;2.62;14600
+72077;43.80801;-.05811;110;20220430;21.1;11.8;16.5;2.8;13.43;0;3.33;17766
+72077;43.80801;-.05811;110;20220501;20.5;10.8;15.6;2.5;12.73;0;3.09;16733
+72077;43.80801;-.05811;110;20220502;19.4;11.5;15.4;2.5;12.7;0;2.79;14266
+72077;43.80801;-.05811;110;20220503;20.8;11.9;16.3;2.3;13.66;2.9;2.69;13066
+72077;43.80801;-.05811;110;20220504;20.3;12.5;16.4;2.8;12.83;0;2.87;12933
+72077;43.80801;-.05811;110;20220505;21.7;8.5;15.1;2.6;11.36;0;3.67;20233
+72077;43.80801;-.05811;110;20220506;21.1;8.6;14.9;2.6;11.56;.1;2.73;11675
+72077;43.80801;-.05811;110;20220507;23.3;10.7;17;2.4;13.41;.1;2.82;11393
+72077;43.80801;-.05811;110;20220508;24.9;12;18.4;2.2;13.61;0;3.1;12100
+72077;43.80801;-.05811;110;20220509;26.2;10.7;18.4;1.5;12.76;0;3.11;13219
+72077;43.80801;-.05811;110;20220510;29.6;10.3;20;1.3;12.81;.1;3.46;15191
+72077;43.80801;-.05811;110;20220511;28.2;12.2;20.2;1.7;15.21;0;3.34;13584
+72077;43.80801;-.05811;110;20220512;21.6;13.3;17.5;1.3;15.51;0;2.01;9161
+72077;43.80801;-.05811;110;20220513;24.6;13.6;19.1;1.3;16.11;0;2.48;10841
+72077;43.80801;-.05811;110;20220514;28.7;12.1;20.4;2;16.56;0;3.45;14286
+72077;43.80801;-.05811;110;20220515;29.3;13.5;21.4;2.1;17.46;3.9;3.49;13834
+72077;43.80801;-.05811;110;20220516;28.6;14;21.3;1.4;16.81;.1;3.15;13359
+72077;43.80801;-.05811;110;20220517;30.7;14.7;22.7;2.2;16.06;0;4;14131
+72077;43.80801;-.05811;110;20220518;31.8;14.3;23;2.3;16.81;1.7;4.23;14968
+72077;43.80801;-.05811;110;20220519;26.7;17;21.9;2.8;19.06;.2;3.02;10492
+72077;43.80801;-.05811;110;20220520;25.3;17.1;21.2;2.8;18.66;.1;2.83;10208
+72077;43.80801;-.05811;110;20220521;30.5;13.5;22;1.3;18.81;.1;3.34;14692
+72077;43.80801;-.05811;110;20220522;29.8;17.6;23.7;2.8;21.01;.6;3.55;12594
+72077;43.80801;-.05811;110;20220523;22.1;16.1;19.1;5.2;15.51;.5;3.07;8365
+72077;43.80801;-.05811;110;20220524;17.7;11.8;14.7;2.7;13.26;2.5;2;8664
+72077;43.80801;-.05811;110;20220525;18.4;7.6;13;1.5;11.81;0;2.2;12421
+72077;43.80801;-.05811;110;20220526;19.8;9.2;14.5;1.4;13.06;0;2.18;11406
+72077;43.80801;-.05811;110;20220527;25.9;10.5;18.2;1.4;13.81;.1;3.09;14697
+72077;43.80801;-.05811;110;20220528;27.4;10.4;18.9;1.9;12.76;0;3.66;15249
+72077;43.80801;-.05811;110;20220529;25.6;9.2;17.4;2;10.06;0;3.63;14911
+72077;43.80801;-.05811;110;20220530;25.5;7.6;16.5;1.8;9.51;.1;3.71;15898
+72077;43.80801;-.05811;110;20220531;27.1;13.2;20.1;1.9;12.41;0;3.64;13645
+72077;43.80801;-.05811;110;20220601;31.7;14.1;22.9;2.7;14.76;.3;4.68;14914
+72077;43.80801;-.05811;110;20220602;27.4;16.8;22.1;2.9;18.76;.2;3.3;11240
+72077;43.80801;-.05811;110;20220603;28.1;17.9;23;2.8;20.06;3.7;3.27;11461
+72077;43.80801;-.05811;110;20220604;22.2;17.8;20;2.1;19.71;5.5;1.95;7994
+72077;43.80801;-.05811;110;20220605;23.7;16.5;20.1;2.3;17.21;0;2.62;9861
+72077;43.80801;-.05811;110;20220606;26.2;14.7;20.4;1.8;16.21;.1;3.1;12634
+72077;43.80801;-.05811;110;20220607;24.1;16.2;20.1;1.6;16.26;1.1;2.56;10032
+72077;43.80801;-.05811;110;20220608;19;14.5;16.7;2.1;16.81;3.6;1.65;7674
+72077;43.80801;-.05811;110;20220609;23.7;12.3;18;2.3;15.01;.1;1.87;3000
+72077;43.80801;-.05811;110;20220610;28.5;10.7;19.6;1.8;14.76;.1;3.69;15864
+72077;43.80801;-.05811;110;20220611;31.1;13.8;22.5;1.7;17.11;0;5.49;27481
+72077;43.80801;-.05811;110;20220612;28.2;17.4;22.8;3;19.66;3.3;4.33;18598
+72077;43.80801;-.05811;110;20220613;29.6;18.4;24;2.4;20.91;0;4.9;22708
+72077;43.80801;-.05811;110;20220614;35.7;17.8;26.8;1.8;22.16;.7;5.88;25686
+72077;43.80801;-.05811;110;20220615;33.5;19.3;26.4;2.6;22.36;0;5.98;25617
+72077;43.80801;-.05811;110;20220616;36.3;18.3;27.3;1.5;20.71;0;5.87;25860
+72077;43.80801;-.05811;110;20220617;37.5;19.4;28.4;2;20.66;0;6.79;28414
+72077;43.80801;-.05811;110;20220618;40.4;19.4;29.9;3.1;19.91;0;8.28;29078
+72077;43.80801;-.05811;110;20220619;30.5;18.5;24.5;2.9;20.11;0;5.17;21579
+72077;43.80801;-.05811;110;20220620;29.1;18.1;23.6;2.5;19.11;4.6;4.97;22392
+72077;43.80801;-.05811;110;20220621;27.1;18.6;22.9;2.4;20.26;5.4;3.93;17552
+72077;43.80801;-.05811;110;20220622;24.2;17.2;20.7;2.8;19.06;3;3.57;17964
+72077;43.80801;-.05811;110;20220623;27.1;15.4;21.2;1.7;18.31;5.8;4.28;21922
+72077;43.80801;-.05811;110;20220624;25;16;20.5;2.2;16.81;.2;4.38;22725
+72077;43.80801;-.05811;110;20220625;18.9;13.9;16.4;2;15.41;14.8;2.29;12194
+72077;43.80801;-.05811;110;20220626;16.3;13;14.7;1.2;15.21;18.3;1.3;6100
+72077;43.80801;-.05811;110;20220627;20.1;14.2;17.1;1.5;15.81;0;2.14;10700
+72077;43.80801;-.05811;110;20220628;25.5;13.7;19.6;1.2;14.51;.1;4.55;25448
+72077;43.80801;-.05811;110;20220629;25.5;11.2;18.4;1.6;15.06;.2;4.49;25744
+72077;43.80801;-.05811;110;20220630;15.5;14.2;14.9;1.9;15.21;2.3;1.36;6382
+72077;43.80801;-.05811;110;20220701;24;8.7;16.3;1.3;12.56;0;4.53;28062
+72077;43.80801;-.05811;110;20220702;30.3;10.2;20.2;1.7;14.36;0;5.63;30027
+72077;43.80801;-.05811;110;20220703;28.7;14.3;21.5;2.1;16.61;.7;5.07;25052
+72077;43.80801;-.05811;110;20220704;25.4;15.3;20.4;2.5;17.86;.1;4.08;20873
+72077;43.80801;-.05811;110;20220705;29.5;16.5;23;2;17.71;0;5.14;24539
+72077;43.80801;-.05811;110;20220706;28.7;14;21.4;2.3;16.16;.1;5.05;24689
+72077;43.80801;-.05811;110;20220707;28.7;15.4;22;2.8;16.76;0;5.43;26146
+72077;43.80801;-.05811;110;20220708;30.7;15.6;23.1;1.8;16.56;0;5.52;26687
+72077;43.80801;-.05811;110;20220709;32.7;13.7;23.2;1.7;16.01;0;5.95;29242
+72077;43.80801;-.05811;110;20220710;33.6;14.1;23.8;1.4;15.81;0;6.08;30168
+72077;43.80801;-.05811;110;20220711;35.8;13.9;24.9;1.2;16.46;0;6.13;30339
+72077;43.80801;-.05811;110;20220712;36.3;16.3;26.3;1.4;17.01;0;6.38;29767
+72077;43.80801;-.05811;110;20220713;36;13.9;25;1;14.66;0;5.95;30271
+72077;43.80801;-.05811;110;20220714;36.6;15.3;26;1.4;17.31;0;6.31;29535
+72077;43.80801;-.05811;110;20220715;35.9;18;26.9;2.2;17.81;0;6.58;27429
+72077;43.80801;-.05811;110;20220716;37.5;15.4;26.4;1.5;15.91;0;6.46;29008
+72077;43.80801;-.05811;110;20220717;38.2;15.7;26.9;2;15.41;0;6.99;28917
+72077;43.80801;-.05811;110;20220718;39.5;18.6;29;3.7;15.71;.2;8.75;28428
+72077;43.80801;-.05811;110;20220719;31.8;21.7;26.8;3;20.76;0;5.42;20579
+72077;43.80801;-.05811;110;20220720;28;19.9;24;2.1;17.26;0;4.58;19475
+72077;43.80801;-.05811;110;20220721;32.2;16.2;24.2;1.6;17.31;.1;5.51;26676
+72077;43.80801;-.05811;110;20220722;27;19.6;23.3;3.7;18.61;0;4.43;17119
+72077;43.80801;-.05811;110;20220723;29.3;14.7;22;1;16.06;.1;4.83;26035
+72077;43.80801;-.05811;110;20220724;37;14;25.5;1.9;17.36;.1;6.48;28592
+72077;43.80801;-.05811;110;20220725;29;20.6;24.8;3.3;19.26;.1;4.88;18617
+72077;43.80801;-.05811;110;20220726;27.9;14.1;21;1.8;15.21;.2;4.81;24938
+72077;43.80801;-.05811;110;20220727;28.5;10.4;19.5;1.8;14.11;0;5.23;27700
+72077;43.80801;-.05811;110;20220728;27.4;13.9;20.6;2;15.11;1.3;4.69;23900
+72077;43.80801;-.05811;110;20220729;26.6;15.5;21.1;1.5;17.16;1.4;3.62;17715
+72077;43.80801;-.05811;110;20220730;29.4;17.7;23.5;1.3;17.81;0;4.43;21826
+72077;43.80801;-.05811;110;20220731;33.3;14.6;24;1.8;16.86;0;5.67;26928
+72077;43.80801;-.05811;110;20220801;34.5;17.1;25.8;2.3;17.46;0;6.15;26039
+72077;43.80801;-.05811;110;20220802;35.8;17.7;26.7;2.3;16.86;.1;6.42;26367
+72077;43.80801;-.05811;110;20220803;37.2;16.1;26.7;1.9;18.06;.1;6.12;25786
+72077;43.80801;-.05811;110;20220804;34;20.9;27.4;3.3;22.16;.3;5.74;21269
+72077;43.80801;-.05811;110;20220805;30.8;18.9;24.9;3.2;19.76;0;5.39;22641
+72077;43.80801;-.05811;110;20220806;33.6;17.1;25.3;2.1;17.61;0;5.6;24038
+72077;43.80801;-.05811;110;20220807;34.5;15.6;25;1.6;13.91;.1;5.66;26333
+72077;43.80801;-.05811;110;20220808;35.6;13.6;24.6;1.6;13.81;0;5.82;27129
+72077;43.80801;-.05811;110;20220809;36.6;15.9;26.3;1.9;15.66;0;6.09;26358
+72077;43.80801;-.05811;110;20220810;37.8;14.8;26.3;1.3;14.11;0;5.7;26287
+72077;43.80801;-.05811;110;20220811;39.4;19;29.2;1.1;15.76;0;5.5;24714
+72077;43.80801;-.05811;110;20220812;38.2;22.3;30.3;2.7;20.46;0;6.68;23579
+72077;43.80801;-.05811;110;20220813;33;20.9;27;2.4;21.76;1.5;4.84;18873
+72077;43.80801;-.05811;110;20220814;26.3;19.6;23;2.3;20.41;1;3.21;13768
+72077;43.80801;-.05811;110;20220815;28.3;15.3;21.8;2;16.66;.1;4.37;21474
+72077;43.80801;-.05811;110;20220816;27.4;14.4;20.9;1.8;16.76;10.7;3.74;18745
+72077;43.80801;-.05811;110;20220817;24.6;16.4;20.5;2.4;17.81;0;3.48;17821
+72077;43.80801;-.05811;110;20220818;24.9;16.1;20.5;2.6;17.66;1.8;3.5;17031
+72077;43.80801;-.05811;110;20220819;27.4;15.2;21.3;1.7;17.16;.2;3.8;19499
+72077;43.80801;-.05811;110;20220820;29.7;14.3;22;1.1;17.61;.1;4.01;21670
+72077;43.80801;-.05811;110;20220821;27.6;17.1;22.3;1.8;18.41;.3;3.64;17724
+72077;43.80801;-.05811;110;20220822;24.5;18;21.2;2.3;20.46;2;2.54;11914
+72077;43.80801;-.05811;110;20220823;29.8;18.8;24.3;1.1;20.51;0;3.71;18604
+72077;43.80801;-.05811;110;20220824;35;15.9;25.4;1.5;18.66;.3;4.88;22952
+72077;43.80801;-.05811;110;20220825;30.3;21;25.7;3.5;22.01;0;4.3;15862
+72077;43.80801;-.05811;110;20220826;30.2;19.2;24.7;2.4;19.86;0;4.26;18079
+72077;43.80801;-.05811;110;20220827;31.2;18.6;24.9;1.7;18.46;0;4.32;19822
+72077;43.80801;-.05811;110;20220828;34.4;14;24.2;1.1;15.41;0;4.63;23729
+72077;43.80801;-.05811;110;20220829;30.5;20;25.2;1.8;16.61;5.9;3.52;12059
+72077;43.80801;-.05811;110;20220830;32.8;16.4;24.6;1.6;18.86;0;4.45;21268
+72077;43.80801;-.05811;110;20220831;29.5;19.5;24.5;1.9;21.26;.6;3.44;14879
+72077;43.80801;-.05811;110;20220901;29.8;18.1;23.9;1.8;18.86;9;3.89;18299
+72077;43.80801;-.05811;110;20220902;26.2;17;21.6;2.1;18.61;.4;3.15;15196
+72077;43.80801;-.05811;110;20220903;27.4;16.7;22.1;1.4;18.01;0;3.09;15149
+72077;43.80801;-.05811;110;20220904;33.5;14.3;23.9;1.4;17.21;.1;4.31;21265
+72077;43.80801;-.05811;110;20220905;34.6;17.7;26.2;1.9;18.01;0;4.74;20434
+72077;43.80801;-.05811;110;20220906;31.5;16.3;23.9;1.9;16.36;0;4.38;19935
+72077;43.80801;-.05811;110;20220907;27.6;15.3;21.5;1.1;15.11;0;3.02;15318
+72077;43.80801;-.05811;110;20220908;27;11.8;19.4;1.7;14.31;1.5;3.4;18361
+72077;43.80801;-.05811;110;20220909;25.7;16;20.8;2.4;15.76;2.2;3.39;15664
+72077;43.80801;-.05811;110;20220910;28.4;10.9;19.7;1.3;13.81;0;3.53;20225
+72077;43.80801;-.05811;110;20220911;33.8;14.4;24.1;2.3;14.11;0;4.99;20520
+72077;43.80801;-.05811;110;20220912;37.3;19;28.1;3.3;17.56;1.1;6;18523
+72077;43.80801;-.05811;110;20220913;31.4;20.5;25.9;2.6;21.81;.4;3.4;11022
+72077;43.80801;-.05811;110;20220914;30.9;18.1;24.5;2;17.06;.3;3.83;15771
+72077;43.80801;-.05811;110;20220915;29.1;14.9;22;2;16.06;.1;3.66;17624
+72077;43.80801;-.05811;110;20220916;25.9;16.3;21.1;2.2;16.16;.3;3.11;14386
+72077;43.80801;-.05811;110;20220917;22.6;9.6;16.1;1.9;9.86;0;3.13;18092
+72077;43.80801;-.05811;110;20220918;25.2;7.1;16.2;1.8;7.61;0;3.51;19102
+72077;43.80801;-.05811;110;20220919;27.6;4.7;16.2;1.3;7.51;0;3.37;20140
+72077;43.80801;-.05811;110;20220920;25.7;5.4;15.5;1.3;8.76;0;3.11;19896
+72077;43.80801;-.05811;110;20220921;25.5;6.4;16;1.8;9.76;0;3.24;19161
+72077;43.80801;-.05811;110;20220922;27.1;8.9;18;1.6;11.16;0;3.26;18320
+72077;43.80801;-.05811;110;20220923;22.3;9.2;15.8;1.1;12.46;3.3;2.01;11877
+72077;43.80801;-.05811;110;20220924;17.4;12.5;15;2.4;14.96;5.5;1.34;7467
+72077;43.80801;-.05811;110;20220925;20.8;10.5;15.7;1.9;12.31;0;2.29;13071
+72077;43.80801;-.05811;110;20220926;20.2;6.8;13.5;2.9;11.71;5.8;2.23;13076
+72077;43.80801;-.05811;110;20220927;17.9;13.5;15.7;3.7;14.96;11.8;1.61;8233
+72077;43.80801;-.05811;110;20220928;18;14.6;16.3;4.9;16.41;21;1.38;6962
+72077;43.80801;-.05811;110;20220929;16.3;13.1;14.7;3.1;14.26;6.6;1.34;6995
+72077;43.80801;-.05811;110;20220930;19;9.4;14.2;2.1;11.71;0;2.05;12868
+72077;43.80801;-.05811;110;20221001;21.7;10.8;16.2;2.9;13.61;0;2.31;12264
+72077;43.80801;-.05811;110;20221002;23.9;10.4;17.1;.9;14.91;.1;2.01;13725
+72077;43.80801;-.05811;110;20221003;24.1;13.3;18.7;1.4;15.16;0;2.25;13661
+72077;43.80801;-.05811;110;20221004;26.1;8.7;17.4;.6;13.01;.1;2.15;16024
+72077;43.80801;-.05811;110;20221005;27.5;8.5;18;1.3;13.56;0;2.52;15799
+72077;43.80801;-.05811;110;20221006;21.2;15.9;18.6;.9;16.56;0;1.44;7426
+72077;43.80801;-.05811;110;20221007;25;10.8;17.9;1.6;15.06;0;2.23;13805
+72077;43.80801;-.05811;110;20221008;21.5;14.6;18;2;17.11;3.6;1.69;9950
+72077;43.80801;-.05811;110;20221009;27.6;11.6;19.6;1.9;14.56;.1;2.65;13991
+72077;43.80801;-.05811;110;20221010;22.2;13.1;17.7;1.7;15.71;5.6;1.64;8307
+72077;43.80801;-.05811;110;20221011;22;15.9;18.9;1.1;17.61;1.3;1.43;7813
+72077;43.80801;-.05811;110;20221012;23.2;14.2;18.7;.9;16.11;.9;1.69;10938
+72077;43.80801;-.05811;110;20221013;21.6;12.5;17;2.1;15.81;.8;1.59;9226
+72077;43.80801;-.05811;110;20221014;20.6;17.1;18.9;3.4;17.91;.8;1.52;5871
+72077;43.80801;-.05811;110;20221015;26.9;11.5;19.2;1.4;15.26;0;2.16;13224
+72077;43.80801;-.05811;110;20221016;27.8;13.5;20.7;2.7;16.76;.2;2.7;12282
+72077;43.80801;-.05811;110;20221017;26.2;17.7;21.9;2.1;19.26;.7;2.01;8523
+72077;43.80801;-.05811;110;20221018;29.1;16.4;22.8;3.7;18.36;.1;3.21;11624
+72077;43.80801;-.05811;110;20221019;25.3;15.9;20.6;3.1;18.06;0;2.14;7986
+72077;43.80801;-.05811;110;20221020;24.7;15.7;20.2;2.9;15.56;.5;2.29;7240
+72077;43.80801;-.05811;110;20221021;19.8;15.1;17.5;1.5;15.16;1.1;1.25;4937
+72077;43.80801;-.05811;110;20221022;25.3;11.7;18.5;2.5;14.06;.1;2.34;11481
+72077;43.80801;-.05811;110;20221023;27;15.1;21.1;2.4;13.96;0;2.53;7335
+72077;43.80801;-.05811;110;20221024;24.8;12.1;18.5;1.2;11.61;0;1.8;10584
+72077;43.80801;-.05811;110;20221025;23.6;11;17.3;2.1;12.96;.1;1.9;8368
+72077;43.80801;-.05811;110;20221026;25.1;10.7;17.9;2.6;14.46;.1;2.07;9913
+72077;43.80801;-.05811;110;20221027;22.8;15.7;19.3;4;15.76;.1;2.18;5354
+72077;43.80801;-.05811;110;20221028;25.6;16.6;21.1;3.3;16.36;0;2.43;7071
+72077;43.80801;-.05811;110;20221029;24.9;16.3;20.6;3.1;15.96;.1;2.27;6905
+72077;43.80801;-.05811;110;20221030;23.2;12.4;17.8;1.4;14.76;.4;1.42;8490
+72077;43.80801;-.05811;110;20221031;20.6;10.9;15.8;2.4;14.76;.2;1.25;6269
+72077;43.80801;-.05811;110;20221101;20.1;13.4;16.8;1.9;14.26;.1;1.34;7210
+72077;43.80801;-.05811;110;20221102;19.7;8.7;14.2;1.3;11.91;.1;1.2;9487
+72077;43.80801;-.05811;110;20221103;21.4;8.9;15.2;3.1;12.31;7.4;1.76;6304
+72077;43.80801;-.05811;110;20221104;14.8;10.6;12.7;4.8;11.66;8;1.33;5755
+72077;43.80801;-.05811;110;20221105;17;7;12;1;10.31;.1;.95;9175
+72077;43.80801;-.05811;110;20221106;18.9;5;12;2.4;9.66;.1;1.5;8892
+72077;43.80801;-.05811;110;20221107;19.9;4.4;12.2;2.2;10.46;0;1.39;9473
+72077;43.80801;-.05811;110;20221108;18.6;10.5;14.6;3.1;13.06;0;1.26;4154
+72077;43.80801;-.05811;110;20221109;15.3;12.2;13.7;1.5;13.56;3.1;.74;3369
+72077;43.80801;-.05811;110;20221110;15.7;7.2;11.4;1.3;10.76;0;.82;7801
+72077;43.80801;-.05811;110;20221111;16;4.2;10.1;1.6;10.26;.1;.84;6932
+72077;43.80801;-.05811;110;20221112;21.2;8.5;14.9;2.4;12.96;.1;1.33;8416
+72077;43.80801;-.05811;110;20221113;22.7;5.9;14.3;1.2;11.61;.1;1.11;9134
+72077;43.80801;-.05811;110;20221114;14.1;8.9;11.5;2.3;12.26;3.3;.65;2749
+72077;43.80801;-.05811;110;20221115;15.4;10.3;12.9;2.6;13.06;7.2;.76;3746
+72077;43.80801;-.05811;110;20221116;18.7;9.8;14.3;2.3;12.41;.5;1.14;6685
+72077;43.80801;-.05811;110;20221117;17.3;13.3;15.3;3.9;13.76;6.6;1.25;4303
+72077;43.80801;-.05811;110;20221118;11.2;8.4;9.8;3.3;11.11;5.3;.55;3067
+72077;43.80801;-.05811;110;20221119;11.4;7.5;9.4;3;9.96;.7;.77;4251
+72077;43.80801;-.05811;110;20221120;13.9;3.5;8.7;2.7;9.86;6;.72;5365
+72077;43.80801;-.05811;110;20221121;14.2;8.8;11.5;3.8;11.31;29.5;.95;2439
+72077;43.80801;-.05811;110;20221122;9.9;6.6;8.2;4.6;9.96;18.8;.54;2386
+72077;43.80801;-.05811;110;20221123;16.4;9.1;12.8;3.9;12.31;4.7;1;5295
+72077;43.80801;-.05811;110;20221124;14.2;6.5;10.4;2;10.36;4;.75;4041
+72077;43.80801;-.05811;110;20221125;12.5;7.2;9.8;2.2;10.66;8.6;.58;4164
+72077;43.80801;-.05811;110;20221126;12.2;3.1;7.7;1.3;8.76;0;.52;5703
+72077;43.80801;-.05811;110;20221127;12.3;2.5;7.4;1.6;8.71;8.6;.55;5223
+72077;43.80801;-.05811;110;20221128;12;8.3;10.2;4.4;11.16;6.5;.62;4289
+72077;43.80801;-.05811;110;20221129;12.9;8;10.4;2.2;10.71;0;.63;4126
+72077;43.80801;-.05811;110;20221130;6;2.2;4.1;1.5;7.86;0;.29;3876
+72077;43.80801;-.05811;110;20221201;6.2;2.7;4.5;.6;7.66;0;.36;2513
+72077;43.80801;-.05811;110;20221202;7.5;3.2;5.3;.8;7.76;.1;.39;3087
+72077;43.80801;-.05811;110;20221203;6;1.7;3.9;1;7.76;.1;.31;2390
+72077;43.80801;-.05811;110;20221204;9.8;1;5.4;1.2;7.26;0;.42;5697
+72077;43.80801;-.05811;110;20221205;11.1;.5;5.8;2.3;7.06;0;.7;6018
+72077;43.80801;-.05811;110;20221206;10.9;6.6;8.7;1.9;8.76;0;.7;3125
+72077;43.80801;-.05811;110;20221207;14;6.3;10.1;1.2;9.06;0;.59;5088
+72077;43.80801;-.05811;110;20221208;8.9;3.9;6.4;2.2;8.86;4.3;.41;2553
+72077;43.80801;-.05811;110;20221209;9.6;6.9;8.3;1.9;9.86;.2;.48;1725
+72077;43.80801;-.05811;110;20221210;4.9;-.2;2.3;2.4;5.61;0;.51;5202
+72077;43.80801;-.05811;110;20221211;5.1;-3.8;.7;1.7;4.76;.2;.49;4981
+72077;43.80801;-.05811;110;20221212;5.4;-3;1.2;2.2;6.76;6.3;.2;2826
+72077;43.80801;-.05811;110;20221213;14.4;5.6;10;4;13.21;4.8;.04;3716
+72077;43.80801;-.05811;110;20221214;18.4;11;14.7;2.3;13.11;2.2;.88;4709
+72077;43.80801;-.05811;110;20221215;13.9;10;12;1.9;12.21;6;.55;3483
+72077;43.80801;-.05811;110;20221216;9;9;9;2.2;10.31;5.5;.53;750
+72077;43.80801;-.05811;110;20221217;7.7;.5;4.1;1.2;7.36;.1;.34;3538
+72077;43.80801;-.05811;110;20221218;12;2.9;7.4;3.8;8.81;.1;.66;5763
+72077;43.80801;-.05811;110;20221219;14.4;7.5;11;4;10.91;0;.87;4556
+72077;43.80801;-.05811;110;20221220;12.3;10.6;11.5;3.5;12.16;4.8;.65;1037
+72077;43.80801;-.05811;110;20221221;17.7;10.3;14;2.3;12.41;0;.85;5288
+72077;43.80801;-.05811;110;20221222;17.6;8.8;13.2;2.2;12.21;.5;.76;4423
+72077;43.80801;-.05811;110;20221223;18.3;10.2;14.3;1.4;12.51;.1;.71;4214
+72077;43.80801;-.05811;110;20221224;18.5;7.4;13;1.6;11.41;.1;.7;6213
+72077;43.80801;-.05811;110;20221225;18.8;5.1;12;1.9;10.16;0;.85;6489
+72077;43.80801;-.05811;110;20221226;17;7;12;1.6;11.31;2.9;.65;4782
+72077;43.80801;-.05811;110;20221227;13.8;10.3;12.1;.9;12.16;.3;.47;2992
+72077;43.80801;-.05811;110;20221228;17.4;6.5;11.9;1.5;10.21;0;.7;6246
+72077;43.80801;-.05811;110;20221229;14.9;9.5;12.2;2.3;10.66;6.4;.94;2956
+72077;43.80801;-.05811;110;20221230;19.9;9.6;14.7;3.1;11.86;.5;1.4;4474
+72077;43.80801;-.05811;110;20221231;17.9;9.2;13.6;2.9;11.96;0;1.03;5494
+72078;43.83774;.24989;140;20220101;18.5;3.4;11;2;9.07;0;.93;6500
+72078;43.83774;.24989;140;20220102;16.8;5.5;11.2;1.7;9.9;.2;.85;4595
+72078;43.83774;.24989;140;20220103;15.5;5.4;10.4;2.5;10.4;.1;.68;5655
+72078;43.83774;.24989;140;20220104;18.5;6.8;12.7;3.7;9.84;6.7;1.65;5720
+72078;43.83774;.24989;140;20220105;7.6;4.6;6.1;2;7.47;0;.61;3781
+72078;43.83774;.24989;140;20220106;7.7;-.1;3.8;1;5.21;.1;.57;3763
+72078;43.83774;.24989;140;20220107;9.9;-1.7;4.1;3;7.3;2.5;.58;4952
+72078;43.83774;.24989;140;20220108;10.2;6.6;8.4;6;10.08;4;.57;2448
+72078;43.83774;.24989;140;20220109;10;8.3;9.1;4.4;10.97;22;.46;1094
+72078;43.83774;.24989;140;20220110;12;9.1;10.5;3.4;11.97;17.4;.51;1385
+72078;43.83774;.24989;140;20220111;9.3;5.3;7.3;1.4;8.67;.2;.47;5201
+72078;43.83774;.24989;140;20220112;5.9;-1.2;2.3;1.1;6.07;0;.39;5341
+72078;43.83774;.24989;140;20220113;3.4;-3.1;.2;1.3;6.1;0;.25;4840
+72078;43.83774;.24989;140;20220114;6.4;-1.7;2.4;1;6.07;0;.35;6076
+72078;43.83774;.24989;140;20220115;10.6;-4.2;3.2;1.3;5.67;.1;.54;8622
+72078;43.83774;.24989;140;20220116;8.3;-2.3;3;1.4;6;.1;.49;7540
+72078;43.83774;.24989;140;20220117;4.1;-1.9;1.1;1;6.1;.1;.37;5166
+72078;43.83774;.24989;140;20220118;1.9;-.1;.9;1.4;6.57;.1;.27;1803
+72078;43.83774;.24989;140;20220119;9;1.6;5.3;2.3;8.2;2.1;.49;3772
+72078;43.83774;.24989;140;20220120;8.2;5.4;6.8;1.9;8.8;3.2;.54;2223
+72078;43.83774;.24989;140;20220121;5.4;-1;2.2;2;5.8;.1;.55;5957
+72078;43.83774;.24989;140;20220122;6.3;-3.3;1.5;1;5.24;0;.46;8393
+72078;43.83774;.24989;140;20220123;8.6;-3.1;2.8;1.3;5.77;0;.55;8615
+72078;43.83774;.24989;140;20220124;12.6;-.4;6.1;1.6;6.57;0;.79;8517
+72078;43.83774;.24989;140;20220125;11.7;-1.7;5;.8;6.6;0;.55;8788
+72078;43.83774;.24989;140;20220126;11.3;-3;4.1;1.2;6.57;0;.59;9253
+72078;43.83774;.24989;140;20220127;4.9;-3.5;.7;1;6.1;.1;.41;6417
+72078;43.83774;.24989;140;20220128;5;-1.6;1.7;1;6.37;0;.43;4655
+72078;43.83774;.24989;140;20220129;1.8;-1.1;.4;1.2;6.27;0;.32;2474
+72078;43.83774;.24989;140;20220130;2.5;-.8;.9;1.6;6.5;.2;.31;2959
+72078;43.83774;.24989;140;20220131;8.6;1.8;5.2;3.7;8.4;1.3;.51;4350
+72078;43.83774;.24989;140;20220201;8.9;1.3;5.1;3;8;.1;.61;6158
+72078;43.83774;.24989;140;20220202;9.5;7.4;8.5;2.7;10.34;0;.55;2988
+72078;43.83774;.24989;140;20220203;12;4.8;8.4;2.6;10;.1;.69;4491
+72078;43.83774;.24989;140;20220204;11.8;5.9;8.9;2.6;10.48;.8;.64;4910
+72078;43.83774;.24989;140;20220205;10.7;7.6;9.2;2.5;8.17;0;1.16;7768
+72078;43.83774;.24989;140;20220206;9.9;.7;5.3;3.5;7.85;.5;.8;6648
+72078;43.83774;.24989;140;20220207;12.3;7.8;10.1;3.5;10.31;.9;.93;4395
+72078;43.83774;.24989;140;20220208;13.7;2.5;8.1;2.2;7.7;0;1.21;10501
+72078;43.83774;.24989;140;20220209;17.7;1.8;9.7;2.2;7.57;0;1.58;10913
+72078;43.83774;.24989;140;20220210;10.9;2.4;6.7;1.7;8.5;.5;1.32;11266
+72078;43.83774;.24989;140;20220211;11.7;7.2;9.5;1.6;9.4;0;.94;5466
+72078;43.83774;.24989;140;20220212;13.8;-1.1;6.4;.8;7;0;.91;8900
+72078;43.83774;.24989;140;20220213;17.9;2.2;10;2.9;8.96;2.5;1.77;11566
+72078;43.83774;.24989;140;20220214;10.6;7.9;9.3;4.4;9.82;4.5;1.16;6266
+72078;43.83774;.24989;140;20220215;11.2;5;8.1;4.2;9.24;1.3;1.1;6800
+72078;43.83774;.24989;140;20220216;12.5;8.3;10.4;5.1;11.4;2.4;.84;4238
+72078;43.83774;.24989;140;20220217;13.7;11.4;12.5;4.1;12.91;.5;.87;3468
+72078;43.83774;.24989;140;20220218;17.2;7;12.1;3;11;0;1.53;9246
+72078;43.83774;.24989;140;20220219;12.1;7.4;9.8;2;8.57;.1;1.3;8556
+72078;43.83774;.24989;140;20220220;13.2;3.3;8.2;3.8;9.6;1.4;1.05;6792
+72078;43.83774;.24989;140;20220221;13;9.5;11.3;5.3;9.97;1.3;1.71;7348
+72078;43.83774;.24989;140;20220222;15.1;7.2;11.1;2.3;9.44;0;1.59;11611
+72078;43.83774;.24989;140;20220223;16;4.4;10.2;1.8;9.14;0;1.5;12134
+72078;43.83774;.24989;140;20220224;13.6;5.3;9.5;3;9.8;.6;1.13;5784
+72078;43.83774;.24989;140;20220225;11.5;4.6;8.1;2.1;7.1;0;1.48;10526
+72078;43.83774;.24989;140;20220226;13.9;.5;7.2;3.1;5.54;0;2.15;14108
+72078;43.83774;.24989;140;20220227;16.5;1.4;8.9;1.9;7.74;0;1.66;11380
+72078;43.83774;.24989;140;20220228;18.1;3.3;10.7;1.1;8.54;0;1.65;13770
+72078;43.83774;.24989;140;20220301;17.4;3.3;10.3;3;8.24;0;2.19;13619
+72078;43.83774;.24989;140;20220302;12.7;6.2;9.4;2.7;10.04;1.7;1.05;5420
+72078;43.83774;.24989;140;20220303;15.9;6;10.9;2.1;10.34;.5;1.54;11368
+72078;43.83774;.24989;140;20220304;9.5;8.8;9.1;3.4;10.27;2.2;.8;2366
+72078;43.83774;.24989;140;20220305;10.4;6.2;8.3;2;8.54;0;1.18;7499
+72078;43.83774;.24989;140;20220306;10.5;4.7;7.6;1.6;7.8;.1;1.17;7426
+72078;43.83774;.24989;140;20220307;12.4;.1;6.2;1.9;7.1;0;1.57;14110
+72078;43.83774;.24989;140;20220308;12.4;3.8;8.1;2.3;8.77;.3;1.23;8136
+72078;43.83774;.24989;140;20220309;16.2;2.2;9.2;3.2;9.2;.2;1.94;14761
+72078;43.83774;.24989;140;20220310;15.7;9;12.3;3.4;10.77;.6;1.75;8592
+72078;43.83774;.24989;140;20220311;14.4;8.6;11.5;3.1;10.74;10.3;1.39;6004
+72078;43.83774;.24989;140;20220312;13.3;7.4;10.4;3.1;10;1;1.59;10542
+72078;43.83774;.24989;140;20220313;13;8.1;10.6;4.1;9.38;3.1;1.69;7736
+72078;43.83774;.24989;140;20220314;14.3;5.1;9.7;5.3;10.07;0;1.53;8174
+72078;43.83774;.24989;140;20220315;17.3;12.3;14.8;7.5;12.18;0;2.51;8166
+72078;43.83774;.24989;140;20220316;15.7;11.6;13.6;3.5;12.4;1.5;1.56;6297
+72078;43.83774;.24989;140;20220317;12.5;11.3;11.9;2.9;12.07;2.1;1.01;3461
+72078;43.83774;.24989;140;20220318;12.3;7.7;10;1.6;9.86;0;1.2;6466
+72078;43.83774;.24989;140;20220319;17.1;4.5;10.8;2.9;9.6;0;2.38;16066
+72078;43.83774;.24989;140;20220320;17.8;6.8;12.3;3;10.33;0;2.22;12033
+72078;43.83774;.24989;140;20220321;18.4;8;13.2;4.7;10;0;3.2;17633
+72078;43.83774;.24989;140;20220322;17.8;6.9;12.3;4.3;8.03;0;3.31;16666
+72078;43.83774;.24989;140;20220323;17.5;3.9;10.7;2.9;7.8;0;2.95;19933
+72078;43.83774;.24989;140;20220324;18.3;1.2;9.8;2;8.06;0;2.6;18900
+72078;43.83774;.24989;140;20220325;19.3;4.2;11.8;2.1;8.13;0;2.86;17366
+72078;43.83774;.24989;140;20220326;19.4;3;11.2;2.6;7.26;0;3.27;19700
+72078;43.83774;.24989;140;20220327;21.5;3;12.2;2.2;8.3;0;3.22;19100
+72078;43.83774;.24989;140;20220328;21.4;3.6;12.5;1.8;8.9;0;2.69;14666
+72078;43.83774;.24989;140;20220329;18.5;5.1;11.8;1.9;10.5;4.7;1.93;10266
+72078;43.83774;.24989;140;20220330;13.1;9.8;11.4;2.6;11.7;4.9;1.11;4400
+72078;43.83774;.24989;140;20220331;13.7;8.7;11.2;4.3;9.66;3.8;2.25;12966
+72078;43.83774;.24989;140;20220401;9.3;1.3;5.3;5.1;5.86;.5;2.22;15533
+72078;43.83774;.24989;140;20220402;9.3;1.7;5.5;3.9;5.36;0;2.31;14766
+72078;43.83774;.24989;140;20220403;7.6;-1.9;2.8;1.9;5.34;0;1.67;15131
+72078;43.83774;.24989;140;20220404;11.5;-3.1;4.2;1.6;5.17;0;2.27;20955
+72078;43.83774;.24989;140;20220405;15.8;-3.2;6.3;1.6;6;0;2.74;23400
+72078;43.83774;.24989;140;20220406;12.7;4.8;8.7;2.6;9.83;0;1.22;6200
+72078;43.83774;.24989;140;20220407;19.4;8.2;13.8;4.7;11.39;3.6;2.91;13366
+72078;43.83774;.24989;140;20220408;21.2;9;15.1;4.3;11.5;1.6;3.18;12366
+72078;43.83774;.24989;140;20220409;15.5;7.8;11.6;2.4;8.76;.3;2.66;16466
+72078;43.83774;.24989;140;20220410;20;-.3;9.9;2.9;7.6;0;3.61;23366
+72078;43.83774;.24989;140;20220411;21.2;8.6;14.9;5.5;11.23;.1;4.04;19700
+72078;43.83774;.24989;140;20220412;18.8;11.6;15.2;4.4;12.1;0;2.62;9633
+72078;43.83774;.24989;140;20220413;15.1;11.5;13.3;1.8;13.3;1.6;1.21;5366
+72078;43.83774;.24989;140;20220414;21.8;8.6;15.2;1.5;12.7;0;3.22;20600
+72078;43.83774;.24989;140;20220415;22.1;9.1;15.6;2;13.36;0;2.79;15533
+72078;43.83774;.24989;140;20220416;23.4;9.6;16.5;2.7;12.76;.1;3.75;21066
+72078;43.83774;.24989;140;20220417;22.2;8.5;15.4;2.8;12.16;0;3.62;21266
+72078;43.83774;.24989;140;20220418;18.8;11.1;14.9;2.7;11.96;0;2.65;13033
+72078;43.83774;.24989;140;20220419;12.7;8.7;10.7;2.3;11.72;12.6;1.09;4533
+72078;43.83774;.24989;140;20220420;13.4;8.3;10.8;2.7;11.2;6.5;1.32;6800
+72078;43.83774;.24989;140;20220421;15.2;8.8;12;2.3;12.1;0;1.34;6333
+72078;43.83774;.24989;140;20220422;19.5;9.9;14.7;1.9;12.29;3.7;3.08;18533
+72078;43.83774;.24989;140;20220423;13;9.9;11.4;3.3;11.66;6.7;1.43;5900
+72078;43.83774;.24989;140;20220424;16.9;9.4;13.1;4.5;11.96;1.8;2.18;9566
+72078;43.83774;.24989;140;20220425;19.4;4.5;12;1.4;10.86;0;2.98;20733
+72078;43.83774;.24989;140;20220426;23.3;5.2;14.3;2;11.36;0;3.84;23400
+72078;43.83774;.24989;140;20220427;20.9;9.4;15.1;2;13.5;1.2;2.53;13033
+72078;43.83774;.24989;140;20220428;17.7;12.9;15.3;2;14.56;0;1.58;6666
+72078;43.83774;.24989;140;20220429;20.6;9.8;15.2;2;14.1;.5;2.6;15100
+72078;43.83774;.24989;140;20220430;21.5;12;16.7;2.4;13.46;0;3.31;18166
+72078;43.83774;.24989;140;20220501;20.5;10.7;15.6;2.2;12.56;0;3.12;17600
+72078;43.83774;.24989;140;20220502;19.5;11.7;15.6;2.1;12.63;0;2.62;13133
+72078;43.83774;.24989;140;20220503;20.6;11.4;16;2;13.2;2.4;2.75;14133
+72078;43.83774;.24989;140;20220504;20.4;11.9;16.1;2.7;13;.9;2.78;12800
+72078;43.83774;.24989;140;20220505;21.5;9.5;15.5;2.7;11.46;0;3.84;21266
+72078;43.83774;.24989;140;20220506;21.2;9.4;15.3;2.8;11.47;0;3.09;13852
+72078;43.83774;.24989;140;20220507;23.2;10.9;17.1;2.9;13.04;.2;3.4;15057
+72078;43.83774;.24989;140;20220508;24.6;12;18.3;2.3;13.27;0;3.57;15883
+72078;43.83774;.24989;140;20220509;26.3;10.9;18.6;1.9;12.54;0;3.8;17442
+72078;43.83774;.24989;140;20220510;29.5;11;20.3;1.4;12.64;.1;3.93;17810
+72078;43.83774;.24989;140;20220511;29.9;11.1;20.5;1.6;14.8;0;4;18193
+72078;43.83774;.24989;140;20220512;22.2;13.8;18;1.4;15.34;0;2.33;10435
+72078;43.83774;.24989;140;20220513;24.9;13.8;19.4;1.3;16.27;0;2.8;13058
+72078;43.83774;.24989;140;20220514;29;13.6;21.3;1.9;16.4;0;3.78;16149
+72078;43.83774;.24989;140;20220515;28.8;14.8;21.8;2.5;16.8;3.7;3.97;15667
+72078;43.83774;.24989;140;20220516;28.8;14.5;21.7;1.3;16.6;0;3.66;16875
+72078;43.83774;.24989;140;20220517;31.4;15.8;23.6;2.1;16.14;0;4.52;17366
+72078;43.83774;.24989;140;20220518;32;15.7;23.9;1.8;16.54;1.3;4.41;17380
+72078;43.83774;.24989;140;20220519;27.9;17.1;22.5;2.6;19.1;.2;3.49;13338
+72078;43.83774;.24989;140;20220520;26.7;17.5;22.1;2.9;18.64;.1;3.69;14795
+72078;43.83774;.24989;140;20220521;30.9;14.9;22.9;1.5;18.8;0;3.81;16641
+72078;43.83774;.24989;140;20220522;29.9;17.7;23.8;2.6;20.24;1.4;3.67;13131
+72078;43.83774;.24989;140;20220523;22.4;16.1;19.2;4.6;15.6;.4;3.33;11255
+72078;43.83774;.24989;140;20220524;17.6;12.4;15;2.5;13.17;2.5;1.98;8177
+72078;43.83774;.24989;140;20220525;19.1;9.1;14.1;2.1;12.2;0;2.55;13442
+72078;43.83774;.24989;140;20220526;19.5;10.2;14.8;1.8;13.17;0;2.23;10966
+72078;43.83774;.24989;140;20220527;25.1;12.1;18.6;2;14.17;.1;3.41;15714
+72078;43.83774;.24989;140;20220528;26.7;11.6;19.1;2.1;13;0;4.11;18452
+72078;43.83774;.24989;140;20220529;24.9;10.4;17.6;2.1;9.94;0;4.14;18318
+72078;43.83774;.24989;140;20220530;25.2;9.1;17.1;1.7;9.87;0;4.01;18539
+72078;43.83774;.24989;140;20220531;26.8;13.8;20.3;1.9;12.04;0;4.21;17633
+72078;43.83774;.24989;140;20220601;32;14.2;23.1;2.1;14.54;.6;5.01;19132
+72078;43.83774;.24989;140;20220602;27.7;16.6;22.1;2.4;18.37;1.3;3.66;14576
+72078;43.83774;.24989;140;20220603;29;18.3;23.6;2.3;19.7;6.8;3.92;15491
+72078;43.83774;.24989;140;20220604;23.4;17.5;20.5;1.9;19.87;6.1;2.21;9160
+72078;43.83774;.24989;140;20220605;23.7;16.2;20;2.1;17.24;0;2.94;12748
+72078;43.83774;.24989;140;20220606;26.4;14.8;20.6;1.7;16.4;.1;3.52;15663
+72078;43.83774;.24989;140;20220607;24.2;16.2;20.2;1.6;15.87;.7;2.85;11604
+72078;43.83774;.24989;140;20220608;19.9;14.5;17.2;2.2;16.5;4;1.89;8401
+72078;43.83774;.24989;140;20220609;23.4;12.6;18;2;14.7;0;3.3;15857
+72078;43.83774;.24989;140;20220610;28.5;12.2;20.4;1.6;14.5;.1;4.15;19037
+72078;43.83774;.24989;140;20220611;31.4;14.6;23;1.9;16.1;.1;5.64;26641
+72078;43.83774;.24989;140;20220612;28.4;17.1;22.7;2.8;19.2;3;4.27;17973
+72078;43.83774;.24989;140;20220613;30.3;18.4;24.3;2.4;20.24;0;5.36;24496
+72078;43.83774;.24989;140;20220614;36.3;18.7;27.5;1.9;20.44;.2;5.97;24404
+72078;43.83774;.24989;140;20220615;34.4;19.7;27;2.1;21.04;0;6.17;26709
+72078;43.83774;.24989;140;20220616;36.4;19.5;27.9;1.5;19.57;0;5.89;24769
+72078;43.83774;.24989;140;20220617;37.9;20;28.9;1.7;18.87;0;6.68;27605
+72078;43.83774;.24989;140;20220618;39.5;20.7;30.1;2.9;18.5;0;7.89;27197
+72078;43.83774;.24989;140;20220619;31.3;18.9;25.1;2.9;20.24;0;5.45;22518
+72078;43.83774;.24989;140;20220620;29.7;18.2;23.9;2.4;19.17;.5;5.05;22518
+72078;43.83774;.24989;140;20220621;26.9;18.7;22.8;2.2;20.24;4.6;3.54;15141
+72078;43.83774;.24989;140;20220622;26;18;22;2.5;18.67;1;4.18;19889
+72078;43.83774;.24989;140;20220623;27.3;16;21.6;1.8;18.3;12.4;4.19;20412
+72078;43.83774;.24989;140;20220624;25.2;16.3;20.7;2;16.7;.1;4.4;22359
+72078;43.83774;.24989;140;20220625;20.5;14.8;17.6;2.1;15.84;8.1;2.6;12476
+72078;43.83774;.24989;140;20220626;17;13.1;15;1.9;15.04;16.5;1.7;8468
+72078;43.83774;.24989;140;20220627;20.9;14.3;17.6;1.9;15.34;0;2.77;13646
+72078;43.83774;.24989;140;20220628;25.4;14.4;19.9;1.6;13.9;.1;4.84;25852
+72078;43.83774;.24989;140;20220629;26.6;12.7;19.6;1.9;15.04;.4;4.8;25478
+72078;43.83774;.24989;140;20220630;16.5;14.2;15.4;2.3;14.8;.9;1.65;7148
+72078;43.83774;.24989;140;20220701;23.8;10.3;17;1.5;12.9;0;4.52;26839
+72078;43.83774;.24989;140;20220702;30.7;11.7;21.2;1.8;13.47;0;5.69;28428
+72078;43.83774;.24989;140;20220703;29;15.6;22.3;2.6;16.54;4.1;5.28;23943
+72078;43.83774;.24989;140;20220704;25.7;15.7;20.7;2.6;17.84;.2;4.08;20012
+72078;43.83774;.24989;140;20220705;29.3;16.7;23;2.2;17.14;0;5.45;25766
+72078;43.83774;.24989;140;20220706;28.7;15.5;22.1;2.5;15.5;.1;5.04;22019
+72078;43.83774;.24989;140;20220707;28.9;15.7;22.3;2.9;16.44;0;5.6;25879
+72078;43.83774;.24989;140;20220708;29.8;15.7;22.8;2.2;15.97;0;5.72;27223
+72078;43.83774;.24989;140;20220709;32;15;23.5;1.9;15.4;0;5.96;27981
+72078;43.83774;.24989;140;20220710;33.1;15.8;24.4;1.8;15.17;0;6.17;28540
+72078;43.83774;.24989;140;20220711;35.5;16.1;25.8;1.5;15.84;0;6.22;28420
+72078;43.83774;.24989;140;20220712;35.8;18.1;26.9;1.9;16.47;0;6.59;27983
+72078;43.83774;.24989;140;20220713;35.9;16.8;26.3;1.4;13.4;0;6.21;28470
+72078;43.83774;.24989;140;20220714;37;16.8;26.9;1.6;15.54;0;6.41;28227
+72078;43.83774;.24989;140;20220715;35.5;19.2;27.3;2.4;16.9;0;6.73;26477
+72078;43.83774;.24989;140;20220716;37;17.5;27.3;1.6;15.47;0;6.3;27241
+72078;43.83774;.24989;140;20220717;37.9;17.5;27.7;1.8;15;0;6.68;27443
+72078;43.83774;.24989;140;20220718;39.1;20;29.5;3.1;15.17;.1;8.07;26634
+72078;43.83774;.24989;140;20220719;31.9;21.5;26.7;2.6;20.64;0;5.21;19829
+72078;43.83774;.24989;140;20220720;28.9;20.3;24.6;2.3;16.97;0;4.89;19996
+72078;43.83774;.24989;140;20220721;32.3;17.1;24.7;1.6;17.1;0;5.49;25816
+72078;43.83774;.24989;140;20220722;27.4;19.3;23.4;3.5;18.44;.1;4.58;18003
+72078;43.83774;.24989;140;20220723;29.2;16.7;23;1.3;15.84;.1;4.82;24149
+72078;43.83774;.24989;140;20220724;37.4;16.2;26.8;2.1;17.4;0;6.66;27584
+72078;43.83774;.24989;140;20220725;28.9;20.8;24.8;3.4;18.94;.1;4.86;17735
+72078;43.83774;.24989;140;20220726;28;15.8;21.9;2.3;15.24;.1;5.09;24192
+72078;43.83774;.24989;140;20220727;28.4;14.1;21.3;1.7;13.27;0;5.11;26054
+72078;43.83774;.24989;140;20220728;28.5;14.3;21.4;2;14.77;1.2;4.83;23219
+72078;43.83774;.24989;140;20220729;27;16.7;21.9;1.7;16.7;1.2;3.75;16960
+72078;43.83774;.24989;140;20220730;29.9;18;23.9;1.5;17.47;0;4.55;21219
+72078;43.83774;.24989;140;20220731;32.6;16.1;24.4;2.1;16.9;0;5.72;25912
+72078;43.83774;.24989;140;20220801;33.9;17.6;25.8;2.5;17.34;0;6.24;25940
+72078;43.83774;.24989;140;20220802;35.7;17.4;26.6;2;16.17;0;6.28;26664
+72078;43.83774;.24989;140;20220803;37.4;17.7;27.6;1.8;16.2;0;6.01;24493
+72078;43.83774;.24989;140;20220804;34.5;21.1;27.8;3;21.57;.2;5.91;22101
+72078;43.83774;.24989;140;20220805;31.3;19.5;25.4;3.2;19.5;0;5.69;23499
+72078;43.83774;.24989;140;20220806;33;18;25.5;2.4;17.54;0;5.71;23635
+72078;43.83774;.24989;140;20220807;33.6;17.3;25.5;2;13.77;0;5.88;24871
+72078;43.83774;.24989;140;20220808;34.8;15.7;25.3;1.7;13.5;0;5.78;25840
+72078;43.83774;.24989;140;20220809;35.8;17.3;26.5;1.9;14.5;0;5.94;24764
+72078;43.83774;.24989;140;20220810;37.6;16.9;27.2;1.5;13.47;0;5.79;24920
+72078;43.83774;.24989;140;20220811;38.8;20;29.4;1.7;15.94;0;5.91;23223
+72078;43.83774;.24989;140;20220812;38.4;22.3;30.3;2.3;20.04;0;6.31;23026
+72078;43.83774;.24989;140;20220813;34;20.8;27.4;2.3;21.4;1.3;5.11;19842
+72078;43.83774;.24989;140;20220814;26.8;20.2;23.5;2.5;19.94;.9;3.62;14872
+72078;43.83774;.24989;140;20220815;28.5;17.5;23;2;16.3;.1;4.41;20277
+72078;43.83774;.24989;140;20220816;27.1;15.9;21.5;1.5;16.87;16.1;3.29;15114
+72078;43.83774;.24989;140;20220817;25.1;15.6;20.3;2.2;17.4;0;3.51;17842
+72078;43.83774;.24989;140;20220818;24.7;16.1;20.4;2.6;17.47;1.8;3.36;16087
+72078;43.83774;.24989;140;20220819;26.9;15.6;21.3;1.9;16.94;.1;3.7;17705
+72078;43.83774;.24989;140;20220820;29.3;15.6;22.4;1.6;17.9;.1;4.16;20796
+72078;43.83774;.24989;140;20220821;27.8;18.2;23;2;18.24;.3;3.67;15817
+72078;43.83774;.24989;140;20220822;24.5;18.3;21.4;2.5;20;1.5;2.67;11714
+72078;43.83774;.24989;140;20220823;29.5;19.3;24.4;1.3;19.9;0;3.73;17641
+72078;43.83774;.24989;140;20220824;35.5;17.3;26.4;1.3;17.9;.6;4.8;22090
+72078;43.83774;.24989;140;20220825;30.3;21.4;25.8;3.4;21.34;0;4.33;15040
+72078;43.83774;.24989;140;20220826;30.1;19.6;24.8;2.4;19.54;0;4.2;17210
+72078;43.83774;.24989;140;20220827;30.6;18.3;24.5;2;17.84;0;4.54;20513
+72078;43.83774;.24989;140;20220828;34.3;16;25.1;1.2;15.04;0;4.57;22165
+72078;43.83774;.24989;140;20220829;31.9;19.9;25.9;2.3;16.44;4.1;4.01;11701
+72078;43.83774;.24989;140;20220830;32.5;17.2;24.9;1.8;18.84;0;4.56;20788
+72078;43.83774;.24989;140;20220831;29.1;19.4;24.2;2.1;20.84;.6;3.35;13641
+72078;43.83774;.24989;140;20220901;29.7;18;23.8;1.7;18.9;4.4;3.97;18930
+72078;43.83774;.24989;140;20220902;27.4;17.8;22.6;2.2;18.24;.3;3.49;15393
+72078;43.83774;.24989;140;20220903;27.5;17.7;22.6;1.5;18.1;0;3.28;15734
+72078;43.83774;.24989;140;20220904;33.3;16.1;24.7;1.8;17.74;0;4.47;20101
+72078;43.83774;.24989;140;20220905;34.4;18.5;26.5;2.1;19.6;.5;4.78;20035
+72078;43.83774;.24989;140;20220906;31.9;19.2;25.6;2.1;17.6;0;4.58;19610
+72078;43.83774;.24989;140;20220907;28.3;16.1;22.2;1.5;14.97;0;3.3;14839
+72078;43.83774;.24989;140;20220908;27.2;13.6;20.4;1.5;14.27;1;3.34;16761
+72078;43.83774;.24989;140;20220909;25.5;17;21.2;2.4;15.67;3.2;3.3;14003
+72078;43.83774;.24989;140;20220910;27.9;12.1;20;1.7;13.94;0;3.69;19579
+72078;43.83774;.24989;140;20220911;33.4;15.3;24.3;2.3;13.8;0;4.88;19728
+72078;43.83774;.24989;140;20220912;35.5;19.8;27.7;3.3;18.1;.3;5.64;17779
+72078;43.83774;.24989;140;20220913;31.9;22.3;27.1;2.4;21.4;.8;3.34;9182
+72078;43.83774;.24989;140;20220914;30.9;18;24.4;1.9;17.2;.6;3.77;15539
+72078;43.83774;.24989;140;20220915;29.1;17.3;23.2;2.1;16.64;.2;3.79;16659
+72078;43.83774;.24989;140;20220916;25.8;17.5;21.7;2.6;16.17;.2;3.28;13065
+72078;43.83774;.24989;140;20220917;22.1;11.1;16.6;1.9;10.04;0;3.18;17915
+72078;43.83774;.24989;140;20220918;25.2;7.6;16.4;1.6;7.44;0;3.4;18532
+72078;43.83774;.24989;140;20220919;26.9;7.3;17.1;1.8;7.8;0;3.67;18957
+72078;43.83774;.24989;140;20220920;25.4;7.4;16.4;1.9;8.77;0;3.48;18856
+72078;43.83774;.24989;140;20220921;25.4;8.5;16.9;2.2;9.9;0;3.54;18328
+72078;43.83774;.24989;140;20220922;26.9;10.1;18.5;1.8;11.17;0;3.39;17831
+72078;43.83774;.24989;140;20220923;23;10.3;16.7;1.4;12.5;4.2;2.15;10389
+72078;43.83774;.24989;140;20220924;17.3;12.7;15;2.2;15.2;4.1;1.26;6615
+72078;43.83774;.24989;140;20220925;20.6;10;15.3;1.9;12.2;.1;2.28;13390
+72078;43.83774;.24989;140;20220926;20.3;8.4;14.3;2.9;12;4.7;2.32;12323
+72078;43.83774;.24989;140;20220927;18.2;13.3;15.8;3.7;14.7;7.5;1.74;8421
+72078;43.83774;.24989;140;20220928;18.6;14.6;16.6;5;16.1;15.4;1.74;8587
+72078;43.83774;.24989;140;20220929;16.6;13.1;14.8;3;14;5.5;1.53;7552
+72078;43.83774;.24989;140;20220930;18.6;9.9;14.3;2.3;11.7;.1;2.09;12294
+72078;43.83774;.24989;140;20221001;22.6;10.8;16.7;3.2;13.2;0;2.68;12937
+72078;43.83774;.24989;140;20221002;23.9;11.5;17.7;1;14.87;.1;2.08;13509
+72078;43.83774;.24989;140;20221003;24.2;13.6;18.9;1.1;14.94;0;2.16;13082
+72078;43.83774;.24989;140;20221004;26.3;10;18.2;.9;13.3;.1;2.32;15772
+72078;43.83774;.24989;140;20221005;27.2;10.1;18.6;2;13.84;0;2.84;14899
+72078;43.83774;.24989;140;20221006;21.7;16.1;18.9;1.1;15.97;0;1.61;8122
+72078;43.83774;.24989;140;20221007;25.1;11.7;18.4;1.9;14.84;0;2.37;13036
+72078;43.83774;.24989;140;20221008;21.7;15;18.4;1.7;16.8;1.8;1.63;8349
+72078;43.83774;.24989;140;20221009;27;12;19.5;2.2;14.54;.1;2.78;13874
+72078;43.83774;.24989;140;20221010;24.2;13.4;18.8;2;15.17;1.2;2.07;9048
+72078;43.83774;.24989;140;20221011;22.6;15.2;18.9;1;16.54;3.1;1.54;8275
+72078;43.83774;.24989;140;20221012;23.4;14.2;18.8;1.3;15.84;.8;1.86;10715
+72078;43.83774;.24989;140;20221013;22.2;12.5;17.4;1.9;15.37;.5;1.72;9034
+72078;43.83774;.24989;140;20221014;21;17.1;19;3.2;17.5;.6;1.67;6439
+72078;43.83774;.24989;140;20221015;27.5;11.5;19.5;1.8;14.57;0;2.48;13544
+72078;43.83774;.24989;140;20221016;27.6;14.9;21.3;3.1;17.04;.4;2.89;12190
+72078;43.83774;.24989;140;20221017;26.9;18.4;22.7;2.4;19;.7;2.27;8361
+72078;43.83774;.24989;140;20221018;28.8;17.3;23;3.8;18.47;.1;3.29;11935
+72078;43.83774;.24989;140;20221019;25.8;17.5;21.6;3.3;18.14;1.1;2.39;7420
+72078;43.83774;.24989;140;20221020;23.9;17.2;20.6;2.8;16.77;.5;2.03;5206
+72078;43.83774;.24989;140;20221021;21.4;15.5;18.4;1.8;15.07;1.8;1.49;4347
+72078;43.83774;.24989;140;20221022;25.7;12;18.9;2.4;14.07;0;2.39;11566
+72078;43.83774;.24989;140;20221023;26.5;14.9;20.7;2;13.77;0;2.23;6197
+72078;43.83774;.24989;140;20221024;24.8;13.4;19.1;1.3;11.8;0;1.92;9908
+72078;43.83774;.24989;140;20221025;24.6;11.9;18.2;2.5;12.8;.1;2.21;7552
+72078;43.83774;.24989;140;20221026;25.2;11.9;18.5;2.7;14.54;.2;2.17;8451
+72078;43.83774;.24989;140;20221027;23.3;14.8;19;4.1;15.67;.1;2.19;4540
+72078;43.83774;.24989;140;20221028;26.1;17.1;21.6;3.9;16.47;0;2.78;7181
+72078;43.83774;.24989;140;20221029;25.7;16.6;21.2;3.5;15.8;.2;2.63;8343
+72078;43.83774;.24989;140;20221030;23.3;12.4;17.9;1.4;14.7;0;1.44;7927
+72078;43.83774;.24989;140;20221031;22.3;11.3;16.8;2.3;14.7;.7;1.47;5975
+72078;43.83774;.24989;140;20221101;20.6;13.6;17.1;1.8;14;.2;1.45;7799
+72078;43.83774;.24989;140;20221102;20.1;10.9;15.5;1.5;12.27;.1;1.34;9010
+72078;43.83774;.24989;140;20221103;21.9;10.5;16.2;3.3;12.07;5.6;2.04;4785
+72078;43.83774;.24989;140;20221104;14.5;10.5;12.5;4.9;11.4;6.8;1.4;5699
+72078;43.83774;.24989;140;20221105;16.7;7.4;12;1.4;10.24;.1;1.09;9369
+72078;43.83774;.24989;140;20221106;19.6;4.9;12.2;2.4;9.34;.1;1.62;9188
+72078;43.83774;.24989;140;20221107;20.4;5.6;13;2.5;10.57;0;1.57;9324
+72078;43.83774;.24989;140;20221108;19.1;11;15.1;3.2;13.34;.5;1.37;3600
+72078;43.83774;.24989;140;20221109;15.5;12.8;14.1;1.7;13.5;2.2;.83;2570
+72078;43.83774;.24989;140;20221110;14.6;7.1;10.8;1.5;10.87;.1;.78;6482
+72078;43.83774;.24989;140;20221111;18.9;4.4;11.6;1.7;10.8;.1;1.01;7685
+72078;43.83774;.24989;140;20221112;21.8;9.7;15.8;2.4;13.24;.1;1.42;8388
+72078;43.83774;.24989;140;20221113;20.5;7.8;14.1;1.6;11.5;0;1.15;7932
+72078;43.83774;.24989;140;20221114;14.4;8.8;11.6;2.4;11.84;2.3;.77;2212
+72078;43.83774;.24989;140;20221115;16.1;10.2;13.1;2.5;13.07;7.4;.83;3538
+72078;43.83774;.24989;140;20221116;19;9.6;14.3;2.5;11.97;.3;1.28;7424
+72078;43.83774;.24989;140;20221117;17.6;13.2;15.4;3.8;13.44;5.5;1.39;4223
+72078;43.83774;.24989;140;20221118;11.8;8.9;10.3;3;10.94;1.6;.72;3356
+72078;43.83774;.24989;140;20221119;11;7.5;9.2;2.8;9.67;.6;.79;4085
+72078;43.83774;.24989;140;20221120;13.8;3.1;8.4;2.7;9.6;4.5;.77;5177
+72078;43.83774;.24989;140;20221121;14.2;8.6;11.4;3.8;11.14;27.7;1;2064
+72078;43.83774;.24989;140;20221122;9.9;6.6;8.3;4.2;9.7;18.4;.67;2785
+72078;43.83774;.24989;140;20221123;16.8;8.6;12.7;3.5;11.94;5;1.07;5832
+72078;43.83774;.24989;140;20221124;14.2;6;10.1;2.6;10.07;2.8;.89;4089
+72078;43.83774;.24989;140;20221125;12.5;7;9.8;2.6;10.47;7;.69;3636
+72078;43.83774;.24989;140;20221126;12.2;3.8;8;1.6;8.87;0;.57;5522
+72078;43.83774;.24989;140;20221127;12.2;2.6;7.4;2.3;8.5;6.9;.68;4915
+72078;43.83774;.24989;140;20221128;12.2;8.2;10.2;3.8;10.84;4.3;.72;4150
+72078;43.83774;.24989;140;20221129;12.7;8.3;10.5;2.2;10.57;.1;.69;4259
+72078;43.83774;.24989;140;20221130;5.4;1.9;3.6;1.3;7.97;0;.29;3281
+72078;43.83774;.24989;140;20221201;5.1;2.9;4;.8;7.7;0;.37;1876
+72078;43.83774;.24989;140;20221202;7;4.2;5.6;1;7.9;.1;.44;2355
+72078;43.83774;.24989;140;20221203;7.7;2.8;5.3;1;7.87;1.2;.41;2668
+72078;43.83774;.24989;140;20221204;10.7;1.3;6;1.7;7.34;0;.56;6070
+72078;43.83774;.24989;140;20221205;11;.2;5.6;2.1;6.84;0;.65;6349
+72078;43.83774;.24989;140;20221206;10.8;5.5;8.2;1.6;8.34;0;.68;3402
+72078;43.83774;.24989;140;20221207;12.7;6.7;9.7;1;8.94;0;.56;4691
+72078;43.83774;.24989;140;20221208;8.9;3.4;6.2;1.9;8.6;3.2;.47;2154
+72078;43.83774;.24989;140;20221209;10;6.5;8.2;1.9;9.74;.1;.52;2196
+72078;43.83774;.24989;140;20221210;4.7;.1;2.4;2.9;5.67;0;.55;6022
+72078;43.83774;.24989;140;20221211;4.9;-4.5;.2;1.6;4.7;.2;.43;5147
+72078;43.83774;.24989;140;20221212;5.5;-1.9;1.8;2.6;6.67;5.5;.35;2031
+72078;43.83774;.24989;140;20221213;13.8;5.2;9.5;4.2;12.7;4;.19;3269
+72078;43.83774;.24989;140;20221214;17.8;9.7;13.7;2.5;12.37;.8;.86;4997
+72078;43.83774;.24989;140;20221215;13.3;9.1;11.2;2.2;11.97;5.1;.52;3504
+72078;43.83774;.24989;140;20221216;9.4;8.6;9;2.1;10.37;4.8;.56;966
+72078;43.83774;.24989;140;20221217;7.8;1.9;4.9;1.7;7.6;.1;.46;2986
+72078;43.83774;.24989;140;20221218;11.8;3.6;7.7;3.7;8.84;.1;.68;6039
+72078;43.83774;.24989;140;20221219;15.1;8;11.6;4;11.07;0;.92;5035
+72078;43.83774;.24989;140;20221220;13.9;11.1;12.5;3.6;11.97;3.7;.9;1691
+72078;43.83774;.24989;140;20221221;18.2;10.4;14.3;2.2;12.17;.1;.9;5935
+72078;43.83774;.24989;140;20221222;18.2;9;13.6;2.5;11.87;1.1;1.04;4215
+72078;43.83774;.24989;140;20221223;18.2;9.8;14;2.1;12.24;.1;.92;4260
+72078;43.83774;.24989;140;20221224;18.5;7.6;13;1.8;11.27;.1;.72;6179
+72078;43.83774;.24989;140;20221225;17.5;6.2;11.8;2.5;10.3;0;.94;6161
+72078;43.83774;.24989;140;20221226;16.6;6.9;11.8;2.1;10.84;2.8;.83;4188
+72078;43.83774;.24989;140;20221227;13;10;11.5;1.1;12.2;.2;.47;2565
+72078;43.83774;.24989;140;20221228;17.4;7.1;12.3;2.1;10.5;0;.83;6233
+72078;43.83774;.24989;140;20221229;13.7;9.3;11.5;2.6;10.67;4.5;.91;2390
+72078;43.83774;.24989;140;20221230;18.2;9.1;13.6;3.2;11.57;.7;1.24;4400
+72078;43.83774;.24989;140;20221231;17.2;8.8;13;3.2;11.7;0;1.02;5328
+72079;43.86656;.55817;146;20220101;17.9;3.4;10.6;2.1;9.47;0;.85;5763
+72079;43.86656;.55817;146;20220102;16.2;5;10.6;2.1;9.84;.1;.91;4113
+72079;43.86656;.55817;146;20220103;15.4;4.7;10;2.8;10.74;.1;.62;4975
+72079;43.86656;.55817;146;20220104;18.1;6.8;12.4;4;10.01;6.7;1.68;5139
+72079;43.86656;.55817;146;20220105;7.3;4.6;5.9;2.5;7.44;0;.64;2760
+72079;43.86656;.55817;146;20220106;7.1;-.8;3.2;1.5;5.48;.1;.6;4766
+72079;43.86656;.55817;146;20220107;9.9;-1.4;4.3;3.1;7.07;2.3;.67;4819
+72079;43.86656;.55817;146;20220108;10.1;6.9;8.5;6.4;10.16;3;.6;2478
+72079;43.86656;.55817;146;20220109;9.9;8.2;9.1;3.9;10.67;24.1;.5;1100
+72079;43.86656;.55817;146;20220110;11.9;8.8;10.4;3;11.61;14.1;.53;1747
+72079;43.86656;.55817;146;20220111;9;5.4;7.2;1.6;8.47;.1;.53;3656
+72079;43.86656;.55817;146;20220112;6.1;-1;2.6;1.4;6.11;0;.44;4871
+72079;43.86656;.55817;146;20220113;4.2;-3.1;.6;1.3;6.07;0;.28;4098
+72079;43.86656;.55817;146;20220114;8.1;-2.2;2.9;.8;5.84;.1;.4;6194
+72079;43.86656;.55817;146;20220115;10.3;-3.5;3.4;1.3;5.71;.1;.57;7071
+72079;43.86656;.55817;146;20220116;6.8;-3;1.9;1.4;6.01;.1;.42;6013
+72079;43.86656;.55817;146;20220117;1.8;-1.7;.1;1;6.04;.1;.28;2997
+72079;43.86656;.55817;146;20220118;1.7;.1;.9;1.4;6.54;.1;.28;1376
+72079;43.86656;.55817;146;20220119;8.5;1.2;4.8;2.3;7.97;2.1;.43;3682
+72079;43.86656;.55817;146;20220120;7.5;4.8;6.1;2.1;8.41;2;.5;2064
+72079;43.86656;.55817;146;20220121;5.5;-.9;2.3;2.2;5.71;0;.64;4575
+72079;43.86656;.55817;146;20220122;6;-3.3;1.4;1;5.21;0;.48;6601
+72079;43.86656;.55817;146;20220123;8.7;-3.1;2.8;1.5;5.84;0;.6;7349
+72079;43.86656;.55817;146;20220124;12.7;0;6.3;2.4;6.91;0;.98;7199
+72079;43.86656;.55817;146;20220125;11.2;-1.5;4.9;1.4;6.97;0;.63;7513
+72079;43.86656;.55817;146;20220126;11.2;-2.7;4.2;1.1;6.84;0;.55;7960
+72079;43.86656;.55817;146;20220127;2.7;-3.9;-.6;1;5.91;.1;.31;4268
+72079;43.86656;.55817;146;20220128;3.5;-2.4;.5;1.3;6.14;0;.33;3678
+72079;43.86656;.55817;146;20220129;1.6;-.9;.4;.9;6.27;0;.33;1956
+72079;43.86656;.55817;146;20220130;2.8;-.7;1;1.9;6.64;.2;.3;3222
+72079;43.86656;.55817;146;20220131;8.4;2.2;5.3;3.9;8.41;1;.5;4695
+72079;43.86656;.55817;146;20220201;8.9;1.6;5.2;3.5;7.97;0;.63;5415
+72079;43.86656;.55817;146;20220202;9.3;7.4;8.4;2.7;10.31;0;.49;2518
+72079;43.86656;.55817;146;20220203;11.1;4.3;7.7;2.3;9.77;.1;.56;4658
+72079;43.86656;.55817;146;20220204;11.8;7.1;9.4;2.5;10.66;.8;.67;4177
+72079;43.86656;.55817;146;20220205;10.6;7.8;9.2;2.7;8.34;.1;1.12;5236
+72079;43.86656;.55817;146;20220206;10;.8;5.4;3.5;7.83;.3;.79;7099
+72079;43.86656;.55817;146;20220207;12.2;7.9;10.1;4.1;10.11;.8;1.07;4656
+72079;43.86656;.55817;146;20220208;13.6;2;7.8;2.1;7.31;0;1.22;8810
+72079;43.86656;.55817;146;20220209;17.3;2.1;9.7;3.3;7.61;0;1.9;9445
+72079;43.86656;.55817;146;20220210;12.7;2.7;7.7;.9;8.1;.1;1.11;11300
+72079;43.86656;.55817;146;20220211;11.5;6.8;9.1;1.2;9;0;.84;3800
+72079;43.86656;.55817;146;20220212;13.8;-1.1;6.3;.8;7;0;.91;8900
+72079;43.86656;.55817;146;20220213;17.5;1.3;9.4;1.6;9.1;2;1.32;11800
+72079;43.86656;.55817;146;20220214;10.3;7.6;8.9;3.8;9.4;4.4;1.11;6700
+72079;43.86656;.55817;146;20220215;10.7;5.2;7.9;3.7;9.19;1.9;1.02;6533
+72079;43.86656;.55817;146;20220216;12.6;8.2;10.4;5;11.51;1.2;.8;4937
+72079;43.86656;.55817;146;20220217;14.2;11.4;12.8;4.7;12.93;.3;1.01;4209
+72079;43.86656;.55817;146;20220218;17.1;7.5;12.3;3;11.31;0;1.47;8002
+72079;43.86656;.55817;146;20220219;12.2;7.6;9.9;2.2;8.41;0;1.28;6513
+72079;43.86656;.55817;146;20220220;13.5;2.6;8.1;3.7;9.51;.5;1.09;7994
+72079;43.86656;.55817;146;20220221;13.2;9.6;11.4;5.6;9.87;1;1.72;6035
+72079;43.86656;.55817;146;20220222;15;7.5;11.2;2.4;9.44;0;1.54;9486
+72079;43.86656;.55817;146;20220223;16;4.8;10.4;1.9;9.27;0;1.47;10253
+72079;43.86656;.55817;146;20220224;14;5.7;9.9;3.1;9.77;.5;1.32;6553
+72079;43.86656;.55817;146;20220225;11.7;4.6;8.1;2.3;6.94;0;1.49;8942
+72079;43.86656;.55817;146;20220226;14.3;-.2;7;3.3;5.47;0;2.19;12273
+72079;43.86656;.55817;146;20220227;16.4;1.4;8.9;2.2;7.67;0;1.72;10770
+72079;43.86656;.55817;146;20220228;17.8;3.7;10.8;1.7;8.41;0;1.79;12086
+72079;43.86656;.55817;146;20220301;17.3;3.8;10.5;3.4;8.21;0;2.29;11924
+72079;43.86656;.55817;146;20220302;12.7;5.9;9.3;3;10.14;1.3;1.06;5677
+72079;43.86656;.55817;146;20220303;15.9;6.1;11;1.8;10.34;.1;1.49;10524
+72079;43.86656;.55817;146;20220304;9.2;9.1;9.1;3.5;10.47;5.4;.67;1140
+72079;43.86656;.55817;146;20220305;10.3;6.4;8.3;2.5;8.81;0;1.13;6904
+72079;43.86656;.55817;146;20220306;10.9;4.8;7.8;1.9;7.87;.1;1.25;7593
+72079;43.86656;.55817;146;20220307;12.3;.2;6.2;2.3;7.24;0;1.49;12211
+72079;43.86656;.55817;146;20220308;13.5;4.4;8.9;3.1;8.84;.7;1.55;9311
+72079;43.86656;.55817;146;20220309;16;2.7;9.4;3.7;9.51;.1;1.88;12999
+72079;43.86656;.55817;146;20220310;15.6;9.3;12.4;4.1;10.71;.6;1.84;8575
+72079;43.86656;.55817;146;20220311;14.7;9.4;12;4.2;10.74;10.5;1.63;6585
+72079;43.86656;.55817;146;20220312;12.9;7.7;10.3;3.5;10.17;2;1.32;7813
+72079;43.86656;.55817;146;20220313;12.2;8.1;10.2;5.2;9.51;4.6;1.65;7724
+72079;43.86656;.55817;146;20220314;14.5;4.7;9.6;6.7;10.07;0;1.62;9762
+72079;43.86656;.55817;146;20220315;16.4;12.6;14.5;9.3;12.16;0;2.49;7851
+72079;43.86656;.55817;146;20220316;15.4;12;13.7;4.5;12.37;1.1;1.63;6186
+72079;43.86656;.55817;146;20220317;13.3;11.4;12.3;3;12.11;2.9;1.14;4244
+72079;43.86656;.55817;146;20220318;12.3;7.9;10.1;1;9.8;0;1.18;6800
+72079;43.86656;.55817;146;20220319;16.8;4.7;10.7;2.9;9.4;0;2.4;17000
+72079;43.86656;.55817;146;20220320;17.6;7.4;12.5;1.9;10.3;0;2.02;11800
+72079;43.86656;.55817;146;20220321;17.6;8.5;13;4.3;9.8;0;3.07;18000
+72079;43.86656;.55817;146;20220322;17.6;7.8;12.7;3.6;7.7;0;3.34;17900
+72079;43.86656;.55817;146;20220323;17.7;4.4;11;2;7.8;0;2.78;19900
+72079;43.86656;.55817;146;20220324;18.5;.4;9.4;1.1;7.8;0;2.42;20000
+72079;43.86656;.55817;146;20220325;19.1;4.5;11.8;1.9;7.9;0;2.77;17500
+72079;43.86656;.55817;146;20220326;18.9;2.3;10.6;2.8;7.1;0;3.21;19800
+72079;43.86656;.55817;146;20220327;21.8;2.3;12;1.6;8.2;0;2.96;19300
+72079;43.86656;.55817;146;20220328;21.4;2.4;11.9;1.1;8.2;0;2.39;14800
+72079;43.86656;.55817;146;20220329;19.3;3.9;11.6;1.1;10.2;4.9;1.95;12300
+72079;43.86656;.55817;146;20220330;12.9;9.8;11.3;2.1;11.7;4.9;1.01;3700
+72079;43.86656;.55817;146;20220331;14.1;8.9;11.5;3.3;9.7;3.9;2.3;13700
+72079;43.86656;.55817;146;20220401;9.4;1.9;5.6;4.7;5.6;.3;2.36;15300
+72079;43.86656;.55817;146;20220402;8.9;1.8;5.3;3.4;5.1;0;2.24;14300
+72079;43.86656;.55817;146;20220403;7.6;-2;2.8;1.9;5.34;0;1.67;15131
+72079;43.86656;.55817;146;20220404;11.7;-2.3;4.7;2;5.15;0;2.38;21025
+72079;43.86656;.55817;146;20220405;15.8;-3.2;6.3;1.6;6;0;2.74;23400
+72079;43.86656;.55817;146;20220406;12.5;3.9;8.2;1.9;9.4;0;1.17;6100
+72079;43.86656;.55817;146;20220407;20.2;7.4;13.8;3.8;11;4.1;3.25;18000
+72079;43.86656;.55817;146;20220408;21.5;8.3;14.9;3.3;11.5;1.2;3.06;14000
+72079;43.86656;.55817;146;20220409;15.8;8;11.9;2;8.4;.2;2.79;17700
+72079;43.86656;.55817;146;20220410;19.9;-1.1;9.4;2;7.4;0;3.34;23700
+72079;43.86656;.55817;146;20220411;19.8;9.9;14.8;4.2;11.5;0;3.57;20100
+72079;43.86656;.55817;146;20220412;19.5;12;15.7;3.8;12;3;2.83;10700
+72079;43.86656;.55817;146;20220413;15.4;12.1;13.7;1.3;13.1;2.7;1.26;5200
+72079;43.86656;.55817;146;20220414;21.6;7.6;14.6;1.2;12.1;0;3.34;23100
+72079;43.86656;.55817;146;20220415;22.2;9.8;16;1.9;13.5;.1;2.83;15600
+72079;43.86656;.55817;146;20220416;23.4;10.4;16.9;2.4;12.9;.1;3.74;20900
+72079;43.86656;.55817;146;20220417;22.1;9.4;15.7;2.5;12.4;0;3.59;21100
+72079;43.86656;.55817;146;20220418;18.9;10.5;14.7;2.1;11.4;0;2.52;12300
+72079;43.86656;.55817;146;20220419;12.3;8;10.1;1.8;11.4;12;.86;3200
+72079;43.86656;.55817;146;20220420;13.8;8.1;10.9;2;10.8;5.6;1.57;8500
+72079;43.86656;.55817;146;20220421;15.9;8.5;12.2;1.6;11.9;.1;1.41;6400
+72079;43.86656;.55817;146;20220422;18.8;9.6;14.2;1.7;12.3;0;2.87;18500
+72079;43.86656;.55817;146;20220423;12.2;9.8;11;2.3;11.5;8.6;1.14;4900
+72079;43.86656;.55817;146;20220424;16.4;9.4;12.9;3.3;12;2.2;2.04;10400
+72079;43.86656;.55817;146;20220425;19.1;4.3;11.7;1.2;10.6;0;3.11;22800
+72079;43.86656;.55817;146;20220426;23.1;4.2;13.6;1.1;10.8;0;3.72;25400
+72079;43.86656;.55817;146;20220427;20.7;8;14.3;1.1;13.3;0;2.38;14100
+72079;43.86656;.55817;146;20220428;17.7;13.3;15.5;1.6;14.4;0;1.54;6200
+72079;43.86656;.55817;146;20220429;21.3;9.1;15.2;1.4;14;.4;2.94;18300
+72079;43.86656;.55817;146;20220430;22.1;12.7;17.4;2;13.4;0;3.61;20000
+72079;43.86656;.55817;146;20220501;21.1;10.6;15.8;1.7;12.5;0;3.35;19700
+72079;43.86656;.55817;146;20220502;20.2;11.4;15.8;1.6;12.5;0;2.91;16000
+72079;43.86656;.55817;146;20220503;20.7;11.5;16.1;1.9;12.9;1.5;2.91;15200
+72079;43.86656;.55817;146;20220504;20.3;12.1;16.2;1.9;13.5;.5;2.51;12000
+72079;43.86656;.55817;146;20220505;21.4;10;15.7;2.4;11;0;4.03;22900
+72079;43.86656;.55817;146;20220506;21.5;9.6;15.5;2.9;11.17;0;3.77;20226
+72079;43.86656;.55817;146;20220507;23.1;10.9;17;2.8;12.54;.1;4.04;21447
+72079;43.86656;.55817;146;20220508;24.7;12;18.4;2.2;12.87;0;4.25;22148
+72079;43.86656;.55817;146;20220509;26.5;11;18.7;1.7;12.14;0;4.49;23964
+72079;43.86656;.55817;146;20220510;29.2;11;20.1;1.7;12.37;.1;4.85;24486
+72079;43.86656;.55817;146;20220511;31;11.2;21.1;2;14.54;0;5.25;25503
+72079;43.86656;.55817;146;20220512;23;14;18.5;1.7;15.11;0;3.18;16361
+72079;43.86656;.55817;146;20220513;25.6;14;19.8;1.4;16.34;0;3.65;19183
+72079;43.86656;.55817;146;20220514;29.5;13.9;21.7;1.9;16.34;0;4.72;22825
+72079;43.86656;.55817;146;20220515;28.8;14.9;21.8;2.9;16.31;3.2;4.98;21910
+72079;43.86656;.55817;146;20220516;29;14.3;21.6;1.6;16.21;0;4.68;23690
+72079;43.86656;.55817;146;20220517;32;15.8;23.9;2.5;16.21;.1;5.66;24320
+72079;43.86656;.55817;146;20220518;32.3;16.3;24.3;1.8;16.14;1.1;5.42;24164
+72079;43.86656;.55817;146;20220519;28.8;17.4;23.1;2.7;19.17;.1;4.49;19788
+72079;43.86656;.55817;146;20220520;28.2;17.9;23;3.3;18.37;0;4.92;21103
+72079;43.86656;.55817;146;20220521;31.6;15.3;23.4;1.7;18.57;0;5.06;24168
+72079;43.86656;.55817;146;20220522;30.6;17.4;24;2.9;19.44;1.8;4.89;20133
+72079;43.86656;.55817;146;20220523;22.7;16;19.3;4.3;15.87;.3;3.64;15870
+72079;43.86656;.55817;146;20220524;17.7;12.7;15.2;2.4;13.21;1.8;2.36;11984
+72079;43.86656;.55817;146;20220525;19.5;9.3;14.4;2.4;12.04;0;3.25;19244
+72079;43.86656;.55817;146;20220526;19.7;10.5;15.1;2;13.04;0;2.95;16828
+72079;43.86656;.55817;146;20220527;25;12.4;18.7;2.5;14.04;.1;4.36;21728
+72079;43.86656;.55817;146;20220528;26.5;11.6;19.1;2.3;12.71;0;5.04;25621
+72079;43.86656;.55817;146;20220529;24.8;10.2;17.5;2.6;9.44;0;5.17;24976
+72079;43.86656;.55817;146;20220530;25.3;9.2;17.3;1.6;9.81;.1;4.75;25812
+72079;43.86656;.55817;146;20220531;26.8;14.1;20.4;2.1;11.57;0;5.12;24330
+72079;43.86656;.55817;146;20220601;32.3;14.3;23.3;2.2;14.11;.3;6.11;26793
+72079;43.86656;.55817;146;20220602;28.2;16.4;22.3;2.2;18.17;1.8;4.54;21441
+72079;43.86656;.55817;146;20220603;30.1;18.5;24.3;3;19.27;7.3;5.3;22370
+72079;43.86656;.55817;146;20220604;24.7;17.5;21.1;2;20.24;5.5;3;14470
+72079;43.86656;.55817;146;20220605;24.3;16.1;20.2;2.3;17.31;0;3.67;18106
+72079;43.86656;.55817;146;20220606;27.4;14.9;21.1;1.8;16.54;.1;4.5;22516
+72079;43.86656;.55817;146;20220607;24.5;16.3;20.4;1.9;15.74;.5;3.7;17405
+72079;43.86656;.55817;146;20220608;20.4;14.7;17.6;2.4;16.27;4;2.46;12233
+72079;43.86656;.55817;146;20220609;23.5;12.3;17.9;2.2;14.47;.1;4.03;22133
+72079;43.86656;.55817;146;20220610;28.7;12.3;20.5;1.5;14.47;.1;5.02;26278
+72079;43.86656;.55817;146;20220611;32.2;14.6;23.4;1.7;15.51;.1;5.69;26603
+72079;43.86656;.55817;146;20220612;29.1;17;23.1;2.7;19.17;3.1;4.66;20416
+72079;43.86656;.55817;146;20220613;30.8;18.5;24.7;2.6;20.17;0;5.43;24111
+72079;43.86656;.55817;146;20220614;36.8;18.8;27.8;2.3;19.04;0;6.59;25671
+72079;43.86656;.55817;146;20220615;35.5;20.2;27.8;1.9;20.34;0;6.28;26405
+72079;43.86656;.55817;146;20220616;36.8;19.8;28.3;1.6;19.24;0;6.13;25730
+72079;43.86656;.55817;146;20220617;37.9;19.9;28.9;1.7;18.41;0;6.52;26860
+72079;43.86656;.55817;146;20220618;38.9;20.9;29.9;3.4;17.41;0;8.23;26588
+72079;43.86656;.55817;146;20220619;32.2;19.4;25.8;3.1;20.34;0;5.83;23389
+72079;43.86656;.55817;146;20220620;29.9;18.3;24.1;2.3;19.27;0;5.01;22287
+72079;43.86656;.55817;146;20220621;27.2;19;23.1;2.2;20.34;2.2;3.77;16345
+72079;43.86656;.55817;146;20220622;27.2;18.5;22.9;2.2;18.71;.6;4.32;19666
+72079;43.86656;.55817;146;20220623;27.5;16.1;21.8;1.9;18.44;18.8;4.24;20481
+72079;43.86656;.55817;146;20220624;25.4;16.4;20.9;2.1;16.81;.8;4.11;20080
+72079;43.86656;.55817;146;20220625;21.9;15.5;18.7;2.7;16.07;5.1;3.14;14176
+72079;43.86656;.55817;146;20220626;17.8;13.3;15.5;2.5;15.24;2.7;2.04;11073
+72079;43.86656;.55817;146;20220627;21.5;14.4;17.9;2.2;15.27;0;3.14;15872
+72079;43.86656;.55817;146;20220628;25.8;14.8;20.3;1.9;13.64;.1;4.71;23545
+72079;43.86656;.55817;146;20220629;27.7;13.1;20.4;1.8;14.87;.2;4.9;25085
+72079;43.86656;.55817;146;20220630;17.2;14.4;15.8;2.7;14.67;.5;1.91;8534
+72079;43.86656;.55817;146;20220701;23.9;10.6;17.2;1.7;12.97;0;4.33;24767
+72079;43.86656;.55817;146;20220702;30.8;11.7;21.3;1.8;13.04;0;5.67;27552
+72079;43.86656;.55817;146;20220703;29.6;16.2;22.9;2.8;16.64;5.6;5.39;23681
+72079;43.86656;.55817;146;20220704;26.4;15.8;21.1;2.7;17.91;.8;4.27;20730
+72079;43.86656;.55817;146;20220705;29.4;17;23.2;2.4;16.84;0;5.38;24552
+72079;43.86656;.55817;146;20220706;28.8;15.4;22.1;2.5;14.47;0;5.18;22127
+72079;43.86656;.55817;146;20220707;29.2;15.8;22.5;2.8;15.81;0;5.47;24437
+72079;43.86656;.55817;146;20220708;29.4;15.7;22.5;2.3;15.51;0;5.51;25820
+72079;43.86656;.55817;146;20220709;31.8;14.9;23.4;1.9;14.54;0;5.86;26952
+72079;43.86656;.55817;146;20220710;33.1;16;24.5;2;14.67;0;6.13;26926
+72079;43.86656;.55817;146;20220711;35.5;17;26.2;1.9;15.44;0;6.36;26833
+72079;43.86656;.55817;146;20220712;35.7;18.5;27.1;2.2;15.44;0;6.61;26294
+72079;43.86656;.55817;146;20220713;35.9;17.3;26.6;1.7;12.97;0;6.32;26933
+72079;43.86656;.55817;146;20220714;37.3;17.7;27.5;1.7;15.14;0;6.48;27018
+72079;43.86656;.55817;146;20220715;35.4;19.7;27.6;2.3;15.81;0;6.61;25570
+72079;43.86656;.55817;146;20220716;37.1;18.2;27.6;1.8;15.44;0;6.44;26406
+72079;43.86656;.55817;146;20220717;38;17.9;28;2;14.44;0;6.83;27290
+72079;43.86656;.55817;146;20220718;39;20.5;29.7;3.6;14.61;0;8.47;25601
+72079;43.86656;.55817;146;20220719;32.3;21.3;26.8;2.7;20.37;17.6;5.28;19743
+72079;43.86656;.55817;146;20220720;29.5;20.5;25;2.5;16.94;0;5;19372
+72079;43.86656;.55817;146;20220721;32.5;16.8;24.7;1.9;16.77;0;5.53;24894
+72079;43.86656;.55817;146;20220722;28.3;19.3;23.8;3.4;18.17;.2;4.95;19048
+72079;43.86656;.55817;146;20220723;29.5;17.1;23.3;1.4;15.81;0;4.7;22760
+72079;43.86656;.55817;146;20220724;37.5;17;27.2;1.9;16.81;0;6.56;27362
+72079;43.86656;.55817;146;20220725;29.1;21;25;3.6;18.74;0;4.89;17042
+72079;43.86656;.55817;146;20220726;27.9;16.2;22.1;2.6;14.84;0;5;22469
+72079;43.86656;.55817;146;20220727;28.5;14.6;21.6;1.9;12.91;0;5.03;24359
+72079;43.86656;.55817;146;20220728;29;14.6;21.8;2;14.71;0;4.87;22937
+72079;43.86656;.55817;146;20220729;27.2;17.1;22.2;1.9;16.31;.6;4.08;18403
+72079;43.86656;.55817;146;20220730;30;18;24;1.7;17.21;0;4.53;20254
+72079;43.86656;.55817;146;20220731;32.7;16.6;24.6;2.1;16.57;0;5.64;24967
+72079;43.86656;.55817;146;20220801;34;17.6;25.8;2.4;16.81;0;6.12;25389
+72079;43.86656;.55817;146;20220802;35.9;17.3;26.6;1.8;15.64;0;6.13;26329
+72079;43.86656;.55817;146;20220803;37.9;18.3;28.1;1.9;14.91;0;6.33;25057
+72079;43.86656;.55817;146;20220804;35;21.3;28.2;2.9;21.21;.1;6.05;22356
+72079;43.86656;.55817;146;20220805;32;19.9;25.9;3.3;19.27;0;5.75;22278
+72079;43.86656;.55817;146;20220806;33.1;18.5;25.8;2.7;17.21;0;5.83;23157
+72079;43.86656;.55817;146;20220807;33.5;17.6;25.6;2.3;12.81;0;6.01;23764
+72079;43.86656;.55817;146;20220808;34.8;16.1;25.5;1.7;12.01;0;5.79;25267
+72079;43.86656;.55817;146;20220809;35.8;17.1;26.5;1.8;12.67;0;5.94;24565
+72079;43.86656;.55817;146;20220810;37.5;17.4;27.5;1.7;12.14;0;6.05;24552
+72079;43.86656;.55817;146;20220811;38.8;19.9;29.4;2.5;17.21;0;6.63;23583
+72079;43.86656;.55817;146;20220812;38.9;21.9;30.4;2.2;20.11;0;6.3;22817
+72079;43.86656;.55817;146;20220813;34.8;20.9;27.9;2.7;21.14;1.8;5.58;20880
+72079;43.86656;.55817;146;20220814;27;20.6;23.8;2.8;19.84;.8;3.71;14760
+72079;43.86656;.55817;146;20220815;29;18.5;23.7;2;16.11;.1;4.36;18960
+72079;43.86656;.55817;146;20220816;27.3;16.4;21.9;1.8;16.84;16.4;3.46;14939
+72079;43.86656;.55817;146;20220817;25.7;15.4;20.5;2.3;17.27;.1;3.49;17024
+72079;43.86656;.55817;146;20220818;25.7;16.1;20.9;2.7;17.11;1.1;3.62;16270
+72079;43.86656;.55817;146;20220819;26.7;15.7;21.2;2.3;16.71;.1;3.7;16871
+72079;43.86656;.55817;146;20220820;29.4;15.8;22.6;1.8;17.74;0;4.17;19949
+72079;43.86656;.55817;146;20220821;28.1;18.5;23.3;2.1;17.77;.4;3.71;15239
+72079;43.86656;.55817;146;20220822;25.2;18.7;22;2.8;19.71;.8;3.05;12855
+72079;43.86656;.55817;146;20220823;30;19.6;24.8;1.6;19.34;0;3.84;17020
+72079;43.86656;.55817;146;20220824;35.8;17.6;26.7;1.5;17.37;.6;4.92;21706
+72079;43.86656;.55817;146;20220825;30.2;21.5;25.9;3.3;21.04;5.1;4.21;14586
+72079;43.86656;.55817;146;20220826;30.1;19.9;25;2.4;19.61;0;4.03;16119
+72079;43.86656;.55817;146;20220827;30.7;18.1;24.4;2.2;17.41;0;4.49;19488
+72079;43.86656;.55817;146;20220828;34.4;16.6;25.5;1.4;13.67;0;4.68;21043
+72079;43.86656;.55817;146;20220829;33.1;20;26.5;3.1;16.07;4.1;5.15;14523
+72079;43.86656;.55817;146;20220830;32.6;17.4;25;2.1;18.51;0;4.65;19920
+72079;43.86656;.55817;146;20220831;29.5;19;24.3;2.3;19.91;.4;3.68;14809
+72079;43.86656;.55817;146;20220901;29.9;17.9;23.9;1.8;18.85;4;3.94;18395
+72079;43.86656;.55817;146;20220902;28.1;18.3;23.2;2.1;17.9;0;3.55;15139
+72079;43.86656;.55817;146;20220903;27.8;18;22.9;1.4;18.05;0;3.42;16651
+72079;43.86656;.55817;146;20220904;33.2;16.2;24.7;1.9;17.95;0;4.49;19452
+72079;43.86656;.55817;146;20220905;34.7;18.5;26.6;2.1;20.4;2.7;4.69;19452
+72079;43.86656;.55817;146;20220906;32.3;20.8;26.6;2.3;18.61;0;4.53;17646
+72079;43.86656;.55817;146;20220907;28.8;16.3;22.6;1.8;15.04;0;3.59;15456
+72079;43.86656;.55817;146;20220908;27.3;14.1;20.7;1.6;14.41;.7;3.3;15793
+72079;43.86656;.55817;146;20220909;25.5;17.2;21.3;2;15.71;3.3;3.04;12820
+72079;43.86656;.55817;146;20220910;27.4;12.5;20;1.8;13.81;0;3.57;17954
+72079;43.86656;.55817;146;20220911;33.1;15;24.1;2.4;13.47;0;4.9;18895
+72079;43.86656;.55817;146;20220912;34.1;20.4;27.2;3.8;18.54;.1;5.52;16756
+72079;43.86656;.55817;146;20220913;32.2;23.1;27.6;2.9;21.47;.6;3.83;10964
+72079;43.86656;.55817;146;20220914;30.8;18;24.4;2.1;17.14;1.3;3.79;14729
+72079;43.86656;.55817;146;20220915;29.3;18;23.7;2.3;16.77;.2;3.76;15250
+72079;43.86656;.55817;146;20220916;26;17.7;21.8;3;15.77;0;3.37;12180
+72079;43.86656;.55817;146;20220917;22;11.6;16.8;2;9.54;0;3.14;15447
+72079;43.86656;.55817;146;20220918;25.2;7.4;16.3;1.9;7.17;0;3.53;17620
+72079;43.86656;.55817;146;20220919;26.8;7.9;17.3;2.1;7.64;0;3.87;18170
+72079;43.86656;.55817;146;20220920;25.3;7.7;16.5;2;8.44;0;3.48;17662
+72079;43.86656;.55817;146;20220921;25.4;8.7;17.1;1.9;9.51;0;3.35;17261
+72079;43.86656;.55817;146;20220922;26.7;10.1;18.4;1.9;10.71;0;3.42;16918
+72079;43.86656;.55817;146;20220923;24.2;10.7;17.5;1.8;12.74;3.7;2.58;12124
+72079;43.86656;.55817;146;20220924;17.6;13;15.3;2;15.51;4;1.24;6528
+72079;43.86656;.55817;146;20220925;20.4;10.2;15.3;2.1;12.34;0;2.2;12171
+72079;43.86656;.55817;146;20220926;20.1;8.7;14.4;2.8;11.87;3.1;2.31;12547
+72079;43.86656;.55817;146;20220927;18.3;13.2;15.7;3.7;14.51;4.8;1.73;8223
+72079;43.86656;.55817;146;20220928;18.8;14.6;16.7;5;16.04;9.7;1.71;8076
+72079;43.86656;.55817;146;20220929;16.6;13.1;14.8;3.1;13.94;7.2;1.43;6624
+72079;43.86656;.55817;146;20220930;18.7;9.9;14.3;2.3;11.54;.1;2.04;11253
+72079;43.86656;.55817;146;20221001;23.1;10.3;16.7;3.2;13.11;.2;2.74;13065
+72079;43.86656;.55817;146;20221002;23.8;11.7;17.7;1;15.04;.1;2;12583
+72079;43.86656;.55817;146;20221003;24.5;13.3;18.9;1;14.74;0;2.03;11813
+72079;43.86656;.55817;146;20221004;26.4;10.5;18.5;1.1;13.11;.1;2.37;14421
+72079;43.86656;.55817;146;20221005;26.9;10.5;18.7;2.8;14.01;0;3.1;13894
+72079;43.86656;.55817;146;20221006;22;16.2;19.1;1.5;15.74;0;1.76;8331
+72079;43.86656;.55817;146;20221007;25;11.8;18.4;2.1;14.77;0;2.4;11946
+72079;43.86656;.55817;146;20221008;22.2;14.6;18.4;1.5;16.64;1.1;1.6;7949
+72079;43.86656;.55817;146;20221009;26.4;12;19.2;2.6;14.57;0;2.8;12881
+72079;43.86656;.55817;146;20221010;25.3;13.4;19.4;2.7;15.14;.1;2.51;10248
+72079;43.86656;.55817;146;20221011;23.3;14.5;18.9;1.4;15.91;1;1.73;8719
+72079;43.86656;.55817;146;20221012;23.6;13.7;18.6;1.6;15.41;.7;1.88;9855
+72079;43.86656;.55817;146;20221013;22.6;12.1;17.3;2;14.94;1;1.8;9265
+72079;43.86656;.55817;146;20221014;21;17.2;19.1;3;17.41;.6;1.6;5802
+72079;43.86656;.55817;146;20221015;27.3;11.5;19.4;2.3;14.64;0;2.56;12271
+72079;43.86656;.55817;146;20221016;27.5;15.5;21.5;4.3;17.57;.1;3.13;11006
+72079;43.86656;.55817;146;20221017;27.1;18.8;23;3.6;19.04;.4;2.68;7957
+72079;43.86656;.55817;146;20221018;28.6;18.1;23.4;4.8;18.87;.1;3.51;10473
+72079;43.86656;.55817;146;20221019;26.2;18.3;22.3;4.6;18.57;1.9;2.84;7651
+72079;43.86656;.55817;146;20221020;23.4;17.7;20.6;3.8;17.91;.5;2.02;5296
+72079;43.86656;.55817;146;20221021;22.3;15;18.7;2;15.31;.6;1.63;5565
+72079;43.86656;.55817;146;20221022;26;12;19;2.6;14.27;0;2.45;10669
+72079;43.86656;.55817;146;20221023;26.3;15.1;20.7;2.5;13.74;0;2.53;6876
+72079;43.86656;.55817;146;20221024;24.6;12.9;18.8;1.5;11.87;.1;1.96;8992
+72079;43.86656;.55817;146;20221025;25.4;12.4;18.9;3;12.77;.1;2.7;7926
+72079;43.86656;.55817;146;20221026;25.3;12.3;18.8;3;15.07;.2;2.27;8073
+72079;43.86656;.55817;146;20221027;23.9;14.4;19.2;5.2;16.61;.1;2.41;5434
+72079;43.86656;.55817;146;20221028;26.5;17.4;21.9;5.2;17.01;0;3.15;7213
+72079;43.86656;.55817;146;20221029;26;17.1;21.5;4.5;15.84;.1;3.01;8306
+72079;43.86656;.55817;146;20221030;23.9;12.8;18.3;2.3;15.04;0;1.79;7373
+72079;43.86656;.55817;146;20221031;23.5;12;17.7;2.8;15.11;2.2;1.83;6637
+72079;43.86656;.55817;146;20221101;20.8;13.8;17.3;2;13.74;.1;1.51;6906
+72079;43.86656;.55817;146;20221102;20.4;11.2;15.8;1.9;12.07;0;1.48;7741
+72079;43.86656;.55817;146;20221103;22.1;10.8;16.4;3.9;12.24;4.4;2.26;5468
+72079;43.86656;.55817;146;20221104;14.3;10.6;12.5;4.9;11.14;6.5;1.43;4353
+72079;43.86656;.55817;146;20221105;16.7;7.1;11.9;1.6;10.01;0;1.11;7900
+72079;43.86656;.55817;146;20221106;19.9;4.7;12.3;2.8;9.21;.2;1.79;8594
+72079;43.86656;.55817;146;20221107;20.4;6.2;13.3;2.8;10.87;0;1.64;8422
+72079;43.86656;.55817;146;20221108;19.5;11.5;15.5;4.1;14.07;.8;1.48;4320
+72079;43.86656;.55817;146;20221109;15.8;12.9;14.4;2;13.94;1.5;.84;2330
+72079;43.86656;.55817;146;20221110;13.8;6.6;10.2;1.5;11.01;.1;.7;4832
+72079;43.86656;.55817;146;20221111;20.8;4.4;12.6;2.2;11.47;.1;1.23;8275
+72079;43.86656;.55817;146;20221112;22.2;10.9;16.5;3.3;13.97;.1;1.73;6809
+72079;43.86656;.55817;146;20221113;19.7;8.3;14;2;11.47;0;1.26;6841
+72079;43.86656;.55817;146;20221114;14.7;9.2;12;2.9;12.37;2.6;.84;2245
+72079;43.86656;.55817;146;20221115;16.9;9.9;13.4;2.7;13.41;8.5;.88;3994
+72079;43.86656;.55817;146;20221116;19;9.5;14.3;3;11.94;.2;1.4;6464
+72079;43.86656;.55817;146;20221117;17.8;12.6;15.2;3.6;13.17;3.6;1.4;3792
+72079;43.86656;.55817;146;20221118;12.4;9.1;10.8;2.9;11.01;1.3;.78;3184
+72079;43.86656;.55817;146;20221119;11;7.6;9.3;2.9;9.81;.7;.75;3190
+72079;43.86656;.55817;146;20221120;13.6;2.8;8.2;2.7;9.57;4.3;.73;5378
+72079;43.86656;.55817;146;20221121;14.1;8.4;11.3;3.8;11.11;24.8;.95;2856
+72079;43.86656;.55817;146;20221122;9.7;6.6;8.1;4.3;9.61;17.3;.63;2617
+72079;43.86656;.55817;146;20221123;16.8;8.3;12.5;3.6;11.81;4.7;1.06;5326
+72079;43.86656;.55817;146;20221124;14.5;6;10.3;2.8;10.07;1.7;.95;4251
+72079;43.86656;.55817;146;20221125;12.4;6.9;9.6;2.8;10.44;6.4;.71;2991
+72079;43.86656;.55817;146;20221126;11.9;4;8;1.6;9.11;.1;.55;4488
+72079;43.86656;.55817;146;20221127;12;2.8;7.4;3.5;8.71;6.1;.83;4433
+72079;43.86656;.55817;146;20221128;12.5;8.1;10.3;3.5;10.87;4.1;.75;3176
+72079;43.86656;.55817;146;20221129;12.3;8.3;10.3;2.3;10.31;.1;.7;3360
+72079;43.86656;.55817;146;20221130;4.8;1.8;3.3;1.1;7.71;0;.3;2266
+72079;43.86656;.55817;146;20221201;5;2.8;3.9;.8;7.64;0;.36;1773
+72079;43.86656;.55817;146;20221202;6.7;4.6;5.6;1.1;8.01;0;.44;1802
+72079;43.86656;.55817;146;20221203;8.6;2.9;5.8;1.4;7.91;.9;.46;3014
+72079;43.86656;.55817;146;20221204;10.5;1.4;5.9;1.6;7.34;0;.58;5006
+72079;43.86656;.55817;146;20221205;10.6;0;5.3;2.3;6.91;.1;.64;5247
+72079;43.86656;.55817;146;20221206;10.9;4.9;7.9;1.7;7.84;0;.76;3270
+72079;43.86656;.55817;146;20221207;12.8;6.6;9.7;1.2;8.41;0;.68;3916
+72079;43.86656;.55817;146;20221208;9;2.9;6;2;8.51;2.9;.48;2591
+72079;43.86656;.55817;146;20221209;10.1;6.4;8.2;2;9.74;.2;.49;2024
+72079;43.86656;.55817;146;20221210;4.2;.3;2.2;3.3;5.74;0;.56;4151
+72079;43.86656;.55817;146;20221211;4.9;-4.9;0;1.4;4.74;.1;.42;4670
+72079;43.86656;.55817;146;20221212;5.4;-1.9;1.8;3;6.31;6.8;.45;2695
+72079;43.86656;.55817;146;20221213;13.8;4.9;9.3;4.5;12.04;3.8;.24;3579
+72079;43.86656;.55817;146;20221214;17.7;8.8;13.3;2.8;12.04;.8;.87;4513
+72079;43.86656;.55817;146;20221215;13.1;8.7;10.9;2.6;11.81;3.5;.54;2532
+72079;43.86656;.55817;146;20221216;9.7;8.4;9.1;1.9;10.41;2.8;.55;701
+72079;43.86656;.55817;146;20221217;7.7;2.1;4.9;1.9;7.34;.1;.49;3204
+72079;43.86656;.55817;146;20221218;11.8;3.8;7.8;4.7;9.07;.1;.7;4940
+72079;43.86656;.55817;146;20221219;15.8;9;12.4;4.4;11.51;0;1.1;4155
+72079;43.86656;.55817;146;20221220;15.2;11.6;13.4;4.5;12.24;2.5;1.12;2113
+72079;43.86656;.55817;146;20221221;18.2;10.6;14.4;2.1;12.24;.5;.92;4670
+72079;43.86656;.55817;146;20221222;18.2;8.9;13.5;2.8;11.97;1;1.08;3800
+72079;43.86656;.55817;146;20221223;18.2;9.9;14.1;2.3;12.64;.1;.93;3815
+72079;43.86656;.55817;146;20221224;18.8;8.1;13.4;1.8;11.54;0;.8;4948
+72079;43.86656;.55817;146;20221225;16.8;6.5;11.6;3.3;10.67;0;1.05;4953
+72079;43.86656;.55817;146;20221226;16.3;7.2;11.7;2.6;11.27;2.6;.87;3330
+72079;43.86656;.55817;146;20221227;13;9.8;11.4;1.1;12.21;.3;.48;1906
+72079;43.86656;.55817;146;20221228;17.5;6.9;12.2;2.8;10.74;.1;.96;5060
+72079;43.86656;.55817;146;20221229;13.3;8.8;11.1;3.2;10.84;3.9;.86;2380
+72079;43.86656;.55817;146;20221230;17.1;9;13;3.9;11.51;.7;1.13;4113
+72079;43.86656;.55817;146;20221231;17.1;8.7;12.9;4.5;11.97;0;1.17;4300
+72080;43.89445;.86672;161;20220101;17;7.6;12.3;2.4;10.11;.1;1.08;4590
+72080;43.89445;.86672;161;20220102;14.7;8.4;11.6;2.9;10.11;.1;1.05;3555
+72080;43.89445;.86672;161;20220103;14.8;6;10.4;3.5;11.71;.1;.55;4459
+72080;43.89445;.86672;161;20220104;18;9.9;14;5;10.31;6.7;2.02;4258
+72080;43.89445;.86672;161;20220105;6.6;4.4;5.5;3.1;7.51;0;.66;1638
+72080;43.89445;.86672;161;20220106;6.5;.5;3.5;1.5;5.31;.1;.65;3550
+72080;43.89445;.86672;161;20220107;9.1;.9;5;3.1;6.91;2.2;.74;4400
+72080;43.89445;.86672;161;20220108;9.6;6.7;8.2;6.4;10.21;3.4;.44;2134
+72080;43.89445;.86672;161;20220109;9.3;7.9;8.6;4.1;10.51;25.9;.45;1119
+72080;43.89445;.86672;161;20220110;11.5;8.6;10.1;3.2;11.21;9.5;.56;2186
+72080;43.89445;.86672;161;20220111;7.7;5.2;6.5;2;8.31;.1;.55;1966
+72080;43.89445;.86672;161;20220112;5.9;.1;3;1.4;6.31;0;.45;3690
+72080;43.89445;.86672;161;20220113;3.9;-2;1;1.5;6.01;.1;.33;3776
+72080;43.89445;.86672;161;20220114;8.6;-3.3;2.7;.8;5.51;.1;.43;5952
+72080;43.89445;.86672;161;20220115;8.3;.2;4.3;1.4;5.91;0;.63;4747
+72080;43.89445;.86672;161;20220116;4.7;-2.4;1.2;1.3;6.11;.1;.34;4418
+72080;43.89445;.86672;161;20220117;1.6;-1.6;0;1.5;6.01;.2;.27;2593
+72080;43.89445;.86672;161;20220118;1.5;.5;1;1.5;6.51;.1;.29;920
+72080;43.89445;.86672;161;20220119;6.9;1.1;4;2.6;7.81;1.7;.35;4029
+72080;43.89445;.86672;161;20220120;7;4.1;5.6;2.6;8.01;1.4;.53;2522
+72080;43.89445;.86672;161;20220121;5.4;.8;3.1;2.2;5.71;0;.7;3552
+72080;43.89445;.86672;161;20220122;5.5;-1.7;1.9;1;5.31;.1;.5;4823
+72080;43.89445;.86672;161;20220123;9.1;-1.5;3.8;2;6.11;0;.73;6200
+72080;43.89445;.86672;161;20220124;12.8;3.4;8.1;4.2;7.51;0;1.41;5845
+72080;43.89445;.86672;161;20220125;11.6;1.8;6.7;2.5;7.81;.1;.84;6077
+72080;43.89445;.86672;161;20220126;10.9;.4;5.7;1.2;7.51;.1;.6;6422
+72080;43.89445;.86672;161;20220127;2.6;-2.3;.2;1.1;6.11;.1;.31;4053
+72080;43.89445;.86672;161;20220128;2;-3;-.5;1.9;6.01;0;.25;4170
+72080;43.89445;.86672;161;20220129;1.4;.1;.8;1.1;6.21;0;.34;1547
+72080;43.89445;.86672;161;20220130;3;-.8;1.1;1.8;6.71;.2;.28;3590
+72080;43.89445;.86672;161;20220131;7.9;2.6;5.3;4.5;8.41;.9;.46;4535
+72080;43.89445;.86672;161;20220201;8.1;2.5;5.3;4.4;8.01;0;.62;4770
+72080;43.89445;.86672;161;20220202;8.9;6.9;7.9;3.1;10.21;0;.44;2392
+72080;43.89445;.86672;161;20220203;9.1;2.4;5.8;1.8;9.51;.1;.37;5499
+72080;43.89445;.86672;161;20220204;11.3;7.8;9.6;2.1;10.91;.7;.61;3689
+72080;43.89445;.86672;161;20220205;10;7.7;8.9;2.8;8.61;0;1.01;2805
+72080;43.89445;.86672;161;20220206;10;1.8;5.9;3.2;7.91;.2;.82;6503
+72080;43.89445;.86672;161;20220207;11.9;7.8;9.9;4.2;10.01;.8;1.03;4301
+72080;43.89445;.86672;161;20220208;13.1;4;8.6;2.3;7.21;0;1.31;7126
+72080;43.89445;.86672;161;20220209;16.7;6.8;11.8;5.1;7.91;0;2.5;7597
+72080;43.89445;.86672;161;20220210;9;6.6;7.8;1.7;8.82;.3;1.27;11200
+72080;43.89445;.86672;161;20220211;12.1;7.2;9.6;2;9.19;0;1.11;6466
+72080;43.89445;.86672;161;20220212;13.5;.1;6.8;2.3;7.34;0;1.22;9650
+72080;43.89445;.86672;161;20220213;16.9;3.8;10.4;4.1;9.45;2.1;1.83;11466
+72080;43.89445;.86672;161;20220214;10.8;7.9;9.4;4.8;9.62;5;1.28;6766
+72080;43.89445;.86672;161;20220215;10.9;5.4;8.2;4.4;9.25;2.9;1.09;6566
+72080;43.89445;.86672;161;20220216;12.2;7.8;10;5.5;11.61;.9;.66;5196
+72080;43.89445;.86672;161;20220217;14.2;11.2;12.7;5;13.01;0;.96;4140
+72080;43.89445;.86672;161;20220218;15.8;9.8;12.8;3.2;11.71;.1;1.33;6470
+72080;43.89445;.86672;161;20220219;11.5;7.7;9.6;2.4;8.31;0;1.26;4971
+72080;43.89445;.86672;161;20220220;13;3.7;8.4;3.8;9.51;.5;1.1;8605
+72080;43.89445;.86672;161;20220221;13;9.4;11.2;6.6;9.81;.9;1.76;4959
+72080;43.89445;.86672;161;20220222;14.1;7.4;10.8;2.7;9.31;0;1.44;7326
+72080;43.89445;.86672;161;20220223;15.7;7.5;11.6;2.2;9.61;0;1.5;8355
+72080;43.89445;.86672;161;20220224;14.3;7.8;11.1;4;9.91;.3;1.57;7408
+72080;43.89445;.86672;161;20220225;11.2;4.8;8;2.8;6.81;0;1.55;7447
+72080;43.89445;.86672;161;20220226;14;2.8;8.4;4.2;5.61;0;2.47;10396
+72080;43.89445;.86672;161;20220227;15.3;4.6;10;2.9;7.91;0;1.87;10272
+72080;43.89445;.86672;161;20220228;17.2;6.8;12;2.6;8.61;0;2.02;10247
+72080;43.89445;.86672;161;20220301;17;8.1;12.6;3.7;8.41;0;2.43;9513
+72080;43.89445;.86672;161;20220302;11.6;7.9;9.8;3.5;10.41;2.2;1.02;5773
+72080;43.89445;.86672;161;20220303;15.3;7.8;11.6;1.9;10.41;0;1.42;8868
+72080;43.89445;.86672;161;20220304;9.4;9.2;9.3;4.2;10.51;6.2;.66;422
+72080;43.89445;.86672;161;20220305;9.8;6.6;8.2;3;9.11;0;1.01;5515
+72080;43.89445;.86672;161;20220306;11.1;5.5;8.3;2.1;8.21;0;1.27;7803
+72080;43.89445;.86672;161;20220307;11.4;1.7;6.6;2.9;7.71;0;1.37;10802
+72080;43.89445;.86672;161;20220308;14;6.7;10.4;4.9;9.01;2.4;1.95;9325
+72080;43.89445;.86672;161;20220309;15.6;6;10.8;4.9;10.01;0;1.91;11014
+72080;43.89445;.86672;161;20220310;15.1;9.7;12.4;5.3;10.71;.3;1.94;8051
+72080;43.89445;.86672;161;20220311;14.1;10.2;12.2;6.2;10.61;7.2;1.89;6743
+72080;43.89445;.86672;161;20220312;11.3;7.7;9.5;4.8;10.41;3.4;1.07;6514
+72080;43.89445;.86672;161;20220313;11;8.7;9.9;6.6;9.71;5.7;1.42;5023
+72080;43.89445;.86672;161;20220314;14.1;5;9.6;8.9;10.01;0;1.71;11363
+72080;43.89445;.86672;161;20220315;15.7;12.6;14.2;13;12.21;0;2.44;6191
+72080;43.89445;.86672;161;20220316;15.3;12.2;13.8;6.3;12.41;1.6;1.79;6269
+72080;43.89445;.86672;161;20220317;13.7;11.5;12.6;2.9;12.21;1.2;1.21;5151
+72080;43.89445;.86672;161;20220318;12.6;8;10.3;1.9;9.85;0;1.4;7566
+72080;43.89445;.86672;161;20220319;16.3;5.9;11.1;4.6;9.15;0;2.77;16633
+72080;43.89445;.86672;161;20220320;16.9;7.5;12.2;4.9;10.22;0;2.43;11833
+72080;43.89445;.86672;161;20220321;17;9.5;13.2;7.4;9.59;0;3.64;18066
+72080;43.89445;.86672;161;20220322;16.9;7.9;12.4;6.9;7.45;0;4;17600
+72080;43.89445;.86672;161;20220323;16.9;5.6;11.3;5.1;7.55;0;3.53;19900
+72080;43.89445;.86672;161;20220324;17.9;2.2;10.1;3.3;7.72;0;3.04;19966
+72080;43.89445;.86672;161;20220325;19;5.1;12.1;3.2;7.22;0;3.35;16866
+72080;43.89445;.86672;161;20220326;18.9;2.9;10.9;3.6;6.59;0;3.66;20000
+72080;43.89445;.86672;161;20220327;21.6;3.4;12.5;2.9;7.35;0;3.71;19300
+72080;43.89445;.86672;161;20220328;21.4;3.9;12.6;2.6;7.89;0;3.27;15600
+72080;43.89445;.86672;161;20220329;18.5;5.8;12.1;2.5;10.35;5;2.17;11000
+72080;43.89445;.86672;161;20220330;13;9.7;11.3;2.8;11.55;4.4;1.23;4766
+72080;43.89445;.86672;161;20220331;14.2;8.8;11.5;5.2;9.62;3.4;2.61;14200
+72080;43.89445;.86672;161;20220401;9;1.7;5.3;6.9;5.62;.4;2.47;15233
+72080;43.89445;.86672;161;20220402;9;1.6;5.3;5.1;5.19;0;2.41;12866
+72080;43.89445;.86672;161;20220403;8;-1.8;3.1;2.8;5.11;0;1.84;15703
+72080;43.89445;.86672;161;20220404;11.6;-1;5.3;1.7;5.22;0;2.38;21192
+72080;43.89445;.86672;161;20220405;15.7;-3.3;6.2;1.6;5.99;0;2.74;23400
+72080;43.89445;.86672;161;20220406;12.5;5.6;9;3.1;10.05;0;1.27;5700
+72080;43.89445;.86672;161;20220407;20;8;14;5.1;11.19;.6;3.32;15666
+72080;43.89445;.86672;161;20220408;21.1;9.4;15.2;4.4;11.45;.6;3.35;13733
+72080;43.89445;.86672;161;20220409;15.4;7.7;11.6;3.3;8.29;.2;3.06;18233
+72080;43.89445;.86672;161;20220410;19.5;0;9.7;3.6;7.45;0;3.74;23733
+72080;43.89445;.86672;161;20220411;19.4;9.4;14.4;8;11.02;0;4.02;19300
+72080;43.89445;.86672;161;20220412;18.3;11.9;15.1;6.9;11.72;5;3.15;11133
+72080;43.89445;.86672;161;20220413;14.5;11.8;13.1;2.5;13.05;2.6;1.2;4533
+72080;43.89445;.86672;161;20220414;22;7.5;14.8;1.5;12.32;0;3.3;21500
+72080;43.89445;.86672;161;20220415;22.7;9.1;15.9;2.5;13.42;.1;3.23;17666
+72080;43.89445;.86672;161;20220416;23.3;9.8;16.5;3.4;12.62;0;4.08;22066
+72080;43.89445;.86672;161;20220417;22.4;9;15.7;3.3;11.79;0;4.1;23466
+72080;43.89445;.86672;161;20220418;18.7;10.9;14.8;3;11.55;0;2.85;13666
+72080;43.89445;.86672;161;20220419;13;8.8;10.9;2.9;11.75;10.1;1.13;4266
+72080;43.89445;.86672;161;20220420;13.1;8.4;10.8;2.5;11.12;5.2;1.37;6466
+72080;43.89445;.86672;161;20220421;15.3;8.7;12;2.4;12.09;0;1.45;6666
+72080;43.89445;.86672;161;20220422;18.6;10.1;14.4;2.3;12.52;0;2.78;16333
+72080;43.89445;.86672;161;20220423;12.8;10;11.4;2.8;11.59;10.2;1.19;4000
+72080;43.89445;.86672;161;20220424;17;9.2;13.1;4.9;11.89;1.4;2.44;11866
+72080;43.89445;.86672;161;20220425;18.8;4.9;11.9;1.5;10.65;0;3.05;21533
+72080;43.89445;.86672;161;20220426;22.9;5.2;14;1.9;10.75;0;4.01;25733
+72080;43.89445;.86672;161;20220427;21.5;9;15.2;2.3;12.69;0;3.19;16766
+72080;43.89445;.86672;161;20220428;18.3;13.3;15.8;2.4;14.59;0;1.84;7266
+72080;43.89445;.86672;161;20220429;21.4;10.5;15.9;2.6;14.05;0;3.26;18633
+72080;43.89445;.86672;161;20220430;22;12.4;17.2;3.3;13.15;0;3.99;21200
+72080;43.89445;.86672;161;20220501;20.9;10.8;15.8;2.7;12.15;0;3.68;20333
+72080;43.89445;.86672;161;20220502;20;11.7;15.9;2.4;12.55;0;3.11;15966
+72080;43.89445;.86672;161;20220503;21.1;11.1;16.1;2.2;13.05;2.2;3.13;16366
+72080;43.89445;.86672;161;20220504;20.6;11.7;16.1;2.6;12.89;.7;2.99;14066
+72080;43.89445;.86672;161;20220505;21.4;10.2;15.8;3.7;10.95;0;4.35;22333
+72080;43.89445;.86672;161;20220506;21.3;9;15.2;3.2;11.21;0;3.82;20820
+72080;43.89445;.86672;161;20220507;22.9;10.1;16.5;2.8;12.21;0;3.99;21370
+72080;43.89445;.86672;161;20220508;24.4;11.8;18.1;2.1;12.61;0;4.09;21296
+72080;43.89445;.86672;161;20220509;26.2;12.5;19.4;1.2;11.91;0;4.13;22365
+72080;43.89445;.86672;161;20220510;28.2;14.2;21.2;2.2;12.51;0;4.97;22727
+72080;43.89445;.86672;161;20220511;30.1;14.3;22.2;3.2;14.61;0;5.72;24331
+72080;43.89445;.86672;161;20220512;23.9;14.2;19.1;2.3;15.21;0;3.72;18877
+72080;43.89445;.86672;161;20220513;25.7;14.9;20.3;1.6;16.51;0;3.85;20073
+72080;43.89445;.86672;161;20220514;29.1;16;22.6;2.4;16.91;0;4.87;22327
+72080;43.89445;.86672;161;20220515;28.5;17.1;22.8;3.5;16.31;1.8;5.16;20829
+72080;43.89445;.86672;161;20220516;28.6;14.9;21.8;2.3;16.21;0;4.85;23045
+72080;43.89445;.86672;161;20220517;31.5;17.2;24.4;3.6;16.61;0;6.1;23661
+72080;43.89445;.86672;161;20220518;32;18.6;25.3;2.6;15.91;.8;5.79;22950
+72080;43.89445;.86672;161;20220519;28.9;17.6;23.3;3.6;19.51;.1;4.87;21049
+72080;43.89445;.86672;161;20220520;29.3;18.1;23.7;4.1;18.11;0;5.38;21024
+72080;43.89445;.86672;161;20220521;31.7;16.5;24.1;2.3;18.91;0;5.45;24781
+72080;43.89445;.86672;161;20220522;30.6;17.7;24.2;3.8;19.11;4.2;5.59;22806
+72080;43.89445;.86672;161;20220523;22.2;15.8;19;5.1;16.21;.3;3.54;15745
+72080;43.89445;.86672;161;20220524;16.8;12.5;14.7;2.7;13.51;2;2.3;12721
+72080;43.89445;.86672;161;20220525;18.7;9.8;14.3;2.8;12.01;0;3.18;18906
+72080;43.89445;.86672;161;20220526;20;10.9;15.5;2.3;13.01;0;3.29;19186
+72080;43.89445;.86672;161;20220527;25.1;14.9;20;2.9;14.21;0;4.48;20442
+72080;43.89445;.86672;161;20220528;26.6;12.4;19.5;2.4;12.51;0;5.01;24407
+72080;43.89445;.86672;161;20220529;24.6;12;18.3;3.1;9.01;0;5.28;22976
+72080;43.89445;.86672;161;20220530;24.9;10.6;17.8;1.7;9.61;.2;4.67;24618
+72080;43.89445;.86672;161;20220531;26.6;14.2;20.4;2.6;11.21;0;5.21;22890
+72080;43.89445;.86672;161;20220601;32.2;16.6;24.4;2.9;13.81;.1;6.5;25883
+72080;43.89445;.86672;161;20220602;28.4;16.7;22.6;2.7;18.11;1.1;4.86;22294
+72080;43.89445;.86672;161;20220603;30.3;18.5;24.4;4.3;18.91;6.9;5.79;22438
+72080;43.89445;.86672;161;20220604;24.7;18;21.4;2.1;20.71;3.7;3.3;16631
+72080;43.89445;.86672;161;20220605;24.3;16.5;20.4;3.1;17.51;.1;3.8;18075
+72080;43.89445;.86672;161;20220606;27.7;15.7;21.7;2.1;16.71;.1;4.71;22757
+72080;43.89445;.86672;161;20220607;24.8;16.2;20.5;2.2;15.91;.2;4.01;19103
+72080;43.89445;.86672;161;20220608;19.7;15.9;17.8;2.8;16.31;5.6;2.53;12297
+72080;43.89445;.86672;161;20220609;23.2;12.2;17.7;2.7;14.31;.2;4.05;21828
+72080;43.89445;.86672;161;20220610;27.8;13.9;20.9;1.6;15.01;0;4.82;24721
+72080;43.89445;.86672;161;20220611;31.7;17;24.4;1.7;15.71;0;5.57;25486
+72080;43.89445;.86672;161;20220612;29.5;17.4;23.5;2.9;19.51;2.7;5.11;23029
+72080;43.89445;.86672;161;20220613;30.5;18.7;24.6;2.8;20.71;.1;5.21;22746
+72080;43.89445;.86672;161;20220614;37;20.9;29;3.1;18.21;0;7.53;26800
+72080;43.89445;.86672;161;20220615;36.2;20.7;28.5;2.2;19.81;0;6.59;26289
+72080;43.89445;.86672;161;20220616;36.8;22.1;29.5;1.8;20.31;0;6.34;25583
+72080;43.89445;.86672;161;20220617;36.8;21.8;29.3;2;19.21;0;6.56;25867
+72080;43.89445;.86672;161;20220618;38.6;23.6;31.1;5;16.71;0;9.52;25875
+72080;43.89445;.86672;161;20220619;32.1;20.2;26.2;3.9;20.41;0;6.11;22915
+72080;43.89445;.86672;161;20220620;29.6;18.2;23.9;2.5;19.61;.1;5;22405
+72080;43.89445;.86672;161;20220621;27.4;19.2;23.3;2.7;20.61;1.2;4.2;18812
+72080;43.89445;.86672;161;20220622;27.3;19;23.2;2.3;19.21;.1;4.25;18932
+72080;43.89445;.86672;161;20220623;26.7;16.6;21.7;1.8;18.91;23.4;4.17;21008
+72080;43.89445;.86672;161;20220624;24.9;16.4;20.7;2.4;17.21;.5;3.96;19163
+72080;43.89445;.86672;161;20220625;22.8;17.8;20.3;3.9;16.31;3.3;3.64;14400
+72080;43.89445;.86672;161;20220626;18.2;13.5;15.9;3;15.81;8.4;2.32;13915
+72080;43.89445;.86672;161;20220627;21.3;14.2;17.8;2.4;15.61;0;3.24;17378
+72080;43.89445;.86672;161;20220628;25.4;15;20.2;2.2;14.01;0;4.47;21279
+72080;43.89445;.86672;161;20220629;27.3;14.4;20.9;1.7;14.81;.3;4.73;23820
+72080;43.89445;.86672;161;20220630;16.7;14.6;15.7;3.3;14.81;.9;1.91;8856
+72080;43.89445;.86672;161;20220701;23.5;11.4;17.5;2;13.21;0;4.17;22983
+72080;43.89445;.86672;161;20220702;29.8;13.7;21.8;2.3;13.21;0;5.76;26671
+72080;43.89445;.86672;161;20220703;29.3;16.5;22.9;2.9;17.11;2.1;5.35;23615
+72080;43.89445;.86672;161;20220704;26.4;15.7;21.1;3.2;18.21;2.2;4.4;21454
+72080;43.89445;.86672;161;20220705;28.7;17;22.9;2.4;17.31;0;4.96;22457
+72080;43.89445;.86672;161;20220706;28.2;16.2;22.2;2.7;14.51;0;5.26;22722
+72080;43.89445;.86672;161;20220707;28.3;15.7;22;2.8;15.81;0;5.19;23274
+72080;43.89445;.86672;161;20220708;28.8;15.3;22.1;2.2;15.71;0;5.12;24091
+72080;43.89445;.86672;161;20220709;31.2;16.2;23.7;2;14.51;0;5.67;25412
+72080;43.89445;.86672;161;20220710;32.8;17.8;25.3;2.1;15.01;0;6;25360
+72080;43.89445;.86672;161;20220711;34.9;20.2;27.6;2.3;15.51;0;6.48;25039
+72080;43.89445;.86672;161;20220712;35;20.8;27.9;2.5;14.71;0;6.67;24532
+72080;43.89445;.86672;161;20220713;35.2;20.2;27.7;2;13.41;0;6.39;25189
+72080;43.89445;.86672;161;20220714;36.2;21.6;28.9;2.3;16.31;0;6.64;24773
+72080;43.89445;.86672;161;20220715;34.8;20.9;27.9;2.2;15.61;0;6.28;24079
+72080;43.89445;.86672;161;20220716;36.1;21.1;28.6;2.4;15.81;0;6.73;24995
+72080;43.89445;.86672;161;20220717;37.6;20.2;28.9;2.6;14.11;0;7.43;26941
+72080;43.89445;.86672;161;20220718;39.1;24.5;31.8;5.2;14.11;0;9.99;24502
+72080;43.89445;.86672;161;20220719;32.3;21.2;26.8;3.3;20.11;1.6;5.76;21140
+72080;43.89445;.86672;161;20220720;29.2;20.4;24.8;3;17.31;0;5.03;18627
+72080;43.89445;.86672;161;20220721;32;17.9;25;2.6;16.81;0;5.79;23833
+72080;43.89445;.86672;161;20220722;29.1;20;24.6;3.9;18.11;.4;5.24;18837
+72080;43.89445;.86672;161;20220723;29.1;16.9;23;1.6;16.31;0;4.63;21932
+72080;43.89445;.86672;161;20220724;36.9;19;28;1.6;16.51;0;6.22;26735
+72080;43.89445;.86672;161;20220725;28.4;20.8;24.6;4.1;18.81;0;4.9;16922
+72080;43.89445;.86672;161;20220726;26.9;15.7;21.3;2.8;14.91;0;4.7;20731
+72080;43.89445;.86672;161;20220727;28;14.7;21.4;2.3;13.01;0;5;22615
+72080;43.89445;.86672;161;20220728;28.8;14.9;21.9;1.9;14.91;0;4.82;23055
+72080;43.89445;.86672;161;20220729;26.6;17.6;22.1;2.1;16.21;.4;4.1;18231
+72080;43.89445;.86672;161;20220730;29.3;19.1;24.2;2.1;17.31;0;4.59;19407
+72080;43.89445;.86672;161;20220731;32.6;17.4;25;2;16.61;0;5.47;23863
+72080;43.89445;.86672;161;20220801;33.8;17.5;25.7;2.3;16.91;0;5.9;24647
+72080;43.89445;.86672;161;20220802;36;17.8;26.9;1.7;15.51;0;6.01;25997
+72080;43.89445;.86672;161;20220803;38;21.1;29.6;2.4;14.81;0;6.9;24890
+72080;43.89445;.86672;161;20220804;34.8;21;27.9;3.1;21.21;0;6.06;22265
+72080;43.89445;.86672;161;20220805;32;19.6;25.8;3.5;19.21;0;5.63;20938
+72080;43.89445;.86672;161;20220806;32.9;18.6;25.8;2.8;17.41;0;5.76;22465
+72080;43.89445;.86672;161;20220807;33.4;18.7;26.1;2.4;12.61;0;5.99;22678
+72080;43.89445;.86672;161;20220808;35;17.7;26.4;1.9;11.21;0;5.97;24581
+72080;43.89445;.86672;161;20220809;35.6;18.5;27.1;1.9;11.71;0;6.01;24302
+72080;43.89445;.86672;161;20220810;36.9;20.3;28.6;2;11.51;0;6.25;23796
+72080;43.89445;.86672;161;20220811;38.6;22.9;30.8;3.8;20.11;0;7.55;22980
+72080;43.89445;.86672;161;20220812;38.9;23.3;31.1;2.5;21.41;0;6.51;22774
+72080;43.89445;.86672;161;20220813;34.5;21.2;27.9;3.5;21.11;2.8;5.97;20812
+72080;43.89445;.86672;161;20220814;26.4;20.5;23.5;3.3;20.11;.3;3.55;13362
+72080;43.89445;.86672;161;20220815;28.8;18.5;23.7;2.1;16.31;0;4.28;17948
+72080;43.89445;.86672;161;20220816;27.2;19.1;23.2;2.8;16.91;16.9;4.08;15676
+72080;43.89445;.86672;161;20220817;25.7;15.7;20.7;2.6;17.41;0;3.63;17446
+72080;43.89445;.86672;161;20220818;26.4;16.6;21.5;3;17.01;.6;3.93;17148
+72080;43.89445;.86672;161;20220819;26.3;16;21.2;2.7;16.71;0;3.85;17497
+72080;43.89445;.86672;161;20220820;29.2;17.2;23.2;1.8;17.91;0;4.05;18859
+72080;43.89445;.86672;161;20220821;27.8;19.1;23.5;2.3;17.61;.2;3.86;15765
+72080;43.89445;.86672;161;20220822;26.3;19.2;22.8;3.4;19.51;.5;3.53;14022
+72080;43.89445;.86672;161;20220823;30.2;20;25.1;1.9;19.11;0;4.03;16936
+72080;43.89445;.86672;161;20220824;35.3;19.9;27.6;2.1;17.71;.7;5.35;20947
+72080;43.89445;.86672;161;20220825;29.5;21.3;25.4;3.5;21.21;1.3;4.18;14838
+72080;43.89445;.86672;161;20220826;29.5;19.8;24.7;2.7;20.01;0;4.05;16128
+72080;43.89445;.86672;161;20220827;30.2;18.1;24.2;2.3;17.41;0;4.33;18025
+72080;43.89445;.86672;161;20220828;33.8;19.8;26.8;2;12.91;0;5.09;19336
+72080;43.89445;.86672;161;20220829;33.6;23.2;28.4;4.5;16.41;3.7;6.52;16366
+72080;43.89445;.86672;161;20220830;32.2;18.4;25.3;2.7;18.41;0;4.82;18894
+72080;43.89445;.86672;161;20220831;29.8;18.8;24.3;2.9;18.91;.2;4.23;16602
+72080;43.89445;.86672;161;20220901;29.1;18.4;23.8;2;19.02;.9;3.87;17209
+72080;43.89445;.86672;161;20220902;28;18.6;23.3;2;18.17;2.4;3.56;15536
+72080;43.89445;.86672;161;20220903;27.8;18.1;22.9;1.5;18.27;0;3.45;16707
+72080;43.89445;.86672;161;20220904;32.9;16.3;24.6;2.2;18.44;0;4.69;20108
+72080;43.89445;.86672;161;20220905;34.4;19.2;26.8;2.3;20.79;3.3;4.79;19270
+72080;43.89445;.86672;161;20220906;31.9;21;26.5;2.7;19.31;0;4.42;15707
+72080;43.89445;.86672;161;20220907;28.7;17.3;23;2.1;15.61;0;3.79;15950
+72080;43.89445;.86672;161;20220908;26.5;15.9;21.2;1.9;14.91;.9;3.34;15198
+72080;43.89445;.86672;161;20220909;24.9;17.2;21.1;1.8;16.01;3;2.85;12651
+72080;43.89445;.86672;161;20220910;26.6;14.5;20.6;2;14.01;0;3.45;16027
+72080;43.89445;.86672;161;20220911;32.6;17;24.8;3.3;13.31;0;5.48;18199
+72080;43.89445;.86672;161;20220912;32.8;21.4;27.1;5.2;18.71;0;5.88;15231
+72080;43.89445;.86672;161;20220913;31;23.1;27.1;4.2;22.01;.1;4.37;12348
+72080;43.89445;.86672;161;20220914;29.7;20.4;25.1;2.6;16.91;1.8;3.92;13372
+72080;43.89445;.86672;161;20220915;28.9;19.3;24.1;2.5;17.01;.2;3.67;13471
+72080;43.89445;.86672;161;20220916;25.2;17.7;21.5;3.7;15.61;0;3.49;11643
+72080;43.89445;.86672;161;20220917;21.8;12.6;17.2;2.5;9.11;0;3.24;12897
+72080;43.89445;.86672;161;20220918;25.2;10;17.6;2.8;6.91;0;4.23;16763
+72080;43.89445;.86672;161;20220919;26.4;9.9;18.2;2.4;7.51;0;4.05;17339
+72080;43.89445;.86672;161;20220920;24.8;9.6;17.2;1.9;8.41;0;3.35;16420
+72080;43.89445;.86672;161;20220921;24.8;10.2;17.5;1.6;9.41;0;3.05;15900
+72080;43.89445;.86672;161;20220922;26.2;11.2;18.7;2;10.41;0;3.38;15962
+72080;43.89445;.86672;161;20220923;24.9;13.5;19.2;2.5;13.51;5.5;3.07;13606
+72080;43.89445;.86672;161;20220924;17.3;14.5;15.9;2.1;16.01;5;1.21;6039
+72080;43.89445;.86672;161;20220925;19.7;11.7;15.7;2.5;12.81;0;2.16;10945
+72080;43.89445;.86672;161;20220926;19.1;9.5;14.3;2.9;12.01;2.2;2.18;11972
+72080;43.89445;.86672;161;20220927;17.5;12.9;15.2;4.5;14.51;3.9;1.61;7808
+72080;43.89445;.86672;161;20220928;17.5;14.6;16.1;5.7;16.11;8.5;1.33;5867
+72080;43.89445;.86672;161;20220929;15.7;13.1;14.4;3.4;14.11;7.4;1.23;5417
+72080;43.89445;.86672;161;20220930;18.6;10.1;14.4;2.5;11.51;.1;2.05;10677
+72080;43.89445;.86672;161;20221001;22.8;10.6;16.7;3.2;13.31;0;2.65;12885
+72080;43.89445;.86672;161;20221002;22.9;13.5;18.2;1.1;15.71;.1;1.87;11022
+72080;43.89445;.86672;161;20221003;24.2;15.1;19.7;1.1;15.11;0;2.01;10693
+72080;43.89445;.86672;161;20221004;25.9;13.3;19.6;1.4;13.41;.1;2.43;12647
+72080;43.89445;.86672;161;20221005;26.1;13.7;19.9;3.8;14.71;0;3.3;12383
+72080;43.89445;.86672;161;20221006;21.9;15.9;18.9;2.2;16.01;0;1.9;8127
+72080;43.89445;.86672;161;20221007;24.5;13.8;19.2;2.6;15.51;0;2.43;11130
+72080;43.89445;.86672;161;20221008;22.8;14.7;18.8;1.7;16.81;.6;1.78;9398
+72080;43.89445;.86672;161;20221009;25.7;13.4;19.6;3.3;15.01;0;2.89;11721
+72080;43.89445;.86672;161;20221010;24.9;15.6;20.3;3.8;16.11;0;2.78;9898
+72080;43.89445;.86672;161;20221011;23.3;15.2;19.3;2.1;16.21;0;1.96;9032
+72080;43.89445;.86672;161;20221012;23;13.9;18.5;1.8;15.41;.7;1.87;9521
+72080;43.89445;.86672;161;20221013;22.2;13.1;17.7;2.4;15.11;.7;1.9;9393
+72080;43.89445;.86672;161;20221014;20;17.1;18.6;3.5;17.71;.5;1.42;4687
+72080;43.89445;.86672;161;20221015;25.9;13.9;19.9;3.4;15.61;0;2.75;10682
+72080;43.89445;.86672;161;20221016;26.9;17.2;22.1;6.2;18.21;.1;3.45;9349
+72080;43.89445;.86672;161;20221017;26.5;19.9;23.2;5.8;19.31;.2;3.26;7387
+72080;43.89445;.86672;161;20221018;28.2;19.2;23.7;7;19.21;0;3.98;8713
+72080;43.89445;.86672;161;20221019;26.1;19;22.6;6.9;18.91;3;3.36;7491
+72080;43.89445;.86672;161;20221020;22.7;18.4;20.6;5.7;18.91;.7;2.1;5469
+72080;43.89445;.86672;161;20221021;22;15.9;19;2.1;15.61;.6;1.69;6655
+72080;43.89445;.86672;161;20221022;25.7;13.9;19.8;3.5;14.81;0;2.73;9609
+72080;43.89445;.86672;161;20221023;26.3;18.2;22.3;4.4;13.71;0;3.71;7635
+72080;43.89445;.86672;161;20221024;24;14.9;19.5;1.8;12.11;0;2.08;8051
+72080;43.89445;.86672;161;20221025;25.4;17.1;21.3;4.7;13.21;.1;3.64;7522
+72080;43.89445;.86672;161;20221026;25.3;15.7;20.5;4.1;16.31;.1;2.62;8066
+72080;43.89445;.86672;161;20221027;24;17.9;21;7.9;17.71;0;3.02;6084
+72080;43.89445;.86672;161;20221028;25.7;18.9;22.3;7.5;17.61;0;3.62;6396
+72080;43.89445;.86672;161;20221029;25.3;17.2;21.3;6.1;16.01;0;3.37;6991
+72080;43.89445;.86672;161;20221030;24.3;15.9;20.1;3.8;15.91;0;2.36;7037
+72080;43.89445;.86672;161;20221031;24.1;16.2;20.2;3.9;16.11;1.9;2.33;6686
+72080;43.89445;.86672;161;20221101;20.5;13.7;17.1;2.1;13.81;.1;1.48;6021
+72080;43.89445;.86672;161;20221102;19.8;12.1;16;2.6;12.21;0;1.67;6391
+72080;43.89445;.86672;161;20221103;21.3;13.9;17.6;5.4;12.91;4.1;2.67;6148
+72080;43.89445;.86672;161;20221104;13.6;10.9;12.3;5.6;11.01;6.5;1.44;3163
+72080;43.89445;.86672;161;20221105;16;7.7;11.9;1.8;10.11;.1;1.11;6392
+72080;43.89445;.86672;161;20221106;19.3;8.1;13.7;4;9.51;.2;2.24;7518
+72080;43.89445;.86672;161;20221107;19.5;9.1;14.3;3.3;11.71;0;1.65;7096
+72080;43.89445;.86672;161;20221108;19.7;13.8;16.8;5.7;15.01;.5;1.71;4959
+72080;43.89445;.86672;161;20221109;15.9;13.6;14.8;2.3;14.81;1.8;.77;2580
+72080;43.89445;.86672;161;20221110;14.6;7.6;11.1;1.2;11.61;.2;.68;5351
+72080;43.89445;.86672;161;20221111;20.8;6.2;13.5;3.5;12.31;.1;1.52;8170
+72080;43.89445;.86672;161;20221112;21.8;15.3;18.6;5.2;14.91;.1;2.26;4961
+72080;43.89445;.86672;161;20221113;19.8;9.9;14.9;2.5;11.81;0;1.44;6326
+72080;43.89445;.86672;161;20221114;14.9;12.8;13.9;3.8;13.51;1.4;.93;2199
+72080;43.89445;.86672;161;20221115;17.3;11.6;14.5;3.4;14.01;10.4;.98;4367
+72080;43.89445;.86672;161;20221116;18.1;10.6;14.4;3.6;12.31;.1;1.4;5120
+72080;43.89445;.86672;161;20221117;17.3;13.2;15.3;3.8;13.11;3.6;1.4;3407
+72080;43.89445;.86672;161;20221118;12.7;9.4;11.1;3.4;11.21;1.8;.82;2882
+72080;43.89445;.86672;161;20221119;10.4;7.6;9;3.6;10.11;1.1;.67;2515
+72080;43.89445;.86672;161;20221120;12.9;4.5;8.7;2.9;9.91;4.6;.68;5202
+72080;43.89445;.86672;161;20221121;13.5;8.9;11.2;4.5;11.21;22;.94;3475
+72080;43.89445;.86672;161;20221122;9.1;6.6;7.9;5.2;9.51;16.1;.63;2198
+72080;43.89445;.86672;161;20221123;15.8;8.5;12.2;4.1;11.91;5.6;.99;4582
+72080;43.89445;.86672;161;20221124;14.1;8.1;11.1;2.7;10.51;1.5;.91;3986
+72080;43.89445;.86672;161;20221125;11.7;9.1;10.4;2.9;10.81;5.8;.72;2164
+72080;43.89445;.86672;161;20221126;10.5;6.4;8.5;1.5;9.81;.1;.51;2997
+72080;43.89445;.86672;161;20221127;11.9;6.1;9;5;9.21;4.8;1.04;3756
+72080;43.89445;.86672;161;20221128;12.3;9.2;10.8;3.9;11.11;4.6;.78;2378
+72080;43.89445;.86672;161;20221129;11.3;8.1;9.7;2.6;10.31;.3;.67;2404
+72080;43.89445;.86672;161;20221130;4.9;2.4;3.7;1.2;7.71;0;.32;1954
+72080;43.89445;.86672;161;20221201;4.6;2.6;3.6;1;7.61;0;.34;1593
+72080;43.89445;.86672;161;20221202;6.5;4.4;5.5;1.2;8.31;0;.4;1641
+72080;43.89445;.86672;161;20221203;7.6;4.5;6.1;2.2;8.11;.2;.53;2237
+72080;43.89445;.86672;161;20221204;8.9;2.8;5.9;1.5;7.61;0;.52;3608
+72080;43.89445;.86672;161;20221205;9.4;2.2;5.8;3.3;7.21;.2;.8;3993
+72080;43.89445;.86672;161;20221206;10.5;5.7;8.1;2.4;7.51;0;.95;3004
+72080;43.89445;.86672;161;20221207;12.7;7.2;10;1.7;8.11;0;.91;3277
+72080;43.89445;.86672;161;20221208;9.3;3.9;6.6;2.6;8.81;2.9;.46;3211
+72080;43.89445;.86672;161;20221209;8.9;6.7;7.8;2.1;9.91;.5;.42;1583
+72080;43.89445;.86672;161;20221210;2.9;0;1.5;3.7;5.91;0;.48;1987
+72080;43.89445;.86672;161;20221211;4.9;-3;1;1.5;4.91;.2;.48;4070
+72080;43.89445;.86672;161;20221212;5.4;-.4;2.5;3.6;6.11;7.1;.57;3290
+72080;43.89445;.86672;161;20221213;12.8;4.9;8.9;5.4;11.51;2.4;.21;4030
+72080;43.89445;.86672;161;20221214;16.8;8.8;12.8;3.4;12.21;.6;.92;4047
+72080;43.89445;.86672;161;20221215;12.4;9.4;10.9;3.2;11.71;2.9;.59;1985
+72080;43.89445;.86672;161;20221216;10.3;9.2;9.8;2.2;10.81;.8;.57;705
+72080;43.89445;.86672;161;20221217;7.7;1.3;4.5;2.1;7.31;0;.45;3456
+72080;43.89445;.86672;161;20221218;11.7;4;7.9;6.7;9.41;0;.74;3904
+72080;43.89445;.86672;161;20221219;16;10.6;13.3;5.9;11.91;0;1.4;3062
+72080;43.89445;.86672;161;20221220;15.4;12.2;13.8;6.6;12.71;1.6;1.34;2068
+72080;43.89445;.86672;161;20221221;17.3;11;14.2;2.1;12.51;.1;.88;3404
+72080;43.89445;.86672;161;20221222;17.3;11.4;14.4;2.7;12.51;1.2;1.04;3256
+72080;43.89445;.86672;161;20221223;17.7;12.3;15;2.1;13.61;.1;.85;3064
+72080;43.89445;.86672;161;20221224;18.4;10.7;14.6;2.1;12.51;0;.94;3907
+72080;43.89445;.86672;161;20221225;16.6;9.6;13.1;4.6;11.61;.1;1.3;3675
+72080;43.89445;.86672;161;20221226;15.1;11;13.1;3.2;12.51;4;.86;2527
+72080;43.89445;.86672;161;20221227;12.7;10.5;11.6;1.2;12.41;.2;.49;1524
+72080;43.89445;.86672;161;20221228;16.1;8.9;12.5;4;11.41;.1;1.12;3782
+72080;43.89445;.86672;161;20221229;13.4;9.7;11.6;4.5;11.11;4.8;1;2369
+72080;43.89445;.86672;161;20221230;16;9.3;12.7;5.2;11.71;.6;1.22;3638
+72080;43.89445;.86672;161;20221231;16.7;10.9;13.8;6.6;12.71;0;1.37;3317
+72081;43.92142;1.17554;130;20220101;15.8;1.9;8.9;1.2;8.9;.1;.51;6345
+72081;43.92142;1.17554;130;20220102;13.9;2.9;8.4;1.6;9.75;.1;.51;4568
+72081;43.92142;1.17554;130;20220103;13.4;4.2;8.8;1.1;9.85;0;.42;4930
+72081;43.92142;1.17554;130;20220104;16.6;5.3;10.9;3.2;10.5;6.7;.97;5936
+72081;43.92142;1.17554;130;20220105;7;4.3;5.7;3.2;7.3;0;.72;3301
+72081;43.92142;1.17554;130;20220106;7;-.2;3.4;2.1;5.55;.1;.64;5701
+72081;43.92142;1.17554;130;20220107;8.6;-2.7;3;2.4;6.95;2.4;.45;4743
+72081;43.92142;1.17554;130;20220108;10.5;6;8.2;6;10.15;2.9;.55;2683
+72081;43.92142;1.17554;130;20220109;9.2;7.9;8.5;4.1;10.25;28;.55;1033
+72081;43.92142;1.17554;130;20220110;8.2;7.8;8;1.8;10.15;9.5;.46;450
+72081;43.92142;1.17554;130;20220111;8.1;3.1;5.6;2.1;7.6;.1;.53;4330
+72081;43.92142;1.17554;130;20220112;6.1;-2.2;1.9;1.3;5.85;0;.38;6160
+72081;43.92142;1.17554;130;20220113;1.1;-1.8;-.3;.9;5.85;0;.29;2106
+72081;43.92142;1.17554;130;20220114;6;-3.2;1.4;.8;5.35;.1;.38;5837
+72081;43.92142;1.17554;130;20220115;6;-4.5;.8;.5;5.4;.1;.29;7270
+72081;43.92142;1.17554;130;20220116;4.9;-4.7;.1;.9;5.6;.1;.3;6740
+72081;43.92142;1.17554;130;20220117;1.1;-1.8;-.3;.8;6.05;.1;.27;2631
+72081;43.92142;1.17554;130;20220118;1.6;.3;1;.8;6.55;.1;.31;1278
+72081;43.92142;1.17554;130;20220119;6.6;1.2;3.9;1.4;7.6;1.1;.39;3565
+72081;43.92142;1.17554;130;20220120;7.4;3.5;5.5;1.7;7.4;.5;.59;3300
+72081;43.92142;1.17554;130;20220121;6.9;-.9;3;2.3;5.4;0;.75;6504
+72081;43.92142;1.17554;130;20220122;7;-3.5;1.8;1.1;5;.1;.51;7671
+72081;43.92142;1.17554;130;20220123;10.2;-4.7;2.8;.7;5.35;0;.47;8696
+72081;43.92142;1.17554;130;20220124;12.4;-2.9;4.8;1.2;6.25;0;.69;8713
+72081;43.92142;1.17554;130;20220125;11.4;-3.1;4.1;.7;6.3;.1;.5;8799
+72081;43.92142;1.17554;130;20220126;7.4;-2.8;2.3;.6;6;0;.43;7001
+72081;43.92142;1.17554;130;20220127;2.1;-3.1;-.5;1;5.9;.1;.31;3858
+72081;43.92142;1.17554;130;20220128;.9;-2.4;-.8;1.1;5.8;0;.3;2946
+72081;43.92142;1.17554;130;20220129;.9;-.7;.1;.8;6;0;.34;2112
+72081;43.92142;1.17554;130;20220130;3.4;-.4;1.5;1.3;6.95;.1;.32;2902
+72081;43.92142;1.17554;130;20220131;8.2;3;5.6;4.8;8.65;.9;.49;3537
+72081;43.92142;1.17554;130;20220201;8.3;2;5.2;4.5;7.9;.1;.68;5224
+72081;43.92142;1.17554;130;20220202;9.9;6.6;8.2;2.7;10;.1;.59;3304
+72081;43.92142;1.17554;130;20220203;7.1;-.5;3.3;1;8.25;.1;.36;4529
+72081;43.92142;1.17554;130;20220204;11.5;6.1;8.8;1.9;10.5;.4;.6;3972
+72081;43.92142;1.17554;130;20220205;10.6;7.2;8.9;2.8;8.6;.1;1.07;4504
+72081;43.92142;1.17554;130;20220206;10.2;-1.4;4.4;3.1;7.7;.4;.72;8479
+72081;43.92142;1.17554;130;20220207;12.1;8.4;10.2;4.4;9.8;.9;1.26;4218
+72081;43.92142;1.17554;130;20220208;13.3;-.2;6.6;1;6.95;0;.92;10468
+72081;43.92142;1.17554;130;20220209;16.1;.2;8.1;2;7.35;.1;1.36;10808
+72081;43.92142;1.17554;130;20220210;11;-.1;5.4;1.2;8.37;.3;1.2;11300
+72081;43.92142;1.17554;130;20220211;12.6;7.6;10.1;1.8;9.17;0;1.05;5766
+72081;43.92142;1.17554;130;20220212;13.6;.6;7.1;2.4;6.74;0;1.33;9404
+72081;43.92142;1.17554;130;20220213;17;2.4;9.7;3.4;9.13;3.7;1.7;11500
+72081;43.92142;1.17554;130;20220214;11.1;8.1;9.6;4.6;9.5;5;1.27;6766
+72081;43.92142;1.17554;130;20220215;11;5.7;8.3;4.4;9.26;2.7;1.09;6566
+72081;43.92142;1.17554;130;20220216;13;8.2;10.6;5.5;11.4;1.1;.94;4196
+72081;43.92142;1.17554;130;20220217;14.9;11.5;13.2;4.4;13.2;0;1.1;4614
+72081;43.92142;1.17554;130;20220218;17;9;13;2.6;11.6;.2;1.45;8690
+72081;43.92142;1.17554;130;20220219;12.1;8;10;2.6;8.3;0;1.47;7916
+72081;43.92142;1.17554;130;20220220;12.8;1.7;7.3;3;9.25;.5;.96;7373
+72081;43.92142;1.17554;130;20220221;13.2;9.1;11.2;6.9;9.5;.8;1.99;6272
+72081;43.92142;1.17554;130;20220222;14.7;7.7;11.2;2.9;9.3;0;1.69;10164
+72081;43.92142;1.17554;130;20220223;16.2;4.5;10.4;.9;9.2;0;1.31;12294
+72081;43.92142;1.17554;130;20220224;14.9;5.2;10.1;2.8;9.7;.2;1.43;9403
+72081;43.92142;1.17554;130;20220225;12.2;5;8.6;2.4;6.8;0;1.69;10948
+72081;43.92142;1.17554;130;20220226;14.7;-1.6;6.5;1.9;5.35;.1;1.83;14379
+72081;43.92142;1.17554;130;20220227;15.3;-.2;7.6;1.2;7;0;1.41;12226
+72081;43.92142;1.17554;130;20220228;17.2;.9;9;1.3;8.1;0;1.59;14255
+72081;43.92142;1.17554;130;20220301;17.2;1.1;9.2;2.5;8.05;.1;1.98;14372
+72081;43.92142;1.17554;130;20220302;12.1;4;8;1.7;9.8;6.1;.86;6023
+72081;43.92142;1.17554;130;20220303;16.8;6.1;11.5;1.6;10.15;0;1.6;12151
+72081;43.92142;1.17554;130;20220304;10.5;6.4;8.4;4.2;10.2;5.4;.74;3755
+72081;43.92142;1.17554;130;20220305;9.7;6.9;8.3;3.4;9.15;.2;1.05;5192
+72081;43.92142;1.17554;130;20220306;11.9;6.2;9;2.4;8;0;1.57;10078
+72081;43.92142;1.17554;130;20220307;12.4;-.7;5.8;1.9;7.1;0;1.4;11740
+72081;43.92142;1.17554;130;20220308;15.6;.6;8.1;2.1;8.75;2.6;1.6;12592
+72081;43.92142;1.17554;130;20220309;15.8;4.3;10;3.1;9.8;0;1.85;13859
+72081;43.92142;1.17554;130;20220310;16;7.1;11.5;2;10.15;.2;1.64;10189
+72081;43.92142;1.17554;130;20220311;14.7;9;11.9;4.4;10.4;8.4;1.87;8083
+72081;43.92142;1.17554;130;20220312;11.2;8.4;9.8;3.4;10.3;5;1.11;5559
+72081;43.92142;1.17554;130;20220313;11.8;7;9.4;4.5;9.5;7.8;1.32;5258
+72081;43.92142;1.17554;130;20220314;14.6;2.4;8.5;6.4;9.7;0;1.57;10078
+72081;43.92142;1.17554;130;20220315;15.7;12.9;14.3;9.8;12;0;2.59;6334
+72081;43.92142;1.17554;130;20220316;16.7;10.4;13.5;4;11.85;.4;1.88;8315
+72081;43.92142;1.17554;130;20220317;15.7;11.1;13.4;2.3;12.3;1.4;1.39;6381
+72081;43.92142;1.17554;130;20220318;12.7;8.2;10.5;1.6;9.83;0;1.28;6933
+72081;43.92142;1.17554;130;20220319;16.6;6.9;11.8;4.3;8.93;0;2.8;16433
+72081;43.92142;1.17554;130;20220320;17.2;7.9;12.6;4.9;10;0;2.6;13133
+72081;43.92142;1.17554;130;20220321;16.5;10.6;13.6;7.3;9.4;0;3.64;18200
+72081;43.92142;1.17554;130;20220322;16.5;8.9;12.7;6.9;7.33;0;4.06;18066
+72081;43.92142;1.17554;130;20220323;16.8;7;11.9;4.9;7.3;0;3.56;19833
+72081;43.92142;1.17554;130;20220324;18.4;1.7;10;3;7.33;0;3.04;19833
+72081;43.92142;1.17554;130;20220325;19.8;4.8;12.3;2.8;6.83;0;3.27;16666
+72081;43.92142;1.17554;130;20220326;19.5;3.1;11.3;3.8;6.5;0;3.73;19866
+72081;43.92142;1.17554;130;20220327;21.9;5.3;13.6;3;7.27;0;3.82;19333
+72081;43.92142;1.17554;130;20220328;22;4.3;13.1;2.4;7.37;0;3.24;15766
+72081;43.92142;1.17554;130;20220329;19.2;6.1;12.6;2.2;9.8;2.3;2.3;12133
+72081;43.92142;1.17554;130;20220330;13.1;10.1;11.6;2.6;11.5;3.9;1.1;3966
+72081;43.92142;1.17554;130;20220331;14.8;8.9;11.9;5.1;9.53;3;2.69;14833
+72081;43.92142;1.17554;130;20220401;9;2.5;5.8;6.8;5.53;.6;2.49;14500
+72081;43.92142;1.17554;130;20220402;8.9;1.6;5.3;5;5.2;0;2.26;11766
+72081;43.92142;1.17554;130;20220403;8.2;-1.6;3.3;2.8;5.11;0;1.84;15703
+72081;43.92142;1.17554;130;20220404;11.8;-1.8;5;1.6;5.07;0;2.3;20538
+72081;43.92142;1.17554;130;20220405;15.5;-2.5;6.5;1.9;6.25;0;2.57;21391
+72081;43.92142;1.17554;130;20220406;12.1;5.8;8.9;2.9;9.87;0;1.15;5233
+72081;43.92142;1.17554;130;20220407;19.9;8.4;14.1;4.8;11.13;4;3.27;15800
+72081;43.92142;1.17554;130;20220408;21.1;10;15.5;4.3;11.47;.3;3.38;14300
+72081;43.92142;1.17554;130;20220409;15.4;7.8;11.6;3.4;8.07;.2;3.06;17666
+72081;43.92142;1.17554;130;20220410;19.8;.2;10;3.1;7.1;0;3.7;23633
+72081;43.92142;1.17554;130;20220411;19.1;7.9;13.5;6.9;10.57;0;3.71;18866
+72081;43.92142;1.17554;130;20220412;18.6;12.4;15.5;6.5;11.2;.7;3.43;12966
+72081;43.92142;1.17554;130;20220413;14.2;12.2;13.2;2.2;12.53;2.3;1.22;4133
+72081;43.92142;1.17554;130;20220414;22.5;6.7;14.6;1.4;12.1;0;3.29;21733
+72081;43.92142;1.17554;130;20220415;22.7;9.8;16.2;2.6;13.47;.1;3.16;17266
+72081;43.92142;1.17554;130;20220416;24.1;10.7;17.4;3.5;12.7;0;4.16;21500
+72081;43.92142;1.17554;130;20220417;22.6;8.3;15.4;3.4;11.57;0;4.07;22966
+72081;43.92142;1.17554;130;20220418;18.8;11;14.9;3.1;11.43;0;2.82;13400
+72081;43.92142;1.17554;130;20220419;13.5;9.1;11.3;2.7;11.67;14;1.06;3666
+72081;43.92142;1.17554;130;20220420;12.6;8.9;10.8;2.2;11.13;4.3;1.25;5933
+72081;43.92142;1.17554;130;20220421;15.1;9;12;2.4;12.1;.2;1.3;5766
+72081;43.92142;1.17554;130;20220422;18.4;10.7;14.6;1.8;12.57;0;2.47;14466
+72081;43.92142;1.17554;130;20220423;13.6;9.7;11.6;2.6;11.4;13.7;1.27;4300
+72081;43.92142;1.17554;130;20220424;17.4;9.4;13.4;4.8;12;.2;2.38;11600
+72081;43.92142;1.17554;130;20220425;18.7;5.4;12.1;1.4;10.53;0;3;21266
+72081;43.92142;1.17554;130;20220426;23.2;5.1;14.2;1.5;10.43;0;3.92;25533
+72081;43.92142;1.17554;130;20220427;21.9;8.2;15;1.9;12.3;0;3.07;17133
+72081;43.92142;1.17554;130;20220428;18.9;13.4;16.2;2.3;14.47;0;1.93;8100
+72081;43.92142;1.17554;130;20220429;21.9;12;17;2.6;14.07;0;3.38;18500
+72081;43.92142;1.17554;130;20220430;22.4;12.9;17.6;3.3;13.1;0;4.09;21166
+72081;43.92142;1.17554;130;20220501;21;10.7;15.9;2.7;12.03;0;3.69;20633
+72081;43.92142;1.17554;130;20220502;20.6;11.8;16.2;2.3;12.5;0;3.14;16533
+72081;43.92142;1.17554;130;20220503;21.4;11.3;16.3;2.1;13.07;3.1;3.04;15833
+72081;43.92142;1.17554;130;20220504;20.8;12.2;16.5;2.5;13.17;.9;2.84;13333
+72081;43.92142;1.17554;130;20220505;21.9;10.6;16.3;3.7;10.83;0;4.37;21966
+72081;43.92142;1.17554;130;20220506;21.8;9.8;15.8;3.8;11.15;0;4.13;20908
+72081;43.92142;1.17554;130;20220507;23.2;10.8;17;4;11.9;0;4.6;23008
+72081;43.92142;1.17554;130;20220508;25.2;11.7;18.4;2.4;12.45;0;4.44;22662
+72081;43.92142;1.17554;130;20220509;26.4;9.5;17.9;.8;12.25;0;4.26;26117
+72081;43.92142;1.17554;130;20220510;28.6;9.9;19.2;1.3;12.45;0;4.88;27193
+72081;43.92142;1.17554;130;20220511;30.6;10.8;20.7;2.7;13.4;0;5.9;27825
+72081;43.92142;1.17554;130;20220512;24.9;14.7;19.8;2.3;15.55;.5;4.04;20297
+72081;43.92142;1.17554;130;20220513;26.1;15.2;20.7;1;16.7;0;3.94;21429
+72081;43.92142;1.17554;130;20220514;29.9;13.1;21.5;1.6;16.1;0;5.04;26106
+72081;43.92142;1.17554;130;20220515;29.6;15.1;22.3;3.2;15.75;.6;5.62;24584
+72081;43.92142;1.17554;130;20220516;29;14.4;21.7;1.5;15.9;0;4.92;25483
+72081;43.92142;1.17554;130;20220517;32.2;14.1;23.1;1.4;15.85;0;5.47;27527
+72081;43.92142;1.17554;130;20220518;32.8;17.4;25.1;1.7;16;.4;5.78;26394
+72081;43.92142;1.17554;130;20220519;29.9;18;24;3.3;17.7;0;5.63;23862
+72081;43.92142;1.17554;130;20220520;30.2;16.6;23.4;3.3;17.1;0;5.5;22601
+72081;43.92142;1.17554;130;20220521;32.3;16.5;24.4;1.6;18.9;0;5.28;25205
+72081;43.92142;1.17554;130;20220522;31.2;17.6;24.4;2;19.1;7.7;4.96;21924
+72081;43.92142;1.17554;130;20220523;22.9;16.4;19.7;4.1;16.45;.3;3.51;14406
+72081;43.92142;1.17554;130;20220524;17.1;13.5;15.3;3.2;13.55;1.6;2.32;10841
+72081;43.92142;1.17554;130;20220525;21.1;10.1;15.6;3.7;11.9;0;4.17;22996
+72081;43.92142;1.17554;130;20220526;20.6;11;15.8;2.9;12.95;0;3.24;16793
+72081;43.92142;1.17554;130;20220527;25.4;14;19.7;3.1;14.2;0;4.94;23872
+72081;43.92142;1.17554;130;20220528;26.9;13.1;20;2.8;13.05;0;5.47;26699
+72081;43.92142;1.17554;130;20220529;25.3;9.8;17.5;1.9;9.55;0;5.16;28059
+72081;43.92142;1.17554;130;20220530;25.7;9.4;17.5;1.5;10.3;.5;4.85;27247
+72081;43.92142;1.17554;130;20220531;26.9;14.8;20.8;1.4;12.4;0;4.99;25937
+72081;43.92142;1.17554;130;20220601;32.3;13.2;22.8;1.5;14.9;.4;5.92;29445
+72081;43.92142;1.17554;130;20220602;28.9;18.2;23.5;2.3;18.15;.7;5.03;22736
+72081;43.92142;1.17554;130;20220603;32.5;18.1;25.3;2.9;18.2;6.9;6.31;26461
+72081;43.92142;1.17554;130;20220604;26.6;17;21.8;2.2;20.55;3.6;3.96;19681
+72081;43.92142;1.17554;130;20220605;25;17;21;2.8;17.85;0;4;18802
+72081;43.92142;1.17554;130;20220606;27.6;14.9;21.2;1.6;16.75;.1;4.63;23768
+72081;43.92142;1.17554;130;20220607;24.9;17.3;21.1;2.3;16.2;.1;4;18101
+72081;43.92142;1.17554;130;20220608;21;15.2;18.1;2.4;16.35;5.1;2.63;12442
+72081;43.92142;1.17554;130;20220609;23.3;12.6;18;2.9;14.15;.1;4.12;21366
+72081;43.92142;1.17554;130;20220610;28.7;11.4;20.1;1.1;14.15;0;5.23;29367
+72081;43.92142;1.17554;130;20220611;32.9;13.9;23.4;1.3;15.35;0;5.89;29785
+72081;43.92142;1.17554;130;20220612;30.7;18;24.4;2.6;19.25;2.3;5.23;22069
+72081;43.92142;1.17554;130;20220613;31.7;18.6;25.1;2.3;20.3;.1;5.88;26787
+72081;43.92142;1.17554;130;20220614;36.8;17.7;27.3;2;19.1;.1;6.73;28350
+72081;43.92142;1.17554;130;20220615;36.5;19.5;28;1.5;19.35;0;6.44;28697
+72081;43.92142;1.17554;130;20220616;36.6;19.3;28;1.2;20.15;0;6.19;28199
+72081;43.92142;1.17554;130;20220617;38.6;19.1;28.9;1.1;19.15;0;6.47;29348
+72081;43.92142;1.17554;130;20220618;37.4;18.4;27.9;3.1;17.2;0;7.91;28961
+72081;43.92142;1.17554;130;20220619;35.8;19.4;27.6;3.3;18.1;0;7.3;26723
+72081;43.92142;1.17554;130;20220620;30.6;19.2;24.9;2.3;19.85;0;5.02;21240
+72081;43.92142;1.17554;130;20220621;29;19.9;24.5;2.4;21.5;.4;4.25;17908
+72081;43.92142;1.17554;130;20220622;29.4;19;24.2;2.2;19.35;.1;5.13;23314
+72081;43.92142;1.17554;130;20220623;27.9;16.4;22.2;1.6;18.45;21.6;4.5;22377
+72081;43.92142;1.17554;130;20220624;26;16.2;21.1;2.1;17.15;.4;4.56;22889
+72081;43.92142;1.17554;130;20220625;25.6;14.8;20.2;2.6;16.95;2.3;4.21;20674
+72081;43.92142;1.17554;130;20220626;19.1;14.4;16.7;2.8;16.3;9.6;2.12;10606
+72081;43.92142;1.17554;130;20220627;21.7;14.5;18.1;2.8;15.85;0;3.02;14448
+72081;43.92142;1.17554;130;20220628;26.1;16;21;2.3;14.05;0;5.27;25799
+72081;43.92142;1.17554;130;20220629;28.8;11.9;20.4;1.7;14.95;.5;5.39;28666
+72081;43.92142;1.17554;130;20220630;18.5;15.3;16.9;3.3;15;1.2;2.35;9748
+72081;43.92142;1.17554;130;20220701;24.4;12.6;18.5;1.4;13.65;.1;4.65;26492
+72081;43.92142;1.17554;130;20220702;31.4;10.1;20.8;1.3;13.75;0;5.65;30193
+72081;43.92142;1.17554;130;20220703;31;17.5;24.2;2.7;17.1;1;5.91;25267
+72081;43.92142;1.17554;130;20220704;28.1;16.5;22.3;3.1;18.3;1.6;4.94;22519
+72081;43.92142;1.17554;130;20220705;30.1;17.8;24;2.9;17.05;0;6.03;26414
+72081;43.92142;1.17554;130;20220706;30;15.1;22.6;2.1;14.35;0;5.66;26312
+72081;43.92142;1.17554;130;20220707;29.7;16.5;23.1;3.8;15.25;0;6.37;26738
+72081;43.92142;1.17554;130;20220708;30.2;16.7;23.4;2.8;15.4;0;6.17;27418
+72081;43.92142;1.17554;130;20220709;33.1;14.4;23.7;1.9;14.35;0;6.33;29606
+72081;43.92142;1.17554;130;20220710;34.2;15.4;24.8;1.5;14.45;0;6.24;29922
+72081;43.92142;1.17554;130;20220711;36.3;15.9;26.1;1.4;15.4;0;6.42;29865
+72081;43.92142;1.17554;130;20220712;36.8;17.3;27.1;1.8;15.85;0;6.82;29731
+72081;43.92142;1.17554;130;20220713;36.2;15.2;25.7;1.4;13.95;0;6.34;29948
+72081;43.92142;1.17554;130;20220714;37.3;17.3;27.3;1.7;16.65;0;6.75;29562
+72081;43.92142;1.17554;130;20220715;36.5;19.6;28;1.9;15.9;0;6.66;27571
+72081;43.92142;1.17554;130;20220716;37.7;16.4;27.1;1.3;15.45;0;6.33;29336
+72081;43.92142;1.17554;130;20220717;38.9;16.5;27.7;1.3;15;0;6.51;29296
+72081;43.92142;1.17554;130;20220718;39.3;18.5;28.9;2.9;14.9;0;8.29;29304
+72081;43.92142;1.17554;130;20220719;34;21.4;27.7;2.5;19.95;0;5.96;23175
+72081;43.92142;1.17554;130;20220720;29.9;21.3;25.6;3.3;17.5;0;5.59;20003
+72081;43.92142;1.17554;130;20220721;33.5;17.3;25.4;1.6;16.55;0;5.81;27087
+72081;43.92142;1.17554;130;20220722;30.3;18.9;24.6;3;18.15;.4;5.4;22029
+72081;43.92142;1.17554;130;20220723;30.1;17.3;23.7;2;16.5;0;5.46;25476
+72081;43.92142;1.17554;130;20220724;37.6;15.6;26.6;1.5;16.1;0;6.38;28625
+72081;43.92142;1.17554;130;20220725;29.2;21.2;25.2;4;18.6;0;5.11;16379
+72081;43.92142;1.17554;130;20220726;28.1;16.6;22.3;3.2;14.7;0;5.73;25502
+72081;43.92142;1.17554;130;20220727;29;15.6;22.3;2.6;13.2;0;5.8;26001
+72081;43.92142;1.17554;130;20220728;29.9;16.1;23;2.6;14.95;0;5.49;23627
+72081;43.92142;1.17554;130;20220729;27.5;18.5;23;2.6;16.4;.6;4.74;20099
+72081;43.92142;1.17554;130;20220730;30.6;19.3;24.9;2.4;17.25;0;5.43;23117
+72081;43.92142;1.17554;130;20220731;33.9;16.8;25.4;2.1;16.5;0;6.15;26983
+72081;43.92142;1.17554;130;20220801;34.8;19;26.9;2.9;16.75;0;6.8;26504
+72081;43.92142;1.17554;130;20220802;36.7;18.2;27.5;1.8;15.15;0;6.32;27160
+72081;43.92142;1.17554;130;20220803;38.5;17.3;27.9;1.4;15.05;0;6.25;27603
+72081;43.92142;1.17554;130;20220804;36.9;21.4;29.2;2.1;20.4;0;6.36;25185
+72081;43.92142;1.17554;130;20220805;32.3;20.7;26.5;3;19.4;0;5.58;21071
+72081;43.92142;1.17554;130;20220806;33.8;19.5;26.7;2.9;17.6;0;6.35;24474
+72081;43.92142;1.17554;130;20220807;34.4;19.1;26.8;2.3;13.05;0;6.47;25789
+72081;43.92142;1.17554;130;20220808;35.6;15.9;25.8;1.4;11.7;0;5.76;27012
+72081;43.92142;1.17554;130;20220809;36.3;16.3;26.3;1.4;12.4;0;5.78;26689
+72081;43.92142;1.17554;130;20220810;37.4;15.1;26.3;1.4;12.9;0;5.78;26431
+72081;43.92142;1.17554;130;20220811;38.5;19.9;29.2;2.1;19.65;0;6.32;24928
+72081;43.92142;1.17554;130;20220812;39.6;22.4;31;1.9;21.4;0;6.38;24574
+72081;43.92142;1.17554;130;20220813;35.7;21.6;28.6;3.5;20.15;2.4;6.48;21593
+72081;43.92142;1.17554;130;20220814;28.6;21.2;24.9;3.9;20.1;0;4.71;17017
+72081;43.92142;1.17554;130;20220815;30.1;18.6;24.3;1.7;16.7;.1;4.46;19910
+72081;43.92142;1.17554;130;20220816;30.8;15.5;23.1;1.8;16.7;6.8;4.72;22647
+72081;43.92142;1.17554;130;20220817;27.6;16.4;22;2.9;17.25;.1;4.43;20172
+72081;43.92142;1.17554;130;20220818;27.6;17.1;22.4;3.8;16.8;.6;4.78;19499
+72081;43.92142;1.17554;130;20220819;27.2;16.9;22.1;3.3;16.8;0;4.18;16330
+72081;43.92142;1.17554;130;20220820;30.5;16.4;23.5;1.5;17.45;0;4.51;22477
+72081;43.92142;1.17554;130;20220821;29.9;18.2;24;2.1;17.25;.1;4.38;18952
+72081;43.92142;1.17554;130;20220822;26.3;19.7;23;3.3;18.95;.3;3.62;13380
+72081;43.92142;1.17554;130;20220823;31.5;19.4;25.5;2.1;18.65;0;4.87;21135
+72081;43.92142;1.17554;130;20220824;36.1;16.1;26.1;1.1;16.95;.5;4.94;24219
+72081;43.92142;1.17554;130;20220825;30.8;21.3;26.1;3.1;20.4;1.3;4.67;17037
+72081;43.92142;1.17554;130;20220826;30.8;20.7;25.8;3;19.55;0;4.81;18402
+72081;43.92142;1.17554;130;20220827;31.5;18.3;24.9;2.4;16.95;0;5.01;21190
+72081;43.92142;1.17554;130;20220828;34.4;14.5;24.5;1.4;13.5;0;4.91;24088
+72081;43.92142;1.17554;130;20220829;34.5;16.7;25.6;2.6;15.65;3.6;5.22;17737
+72081;43.92142;1.17554;130;20220830;32.6;17.4;25;1.1;19.5;0;4.11;20633
+72081;43.92142;1.17554;130;20220831;29.9;17.8;23.9;2.1;18.6;.1;3.95;17128
+72081;43.92142;1.17554;130;20220901;28.9;19.2;24;2.3;19.2;1;3.8;16023
+72081;43.92142;1.17554;130;20220902;28.1;19.1;23.6;1.8;18.45;9.2;3.58;15932
+72081;43.92142;1.17554;130;20220903;28.2;18.4;23.3;1.5;18.5;0;3.49;16763
+72081;43.92142;1.17554;130;20220904;33.1;16.5;24.8;2.5;18.95;.1;4.88;20764
+72081;43.92142;1.17554;130;20220905;34.8;19.6;27.2;2.5;21.2;.7;4.89;19087
+72081;43.92142;1.17554;130;20220906;32.9;20.3;26.6;2.4;18.95;.1;4.74;18479
+72081;43.92142;1.17554;130;20220907;28.5;17.7;23.1;2.4;15.85;.1;3.85;14764
+72081;43.92142;1.17554;130;20220908;27.4;13.2;20.3;1.4;14.7;1.7;3.35;17766
+72081;43.92142;1.17554;130;20220909;25.4;17.2;21.3;1.7;16.05;1.9;2.88;12728
+72081;43.92142;1.17554;130;20220910;27.1;12.3;19.7;1.1;13.7;0;3.33;19491
+72081;43.92142;1.17554;130;20220911;33;12.4;22.7;1.2;13.75;0;4.06;21546
+72081;43.92142;1.17554;130;20220912;32.8;16.8;24.8;3.2;18.3;0;4.8;18467
+72081;43.92142;1.17554;130;20220913;31.6;20.8;26.2;3.1;22.1;.1;3.79;11948
+72081;43.92142;1.17554;130;20220914;31;18.7;24.9;2.3;19.3;2.9;3.92;16170
+72081;43.92142;1.17554;130;20220915;30.1;18.5;24.3;2.3;18.15;.2;4;17648
+72081;43.92142;1.17554;130;20220916;26.4;18.6;22.5;3.6;15.7;0;4.05;14189
+72081;43.92142;1.17554;130;20220917;22.5;12.8;17.7;2;9.6;0;3.35;17289
+72081;43.92142;1.17554;130;20220918;25.7;7;16.3;1.3;7.55;0;3.26;19918
+72081;43.92142;1.17554;130;20220919;27.4;6.4;16.9;1.2;8.2;0;3.25;20250
+72081;43.92142;1.17554;130;20220920;25.8;7.4;16.6;1.6;8.75;0;3.38;19457
+72081;43.92142;1.17554;130;20220921;25.6;9;17.3;1.7;9.35;0;3.27;18124
+72081;43.92142;1.17554;130;20220922;26.5;7.9;17.2;1;9.85;0;2.92;18713
+72081;43.92142;1.17554;130;20220923;25.7;9.8;17.7;1.6;13.45;9.3;2.62;13817
+72081;43.92142;1.17554;130;20220924;19.3;14.5;16.9;2;15.6;5.5;1.7;8574
+72081;43.92142;1.17554;130;20220925;19.8;11.3;15.5;2;12.75;0;2.05;10786
+72081;43.92142;1.17554;130;20220926;20.6;8.2;14.4;2.9;11.7;3.3;2.47;13686
+72081;43.92142;1.17554;130;20220927;18.4;13.3;15.9;4.5;14.2;2.4;2.02;8815
+72081;43.92142;1.17554;130;20220928;18.3;14.7;16.5;5.6;15.8;8.5;1.78;7615
+72081;43.92142;1.17554;130;20220929;17;13.1;15;3.4;14.1;8.4;1.58;7346
+72081;43.92142;1.17554;130;20220930;18.9;10.5;14.7;3.1;11.65;.2;2.38;13219
+72081;43.92142;1.17554;130;20221001;23.8;9.5;16.6;2.5;13.1;0;2.54;12131
+72081;43.92142;1.17554;130;20221002;24.1;10.8;17.5;1.1;14.45;.1;2.17;13937
+72081;43.92142;1.17554;130;20221003;24.6;12.7;18.7;1;14.65;0;2.23;14417
+72081;43.92142;1.17554;130;20221004;25.6;8.9;17.2;.9;12.8;.1;2.29;16268
+72081;43.92142;1.17554;130;20221005;26;9;17.5;2;14.1;0;2.63;15720
+72081;43.92142;1.17554;130;20221006;21.9;15.8;18.9;1.8;15.95;0;1.82;8059
+72081;43.92142;1.17554;130;20221007;24.6;10.5;17.5;.9;14.7;0;2.01;13608
+72081;43.92142;1.17554;130;20221008;22.9;14.2;18.6;1.1;16.1;.8;1.64;8983
+72081;43.92142;1.17554;130;20221009;25.2;10.3;17.8;1.7;14;.1;2.39;14302
+72081;43.92142;1.17554;130;20221010;25.4;10.9;18.1;1.4;14.95;0;2.04;12337
+72081;43.92142;1.17554;130;20221011;23.2;12.7;18;.8;15.5;.1;1.71;11312
+72081;43.92142;1.17554;130;20221012;24.3;13.5;18.9;1.3;15.3;.4;2;12478
+72081;43.92142;1.17554;130;20221013;22.8;12.5;17.7;1.4;14.7;.2;1.74;9541
+72081;43.92142;1.17554;130;20221014;21.9;17.1;19.5;3.3;16.9;.4;1.94;6187
+72081;43.92142;1.17554;130;20221015;26.5;11;18.8;1.4;14.65;0;2.18;13785
+72081;43.92142;1.17554;130;20221016;27.2;15;21.1;3.7;17.15;0;2.92;12057
+72081;43.92142;1.17554;130;20221017;26.5;20.6;23.6;4.2;18.5;.3;3.04;7684
+72081;43.92142;1.17554;130;20221018;28;15.5;21.7;3;17.9;.1;2.71;11662
+72081;43.92142;1.17554;130;20221019;26.3;13.8;20.1;3.1;17.5;2.6;2.19;9156
+72081;43.92142;1.17554;130;20221020;22.5;17.6;20.1;2.9;19.35;1.3;1.42;4329
+72081;43.92142;1.17554;130;20221021;23.8;13.7;18.7;1.7;16.7;.6;1.6;8167
+72081;43.92142;1.17554;130;20221022;26.1;11.7;18.9;1.9;14.65;0;2.17;11815
+72081;43.92142;1.17554;130;20221023;27.3;16.4;21.9;3.5;14;0;3.25;6528
+72081;43.92142;1.17554;130;20221024;24.2;12.6;18.4;1.1;13.6;0;1.66;10709
+72081;43.92142;1.17554;130;20221025;25.2;9.8;17.5;2.1;13.55;.2;1.98;9411
+72081;43.92142;1.17554;130;20221026;24.6;11.1;17.8;1.5;15.5;.2;1.52;8704
+72081;43.92142;1.17554;130;20221027;24.4;13.7;19.1;2.9;16.95;0;1.72;6893
+72081;43.92142;1.17554;130;20221028;25.7;18;21.8;4.2;17;0;2.7;7476
+72081;43.92142;1.17554;130;20221029;26;14.5;20.2;3.2;14.2;0;2.37;8666
+72081;43.92142;1.17554;130;20221030;23.5;11.7;17.6;1.6;14.2;0;1.5;8286
+72081;43.92142;1.17554;130;20221031;25.2;10.9;18.1;1.6;14.95;3.1;1.6;8120
+72081;43.92142;1.17554;130;20221101;20.8;14.5;17.6;1.8;14.1;.1;1.4;5902
+72081;43.92142;1.17554;130;20221102;20.3;10.7;15.5;1.3;12.1;.1;1.23;7598
+72081;43.92142;1.17554;130;20221103;20.5;7.8;14.2;2.5;11.95;5.2;1.51;8706
+72081;43.92142;1.17554;130;20221104;15;10.7;12.9;5.3;10.95;4.9;1.7;5502
+72081;43.92142;1.17554;130;20221105;16;5.1;10.5;1.4;9.2;.1;1.04;9004
+72081;43.92142;1.17554;130;20221106;19.9;2;10.9;1.4;8.7;.2;1.29;10331
+72081;43.92142;1.17554;130;20221107;20.2;4;12.1;1.8;10.1;.1;1.34;9855
+72081;43.92142;1.17554;130;20221108;20.2;8.8;14.5;1.9;13.3;.4;1.13;5849
+72081;43.92142;1.17554;130;20221109;16.5;12.2;14.3;1.5;14.55;2.6;.73;3663
+72081;43.92142;1.17554;130;20221110;16.1;7.7;11.9;.8;11.5;.1;.74;6158
+72081;43.92142;1.17554;130;20221111;21.6;5.1;13.3;2.2;11.55;.1;1.4;9500
+72081;43.92142;1.17554;130;20221112;22.2;10.7;16.5;2.5;13.25;0;1.49;7869
+72081;43.92142;1.17554;130;20221113;21;4.9;13;1.3;10.5;0;1.06;9349
+72081;43.92142;1.17554;130;20221114;16.6;7.7;12.2;1.3;12.25;.6;.72;4676
+72081;43.92142;1.17554;130;20221115;18;9.4;13.7;1.7;13.3;10.3;.84;5009
+72081;43.92142;1.17554;130;20221116;18.2;9.7;14;2.1;12.35;.1;1.06;7245
+72081;43.92142;1.17554;130;20221117;18.2;12.6;15.4;3.2;13.1;7.4;1.38;4957
+72081;43.92142;1.17554;130;20221118;14;9.4;11.7;3.3;11.3;1.4;.94;5071
+72081;43.92142;1.17554;130;20221119;11;7.8;9.4;3.4;9.95;1.6;.81;3651
+72081;43.92142;1.17554;130;20221120;11.7;3.3;7.5;2.3;9.7;4;.53;5147
+72081;43.92142;1.17554;130;20221121;13.4;7.9;10.6;3.8;10.95;21.7;.88;2760
+72081;43.92142;1.17554;130;20221122;9.8;6.2;8;4.3;9.45;14.6;.7;3038
+72081;43.92142;1.17554;130;20221123;16.4;8.3;12.4;3.6;11.5;6;1.14;5049
+72081;43.92142;1.17554;130;20221124;14.2;4.8;9.5;1.8;10;1.1;.66;5295
+72081;43.92142;1.17554;130;20221125;11.9;6.3;9.1;2.2;10.45;5;.53;3456
+72081;43.92142;1.17554;130;20221126;10.1;3.3;6.7;1.1;8.9;.1;.44;4063
+72081;43.92142;1.17554;130;20221127;12.2;.3;6.3;2.3;8.4;3.7;.56;5910
+72081;43.92142;1.17554;130;20221128;13.3;8.3;10.8;3.3;10.75;4.3;.86;3693
+72081;43.92142;1.17554;130;20221129;11.9;6.2;9.1;2.2;9.6;.3;.69;3860
+72081;43.92142;1.17554;130;20221130;6.9;2.3;4.6;1.4;7.75;.1;.42;2752
+72081;43.92142;1.17554;130;20221201;5.1;2.3;3.7;1.4;7.7;0;.33;1916
+72081;43.92142;1.17554;130;20221202;7;4.6;5.8;1;8.25;0;.44;1603
+72081;43.92142;1.17554;130;20221203;7.4;3.5;5.5;1.2;8.15;.5;.4;2913
+72081;43.92142;1.17554;130;20221204;8.8;4.1;6.4;1.1;7.8;0;.47;4633
+72081;43.92142;1.17554;130;20221205;10.9;-1.7;4.6;1;6.35;.1;.41;6856
+72081;43.92142;1.17554;130;20221206;10.6;2.1;6.4;.8;7.5;0;.43;4526
+72081;43.92142;1.17554;130;20221207;13;5.3;9.2;1.1;8.1;.1;.55;5544
+72081;43.92142;1.17554;130;20221208;8.9;.9;4.9;1.4;7.85;2.6;.39;3502
+72081;43.92142;1.17554;130;20221209;9.6;6.3;8;1.8;10;.8;.43;1942
+72081;43.92142;1.17554;130;20221210;2.7;1;1.8;3.9;6.05;0;.52;1777
+72081;43.92142;1.17554;130;20221211;3.8;-5.5;-.8;1.4;4.6;.1;.34;5500
+72081;43.92142;1.17554;130;20221212;4.4;-3.7;.3;1.9;5.85;7.2;.33;3136
+72081;43.92142;1.17554;130;20221213;12.4;4.1;8.2;3.5;10.6;3;.41;3127
+72081;43.92142;1.17554;130;20221214;15.7;8.3;12;1.8;11.7;.9;.66;3812
+72081;43.92142;1.17554;130;20221215;12;6.9;9.4;1.9;11.1;3.2;.44;2291
+72081;43.92142;1.17554;130;20221216;11.1;9.2;10.2;1.6;10.85;.8;.53;1746
+72081;43.92142;1.17554;130;20221217;7;.7;3.8;1.4;7.1;.1;.37;3477
+72081;43.92142;1.17554;130;20221218;12.8;.3;6.6;2.6;7.95;0;.66;5919
+72081;43.92142;1.17554;130;20221219;16.1;5;10.5;1.7;9.85;0;.66;5074
+72081;43.92142;1.17554;130;20221220;15.7;7.4;11.5;2.1;11.65;.7;.64;3161
+72081;43.92142;1.17554;130;20221221;17.4;10.6;14;1.7;12.35;.1;.74;4940
+72081;43.92142;1.17554;130;20221222;18;7.8;12.9;2;12;.9;.78;4618
+72081;43.92142;1.17554;130;20221223;18.4;11;14.7;1.7;13.1;0;.75;5243
+72081;43.92142;1.17554;130;20221224;18.1;7.7;12.9;1.4;11.05;0;.68;5651
+72081;43.92142;1.17554;130;20221225;16.3;4.4;10.3;2.3;10.05;.1;.68;5922
+72081;43.92142;1.17554;130;20221226;15.6;5.5;10.6;1.6;11.1;3.3;.56;4072
+72081;43.92142;1.17554;130;20221227;13.9;10;12;.9;11.9;.2;.49;3422
+72081;43.92142;1.17554;130;20221228;15.6;5.2;10.4;2.2;10.25;.1;.7;5837
+72081;43.92142;1.17554;130;20221229;14;8.8;11.4;2.3;11.3;5.1;.71;3030
+72081;43.92142;1.17554;130;20221230;16.4;8.7;12.5;2.5;11.7;.8;.86;3909
+72081;43.92142;1.17554;130;20221231;17.3;8.7;13;3.2;11.95;0;.95;4685
+72082;43.94747;1.4846;153;20220101;16.2;1.7;8.9;1.1;8.7;.1;.54;6730
+72082;43.94747;1.4846;153;20220102;13.9;2.1;8;1.3;9.16;.1;.47;4912
+72082;43.94747;1.4846;153;20220103;13.7;3.9;8.8;1.1;9.7;0;.44;5220
+72082;43.94747;1.4846;153;20220104;16.5;5.3;10.9;3.5;10.14;6.9;1.12;5643
+72082;43.94747;1.4846;153;20220105;6.8;4.1;5.5;3.2;7.14;0;.73;2750
+72082;43.94747;1.4846;153;20220106;7;-.5;3.2;1.9;5.43;.1;.62;5900
+72082;43.94747;1.4846;153;20220107;7.4;-3;2.2;1.9;6.63;2.4;.39;3995
+72082;43.94747;1.4846;153;20220108;10.3;4.9;7.6;5.4;10.1;4.1;.39;2655
+72082;43.94747;1.4846;153;20220109;8.8;7.6;8.2;3.5;10;26.2;.53;1088
+72082;43.94747;1.4846;153;20220110;8;7.5;7.8;1.6;9.83;6.2;.47;600
+72082;43.94747;1.4846;153;20220111;7.5;2;4.7;1.7;7.2;.1;.46;4286
+72082;43.94747;1.4846;153;20220112;5.2;-2.3;1.4;1.2;5.9;0;.34;5140
+72082;43.94747;1.4846;153;20220113;.9;-2.1;-.6;1;5.76;0;.27;2437
+72082;43.94747;1.4846;153;20220114;6.7;-3.7;1.5;.9;5.4;0;.39;7025
+72082;43.94747;1.4846;153;20220115;6.7;-4.6;1;.6;5.33;.1;.32;7913
+72082;43.94747;1.4846;153;20220116;5.6;-5.1;.3;.9;5.43;.1;.32;7660
+72082;43.94747;1.4846;153;20220117;.7;-2;-.6;.8;5.86;.1;.27;2587
+72082;43.94747;1.4846;153;20220118;1.3;-.1;.6;.5;6.27;.1;.32;1236
+72082;43.94747;1.4846;153;20220119;6;.6;3.3;1.1;7.3;.6;.37;3476
+72082;43.94747;1.4846;153;20220120;7.5;2.4;4.9;1.6;7.1;.1;.56;4000
+72082;43.94747;1.4846;153;20220121;6.9;-1.3;2.8;2.2;5.26;.1;.75;7369
+72082;43.94747;1.4846;153;20220122;7.1;-4.1;1.5;.9;4.93;0;.47;8314
+72082;43.94747;1.4846;153;20220123;10.8;-4.8;3;.7;5.3;0;.49;9064
+72082;43.94747;1.4846;153;20220124;12.6;-3.4;4.6;1;6.06;0;.62;9042
+72082;43.94747;1.4846;153;20220125;11.6;-3.5;4.1;.6;6.13;.1;.5;9066
+72082;43.94747;1.4846;153;20220126;8.2;-3.2;2.5;.5;5.93;0;.44;7867
+72082;43.94747;1.4846;153;20220127;3.1;-3.4;-.2;1;5.86;.1;.37;5739
+72082;43.94747;1.4846;153;20220128;.5;-2.4;-1;.8;5.64;0;.31;2553
+72082;43.94747;1.4846;153;20220129;1;-.9;0;.6;5.9;0;.35;2508
+72082;43.94747;1.4846;153;20220130;3.1;-.3;1.4;1.2;6.8;.2;.33;2501
+72082;43.94747;1.4846;153;20220131;8;2.7;5.4;4.5;8.53;.8;.47;3025
+72082;43.94747;1.4846;153;20220201;7.9;1.6;4.8;4.2;7.76;.1;.62;5349
+72082;43.94747;1.4846;153;20220202;10;6.3;8.1;2.5;9.8;.2;.63;3336
+72082;43.94747;1.4846;153;20220203;7.3;-.8;3.3;.9;8.03;.1;.42;5552
+72082;43.94747;1.4846;153;20220204;11.1;5.9;8.5;1.5;10.36;1.2;.57;3515
+72082;43.94747;1.4846;153;20220205;10.8;7;8.9;2.5;8.66;.1;1.05;5369
+72082;43.94747;1.4846;153;20220206;9.7;-1.7;4;2.5;7.53;.6;.66;7453
+72082;43.94747;1.4846;153;20220207;12;8;10;4.2;9.73;1.1;1.22;4312
+72082;43.94747;1.4846;153;20220208;14;-.7;6.6;1;6.8;0;.98;11045
+72082;43.94747;1.4846;153;20220209;16.4;-.4;8;1.7;7.2;.1;1.34;11138
+72082;43.94747;1.4846;153;20220210;10.4;0;5.2;1.3;8.49;.3;1.24;11300
+72082;43.94747;1.4846;153;20220211;12.7;7.7;10.2;2.2;9.24;0;1.15;6750
+72082;43.94747;1.4846;153;20220212;13.8;.6;7.2;2.6;6.48;0;1.45;9804
+72082;43.94747;1.4846;153;20220213;16.6;3.6;10.1;4.3;9.14;4.7;1.88;11350
+72082;43.94747;1.4846;153;20220214;11.2;8.1;9.7;5;9.54;6.7;1.36;6800
+72082;43.94747;1.4846;153;20220215;11.1;5.9;8.5;5;9.09;3.7;1.26;7300
+72082;43.94747;1.4846;153;20220216;12.9;7.9;10.4;5.1;11.4;2.5;.85;3597
+72082;43.94747;1.4846;153;20220217;14.3;11.4;12.8;4.3;12.89;.3;.92;3723
+72082;43.94747;1.4846;153;20220218;16.7;9.3;13;2.7;11.47;.2;1.44;7904
+72082;43.94747;1.4846;153;20220219;12;7.8;9.9;2.5;8.13;0;1.49;8677
+72082;43.94747;1.4846;153;20220220;12.1;1.2;6.6;2.5;9.06;.9;.83;6515
+72082;43.94747;1.4846;153;20220221;13;9;11;6.4;9.46;1;1.89;6281
+72082;43.94747;1.4846;153;20220222;14.6;7.4;11;2.9;9.16;0;1.68;9909
+72082;43.94747;1.4846;153;20220223;16.2;4.1;10.1;.8;9.03;0;1.3;12896
+72082;43.94747;1.4846;153;20220224;15.1;4.7;9.9;2.8;9.56;.2;1.49;9969
+72082;43.94747;1.4846;153;20220225;12.1;5.1;8.6;2.4;6.8;0;1.73;11765
+72082;43.94747;1.4846;153;20220226;14.8;-1.8;6.5;2;5.2;0;1.93;14852
+72082;43.94747;1.4846;153;20220227;15.5;-.4;7.6;1.3;6.86;0;1.52;12517
+72082;43.94747;1.4846;153;20220228;17.1;1;9;1.1;7.93;0;1.59;14470
+72082;43.94747;1.4846;153;20220301;17.2;.7;8.9;2.8;7.84;.1;2;13981
+72082;43.94747;1.4846;153;20220302;12.2;4.1;8.1;2.2;9.54;6.1;1.03;7029
+72082;43.94747;1.4846;153;20220303;17;6.5;11.7;1.5;10.26;0;1.68;12734
+72082;43.94747;1.4846;153;20220304;10.3;6.2;8.2;3.7;10.16;5.3;.69;3003
+72082;43.94747;1.4846;153;20220305;9.3;6.7;8;3.3;9.29;1.8;.91;4161
+72082;43.94747;1.4846;153;20220306;12.1;6.1;9.1;2.3;8;0;1.62;10552
+72082;43.94747;1.4846;153;20220307;12.5;-1.1;5.7;1.7;6.96;0;1.45;12660
+72082;43.94747;1.4846;153;20220308;15.4;.8;8.1;2.2;8.53;2.6;1.71;13395
+72082;43.94747;1.4846;153;20220309;15.8;4.4;10.1;2.9;9.6;0;1.94;14639
+72082;43.94747;1.4846;153;20220310;16.2;6.6;11.4;1.9;9.83;.6;1.69;10226
+72082;43.94747;1.4846;153;20220311;14.5;8.5;11.5;4.9;10.06;8.4;1.9;7955
+72082;43.94747;1.4846;153;20220312;10.8;8.4;9.6;3.3;10.26;8.7;1.03;4639
+72082;43.94747;1.4846;153;20220313;11.9;6.8;9.3;4.2;9.2;10;1.36;4405
+72082;43.94747;1.4846;153;20220314;14.6;2.5;8.5;6.2;9.63;.1;1.62;8852
+72082;43.94747;1.4846;153;20220315;15.2;12.8;14;9.5;11.41;0;2.49;6179
+72082;43.94747;1.4846;153;20220316;16.7;10.2;13.5;3.4;11.6;.1;1.83;7943
+72082;43.94747;1.4846;153;20220317;15.5;10.9;13.2;1.9;12.16;1.4;1.31;6054
+72082;43.94747;1.4846;153;20220318;12.7;8.2;10.4;1.8;9.84;0;1.33;7000
+72082;43.94747;1.4846;153;20220319;16.2;7.6;11.9;5;8.69;0;3;16150
+72082;43.94747;1.4846;153;20220320;16.8;8.2;12.5;6.4;9.84;0;2.89;13800
+72082;43.94747;1.4846;153;20220321;15.9;11.2;13.6;8.8;9.19;0;3.92;18300
+72082;43.94747;1.4846;153;20220322;16;9.1;12.6;8.6;7.14;0;4.42;18150
+72082;43.94747;1.4846;153;20220323;16.2;7.9;12;6.3;7.04;0;3.95;19800
+72082;43.94747;1.4846;153;20220324;18;2.6;10.3;4;7.09;0;3.35;19750
+72082;43.94747;1.4846;153;20220325;19.8;5.3;12.6;3.3;6.29;0;3.52;16250
+72082;43.94747;1.4846;153;20220326;19.3;3.4;11.3;4.3;6.19;0;3.99;19900
+72082;43.94747;1.4846;153;20220327;21.7;6.1;13.9;3.6;6.79;0;4.25;19350
+72082;43.94747;1.4846;153;20220328;21.9;5.1;13.5;3;6.94;0;3.66;16250
+72082;43.94747;1.4846;153;20220329;18.9;7;13;2.7;9.59;1.9;2.47;12050
+72082;43.94747;1.4846;153;20220330;12.8;10;11.4;2.8;11.39;4;1.15;4100
+72082;43.94747;1.4846;153;20220331;14.9;8.8;11.8;6;9.44;2.5;2.88;15400
+72082;43.94747;1.4846;153;20220401;8.7;2.6;5.6;7.8;5.49;.9;2.56;14100
+72082;43.94747;1.4846;153;20220402;8.8;1.4;5.1;5.8;5.24;0;2.28;10500
+72082;43.94747;1.4846;153;20220403;8;-1.8;3.1;2.8;5.11;0;1.84;15703
+72082;43.94747;1.4846;153;20220404;11.6;-1.9;4.9;1.6;5.07;0;2.3;20538
+72082;43.94747;1.4846;153;20220405;15.4;-1.9;6.7;2.4;6.42;0;2.7;20493
+72082;43.94747;1.4846;153;20220406;11.8;6.3;9.1;3.4;10.09;.3;1.14;4800
+72082;43.94747;1.4846;153;20220407;19.9;8.4;14.1;5.3;11.19;4.9;3.28;14700
+72082;43.94747;1.4846;153;20220408;20.9;10.5;15.7;4.8;11.44;.3;3.53;14450
+72082;43.94747;1.4846;153;20220409;15.2;7.6;11.4;4.1;7.89;.2;3.2;17650
+72082;43.94747;1.4846;153;20220410;19.6;.8;10.2;3.7;6.94;0;3.88;23600
+72082;43.94747;1.4846;153;20220411;18.6;7.6;13.1;8.3;10.09;0;3.77;18250
+72082;43.94747;1.4846;153;20220412;18;12.3;15.1;7.8;10.79;1.3;3.72;14100
+72082;43.94747;1.4846;153;20220413;13.7;12.1;12.9;2.6;12.24;2.1;1.19;3600
+72082;43.94747;1.4846;153;20220414;22.7;6.5;14.6;1.6;12.09;0;3.27;21050
+72082;43.94747;1.4846;153;20220415;22.7;9.6;16.1;2.9;13.44;.1;3.32;18100
+72082;43.94747;1.4846;153;20220416;23.9;10.7;17.3;4.1;12.59;0;4.37;21800
+72082;43.94747;1.4846;153;20220417;22.6;8.2;15.4;3.9;11.14;0;4.31;23900
+72082;43.94747;1.4846;153;20220418;18.6;11;14.8;3.6;11.44;0;2.96;13950
+72082;43.94747;1.4846;153;20220419;13.7;9.3;11.5;3.2;11.79;16.5;1.16;3900
+72082;43.94747;1.4846;153;20220420;12.1;9;10.5;2.3;11.29;4.8;1.08;4650
+72082;43.94747;1.4846;153;20220421;14.5;9;11.7;2.8;12.19;.3;1.24;5450
+72082;43.94747;1.4846;153;20220422;18.2;10.9;14.5;1.9;12.69;.1;2.26;12450
+72082;43.94747;1.4846;153;20220423;13.9;9.7;11.8;2.8;11.34;16.4;1.34;4000
+72082;43.94747;1.4846;153;20220424;17.7;9.2;13.4;5.6;11.99;.3;2.55;12200
+72082;43.94747;1.4846;153;20220425;18.3;5.8;12.1;1.5;10.49;.1;2.95;20500
+72082;43.94747;1.4846;153;20220426;23.1;5.6;14.3;1.6;10.24;0;4.02;25600
+72082;43.94747;1.4846;153;20220427;22.1;8.5;15.3;2.3;11.79;.1;3.41;18650
+72082;43.94747;1.4846;153;20220428;19;13.4;16.2;2.6;14.49;0;2.12;9050
+72082;43.94747;1.4846;153;20220429;21.9;12.9;17.4;3.2;14.09;0;3.6;18600
+72082;43.94747;1.4846;153;20220430;22.3;12.9;17.6;4;12.94;0;4.33;21750
+72082;43.94747;1.4846;153;20220501;20.8;10.7;15.8;3.2;11.79;0;3.86;21100
+72082;43.94747;1.4846;153;20220502;20.4;11.8;16.1;2.6;12.49;0;3.25;16800
+72082;43.94747;1.4846;153;20220503;21.5;11;16.3;2.2;13.14;3.1;3.11;16150
+72082;43.94747;1.4846;153;20220504;20.7;12.1;16.4;2.8;12.99;.7;3;14000
+72082;43.94747;1.4846;153;20220505;21.8;10.8;16.3;4.4;10.74;0;4.54;21500
+72082;43.94747;1.4846;153;20220506;21.4;9.3;15.4;3.2;10.96;0;3.77;19338
+72082;43.94747;1.4846;153;20220507;23.3;10.3;16.8;3.5;11.6;0;4.59;23938
+72082;43.94747;1.4846;153;20220508;24.9;10.9;17.9;1.9;12.16;0;4.11;21774
+72082;43.94747;1.4846;153;20220509;26.3;9.3;17.8;1;12.03;0;4.37;26311
+72082;43.94747;1.4846;153;20220510;28.4;9.8;19.1;1.3;12.36;0;4.79;26662
+72082;43.94747;1.4846;153;20220511;30.4;10.8;20.6;2.5;13.16;0;5.8;27483
+72082;43.94747;1.4846;153;20220512;25.4;14.8;20.1;2;15.26;0;4.2;20831
+72082;43.94747;1.4846;153;20220513;26.2;15.2;20.7;1;15.96;0;3.98;21452
+72082;43.94747;1.4846;153;20220514;29.9;12.9;21.4;1.4;15.8;0;4.93;25704
+72082;43.94747;1.4846;153;20220515;29.5;15.4;22.5;3.2;14.86;.3;5.85;24989
+72082;43.94747;1.4846;153;20220516;28.9;14.2;21.6;1.3;15.2;0;4.85;25555
+72082;43.94747;1.4846;153;20220517;32.2;14;23.1;1.5;15.76;0;5.52;27351
+72082;43.94747;1.4846;153;20220518;32.9;17.1;25;1.8;16.23;.1;5.79;26263
+72082;43.94747;1.4846;153;20220519;30;17.8;23.9;3.5;16.86;.1;6;24874
+72082;43.94747;1.4846;153;20220520;30.7;16.7;23.7;3.1;16.23;0;5.75;23200
+72082;43.94747;1.4846;153;20220521;32.8;16.4;24.6;1.5;18.4;0;5.41;25370
+72082;43.94747;1.4846;153;20220522;31.3;17.5;24.4;2;19.4;7;4.85;20983
+72082;43.94747;1.4846;153;20220523;22.8;16.6;19.7;3.9;16.5;.4;3.35;12937
+72082;43.94747;1.4846;153;20220524;17.5;13.3;15.4;3.2;13.3;1.2;2.52;11327
+72082;43.94747;1.4846;153;20220525;21.2;10.3;15.7;3.6;11.76;0;4.31;23264
+72082;43.94747;1.4846;153;20220526;20.5;10.6;15.5;2.8;12.73;0;3.27;17362
+72082;43.94747;1.4846;153;20220527;25.7;13.6;19.6;2.9;14.06;0;5.02;24681
+72082;43.94747;1.4846;153;20220528;26.9;12.7;19.8;2.5;12.93;0;5.42;27099
+72082;43.94747;1.4846;153;20220529;25.3;9.4;17.4;1.8;9.36;0;5.16;28639
+72082;43.94747;1.4846;153;20220530;25.8;9.2;17.5;1.4;10.36;.2;4.77;26731
+72082;43.94747;1.4846;153;20220531;26.9;14.8;20.8;1.4;12.96;0;4.94;25791
+72082;43.94747;1.4846;153;20220601;32.7;13.5;23.1;1.8;14.76;0;6.13;28996
+72082;43.94747;1.4846;153;20220602;29.3;18;23.6;2.4;17.46;.3;5.38;23824
+72082;43.94747;1.4846;153;20220603;32.6;18.1;25.3;3;17.4;5.9;6.54;26607
+72082;43.94747;1.4846;153;20220604;27.7;16.9;22.3;2.3;20.4;4.1;4.55;21820
+72082;43.94747;1.4846;153;20220605;25;17;21;2.8;17.96;.1;3.96;18368
+72082;43.94747;1.4846;153;20220606;28.1;14.5;21.3;1.4;16.36;.7;4.72;24112
+72082;43.94747;1.4846;153;20220607;24.8;17.2;21;2.1;16.4;.1;3.95;18201
+72082;43.94747;1.4846;153;20220608;20.8;15.1;18;2.2;16.23;5.8;2.41;10861
+72082;43.94747;1.4846;153;20220609;22.8;12.6;17.7;2.8;14.13;.1;3.82;19177
+72082;43.94747;1.4846;153;20220610;28.8;11.1;19.9;1.2;13.96;0;5.33;29611
+72082;43.94747;1.4846;153;20220611;33.2;14;23.6;1.2;14.83;0;5.93;29790
+72082;43.94747;1.4846;153;20220612;30.9;17.6;24.2;2.2;18.43;2;5.15;22513
+72082;43.94747;1.4846;153;20220613;31.9;18.6;25.3;2.3;20.3;0;6;26991
+72082;43.94747;1.4846;153;20220614;36.8;17.8;27.3;1.9;18.83;.1;6.6;27600
+72082;43.94747;1.4846;153;20220615;36.4;19.5;28;1.6;18.73;0;6.48;28031
+72082;43.94747;1.4846;153;20220616;36.7;19.4;28;1.4;19.46;0;6.33;27833
+72082;43.94747;1.4846;153;20220617;38.8;19.1;29;1.1;18.63;0;6.44;28899
+72082;43.94747;1.4846;153;20220618;37.4;18.6;28;3.1;16.56;0;7.92;28840
+72082;43.94747;1.4846;153;20220619;35.5;19.7;27.6;3.7;17;0;7.77;27282
+72082;43.94747;1.4846;153;20220620;30.9;18.9;24.9;2.3;19.23;0;5.4;23093
+72082;43.94747;1.4846;153;20220621;29.3;20;24.7;2.1;21.4;.6;4.2;17472
+72082;43.94747;1.4846;153;20220622;29.6;18.7;24.2;2.2;19.36;0;5.14;23109
+72082;43.94747;1.4846;153;20220623;28;16.7;22.4;1.8;18.2;18.7;4.75;22885
+72082;43.94747;1.4846;153;20220624;26.1;16.1;21.1;2.1;16.96;1.6;4.59;22726
+72082;43.94747;1.4846;153;20220625;26.4;14.8;20.6;2.7;16.83;2.7;4.55;20882
+72082;43.94747;1.4846;153;20220626;19.4;14.7;17.1;2.8;16.86;6.3;2.01;9070
+72082;43.94747;1.4846;153;20220627;21.2;14.6;17.9;2.7;16.2;.7;3.01;15432
+72082;43.94747;1.4846;153;20220628;26.2;15.6;20.9;2.2;14.23;0;5.01;24099
+72082;43.94747;1.4846;153;20220629;29.1;11.9;20.5;1.7;14.83;.9;5.13;25944
+72082;43.94747;1.4846;153;20220630;18.4;15.5;16.9;3;15.5;1.5;2.2;9098
+72082;43.94747;1.4846;153;20220701;24.4;12.7;18.6;1.5;13.6;0;4.84;27728
+72082;43.94747;1.4846;153;20220702;31.8;10.2;21;1.3;13.46;0;5.77;29895
+72082;43.94747;1.4846;153;20220703;31.3;17.1;24.2;2.4;17.06;.2;5.84;25344
+72082;43.94747;1.4846;153;20220704;28.2;16.6;22.4;3.1;18.5;1.5;4.9;21946
+72082;43.94747;1.4846;153;20220705;30.3;17.8;24;2.8;17;0;6.15;27243
+72082;43.94747;1.4846;153;20220706;30.2;15;22.6;1.9;14.23;0;5.7;27141
+72082;43.94747;1.4846;153;20220707;29.7;16;22.9;3.5;14.86;0;5.85;22958
+72082;43.94747;1.4846;153;20220708;30.3;16.4;23.3;2.4;14.93;0;6.12;28245
+72082;43.94747;1.4846;153;20220709;33.2;14.2;23.7;1.7;13.96;0;6.27;29704
+72082;43.94747;1.4846;153;20220710;34.4;15.3;24.9;1.5;14.2;0;6.32;29881
+72082;43.94747;1.4846;153;20220711;36.3;16.6;26.4;1.6;15.13;0;6.61;29643
+72082;43.94747;1.4846;153;20220712;36.7;17.8;27.3;1.8;15.63;0;6.87;29520
+72082;43.94747;1.4846;153;20220713;36.2;15.4;25.8;1.5;13.66;0;6.46;29632
+72082;43.94747;1.4846;153;20220714;37.5;17.5;27.5;1.6;16.26;0;6.69;29341
+72082;43.94747;1.4846;153;20220715;36.6;19.2;27.9;1.8;15.73;0;6.65;27914
+72082;43.94747;1.4846;153;20220716;37.8;16.6;27.2;1.3;14.93;0;6.4;29057
+72082;43.94747;1.4846;153;20220717;39;16.9;27.9;1.4;14.46;0;6.63;29064
+72082;43.94747;1.4846;153;20220718;39.2;19;29.1;3;14.76;0;8.31;29003
+72082;43.94747;1.4846;153;20220719;34.7;21.8;28.3;2.7;17.33;0;6.74;24450
+72082;43.94747;1.4846;153;20220720;30.2;21.3;25.8;3.1;17.2;0;5.73;21035
+72082;43.94747;1.4846;153;20220721;33.9;17.2;25.6;1.4;16.1;0;5.86;27458
+72082;43.94747;1.4846;153;20220722;30.9;18.8;24.8;2.8;17.63;.6;5.62;22319
+72082;43.94747;1.4846;153;20220723;30.3;17.5;23.9;2.4;16.4;0;5.75;25251
+72082;43.94747;1.4846;153;20220724;37.5;15.4;26.4;1.7;15.67;0;6.54;28961
+72082;43.94747;1.4846;153;20220725;29.1;21;25;3.9;18.4;0;4.97;15619
+72082;43.94747;1.4846;153;20220726;28.2;16.7;22.5;3.1;14.66;0;5.92;26468
+72082;43.94747;1.4846;153;20220727;29.3;15.1;22.2;2.5;12.9;0;5.87;26734
+72082;43.94747;1.4846;153;20220728;30.1;15.8;22.9;2.2;14.63;0;5.27;23351
+72082;43.94747;1.4846;153;20220729;28;18.5;23.3;2.4;16.46;0;4.78;20032
+72082;43.94747;1.4846;153;20220730;30.8;19.3;25;2.5;17.16;0;5.66;23978
+72082;43.94747;1.4846;153;20220731;34.2;16.9;25.5;2;16.26;0;6.18;27122
+72082;43.94747;1.4846;153;20220801;35.1;19;27;2.6;16.46;0;6.73;26769
+72082;43.94747;1.4846;153;20220802;36.8;17.9;27.4;1.5;14.76;0;6.07;27273
+72082;43.94747;1.4846;153;20220803;38.5;17.5;28;1.5;14.63;0;6.26;27335
+72082;43.94747;1.4846;153;20220804;37.2;21.2;29.2;2;19.16;.1;6.34;25090
+72082;43.94747;1.4846;153;20220805;32.4;20.8;26.6;3.3;19.43;.1;5.98;22247
+72082;43.94747;1.4846;153;20220806;34;19.6;26.8;2.9;17.8;0;6.46;24816
+72082;43.94747;1.4846;153;20220807;34.6;19;26.8;2;13.7;0;6.16;25893
+72082;43.94747;1.4846;153;20220808;35.7;16.8;26.3;1.4;11.3;0;5.79;27041
+72082;43.94747;1.4846;153;20220809;36.4;16.3;26.3;1.5;12.06;0;5.93;26393
+72082;43.94747;1.4846;153;20220810;37.6;15.5;26.6;1.4;12.53;0;5.84;26320
+72082;43.94747;1.4846;153;20220811;38.5;20.2;29.4;2;18.46;0;6.36;24652
+72082;43.94747;1.4846;153;20220812;39.6;22.1;30.9;2;20.26;0;6.43;24349
+72082;43.94747;1.4846;153;20220813;36.1;21.5;28.8;3.1;19.8;.9;6.4;21362
+72082;43.94747;1.4846;153;20220814;28.9;21.3;25.1;3.8;20.06;.1;4.88;17644
+72082;43.94747;1.4846;153;20220815;30.2;18.4;24.3;1.7;16.46;.1;4.51;20073
+72082;43.94747;1.4846;153;20220816;32;15.8;23.9;1.9;16.66;5.9;4.79;20698
+72082;43.94747;1.4846;153;20220817;27.2;16.5;21.9;2.8;17.53;0;3.93;16714
+72082;43.94747;1.4846;153;20220818;27.5;17.2;22.3;3.7;16.53;.5;4.62;17732
+72082;43.94747;1.4846;153;20220819;26.9;17.1;22;3.2;16.8;.1;3.92;14487
+72082;43.94747;1.4846;153;20220820;30.7;16;23.3;1.5;17.03;0;4.63;23185
+72082;43.94747;1.4846;153;20220821;29.7;17.8;23.8;1.9;17.03;.1;4.24;18568
+72082;43.94747;1.4846;153;20220822;26.5;19.7;23.1;3.1;18.6;.3;3.67;13086
+72082;43.94747;1.4846;153;20220823;31.6;19.3;25.4;2.1;18.46;0;4.95;21557
+72082;43.94747;1.4846;153;20220824;36.2;16.3;26.2;1.2;16.6;.4;5;23946
+72082;43.94747;1.4846;153;20220825;31.2;21.1;26.2;2.7;19.76;.6;4.74;17958
+72082;43.94747;1.4846;153;20220826;30.9;20.2;25.5;2.8;19.13;0;4.74;18301
+72082;43.94747;1.4846;153;20220827;31.7;18;24.9;1.9;16.63;0;4.82;21993
+72082;43.94747;1.4846;153;20220828;34.4;14.6;24.5;1.3;13.3;0;4.9;23992
+72082;43.94747;1.4846;153;20220829;34.8;16.8;25.8;2.4;15.46;3.5;5.14;17591
+72082;43.94747;1.4846;153;20220830;32.7;17.3;25;1.2;19.16;0;4.24;20888
+72082;43.94747;1.4846;153;20220831;30.3;17.6;24;2.1;18.03;0;4.11;17285
+72082;43.94747;1.4846;153;20220901;29.2;19.1;24.1;2.1;19;0;3.8;15749
+72082;43.94747;1.4846;153;20220902;28.5;18.6;23.6;1.8;18.2;9.4;3.7;16721
+72082;43.94747;1.4846;153;20220903;28.3;18.1;23.2;1.5;18.76;.1;3.52;17142
+72082;43.94747;1.4846;153;20220904;33.1;16.7;24.9;2.6;18.9;0;4.97;20976
+72082;43.94747;1.4846;153;20220905;34.3;19.7;27;3;20.94;.4;4.95;18314
+72082;43.94747;1.4846;153;20220906;33;20.1;26.6;2.4;19.4;0;4.75;18686
+72082;43.94747;1.4846;153;20220907;28.5;17.7;23.1;2.2;16.56;.1;3.65;14342
+72082;43.94747;1.4846;153;20220908;27.3;13.3;20.3;1.2;14.96;2.2;3.21;17344
+72082;43.94747;1.4846;153;20220909;24.9;17;21;1.5;16.16;1.5;2.61;11652
+72082;43.94747;1.4846;153;20220910;27.2;12;19.6;.9;13.6;0;3.28;19794
+72082;43.94747;1.4846;153;20220911;33;12.4;22.7;1.4;13.6;0;4.21;21364
+72082;43.94747;1.4846;153;20220912;33.6;17.2;25.4;3.1;17.7;0;5.14;18545
+72082;43.94747;1.4846;153;20220913;31.7;20.9;26.3;3.1;21.6;0;3.83;11298
+72082;43.94747;1.4846;153;20220914;31.1;19.1;25.1;2.5;19.03;2.9;4.09;15780
+72082;43.94747;1.4846;153;20220915;30.2;18.2;24.2;2.2;17.83;.2;4.1;18199
+72082;43.94747;1.4846;153;20220916;26.7;18.5;22.6;3.7;15.5;0;4.25;15093
+72082;43.94747;1.4846;153;20220917;22.5;12.2;17.3;2;9.36;0;3.43;18392
+72082;43.94747;1.4846;153;20220918;25.9;6.9;16.4;1.3;7.4;0;3.32;20045
+72082;43.94747;1.4846;153;20220919;27.6;6.4;17;1.3;7.9;0;3.45;20133
+72082;43.94747;1.4846;153;20220920;26;7.3;16.7;1.6;8.56;0;3.45;19605
+72082;43.94747;1.4846;153;20220921;25.6;8.3;17;1.5;9;0;3.19;18616
+72082;43.94747;1.4846;153;20220922;26.6;7.8;17.2;1.1;9.86;0;3.01;18808
+72082;43.94747;1.4846;153;20220923;25.9;9.8;17.8;1.7;13.4;10.6;2.71;13445
+72082;43.94747;1.4846;153;20220924;19.5;14.5;17;2.1;15.6;3.5;1.82;9149
+72082;43.94747;1.4846;153;20220925;19.6;11.6;15.6;2.3;12.83;.1;2.18;11590
+72082;43.94747;1.4846;153;20220926;20.3;7.7;14;2.7;11.6;2.8;2.33;12824
+72082;43.94747;1.4846;153;20220927;18.3;13.1;15.7;4.5;14.03;2.9;2.02;8710
+72082;43.94747;1.4846;153;20220928;18.6;14.5;16.6;5.7;15.83;10.8;1.9;8076
+72082;43.94747;1.4846;153;20220929;17;12.8;14.9;3.4;14.13;10;1.56;7397
+72082;43.94747;1.4846;153;20220930;18.8;10.5;14.6;3;11.66;.2;2.31;12513
+72082;43.94747;1.4846;153;20221001;23.4;8.9;16.1;2.2;12.96;0;2.32;11254
+72082;43.94747;1.4846;153;20221002;24.2;11;17.6;1.1;14.63;.1;2.23;14391
+72082;43.94747;1.4846;153;20221003;24.6;12;18.3;1;14.16;0;2.26;14978
+72082;43.94747;1.4846;153;20221004;25.4;8.8;17.1;1;12.66;.1;2.35;16545
+72082;43.94747;1.4846;153;20221005;26;9.2;17.6;2;13.8;0;2.74;16047
+72082;43.94747;1.4846;153;20221006;22.1;15.1;18.6;1.5;15.83;0;1.72;8106
+72082;43.94747;1.4846;153;20221007;24.5;10.6;17.5;1.1;14.63;0;2.07;13505
+72082;43.94747;1.4846;153;20221008;22.9;14.2;18.6;1.3;16.06;1.1;1.81;9922
+72082;43.94747;1.4846;153;20221009;25.2;10.4;17.8;1.8;14.06;.1;2.46;14601
+72082;43.94747;1.4846;153;20221010;25.5;10.8;18.1;1.5;14.73;0;2.17;12891
+72082;43.94747;1.4846;153;20221011;23.3;12.6;17.9;.9;15.13;.2;1.75;11108
+72082;43.94747;1.4846;153;20221012;24.3;13.4;18.9;1.3;15.16;.6;2.06;12518
+72082;43.94747;1.4846;153;20221013;22.6;12.2;17.4;1.5;14.6;.3;1.71;9494
+72082;43.94747;1.4846;153;20221014;21.6;16.8;19.2;3.1;17.06;.6;1.77;5724
+72082;43.94747;1.4846;153;20221015;26.6;11.1;18.9;1.6;14.83;.1;2.3;14056
+72082;43.94747;1.4846;153;20221016;27.3;14.6;21;3.4;16.83;0;2.92;12371
+72082;43.94747;1.4846;153;20221017;26.3;20;23.1;3.8;17.96;.1;2.88;7656
+72082;43.94747;1.4846;153;20221018;28;15;21.5;2.7;17.53;0;2.68;12241
+72082;43.94747;1.4846;153;20221019;26.5;14.2;20.3;3;17.5;1.4;2.3;8904
+72082;43.94747;1.4846;153;20221020;22.7;17.4;20.1;2.7;18.9;1.4;1.46;3886
+72082;43.94747;1.4846;153;20221021;24;14;19;1.8;16.3;.5;1.76;8378
+72082;43.94747;1.4846;153;20221022;26.1;11.8;18.9;2;14.53;0;2.23;11877
+72082;43.94747;1.4846;153;20221023;27.2;16.2;21.7;3.5;13.96;0;3.22;5885
+72082;43.94747;1.4846;153;20221024;24.3;12.9;18.6;1.2;13.76;0;1.76;10939
+72082;43.94747;1.4846;153;20221025;25.1;10.1;17.6;2.1;13.43;.1;2.06;8841
+72082;43.94747;1.4846;153;20221026;24.6;11;17.8;1.6;15.36;.2;1.55;8069
+72082;43.94747;1.4846;153;20221027;25;13.3;19.1;2.6;16.6;0;1.83;7628
+72082;43.94747;1.4846;153;20221028;25.7;17.9;21.8;4.2;16.6;0;2.87;7817
+72082;43.94747;1.4846;153;20221029;26.6;14.4;20.5;3.3;13.2;.1;2.85;9177
+72082;43.94747;1.4846;153;20221030;24;11.5;17.8;1.7;13.86;0;1.73;9257
+72082;43.94747;1.4846;153;20221031;25.5;11;18.2;1.9;14.86;1.1;1.81;8646
+72082;43.94747;1.4846;153;20221101;20.8;14.3;17.5;1.8;14.13;0;1.46;7101
+72082;43.94747;1.4846;153;20221102;20.4;10.3;15.4;1.2;11.79;.1;1.26;8632
+72082;43.94747;1.4846;153;20221103;20.3;7.8;14.1;2.4;11.93;5.9;1.48;7137
+72082;43.94747;1.4846;153;20221104;14.7;10.4;12.6;5.2;10.96;6.6;1.59;5535
+72082;43.94747;1.4846;153;20221105;15.8;4.5;10.1;1.4;8.93;.1;1.03;9336
+72082;43.94747;1.4846;153;20221106;19.6;1.8;10.7;1.4;8.53;.1;1.27;10521
+72082;43.94747;1.4846;153;20221107;20.4;4;12.2;1.8;9.9;0;1.39;10037
+72082;43.94747;1.4846;153;20221108;20.6;8.6;14.6;1.8;13.06;.7;1.21;6832
+72082;43.94747;1.4846;153;20221109;16.8;11.7;14.2;1.4;14.3;2.7;.77;3909
+72082;43.94747;1.4846;153;20221110;16;8.3;12.1;1.1;11.71;0;.78;5545
+72082;43.94747;1.4846;153;20221111;21.7;5.4;13.5;2.4;11.76;0;1.5;9600
+72082;43.94747;1.4846;153;20221112;22.7;10.1;16.4;2.5;12.8;0;1.65;8446
+72082;43.94747;1.4846;153;20221113;21.1;5.3;13.2;1.4;10.13;0;1.23;9099
+72082;43.94747;1.4846;153;20221114;17.1;7.8;12.5;1.3;12.4;.2;.79;4651
+72082;43.94747;1.4846;153;20221115;18.2;9.4;13.8;1.6;13.3;9.7;.87;4906
+72082;43.94747;1.4846;153;20221116;18.3;9.8;14;1.7;12.33;.1;.99;7830
+72082;43.94747;1.4846;153;20221117;18;12;15;2.8;13;9.5;1.24;4838
+72082;43.94747;1.4846;153;20221118;13.9;9.4;11.7;3.3;11.36;4;.94;4914
+72082;43.94747;1.4846;153;20221119;11.1;7.7;9.4;3.3;10;2.4;.81;4067
+72082;43.94747;1.4846;153;20221120;11.4;3.6;7.5;2.2;9.7;2.3;.53;5031
+72082;43.94747;1.4846;153;20221121;13.1;7.6;10.3;3.5;10.86;21.2;.81;2440
+72082;43.94747;1.4846;153;20221122;9.6;6;7.8;4.7;9.4;13.8;.71;3259
+72082;43.94747;1.4846;153;20221123;16.1;8.1;12.1;3.4;11.27;6.5;1.06;4939
+72082;43.94747;1.4846;153;20221124;14.2;4.5;9.3;1.5;9.96;.8;.63;5230
+72082;43.94747;1.4846;153;20221125;11.6;5.9;8.8;1.9;10.36;5.6;.51;3037
+72082;43.94747;1.4846;153;20221126;10.3;3.7;7;1.1;9.1;0;.46;4475
+72082;43.94747;1.4846;153;20221127;12.6;.6;6.6;2.2;8.26;2.8;.68;6007
+72082;43.94747;1.4846;153;20221128;13;7.8;10.4;3;10.7;6;.78;3595
+72082;43.94747;1.4846;153;20221129;11.5;6.1;8.8;2.2;9.66;.5;.65;4173
+72082;43.94747;1.4846;153;20221130;7.3;2.4;4.8;1.2;7.84;0;.42;2882
+72082;43.94747;1.4846;153;20221201;5;2.1;3.6;1.4;7.66;0;.34;1911
+72082;43.94747;1.4846;153;20221202;6.9;4.5;5.7;.9;8.13;0;.45;1735
+72082;43.94747;1.4846;153;20221203;7.5;3.2;5.3;1;8.06;1.7;.41;2709
+72082;43.94747;1.4846;153;20221204;9;4.1;6.5;1.2;7.9;0;.47;4755
+72082;43.94747;1.4846;153;20221205;10.8;-1.8;4.5;1.4;6.3;.1;.5;7304
+72082;43.94747;1.4846;153;20221206;11;1.6;6.3;1;7.16;0;.54;5017
+72082;43.94747;1.4846;153;20221207;12.8;4.9;8.8;1.3;7.77;0;.64;5158
+72082;43.94747;1.4846;153;20221208;8.9;.5;4.7;1.6;7.7;2.5;.45;3501
+72082;43.94747;1.4846;153;20221209;9.6;6.3;7.9;1.5;10.2;.9;.42;1895
+72082;43.94747;1.4846;153;20221210;2.8;1.3;2;3.9;6.33;0;.52;1518
+72082;43.94747;1.4846;153;20221211;4.6;-5.4;-.4;1.3;4.6;.1;.39;5933
+72082;43.94747;1.4846;153;20221212;4.5;-4;.2;1.9;5.73;6.5;.36;3290
+72082;43.94747;1.4846;153;20221213;12.3;3.9;8.1;2.9;10.6;4;.41;2884
+72082;43.94747;1.4846;153;20221214;15.2;8.3;11.7;1.7;11.46;1.2;.64;3574
+72082;43.94747;1.4846;153;20221215;11.8;6.2;9;2.1;11.1;2.6;.4;1994
+72082;43.94747;1.4846;153;20221216;11.2;9;10.1;1.6;10.86;.6;.53;2264
+72082;43.94747;1.4846;153;20221217;7.1;.8;3.9;1.2;7.16;.1;.38;3485
+72082;43.94747;1.4846;153;20221218;13.1;-.5;6.3;2.5;7.63;.1;.71;6379
+72082;43.94747;1.4846;153;20221219;16.4;4.5;10.4;1.9;9.83;0;.78;5449
+72082;43.94747;1.4846;153;20221220;15.6;7.2;11.4;1.9;11.46;.5;.68;2874
+72082;43.94747;1.4846;153;20221221;17;10.2;13.6;1.3;12.06;.1;.63;5027
+72082;43.94747;1.4846;153;20221222;17.5;7.1;12.3;1.7;11.8;1.2;.68;4412
+72082;43.94747;1.4846;153;20221223;18.4;11.2;14.8;1.5;13.13;0;.71;5562
+72082;43.94747;1.4846;153;20221224;18;7.3;12.6;1.4;10.8;0;.66;5767
+72082;43.94747;1.4846;153;20221225;16.3;4.4;10.3;2.1;9.96;.1;.71;5881
+72082;43.94747;1.4846;153;20221226;15.4;4.8;10.1;1.2;10.7;2.2;.48;4548
+72082;43.94747;1.4846;153;20221227;13.9;9.5;11.7;.9;11.56;.1;.49;3614
+72082;43.94747;1.4846;153;20221228;15.9;4.6;10.3;2;9.76;0;.72;6258
+72082;43.94747;1.4846;153;20221229;14;7.9;11;1.9;11;4.7;.65;3186
+72082;43.94747;1.4846;153;20221230;16.4;8.2;12.3;2.1;11.5;.6;.79;3873
+72082;43.94747;1.4846;153;20221231;17.4;7.8;12.6;3;11.63;0;.93;5323
+72083;43.97259;1.79392;180;20220101;17.4;2.9;10.2;1.8;8.56;.1;.85;6478
+72083;43.97259;1.79392;180;20220102;13.6;1.5;7.5;1.6;8.51;.1;.53;5070
+72083;43.97259;1.79392;180;20220103;14.7;4.3;9.5;2;9.56;0;.65;5084
+72083;43.97259;1.79392;180;20220104;16.4;5.2;10.8;3.3;9.81;7.4;1.06;5509
+72083;43.97259;1.79392;180;20220105;6.3;4.3;5.3;3;6.88;0;.72;3228
+72083;43.97259;1.79392;180;20220106;6.6;-1.3;2.7;1.8;5.11;.1;.61;5188
+72083;43.97259;1.79392;180;20220107;4.2;-2.1;1;1.4;6.11;5;.37;2964
+72083;43.97259;1.79392;180;20220108;9.7;3.2;6.4;5.3;9.86;5.4;.21;2754
+72083;43.97259;1.79392;180;20220109;8;6.9;7.4;3.4;9.41;25.9;.53;878
+72083;43.97259;1.79392;180;20220110;7.7;6.8;7.2;1.5;9.26;4;.48;553
+72083;43.97259;1.79392;180;20220111;5.6;-.6;2.5;1;6.56;.1;.36;3955
+72083;43.97259;1.79392;180;20220112;2.6;-2.6;0;1.6;5.66;0;.32;3736
+72083;43.97259;1.79392;180;20220113;.6;-2;-.7;1.2;5.51;0;.29;2470
+72083;43.97259;1.79392;180;20220114;8.7;-5.3;1.7;1.1;5.41;0;.4;7911
+72083;43.97259;1.79392;180;20220115;9.1;-4.3;2.4;1.3;5.16;.1;.53;7709
+72083;43.97259;1.79392;180;20220116;8.1;-5.4;1.4;1.5;5.16;.1;.5;7943
+72083;43.97259;1.79392;180;20220117;0;-2.2;-1.1;.4;5.46;.1;.3;2339
+72083;43.97259;1.79392;180;20220118;.4;-1.2;-.4;.5;5.81;.1;.31;1661
+72083;43.97259;1.79392;180;20220119;4.1;-.9;1.6;.8;6.76;.5;.31;3245
+72083;43.97259;1.79392;180;20220120;7.5;-1.1;3.2;1.6;6.51;0;.5;5139
+72083;43.97259;1.79392;180;20220121;7;-1.6;2.7;2;5.01;.1;.75;7065
+72083;43.97259;1.79392;180;20220122;6.9;-4.2;1.3;1.2;4.71;0;.55;7495
+72083;43.97259;1.79392;180;20220123;11.9;-4.3;3.8;1.2;5.21;.1;.65;8538
+72083;43.97259;1.79392;180;20220124;13.1;-3;5.1;1.3;5.76;0;.75;8521
+72083;43.97259;1.79392;180;20220125;12.2;-2.9;4.7;1.1;6.06;0;.63;8368
+72083;43.97259;1.79392;180;20220126;11.3;-3;4.1;.8;6.06;0;.56;8294
+72083;43.97259;1.79392;180;20220127;5.5;-4.1;.7;1.5;5.61;.1;.42;7062
+72083;43.97259;1.79392;180;20220128;-.2;-2;-1.1;.7;5.48;0;.32;1879
+72083;43.97259;1.79392;180;20220129;1.2;-1.5;-.2;.2;5.66;0;.36;2697
+72083;43.97259;1.79392;180;20220130;2.6;.1;1.3;1.1;6.51;.1;.36;2411
+72083;43.97259;1.79392;180;20220131;7.6;2.2;4.9;4.4;8.21;1.1;.45;3090
+72083;43.97259;1.79392;180;20220201;6.9;.9;3.9;4.1;7.56;.6;.49;5189
+72083;43.97259;1.79392;180;20220202;10.3;5.7;8;3;9.31;.2;.69;3457
+72083;43.97259;1.79392;180;20220203;7.5;-1;3.3;1.6;7.41;.1;.43;6408
+72083;43.97259;1.79392;180;20220204;9.8;5.7;7.7;1.5;10.06;1.8;.49;3434
+72083;43.97259;1.79392;180;20220205;10.6;7;8.8;2.3;8.71;.2;.91;4159
+72083;43.97259;1.79392;180;20220206;8.3;-.6;3.8;2;7.31;.9;.61;5435
+72083;43.97259;1.79392;180;20220207;11.7;7.3;9.5;4.1;9.61;1;1.03;4128
+72083;43.97259;1.79392;180;20220208;15.7;-1.4;7.2;1.4;6.61;0;1.13;10823
+72083;43.97259;1.79392;180;20220209;17;-.4;8.3;2.4;6.91;0;1.54;10846
+72083;43.97259;1.79392;180;20220210;5.7;.4;3;1.4;8.56;0;.89;9287
+72083;43.97259;1.79392;180;20220211;14.1;6.7;10.4;1.7;8.94;0;1.16;6550
+72083;43.97259;1.79392;180;20220212;14.9;-1.8;6.6;1.8;6;0;1.42;10500
+72083;43.97259;1.79392;180;20220213;17.1;.7;8.9;2.5;8.39;4.3;1.57;11100
+72083;43.97259;1.79392;180;20220214;11.7;6.1;8.9;3.9;9.69;6.7;1.1;6000
+72083;43.97259;1.79392;180;20220215;10.4;5.7;8;3.6;9.24;5;.99;6650
+72083;43.97259;1.79392;180;20220216;12.4;7.3;9.8;4.8;11.21;4.6;.71;3878
+72083;43.97259;1.79392;180;20220217;13.6;11.1;12.3;4;12.84;1.1;.81;3340
+72083;43.97259;1.79392;180;20220218;16.4;10.1;13.3;2.4;11.51;.2;1.36;7468
+72083;43.97259;1.79392;180;20220219;11.5;7.6;9.5;2.7;7.81;0;1.46;7357
+72083;43.97259;1.79392;180;20220220;10.3;1.2;5.7;2.1;8.81;1.3;.7;6196
+72083;43.97259;1.79392;180;20220221;11.8;8.8;10.3;6.2;9.26;1.2;1.62;4905
+72083;43.97259;1.79392;180;20220222;13.8;6.9;10.3;3.4;8.81;0;1.59;8101
+72083;43.97259;1.79392;180;20220223;16.1;3.9;10;1.1;8.61;0;1.33;11740
+72083;43.97259;1.79392;180;20220224;15;4.2;9.6;3.2;9.11;.2;1.54;10015
+72083;43.97259;1.79392;180;20220225;11.7;5.2;8.5;2.8;6.56;0;1.74;10649
+72083;43.97259;1.79392;180;20220226;15.2;-.6;7.3;2.8;4.81;0;2.26;13858
+72083;43.97259;1.79392;180;20220227;15.8;-.1;7.9;2.1;6.51;0;1.8;12810
+72083;43.97259;1.79392;180;20220228;16.4;1.8;9.1;1.7;7.51;0;1.67;13622
+72083;43.97259;1.79392;180;20220301;16.6;.2;8.4;2.6;7.51;0;1.92;13913
+72083;43.97259;1.79392;180;20220302;12.7;3.7;8.2;2.1;9.24;5.5;1.11;8165
+72083;43.97259;1.79392;180;20220303;17.4;7.9;12.6;1.6;10.11;0;1.74;12096
+72083;43.97259;1.79392;180;20220304;9.7;6.6;8.1;3.4;9.91;4.6;.69;3113
+72083;43.97259;1.79392;180;20220305;8;6.5;7.2;3.4;9.36;1.6;.6;2404
+72083;43.97259;1.79392;180;20220306;12.4;6.1;9.2;2.3;7.76;0;1.6;9788
+72083;43.97259;1.79392;180;20220307;12.7;-1.8;5.4;2.2;6.71;0;1.52;13957
+72083;43.97259;1.79392;180;20220308;15;3.3;9.2;3.5;8.06;2.6;2.05;13351
+72083;43.97259;1.79392;180;20220309;15.8;5.9;10.8;3.2;9.11;0;2.06;13494
+72083;43.97259;1.79392;180;20220310;16.8;6.6;11.7;3.4;9.16;.2;2.1;10214
+72083;43.97259;1.79392;180;20220311;13.8;7.9;10.8;6.2;9.41;6.9;2;7188
+72083;43.97259;1.79392;180;20220312;9.8;9;9.4;3.8;10.01;11.6;.95;3022
+72083;43.97259;1.79392;180;20220313;12.1;7;9.6;4.7;8.66;18.7;1.57;4778
+72083;43.97259;1.79392;180;20220314;14.7;3.3;9;7.5;9.31;0;1.8;9600
+72083;43.97259;1.79392;180;20220315;14.9;12.8;13.9;9.4;11.04;0;2.6;6155
+72083;43.97259;1.79392;180;20220316;17.1;10;13.6;3.5;10.86;0;2.07;8330
+72083;43.97259;1.79392;180;20220317;14.9;10.5;12.7;1.4;11.66;1.3;1.28;6644
+72083;43.97259;1.79392;180;20220318;13;7.9;10.5;.9;9.99;.1;1.17;6400
+72083;43.97259;1.79392;180;20220319;17.1;6.3;11.7;3.6;8.24;0;2.9;15550
+72083;43.97259;1.79392;180;20220320;16.6;4.7;10.7;4.8;9.04;0;2.64;12350
+72083;43.97259;1.79392;180;20220321;15.8;10.6;13.2;6.8;8.44;0;3.83;17200
+72083;43.97259;1.79392;180;20220322;15.4;7.2;11.3;6.8;6.59;0;4.1;18800
+72083;43.97259;1.79392;180;20220323;16.2;2.4;9.3;4.1;6.09;0;3.48;19700
+72083;43.97259;1.79392;180;20220324;19;.4;9.7;2.8;6.19;0;3.24;19750
+72083;43.97259;1.79392;180;20220325;20.2;3.6;11.9;2.1;5.54;0;3.12;16000
+72083;43.97259;1.79392;180;20220326;20;3.4;11.7;3.6;5.79;0;4;19800
+72083;43.97259;1.79392;180;20220327;21.7;5.6;13.6;3.4;6.59;0;4.13;18400
+72083;43.97259;1.79392;180;20220328;21.9;5.9;13.9;2.5;6.39;0;3.61;16450
+72083;43.97259;1.79392;180;20220329;19.9;5;12.4;1.3;8.64;1.4;2.24;12350
+72083;43.97259;1.79392;180;20220330;12.7;9.9;11.3;2.1;11.39;2.9;1.14;4350
+72083;43.97259;1.79392;180;20220331;15.6;8.6;12.1;4.8;9.04;2.8;2.89;14100
+72083;43.97259;1.79392;180;20220401;8.3;2.1;5.2;7.8;5.66;.9;2.36;13549
+72083;43.97259;1.79392;180;20220402;8.7;1.3;5;6;5.26;.1;2.31;11490
+72083;43.97259;1.79392;180;20220403;7.9;-1.9;3;2.8;5.1;0;1.84;15703
+72083;43.97259;1.79392;180;20220404;11.5;-2;4.7;1.6;5.06;0;2.3;20538
+72083;43.97259;1.79392;180;20220405;15.1;-1.5;6.8;2.6;6.56;0;2.68;19524
+72083;43.97259;1.79392;180;20220406;11.5;3.5;7.5;2.6;10.09;.4;.85;4300
+72083;43.97259;1.79392;180;20220407;19.4;8.6;14;4.8;11.59;5.3;2.81;12050
+72083;43.97259;1.79392;180;20220408;20.2;11.3;15.7;4.7;11.44;0;3.4;13500
+72083;43.97259;1.79392;180;20220409;14.7;6.6;10.7;3;7.64;.1;2.85;15900
+72083;43.97259;1.79392;180;20220410;20.7;-.9;9.9;2.4;6.09;0;3.73;23350
+72083;43.97259;1.79392;180;20220411;18.6;7.8;13.2;5.5;9.24;0;3.82;19100
+72083;43.97259;1.79392;180;20220412;18.3;11.8;15.1;5;9.84;0;3.78;14800
+72083;43.97259;1.79392;180;20220413;14.9;10.3;12.6;1;11.09;1.1;1.24;4550
+72083;43.97259;1.79392;180;20220414;23.9;4.2;14.1;1.2;11.39;.1;3.38;22550
+72083;43.97259;1.79392;180;20220415;24;8.4;16.2;1.9;13.29;0;3.33;19250
+72083;43.97259;1.79392;180;20220416;24.5;10.3;17.4;2.6;12.39;0;3.99;20100
+72083;43.97259;1.79392;180;20220417;23.5;5.1;14.3;2.4;10.14;0;3.96;23200
+72083;43.97259;1.79392;180;20220418;18.5;10.7;14.6;2.7;11.24;0;2.73;13150
+72083;43.97259;1.79392;180;20220419;15.7;6.4;11;2.3;11.59;16.9;1.43;7000
+72083;43.97259;1.79392;180;20220420;11.7;9;10.3;1.8;11.59;5.8;.97;4250
+72083;43.97259;1.79392;180;20220421;13;9.3;11.1;2.5;12.49;.9;1;4300
+72083;43.97259;1.79392;180;20220422;19.2;11.1;15.2;1;12.94;.2;2.29;13100
+72083;43.97259;1.79392;180;20220423;15.4;9.5;12.4;3.1;10.99;20.2;1.59;4150
+72083;43.97259;1.79392;180;20220424;17.1;8.7;12.9;4.5;12.04;1.6;2.08;8400
+72083;43.97259;1.79392;180;20220425;18.9;6.5;12.7;1.2;10.24;0;2.99;20350
+72083;43.97259;1.79392;180;20220426;23.2;4.5;13.8;1.4;9.44;0;3.96;25650
+72083;43.97259;1.79392;180;20220427;21.8;8.2;15;2.3;11.99;.1;3.47;19984
+72083;43.97259;1.79392;180;20220428;20.9;12;16.5;2.1;14.19;0;2.77;14550
+72083;43.97259;1.79392;180;20220429;23;13.3;18.2;2.5;14.14;0;3.6;18300
+72083;43.97259;1.79392;180;20220430;22.7;12.4;17.5;2.8;12.89;0;4.03;21100
+72083;43.97259;1.79392;180;20220501;21.2;7.9;14.6;2;11.24;0;3.6;21400
+72083;43.97259;1.79392;180;20220502;21;10.1;15.5;1.9;12.19;0;3.25;17650
+72083;43.97259;1.79392;180;20220503;21.3;11.8;16.5;1.7;13.09;4.1;2.91;14950
+72083;43.97259;1.79392;180;20220504;21;11.4;16.2;1.7;13.04;.8;3.08;16500
+72083;43.97259;1.79392;180;20220505;21.1;8.8;14.9;2.6;10.79;0;3.72;19100
+72083;43.97259;1.79392;180;20220506;20.3;8.4;14.3;2.5;10.41;0;3.36;18398
+72083;43.97259;1.79392;180;20220507;23.1;9.1;16.1;2.5;10.96;0;4.29;24007
+72083;43.97259;1.79392;180;20220508;23.7;9.9;16.8;1.4;11.56;0;3.67;20596
+72083;43.97259;1.79392;180;20220509;26.2;9.1;17.7;1.4;11.56;0;4.49;26085
+72083;43.97259;1.79392;180;20220510;28.1;10.1;19.1;1.7;12.06;0;4.86;26080
+72083;43.97259;1.79392;180;20220511;29.8;11.3;20.6;2.6;12.56;0;5.68;26859
+72083;43.97259;1.79392;180;20220512;26.7;15.1;20.9;1.8;15.11;0;4.17;20822
+72083;43.97259;1.79392;180;20220513;26.5;15.7;21.1;1.1;15.36;0;4;21189
+72083;43.97259;1.79392;180;20220514;29.4;12.9;21.2;1.6;15.21;0;4.8;25044
+72083;43.97259;1.79392;180;20220515;29.3;16.7;23;3.1;13.31;.1;5.89;24270
+72083;43.97259;1.79392;180;20220516;28.7;13.6;21.2;1.1;13.61;0;4.69;25545
+72083;43.97259;1.79392;180;20220517;32.4;14.4;23.4;1.8;15.61;0;5.65;27050
+72083;43.97259;1.79392;180;20220518;33.2;16.8;25;1.9;16.31;0;5.77;25835
+72083;43.97259;1.79392;180;20220519;30;17.4;23.7;3.3;15.61;0;5.93;24499
+72083;43.97259;1.79392;180;20220520;31.8;17.8;24.8;3.2;15.01;0;6.13;23786
+72083;43.97259;1.79392;180;20220521;34.3;15.6;24.9;1.6;17.86;0;5.72;26842
+72083;43.97259;1.79392;180;20220522;31.6;17.9;24.8;2.1;19.81;6;4.82;20865
+72083;43.97259;1.79392;180;20220523;21.9;17.2;19.5;3.7;16.36;.6;3;11871
+72083;43.97259;1.79392;180;20220524;18.6;13;15.8;3.1;13.01;.5;2.71;12628
+72083;43.97259;1.79392;180;20220525;21.3;10.6;15.9;3.2;11.51;0;4.16;22747
+72083;43.97259;1.79392;180;20220526;19.4;9.8;14.6;2.8;12.41;0;3.14;18197
+72083;43.97259;1.79392;180;20220527;26.3;12.5;19.4;2.6;13.91;0;4.88;24838
+72083;43.97259;1.79392;180;20220528;27;12.1;19.6;2.1;12.81;0;5.17;26594
+72083;43.97259;1.79392;180;20220529;25.4;9.5;17.4;1.8;9.16;0;5.05;27576
+72083;43.97259;1.79392;180;20220530;25.8;8.8;17.3;1.6;10.16;0;4.69;26203
+72083;43.97259;1.79392;180;20220531;26.7;14.4;20.6;1.5;13.21;0;4.72;24756
+72083;43.97259;1.79392;180;20220601;33.7;15.3;24.5;2.5;14.41;0;6.61;28126
+72083;43.97259;1.79392;180;20220602;30.6;17.3;23.9;1.9;17.01;.2;5.47;25257
+72083;43.97259;1.79392;180;20220603;32.8;17.9;25.3;3.1;16.61;4.6;6.56;26595
+72083;43.97259;1.79392;180;20220604;30.4;16.8;23.6;2.5;20.06;7.8;5.21;24744
+72083;43.97259;1.79392;180;20220605;25;17.1;21;2.8;18.01;.1;3.85;18164
+72083;43.97259;1.79392;180;20220606;29.1;13.3;21.2;1.4;15.91;1.8;4.83;25283
+72083;43.97259;1.79392;180;20220607;24.4;16.9;20.6;1.7;16.81;0;3.7;18384
+72083;43.97259;1.79392;180;20220608;20.2;14.8;17.5;2.1;16.21;5.3;2.31;11778
+72083;43.97259;1.79392;180;20220609;21.4;13;17.2;3.1;14.16;.1;3.39;17188
+72083;43.97259;1.79392;180;20220610;28.9;11.1;20;1.6;13.71;0;5.4;29158
+72083;43.97259;1.79392;180;20220611;33.4;14.6;24;1.4;14.56;0;5.97;29504
+72083;43.97259;1.79392;180;20220612;31.4;16.8;24.1;1.4;17.41;1.8;5.06;24140
+72083;43.97259;1.79392;180;20220613;32.1;19;25.6;2.3;20.36;0;5.77;25795
+72083;43.97259;1.79392;180;20220614;36.5;18.4;27.4;2;18.61;.1;6.48;27343
+72083;43.97259;1.79392;180;20220615;35.7;20.4;28.1;2.2;17.51;0;6.57;26361
+72083;43.97259;1.79392;180;20220616;36.8;19.1;28;1.7;18.66;0;6.5;27948
+72083;43.97259;1.79392;180;20220617;39.3;19.1;29.2;1.3;17.61;0;6.72;29669
+72083;43.97259;1.79392;180;20220618;37;20.4;28.7;3.8;15.01;0;8.37;27989
+72083;43.97259;1.79392;180;20220619;34.5;22.2;28.3;4.7;15.11;0;8.34;25694
+72083;43.97259;1.79392;180;20220620;31.4;17.9;24.6;2.1;18.71;0;5.63;25686
+72083;43.97259;1.79392;180;20220621;30.3;20.6;25.4;1.9;21.16;.9;4.36;18347
+72083;43.97259;1.79392;180;20220622;29.8;18.2;24;2.3;19.06;0;4.97;22172
+72083;43.97259;1.79392;180;20220623;28.4;17.2;22.8;2.1;17.71;17.7;4.93;23495
+72083;43.97259;1.79392;180;20220624;25.9;16.1;21;2.6;16.66;2.9;4.4;21363
+72083;43.97259;1.79392;180;20220625;28.7;15.2;21.9;3.6;16.46;5.6;5.21;22560
+72083;43.97259;1.79392;180;20220626;19.9;16;17.9;2.8;17.41;6.9;1.95;9006
+72083;43.97259;1.79392;180;20220627;19.4;15.2;17.3;2.6;16.61;2;2.75;15796
+72083;43.97259;1.79392;180;20220628;26.5;14.6;20.6;2.1;14.36;0;4.57;21864
+72083;43.97259;1.79392;180;20220629;29.7;12.4;21;1.8;14.61;1.5;4.94;23890
+72083;43.97259;1.79392;180;20220630;18.5;15.8;17.1;2.6;15.86;1.4;2.08;9479
+72083;43.97259;1.79392;180;20220701;24.3;13.1;18.7;1.7;13.41;0;4.65;26028
+72083;43.97259;1.79392;180;20220702;32.4;11;21.7;1.7;13.21;0;6.02;30057
+72083;43.97259;1.79392;180;20220703;31.8;16.3;24.1;2.2;16.86;.2;5.68;25430
+72083;43.97259;1.79392;180;20220704;28.1;16.9;22.5;2.7;18.71;.6;4.64;21508
+72083;43.97259;1.79392;180;20220705;30.5;17.8;24.1;2.5;16.86;0;5.87;26393
+72083;43.97259;1.79392;180;20220706;30.2;15.7;23;2;14.16;0;5.65;26728
+72083;43.97259;1.79392;180;20220707;29.6;14.9;22.3;3;14.31;0;5.22;20203
+72083;43.97259;1.79392;180;20220708;30.6;15.4;23;2.1;14.41;0;5.88;28097
+72083;43.97259;1.79392;180;20220709;33.3;13.8;23.6;1.4;13.61;0;6;29735
+72083;43.97259;1.79392;180;20220710;34.7;16.4;25.5;1.9;13.66;0;6.55;28673
+72083;43.97259;1.79392;180;20220711;36.3;19.4;27.8;2.2;14.51;0;7.03;28254
+72083;43.97259;1.79392;180;20220712;36.3;18.3;27.3;1.9;15.01;0;6.85;29606
+72083;43.97259;1.79392;180;20220713;36.2;16.2;26.2;1.9;13.01;0;6.84;29680
+72083;43.97259;1.79392;180;20220714;37.5;17.9;27.7;1.7;15.16;0;6.77;29553
+72083;43.97259;1.79392;180;20220715;36.7;19.3;28;1.8;14.91;0;6.57;27331
+72083;43.97259;1.79392;180;20220716;37.9;17.1;27.5;1.8;14.26;0;6.89;29430
+72083;43.97259;1.79392;180;20220717;39.1;19.5;29.3;2.2;13.66;0;7.36;28472
+72083;43.97259;1.79392;180;20220718;38.2;22.9;30.6;4.2;14.36;0;8.89;25692
+72083;43.97259;1.79392;180;20220719;36.9;23.4;30.2;3.3;14.16;0;7.8;25402
+72083;43.97259;1.79392;180;20220720;30.6;21.1;25.9;2.6;17.51;0;5.39;21361
+72083;43.97259;1.79392;180;20220721;35;17.5;26.3;1.6;15.46;0;6.07;27383
+72083;43.97259;1.79392;180;20220722;31.6;18.2;24.9;2.8;16.76;.6;5.6;22544
+72083;43.97259;1.79392;180;20220723;30.7;18.2;24.4;2.9;16.21;0;5.76;23755
+72083;43.97259;1.79392;180;20220724;37.3;15.1;26.2;1.6;15.18;0;6.49;28976
+72083;43.97259;1.79392;180;20220725;28.3;20.5;24.4;3.8;18.21;0;4.64;15610
+72083;43.97259;1.79392;180;20220726;28.4;17.1;22.7;3.2;14.56;0;5.68;24672
+72083;43.97259;1.79392;180;20220727;29.8;13.9;21.8;2.3;12.41;0;5.66;26447
+72083;43.97259;1.79392;180;20220728;30;14.9;22.4;1.7;14.16;0;4.87;23156
+72083;43.97259;1.79392;180;20220729;29;18.5;23.7;2.3;16.31;0;4.67;19657
+72083;43.97259;1.79392;180;20220730;31.1;19.4;25.2;2.4;16.96;0;5.51;23202
+72083;43.97259;1.79392;180;20220731;34.6;18;26.3;1.9;15.96;0;5.96;25842
+72083;43.97259;1.79392;180;20220801;35.6;18.7;27.2;2.1;16.06;0;6.34;26292
+72083;43.97259;1.79392;180;20220802;36.9;18;27.5;1.7;13.91;0;6.14;26784
+72083;43.97259;1.79392;180;20220803;38.3;18.9;28.6;1.8;13.91;0;6.44;26690
+72083;43.97259;1.79392;180;20220804;37.9;20.9;29.4;1.8;17.26;0;6.19;24792
+72083;43.97259;1.79392;180;20220805;32.4;21;26.7;3.4;19.36;0;5.94;22416
+72083;43.97259;1.79392;180;20220806;34.2;19.6;26.9;2.7;18.01;0;6.13;24294
+72083;43.97259;1.79392;180;20220807;34.8;18.5;26.6;1.8;14.11;0;5.81;25371
+72083;43.97259;1.79392;180;20220808;36;19.7;27.8;1.9;10.76;0;6.24;26085
+72083;43.97259;1.79392;180;20220809;36.6;17.5;27;1.8;11.06;0;6.18;25486
+72083;43.97259;1.79392;180;20220810;37.8;17.4;27.6;1.8;11.61;0;6.34;26319
+72083;43.97259;1.79392;180;20220811;38.3;20.8;29.6;2.1;16.56;0;6.49;24877
+72083;43.97259;1.79392;180;20220812;39.4;21.2;30.3;2.2;18.91;0;6.53;24480
+72083;43.97259;1.79392;180;20220813;37.5;21.2;29.3;2.7;19.51;.2;6.29;22172
+72083;43.97259;1.79392;180;20220814;29.2;21.5;25.3;3.1;20.01;.3;4.47;16783
+72083;43.97259;1.79392;180;20220815;30;18.2;24.1;1.7;16.11;.1;4.39;19719
+72083;43.97259;1.79392;180;20220816;34.6;16.7;25.6;2.8;15.86;5.6;5.62;20448
+72083;43.97259;1.79392;180;20220817;26.2;17;21.6;2.9;17.86;.2;3.42;13771
+72083;43.97259;1.79392;180;20220818;26.8;17.4;22.1;3.7;15.96;.3;4.28;15716
+72083;43.97259;1.79392;180;20220819;26.2;17.3;21.7;3.3;16.81;.1;3.69;14058
+72083;43.97259;1.79392;180;20220820;30.7;16.3;23.5;1.7;16.56;0;4.59;22096
+72083;43.97259;1.79392;180;20220821;29.2;17.3;23.3;2.1;16.66;.1;4.16;18189
+72083;43.97259;1.79392;180;20220822;27;19.4;23.2;2.9;18.06;.4;3.68;13869
+72083;43.97259;1.79392;180;20220823;31.8;18.6;25.2;2.1;18.16;0;4.85;21212
+72083;43.97259;1.79392;180;20220824;36.3;17.9;27.1;1.9;15.91;.2;5.51;23265
+72083;43.97259;1.79392;180;20220825;32.2;20.5;26.3;2.1;18.66;0;4.64;18796
+72083;43.97259;1.79392;180;20220826;30.9;18.8;24.8;2.5;18.51;.1;4.44;17968
+72083;43.97259;1.79392;180;20220827;31.9;17.1;24.5;1.4;15.86;0;4.43;21720
+72083;43.97259;1.79392;180;20220828;34.1;15.5;24.8;1.8;12.66;0;5.18;23265
+72083;43.97259;1.79392;180;20220829;35.6;17.7;26.6;2.5;14.71;3.4;5.55;19793
+72083;43.97259;1.79392;180;20220830;32.6;17.2;24.9;1.6;18.56;0;4.4;20694
+72083;43.97259;1.79392;180;20220831;30.9;17.7;24.3;2.1;17.21;0;4.19;17461
+72083;43.97259;1.79392;180;20220901;29.6;19;24.3;2.1;18.71;0;3.73;15590
+72083;43.97259;1.79392;180;20220902;29.2;17.2;23.2;1.7;18.11;11.3;3.62;17117
+72083;43.97259;1.79392;180;20220903;28.1;17.7;22.9;1.4;19.21;.1;3.31;16495
+72083;43.97259;1.79392;180;20220904;32.8;17.5;25.1;3.2;18.71;0;5.12;20469
+72083;43.97259;1.79392;180;20220905;32.9;19.8;26.3;2.9;20.08;0;4.59;16349
+72083;43.97259;1.79392;180;20220906;33;20.1;26.6;2.5;19.66;.1;4.63;17939
+72083;43.97259;1.79392;180;20220907;27.8;18;22.9;1.9;17.01;.2;3.34;14164
+72083;43.97259;1.79392;180;20220908;26.7;14.5;20.6;1;15.21;2;2.92;16095
+72083;43.97259;1.79392;180;20220909;23.2;16.4;19.8;1.2;16.01;1.2;2.28;11032
+72083;43.97259;1.79392;180;20220910;27.3;12.3;19.8;.9;13.31;0;3.18;18911
+72083;43.97259;1.79392;180;20220911;33.4;13.4;23.4;2.3;13.11;0;4.93;21127
+72083;43.97259;1.79392;180;20220912;35.7;19.5;27.6;3.7;16.46;0;6.03;18504
+72083;43.97259;1.79392;180;20220913;31.8;22.1;26.9;3.3;20.51;0;4.12;11880
+72083;43.97259;1.79392;180;20220914;30.9;20.3;25.6;2.9;18.41;3.2;4.16;14636
+72083;43.97259;1.79392;180;20220915;30.1;17.7;23.9;2.2;17.41;.1;3.87;17022
+72083;43.97259;1.79392;180;20220916;26.8;18.5;22.7;3.8;15.31;0;4.12;14264
+72083;43.97259;1.79392;180;20220917;22.5;10.3;16.4;2.1;9.01;0;3.36;17815
+72083;43.97259;1.79392;180;20220918;26.5;6.7;16.6;1.4;7.06;0;3.46;20130
+72083;43.97259;1.79392;180;20220919;27.7;6.8;17.3;1.9;7.41;0;3.84;19908
+72083;43.97259;1.79392;180;20220920;26.4;7;16.7;1.6;8.26;0;3.38;19403
+72083;43.97259;1.79392;180;20220921;25.6;6.8;16.2;1.3;8.26;0;3.04;18963
+72083;43.97259;1.79392;180;20220922;26.7;8.1;17.4;1.6;9.51;0;3.31;18593
+72083;43.97259;1.79392;180;20220923;26.4;10.5;18.4;2.1;13.06;16.8;3.03;14588
+72083;43.97259;1.79392;180;20220924;19.6;14.7;17.1;2.3;15.46;1.3;1.77;8678
+72083;43.97259;1.79392;180;20220925;18.4;12.7;15.5;2.6;12.86;.1;2.1;11148
+72083;43.97259;1.79392;180;20220926;19.5;7.6;13.5;2.8;11.56;2.4;2.16;12165
+72083;43.97259;1.79392;180;20220927;17.8;12.7;15.2;4.8;13.61;4.2;1.91;8250
+72083;43.97259;1.79392;180;20220928;18.9;14.2;16.5;5.8;15.66;10.9;1.78;7738
+72083;43.97259;1.79392;180;20220929;16.7;12.5;14.6;3.4;14.01;10.4;1.43;7120
+72083;43.97259;1.79392;180;20220930;18.2;10.7;14.5;2.6;11.66;.1;2.04;10742
+72083;43.97259;1.79392;180;20221001;22.2;7.6;14.9;1.9;12.76;0;2.05;11769
+72083;43.97259;1.79392;180;20221002;24.3;12.7;18.5;1.1;15.26;.1;2.14;13354
+72083;43.97259;1.79392;180;20221003;24.3;11.4;17.8;1.4;13.71;0;2.29;13945
+72083;43.97259;1.79392;180;20221004;25.2;9.3;17.3;1.6;12.46;.1;2.56;15852
+72083;43.97259;1.79392;180;20221005;25.4;10.6;18;2.5;13.46;.1;2.86;15088
+72083;43.97259;1.79392;180;20221006;22.1;13.8;18;1;15.81;0;1.5;8183
+72083;43.97259;1.79392;180;20221007;23.9;11.6;17.7;1.7;14.56;0;2.14;12611
+72083;43.97259;1.79392;180;20221008;22.5;14.7;18.6;1.6;15.86;1.3;1.9;10372
+72083;43.97259;1.79392;180;20221009;25;11.7;18.3;2.5;14.16;0;2.61;13521
+72083;43.97259;1.79392;180;20221010;25.5;12.3;18.9;2.4;14.51;0;2.54;12446
+72083;43.97259;1.79392;180;20221011;23.3;12.4;17.8;1.4;14.56;.1;1.83;10666
+72083;43.97259;1.79392;180;20221012;24;13.4;18.7;1.6;14.91;1.2;2;11339
+72083;43.97259;1.79392;180;20221013;21.6;11.5;16.5;1.6;14.51;1.1;1.63;9671
+72083;43.97259;1.79392;180;20221014;20.6;15.9;18.3;2.9;17.21;.6;1.44;5404
+72083;43.97259;1.79392;180;20221015;26.6;12.2;19.4;2.2;14.96;.1;2.53;13068
+72083;43.97259;1.79392;180;20221016;27.1;14.2;20.6;4.3;16.51;0;3.03;11813
+72083;43.97259;1.79392;180;20221017;25.3;18.6;22;3.8;17.06;0;2.72;6997
+72083;43.97259;1.79392;180;20221018;27.6;15.1;21.3;3.1;17.06;0;2.73;11555
+72083;43.97259;1.79392;180;20221019;26.6;16.7;21.6;4.1;17.36;1.4;2.75;8372
+72083;43.97259;1.79392;180;20221020;22.8;17.5;20.2;3.1;18.16;1.1;1.59;4200
+72083;43.97259;1.79392;180;20221021;24.9;15.2;20;2.2;15.91;.6;1.99;8789
+72083;43.97259;1.79392;180;20221022;25.9;12.7;19.3;2.9;14.41;0;2.52;11050
+72083;43.97259;1.79392;180;20221023;26.9;16.7;21.8;4;13.96;0;3.33;6374
+72083;43.97259;1.79392;180;20221024;24.4;14.1;19.3;1.6;13.76;0;1.92;9927
+72083;43.97259;1.79392;180;20221025;24.9;12.2;18.5;2.9;13.16;0;2.42;8410
+72083;43.97259;1.79392;180;20221026;24.3;11.2;17.8;1.9;15.06;.2;1.66;8190
+72083;43.97259;1.79392;180;20221027;26.6;13.9;20.2;3.3;16.16;0;2.38;8838
+72083;43.97259;1.79392;180;20221028;26;18.3;22.1;4.4;15.71;0;3.22;8007
+72083;43.97259;1.79392;180;20221029;28;15.6;21.8;4.1;11.26;0;3.95;9401
+72083;43.97259;1.79392;180;20221030;25.2;12.7;19;2.8;13.51;0;2.25;9492
+72083;43.97259;1.79392;180;20221031;26.2;12.4;19.3;2.8;14.71;2.3;2.26;9262
+72083;43.97259;1.79392;180;20221101;20.7;14;17.3;2;13.96;.1;1.51;7676
+72083;43.97259;1.79392;180;20221102;20.6;9.8;15.2;1.3;11.31;0;1.31;9048
+72083;43.97259;1.79392;180;20221103;20;8.9;14.4;3.1;11.81;4.9;1.63;5779
+72083;43.97259;1.79392;180;20221104;13.4;10.1;11.7;4.9;10.91;6.4;1.27;4064
+72083;43.97259;1.79392;180;20221105;15;3.8;9.4;1.5;8.46;.1;1.04;8602
+72083;43.97259;1.79392;180;20221106;18.7;2;10.3;1.8;8.16;.1;1.37;10215
+72083;43.97259;1.79392;180;20221107;20.6;5.2;12.9;2.5;9.76;0;1.63;9464
+72083;43.97259;1.79392;180;20221108;22;10.1;16.1;2.9;13.06;1.4;1.63;7673
+72083;43.97259;1.79392;180;20221109;17.9;11.5;14.7;2;14.11;2.7;.92;4146
+72083;43.97259;1.79392;180;20221110;16.3;10.1;13.2;1.3;12.04;.1;.85;5199
+72083;43.97259;1.79392;180;20221111;21.9;6.8;14.3;4.2;12.26;0;1.83;9064
+72083;43.97259;1.79392;180;20221112;24;10.5;17.2;3.3;12.01;0;2.24;8169
+72083;43.97259;1.79392;180;20221113;21.7;7.7;14.7;2.2;9.26;0;1.76;8097
+72083;43.97259;1.79392;180;20221114;18.6;10.1;14.4;2.4;12.61;.2;1.11;4541
+72083;43.97259;1.79392;180;20221115;18.6;10.5;14.6;2;13.31;9.3;.97;4731
+72083;43.97259;1.79392;180;20221116;18.3;10.3;14.3;1.4;12.26;.2;.88;7097
+72083;43.97259;1.79392;180;20221117;17.2;10.7;14;2.3;12.76;6.7;.98;4287
+72083;43.97259;1.79392;180;20221118;13.3;9.8;11.5;3.4;11.41;4;.85;3532
+72083;43.97259;1.79392;180;20221119;10.9;7.7;9.3;3.2;9.96;2.5;.72;3394
+72083;43.97259;1.79392;180;20221120;10.4;5.1;7.7;1.9;9.71;1.7;.47;4087
+72083;43.97259;1.79392;180;20221121;12.2;7.2;9.7;3.5;10.71;19.2;.66;2696
+72083;43.97259;1.79392;180;20221122;9.1;5.9;7.5;5;9.31;12.2;.61;2967
+72083;43.97259;1.79392;180;20221123;15.3;7.5;11.4;2.7;10.84;6.8;.91;4672
+72083;43.97259;1.79392;180;20221124;13.7;4;8.9;1.7;9.86;1;.56;5113
+72083;43.97259;1.79392;180;20221125;10.8;5.6;8.2;2;10.26;7.1;.44;2643
+72083;43.97259;1.79392;180;20221126;10.8;5.9;8.4;1.4;9.56;0;.48;4007
+72083;43.97259;1.79392;180;20221127;13.5;2.7;8.1;2.5;7.96;2.1;.92;5535
+72083;43.97259;1.79392;180;20221128;12;7;9.5;2.9;10.66;7.7;.56;3208
+72083;43.97259;1.79392;180;20221129;10.7;6.9;8.8;2.3;9.66;.5;.61;3730
+72083;43.97259;1.79392;180;20221130;7.9;3;5.5;1;7.91;0;.42;3177
+72083;43.97259;1.79392;180;20221201;4.6;2.2;3.4;1.4;7.56;0;.32;1561
+72083;43.97259;1.79392;180;20221202;6.6;4.2;5.4;.7;7.96;0;.41;1862
+72083;43.97259;1.79392;180;20221203;7.9;3;5.5;1;7.91;2.6;.42;2547
+72083;43.97259;1.79392;180;20221204;9.3;4.8;7.1;1.2;8.01;0;.5;3728
+72083;43.97259;1.79392;180;20221205;11.1;-1;5.1;2.6;6.31;.1;.83;6828
+72083;43.97259;1.79392;180;20221206;12.6;1.1;6.9;1.6;6.61;.1;.75;5524
+72083;43.97259;1.79392;180;20221207;12.6;3.1;7.8;1.3;7.24;0;.62;5534
+72083;43.97259;1.79392;180;20221208;9.5;.2;4.8;2.6;7.41;2.3;.56;3910
+72083;43.97259;1.79392;180;20221209;9.4;7;8.2;1.4;10.41;.5;.39;1484
+72083;43.97259;1.79392;180;20221210;2.5;1.9;2.2;3.7;6.56;0;.38;500
+72083;43.97259;1.79392;180;20221211;6.7;-5.1;.8;1.6;4.56;.1;.48;5991
+72083;43.97259;1.79392;180;20221212;5;-4.4;.3;2.7;5.41;6.6;.44;3992
+72083;43.97259;1.79392;180;20221213;12.1;3.7;7.9;2.7;10.56;3.5;.29;3142
+72083;43.97259;1.79392;180;20221214;13.4;9;11.2;2.4;11.36;1.8;.61;2710
+72083;43.97259;1.79392;180;20221215;11.7;6.2;9;3;11.16;3.1;.41;1698
+72083;43.97259;1.79392;180;20221216;11.5;8.7;10.1;1.5;10.76;.4;.52;2275
+72083;43.97259;1.79392;180;20221217;7.3;.8;4.1;1.4;6.86;.1;.39;3666
+72083;43.97259;1.79392;180;20221218;14.1;-2.1;6;3.8;7.21;.1;.97;6672
+72083;43.97259;1.79392;180;20221219;17.9;5.8;11.8;4.2;10.26;0;1.4;5181
+72083;43.97259;1.79392;180;20221220;15.8;9.5;12.6;2.8;11.26;.5;1.04;2389
+72083;43.97259;1.79392;180;20221221;16.2;9.9;13.1;1.1;11.81;.4;.57;4085
+72083;43.97259;1.79392;180;20221222;16.3;6.5;11.4;1.4;11.56;2.2;.57;4063
+72083;43.97259;1.79392;180;20221223;18.4;12.2;15.3;1.4;13.46;.1;.68;4523
+72083;43.97259;1.79392;180;20221224;17.5;7.1;12.3;1.8;11.11;0;.7;5134
+72083;43.97259;1.79392;180;20221225;16.6;6.1;11.4;3;9.81;.1;1.13;5135
+72083;43.97259;1.79392;180;20221226;15.2;4;9.6;1.1;10.61;1.3;.39;5116
+72083;43.97259;1.79392;180;20221227;13.4;9;11.2;1.1;11.21;.1;.52;2915
+72083;43.97259;1.79392;180;20221228;16.8;4.3;10.5;2.3;9.36;0;.87;5993
+72083;43.97259;1.79392;180;20221229;14;5.6;9.8;2;10.46;4.2;.58;3586
+72083;43.97259;1.79392;180;20221230;16.2;7.3;11.7;2.3;11.16;.3;.75;3909
+72083;43.97259;1.79392;180;20221231;18;6.7;12.3;3.3;11.06;0;1.12;5654
+72084;43.99679;2.10347;293;20220101;17.4;2.2;9.8;1.2;8.39;0;.63;6576
+72084;43.99679;2.10347;293;20220102;12.9;1.2;7.1;1.2;8.42;.2;.45;5215
+72084;43.99679;2.10347;293;20220103;13.9;3.9;8.9;1.4;9.46;0;.54;5012
+72084;43.99679;2.10347;293;20220104;16.4;5.6;11;3.7;9.65;7.8;.99;5143
+72084;43.99679;2.10347;293;20220105;5.4;3.4;4.4;3.8;6.68;0;.77;1364
+72084;43.99679;2.10347;293;20220106;5.6;-2;1.8;1.7;5.12;0;.57;4802
+72084;43.99679;2.10347;293;20220107;3.5;-2.9;.3;1.3;6.06;7.5;.3;3296
+72084;43.99679;2.10347;293;20220108;9.1;2.7;5.9;4.8;9.72;6.6;.18;3217
+72084;43.99679;2.10347;293;20220109;7.3;5.7;6.5;2.7;9.16;20.7;.47;1251
+72084;43.99679;2.10347;293;20220110;7.1;6;6.6;1.5;8.92;3.2;.5;786
+72084;43.99679;2.10347;293;20220111;5.5;-1.4;2;.9;6.19;0;.36;4179
+72084;43.99679;2.10347;293;20220112;3.4;-4.3;-.4;1.4;5.39;0;.34;4451
+72084;43.99679;2.10347;293;20220113;2.7;-3.6;-.5;.9;5.22;0;.3;3825
+72084;43.99679;2.10347;293;20220114;9.4;-5.8;1.8;.8;5.09;0;.35;7840
+72084;43.99679;2.10347;293;20220115;9.2;-4.9;2.2;1;5.09;0;.44;7568
+72084;43.99679;2.10347;293;20220116;7.5;-6;.7;1.2;4.99;.1;.44;7501
+72084;43.99679;2.10347;293;20220117;2.5;-3.6;-.6;.6;5.36;.1;.35;3838
+72084;43.99679;2.10347;293;20220118;0;-2.3;-1.2;.5;5.55;.1;.3;2101
+72084;43.99679;2.10347;293;20220119;3.3;-1.4;1;1;6.62;.6;.29;3316
+72084;43.99679;2.10347;293;20220120;6.4;-1.3;2.5;1.5;6.42;0;.47;4891
+72084;43.99679;2.10347;293;20220121;6.1;-3;1.6;1.7;4.82;0;.68;6716
+72084;43.99679;2.10347;293;20220122;6.3;-4.8;.7;1.1;4.59;0;.53;7238
+72084;43.99679;2.10347;293;20220123;11.3;-4.2;3.5;1;5.16;0;.64;8266
+72084;43.99679;2.10347;293;20220124;10.1;-3.4;3.3;1.1;5.72;0;.72;8325
+72084;43.99679;2.10347;293;20220125;11.3;-3.1;4.1;1.1;6.02;0;.66;8119
+72084;43.99679;2.10347;293;20220126;11.1;-3.8;3.6;.6;5.76;0;.49;8401
+72084;43.99679;2.10347;293;20220127;6.4;-4.8;.8;1.2;5.42;.1;.45;7561
+72084;43.99679;2.10347;293;20220128;-.4;-3;-1.7;.6;5.35;0;.32;2835
+72084;43.99679;2.10347;293;20220129;1.6;-2.1;-.3;.4;5.66;0;.39;3419
+72084;43.99679;2.10347;293;20220130;2.6;-.8;.9;1.1;6.56;.3;.35;3046
+72084;43.99679;2.10347;293;20220131;7;2.2;4.6;4;8.12;1.2;.48;3283
+72084;43.99679;2.10347;293;20220201;5.9;.2;3.1;3.5;7.42;1;.44;4981
+72084;43.99679;2.10347;293;20220202;9.4;5;7.2;2.6;9.26;.3;.64;3715
+72084;43.99679;2.10347;293;20220203;7.9;-.9;3.5;1.5;7.52;.1;.51;6696
+72084;43.99679;2.10347;293;20220204;9;5.2;7.1;1.3;9.89;2.5;.49;3407
+72084;43.99679;2.10347;293;20220205;9.3;5.4;7.4;2;8.42;.3;.82;4543
+72084;43.99679;2.10347;293;20220206;7.4;-1.5;3;1.9;7.26;1.3;.54;6116
+72084;43.99679;2.10347;293;20220207;10.8;6.5;8.7;3.7;9.32;1;1.01;4365
+72084;43.99679;2.10347;293;20220208;15.1;-2.2;6.5;1.1;6.42;0;1.04;10867
+72084;43.99679;2.10347;293;20220209;16;-1.3;7.4;1.9;6.86;0;1.38;10839
+72084;43.99679;2.10347;293;20220210;6;1.4;3.7;1.8;8.22;0;1.38;11325
+72084;43.99679;2.10347;293;20220211;13.9;5.6;9.7;1.7;8.67;0;1.2;6400
+72084;43.99679;2.10347;293;20220212;14.3;-2.4;5.9;1.8;5.97;0;1.42;10500
+72084;43.99679;2.10347;293;20220213;16.6;.8;8.7;2.5;8.37;4.5;1.62;11400
+72084;43.99679;2.10347;293;20220214;11.4;4.5;7.9;3.8;9.67;8;.98;5800
+72084;43.99679;2.10347;293;20220215;9.8;5.1;7.4;3.7;9.17;5.8;.99;6700
+72084;43.99679;2.10347;293;20220216;11.6;6.8;9.2;4.4;11.16;6.7;.68;4376
+72084;43.99679;2.10347;293;20220217;12.9;10.4;11.7;4.4;12.65;1.2;.81;3976
+72084;43.99679;2.10347;293;20220218;15.5;9.5;12.5;2.7;11.35;.2;1.35;6848
+72084;43.99679;2.10347;293;20220219;10.2;6.8;8.5;2.5;7.79;0;1.31;6313
+72084;43.99679;2.10347;293;20220220;9.8;.5;5.2;2;8.76;1.8;.69;7276
+72084;43.99679;2.10347;293;20220221;10.7;8.2;9.4;6;9.09;1.6;1.53;4333
+72084;43.99679;2.10347;293;20220222;12.6;6.3;9.4;3.1;8.72;0;1.47;7655
+72084;43.99679;2.10347;293;20220223;15.4;3.8;9.6;1.1;8.49;0;1.33;11275
+72084;43.99679;2.10347;293;20220224;14.5;4.1;9.3;2.8;8.99;.2;1.51;9972
+72084;43.99679;2.10347;293;20220225;10.7;4;7.3;2.6;6.52;0;1.6;9726
+72084;43.99679;2.10347;293;20220226;14.4;-1.1;6.6;2.5;4.79;0;2.14;13470
+72084;43.99679;2.10347;293;20220227;15;-.7;7.1;1.7;6.39;0;1.66;12828
+72084;43.99679;2.10347;293;20220228;15.5;.7;8.1;1.4;7.39;0;1.55;13353
+72084;43.99679;2.10347;293;20220301;16;-.6;7.7;3.1;7.35;0;1.95;12142
+72084;43.99679;2.10347;293;20220302;11.9;4.9;8.4;3;9.33;3.3;1.22;8445
+72084;43.99679;2.10347;293;20220303;16.1;7.3;11.7;1.4;10.06;0;1.57;10990
+72084;43.99679;2.10347;293;20220304;9.6;4.7;7.1;2.9;9.69;4.1;.76;5412
+72084;43.99679;2.10347;293;20220305;7.5;6;6.8;2.9;9.36;1.2;.63;2849
+72084;43.99679;2.10347;293;20220306;11.2;4.7;8;1.8;7.29;0;1.46;9572
+72084;43.99679;2.10347;293;20220307;11.8;-3.1;4.4;1.8;6.29;0;1.48;14080
+72084;43.99679;2.10347;293;20220308;14.1;2.4;8.2;3.1;7.86;.9;1.92;13132
+72084;43.99679;2.10347;293;20220309;14.7;5.6;10.1;3.2;8.92;0;1.97;12283
+72084;43.99679;2.10347;293;20220310;15.7;7.2;11.5;3.5;9.19;.2;2.11;9708
+72084;43.99679;2.10347;293;20220311;12.8;8.6;10.7;7;9.39;5.4;2.05;6049
+72084;43.99679;2.10347;293;20220312;9.1;8.3;8.7;4.2;9.72;13.2;.97;2483
+72084;43.99679;2.10347;293;20220313;10.9;7.1;9;4.6;8.46;18;1.59;4588
+72084;43.99679;2.10347;293;20220314;13.6;2.1;7.9;7.2;9.22;0;1.66;10835
+72084;43.99679;2.10347;293;20220315;14.3;11.9;13.1;9.7;11;0;2.26;5410
+72084;43.99679;2.10347;293;20220316;16.2;10;13.1;3.3;10.76;0;2.01;8279
+72084;43.99679;2.10347;293;20220317;14.7;9.5;12.1;1.8;11.16;1.1;1.48;7871
+72084;43.99679;2.10347;293;20220318;12.5;7.4;9.9;.7;10.37;.1;1.06;5700
+72084;43.99679;2.10347;293;20220319;16.5;5.5;11;3.5;8.07;0;2.81;14700
+72084;43.99679;2.10347;293;20220320;15.7;2.9;9.3;4.6;8.77;0;2.28;10300
+72084;43.99679;2.10347;293;20220321;15.1;9.8;12.4;6.3;7.87;0;3.77;16200
+72084;43.99679;2.10347;293;20220322;14.6;5.8;10.2;5.9;6.27;0;3.77;18800
+72084;43.99679;2.10347;293;20220323;15.5;-.3;7.6;3.8;5.67;0;3.21;19900
+72084;43.99679;2.10347;293;20220324;18.6;.2;9.4;3;5.97;0;3.43;19900
+72084;43.99679;2.10347;293;20220325;19.5;3.6;11.5;2.5;5.27;0;3.41;16100
+72084;43.99679;2.10347;293;20220326;19.3;3.4;11.3;3.7;5.57;0;4.09;19900
+72084;43.99679;2.10347;293;20220327;21;4.5;12.7;3.2;6.37;0;3.95;17800
+72084;43.99679;2.10347;293;20220328;21.1;6.3;13.7;3.1;6.17;0;3.99;16600
+72084;43.99679;2.10347;293;20220329;19.5;4.3;11.9;1.4;8.47;1.6;2.35;12900
+72084;43.99679;2.10347;293;20220330;11.7;9.2;10.4;2.1;11.27;2.6;1.05;3900
+72084;43.99679;2.10347;293;20220331;15.2;8;11.6;4.6;8.87;3.4;2.81;11800
+72084;43.99679;2.10347;293;20220401;7.1;.8;4;7.1;5.64;1.3;2.08;12816
+72084;43.99679;2.10347;293;20220402;7.6;.3;4;5.7;5.11;.1;2.18;11090
+72084;43.99679;2.10347;293;20220403;6.6;-.8;2.9;4.5;4.94;0;2.17;13801
+72084;43.99679;2.10347;293;20220404;10.8;-1.1;4.8;1.5;5.15;0;2.27;20644
+72084;43.99679;2.10347;293;20220405;14.3;-2;6.1;2.8;6.24;0;2.83;20958
+72084;43.99679;2.10347;293;20220406;11;1.7;6.3;2.6;9.67;.7;.83;4700
+72084;43.99679;2.10347;293;20220407;19.1;7.9;13.5;5.2;11.57;5.1;2.9;12000
+72084;43.99679;2.10347;293;20220408;19.5;11.2;15.3;4.8;11.47;0;3.51;14500
+72084;43.99679;2.10347;293;20220409;13.9;5.8;9.8;3.1;7.47;.2;2.7;14400
+72084;43.99679;2.10347;293;20220410;20.6;-1.7;9.4;2.3;5.87;0;3.82;23400
+72084;43.99679;2.10347;293;20220411;17.8;8.6;13.2;5.6;9.17;0;4.04;20000
+72084;43.99679;2.10347;293;20220412;17.6;11;14.3;4.7;9.47;0;3.7;15000
+72084;43.99679;2.10347;293;20220413;15;9;12;.8;10.47;.7;1.34;5600
+72084;43.99679;2.10347;293;20220414;23.8;3.1;13.4;1.2;10.77;.1;3.49;23000
+72084;43.99679;2.10347;293;20220415;24.1;7.3;15.7;1.5;13.07;0;3.38;20000
+72084;43.99679;2.10347;293;20220416;23.8;9.6;16.7;2.1;12.37;0;3.51;17600
+72084;43.99679;2.10347;293;20220417;23.3;4;13.6;2;9.77;0;3.98;24000
+72084;43.99679;2.10347;293;20220418;18;10.1;14;2.6;10.87;0;2.86;14200
+72084;43.99679;2.10347;293;20220419;15.9;4.6;10.2;2.1;11.17;7.8;1.7;9700
+72084;43.99679;2.10347;293;20220420;11;8.3;9.6;2.1;11.47;7.5;.93;4100
+72084;43.99679;2.10347;293;20220421;11.4;8.7;10;2.5;12.47;1.4;.7;2800
+72084;43.99679;2.10347;293;20220422;19.2;10.5;14.8;1.3;12.77;.3;2.67;15700
+72084;43.99679;2.10347;293;20220423;15.6;9.5;12.5;4.2;10.57;21.2;2.07;4400
+72084;43.99679;2.10347;293;20220424;16.3;7.8;12;4.5;11.87;4.6;1.94;7900
+72084;43.99679;2.10347;293;20220425;18.5;6.6;12.5;1.3;10.17;.1;3.24;22000
+72084;43.99679;2.10347;293;20220426;22.6;4.1;13.3;1.6;8.67;0;4.13;26100
+72084;43.99679;2.10347;293;20220427;22.5;8.4;15.4;2.9;11.17;0;3.84;20750
+72084;43.99679;2.10347;293;20220428;20.9;11;15.9;2;13.97;0;3.03;16700
+72084;43.99679;2.10347;293;20220429;22.8;13.1;17.9;2.5;14.37;.1;3.53;16900
+72084;43.99679;2.10347;293;20220430;22.2;11.8;17;2.4;12.87;0;3.85;20100
+72084;43.99679;2.10347;293;20220501;20.9;6.2;13.5;1.6;10.77;0;3.44;21000
+72084;43.99679;2.10347;293;20220502;20.3;8.7;14.5;1.9;12.07;0;3.08;17200
+72084;43.99679;2.10347;293;20220503;20.7;11.5;16.1;1.6;12.77;3.4;3.13;16800
+72084;43.99679;2.10347;293;20220504;20.4;10.6;15.5;1.2;13.27;1.3;2.98;17300
+72084;43.99679;2.10347;293;20220505;20;7.5;13.7;2;11.17;.1;2.98;15800
+72084;43.99679;2.10347;293;20220506;19.2;7.3;13.2;2.4;10.42;0;3.28;19222
+72084;43.99679;2.10347;293;20220507;22.2;7.8;15;2.2;10.96;0;4.1;23996
+72084;43.99679;2.10347;293;20220508;22.9;8.7;15.8;1.3;11.52;0;3.71;21922
+72084;43.99679;2.10347;293;20220509;25.5;8.4;17;1.2;11.62;0;4.37;25960
+72084;43.99679;2.10347;293;20220510;27.1;8.8;18;1.4;12.16;0;4.66;26399
+72084;43.99679;2.10347;293;20220511;29;9.9;19.5;2.2;12.72;0;5.42;27276
+72084;43.99679;2.10347;293;20220512;25.5;13.7;19.6;1.7;15.32;0;4.09;21375
+72084;43.99679;2.10347;293;20220513;25.6;14.7;20.1;1.1;15.26;0;3.93;21027
+72084;43.99679;2.10347;293;20220514;28.9;11.8;20.3;1.2;15.19;0;4.73;25741
+72084;43.99679;2.10347;293;20220515;28;15.1;21.5;2.9;13.09;0;5.58;23919
+72084;43.99679;2.10347;293;20220516;27.9;12.3;20.1;1.1;13.72;0;4.67;25596
+72084;43.99679;2.10347;293;20220517;31.8;13.1;22.4;1.4;15.59;0;5.45;27687
+72084;43.99679;2.10347;293;20220518;32.3;15.8;24.1;1.8;16.42;0;5.65;26044
+72084;43.99679;2.10347;293;20220519;29;17.4;23.2;3.2;15.39;.1;5.69;22846
+72084;43.99679;2.10347;293;20220520;30.6;17.7;24.2;3;14.92;0;5.92;22983
+72084;43.99679;2.10347;293;20220521;33.4;14.4;23.9;1.4;18.12;0;5.63;27538
+72084;43.99679;2.10347;293;20220522;31;17.3;24.2;1.8;19.69;2.7;4.9;22149
+72084;43.99679;2.10347;293;20220523;21.1;16.3;18.7;3.2;16.26;0;2.99;12620
+72084;43.99679;2.10347;293;20220524;17.6;12.2;14.9;2.5;13.09;.5;2.66;13526
+72084;43.99679;2.10347;293;20220525;20.1;9.3;14.7;2.7;11.52;0;3.91;22339
+72084;43.99679;2.10347;293;20220526;18.5;8.5;13.5;2.3;12.22;0;3.17;19562
+72084;43.99679;2.10347;293;20220527;25.4;10.6;18;2.3;13.86;0;4.79;25828
+72084;43.99679;2.10347;293;20220528;26.3;10.9;18.6;1.9;12.66;0;5;26636
+72084;43.99679;2.10347;293;20220529;24.5;8.1;16.3;1.7;9.22;0;4.91;27836
+72084;43.99679;2.10347;293;20220530;24.9;7.5;16.2;1.3;9.99;.2;4.64;27155
+72084;43.99679;2.10347;293;20220531;25.6;12.8;19.2;1.4;12.99;0;4.59;24582
+72084;43.99679;2.10347;293;20220601;32.7;13.6;23.2;2.1;14.32;0;6.35;28932
+72084;43.99679;2.10347;293;20220602;30.2;16;23.1;1.8;16.59;0;5.49;25820
+72084;43.99679;2.10347;293;20220603;32.1;16.9;24.5;2.7;16.59;3.2;6.34;26585
+72084;43.99679;2.10347;293;20220604;29.5;15.8;22.7;2.2;20.02;11.5;5.14;25042
+72084;43.99679;2.10347;293;20220605;23.9;16.3;20.1;2.3;17.92;.1;3.66;17785
+72084;43.99679;2.10347;293;20220606;27.5;12;19.8;1.1;15.89;1.7;4.7;25699
+72084;43.99679;2.10347;293;20220607;23.5;15.6;19.5;1.6;16.39;0;3.67;18709
+72084;43.99679;2.10347;293;20220608;19.2;13.5;16.4;1.6;15.92;4.1;2.45;13326
+72084;43.99679;2.10347;293;20220609;20.2;11.9;16.1;2.6;13.99;0;3.28;17727
+72084;43.99679;2.10347;293;20220610;27.6;10.1;18.8;1.3;13.76;0;5.15;28877
+72084;43.99679;2.10347;293;20220611;31.9;13.1;22.5;1.2;14.69;0;5.76;29556
+72084;43.99679;2.10347;293;20220612;30.5;15.4;23;1.2;17.42;1.6;5.09;25325
+72084;43.99679;2.10347;293;20220613;30.9;18.4;24.6;2;20.62;0;5.42;24773
+72084;43.99679;2.10347;293;20220614;35;17.3;26.1;1.6;19.06;.1;6.23;27702
+72084;43.99679;2.10347;293;20220615;34.7;19.2;27;1.9;18.16;0;6.39;26855
+72084;43.99679;2.10347;293;20220616;35.4;17.9;26.6;1.3;18.82;0;6.18;28089
+72084;43.99679;2.10347;293;20220617;37.9;18;27.9;1.2;17.99;0;6.57;29708
+72084;43.99679;2.10347;293;20220618;36.6;20.3;28.4;3.6;15.22;0;8.23;27662
+72084;43.99679;2.10347;293;20220619;33.8;22.3;28.1;4.7;14.96;0;8.25;24373
+72084;43.99679;2.10347;293;20220620;30.8;16.9;23.9;2.3;18.42;0;5.74;25981
+72084;43.99679;2.10347;293;20220621;30.2;19.8;25;1.7;20.86;.9;4.62;20172
+72084;43.99679;2.10347;293;20220622;28.8;17.8;23.3;2.1;19.06;.9;4.84;22025
+72084;43.99679;2.10347;293;20220623;27.1;16.7;21.9;1.9;17.89;14.1;4.62;22221
+72084;43.99679;2.10347;293;20220624;24.8;15.5;20.2;2.2;16.72;5.1;4.21;20837
+72084;43.99679;2.10347;293;20220625;27.6;13.6;20.6;3;16.32;6.5;5.13;24066
+72084;43.99679;2.10347;293;20220626;19;15;17;2.5;17.29;4.6;2.1;10547
+72084;43.99679;2.10347;293;20220627;19.4;14.4;16.9;2.2;16.52;2.8;2.85;16180
+72084;43.99679;2.10347;293;20220628;25.5;13.6;19.6;1.9;14.49;0;4.48;22392
+72084;43.99679;2.10347;293;20220629;28.5;11.3;19.9;1.5;14.49;3.2;4.94;25469
+72084;43.99679;2.10347;293;20220630;17.4;15;16.2;2.2;15.82;1.3;1.93;8985
+72084;43.99679;2.10347;293;20220701;23.3;11.9;17.6;1.5;13.26;0;4.42;25212
+72084;43.99679;2.10347;293;20220702;31.1;9.8;20.5;1.3;13.26;0;5.74;30355
+72084;43.99679;2.10347;293;20220703;30.6;15.1;22.8;1.9;16.82;.2;5.53;26086
+72084;43.99679;2.10347;293;20220704;27.3;16.1;21.7;2.3;18.66;.4;4.57;21898
+72084;43.99679;2.10347;293;20220705;29.4;16.4;22.9;2;16.89;0;5.48;25863
+72084;43.99679;2.10347;293;20220706;29;14.5;21.8;2;14.29;0;5.49;26471
+72084;43.99679;2.10347;293;20220707;28.5;13.4;20.9;2.6;14.29;0;5.19;22573
+72084;43.99679;2.10347;293;20220708;29.6;13.8;21.7;1.9;14.32;0;5.68;28015
+72084;43.99679;2.10347;293;20220709;32.1;14.3;23.2;1.6;13.56;0;5.94;28277
+72084;43.99679;2.10347;293;20220710;33.3;15.6;24.4;1.9;13.96;0;6.3;28362
+72084;43.99679;2.10347;293;20220711;35.2;18.9;27.1;2;14.52;0;6.66;27463
+72084;43.99679;2.10347;293;20220712;35.1;16.7;25.9;1.7;15.09;0;6.52;29241
+72084;43.99679;2.10347;293;20220713;35.5;15;25.3;1.6;13.19;0;6.59;29904
+72084;43.99679;2.10347;293;20220714;36.8;16.3;26.5;1.3;15.26;0;6.44;29795
+72084;43.99679;2.10347;293;20220715;35.6;17.7;26.7;1.5;15.02;0;6.34;28120
+72084;43.99679;2.10347;293;20220716;36.7;16.1;26.4;1.7;14.26;0;6.69;29392
+72084;43.99679;2.10347;293;20220717;38.1;20;29;2.2;13.22;0;7.28;27592
+72084;43.99679;2.10347;293;20220718;37.7;23.1;30.4;3.8;14.49;0;8.56;25423
+72084;43.99679;2.10347;293;20220719;36.5;23.8;30.2;3;13.59;.1;7.47;24136
+72084;43.99679;2.10347;293;20220720;29.4;19.7;24.5;2.4;17.22;0;5.17;21181
+72084;43.99679;2.10347;293;20220721;34;16;25;1.4;15.36;0;5.86;27854
+72084;43.99679;2.10347;293;20220722;31;16.5;23.8;2.5;16.66;.9;5.63;24053
+72084;43.99679;2.10347;293;20220723;29.8;17.4;23.6;2.6;15.96;0;5.51;23267
+72084;43.99679;2.10347;293;20220724;36.7;15.3;26;2;14.85;0;6.71;29142
+72084;43.99679;2.10347;293;20220725;27.5;19.6;23.6;3.4;17.82;0;4.58;16395
+72084;43.99679;2.10347;293;20220726;27.3;16.5;21.9;3.1;14.49;0;5.38;22999
+72084;43.99679;2.10347;293;20220727;28.7;12.4;20.6;1.9;12.29;0;5.37;26490
+72084;43.99679;2.10347;293;20220728;29.2;13.2;21.2;1.4;14.06;0;4.87;24617
+72084;43.99679;2.10347;293;20220729;27.6;17.1;22.4;1.9;16.52;0;4.44;20013
+72084;43.99679;2.10347;293;20220730;30.2;18.6;24.4;2.2;16.66;0;5.25;22507
+72084;43.99679;2.10347;293;20220731;33.5;16.5;25;1.6;15.66;0;5.73;26192
+72084;43.99679;2.10347;293;20220801;34.4;17.2;25.8;1.8;15.72;0;6.04;26427
+72084;43.99679;2.10347;293;20220802;35.6;16.6;26.1;1.4;13.99;0;5.9;27128
+72084;43.99679;2.10347;293;20220803;37.5;18;27.7;1.6;13.82;0;6.28;27116
+72084;43.99679;2.10347;293;20220804;37.5;20.1;28.8;1.7;16.69;0;6.19;25377
+72084;43.99679;2.10347;293;20220805;31.9;20.3;26.1;2.8;19.26;1.2;5.61;22031
+72084;43.99679;2.10347;293;20220806;33.2;18.2;25.7;2.1;18.02;0;5.71;24199
+72084;43.99679;2.10347;293;20220807;33.9;17.6;25.8;1.7;13.89;0;5.67;25032
+72084;43.99679;2.10347;293;20220808;35;17.5;26.2;1.9;10.86;0;6.18;26274
+72084;43.99679;2.10347;293;20220809;35.6;17;26.3;1.7;10.79;0;5.99;25615
+72084;43.99679;2.10347;293;20220810;36.9;16.8;26.8;1.7;11.36;0;6.17;26450
+72084;43.99679;2.10347;293;20220811;37.6;18.8;28.2;1.8;15.82;0;6.17;25629
+72084;43.99679;2.10347;293;20220812;38.2;19.8;29;1.8;18.36;0;6.15;24871
+72084;43.99679;2.10347;293;20220813;36.7;19.7;28.2;2.1;18.82;.3;5.96;23260
+72084;43.99679;2.10347;293;20220814;28.1;20.8;24.5;2.8;19.92;.5;4.21;16097
+72084;43.99679;2.10347;293;20220815;28.9;16.6;22.8;1.4;16.12;0;4.22;20153
+72084;43.99679;2.10347;293;20220816;33.6;15.1;24.4;2.4;15.79;6.5;5.52;22272
+72084;43.99679;2.10347;293;20220817;25.4;15.9;20.7;2.5;17.79;.2;3.36;14964
+72084;43.99679;2.10347;293;20220818;26;16.5;21.2;3.1;15.99;.1;4.04;16191
+72084;43.99679;2.10347;293;20220819;25.2;16.5;20.8;3;16.89;.1;3.55;14484
+72084;43.99679;2.10347;293;20220820;29.4;15.5;22.4;1.6;16.62;0;4.36;21620
+72084;43.99679;2.10347;293;20220821;28;16.1;22.1;1.9;16.56;.1;4.01;18515
+72084;43.99679;2.10347;293;20220822;25.3;18.4;21.8;2.3;18.22;.3;3.27;13317
+72084;43.99679;2.10347;293;20220823;30.7;17.3;24;1.9;18.22;0;4.56;20864
+72084;43.99679;2.10347;293;20220824;35.3;16.7;26;1.6;16.06;.1;5.24;23531
+72084;43.99679;2.10347;293;20220825;31.2;18.8;25;2;18.19;.2;4.52;19232
+72084;43.99679;2.10347;293;20220826;30.1;17.2;23.6;2;17.86;.1;4.29;18922
+72084;43.99679;2.10347;293;20220827;30.9;16;23.5;1.3;15.39;0;4.32;21419
+72084;43.99679;2.10347;293;20220828;33.3;13.9;23.6;1.4;12.46;0;4.85;23632
+72084;43.99679;2.10347;293;20220829;34.7;15.7;25.2;2;14.36;3.1;5.22;21258
+72084;43.99679;2.10347;293;20220830;31.7;16.3;24;1.4;18.29;0;4.26;20667
+72084;43.99679;2.10347;293;20220831;30.2;16.8;23.5;2.1;16.59;0;4.26;18158
+72084;43.99679;2.10347;293;20220901;28.5;17.4;23;1.8;18.32;.2;3.61;16324
+72084;43.99679;2.10347;293;20220902;27.4;16.2;21.8;1.5;18.06;12.6;3.4;16823
+72084;43.99679;2.10347;293;20220903;27.1;16.9;22;1.2;18.56;.1;3.2;16363
+72084;43.99679;2.10347;293;20220904;32;16.4;24.2;2.9;18.22;0;4.96;20327
+72084;43.99679;2.10347;293;20220905;31.8;20.9;26.3;3.7;20.53;0;4.72;16124
+72084;43.99679;2.10347;293;20220906;32;19.7;25.9;2.3;19.22;.2;4.42;17444
+72084;43.99679;2.10347;293;20220907;27.1;17;22;1.8;16.62;.3;3.3;14727
+72084;43.99679;2.10347;293;20220908;25.6;13.2;19.4;.9;14.82;1.8;2.9;16614
+72084;43.99679;2.10347;293;20220909;22.3;15;18.7;1.2;15.99;1.4;2.27;11758
+72084;43.99679;2.10347;293;20220910;26.1;11.1;18.6;.8;13.09;0;3.06;18837
+72084;43.99679;2.10347;293;20220911;32.7;11.9;22.3;1.7;12.59;0;4.44;21340
+72084;43.99679;2.10347;293;20220912;35.3;17.5;26.4;2.9;16.02;0;5.53;19527
+72084;43.99679;2.10347;293;20220913;31.7;21.5;26.6;3.1;20.56;0;4.24;13058
+72084;43.99679;2.10347;293;20220914;29.9;19.6;24.7;2.7;18.06;2;4;14380
+72084;43.99679;2.10347;293;20220915;28.9;16.6;22.7;1.9;16.86;0;3.63;16701
+72084;43.99679;2.10347;293;20220916;25.6;17.4;21.5;3.3;14.92;0;3.78;13674
+72084;43.99679;2.10347;293;20220917;21.4;8.8;15.1;1.9;8.89;0;3.09;17333
+72084;43.99679;2.10347;293;20220918;25.6;5.1;15.4;1.4;7.02;0;3.37;20215
+72084;43.99679;2.10347;293;20220919;26.5;5.8;16.1;1.7;7.46;0;3.66;19764
+72084;43.99679;2.10347;293;20220920;25.2;6.3;15.8;1.6;8.09;0;3.32;19015
+72084;43.99679;2.10347;293;20220921;24.7;5.9;15.3;1.1;8.06;0;2.93;18864
+72084;43.99679;2.10347;293;20220922;25.9;6.8;16.3;1.3;9.36;0;3.08;18701
+72084;43.99679;2.10347;293;20220923;25.8;8.9;17.4;1.7;12.59;22.7;2.93;15766
+72084;43.99679;2.10347;293;20220924;18.8;13.9;16.3;1.8;15.19;2;1.71;8800
+72084;43.99679;2.10347;293;20220925;17.8;11.7;14.8;2.1;12.79;.2;1.97;10871
+72084;43.99679;2.10347;293;20220926;18.9;6.5;12.7;2.4;11.22;2.6;2.12;13042
+72084;43.99679;2.10347;293;20220927;16.5;11.8;14.2;4.2;13.39;4.3;1.74;7923
+72084;43.99679;2.10347;293;20220928;18.5;13.4;15.9;5.1;15.32;9.3;1.85;8344
+72084;43.99679;2.10347;293;20220929;15.5;11.7;13.6;2.7;13.69;10.4;1.32;6818
+72084;43.99679;2.10347;293;20220930;17.2;9.7;13.4;2.3;11.39;0;1.92;10476
+72084;43.99679;2.10347;293;20221001;20.6;6.8;13.7;1.8;12.76;0;1.92;12258
+72084;43.99679;2.10347;293;20221002;23.3;13.2;18.3;.9;15.39;.2;2;12327
+72084;43.99679;2.10347;293;20221003;23.1;10.8;17;1;13.32;0;2.1;13546
+72084;43.99679;2.10347;293;20221004;24.6;8.1;16.3;1.1;12.22;.1;2.32;15706
+72084;43.99679;2.10347;293;20221005;24.5;9.2;16.9;2.2;13.22;.1;2.66;15027
+72084;43.99679;2.10347;293;20221006;21.6;13.2;17.4;.8;15.49;.1;1.54;9091
+72084;43.99679;2.10347;293;20221007;23.4;10.4;16.9;1.4;14.29;.1;2.06;12875
+72084;43.99679;2.10347;293;20221008;22;13.2;17.6;1.4;15.49;3;1.85;10743
+72084;43.99679;2.10347;293;20221009;23.9;10.7;17.3;2.2;13.99;.1;2.4;13174
+72084;43.99679;2.10347;293;20221010;24.6;12;18.3;2;14.32;.1;2.36;12220
+72084;43.99679;2.10347;293;20221011;23;11.4;17.2;1.1;14.36;0;1.76;11148
+72084;43.99679;2.10347;293;20221012;22.8;12.8;17.8;1.2;14.99;1.2;1.81;10727
+72084;43.99679;2.10347;293;20221013;20.6;10.7;15.6;1.4;14.42;2.4;1.54;9687
+72084;43.99679;2.10347;293;20221014;19.7;15.1;17.4;2.6;17.09;.5;1.36;5694
+72084;43.99679;2.10347;293;20221015;26;11.8;18.9;1.8;14.82;.1;2.33;12691
+72084;43.99679;2.10347;293;20221016;25.9;14.4;20.1;3.9;16.56;0;2.84;10910
+72084;43.99679;2.10347;293;20221017;24.2;18.7;21.5;3.9;17.06;0;2.67;6447
+72084;43.99679;2.10347;293;20221018;26.6;14.9;20.7;2.6;16.92;0;2.49;10983
+72084;43.99679;2.10347;293;20221019;25.5;15;20.2;3.4;16.72;2.4;2.49;9083
+72084;43.99679;2.10347;293;20221020;22.1;17.1;19.6;3.3;18.06;.5;1.69;4762
+72084;43.99679;2.10347;293;20221021;24;15;19.5;1.8;15.89;.4;1.83;8431
+72084;43.99679;2.10347;293;20221022;25;11.6;18.3;2.4;14.26;0;2.25;10952
+72084;43.99679;2.10347;293;20221023;25.5;16.8;21.1;3.7;14.09;0;3.12;6433
+72084;43.99679;2.10347;293;20221024;23.3;13.2;18.2;1.3;13.69;0;1.7;9473
+72084;43.99679;2.10347;293;20221025;24.2;10.8;17.5;2.3;12.96;.1;2.13;9250
+72084;43.99679;2.10347;293;20221026;24;10.2;17.1;1.4;14.69;.1;1.51;9027
+72084;43.99679;2.10347;293;20221027;26;13.8;19.9;2.6;15.82;0;2.18;8948
+72084;43.99679;2.10347;293;20221028;26.2;17.9;22.1;3.5;15.12;.1;2.87;7857
+72084;43.99679;2.10347;293;20221029;26.7;14.9;20.8;3.4;10.79;0;3.48;9082
+72084;43.99679;2.10347;293;20221030;24;13.4;18.7;2.4;13.46;0;2.12;8644
+72084;43.99679;2.10347;293;20221031;25;13.2;19.1;2.6;14.82;4;2.17;8489
+72084;43.99679;2.10347;293;20221101;19.8;13.4;16.6;1.5;13.82;.1;1.31;6964
+72084;43.99679;2.10347;293;20221102;19.6;8.3;13.9;1.1;11.02;0;1.18;8923
+72084;43.99679;2.10347;293;20221103;18.8;8.2;13.5;2.7;11.76;5.5;1.45;6317
+72084;43.99679;2.10347;293;20221104;12.2;9.7;10.9;4.5;10.79;5.3;1.16;3473
+72084;43.99679;2.10347;293;20221105;13.9;2.6;8.2;1.4;8.16;.1;.95;8378
+72084;43.99679;2.10347;293;20221106;18;.5;9.3;1.4;7.72;0;1.18;10239
+72084;43.99679;2.10347;293;20221107;19.9;4.1;12;2;9.52;.1;1.44;9512
+72084;43.99679;2.10347;293;20221108;20.6;10.9;15.7;2.5;13.02;.4;1.5;6890
+72084;43.99679;2.10347;293;20221109;17.1;11.7;14.4;1.7;14.12;2.5;.86;4139
+72084;43.99679;2.10347;293;20221110;15.4;10.1;12.7;1.7;11.83;.1;.85;4557
+72084;43.99679;2.10347;293;20221111;20.8;5.7;13.3;3.5;12.09;0;1.61;8872
+72084;43.99679;2.10347;293;20221112;22.8;10.8;16.8;2.7;11.96;0;1.94;7632
+72084;43.99679;2.10347;293;20221113;20.7;6.5;13.6;1.8;9.39;0;1.47;8100
+72084;43.99679;2.10347;293;20221114;17.5;11.1;14.3;2.1;12.59;.2;1.09;4059
+72084;43.99679;2.10347;293;20221115;17.8;10;13.9;2;13.22;8.8;.93;4967
+72084;43.99679;2.10347;293;20221116;17.1;9.8;13.4;1.6;12.19;.3;.89;6231
+72084;43.99679;2.10347;293;20221117;16.3;10.9;13.6;2.4;12.52;5.5;1.02;3941
+72084;43.99679;2.10347;293;20221118;12.3;9.1;10.7;2.9;11.12;3.1;.8;3301
+72084;43.99679;2.10347;293;20221119;10;6.9;8.5;2.7;9.69;2.1;.69;3294
+72084;43.99679;2.10347;293;20221120;9.7;4.4;7;1.6;9.46;1.8;.47;4126
+72084;43.99679;2.10347;293;20221121;11.2;6.4;8.8;2.9;10.36;18.2;.62;2925
+72084;43.99679;2.10347;293;20221122;8.3;5.2;6.8;4.2;9.22;12.3;.55;2867
+72084;43.99679;2.10347;293;20221123;14.1;7;10.6;3.2;10.75;6.2;.88;4728
+72084;43.99679;2.10347;293;20221124;12.9;3.4;8.2;1.3;9.66;.9;.52;5159
+72084;43.99679;2.10347;293;20221125;10.1;5.2;7.6;1.5;10.06;8.3;.43;2925
+72084;43.99679;2.10347;293;20221126;10.2;5;7.6;1.1;9.19;0;.47;4062
+72084;43.99679;2.10347;293;20221127;13;1.3;7.1;2.1;7.79;2.1;.8;5925
+72084;43.99679;2.10347;293;20221128;11.1;6.8;8.9;2.5;10.56;7.5;.55;2898
+72084;43.99679;2.10347;293;20221129;9.6;6.1;7.9;1.9;9.39;.2;.57;3236
+72084;43.99679;2.10347;293;20221130;7.9;2.9;5.4;1.4;7.73;0;.44;3204
+72084;43.99679;2.10347;293;20221201;4.6;.4;2.5;1.1;7.19;.1;.3;2606
+72084;43.99679;2.10347;293;20221202;6;3.5;4.7;.5;7.86;0;.4;1903
+72084;43.99679;2.10347;293;20221203;7.5;2.7;5.1;.9;7.82;2;.42;2714
+72084;43.99679;2.10347;293;20221204;8.7;4;6.4;1;7.79;0;.48;3633
+72084;43.99679;2.10347;293;20221205;10.6;-2.1;4.2;2.1;6.09;.1;.71;6583
+72084;43.99679;2.10347;293;20221206;11.6;-.1;5.7;1.3;6.29;0;.62;5569
+72084;43.99679;2.10347;293;20221207;11.3;1.4;6.3;1.2;6.4;0;.59;5426
+72084;43.99679;2.10347;293;20221208;8.8;-1.1;3.8;1.9;7.16;2.2;.45;4395
+72084;43.99679;2.10347;293;20221209;8.8;6.2;7.5;1.2;10.22;.3;.37;1733
+72084;43.99679;2.10347;293;20221210;1.3;.9;1.1;3.2;6.52;0;.34;333
+72084;43.99679;2.10347;293;20221211;6.1;-6.5;-.2;1.3;4.46;.1;.41;5956
+72084;43.99679;2.10347;293;20221212;4.4;-5.4;-.5;2.2;5.39;5.1;.37;4309
+72084;43.99679;2.10347;293;20221213;11.2;3.5;7.4;2.8;10.59;1.3;.27;3319
+72084;43.99679;2.10347;293;20221214;12.5;8.6;10.5;2.1;11.32;1.7;.58;2528
+72084;43.99679;2.10347;293;20221215;10.8;5.9;8.4;2.5;10.96;5.6;.36;2107
+72084;43.99679;2.10347;293;20221216;10.9;8;9.5;1.4;10.32;0;.54;2313
+72084;43.99679;2.10347;293;20221217;5.8;-.8;2.5;1.2;6.46;.1;.36;3568
+72084;43.99679;2.10347;293;20221218;12.8;-2.9;5;3.1;7.09;0;.81;6444
+72084;43.99679;2.10347;293;20221219;16.9;7.4;12.1;4.1;10.39;0;1.44;4499
+72084;43.99679;2.10347;293;20221220;15.1;10.5;12.8;2.8;11.19;.3;1.14;2080
+72084;43.99679;2.10347;293;20221221;15.4;9.8;12.6;1.2;11.86;.3;.59;3675
+72084;43.99679;2.10347;293;20221222;15.1;7.1;11.1;1.5;11.96;3.4;.51;3660
+72084;43.99679;2.10347;293;20221223;17.3;11.8;14.6;1.3;13.59;.1;.64;3898
+72084;43.99679;2.10347;293;20221224;16.9;7.5;12.2;1.4;11.19;.1;.62;4752
+72084;43.99679;2.10347;293;20221225;16.9;5.2;11.1;2.6;9.72;.1;1.02;5377
+72084;43.99679;2.10347;293;20221226;14.5;3.9;9.2;1;10.49;.6;.38;4941
+72084;43.99679;2.10347;293;20221227;13.1;8.7;10.9;1;11.06;.2;.5;2961
+72084;43.99679;2.10347;293;20221228;16.3;3.4;9.9;1.9;9.19;.1;.76;5959
+72084;43.99679;2.10347;293;20221229;13.5;6.4;10;1.7;10.36;2.9;.6;3362
+72084;43.99679;2.10347;293;20221230;15.3;7.2;11.3;2;11.02;.2;.71;3827
+72084;43.99679;2.10347;293;20221231;17.5;7.2;12.3;2.7;11.02;.1;1.03;5252
+72085;44.02006;2.41325;481;20220101;19;9.6;14.3;2.2;7.51;.1;1.59;5255
+72085;44.02006;2.41325;481;20220102;15;8.7;11.9;2.2;7.91;.2;1.26;4199
+72085;44.02006;2.41325;481;20220103;12.5;6.8;9.7;1.4;9.61;0;.57;3985
+72085;44.02006;2.41325;481;20220104;17.2;7.8;12.5;3.1;8.61;7.4;1.55;5352
+72085;44.02006;2.41325;481;20220105;4;2.1;3.1;4.6;5.81;0;.83;2035
+72085;44.02006;2.41325;481;20220106;3.3;-1.6;.9;3.5;4.71;0;.73;3724
+72085;44.02006;2.41325;481;20220107;1.4;-2;-.3;2.8;5.61;8.2;.27;3009
+72085;44.02006;2.41325;481;20220108;6.9;1.3;4.1;6;8.81;9.1;0;4096
+72085;44.02006;2.41325;481;20220109;5.4;3.7;4.6;4.9;8.11;16.9;.29;1961
+72085;44.02006;2.41325;481;20220110;5.7;4.8;5.3;2.9;7.31;1.5;.66;1250
+72085;44.02006;2.41325;481;20220111;4;0;2;2.4;5.01;0;.7;3450
+72085;44.02006;2.41325;481;20220112;2.4;-3.9;-.7;1.3;4.81;0;.36;4553
+72085;44.02006;2.41325;481;20220113;6.8;-4;1.4;1.9;4.61;0;.66;6240
+72085;44.02006;2.41325;481;20220114;13.1;.7;6.9;1.7;3.51;0;1.23;6804
+72085;44.02006;2.41325;481;20220115;9.8;1.5;5.7;1.5;4.51;0;.92;5496
+72085;44.02006;2.41325;481;20220116;6.9;-1.5;2.7;1.4;5.01;.1;.61;5594
+72085;44.02006;2.41325;481;20220117;4.4;-1.6;1.4;1.7;5.51;.1;.47;4671
+72085;44.02006;2.41325;481;20220118;2.3;-2.2;.1;.7;5.11;.1;.36;3998
+72085;44.02006;2.41325;481;20220119;1.9;-2.7;-.4;1.8;5.91;.8;.23;4100
+72085;44.02006;2.41325;481;20220120;4.6;-.7;2;2.4;5.91;.1;.51;4507
+72085;44.02006;2.41325;481;20220121;4.2;0;2.1;4.4;4.21;0;1.25;3985
+72085;44.02006;2.41325;481;20220122;6;-2;2;2.2;4.41;.1;.85;5839
+72085;44.02006;2.41325;481;20220123;12.4;-.7;5.9;2.9;4.81;0;1.49;7762
+72085;44.02006;2.41325;481;20220124;13;3.2;8.1;3.3;5.51;0;1.71;6702
+72085;44.02006;2.41325;481;20220125;10.3;2.8;6.6;2.1;5.71;0;1.09;5850
+72085;44.02006;2.41325;481;20220126;9.7;2.5;6.1;1.6;6.01;0;.87;5792
+72085;44.02006;2.41325;481;20220127;8.8;-.2;4.3;1.4;6.31;.1;.65;6645
+72085;44.02006;2.41325;481;20220128;-1.7;-3.2;-2.4;.9;4.81;0;.31;2332
+72085;44.02006;2.41325;481;20220129;.3;-3.5;-1.6;.3;5.21;0;.34;4187
+72085;44.02006;2.41325;481;20220130;1.9;-1.8;.1;1.2;5.71;.1;.37;4181
+72085;44.02006;2.41325;481;20220131;5;.3;2.7;5.6;7.01;1.4;.38;4870
+72085;44.02006;2.41325;481;20220201;3.5;-.2;1.7;6;6.71;2.1;.26;4303
+72085;44.02006;2.41325;481;20220202;7.1;3.6;5.4;4;8.41;.5;.45;4227
+72085;44.02006;2.41325;481;20220203;12.5;1.3;6.9;2.9;7.01;.1;1.21;8227
+72085;44.02006;2.41325;481;20220204;7.2;4.3;5.8;2.2;8.91;2.2;.42;3898
+72085;44.02006;2.41325;481;20220205;7.7;5.2;6.5;3.8;7.71;.3;.89;3623
+72085;44.02006;2.41325;481;20220206;4.9;.9;2.9;3.8;7.11;2.5;.42;4839
+72085;44.02006;2.41325;481;20220207;9.1;4.8;7;5.6;8.31;1;.94;5117
+72085;44.02006;2.41325;481;20220208;14.7;-.3;7.2;2.6;5.91;0;1.61;10307
+72085;44.02006;2.41325;481;20220209;13.1;4.5;8.8;4.4;6.71;0;1.93;7741
+72085;44.02006;2.41325;481;20220210;5;3.5;4.3;1.7;6.79;0;1.37;11766
+72085;44.02006;2.41325;481;20220211;11.9;5.6;8.7;2.9;7.27;0;1.5;8533
+72085;44.02006;2.41325;481;20220212;11.9;-1.9;5;3.4;5.84;0;1.43;8000
+72085;44.02006;2.41325;481;20220213;13;4.4;8.7;5.2;7.73;6.7;1.51;7600
+72085;44.02006;2.41325;481;20220214;9;6.5;7.7;4.9;8.74;9.5;1.04;4733
+72085;44.02006;2.41325;481;20220215;7.3;3.7;5.5;5.3;8;7.8;.8;5866
+72085;44.02006;2.41325;481;20220216;9.8;5.5;7.7;6;10.21;10.1;.46;5827
+72085;44.02006;2.41325;481;20220217;11;9;10;5.5;11.81;2;.5;3807
+72085;44.02006;2.41325;481;20220218;15.3;8.2;11.8;3.8;10.61;.2;1.48;7904
+72085;44.02006;2.41325;481;20220219;8.5;5;6.8;3.7;7.01;0;1.26;5417
+72085;44.02006;2.41325;481;20220220;6.9;1.7;4.3;3.7;8.11;2.9;.51;6852
+72085;44.02006;2.41325;481;20220221;8.2;6.9;7.6;7.9;8.21;3.3;1.23;3122
+72085;44.02006;2.41325;481;20220222;10.2;4.9;7.6;4.4;8.01;.2;1.27;7118
+72085;44.02006;2.41325;481;20220223;13.8;5.5;9.7;2.1;7.81;.1;1.5;9207
+72085;44.02006;2.41325;481;20220224;13.8;6.7;10.3;4.5;8.51;.1;1.86;8577
+72085;44.02006;2.41325;481;20220225;8.5;2.9;5.7;4.1;6.11;0;1.49;7641
+72085;44.02006;2.41325;481;20220226;12.2;.3;6.3;4.4;4.71;0;2.37;11611
+72085;44.02006;2.41325;481;20220227;13.8;2.8;8.3;2.8;6.51;0;1.88;11282
+72085;44.02006;2.41325;481;20220228;13.1;4.2;8.7;2.6;7.31;0;1.66;10209
+72085;44.02006;2.41325;481;20220301;13.9;2.9;8.4;3.6;6.81;0;2.04;11575
+72085;44.02006;2.41325;481;20220302;9.6;4.7;7.2;4;8.51;1;1.07;7590
+72085;44.02006;2.41325;481;20220303;15.3;6.9;11.1;1.8;9.41;0;1.55;10286
+72085;44.02006;2.41325;481;20220304;8.7;5.6;7.2;4.1;9.11;3.7;.82;6052
+72085;44.02006;2.41325;481;20220305;5.9;5.3;5.6;3.5;8.61;1.1;.48;2303
+72085;44.02006;2.41325;481;20220306;9.5;3.7;6.6;2;6.71;0;1.32;8755
+72085;44.02006;2.41325;481;20220307;10.6;.5;5.6;2.3;6.01;0;1.56;11923
+72085;44.02006;2.41325;481;20220308;10.8;3.6;7.2;5.2;7.61;0;1.61;10080
+72085;44.02006;2.41325;481;20220309;11.5;5.1;8.3;5.5;8.31;0;1.64;9579
+72085;44.02006;2.41325;481;20220310;12.6;7;9.8;7.3;9.01;.7;1.9;9024
+72085;44.02006;2.41325;481;20220311;9.8;8.5;9.2;11.1;8.81;3.6;1.69;4036
+72085;44.02006;2.41325;481;20220312;7;6;6.5;7.9;8.71;19.9;.71;3499
+72085;44.02006;2.41325;481;20220313;8.7;6.7;7.7;8.1;7.61;20;1.69;5305
+72085;44.02006;2.41325;481;20220314;10.5;1.3;5.9;10.3;9.01;0;.83;12325
+72085;44.02006;2.41325;481;20220315;12.2;9.7;11;14.2;10.21;0;1.9;6161
+72085;44.02006;2.41325;481;20220316;12.2;9.8;11;6.3;10.11;0;1.65;6094
+72085;44.02006;2.41325;481;20220317;13.4;7.8;10.6;2.1;10.01;1.1;1.51;9790
+72085;44.02006;2.41325;481;20220318;12.8;6.5;9.7;2.3;9.2;.1;1.39;6666
+72085;44.02006;2.41325;481;20220319;15;6.1;10.5;3.6;7.44;0;2.68;15133
+72085;44.02006;2.41325;481;20220320;11.5;5.2;8.4;6.9;7.94;0;1.92;6633
+72085;44.02006;2.41325;481;20220321;12;7.6;9.8;8.9;7.34;0;2.96;11866
+72085;44.02006;2.41325;481;20220322;13;5.2;9.1;8.6;5.9;0;3.62;18666
+72085;44.02006;2.41325;481;20220323;14.2;3.1;8.7;5.9;5.04;0;3.66;20133
+72085;44.02006;2.41325;481;20220324;17.4;3.6;10.5;4.4;4.8;0;3.93;18924
+72085;44.02006;2.41325;481;20220325;18.1;3.6;10.8;3.4;4.3;0;3.71;16966
+72085;44.02006;2.41325;481;20220326;18.4;2.9;10.6;4.2;5.1;0;4.08;20600
+72085;44.02006;2.41325;481;20220327;19.6;4.1;11.9;3.7;5.8;0;3.98;19333
+72085;44.02006;2.41325;481;20220328;19.2;6.8;13;4.6;5.44;0;4.36;17700
+72085;44.02006;2.41325;481;20220329;17.4;7.9;12.6;3.1;7.77;1.7;2.83;13200
+72085;44.02006;2.41325;481;20220330;10.9;7.8;9.4;2.5;10.14;1.7;1.09;5133
+72085;44.02006;2.41325;481;20220331;12.6;6.3;9.4;6;8.1;4.6;2.51;13600
+72085;44.02006;2.41325;481;20220401;6;.5;3.2;7.1;5.42;2.7;2.07;12800
+72085;44.02006;2.41325;481;20220402;5.6;-1;2.3;5.1;5.05;.1;1.87;9833
+72085;44.02006;2.41325;481;20220403;5.4;-1.6;1.9;4.5;4.89;0;2.17;13801
+72085;44.02006;2.41325;481;20220404;9.3;-1.8;3.8;1.4;5.22;0;2.19;20292
+72085;44.02006;2.41325;481;20220405;14.5;-1.4;6.6;3.2;6.1;0;2.93;22066
+72085;44.02006;2.41325;481;20220406;10.6;1;5.8;3.5;8.87;1.6;.99;6833
+72085;44.02006;2.41325;481;20220407;14.1;6.9;10.5;6.2;10.67;7.3;1.67;6700
+72085;44.02006;2.41325;481;20220408;17.3;10;13.7;6.3;10.5;.2;3.14;13600
+72085;44.02006;2.41325;481;20220409;11.9;4.5;8.2;5;6.6;0;2.74;16033
+72085;44.02006;2.41325;481;20220410;18.3;-1.7;8.3;3.6;5.3;.2;3.9;24200
+72085;44.02006;2.41325;481;20220411;14;7.3;10.7;8.4;8.77;0;2.86;14233
+72085;44.02006;2.41325;481;20220412;15.5;9.2;12.4;7.4;8.04;0;3.57;12033
+72085;44.02006;2.41325;481;20220413;15.7;8.5;12.1;2.1;8.47;.3;2.22;9566
+72085;44.02006;2.41325;481;20220414;22.6;3.4;13;2.4;10.07;.2;3.72;22966
+72085;44.02006;2.41325;481;20220415;23.5;7.1;15.3;3.1;11.47;0;4.07;22466
+72085;44.02006;2.41325;481;20220416;23.2;7.4;15.3;4.1;10.1;0;4.57;22400
+72085;44.02006;2.41325;481;20220417;22.3;3.8;13;3.5;8.34;0;4.54;25333
+72085;44.02006;2.41325;481;20220418;18.4;6.7;12.5;3.2;9.84;0;3.2;18866
+72085;44.02006;2.41325;481;20220419;17.7;4.9;11.3;2.5;10.57;1.7;2.44;15700
+72085;44.02006;2.41325;481;20220420;12.7;8.6;10.6;1.9;11.2;7.7;1.12;5400
+72085;44.02006;2.41325;481;20220421;12.6;8.4;10.5;2.2;11.64;2.7;.99;4933
+72085;44.02006;2.41325;481;20220422;19;8.3;13.6;2.4;11.47;.4;2.9;17800
+72085;44.02006;2.41325;481;20220423;14.3;10.2;12.3;5.4;9.8;27.1;2.14;4900
+72085;44.02006;2.41325;481;20220424;12.8;5.8;9.3;4.7;10.7;9.2;1.16;5400
+72085;44.02006;2.41325;481;20220425;16.3;6.3;11.3;2.3;9.37;0;3.23;22966
+72085;44.02006;2.41325;481;20220426;21.4;3.5;12.5;1.7;8.5;0;4.05;26900
+72085;44.02006;2.41325;481;20220427;22.3;8;15.1;2.3;10.79;0;3.56;20500
+72085;44.02006;2.41325;481;20220428;21.5;10.2;15.9;2.6;12.2;0;3.73;21166
+72085;44.02006;2.41325;481;20220429;21.3;11.3;16.3;3.2;13.4;.4;3.03;13700
+72085;44.02006;2.41325;481;20220430;20.8;10.8;15.8;3.2;11.54;0;3.93;21200
+72085;44.02006;2.41325;481;20220501;19.3;5;12.2;2.5;8.94;0;3.8;23566
+72085;44.02006;2.41325;481;20220502;19.2;8.3;13.7;2;10;0;3.45;20633
+72085;44.02006;2.41325;481;20220503;19;10.1;14.5;1.5;11.97;7.5;2.48;13066
+72085;44.02006;2.41325;481;20220504;18.3;8.1;13.2;1.6;12.07;1.9;2.67;16700
+72085;44.02006;2.41325;481;20220505;18.1;7.3;12.7;3.1;10.24;.3;3.18;18533
+72085;44.02006;2.41325;481;20220506;16.8;7.9;12.4;3.8;9.61;0;3.2;18643
+72085;44.02006;2.41325;481;20220507;20.1;8.6;14.4;3.4;10.11;0;3.89;21392
+72085;44.02006;2.41325;481;20220508;21.1;11.1;16.1;2;10.51;0;3.72;19996
+72085;44.02006;2.41325;481;20220509;23.6;10.9;17.3;2.1;10.81;0;4.29;22729
+72085;44.02006;2.41325;481;20220510;24.8;11;17.9;2.3;11.91;0;4.53;23831
+72085;44.02006;2.41325;481;20220511;26.1;13.3;19.7;3.7;12.11;0;5.28;23027
+72085;44.02006;2.41325;481;20220512;24.4;12.4;18.4;3.3;12.81;0;4.59;22370
+72085;44.02006;2.41325;481;20220513;24;13.3;18.7;1.8;13.31;0;4.02;21174
+72085;44.02006;2.41325;481;20220514;27.1;13.8;20.5;2.1;13.91;0;4.79;23785
+72085;44.02006;2.41325;481;20220515;24.6;16.1;20.4;5.3;11.71;0;5.51;18949
+72085;44.02006;2.41325;481;20220516;26;12.9;19.5;2.6;12.61;0;4.89;23786
+72085;44.02006;2.41325;481;20220517;30.2;15.3;22.8;2.5;14.41;0;5.68;25510
+72085;44.02006;2.41325;481;20220518;29.5;17.5;23.5;3.2;15.01;0;5.68;22905
+72085;44.02006;2.41325;481;20220519;26.2;16.1;21.2;6.1;13.81;0;5.81;21030
+72085;44.02006;2.41325;481;20220520;27.4;17.3;22.4;5.5;13.11;0;6.27;21103
+72085;44.02006;2.41325;481;20220521;31.4;14.5;23;3.1;15.11;0;6.31;27596
+72085;44.02006;2.41325;481;20220522;30.3;20.2;25.3;2.5;16.51;.7;5.34;21242
+72085;44.02006;2.41325;481;20220523;18.4;15.3;16.9;4;14.81;0;2.54;11492
+72085;44.02006;2.41325;481;20220524;17.9;11;14.5;3.5;11.51;.3;3.22;17544
+72085;44.02006;2.41325;481;20220525;18.2;8.8;13.5;4.4;10.41;0;3.65;20655
+72085;44.02006;2.41325;481;20220526;17.5;9.1;13.3;4.1;10.91;0;3.31;19541
+72085;44.02006;2.41325;481;20220527;24.1;10.8;17.5;3.5;12.81;0;4.76;24838
+72085;44.02006;2.41325;481;20220528;24.4;12.4;18.4;3;11.41;0;4.93;23618
+72085;44.02006;2.41325;481;20220529;23;8.9;16;2.8;7.71;0;5.12;25724
+72085;44.02006;2.41325;481;20220530;23.6;10.5;17.1;2.6;9.01;.7;4.99;24828
+72085;44.02006;2.41325;481;20220531;24.3;12;18.2;2.2;12.01;.2;4.62;24090
+72085;44.02006;2.41325;481;20220601;30.6;14.4;22.5;3.1;13.11;0;6.46;27810
+72085;44.02006;2.41325;481;20220602;28;16.3;22.2;4.6;13.61;0;6.17;23576
+72085;44.02006;2.41325;481;20220603;29.1;16.5;22.8;3.9;14.41;.6;6.14;24540
+72085;44.02006;2.41325;481;20220604;28.4;16.6;22.5;3.4;18.31;11.1;5.18;23769
+72085;44.02006;2.41325;481;20220605;22.5;15.6;19.1;3.1;16.71;.3;3.53;18042
+72085;44.02006;2.41325;481;20220606;26.3;14;20.2;2.1;15.01;.4;4.77;24363
+72085;44.02006;2.41325;481;20220607;21;15.3;18.2;2.9;14.81;.1;3.37;16385
+72085;44.02006;2.41325;481;20220608;17.2;13.8;15.5;2.6;14.11;4.6;2.37;12512
+72085;44.02006;2.41325;481;20220609;17.1;11.3;14.2;4.6;13.01;.1;2.75;16580
+72085;44.02006;2.41325;481;20220610;25.8;12.3;19.1;2.9;13.71;0;5.07;25695
+72085;44.02006;2.41325;481;20220611;31.2;14.8;23;2.3;13.21;0;6.26;28423
+72085;44.02006;2.41325;481;20220612;29.2;19.3;24.3;2.5;14.91;1.1;5.43;21947
+72085;44.02006;2.41325;481;20220613;29.4;18.1;23.8;2.9;18.81;.1;5.31;23516
+72085;44.02006;2.41325;481;20220614;33.9;18.1;26;2.4;16.81;.1;6.62;27957
+72085;44.02006;2.41325;481;20220615;32.8;21.6;27.2;2.9;16.11;.1;6.43;23442
+72085;44.02006;2.41325;481;20220616;34.2;21;27.6;2.2;18.61;0;6.27;25523
+72085;44.02006;2.41325;481;20220617;36;20.8;28.4;2.7;16.01;0;7.29;27451
+72085;44.02006;2.41325;481;20220618;33.4;23.3;28.4;6;13.81;0;8.76;22254
+72085;44.02006;2.41325;481;20220619;31;21.9;26.5;10.4;14.51;0;9.43;21093
+72085;44.02006;2.41325;481;20220620;28.9;18.1;23.5;4.6;17.01;0;5.91;23044
+72085;44.02006;2.41325;481;20220621;28;19.1;23.6;3;19.61;1.7;4.75;20854
+72085;44.02006;2.41325;481;20220622;27;18.9;23;3.1;18.01;4.5;4.67;19860
+72085;44.02006;2.41325;481;20220623;25.4;17;21.2;3.2;17.11;11.6;4.4;20233
+72085;44.02006;2.41325;481;20220624;22.5;14.4;18.5;2.5;14.71;6.8;3.86;19850
+72085;44.02006;2.41325;481;20220625;26.3;14.1;20.2;3.4;15.61;4.5;5.03;24511
+72085;44.02006;2.41325;481;20220626;19.7;14.7;17.2;2.6;16.84;2.3;2.74;14371
+72085;44.02006;2.41325;481;20220627;16.8;13.7;15.3;3.6;15.4;1.2;1.99;11125
+72085;44.02006;2.41325;481;20220628;23.4;12.9;18.2;2.7;13.81;0;4.33;22644
+72085;44.02006;2.41325;481;20220629;28;14.4;21.2;2.3;13.41;2.3;5.44;25847
+72085;44.02006;2.41325;481;20220630;15.3;14.7;15;2.9;15.11;1.1;1.24;4868
+72085;44.02006;2.41325;481;20220701;21.2;10.8;16;2.8;12.21;0;4.03;22468
+72085;44.02006;2.41325;481;20220702;30.2;11.6;20.9;2.2;12.31;0;6.16;30250
+72085;44.02006;2.41325;481;20220703;29.4;18.5;24;2.3;15.31;.4;5.39;22962
+72085;44.02006;2.41325;481;20220704;25.4;16.7;21.1;3.3;18.21;.5;4.22;20411
+72085;44.02006;2.41325;481;20220705;27.3;16.4;21.9;2.8;16.71;0;4.93;22896
+72085;44.02006;2.41325;481;20220706;27.3;15.4;21.4;2.9;12.91;0;5.47;23917
+72085;44.02006;2.41325;481;20220707;26.1;14.8;20.5;3.7;12.71;0;5.45;23249
+72085;44.02006;2.41325;481;20220708;27.6;15.9;21.8;3.2;13.21;0;5.6;23626
+72085;44.02006;2.41325;481;20220709;30.2;15;22.6;3;12.31;0;6.38;26976
+72085;44.02006;2.41325;481;20220710;31;17.7;24.4;3.3;12.91;0;6.59;25137
+72085;44.02006;2.41325;481;20220711;33.5;18;25.8;2.7;13.31;0;6.84;27135
+72085;44.02006;2.41325;481;20220712;33.2;21.2;27.2;2.7;13.71;0;6.53;23738
+72085;44.02006;2.41325;481;20220713;33.6;19.9;26.8;2.6;12.61;0;6.71;25353
+72085;44.02006;2.41325;481;20220714;35.3;20.9;28.1;2.8;14.21;0;7.13;25947
+72085;44.02006;2.41325;481;20220715;34.3;20;27.2;2.4;14.51;0;6.59;25789
+72085;44.02006;2.41325;481;20220716;35.3;19.6;27.5;2.9;13.51;0;7.31;26984
+72085;44.02006;2.41325;481;20220717;37.1;20.1;28.6;2.9;12.01;0;7.84;28030
+72085;44.02006;2.41325;481;20220718;35.3;22.6;29;5.4;14.11;0;8.87;24062
+72085;44.02006;2.41325;481;20220719;35.4;24.7;30.1;5.1;11.21;0;9.07;21963
+72085;44.02006;2.41325;481;20220720;28.2;18.7;23.5;3.1;16.41;0;5.09;20590
+72085;44.02006;2.41325;481;20220721;32.8;18;25.4;2;14.51;0;5.97;25793
+72085;44.02006;2.41325;481;20220722;30.6;20.3;25.5;3.1;15.41;1;5.82;21330
+72085;44.02006;2.41325;481;20220723;28.4;15.8;22.1;3;15.81;0;5.25;23586
+72085;44.02006;2.41325;481;20220724;35.4;16.7;26.1;2.1;14.11;0;6.7;28786
+72085;44.02006;2.41325;481;20220725;25.4;18.1;21.8;3.3;16.51;0;4.25;17657
+72085;44.02006;2.41325;481;20220726;25.8;15.6;20.7;4.3;14.01;0;5.11;20921
+72085;44.02006;2.41325;481;20220727;27.1;13.4;20.3;3.2;11.91;0;5.47;24265
+72085;44.02006;2.41325;481;20220728;28.1;15.3;21.7;3;13.01;0;5.45;23339
+72085;44.02006;2.41325;481;20220729;27.4;17.7;22.6;2.8;15.21;0;4.82;20144
+72085;44.02006;2.41325;481;20220730;29.6;18.3;24;3.1;15.21;0;5.52;21708
+72085;44.02006;2.41325;481;20220731;31.8;17.2;24.5;2.7;14.51;0;6;24666
+72085;44.02006;2.41325;481;20220801;33.1;18.8;26;3;14.41;0;6.45;24298
+72085;44.02006;2.41325;481;20220802;33.7;19.9;26.8;2.2;13.41;0;6.02;23750
+72085;44.02006;2.41325;481;20220803;35.5;23.4;29.5;2.9;12.51;0;6.88;22093
+72085;44.02006;2.41325;481;20220804;36.3;23.1;29.7;2.4;13.71;0;6.53;22999
+72085;44.02006;2.41325;481;20220805;30.6;18.7;24.7;3.7;19.21;.6;5.41;21697
+72085;44.02006;2.41325;481;20220806;32.3;18;25.2;3;17.71;0;5.82;23735
+72085;44.02006;2.41325;481;20220807;32.7;19.1;25.9;2.4;13.01;0;5.9;23014
+72085;44.02006;2.41325;481;20220808;33.4;18.7;26.1;2.8;10.61;0;6.55;23832
+72085;44.02006;2.41325;481;20220809;34.4;20.1;27.3;3;10.21;0;6.9;23374
+72085;44.02006;2.41325;481;20220810;35.3;21.6;28.5;2.7;10.61;0;6.7;22741
+72085;44.02006;2.41325;481;20220811;35.5;21.8;28.7;2.8;15.11;0;6.5;22617
+72085;44.02006;2.41325;481;20220812;36.4;21.2;28.8;2.6;17.71;0;6.4;23729
+72085;44.02006;2.41325;481;20220813;35.8;19.4;27.6;2.2;16.91;.8;6.07;24536
+72085;44.02006;2.41325;481;20220814;26.9;20.4;23.7;3.3;18.21;.7;4.08;15097
+72085;44.02006;2.41325;481;20220815;27.1;15.5;21.3;2.2;14.81;0;4.31;20284
+72085;44.02006;2.41325;481;20220816;32.2;15.8;24;3.3;14.51;2.6;6.1;24106
+72085;44.02006;2.41325;481;20220817;23.2;15.4;19.3;2.7;17.01;.5;3.17;16305
+72085;44.02006;2.41325;481;20220818;24;15;19.5;4.2;15.21;.7;3.93;17457
+72085;44.02006;2.41325;481;20220819;22.8;15.3;19.1;4.6;16.01;.1;3.45;15773
+72085;44.02006;2.41325;481;20220820;28.5;16.4;22.5;2.8;16.51;0;4.55;20094
+72085;44.02006;2.41325;481;20220821;25.7;17.2;21.5;3.1;15.41;.1;4.04;16617
+72085;44.02006;2.41325;481;20220822;22.9;17.1;20;3.4;17.31;.3;3.02;13511
+72085;44.02006;2.41325;481;20220823;29.5;17.2;23.4;2.5;17.91;0;4.45;19861
+72085;44.02006;2.41325;481;20220824;33.8;19.2;26.5;2.6;14.71;0;5.71;21552
+72085;44.02006;2.41325;481;20220825;29.6;19.9;24.8;3.3;16.71;.4;4.84;17314
+72085;44.02006;2.41325;481;20220826;29;17.7;23.4;3.1;16.71;.2;4.6;18609
+72085;44.02006;2.41325;481;20220827;29.9;17;23.5;2.9;14.81;0;4.94;19786
+72085;44.02006;2.41325;481;20220828;31.7;18.1;24.9;2.1;12.01;0;4.99;20185
+72085;44.02006;2.41325;481;20220829;32.5;19.9;26.2;3.1;14.21;2.3;5.64;19257
+72085;44.02006;2.41325;481;20220830;29.8;17.7;23.8;2.6;16.11;0;4.54;18714
+72085;44.02006;2.41325;481;20220831;30;16.8;23.4;2.9;15.31;0;4.8;19426
+72085;44.02006;2.41325;481;20220901;27.6;17;22.3;2.3;17.11;0;3.78;17199
+72085;44.02006;2.41325;481;20220902;26.1;18;22.1;2;16.91;12.9;3.31;14826
+72085;44.02006;2.41325;481;20220903;25.1;15.9;20.5;1.9;17.51;.8;3.06;15718
+72085;44.02006;2.41325;481;20220904;29.4;18;23.7;4.8;18.41;0;4.81;17432
+72085;44.02006;2.41325;481;20220905;30.3;20.2;25.3;5.6;19.81;0;5.14;16230
+72085;44.02006;2.41325;481;20220906;30.2;20.3;25.3;3.3;19.21;1.7;4.38;15925
+72085;44.02006;2.41325;481;20220907;24.3;17.7;21;2.5;17.21;.3;2.92;12762
+72085;44.02006;2.41325;481;20220908;25;13.6;19.3;2.1;14.21;1.4;3.33;16846
+72085;44.02006;2.41325;481;20220909;19;14.2;16.6;2;14.91;1.3;2;10588
+72085;44.02006;2.41325;481;20220910;24.1;12.4;18.3;2;12.61;0;3.24;16774
+72085;44.02006;2.41325;481;20220911;31.2;13.8;22.5;2.4;11.91;0;4.77;20425
+72085;44.02006;2.41325;481;20220912;31.6;19.5;25.6;4.4;15.81;0;5.58;16761
+72085;44.02006;2.41325;481;20220913;28.9;21.3;25.1;4.9;20.61;0;4.19;13014
+72085;44.02006;2.41325;481;20220914;28.4;18.8;23.6;3.4;18.81;1.4;3.8;14575
+72085;44.02006;2.41325;481;20220915;27.3;16.2;21.8;2.4;16.21;.2;3.47;15575
+72085;44.02006;2.41325;481;20220916;22.8;15.9;19.4;4.4;14.31;.1;3.33;12013
+72085;44.02006;2.41325;481;20220917;19.6;9.7;14.7;3.5;8.61;0;3.31;14386
+72085;44.02006;2.41325;481;20220918;24.8;6.5;15.7;2.4;6.51;0;3.97;19618
+72085;44.02006;2.41325;481;20220919;25;10.6;17.8;2.5;7.21;0;3.97;17150
+72085;44.02006;2.41325;481;20220920;23.9;9;16.5;3;7.91;0;3.94;17282
+72085;44.02006;2.41325;481;20220921;23.9;8.8;16.4;2.4;8.01;0;3.58;17225
+72085;44.02006;2.41325;481;20220922;24.2;12.6;18.4;2.1;10.81;0;3.15;14855
+72085;44.02006;2.41325;481;20220923;24.3;12.5;18.4;3.3;13.01;25.6;3.33;14831
+72085;44.02006;2.41325;481;20220924;16.9;12.5;14.7;2.5;14.01;1.7;1.54;8686
+72085;44.02006;2.41325;481;20220925;16.1;10.8;13.5;3.1;12.41;.2;1.68;9497
+72085;44.02006;2.41325;481;20220926;16.1;8.7;12.4;3.5;11.31;2.9;1.85;11225
+72085;44.02006;2.41325;481;20220927;13.6;10.3;12;4.9;12.21;6.5;1.23;7179
+72085;44.02006;2.41325;481;20220928;15.5;11.8;13.7;6.4;14.41;12.6;1.09;7555
+72085;44.02006;2.41325;481;20220929;14;10.5;12.3;3.9;12.51;6.3;1.2;7243
+72085;44.02006;2.41325;481;20220930;15.3;8.1;11.7;3.6;10.31;.1;1.85;10572
+72085;44.02006;2.41325;481;20221001;17.4;7.7;12.6;2.9;12.21;.4;1.72;12242
+72085;44.02006;2.41325;481;20221002;21.4;14.2;17.8;2;15.11;.1;1.99;10328
+72085;44.02006;2.41325;481;20221003;20.9;11.8;16.4;2;13.41;0;2.05;11561
+72085;44.02006;2.41325;481;20221004;23.1;11.7;17.4;1.7;12.61;.1;2.33;12871
+72085;44.02006;2.41325;481;20221005;21.6;12.7;17.2;3.3;13.51;.1;2.44;11156
+72085;44.02006;2.41325;481;20221006;20.3;14.2;17.3;1.9;15.31;.2;1.69;9003
+72085;44.02006;2.41325;481;20221007;21.4;12.8;17.1;2.5;14.41;.3;2.05;10691
+72085;44.02006;2.41325;481;20221008;20.1;14.9;17.5;2.1;14.91;1.3;1.72;8054
+72085;44.02006;2.41325;481;20221009;21.4;11.1;16.3;3.6;13.51;.1;2.3;11480
+72085;44.02006;2.41325;481;20221010;22.1;14.2;18.2;3.5;14.41;.1;2.39;9842
+72085;44.02006;2.41325;481;20221011;21.4;12.9;17.2;1.7;13.91;0;1.83;10106
+72085;44.02006;2.41325;481;20221012;21.4;13.4;17.4;1.4;14.01;1.3;1.72;9659
+72085;44.02006;2.41325;481;20221013;18;11.8;14.9;1.6;14.21;3.5;1.3;8311
+72085;44.02006;2.41325;481;20221014;16.5;13.9;15.2;3.3;16.01;.8;.9;5064
+72085;44.02006;2.41325;481;20221015;24.1;12;18.1;3;14.51;0;2.39;11588
+72085;44.02006;2.41325;481;20221016;22;15.8;18.9;7.8;16.51;0;2.57;7988
+72085;44.02006;2.41325;481;20221017;21.3;17.7;19.5;8;16.91;0;2.54;5839
+72085;44.02006;2.41325;481;20221018;22.8;17;19.9;5.1;17.11;0;2.36;7499
+72085;44.02006;2.41325;481;20221019;21.9;16.6;19.3;6.2;16.71;.8;2.35;7041
+72085;44.02006;2.41325;481;20221020;19.9;17.3;18.6;5;17.51;.5;1.57;4654
+72085;44.02006;2.41325;481;20221021;22.1;17.6;19.9;2.8;15.41;.6;2.02;6257
+72085;44.02006;2.41325;481;20221022;22.8;13.5;18.2;3.4;13.71;0;2.34;9179
+72085;44.02006;2.41325;481;20221023;23.5;16.1;19.8;5.9;15.01;0;3.06;8002
+72085;44.02006;2.41325;481;20221024;21.3;15.9;18.6;1.9;14.11;.1;1.68;6640
+72085;44.02006;2.41325;481;20221025;21.3;12.2;16.8;3.4;12.61;.1;2.16;8709
+72085;44.02006;2.41325;481;20221026;21.6;14.3;18;3.7;15.81;.1;1.79;7621
+72085;44.02006;2.41325;481;20221027;23.9;16.2;20.1;5.2;16.21;0;2.63;7739
+72085;44.02006;2.41325;481;20221028;23.2;16.2;19.7;5.5;14.51;0;2.96;7244
+72085;44.02006;2.41325;481;20221029;22.3;17.1;19.7;7.1;10.31;0;4.56;6060
+72085;44.02006;2.41325;481;20221030;21.6;15.3;18.5;5.4;13.71;0;2.67;6648
+72085;44.02006;2.41325;481;20221031;22.4;15.3;18.9;5.8;14.71;1.4;2.65;7002
+72085;44.02006;2.41325;481;20221101;18.4;12.6;15.5;2.8;13.01;.1;1.45;6173
+72085;44.02006;2.41325;481;20221102;19.1;10.2;14.7;1.7;10.51;0;1.43;7708
+72085;44.02006;2.41325;481;20221103;16.5;10.8;13.7;4.3;11.41;5.6;1.61;5944
+72085;44.02006;2.41325;481;20221104;9.3;8.4;8.9;5.7;10.01;13.7;.74;1905
+72085;44.02006;2.41325;481;20221105;11.5;3.5;7.5;3.4;7.81;.1;1.12;6976
+72085;44.02006;2.41325;481;20221106;16.7;4.5;10.6;2.7;7.31;0;1.71;8662
+72085;44.02006;2.41325;481;20221107;18;8;13;3.6;9.81;0;1.81;7671
+72085;44.02006;2.41325;481;20221108;17.4;12.3;14.9;6;13.41;.5;1.52;5204
+72085;44.02006;2.41325;481;20221109;16.6;13.8;15.2;3.1;13.91;1.8;1.11;3620
+72085;44.02006;2.41325;481;20221110;15.1;9.4;12.3;2.3;11.61;.1;.92;5391
+72085;44.02006;2.41325;481;20221111;18;7.8;12.9;7.3;12.41;0;1.49;7351
+72085;44.02006;2.41325;481;20221112;20;12.7;16.4;5;11.51;0;2.42;6029
+72085;44.02006;2.41325;481;20221113;18.8;13.3;16.1;3.2;8.21;0;2.43;5071
+72085;44.02006;2.41325;481;20221114;15.5;12.4;14;4.2;12.71;3.1;1.19;3581
+72085;44.02006;2.41325;481;20221115;15.4;11.3;13.4;3.6;12.81;7.5;.96;4167
+72085;44.02006;2.41325;481;20221116;15.4;9.5;12.5;1.9;11.31;.2;.88;5072
+72085;44.02006;2.41325;481;20221117;13.4;10.8;12.1;3;11.51;8.1;.91;3088
+72085;44.02006;2.41325;481;20221118;10.4;7.9;9.2;4.2;10.21;2.5;.68;2973
+72085;44.02006;2.41325;481;20221119;8.6;5.8;7.2;3.7;8.61;1.1;.7;3144
+72085;44.02006;2.41325;481;20221120;8.5;3.8;6.2;2.7;8.51;1.3;.5;4229
+72085;44.02006;2.41325;481;20221121;9.4;4.8;7.1;3.7;9.01;16.2;.56;4124
+72085;44.02006;2.41325;481;20221122;5.9;4.1;5;4.9;8.51;13;.26;2285
+72085;44.02006;2.41325;481;20221123;12.3;5.8;9.1;4;10.01;7.2;.72;4919
+72085;44.02006;2.41325;481;20221124;10.7;6.2;8.5;1.9;9.71;.2;.54;3928
+72085;44.02006;2.41325;481;20221125;8.6;7.9;8.3;2.6;9.71;4.7;.56;1105
+72085;44.02006;2.41325;481;20221126;9.6;5;7.3;2.1;8.61;0;.58;3891
+72085;44.02006;2.41325;481;20221127;11.4;5.6;8.5;4.4;7.11;3;1.48;4408
+72085;44.02006;2.41325;481;20221128;8.5;7.4;8;3.8;9.81;8.1;.49;1503
+72085;44.02006;2.41325;481;20221129;7.5;4.1;5.8;3.5;8.11;.2;.53;3142
+72085;44.02006;2.41325;481;20221130;6.7;.4;3.6;1.8;7.01;.1;.39;4488
+72085;44.02006;2.41325;481;20221201;3.1;0;1.6;1.9;6.71;.1;.24;2909
+72085;44.02006;2.41325;481;20221202;3.3;2.6;3;.8;7.21;.2;.36;1000
+72085;44.02006;2.41325;481;20221203;5.8;2.5;4.2;1.5;7.31;2.8;.39;2969
+72085;44.02006;2.41325;481;20221204;7.3;3.5;5.4;1.8;7.31;3.1;.54;3209
+72085;44.02006;2.41325;481;20221205;9.6;-.5;4.6;3;5.71;.1;.94;5634
+72085;44.02006;2.41325;481;20221206;12.5;3.3;7.9;2.6;5.41;.1;1.35;5307
+72085;44.02006;2.41325;481;20221207;10;3.5;6.8;1.4;5.91;0;.75;4318
+72085;44.02006;2.41325;481;20221208;8.2;1.3;4.8;3.2;7.11;2.5;.59;4442
+72085;44.02006;2.41325;481;20221209;8.1;7.1;7.6;1.9;10.11;.1;.35;1245
+72085;44.02006;2.41325;481;20221210;.2;.9;.6;4.5;6.51;0;.11;0
+72085;44.02006;2.41325;481;20221211;4.7;-5.7;-.5;2.6;4.21;0;.62;5524
+72085;44.02006;2.41325;481;20221212;4.1;-1.6;1.3;2.9;4.91;7;.65;3888
+72085;44.02006;2.41325;481;20221213;9.9;2;6;4.1;10.11;.4;0;4683
+72085;44.02006;2.41325;481;20221214;10.7;8;9.4;2.9;10.71;1.5;.48;2436
+72085;44.02006;2.41325;481;20221215;9.9;7.2;8.6;4.3;10.61;8.6;.35;2427
+72085;44.02006;2.41325;481;20221216;10.3;7.6;9;1.6;9.61;.4;.55;2420
+72085;44.02006;2.41325;481;20221217;5.6;1.7;3.7;1.7;6.91;.1;.39;3043
+72085;44.02006;2.41325;481;20221218;9.7;-.1;4.8;6.3;7.21;0;.81;5228
+72085;44.02006;2.41325;481;20221219;13.5;8.8;11.2;11;10.61;0;1.43;3400
+72085;44.02006;2.41325;481;20221220;12.7;11.2;12;9;11.11;.4;1.4;1613
+72085;44.02006;2.41325;481;20221221;12.6;9.7;11.2;2.4;11.41;.4;.61;2517
+72085;44.02006;2.41325;481;20221222;12;9.2;10.6;3.9;12.01;4.1;.42;2462
+72085;44.02006;2.41325;481;20221223;15.2;11.2;13.2;3;13.31;.1;.65;3083
+72085;44.02006;2.41325;481;20221224;15.6;9.7;12.7;1.9;11.21;.1;.77;3901
+72085;44.02006;2.41325;481;20221225;13.2;8.5;10.9;5;10.21;.1;1.09;3413
+72085;44.02006;2.41325;481;20221226;14;10.2;12.1;3.6;11.51;.2;.88;3005
+72085;44.02006;2.41325;481;20221227;12;7.8;9.9;1.8;10.21;.2;.57;3205
+72085;44.02006;2.41325;481;20221228;14.6;5.4;10;3.1;9.41;.1;.92;5099
+72085;44.02006;2.41325;481;20221229;12.2;8.2;10.2;3.1;10.11;2.3;.78;3135
+72085;44.02006;2.41325;481;20221230;14.4;6.8;10.6;2.8;10.21;.1;.79;4608
+72085;44.02006;2.41325;481;20221231;14.2;9.6;11.9;5.8;11.01;0;1.2;3446
+72086;44.0424;2.72325;742;20220101;19.5;-.6;9.5;1.4;6.17;.1;.97;6861
+72086;44.0424;2.72325;742;20220102;12.2;6.1;9.2;2;7.09;.1;1.05;4100
+72086;44.0424;2.72325;742;20220103;10.6;4.9;7.8;1.3;8.89;0;.42;6000
+72086;44.0424;2.72325;742;20220104;11.8;5.1;8.5;2.4;8.29;5.3;.78;6200
+72086;44.0424;2.72325;742;20220105;1.8;1;1.4;6;5.07;.1;1.11;1107
+72086;44.0424;2.72325;742;20220106;3.1;-.7;1.2;6.2;4.09;0;1.26;7400
+72086;44.0424;2.72325;742;20220107;2;-3.8;-.9;3.9;5.19;7.4;.41;3900
+72086;44.0424;2.72325;742;20220108;7;.8;3.9;7.6;7.39;8;.59;4900
+72086;44.0424;2.72325;742;20220109;4;2.4;3.2;7.6;6.69;13.8;.71;2200
+72086;44.0424;2.72325;742;20220110;4.7;1.4;3.1;4.2;5.79;.1;.88;3200
+72086;44.0424;2.72325;742;20220111;4.7;-2.2;1.3;4.2;3.99;0;1.1;8700
+72086;44.0424;2.72325;742;20220112;6.8;-6.5;.2;3.2;3.39;0;1.1;9000
+72086;44.0424;2.72325;742;20220113;8.5;-4.5;2;2;3.59;0;.9;9000
+72086;44.0424;2.72325;742;20220114;11.7;-.3;5.7;2.1;3.29;0;1.27;9000
+72086;44.0424;2.72325;742;20220115;9;-.8;4.1;1.4;3.59;0;.77;9000
+72086;44.0424;2.72325;742;20220116;7.5;-2.8;2.4;2;4.39;.1;.77;9300
+72086;44.0424;2.72325;742;20220117;8.4;-.8;3.8;4.8;5.09;.1;1.34;9200
+72086;44.0424;2.72325;742;20220118;8.5;-.4;4.1;3;4.99;0;1.08;9200
+72086;44.0424;2.72325;742;20220119;1.4;-4.6;-1.6;2.1;5.49;.6;.26;4300
+72086;44.0424;2.72325;742;20220120;5;-1.1;2;5.7;5.09;0;1.06;8200
+72086;44.0424;2.72325;742;20220121;3;-1.1;1;7.5;3.69;0;1.58;9600
+72086;44.0424;2.72325;742;20220122;5.5;-3.1;1.2;4.9;4.09;.1;1.28;9600
+72086;44.0424;2.72325;742;20220123;12.6;-2;5.3;2.3;4.49;0;1.32;9800
+72086;44.0424;2.72325;742;20220124;12.7;-.9;5.9;1.3;4.29;0;.93;10000
+72086;44.0424;2.72325;742;20220125;11.6;1.6;6.6;1.9;4.49;0;1.19;10100
+72086;44.0424;2.72325;742;20220126;10.5;1;5.8;2.3;4.99;0;1.19;10300
+72086;44.0424;2.72325;742;20220127;9.3;-.9;4.2;2;5.49;0;.9;10500
+72086;44.0424;2.72325;742;20220128;5.6;-3.2;1.2;3.7;4.72;0;1.08;6432
+72086;44.0424;2.72325;742;20220129;7.2;-4.7;1.3;1.3;5.19;0;.61;10600
+72086;44.0424;2.72325;742;20220130;.8;-4.1;-1.6;1.9;5.59;0;.29;7900
+72086;44.0424;2.72325;742;20220131;5;-1.4;1.8;7.6;6.49;.8;.56;4600
+72086;44.0424;2.72325;742;20220201;3.1;-1.1;1;7.9;5.79;1.6;.67;6800
+72086;44.0424;2.72325;742;20220202;7.6;1.7;4.7;6.8;7.39;.2;.89;10800
+72086;44.0424;2.72325;742;20220203;14.3;-.2;7.1;2.4;5.99;.1;1.48;8900
+72086;44.0424;2.72325;742;20220204;6.9;2.3;4.6;3.6;7.69;1;.63;3600
+72086;44.0424;2.72325;742;20220205;8.9;4.3;6.6;4.5;6.69;.1;1.45;8800
+72086;44.0424;2.72325;742;20220206;4.6;-1.8;1.4;4.5;6.19;2.5;.59;5100
+72086;44.0424;2.72325;742;20220207;8.7;2.7;5.7;7.7;7.29;.8;1.31;10100
+72086;44.0424;2.72325;742;20220208;16.3;-.7;7.8;3.3;4.69;0;2.35;12300
+72086;44.0424;2.72325;742;20220209;8.7;1;4.9;3.1;6.19;0;1.18;8600
+72086;44.0424;2.72325;742;20220210;14.6;-.4;7.1;2;6.99;0;1.35;12100
+72086;44.0424;2.72325;742;20220211;10;5.3;7.7;4.2;6.09;0;1.86;7900
+72086;44.0424;2.72325;742;20220212;9.2;-2;3.6;5.1;5.69;0;1.44;5500
+72086;44.0424;2.72325;742;20220213;6.9;4.8;5.9;6.1;8.49;4.7;.65;900
+72086;44.0424;2.72325;742;20220214;7.1;6.5;6.8;5.3;7.99;7.2;1.1;3600
+72086;44.0424;2.72325;742;20220215;5.1;1.5;3.3;6;6.89;5.4;.75;5400
+72086;44.0424;2.72325;742;20220216;9.2;3.6;6.4;5.5;9.29;8.4;.58;3300
+72086;44.0424;2.72325;742;20220217;11.8;7.6;9.7;4.7;10.99;1.7;.9;5400
+72086;44.0424;2.72325;742;20220218;17.8;6.9;12.4;4.7;9.99;0;2.31;13000
+72086;44.0424;2.72325;742;20220219;6.7;3;4.8;5.6;6.35;0;1.39;6809
+72086;44.0424;2.72325;742;20220220;7.8;1;4.4;4.1;7.39;2.7;.85;5600
+72086;44.0424;2.72325;742;20220221;7.3;5.2;6.3;11.5;7.39;3.6;1.64;11600
+72086;44.0424;2.72325;742;20220222;8.4;3.1;5.8;8.2;7.19;.2;1.55;12600
+72086;44.0424;2.72325;742;20220223;14.5;3.8;9.2;4.5;7.39;0;2.32;15000
+72086;44.0424;2.72325;742;20220224;14.2;4.5;9.4;4.2;7.99;0;2.05;12200
+72086;44.0424;2.72325;742;20220225;7.6;2;4.8;7.3;5.19;0;2.2;14900
+72086;44.0424;2.72325;742;20220226;11.7;-.1;5.8;5.7;4.49;0;2.78;16300
+72086;44.0424;2.72325;742;20220227;11.3;1.4;6.4;2.8;6.59;0;1.71;14800
+72086;44.0424;2.72325;742;20220228;12.7;2.7;7.7;3.3;7.19;0;1.85;12900
+72086;44.0424;2.72325;742;20220301;10.3;1.4;5.9;4.4;6.69;0;1.77;14300
+72086;44.0424;2.72325;742;20220302;6.4;3.6;5;3.2;7.99;0;.64;2100
+72086;44.0424;2.72325;742;20220303;13.4;4.3;8.9;1.7;8.49;0;1.47;10900
+72086;44.0424;2.72325;742;20220304;11.3;5.5;8.4;4.6;8.29;1.9;1.61;7500
+72086;44.0424;2.72325;742;20220305;9.9;3.3;6.6;3.4;8.09;.7;1.39;12300
+72086;44.0424;2.72325;742;20220306;9.7;-.9;4.4;2.9;4.69;0;2.03;17200
+72086;44.0424;2.72325;742;20220307;10.2;-2.9;3.7;2.8;4.39;0;2.05;17500
+72086;44.0424;2.72325;742;20220308;7.5;.6;4.1;4;6.99;.3;.94;4300
+72086;44.0424;2.72325;742;20220309;6.8;4.1;5.5;4.3;7.79;0;.85;2500
+72086;44.0424;2.72325;742;20220310;8;5.7;6.9;5.9;8.69;2.1;.91;2400
+72086;44.0424;2.72325;742;20220311;6.7;6.5;6.6;8.5;8.29;0;1.02;900
+72086;44.0424;2.72325;742;20220312;4.9;3.4;4.2;8.9;7.69;19.3;.64;3700
+72086;44.0424;2.72325;742;20220313;5.3;4.2;4.8;6.5;6.99;6.5;1.03;1400
+72086;44.0424;2.72325;742;20220314;8;-.9;3.6;6.5;8.59;1.8;.17;1800
+72086;44.0424;2.72325;742;20220315;8.2;7.5;7.9;7.9;9.89;0;.67;800
+72086;44.0424;2.72325;742;20220316;11.1;7.5;9.3;3.9;9.69;0;1.32;6200
+72086;44.0424;2.72325;742;20220317;12.4;5.3;8.9;4.2;9.29;1.1;1.41;6100
+72086;44.0424;2.72325;742;20220318;12.1;6.3;9.2;4;8.49;.1;1.72;6800
+72086;44.0424;2.72325;742;20220319;12.6;5.3;9;3.4;7.09;0;2.37;14400
+72086;44.0424;2.72325;742;20220320;6.7;4.6;5.7;6.5;7.59;.2;1.02;1200
+72086;44.0424;2.72325;742;20220321;8.7;4.6;6.7;8.7;7.09;.4;1.91;7500
+72086;44.0424;2.72325;742;20220322;10.5;3.2;6.9;9;5.99;0;2.96;18000
+72086;44.0424;2.72325;742;20220323;11.8;2.3;7.1;6;4.99;0;3.34;20700
+72086;44.0424;2.72325;742;20220324;15.2;3.2;9.2;4.6;4.09;0;4.01;21600
+72086;44.0424;2.72325;742;20220325;15.8;3.5;9.7;3.6;3.69;0;3.66;16300
+72086;44.0424;2.72325;742;20220326;16;4.5;10.3;4.7;4.89;0;4.06;21100
+72086;44.0424;2.72325;742;20220327;17.7;5.4;11.6;4.1;5.29;0;4.09;20300
+72086;44.0424;2.72325;742;20220328;16.8;6.3;11.6;4.8;4.89;0;4.27;18400
+72086;44.0424;2.72325;742;20220329;14;7.4;10.7;4.2;7.39;2.6;2.8;12300
+72086;44.0424;2.72325;742;20220330;10.5;5.7;8.1;2.9;9.09;.7;1.26;6600
+72086;44.0424;2.72325;742;20220331;10.9;5.2;8.1;6.9;7.29;3.2;2.65;17100
+72086;44.0424;2.72325;742;20220401;4.4;-1.2;1.6;7.1;5.36;2.5;2.07;12800
+72086;44.0424;2.72325;742;20220402;4.1;-2.6;.8;5.1;4.98;.1;1.87;9833
+72086;44.0424;2.72325;742;20220403;3.7;-3.7;0;4.5;4.83;0;2.17;13801
+72086;44.0424;2.72325;742;20220404;7.8;-3.4;2.2;1.4;5.16;0;2.19;20292
+72086;44.0424;2.72325;742;20220405;14.2;-1.2;6.5;2.9;5.99;0;3.01;23700
+72086;44.0424;2.72325;742;20220406;10.8;2.3;6.6;4.3;8.29;1.3;1.46;9200
+72086;44.0424;2.72325;742;20220407;11.7;5.1;8.4;6;9.79;7;1.13;4000
+72086;44.0424;2.72325;742;20220408;15.6;8.6;12.1;6.3;9.79;.1;2.93;13900
+72086;44.0424;2.72325;742;20220409;9.8;3.3;6.6;6.6;5.79;0;2.82;16300
+72086;44.0424;2.72325;742;20220410;15.7;-.1;7.8;4.5;4.99;.2;3.98;24900
+72086;44.0424;2.72325;742;20220411;8.6;4.6;6.6;8.2;8.59;.1;1.01;2800
+72086;44.0424;2.72325;742;20220412;12.2;6.3;9.3;7.5;6.99;0;2.8;7000
+72086;44.0424;2.72325;742;20220413;14.6;7.6;11.1;3.6;7.09;0;2.97;12700
+72086;44.0424;2.72325;742;20220414;21.7;6.5;14.1;3.7;9.69;0;4.15;22000
+72086;44.0424;2.72325;742;20220415;23.1;9.5;16.3;5.3;10.39;0;5.04;23200
+72086;44.0424;2.72325;742;20220416;22.5;10.6;16.6;7.2;8.59;0;6.1;24800
+72086;44.0424;2.72325;742;20220417;21.9;6.4;14.2;5;7.49;0;5.37;26300
+72086;44.0424;2.72325;742;20220418;18.6;5.2;11.9;3.3;9.19;0;3.59;22400
+72086;44.0424;2.72325;742;20220419;18.1;5.9;12;2.2;10.09;2;2.89;18000
+72086;44.0424;2.72325;742;20220420;12.2;7.7;10;2;10.69;12.4;1.19;5400
+72086;44.0424;2.72325;742;20220421;11.3;7.1;9.2;1.8;10.89;5.4;1.1;6100
+72086;44.0424;2.72325;742;20220422;17.7;6.6;12.2;3.3;10.59;.7;3.07;19300
+72086;44.0424;2.72325;742;20220423;11.4;9;10.2;5.5;9.09;29.2;1.79;3400
+72086;44.0424;2.72325;742;20220424;10.4;3.1;6.8;5;9.59;8.1;.91;6200
+72086;44.0424;2.72325;742;20220425;15.5;5.8;10.7;3.5;8.59;0;3.53;24600
+72086;44.0424;2.72325;742;20220426;20.5;5.3;12.9;2.1;8.39;0;4.24;27400
+72086;44.0424;2.72325;742;20220427;20.7;8;14.4;3.1;9.59;0;4.36;25100
+72086;44.0424;2.72325;742;20220428;22.3;10.1;16.2;2.7;10.89;.3;4.34;23600
+72086;44.0424;2.72325;742;20220429;21;11.1;16.1;3.6;12.49;.9;4.08;22800
+72086;44.0424;2.72325;742;20220430;19.7;10.7;15.2;4.3;10.49;0;4.14;20500
+72086;44.0424;2.72325;742;20220501;19;5.8;12.4;3.6;7.49;0;4.48;25600
+72086;44.0424;2.72325;742;20220502;18.8;8.2;13.5;2.1;8.99;.2;3.81;23000
+72086;44.0424;2.72325;742;20220503;17.4;8.6;13;1.7;11.39;7.4;2.29;12300
+72086;44.0424;2.72325;742;20220504;17.2;6.6;11.9;1.7;11.29;3.8;2.45;15200
+72086;44.0424;2.72325;742;20220505;16.3;7.5;11.9;4.3;9.49;.6;3.38;19600
+72086;44.0424;2.72325;742;20220506;15.1;7.5;11.3;7.7;8.99;0;3.27;14800
+72086;44.0424;2.72325;742;20220507;20.3;10;15.2;7.3;8.89;0;5.73;27500
+72086;44.0424;2.72325;742;20220508;19.3;9.6;14.5;4.2;9.79;.2;3.85;17100
+72086;44.0424;2.72325;742;20220509;23;9.4;16.2;2.8;10.09;0;4.73;24600
+72086;44.0424;2.72325;742;20220510;24.2;10.9;17.6;2;12.09;0;4.91;28100
+72086;44.0424;2.72325;742;20220511;24;11.6;17.8;3.3;11.39;0;5.45;28700
+72086;44.0424;2.72325;742;20220512;22.2;9.7;16;3.6;10.89;0;4.72;24600
+72086;44.0424;2.72325;742;20220513;23.9;9.3;16.6;2.5;11.69;0;4.59;24600
+72086;44.0424;2.72325;742;20220514;26.8;12.7;19.8;2.2;13.29;0;5.2;26500
+72086;44.0424;2.72325;742;20220515;23.1;14.2;18.7;4.8;10.49;0;5.92;26200
+72086;44.0424;2.72325;742;20220516;26.5;11.5;19;2.6;11.09;.1;5.61;27900
+72086;44.0424;2.72325;742;20220517;28.4;13.3;20.9;2.2;13.59;0;5.62;27900
+72086;44.0424;2.72325;742;20220518;29.6;16;22.8;3.1;13.89;0;6.37;27800
+72086;44.0424;2.72325;742;20220519;25.3;14.7;20;5.9;12.29;0;6.55;27900
+72086;44.0424;2.72325;742;20220520;25.3;15.3;20.3;5.3;11.09;0;6.71;27600
+72086;44.0424;2.72325;742;20220521;31.4;13.6;22.5;2.1;13.29;.1;5.95;27000
+72086;44.0424;2.72325;742;20220522;31;17.5;24.3;2.3;15.89;0;5.94;26100
+72086;44.0424;2.72325;742;20220523;19;15.2;17.1;4.3;15.09;0;2.46;8700
+72086;44.0424;2.72325;742;20220524;15.1;9.4;12.3;4.8;10.59;.2;2.59;12100
+72086;44.0424;2.72325;742;20220525;19;7.5;13.3;6.5;9.69;0;4.84;28200
+72086;44.0424;2.72325;742;20220526;20.5;9.1;14.8;7.4;10.49;0;5.26;27900
+72086;44.0424;2.72325;742;20220527;25.7;10;17.9;5.7;11.99;.1;6.3;29600
+72086;44.0424;2.72325;742;20220528;24.3;10.6;17.5;7.6;9.79;0;7.01;30000
+72086;44.0424;2.72325;742;20220529;23;9.5;16.3;5.7;6.99;0;6.94;31100
+72086;44.0424;2.72325;742;20220530;22.7;9;15.9;2.8;8.29;.9;5.31;27600
+72086;44.0424;2.72325;742;20220531;23.8;10.9;17.4;2.9;11.59;.2;4.85;24100
+72086;44.0424;2.72325;742;20220601;27.3;12.7;20;3.3;12.59;0;6.17;29300
+72086;44.0424;2.72325;742;20220602;26.2;13.9;20.1;3.7;12.29;0;5.96;26600
+72086;44.0424;2.72325;742;20220603;26.1;16.4;21.3;5.3;12.99;0;6.6;26700
+72086;44.0424;2.72325;742;20220604;26.7;15.5;21.1;5.5;15.89;8.1;6.04;26600
+72086;44.0424;2.72325;742;20220605;23.2;16.1;19.7;4.8;14.49;.2;5.4;25800
+72086;44.0424;2.72325;742;20220606;27.5;11.8;19.7;4.4;13.39;.2;6.02;26100
+72086;44.0424;2.72325;742;20220607;22.1;14;18.1;5.6;12.99;.1;5.42;26900
+72086;44.0424;2.72325;742;20220608;17.6;11.8;14.7;4.7;12.59;3.4;2.72;11400
+72086;44.0424;2.72325;742;20220609;17.3;9.9;13.6;10;10.89;.1;4.02;20800
+72086;44.0424;2.72325;742;20220610;27.1;9.7;18.4;6.5;11.79;.1;7.08;31100
+72086;44.0424;2.72325;742;20220611;32;13.8;22.9;5.3;11.09;0;8.69;31300
+72086;44.0424;2.72325;742;20220612;30.9;17.7;24.3;3.2;13.09;.7;6.9;27300
+72086;44.0424;2.72325;742;20220613;30.7;17.1;23.9;3.3;15.59;.1;6.74;28400
+72086;44.0424;2.72325;742;20220614;33.7;16.2;25;3;14.09;.1;7.27;28800
+72086;44.0424;2.72325;742;20220615;33.5;19.1;26.3;3;14.19;0;7;25600
+72086;44.0424;2.72325;742;20220616;35.7;19;27.4;3.5;15.49;0;7.97;28400
+72086;44.0424;2.72325;742;20220617;37.1;19.4;28.3;4.3;11.79;0;9.34;29000
+72086;44.0424;2.72325;742;20220618;31.9;21.4;26.7;5.3;12.19;0;9.07;30000
+72086;44.0424;2.72325;742;20220619;28.9;20;24.5;7.9;13.59;0;8.86;29500
+72086;44.0424;2.72325;742;20220620;27.4;16.7;22.1;6.2;15.69;0;6.97;30000
+72086;44.0424;2.72325;742;20220621;27.8;17.8;22.8;4;17.59;1.3;4.92;18000
+72086;44.0424;2.72325;742;20220622;26.2;17.2;21.7;3.8;17.19;13.9;4.1;14200
+72086;44.0424;2.72325;742;20220623;24.4;15.4;19.9;3.3;17.19;14.5;4.04;18900
+72086;44.0424;2.72325;742;20220624;22.4;13.3;17.9;3.2;14.39;6.5;4.12;20600
+72086;44.0424;2.72325;742;20220625;24.3;12.3;18.3;4;14.29;3.4;5.03;25400
+72086;44.0424;2.72325;742;20220626;24.4;14.5;19.5;3.2;17.29;1.2;3.67;16900
+72086;44.0424;2.72325;742;20220627;20.8;13.1;17;4.7;14.99;1.6;3.45;17000
+72086;44.0424;2.72325;742;20220628;23.3;11.9;17.6;5.7;12.69;0;5.88;30900
+72086;44.0424;2.72325;742;20220629;28.1;12.3;20.2;2.7;12.39;1.3;6.29;30900
+72086;44.0424;2.72325;742;20220630;16.5;13.6;15.1;4.2;14.49;.5;2.04;9200
+72086;44.0424;2.72325;742;20220701;22.2;9.1;15.7;3.8;11.39;0;5.41;31700
+72086;44.0424;2.72325;742;20220702;30.6;10.1;20.4;2.8;10.99;0;6.75;30700
+72086;44.0424;2.72325;742;20220703;30;16.5;23.3;2.5;15.19;.3;6.16;27700
+72086;44.0424;2.72325;742;20220704;26;16.5;21.3;3.6;17.89;1.4;5.44;27500
+72086;44.0424;2.72325;742;20220705;27.3;15.8;21.6;4.1;16.09;0;6.27;29900
+72086;44.0424;2.72325;742;20220706;26.9;15.3;21.1;6.5;11.49;0;7.76;30800
+72086;44.0424;2.72325;742;20220707;25.6;13.1;19.4;7.6;11.39;0;7.32;30300
+72086;44.0424;2.72325;742;20220708;27.8;14.4;21.1;6.5;12.09;0;7.76;31000
+72086;44.0424;2.72325;742;20220709;30.4;14.9;22.7;6.6;11.09;0;8.84;30900
+72086;44.0424;2.72325;742;20220710;30.3;16.3;23.3;5.2;12.49;0;8.07;30600
+72086;44.0424;2.72325;742;20220711;32.3;15.4;23.9;4.2;12.79;0;7.92;30400
+72086;44.0424;2.72325;742;20220712;32.1;18;25.1;3.4;14.29;0;7.44;30200
+72086;44.0424;2.72325;742;20220713;32.6;18;25.3;3;11.49;0;7.48;29900
+72086;44.0424;2.72325;742;20220714;33.8;18.2;26;3.4;13.19;0;7.81;29800
+72086;44.0424;2.72325;742;20220715;33.4;19.8;26.6;3.5;12.99;0;7.92;29700
+72086;44.0424;2.72325;742;20220716;35;17.2;26.1;4.4;12.19;0;8.77;29800
+72086;44.0424;2.72325;742;20220717;34.9;17.3;26.1;3.9;11.69;0;8.45;29800
+72086;44.0424;2.72325;742;20220718;33.3;19.6;26.5;4.4;14.09;0;8.22;29000
+72086;44.0424;2.72325;742;20220719;31.8;22;26.9;5.6;11.49;.1;9.1;28100
+72086;44.0424;2.72325;742;20220720;26.8;18.9;22.9;4.4;14.99;0;5.64;20100
+72086;44.0424;2.72325;742;20220721;32.4;14.8;23.6;3.3;13.49;0;7.13;29200
+72086;44.0424;2.72325;742;20220722;34;19.3;26.7;3.4;14.39;.7;7.11;24500
+72086;44.0424;2.72325;742;20220723;29.4;15.7;22.6;3.8;14.79;0;6.54;28200
+72086;44.0424;2.72325;742;20220724;35;16.1;25.6;2.3;13.19;0;6.95;29100
+72086;44.0424;2.72325;742;20220725;27.4;17;22.2;4.7;15.79;0;5.59;21300
+72086;44.0424;2.72325;742;20220726;26.1;15.2;20.7;6.8;13.09;0;6.97;29400
+72086;44.0424;2.72325;742;20220727;28.1;13.1;20.6;5.1;10.99;0;7.22;29400
+72086;44.0424;2.72325;742;20220728;28.9;14.4;21.7;2.5;11.99;0;5.49;23300
+72086;44.0424;2.72325;742;20220729;27.6;16.9;22.3;3.3;14.49;.5;5.17;19900
+72086;44.0424;2.72325;742;20220730;29.2;15.8;22.5;4.6;13.99;0;6.92;28600
+72086;44.0424;2.72325;742;20220731;31.5;16.3;23.9;4.2;13.69;0;7.29;28100
+72086;44.0424;2.72325;742;20220801;33.2;18.8;26;5.3;12.69;0;8.66;28300
+72086;44.0424;2.72325;742;20220802;33.5;18.1;25.8;4.2;12.39;0;8.01;28100
+72086;44.0424;2.72325;742;20220803;33.5;21.5;27.5;3.3;11.59;0;7.55;27100
+72086;44.0424;2.72325;742;20220804;33.7;20;26.9;2.7;12.29;0;6.8;25800
+72086;44.0424;2.72325;742;20220805;31.8;18.2;25;3.6;16.59;.6;6.43;24800
+72086;44.0424;2.72325;742;20220806;32.4;17.5;25;4.2;15.29;0;7.11;26200
+72086;44.0424;2.72325;742;20220807;32;16.6;24.3;3.8;11.19;0;7.37;27400
+72086;44.0424;2.72325;742;20220808;33.2;16.2;24.7;5.1;9.69;0;8.68;27800
+72086;44.0424;2.72325;742;20220809;33.5;18.5;26;3.9;9.49;0;7.87;26200
+72086;44.0424;2.72325;742;20220810;34;20.1;27.1;3.4;11.89;0;7.48;26800
+72086;44.0424;2.72325;742;20220811;33.2;19.4;26.3;2.7;14.79;0;6.4;25300
+72086;44.0424;2.72325;742;20220812;35;19;27;3.9;15.29;0;7.3;24100
+72086;44.0424;2.72325;742;20220813;35.6;19.6;27.6;2.6;14.29;1.9;6.32;22200
+72086;44.0424;2.72325;742;20220814;24.9;19.2;22.1;5;18.89;2.4;4.29;17700
+72086;44.0424;2.72325;742;20220815;25.4;15.7;20.6;3.8;14.29;.1;5.09;23100
+72086;44.0424;2.72325;742;20220816;28.5;14.6;21.6;3.4;14.09;.5;5.26;21400
+72086;44.0424;2.72325;742;20220817;24.3;15.4;19.9;2.9;16.49;2;3.27;13600
+72086;44.0424;2.72325;742;20220818;21.1;14.1;17.6;5.7;14.79;2.2;3.25;12600
+72086;44.0424;2.72325;742;20220819;23.3;14.3;18.8;8.1;14.79;.1;5.1;24300
+72086;44.0424;2.72325;742;20220820;27;14.9;21;7.2;14.89;0;6.24;25400
+72086;44.0424;2.72325;742;20220821;26.4;15.4;20.9;6.1;13.79;.1;5.78;21100
+72086;44.0424;2.72325;742;20220822;25.4;15.5;20.5;7.8;15.49;.2;5.52;22400
+72086;44.0424;2.72325;742;20220823;28.6;15.3;22;4.5;15.49;0;5.79;24600
+72086;44.0424;2.72325;742;20220824;32.8;16.9;24.9;3.2;13.99;0;6.33;24600
+72086;44.0424;2.72325;742;20220825;29.7;16.2;23;3.9;15.39;.3;5.47;20600
+72086;44.0424;2.72325;742;20220826;28.5;15.9;22.2;4.8;15.89;.3;5.51;21500
+72086;44.0424;2.72325;742;20220827;28.2;15.7;22;4.2;13.79;0;5.65;22400
+72086;44.0424;2.72325;742;20220828;30.6;14.8;22.7;3.1;12.69;0;5.79;24100
+72086;44.0424;2.72325;742;20220829;29.3;17.8;23.6;4;14.19;2.6;5.46;18100
+72086;44.0424;2.72325;742;20220830;31;17.1;24.1;4.5;15.19;.1;6;20000
+72086;44.0424;2.72325;742;20220831;28.8;14.4;21.6;5;13.69;0;5.57;18200
+72086;44.0424;2.72325;742;20220901;28;14.7;21.4;2.7;15.39;0;4.48;20600
+72086;44.0424;2.72325;742;20220902;26;16;21;2;15.69;16.3;3.27;13900
+72086;44.0424;2.72325;742;20220903;25.1;15.4;20.3;2.5;17.29;2.8;3.63;18800
+72086;44.0424;2.72325;742;20220904;25.7;16;20.9;3.5;18.09;0;3.59;16200
+72086;44.0424;2.72325;742;20220905;25.3;18.5;21.9;5.5;19.39;0;3.58;12700
+72086;44.0424;2.72325;742;20220906;25.5;18;21.8;3.9;18.99;2.4;3.25;12000
+72086;44.0424;2.72325;742;20220907;24.3;15.5;19.9;3.3;17.69;2.3;3.15;14800
+72086;44.0424;2.72325;742;20220908;23;12.2;17.6;3.4;13.29;.9;3.51;16400
+72086;44.0424;2.72325;742;20220909;18.8;13.1;16;3.8;13.49;.5;2.58;11900
+72086;44.0424;2.72325;742;20220910;22.4;11.5;17;3.6;11.59;.1;4.03;20700
+72086;44.0424;2.72325;742;20220911;27.9;11.1;19.5;2.7;11.59;0;4.58;21500
+72086;44.0424;2.72325;742;20220912;26.2;15.2;20.7;3.7;16.09;0;4.25;20100
+72086;44.0424;2.72325;742;20220913;25.4;19.8;22.6;5.5;20.49;2.8;3.01;7700
+72086;44.0424;2.72325;742;20220914;23.1;16.4;19.8;4.2;18.29;1.1;2.54;9900
+72086;44.0424;2.72325;742;20220915;25.5;14.4;20;3.6;14.79;.2;4.02;18300
+72086;44.0424;2.72325;742;20220916;22.1;14.3;18.2;6;13.19;.1;4.05;15900
+72086;44.0424;2.72325;742;20220917;16.9;8.2;12.6;7.6;7.99;0;4.22;21200
+72086;44.0424;2.72325;742;20220918;22.5;6.2;14.4;4.8;6.49;0;4.95;20500
+72086;44.0424;2.72325;742;20220919;23.2;8.1;15.7;4.8;7.59;0;4.94;20500
+72086;44.0424;2.72325;742;20220920;22.8;7.2;15;5.8;7.19;0;5.23;20300
+72086;44.0424;2.72325;742;20220921;22.7;8.2;15.5;4.5;8.49;0;4.46;19700
+72086;44.0424;2.72325;742;20220922;23;11;17;2.3;10.69;0;3.45;19300
+72086;44.0424;2.72325;742;20220923;18.9;10.3;14.6;3.2;13.09;17.2;2;9200
+72086;44.0424;2.72325;742;20220924;18.6;10.9;14.8;3.2;12.79;.1;2.21;11300
+72086;44.0424;2.72325;742;20220925;16.5;9;12.8;3.1;10.79;.2;2.1;10900
+72086;44.0424;2.72325;742;20220926;15.1;7.5;11.3;4.7;10.09;2;2.15;11600
+72086;44.0424;2.72325;742;20220927;13.1;8.6;10.9;7.2;10.49;3.5;1.85;9600
+72086;44.0424;2.72325;742;20220928;15.8;10.1;13;6.7;12.59;7.9;1.7;7200
+72086;44.0424;2.72325;742;20220929;14.3;7.9;11.1;3.7;10.79;3.9;1.62;8900
+72086;44.0424;2.72325;742;20220930;12.7;6.3;9.5;5.1;9.19;.2;1.82;10100
+72086;44.0424;2.72325;742;20221001;14.5;7.1;10.8;3.4;11.39;.6;1.24;6200
+72086;44.0424;2.72325;742;20221002;20;12.7;16.4;3.4;14.09;.1;2.63;16500
+72086;44.0424;2.72325;742;20221003;20.8;10.3;15.6;4.6;12.19;0;3.06;15900
+72086;44.0424;2.72325;742;20221004;21.8;8.4;15.1;1.6;11.29;.1;2.5;17400
+72086;44.0424;2.72325;742;20221005;17.4;10.9;14.2;3;12.89;0;1.69;8100
+72086;44.0424;2.72325;742;20221006;21.4;12;16.7;2;14.69;0;2.15;13300
+72086;44.0424;2.72325;742;20221007;19.6;11.1;15.4;2.6;13.69;.8;1.99;11700
+72086;44.0424;2.72325;742;20221008;19;12;15.5;2.8;13.49;1.3;1.93;10000
+72086;44.0424;2.72325;742;20221009;19.4;8.6;14;3.6;11.99;.1;2.35;14400
+72086;44.0424;2.72325;742;20221010;20.3;13;16.7;3.1;13.69;.1;2.38;13300
+72086;44.0424;2.72325;742;20221011;19.6;10.3;15;1.8;12.99;0;1.88;12700
+72086;44.0424;2.72325;742;20221012;19.5;11.5;15.5;1.2;12.59;2;1.51;7900
+72086;44.0424;2.72325;742;20221013;17.2;9;13.1;1.6;12.49;3.9;1.29;7400
+72086;44.0424;2.72325;742;20221014;17.4;12.2;14.8;4.2;14.29;.5;1.45;5900
+72086;44.0424;2.72325;742;20221015;23.7;9.5;16.6;2;13.59;0;2.29;14700
+72086;44.0424;2.72325;742;20221016;18.8;13.4;16.1;5.5;15.59;0;1.55;4900
+72086;44.0424;2.72325;742;20221017;17.9;15.3;16.6;6.6;15.89;0;1.52;2000
+72086;44.0424;2.72325;742;20221018;18.6;15.4;17;4.2;16.19;0;1.47;4300
+72086;44.0424;2.72325;742;20221019;19;14.9;17;3.9;16.09;1.4;1.49;5100
+72086;44.0424;2.72325;742;20221020;17.6;15.9;16.8;6.4;17.09;1.7;1.1;1000
+72086;44.0424;2.72325;742;20221021;20;15.9;18;4.5;15.39;.8;2.2;9100
+72086;44.0424;2.72325;742;20221022;20.7;11.7;16.2;3.6;13.29;0;2.2;11200
+72086;44.0424;2.72325;742;20221023;18;14.2;16.1;5.5;15.69;.1;1.32;2100
+72086;44.0424;2.72325;742;20221024;20.2;14.6;17.4;2.6;13.79;.1;1.99;10900
+72086;44.0424;2.72325;742;20221025;19.1;10.7;14.9;2.7;11.99;0;1.74;7400
+72086;44.0424;2.72325;742;20221026;20.8;12;16.4;1.7;14.79;.1;1.41;8200
+72086;44.0424;2.72325;742;20221027;20.3;13.8;17.1;2.9;14.89;0;1.76;9600
+72086;44.0424;2.72325;742;20221028;20.6;12.8;16.7;3;12.39;0;2.09;8600
+72086;44.0424;2.72325;742;20221029;20.2;15;17.6;4.7;8.99;0;3.51;8300
+72086;44.0424;2.72325;742;20221030;19.4;13.4;16.4;5.4;13.49;0;2.28;9400
+72086;44.0424;2.72325;742;20221031;18.5;13.7;16.1;5.8;14.59;4.1;1.73;3600
+72086;44.0424;2.72325;742;20221101;16.6;12.2;14.4;3;12.29;.1;1.52;8100
+72086;44.0424;2.72325;742;20221102;17.7;7.3;12.5;2;9.49;0;1.51;11100
+72086;44.0424;2.72325;742;20221103;14.1;8;11.1;4.7;10.39;4.9;1.37;2500
+72086;44.0424;2.72325;742;20221104;8;6.9;7.5;7.5;8.79;7.9;1.03;3900
+72086;44.0424;2.72325;742;20221105;10;3.4;6.7;6.2;6.99;0;1.6;11500
+72086;44.0424;2.72325;742;20221106;16.4;2.6;9.5;3.1;6.59;0;1.93;11100
+72086;44.0424;2.72325;742;20221107;16.5;5.9;11.2;3.4;8.99;0;1.69;10800
+72086;44.0424;2.72325;742;20221108;13.9;9.7;11.8;6.2;12.69;1.5;.84;1200
+72086;44.0424;2.72325;742;20221109;16.6;13.1;14.9;3.1;13.19;.4;1.29;3800
+72086;44.0424;2.72325;742;20221110;15.1;7.4;11.3;2.9;9.59;0;1.34;9400
+72086;44.0424;2.72325;742;20221111;15.2;7.9;11.6;5.2;11.89;0;1.09;3900
+72086;44.0424;2.72325;742;20221112;18.4;10;14.2;2.9;10.59;0;1.65;9300
+72086;44.0424;2.72325;742;20221113;17.2;8.6;12.9;3.5;9.29;0;1.86;6200
+72086;44.0424;2.72325;742;20221114;11.2;10.5;10.9;4.4;11.59;3.2;.81;800
+72086;44.0424;2.72325;742;20221115;12.6;10.1;11.4;4;12.09;3.9;.79;1900
+72086;44.0424;2.72325;742;20221116;14;6.8;10.4;1.6;10.09;.2;.8;7700
+72086;44.0424;2.72325;742;20221117;11.6;8.1;9.9;3.3;10.69;5.4;.77;3600
+72086;44.0424;2.72325;742;20221118;8.9;6.2;7.6;6.2;8.29;1.3;1.16;4200
+72086;44.0424;2.72325;742;20221119;8.5;3.8;6.2;6.2;7.29;.6;1.17;7200
+72086;44.0424;2.72325;742;20221120;8.4;1.5;5;5.7;6.79;.6;1.07;7200
+72086;44.0424;2.72325;742;20221121;6.8;2.2;4.5;4.1;7.49;13.3;.65;1500
+72086;44.0424;2.72325;742;20221122;5.2;2.9;4.1;6.5;7.49;10.7;.57;1700
+72086;44.0424;2.72325;742;20221123;10.4;3.7;7.1;3.3;8.69;5.4;.75;3500
+72086;44.0424;2.72325;742;20221124;11.5;5.5;8.5;2.5;8.69;0;.83;5900
+72086;44.0424;2.72325;742;20221125;8.5;5.9;7.2;3.5;8.29;3.7;.85;3000
+72086;44.0424;2.72325;742;20221126;9.4;2.4;5.9;4.5;6.69;0;1.19;5500
+72086;44.0424;2.72325;742;20221127;10.5;2;6.3;3.3;6.19;3.7;1.18;6700
+72086;44.0424;2.72325;742;20221128;7.2;6.2;6.7;3.2;8.89;5.4;.57;2400
+72086;44.0424;2.72325;742;20221129;6.5;2.3;4.4;5.7;6.79;.1;.85;5900
+72086;44.0424;2.72325;742;20221130;5;.4;2.7;2.4;6.19;0;.46;7500
+72086;44.0424;2.72325;742;20221201;7.5;1.4;4.5;3.7;6.19;0;.88;6900
+72086;44.0424;2.72325;742;20221202;2.6;-.8;.9;1.7;5.89;.8;.41;2100
+72086;44.0424;2.72325;742;20221203;4.4;.5;2.5;1.8;6.69;3.7;.44;1300
+72086;44.0424;2.72325;742;20221204;4.9;2.1;3.5;2.7;7.19;2.2;.47;1900
+72086;44.0424;2.72325;742;20221205;7.8;-3.2;2.3;2.3;5.39;.2;.59;8300
+72086;44.0424;2.72325;742;20221206;10.5;-.5;5;2.2;4.69;.2;1.02;6800
+72086;44.0424;2.72325;742;20221207;9.6;-.5;4.6;1.9;4.99;0;.76;7700
+72086;44.0424;2.72325;742;20221208;5.8;-1.3;2.3;2.4;6.39;2;.47;3200
+72086;44.0424;2.72325;742;20221209;8.2;5.3;6.8;1.9;9.79;0;.32;2900
+72086;44.0424;2.72325;742;20221210;4.1;3.1;3.6;5.5;6.19;0;.93;2100
+72086;44.0424;2.72325;742;20221211;4.6;-7.9;-1.6;2.4;3.19;0;.77;6700
+72086;44.0424;2.72325;742;20221212;2.7;-5;-1.1;2.2;3.89;8.2;.65;3600
+72086;44.0424;2.72325;742;20221213;9.3;-1.3;4;3;8.49;.3;.28;3200
+72086;44.0424;2.72325;742;20221214;10.5;6;8.3;2.6;9.89;.9;.52;3600
+72086;44.0424;2.72325;742;20221215;8.5;5.5;7;3;9.79;13.2;.41;800
+72086;44.0424;2.72325;742;20221216;7.9;3.9;5.9;3.9;7.19;.4;.83;5200
+72086;44.0424;2.72325;742;20221217;6.7;-3.8;1.5;4.5;3.89;0;1.24;7800
+72086;44.0424;2.72325;742;20221218;6.9;-2.2;2.4;4.6;6.09;0;.8;1600
+72086;44.0424;2.72325;742;20221219;10.9;6.6;8.8;8;9.99;0;.91;1300
+72086;44.0424;2.72325;742;20221220;11.1;9.1;10.1;7.2;10.29;0;1.17;1400
+72086;44.0424;2.72325;742;20221221;12.3;8.5;10.4;3.2;10.29;.4;.77;5400
+72086;44.0424;2.72325;742;20221222;13.5;7.2;10.4;6.7;10.99;3.9;.96;3800
+72086;44.0424;2.72325;742;20221223;13.5;9.7;11.6;4.1;12.39;0;.65;4100
+72086;44.0424;2.72325;742;20221224;11.1;8.6;9.9;1.6;10.99;.1;.44;4200
+72086;44.0424;2.72325;742;20221225;11.6;4.9;8.3;2.2;9.89;.1;.45;5100
+72086;44.0424;2.72325;742;20221226;13.2;8.7;11;1.8;10.89;.1;.6;4600
+72086;44.0424;2.72325;742;20221227;12;5.9;9;2.2;9.09;.2;.67;5300
+72086;44.0424;2.72325;742;20221228;11.6;2.3;7;2.6;8.59;.1;.56;6400
+72086;44.0424;2.72325;742;20221229;11;5.5;8.3;1.9;9.39;2.2;.53;4400
+72086;44.0424;2.72325;742;20221230;10.6;5.3;8;1.6;9.49;.1;.52;2600
+72086;44.0424;2.72325;742;20221231;11.4;6.9;9.2;3.4;10.49;0;.65;2000
+72087;44.06381;3.03346;652;20220101;21;-4;8.5;.5;4.92;.1;.34;8468
+72087;44.06381;3.03346;652;20220102;12.8;6.7;9.7;2;7.12;0;1.05;4100
+72087;44.06381;3.03346;652;20220103;11.2;5.5;8.3;1.3;8.92;0;.42;6000
+72087;44.06381;3.03346;652;20220104;12.4;5.7;9;2.4;8.32;3.8;.78;6200
+72087;44.06381;3.03346;652;20220105;2;1.8;1.9;7.4;4.42;.3;1.4;180
+72087;44.06381;3.03346;652;20220106;3.7;-.1;1.8;6.2;4.12;0;1.26;7400
+72087;44.06381;3.03346;652;20220107;2.6;-3.2;-.3;3.9;5.22;5.9;.41;3900
+72087;44.06381;3.03346;652;20220108;7.6;1.4;4.5;7.6;7.42;6.6;.59;4900
+72087;44.06381;3.03346;652;20220109;4.6;3;3.8;7.6;6.72;8.7;.71;2200
+72087;44.06381;3.03346;652;20220110;5.3;2;3.6;4.2;5.82;.2;.88;3200
+72087;44.06381;3.03346;652;20220111;5.3;-1.6;1.8;4.2;4.02;0;1.1;8700
+72087;44.06381;3.03346;652;20220112;7.4;-5.9;.7;3.2;3.42;0;1.1;9000
+72087;44.06381;3.03346;652;20220113;9.1;-3.9;2.6;2;3.62;0;.9;9000
+72087;44.06381;3.03346;652;20220114;12.3;.3;6.3;2.1;3.32;0;1.27;9000
+72087;44.06381;3.03346;652;20220115;9.6;-.2;4.7;1.4;3.62;0;.77;9000
+72087;44.06381;3.03346;652;20220116;8.1;-2.2;2.9;2;4.42;0;.77;9300
+72087;44.06381;3.03346;652;20220117;9;-.2;4.4;4.8;5.12;0;1.34;9200
+72087;44.06381;3.03346;652;20220118;9.1;.2;4.6;3;5.02;0;1.08;9200
+72087;44.06381;3.03346;652;20220119;2;-4;-1;2.1;5.52;.3;.26;4300
+72087;44.06381;3.03346;652;20220120;5.6;-.5;2.5;5.7;5.12;.1;1.06;8200
+72087;44.06381;3.03346;652;20220121;3.6;-.5;1.5;7.5;3.72;0;1.58;9600
+72087;44.06381;3.03346;652;20220122;6.1;-2.5;1.8;4.9;4.12;0;1.28;9600
+72087;44.06381;3.03346;652;20220123;13.2;-1.4;5.9;2.3;4.52;0;1.32;9800
+72087;44.06381;3.03346;652;20220124;13.3;-.3;6.5;1.3;4.32;0;.93;10000
+72087;44.06381;3.03346;652;20220125;12.2;2.2;7.2;1.9;4.52;0;1.19;10100
+72087;44.06381;3.03346;652;20220126;11.1;1.6;6.3;2.3;5.02;0;1.19;10300
+72087;44.06381;3.03346;652;20220127;9.9;-.3;4.8;2;5.52;0;.9;10500
+72087;44.06381;3.03346;652;20220128;4.9;-3.7;.6;5.7;4.78;0;.88;6096
+72087;44.06381;3.03346;652;20220129;7.8;-4.1;1.8;1.3;5.22;0;.61;10600
+72087;44.06381;3.03346;652;20220130;1.4;-3.5;-1.1;1.9;5.62;.1;.29;7900
+72087;44.06381;3.03346;652;20220131;5.6;-.8;2.4;7.6;6.52;.3;.56;4600
+72087;44.06381;3.03346;652;20220201;3.7;-.5;1.6;7.9;5.82;.6;.67;6800
+72087;44.06381;3.03346;652;20220202;8.2;2.3;5.2;6.8;7.42;.1;.89;10800
+72087;44.06381;3.03346;652;20220203;14.9;.4;7.6;2.4;6.02;0;1.48;8900
+72087;44.06381;3.03346;652;20220204;7.5;2.9;5.2;3.6;7.72;.3;.63;3600
+72087;44.06381;3.03346;652;20220205;9.5;4.9;7.2;4.5;6.72;0;1.45;8800
+72087;44.06381;3.03346;652;20220206;5.2;-1.2;2;4.5;6.22;2.2;.59;5100
+72087;44.06381;3.03346;652;20220207;9.3;3.3;6.3;7.7;7.32;.7;1.31;10100
+72087;44.06381;3.03346;652;20220208;16.9;-.1;8.4;3.3;4.72;0;2.35;12300
+72087;44.06381;3.03346;652;20220209;9.3;1.6;5.4;3.1;6.22;0;1.18;8600
+72087;44.06381;3.03346;652;20220210;15.2;.2;7.7;2;7.02;0;1.35;12100
+72087;44.06381;3.03346;652;20220211;10.6;5.9;8.2;4.2;6.12;0;1.86;7900
+72087;44.06381;3.03346;652;20220212;9.8;-1.4;4.2;5.1;5.72;.3;1.44;5500
+72087;44.06381;3.03346;652;20220213;7.5;5.4;6.4;6.1;8.52;6.3;.65;900
+72087;44.06381;3.03346;652;20220214;7.7;7.1;7.4;5.3;8.02;5.3;1.1;3600
+72087;44.06381;3.03346;652;20220215;5.7;2.1;3.9;6;6.92;2.5;.75;5400
+72087;44.06381;3.03346;652;20220216;9.8;4.2;7;5.5;9.32;5.6;.58;3300
+72087;44.06381;3.03346;652;20220217;12.4;8.2;10.3;4.7;11.02;1;.9;5400
+72087;44.06381;3.03346;652;20220218;18.4;7.5;12.9;4.7;10.02;0;2.31;13000
+72087;44.06381;3.03346;652;20220219;7.5;3.3;5.4;6.9;6.02;0;1.58;7344
+72087;44.06381;3.03346;652;20220220;8.4;1.6;5;4.1;7.42;2.2;.85;5600
+72087;44.06381;3.03346;652;20220221;7.9;5.8;6.8;11.5;7.42;3.8;1.64;11600
+72087;44.06381;3.03346;652;20220222;9;3.7;6.3;8.2;7.22;.1;1.55;12600
+72087;44.06381;3.03346;652;20220223;15.1;4.4;9.7;4.5;7.42;0;2.32;15000
+72087;44.06381;3.03346;652;20220224;14.8;5.1;9.9;4.2;8.02;0;2.05;12200
+72087;44.06381;3.03346;652;20220225;8.2;2.6;5.4;7.3;5.22;0;2.2;14900
+72087;44.06381;3.03346;652;20220226;12.3;.5;6.4;5.7;4.52;0;2.78;16300
+72087;44.06381;3.03346;652;20220227;11.9;2;6.9;2.8;6.62;0;1.71;14800
+72087;44.06381;3.03346;652;20220228;13.3;3.3;8.3;3.3;7.22;0;1.85;12900
+72087;44.06381;3.03346;652;20220301;10.9;2;6.4;4.4;6.72;0;1.77;14300
+72087;44.06381;3.03346;652;20220302;7;4.2;5.6;3.2;8.02;0;.64;2100
+72087;44.06381;3.03346;652;20220303;14;4.9;9.4;1.7;8.52;0;1.47;10900
+72087;44.06381;3.03346;652;20220304;11.9;6.1;9;4.6;8.32;.5;1.61;7500
+72087;44.06381;3.03346;652;20220305;10.5;3.9;7.2;3.4;8.12;0;1.39;12300
+72087;44.06381;3.03346;652;20220306;10.3;-.3;5;2.9;4.72;0;2.03;17200
+72087;44.06381;3.03346;652;20220307;10.8;-2.3;4.2;2.8;4.42;0;2.05;17500
+72087;44.06381;3.03346;652;20220308;8.1;1.2;4.6;4;7.02;.7;.94;4300
+72087;44.06381;3.03346;652;20220309;7.4;4.7;6;4.3;7.82;0;.85;2500
+72087;44.06381;3.03346;652;20220310;8.6;6.3;7.4;5.9;8.72;4.2;.91;2400
+72087;44.06381;3.03346;652;20220311;7.3;7.1;7.2;8.5;8.32;5.1;1.02;900
+72087;44.06381;3.03346;652;20220312;5.5;4;4.7;8.9;7.72;19.6;.64;3700
+72087;44.06381;3.03346;652;20220313;5.9;4.8;5.3;6.5;7.02;20.9;1.03;1400
+72087;44.06381;3.03346;652;20220314;8.6;-.3;4.1;6.5;8.62;3.9;.17;1800
+72087;44.06381;3.03346;652;20220315;8.8;8.1;8.4;7.9;9.92;0;.67;800
+72087;44.06381;3.03346;652;20220316;11.7;8.1;9.9;3.9;9.72;0;1.32;6200
+72087;44.06381;3.03346;652;20220317;13;5.9;9.4;4.2;9.32;.8;1.41;6100
+72087;44.06381;3.03346;652;20220318;12.7;6.9;9.8;4;8.52;.1;1.72;6800
+72087;44.06381;3.03346;652;20220319;13.2;5.9;9.5;3.4;7.12;0;2.37;14400
+72087;44.06381;3.03346;652;20220320;7.3;5.2;6.2;6.5;7.62;1.4;1.02;1200
+72087;44.06381;3.03346;652;20220321;9.3;5.2;7.2;8.7;7.12;.4;1.91;7500
+72087;44.06381;3.03346;652;20220322;11.1;3.8;7.4;9;6.02;0;2.96;18000
+72087;44.06381;3.03346;652;20220323;12.4;2.9;7.6;6;5.02;0;3.34;20700
+72087;44.06381;3.03346;652;20220324;15.8;3.8;9.8;4.6;4.12;0;4.01;21600
+72087;44.06381;3.03346;652;20220325;16.4;4.1;10.2;3.6;3.72;0;3.66;16300
+72087;44.06381;3.03346;652;20220326;16.6;5.1;10.8;4.7;4.92;0;4.06;21100
+72087;44.06381;3.03346;652;20220327;18.3;6;12.1;4.1;5.32;0;4.09;20300
+72087;44.06381;3.03346;652;20220328;17.4;6.9;12.1;4.8;4.92;0;4.27;18400
+72087;44.06381;3.03346;652;20220329;14.6;8;11.3;4.2;7.42;3.3;2.8;12300
+72087;44.06381;3.03346;652;20220330;11.1;6.3;8.7;2.9;9.12;.8;1.26;6600
+72087;44.06381;3.03346;652;20220331;11.5;5.8;8.6;6.9;7.32;1.6;2.65;17100
+72087;44.06381;3.03346;652;20220401;4.5;-1.1;1.7;5.4;5.32;1;1.79;11866
+72087;44.06381;3.03346;652;20220402;4.7;-2;1.3;5.1;5.01;.1;1.87;9833
+72087;44.06381;3.03346;652;20220403;4.4;-2.4;1;4.5;4.85;0;2.17;13801
+72087;44.06381;3.03346;652;20220404;8.6;-2;3.3;1.5;5.02;0;2.33;21066
+72087;44.06381;3.03346;652;20220405;14.8;-.6;7.1;2.9;6.02;0;3.01;23700
+72087;44.06381;3.03346;652;20220406;11.4;2.9;7.1;4.3;8.32;.9;1.46;9200
+72087;44.06381;3.03346;652;20220407;12.3;5.7;9;6;9.82;4.8;1.13;4000
+72087;44.06381;3.03346;652;20220408;16.2;9.2;12.7;6.3;9.82;.2;2.93;13900
+72087;44.06381;3.03346;652;20220409;10.4;3.9;7.1;6.6;5.82;.1;2.82;16300
+72087;44.06381;3.03346;652;20220410;16.3;.5;8.4;4.5;5.02;.2;3.98;24900
+72087;44.06381;3.03346;652;20220411;9.2;5.2;7.2;8.2;8.62;.6;1.01;2800
+72087;44.06381;3.03346;652;20220412;12.8;6.9;9.8;7.5;7.02;.2;2.8;7000
+72087;44.06381;3.03346;652;20220413;15.2;8.2;11.7;3.6;7.12;0;2.97;12700
+72087;44.06381;3.03346;652;20220414;22.3;7.1;14.7;3.7;9.72;.1;4.15;22000
+72087;44.06381;3.03346;652;20220415;23.7;10.1;16.9;5.3;10.42;0;5.04;23200
+72087;44.06381;3.03346;652;20220416;23.1;11.2;17.1;7.2;8.62;0;6.1;24800
+72087;44.06381;3.03346;652;20220417;22.5;7;14.7;5;7.52;0;5.37;26300
+72087;44.06381;3.03346;652;20220418;19.2;5.8;12.5;3.3;9.22;0;3.59;22400
+72087;44.06381;3.03346;652;20220419;18.7;6.5;12.6;2.2;10.12;.6;2.89;18000
+72087;44.06381;3.03346;652;20220420;12.8;8.3;10.5;2;10.72;12.3;1.19;5400
+72087;44.06381;3.03346;652;20220421;11.9;7.7;9.8;1.8;10.92;4.8;1.1;6100
+72087;44.06381;3.03346;652;20220422;18.3;7.2;12.7;3.3;10.62;.4;3.07;19300
+72087;44.06381;3.03346;652;20220423;12;9.6;10.8;5.5;9.12;22.4;1.79;3400
+72087;44.06381;3.03346;652;20220424;11;3.7;7.3;5;9.62;9.9;.91;6200
+72087;44.06381;3.03346;652;20220425;16.1;6.4;11.2;3.5;8.62;0;3.53;24600
+72087;44.06381;3.03346;652;20220426;21.1;5.9;13.5;2.1;8.42;0;4.24;27400
+72087;44.06381;3.03346;652;20220427;21.3;8.6;14.9;3.1;9.62;0;4.36;25100
+72087;44.06381;3.03346;652;20220428;22.9;10.7;16.8;2.7;10.92;.8;4.34;23600
+72087;44.06381;3.03346;652;20220429;21.6;11.7;16.6;3.6;12.52;1.2;4.08;22800
+72087;44.06381;3.03346;652;20220430;20.3;11.3;15.8;4.3;10.52;.1;4.14;20500
+72087;44.06381;3.03346;652;20220501;19.6;6.4;13;3.6;7.52;0;4.48;25600
+72087;44.06381;3.03346;652;20220502;19.4;8.8;14.1;2.1;9.02;.3;3.81;23000
+72087;44.06381;3.03346;652;20220503;18;9.2;13.6;1.7;11.42;5.3;2.29;12300
+72087;44.06381;3.03346;652;20220504;17.8;7.2;12.5;1.7;11.32;4.2;2.45;15200
+72087;44.06381;3.03346;652;20220505;16.9;8.1;12.5;4.3;9.52;.3;3.38;19600
+72087;44.06381;3.03346;652;20220506;15.7;8.1;11.9;7.7;9.02;0;3.27;14800
+72087;44.06381;3.03346;652;20220507;20.9;10.6;15.7;7.3;8.92;0;5.73;27500
+72087;44.06381;3.03346;652;20220508;19.9;10.2;15;4.2;9.82;.3;3.85;17100
+72087;44.06381;3.03346;652;20220509;23.6;10;16.8;2.8;10.12;.1;4.73;24600
+72087;44.06381;3.03346;652;20220510;24.8;11.5;18.1;2;12.12;0;4.91;28100
+72087;44.06381;3.03346;652;20220511;24.6;12.2;18.4;3.3;11.42;0;5.45;28700
+72087;44.06381;3.03346;652;20220512;22.8;10.3;16.5;3.6;10.92;0;4.72;24600
+72087;44.06381;3.03346;652;20220513;24.5;9.9;17.2;2.5;11.72;0;4.59;24600
+72087;44.06381;3.03346;652;20220514;27.4;13.3;20.3;2.2;13.32;0;5.2;26500
+72087;44.06381;3.03346;652;20220515;23.7;14.8;19.2;4.8;10.52;0;5.92;26200
+72087;44.06381;3.03346;652;20220516;27.1;12.1;19.6;2.6;11.12;0;5.61;27900
+72087;44.06381;3.03346;652;20220517;29;13.9;21.4;2.2;13.62;0;5.62;27900
+72087;44.06381;3.03346;652;20220518;30.2;16.6;23.4;3.1;13.92;0;6.37;27800
+72087;44.06381;3.03346;652;20220519;25.9;15.3;20.6;5.9;12.32;0;6.55;27900
+72087;44.06381;3.03346;652;20220520;25.9;15.9;20.9;5.3;11.12;0;6.71;27600
+72087;44.06381;3.03346;652;20220521;32;14.2;23.1;2.1;13.32;.1;5.95;27000
+72087;44.06381;3.03346;652;20220522;31.6;18.1;24.8;2.3;15.92;0;5.94;26100
+72087;44.06381;3.03346;652;20220523;19.6;15.8;17.7;4.3;15.12;.8;2.46;8700
+72087;44.06381;3.03346;652;20220524;15.7;10;12.8;4.8;10.62;.5;2.59;12100
+72087;44.06381;3.03346;652;20220525;19.6;8.1;13.8;6.5;9.72;0;4.84;28200
+72087;44.06381;3.03346;652;20220526;21.1;9.7;15.4;7.4;10.52;0;5.26;27900
+72087;44.06381;3.03346;652;20220527;26.3;10.6;18.4;5.7;12.02;0;6.3;29600
+72087;44.06381;3.03346;652;20220528;24.9;11.2;18;7.6;9.82;0;7.01;30000
+72087;44.06381;3.03346;652;20220529;23.6;10.1;16.8;5.7;7.02;0;6.94;31100
+72087;44.06381;3.03346;652;20220530;23.3;9.6;16.4;2.8;8.32;.9;5.31;27600
+72087;44.06381;3.03346;652;20220531;24.4;11.5;17.9;2.9;11.62;.2;4.85;24100
+72087;44.06381;3.03346;652;20220601;27.9;13.3;20.6;3.3;12.62;.3;6.17;29300
+72087;44.06381;3.03346;652;20220602;26.8;14.5;20.6;3.7;12.32;.1;5.96;26600
+72087;44.06381;3.03346;652;20220603;26.7;17;21.8;5.3;13.02;0;6.6;26700
+72087;44.06381;3.03346;652;20220604;27.3;16.1;21.7;5.5;15.92;1.7;6.04;26600
+72087;44.06381;3.03346;652;20220605;23.8;16.7;20.2;4.8;14.52;0;5.4;25800
+72087;44.06381;3.03346;652;20220606;28.1;12.4;20.2;4.4;13.42;.2;6.02;26100
+72087;44.06381;3.03346;652;20220607;22.7;14.6;18.6;5.6;13.02;0;5.42;26900
+72087;44.06381;3.03346;652;20220608;18.2;12.4;15.3;4.7;12.62;2.4;2.72;11400
+72087;44.06381;3.03346;652;20220609;17.9;10.5;14.2;10;10.92;0;4.02;20800
+72087;44.06381;3.03346;652;20220610;27.7;10.3;19;6.5;11.82;0;7.08;31100
+72087;44.06381;3.03346;652;20220611;32.6;14.4;23.5;5.3;11.12;0;8.69;31300
+72087;44.06381;3.03346;652;20220612;31.5;18.3;24.9;3.2;13.12;.4;6.9;27300
+72087;44.06381;3.03346;652;20220613;31.3;17.7;24.5;3.3;15.62;0;6.74;28400
+72087;44.06381;3.03346;652;20220614;34.3;16.8;25.5;3;14.12;.1;7.27;28800
+72087;44.06381;3.03346;652;20220615;34.1;19.7;26.9;3;14.22;0;7;25600
+72087;44.06381;3.03346;652;20220616;36.3;19.6;27.9;3.5;15.52;0;7.97;28400
+72087;44.06381;3.03346;652;20220617;37.7;20;28.8;4.3;11.82;0;9.34;29000
+72087;44.06381;3.03346;652;20220618;32.5;22;27.2;5.3;12.22;0;9.07;30000
+72087;44.06381;3.03346;652;20220619;29.5;20.6;25;7.9;13.62;0;8.86;29500
+72087;44.06381;3.03346;652;20220620;28;17.3;22.6;6.2;15.72;0;6.97;30000
+72087;44.06381;3.03346;652;20220621;28.4;18.4;23.4;4;17.62;1.2;4.92;18000
+72087;44.06381;3.03346;652;20220622;26.8;17.8;22.3;3.8;17.22;21.8;4.1;14200
+72087;44.06381;3.03346;652;20220623;25;16;20.5;3.3;17.22;17;4.04;18900
+72087;44.06381;3.03346;652;20220624;23;13.9;18.4;3.2;14.42;6.8;4.12;20600
+72087;44.06381;3.03346;652;20220625;24.9;12.9;18.9;4;14.32;6.8;5.03;25400
+72087;44.06381;3.03346;652;20220626;25;15.1;20;3.2;17.32;.4;3.67;16900
+72087;44.06381;3.03346;652;20220627;21.4;13.7;17.5;4.7;15.02;.6;3.45;17000
+72087;44.06381;3.03346;652;20220628;23.9;12.5;18.2;5.7;12.72;0;5.88;30900
+72087;44.06381;3.03346;652;20220629;28.7;12.9;20.8;2.7;12.42;1;6.29;30900
+72087;44.06381;3.03346;652;20220630;17.1;14.2;15.6;4.2;14.52;1.6;2.04;9200
+72087;44.06381;3.03346;652;20220701;22.8;9.7;16.2;3.8;11.42;0;5.41;31700
+72087;44.06381;3.03346;652;20220702;31.2;10.7;20.9;2.8;11.02;0;6.75;30700
+72087;44.06381;3.03346;652;20220703;30.6;17.1;23.8;2.5;15.22;.4;6.16;27700
+72087;44.06381;3.03346;652;20220704;26.6;17.1;21.8;3.6;17.92;.1;5.44;27500
+72087;44.06381;3.03346;652;20220705;27.9;16.4;22.1;4.1;16.12;0;6.27;29900
+72087;44.06381;3.03346;652;20220706;27.5;15.9;21.7;6.5;11.52;0;7.76;30800
+72087;44.06381;3.03346;652;20220707;26.2;13.7;19.9;7.6;11.42;0;7.32;30300
+72087;44.06381;3.03346;652;20220708;28.4;15;21.7;6.5;12.12;0;7.76;31000
+72087;44.06381;3.03346;652;20220709;31;15.5;23.2;6.6;11.12;0;8.84;30900
+72087;44.06381;3.03346;652;20220710;30.9;16.9;23.9;5.2;12.52;0;8.07;30600
+72087;44.06381;3.03346;652;20220711;32.9;16;24.4;4.2;12.82;0;7.92;30400
+72087;44.06381;3.03346;652;20220712;32.7;18.6;25.6;3.4;14.32;0;7.44;30200
+72087;44.06381;3.03346;652;20220713;33.2;18.6;25.9;3;11.52;0;7.48;29900
+72087;44.06381;3.03346;652;20220714;34.4;18.8;26.6;3.4;13.22;0;7.81;29800
+72087;44.06381;3.03346;652;20220715;34;20.4;27.2;3.5;13.02;0;7.92;29700
+72087;44.06381;3.03346;652;20220716;35.6;17.8;26.7;4.4;12.22;0;8.77;29800
+72087;44.06381;3.03346;652;20220717;35.5;17.9;26.7;3.9;11.72;0;8.45;29800
+72087;44.06381;3.03346;652;20220718;33.9;20.2;27;4.4;14.12;0;8.22;29000
+72087;44.06381;3.03346;652;20220719;32.4;22.6;27.5;5.6;11.52;.8;9.1;28100
+72087;44.06381;3.03346;652;20220720;27.4;19.5;23.4;4.4;15.02;0;5.64;20100
+72087;44.06381;3.03346;652;20220721;33;15.4;24.2;3.3;13.52;0;7.13;29200
+72087;44.06381;3.03346;652;20220722;34.6;19.9;27.2;3.4;14.42;.7;7.11;24500
+72087;44.06381;3.03346;652;20220723;30;16.3;23.1;3.8;14.82;0;6.54;28200
+72087;44.06381;3.03346;652;20220724;35.6;16.7;26.1;2.3;13.22;0;6.95;29100
+72087;44.06381;3.03346;652;20220725;28;17.6;22.8;4.7;15.82;.1;5.59;21300
+72087;44.06381;3.03346;652;20220726;26.7;15.8;21.2;6.8;13.12;0;6.97;29400
+72087;44.06381;3.03346;652;20220727;28.7;13.7;21.2;5.1;11.02;0;7.22;29400
+72087;44.06381;3.03346;652;20220728;29.5;15;22.2;2.5;12.02;0;5.49;23300
+72087;44.06381;3.03346;652;20220729;28.2;17.5;22.8;3.3;14.52;.7;5.17;19900
+72087;44.06381;3.03346;652;20220730;29.8;16.4;23.1;4.6;14.02;0;6.92;28600
+72087;44.06381;3.03346;652;20220731;32.1;16.9;24.5;4.2;13.72;0;7.29;28100
+72087;44.06381;3.03346;652;20220801;33.8;19.4;26.6;5.3;12.72;0;8.66;28300
+72087;44.06381;3.03346;652;20220802;34.1;18.7;26.4;4.2;12.42;0;8.01;28100
+72087;44.06381;3.03346;652;20220803;34.1;22.1;28.1;3.3;11.62;0;7.55;27100
+72087;44.06381;3.03346;652;20220804;34.3;20.6;27.4;2.7;12.32;0;6.8;25800
+72087;44.06381;3.03346;652;20220805;32.4;18.8;25.6;3.6;16.62;.7;6.43;24800
+72087;44.06381;3.03346;652;20220806;33;18.1;25.5;4.2;15.32;0;7.11;26200
+72087;44.06381;3.03346;652;20220807;32.6;17.2;24.9;3.8;11.22;0;7.37;27400
+72087;44.06381;3.03346;652;20220808;33.8;16.8;25.3;5.1;9.72;0;8.68;27800
+72087;44.06381;3.03346;652;20220809;34.1;19.1;26.6;3.9;9.52;0;7.87;26200
+72087;44.06381;3.03346;652;20220810;34.6;20.7;27.6;3.4;11.92;0;7.48;26800
+72087;44.06381;3.03346;652;20220811;33.8;20;26.9;2.7;14.82;0;6.4;25300
+72087;44.06381;3.03346;652;20220812;35.6;19.6;27.6;3.9;15.32;0;7.3;24100
+72087;44.06381;3.03346;652;20220813;36.2;20.2;28.2;2.6;14.32;11.3;6.32;22200
+72087;44.06381;3.03346;652;20220814;25.5;19.8;22.6;5;18.92;4.6;4.29;17700
+72087;44.06381;3.03346;652;20220815;26;16.3;21.1;3.8;14.32;0;5.09;23100
+72087;44.06381;3.03346;652;20220816;29.1;15.2;22.1;3.4;14.12;3.3;5.26;21400
+72087;44.06381;3.03346;652;20220817;24.9;16;20.4;2.9;16.52;4;3.27;13600
+72087;44.06381;3.03346;652;20220818;21.7;14.7;18.2;5.7;14.82;2.3;3.25;12600
+72087;44.06381;3.03346;652;20220819;23.9;14.9;19.4;8.1;14.82;0;5.1;24300
+72087;44.06381;3.03346;652;20220820;27.6;15.5;21.5;7.2;14.92;0;6.24;25400
+72087;44.06381;3.03346;652;20220821;27;16;21.5;6.1;13.82;0;5.78;21100
+72087;44.06381;3.03346;652;20220822;26;16.1;21;7.8;15.52;0;5.52;22400
+72087;44.06381;3.03346;652;20220823;29.2;15.9;22.5;4.5;15.52;0;5.79;24600
+72087;44.06381;3.03346;652;20220824;33.4;17.5;25.4;3.2;14.02;0;6.33;24600
+72087;44.06381;3.03346;652;20220825;30.3;16.8;23.5;3.9;15.42;.4;5.47;20600
+72087;44.06381;3.03346;652;20220826;29.1;16.5;22.8;4.8;15.92;.3;5.51;21500
+72087;44.06381;3.03346;652;20220827;28.8;16.3;22.5;4.2;13.82;0;5.65;22400
+72087;44.06381;3.03346;652;20220828;31.2;15.4;23.3;3.1;12.72;0;5.79;24100
+72087;44.06381;3.03346;652;20220829;29.9;18.4;24.1;4;14.22;2.3;5.46;18100
+72087;44.06381;3.03346;652;20220830;31.6;17.7;24.6;4.5;15.22;.1;6;20000
+72087;44.06381;3.03346;652;20220831;29.4;15;22.2;5;13.72;0;5.57;18200
+72087;44.06381;3.03346;652;20220901;28.6;15.3;21.9;2.7;15.42;0;4.48;20600
+72087;44.06381;3.03346;652;20220902;26.6;16.6;21.6;2;15.72;23.9;3.27;13900
+72087;44.06381;3.03346;652;20220903;25.7;16;20.8;2.5;17.32;2.5;3.63;18800
+72087;44.06381;3.03346;652;20220904;26.3;16.6;21.4;3.5;18.12;0;3.59;16200
+72087;44.06381;3.03346;652;20220905;25.9;19.1;22.5;5.5;19.42;0;3.58;12700
+72087;44.06381;3.03346;652;20220906;26.1;18.6;22.3;3.9;19.02;2.4;3.25;12000
+72087;44.06381;3.03346;652;20220907;24.9;16.1;20.5;3.3;17.72;1.6;3.15;14800
+72087;44.06381;3.03346;652;20220908;23.6;12.8;18.2;3.4;13.32;.5;3.51;16400
+72087;44.06381;3.03346;652;20220909;19.4;13.7;16.5;3.8;13.52;.3;2.58;11900
+72087;44.06381;3.03346;652;20220910;23;12.1;17.5;3.6;11.62;0;4.03;20700
+72087;44.06381;3.03346;652;20220911;28.5;11.7;20.1;2.7;11.62;0;4.58;21500
+72087;44.06381;3.03346;652;20220912;26.8;15.8;21.3;3.7;16.12;0;4.25;20100
+72087;44.06381;3.03346;652;20220913;26;20.4;23.2;5.5;20.52;4;3.01;7700
+72087;44.06381;3.03346;652;20220914;23.7;17;20.3;4.2;18.32;1.4;2.54;9900
+72087;44.06381;3.03346;652;20220915;26.1;15;20.5;3.6;14.82;0;4.02;18300
+72087;44.06381;3.03346;652;20220916;22.7;14.9;18.8;6;13.22;.1;4.05;15900
+72087;44.06381;3.03346;652;20220917;17.5;8.8;13.1;7.6;8.02;0;4.22;21200
+72087;44.06381;3.03346;652;20220918;23.1;6.8;14.9;4.8;6.52;0;4.95;20500
+72087;44.06381;3.03346;652;20220919;23.8;8.7;16.2;4.8;7.62;0;4.94;20500
+72087;44.06381;3.03346;652;20220920;23.4;7.8;15.6;5.8;7.22;0;5.23;20300
+72087;44.06381;3.03346;652;20220921;23.3;8.8;16;4.5;8.52;0;4.46;19700
+72087;44.06381;3.03346;652;20220922;23.6;11.6;17.6;2.3;10.72;.1;3.45;19300
+72087;44.06381;3.03346;652;20220923;19.5;10.9;15.2;3.2;13.12;13.6;2;9200
+72087;44.06381;3.03346;652;20220924;19.2;11.5;15.3;3.2;12.82;0;2.21;11300
+72087;44.06381;3.03346;652;20220925;17.1;9.6;13.3;3.1;10.82;.2;2.1;10900
+72087;44.06381;3.03346;652;20220926;15.7;8.1;11.9;4.7;10.12;1.6;2.15;11600
+72087;44.06381;3.03346;652;20220927;13.7;9.2;11.4;7.2;10.52;3.9;1.85;9600
+72087;44.06381;3.03346;652;20220928;16.4;10.7;13.5;6.7;12.62;10.3;1.7;7200
+72087;44.06381;3.03346;652;20220929;14.9;8.5;11.7;3.7;10.82;2.3;1.62;8900
+72087;44.06381;3.03346;652;20220930;13.3;6.9;10.1;5.1;9.22;.1;1.82;10100
+72087;44.06381;3.03346;652;20221001;15.1;7.7;11.4;3.4;11.42;.9;1.24;6200
+72087;44.06381;3.03346;652;20221002;20.6;13.3;16.9;3.4;14.12;0;2.63;16500
+72087;44.06381;3.03346;652;20221003;21.4;10.9;16.1;4.6;12.22;0;3.06;15900
+72087;44.06381;3.03346;652;20221004;22.4;9;15.7;1.6;11.32;.1;2.5;17400
+72087;44.06381;3.03346;652;20221005;18;11.5;14.7;3;12.92;.1;1.69;8100
+72087;44.06381;3.03346;652;20221006;22;12.6;17.3;2;14.72;.1;2.15;13300
+72087;44.06381;3.03346;652;20221007;20.2;11.7;15.9;2.6;13.72;1.7;1.99;11700
+72087;44.06381;3.03346;652;20221008;19.6;12.6;16.1;2.8;13.52;.6;1.93;10000
+72087;44.06381;3.03346;652;20221009;20;9.2;14.6;3.6;12.02;.1;2.35;14400
+72087;44.06381;3.03346;652;20221010;20.9;13.6;17.2;3.1;13.72;.1;2.38;13300
+72087;44.06381;3.03346;652;20221011;20.2;10.9;15.5;1.8;13.02;0;1.88;12700
+72087;44.06381;3.03346;652;20221012;20.1;12.1;16.1;1.2;12.62;1.8;1.51;7900
+72087;44.06381;3.03346;652;20221013;17.8;9.6;13.7;1.6;12.52;4.2;1.29;7400
+72087;44.06381;3.03346;652;20221014;18;12.8;15.4;4.2;14.32;.6;1.45;5900
+72087;44.06381;3.03346;652;20221015;24.3;10.1;17.2;2;13.62;0;2.29;14700
+72087;44.06381;3.03346;652;20221016;19.4;14;16.7;5.5;15.62;0;1.55;4900
+72087;44.06381;3.03346;652;20221017;18.5;15.9;17.2;6.6;15.92;0;1.52;2000
+72087;44.06381;3.03346;652;20221018;19.2;16;17.6;4.2;16.22;0;1.47;4300
+72087;44.06381;3.03346;652;20221019;19.6;15.5;17.5;3.9;16.12;3.7;1.49;5100
+72087;44.06381;3.03346;652;20221020;18.2;16.5;17.3;6.4;17.12;4.6;1.1;1000
+72087;44.06381;3.03346;652;20221021;20.6;16.5;18.5;4.5;15.42;.5;2.2;9100
+72087;44.06381;3.03346;652;20221022;21.3;12.3;16.8;3.6;13.32;0;2.2;11200
+72087;44.06381;3.03346;652;20221023;18.6;14.8;16.7;5.5;15.72;.4;1.32;2100
+72087;44.06381;3.03346;652;20221024;20.8;15.2;18;2.6;13.82;0;1.99;10900
+72087;44.06381;3.03346;652;20221025;19.7;11.3;15.5;2.7;12.02;0;1.74;7400
+72087;44.06381;3.03346;652;20221026;21.4;12.6;17;1.7;14.82;.2;1.41;8200
+72087;44.06381;3.03346;652;20221027;20.9;14.4;17.6;2.9;14.92;0;1.76;9600
+72087;44.06381;3.03346;652;20221028;21.2;13.4;17.3;3;12.42;0;2.09;8600
+72087;44.06381;3.03346;652;20221029;20.8;15.6;18.2;4.7;9.02;0;3.51;8300
+72087;44.06381;3.03346;652;20221030;20;14;17;5.4;13.52;0;2.28;9400
+72087;44.06381;3.03346;652;20221031;19.1;14.3;16.7;5.8;14.62;1.6;1.73;3600
+72087;44.06381;3.03346;652;20221101;17.2;12.8;15;3;12.32;.1;1.52;8100
+72087;44.06381;3.03346;652;20221102;18.3;7.9;13.1;2;9.52;.1;1.51;11100
+72087;44.06381;3.03346;652;20221103;14.7;8.6;11.6;4.7;10.42;4.3;1.37;2500
+72087;44.06381;3.03346;652;20221104;8.6;7.5;8;7.5;8.82;6.3;1.03;3900
+72087;44.06381;3.03346;652;20221105;10.6;4;7.3;6.2;7.02;0;1.6;11500
+72087;44.06381;3.03346;652;20221106;17;3.2;10.1;3.1;6.62;0;1.93;11100
+72087;44.06381;3.03346;652;20221107;17.1;6.5;11.8;3.4;9.02;0;1.69;10800
+72087;44.06381;3.03346;652;20221108;14.5;10.3;12.4;6.2;12.72;2.1;.84;1200
+72087;44.06381;3.03346;652;20221109;17.2;13.7;15.4;3.1;13.22;.4;1.29;3800
+72087;44.06381;3.03346;652;20221110;15.7;8;11.8;2.9;9.62;0;1.34;9400
+72087;44.06381;3.03346;652;20221111;15.8;8.5;12.1;5.2;11.92;0;1.09;3900
+72087;44.06381;3.03346;652;20221112;19;10.6;14.8;2.9;10.62;0;1.65;9300
+72087;44.06381;3.03346;652;20221113;17.8;9.2;13.5;3.5;9.32;0;1.86;6200
+72087;44.06381;3.03346;652;20221114;11.8;11.1;11.4;4.4;11.62;.5;.81;800
+72087;44.06381;3.03346;652;20221115;13.2;10.7;11.9;4;12.12;2.8;.79;1900
+72087;44.06381;3.03346;652;20221116;14.6;7.4;11;1.6;10.12;.4;.8;7700
+72087;44.06381;3.03346;652;20221117;12.2;8.7;10.4;3.3;10.72;4.1;.77;3600
+72087;44.06381;3.03346;652;20221118;9.5;6.8;8.1;6.2;8.32;.9;1.16;4200
+72087;44.06381;3.03346;652;20221119;9.1;4.4;6.7;6.2;7.32;.4;1.17;7200
+72087;44.06381;3.03346;652;20221120;9;2.1;5.5;5.7;6.82;.3;1.07;7200
+72087;44.06381;3.03346;652;20221121;7.4;2.8;5.1;4.1;7.52;11.6;.65;1500
+72087;44.06381;3.03346;652;20221122;5.8;3.5;4.6;6.5;7.52;7.6;.57;1700
+72087;44.06381;3.03346;652;20221123;11;4.3;7.6;3.3;8.72;4;.75;3500
+72087;44.06381;3.03346;652;20221124;12.1;6.1;9.1;2.5;8.72;0;.83;5900
+72087;44.06381;3.03346;652;20221125;9.1;6.5;7.8;3.5;8.32;2.5;.85;3000
+72087;44.06381;3.03346;652;20221126;10;3;6.5;4.5;6.72;0;1.19;5500
+72087;44.06381;3.03346;652;20221127;11.1;2.6;6.8;3.3;6.22;2.8;1.18;6700
+72087;44.06381;3.03346;652;20221128;7.8;6.8;7.3;3.2;8.92;4.4;.57;2400
+72087;44.06381;3.03346;652;20221129;7.1;2.9;5;5.7;6.82;0;.85;5900
+72087;44.06381;3.03346;652;20221130;5.6;1;3.3;2.4;6.22;.1;.46;7500
+72087;44.06381;3.03346;652;20221201;8.1;2;5;3.7;6.22;0;.88;6900
+72087;44.06381;3.03346;652;20221202;3.2;-.2;1.5;1.7;5.92;1.2;.41;2100
+72087;44.06381;3.03346;652;20221203;5;1.1;3;1.8;6.72;5.3;.44;1300
+72087;44.06381;3.03346;652;20221204;5.5;2.7;4.1;2.7;7.22;1;.47;1900
+72087;44.06381;3.03346;652;20221205;8.4;-2.6;2.9;2.3;5.42;.2;.59;8300
+72087;44.06381;3.03346;652;20221206;11.1;.1;5.6;2.2;4.72;.3;1.02;6800
+72087;44.06381;3.03346;652;20221207;10.2;.1;5.1;1.9;5.02;.2;.76;7700
+72087;44.06381;3.03346;652;20221208;6.4;-.7;2.8;2.4;6.42;2.2;.47;3200
+72087;44.06381;3.03346;652;20221209;8.8;5.9;7.3;1.9;9.82;.2;.32;2900
+72087;44.06381;3.03346;652;20221210;4.7;3.7;4.2;5.5;6.22;0;.93;2100
+72087;44.06381;3.03346;652;20221211;5.2;-7.3;-1.1;2.4;3.22;0;.77;6700
+72087;44.06381;3.03346;652;20221212;3.3;-4.4;-.6;2.2;3.92;9.2;.65;3600
+72087;44.06381;3.03346;652;20221213;9.9;-.7;4.6;3;8.52;1.1;.28;3200
+72087;44.06381;3.03346;652;20221214;11.1;6.6;8.8;2.6;9.92;.6;.52;3600
+72087;44.06381;3.03346;652;20221215;9.1;6.1;7.6;3;9.82;9.4;.41;800
+72087;44.06381;3.03346;652;20221216;8.5;4.5;6.5;3.9;7.22;.1;.83;5200
+72087;44.06381;3.03346;652;20221217;7.3;-3.2;2;4.5;3.92;0;1.24;7800
+72087;44.06381;3.03346;652;20221218;7.5;-1.6;2.9;4.6;6.12;0;.8;1600
+72087;44.06381;3.03346;652;20221219;11.5;7.2;9.3;8;10.02;0;.91;1300
+72087;44.06381;3.03346;652;20221220;11.7;9.7;10.7;7.2;10.32;.2;1.17;1400
+72087;44.06381;3.03346;652;20221221;12.9;9.1;11;3.2;10.32;.4;.77;5400
+72087;44.06381;3.03346;652;20221222;14.1;7.8;10.9;6.7;11.02;4.4;.96;3800
+72087;44.06381;3.03346;652;20221223;14.1;10.3;12.2;4.1;12.42;0;.65;4100
+72087;44.06381;3.03346;652;20221224;11.7;9.2;10.4;1.6;11.02;.1;.44;4200
+72087;44.06381;3.03346;652;20221225;12.2;5.5;8.8;2.2;9.92;.1;.45;5100
+72087;44.06381;3.03346;652;20221226;13.8;9.3;11.5;1.8;10.92;0;.6;4600
+72087;44.06381;3.03346;652;20221227;12.6;6.5;9.5;2.2;9.12;.1;.67;5300
+72087;44.06381;3.03346;652;20221228;12.2;2.9;7.5;2.6;8.62;0;.56;6400
+72087;44.06381;3.03346;652;20221229;11.6;6.1;8.8;1.9;9.42;1.6;.53;4400
+72087;44.06381;3.03346;652;20221230;11.2;5.9;8.5;1.6;9.52;.2;.52;2600
+72087;44.06381;3.03346;652;20221231;12;7.5;9.7;3.4;10.52;0;.65;2000
+72088;44.08429;3.34388;752;20220101;20.4;-4.6;7.9;.5;4.89;.1;.34;8468
+72088;44.08429;3.34388;752;20220102;13.1;.1;6.6;1.6;6.39;.1;.84;6021
+72088;44.08429;3.34388;752;20220103;11;3.8;7.4;1.2;7.84;0;.52;5588
+72088;44.08429;3.34388;752;20220104;10.7;.6;5.7;2.1;7.74;2.8;.6;6366
+72088;44.08429;3.34388;752;20220105;1.4;1.2;1.3;7.4;4.39;.7;1.4;180
+72088;44.08429;3.34388;752;20220106;3.1;-1;1.1;5.8;3.94;0;1.31;5498
+72088;44.08429;3.34388;752;20220107;1;-4.7;-1.9;4.4;4.79;5.8;.44;4042
+72088;44.08429;3.34388;752;20220108;6.2;.4;3.3;7.8;6.94;7.4;.67;4515
+72088;44.08429;3.34388;752;20220109;3.7;2.3;3;6.5;6.14;8.2;.88;1887
+72088;44.08429;3.34388;752;20220110;4.6;1.6;3.1;4.4;5.44;1.5;1.04;3010
+72088;44.08429;3.34388;752;20220111;4.9;-2.7;1.1;4.3;3.89;.2;1.2;7051
+72088;44.08429;3.34388;752;20220112;6.8;-6.6;.1;2.4;3.34;0;.93;8089
+72088;44.08429;3.34388;752;20220113;9.2;-8.8;.2;1.2;3.29;0;.59;9099
+72088;44.08429;3.34388;752;20220114;12.4;-6.8;2.8;1.1;3.09;0;.72;9140
+72088;44.08429;3.34388;752;20220115;9.3;-5.8;1.8;1.1;3.29;0;.67;9010
+72088;44.08429;3.34388;752;20220116;7.1;-4.8;1.2;2.3;4.14;0;.84;8355
+72088;44.08429;3.34388;752;20220117;8.4;-1.5;3.4;4.1;4.94;0;1.27;7882
+72088;44.08429;3.34388;752;20220118;9.4;-1.6;3.9;2.1;4.54;0;.91;8291
+72088;44.08429;3.34388;752;20220119;2.6;-6.3;-1.8;2.4;4.89;.2;.42;5648
+72088;44.08429;3.34388;752;20220120;4.7;-1.2;1.8;5.7;4.79;.4;1.17;6518
+72088;44.08429;3.34388;752;20220121;3;-1.5;.8;6.6;3.59;0;1.55;6989
+72088;44.08429;3.34388;752;20220122;5.8;-3.3;1.2;4.1;3.84;0;1.26;8089
+72088;44.08429;3.34388;752;20220123;12.2;-6.7;2.8;1.8;4.09;0;1.08;9987
+72088;44.08429;3.34388;752;20220124;11.4;-4.8;3.3;1.1;4.24;0;.78;9864
+72088;44.08429;3.34388;752;20220125;11.8;-4.8;3.5;1.4;4.24;0;.95;10253
+72088;44.08429;3.34388;752;20220126;10.9;-5.2;2.8;1.8;4.49;0;1;10413
+72088;44.08429;3.34388;752;20220127;9.2;-3.7;2.7;2.1;4.99;0;.95;9772
+72088;44.08429;3.34388;752;20220128;5.6;-4;.8;3.8;4.29;0;1.11;7181
+72088;44.08429;3.34388;752;20220129;9.1;-4.4;2.3;2.3;4.64;0;1.1;9906
+72088;44.08429;3.34388;752;20220130;4.5;-3.4;.6;3.1;5.34;.5;.74;7761
+72088;44.08429;3.34388;752;20220131;4.5;-.9;1.8;8;5.94;.2;.83;4772
+72088;44.08429;3.34388;752;20220201;3.1;-.9;1.1;9.1;5.34;.3;.97;5713
+72088;44.08429;3.34388;752;20220202;7.9;1.9;4.9;7.4;6.74;0;1.28;8412
+72088;44.08429;3.34388;752;20220203;15.9;-3.5;6.2;2.5;5.39;0;1.69;10247
+72088;44.08429;3.34388;752;20220204;6.9;2.5;4.7;4.1;7.04;.2;.9;4351
+72088;44.08429;3.34388;752;20220205;8.5;3.9;6.2;4.5;6.19;0;1.55;7054
+72088;44.08429;3.34388;752;20220206;4.5;-3.1;.7;5.2;5.69;2.3;.72;6367
+72088;44.08429;3.34388;752;20220207;8.3;2.8;5.5;7.5;6.74;.6;1.49;7945
+72088;44.08429;3.34388;752;20220208;15.3;-1.2;7.1;2.5;4.44;0;1.97;11655
+72088;44.08429;3.34388;752;20220209;7.8;-4.5;1.7;2.3;5.49;0;.98;9824
+72088;44.08429;3.34388;752;20220210;6.4;-1.8;2.3;2;6.99;0;1.35;12100
+72088;44.08429;3.34388;752;20220211;10;5.3;7.6;4.2;6.09;0;1.86;7900
+72088;44.08429;3.34388;752;20220212;9.2;-2;3.6;5.1;5.69;2.4;1.44;5500
+72088;44.08429;3.34388;752;20220213;6.9;4.8;5.8;6.1;8.49;26.7;.65;900
+72088;44.08429;3.34388;752;20220214;7.1;6.5;6.8;5.3;7.99;6.7;1.1;3600
+72088;44.08429;3.34388;752;20220215;5.1;1.5;3.3;6;6.89;1.8;.75;5400
+72088;44.08429;3.34388;752;20220216;8.8;3.8;6.3;6.5;8.79;5.4;.79;4718
+72088;44.08429;3.34388;752;20220217;11.3;7.6;9.5;6;10.19;2.6;1.18;5266
+72088;44.08429;3.34388;752;20220218;17.4;5.6;11.5;3.9;9.44;0;2.13;11982
+72088;44.08429;3.34388;752;20220219;7.1;2.8;4.9;5.7;5.09;0;1.9;6241
+72088;44.08429;3.34388;752;20220220;8.2;.8;4.5;5.4;6.64;2.4;1.28;7220
+72088;44.08429;3.34388;752;20220221;7.1;5.3;6.2;11;6.69;4.1;1.93;7613
+72088;44.08429;3.34388;752;20220222;8.3;3.1;5.7;8;6.54;0;1.79;9876
+72088;44.08429;3.34388;752;20220223;14.4;3.4;8.9;4;6.99;0;2.25;13050
+72088;44.08429;3.34388;752;20220224;13.7;4.6;9.1;4;7.49;.1;2.06;10982
+72088;44.08429;3.34388;752;20220225;7.6;2.2;4.9;6.3;4.94;0;2.14;11254
+72088;44.08429;3.34388;752;20220226;9.9;-.8;4.5;4.9;4.39;0;2.37;13554
+72088;44.08429;3.34388;752;20220227;10.4;.7;5.5;2.6;6.04;0;1.63;12786
+72088;44.08429;3.34388;752;20220228;11.9;.1;6;2.8;6.49;0;1.72;12911
+72088;44.08429;3.34388;752;20220301;9.2;-2;3.6;4;6.14;0;1.56;13667
+72088;44.08429;3.34388;752;20220302;5.5;3.8;4.6;2.9;7.44;0;.73;2606
+72088;44.08429;3.34388;752;20220303;13.2;3.9;8.6;1.5;8.04;0;1.47;11054
+72088;44.08429;3.34388;752;20220304;9.9;3.3;6.6;4.5;7.49;0;1.56;8706
+72088;44.08429;3.34388;752;20220305;8.6;3.6;6.1;3.9;7.24;0;1.46;9668
+72088;44.08429;3.34388;752;20220306;9.2;-.6;4.3;2.9;4.64;0;1.91;14316
+72088;44.08429;3.34388;752;20220307;9.2;-7.1;1.1;1.9;4.09;0;1.71;17205
+72088;44.08429;3.34388;752;20220308;5.9;-1.9;2;3.7;6.29;1.2;.95;7798
+72088;44.08429;3.34388;752;20220309;6.3;3.8;5;4;7.14;0;1.03;4046
+72088;44.08429;3.34388;752;20220310;7.6;5.5;6.5;5.5;8.14;9.1;1.08;3816
+72088;44.08429;3.34388;752;20220311;6.4;6.1;6.2;7.8;7.64;23.5;1.22;1431
+72088;44.08429;3.34388;752;20220312;5;3.5;4.2;8.8;7.14;45.3;.96;4124
+72088;44.08429;3.34388;752;20220313;5.2;4;4.6;6.5;6.59;40.2;1.22;2818
+72088;44.08429;3.34388;752;20220314;7.6;-1.1;3.2;6.5;8.59;8.3;.17;1800
+72088;44.08429;3.34388;752;20220315;7.9;7.4;7.6;7.2;9.89;0;.64;1440
+72088;44.08429;3.34388;752;20220316;9.8;7.3;8.6;3.9;9.69;0;1.32;6200
+72088;44.08429;3.34388;752;20220317;12.3;3.1;7.7;2.7;8.44;.7;1.53;10125
+72088;44.08429;3.34388;752;20220318;12.1;6.3;9.2;4;8.49;.4;1.72;6800
+72088;44.08429;3.34388;752;20220319;12.6;5.3;8.9;3.4;7.09;.1;2.37;14400
+72088;44.08429;3.34388;752;20220320;6.7;4.6;5.6;6.5;7.59;4.1;1.02;1200
+72088;44.08429;3.34388;752;20220321;8.7;4.6;6.6;8.7;7.09;.8;1.91;7500
+72088;44.08429;3.34388;752;20220322;10.5;3.2;6.8;9;5.99;.1;2.96;18000
+72088;44.08429;3.34388;752;20220323;11.8;2.3;7;6;4.99;.1;3.34;20700
+72088;44.08429;3.34388;752;20220324;15.2;3.2;9.2;4.6;4.09;0;4.01;21600
+72088;44.08429;3.34388;752;20220325;15.8;3.5;9.6;3.6;3.69;0;3.66;16300
+72088;44.08429;3.34388;752;20220326;16;4.5;10.2;4.7;4.89;0;4.06;21100
+72088;44.08429;3.34388;752;20220327;17.7;5.4;11.5;4.1;5.29;0;4.09;20300
+72088;44.08429;3.34388;752;20220328;16.8;6.3;11.5;4.8;4.89;0;4.27;18400
+72088;44.08429;3.34388;752;20220329;14;7.4;10.7;4.2;7.39;3.3;2.8;12300
+72088;44.08429;3.34388;752;20220330;10.5;5.7;8.1;2.9;9.09;.8;1.26;6600
+72088;44.08429;3.34388;752;20220331;10.9;5.2;8;6.9;7.29;1.2;2.65;17100
+72088;44.08429;3.34388;752;20220401;4.3;-.8;1.8;7.7;5.31;1.1;2.33;13160
+72088;44.08429;3.34388;752;20220402;4.1;-2.6;.7;5.1;4.98;.1;1.87;9833
+72088;44.08429;3.34388;752;20220403;3.7;-2.7;.5;7.8;4.69;0;1.97;10791
+72088;44.08429;3.34388;752;20220404;8.3;-1.9;3.2;2.6;4.98;0;2.79;21666
+72088;44.08429;3.34388;752;20220405;14.2;-1.2;6.5;2.9;5.99;0;3.01;23700
+72088;44.08429;3.34388;752;20220406;10.8;2.3;6.5;4.3;8.29;.8;1.46;9200
+72088;44.08429;3.34388;752;20220407;11.7;5.1;8.4;6;9.79;7.5;1.13;4000
+72088;44.08429;3.34388;752;20220408;15.6;8.6;12.1;6.3;9.79;.5;2.93;13900
+72088;44.08429;3.34388;752;20220409;9.8;3.3;6.5;6.6;5.79;0;2.82;16300
+72088;44.08429;3.34388;752;20220410;15.7;-.1;7.8;4.5;4.99;.3;3.98;24900
+72088;44.08429;3.34388;752;20220411;8.6;4.6;6.6;8.2;8.59;2.5;1.01;2800
+72088;44.08429;3.34388;752;20220412;12.2;6.3;9.2;7.5;6.99;0;2.8;7000
+72088;44.08429;3.34388;752;20220413;14.6;7.6;11.1;3.6;7.09;0;2.97;12700
+72088;44.08429;3.34388;752;20220414;21.7;6.5;14.1;3.7;9.69;.6;4.15;22000
+72088;44.08429;3.34388;752;20220415;23.1;9.5;16.3;5.3;10.39;0;5.04;23200
+72088;44.08429;3.34388;752;20220416;22.5;10.6;16.5;7.2;8.59;0;6.1;24800
+72088;44.08429;3.34388;752;20220417;21.9;6.4;14.1;5;7.49;0;5.37;26300
+72088;44.08429;3.34388;752;20220418;18.6;5.2;11.9;3.3;9.19;0;3.59;22400
+72088;44.08429;3.34388;752;20220419;18.1;5.9;12;2.2;10.09;0;2.89;18000
+72088;44.08429;3.34388;752;20220420;12.2;7.7;9.9;2;10.69;15;1.19;5400
+72088;44.08429;3.34388;752;20220421;11.3;7.1;9.2;1.8;10.89;5.4;1.1;6100
+72088;44.08429;3.34388;752;20220422;17.7;6.6;12.1;3.3;10.59;1.1;3.07;19300
+72088;44.08429;3.34388;752;20220423;11.4;9;10.2;5.5;9.09;19.1;1.79;3400
+72088;44.08429;3.34388;752;20220424;10.4;3.1;6.7;5;9.59;10.1;.91;6200
+72088;44.08429;3.34388;752;20220425;15.5;5.8;10.6;3.5;8.59;0;3.53;24600
+72088;44.08429;3.34388;752;20220426;20.5;5.3;12.9;2.1;8.39;0;4.24;27400
+72088;44.08429;3.34388;752;20220427;20.7;8;14.3;3.1;9.59;.9;4.36;25100
+72088;44.08429;3.34388;752;20220428;22.3;10.1;16.2;2.7;10.89;.7;4.34;23600
+72088;44.08429;3.34388;752;20220429;21;11.1;16;3.6;12.49;.5;4.08;22800
+72088;44.08429;3.34388;752;20220430;19.7;10.7;15.2;4.3;10.49;0;4.14;20500
+72088;44.08429;3.34388;752;20220501;19;5.8;12.4;3.6;7.49;0;4.48;25600
+72088;44.08429;3.34388;752;20220502;18.8;8.2;13.5;2.1;8.99;.8;3.81;23000
+72088;44.08429;3.34388;752;20220503;17.4;8.6;13;1.7;11.39;3.5;2.29;12300
+72088;44.08429;3.34388;752;20220504;17.2;6.6;11.9;1.7;11.29;2.5;2.45;15200
+72088;44.08429;3.34388;752;20220505;16.3;7.5;11.9;4.3;9.49;.3;3.38;19600
+72088;44.08429;3.34388;752;20220506;14.7;6.9;10.8;6.3;8.54;0;3.26;16361
+72088;44.08429;3.34388;752;20220507;19.8;8.8;14.3;6.2;8.74;0;5.15;24740
+72088;44.08429;3.34388;752;20220508;18.4;9.2;13.8;3.2;9.34;1.2;3.65;18063
+72088;44.08429;3.34388;752;20220509;21.8;5.3;13.5;1.7;9.39;.1;4.33;26492
+72088;44.08429;3.34388;752;20220510;23.3;6.6;15;1.4;10.69;0;4.55;28304
+72088;44.08429;3.34388;752;20220511;23;6.8;14.9;2.8;10.79;0;4.94;28665
+72088;44.08429;3.34388;752;20220512;21.3;9.5;15.4;3.4;11.34;0;4.33;23390
+72088;44.08429;3.34388;752;20220513;23.5;6.4;14.9;1.9;11.39;.5;4.5;26733
+72088;44.08429;3.34388;752;20220514;25.6;8.3;17;1.8;12.64;0;4.89;27740
+72088;44.08429;3.34388;752;20220515;21.5;11.3;16.4;3.9;10.74;0;4.97;24275
+72088;44.08429;3.34388;752;20220516;25.1;10.7;17.9;2.5;11.84;.1;5.11;26489
+72088;44.08429;3.34388;752;20220517;27.1;9;18;1.7;13.24;0;5.19;28604
+72088;44.08429;3.34388;752;20220518;28.7;11.3;20;2.4;13.69;0;5.83;28606
+72088;44.08429;3.34388;752;20220519;23.9;13.9;18.9;5;13.09;0;5.48;24366
+72088;44.08429;3.34388;752;20220520;23.9;14.2;19;4.2;11.74;0;5.6;24309
+72088;44.08429;3.34388;752;20220521;29.4;10;19.7;1.6;13.64;0;5.51;28353
+72088;44.08429;3.34388;752;20220522;29.5;13.8;21.7;1.8;16.14;0;5.54;27461
+72088;44.08429;3.34388;752;20220523;17.8;14.5;16.2;3.8;15.34;.3;2.27;10015
+72088;44.08429;3.34388;752;20220524;14.7;9.4;12;4.7;10.79;.6;2.59;13628
+72088;44.08429;3.34388;752;20220525;18.4;8.1;13.2;6;9.89;0;4.41;24599
+72088;44.08429;3.34388;752;20220526;20.4;8.9;14.6;6.2;10.54;0;4.88;25752
+72088;44.08429;3.34388;752;20220527;24.9;9.3;17.1;5;12.29;0;5.76;28582
+72088;44.08429;3.34388;752;20220528;23.7;10.8;17.2;6;9.94;0;6.22;27227
+72088;44.08429;3.34388;752;20220529;22.5;8;15.3;4.3;7.14;0;6.1;29309
+72088;44.08429;3.34388;752;20220530;22.4;4.5;13.5;2.2;8.54;1.1;4.95;29017
+72088;44.08429;3.34388;752;20220531;22.9;10.2;16.5;2.3;12.04;.2;4.53;24466
+72088;44.08429;3.34388;752;20220601;25.7;9;17.3;2.5;12.54;.1;5.54;29783
+72088;44.08429;3.34388;752;20220602;24.7;13.4;19;3.7;12.99;.2;5.34;24696
+72088;44.08429;3.34388;752;20220603;25.1;15;20.1;4.4;13.54;0;5.72;24712
+72088;44.08429;3.34388;752;20220604;25.7;15.3;20.5;4.6;16.34;.5;5.34;24397
+72088;44.08429;3.34388;752;20220605;22.9;14.3;18.6;3.9;14.84;.1;4.76;23899
+72088;44.08429;3.34388;752;20220606;27.4;10.6;19;3.3;13.19;.1;5.84;28061
+72088;44.08429;3.34388;752;20220607;21.6;13.1;17.4;4.7;13.09;0;4.8;23941
+72088;44.08429;3.34388;752;20220608;17.9;9.9;13.9;3.9;12.69;1.4;3.02;16690
+72088;44.08429;3.34388;752;20220609;17.5;10.1;13.8;8;10.94;0;3.89;20016
+72088;44.08429;3.34388;752;20220610;26.9;9.4;18.2;5.4;11.79;0;6.69;30597
+72088;44.08429;3.34388;752;20220611;31.5;11.9;21.7;3.4;10.99;0;7.35;31162
+72088;44.08429;3.34388;752;20220612;30.3;14.3;22.3;2.5;12.74;.2;6.47;29032
+72088;44.08429;3.34388;752;20220613;30.2;15.2;22.7;2.9;15.49;0;6.4;28571
+72088;44.08429;3.34388;752;20220614;31.8;12.9;22.4;2.3;14.49;0;6.6;29951
+72088;44.08429;3.34388;752;20220615;32.1;15.9;24;2.5;13.79;.1;6.7;27911
+72088;44.08429;3.34388;752;20220616;34.6;14.4;24.5;2.6;14.44;0;7.27;29769
+72088;44.08429;3.34388;752;20220617;36.2;14.9;25.6;2.9;12.59;0;7.98;30075
+72088;44.08429;3.34388;752;20220618;30.3;15.9;23.1;4;13.29;.1;7.6;30042
+72088;44.08429;3.34388;752;20220619;28.1;18.6;23.4;6.9;14.39;0;7.62;26008
+72088;44.08429;3.34388;752;20220620;26;16.4;21.2;6;16.49;0;5.91;25594
+72088;44.08429;3.34388;752;20220621;27.2;17.2;22.2;3.6;18.19;1.1;4.88;20318
+72088;44.08429;3.34388;752;20220622;25.5;17.1;21.3;3.6;18.14;10.8;4.13;17117
+72088;44.08429;3.34388;752;20220623;23.5;15.3;19.4;2.8;17.74;18.6;3.82;19199
+72088;44.08429;3.34388;752;20220624;21.8;13.1;17.4;3;14.44;6.1;3.98;20636
+72088;44.08429;3.34388;752;20220625;23.6;10.4;17;2.9;14.34;6.6;4.74;26243
+72088;44.08429;3.34388;752;20220626;24;14.4;19.2;2.8;17.54;.3;3.84;19334
+72088;44.08429;3.34388;752;20220627;20.9;13;17;4.2;15.14;0;3.57;18562
+72088;44.08429;3.34388;752;20220628;23.2;11.8;17.5;5.3;12.99;0;5.39;27469
+72088;44.08429;3.34388;752;20220629;27.9;10.1;19;2.1;12.39;.7;5.91;30978
+72088;44.08429;3.34388;752;20220630;16.7;12.3;14.5;4;14.39;5.2;2.29;12779
+72088;44.08429;3.34388;752;20220701;21.9;9.4;15.7;3.9;11.34;0;5.07;28211
+72088;44.08429;3.34388;752;20220702;30;6.8;18.4;1.9;11.09;0;6.08;30830
+72088;44.08429;3.34388;752;20220703;30.5;12.6;21.5;1.9;14.89;.1;5.99;29311
+72088;44.08429;3.34388;752;20220704;26.4;15.1;20.8;3.3;17.84;.1;5.21;26378
+72088;44.08429;3.34388;752;20220705;27.2;15.7;21.4;3.6;16.34;0;5.73;26925
+72088;44.08429;3.34388;752;20220706;26.8;14.8;20.8;5.3;11.59;0;6.96;27834
+72088;44.08429;3.34388;752;20220707;25.6;13;19.3;6.4;11.44;0;6.79;27820
+72088;44.08429;3.34388;752;20220708;28;14.4;21.2;5.5;11.94;0;7.27;28646
+72088;44.08429;3.34388;752;20220709;30.6;12.4;21.5;4.5;10.94;0;7.72;30764
+72088;44.08429;3.34388;752;20220710;30.4;15.4;22.9;3.8;12.09;0;7.24;29338
+72088;44.08429;3.34388;752;20220711;31.6;12.3;21.9;2.6;12.89;0;6.79;30453
+72088;44.08429;3.34388;752;20220712;31.9;13.5;22.7;2.6;13.84;0;6.75;30320
+72088;44.08429;3.34388;752;20220713;31.7;13.3;22.5;2.3;12.34;0;6.66;30136
+72088;44.08429;3.34388;752;20220714;33.4;13.6;23.5;2.5;12.94;0;6.97;30050
+72088;44.08429;3.34388;752;20220715;33;15.3;24.2;2.9;12.84;0;7.26;29963
+72088;44.08429;3.34388;752;20220716;34.6;15.8;25.2;3.1;12.09;0;7.67;29974
+72088;44.08429;3.34388;752;20220717;34;13.8;23.9;2.6;12.24;0;7.17;29934
+72088;44.08429;3.34388;752;20220718;32.8;15.1;24;3.2;14.14;0;7.26;29492
+72088;44.08429;3.34388;752;20220719;31.1;18.7;24.9;4.6;11.19;.3;8.08;27087
+72088;44.08429;3.34388;752;20220720;26.9;16;21.5;3.4;14.84;.1;5.36;22522
+72088;44.08429;3.34388;752;20220721;31.9;14.7;23.3;2.9;13.19;0;6.78;28674
+72088;44.08429;3.34388;752;20220722;33.4;14.6;24;2.9;14.34;1.1;6.77;27062
+72088;44.08429;3.34388;752;20220723;28.8;15.8;22.3;3.7;14.89;0;6.15;26109
+72088;44.08429;3.34388;752;20220724;33.7;12.4;23.1;1.8;12.99;0;6.31;29264
+72088;44.08429;3.34388;752;20220725;27;15;21;4.3;15.69;0;5.41;22961
+72088;44.08429;3.34388;752;20220726;25.9;15.4;20.6;5.9;12.99;0;6.33;25342
+72088;44.08429;3.34388;752;20220727;27.6;12.2;19.9;4.3;10.94;0;6.63;28008
+72088;44.08429;3.34388;752;20220728;28.9;11;19.9;1.8;11.84;0;5.27;26151
+72088;44.08429;3.34388;752;20220729;27.2;15.6;21.4;2.7;14.79;.7;4.98;21643
+72088;44.08429;3.34388;752;20220730;28.8;14.5;21.7;4;14.14;0;6.37;27145
+72088;44.08429;3.34388;752;20220731;31.3;13.5;22.4;3.1;13.54;0;6.57;28378
+72088;44.08429;3.34388;752;20220801;32.7;15.2;24;3.9;12.49;0;7.52;28418
+72088;44.08429;3.34388;752;20220802;33.2;15.7;24.5;3.1;12.39;0;7.16;28257
+72088;44.08429;3.34388;752;20220803;32.3;16.6;24.5;2.4;12.04;0;6.61;27647
+72088;44.08429;3.34388;752;20220804;32.7;14.7;23.7;2.2;12.69;0;6.21;26981
+72088;44.08429;3.34388;752;20220805;30.8;15.1;23;3.1;16.49;.1;6.01;25895
+72088;44.08429;3.34388;752;20220806;31.6;17.1;24.4;3.4;15.19;0;6.43;25152
+72088;44.08429;3.34388;752;20220807;31.4;15.6;23.5;2.8;11.54;0;6.44;26499
+72088;44.08429;3.34388;752;20220808;32.5;12;22.2;3.2;9.69;0;7.04;27714
+72088;44.08429;3.34388;752;20220809;32.8;12.9;22.8;2.7;9.94;0;6.63;26845
+72088;44.08429;3.34388;752;20220810;32.6;15.4;24;2.7;12.34;0;6.59;27074
+72088;44.08429;3.34388;752;20220811;31.3;14.6;22.9;2.3;15.49;0;5.78;26252
+72088;44.08429;3.34388;752;20220812;34.9;16.7;25.8;2.9;15.79;0;6.62;25580
+72088;44.08429;3.34388;752;20220813;34.4;16;25.2;2.2;15.39;2.8;5.99;24556
+72088;44.08429;3.34388;752;20220814;24.4;19.1;21.8;4;19.29;11.8;3.73;15576
+72088;44.08429;3.34388;752;20220815;25.2;14.2;19.7;2.9;14.44;0;4.58;22156
+72088;44.08429;3.34388;752;20220816;28.1;11.7;19.9;2.8;14.24;5;5.05;23751
+72088;44.08429;3.34388;752;20220817;23.1;14.9;19;2.5;16.99;11.4;3.13;15028
+72088;44.08429;3.34388;752;20220818;21.1;13.7;17.4;4.8;14.99;2.3;3.25;14533
+72088;44.08429;3.34388;752;20220819;22.8;14.4;18.6;7;14.89;.2;4.52;20495
+72088;44.08429;3.34388;752;20220820;26.6;14.2;20.4;5.3;14.84;0;5.45;23286
+72088;44.08429;3.34388;752;20220821;25.8;14.4;20.1;4.6;13.84;.1;5.08;20544
+72088;44.08429;3.34388;752;20220822;24.5;15.8;20.1;6.8;15.49;.1;4.9;19274
+72088;44.08429;3.34388;752;20220823;28.6;15.5;22;4;15.54;0;5.41;22760
+72088;44.08429;3.34388;752;20220824;30.9;13;22;2.2;13.99;0;5.39;24881
+72088;44.08429;3.34388;752;20220825;29.1;13.9;21.5;3.3;15.34;.6;5.12;21968
+72088;44.08429;3.34388;752;20220826;28.4;15.7;22;4;15.89;.3;5.14;20869
+72088;44.08429;3.34388;752;20220827;27.6;14.7;21.2;3.2;13.74;0;4.99;21449
+72088;44.08429;3.34388;752;20220828;30.2;11.2;20.7;2.2;12.44;0;5.11;24288
+72088;44.08429;3.34388;752;20220829;28.2;12.8;20.5;3.1;14.29;1.7;4.89;21006
+72088;44.08429;3.34388;752;20220830;29.7;14.2;22;3.1;14.84;.3;5.17;21354
+72088;44.08429;3.34388;752;20220831;28.4;13.7;21;3.4;13.79;0;4.93;19763
+72088;44.08429;3.34388;752;20220901;27.8;14.9;21.4;2.5;15.14;0;4.35;19933
+72088;44.08429;3.34388;752;20220902;24.9;13.4;19.1;1.6;15.09;17.4;3.26;16506
+72088;44.08429;3.34388;752;20220903;25;14.7;19.8;1.9;17.19;7.2;3.39;18107
+72088;44.08429;3.34388;752;20220904;25.2;14.6;19.9;3.4;18.29;0;3.41;16944
+72088;44.08429;3.34388;752;20220905;24.5;18.5;21.5;5;19.89;0;3.21;12327
+72088;44.08429;3.34388;752;20220906;24.8;18.1;21.4;3.9;19.44;2.7;3.1;12266
+72088;44.08429;3.34388;752;20220907;23.6;14.7;19.2;2.8;17.79;3.9;2.95;15091
+72088;44.08429;3.34388;752;20220908;22.5;11.5;17;2.9;13.29;.4;3.31;16788
+72088;44.08429;3.34388;752;20220909;18.2;10.9;14.6;3;13.44;.4;2.39;13329
+72088;44.08429;3.34388;752;20220910;22.2;10.9;16.5;3;11.74;.1;3.65;18941
+72088;44.08429;3.34388;752;20220911;27.9;7.9;17.9;1.7;11.39;0;3.94;21702
+72088;44.08429;3.34388;752;20220912;24.3;11.4;17.8;3;15.99;.2;3.53;19484
+72088;44.08429;3.34388;752;20220913;24;19.6;21.8;5.2;21.09;7.3;2.59;8186
+72088;44.08429;3.34388;752;20220914;22.2;16.3;19.3;3.6;18.89;3.3;2.29;10457
+72088;44.08429;3.34388;752;20220915;24.7;12.9;18.8;2.8;14.94;0;3.51;17605
+72088;44.08429;3.34388;752;20220916;21.8;13.9;17.9;5;13.29;0;3.63;14559
+72088;44.08429;3.34388;752;20220917;16.9;8.1;12.5;5.6;8.14;0;3.62;17569
+72088;44.08429;3.34388;752;20220918;22.4;5.7;14;3.1;6.69;0;4.01;19927
+72088;44.08429;3.34388;752;20220919;23.1;4.7;13.9;3.4;7.54;0;4.14;20428
+72088;44.08429;3.34388;752;20220920;22.7;6.9;14.8;4.1;7.29;0;4.38;19312
+72088;44.08429;3.34388;752;20220921;22.1;7.5;14.8;3.1;8.39;0;3.72;18587
+72088;44.08429;3.34388;752;20220922;21.9;8;14.9;1.8;10.79;.1;2.97;18478
+72088;44.08429;3.34388;752;20220923;17.9;7.5;12.7;2.6;12.49;15.4;1.96;12202
+72088;44.08429;3.34388;752;20220924;17.6;11.2;14.4;3.1;12.99;0;2.02;10619
+72088;44.08429;3.34388;752;20220925;16;7.7;11.9;3.2;10.84;.3;2;11826
+72088;44.08429;3.34388;752;20220926;14.1;5.9;10;4.5;10.09;2.2;1.87;12069
+72088;44.08429;3.34388;752;20220927;12.9;8.6;10.7;7.4;10.69;7.5;1.73;8995
+72088;44.08429;3.34388;752;20220928;14.5;10;12.2;6.8;12.84;12.5;1.37;7412
+72088;44.08429;3.34388;752;20220929;13.2;8.2;10.7;4.1;10.94;1.2;1.46;8442
+72088;44.08429;3.34388;752;20220930;12.4;6.3;9.3;4.6;9.29;0;1.72;9921
+72088;44.08429;3.34388;752;20221001;15.1;4.9;10;3.3;11.29;2;1.41;10246
+72088;44.08429;3.34388;752;20221002;19.6;12.6;16.1;3.2;14.14;.1;2.34;13385
+72088;44.08429;3.34388;752;20221003;20.4;9.8;15.1;3.8;12.09;0;2.74;14442
+72088;44.08429;3.34388;752;20221004;22;4.6;13.3;1.2;10.44;.1;2.28;17406
+72088;44.08429;3.34388;752;20221005;17;6.1;11.6;2.4;12.24;.1;1.63;11401
+72088;44.08429;3.34388;752;20221006;20.9;11.2;16.1;1.6;14.29;.1;2;12664
+72088;44.08429;3.34388;752;20221007;18.9;8.4;13.6;2.1;13.04;2.6;1.83;12394
+72088;44.08429;3.34388;752;20221008;18.7;11.1;14.9;1.9;13.34;.7;1.73;10246
+72088;44.08429;3.34388;752;20221009;17.8;5.9;11.8;2.5;11.89;.2;1.89;13754
+72088;44.08429;3.34388;752;20221010;19.4;12.9;16.2;2.8;13.84;.1;2.06;10963
+72088;44.08429;3.34388;752;20221011;19.5;8.4;13.9;1.1;12.44;.1;1.7;12717
+72088;44.08429;3.34388;752;20221012;18.6;8.7;13.7;1;11.89;1.6;1.49;9966
+72088;44.08429;3.34388;752;20221013;16.8;5.6;11.2;1.4;11.79;5.3;1.33;10167
+72088;44.08429;3.34388;752;20221014;16.4;11.9;14.1;4.3;14.44;.8;1.25;6211
+72088;44.08429;3.34388;752;20221015;22.9;8.3;15.6;1.9;13.69;.4;2.1;13992
+72088;44.08429;3.34388;752;20221016;18.3;12.7;15.5;5.3;16.14;2.8;1.28;6402
+72088;44.08429;3.34388;752;20221017;17;14.9;16;6;16.34;4.6;1.19;2873
+72088;44.08429;3.34388;752;20221018;18;15;16.5;3.6;16.64;0;1.24;4658
+72088;44.08429;3.34388;752;20221019;18;15.1;16.5;3.6;16.49;6.7;1.25;4627
+72088;44.08429;3.34388;752;20221020;17.1;15.7;16.4;5.8;17.49;15.7;.9;1923
+72088;44.08429;3.34388;752;20221021;19.4;15.8;17.6;3.9;15.89;0;1.81;7152
+72088;44.08429;3.34388;752;20221022;19.9;9.9;14.9;2.8;13.64;.1;1.79;10708
+72088;44.08429;3.34388;752;20221023;17.5;14.2;15.8;4.5;16.24;1.8;1.12;3484
+72088;44.08429;3.34388;752;20221024;20.1;13.9;17;2.1;14.14;.1;1.73;9320
+72088;44.08429;3.34388;752;20221025;18.5;7.8;13.1;2.6;12.29;.1;1.5;9007
+72088;44.08429;3.34388;752;20221026;20;10.8;15.4;2.1;15.04;.2;1.31;8617
+72088;44.08429;3.34388;752;20221027;18.8;13.7;16.3;3.2;15.54;0;1.42;7562
+72088;44.08429;3.34388;752;20221028;19.1;13.1;16.1;3;13.34;0;1.75;7282
+72088;44.08429;3.34388;752;20221029;19.6;13.9;16.7;4;9.64;0;2.95;7551
+72088;44.08429;3.34388;752;20221030;18.4;13.4;15.9;4.7;13.94;0;1.85;7420
+72088;44.08429;3.34388;752;20221031;17.4;13.7;15.5;5.2;14.99;4.3;1.41;3966
+72088;44.08429;3.34388;752;20221101;16.9;12.2;14.6;2.4;12.54;.1;1.36;6902
+72088;44.08429;3.34388;752;20221102;17.2;5.5;11.3;1.4;9.24;.1;1.25;10355
+72088;44.08429;3.34388;752;20221103;14.2;3.6;8.9;4.2;10.39;3.5;1.08;6265
+72088;44.08429;3.34388;752;20221104;7.4;6.9;7.2;7.5;8.99;6.6;.84;2029
+72088;44.08429;3.34388;752;20221105;9.8;3.7;6.7;5.8;6.99;0;1.56;8749
+72088;44.08429;3.34388;752;20221106;16.4;-.6;7.9;2.1;6.39;.1;1.52;11265
+72088;44.08429;3.34388;752;20221107;15.8;1.4;8.6;2.8;8.49;.1;1.4;10722
+72088;44.08429;3.34388;752;20221108;13.7;9.1;11.4;5.4;12.99;5.2;.66;3183
+72088;44.08429;3.34388;752;20221109;16.7;12.6;14.7;2.9;13.34;1;1.21;4355
+72088;44.08429;3.34388;752;20221110;14.5;7.1;10.8;2.7;9.69;.1;1.22;7836
+72088;44.08429;3.34388;752;20221111;14.7;4.7;9.7;4.5;12.19;0;.69;6102
+72088;44.08429;3.34388;752;20221112;17.5;9.4;13.5;2.8;10.64;.1;1.5;7891
+72088;44.08429;3.34388;752;20221113;16.7;4.1;10.4;2.7;9.04;0;1.44;7744
+72088;44.08429;3.34388;752;20221114;10.6;10.3;10.5;4.2;11.74;2.9;.68;400
+72088;44.08429;3.34388;752;20221115;11.9;10;11;3.6;12.34;3.5;.64;2048
+72088;44.08429;3.34388;752;20221116;13.5;6.2;9.9;1.7;9.99;.6;.78;6816
+72088;44.08429;3.34388;752;20221117;12.3;6.1;9.2;3.3;10.74;4.2;.69;4924
+72088;44.08429;3.34388;752;20221118;8.5;5.8;7.2;5.5;8.54;.9;.95;3737
+72088;44.08429;3.34388;752;20221119;8;3.2;5.6;5.5;7.34;.1;1;5857
+72088;44.08429;3.34388;752;20221120;8;1.1;4.5;5.3;6.84;.4;.96;6313
+72088;44.08429;3.34388;752;20221121;7.6;1.4;4.5;3.6;7.54;10.4;.61;3540
+72088;44.08429;3.34388;752;20221122;4.7;2.7;3.7;6.5;7.59;5.4;.45;2023
+72088;44.08429;3.34388;752;20221123;9.8;3.8;6.8;3.4;8.89;3.8;.65;4049
+72088;44.08429;3.34388;752;20221124;11;4.7;7.9;2.2;8.74;.1;.72;5475
+72088;44.08429;3.34388;752;20221125;8.8;3.6;6.2;3.1;8.29;1.9;.68;4125
+72088;44.08429;3.34388;752;20221126;9.2;1.9;5.5;3.8;6.69;0;1.05;5388
+72088;44.08429;3.34388;752;20221127;10;-1.9;4.1;2.7;6.39;2.5;.85;7167
+72088;44.08429;3.34388;752;20221128;6.8;6.3;6.6;3.2;9.04;4.3;.53;1316
+72088;44.08429;3.34388;752;20221129;6.2;1.9;4.1;5.2;6.89;0;.76;4814
+72088;44.08429;3.34388;752;20221130;6.1;-1;2.5;2.1;6.14;.2;.48;6602
+72088;44.08429;3.34388;752;20221201;6;-1.2;2.4;2.4;6.09;0;.59;6078
+72088;44.08429;3.34388;752;20221202;3.4;-2;.7;1.2;5.64;3.7;.36;3443
+72088;44.08429;3.34388;752;20221203;4.6;.1;2.4;1.7;6.94;11.1;.36;2592
+72088;44.08429;3.34388;752;20221204;5;2.6;3.8;2.7;7.19;2.1;.51;2083
+72088;44.08429;3.34388;752;20221205;8.2;-6.1;1.1;1.5;4.84;.3;.46;8015
+72088;44.08429;3.34388;752;20221206;10.5;-3.8;3.4;1.4;4.64;.6;.65;7238
+72088;44.08429;3.34388;752;20221207;9.4;-2.9;3.3;1.6;4.89;.5;.64;7288
+72088;44.08429;3.34388;752;20221208;5.1;-5.1;0;1.9;6.14;6.4;.3;4823
+72088;44.08429;3.34388;752;20221209;9.1;4.8;7;2.1;9.74;.4;.36;3420
+72088;44.08429;3.34388;752;20221210;3.2;3.1;3.2;5.3;6.34;0;.81;1050
+72088;44.08429;3.34388;752;20221211;4.9;-8.4;-1.8;2.2;3.19;0;.73;6714
+72088;44.08429;3.34388;752;20221212;3.1;-8.7;-2.8;2;3.84;12.3;.51;5279
+72088;44.08429;3.34388;752;20221213;9.1;-1.1;4;3;8.24;8.4;.31;4362
+72088;44.08429;3.34388;752;20221214;10.3;5.4;7.8;2.3;9.54;2.3;.52;3660
+72088;44.08429;3.34388;752;20221215;8.5;2.7;5.6;3;9.69;17.9;.2;2815
+72088;44.08429;3.34388;752;20221216;8.2;4.2;6.2;3;7.39;0;.75;4195
+72088;44.08429;3.34388;752;20221217;6.7;-4.5;1.1;2.8;3.74;0;.88;6899
+72088;44.08429;3.34388;752;20221218;6.7;-6.8;-.1;3.8;6.04;1.6;.48;4456
+72088;44.08429;3.34388;752;20221219;10.5;6.6;8.6;7.2;10.19;2.8;.74;2137
+72088;44.08429;3.34388;752;20221220;10.7;9.1;9.9;6.6;10.59;0;.98;1445
+72088;44.08429;3.34388;752;20221221;11.7;9;10.4;3.8;10.12;.7;.68;3447
+72088;44.08429;3.34388;752;20221222;12.5;4.2;8.3;6;11.04;8.8;.48;4607
+72088;44.08429;3.34388;752;20221223;13.7;9.7;11.7;3.3;12.04;.2;.7;3662
+72088;44.08429;3.34388;752;20221224;13.1;4.9;9;1.1;9.74;.1;.38;5222
+72088;44.08429;3.34388;752;20221225;10.6;.9;5.7;2.6;9.54;.1;.24;5580
+72088;44.08429;3.34388;752;20221226;13.8;9;11.4;2;10.94;.1;.72;4129
+72088;44.08429;3.34388;752;20221227;11.5;4.6;8.1;1.8;8.64;.1;.6;4980
+72088;44.08429;3.34388;752;20221228;10.2;-.7;4.7;1.8;7.74;0;.44;6283
+72088;44.08429;3.34388;752;20221229;11;2.7;6.8;1.6;9.39;1.2;.39;5044
+72088;44.08429;3.34388;752;20221230;11.2;4;7.6;1.4;9.19;.5;.47;3850
+72088;44.08429;3.34388;752;20221231;10.5;4.2;7.4;3.9;10.59;.7;.32;3404
+72089;44.10384;3.65449;525;20220101;18;10.8;14.4;.9;7.29;.1;.91;4224
+72089;44.10384;3.65449;525;20220102;5.5;3.6;4.6;.8;8.19;0;.36;1803
+72089;44.10384;3.65449;525;20220103;15.9;6.4;11.2;1.2;8.69;0;.75;5027
+72089;44.10384;3.65449;525;20220104;8.6;5.3;7;1.1;9.59;2.1;.38;2663
+72089;44.10384;3.65449;525;20220105;4.2;5.6;4.9;6.1;4.69;1;2;0
+72089;44.10384;3.65449;525;20220106;5;2;3.5;7.2;3.89;0;2.09;2544
+72089;44.10384;3.65449;525;20220107;8.5;-1.2;3.7;2.3;4.19;3.8;1.08;5239
+72089;44.10384;3.65449;525;20220108;9.5;4;6.8;2.5;7.09;6.7;.9;3785
+72089;44.10384;3.65449;525;20220109;7.5;5.3;6.4;3.1;5.99;8.9;1.27;2129
+72089;44.10384;3.65449;525;20220110;7.2;4.6;5.9;5.6;5.09;1.4;1.92;2408
+72089;44.10384;3.65449;525;20220111;6.1;2.9;4.5;5.8;3.79;.4;2.16;2786
+72089;44.10384;3.65449;525;20220112;5.1;-.1;2.5;3.4;3.79;0;1.33;3804
+72089;44.10384;3.65449;525;20220113;6.7;-2;2.4;1.6;3.59;0;.87;5202
+72089;44.10384;3.65449;525;20220114;11.9;.7;6.3;1.2;3.99;0;.9;6070
+72089;44.10384;3.65449;525;20220115;11.3;4.1;7.7;1.3;3.59;0;1.13;4764
+72089;44.10384;3.65449;525;20220116;13;1.1;7.1;4.2;3.49;0;2.45;6417
+72089;44.10384;3.65449;525;20220117;10.1;6;8.1;6.6;5.09;0;2.63;3487
+72089;44.10384;3.65449;525;20220118;10;3.6;6.8;2.2;5.09;0;1.27;4605
+72089;44.10384;3.65449;525;20220119;8.8;2.3;5.6;2;5.49;.1;1;4704
+72089;44.10384;3.65449;525;20220120;8.2;3.2;5.7;6.6;4.79;.4;2.18;4081
+72089;44.10384;3.65449;525;20220121;4.7;.8;2.8;5.5;3.69;0;1.81;3560
+72089;44.10384;3.65449;525;20220122;6.7;.4;3.6;5.3;4.19;0;1.76;4797
+72089;44.10384;3.65449;525;20220123;9.6;.7;5.2;1.6;5.09;0;.94;5923
+72089;44.10384;3.65449;525;20220124;10.2;.3;5.3;1;5.59;0;.7;6370
+72089;44.10384;3.65449;525;20220125;9.9;2.1;6;1.5;6.29;0;.83;5641
+72089;44.10384;3.65449;525;20220126;15.3;3.6;9.5;3;3.79;0;2.3;7176
+72089;44.10384;3.65449;525;20220127;14.3;4.6;9.5;2.6;3.09;0;2.2;6551
+72089;44.10384;3.65449;525;20220128;11.7;7;9.4;8.8;3.99;0;3.96;4385
+72089;44.10384;3.65449;525;20220129;15.8;7.7;11.8;6.6;3.89;0;4.18;6082
+72089;44.10384;3.65449;525;20220130;12.4;8.6;10.5;6.2;5.79;1.3;2.98;3978
+72089;44.10384;3.65449;525;20220131;10.4;2.9;6.7;4.6;4.79;.2;2.11;5987
+72089;44.10384;3.65449;525;20220201;8.3;1.8;5.1;7;4.79;0;2.15;5599
+72089;44.10384;3.65449;525;20220202;12;7;9.5;5.6;7.09;0;2.15;4885
+72089;44.10384;3.65449;525;20220203;12.9;4.7;8.8;1.9;5.99;0;1.38;6567
+72089;44.10384;3.65449;525;20220204;13;4.7;8.9;1.8;6.59;.2;1.27;6705
+72089;44.10384;3.65449;525;20220205;10.9;6.6;8.8;4.5;5.09;0;2.4;4677
+72089;44.10384;3.65449;525;20220206;10.7;.7;5.7;2.7;5.19;1.6;1.47;7648
+72089;44.10384;3.65449;525;20220207;10.2;7.2;8.7;6.4;5.49;.4;2.68;3896
+72089;44.10384;3.65449;525;20220208;13.7;2.8;8.3;2.1;3.79;0;1.84;8247
+72089;44.10384;3.65449;525;20220209;10.6;3.4;7;1.2;6.39;0;.98;6652
+72089;44.10384;3.65449;525;20220210;6.1;3.6;4.9;1.6;7.44;0;1.34;10296
+72089;44.10384;3.65449;525;20220211;10.9;2.3;6.6;3.9;5.91;0;1.87;9683
+72089;44.10384;3.65449;525;20220212;11.6;-1.1;5.3;3;5.58;5.7;1.62;10390
+72089;44.10384;3.65449;525;20220213;7.9;4.3;6.1;3.9;7.78;42.9;1.06;3265
+72089;44.10384;3.65449;525;20220214;9;5.7;7.4;3.4;9.04;6.9;.97;4212
+72089;44.10384;3.65449;525;20220215;9.2;1.6;5.4;3.1;6.51;.7;1.36;8329
+72089;44.10384;3.65449;525;20220216;11.1;4.9;8;2.1;8.29;4.3;1.08;6766
+72089;44.10384;3.65449;525;20220217;18;11;14.5;3.3;9.59;3.3;2.27;7342
+72089;44.10384;3.65449;525;20220218;16.7;8.2;12.5;2.4;9.69;0;1.67;8285
+72089;44.10384;3.65449;525;20220219;10.1;6.5;8.3;4.2;5.09;0;2.32;5195
+72089;44.10384;3.65449;525;20220220;14.4;3.4;8.9;3.1;6.19;1.7;2.08;9797
+72089;44.10384;3.65449;525;20220221;11.4;8.7;10.1;4.3;6.09;2;2.4;4527
+72089;44.10384;3.65449;525;20220222;13.2;6.2;9.7;5.9;5.69;0;2.99;7874
+72089;44.10384;3.65449;525;20220223;14.6;8.7;11.7;3.5;7.19;.1;2.33;7265
+72089;44.10384;3.65449;525;20220224;12.1;6.3;9.2;2.1;8.79;.1;1.25;7297
+72089;44.10384;3.65449;525;20220225;9.2;6;7.6;5.9;4.69;0;2.72;5294
+72089;44.10384;3.65449;525;20220226;11.3;3.3;7.3;3.7;4.19;0;2.44;8943
+72089;44.10384;3.65449;525;20220227;11.1;1.5;6.3;1.6;5.89;0;1.4;10003
+72089;44.10384;3.65449;525;20220228;13.4;3.4;8.4;1.4;6.69;0;1.49;10360
+72089;44.10384;3.65449;525;20220301;11;3.9;7.5;1.9;5.99;0;1.55;8721
+72089;44.10384;3.65449;525;20220302;7.4;3.1;5.3;1.1;7.79;.4;.84;6704
+72089;44.10384;3.65449;525;20220303;13.6;4.3;9;1.4;8.19;0;1.42;10358
+72089;44.10384;3.65449;525;20220304;15;7.1;11.1;4.2;6.79;0;2.72;9609
+72089;44.10384;3.65449;525;20220305;14.3;6.1;10.2;4;4.19;0;3.19;9929
+72089;44.10384;3.65449;525;20220306;10.1;1.5;5.8;2.9;3.49;0;2.25;10316
+72089;44.10384;3.65449;525;20220307;10.5;-.9;4.8;2;3.99;0;1.84;12145
+72089;44.10384;3.65449;525;20220308;6;2;4;.9;5.89;1.1;.97;6965
+72089;44.10384;3.65449;525;20220309;9.4;4.8;7.1;1.1;7.79;.4;1.11;7621
+72089;44.10384;3.65449;525;20220310;7.9;5.6;6.8;2.7;9.49;15.8;.72;5228
+72089;44.10384;3.65449;525;20220311;7.9;6.4;7.2;5.7;9.19;36.6;.85;4126
+72089;44.10384;3.65449;525;20220312;5.8;4.2;5;2.8;8.09;58;.72;4344
+72089;44.10384;3.65449;525;20220313;5.4;4.5;5;2.1;8.09;46.4;.65;3106
+72089;44.10384;3.65449;525;20220314;9;3.3;6.2;1.3;9.39;8.5;.97;9105
+72089;44.10384;3.65449;525;20220315;10.9;8.4;9.7;1.6;9.59;.6;1.17;5837
+72089;44.10384;3.65449;525;20220316;13.9;8.7;11.3;1.2;9.89;0;1.48;8866
+72089;44.10384;3.65449;525;20220317;14;8.5;11.3;3;9.39;.2;1.91;9246
+72089;44.10384;3.65449;525;20220318;14.3;7.6;11;4;9.04;.4;2.2;10489
+72089;44.10384;3.65449;525;20220319;15.7;3.9;9.8;1.7;7.78;.1;2.29;16437
+72089;44.10384;3.65449;525;20220320;11.5;3;7.2;2.4;7.64;10.2;1.43;7477
+72089;44.10384;3.65449;525;20220321;12.7;3.8;8.3;3.2;6.68;1.5;2.24;11308
+72089;44.10384;3.65449;525;20220322;13.1;.7;6.9;3.5;5.48;.2;2.8;18280
+72089;44.10384;3.65449;525;20220323;15.7;-.7;7.5;2.5;5.54;.1;2.8;20027
+72089;44.10384;3.65449;525;20220324;18.5;-.2;9.1;2.3;5.18;0;3.08;20395
+72089;44.10384;3.65449;525;20220325;19;.3;9.6;1.9;5.34;0;3.01;19792
+72089;44.10384;3.65449;525;20220326;19.7;1.4;10.5;2.3;6.21;0;3.25;20489
+72089;44.10384;3.65449;525;20220327;20;2.5;11.3;2.1;6.18;0;3.22;19856
+72089;44.10384;3.65449;525;20220328;19.9;2.7;11.3;2.4;5.88;0;3.46;20163
+72089;44.10384;3.65449;525;20220329;17.4;5;11.2;2.2;8.08;3.6;2.64;16027
+72089;44.10384;3.65449;525;20220330;12.9;7.2;10;1.7;10.11;.7;1.69;10586
+72089;44.10384;3.65449;525;20220331;14;4;9;3.5;7.71;.8;2.5;13957
+72089;44.10384;3.65449;525;20220401;5.5;1.8;3.7;6.4;4.71;.7;2.31;10790
+72089;44.10384;3.65449;525;20220402;3.8;.2;2;6.7;4;.1;2.34;9347
+72089;44.10384;3.65449;525;20220403;5.3;-.7;2.3;4.7;4.18;0;2.15;12345
+72089;44.10384;3.65449;525;20220404;12.9;-1.3;5.8;2.7;4.68;.1;3.02;21465
+72089;44.10384;3.65449;525;20220405;15.8;-1.1;7.4;2.3;6.35;0;2.75;20333
+72089;44.10384;3.65449;525;20220406;17;4.7;10.8;2.3;8.94;.5;2.6;15880
+72089;44.10384;3.65449;525;20220407;15;5.5;10.2;4;9.98;8.1;2.35;12058
+72089;44.10384;3.65449;525;20220408;18.9;9;13.9;4.4;9.94;.2;3.32;14790
+72089;44.10384;3.65449;525;20220409;12.7;5.7;9.2;5.3;5.38;0;3.69;16810
+72089;44.10384;3.65449;525;20220410;17.6;.3;8.9;2.6;5.14;.4;3.7;23467
+72089;44.10384;3.65449;525;20220411;13.3;2.6;7.9;3.8;7.91;3.8;2.12;10475
+72089;44.10384;3.65449;525;20220412;15.6;4.5;10.1;2.8;7.84;0;2.96;17046
+72089;44.10384;3.65449;525;20220413;20.3;5.4;12.8;1.9;8.31;0;3.5;21804
+72089;44.10384;3.65449;525;20220414;24;6.4;15.2;3.1;10.14;.1;4.37;23042
+72089;44.10384;3.65449;525;20220415;25.1;9.7;17.4;3.8;11.21;0;5.06;23215
+72089;44.10384;3.65449;525;20220416;22.5;9.3;15.9;5.6;8.65;0;5.29;22010
+72089;44.10384;3.65449;525;20220417;22.6;7.3;14.9;2.9;7.18;0;4.55;23156
+72089;44.10384;3.65449;525;20220418;21.6;4.4;13;2.2;8.64;0;3.93;24649
+72089;44.10384;3.65449;525;20220419;21.6;4.3;12.9;2.2;8.11;.3;3.92;21566
+72089;44.10384;3.65449;525;20220420;15.1;6.8;11;2.1;10.91;30.2;1.83;9324
+72089;44.10384;3.65449;525;20220421;17.9;9.1;13.5;1.3;11.94;3.6;2.03;11037
+72089;44.10384;3.65449;525;20220422;20.6;5.9;13.3;2.5;10.61;1;3.58;21740
+72089;44.10384;3.65449;525;20220423;13;10.1;11.6;4.3;10.29;20.1;1.75;4499
+72089;44.10384;3.65449;525;20220424;13.3;4.3;8.8;1.7;10.31;11.3;1.98;13462
+72089;44.10384;3.65449;525;20220425;19.2;5.6;12.4;2.3;9.54;0;3.57;22942
+72089;44.10384;3.65449;525;20220426;21.1;4.2;12.6;2.5;9.61;0;4.06;24967
+72089;44.10384;3.65449;525;20220427;22.9;6.3;14.6;2.6;9.84;.6;4.31;24688
+72089;44.10384;3.65449;525;20220428;23.9;7.5;15.7;1.8;10.88;.4;4.11;23523
+72089;44.10384;3.65449;525;20220429;23.8;6.6;15.2;2.4;10.34;.1;4.37;24833
+72089;44.10384;3.65449;525;20220430;21;9.1;15.1;3.7;9.31;0;4.68;21827
+72089;44.10384;3.65449;525;20220501;21.4;6.4;13.9;3.3;7.98;0;4.86;25288
+72089;44.10384;3.65449;525;20220502;22;5.9;14;2.4;9.48;.6;4.28;23207
+72089;44.10384;3.65449;525;20220503;20.7;9.3;15;1.7;11.31;3.3;3.41;18930
+72089;44.10384;3.65449;525;20220504;21.4;5.9;13.7;1.8;11.51;3.9;3.66;22502
+72089;44.10384;3.65449;525;20220505;16.2;10.1;13.2;3.2;10.27;.2;2.77;13183
+72089;44.10384;3.65449;525;20220506;17.7;11.6;14.7;6.8;9.29;0;4.23;14690
+72089;44.10384;3.65449;525;20220507;21.2;13.4;17.3;6;9.09;0;5.28;16797
+72089;44.10384;3.65449;525;20220508;20.5;14.1;17.3;4.3;10.69;1.3;4.2;15216
+72089;44.10384;3.65449;525;20220509;23.1;11.9;17.5;1.6;11.89;.1;3.86;20476
+72089;44.10384;3.65449;525;20220510;24.4;13.1;18.8;2;12.99;0;4.15;20666
+72089;44.10384;3.65449;525;20220511;23.7;12.5;18.1;1.8;12.69;0;4;20663
+72089;44.10384;3.65449;525;20220512;23.2;11.2;17.2;1.8;12.59;0;3.97;21510
+72089;44.10384;3.65449;525;20220513;24.7;11.9;18.3;1.6;11.29;.9;4.3;22335
+72089;44.10384;3.65449;525;20220514;27.1;15.6;21.4;2.5;14.39;0;4.82;21218
+72089;44.10384;3.65449;525;20220515;24.1;13.9;19;1.6;13.59;0;3.94;20018
+72089;44.10384;3.65449;525;20220516;25.6;12.8;19.2;1.5;11.79;.1;4.41;22607
+72089;44.10384;3.65449;525;20220517;28.3;15.1;21.7;1.8;13.89;0;4.9;23057
+72089;44.10384;3.65449;525;20220518;30.1;18.3;24.2;2.9;14.79;0;5.71;21838
+72089;44.10384;3.65449;525;20220519;25.8;16.2;21;1.8;13.69;0;4.31;19692
+72089;44.10384;3.65449;525;20220520;25.8;15.4;20.6;1.9;12.99;0;4.47;20600
+72089;44.10384;3.65449;525;20220521;30.3;15.8;23.1;1.8;14.19;0;5.37;24547
+72089;44.10384;3.65449;525;20220522;29.4;18.7;24.1;1.7;16.89;0;4.77;21045
+72089;44.10384;3.65449;525;20220523;24.1;15.9;20;2.4;15.69;.5;3.95;18385
+72089;44.10384;3.65449;525;20220524;20.1;13.8;17;2.7;10.89;.7;3.73;16068
+72089;44.10384;3.65449;525;20220525;22.9;13;18;5.8;9.29;0;5.85;20399
+72089;44.10384;3.65449;525;20220526;25.7;14.3;20;6.2;9.79;0;6.82;22009
+72089;44.10384;3.65449;525;20220527;28.4;15.6;22;5.8;11.49;0;7.23;23432
+72089;44.10384;3.65449;525;20220528;24.8;15.7;20.3;7.9;9.59;0;7.21;19686
+72089;44.10384;3.65449;525;20220529;23.2;12.8;18;6.3;6.79;0;6.83;21152
+72089;44.10384;3.65449;525;20220530;22.9;10.1;16.5;1.9;8.19;.7;4.62;23608
+72089;44.10384;3.65449;525;20220531;25.6;13.5;19.6;1.5;11.29;.4;4.6;22984
+72089;44.10384;3.65449;525;20220601;27.8;13.7;20.8;2;13.39;0;5.19;24926
+72089;44.10384;3.65449;525;20220602;27.5;14.8;21.2;2;14.19;.1;5.01;23665
+72089;44.10384;3.65449;525;20220603;27.7;18;22.9;2.1;12.99;.1;5.01;20624
+72089;44.10384;3.65449;525;20220604;28.4;17.3;22.9;2.5;15.69;.1;5.2;22158
+72089;44.10384;3.65449;525;20220605;28.9;17.4;23.2;2.5;15.09;.1;5.4;22607
+72089;44.10384;3.65449;525;20220606;31.1;14.9;23;2.4;12.49;.1;6.28;27021
+72089;44.10384;3.65449;525;20220607;26.1;17.3;21.7;2.4;12.09;0;4.93;19740
+72089;44.10384;3.65449;525;20220608;23.3;14.4;18.9;2.5;11.49;.7;4.48;19885
+72089;44.10384;3.65449;525;20220609;22.1;14;18.1;4.2;9.39;0;5.16;18959
+72089;44.10384;3.65449;525;20220610;28.7;14.5;21.6;5.5;10.29;0;7.56;25385
+72089;44.10384;3.65449;525;20220611;32.2;17.6;24.9;2.8;9.99;0;6.94;25779
+72089;44.10384;3.65449;525;20220612;33.9;20.1;27;2.2;10.49;.1;6.64;25066
+72089;44.10384;3.65449;525;20220613;31.2;21;26.1;2.5;14.39;.1;5.9;21459
+72089;44.10384;3.65449;525;20220614;33;17.2;25.1;2;12.09;0;6.4;26919
+72089;44.10384;3.65449;525;20220615;32.3;19.1;25.7;1.6;14.09;.5;5.71;24553
+72089;44.10384;3.65449;525;20220616;36;21.4;28.7;1.8;15.09;0;6.5;25877
+72089;44.10384;3.65449;525;20220617;36.2;22.4;29.3;2.5;12.39;0;7.24;25147
+72089;44.10384;3.65449;525;20220618;32.4;23.4;27.9;2.9;12.89;.4;6.49;20165
+72089;44.10384;3.65449;525;20220619;30.4;19.5;25;3;15.99;0;5.92;22275
+72089;44.10384;3.65449;525;20220620;29;17.3;23.2;2.9;16.19;0;5.55;23109
+72089;44.10384;3.65449;525;20220621;26.8;19.3;23.1;1.4;20.19;3.7;3.92;18346
+72089;44.10384;3.65449;525;20220622;24.5;19;21.8;2.4;21.09;19.4;3.34;15597
+72089;44.10384;3.65449;525;20220623;25.5;18.5;22;2.5;19.59;21.6;3.9;17692
+72089;44.10384;3.65449;525;20220624;25.5;15;20.3;2.5;14.59;4.9;4.7;21837
+72089;44.10384;3.65449;525;20220625;26.9;15.7;21.3;2.2;13.79;4.8;5.01;22569
+72089;44.10384;3.65449;525;20220626;27.5;16;21.8;2;18.89;.9;4.64;22867
+72089;44.10384;3.65449;525;20220627;26.9;17.4;22.2;3.1;15.79;.2;5.03;20699
+72089;44.10384;3.65449;525;20220628;27.4;16.9;22.2;5;12.69;0;6.43;21785
+72089;44.10384;3.65449;525;20220629;30.2;14.2;22.2;1.9;12.79;.9;5.81;27052
+72089;44.10384;3.65449;525;20220630;25.6;17;21.3;2.4;15.39;5.3;4.48;19606
+72089;44.10384;3.65449;525;20220701;25.1;12.4;18.8;4.6;11.39;0;5.77;23967
+72089;44.10384;3.65449;525;20220702;30.9;14.1;22.5;2.3;10.79;0;6.35;27650
+72089;44.10384;3.65449;525;20220703;33.6;19.3;26.5;2.2;13.79;.3;6.44;25417
+72089;44.10384;3.65449;525;20220704;33.4;21;27.2;3.1;16.69;.2;6.67;23582
+72089;44.10384;3.65449;525;20220705;30;19.3;24.7;4.2;14.19;0;6.61;21817
+72089;44.10384;3.65449;525;20220706;29;19.4;24.2;6.2;10.89;0;7.9;20591
+72089;44.10384;3.65449;525;20220707;28.6;17.9;23.3;7.1;10.39;0;8.25;21745
+72089;44.10384;3.65449;525;20220708;30.6;18.5;24.6;7.4;10.99;0;9;23131
+72089;44.10384;3.65449;525;20220709;32.5;19.3;25.9;4.6;10.39;0;8.2;24147
+72089;44.10384;3.65449;525;20220710;31.3;20.4;25.9;5.7;11.89;0;8.21;21827
+72089;44.10384;3.65449;525;20220711;32.4;18.6;25.5;3.3;13.19;0;6.92;24604
+72089;44.10384;3.65449;525;20220712;33.8;19.4;26.6;2.4;13.99;0;6.54;25094
+72089;44.10384;3.65449;525;20220713;33.1;20.3;26.7;2.6;11.89;0;6.59;23558
+72089;44.10384;3.65449;525;20220714;34;19;26.5;1.8;16.39;0;6.02;25504
+72089;44.10384;3.65449;525;20220715;36.5;21.7;29.1;3.1;14.39;0;7.61;25264
+72089;44.10384;3.65449;525;20220716;34.1;20.4;27.3;3.3;11.79;0;7.4;24212
+72089;44.10384;3.65449;525;20220717;35;23;29;3.5;10.49;0;7.79;22547
+72089;44.10384;3.65449;525;20220718;34.8;21.3;28.1;2.1;13.29;.1;6.35;23893
+72089;44.10384;3.65449;525;20220719;33.9;22.1;28;1.9;14.69;.1;5.83;22220
+72089;44.10384;3.65449;525;20220720;34.3;20.4;27.4;1.6;16.19;.2;5.75;24108
+72089;44.10384;3.65449;525;20220721;34.5;19.6;27.1;2.8;13.69;0;6.91;24908
+72089;44.10384;3.65449;525;20220722;35.9;20.9;28.4;2.4;14.39;1;6.79;24911
+72089;44.10384;3.65449;525;20220723;34.2;20.5;27.4;2.4;17.99;0;6.15;23691
+72089;44.10384;3.65449;525;20220724;35.5;19.7;27.6;2.3;14.19;0;6.66;25410
+72089;44.10384;3.65449;525;20220725;34.3;20.4;27.4;2;15.69;.1;5.99;23698
+72089;44.10384;3.65449;525;20220726;31.6;20.1;25.9;4.2;12.19;0;7.16;21404
+72089;44.10384;3.65449;525;20220727;31;18.1;24.6;5.4;10.59;0;7.98;22628
+72089;44.10384;3.65449;525;20220728;32.2;16.3;24.3;2.6;10.99;0;6.41;25108
+72089;44.10384;3.65449;525;20220729;27.2;17.9;22.6;1.9;15.99;1.6;4.31;18941
+72089;44.10384;3.65449;525;20220730;31.3;18.9;25.1;4.1;11.89;0;7.01;21900
+72089;44.10384;3.65449;525;20220731;34.3;22.4;28.4;4.4;11.69;0;8.04;21346
+72089;44.10384;3.65449;525;20220801;35.2;23.8;29.5;5.1;11.79;0;8.81;20784
+72089;44.10384;3.65449;525;20220802;35.5;23.1;29.3;4.3;12.59;0;8.14;21612
+72089;44.10384;3.65449;525;20220803;33.9;21.9;27.9;2;13.29;0;5.72;21150
+72089;44.10384;3.65449;525;20220804;34.4;20.4;27.4;1.8;14.49;0;5.68;22799
+72089;44.10384;3.65449;525;20220805;33.2;18.3;25.8;2;18.29;0;5.49;23431
+72089;44.10384;3.65449;525;20220806;33.5;20.2;26.9;4.4;15.19;0;7.24;21985
+72089;44.10384;3.65449;525;20220807;33.9;19.7;26.8;4.1;11.49;0;7.64;22628
+72089;44.10384;3.65449;525;20220808;34;21.3;27.7;4.3;10.69;0;7.87;21247
+72089;44.10384;3.65449;525;20220809;35.1;20.8;28;2.7;10.29;0;6.73;22474
+72089;44.10384;3.65449;525;20220810;33.6;21.7;27.7;2.2;12.59;0;5.73;20323
+72089;44.10384;3.65449;525;20220811;32.9;19;26;1.9;17.59;0;5.21;21907
+72089;44.10384;3.65449;525;20220812;34.5;19.5;27;1.8;20.89;0;5.31;22660
+72089;44.10384;3.65449;525;20220813;32.4;21.9;27.2;2.3;20.89;1.6;4.9;18723
+72089;44.10384;3.65449;525;20220814;24.6;21.4;23;2.5;20.49;15.1;2.81;9926
+72089;44.10384;3.65449;525;20220815;29.2;16.3;22.8;2.2;14.09;0;4.82;20592
+72089;44.10384;3.65449;525;20220816;30;17.9;24;2.4;14.79;5.7;4.97;19798
+72089;44.10384;3.65449;525;20220817;24.7;17.4;21.1;1.6;17.79;17.9;3.18;15109
+72089;44.10384;3.65449;525;20220818;24.4;14.4;19.4;2.9;15.09;1.6;3.83;17704
+72089;44.10384;3.65449;525;20220819;26.8;18.6;22.7;5.2;13.89;.3;5.51;15855
+72089;44.10384;3.65449;525;20220820;28.1;19.3;23.7;5.2;14.49;0;5.79;16344
+72089;44.10384;3.65449;525;20220821;28.6;17.3;23;4.6;12.69;0;5.96;18501
+72089;44.10384;3.65449;525;20220822;27.3;19.2;23.3;4.9;13.89;.1;5.5;15438
+72089;44.10384;3.65449;525;20220823;29.7;20.6;25.2;4.8;14.99;0;5.97;16297
+72089;44.10384;3.65449;525;20220824;31.4;19.5;25.5;2.8;14.79;0;5.29;18617
+72089;44.10384;3.65449;525;20220825;30.8;18;24.4;2.4;17.89;.9;4.66;19200
+72089;44.10384;3.65449;525;20220826;29.9;21.2;25.6;5.3;16.19;.2;6;15578
+72089;44.10384;3.65449;525;20220827;28.3;18.4;23.4;3.8;14.99;0;4.99;16547
+72089;44.10384;3.65449;525;20220828;29.5;16.5;23;2;15.09;0;4.34;18933
+72089;44.10384;3.65449;525;20220829;29.4;19.9;24.7;2;17.49;1.3;4;15950
+72089;44.10384;3.65449;525;20220830;28.6;19.8;24.2;1.8;21.09;1.7;3.46;15203
+72089;44.10384;3.65449;525;20220831;28.4;16.8;22.6;4;14.69;0;5.04;17433
+72089;44.10384;3.65449;525;20220901;29.6;17.1;23.4;2.7;13.79;0;4.76;17982
+72089;44.10384;3.65449;525;20220902;25.1;19;22.1;1.6;14.99;15.1;3.05;12226
+72089;44.10384;3.65449;525;20220903;26;15.6;20.8;1.5;18.19;1.7;3.11;16069
+72089;44.10384;3.65449;525;20220904;26.6;16.9;21.8;1.6;19.99;.5;3.06;15363
+72089;44.10384;3.65449;525;20220905;25.8;19.3;22.6;1.8;22.29;1.1;2.62;12328
+72089;44.10384;3.65449;525;20220906;25.2;19.4;22.3;1.5;21.39;2.8;2.47;11502
+72089;44.10384;3.65449;525;20220907;24.6;17.4;21;2.2;19.99;9.2;2.65;12790
+72089;44.10384;3.65449;525;20220908;26.6;14.4;20.5;1.8;12.69;.2;3.61;16737
+72089;44.10384;3.65449;525;20220909;22.9;16.6;19.8;2;12.59;.3;3;11701
+72089;44.10384;3.65449;525;20220910;25.1;14.4;19.8;1.3;11.19;.1;3.12;15345
+72089;44.10384;3.65449;525;20220911;27.7;13;20.4;1.8;11.69;0;3.8;17955
+72089;44.10384;3.65449;525;20220912;26.4;16.5;21.5;1.7;15.09;.6;3.2;14459
+72089;44.10384;3.65449;525;20220913;22.1;18.5;20.3;2.3;22.69;15.8;1.58;8328
+72089;44.10384;3.65449;525;20220914;22;16.9;19.5;2.6;20.79;6.4;1.84;9962
+72089;44.10384;3.65449;525;20220915;27.6;15.6;21.6;1.6;15.89;0;3.23;15546
+72089;44.10384;3.65449;525;20220916;24.6;15.9;20.3;2.4;13.19;0;3.29;12992
+72089;44.10384;3.65449;525;20220917;17.6;12;14.8;5.4;7.79;0;3.89;10166
+72089;44.10384;3.65449;525;20220918;21.7;10.3;16;3.9;7.29;0;4.21;14688
+72089;44.10384;3.65449;525;20220919;21.8;10.1;16;4.7;7.59;0;4.48;14740
+72089;44.10384;3.65449;525;20220920;22.7;10.5;16.6;5.1;7.19;0;4.95;14914
+72089;44.10384;3.65449;525;20220921;20.7;13.1;16.9;3.9;7.89;0;3.94;11485
+72089;44.10384;3.65449;525;20220922;21.7;11.6;16.7;1.5;10.99;.1;2.52;13218
+72089;44.10384;3.65449;525;20220923;19.4;12.2;15.8;1.2;14.19;20.3;1.84;10920
+72089;44.10384;3.65449;525;20220924;19.8;12.5;16.2;1.7;14.29;.2;1.96;10881
+72089;44.10384;3.65449;525;20220925;19.8;11.5;15.7;1.8;10.99;.2;2.31;11526
+72089;44.10384;3.65449;525;20220926;19.5;9.5;14.5;2.9;9.79;1.9;2.75;12588
+72089;44.10384;3.65449;525;20220927;17;11.3;14.2;3;9.89;5.7;2.38;9207
+72089;44.10384;3.65449;525;20220928;20;12.8;16.4;2.4;11.99;7.6;2.37;10325
+72089;44.10384;3.65449;525;20220929;16.5;11.7;14.1;2.7;10.39;1.1;2.1;8190
+72089;44.10384;3.65449;525;20220930;15.5;9.9;12.7;4.7;8.39;0;2.79;8805
+72089;44.10384;3.65449;525;20221001;18.7;10.1;14.4;2;10.89;1.7;2.1;10968
+72089;44.10384;3.65449;525;20221002;25.4;15.1;20.3;3.2;13.19;.2;3.41;11935
+72089;44.10384;3.65449;525;20221003;22.6;15.1;18.9;4.4;11.79;0;3.58;9950
+72089;44.10384;3.65449;525;20221004;22.5;10.5;16.5;1.6;11.79;.1;2.29;12640
+72089;44.10384;3.65449;525;20221005;20.5;11.3;15.9;1;13.79;.2;1.7;10838
+72089;44.10384;3.65449;525;20221006;22.3;13;17.7;2.1;13.29;.1;2.29;10768
+72089;44.10384;3.65449;525;20221007;20.7;12.7;16.7;1.1;13.39;3.1;1.72;9808
+72089;44.10384;3.65449;525;20221008;20.1;12.1;16.1;2.1;14.09;1.1;1.82;9685
+72089;44.10384;3.65449;525;20221009;16.6;11;13.8;1.5;12.39;.2;1.4;7874
+72089;44.10384;3.65449;525;20221010;21;13.4;17.2;1.3;15.19;.2;1.62;9183
+72089;44.10384;3.65449;525;20221011;21.9;11.6;16.8;1.6;13.89;.1;1.88;10682
+72089;44.10384;3.65449;525;20221012;20.7;13.2;17;1.8;13.49;1.2;1.83;8884
+72089;44.10384;3.65449;525;20221013;20.1;11.5;15.8;1.6;13.19;5.1;1.68;9445
+72089;44.10384;3.65449;525;20221014;20.5;13.6;17.1;1.6;13.79;.6;1.68;8268
+72089;44.10384;3.65449;525;20221015;22.9;13.3;18.1;1.5;13.69;1.8;1.9;9763
+72089;44.10384;3.65449;525;20221016;18.2;14.4;16.3;2.1;17.49;6.2;1.01;5773
+72089;44.10384;3.65449;525;20221017;18.8;15.4;17.1;2.1;17.39;3.2;1.13;5342
+72089;44.10384;3.65449;525;20221018;21.4;14.1;17.8;1.2;16.89;0;1.37;8080
+72089;44.10384;3.65449;525;20221019;18.7;13.8;16.3;1.1;16.59;11.1;1.07;6389
+72089;44.10384;3.65449;525;20221020;16.7;16.3;16.5;5;18.49;34.7;.55;1243
+72089;44.10384;3.65449;525;20221021;18.9;15.9;17.4;3.6;18.89;1.4;.94;4691
+72089;44.10384;3.65449;525;20221022;19.5;14.4;17;1.6;16.69;.2;1.17;6264
+72089;44.10384;3.65449;525;20221023;18.4;16.4;17.4;4.6;19.49;1.4;.71;3576
+72089;44.10384;3.65449;525;20221024;21.2;17.2;19.2;2.7;18.59;.4;1.39;5302
+72089;44.10384;3.65449;525;20221025;20.6;12.7;16.7;1.7;13.49;.1;1.53;7660
+72089;44.10384;3.65449;525;20221026;21.6;15.3;18.5;1.1;17.79;.1;1.17;6662
+72089;44.10384;3.65449;525;20221027;19.3;16.2;17.8;1;17.99;.1;.91;4374
+72089;44.10384;3.65449;525;20221028;20.5;13.5;17;1.4;15.39;0;1.24;6867
+72089;44.10384;3.65449;525;20221029;21.9;13.8;17.9;1.3;12.99;.1;1.49;7341
+72089;44.10384;3.65449;525;20221030;19.2;13.6;16.4;1.1;14.99;1.3;1.06;5887
+72089;44.10384;3.65449;525;20221031;16.5;14;15.3;2.8;16.89;13;.67;3618
+72089;44.10384;3.65449;525;20221101;20.1;14.4;17.3;2.1;15.49;.1;1.32;5777
+72089;44.10384;3.65449;525;20221102;18.3;11.6;15;1.7;9.89;.1;1.53;6239
+72089;44.10384;3.65449;525;20221103;11.8;9.6;10.7;2;10.79;4.3;.85;3192
+72089;44.10384;3.65449;525;20221104;11.5;8.7;10.1;2.9;8.19;3.5;1.41;3644
+72089;44.10384;3.65449;525;20221105;12.1;8;10.1;6;6.59;0;2.55;4506
+72089;44.10384;3.65449;525;20221106;15.1;5.5;10.3;1.8;5.89;.1;1.53;7208
+72089;44.10384;3.65449;525;20221107;17.9;7.8;12.9;2;8.89;.3;1.51;7312
+72089;44.10384;3.65449;525;20221108;13.1;10.6;11.9;2.3;12.79;14.4;.69;3196
+72089;44.10384;3.65449;525;20221109;17.7;12.7;15.2;3.1;14.79;2.5;1.08;4774
+72089;44.10384;3.65449;525;20221110;17;11.3;14.2;3.9;10.29;.4;1.98;5078
+72089;44.10384;3.65449;525;20221111;18.8;9.7;14.3;1.2;11.69;.1;1.01;6532
+72089;44.10384;3.65449;525;20221112;18.5;11.2;14.9;1.5;12.19;0;1.09;5690
+72089;44.10384;3.65449;525;20221113;15.2;11.5;13.4;2.1;11.69;0;1.07;3772
+72089;44.10384;3.65449;525;20221114;10.4;10.2;10.3;1.5;11.89;14.9;.52;266
+72089;44.10384;3.65449;525;20221115;11.9;10.1;11;1;12.79;5.1;.5;2321
+72089;44.10384;3.65449;525;20221116;16.4;9.2;12.8;1.6;10.29;.7;1.05;5351
+72089;44.10384;3.65449;525;20221117;15.2;8.3;11.8;1.8;11.09;3.7;.86;5153
+72089;44.10384;3.65449;525;20221118;12.7;8.7;10.7;2;7.79;.9;1.25;3687
+72089;44.10384;3.65449;525;20221119;10.5;6.8;8.7;5.7;6.39;0;2.13;3469
+72089;44.10384;3.65449;525;20221120;12;5.4;8.7;3.8;5.99;.4;1.85;4834
+72089;44.10384;3.65449;525;20221121;7.5;4.3;5.9;1.7;7.29;9;.69;3088
+72089;44.10384;3.65449;525;20221122;10.7;4.9;7.8;4.2;6.69;3;1.55;4373
+72089;44.10384;3.65449;525;20221123;11.7;4.8;8.3;1.6;8.19;3.1;.76;4783
+72089;44.10384;3.65449;525;20221124;13.3;6.3;9.8;1.2;8.09;.1;.8;4767
+72089;44.10384;3.65449;525;20221125;13.7;6.7;10.2;2.8;8.39;2;1.25;4714
+72089;44.10384;3.65449;525;20221126;12.3;7.5;9.9;5.3;6.29;0;2.36;3726
+72089;44.10384;3.65449;525;20221127;11.5;4.7;8.1;1.3;6.99;2.1;.79;4534
+72089;44.10384;3.65449;525;20221128;7.8;7.1;7.5;1.1;9.69;6.6;.47;910
+72089;44.10384;3.65449;525;20221129;10.4;4.7;7.6;4.1;6.59;0;1.48;4000
+72089;44.10384;3.65449;525;20221130;10.2;5.7;8;4.2;6.49;.4;1.61;3432
+72089;44.10384;3.65449;525;20221201;9.1;5.1;7.1;2.9;6.39;0;1.21;3159
+72089;44.10384;3.65449;525;20221202;5.4;0;2.7;1.6;6.29;2.5;.46;3762
+72089;44.10384;3.65449;525;20221203;4.7;2.9;3.8;2.1;7.99;12.8;.31;1823
+72089;44.10384;3.65449;525;20221204;8;4.6;6.3;1.6;8.09;6.4;.55;2772
+72089;44.10384;3.65449;525;20221205;9.3;-.1;4.6;2.1;5.69;.3;.82;5087
+72089;44.10384;3.65449;525;20221206;12.1;2.4;7.3;1.8;5.19;.7;1.07;5142
+72089;44.10384;3.65449;525;20221207;6.6;.1;3.4;1.5;5.39;.7;.62;4039
+72089;44.10384;3.65449;525;20221208;5.8;-1.2;2.3;1.4;5.69;11;.47;4193
+72089;44.10384;3.65449;525;20221209;9.2;2.8;6;1.2;9.49;.4;.27;3950
+72089;44.10384;3.65449;525;20221210;4.1;5.1;4.6;3.9;5.99;0;1.15;0
+72089;44.10384;3.65449;525;20221211;5.2;-4.4;.4;2.5;3.09;0;1.02;4960
+72089;44.10384;3.65449;525;20221212;6.5;-1.1;2.7;1.4;3.69;14.2;.77;4307
+72089;44.10384;3.65449;525;20221213;3.2;-.7;1.3;1.4;7.09;13.4;.18;2851
+72089;44.10384;3.65449;525;20221214;8.3;3.7;6;1.1;9.79;4.1;.24;3151
+72089;44.10384;3.65449;525;20221215;8.5;6.2;7.4;1.8;9.69;30.1;.43;1992
+72089;44.10384;3.65449;525;20221216;9.8;4.5;7.2;2.8;6.79;.1;1.06;3418
+72089;44.10384;3.65449;525;20221217;8.6;-1.1;3.8;2.7;3.79;0;1.27;4889
+72089;44.10384;3.65449;525;20221218;8.4;.2;4.3;1.5;6.69;5.3;.48;4425
+72089;44.10384;3.65449;525;20221219;10.6;6.9;8.8;2.3;10.69;7.6;.43;2713
+72089;44.10384;3.65449;525;20221220;11.1;10;10.6;5.1;12.89;5.2;.28;1124
+72089;44.10384;3.65449;525;20221221;14.6;10.1;12.4;1.6;11.89;1.1;.67;3069
+72089;44.10384;3.65449;525;20221222;13.4;9.6;11.5;1.6;10.19;5.9;.79;2758
+72089;44.10384;3.65449;525;20221223;17.5;10.6;14.1;1.6;12.09;.5;.82;3991
+72089;44.10384;3.65449;525;20221224;17.1;11.3;14.2;1;11.49;.1;.71;3600
+72089;44.10384;3.65449;525;20221225;10.7;8.2;9.5;.8;11.39;.6;.4;2100
+72089;44.10384;3.65449;525;20221226;14.5;10.3;12.4;.8;11.79;.2;.54;2961
+72089;44.10384;3.65449;525;20221227;13.3;6.9;10.1;1.5;8.39;0;.81;3849
+72089;44.10384;3.65449;525;20221228;10.4;4.9;7.7;.8;8.69;.1;.43;3524
+72089;44.10384;3.65449;525;20221229;10.9;8;9.5;.8;10.89;1;.43;2356
+72089;44.10384;3.65449;525;20221230;10.1;6.3;8.2;.9;10.19;.4;.39;2823
+72089;44.10384;3.65449;525;20221231;11;7.8;9.4;2.2;11.49;3.7;.39;2541
+72090;44.12246;3.96529;205;20220101;14.9;2;8.4;1;8.87;.3;.4;6604
+72090;44.12246;3.96529;205;20220102;8.4;5.6;7;.9;9.79;.1;.37;2520
+72090;44.12246;3.96529;205;20220103;16.4;3.3;9.8;.8;9.09;0;.46;6736
+72090;44.12246;3.96529;205;20220104;9.7;4.2;6.9;1.3;10.34;1.6;.21;4491
+72090;44.12246;3.96529;205;20220105;7.7;4.8;6.2;5.6;5.51;.5;1.69;3122
+72090;44.12246;3.96529;205;20220106;8.5;2;5.3;5.2;4.34;0;1.78;5024
+72090;44.12246;3.96529;205;20220107;10.3;-1.3;4.5;2.2;4.84;.4;.95;6869
+72090;44.12246;3.96529;205;20220108;11.4;1.9;6.7;2.4;7.37;2;.83;5954
+72090;44.12246;3.96529;205;20220109;9.7;5.4;7.6;2.5;6.71;1.5;1.09;3716
+72090;44.12246;3.96529;205;20220110;10.4;4.6;7.5;2.9;5.91;.2;1.26;4772
+72090;44.12246;3.96529;205;20220111;7.6;-.4;3.6;4.7;4.64;.1;1.32;5899
+72090;44.12246;3.96529;205;20220112;7.3;-.5;3.4;4.4;4.31;0;1.41;5869
+72090;44.12246;3.96529;205;20220113;8.7;-4.2;2.3;1.5;4.24;0;.66;7565
+72090;44.12246;3.96529;205;20220114;12.8;-5.3;3.7;1.1;4.41;0;.62;8680
+72090;44.12246;3.96529;205;20220115;13.3;-4.7;4.3;.9;4.47;0;.58;8771
+72090;44.12246;3.96529;205;20220116;15.1;-4.6;5.2;1.9;4.11;0;1.18;9027
+72090;44.12246;3.96529;205;20220117;13.4;1;7.2;3.1;5.69;0;1.41;8185
+72090;44.12246;3.96529;205;20220118;10.4;1;5.7;2.6;5.31;0;1.16;6687
+72090;44.12246;3.96529;205;20220119;10.3;-3.1;3.6;1.2;5.91;0;.56;8212
+72090;44.12246;3.96529;205;20220120;11.5;1.3;6.4;4.1;5.24;0;1.65;7241
+72090;44.12246;3.96529;205;20220121;7.8;.2;4;5;3.87;0;1.78;6381
+72090;44.12246;3.96529;205;20220122;9.2;-1.1;4.1;4.9;4.64;0;1.6;7321
+72090;44.12246;3.96529;205;20220123;10.2;.4;5.3;2.7;5.37;0;1.19;7284
+72090;44.12246;3.96529;205;20220124;12.5;-4.2;4.1;1.1;5.47;0;.68;9614
+72090;44.12246;3.96529;205;20220125;12.9;-3.9;4.5;.8;5.61;0;.59;9495
+72090;44.12246;3.96529;205;20220126;16.5;-3.7;6.4;1.4;5.01;0;1.09;10122
+72090;44.12246;3.96529;205;20220127;15;-4.8;5.1;1.6;4.14;0;1.2;10290
+72090;44.12246;3.96529;205;20220128;14.9;-2.9;6;4.3;4.47;0;2.25;9753
+72090;44.12246;3.96529;205;20220129;16.4;2.5;9.5;2.6;4.64;0;1.85;9101
+72090;44.12246;3.96529;205;20220130;14.7;2.2;8.4;4.7;6.41;.1;1.86;8574
+72090;44.12246;3.96529;205;20220131;12.7;1.9;7.3;4.8;5.61;.1;2.04;8202
+72090;44.12246;3.96529;205;20220201;11;4;7.5;5.8;5.14;0;2.31;6722
+72090;44.12246;3.96529;205;20220202;16;6.7;11.3;3.8;7.61;0;1.98;7904
+72090;44.12246;3.96529;205;20220203;15.3;1.9;8.6;1.6;7.17;0;1.09;9456
+72090;44.12246;3.96529;205;20220204;15;1.1;8;1.5;7.61;.1;1.05;9977
+72090;44.12246;3.96529;205;20220205;14.1;4.1;9.1;3.1;5.44;0;1.97;8714
+72090;44.12246;3.96529;205;20220206;12.6;-.2;6.2;2.9;5.81;.4;1.49;9629
+72090;44.12246;3.96529;205;20220207;13.3;8;10.7;4.4;6.07;.2;2.49;6479
+72090;44.12246;3.96529;205;20220208;15.1;.1;7.6;2.2;4.21;0;1.79;10595
+72090;44.12246;3.96529;205;20220209;12.3;-3.1;4.6;1.2;6.87;0;.86;11179
+72090;44.12246;3.96529;205;20220210;12;4.6;8.3;1.2;8.65;.1;1.16;9596
+72090;44.12246;3.96529;205;20220211;13.7;2.7;8.2;4.3;6.42;0;2.13;10450
+72090;44.12246;3.96529;205;20220212;14;1.6;7.8;2.8;6.15;1.1;1.78;10390
+72090;44.12246;3.96529;205;20220213;10.9;5.1;8;4.1;8.19;31.3;1.36;3632
+72090;44.12246;3.96529;205;20220214;11.6;7.1;9.4;3.4;9.79;8.9;1.12;4079
+72090;44.12246;3.96529;205;20220215;12.7;3.1;7.9;3.1;6.55;.1;1.79;10596
+72090;44.12246;3.96529;205;20220216;12.1;1.7;6.9;1.6;8.61;1.5;1;10326
+72090;44.12246;3.96529;205;20220217;20;7.7;13.8;2.7;10.26;.7;2.08;10576
+72090;44.12246;3.96529;205;20220218;18.9;4.4;11.7;1.9;9.77;0;1.63;12479
+72090;44.12246;3.96529;205;20220219;13;7.4;10.2;3.7;5.87;0;2.31;7834
+72090;44.12246;3.96529;205;20220220;16.3;1.4;8.8;2.8;6.74;.5;1.96;12843
+72090;44.12246;3.96529;205;20220221;14.2;6.5;10.3;4.3;6.94;.8;2.41;8780
+72090;44.12246;3.96529;205;20220222;16;5.8;10.9;4.7;6.51;0;2.82;11037
+72090;44.12246;3.96529;205;20220223;17.7;7;12.3;3.1;7.81;0;2.33;11453
+72090;44.12246;3.96529;205;20220224;14.3;3.6;8.9;1.3;9.41;.1;1.21;11685
+72090;44.12246;3.96529;205;20220225;12.5;4.3;8.4;4.3;5.34;0;2.45;10368
+72090;44.12246;3.96529;205;20220226;13.4;4.2;8.8;3;4.74;0;2.33;11005
+72090;44.12246;3.96529;205;20220227;13.4;-2.7;5.4;1.4;5.97;0;1.46;14510
+72090;44.12246;3.96529;205;20220228;15.5;-.2;7.6;1.5;6.74;0;1.65;14494
+72090;44.12246;3.96529;205;20220301;13.2;.1;6.6;1.8;6.44;0;1.59;13747
+72090;44.12246;3.96529;205;20220302;10.3;.3;5.3;1;7.54;.2;1.09;12089
+72090;44.12246;3.96529;205;20220303;16.2;-.3;8;1.2;7.84;0;1.57;15224
+72090;44.12246;3.96529;205;20220304;17.6;3.9;10.8;2.9;7.21;0;2.49;14569
+72090;44.12246;3.96529;205;20220305;15.1;1.8;8.5;2.1;5.04;0;2.2;14177
+72090;44.12246;3.96529;205;20220306;12.8;-1.4;5.7;2.5;3.94;0;2.2;14645
+72090;44.12246;3.96529;205;20220307;12.7;-3;4.9;1.4;4.24;0;1.75;15506
+72090;44.12246;3.96529;205;20220308;8.2;-3.9;2.2;1.1;5.77;.5;1.2;14380
+72090;44.12246;3.96529;205;20220309;12.3;3.6;7.9;1.2;7.97;.2;1.39;11913
+72090;44.12246;3.96529;205;20220310;11.9;4.5;8.2;1.8;9.94;10.7;1.17;11257
+72090;44.12246;3.96529;205;20220311;11.8;8.8;10.3;3.5;9.84;24.4;1.39;6802
+72090;44.12246;3.96529;205;20220312;9.4;6.2;7.8;2.3;9.41;37.5;.96;6995
+72090;44.12246;3.96529;205;20220313;9;6.4;7.7;3;9.17;22.9;.99;6569
+72090;44.12246;3.96529;205;20220314;12.8;5.9;9.3;1.3;10.37;3.3;1.3;11063
+72090;44.12246;3.96529;205;20220315;14.7;8.7;11.7;2;10.61;0;1.66;10703
+72090;44.12246;3.96529;205;20220316;16;7.2;11.6;1.3;10.87;0;1.69;12695
+72090;44.12246;3.96529;205;20220317;16.3;6.5;11.4;2.1;10.64;.1;1.95;14173
+72090;44.12246;3.96529;205;20220318;15.2;10.1;12.7;4.4;9.85;.4;2.47;10755
+72090;44.12246;3.96529;205;20220319;17.2;5.4;11.3;1.6;8.75;0;2.2;14937
+72090;44.12246;3.96529;205;20220320;13.4;5.1;9.2;1.6;8.49;2.8;1.48;7810
+72090;44.12246;3.96529;205;20220321;13.8;7.4;10.6;2.8;7.25;.3;2.32;10741
+72090;44.12246;3.96529;205;20220322;15.5;1.5;8.5;3.1;6.02;0;2.94;19046
+72090;44.12246;3.96529;205;20220323;16.5;.8;8.7;2.1;6.49;0;2.69;19794
+72090;44.12246;3.96529;205;20220324;19.2;.9;10;1.9;5.85;0;3.02;20362
+72090;44.12246;3.96529;205;20220325;20.2;1;10.6;1.6;6.32;0;2.95;19926
+72090;44.12246;3.96529;205;20220326;20.1;2.9;11.5;2.1;7.22;0;3.17;20423
+72090;44.12246;3.96529;205;20220327;20.8;4.5;12.6;1.5;7.09;0;2.82;17122
+72090;44.12246;3.96529;205;20220328;21.2;4.4;12.8;2;6.82;0;3.41;20230
+72090;44.12246;3.96529;205;20220329;18;5.4;11.7;2.1;9.19;4.3;2.59;16427
+72090;44.12246;3.96529;205;20220330;15.7;8.8;12.2;1.7;11.05;.6;1.85;11119
+72090;44.12246;3.96529;205;20220331;17.7;5.5;11.6;3.5;8.12;.5;3.26;17857
+72090;44.12246;3.96529;205;20220401;9.4;5.1;7.2;6.1;4.85;.3;3.05;11324
+72090;44.12246;3.96529;205;20220402;7.3;2.9;5.1;9.1;4.38;0;3.03;10691
+72090;44.12246;3.96529;205;20220403;9;1.6;5.3;6.6;4.72;0;2.8;15327
+72090;44.12246;3.96529;205;20220404;14.6;1.4;8;4.2;5.05;0;3.52;21218
+72090;44.12246;3.96529;205;20220405;18.1;3.3;10.7;3.4;6.7;0;3.78;23024
+72090;44.12246;3.96529;205;20220406;17.5;5.6;11.5;2.1;9.32;.4;2.47;14480
+72090;44.12246;3.96529;205;20220407;19.5;8.1;13.8;3.3;10.12;1.4;3.02;13225
+72090;44.12246;3.96529;205;20220408;21.4;11;16.2;3.6;10.52;0;3.83;17456
+72090;44.12246;3.96529;205;20220409;16;8.6;12.3;5.1;5.62;0;4.46;19043
+72090;44.12246;3.96529;205;20220410;18.4;2.9;10.6;2.9;6.22;.2;3.7;22489
+72090;44.12246;3.96529;205;20220411;14.9;4.3;9.6;3.5;8.39;2.1;2.39;12075
+72090;44.12246;3.96529;205;20220412;18.6;5;11.8;2.3;9.15;0;3.13;20179
+72090;44.12246;3.96529;205;20220413;21.1;5.9;13.5;1.7;9.49;0;3.38;21204
+72090;44.12246;3.96529;205;20220414;25.5;7.6;16.6;3.1;10.79;0;4.61;22875
+72090;44.12246;3.96529;205;20220415;26.7;11.8;19.3;5.3;11.88;0;5.78;23334
+72090;44.12246;3.96529;205;20220416;24.6;12.9;18.8;8.6;10.06;0;7.15;21966
+72090;44.12246;3.96529;205;20220417;21.8;10.9;16.3;3.4;8.15;0;4.75;22956
+72090;44.12246;3.96529;205;20220418;23;5.9;14.5;2.1;9.55;0;4.06;24782
+72090;44.12246;3.96529;205;20220419;24.1;8.3;16.2;2.5;8.69;0;4.7;24632
+72090;44.12246;3.96529;205;20220420;16.4;9.8;13.1;2;12.49;29.1;1.81;9724
+72090;44.12246;3.96529;205;20220421;19.7;10.9;15.3;1.8;13.12;1.4;2.47;13437
+72090;44.12246;3.96529;205;20220422;21.6;9.1;15.4;3;11.75;2.2;3.95;23140
+72090;44.12246;3.96529;205;20220423;15;10.9;13;4.4;11.87;21.5;1.76;3799
+72090;44.12246;3.96529;205;20220424;16.7;7.1;11.9;1.7;11.19;8.2;2.44;15696
+72090;44.12246;3.96529;205;20220425;21.2;6.2;13.7;2.4;10.29;0;3.99;25176
+72090;44.12246;3.96529;205;20220426;22.7;6.7;14.7;2.4;10.82;0;4.18;25167
+72090;44.12246;3.96529;205;20220427;22.3;9.7;16;2.9;10.62;0;4.48;25321
+72090;44.12246;3.96529;205;20220428;25.4;8.8;17.1;2;11.49;.5;4.56;25690
+72090;44.12246;3.96529;205;20220429;23.9;8.7;16.3;2.8;10.99;0;4.71;25933
+72090;44.12246;3.96529;205;20220430;24.2;12;18.1;3.7;9.79;0;5.14;21227
+72090;44.12246;3.96529;205;20220501;23.4;9.9;16.6;4;8.69;0;5.46;25288
+72090;44.12246;3.96529;205;20220502;24.4;9.2;16.8;2.5;9.82;.7;4.89;25640
+72090;44.12246;3.96529;205;20220503;23.4;11.3;17.4;1.9;12.05;1.5;4.22;23730
+72090;44.12246;3.96529;205;20220504;23.6;8.1;15.8;2;12.32;2.7;4.13;24268
+72090;44.12246;3.96529;205;20220505;21.1;12;16.6;5;10.85;.2;4.82;21988
+72090;44.12246;3.96529;205;20220506;21.1;12.2;16.7;5.1;9.81;0;4.83;20381
+72090;44.12246;3.96529;205;20220507;25.1;12.4;18.7;3.8;9.97;0;5.4;23024
+72090;44.12246;3.96529;205;20220508;23.9;11.5;17.7;2.1;11.41;1.9;4.43;23754
+72090;44.12246;3.96529;205;20220509;25.3;9;17.2;1.3;13.27;.6;4.36;26801
+72090;44.12246;3.96529;205;20220510;26.8;9.9;18.4;1.5;13.11;0;4.68;27266
+72090;44.12246;3.96529;205;20220511;26.3;9.4;17.9;1.9;12.67;0;4.81;27334
+72090;44.12246;3.96529;205;20220512;24.8;10;17.4;1.8;12.61;0;4.53;26362
+72090;44.12246;3.96529;205;20220513;27.2;8.7;17.9;1.4;12.21;.3;4.86;28610
+72090;44.12246;3.96529;205;20220514;29.7;14.2;21.9;1.8;15.27;0;5.2;26454
+72090;44.12246;3.96529;205;20220515;26.5;14;20.3;1.9;14.77;0;4.62;24105
+72090;44.12246;3.96529;205;20220516;27.9;10.9;19.4;1.5;12.57;.1;5.12;28498
+72090;44.12246;3.96529;205;20220517;30.7;11.8;21.2;1.4;14.41;0;5.44;29332
+72090;44.12246;3.96529;205;20220518;32.6;14.1;23.3;1.9;15.41;0;5.96;28758
+72090;44.12246;3.96529;205;20220519;28.4;14.2;21.3;1.8;15.41;0;5.11;26330
+72090;44.12246;3.96529;205;20220520;28.4;11.5;19.9;1.9;14.21;0;5.31;28582
+72090;44.12246;3.96529;205;20220521;32.2;12.9;22.5;1.4;15.07;0;5.75;29803
+72090;44.12246;3.96529;205;20220522;31;14.6;22.8;1.6;17.57;0;5.51;28439
+72090;44.12246;3.96529;205;20220523;26.8;16.3;21.6;2.2;16.47;.1;4.67;22731
+72090;44.12246;3.96529;205;20220524;23.9;16.6;20.3;2.6;11.17;.1;4.61;18988
+72090;44.12246;3.96529;205;20220525;26;14.8;20.4;4.1;9.64;0;6.18;24039
+72090;44.12246;3.96529;205;20220526;28;15.5;21.8;4.2;10.27;0;6.71;25697
+72090;44.12246;3.96529;205;20220527;30.6;15.2;22.9;4.3;12.34;0;7.06;26991
+72090;44.12246;3.96529;205;20220528;28.1;14.6;21.3;5.1;10.27;0;7.08;25661
+72090;44.12246;3.96529;205;20220529;25.7;12.8;19.2;4;7.37;0;6.47;25485
+72090;44.12246;3.96529;205;20220530;25.8;9.5;17.7;1.8;8.54;.3;5.22;28293
+72090;44.12246;3.96529;205;20220531;26.9;14.4;20.6;1.5;12.01;0;5;26025
+72090;44.12246;3.96529;205;20220601;30.2;11.1;20.7;1.6;13.47;0;5.77;30672
+72090;44.12246;3.96529;205;20220602;30.3;14.5;22.4;1.7;15.17;0;5.7;28624
+72090;44.12246;3.96529;205;20220603;30.4;16.4;23.4;1.8;15.31;.1;5.7;27631
+72090;44.12246;3.96529;205;20220604;30.9;16.7;23.8;2.2;17.04;.2;5.9;27511
+72090;44.12246;3.96529;205;20220605;31.6;17.9;24.8;2.2;16.77;.1;6.02;27152
+72090;44.12246;3.96529;205;20220606;31.8;14.8;23.3;1.8;13.81;.2;6.11;29232
+72090;44.12246;3.96529;205;20220607;29.1;16;22.5;2.7;13.71;0;6.01;26783
+72090;44.12246;3.96529;205;20220608;25.9;14.3;20.1;1.8;12.27;.5;4.98;25573
+72090;44.12246;3.96529;205;20220609;25.9;16.6;21.2;4.7;10.21;0;6.43;22561
+72090;44.12246;3.96529;205;20220610;31.3;16.3;23.8;4.3;10.37;0;7.81;28261
+72090;44.12246;3.96529;205;20220611;35.1;16.5;25.8;3.1;10.24;0;7.95;29486
+72090;44.12246;3.96529;205;20220612;35.9;16.5;26.2;1.7;11.71;0;6.79;30560
+72090;44.12246;3.96529;205;20220613;33.4;18.2;25.8;2.9;15.14;.3;7.03;28025
+72090;44.12246;3.96529;205;20220614;35.4;17.9;26.7;2.5;11.71;0;7.51;30389
+72090;44.12246;3.96529;205;20220615;34;17.4;25.7;1.7;14.67;0;6.51;30067
+72090;44.12246;3.96529;205;20220616;37.2;16.6;26.9;1.7;14.77;0;7;31057
+72090;44.12246;3.96529;205;20220617;39.4;22.3;30.8;3.3;13.51;0;8.87;28926
+72090;44.12246;3.96529;205;20220618;34.9;18;26.4;2.2;14.64;.2;7.11;30020
+72090;44.12246;3.96529;205;20220619;32.3;17.3;24.8;2.7;16.67;0;6.62;28977
+72090;44.12246;3.96529;205;20220620;31.5;15.6;23.5;2.3;16.31;0;6.24;29361
+72090;44.12246;3.96529;205;20220621;29.8;19.6;24.7;2;21.01;1.5;5.13;23879
+72090;44.12246;3.96529;205;20220622;27.7;20.6;24.1;2.3;22.61;17.2;4.26;19818
+72090;44.12246;3.96529;205;20220623;28.7;20.8;24.7;2.7;21.11;14.5;4.74;20268
+72090;44.12246;3.96529;205;20220624;28.1;17.1;22.6;1.9;17.92;2.9;5.08;24671
+72090;44.12246;3.96529;205;20220625;29.3;15;22.1;2.3;17.32;6.2;5.76;28730
+72090;44.12246;3.96529;205;20220626;30.7;20.2;25.4;2.3;21.52;0;5.7;25717
+72090;44.12246;3.96529;205;20220627;30.5;17.9;24.2;2.7;17.12;.1;6.16;26408
+72090;44.12246;3.96529;205;20220628;31.2;17.9;24.5;3;14.25;0;6.89;28296
+72090;44.12246;3.96529;205;20220629;32.4;16;24.2;2.1;14.02;.6;6.67;30199
+72090;44.12246;3.96529;205;20220630;28.8;17.1;22.9;2.2;18.15;4.9;5.14;24189
+72090;44.12246;3.96529;205;20220701;29.1;15.2;22.1;3.4;12.05;0;6.8;29760
+72090;44.12246;3.96529;205;20220702;33.9;13.7;23.8;2.2;11.29;0;7.08;31111
+72090;44.12246;3.96529;205;20220703;35.6;14.7;25.2;1.7;13.89;.1;6.73;30419
+72090;44.12246;3.96529;205;20220704;35.7;19.9;27.8;2.4;17.65;1.4;7.03;27794
+72090;44.12246;3.96529;205;20220705;33.6;20.2;26.9;3.3;15.52;0;7.59;28548
+72090;44.12246;3.96529;205;20220706;33.4;19;26.2;3.7;11.52;0;8.15;28609
+72090;44.12246;3.96529;205;20220707;32.4;16.8;24.6;4.3;11.29;0;8.22;28985
+72090;44.12246;3.96529;205;20220708;32.1;18.6;25.4;5.2;11.65;0;8.63;28451
+72090;44.12246;3.96529;205;20220709;35.2;18.6;26.9;3.6;10.89;0;8.46;29250
+72090;44.12246;3.96529;205;20220710;35;19.3;27.1;3.7;11.65;0;8.34;28873
+72090;44.12246;3.96529;205;20220711;34.1;18.9;26.5;2.7;14.69;0;7.23;29123
+72090;44.12246;3.96529;205;20220712;35;17.2;26.1;1.7;16.45;0;6.54;29561
+72090;44.12246;3.96529;205;20220713;33.5;17.6;25.6;1.9;15.62;0;6.5;29151
+72090;44.12246;3.96529;205;20220714;35;17.4;26.2;1.5;20.19;0;6.34;29940
+72090;44.12246;3.96529;205;20220715;38.5;19.5;29;2.5;18.02;0;7.76;29621
+72090;44.12246;3.96529;205;20220716;37.8;21.2;29.5;3.4;12.15;0;8.73;28593
+72090;44.12246;3.96529;205;20220717;36.7;19.8;28.3;2.7;12.82;0;7.78;28875
+72090;44.12246;3.96529;205;20220718;36.7;20;28.4;2.1;16.42;.1;7.03;28812
+72090;44.12246;3.96529;205;20220719;35.2;18.3;26.7;1.8;17.69;0;6.49;28870
+72090;44.12246;3.96529;205;20220720;34.9;18.1;26.5;2;19.12;.2;6.47;28449
+72090;44.12246;3.96529;205;20220721;37.2;20.8;29;2.3;15.22;0;7.36;28327
+72090;44.12246;3.96529;205;20220722;36;19.3;27.7;1.7;17.32;.4;6.44;27963
+72090;44.12246;3.96529;205;20220723;34.9;22.1;28.5;2.1;20.69;0;6.32;26017
+72090;44.12246;3.96529;205;20220724;36.8;21;28.9;2.7;16.15;0;7.52;28314
+72090;44.12246;3.96529;205;20220725;37;18.8;27.9;2;18.02;.1;6.72;27607
+72090;44.12246;3.96529;205;20220726;34;21.2;27.6;3.2;13.65;0;7.46;26911
+72090;44.12246;3.96529;205;20220727;33;17.2;25.1;2.9;11.62;0;7.08;27561
+72090;44.12246;3.96529;205;20220728;33;16.2;24.6;1.9;11.79;0;6.04;26168
+72090;44.12246;3.96529;205;20220729;30.7;17.8;24.3;1.6;16.29;4.7;5.11;23284
+72090;44.12246;3.96529;205;20220730;34.3;18;26.1;2.7;13.65;0;7.03;27743
+72090;44.12246;3.96529;205;20220731;36.5;19.8;28.1;2.5;12.29;0;7.29;27414
+72090;44.12246;3.96529;205;20220801;38.3;21;29.7;2.6;12.95;0;7.67;27563
+72090;44.12246;3.96529;205;20220802;38;21.9;30;2.9;13.85;0;7.9;27132
+72090;44.12246;3.96529;205;20220803;34.9;18.1;26.5;2;16.49;0;6.34;27685
+72090;44.12246;3.96529;205;20220804;35.6;18.7;27.1;1.9;20.42;0;6.27;27942
+72090;44.12246;3.96529;205;20220805;35.7;21.3;28.5;1.7;21.59;.7;5.98;25722
+72090;44.12246;3.96529;205;20220806;36.2;20.8;28.5;3.1;17.19;0;7.38;25952
+72090;44.12246;3.96529;205;20220807;35.2;20.2;27.7;2.7;14.12;0;7.09;26255
+72090;44.12246;3.96529;205;20220808;36.1;19.3;27.7;2.5;12.02;0;7.07;26679
+72090;44.12246;3.96529;205;20220809;36.7;18.5;27.6;2;11.99;0;6.47;26138
+72090;44.12246;3.96529;205;20220810;35.7;16.5;26.1;1.8;13.37;0;6.14;27238
+72090;44.12246;3.96529;205;20220811;34.8;18.1;26.5;1.9;18.11;0;5.88;26199
+72090;44.12246;3.96529;205;20220812;36.6;21.2;28.9;1.4;20.91;0;5.62;25074
+72090;44.12246;3.96529;205;20220813;34.5;19.3;26.9;2.1;20.47;1;5.62;24547
+72090;44.12246;3.96529;205;20220814;27.7;21.8;24.8;2;21.97;12.8;3.57;15384
+72090;44.12246;3.96529;205;20220815;31.4;16;23.7;1.5;16.87;0;4.96;24751
+72090;44.12246;3.96529;205;20220816;32.8;15.4;24.1;1.8;16.91;5.5;5.36;25635
+72090;44.12246;3.96529;205;20220817;27;17.6;22.3;1.6;19.94;28.9;3.7;19142
+72090;44.12246;3.96529;205;20220818;26.4;14.8;20.6;2.2;16.42;1;3.96;18831
+72090;44.12246;3.96529;205;20220819;29.7;19.6;24.6;3.4;15.49;0;5.62;20648
+72090;44.12246;3.96529;205;20220820;31.1;18.9;25;3;15.65;0;5.85;23415
+72090;44.12246;3.96529;205;20220821;31.4;17.7;24.5;2.9;14.22;0;5.94;23369
+72090;44.12246;3.96529;205;20220822;30.7;18.3;24.5;2.8;14.89;.1;5.76;23475
+72090;44.12246;3.96529;205;20220823;32.8;19.6;26.2;3.3;15.29;0;6.44;23489
+72090;44.12246;3.96529;205;20220824;33;18.9;26;1.9;16.49;0;5.34;23457
+72090;44.12246;3.96529;205;20220825;33.5;16;24.8;1.5;18.04;1.6;4.93;24172
+72090;44.12246;3.96529;205;20220826;32.4;19.6;26;2.7;17.47;.1;5.34;21044
+72090;44.12246;3.96529;205;20220827;30.8;17.1;24;2.5;16.41;0;4.92;21286
+72090;44.12246;3.96529;205;20220828;32.4;16.6;24.5;1.5;16.14;0;4.63;22580
+72090;44.12246;3.96529;205;20220829;32.1;16.3;24.2;1.7;18.41;.6;4.64;22694
+72090;44.12246;3.96529;205;20220830;30.4;21;25.7;1.5;22.94;3.5;3.74;17351
+72090;44.12246;3.96529;205;20220831;29.7;17.1;23.4;2.3;17.31;0;4.5;20346
+72090;44.12246;3.96529;205;20220901;31.5;16.2;23.9;1.7;15.61;0;4.55;21646
+72090;44.12246;3.96529;205;20220902;27.2;17;22.1;1.4;17.71;8.7;3.47;17921
+72090;44.12246;3.96529;205;20220903;28.2;17.1;22.6;1.5;19.61;0;3.54;18451
+72090;44.12246;3.96529;205;20220904;29.6;17.5;23.6;1.5;20.37;.7;3.75;19113
+72090;44.12246;3.96529;205;20220905;28.8;19.9;24.4;1.6;22.84;2.7;3.25;15897
+72090;44.12246;3.96529;205;20220906;28.1;18.6;23.3;1.6;22.41;3.9;3.1;15781
+72090;44.12246;3.96529;205;20220907;26.5;17.8;22.2;1.8;21.21;8.8;2.99;15683
+72090;44.12246;3.96529;205;20220908;27.1;14.5;20.8;1.5;16.07;.2;3.48;19163
+72090;44.12246;3.96529;205;20220909;25.5;13.8;19.7;1.5;14.27;.2;3.32;18157
+72090;44.12246;3.96529;205;20220910;26.3;11.4;18.8;1.7;12.91;0;3.64;20076
+72090;44.12246;3.96529;205;20220911;28.6;13.3;21;2.1;12.97;0;4.13;19770
+72090;44.12246;3.96529;205;20220912;27.8;12.6;20.2;1.1;16.61;.4;3.39;20082
+72090;44.12246;3.96529;205;20220913;25.9;19.7;22.8;2.1;23.61;21.1;2.41;12068
+72090;44.12246;3.96529;205;20220914;24.4;19.1;21.7;1.7;22.01;11.3;2.21;11278
+72090;44.12246;3.96529;205;20220915;28.7;15.4;22.1;1.1;18.04;1.4;3.26;18412
+72090;44.12246;3.96529;205;20220916;26.1;14.7;20.4;2.5;14.81;0;3.51;16910
+72090;44.12246;3.96529;205;20220917;20.2;12.9;16.6;4.5;9.01;0;3.85;13264
+72090;44.12246;3.96529;205;20220918;24;9.6;16.8;3.3;8.31;0;4.13;18257
+72090;44.12246;3.96529;205;20220919;23.9;10.3;17.1;3.4;8.84;0;4.1;17331
+72090;44.12246;3.96529;205;20220920;24.5;9.2;16.8;3.3;8.27;0;4.14;17692
+72090;44.12246;3.96529;205;20220921;23.8;8.9;16.4;2.3;9.14;0;3.44;17582
+72090;44.12246;3.96529;205;20220922;24.3;8.6;16.4;1.4;11.44;.1;2.89;18506
+72090;44.12246;3.96529;205;20220923;21.5;11.9;16.7;1.1;14.74;34.7;2.18;14590
+72090;44.12246;3.96529;205;20220924;21.4;14.5;17.9;1.8;15.81;1.1;2.14;11925
+72090;44.12246;3.96529;205;20220925;21.7;11.8;16.7;1.5;13.07;.4;2.35;14451
+72090;44.12246;3.96529;205;20220926;20.9;9.2;15;2.2;10.57;.8;2.67;15542
+72090;44.12246;3.96529;205;20220927;19.4;12.4;15.9;2.8;10.64;2.1;2.66;11162
+72090;44.12246;3.96529;205;20220928;22.3;13.5;17.9;2.4;12.64;.6;2.69;12417
+72090;44.12246;3.96529;205;20220929;18.9;12.9;15.9;2.1;11.74;1.1;2.17;10462
+72090;44.12246;3.96529;205;20220930;17.4;9.8;13.6;2.5;10.12;0;2.31;12249
+72090;44.12246;3.96529;205;20221001;20.8;3.7;12.3;1.3;11.28;.5;2.13;14873
+72090;44.12246;3.96529;205;20221002;27.3;10.1;18.7;1.8;13.58;0;3.12;17150
+72090;44.12246;3.96529;205;20221003;24.8;11.2;18;3;12.62;0;3.27;14916
+72090;44.12246;3.96529;205;20221004;25.8;7.2;16.5;1.3;12.75;.1;2.56;17066
+72090;44.12246;3.96529;205;20221005;22.2;7.7;14.9;1.4;15.25;.2;2.03;13676
+72090;44.12246;3.96529;205;20221006;25.4;8.4;16.9;1.7;14.08;0;2.62;16287
+72090;44.12246;3.96529;205;20221007;23.6;8.7;16.2;1;14.25;4.2;2.09;14649
+72090;44.12246;3.96529;205;20221008;22.3;14.2;18.3;1.3;15.04;1.4;1.87;10981
+72090;44.12246;3.96529;205;20221009;18.3;11.1;14.7;1.1;13.07;.7;1.52;10535
+72090;44.12246;3.96529;205;20221010;23.5;13.1;18.3;1.1;15.07;.2;1.91;12227
+72090;44.12246;3.96529;205;20221011;24.3;8;16.1;.9;13.24;0;1.95;15043
+72090;44.12246;3.96529;205;20221012;23.4;10.7;17;.8;13.41;.2;1.81;13415
+72090;44.12246;3.96529;205;20221013;21.9;8.1;15;.7;13.34;2.9;1.64;13723
+72090;44.12246;3.96529;205;20221014;22.2;13.2;17.7;1.2;14.94;.4;1.71;10620
+72090;44.12246;3.96529;205;20221015;25.2;7.3;16.3;1;13.17;2.8;1.95;14777
+72090;44.12246;3.96529;205;20221016;22;12.5;17.3;1.9;17.84;3.3;1.46;10800
+72090;44.12246;3.96529;205;20221017;23;14;18.5;1.8;17.31;1.3;1.66;9863
+72090;44.12246;3.96529;205;20221018;23.4;13.5;18.5;1.1;16.77;.1;1.56;10335
+72090;44.12246;3.96529;205;20221019;21.5;11.5;16.5;.9;16.81;4;1.32;9856
+72090;44.12246;3.96529;205;20221020;19.1;17.4;18.2;2.6;19.54;39;.87;3791
+72090;44.12246;3.96529;205;20221021;21.3;17.4;19.3;2.6;19.87;10.1;1.25;6244
+72090;44.12246;3.96529;205;20221022;22.7;15.3;19;1.4;17.97;0;1.43;8903
+72090;44.12246;3.96529;205;20221023;21.8;15.7;18.7;2.3;20.07;8.9;1.1;7938
+72090;44.12246;3.96529;205;20221024;24;18.1;21.1;1.4;19.14;.6;1.48;7345
+72090;44.12246;3.96529;205;20221025;23.2;10.4;16.8;.8;15.47;0;1.37;11236
+72090;44.12246;3.96529;205;20221026;23.6;13.7;18.7;1.2;18.17;0;1.34;9359
+72090;44.12246;3.96529;205;20221027;22.4;16.1;19.2;.9;18.24;.1;1.18;7203
+72090;44.12246;3.96529;205;20221028;23.2;11.7;17.4;.6;15.21;0;1.22;10003
+72090;44.12246;3.96529;205;20221029;23;8.1;15.5;.7;12.87;.1;1.24;11586
+72090;44.12246;3.96529;205;20221030;22.7;9.2;15.9;1;14.37;1.1;1.27;10694
+72090;44.12246;3.96529;205;20221031;20.7;13.4;17.1;2.2;17.47;29.3;1.11;7633
+72090;44.12246;3.96529;205;20221101;22.9;15.3;19.1;1.5;16.54;.1;1.39;7706
+72090;44.12246;3.96529;205;20221102;20.5;8.5;14.5;1.2;11.21;.1;1.24;9791
+72090;44.12246;3.96529;205;20221103;13.1;5;9;1.5;10.97;5.3;.69;7894
+72090;44.12246;3.96529;205;20221104;14.3;6.2;10.2;2.5;8.84;1.4;1.27;7618
+72090;44.12246;3.96529;205;20221105;15.2;8.8;12;4.4;7.07;0;2.39;6612
+72090;44.12246;3.96529;205;20221106;18;1.8;9.9;1.5;7.24;.1;1.25;10541
+72090;44.12246;3.96529;205;20221107;20.7;2;11.3;1;8.64;.7;1.1;11018
+72090;44.12246;3.96529;205;20221108;15.4;5.6;10.5;1.8;12.97;20.7;.56;8214
+72090;44.12246;3.96529;205;20221109;17.5;14.7;16.1;2.9;15.84;11;.97;4027
+72090;44.12246;3.96529;205;20221110;18.7;9.3;14;2.2;11.17;0;1.32;7921
+72090;44.12246;3.96529;205;20221111;20.4;6.2;13.3;1.1;10.94;.1;1.02;9316
+72090;44.12246;3.96529;205;20221112;20.6;5.1;12.8;.5;10.71;.1;.73;9761
+72090;44.12246;3.96529;205;20221113;16.8;7.3;12.1;.9;11.81;0;.68;7573
+72090;44.12246;3.96529;205;20221114;13.1;11;12.1;1.2;12.61;30.7;.59;3267
+72090;44.12246;3.96529;205;20221115;14.3;11.5;12.9;1.1;13.74;6.3;.63;3823
+72090;44.12246;3.96529;205;20221116;18.7;7;12.9;1.1;11.17;.2;.81;8072
+72090;44.12246;3.96529;205;20221117;17.6;8.6;13.1;1.4;11.87;1.6;.83;7085
+72090;44.12246;3.96529;205;20221118;15.2;8.4;11.8;2.4;8.67;.2;1.32;5600
+72090;44.12246;3.96529;205;20221119;13.6;2.6;8.1;3;7.04;0;1.27;7561
+72090;44.12246;3.96529;205;20221120;13.8;1.9;7.8;1.9;6.61;.2;1.03;7883
+72090;44.12246;3.96529;205;20221121;8.1;1.3;4.7;1.2;8.01;5.2;.38;5557
+72090;44.12246;3.96529;205;20221122;13.3;3.6;8.5;2.5;7.44;1.4;1.13;6415
+72090;44.12246;3.96529;205;20221123;11.8;4.7;8.2;1.1;8.91;.9;.61;5754
+72090;44.12246;3.96529;205;20221124;15.9;1.1;8.5;1.1;8.14;.1;.62;8208
+72090;44.12246;3.96529;205;20221125;14.5;2.7;8.6;1.2;9.01;1.8;.56;7299
+72090;44.12246;3.96529;205;20221126;14.9;5.5;10.2;2.9;7.35;0;1.49;7225
+72090;44.12246;3.96529;205;20221127;13.5;-.7;6.4;.8;7.57;5.1;.42;7861
+72090;44.12246;3.96529;205;20221128;9.5;7.4;8.5;1.2;10.14;17.1;.46;2832
+72090;44.12246;3.96529;205;20221129;11.5;1.3;6.4;2;7.31;0;.66;6561
+72090;44.12246;3.96529;205;20221130;12.2;1.1;6.7;2.7;6.91;.1;.89;6748
+72090;44.12246;3.96529;205;20221201;10.9;3.4;7.1;2.9;6.77;0;1.01;5599
+72090;44.12246;3.96529;205;20221202;7.7;.4;4;1.2;6.74;1.8;.39;5436
+72090;44.12246;3.96529;205;20221203;6.7;4.6;5.7;2;8.67;16.1;.37;2557
+72090;44.12246;3.96529;205;20221204;9.9;5.5;7.7;.9;8.67;10.1;.45;3979
+72090;44.12246;3.96529;205;20221205;10.2;-2.3;4;.9;6.04;.2;.36;7017
+72090;44.12246;3.96529;205;20221206;10.4;-3.1;3.7;.9;5.71;.5;.37;7142
+72090;44.12246;3.96529;205;20221207;8.3;-2.3;3;2.3;5.61;.4;.64;6231
+72090;44.12246;3.96529;205;20221208;5.9;-4.9;.5;1.4;5.74;20.9;.28;6144
+72090;44.12246;3.96529;205;20221209;12.2;3.8;8;1.4;9.44;.5;.42;5473
+72090;44.12246;3.96529;205;20221210;7.6;2.7;5.2;2.4;6.57;0;.71;4090
+72090;44.12246;3.96529;205;20221211;6.4;-2.6;1.9;3.2;3.74;0;1.1;5946
+72090;44.12246;3.96529;205;20221212;6.3;-6.6;-.2;.9;4.67;11.9;.25;6644
+72090;44.12246;3.96529;205;20221213;3.8;.4;2.1;.9;7.21;17.4;.22;3241
+72090;44.12246;3.96529;205;20221214;9.8;3.6;6.7;.8;9.87;2.7;.25;4462
+72090;44.12246;3.96529;205;20221215;9.8;7.6;8.7;1.8;10.54;33.6;.41;2434
+72090;44.12246;3.96529;205;20221216;10.9;3.1;7;1.9;7.94;0;.59;5045
+72090;44.12246;3.96529;205;20221217;9.5;-1.5;4;2.1;4.47;0;.88;6262
+72090;44.12246;3.96529;205;20221218;9.2;-5.5;1.8;.8;6.11;3.5;.2;6996
+72090;44.12246;3.96529;205;20221219;12.9;6.6;9.7;1.9;11.51;7.5;.36;4603
+72090;44.12246;3.96529;205;20221220;13.8;11.5;12.6;2.4;13.47;2.8;.53;2480
+72090;44.12246;3.96529;205;20221221;16.6;11.5;14.1;.9;12.34;.3;.57;4067
+72090;44.12246;3.96529;205;20221222;14.3;5.3;9.8;1.5;10.97;.5;.39;5472
+72090;44.12246;3.96529;205;20221223;17.9;9.5;13.7;1.4;12.44;.1;.65;5340
+72090;44.12246;3.96529;205;20221224;19.3;6.5;12.9;.6;10.64;.1;.34;6706
+72090;44.12246;3.96529;205;20221225;11.1;3;7;.9;10.27;.4;.23;5253
+72090;44.12246;3.96529;205;20221226;17;9.6;13.3;1;11.84;.1;.57;4800
+72090;44.12246;3.96529;205;20221227;15.5;2.4;8.9;1.3;7.97;0;.56;6764
+72090;44.12246;3.96529;205;20221228;11;-1;5;.6;7.64;0;.23;6325
+72090;44.12246;3.96529;205;20221229;13.6;8.4;11;.7;10.81;.5;.44;4058
+72090;44.12246;3.96529;205;20221230;12.8;7.2;10;.7;10.91;.1;.35;4301
+72090;44.12246;3.96529;205;20221231;12.2;5.1;8.6;.7;10.84;1.4;.3;4838
+72091;44.14014;4.27626;160;20220101;10.3;1.6;5.9;.8;8.77;.3;.3;4981
+72091;44.14014;4.27626;160;20220102;8.5;5.6;7;.7;9.7;.2;.33;2693
+72091;44.14014;4.27626;160;20220103;16.4;3.7;10.1;1.1;9.3;0;.55;6363
+72091;44.14014;4.27626;160;20220104;11.3;4.7;8;1.1;10.57;1.3;.3;3622
+72091;44.14014;4.27626;160;20220105;7.4;5.1;6.2;5.6;6.07;.2;1.47;4257
+72091;44.14014;4.27626;160;20220106;7.4;4;5.7;6.1;4.84;0;1.92;4932
+72091;44.14014;4.27626;160;20220107;9.5;1.7;5.6;2.5;5.07;0;1.09;6064
+72091;44.14014;4.27626;160;20220108;10.7;1.3;6;2;7.2;.2;.63;6200
+72091;44.14014;4.27626;160;20220109;10;5.1;7.5;2.2;6.84;0;.98;4142
+72091;44.14014;4.27626;160;20220110;9.2;4.5;6.9;4.2;6.2;0;1.4;5196
+72091;44.14014;4.27626;160;20220111;6.5;2.1;4.3;5.9;5.07;0;1.52;5342
+72091;44.14014;4.27626;160;20220112;6.3;2.4;4.3;5.5;4.77;0;1.56;5336
+72091;44.14014;4.27626;160;20220113;8.3;-.3;4;2.8;4.64;0;1.12;6785
+72091;44.14014;4.27626;160;20220114;12.4;-4.2;4.1;1.3;4.74;0;.72;8331
+72091;44.14014;4.27626;160;20220115;12.5;-3.3;4.6;1.1;4.94;.1;.65;8383
+72091;44.14014;4.27626;160;20220116;13.3;-3.6;4.8;2.7;4.24;0;1.39;8581
+72091;44.14014;4.27626;160;20220117;10.9;3.9;7.4;5.1;6.04;0;1.66;6310
+72091;44.14014;4.27626;160;20220118;9.8;3;6.4;3.4;5.74;0;1.34;6266
+72091;44.14014;4.27626;160;20220119;10.7;-1.7;4.5;1.8;6.17;.1;.75;6177
+72091;44.14014;4.27626;160;20220120;9.9;2.6;6.3;4.9;5.6;0;1.66;6405
+72091;44.14014;4.27626;160;20220121;6.8;2.7;4.8;6.7;4.24;0;2.12;5959
+72091;44.14014;4.27626;160;20220122;7.8;1.6;4.7;5.9;4.87;0;1.75;6717
+72091;44.14014;4.27626;160;20220123;8.7;2.1;5.4;3.3;5.54;0;1.22;6856
+72091;44.14014;4.27626;160;20220124;12.4;-3.5;4.4;1.1;5.64;0;.67;9007
+72091;44.14014;4.27626;160;20220125;12.8;-3.1;4.8;1.2;6.1;0;.72;9118
+72091;44.14014;4.27626;160;20220126;14.3;-2.5;5.9;2.6;5.1;0;1.4;9459
+72091;44.14014;4.27626;160;20220127;11.8;-1.2;5.3;3.1;4.47;0;1.48;8912
+72091;44.14014;4.27626;160;20220128;11.5;-.8;5.3;5.6;5.24;0;1.98;8688
+72091;44.14014;4.27626;160;20220129;13;3.8;8.4;4.3;5.14;0;2.17;7967
+72091;44.14014;4.27626;160;20220130;13.2;4.1;8.7;6.6;7.14;0;2.1;8106
+72091;44.14014;4.27626;160;20220131;12.8;4.6;8.7;5;6.07;0;2.15;6995
+72091;44.14014;4.27626;160;20220201;10.1;3.7;6.9;5.4;5.14;0;2.12;7643
+72091;44.14014;4.27626;160;20220202;15;5.4;10.2;4.5;8.07;0;1.87;8130
+72091;44.14014;4.27626;160;20220203;15.4;6.2;10.8;2.1;8.34;0;1.3;8148
+72091;44.14014;4.27626;160;20220204;14.5;4.9;9.7;2.3;8.17;0;1.29;8330
+72091;44.14014;4.27626;160;20220205;12.7;6.6;9.6;4.1;5.87;0;2.16;7622
+72091;44.14014;4.27626;160;20220206;12;3.5;7.8;3.3;5.8;.2;1.73;8406
+72091;44.14014;4.27626;160;20220207;12.7;6.9;9.8;5.1;5.94;.1;2.54;7879
+72091;44.14014;4.27626;160;20220208;14;4.1;9.1;3.1;4.5;0;2.22;9784
+72091;44.14014;4.27626;160;20220209;13.5;-1.5;6;1.4;7.17;0;.97;9813
+72091;44.14014;4.27626;160;20220210;9.7;4.3;7;1.2;8.66;0;1.16;9596
+72091;44.14014;4.27626;160;20220211;14.1;2.9;8.5;4.3;6.43;0;2.13;10450
+72091;44.14014;4.27626;160;20220212;14.4;2.1;8.2;2.8;6.16;.1;1.78;10390
+72091;44.14014;4.27626;160;20220213;11.5;5.2;8.3;4.1;8.2;16.6;1.36;3632
+72091;44.14014;4.27626;160;20220214;12.1;7.5;9.8;3.4;9.8;10;1.12;4079
+72091;44.14014;4.27626;160;20220215;13.1;3.5;8.3;3.1;6.56;0;1.79;10596
+72091;44.14014;4.27626;160;20220216;11.7;2;6.8;1.1;8.47;.9;.85;8057
+72091;44.14014;4.27626;160;20220217;20.1;7.7;13.9;2.7;10.27;.1;2.08;10576
+72091;44.14014;4.27626;160;20220218;19;5.3;12.1;2.1;10.04;0;1.69;12041
+72091;44.14014;4.27626;160;20220219;12.6;7.8;10.2;3.8;6.24;0;2.23;6939
+72091;44.14014;4.27626;160;20220220;16;3.4;9.7;2.9;6.54;.1;2.12;11735
+72091;44.14014;4.27626;160;20220221;14.3;4.9;9.6;3.3;6.94;.2;2.05;10687
+72091;44.14014;4.27626;160;20220222;15;6.7;10.8;4.8;6.54;0;2.73;10919
+72091;44.14014;4.27626;160;20220223;17.5;7.5;12.5;3.4;8.44;0;2.35;11403
+72091;44.14014;4.27626;160;20220224;14.4;4.7;9.6;1.8;9.44;.2;1.23;8788
+72091;44.14014;4.27626;160;20220225;11.8;4.2;8;5.2;5.54;0;2.52;10980
+72091;44.14014;4.27626;160;20220226;13.4;4.6;9;3.4;5.14;0;2.46;11930
+72091;44.14014;4.27626;160;20220227;13.8;-1.6;6.1;1.7;5.8;0;1.6;13085
+72091;44.14014;4.27626;160;20220228;15.3;.2;7.7;2;6.74;0;1.77;13615
+72091;44.14014;4.27626;160;20220301;13.8;1.5;7.6;2.3;6.54;0;1.76;12142
+72091;44.14014;4.27626;160;20220302;11.4;1.6;6.5;1.1;7.5;.1;1.12;9483
+72091;44.14014;4.27626;160;20220303;16.3;.7;8.5;1.8;7.74;0;1.75;14072
+72091;44.14014;4.27626;160;20220304;17;3.8;10.4;3.5;6.67;0;2.65;13172
+72091;44.14014;4.27626;160;20220305;14.9;4.1;9.5;2.8;4.24;0;2.69;13328
+72091;44.14014;4.27626;160;20220306;12.6;2.3;7.4;2.6;3.84;0;2.41;13515
+72091;44.14014;4.27626;160;20220307;13;-1.5;5.7;1.9;4.27;0;2;15141
+72091;44.14014;4.27626;160;20220308;10.5;-2.5;4;1.5;6.07;0;1.27;10630
+72091;44.14014;4.27626;160;20220309;13.5;4.3;8.9;1.4;7.8;0;1.53;10959
+72091;44.14014;4.27626;160;20220310;13.4;2.3;7.9;2.5;9.24;3;1.32;10480
+72091;44.14014;4.27626;160;20220311;12.7;8.3;10.5;4.4;8.94;9.2;1.8;6572
+72091;44.14014;4.27626;160;20220312;12.2;7.7;10;3;8.37;13;1.62;6379
+72091;44.14014;4.27626;160;20220313;11.2;6.9;9.1;4.1;8.8;16.4;1.48;6459
+72091;44.14014;4.27626;160;20220314;14.4;6.1;10.3;1.8;10.34;1.1;1.49;10347
+72091;44.14014;4.27626;160;20220315;16.1;8.8;12.5;2;10.14;0;1.77;9658
+72091;44.14014;4.27626;160;20220316;16.8;6.4;11.6;1.5;10.47;0;1.73;12170
+72091;44.14014;4.27626;160;20220317;15.8;7.7;11.7;3;10.84;.1;1.86;12219
+72091;44.14014;4.27626;160;20220318;15.4;10.3;12.9;4.4;9.86;.7;2.47;10755
+72091;44.14014;4.27626;160;20220319;17.2;5.8;11.5;1.6;8.76;0;2.2;14937
+72091;44.14014;4.27626;160;20220320;13.7;5.4;9.6;1.6;8.5;.3;1.48;7810
+72091;44.14014;4.27626;160;20220321;14;7.6;10.8;2.8;7.26;.1;2.32;10741
+72091;44.14014;4.27626;160;20220322;15.7;2;8.9;3.1;6.03;0;2.94;19046
+72091;44.14014;4.27626;160;20220323;16.7;1.3;9;2.1;6.5;0;2.69;19794
+72091;44.14014;4.27626;160;20220324;19.3;1.2;10.2;1.9;5.86;0;3.02;20362
+72091;44.14014;4.27626;160;20220325;20.3;1.3;10.8;1.6;6.33;0;2.95;19926
+72091;44.14014;4.27626;160;20220326;20.2;3.3;11.8;2.1;7.23;0;3.17;20423
+72091;44.14014;4.27626;160;20220327;20.9;5;12.9;1.5;7.1;0;2.82;17122
+72091;44.14014;4.27626;160;20220328;21.4;4.8;13.1;2;6.83;0;3.41;20230
+72091;44.14014;4.27626;160;20220329;18.2;5.7;12;2.1;9.2;4;2.59;16427
+72091;44.14014;4.27626;160;20220330;15.9;9;12.5;1.7;11.06;.3;1.85;11119
+72091;44.14014;4.27626;160;20220331;18.1;5.9;12;3.5;8.13;1.6;3.26;17857
+72091;44.14014;4.27626;160;20220401;9.7;5.4;7.6;6.1;4.86;.2;3.05;11324
+72091;44.14014;4.27626;160;20220402;7.5;3.1;5.3;9.1;4.39;0;3.03;10691
+72091;44.14014;4.27626;160;20220403;9.3;1.8;5.5;6.6;4.73;0;2.8;15327
+72091;44.14014;4.27626;160;20220404;14.9;1.8;8.3;4.2;5.06;0;3.52;21218
+72091;44.14014;4.27626;160;20220405;18.3;3.2;10.7;4.3;6.68;0;4;22615
+72091;44.14014;4.27626;160;20220406;17.5;5.7;11.6;2.1;9.33;.2;2.47;14480
+72091;44.14014;4.27626;160;20220407;19.8;8.5;14.1;3.3;10.13;.2;3.02;13225
+72091;44.14014;4.27626;160;20220408;21.6;11.3;16.4;3.6;10.53;0;3.83;17456
+72091;44.14014;4.27626;160;20220409;16.4;8.8;12.6;5.1;5.63;0;4.46;19043
+72091;44.14014;4.27626;160;20220410;18.6;3.3;10.9;3;5.83;.2;3.93;23156
+72091;44.14014;4.27626;160;20220411;15.1;4.8;10;3.5;8.4;.8;2.39;12075
+72091;44.14014;4.27626;160;20220412;18.9;5.3;12.1;2.3;9.16;0;3.13;20179
+72091;44.14014;4.27626;160;20220413;21.4;6.3;13.8;1.7;9.5;0;3.38;21204
+72091;44.14014;4.27626;160;20220414;25.7;7.8;16.8;3.1;10.8;0;4.61;22875
+72091;44.14014;4.27626;160;20220415;26.9;11.9;19.4;5.3;11.9;0;5.78;23334
+72091;44.14014;4.27626;160;20220416;24.2;15;19.6;8.6;10.07;0;7.15;21966
+72091;44.14014;4.27626;160;20220417;21.8;11.3;16.5;3.4;8.16;0;4.75;22956
+72091;44.14014;4.27626;160;20220418;23;6.3;14.7;2.1;9.56;0;4.06;24782
+72091;44.14014;4.27626;160;20220419;24.4;8.8;16.6;2.5;8.7;.2;4.7;24632
+72091;44.14014;4.27626;160;20220420;16.5;10.1;13.3;2;12.5;12.9;1.81;9724
+72091;44.14014;4.27626;160;20220421;19.7;11.2;15.5;1.8;13.13;1.2;2.47;13437
+72091;44.14014;4.27626;160;20220422;21.7;9.6;15.7;3;11.76;1.4;3.95;23140
+72091;44.14014;4.27626;160;20220423;15.3;11.2;13.2;4.4;11.88;15.8;1.76;3799
+72091;44.14014;4.27626;160;20220424;17.1;7.4;12.3;1.7;11.2;1.7;2.44;15696
+72091;44.14014;4.27626;160;20220425;21.4;6.5;14;2.4;10.3;0;3.99;25176
+72091;44.14014;4.27626;160;20220426;23.1;7;15;2.4;10.83;0;4.18;25167
+72091;44.14014;4.27626;160;20220427;22.3;10.1;16.2;2.9;10.63;0;4.48;25321
+72091;44.14014;4.27626;160;20220428;25.6;9.2;17.4;2;11.5;.3;4.56;25690
+72091;44.14014;4.27626;160;20220429;23.9;9;16.5;2.8;11;0;4.71;25933
+72091;44.14014;4.27626;160;20220430;24.5;12.2;18.3;3.7;9.8;0;5.14;21227
+72091;44.14014;4.27626;160;20220501;23.7;10.1;16.9;4;8.7;0;5.46;25288
+72091;44.14014;4.27626;160;20220502;24.7;9.7;17.2;2.5;9.83;.4;4.89;25640
+72091;44.14014;4.27626;160;20220503;23.6;11.6;17.6;1.9;12.06;1.1;4.22;23730
+72091;44.14014;4.27626;160;20220504;23.9;8.4;16.2;2;12.33;1.4;4.13;24268
+72091;44.14014;4.27626;160;20220505;21.4;12.3;16.9;5;10.86;.1;4.82;21988
+72091;44.14014;4.27626;160;20220506;19.5;12.6;16.1;5;10.4;0;4.15;16769
+72091;44.14014;4.27626;160;20220507;24.4;14.1;19.2;3.9;10.7;0;5.32;22024
+72091;44.14014;4.27626;160;20220508;24;14.4;19.2;2.9;11.74;2.7;4.45;19184
+72091;44.14014;4.27626;160;20220509;25.7;10.5;18.1;1.4;13.9;.2;4.41;26061
+72091;44.14014;4.27626;160;20220510;27.2;10.8;19;1.6;13.8;0;4.76;26907
+72091;44.14014;4.27626;160;20220511;26.1;10.4;18.2;2.4;12.7;0;4.98;27234
+72091;44.14014;4.27626;160;20220512;25.9;10.3;18.1;2;12.37;0;4.78;26350
+72091;44.14014;4.27626;160;20220513;27.2;10.1;18.6;1.5;12.34;0;4.77;26701
+72091;44.14014;4.27626;160;20220514;29.7;14;21.9;2.3;15.6;0;5.36;25896
+72091;44.14014;4.27626;160;20220515;27.3;13.4;20.3;2.2;14.87;0;4.93;25532
+72091;44.14014;4.27626;160;20220516;28.3;12;20.1;1.8;12.57;0;5.25;27584
+72091;44.14014;4.27626;160;20220517;31;12.7;21.8;1.7;15.3;0;5.57;28696
+72091;44.14014;4.27626;160;20220518;32.8;14.6;23.7;2.3;15.9;0;6.13;28036
+72091;44.14014;4.27626;160;20220519;29.2;14.5;21.9;2;16.07;.1;5.32;26929
+72091;44.14014;4.27626;160;20220520;29.4;12.8;21.1;2.1;14.24;0;5.51;27857
+72091;44.14014;4.27626;160;20220521;32;13.7;22.9;1.7;15.17;0;5.8;28830
+72091;44.14014;4.27626;160;20220522;30.5;15.2;22.8;1.7;18.3;0;5.28;26845
+72091;44.14014;4.27626;160;20220523;27.5;16;21.7;2.2;16.84;0;4.74;23069
+72091;44.14014;4.27626;160;20220524;23.8;16.5;20.2;2.7;11.7;.4;4.45;17888
+72091;44.14014;4.27626;160;20220525;25.7;15.4;20.5;4.8;10.27;0;6.23;22049
+72091;44.14014;4.27626;160;20220526;27.2;16.5;21.9;5.1;10.57;0;7;24317
+72091;44.14014;4.27626;160;20220527;29.2;17.6;23.4;5.3;12.67;0;7.17;23643
+72091;44.14014;4.27626;160;20220528;26.7;16.7;21.7;6;10.44;0;7.24;23374
+72091;44.14014;4.27626;160;20220529;24.6;14.7;19.6;4.9;7.44;0;6.83;24516
+72091;44.14014;4.27626;160;20220530;26.1;11.9;19;2.1;8.5;.1;5.27;24955
+72091;44.14014;4.27626;160;20220531;27.1;14.7;20.9;1.7;12.24;0;5.01;24684
+72091;44.14014;4.27626;160;20220601;30.9;12.1;21.5;1.8;13.67;0;5.93;30039
+72091;44.14014;4.27626;160;20220602;30.9;14.3;22.6;1.8;15.64;0;5.75;28465
+72091;44.14014;4.27626;160;20220603;30.9;18.2;24.5;2.2;16.17;0;5.63;24200
+72091;44.14014;4.27626;160;20220604;31.9;17.3;24.6;2.3;17.27;0;5.99;26686
+72091;44.14014;4.27626;160;20220605;32.3;17.9;25.1;2.3;17.27;.1;6.18;27274
+72091;44.14014;4.27626;160;20220606;32.1;17.4;24.8;2.7;14.57;.4;6.61;27724
+72091;44.14014;4.27626;160;20220607;29.7;16.5;23.1;2.8;14.5;0;6.11;26837
+72091;44.14014;4.27626;160;20220608;26;16.7;21.4;2.4;12.3;.1;4.68;18349
+72091;44.14014;4.27626;160;20220609;25.8;16.3;21.1;4.7;10.8;0;6.49;24216
+72091;44.14014;4.27626;160;20220610;29.7;16.2;23;5.3;10.3;0;8.1;27519
+72091;44.14014;4.27626;160;20220611;34.6;19.3;27;3.7;10.9;0;8.38;28355
+72091;44.14014;4.27626;160;20220612;36.1;17.4;26.7;2;12.27;0;7.01;29192
+72091;44.14014;4.27626;160;20220613;32.7;18.5;25.6;3.5;14.97;.2;6.99;25799
+72091;44.14014;4.27626;160;20220614;36;19.3;27.6;3.2;11.8;0;8.19;29509
+72091;44.14014;4.27626;160;20220615;33.9;18.2;26.1;1.9;15.47;0;6.28;27376
+72091;44.14014;4.27626;160;20220616;36.6;17;26.8;1.9;15.5;0;6.81;28827
+72091;44.14014;4.27626;160;20220617;38.5;24.3;31.4;3.8;13.77;0;9.09;27066
+72091;44.14014;4.27626;160;20220618;35.5;19.4;27.5;2.6;16.14;0;7.25;28821
+72091;44.14014;4.27626;160;20220619;33.3;18.5;25.9;2.9;16.97;0;6.85;28170
+72091;44.14014;4.27626;160;20220620;32.8;16.4;24.6;2.5;15.1;0;6.66;29366
+72091;44.14014;4.27626;160;20220621;30.2;19.1;24.7;2.2;20.37;1.5;4.88;21268
+72091;44.14014;4.27626;160;20220622;28.7;20.4;24.6;2.7;22.87;4.6;4.53;20555
+72091;44.14014;4.27626;160;20220623;28.8;20.5;24.6;3.2;21.5;8.4;5.05;22061
+72091;44.14014;4.27626;160;20220624;27.6;18.5;23.1;1.8;18.64;3.5;4.51;21150
+72091;44.14014;4.27626;160;20220625;30.1;16.1;23.1;2.4;17.5;5.2;5.71;27001
+72091;44.14014;4.27626;160;20220626;32;19.8;25.9;2.2;20.04;0;5.97;26710
+72091;44.14014;4.27626;160;20220627;29.9;19;24.5;3.6;16.97;0;5.98;23060
+72091;44.14014;4.27626;160;20220628;29.6;18.6;24.1;4.1;14.34;0;6.65;24598
+72091;44.14014;4.27626;160;20220629;32.6;18.6;25.6;2.5;14.44;.6;6.67;27635
+72091;44.14014;4.27626;160;20220630;29;17.4;23.2;2.5;17.94;1.5;5.05;22500
+72091;44.14014;4.27626;160;20220701;27.4;15;21.2;4.5;12.27;0;6.59;26712
+72091;44.14014;4.27626;160;20220702;34.5;16.1;25.3;2.6;11;0;7.46;30041
+72091;44.14014;4.27626;160;20220703;36.5;15.8;26.1;1.9;13.2;0;7;30014
+72091;44.14014;4.27626;160;20220704;35.4;21.4;28.4;2.8;17.4;.6;7;25412
+72091;44.14014;4.27626;160;20220705;32.4;21.8;27.1;4.1;14.4;0;7.55;24719
+72091;44.14014;4.27626;160;20220706;31.9;20.1;26;4.4;11.6;0;7.97;25213
+72091;44.14014;4.27626;160;20220707;31;18.8;24.9;5.5;11.27;0;8.42;25962
+72091;44.14014;4.27626;160;20220708;30.5;19.6;25.1;6.5;12.54;0;8.56;25504
+72091;44.14014;4.27626;160;20220709;33.6;20.7;27.2;4.6;11.3;0;8.71;26448
+72091;44.14014;4.27626;160;20220710;33.5;21.5;27.5;4.7;12.27;0;8.62;25830
+72091;44.14014;4.27626;160;20220711;34.2;20.9;27.5;3.2;14.2;0;7.47;26993
+72091;44.14014;4.27626;160;20220712;35.4;17.8;26.6;2;15.3;0;6.75;28891
+72091;44.14014;4.27626;160;20220713;35;18.3;26.7;2.1;14.47;0;6.79;28749
+72091;44.14014;4.27626;160;20220714;36.7;18.2;27.5;1.6;18.94;0;6.56;29539
+72091;44.14014;4.27626;160;20220715;37.8;19.6;28.7;3;16.77;0;7.91;28847
+72091;44.14014;4.27626;160;20220716;36.5;22.7;29.6;4.2;11.6;0;8.97;26102
+72091;44.14014;4.27626;160;20220717;36.9;22;29.4;3.2;12.1;0;8.15;26991
+72091;44.14014;4.27626;160;20220718;38.1;21.2;29.7;2.3;16.5;0;7.38;28334
+72091;44.14014;4.27626;160;20220719;36.7;20.2;28.5;2;18.77;0;6.71;27833
+72091;44.14014;4.27626;160;20220720;35.8;20.1;28;2.3;19.77;.1;6.64;27469
+72091;44.14014;4.27626;160;20220721;36.8;22.9;29.8;3.1;15.2;0;7.68;25902
+72091;44.14014;4.27626;160;20220722;37.4;20;28.7;2;15.97;0;6.8;27565
+72091;44.14014;4.27626;160;20220723;34.7;22.4;28.6;2.6;20.94;0;6.24;24018
+72091;44.14014;4.27626;160;20220724;37.8;22.7;30.3;3.2;15.87;0;7.95;26875
+72091;44.14014;4.27626;160;20220725;37.8;19.4;28.6;2.2;17.84;.1;6.83;27188
+72091;44.14014;4.27626;160;20220726;32.5;22.4;27.5;4.1;14.3;0;7.28;23048
+72091;44.14014;4.27626;160;20220727;32.2;19.7;26;4;11.84;0;7.47;24626
+72091;44.14014;4.27626;160;20220728;34.2;17.4;25.8;2.1;11.7;.1;6.29;25627
+72091;44.14014;4.27626;160;20220729;30.5;18.6;24.5;1.8;16.5;1.7;4.85;20804
+72091;44.14014;4.27626;160;20220730;33.6;19.2;26.4;3.6;13.5;0;7.34;25670
+72091;44.14014;4.27626;160;20220731;36;22.2;29.1;3.2;12.1;0;7.69;25197
+72091;44.14014;4.27626;160;20220801;37.9;23.7;30.8;3.3;12.8;0;8.13;25232
+72091;44.14014;4.27626;160;20220802;37.4;24.2;30.8;3.6;14;0;8.14;24749
+72091;44.14014;4.27626;160;20220803;36.6;19.8;28.2;2.1;16.34;0;6.54;27105
+72091;44.14014;4.27626;160;20220804;37.2;19.1;28.2;2;18.84;0;6.49;27511
+72091;44.14014;4.27626;160;20220805;37;21.3;29.1;2.2;20.6;.1;6.34;25196
+72091;44.14014;4.27626;160;20220806;35;22.9;28.9;4.2;15.9;0;7.7;23104
+72091;44.14014;4.27626;160;20220807;34.5;21.9;28.2;3.5;13.1;0;7.39;23803
+72091;44.14014;4.27626;160;20220808;35.6;22;28.8;3.1;11.94;0;7.33;24391
+72091;44.14014;4.27626;160;20220809;36.9;20.1;28.5;2;11.3;0;6.47;25426
+72091;44.14014;4.27626;160;20220810;35.9;17.9;26.9;2.2;14.54;0;6.42;26592
+72091;44.14014;4.27626;160;20220811;35.1;18.6;26.9;2.2;18.1;0;6.05;25727
+72091;44.14014;4.27626;160;20220812;37.1;20;28.5;1.7;19.77;0;5.86;24999
+72091;44.14014;4.27626;160;20220813;35.1;20.3;27.7;2.3;21.9;1;5.75;24212
+72091;44.14014;4.27626;160;20220814;28.6;22.4;25.5;2.1;22.14;10.6;3.87;16231
+72091;44.14014;4.27626;160;20220815;31.9;16.8;24.4;1.8;16.67;0;5.16;23984
+72091;44.14014;4.27626;160;20220816;33.4;16.2;24.8;2.7;16.77;7.7;5.85;24444
+72091;44.14014;4.27626;160;20220817;28.7;19.1;23.9;2.5;20.74;32.9;3.79;16049
+72091;44.14014;4.27626;160;20220818;26.1;15.5;20.8;2.7;16.6;0;3.74;16469
+72091;44.14014;4.27626;160;20220819;28.4;19.3;23.9;3.8;15.97;0;5.16;18606
+72091;44.14014;4.27626;160;20220820;29.9;20.2;25;3.7;16;0;5.62;20032
+72091;44.14014;4.27626;160;20220821;30.4;19.6;25;3.8;13.7;0;6.04;20143
+72091;44.14014;4.27626;160;20220822;30.3;19.9;25.1;3.8;13.8;0;6.05;20561
+72091;44.14014;4.27626;160;20220823;32.3;20.9;26.6;4;15.07;0;6.51;20840
+72091;44.14014;4.27626;160;20220824;33.6;19.8;26.7;2.2;15.9;0;5.47;22526
+72091;44.14014;4.27626;160;20220825;33.6;17;25.3;1.7;17.87;1.3;4.95;22838
+72091;44.14014;4.27626;160;20220826;32;21.7;26.9;3.6;17.2;0;5.79;19205
+72091;44.14014;4.27626;160;20220827;30.3;18.9;24.6;3.1;16.87;0;5.06;19503
+72091;44.14014;4.27626;160;20220828;32.7;19.4;26;1.8;16.2;0;4.82;20977
+72091;44.14014;4.27626;160;20220829;32.7;17.5;25.1;2;18.87;.2;4.71;21513
+72091;44.14014;4.27626;160;20220830;31.1;20.8;26;2.1;22.8;5;3.94;16757
+72091;44.14014;4.27626;160;20220831;29.5;18;23.7;3;17.17;0;4.56;18080
+72091;44.14014;4.27626;160;20220901;31.8;18.7;25.3;2.4;14.5;0;5.05;19929
+72091;44.14014;4.27626;160;20220902;27.2;17.5;22.4;1.3;17.1;11.6;3.06;14451
+72091;44.14014;4.27626;160;20220903;28.8;17.7;23.2;1.7;19.87;0;3.59;17760
+72091;44.14014;4.27626;160;20220904;30.3;17.6;24;1.5;20.17;0;3.88;19493
+72091;44.14014;4.27626;160;20220905;30.2;19.4;24.8;2.1;22;.4;3.82;17584
+72091;44.14014;4.27626;160;20220906;29.2;18.8;24;2.1;22.34;5.8;3.13;13714
+72091;44.14014;4.27626;160;20220907;27.3;18.1;22.7;2.7;21.77;17.6;3.06;14480
+72091;44.14014;4.27626;160;20220908;27.2;15.8;21.5;1.8;16.64;.1;3.49;17518
+72091;44.14014;4.27626;160;20220909;26.9;14.7;20.8;1.8;14.64;.2;3.45;16528
+72091;44.14014;4.27626;160;20220910;26.2;12.4;19.3;2;12.94;0;3.66;18855
+72091;44.14014;4.27626;160;20220911;27.9;15.3;21.6;2.6;12.57;0;4.32;18625
+72091;44.14014;4.27626;160;20220912;28.8;13.2;21;1.6;16.64;.2;3.46;18212
+72091;44.14014;4.27626;160;20220913;27.2;19.4;23.3;2.4;23.07;17.9;2.68;12313
+72091;44.14014;4.27626;160;20220914;26.6;19.2;22.9;2.6;21.17;15.8;2.91;12669
+72091;44.14014;4.27626;160;20220915;29;16.1;22.6;1.7;17.67;0;3.61;18109
+72091;44.14014;4.27626;160;20220916;25.6;16.8;21.2;2.8;15.24;0;3.45;14331
+72091;44.14014;4.27626;160;20220917;19.5;13;16.2;5;9.37;0;3.96;14562
+72091;44.14014;4.27626;160;20220918;22.7;11.3;17;4.4;8.2;0;4.62;17201
+72091;44.14014;4.27626;160;20220919;22.8;12.9;17.9;4.6;8.47;0;4.74;16191
+72091;44.14014;4.27626;160;20220920;22.9;11.8;17.3;4.3;8.2;0;4.54;16529
+72091;44.14014;4.27626;160;20220921;23.7;11.8;17.8;3.3;9.04;0;4.05;16404
+72091;44.14014;4.27626;160;20220922;24.3;9.7;17;1.5;11.57;.1;2.87;17356
+72091;44.14014;4.27626;160;20220923;22.9;12.3;17.6;1.5;14.9;36;2.34;13581
+72091;44.14014;4.27626;160;20220924;20.9;14.8;17.8;2.2;16.2;3.9;2.05;11228
+72091;44.14014;4.27626;160;20220925;21.7;13.1;17.4;1.8;13.7;.2;2.48;14476
+72091;44.14014;4.27626;160;20220926;21.1;12;16.6;2.5;11.27;.3;2.78;13770
+72091;44.14014;4.27626;160;20220927;19.5;11.4;15.5;2.7;11.07;0;2.63;13294
+72091;44.14014;4.27626;160;20220928;23.3;13;18.1;1.9;12.97;0;2.66;14233
+72091;44.14014;4.27626;160;20220929;19.3;13.6;16.5;2.2;11.77;.8;2.37;11243
+72091;44.14014;4.27626;160;20220930;16.8;11.2;14;3.5;10.15;0;2.48;9660
+72091;44.14014;4.27626;160;20221001;20.7;5.1;12.9;1.9;11.48;.1;2.23;13327
+72091;44.14014;4.27626;160;20221002;27.5;10.6;19.1;2.3;14.22;0;3.32;17049
+72091;44.14014;4.27626;160;20221003;23.3;14.5;18.9;4;13.62;0;3.45;13336
+72091;44.14014;4.27626;160;20221004;26.1;9.6;17.8;2.2;14.48;.1;2.93;16608
+72091;44.14014;4.27626;160;20221005;23.6;9.7;16.6;1.5;16.52;.2;2.05;12300
+72091;44.14014;4.27626;160;20221006;25;10.1;17.6;1.9;15.42;0;2.52;15052
+72091;44.14014;4.27626;160;20221007;24.6;11.2;17.9;1.6;15.15;1.2;2.25;12816
+72091;44.14014;4.27626;160;20221008;21.5;14.4;18;2;14.74;.6;1.89;8512
+72091;44.14014;4.27626;160;20221009;19.3;13.7;16.5;2;13.37;.2;1.79;7939
+72091;44.14014;4.27626;160;20221010;24.1;13.5;18.8;1.2;15.34;.1;1.92;11234
+72091;44.14014;4.27626;160;20221011;24.1;10;17.1;1.4;14.07;0;2.06;13700
+72091;44.14014;4.27626;160;20221012;23.6;13.1;18.3;1.5;14.57;0;2.06;11807
+72091;44.14014;4.27626;160;20221013;22.2;9.2;15.7;1.1;13.94;1.3;1.64;11489
+72091;44.14014;4.27626;160;20221014;23.2;13;18.1;1.2;14.94;.3;1.73;10509
+72091;44.14014;4.27626;160;20221015;25.3;8.5;16.9;1.2;13.5;.2;2.01;14429
+72091;44.14014;4.27626;160;20221016;24.2;13;18.6;2.4;16.74;0;2;10613
+72091;44.14014;4.27626;160;20221017;24.1;12.5;18.3;1.9;16.07;0;1.88;10838
+72091;44.14014;4.27626;160;20221018;24.4;12.7;18.6;1.5;16.04;.2;1.85;11667
+72091;44.14014;4.27626;160;20221019;22.4;10.8;16.6;1.2;16.17;1;1.38;9504
+72091;44.14014;4.27626;160;20221020;20.4;16.7;18.5;2.5;18.27;19.6;1.17;4429
+72091;44.14014;4.27626;160;20221021;22.6;16.9;19.7;3.9;19.37;21.4;1.63;6938
+72091;44.14014;4.27626;160;20221022;23.9;16.9;20.4;1.8;18.9;0;1.55;7815
+72091;44.14014;4.27626;160;20221023;22.5;16.1;19.3;2;18.4;.9;1.44;6635
+72091;44.14014;4.27626;160;20221024;24.6;17.3;20.9;2.3;18.77;0;1.81;8770
+72091;44.14014;4.27626;160;20221025;23.7;12.3;18;1.5;16.74;0;1.53;10391
+72091;44.14014;4.27626;160;20221026;24.2;13.8;19;1.4;16.97;0;1.52;9210
+72091;44.14014;4.27626;160;20221027;23.5;15.1;19.3;1.2;17.84;.1;1.42;9261
+72091;44.14014;4.27626;160;20221028;24;12.3;18.2;1;15.6;.1;1.43;10527
+72091;44.14014;4.27626;160;20221029;24.1;10;17;1.1;13.8;.2;1.46;10736
+72091;44.14014;4.27626;160;20221030;23.4;9.8;16.6;1.1;14.7;0;1.32;10307
+72091;44.14014;4.27626;160;20221031;22;13.6;17.8;2.8;16.8;30.5;1.43;7385
+72091;44.14014;4.27626;160;20221101;23.2;15.5;19.4;2.7;16.57;.1;1.82;8304
+72091;44.14014;4.27626;160;20221102;20.3;10.4;15.3;1.6;11.74;.1;1.45;9446
+72091;44.14014;4.27626;160;20221103;13.9;6.2;10.1;1.7;11.7;13.4;.69;5438
+72091;44.14014;4.27626;160;20221104;14.6;5.9;10.3;2.2;9.4;.5;1.13;7290
+72091;44.14014;4.27626;160;20221105;14.2;8.2;11.2;4.9;7.87;0;2.15;7942
+72091;44.14014;4.27626;160;20221106;18;4;11;1.9;8.37;.1;1.41;10127
+72091;44.14014;4.27626;160;20221107;20.7;3.1;11.9;1.2;9.34;0;1.19;10728
+72091;44.14014;4.27626;160;20221108;16.9;6.6;11.7;2.2;12.24;13.2;.87;6041
+72091;44.14014;4.27626;160;20221109;19.1;15.8;17.5;3.7;15.1;29.6;1.58;3923
+72091;44.14014;4.27626;160;20221110;17.3;12;14.7;2.9;11.97;0;1.42;7049
+72091;44.14014;4.27626;160;20221111;20.8;6.8;13.8;1;11.24;.1;.99;9504
+72091;44.14014;4.27626;160;20221112;20.5;6;13.3;.8;11.4;.1;.86;9227
+72091;44.14014;4.27626;160;20221113;17.1;8.8;13;1.4;12.17;0;.82;6187
+72091;44.14014;4.27626;160;20221114;14.7;9.7;12.2;1.5;12.17;15.4;.73;3759
+72091;44.14014;4.27626;160;20221115;15.5;11.6;13.5;1.5;13.87;7.2;.7;3533
+72091;44.14014;4.27626;160;20221116;18.6;8.2;13.4;1.5;11.5;.1;.97;7875
+72091;44.14014;4.27626;160;20221117;17.9;9;13.4;1.4;12.34;1.3;.84;6258
+72091;44.14014;4.27626;160;20221118;14.8;6.6;10.7;2.2;9.2;.1;1.05;7089
+72091;44.14014;4.27626;160;20221119;13.2;5.4;9.3;3.8;7.64;.1;1.48;7096
+72091;44.14014;4.27626;160;20221120;12.9;5.2;9;2.9;6.97;.1;1.34;6954
+72091;44.14014;4.27626;160;20221121;8.7;3.2;5.9;1.6;8.2;4.3;.53;4363
+72091;44.14014;4.27626;160;20221122;13.2;3.8;8.5;2.3;7.87;1.3;.97;7391
+72091;44.14014;4.27626;160;20221123;11.2;4;7.6;1.2;8.9;.7;.55;5022
+72091;44.14014;4.27626;160;20221124;15.9;2.7;9.3;1.7;8.34;0;.88;7997
+72091;44.14014;4.27626;160;20221125;16;4.2;10.1;2.3;9.17;1.4;.99;7107
+72091;44.14014;4.27626;160;20221126;13.2;7.7;10.5;4;7.8;0;1.6;5383
+72091;44.14014;4.27626;160;20221127;14.1;.4;7.2;1.2;7.8;2.9;.58;7331
+72091;44.14014;4.27626;160;20221128;8.8;7.1;7.9;2;9.5;26.8;.54;2083
+72091;44.14014;4.27626;160;20221129;10.9;2.2;6.5;2.5;7.87;0;.66;6374
+72091;44.14014;4.27626;160;20221130;11.6;2.9;7.2;3.3;7.8;0;.92;6233
+72091;44.14014;4.27626;160;20221201;10.6;6.8;8.7;3.7;7.6;0;1.26;3881
+72091;44.14014;4.27626;160;20221202;7.2;4.1;5.7;1.9;7.27;2.7;.62;3011
+72091;44.14014;4.27626;160;20221203;6.8;4.7;5.7;2;8.67;15.4;.39;2188
+72091;44.14014;4.27626;160;20221204;10.1;6.3;8.2;1.5;9.27;10.7;.53;3393
+72091;44.14014;4.27626;160;20221205;10.3;-.6;4.9;1.3;6.9;.1;.47;6084
+72091;44.14014;4.27626;160;20221206;9.4;-1.3;4;1.9;6.14;.3;.55;6909
+72091;44.14014;4.27626;160;20221207;7.4;.1;3.7;4;5.94;.2;.83;5716
+72091;44.14014;4.27626;160;20221208;6.2;-3.5;1.3;1.7;6.14;23.5;.3;5315
+72091;44.14014;4.27626;160;20221209;11.1;4.6;7.8;2;9.17;.4;.52;5045
+72091;44.14014;4.27626;160;20221210;6.3;3.4;4.8;3.7;6.17;0;.89;4376
+72091;44.14014;4.27626;160;20221211;5.1;-1.4;1.8;3.3;4;0;.98;5085
+72091;44.14014;4.27626;160;20221212;6.3;-5.5;.4;1.1;4.7;8.6;.35;6092
+72091;44.14014;4.27626;160;20221213;5;.6;2.8;1.3;7.37;18.8;.26;2736
+72091;44.14014;4.27626;160;20221214;9.9;4.7;7.3;1.2;10.1;1;.28;3658
+72091;44.14014;4.27626;160;20221215;9.6;7.7;8.6;2;10.57;29.6;.43;1845
+72091;44.14014;4.27626;160;20221216;8.8;3.8;6.3;3;7.64;0;.67;4797
+72091;44.14014;4.27626;160;20221217;6.4;.9;3.7;3.3;4.9;0;.96;5343
+72091;44.14014;4.27626;160;20221218;11.2;-2.8;4.2;1.5;6.7;0;.47;5806
+72091;44.14014;4.27626;160;20221219;14.1;7.4;10.8;2.6;10.97;1.8;.69;3799
+72091;44.14014;4.27626;160;20221220;15;11.9;13.4;3.3;12.6;3;.95;2653
+72091;44.14014;4.27626;160;20221221;16.1;12;14.1;1.7;12.47;.6;.76;3926
+72091;44.14014;4.27626;160;20221222;13.2;5.7;9.4;1.4;10.77;0;.43;3758
+72091;44.14014;4.27626;160;20221223;16.9;8.8;12.8;1.4;12.34;0;.62;4692
+72091;44.14014;4.27626;160;20221224;18.7;7.6;13.2;1.2;11.14;.1;.62;5983
+72091;44.14014;4.27626;160;20221225;13.5;3.7;8.6;1.2;10.44;0;.4;4336
+72091;44.14014;4.27626;160;20221226;17.3;9.1;13.2;1.4;11.77;.1;.65;5417
+72091;44.14014;4.27626;160;20221227;15.1;5.1;10.1;1.8;8.64;0;.76;6406
+72091;44.14014;4.27626;160;20221228;13.4;-.1;6.6;1;7.8;0;.42;6195
+72091;44.14014;4.27626;160;20221229;14.5;7.6;11.1;1.4;10.77;.1;.58;4701
+72091;44.14014;4.27626;160;20221230;13.4;7.3;10.4;1.2;11.3;0;.41;4510
+72091;44.14014;4.27626;160;20221231;14;5.6;9.8;1.2;10.5;0;.5;4125
+72092;44.15689;4.5874;55;20220101;7.3;4.8;6.1;1;9.4;.2;.31;2266
+72092;44.15689;4.5874;55;20220102;9.5;6.8;8.1;1.2;10.35;.1;.38;2345
+72092;44.15689;4.5874;55;20220103;14.1;5.6;9.9;1.1;9.45;0;.48;6004
+72092;44.15689;4.5874;55;20220104;12;3;7.5;.8;9.9;1.5;.3;5576
+72092;44.15689;4.5874;55;20220105;7.9;6.6;7.3;10.2;6.45;.1;2.11;3830
+72092;44.15689;4.5874;55;20220106;7.5;4.5;6;11.2;5.55;0;2.25;4924
+72092;44.15689;4.5874;55;20220107;9.3;2.3;5.8;4.5;5.55;0;1.47;5550
+72092;44.15689;4.5874;55;20220108;11.3;1.9;6.6;2.8;7.25;.2;.88;5898
+72092;44.15689;4.5874;55;20220109;10.9;3.8;7.4;2.1;7.2;.1;.83;5344
+72092;44.15689;4.5874;55;20220110;8.8;3.8;6.3;8.4;6.65;0;1.59;5506
+72092;44.15689;4.5874;55;20220111;6.8;2.7;4.7;9.8;5.6;0;1.75;5605
+72092;44.15689;4.5874;55;20220112;7.4;2.7;5;7.8;5.2;0;1.86;5864
+72092;44.15689;4.5874;55;20220113;8.6;.6;4.6;3.4;4.95;0;1.22;6975
+72092;44.15689;4.5874;55;20220114;10.8;-3.6;3.6;1.4;5.1;0;.66;8264
+72092;44.15689;4.5874;55;20220115;11.3;-3.4;4;.8;5.05;0;.45;8445
+72092;44.15689;4.5874;55;20220116;12.8;-5.6;3.6;5.3;4.35;.1;2.08;9266
+72092;44.15689;4.5874;55;20220117;10.3;3.7;7;7.5;6.4;0;1.48;7395
+72092;44.15689;4.5874;55;20220118;10.6;3.8;7.2;4.8;6.05;0;1.68;6979
+72092;44.15689;4.5874;55;20220119;9.5;-2.3;3.6;1.5;6.35;0;.57;6591
+72092;44.15689;4.5874;55;20220120;9.1;3.5;6.3;10.4;6.35;0;1.93;6708
+72092;44.15689;4.5874;55;20220121;7.4;3;5.2;11.6;5.05;0;2.34;6287
+72092;44.15689;4.5874;55;20220122;7.9;2;4.9;9.2;5.25;0;2.01;6978
+72092;44.15689;4.5874;55;20220123;9.6;2.5;6;4.5;5.75;0;1.51;7452
+72092;44.15689;4.5874;55;20220124;12.2;-2.9;4.7;.8;5.5;0;.61;9396
+72092;44.15689;4.5874;55;20220125;13.4;-5;4.2;.6;5.75;0;.52;10031
+72092;44.15689;4.5874;55;20220126;13.8;-3.9;5;4.2;5.33;0;1.6;9852
+72092;44.15689;4.5874;55;20220127;10.1;-2.3;3.9;5.4;4.75;0;1.81;9185
+72092;44.15689;4.5874;55;20220128;9.7;.6;5.1;11.8;5.95;0;2.03;8267
+72092;44.15689;4.5874;55;20220129;11.4;3.6;7.5;8.7;5.9;0;2.52;7927
+72092;44.15689;4.5874;55;20220130;13.2;5.5;9.3;11.8;7.8;0;2.51;8089
+72092;44.15689;4.5874;55;20220131;12.7;7.3;10;10.7;6.9;0;3.06;7354
+72092;44.15689;4.5874;55;20220201;10.2;4.9;7.6;12.2;5.6;0;2.99;7504
+72092;44.15689;4.5874;55;20220202;15.4;7.6;11.5;10.7;8.75;0;2.85;8190
+72092;44.15689;4.5874;55;20220203;15.3;8.1;11.7;3.3;8.85;0;1.66;8135
+72092;44.15689;4.5874;55;20220204;14.3;6.2;10.3;3.2;8.5;0;1.5;8698
+72092;44.15689;4.5874;55;20220205;12.7;8.3;10.5;8.3;6.75;0;3;7397
+72092;44.15689;4.5874;55;20220206;13;5.1;9;6;6.1;0;2.54;9045
+72092;44.15689;4.5874;55;20220207;13;3.2;8.1;8.7;6.15;.1;2.77;8958
+72092;44.15689;4.5874;55;20220208;15;5.5;10.2;5.7;4.9;0;3.27;10025
+72092;44.15689;4.5874;55;20220209;14.6;-3.8;5.4;.9;7.15;0;.88;12041
+72092;44.15689;4.5874;55;20220210;12;3.1;7.5;1.1;8.27;0;1.09;10927
+72092;44.15689;4.5874;55;20220211;12.6;1.5;7;5.6;6.67;0;1.87;11115
+72092;44.15689;4.5874;55;20220212;14.2;2.5;8.3;2.5;6.27;0;1.62;10623
+72092;44.15689;4.5874;55;20220213;13.5;.9;7.2;3.5;7.74;8.1;1.38;5696
+72092;44.15689;4.5874;55;20220214;12.2;8.7;10.4;2.9;9.6;12.2;1.15;2567
+72092;44.15689;4.5874;55;20220215;12.7;2.3;7.5;3.3;6.87;0;1.58;9899
+72092;44.15689;4.5874;55;20220216;11.8;-.1;5.8;.9;8.2;.9;.79;8354
+72092;44.15689;4.5874;55;20220217;21.7;3.2;12.5;2.6;10.2;0;2.12;13627
+72092;44.15689;4.5874;55;20220218;19.5;3.8;11.6;2.1;10.03;0;1.74;12918
+72092;44.15689;4.5874;55;20220219;13.3;6.4;9.8;7.9;6.8;0;2.91;9696
+72092;44.15689;4.5874;55;20220220;16.4;6.6;11.5;5.3;6.7;0;3.06;11852
+72092;44.15689;4.5874;55;20220221;15.4;3;9.2;4.3;7.25;.2;2.26;11580
+72092;44.15689;4.5874;55;20220222;14.7;7.1;10.9;9;7.35;0;3.27;10775
+72092;44.15689;4.5874;55;20220223;18.6;9.8;14.2;5.3;8.45;0;3.32;11815
+72092;44.15689;4.5874;55;20220224;15.7;1.1;8.4;1.2;8.95;.2;1.27;12024
+72092;44.15689;4.5874;55;20220225;12.2;2.1;7.2;9.4;5.8;0;2.93;12839
+72092;44.15689;4.5874;55;20220226;14.3;4.9;9.6;5;5.4;0;3.03;12488
+72092;44.15689;4.5874;55;20220227;14.6;-4.2;5.2;1.6;5.8;0;1.62;15398
+72092;44.15689;4.5874;55;20220228;16.1;-2.2;7;2.2;6.55;0;1.94;15586
+72092;44.15689;4.5874;55;20220301;15.2;.8;8;2.6;6.5;0;2.05;14634
+72092;44.15689;4.5874;55;20220302;12.9;1.2;7.1;1.2;7.4;0;1.23;9936
+72092;44.15689;4.5874;55;20220303;16.9;-1.5;7.7;.8;7.3;0;1.58;16156
+72092;44.15689;4.5874;55;20220304;17.6;0;8.8;5.7;6.05;0;3.41;16345
+72092;44.15689;4.5874;55;20220305;15.5;4.1;9.8;5.7;3.95;0;3.96;14750
+72092;44.15689;4.5874;55;20220306;13.5;.1;6.8;3.6;4.1;0;2.75;15151
+72092;44.15689;4.5874;55;20220307;13.7;-2.5;5.6;2;4.45;0;2.08;16014
+72092;44.15689;4.5874;55;20220308;12.2;-5.4;3.4;1.1;6.1;0;1.4;15650
+72092;44.15689;4.5874;55;20220309;14.6;2.4;8.5;1.1;7.65;0;1.56;13239
+72092;44.15689;4.5874;55;20220310;15.1;-1.7;6.7;2.3;8.7;1.4;1.63;15680
+72092;44.15689;4.5874;55;20220311;14.1;9.1;11.6;4.6;8.35;3.1;2.36;6892
+72092;44.15689;4.5874;55;20220312;14.3;9.9;12.1;5.5;7;2.8;3.14;6746
+72092;44.15689;4.5874;55;20220313;13.2;10.3;11.7;6.8;8.05;11.8;2.78;5218
+72092;44.15689;4.5874;55;20220314;16.1;5.1;10.6;2.3;10.5;.7;1.74;12798
+72092;44.15689;4.5874;55;20220315;18.2;11.3;14.7;2.6;9.95;0;2.57;12558
+72092;44.15689;4.5874;55;20220316;17.8;4.1;10.9;.6;10.15;0;1.94;17675
+72092;44.15689;4.5874;55;20220317;16.7;5.9;11.3;3.9;10.7;0;2.16;15133
+72092;44.15689;4.5874;55;20220318;15.5;10.4;12.9;5.2;10.07;1;2.43;11053
+72092;44.15689;4.5874;55;20220319;17.6;6;11.8;1.7;9.24;0;2.26;15174
+72092;44.15689;4.5874;55;20220320;15;4.7;9.9;1.6;7.87;.3;1.55;6574
+72092;44.15689;4.5874;55;20220321;16.5;8.6;12.6;2.4;7.1;0;2.56;11779
+72092;44.15689;4.5874;55;20220322;17.2;.5;8.8;2.6;6.1;0;2.86;19316
+72092;44.15689;4.5874;55;20220323;17.9;0;9;1.8;6.6;0;2.63;19648
+72092;44.15689;4.5874;55;20220324;20.4;.5;10.4;1.6;6.1;0;2.91;20280
+72092;44.15689;4.5874;55;20220325;21.2;.2;10.7;1.2;6.27;0;2.68;19479
+72092;44.15689;4.5874;55;20220326;21.7;1.8;11.8;1.4;7.1;0;2.88;20244
+72092;44.15689;4.5874;55;20220327;20.4;4;12.2;.9;7.67;0;2.27;14754
+72092;44.15689;4.5874;55;20220328;22.3;3;12.6;1.7;6.87;0;3.18;19674
+72092;44.15689;4.5874;55;20220329;19.6;5.2;12.4;2;8.74;4.1;2.71;16520
+72092;44.15689;4.5874;55;20220330;15.4;9.6;12.5;1.8;11.1;.4;1.78;10340
+72092;44.15689;4.5874;55;20220331;17.9;8.3;13.1;4.1;8.94;2.9;3.21;16817
+72092;44.15689;4.5874;55;20220401;8.5;3.6;6.1;7.6;6.3;.5;2.15;11045
+72092;44.15689;4.5874;55;20220402;7.6;3.3;5.4;11.6;4.9;0;2.91;10232
+72092;44.15689;4.5874;55;20220403;9.5;1.9;5.7;9.6;5.4;0;2.84;15747
+72092;44.15689;4.5874;55;20220404;14.8;2.8;8.8;4.8;5.34;0;3.58;22520
+72092;44.15689;4.5874;55;20220405;19;4;11.5;4.3;6.7;0;4;22615
+72092;44.15689;4.5874;55;20220406;18.2;4.3;11.2;1.8;9.37;.5;2.39;14403
+72092;44.15689;4.5874;55;20220407;18.7;6.4;12.6;2.3;10.37;0;2.18;9497
+72092;44.15689;4.5874;55;20220408;22;10.4;16.2;2.9;10.9;0;3.27;14068
+72092;44.15689;4.5874;55;20220409;15.4;8.8;12.1;5.4;6.24;0;4.18;20475
+72092;44.15689;4.5874;55;20220410;18.6;4;11.3;3.2;6.27;.1;3.91;23956
+72092;44.15689;4.5874;55;20220411;16.6;3.2;9.9;2.6;7.9;.2;2.16;9736
+72092;44.15689;4.5874;55;20220412;21.2;5.5;13.4;2.5;9;0;3.36;17775
+72092;44.15689;4.5874;55;20220413;22.5;7.1;14.8;1.4;9.9;0;3.13;18601
+72092;44.15689;4.5874;55;20220414;25.7;7.8;16.7;3.3;11.07;0;4.38;22360
+72092;44.15689;4.5874;55;20220415;26.9;10.2;18.5;7.1;11.7;0;6.26;24355
+72092;44.15689;4.5874;55;20220416;25.1;15.8;20.4;8.6;10.1;0;7.15;21966
+72092;44.15689;4.5874;55;20220417;22.7;11.8;17.2;4;8.17;0;5.23;25062
+72092;44.15689;4.5874;55;20220418;23.9;5.2;14.5;2.1;9.04;0;4.13;24856
+72092;44.15689;4.5874;55;20220419;24.9;6.9;15.9;2.9;8.34;0;4.86;24779
+72092;44.15689;4.5874;55;20220420;17.4;8.4;12.9;1.5;12.14;10;1.7;8950
+72092;44.15689;4.5874;55;20220421;20;11.8;15.9;2.3;13.2;.5;2.67;14039
+72092;44.15689;4.5874;55;20220422;22.5;8.3;15.4;2.7;11.44;0;3.99;23610
+72092;44.15689;4.5874;55;20220423;15.9;11.9;13.9;4;11.6;15.9;1.9;4937
+72092;44.15689;4.5874;55;20220424;16.7;7.9;12.3;1.5;11.6;.4;1.98;11965
+72092;44.15689;4.5874;55;20220425;21.9;7.7;14.8;1.8;10.87;0;3.87;24969
+72092;44.15689;4.5874;55;20220426;23.2;7.3;15.3;2.7;10.67;0;4.26;25187
+72092;44.15689;4.5874;55;20220427;23.8;11.3;17.5;2.9;10.37;0;4.84;26238
+72092;44.15689;4.5874;55;20220428;26.2;8.8;17.5;2;11.24;.1;4.57;25788
+72092;44.15689;4.5874;55;20220429;25.3;8.6;17;2.7;10.84;0;4.76;25605
+72092;44.15689;4.5874;55;20220430;24.2;13.8;19;5.1;9.94;0;5.82;24385
+72092;44.15689;4.5874;55;20220501;23.4;12;17.7;5.1;8.8;0;5.93;26970
+72092;44.15689;4.5874;55;20220502;24.9;9.6;17.2;2.7;10;.2;4.96;26249
+72092;44.15689;4.5874;55;20220503;24.1;11.4;17.8;1.9;12.3;1.4;4.12;22625
+72092;44.15689;4.5874;55;20220504;24.8;8.9;16.8;1.9;12.77;1.5;4.17;24407
+72092;44.15689;4.5874;55;20220505;21;13.3;17.2;5.6;11.67;.1;4.39;17950
+72092;44.15689;4.5874;55;20220506;18.9;13.6;16.2;9.8;11.2;0;4.71;18383
+72092;44.15689;4.5874;55;20220507;24.7;15.1;19.9;7.6;11.3;0;6.55;22688
+72092;44.15689;4.5874;55;20220508;23.6;15.1;19.3;3.4;12.2;3.1;4.61;19749
+72092;44.15689;4.5874;55;20220509;27.6;11;19.3;1.3;14.1;.3;4.61;26345
+72092;44.15689;4.5874;55;20220510;27.4;9.6;18.5;1.4;13.4;0;4.83;28090
+72092;44.15689;4.5874;55;20220511;26.8;8.3;17.6;1.8;12.4;0;4.88;28239
+72092;44.15689;4.5874;55;20220512;26.6;8.4;17.5;1.6;12.05;0;4.88;28357
+72092;44.15689;4.5874;55;20220513;28.5;8.8;18.6;1.3;12.05;0;4.97;28473
+72092;44.15689;4.5874;55;20220514;30.6;11;20.8;2.5;15.35;0;5.77;28587
+72092;44.15689;4.5874;55;20220515;27.8;11.5;19.7;1.6;14.45;0;5.02;28006
+72092;44.15689;4.5874;55;20220516;29.1;9.4;19.3;1.7;12.6;0;5.33;28805
+72092;44.15689;4.5874;55;20220517;31.9;11.1;21.5;1.4;15.25;0;5.45;28911
+72092;44.15689;4.5874;55;20220518;32.8;12.9;22.9;2.3;16.55;0;6.1;29014
+72092;44.15689;4.5874;55;20220519;30.2;13.1;21.7;1.9;15.65;0;5.54;28354
+72092;44.15689;4.5874;55;20220520;29.5;11.6;20.6;2;13.75;0;5.64;29211
+72092;44.15689;4.5874;55;20220521;32.8;11.4;22.1;1.2;15.6;0;5.56;29305
+72092;44.15689;4.5874;55;20220522;31.1;14;22.6;1.6;18.35;0;5.55;28967
+72092;44.15689;4.5874;55;20220523;28.9;14.7;21.8;2.4;16.5;0;5.47;27198
+72092;44.15689;4.5874;55;20220524;25;18;21.5;4.6;11.95;.6;5.57;17777
+72092;44.15689;4.5874;55;20220525;26.7;16.7;21.7;8.8;10.7;0;7.84;20095
+72092;44.15689;4.5874;55;20220526;27.6;17.6;22.6;9.1;11.1;0;8.59;24503
+72092;44.15689;4.5874;55;20220527;29.1;18.3;23.7;9.3;13.2;0;8.55;23879
+72092;44.15689;4.5874;55;20220528;26.5;17.3;21.9;11.9;11.05;0;8.88;24526
+72092;44.15689;4.5874;55;20220529;24.7;15.3;20;9.3;7.65;0;8.55;24790
+72092;44.15689;4.5874;55;20220530;26.9;11.8;19.3;2.8;9.3;0;6.03;28396
+72092;44.15689;4.5874;55;20220531;28;14.3;21.2;1.7;13.15;0;4.95;23923
+72092;44.15689;4.5874;55;20220601;31;9.8;20.4;1.6;13.7;0;5.71;30157
+72092;44.15689;4.5874;55;20220602;30.7;11.8;21.3;1.6;15.9;0;5.72;30217
+72092;44.15689;4.5874;55;20220603;31.5;17.5;24.5;1.9;17.55;0;6.03;28550
+72092;44.15689;4.5874;55;20220604;32.6;15.5;24;2.3;17.65;0;6.36;29921
+72092;44.15689;4.5874;55;20220605;32.6;16.7;24.6;2.4;18.1;.4;6.45;29511
+72092;44.15689;4.5874;55;20220606;33.3;18.5;25.9;4.3;15.55;.4;7.89;28836
+72092;44.15689;4.5874;55;20220607;30.8;16.9;23.9;4.3;15;0;7.15;28372
+72092;44.15689;4.5874;55;20220608;27;16.5;21.7;2.8;12.6;0;5.44;22873
+72092;44.15689;4.5874;55;20220609;25.4;16.5;20.9;7;12.2;0;6.81;24433
+72092;44.15689;4.5874;55;20220610;28.6;16.8;22.7;9.3;10.7;0;9.28;27433
+72092;44.15689;4.5874;55;20220611;33.7;19.4;26.5;5.5;11.6;0;9.37;28581
+72092;44.15689;4.5874;55;20220612;36.3;13.5;24.9;1.9;13.85;0;6.89;30644
+72092;44.15689;4.5874;55;20220613;32.5;16.5;24.5;5.3;15.3;.1;8.13;29964
+72092;44.15689;4.5874;55;20220614;36.9;19.5;28.2;4.6;12.7;0;9.59;30112
+72092;44.15689;4.5874;55;20220615;34.3;17.6;26;2;16.9;0;6.73;29919
+72092;44.15689;4.5874;55;20220616;36.8;14.5;25.7;2.2;15.8;0;7.26;30728
+72092;44.15689;4.5874;55;20220617;37.5;25.3;31.4;6.3;13.8;0;11.05;27315
+72092;44.15689;4.5874;55;20220618;35.3;17.6;26.5;2.5;17.8;0;7.23;30584
+72092;44.15689;4.5874;55;20220619;33.7;15.9;24.8;2.8;16.25;0;7.11;30632
+72092;44.15689;4.5874;55;20220620;33.3;14.9;24.1;2.4;14.35;0;6.9;30760
+72092;44.15689;4.5874;55;20220621;31.5;17.2;24.4;2.3;19.75;1.7;6.07;28899
+72092;44.15689;4.5874;55;20220622;29.6;22;25.8;2.5;23.7;3.1;4.91;21610
+72092;44.15689;4.5874;55;20220623;29.1;19.4;24.2;2.8;21.5;2.7;4.92;22215
+72092;44.15689;4.5874;55;20220624;28.1;18.4;23.2;1.4;19.95;7.6;4.66;23355
+72092;44.15689;4.5874;55;20220625;31.3;15;23.2;2;18.2;3.7;5.98;29697
+72092;44.15689;4.5874;55;20220626;32.7;19.2;26;2.4;19.65;0;6.43;28575
+72092;44.15689;4.5874;55;20220627;29.9;19.8;24.8;6.2;17.45;0;7.09;24733
+72092;44.15689;4.5874;55;20220628;29.2;19.3;24.2;8.5;15.3;0;7.98;24370
+72092;44.15689;4.5874;55;20220629;33.2;19.5;26.3;3.4;15.45;.4;7.41;28326
+72092;44.15689;4.5874;55;20220630;29.4;16.4;22.9;3.7;18;.9;5.91;26646
+72092;44.15689;4.5874;55;20220701;26.9;16;21.4;8.5;12.65;0;7.63;26715
+72092;44.15689;4.5874;55;20220702;34.9;16.8;25.9;3.9;11.8;0;8.55;30306
+72092;44.15689;4.5874;55;20220703;36.4;13.7;25;1.8;14.25;0;6.84;30514
+72092;44.15689;4.5874;55;20220704;35.3;21;28.2;4.1;18.85;1.2;8.06;28916
+72092;44.15689;4.5874;55;20220705;32.3;22.3;27.3;7.8;14.45;0;9.67;25763
+72092;44.15689;4.5874;55;20220706;31.4;21.6;26.5;8.5;11.5;0;10.24;25441
+72092;44.15689;4.5874;55;20220707;30.7;20.1;25.4;11;11.7;0;10.75;26131
+72092;44.15689;4.5874;55;20220708;30.5;19.5;25;10.6;13.95;0;9.69;26421
+72092;44.15689;4.5874;55;20220709;32.7;21;26.8;7.5;11.95;0;10.11;27009
+72092;44.15689;4.5874;55;20220710;32.8;22.3;27.5;8.3;13.2;0;10.36;25941
+72092;44.15689;4.5874;55;20220711;35.1;21.2;28.2;4.5;14.6;0;8.71;27918
+72092;44.15689;4.5874;55;20220712;36.4;15.9;26.2;2.4;16.05;0;7.24;30036
+72092;44.15689;4.5874;55;20220713;34.6;17.2;25.9;2.5;15.8;0;6.91;29072
+72092;44.15689;4.5874;55;20220714;36;16.4;26.2;1.8;18.95;0;6.56;29897
+72092;44.15689;4.5874;55;20220715;37.6;17.9;27.8;4;17.25;0;8.59;29823
+72092;44.15689;4.5874;55;20220716;35.7;23.4;29.5;7.2;11.55;0;11.23;26735
+72092;44.15689;4.5874;55;20220717;37.8;23.1;30.4;5.1;13.95;0;9.99;27967
+72092;44.15689;4.5874;55;20220718;38.7;19.9;29.3;2;18.3;0;7.29;29584
+72092;44.15689;4.5874;55;20220719;36.7;19.6;28.1;1.8;20.45;0;6.71;29227
+72092;44.15689;4.5874;55;20220720;36.1;18.8;27.5;2.5;20.2;0;7;29258
+72092;44.15689;4.5874;55;20220721;36.7;24.1;30.4;6.2;15.4;0;10.19;26546
+72092;44.15689;4.5874;55;20220722;37.3;19.1;28.2;2.4;16.85;0;7.2;28479
+72092;44.15689;4.5874;55;20220723;36.4;21.6;29;3;21.35;0;6.91;25099
+72092;44.15689;4.5874;55;20220724;38.2;23.6;30.9;4.3;16.35;0;9.05;27108
+72092;44.15689;4.5874;55;20220725;37.8;17.9;27.9;2.3;18.7;0;7.12;28930
+72092;44.15689;4.5874;55;20220726;32.3;23.5;27.9;8.9;15.3;0;9.79;23428
+72092;44.15689;4.5874;55;20220727;32.3;21.4;26.9;7.6;12.45;0;9.7;24900
+72092;44.15689;4.5874;55;20220728;34.3;18;26.2;2.5;12.7;0;6.8;26673
+72092;44.15689;4.5874;55;20220729;30.9;16.8;23.9;2;16.8;.8;5.19;23541
+72092;44.15689;4.5874;55;20220730;33.9;21.6;27.7;6.1;13.1;0;9.3;25609
+72092;44.15689;4.5874;55;20220731;36.3;21.1;28.7;6;12.5;0;9.99;26092
+72092;44.15689;4.5874;55;20220801;38.2;25.3;31.7;6.5;13.1;0;11.2;25761
+72092;44.15689;4.5874;55;20220802;37.3;24.6;30.9;5.8;15;0;9.98;25515
+72092;44.15689;4.5874;55;20220803;36.8;17.2;27;1.8;18;0;6.3;27901
+72092;44.15689;4.5874;55;20220804;36.8;17.2;27;1.8;19.3;0;6.28;27774
+72092;44.15689;4.5874;55;20220805;37.3;20.2;28.8;3.2;20.65;.1;7.28;26791
+72092;44.15689;4.5874;55;20220806;34.7;23.8;29.2;7.3;16.35;0;9.64;23965
+72092;44.15689;4.5874;55;20220807;35;22.7;28.8;6.6;14.05;0;9.74;24664
+72092;44.15689;4.5874;55;20220808;35.7;23.3;29.5;5.7;12.3;0;9.59;24543
+72092;44.15689;4.5874;55;20220809;37.7;17.2;27.5;2.1;13.5;0;6.79;27108
+72092;44.15689;4.5874;55;20220810;36.1;16;26.1;1.9;15.3;0;6.22;26968
+72092;44.15689;4.5874;55;20220811;35.4;16;25.7;1.5;16.15;0;5.72;26826
+72092;44.15689;4.5874;55;20220812;38.8;16.9;27.9;1.3;19.2;0;5.88;26682
+72092;44.15689;4.5874;55;20220813;35.5;18.6;27.1;2;23.4;1.6;5.79;25979
+72092;44.15689;4.5874;55;20220814;29.2;21.9;25.6;2.1;23.1;10.2;4.01;17313
+72092;44.15689;4.5874;55;20220815;32.5;17.3;24.9;1.3;19.35;0;5;25096
+72092;44.15689;4.5874;55;20220816;33.8;16.1;24.9;2;18.6;8.4;5.57;25825
+72092;44.15689;4.5874;55;20220817;28.6;20.4;24.5;2;21.5;28.3;3.62;15440
+72092;44.15689;4.5874;55;20220818;26;16.1;21;4.3;17.35;0;4.31;19298
+72092;44.15689;4.5874;55;20220819;28.2;18.9;23.5;6.7;17.3;0;5.95;20607
+72092;44.15689;4.5874;55;20220820;30.4;21.4;25.9;7.9;17.3;0;7.43;20810
+72092;44.15689;4.5874;55;20220821;30.9;20.7;25.8;7.3;13.95;0;8.13;20793
+72092;44.15689;4.5874;55;20220822;31.2;20.5;25.8;7.8;13.65;0;8.54;21792
+72092;44.15689;4.5874;55;20220823;32.9;22.1;27.5;6.8;16.05;0;8.23;21617
+72092;44.15689;4.5874;55;20220824;33.7;18.5;26.1;2.2;16.65;0;5.45;23102
+72092;44.15689;4.5874;55;20220825;34.7;15.8;25.3;1.6;17.4;.6;5.2;24634
+72092;44.15689;4.5874;55;20220826;32.1;22.9;27.5;6.4;17.3;0;7.5;20191
+72092;44.15689;4.5874;55;20220827;30.5;21.1;25.8;6.9;17.35;0;6.97;20163
+72092;44.15689;4.5874;55;20220828;33.2;18.2;25.7;2.1;17.3;0;5.12;21861
+72092;44.15689;4.5874;55;20220829;33.5;15.6;24.6;1.8;19;.2;5.02;23911
+72092;44.15689;4.5874;55;20220830;31.8;20.6;26.2;2.3;22.45;5.8;4.33;18462
+72092;44.15689;4.5874;55;20220831;29.7;19.2;24.4;5.3;17.95;0;5.69;19895
+72092;44.15689;4.5874;55;20220901;32.9;20.4;26.6;4.2;14.3;0;6.71;20955
+72092;44.15689;4.5874;55;20220902;28;16.5;22.2;1.1;17.3;9;3.38;17597
+72092;44.15689;4.5874;55;20220903;30.1;18.5;24.3;1.4;19.95;0;3.86;19047
+72092;44.15689;4.5874;55;20220904;31.5;16.2;23.9;1.4;19.5;.1;4.25;21995
+72092;44.15689;4.5874;55;20220905;32.6;17.5;25.1;1.7;20.7;0;4.32;20803
+72092;44.15689;4.5874;55;20220906;30.4;17.1;23.8;1.5;21.5;5.2;3.75;19162
+72092;44.15689;4.5874;55;20220907;29.1;18.5;23.8;2.8;21.35;29.3;3.78;16977
+72092;44.15689;4.5874;55;20220908;28;16.6;22.3;2.5;18;.1;3.93;18876
+72092;44.15689;4.5874;55;20220909;27.7;13.6;20.7;1.5;15.35;.2;3.49;18598
+72092;44.15689;4.5874;55;20220910;26.3;12.4;19.3;2.8;13.35;0;4.13;20582
+72092;44.15689;4.5874;55;20220911;27.9;16.5;22.2;3.6;12.95;0;4.97;19158
+72092;44.15689;4.5874;55;20220912;29.9;11.8;20.8;1.3;17.15;.1;3.7;21383
+72092;44.15689;4.5874;55;20220913;28.3;18.7;23.5;2;22.05;11.2;3.28;16428
+72092;44.15689;4.5874;55;20220914;28.5;19.7;24.1;2.9;20.95;12;3.55;14541
+72092;44.15689;4.5874;55;20220915;29.9;16.7;23.3;2.5;17.85;0;4.13;19081
+72092;44.15689;4.5874;55;20220916;26.2;18;22.1;5.4;15.7;0;4.68;16438
+72092;44.15689;4.5874;55;20220917;19.7;14.3;17;9.5;9.7;0;5.15;14048
+72092;44.15689;4.5874;55;20220918;22.7;12;17.3;7.7;8.55;0;5.75;17439
+72092;44.15689;4.5874;55;20220919;22.6;13.6;18.1;8.8;8.5;0;6.19;16398
+72092;44.15689;4.5874;55;20220920;23.2;13.2;18.2;8.5;8.55;0;6.18;16770
+72092;44.15689;4.5874;55;20220921;24.5;13.8;19.1;6.4;9.6;0;5.58;16939
+72092;44.15689;4.5874;55;20220922;25.8;9.2;17.5;1.3;11.7;.1;2.99;18869
+72092;44.15689;4.5874;55;20220923;24.3;11.5;17.9;1.2;14.45;26.7;2.43;14608
+72092;44.15689;4.5874;55;20220924;20.5;15.3;17.9;1.7;16.6;11.6;1.89;10486
+72092;44.15689;4.5874;55;20220925;22.8;13.8;18.3;2.9;14.45;.2;2.86;14445
+72092;44.15689;4.5874;55;20220926;22.1;13.3;17.7;4.4;12.3;.2;3.51;14799
+72092;44.15689;4.5874;55;20220927;20.6;10.7;15.7;2.8;11.25;0;2.69;13103
+72092;44.15689;4.5874;55;20220928;23.7;12.5;18.1;2.3;13;.1;2.77;13426
+72092;44.15689;4.5874;55;20220929;21.5;13.4;17.4;3;12.5;.5;2.78;12137
+72092;44.15689;4.5874;55;20220930;17;12.4;14.7;7.4;10.5;.2;3.2;9126
+72092;44.15689;4.5874;55;20221001;21.1;6.3;13.7;1.8;11.25;.1;2.18;14174
+72092;44.15689;4.5874;55;20221002;27.8;9.6;18.7;1.9;13.6;0;3.15;17514
+72092;44.15689;4.5874;55;20221003;24;15.8;19.9;7.3;14.3;0;4.32;13839
+72092;44.15689;4.5874;55;20221004;27.3;9.7;18.5;1.9;14.05;.1;2.94;16817
+72092;44.15689;4.5874;55;20221005;24.6;11.3;17.9;1.3;16.05;.2;2.18;14311
+72092;44.15689;4.5874;55;20221006;26.1;9.8;17.9;1.6;14.45;0;2.55;15996
+72092;44.15689;4.5874;55;20221007;25;11;18;.9;14.7;.3;2.07;13975
+72092;44.15689;4.5874;55;20221008;21;13.2;17.1;2.1;15.35;0;1.7;8275
+72092;44.15689;4.5874;55;20221009;21.2;15.3;18.2;2.9;14;0;2.25;7855
+72092;44.15689;4.5874;55;20221010;25.7;13.5;19.6;1;15.65;.2;2.08;13434
+72092;44.15689;4.5874;55;20221011;24.8;9;16.9;1;14.1;0;2.06;15478
+72092;44.15689;4.5874;55;20221012;24.4;12.7;18.5;1.2;15.05;.1;1.96;12627
+72092;44.15689;4.5874;55;20221013;22.3;9.1;15.7;.8;14;.9;1.58;12316
+72092;44.15689;4.5874;55;20221014;24.8;13.3;19;.7;15.3;.2;1.7;11579
+72092;44.15689;4.5874;55;20221015;25.9;7.6;16.7;.8;13.25;0;1.88;14842
+72092;44.15689;4.5874;55;20221016;25.7;11.4;18.5;1.8;15.2;0;2.25;14032
+72092;44.15689;4.5874;55;20221017;25.5;10.7;18.1;1.3;15;.1;1.98;13650
+72092;44.15689;4.5874;55;20221018;25.3;10.1;17.7;.7;14.65;.2;1.7;13880
+72092;44.15689;4.5874;55;20221019;24.3;9.4;16.8;.7;14.7;.5;1.62;13554
+72092;44.15689;4.5874;55;20221020;22.1;14.3;18.2;2.9;17.25;11.6;1.62;7856
+72092;44.15689;4.5874;55;20221021;24.4;18.5;21.5;5.6;18.5;18.8;2.75;6710
+72092;44.15689;4.5874;55;20221022;25.2;18;21.6;2.1;18.35;0;2;9124
+72092;44.15689;4.5874;55;20221023;25.9;14.5;20.2;1.9;17.35;0;1.95;10342
+72092;44.15689;4.5874;55;20221024;25.9;18.4;22.1;2.8;18.1;0;2.3;7551
+72092;44.15689;4.5874;55;20221025;25;14.1;19.6;1.1;17.05;.1;1.58;10426
+72092;44.15689;4.5874;55;20221026;26;10.8;18.4;1.1;15.75;0;1.66;12637
+72092;44.15689;4.5874;55;20221027;25.3;12.5;18.9;.8;16.3;.1;1.5;11880
+72092;44.15689;4.5874;55;20221028;24.9;11.7;18.3;.8;15.1;.1;1.42;11378
+72092;44.15689;4.5874;55;20221029;25.3;9.6;17.4;.5;13.8;.2;1.26;12289
+72092;44.15689;4.5874;55;20221030;25;8.2;16.6;.9;14;0;1.37;11776
+72092;44.15689;4.5874;55;20221031;24.1;10.8;17.4;2.9;15.25;47.7;1.9;9957
+72092;44.15689;4.5874;55;20221101;23;15.6;19.3;3;16.75;.3;1.83;8286
+72092;44.15689;4.5874;55;20221102;20.4;11.5;16;1.9;12.7;.1;1.52;9631
+72092;44.15689;4.5874;55;20221103;15.6;5.9;10.7;1.4;11.95;17.1;.78;7627
+72092;44.15689;4.5874;55;20221104;15.3;5.3;10.3;3.6;9.85;.2;1.34;9005
+72092;44.15689;4.5874;55;20221105;14.5;8.9;11.7;9.8;9;0;2.63;7914
+72092;44.15689;4.5874;55;20221106;19.3;5.8;12.6;2.6;9.2;.1;1.75;10486
+72092;44.15689;4.5874;55;20221107;18.9;2.5;10.7;1;9.3;0;.96;11290
+72092;44.15689;4.5874;55;20221108;18.1;4.5;11.3;1.9;11.45;4.5;1;7982
+72092;44.15689;4.5874;55;20221109;20.4;16.5;18.4;5;14.85;36.1;2.22;4888
+72092;44.15689;4.5874;55;20221110;17.5;13.2;15.3;5.3;12.75;0;1.89;6552
+72092;44.15689;4.5874;55;20221111;20;8.6;14.3;1.4;11.5;.1;1.12;9445
+72092;44.15689;4.5874;55;20221112;19.3;4.9;12.1;.7;11.45;.1;.74;8637
+72092;44.15689;4.5874;55;20221113;16;10;13;.8;11.9;0;.72;5714
+72092;44.15689;4.5874;55;20221114;16.9;6.3;11.6;1.9;11.8;11.8;.83;6059
+72092;44.15689;4.5874;55;20221115;17.6;12.1;14.8;2.3;14;6.8;.97;4666
+72092;44.15689;4.5874;55;20221116;19.1;9.4;14.2;1.8;12.1;0;1.07;7654
+72092;44.15689;4.5874;55;20221117;17.4;8.6;13;1.2;12.5;1.4;.74;6776
+72092;44.15689;4.5874;55;20221118;15.4;7.5;11.5;2.9;10.1;0;1.14;7176
+72092;44.15689;4.5874;55;20221119;13.1;8.6;10.8;8.3;8.4;.1;2.3;6347
+72092;44.15689;4.5874;55;20221120;13.1;7.8;10.4;6.5;7.85;0;2.13;6392
+72092;44.15689;4.5874;55;20221121;8.8;3.8;6.3;2.3;8.65;4.5;.51;4258
+72092;44.15689;4.5874;55;20221122;13.8;6.1;10;3;8.3;.6;1.24;7230
+72092;44.15689;4.5874;55;20221123;12.9;1.7;7.3;1.2;8.7;1.1;.53;6677
+72092;44.15689;4.5874;55;20221124;15.7;2.6;9.2;1.8;8.65;0;.81;8150
+72092;44.15689;4.5874;55;20221125;15.8;5.5;10.7;4.2;9.8;1.8;1.29;7515
+72092;44.15689;4.5874;55;20221126;12.9;9.6;11.2;8.6;8.7;0;2.28;5264
+72092;44.15689;4.5874;55;20221127;14.4;1.5;8;1.3;8.1;1.8;.59;8038
+72092;44.15689;4.5874;55;20221128;9.4;3.9;6.7;2.1;9.45;24.8;.39;3762
+72092;44.15689;4.5874;55;20221129;10.3;3;6.6;4.7;8.6;0;.69;5592
+72092;44.15689;4.5874;55;20221130;12;4.1;8;5.7;8.55;0;1.14;6513
+72092;44.15689;4.5874;55;20221201;11.2;6.6;8.9;4.8;8.1;0;1.34;5123
+72092;44.15689;4.5874;55;20221202;7.3;5.3;6.3;2.6;7.75;1;.7;2046
+72092;44.15689;4.5874;55;20221203;7.3;4.9;6.1;2.7;8.75;12.4;.44;2266
+72092;44.15689;4.5874;55;20221204;10.6;5.6;8.1;1.3;9.75;7;.41;4282
+72092;44.15689;4.5874;55;20221205;10.1;2.4;6.2;1.7;8.2;.1;.48;5065
+72092;44.15689;4.5874;55;20221206;9.8;3.6;6.7;3.5;6.87;.1;.65;5904
+72092;44.15689;4.5874;55;20221207;7.6;2.7;5.1;7.4;6.35;.1;1.3;5613
+72092;44.15689;4.5874;55;20221208;6.8;-2.5;2.1;1.5;6.45;30;.28;6015
+72092;44.15689;4.5874;55;20221209;10.4;5.1;7.8;2.6;9.05;.9;.62;3292
+72092;44.15689;4.5874;55;20221210;5.8;4.3;5.1;8.2;6.15;0;1.43;3636
+72092;44.15689;4.5874;55;20221211;4.4;.4;2.4;8.4;4.45;0;1.57;5200
+72092;44.15689;4.5874;55;20221212;4.2;-2.9;.6;2;5.15;7.2;.42;5435
+72092;44.15689;4.5874;55;20221213;5.5;.8;3.1;1.4;7.45;11.8;.27;3150
+72092;44.15689;4.5874;55;20221214;10.4;4.9;7.6;.8;10.2;.4;.31;3347
+72092;44.15689;4.5874;55;20221215;9.8;7.6;8.7;1.8;10.6;25.4;.42;1915
+72092;44.15689;4.5874;55;20221216;8.3;5.7;7;7;7.6;0;1.2;4300
+72092;44.15689;4.5874;55;20221217;5.6;1.7;3.6;8;5.3;0;1.42;5058
+72092;44.15689;4.5874;55;20221218;13.4;-1.1;6.2;1.3;7.1;0;.51;6528
+72092;44.15689;4.5874;55;20221219;15.5;6.7;11.1;3.6;10.75;.1;.95;4877
+72092;44.15689;4.5874;55;20221220;16.3;12.6;14.4;4;12.1;2.2;1.4;3563
+72092;44.15689;4.5874;55;20221221;16;12.9;14.5;2.5;12.6;2.1;.98;3791
+72092;44.15689;4.5874;55;20221222;10.3;5.7;8;.9;10.75;.1;.3;3089
+72092;44.15689;4.5874;55;20221223;13.8;7.2;10.5;1;11.25;0;.41;4224
+72092;44.15689;4.5874;55;20221224;17.7;5.3;11.5;.9;10.25;.1;.43;6930
+72092;44.15689;4.5874;55;20221225;15;2.8;8.9;.5;10;0;.25;6705
+72092;44.15689;4.5874;55;20221226;17.9;8.3;13.1;.8;11.6;0;.44;6115
+72092;44.15689;4.5874;55;20221227;15.1;4;9.5;2.6;9.1;0;.82;7090
+72092;44.15689;4.5874;55;20221228;15.3;-.2;7.5;.7;7.9;0;.31;7565
+72092;44.15689;4.5874;55;20221229;15.2;6.5;10.8;1.2;10.65;.1;.53;4964
+72092;44.15689;4.5874;55;20221230;14.4;5.6;10;.8;11.05;0;.38;4682
+72092;44.15689;4.5874;55;20221231;14.4;5.8;10.1;1;10.5;0;.42;5865
+72093;44.17271;4.8987;55;20220101;7.3;4.8;6.1;1;9.2;.3;.36;1251
+72093;44.17271;4.8987;55;20220102;9.6;6.7;8.2;1.1;10.1;.1;.44;1395
+72093;44.17271;4.8987;55;20220103;12.7;5.9;9.3;1.2;9.3;.1;.49;5537
+72093;44.17271;4.8987;55;20220104;12.4;3.3;7.8;.9;9.8;1.6;.34;5112
+72093;44.17271;4.8987;55;20220105;7.6;6.7;7.1;11.8;6.3;0;2.23;4851
+72093;44.17271;4.8987;55;20220106;7.4;4.3;5.9;11.6;5.5;0;2.21;6185
+72093;44.17271;4.8987;55;20220107;9.5;2;5.8;4.8;5.4;0;1.56;5841
+72093;44.17271;4.8987;55;20220108;11.5;2.3;6.9;3.1;7.1;.1;1.02;5406
+72093;44.17271;4.8987;55;20220109;11.1;4.7;7.9;2.3;7;0;.98;4865
+72093;44.17271;4.8987;55;20220110;8.8;3.8;6.3;8.7;6.5;0;1.66;6278
+72093;44.17271;4.8987;55;20220111;6.9;2.6;4.8;10.4;5.5;0;1.8;6873
+72093;44.17271;4.8987;55;20220112;7.7;2.6;5.1;8.7;5.1;0;2;7156
+72093;44.17271;4.8987;55;20220113;8.9;.2;4.5;3.5;4.7;0;1.29;8054
+72093;44.17271;4.8987;55;20220114;11.2;-5.6;2.8;1;4.8;0;.5;9059
+72093;44.17271;4.8987;55;20220115;11.3;-5.3;3;.3;4.8;0;.21;9144
+72093;44.17271;4.8987;55;20220116;13;-5.7;3.6;5.3;4.1;.1;2.19;9233
+72093;44.17271;4.8987;55;20220117;10.3;2.3;6.3;7.8;6.03;0;1.59;6962
+72093;44.17271;4.8987;55;20220118;10.7;3.6;7.1;5.2;5.9;0;1.76;8116
+72093;44.17271;4.8987;55;20220119;9.3;-2.1;3.6;1.6;6.2;0;.63;5259
+72093;44.17271;4.8987;55;20220120;8.9;3.5;6.2;11.6;6.2;0;2.03;7859
+72093;44.17271;4.8987;55;20220121;7.4;2.8;5.1;12.6;5;0;2.39;7716
+72093;44.17271;4.8987;55;20220122;7.9;1.8;4.9;10.1;5.1;0;2.12;8235
+72093;44.17271;4.8987;55;20220123;9.6;2.2;5.9;4.9;5.5;0;1.63;8666
+72093;44.17271;4.8987;55;20220124;11.7;-5;3.4;.9;5;0;.6;10053
+72093;44.17271;4.8987;55;20220125;13;-4.3;4.3;.8;5.6;0;.6;9826
+72093;44.17271;4.8987;55;20220126;13.7;-4.2;4.8;3.4;5.24;0;1.42;9659
+72093;44.17271;4.8987;55;20220127;10.4;-4.1;3.1;5.5;4.4;0;1.86;10411
+72093;44.17271;4.8987;55;20220128;9.2;.5;4.8;12.9;5.7;0;2.1;8752
+72093;44.17271;4.8987;55;20220129;11.5;3.3;7.4;9.3;5.7;0;2.65;8910
+72093;44.17271;4.8987;55;20220130;13.1;5.6;9.4;12.3;7.7;0;2.59;8928
+72093;44.17271;4.8987;55;20220131;12.6;7.3;10;11.1;6.8;0;3.11;8489
+72093;44.17271;4.8987;55;20220201;10.1;4.6;7.4;12.7;5.5;0;2.99;8990
+72093;44.17271;4.8987;55;20220202;15.1;7.8;11.5;11;8.6;0;2.9;8687
+72093;44.17271;4.8987;55;20220203;14.6;8.1;11.4;3.1;8.5;0;1.61;8667
+72093;44.17271;4.8987;55;20220204;14.4;6.3;10.4;3.8;8.2;0;1.71;9609
+72093;44.17271;4.8987;55;20220205;12.6;8.4;10.5;8.7;6.6;0;3.11;8849
+72093;44.17271;4.8987;55;20220206;12.8;4.9;8.9;6.4;5.9;0;2.63;10255
+72093;44.17271;4.8987;55;20220207;13;4.8;8.9;9.3;5.9;0;3.14;8384
+72093;44.17271;4.8987;55;20220208;15.2;5.4;10.3;6.3;4.7;0;3.52;11308
+72093;44.17271;4.8987;55;20220209;14.9;-2.7;6.1;.8;6.8;0;.9;11776
+72093;44.17271;4.8987;55;20220210;15.6;.3;8;1.3;7.5;0;1.14;12181
+72093;44.17271;4.8987;55;20220211;11.9;.5;6.2;7.7;6.7;0;1.93;11346
+72093;44.17271;4.8987;55;20220212;14.3;2.6;8.5;2.4;6.1;0;1.69;11869
+72093;44.17271;4.8987;55;20220213;14.1;-1.4;6.3;4.4;7;1.7;1.71;9889
+72093;44.17271;4.8987;55;20220214;11.7;8.9;10.3;2.8;9.45;14.1;1.13;2351
+72093;44.17271;4.8987;55;20220215;12.3;1.6;7;4.4;7;0;1.65;10099
+72093;44.17271;4.8987;55;20220216;11.7;.6;6.2;1.1;8.4;1.5;.73;5477
+72093;44.17271;4.8987;55;20220217;21;3.7;12.3;2.6;10.1;0;1.94;11522
+72093;44.17271;4.8987;55;20220218;20.1;2.6;11.4;2;9.8;0;1.74;13251
+72093;44.17271;4.8987;55;20220219;13.1;7.1;10.1;8.6;6.7;0;3.12;10198
+72093;44.17271;4.8987;55;20220220;15.9;6.3;11.1;5.9;6.5;0;3.2;13203
+72093;44.17271;4.8987;55;20220221;15.2;3.3;9.3;4.6;7;.5;2.36;11124
+72093;44.17271;4.8987;55;20220222;14.6;7.4;11;10.1;7.2;0;3.51;11898
+72093;44.17271;4.8987;55;20220223;19;9.9;14.4;5.4;8.2;0;3.53;13568
+72093;44.17271;4.8987;55;20220224;15.6;2.5;9;1.3;8.7;0;1.28;10136
+72093;44.17271;4.8987;55;20220225;12.3;3.3;7.8;10.2;5.8;0;3.16;13888
+72093;44.17271;4.8987;55;20220226;14.6;4.5;9.6;5.3;5.3;0;3.18;14428
+72093;44.17271;4.8987;55;20220227;14.8;-3.2;5.8;1.5;5.7;0;1.64;15367
+72093;44.17271;4.8987;55;20220228;16.2;-.8;7.7;2.5;6.3;0;2.12;15555
+72093;44.17271;4.8987;55;20220301;15.1;-.2;7.5;2.4;6.3;0;2.01;15723
+72093;44.17271;4.8987;55;20220302;13;2.8;7.9;1.1;7.6;0;1.1;6318
+72093;44.17271;4.8987;55;20220303;16.8;.5;8.6;.8;7.3;0;1.59;16125
+72093;44.17271;4.8987;55;20220304;17.7;1;9.4;6.4;5.9;0;3.71;16317
+72093;44.17271;4.8987;55;20220305;15.5;5.1;10.3;6.5;3.7;0;4.39;15838
+72093;44.17271;4.8987;55;20220306;13.7;-.9;6.4;3.8;3.9;0;2.86;16703
+72093;44.17271;4.8987;55;20220307;13.5;-4;4.8;1.7;4.2;0;1.96;16897
+72093;44.17271;4.8987;55;20220308;12.2;-4;4.1;1.2;5.8;0;1.43;14148
+72093;44.17271;4.8987;55;20220309;14.4;3.1;8.7;.9;7.5;0;1.47;11857
+72093;44.17271;4.8987;55;20220310;15.1;-.3;7.4;2.3;8.6;.5;1.64;14030
+72093;44.17271;4.8987;55;20220311;14.1;8.5;11.3;5.3;8;.4;2.46;5105
+72093;44.17271;4.8987;55;20220312;14.6;10.2;12.4;6.4;6.6;.8;3.48;4524
+72093;44.17271;4.8987;55;20220313;13.6;9.9;11.7;8.2;7.8;7.4;3.09;4158
+72093;44.17271;4.8987;55;20220314;15.5;5.1;10.3;1.6;10.7;.3;1.46;10995
+72093;44.17271;4.8987;55;20220315;18.7;9.4;14.1;1.9;10.2;0;2.43;15962
+72093;44.17271;4.8987;55;20220316;17.5;5;11.3;.5;10.1;0;2.01;18616
+72093;44.17271;4.8987;55;20220317;16.8;6.7;11.7;4.4;10.7;0;2.29;15330
+72093;44.17271;4.8987;55;20220318;16.1;10.2;13.2;6.4;10.1;1.4;2.91;13761
+72093;44.17271;4.8987;55;20220319;17.2;5.5;11.4;1.4;9.5;0;2.21;17623
+72093;44.17271;4.8987;55;20220320;15.3;4.1;9.7;1.2;7.6;.2;1.55;8222
+72093;44.17271;4.8987;55;20220321;17.4;8.5;12.9;2.5;7;0;2.75;11938
+72093;44.17271;4.8987;55;20220322;17.6;-.6;8.5;3;6.1;0;3.04;19849
+72093;44.17271;4.8987;55;20220323;18.4;-1;8.7;1.7;6.7;0;2.63;20045
+72093;44.17271;4.8987;55;20220324;20.6;-1.1;9.8;1.2;5.9;0;2.69;20241
+72093;44.17271;4.8987;55;20220325;21.4;-.9;10.2;1.1;6.2;0;2.72;20437
+72093;44.17271;4.8987;55;20220326;22.2;.9;11.6;1.2;6.9;0;2.88;20633
+72093;44.17271;4.8987;55;20220327;19.9;3.9;11.9;1.1;7.6;0;2.58;18663
+72093;44.17271;4.8987;55;20220328;22.4;2;12.2;1.3;6.6;0;3.07;21022
+72093;44.17271;4.8987;55;20220329;20.2;4.6;12.4;1.7;8.2;4.1;2.99;20261
+72093;44.17271;4.8987;55;20220330;14.6;9.5;12.1;2.3;11.1;.5;2.06;14522
+72093;44.17271;4.8987;55;20220331;18.2;8.8;13.5;5.6;9.3;2.1;3.57;16451
+72093;44.17271;4.8987;55;20220401;8.5;3.6;6.1;7.6;6.3;.6;2.15;11045
+72093;44.17271;4.8987;55;20220402;7.6;3.3;5.4;11.6;4.9;0;2.91;10232
+72093;44.17271;4.8987;55;20220403;9.5;1.9;5.7;9.6;5.4;.1;2.84;15747
+72093;44.17271;4.8987;55;20220404;15;2.9;8.9;6.2;5.4;0;4.01;22360
+72093;44.17271;4.8987;55;20220405;19;4.5;11.8;5.7;6.3;0;4.63;22547
+72093;44.17271;4.8987;55;20220406;18.5;1.9;10.2;1.3;8.6;0;2.67;20410
+72093;44.17271;4.8987;55;20220407;18.4;4.7;11.5;2.8;10.4;0;2.26;12292
+72093;44.17271;4.8987;55;20220408;21.8;10;15.9;3.4;11.1;0;3.34;14205
+72093;44.17271;4.8987;55;20220409;15;8.9;11.9;7.3;6.3;0;4.51;20025
+72093;44.17271;4.8987;55;20220410;19;3.7;11.4;3.8;6.2;0;4.19;23468
+72093;44.17271;4.8987;55;20220411;17.4;2.3;9.8;1.6;7.6;0;2.18;11809
+72093;44.17271;4.8987;55;20220412;22.2;4.1;13.2;2;8.8;0;3.72;23827
+72093;44.17271;4.8987;55;20220413;22.7;6.5;14.6;1.5;10.1;0;3.63;24004
+72093;44.17271;4.8987;55;20220414;26.1;7.7;16.9;2.6;10.7;0;4.56;24180
+72093;44.17271;4.8987;55;20220415;26.9;10.2;18.5;7.1;11.7;0;6.26;24355
+72093;44.17271;4.8987;55;20220416;25.1;15.8;20.5;8.6;10.1;0;7.15;21966
+72093;44.17271;4.8987;55;20220417;23.6;11.8;17.7;4.2;8;0;5.57;24288
+72093;44.17271;4.8987;55;20220418;24.5;4.7;14.6;1.9;8.9;0;4.17;24869
+72093;44.17271;4.8987;55;20220419;25.4;4.4;14.9;2.5;8;0;4.71;25037
+72093;44.17271;4.8987;55;20220420;17.5;7.4;12.5;1.7;11.9;8.7;2.03;12451
+72093;44.17271;4.8987;55;20220421;20.3;11.8;16;2.7;13.3;.7;2.97;16117
+72093;44.17271;4.8987;55;20220422;22.4;7.4;14.9;2.8;11.4;0;4.1;25530
+72093;44.17271;4.8987;55;20220423;15.9;12.5;14.2;4.2;11.4;15.6;2.35;8112
+72093;44.17271;4.8987;55;20220424;16.3;7.8;12;1.1;11.6;.2;1.68;9596
+72093;44.17271;4.8987;55;20220425;22.2;7.3;14.8;1.9;10.9;0;4;26007
+72093;44.17271;4.8987;55;20220426;23.6;6.6;15.1;2.9;10.1;0;4.57;26162
+72093;44.17271;4.8987;55;20220427;24.7;11.6;18.2;2.9;10.5;0;5.08;26315
+72093;44.17271;4.8987;55;20220428;26.6;8.8;17.7;1.9;11.4;0;4.7;26466
+72093;44.17271;4.8987;55;20220429;26.1;8.1;17.1;2.3;11;0;4.82;26615
+72093;44.17271;4.8987;55;20220430;24.2;14.4;19.3;7.5;9.6;0;6.96;25456
+72093;44.17271;4.8987;55;20220501;23.4;12.3;17.9;7.1;8.7;0;6.69;26510
+72093;44.17271;4.8987;55;20220502;25.1;8.7;16.9;2.9;10.2;0;5.1;27049
+72093;44.17271;4.8987;55;20220503;24.1;10.9;17.5;2;12.4;2.4;4.3;24475
+72093;44.17271;4.8987;55;20220504;25.1;8.3;16.7;1.8;13;2.1;4.43;27021
+72093;44.17271;4.8987;55;20220505;20.7;13.3;17;7.6;11.9;.6;4.33;14350
+72093;44.17271;4.8987;55;20220506;18.8;13.4;16.1;10.9;11.2;0;4.97;21960
+72093;44.17271;4.8987;55;20220507;24.9;14.8;19.9;8.2;11.3;0;6.96;25970
+72093;44.17271;4.8987;55;20220508;23.3;15.5;19.4;3.8;12.3;3.8;4.73;19897
+72093;44.17271;4.8987;55;20220509;27.7;10.7;19.2;1.3;13.8;.3;4.67;26655
+72093;44.17271;4.8987;55;20220510;27.8;10.9;19.3;1.3;13.5;0;4.88;28106
+72093;44.17271;4.8987;55;20220511;27.1;9.6;18.4;1.7;12.3;0;4.98;28227
+72093;44.17271;4.8987;55;20220512;26.8;9.9;18.3;1.9;11.8;0;5.1;28346
+72093;44.17271;4.8987;55;20220513;28.4;10;19.2;1.3;11.9;0;5.02;28462
+72093;44.17271;4.8987;55;20220514;31.1;11.7;21.4;2.8;14.8;0;6.07;28576
+72093;44.17271;4.8987;55;20220515;28.1;12.5;20.3;1.4;14.4;0;5.12;28687
+72093;44.17271;4.8987;55;20220516;29.3;10.8;20;1.9;12.3;0;5.54;28795
+72093;44.17271;4.8987;55;20220517;32.6;11.8;22.2;1.1;14.8;0;5.43;28901
+72093;44.17271;4.8987;55;20220518;33.1;14.5;23.8;2;16.4;0;6.13;29004
+72093;44.17271;4.8987;55;20220519;30.5;13.9;22.2;1.7;15.4;0;5.59;28591
+72093;44.17271;4.8987;55;20220520;30.1;13.5;21.8;2.1;13.2;0;5.92;29202
+72093;44.17271;4.8987;55;20220521;33;13;23;1;15.1;0;5.53;29296
+72093;44.17271;4.8987;55;20220522;31.7;15.1;23.4;1.5;18.7;0;5.71;29388
+72093;44.17271;4.8987;55;20220523;29;16.2;22.6;2.4;16.9;0;5.6;27500
+72093;44.17271;4.8987;55;20220524;25.2;18.1;21.7;4.5;11.8;.5;5.59;17651
+72093;44.17271;4.8987;55;20220525;26.8;16.6;21.7;9.8;10.6;0;8.08;18586
+72093;44.17271;4.8987;55;20220526;27.9;17.6;22.8;10;11;0;9.24;27562
+72093;44.17271;4.8987;55;20220527;29.6;18.2;23.9;10.7;13;0;9.36;25718
+72093;44.17271;4.8987;55;20220528;26.7;17;21.9;12.6;11;0;9.36;28626
+72093;44.17271;4.8987;55;20220529;24.9;15.1;20;9.9;7.5;0;9.05;28761
+72093;44.17271;4.8987;55;20220530;26.9;11.5;19.2;2.8;8.9;0;6.21;30022
+72093;44.17271;4.8987;55;20220531;28.1;15.9;22;2;12.7;0;4.86;20841
+72093;44.17271;4.8987;55;20220601;31.2;11.3;21.3;1.6;13.5;0;5.85;30150
+72093;44.17271;4.8987;55;20220602;31.2;13.3;22.2;1.5;15.7;0;5.82;30210
+72093;44.17271;4.8987;55;20220603;31.3;18.4;24.8;2.1;17;0;6.33;29847
+72093;44.17271;4.8987;55;20220604;32.9;16.5;24.7;2.1;17.3;0;6.49;30321
+72093;44.17271;4.8987;55;20220605;32.6;17.5;25;2.7;17.5;.7;6.8;30372
+72093;44.17271;4.8987;55;20220606;33.1;18.8;25.9;4;14.9;.8;7.94;30196
+72093;44.17271;4.8987;55;20220607;31.3;17.5;24.4;4.8;14.7;0;7.82;30318
+72093;44.17271;4.8987;55;20220608;27.3;16.8;22;2.9;12.4;0;5.59;22981
+72093;44.17271;4.8987;55;20220609;25.5;17.4;21.5;7.9;12.2;0;7.45;26845
+72093;44.17271;4.8987;55;20220610;28.7;16.8;22.7;9.8;10.7;0;9.7;30578
+72093;44.17271;4.8987;55;20220611;33.8;19.3;26.5;6.6;11.6;0;10.25;30610
+72093;44.17271;4.8987;55;20220612;36.4;13.3;24.9;1.2;13.2;0;6.33;30639
+72093;44.17271;4.8987;55;20220613;32.5;17.5;25;5.7;14.9;0;8.55;30665
+72093;44.17271;4.8987;55;20220614;36.6;19.2;27.9;4.6;12.1;0;9.63;30687
+72093;44.17271;4.8987;55;20220615;34.7;18.3;26.5;2.1;15.9;0;7.01;30707
+72093;44.17271;4.8987;55;20220616;37.2;15.7;26.5;2.7;15;0;7.8;30723
+72093;44.17271;4.8987;55;20220617;37.9;24.8;31.3;6.7;13.7;0;11.81;30736
+72093;44.17271;4.8987;55;20220618;36;19;27.5;2.8;17.4;0;7.66;30745
+72093;44.17271;4.8987;55;20220619;34.1;17;25.5;2.7;15.9;0;7.24;30752
+72093;44.17271;4.8987;55;20220620;33.5;16.1;24.8;2.5;13.7;0;7.11;30755
+72093;44.17271;4.8987;55;20220621;31.7;18.1;24.9;2.3;18.9;2.2;6.44;30385
+72093;44.17271;4.8987;55;20220622;29.7;21.6;25.7;2.5;23.9;4;5.21;24083
+72093;44.17271;4.8987;55;20220623;28.7;19.2;24;2.6;21.9;1;4.74;22153
+72093;44.17271;4.8987;55;20220624;28.1;18.9;23.5;1.6;19.8;16.1;4.85;24106
+72093;44.17271;4.8987;55;20220625;31.4;15.9;23.6;2;17.9;0;6.14;30162
+72093;44.17271;4.8987;55;20220626;32.9;20;26.5;2.5;19.1;0;6.87;30516
+72093;44.17271;4.8987;55;20220627;30.1;20;25.1;6.9;17.5;0;7.63;27007
+72093;44.17271;4.8987;55;20220628;29.2;19.2;24.2;9.1;15.5;0;8.26;26407
+72093;44.17271;4.8987;55;20220629;33.4;19.4;26.4;3.3;15.5;.1;7.66;30641
+72093;44.17271;4.8987;55;20220630;29.5;17.5;23.5;3.8;17.7;0;6.16;26926
+72093;44.17271;4.8987;55;20220701;27.1;16.2;21.7;9.2;12.5;0;8.22;30075
+72093;44.17271;4.8987;55;20220702;35;17;26;4.3;11.6;0;8.91;30546
+72093;44.17271;4.8987;55;20220703;36.6;15.6;26.1;1.7;13.8;0;6.86;30508
+72093;44.17271;4.8987;55;20220704;35.1;22.2;28.6;4.5;18.7;1.9;8.51;30048
+72093;44.17271;4.8987;55;20220705;32.6;22.4;27.5;8.5;14.1;0;10.53;29478
+72093;44.17271;4.8987;55;20220706;31.5;21.3;26.4;9.6;11.5;0;11.1;29431
+72093;44.17271;4.8987;55;20220707;31.1;19.8;25.4;11.8;11.7;0;11.43;30063
+72093;44.17271;4.8987;55;20220708;30.9;19.2;25;11.9;14;0;10.45;30249
+72093;44.17271;4.8987;55;20220709;32.7;20.8;26.7;8.3;12.2;0;10.75;30216
+72093;44.17271;4.8987;55;20220710;32.9;22.1;27.5;9.2;13.4;0;11.05;29589
+72093;44.17271;4.8987;55;20220711;35.1;21;28;5;14.5;0;9.24;30094
+72093;44.17271;4.8987;55;20220712;36.6;16.7;26.6;2.6;14.7;0;7.54;30029
+72093;44.17271;4.8987;55;20220713;35.1;16.9;26;1.9;15.4;0;6.71;29961
+72093;44.17271;4.8987;55;20220714;36.7;17.7;27.2;1.7;18.4;0;6.7;29890
+72093;44.17271;4.8987;55;20220715;37.7;19;28.4;4.5;16.4;0;9.11;29816
+72093;44.17271;4.8987;55;20220716;35.7;22.9;29.3;7;11.5;0;11.35;29739
+72093;44.17271;4.8987;55;20220717;37.7;23.1;30.4;5.4;13.7;0;10.42;29659
+72093;44.17271;4.8987;55;20220718;38.9;20.5;29.7;2;19;0;7.28;29576
+72093;44.17271;4.8987;55;20220719;37.1;21;29;1.8;20.1;0;6.86;29491
+72093;44.17271;4.8987;55;20220720;36.5;20.2;28.4;2.6;19.6;0;7.27;29402
+72093;44.17271;4.8987;55;20220721;37;24;30.5;6.7;15.2;0;10.92;29311
+72093;44.17271;4.8987;55;20220722;37.7;18.2;28;2.1;15.6;0;7.13;29218
+72093;44.17271;4.8987;55;20220723;36.5;22.8;29.7;3.8;20.8;0;7.28;23371
+72093;44.17271;4.8987;55;20220724;38.6;23.5;31;4.7;15.8;0;9.75;29022
+72093;44.17271;4.8987;55;20220725;38.5;19.2;28.9;2.5;18.1;0;7.47;28920
+72093;44.17271;4.8987;55;20220726;32.4;23.4;27.9;10.2;15.3;0;10.68;27146
+72093;44.17271;4.8987;55;20220727;32.9;21.2;27.1;8.8;12.3;0;10.84;28661
+72093;44.17271;4.8987;55;20220728;34.7;16.3;25.5;2.1;12.8;0;6.62;28599
+72093;44.17271;4.8987;55;20220729;31.3;18;24.6;1.9;16.9;1.1;5.03;21745
+72093;44.17271;4.8987;55;20220730;34.1;21.6;27.8;6.3;13.1;0;9.75;28372
+72093;44.17271;4.8987;55;20220731;36.7;19.8;28.2;6.6;12.3;0;10.67;28255
+72093;44.17271;4.8987;55;20220801;38.2;25.3;31.7;7.1;12.8;0;11.92;28135
+72093;44.17271;4.8987;55;20220802;37.6;24.7;31.2;6.6;14.9;0;10.93;28013
+72093;44.17271;4.8987;55;20220803;37.6;18.6;28.1;1.6;17.7;0;6.35;27889
+72093;44.17271;4.8987;55;20220804;37.2;18.9;28.1;1.7;18.4;0;6.36;27762
+72093;44.17271;4.8987;55;20220805;38.2;20.6;29.4;3.6;19.3;.1;7.97;27633
+72093;44.17271;4.8987;55;20220806;35.1;23.7;29.4;7.2;16.2;0;10.05;27272
+72093;44.17271;4.8987;55;20220807;35.1;22.4;28.7;7.2;13.7;0;10.38;27368
+72093;44.17271;4.8987;55;20220808;36.1;23.2;29.7;6.4;12.3;0;10.49;27232
+72093;44.17271;4.8987;55;20220809;37.9;16.1;27;2;13.3;0;6.63;27094
+72093;44.17271;4.8987;55;20220810;36.6;17.4;27;1.9;14;0;6.34;26954
+72093;44.17271;4.8987;55;20220811;35.9;16.9;26.4;1.5;14.8;0;5.83;26811
+72093;44.17271;4.8987;55;20220812;39.1;18.1;28.6;1.2;18.2;0;5.85;26667
+72093;44.17271;4.8987;55;20220813;36.2;19.7;28;1.8;23.4;2.6;5.92;26520
+72093;44.17271;4.8987;55;20220814;29.7;22.4;26.1;1.7;23.8;18.6;4.01;18049
+72093;44.17271;4.8987;55;20220815;32.7;17.8;25.2;1.2;19.5;0;5.13;26221
+72093;44.17271;4.8987;55;20220816;34;16.7;25.4;2;18.3;1.7;5.68;26069
+72093;44.17271;4.8987;55;20220817;29.2;20.8;25;2;21.1;26.8;3.53;13835
+72093;44.17271;4.8987;55;20220818;26;15.9;20.9;4.9;17.4;.6;4.47;19965
+72093;44.17271;4.8987;55;20220819;28.1;18.7;23.4;7.9;17.1;0;6.48;23076
+72093;44.17271;4.8987;55;20220820;30.5;21.2;25.8;9.3;17.1;0;8.23;24077
+72093;44.17271;4.8987;55;20220821;30.9;20.5;25.7;8.4;13.8;0;8.77;22927
+72093;44.17271;4.8987;55;20220822;31.2;20.5;25.9;8.4;13.5;0;9.06;24508
+72093;44.17271;4.8987;55;20220823;33.2;22.1;27.7;7.3;16.1;0;8.84;24546
+72093;44.17271;4.8987;55;20220824;34.2;17.6;25.9;1.9;16.5;0;5.5;24783
+72093;44.17271;4.8987;55;20220825;35;17.1;26.1;1.5;17.2;.3;5.22;24615
+72093;44.17271;4.8987;55;20220826;32.2;23.2;27.7;6.9;17.1;.2;8.12;22953
+72093;44.17271;4.8987;55;20220827;30.5;20.9;25.7;7.1;17.3;0;7.28;23109
+72093;44.17271;4.8987;55;20220828;33.4;15.9;24.6;1.7;17;0;5.03;24100
+72093;44.17271;4.8987;55;20220829;34;16.8;25.4;2.1;18.8;.1;5.28;23926
+72093;44.17271;4.8987;55;20220830;32.1;20.7;26.4;2;21.6;6.8;4.36;18617
+72093;44.17271;4.8987;55;20220831;30;18.8;24.4;5.2;17.8;0;5.97;22537
+72093;44.17271;4.8987;55;20220901;33.1;19.8;26.4;4.5;14.2;0;7.14;23395
+72093;44.17271;4.8987;55;20220902;27.1;17.2;22.2;1.3;16.9;5.2;3.21;15757
+72093;44.17271;4.8987;55;20220903;30.6;18.7;24.7;1.6;19.8;.2;4.11;20092
+72093;44.17271;4.8987;55;20220904;32.1;17.3;24.7;1.6;19.4;.2;4.54;22852
+72093;44.17271;4.8987;55;20220905;32.9;18.2;25.6;1.7;21;0;4.4;20830
+72093;44.17271;4.8987;55;20220906;30.8;18.2;24.5;1.8;21.6;3.9;3.88;18717
+72093;44.17271;4.8987;55;20220907;29.8;18.1;24;3;21.1;37.7;4.06;17941
+72093;44.17271;4.8987;55;20220908;28.1;16.5;22.3;2.5;18;.1;4.1;20530
+72093;44.17271;4.8987;55;20220909;27.6;14.7;21.2;1.3;15.8;.2;3.27;17281
+72093;44.17271;4.8987;55;20220910;26.5;13.5;20;2.8;13.4;0;4.32;21738
+72093;44.17271;4.8987;55;20220911;27.8;16.8;22.3;4;13.1;0;5.31;21089
+72093;44.17271;4.8987;55;20220912;30;12.6;21.3;1.5;17.1;0;3.83;21359
+72093;44.17271;4.8987;55;20220913;28.6;18.3;23.4;1.8;21.8;2.7;3.45;18117
+72093;44.17271;4.8987;55;20220914;28.7;20.2;24.5;3.3;21;9;3.69;14232
+72093;44.17271;4.8987;55;20220915;29.9;16.4;23.1;2.8;18;.1;4.4;20786
+72093;44.17271;4.8987;55;20220916;25.7;17.9;21.8;6.4;15.7;0;5.02;18687
+72093;44.17271;4.8987;55;20220917;19.8;13.9;16.8;10.7;9.8;0;5.42;17371
+72093;44.17271;4.8987;55;20220918;22.6;11.6;17.1;8;8.7;0;5.8;19745
+72093;44.17271;4.8987;55;20220919;22.4;13.6;18;9.4;8.5;0;6.4;18613
+72093;44.17271;4.8987;55;20220920;22.7;12.8;17.8;9.1;8.7;0;6.21;18905
+72093;44.17271;4.8987;55;20220921;24.4;13.2;18.8;6.8;9.7;0;5.74;19241
+72093;44.17271;4.8987;55;20220922;25.8;8.9;17.3;1.1;11.8;0;2.93;19431
+72093;44.17271;4.8987;55;20220923;24.3;12.5;18.4;1.2;14.7;18.6;2.27;12506
+72093;44.17271;4.8987;55;20220924;20.8;15.5;18.1;1.5;16.7;18.8;1.93;10941
+72093;44.17271;4.8987;55;20220925;22.8;13.9;18.3;2.8;14.5;0;2.93;15585
+72093;44.17271;4.8987;55;20220926;21.9;13.6;17.8;4.8;12.2;.4;3.73;16287
+72093;44.17271;4.8987;55;20220927;20.6;10.5;15.6;3.1;11.3;0;2.72;12755
+72093;44.17271;4.8987;55;20220928;23.8;12.8;18.3;2.1;12.7;.2;2.69;12444
+72093;44.17271;4.8987;55;20220929;21.7;13.4;17.6;3.2;12.4;.1;2.9;12433
+72093;44.17271;4.8987;55;20220930;17;12.3;14.7;7.8;10.4;.4;3.27;9286
+72093;44.17271;4.8987;55;20221001;20.9;6.1;13.5;1.8;11.3;.1;2.05;12429
+72093;44.17271;4.8987;55;20221002;27.6;10.1;18.9;1.9;13.6;0;3.11;17485
+72093;44.17271;4.8987;55;20221003;24;16.6;20.3;7.9;14.4;0;4.63;15444
+72093;44.17271;4.8987;55;20221004;26.9;9;17.9;2;13.8;.1;2.94;17099
+72093;44.17271;4.8987;55;20221005;24.7;10.7;17.7;1.3;15.4;.2;2.21;14640
+72093;44.17271;4.8987;55;20221006;26;10.3;18.1;1.9;14.7;0;2.65;15958
+72093;44.17271;4.8987;55;20221007;24.9;12;18.5;1.3;15;.3;2.14;12901
+72093;44.17271;4.8987;55;20221008;21.2;14.2;17.7;2.5;15.6;1.3;1.63;5290
+72093;44.17271;4.8987;55;20221009;21.4;15.1;18.2;3.4;14;.1;2.33;6672
+72093;44.17271;4.8987;55;20221010;25.4;14.6;20;1.4;15.8;.2;2.23;13047
+72093;44.17271;4.8987;55;20221011;24.6;9.9;17.3;1.4;14.5;0;2.21;15767
+72093;44.17271;4.8987;55;20221012;24.6;11.9;18.3;1.2;14.8;.1;2.01;13233
+72093;44.17271;4.8987;55;20221013;22.2;9.4;15.8;1;14.4;.5;1.58;11380
+72093;44.17271;4.8987;55;20221014;24.3;13.5;18.9;.7;15.5;.1;1.62;10744
+72093;44.17271;4.8987;55;20221015;25;8.1;16.6;.6;13.6;0;1.74;14595
+72093;44.17271;4.8987;55;20221016;26;11.9;18.9;2;15.1;0;2.44;14819
+72093;44.17271;4.8987;55;20221017;25.7;11.6;18.7;1.4;15.4;.3;2.07;13777
+72093;44.17271;4.8987;55;20221018;25.4;10.3;17.8;.8;14.6;.2;1.8;14483
+72093;44.17271;4.8987;55;20221019;24.4;9.3;16.8;.8;14.6;.1;1.69;14246
+72093;44.17271;4.8987;55;20221020;22.1;14.6;18.3;2.3;17.1;1.3;1.47;6209
+72093;44.17271;4.8987;55;20221021;24.6;18.1;21.4;5.6;18.2;12.1;2.73;5773
+72093;44.17271;4.8987;55;20221022;24.8;17.4;21.1;1.9;17.9;0;1.93;9604
+72093;44.17271;4.8987;55;20221023;25.7;13.2;19.5;1.3;17;0;1.69;10433
+72093;44.17271;4.8987;55;20221024;25.5;16.7;21.1;2.2;18;0;1.89;7209
+72093;44.17271;4.8987;55;20221025;24.9;13.6;19.3;.8;17;.2;1.46;10706
+72093;44.17271;4.8987;55;20221026;25.7;12.2;18.9;1.2;15.9;.1;1.72;12633
+72093;44.17271;4.8987;55;20221027;25.2;12.9;19.1;.9;16.3;.1;1.56;12653
+72093;44.17271;4.8987;55;20221028;24.6;12;18.3;1;15.5;.2;1.49;11585
+72093;44.17271;4.8987;55;20221029;25.1;10.1;17.6;.8;14.3;.2;1.43;12610
+72093;44.17271;4.8987;55;20221030;24.9;9.5;17.2;1.1;14.4;0;1.46;11076
+72093;44.17271;4.8987;55;20221031;24.2;10.9;17.6;3.3;15.5;64.8;1.96;9339
+72093;44.17271;4.8987;55;20221101;22.6;15.2;18.9;3.4;16.5;.6;1.88;8711
+72093;44.17271;4.8987;55;20221102;20.5;12.4;16.4;2;12.9;.1;1.58;10455
+72093;44.17271;4.8987;55;20221103;15.9;6.9;11.4;1.7;12.1;17.3;.82;6210
+72093;44.17271;4.8987;55;20221104;15.4;5.8;10.6;3.6;10;0;1.34;9074
+72093;44.17271;4.8987;55;20221105;14.2;8.9;11.5;11.3;9.1;0;2.66;9166
+72093;44.17271;4.8987;55;20221106;19;4.7;11.9;2.6;9.2;.1;1.66;11398
+72093;44.17271;4.8987;55;20221107;18.1;3.6;10.9;1.1;9.7;0;.97;11257
+72093;44.17271;4.8987;55;20221108;18.1;5;11.6;2;11.4;.1;1.02;6093
+72093;44.17271;4.8987;55;20221109;20.4;16.3;18.3;6;14.6;45.4;2.47;4646
+72093;44.17271;4.8987;55;20221110;17.2;12.8;15;5.6;12.8;0;1.8;7657
+72093;44.17271;4.8987;55;20221111;19.5;7.9;13.7;1.5;11.6;.1;1.08;10368
+72093;44.17271;4.8987;55;20221112;18.9;6;12.4;.5;11.8;.1;.68;7319
+72093;44.17271;4.8987;55;20221113;15.1;9.2;12.2;.7;11.9;0;.64;5259
+72093;44.17271;4.8987;55;20221114;16.8;6.8;11.8;2;11.8;7.5;.86;3883
+72093;44.17271;4.8987;55;20221115;17.7;12.1;14.9;2.5;13.9;9;1.02;3644
+72093;44.17271;4.8987;55;20221116;18.9;9.4;14.1;2.2;12.2;0;1.15;7757
+72093;44.17271;4.8987;55;20221117;17.8;9;13.4;1.4;12.5;2.4;.81;6460
+72093;44.17271;4.8987;55;20221118;15.4;7.4;11.4;3.5;10.4;0;1.18;7730
+72093;44.17271;4.8987;55;20221119;13;8.7;10.8;8.6;8.5;0;2.26;7493
+72093;44.17271;4.8987;55;20221120;12.9;7.7;10.3;7.1;7.9;0;2.15;7389
+72093;44.17271;4.8987;55;20221121;8.5;4.1;6.3;2.5;8.6;5.5;.53;3033
+72093;44.17271;4.8987;55;20221122;13.7;6.5;10.1;3.5;8.4;.2;1.31;7947
+72093;44.17271;4.8987;55;20221123;12.8;2;7.4;1.3;8.7;.4;.56;5734
+72093;44.17271;4.8987;55;20221124;15.6;3.6;9.6;2.4;9.1;0;.94;7978
+72093;44.17271;4.8987;55;20221125;15.9;4.9;10.4;4.7;9.7;.3;1.34;8203
+72093;44.17271;4.8987;55;20221126;12.3;9.5;10.9;9.9;8.7;0;2.27;6117
+72093;44.17271;4.8987;55;20221127;14;.3;7.2;1.1;7.8;.5;.5;8610
+72093;44.17271;4.8987;55;20221128;9.4;4.6;7;2.6;9.2;20.6;.51;2126
+72093;44.17271;4.8987;55;20221129;10.1;3.2;6.7;5.1;8.6;.1;.7;5212
+72093;44.17271;4.8987;55;20221130;11.8;1;6.4;5.5;8.4;0;.79;8272
+72093;44.17271;4.8987;55;20221201;11;5.7;8.3;4.7;8;0;1.2;5957
+72093;44.17271;4.8987;55;20221202;7.4;5;6.2;2.7;7.9;.8;.69;1298
+72093;44.17271;4.8987;55;20221203;7.6;4.7;6.1;3.1;8.8;15;.46;1461
+72093;44.17271;4.8987;55;20221204;9.5;5.6;7.6;1.4;9.4;10.4;.42;3440
+72093;44.17271;4.8987;55;20221205;10;-.4;4.8;1.1;7.8;.1;.33;5582
+72093;44.17271;4.8987;55;20221206;10.2;5.1;7.6;2.9;6.55;0;.58;5988
+72093;44.17271;4.8987;55;20221207;7.2;2.5;4.9;7.7;6.3;0;1.22;6599
+72093;44.17271;4.8987;55;20221208;6.9;-3.2;1.9;1.1;6.2;32.9;.26;6201
+72093;44.17271;4.8987;55;20221209;11.2;5.2;8.2;2.5;9.1;3.4;.71;2219
+72093;44.17271;4.8987;55;20221210;5.7;4.5;5.1;9.4;6.2;0;1.46;4451
+72093;44.17271;4.8987;55;20221211;4;.4;2.2;8.1;4.5;0;1.43;6162
+72093;44.17271;4.8987;55;20221212;3.9;-3.8;0;1.5;5.1;6.5;.31;5761
+72093;44.17271;4.8987;55;20221213;5.2;.8;3;1.5;7.4;4.7;.31;1790
+72093;44.17271;4.8987;55;20221214;10.2;4.6;7.4;.8;10.1;.4;.35;2075
+72093;44.17271;4.8987;55;20221215;10;7.1;8.5;1.9;10.6;26.5;.42;1349
+72093;44.17271;4.8987;55;20221216;8;5.8;6.9;7.7;7.4;0;1.28;5103
+72093;44.17271;4.8987;55;20221217;5.4;1.5;3.5;8.6;5.3;0;1.37;6129
+72093;44.17271;4.8987;55;20221218;13.8;-1.9;6;1;7.1;0;.45;6018
+72093;44.17271;4.8987;55;20221219;15.7;6.2;10.9;3.9;10.6;0;1.04;4240
+72093;44.17271;4.8987;55;20221220;16.6;12.5;14.6;4.5;11.8;1.7;1.6;3488
+72093;44.17271;4.8987;55;20221221;16;12.9;14.4;2.9;12.5;4.5;1.06;4048
+72093;44.17271;4.8987;55;20221222;9.9;6.1;8;1;10.6;.3;.36;1601
+72093;44.17271;4.8987;55;20221223;13.2;7.7;10.4;.9;11.4;0;.42;3032
+72093;44.17271;4.8987;55;20221224;16.8;6;11.4;1.3;10.4;.1;.53;6668
+72093;44.17271;4.8987;55;20221225;14.7;3.3;9;.9;9.9;0;.33;6409
+72093;44.17271;4.8987;55;20221226;18.4;6.6;12.5;.9;11.4;0;.43;6890
+72093;44.17271;4.8987;55;20221227;15;4.6;9.8;2.8;9;0;.88;7521
+72093;44.17271;4.8987;55;20221228;14.9;-.4;7.2;.7;7.7;0;.3;7414
+72093;44.17271;4.8987;55;20221229;15;6.4;10.7;1.2;10.5;0;.56;4050
+72093;44.17271;4.8987;55;20221230;14.4;6;10.2;1;11.2;.1;.45;3401
+72093;44.17271;4.8987;55;20221231;15;5.7;10.3;1.4;10.4;0;.5;6100
+72094;44.18759;5.21015;339;20220101;16.1;2.9;9.5;1.1;8.58;.2;.5;7077
+72094;44.18759;5.21015;339;20220102;7.7;4.6;6.1;1.6;8.78;0;.37;3321
+72094;44.18759;5.21015;339;20220103;13.1;3.6;8.3;1.3;8.51;.1;.54;5986
+72094;44.18759;5.21015;339;20220104;10.4;2.5;6.5;1.1;9.38;1.8;.25;5590
+72094;44.18759;5.21015;339;20220105;7.9;5.6;6.8;5.7;5.91;0;1.76;2651
+72094;44.18759;5.21015;339;20220106;8.8;1.6;5.2;3.3;3.88;0;1.46;5381
+72094;44.18759;5.21015;339;20220107;9.2;-2.5;3.4;2.6;4.24;.6;1.06;7012
+72094;44.18759;5.21015;339;20220108;10.6;1.8;6.2;3.4;6.41;1.5;1.13;5948
+72094;44.18759;5.21015;339;20220109;9.1;4.2;6.6;3.5;6.18;.5;1.2;4526
+72094;44.18759;5.21015;339;20220110;10.3;4.3;7.3;3.4;4.91;0;1.66;5072
+72094;44.18759;5.21015;339;20220111;9.1;-2.8;3.2;2.9;4.18;0;1;7212
+72094;44.18759;5.21015;339;20220112;7.8;-2.8;2.5;2.7;4.18;0;.95;6896
+72094;44.18759;5.21015;339;20220113;10.4;-4.2;3.1;1.4;3.94;0;.7;8102
+72094;44.18759;5.21015;339;20220114;12.7;-4;4.3;1.5;3.88;0;.91;8600
+72094;44.18759;5.21015;339;20220115;13.5;-3.3;5.1;1;4.24;0;.67;8745
+72094;44.18759;5.21015;339;20220116;12.1;-3.5;4.3;1.8;4.11;0;1.03;8711
+72094;44.18759;5.21015;339;20220117;12.5;-1.8;5.3;2.4;4.61;0;1.09;8353
+72094;44.18759;5.21015;339;20220118;11.7;-1.4;5.2;1.6;5.58;0;.8;7938
+72094;44.18759;5.21015;339;20220119;10.4;.4;5.4;1.7;6.51;.1;.72;7012
+72094;44.18759;5.21015;339;20220120;10.9;1.1;6;3.1;5.18;0;1.36;7189
+72094;44.18759;5.21015;339;20220121;8.6;-1.9;3.4;3;4.14;0;1.21;7470
+72094;44.18759;5.21015;339;20220122;10.3;-2.6;3.9;2.6;4.21;0;1.09;8344
+72094;44.18759;5.21015;339;20220123;11.9;-2.2;4.8;1.7;4.58;0;.9;8681
+72094;44.18759;5.21015;339;20220124;10.5;-3.9;3.3;1.4;4.91;0;.84;9481
+72094;44.18759;5.21015;339;20220125;12.1;-3;4.5;1.2;5.61;0;.71;8867
+72094;44.18759;5.21015;339;20220126;13.2;-2.8;5.2;1.3;5.41;0;.87;9732
+72094;44.18759;5.21015;339;20220127;13;-4.1;4.5;1.1;4.74;0;.82;10159
+72094;44.18759;5.21015;339;20220128;13.1;-3.7;4.7;2.4;4.74;0;1.34;10184
+72094;44.18759;5.21015;339;20220129;14.2;.1;7.2;2.1;4.61;0;1.46;9653
+72094;44.18759;5.21015;339;20220130;14.6;-1.5;6.6;2.7;5.74;0;1.3;9729
+72094;44.18759;5.21015;339;20220131;12.6;-.8;5.9;5.5;5.14;.1;2.14;9578
+72094;44.18759;5.21015;339;20220201;11;2.6;6.8;5.5;4.58;0;2.38;7635
+72094;44.18759;5.21015;339;20220202;17;8;12.5;6;6.88;0;3.24;7992
+72094;44.18759;5.21015;339;20220203;16;2.1;9;1.6;7.61;0;1.14;10012
+72094;44.18759;5.21015;339;20220204;13.4;4.1;8.8;2.1;8.11;0;1.09;8198
+72094;44.18759;5.21015;339;20220205;13.7;4.5;9.1;3.2;5.98;0;1.85;8484
+72094;44.18759;5.21015;339;20220206;12.4;-1.3;5.6;3.5;5.48;0;1.6;10530
+72094;44.18759;5.21015;339;20220207;13.8;6.8;10.3;5.5;5.38;0;2.97;7534
+72094;44.18759;5.21015;339;20220208;14.8;-1.5;6.7;1.7;4.18;0;1.46;11224
+72094;44.18759;5.21015;339;20220209;13.3;-1.8;5.8;1.2;6.38;0;.96;11202
+72094;44.18759;5.21015;339;20220210;5.3;1.2;3.2;1.3;7.09;0;1.12;10675
+72094;44.18759;5.21015;339;20220211;13.6;.8;7.2;3.6;6.09;0;1.93;10757
+72094;44.18759;5.21015;339;20220212;13.3;-.9;6.2;1.7;5.62;0;1.35;10818
+72094;44.18759;5.21015;339;20220213;11.2;.9;6.1;2.1;6.72;.9;1.25;7696
+72094;44.18759;5.21015;339;20220214;9;5.8;7.4;2.4;8.85;16;.9;3008
+72094;44.18759;5.21015;339;20220215;10.9;1.1;6;3.3;6.19;0;1.57;11010
+72094;44.18759;5.21015;339;20220216;11.1;1.4;6.2;2.2;7.71;2.6;1.07;9922
+72094;44.18759;5.21015;339;20220217;20;6.9;13.5;4.3;9.01;0;2.71;11625
+72094;44.18759;5.21015;339;20220218;19;5.1;12.1;2;8.98;0;1.77;12355
+72094;44.18759;5.21015;339;20220219;13;6.7;9.9;3.4;6.44;0;2.09;8391
+72094;44.18759;5.21015;339;20220220;16.5;-.4;8;3.2;5.91;0;2.28;13489
+72094;44.18759;5.21015;339;20220221;12.6;5.3;9;5.6;6.48;1.5;2.36;9048
+72094;44.18759;5.21015;339;20220222;15.2;6;10.6;4.8;5.61;0;3.02;10489
+72094;44.18759;5.21015;339;20220223;17.7;2.8;10.3;2.3;6.18;0;2.13;13192
+72094;44.18759;5.21015;339;20220224;12.9;2.5;7.7;1.8;8.31;0;1.25;11516
+72094;44.18759;5.21015;339;20220225;12.8;5.3;9.1;4.9;5.11;0;2.85;9810
+72094;44.18759;5.21015;339;20220226;13.1;-.4;6.3;2.3;4.41;0;2;13389
+72094;44.18759;5.21015;339;20220227;12;-2.3;4.9;1.9;5.34;0;1.56;13919
+72094;44.18759;5.21015;339;20220228;13.9;-1.3;6.3;2.3;6.04;0;1.78;14561
+72094;44.18759;5.21015;339;20220301;12.3;-.5;5.9;2.2;6.24;0;1.6;13591
+72094;44.18759;5.21015;339;20220302;11.1;1.4;6.2;1.7;6.98;0;1.38;11920
+72094;44.18759;5.21015;339;20220303;14.5;.1;7.3;1.6;7.21;0;1.61;14731
+72094;44.18759;5.21015;339;20220304;15.9;1.5;8.7;2.4;6.91;0;2.09;14954
+72094;44.18759;5.21015;339;20220305;13.1;3.5;8.3;1.8;5.88;0;1.81;12257
+72094;44.18759;5.21015;339;20220306;10.6;-.3;5.2;1.9;5.04;0;1.67;13171
+72094;44.18759;5.21015;339;20220307;11.5;-2.9;4.3;1.6;4.44;0;1.72;15482
+72094;44.18759;5.21015;339;20220308;10.6;-3.9;3.3;1.6;5.54;0;1.54;15519
+72094;44.18759;5.21015;339;20220309;12.6;2.1;7.4;1.9;7.04;0;1.68;13601
+72094;44.18759;5.21015;339;20220310;12.1;.2;6.2;1.8;7.84;.4;1.42;14591
+72094;44.18759;5.21015;339;20220311;11.4;6.3;8.8;4.2;7.98;0;1.77;9545
+72094;44.18759;5.21015;339;20220312;11.5;6.7;9.1;5.1;6.91;1.3;2.41;9284
+72094;44.18759;5.21015;339;20220313;9.8;7.5;8.6;5.4;7.54;7.5;1.94;6417
+72094;44.18759;5.21015;339;20220314;14.4;5.5;9.9;2.5;9.64;.2;1.75;13109
+72094;44.18759;5.21015;339;20220315;15.2;8.4;11.8;2.7;9.04;0;2.11;11491
+72094;44.18759;5.21015;339;20220316;16.9;5;10.9;1.6;9.88;0;1.98;15622
+72094;44.18759;5.21015;339;20220317;14.5;8.1;11.3;1.6;10.54;0;1.58;11042
+72094;44.18759;5.21015;339;20220318;15.9;8.3;12.1;2.7;10.02;1.3;2.06;10137
+72094;44.18759;5.21015;339;20220319;16.1;4.5;10.3;1.4;8.49;0;1.92;12815
+72094;44.18759;5.21015;339;20220320;13.5;3.5;8.5;1.8;6.65;.1;1.82;8627
+72094;44.18759;5.21015;339;20220321;15.1;6;10.6;2.5;5.92;0;2.78;14667
+72094;44.18759;5.21015;339;20220322;15.7;-.5;7.6;2.5;5.72;0;2.86;18811
+72094;44.18759;5.21015;339;20220323;17.3;-2.1;7.6;2;5.45;0;2.77;19411
+72094;44.18759;5.21015;339;20220324;19.9;-.6;9.6;2.2;5.09;0;3.28;19814
+72094;44.18759;5.21015;339;20220325;20.1;-.5;9.8;1.8;5.15;0;3.09;19847
+72094;44.18759;5.21015;339;20220326;21;.9;10.9;1.9;6.09;0;3.24;19812
+72094;44.18759;5.21015;339;20220327;20.6;3.4;12;1.8;6.22;0;2.88;14445
+72094;44.18759;5.21015;339;20220328;21.3;2.5;11.9;1.8;5.52;0;3.34;19491
+72094;44.18759;5.21015;339;20220329;19;4.1;11.5;2;7.19;3.6;2.85;15548
+72094;44.18759;5.21015;339;20220330;13.7;8.2;10.9;1.4;10.52;.7;1.49;8437
+72094;44.18759;5.21015;339;20220331;16.7;4.9;10.8;3.8;7.95;.6;3.13;17896
+72094;44.18759;5.21015;339;20220401;7.7;2.6;5.2;7.4;5.01;2.3;2.59;11943
+72094;44.18759;5.21015;339;20220402;7.6;2.6;5.1;8.9;4.15;0;3.15;14224
+72094;44.18759;5.21015;339;20220403;8.9;1.3;5.1;4.5;5.02;2.8;2.34;12245
+72094;44.18759;5.21015;339;20220404;13.6;.9;7.3;4.1;5.21;0;3.31;20785
+72094;44.18759;5.21015;339;20220405;17.3;1.5;9.4;4.3;6.23;0;3.9;22782
+72094;44.18759;5.21015;339;20220406;17.1;3.2;10.1;1.6;8.68;0;2.62;18178
+72094;44.18759;5.21015;339;20220407;17.3;5.2;11.2;2.2;9.69;0;2.25;12540
+72094;44.18759;5.21015;339;20220408;20.9;9.7;15.3;2.6;10.19;.6;3.31;15908
+72094;44.18759;5.21015;339;20220409;13.4;8.7;11;5.6;5.22;0;4.29;20287
+72094;44.18759;5.21015;339;20220410;18.1;1;9.6;2.2;5.25;0;3.54;22934
+72094;44.18759;5.21015;339;20220411;16.1;1.8;9;2.4;6.65;0;2.45;11419
+72094;44.18759;5.21015;339;20220412;19.8;2.8;11.3;2.1;7.79;0;3.18;18293
+72094;44.18759;5.21015;339;20220413;21.2;4.6;12.9;1.8;8.42;0;3.45;20748
+72094;44.18759;5.21015;339;20220414;25.2;6.2;15.7;2.6;9.12;0;4.42;22661
+72094;44.18759;5.21015;339;20220415;26.5;9.8;18.2;3.5;11.15;0;4.99;21877
+72094;44.18759;5.21015;339;20220416;23.5;9.7;16.6;7;10.02;0;6.12;22977
+72094;44.18759;5.21015;339;20220417;22.5;8;15.2;2.5;7.69;0;4.35;22721
+72094;44.18759;5.21015;339;20220418;23;4.8;13.9;2.1;8.05;0;4.14;24141
+72094;44.18759;5.21015;339;20220419;23.3;5.1;14.2;2.6;7.62;0;4.52;24003
+72094;44.18759;5.21015;339;20220420;16.7;6.6;11.6;1.5;10.85;7.1;1.89;10454
+72094;44.18759;5.21015;339;20220421;19.7;10.2;15;1.5;12.52;4;2.68;15457
+72094;44.18759;5.21015;339;20220422;21.5;7.2;14.3;2;10.92;0;3.42;19963
+72094;44.18759;5.21015;339;20220423;14.9;11;12.9;3.8;10.83;19.5;2.03;4604
+72094;44.18759;5.21015;339;20220424;14.7;6.4;10.6;1.2;10.82;.3;2.08;14299
+72094;44.18759;5.21015;339;20220425;20.7;6.8;13.8;1.9;10.49;0;3.63;22760
+72094;44.18759;5.21015;339;20220426;21.9;5.4;13.7;2.3;9.75;0;4.06;24667
+72094;44.18759;5.21015;339;20220427;23.1;6.2;14.6;2.3;9.65;0;4.32;25071
+72094;44.18759;5.21015;339;20220428;25;7.4;16.2;2.1;10.55;.1;4.52;25224
+72094;44.18759;5.21015;339;20220429;24.3;7.3;15.8;2.3;10.25;0;4.53;24884
+72094;44.18759;5.21015;339;20220430;22.6;9.5;16;3;9.55;0;4.42;21004
+72094;44.18759;5.21015;339;20220501;22.3;8;15.1;3.2;8.59;0;4.77;24010
+72094;44.18759;5.21015;339;20220502;23.2;6.2;14.7;2.3;9.22;0;4.46;25589
+72094;44.18759;5.21015;339;20220503;22.5;9.5;16;1.7;11.49;4;3.35;17208
+72094;44.18759;5.21015;339;20220504;23;6.6;14.8;2;11.29;5;4.15;24968
+72094;44.18759;5.21015;339;20220505;17.7;11.7;14.7;3.1;11.55;3.8;2.96;13183
+72094;44.18759;5.21015;339;20220506;19.5;9.4;14.5;2.4;10.88;0;3.68;21296
+72094;44.18759;5.21015;339;20220507;23;9.7;16.3;2.2;11.08;2.4;4.42;24545
+72094;44.18759;5.21015;339;20220508;20.5;11.8;16.1;1.7;12.68;7.2;3.41;19721
+72094;44.18759;5.21015;339;20220509;23.8;9;16.4;1.5;12.91;.7;4.19;25902
+72094;44.18759;5.21015;339;20220510;25.5;9.7;17.6;1.5;13.18;.1;4.5;26890
+72094;44.18759;5.21015;339;20220511;24.8;9.5;17.2;1.8;11.88;0;4.57;26571
+72094;44.18759;5.21015;339;20220512;24.6;8.7;16.7;1.9;11.51;0;4.61;26930
+72094;44.18759;5.21015;339;20220513;25.6;8.6;17.1;1.9;11.28;0;4.87;28104
+72094;44.18759;5.21015;339;20220514;28;12.2;20.1;1.9;14.38;0;5.07;27106
+72094;44.18759;5.21015;339;20220515;26.6;12.5;19.5;1.6;14.74;.2;4.7;26088
+72094;44.18759;5.21015;339;20220516;27.4;11.2;19.3;1.3;12.21;0;4.96;27888
+72094;44.18759;5.21015;339;20220517;29.9;10.8;20.3;2;13.24;0;5.61;29034
+72094;44.18759;5.21015;339;20220518;31;13;22;2;14.51;0;5.8;28675
+72094;44.18759;5.21015;339;20220519;28.6;13.1;20.8;1.7;13.44;0;5.28;27642
+72094;44.18759;5.21015;339;20220520;29;11.9;20.5;1.5;12.54;0;5.31;28279
+72094;44.18759;5.21015;339;20220521;31.3;12;21.6;1.8;13.88;0;5.84;29498
+72094;44.18759;5.21015;339;20220522;31.6;14.5;23.1;2.1;16.91;0;5.9;28672
+72094;44.18759;5.21015;339;20220523;26.9;13.7;20.3;2.5;15.34;0;5.03;25978
+72094;44.18759;5.21015;339;20220524;24.5;14.4;19.5;2.4;12.38;.3;4.67;22704
+72094;44.18759;5.21015;339;20220525;24.4;13.3;18.9;2.3;11.38;0;4.84;23683
+72094;44.18759;5.21015;339;20220526;27.3;12.4;19.8;2.3;12.21;0;5.55;27345
+72094;44.18759;5.21015;339;20220527;30.6;15.1;22.8;2.7;13.44;0;6.35;28157
+72094;44.18759;5.21015;339;20220528;27.9;13.2;20.6;3.8;11.58;0;6.37;27441
+72094;44.18759;5.21015;339;20220529;25.7;11.5;18.6;3.7;7.88;0;6.31;27183
+72094;44.18759;5.21015;339;20220530;24.6;10.2;17.4;1.7;9.44;0;4.99;27639
+72094;44.18759;5.21015;339;20220531;26.3;13.3;19.8;1.5;12.28;0;4.93;26260
+72094;44.18759;5.21015;339;20220601;30.3;11.2;20.7;1.9;12.88;0;5.95;30351
+72094;44.18759;5.21015;339;20220602;30.8;13;21.9;1.8;13.84;0;5.86;29500
+72094;44.18759;5.21015;339;20220603;29.4;17;23.2;2.2;15.44;.1;5.55;25626
+72094;44.18759;5.21015;339;20220604;32.4;16.8;24.6;2.7;15.84;0;6.59;28318
+72094;44.18759;5.21015;339;20220605;31.2;16.9;24;2.3;15.81;.9;6.11;27689
+72094;44.18759;5.21015;339;20220606;31;14.2;22.6;2.6;13.61;.6;6.41;29322
+72094;44.18759;5.21015;339;20220607;27.7;15.5;21.6;3.5;12.61;0;6.02;25580
+72094;44.18759;5.21015;339;20220608;25.7;13.9;19.8;2.6;11.21;0;5.37;25436
+72094;44.18759;5.21015;339;20220609;24.7;16.5;20.6;5.6;9.94;0;6.38;20886
+72094;44.18759;5.21015;339;20220610;29.7;13.6;21.7;3.5;9.18;0;7.05;28686
+72094;44.18759;5.21015;339;20220611;32.8;14.5;23.7;2.6;9.84;0;7.17;29918
+72094;44.18759;5.21015;339;20220612;34.5;14.5;24.5;2.1;11.44;0;6.89;30230
+72094;44.18759;5.21015;339;20220613;33.3;16.5;24.9;2.7;14.04;0;7.01;29375
+72094;44.18759;5.21015;339;20220614;34.3;15.3;24.8;2.2;12.01;0;7;30333
+72094;44.18759;5.21015;339;20220615;33.4;16.1;24.7;1.6;14.44;0;6.35;30206
+72094;44.18759;5.21015;339;20220616;36.1;16.6;26.3;2.4;14.04;0;7.38;30725
+72094;44.18759;5.21015;339;20220617;37.4;19.6;28.5;2.6;13.08;0;7.88;29565
+72094;44.18759;5.21015;339;20220618;35;17.9;26.4;2.1;15.64;0;6.97;30193
+72094;44.18759;5.21015;339;20220619;32.6;18;25.3;2.6;15.51;0;6.69;28385
+72094;44.18759;5.21015;339;20220620;32.2;14.5;23.4;1.9;12.41;0;6.37;30288
+72094;44.18759;5.21015;339;20220621;30.4;17.2;23.8;1.7;16.38;2.2;5.58;26903
+72094;44.18759;5.21015;339;20220622;26.7;19.8;23.3;2.1;20.51;1.6;4.12;19363
+72094;44.18759;5.21015;339;20220623;26.9;18.1;22.5;2.3;18.71;1.7;4.6;21994
+72094;44.18759;5.21015;339;20220624;27;16.4;21.7;1.9;16.68;14.2;4.79;24005
+72094;44.18759;5.21015;339;20220625;29.7;13.8;21.8;1.8;14.51;0;5.75;29193
+72094;44.18759;5.21015;339;20220626;31.5;17.5;24.5;2.1;16.38;0;6.07;27828
+72094;44.18759;5.21015;339;20220627;31.1;16.1;23.6;2.5;16.18;0;6.24;28563
+72094;44.18759;5.21015;339;20220628;29.5;16.5;23;2.7;15.58;0;5.95;26640
+72094;44.18759;5.21015;339;20220629;31.3;14.7;23;1.9;14.58;0;6.16;29832
+72094;44.18759;5.21015;339;20220630;29.7;14.2;21.9;2.1;15.51;0;5.79;28755
+72094;44.18759;5.21015;339;20220701;27.9;14.3;21.1;3.4;13.11;0;6.05;27225
+72094;44.18759;5.21015;339;20220702;34.3;11.6;22.9;1.9;10.41;0;6.75;30747
+72094;44.18759;5.21015;339;20220703;35.6;14.7;25.2;2;11.44;0;7.07;30709
+72094;44.18759;5.21015;339;20220704;34.5;18.7;26.6;1.8;14.98;1.4;6.57;29202
+72094;44.18759;5.21015;339;20220705;32.8;17.9;25.3;2.9;14.94;0;6.96;28381
+72094;44.18759;5.21015;339;20220706;32.2;17;24.6;3.2;11.84;0;7.23;28260
+72094;44.18759;5.21015;339;20220707;32;15;23.5;3.6;11.78;0;7.34;28517
+72094;44.18759;5.21015;339;20220708;31.4;17.6;24.5;3.6;12.48;0;7.1;26946
+72094;44.18759;5.21015;339;20220709;32.7;17.6;25.1;2.8;12.54;0;7.06;28335
+72094;44.18759;5.21015;339;20220710;33.1;17.2;25.1;2.7;12.74;0;6.99;28550
+72094;44.18759;5.21015;339;20220711;33.7;17.2;25.4;2.2;14.74;0;6.63;28980
+72094;44.18759;5.21015;339;20220712;34.1;16.8;25.4;2.3;14.91;0;6.72;29463
+72094;44.18759;5.21015;339;20220713;33.4;17.1;25.2;2;15.61;0;6.36;28641
+72094;44.18759;5.21015;339;20220714;35;17.1;26.1;1.9;16.91;0;6.64;29998
+72094;44.18759;5.21015;339;20220715;36.7;17.2;27;2.5;14.74;0;7.39;29555
+72094;44.18759;5.21015;339;20220716;35.8;18.2;27;2.6;11.98;0;7.41;28370
+72094;44.18759;5.21015;339;20220717;36;18.2;27.1;2;15.04;0;6.87;28792
+72094;44.18759;5.21015;339;20220718;36.8;20.4;28.6;1.9;17.88;0;6.81;28551
+72094;44.18759;5.21015;339;20220719;35.5;19.7;27.6;1.9;18.24;0;6.53;28175
+72094;44.18759;5.21015;339;20220720;35.2;18.3;26.7;1.9;16.74;0;6.5;28597
+72094;44.18759;5.21015;339;20220721;36.2;19;27.6;2;14.34;0;6.74;28199
+72094;44.18759;5.21015;339;20220722;36.3;17.7;27;1.9;14.48;0;6.67;28505
+72094;44.18759;5.21015;339;20220723;34.2;18.4;26.3;2.4;17.91;0;6.45;27446
+72094;44.18759;5.21015;339;20220724;36.2;18.9;27.6;1.9;16.01;0;6.68;28260
+72094;44.18759;5.21015;339;20220725;36.2;16.6;26.4;2;16.18;0;6.67;29120
+72094;44.18759;5.21015;339;20220726;32.4;19.1;25.7;3.4;14.64;0;6.78;25416
+72094;44.18759;5.21015;339;20220727;31.8;15.8;23.8;2.7;12.91;0;6.48;27506
+72094;44.18759;5.21015;339;20220728;33.2;15.1;24.1;1.9;12.38;0;6.08;27711
+72094;44.18759;5.21015;339;20220729;30.1;16.6;23.3;2.2;15.58;1.1;5.46;25344
+72094;44.18759;5.21015;339;20220730;33.6;16.5;25;2.4;13.08;0;6.54;27547
+72094;44.18759;5.21015;339;20220731;34.9;17.4;26.1;2.3;11.68;0;6.72;27214
+72094;44.18759;5.21015;339;20220801;36.6;19;27.8;2.2;11.78;0;6.9;27291
+72094;44.18759;5.21015;339;20220802;36.4;18;27.2;2.1;12.31;0;6.63;26954
+72094;44.18759;5.21015;339;20220803;35.7;17.9;26.8;1.9;15.74;0;6.32;27700
+72094;44.18759;5.21015;339;20220804;35.9;18.2;27.1;1.8;15.91;0;6.25;27643
+72094;44.18759;5.21015;339;20220805;35.5;18.4;27;2;16.71;.1;6.23;26588
+72094;44.18759;5.21015;339;20220806;35.5;18.5;27;2.4;15.28;0;6.52;26043
+72094;44.18759;5.21015;339;20220807;33.4;17.6;25.5;2.4;12.78;0;6.28;25930
+72094;44.18759;5.21015;339;20220808;34.4;17.7;26.1;2;12.84;0;6.2;26297
+72094;44.18759;5.21015;339;20220809;35.3;18.3;26.8;2;13.48;0;6.16;26098
+72094;44.18759;5.21015;339;20220810;34.4;16.3;25.3;1.9;13.54;0;6.01;26939
+72094;44.18759;5.21015;339;20220811;33.3;17.4;25.4;1.7;16.78;0;5.54;25750
+72094;44.18759;5.21015;339;20220812;36.4;16.9;26.7;1.7;18.21;0;5.86;26148
+72094;44.18759;5.21015;339;20220813;33.9;18.7;26.3;2.3;20.34;1.2;5.68;24963
+72094;44.18759;5.21015;339;20220814;28.8;20.3;24.6;1.8;18.54;19.9;4.17;18538
+72094;44.18759;5.21015;339;20220815;30.8;14.7;22.7;1.6;15.94;0;4.99;25311
+72094;44.18759;5.21015;339;20220816;32;15.1;23.6;2.1;15.91;0;5.44;25526
+72094;44.18759;5.21015;339;20220817;26.6;18.3;22.5;2.8;18.91;22;3.9;17814
+72094;44.18759;5.21015;339;20220818;26.2;14.1;20.1;2.6;16.01;5.3;4.24;21728
+72094;44.18759;5.21015;339;20220819;28.1;16.2;22.2;3.4;15.21;0;4.98;21415
+72094;44.18759;5.21015;339;20220820;30.4;17.3;23.8;2.8;14.71;0;5.35;22006
+72094;44.18759;5.21015;339;20220821;29.9;16;22.9;2.7;14.48;0;5.24;22796
+72094;44.18759;5.21015;339;20220822;30.3;15.3;22.8;2.6;13.48;0;5.36;23298
+72094;44.18759;5.21015;339;20220823;32.2;15.9;24;2.2;13.94;0;5.36;23526
+72094;44.18759;5.21015;339;20220824;32.6;17.8;25.2;1.9;15.34;0;5.11;22974
+72094;44.18759;5.21015;339;20220825;32.6;15.7;24.2;1.7;16.44;.2;5;24243
+72094;44.18759;5.21015;339;20220826;31.9;17.9;24.9;1.8;17.51;.4;4.83;22162
+72094;44.18759;5.21015;339;20220827;30.7;15.8;23.3;1.8;16.34;.1;4.64;22699
+72094;44.18759;5.21015;339;20220828;30.9;17.3;24.1;1.6;16.14;0;4.49;21430
+72094;44.18759;5.21015;339;20220829;31.9;15.8;23.8;1.8;16.91;.2;4.74;22932
+72094;44.18759;5.21015;339;20220830;29.9;19;24.5;1.7;20.28;.7;3.95;18887
+72094;44.18759;5.21015;339;20220831;28.8;15.1;22;1.9;16.28;0;4.23;21070
+72094;44.18759;5.21015;339;20220901;31.1;15.4;23.3;1.9;13.94;0;4.76;22377
+72094;44.18759;5.21015;339;20220902;26.9;15.7;21.3;1.4;16.28;2.2;3.54;18768
+72094;44.18759;5.21015;339;20220903;27.8;15.6;21.7;1.5;17.34;4;3.66;19489
+72094;44.18759;5.21015;339;20220904;29.3;15.2;22.2;1.4;17.61;.6;3.9;20843
+72094;44.18759;5.21015;339;20220905;29.8;17.1;23.4;1.6;19.01;0;3.84;19610
+72094;44.18759;5.21015;339;20220906;28.9;16.4;22.7;1.7;19.24;2.3;3.7;19245
+72094;44.18759;5.21015;339;20220907;26.4;17.8;22.1;2.1;20.14;25.5;3.11;15675
+72094;44.18759;5.21015;339;20220908;26.3;14.8;20.6;2.1;15.64;.1;3.55;18104
+72094;44.18759;5.21015;339;20220909;25.5;13.3;19.4;2.2;13.04;.1;3.66;18477
+72094;44.18759;5.21015;339;20220910;25.2;12.1;18.7;2.4;11.81;.1;3.82;18838
+72094;44.18759;5.21015;339;20220911;28.3;10.8;19.5;1.6;11.38;0;3.84;20547
+72094;44.18759;5.21015;339;20220912;29.2;12.3;20.7;1.4;14.61;0;3.68;20475
+72094;44.18759;5.21015;339;20220913;27.6;16.2;21.9;1.7;19.54;.7;3.15;17297
+72094;44.18759;5.21015;339;20220914;23.4;18.3;20.9;2.1;19.68;16.4;2.29;11169
+72094;44.18759;5.21015;339;20220915;27.9;15.3;21.6;2;16.41;.2;3.57;17759
+72094;44.18759;5.21015;339;20220916;24.9;15.1;20;3.6;13.54;0;3.83;15332
+72094;44.18759;5.21015;339;20220917;20.9;13.1;17;5.2;8.11;0;4.59;13767
+72094;44.18759;5.21015;339;20220918;23.9;8.3;16.1;2.5;8.14;0;3.73;18570
+72094;44.18759;5.21015;339;20220919;24.7;7.2;16;2.6;8.24;0;3.82;18594
+72094;44.18759;5.21015;339;20220920;24.8;8.1;16.5;2.5;8.71;0;3.75;18544
+72094;44.18759;5.21015;339;20220921;23.6;8.2;15.9;1.9;9.58;0;3.2;18303
+72094;44.18759;5.21015;339;20220922;23.7;9.4;16.6;1.5;11.81;0;2.84;17669
+72094;44.18759;5.21015;339;20220923;22.1;11.2;16.6;1.2;13.38;13.7;2.36;15406
+72094;44.18759;5.21015;339;20220924;17.8;13.8;15.8;1.7;15.04;29.5;1.54;8698
+72094;44.18759;5.21015;339;20220925;20.7;12.4;16.6;1.5;13.48;.1;2.18;13046
+72094;44.18759;5.21015;339;20220926;20.4;7.9;14.2;2.4;10.14;.6;2.67;15936
+72094;44.18759;5.21015;339;20220927;18.2;10.1;14.2;3.7;9.58;.1;2.76;12665
+72094;44.18759;5.21015;339;20220928;21.2;10.2;15.7;2.7;11.68;1.9;2.65;14588
+72094;44.18759;5.21015;339;20220929;18.4;10.9;14.7;2.2;11.04;0;2.2;11856
+72094;44.18759;5.21015;339;20220930;17.7;8.1;12.9;2;9.51;.8;2.1;13268
+72094;44.18759;5.21015;339;20221001;19.7;3.4;11.5;1.4;10.24;.1;2.06;16497
+72094;44.18759;5.21015;339;20221002;25.8;9.9;17.9;2.4;12.57;0;3.08;16653
+72094;44.18759;5.21015;339;20221003;25.1;12.1;18.6;2.9;11.81;0;3.32;14991
+72094;44.18759;5.21015;339;20221004;26.5;8;17.3;1.3;11.91;.1;2.63;16951
+72094;44.18759;5.21015;339;20221005;24.1;8.5;16.3;1.5;13.04;.1;2.42;15801
+72094;44.18759;5.21015;339;20221006;25.3;8.1;16.7;1.3;12.77;0;2.42;16397
+72094;44.18759;5.21015;339;20221007;24.4;9;16.7;1.2;13.01;0;2.24;15247
+72094;44.18759;5.21015;339;20221008;20.5;11.9;16.2;1.3;13.91;5.3;1.76;11467
+72094;44.18759;5.21015;339;20221009;18.6;13.2;15.9;1.4;14.24;2.1;1.51;9040
+72094;44.18759;5.21015;339;20221010;22.7;12.8;17.7;1.2;14.64;.3;1.86;11973
+72094;44.18759;5.21015;339;20221011;23.4;8.8;16.1;1;13.24;0;1.93;14376
+72094;44.18759;5.21015;339;20221012;22.6;11.4;17;.9;13.34;.8;1.8;12495
+72094;44.18759;5.21015;339;20221013;21.7;8.2;14.9;1.2;12.71;.3;1.78;13540
+72094;44.18759;5.21015;339;20221014;22.8;11.3;17.1;1.7;13.44;.1;2.02;12396
+72094;44.18759;5.21015;339;20221015;25.3;7.8;16.5;1.4;12.44;.1;2.19;14849
+72094;44.18759;5.21015;339;20221016;23.4;11.4;17.4;1.7;14.81;.1;1.89;12414
+72094;44.18759;5.21015;339;20221017;24.1;10.7;17.4;1.7;14.11;.1;1.98;12954
+72094;44.18759;5.21015;339;20221018;24.9;11.4;18.1;1.1;14.04;.2;1.84;12820
+72094;44.18759;5.21015;339;20221019;23.2;8.7;15.9;1.1;14.11;.1;1.68;12974
+72094;44.18759;5.21015;339;20221020;20.4;13.6;17;2.3;15.68;0;1.44;8336
+72094;44.18759;5.21015;339;20221021;21.1;15.8;18.5;3.5;17.68;.5;1.58;7670
+72094;44.18759;5.21015;339;20221022;22.4;16;19.2;2;17.74;0;1.56;8327
+72094;44.18759;5.21015;339;20221023;23;15.6;19.3;2.3;17.11;0;1.74;8868
+72094;44.18759;5.21015;339;20221024;24;16.4;20.2;1.8;17.11;0;1.74;8904
+72094;44.18759;5.21015;339;20221025;24.7;10.8;17.8;1.3;14.54;0;1.71;11886
+72094;44.18759;5.21015;339;20221026;23.4;11.2;17.3;1.2;15.11;.1;1.51;11032
+72094;44.18759;5.21015;339;20221027;24.2;11.7;18;1;14.91;.1;1.45;11065
+72094;44.18759;5.21015;339;20221028;25.4;9.8;17.6;1;12.78;.1;1.63;11836
+72094;44.18759;5.21015;339;20221029;25.2;8.7;16.9;1.1;11.14;.1;1.65;11997
+72094;44.18759;5.21015;339;20221030;23.7;8;15.8;1;11.18;0;1.47;11749
+72094;44.18759;5.21015;339;20221031;21.4;9.9;15.6;2.2;13.64;40.1;1.5;10063
+72094;44.18759;5.21015;339;20221101;22.2;13.4;17.8;1.8;14.68;5.1;1.49;8641
+72094;44.18759;5.21015;339;20221102;19.6;7.5;13.6;1.2;11.54;.1;1.17;9928
+72094;44.18759;5.21015;339;20221103;13;5.8;9.4;1.6;11.28;22.9;.69;7478
+72094;44.18759;5.21015;339;20221104;13;7.2;10.1;3.4;8.71;2;1.4;6414
+72094;44.18759;5.21015;339;20221105;15.6;6.4;11;3.8;6.81;0;2.18;8384
+72094;44.18759;5.21015;339;20221106;18.4;2.1;10.3;1.2;7.38;.1;1.14;10807
+72094;44.18759;5.21015;339;20221107;20.1;1.8;10.9;1.3;8.18;.1;1.18;11162
+72094;44.18759;5.21015;339;20221108;15.3;5.2;10.2;1.8;10.71;0;.83;8452
+72094;44.18759;5.21015;339;20221109;17.6;12;14.8;2.6;13.74;30.4;1.07;6119
+72094;44.18759;5.21015;339;20221110;18.3;9;13.7;1.5;11.64;0;1.07;7945
+72094;44.18759;5.21015;339;20221111;20.5;5.4;12.9;.9;10.34;.1;.92;9890
+72094;44.18759;5.21015;339;20221112;18.9;5;11.9;.9;10.28;0;.84;9374
+72094;44.18759;5.21015;339;20221113;15.5;8.4;11.9;1;11.08;0;.74;6453
+72094;44.18759;5.21015;339;20221114;13.2;7;10.1;1.2;10.78;11.3;.64;6047
+72094;44.18759;5.21015;339;20221115;13.8;10;11.9;1.8;12.71;8.6;.62;4694
+72094;44.18759;5.21015;339;20221116;18;7.5;12.7;1.5;11.11;0;.94;7756
+72094;44.18759;5.21015;339;20221117;17.2;7.5;12.3;1.8;11.01;2.6;.94;7499
+72094;44.18759;5.21015;339;20221118;14.1;6.9;10.5;3.3;8.61;0;1.34;6171
+72094;44.18759;5.21015;339;20221119;13.5;1.1;7.3;2.5;6.64;0;1.14;8244
+72094;44.18759;5.21015;339;20221120;12.9;1.4;7.1;2.4;6.21;0;1.16;7797
+72094;44.18759;5.21015;339;20221121;8.5;1.7;5.1;2;7.58;10.7;.55;5751
+72094;44.18759;5.21015;339;20221122;12.1;4.4;8.3;4.3;7.11;.1;1.51;5819
+72094;44.18759;5.21015;339;20221123;10.2;3.4;6.8;1.8;8.01;.3;.66;5796
+72094;44.18759;5.21015;339;20221124;16.1;2.4;9.3;2;7.44;0;1.09;8077
+72094;44.18759;5.21015;339;20221125;15.3;3.5;9.4;1.6;8.38;0;.81;7505
+72094;44.18759;5.21015;339;20221126;14.5;5.7;10.1;2.1;6.74;0;1.22;6434
+72094;44.18759;5.21015;339;20221127;13.4;-.2;6.6;1;6.68;.1;.52;7857
+72094;44.18759;5.21015;339;20221128;7.8;4.9;6.3;1.6;8.24;20.7;.51;3437
+72094;44.18759;5.21015;339;20221129;9.2;1.4;5.3;1.2;7.31;.2;.46;5665
+72094;44.18759;5.21015;339;20221130;12.3;-1.1;5.6;1.6;6.44;0;.58;7699
+72094;44.18759;5.21015;339;20221201;10.8;2.2;6.5;1.8;6.64;0;.72;6082
+72094;44.18759;5.21015;339;20221202;8.5;1;4.7;1.1;6.74;.5;.42;5612
+72094;44.18759;5.21015;339;20221203;7;2.5;4.8;1.7;8.24;23.2;.34;4260
+72094;44.18759;5.21015;339;20221204;9.8;6.5;8.1;1.9;9.24;12.8;.54;3551
+72094;44.18759;5.21015;339;20221205;11;0;5.5;.9;6.81;.1;.39;6660
+72094;44.18759;5.21015;339;20221206;11.4;-1.7;4.8;1.2;5.61;0;.54;7262
+72094;44.18759;5.21015;339;20221207;8.2;-3.5;2.4;1.1;5.34;0;.37;6810
+72094;44.18759;5.21015;339;20221208;5.9;-3.9;1;1.4;6.01;27;.26;6089
+72094;44.18759;5.21015;339;20221209;11.4;4.4;7.9;2.1;10.08;7.1;.34;5100
+72094;44.18759;5.21015;339;20221210;7.7;4;5.8;2.2;7.18;0;.65;3603
+72094;44.18759;5.21015;339;20221211;4.7;-4.6;0;1.7;4.08;0;.54;5882
+72094;44.18759;5.21015;339;20221212;6.6;-6.6;0;.9;4.44;6.9;.29;6980
+72094;44.18759;5.21015;339;20221213;4.3;.5;2.4;1;7.18;4.6;.23;3675
+72094;44.18759;5.21015;339;20221214;9.2;3.8;6.5;1.3;9.08;.9;.3;4338
+72094;44.18759;5.21015;339;20221215;10.6;6.5;8.6;1.9;10.31;26.5;.4;3810
+72094;44.18759;5.21015;339;20221216;8.1;4.6;6.4;1.9;8.68;0;.41;2638
+72094;44.18759;5.21015;339;20221217;9.5;-.7;4.4;1.8;5.84;0;.62;6165
+72094;44.18759;5.21015;339;20221218;11;-2.1;4.5;1.7;6.68;0;.5;6814
+72094;44.18759;5.21015;339;20221219;11.2;6;8.6;1.7;9.78;0;.44;4273
+72094;44.18759;5.21015;339;20221220;13.5;9.5;11.5;2.5;11.68;1.9;.6;3760
+72094;44.18759;5.21015;339;20221221;14.4;10.9;12.7;1.8;11.68;3.7;.67;3374
+72094;44.18759;5.21015;339;20221222;15.1;4.6;9.9;2;9.84;.2;.63;6226
+72094;44.18759;5.21015;339;20221223;18;8.5;13.2;1.9;11.48;0;.79;5911
+72094;44.18759;5.21015;339;20221224;18.6;8.3;13.4;1.6;10.78;.1;.81;5999
+72094;44.18759;5.21015;339;20221225;13.9;3.3;8.6;1.5;9.84;0;.44;6250
+72094;44.18759;5.21015;339;20221226;16;6.5;11.3;.9;10.44;.1;.44;5903
+72094;44.18759;5.21015;339;20221227;13.4;2.2;7.8;1;8.01;0;.42;6292
+72094;44.18759;5.21015;339;20221228;13.2;-.6;6.3;1.4;6.94;0;.54;7173
+72094;44.18759;5.21015;339;20221229;13.3;6.9;10.1;1.3;10.18;0;.49;4837
+72094;44.18759;5.21015;339;20221230;12.6;6.7;9.7;1;10.48;.2;.39;4640
+72094;44.18759;5.21015;339;20221231;13.4;4.6;9;1.5;9.78;.1;.49;5765
+72095;44.20154;5.52174;880;20220101;19.9;-1.7;9.1;.7;6.09;.1;.5;8079
+72095;44.20154;5.52174;880;20220102;16.1;-4.1;6;1.8;5.69;0;1.01;7839
+72095;44.20154;5.52174;880;20220103;13.5;2.9;8.2;2.5;6.09;0;1.29;5587
+72095;44.20154;5.52174;880;20220104;9.2;-2.2;3.5;1.3;7.29;1.8;.36;5847
+72095;44.20154;5.52174;880;20220105;3.1;2.5;2.8;7.6;5.09;0;1.43;1005
+72095;44.20154;5.52174;880;20220106;4.1;-2;1.1;4.6;3.19;0;1.53;4215
+72095;44.20154;5.52174;880;20220107;6;-9.3;-1.6;3.1;3.49;1.4;.94;6987
+72095;44.20154;5.52174;880;20220108;6.5;-.8;2.9;4.3;5.89;2.6;.85;4725
+72095;44.20154;5.52174;880;20220109;3.9;1.3;2.6;5;5.39;.9;1.03;2662
+72095;44.20154;5.52174;880;20220110;6.1;1;3.6;4.5;4.19;0;1.58;3942
+72095;44.20154;5.52174;880;20220111;8.5;-8.2;.2;1.7;2.99;0;.89;7562
+72095;44.20154;5.52174;880;20220112;7.4;-10.6;-1.6;1.1;2.99;0;.58;7938
+72095;44.20154;5.52174;880;20220113;10.6;-10.2;.2;.5;2.79;0;.36;8646
+72095;44.20154;5.52174;880;20220114;12.7;-9.2;1.8;.8;2.89;0;.59;8968
+72095;44.20154;5.52174;880;20220115;15.1;-8.4;3.4;.5;3.29;0;.41;9397
+72095;44.20154;5.52174;880;20220116;12.4;-8.7;1.9;2.5;2.79;0;1.54;8971
+72095;44.20154;5.52174;880;20220117;10.8;.1;5.5;4.3;2.99;0;2.34;6325
+72095;44.20154;5.52174;880;20220118;12.2;-8.5;1.9;1.5;4.09;0;.9;9068
+72095;44.20154;5.52174;880;20220119;8.4;-4.1;2.2;2.1;5.99;.1;.63;7023
+72095;44.20154;5.52174;880;20220120;6.9;-.9;3;5.7;4.29;0;1.7;5516
+72095;44.20154;5.52174;880;20220121;6.9;-2.1;2.4;3.3;3.49;0;1.45;6028
+72095;44.20154;5.52174;880;20220122;8.2;-9.9;-.8;.8;3.19;0;.56;8836
+72095;44.20154;5.52174;880;20220123;13.4;-8.8;2.3;1;3.49;0;.82;9949
+72095;44.20154;5.52174;880;20220124;13;-9;2;1.1;3.79;0;.85;10020
+72095;44.20154;5.52174;880;20220125;9.3;-6.8;1.3;1;5.29;0;.58;8610
+72095;44.20154;5.52174;880;20220126;13.4;-9.4;2;1.7;3.49;0;1.23;10457
+72095;44.20154;5.52174;880;20220127;14.6;-9.5;2.6;1.1;3.59;0;.98;10757
+72095;44.20154;5.52174;880;20220128;11.5;-6.6;2.5;4.9;2.99;0;2.38;9500
+72095;44.20154;5.52174;880;20220129;14.2;-3.4;5.4;4;2.69;0;2.66;9480
+72095;44.20154;5.52174;880;20220130;12.7;4.3;8.5;5.7;4.59;0;2.87;6494
+72095;44.20154;5.52174;880;20220131;7.5;1.5;4.5;9.3;4.09;.1;2.61;5492
+72095;44.20154;5.52174;880;20220201;8.4;-1.6;3.4;8.4;3.99;0;2.4;7315
+72095;44.20154;5.52174;880;20220202;12.5;4.8;8.7;8.6;5.99;0;2.92;6449
+72095;44.20154;5.52174;880;20220203;14.9;-3;6;2.3;5.29;0;1.56;10199
+72095;44.20154;5.52174;880;20220204;12.3;-1.3;5.5;3.9;6.59;0;1.45;8950
+72095;44.20154;5.52174;880;20220205;10;3.2;6.6;5.1;5.49;0;2;6281
+72095;44.20154;5.52174;880;20220206;11.5;-7.9;1.8;4.2;4.29;0;1.83;11063
+72095;44.20154;5.52174;880;20220207;10.2;4.1;7.2;7.7;4.69;0;2.9;6089
+72095;44.20154;5.52174;880;20220208;11.8;-6.3;2.8;1;3.39;0;1.04;10957
+72095;44.20154;5.52174;880;20220209;12.6;-8.2;2.2;.9;4.49;0;.97;11934
+72095;44.20154;5.52174;880;20220210;1.1;-7.9;-3.4;2.3;5.17;0;1.69;11833
+72095;44.20154;5.52174;880;20220211;11.2;-.3;5.5;3.2;5;0;1.81;10500
+72095;44.20154;5.52174;880;20220212;10.7;-1;4.9;3.4;4.47;0;1.86;10933
+72095;44.20154;5.52174;880;20220213;9.2;.9;5;2.8;5.7;2.4;1.23;7800
+72095;44.20154;5.52174;880;20220214;6.1;1.8;4;2;6.67;18.4;.76;2866
+72095;44.20154;5.52174;880;20220215;7.2;-.5;3.4;2.7;5.74;0;1.11;10166
+72095;44.20154;5.52174;880;20220216;5.9;1.6;3.8;4;7.39;2.3;.68;5708
+72095;44.20154;5.52174;880;20220217;15.1;5;10.1;7.8;8.09;0;2.62;9107
+72095;44.20154;5.52174;880;20220218;16.5;3;9.8;2.7;7.89;0;1.86;10740
+72095;44.20154;5.52174;880;20220219;8.3;3.5;5.9;5.4;5.79;0;1.85;6308
+72095;44.20154;5.52174;880;20220220;11.8;.9;6.4;5.9;4.79;0;2.65;9861
+72095;44.20154;5.52174;880;20220221;7.8;1.9;4.9;7.8;5.79;2.1;1.86;7233
+72095;44.20154;5.52174;880;20220222;10.4;1.4;5.9;8.1;5.09;0;2.66;9157
+72095;44.20154;5.52174;880;20220223;14.4;1.8;8.1;3;4.39;0;2.44;11060
+72095;44.20154;5.52174;880;20220224;10.2;-3.1;3.6;2.8;6.59;0;1.24;11522
+72095;44.20154;5.52174;880;20220225;8.6;1.7;5.2;5.2;4.19;0;2.35;8281
+72095;44.20154;5.52174;880;20220226;9.6;-3;3.3;2.6;3.59;0;1.84;11493
+72095;44.20154;5.52174;880;20220227;7.9;-8.8;-.4;1.6;4.19;0;1.23;13467
+72095;44.20154;5.52174;880;20220228;9.2;-7.9;.7;2.3;4.49;0;1.46;13804
+72095;44.20154;5.52174;880;20220301;9.2;-7.2;1;1.8;4.99;0;1.31;13678
+72095;44.20154;5.52174;880;20220302;8.6;-3.2;2.7;1.5;5.79;0;1.18;11679
+72095;44.20154;5.52174;880;20220303;11.9;-4.6;3.7;1.6;5.69;0;1.51;14063
+72095;44.20154;5.52174;880;20220304;13.3;-3;5.2;2.9;4.99;0;2.16;14146
+72095;44.20154;5.52174;880;20220305;9.7;-7.1;1.3;1.8;3.29;0;1.71;14542
+72095;44.20154;5.52174;880;20220306;6.2;-7.9;-.8;1.4;3.79;0;1.25;13445
+72095;44.20154;5.52174;880;20220307;8.4;-10;-.8;1.5;3.29;0;1.51;15606
+72095;44.20154;5.52174;880;20220308;9.4;-10.6;-.6;2;4.49;0;1.52;16482
+72095;44.20154;5.52174;880;20220309;9.5;-2.2;3.7;1.7;5.39;0;1.49;12648
+72095;44.20154;5.52174;880;20220310;10.1;-6.6;1.8;1.4;5.89;.3;1.4;15375
+72095;44.20154;5.52174;880;20220311;8;2;5;6.3;6.59;0;1.61;9142
+72095;44.20154;5.52174;880;20220312;9.2;3.8;6.5;6.8;5.09;1.7;2.66;8751
+72095;44.20154;5.52174;880;20220313;5.6;2.3;4;5.5;6.59;8.8;1.19;6822
+72095;44.20154;5.52174;880;20220314;11.3;3;7.2;3.7;8.39;.3;1.54;11207
+72095;44.20154;5.52174;880;20220315;12.4;5.3;8.9;3;7.39;0;1.99;10448
+72095;44.20154;5.52174;880;20220316;15.6;-.2;7.7;.8;7.49;0;1.84;15979
+72095;44.20154;5.52174;880;20220317;11.6;2.9;7.3;1.7;9.09;0;1.41;11870
+72095;44.20154;5.52174;880;20220318;13.3;5.4;9.4;3.8;7.87;1;2.47;9233
+72095;44.20154;5.52174;880;20220319;10.8;3;6.9;3.4;5.87;0;3.08;14233
+72095;44.20154;5.52174;880;20220320;8.3;-1.2;3.6;3.9;5.37;0;2.24;7600
+72095;44.20154;5.52174;880;20220321;9.6;2.1;5.9;3.7;4.74;0;2.84;15866
+72095;44.20154;5.52174;880;20220322;10;-7.4;1.3;5.4;3.31;0;3.84;18450
+72095;44.20154;5.52174;880;20220323;11.8;-7.9;2;4;3.57;0;3.9;20300
+72095;44.20154;5.52174;880;20220324;14.6;-7.1;3.8;3.4;3.77;0;3.84;20500
+72095;44.20154;5.52174;880;20220325;15.1;-6.1;4.5;3;3.94;0;3.65;19500
+72095;44.20154;5.52174;880;20220326;15.9;-5.1;5.4;3.9;4.17;0;4.2;20100
+72095;44.20154;5.52174;880;20220327;15;-1.5;6.8;3.5;4.27;0;3.75;14800
+72095;44.20154;5.52174;880;20220328;17.2;-3.5;6.9;3.1;4.14;0;3.92;19700
+72095;44.20154;5.52174;880;20220329;14.6;-.3;7.2;2.8;5.74;3;3.12;14833
+72095;44.20154;5.52174;880;20220330;10;4.7;7.4;1.6;8.84;1.1;1.28;6800
+72095;44.20154;5.52174;880;20220331;11.6;3.9;7.8;3.3;7.14;.4;2.42;16100
+72095;44.20154;5.52174;880;20220401;2.5;.9;1.7;5.5;4.44;1;1.79;11466
+72095;44.20154;5.52174;880;20220402;1.9;-2.5;-.3;5;4.04;0;1.97;12900
+72095;44.20154;5.52174;880;20220403;6.2;-4.1;1.1;2.9;4.47;4.8;1.51;10166
+72095;44.20154;5.52174;880;20220404;8.7;-4.9;1.9;2.1;4.87;0;2.61;22200
+72095;44.20154;5.52174;880;20220405;12.9;-5.3;3.8;2.4;5.4;0;3.18;22833
+72095;44.20154;5.52174;880;20220406;11.9;-4.5;3.7;2.6;7.06;0;2.84;17300
+72095;44.20154;5.52174;880;20220407;11.1;4.7;7.9;3.6;8.64;0;1.84;9400
+72095;44.20154;5.52174;880;20220408;16.5;8.2;12.4;3.7;9.64;1.1;2.45;12300
+72095;44.20154;5.52174;880;20220409;7.2;3.4;5.3;5.2;4.9;0;3.33;19933
+72095;44.20154;5.52174;880;20220410;12.6;-2.5;5.1;2.1;4.2;0;3.46;24500
+72095;44.20154;5.52174;880;20220411;10.3;.5;5.4;2.7;6.14;0;2.01;8600
+72095;44.20154;5.52174;880;20220412;16;-.7;7.7;3.6;6.67;0;3.17;13933
+72095;44.20154;5.52174;880;20220413;17;-.3;8.4;2.8;7;0;4.09;20300
+72095;44.20154;5.52174;880;20220414;20.1;-.6;9.8;2.6;7.7;0;4.31;22866
+72095;44.20154;5.52174;880;20220415;23;3.6;13.3;3;9.24;0;4.68;23666
+72095;44.20154;5.52174;880;20220416;22.4;10.6;16.5;3.1;8.16;0;4.49;23950
+72095;44.20154;5.52174;880;20220417;16;2.4;9.2;2.9;6.77;0;4.58;24933
+72095;44.20154;5.52174;880;20220418;16.9;-2;7.5;2.5;7.7;0;3.91;24300
+72095;44.20154;5.52174;880;20220419;18.2;-.2;9;2.4;7.04;0;3.8;21600
+72095;44.20154;5.52174;880;20220420;10.1;1.5;5.8;2.1;8.9;6.7;2.07;9566
+72095;44.20154;5.52174;880;20220421;14;6.9;10.5;3.4;9.54;1.5;2.91;13000
+72095;44.20154;5.52174;880;20220422;14.9;3.4;9.2;2.7;9.04;0;3.51;18866
+72095;44.20154;5.52174;880;20220423;8.3;7.5;7.9;3.4;8.5;23.3;1.96;5733
+72095;44.20154;5.52174;880;20220424;9.7;3;6.4;1.9;8.8;.4;1.61;10533
+72095;44.20154;5.52174;880;20220425;14.7;4.2;9.5;2.1;8.8;0;3.34;21600
+72095;44.20154;5.52174;880;20220426;17.3;-.4;8.5;2.2;7.94;0;3.95;25666
+72095;44.20154;5.52174;880;20220427;18.9;.7;9.8;2.4;8.14;0;4.41;25966
+72095;44.20154;5.52174;880;20220428;19.2;2.2;10.7;2.1;9.34;0;4.14;23500
+72095;44.20154;5.52174;880;20220429;19.9;2.2;11.1;2.1;8.84;0;4.29;24666
+72095;44.20154;5.52174;880;20220430;19.1;5;12.1;2.2;8.57;0;3.68;21500
+72095;44.20154;5.52174;880;20220501;17.5;6.1;11.8;2.3;7.4;0;4.23;26000
+72095;44.20154;5.52174;880;20220502;18.1;.7;9.4;2.6;8.5;0;4.07;23633
+72095;44.20154;5.52174;880;20220503;11.2;4.8;8;2.1;9.77;3.2;2.98;14666
+72095;44.20154;5.52174;880;20220504;16.7;1.9;9.3;2.1;9.77;5.6;3.6;21966
+72095;44.20154;5.52174;880;20220505;14.3;8.1;11.2;3;9.69;5.7;2.59;14671
+72095;44.20154;5.52174;880;20220506;17.7;7.5;12.6;4;8.99;0;3.7;19038
+72095;44.20154;5.52174;880;20220507;18.6;3.8;11.2;1.9;10.09;3.9;3.42;23136
+72095;44.20154;5.52174;880;20220508;16.5;6.7;11.6;1.8;11.19;9.9;2.82;18831
+72095;44.20154;5.52174;880;20220509;20;3.4;11.7;1.5;10.39;1.1;3.66;24757
+72095;44.20154;5.52174;880;20220510;20.3;4.7;12.5;1.3;11.49;.1;3.59;24094
+72095;44.20154;5.52174;880;20220511;21.7;4.1;12.9;1.7;10.29;0;4.05;25732
+72095;44.20154;5.52174;880;20220512;22.2;3.3;12.8;1.4;9.49;0;4.17;26795
+72095;44.20154;5.52174;880;20220513;22;4.4;13.2;1.4;9.69;0;4.11;25949
+72095;44.20154;5.52174;880;20220514;24.5;6.1;15.3;1.1;11.69;0;4.34;26649
+72095;44.20154;5.52174;880;20220515;23.7;8.1;15.9;1.3;12.89;1;4.13;24599
+72095;44.20154;5.52174;880;20220516;24.4;6.9;15.7;1;10.69;0;4.33;26180
+72095;44.20154;5.52174;880;20220517;27.1;6.3;16.7;1.9;11.59;.1;5.2;28689
+72095;44.20154;5.52174;880;20220518;25.9;13.2;19.6;2.6;12.89;0;4.88;22400
+72095;44.20154;5.52174;880;20220519;23.8;10.1;17;2;11.99;0;4.39;23364
+72095;44.20154;5.52174;880;20220520;25.8;5.9;15.9;1.2;10.79;.1;4.77;28347
+72095;44.20154;5.52174;880;20220521;29.1;6.3;17.7;1.4;12.09;0;5.41;30146
+72095;44.20154;5.52174;880;20220522;28.9;10.3;19.6;1.6;14.99;0;5.22;27568
+72095;44.20154;5.52174;880;20220523;23.5;10.6;17.1;2.4;13.09;.1;4.34;22954
+72095;44.20154;5.52174;880;20220524;21;9.8;15.4;3.3;10.79;.7;4.26;21421
+72095;44.20154;5.52174;880;20220525;21;10.7;15.9;2.7;10.19;.1;4.21;20583
+72095;44.20154;5.52174;880;20220526;25.1;10;17.6;2.8;11.19;.1;5.14;25085
+72095;44.20154;5.52174;880;20220527;28.2;12.3;20.3;3.4;12.49;.9;5.99;25821
+72095;44.20154;5.52174;880;20220528;24.3;13.8;19.1;5.8;10.79;0;5.97;20953
+72095;44.20154;5.52174;880;20220529;22.3;9.9;16.1;4.3;7.19;0;5.66;22864
+72095;44.20154;5.52174;880;20220530;21.4;1.8;11.6;1.1;8.09;0;4.33;28928
+72095;44.20154;5.52174;880;20220531;22.7;7.5;15.1;1.1;10.39;.3;4.26;25478
+72095;44.20154;5.52174;880;20220601;27;5.3;16.2;1.3;11.09;0;5.23;30594
+72095;44.20154;5.52174;880;20220602;27.8;6.7;17.3;1.2;12.09;0;5.26;30222
+72095;44.20154;5.52174;880;20220603;24.1;12.9;18.5;2;13.49;.5;4.37;21939
+72095;44.20154;5.52174;880;20220604;29.5;11.9;20.7;3;13.89;0;6.11;27665
+72095;44.20154;5.52174;880;20220605;27;13.1;20.1;2.3;13.79;1.2;5.16;24577
+72095;44.20154;5.52174;880;20220606;27.4;6.7;17.1;2.5;11.49;.8;5.76;30139
+72095;44.20154;5.52174;880;20220607;23.6;11.6;17.6;4.9;11.39;0;5.37;22874
+72095;44.20154;5.52174;880;20220608;21.8;10.7;16.3;3.3;9.79;.1;4.75;22013
+72095;44.20154;5.52174;880;20220609;19.2;12.2;15.7;7.9;9.19;0;5.2;17411
+72095;44.20154;5.52174;880;20220610;26.5;10.1;18.3;4.7;7.69;0;7;26919
+72095;44.20154;5.52174;880;20220611;28.6;5.1;16.9;1.9;9.69;0;5.93;31492
+72095;44.20154;5.52174;880;20220612;30.4;6.5;18.5;1.6;10.79;.1;6.01;31522
+72095;44.20154;5.52174;880;20220613;29.7;10.5;20.1;3.1;12.39;0;6.48;29247
+72095;44.20154;5.52174;880;20220614;30.8;8;19.4;2.1;11.29;0;6.41;31571
+72095;44.20154;5.52174;880;20220615;29.6;9.6;19.6;1.1;12.19;.4;5.52;29900
+72095;44.20154;5.52174;880;20220616;33;10.5;21.8;2.3;12.19;0;6.94;31607
+72095;44.20154;5.52174;880;20220617;34.1;16.2;25.2;2.8;10.99;0;7.4;28290
+72095;44.20154;5.52174;880;20220618;31.8;12.1;22;1.8;14.49;0;6.17;29709
+72095;44.20154;5.52174;880;20220619;29.3;13.7;21.5;3.2;13.89;0;6.15;26394
+72095;44.20154;5.52174;880;20220620;30;9.8;19.9;2;10.09;0;6.22;30099
+72095;44.20154;5.52174;880;20220621;27.4;11.1;19.3;1.7;12.49;2.6;5.27;26993
+72095;44.20154;5.52174;880;20220622;23.7;16.1;19.9;2.2;17.49;4.5;3.76;18287
+72095;44.20154;5.52174;880;20220623;22;12.4;17.2;2.4;16.29;1.6;3.65;20604
+72095;44.20154;5.52174;880;20220624;23;13.7;18.4;2.4;14.79;8.4;4.06;20267
+72095;44.20154;5.52174;880;20220625;26.3;8.2;17.3;1.2;12.39;0;4.98;28438
+72095;44.20154;5.52174;880;20220626;27.9;13;20.5;2.1;13.79;0;5.36;25747
+72095;44.20154;5.52174;880;20220627;27.9;10.8;19.4;2.1;14.29;0;5.41;27597
+72095;44.20154;5.52174;880;20220628;28.2;13.7;21;3.4;14.79;1;5.77;25359
+72095;44.20154;5.52174;880;20220629;27.2;9;18.1;1.7;12.89;0;5.28;28441
+72095;44.20154;5.52174;880;20220630;27.6;8.4;18;1.5;12.49;0;5.33;29196
+72095;44.20154;5.52174;880;20220701;25.6;11.5;18.6;3.2;11.49;.1;5.46;24930
+72095;44.20154;5.52174;880;20220702;31;3.9;17.5;1.4;8.69;0;5.91;31426
+72095;44.20154;5.52174;880;20220703;32.6;9;20.8;1.6;10.69;0;6.36;31388
+72095;44.20154;5.52174;880;20220704;31.7;15.2;23.5;2.4;13.09;1.5;6.36;26903
+72095;44.20154;5.52174;880;20220705;30.5;16.3;23.4;4;12.79;0;6.92;24889
+72095;44.20154;5.52174;880;20220706;29.9;14.4;22.2;4.5;10.79;0;7.32;25982
+72095;44.20154;5.52174;880;20220707;29.1;14.4;21.8;5.3;11.29;0;7.34;25248
+72095;44.20154;5.52174;880;20220708;28.8;15.8;22.3;4.3;11.39;0;6.76;23675
+72095;44.20154;5.52174;880;20220709;29.1;9.9;19.5;2.1;11.79;0;5.85;28814
+72095;44.20154;5.52174;880;20220710;29.6;10.4;20;2.3;11.89;0;6.03;28756
+72095;44.20154;5.52174;880;20220711;30.5;10.3;20.4;2.1;13.29;0;6.04;29446
+72095;44.20154;5.52174;880;20220712;30.4;9.8;20.1;2.1;11.99;0;6.11;29675
+72095;44.20154;5.52174;880;20220713;30.6;8.7;19.7;1.8;13.49;0;5.94;30541
+72095;44.20154;5.52174;880;20220714;31.4;12;21.7;1.9;13.79;0;6;28649
+72095;44.20154;5.52174;880;20220715;33.4;13.2;23.3;3.5;11.69;0;7.61;29170
+72095;44.20154;5.52174;880;20220716;32.8;17.7;25.3;2.8;9.59;0;6.93;25094
+72095;44.20154;5.52174;880;20220717;33;9.4;21.2;1.6;13.69;0;6.15;30517
+72095;44.20154;5.52174;880;20220718;33.7;13.5;23.6;1.3;16.29;.1;5.92;28933
+72095;44.20154;5.52174;880;20220719;32.8;14.7;23.8;2.2;16.59;0;6.13;27284
+72095;44.20154;5.52174;880;20220720;32.4;12;22.2;1.8;13.69;0;6.08;28905
+72095;44.20154;5.52174;880;20220721;33;12.6;22.8;1.4;12.29;0;5.92;28815
+72095;44.20154;5.52174;880;20220722;33.5;9.1;21.3;1.5;11.59;0;6.1;30065
+72095;44.20154;5.52174;880;20220723;31.7;12.4;22.1;2.3;13.79;0;6.13;27831
+72095;44.20154;5.52174;880;20220724;33.1;14.3;23.7;1.6;13.29;0;5.91;27367
+72095;44.20154;5.52174;880;20220725;33.6;10.7;22.2;1.9;13.19;0;6.35;29760
+72095;44.20154;5.52174;880;20220726;29.1;17.8;23.5;4.5;13.39;0;6.39;20964
+72095;44.20154;5.52174;880;20220727;29.2;13.9;21.6;3;11.69;0;5.96;24375
+72095;44.20154;5.52174;880;20220728;30.4;7.9;19.2;1.5;11.09;0;5.58;29431
+72095;44.20154;5.52174;880;20220729;26.4;11.5;19;2;13.79;1.2;4.67;23860
+72095;44.20154;5.52174;880;20220730;29.6;16.2;22.9;3.7;11.29;0;6.4;22512
+72095;44.20154;5.52174;880;20220731;31.8;8.6;20.2;1.6;10.29;0;5.8;29078
+72095;44.20154;5.52174;880;20220801;32.8;10.8;21.8;1.6;10.49;0;5.92;28726
+72095;44.20154;5.52174;880;20220802;32.8;17;24.9;3;10.89;0;6.72;24169
+72095;44.20154;5.52174;880;20220803;32.9;11.4;22.2;1.8;14.09;0;5.89;28141
+72095;44.20154;5.52174;880;20220804;32.9;12.8;22.9;1.4;12.39;.1;5.56;27070
+72095;44.20154;5.52174;880;20220805;32.9;11.8;22.4;2;11.39;.1;6.08;27615
+72095;44.20154;5.52174;880;20220806;33.1;18.3;25.7;4.1;12.69;0;7.26;22944
+72095;44.20154;5.52174;880;20220807;29.4;14.4;21.9;3.1;12.89;0;5.7;22987
+72095;44.20154;5.52174;880;20220808;30.5;9.7;20.1;1.5;12.09;0;5.23;27012
+72095;44.20154;5.52174;880;20220809;31.1;9.9;20.5;1.5;11.89;0;5.31;27135
+72095;44.20154;5.52174;880;20220810;31;9.9;20.5;1.8;11.39;.3;5.49;26928
+72095;44.20154;5.52174;880;20220811;30.6;11.2;20.9;1.5;12.99;0;5.07;25664
+72095;44.20154;5.52174;880;20220812;32.7;9.8;21.3;1.7;11.79;0;5.64;27450
+72095;44.20154;5.52174;880;20220813;30.5;13.3;21.9;2.1;16.99;1;5.01;23873
+72095;44.20154;5.52174;880;20220814;25.4;16.3;20.9;2;14.99;7.9;3.84;17144
+72095;44.20154;5.52174;880;20220815;27.1;9.4;18.3;1.7;12.59;0;4.48;23947
+72095;44.20154;5.52174;880;20220816;29.1;9.1;19.1;2;13.89;.3;4.91;25333
+72095;44.20154;5.52174;880;20220817;24.1;14.4;19.3;2.5;15.39;17.1;3.67;17400
+72095;44.20154;5.52174;880;20220818;24.2;10.8;17.5;2.4;13.89;11;3.88;20404
+72095;44.20154;5.52174;880;20220819;23.8;14;18.9;6.5;13.29;0;4.88;17275
+72095;44.20154;5.52174;880;20220820;26.8;15.4;21.1;5.4;13.19;0;5.62;18548
+72095;44.20154;5.52174;880;20220821;27;14.6;20.8;4.2;12.99;0;5.23;19239
+72095;44.20154;5.52174;880;20220822;27.9;15.1;21.5;4.4;11.39;0;5.84;19425
+72095;44.20154;5.52174;880;20220823;29.5;14.6;22.1;2.5;12.09;0;5.07;20853
+72095;44.20154;5.52174;880;20220824;30;10;20;1.4;12.99;0;4.55;24066
+72095;44.20154;5.52174;880;20220825;29.4;10.1;19.8;1.7;12.99;0;4.58;23470
+72095;44.20154;5.52174;880;20220826;29.1;16;22.6;2.9;13.79;.9;4.94;19122
+72095;44.20154;5.52174;880;20220827;28.1;11;19.6;1.4;13.89;.2;4.07;21755
+72095;44.20154;5.52174;880;20220828;28.1;9.4;18.8;1.6;13.29;.1;4.2;22605
+72095;44.20154;5.52174;880;20220829;28.9;8.1;18.5;1.6;13.79;.1;4.32;23690
+72095;44.20154;5.52174;880;20220830;26.6;13.7;20.2;1.3;16.39;2;3.47;18422
+72095;44.20154;5.52174;880;20220831;25.3;11.1;18.2;2.6;15.09;.1;3.72;19203
+72095;44.20154;5.52174;880;20220901;27.3;11.9;19.6;2.1;12.29;0;4.19;19862
+72095;44.20154;5.52174;880;20220902;22.9;9.3;16.1;1.7;13.09;1.7;3.19;18492
+72095;44.20154;5.52174;880;20220903;25.7;11.9;18.8;1.6;14.49;7.5;3.47;18483
+72095;44.20154;5.52174;880;20220904;25.1;9.1;17.1;.8;14.39;.9;3.17;19776
+72095;44.20154;5.52174;880;20220905;26.5;11.5;19;1;15.29;.1;3.3;18977
+72095;44.20154;5.52174;880;20220906;25.3;10.8;18.1;1.2;15.79;1.2;3.15;18496
+72095;44.20154;5.52174;880;20220907;23.7;16.1;19.9;2.5;17.99;13;2.8;13154
+72095;44.20154;5.52174;880;20220908;22.3;11.2;16.8;3.3;12.89;.1;3.34;15854
+72095;44.20154;5.52174;880;20220909;22.1;9.7;15.9;3;10.89;.1;3.5;16637
+72095;44.20154;5.52174;880;20220910;21.3;8.4;14.9;3.4;10.09;.1;3.55;16829
+72095;44.20154;5.52174;880;20220911;25.8;11;18.4;3.3;9.39;0;4.57;17897
+72095;44.20154;5.52174;880;20220912;27.5;6.2;16.9;1.2;11.59;0;3.53;21367
+72095;44.20154;5.52174;880;20220913;26;9.8;17.9;1.8;15.39;.9;3.25;18408
+72095;44.20154;5.52174;880;20220914;20.1;15.4;17.8;2.7;15.89;21.3;2.19;9617
+72095;44.20154;5.52174;880;20220915;24.2;10.5;17.4;2.1;13.69;.2;3.11;16580
+72095;44.20154;5.52174;880;20220916;21;13.3;17.2;5.1;11.49;0;3.71;12200
+72095;44.20154;5.52174;880;20220917;16.9;9.1;13;7.6;6.79;0;4.4;12163
+72095;44.20154;5.52174;880;20220918;20.7;1.6;11.2;3;6.99;0;3.53;19100
+72095;44.20154;5.52174;880;20220919;20.8;8.7;14.8;4.9;6.39;0;4.59;14962
+72095;44.20154;5.52174;880;20220920;22.2;2.3;12.3;1.9;7.79;0;3.15;19124
+72095;44.20154;5.52174;880;20220921;21.3;2.8;12.1;2.2;8.29;0;3.06;18238
+72095;44.20154;5.52174;880;20220922;19.7;2.8;11.3;1.4;9.49;.1;2.42;17236
+72095;44.20154;5.52174;880;20220923;19.2;4.7;12;.9;10.79;11.2;2.11;15768
+72095;44.20154;5.52174;880;20220924;14.2;10.5;12.4;1.2;12.39;27;1.32;7661
+72095;44.20154;5.52174;880;20220925;17.4;9.1;13.3;2.1;11.49;.2;2;11573
+72095;44.20154;5.52174;880;20220926;16.2;7.2;11.7;3.8;8.69;.8;2.57;11941
+72095;44.20154;5.52174;880;20220927;13.7;5.6;9.7;5.4;8.19;.2;2.38;11183
+72095;44.20154;5.52174;880;20220928;16.9;7.8;12.4;4.2;10.29;2;2.38;11750
+72095;44.20154;5.52174;880;20220929;15.7;8.6;12.2;3;9.59;0;2.13;10212
+72095;44.20154;5.52174;880;20220930;14.2;6.3;10.3;3.7;7.99;1;2.27;10676
+72095;44.20154;5.52174;880;20221001;15.1;4.7;9.9;3.8;9.29;0;2.02;12178
+72095;44.20154;5.52174;880;20221002;20.8;8.9;14.9;3.5;11.39;0;2.74;12910
+72095;44.20154;5.52174;880;20221003;24.2;10.7;17.5;2.9;10.19;0;3.36;13623
+72095;44.20154;5.52174;880;20221004;23.4;2.1;12.8;1.1;9.19;.1;2.35;17030
+72095;44.20154;5.52174;880;20221005;21;3.4;12.2;1.4;10.29;.1;2.13;15262
+72095;44.20154;5.52174;880;20221006;22.1;3.9;13;1;10.19;0;2.07;15347
+72095;44.20154;5.52174;880;20221007;20.5;3.9;12.2;1.2;9.59;0;2;14465
+72095;44.20154;5.52174;880;20221008;16.7;4.5;10.6;.5;11.29;4.1;1.41;12190
+72095;44.20154;5.52174;880;20221009;17;11.1;14.1;.9;13.49;1.1;1.3;8239
+72095;44.20154;5.52174;880;20221010;18.8;10.3;14.6;.8;12.29;.2;1.5;9858
+72095;44.20154;5.52174;880;20221011;19.3;3.9;11.6;.9;10.79;.1;1.62;13261
+72095;44.20154;5.52174;880;20221012;19;6.2;12.6;1.1;10.89;2.3;1.62;11903
+72095;44.20154;5.52174;880;20221013;18.2;2.8;10.5;1.3;10.29;.1;1.59;12938
+72095;44.20154;5.52174;880;20221014;18.8;9.3;14.1;3.4;11.19;.1;2.18;9940
+72095;44.20154;5.52174;880;20221015;22;4;13;1.4;10.49;.1;1.94;13679
+72095;44.20154;5.52174;880;20221016;19.6;6;12.8;1.6;12.29;.1;1.59;11683
+72095;44.20154;5.52174;880;20221017;21.1;7.2;14.2;2.5;11.59;.1;2.09;11667
+72095;44.20154;5.52174;880;20221018;22.2;4.8;13.5;.9;10.59;.1;1.66;12941
+72095;44.20154;5.52174;880;20221019;21.8;2.1;12;1;9.89;.1;1.66;13624
+72095;44.20154;5.52174;880;20221020;17.4;7.4;12.4;2.8;13.29;1.3;1.26;9454
+72095;44.20154;5.52174;880;20221021;16.6;12.5;14.6;5.2;15.29;1.3;1.12;5814
+72095;44.20154;5.52174;880;20221022;17.6;13.9;15.8;2.9;15.39;0;1.25;5427
+72095;44.20154;5.52174;880;20221023;19.1;12;15.6;4.2;14.79;0;1.62;7589
+72095;44.20154;5.52174;880;20221024;19.4;14;16.7;3.4;14.69;.1;1.72;6474
+72095;44.20154;5.52174;880;20221025;22.3;4.8;13.6;.9;11.29;0;1.44;11856
+72095;44.20154;5.52174;880;20221026;21.8;5.1;13.5;.9;11.19;.1;1.39;11421
+72095;44.20154;5.52174;880;20221027;22.2;5.5;13.9;1.1;10.69;.1;1.5;11272
+72095;44.20154;5.52174;880;20221028;24;3.2;13.6;1.1;8.99;.1;1.65;12468
+72095;44.20154;5.52174;880;20221029;23.6;3.2;13.4;1;8.19;.1;1.55;12182
+72095;44.20154;5.52174;880;20221030;20.8;5.7;13.3;1.6;7.79;.1;1.77;10282
+72095;44.20154;5.52174;880;20221031;17.9;3.4;10.7;2.5;9.99;28.9;1.47;9934
+72095;44.20154;5.52174;880;20221101;18.5;9.4;14;2.1;12.29;8.8;1.35;7674
+72095;44.20154;5.52174;880;20221102;17.9;4.7;11.3;1.2;9.99;.2;1.14;9211
+72095;44.20154;5.52174;880;20221103;10.4;1.1;5.8;2.9;9.99;25.2;.42;7558
+72095;44.20154;5.52174;880;20221104;8.5;4.3;6.4;4.3;7.69;2;1.07;4865
+72095;44.20154;5.52174;880;20221105;11.3;4.5;7.9;4.3;6.19;0;1.89;6229
+72095;44.20154;5.52174;880;20221106;14.4;-1.8;6.3;1.5;5.69;0;1.19;9730
+72095;44.20154;5.52174;880;20221107;18.3;-2.6;7.9;.9;6.09;0;1.04;10970
+72095;44.20154;5.52174;880;20221108;12;-1.1;5.5;2.1;9.29;0;.59;8481
+72095;44.20154;5.52174;880;20221109;14.3;10.5;12.4;2.8;11.99;22.3;1.02;4303
+72095;44.20154;5.52174;880;20221110;15.9;6.4;11.2;2;9.69;0;1.16;6972
+72095;44.20154;5.52174;880;20221111;18.7;.4;9.6;.8;8.09;.1;.88;9728
+72095;44.20154;5.52174;880;20221112;16.9;-.7;8.1;.6;7.79;0;.71;9412
+72095;44.20154;5.52174;880;20221113;12.3;4.8;8.6;.9;8.39;0;.72;5913
+72095;44.20154;5.52174;880;20221114;9.9;-.7;4.6;2.2;8.59;8.5;.47;7026
+72095;44.20154;5.52174;880;20221115;10.4;7.4;8.9;2.8;11.19;7.5;.49;3482
+72095;44.20154;5.52174;880;20221116;13.1;6;9.6;3;9.29;0;1.08;5530
+72095;44.20154;5.52174;880;20221117;14.9;1.9;8.4;1.4;9.19;2.1;.75;7550
+72095;44.20154;5.52174;880;20221118;9.3;5.1;7.2;5;7.39;.1;1.34;4048
+72095;44.20154;5.52174;880;20221119;9;2.6;5.8;4.7;5.99;0;1.49;5041
+72095;44.20154;5.52174;880;20221120;8.3;1.4;4.9;4.5;5.69;0;1.37;5191
+72095;44.20154;5.52174;880;20221121;7.5;1.7;4.6;3.3;6.49;10.1;.91;4667
+72095;44.20154;5.52174;880;20221122;6.3;3.2;4.8;6.7;6.09;.1;1.39;3253
+72095;44.20154;5.52174;880;20221123;10.3;-.5;4.9;3.7;6.79;.5;.99;6391
+72095;44.20154;5.52174;880;20221124;13.8;3.2;8.5;3.6;6.29;0;1.73;6260
+72095;44.20154;5.52174;880;20221125;12;1.2;6.6;2.5;7.09;0;.97;6258
+72095;44.20154;5.52174;880;20221126;11.4;2.5;7;3.9;5.29;0;1.76;5583
+72095;44.20154;5.52174;880;20221127;10.9;-4.8;3.1;.5;5.09;0;.37;7489
+72095;44.20154;5.52174;880;20221128;4.7;-1;1.9;1.2;6.79;17.2;.32;4292
+72095;44.20154;5.52174;880;20221129;5.5;-.2;2.7;3.2;6.19;.1;.64;4252
+72095;44.20154;5.52174;880;20221130;9.9;-5;2.5;1;4.99;0;.51;7088
+72095;44.20154;5.52174;880;20221201;8.4;-5.1;1.7;1;5.39;0;.43;6669
+72095;44.20154;5.52174;880;20221202;5.9;-3.8;1.1;.9;5.79;.5;.33;5538
+72095;44.20154;5.52174;880;20221203;5;.3;2.7;3.3;7.19;22.7;.34;3689
+72095;44.20154;5.52174;880;20221204;5.7;3.7;4.7;3.8;7.99;11.9;.48;2232
+72095;44.20154;5.52174;880;20221205;9.1;-4.3;2.4;.6;5.19;0;.34;6442
+72095;44.20154;5.52174;880;20221206;11;-6.6;2.2;.9;4.19;0;.5;7399
+72095;44.20154;5.52174;880;20221207;9.5;-5.9;1.8;1.5;4.09;0;.71;6849
+72095;44.20154;5.52174;880;20221208;6.4;-7.1;-.3;1.2;5.49;26.3;.3;6346
+72095;44.20154;5.52174;880;20221209;10.5;3.5;7;2.7;9.59;10.7;.43;4419
+72095;44.20154;5.52174;880;20221210;5.2;2.5;3.9;4.3;6.79;0;.71;2561
+72095;44.20154;5.52174;880;20221211;3.2;-3.8;-.3;4.5;2.99;0;1.37;4375
+72095;44.20154;5.52174;880;20221212;5.8;-8.6;-1.4;1.8;3.49;8.4;.64;6442
+72095;44.20154;5.52174;880;20221213;2.7;-1.7;.5;2.5;6.79;6.9;.13;3347
+72095;44.20154;5.52174;880;20221214;7.4;1.9;4.7;1.4;8.09;.6;.34;3782
+72095;44.20154;5.52174;880;20221215;7.5;1.6;4.6;1.6;8.89;22.9;.21;3921
+72095;44.20154;5.52174;880;20221216;7.9;1.9;4.9;2.5;7.79;0;.48;3948
+72095;44.20154;5.52174;880;20221217;8.6;-2.5;3.1;2.2;5.09;0;.79;5520
+72095;44.20154;5.52174;880;20221218;7.9;-4.6;1.7;1.8;6.09;.1;.41;5876
+72095;44.20154;5.52174;880;20221219;7.5;3.4;5.5;2.5;8.89;.4;.32;3170
+72095;44.20154;5.52174;880;20221220;8.9;7.1;8;3.7;10.19;1.7;.49;1948
+72095;44.20154;5.52174;880;20221221;11.1;7.6;9.4;3.1;9.99;3.4;.76;2893
+72095;44.20154;5.52174;880;20221222;11.2;2.2;6.7;3.2;8.09;.5;.77;4911
+72095;44.20154;5.52174;880;20221223;13.5;7.6;10.6;3.6;10.49;.1;.92;3894
+72095;44.20154;5.52174;880;20221224;14.9;7.9;11.4;2.2;9.09;0;1.07;4287
+72095;44.20154;5.52174;880;20221225;12.9;-2.5;5.2;2.3;8.19;0;.53;6587
+72095;44.20154;5.52174;880;20221226;13.4;7.8;10.6;2.5;9.99;0;.88;3803
+72095;44.20154;5.52174;880;20221227;12.1;4.3;8.2;3.3;7.09;0;1.27;4581
+72095;44.20154;5.52174;880;20221228;11.1;-4.5;3.3;1.5;6.19;0;.52;6685
+72095;44.20154;5.52174;880;20221229;9.1;1.8;5.5;2.1;9.39;0;.23;4448
+72095;44.20154;5.52174;880;20221230;9.6;6.6;8.1;1.1;9.29;.4;.51;2702
+72095;44.20154;5.52174;880;20221231;11.8;.5;6.2;2;8.69;0;.47;5692
+72096;44.21455;5.83346;540;20220101;10.2;.1;5.1;1.7;6.51;.1;.59;5414
+72096;44.21455;5.83346;540;20220102;9.4;-1.9;3.7;1.2;6.11;0;.43;5791
+72096;44.21455;5.83346;540;20220103;11;-2.1;4.4;1.1;6.31;0;.44;6315
+72096;44.21455;5.83346;540;20220104;8.3;-.6;3.8;1.3;6.51;1.5;.42;5141
+72096;44.21455;5.83346;540;20220105;6.5;1.4;3.9;6.9;5.11;0;1.51;3746
+72096;44.21455;5.83346;540;20220106;5.6;1;3.3;4.6;3.61;.1;1.68;3554
+72096;44.21455;5.83346;540;20220107;6.9;-6.3;.3;3.6;3.81;.7;1.07;6494
+72096;44.21455;5.83346;540;20220108;8.3;.6;4.4;2.8;6.11;3.3;.8;4890
+72096;44.21455;5.83346;540;20220109;5.8;1.6;3.7;3.7;5.91;.4;.85;3408
+72096;44.21455;5.83346;540;20220110;6.6;-1.1;2.8;2.9;4.81;0;.92;4904
+72096;44.21455;5.83346;540;20220111;5.3;-4.8;.2;2.6;3.91;0;.82;5800
+72096;44.21455;5.83346;540;20220112;4.5;-6.7;-1.1;1.7;3.71;0;.58;6198
+72096;44.21455;5.83346;540;20220113;4.1;-7.5;-1.7;1.8;3.61;0;.58;6380
+72096;44.21455;5.83346;540;20220114;7;-6.2;.4;2.2;3.81;0;.83;6944
+72096;44.21455;5.83346;540;20220115;7.9;-5.4;1.2;2.3;4.11;0;.88;7016
+72096;44.21455;5.83346;540;20220116;11.8;-5.5;3.1;3.1;3.51;0;1.57;8172
+72096;44.21455;5.83346;540;20220117;10.4;-5.5;2.5;2.3;3.61;0;1.17;7920
+72096;44.21455;5.83346;540;20220118;7.7;-5.9;.9;1.5;4.11;0;.67;7335
+72096;44.21455;5.83346;540;20220119;7.3;-6.2;.5;2.4;5.01;0;.66;7418
+72096;44.21455;5.83346;540;20220120;9.3;2.7;6;3.8;4.41;0;1.75;5042
+72096;44.21455;5.83346;540;20220121;7;-3.9;1.6;3;3.91;0;1.13;6734
+72096;44.21455;5.83346;540;20220122;7.2;-6.7;.2;2.1;3.81;0;.86;7775
+72096;44.21455;5.83346;540;20220123;8.4;-6.4;1;2;3.91;0;.91;8170
+72096;44.21455;5.83346;540;20220124;9.3;-6.2;1.6;1.8;4.11;0;.89;8448
+72096;44.21455;5.83346;540;20220125;8.3;-6.7;.8;1.7;4.41;0;.75;8405
+72096;44.21455;5.83346;540;20220126;10.3;-6.2;2;1.8;4.01;0;.99;8985
+72096;44.21455;5.83346;540;20220127;11.6;-6.3;2.7;1.6;3.51;0;1.08;9501
+72096;44.21455;5.83346;540;20220128;14.9;-5.5;4.7;2.5;3.41;0;1.77;10285
+72096;44.21455;5.83346;540;20220129;13.2;-4.4;4.4;1.9;3.61;0;1.36;9662
+72096;44.21455;5.83346;540;20220130;15.5;-4.4;5.6;2.8;4.41;0;1.83;10416
+72096;44.21455;5.83346;540;20220131;10.3;-3.6;3.3;6.7;4.71;.2;1.94;8753
+72096;44.21455;5.83346;540;20220201;10.2;2.9;6.6;8.8;4.31;0;2.95;6283
+72096;44.21455;5.83346;540;20220202;14.6;9;11.8;8.2;6.21;0;3.59;5462
+72096;44.21455;5.83346;540;20220203;14.3;-1.4;6.5;2;5.81;0;1.3;9686
+72096;44.21455;5.83346;540;20220204;13.5;-.5;6.5;2.7;6.21;0;1.4;9237
+72096;44.21455;5.83346;540;20220205;12.9;8;10.5;4.9;5.51;0;2.68;5350
+72096;44.21455;5.83346;540;20220206;13.5;-3.5;5;3.9;4.91;0;1.94;10554
+72096;44.21455;5.83346;540;20220207;13.2;8.3;10.7;7.4;4.91;0;3.63;5504
+72096;44.21455;5.83346;540;20220208;13.6;-4.6;4.5;2.1;4.01;0;1.57;11240
+72096;44.21455;5.83346;540;20220209;14;-5.2;4.4;2;4.41;0;1.51;11685
+72096;44.21455;5.83346;540;20220210;1.5;-4.1;-1.3;1.7;5.98;0;1.27;12600
+72096;44.21455;5.83346;540;20220211;14.6;-1.3;6.7;4;5.58;0;2.23;12000
+72096;44.21455;5.83346;540;20220212;13.1;.7;6.9;2.2;5.28;0;1.64;11800
+72096;44.21455;5.83346;540;20220213;11.2;-2.9;4.2;1.4;5.78;3.7;1.08;10700
+72096;44.21455;5.83346;540;20220214;6.7;3.7;5.2;1.4;7.78;26.4;.61;900
+72096;44.21455;5.83346;540;20220215;9.9;-.8;4.6;3.8;5.28;0;1.72;12800
+72096;44.21455;5.83346;540;20220216;8.7;-1.9;3.4;.9;6.81;1.1;.76;9389
+72096;44.21455;5.83346;540;20220217;17.9;5.8;11.9;5.5;8.01;0;2.8;10167
+72096;44.21455;5.83346;540;20220218;18.8;1.4;10.1;2.3;8.01;0;1.89;12534
+72096;44.21455;5.83346;540;20220219;12.3;6.7;9.5;4;6.21;0;2.18;6942
+72096;44.21455;5.83346;540;20220220;15.7;-.5;7.6;4.3;5.01;0;2.68;12401
+72096;44.21455;5.83346;540;20220221;11.3;8.4;9.9;6.3;6.11;1.7;2.74;4965
+72096;44.21455;5.83346;540;20220222;13.5;3.6;8.6;6.9;5.31;0;3.09;9821
+72096;44.21455;5.83346;540;20220223;16.8;-1;7.9;1.6;5.41;0;1.81;13555
+72096;44.21455;5.83346;540;20220224;13.5;-1.9;5.8;1.9;6.01;0;1.53;12731
+72096;44.21455;5.83346;540;20220225;10.6;6.5;8.5;5.8;4.51;0;2.95;6444
+72096;44.21455;5.83346;540;20220226;14;-2.8;5.6;2.4;3.71;0;2.16;13717
+72096;44.21455;5.83346;540;20220227;10.8;-4.4;3.2;2;4.41;0;1.55;13101
+72096;44.21455;5.83346;540;20220228;14;-4;5;2.7;4.51;0;2.13;14586
+72096;44.21455;5.83346;540;20220301;13.1;-4.6;4.2;2.2;5.01;0;1.79;14644
+72096;44.21455;5.83346;540;20220302;10.6;1.5;6.1;1.8;6.21;0;1.39;10429
+72096;44.21455;5.83346;540;20220303;14.9;-1.1;6.9;1.3;5.91;0;1.65;14204
+72096;44.21455;5.83346;540;20220304;15.7;-2.4;6.7;2.9;4.71;0;2.49;15291
+72096;44.21455;5.83346;540;20220305;13.1;-4.1;4.5;1.7;3.41;0;1.95;15164
+72096;44.21455;5.83346;540;20220306;10.8;-3.3;3.7;2.3;3.71;0;1.93;13850
+72096;44.21455;5.83346;540;20220307;11.5;-5.8;2.8;2;3.91;0;1.85;15584
+72096;44.21455;5.83346;540;20220308;12.8;-5.5;3.6;2.2;4.61;0;1.94;16190
+72096;44.21455;5.83346;540;20220309;14;-1;6.5;2.4;5.81;0;2.05;14775
+72096;44.21455;5.83346;540;20220310;13.5;-3.5;5;2;6.01;.1;1.82;15955
+72096;44.21455;5.83346;540;20220311;12.2;3.4;7.8;3.2;6.21;0;2.07;11443
+72096;44.21455;5.83346;540;20220312;13.5;3.9;8.7;4.1;5.01;.7;2.82;12053
+72096;44.21455;5.83346;540;20220313;9;8;8.5;2.9;7.01;6.3;1.5;3544
+72096;44.21455;5.83346;540;20220314;15.5;2.9;9.2;2.2;8.01;.3;2.02;14298
+72096;44.21455;5.83346;540;20220315;16;6.1;11;1.7;8.21;0;1.99;12748
+72096;44.21455;5.83346;540;20220316;17.4;2.5;9.9;1.3;8.41;0;2.05;16010
+72096;44.21455;5.83346;540;20220317;14.8;3.4;9.1;1.5;9.61;0;1.67;13969
+72096;44.21455;5.83346;540;20220318;15.9;7.4;11.7;1.9;10.18;.7;1.81;10100
+72096;44.21455;5.83346;540;20220319;13.7;4.6;9.2;2;7.68;0;1.93;11500
+72096;44.21455;5.83346;540;20220320;13.3;2.3;7.8;2.1;5.78;0;1.97;8600
+72096;44.21455;5.83346;540;20220321;14.2;.5;7.4;2.5;4.98;0;2.73;18400
+72096;44.21455;5.83346;540;20220322;14.4;-1.3;6.5;3.8;4.45;0;3.53;19400
+72096;44.21455;5.83346;540;20220323;16.9;-2.6;7.2;2.6;4.48;0;3.18;20300
+72096;44.21455;5.83346;540;20220324;19.1;-1;9.1;2.9;4.18;0;3.74;20400
+72096;44.21455;5.83346;540;20220325;18.9;-.5;9.2;2.6;4.98;0;3.46;20200
+72096;44.21455;5.83346;540;20220326;20.3;.5;10.4;2.7;5.18;0;3.72;20200
+72096;44.21455;5.83346;540;20220327;20.3;2.6;11.5;2.3;5.18;0;3.19;12800
+72096;44.21455;5.83346;540;20220328;20.4;2.3;11.4;2.4;4.68;0;3.72;19900
+72096;44.21455;5.83346;540;20220329;18.9;3.7;11.3;2.5;6.18;2.4;3.14;14700
+72096;44.21455;5.83346;540;20220330;11.4;7.4;9.4;1.8;9.58;1.3;1.25;5500
+72096;44.21455;5.83346;540;20220331;16.6;4.5;10.6;4;7.48;.4;3.39;19700
+72096;44.21455;5.83346;540;20220401;7.1;.9;4;8.1;3.98;.6;2.98;14900
+72096;44.21455;5.83346;540;20220402;8.5;2.4;5.5;8.6;3.58;0;3.87;22100
+72096;44.21455;5.83346;540;20220403;8.1;.4;4.3;3.4;5.18;5.4;1.82;8400
+72096;44.21455;5.83346;540;20220404;12.9;.7;6.8;2.6;5.58;0;2.86;21300
+72096;44.21455;5.83346;540;20220405;17.4;-1.1;8.2;2.4;5.28;0;3.45;23300
+72096;44.21455;5.83346;540;20220406;16.2;1.6;8.9;1.9;7.68;0;2.4;15400
+72096;44.21455;5.83346;540;20220407;16.1;3.9;10;2.7;8.58;.5;2.32;11800
+72096;44.21455;5.83346;540;20220408;19.5;8.4;14;2.9;9.78;1.3;3.22;15800
+72096;44.21455;5.83346;540;20220409;11.5;8.4;10;6.5;4.78;0;4.59;25000
+72096;44.21455;5.83346;540;20220410;17.5;.7;9.1;2.3;4.58;0;3.74;24400
+72096;44.21455;5.83346;540;20220411;15.2;.9;8.1;2.4;6.08;0;2.25;8400
+72096;44.21455;5.83346;540;20220412;19.1;.7;9.9;3;7.38;0;3.32;17600
+72096;44.21455;5.83346;540;20220413;20.7;3.9;12.3;2.6;7.48;0;3.9;22000
+72096;44.21455;5.83346;540;20220414;24.3;5.5;14.9;2.5;7.38;0;4.64;24100
+72096;44.21455;5.83346;540;20220415;25.7;7.9;16.8;3;9.98;0;4.79;22700
+72096;44.21455;5.83346;540;20220416;23.5;10;16.8;4.7;9.38;0;5.16;24233
+72096;44.21455;5.83346;540;20220417;21.6;7.9;14.8;3.4;7.48;0;4.78;23900
+72096;44.21455;5.83346;540;20220418;20.6;4.5;12.6;2.8;8.28;0;4.09;24100
+72096;44.21455;5.83346;540;20220419;22.1;3.3;12.7;3;7.58;0;4.48;24500
+72096;44.21455;5.83346;540;20220420;15.1;3.8;9.5;2;9.88;5.3;1.7;9100
+72096;44.21455;5.83346;540;20220421;18.6;9.6;14.1;2.2;11.48;.3;2.66;13600
+72096;44.21455;5.83346;540;20220422;19.9;5.4;12.7;2.2;10.48;0;3.21;19400
+72096;44.21455;5.83346;540;20220423;14.2;8.2;11.2;3.8;9.58;24.4;1.76;2700
+72096;44.21455;5.83346;540;20220424;13.6;4.5;9.1;1.6;9.58;.3;1.98;13300
+72096;44.21455;5.83346;540;20220425;19.5;7;13.3;2.1;9.88;0;3.53;21400
+72096;44.21455;5.83346;540;20220426;21;4.1;12.6;1.7;9.18;0;3.89;25500
+72096;44.21455;5.83346;540;20220427;21.7;4.4;13.1;2.7;8.98;0;4.43;26700
+72096;44.21455;5.83346;540;20220428;23.3;7;15.2;2.9;10.08;0;4.63;25100
+72096;44.21455;5.83346;540;20220429;23;5.9;14.5;2.5;9.68;0;4.51;25700
+72096;44.21455;5.83346;540;20220430;21.2;6.7;14;1.5;9.78;.1;3.26;18100
+72096;44.21455;5.83346;540;20220501;21.5;4.9;13.2;2.5;8.68;0;4.22;24000
+72096;44.21455;5.83346;540;20220502;21.8;5.4;13.6;3.2;8.78;0;4.71;26400
+72096;44.21455;5.83346;540;20220503;21;7.5;14.3;2.5;10.18;2;3.45;16700
+72096;44.21455;5.83346;540;20220504;22.1;5.2;13.7;2.7;9.78;3.3;4.51;26800
+72096;44.21455;5.83346;540;20220505;13.6;11.3;12.5;2.1;11.88;3.6;1.58;6600
+72096;44.21455;5.83346;540;20220506;19;7.7;13.3;3.4;9.61;.1;3.72;20869
+72096;44.21455;5.83346;540;20220507;23;7.7;15.4;2.7;10.61;3.6;4.38;24392
+72096;44.21455;5.83346;540;20220508;22.2;10.8;16.5;1.6;12.81;7.6;3.63;20977
+72096;44.21455;5.83346;540;20220509;23.4;9.5;16.5;1.5;12.61;1.3;3.96;23441
+72096;44.21455;5.83346;540;20220510;24;9.1;16.6;1.1;12.91;.1;4;24402
+72096;44.21455;5.83346;540;20220511;25.8;9.3;17.6;2;11.61;0;4.75;25825
+72096;44.21455;5.83346;540;20220512;26.7;7.7;17.2;2;10.91;0;5.05;27878
+72096;44.21455;5.83346;540;20220513;25.9;9.5;17.7;1.3;11.21;0;4.55;25966
+72096;44.21455;5.83346;540;20220514;27.4;9.3;18.4;1.6;12.81;.1;4.92;27422
+72096;44.21455;5.83346;540;20220515;26.9;11.2;19.1;1.3;13.51;2.1;4.6;25599
+72096;44.21455;5.83346;540;20220516;27.4;10.3;18.9;1.5;12.41;0;4.9;26847
+72096;44.21455;5.83346;540;20220517;30.6;9.6;20.1;2.1;11.91;0;5.85;28956
+72096;44.21455;5.83346;540;20220518;30.7;11;20.9;1.9;13.11;.3;5.78;29060
+72096;44.21455;5.83346;540;20220519;29;12.2;20.6;1.9;13.21;0;5.35;26899
+72096;44.21455;5.83346;540;20220520;29.7;10.4;20.1;2.2;11.91;0;5.84;28975
+72096;44.21455;5.83346;540;20220521;32.9;10.2;21.6;1.8;13.11;.1;6.05;29355
+72096;44.21455;5.83346;540;20220522;33.9;13.6;23.8;1.7;15.41;.2;6.17;29448
+72096;44.21455;5.83346;540;20220523;27.3;14.3;20.8;2.1;13.81;0;4.96;23902
+72096;44.21455;5.83346;540;20220524;24.5;14.9;19.7;2.5;12.21;1;4.56;20516
+72096;44.21455;5.83346;540;20220525;22;11.9;17;1.9;11.11;0;4.02;21121
+72096;44.21455;5.83346;540;20220526;27.5;10.2;18.9;2.2;12.01;.3;5.41;27909
+72096;44.21455;5.83346;540;20220527;31.1;14;22.5;2.8;13.81;0;6.3;27819
+72096;44.21455;5.83346;540;20220528;26.4;12.9;19.6;3.9;11.21;0;5.82;24619
+72096;44.21455;5.83346;540;20220529;25.4;10.8;18.1;3.4;7.81;0;5.93;25789
+72096;44.21455;5.83346;540;20220530;24.7;6;15.3;2.3;8.61;0;5.26;29336
+72096;44.21455;5.83346;540;20220531;24.5;10.9;17.7;1.8;10.51;.5;4.72;24984
+72096;44.21455;5.83346;540;20220601;30;9.6;19.8;2;11.91;0;5.96;30218
+72096;44.21455;5.83346;540;20220602;30.7;11.3;21;2;12.61;0;6.09;30084
+72096;44.21455;5.83346;540;20220603;28;16.5;22.3;1.9;15.31;1.8;4.94;23067
+72096;44.21455;5.83346;540;20220604;32.5;14.4;23.5;2.3;14.71;0;6.42;29065
+72096;44.21455;5.83346;540;20220605;30.6;16.1;23.4;2.2;13.41;.4;5.91;26069
+72096;44.21455;5.83346;540;20220606;30.1;12.4;21.3;2.5;12.61;.9;6.19;28913
+72096;44.21455;5.83346;540;20220607;26.7;14.5;20.6;4.2;12.51;0;5.85;23836
+72096;44.21455;5.83346;540;20220608;23.1;11.8;17.4;2.9;10.61;.3;4.79;23150
+72096;44.21455;5.83346;540;20220609;21.5;14.8;18.1;6.4;9.61;0;5.55;17764
+72096;44.21455;5.83346;540;20220610;28.9;9.7;19.3;3;8.51;0;6.66;30220
+72096;44.21455;5.83346;540;20220611;33.6;9.3;21.5;2;9.81;0;6.68;30683
+72096;44.21455;5.83346;540;20220612;34.5;11.8;23.2;2;11.71;.3;6.81;30712
+72096;44.21455;5.83346;540;20220613;32.6;15.7;24.1;3;13.71;0;6.93;28473
+72096;44.21455;5.83346;540;20220614;34.3;12.5;23.4;2;12.51;0;6.77;30760
+72096;44.21455;5.83346;540;20220615;32.4;15;23.7;2;14.01;1.1;6.3;28855
+72096;44.21455;5.83346;540;20220616;36.1;15.2;25.6;2.7;14.01;0;7.61;30796
+72096;44.21455;5.83346;540;20220617;37.3;16.8;27.1;2.2;12.61;0;7.54;30809
+72096;44.21455;5.83346;540;20220618;36;16.5;26.2;1.8;14.31;0;6.93;30632
+72096;44.21455;5.83346;540;20220619;32.9;15.2;24;2.2;14.31;0;6.56;29323
+72096;44.21455;5.83346;540;20220620;33.3;13.5;23.4;1.6;12.11;0;6.41;30829
+72096;44.21455;5.83346;540;20220621;29.3;14.9;22.1;1.4;13.51;2.3;5.28;26315
+72096;44.21455;5.83346;540;20220622;26.1;17.9;22;1.7;18.01;6.2;4.13;19706
+72096;44.21455;5.83346;540;20220623;24.9;14.3;19.6;1.8;16.81;1.2;4.19;22484
+72096;44.21455;5.83346;540;20220624;25.1;16.3;20.7;1.8;15.51;7.8;4.22;20425
+72096;44.21455;5.83346;540;20220625;29.1;11.2;20.2;1.9;12.91;0;5.74;29379
+72096;44.21455;5.83346;540;20220626;31.2;14.3;22.7;1.6;14.51;0;5.81;28428
+72096;44.21455;5.83346;540;20220627;30.6;15;22.8;2.2;15.41;.3;5.86;27264
+72096;44.21455;5.83346;540;20220628;28.2;17.5;22.9;2.4;15.81;5.6;5.12;22424
+72096;44.21455;5.83346;540;20220629;31.4;13;22.2;2.3;14.41;0;6.3;29713
+72096;44.21455;5.83346;540;20220630;31.3;11.8;21.6;2.2;13.21;0;6.36;30577
+72096;44.21455;5.83346;540;20220701;29.7;16;22.8;3.4;12.71;0;6.43;25598
+72096;44.21455;5.83346;540;20220702;34.7;10.9;22.8;2.3;10.71;0;7.08;30618
+72096;44.21455;5.83346;540;20220703;36.2;13.8;25;2.1;11.51;0;7.19;30580
+72096;44.21455;5.83346;540;20220704;34.2;18.1;26.2;1.6;15.21;1.3;6.16;27505
+72096;44.21455;5.83346;540;20220705;33.4;16;24.7;2.8;13.91;0;6.96;28666
+72096;44.21455;5.83346;540;20220706;33.2;15.7;24.5;3.4;11.71;0;7.5;28620
+72096;44.21455;5.83346;540;20220707;30.9;14.9;22.9;4.1;11.71;0;7.24;27285
+72096;44.21455;5.83346;540;20220708;32.5;14.6;23.6;3.1;11.61;0;7.14;28853
+72096;44.21455;5.83346;540;20220709;33.7;14.6;24.2;3.1;11.31;0;7.49;29773
+72096;44.21455;5.83346;540;20220710;34.3;14.4;24.4;2.1;11.81;0;6.85;30225
+72096;44.21455;5.83346;540;20220711;33.6;15.5;24.6;2.4;13.91;0;6.72;28842
+72096;44.21455;5.83346;540;20220712;35.2;14;24.6;2.3;12.41;0;7.07;30096
+72096;44.21455;5.83346;540;20220713;33.1;14;23.6;2;13.51;.2;6.41;29514
+72096;44.21455;5.83346;540;20220714;36.5;16.8;26.6;1.6;14.81;0;6.66;29955
+72096;44.21455;5.83346;540;20220715;37.8;15;26.4;2.5;13.11;0;7.61;29881
+72096;44.21455;5.83346;540;20220716;37.1;14.6;25.9;2.3;10.91;0;7.39;29803
+72096;44.21455;5.83346;540;20220717;35.9;15;25.5;2.1;13.61;0;6.92;29722
+72096;44.21455;5.83346;540;20220718;36.4;17.7;27;2;16.21;.2;6.79;28889
+72096;44.21455;5.83346;540;20220719;36.2;17.5;26.8;1.5;18.11;0;6.32;28724
+72096;44.21455;5.83346;540;20220720;36.2;17.4;26.8;2.3;15.31;0;7.01;28793
+72096;44.21455;5.83346;540;20220721;37.2;18.2;27.7;2.6;13.81;0;7.49;28779
+72096;44.21455;5.83346;540;20220722;37.4;15.8;26.6;2.5;13.31;0;7.45;29277
+72096;44.21455;5.83346;540;20220723;34.9;17.5;26.2;2.1;14.91;.3;6.47;27324
+72096;44.21455;5.83346;540;20220724;36.8;18;27.4;2.3;14.91;0;7.04;28332
+72096;44.21455;5.83346;540;20220725;37.4;16.1;26.8;2.6;13.41;.2;7.46;28977
+72096;44.21455;5.83346;540;20220726;32.9;19.9;26.4;4.1;13.91;0;7.2;23349
+72096;44.21455;5.83346;540;20220727;33.1;15.7;24.4;2.8;12.51;0;6.69;27005
+72096;44.21455;5.83346;540;20220728;33.2;14.3;23.7;2.4;12.41;0;6.48;28060
+72096;44.21455;5.83346;540;20220729;28.4;15;21.7;2.5;14.01;1.1;5.2;23435
+72096;44.21455;5.83346;540;20220730;32.2;15.4;23.8;2.9;11.91;0;6.52;26124
+72096;44.21455;5.83346;540;20220731;35;12.8;23.9;2;10.71;0;6.46;28306
+72096;44.21455;5.83346;540;20220801;35.7;15.3;25.5;2.3;11.51;0;6.86;28185
+72096;44.21455;5.83346;540;20220802;36;13.3;24.7;1.6;11.61;0;6.15;28062
+72096;44.21455;5.83346;540;20220803;35.1;16;25.6;2.2;14.81;0;6.42;27417
+72096;44.21455;5.83346;540;20220804;34;18;26;1.6;16.71;.1;5.54;24911
+72096;44.21455;5.83346;540;20220805;35.2;16;25.6;2;15.81;.2;6.23;27376
+72096;44.21455;5.83346;540;20220806;36;15.7;25.9;2.4;14.61;0;6.69;27546
+72096;44.21455;5.83346;540;20220807;32.4;16;24.2;2.6;14.71;0;5.94;24861
+72096;44.21455;5.83346;540;20220808;34.7;15.7;25.2;2.2;13.11;0;6.3;26680
+72096;44.21455;5.83346;540;20220809;35.2;15;25.1;1.9;13.01;0;6.14;27135
+72096;44.21455;5.83346;540;20220810;32.6;15;23.8;1.8;13.71;.9;5.5;25380
+72096;44.21455;5.83346;540;20220811;34;14.5;24.2;1.5;13.81;0;5.55;26609
+72096;44.21455;5.83346;540;20220812;35.9;13.6;24.8;2.3;11.41;0;6.53;26704
+72096;44.21455;5.83346;540;20220813;35.5;13.8;24.6;2.5;12.41;1.1;6.55;26557
+72096;44.21455;5.83346;540;20220814;26.3;16.9;21.6;1.1;17.61;6.1;3.49;17924
+72096;44.21455;5.83346;540;20220815;30.1;13.2;21.7;2;14.11;0;5.02;24231
+72096;44.21455;5.83346;540;20220816;31.3;11.8;21.6;1.9;13.81;.4;5.26;25918
+72096;44.21455;5.83346;540;20220817;27.2;17.5;22.3;2.4;16.31;13.6;4.13;17892
+72096;44.21455;5.83346;540;20220818;26.1;12.8;19.5;2.8;14.71;16.6;4.28;21035
+72096;44.21455;5.83346;540;20220819;25.8;14.4;20.1;4;14.21;0;4.57;19218
+72096;44.21455;5.83346;540;20220820;29.3;14.3;21.8;3.4;13.81;0;5.35;22091
+72096;44.21455;5.83346;540;20220821;30.4;14.1;22.3;3.3;14.01;.1;5.57;22903
+72096;44.21455;5.83346;540;20220822;30.4;13.5;21.9;2.3;12.61;0;5.13;23176
+72096;44.21455;5.83346;540;20220823;32.9;13.8;23.3;2;13.11;0;5.38;24510
+72096;44.21455;5.83346;540;20220824;32.6;13.6;23.1;1.6;14.41;0;4.96;24210
+72096;44.21455;5.83346;540;20220825;34.1;14.8;24.4;2;14.81;0;5.43;24300
+72096;44.21455;5.83346;540;20220826;30.9;16.8;23.9;1.4;15.21;1.5;4.29;20458
+72096;44.21455;5.83346;540;20220827;30;13.3;21.7;1.3;15.51;.2;4.2;22237
+72096;44.21455;5.83346;540;20220828;31.1;14;22.6;2.1;15.41;.1;4.76;22276
+72096;44.21455;5.83346;540;20220829;31.9;13.5;22.7;1.6;14.91;.2;4.66;23091
+72096;44.21455;5.83346;540;20220830;25.9;17.2;21.6;1.4;17.81;4.4;3.12;15523
+72096;44.21455;5.83346;540;20220831;27.5;12.6;20.1;1.7;15.11;.2;3.84;20344
+72096;44.21455;5.83346;540;20220901;30.9;12.9;21.9;1.8;13.31;0;4.57;22182
+72096;44.21455;5.83346;540;20220902;24.7;11.9;18.3;1.2;14.11;2.1;3.19;18515
+72096;44.21455;5.83346;540;20220903;25.8;14.3;20;1.6;15.71;10.8;3.3;17375
+72096;44.21455;5.83346;540;20220904;28;11.8;19.9;1.2;15.71;.5;3.6;20567
+72096;44.21455;5.83346;540;20220905;29.3;14.9;22.1;1.3;16.91;.8;3.66;19126
+72096;44.21455;5.83346;540;20220906;26.9;14;20.4;1.4;17.11;2;3.28;17981
+72096;44.21455;5.83346;540;20220907;26;16;21;1.7;18.01;12.9;3.06;15704
+72096;44.21455;5.83346;540;20220908;25.4;12.5;19;2.1;13.81;.1;3.46;17672
+72096;44.21455;5.83346;540;20220909;25.1;11.9;18.5;2;12.01;0;3.51;17726
+72096;44.21455;5.83346;540;20220910;24.7;9.4;17.1;2.6;11.11;0;3.76;18960
+72096;44.21455;5.83346;540;20220911;27.3;8.3;17.8;1.7;11.01;.1;3.79;21008
+72096;44.21455;5.83346;540;20220912;29.3;9.7;19.5;1.9;12.91;0;4.04;21096
+72096;44.21455;5.83346;540;20220913;26.9;12;19.5;1.6;15.21;.6;3.29;18194
+72096;44.21455;5.83346;540;20220914;23.9;17;20.4;2;17.21;18.7;2.58;11977
+72096;44.21455;5.83346;540;20220915;26.9;13.1;20;2.5;14.91;.1;3.56;17092
+72096;44.21455;5.83346;540;20220916;24;12.8;18.4;3.8;12.41;0;3.74;15317
+72096;44.21455;5.83346;540;20220917;18.8;12.8;15.8;6.9;7.11;0;4.79;10790
+72096;44.21455;5.83346;540;20220918;23.8;3.9;13.9;2.3;7.41;0;3.64;20076
+72096;44.21455;5.83346;540;20220919;23.3;5.3;14.3;3.3;7.41;0;4.03;18868
+72096;44.21455;5.83346;540;20220920;24.9;5.2;15;2.3;8.21;0;3.67;19625
+72096;44.21455;5.83346;540;20220921;23.1;5.3;14.2;1.9;9.71;0;3.02;18435
+72096;44.21455;5.83346;540;20220922;23;8.1;15.6;1.7;10.71;0;2.81;16698
+72096;44.21455;5.83346;540;20220923;20.4;8.4;14.4;1.4;11.31;10.6;2.27;14651
+72096;44.21455;5.83346;540;20220924;18.9;12.6;15.8;1.3;13.41;18.8;1.82;10380
+72096;44.21455;5.83346;540;20220925;17.5;10.6;14.1;1.6;12.11;.5;1.8;10773
+72096;44.21455;5.83346;540;20220926;19.9;6.2;13.1;2.4;9.01;.6;2.67;15263
+72096;44.21455;5.83346;540;20220927;16.3;8.5;12.4;3.8;8.81;.2;2.51;11165
+72096;44.21455;5.83346;540;20220928;19.7;9;14.4;1.7;11.21;3;2.15;13123
+72096;44.21455;5.83346;540;20220929;18.5;9.6;14.1;1.7;10.61;0;2.03;11780
+72096;44.21455;5.83346;540;20220930;15.2;6.7;10.9;2.9;8.81;.8;2.03;11438
+72096;44.21455;5.83346;540;20221001;15.3;4.5;9.9;2.5;9.81;0;1.7;12805
+72096;44.21455;5.83346;540;20221002;25;6.7;15.8;2.8;11.21;.1;3.2;16628
+72096;44.21455;5.83346;540;20221003;25.8;8.1;17;2.1;11.21;0;3.01;16156
+72096;44.21455;5.83346;540;20221004;25.6;6.3;16;2.1;11.11;.1;2.94;16652
+72096;44.21455;5.83346;540;20221005;24;7.3;15.6;1.8;11.21;.1;2.55;15313
+72096;44.21455;5.83346;540;20221006;24.7;8.1;16.4;1.4;11.71;.1;2.38;15037
+72096;44.21455;5.83346;540;20221007;23.3;8.4;15.9;1.1;11.61;.1;2.07;13994
+72096;44.21455;5.83346;540;20221008;17.9;9.7;13.8;1.1;13.11;3.6;1.42;10068
+72096;44.21455;5.83346;540;20221009;19.4;12.8;16.1;.8;14.61;1.6;1.39;8916
+72096;44.21455;5.83346;540;20221010;21.9;12.8;17.3;1;14.11;.2;1.69;10445
+72096;44.21455;5.83346;540;20221011;22.7;8.5;15.6;1.7;12.21;.1;2.1;13036
+72096;44.21455;5.83346;540;20221012;21.7;10.2;16;1;12.91;.9;1.69;11523
+72096;44.21455;5.83346;540;20221013;19.7;7.6;13.6;1.7;11.71;.1;1.72;11737
+72096;44.21455;5.83346;540;20221014;22.2;9.4;15.8;2.6;11.91;.1;2.3;11884
+72096;44.21455;5.83346;540;20221015;25;7.4;16.2;1.1;11.41;.1;2;13863
+72096;44.21455;5.83346;540;20221016;23.1;8.8;16;1.6;11.51;.2;2.03;12276
+72096;44.21455;5.83346;540;20221017;23.5;7.9;15.7;1.6;12.11;.1;1.98;12726
+72096;44.21455;5.83346;540;20221018;24.9;9;16.9;1.5;12.31;.2;2.05;12645
+72096;44.21455;5.83346;540;20221019;24.7;6.7;15.7;2;11.31;.1;2.28;13318
+72096;44.21455;5.83346;540;20221020;18.5;9;13.8;1.1;12.51;1.9;1.27;9382
+72096;44.21455;5.83346;540;20221021;18.2;13.8;16;2.3;15.11;5.5;1.24;6181
+72096;44.21455;5.83346;540;20221022;20.4;13.8;17.1;1.3;14.61;.6;1.34;7511
+72096;44.21455;5.83346;540;20221023;22.6;9;15.8;1.5;12.51;0;1.68;10901
+72096;44.21455;5.83346;540;20221024;21.9;14.4;18.2;2.6;14.11;5;1.94;7830
+72096;44.21455;5.83346;540;20221025;23.6;9.7;16.7;1.7;13.01;.1;1.78;10735
+72096;44.21455;5.83346;540;20221026;24;8.1;16;1.3;11.71;.1;1.68;11408
+72096;44.21455;5.83346;540;20221027;24.7;8.7;16.7;1.5;11.91;.1;1.8;11218
+72096;44.21455;5.83346;540;20221028;24.9;6.9;15.9;1.7;10.81;.1;1.95;11815
+72096;44.21455;5.83346;540;20221029;24.2;6.6;15.4;1.7;10.21;.1;1.91;11554
+72096;44.21455;5.83346;540;20221030;22.2;6.2;14.2;1.5;10.01;.1;1.6;10772
+72096;44.21455;5.83346;540;20221031;22.2;6.2;14.2;1.6;9.61;17.3;1.66;10698
+72096;44.21455;5.83346;540;20221101;19.4;8.1;13.8;1.2;12.11;10.3;1.12;8785
+72096;44.21455;5.83346;540;20221102;19.9;6.5;13.2;1.3;10.31;.2;1.26;9484
+72096;44.21455;5.83346;540;20221103;10;4.4;7.2;1.4;9.61;28.4;.57;5808
+72096;44.21455;5.83346;540;20221104;10.4;6.5;8.5;4.4;8.01;1.6;1.33;4746
+72096;44.21455;5.83346;540;20221105;13.8;8.3;11;5;6.11;0;2.66;5535
+72096;44.21455;5.83346;540;20221106;15.8;.1;7.9;1.4;6.41;0;1.14;9770
+72096;44.21455;5.83346;540;20221107;16.1;-.2;8;1.7;6.51;0;1.25;9801
+72096;44.21455;5.83346;540;20221108;10.1;1.8;5.9;1.2;7.51;.2;.67;6771
+72096;44.21455;5.83346;540;20221109;12.8;5.1;8.9;1;10.71;19.3;.58;6415
+72096;44.21455;5.83346;540;20221110;17.1;5;11.1;1.4;9.61;0;.98;8068
+72096;44.21455;5.83346;540;20221111;17;2.6;9.8;1.6;8.71;.1;1.04;8736
+72096;44.21455;5.83346;540;20221112;14.6;1.9;8.3;1.3;8.51;0;.79;8032
+72096;44.21455;5.83346;540;20221113;15;5.2;10.1;1.4;8.81;.1;.89;6929
+72096;44.21455;5.83346;540;20221114;11.6;2.7;7.2;.9;8.61;3.1;.56;6453
+72096;44.21455;5.83346;540;20221115;10.5;7.7;9.1;.5;10.81;9;.48;3305
+72096;44.21455;5.83346;540;20221116;16;7.2;11.6;1.7;9.41;0;1.01;6252
+72096;44.21455;5.83346;540;20221117;15.3;4.1;9.7;1.5;9.31;1.9;.79;7077
+72096;44.21455;5.83346;540;20221118;12.4;7.7;10;3.5;7.81;.1;1.49;4344
+72096;44.21455;5.83346;540;20221119;11.8;.2;6;2.7;5.81;0;1.2;7039
+72096;44.21455;5.83346;540;20221120;11.5;-2.2;4.6;2.4;5.51;0;1.04;7607
+72096;44.21455;5.83346;540;20221121;6.6;-.8;2.9;2;6.41;5.5;.5;5302
+72096;44.21455;5.83346;540;20221122;9.4;4.1;6.8;5.5;6.11;.1;1.66;4375
+72096;44.21455;5.83346;540;20221123;10;.1;5;2.4;6.21;.6;.85;6134
+72096;44.21455;5.83346;540;20221124;12.2;2.9;7.6;2.4;6.31;0;1.15;5861
+72096;44.21455;5.83346;540;20221125;12.8;1.4;7.1;2.8;7.01;0;1.05;6485
+72096;44.21455;5.83346;540;20221126;12.3;6.3;9.3;3.6;5.81;0;1.85;4488
+72096;44.21455;5.83346;540;20221127;8.8;-2.6;3.1;1.5;5.21;0;.63;6383
+72096;44.21455;5.83346;540;20221128;5;-.4;2.3;1.4;6.31;10.6;.38;4095
+72096;44.21455;5.83346;540;20221129;9;.8;4.9;1.9;6.31;.2;.68;5192
+72096;44.21455;5.83346;540;20221130;8;-2.5;2.7;1.9;5.41;0;.62;5900
+72096;44.21455;5.83346;540;20221201;7.3;-2.9;2.2;1.4;5.21;0;.51;5786
+72096;44.21455;5.83346;540;20221202;5.8;-.9;2.5;.4;5.61;.1;.31;4508
+72096;44.21455;5.83346;540;20221203;5.1;-1.6;1.7;1.2;6.71;18.5;.25;4471
+72096;44.21455;5.83346;540;20221204;8.6;4.3;6.4;1.5;8.01;18.6;.51;3478
+72096;44.21455;5.83346;540;20221205;3.6;-.3;1.7;1.1;6.31;0;.31;3163
+72096;44.21455;5.83346;540;20221206;4.1;-3.1;.5;1.7;5.11;0;.42;4552
+72096;44.21455;5.83346;540;20221207;3.4;-4.8;-.7;1.6;4.71;0;.38;4865
+72096;44.21455;5.83346;540;20221208;3.2;-5.8;-1.3;1.1;4.81;19.4;.27;5062
+72096;44.21455;5.83346;540;20221209;7;1.4;4.2;1;7.81;14.1;.29;3866
+72096;44.21455;5.83346;540;20221210;7.7;4.1;5.9;2.7;6.71;0;.84;3010
+72096;44.21455;5.83346;540;20221211;3.6;-1.2;1.2;2.8;3.51;0;1.03;3496
+72096;44.21455;5.83346;540;20221212;1.9;-6.4;-2.3;1.4;3.91;8.6;.37;4767
+72096;44.21455;5.83346;540;20221213;2;-.5;.7;1.1;6.11;7.7;.28;2388
+72096;44.21455;5.83346;540;20221214;5.3;.6;3;1;6.81;.1;.31;3409
+72096;44.21455;5.83346;540;20221215;5.6;1.9;3.7;1;7.51;26.3;.3;2946
+72096;44.21455;5.83346;540;20221216;8.8;4.4;6.6;1.7;7.61;0;.58;3302
+72096;44.21455;5.83346;540;20221217;5.7;-1.2;2.2;2.8;5.11;0;.72;4226
+72096;44.21455;5.83346;540;20221218;2.7;-4.8;-1;1.2;4.71;0;.3;4424
+72096;44.21455;5.83346;540;20221219;7;-1.8;2.6;1;6.21;.1;.31;4807
+72096;44.21455;5.83346;540;20221220;9.7;3.3;6.5;1.1;7.31;3.2;.48;4069
+72096;44.21455;5.83346;540;20221221;8.7;4.6;6.7;1.1;8.61;4.7;.4;3106
+72096;44.21455;5.83346;540;20221222;13.1;2;7.6;1.7;8.11;.4;.58;5506
+72096;44.21455;5.83346;540;20221223;12;5.5;8.7;.7;9.61;0;.37;4110
+72096;44.21455;5.83346;540;20221224;12.4;2.2;7.3;1.1;8.61;0;.39;5265
+72096;44.21455;5.83346;540;20221225;10.4;.5;5.4;1.6;7.31;0;.47;5216
+72096;44.21455;5.83346;540;20221226;9.4;.9;5.1;1.5;7.21;0;.44;4804
+72096;44.21455;5.83346;540;20221227;10;-1;4.5;1.6;6.51;0;.5;5501
+72096;44.21455;5.83346;540;20221228;6.9;-2.5;2.2;1.5;5.41;.1;.45;5081
+72096;44.21455;5.83346;540;20221229;9.5;.5;5;.7;6.91;0;.33;5009
+72096;44.21455;5.83346;540;20221230;10.2;4.6;7.4;.8;8.61;.4;.4;3814
+72096;44.21455;5.83346;540;20221231;13;2.7;7.9;1.2;8.41;0;.48;5416
+72097;44.22662;6.14531;824;20220101;18.8;-2.1;8.3;.8;5.79;.1;.51;8098
+72097;44.22662;6.14531;824;20220102;16.1;-1.2;7.4;1.7;5.38;.1;.96;7508
+72097;44.22662;6.14531;824;20220103;13.1;1;7.1;2;5.68;0;.98;6132
+72097;44.22662;6.14531;824;20220104;9.5;-1;4.2;1.3;6.45;1.4;.45;5618
+72097;44.22662;6.14531;824;20220105;6.4;2.4;4.4;4.8;5.31;.2;1.22;3662
+72097;44.22662;6.14531;824;20220106;5.6;-3.3;1.1;2.9;3.18;.1;1.06;6018
+72097;44.22662;6.14531;824;20220107;6.5;-7.3;-.4;2.1;3.08;.1;.78;7160
+72097;44.22662;6.14531;824;20220108;7.1;-2.5;2.3;2.7;5.08;4;.7;6036
+72097;44.22662;6.14531;824;20220109;4.6;1.2;2.9;3.5;5.21;0;.84;4525
+72097;44.22662;6.14531;824;20220110;6.9;-1.6;2.6;2.5;3.75;0;.98;5929
+72097;44.22662;6.14531;824;20220111;7.7;-8.1;-.2;1.2;2.91;0;.62;7826
+72097;44.22662;6.14531;824;20220112;7.5;-9.5;-1;1.1;2.91;0;.53;7935
+72097;44.22662;6.14531;824;20220113;10.9;-8;1.5;.7;2.91;0;.48;8391
+72097;44.22662;6.14531;824;20220114;13.3;-6.3;3.5;.9;3.41;0;.58;8574
+72097;44.22662;6.14531;824;20220115;15.4;-4.8;5.3;1;3.61;0;.7;8760
+72097;44.22662;6.14531;824;20220116;12.8;-5.4;3.7;1.7;3.28;0;1.09;8557
+72097;44.22662;6.14531;824;20220117;11.1;-3.8;3.7;1.9;3.05;0;1.08;7857
+72097;44.22662;6.14531;824;20220118;13.1;-6.8;3.1;1.3;3.65;0;.8;8854
+72097;44.22662;6.14531;824;20220119;9.2;-3.6;2.8;1.8;4.81;0;.77;7753
+72097;44.22662;6.14531;824;20220120;8.5;-2.6;2.9;2.8;4.15;0;1.07;7273
+72097;44.22662;6.14531;824;20220121;7.4;-5;1.2;1.9;3.45;0;.92;7623
+72097;44.22662;6.14531;824;20220122;8.4;-8.3;0;.7;3.28;0;.5;8761
+72097;44.22662;6.14531;824;20220123;13.3;-6.8;3.2;1;3.55;0;.78;9348
+72097;44.22662;6.14531;824;20220124;13.3;-5.4;4;1.1;3.58;0;.87;9507
+72097;44.22662;6.14531;824;20220125;10.1;-5.6;2.2;1;4.31;0;.65;8838
+72097;44.22662;6.14531;824;20220126;13.8;-6.8;3.5;1.2;3.35;0;.98;10003
+72097;44.22662;6.14531;824;20220127;15.1;-5.6;4.8;1.7;3.01;0;1.29;10061
+72097;44.22662;6.14531;824;20220128;13.7;-5.4;4.1;2.7;3.08;0;1.62;9981
+72097;44.22662;6.14531;824;20220129;13.3;-4.2;4.6;2.1;3.28;0;1.54;9317
+72097;44.22662;6.14531;824;20220130;14.7;-1.3;6.7;2.5;4.08;0;1.56;9103
+72097;44.22662;6.14531;824;20220131;9.6;-2.4;3.6;4.8;3.71;.1;1.85;7905
+72097;44.22662;6.14531;824;20220201;10.4;-3.2;3.6;4.1;3.58;0;1.66;9003
+72097;44.22662;6.14531;824;20220202;16.2;.6;8.4;4.3;5.15;0;2.18;9003
+72097;44.22662;6.14531;824;20220203;15.5;-2.8;6.3;1.4;4.85;0;1.2;9912
+72097;44.22662;6.14531;824;20220204;13.4;-2;5.7;2.7;5.51;0;1.39;9903
+72097;44.22662;6.14531;824;20220205;12.2;-.1;6.1;2.5;5.05;0;1.37;8875
+72097;44.22662;6.14531;824;20220206;11.5;-5.6;2.9;2.7;4.01;0;1.5;10500
+72097;44.22662;6.14531;824;20220207;13.1;2.8;8;4.6;4.41;0;2.43;8305
+72097;44.22662;6.14531;824;20220208;13;-5;4;1.2;3.65;0;1.13;11263
+72097;44.22662;6.14531;824;20220209;14.1;-5.1;4.5;1.1;4.05;0;1.16;11735
+72097;44.22662;6.14531;824;20220210;6.5;-4.7;.9;2.8;4.11;0;2.07;11400
+72097;44.22662;6.14531;824;20220211;12.9;-.4;6.2;3;4.51;0;1.86;10600
+72097;44.22662;6.14531;824;20220212;11.9;1;6.4;4.8;3.41;0;2.66;11500
+72097;44.22662;6.14531;824;20220213;11.5;2.2;6.8;3.1;4.31;3.3;1.94;10800
+72097;44.22662;6.14531;824;20220214;6.2;1.5;3.9;1.9;6.34;18.1;.82;3166
+72097;44.22662;6.14531;824;20220215;8.9;.3;4.6;1.2;5.71;0;.99;11900
+72097;44.22662;6.14531;824;20220216;7.9;-1.8;3;2.5;5.91;0;.92;9712
+72097;44.22662;6.14531;824;20220217;17.2;2.5;9.8;4;6.99;0;2.19;11602
+72097;44.22662;6.14531;824;20220218;18.2;.9;9.6;2.2;6.78;0;1.9;12428
+72097;44.22662;6.14531;824;20220219;10.6;3.1;6.8;2.8;5.98;0;1.47;8761
+72097;44.22662;6.14531;824;20220220;13.6;-2.1;5.8;2.9;4.75;0;1.87;12290
+72097;44.22662;6.14531;824;20220221;9.1;1.3;5.2;4.7;5.51;1.2;1.68;9199
+72097;44.22662;6.14531;824;20220222;12.5;-1;5.7;4;4.88;0;2.01;12078
+72097;44.22662;6.14531;824;20220223;15.8;-1.3;7.3;2.3;4.25;0;2.14;13465
+72097;44.22662;6.14531;824;20220224;11.8;-.7;5.6;2.8;5.51;0;1.69;12304
+72097;44.22662;6.14531;824;20220225;10.9;0;5.5;3.6;4.21;.1;2.12;11728
+72097;44.22662;6.14531;824;20220226;11.4;-1.6;4.9;2.5;2.85;0;2.13;13180
+72097;44.22662;6.14531;824;20220227;9;-6;1.5;1.9;3.58;.1;1.52;13416
+72097;44.22662;6.14531;824;20220228;11.1;-5.4;2.8;2.2;3.48;0;1.81;14850
+72097;44.22662;6.14531;824;20220301;10.8;-4.9;3;2;4.38;0;1.62;14187
+72097;44.22662;6.14531;824;20220302;10;-2;4;1.6;5.31;0;1.37;12336
+72097;44.22662;6.14531;824;20220303;13.2;-2.4;5.4;1.6;5.51;0;1.64;13972
+72097;44.22662;6.14531;824;20220304;13.4;-1.9;5.8;2.1;5.15;1.9;1.89;14421
+72097;44.22662;6.14531;824;20220305;9.5;-2.7;3.4;1.8;4.21;.4;1.59;12584
+72097;44.22662;6.14531;824;20220306;6.9;-4.7;1.1;1.6;4.18;.5;1.32;12017
+72097;44.22662;6.14531;824;20220307;9.5;-6.2;1.7;1.9;3.68;0;1.68;15185
+72097;44.22662;6.14531;824;20220308;10.6;-6.6;2;2;4.25;0;1.73;16178
+72097;44.22662;6.14531;824;20220309;12.3;-2.1;5.1;1.9;4.88;0;1.88;14807
+72097;44.22662;6.14531;824;20220310;12.6;-4.7;4;1.5;5.21;.1;1.75;16277
+72097;44.22662;6.14531;824;20220311;10.4;1.5;6;4.6;5.45;0;2.03;10387
+72097;44.22662;6.14531;824;20220312;10;5;7.5;6;4.58;0;2.79;7845
+72097;44.22662;6.14531;824;20220313;6.1;3.3;4.7;6.1;5.85;6.3;1.52;5040
+72097;44.22662;6.14531;824;20220314;12.8;1.9;7.3;3.9;7.45;.4;1.86;12435
+72097;44.22662;6.14531;824;20220315;15.7;6.1;10.9;3.4;7.35;0;2.47;10801
+72097;44.22662;6.14531;824;20220316;18.1;2.2;10.1;1.4;7.35;0;2.2;15105
+72097;44.22662;6.14531;824;20220317;13.6;4;8.8;1.5;8.51;0;1.55;10940
+72097;44.22662;6.14531;824;20220318;15.3;7.2;11.3;6.8;5.81;.4;4.2;9700
+72097;44.22662;6.14531;824;20220319;14.3;6.1;10.2;6.4;3.91;0;5.02;14900
+72097;44.22662;6.14531;824;20220320;10.7;2.6;6.7;5.7;4.11;0;3.58;10500
+72097;44.22662;6.14531;824;20220321;12.3;3.1;7.7;4.6;3.61;0;3.81;18300
+72097;44.22662;6.14531;824;20220322;13;-2.1;5.5;6.6;2.21;0;5.03;20200
+72097;44.22662;6.14531;824;20220323;15.3;-1.1;7.1;5.8;2.41;0;5.39;20300
+72097;44.22662;6.14531;824;20220324;16.9;-1.3;7.8;4.1;3.11;0;4.53;20400
+72097;44.22662;6.14531;824;20220325;17;-1;8;3.9;3.31;0;4.32;19800
+72097;44.22662;6.14531;824;20220326;17.4;.9;9.1;6.2;3.11;0;5.46;19900
+72097;44.22662;6.14531;824;20220327;16.1;3.3;9.7;5.1;2.91;0;4.63;11500
+72097;44.22662;6.14531;824;20220328;18.4;.9;9.7;3.7;3.51;0;4.43;20500
+72097;44.22662;6.14531;824;20220329;16.6;1.9;9.3;3.1;4.91;1.7;3.52;16600
+72097;44.22662;6.14531;824;20220330;10.4;5.1;7.7;1.6;8.74;4.1;1.38;7266
+72097;44.22662;6.14531;824;20220331;13.4;2.8;8.1;2.7;7.01;.3;2.74;21600
+72097;44.22662;6.14531;824;20220401;3.7;1.3;2.5;2.5;5.01;.6;1.31;7300
+72097;44.22662;6.14531;824;20220402;2.3;-2.1;.1;5;4.05;0;1.97;12900
+72097;44.22662;6.14531;824;20220403;7.7;-3.7;2;1.6;4.51;5.8;1.8;15300
+72097;44.22662;6.14531;824;20220404;10.2;-3.5;3.4;1.9;4.81;0;2.48;22200
+72097;44.22662;6.14531;824;20220405;15.5;-2.8;6.4;2.3;4.71;0;3.46;23300
+72097;44.22662;6.14531;824;20220406;14.3;-1.1;6.6;2.8;6.01;0;3.05;18200
+72097;44.22662;6.14531;824;20220407;13.4;5.5;9.5;3.1;8.11;1.6;2.33;10700
+72097;44.22662;6.14531;824;20220408;16;7.2;11.6;2.3;10.11;2;1.89;11900
+72097;44.22662;6.14531;824;20220409;8.9;4.3;6.6;4;5.01;0;2.94;17700
+72097;44.22662;6.14531;824;20220410;14.2;-2.1;6.1;1.6;3.91;0;3.15;24700
+72097;44.22662;6.14531;824;20220411;12.8;.7;6.7;2;5.41;0;2.4;13100
+72097;44.22662;6.14531;824;20220412;18.1;2;10.1;3.6;7.11;0;3.66;16600
+72097;44.22662;6.14531;824;20220413;20.8;4.6;12.7;3.3;7.31;0;4.74;19800
+72097;44.22662;6.14531;824;20220414;22;3.3;12.7;2.8;7.01;0;4.57;22900
+72097;44.22662;6.14531;824;20220415;24.3;6.8;15.5;3.3;8.11;0;5.17;24300
+72097;44.22662;6.14531;824;20220416;23.5;10.3;16.9;3;8.21;0;4.83;23500
+72097;44.22662;6.14531;824;20220417;18.4;5.4;11.9;2.8;7.51;0;4.33;24900
+72097;44.22662;6.14531;824;20220418;18.5;2;10.3;2.6;7.11;0;4.06;24600
+72097;44.22662;6.14531;824;20220419;19.7;2.2;11;2.7;6.01;0;4.3;24200
+72097;44.22662;6.14531;824;20220420;15.2;3.7;9.4;2.4;8.21;7;3.06;14600
+72097;44.22662;6.14531;824;20220421;16.4;7.8;12.1;7.3;7.11;.1;4.82;18900
+72097;44.22662;6.14531;824;20220422;17.4;7.3;12.3;4.2;7.71;0;4.37;18500
+72097;44.22662;6.14531;824;20220423;8.7;7.9;8.3;3.5;8.54;17.5;2.22;6666
+72097;44.22662;6.14531;824;20220424;11.4;3.3;7.4;2.2;8.11;.4;1.86;11500
+72097;44.22662;6.14531;824;20220425;16.4;6.1;11.3;2.1;8.51;0;3.67;24100
+72097;44.22662;6.14531;824;20220426;18.5;2;10.3;2.6;7.11;0;4.15;26500
+72097;44.22662;6.14531;824;20220427;20.7;2.7;11.7;2.5;6.71;0;4.66;27100
+72097;44.22662;6.14531;824;20220428;21;4.5;12.8;2.1;7.81;.1;4.53;27000
+72097;44.22662;6.14531;824;20220429;21.6;4.8;13.2;2.5;7.61;0;4.69;25700
+72097;44.22662;6.14531;824;20220430;19.9;6.6;13.2;2;7.51;.1;3.97;22700
+72097;44.22662;6.14531;824;20220501;19.1;5.3;12.2;2.8;6.91;0;4.47;27000
+72097;44.22662;6.14531;824;20220502;19.5;3.3;11.4;2.2;7.91;.2;4.22;26200
+72097;44.22662;6.14531;824;20220503;16.2;6.6;11.4;2.1;9.31;1.2;3.42;17600
+72097;44.22662;6.14531;824;20220504;18.4;4.2;11.3;2.2;9.31;1.7;3.52;21000
+72097;44.22662;6.14531;824;20220505;13.6;8.6;11.1;2.2;10.16;3.6;2.04;11335
+72097;44.22662;6.14531;824;20220506;18.8;7.3;13;2.5;9.38;0;3.48;19917
+72097;44.22662;6.14531;824;20220507;20.1;5.4;12.8;1.5;9.95;4.1;3.41;21672
+72097;44.22662;6.14531;824;20220508;18.5;7.3;12.9;1.4;10.85;6.9;2.95;18865
+72097;44.22662;6.14531;824;20220509;20.9;5.5;13.2;1.2;10.38;1.2;3.41;21832
+72097;44.22662;6.14531;824;20220510;21.9;5.6;13.7;1.5;10.68;0;3.97;25582
+72097;44.22662;6.14531;824;20220511;23.7;6.9;15.3;1.7;10.68;0;4.41;26438
+72097;44.22662;6.14531;824;20220512;24.3;5.5;14.9;1.6;9.78;0;4.51;27049
+72097;44.22662;6.14531;824;20220513;23.8;7.1;15.4;1.3;10.38;0;4.19;25198
+72097;44.22662;6.14531;824;20220514;25.5;7.7;16.6;1.2;11.71;.1;4.37;25638
+72097;44.22662;6.14531;824;20220515;24.3;8.9;16.6;1.4;12.58;2.8;3.92;22200
+72097;44.22662;6.14531;824;20220516;25.4;8.2;16.8;1.6;11.25;0;4.54;25890
+72097;44.22662;6.14531;824;20220517;27.7;9.1;18.4;2;11.45;0;5.23;27644
+72097;44.22662;6.14531;824;20220518;27.8;12.5;20.2;2.5;12.28;2.8;5.41;25603
+72097;44.22662;6.14531;824;20220519;26.3;11.9;19.1;2.2;12.45;0;4.92;24960
+72097;44.22662;6.14531;824;20220520;27.7;8.7;18.2;1.6;11.38;0;5.17;28190
+72097;44.22662;6.14531;824;20220521;30;8.9;19.4;1.6;11.78;0;5.52;29165
+72097;44.22662;6.14531;824;20220522;31.4;12.4;21.9;1.8;13.28;.2;5.69;27171
+72097;44.22662;6.14531;824;20220523;25.8;11.5;18.6;1.9;11.51;0;4.46;22058
+72097;44.22662;6.14531;824;20220524;23.1;10.8;16.9;2.2;10.68;2.7;4.3;22364
+72097;44.22662;6.14531;824;20220525;19.7;10.3;15;1.4;11.41;.3;3.12;16719
+72097;44.22662;6.14531;824;20220526;25.6;9.3;17.4;1.8;12.05;.7;4.52;24101
+72097;44.22662;6.14531;824;20220527;28.5;12.1;20.3;2.3;12.45;0;5.44;26158
+72097;44.22662;6.14531;824;20220528;26.4;11.1;18.8;3;10.81;0;5.45;25951
+72097;44.22662;6.14531;824;20220529;23.5;8.9;16.2;2.8;8.58;0;5.22;26468
+72097;44.22662;6.14531;824;20220530;21.8;4.1;13;1.5;8.31;0;4.28;26665
+72097;44.22662;6.14531;824;20220531;23.8;8.5;16.2;1.3;10.08;.2;4.11;22571
+72097;44.22662;6.14531;824;20220601;27.9;7.4;17.7;1.6;11.15;0;5.21;28387
+72097;44.22662;6.14531;824;20220602;29.4;9.4;19.4;1.4;11.98;0;5.44;29224
+72097;44.22662;6.14531;824;20220603;25.4;15.3;20.3;2;13.75;5.1;4.21;19184
+72097;44.22662;6.14531;824;20220604;30.4;13.7;22.1;2.2;13.91;0;5.52;24706
+72097;44.22662;6.14531;824;20220605;28;14.2;21.1;2.4;12.68;.3;5.42;24987
+72097;44.22662;6.14531;824;20220606;28;9;18.5;2.4;10.95;.2;5.81;29550
+72097;44.22662;6.14531;824;20220607;24.9;12.4;18.7;3.4;10.48;0;5.53;25900
+72097;44.22662;6.14531;824;20220608;23.1;9.8;16.4;2.5;9.25;.4;4.57;22213
+72097;44.22662;6.14531;824;20220609;22.2;11.8;17;4.4;9.01;0;5.25;23007
+72097;44.22662;6.14531;824;20220610;27.3;7.3;17.3;2.8;7.88;0;6.14;29825
+72097;44.22662;6.14531;824;20220611;29.7;7.6;18.6;2;9.48;0;6.11;31139
+72097;44.22662;6.14531;824;20220612;31.3;10.2;20.8;2;10.08;.1;6.4;30636
+72097;44.22662;6.14531;824;20220613;30.7;12.7;21.7;2.3;11.31;0;6.26;29167
+72097;44.22662;6.14531;824;20220614;31.6;10.6;21.1;1.9;10.98;0;6.32;30755
+72097;44.22662;6.14531;824;20220615;30.4;12.8;21.6;1.5;12.65;.3;5.35;25638
+72097;44.22662;6.14531;824;20220616;33.4;13.1;23.3;2.4;11.28;0;7.01;30587
+72097;44.22662;6.14531;824;20220617;34.6;15;24.8;2.2;10.88;0;7.02;29570
+72097;44.22662;6.14531;824;20220618;32.7;14.8;23.7;1.6;14.98;0;5.94;27687
+72097;44.22662;6.14531;824;20220619;31;16.1;23.5;2.4;14.25;0;6.09;26948
+72097;44.22662;6.14531;824;20220620;31.1;12.2;21.7;2;11.11;0;6.24;29278
+72097;44.22662;6.14531;824;20220621;29.8;13.1;21.5;1.6;13.05;2.8;4.96;22909
+72097;44.22662;6.14531;824;20220622;24.3;15.9;20.1;1.8;16.71;4;3.51;16786
+72097;44.22662;6.14531;824;20220623;24;12.9;18.5;1.7;15.18;1.9;3.7;19260
+72097;44.22662;6.14531;824;20220624;23.7;12.7;18.2;1.8;13.45;8.3;3.9;20068
+72097;44.22662;6.14531;824;20220625;26.9;9.3;18.1;1.8;11.61;0;5.31;28764
+72097;44.22662;6.14531;824;20220626;29.8;13.3;21.6;2.1;13.18;0;5.52;25484
+72097;44.22662;6.14531;824;20220627;30.2;15.1;22.7;2.2;14.11;.2;5.84;26620
+72097;44.22662;6.14531;824;20220628;26.6;14.4;20.5;2.1;14.81;13.9;4.23;18994
+72097;44.22662;6.14531;824;20220629;29.1;10.3;19.7;2;12.55;.1;5.77;29453
+72097;44.22662;6.14531;824;20220630;29.2;11.4;20.3;1.7;12.91;0;5.34;26574
+72097;44.22662;6.14531;824;20220701;27.7;12.6;20.1;2.1;11.71;0;5.5;27156
+72097;44.22662;6.14531;824;20220702;31.9;7.9;19.9;1.6;9.28;0;6.21;31149
+72097;44.22662;6.14531;824;20220703;33.7;11.5;22.6;2;10.65;.1;6.76;30713
+72097;44.22662;6.14531;824;20220704;32.7;16.4;24.6;2.1;13.68;2.6;6.09;25923
+72097;44.22662;6.14531;824;20220705;31.1;14.3;22.7;2.7;12.85;0;6.35;27704
+72097;44.22662;6.14531;824;20220706;31.1;13.1;22.1;2.6;11.51;0;6.47;28704
+72097;44.22662;6.14531;824;20220707;30.1;13.2;21.7;2.8;11.91;0;6.25;27693
+72097;44.22662;6.14531;824;20220708;30.1;13.9;22;2.6;11.68;0;6.16;26888
+72097;44.22662;6.14531;824;20220709;30.1;12.2;21.1;1.8;12.55;0;5.57;27050
+72097;44.22662;6.14531;824;20220710;30.6;12.4;21.5;1.9;12.35;0;5.86;28088
+72097;44.22662;6.14531;824;20220711;30.9;13.4;22.2;2;13.58;0;5.92;27996
+72097;44.22662;6.14531;824;20220712;31.5;12.6;22.1;1.7;12.85;0;5.96;29018
+72097;44.22662;6.14531;824;20220713;31;12.9;22;1.9;14.08;1.6;5.86;28418
+72097;44.22662;6.14531;824;20220714;32.7;14.9;23.8;1.8;14.58;0;6.13;28460
+72097;44.22662;6.14531;824;20220715;34.5;14.2;24.4;2.7;11.71;0;7.19;29558
+72097;44.22662;6.14531;824;20220716;33.7;15.3;24.5;2.1;11.18;0;6.52;27841
+72097;44.22662;6.14531;824;20220717;33.8;13.8;23.8;1.7;14.45;.1;6.14;28254
+72097;44.22662;6.14531;824;20220718;34.4;16.9;25.6;1.8;16.85;.7;6.06;26589
+72097;44.22662;6.14531;824;20220719;33.3;15.7;24.5;1.9;16.81;.1;5.83;25914
+72097;44.22662;6.14531;824;20220720;33.2;15.9;24.6;2;14.71;0;6.1;26961
+72097;44.22662;6.14531;824;20220721;34.2;13.9;24.1;1.5;12.35;0;6.1;28871
+72097;44.22662;6.14531;824;20220722;34.6;14.1;24.4;2.1;12.48;0;6.61;28968
+72097;44.22662;6.14531;824;20220723;33.4;15;24.2;1.8;14.21;.3;5.86;26353
+72097;44.22662;6.14531;824;20220724;34.2;15.5;24.9;1.8;14.71;0;6.12;27565
+72097;44.22662;6.14531;824;20220725;34.8;14.6;24.7;1.8;14.01;.6;6.12;27076
+72097;44.22662;6.14531;824;20220726;31.3;15.5;23.4;2.7;12.98;0;6.02;25523
+72097;44.22662;6.14531;824;20220727;30.3;13.8;22.1;2.2;12.75;0;5.63;25878
+72097;44.22662;6.14531;824;20220728;31;12.4;21.7;1.7;12.25;0;5.41;26107
+72097;44.22662;6.14531;824;20220729;26.5;13.6;20;1.7;13.05;1.4;4.23;20298
+72097;44.22662;6.14531;824;20220730;30.6;13.5;22;2.4;11.68;0;5.86;25897
+72097;44.22662;6.14531;824;20220731;32.3;11.1;21.7;1.5;10.58;0;5.68;28056
+72097;44.22662;6.14531;824;20220801;33.3;13.3;23.3;1.9;11.01;0;6.11;27613
+72097;44.22662;6.14531;824;20220802;33.1;15.4;24.3;2.5;11.38;0;6.4;26208
+72097;44.22662;6.14531;824;20220803;32.8;14.3;23.6;1.7;13.98;0;5.58;25914
+72097;44.22662;6.14531;824;20220804;33.4;17;25.2;1.4;14.55;.3;5.03;22376
+72097;44.22662;6.14531;824;20220805;33.7;14.5;24.1;2.3;14.11;.7;5.86;24751
+72097;44.22662;6.14531;824;20220806;33.3;16.3;24.8;2.9;13.31;0;6.49;25383
+72097;44.22662;6.14531;824;20220807;30.8;14.4;22.6;2.2;13.15;.1;5.42;24266
+72097;44.22662;6.14531;824;20220808;31.6;12.4;22;1.8;12.68;0;5.46;26092
+72097;44.22662;6.14531;824;20220809;31.9;14;23;1.7;12.78;.2;5.41;25396
+72097;44.22662;6.14531;824;20220810;31.3;15.2;23.3;2.2;13.51;1.4;5.41;23589
+72097;44.22662;6.14531;824;20220811;30.9;13.5;22.2;2.2;14.15;.4;5.24;24023
+72097;44.22662;6.14531;824;20220812;32.6;12.3;22.4;2;12.51;0;5.66;26217
+72097;44.22662;6.14531;824;20220813;31.3;13.8;22.5;2;13.75;1.6;5.3;24212
+72097;44.22662;6.14531;824;20220814;25.4;16.3;20.9;2;14.58;6.1;3.58;15134
+72097;44.22662;6.14531;824;20220815;27.9;10.3;19.1;1.8;12.51;0;4.46;23029
+72097;44.22662;6.14531;824;20220816;29.7;10.8;20.3;1.9;12.55;.5;4.9;24199
+72097;44.22662;6.14531;824;20220817;25.1;15;20.1;2.2;14.21;13.1;3.49;15214
+72097;44.22662;6.14531;824;20220818;24.4;11.8;18.1;2.4;14.11;17.7;3.48;16649
+72097;44.22662;6.14531;824;20220819;25.6;11.6;18.6;3.7;12.78;0;4.55;20853
+72097;44.22662;6.14531;824;20220820;28.1;12.8;20.5;3;12.81;0;4.95;22283
+72097;44.22662;6.14531;824;20220821;28.8;13.6;21.2;2.4;13.31;.5;4.77;21902
+72097;44.22662;6.14531;824;20220822;28.2;13.3;20.8;2.3;12.68;0;4.71;21522
+72097;44.22662;6.14531;824;20220823;29.9;13.4;21.7;1.9;12.71;0;4.75;22476
+72097;44.22662;6.14531;824;20220824;30.2;13;21.6;1.6;13.48;0;4.59;22993
+72097;44.22662;6.14531;824;20220825;29.8;13.2;21.5;1.7;14.01;0;4.39;21269
+72097;44.22662;6.14531;824;20220826;29;15.7;22.4;2.1;14.78;2.2;4.36;19369
+72097;44.22662;6.14531;824;20220827;28.5;11.7;20.1;1.6;14.18;0;4.15;22116
+72097;44.22662;6.14531;824;20220828;28.6;12.2;20.4;1.6;13.51;.1;4.21;22073
+72097;44.22662;6.14531;824;20220829;29.7;10.8;20.3;1.8;12.55;.2;4.55;23115
+72097;44.22662;6.14531;824;20220830;27.7;14.7;21.2;2;15.21;2.4;3.78;17174
+72097;44.22662;6.14531;824;20220831;26.4;11.1;18.7;2.1;14.41;.6;3.69;19532
+72097;44.22662;6.14531;824;20220901;28.1;11.8;19.9;1.7;12.91;0;4.07;21141
+72097;44.22662;6.14531;824;20220902;23.9;11.1;17.5;1.4;13.05;1.6;3.01;16048
+72097;44.22662;6.14531;824;20220903;25.8;12.1;19;1.5;13.85;10.8;3.25;17115
+72097;44.22662;6.14531;824;20220904;26.3;10;18.1;1.2;13.58;.3;3.52;20776
+72097;44.22662;6.14531;824;20220905;27.8;12.7;20.2;1.4;14.31;.8;3.56;18215
+72097;44.22662;6.14531;824;20220906;27.6;12.9;20.2;2;14.98;2.3;3.73;17651
+72097;44.22662;6.14531;824;20220907;26.4;15;20.7;2.1;16.05;11.4;3.34;15835
+72097;44.22662;6.14531;824;20220908;23.6;12.2;17.9;2;13.28;.1;3.21;17347
+72097;44.22662;6.14531;824;20220909;22.7;9.4;16;2.3;10.11;0;3.37;17424
+72097;44.22662;6.14531;824;20220910;22.3;7.5;14.9;2.4;9.48;.1;3.43;18815
+72097;44.22662;6.14531;824;20220911;26.3;8;17.2;2.2;9.28;0;3.99;20363
+72097;44.22662;6.14531;824;20220912;28.3;8.4;18.3;1.7;10.81;0;3.92;21111
+72097;44.22662;6.14531;824;20220913;28.1;11.2;19.7;1.7;13.41;.2;3.49;17682
+72097;44.22662;6.14531;824;20220914;19.4;15.3;17.3;1.9;15.41;22;1.76;7824
+72097;44.22662;6.14531;824;20220915;24.9;11;17.9;1.9;13.45;0;3.22;18104
+72097;44.22662;6.14531;824;20220916;22.5;11.5;17;3;11.68;0;3.31;15886
+72097;44.22662;6.14531;824;20220917;19.6;8.4;14;4.1;7.18;0;3.7;15814
+72097;44.22662;6.14531;824;20220918;21.5;2.2;11.9;1.9;7.08;0;3.08;19144
+72097;44.22662;6.14531;824;20220919;22.5;5.3;13.9;2.7;7.05;0;3.58;18254
+72097;44.22662;6.14531;824;20220920;22.9;3.6;13.3;1.6;8.08;.1;3;18876
+72097;44.22662;6.14531;824;20220921;21.3;4.5;12.9;1.7;9.18;0;2.71;17279
+72097;44.22662;6.14531;824;20220922;20.7;8.7;14.7;1.4;10.21;0;2.51;15630
+72097;44.22662;6.14531;824;20220923;20.4;6.3;13.4;1.3;10.45;7.3;2.26;14462
+72097;44.22662;6.14531;824;20220924;13.7;11.3;12.5;1.3;12.28;11.8;1.15;5999
+72097;44.22662;6.14531;824;20220925;18.6;8.5;13.5;1.7;10.85;.6;2.01;12146
+72097;44.22662;6.14531;824;20220926;18;4.9;11.4;2.2;8.38;.2;2.36;15040
+72097;44.22662;6.14531;824;20220927;15.7;7.4;11.6;3.3;7.98;.1;2.42;12712
+72097;44.22662;6.14531;824;20220928;16.6;7.1;11.9;2.9;9.68;2.5;2.02;10332
+72097;44.22662;6.14531;824;20220929;16.5;9;12.8;2.4;9.95;0;2;11060
+72097;44.22662;6.14531;824;20220930;15;5.7;10.4;2;8.61;1.3;1.72;9956
+72097;44.22662;6.14531;824;20221001;15.2;4.2;9.7;2.3;9.35;0;1.73;12378
+72097;44.22662;6.14531;824;20221002;22.4;8.4;15.4;2.7;11.05;0;2.71;14521
+72097;44.22662;6.14531;824;20221003;24.6;7.5;16;2;9.48;0;2.9;15881
+72097;44.22662;6.14531;824;20221004;24.3;5.7;15;1.7;9.21;.1;2.71;16476
+72097;44.22662;6.14531;824;20221005;22.6;5.9;14.3;1.6;10.18;.2;2.38;15457
+72097;44.22662;6.14531;824;20221006;23.4;5.7;14.5;1.4;10.11;0;2.32;15557
+72097;44.22662;6.14531;824;20221007;22.2;6.5;14.3;1.5;9.95;.1;2.26;14625
+72097;44.22662;6.14531;824;20221008;16.8;6.8;11.8;.9;11.25;1.2;1.33;9477
+72097;44.22662;6.14531;824;20221009;16.4;11;13.7;.8;13.21;4.1;1.11;6773
+72097;44.22662;6.14531;824;20221010;19.6;10.7;15.1;1;12.21;.2;1.53;9564
+72097;44.22662;6.14531;824;20221011;21.2;6.5;13.9;1.5;10.68;.3;2.01;13702
+72097;44.22662;6.14531;824;20221012;20;8.8;14.4;1.5;10.91;2.4;1.84;11181
+72097;44.22662;6.14531;824;20221013;19;5.2;12.1;1.5;10.08;0;1.68;11675
+72097;44.22662;6.14531;824;20221014;20;8.2;14.1;2.3;10.68;.1;1.98;11218
+72097;44.22662;6.14531;824;20221015;22.9;5.4;14.2;1.6;10.18;.1;2.12;13951
+72097;44.22662;6.14531;824;20221016;21.3;7.6;14.5;1.7;10.95;.1;1.87;10940
+72097;44.22662;6.14531;824;20221017;22.8;8.3;15.5;2.1;11.01;0;2.19;12162
+72097;44.22662;6.14531;824;20221018;23.9;7.7;15.8;1.7;10.51;.1;2.15;12806
+72097;44.22662;6.14531;824;20221019;24.4;5.9;15.2;1.8;9.48;.1;2.34;13589
+72097;44.22662;6.14531;824;20221020;18.8;9.2;14;2.4;11.21;1.8;1.65;8313
+72097;44.22662;6.14531;824;20221021;16;12.8;14.4;2.8;14.21;1.5;.94;3968
+72097;44.22662;6.14531;824;20221022;18.4;13.3;15.8;1.8;13.71;0;1.25;6172
+72097;44.22662;6.14531;824;20221023;19.8;10.6;15.2;2.4;12.81;.8;1.42;7051
+72097;44.22662;6.14531;824;20221024;19.2;13.1;16.1;2.2;13.35;5.9;1.42;5932
+72097;44.22662;6.14531;824;20221025;22.5;7.4;15;1.5;10.61;0;1.68;10875
+72097;44.22662;6.14531;824;20221026;23.8;6.6;15.2;1.5;10.51;.1;1.8;11710
+72097;44.22662;6.14531;824;20221027;24.3;8.1;16.2;1.7;10.31;.1;1.95;11486
+72097;44.22662;6.14531;824;20221028;25.5;7.3;16.4;1.8;9.05;0;2.17;11831
+72097;44.22662;6.14531;824;20221029;24.4;7.4;15.9;2;8.38;0;2.19;11278
+72097;44.22662;6.14531;824;20221030;22;8.2;15.1;2.2;7.91;.1;2.16;10073
+72097;44.22662;6.14531;824;20221031;20.6;5.3;12.9;1.9;8.71;5.4;1.64;10792
+72097;44.22662;6.14531;824;20221101;18.9;8.9;13.9;1.8;10.65;19.1;1.36;8180
+72097;44.22662;6.14531;824;20221102;18.2;4.5;11.4;1.3;9.08;.1;1.16;9791
+72097;44.22662;6.14531;824;20221103;10.6;2.7;6.6;2.2;9.05;29;.63;5646
+72097;44.22662;6.14531;824;20221104;10.6;3.8;7.2;2.6;7.58;1.2;.98;6611
+72097;44.22662;6.14531;824;20221105;13.9;1.7;7.8;2.1;5.98;0;1.27;9125
+72097;44.22662;6.14531;824;20221106;15.8;-.9;7.5;1.4;5.48;0;1.18;10037
+72097;44.22662;6.14531;824;20221107;18.3;-.3;9;1.6;5.75;.1;1.36;10839
+72097;44.22662;6.14531;824;20221108;15.3;-.2;7.5;1.7;7.48;0;.98;9215
+72097;44.22662;6.14531;824;20221109;14;7.7;10.8;1.7;10.25;16.3;.85;4733
+72097;44.22662;6.14531;824;20221110;17;5.1;11.1;1.9;9.08;0;1.15;8569
+72097;44.22662;6.14531;824;20221111;19.2;3.2;11.2;1.8;7.45;.1;1.4;9631
+72097;44.22662;6.14531;824;20221112;16.3;2.5;9.4;1.5;7.21;0;1.2;8057
+72097;44.22662;6.14531;824;20221113;15;5.9;10.5;.9;7.88;.2;.87;6410
+72097;44.22662;6.14531;824;20221114;10.7;2;6.4;1.3;7.98;1.9;.57;5440
+72097;44.22662;6.14531;824;20221115;10;7.2;8.6;2.1;10.21;10.1;.53;2851
+72097;44.22662;6.14531;824;20221116;14.4;6;10.2;2;9.01;0;.93;6930
+72097;44.22662;6.14531;824;20221117;15.1;2.6;8.8;1.8;8.48;2.7;.9;7618
+72097;44.22662;6.14531;824;20221118;11.6;6.2;8.9;3.1;7.31;.1;1.2;5886
+72097;44.22662;6.14531;824;20221119;11.2;.1;5.6;2.3;5.41;0;.96;7377
+72097;44.22662;6.14531;824;20221120;9.9;-1.3;4.3;2.2;4.98;.1;.86;7379
+72097;44.22662;6.14531;824;20221121;8.1;-.7;3.7;2.1;5.75;4;.74;5111
+72097;44.22662;6.14531;824;20221122;8.7;2.9;5.8;3.5;6.08;0;1.03;5501
+72097;44.22662;6.14531;824;20221123;10.4;-1.2;4.6;2.6;5.88;.3;.93;6172
+72097;44.22662;6.14531;824;20221124;14;1.4;7.7;2.6;5.78;0;1.33;7381
+72097;44.22662;6.14531;824;20221125;13;1.4;7.2;1.7;6.11;.1;.86;7178
+72097;44.22662;6.14531;824;20221126;12.7;0;6.3;1.8;4.95;0;.93;7159
+72097;44.22662;6.14531;824;20221127;11.2;-3.1;4;1.2;4.55;0;.69;7269
+72097;44.22662;6.14531;824;20221128;5.6;-.9;2.4;1;5.95;4.4;.44;3909
+72097;44.22662;6.14531;824;20221129;6;.6;3.3;1.7;6.28;.3;.5;3702
+72097;44.22662;6.14531;824;20221130;9.7;-3.7;3;.7;5.18;.1;.35;7245
+72097;44.22662;6.14531;824;20221201;9;-3.5;2.8;.8;5.01;0;.38;7061
+72097;44.22662;6.14531;824;20221202;6.5;-3.2;1.7;1.1;4.98;.1;.46;5377
+72097;44.22662;6.14531;824;20221203;6.7;.2;3.5;4.6;6.25;12.6;.87;4001
+72097;44.22662;6.14531;824;20221204;6.9;4.6;5.7;3;7.31;14.5;.73;2484
+72097;44.22662;6.14531;824;20221205;8.4;-1.8;3.3;1;5.61;0;.39;6205
+72097;44.22662;6.14531;824;20221206;10;-4.1;2.9;2;4.35;0;.67;7358
+72097;44.22662;6.14531;824;20221207;9.2;-4.5;2.4;1.5;4.08;0;.61;7191
+72097;44.22662;6.14531;824;20221208;6.5;-5.5;.5;1.6;4.81;19.1;.47;5907
+72097;44.22662;6.14531;824;20221209;6.8;2.4;4.6;2.6;7.81;15.4;.38;3097
+72097;44.22662;6.14531;824;20221210;7.5;1.7;4.6;2.2;6.45;0;.55;3744
+72097;44.22662;6.14531;824;20221211;4.1;-5;-.5;2.6;3.28;0;.8;5872
+72097;44.22662;6.14531;824;20221212;4.8;-7.9;-1.5;2.1;3.28;8.1;.63;6467
+72097;44.22662;6.14531;824;20221213;2;-1.3;.3;2.6;6.08;6;.24;2522
+72097;44.22662;6.14531;824;20221214;6.9;1;4;1.4;7.21;0;.32;3666
+72097;44.22662;6.14531;824;20221215;6.6;.9;3.8;2.4;7.48;29.6;.34;3088
+72097;44.22662;6.14531;824;20221216;8.1;2.2;5.2;1.6;7.41;0;.41;4083
+72097;44.22662;6.14531;824;20221217;9.4;-1;4.2;2.3;5.11;.1;.75;6336
+72097;44.22662;6.14531;824;20221218;8.2;-3.5;2.3;2.4;4.75;0;.73;6548
+72097;44.22662;6.14531;824;20221219;7.8;.1;3.9;2.3;6.41;.1;.58;4720
+72097;44.22662;6.14531;824;20221220;9.1;3.1;6.1;2.5;7.58;0;.56;3882
+72097;44.22662;6.14531;824;20221221;8.6;4.9;6.8;2.2;8.38;6.7;.57;2498
+72097;44.22662;6.14531;824;20221222;12.1;1.6;6.9;2.4;7.35;.1;.74;5772
+72097;44.22662;6.14531;824;20221223;13;6;9.5;3.1;9.18;0;.94;3755
+72097;44.22662;6.14531;824;20221224;14.6;7.5;11.1;2.3;8.58;0;1.06;4542
+72097;44.22662;6.14531;824;20221225;14.5;0;7.2;2.1;7.08;0;.7;6587
+72097;44.22662;6.14531;824;20221226;13.1;3.5;8.3;1.8;7.75;0;.63;5415
+72097;44.22662;6.14531;824;20221227;12.4;2.8;7.6;2.3;6.58;0;.88;5838
+72097;44.22662;6.14531;824;20221228;11.3;-3.4;3.9;1.6;5.01;0;.65;6865
+72097;44.22662;6.14531;824;20221229;8.7;.6;4.7;1.9;7.25;.5;.47;4370
+72097;44.22662;6.14531;824;20221230;9.4;4.8;7.1;1.2;8.45;.5;.45;3000
+72097;44.22662;6.14531;824;20221231;14;2.6;8.3;1.8;8.48;.1;.59;5856
+72098;44.23775;6.45727;1280;20220101;14.2;5.1;9.7;1.2;4.08;0;1.09;5041
+72098;44.23775;6.45727;1280;20220102;13.7;5.2;9.5;2.2;4.45;0;1.55;4742
+72098;44.23775;6.45727;1280;20220103;8.9;2.6;5.8;2.8;4.68;0;1.45;3997
+72098;44.23775;6.45727;1280;20220104;10.1;2.7;6.4;2.2;5.62;1;1.04;4493
+72098;44.23775;6.45727;1280;20220105;3.6;1.4;2.5;2.6;4.82;.5;.91;2735
+72098;44.23775;6.45727;1280;20220106;2;-6.2;-2.1;2.9;2.62;.1;.98;5173
+72098;44.23775;6.45727;1280;20220107;2.4;-6.9;-2.2;2.3;2.58;0;.83;5153
+72098;44.23775;6.45727;1280;20220108;3.9;-4.4;-.3;3.2;4.08;4.5;.72;5167
+72098;44.23775;6.45727;1280;20220109;-.3;-1.8;-1.1;4;4.42;.2;.66;2112
+72098;44.23775;6.45727;1280;20220110;1.7;-4.7;-1.5;2.1;2.95;0;.8;4807
+72098;44.23775;6.45727;1280;20220111;2.6;-7.6;-2.5;1.5;2.38;0;.71;6024
+72098;44.23775;6.45727;1280;20220112;3.4;-7.3;-2;1.4;2.22;0;.77;6256
+72098;44.23775;6.45727;1280;20220113;9;-6.1;1.5;1;2.35;0;.7;7116
+72098;44.23775;6.45727;1280;20220114;10.2;-.4;4.9;1.1;2.95;0;.83;6395
+72098;44.23775;6.45727;1280;20220115;12.3;1;6.6;.8;3.25;0;.76;6350
+72098;44.23775;6.45727;1280;20220116;8.6;.2;4.4;2;2.82;0;1.36;5499
+72098;44.23775;6.45727;1280;20220117;7.5;-3.2;2.2;1.3;2.65;0;.93;6244
+72098;44.23775;6.45727;1280;20220118;10.4;-2.7;3.8;1.8;2.92;0;1.24;6512
+72098;44.23775;6.45727;1280;20220119;6.6;-.6;3;2.1;3.68;0;1;5242
+72098;44.23775;6.45727;1280;20220120;4.9;-3.5;.7;2.1;3.42;0;.96;6210
+72098;44.23775;6.45727;1280;20220121;3.4;-5.1;-.8;1.4;3.15;0;.66;5915
+72098;44.23775;6.45727;1280;20220122;4.4;-6.6;-1.1;1;3.15;0;.55;6895
+72098;44.23775;6.45727;1280;20220123;9.3;-3.2;3;1.1;3.38;0;.79;7328
+72098;44.23775;6.45727;1280;20220124;10.2;-1.9;4.2;.8;3.48;0;.68;7394
+72098;44.23775;6.45727;1280;20220125;8.1;-2;3;1.1;3.75;0;.67;7092
+72098;44.23775;6.45727;1280;20220126;10.7;-1.6;4.6;1.3;2.92;0;1.05;7620
+72098;44.23775;6.45727;1280;20220127;10.1;-2;4;1.2;2.42;0;1.1;7575
+72098;44.23775;6.45727;1280;20220128;8.8;-1.6;3.6;2.3;2.55;0;1.66;7329
+72098;44.23775;6.45727;1280;20220129;9.1;-3.7;2.7;2;3.02;0;1.35;8036
+72098;44.23775;6.45727;1280;20220130;12.1;-.1;6;2.1;3.18;0;1.71;8507
+72098;44.23775;6.45727;1280;20220131;6.9;-.4;3.2;4.1;3.15;.1;2;4878
+72098;44.23775;6.45727;1280;20220201;7;-3.5;1.7;2.7;3.32;0;1.33;7863
+72098;44.23775;6.45727;1280;20220202;13.9;3.3;8.6;3.3;4.38;0;2.17;8000
+72098;44.23775;6.45727;1280;20220203;13.1;.5;6.8;1.4;4.48;0;1.18;8467
+72098;44.23775;6.45727;1280;20220204;10.1;-.3;4.9;2.2;4.85;0;1.23;7887
+72098;44.23775;6.45727;1280;20220205;9.5;.2;4.8;2.1;4.68;0;1.22;8016
+72098;44.23775;6.45727;1280;20220206;6.7;-2.8;2;2.4;3.58;0;1.34;7861
+72098;44.23775;6.45727;1280;20220207;9.4;-.2;4.6;3.5;3.92;0;1.83;8199
+72098;44.23775;6.45727;1280;20220208;9.2;-3.7;2.8;1.5;3.42;0;1.14;9478
+72098;44.23775;6.45727;1280;20220209;12.1;.9;6.5;1.9;3.18;0;1.63;8986
+72098;44.23775;6.45727;1280;20220210;4.1;1.4;2.7;1.1;3.31;0;1.15;10499
+72098;44.23775;6.45727;1280;20220211;9;-2;3.5;1.5;3.41;0;1.18;8937
+72098;44.23775;6.45727;1280;20220212;5.7;-4;.9;2.8;3.21;0;1.32;8486
+72098;44.23775;6.45727;1280;20220213;7.5;-4.8;1.4;1.9;3.51;5.4;1.17;9737
+72098;44.23775;6.45727;1280;20220214;.4;-1.7;-.6;2.2;4.71;25.3;.6;3855
+72098;44.23775;6.45727;1280;20220215;4.5;-6.3;-.9;2.2;3.51;0;1.01;9354
+72098;44.23775;6.45727;1280;20220216;4.6;-4.6;0;2.2;4.68;0;.88;8958
+72098;44.23775;6.45727;1280;20220217;14;.8;7.4;3.5;5.85;.1;1.95;11058
+72098;44.23775;6.45727;1280;20220218;16;2;9;2.5;5.55;0;2.02;11023
+72098;44.23775;6.45727;1280;20220219;8.2;3;5.6;2.5;5.32;0;1.48;7099
+72098;44.23775;6.45727;1280;20220220;11.4;-1.8;4.8;2.2;4.52;0;1.55;11319
+72098;44.23775;6.45727;1280;20220221;4.3;-.4;2;5;4.72;1.5;1.34;6401
+72098;44.23775;6.45727;1280;20220222;9.6;-1.7;4;2.9;3.75;0;1.83;11146
+72098;44.23775;6.45727;1280;20220223;12.5;-1.1;5.7;1.9;3.62;0;1.82;11381
+72098;44.23775;6.45727;1280;20220224;8.9;.5;4.7;2.4;4.38;0;1.51;8990
+72098;44.23775;6.45727;1280;20220225;7.3;-1.1;3.1;2.5;4.08;0;1.54;9856
+72098;44.23775;6.45727;1280;20220226;7.4;-4.7;1.4;2.2;2.52;0;1.65;11350
+72098;44.23775;6.45727;1280;20220227;5.6;-5;.3;2.1;3.05;.5;1.29;10229
+72098;44.23775;6.45727;1280;20220228;9.2;-5.2;2;1.6;2.72;0;1.58;13297
+72098;44.23775;6.45727;1280;20220301;8.3;-2.8;2.8;2.5;3.92;0;1.53;11422
+72098;44.23775;6.45727;1280;20220302;8.3;-2.9;2.7;1.4;4.58;0;1.25;12113
+72098;44.23775;6.45727;1280;20220303;10;-1.1;4.4;1.6;5.12;0;1.42;12193
+72098;44.23775;6.45727;1280;20220304;9.4;-1.5;3.9;2.1;4.58;2.1;1.51;11597
+72098;44.23775;6.45727;1280;20220305;6.2;-3.6;1.3;2.2;3.62;1.2;1.31;9759
+72098;44.23775;6.45727;1280;20220306;4.8;-5.5;-.3;1.8;3.42;1;1.16;10271
+72098;44.23775;6.45727;1280;20220307;6.9;-6.2;.3;1.7;3.35;0;1.36;13350
+72098;44.23775;6.45727;1280;20220308;7.5;-4;1.7;1.9;3.75;0;1.44;12179
+72098;44.23775;6.45727;1280;20220309;10.3;-4.1;3.1;2;3.92;0;1.75;14768
+72098;44.23775;6.45727;1280;20220310;11;-1.3;4.8;1.8;3.95;.1;1.87;13259
+72098;44.23775;6.45727;1280;20220311;6.2;.1;3.1;3.4;4.55;0;1.5;9117
+72098;44.23775;6.45727;1280;20220312;5.7;.7;3.2;4.5;4.18;.4;1.75;8475
+72098;44.23775;6.45727;1280;20220313;2;.3;1.2;3.2;4.98;9.7;.87;4595
+72098;44.23775;6.45727;1280;20220314;8.4;-1.9;3.3;2.8;6.32;1.1;1.24;12527
+72098;44.23775;6.45727;1280;20220315;12.3;2.9;7.6;2.1;6.72;0;1.83;12720
+72098;44.23775;6.45727;1280;20220316;16.4;4.1;10.3;1.5;5.98;0;2.27;14356
+72098;44.23775;6.45727;1280;20220317;11.4;5.4;8.4;2.9;7.02;0;1.82;9405
+72098;44.23775;6.45727;1280;20220318;10.8;6;8.4;4;5.71;.2;2.32;9082
+72098;44.23775;6.45727;1280;20220319;11.4;2.8;7.1;4.1;3.91;0;2.83;12420
+72098;44.23775;6.45727;1280;20220320;8.3;1.3;4.8;4.1;3.51;0;2.45;11290
+72098;44.23775;6.45727;1280;20220321;8.5;.1;4.3;3.4;3.51;0;2.3;12537
+72098;44.23775;6.45727;1280;20220322;9.9;-2.7;3.6;2.4;2.21;0;2.45;15604
+72098;44.23775;6.45727;1280;20220323;12.7;-2.6;5.1;1.8;2.31;0;2.52;17413
+72098;44.23775;6.45727;1280;20220324;15.1;-2.1;6.5;1.5;2.61;0;2.61;18676
+72098;44.23775;6.45727;1280;20220325;16.6;-1.7;7.5;2.2;2.71;0;3.16;19472
+72098;44.23775;6.45727;1280;20220326;13.3;-.8;6.3;1.9;2.91;0;2.63;17217
+72098;44.23775;6.45727;1280;20220327;12;-.7;5.7;1.4;3.01;0;2.29;16483
+72098;44.23775;6.45727;1280;20220328;17;-1.3;7.9;1.8;3.01;0;3.04;20056
+72098;44.23775;6.45727;1280;20220329;15.6;.3;8;2.5;4.31;1.2;3.03;18483
+72098;44.23775;6.45727;1280;20220330;7.5;2.3;4.9;1.8;6.51;6.2;1.44;10719
+72098;44.23775;6.45727;1280;20220331;11;2.5;6.8;1.8;5.71;.5;2.04;13942
+72098;44.23775;6.45727;1280;20220401;5.5;-2.3;1.6;3;3.51;2.7;1.92;13465
+72098;44.23775;6.45727;1280;20220402;4.1;-4.9;-.4;4;2.61;0;2.08;14625
+72098;44.23775;6.45727;1280;20220403;5.5;-5.5;0;3.3;3.11;2;2.03;16356
+72098;44.23775;6.45727;1280;20220404;10.6;-4.8;2.9;1.6;3.51;0;2.33;19596
+72098;44.23775;6.45727;1280;20220405;16.8;-3.8;6.5;1.9;4.01;0;3.17;22680
+72098;44.23775;6.45727;1280;20220406;15.1;-.6;7.3;1.8;5.31;.1;2.78;20137
+72098;44.23775;6.45727;1280;20220407;12.1;.9;6.5;2.3;6.71;6;2.24;17094
+72098;44.23775;6.45727;1280;20220408;10.4;2.5;6.5;1.7;7.91;3.7;1.78;14417
+72098;44.23775;6.45727;1280;20220409;5.8;2.6;4.2;3.1;4.11;0;1.95;9113
+72098;44.23775;6.45727;1280;20220410;13.8;-4;4.9;2.1;3.21;0;3.06;22192
+72098;44.23775;6.45727;1280;20220411;16.6;-1.3;7.7;2.2;5.21;0;3.25;22435
+72098;44.23775;6.45727;1280;20220412;17.1;1;9.1;3.1;6.21;0;3.43;21426
+72098;44.23775;6.45727;1280;20220413;17.9;8.3;13.1;4.1;6.01;0;4.05;16587
+72098;44.23775;6.45727;1280;20220414;20.4;2.7;11.6;3.3;5.91;0;4.27;22833
+72098;44.23775;6.45727;1280;20220415;23.1;4.2;13.7;1.4;6.61;0;3.85;23785
+72098;44.23775;6.45727;1280;20220416;23.1;5.7;14.4;1.9;6.11;.7;4.15;22976
+72098;44.23775;6.45727;1280;20220417;19.6;6.7;13.2;2.7;5.81;0;3.98;19874
+72098;44.23775;6.45727;1280;20220418;19;1.7;10.4;2.1;5.41;0;3.75;23242
+72098;44.23775;6.45727;1280;20220419;19;1.5;10.3;1.8;4.91;0;3.71;23543
+72098;44.23775;6.45727;1280;20220420;14.3;2.1;8.2;3.9;6.51;2.8;3.11;19731
+72098;44.23775;6.45727;1280;20220421;10.4;5.2;7.8;3.5;6.71;0;2.29;12837
+72098;44.23775;6.45727;1280;20220422;16.9;5.2;11.1;3.2;6.71;0;3.57;19578
+72098;44.23775;6.45727;1280;20220423;7.5;5.6;6.6;1.4;7.61;19.1;1.33;7714
+72098;44.23775;6.45727;1280;20220424;12.1;.4;6.3;2;6.81;0;2.51;19836
+72098;44.23775;6.45727;1280;20220425;15.7;3.9;9.8;1.5;6.81;0;3;20049
+72098;44.23775;6.45727;1280;20220426;16.9;1.4;9.2;1.9;5.81;0;3.47;23178
+72098;44.23775;6.45727;1280;20220427;19.7;.7;10.2;2.5;5.71;0;4.2;25860
+72098;44.23775;6.45727;1280;20220428;19.4;4.8;12.1;2.5;6.01;.3;4.09;22757
+72098;44.23775;6.45727;1280;20220429;21.5;3.5;12.5;3.4;6.61;0;4.76;25460
+72098;44.23775;6.45727;1280;20220430;15.9;8.4;12.2;2.6;6.61;.5;3.33;16394
+72098;44.23775;6.45727;1280;20220501;17.8;1.2;9.5;1.3;5.21;.1;3.58;24714
+72098;44.23775;6.45727;1280;20220502;19;2.5;10.8;2.3;7.11;.3;3.9;24775
+72098;44.23775;6.45727;1280;20220503;14.1;4.9;9.5;1.6;8.41;.6;2.69;18504
+72098;44.23775;6.45727;1280;20220504;15.4;5.1;10.3;2.4;8.31;1.8;3.04;19705
+72098;44.23775;6.45727;1280;20220505;8.9;6.6;7.8;2.4;8.31;11.1;1.58;9159
+72098;44.23775;6.45727;1280;20220506;13.3;5.6;9.5;2.4;7.95;0;2.75;17610
+72098;44.23775;6.45727;1280;20220507;15.3;6.8;11;2;8.78;3.5;2.97;18495
+72098;44.23775;6.45727;1280;20220508;16;6.4;11.2;1.7;9.38;9.8;2.89;18891
+72098;44.23775;6.45727;1280;20220509;17;6.3;11.7;1.6;9.02;4;3.21;20578
+72098;44.23775;6.45727;1280;20220510;19.9;6.4;13.2;1.7;9.62;0;3.7;23017
+72098;44.23775;6.45727;1280;20220511;21.8;8.8;15.3;2.4;9.75;0;4.16;22564
+72098;44.23775;6.45727;1280;20220512;22.3;8.2;15.2;2.4;8.92;0;4.4;23432
+72098;44.23775;6.45727;1280;20220513;21.6;9.4;15.5;2.2;10.02;0;4.13;22302
+72098;44.23775;6.45727;1280;20220514;23;9.1;16;1.9;10.45;.1;4.25;23434
+72098;44.23775;6.45727;1280;20220515;21.9;9.2;15.5;1.9;11.22;3.9;4.01;22912
+72098;44.23775;6.45727;1280;20220516;22.2;8.7;15.5;1.8;10.18;0;4.2;23483
+72098;44.23775;6.45727;1280;20220517;24.4;10.2;17.3;2.2;10.45;0;4.64;23883
+72098;44.23775;6.45727;1280;20220518;25.4;11.4;18.4;2.3;10.72;12.2;4.76;23364
+72098;44.23775;6.45727;1280;20220519;23.5;11.4;17.4;2.4;11.05;1.9;4.53;22823
+72098;44.23775;6.45727;1280;20220520;24.1;10.7;17.4;2.3;10.38;0;4.72;23687
+72098;44.23775;6.45727;1280;20220521;26.1;11.4;18.7;2.8;9.72;0;5.46;24919
+72098;44.23775;6.45727;1280;20220522;28.5;13.6;21;2.1;10.78;.6;5.59;25530
+72098;44.23775;6.45727;1280;20220523;22.8;12.6;17.7;2.3;8.62;0;4.6;20779
+72098;44.23775;6.45727;1280;20220524;19.7;10.8;15.3;2.3;9.88;5.1;4.03;20713
+72098;44.23775;6.45727;1280;20220525;14.9;7.8;11.4;1.4;10.18;1.5;2.86;18107
+72098;44.23775;6.45727;1280;20220526;20.5;8.7;14.6;1.9;10.98;.9;3.9;22778
+72098;44.23775;6.45727;1280;20220527;24.5;10.3;17.4;2;10.92;3.5;4.92;25549
+72098;44.23775;6.45727;1280;20220528;23.5;10.5;17;1.9;9.32;.9;4.73;23928
+72098;44.23775;6.45727;1280;20220529;19.8;6.9;13.4;2.6;8.78;0;4.23;23875
+72098;44.23775;6.45727;1280;20220530;19;4.9;11.9;2.3;7.75;0;4.16;25063
+72098;44.23775;6.45727;1280;20220531;17.8;8.2;13;2;9.55;.4;3.67;21591
+72098;44.23775;6.45727;1280;20220601;23.7;8.4;16.1;2.4;10.25;0;4.97;26628
+72098;44.23775;6.45727;1280;20220602;26.4;12.2;19.3;2.2;10.42;0;5.32;25535
+72098;44.23775;6.45727;1280;20220603;22.6;14.1;18.3;2.1;11.98;8.9;4.21;20030
+72098;44.23775;6.45727;1280;20220604;26;13.4;19.7;2.4;11.66;.6;5.48;26495
+72098;44.23775;6.45727;1280;20220605;25.7;14.4;20.1;2.4;10.66;0;5.16;23774
+72098;44.23775;6.45727;1280;20220606;26.8;10.1;18.4;2.8;8.99;0;5.91;28161
+72098;44.23775;6.45727;1280;20220607;23.1;12.4;17.8;3.2;8.46;0;5.03;22739
+72098;44.23775;6.45727;1280;20220608;20.4;8.2;14.3;2.3;7.63;.3;4.53;24493
+72098;44.23775;6.45727;1280;20220609;18.5;8.9;13.7;3.3;7.95;0;4.47;22223
+72098;44.23775;6.45727;1280;20220610;24.4;5.3;14.9;2.1;7.12;0;5.39;28767
+72098;44.23775;6.45727;1280;20220611;26.9;9.1;18;1.9;8.12;0;5.57;28660
+72098;44.23775;6.45727;1280;20220612;28.7;11.5;20.1;2.4;8.78;0;6.07;27840
+72098;44.23775;6.45727;1280;20220613;27.1;13.1;20.1;2.6;9.85;0;5.84;25692
+72098;44.23775;6.45727;1280;20220614;28.8;11.2;20;1.8;10.28;0;5.71;28090
+72098;44.23775;6.45727;1280;20220615;27;14.1;20.5;2;11.72;.6;5.2;24595
+72098;44.23775;6.45727;1280;20220616;29.1;14.7;21.9;2.5;11.02;0;5.97;25607
+72098;44.23775;6.45727;1280;20220617;30.8;13.8;22.3;1.8;10.42;0;5.96;27761
+72098;44.23775;6.45727;1280;20220618;29.6;16.4;23;2.2;12.88;6.4;5.59;24911
+72098;44.23775;6.45727;1280;20220619;28.4;16.5;22.4;2.2;12.62;0;5.47;24256
+72098;44.23775;6.45727;1280;20220620;28.1;13.9;21;2.4;10.52;0;5.85;26523
+72098;44.23775;6.45727;1280;20220621;27.9;15.8;21.8;2.7;10.58;2.6;5.88;24353
+72098;44.23775;6.45727;1280;20220622;21.2;13.7;17.4;2;13.62;6.1;3.67;19323
+72098;44.23775;6.45727;1280;20220623;21.6;12.6;17.1;1.8;12.88;1.4;3.84;20516
+72098;44.23775;6.45727;1280;20220624;19;11.8;15.4;1.9;11.45;6.5;3.69;19660
+72098;44.23775;6.45727;1280;20220625;23.3;9;16.1;2.3;10.12;0;4.82;24983
+72098;44.23775;6.45727;1280;20220626;26.6;13;19.8;2.3;11.47;.2;5.32;25175
+72098;44.23775;6.45727;1280;20220627;25.8;15.5;20.6;2.5;12.52;0;5.23;22364
+72098;44.23775;6.45727;1280;20220628;22.1;14;18;2.1;13.52;21.2;4.34;20782
+72098;44.23775;6.45727;1280;20220629;26.4;10.5;18.5;1.8;12.22;.1;5.16;27365
+72098;44.23775;6.45727;1280;20220630;25.2;13.1;19.1;1.8;12.45;0;4.7;23792
+72098;44.23775;6.45727;1280;20220701;23.5;11.3;17.4;2.2;10.55;.1;4.83;24122
+72098;44.23775;6.45727;1280;20220702;28.2;9.8;19;1.8;9.08;0;5.67;28669
+72098;44.23775;6.45727;1280;20220703;30.3;14.6;22.5;2.1;9.85;.6;6.09;26821
+72098;44.23775;6.45727;1280;20220704;27.9;15.6;21.7;2;12.08;4;5.37;23794
+72098;44.23775;6.45727;1280;20220705;27;13.1;20;2.5;10.98;0;5.65;25409
+72098;44.23775;6.45727;1280;20220706;27.3;13.1;20.2;2.3;10.42;0;5.63;25449
+72098;44.23775;6.45727;1280;20220707;26.1;11.9;19;2;11.65;0;5.17;25954
+72098;44.23775;6.45727;1280;20220708;27.2;11.3;19.2;2.4;11.05;0;5.56;26607
+72098;44.23775;6.45727;1280;20220709;27.1;12.4;19.8;1.9;11.22;0;5.19;25744
+72098;44.23775;6.45727;1280;20220710;27.5;11.9;19.7;2.4;11.45;0;5.42;26123
+72098;44.23775;6.45727;1280;20220711;27.8;13;20.4;2;12.72;0;5.26;25962
+72098;44.23775;6.45727;1280;20220712;28.3;12.8;20.5;1.9;11.78;0;5.3;26216
+72098;44.23775;6.45727;1280;20220713;27.7;13.9;20.8;2.3;13.15;5.6;5.13;24705
+72098;44.23775;6.45727;1280;20220714;30.2;16.3;23.2;1.9;13.45;0;5.52;25420
+72098;44.23775;6.45727;1280;20220715;30.7;14.7;22.7;2.4;9.95;0;6.1;26664
+72098;44.23775;6.45727;1280;20220716;31.1;14.4;22.7;2.1;10.92;0;5.94;26684
+72098;44.23775;6.45727;1280;20220717;30.8;14.6;22.7;1.8;13.08;.1;5.63;26665
+72098;44.23775;6.45727;1280;20220718;31.5;16.7;24.1;1.9;14.35;2.1;5.56;25193
+72098;44.23775;6.45727;1280;20220719;31.4;16.6;24;2.3;14.45;.8;5.85;25415
+72098;44.23775;6.45727;1280;20220720;30.2;17;23.6;2.4;13.38;0;5.74;24262
+72098;44.23775;6.45727;1280;20220721;31.8;15.3;23.5;2;11.08;0;6.02;26476
+72098;44.23775;6.45727;1280;20220722;31.9;16.6;24.2;2.2;11.62;0;6.01;25251
+72098;44.23775;6.45727;1280;20220723;29.9;16.9;23.4;2.5;12.58;.3;5.76;23769
+72098;44.23775;6.45727;1280;20220724;31.6;15.4;23.5;2.1;14.08;0;5.71;25474
+72098;44.23775;6.45727;1280;20220725;30.8;16.6;23.7;2;13.02;1.1;5.52;24802
+72098;44.23775;6.45727;1280;20220726;29.4;14.3;21.8;2.2;11.68;0;5.61;24951
+72098;44.23775;6.45727;1280;20220727;28.3;14;21.2;2.4;12.85;0;5.32;24508
+72098;44.23775;6.45727;1280;20220728;27.4;14.3;20.9;2.3;12.05;0;5.06;23331
+72098;44.23775;6.45727;1280;20220729;21.8;14.4;18.1;1.7;11.48;2.3;3.64;17567
+72098;44.23775;6.45727;1280;20220730;26.5;11.9;19.2;2;10.42;0;4.97;24573
+72098;44.23775;6.45727;1280;20220731;29.1;12.4;20.8;2.1;9.58;0;5.52;25961
+72098;44.23775;6.45727;1280;20220801;30.7;14.1;22.4;2.2;10.15;0;5.75;25365
+72098;44.23775;6.45727;1280;20220802;30.2;14.9;22.6;2.3;10.38;0;5.55;23508
+72098;44.23775;6.45727;1280;20220803;29.6;15.9;22.8;2.1;12.98;0;5.15;22999
+72098;44.23775;6.45727;1280;20220804;29;18.2;23.6;1.9;13.95;3.2;4.85;21092
+72098;44.23775;6.45727;1280;20220805;29.3;15.9;22.6;1.9;13.45;2;5.07;22853
+72098;44.23775;6.45727;1280;20220806;28.9;12.9;20.9;2;12.52;3.8;5.09;24045
+72098;44.23775;6.45727;1280;20220807;28.6;14.2;21.4;2.1;12.38;.3;5.05;23269
+72098;44.23775;6.45727;1280;20220808;28;12;20;1.8;12.28;.2;4.78;24217
+72098;44.23775;6.45727;1280;20220809;29.4;14.1;21.7;2;12.32;.7;4.95;23364
+72098;44.23775;6.45727;1280;20220810;26.6;15.5;21;2.3;13.22;4;4.39;19680
+72098;44.23775;6.45727;1280;20220811;26.8;12.9;19.9;2;12.28;.3;4.34;21142
+72098;44.23775;6.45727;1280;20220812;28.6;13.1;20.9;2.4;11.18;0;5.07;23350
+72098;44.23775;6.45727;1280;20220813;27.3;12.9;20.1;2.3;10.15;1.3;4.69;21577
+72098;44.23775;6.45727;1280;20220814;21.1;13.8;17.4;2;11.78;6.7;3.34;16466
+72098;44.23775;6.45727;1280;20220815;24.7;10.6;17.6;2.2;10.68;0;4.37;21913
+72098;44.23775;6.45727;1280;20220816;25.9;11.2;18.6;1.8;10.82;1.3;4.4;22614
+72098;44.23775;6.45727;1280;20220817;22.7;14.9;18.8;2.9;12.58;13.2;3.39;14616
+72098;44.23775;6.45727;1280;20220818;19.5;9.2;14.4;2.8;11.92;19.5;3.26;18970
+72098;44.23775;6.45727;1280;20220819;21.7;9;15.4;2.1;11.18;0;3.7;20941
+72098;44.23775;6.45727;1280;20220820;24.4;10.8;17.6;2.1;11.62;.1;4.03;20389
+72098;44.23775;6.45727;1280;20220821;25.8;10.7;18.3;1.7;12.17;1.3;4.2;21530
+72098;44.23775;6.45727;1280;20220822;25;10.6;17.8;1.7;11.93;.1;4.04;20834
+72098;44.23775;6.45727;1280;20220823;26.6;9.8;18.2;1.4;11.97;0;4.16;22283
+72098;44.23775;6.45727;1280;20220824;26.9;11.7;19.3;1.3;13;0;4.02;21096
+72098;44.23775;6.45727;1280;20220825;26.9;14.1;20.5;1.9;13.25;.1;4.04;19753
+72098;44.23775;6.45727;1280;20220826;25;14.6;19.8;1.7;13.38;6.6;3.53;17312
+72098;44.23775;6.45727;1280;20220827;24.7;11.4;18.1;1.8;13.92;.2;3.25;17096
+72098;44.23775;6.45727;1280;20220828;24.7;13;18.9;1.5;14.02;.1;3.52;19063
+72098;44.23775;6.45727;1280;20220829;25.4;13.7;19.6;2.1;12.62;.3;3.81;18610
+72098;44.23775;6.45727;1280;20220830;24.1;14.8;19.5;2.3;12.45;.3;3.64;16101
+72098;44.23775;6.45727;1280;20220831;22.6;10.6;16.6;2.2;12.58;1.1;3.33;18041
+72098;44.23775;6.45727;1280;20220901;24.2;10.6;17.4;1.6;11.98;0;3.36;18796
+72098;44.23775;6.45727;1280;20220902;20.5;11.5;16;1.3;11.98;1;2.63;14932
+72098;44.23775;6.45727;1280;20220903;20.8;11.8;16.3;1.5;11.95;9.6;2.79;15338
+72098;44.23775;6.45727;1280;20220904;23.4;9.6;16.5;1.3;11.58;.2;3.2;18928
+72098;44.23775;6.45727;1280;20220905;24.5;12.5;18.5;1.7;12.35;.3;3.36;17598
+72098;44.23775;6.45727;1280;20220906;24.8;12.5;18.7;1.9;12.75;1.5;3.46;17543
+72098;44.23775;6.45727;1280;20220907;24.5;12.3;18.4;2.7;12.95;1.9;3.59;17308
+72098;44.23775;6.45727;1280;20220908;20.7;10.1;15.4;2.7;11.22;0;3.1;16304
+72098;44.23775;6.45727;1280;20220909;19.7;8.8;14.2;3.4;8.48;0;3.39;15510
+72098;44.23775;6.45727;1280;20220910;19.6;6.7;13.2;2.4;7.68;0;3.37;17704
+72098;44.23775;6.45727;1280;20220911;22;6.8;14.4;1.8;8.45;0;3.22;18563
+72098;44.23775;6.45727;1280;20220912;25;9.1;17.1;1.6;9.95;0;3.37;18890
+72098;44.23775;6.45727;1280;20220913;25;12.1;18.6;2.1;10.92;0;3.5;17024
+72098;44.23775;6.45727;1280;20220914;17.4;15.1;16.2;2.6;12.62;22.2;1.87;5144
+72098;44.23775;6.45727;1280;20220915;20.9;10.1;15.5;3;11.75;0;2.9;14864
+72098;44.23775;6.45727;1280;20220916;20.3;9.5;14.9;3.1;9.98;0;3.12;15017
+72098;44.23775;6.45727;1280;20220917;15.7;6.3;11;3.6;6.02;0;3.22;14521
+72098;44.23775;6.45727;1280;20220918;17.8;1.9;9.9;1.6;6.28;0;2.65;17935
+72098;44.23775;6.45727;1280;20220919;20.1;5.4;12.8;2.1;6.28;0;3.12;16995
+72098;44.23775;6.45727;1280;20220920;19.2;4.2;11.7;1.5;7.75;0;2.54;16880
+72098;44.23775;6.45727;1280;20220921;17.4;5.4;11.4;2.3;8.52;.5;2.38;14363
+72098;44.23775;6.45727;1280;20220922;17.6;7.2;12.4;1.8;9.25;0;2.18;13543
+72098;44.23775;6.45727;1280;20220923;16.9;6;11.5;1.6;9.08;5.1;2.12;14064
+72098;44.23775;6.45727;1280;20220924;11.1;8.6;9.8;1.3;10.18;9.9;1.11;6434
+72098;44.23775;6.45727;1280;20220925;13.5;6.3;9.9;1.5;9.28;.9;1.69;11723
+72098;44.23775;6.45727;1280;20220926;15.4;4.2;9.8;2.4;7.32;.1;2.33;14092
+72098;44.23775;6.45727;1280;20220927;12.9;4.8;8.8;3.5;6.92;0;2.06;11535
+72098;44.23775;6.45727;1280;20220928;11.8;3.5;7.6;3.7;8.22;4.5;1.7;11766
+72098;44.23775;6.45727;1280;20220929;13.2;6.5;9.9;2.9;8.42;0;1.84;10593
+72098;44.23775;6.45727;1280;20220930;8.5;4.4;6.5;1.3;7.62;5.3;1.2;7699
+72098;44.23775;6.45727;1280;20221001;10.6;3.2;6.9;2.6;8.42;.1;1.57;11269
+72098;44.23775;6.45727;1280;20221002;19.4;7.7;13.6;3;9.35;0;2.77;13302
+72098;44.23775;6.45727;1280;20221003;19;7.1;13;2.3;7.82;0;2.62;12757
+72098;44.23775;6.45727;1280;20221004;21.1;4.7;12.9;1.1;8.57;.1;2.19;15062
+72098;44.23775;6.45727;1280;20221005;19.6;7.8;13.7;1.5;9.78;.3;2;12785
+72098;44.23775;6.45727;1280;20221006;19.9;7.1;13.5;1.7;9.88;0;2.09;13194
+72098;44.23775;6.45727;1280;20221007;19.4;7.7;13.5;1.7;9.65;.1;2.02;12630
+72098;44.23775;6.45727;1280;20221008;13.7;8.2;10.9;1.2;10.25;2.4;1.3;8394
+72098;44.23775;6.45727;1280;20221009;13.2;9.1;11.1;1.4;11.42;8.1;.96;5918
+72098;44.23775;6.45727;1280;20221010;16.8;8.8;12.8;1.4;10.85;.3;1.43;9989
+72098;44.23775;6.45727;1280;20221011;19.1;6.6;12.9;1.3;9.82;.3;1.72;12137
+72098;44.23775;6.45727;1280;20221012;16;7.8;11.9;1.5;9.92;2.2;1.48;9705
+72098;44.23775;6.45727;1280;20221013;14.8;5.2;10;1.6;8.88;.1;1.5;10469
+72098;44.23775;6.45727;1280;20221014;15.5;6.5;11;2.2;9.32;.1;1.69;10228
+72098;44.23775;6.45727;1280;20221015;20.1;6.9;13.5;2.3;9.05;0;2.19;11848
+72098;44.23775;6.45727;1280;20221016;19.1;8.4;13.8;1.6;9.75;.1;1.75;10254
+72098;44.23775;6.45727;1280;20221017;20.4;8.6;14.5;1.9;9.92;0;1.86;10887
+72098;44.23775;6.45727;1280;20221018;21.4;9.5;15.5;1.4;9.25;0;1.9;10904
+72098;44.23775;6.45727;1280;20221019;22.2;9.3;15.7;1.2;8.18;0;1.88;10992
+72098;44.23775;6.45727;1280;20221020;16.6;10.5;13.5;1.8;9.28;3.8;1.69;7669
+72098;44.23775;6.45727;1280;20221021;12.4;10.9;11.7;2;11.92;2.8;.88;3749
+72098;44.23775;6.45727;1280;20221022;15.3;10.6;13;2.5;11.38;0;1.35;6792
+72098;44.23775;6.45727;1280;20221023;17.9;9.7;13.8;1.8;10.15;.9;1.59;8574
+72098;44.23775;6.45727;1280;20221024;14.8;11.5;13.2;2.1;11.02;1.7;1.36;5601
+72098;44.23775;6.45727;1280;20221025;17.8;6.7;12.3;1.5;9.25;0;1.54;9605
+72098;44.23775;6.45727;1280;20221026;20.8;9.6;15.2;1.6;8.55;.1;1.83;9468
+72098;44.23775;6.45727;1280;20221027;21.7;11.6;16.7;1.7;8.72;.1;1.97;8779
+72098;44.23775;6.45727;1280;20221028;22.7;11.1;16.9;1.4;8.15;0;1.85;9210
+72098;44.23775;6.45727;1280;20221029;22.2;11;16.6;1.8;7.62;0;2;8857
+72098;44.23775;6.45727;1280;20221030;19.8;10.2;15;1.8;7.28;0;1.85;8044
+72098;44.23775;6.45727;1280;20221031;18.8;8.5;13.6;1.8;7.55;1.4;1.65;8383
+72098;44.23775;6.45727;1280;20221101;15;8.1;11.5;1.6;9.48;11.8;1.11;7072
+72098;44.23775;6.45727;1280;20221102;14.4;5.1;9.8;1.4;8.62;.1;1.06;7778
+72098;44.23775;6.45727;1280;20221103;8.4;4;6.2;2;8.32;29.9;.68;5185
+72098;44.23775;6.45727;1280;20221104;7.2;1.3;4.3;4.2;6.05;1.3;1.13;5859
+72098;44.23775;6.45727;1280;20221105;10.2;.7;5.4;2.3;4.65;0;1.41;8059
+72098;44.23775;6.45727;1280;20221106;13.2;.2;6.7;1.7;4.62;0;1.31;8735
+72098;44.23775;6.45727;1280;20221107;15.5;2.1;8.8;1.8;4.88;0;1.47;8884
+72098;44.23775;6.45727;1280;20221108;13.2;3.9;8.5;1.5;5.98;0;1.12;7148
+72098;44.23775;6.45727;1280;20221109;10.5;6.1;8.3;1.6;8.78;12.2;.72;4774
+72098;44.23775;6.45727;1280;20221110;12.8;3.5;8.1;1.8;8.18;0;.89;7009
+72098;44.23775;6.45727;1280;20221111;16;3.1;9.6;1.7;6.35;0;1.24;8042
+72098;44.23775;6.45727;1280;20221112;15.8;5.8;10.8;1.4;5.52;0;1.28;7215
+72098;44.23775;6.45727;1280;20221113;12.3;7.9;10.1;1.9;5.75;.1;1.39;3897
+72098;44.23775;6.45727;1280;20221114;8.6;3.8;6.2;1.5;6.78;1.5;.73;5013
+72098;44.23775;6.45727;1280;20221115;7.8;4.5;6.1;1.5;8.58;9.2;.47;3926
+72098;44.23775;6.45727;1280;20221116;10.9;4.3;7.6;2.1;7.48;0;.89;5626
+72098;44.23775;6.45727;1280;20221117;12.4;3.2;7.8;3.9;7.02;2.7;1.4;6255
+72098;44.23775;6.45727;1280;20221118;8.5;1.7;5.1;3.1;5.95;0;1.04;5401
+72098;44.23775;6.45727;1280;20221119;7.7;-.7;3.5;2.2;4.52;0;1.03;6028
+72098;44.23775;6.45727;1280;20221120;6.5;-1.4;2.5;2.4;4.48;.1;.93;5769
+72098;44.23775;6.45727;1280;20221121;6.6;-1.7;2.5;2.2;4.58;4.5;.95;5954
+72098;44.23775;6.45727;1280;20221122;5.3;0;2.7;3.7;4.82;0;.94;4425
+72098;44.23775;6.45727;1280;20221123;6.6;-2.7;2;3;4.22;.3;1.08;6213
+72098;44.23775;6.45727;1280;20221124;9.6;-1;4.3;2;4.35;0;1.07;6492
+72098;44.23775;6.45727;1280;20221125;10.2;1.3;5.7;1.8;5.08;.1;.91;5501
+72098;44.23775;6.45727;1280;20221126;8.6;.8;4.7;2.3;4.25;0;1.21;5483
+72098;44.23775;6.45727;1280;20221127;8.3;-1;3.7;1.3;3.88;0;.75;5592
+72098;44.23775;6.45727;1280;20221128;4.6;-.1;2.2;1.5;4.68;1.6;.62;3584
+72098;44.23775;6.45727;1280;20221129;2.4;-1;.7;1.5;5.45;.1;.39;3132
+72098;44.23775;6.45727;1280;20221130;6.3;-2.4;2;1.5;4.68;0;.59;5539
+72098;44.23775;6.45727;1280;20221201;4.6;-2.7;1;1.4;4.48;0;.54;5023
+72098;44.23775;6.45727;1280;20221202;3.7;-4.3;-.3;1.5;4.28;.5;.48;5123
+72098;44.23775;6.45727;1280;20221203;1.9;-1.3;.3;3;5.28;12.5;.41;3272
+72098;44.23775;6.45727;1280;20221204;3.6;.9;2.3;2;6.05;13.1;.4;2424
+72098;44.23775;6.45727;1280;20221205;3.9;-.8;1.6;1.5;5.12;0;.48;3811
+72098;44.23775;6.45727;1280;20221206;5;-3.8;.6;1.4;3.38;0;.83;5215
+72098;44.23775;6.45727;1280;20221207;1.6;-5;-1.7;1.2;3.58;0;.64;4390
+72098;44.23775;6.45727;1280;20221208;2.8;-6.3;-1.7;1.3;4.18;16.4;.39;5235
+72098;44.23775;6.45727;1280;20221209;2.6;.1;1.3;2.4;6.58;16.5;.3;2778
+72098;44.23775;6.45727;1280;20221210;3.2;.8;2;2.2;5.35;0;.75;2467
+72098;44.23775;6.45727;1280;20221211;-.8;-7.2;-4;2.2;2.28;0;.83;4173
+72098;44.23775;6.45727;1280;20221212;.5;-8.8;-4.2;1.4;2.55;10.1;.56;4975
+72098;44.23775;6.45727;1280;20221213;1.3;-4;-1.4;1.8;5.18;6.4;.26;4056
+72098;44.23775;6.45727;1280;20221214;5.3;.1;2.7;1.6;6.42;.4;.35;3931
+72098;44.23775;6.45727;1280;20221215;3.9;.1;2;2.2;6.38;24.4;.41;3020
+72098;44.23775;6.45727;1280;20221216;3.3;.6;2;1.6;6.38;0;.36;2518
+72098;44.23775;6.45727;1280;20221217;1;-3.7;-1.3;1.5;4.48;0;.5;3641
+72098;44.23775;6.45727;1280;20221218;4.5;-5.2;-.3;1.7;4.02;0;.5;5088
+72098;44.23775;6.45727;1280;20221219;6.6;-2.5;2.1;2;5.42;0;.42;5078
+72098;44.23775;6.45727;1280;20221220;6.8;-.1;3.3;1.7;6.22;1.1;.5;4172
+72098;44.23775;6.45727;1280;20221221;5.4;2;3.7;1.5;6.95;7;.4;2690
+72098;44.23775;6.45727;1280;20221222;8.2;.7;4.5;3;6.12;.1;.84;4668
+72098;44.23775;6.45727;1280;20221223;8.6;2.8;5.7;3.2;7.72;0;.75;4178
+72098;44.23775;6.45727;1280;20221224;9.7;4.5;7.1;3.3;7.22;0;1.19;3745
+72098;44.23775;6.45727;1280;20221225;12.2;3.8;8;1.8;5.82;0;1.07;4755
+72098;44.23775;6.45727;1280;20221226;10.5;3.4;6.9;1.8;6.08;0;.85;4530
+72098;44.23775;6.45727;1280;20221227;8.3;2.3;5.3;2.5;5.18;0;1.17;4066
+72098;44.23775;6.45727;1280;20221228;6.5;-1.8;2.3;1.8;3.45;0;.91;4583
+72098;44.23775;6.45727;1280;20221229;7.4;-.6;3.4;1.6;5.92;.8;.45;4366
+72098;44.23775;6.45727;1280;20221230;6.9;2.3;4.6;1.8;7.22;.6;.46;3898
+72098;44.23775;6.45727;1280;20221231;11.7;3;7.4;2;8.22;0;.69;5069
+72099;44.24794;6.76933;1800;20220101;17.6;12;14.8;1.2;2.4;0;.74;8500
+72099;44.24794;6.76933;1800;20220102;13.2;8;10.6;2;3.4;0;1.31;7800
+72099;44.24794;6.76933;1800;20220103;11.2;6.7;9;1.7;2.9;0;1.16;7000
+72099;44.24794;6.76933;1800;20220104;8.4;4.8;6.6;4;4.9;.7;1.55;6400
+72099;44.24794;6.76933;1800;20220105;5.7;.9;3.3;1.7;5.2;.8;.61;6000
+72099;44.24794;6.76933;1800;20220106;.1;-3.7;-1.8;4.7;1.7;.1;1.46;8500
+72099;44.24794;6.76933;1800;20220107;1.5;-5.3;-1.9;2.3;1.6;0;.93;8600
+72099;44.24794;6.76933;1800;20220108;3.7;-4.7;-.5;3.2;2.9;2.5;1.02;8400
+72099;44.24794;6.76933;1800;20220109;0;-3.2;-1.6;4.5;2.9;0;1.04;8600
+72099;44.24794;6.76933;1800;20220110;.4;-6;-2.8;2;1.7;0;.85;7000
+72099;44.24794;6.76933;1800;20220111;4.9;-4.7;.1;1.7;1.4;0;.89;9100
+72099;44.24794;6.76933;1800;20220112;5.8;-1.7;2.1;3;.9;0;1.69;8300
+72099;44.24794;6.76933;1800;20220113;7.8;.8;4.3;2.9;1.3;0;1.7;9200
+72099;44.24794;6.76933;1800;20220114;9.6;2.8;6.2;2;2.5;0;1.22;9200
+72099;44.24794;6.76933;1800;20220115;10.5;3.5;7;1.5;2.5;0;.99;9300
+72099;44.24794;6.76933;1800;20220116;9;2;5.5;2.8;2;0;1.66;9500
+72099;44.24794;6.76933;1800;20220117;8;2.8;5.4;2.2;1.4;0;1.41;9600
+72099;44.24794;6.76933;1800;20220118;7.7;4.7;6.2;1.6;1.8;0;1.08;9500
+72099;44.24794;6.76933;1800;20220119;3.9;-.1;1.9;1.6;3.3;0;.82;7400
+72099;44.24794;6.76933;1800;20220120;4;-4.2;-.1;2;3;0;.83;9900
+72099;44.24794;6.76933;1800;20220121;3;-3.6;-.3;1.8;3.2;0;.73;9900
+72099;44.24794;6.76933;1800;20220122;4.2;-4;.1;2.2;3.3;0;.87;9900
+72099;44.24794;6.76933;1800;20220123;6.4;2.2;4.3;1.8;2.9;0;1.07;10100
+72099;44.24794;6.76933;1800;20220124;7.4;.8;4.1;1.4;2.9;0;.91;10300
+72099;44.24794;6.76933;1800;20220125;5.5;.2;2.9;1.2;3.5;0;.73;10600
+72099;44.24794;6.76933;1800;20220126;9.7;2.9;6.3;1.4;2;0;1.08;10900
+72099;44.24794;6.76933;1800;20220127;9.6;3.5;6.6;2;1.5;0;1.58;9300
+72099;44.24794;6.76933;1800;20220128;12.1;5.5;8.8;1.8;1.7;0;1.49;11200
+72099;44.24794;6.76933;1800;20220129;7.1;.1;3.6;2.3;2.5;0;1.4;10800
+72099;44.24794;6.76933;1800;20220130;16;3.1;9.6;1.5;2;0;1.43;11300
+72099;44.24794;6.76933;1800;20220131;8.8;4.1;6.5;2.6;1.7;0;1.96;9000
+72099;44.24794;6.76933;1800;20220201;4.9;-3.1;.9;3.5;2;0;1.69;11400
+72099;44.24794;6.76933;1800;20220202;13.5;5.5;9.5;3.7;3;0;2.6;11700
+72099;44.24794;6.76933;1800;20220203;9.8;3.8;6.8;1.4;3.6;0;1.21;9800
+72099;44.24794;6.76933;1800;20220204;7.9;1.7;4.8;1.7;4.3;0;1.14;11700
+72099;44.24794;6.76933;1800;20220205;7.5;-.4;3.6;1.9;5;0;1.04;12300
+72099;44.24794;6.76933;1800;20220206;7.4;-.9;3.3;1.9;3.4;0;1.26;11700
+72099;44.24794;6.76933;1800;20220207;13;2.4;7.7;2.7;4;0;1.94;12600
+72099;44.24794;6.76933;1800;20220208;7.4;-2;2.7;2;4.1;0;1.19;12700
+72099;44.24794;6.76933;1800;20220209;12.5;2.8;7.7;2.1;2.6;0;1.85;13100
+72099;44.24794;6.76933;1800;20220210;9.9;3.7;6.8;1.3;2.85;0;1.1;10833
+72099;44.24794;6.76933;1800;20220211;1.5;-3.3;-.9;1.4;3.35;0;.89;7245
+72099;44.24794;6.76933;1800;20220212;1.4;-8.6;-3.6;1.8;2.05;0;1.03;10795
+72099;44.24794;6.76933;1800;20220213;2.2;-7.9;-2.8;1.5;2.18;9.3;1.01;11279
+72099;44.24794;6.76933;1800;20220214;.4;-6.5;-3.1;1.7;3.28;23.9;.77;7051
+72099;44.24794;6.76933;1800;20220215;.2;-6.3;-3;1.6;3.32;0;.82;8551
+72099;44.24794;6.76933;1800;20220216;5.1;-2.9;1.1;1.6;2.9;0;1.25;12900
+72099;44.24794;6.76933;1800;20220217;12.5;2.5;7.5;2.8;4.6;.1;2.08;14200
+72099;44.24794;6.76933;1800;20220218;13.4;6.8;10.1;2.5;4.3;0;2.27;14300
+72099;44.24794;6.76933;1800;20220219;8.9;3.1;6;2.7;4.8;0;1.67;8400
+72099;44.24794;6.76933;1800;20220220;8.1;-1.3;3.4;2.1;4.5;0;1.48;14700
+72099;44.24794;6.76933;1800;20220221;3.1;-.2;1.5;6;3.2;0;2.03;12900
+72099;44.24794;6.76933;1800;20220222;7.2;-4.2;1.5;3.1;2.7;0;1.93;15500
+72099;44.24794;6.76933;1800;20220223;8.9;1.9;5.4;2.3;2.8;0;2.05;16000
+72099;44.24794;6.76933;1800;20220224;5.2;-.9;2.2;2.7;3.4;0;1.65;12800
+72099;44.24794;6.76933;1800;20220225;8;-.7;3.7;2.1;3.6;0;1.74;15300
+72099;44.24794;6.76933;1800;20220226;2.2;-4.2;-1;2.5;1.6;0;1.75;17000
+72099;44.24794;6.76933;1800;20220227;.5;-5.4;-2.4;1.9;2.7;0;1.13;9900
+72099;44.24794;6.76933;1800;20220228;5.2;-5.5;-.1;2.3;1.9;0;1.82;16900
+72099;44.24794;6.76933;1800;20220301;2.7;-5.2;-1.2;2;3.8;0;1.27;16300
+72099;44.24794;6.76933;1800;20220302;4.7;-5.5;-.4;2;4;0;1.3;14200
+72099;44.24794;6.76933;1800;20220303;6.3;-4.1;1.1;2.2;5;0;1.28;12900
+72099;44.24794;6.76933;1800;20220304;4.9;-4.4;.3;2.3;5.1;.4;1.13;12500
+72099;44.24794;6.76933;1800;20220305;-1.8;-3.5;-2.6;1.5;4.7;.4;.61;6200
+72099;44.24794;6.76933;1800;20220306;-2.2;-6.4;-4.3;1.6;4;0;.71;9200
+72099;44.24794;6.76933;1800;20220307;1.7;-7.2;-2.7;2.1;3.2;0;1.38;17900
+72099;44.24794;6.76933;1800;20220308;2.7;-4.4;-.8;1.5;3.9;0;1.3;15200
+72099;44.24794;6.76933;1800;20220309;5.9;-5.3;.3;1.9;3.5;0;1.72;18700
+72099;44.24794;6.76933;1800;20220310;7.3;-.3;3.5;1.6;3.6;.1;1.92;18000
+72099;44.24794;6.76933;1800;20220311;4.1;-2.6;.8;2.7;4.5;0;1.36;11800
+72099;44.24794;6.76933;1800;20220312;1.7;-3.4;-.8;2.9;3.4;.2;1.31;8500
+72099;44.24794;6.76933;1800;20220313;-1.5;-3.2;-2.3;2.5;4.5;18.1;.62;4000
+72099;44.24794;6.76933;1800;20220314;4.6;-1.5;1.6;2.5;6.3;1.6;1.04;11200
+72099;44.24794;6.76933;1800;20220315;9;1.1;5.1;1.3;6.4;0;1.67;15100
+72099;44.24794;6.76933;1800;20220316;12;4.2;8.1;1.6;5.3;0;2.19;15400
+72099;44.24794;6.76933;1800;20220317;9.3;5.2;7.3;1.6;5.7;0;1.57;7300
+72099;44.24794;6.76933;1800;20220318;8.4;1.4;4.9;2.4;5.38;.1;2.01;13460
+72099;44.24794;6.76933;1800;20220319;8.2;-.6;3.8;2.8;3.38;0;2.43;15673
+72099;44.24794;6.76933;1800;20220320;4.7;-3.7;.5;2.6;3.18;0;2.06;16330
+72099;44.24794;6.76933;1800;20220321;6.2;-3.9;1.1;2.2;3.02;0;2.06;15979
+72099;44.24794;6.76933;1800;20220322;7.7;-4.6;1.6;2;2.15;0;2.35;18634
+72099;44.24794;6.76933;1800;20220323;10;-3.7;3.2;1.9;2.18;0;2.57;19404
+72099;44.24794;6.76933;1800;20220324;11.4;-2.4;4.5;1.7;2.38;0;2.63;19925
+72099;44.24794;6.76933;1800;20220325;11.5;-1.7;4.9;2.1;2.62;0;2.88;20157
+72099;44.24794;6.76933;1800;20220326;10.5;-2.1;4.2;2.3;2.55;0;2.81;19639
+72099;44.24794;6.76933;1800;20220327;10.9;-1.7;4.6;1.7;2.48;0;2.62;18694
+72099;44.24794;6.76933;1800;20220328;12.4;-1.8;5.3;1.8;2.62;0;2.88;20785
+72099;44.24794;6.76933;1800;20220329;11.5;-.3;5.6;2.3;3.85;.8;2.73;17261
+72099;44.24794;6.76933;1800;20220330;3.4;-.4;1.5;1.5;6.02;7.6;1.16;8406
+72099;44.24794;6.76933;1800;20220331;4.4;-.4;2;1.7;5.82;2.1;1.37;9947
+72099;44.24794;6.76933;1800;20220401;-.7;-4.3;-2.5;2.6;3.78;4.7;1.21;8621
+72099;44.24794;6.76933;1800;20220402;-1.5;-8.5;-5;4.4;2.81;0;1.64;15408
+72099;44.24794;6.76933;1800;20220403;-.4;-9.2;-4.8;2;2.95;.7;1.77;21218
+72099;44.24794;6.76933;1800;20220404;3.8;-8.6;-2.4;1.4;3.08;0;2.03;21998
+72099;44.24794;6.76933;1800;20220405;9.7;-4.8;2.4;1.6;3.88;0;2.58;21826
+72099;44.24794;6.76933;1800;20220406;10.3;-1.9;4.2;1.9;4.95;0;2.52;19312
+72099;44.24794;6.76933;1800;20220407;5.3;-1;2.1;1.6;6.15;4.6;1.34;9098
+72099;44.24794;6.76933;1800;20220408;6.5;-.6;3;1.7;7.02;2.7;1.49;12139
+72099;44.24794;6.76933;1800;20220409;.2;-1.4;-.6;2.8;3.85;0;1.56;10337
+72099;44.24794;6.76933;1800;20220410;7;-7.1;-.1;1.8;2.82;0;2.59;23530
+72099;44.24794;6.76933;1800;20220411;12.5;-2.8;4.9;1.9;3.85;0;3.1;22845
+72099;44.24794;6.76933;1800;20220412;15.2;.3;7.7;2.2;5.02;0;3.35;21675
+72099;44.24794;6.76933;1800;20220413;15.1;5.5;10.3;2.5;5.48;0;3.58;19895
+72099;44.24794;6.76933;1800;20220414;16.3;2;9.1;2.4;5.42;0;3.77;23411
+72099;44.24794;6.76933;1800;20220415;16.8;3;9.9;1.7;6.08;0;3.59;23561
+72099;44.24794;6.76933;1800;20220416;15.8;3.3;9.5;2.1;4.98;0;3.84;24125
+72099;44.24794;6.76933;1800;20220417;13.8;1.3;7.6;2.2;4.18;0;3.63;23291
+72099;44.24794;6.76933;1800;20220418;13.2;-.3;6.4;2;4.58;0;3.44;24447
+72099;44.24794;6.76933;1800;20220419;13;-.5;6.2;2.1;4.25;0;3.45;24181
+72099;44.24794;6.76933;1800;20220420;11.9;-.1;5.9;2.8;5.22;2.7;3.18;21777
+72099;44.24794;6.76933;1800;20220421;10.7;1.6;6.1;2.6;5.68;.3;2.92;20145
+72099;44.24794;6.76933;1800;20220422;12.1;1.5;6.8;2.3;5.65;0;3.01;18926
+72099;44.24794;6.76933;1800;20220423;8;3.2;5.6;1.9;6.52;24.4;1.79;9604
+72099;44.24794;6.76933;1800;20220424;5.8;-2.2;1.8;1.8;6.08;0;2.02;17778
+72099;44.24794;6.76933;1800;20220425;8.2;.4;4.3;1.5;6.75;0;2.04;14883
+72099;44.24794;6.76933;1800;20220426;9.6;-.2;4.7;1.9;5.58;0;2.63;18526
+72099;44.24794;6.76933;1800;20220427;13.4;-1.6;5.9;2.3;4.42;0;3.8;26820
+72099;44.24794;6.76933;1800;20220428;14.5;1.1;7.8;2.2;4.45;0;3.95;25819
+72099;44.24794;6.76933;1800;20220429;15.6;1.7;8.7;2.6;5.38;0;4.17;25920
+72099;44.24794;6.76933;1800;20220430;9.1;3.6;6.4;1.5;6.38;1.1;2.2;12298
+72099;44.24794;6.76933;1800;20220501;11.6;-1.2;5.2;1.6;5.02;.8;3.5;28104
+72099;44.24794;6.76933;1800;20220502;13.5;0;6.7;2.1;5.72;.3;3.57;24925
+72099;44.24794;6.76933;1800;20220503;8.2;2;5.1;1.3;7.38;.8;2.02;14101
+72099;44.24794;6.76933;1800;20220504;11.4;2.4;6.9;1.8;7.55;2.6;2.78;19568
+72099;44.24794;6.76933;1800;20220505;4.9;3.1;4;1.7;7.62;5.7;1.27;7519
+72099;44.24794;6.76933;1800;20220506;11.9;3.7;7.8;2.6;6;.6;1.65;1900
+72099;44.24794;6.76933;1800;20220507;12.8;5.1;9;2.2;6.8;.7;1.53;1800
+72099;44.24794;6.76933;1800;20220508;11.8;5.2;8.5;1.4;7.5;1.6;1.1;1400
+72099;44.24794;6.76933;1800;20220509;12.1;5.6;8.9;1.5;7.2;1;1.19;1200
+72099;44.24794;6.76933;1800;20220510;14.5;6.5;10.5;1.8;7.7;0;1.48;2000
+72099;44.24794;6.76933;1800;20220511;18.8;8.7;13.8;1.6;8.7;0;1.69;2100
+72099;44.24794;6.76933;1800;20220512;19.1;8.6;13.9;1.6;7.8;0;1.92;3000
+72099;44.24794;6.76933;1800;20220513;19;9.3;14.2;1.5;9.9;0;1.62;2800
+72099;44.24794;6.76933;1800;20220514;16.3;10.2;13.3;1.6;10;.2;1.36;1600
+72099;44.24794;6.76933;1800;20220515;14.9;10;12.5;.9;9.9;1.8;1.03;1200
+72099;44.24794;6.76933;1800;20220516;19.7;9.3;14.5;2.4;8.4;0;2.28;2900
+72099;44.24794;6.76933;1800;20220517;21.4;11.9;16.7;1.4;9.3;0;1.95;3100
+72099;44.24794;6.76933;1800;20220518;19.5;12.3;15.9;1.2;10.5;15.6;1.46;1700
+72099;44.24794;6.76933;1800;20220519;19.8;10.9;15.4;1.6;10.1;.4;1.69;2100
+72099;44.24794;6.76933;1800;20220520;21.9;10.9;16.4;1.8;9.2;0;2.18;3100
+72099;44.24794;6.76933;1800;20220521;24.1;13.3;18.7;2.4;8.2;0;2.97;3100
+72099;44.24794;6.76933;1800;20220522;25.5;16.7;21.1;2.4;9.2;1;3.1;2900
+72099;44.24794;6.76933;1800;20220523;18.9;13.8;16.4;1.9;8.3;0;2.15;2200
+72099;44.24794;6.76933;1800;20220524;19;9.1;14.1;2.3;7.6;4.2;2.25;2500
+72099;44.24794;6.76933;1800;20220525;13.3;7.6;10.5;2.2;9.5;1.5;1.13;900
+72099;44.24794;6.76933;1800;20220526;16.2;8.7;12.5;2.2;9.5;1.1;1.52;1600
+72099;44.24794;6.76933;1800;20220527;20.6;11.8;16.2;1.7;8.2;3.1;2.09;2200
+72099;44.24794;6.76933;1800;20220528;21.6;13.8;17.7;2.1;8.1;3.5;2.51;2300
+72099;44.24794;6.76933;1800;20220529;17.3;9.8;13.6;2.4;10.2;0;1.75;2800
+72099;44.24794;6.76933;1800;20220530;15.2;5.3;10.3;2.2;8.3;0;1.57;2700
+72099;44.24794;6.76933;1800;20220531;16;7.7;11.9;2.2;7.6;.2;1.81;1900
+72099;44.24794;6.76933;1800;20220601;19.2;9.6;14.4;3;8.8;0;2.35;2300
+72099;44.24794;6.76933;1800;20220602;23.2;12;17.6;1.8;9.3;0;2.34;3200
+72099;44.24794;6.76933;1800;20220603;18.2;13.1;15.7;2.4;10;10.3;1.93;1400
+72099;44.24794;6.76933;1800;20220604;23.3;13.1;18.2;2.9;10.3;1.7;2.75;2500
+72099;44.24794;6.76933;1800;20220605;20.4;13.6;17;3.4;9.5;0;2.82;2600
+72099;44.24794;6.76933;1800;20220606;21.9;11.4;16.7;2.7;6.9;0;3.07;3200
+72099;44.24794;6.76933;1800;20220607;20.5;10.6;15.6;3.3;6.7;0;3.22;3200
+72099;44.24794;6.76933;1800;20220608;17.7;10.6;14.2;2.6;7.4;.1;2.35;2200
+72099;44.24794;6.76933;1800;20220609;19.7;8.9;14.3;3.1;6.1;0;3.07;3300
+72099;44.24794;6.76933;1800;20220610;20.7;8.3;14.5;1.4;6;0;2.19;3400
+72099;44.24794;6.76933;1800;20220611;23.2;10.9;17.1;1.8;8;0;5.92;33300
+72099;44.24794;6.76933;1800;20220612;24.4;13;18.7;1.5;8.8;0;5.58;29800
+72099;44.24794;6.76933;1800;20220613;24.7;14.9;19.8;1.9;9.3;0;6.12;31800
+72099;44.24794;6.76933;1800;20220614;23.2;14.6;18.9;1.5;10.3;.5;5.19;27200
+72099;44.24794;6.76933;1800;20220615;22.5;13.8;18.2;1.4;11.1;.1;4.77;25300
+72099;44.24794;6.76933;1800;20220616;26.9;16.2;21.6;2.1;10.4;0;6.57;32500
+72099;44.24794;6.76933;1800;20220617;27.3;17;22.2;1.4;10.3;0;5.91;29600
+72099;44.24794;6.76933;1800;20220618;24.6;16.2;20.4;1.7;14;2.1;4.13;18500
+72099;44.24794;6.76933;1800;20220619;24.1;14.1;19.1;1.7;11.4;0;5.41;28300
+72099;44.24794;6.76933;1800;20220620;24.5;12.9;18.7;2;9.4;.1;5.99;31500
+72099;44.24794;6.76933;1800;20220621;25.2;15.9;20.6;2.9;9.3;2;4.95;16700
+72099;44.24794;6.76933;1800;20220622;17.7;11.8;14.8;1.5;11.7;9;2.74;13300
+72099;44.24794;6.76933;1800;20220623;17.7;12.5;15.1;1.5;11.6;1.6;3.1;15800
+72099;44.24794;6.76933;1800;20220624;16.2;10;13.1;2.3;9.7;7;3.68;20800
+72099;44.24794;6.76933;1800;20220625;19.9;9.7;14.8;2.1;8.5;0;5.46;32600
+72099;44.24794;6.76933;1800;20220626;22.9;11.9;17.4;2.5;11;.2;5.13;26200
+72099;44.24794;6.76933;1800;20220627;25.2;14.9;20.1;3.1;10.2;0;6.53;31100
+72099;44.24794;6.76933;1800;20220628;21.6;14.9;18.3;2.5;10.9;25.4;3.56;12300
+72099;44.24794;6.76933;1800;20220629;22.3;11.4;16.9;1.3;10.7;.2;5.65;33600
+72099;44.24794;6.76933;1800;20220630;22.2;12.7;17.5;1.2;13.3;0;4.72;26600
+72099;44.24794;6.76933;1800;20220701;22.3;12.6;17.5;1.6;9.3;.1;5.72;32600
+72099;44.24794;6.76933;1800;20220702;24.8;13.2;19;1.9;9;0;6.27;33800
+72099;44.24794;6.76933;1800;20220703;26.7;14.5;20.6;1.7;8.7;1.1;6.27;32400
+72099;44.24794;6.76933;1800;20220704;26.9;17.2;22.1;2.2;9.8;4.2;5.8;25300
+72099;44.24794;6.76933;1800;20220705;25.5;15.1;20.3;3.1;8.7;0;6.94;33100
+72099;44.24794;6.76933;1800;20220706;24.9;15;20;1.9;9.4;0;5.6;27500
+72099;44.24794;6.76933;1800;20220707;25.1;13;19.1;2;11.7;0;5.41;27600
+72099;44.24794;6.76933;1800;20220708;24.8;13.2;19;1.9;12.2;0;5.49;28900
+72099;44.24794;6.76933;1800;20220709;20.7;12.3;16.5;1.9;11.9;.1;4.07;21400
+72099;44.24794;6.76933;1800;20220710;23.3;12.3;17.8;1.7;13.4;0;5.34;30400
+72099;44.24794;6.76933;1800;20220711;22.9;14.2;18.6;1.5;11.3;0;4.44;22300
+72099;44.24794;6.76933;1800;20220712;24.1;13.9;19;1.3;12.6;.1;5.56;31200
+72099;44.24794;6.76933;1800;20220713;20.1;14;17.1;1.3;13.7;7.9;3.14;15700
+72099;44.24794;6.76933;1800;20220714;22.9;13.4;18.2;1.8;14.6;0;3.5;16700
+72099;44.24794;6.76933;1800;20220715;26.9;14.9;20.9;1.7;10.3;.1;6.08;31300
+72099;44.24794;6.76933;1800;20220716;26.7;16.3;21.5;1.6;12.6;0;4.96;23300
+72099;44.24794;6.76933;1800;20220717;22.8;16.3;19.6;1.8;14.2;0;3.18;12700
+72099;44.24794;6.76933;1800;20220718;25.6;16.2;20.9;1.8;14.6;5.5;3.72;15200
+72099;44.24794;6.76933;1800;20220719;25;15.2;20.1;1.7;14.6;1.8;3.76;16600
+72099;44.24794;6.76933;1800;20220720;25.6;16.1;20.9;1.6;13.4;.2;5.09;25500
+72099;44.24794;6.76933;1800;20220721;26.8;16.5;21.7;1.1;12;0;5.76;31100
+72099;44.24794;6.76933;1800;20220722;26.1;16.5;21.3;1.8;13.4;0;5.59;28300
+72099;44.24794;6.76933;1800;20220723;26.2;16.1;21.2;2.3;12.2;.2;4.83;20300
+72099;44.24794;6.76933;1800;20220724;26.8;16.2;21.5;1.3;14.9;.1;5.46;28700
+72099;44.24794;6.76933;1800;20220725;27.5;16.1;21.8;2.2;14.2;1.2;5.76;28000
+72099;44.24794;6.76933;1800;20220726;27.1;15.7;21.4;1.9;9.8;1.2;6.2;31600
+72099;44.24794;6.76933;1800;20220727;25.2;13;19.1;2.5;12.9;0;5.02;24700
+72099;44.24794;6.76933;1800;20220728;21.4;14.2;17.8;2;11.6;0;3.85;18100
+72099;44.24794;6.76933;1800;20220729;21.3;14.2;17.8;1.9;10.1;2.2;4.16;20000
+72099;44.24794;6.76933;1800;20220730;23.8;13.4;18.6;2.2;10.4;0;4.89;23900
+72099;44.24794;6.76933;1800;20220731;25;13.5;19.3;2;10.5;0;5.69;30400
+72099;44.24794;6.76933;1800;20220801;25.9;15.3;20.6;1.9;10.2;0;5.63;28600
+72099;44.24794;6.76933;1800;20220802;24.7;15.7;20.2;2.3;10.7;0;5.45;26700
+72099;44.24794;6.76933;1800;20220803;23.4;14.9;19.2;1.1;11.8;.1;3.42;16100
+72099;44.24794;6.76933;1800;20220804;24.4;15.4;19.9;1.4;12.5;1.8;3.34;14000
+72099;44.24794;6.76933;1800;20220805;24.5;15.6;20.1;1.6;11.7;10.9;3.93;17500
+72099;44.24794;6.76933;1800;20220806;25.7;15.8;20.8;2.4;10.7;8;5.05;22100
+72099;44.24794;6.76933;1800;20220807;23.2;15.1;19.2;2;11.2;1.4;4.22;19500
+72099;44.24794;6.76933;1800;20220808;21.7;12.9;17.3;1.3;10.3;.6;3.64;18600
+72099;44.24794;6.76933;1800;20220809;23.8;13.3;18.6;1.6;11.5;2.3;4.31;22300
+72099;44.24794;6.76933;1800;20220810;22;14;18;2.8;11.8;4.6;3.68;14800
+72099;44.24794;6.76933;1800;20220811;20.9;13.4;17.2;2.5;11.8;.2;4.02;20300
+72099;44.24794;6.76933;1800;20220812;22.8;13.2;18;1.5;12.8;0;4.04;21900
+72099;44.24794;6.76933;1800;20220813;21.9;11.8;16.9;1.6;14.2;.5;3.9;22700
+72099;44.24794;6.76933;1800;20220814;18.7;11.8;15.3;1.9;13;7.9;2.43;11600
+72099;44.24794;6.76933;1800;20220815;21.5;10.4;16;2.5;9.4;.1;4.68;25900
+72099;44.24794;6.76933;1800;20220816;21.2;12.1;16.7;1.7;9.8;4.1;4.2;23400
+72099;44.24794;6.76933;1800;20220817;14.6;12.3;13.5;3.1;10.5;12;2.03;5800
+72099;44.24794;6.76933;1800;20220818;17.4;10.3;13.9;3.1;10.4;10.5;2.65;10600
+72099;44.24794;6.76933;1800;20220819;20.4;8.3;14.4;2.1;9.8;0;3.78;21400
+72099;44.24794;6.76933;1800;20220820;22.9;12.4;17.7;1.7;11.3;0;4.34;24400
+72099;44.24794;6.76933;1800;20220821;22.5;14;18.3;1.3;11.5;2.6;3.61;18900
+72099;44.24794;6.76933;1800;20220822;19.3;12.1;15.7;1.4;12;.1;2.92;15800
+72099;44.24794;6.76933;1800;20220823;21.9;12.5;17.2;1.6;11.5;0;3.51;18300
+72099;44.24794;6.76933;1800;20220824;21;13.5;17.3;1.9;11.9;0;3.61;19000
+72099;44.24794;6.76933;1800;20220825;20.4;13.4;16.9;1.5;13.2;.1;3;15900
+72099;44.24794;6.76933;1800;20220826;18.9;12.4;15.7;2.4;11.5;5.5;2.47;9200
+72099;44.24794;6.76933;1800;20220827;19.1;12.4;15.8;1.8;11.5;.4;2.77;13500
+72099;44.24794;6.76933;1800;20220828;21.3;12.4;16.9;1.2;12.7;.1;3.45;20300
+72099;44.24794;6.76933;1800;20220829;22.5;11.7;17.1;1.6;12.1;.3;4.07;24400
+72099;44.24794;6.76933;1800;20220830;20.7;13.2;17;2;11;2;3.19;15000
+72099;44.24794;6.76933;1800;20220831;19.1;9.8;14.5;1.7;9.9;1.5;3.17;18100
+72099;44.24794;6.76933;1800;20220901;19.8;10.6;15.2;1.7;11.7;0;2.88;15800
+72099;44.24794;6.76933;1800;20220902;14.7;11;12.9;1.7;11.8;1.2;1.86;9800
+72099;44.24794;6.76933;1800;20220903;16.9;10.6;13.8;1.3;9.6;6.9;2.45;13200
+72099;44.24794;6.76933;1800;20220904;19.1;9.7;14.4;1.2;10.3;.1;3.2;20600
+72099;44.24794;6.76933;1800;20220905;20.3;11.8;16.1;1.3;12.3;.6;3.33;20800
+72099;44.24794;6.76933;1800;20220906;18.7;13.3;16;1.2;12.6;2.1;2.37;12500
+72099;44.24794;6.76933;1800;20220907;19;12.3;15.7;1.4;13.5;2.9;2.28;12300
+72099;44.24794;6.76933;1800;20220908;18.4;10.2;14.3;1.9;9.6;0;3.28;20100
+72099;44.24794;6.76933;1800;20220909;16.5;9;12.8;3.7;6.3;0;4.14;23200
+72099;44.24794;6.76933;1800;20220910;18.4;8.4;13.4;2.1;5.6;0;3.65;21000
+72099;44.24794;6.76933;1800;20220911;19.4;9.6;14.5;1.9;7.9;0;3.67;23100
+72099;44.24794;6.76933;1800;20220912;21.3;10;15.7;1.6;11.2;0;3.48;22400
+72099;44.24794;6.76933;1800;20220913;21.8;12.5;17.2;1.6;9;0;3.29;17500
+72099;44.24794;6.76933;1800;20220914;13.1;14.4;13.8;2.3;10.9;22.1;1.55;3300
+72099;44.24794;6.76933;1800;20220915;19.2;8.8;14;3;9.9;0;3.52;21700
+72099;44.24794;6.76933;1800;20220916;19.9;11;15.5;2.2;8.6;0;3.61;21400
+72099;44.24794;6.76933;1800;20220917;15.3;7.4;11.4;2.4;5.5;0;3.4;22200
+72099;44.24794;6.76933;1800;20220918;15.2;4;9.6;1.9;7.3;0;2.8;21200
+72099;44.24794;6.76933;1800;20220919;18.1;7.5;12.8;1.9;6.2;0;3.28;21200
+72099;44.24794;6.76933;1800;20220920;16.4;6.8;11.6;1.5;9.3;0;2.2;14000
+72099;44.24794;6.76933;1800;20220921;11.7;5.8;8.8;1.3;8.8;0;1.3;6800
+72099;44.24794;6.76933;1800;20220922;13.8;4.7;9.3;1.6;8.8;0;1.9;13400
+72099;44.24794;6.76933;1800;20220923;13.3;5.3;9.3;1.3;9;3.8;1.7;11700
+72099;44.24794;6.76933;1800;20220924;7.9;6;7;1.6;9.4;9.3;.79;3900
+72099;44.24794;6.76933;1800;20220925;12.7;5;8.9;1.8;8;.5;2.08;15900
+72099;44.24794;6.76933;1800;20220926;14;5.5;9.8;1.6;6;0;2.53;19200
+72099;44.24794;6.76933;1800;20220927;13.4;3.9;8.7;3.2;5.8;0;2.79;18400
+72099;44.24794;6.76933;1800;20220928;12.6;4.3;8.5;3.7;6.4;2.7;2.6;16800
+72099;44.24794;6.76933;1800;20220929;12;4.4;8.2;2.8;6.5;0;2.28;15500
+72099;44.24794;6.76933;1800;20220930;6.4;5;5.7;2.1;7;8.1;1.08;4600
+72099;44.24794;6.76933;1800;20221001;15.5;2.4;9;2.5;7.4;.1;2.39;17400
+72099;44.24794;6.76933;1800;20221002;20.4;9.4;14.9;3.1;5.8;0;3.62;15900
+72099;44.24794;6.76933;1800;20221003;18.7;11.3;15;2.1;5.8;0;2.92;14300
+72099;44.24794;6.76933;1800;20221004;17.9;9.7;13.8;1.6;8.7;0;2.38;15500
+72099;44.24794;6.76933;1800;20221005;15.5;8.4;12;1.5;10.1;.3;1.98;14900
+72099;44.24794;6.76933;1800;20221006;17;8.2;12.6;1.8;10;0;2.06;13900
+72099;44.24794;6.76933;1800;20221007;16.9;7.6;12.3;.9;9.4;0;1.97;16100
+72099;44.24794;6.76933;1800;20221008;13.7;8.1;10.9;1.3;10.1;1.3;1.19;5600
+72099;44.24794;6.76933;1800;20221009;8.7;7;7.9;1.5;10.2;0;.67;2900
+72099;44.24794;6.76933;1800;20221010;11.2;6.8;9;.9;9.9;0;1.09;7700
+72099;44.24794;6.76933;1800;20221011;12.7;7;9.9;.8;9.2;.9;1.47;12700
+72099;44.24794;6.76933;1800;20221012;11.5;6.5;9;1;9.6;.1;1.29;11000
+72099;44.24794;6.76933;1800;20221013;13.1;5.9;9.5;1.6;9.1;0;1.48;11700
+72099;44.24794;6.76933;1800;20221014;13.7;7.6;10.7;1.7;7.7;0;1.75;11900
+72099;44.24794;6.76933;1800;20221015;17.9;8.8;13.4;2.1;7.3;0;2.38;15200
+72099;44.24794;6.76933;1800;20221016;13.7;8.6;11.2;1.2;9.1;0;1.51;11700
+72099;44.24794;6.76933;1800;20221017;15.4;8.4;11.9;1.2;9.4;0;1.6;12700
+72099;44.24794;6.76933;1800;20221018;17.6;9.1;13.4;1.3;9;0;1.81;13800
+72099;44.24794;6.76933;1800;20221019;19.1;11.4;15.3;1.7;8.1;0;2.16;13800
+72099;44.24794;6.76933;1800;20221020;16.6;11;13.8;2.1;8.1;4.8;2.01;9700
+72099;44.24794;6.76933;1800;20221021;10.5;7.6;9.1;2.3;10.4;6.1;.69;1200
+72099;44.24794;6.76933;1800;20221022;13.5;8.7;11.1;2.1;9.9;0;1.25;5800
+72099;44.24794;6.76933;1800;20221023;16.2;10;13.1;1.6;9;1.1;1.55;7600
+72099;44.24794;6.76933;1800;20221024;13.6;10.5;12.1;1.7;8.7;1.1;1.41;5800
+72099;44.24794;6.76933;1800;20221025;14.8;7.9;11.4;2.3;7.7;0;1.79;11200
+72099;44.24794;6.76933;1800;20221026;17;10.2;13.6;1.4;7.6;0;1.66;11500
+72099;44.24794;6.76933;1800;20221027;18.8;11.4;15.1;1.6;7.8;.1;1.86;11700
+72099;44.24794;6.76933;1800;20221028;19;11.9;15.5;1.6;7.6;0;1.87;11900
+72099;44.24794;6.76933;1800;20221029;18.7;13;15.9;1.3;7.7;0;1.67;11400
+72099;44.24794;6.76933;1800;20221030;17;10.8;13.9;1.5;7;0;1.66;11200
+72099;44.24794;6.76933;1800;20221031;15.2;9.2;12.2;1.2;6.9;.6;1.38;11400
+72099;44.24794;6.76933;1800;20221101;11;6.3;8.7;1.9;7.7;20.2;1.15;6600
+72099;44.24794;6.76933;1800;20221102;11.6;5.8;8.7;1.5;7.4;0;1.15;11000
+72099;44.24794;6.76933;1800;20221103;7.4;4.4;5.9;1.8;7.8;24.3;.72;2900
+72099;44.24794;6.76933;1800;20221104;6.8;1.4;4.1;5.1;4.8;.7;1.65;10800
+72099;44.24794;6.76933;1800;20221105;9.6;-.9;4.4;1.9;3.6;0;1.32;11600
+72099;44.24794;6.76933;1800;20221106;9;2;5.5;1.6;4.3;0;1.16;10400
+72099;44.24794;6.76933;1800;20221107;13.1;3.9;8.5;1;4;0;1.04;11200
+72099;44.24794;6.76933;1800;20221108;11.1;4.5;7.8;1.3;4.9;0;1.1;9900
+72099;44.24794;6.76933;1800;20221109;7.8;4.6;6.2;1.3;8.4;10.1;.6;1900
+72099;44.24794;6.76933;1800;20221110;12.5;4.6;8.6;1.3;7.5;0;.93;9900
+72099;44.24794;6.76933;1800;20221111;12.1;6;9.1;1.4;5.2;0;1.12;10200
+72099;44.24794;6.76933;1800;20221112;14.2;8.3;11.3;1.7;3.8;0;1.67;5800
+72099;44.24794;6.76933;1800;20221113;9.3;7.2;8.3;1.3;4.9;.1;1.09;5900
+72099;44.24794;6.76933;1800;20221114;4.4;.8;2.6;1;6.8;2.9;.47;3900
+72099;44.24794;6.76933;1800;20221115;5.3;2.2;3.8;1.8;8;11.1;.39;1400
+72099;44.24794;6.76933;1800;20221116;9.6;2.8;6.2;2.6;6.2;0;1.06;9300
+72099;44.24794;6.76933;1800;20221117;9.9;4.8;7.4;4.5;5.2;1.4;1.88;7700
+72099;44.24794;6.76933;1800;20221118;8.2;1.3;4.8;3;4.3;0;1.32;9800
+72099;44.24794;6.76933;1800;20221119;6.7;.6;3.7;1.5;3.7;0;.88;8100
+72099;44.24794;6.76933;1800;20221120;5.1;-1;2.1;1.5;3.3;0;.77;9400
+72099;44.24794;6.76933;1800;20221121;7.5;.4;4;1.9;3;4.7;1.24;5000
+72099;44.24794;6.76933;1800;20221122;3.3;-.5;1.4;4;3.9;0;1.13;8800
+72099;44.24794;6.76933;1800;20221123;7.2;-1.1;3.1;2.4;3;.2;1.22;8100
+72099;44.24794;6.76933;1800;20221124;8.3;1.6;5;1.6;3.3;0;.93;8900
+72099;44.24794;6.76933;1800;20221125;7.1;1.6;4.4;1.5;4;0;.84;6900
+72099;44.24794;6.76933;1800;20221126;7.6;1.5;4.6;2;3.1;0;1.12;7800
+72099;44.24794;6.76933;1800;20221127;5.9;0;3;1.7;3.5;0;.83;7700
+72099;44.24794;6.76933;1800;20221128;0;-2.2;-1.1;1.2;5;.8;.39;2600
+72099;44.24794;6.76933;1800;20221129;.7;-2.7;-1;1.5;4.7;.2;.43;3600
+72099;44.24794;6.76933;1800;20221130;5;-1.9;1.6;1.1;4;0;.47;8200
+72099;44.24794;6.76933;1800;20221201;4;-3.1;.5;1.2;4;0;.44;8300
+72099;44.24794;6.76933;1800;20221202;1.2;-4.1;-1.4;1.4;4.1;1;.4;6600
+72099;44.24794;6.76933;1800;20221203;0;-4.3;-2.1;2.2;4.7;14.3;.4;1600
+72099;44.24794;6.76933;1800;20221204;.1;-1.4;-.6;2.2;5.5;15;.34;2200
+72099;44.24794;6.76933;1800;20221205;2.5;-3.1;-.3;1.4;4;0;.42;7700
+72099;44.24794;6.76933;1800;20221206;7.1;.2;3.7;1.1;1.8;0;.61;8100
+72099;44.24794;6.76933;1800;20221207;7.6;.7;4.2;1.4;2.2;0;.76;8200
+72099;44.24794;6.76933;1800;20221208;3.3;-2.1;.6;1.3;3.5;23.6;.53;6500
+72099;44.24794;6.76933;1800;20221209;2.6;-.6;1;3;6.2;19.4;.39;1400
+72099;44.24794;6.76933;1800;20221210;5.6;.9;3.3;2;4.4;0;.76;6200
+72099;44.24794;6.76933;1800;20221211;-.5;-3.9;-2.2;2.5;.9;0;1.1;7400
+72099;44.24794;6.76933;1800;20221212;.1;-6.2;-3;1.4;2;11.6;.54;7100
+72099;44.24794;6.76933;1800;20221213;1.3;-6.2;-2.4;2.2;5.1;6.1;.24;3400
+72099;44.24794;6.76933;1800;20221214;5.5;-2.5;1.5;2;5.9;.1;.4;5500
+72099;44.24794;6.76933;1800;20221215;2.5;1.7;2.1;2.1;5.6;31.3;.66;700
+72099;44.24794;6.76933;1800;20221216;3.7;1.2;2.5;1.4;6.4;0;.34;4800
+72099;44.24794;6.76933;1800;20221217;5.9;.3;3.1;.8;3.8;0;.3;7900
+72099;44.24794;6.76933;1800;20221218;3.5;-2.7;.4;1.1;4;0;.32;7800
+72099;44.24794;6.76933;1800;20221219;4.9;-2;1.5;1;4.3;0;.38;6500
+72099;44.24794;6.76933;1800;20221220;5.6;-.2;2.7;1.4;6;1;.36;6100
+72099;44.24794;6.76933;1800;20221221;3.4;.9;2.2;1.8;6.7;7.4;.38;2000
+72099;44.24794;6.76933;1800;20221222;9;2.6;5.8;3.5;4.7;0;1.33;6700
+72099;44.24794;6.76933;1800;20221223;11.7;3.9;7.8;4.3;6.4;0;1.45;6200
+72099;44.24794;6.76933;1800;20221224;12.7;7.3;10;4.3;5.6;0;2.04;5500
+72099;44.24794;6.76933;1800;20221225;10.7;7.4;9.1;2;4.7;0;1.04;7500
+72099;44.24794;6.76933;1800;20221226;9.7;5.2;7.5;3;4.8;0;1.32;7200
+72099;44.24794;6.76933;1800;20221227;8.4;3.5;6;3.5;2.9;0;1.7;7700
+72099;44.24794;6.76933;1800;20221228;5.8;1.3;3.6;1.6;2.6;0;.76;7800
+72099;44.24794;6.76933;1800;20221229;2.3;-.4;1;1.3;6;1.7;.39;1800
+72099;44.24794;6.76933;1800;20221230;5.5;.3;2.9;1.4;6.4;.4;.44;3600
+72099;44.24794;6.76933;1800;20221231;10.1;4;7.1;2.4;7.4;0;.76;5600
+72100;44.2572;7.08149;1610;20220101;8.1;-4;2;1.1;4.02;0;.43;7177
+72100;44.2572;7.08149;1610;20220102;5.7;-4;.8;1;4.02;0;.37;6481
+72100;44.2572;7.08149;1610;20220103;5.7;-5.6;0;1.1;3.92;0;.37;7015
+72100;44.2572;7.08149;1610;20220104;10.5;-4.6;2.9;1.6;4.82;.4;.6;7480
+72100;44.2572;7.08149;1610;20220105;2.3;-.2;1;1.2;3.92;1;.57;3454
+72100;44.2572;7.08149;1610;20220106;.5;-13.7;-6.6;1.1;1.62;.1;.41;7578
+72100;44.2572;7.08149;1610;20220107;.3;-14.7;-7.2;1.1;1.91;0;.36;7632
+72100;44.2572;7.08149;1610;20220108;2.4;-10.8;-4.2;1.4;2.92;.8;.4;7689
+72100;44.2572;7.08149;1610;20220109;-1.4;-5.7;-3.6;2.4;3.31;0;.5;4587
+72100;44.2572;7.08149;1610;20220110;-1.9;-12.4;-7.2;.8;2.02;0;.29;7102
+72100;44.2572;7.08149;1610;20220111;1.9;-13.6;-5.9;1.7;1.72;0;.63;7879
+72100;44.2572;7.08149;1610;20220112;5.7;-12.3;-3.3;1.6;1.52;0;.81;7948
+72100;44.2572;7.08149;1610;20220113;8.3;-8.9;-.3;1.6;2.22;0;.86;8021
+72100;44.2572;7.08149;1610;20220114;10.3;-7.2;1.5;1.1;2.92;0;.66;8096
+72100;44.2572;7.08149;1610;20220115;9.3;-6.7;1.3;1.2;3.11;0;.66;8175
+72100;44.2572;7.08149;1610;20220116;6.3;-8.5;-1.1;1.1;2.42;0;.58;8256
+72100;44.2572;7.08149;1610;20220117;8;-10.9;-1.5;.9;2.11;0;.57;8341
+72100;44.2572;7.08149;1610;20220118;7.6;-7.2;.2;1.8;2.81;0;.87;8428
+72100;44.2572;7.08149;1610;20220119;6.6;-9.1;-1.3;1;2.72;0;.55;8519
+72100;44.2572;7.08149;1610;20220120;3.9;-10.3;-3.2;.8;2.42;0;.44;8612
+72100;44.2572;7.08149;1610;20220121;3;-12.6;-4.8;1.7;2.02;0;.71;8708
+72100;44.2572;7.08149;1610;20220122;5.4;-11.7;-3.2;1.2;2.52;0;.62;8807
+72100;44.2572;7.08149;1610;20220123;8.8;-8.2;.3;.9;2.72;0;.63;8909
+72100;44.2572;7.08149;1610;20220124;8.1;-9.5;-.7;1;2.81;0;.65;9014
+72100;44.2572;7.08149;1610;20220125;11.4;-8.5;1.4;1.1;2.81;0;.83;9121
+72100;44.2572;7.08149;1610;20220126;7.6;-9.8;-1.1;1.2;2.42;0;.77;9231
+72100;44.2572;7.08149;1610;20220127;6.9;-9.8;-1.5;1.1;2.42;0;.72;9344
+72100;44.2572;7.08149;1610;20220128;10.4;-8.1;1.1;1.4;2.61;0;1;9459
+72100;44.2572;7.08149;1610;20220129;8.6;-8.5;0;1.1;3.02;0;.76;9577
+72100;44.2572;7.08149;1610;20220130;10.2;-6.4;1.9;1.4;3.02;0;.98;9698
+72100;44.2572;7.08149;1610;20220131;5.6;-6.9;-.7;5;2.31;0;1.75;9660
+72100;44.2572;7.08149;1610;20220201;6.9;-11.8;-2.5;2.2;3.02;0;.99;9947
+72100;44.2572;7.08149;1610;20220202;11.8;0;5.9;5.3;3.61;0;2.46;9629
+72100;44.2572;7.08149;1610;20220203;9.7;-4.7;2.5;1.3;3.72;0;.93;10206
+72100;44.2572;7.08149;1610;20220204;8.1;-7.5;.3;1.3;3.42;0;.87;10338
+72100;44.2572;7.08149;1610;20220205;9.2;-8;.6;1;3.02;0;.86;10474
+72100;44.2572;7.08149;1610;20220206;6.9;-11;-2.1;2.1;2.81;0;1.09;10611
+72100;44.2572;7.08149;1610;20220207;11.6;-2.7;4.4;4.1;2.81;0;2.3;10751
+72100;44.2572;7.08149;1610;20220208;11.8;-8.3;1.7;1.1;3.11;0;1.05;10893
+72100;44.2572;7.08149;1610;20220209;12.5;-6.4;3;1.2;3.31;0;1.15;11037
+72100;44.2572;7.08149;1610;20220210;-.4;-7.1;-3.8;2.6;7.14;0;.51;7900
+72100;44.2572;7.08149;1610;20220211;2.1;1;1.6;3.7;6.94;0;.62;9200
+72100;44.2572;7.08149;1610;20220212;-1.7;-3.3;-2.5;8.2;4.74;0;.7;7800
+72100;44.2572;7.08149;1610;20220213;.7;-5.1;-2.2;4.2;4.54;5;.84;9800
+72100;44.2572;7.08149;1610;20220214;-1.7;-5.5;-3.6;4.2;4.64;24.1;.5;4600
+72100;44.2572;7.08149;1610;20220215;3.5;-6.3;-1.4;3.3;5.24;0;.8;9500
+72100;44.2572;7.08149;1610;20220216;4;-12.6;-4.3;1.4;3.42;0;.79;12101
+72100;44.2572;7.08149;1610;20220217;12;-4.7;3.6;3.8;4.11;.1;2;12261
+72100;44.2572;7.08149;1610;20220218;15.1;-3.7;5.7;1.5;4.21;0;1.58;12422
+72100;44.2572;7.08149;1610;20220219;7.8;-.9;3.4;1.4;4.92;0;1.09;10312
+72100;44.2572;7.08149;1610;20220220;11.3;-7.6;1.8;1.2;3.92;0;1.24;12749
+72100;44.2572;7.08149;1610;20220221;2.9;-3.1;-.1;3.8;3.72;0;1.22;8820
+72100;44.2572;7.08149;1610;20220222;9.8;-2.9;3.4;1.6;3.02;0;1.52;12895
+72100;44.2572;7.08149;1610;20220223;12.7;-6.9;2.9;1;3.22;0;1.36;13250
+72100;44.2572;7.08149;1610;20220224;8.7;-5.6;1.5;1.3;3.61;0;1.28;13420
+72100;44.2572;7.08149;1610;20220225;7.1;-7.1;0;1.7;2.72;0;1.4;13592
+72100;44.2572;7.08149;1610;20220226;3.7;-10.5;-3.4;2.1;1.62;0;1.42;13764
+72100;44.2572;7.08149;1610;20220227;2.1;-12;-5;2.5;2.02;0;1.28;13938
+72100;44.2572;7.08149;1610;20220228;9.6;-12.4;-1.4;1.6;2.42;0;1.53;14112
+72100;44.2572;7.08149;1610;20220301;8.6;-6.2;1.2;3.2;3.02;0;1.93;14288
+72100;44.2572;7.08149;1610;20220302;9.3;-8.5;.4;.8;3.22;0;1.27;14465
+72100;44.2572;7.08149;1610;20220303;7.3;-2.6;2.3;1.9;3.81;0;1.49;12746
+72100;44.2572;7.08149;1610;20220304;6.3;-7.2;-.5;2.1;3.61;.7;1.41;14821
+72100;44.2572;7.08149;1610;20220305;5.4;-4.6;.4;1.3;3.02;0;1.33;13117
+72100;44.2572;7.08149;1610;20220306;3.3;-11.1;-3.9;1.4;2.61;0;1.2;15180
+72100;44.2572;7.08149;1610;20220307;6.6;-11.5;-2.5;.8;2.42;0;1.26;15361
+72100;44.2572;7.08149;1610;20220308;7.8;-10.5;-1.4;1.1;2.61;0;1.43;15542
+72100;44.2572;7.08149;1610;20220309;10.1;-10.4;-.2;1;2.72;0;1.53;15724
+72100;44.2572;7.08149;1610;20220310;10.5;-8.5;1;2.8;2.92;.2;2.15;15906
+72100;44.2572;7.08149;1610;20220311;-.3;-1.5;-.9;5.9;3.92;.6;1.1;5010
+72100;44.2572;7.08149;1610;20220312;-.8;-3.7;-2.3;5.1;3.92;1.1;.92;7753
+72100;44.2572;7.08149;1610;20220313;-.5;-2.7;-1.6;6.1;3.81;18.4;1.08;6855
+72100;44.2572;7.08149;1610;20220314;7.1;-9;-1;2.8;4.52;1.7;1.45;16640
+72100;44.2572;7.08149;1610;20220315;11.6;-1.2;5.2;1;5.92;0;1.75;16585
+72100;44.2572;7.08149;1610;20220316;15.7;-.8;7.4;1.1;5.32;0;2.1;17008
+72100;44.2572;7.08149;1610;20220317;10.7;1.7;6.2;4.2;5.32;.9;2.33;14243
+72100;44.2572;7.08149;1610;20220318;2.9;0;1.5;11.8;6.84;.6;.98;16400
+72100;44.2572;7.08149;1610;20220319;3.4;-2.5;.5;8.8;5.84;0;1.3;15600
+72100;44.2572;7.08149;1610;20220320;3.8;-4.6;-.4;6;4.84;0;1.54;13500
+72100;44.2572;7.08149;1610;20220321;5;-3.3;.9;5.9;4.34;0;2.39;24100
+72100;44.2572;7.08149;1610;20220322;5.6;-2.2;1.7;7.7;4.14;0;2.77;24100
+72100;44.2572;7.08149;1610;20220323;8.4;-.6;3.9;5.8;3.64;0;3.48;26000
+72100;44.2572;7.08149;1610;20220324;11.1;3.3;7.2;4.4;4.34;0;3.73;24900
+72100;44.2572;7.08149;1610;20220325;8.9;2.9;5.9;2.8;4.14;0;3.12;24400
+72100;44.2572;7.08149;1610;20220326;11.3;2.7;7;3.1;4.24;0;3.46;25100
+72100;44.2572;7.08149;1610;20220327;8.8;3.7;6.3;6.6;5.04;0;3.18;14800
+72100;44.2572;7.08149;1610;20220328;12.9;4.4;8.7;5.3;4.24;0;4.34;24000
+72100;44.2572;7.08149;1610;20220329;6;1.6;3.8;4.5;6.34;.8;1.88;13900
+72100;44.2572;7.08149;1610;20220330;2.8;-1.1;.9;4.6;7.34;10;.62;8700
+72100;44.2572;7.08149;1610;20220331;6.3;-.7;2.8;4.3;7.34;2.2;1.34;13000
+72100;44.2572;7.08149;1610;20220401;4.2;0;2.1;4.4;6.54;7.4;1.49;14700
+72100;44.2572;7.08149;1610;20220402;-3.4;-5.7;-4.5;3.4;4.74;2.5;.83;13900
+72100;44.2572;7.08149;1610;20220403;1.5;-4.7;-1.6;1.7;5.54;1.1;1.66;21600
+72100;44.2572;7.08149;1610;20220404;1.5;-3.7;-1.1;2.3;6.04;0;1.64;23000
+72100;44.2572;7.08149;1610;20220405;7.5;-1.5;3;2.7;7.54;0;2.25;25700
+72100;44.2572;7.08149;1610;20220406;7;2.8;4.9;3.1;8.04;0;2.42;25400
+72100;44.2572;7.08149;1610;20220407;10.2;-.2;5;3.1;8.44;1;1.49;10600
+72100;44.2572;7.08149;1610;20220408;12;5.6;8.8;3.7;9.34;1.3;2.06;11200
+72100;44.2572;7.08149;1610;20220409;11.9;5.4;8.7;4.2;4.14;0;4.03;20700
+72100;44.2572;7.08149;1610;20220410;6.4;-2.9;1.8;4.5;4.34;0;2.69;22600
+72100;44.2572;7.08149;1610;20220411;5.8;-1.1;2.4;4.3;5.74;0;2.4;24000
+72100;44.2572;7.08149;1610;20220412;6.9;.2;3.6;1.6;6.04;0;2.65;25000
+72100;44.2572;7.08149;1610;20220413;12.9;3.8;8.4;4.7;7.74;0;3.49;24900
+72100;44.2572;7.08149;1610;20220414;14.8;4.3;9.6;6.7;8.24;0;3.96;25600
+72100;44.2572;7.08149;1610;20220415;18;8.1;13.1;3.7;8.24;0;4.52;25100
+72100;44.2572;7.08149;1610;20220416;17.4;7.8;12.6;4.4;8.94;1;4.07;20700
+72100;44.2572;7.08149;1610;20220417;10.8;1.8;6.3;4.4;7.24;0;2.75;19400
+72100;44.2572;7.08149;1610;20220418;9.9;.3;5.1;2.8;7.94;0;2.43;21400
+72100;44.2572;7.08149;1610;20220419;7.3;3.7;5.5;4.2;8.64;0;2.19;21600
+72100;44.2572;7.08149;1610;20220420;5.1;2.9;4;2.4;8.54;5.1;1.32;11600
+72100;44.2572;7.08149;1610;20220421;1.7;1.7;1.7;8.1;7.24;10.8;.89;11800
+72100;44.2572;7.08149;1610;20220422;6.2;-.8;2.7;5.8;8.14;0;1.05;13000
+72100;44.2572;7.08149;1610;20220423;4.9;2.7;3.8;6.4;8.34;26;.97;9400
+72100;44.2572;7.08149;1610;20220424;3.9;-.6;1.7;4;7.64;0;1;11900
+72100;44.2572;7.08149;1610;20220425;5.9;1.7;3.8;1.7;8.94;0;1.54;14200
+72100;44.2572;7.08149;1610;20220426;6.3;3;4.7;2;9.14;0;2.3;22700
+72100;44.2572;7.08149;1610;20220427;10.6;3.9;7.3;2.2;10.64;0;2.71;24200
+72100;44.2572;7.08149;1610;20220428;13.7;5.2;9.5;4.8;8.84;0;3.62;24800
+72100;44.2572;7.08149;1610;20220429;13.3;4;8.7;4.9;9.34;0;3.34;25600
+72100;44.2572;7.08149;1610;20220430;12.4;4.8;8.6;3.4;8.94;2.3;3.3;24600
+72100;44.2572;7.08149;1610;20220501;10.1;4.3;7.2;2.3;9.74;.1;2.87;24500
+72100;44.2572;7.08149;1610;20220502;12.2;4.2;8.2;3;10.04;.4;3.07;25200
+72100;44.2572;7.08149;1610;20220503;11.6;4.6;8.1;1.6;10.74;.6;3.05;24600
+72100;44.2572;7.08149;1610;20220504;12.2;4.9;8.6;2.6;10.74;1.4;3.04;24900
+72100;44.2572;7.08149;1610;20220505;5.4;4.4;4.9;4.5;8.84;5.7;2.11;23000
+72100;44.2572;7.08149;1610;20220506;7.9;2.5;5.2;1.4;7.52;11.5;1.99;16256
+72100;44.2572;7.08149;1610;20220507;12.8;4.2;8.5;2.1;8.02;1;2.83;20556
+72100;44.2572;7.08149;1610;20220508;12.4;4.2;8.3;2.4;8.32;1.2;2.71;20172
+72100;44.2572;7.08149;1610;20220509;14;6.4;10.2;2.2;8.12;.6;3.02;19517
+72100;44.2572;7.08149;1610;20220510;17.6;-.2;8.7;2;7.61;0;3.64;25861
+72100;44.2572;7.08149;1610;20220511;19.5;2.6;11;1.9;8.52;0;3.94;25975
+72100;44.2572;7.08149;1610;20220512;22.4;1.9;12.1;1.6;7.82;0;4.25;26087
+72100;44.2572;7.08149;1610;20220513;21.2;3.4;12.3;1.8;9.12;0;4.15;26197
+72100;44.2572;7.08149;1610;20220514;20.3;4.2;12.2;2.1;9.91;.2;4.06;26304
+72100;44.2572;7.08149;1610;20220515;18.5;4.2;11.3;1.3;9.91;1.8;3.82;26409
+72100;44.2572;7.08149;1610;20220516;21;2.9;11.9;1.5;8.41;0;4.15;26511
+72100;44.2572;7.08149;1610;20220517;23.5;3.3;13.4;1.2;8.62;0;4.34;26611
+72100;44.2572;7.08149;1610;20220518;20.6;3.4;12;2.2;10.21;9.2;4.09;26708
+72100;44.2572;7.08149;1610;20220519;22.7;9.8;16.2;1.6;10.82;.4;4.57;26396
+72100;44.2572;7.08149;1610;20220520;23.9;4.9;14.4;2.2;8.91;0;4.82;26895
+72100;44.2572;7.08149;1610;20220521;25.3;4.5;14.9;1.7;8.62;0;4.84;26985
+72100;44.2572;7.08149;1610;20220522;26.6;6;16.3;1.4;9.12;.6;4.9;27072
+72100;44.2572;7.08149;1610;20220523;21.9;6.3;14.1;2.1;8.41;0;4.7;27156
+72100;44.2572;7.08149;1610;20220524;18.5;4.6;11.5;1.5;8.41;2.3;4.1;27238
+72100;44.2572;7.08149;1610;20220525;14.4;4.1;9.2;.7;9.52;1.5;3.31;24058
+72100;44.2572;7.08149;1610;20220526;17.6;2.9;10.2;2;9.62;2.6;3.82;27393
+72100;44.2572;7.08149;1610;20220527;23.2;5;14.1;1.8;9.02;1.6;4.71;27467
+72100;44.2572;7.08149;1610;20220528;24;2.5;13.2;2;8.02;3.1;4.85;27538
+72100;44.2572;7.08149;1610;20220529;20;2.4;11.2;2.6;7.52;.1;4.5;27606
+72100;44.2572;7.08149;1610;20220530;17.3;-.6;8.3;2.2;6.02;0;4.08;27671
+72100;44.2572;7.08149;1610;20220531;17.3;2.4;9.8;1.5;7.82;.1;3.98;27733
+72100;44.2572;7.08149;1610;20220601;20.8;2.5;11.6;2;8.12;0;4.45;27793
+72100;44.2572;7.08149;1610;20220602;23.7;5.3;14.5;2.7;9.21;0;5.08;27850
+72100;44.2572;7.08149;1610;20220603;18.8;7.7;13.2;2;11.21;7.5;3.97;25498
+72100;44.2572;7.08149;1610;20220604;22.9;6.4;14.6;2.6;10.52;.1;4.85;27954
+72100;44.2572;7.08149;1610;20220605;22.5;8;15.2;2.1;9.32;0;4.94;28002
+72100;44.2572;7.08149;1610;20220606;22.9;3.3;13.1;2.2;9.12;0;4.76;28048
+72100;44.2572;7.08149;1610;20220607;20.8;6.4;13.6;1.8;7.82;0;4.71;28090
+72100;44.2572;7.08149;1610;20220608;19.3;.2;9.7;1.9;6.82;0;4.3;28129
+72100;44.2572;7.08149;1610;20220609;17.4;5.9;11.6;2.4;6.21;0;4.42;26191
+72100;44.2572;7.08149;1610;20220610;21.7;-1.2;10.2;2.6;6.42;0;4.81;28199
+72100;44.2572;7.08149;1610;20220611;24.3;2.3;13.3;2.1;7.71;0;5.06;28229
+72100;44.2572;7.08149;1610;20220612;26.5;3.1;14.8;1.1;7.82;.1;4.9;28256
+72100;44.2572;7.08149;1610;20220613;25.9;5.6;15.7;1.5;8.91;.1;5.1;28281
+72100;44.2572;7.08149;1610;20220614;22.1;5.5;13.8;2.7;10.82;.2;4.69;28302
+72100;44.2572;7.08149;1610;20220615;25.8;6.7;16.2;1.2;10.41;.1;4.96;28320
+72100;44.2572;7.08149;1610;20220616;28.3;6.2;17.2;1.7;8.41;0;5.54;28336
+72100;44.2572;7.08149;1610;20220617;28.8;4.1;16.4;1.6;9.52;0;5.4;28348
+72100;44.2572;7.08149;1610;20220618;25.4;9.4;17.4;1.8;12.91;.1;5.1;28357
+72100;44.2572;7.08149;1610;20220619;23;7.6;15.3;2.8;12.41;0;4.8;28364
+72100;44.2572;7.08149;1610;20220620;26.9;8.7;17.8;2.4;10.12;0;5.67;28367
+72100;44.2572;7.08149;1610;20220621;25.3;11.6;18.4;2.1;10.12;1.2;5.52;28367
+72100;44.2572;7.08149;1610;20220622;20.7;9.3;15;1.2;12.12;6;4.3;26260
+72100;44.2572;7.08149;1610;20220623;21.7;5.7;13.7;1.6;9.71;2;4.63;28358
+72100;44.2572;7.08149;1610;20220624;18.1;4.8;11.4;1.2;9.21;4.9;4.18;28332
+72100;44.2572;7.08149;1610;20220625;19.8;2.3;11;2.1;8.32;0;4.38;28337
+72100;44.2572;7.08149;1610;20220626;20.3;5.6;12.9;3.1;11.12;0;4.37;28322
+72100;44.2572;7.08149;1610;20220627;21.1;12.7;16.9;4.7;12.12;0;4.58;22526
+72100;44.2572;7.08149;1610;20220628;20;10.7;15.3;2.1;12.41;26.7;4.03;23673
+72100;44.2572;7.08149;1610;20220629;24.6;3.9;14.2;1.4;9.32;.2;4.81;28260
+72100;44.2572;7.08149;1610;20220630;22.4;6.4;14.4;1.6;10.32;0;4.68;28233
+72100;44.2572;7.08149;1610;20220701;23.6;6.3;14.9;1.9;8.52;0;5.03;28203
+72100;44.2572;7.08149;1610;20220702;26.9;3;14.9;1.5;7.71;0;5.15;28170
+72100;44.2572;7.08149;1610;20220703;28.4;5.6;17;2;9.82;1;5.55;28134
+72100;44.2572;7.08149;1610;20220704;25.4;8.4;16.9;1.6;11.52;3;5.03;28095
+72100;44.2572;7.08149;1610;20220705;25.3;6.4;15.8;1.7;9.52;0;5.07;28054
+72100;44.2572;7.08149;1610;20220706;22.5;6.1;14.3;2.5;11.02;1.1;4.7;28009
+72100;44.2572;7.08149;1610;20220707;25.7;5.1;15.4;2;9.32;0;5.16;27961
+72100;44.2572;7.08149;1610;20220708;23;9.3;16.2;2.2;11.73;0;4.63;24518
+72100;44.2572;7.08149;1610;20220709;21.9;9.3;15.6;1.4;12.53;0;4.35;24908
+72100;44.2572;7.08149;1610;20220710;22.3;9;15.6;1.7;12.63;0;4.37;25236
+72100;44.2572;7.08149;1610;20220711;23.4;9.9;16.7;1.8;13.3;0;4.54;25065
+72100;44.2572;7.08149;1610;20220712;23.5;9.5;16.5;1.5;13.1;0;4.45;25321
+72100;44.2572;7.08149;1610;20220713;23.9;10.9;17.4;1.6;14.26;3.7;4.35;24532
+72100;44.2572;7.08149;1610;20220714;25;13;19;1.4;14.76;.5;4.78;25245
+72100;44.2572;7.08149;1610;20220715;25.8;11.6;18.7;1.7;13.56;.1;4.96;26353
+72100;44.2572;7.08149;1610;20220716;26;9.5;17.8;1.9;13.96;.1;4.76;25820
+72100;44.2572;7.08149;1610;20220717;26.7;11.2;19;1.7;14.96;.2;4.71;24700
+72100;44.2572;7.08149;1610;20220718;27.7;12.5;20.1;2.4;15.66;4.9;4.7;23316
+72100;44.2572;7.08149;1610;20220719;25.1;9;17;2.7;12.91;1.8;4.97;27172
+72100;44.2572;7.08149;1610;20220720;27;12.7;19.8;1.9;13.32;.3;5.25;27089
+72100;44.2572;7.08149;1610;20220721;29.8;8;18.9;2.7;11.02;0;5.88;27003
+72100;44.2572;7.08149;1610;20220722;27.4;8.5;17.9;2.4;12.52;0;5.23;26915
+72100;44.2572;7.08149;1610;20220723;28.6;9.2;18.9;1.6;11.12;.2;5.21;26823
+72100;44.2572;7.08149;1610;20220724;27.1;9;18;2.5;13.41;.1;5.12;26730
+72100;44.2572;7.08149;1610;20220725;30.2;8.4;19.3;1.6;11.62;.7;5.29;26634
+72100;44.2572;7.08149;1610;20220726;26.5;7.2;16.8;2.1;11.41;2.2;4.97;26535
+72100;44.2572;7.08149;1610;20220727;24.2;10.2;17.2;3.2;12.62;.5;4.91;26434
+72100;44.2572;7.08149;1610;20220728;24.7;8.6;16.6;2.2;10.52;0;4.88;26331
+72100;44.2572;7.08149;1610;20220729;20.6;7.6;14.1;1.4;9.91;2.8;4.16;25930
+72100;44.2572;7.08149;1610;20220730;25.3;4.1;14.7;2.4;9.71;.4;4.83;26117
+72100;44.2572;7.08149;1610;20220731;25.9;6.4;16.1;2.1;10.02;0;4.88;26006
+72100;44.2572;7.08149;1610;20220801;28.9;6.1;17.5;1.4;9.21;0;4.91;25893
+72100;44.2572;7.08149;1610;20220802;23.7;6.3;15;3.4;11.02;0;4.69;25778
+72100;44.2572;7.08149;1610;20220803;24.1;9;16.5;2.7;12.32;.3;4.62;25661
+72100;44.2572;7.08149;1610;20220804;24.9;9.7;17.3;1.3;12.62;1.6;4.43;25542
+72100;44.2572;7.08149;1610;20220805;25.8;8.5;17.1;1.4;13.21;9.5;4.43;25420
+72100;44.2572;7.08149;1610;20220806;26.5;7.7;17.1;1.8;12.52;3.8;4.59;25296
+72100;44.2572;7.08149;1610;20220807;21.2;10.4;15.8;3.1;12.41;3.5;3.98;22711
+72100;44.2572;7.08149;1610;20220808;23.3;4.7;14;2;9.82;.7;4.26;25042
+72100;44.2572;7.08149;1610;20220809;24.5;6.7;15.6;3.1;10.71;3.2;4.7;24912
+72100;44.2572;7.08149;1610;20220810;22.8;10.7;16.7;2.5;13.21;5.5;4.14;23658
+72100;44.2572;7.08149;1610;20220811;24.5;8.4;16.4;1.7;11.71;.1;4.3;24646
+72100;44.2572;7.08149;1610;20220812;25.4;6.4;15.9;2;9.71;.1;4.53;24510
+72100;44.2572;7.08149;1610;20220813;26.8;4.2;15.5;1.6;7.61;.1;4.54;24372
+72100;44.2572;7.08149;1610;20220814;19;5.3;12.1;1;10.02;7.3;3.51;24232
+72100;44.2572;7.08149;1610;20220815;21.7;4;12.8;1.4;8.41;.2;3.82;24091
+72100;44.2572;7.08149;1610;20220816;23.2;3.2;13.2;1.6;9.32;4.8;3.92;23947
+72100;44.2572;7.08149;1610;20220817;19.3;8.4;13.8;2.4;11.52;10.5;3.42;21587
+72100;44.2572;7.08149;1610;20220818;17.9;5.1;11.5;1.7;10.62;15.1;3.26;23232
+72100;44.2572;7.08149;1610;20220819;20.1;4.2;12.1;1.4;9.52;0;3.51;23506
+72100;44.2572;7.08149;1610;20220820;23.8;3.4;13.6;1.4;9.12;0;3.83;23356
+72100;44.2572;7.08149;1610;20220821;23.8;6;14.9;1.7;10.62;3.4;3.91;23204
+72100;44.2572;7.08149;1610;20220822;22.3;7.3;14.8;1.7;11.21;.4;3.74;23051
+72100;44.2572;7.08149;1610;20220823;22.8;5.7;14.2;1.9;10.62;.2;3.78;22895
+72100;44.2572;7.08149;1610;20220824;23.5;6.5;15;2.1;11.32;0;3.86;22739
+72100;44.2572;7.08149;1610;20220825;24.3;7.8;16;1.2;11.82;.1;3.72;22581
+72100;44.2572;7.08149;1610;20220826;20.4;11.4;15.9;1.1;12.41;4.6;3.07;18509
+72100;44.2572;7.08149;1610;20220827;21;5.1;13;1.8;10.62;.2;3.41;22260
+72100;44.2572;7.08149;1610;20220828;24.2;6.4;15.3;1.6;10.41;.1;3.75;22098
+72100;44.2572;7.08149;1610;20220829;24.5;5.4;14.9;1.1;9.02;.3;3.58;21934
+72100;44.2572;7.08149;1610;20220830;23.1;8.3;15.7;1.1;11.32;3.7;3.47;21769
+72100;44.2572;7.08149;1610;20220831;21.6;6.9;14.2;1.4;11.32;2;3.33;21603
+72100;44.2572;7.08149;1610;20220901;22.1;5.5;13.8;1.4;10.02;0;3.36;21436
+72100;44.2572;7.08149;1610;20220902;20.3;5.3;12.8;1.1;9.82;0;3.11;21268
+72100;44.2572;7.08149;1610;20220903;19.5;6.8;13.1;1.2;10.82;3.2;3.01;20664
+72100;44.2572;7.08149;1610;20220904;20.6;4.1;12.3;1.6;9.82;.1;3.13;20927
+72100;44.2572;7.08149;1610;20220905;21.9;5.4;13.6;1.2;9.52;.2;3.18;20756
+72100;44.2572;7.08149;1610;20220906;21.1;5.3;13.2;1.3;10.91;1.4;3.03;20583
+72100;44.2572;7.08149;1610;20220907;20.4;8.6;14.5;1.8;11.71;3.2;3.02;19283
+72100;44.2572;7.08149;1610;20220908;19.9;8.1;14;1.2;10.21;0;2.9;19120
+72100;44.2572;7.08149;1610;20220909;17.7;1.7;9.7;1.6;7.02;0;2.85;20060
+72100;44.2572;7.08149;1610;20220910;19.9;-.5;9.7;1;6.32;0;2.76;19884
+72100;44.2572;7.08149;1610;20220911;24;.3;12.1;1.2;6.82;0;3.14;19707
+72100;44.2572;7.08149;1610;20220912;24.4;2.2;13.3;1;7.92;0;3.02;19530
+72100;44.2572;7.08149;1610;20220913;24.3;4.4;14.3;1.4;9.52;.1;3.17;19351
+72100;44.2572;7.08149;1610;20220914;17.6;10.8;14.2;2.1;11.71;16.7;2.33;13813
+72100;44.2572;7.08149;1610;20220915;19.7;6.8;13.2;1.5;10.21;0;2.76;18769
+72100;44.2572;7.08149;1610;20220916;20.1;4;12;1.3;8.71;0;2.72;18814
+72100;44.2572;7.08149;1610;20220917;14.6;.9;7.7;1.8;4.71;0;2.62;18633
+72100;44.2572;7.08149;1610;20220918;18.7;-4.2;7.2;1.3;4.02;0;2.63;18453
+72100;44.2572;7.08149;1610;20220919;21;-.2;10.4;1.3;4.52;0;2.82;18272
+72100;44.2572;7.08149;1610;20220920;19.9;-1.9;9;1.1;5.42;0;2.52;18091
+72100;44.2572;7.08149;1610;20220921;11.9;.7;6.3;4.2;7.32;0;1.99;16516
+72100;44.2572;7.08149;1610;20220922;18.5;6.1;12.3;1.4;7.71;0;2.54;17193
+72100;44.2572;7.08149;1610;20220923;16.6;.7;8.6;1.3;7.02;3.3;2.24;17546
+72100;44.2572;7.08149;1610;20220924;8.5;5.1;6.8;.6;8.52;10.7;1.18;8924
+72100;44.2572;7.08149;1610;20220925;13.1;1.7;7.4;.7;7.92;.5;1.77;15993
+72100;44.2572;7.08149;1610;20220926;15.1;-1.3;6.9;1.6;6.52;0;2.09;17000
+72100;44.2572;7.08149;1610;20220927;14;1.9;7.9;1.5;5.61;0;2.12;16127
+72100;44.2572;7.08149;1610;20220928;11.7;-1.3;5.2;1.5;6.92;.6;1.7;16530
+72100;44.2572;7.08149;1610;20220929;11.9;5.2;8.5;1.8;7.42;0;1.7;11800
+72100;44.2572;7.08149;1610;20220930;8;.5;4.2;1.9;7.02;4.4;1.25;12337
+72100;44.2572;7.08149;1610;20221001;10.4;1.4;5.9;1.1;7.71;0;1.4;13347
+72100;44.2572;7.08149;1610;20221002;20.1;2.1;11.1;1.4;8.02;0;2.24;15913
+72100;44.2572;7.08149;1610;20221003;20.8;-.7;10;1.3;5.92;0;2.3;15732
+72100;44.2572;7.08149;1610;20221004;20.9;-.2;10.3;.9;6.52;0;2.03;15553
+72100;44.2572;7.08149;1610;20221005;21.4;.6;11;.9;6.92;.2;2.03;15374
+72100;44.2572;7.08149;1610;20221006;20.3;1.9;11.1;1.5;7.42;0;2.22;15195
+72100;44.2572;7.08149;1610;20221007;19.3;-.2;9.5;1.2;7.02;0;1.97;15017
+72100;44.2572;7.08149;1610;20221008;14.2;1;7.6;.6;8.32;3.2;1.48;14840
+72100;44.2572;7.08149;1610;20221009;11;7.5;9.2;1;10.12;9.5;1.05;7678
+72100;44.2572;7.08149;1610;20221010;11.2;6.7;8.9;1.4;9.12;.1;1.17;8575
+72100;44.2572;7.08149;1610;20221011;16.1;1.1;8.6;1.2;7.82;.9;1.63;14313
+72100;44.2572;7.08149;1610;20221012;13.2;1.6;7.4;1.9;7.42;.1;1.54;13313
+72100;44.2572;7.08149;1610;20221013;14.5;-.6;6.9;.9;7.02;0;1.42;13967
+72100;44.2572;7.08149;1610;20221014;16.2;2.2;9.2;.8;8.32;0;1.45;13795
+72100;44.2572;7.08149;1610;20221015;19.8;5.6;12.7;.4;8.12;0;1.45;13624
+72100;44.2572;7.08149;1610;20221016;16.9;1.2;9;1;7.52;0;1.5;13455
+72100;44.2572;7.08149;1610;20221017;17.6;1.4;9.5;1.4;7.52;0;1.65;13286
+72100;44.2572;7.08149;1610;20221018;20.5;2.1;11.3;1.1;7.61;0;1.69;13119
+72100;44.2572;7.08149;1610;20221019;22;1.1;11.5;.9;6.61;0;1.65;12954
+72100;44.2572;7.08149;1610;20221020;15.3;2;8.6;1.1;8.52;4.5;1.29;12789
+72100;44.2572;7.08149;1610;20221021;11.2;8.5;9.8;1.1;10.91;6.8;.82;5860
+72100;44.2572;7.08149;1610;20221022;15.2;9.2;12.2;2.3;9.62;0;1.51;8521
+72100;44.2572;7.08149;1610;20221023;17.4;4.9;11.1;1.6;8.41;.1;1.55;12048
+72100;44.2572;7.08149;1610;20221024;14.3;7.3;10.8;1.5;9.62;0;1.18;8957
+72100;44.2572;7.08149;1610;20221025;16;1.3;8.6;1.8;7.21;0;1.48;11990
+72100;44.2572;7.08149;1610;20221026;19.2;3.7;11.4;1.4;7.32;0;1.57;11835
+72100;44.2572;7.08149;1610;20221027;20.1;4.5;12.3;1.2;7.82;0;1.49;11682
+72100;44.2572;7.08149;1610;20221028;20.6;3.9;12.2;.9;7.52;0;1.33;11531
+72100;44.2572;7.08149;1610;20221029;20.6;2.7;11.6;1.3;6.92;0;1.54;11381
+72100;44.2572;7.08149;1610;20221030;18;2;10;1.5;6.42;0;1.48;11234
+72100;44.2572;7.08149;1610;20221031;16.4;2.4;9.4;1.8;6.42;.2;1.49;11088
+72100;44.2572;7.08149;1610;20221101;7.8;3.1;5.4;.7;7.52;19.6;.66;6670
+72100;44.2572;7.08149;1610;20221102;11.9;-.5;5.7;.7;6.42;0;.8;10563
+72100;44.2572;7.08149;1610;20221103;11.2;-2.9;4.1;1.4;5.82;17.9;.92;10664
+72100;44.2572;7.08149;1610;20221104;4.6;-1.1;1.7;1.6;5.82;1.1;.6;7052
+72100;44.2572;7.08149;1610;20221105;6.4;-6.3;0;.9;4.21;0;.65;10288
+72100;44.2572;7.08149;1610;20221106;9.9;-4.7;2.6;.8;4.32;0;.73;10259
+72100;44.2572;7.08149;1610;20221107;12;-4.7;3.6;.9;4.32;0;.82;10128
+72100;44.2572;7.08149;1610;20221108;12.2;-2.9;4.6;1;4.82;0;.84;10000
+72100;44.2572;7.08149;1610;20221109;9.3;-.5;4.4;1;6.61;7.3;.63;8624
+72100;44.2572;7.08149;1610;20221110;9.2;-1.7;3.7;1.1;6.02;0;.65;8972
+72100;44.2572;7.08149;1610;20221111;12.6;-4.2;4.2;.9;4.42;0;.77;9630
+72100;44.2572;7.08149;1610;20221112;14.1;-1.1;6.5;1;5.11;0;.83;9512
+72100;44.2572;7.08149;1610;20221113;8;1.1;4.5;2.9;5.32;.1;1.07;6929
+72100;44.2572;7.08149;1610;20221114;6.8;.8;3.8;1;5.92;3.4;.57;6401
+72100;44.2572;7.08149;1610;20221115;7.3;1.2;4.2;.8;7.02;5.2;.47;6378
+72100;44.2572;7.08149;1610;20221116;7.3;3.8;5.5;1.6;6.61;0;.7;4829
+72100;44.2572;7.08149;1610;20221117;9.6;-2.8;3.4;1.5;5.52;.9;.66;8797
+72100;44.2572;7.08149;1610;20221118;6.2;.4;3.3;1.3;5.11;0;.63;6018
+72100;44.2572;7.08149;1610;20221119;4.9;-7.2;-1.2;.8;3.42;0;.44;8501
+72100;44.2572;7.08149;1610;20221120;2.7;-9.3;-3.3;.9;2.92;0;.42;8375
+72100;44.2572;7.08149;1610;20221121;6.4;-8.2;-.9;1.2;3.61;4;.54;8565
+72100;44.2572;7.08149;1610;20221122;2.1;-1.7;.2;2.5;3.92;.4;.76;4710
+72100;44.2572;7.08149;1610;20221123;4.4;-10.2;-2.9;1.1;3.22;0;.44;8385
+72100;44.2572;7.08149;1610;20221124;5.9;-7.8;-1;1;3.22;0;.47;8300
+72100;44.2572;7.08149;1610;20221125;6.6;-6.1;.2;.8;3.61;0;.4;8181
+72100;44.2572;7.08149;1610;20221126;7.8;-7.4;.2;1.2;3.02;0;.61;8137
+72100;44.2572;7.08149;1610;20221127;5.6;-8.1;-1.3;.7;3.02;0;.35;8061
+72100;44.2572;7.08149;1610;20221128;4;-4.3;-.2;.8;3.52;0;.4;6475
+72100;44.2572;7.08149;1610;20221129;1.2;-6.2;-2.5;1.5;4.21;.8;.32;6074
+72100;44.2572;7.08149;1610;20221130;5.5;-7.9;-1.2;1.8;3.61;0;.56;7848
+72100;44.2572;7.08149;1610;20221201;3.3;-6.6;-1.7;1.5;3.22;.1;.51;6878
+72100;44.2572;7.08149;1610;20221202;1.8;-7.5;-2.9;2.1;3.52;3.9;.47;6622
+72100;44.2572;7.08149;1610;20221203;-.1;-3.3;-1.7;2.5;4.32;14.9;.43;3946
+72100;44.2572;7.08149;1610;20221204;3.1;-1.6;.7;1.5;5.11;11.6;.39;4703
+72100;44.2572;7.08149;1610;20221205;1.2;-7.5;-3.2;1.1;3.42;0;.31;6278
+72100;44.2572;7.08149;1610;20221206;2.2;-13;-5.4;1;2.22;0;.35;7507
+72100;44.2572;7.08149;1610;20221207;3.5;-12;-4.3;1;2.11;0;.39;7461
+72100;44.2572;7.08149;1610;20221208;2;-12.2;-5.1;1.3;2.52;14.6;.38;7418
+72100;44.2572;7.08149;1610;20221209;2.1;-2.2;-.1;1.2;5.32;14.8;.28;4378
+72100;44.2572;7.08149;1610;20221210;1.9;-.2;.8;1;4.82;0;.41;3111
+72100;44.2572;7.08149;1610;20221211;-4.7;-17.3;-11;1;1.52;0;.24;7273
+72100;44.2572;7.08149;1610;20221212;-5.5;-18.5;-12;.9;1.81;8.3;.16;7279
+72100;44.2572;7.08149;1610;20221213;-1.9;-7.5;-4.7;.7;4.02;3.7;.16;4884
+72100;44.2572;7.08149;1610;20221214;3.2;-3.1;0;.6;5.42;0;.2;5151
+72100;44.2572;7.08149;1610;20221215;1.3;-5.8;-2.3;1.4;4.92;32;.16;5440
+72100;44.2572;7.08149;1610;20221216;2;-5;-1.5;.7;5.11;.5;.16;5391
+72100;44.2572;7.08149;1610;20221217;-1.6;-13.1;-7.4;1.3;2.52;0;.25;6836
+72100;44.2572;7.08149;1610;20221218;0;-14.7;-7.4;1;1.91;0;.29;7166
+72100;44.2572;7.08149;1610;20221219;2.5;-9.8;-3.7;.9;3.02;0;.24;7045
+72100;44.2572;7.08149;1610;20221220;1.8;-8.5;-3.4;.9;3.52;.1;.22;6462
+72100;44.2572;7.08149;1610;20221221;2.9;-7.3;-2.2;.8;5.32;6.1;.09;6430
+72100;44.2572;7.08149;1610;20221222;2.6;-.2;1.2;1;5.71;0;.31;3474
+72100;44.2572;7.08149;1610;20221223;6.2;.6;3.4;2.1;6.52;0;.39;4826
+72100;44.2572;7.08149;1610;20221224;6.1;0;3;.7;5.82;0;.28;5033
+72100;44.2572;7.08149;1610;20221225;9.5;-4.3;2.6;1.2;4.32;0;.45;7182
+72100;44.2572;7.08149;1610;20221226;9.8;-4.4;2.7;1.8;4.71;0;.6;7197
+72100;44.2572;7.08149;1610;20221227;4.3;-2.3;1;1.5;4.71;0;.41;5259
+72100;44.2572;7.08149;1610;20221228;3.1;-10.9;-3.9;1.1;2.61;0;.34;7238
+72100;44.2572;7.08149;1610;20221229;4.3;-8;-1.9;1.1;4.32;1.9;.23;7144
+72100;44.2572;7.08149;1610;20221230;5.7;0;2.8;2;6.21;.2;.39;4951
+72100;44.2572;7.08149;1610;20221231;9.5;-.3;4.6;1.3;6.61;0;.37;6451
+72101;44.26552;7.39374;881;20220101;12.7;.4;6.6;1.1;4.6;.1;.69;7365
+72101;44.26552;7.39374;881;20220102;10.8;-.5;5.2;1.2;5.47;0;.61;7136
+72101;44.26552;7.39374;881;20220103;8.3;-.8;3.7;1.4;5.97;0;.24;6454
+72101;44.26552;7.39374;881;20220104;7.9;-.6;3.6;.8;6.58;.3;.37;4965
+72101;44.26552;7.39374;881;20220105;6.6;1.6;4.1;2.1;5.31;1;.75;4486
+72101;44.26552;7.39374;881;20220106;5.1;-4.6;.3;1.8;2.58;0;.87;6461
+72101;44.26552;7.39374;881;20220107;4.7;-7.1;-1.2;.8;3.44;0;.31;7328
+72101;44.26552;7.39374;881;20220108;4.2;-5.8;-.8;1;4.44;.1;.29;6958
+72101;44.26552;7.39374;881;20220109;3.6;-1.2;1.2;2;4.81;0;.57;5257
+72101;44.26552;7.39374;881;20220110;5.5;-5.2;.2;1.7;3.21;0;.73;6786
+72101;44.26552;7.39374;881;20220111;8;-8;0;1.1;2.41;0;.59;8267
+72101;44.26552;7.39374;881;20220112;5;-9.3;-2.2;.9;2.98;0;.39;8097
+72101;44.26552;7.39374;881;20220113;8.1;-7;.5;.8;2.98;0;.45;8386
+72101;44.26552;7.39374;881;20220114;10.3;-4;3.2;.6;2.94;0;.32;8219
+72101;44.26552;7.39374;881;20220115;10.7;-2.5;4.1;1;3.28;0;.64;8369
+72101;44.26552;7.39374;881;20220116;10;-3.7;3.1;1.3;4.04;0;.61;8416
+72101;44.26552;7.39374;881;20220117;8.8;-5.4;1.7;1.5;3.08;0;.85;8463
+72101;44.26552;7.39374;881;20220118;9.8;-3.4;3.2;1.2;3.68;0;.76;8667
+72101;44.26552;7.39374;881;20220119;7.2;-4.3;1.4;1.2;4.61;0;.55;7856
+72101;44.26552;7.39374;881;20220120;7.7;-4.1;1.8;1.2;4.01;0;.61;7930
+72101;44.26552;7.39374;881;20220121;5.3;-6.4;-.6;1.2;3.14;0;.6;8230
+72101;44.26552;7.39374;881;20220122;6.9;-6.5;.2;1.6;3.01;0;.89;8706
+72101;44.26552;7.39374;881;20220123;9.2;-5.3;2;1;3.81;0;.62;9103
+72101;44.26552;7.39374;881;20220124;9.3;-5;2.2;.9;4.08;0;.56;9127
+72101;44.26552;7.39374;881;20220125;6.4;-5.9;.3;1.1;4.08;0;.58;7021
+72101;44.26552;7.39374;881;20220126;10.7;-5.3;2.7;1.3;4.01;0;.72;9644
+72101;44.26552;7.39374;881;20220127;11.8;-4.8;3.5;.8;3.41;0;.67;9703
+72101;44.26552;7.39374;881;20220128;14.2;-4.4;4.9;1.5;3.28;0;1.13;10265
+72101;44.26552;7.39374;881;20220129;9.7;-2.5;3.6;1.1;3.91;0;.81;9513
+72101;44.26552;7.39374;881;20220130;11.7;-2.6;4.6;1.4;4.24;0;1.02;9627
+72101;44.26552;7.39374;881;20220131;9.7;-3.2;3.2;2.9;3.98;0;1.43;8922
+72101;44.26552;7.39374;881;20220201;12.4;-3.3;4.6;3.2;3.48;0;1.84;10436
+72101;44.26552;7.39374;881;20220202;16.6;.4;8.5;3.3;4.48;0;2.19;10436
+72101;44.26552;7.39374;881;20220203;13;-.1;6.4;.9;5.38;0;.87;9862
+72101;44.26552;7.39374;881;20220204;10.8;-1.9;4.4;1.1;5.54;0;.83;9373
+72101;44.26552;7.39374;881;20220205;11.4;-1.8;4.8;.7;5.44;0;.76;10120
+72101;44.26552;7.39374;881;20220206;8.9;-2.7;3.1;1.5;5.14;0;.84;8296
+72101;44.26552;7.39374;881;20220207;14.1;-2.1;6;3.5;3.74;0;2.16;10900
+72101;44.26552;7.39374;881;20220208;11.5;-3.2;4.1;1.1;3.14;0;1.1;10950
+72101;44.26552;7.39374;881;20220209;12.8;-1.5;5.7;1;4.91;0;1.01;11212
+72101;44.26552;7.39374;881;20220210;4.8;-2.3;1.2;2;8.04;0;.59;6770
+72101;44.26552;7.39374;881;20220211;8.3;3.4;5.9;2.5;7.24;0;.75;9191
+72101;44.26552;7.39374;881;20220212;3.7;1.8;2.7;5.1;5.04;.1;.87;6320
+72101;44.26552;7.39374;881;20220213;5.7;.9;3.3;2.6;4.74;1.4;.89;10626
+72101;44.26552;7.39374;881;20220214;3.3;.8;2.1;2.4;4.99;23.2;.59;4610
+72101;44.26552;7.39374;881;20220215;7.2;-1.3;2.9;2.9;5.19;0;1.01;9195
+72101;44.26552;7.39374;881;20220216;7.8;-5;1.4;.7;4.64;0;.83;11551
+72101;44.26552;7.39374;881;20220217;15.1;-1.1;7;1.5;6.53;0;1.37;13755
+72101;44.26552;7.39374;881;20220218;15;0;7.5;1.4;6.08;0;1.44;11092
+72101;44.26552;7.39374;881;20220219;9.6;2.9;6.2;1.3;6.81;0;1.01;7563
+72101;44.26552;7.39374;881;20220220;13.2;-2.3;5.4;1.4;5.41;0;1.36;12819
+72101;44.26552;7.39374;881;20220221;10.2;-.1;5.1;3.7;5.41;0;1.67;10992
+72101;44.26552;7.39374;881;20220222;12.3;-1.2;5.6;2.2;4.44;0;1.85;12778
+72101;44.26552;7.39374;881;20220223;14.4;-1.7;6.4;1.4;4.14;0;1.67;13993
+72101;44.26552;7.39374;881;20220224;11.3;-.9;5.2;1.8;5.51;0;1.47;11335
+72101;44.26552;7.39374;881;20220225;11.8;-1.8;5;2.1;4.58;0;1.76;13149
+72101;44.26552;7.39374;881;20220226;11.6;-3.3;4.1;1.9;2.21;0;1.98;14005
+72101;44.26552;7.39374;881;20220227;9.1;-5.4;1.8;2;3.24;0;1.64;14153
+72101;44.26552;7.39374;881;20220228;11.2;-4.9;3.1;1.4;3.04;0;1.65;14729
+72101;44.26552;7.39374;881;20220301;9.6;-3.4;3.1;2;4.18;0;1.59;12442
+72101;44.26552;7.39374;881;20220302;10.3;-4.4;3;.8;4.74;0;1.23;13820
+72101;44.26552;7.39374;881;20220303;12.6;-.8;5.9;1.2;5.58;0;1.57;14204
+72101;44.26552;7.39374;881;20220304;11.6;-2.6;4.5;1.6;5.31;4.5;1.54;12757
+72101;44.26552;7.39374;881;20220305;8.5;-3.5;2.5;1.8;4.34;0;1.39;11504
+72101;44.26552;7.39374;881;20220306;8;-4.8;1.6;1.5;3.68;0;1.46;13333
+72101;44.26552;7.39374;881;20220307;9.3;-5.5;1.9;1.3;3.58;0;1.6;15706
+72101;44.26552;7.39374;881;20220308;9.1;-4.9;2.1;1.8;3.91;0;1.56;12595
+72101;44.26552;7.39374;881;20220309;12.5;-4.4;4;1.4;4.18;0;1.81;16454
+72101;44.26552;7.39374;881;20220310;13.1;-3.1;5;1.6;4.54;.5;1.96;16281
+72101;44.26552;7.39374;881;20220311;8.8;-1;3.9;2.8;5.04;2.4;1.58;11254
+72101;44.26552;7.39374;881;20220312;7.5;2.9;5.2;3.5;4.64;2.8;1.86;8442
+72101;44.26552;7.39374;881;20220313;5.4;2.7;4;2;5.51;11.3;1.17;6539
+72101;44.26552;7.39374;881;20220314;11;-1.8;4.6;1.9;6.41;1.7;1.53;12801
+72101;44.26552;7.39374;881;20220315;14.2;3.2;8.7;1.2;7.94;0;1.58;11899
+72101;44.26552;7.39374;881;20220316;16.2;2.1;9.2;1.1;7.74;.1;1.8;13914
+72101;44.26552;7.39374;881;20220317;12.9;3.8;8.4;1.8;8.01;1.7;1.71;11933
+72101;44.26552;7.39374;881;20220318;9.1;5.5;7.3;4.7;7.89;2.6;1.26;11263
+72101;44.26552;7.39374;881;20220319;10;3;6.5;4.5;5.85;.1;1.99;14875
+72101;44.26552;7.39374;881;20220320;9.3;1.5;5.4;4.7;4.24;0;2.24;15014
+72101;44.26552;7.39374;881;20220321;9.6;3.2;6.4;3.8;4.19;0;2.25;18572
+72101;44.26552;7.39374;881;20220322;10.6;3.5;7.1;4.4;3.94;0;2.55;21695
+72101;44.26552;7.39374;881;20220323;14;4.2;9.1;3.2;3.14;0;2.78;22545
+72101;44.26552;7.39374;881;20220324;16.6;6.5;11.6;2.9;3.24;0;3.35;21836
+72101;44.26552;7.39374;881;20220325;15.5;7;11.3;2.5;3.39;0;3.33;21886
+72101;44.26552;7.39374;881;20220326;15.5;7.8;11.6;2.5;3.29;0;3.4;21899
+72101;44.26552;7.39374;881;20220327;13.3;8.7;11;4.4;4.09;0;3.14;13601
+72101;44.26552;7.39374;881;20220328;16.6;8.6;12.6;3.7;3.59;0;3.94;20953
+72101;44.26552;7.39374;881;20220329;14.8;7.9;11.4;2.9;5.99;.6;2.29;15494
+72101;44.26552;7.39374;881;20220330;5.9;5.3;5.6;3;8.79;12.5;.81;6656
+72101;44.26552;7.39374;881;20220331;11.4;4.2;7.8;3.6;8.64;4.1;1.46;12300
+72101;44.26552;7.39374;881;20220401;10.8;4.3;7.6;4.5;7.44;8.8;1.84;14574
+72101;44.26552;7.39374;881;20220402;3.3;-.1;1.6;2.9;5.64;4.2;1.22;12473
+72101;44.26552;7.39374;881;20220403;7.3;1.2;4.2;1.7;5.94;.9;1.81;16986
+72101;44.26552;7.39374;881;20220404;9.1;2.2;5.7;1.8;6.54;0;1.78;18390
+72101;44.26552;7.39374;881;20220405;14.6;3.8;9.2;2.1;6.94;0;2.64;24204
+72101;44.26552;7.39374;881;20220406;11.3;5.5;8.4;2.3;8.19;.2;2.49;22049
+72101;44.26552;7.39374;881;20220407;16.9;5.4;11.2;2.4;8.34;0;2.41;16153
+72101;44.26552;7.39374;881;20220408;18.8;6.3;12.5;3.1;8.84;.4;3.2;17480
+72101;44.26552;7.39374;881;20220409;13.4;9.4;11.4;4.2;4.33;0;4.03;20700
+72101;44.26552;7.39374;881;20220410;13.1;2.7;7.9;4.5;4.53;0;2.69;22600
+72101;44.26552;7.39374;881;20220411;14.6;4.4;9.5;3;5.84;0;2.81;23284
+72101;44.26552;7.39374;881;20220412;14.7;6.6;10.7;1.4;6.54;0;2.8;22673
+72101;44.26552;7.39374;881;20220413;17.3;8.9;13.1;3.1;7.69;0;3.44;22172
+72101;44.26552;7.39374;881;20220414;19;9.3;14.2;4;7.89;0;3.89;24424
+72101;44.26552;7.39374;881;20220415;21.2;12;16.6;2.7;8.24;0;4.43;24544
+72101;44.26552;7.39374;881;20220416;20.4;12.1;16.2;3.5;8.94;2.2;4.31;21198
+72101;44.26552;7.39374;881;20220417;15.2;7;11.1;3.6;7.24;.2;3.45;20312
+72101;44.26552;7.39374;881;20220418;15.1;5.7;10.4;2.4;7.04;0;3.16;22224
+72101;44.26552;7.39374;881;20220419;16.1;7.4;11.8;2.8;8.29;0;2.86;21939
+72101;44.26552;7.39374;881;20220420;8.8;6.8;7.8;2.3;9.49;12;1.32;9388
+72101;44.26552;7.39374;881;20220421;7.3;6.5;6.9;5.1;8.74;16.3;1.11;8185
+72101;44.26552;7.39374;881;20220422;14.4;6;10.2;3.8;9.44;.3;1.92;14560
+72101;44.26552;7.39374;881;20220423;10;8.1;9;4.8;10.39;21;1.01;6861
+72101;44.26552;7.39374;881;20220424;11.4;4.6;8;3;8.94;0;1.76;14083
+72101;44.26552;7.39374;881;20220425;12.9;6.4;9.7;1.5;9.94;0;2.23;16228
+72101;44.26552;7.39374;881;20220426;16.6;8;12.3;2;10.54;0;2.87;21938
+72101;44.26552;7.39374;881;20220427;17.6;9;13.3;2;10.99;.3;3.28;23797
+72101;44.26552;7.39374;881;20220428;19;9.6;14.3;3.6;9.19;0;4;23975
+72101;44.26552;7.39374;881;20220429;17.8;9.3;13.6;3.4;9.54;0;3.68;23882
+72101;44.26552;7.39374;881;20220430;16.3;10;13.1;2.8;9.09;4.5;3.42;20754
+72101;44.26552;7.39374;881;20220501;16.1;9.3;12.7;2;9.49;.3;3.46;24082
+72101;44.26552;7.39374;881;20220502;18.4;8.8;13.6;2.6;10.09;.4;3.67;24723
+72101;44.26552;7.39374;881;20220503;15.2;10.1;12.7;2.2;10.94;1.2;2.99;17708
+72101;44.26552;7.39374;881;20220504;16.5;9.7;13.1;2.1;11.59;2.3;2.91;19364
+72101;44.26552;7.39374;881;20220505;10.8;9.4;10.1;3.4;10.84;17.2;1.85;14651
+72101;44.26552;7.39374;881;20220506;15.9;7.1;11.5;4.5;8.47;10.1;2.79;21313
+72101;44.26552;7.39374;881;20220507;18.2;7.8;13;3.5;9.47;3.1;2.86;22041
+72101;44.26552;7.39374;881;20220508;18.4;7.7;13;2.9;10.13;8.9;2.94;22674
+72101;44.26552;7.39374;881;20220509;19.4;8.1;13.7;2.8;10.47;.6;3.19;23393
+72101;44.26552;7.39374;881;20220510;22.8;6.1;14.4;2.4;10.67;0;3.89;26327
+72101;44.26552;7.39374;881;20220511;24.8;7;15.9;2;11.43;0;4.11;25436
+72101;44.26552;7.39374;881;20220512;24.5;7.4;16;2;11.03;0;4.33;26095
+72101;44.26552;7.39374;881;20220513;23.9;8.5;16.2;1.7;12.27;.3;4.36;26927
+72101;44.26552;7.39374;881;20220514;25.8;8.7;17.3;2;12.43;.5;4.23;26883
+72101;44.26552;7.39374;881;20220515;23.8;10;16.9;1.8;13.17;1.3;3.99;25631
+72101;44.26552;7.39374;881;20220516;24.6;9;16.8;2.1;12.47;1.8;4.3;26662
+72101;44.26552;7.39374;881;20220517;26.8;8.2;17.5;2.2;12.63;0;4.64;27824
+72101;44.26552;7.39374;881;20220518;27.7;10;18.8;1.6;12.87;5;4.9;28090
+72101;44.26552;7.39374;881;20220519;25.9;10.7;18.3;1.8;13.5;0;4.46;26616
+72101;44.26552;7.39374;881;20220520;26.8;10.5;18.7;2.1;12.93;.2;4.41;25877
+72101;44.26552;7.39374;881;20220521;29.3;10.7;20;1.5;12.9;0;5.38;30267
+72101;44.26552;7.39374;881;20220522;29.4;12.1;20.7;1.6;12.27;.1;5.51;28219
+72101;44.26552;7.39374;881;20220523;25.9;11.1;18.5;2.3;11.57;0;4.29;25750
+72101;44.26552;7.39374;881;20220524;22.5;12.6;17.6;2.5;11.5;1.5;3.79;22608
+72101;44.26552;7.39374;881;20220525;17.6;8.9;13.2;1.2;12.47;8.9;3.19;21430
+72101;44.26552;7.39374;881;20220526;23.9;8.2;16.1;2;13.03;2.7;4.16;26939
+72101;44.26552;7.39374;881;20220527;27.3;11.9;19.6;2.4;13.47;1.3;4.94;27151
+72101;44.26552;7.39374;881;20220528;27.2;9.8;18.5;1.7;12.67;7.1;4.82;26915
+72101;44.26552;7.39374;881;20220529;20.6;8.4;14.5;3.4;9.47;.9;3.61;24310
+72101;44.26552;7.39374;881;20220530;19;5.1;12.1;2.7;8.7;.4;3.73;26127
+72101;44.26552;7.39374;881;20220531;20.5;8.3;14.4;2.1;10.53;.9;3.73;24650
+72101;44.26552;7.39374;881;20220601;24.4;7.9;16.1;1.9;11.6;.4;4.56;28195
+72101;44.26552;7.39374;881;20220602;28;11.9;20;1.7;12.73;.1;5.16;28803
+72101;44.26552;7.39374;881;20220603;23.4;14.1;18.7;1.7;14.73;5.4;4.01;23713
+72101;44.26552;7.39374;881;20220604;27.5;12.8;20.1;2;14.9;0;4.36;22857
+72101;44.26552;7.39374;881;20220605;26.9;13.5;20.2;2.5;13.63;0;4.65;24885
+72101;44.26552;7.39374;881;20220606;26.7;9.8;18.3;2.2;12.67;.5;4.99;28024
+72101;44.26552;7.39374;881;20220607;24.8;13.8;19.3;2.2;12.4;0;4.56;23508
+72101;44.26552;7.39374;881;20220608;21.4;8.5;15;2.3;11.33;2.8;3.97;26546
+72101;44.26552;7.39374;881;20220609;22.9;9.5;16.2;2.6;10.43;0;4.32;25377
+72101;44.26552;7.39374;881;20220610;26.9;6;16.4;2.6;7.97;0;5.36;29232
+72101;44.26552;7.39374;881;20220611;29.4;8.8;19.1;1.6;9.97;0;5.39;29181
+72101;44.26552;7.39374;881;20220612;30.5;10.9;20.7;2;11.3;.1;5.61;28827
+72101;44.26552;7.39374;881;20220613;30;13.5;21.7;2.3;13.13;1.1;5.6;27837
+72101;44.26552;7.39374;881;20220614;30;11.3;20.7;2;13.53;0;5.51;29338
+72101;44.26552;7.39374;881;20220615;28.8;13.6;21.2;1.5;14.57;0;5.05;27280
+72101;44.26552;7.39374;881;20220616;32.5;13;22.8;1.9;13.83;0;5.59;29220
+72101;44.26552;7.39374;881;20220617;33.6;11.9;22.7;2.1;13.2;0;5.97;29158
+72101;44.26552;7.39374;881;20220618;31.8;15.2;23.5;1.6;16.2;0;5.32;26564
+72101;44.26552;7.39374;881;20220619;30.5;15.6;23.1;2;15.2;.1;5.23;25923
+72101;44.26552;7.39374;881;20220620;30.8;13.6;22.2;3;12.77;0;5.31;27425
+72101;44.26552;7.39374;881;20220621;29.3;14.8;22;2.5;14.4;.2;4.55;25094
+72101;44.26552;7.39374;881;20220622;23.5;15.9;19.7;2.2;16.17;3.5;3.38;19799
+72101;44.26552;7.39374;881;20220623;24.6;13;18.8;2.4;14.4;1.5;3.68;22151
+72101;44.26552;7.39374;881;20220624;23;12.4;17.7;2.1;13.17;4.2;3.55;21707
+72101;44.26552;7.39374;881;20220625;26.1;10.2;18.1;1.6;11.01;0;5.19;28927
+72101;44.26552;7.39374;881;20220626;28.5;13.9;21.2;1.6;13.01;.6;5.84;29159
+72101;44.26552;7.39374;881;20220627;29.9;14.6;22.3;1.6;14.61;.2;5.65;28051
+72101;44.26552;7.39374;881;20220628;23.3;15.7;19.5;1.1;15.81;25.2;4;21574
+72101;44.26552;7.39374;881;20220629;28.3;10.5;19.4;1.5;12.31;.1;5.69;30380
+72101;44.26552;7.39374;881;20220630;27.8;12.5;20.1;1.7;14.6;0;4.36;24968
+72101;44.26552;7.39374;881;20220701;27.6;14;20.8;2.1;13.53;.8;4.4;23941
+72101;44.26552;7.39374;881;20220702;30.3;11.2;20.7;1.9;13.17;0;5.19;28396
+72101;44.26552;7.39374;881;20220703;32.5;13.5;23;2;13.8;.6;5.59;28225
+72101;44.26552;7.39374;881;20220704;30.3;16.1;23.2;1.8;16.1;4.6;5.15;24753
+72101;44.26552;7.39374;881;20220705;29.7;12.9;21.3;2.1;14.73;0;5.02;26179
+72101;44.26552;7.39374;881;20220706;29.1;13;21.1;2.4;14.13;1.4;4.96;25774
+72101;44.26552;7.39374;881;20220707;29.6;12.5;21.1;2.1;13.9;.4;4.97;25020
+72101;44.26552;7.39374;881;20220708;29.3;11.5;20.4;2.5;12.07;0;5.18;25138
+72101;44.26552;7.39374;881;20220709;29.2;13.4;21.3;1.7;13.37;0;4.84;24956
+72101;44.26552;7.39374;881;20220710;30.3;12.8;21.5;2;13.17;0;4.92;25905
+72101;44.26552;7.39374;881;20220711;29.9;13.6;21.8;2;14.4;0;5.02;25325
+72101;44.26552;7.39374;881;20220712;30.1;13.8;22;1.7;14.23;0;4.9;25580
+72101;44.26552;7.39374;881;20220713;29.7;14.4;22.1;2.1;15.67;1.8;4.79;24394
+72101;44.26552;7.39374;881;20220714;31.2;17;24.1;1.8;16.3;1.1;5.18;24496
+72101;44.26552;7.39374;881;20220715;33.2;8.6;20.9;1.9;14.07;0;5.54;27241
+72101;44.26552;7.39374;881;20220716;33.2;13.2;23.2;2.2;14.5;.1;5.45;26707
+72101;44.26552;7.39374;881;20220717;32.8;15;23.9;2;16.53;2.3;5.24;25585
+72101;44.26552;7.39374;881;20220718;32.8;16.5;24.6;2.7;18.2;2.4;5.13;23574
+72101;44.26552;7.39374;881;20220719;32;15.1;23.5;2.3;17.37;1.1;4.95;23762
+72101;44.26552;7.39374;881;20220720;32.3;17;24.7;2.6;16.43;.3;5.2;22665
+72101;44.26552;7.39374;881;20220721;33.1;15.5;24.3;1.9;15.2;0;5.12;24623
+72101;44.26552;7.39374;881;20220722;33.9;15.9;24.9;2.3;15.5;.1;5.29;24766
+72101;44.26552;7.39374;881;20220723;31.3;16.9;24.1;1.9;15.8;1.1;4.67;22592
+72101;44.26552;7.39374;881;20220724;32.8;16.2;24.5;1.8;16.5;.4;5.11;24424
+72101;44.26552;7.39374;881;20220725;33.7;16.2;25;2.1;16.8;1.2;5.06;24358
+72101;44.26552;7.39374;881;20220726;31.2;14.1;22.6;2.1;15.57;6.3;4.64;23052
+72101;44.26552;7.39374;881;20220727;30;13.6;21.8;2.3;14.77;.8;4.57;22332
+72101;44.26552;7.39374;881;20220728;29.4;14.2;21.8;2;14.43;1.5;4.44;22420
+72101;44.26552;7.39374;881;20220729;24.1;14.5;19.3;1.8;14.33;6.7;3.44;18466
+72101;44.26552;7.39374;881;20220730;29.1;12;20.5;2.1;12.67;0;4.55;22679
+72101;44.26552;7.39374;881;20220731;30.5;12.7;21.6;1.7;11.83;0;4.75;22827
+72101;44.26552;7.39374;881;20220801;32.6;13.4;23;1.7;13.23;0;4.88;23642
+72101;44.26552;7.39374;881;20220802;32;13.6;22.8;1.9;13.97;0;4.72;22845
+72101;44.26552;7.39374;881;20220803;31.4;15.6;23.5;2.3;15.27;0;4.57;20922
+72101;44.26552;7.39374;881;20220804;30.9;18.2;24.5;1.4;16.93;1.7;3.96;18910
+72101;44.26552;7.39374;881;20220805;31.6;16.3;24;1.1;17.17;1.7;4.19;20881
+72101;44.26552;7.39374;881;20220806;31.8;15.2;23.5;1.9;15.07;.1;4.52;21213
+72101;44.26552;7.39374;881;20220807;29.4;13.9;21.7;3;14.27;5;4.36;20325
+72101;44.26552;7.39374;881;20220808;30.6;12;21.3;2.6;13.77;.3;4.2;21394
+72101;44.26552;7.39374;881;20220809;30.6;13.9;22.2;2.6;14.73;1.8;4.31;20466
+72101;44.26552;7.39374;881;20220810;29.9;17.9;23.9;2.4;15.8;7.1;4.11;17397
+72101;44.26552;7.39374;881;20220811;29.3;13;21.2;2.3;14.9;0;4.13;19602
+72101;44.26552;7.39374;881;20220812;30.5;13.6;22;1.4;13.63;.1;4.01;20188
+72101;44.26552;7.39374;881;20220813;30.4;11.5;21;2;11.3;0;4.25;21129
+72101;44.26552;7.39374;881;20220814;23.1;13.4;18.2;2;13.43;4.7;2.94;16222
+72101;44.26552;7.39374;881;20220815;26.4;11.7;19;1.9;13.3;.4;3.38;19011
+72101;44.26552;7.39374;881;20220816;28.7;10.9;19.8;1.8;13.33;3.3;3.64;20450
+72101;44.26552;7.39374;881;20220817;24.3;14.9;19.6;1.9;14.43;7.6;2.99;16006
+72101;44.26552;7.39374;881;20220818;21.8;11.5;16.7;2.4;14.17;17.6;2.72;15758
+72101;44.26552;7.39374;881;20220819;25.7;10.8;18.3;2.1;13.33;0;3.23;17833
+72101;44.26552;7.39374;881;20220820;27.7;11;19.4;1.7;13.37;0;3.66;19344
+72101;44.26552;7.39374;881;20220821;28.8;13.1;21;1.7;13.67;2.5;3.74;18699
+72101;44.26552;7.39374;881;20220822;28;12.7;20.4;2.1;14.23;0;3.57;18121
+72101;44.26552;7.39374;881;20220823;29.5;12.4;20.9;1.5;14.23;0;3.56;18942
+72101;44.26552;7.39374;881;20220824;29;13.2;21.1;1.7;14.27;0;3.6;18073
+72101;44.26552;7.39374;881;20220825;29.2;14.6;21.9;2;15.63;.1;3.45;17318
+72101;44.26552;7.39374;881;20220826;26.7;15.4;21;1.4;16.13;4.2;3.04;15694
+72101;44.26552;7.39374;881;20220827;27.7;12.5;20.1;1.5;14.87;1.5;3.27;18083
+72101;44.26552;7.39374;881;20220828;28;13.3;20.7;1.8;14.3;1.6;3.2;17179
+72101;44.26552;7.39374;881;20220829;28.7;12.1;20.4;1.4;13.77;.4;3.34;18361
+72101;44.26552;7.39374;881;20220830;25.9;15.1;20.5;1.9;15;3.7;2.95;15361
+72101;44.26552;7.39374;881;20220831;25.7;12;18.8;1.7;14.63;.9;2.84;16229
+72101;44.26552;7.39374;881;20220901;26.9;11.7;19.3;1.8;13.7;.7;3.06;16601
+72101;44.26552;7.39374;881;20220902;22.9;11.2;17;1.5;13.33;.5;2.58;15422
+72101;44.26552;7.39374;881;20220903;21.8;12.9;17.3;1.5;13.93;3.2;2.32;13595
+72101;44.26552;7.39374;881;20220904;25.5;10.6;18.1;1.4;13.33;.4;2.76;16568
+72101;44.26552;7.39374;881;20220905;27;12.5;19.8;1.4;14.17;.8;2.88;16340
+72101;44.26552;7.39374;881;20220906;26.7;12;19.4;1.7;14.73;1.6;2.93;16230
+72101;44.26552;7.39374;881;20220907;26.3;14.6;20.4;2.1;14.9;2.2;2.96;14597
+72101;44.26552;7.39374;881;20220908;23;13.7;18.4;1.9;14.1;1.4;2.41;12954
+72101;44.26552;7.39374;881;20220909;23;9.7;16.4;1.9;11.43;0;2.59;14941
+72101;44.26552;7.39374;881;20220910;22.9;7.1;15;2.2;9.7;0;2.84;15899
+72101;44.26552;7.39374;881;20220911;25.6;8;16.8;1.9;11.07;0;2.84;16706
+72101;44.26552;7.39374;881;20220912;27.4;8.8;18.1;1.7;11.9;.1;2.91;17098
+72101;44.26552;7.39374;881;20220913;26.9;11;18.9;1.9;13.13;0;2.87;16009
+72101;44.26552;7.39374;881;20220914;19.7;14.7;17.2;2.3;15.27;7.8;1.76;9190
+72101;44.26552;7.39374;881;20220915;24.6;12.5;18.6;1.8;14.6;.4;2.38;13549
+72101;44.26552;7.39374;881;20220916;23.6;10.9;17.3;1.9;12.97;0;2.33;13657
+72101;44.26552;7.39374;881;20220917;20.4;8.3;14.3;2.7;7.77;0;2.95;17498
+72101;44.26552;7.39374;881;20220918;21.2;3.5;12.4;2;7.23;0;2.47;15063
+72101;44.26552;7.39374;881;20220919;22.6;4.1;13.3;1.5;8.83;0;2.17;15172
+72101;44.26552;7.39374;881;20220920;21.7;4.5;13.1;1.8;8.63;0;2.34;14639
+72101;44.26552;7.39374;881;20220921;19;5.8;12.4;2.9;9.17;0;2.02;13481
+72101;44.26552;7.39374;881;20220922;20.1;10.4;15.3;2.1;9.73;0;2.01;10645
+72101;44.26552;7.39374;881;20220923;19.6;5.9;12.8;2;9.3;.9;2.01;13013
+72101;44.26552;7.39374;881;20220924;12.9;11.3;12.1;1.8;11.07;12;.96;5275
+72101;44.26552;7.39374;881;20220925;15.9;8.1;12;1.9;10.1;.9;1.39;9863
+72101;44.26552;7.39374;881;20220926;17.7;4.4;11.1;1.7;9;.8;1.78;12406
+72101;44.26552;7.39374;881;20220927;17.4;6.7;12.1;2.2;8.93;0;1.73;10559
+72101;44.26552;7.39374;881;20220928;15.4;5.1;10.2;2.1;9.5;.2;1.4;10637
+72101;44.26552;7.39374;881;20220929;16.4;9.1;12.7;2;10.33;2.2;1.51;8903
+72101;44.26552;7.39374;881;20220930;11.8;6.1;8.9;1.5;9.4;3.7;1.11;8449
+72101;44.26552;7.39374;881;20221001;15.2;5.9;10.6;1.9;9.8;.1;1.24;10630
+72101;44.26552;7.39374;881;20221002;21.3;9.5;15.4;1.6;11.03;0;1.99;11284
+72101;44.26552;7.39374;881;20221003;22.5;5.5;14;1.6;9.3;0;2.08;12708
+72101;44.26552;7.39374;881;20221004;22.3;5.6;13.9;1.3;9.83;0;1.86;12824
+72101;44.26552;7.39374;881;20221005;21.7;6.7;14.2;1.5;10.67;.2;1.78;12606
+72101;44.26552;7.39374;881;20221006;22.1;7.6;14.9;1.4;11.03;1.2;1.65;11838
+72101;44.26552;7.39374;881;20221007;21.5;6.6;14;2.8;10.53;0;1.79;11990
+72101;44.26552;7.39374;881;20221008;16.6;7.7;12.1;.9;11.37;3.9;1.19;9670
+72101;44.26552;7.39374;881;20221009;15;10.7;12.8;.9;12.33;14.2;1.01;7148
+72101;44.26552;7.39374;881;20221010;17.7;10.3;14;1.6;11.43;.7;1.2;8570
+72101;44.26552;7.39374;881;20221011;20.8;7.5;14.2;2.6;10.83;.2;1.67;10710
+72101;44.26552;7.39374;881;20221012;19.2;8.5;13.9;2.7;10.73;0;1.47;9836
+72101;44.26552;7.39374;881;20221013;17.7;5.8;11.7;2.1;9.97;.1;1.42;10149
+72101;44.26552;7.39374;881;20221014;18.3;8.2;13.3;1.6;10.57;0;1.36;9494
+72101;44.26552;7.39374;881;20221015;20.9;6.6;13.7;1;10.3;0;1.49;12466
+72101;44.26552;7.39374;881;20221016;20.1;7.3;13.7;1.2;10.4;.2;1.4;10527
+72101;44.26552;7.39374;881;20221017;21.9;7.1;14.5;1.5;10.77;0;1.57;11133
+72101;44.26552;7.39374;881;20221018;23;8.5;15.7;1;11.2;0;1.58;11206
+72101;44.26552;7.39374;881;20221019;24.2;6.6;15.4;1.4;10.3;0;1.74;11063
+72101;44.26552;7.39374;881;20221020;18.3;7.6;13;1.7;11.37;2.3;1.26;9375
+72101;44.26552;7.39374;881;20221021;14.2;12.5;13.4;3.1;13.47;5.2;.71;4549
+72101;44.26552;7.39374;881;20221022;17.2;12.5;14.8;3.2;12.67;0;1.31;6538
+72101;44.26552;7.39374;881;20221023;18.4;9;13.7;2.6;12.17;0;1.13;9059
+72101;44.26552;7.39374;881;20221024;18.4;12.2;15.3;2.8;12.6;0;1.07;6829
+72101;44.26552;7.39374;881;20221025;19.8;9;14.4;1.3;11.1;0;1.2;8866
+72101;44.26552;7.39374;881;20221026;21.6;8;14.8;1.2;10.87;0;1.3;9638
+72101;44.26552;7.39374;881;20221027;23.1;9.6;16.3;2;11.2;0;1.46;9794
+72101;44.26552;7.39374;881;20221028;23.2;8.3;15.8;2.3;10.13;0;1.62;10309
+72101;44.26552;7.39374;881;20221029;22.6;7.8;15.2;1.2;8.63;0;1.63;10312
+72101;44.26552;7.39374;881;20221030;21.6;8.1;14.8;.8;8.7;0;1.25;9249
+72101;44.26552;7.39374;881;20221031;21.4;5.8;13.6;1.6;8.77;.1;1.5;9071
+72101;44.26552;7.39374;881;20221101;15.9;8.7;12.3;1.7;9.97;11;.9;6997
+72101;44.26552;7.39374;881;20221102;16.5;5.3;10.9;1.1;9.3;0;.9;7938
+72101;44.26552;7.39374;881;20221103;11.2;3.7;7.4;1.3;8.8;11.8;.66;6435
+72101;44.26552;7.39374;881;20221104;10.3;5;7.7;2.5;8.07;3.8;.79;5575
+72101;44.26552;7.39374;881;20221105;14.6;2.1;8.4;3.4;5.93;0;1.19;7787
+72101;44.26552;7.39374;881;20221106;14.9;1.1;8;1.6;5.73;0;1.11;7985
+72101;44.26552;7.39374;881;20221107;15.3;0;7.7;1.4;6.77;0;.77;8412
+72101;44.26552;7.39374;881;20221108;15.2;1.1;8.1;1.4;7.3;0;.84;8405
+72101;44.26552;7.39374;881;20221109;11.5;4.8;8.2;1.8;9.17;4.3;.6;5768
+72101;44.26552;7.39374;881;20221110;16.1;2.9;9.5;2.3;8.4;0;.65;7588
+72101;44.26552;7.39374;881;20221111;15.6;1.4;8.5;3;7.57;0;.71;8149
+72101;44.26552;7.39374;881;20221112;17.6;2.7;10.2;2.9;7.23;0;1.14;8217
+72101;44.26552;7.39374;881;20221113;14.4;5.6;10;2.6;7.27;.1;.91;6106
+72101;44.26552;7.39374;881;20221114;9.7;3.6;6.7;1.5;7.67;2;.54;5533
+72101;44.26552;7.39374;881;20221115;8.1;5.6;6.9;1.1;8.87;1.3;.43;3619
+72101;44.26552;7.39374;881;20221116;12.1;5.5;8.8;2.2;8.53;0;.72;5320
+72101;44.26552;7.39374;881;20221117;12.8;1.5;7.1;2.4;8.5;0;.84;6749
+72101;44.26552;7.39374;881;20221118;11.7;4.7;8.2;1.9;7.33;0;.83;4993
+72101;44.26552;7.39374;881;20221119;11.1;-.3;5.4;1.9;5.33;0;.63;6532
+72101;44.26552;7.39374;881;20221120;8.8;-2.4;3.2;2;4.77;0;.7;6622
+72101;44.26552;7.39374;881;20221121;7.5;-2.4;2.5;1.8;5.23;5.4;.67;5698
+72101;44.26552;7.39374;881;20221122;9;1;5;2.4;5.67;1;.64;4926
+72101;44.26552;7.39374;881;20221123;9;-2;3.5;2.2;5.13;0;.75;6688
+72101;44.26552;7.39374;881;20221124;11.5;-.8;5.4;2.2;5.53;0;.86;6291
+72101;44.26552;7.39374;881;20221125;11.3;.3;5.8;2.4;6.03;0;.49;6081
+72101;44.26552;7.39374;881;20221126;11.2;-1.3;5;2.8;5.2;0;.6;6259
+72101;44.26552;7.39374;881;20221127;9.4;-2;3.7;2.2;4.8;0;.51;6035
+72101;44.26552;7.39374;881;20221128;6.4;-.9;2.7;2.2;5.3;0;.35;4784
+72101;44.26552;7.39374;881;20221129;5.4;-1.2;2.1;3.3;5.43;2.5;.3;3626
+72101;44.26552;7.39374;881;20221130;7.6;-2.9;2.4;2.1;4.83;0;.32;5202
+72101;44.26552;7.39374;881;20221201;9.1;-3.2;2.9;1.7;4.7;.1;.31;5703
+72101;44.26552;7.39374;881;20221202;6.3;-4.3;1;2.3;4.63;3.6;.34;5322
+72101;44.26552;7.39374;881;20221203;4.6;-1.6;1.5;4.3;5.13;16.6;.44;3592
+72101;44.26552;7.39374;881;20221204;5.9;2.6;4.3;2.6;6.27;8.9;.44;3488
+72101;44.26552;7.39374;881;20221205;5.2;.4;2.8;1.5;6.07;0;.38;3701
+72101;44.26552;7.39374;881;20221206;6.4;-3.6;1.4;1.4;4.63;0;.43;5451
+72101;44.26552;7.39374;881;20221207;5.8;-3.8;1;1.7;4;0;.68;5272
+72101;44.26552;7.39374;881;20221208;4.2;-4.4;-.1;2.2;4.47;8.2;.35;4894
+72101;44.26552;7.39374;881;20221209;1.5;.2;.8;1.6;6.17;10.8;.28;2703
+72101;44.26552;7.39374;881;20221210;7.3;.5;3.9;2;6.43;0;.33;4087
+72101;44.26552;7.39374;881;20221211;3.3;-4.1;-.4;2.5;3.43;0;.6;4363
+72101;44.26552;7.39374;881;20221212;2;-7.6;-2.8;1.5;3.73;4.9;.31;5738
+72101;44.26552;7.39374;881;20221213;.8;-2.6;-.9;3.1;4.67;.9;.23;2978
+72101;44.26552;7.39374;881;20221214;3.3;-.8;1.2;3;5.9;0;.21;2982
+72101;44.26552;7.39374;881;20221215;1.6;-1.7;0;1.5;6.2;31;.26;2952
+72101;44.26552;7.39374;881;20221216;4.3;-.1;2.1;.8;6.77;1.1;.22;3156
+72101;44.26552;7.39374;881;20221217;5.8;-1.4;2.2;1.5;5.33;0;.43;4196
+72101;44.26552;7.39374;881;20221218;5.5;-6.7;-.6;2.5;4;0;.26;5627
+72101;44.26552;7.39374;881;20221219;5.6;-5.2;.2;1.3;4.83;0;.2;5301
+72101;44.26552;7.39374;881;20221220;5.7;-4.2;.7;1.6;5.57;.3;.21;5048
+72101;44.26552;7.39374;881;20221221;4.4;-.4;2;1.6;6.93;5.6;.22;3728
+72101;44.26552;7.39374;881;20221222;7.5;.6;4.1;1.3;7;0;.32;4346
+72101;44.26552;7.39374;881;20221223;8;.3;4.2;1.4;7.9;0;.44;4914
+72101;44.26552;7.39374;881;20221224;9.2;.7;4.9;1.3;7.6;0;.53;4696
+72101;44.26552;7.39374;881;20221225;9.5;-.4;4.6;1;6.63;0;.28;5337
+72101;44.26552;7.39374;881;20221226;9;-.6;4.2;1.7;6.77;0;.29;4970
+72101;44.26552;7.39374;881;20221227;9.4;.3;4.8;.8;6.63;0;.35;4598
+72101;44.26552;7.39374;881;20221228;6.6;-3.6;1.5;1.2;5.23;0;.34;4991
+72101;44.26552;7.39374;881;20221229;7;-2.4;2.3;1.9;6;0;.26;4779
+72101;44.26552;7.39374;881;20221230;6.7;1.4;4;2;7.37;0;.24;3542
+72101;44.26552;7.39374;881;20221231;10.3;1.9;6.1;1.7;7.87;0;.27;4488
+72102;44.27289;7.70606;509;20220101;13.4;6.7;10.1;1.1;7.63;.1;.55;5051
+72102;44.27289;7.70606;509;20220102;10.3;5.3;7.8;1.4;7.49;0;.55;4786
+72102;44.27289;7.70606;509;20220103;8.7;6.5;7.6;1.6;7.86;0;.58;4786
+72102;44.27289;7.70606;509;20220104;6.9;5.7;6.3;2.9;9.38;0;.68;2223
+72102;44.27289;7.70606;509;20220105;8.5;5.9;7.2;3.8;7.58;.2;1.2;3461
+72102;44.27289;7.70606;509;20220106;8.4;2;5.2;4.6;3.08;0;2.23;6225
+72102;44.27289;7.70606;509;20220107;5.1;1.5;3.3;2.3;4.74;0;1.01;7101
+72102;44.27289;7.70606;509;20220108;6.6;.1;3.3;1.6;6.01;0;.56;5744
+72102;44.27289;7.70606;509;20220109;7.6;.9;4.2;2.5;5.68;0;.81;7867
+72102;44.27289;7.70606;509;20220110;9.5;2.1;5.8;4.2;3.98;0;1.95;7562
+72102;44.27289;7.70606;509;20220111;11.1;3.5;7.3;3.9;3.01;0;2.16;8076
+72102;44.27289;7.70606;509;20220112;7.1;1.3;4.2;3.5;3.88;0;1.69;8412
+72102;44.27289;7.70606;509;20220113;7.3;1.9;4.6;2.4;3.64;0;1.44;8525
+72102;44.27289;7.70606;509;20220114;11.3;4.1;7.7;1.6;4.24;0;.81;8793
+72102;44.27289;7.70606;509;20220115;12.2;4.7;8.4;1.8;6.01;0;.9;8358
+72102;44.27289;7.70606;509;20220116;10.7;3.4;7;2.3;6.84;0;.93;6889
+72102;44.27289;7.70606;509;20220117;12.5;6.3;9.4;3.1;5.84;0;1.4;9010
+72102;44.27289;7.70606;509;20220118;9.3;7.7;8.5;2;6.24;0;1.02;8883
+72102;44.27289;7.70606;509;20220119;6.7;4.3;5.5;2.1;6.78;.1;.77;8005
+72102;44.27289;7.70606;509;20220120;10.7;2.1;6.4;2.4;6.01;0;.96;9107
+72102;44.27289;7.70606;509;20220121;8.1;3.7;5.9;2.6;4.31;0;1.49;8418
+72102;44.27289;7.70606;509;20220122;9.9;0;5;2.4;5.04;0;1.15;9513
+72102;44.27289;7.70606;509;20220123;9.2;3.2;6.2;1.6;6.88;0;.76;7807
+72102;44.27289;7.70606;509;20220124;7.5;1.9;4.7;1.8;7.01;0;.74;8885
+72102;44.27289;7.70606;509;20220125;1.1;-1.9;-.4;1.8;6.68;0;.59;4310
+72102;44.27289;7.70606;509;20220126;8.3;1.1;4.7;1.9;7.04;0;.74;8222
+72102;44.27289;7.70606;509;20220127;12.3;3.9;8.1;1.7;6.44;0;.74;7442
+72102;44.27289;7.70606;509;20220128;14.5;3.5;9;2.1;5.13;0;1.29;10242
+72102;44.27289;7.70606;509;20220129;11.6;4;7.8;2.5;5.84;0;1.33;10132
+72102;44.27289;7.70606;509;20220130;13.4;3.4;8.4;2.1;6.71;0;1.24;8808
+72102;44.27289;7.70606;509;20220131;14.5;5.5;10;3.7;6.54;0;1.82;8415
+72102;44.27289;7.70606;509;20220201;11.7;4.7;8.2;3.8;4.08;0;2.26;10676
+72102;44.27289;7.70606;509;20220202;17.1;6.5;11.8;3.1;6.21;0;2.01;11045
+72102;44.27289;7.70606;509;20220203;13.3;8.5;10.9;1.4;6.07;0;1.01;9209
+72102;44.27289;7.70606;509;20220204;9.1;5.1;7.1;1.1;6.4;.1;.78;8542
+72102;44.27289;7.70606;509;20220205;13.1;4;8.6;1.4;8.44;0;.97;10621
+72102;44.27289;7.70606;509;20220206;10.5;4.7;7.6;2.7;7.66;0;1;7631
+72102;44.27289;7.70606;509;20220207;14.3;2.3;8.3;5.8;4.66;0;3.16;11641
+72102;44.27289;7.70606;509;20220208;14.1;5.3;9.7;2.1;4.31;0;1.7;12005
+72102;44.27289;7.70606;509;20220209;12.7;6.3;9.5;2.1;7.34;0;1.16;11239
+72102;44.27289;7.70606;509;20220210;11.1;5.5;8.3;2.4;8.64;0;1.05;8639
+72102;44.27289;7.70606;509;20220211;10.5;5.1;7.8;2.4;8.41;0;1.14;8551
+72102;44.27289;7.70606;509;20220212;8.3;4.2;6.3;4.4;5.51;.1;2.04;8311
+72102;44.27289;7.70606;509;20220213;9.5;2.2;5.9;2.4;5.01;.4;1.61;11597
+72102;44.27289;7.70606;509;20220214;5.9;2.9;4.4;2.1;6.14;12.9;.84;4573
+72102;44.27289;7.70606;509;20220215;10;1.3;5.6;2.3;6.61;0;1.21;9481
+72102;44.27289;7.70606;509;20220216;10.1;4.3;7.2;1.4;6.31;0;1.11;12126
+72102;44.27289;7.70606;509;20220217;17.7;3.7;10.7;2.1;7.69;0;1.41;12780
+72102;44.27289;7.70606;509;20220218;11.3;8.1;9.7;2.5;8.03;0;1.44;8380
+72102;44.27289;7.70606;509;20220219;11.6;6;8.8;2;9.91;0;1.06;6763
+72102;44.27289;7.70606;509;20220220;14.3;-.7;6.8;2.3;7.17;0;1.57;11789
+72102;44.27289;7.70606;509;20220221;16.5;6.3;11.4;4.7;6.61;0;2.64;13636
+72102;44.27289;7.70606;509;20220222;15.5;7.3;11.4;3.5;5.18;0;2.82;14171
+72102;44.27289;7.70606;509;20220223;15.7;8.1;11.9;2;6.78;0;1.99;14605
+72102;44.27289;7.70606;509;20220224;11.7;6.3;9;2.1;8.01;0;1.47;9141
+72102;44.27289;7.70606;509;20220225;13.5;5.5;9.5;3.7;6.91;0;2.28;14042
+72102;44.27289;7.70606;509;20220226;13.7;2.6;8.2;3.8;2.64;0;3.19;14781
+72102;44.27289;7.70606;509;20220227;11;3.1;7.1;3.6;4.21;0;2.49;14647
+72102;44.27289;7.70606;509;20220228;12.7;3.1;7.9;3.1;4.24;0;2.36;15393
+72102;44.27289;7.70606;509;20220301;7.7;1.7;4.7;3.4;5.04;.1;2.06;11457
+72102;44.27289;7.70606;509;20220302;10.9;2.3;6.6;1.8;5.58;0;1.58;14341
+72102;44.27289;7.70606;509;20220303;12.5;4.7;8.6;2.1;7.24;0;1.66;13008
+72102;44.27289;7.70606;509;20220304;10.5;3.5;7;2.5;7.91;3.9;1.66;12021
+72102;44.27289;7.70606;509;20220305;9.2;4.4;6.8;3.1;6.18;0;1.77;8050
+72102;44.27289;7.70606;509;20220306;9.3;2.7;6;2.9;4.71;0;2.07;13161
+72102;44.27289;7.70606;509;20220307;8.7;1.5;5.1;2;4.78;0;1.96;16753
+72102;44.27289;7.70606;509;20220308;5.3;2.1;3.7;2.9;5.44;0;1.6;8376
+72102;44.27289;7.70606;509;20220309;11.3;1.5;6.4;2;5.68;0;1.86;16609
+72102;44.27289;7.70606;509;20220310;12.3;4.7;8.5;1.7;6.68;.3;1.86;15341
+72102;44.27289;7.70606;509;20220311;7.5;5.5;6.5;3.8;6.54;1.5;1.88;9268
+72102;44.27289;7.70606;509;20220312;6;4.2;5.1;3.7;5.88;2.3;1.6;4913
+72102;44.27289;7.70606;509;20220313;7.4;3.9;5.6;3.2;6.11;10.6;1.65;6829
+72102;44.27289;7.70606;509;20220314;7.7;2.7;5.2;3.9;7.28;2.6;1.33;7602
+72102;44.27289;7.70606;509;20220315;11.1;5.7;8.4;1.3;8.57;0;1.38;9609
+72102;44.27289;7.70606;509;20220316;11.5;7.1;9.3;1.3;8.67;.1;1.64;12448
+72102;44.27289;7.70606;509;20220317;8.3;8.1;8.2;1.8;9.2;1.3;1.37;8197
+72102;44.27289;7.70606;509;20220318;11.1;7.7;9.4;1.8;9.07;.9;1.67;10553
+72102;44.27289;7.70606;509;20220319;12.3;4.3;8.3;1.9;6.27;0;2.11;13745
+72102;44.27289;7.70606;509;20220320;12.4;4.4;8.4;2.5;3.95;0;2.61;16818
+72102;44.27289;7.70606;509;20220321;11.9;5.5;8.7;1.5;4.35;0;2.12;13489
+72102;44.27289;7.70606;509;20220322;12.1;5.1;8.6;1.4;4.15;0;2.39;19341
+72102;44.27289;7.70606;509;20220323;16.3;5.3;10.8;1;3.15;0;2.45;19669
+72102;44.27289;7.70606;509;20220324;19.1;7.3;13.2;1.2;2.75;0;2.86;19989
+72102;44.27289;7.70606;509;20220325;18.1;9.1;13.6;1.8;3.25;0;3.23;18883
+72102;44.27289;7.70606;509;20220326;17.8;7.4;12.6;1.8;3.2;0;3.29;19513
+72102;44.27289;7.70606;509;20220327;17.1;8.9;13;1.9;3.85;0;2.96;13874
+72102;44.27289;7.70606;509;20220328;18.3;10.3;14.3;1.8;3.65;0;3.4;19503
+72102;44.27289;7.70606;509;20220329;16.3;10.9;13.6;1.5;5.7;.4;2.86;17929
+72102;44.27289;7.70606;509;20220330;8.1;7.5;7.8;1.4;10.08;15.1;.96;5111
+72102;44.27289;7.70606;509;20220331;14.1;5.9;10;2.1;9.95;6;1.89;13790
+72102;44.27289;7.70606;509;20220401;13.3;5.9;9.6;3.5;8.15;6.8;2.29;14199
+72102;44.27289;7.70606;509;20220402;7.2;2;4.6;2.1;6.35;3.4;1.65;10505
+72102;44.27289;7.70606;509;20220403;11.1;3.4;7.2;1.7;5.98;.5;1.86;14963
+72102;44.27289;7.70606;509;20220404;11.1;4.3;7.7;1.4;6.91;0;1.97;13980
+72102;44.27289;7.70606;509;20220405;16.3;5.3;10.8;1.6;6.55;0;2.92;22468
+72102;44.27289;7.70606;509;20220406;13.7;7.3;10.5;1.4;7.95;0;2.49;18618
+72102;44.27289;7.70606;509;20220407;19.9;6.7;13.3;1.5;7.98;0;3.05;21047
+72102;44.27289;7.70606;509;20220408;21.7;5.5;13.6;2.2;9.38;0;3.39;20130
+72102;44.27289;7.70606;509;20220409;15.6;11;13.3;4.9;5.92;0;3.54;18190
+72102;44.27289;7.70606;509;20220410;15.9;6.9;11.4;1.8;5.52;0;2.74;20516
+72102;44.27289;7.70606;509;20220411;16.3;7.7;12;1.4;5.45;0;3.05;22280
+72102;44.27289;7.70606;509;20220412;16.7;8.3;12.5;1.2;6.55;0;2.93;20821
+72102;44.27289;7.70606;509;20220413;19.3;10.5;14.9;1.5;7.75;0;3.28;20071
+72102;44.27289;7.70606;509;20220414;21.1;11.1;16.1;1.6;7.88;0;3.89;23958
+72102;44.27289;7.70606;509;20220415;23.5;13.9;18.7;1.5;8.78;0;4.05;24001
+72102;44.27289;7.70606;509;20220416;22.5;12.4;17.5;2.2;8.78;1.1;4.32;23332
+72102;44.27289;7.70606;509;20220417;18.3;10.2;14.3;2.9;7.25;0;4.26;21661
+72102;44.27289;7.70606;509;20220418;17.2;8;12.6;1.8;6.08;0;3.66;24253
+72102;44.27289;7.70606;509;20220419;17.7;9.1;13.4;2;7.65;0;3.66;23601
+72102;44.27289;7.70606;509;20220420;10.7;8.1;9.4;2.1;9.48;12.5;1.68;8304
+72102;44.27289;7.70606;509;20220421;8.5;8.1;8.3;1.6;8.51;16.1;1.84;7738
+72102;44.27289;7.70606;509;20220422;17.3;8.7;13;1.9;10.11;1.3;2.42;13262
+72102;44.27289;7.70606;509;20220423;12.5;10.2;11.4;3.1;12.08;17.8;1.32;5575
+72102;44.27289;7.70606;509;20220424;14.5;6.5;10.5;2.2;10.05;.6;2.46;14812
+72102;44.27289;7.70606;509;20220425;16.9;8.6;12.7;1.4;10.85;0;2.85;17974
+72102;44.27289;7.70606;509;20220426;18.7;10.1;14.4;1.5;12.05;.1;2.62;15232
+72102;44.27289;7.70606;509;20220427;19.3;11.3;15.3;1.6;10.58;.2;3.8;25509
+72102;44.27289;7.70606;509;20220428;20.3;11.9;16.1;2;9.61;0;4.18;24853
+72102;44.27289;7.70606;509;20220429;19.3;11.3;15.3;1.7;9.85;0;3.74;21200
+72102;44.27289;7.70606;509;20220430;18.3;11.9;15.1;1.9;9.31;3.4;3.35;16661
+72102;44.27289;7.70606;509;20220501;19.5;11.2;15.4;1.8;9.28;.9;3.95;24210
+72102;44.27289;7.70606;509;20220502;21.5;11.1;16.3;1.8;10.25;.2;3.91;23752
+72102;44.27289;7.70606;509;20220503;17.5;12.5;15;2.3;11.35;2.1;3.1;14675
+72102;44.27289;7.70606;509;20220504;19.3;11.5;15.4;1.9;12.21;2.9;2.96;15161
+72102;44.27289;7.70606;509;20220505;13.7;11.9;12.8;2;12.51;21.1;1.71;7079
+72102;44.27289;7.70606;509;20220506;11.3;9.3;10.3;2.2;11.27;12.3;2.29;11318
+72102;44.27289;7.70606;509;20220507;19.2;11.9;15.6;1.2;12.4;2.6;2.82;16541
+72102;44.27289;7.70606;509;20220508;19.7;12.9;16.3;1.1;13.07;4.9;2.88;17329
+72102;44.27289;7.70606;509;20220509;20.5;13.1;16.8;1.2;12.57;.6;3.66;21507
+72102;44.27289;7.70606;509;20220510;25.3;13.3;19.3;1.7;12.4;.1;4.53;26900
+72102;44.27289;7.70606;509;20220511;25.9;10.5;18.2;1.6;12.9;.1;4.68;26325
+72102;44.27289;7.70606;509;20220512;23.5;14.9;19.2;1.6;13.3;.2;4.91;27880
+72102;44.27289;7.70606;509;20220513;23.1;14.5;18.8;1.5;14.57;.3;4.32;23980
+72102;44.27289;7.70606;509;20220514;24.3;15.3;19.8;1.5;15.44;.7;4.62;25195
+72102;44.27289;7.70606;509;20220515;23.8;16.9;20.3;1.2;15.07;1.6;4.44;24358
+72102;44.27289;7.70606;509;20220516;25.7;17.1;21.4;1.4;14.1;3.6;4.87;27130
+72102;44.27289;7.70606;509;20220517;27.9;13.1;20.5;1.3;13.7;0;5.16;28530
+72102;44.27289;7.70606;509;20220518;27.1;19.5;23.3;1.6;14.44;3.4;5.17;27323
+72102;44.27289;7.70606;509;20220519;25.3;16.1;20.7;1.7;13.87;.1;4.95;25333
+72102;44.27289;7.70606;509;20220520;26.1;18.3;22.2;1.5;14.37;.2;5.14;27408
+72102;44.27289;7.70606;509;20220521;27.3;17;22.1;1.5;16.04;0;5.35;27708
+72102;44.27289;7.70606;509;20220522;24.8;18;21.4;1.4;16.5;0;4.85;24784
+72102;44.27289;7.70606;509;20220523;27.1;16.9;22;1.4;16.17;0;3.99;19891
+72102;44.27289;7.70606;509;20220524;24.5;17.3;20.9;2.2;14.1;1.8;3.82;16957
+72102;44.27289;7.70606;509;20220525;20.3;11.1;15.7;1.1;15.4;8.4;3.01;17123
+72102;44.27289;7.70606;509;20220526;25.3;15.9;20.6;1.3;15.14;1;4.7;26748
+72102;44.27289;7.70606;509;20220527;28.3;18.3;23.3;1.3;15.94;0;5.29;28420
+72102;44.27289;7.70606;509;20220528;29;19;24;1.8;12.37;6.4;5.59;28505
+72102;44.27289;7.70606;509;20220529;18.8;14.3;16.5;2.2;11.5;.7;3.43;17955
+72102;44.27289;7.70606;509;20220530;14.7;12.3;13.5;1.8;11.04;1.1;3.36;18508
+72102;44.27289;7.70606;509;20220531;20.1;13.1;16.6;1.3;12.64;.7;3.44;18918
+72102;44.27289;7.70606;509;20220601;21.3;14.7;18;1.6;13.67;.7;4.54;24583
+72102;44.27289;7.70606;509;20220602;26;18.1;22;1.6;15.27;0;5.2;25938
+72102;44.27289;7.70606;509;20220603;22.7;19.7;21.2;1.2;17.44;3.8;2.77;13637
+72102;44.27289;7.70606;509;20220604;27.4;18.7;23.1;1.4;17.57;.1;5.12;26595
+72102;44.27289;7.70606;509;20220605;27.4;20.2;23.8;1.7;17.2;0;4.73;22784
+72102;44.27289;7.70606;509;20220606;27.5;18.3;22.9;2;14.8;.5;5.57;28623
+72102;44.27289;7.70606;509;20220607;26.9;19.1;23;2.2;15.27;.2;4.88;23229
+72102;44.27289;7.70606;509;20220608;23.9;18.5;21.2;1.6;13.14;3.2;3.95;21471
+72102;44.27289;7.70606;509;20220609;25.7;17.1;21.4;2;10.57;0;5.44;28678
+72102;44.27289;7.70606;509;20220610;28.1;16.1;22.1;1.8;8.14;0;6.03;30757
+72102;44.27289;7.70606;509;20220611;28.9;18.1;23.5;1.6;11.07;0;6.1;31697
+72102;44.27289;7.70606;509;20220612;29.5;18.9;24.2;1.7;12.9;0;6.24;30913
+72102;44.27289;7.70606;509;20220613;30.5;21.1;25.8;1.6;14.54;0;6.13;29402
+72102;44.27289;7.70606;509;20220614;27.7;20.7;24.2;1.7;14.5;0;5.98;29590
+72102;44.27289;7.70606;509;20220615;26.1;20.9;23.5;1.6;16.9;.2;5.33;25108
+72102;44.27289;7.70606;509;20220616;32.1;20.9;26.5;1.4;17.37;0;6.29;30523
+72102;44.27289;7.70606;509;20220617;31.5;22.5;27;1.4;15.27;0;6.27;29772
+72102;44.27289;7.70606;509;20220618;29.9;21.1;25.5;1.7;16.84;0;6.29;29331
+72102;44.27289;7.70606;509;20220619;29;21.4;25.2;1.7;16.77;.1;6.14;28714
+72102;44.27289;7.70606;509;20220620;31.5;22.1;26.8;1.7;15.5;0;6.19;28891
+72102;44.27289;7.70606;509;20220621;29.1;20.5;24.8;1.4;18.17;.4;5.22;24736
+72102;44.27289;7.70606;509;20220622;25.3;20.5;22.9;1.4;19.47;2;2.95;13464
+72102;44.27289;7.70606;509;20220623;28.5;19.3;23.9;1.4;17.94;1.1;4.25;21756
+72102;44.27289;7.70606;509;20220624;27.5;18.9;23.2;1.7;17.04;4.1;3.66;17627
+72102;44.27289;7.70606;509;20220625;26.9;17.4;22.1;1.4;14.77;0;5.36;29150
+72102;44.27289;7.70606;509;20220626;27.7;19;23.4;1.3;16.84;.3;5.33;26943
+72102;44.27289;7.70606;509;20220627;30.1;20.5;25.3;1.5;17.9;.1;5.34;25482
+72102;44.27289;7.70606;509;20220628;23.9;22.3;23.1;1.5;18.34;19.4;3.33;14458
+72102;44.27289;7.70606;509;20220629;28.5;16.3;22.4;1.6;16.37;0;5.73;29036
+72102;44.27289;7.70606;509;20220630;28.9;19.1;24;1.4;17.67;.1;5.15;26108
+72102;44.27289;7.70606;509;20220701;29.3;18.9;24.1;1.6;16.4;.8;5.49;27984
+72102;44.27289;7.70606;509;20220702;28.8;20.4;24.6;1.7;15.7;0;5.95;28979
+72102;44.27289;7.70606;509;20220703;31.5;22.1;26.8;1.6;16.8;.1;6.4;30086
+72102;44.27289;7.70606;509;20220704;29.3;20.9;25.1;1.8;17.67;7.3;5.05;22375
+72102;44.27289;7.70606;509;20220705;31.1;20.1;25.6;1.8;15.5;0;6.16;29348
+72102;44.27289;7.70606;509;20220706;28.3;21.3;24.8;1.7;15.07;1.1;5.92;28701
+72102;44.27289;7.70606;509;20220707;30.3;20.5;25.4;1.6;15.24;.2;5.7;27241
+72102;44.27289;7.70606;509;20220708;29.7;18.9;24.3;1.9;11.84;0;6.39;31097
+72102;44.27289;7.70606;509;20220709;29.2;20.2;24.7;1.5;13.2;0;5.56;27626
+72102;44.27289;7.70606;509;20220710;29.9;20;24.9;1.5;13.34;0;5.95;29715
+72102;44.27289;7.70606;509;20220711;29.3;20.3;24.8;1.7;14.47;0;5.94;29108
+72102;44.27289;7.70606;509;20220712;29.3;21.3;25.3;1.7;15.34;0;5.71;27031
+72102;44.27289;7.70606;509;20220713;30.1;20.9;25.5;2;16.5;.9;5.81;26807
+72102;44.27289;7.70606;509;20220714;30.7;21.7;26.2;1.5;17.84;.5;5.44;24458
+72102;44.27289;7.70606;509;20220715;32.7;4.3;18.5;1.6;15.84;0;6.52;29996
+72102;44.27289;7.70606;509;20220716;31.4;21.4;26.4;1.7;16.07;0;6.44;29603
+72102;44.27289;7.70606;509;20220717;30.9;22.4;26.6;1.8;17.27;3;6.07;27273
+72102;44.27289;7.70606;509;20220718;31.9;22.5;27.2;1.8;18.47;.9;6.12;27132
+72102;44.27289;7.70606;509;20220719;32.3;22.9;27.6;1.6;17.8;.3;5.9;26363
+72102;44.27289;7.70606;509;20220720;33.7;24.1;28.9;1.7;17.04;.1;6;26267
+72102;44.27289;7.70606;509;20220721;33.5;24.1;28.8;1.5;16.6;0;6.28;28609
+72102;44.27289;7.70606;509;20220722;34.7;24.9;29.8;1.7;16.57;.2;5.99;25090
+72102;44.27289;7.70606;509;20220723;31;22.9;26.9;2.7;20.57;2;5.39;22623
+72102;44.27289;7.70606;509;20220724;31.8;23;27.4;2.2;21.27;.2;5.87;24904
+72102;44.27289;7.70606;509;20220725;33.7;25.1;29.4;1.9;21.11;.5;5.67;24094
+72102;44.27289;7.70606;509;20220726;31.3;21.1;26.2;1.8;17.87;8.7;5.79;25989
+72102;44.27289;7.70606;509;20220727;29.1;17.3;23.2;2.1;16.87;.4;5.75;25947
+72102;44.27289;7.70606;509;20220728;28.1;21.5;24.8;2.2;16.27;.3;5.14;21523
+72102;44.27289;7.70606;509;20220729;25.1;20.1;22.6;1.3;16.87;8.6;3.82;17878
+72102;44.27289;7.70606;509;20220730;30.3;19.2;24.8;1.6;13.47;0;5.78;28856
+72102;44.27289;7.70606;509;20220731;31.2;21.8;26.5;1.8;12.04;0;6.21;28938
+72102;44.27289;7.70606;509;20220801;32.7;22.3;27.5;1.8;13.34;0;6.24;28488
+72102;44.27289;7.70606;509;20220802;30.1;23.1;26.6;1.8;14.17;0;5.74;25944
+72102;44.27289;7.70606;509;20220803;31.3;22.1;26.7;1.8;15.7;0;5.87;26219
+72102;44.27289;7.70606;509;20220804;32.9;23.5;28.2;1.1;17.04;.6;5.31;25355
+72102;44.27289;7.70606;509;20220805;33.1;24.1;28.6;1.4;17.6;.8;5.47;24346
+72102;44.27289;7.70606;509;20220806;32.8;23.2;28;1.6;16.04;0;5.68;24904
+72102;44.27289;7.70606;509;20220807;29.3;21.1;25.2;2;17.7;3.7;4.9;22336
+72102;44.27289;7.70606;509;20220808;29.7;17.7;23.7;1.5;15.24;.1;5.35;26536
+72102;44.27289;7.70606;509;20220809;30.1;20.7;25.4;1.6;16.57;.4;5.27;25464
+72102;44.27289;7.70606;509;20220810;28.9;21.7;25.3;1.8;17.04;6.6;5.27;23754
+72102;44.27289;7.70606;509;20220811;29.1;17.1;23.1;1.7;16.77;0;5.13;25151
+72102;44.27289;7.70606;509;20220812;28.1;20.5;24.3;1.6;14.24;.1;4.97;23930
+72102;44.27289;7.70606;509;20220813;28;19.6;23.8;1.8;12.47;0;5.28;25406
+72102;44.27289;7.70606;509;20220814;25.7;19.5;22.6;1.2;14.14;3.3;3.49;17899
+72102;44.27289;7.70606;509;20220815;28.2;19.5;23.9;1.3;14.6;.4;4.43;23139
+72102;44.27289;7.70606;509;20220816;29.3;19.9;24.6;1.5;15.74;1.8;4.76;24856
+72102;44.27289;7.70606;509;20220817;23.5;20.3;21.9;1.3;19.14;5.7;3.12;15265
+72102;44.27289;7.70606;509;20220818;23.1;17.5;20.3;1.9;17.74;14.9;2.5;12284
+72102;44.27289;7.70606;509;20220819;27.1;15.9;21.5;1.3;15.34;0;3.83;20061
+72102;44.27289;7.70606;509;20220820;28.8;19.6;24.2;1.6;13.47;0;4.93;25128
+72102;44.27289;7.70606;509;20220821;29;20.4;24.7;1.5;13.44;1.1;4.86;24500
+72102;44.27289;7.70606;509;20220822;30.1;20.5;25.3;1.5;14.54;0;4.67;24011
+72102;44.27289;7.70606;509;20220823;30.9;21.1;26;1.5;13.94;0;4.8;24549
+72102;44.27289;7.70606;509;20220824;29.5;20.5;25;1.3;15.07;0;4.45;23618
+72102;44.27289;7.70606;509;20220825;29.9;20.7;25.3;1.2;16.54;.1;4.45;23393
+72102;44.27289;7.70606;509;20220826;26.5;21.5;24;1.3;16.94;2.9;3.93;19456
+72102;44.27289;7.70606;509;20220827;28;19.9;24;1.4;16.3;1.5;4.13;21390
+72102;44.27289;7.70606;509;20220828;28.8;19.2;24;1.4;17.3;2.5;4.07;20927
+72102;44.27289;7.70606;509;20220829;29.1;19.5;24.3;1.4;17.9;.6;4.23;22191
+72102;44.27289;7.70606;509;20220830;24.9;22.1;23.5;1.5;18.74;3.7;2.91;13493
+72102;44.27289;7.70606;509;20220831;26.5;17.1;21.8;1.3;17.84;.4;3.46;18684
+72102;44.27289;7.70606;509;20220901;26.9;17.5;22.2;1.6;16.9;.8;3.63;18399
+72102;44.27289;7.70606;509;20220902;21.7;17.9;19.8;1.3;16.07;1.6;3.07;16621
+72102;44.27289;7.70606;509;20220903;24.3;18.5;21.4;1.1;16.7;3.9;2.46;12851
+72102;44.27289;7.70606;509;20220904;27.2;15.6;21.4;1.2;15.97;.2;3.63;20771
+72102;44.27289;7.70606;509;20220905;27.1;20.1;23.6;1.2;16.87;0;3.36;17316
+72102;44.27289;7.70606;509;20220906;27.5;19.5;23.5;1.5;17.17;1;3.68;19165
+72102;44.27289;7.70606;509;20220907;24.9;19.9;22.4;1.8;18.1;1.1;2.93;12999
+72102;44.27289;7.70606;509;20220908;25;18.4;21.7;1.6;17.27;.4;3.22;17484
+72102;44.27289;7.70606;509;20220909;28.3;19.3;23.8;1.5;15.1;0;3.2;17813
+72102;44.27289;7.70606;509;20220910;25.6;17.2;21.4;1.6;12.2;0;3.53;20108
+72102;44.27289;7.70606;509;20220911;26.9;16.4;21.7;1.2;11.8;0;3.49;21113
+72102;44.27289;7.70606;509;20220912;27.5;18.7;23.1;1.3;13.04;.1;3.53;20832
+72102;44.27289;7.70606;509;20220913;26.1;19.1;22.6;1.4;14.8;0;3.34;18748
+72102;44.27289;7.70606;509;20220914;24.5;19.1;21.8;1.3;17.9;4.3;2.09;10619
+72102;44.27289;7.70606;509;20220915;28;18.4;23.2;1.2;16.5;.8;3.27;18775
+72102;44.27289;7.70606;509;20220916;28.3;20.5;24.4;1.6;12.24;0;3.36;17940
+72102;44.27289;7.70606;509;20220917;24.2;17.9;21.1;2.9;5.97;0;4.3;16905
+72102;44.27289;7.70606;509;20220918;23.5;13;18.3;1.6;6.77;0;3.2;20480
+72102;44.27289;7.70606;509;20220919;24.3;13.3;18.8;1.4;7.7;0;3.09;20286
+72102;44.27289;7.70606;509;20220920;22.5;15.1;18.8;1.3;8.34;0;2.85;19647
+72102;44.27289;7.70606;509;20220921;14.7;14.3;14.5;1.5;10.4;0;1.97;11084
+72102;44.27289;7.70606;509;20220922;20.7;13.5;17.1;1.3;9.97;0;2.5;15229
+72102;44.27289;7.70606;509;20220923;21.5;14.1;17.8;1.4;9.97;.3;2.31;14080
+72102;44.27289;7.70606;509;20220924;15.3;14.3;14.8;1.2;12.5;13.2;.83;2305
+72102;44.27289;7.70606;509;20220925;18.7;12.5;15.6;.9;12.37;2.3;1.67;11117
+72102;44.27289;7.70606;509;20220926;20.5;12.9;16.7;1.3;10.5;.4;2.22;16450
+72102;44.27289;7.70606;509;20220927;23.7;13.1;18.4;1.6;9.9;0;2.39;16017
+72102;44.27289;7.70606;509;20220928;20.7;13.1;16.9;1.5;9.8;.1;1.82;12308
+72102;44.27289;7.70606;509;20220929;19.5;12.5;16;1.7;11.8;5.4;1.72;9868
+72102;44.27289;7.70606;509;20220930;13.1;12.3;12.7;1.2;11.74;5;.95;5209
+72102;44.27289;7.70606;509;20221001;19.7;11.8;15.7;1.4;12.93;0;2.08;14689
+72102;44.27289;7.70606;509;20221002;22.7;12.7;17.7;2.1;14.43;0;2.28;12624
+72102;44.27289;7.70606;509;20221003;25.5;14.9;20.2;1.5;13.36;0;2.62;16773
+72102;44.27289;7.70606;509;20221004;20.5;14.1;17.3;1;14.03;0;2.21;14732
+72102;44.27289;7.70606;509;20221005;20.1;16.7;18.4;1.6;15.16;0;2.15;12655
+72102;44.27289;7.70606;509;20221006;23.3;15.7;19.5;1;14.56;.1;2.09;14530
+72102;44.27289;7.70606;509;20221007;22.1;16.5;19.3;1.8;13.89;0;2.41;15068
+72102;44.27289;7.70606;509;20221008;21.1;14.2;17.6;1;14.53;4.6;1.7;11531
+72102;44.27289;7.70606;509;20221009;16.2;14.7;15.4;1.5;15.76;14.1;1.15;5526
+72102;44.27289;7.70606;509;20221010;16.1;13.1;14.6;2.6;14.53;1;1.92;8599
+72102;44.27289;7.70606;509;20221011;21.1;13.7;17.4;1.5;13.16;0;2.08;13793
+72102;44.27289;7.70606;509;20221012;19.5;14.9;17.2;1.4;13.83;0;1.97;11434
+72102;44.27289;7.70606;509;20221013;19.1;14.3;16.7;1.5;13.03;.1;1.77;11010
+72102;44.27289;7.70606;509;20221014;19.5;14.5;17;1.3;13.89;0;1.65;10545
+72102;44.27289;7.70606;509;20221015;19.8;13.9;16.8;1.3;14.53;0;1.72;11606
+72102;44.27289;7.70606;509;20221016;20;15;17.5;1.6;14.63;.5;1.87;12152
+72102;44.27289;7.70606;509;20221017;20.3;17.1;18.7;1.3;14.16;0;1.86;12157
+72102;44.27289;7.70606;509;20221018;22.1;15.7;18.9;1.1;14.06;0;1.8;12733
+72102;44.27289;7.70606;509;20221019;22.9;15.5;19.2;.9;13.69;0;1.62;11941
+72102;44.27289;7.70606;509;20221020;19.3;16.1;17.7;1.5;14.46;.6;1.38;9378
+72102;44.27289;7.70606;509;20221021;16.3;15.3;15.8;2.3;16.29;.7;.88;2855
+72102;44.27289;7.70606;509;20221022;18.9;15.2;17.1;3.9;15.36;0;1.8;7497
+72102;44.27289;7.70606;509;20221023;17.7;14.9;16.3;1.6;14.99;0;1.23;6156
+72102;44.27289;7.70606;509;20221024;20.5;15.5;18;2.1;16.29;.1;1.24;5516
+72102;44.27289;7.70606;509;20221025;19.7;15.9;17.8;1.9;15.19;.1;1.63;9563
+72102;44.27289;7.70606;509;20221026;19.5;15.7;17.6;1.2;15.49;0;1.42;9659
+72102;44.27289;7.70606;509;20221027;20.5;16.1;18.3;1;14.53;0;1.43;10676
+72102;44.27289;7.70606;509;20221028;21.7;15.9;18.8;1.1;14.26;0;1.46;11086
+72102;44.27289;7.70606;509;20221029;23.4;14.9;19.2;1;12.29;0;1.6;11427
+72102;44.27289;7.70606;509;20221030;21.7;14.9;18.3;1.1;11.93;0;1.48;11257
+72102;44.27289;7.70606;509;20221031;22.1;12.3;17.2;1.3;12.49;0;1.43;10527
+72102;44.27289;7.70606;509;20221101;16.9;13.4;15.1;1.1;13.13;9.2;1.03;6389
+72102;44.27289;7.70606;509;20221102;16.9;12.1;14.5;1.1;13.03;0;1.04;8299
+72102;44.27289;7.70606;509;20221103;16.3;11.7;14;1.2;12.76;9.7;.9;6924
+72102;44.27289;7.70606;509;20221104;12.9;10.9;11.9;2.6;11.19;2.8;1.29;7034
+72102;44.27289;7.70606;509;20221105;18;9.1;13.5;3;6.83;0;2.21;10672
+72102;44.27289;7.70606;509;20221106;16.1;9.6;12.8;1.1;6.96;.1;1.18;10035
+72102;44.27289;7.70606;509;20221107;14.5;8.1;11.3;1.2;9.43;0;1.06;10213
+72102;44.27289;7.70606;509;20221108;13.7;9.5;11.6;1.2;10.26;0;1.02;8923
+72102;44.27289;7.70606;509;20221109;13.5;9.5;11.5;1.9;12.03;5.5;.82;5247
+72102;44.27289;7.70606;509;20221110;15.3;8.5;11.9;2.1;11.49;0;1.29;9720
+72102;44.27289;7.70606;509;20221111;14.3;8.9;11.6;1.6;10.19;0;1.27;8664
+72102;44.27289;7.70606;509;20221112;15.7;10.6;13.1;1.1;9.59;0;.97;6636
+72102;44.27289;7.70606;509;20221113;16.2;10.2;13.2;2.1;9.99;.2;1.47;7332
+72102;44.27289;7.70606;509;20221114;9.1;8.1;8.6;1.4;9.96;1.2;.86;5615
+72102;44.27289;7.70606;509;20221115;8.5;6.7;7.6;1.4;10.79;2;.56;3369
+72102;44.27289;7.70606;509;20221116;11.3;6.1;8.7;1.3;10.66;0;.75;5237
+72102;44.27289;7.70606;509;20221117;10.3;6.1;8.2;1.8;10.76;0;.81;7696
+72102;44.27289;7.70606;509;20221118;14.9;7.3;11.1;1.9;9.39;0;1.02;7516
+72102;44.27289;7.70606;509;20221119;12.9;7.4;10.1;2.2;5.96;0;1.43;6438
+72102;44.27289;7.70606;509;20221120;13.5;5.9;9.7;1.9;5.83;0;1.22;8415
+72102;44.27289;7.70606;509;20221121;8.9;5.9;7.4;2.3;7.59;9.8;.87;6000
+72102;44.27289;7.70606;509;20221122;12.3;1.7;7;2.8;7.93;1.6;1.13;5436
+72102;44.27289;7.70606;509;20221123;11.1;7.5;9.3;1.9;6.33;0;1.03;7835
+72102;44.27289;7.70606;509;20221124;15.5;6.3;10.9;1.9;7.33;0;.87;8461
+72102;44.27289;7.70606;509;20221125;10.9;7.1;9;1.6;7.89;0;.89;6027
+72102;44.27289;7.70606;509;20221126;14.3;5.6;9.9;2.5;6.26;0;1.42;8091
+72102;44.27289;7.70606;509;20221127;11.7;5.6;8.6;1.2;5.66;0;.82;7406
+72102;44.27289;7.70606;509;20221128;6.1;4.3;5.2;1.1;6.69;0;.65;4165
+72102;44.27289;7.70606;509;20221129;4.3;3.3;3.8;2.7;7.23;2.7;.85;3637
+72102;44.27289;7.70606;509;20221130;4.9;1.9;3.4;2.5;6.76;0;.99;7296
+72102;44.27289;7.70606;509;20221201;9.1;2.5;5.8;2.4;6.49;.1;.93;7635
+72102;44.27289;7.70606;509;20221202;6.7;3.1;4.9;.9;6.4;3.7;.35;4001
+72102;44.27289;7.70606;509;20221203;6;4.3;5.1;2.3;7.3;18.2;.5;2087
+72102;44.27289;7.70606;509;20221204;8.4;5;6.7;1.5;8.2;7.8;.54;2047
+72102;44.27289;7.70606;509;20221205;8.5;4.1;6.3;1.3;7.87;0;.47;2890
+72102;44.27289;7.70606;509;20221206;8.3;3.1;5.7;1.2;5.54;0;.41;6412
+72102;44.27289;7.70606;509;20221207;6.1;2.3;4.2;.9;5.17;0;.33;6295
+72102;44.27289;7.70606;509;20221208;8.2;2.7;5.4;.9;5.34;6.5;.32;5287
+72102;44.27289;7.70606;509;20221209;2.3;1.3;1.8;1;6.67;10.6;.32;1108
+72102;44.27289;7.70606;509;20221210;8.7;2.9;5.8;1;6.5;0;.36;4639
+72102;44.27289;7.70606;509;20221211;8;1.5;4.7;1.6;3.17;0;.71;6561
+72102;44.27289;7.70606;509;20221212;2.7;.3;1.5;1.1;3.8;3.3;.25;6079
+72102;44.27289;7.70606;509;20221213;2.5;-1.7;.4;1.4;5.14;.8;.36;2831
+72102;44.27289;7.70606;509;20221214;3.5;-.1;1.7;.7;5.64;0;.28;3658
+72102;44.27289;7.70606;509;20221215;1.9;.9;1.4;.9;5.54;32;.28;2108
+72102;44.27289;7.70606;509;20221216;6.1;1.4;3.7;.9;6.6;2.1;.32;3089
+72102;44.27289;7.70606;509;20221217;9.1;1.7;5.4;1.2;5.84;0;.31;5691
+72102;44.27289;7.70606;509;20221218;7.2;2.7;4.9;1;5.5;0;.35;4678
+72102;44.27289;7.70606;509;20221219;4.3;1.1;2.7;.8;5.34;0;.26;4669
+72102;44.27289;7.70606;509;20221220;5.7;1.7;3.7;.8;5.74;1.4;.3;4333
+72102;44.27289;7.70606;509;20221221;7.1;4.1;5.6;.8;6.74;6.8;.31;4061
+72102;44.27289;7.70606;509;20221222;7.5;2.3;4.9;.9;6.54;0;.31;4846
+72102;44.27289;7.70606;509;20221223;7.5;2.3;4.9;1.1;7.44;0;.25;4619
+72102;44.27289;7.70606;509;20221224;9.5;4.3;6.9;.8;8.2;0;.37;2762
+72102;44.27289;7.70606;509;20221225;9.3;7.6;8.4;.5;8.5;0;.32;2449
+72102;44.27289;7.70606;509;20221226;12;7.2;9.6;.8;8.2;0;.41;3541
+72102;44.27289;7.70606;509;20221227;9.9;5.3;7.6;.9;7.07;0;.3;5989
+72102;44.27289;7.70606;509;20221228;6.5;4.7;5.6;.9;6.67;0;.37;4243
+72102;44.27289;7.70606;509;20221229;7.3;5.1;6.2;.7;6.67;0;.32;4545
+72102;44.27289;7.70606;509;20221230;6.3;4.1;5.2;.9;7.64;0;.39;3381
+72102;44.27289;7.70606;509;20221231;9.8;4.8;7.3;1;7.7;0;.33;4728
+73073;43.89761;-1.27989;20;20220101;22.9;9.8;16.4;1.4;9.91;0;1.16;6379
+73073;43.89761;-1.27989;20;20220102;17.6;7.2;12.4;1.9;11.47;.1;.73;5639
+73073;43.89761;-1.27989;20;20220103;18.4;8.5;13.4;2.5;11.2;0;1.12;5974
+73073;43.89761;-1.27989;20;20220104;17.4;10.7;14.1;4.9;10.94;9.6;1.78;4374
+73073;43.89761;-1.27989;20;20220105;9.7;4.7;7.2;2;7.37;.8;.76;3807
+73073;43.89761;-1.27989;20;20220106;9.6;.5;5.1;1.5;6.04;.1;.59;6487
+73073;43.89761;-1.27989;20;20220107;12.6;1;6.8;4.9;8.53;4.7;.9;5803
+73073;43.89761;-1.27989;20;20220108;12.8;9.8;11.3;9;10.97;9;1.34;2984
+73073;43.89761;-1.27989;20;20220109;12.1;10.8;11.4;8;12.27;26.4;.82;1072
+73073;43.89761;-1.27989;20;20220110;13.2;11.3;12.2;6.8;13.47;3.9;.55;1464
+73073;43.89761;-1.27989;20;20220111;11;7.6;9.3;1.2;9.6;0;.53;4822
+73073;43.89761;-1.27989;20;20220112;7.2;0;3.6;1.2;6.5;0;.41;6517
+73073;43.89761;-1.27989;20;20220113;7.7;-1.5;3.1;2.7;6.53;0;.56;6570
+73073;43.89761;-1.27989;20;20220114;8.3;-.5;3.9;2.6;6.5;.1;.65;7504
+73073;43.89761;-1.27989;20;20220115;11.8;-2.4;4.7;1.4;6.4;.1;.55;8653
+73073;43.89761;-1.27989;20;20220116;11.2;-1.1;5;2.1;6.83;.1;.67;7726
+73073;43.89761;-1.27989;20;20220117;9.9;1;5.4;2.2;7.53;.1;.6;6350
+73073;43.89761;-1.27989;20;20220118;6.1;2.4;4.3;1.5;7.97;.2;.39;2501
+73073;43.89761;-1.27989;20;20220119;10.6;4.4;7.5;2.4;9.1;1.3;.6;3758
+73073;43.89761;-1.27989;20;20220120;10.9;6.8;8.9;3.4;9.74;1;.79;3297
+73073;43.89761;-1.27989;20;20220121;6.8;1.3;4.1;2.7;6.17;.1;.75;7181
+73073;43.89761;-1.27989;20;20220122;7.9;-1;3.4;2.3;5.57;.1;.79;8347
+73073;43.89761;-1.27989;20;20220123;10.9;-1.8;4.6;2.5;6.07;0;.94;8975
+73073;43.89761;-1.27989;20;20220124;14.6;.1;7.3;2.2;6.73;0;1.13;9146
+73073;43.89761;-1.27989;20;20220125;14.8;.1;7.5;1.9;6.87;0;1.05;9562
+73073;43.89761;-1.27989;20;20220126;13.1;.5;6.8;2.4;7;0;1.07;9240
+73073;43.89761;-1.27989;20;20220127;9.1;-1.5;3.8;1.6;6.77;.1;.55;7572
+73073;43.89761;-1.27989;20;20220128;8.2;2.5;5.4;1.6;7.17;0;.6;5095
+73073;43.89761;-1.27989;20;20220129;3.3;.3;1.8;1.9;6.94;0;.33;3066
+73073;43.89761;-1.27989;20;20220130;3;.4;1.7;2.1;7.1;.5;.29;2266
+73073;43.89761;-1.27989;20;20220131;11.5;2.7;7.1;3.6;9.38;1.7;.63;6075
+73073;43.89761;-1.27989;20;20220201;10.9;3.5;7.2;3.3;9.07;0;.74;6010
+73073;43.89761;-1.27989;20;20220202;13;8.9;11;2.9;10.94;0;.9;5265
+73073;43.89761;-1.27989;20;20220203;13.6;5.6;9.6;3.1;10.97;0;.72;5315
+73073;43.89761;-1.27989;20;20220204;12.4;6.9;9.7;3.1;11.27;1.1;.65;3738
+73073;43.89761;-1.27989;20;20220205;11.3;6.2;8.8;2.3;8.47;0;1.01;8880
+73073;43.89761;-1.27989;20;20220206;11.4;1.7;6.6;3.9;8.97;1.4;.76;5844
+73073;43.89761;-1.27989;20;20220207;13.4;9.9;11.7;3.5;11.36;1.2;1.04;5974
+73073;43.89761;-1.27989;20;20220208;15.8;5.8;10.8;2.7;8.97;0;1.51;10840
+73073;43.89761;-1.27989;20;20220209;16.9;4.1;10.5;1.6;9.04;.1;1.21;10782
+73073;43.89761;-1.27989;20;20220210;12.7;3.5;8.1;1.7;9.5;4.1;1.17;9969
+73073;43.89761;-1.27989;20;20220211;11.5;7.7;9.6;2.3;9.6;0;.98;4924
+73073;43.89761;-1.27989;20;20220212;14.5;3;8.8;1.3;8.4;0;1.05;10132
+73073;43.89761;-1.27989;20;20220213;18.9;2.7;10.8;4.5;8.97;5.7;2.23;10626
+73073;43.89761;-1.27989;20;20220214;11.9;8.6;10.2;6.1;9.93;23.7;1.39;5529
+73073;43.89761;-1.27989;20;20220215;13.2;6;9.6;4.4;9.77;6;1.31;7261
+73073;43.89761;-1.27989;20;20220216;13.2;9.9;11.5;7;12.5;5.6;.82;4250
+73073;43.89761;-1.27989;20;20220217;14.8;12.4;13.6;4;12.73;.6;1.15;4229
+73073;43.89761;-1.27989;20;20220218;15.7;5.8;10.7;3.5;10.83;.3;1.22;8314
+73073;43.89761;-1.27989;20;20220219;12.5;7.1;9.8;2.4;9.23;1;1.24;9401
+73073;43.89761;-1.27989;20;20220220;13.3;5.4;9.3;5;11.17;3.3;.93;7499
+73073;43.89761;-1.27989;20;20220221;13.5;10.9;12.2;6.4;11;.5;1.7;7030
+73073;43.89761;-1.27989;20;20220222;14.8;9.5;12.1;2.5;9.83;0;1.62;9753
+73073;43.89761;-1.27989;20;20220223;17.6;3;10.3;2.1;9.6;0;1.64;12983
+73073;43.89761;-1.27989;20;20220224;13.2;5.7;9.4;3.4;10.77;1.2;.97;7212
+73073;43.89761;-1.27989;20;20220225;12.9;5.4;9.2;2.5;7.73;0;1.64;12094
+73073;43.89761;-1.27989;20;20220226;15.4;1.8;8.6;3.5;5.94;0;2.44;14871
+73073;43.89761;-1.27989;20;20220227;15.3;6.6;11;2.1;9.23;.1;1.6;10776
+73073;43.89761;-1.27989;20;20220228;19.6;4.5;12.1;1.6;9.7;0;1.87;15191
+73073;43.89761;-1.27989;20;20220301;19.8;4.2;12;2.3;8.7;0;2.3;13605
+73073;43.89761;-1.27989;20;20220302;13.7;10.3;12;2.6;11.53;1;1.18;6016
+73073;43.89761;-1.27989;20;20220303;14.7;6.3;10.5;3.8;11.1;6.7;1.24;8800
+73073;43.89761;-1.27989;20;20220304;12.4;9.4;10.9;6.3;9.77;0;1.82;9098
+73073;43.89761;-1.27989;20;20220305;12.1;4.6;8.3;2.1;8.17;.2;1.38;10263
+73073;43.89761;-1.27989;20;20220306;11.4;3.9;7.6;1.3;7.9;.2;1.22;9428
+73073;43.89761;-1.27989;20;20220307;13;1.1;7.1;2.1;6.93;0;1.72;15167
+73073;43.89761;-1.27989;20;20220308;13.2;8.2;10.7;3;9.37;1.9;1.52;6668
+73073;43.89761;-1.27989;20;20220309;18.6;4.2;11.4;3.5;8.67;.4;2.62;14278
+73073;43.89761;-1.27989;20;20220310;16.8;11;13.9;2.4;11.37;4.6;1.83;9669
+73073;43.89761;-1.27989;20;20220311;17.2;11.6;14.4;3.2;10.83;11.2;2.03;6303
+73073;43.89761;-1.27989;20;20220312;16;7.9;11.9;2.7;10.1;8.9;2.1;15379
+73073;43.89761;-1.27989;20;20220313;14.3;8.9;11.6;4.2;9.33;4.4;2.22;12267
+73073;43.89761;-1.27989;20;20220314;12.8;6.2;9.5;3.4;9.64;.4;1.34;6893
+73073;43.89761;-1.27989;20;20220315;21.7;9.3;15.5;3.6;12.3;0;2.76;13809
+73073;43.89761;-1.27989;20;20220316;15.3;11.4;13.4;3.9;12.87;1.1;1.41;5681
+73073;43.89761;-1.27989;20;20220317;11.1;10.8;10.9;5;11.4;8;.94;1300
+73073;43.89761;-1.27989;20;20220318;13.2;8.2;10.7;2.3;9.63;0;1.5;7076
+73073;43.89761;-1.27989;20;20220319;19.6;5.9;12.8;2.8;9.57;0;2.69;14671
+73073;43.89761;-1.27989;20;20220320;19.5;8;13.8;3;9.83;0;2.67;11236
+73073;43.89761;-1.27989;20;20220321;21;10.4;15.7;3.8;10.07;1.2;3.45;13529
+73073;43.89761;-1.27989;20;20220322;18.1;8.4;13.2;3.7;8.33;0;3.08;11405
+73073;43.89761;-1.27989;20;20220323;19.1;6;12.5;3.3;7.87;0;3.42;17956
+73073;43.89761;-1.27989;20;20220324;18.6;5.6;12.1;2.8;8.87;0;2.82;17143
+73073;43.89761;-1.27989;20;20220325;18.8;7.9;13.4;2.5;9.3;0;2.74;15317
+73073;43.89761;-1.27989;20;20220326;19.6;5.9;12.8;3.5;8.23;0;3.38;18289
+73073;43.89761;-1.27989;20;20220327;21.7;6.4;14;2.5;8.8;0;3.43;18686
+73073;43.89761;-1.27989;20;20220328;21.9;8.8;15.3;2.2;9.2;0;3.25;15428
+73073;43.89761;-1.27989;20;20220329;16.7;9.1;12.9;2.7;11.73;.1;1.72;7799
+73073;43.89761;-1.27989;20;20220330;14.4;10.3;12.4;3.5;11.57;10.3;1.53;6203
+73073;43.89761;-1.27989;20;20220331;14.3;8.9;11.6;5.8;9.67;8.6;2.36;11473
+73073;43.89761;-1.27989;20;20220401;9.4;2.5;6;3.8;6.27;2.7;1.93;12212
+73073;43.89761;-1.27989;20;20220402;10.3;3.4;6.9;4.6;6.05;.1;2.5;16731
+73073;43.89761;-1.27989;20;20220403;8.1;-1.1;3.5;2.8;6.14;.1;2;16297
+73073;43.89761;-1.27989;20;20220404;12.1;1.4;6.7;1.8;5.42;.1;2.25;19043
+73073;43.89761;-1.27989;20;20220405;15;-.1;7.4;1.8;7.01;0;2.25;17650
+73073;43.89761;-1.27989;20;20220406;13.9;5.9;9.9;3.5;10.27;1;1.72;10821
+73073;43.89761;-1.27989;20;20220407;19.1;8.9;14;5.2;11.4;8.2;2.73;11083
+73073;43.89761;-1.27989;20;20220408;19.5;10.9;15.2;5.6;11.2;1;3.06;8455
+73073;43.89761;-1.27989;20;20220409;15.4;7.8;11.6;2.9;8.93;.3;2.79;17707
+73073;43.89761;-1.27989;20;20220410;23.1;2.3;12.7;4.1;7.97;0;4.66;23912
+73073;43.89761;-1.27989;20;20220411;25.4;10.4;17.9;4.1;11.27;.2;4.5;18244
+73073;43.89761;-1.27989;20;20220412;21.5;11.4;16.5;3;11.97;.2;3.35;15572
+73073;43.89761;-1.27989;20;20220413;18.4;9.2;13.8;2.6;13;.4;2.25;13995
+73073;43.89761;-1.27989;20;20220414;21;11.8;16.4;2.3;13.6;.1;2.94;17676
+73073;43.89761;-1.27989;20;20220415;18;9.8;13.9;2.7;13.6;0;2.3;15565
+73073;43.89761;-1.27989;20;20220416;19.5;11.7;15.6;2.4;13.23;0;2.96;18449
+73073;43.89761;-1.27989;20;20220417;19.6;9.1;14.4;3.4;13.07;0;2.84;18774
+73073;43.89761;-1.27989;20;20220418;17.6;12.3;14.9;3.2;12.6;0;2.33;11149
+73073;43.89761;-1.27989;20;20220419;12.3;9.2;10.8;3.5;11.43;13.4;1.19;4087
+73073;43.89761;-1.27989;20;20220420;11.4;9.2;10.3;5.3;11.67;18.9;.99;5463
+73073;43.89761;-1.27989;20;20220421;13.3;8.9;11.1;3.7;12.17;4.4;1.17;5730
+73073;43.89761;-1.27989;20;20220422;21.1;7.1;14.1;3.2;10.6;2.5;3.61;20143
+73073;43.89761;-1.27989;20;20220423;14.4;11.2;12.8;4.9;11.83;5.4;2.03;10178
+73073;43.89761;-1.27989;20;20220424;16.4;10.1;13.2;5.8;12.27;.9;2.37;13686
+73073;43.89761;-1.27989;20;20220425;19.3;6.9;13.1;2.3;11;0;3.24;22345
+73073;43.89761;-1.27989;20;20220426;24.2;8.1;16.2;3.1;12.13;3.5;4.38;24624
+73073;43.89761;-1.27989;20;20220427;17.2;12.9;15;2.4;14.17;.6;1.78;8690
+73073;43.89761;-1.27989;20;20220428;16.2;13.1;14.6;2.2;14.33;.5;1.58;7965
+73073;43.89761;-1.27989;20;20220429;18.5;10.1;14.3;1.8;13.5;0;2.65;17683
+73073;43.89761;-1.27989;20;20220430;18.5;12.4;15.4;2.3;13.53;0;2.67;15661
+73073;43.89761;-1.27989;20;20220501;19;10.8;14.9;2.9;13.4;0;2.87;18025
+73073;43.89761;-1.27989;20;20220502;17.9;11.8;14.9;3.2;12.7;0;2.76;14745
+73073;43.89761;-1.27989;20;20220503;20.4;11.1;15.7;3.9;13.53;1.7;2.95;15396
+73073;43.89761;-1.27989;20;20220504;19.3;13.5;16.4;4.4;12.97;0;3.13;15039
+73073;43.89761;-1.27989;20;20220505;19.7;9.2;14.5;3.5;12.77;0;3.11;18919
+73073;43.89761;-1.27989;20;20220506;17.9;11.5;14.7;3.2;13.57;.1;2.92;18914
+73073;43.89761;-1.27989;20;20220507;19.5;12.7;16.1;2.5;14.33;.1;2.41;12104
+73073;43.89761;-1.27989;20;20220508;21.3;11.8;16.6;2.5;14.27;.1;3.42;19907
+73073;43.89761;-1.27989;20;20220509;24.6;10.7;17.6;2.1;14.07;0;4.44;25827
+73073;43.89761;-1.27989;20;20220510;25.3;12.1;18.7;2.2;14.2;0;4.62;25047
+73073;43.89761;-1.27989;20;20220511;20.8;14.8;17.8;2.4;15.1;1.4;3.04;15846
+73073;43.89761;-1.27989;20;20220512;20.6;14.5;17.6;2.2;15.23;1.8;2.68;13461
+73073;43.89761;-1.27989;20;20220513;21.9;14.6;18.3;2.1;15.54;0;3.32;18275
+73073;43.89761;-1.27989;20;20220514;31.4;12;21.7;2.8;16.17;1.3;5.57;24374
+73073;43.89761;-1.27989;20;20220515;29.2;16.1;22.7;3.1;18.27;4.4;4.78;20365
+73073;43.89761;-1.27989;20;20220516;27.3;16.1;21.7;2.4;16.87;0;4.94;25006
+73073;43.89761;-1.27989;20;20220517;27;16.8;21.9;2.9;16.47;0;5.26;25530
+73073;43.89761;-1.27989;20;20220518;33.6;14.8;24.2;3.1;17.27;1.9;6.45;26720
+73073;43.89761;-1.27989;20;20220519;25.7;17.1;21.4;2.9;18.63;0;3.92;18604
+73073;43.89761;-1.27989;20;20220520;21.6;17.9;19.8;2.9;18.97;0;2.8;13865
+73073;43.89761;-1.27989;20;20220521;28.8;16.8;22.8;2.7;18.63;0;4.7;20484
+73073;43.89761;-1.27989;20;20220522;30.5;18.2;24.3;4.2;19.77;1.5;5.58;22291
+73073;43.89761;-1.27989;20;20220523;19.7;16.3;18;7.3;15.97;2.3;3.15;13567
+73073;43.89761;-1.27989;20;20220524;17.4;13.8;15.6;4.9;13.14;2.7;3.05;14291
+73073;43.89761;-1.27989;20;20220525;19.4;12.2;15.8;4.1;12.77;0;3.85;21980
+73073;43.89761;-1.27989;20;20220526;19.9;11.6;15.8;2.8;13.8;.1;3.26;18000
+73073;43.89761;-1.27989;20;20220527;22.4;12.8;17.6;2.6;14.87;.1;4.01;23610
+73073;43.89761;-1.27989;20;20220528;24.1;11.4;17.8;2.5;14.83;0;4.86;27684
+73073;43.89761;-1.27989;20;20220529;24.4;11.5;18;3.2;11.87;0;5.37;27804
+73073;43.89761;-1.27989;20;20220530;21.7;10.9;16.3;3.1;10.37;0;4.6;24002
+73073;43.89761;-1.27989;20;20220531;23.2;12.5;17.8;2.4;13.07;.1;4.38;23759
+73073;43.89761;-1.27989;20;20220601;27;13.9;20.4;3.6;14.67;.5;5.79;26750
+73073;43.89761;-1.27989;20;20220602;24.9;16.9;20.9;3.6;18.37;4;4.3;21320
+73073;43.89761;-1.27989;20;20220603;23.9;18.2;21;3.2;19.2;4.6;3.62;17561
+73073;43.89761;-1.27989;20;20220604;22.7;17.9;20.3;2.6;18.93;.6;3.02;14365
+73073;43.89761;-1.27989;20;20220605;22.8;17.5;20.1;2.9;16.74;0;4.12;21144
+73073;43.89761;-1.27989;20;20220606;23.6;15.6;19.6;2.1;16.4;.2;3.81;19370
+73073;43.89761;-1.27989;20;20220607;22.8;17.7;20.3;2.8;16.77;5.3;3.86;18761
+73073;43.89761;-1.27989;20;20220608;19.7;15.2;17.4;3.3;17.13;2.2;2.27;11000
+73073;43.89761;-1.27989;20;20220609;22.3;15.8;19.1;2.7;15.07;.1;4.41;23444
+73073;43.89761;-1.27989;20;20220610;25.5;12.2;18.8;2.8;15.97;0;4.82;27432
+73073;43.89761;-1.27989;20;20220611;25;17.2;21.1;2.7;18.83;.1;3.87;19155
+73073;43.89761;-1.27989;20;20220612;24.8;17.9;21.4;3;19.74;4.4;3.49;16068
+73073;43.89761;-1.27989;20;20220613;26;18.9;22.4;2.6;20.3;0;4.29;20830
+73073;43.89761;-1.27989;20;20220614;31.3;18.2;24.8;2.5;21.1;0;5.47;23240
+73073;43.89761;-1.27989;20;20220615;27.7;20;23.8;3;21.5;0;4.93;23865
+73073;43.89761;-1.27989;20;20220616;34.8;18.5;26.6;2.2;20.17;0;6.29;26626
+73073;43.89761;-1.27989;20;20220617;37.8;20.7;29.2;3.1;21.74;0;7.72;28499
+73073;43.89761;-1.27989;20;20220618;40.5;22.3;31.4;3.4;21.27;0;8.63;28210
+73073;43.89761;-1.27989;20;20220619;26;19;22.5;4.4;19.2;.5;4.73;21376
+73073;43.89761;-1.27989;20;20220620;26;19;22.5;4.3;18.44;1;4.55;18778
+73073;43.89761;-1.27989;20;20220621;24.1;19.1;21.6;4.3;20.07;19.5;3.76;17545
+73073;43.89761;-1.27989;20;20220622;23.7;16.7;20.2;3.8;18.5;.6;4.09;21557
+73073;43.89761;-1.27989;20;20220623;24.6;15.2;19.9;2.4;17.87;9.2;4.12;22125
+73073;43.89761;-1.27989;20;20220624;23.7;16.4;20.1;4.4;16.6;2;4.53;22397
+73073;43.89761;-1.27989;20;20220625;19.1;15.8;17.5;2.8;15.73;7.2;2.21;8968
+73073;43.89761;-1.27989;20;20220626;18.3;14;16.1;1.9;15.07;8.8;2.07;9981
+73073;43.89761;-1.27989;20;20220627;19.5;15;17.3;2.7;15.03;.3;3.1;15101
+73073;43.89761;-1.27989;20;20220628;23.6;14.8;19.2;2.5;14.47;0;4.67;25130
+73073;43.89761;-1.27989;20;20220629;22.7;12.3;17.5;2.5;15.23;.3;3.71;20570
+73073;43.89761;-1.27989;20;20220630;19.1;14.8;17;2.7;15.1;1.6;2.59;11917
+73073;43.89761;-1.27989;20;20220701;23.1;11.3;17.2;2.4;13.77;0;4.5;26293
+73073;43.89761;-1.27989;20;20220702;29;13.7;21.4;3.7;14.83;0;6.33;28931
+73073;43.89761;-1.27989;20;20220703;23.7;15.5;19.6;3.3;16.8;.2;4.36;23657
+73073;43.89761;-1.27989;20;20220704;22.3;17.3;19.8;2.6;17.87;.1;2.94;13405
+73073;43.89761;-1.27989;20;20220705;25.4;16.6;21;2.7;18.5;0;4.69;25194
+73073;43.89761;-1.27989;20;20220706;25.3;16.8;21;3;17.5;.1;4.8;23812
+73073;43.89761;-1.27989;20;20220707;24.9;17.9;21.4;3.2;18.87;.1;4.32;21863
+73073;43.89761;-1.27989;20;20220708;26.5;16.9;21.7;2.7;18.24;0;4.83;24395
+73073;43.89761;-1.27989;20;20220709;28.3;16.9;22.6;3.1;18.33;0;5.52;26404
+73073;43.89761;-1.27989;20;20220710;31;17.2;24.1;2.8;18.23;.1;6.29;27244
+73073;43.89761;-1.27989;20;20220711;31.3;16.7;24;2.7;19;0;6.1;27918
+73073;43.89761;-1.27989;20;20220712;32.4;19.5;25.9;2.3;21.04;.1;5.96;25768
+73073;43.89761;-1.27989;20;20220713;32.4;17.5;25;1.9;18.43;0;6.09;27728
+73073;43.89761;-1.27989;20;20220714;32.2;18.2;25.2;2.2;19.97;0;5.4;23770
+73073;43.89761;-1.27989;20;20220715;29.9;20.9;25.4;3;20.77;0;5.22;21626
+73073;43.89761;-1.27989;20;20220716;37.3;19.3;28.3;3.2;17.14;0;7.93;27707
+73073;43.89761;-1.27989;20;20220717;39.6;20.8;30.2;3.7;14.87;0;9.03;27501
+73073;43.89761;-1.27989;20;20220718;40.8;21.6;31.2;4.1;17.83;.1;9.44;28032
+73073;43.89761;-1.27989;20;20220719;28;21.8;24.9;4.7;21;0;5.18;20729
+73073;43.89761;-1.27989;20;20220720;25.8;20.7;23.2;2.5;19.77;2.7;3.88;17095
+73073;43.89761;-1.27989;20;20220721;29.3;17.4;23.4;3.4;19.2;0;5.36;24898
+73073;43.89761;-1.27989;20;20220722;24.6;20.5;22.5;4.2;19.17;0;3.77;14023
+73073;43.89761;-1.27989;20;20220723;26.3;16.6;21.5;2.4;17;0;4.62;23325
+73073;43.89761;-1.27989;20;20220724;36.3;16.3;26.3;3.6;18.77;0;7.35;28125
+73073;43.89761;-1.27989;20;20220725;25.7;21.1;23.4;4.1;20.1;.2;3.98;15326
+73073;43.89761;-1.27989;20;20220726;25.5;16.7;21.1;2.6;16.7;.2;4.59;23320
+73073;43.89761;-1.27989;20;20220727;25.4;14.5;19.9;2.6;15.04;0;4.72;25007
+73073;43.89761;-1.27989;20;20220728;25.3;16.6;21;2.8;15.97;6.2;4.52;21559
+73073;43.89761;-1.27989;20;20220729;25.4;16.7;21;2.2;18.1;.6;3.94;19960
+73073;43.89761;-1.27989;20;20220730;26.5;17.5;22;2.3;19.54;.2;4.05;20696
+73073;43.89761;-1.27989;20;20220731;27.2;17.1;22.2;3;19.77;.3;4.62;24060
+73073;43.89761;-1.27989;20;20220801;27.6;18.3;23;2.7;20.07;0;4.46;22128
+73073;43.89761;-1.27989;20;20220802;30.6;17.2;23.9;2.5;20.33;.5;5.04;24553
+73073;43.89761;-1.27989;20;20220803;30.5;21.7;26.1;3.1;23.77;.7;4.64;19392
+73073;43.89761;-1.27989;20;20220804;27.7;21.7;24.7;3.4;23.17;1;4.31;19145
+73073;43.89761;-1.27989;20;20220805;26;20.8;23.4;4;19.93;0;4.42;18983
+73073;43.89761;-1.27989;20;20220806;29.1;19.8;24.4;2.9;18.83;0;4.98;21034
+73073;43.89761;-1.27989;20;20220807;28.9;18.7;23.8;3.1;16.9;.4;5.32;23155
+73073;43.89761;-1.27989;20;20220808;29.6;18.4;24;3.4;17.7;0;5.44;23371
+73073;43.89761;-1.27989;20;20220809;31.3;21.1;26.2;3.2;18.97;.1;5.43;19436
+73073;43.89761;-1.27989;20;20220810;33.9;19.2;26.6;2.8;18.43;0;5.75;20535
+73073;43.89761;-1.27989;20;20220811;36.2;21.5;28.8;2.6;19.77;0;5.98;22466
+73073;43.89761;-1.27989;20;20220812;29.6;23.2;26.4;3.8;23.8;0;4.66;18650
+73073;43.89761;-1.27989;20;20220813;27.8;21.6;24.7;3.8;21.43;.8;4.13;15663
+73073;43.89761;-1.27989;20;20220814;25.3;21.2;23.3;4.4;20;.2;3.81;13673
+73073;43.89761;-1.27989;20;20220815;25.9;18;21.9;3.5;18;.2;4.27;18940
+73073;43.89761;-1.27989;20;20220816;22.8;16.4;19.6;2.3;18.03;6.8;3.56;18164
+73073;43.89761;-1.27989;20;20220817;23.6;16.4;20;3.7;17.66;8.2;3.38;16191
+73073;43.89761;-1.27989;20;20220818;23;17.3;20.1;4.7;18.46;4.6;3.04;14379
+73073;43.89761;-1.27989;20;20220819;25;16.6;20.8;2.6;17.9;0;3.5;16789
+73073;43.89761;-1.27989;20;20220820;29;15.2;22.1;2;19.2;.1;4.22;21675
+73073;43.89761;-1.27989;20;20220821;25.7;18.6;22.2;2.3;20.1;.6;3.33;15732
+73073;43.89761;-1.27989;20;20220822;24.3;19.8;22;3.3;21.4;1.2;2.6;10860
+73073;43.89761;-1.27989;20;20220823;27.8;19.4;23.6;1.9;22.13;0;3.34;15940
+73073;43.89761;-1.27989;20;20220824;35.9;17.9;26.9;2.5;21.1;1.2;5.7;23246
+73073;43.89761;-1.27989;20;20220825;26.7;20.6;23.7;3.8;22.67;.3;3.6;16127
+73073;43.89761;-1.27989;20;20220826;26.2;20.8;23.5;3;21.03;0;3.41;14435
+73073;43.89761;-1.27989;20;20220827;28.2;19.1;23.7;2.2;19.67;0;3.92;17773
+73073;43.89761;-1.27989;20;20220828;35.2;16.5;25.8;2.2;17.63;.9;5.56;23644
+73073;43.89761;-1.27989;20;20220829;26.8;21.1;23.9;2.5;18.77;7.6;3.12;10588
+73073;43.89761;-1.27989;20;20220830;28.6;18;23.3;2.7;21.67;0;3.85;19295
+73073;43.89761;-1.27989;20;20220831;26.3;20.3;23.3;3.5;21.47;1.7;3.4;13974
+73073;43.89761;-1.27989;20;20220901;27;18.2;22.6;2.8;19.77;.2;3.69;17905
+73073;43.89761;-1.27989;20;20220902;24.7;19.5;22.1;2.8;20.07;3.1;3.02;13440
+73073;43.89761;-1.27989;20;20220903;25.3;19;22.1;2.8;18.37;2.9;3.58;16053
+73073;43.89761;-1.27989;20;20220904;29.2;15.5;22.4;2.1;17.33;0;4.09;20250
+73073;43.89761;-1.27989;20;20220905;30.6;18.6;24.6;2.6;18.73;0;4.47;19833
+73073;43.89761;-1.27989;20;20220906;28.6;15.6;22.1;2.4;16.6;0;4.25;20699
+73073;43.89761;-1.27989;20;20220907;24.9;16.6;20.7;2.2;16.6;.4;3.11;14300
+73073;43.89761;-1.27989;20;20220908;25.3;14.5;19.9;2.6;17;3.4;3.17;16424
+73073;43.89761;-1.27989;20;20220909;24;19;21.5;4.3;16.6;0;3.8;14686
+73073;43.89761;-1.27989;20;20220910;28.4;14.4;21.4;2.6;16.04;0;4.1;20217
+73073;43.89761;-1.27989;20;20220911;36.1;16.8;26.5;3.4;15.14;0;6.36;21229
+73073;43.89761;-1.27989;20;20220912;37.2;20.2;28.7;3.1;17.2;5.6;5.82;16835
+73073;43.89761;-1.27989;20;20220913;31;21.3;26.1;3.5;19.8;0;4.27;12297
+73073;43.89761;-1.27989;20;20220914;28.9;19.8;24.3;3;18.24;0;4.09;16030
+73073;43.89761;-1.27989;20;20220915;26.4;16.4;21.4;2.3;19.23;2.1;3.18;17123
+73073;43.89761;-1.27989;20;20220916;23.4;19.3;21.3;3.8;17.07;0;3.43;14287
+73073;43.89761;-1.27989;20;20220917;23.4;13;18.2;3.1;10.2;0;4;18359
+73073;43.89761;-1.27989;20;20220918;26.1;10;18;3.5;7.97;0;4.82;18933
+73073;43.89761;-1.27989;20;20220919;25;9;17;2.7;10.5;0;3.83;19118
+73073;43.89761;-1.27989;20;20220920;22.2;9.5;15.8;2.6;10.83;0;3.37;18208
+73073;43.89761;-1.27989;20;20220921;22;10.9;16.5;2.6;11.77;0;3.1;17341
+73073;43.89761;-1.27989;20;20220922;23.5;10.5;17;2;12.24;0;2.97;17570
+73073;43.89761;-1.27989;20;20220923;20.3;11.4;15.8;1.7;14.47;8.9;1.63;7849
+73073;43.89761;-1.27989;20;20220924;19.3;13.6;16.4;3.3;14.9;16.6;2;8685
+73073;43.89761;-1.27989;20;20220925;19.5;12.3;15.9;2.8;13.1;2;2.33;13306
+73073;43.89761;-1.27989;20;20220926;20.7;9.7;15.2;3.9;13.2;7.4;2.48;12618
+73073;43.89761;-1.27989;20;20220927;19.3;15.6;17.4;6.9;15.5;10.3;2.47;8131
+73073;43.89761;-1.27989;20;20220928;19;16.7;17.9;9.2;16.94;30.5;2.16;7359
+73073;43.89761;-1.27989;20;20220929;16.3;14.1;15.2;5;14.5;29.9;1.53;5304
+73073;43.89761;-1.27989;20;20220930;19.3;11.2;15.2;2.8;12.9;.1;2.23;13635
+73073;43.89761;-1.27989;20;20221001;21.4;13.9;17.7;4.7;15.37;.1;2.29;9657
+73073;43.89761;-1.27989;20;20221002;22.2;12.6;17.4;2;16.33;0;2.09;13264
+73073;43.89761;-1.27989;20;20221003;24.6;14.4;19.5;2.1;16.27;0;2.53;14282
+73073;43.89761;-1.27989;20;20221004;22.1;12.4;17.3;1.6;16.07;.1;1.92;12698
+73073;43.89761;-1.27989;20;20221005;25.4;14.6;20;2.3;17.13;.2;2.46;12772
+73073;43.89761;-1.27989;20;20221006;21.9;17;19.5;1.9;17.5;0;1.77;8090
+73073;43.89761;-1.27989;20;20221007;25.7;13.6;19.7;2.6;16.54;.7;2.66;13772
+73073;43.89761;-1.27989;20;20221008;22.3;17.1;19.7;2.5;16.04;.1;2.17;8770
+73073;43.89761;-1.27989;20;20221009;26.5;12.8;19.7;2.2;15.27;0;2.7;13823
+73073;43.89761;-1.27989;20;20221010;21.5;16.6;19.1;1.6;18.37;5.5;1.32;5988
+73073;43.89761;-1.27989;20;20221011;19.9;16.4;18.2;1.4;18.07;.8;1.13;5260
+73073;43.89761;-1.27989;20;20221012;21.1;16.2;18.7;1.3;17.17;.1;1.52;8422
+73073;43.89761;-1.27989;20;20221013;20.4;13.3;16.9;2.9;16.87;.7;1.45;8855
+73073;43.89761;-1.27989;20;20221014;22.2;18.5;20.3;4.7;18.77;.3;1.97;6266
+73073;43.89761;-1.27989;20;20221015;24;13.6;18.8;2.1;16.3;0;1.99;10646
+73073;43.89761;-1.27989;20;20221016;28.7;14.7;21.7;2;16.6;1.1;2.68;12159
+73073;43.89761;-1.27989;20;20221017;26.1;18.1;22.1;2.4;18.67;0;2.2;8167
+73073;43.89761;-1.27989;20;20221018;30.3;16;23.2;3;17.77;0;3.28;12639
+73073;43.89761;-1.27989;20;20221019;28.8;17.7;23.3;3;17.3;3.3;2.85;7667
+73073;43.89761;-1.27989;20;20221020;26.5;15.3;20.9;4.1;14.77;0;3.23;8340
+73073;43.89761;-1.27989;20;20221021;22.2;17.5;19.8;4.1;14.44;0;2.68;4649
+73073;43.89761;-1.27989;20;20221022;26.3;14.1;20.2;2.7;13.57;.1;2.82;10863
+73073;43.89761;-1.27989;20;20221023;26.2;20.3;23.3;5.5;13.13;.1;4.53;7249
+73073;43.89761;-1.27989;20;20221024;23.6;16.5;20;2.9;13.77;0;2.55;9905
+73073;43.89761;-1.27989;20;20221025;23.9;13.1;18.5;3.3;13.44;.2;2.46;6573
+73073;43.89761;-1.27989;20;20221026;27.4;14.1;20.7;2.4;14.33;0;2.62;10866
+73073;43.89761;-1.27989;20;20221027;26.3;17.9;22.1;3;13.63;0;3.01;5799
+73073;43.89761;-1.27989;20;20221028;24.4;16.7;20.5;2.9;13.9;0;2.75;6857
+73073;43.89761;-1.27989;20;20221029;23;16.1;19.6;2.3;15.73;.1;1.93;5993
+73073;43.89761;-1.27989;20;20221030;20.4;14.1;17.2;2;15.9;3.1;1.37;7961
+73073;43.89761;-1.27989;20;20221031;21.2;13.8;17.5;3.2;15.7;7;1.57;5491
+73073;43.89761;-1.27989;20;20221101;19.8;13.7;16.7;3.1;13.83;0;1.85;8867
+73073;43.89761;-1.27989;20;20221102;20.5;11.2;15.8;2.3;13;.1;1.61;9943
+73073;43.89761;-1.27989;20;20221103;21.3;12.8;17;5.6;12.94;17.9;2.59;5329
+73073;43.89761;-1.27989;20;20221104;16.5;12.5;14.5;9.9;11.83;5.5;2.42;6686
+73073;43.89761;-1.27989;20;20221105;18.3;8;13.1;2.1;10.27;.1;1.45;9952
+73073;43.89761;-1.27989;20;20221106;19.5;6.1;12.8;3.1;10.97;.1;1.59;9313
+73073;43.89761;-1.27989;20;20221107;20.8;8.8;14.8;2.4;11.4;0;1.67;9714
+73073;43.89761;-1.27989;20;20221108;20.8;14.5;17.6;3.7;12.5;2.5;2.29;4552
+73073;43.89761;-1.27989;20;20221109;16.9;15.6;16.2;2.9;13.6;9.2;1.38;2003
+73073;43.89761;-1.27989;20;20221110;18.8;9.2;14;2.2;11.97;0;1.29;8941
+73073;43.89761;-1.27989;20;20221111;18.8;7.9;13.4;3.2;11.6;.1;1.48;8968
+73073;43.89761;-1.27989;20;20221112;21.8;9.6;15.7;2.2;12.53;.1;1.52;8994
+73073;43.89761;-1.27989;20;20221113;24.1;8.8;16.5;2.1;11.97;.1;1.69;9445
+73073;43.89761;-1.27989;20;20221114;17;12.2;14.6;3.5;12.7;4.2;1.53;3500
+73073;43.89761;-1.27989;20;20221115;18.1;12;15.1;4;13.1;10.1;1.51;3150
+73073;43.89761;-1.27989;20;20221116;19.6;11.9;15.8;4.5;13.2;.3;1.69;6897
+73073;43.89761;-1.27989;20;20221117;18.4;15.8;17.1;6.9;14.04;9.2;2.23;4205
+73073;43.89761;-1.27989;20;20221118;12.7;11.6;12.2;5.4;11.33;33.4;1.36;1889
+73073;43.89761;-1.27989;20;20221119;12.6;8.7;10.6;3.5;10.24;14.7;.99;5132
+73073;43.89761;-1.27989;20;20221120;16.2;6.9;11.6;3.8;11;8.1;1.14;4972
+73073;43.89761;-1.27989;20;20221121;16.4;10.3;13.4;6.5;11.74;33.2;1.69;2454
+73073;43.89761;-1.27989;20;20221122;12.9;9.3;11.1;9.3;10.74;28.6;1.41;2458
+73073;43.89761;-1.27989;20;20221123;16.8;10.6;13.7;6.5;13.6;2.5;1.12;5580
+73073;43.89761;-1.27989;20;20221124;14.2;9.7;12;3.1;11.44;9;.99;3071
+73073;43.89761;-1.27989;20;20221125;15;9.4;12.2;4.9;11.63;6.9;1.18;4993
+73073;43.89761;-1.27989;20;20221126;13.6;6.2;9.9;2.4;9.63;0;.86;5068
+73073;43.89761;-1.27989;20;20221127;16;4.6;10.3;3.1;9.87;18.6;1.09;5916
+73073;43.89761;-1.27989;20;20221128;14.5;11;12.8;7;11.53;21.3;1.53;4305
+73073;43.89761;-1.27989;20;20221129;14.6;10.2;12.4;4.3;11.53;2.6;1.09;4245
+73073;43.89761;-1.27989;20;20221130;10.7;6.8;8.8;2.9;9.3;0;.68;4982
+73073;43.89761;-1.27989;20;20221201;7.7;3.9;5.8;2.6;7.83;0;.67;3768
+73073;43.89761;-1.27989;20;20221202;9;2.6;5.8;2.1;7.67;.1;.59;5723
+73073;43.89761;-1.27989;20;20221203;7.5;4.2;5.9;2;7.67;.2;.55;4124
+73073;43.89761;-1.27989;20;20221204;11.5;2.2;6.8;2.3;7.43;.1;.75;6013
+73073;43.89761;-1.27989;20;20221205;13.1;1.6;7.3;3.4;7.17;.1;1.1;7212
+73073;43.89761;-1.27989;20;20221206;14.1;7.8;11;3.1;9.27;.2;1.17;4121
+73073;43.89761;-1.27989;20;20221207;12.1;5.9;9;2.5;9.2;.2;.66;5446
+73073;43.89761;-1.27989;20;20221208;9;5.9;7.4;3.3;9;10.2;.63;1864
+73073;43.89761;-1.27989;20;20221209;10.9;7.7;9.3;3.1;10;.9;.66;2762
+73073;43.89761;-1.27989;20;20221210;7.5;-1;3.2;2.1;5.4;.1;.58;7064
+73073;43.89761;-1.27989;20;20221211;6.5;-1.7;2.4;2.9;5.14;.1;.8;5400
+73073;43.89761;-1.27989;20;20221212;6.6;-.2;3.2;3.2;7.44;14.6;.32;2183
+73073;43.89761;-1.27989;20;20221213;14.2;7.1;10.6;4.2;13.44;4.3;.11;3447
+73073;43.89761;-1.27989;20;20221214;18.6;11.6;15.1;2.9;13.57;6.9;.93;4805
+73073;43.89761;-1.27989;20;20221215;15.8;11.1;13.4;2.8;12.57;17.6;.86;3979
+73073;43.89761;-1.27989;20;20221216;9.4;8.8;9.1;4.4;9.57;1.5;.79;2600
+73073;43.89761;-1.27989;20;20221217;10.4;1.9;6.1;2.7;7.44;.1;.7;5679
+73073;43.89761;-1.27989;20;20221218;17.5;2.5;10;3;8.57;0;1.17;6865
+73073;43.89761;-1.27989;20;20221219;17.3;6.8;12;3.4;9.44;0;1.48;3999
+73073;43.89761;-1.27989;20;20221220;17.6;12.8;15.2;3.9;10.8;8.6;1.97;1657
+73073;43.89761;-1.27989;20;20221221;18.6;10.4;14.5;3;12.97;.5;.98;5313
+73073;43.89761;-1.27989;20;20221222;17.2;10.4;13.8;3;13.07;1.2;.88;3301
+73073;43.89761;-1.27989;20;20221223;18.7;10.7;14.7;2.5;13.03;0;1.03;3854
+73073;43.89761;-1.27989;20;20221224;19.4;9.9;14.6;2.2;12.1;0;.99;6439
+73073;43.89761;-1.27989;20;20221225;20.4;8.1;14.2;3.5;10.4;.2;1.76;5332
+73073;43.89761;-1.27989;20;20221226;16.9;11.8;14.4;2.1;12.14;.9;.96;3572
+73073;43.89761;-1.27989;20;20221227;15.5;11;13.2;1.4;12.47;0;.59;4229
+73073;43.89761;-1.27989;20;20221228;18.3;7.8;13;2.8;10.8;0;1.09;6470
+73073;43.89761;-1.27989;20;20221229;15.2;12.9;14.1;3.3;12.1;11.5;1.14;1610
+73073;43.89761;-1.27989;20;20221230;20.1;10.6;15.4;3.9;12.73;0;1.5;4420
+73073;43.89761;-1.27989;20;20221231;21.4;13.9;17.6;4.8;9.14;0;3.25;4735
+73074;43.93609;-1.02319;65;20220101;21.8;3.4;12.6;.3;9.9;0;.29;7134
+73074;43.93609;-1.02319;65;20220102;17.4;4.2;10.8;.8;10.4;.1;.47;5861
+73074;43.93609;-1.02319;65;20220103;16.4;3.6;10;1.1;10.3;0;.5;5788
+73074;43.93609;-1.02319;65;20220104;17.9;9.3;13.6;3.4;10.8;7.1;1.46;4522
+73074;43.93609;-1.02319;65;20220105;8.6;2.6;5.6;.6;7.3;.3;.4;3573
+73074;43.93609;-1.02319;65;20220106;9.1;-1.5;3.8;.5;5.6;.1;.35;5259
+73074;43.93609;-1.02319;65;20220107;11.6;-1;5.3;1.7;8.1;3.4;.44;5912
+73074;43.93609;-1.02319;65;20220108;12.1;6.9;9.5;3.5;11;13.1;.52;3323
+73074;43.93609;-1.02319;65;20220109;11.1;9.5;10.3;2.5;12;24.6;.43;1230
+73074;43.93609;-1.02319;65;20220110;13.2;10.7;11.9;2.8;13.2;5.4;.49;1919
+73074;43.93609;-1.02319;65;20220111;12.1;6.9;9.5;.6;9.1;0;.51;3435
+73074;43.93609;-1.02319;65;20220112;7.4;-1.5;2.9;.2;6;0;.28;4986
+73074;43.93609;-1.02319;65;20220113;5.1;-3.3;.9;1.2;6;.1;.32;4858
+73074;43.93609;-1.02319;65;20220114;5.2;-.4;2.4;.9;6.1;0;.4;3752
+73074;43.93609;-1.02319;65;20220115;12.4;-4.9;3.7;.4;5.8;.1;.33;7756
+73074;43.93609;-1.02319;65;20220116;11.3;-3.2;4;.3;6.3;.1;.31;7061
+73074;43.93609;-1.02319;65;20220117;10.1;-.6;4.7;1.3;7;.1;.53;5936
+73074;43.93609;-1.02319;65;20220118;4.5;1.7;3.1;1.2;7.6;.1;.31;2380
+73074;43.93609;-1.02319;65;20220119;11.5;4.1;7.8;1.9;8.8;1;.66;4823
+73074;43.93609;-1.02319;65;20220120;11.6;6.6;9.1;2;9.5;.8;.72;3765
+73074;43.93609;-1.02319;65;20220121;5.6;-.3;2.6;1.6;5.9;.1;.55;4273
+73074;43.93609;-1.02319;65;20220122;8.1;-4;2;.8;5.2;.1;.48;6822
+73074;43.93609;-1.02319;65;20220123;10.5;-3.2;3.6;1.2;5.7;0;.65;7448
+73074;43.93609;-1.02319;65;20220124;16.3;-.9;7.7;.6;6.2;0;.62;8628
+73074;43.93609;-1.02319;65;20220125;15.4;-2.9;6.2;.3;6;.1;.44;9063
+73074;43.93609;-1.02319;65;20220126;13.4;-2.4;5.5;.9;6.5;0;.66;8434
+73074;43.93609;-1.02319;65;20220127;12.6;-3.4;4.6;.6;6.2;.1;.55;8613
+73074;43.93609;-1.02319;65;20220128;9.8;-1.5;4.1;.6;6.3;0;.52;7111
+73074;43.93609;-1.02319;65;20220129;1.9;-2.3;-.2;1.5;6.3;0;.24;3843
+73074;43.93609;-1.02319;65;20220130;2.5;-.8;.8;1.1;6.5;.7;.32;3302
+73074;43.93609;-1.02319;65;20220131;11;1.9;6.4;2.3;8.9;1.8;.61;6517
+73074;43.93609;-1.02319;65;20220201;9.8;-.3;4.7;1.5;8.6;0;.46;7045
+73074;43.93609;-1.02319;65;20220202;11.3;7.9;9.6;2.1;10.7;0;.65;3552
+73074;43.93609;-1.02319;65;20220203;12.7;5.5;9.1;2.2;10.4;0;.71;5906
+73074;43.93609;-1.02319;65;20220204;13.1;4.7;8.9;1.4;10.6;.9;.65;6592
+73074;43.93609;-1.02319;65;20220205;11.5;5;8.2;1.4;7.9;.1;.89;5717
+73074;43.93609;-1.02319;65;20220206;10.8;-1.1;4.8;2.6;8.6;1.9;.57;8359
+73074;43.93609;-1.02319;65;20220207;14.1;8.2;11.1;1.7;11.1;1.2;.86;5553
+73074;43.93609;-1.02319;65;20220208;15;2.4;8.7;1.8;8.1;0;1.16;8900
+73074;43.93609;-1.02319;65;20220209;20.1;0;10;.7;7.8;.1;1.07;11781
+73074;43.93609;-1.02319;65;20220210;6.3;.6;3.4;1.4;9.19;4.3;1.17;10333
+73074;43.93609;-1.02319;65;20220211;11.9;7.2;9.5;1.7;9.49;0;.97;6466
+73074;43.93609;-1.02319;65;20220212;14.8;1.5;8.2;2;7.73;0;1.31;9733
+73074;43.93609;-1.02319;65;20220213;18.7;2.7;10.7;3.6;8.86;5.5;1.98;10833
+73074;43.93609;-1.02319;65;20220214;11.3;8.3;9.8;6.7;10.16;11.4;1.24;5500
+73074;43.93609;-1.02319;65;20220215;12.3;6.1;9.2;4.9;9.96;2.3;1.17;6833
+73074;43.93609;-1.02319;65;20220216;13.6;8.6;11.1;3.9;12.7;6.7;.68;5775
+73074;43.93609;-1.02319;65;20220217;14;12.4;13.2;2.3;12.8;.9;.92;2701
+73074;43.93609;-1.02319;65;20220218;17.7;5.9;11.8;1.3;10.8;0;1.25;9917
+73074;43.93609;-1.02319;65;20220219;12.4;6.3;9.3;1.2;8.9;.5;1;6834
+73074;43.93609;-1.02319;65;20220220;14.1;2.9;8.5;2.9;10.7;4;.92;9905
+73074;43.93609;-1.02319;65;20220221;13.3;10;11.6;2.7;10.6;.4;1.22;4804
+73074;43.93609;-1.02319;65;20220222;16.6;6;11.3;1;9.5;0;1.27;9876
+73074;43.93609;-1.02319;65;20220223;17.3;1.4;9.3;1.1;9;0;1.36;12587
+73074;43.93609;-1.02319;65;20220224;14;3.5;8.7;1.3;10.6;1.3;1;10103
+73074;43.93609;-1.02319;65;20220225;12.8;2;7.4;1.5;7;0;1.32;10411
+73074;43.93609;-1.02319;65;20220226;14.1;2.2;8.1;2.6;5.5;0;2.04;11151
+73074;43.93609;-1.02319;65;20220227;17.2;4.2;10.7;1.6;8.7;.1;1.65;11880
+73074;43.93609;-1.02319;65;20220228;19.7;2.8;11.2;.6;9.5;0;1.49;13928
+73074;43.93609;-1.02319;65;20220301;19.1;.9;10;1.5;8.3;.1;1.86;14699
+73074;43.93609;-1.02319;65;20220302;14.3;8.2;11.2;1.3;10.4;1.5;1.22;8023
+73074;43.93609;-1.02319;65;20220303;16.3;6;11.1;1.4;10.8;5.2;1.4;10997
+73074;43.93609;-1.02319;65;20220304;12.4;8.3;10.3;1.8;9.7;.1;1.19;6506
+73074;43.93609;-1.02319;65;20220305;12.4;4.3;8.3;1.3;7.8;.1;1.32;9851
+73074;43.93609;-1.02319;65;20220306;10.5;2.7;6.6;.8;7.9;.1;1.08;9769
+73074;43.93609;-1.02319;65;20220307;12.8;-1.7;5.5;1.2;6.4;0;1.46;14012
+73074;43.93609;-1.02319;65;20220308;12.1;5.1;8.6;1.6;9;1.5;1.24;9425
+73074;43.93609;-1.02319;65;20220309;19;1.6;10.3;2.3;8.2;.4;2.34;15872
+73074;43.93609;-1.02319;65;20220310;17.8;9.3;13.5;2;11.3;2.8;1.83;10801
+73074;43.93609;-1.02319;65;20220311;14.8;8.8;11.8;1.6;11.2;11.7;1.38;8962
+73074;43.93609;-1.02319;65;20220312;15;7.5;11.2;2.4;10.3;6.9;1.63;10316
+73074;43.93609;-1.02319;65;20220313;14.3;8;11.1;2.3;9.2;3.3;1.73;9453
+73074;43.93609;-1.02319;65;20220314;13;6.6;9.8;2.8;10.2;.3;1.37;9658
+73074;43.93609;-1.02319;65;20220315;21.6;11.3;16.4;2.7;12.5;0;2.59;12784
+73074;43.93609;-1.02319;65;20220316;16.1;11.6;13.8;2.1;12.7;1.9;1.51;8068
+73074;43.93609;-1.02319;65;20220317;10.8;9.8;10.3;2;11.5;7.2;.75;3099
+73074;43.93609;-1.02319;65;20220318;12.7;7.1;9.9;1.8;9.56;0;1.48;9033
+73074;43.93609;-1.02319;65;20220319;18.4;5;11.7;2.5;9.63;0;2.5;16547
+73074;43.93609;-1.02319;65;20220320;19.1;6.7;12.9;3;10.26;0;2.5;12797
+73074;43.93609;-1.02319;65;20220321;21;8.4;14.7;3.3;10.73;2;3.13;16162
+73074;43.93609;-1.02319;65;20220322;17.6;6.3;12;3.3;8.73;0;2.67;12636
+73074;43.93609;-1.02319;65;20220323;18.3;4.1;11.2;2.8;7.93;0;3.08;20111
+73074;43.93609;-1.02319;65;20220324;18.8;3.4;11.1;2.2;8.49;0;2.71;19488
+73074;43.93609;-1.02319;65;20220325;19.6;6.1;12.8;2.6;8.43;0;2.94;15598
+73074;43.93609;-1.02319;65;20220326;19.8;5.8;12.8;3.6;6.96;0;3.92;20046
+73074;43.93609;-1.02319;65;20220327;20.9;5.2;13;2.2;8.63;0;3.19;19646
+73074;43.93609;-1.02319;65;20220328;20.8;6.3;13.6;1.6;9.36;0;2.67;15345
+73074;43.93609;-1.02319;65;20220329;17.1;7.9;12.5;2;11.59;0;1.78;9534
+73074;43.93609;-1.02319;65;20220330;14.3;10.4;12.4;3.1;11.66;7;1.52;6031
+73074;43.93609;-1.02319;65;20220331;14.5;8.5;11.5;4.7;9.59;6.3;2.48;13952
+73074;43.93609;-1.02319;65;20220401;9.7;1.4;5.5;4.7;5.89;.6;2.26;14443
+73074;43.93609;-1.02319;65;20220402;10;1;5.5;3.9;5.8;.1;2.41;18448
+73074;43.93609;-1.02319;65;20220403;7.6;-1.7;3;2.8;6.13;.1;2;16297
+73074;43.93609;-1.02319;65;20220404;11.5;.6;6.1;1.8;5.41;0;2.25;19043
+73074;43.93609;-1.02319;65;20220405;15.9;-2.3;6.8;1.3;6.57;0;2.32;19703
+73074;43.93609;-1.02319;65;20220406;12.9;5.8;9.3;3.5;10.73;1.2;1.23;6384
+73074;43.93609;-1.02319;65;20220407;18;8.5;13.2;6.3;11.69;11.1;2.27;9344
+73074;43.93609;-1.02319;65;20220408;19;9.6;14.3;5.7;11.39;1.5;2.62;8272
+73074;43.93609;-1.02319;65;20220409;15.6;8;11.8;3;8.63;.3;3.06;20054
+73074;43.93609;-1.02319;65;20220410;21.9;1.3;11.6;3.8;7.72;0;4.27;22975
+73074;43.93609;-1.02319;65;20220411;24.2;9.9;17;4.9;11.29;.2;4.75;20677
+73074;43.93609;-1.02319;65;20220412;20.1;10.3;15.2;2.6;12.33;2.2;2.67;13550
+73074;43.93609;-1.02319;65;20220413;18.4;9.5;14;2;13.16;.1;1.99;10566
+73074;43.93609;-1.02319;65;20220414;21.7;10.7;16.2;2;13.26;0;3.3;21000
+73074;43.93609;-1.02319;65;20220415;18.7;11;14.9;3;13.69;0;2.55;15200
+73074;43.93609;-1.02319;65;20220416;21;11.7;16.4;2.5;13.06;0;3.52;21566
+73074;43.93609;-1.02319;65;20220417;20.5;10.6;15.5;3;13.36;0;3.18;18900
+73074;43.93609;-1.02319;65;20220418;18;12;15;3.4;12.46;0;2.46;12066
+73074;43.93609;-1.02319;65;20220419;11.9;9;10.5;3.1;11.53;12.1;1.08;4000
+73074;43.93609;-1.02319;65;20220420;11.4;8.6;10;2.8;11.56;14.7;.89;4266
+73074;43.93609;-1.02319;65;20220421;13.6;9;11.3;2.2;12.69;4.4;1.24;7133
+73074;43.93609;-1.02319;65;20220422;21.1;7.8;14.5;2.7;11.03;3;3.37;18766
+73074;43.93609;-1.02319;65;20220423;14;10.8;12.4;4.2;11.85;2.5;1.86;9571
+73074;43.93609;-1.02319;65;20220424;16.4;10.1;13.3;6;12.39;.8;2.41;13133
+73074;43.93609;-1.02319;65;20220425;20.3;6.6;13.5;2.3;11.06;0;3.46;23233
+73074;43.93609;-1.02319;65;20220426;25.1;7.8;16.5;3.3;11.72;.8;4.75;25160
+73074;43.93609;-1.02319;65;20220427;18.5;12.3;15.4;2.3;13.96;3.7;2.06;9680
+73074;43.93609;-1.02319;65;20220428;16.4;12.7;14.6;2.3;14.43;.4;1.61;7900
+73074;43.93609;-1.02319;65;20220429;19.1;10.5;14.8;2.2;13.53;0;2.69;16600
+73074;43.93609;-1.02319;65;20220430;19.4;12.6;16;2.9;13.49;0;3.03;16933
+73074;43.93609;-1.02319;65;20220501;19.6;11.5;15.6;2.8;13.49;0;3.08;18366
+73074;43.93609;-1.02319;65;20220502;18.2;11.1;14.7;3.1;12.96;0;2.99;17166
+73074;43.93609;-1.02319;65;20220503;20.2;11.8;16;2.9;13.96;2.1;2.79;14966
+73074;43.93609;-1.02319;65;20220504;19.6;13.6;16.6;2.8;13.13;0;3.19;16433
+73074;43.93609;-1.02319;65;20220505;20.2;8.7;14.5;2.4;12.16;0;3.35;21100
+73074;43.93609;-1.02319;65;20220506;19.6;9.2;14.4;1.7;12.6;.2;3.09;19838
+73074;43.93609;-1.02319;65;20220507;21.1;11.2;16.1;1.7;14.3;.1;3.18;19419
+73074;43.93609;-1.02319;65;20220508;23.5;9.9;16.7;1.3;13.5;.1;3.78;23117
+73074;43.93609;-1.02319;65;20220509;27.6;9.3;18.4;.7;12.9;0;4.4;27170
+73074;43.93609;-1.02319;65;20220510;29;8.9;18.9;1.2;13.4;0;4.93;28675
+73074;43.93609;-1.02319;65;20220511;25.1;13.1;19.1;1.3;15;1.6;3.92;21932
+73074;43.93609;-1.02319;65;20220512;22.4;14.1;18.2;1;15.2;0;3.2;18082
+73074;43.93609;-1.02319;65;20220513;24.8;12.9;18.8;1.1;15.3;0;3.84;22027
+73074;43.93609;-1.02319;65;20220514;31;10.6;20.8;2.1;15.4;1.6;5.68;29288
+73074;43.93609;-1.02319;65;20220515;30.3;14.5;22.4;1.4;18.3;5.9;4.94;25808
+73074;43.93609;-1.02319;65;20220516;29.6;16.1;22.8;1.4;17.1;0;4.75;23843
+73074;43.93609;-1.02319;65;20220517;29.2;17;23.1;1.8;15.4;0;4.89;22683
+73074;43.93609;-1.02319;65;20220518;33.2;14.5;23.8;1.9;17.4;3.1;5.96;28527
+73074;43.93609;-1.02319;65;20220519;26;16.9;21.4;1.6;19.3;.1;3.78;19542
+73074;43.93609;-1.02319;65;20220520;22.7;16.7;19.7;1.5;18.7;0;2.95;15657
+73074;43.93609;-1.02319;65;20220521;30.8;14.1;22.4;1.4;19;0;5.17;27163
+73074;43.93609;-1.02319;65;20220522;30.3;18.1;24.2;2.9;20;1.2;5.23;23086
+73074;43.93609;-1.02319;65;20220523;20.7;15.9;18.3;2.9;15.9;1.6;2.93;13997
+73074;43.93609;-1.02319;65;20220524;17.6;10.7;14.1;1.8;13.3;1.8;2.69;17118
+73074;43.93609;-1.02319;65;20220525;20.1;8.5;14.3;1;12.2;.3;3.45;22685
+73074;43.93609;-1.02319;65;20220526;20;7.1;13.5;.8;13.1;.2;3.48;24068
+73074;43.93609;-1.02319;65;20220527;25;12.4;18.7;1.1;14.3;.1;4.16;23835
+73074;43.93609;-1.02319;65;20220528;27.5;9;18.2;1.6;12.3;0;5.17;29258
+73074;43.93609;-1.02319;65;20220529;25.7;9;17.3;2.2;9.7;0;5.24;27797
+73074;43.93609;-1.02319;65;20220530;24.3;6.8;15.5;1.6;9.5;0;4.77;28557
+73074;43.93609;-1.02319;65;20220531;27.3;12.4;19.8;1.4;12.8;.1;4.89;26300
+73074;43.93609;-1.02319;65;20220601;31.7;14;22.8;2.4;13.9;.9;6.32;28856
+73074;43.93609;-1.02319;65;20220602;27.5;16;21.7;2;19.4;1.9;4.47;23031
+73074;43.93609;-1.02319;65;20220603;26.7;18.6;22.6;1.8;19.8;3.2;3.98;19139
+73074;43.93609;-1.02319;65;20220604;23.2;17.8;20.5;1.5;19.4;1.3;3.02;15396
+73074;43.93609;-1.02319;65;20220605;23.8;16.2;20;1.6;16.8;0;3.61;18562
+73074;43.93609;-1.02319;65;20220606;26;14.6;20.3;1.1;16;.1;4.24;23092
+73074;43.93609;-1.02319;65;20220607;23.8;15;19.4;.8;16.1;5.1;3.62;20147
+73074;43.93609;-1.02319;65;20220608;19.2;14.2;16.7;1.3;16.8;3.3;2.53;14858
+73074;43.93609;-1.02319;65;20220609;24;9.7;16.8;.9;14.1;.1;4.22;26144
+73074;43.93609;-1.02319;65;20220610;29.3;9.1;19.2;.9;14.6;0;5.32;31321
+73074;43.93609;-1.02319;65;20220611;29.1;12.3;20.7;1.1;17.3;.4;5.11;28521
+73074;43.93609;-1.02319;65;20220612;28.2;16;22.1;1.9;19.6;4.6;4.7;24119
+73074;43.93609;-1.02319;65;20220613;28.8;18.1;23.4;1;21.6;0;4.4;22517
+73074;43.93609;-1.02319;65;20220614;35;17.8;26.4;2.3;21;0;6.59;28951
+73074;43.93609;-1.02319;65;20220615;33.5;19.8;26.6;1.9;21.1;0;5.83;25702
+73074;43.93609;-1.02319;65;20220616;35.6;17.1;26.3;1.6;18.7;0;6.53;30114
+73074;43.93609;-1.02319;65;20220617;38.7;19.5;29.1;1.9;19.6;0;7.34;30718
+73074;43.93609;-1.02319;65;20220618;41.1;19.1;30.1;2;19.8;0;7.87;31490
+73074;43.93609;-1.02319;65;20220619;30.3;18.4;24.3;2;18.3;0;5.27;23894
+73074;43.93609;-1.02319;65;20220620;28.3;17.3;22.8;1.3;18.6;0;4.56;22921
+73074;43.93609;-1.02319;65;20220621;25.6;17.4;21.5;1.6;19.7;23.9;3.82;19596
+73074;43.93609;-1.02319;65;20220622;24.8;16.7;20.7;1.6;18.1;.1;3.78;19465
+73074;43.93609;-1.02319;65;20220623;25.7;14.4;20;1.7;17.2;7;4.3;23243
+73074;43.93609;-1.02319;65;20220624;25;14.7;19.8;2;16.5;3.5;4.2;22119
+73074;43.93609;-1.02319;65;20220625;18.3;13.4;15.8;1.2;15.4;7.2;2.52;14809
+73074;43.93609;-1.02319;65;20220626;17.7;12.9;15.3;.8;15.1;10.1;2.45;14634
+73074;43.93609;-1.02319;65;20220627;19.9;12.9;16.4;.8;15.4;.2;3;17955
+73074;43.93609;-1.02319;65;20220628;25.9;13;19.4;1;14.3;0;4.42;24864
+73074;43.93609;-1.02319;65;20220629;24.1;9.7;16.9;1.1;14.6;1.5;4.27;26327
+73074;43.93609;-1.02319;65;20220630;19.4;14.1;16.7;1;15.3;4.9;2.72;15398
+73074;43.93609;-1.02319;65;20220701;24.4;7.1;15.7;.9;12.3;0;4.51;28934
+73074;43.93609;-1.02319;65;20220702;31.3;12;21.6;1.7;13.8;0;6.01;30605
+73074;43.93609;-1.02319;65;20220703;28;13.8;20.9;1.4;15.5;.5;4.9;26016
+73074;43.93609;-1.02319;65;20220704;23;15.2;19.1;1.7;17.7;0;3.43;18886
+73074;43.93609;-1.02319;65;20220705;28.7;14.3;21.5;1.1;18;0;4.82;26132
+73074;43.93609;-1.02319;65;20220706;28.9;12;20.4;1.3;15.6;.1;5.16;28382
+73074;43.93609;-1.02319;65;20220707;27.3;12.4;19.8;1.6;16.3;.1;4.8;26517
+73074;43.93609;-1.02319;65;20220708;30.9;14.1;22.5;1.1;16.5;0;5.33;28193
+73074;43.93609;-1.02319;65;20220709;32.9;12;22.4;.6;15.7;0;5.52;30953
+73074;43.93609;-1.02319;65;20220710;34.6;12.1;23.3;1.3;14.7;0;6.14;30892
+73074;43.93609;-1.02319;65;20220711;37;13.4;25.2;1.1;16;0;6.27;30829
+73074;43.93609;-1.02319;65;20220712;37.8;15.9;26.8;1.1;16.8;0;6.41;30763
+73074;43.93609;-1.02319;65;20220713;37.6;12.1;24.8;1.2;13.1;0;6.36;30694
+73074;43.93609;-1.02319;65;20220714;37.8;13.5;25.6;.9;16.4;0;6.12;30621
+73074;43.93609;-1.02319;65;20220715;36;16.6;26.3;1.4;17.7;0;6.35;29926
+73074;43.93609;-1.02319;65;20220716;39.2;17.1;28.1;1.7;15.2;0;7.12;30468
+73074;43.93609;-1.02319;65;20220717;40;17.6;28.8;2;13.4;0;7.58;30387
+73074;43.93609;-1.02319;65;20220718;40.4;22.4;31.4;3;15.3;.1;8.53;28534
+73074;43.93609;-1.02319;65;20220719;31.7;21.3;26.5;2;20.1;1;5.11;21283
+73074;43.93609;-1.02319;65;20220720;26.6;18.1;22.3;1.3;18.9;1.1;3.83;19043
+73074;43.93609;-1.02319;65;20220721;33.6;14.6;24.1;1.2;17.9;0;5.72;29081
+73074;43.93609;-1.02319;65;20220722;25.3;18.4;21.8;2;19;0;3.58;16902
+73074;43.93609;-1.02319;65;20220723;30.2;12.5;21.3;.8;16;0;4.94;27830
+73074;43.93609;-1.02319;65;20220724;36.4;12.3;24.3;1.6;17.4;0;6.29;29740
+73074;43.93609;-1.02319;65;20220725;26.4;19.4;22.9;1.9;19.5;.2;3.7;16848
+73074;43.93609;-1.02319;65;20220726;26.7;11.5;19.1;1.1;14.4;.1;4.41;25404
+73074;43.93609;-1.02319;65;20220727;27.4;9.1;18.2;1;12.8;0;4.66;27904
+73074;43.93609;-1.02319;65;20220728;26;12.2;19.1;1.2;14.7;2.4;4.21;23948
+73074;43.93609;-1.02319;65;20220729;26.3;13.4;19.8;1;16.3;.6;4.06;23012
+73074;43.93609;-1.02319;65;20220730;27.8;14.5;21.1;.8;17.6;.2;4.17;23289
+73074;43.93609;-1.02319;65;20220731;31.5;13.2;22.3;1.4;17.1;.4;5.24;27445
+73074;43.93609;-1.02319;65;20220801;32.8;13.5;23.1;1.2;17.7;0;5.37;28099
+73074;43.93609;-1.02319;65;20220802;36.6;15.5;26;1.2;17.2;.7;5.92;28716
+73074;43.93609;-1.02319;65;20220803;36.2;15.3;25.7;1.3;19.5;1;5.89;28589
+73074;43.93609;-1.02319;65;20220804;29.5;20.3;24.9;2.3;22.8;1.3;4.19;18692
+73074;43.93609;-1.02319;65;20220805;27.8;17.3;22.5;2.2;19.8;0;4.11;19967
+73074;43.93609;-1.02319;65;20220806;32.1;16.1;24.1;1.9;18;0;5.28;24857
+73074;43.93609;-1.02319;65;20220807;33.5;14.2;23.8;1.2;13.5;.7;5.36;27301
+73074;43.93609;-1.02319;65;20220808;35.6;12.6;24.1;1;14.6;.1;5.39;27922
+73074;43.93609;-1.02319;65;20220809;35.6;15.7;25.6;.8;17.4;0;5.27;27454
+73074;43.93609;-1.02319;65;20220810;39.2;14.5;26.8;.9;13.2;0;5.54;27639
+73074;43.93609;-1.02319;65;20220811;38.3;17.5;27.9;1.2;16.7;0;5.87;27494
+73074;43.93609;-1.02319;65;20220812;36.6;22.6;29.6;2.3;22.4;0;5.89;22420
+73074;43.93609;-1.02319;65;20220813;32;20.9;26.4;1.8;22;.1;4.53;19692
+73074;43.93609;-1.02319;65;20220814;25.1;18.3;21.7;1.2;20.2;.3;2.95;15012
+73074;43.93609;-1.02319;65;20220815;26.1;15.3;20.7;1.9;17;.2;3.75;19171
+73074;43.93609;-1.02319;65;20220816;26.6;13.8;20.2;1;17.1;3.2;3.66;20868
+73074;43.93609;-1.02319;65;20220817;22.3;14.6;18.4;1.6;17.6;1.6;2.75;15765
+73074;43.93609;-1.02319;65;20220818;25.3;15.7;20.5;1.6;18.2;2.4;3.31;17654
+73074;43.93609;-1.02319;65;20220819;26.7;14.6;20.6;1.1;17.7;0;3.56;19863
+73074;43.93609;-1.02319;65;20220820;30.7;15.2;22.9;1.2;18.3;.1;4.29;22520
+73074;43.93609;-1.02319;65;20220821;27.3;16;21.6;1;18.5;.5;3.48;18891
+73074;43.93609;-1.02319;65;20220822;24.8;17;20.9;1.4;21.2;1.6;2.79;15347
+73074;43.93609;-1.02319;65;20220823;30.2;19.3;24.7;.9;20.8;0;3.65;18272
+73074;43.93609;-1.02319;65;20220824;36.5;16;26.2;1.5;18.7;.4;5.42;25406
+73074;43.93609;-1.02319;65;20220825;28.5;18.7;23.6;2;21.4;.3;3.6;17003
+73074;43.93609;-1.02319;65;20220826;27.6;18.5;23;1.5;20.1;.1;3.33;16211
+73074;43.93609;-1.02319;65;20220827;30.3;16.5;23.4;1.1;19.4;0;3.86;20141
+73074;43.93609;-1.02319;65;20220828;35.6;13.3;24.4;1.1;15.3;.5;4.82;24736
+73074;43.93609;-1.02319;65;20220829;29.3;20.8;25;2;16.8;7.1;3.96;15261
+73074;43.93609;-1.02319;65;20220830;32;15.8;23.9;1.1;20;0;4.09;21442
+73074;43.93609;-1.02319;65;20220831;27.8;18.3;23;1.4;21.4;1.5;3.16;15957
+73074;43.93609;-1.02319;65;20220901;29.5;14.8;22.1;1.2;18.4;.1;3.71;20034
+73074;43.93609;-1.02319;65;20220902;25.4;16.8;21.1;1.3;19.4;2.8;2.79;14864
+73074;43.93609;-1.02319;65;20220903;27.3;15.9;21.6;1.3;18;.8;3.25;17184
+73074;43.93609;-1.02319;65;20220904;33.2;13;23.1;1;15;0;4.22;23151
+73074;43.93609;-1.02319;65;20220905;33.8;13.2;23.5;1.4;15.1;0;4.58;23196
+73074;43.93609;-1.02319;65;20220906;30.9;11.8;21.3;1.2;14.3;0;3.99;22091
+73074;43.93609;-1.02319;65;20220907;26.6;13.2;19.9;1.1;14.7;.1;3.19;18112
+73074;43.93609;-1.02319;65;20220908;26.3;11.6;18.9;1.1;14.8;2.6;3.16;18868
+73074;43.93609;-1.02319;65;20220909;24.8;17.1;20.9;1.7;15.9;.1;2.86;13140
+73074;43.93609;-1.02319;65;20220910;30.8;9.8;20.3;.9;13.3;0;3.69;22330
+73074;43.93609;-1.02319;65;20220911;35.7;17;26.3;2.5;14.1;0;5.55;20883
+73074;43.93609;-1.02319;65;20220912;39.1;19.5;29.3;1.9;16.1;7.6;5.41;21214
+73074;43.93609;-1.02319;65;20220913;31.5;20.7;26.1;1.7;21.2;.2;3.56;15233
+73074;43.93609;-1.02319;65;20220914;30.2;16.7;23.4;2.1;16;0;3.94;17032
+73074;43.93609;-1.02319;65;20220915;28.7;13.4;21;1;16.8;.7;3.12;18045
+73074;43.93609;-1.02319;65;20220916;24.2;15.7;19.9;1.2;16.6;0;2.42;12955
+73074;43.93609;-1.02319;65;20220917;23.4;9.1;16.2;1.7;9.7;0;3.07;17053
+73074;43.93609;-1.02319;65;20220918;26.5;9.4;17.9;1.8;7.1;0;3.73;18591
+73074;43.93609;-1.02319;65;20220919;27.9;3.4;15.6;.8;7.4;0;2.96;20573
+73074;43.93609;-1.02319;65;20220920;25.5;3.8;14.6;.9;8.8;0;2.84;20375
+73074;43.93609;-1.02319;65;20220921;24.6;3.3;13.9;.9;9.4;0;2.73;20177
+73074;43.93609;-1.02319;65;20220922;26.7;5.3;16;.9;10.8;0;2.86;19978
+73074;43.93609;-1.02319;65;20220923;21;7.3;14.1;.7;12.6;5.9;2.07;15637
+73074;43.93609;-1.02319;65;20220924;19.5;8.3;13.9;1.2;13.3;8.5;1.9;13847
+73074;43.93609;-1.02319;65;20220925;18.4;9.6;14;1.5;12.4;1.2;1.84;11976
+73074;43.93609;-1.02319;65;20220926;19.8;4.8;12.3;1.6;11.9;6.3;2.06;15890
+73074;43.93609;-1.02319;65;20220927;18.3;14.2;16.2;2.4;15.9;14.7;1.45;7536
+73074;43.93609;-1.02319;65;20220928;19.7;15.1;17.4;3.3;16.9;24.6;1.64;7967
+73074;43.93609;-1.02319;65;20220929;16.3;13.8;15;2;15;16.1;1.14;5427
+73074;43.93609;-1.02319;65;20220930;19.7;9.5;14.6;1.3;12.3;.1;1.86;12263
+73074;43.93609;-1.02319;65;20221001;20.6;10.2;15.4;2.6;14.4;.4;1.96;12248
+73074;43.93609;-1.02319;65;20221002;24.1;10.6;17.3;.7;15.1;0;2;13983
+73074;43.93609;-1.02319;65;20221003;23.8;12.4;18.1;1.1;15.4;0;2.02;12579
+73074;43.93609;-1.02319;65;20221004;25.9;8.2;17;.6;13.8;.2;2.11;15831
+73074;43.93609;-1.02319;65;20221005;27.5;11.5;19.5;1.1;16.3;.1;2.37;14799
+73074;43.93609;-1.02319;65;20221006;21.1;15.5;18.3;.7;17.2;.1;1.39;8067
+73074;43.93609;-1.02319;65;20221007;26.2;13;19.6;1.4;16;1.3;2.27;12980
+73074;43.93609;-1.02319;65;20221008;22.4;14;18.2;1;15.8;.1;1.66;9936
+73074;43.93609;-1.02319;65;20221009;27.9;10.7;19.3;1;14.8;0;2.28;14643
+73074;43.93609;-1.02319;65;20221010;20.5;13.5;17;1.2;18.5;4.4;1.25;8708
+73074;43.93609;-1.02319;65;20221011;20.2;15.2;17.7;.8;18;2.2;1.18;7040
+73074;43.93609;-1.02319;65;20221012;21.7;14.7;18.2;.7;16.6;.1;1.38;8473
+73074;43.93609;-1.02319;65;20221013;21.4;11.1;16.2;1.2;15.8;1.1;1.49;10438
+73074;43.93609;-1.02319;65;20221014;21.3;17.6;19.4;2.1;18.7;.7;1.37;5602
+73074;43.93609;-1.02319;65;20221015;24.6;11.3;17.9;.8;15.9;0;1.66;11735
+73074;43.93609;-1.02319;65;20221016;29.6;13.8;21.7;1.2;16.7;1.1;2.26;12746
+73074;43.93609;-1.02319;65;20221017;25.6;17.7;21.6;1.3;20;.2;1.66;8476
+73074;43.93609;-1.02319;65;20221018;30.7;14.4;22.5;1.9;18;0;2.65;12622
+73074;43.93609;-1.02319;65;20221019;28.2;17.5;22.8;2.1;18.3;1.3;2.39;9818
+73074;43.93609;-1.02319;65;20221020;27;15.5;21.2;3.8;15.1;0;3.23;10087
+73074;43.93609;-1.02319;65;20221021;22.2;14.7;18.4;2.6;14.3;0;2.02;7758
+73074;43.93609;-1.02319;65;20221022;27.1;10.2;18.6;1.3;13.6;.2;1.99;12188
+73074;43.93609;-1.02319;65;20221023;27.8;16.1;21.9;3.9;12.8;0;3.81;9762
+73074;43.93609;-1.02319;65;20221024;24.7;14;19.3;2.1;11.7;0;2.36;9141
+73074;43.93609;-1.02319;65;20221025;22.9;10.4;16.6;1.3;13.2;.3;1.55;9853
+73074;43.93609;-1.02319;65;20221026;28.4;10.8;19.6;1.9;14.6;0;2.3;11789
+73074;43.93609;-1.02319;65;20221027;25.1;17.7;21.4;2.3;15.4;0;2.19;7038
+73074;43.93609;-1.02319;65;20221028;27;14;20.5;1.1;14.8;0;1.69;9651
+73074;43.93609;-1.02319;65;20221029;23.3;15.2;19.2;1.1;16.6;.1;1.3;7209
+73074;43.93609;-1.02319;65;20221030;21.9;11.1;16.5;.7;15.4;.9;1.07;8420
+73074;43.93609;-1.02319;65;20221031;20;12.3;16.1;1.3;16.2;6.6;.98;6784
+73074;43.93609;-1.02319;65;20221101;21;14.3;17.6;1.3;15.3;.1;1.18;6137
+73074;43.93609;-1.02319;65;20221102;20.4;7.6;14;1;12.1;.1;1.1;8896
+73074;43.93609;-1.02319;65;20221103;21.4;10;15.7;2.3;12.4;13.8;1.64;8194
+73074;43.93609;-1.02319;65;20221104;17.2;9.3;13.2;3.1;12.4;3.4;1.21;6484
+73074;43.93609;-1.02319;65;20221105;17.7;5.2;11.4;.7;10;.1;.86;8400
+73074;43.93609;-1.02319;65;20221106;19.2;2.5;10.8;1.1;9.9;.1;1.02;9791
+73074;43.93609;-1.02319;65;20221107;20.7;3.9;12.3;1.1;10.6;0;1.07;9687
+73074;43.93609;-1.02319;65;20221108;18.5;9.7;14.1;1.9;13;3.8;1.05;6520
+73074;43.93609;-1.02319;65;20221109;15.6;12.9;14.2;1.1;13.8;6.9;.73;2924
+73074;43.93609;-1.02319;65;20221110;18;8.2;13.1;1.3;11.9;.1;.92;6758
+73074;43.93609;-1.02319;65;20221111;17;4.5;10.7;1.6;10.9;.1;.86;7706
+73074;43.93609;-1.02319;65;20221112;21.3;5.7;13.5;1.2;11.6;.1;1.03;8655
+73074;43.93609;-1.02319;65;20221113;24.6;5.7;15.1;.8;11.6;0;1.01;9540
+73074;43.93609;-1.02319;65;20221114;15.3;7.5;11.4;1.4;12.9;5.1;.56;5539
+73074;43.93609;-1.02319;65;20221115;16.8;11;13.9;2;13.3;8;.86;4512
+73074;43.93609;-1.02319;65;20221116;19.4;10.9;15.1;2.4;13.1;.3;1.21;5680
+73074;43.93609;-1.02319;65;20221117;19;14.4;16.7;2.6;14.1;7.7;1.3;3744
+73074;43.93609;-1.02319;65;20221118;12.2;8.4;10.3;2.9;11.6;19.4;.56;3222
+73074;43.93609;-1.02319;65;20221119;13.4;7.9;10.6;2.1;10.6;6.1;.77;4105
+73074;43.93609;-1.02319;65;20221120;15.5;5.1;10.3;2.5;11.3;8.9;.7;6097
+73074;43.93609;-1.02319;65;20221121;16;9.9;12.9;2.4;11.9;33.1;.95;4276
+73074;43.93609;-1.02319;65;20221122;10.9;7.5;9.2;4.1;10.35;25.5;.64;2839
+73074;43.93609;-1.02319;65;20221123;17.7;10;13.8;2.9;13.5;2.3;.9;4851
+73074;43.93609;-1.02319;65;20221124;14;7.3;10.6;2.1;11.3;6.3;.63;4372
+73074;43.93609;-1.02319;65;20221125;15.6;8.7;12.1;1.6;11.6;5.5;.72;4402
+73074;43.93609;-1.02319;65;20221126;13;3.5;8.2;1.2;9.1;0;.55;5348
+73074;43.93609;-1.02319;65;20221127;14.8;1.2;8;1;9.6;13.5;.47;6605
+73074;43.93609;-1.02319;65;20221128;14.2;10.2;12.2;2;11.9;11.9;.73;2893
+73074;43.93609;-1.02319;65;20221129;14.9;8;11.4;.9;11.2;2.1;.55;4198
+73074;43.93609;-1.02319;65;20221130;10;4.7;7.3;1.7;8.8;0;.54;3463
+73074;43.93609;-1.02319;65;20221201;6.5;4.2;5.3;1.1;8.1;0;.42;1771
+73074;43.93609;-1.02319;65;20221202;10.1;-.1;5;.6;7.4;.1;.34;5250
+73074;43.93609;-1.02319;65;20221203;6.9;2.9;4.9;1.1;7.7;.7;.41;2726
+73074;43.93609;-1.02319;65;20221204;11;.1;5.5;.9;6.7;.1;.47;5378
+73074;43.93609;-1.02319;65;20221205;12.7;-1.4;5.6;1.9;6.9;.1;.71;6261
+73074;43.93609;-1.02319;65;20221206;12;7.4;9.7;1.6;9.6;.1;.66;2939
+73074;43.93609;-1.02319;65;20221207;13.4;4.5;8.9;1.2;9.1;0;.55;4609
+73074;43.93609;-1.02319;65;20221208;9.2;4.4;6.8;1.6;9;10.5;.42;2983
+73074;43.93609;-1.02319;65;20221209;9.5;7.3;8.4;1.8;9.9;1.1;.51;1545
+73074;43.93609;-1.02319;65;20221210;7.3;-1.7;2.8;1;5.4;0;.44;4550
+73074;43.93609;-1.02319;65;20221211;5.7;-2.9;1.4;1.4;5;.1;.48;4391
+73074;43.93609;-1.02319;65;20221212;6.1;-3;1.5;1.7;7;10;.18;4534
+73074;43.93609;-1.02319;65;20221213;16.3;6;11.1;2.7;14.2;6.6;.17;4892
+73074;43.93609;-1.02319;65;20221214;20.4;11.5;15.9;1.6;14.2;7.8;.82;4429
+73074;43.93609;-1.02319;65;20221215;16.8;11;13.9;1.9;13.1;16.8;.74;3289
+73074;43.93609;-1.02319;65;20221216;7.1;8.7;7.9;2.6;10.3;1.6;.41;0
+73074;43.93609;-1.02319;65;20221217;8.8;-1.2;3.8;1.1;6.8;.1;.36;4738
+73074;43.93609;-1.02319;65;20221218;14.1;1.6;7.8;2.1;8.5;0;.69;5455
+73074;43.93609;-1.02319;65;20221219;13.3;7.4;10.3;2.8;10.3;0;.78;3298
+73074;43.93609;-1.02319;65;20221220;13;10.5;11.7;2.6;12;8.1;.68;1649
+73074;43.93609;-1.02319;65;20221221;18.7;10;14.3;2.1;13.2;.4;.83;4306
+73074;43.93609;-1.02319;65;20221222;16.9;8.2;12.5;1.5;12.9;1;.52;4308
+73074;43.93609;-1.02319;65;20221223;18.8;8.6;13.7;.9;13.2;0;.51;4786
+73074;43.93609;-1.02319;65;20221224;19.9;8.5;14.2;.8;12;0;.57;5149
+73074;43.93609;-1.02319;65;20221225;20.6;4.8;12.7;2.8;9.9;.7;1.44;6326
+73074;43.93609;-1.02319;65;20221226;17.5;8.1;12.8;1;11.9;.8;.55;4567
+73074;43.93609;-1.02319;65;20221227;14.8;10.5;12.6;.7;12.4;.2;.5;2639
+73074;43.93609;-1.02319;65;20221228;17.4;5.4;11.4;1.6;10.3;0;.74;5381
+73074;43.93609;-1.02319;65;20221229;15.2;9;12.1;1.8;11.5;8.7;.7;3484
+73074;43.93609;-1.02319;65;20221230;19.4;10;14.7;2.7;12.6;0;1.14;4641
+73074;43.93609;-1.02319;65;20221231;20.5;8;14.2;2.5;10.2;0;1.45;5599
+73075;43.96872;-.71492;51;20220101;22.5;4;13.2;1.2;9.45;0;.9;7047
+73075;43.96872;-.71492;51;20220102;17.9;4.6;11.2;1.1;10.24;.1;.61;5763
+73075;43.96872;-.71492;51;20220103;16.5;3.7;10.1;1.6;10.24;0;.62;5994
+73075;43.96872;-.71492;51;20220104;17.8;7.4;12.6;3.4;10.57;5.1;1.38;4786
+73075;43.96872;-.71492;51;20220105;9.4;2.8;6.1;.9;7.31;.1;.44;4567
+73075;43.96872;-.71492;51;20220106;9.4;-1.8;3.8;.5;5.41;.1;.28;6524
+73075;43.96872;-.71492;51;20220107;11.8;-1.9;4.9;2.1;8.01;2.1;.48;5941
+73075;43.96872;-.71492;51;20220108;12;6.5;9.2;4.4;10.61;11.1;.55;3391
+73075;43.96872;-.71492;51;20220109;11;9.1;10.1;3.4;11.71;21.6;.46;1443
+73075;43.96872;-.71492;51;20220110;13;10.2;11.6;3.5;12.97;4.1;.47;1883
+73075;43.96872;-.71492;51;20220111;11.5;6.2;8.9;.7;8.74;.1;.5;4102
+73075;43.96872;-.71492;51;20220112;7.1;-2.8;2.1;.6;5.71;0;.29;6739
+73075;43.96872;-.71492;51;20220113;5.1;-4.6;.2;1.4;5.81;0;.3;5302
+73075;43.96872;-.71492;51;20220114;4.8;-.8;2;.8;5.97;0;.35;4526
+73075;43.96872;-.71492;51;20220115;12.2;-5.1;3.6;.5;5.64;.1;.35;8553
+73075;43.96872;-.71492;51;20220116;11;-2.5;4.2;.7;6.18;.1;.45;6635
+73075;43.96872;-.71492;51;20220117;8.9;-1.8;3.6;1.6;6.81;.1;.45;6517
+73075;43.96872;-.71492;51;20220118;4.7;2;3.4;1.4;7.61;.1;.34;2315
+73075;43.96872;-.71492;51;20220119;10.5;4;7.2;1.7;8.64;1.6;.59;4101
+73075;43.96872;-.71492;51;20220120;11.4;6.8;9.1;2.1;9.44;1.3;.74;3682
+73075;43.96872;-.71492;51;20220121;6;-1.3;2.4;1.9;5.77;.1;.57;5438
+73075;43.96872;-.71492;51;20220122;8.1;-4.3;1.9;1;5.17;.1;.51;7970
+73075;43.96872;-.71492;51;20220123;10.6;-4.2;3.2;1.3;5.47;0;.67;8565
+73075;43.96872;-.71492;51;20220124;15.9;-2.7;6.6;.9;6.01;0;.72;9329
+73075;43.96872;-.71492;51;20220125;15.7;-3.6;6;.6;5.84;0;.59;9648
+73075;43.96872;-.71492;51;20220126;13.7;-3.3;5.2;1;6.14;0;.71;9295
+73075;43.96872;-.71492;51;20220127;10.2;-3.9;3.1;.8;5.67;.1;.56;8330
+73075;43.96872;-.71492;51;20220128;8.2;-2.5;2.9;1;6.11;0;.51;7082
+73075;43.96872;-.71492;51;20220129;2.3;-2;.2;1.8;6.37;0;.25;3429
+73075;43.96872;-.71492;51;20220130;3.1;-.7;1.2;1.4;6.64;.3;.32;3402
+73075;43.96872;-.71492;51;20220131;10.8;2.1;6.5;2.5;8.74;1.8;.65;5527
+73075;43.96872;-.71492;51;20220201;10.2;-.6;4.8;1.9;8.51;.1;.5;7399
+73075;43.96872;-.71492;51;20220202;10.7;8;9.3;2.3;10.71;0;.59;3116
+73075;43.96872;-.71492;51;20220203;12.6;5.5;9.1;2.7;10.37;0;.71;5065
+73075;43.96872;-.71492;51;20220204;12.7;5.2;8.9;1.8;10.77;1;.6;4919
+73075;43.96872;-.71492;51;20220205;11.8;5.2;8.5;1.6;7.87;.1;.96;7923
+73075;43.96872;-.71492;51;20220206;10.9;-1.7;4.6;2.6;8.37;2;.59;7591
+73075;43.96872;-.71492;51;20220207;14.1;8.5;11.3;2.1;10.88;1.1;.93;5391
+73075;43.96872;-.71492;51;20220208;15.3;2.5;8.9;2;7.94;0;1.28;10460
+73075;43.96872;-.71492;51;20220209;20;.7;10.4;1.1;7.74;0;1.29;11919
+73075;43.96872;-.71492;51;20220210;11.8;.7;6.3;1.5;8.3;3.7;1.38;11100
+73075;43.96872;-.71492;51;20220211;13.5;7.5;10.5;1.3;9.5;0;.99;7000
+73075;43.96872;-.71492;51;20220212;14.6;-1.9;6.4;1.7;7.3;0;1.15;9400
+73075;43.96872;-.71492;51;20220213;18.5;1.4;10;2.9;8.4;5;1.88;11000
+73075;43.96872;-.71492;51;20220214;11.4;8.1;9.8;4.8;10;11;1.15;5900
+73075;43.96872;-.71492;51;20220215;11.7;4;7.9;2.8;9.8;7.8;.77;6200
+73075;43.96872;-.71492;51;20220216;13.4;8.9;11.1;4.2;12.44;6.9;.72;4813
+73075;43.96872;-.71492;51;20220217;14.2;12.1;13.2;2.9;12.97;1.4;.93;3101
+73075;43.96872;-.71492;51;20220218;18.1;6.3;12.2;2;10.97;0;1.42;10046
+73075;43.96872;-.71492;51;20220219;12.7;6.3;9.5;1.3;8.74;.3;1.09;8103
+73075;43.96872;-.71492;51;20220220;14.1;2.3;8.2;2.9;10.61;4.3;.87;9088
+73075;43.96872;-.71492;51;20220221;14.1;9.9;12;3.6;10.51;.4;1.5;6499
+73075;43.96872;-.71492;51;20220222;16.7;6.4;11.5;1.4;9.41;0;1.44;11195
+73075;43.96872;-.71492;51;20220223;17.4;1.8;9.6;1.3;8.87;0;1.46;13124
+73075;43.96872;-.71492;51;20220224;13.7;3;8.4;1.7;10.21;1.2;.96;8531
+73075;43.96872;-.71492;51;20220225;13.2;1.9;7.5;1.7;6.97;0;1.45;12547
+73075;43.96872;-.71492;51;20220226;14.6;.5;7.6;3.1;5.61;0;2.21;13526
+73075;43.96872;-.71492;51;20220227;17.8;3.2;10.5;1.9;8.41;.1;1.83;12699
+73075;43.96872;-.71492;51;20220228;20.4;2.1;11.2;.9;8.91;0;1.69;14744
+73075;43.96872;-.71492;51;20220301;19.6;.7;10.1;2.2;8.24;.2;2.16;14743
+73075;43.96872;-.71492;51;20220302;14.2;7.9;11;1.7;10.51;2.3;1.19;7017
+73075;43.96872;-.71492;51;20220303;16.5;6.4;11.5;1.7;10.74;2.8;1.49;11192
+73075;43.96872;-.71492;51;20220304;12.2;8.4;10.3;2.7;9.74;0;1.28;6496
+73075;43.96872;-.71492;51;20220305;12.6;4.9;8.8;1.7;7.71;0;1.45;9900
+73075;43.96872;-.71492;51;20220306;10.9;2.7;6.8;1;7.84;.1;1.11;9639
+73075;43.96872;-.71492;51;20220307;13.4;-2.4;5.5;1.4;6.37;0;1.57;15342
+73075;43.96872;-.71492;51;20220308;11.6;4.8;8.2;2.1;8.94;1.1;1.17;8036
+73075;43.96872;-.71492;51;20220309;18.8;1.5;10.2;2.6;8.37;.5;2.37;16011
+73075;43.96872;-.71492;51;20220310;17.2;9.3;13.3;2.5;11.21;2.3;1.85;10606
+73075;43.96872;-.71492;51;20220311;15.2;9.1;12.2;2.2;11.11;10.7;1.44;7909
+73075;43.96872;-.71492;51;20220312;15;7.4;11.2;2.9;10.17;4.9;1.78;11714
+73075;43.96872;-.71492;51;20220313;14.7;8.3;11.5;3.2;9.31;4.3;1.97;10363
+73075;43.96872;-.71492;51;20220314;14.2;6.1;10.1;3.7;10.14;.1;1.51;9175
+73075;43.96872;-.71492;51;20220315;20.9;11.3;16.1;3.5;12.37;0;2.69;12932
+73075;43.96872;-.71492;51;20220316;16.8;11;13.9;2.7;12.67;2;1.61;8387
+73075;43.96872;-.71492;51;20220317;11.6;10.2;10.9;2.8;11.54;5;.91;3820
+73075;43.96872;-.71492;51;20220318;12.5;6;9.3;1.3;9.6;0;1.24;8300
+73075;43.96872;-.71492;51;20220319;18.4;3.5;11;2.4;9.5;0;2.34;15900
+73075;43.96872;-.71492;51;20220320;19.1;6.5;12.8;2.8;10.2;0;2.35;11900
+73075;43.96872;-.71492;51;20220321;20.7;7.6;14.2;3.9;10.2;.9;3.27;16900
+73075;43.96872;-.71492;51;20220322;17.8;6;11.9;3.6;8.1;0;2.77;11500
+73075;43.96872;-.71492;51;20220323;18.2;2.8;10.5;2.8;7.6;0;2.99;20000
+73075;43.96872;-.71492;51;20220324;19.7;.9;10.3;1.7;8.2;0;2.67;19600
+73075;43.96872;-.71492;51;20220325;19.9;3.3;11.6;2.5;8.1;0;2.74;13800
+73075;43.96872;-.71492;51;20220326;19.6;4.1;11.9;4;6.9;0;3.83;19800
+73075;43.96872;-.71492;51;20220327;20.9;3.9;12.4;2.2;8.5;0;3.08;18900
+73075;43.96872;-.71492;51;20220328;21.4;3.5;12.5;1.4;9.2;0;2.33;13000
+73075;43.96872;-.71492;51;20220329;18.2;5.5;11.9;1.7;11.1;0;1.64;8500
+73075;43.96872;-.71492;51;20220330;15.2;10;12.6;2.8;11.7;5.3;1.56;7100
+73075;43.96872;-.71492;51;20220331;15.4;7.9;11.7;4;9.7;5.6;2.47;14200
+73075;43.96872;-.71492;51;20220401;10.3;-.9;4.7;4.3;5.7;.5;2.26;17700
+73075;43.96872;-.71492;51;20220402;10.2;-2.1;4.1;3.1;5.3;.2;2.13;16900
+73075;43.96872;-.71492;51;20220403;8.2;-.7;3.7;2.1;5.75;0;1.86;16153
+73075;43.96872;-.71492;51;20220404;12.2;-.5;5.8;1.7;5.12;0;2.37;21744
+73075;43.96872;-.71492;51;20220405;17.3;-3;7.2;1.3;6;0;2.77;23300
+73075;43.96872;-.71492;51;20220406;12.6;5;8.8;3;10.2;.8;1.03;4800
+73075;43.96872;-.71492;51;20220407;18.8;8.8;13.8;4.9;11.4;11.4;2.62;10400
+73075;43.96872;-.71492;51;20220408;19.9;8.2;14.1;4.4;11.2;2.1;2.73;10000
+73075;43.96872;-.71492;51;20220409;16.9;7.9;12.4;2;8.5;.2;3.02;19900
+73075;43.96872;-.71492;51;20220410;20.9;-.5;10.2;3.9;7.2;0;4.08;23200
+73075;43.96872;-.71492;51;20220411;23.1;10.3;16.7;5.3;11.4;.1;4.51;20000
+73075;43.96872;-.71492;51;20220412;18.2;9.4;13.8;2.1;12.3;2.2;1.73;7300
+73075;43.96872;-.71492;51;20220413;17.7;10.9;14.3;1.9;13.3;.1;1.71;8400
+73075;43.96872;-.71492;51;20220414;24.2;7.5;15.9;2;12.5;0;3.71;22600
+73075;43.96872;-.71492;51;20220415;23;11.5;17.3;2.9;13.7;0;3.37;17100
+73075;43.96872;-.71492;51;20220416;24.9;11.7;18.3;2.6;12.7;0;4.37;23700
+73075;43.96872;-.71492;51;20220417;23.6;10.9;17.3;3.5;12.8;0;3.99;20000
+73075;43.96872;-.71492;51;20220418;19.2;12.1;15.7;2.9;12.4;0;2.72;12900
+73075;43.96872;-.71492;51;20220419;12.2;9.8;11;2.1;11.5;10.3;1.05;4300
+73075;43.96872;-.71492;51;20220420;12.3;8.3;10.3;1.5;11.4;7.2;1.07;5600
+73075;43.96872;-.71492;51;20220421;14.7;7.7;11.2;1.6;12.7;1.2;1.01;5200
+73075;43.96872;-.71492;51;20220422;21.7;9.6;15.7;1.9;11.6;3.9;3.52;21000
+73075;43.96872;-.71492;51;20220423;14.2;10.9;12.6;3.4;11.8;1.6;1.7;7800
+73075;43.96872;-.71492;51;20220424;17.5;10.5;14;5.7;11.9;.4;2.86;14400
+73075;43.96872;-.71492;51;20220425;21.2;5.1;13.2;1.5;10.7;0;3.43;23300
+73075;43.96872;-.71492;51;20220426;24.4;5.8;15.1;3.1;11;0;4.53;25600
+73075;43.96872;-.71492;51;20220427;20.4;11.9;16.2;2.5;13.9;3.9;2.45;11500
+73075;43.96872;-.71492;51;20220428;17.5;12.8;15.2;2.3;14.4;.2;1.69;7700
+73075;43.96872;-.71492;51;20220429;20.7;11.2;16;2.3;13.6;0;2.99;16800
+73075;43.96872;-.71492;51;20220430;21.9;12.5;17.2;3.1;13.3;0;3.66;18800
+73075;43.96872;-.71492;51;20220501;21.6;10.8;16.2;2.6;13;0;3.26;17100
+73075;43.96872;-.71492;51;20220502;20.7;10.7;15.7;2.8;12.7;0;3.43;19400
+73075;43.96872;-.71492;51;20220503;21.4;13;17.2;2.7;14.3;2.5;2.73;12000
+73075;43.96872;-.71492;51;20220504;20.2;13.8;17;2.3;13;0;2.8;12400
+73075;43.96872;-.71492;51;20220505;21.9;8;15;1.9;10.7;.1;3.53;19800
+73075;43.96872;-.71492;51;20220506;21.2;8.3;14.7;2.3;12.14;.2;3.48;21207
+73075;43.96872;-.71492;51;20220507;22.7;10.4;16.6;1.9;13.74;.1;3.62;21685
+73075;43.96872;-.71492;51;20220508;24.7;9.3;17;1.4;12.94;.1;4.07;24561
+73075;43.96872;-.71492;51;20220509;28;8.5;18.3;1;12.51;0;4.56;27370
+73075;43.96872;-.71492;51;20220510;29.8;8.3;19;1.5;12.84;0;5.15;28447
+73075;43.96872;-.71492;51;20220511;26.9;13.1;20;1.7;14.97;.1;4.38;23397
+73075;43.96872;-.71492;51;20220512;22.3;13.8;18;1;15.28;.2;3.1;17755
+73075;43.96872;-.71492;51;20220513;24.8;13.3;19;.9;15.48;0;3.69;21306
+73075;43.96872;-.71492;51;20220514;31.3;10.9;21.1;2.2;15.47;1.4;5.56;27210
+73075;43.96872;-.71492;51;20220515;30.8;14.2;22.5;1.6;18.07;7.8;4.68;23032
+73075;43.96872;-.71492;51;20220516;29.6;15.4;22.5;1.5;17.07;0;5;25737
+73075;43.96872;-.71492;51;20220517;29.7;15.2;22.4;2;15.54;0;5.24;25241
+73075;43.96872;-.71492;51;20220518;33.2;14.2;23.7;2.2;16.87;2.7;6.04;27802
+73075;43.96872;-.71492;51;20220519;26.6;17;21.8;2.1;19.14;.1;4.05;20253
+73075;43.96872;-.71492;51;20220520;23.7;16.5;20.1;2;18.71;.1;3.25;17023
+73075;43.96872;-.71492;51;20220521;31.6;13.5;22.6;1.5;18.74;0;5.27;26894
+73075;43.96872;-.71492;51;20220522;30.6;18.2;24.4;3.1;20.41;1.6;5.17;21917
+73075;43.96872;-.71492;51;20220523;21.9;16.3;19.1;4.3;15.67;1.1;3.59;15956
+73075;43.96872;-.71492;51;20220524;17.9;11;14.5;2.1;12.94;.8;2.78;16907
+73075;43.96872;-.71492;51;20220525;20.1;7.3;13.7;1.4;11.81;.2;3.28;20893
+73075;43.96872;-.71492;51;20220526;20.7;7.3;14;1.2;12.91;.1;3.26;21160
+73075;43.96872;-.71492;51;20220527;25.7;11.2;18.5;1.4;13.91;.1;4.49;25699
+73075;43.96872;-.71492;51;20220528;28.1;10.2;19.1;2;12.41;0;5.49;29296
+73075;43.96872;-.71492;51;20220529;26.2;9.3;17.8;2.3;9.44;0;5.49;28565
+73075;43.96872;-.71492;51;20220530;25.3;7.6;16.5;1.8;9.21;0;5.02;28614
+73075;43.96872;-.71492;51;20220531;27.5;12.6;20.1;1.7;12.27;.1;5.18;27026
+73075;43.96872;-.71492;51;20220601;32.4;13.5;23;2.7;13.91;.2;6.59;29234
+73075;43.96872;-.71492;51;20220602;27.6;16.1;21.8;2.5;19.01;0;4.53;22274
+73075;43.96872;-.71492;51;20220603;27.7;18.3;23;2.1;19.94;4.5;4.25;20113
+73075;43.96872;-.71492;51;20220604;23.7;17.6;20.7;1.8;19.17;2.7;3.03;14680
+73075;43.96872;-.71492;51;20220605;24;16.5;20.3;1.8;16.67;0;3.83;19625
+73075;43.96872;-.71492;51;20220606;26.3;14.7;20.5;1.5;15.84;.1;4.35;22875
+73075;43.96872;-.71492;51;20220607;24.6;15.6;20.1;1.5;15.91;4.4;3.77;19196
+73075;43.96872;-.71492;51;20220608;19.4;14.4;16.9;1.8;16.57;3.5;2.37;13201
+73075;43.96872;-.71492;51;20220609;24.7;10.1;17.4;1.4;13.97;.1;4.57;27611
+73075;43.96872;-.71492;51;20220610;29.6;9.5;19.5;1.2;14.44;.1;5.46;31000
+73075;43.96872;-.71492;51;20220611;30.5;13.4;22;1.6;17.14;.1;5.4;27939
+73075;43.96872;-.71492;51;20220612;28.7;16.5;22.6;2.3;19.57;4.7;4.66;22462
+73075;43.96872;-.71492;51;20220613;30;18;24;1.8;21.44;.1;5.01;24532
+73075;43.96872;-.71492;51;20220614;35.4;17.3;26.3;2.2;21.07;0;6.41;28055
+73075;43.96872;-.71492;51;20220615;34.2;19.8;27;2;21.24;0;6.23;27506
+73075;43.96872;-.71492;51;20220616;35.9;17.6;26.8;1.9;18.67;0;6.58;28814
+73075;43.96872;-.71492;51;20220617;38.5;19.6;29.1;2;19.91;0;7.3;30153
+73075;43.96872;-.71492;51;20220618;41.2;18.7;29.9;2.4;19.97;0;8.04;30280
+73075;43.96872;-.71492;51;20220619;30.9;18.7;24.8;2.6;18.51;.1;5.65;24477
+73075;43.96872;-.71492;51;20220620;29.1;17.7;23.4;1.7;19.01;0;4.9;23837
+73075;43.96872;-.71492;51;20220621;27;18;22.5;2;19.91;16.6;4.15;20259
+73075;43.96872;-.71492;51;20220622;24.8;16.6;20.7;2;18.51;3.3;3.63;18262
+73075;43.96872;-.71492;51;20220623;26.8;14.8;20.8;1.9;17.44;4.2;4.5;23641
+73075;43.96872;-.71492;51;20220624;25.1;15.5;20.3;2.1;16.84;2.5;4.22;22027
+73075;43.96872;-.71492;51;20220625;18.5;13.8;16.2;1.5;15.34;7.7;2.19;11540
+73075;43.96872;-.71492;51;20220626;17.5;13.1;15.3;1.1;15.17;6.6;2.13;12094
+73075;43.96872;-.71492;51;20220627;20.4;13.3;16.9;1.2;15.01;.1;2.91;16358
+73075;43.96872;-.71492;51;20220628;26.2;12.7;19.5;1.1;13.87;0;4.8;27455
+73075;43.96872;-.71492;51;20220629;25.8;10.1;17.9;1.5;14.27;7.4;4.65;26987
+73075;43.96872;-.71492;51;20220630;18.3;14.4;16.3;1.1;15.34;7.3;2.3;12376
+73075;43.96872;-.71492;51;20220701;24.5;7.6;16;1.2;12.41;0;4.69;29574
+73075;43.96872;-.71492;51;20220702;31.6;10.3;21;1.8;13.57;0;6.04;30684
+73075;43.96872;-.71492;51;20220703;29;13.8;21.4;2;15.47;1;5.28;26349
+73075;43.96872;-.71492;51;20220704;24.7;15.5;20.1;2.2;17.94;0;3.74;19277
+73075;43.96872;-.71492;51;20220705;30;16;23;1.4;17.31;0;5.23;26638
+73075;43.96872;-.71492;51;20220706;30;13.5;21.8;1.6;15.21;0;5.36;27218
+73075;43.96872;-.71492;51;20220707;29.1;12.9;21;1.9;15.91;.1;5.31;27792
+73075;43.96872;-.71492;51;20220708;31.2;15;23.1;1.6;16.34;0;5.67;28403
+73075;43.96872;-.71492;51;20220709;33.4;12.5;23;1.1;15.31;0;5.81;30388
+73075;43.96872;-.71492;51;20220710;34.7;13.5;24.1;1.7;14.91;0;6.43;30804
+73075;43.96872;-.71492;51;20220711;37;13.8;25.4;1.3;15.87;0;6.45;30639
+73075;43.96872;-.71492;51;20220712;37.6;16.2;26.9;1.3;16.11;0;6.55;30561
+73075;43.96872;-.71492;51;20220713;37.6;12.7;25.2;1.1;13.37;0;6.21;30415
+73075;43.96872;-.71492;51;20220714;37.9;14.1;26;1.2;16.14;0;6.33;29767
+73075;43.96872;-.71492;51;20220715;36.6;16.4;26.5;1.6;16.74;0;6.46;29143
+73075;43.96872;-.71492;51;20220716;38.5;16.4;27.5;1.8;15.34;0;6.97;29598
+73075;43.96872;-.71492;51;20220717;38.9;16.4;27.6;2.1;13.81;0;7.38;29477
+73075;43.96872;-.71492;51;20220718;40.1;20.2;30.1;3.4;15.84;.2;8.7;28898
+73075;43.96872;-.71492;51;20220719;32.2;21.8;27;2.8;20.01;.5;5.63;21662
+73075;43.96872;-.71492;51;20220720;27.6;19.4;23.5;1.7;18.27;.4;4.23;19435
+73075;43.96872;-.71492;51;20220721;33.4;15.2;24.3;1.5;17.31;0;5.87;28858
+73075;43.96872;-.71492;51;20220722;25.3;18.3;21.8;2.3;18.65;0;3.64;16598
+73075;43.96872;-.71492;51;20220723;30.4;13.7;22.1;1;16.18;0;4.86;25908
+73075;43.96872;-.71492;51;20220724;37;13.2;25.1;1.6;17.75;0;6.4;29577
+73075;43.96872;-.71492;51;20220725;28.6;20.2;24.4;2.8;19.44;.2;4.58;18958
+73075;43.96872;-.71492;51;20220726;27.9;13.2;20.6;1.5;14.91;.1;4.82;26187
+73075;43.96872;-.71492;51;20220727;28.3;10.9;19.6;1.3;13.31;0;4.99;28528
+73075;43.96872;-.71492;51;20220728;28.1;13.3;20.7;1.4;14.71;3.3;4.7;25312
+73075;43.96872;-.71492;51;20220729;27.3;14.5;20.9;1.4;16.47;.5;4.05;20993
+73075;43.96872;-.71492;51;20220730;29.4;15.2;22.3;1;17.54;.4;4.36;23258
+73075;43.96872;-.71492;51;20220731;33;13.9;23.4;1.7;17.21;1.1;5.64;27978
+73075;43.96872;-.71492;51;20220801;34.1;15.2;24.7;1.4;17.74;0;5.66;27715
+73075;43.96872;-.71492;51;20220802;36.7;16.3;26.5;1.7;16.64;1;6.27;28063
+73075;43.96872;-.71492;51;20220803;37.1;16;26.5;1.8;19.21;1.7;6.14;26978
+73075;43.96872;-.71492;51;20220804;32.1;21.2;26.6;2.8;22.61;1.6;5.06;20622
+73075;43.96872;-.71492;51;20220805;29.8;18.4;24.1;2.6;19.61;0;4.81;21722
+73075;43.96872;-.71492;51;20220806;34;17.6;25.8;2;17.51;0;5.62;24714
+73075;43.96872;-.71492;51;20220807;34.7;15;24.8;1.4;12.57;1.2;5.5;26039
+73075;43.96872;-.71492;51;20220808;36;12.1;24.1;1;13.61;.1;5.24;26433
+73075;43.96872;-.71492;51;20220809;36.5;15.4;26;1.3;15.31;0;5.61;26497
+73075;43.96872;-.71492;51;20220810;39.2;14.7;26.9;1;13.14;0;5.5;26211
+73075;43.96872;-.71492;51;20220811;39.7;18.1;28.9;1.1;15.91;0;5.6;25515
+73075;43.96872;-.71492;51;20220812;37.4;22.7;30.1;2.7;21.54;0;6.34;22731
+73075;43.96872;-.71492;51;20220813;32.8;21.2;27;2.2;21.94;.1;4.83;19802
+73075;43.96872;-.71492;51;20220814;26.2;19.3;22.8;1.9;20.21;.6;3.29;15151
+73075;43.96872;-.71492;51;20220815;27.1;16.1;21.6;1.9;17.04;0;3.93;19718
+73075;43.96872;-.71492;51;20220816;27.6;14.7;21.1;1.5;17.04;6;3.63;18195
+73075;43.96872;-.71492;51;20220817;23.9;15.9;19.9;2.1;17.87;.7;3.28;17732
+73075;43.96872;-.71492;51;20220818;25;15.8;20.4;2.2;17.61;1.9;3.41;17395
+73075;43.96872;-.71492;51;20220819;27.4;15.3;21.3;1.3;17.31;.1;3.66;19339
+73075;43.96872;-.71492;51;20220820;30.5;14.9;22.7;1.2;17.94;.1;4.15;21782
+73075;43.96872;-.71492;51;20220821;28.4;16.3;22.4;1.6;18.24;.4;3.83;19247
+73075;43.96872;-.71492;51;20220822;25.7;18.1;21.9;1.9;20.87;1.9;2.94;14484
+73075;43.96872;-.71492;51;20220823;30.7;19.1;24.9;.9;20.67;0;3.67;18320
+73075;43.96872;-.71492;51;20220824;36.3;16.1;26.2;1.4;19.01;.3;5.17;24357
+73075;43.96872;-.71492;51;20220825;29.8;19.5;24.7;2.7;21.54;0;4.06;17358
+73075;43.96872;-.71492;51;20220826;28.9;18.8;23.8;1.9;19.97;.1;3.73;17265
+73075;43.96872;-.71492;51;20220827;31.8;17.5;24.6;1.4;18.94;0;4.34;21439
+73075;43.96872;-.71492;51;20220828;35.8;13.4;24.6;1.4;15.24;.2;5.03;24210
+73075;43.96872;-.71492;51;20220829;28.7;20.3;24.5;2;16.97;7;3.45;11616
+73075;43.96872;-.71492;51;20220830;33;15.5;24.2;1.5;19.37;0;4.47;22397
+73075;43.96872;-.71492;51;20220831;29;19.4;24.2;1.8;21.31;.8;3.29;14561
+73075;43.96872;-.71492;51;20220901;30.6;16.4;23.5;1.4;18.47;.9;3.97;20029
+73075;43.96872;-.71492;51;20220902;26;17.2;21.6;2;19.04;1.4;3.1;15377
+73075;43.96872;-.71492;51;20220903;27.8;15.8;21.8;1.4;17.74;.3;3.32;17118
+73075;43.96872;-.71492;51;20220904;33.7;13.7;23.7;1.3;15.07;0;4.51;22992
+73075;43.96872;-.71492;51;20220905;34.1;15.9;25;1.8;15.71;0;4.85;22678
+73075;43.96872;-.71492;51;20220906;31.4;13.6;22.5;2;14.51;0;4.56;21691
+73075;43.96872;-.71492;51;20220907;27.4;14.1;20.8;1.2;14.87;0;3.21;17010
+73075;43.96872;-.71492;51;20220908;26.6;12;19.3;1.5;14.84;2.5;3.27;18468
+73075;43.96872;-.71492;51;20220909;25.5;16.9;21.2;2;15.77;.5;3.23;15109
+73075;43.96872;-.71492;51;20220910;30.3;10.4;20.4;1.2;13.87;0;3.8;21760
+73075;43.96872;-.71492;51;20220911;35.3;15.4;25.3;2.5;14.31;0;5.5;21461
+73075;43.96872;-.71492;51;20220912;39.2;18.9;29;2.4;16.67;6.5;5.78;20607
+73075;43.96872;-.71492;51;20220913;31.9;20.7;26.3;2.1;21.31;.1;3.56;13595
+73075;43.96872;-.71492;51;20220914;30.7;17.5;24.1;2.3;16.41;.1;4.1;17411
+73075;43.96872;-.71492;51;20220915;29.3;13.7;21.5;1.3;16.71;.2;3.36;18579
+73075;43.96872;-.71492;51;20220916;25.3;16;20.6;1.8;16.34;.1;2.87;14499
+73075;43.96872;-.71492;51;20220917;23.7;8.6;16.1;1.9;9.57;0;3.26;18593
+73075;43.96872;-.71492;51;20220918;26.4;6.8;16.6;2;7.31;0;3.86;19809
+73075;43.96872;-.71492;51;20220919;28.3;4.2;16.3;1;7.61;0;3.14;20537
+73075;43.96872;-.71492;51;20220920;26.1;4;15;1.1;8.71;0;3;20406
+73075;43.96872;-.71492;51;20220921;25.6;3.6;14.6;.9;9.17;0;2.81;20174
+73075;43.96872;-.71492;51;20220922;27.2;5.7;16.4;1.1;10.71;0;2.98;19775
+73075;43.96872;-.71492;51;20220923;21.3;7.6;14.4;1;12.37;4.9;1.95;12620
+73075;43.96872;-.71492;51;20220924;19.7;9.4;14.6;1.4;13.51;4.7;1.8;11684
+73075;43.96872;-.71492;51;20220925;20;7.5;13.8;1.2;11.67;.6;2.01;14298
+73075;43.96872;-.71492;51;20220926;20.7;5.1;12.9;2.1;11.67;5.7;2.22;15331
+73075;43.96872;-.71492;51;20220927;19.1;13.6;16.3;2.7;15.74;15.3;1.59;8664
+73075;43.96872;-.71492;51;20220928;19.9;15.1;17.5;4.2;16.81;22.2;1.8;8747
+73075;43.96872;-.71492;51;20220929;16.3;13.2;14.7;2.3;14.51;9.5;1.26;6631
+73075;43.96872;-.71492;51;20220930;20.3;9.3;14.8;1.5;12.11;.1;2.08;13988
+73075;43.96872;-.71492;51;20221001;21.3;11.1;16.2;2.7;14.44;.3;2.07;12004
+73075;43.96872;-.71492;51;20221002;24.5;10.7;17.6;.8;15.14;.1;2.04;13743
+73075;43.96872;-.71492;51;20221003;24.4;12.3;18.4;1.1;15.11;0;2.11;12977
+73075;43.96872;-.71492;51;20221004;26.3;7.7;17;.5;13.11;.2;2.1;16080
+73075;43.96872;-.71492;51;20221005;28.4;10.7;19.6;1.5;14.94;0;2.74;15525
+73075;43.96872;-.71492;51;20221006;21.1;15.1;18.1;.7;17.01;0;1.34;7651
+73075;43.96872;-.71492;51;20221007;26.4;11.2;18.8;1.2;15.31;0;2.28;14294
+73075;43.96872;-.71492;51;20221008;23.1;14.3;18.7;1.2;15.87;.4;1.78;10165
+73075;43.96872;-.71492;51;20221009;27.9;10.6;19.3;1.3;14.54;.1;2.45;14906
+73075;43.96872;-.71492;51;20221010;20.9;13.9;17.4;1.2;17.74;6.8;1.22;7447
+73075;43.96872;-.71492;51;20221011;20.3;15.7;18;.8;17.94;4;1.14;6351
+73075;43.96872;-.71492;51;20221012;23.2;14.3;18.8;.8;16.34;.8;1.56;9649
+73075;43.96872;-.71492;51;20221013;21.4;11.6;16.5;1.6;15.94;.6;1.5;9823
+73075;43.96872;-.71492;51;20221014;21.9;17.6;19.7;2.7;18.41;.8;1.64;6875
+73075;43.96872;-.71492;51;20221015;26.2;11.2;18.7;1;15.61;0;1.9;12919
+73075;43.96872;-.71492;51;20221016;29.9;13.3;21.6;1.8;16.77;.7;2.59;13236
+73075;43.96872;-.71492;51;20221017;26.2;18;22.1;1.7;19.81;0;1.84;8263
+73075;43.96872;-.71492;51;20221018;30.9;14.9;22.9;2.3;18.07;0;2.9;13083
+73075;43.96872;-.71492;51;20221019;27.9;17;22.4;2.3;18.34;.4;2.35;9114
+73075;43.96872;-.71492;51;20221020;27;14.7;20.8;3;15.04;.1;2.79;9260
+73075;43.96872;-.71492;51;20221021;21.2;14.8;18;2.1;14.57;0;1.68;5847
+73075;43.96872;-.71492;51;20221022;26.9;10;18.4;2;13.84;.2;2.31;12446
+73075;43.96872;-.71492;51;20221023;27.7;15;21.4;3;13.47;0;3.09;9116
+73075;43.96872;-.71492;51;20221024;24.8;11.2;18;2.2;11.67;0;2.34;10544
+73075;43.96872;-.71492;51;20221025;23.4;10;16.7;1.8;13.17;.2;1.74;9043
+73075;43.96872;-.71492;51;20221026;27.3;10.4;18.8;1.9;14.51;0;2.16;11392
+73075;43.96872;-.71492;51;20221027;24.7;16.4;20.6;2.8;15.57;.1;2.22;6517
+73075;43.96872;-.71492;51;20221028;26.9;14.2;20.5;1.9;15.11;0;2.06;8612
+73075;43.96872;-.71492;51;20221029;24;15;19.5;1.7;16.24;.1;1.58;7429
+73075;43.96872;-.71492;51;20221030;22.8;11.1;16.9;1.1;14.94;1.1;1.25;9008
+73075;43.96872;-.71492;51;20221031;20.1;11.3;15.7;2;15.31;4.8;1.1;6465
+73075;43.96872;-.71492;51;20221101;20.9;13.7;17.3;1.4;14.51;.1;1.28;8098
+73075;43.96872;-.71492;51;20221102;20.7;6.8;13.7;1.2;11.64;.1;1.18;9762
+73075;43.96872;-.71492;51;20221103;21.9;9.4;15.6;2.6;12.24;9.8;1.75;7058
+73075;43.96872;-.71492;51;20221104;16.4;10;13.2;3.9;12.11;2.7;1.33;6762
+73075;43.96872;-.71492;51;20221105;17.7;5;11.4;.8;9.97;.1;.88;9403
+73075;43.96872;-.71492;51;20221106;19.5;3.2;11.3;1.8;9.94;.2;1.28;9519
+73075;43.96872;-.71492;51;20221107;20.8;4;12.4;1.6;10.44;0;1.26;9905
+73075;43.96872;-.71492;51;20221108;18.3;9.6;13.9;2.1;12.77;4;1.06;5591
+73075;43.96872;-.71492;51;20221109;15.4;12.6;14;1.4;13.77;5.1;.74;3155
+73075;43.96872;-.71492;51;20221110;18.2;7.5;12.8;1.5;11.61;0;.98;8131
+73075;43.96872;-.71492;51;20221111;17;3.8;10.4;1.7;10.51;.1;.92;8938
+73075;43.96872;-.71492;51;20221112;21.9;6.3;14.1;1.6;11.94;.1;1.21;9169
+73075;43.96872;-.71492;51;20221113;24.3;5.8;15.1;1.2;11.27;.1;1.2;9835
+73075;43.96872;-.71492;51;20221114;15.4;7.4;11.4;1.6;12.67;2.5;.59;4937
+73075;43.96872;-.71492;51;20221115;16.2;10.4;13.3;1.9;13.24;5.6;.77;3967
+73075;43.96872;-.71492;51;20221116;19.5;10.8;15.1;2.2;12.87;.2;1.18;6829
+73075;43.96872;-.71492;51;20221117;18.8;14.5;16.6;3.2;13.84;5.2;1.45;4405
+73075;43.96872;-.71492;51;20221118;11.9;8.5;10.2;2.4;11.37;10.8;.55;3455
+73075;43.96872;-.71492;51;20221119;13;7.2;10.1;1.8;9.94;2.6;.75;5580
+73075;43.96872;-.71492;51;20221120;15.5;2.1;8.8;2.1;10.44;7.4;.68;6186
+73075;43.96872;-.71492;51;20221121;15.7;9.5;12.6;2.8;11.74;27.3;.99;3537
+73075;43.96872;-.71492;51;20221122;10.4;7.4;8.9;2.9;10.5;24.5;.48;2439
+73075;43.96872;-.71492;51;20221123;17.6;9.7;13.7;3.4;13.04;2.8;.99;5922
+73075;43.96872;-.71492;51;20221124;14.8;5.5;10.1;1.9;10.91;5.7;.63;4586
+73075;43.96872;-.71492;51;20221125;14.1;6.5;10.3;1.4;11.11;6.4;.6;4353
+73075;43.96872;-.71492;51;20221126;12.9;2.4;7.7;1.5;8.67;0;.61;5597
+73075;43.96872;-.71492;51;20221127;13.6;1;7.3;1.5;9.27;15.7;.49;6196
+73075;43.96872;-.71492;51;20221128;13.8;8.8;11.3;2;11.54;8.2;.64;4088
+73075;43.96872;-.71492;51;20221129;14.4;6.6;10.5;1;10.61;1.4;.53;4934
+73075;43.96872;-.71492;51;20221130;8.7;2.2;5.5;1.8;8.04;0;.44;4472
+73075;43.96872;-.71492;51;20221201;6.9;3.2;5.1;1;7.84;0;.39;2917
+73075;43.96872;-.71492;51;20221202;9.1;1.4;5.3;.7;7.57;0;.38;4452
+73075;43.96872;-.71492;51;20221203;6.9;2.5;4.7;1.1;7.64;2.6;.42;2623
+73075;43.96872;-.71492;51;20221204;11;.4;5.7;.9;6.94;0;.43;5794
+73075;43.96872;-.71492;51;20221205;12.9;-1.2;5.8;2.1;6.91;0;.74;6805
+73075;43.96872;-.71492;51;20221206;11.9;7.3;9.6;1.9;9.21;.1;.74;3182
+73075;43.96872;-.71492;51;20221207;13;5.1;9;1.4;8.74;0;.56;5408
+73075;43.96872;-.71492;51;20221208;9.7;3.5;6.6;1.8;8.87;10.7;.43;3079
+73075;43.96872;-.71492;51;20221209;9.5;7.3;8.4;2.1;9.77;1.3;.55;1343
+73075;43.96872;-.71492;51;20221210;6.8;-1.1;2.8;1.4;5.41;0;.45;5737
+73075;43.96872;-.71492;51;20221211;6.4;-4.1;1.2;1.8;4.81;.1;.55;5376
+73075;43.96872;-.71492;51;20221212;5.5;-4;.8;2;6.74;7.4;.17;3551
+73075;43.96872;-.71492;51;20221213;15.1;5.2;10.1;3.1;13.44;7.7;.1;4419
+73075;43.96872;-.71492;51;20221214;18.9;10.7;14.8;1.6;13.71;6.6;.68;4845
+73075;43.96872;-.71492;51;20221215;16;10.3;13.2;2.1;12.77;16.8;.65;4103
+73075;43.96872;-.71492;51;20221216;8.4;8.8;8.6;2.6;9.97;3;.51;433
+73075;43.96872;-.71492;51;20221217;8.7;-2.2;3.2;1.4;6.54;.1;.4;4732
+73075;43.96872;-.71492;51;20221218;13.6;1.4;7.5;2.8;8.44;0;.74;6001
+73075;43.96872;-.71492;51;20221219;14.2;6.4;10.3;2.9;10.47;0;.73;3976
+73075;43.96872;-.71492;51;20221220;12.4;9.8;11.1;2.7;12.14;8.3;.58;1437
+73075;43.96872;-.71492;51;20221221;18.7;10.2;14.5;2;13.01;.2;.78;5242
+73075;43.96872;-.71492;51;20221222;17.1;7.3;12.2;1.5;12.84;.7;.5;4116
+73075;43.96872;-.71492;51;20221223;19.2;9.2;14.2;1.1;13.14;0;.58;4646
+73075;43.96872;-.71492;51;20221224;19.9;7.3;13.6;1;11.61;0;.6;5884
+73075;43.96872;-.71492;51;20221225;20.4;4.3;12.4;2;9.97;0;1.05;6784
+73075;43.96872;-.71492;51;20221226;17.5;7.6;12.5;1;11.61;1.3;.52;5197
+73075;43.96872;-.71492;51;20221227;14.5;10.4;12.5;.9;12.27;.1;.51;3196
+73075;43.96872;-.71492;51;20221228;17.7;4.8;11.3;1.5;10.11;0;.67;6160
+73075;43.96872;-.71492;51;20221229;15.1;8.3;11.7;1.7;11.34;6.2;.65;3207
+73075;43.96872;-.71492;51;20221230;19.9;9.8;14.8;2.6;12.44;0;1.14;4711
+73075;43.96872;-.71492;51;20221231;21.5;8.6;15;2.7;10.64;0;1.54;6045
+73076;44.00043;-.40634;71;20220101;21.7;5.8;13.8;2;9.46;0;1.27;6539
+73076;44.00043;-.40634;71;20220102;18;3.6;10.8;1.1;9.8;.1;.65;5600
+73076;44.00043;-.40634;71;20220103;16.6;3;9.8;1.7;9.8;0;.69;6300
+73076;44.00043;-.40634;71;20220104;18.2;4.6;11.4;3.6;10.3;3.3;1.35;5400
+73076;44.00043;-.40634;71;20220105;9.7;3.5;6.6;1.4;7.5;.1;.53;5400
+73076;44.00043;-.40634;71;20220106;9.3;-1.9;3.7;.5;5.2;.1;.22;8200
+73076;44.00043;-.40634;71;20220107;11.3;-3.1;4.1;2.2;7.9;2.4;.46;5200
+73076;44.00043;-.40634;71;20220108;11.6;6.9;9.2;5.3;10.36;8.4;.66;3214
+73076;44.00043;-.40634;71;20220109;10.6;8.7;9.7;4;11.7;18.2;.42;1000
+73076;44.00043;-.40634;71;20220110;12.8;9.7;11.3;4.3;12.9;5.2;.48;1400
+73076;44.00043;-.40634;71;20220111;10.5;5.5;8;.8;8.7;.1;.46;4700
+73076;44.00043;-.40634;71;20220112;6.6;-3.2;1.7;.7;5.6;0;.24;9100
+73076;44.00043;-.40634;71;20220113;3;-4.7;-.8;2;5.8;0;.24;3900
+73076;44.00043;-.40634;71;20220114;3.1;-.9;1.1;.9;5.8;0;.33;4600
+73076;44.00043;-.40634;71;20220115;11.6;-5.3;3.2;.6;5.4;.1;.34;9600
+73076;44.00043;-.40634;71;20220116;8.7;-2.2;3.2;1;5.91;.1;.46;6517
+73076;44.00043;-.40634;71;20220117;10.3;-2.8;3.8;1.6;6.6;.1;.54;8700
+73076;44.00043;-.40634;71;20220118;3.9;1.4;2.7;1.1;7.3;0;.34;1700
+73076;44.00043;-.40634;71;20220119;9.9;3.7;6.8;1.4;8.5;1.9;.57;2900
+73076;44.00043;-.40634;71;20220120;11.5;6.7;9.1;2.1;9.4;1.7;.77;3700
+73076;44.00043;-.40634;71;20220121;6.3;-2.5;1.9;1.9;5.6;.1;.57;7100
+73076;44.00043;-.40634;71;20220122;8;-5.3;1.4;.8;5;.1;.42;10100
+73076;44.00043;-.40634;71;20220123;10.6;-4.9;2.9;1.3;5.2;0;.68;10000
+73076;44.00043;-.40634;71;20220124;15.6;-4.4;5.6;1.1;5.7;0;.83;10100
+73076;44.00043;-.40634;71;20220125;15.7;-4.3;5.7;1;5.8;0;.8;10100
+73076;44.00043;-.40634;71;20220126;14;-3.5;5.3;1.1;6.1;0;.76;10100
+73076;44.00043;-.40634;71;20220127;11.4;-4.3;3.6;1.1;5.6;0;.69;9500
+73076;44.00043;-.40634;71;20220128;8.9;-2.8;3.1;1.2;6;0;.61;7800
+73076;44.00043;-.40634;71;20220129;2.2;-2.7;-.2;1.9;6.3;0;.24;2700
+73076;44.00043;-.40634;71;20220130;2.7;-.9;.9;1;6.5;.4;.34;2500
+73076;44.00043;-.40634;71;20220131;10.4;1.7;6.1;2.9;8.4;1.8;.7;3500
+73076;44.00043;-.40634;71;20220201;9.9;-1;4.5;2.4;8.2;.1;.54;7200
+73076;44.00043;-.40634;71;20220202;10.3;7.8;9.1;2.3;10.6;0;.6;2700
+73076;44.00043;-.40634;71;20220203;12.9;5.5;9.2;3;10.4;0;.78;3300
+73076;44.00043;-.40634;71;20220204;12.7;4.4;8.6;2.2;10.8;1.1;.56;2900
+73076;44.00043;-.40634;71;20220205;12.2;6.1;9.2;2.1;8;0;1.17;11300
+73076;44.00043;-.40634;71;20220206;10.8;-2.7;4.1;2.2;7.6;1.8;.7;5500
+73076;44.00043;-.40634;71;20220207;13.3;8.6;10.9;2.7;10.69;.9;.95;4962
+73076;44.00043;-.40634;71;20220208;15.2;3.1;9.2;2;7.9;0;1.34;12500
+73076;44.00043;-.40634;71;20220209;20.1;.8;10.5;1.4;7.5;0;1.5;12200
+73076;44.00043;-.40634;71;20220210;18.7;.6;9.7;1.5;8.3;2.8;1.38;11100
+73076;44.00043;-.40634;71;20220211;13.4;7.4;10.4;1.3;9.5;0;.99;7000
+73076;44.00043;-.40634;71;20220212;14.5;-2;6.3;1.7;7.3;0;1.15;9400
+73076;44.00043;-.40634;71;20220213;18.4;1.3;9.9;2.9;8.4;3.7;1.88;11000
+73076;44.00043;-.40634;71;20220214;11.3;8;9.7;4.8;10;11.1;1.15;5900
+73076;44.00043;-.40634;71;20220215;11.6;3.9;7.8;2.8;9.8;5.4;.77;6200
+73076;44.00043;-.40634;71;20220216;13.1;8.9;11;4.1;12;7;.8;2800
+73076;44.00043;-.40634;71;20220217;14.5;11.7;13.1;3.1;13.2;1.3;.97;3600
+73076;44.00043;-.40634;71;20220218;18.7;6.3;12.5;3;11.3;0;1.69;10300
+73076;44.00043;-.40634;71;20220219;12.8;6.4;9.6;1.4;8.8;.2;1.19;9900
+73076;44.00043;-.40634;71;20220220;13.7;1.6;7.7;2.8;10.4;4.3;.78;6600
+73076;44.00043;-.40634;71;20220221;14.6;9.7;12.2;4.5;10.5;.5;1.8;8800
+73076;44.00043;-.40634;71;20220222;16.7;6.6;11.7;1.8;9.4;0;1.68;13600
+73076;44.00043;-.40634;71;20220223;17.4;1.8;9.6;1.4;8.7;0;1.55;13800
+73076;44.00043;-.40634;71;20220224;14;2.7;8.4;2.3;9.9;1;.94;5100
+73076;44.00043;-.40634;71;20220225;13.5;2.5;8;1.8;6.9;0;1.65;15400
+73076;44.00043;-.40634;71;20220226;14.2;-.4;6.9;3;5.4;0;2.23;16100
+73076;44.00043;-.40634;71;20220227;17.9;2.2;10.1;2.3;8.2;0;1.99;13100
+73076;44.00043;-.40634;71;20220228;20.2;1.5;10.9;1.1;8.5;0;1.79;14800
+73076;44.00043;-.40634;71;20220301;19.4;0;9.7;2.8;8.1;.3;2.33;14000
+73076;44.00043;-.40634;71;20220302;13.7;7.5;10.6;1.9;10.6;2.7;1.03;4200
+73076;44.00043;-.40634;71;20220303;16.3;6.4;11.4;1.9;10.7;1.6;1.55;11300
+73076;44.00043;-.40634;71;20220304;12.1;8.5;10.3;3.9;9.8;.1;1.44;6500
+73076;44.00043;-.40634;71;20220305;12.7;5.8;9.3;2;8;0;1.53;9200
+73076;44.00043;-.40634;71;20220306;10.5;3.7;7.1;1.4;8.1;.1;1.04;6800
+73076;44.00043;-.40634;71;20220307;13.7;-2.8;5.5;1.4;6.4;0;1.67;16700
+73076;44.00043;-.40634;71;20220308;11.2;4.6;7.9;2.3;8.8;.8;1.05;4900
+73076;44.00043;-.40634;71;20220309;18.4;1.2;9.8;2.6;8.3;.3;2.34;15700
+73076;44.00043;-.40634;71;20220310;16.8;9.3;13.1;2.5;11;1.6;1.87;10200
+73076;44.00043;-.40634;71;20220311;15.9;9;12.5;2.8;11;8.3;1.58;6300
+73076;44.00043;-.40634;71;20220312;14.9;7.2;11.1;2.8;10.1;2.4;1.92;13900
+73076;44.00043;-.40634;71;20220313;14.8;8.4;11.6;3.4;9.2;5.2;2.17;11400
+73076;44.00043;-.40634;71;20220314;14.7;5.8;10.3;3.9;10;0;1.52;5900
+73076;44.00043;-.40634;71;20220315;20.8;11.2;16;4.1;12.1;0;2.98;13600
+73076;44.00043;-.40634;71;20220316;17.3;10.5;13.9;2.8;12.6;1.5;1.67;7600
+73076;44.00043;-.40634;71;20220317;11.7;10.7;11.2;3.1;11.9;7.1;.88;2600
+73076;44.00043;-.40634;71;20220318;12.4;5.9;9.2;1.3;9.6;0;1.24;8300
+73076;44.00043;-.40634;71;20220319;18.3;3.4;10.9;2.4;9.5;0;2.34;15900
+73076;44.00043;-.40634;71;20220320;19;6.4;12.7;2.8;10.2;0;2.35;11900
+73076;44.00043;-.40634;71;20220321;20.6;7.5;14.1;3.9;10.2;.1;3.27;16900
+73076;44.00043;-.40634;71;20220322;17.7;5.9;11.8;3.6;8.1;0;2.77;11500
+73076;44.00043;-.40634;71;20220323;18.1;2.7;10.4;2.8;7.6;0;2.99;20000
+73076;44.00043;-.40634;71;20220324;19.6;.8;10.2;1.7;8.2;0;2.67;19600
+73076;44.00043;-.40634;71;20220325;19.8;3.2;11.5;2.5;8.1;0;2.74;13800
+73076;44.00043;-.40634;71;20220326;19.5;4;11.8;4;6.9;0;3.83;19800
+73076;44.00043;-.40634;71;20220327;20.8;3.8;12.3;2.2;8.5;0;3.08;18900
+73076;44.00043;-.40634;71;20220328;21.3;3.4;12.4;1.4;9.2;0;2.33;13000
+73076;44.00043;-.40634;71;20220329;18.1;5.4;11.8;1.7;11.1;1;1.64;8500
+73076;44.00043;-.40634;71;20220330;15.1;9.9;12.5;2.8;11.7;5.2;1.56;7100
+73076;44.00043;-.40634;71;20220331;15.3;7.8;11.6;4;9.7;4.3;2.47;14200
+73076;44.00043;-.40634;71;20220401;10.2;-1;4.6;4.3;5.7;.5;2.26;17700
+73076;44.00043;-.40634;71;20220402;10.1;-2.2;4;3.1;5.3;.3;2.13;16900
+73076;44.00043;-.40634;71;20220403;8;-1.2;3.4;2.3;5.59;0;1.85;16040
+73076;44.00043;-.40634;71;20220404;12.1;-1.3;5.4;1.7;5.11;0;2.37;21744
+73076;44.00043;-.40634;71;20220405;17.2;-3.1;7.1;1.3;6;0;2.77;23300
+73076;44.00043;-.40634;71;20220406;12.5;4.9;8.7;3;10.2;.5;1.03;4800
+73076;44.00043;-.40634;71;20220407;18.7;8.7;13.7;4.9;11.4;11.2;2.62;10400
+73076;44.00043;-.40634;71;20220408;19.8;8.1;14;4.4;11.2;2.6;2.73;10000
+73076;44.00043;-.40634;71;20220409;16.8;7.8;12.3;2;8.5;.1;3.02;19900
+73076;44.00043;-.40634;71;20220410;20.8;-.6;10.1;3.9;7.2;0;4.08;23200
+73076;44.00043;-.40634;71;20220411;23;10.2;16.6;5.3;11.4;.1;4.51;20000
+73076;44.00043;-.40634;71;20220412;18.1;9.3;13.7;2.1;12.3;1.9;1.73;7300
+73076;44.00043;-.40634;71;20220413;17.6;10.8;14.2;1.9;13.3;.5;1.71;8400
+73076;44.00043;-.40634;71;20220414;24.1;7.4;15.8;2;12.5;0;3.71;22600
+73076;44.00043;-.40634;71;20220415;22.9;11.4;17.2;2.9;13.7;0;3.37;17100
+73076;44.00043;-.40634;71;20220416;24.8;11.6;18.2;2.6;12.7;0;4.37;23700
+73076;44.00043;-.40634;71;20220417;23.5;10.8;17.2;3.5;12.8;0;3.99;20000
+73076;44.00043;-.40634;71;20220418;19.1;12;15.6;2.9;12.4;0;2.72;12900
+73076;44.00043;-.40634;71;20220419;12.1;9.7;10.9;2.1;11.5;15;1.05;4300
+73076;44.00043;-.40634;71;20220420;12.2;8.2;10.2;1.5;11.4;5;1.07;5600
+73076;44.00043;-.40634;71;20220421;14.6;7.6;11.1;1.6;12.7;1.8;1.01;5200
+73076;44.00043;-.40634;71;20220422;21.6;9.5;15.6;1.9;11.6;3.5;3.52;21000
+73076;44.00043;-.40634;71;20220423;14.1;10.8;12.5;3.4;11.8;3.3;1.7;7800
+73076;44.00043;-.40634;71;20220424;17.4;10.4;13.9;5.7;11.9;0;2.86;14400
+73076;44.00043;-.40634;71;20220425;21.1;5;13.1;1.5;10.7;0;3.43;23300
+73076;44.00043;-.40634;71;20220426;24.3;5.7;15;3.1;11;0;4.53;25600
+73076;44.00043;-.40634;71;20220427;20.3;11.8;16.1;2.5;13.9;2.8;2.45;11500
+73076;44.00043;-.40634;71;20220428;17.4;12.7;15.1;2.3;14.4;.1;1.69;7700
+73076;44.00043;-.40634;71;20220429;20.6;11.1;15.9;2.3;13.6;0;2.99;16800
+73076;44.00043;-.40634;71;20220430;21.8;12.4;17.1;3.1;13.3;0;3.66;18800
+73076;44.00043;-.40634;71;20220501;21.5;10.7;16.1;2.6;13;0;3.26;17100
+73076;44.00043;-.40634;71;20220502;20.6;10.6;15.6;2.8;12.7;0;3.43;19400
+73076;44.00043;-.40634;71;20220503;21.3;12.9;17.1;2.7;14.3;3.2;2.73;12000
+73076;44.00043;-.40634;71;20220504;20.1;13.7;16.9;2.3;13;0;2.8;12400
+73076;44.00043;-.40634;71;20220505;21.8;7.9;14.9;1.9;10.7;0;3.53;19800
+73076;44.00043;-.40634;71;20220506;21.8;8.1;15;3;12.1;.1;3.57;19500
+73076;44.00043;-.40634;71;20220507;23.8;11;17.4;2.3;13.8;.1;3.93;21500
+73076;44.00043;-.40634;71;20220508;25;9.3;17.2;1.7;13;0;4.17;23900
+73076;44.00043;-.40634;71;20220509;27.6;8.8;18.2;1.1;12.6;0;4.52;26500
+73076;44.00043;-.40634;71;20220510;30.3;7.7;19;1.7;12.6;.1;5.29;28100
+73076;44.00043;-.40634;71;20220511;28.2;12.8;20.5;2.1;15.1;.1;4.88;24600
+73076;44.00043;-.40634;71;20220512;21.8;13.6;17.7;1.2;15.36;0;2.56;13437
+73076;44.00043;-.40634;71;20220513;24.6;13.9;19.3;1;15.74;0;3.03;15722
+73076;44.00043;-.40634;71;20220514;30.6;11.2;20.9;2.1;16.1;.7;4.92;23300
+73076;44.00043;-.40634;71;20220515;31.1;13.2;22.2;1.5;17.7;6.8;3.91;17100
+73076;44.00043;-.40634;71;20220516;29.4;15;22.2;1.4;17.3;0;5.21;27800
+73076;44.00043;-.40634;71;20220517;30.3;13.4;21.9;2.1;15.7;0;5.7;28600
+73076;44.00043;-.40634;71;20220518;32.7;13.8;23.3;2.2;16.4;1.6;5.71;25400
+73076;44.00043;-.40634;71;20220519;26.9;16.8;21.9;2.6;18.7;.1;4.33;20600
+73076;44.00043;-.40634;71;20220520;24.3;16.2;20.3;2.5;18.8;.1;3.49;17700
+73076;44.00043;-.40634;71;20220521;31.4;12.6;22;1.6;18.9;0;4.82;23900
+73076;44.00043;-.40634;71;20220522;30.1;18.1;24.1;3.5;20.5;.4;4.65;17500
+73076;44.00043;-.40634;71;20220523;23.1;16.3;19.7;5.7;15.5;.8;4.6;19900
+73076;44.00043;-.40634;71;20220524;17.7;11.8;14.8;2.5;13.2;1.4;2.53;13600
+73076;44.00043;-.40634;71;20220525;20.1;6;13.1;1.9;11.7;.1;2.76;15800
+73076;44.00043;-.40634;71;20220526;21.5;6.6;14.1;1.8;12.8;.1;2.86;16200
+73076;44.00043;-.40634;71;20220527;26.1;11.6;18.9;1.7;13.9;.1;4.62;25100
+73076;44.00043;-.40634;71;20220528;28.2;10.2;19.2;1.8;12.5;0;5.48;29600
+73076;44.00043;-.40634;71;20220529;26.6;8.5;17.6;1.8;9.4;0;5.49;30600
+73076;44.00043;-.40634;71;20220530;26;7.6;16.8;2;9.1;0;5.24;28200
+73076;44.00043;-.40634;71;20220531;27.9;12.5;20.2;1.9;12.1;.1;5.53;28500
+73076;44.00043;-.40634;71;20220601;32.6;13.6;23.1;2.6;14.1;0;6.52;28200
+73076;44.00043;-.40634;71;20220602;27.1;17;22.1;3.2;18.9;.3;4.15;17500
+73076;44.00043;-.40634;71;20220603;28.3;18.1;23.2;2.4;20.5;5.2;4.33;19600
+73076;44.00043;-.40634;71;20220604;23.3;17.5;20.4;1.9;19.4;3.1;2.34;9800
+73076;44.00043;-.40634;71;20220605;24.3;16.7;20.5;2.1;16.9;0;4.18;21300
+73076;44.00043;-.40634;71;20220606;26.5;15;20.8;2;16;.2;4.36;21000
+73076;44.00043;-.40634;71;20220607;25.2;15.3;20.3;1.9;16;4.2;3.77;17700
+73076;44.00043;-.40634;71;20220608;19.7;14.6;17.2;2.3;16.6;3;2.1;9900
+73076;44.00043;-.40634;71;20220609;25.3;10.4;17.9;1.9;14.3;.1;5.05;29800
+73076;44.00043;-.40634;71;20220610;29.4;9.7;19.6;1.6;14.7;.1;5.57;30600
+73076;44.00043;-.40634;71;20220611;31.5;14.6;23.1;2.2;17.6;.1;5.51;25000
+73076;44.00043;-.40634;71;20220612;28.8;17.2;23;2.8;19.4;3.7;4.3;17500
+73076;44.00043;-.40634;71;20220613;30.6;18.2;24.4;2.5;21.7;.1;5.46;25600
+73076;44.00043;-.40634;71;20220614;35.3;16.7;26;1.9;21.8;0;5.7;24400
+73076;44.00043;-.40634;71;20220615;34.7;20.1;27.4;2.2;21.7;0;6.65;28900
+73076;44.00043;-.40634;71;20220616;35.7;17.8;26.8;2;19.6;0;6.11;25100
+73076;44.00043;-.40634;71;20220617;38;19.9;29;2.2;20.5;0;7.16;28500
+73076;44.00043;-.40634;71;20220618;40.9;18.5;29.7;3;20.1;0;8.22;28100
+73076;44.00043;-.40634;71;20220619;31.7;18.5;25.1;2.9;18.9;.7;6.1;25600
+73076;44.00043;-.40634;71;20220620;29.2;17.6;23.4;2.2;19.6;0;5.09;24100
+73076;44.00043;-.40634;71;20220621;27.7;18.8;23.3;2.3;20.7;6.5;4.13;18500
+73076;44.00043;-.40634;71;20220622;24.3;16.8;20.6;2.4;19.4;5.7;2.98;13600
+73076;44.00043;-.40634;71;20220623;27.9;14.6;21.3;1.9;17.8;3.2;4.75;24200
+73076;44.00043;-.40634;71;20220624;25.4;15.8;20.6;2.2;16.9;1.1;4.44;22500
+73076;44.00043;-.40634;71;20220625;18.8;13.3;16.1;2;15.5;6.8;1.72;7300
+73076;44.00043;-.40634;71;20220626;16.9;12.9;14.9;1.2;15.2;5.2;1.44;6700
+73076;44.00043;-.40634;71;20220627;20.3;13.9;17.1;1.7;15.3;.1;2.31;10700
+73076;44.00043;-.40634;71;20220628;26.3;12.9;19.6;1.5;13.8;0;5.36;30400
+73076;44.00043;-.40634;71;20220629;27.4;10.8;19.1;2.4;14.3;7.2;5.14;26400
+73076;44.00043;-.40634;71;20220630;16.6;14.5;15.6;1.4;15.5;6.7;1.35;5500
+73076;44.00043;-.40634;71;20220701;24.5;6.7;15.6;1.5;12.2;0;4.99;31800
+73076;44.00043;-.40634;71;20220702;31.9;8.9;20.4;2.2;13.7;0;6.23;30400
+73076;44.00043;-.40634;71;20220703;29.7;13.7;21.7;2.8;15.7;.5;5.61;25400
+73076;44.00043;-.40634;71;20220704;25.5;15.1;20.3;3;17.7;0;3.91;18300
+73076;44.00043;-.40634;71;20220705;30.7;17.1;23.9;1.7;17;0;5.65;27200
+73076;44.00043;-.40634;71;20220706;30.5;13.7;22.1;1.6;15.7;0;5.18;25200
+73076;44.00043;-.40634;71;20220707;30.4;13.5;22;2.5;15.8;0;5.91;28100
+73076;44.00043;-.40634;71;20220708;31.5;15.7;23.6;2;16.7;0;5.98;28400
+73076;44.00043;-.40634;71;20220709;34;12.6;23.3;1.2;15.7;0;5.86;29500
+73076;44.00043;-.40634;71;20220710;35.2;13.2;24.2;1.5;14.7;0;6.45;31000
+73076;44.00043;-.40634;71;20220711;37.1;13.6;25.4;1.4;15.5;0;6.53;30500
+73076;44.00043;-.40634;71;20220712;38.4;16.5;27.5;1.5;15.6;0;6.85;30400
+73076;44.00043;-.40634;71;20220713;38.2;13.1;25.7;1.1;12.3;0;6.27;30100
+73076;44.00043;-.40634;71;20220714;38.4;14.3;26.4;1.8;15.7;0;6.78;28300
+73076;44.00043;-.40634;71;20220715;37.4;17.2;27.3;2;16.4;0;6.73;27200
+73076;44.00043;-.40634;71;20220716;38.7;15.6;27.2;1.8;15;0;6.84;28100
+73076;44.00043;-.40634;71;20220717;39.1;15.3;27.2;2.2;13.6;0;7.32;27900
+73076;44.00043;-.40634;71;20220718;40.7;19.2;30;3.7;15.2;.1;9.16;28100
+73076;44.00043;-.40634;71;20220719;33.3;22.3;27.8;3.6;20;0;6.53;22800
+73076;44.00043;-.40634;71;20220720;28.5;20.2;24.4;2.6;17.5;.1;5.02;20500
+73076;44.00043;-.40634;71;20220721;33.4;16.8;25.1;1.8;17.6;0;5.99;27700
+73076;44.00043;-.40634;71;20220722;26.2;18.7;22.5;3.1;18.34;0;4.06;17083
+73076;44.00043;-.40634;71;20220723;29.6;15.2;22.4;1.3;16.21;0;4.84;25078
+73076;44.00043;-.40634;71;20220724;37;15.2;26.1;1.9;17.51;0;6.51;28415
+73076;44.00043;-.40634;71;20220725;30.6;21.3;26;3.8;19.2;.2;5.77;20600
+73076;44.00043;-.40634;71;20220726;29.2;14.1;21.7;2.2;15.1;.1;5.66;28600
+73076;44.00043;-.40634;71;20220727;28.9;12.5;20.7;1.8;13.5;0;5.49;29000
+73076;44.00043;-.40634;71;20220728;29.7;14;21.9;1.7;14.5;3.1;5.28;26600
+73076;44.00043;-.40634;71;20220729;27.7;15.5;21.6;2.1;16.7;.5;3.78;15700
+73076;44.00043;-.40634;71;20220730;30.7;17;23.9;1.3;17.7;.2;4.31;19900
+73076;44.00043;-.40634;71;20220731;33.9;14.2;24.1;2.2;17.1;.4;6.13;27800
+73076;44.00043;-.40634;71;20220801;35.3;16;25.7;2;17.6;0;6.19;27200
+73076;44.00043;-.40634;71;20220802;36.8;17.7;27.3;2.1;16.4;.5;6.59;27000
+73076;44.00043;-.40634;71;20220803;38.1;16.8;27.5;2.4;19.1;.8;6.44;24000
+73076;44.00043;-.40634;71;20220804;34.3;21.2;27.8;3.3;22.3;.9;6.28;24000
+73076;44.00043;-.40634;71;20220805;31.6;19.3;25.5;3.2;19.6;0;5.86;24300
+73076;44.00043;-.40634;71;20220806;35.4;18.8;27.1;2.4;17.1;0;6.11;23300
+73076;44.00043;-.40634;71;20220807;35.7;16.5;26.1;1.4;12.3;.5;5.34;23000
+73076;44.00043;-.40634;71;20220808;36.3;12.7;24.5;1.2;14.3;0;5.15;23700
+73076;44.00043;-.40634;71;20220809;37.1;16.9;27;1.3;15.3;0;5.5;24500
+73076;44.00043;-.40634;71;20220810;39.6;15;27.3;.9;12.3;0;5.08;23600
+73076;44.00043;-.40634;71;20220811;40.4;18.7;29.6;1;14.4;0;5.1;21800
+73076;44.00043;-.40634;71;20220812;38.9;23.4;31.2;3.1;21;0;7.07;22600
+73076;44.00043;-.40634;71;20220813;33;21.8;27.4;2.7;21.9;1.3;4.98;18000
+73076;44.00043;-.40634;71;20220814;27.4;19.9;23.7;2.7;20.3;1.3;3.83;15800
+73076;44.00043;-.40634;71;20220815;28.1;16.7;22.4;1.9;17;.1;4.27;20400
+73076;44.00043;-.40634;71;20220816;28.4;15.4;21.9;2;17;5.5;3.29;12300
+73076;44.00043;-.40634;71;20220817;24.2;16.6;20.4;2.8;18.3;.4;3.71;19600
+73076;44.00043;-.40634;71;20220818;24.7;16.4;20.6;3;17.8;1.5;3.44;15800
+73076;44.00043;-.40634;71;20220819;28.4;15.8;22.1;1.7;17.2;.1;3.88;18400
+73076;44.00043;-.40634;71;20220820;31.1;14.6;22.9;1;17.6;.1;4;20600
+73076;44.00043;-.40634;71;20220821;29.3;16.9;23.1;2.2;18.2;.4;4.14;18200
+73076;44.00043;-.40634;71;20220822;26.5;18.7;22.6;2.4;20.6;2.2;3.06;12900
+73076;44.00043;-.40634;71;20220823;31.6;18.9;25.3;.9;20.4;0;3.75;18200
+73076;44.00043;-.40634;71;20220824;36.4;15.5;26;1.4;18.2;.5;5.01;22700
+73076;44.00043;-.40634;71;20220825;31;20;25.5;3.4;21.4;0;4.68;17600
+73076;44.00043;-.40634;71;20220826;30.1;19.6;24.9;2.4;19.8;.2;4.25;17400
+73076;44.00043;-.40634;71;20220827;32.6;18.5;25.6;1.8;18.7;0;4.88;22400
+73076;44.00043;-.40634;71;20220828;35.9;13.1;24.5;1.5;15.5;.1;5.07;23400
+73076;44.00043;-.40634;71;20220829;28.6;20.5;24.6;2.3;16.6;5.7;2.76;3400
+73076;44.00043;-.40634;71;20220830;33.7;15.8;24.8;1.8;19.5;0;4.78;22200
+73076;44.00043;-.40634;71;20220831;30;20;25;2.5;21.4;.2;3.39;11600
+73076;44.00043;-.40634;71;20220901;31.3;17.6;24.5;2;18.7;5.3;4.35;19400
+73076;44.00043;-.40634;71;20220902;26.7;17.9;22.3;2.7;18.9;1.2;3.52;15400
+73076;44.00043;-.40634;71;20220903;28.3;15.4;21.9;1.5;17.7;.1;3.36;16500
+73076;44.00043;-.40634;71;20220904;34.1;13.8;24;1.3;15.4;0;4.52;22600
+73076;44.00043;-.40634;71;20220905;34.7;19.3;27;1.6;17.6;.1;4.84;21800
+73076;44.00043;-.40634;71;20220906;32.5;14.3;23.4;2.8;14;0;5.45;22400
+73076;44.00043;-.40634;71;20220907;28.5;14.7;21.6;1.7;14.8;0;3.42;14900
+73076;44.00043;-.40634;71;20220908;27.4;11.8;19.6;1.6;14.2;2;3.49;18300
+73076;44.00043;-.40634;71;20220909;26.3;16.9;21.6;2.5;15.6;.9;3.86;17800
+73076;44.00043;-.40634;71;20220910;30.1;10;20.1;1.6;13.7;0;4;21300
+73076;44.00043;-.40634;71;20220911;35.1;14.5;24.8;2.5;14.1;0;5.48;21600
+73076;44.00043;-.40634;71;20220912;39.1;18.9;29;2.6;17;3.7;5.87;18900
+73076;44.00043;-.40634;71;20220913;32.4;20.5;26.5;2.1;21.5;.2;3.26;10100
+73076;44.00043;-.40634;71;20220914;31.7;17.6;24.7;2.3;16.7;.2;4.47;18900
+73076;44.00043;-.40634;71;20220915;30.2;14.3;22.3;1.8;16.2;.1;3.85;19000
+73076;44.00043;-.40634;71;20220916;26.4;16.4;21.4;2.6;16.7;.1;3.53;16500
+73076;44.00043;-.40634;71;20220917;24;8.5;16.3;1.7;9.7;0;3.37;20400
+73076;44.00043;-.40634;71;20220918;26.1;5.3;15.7;2;7.2;0;3.86;20300
+73076;44.00043;-.40634;71;20220919;29;3.7;16.4;.8;7.1;0;3.05;20700
+73076;44.00043;-.40634;71;20220920;26.7;3.2;15;.9;8.3;0;2.96;20700
+73076;44.00043;-.40634;71;20220921;26.1;4.2;15.2;1.1;9.4;0;3.02;20400
+73076;44.00043;-.40634;71;20220922;27.6;5.8;16.7;1.2;10.7;0;3.13;19600
+73076;44.00043;-.40634;71;20220923;21.4;7.4;14.4;1.3;12;4.8;1.59;6300
+73076;44.00043;-.40634;71;20220924;19.2;10.3;14.8;1.4;14.2;4.2;1.33;6300
+73076;44.00043;-.40634;71;20220925;20.9;7.2;14.1;1.2;12;.1;2.12;14600
+73076;44.00043;-.40634;71;20220926;21.1;5.8;13.5;2.6;12.1;4.9;2.24;12700
+73076;44.00043;-.40634;71;20220927;20.1;13.8;17;3.1;15.9;14.6;1.84;8700
+73076;44.00043;-.40634;71;20220928;20.9;14.9;17.9;5.1;16.7;18.6;2.34;11500
+73076;44.00043;-.40634;71;20220929;16.2;12.7;14.5;3;14.3;8.2;1.42;7900
+73076;44.00043;-.40634;71;20220930;20.5;9.6;15.1;2;12.1;0;2.41;15900
+73076;44.00043;-.40634;71;20221001;22.1;11.7;16.9;2.5;13.9;.4;2.31;11300
+73076;44.00043;-.40634;71;20221002;25;10.2;17.6;1.1;14.8;.1;2.16;13400
+73076;44.00043;-.40634;71;20221003;24.3;12.5;18.4;1.2;14.8;0;2.12;12200
+73076;44.00043;-.40634;71;20221004;26.5;7.3;16.9;.6;12.8;.2;2.12;15600
+73076;44.00043;-.40634;71;20221005;29.2;10.3;19.8;1.8;14;0;3.06;15700
+73076;44.00043;-.40634;71;20221006;21.5;15.3;18.4;.7;16.7;.1;1.26;5900
+73076;44.00043;-.40634;71;20221007;26.5;10.5;18.5;1.2;15.1;0;2.33;14800
+73076;44.00043;-.40634;71;20221008;23.6;14.4;19;1.4;16.7;1.8;1.84;9900
+73076;44.00043;-.40634;71;20221009;28;10.4;19.2;1.4;14.6;.1;2.55;15100
+73076;44.00043;-.40634;71;20221010;22;14.4;18.2;1.2;17.6;5.6;1.21;5100
+73076;44.00043;-.40634;71;20221011;20.5;15.9;18.2;.7;18.2;2.9;1.07;5200
+73076;44.00043;-.40634;71;20221012;23.9;14.1;19;1.2;16.5;.8;1.76;10100
+73076;44.00043;-.40634;71;20221013;21.3;12.4;16.9;1.8;16.6;.9;1.41;7900
+73076;44.00043;-.40634;71;20221014;22.2;17.5;19.9;3.2;18.4;.8;1.93;8400
+73076;44.00043;-.40634;71;20221015;27.3;11.5;19.4;1.2;15.4;0;2.17;13700
+73076;44.00043;-.40634;71;20221016;29.9;12.7;21.3;2;16.6;.4;2.77;13500
+73076;44.00043;-.40634;71;20221017;27;18.2;22.6;2.1;19.8;0;2.06;7600
+73076;44.00043;-.40634;71;20221018;31;15.8;23.4;2.7;18.6;0;3.2;13300
+73076;44.00043;-.40634;71;20221019;28;16.2;22.1;2.5;18.2;.4;2.38;7800
+73076;44.00043;-.40634;71;20221020;27.3;14;20.7;2.5;14.8;.3;2.53;7000
+73076;44.00043;-.40634;71;20221021;20;13.6;16.8;1.4;15.2;.3;1.07;2800
+73076;44.00043;-.40634;71;20221022;26.7;9.8;18.3;2.2;14.1;.1;2.4;12400
+73076;44.00043;-.40634;71;20221023;27.8;14.4;21.1;2.3;14.2;0;2.54;6900
+73076;44.00043;-.40634;71;20221024;25.2;9.9;17.6;2.3;11.7;0;2.45;11500
+73076;44.00043;-.40634;71;20221025;23.9;9.6;16.8;2;13.1;.1;1.81;6700
+73076;44.00043;-.40634;71;20221026;26.4;10.2;18.3;1.6;14.5;.1;1.89;10200
+73076;44.00043;-.40634;71;20221027;24.1;15.3;19.7;2.8;16.1;.1;1.94;4500
+73076;44.00043;-.40634;71;20221028;25.9;13.6;19.8;2.3;16.2;0;1.92;6000
+73076;44.00043;-.40634;71;20221029;24.7;14.6;19.7;2.5;16.3;.1;1.93;7400
+73076;44.00043;-.40634;71;20221030;23.4;11.3;17.4;1.6;15.1;.6;1.5;9300
+73076;44.00043;-.40634;71;20221031;20;11.1;15.6;2.5;15.1;4.4;1.14;4400
+73076;44.00043;-.40634;71;20221101;20.7;14.2;17.5;1.8;14.5;.1;1.52;10500
+73076;44.00043;-.40634;71;20221102;20.8;6.5;13.7;1.5;11.7;.1;1.33;10500
+73076;44.00043;-.40634;71;20221103;23;8.8;15.9;2.8;12.4;6.4;1.93;4400
+73076;44.00043;-.40634;71;20221104;16.1;10.4;13.3;4.9;12.2;2.5;1.5;8000
+73076;44.00043;-.40634;71;20221105;17.6;4.8;11.2;.5;9.9;.1;.82;10900
+73076;44.00043;-.40634;71;20221106;19.1;3.1;11.1;2.3;9.7;.1;1.45;8700
+73076;44.00043;-.40634;71;20221107;20.9;3.7;12.3;1.8;10.2;0;1.41;10100
+73076;44.00043;-.40634;71;20221108;17.9;9.6;13.8;2.1;13;1.4;1.01;3100
+73076;44.00043;-.40634;71;20221109;14.8;12;13.4;1.6;14;4.1;.67;2800
+73076;44.00043;-.40634;71;20221110;18.3;6.7;12.5;1.7;11.1;0;1.1;10300
+73076;44.00043;-.40634;71;20221111;15.8;3.6;9.7;1.7;9.9;.1;.89;9900
+73076;44.00043;-.40634;71;20221112;21.9;5.3;13.6;2;11.9;.1;1.35;10200
+73076;44.00043;-.40634;71;20221113;23.9;6.1;15;1.6;11.3;.1;1.44;9900
+73076;44.00043;-.40634;71;20221114;15.2;7.5;11.4;1.6;12.7;1.8;.59;2900
+73076;44.00043;-.40634;71;20221115;15.8;9.7;12.8;1.5;13.4;4.4;.65;2600
+73076;44.00043;-.40634;71;20221116;19.7;10.4;15.1;2;12.5;.2;1.2;8900
+73076;44.00043;-.40634;71;20221117;18.7;14.8;16.8;3.7;14.2;3.2;1.57;5300
+73076;44.00043;-.40634;71;20221118;11.5;9;10.3;2.4;11.5;6.4;.58;3200
+73076;44.00043;-.40634;71;20221119;12.2;7.1;9.7;1.8;10;.5;.68;7300
+73076;44.00043;-.40634;71;20221120;15.2;-.3;7.5;1.5;9.6;4.7;.64;5000
+73076;44.00043;-.40634;71;20221121;15;9;12;2.7;11.6;23.9;.95;1400
+73076;44.00043;-.40634;71;20221122;10.2;7.2;8.7;2.6;10.4;23.1;.55;2200
+73076;44.00043;-.40634;71;20221123;17.7;9.5;13.6;3.8;12.8;3.2;1.14;7800
+73076;44.00043;-.40634;71;20221124;15.3;4.2;9.8;1.7;10.5;5.3;.7;3700
+73076;44.00043;-.40634;71;20221125;12.8;3.9;8.4;1;10.5;7.4;.44;4000
+73076;44.00043;-.40634;71;20221126;12.8;1;6.9;1.8;8.2;0;.68;5700
+73076;44.00043;-.40634;71;20221127;12.8;.6;6.7;1.9;8.9;10.7;.56;5400
+73076;44.00043;-.40634;71;20221128;13.2;7.7;10.5;2.7;11.5;7;.58;5500
+73076;44.00043;-.40634;71;20221129;14;6.1;10.1;1.2;10.8;.4;.51;5400
+73076;44.00043;-.40634;71;20221130;8.7;1.2;5;2.1;7.8;0;.44;5800
+73076;44.00043;-.40634;71;20221201;6.5;3.2;4.9;.9;7.7;0;.4;3000
+73076;44.00043;-.40634;71;20221202;8.1;.4;4.3;.3;7.2;0;.31;4300
+73076;44.00043;-.40634;71;20221203;6.3;1.6;4;.7;7.8;.8;.36;1900
+73076;44.00043;-.40634;71;20221204;11;.7;5.9;1.1;7.2;0;.46;6200
+73076;44.00043;-.40634;71;20221205;13.2;-1.6;5.8;2.2;6.9;0;.79;7800
+73076;44.00043;-.40634;71;20221206;12.3;7.1;9.7;2;9.1;0;.82;3600
+73076;44.00043;-.40634;71;20221207;13.6;6.3;10;1.5;9;0;.61;6900
+73076;44.00043;-.40634;71;20221208;9.5;2.9;6.2;1.9;8.9;9.4;.45;1900
+73076;44.00043;-.40634;71;20221209;9.8;6.9;8.4;2.3;10;1.2;.54;1500
+73076;44.00043;-.40634;71;20221210;6.6;-.5;3.1;2;5.5;0;.5;8000
+73076;44.00043;-.40634;71;20221211;6.1;-4.7;.7;2;4.8;.1;.55;5900
+73076;44.00043;-.40634;71;20221212;5.6;-4.4;.6;2;6.6;6.8;.29;1200
+73076;44.00043;-.40634;71;20221213;15.2;4.7;10;3.6;13.4;8.4;.13;3600
+73076;44.00043;-.40634;71;20221214;18.5;10.6;14.6;1.4;13.4;4.9;.64;5600
+73076;44.00043;-.40634;71;20221215;16.1;9.8;13;1.8;12.6;16.2;.59;5700
+73076;44.00043;-.40634;71;20221216;10.4;10.3;10.4;2.1;10.6;4.4;.71;1300
+73076;44.00043;-.40634;71;20221217;8.2;-2.4;2.9;1.7;6.7;.1;.44;3600
+73076;44.00043;-.40634;71;20221218;13.2;1.2;7.2;3;8.7;0;.66;6700
+73076;44.00043;-.40634;71;20221219;15;5;10;2.1;10.4;0;.65;4800
+73076;44.00043;-.40634;71;20221220;11.7;8.6;10.2;2;12.2;7.9;.41;1000
+73076;44.00043;-.40634;71;20221221;18.7;10.7;14.7;1.8;13;.2;.75;6600
+73076;44.00043;-.40634;71;20221222;17.9;5.8;11.9;1.3;12.3;1;.58;3800
+73076;44.00043;-.40634;71;20221223;19.7;8.3;14;1;12.4;0;.63;4800
+73076;44.00043;-.40634;71;20221224;20.3;5.7;13;1;10.9;.1;.57;7200
+73076;44.00043;-.40634;71;20221225;20.5;3.5;12;1.8;9.8;0;.97;7500
+73076;44.00043;-.40634;71;20221226;17.8;6.7;12.3;1.4;11.5;1.7;.6;6300
+73076;44.00043;-.40634;71;20221227;14;10.3;12.2;.8;12.4;.1;.44;3900
+73076;44.00043;-.40634;71;20221228;17.9;4.3;11.1;1.3;10.1;0;.6;7100
+73076;44.00043;-.40634;71;20221229;15.3;7.5;11.4;1.1;11;5.7;.64;2400
+73076;44.00043;-.40634;71;20221230;20.4;9.6;15;1.9;12.2;.4;1.09;4400
+73076;44.00043;-.40634;71;20221231;22.1;8.6;15.4;2.2;11.5;0;1.31;6600
+73077;44.03122;-.09747;125;20220101;21.4;1.8;11.6;.8;9.31;.1;.59;6883
+73077;44.03122;-.09747;125;20220102;17.1;2.9;10;1.1;9.91;.2;.55;5706
+73077;44.03122;-.09747;125;20220103;16.4;2.3;9.4;1.6;9.81;.1;.63;5719
+73077;44.03122;-.09747;125;20220104;19;6.5;12.8;2.8;10.01;3.3;1.38;5348
+73077;44.03122;-.09747;125;20220105;7.4;3;5.2;1.3;7.01;.1;.54;2686
+73077;44.03122;-.09747;125;20220106;8.1;-2.8;2.7;.4;5.21;.1;.31;4989
+73077;44.03122;-.09747;125;20220107;10.1;-3.4;3.4;2.6;7.21;2.6;.48;5742
+73077;44.03122;-.09747;125;20220108;10.2;6;8.1;5;10.31;6.3;.42;2674
+73077;44.03122;-.09747;125;20220109;9.8;7.9;8.9;3.5;11.11;19.1;.35;1407
+73077;44.03122;-.09747;125;20220110;11.9;9.1;10.5;2.8;12.01;11.3;.47;2002
+73077;44.03122;-.09747;125;20220111;10.5;3.6;7.1;.7;8.11;.1;.46;3902
+73077;44.03122;-.09747;125;20220112;7.7;-3.6;2.1;.6;5.41;0;.36;5401
+73077;44.03122;-.09747;125;20220113;.8;-5.6;-2.4;1.7;5.41;.1;.15;3797
+73077;44.03122;-.09747;125;20220114;3.8;-1.5;1.2;.8;5.61;0;.37;3384
+73077;44.03122;-.09747;125;20220115;10.7;-6.2;2.3;.5;5.21;.1;.36;7108
+73077;44.03122;-.09747;125;20220116;9.5;-4.5;2.5;.7;5.81;.1;.4;6430
+73077;44.03122;-.09747;125;20220117;9.6;-3.4;3.1;1.3;6.31;.1;.51;6223
+73077;44.03122;-.09747;125;20220118;2.5;1.3;1.9;1.2;7.01;.1;.31;1038
+73077;44.03122;-.09747;125;20220119;8.2;2.3;5.3;1.9;8.41;2.6;.4;3885
+73077;44.03122;-.09747;125;20220120;8.9;5.9;7.4;2;8.81;2.2;.61;2448
+73077;44.03122;-.09747;125;20220121;5.1;-2.7;1.2;2;5.41;.1;.55;4782
+73077;44.03122;-.09747;125;20220122;7;-5.6;.7;.8;4.81;.1;.46;6503
+73077;44.03122;-.09747;125;20220123;9.9;-5.6;2.2;1.1;5.31;0;.59;7446
+73077;44.03122;-.09747;125;20220124;14.2;-2.6;5.8;1;6.51;0;.71;7906
+73077;44.03122;-.09747;125;20220125;13.9;-3.6;5.2;.7;6.01;.1;.61;8202
+73077;44.03122;-.09747;125;20220126;12.4;-4.3;4.1;.5;5.91;0;.51;8091
+73077;44.03122;-.09747;125;20220127;9.4;-5.1;2.2;.3;5.51;0;.41;7556
+73077;44.03122;-.09747;125;20220128;7.6;-3;2.3;.7;6.01;.1;.47;6368
+73077;44.03122;-.09747;125;20220129;2.1;-1.4;.4;1.3;6.11;.1;.33;3177
+73077;44.03122;-.09747;125;20220130;3.4;-1;1.2;1.8;6.61;.5;.32;3775
+73077;44.03122;-.09747;125;20220131;8.7;1.8;5.3;3.1;8.31;1.6;.53;5122
+73077;44.03122;-.09747;125;20220201;8.8;-1.4;3.7;2.7;8.11;.3;.4;6595
+73077;44.03122;-.09747;125;20220202;8.9;7.1;8;2.8;10.51;0;.4;2082
+73077;44.03122;-.09747;125;20220203;11.1;5.4;8.3;3;10.11;0;.62;4760
+73077;44.03122;-.09747;125;20220204;11.5;3.5;7.5;2;10.51;1.2;.47;5961
+73077;44.03122;-.09747;125;20220205;10.9;6.1;8.5;2.1;8.01;0;1.02;4405
+73077;44.03122;-.09747;125;20220206;9.7;-1.8;4;3.2;7.91;1.4;.58;7618
+73077;44.03122;-.09747;125;20220207;12.3;7.8;10.1;2.6;10.71;.8;.8;4365
+73077;44.03122;-.09747;125;20220208;13.9;.5;7.2;1.8;7.51;0;1.08;8569
+73077;44.03122;-.09747;125;20220209;18.9;.8;9.9;1.7;7.21;0;1.55;10309
+73077;44.03122;-.09747;125;20220210;7.1;1.3;4.2;1.8;8.33;1.7;1.41;10933
+73077;44.03122;-.09747;125;20220211;12.1;7.4;9.8;1.7;9.16;0;1.03;7433
+73077;44.03122;-.09747;125;20220212;14.1;-1.7;6.2;1.3;7.14;0;1.03;9150
+73077;44.03122;-.09747;125;20220213;18.4;1.1;9.8;3.2;8.46;2.2;1.89;10933
+73077;44.03122;-.09747;125;20220214;10.8;8;9.4;4.4;9.82;8.6;1.16;6266
+73077;44.03122;-.09747;125;20220215;11.2;4;7.6;3.1;9.36;3.9;.88;6200
+73077;44.03122;-.09747;125;20220216;12.6;7.9;10.3;4.5;11.81;6.2;.69;5186
+73077;44.03122;-.09747;125;20220217;13.5;11.3;12.4;3.5;13.21;1.1;.76;3207
+73077;44.03122;-.09747;125;20220218;17.1;6.9;12;2.2;11.21;0;1.31;8478
+73077;44.03122;-.09747;125;20220219;11.9;6.2;9.1;1.5;8.51;.1;1.04;6113
+73077;44.03122;-.09747;125;20220220;12.9;1.1;7;3.2;9.91;3.8;.81;9481
+73077;44.03122;-.09747;125;20220221;13.1;9.3;11.2;3.9;10.21;.8;1.38;4913
+73077;44.03122;-.09747;125;20220222;15.6;6.2;10.9;1.8;9.61;0;1.35;8569
+73077;44.03122;-.09747;125;20220223;15.5;1.4;8.5;1.1;8.91;.1;1.19;10928
+73077;44.03122;-.09747;125;20220224;13.1;2.3;7.7;2;9.51;.5;1.02;9540
+73077;44.03122;-.09747;125;20220225;12;.6;6.3;1.7;6.81;0;1.26;9973
+73077;44.03122;-.09747;125;20220226;13.3;-.4;6.5;2.8;5.61;0;1.87;11205
+73077;44.03122;-.09747;125;20220227;16.7;1.8;9.3;1.6;7.81;0;1.62;11899
+73077;44.03122;-.09747;125;20220228;18.8;-.6;9.1;.7;8.21;0;1.46;13937
+73077;44.03122;-.09747;125;20220301;18;-.6;8.7;2.4;8.11;.1;1.96;13800
+73077;44.03122;-.09747;125;20220302;12.2;7.1;9.7;2.4;10.01;2.4;1.1;6722
+73077;44.03122;-.09747;125;20220303;14.8;4.8;9.8;1.8;10.61;1.4;1.23;10049
+73077;44.03122;-.09747;125;20220304;9.2;8.7;9;2.9;10.11;1.7;.71;1301
+73077;44.03122;-.09747;125;20220305;10.1;5.6;7.9;1.4;8.61;0;1;6507
+73077;44.03122;-.09747;125;20220306;10.3;3.5;6.9;1.6;8.01;.1;1.11;8398
+73077;44.03122;-.09747;125;20220307;12.4;-4;4.2;1.7;6.41;0;1.45;13911
+73077;44.03122;-.09747;125;20220308;11.5;3.9;7.7;2;8.61;.3;1.22;9187
+73077;44.03122;-.09747;125;20220309;16.2;.8;8.5;3.2;8.81;.3;1.89;13778
+73077;44.03122;-.09747;125;20220310;15.5;8.8;12.2;3.3;10.81;1.2;1.71;8772
+73077;44.03122;-.09747;125;20220311;16.4;7.9;12.2;2.9;10.61;8.5;1.82;10165
+73077;44.03122;-.09747;125;20220312;13.8;7.2;10.5;2.9;9.91;.6;1.53;8919
+73077;44.03122;-.09747;125;20220313;13.4;8.1;10.8;3.2;9.61;5.4;1.62;7962
+73077;44.03122;-.09747;125;20220314;14;5.1;9.6;5.5;9.91;0;1.65;10819
+73077;44.03122;-.09747;125;20220315;17.7;12.1;14.9;7;12.31;0;2.52;8425
+73077;44.03122;-.09747;125;20220316;16;11.3;13.7;3.5;12.51;1.2;1.64;7707
+73077;44.03122;-.09747;125;20220317;11.9;11.4;11.7;3.2;11.51;1.7;.98;1697
+73077;44.03122;-.09747;125;20220318;12.8;6.8;9.8;1.8;9.76;0;1.43;7766
+73077;44.03122;-.09747;125;20220319;18;3.5;10.8;2.1;9.46;0;2.28;15300
+73077;44.03122;-.09747;125;20220320;18.3;5.8;12.1;2.7;9.99;0;2.24;11900
+73077;44.03122;-.09747;125;20220321;19.9;7;13.4;3.8;9.89;0;3.13;16400
+73077;44.03122;-.09747;125;20220322;17.7;5.6;11.6;3.5;7.89;0;2.96;14600
+73077;44.03122;-.09747;125;20220323;17.5;2.7;10.1;2.5;7.39;0;2.91;19833
+73077;44.03122;-.09747;125;20220324;18.7;1;9.8;1.9;7.96;0;2.62;18800
+73077;44.03122;-.09747;125;20220325;19.6;3.5;11.6;2.1;8.09;0;2.73;15666
+73077;44.03122;-.09747;125;20220326;19.8;3.3;11.6;2.8;7.19;0;3.4;19633
+73077;44.03122;-.09747;125;20220327;20.8;3.3;12;2.3;8.46;0;3.15;19100
+73077;44.03122;-.09747;125;20220328;21.1;4;12.5;1.6;9.16;0;2.55;14533
+73077;44.03122;-.09747;125;20220329;17.9;6.3;12.1;2.1;10.73;2.4;1.85;8900
+73077;44.03122;-.09747;125;20220330;13.7;9.6;11.7;2.8;11.53;5.7;1.35;6266
+73077;44.03122;-.09747;125;20220331;13.9;7.6;10.7;4.6;9.56;3.8;2.27;13300
+73077;44.03122;-.09747;125;20220401;9.3;-.5;4.4;5;5.83;.5;2.13;15833
+73077;44.03122;-.09747;125;20220402;9.4;-.3;4.6;3.9;5.43;.1;2.21;15666
+73077;44.03122;-.09747;125;20220403;7.5;-1.9;2.8;1.8;5.4;0;1.55;14067
+73077;44.03122;-.09747;125;20220404;12;-1.9;5.1;1.7;5.06;0;2.32;20416
+73077;44.03122;-.09747;125;20220405;16.4;-3.2;6.6;1.4;5.99;.1;2.75;23350
+73077;44.03122;-.09747;125;20220406;12.6;5.3;9;2.7;10.22;.4;1.14;5400
+73077;44.03122;-.09747;125;20220407;19.1;8.5;13.8;4.7;11.39;9.2;2.91;13366
+73077;44.03122;-.09747;125;20220408;20;9.1;14.6;5.2;11.43;1.8;3.03;10400
+73077;44.03122;-.09747;125;20220409;15.5;7.1;11.3;2.4;8.53;.2;2.61;16266
+73077;44.03122;-.09747;125;20220410;19.9;-.8;9.6;3.2;7.32;0;3.73;23500
+73077;44.03122;-.09747;125;20220411;23;7.4;15.2;4.8;10.86;0;4.22;19966
+73077;44.03122;-.09747;125;20220412;17.9;9.5;13.7;2.7;11.99;.4;1.97;8133
+73077;44.03122;-.09747;125;20220413;16.2;10.4;13.3;1.8;13.29;.6;1.35;6533
+73077;44.03122;-.09747;125;20220414;23;9;16;1.7;12.73;0;3.33;20066
+73077;44.03122;-.09747;125;20220415;22.3;9;15.7;2.2;12.99;0;3.07;17133
+73077;44.03122;-.09747;125;20220416;23.8;9.8;16.8;2.6;12.19;0;3.93;21900
+73077;44.03122;-.09747;125;20220417;22.6;7.9;15.3;3.1;11.83;0;3.73;21066
+73077;44.03122;-.09747;125;20220418;18.8;11.4;15.1;3.2;12.29;0;2.85;14633
+73077;44.03122;-.09747;125;20220419;12.7;9;10.9;2.3;11.72;12.9;1.09;4533
+73077;44.03122;-.09747;125;20220420;12.4;8.1;10.2;2.3;11.49;4;1.13;6033
+73077;44.03122;-.09747;125;20220421;14.4;8.4;11.4;2.1;12.49;.1;1.27;6666
+73077;44.03122;-.09747;125;20220422;20;9.9;14.9;1.9;12.29;2.8;3.08;18533
+73077;44.03122;-.09747;125;20220423;14.2;10.1;12.2;3.8;11.76;6.3;1.62;6866
+73077;44.03122;-.09747;125;20220424;17.2;9.7;13.5;5.5;11.96;0;2.46;10966
+73077;44.03122;-.09747;125;20220425;20.1;5;12.5;1.5;11.03;0;3.2;22300
+73077;44.03122;-.09747;125;20220426;23.9;5.9;14.9;2.5;11.23;0;4.07;23500
+73077;44.03122;-.09747;125;20220427;20.2;10.5;15.4;2.3;13.56;3.5;2.46;12333
+73077;44.03122;-.09747;125;20220428;17.5;12.2;14.9;2.3;14.49;.1;1.92;9700
+73077;44.03122;-.09747;125;20220429;19.8;11.4;15.6;2.3;14.06;.1;2.58;13766
+73077;44.03122;-.09747;125;20220430;21;12.1;16.6;2.7;13.29;0;3.36;17633
+73077;44.03122;-.09747;125;20220501;20.3;9.1;14.7;2.1;12.16;0;2.95;16966
+73077;44.03122;-.09747;125;20220502;19;10.2;14.6;2.3;12.23;0;2.75;15000
+73077;44.03122;-.09747;125;20220503;21.1;11.3;16.2;2.1;13.49;3.7;2.95;15533
+73077;44.03122;-.09747;125;20220504;19.9;11.8;15.9;2.8;12.66;0;2.89;13733
+73077;44.03122;-.09747;125;20220505;21.6;7.7;14.6;2.4;11.39;0;3.56;20300
+73077;44.03122;-.09747;125;20220506;21.6;7.5;14.6;2.3;11.01;.1;3.69;21651
+73077;44.03122;-.09747;125;20220507;22.8;10.1;16.5;1.9;13.11;.1;3.6;20587
+73077;44.03122;-.09747;125;20220508;25.3;11.4;18.4;2;13.41;0;4.13;21701
+73077;44.03122;-.09747;125;20220509;26.2;10;18.1;1.2;12.41;0;4.15;23639
+73077;44.03122;-.09747;125;20220510;28.9;7.2;18.1;1.1;12.31;.1;4.72;27683
+73077;44.03122;-.09747;125;20220511;29.1;11.7;20.4;1.5;15.01;0;4.69;24769
+73077;44.03122;-.09747;125;20220512;20.6;11.9;16.3;1.3;15.11;.6;2.87;17223
+73077;44.03122;-.09747;125;20220513;25.1;13.7;19.4;1.2;15.91;.1;3.66;19983
+73077;44.03122;-.09747;125;20220514;29.2;10.2;19.7;1.8;16.01;.1;4.87;26273
+73077;44.03122;-.09747;125;20220515;29.5;11.6;20.6;1.9;17.11;4.7;4.87;25568
+73077;44.03122;-.09747;125;20220516;28.7;12.8;20.8;1.3;16.21;.1;4.52;24119
+73077;44.03122;-.09747;125;20220517;31.1;13.6;22.4;1.9;15.71;0;5.32;25463
+73077;44.03122;-.09747;125;20220518;32.3;12.4;22.4;2.1;16.51;1.4;5.71;27337
+73077;44.03122;-.09747;125;20220519;27.2;17;22.1;2.6;18.81;.2;4.18;19285
+73077;44.03122;-.09747;125;20220520;26.2;17;21.6;2.7;18.41;0;3.97;18317
+73077;44.03122;-.09747;125;20220521;30.9;11.6;21.3;1;18.01;.1;4.96;27185
+73077;44.03122;-.09747;125;20220522;31.2;16.8;24;2.6;20.51;.7;5.18;23388
+73077;44.03122;-.09747;125;20220523;22.1;16;19.1;4.3;15.61;.8;3.53;14831
+73077;44.03122;-.09747;125;20220524;18.6;11.6;15.1;2.4;13.11;1.6;2.84;16028
+73077;44.03122;-.09747;125;20220525;19.1;5;12.1;1.2;11.11;.3;3.33;23343
+73077;44.03122;-.09747;125;20220526;19.6;7.9;13.8;1.2;12.71;.1;3.21;21212
+73077;44.03122;-.09747;125;20220527;25.7;7.3;16.5;1.6;13.01;.2;4.54;26994
+73077;44.03122;-.09747;125;20220528;27.3;8.2;17.8;2;12.11;.1;5.1;27598
+73077;44.03122;-.09747;125;20220529;25.3;7.3;16.3;2.4;9.61;0;5.08;26822
+73077;44.03122;-.09747;125;20220530;26;5.2;15.6;1.6;9.21;0;4.97;28996
+73077;44.03122;-.09747;125;20220531;27.2;12.2;19.7;1.7;12.21;.1;4.83;24490
+73077;44.03122;-.09747;125;20220601;31.4;13.5;22.5;2.8;14.41;0;6.18;26928
+73077;44.03122;-.09747;125;20220602;27.4;16.5;22;2.6;18.81;1.1;4.39;20780
+73077;44.03122;-.09747;125;20220603;29;17.8;23.4;3.4;19.91;3;4.89;21123
+73077;44.03122;-.09747;125;20220604;23.2;17.1;20.2;2.3;19.81;1.4;2.97;15289
+73077;44.03122;-.09747;125;20220605;24.1;16.1;20.1;2.2;17.11;0;3.62;17722
+73077;44.03122;-.09747;125;20220606;26.7;13.6;20.2;1.8;16.11;.2;4.45;23068
+73077;44.03122;-.09747;125;20220607;24.2;15.7;20;1.6;16.21;3.3;3.65;18365
+73077;44.03122;-.09747;125;20220608;19.2;13.7;16.5;2;16.61;1.7;2.46;14549
+73077;44.03122;-.09747;125;20220609;23.7;10.5;17.1;2;14.54;.1;3.23;15567
+73077;44.03122;-.09747;125;20220610;28.3;8.6;18.5;1.8;14.41;.2;5.18;28728
+73077;44.03122;-.09747;125;20220611;31.7;11.2;21.5;1.3;16.71;.3;5.55;29362
+73077;44.03122;-.09747;125;20220612;28.5;17.2;22.9;2.8;19.71;3.2;4.69;21497
+73077;44.03122;-.09747;125;20220613;29.6;18.3;24;2.6;20.91;.1;4.8;21516
+73077;44.03122;-.09747;125;20220614;35.3;16.2;25.8;1.6;21.91;0;6.09;28372
+73077;44.03122;-.09747;125;20220615;33.3;19.4;26.4;2.6;22.81;0;5.7;24035
+73077;44.03122;-.09747;125;20220616;36.1;16.2;26.2;1.2;20.11;0;6.12;29021
+73077;44.03122;-.09747;125;20220617;37;17.5;27.3;1.7;20.71;0;6.54;28728
+73077;44.03122;-.09747;125;20220618;39.6;17.8;28.7;2.8;19.81;0;8.06;30457
+73077;44.03122;-.09747;125;20220619;31.2;18.6;24.9;2.6;20.11;.2;5.36;22858
+73077;44.03122;-.09747;125;20220620;28.8;17.4;23.1;2.5;18.91;1.7;4.8;21684
+73077;44.03122;-.09747;125;20220621;28.3;18.6;23.5;2.1;20.21;4.1;4.35;19904
+73077;44.03122;-.09747;125;20220622;23.9;17.2;20.6;2.3;19.01;3.2;3.32;16328
+73077;44.03122;-.09747;125;20220623;27.7;14.9;21.3;1.8;18.11;5.5;4.52;23044
+73077;44.03122;-.09747;125;20220624;24.9;15.6;20.3;2.1;16.71;.5;3.94;19451
+73077;44.03122;-.09747;125;20220625;18.7;12.9;15.8;2.1;15.21;13;2.58;15089
+73077;44.03122;-.09747;125;20220626;16.4;12.8;14.6;1.6;15;9.5;1.85;10288
+73077;44.03122;-.09747;125;20220627;20.9;14;17.5;1.9;15.04;0;3.03;15943
+73077;44.03122;-.09747;125;20220628;25.7;13.2;19.5;1.2;14.21;0;4.22;22696
+73077;44.03122;-.09747;125;20220629;26.3;9.5;17.9;1.3;14.81;2.4;4.54;26489
+73077;44.03122;-.09747;125;20220630;15.9;14;15;1.5;15.21;3;1.58;8065
+73077;44.03122;-.09747;125;20220701;24;6.6;15.3;1.3;12.11;.1;4.32;26925
+73077;44.03122;-.09747;125;20220702;30.1;7.6;18.9;1.3;14.21;0;5.44;30754
+73077;44.03122;-.09747;125;20220703;29.4;13.4;21.4;1.8;16.41;.5;5.11;25704
+73077;44.03122;-.09747;125;20220704;26.7;14.3;20.5;2.1;17.71;0;4.34;22446
+73077;44.03122;-.09747;125;20220705;30;17;23.5;2.1;17.21;0;5.12;22978
+73077;44.03122;-.09747;125;20220706;29.2;11.5;20.4;1.9;14.71;.1;5.27;26978
+73077;44.03122;-.09747;125;20220707;29.2;14.2;21.7;2.4;15.81;0;5.26;24692
+73077;44.03122;-.09747;125;20220708;30.5;15;22.8;1.8;16.01;0;5.28;25075
+73077;44.03122;-.09747;125;20220709;32.9;11;22;1.5;14.91;0;5.92;29985
+73077;44.03122;-.09747;125;20220710;33.9;11.7;22.8;1.4;15.11;0;6.02;30137
+73077;44.03122;-.09747;125;20220711;35.8;12.3;24.1;1.2;16.21;0;6.2;30878
+73077;44.03122;-.09747;125;20220712;36.7;14.6;25.7;1.1;16.21;0;6.15;29934
+73077;44.03122;-.09747;125;20220713;36.2;10.7;23.5;.8;14.61;0;5.82;30742
+73077;44.03122;-.09747;125;20220714;37.3;13.8;25.6;1;17.11;0;6.2;30670
+73077;44.03122;-.09747;125;20220715;36.3;16.5;26.4;1.9;16.71;0;6.53;28058
+73077;44.03122;-.09747;125;20220716;38;13.6;25.8;1.4;15.91;0;6.59;30516
+73077;44.03122;-.09747;125;20220717;38.3;13.8;26.1;1.8;15.01;0;7;30434
+73077;44.03122;-.09747;125;20220718;39.2;17.4;28.3;3.6;15.61;0;8.68;29257
+73077;44.03122;-.09747;125;20220719;32.2;21.8;27;2.7;20.61;0;5.31;19758
+73077;44.03122;-.09747;125;20220720;28.8;19.6;24.2;2;17.11;0;4.47;18450
+73077;44.03122;-.09747;125;20220721;32.1;13.4;22.8;1.5;16.81;.1;5.37;26753
+73077;44.03122;-.09747;125;20220722;28.5;19.1;23.8;3.2;18.31;.1;4.74;18539
+73077;44.03122;-.09747;125;20220723;29.8;11.9;20.9;.8;15.71;.3;4.65;25970
+73077;44.03122;-.09747;125;20220724;36.7;11.9;24.3;1.7;16.41;.1;6.44;29784
+73077;44.03122;-.09747;125;20220725;29.9;20.6;25.3;3.1;19.11;.2;4.94;18234
+73077;44.03122;-.09747;125;20220726;27.9;12.2;20.1;1.7;14.31;0;4.64;23976
+73077;44.03122;-.09747;125;20220727;28.9;5.9;17.4;2;13.44;0;5.01;24641
+73077;44.03122;-.09747;125;20220728;28.2;14.2;21.2;2.3;14.77;1.5;4.95;23369
+73077;44.03122;-.09747;125;20220729;27.5;14.4;21;1.4;16.91;.5;4.13;21531
+73077;44.03122;-.09747;125;20220730;29.1;16.1;22.6;1.1;17.51;.1;4.21;21353
+73077;44.03122;-.09747;125;20220731;33.7;13;23.4;1.6;16.11;.1;5.62;27157
+73077;44.03122;-.09747;125;20220801;34.8;15.9;25.4;2.1;16.41;0;6.03;25779
+73077;44.03122;-.09747;125;20220802;35.8;16.8;26.3;2.4;16.61;.2;6.41;25734
+73077;44.03122;-.09747;125;20220803;37.6;14.5;26.1;1.6;17.41;.2;6.27;28372
+73077;44.03122;-.09747;125;20220804;34.4;21.2;27.8;3.3;22.01;.4;5.87;21039
+73077;44.03122;-.09747;125;20220805;31.8;18.9;25.4;3.2;19.61;0;5.35;20683
+73077;44.03122;-.09747;125;20220806;34;16.5;25.3;2.3;16.81;0;5.8;24176
+73077;44.03122;-.09747;125;20220807;34.5;13.2;23.9;1.6;12.31;.1;5.73;26666
+73077;44.03122;-.09747;125;20220808;36;10.7;23.4;1.3;11.91;0;5.69;27958
+73077;44.03122;-.09747;125;20220809;37.1;13.1;25.1;1.7;14.11;0;6.2;27817
+73077;44.03122;-.09747;125;20220810;37.6;12.1;24.9;1.4;12.71;0;5.93;27674
+73077;44.03122;-.09747;125;20220811;39.6;15.9;27.8;.9;15.21;0;5.61;27528
+73077;44.03122;-.09747;125;20220812;39;21;30;2.7;19.71;0;6.83;23758
+73077;44.03122;-.09747;125;20220813;33.6;20.4;27;2.5;21.61;1.9;5.12;20047
+73077;44.03122;-.09747;125;20220814;26;19.3;22.7;2.1;20.41;2;3.13;13837
+73077;44.03122;-.09747;125;20220815;28.7;13.9;21.3;2;16.41;.1;4.3;21049
+73077;44.03122;-.09747;125;20220816;27.6;12.3;20;1.5;16.51;10.2;3.91;21291
+73077;44.03122;-.09747;125;20220817;25;16.2;20.6;2.2;17.81;.3;3.26;15743
+73077;44.03122;-.09747;125;20220818;26.7;15.9;21.3;2.6;17.21;.7;3.83;17463
+73077;44.03122;-.09747;125;20220819;27;14.2;20.6;1.9;16.91;.2;3.75;18998
+73077;44.03122;-.09747;125;20220820;29.8;12.8;21.3;1;16.81;0;4;21941
+73077;44.03122;-.09747;125;20220821;27.5;15.7;21.6;1.5;17.81;.4;3.56;17948
+73077;44.03122;-.09747;125;20220822;24.8;18;21.4;2;20.51;2.5;2.72;13228
+73077;44.03122;-.09747;125;20220823;30.7;18;24.4;1;20.21;0;3.71;18409
+73077;44.03122;-.09747;125;20220824;34.9;14;24.5;1.2;18.01;.9;4.78;23804
+73077;44.03122;-.09747;125;20220825;30;20.5;25.3;3.1;21.91;0;4.07;15525
+73077;44.03122;-.09747;125;20220826;30.3;19.2;24.8;2.1;19.91;.1;3.99;16758
+73077;44.03122;-.09747;125;20220827;31.6;18;24.8;1.6;18.21;0;4.15;18545
+73077;44.03122;-.09747;125;20220828;34.6;10.6;22.6;.9;13.81;0;4.5;24759
+73077;44.03122;-.09747;125;20220829;29.9;19;24.5;1.7;15.71;4.6;3.93;16218
+73077;44.03122;-.09747;125;20220830;33.2;15.2;24.2;1.4;18.31;0;4.34;21036
+73077;44.03122;-.09747;125;20220831;30.4;18.6;24.5;1.6;20.81;.3;3.63;16659
+73077;44.03122;-.09747;125;20220901;29.7;17.8;23.8;1.9;18.71;16.7;3.75;16599
+73077;44.03122;-.09747;125;20220902;25.5;16.1;20.8;1.8;18.31;.6;2.91;14492
+73077;44.03122;-.09747;125;20220903;27.8;15.8;21.8;1.2;17.81;0;3.18;16399
+73077;44.03122;-.09747;125;20220904;33;13.4;23.2;1.3;17.11;.1;4.17;21131
+73077;44.03122;-.09747;125;20220905;34.6;17.2;25.9;1.7;18.01;.1;4.53;19669
+73077;44.03122;-.09747;125;20220906;31.5;16.1;23.8;1.9;16.41;0;4.17;18270
+73077;44.03122;-.09747;125;20220907;27.3;14.3;20.8;1.1;14.81;0;3.12;16537
+73077;44.03122;-.09747;125;20220908;26.4;9.9;18.2;1.7;14.11;1.8;3.34;18623
+73077;44.03122;-.09747;125;20220909;25.8;14.4;20.1;2.1;15.61;.9;3.17;15128
+73077;44.03122;-.09747;125;20220910;27.6;8.9;18.3;1.1;13.21;0;3.27;19550
+73077;44.03122;-.09747;125;20220911;33.2;12.7;23;1.9;13.91;0;4.53;20340
+73077;44.03122;-.09747;125;20220912;36.7;18.8;27.8;3.1;17.71;1.7;5.76;18747
+73077;44.03122;-.09747;125;20220913;32;19.9;26;2.5;21.81;.4;3.88;15044
+73077;44.03122;-.09747;125;20220914;30.7;17.3;24;2.1;17.01;.2;3.82;15743
+73077;44.03122;-.09747;125;20220915;29;12.3;20.7;2;15.51;.2;3.59;17549
+73077;44.03122;-.09747;125;20220916;26.2;14.3;20.3;1.9;15.51;0;3;14472
+73077;44.03122;-.09747;125;20220917;22.4;8;15.2;1.7;9.11;0;2.9;15884
+73077;44.03122;-.09747;125;20220918;24.7;4.8;14.8;1.5;7.51;0;3.2;18704
+73077;44.03122;-.09747;125;20220919;27.7;2.2;15;1.2;7.01;0;3.31;20581
+73077;44.03122;-.09747;125;20220920;25.5;2.5;14;1;8.11;0;2.87;19793
+73077;44.03122;-.09747;125;20220921;25.6;3.4;14.5;1.1;8.91;0;2.88;19222
+73077;44.03122;-.09747;125;20220922;26.9;7;17;1.6;10.51;0;3.22;17941
+73077;44.03122;-.09747;125;20220923;22.5;7.3;14.9;.9;12.11;3.4;2.22;15354
+73077;44.03122;-.09747;125;20220924;17.5;12;14.8;2.1;14.81;2.8;1.43;8634
+73077;44.03122;-.09747;125;20220925;20.3;10.9;15.6;1.9;12.21;.1;2.17;11543
+73077;44.03122;-.09747;125;20220926;19.9;4.7;12.3;2.4;11.01;4.8;2.25;14852
+73077;44.03122;-.09747;125;20220927;18.1;12.9;15.5;2.9;14.81;10;1.57;8067
+73077;44.03122;-.09747;125;20220928;18.1;14.4;16.3;4.2;16.51;14.5;1.33;6525
+73077;44.03122;-.09747;125;20220929;15.6;12.5;14.1;2.9;14.21;6;1.16;5791
+73077;44.03122;-.09747;125;20220930;19.1;8;13.6;1.6;11.41;0;1.88;11937
+73077;44.03122;-.09747;125;20221001;21.3;9.8;15.6;2.7;13.61;.1;2.16;12028
+73077;44.03122;-.09747;125;20221002;23.6;8.8;16.2;.7;14.61;.2;1.91;13650
+73077;44.03122;-.09747;125;20221003;24.5;11;17.8;1.1;14.61;0;2.08;12823
+73077;44.03122;-.09747;125;20221004;25.8;6.6;16.2;.5;12.01;.1;2;15349
+73077;44.03122;-.09747;125;20221005;27.8;6.1;17;1.2;12.91;0;2.53;16199
+73077;44.03122;-.09747;125;20221006;20.9;15.5;18.2;1;16.41;.1;1.43;7353
+73077;44.03122;-.09747;125;20221007;25.1;9.5;17.3;1.3;14.41;.4;2.12;13211
+73077;44.03122;-.09747;125;20221008;21.2;12.7;17;1.8;16.91;7.6;1.51;9300
+73077;44.03122;-.09747;125;20221009;26.9;10.4;18.7;1.7;14.21;.1;2.47;13282
+73077;44.03122;-.09747;125;20221010;22.6;11.9;17.3;1.8;15.21;.8;1.83;10315
+73077;44.03122;-.09747;125;20221011;22;15.1;18.6;1.1;17.11;.2;1.45;7927
+73077;44.03122;-.09747;125;20221012;23.2;13;18.1;.9;15.51;.8;1.59;9777
+73077;44.03122;-.09747;125;20221013;21.1;10.7;15.9;1.9;15.21;.8;1.55;9753
+73077;44.03122;-.09747;125;20221014;20.5;16.9;18.7;2.8;17.81;.8;1.41;5143
+73077;44.03122;-.09747;125;20221015;26.9;11.2;19.1;.8;15.11;0;1.82;11949
+73077;44.03122;-.09747;125;20221016;28.1;12.7;20.4;2.7;16.91;.2;2.65;11664
+73077;44.03122;-.09747;125;20221017;26;17.1;21.6;2.2;19.31;.1;1.98;8446
+73077;44.03122;-.09747;125;20221018;29.5;16.9;23.2;3.5;18.71;.1;3.11;10148
+73077;44.03122;-.09747;125;20221019;26.2;15.4;20.8;3.2;18.51;.5;2.27;9172
+73077;44.03122;-.09747;125;20221020;25.6;14.3;20;2.9;15.61;1;2.43;9280
+73077;44.03122;-.09747;125;20221021;20.2;13.3;16.8;1.2;15.41;1.5;1.21;6875
+73077;44.03122;-.09747;125;20221022;25.5;10.3;17.9;2.1;13.91;.1;2.14;10663
+73077;44.03122;-.09747;125;20221023;26.3;14.6;20.5;2;14.11;0;2.27;9071
+73077;44.03122;-.09747;125;20221024;24.1;8.9;16.5;1.1;11.31;0;1.64;10369
+73077;44.03122;-.09747;125;20221025;24.1;8.6;16.4;1.3;12.61;.3;1.64;10336
+73077;44.03122;-.09747;125;20221026;25.5;8.8;17.2;1.7;14.21;.1;1.81;10626
+73077;44.03122;-.09747;125;20221027;23.6;14.7;19.2;3.5;16.61;.1;1.99;7309
+73077;44.03122;-.09747;125;20221028;26.3;16;21.2;3;16.71;0;2.36;7843
+73077;44.03122;-.09747;125;20221029;24.7;16.6;20.7;3.2;16.01;.1;2.3;6711
+73077;44.03122;-.09747;125;20221030;23.8;11.9;17.9;1.6;14.61;.1;1.54;8280
+73077;44.03122;-.09747;125;20221031;20.7;9.6;15.2;2.4;14.61;1.1;1.27;7838
+73077;44.03122;-.09747;125;20221101;20;13.3;16.7;2;13.91;.1;1.37;5721
+73077;44.03122;-.09747;125;20221102;19.9;5.7;12.8;1.2;11.01;.1;1.15;8775
+73077;44.03122;-.09747;125;20221103;20.6;6.8;13.7;2.7;12.21;6.7;1.51;8509
+73077;44.03122;-.09747;125;20221104;15;10.4;12.7;3.9;11.51;4;1.3;4311
+73077;44.03122;-.09747;125;20221105;17.2;5.4;11.3;.7;9.81;0;.84;7551
+73077;44.03122;-.09747;125;20221106;18.3;3.5;10.9;1.9;9.41;.1;1.27;8485
+73077;44.03122;-.09747;125;20221107;20;2.7;11.4;2;10.11;0;1.34;9146
+73077;44.03122;-.09747;125;20221108;17.7;10.2;14;3.2;13.31;0;1.12;5509
+73077;44.03122;-.09747;125;20221109;15.4;11.7;13.6;1.6;13.61;3.4;.74;3438
+73077;44.03122;-.09747;125;20221110;13.7;6.3;10;1.3;10.31;0;.72;5302
+73077;44.03122;-.09747;125;20221111;16.6;3.2;9.9;1.5;10.21;.1;.84;7464
+73077;44.03122;-.09747;125;20221112;21.3;8.6;15;2.4;13.21;.1;1.32;7132
+73077;44.03122;-.09747;125;20221113;23.2;5;14.1;1.1;11.31;0;1.1;8668
+73077;44.03122;-.09747;125;20221114;13.4;9.3;11.4;2.3;12.61;5.3;.56;3399
+73077;44.03122;-.09747;125;20221115;15.7;9.3;12.5;2.3;13.11;5.4;.7;4493
+73077;44.03122;-.09747;125;20221116;18.4;9.7;14.1;2.8;12.41;.2;1.22;5371
+73077;44.03122;-.09747;125;20221117;17.4;12;14.7;3.4;13.61;4.6;1.13;3906
+73077;44.03122;-.09747;125;20221118;11;7.7;9.4;3;11.21;4.4;.47;2735
+73077;44.03122;-.09747;125;20221119;11.9;7.5;9.7;2.6;10.21;.6;.74;3302
+73077;44.03122;-.09747;125;20221120;13.7;1.9;7.8;2.4;9.71;4.6;.63;6130
+73077;44.03122;-.09747;125;20221121;13.9;8.3;11.1;3.1;11.31;25.2;.81;3778
+73077;44.03122;-.09747;125;20221122;8.7;6.2;7.5;4.4;10.11;21.9;.34;2073
+73077;44.03122;-.09747;125;20221123;16.4;8.8;12.6;3.8;12.31;4.6;.99;4490
+73077;44.03122;-.09747;125;20221124;14.2;6.2;10.2;2;10.21;4;.75;4582
+73077;44.03122;-.09747;125;20221125;12.5;5.3;8.9;2.1;10.41;7.6;.53;4229
+73077;44.03122;-.09747;125;20221126;11.7;1.2;6.5;1;8.41;0;.45;5306
+73077;44.03122;-.09747;125;20221127;11.7;1.2;6.5;1.9;8.81;8.6;.49;5247
+73077;44.03122;-.09747;125;20221128;12.5;7.3;9.9;4.2;11.31;7.4;.56;3279
+73077;44.03122;-.09747;125;20221129;12.3;7.3;9.8;1.9;10.31;.2;.63;3153
+73077;44.03122;-.09747;125;20221130;4.6;.4;2.5;1.1;7.21;0;.29;2752
+73077;44.03122;-.09747;125;20221201;6.9;1.8;4.4;.4;7.51;0;.35;3126
+73077;44.03122;-.09747;125;20221202;6.9;2.3;4.6;.6;7.51;.1;.37;2874
+73077;44.03122;-.09747;125;20221203;6.1;-.3;2.9;1;7.51;0;.26;3580
+73077;44.03122;-.09747;125;20221204;9.5;0;4.8;.7;6.91;0;.38;4595
+73077;44.03122;-.09747;125;20221205;9.9;-.2;4.9;1.9;7.11;0;.56;4737
+73077;44.03122;-.09747;125;20221206;10.7;5.9;8.3;1.8;8.51;0;.7;2850
+73077;44.03122;-.09747;125;20221207;14.2;4.4;9.3;1.1;8.41;0;.63;4576
+73077;44.03122;-.09747;125;20221208;8.7;2.9;5.8;2;8.61;9.2;.38;3206
+73077;44.03122;-.09747;125;20221209;9;7;8;1.9;9.81;1;.48;1350
+73077;44.03122;-.09747;125;20221210;4.4;-.5;2;2.3;5.51;0;.58;2805
+73077;44.03122;-.09747;125;20221211;5.1;-4.7;.2;1.4;4.71;.1;.45;4462
+73077;44.03122;-.09747;125;20221212;4.2;-5.3;-.5;1.9;6.31;7.8;.12;4352
+73077;44.03122;-.09747;125;20221213;14.1;4.6;9.4;3.6;12.91;5.8;.03;4332
+73077;44.03122;-.09747;125;20221214;18.1;9.9;14;2.3;13.01;3.9;.85;3919
+73077;44.03122;-.09747;125;20221215;13.4;10;11.7;1.9;12.21;10.8;.57;2067
+73077;44.03122;-.09747;125;20221216;7.5;7.7;7.6;1.8;9.91;6.1;.45;0
+73077;44.03122;-.09747;125;20221217;7.1;-2.4;2.4;1.1;6.61;.2;.3;4276
+73077;44.03122;-.09747;125;20221218;11.9;2.2;7.1;3.9;8.91;.1;.65;4326
+73077;44.03122;-.09747;125;20221219;14.8;8;11.4;3.5;11.21;.1;.87;3413
+73077;44.03122;-.09747;125;20221220;12.7;10.7;11.7;3.3;12.41;4.1;.63;1274
+73077;44.03122;-.09747;125;20221221;17.2;10.5;13.9;2.2;12.51;.2;.88;3376
+73077;44.03122;-.09747;125;20221222;16.6;6.8;11.7;2.4;12.21;1.4;.63;4347
+73077;44.03122;-.09747;125;20221223;18;9.3;13.7;1.1;12.61;.1;.6;4028
+73077;44.03122;-.09747;125;20221224;18.6;7.1;12.9;1.3;11.11;.2;.71;4826
+73077;44.03122;-.09747;125;20221225;18.3;3.4;10.9;1.5;9.81;0;.74;5678
+73077;44.03122;-.09747;125;20221226;16.8;6.7;11.8;1.2;11.41;2.1;.56;4465
+73077;44.03122;-.09747;125;20221227;14.3;10;12.2;.5;11.91;.1;.47;2485
+73077;44.03122;-.09747;125;20221228;17.2;4.5;10.9;1.3;9.71;0;.68;5193
+73077;44.03122;-.09747;125;20221229;14.4;7.5;11;2.1;10.71;5.4;.72;3513
+73077;44.03122;-.09747;125;20221230;19.1;9.3;14.2;3;11.81;1.3;1.28;4449
+73077;44.03122;-.09747;125;20221231;18.7;8.5;13.6;3;12.01;0;1.13;4589
+73078;44.06109;.2117;109;20220101;17.9;3.8;10.9;2.2;9.74;0;.79;6161
+73078;44.06109;.2117;109;20220102;15.9;5.3;10.6;2;10.07;.1;.73;4897
+73078;44.06109;.2117;109;20220103;14.2;4.7;9.4;3;10.47;.1;.58;4095
+73078;44.06109;.2117;109;20220104;18.3;7.4;12.8;3.9;10.17;4.2;1.58;5302
+73078;44.06109;.2117;109;20220105;7.5;2.9;5.2;2;7.27;0;.55;3276
+73078;44.06109;.2117;109;20220106;7.7;-1.4;3.1;1;5.27;.1;.46;5401
+73078;44.06109;.2117;109;20220107;10.4;-2.6;3.9;2.9;7.2;3.5;.58;5333
+73078;44.06109;.2117;109;20220108;10.4;6.6;8.5;5.5;10.31;3.9;.47;2493
+73078;44.06109;.2117;109;20220109;9.8;8.2;9;3.9;10.77;20.3;.48;1263
+73078;44.06109;.2117;109;20220110;12;8.9;10.5;2.7;11.67;11;.52;1719
+73078;44.06109;.2117;109;20220111;9.2;4.1;6.7;1.4;8.34;.1;.45;3935
+73078;44.06109;.2117;109;20220112;7.1;-2.2;2.5;1.4;5.8;0;.43;6041
+73078;44.06109;.2117;109;20220113;1.6;-4.1;-1.2;1.9;5.77;0;.19;2972
+73078;44.06109;.2117;109;20220114;5.7;-1.6;2.1;1.3;5.84;0;.45;4904
+73078;44.06109;.2117;109;20220115;7.8;-4.8;1.5;1.2;5.54;.1;.39;5658
+73078;44.06109;.2117;109;20220116;6.6;-2.7;1.9;1.3;5.9;.1;.4;4650
+73078;44.06109;.2117;109;20220117;4.9;-2;1.4;1;6.3;.1;.36;3740
+73078;44.06109;.2117;109;20220118;2.6;1.2;1.9;1.4;7.04;.1;.29;1115
+73078;44.06109;.2117;109;20220119;7.4;2.2;4.8;2.3;8.2;2.4;.37;3467
+73078;44.06109;.2117;109;20220120;8;5.1;6.6;2.3;8.44;1.9;.57;2439
+73078;44.06109;.2117;109;20220121;5.8;-1.2;2.3;2.4;5.6;.1;.66;5518
+73078;44.06109;.2117;109;20220122;7;-3.9;1.6;.9;5.04;0;.47;6894
+73078;44.06109;.2117;109;20220123;9.9;-3.9;3;1.1;5.6;0;.54;7631
+73078;44.06109;.2117;109;20220124;12.9;-1;6;1.9;6.67;0;.88;7686
+73078;44.06109;.2117;109;20220125;12.1;-2.1;5;1.1;6.5;.1;.62;7488
+73078;44.06109;.2117;109;20220126;10.7;-3.2;3.7;.9;6.3;0;.53;7083
+73078;44.06109;.2117;109;20220127;4.1;-4.1;0;.9;5.64;.1;.31;4702
+73078;44.06109;.2117;109;20220128;4;-2.3;.8;1.1;5.97;0;.36;4278
+73078;44.06109;.2117;109;20220129;1.6;-.6;.5;1.1;6.14;0;.33;2366
+73078;44.06109;.2117;109;20220130;3.8;-.5;1.7;1.9;6.87;.2;.32;3250
+73078;44.06109;.2117;109;20220131;8.9;2.5;5.7;3.7;8.5;1.3;.56;4457
+73078;44.06109;.2117;109;20220201;8.9;.4;4.7;3.3;8.17;.1;.52;5757
+73078;44.06109;.2117;109;20220202;9.3;7.2;8.3;2.8;10.5;0;.46;2382
+73078;44.06109;.2117;109;20220203;10.3;4.4;7.4;2.8;9.67;.1;.53;4011
+73078;44.06109;.2117;109;20220204;11.9;5.7;8.8;2.3;10.64;.8;.6;4145
+73078;44.06109;.2117;109;20220205;11;6.3;8.7;2.6;8.14;0;1.1;5869
+73078;44.06109;.2117;109;20220206;10;-.7;4.6;3.3;7.84;.7;.69;6380
+73078;44.06109;.2117;109;20220207;12.6;8;10.3;3.3;10.46;.7;.91;4480
+73078;44.06109;.2117;109;20220208;13.9;2;7.9;1.9;7.48;0;1.15;8817
+73078;44.06109;.2117;109;20220209;17.6;1.8;9.7;3.2;7.67;0;1.82;10216
+73078;44.06109;.2117;109;20220210;9.9;3.1;6.5;1.6;8.66;.5;1.25;11033
+73078;44.06109;.2117;109;20220211;12.8;7.4;10.1;1.6;9.26;0;1.04;6533
+73078;44.06109;.2117;109;20220212;14.2;-.4;6.9;1.2;7.03;0;1.05;9903
+73078;44.06109;.2117;109;20220213;17.7;1.9;9.8;3;8.96;1.7;1.7;11166
+73078;44.06109;.2117;109;20220214;10.9;8.2;9.6;4.4;9.83;4;1.16;6266
+73078;44.06109;.2117;109;20220215;10.8;4;7.4;3.1;9.69;2.6;.75;5650
+73078;44.06109;.2117;109;20220216;13.5;8.4;10.9;5.1;11.84;3.5;.93;5567
+73078;44.06109;.2117;109;20220217;13.8;11.5;12.6;4;13.16;.7;.79;3304
+73078;44.06109;.2117;109;20220218;17.1;7.5;12.3;2.8;11.24;0;1.43;8038
+73078;44.06109;.2117;109;20220219;12.1;7.3;9.7;2;8.5;0;1.25;7494
+73078;44.06109;.2117;109;20220220;13.2;2.4;7.8;3.3;9.87;2.2;.9;7386
+73078;44.06109;.2117;109;20220221;13;9.6;11.3;5.3;10;.9;1.64;5719
+73078;44.06109;.2117;109;20220222;15.7;7.3;11.5;2.3;9.7;0;1.54;9667
+73078;44.06109;.2117;109;20220223;15.8;4;9.9;1.4;9.27;0;1.34;11177
+73078;44.06109;.2117;109;20220224;14.2;4.5;9.3;2.6;9.74;.4;1.24;7964
+73078;44.06109;.2117;109;20220225;11.9;2.7;7.3;2.3;6.8;0;1.48;10584
+73078;44.06109;.2117;109;20220226;13.8;0;6.9;2.9;5.6;0;2;12510
+73078;44.06109;.2117;109;20220227;16.3;1.8;9;2.2;7.7;0;1.73;11379
+73078;44.06109;.2117;109;20220228;18.4;2.2;10.3;1.3;8.44;0;1.69;13349
+73078;44.06109;.2117;109;20220301;17.8;1.6;9.7;3.1;8.27;0;2.15;13353
+73078;44.06109;.2117;109;20220302;12.9;6.8;9.9;3.1;9.94;1.3;1.19;5960
+73078;44.06109;.2117;109;20220303;15.6;5.5;10.5;1.9;10.37;.2;1.39;10084
+73078;44.06109;.2117;109;20220304;9.4;8.6;9;3.7;10.44;2.2;.63;1133
+73078;44.06109;.2117;109;20220305;10.3;6.3;8.3;2.3;8.8;0;1.11;6501
+73078;44.06109;.2117;109;20220306;11.5;4.7;8.1;1.8;7.77;.1;1.39;9958
+73078;44.06109;.2117;109;20220307;12.1;-2.2;5;2.1;6.64;0;1.51;14080
+73078;44.06109;.2117;109;20220308;12.5;3.5;8;2.6;8.7;.3;1.3;8865
+73078;44.06109;.2117;109;20220309;16.3;2.6;9.4;3.9;9.3;.2;1.96;13387
+73078;44.06109;.2117;109;20220310;15.4;8.9;12.2;4.1;10.8;1.1;1.76;8249
+73078;44.06109;.2117;109;20220311;15.6;8.5;12.1;3.7;10.7;11.1;1.69;7659
+73078;44.06109;.2117;109;20220312;13.2;7.4;10.3;3.2;10.04;.5;1.4;7848
+73078;44.06109;.2117;109;20220313;12.9;7.7;10.3;4.1;9.54;4.6;1.58;7573
+73078;44.06109;.2117;109;20220314;14.5;4.4;9.4;5.9;9.87;0;1.63;9447
+73078;44.06109;.2117;109;20220315;17.4;12.5;14.9;7.8;12.26;0;2.49;7842
+73078;44.06109;.2117;109;20220316;16.3;11.5;13.9;4;12.47;.7;1.72;7066
+73078;44.06109;.2117;109;20220317;13;11.5;12.2;3.5;11.64;2;1.21;3460
+73078;44.06109;.2117;109;20220318;13.1;7.3;10.2;1.4;9.69;0;1.35;8033
+73078;44.06109;.2117;109;20220319;17.5;4.5;11;3.3;9.33;0;2.55;16633
+73078;44.06109;.2117;109;20220320;17.9;6.5;12.2;3.2;10.16;0;2.28;11400
+73078;44.06109;.2117;109;20220321;18.6;8.5;13.6;5.2;9.86;0;3.41;17566
+73078;44.06109;.2117;109;20220322;17.7;6.9;12.3;4.9;7.69;0;3.45;15600
+73078;44.06109;.2117;109;20220323;17.8;3.7;10.8;3.3;7.56;0;3.14;19866
+73078;44.06109;.2117;109;20220324;18.7;.6;9.7;2;7.86;0;2.71;19866
+73078;44.06109;.2117;109;20220325;19.5;2.9;11.2;2.4;7.66;0;2.86;15933
+73078;44.06109;.2117;109;20220326;19.7;2.6;11.2;3.3;6.76;0;3.58;19900
+73078;44.06109;.2117;109;20220327;21.7;2.8;12.2;2.4;7.93;0;3.34;19033
+73078;44.06109;.2117;109;20220328;21.7;2.9;12.3;1.7;8.53;0;2.68;14533
+73078;44.06109;.2117;109;20220329;18.3;4.7;11.5;1.6;10.59;4.2;1.78;9733
+73078;44.06109;.2117;109;20220330;14.4;9.8;12.1;2.6;11.69;4.3;1.4;6000
+73078;44.06109;.2117;109;20220331;14.6;8.7;11.6;4.2;9.63;3.6;2.51;14133
+73078;44.06109;.2117;109;20220401;9.7;.7;5.2;5.3;5.66;.4;2.37;16333
+73078;44.06109;.2117;109;20220402;9.7;1;5.3;3.8;5.23;0;2.33;15166
+73078;44.06109;.2117;109;20220403;7.5;-2;2.7;1.9;5.35;0;1.67;15131
+73078;44.06109;.2117;109;20220404;12.2;-2.4;4.9;1.5;5.08;0;2.26;19985
+73078;44.06109;.2117;109;20220405;15.8;-2.9;6.5;1.3;6.6;0;2.3;18843
+73078;44.06109;.2117;109;20220406;12.8;5.8;9.3;2.7;10.23;.1;1.14;5400
+73078;44.06109;.2117;109;20220407;19.3;8.7;14;4.7;11.39;6.8;2.91;13366
+73078;44.06109;.2117;109;20220408;20.6;9.1;14.8;4.2;11.36;1.2;3;11600
+73078;44.06109;.2117;109;20220409;16;7.7;11.8;2.2;8.46;.2;2.93;18900
+73078;44.06109;.2117;109;20220410;19.9;-.7;9.6;3.2;7.33;0;3.73;23500
+73078;44.06109;.2117;109;20220411;21.3;9;15.1;6;11.19;0;4.21;19866
+73078;44.06109;.2117;109;20220412;18.6;11.3;15;4.2;12.03;.4;2.53;9033
+73078;44.06109;.2117;109;20220413;15.4;11.4;13.4;1.8;13.23;1.8;1.35;6100
+73078;44.06109;.2117;109;20220414;22.7;7.7;15.2;1.5;12.43;0;3.44;22366
+73078;44.06109;.2117;109;20220415;23.3;9.4;16.4;2.3;13.53;.1;3.23;17466
+73078;44.06109;.2117;109;20220416;24.1;9.4;16.8;2.6;12.59;0;4.11;22966
+73078;44.06109;.2117;109;20220417;22.9;8.5;15.7;2.9;12.13;0;3.87;21666
+73078;44.06109;.2117;109;20220418;19;11.3;15.1;2.6;11.93;0;2.65;12700
+73078;44.06109;.2117;109;20220419;13.1;9.1;11.1;2.3;11.73;12.2;1.09;4533
+73078;44.06109;.2117;109;20220420;13.6;8.5;11;2;11.29;4.8;1.33;6700
+73078;44.06109;.2117;109;20220421;15.9;8.7;12.3;1.9;12.36;.1;1.4;6700
+73078;44.06109;.2117;109;20220422;19.8;10.2;15;1.9;12.29;1.8;3.08;18533
+73078;44.06109;.2117;109;20220423;12.8;9.8;11.3;2.8;11.76;6.7;1.24;5233
+73078;44.06109;.2117;109;20220424;17.2;9.7;13.4;4.6;11.93;.5;2.43;11500
+73078;44.06109;.2117;109;20220425;19.8;4.5;12.1;1.3;10.66;0;3.14;21866
+73078;44.06109;.2117;109;20220426;23.3;4.8;14;2.2;10.99;0;4.1;25600
+73078;44.06109;.2117;109;20220427;21.7;9.3;15.5;1.9;13.43;.9;2.73;14466
+73078;44.06109;.2117;109;20220428;18.6;13;15.8;2.1;14.53;0;1.82;7933
+73078;44.06109;.2117;109;20220429;21.2;9.7;15.5;2.1;13.83;.1;3.09;18400
+73078;44.06109;.2117;109;20220430;22.1;11.7;16.9;2.7;13.26;0;3.73;20333
+73078;44.06109;.2117;109;20220501;21.3;10.7;16;2.2;12.53;0;3.45;19233
+73078;44.06109;.2117;109;20220502;20.6;11.7;16.1;2.3;12.56;0;3.22;17266
+73078;44.06109;.2117;109;20220503;21.2;11.9;16.5;2.2;13.53;3.3;2.86;13966
+73078;44.06109;.2117;109;20220504;21;12;16.5;2.2;12.83;.3;2.98;14100
+73078;44.06109;.2117;109;20220505;21.7;9.3;15.5;2.5;10.83;0;3.98;22066
+73078;44.06109;.2117;109;20220506;22;8.2;15.1;2.8;11.04;.1;3.94;21969
+73078;44.06109;.2117;109;20220507;23.4;10.3;16.8;2.6;12.67;.2;4.05;21920
+73078;44.06109;.2117;109;20220508;25.2;11.3;18.3;2.2;12.97;0;4.4;23416
+73078;44.06109;.2117;109;20220509;26.6;10.4;18.5;1.4;12.4;0;4.4;24522
+73078;44.06109;.2117;109;20220510;29.3;9.4;19.3;1.8;12.54;.1;5.06;26405
+73078;44.06109;.2117;109;20220511;30.6;11.2;20.9;1.9;14.84;0;5.22;26016
+73078;44.06109;.2117;109;20220512;21.5;13;17.3;1.7;15.3;0;2.9;15643
+73078;44.06109;.2117;109;20220513;25.6;14.1;19.9;1.5;16.34;0;3.78;19886
+73078;44.06109;.2117;109;20220514;29.2;12.5;20.9;2;16.3;0;4.8;24107
+73078;44.06109;.2117;109;20220515;29.3;14.3;21.8;2.7;16.97;5.5;4.96;22656
+73078;44.06109;.2117;109;20220516;29.1;14.3;21.7;1.7;16.8;0;4.76;24081
+73078;44.06109;.2117;109;20220517;31.8;15.2;23.5;2.3;16.17;0;5.64;24887
+73078;44.06109;.2117;109;20220518;32.2;14.7;23.5;2.1;16.64;1.7;5.6;25693
+73078;44.06109;.2117;109;20220519;28.4;17.4;22.9;2.7;19.24;.2;4.44;19600
+73078;44.06109;.2117;109;20220520;27.6;17.2;22.4;3;18.4;0;4.56;20267
+73078;44.06109;.2117;109;20220521;31.3;13.9;22.6;1.5;18.77;.1;4.98;24903
+73078;44.06109;.2117;109;20220522;31.2;17.5;24.4;2.8;20.24;.7;5.16;21894
+73078;44.06109;.2117;109;20220523;22.6;16.5;19.5;4.5;15.64;.6;3.7;14532
+73078;44.06109;.2117;109;20220524;18.7;12.2;15.4;2.5;13.27;2.2;2.83;15253
+73078;44.06109;.2117;109;20220525;20.1;7.3;13.7;2.1;11.6;.1;3.47;21357
+73078;44.06109;.2117;109;20220526;19.5;9.4;14.4;1.8;13.07;0;2.88;17270
+73078;44.06109;.2117;109;20220527;25.3;11.5;18.4;2.4;14;.2;4.73;25379
+73078;44.06109;.2117;109;20220528;26.9;10.5;18.7;2.5;12.47;0;5.25;26851
+73078;44.06109;.2117;109;20220529;24.8;10;17.4;2.6;9.37;0;5.24;26192
+73078;44.06109;.2117;109;20220530;25.6;7.7;16.7;1.9;9.27;0;5;27404
+73078;44.06109;.2117;109;20220531;27;13.5;20.2;2;11.57;.1;5.18;25196
+73078;44.06109;.2117;109;20220601;32.1;14.4;23.2;2.4;14.2;.3;6.12;26741
+73078;44.06109;.2117;109;20220602;27.8;17;22.4;2.2;18.9;.6;4.11;18870
+73078;44.06109;.2117;109;20220603;29.7;18;23.8;2.8;19.54;8.2;4.96;21332
+73078;44.06109;.2117;109;20220604;23.8;17.1;20.5;2.1;20.17;3.8;2.79;13789
+73078;44.06109;.2117;109;20220605;24.1;16.4;20.3;2.5;17.3;0;3.73;18088
+73078;44.06109;.2117;109;20220606;26.7;14.2;20.4;1.8;16.3;.8;4.37;22286
+73078;44.06109;.2117;109;20220607;24.6;16.2;20.4;1.9;15.9;2.1;3.72;17459
+73078;44.06109;.2117;109;20220608;20;14.3;17.1;2.3;16.44;3.2;2.5;13284
+73078;44.06109;.2117;109;20220609;23.5;11.3;17.4;1.8;14.41;.3;4.01;22433
+73078;44.06109;.2117;109;20220610;28.3;10.9;19.6;1.5;14.54;.1;5.04;27347
+73078;44.06109;.2117;109;20220611;31.7;13.1;22.4;1.4;16.04;.1;5.47;27629
+73078;44.06109;.2117;109;20220612;28.6;17.5;23.1;2.7;19.54;2.9;4.43;19238
+73078;44.06109;.2117;109;20220613;30.3;18.3;24.3;2.4;20.67;.1;5.09;22834
+73078;44.06109;.2117;109;20220614;35.7;17.9;26.8;2.1;20.77;0;6.24;26295
+73078;44.06109;.2117;109;20220615;34.2;19.9;27;2.3;21.67;0;6.05;25587
+73078;44.06109;.2117;109;20220616;36.3;18.7;27.5;1.7;19.07;0;6.37;27343
+73078;44.06109;.2117;109;20220617;37.5;19.1;28.3;1.6;19.17;0;6.45;27614
+73078;44.06109;.2117;109;20220618;39.3;19.8;29.6;3.4;18.5;0;8.34;28149
+73078;44.06109;.2117;109;20220619;31.6;19.1;25.3;3;20.14;6.7;5.65;23170
+73078;44.06109;.2117;109;20220620;29.6;17.6;23.6;2.6;19.34;1.4;5.07;22746
+73078;44.06109;.2117;109;20220621;28.4;19;23.7;2.2;20.2;4.2;4.24;18476
+73078;44.06109;.2117;109;20220622;26;18.5;22.3;2.4;19.2;1.5;4.15;19132
+73078;44.06109;.2117;109;20220623;27.8;16;21.9;2.2;18.5;12.3;4.36;20627
+73078;44.06109;.2117;109;20220624;25.1;16.4;20.8;2.3;16.64;.4;4.23;20610
+73078;44.06109;.2117;109;20220625;19.8;14.2;17;2.4;15.54;11.5;2.52;12539
+73078;44.06109;.2117;109;20220626;17;13.2;15.1;1.9;14.97;8.9;2.02;10821
+73078;44.06109;.2117;109;20220627;22;14.3;18.2;1.9;14.91;0;3.21;16609
+73078;44.06109;.2117;109;20220628;25.6;13.7;19.7;1.8;13.54;0;4.67;24051
+73078;44.06109;.2117;109;20220629;26.9;11.6;19.2;1.7;14.87;.7;4.66;24908
+73078;44.06109;.2117;109;20220630;16.4;14.3;15.4;2.2;14.9;1;1.69;7670
+73078;44.06109;.2117;109;20220701;23.8;8.9;16.4;1.5;12.54;0;4.34;25814
+73078;44.06109;.2117;109;20220702;30.5;10;20.3;1.6;13.4;0;5.59;29080
+73078;44.06109;.2117;109;20220703;29.3;15.1;22.2;2.4;16.24;1.1;5.33;24744
+73078;44.06109;.2117;109;20220704;27.3;15.2;21.2;2.7;17.64;.1;4.69;22661
+73078;44.06109;.2117;109;20220705;29.8;17;23.4;2.5;16.64;0;5.53;24826
+73078;44.06109;.2117;109;20220706;29.3;14.3;21.8;2.4;14.17;.1;5.54;24912
+73078;44.06109;.2117;109;20220707;29.2;14.6;21.9;2.7;15.37;0;5.6;25943
+73078;44.06109;.2117;109;20220708;29.9;15.2;22.5;2.4;15.5;0;5.66;26414
+73078;44.06109;.2117;109;20220709;32.2;13.6;22.9;1.9;14.5;0;6.01;28443
+73078;44.06109;.2117;109;20220710;33.2;14.4;23.8;1.8;14.8;0;6.11;28452
+73078;44.06109;.2117;109;20220711;35.4;15.2;25.3;1.4;16.1;0;6.12;28680
+73078;44.06109;.2117;109;20220712;36;17.2;26.6;1.7;15.8;0;6.46;28128
+73078;44.06109;.2117;109;20220713;36;14.8;25.4;1.2;13.57;0;6.03;28684
+73078;44.06109;.2117;109;20220714;37.1;15.9;26.5;1.6;15.54;0;6.54;28884
+73078;44.06109;.2117;109;20220715;35.8;17.8;26.8;2;15.9;0;6.52;27296
+73078;44.06109;.2117;109;20220716;37.2;16.5;26.9;1.7;15.7;0;6.54;28246
+73078;44.06109;.2117;109;20220717;38.2;16.4;27.3;1.9;14.84;0;6.87;28421
+73078;44.06109;.2117;109;20220718;39.3;20.3;29.8;3.8;15.04;0;8.79;27320
+73078;44.06109;.2117;109;20220719;32.5;21.7;27.1;3;19.9;0;5.58;19982
+73078;44.06109;.2117;109;20220720;29.4;20.2;24.8;3;16.84;0;5.18;19046
+73078;44.06109;.2117;109;20220721;32.1;15.9;24;1.8;16.74;0;5.56;25900
+73078;44.06109;.2117;109;20220722;28.9;19.3;24.1;3.6;18.07;.1;5.15;19482
+73078;44.06109;.2117;109;20220723;29.6;14.5;22;1.4;15.64;.1;4.94;25372
+73078;44.06109;.2117;109;20220724;37.1;14.6;25.8;1.7;16.6;0;6.36;28345
+73078;44.06109;.2117;109;20220725;29.9;20.7;25.3;3.7;18.7;.1;5.16;17646
+73078;44.06109;.2117;109;20220726;27.9;14.4;21.2;2.5;14.5;0;5.16;24717
+73078;44.06109;.2117;109;20220727;28.8;11.5;20.1;1.7;13.11;0;4.93;24641
+73078;44.06109;.2117;109;20220728;29.1;14.6;21.9;2.1;14.74;1;4.92;23069
+73078;44.06109;.2117;109;20220729;28.1;16.3;22.2;2;16.37;1;4.48;20437
+73078;44.06109;.2117;109;20220730;29.9;17.4;23.6;1.8;17.3;0;4.88;22703
+73078;44.06109;.2117;109;20220731;33.1;15.3;24.2;2.2;16.44;0;5.88;26098
+73078;44.06109;.2117;109;20220801;34.4;16.9;25.6;2.5;16.57;0;6.27;25800
+73078;44.06109;.2117;109;20220802;36;17;26.5;2.2;15.8;.1;6.38;26275
+73078;44.06109;.2117;109;20220803;37.7;16.9;27.3;1.5;15.74;.1;6.01;26184
+73078;44.06109;.2117;109;20220804;35.1;21.2;28.2;3.2;21.27;.2;6.2;22314
+73078;44.06109;.2117;109;20220805;32.1;19.5;25.8;3.4;19.34;0;5.69;21560
+73078;44.06109;.2117;109;20220806;33.5;17.9;25.7;2.7;16.6;0;6.04;23860
+73078;44.06109;.2117;109;20220807;33.8;16.3;25.1;2.1;12.24;0;6.08;25460
+73078;44.06109;.2117;109;20220808;35.4;13.9;24.7;1.6;11.8;0;5.78;26426
+73078;44.06109;.2117;109;20220809;36.4;15.3;25.9;1.6;12.9;0;5.92;26037
+73078;44.06109;.2117;109;20220810;37.6;15.1;26.4;1.5;12.04;0;5.79;25012
+73078;44.06109;.2117;109;20220811;39.3;18.4;28.9;2;15.84;0;6.53;25233
+73078;44.06109;.2117;109;20220812;39.1;21.9;30.5;2.7;19.47;0;6.84;23279
+73078;44.06109;.2117;109;20220813;34.4;20.9;27.7;2.6;21.24;1.8;5.45;20458
+73078;44.06109;.2117;109;20220814;26.6;20;23.3;2.3;20.3;2.1;3.36;14051
+73078;44.06109;.2117;109;20220815;28.8;15.6;22.2;2;16.4;0;4.24;19493
+73078;44.06109;.2117;109;20220816;27.5;14.8;21.2;1.7;17.24;17.2;3.47;16411
+73078;44.06109;.2117;109;20220817;25.5;15.5;20.5;2.5;17.64;.3;3.62;18123
+73078;44.06109;.2117;109;20220818;26.3;16;21.2;3.1;17.07;.9;4.02;18208
+73078;44.06109;.2117;109;20220819;27.3;15.2;21.2;2.3;16.94;.1;3.97;18838
+73078;44.06109;.2117;109;20220820;29.2;15.4;22.3;1.6;17.97;.1;4.16;21143
+73078;44.06109;.2117;109;20220821;28;17.2;22.6;1.9;17.8;.2;3.8;17333
+73078;44.06109;.2117;109;20220822;25.8;18.7;22.2;2.6;19.94;1.8;3.13;13224
+73078;44.06109;.2117;109;20220823;30.3;19.2;24.7;1.6;19.57;0;4.01;18344
+73078;44.06109;.2117;109;20220824;35.4;16.4;25.9;1.5;17.7;.7;4.97;22692
+73078;44.06109;.2117;109;20220825;30.1;20.9;25.5;3.4;21.6;0;4.27;15415
+73078;44.06109;.2117;109;20220826;30.4;19.7;25.1;2.4;19.87;.1;4.31;17662
+73078;44.06109;.2117;109;20220827;31.1;18;24.5;2;17.7;0;4.45;19528
+73078;44.06109;.2117;109;20220828;34.4;13.8;24.1;1.2;13.77;0;4.62;22951
+73078;44.06109;.2117;109;20220829;30.9;19.5;25.2;2.7;15.77;3.8;4.46;13974
+73078;44.06109;.2117;109;20220830;33.2;16.5;24.9;1.9;18.07;0;4.66;20700
+73078;44.06109;.2117;109;20220831;30.2;18.7;24.5;2.1;20;.2;3.77;15561
+73078;44.06109;.2117;109;20220901;29.7;18.5;24.1;2.1;18.97;12;3.87;16629
+73078;44.06109;.2117;109;20220902;26.5;17;21.7;2.2;18.2;.5;3.26;14890
+73078;44.06109;.2117;109;20220903;28.1;17.2;22.6;1.3;17.9;0;3.25;15934
+73078;44.06109;.2117;109;20220904;33.3;16;24.7;2.1;18.04;.1;4.59;19478
+73078;44.06109;.2117;109;20220905;34.4;18.7;26.6;2.4;19.87;2.2;4.88;19458
+73078;44.06109;.2117;109;20220906;32;18.6;25.3;2.3;17.84;0;4.48;18034
+73078;44.06109;.2117;109;20220907;27.9;16;22;1.7;15.1;0;3.46;15718
+73078;44.06109;.2117;109;20220908;26.5;12.8;19.7;1.8;14.8;1.4;3.31;16868
+73078;44.06109;.2117;109;20220909;25.9;15.9;20.9;2.3;15.64;1.6;3.33;14746
+73078;44.06109;.2117;109;20220910;27.5;11.2;19.3;1.5;13.84;0;3.47;19095
+73078;44.06109;.2117;109;20220911;32.8;14.7;23.8;2.3;13.9;0;4.8;19575
+73078;44.06109;.2117;109;20220912;36;19.4;27.7;3.9;17.9;.4;6.12;18328
+73078;44.06109;.2117;109;20220913;32.5;21.6;27.1;3;21.37;.9;4.12;12763
+73078;44.06109;.2117;109;20220914;30.8;18.6;24.7;2;17.84;.6;3.8;15753
+73078;44.06109;.2117;109;20220915;29;15.3;22.2;2.2;16.47;.1;3.7;16809
+73078;44.06109;.2117;109;20220916;26;16.1;21;2.8;15.57;0;3.49;14989
+73078;44.06109;.2117;109;20220917;22.2;10.2;16.2;2.1;9.3;0;3.2;16543
+73078;44.06109;.2117;109;20220918;25;6.8;15.9;1.6;7.54;0;3.32;18500
+73078;44.06109;.2117;109;20220919;27;6;16.5;1.5;7.64;0;3.44;19218
+73078;44.06109;.2117;109;20220920;25.3;6;15.6;1.5;8.57;0;3.2;18787
+73078;44.06109;.2117;109;20220921;25.4;6.4;15.9;1.5;9.14;0;3.12;18369
+73078;44.06109;.2117;109;20220922;27.1;8.5;17.8;1.7;10.7;0;3.32;17578
+73078;44.06109;.2117;109;20220923;22.6;9.1;15.8;1.3;12.34;2.4;2.13;11940
+73078;44.06109;.2117;109;20220924;17.3;12.6;14.9;1.9;15.34;3.9;1.21;6693
+73078;44.06109;.2117;109;20220925;20.4;10.8;15.6;2.1;12.3;.1;2.31;13171
+73078;44.06109;.2117;109;20220926;20.5;6.8;13.6;2.6;11.5;4.1;2.32;13273
+73078;44.06109;.2117;109;20220927;18.7;12.9;15.8;3.6;14.6;5.3;1.83;8843
+73078;44.06109;.2117;109;20220928;19.1;14.7;16.9;4.8;16.3;7.8;1.75;7896
+73078;44.06109;.2117;109;20220929;16.2;13;14.6;3.1;14.07;6.1;1.39;6749
+73078;44.06109;.2117;109;20220930;19.1;9.2;14.1;2.1;11.34;.1;2.15;13140
+73078;44.06109;.2117;109;20221001;22.1;10.6;16.3;3;13.54;.1;2.34;11013
+73078;44.06109;.2117;109;20221002;23.7;11.1;17.4;1.1;15.24;.2;1.97;12459
+73078;44.06109;.2117;109;20221003;24.7;12.5;18.6;1.1;14.77;0;2.18;13223
+73078;44.06109;.2117;109;20221004;25.9;8.7;17.3;.9;12.77;.1;2.22;15055
+73078;44.06109;.2117;109;20221005;27.7;9.6;18.6;2.6;13.67;0;3.17;15132
+73078;44.06109;.2117;109;20221006;21.6;15.6;18.6;1.4;16.14;0;1.61;7506
+73078;44.06109;.2117;109;20221007;25.4;11.5;18.4;2;14.7;.1;2.46;12939
+73078;44.06109;.2117;109;20221008;22;13.6;17.8;1.7;16.74;3.1;1.62;8849
+73078;44.06109;.2117;109;20221009;26.8;12;19.4;2.6;14.67;.1;2.87;13302
+73078;44.06109;.2117;109;20221010;24;13.5;18.7;2.5;15.2;0;2.29;10020
+73078;44.06109;.2117;109;20221011;22.6;15.3;19;1.3;16.54;0;1.64;8384
+73078;44.06109;.2117;109;20221012;23.3;13.9;18.6;1.4;15.67;.8;1.77;9840
+73078;44.06109;.2117;109;20221013;21.8;11.7;16.8;2;15.17;.6;1.65;8852
+73078;44.06109;.2117;109;20221014;21.1;17.1;19.1;3.1;17.64;.5;1.62;5587
+73078;44.06109;.2117;109;20221015;27.6;12.8;20.2;1.9;15.1;0;2.54;12527
+73078;44.06109;.2117;109;20221016;28.3;14.8;21.5;3.8;17.14;.1;3.19;11378
+73078;44.06109;.2117;109;20221017;26.8;17.9;22.4;2.9;19;.1;2.38;7976
+73078;44.06109;.2117;109;20221018;29.4;17.5;23.5;4.7;18.4;.1;3.69;10785
+73078;44.06109;.2117;109;20221019;27;16.6;21.8;4.4;18.14;1.4;2.93;8544
+73078;44.06109;.2117;109;20221020;25.2;16;20.6;3.5;17.04;.8;2.33;7200
+73078;44.06109;.2117;109;20221021;21.3;15.1;18.2;2;15.8;2.1;1.55;6005
+73078;44.06109;.2117;109;20221022;26.1;11.8;19;2.8;14.34;.1;2.53;10887
+73078;44.06109;.2117;109;20221023;26.3;15.2;20.8;2.2;14.1;0;2.3;7188
+73078;44.06109;.2117;109;20221024;24.5;11.7;18.1;1.7;11.67;0;2.06;9464
+73078;44.06109;.2117;109;20221025;24.7;11;17.9;2.6;12.94;.1;2.27;8697
+73078;44.06109;.2117;109;20221026;25.8;11.4;18.6;2.9;15;.2;2.27;9159
+73078;44.06109;.2117;109;20221027;24.4;15.5;19.9;5.3;16.9;.1;2.54;6309
+73078;44.06109;.2117;109;20221028;26.7;17.3;22;4.3;16.97;0;2.98;7462
+73078;44.06109;.2117;109;20221029;25.9;16.4;21.1;4.3;15.84;.1;2.94;7413
+73078;44.06109;.2117;109;20221030;23.9;12.8;18.3;1.9;14.7;.1;1.66;7820
+73078;44.06109;.2117;109;20221031;22;11.5;16.7;2.9;14.94;1.7;1.6;6921
+73078;44.06109;.2117;109;20221101;20.7;13.7;17.2;1.9;13.84;.1;1.46;6373
+73078;44.06109;.2117;109;20221102;20.2;8.3;14.2;1.9;11.47;.1;1.43;8369
+73078;44.06109;.2117;109;20221103;21.3;9.8;15.5;3.9;12.04;4.6;2.19;6088
+73078;44.06109;.2117;109;20221104;15.2;10.8;13;4.8;11.27;4.2;1.56;5102
+73078;44.06109;.2117;109;20221105;17.1;6.2;11.7;1.2;9.67;0;1.02;7553
+73078;44.06109;.2117;109;20221106;18.8;4.7;11.8;2.7;9.5;.3;1.6;8416
+73078;44.06109;.2117;109;20221107;20.2;5.4;12.8;2.8;10.54;.1;1.65;8872
+73078;44.06109;.2117;109;20221108;18.6;11.2;14.9;4;13.4;0;1.45;4803
+73078;44.06109;.2117;109;20221109;16.1;12.9;14.5;1.9;13.87;2.9;.87;3016
+73078;44.06109;.2117;109;20221110;14.5;7.4;10.9;1.6;11.14;.1;.75;4849
+73078;44.06109;.2117;109;20221111;19;4.6;11.8;1.8;11.17;.1;1.06;7707
+73078;44.06109;.2117;109;20221112;22;10.3;16.1;2.9;13.4;.1;1.6;7366
+73078;44.06109;.2117;109;20221113;21.4;7;14.2;1.9;11.37;.1;1.28;7955
+73078;44.06109;.2117;109;20221114;14;9.9;11.9;2.9;12.47;2.9;.73;2411
+73078;44.06109;.2117;109;20221115;16.2;10.4;13.3;2.9;13.34;5.6;.85;3869
+73078;44.06109;.2117;109;20221116;18.8;10.1;14.4;2.9;12.17;.3;1.35;6347
+73078;44.06109;.2117;109;20221117;18;13.1;15.5;3.6;13.37;4.2;1.41;4325
+73078;44.06109;.2117;109;20221118;12.1;8.6;10.4;3;11.2;2.4;.68;3401
+73078;44.06109;.2117;109;20221119;11.6;7.8;9.7;2.7;10;.5;.77;3719
+73078;44.06109;.2117;109;20221120;13.9;3;8.5;2.5;9.87;3.7;.69;5454
+73078;44.06109;.2117;109;20221121;14.2;8.5;11.3;3.7;11.2;24.1;.94;2857
+73078;44.06109;.2117;109;20221122;9.3;6.7;8;4.4;9.9;19.4;.53;2509
+73078;44.06109;.2117;109;20221123;16.8;8.7;12.8;3.8;12;4.8;1.11;4895
+73078;44.06109;.2117;109;20221124;13.6;6.3;9.9;2.5;10.24;3;.75;4050
+73078;44.06109;.2117;109;20221125;13.1;6.4;9.7;2.4;10.47;7;.66;4013
+73078;44.06109;.2117;109;20221126;10.9;3;6.9;1.8;8.9;0;.49;4158
+73078;44.06109;.2117;109;20221127;12.1;3;7.5;3.1;9.07;7.5;.68;5030
+73078;44.06109;.2117;109;20221128;13;8.3;10.6;3.7;11.14;4.5;.73;3776
+73078;44.06109;.2117;109;20221129;12.2;6.6;9.4;1.9;10.04;.1;.61;3476
+73078;44.06109;.2117;109;20221130;5.2;.8;3;.9;7.47;0;.3;2498
+73078;44.06109;.2117;109;20221201;5.9;1.4;3.7;.7;7.57;0;.32;2551
+73078;44.06109;.2117;109;20221202;6.8;3.6;5.2;1;7.97;.1;.41;1980
+73078;44.06109;.2117;109;20221203;7.2;2.4;4.8;1.2;7.9;1.6;.38;3062
+73078;44.06109;.2117;109;20221204;10.1;1.5;5.8;1.3;7.47;0;.49;4668
+73078;44.06109;.2117;109;20221205;10;.7;5.3;2.6;7.17;0;.66;5161
+73078;44.06109;.2117;109;20221206;10.7;5.3;8;1.9;8.1;0;.74;3219
+73078;44.06109;.2117;109;20221207;12.3;5.6;8.9;1.2;8.27;0;.6;4716
+73078;44.06109;.2117;109;20221208;8.7;2.9;5.8;2.3;8.34;6.7;.45;2823
+73078;44.06109;.2117;109;20221209;9.1;6.9;8;1.9;9.74;.9;.49;1380
+73078;44.06109;.2117;109;20221210;4;-.2;1.9;3.2;5.5;0;.62;3257
+73078;44.06109;.2117;109;20221211;4.6;-4.5;0;1.9;4.77;.1;.46;4768
+73078;44.06109;.2117;109;20221212;4.1;-3.9;.1;2.7;6.17;5.7;.23;3082
+73078;44.06109;.2117;109;20221213;13.1;4.1;8.6;4.3;12.07;6.7;.1;3246
+73078;44.06109;.2117;109;20221214;16.8;9.2;13;2.8;12.54;1.8;.8;3870
+73078;44.06109;.2117;109;20221215;12.8;9.5;11.2;2.4;11.9;3.4;.55;2193
+73078;44.06109;.2117;109;20221216;8.1;7.9;8;2.1;9.77;3.1;.53;533
+73078;44.06109;.2117;109;20221217;7.8;-1.8;3;1.5;6.47;.1;.38;4878
+73078;44.06109;.2117;109;20221218;12.1;3.3;7.7;4.6;8.8;0;.83;4848
+73078;44.06109;.2117;109;20221219;15.3;7.9;11.6;4.4;11.04;.1;1.04;4106
+73078;44.06109;.2117;109;20221220;14;10.4;12.2;4;12.3;4.8;.85;1482
+73078;44.06109;.2117;109;20221221;17.9;10.6;14.2;2.1;12.44;.9;.89;4294
+73078;44.06109;.2117;109;20221222;17.2;8.1;12.6;2.6;12.34;1.7;.8;3830
+73078;44.06109;.2117;109;20221223;18.2;10.3;14.2;1.8;13.04;.1;.74;4269
+73078;44.06109;.2117;109;20221224;17.6;8.2;12.9;2;11.77;.1;.75;4721
+73078;44.06109;.2117;109;20221225;17.5;5.3;11.4;3;10.4;0;1;5454
+73078;44.06109;.2117;109;20221226;16.7;7.9;12.3;2.2;11.54;2;.8;4143
+73078;44.06109;.2117;109;20221227;14.1;10.3;12.2;1;12.24;.2;.5;2693
+73078;44.06109;.2117;109;20221228;16.2;6.8;11.5;2.5;10.64;0;.83;4664
+73078;44.06109;.2117;109;20221229;13.8;8.6;11.2;2.8;10.97;4.8;.8;2695
+73078;44.06109;.2117;109;20221230;17.5;9.1;13.3;3.7;11.77;1.1;1.18;4117
+73078;44.06109;.2117;109;20221231;18.2;9.2;13.7;4;12.07;0;1.26;4824
+73079;44.09003;.52115;125;20220101;15.5;4.7;10.1;2.9;9.95;0;.89;5800
+73079;44.09003;.52115;125;20220102;14.7;6.4;10.5;2.4;10.15;.1;.82;4492
+73079;44.09003;.52115;125;20220103;12.3;5.7;9;3.6;10.8;.1;.56;3283
+73079;44.09003;.52115;125;20220104;17.6;7.5;12.6;4.5;10.25;4.7;1.68;5280
+73079;44.09003;.52115;125;20220105;7.5;2.6;5;2.4;7.4;0;.55;3572
+73079;44.09003;.52115;125;20220106;7.4;-1.1;3.1;1.3;5.3;.1;.53;5607
+73079;44.09003;.52115;125;20220107;10.4;-2.5;3.9;3.1;7.2;3.1;.63;5129
+73079;44.09003;.52115;125;20220108;10.4;6.2;8.3;5.5;10.33;3.5;.45;2887
+73079;44.09003;.52115;125;20220109;9.6;8.2;8.9;4.2;10.6;24.4;.55;1191
+73079;44.09003;.52115;125;20220110;11.9;8.6;10.3;2.7;11.5;8.7;.55;1578
+73079;44.09003;.52115;125;20220111;8.1;4.1;6.1;1.7;8.45;.1;.44;3951
+73079;44.09003;.52115;125;20220112;6.6;-1.7;2.4;1.8;6;0;.46;6361
+73079;44.09003;.52115;125;20220113;1.9;-3.5;-.8;2.1;5.95;0;.2;2560
+73079;44.09003;.52115;125;20220114;6.7;-1.9;2.4;1.6;5.95;0;.49;5665
+73079;44.09003;.52115;125;20220115;5.2;-4.1;.5;1.6;5.7;.1;.41;4933
+73079;44.09003;.52115;125;20220116;4.4;-2;1.2;1.6;5.95;.1;.4;3761
+73079;44.09003;.52115;125;20220117;1.9;-1.3;.3;.8;6.3;.2;.28;2499
+73079;44.09003;.52115;125;20220118;2.5;.9;1.7;1.4;7.05;.1;.28;1154
+73079;44.09003;.52115;125;20220119;6.6;2;4.3;2.5;8.1;2.1;.36;3258
+73079;44.09003;.52115;125;20220120;7.3;4.4;5.9;2.4;8.25;1.2;.55;2435
+73079;44.09003;.52115;125;20220121;6.2;-.5;2.8;2.7;5.7;.1;.72;5886
+73079;44.09003;.52115;125;20220122;7;-3.3;1.9;1;5.15;0;.48;7090
+73079;44.09003;.52115;125;20220123;9.9;-3.3;3.3;1.1;5.75;0;.52;7723
+73079;44.09003;.52115;125;20220124;11.9;-.7;5.6;2.4;6.75;0;.97;7576
+73079;44.09003;.52115;125;20220125;10.8;-1.6;4.6;1.3;6.75;0;.63;7132
+73079;44.09003;.52115;125;20220126;9.4;-2.9;3.3;1.1;6.5;0;.53;6580
+73079;44.09003;.52115;125;20220127;.6;-3.7;-1.5;1.2;5.7;.1;.26;3275
+73079;44.09003;.52115;125;20220128;1.4;-2;-.3;1.3;5.95;0;.31;3233
+73079;44.09003;.52115;125;20220129;1.1;-.4;.3;1;6.15;0;.33;1961
+73079;44.09003;.52115;125;20220130;4;-.4;1.8;2;7;.1;.32;2988
+73079;44.09003;.52115;125;20220131;8.9;2.8;5.8;4.1;8.6;1.1;.58;4125
+73079;44.09003;.52115;125;20220201;8.9;1.2;5;3.6;8.2;.1;.58;5338
+73079;44.09003;.52115;125;20220202;9.5;7.2;8.3;2.8;10.5;0;.48;2532
+73079;44.09003;.52115;125;20220203;9.5;3.4;6.5;2.8;9.45;.1;.48;3637
+73079;44.09003;.52115;125;20220204;11.9;6.7;9.3;2.4;10.7;1.1;.66;3237
+73079;44.09003;.52115;125;20220205;10.9;6.2;8.5;2.9;8.2;0;1.13;6602
+73079;44.09003;.52115;125;20220206;10.1;-.6;4.7;3.4;7.8;.4;.75;5761
+73079;44.09003;.52115;125;20220207;12.4;8;10.2;3.4;10.23;.8;1.03;4355
+73079;44.09003;.52115;125;20220208;13.4;1.5;7.5;1.9;7.33;0;1.11;8455
+73079;44.09003;.52115;125;20220209;16.5;1.9;9.2;4;7.9;0;1.95;10170
+73079;44.09003;.52115;125;20220210;11.9;3.9;7.9;1.7;8.84;.5;1.19;11000
+73079;44.09003;.52115;125;20220211;12.6;7.4;10;1.7;9.14;.1;1.06;6300
+73079;44.09003;.52115;125;20220212;13.5;-1.2;6.2;1.7;6.7;0;1.08;9728
+73079;44.09003;.52115;125;20220213;17.4;2;9.7;3.1;9.24;1.4;1.62;11250
+73079;44.09003;.52115;125;20220214;10.8;8.3;9.5;4.1;9.74;5.2;1.17;6450
+73079;44.09003;.52115;125;20220215;10.4;4.1;7.3;3.4;9.58;3.1;.74;5100
+73079;44.09003;.52115;125;20220216;14;8.5;11.2;5.3;11.85;2.3;1.05;5758
+73079;44.09003;.52115;125;20220217;13.9;11.4;12.6;3.9;13.3;.6;.84;3613
+73079;44.09003;.52115;125;20220218;17;7.4;12.2;3.1;11.25;0;1.48;7819
+73079;44.09003;.52115;125;20220219;12.1;7.9;10;2.2;8.5;0;1.36;8184
+73079;44.09003;.52115;125;20220220;13.3;2.8;8.1;3.4;9.85;1.3;.95;6339
+73079;44.09003;.52115;125;20220221;12.9;9.6;11.2;6;9.9;.7;1.77;6123
+73079;44.09003;.52115;125;20220222;15.6;7.9;11.7;2.5;9.75;0;1.64;10216
+73079;44.09003;.52115;125;20220223;15.9;5.1;10.5;1.6;9.45;0;1.42;11302
+73079;44.09003;.52115;125;20220224;14.8;5.4;10.1;2.9;9.85;.3;1.35;7176
+73079;44.09003;.52115;125;20220225;11.7;3.6;7.7;2.6;6.8;0;1.59;10890
+73079;44.09003;.52115;125;20220226;13.9;-.2;6.8;3;5.6;0;2.07;13162
+73079;44.09003;.52115;125;20220227;15.7;1.3;8.5;2.5;7.65;0;1.78;11120
+73079;44.09003;.52115;125;20220228;18;3.5;10.8;1.6;8.55;0;1.8;13056
+73079;44.09003;.52115;125;20220301;17.5;2.4;9.9;3.5;8.35;0;2.24;13129
+73079;44.09003;.52115;125;20220302;13.2;6.2;9.7;3.5;9.9;.7;1.24;5580
+73079;44.09003;.52115;125;20220303;15.9;5.5;10.7;2;10.25;0;1.48;10102
+73079;44.09003;.52115;125;20220304;9.4;8.2;8.8;4.1;10.6;4.7;.59;1050
+73079;44.09003;.52115;125;20220305;10.3;6.5;8.4;2.8;8.9;0;1.16;6498
+73079;44.09003;.52115;125;20220306;12.1;5.4;8.7;1.9;7.65;.1;1.53;10739
+73079;44.09003;.52115;125;20220307;11.7;-1.5;5.1;2.4;6.75;0;1.54;14165
+73079;44.09003;.52115;125;20220308;12.9;2.8;7.9;2.9;8.75;.6;1.34;8704
+73079;44.09003;.52115;125;20220309;16.2;3.3;9.7;4.2;9.55;.1;2;13192
+73079;44.09003;.52115;125;20220310;15.2;8.7;11.9;4.5;10.8;.9;1.79;7988
+73079;44.09003;.52115;125;20220311;15;8.6;11.8;4.1;10.75;10.7;1.63;6407
+73079;44.09003;.52115;125;20220312;12.6;7.4;10;3.4;10.1;1.7;1.34;7313
+73079;44.09003;.52115;125;20220313;12.3;7.2;9.8;4.5;9.5;5;1.56;7379
+73079;44.09003;.52115;125;20220314;14.7;3.5;9.1;6.1;9.85;0;1.63;8762
+73079;44.09003;.52115;125;20220315;17;12.6;14.8;8.1;12.17;0;2.59;7466
+73079;44.09003;.52115;125;20220316;16.4;11.3;13.8;4.2;12.45;.8;1.75;6745
+73079;44.09003;.52115;125;20220317;13.5;11.4;12.4;3.6;11.7;1.5;1.33;4341
+73079;44.09003;.52115;125;20220318;13.3;7.7;10.5;1.5;9.74;0;1.4;7900
+73079;44.09003;.52115;125;20220319;17.2;4.8;11;3.8;9.24;0;2.65;17000
+73079;44.09003;.52115;125;20220320;17.6;6.5;12;3.4;10.14;0;2.25;11150
+73079;44.09003;.52115;125;20220321;18;8.8;13.4;5.9;9.69;0;3.48;17900
+73079;44.09003;.52115;125;20220322;17.6;7.2;12.4;5.5;7.49;0;3.79;17650
+73079;44.09003;.52115;125;20220323;17.7;4;10.9;3.6;7.54;0;3.22;19800
+73079;44.09003;.52115;125;20220324;18.4;.5;9.5;2.2;7.69;0;2.74;20000
+73079;44.09003;.52115;125;20220325;19.3;2.8;11;2.3;7.44;0;2.91;17000
+73079;44.09003;.52115;125;20220326;19.8;2.1;10.9;2.9;6.69;0;3.46;19950
+73079;44.09003;.52115;125;20220327;21.9;2.5;12.2;2.6;7.64;0;3.48;19100
+73079;44.09003;.52115;125;20220328;21.8;2.7;12.3;1.9;8.19;0;2.85;15300
+73079;44.09003;.52115;125;20220329;18.3;4.5;11.4;1.6;10.34;4.3;1.85;10350
+73079;44.09003;.52115;125;20220330;14.2;9.8;12;2.5;11.69;2.8;1.31;5450
+73079;44.09003;.52115;125;20220331;14.3;8.9;11.6;4.3;9.59;3.7;2.52;14100
+73079;44.09003;.52115;125;20220401;9.6;1.1;5.4;5.8;5.64;.2;2.42;15650
+73079;44.09003;.52115;125;20220402;9.5;2;5.7;4.2;5.19;0;2.42;14300
+73079;44.09003;.52115;125;20220403;7.1;-2.8;2.1;2;5.11;0;1.6;14954
+73079;44.09003;.52115;125;20220404;12.2;-1.9;5.1;1.8;5.06;0;2.34;20038
+73079;44.09003;.52115;125;20220405;15.7;-2.8;6.4;1.6;6.55;0;2.4;19601
+73079;44.09003;.52115;125;20220406;12.8;6.1;9.4;2.6;10.24;.2;1.19;5700
+73079;44.09003;.52115;125;20220407;19.4;8.7;14.1;4.6;11.39;5.5;3.05;14850
+73079;44.09003;.52115;125;20220408;20.7;9.5;15.1;4.1;11.44;1;3.13;12400
+73079;44.09003;.52115;125;20220409;15.6;7.6;11.6;2.4;8.44;.3;2.88;18400
+73079;44.09003;.52115;125;20220410;19.5;-.7;9.4;2.9;7.39;0;3.55;23650
+73079;44.09003;.52115;125;20220411;20.7;8.5;14.6;6.4;11.09;0;4.06;19800
+73079;44.09003;.52115;125;20220412;18.7;12;15.3;5.2;11.89;4.6;2.93;9900
+73079;44.09003;.52115;125;20220413;14.7;11.5;13.1;1.8;13.19;2.6;1.18;4950
+73079;44.09003;.52115;125;20220414;22.2;7.7;15;1.3;12.39;0;3.31;22250
+73079;44.09003;.52115;125;20220415;23.4;8.8;16.1;2;13.44;.1;3.15;17650
+73079;44.09003;.52115;125;20220416;23.9;8.7;16.3;2.7;12.54;0;3.98;22600
+73079;44.09003;.52115;125;20220417;22.7;7.8;15.2;2.5;11.79;0;3.8;22500
+73079;44.09003;.52115;125;20220418;18.9;11;15;2.4;11.69;0;2.62;12600
+73079;44.09003;.52115;125;20220419;13.4;8.9;11.2;2.4;11.84;12.1;1.11;4650
+73079;44.09003;.52115;125;20220420;14;8.6;11.3;2.2;11.24;5.4;1.47;7250
+73079;44.09003;.52115;125;20220421;16.4;9;12.7;2.1;12.19;0;1.59;7450
+73079;44.09003;.52115;125;20220422;19.3;10.4;14.8;2;12.64;0;2.86;17300
+73079;44.09003;.52115;125;20220423;12.3;9.4;10.9;2.4;11.74;8.3;1.01;3950
+73079;44.09003;.52115;125;20220424;17.1;9.4;13.2;4;11.94;.7;2.22;10050
+73079;44.09003;.52115;125;20220425;19.4;4.3;11.8;1.3;10.64;.1;2.99;21150
+73079;44.09003;.52115;125;20220426;22.9;4.4;13.7;1.8;10.99;0;3.89;25600
+73079;44.09003;.52115;125;20220427;22.2;8.5;15.3;1.7;13.19;0;2.88;15950
+73079;44.09003;.52115;125;20220428;19;13;16;2.1;14.59;0;1.89;8050
+73079;44.09003;.52115;125;20220429;21.4;9.2;15.3;2.1;13.94;0;3.13;19200
+73079;44.09003;.52115;125;20220430;22.2;11.4;16.8;2.5;13.24;0;3.76;21100
+73079;44.09003;.52115;125;20220501;21.2;10.7;15.9;2.1;12.29;0;3.54;20300
+73079;44.09003;.52115;125;20220502;20.5;12;16.3;2;12.49;0;3.12;16200
+73079;44.09003;.52115;125;20220503;21.1;11.6;16.3;1.9;13.14;1.3;2.93;14950
+73079;44.09003;.52115;125;20220504;21.3;11.4;16.3;2.2;12.74;.5;3.06;14950
+73079;44.09003;.52115;125;20220505;21.7;9.7;15.7;2.8;10.89;0;4.21;23200
+73079;44.09003;.52115;125;20220506;22.1;8.4;15.3;3;11.05;0;4.06;22129
+73079;44.09003;.52115;125;20220507;23.6;10.1;16.8;3;12.45;.1;4.28;22586
+73079;44.09003;.52115;125;20220508;25;11;18;2.4;12.75;0;4.53;24274
+73079;44.09003;.52115;125;20220509;26.8;10.2;18.5;1.5;12.4;0;4.53;24963
+73079;44.09003;.52115;125;20220510;29.3;10.3;19.8;2.1;12.65;.1;5.22;25766
+73079;44.09003;.52115;125;20220511;31.4;10.5;21;2.1;14.75;.4;5.48;26640
+73079;44.09003;.52115;125;20220512;22;13.5;17.7;1.9;15.4;0;2.92;14853
+73079;44.09003;.52115;125;20220513;25.8;14.1;20;1.7;16.55;0;3.84;19838
+73079;44.09003;.52115;125;20220514;29.1;13.4;21.2;2.1;16.45;0;4.77;23024
+73079;44.09003;.52115;125;20220515;29.1;15.5;22.3;3.1;16.9;6.6;5;21200
+73079;44.09003;.52115;125;20220516;29.1;14.9;22;1.9;17.1;0;4.88;24063
+73079;44.09003;.52115;125;20220517;32;15.7;23.9;2.5;16.4;0;5.79;24600
+73079;44.09003;.52115;125;20220518;32;15.7;23.8;2.1;16.7;2;5.54;24871
+73079;44.09003;.52115;125;20220519;29;17.5;23.2;2.8;19.45;.1;4.58;19757
+73079;44.09003;.52115;125;20220520;28.4;17;22.7;3.2;18.4;0;4.86;21242
+73079;44.09003;.52115;125;20220521;31.4;15;23.2;1.8;19.15;0;4.99;23762
+73079;44.09003;.52115;125;20220522;31.2;17.7;24.4;3;20.1;1.2;5.14;21147
+73079;44.09003;.52115;125;20220523;22.8;16.6;19.7;4.5;15.65;.6;3.79;14383
+73079;44.09003;.52115;125;20220524;18.7;12.3;15.5;2.6;13.35;1.9;2.82;14866
+73079;44.09003;.52115;125;20220525;20.7;8.3;14.5;2.5;11.85;0;3.53;20364
+73079;44.09003;.52115;125;20220526;19.3;10;14.7;2.1;13.25;0;2.71;15300
+73079;44.09003;.52115;125;20220527;24.9;13.9;19.4;2.9;14.5;.1;4.83;24572
+73079;44.09003;.52115;125;20220528;26.6;11.6;19.1;2.7;12.65;0;5.32;26478
+73079;44.09003;.52115;125;20220529;24.3;11.2;17.8;2.8;9.25;0;5.33;25877
+73079;44.09003;.52115;125;20220530;25.2;8.9;17;2;9.3;0;5.02;26609
+73079;44.09003;.52115;125;20220531;26.7;14.1;20.4;2.2;11.25;0;5.35;25550
+73079;44.09003;.52115;125;20220601;32.4;14.5;23.5;2.2;14.1;.2;6.1;26648
+73079;44.09003;.52115;125;20220602;27.9;17.2;22.5;2;18.95;2.7;3.97;17915
+73079;44.09003;.52115;125;20220603;30;17.9;24;2.5;19.35;8.4;5;21437
+73079;44.09003;.52115;125;20220604;24.2;16.8;20.5;1.9;20.35;5.8;2.7;13040
+73079;44.09003;.52115;125;20220605;24.1;16.5;20.3;2.6;17.4;0;3.78;18272
+73079;44.09003;.52115;125;20220606;26.6;14.3;20.5;1.8;16.4;.2;4.33;21895
+73079;44.09003;.52115;125;20220607;24.7;16.4;20.5;2;15.75;1.7;3.75;17006
+73079;44.09003;.52115;125;20220608;20.4;14.4;17.4;2.5;16.35;3.9;2.53;12651
+73079;44.09003;.52115;125;20220609;23.2;11.5;17.3;2.1;14.4;.4;3.9;21586
+73079;44.09003;.52115;125;20220610;28.2;11.9;20;1.4;14.6;.1;4.97;26656
+73079;44.09003;.52115;125;20220611;31.7;13.8;22.7;1.4;15.7;0;5.42;26762
+73079;44.09003;.52115;125;20220612;28.6;17.5;23.1;2.6;19.45;3.3;4.3;18109
+73079;44.09003;.52115;125;20220613;30.7;18.2;24.4;2.3;20.55;0;5.23;23494
+73079;44.09003;.52115;125;20220614;35.6;18.5;27.1;2.3;20.2;0;6.32;25257
+73079;44.09003;.52115;125;20220615;34.6;20.1;27.3;2.1;21.1;0;6.23;26364
+73079;44.09003;.52115;125;20220616;36.3;19.9;28.1;1.9;18.55;0;6.49;26504
+73079;44.09003;.52115;125;20220617;37.7;19.6;28.6;1.5;18.4;0;6.41;27057
+73079;44.09003;.52115;125;20220618;39;20.5;29.7;3.7;17.85;0;8.47;26995
+73079;44.09003;.52115;125;20220619;31.7;19.1;25.4;3.1;20.15;0;5.79;23327
+73079;44.09003;.52115;125;20220620;29.9;17.6;23.7;2.6;19.55;0;5.2;23278
+73079;44.09003;.52115;125;20220621;28.3;19;23.7;2.3;20.2;3.5;4.18;17762
+73079;44.09003;.52115;125;20220622;27.3;19.1;23.2;2.5;19.3;1.1;4.56;20534
+73079;44.09003;.52115;125;20220623;27.6;16.4;22;2.5;18.7;20.5;4.28;19418
+73079;44.09003;.52115;125;20220624;25.1;16.7;20.9;2.4;16.6;.6;4.38;21189
+73079;44.09003;.52115;125;20220625;20.4;14.6;17.5;2.6;15.7;7.2;2.49;11264
+73079;44.09003;.52115;125;20220626;17.3;13.3;15.3;2.5;15.3;4.3;1.89;9952
+73079;44.09003;.52115;125;20220627;22.6;14.4;18.5;2.8;14.95;0;3.83;18969
+73079;44.09003;.52115;125;20220628;25.4;13.8;19.6;2.1;13.2;0;4.9;24728
+73079;44.09003;.52115;125;20220629;27.1;12.5;19.8;1.9;14.9;.2;4.72;24117
+73079;44.09003;.52115;125;20220630;16.6;14.4;15.5;2.6;14.75;.5;1.75;7473
+73079;44.09003;.52115;125;20220701;23.6;10;16.8;1.6;12.75;0;4.35;25259
+73079;44.09003;.52115;125;20220702;30.6;11;20.8;1.7;13;0;5.66;28243
+73079;44.09003;.52115;125;20220703;29.1;15.9;22.5;2.7;16.15;1.8;5.44;24264
+73079;44.09003;.52115;125;20220704;27.6;15.5;21.6;3;17.6;.5;4.87;22768
+73079;44.09003;.52115;125;20220705;29.5;16.8;23.2;2.6;16.35;0;5.74;25750
+73079;44.09003;.52115;125;20220706;29.3;15.7;22.5;2.7;13.9;0;5.67;23879
+73079;44.09003;.52115;125;20220707;29.1;14.5;21.8;2.8;15.15;0;5.76;26569
+73079;44.09003;.52115;125;20220708;29.3;15.2;22.2;2.7;15.25;0;5.85;27084
+73079;44.09003;.52115;125;20220709;31.7;14.7;23.2;2.1;14.3;0;6.06;27672
+73079;44.09003;.52115;125;20220710;32.6;15.6;24.1;2;14.65;0;6.15;27610
+73079;44.09003;.52115;125;20220711;35;16.5;25.8;1.5;16.05;0;6.09;27581
+73079;44.09003;.52115;125;20220712;35.5;18.4;26.9;2;15.6;0;6.61;27225
+73079;44.09003;.52115;125;20220713;35.7;16.7;26.2;1.4;13.05;0;6.14;27655
+73079;44.09003;.52115;125;20220714;36.9;16.7;26.8;1.9;14.75;0;6.71;27991
+73079;44.09003;.52115;125;20220715;35.3;18.2;26.7;2.1;15.5;0;6.52;26916
+73079;44.09003;.52115;125;20220716;36.5;17.9;27.2;1.9;15.6;0;6.52;27112
+73079;44.09003;.52115;125;20220717;38;17.5;27.7;1.9;14.75;0;6.8;27415
+73079;44.09003;.52115;125;20220718;39.1;21.5;30.3;3.9;14.75;0;8.85;26351
+73079;44.09003;.52115;125;20220719;32.5;21.3;26.9;3.1;19.55;7.4;5.71;20094
+73079;44.09003;.52115;125;20220720;29.6;20.4;25;3.5;16.7;0;5.53;19344
+73079;44.09003;.52115;125;20220721;31.9;17.2;24.5;2;16.7;0;5.66;25474
+73079;44.09003;.52115;125;20220722;29.1;19.2;24.2;3.8;17.95;.1;5.35;19954
+73079;44.09003;.52115;125;20220723;29.3;15.7;22.5;1.7;15.6;0;5.09;25074
+73079;44.09003;.52115;125;20220724;37;15.9;26.5;1.6;16.7;0;6.32;27626
+73079;44.09003;.52115;125;20220725;29.7;20.6;25.2;3.9;18.5;0;5.27;17353
+73079;44.09003;.52115;125;20220726;27.7;15.7;21.7;2.8;14.6;0;5.42;25088
+73079;44.09003;.52115;125;20220727;28.5;14.7;21.6;2.6;13.2;0;5.5;24881
+73079;44.09003;.52115;125;20220728;29.3;15;22.1;2.6;14.8;.5;5.28;23178
+73079;44.09003;.52115;125;20220729;28.3;17.2;22.8;2.3;16.1;.5;4.65;19890
+73079;44.09003;.52115;125;20220730;30.2;18;24.1;2.1;17.2;0;5.21;23378
+73079;44.09003;.52115;125;20220731;32.7;16.4;24.6;2.5;16.6;0;6.01;25569
+73079;44.09003;.52115;125;20220801;34.1;17.3;25.7;2.7;16.65;0;6.39;25810
+73079;44.09003;.52115;125;20220802;36;16.9;26.5;2.1;15.4;0;6.36;26546
+73079;44.09003;.52115;125;20220803;37.7;17.8;27.8;1.4;14.9;0;5.88;25090
+73079;44.09003;.52115;125;20220804;35.5;21;28.2;3.1;20.9;0;6.36;22952
+73079;44.09003;.52115;125;20220805;32.2;19.6;25.9;3.5;19.2;0;5.87;21999
+73079;44.09003;.52115;125;20220806;33.1;18.6;25.8;2.9;16.5;0;6.16;23703
+73079;44.09003;.52115;125;20220807;33.3;18;25.6;2.4;12.2;0;6.25;24857
+73079;44.09003;.52115;125;20220808;34.9;15.5;25.2;1.7;11.75;0;5.83;25661
+73079;44.09003;.52115;125;20220809;35.9;16.3;26.1;1.6;12.3;0;5.78;25147
+73079;44.09003;.52115;125;20220810;37.5;16.5;27;1.6;11.7;0;5.72;23681
+73079;44.09003;.52115;125;20220811;39;19.5;29.2;2.6;16.15;0;6.99;24085
+73079;44.09003;.52115;125;20220812;39;22;30.5;2.7;19.35;0;6.84;23039
+73079;44.09003;.52115;125;20220813;34.8;21.1;27.9;2.6;21.05;2.1;5.61;20664
+73079;44.09003;.52115;125;20220814;26.9;20.3;23.6;2.3;20.25;2.5;3.47;14159
+73079;44.09003;.52115;125;20220815;28.8;16.2;22.5;2;16.4;.2;4.2;18716
+73079;44.09003;.52115;125;20220816;27.4;15.9;21.7;1.8;17.6;17.4;3.25;13971
+73079;44.09003;.52115;125;20220817;25.7;14.8;20.3;2.6;17.55;0;3.8;19313
+73079;44.09003;.52115;125;20220818;26.1;15.8;20.9;3.4;17;.3;4.12;18581
+73079;44.09003;.52115;125;20220819;27.4;15.6;21.5;2.5;16.95;0;4.08;18758
+73079;44.09003;.52115;125;20220820;28.7;16.6;22.7;1.9;18.55;0;4.24;20744
+73079;44.09003;.52115;125;20220821;28.2;17.8;23;2.1;17.8;.2;3.91;17026
+73079;44.09003;.52115;125;20220822;26.4;19;22.7;2.9;19.65;1.1;3.33;13222
+73079;44.09003;.52115;125;20220823;29.9;19.8;24.8;1.9;19.25;0;4.17;18312
+73079;44.09003;.52115;125;20220824;35.5;17.4;26.4;1.6;17.55;.8;5.07;22136
+73079;44.09003;.52115;125;20220825;30.1;21;25.5;3.6;21.45;1.2;4.38;15360
+73079;44.09003;.52115;125;20220826;30.4;19.9;25.1;2.6;19.85;.1;4.47;18115
+73079;44.09003;.52115;125;20220827;30.6;17.7;24.2;2.3;17.45;0;4.61;20019
+73079;44.09003;.52115;125;20220828;34.1;15.2;24.6;1.3;13.75;0;4.69;22047
+73079;44.09003;.52115;125;20220829;31.4;19.3;25.4;3.1;15.8;3.4;4.72;12852
+73079;44.09003;.52115;125;20220830;33.1;17;25;2.1;17.95;0;4.82;20533
+73079;44.09003;.52115;125;20220831;30.1;18.5;24.3;2.4;19.6;.1;3.84;15012
+73079;44.09003;.52115;125;20220901;29.5;18.8;24.2;2.2;19.1;19.1;3.93;16645
+73079;44.09003;.52115;125;20220902;26.9;17.3;22.1;2.4;18.15;.8;3.43;15089
+73079;44.09003;.52115;125;20220903;28.2;17.8;23;1.4;17.95;0;3.29;15701
+73079;44.09003;.52115;125;20220904;33.4;17.2;25.3;2.5;18.5;.1;4.8;18652
+73079;44.09003;.52115;125;20220905;34.2;19.4;26.8;2.8;20.8;1.8;5.06;19352
+73079;44.09003;.52115;125;20220906;32.2;20;26.1;2.4;18.55;0;4.63;17916
+73079;44.09003;.52115;125;20220907;28.2;16.8;22.5;1.9;15.25;0;3.63;15309
+73079;44.09003;.52115;125;20220908;26.5;14.2;20.3;1.8;15.15;1.2;3.29;15991
+73079;44.09003;.52115;125;20220909;25.8;16.5;21.1;2.4;15.65;1.7;3.42;14555
+73079;44.09003;.52115;125;20220910;27.2;12.3;19.8;1.7;14.15;0;3.57;18868
+73079;44.09003;.52115;125;20220911;32.4;15.4;23.9;2.6;13.9;0;4.93;19193
+73079;44.09003;.52115;125;20220912;35.5;19.4;27.4;4.3;18;.1;6.29;18118
+73079;44.09003;.52115;125;20220913;32.7;22.3;27.5;3.2;21.15;.8;4.24;11623
+73079;44.09003;.52115;125;20220914;30.7;19.2;24.9;1.9;18.25;1.6;3.78;15758
+73079;44.09003;.52115;125;20220915;28.9;16.7;22.8;2.3;16.95;.1;3.75;16439
+73079;44.09003;.52115;125;20220916;25.7;17;21.3;3.3;15.6;0;3.73;15248
+73079;44.09003;.52115;125;20220917;21.9;11.4;16.6;2.3;9.4;0;3.35;16872
+73079;44.09003;.52115;125;20220918;25.1;7.7;16.4;1.6;7.55;0;3.38;18398
+73079;44.09003;.52115;125;20220919;26.4;7.8;17.1;1.6;7.95;0;3.5;18536
+73079;44.09003;.52115;125;20220920;25;7.7;16.3;1.8;8.8;0;3.37;18284
+73079;44.09003;.52115;125;20220921;25.2;7.8;16.5;1.8;9.25;0;3.24;17942
+73079;44.09003;.52115;125;20220922;27.1;8.8;17.9;1.8;10.8;0;3.37;17396
+73079;44.09003;.52115;125;20220923;22.5;9.7;16.1;1.4;12.45;4.5;2.09;10234
+73079;44.09003;.52115;125;20220924;17.1;12.6;14.9;1.8;15.6;3.4;1.1;5722
+73079;44.09003;.52115;125;20220925;20.3;10.5;15.4;2.2;12.35;0;2.38;13985
+73079;44.09003;.52115;125;20220926;20.7;7.6;14.2;2.6;11.75;3;2.35;12484
+73079;44.09003;.52115;125;20220927;19;12.8;15.9;3.9;14.5;3.6;1.96;9231
+73079;44.09003;.52115;125;20220928;19.6;14.8;17.2;5;16.2;7.4;1.96;8581
+73079;44.09003;.52115;125;20220929;16.4;13.2;14.8;3.1;14;6.9;1.51;7228
+73079;44.09003;.52115;125;20220930;19;9.7;14.3;2.4;11.3;.1;2.28;13742
+73079;44.09003;.52115;125;20221001;22.4;10.7;16.5;3.1;13.5;.1;2.43;10506
+73079;44.09003;.52115;125;20221002;23.7;12.1;17.9;1.3;15.55;.2;2;11864
+73079;44.09003;.52115;125;20221003;24.6;13.1;18.8;1.1;14.85;0;2.23;13423
+73079;44.09003;.52115;125;20221004;25.8;9.6;17.7;1.1;13.15;.1;2.33;14908
+73079;44.09003;.52115;125;20221005;27.4;11.3;19.4;3.3;14.05;0;3.49;14599
+73079;44.09003;.52115;125;20221006;22;15.4;18.7;1.6;16;.1;1.7;7583
+73079;44.09003;.52115;125;20221007;25.3;12.3;18.8;2.4;14.85;.1;2.63;12804
+73079;44.09003;.52115;125;20221008;22.5;13.8;18.1;1.7;16.65;1.6;1.68;8624
+73079;44.09003;.52115;125;20221009;26.5;12.7;19.6;3.1;14.9;.1;3.06;13312
+73079;44.09003;.52115;125;20221010;24.6;14.1;19.3;2.9;15.2;0;2.52;9873
+73079;44.09003;.52115;125;20221011;22.9;15.2;19;1.4;16.25;0;1.73;8612
+73079;44.09003;.52115;125;20221012;23.2;14.2;18.7;1.6;15.75;.7;1.87;9872
+73079;44.09003;.52115;125;20221013;22.2;11.9;17;2;15.15;.9;1.7;8402
+73079;44.09003;.52115;125;20221014;21.4;17;19.2;3.2;17.55;.4;1.72;5809
+73079;44.09003;.52115;125;20221015;27.9;13.4;20.7;2.5;15.1;0;2.89;12816
+73079;44.09003;.52115;125;20221016;28.2;15.7;22;4.3;17.25;0;3.46;11235
+73079;44.09003;.52115;125;20221017;27.1;18.1;22.6;3.2;18.85;.2;2.58;7742
+73079;44.09003;.52115;125;20221018;29.2;17.6;23.4;5.3;18.25;.1;3.98;11103
+73079;44.09003;.52115;125;20221019;27.4;17;22.2;4.9;17.95;2.7;3.27;8231
+73079;44.09003;.52115;125;20221020;24.7;16.6;20.7;3.8;17.75;.7;2.28;6160
+73079;44.09003;.52115;125;20221021;21.8;15.9;18.8;2.4;16;.5;1.72;5571
+73079;44.09003;.52115;125;20221022;26.3;12.4;19.4;3.1;14.55;0;2.73;10999
+73079;44.09003;.52115;125;20221023;26.2;15.2;20.7;2.2;14.1;0;2.32;6246
+73079;44.09003;.52115;125;20221024;24.6;12.9;18.8;2;11.85;.1;2.27;9012
+73079;44.09003;.52115;125;20221025;24.8;12;18.4;3.2;13.1;0;2.59;7878
+73079;44.09003;.52115;125;20221026;25.8;12.5;19.1;3.5;15.4;.1;2.5;8426
+73079;44.09003;.52115;125;20221027;24.7;15.6;20.2;6.2;17.05;0;2.81;5810
+73079;44.09003;.52115;125;20221028;26.8;17.8;22.3;5;17.1;0;3.29;7271
+73079;44.09003;.52115;125;20221029;26.4;16;21.2;4.8;15.75;.1;3.26;7764
+73079;44.09003;.52115;125;20221030;23.8;13;18.4;2;14.75;0;1.72;7591
+73079;44.09003;.52115;125;20221031;22.5;12.3;17.4;3.2;15.1;0;1.76;6462
+73079;44.09003;.52115;125;20221101;20.9;13.8;17.3;1.9;13.8;0;1.5;6699
+73079;44.09003;.52115;125;20221102;20.2;9.3;14.8;2.2;11.7;0;1.57;8166
+73079;44.09003;.52115;125;20221103;21.6;11.1;16.4;4.6;11.95;4.2;2.53;4878
+73079;44.09003;.52115;125;20221104;15.2;10.8;13;5.2;11.15;4.8;1.69;5498
+73079;44.09003;.52115;125;20221105;16.9;6.3;11.6;1.5;9.6;0;1.11;7554
+73079;44.09003;.52115;125;20221106;19;5.1;12;3;9.55;.3;1.76;8382
+73079;44.09003;.52115;125;20221107;20.1;6.7;13.4;3.2;10.75;.1;1.81;8736
+73079;44.09003;.52115;125;20221108;18.9;11.5;15.2;4.5;13.45;.5;1.61;4451
+73079;44.09003;.52115;125;20221109;16.4;13.3;14.8;2;14;2;.93;2805
+73079;44.09003;.52115;125;20221110;14.9;7.8;11.3;1.7;11.55;0;.77;4623
+73079;44.09003;.52115;125;20221111;20.4;5.2;12.8;1.9;11.65;.1;1.17;7828
+73079;44.09003;.52115;125;20221112;22.3;10.8;16.5;3.1;13.5;.1;1.74;7483
+73079;44.09003;.52115;125;20221113;20.2;7.6;13.9;2.2;11.4;.1;1.38;7599
+73079;44.09003;.52115;125;20221114;14.1;9.9;12;3.2;12.4;2;.81;1918
+73079;44.09003;.52115;125;20221115;16.4;10.8;13.6;3.1;13.45;5.1;.93;3558
+73079;44.09003;.52115;125;20221116;18.9;10;14.5;3;12.05;.2;1.42;6836
+73079;44.09003;.52115;125;20221117;18.2;13.4;15.8;3.8;13.25;2.6;1.56;4534
+73079;44.09003;.52115;125;20221118;12.7;9;10.9;3.1;11.2;3;.79;3735
+73079;44.09003;.52115;125;20221119;11.3;7.9;9.6;2.7;9.9;.9;.79;3928
+73079;44.09003;.52115;125;20221120;13.8;3.6;8.7;2.6;9.95;2.9;.72;5116
+73079;44.09003;.52115;125;20221121;14.2;8.3;11.3;3.9;11.15;23.3;1.01;2396
+73079;44.09003;.52115;125;20221122;9.5;6.8;8.1;4.4;9.8;17.4;.63;2727
+73079;44.09003;.52115;125;20221123;16.9;8.5;12.7;3.9;11.85;5.2;1.18;5098
+73079;44.09003;.52115;125;20221124;12.9;6;9.5;2.8;10.25;2.2;.75;3784
+73079;44.09003;.52115;125;20221125;13.4;6.7;10;2.5;10.5;6.9;.73;3905
+73079;44.09003;.52115;125;20221126;10;3.7;6.9;2.3;9.15;0;.5;3584
+73079;44.09003;.52115;125;20221127;12.1;3.7;7.9;3.7;9.2;7.2;.77;4922
+73079;44.09003;.52115;125;20221128;13.2;8.6;10.9;3.4;11.05;3.5;.81;4025
+73079;44.09003;.52115;125;20221129;12;5.8;8.9;1.9;9.9;.1;.59;3638
+73079;44.09003;.52115;125;20221130;5.5;.8;3.1;.9;7.6;0;.3;2372
+73079;44.09003;.52115;125;20221201;5.1;.8;3;.9;7.6;0;.3;2264
+73079;44.09003;.52115;125;20221202;6.5;4.3;5.4;1.2;8.2;0;.43;1533
+73079;44.09003;.52115;125;20221203;7.7;3.9;5.8;1.3;8.1;1.6;.45;2803
+73079;44.09003;.52115;125;20221204;10;2.2;6.1;1.6;7.75;0;.55;4705
+73079;44.09003;.52115;125;20221205;9.8;.9;5.3;2.9;7.2;0;.71;5374
+73079;44.09003;.52115;125;20221206;10.6;4.6;7.6;2;7.9;0;.77;3404
+73079;44.09003;.52115;125;20221207;10.9;6.1;8.5;1.3;8.2;0;.58;4786
+73079;44.09003;.52115;125;20221208;8.4;2.5;5.5;2.5;8.2;6.6;.48;2631
+73079;44.09003;.52115;125;20221209;9;6.7;7.8;2;9.7;1.2;.5;1395
+73079;44.09003;.52115;125;20221210;3.4;-.1;1.6;3.6;5.5;0;.63;3483
+73079;44.09003;.52115;125;20221211;4;-4.8;-.4;2.2;4.8;.1;.46;4921
+73079;44.09003;.52115;125;20221212;3.7;-3.5;.1;3.1;6.1;5.3;.28;2447
+73079;44.09003;.52115;125;20221213;12.4;3.4;7.9;4.6;11.65;6.6;.14;2704
+73079;44.09003;.52115;125;20221214;15.8;8.5;12.2;3.1;12.3;.8;.77;3846
+73079;44.09003;.52115;125;20221215;12.3;8.9;10.6;2.7;11.75;3;.53;2256
+73079;44.09003;.52115;125;20221216;8.4;7.8;8.1;2.3;9.7;1.1;.56;800
+73079;44.09003;.52115;125;20221217;8.1;-1.9;3.1;1.7;6.4;.1;.42;5179
+73079;44.09003;.52115;125;20221218;12.1;3.6;7.9;5;8.75;0;.92;5109
+73079;44.09003;.52115;125;20221219;15.4;7.4;11.4;4.8;10.95;.1;1.13;4452
+73079;44.09003;.52115;125;20221220;14.7;9.8;12.3;4.4;12.25;3.2;.96;1586
+73079;44.09003;.52115;125;20221221;18.2;10.3;14.2;2.1;12.4;.6;.9;4753
+73079;44.09003;.52115;125;20221222;17.4;8.5;12.9;2.6;12.4;1.4;.89;3572
+73079;44.09003;.52115;125;20221223;18.3;10.7;14.5;2.1;13.25;.1;.82;4390
+73079;44.09003;.52115;125;20221224;16.7;8.5;12.6;2.3;12.1;0;.78;4668
+73079;44.09003;.52115;125;20221225;16.9;5.9;11.4;3.8;10.7;0;1.13;5342
+73079;44.09003;.52115;125;20221226;16.6;8.3;12.4;2.7;11.6;2.2;.91;3982
+73079;44.09003;.52115;125;20221227;13.9;10.2;12.1;1.3;12.4;.3;.51;2797
+73079;44.09003;.52115;125;20221228;15.3;7.8;11.6;3.1;11.1;0;.9;4400
+73079;44.09003;.52115;125;20221229;13.3;8.9;11.1;3.2;11.1;4.4;.84;2286
+73079;44.09003;.52115;125;20221230;16.3;8.9;12.6;4;11.75;1.2;1.13;3951
+73079;44.09003;.52115;125;20221231;17.8;9.3;13.5;4.5;12.1;0;1.33;4942
+73080;44.11805;.83088;113;20220101;14.4;3.2;8.8;1.7;9.29;.1;.55;6032
+73080;44.11805;.83088;113;20220102;12.4;3.4;7.9;1.9;9.69;.1;.48;4800
+73080;44.11805;.83088;113;20220103;11;4.3;7.7;2.1;10.09;.1;.35;3417
+73080;44.11805;.83088;113;20220104;16.7;5.7;11.2;3.3;10.59;5.1;1.1;5670
+73080;44.11805;.83088;113;20220105;7.9;3;5.5;2.4;7.29;0;.68;3611
+73080;44.11805;.83088;113;20220106;7.6;-2.9;2.4;1.3;5.34;.1;.45;6419
+73080;44.11805;.83088;113;20220107;9.7;-4.4;2.7;2.4;7.09;2.1;.47;5586
+73080;44.11805;.83088;113;20220108;10.8;5.2;8;5.4;10.33;4.7;.45;3029
+73080;44.11805;.83088;113;20220109;9.3;7.2;8.3;3.7;10.39;25.7;.5;1722
+73080;44.11805;.83088;113;20220110;10.2;8.1;9.2;1.4;10.79;7.1;.55;661
+73080;44.11805;.83088;113;20220111;8.2;2;5.1;1.9;7.74;.1;.47;4991
+73080;44.11805;.83088;113;20220112;6.8;-3.7;1.6;1.4;5.74;0;.39;7191
+73080;44.11805;.83088;113;20220113;1.2;-3.3;-1;2.3;5.89;0;.21;2087
+73080;44.11805;.83088;113;20220114;6.3;-2.5;1.9;1.3;5.77;.1;.44;5910
+73080;44.11805;.83088;113;20220115;.5;-4;-1.8;1.1;5.34;.1;.25;3260
+73080;44.11805;.83088;113;20220116;2.4;-3.9;-.7;1.3;5.79;.1;.27;3808
+73080;44.11805;.83088;113;20220117;1.7;-1.2;.3;.8;6.39;.2;.28;2355
+73080;44.11805;.83088;113;20220118;2.5;1.2;1.9;1.3;7.19;.1;.3;808
+73080;44.11805;.83088;113;20220119;5.2;1.9;3.6;2;7.79;2.2;.34;2647
+73080;44.11805;.83088;113;20220120;7.7;3.6;5.7;1.8;7.79;.6;.59;3250
+73080;44.11805;.83088;113;20220121;7.4;-.2;3.6;2.2;5.49;0;.83;6359
+73080;44.11805;.83088;113;20220122;8;-4.7;1.7;.8;4.99;.1;.47;8095
+73080;44.11805;.83088;113;20220123;11.1;-5.2;3;.6;5.29;0;.44;8871
+73080;44.11805;.83088;113;20220124;11.6;-4;3.8;1.5;5.99;0;.73;8714
+73080;44.11805;.83088;113;20220125;11.4;-3;4.2;.9;6.14;0;.6;7960
+73080;44.11805;.83088;113;20220126;7;-3.6;1.7;.8;5.69;0;.46;6117
+73080;44.11805;.83088;113;20220127;.5;-3.2;-1.3;1.4;5.74;.1;.27;2909
+73080;44.11805;.83088;113;20220128;.3;-2.1;-.9;1.4;5.84;0;.29;2531
+73080;44.11805;.83088;113;20220129;.9;-.8;.1;1.3;6.14;0;.33;2180
+73080;44.11805;.83088;113;20220130;4.6;-.1;2.3;1.6;7.34;.2;.34;3247
+73080;44.11805;.83088;113;20220131;8.9;3.6;6.3;3.9;8.79;1;.63;3840
+73080;44.11805;.83088;113;20220201;8.8;.2;4.5;3.8;8.24;.2;.52;5909
+73080;44.11805;.83088;113;20220202;10.1;6.9;8.5;2.5;10.39;.1;.59;3337
+73080;44.11805;.83088;113;20220203;6.9;.9;3.9;1.8;8.49;.2;.36;3717
+73080;44.11805;.83088;113;20220204;11.6;5.6;8.6;1.5;10.59;1.2;.59;3808
+73080;44.11805;.83088;113;20220205;11.3;6.2;8.8;2.2;8.19;0;1.1;6957
+73080;44.11805;.83088;113;20220206;10.2;-3.1;3.6;2.9;7.64;.5;.68;7042
+73080;44.11805;.83088;113;20220207;12.2;8.3;10.3;4;9.91;.9;1.1;4163
+73080;44.11805;.83088;113;20220208;13.3;.2;6.8;1.6;7.1;0;1.04;9432
+73080;44.11805;.83088;113;20220209;15.8;-1.5;7.2;2.6;7.84;.1;1.4;11385
+73080;44.11805;.83088;113;20220210;10;1.2;5.6;1.4;8.63;.9;1.14;11000
+73080;44.11805;.83088;113;20220211;13;7.7;10.3;1.7;9.16;.1;1.08;6433
+73080;44.11805;.83088;113;20220212;13.4;-.9;6.3;1.7;6.5;0;1.05;9838
+73080;44.11805;.83088;113;20220213;17.4;1.3;9.3;2.9;8.96;1.9;1.58;11100
+73080;44.11805;.83088;113;20220214;11;8.4;9.7;4.1;9.73;5.2;1.18;6366
+73080;44.11805;.83088;113;20220215;10.6;5;7.8;3.5;9.44;4.3;.86;5850
+73080;44.11805;.83088;113;20220216;14.6;8.3;11.5;5;11.94;3.2;1.18;6397
+73080;44.11805;.83088;113;20220217;14;11.5;12.7;4;13.31;.8;.79;3619
+73080;44.11805;.83088;113;20220218;16.6;7.8;12.2;2.5;11.69;0;1.32;7423
+73080;44.11805;.83088;113;20220219;12.5;7.9;10.2;2.2;8.49;0;1.44;8613
+73080;44.11805;.83088;113;20220220;13.3;.5;6.9;2.6;9.69;1.2;.89;7735
+73080;44.11805;.83088;113;20220221;13.5;9.4;11.4;5.8;9.84;.6;1.94;6901
+73080;44.11805;.83088;113;20220222;15.4;7.8;11.6;2.5;9.69;0;1.65;10308
+73080;44.11805;.83088;113;20220223;16.5;4;10.2;1.1;9.34;0;1.35;12392
+73080;44.11805;.83088;113;20220224;15.5;3.7;9.6;2.1;9.84;.2;1.31;8814
+73080;44.11805;.83088;113;20220225;12.4;3.1;7.8;2;6.74;0;1.57;11870
+73080;44.11805;.83088;113;20220226;14.5;-2.8;5.8;2;5.54;0;1.81;14913
+73080;44.11805;.83088;113;20220227;15.2;-1.1;7.1;1.8;7.24;0;1.56;12276
+73080;44.11805;.83088;113;20220228;18;.8;9.4;1.4;8.24;0;1.74;14627
+73080;44.11805;.83088;113;20220301;17.4;-.4;8.5;2.2;8.14;0;1.93;14721
+73080;44.11805;.83088;113;20220302;12.6;4.1;8.3;2.2;9.64;1.3;1.08;6883
+73080;44.11805;.83088;113;20220303;16;5.6;10.8;1.5;10.09;0;1.44;10299
+73080;44.11805;.83088;113;20220304;10.2;6.1;8.1;3.8;10.49;0;.72;5144
+73080;44.11805;.83088;113;20220305;10;7;8.5;2.9;9.34;0;1.09;5796
+73080;44.11805;.83088;113;20220306;13;6.2;9.6;1.9;7.49;0;1.74;11051
+73080;44.11805;.83088;113;20220307;11.5;-3.5;4;2.1;6.69;0;1.47;15405
+73080;44.11805;.83088;113;20220308;14;0;7;2.4;8.49;2.6;1.46;11348
+73080;44.11805;.83088;113;20220309;16.4;3.1;9.8;3.4;9.64;.1;1.96;13779
+73080;44.11805;.83088;113;20220310;15.4;7.7;11.6;2.9;10.49;.6;1.7;9185
+73080;44.11805;.83088;113;20220311;14.6;7;10.8;4;10.69;11.2;1.52;7624
+73080;44.11805;.83088;113;20220312;11.8;7.8;9.8;2.6;10.29;3.6;1.18;6142
+73080;44.11805;.83088;113;20220313;11.7;6.1;8.9;3.5;9.44;5.9;1.38;8117
+73080;44.11805;.83088;113;20220314;14.9;1.6;8.2;5.8;9.69;0;1.63;10422
+73080;44.11805;.83088;113;20220315;16.6;13;14.8;8.5;11.84;0;2.6;6785
+73080;44.11805;.83088;113;20220316;17.4;10.4;13.9;3.4;12.29;.8;1.93;8785
+73080;44.11805;.83088;113;20220317;14.9;11.3;13.1;2.4;11.94;1.6;1.5;6456
+73080;44.11805;.83088;113;20220318;13.3;7.8;10.6;1.4;9.7;0;1.36;7633
+73080;44.11805;.83088;113;20220319;17.3;5.6;11.4;3.8;8.96;0;2.76;16800
+73080;44.11805;.83088;113;20220320;17.6;6.9;12.3;4;9.86;0;2.5;12233
+73080;44.11805;.83088;113;20220321;17.5;9.7;13.6;6.3;9.46;0;3.62;18000
+73080;44.11805;.83088;113;20220322;17.2;7.9;12.6;6.2;7.3;0;4;18033
+73080;44.11805;.83088;113;20220323;17.4;5.2;11.3;3.9;7.2;0;3.39;19700
+73080;44.11805;.83088;113;20220324;18.6;.3;9.5;2.3;7.26;0;2.84;19866
+73080;44.11805;.83088;113;20220325;19.9;2.7;11.3;2.1;6.9;0;2.89;16633
+73080;44.11805;.83088;113;20220326;20.1;2.3;11.2;3.1;6.46;0;3.61;19866
+73080;44.11805;.83088;113;20220327;22;4;13;2.9;7.36;0;3.75;19066
+73080;44.11805;.83088;113;20220328;22.1;3.2;12.7;1.9;7.66;0;2.98;15633
+73080;44.11805;.83088;113;20220329;18.8;4.8;11.8;1.5;9.83;4.5;1.94;10833
+73080;44.11805;.83088;113;20220330;14.1;10;12;2.4;11.63;1.8;1.29;5233
+73080;44.11805;.83088;113;20220331;14.7;8.9;11.8;4.6;9.46;2.6;2.68;14866
+73080;44.11805;.83088;113;20220401;9.5;1.8;5.6;6;5.56;.4;2.47;15033
+73080;44.11805;.83088;113;20220402;9.4;1.9;5.6;4.3;5.23;0;2.34;13200
+73080;44.11805;.83088;113;20220403;7.2;-2.7;2.2;2;5.11;0;1.6;14954
+73080;44.11805;.83088;113;20220404;12.1;-2.8;4.6;1.9;5.1;0;2.4;20988
+73080;44.11805;.83088;113;20220405;15.4;-2.5;6.4;1.6;6.74;0;2.27;18368
+73080;44.11805;.83088;113;20220406;12.5;6.2;9.3;2.6;10.33;.4;1.09;5100
+73080;44.11805;.83088;113;20220407;19.3;8.9;14.1;4.5;11.46;4.9;2.94;13933
+73080;44.11805;.83088;113;20220408;20.7;9.9;15.3;4.3;11.43;.8;3.19;12433
+73080;44.11805;.83088;113;20220409;15.6;7.6;11.6;2.6;8.23;.2;2.92;18066
+73080;44.11805;.83088;113;20220410;19.7;-.4;9.6;2.7;7.03;0;3.58;23533
+73080;44.11805;.83088;113;20220411;20.3;7.4;13.9;6.1;10.5;0;3.91;19266
+73080;44.11805;.83088;113;20220412;18.8;12.2;15.5;5.3;11.33;2.1;3.24;11466
+73080;44.11805;.83088;113;20220413;14.4;11.8;13.1;1.6;12.7;3.3;1.16;4466
+73080;44.11805;.83088;113;20220414;22.6;7.1;14.8;1.2;12.26;0;3.3;22200
+73080;44.11805;.83088;113;20220415;23.3;9.2;16.2;2.1;13.46;.1;3.2;17933
+73080;44.11805;.83088;113;20220416;24.3;9.4;16.9;2.8;12.5;0;4.14;22600
+73080;44.11805;.83088;113;20220417;22.8;7.3;15.1;2.6;11.36;0;3.85;22466
+73080;44.11805;.83088;113;20220418;18.9;11;15;2.5;11.66;0;2.62;12433
+73080;44.11805;.83088;113;20220419;13.7;9.1;11.4;2.5;11.9;11;1.12;4533
+73080;44.11805;.83088;113;20220420;13.5;8.9;11.2;2;11.4;5.5;1.31;6300
+73080;44.11805;.83088;113;20220421;16;9.2;12.6;2.2;12.3;0;1.5;6900
+73080;44.11805;.83088;113;20220422;19;10.8;14.9;1.6;12.8;0;2.54;15033
+73080;44.11805;.83088;113;20220423;12.9;9.2;11;2.3;11.63;13.5;1.05;3933
+73080;44.11805;.83088;113;20220424;17.4;9.5;13.4;4.1;12.03;.3;2.22;9666
+73080;44.11805;.83088;113;20220425;19.2;4.7;11.9;1.2;10.53;0;2.9;20333
+73080;44.11805;.83088;113;20220426;23.1;4.5;13.8;1.6;10.73;0;3.85;25466
+73080;44.11805;.83088;113;20220427;22.4;7.9;15.2;1.4;12.76;0;2.92;16933
+73080;44.11805;.83088;113;20220428;19.4;13.1;16.3;2.1;14.53;0;2.1;9500
+73080;44.11805;.83088;113;20220429;21.8;10.5;16.1;2.2;13.93;0;3.31;19366
+73080;44.11805;.83088;113;20220430;22.4;11.9;17.1;2.7;13.13;0;3.91;21433
+73080;44.11805;.83088;113;20220501;21.1;10.7;15.9;2.2;12.1;0;3.61;20800
+73080;44.11805;.83088;113;20220502;20.9;12.1;16.5;2;12.43;0;3.21;16833
+73080;44.11805;.83088;113;20220503;21.3;11.6;16.4;1.9;13.23;2.2;2.84;14333
+73080;44.11805;.83088;113;20220504;21.4;11.7;16.6;2.2;12.76;.5;3.1;15200
+73080;44.11805;.83088;113;20220505;22;10.1;16;2.9;10.73;0;4.3;22933
+73080;44.11805;.83088;113;20220506;22.3;8;15.2;2.6;11.14;0;4.12;23208
+73080;44.11805;.83088;113;20220507;23.6;9.4;16.5;2.8;11.94;0;4.4;23803
+73080;44.11805;.83088;113;20220508;25.2;10.2;17.7;1.6;12.49;0;4.45;25669
+73080;44.11805;.83088;113;20220509;27;8.3;17.7;.8;12.54;0;4.42;27268
+73080;44.11805;.83088;113;20220510;28.9;8.6;18.8;1.6;13.09;0;5.06;27423
+73080;44.11805;.83088;113;20220511;31.4;9.5;20.4;2.1;14.19;2.3;5.68;28002
+73080;44.11805;.83088;113;20220512;23.5;14.4;19;2;15.49;0;3.33;15917
+73080;44.11805;.83088;113;20220513;26.5;13.4;20;1.1;16.44;0;3.98;21804
+73080;44.11805;.83088;113;20220514;29.5;11.2;20.4;1.4;16.09;0;4.79;25845
+73080;44.11805;.83088;113;20220515;29.9;13.7;21.8;2.5;16.84;4.6;5.18;24129
+73080;44.11805;.83088;113;20220516;29.1;14.7;21.9;1.6;17.24;0;4.85;24835
+73080;44.11805;.83088;113;20220517;32.2;13.3;22.8;1.6;16.54;0;5.59;27488
+73080;44.11805;.83088;113;20220518;32.4;15.1;23.7;1.6;16.94;1.6;5.45;26356
+73080;44.11805;.83088;113;20220519;29.8;17.3;23.5;2.4;19.09;.1;4.84;21277
+73080;44.11805;.83088;113;20220520;29.7;16.2;22.9;2.6;17.74;0;5.28;23946
+73080;44.11805;.83088;113;20220521;32.2;14.7;23.5;1.2;19.49;0;5.07;25348
+73080;44.11805;.83088;113;20220522;31.6;16.9;24.3;2;20.19;3.2;5.07;22857
+73080;44.11805;.83088;113;20220523;23.3;16.8;20;3.9;16.04;.7;3.87;15188
+73080;44.11805;.83088;113;20220524;19.3;12.3;15.8;2.6;13.44;1.1;3.06;16095
+73080;44.11805;.83088;113;20220525;21.3;8.1;14.7;2.5;11.74;0;3.81;21877
+73080;44.11805;.83088;113;20220526;19.8;9.6;14.7;2.1;13.04;0;2.97;16866
+73080;44.11805;.83088;113;20220527;25.4;14.9;20.1;2.4;14.29;0;4.92;24658
+73080;44.11805;.83088;113;20220528;27.3;11;19.1;2.3;12.59;0;5.45;28281
+73080;44.11805;.83088;113;20220529;25.1;9.1;17.1;1.8;9.39;0;5.17;29159
+73080;44.11805;.83088;113;20220530;25.6;8.1;16.8;1.6;9.64;0;5.01;28362
+73080;44.11805;.83088;113;20220531;26.9;13.9;20.4;1.6;11.99;0;5.15;26547
+73080;44.11805;.83088;113;20220601;32.6;13;22.8;1.4;14.44;0;5.82;28848
+73080;44.11805;.83088;113;20220602;29.2;17.2;23.2;1.6;18.74;2.1;4.33;19710
+73080;44.11805;.83088;113;20220603;31.5;17.8;24.6;2.3;18.69;11.9;5.47;23670
+73080;44.11805;.83088;113;20220604;25.6;15.8;20.7;1.9;20.49;5.7;3.3;16568
+73080;44.11805;.83088;113;20220605;24.8;16.7;20.7;2.6;17.59;.1;4.09;19427
+73080;44.11805;.83088;113;20220606;27.5;14.2;20.8;1.5;16.64;.3;4.59;23647
+73080;44.11805;.83088;113;20220607;25.2;16.8;21;1.9;15.94;.9;3.94;17671
+73080;44.11805;.83088;113;20220608;21.1;14.4;17.7;2.2;16.29;4.1;2.83;14123
+73080;44.11805;.83088;113;20220609;22.7;11.1;16.9;2.1;14.24;.5;3.92;22033
+73080;44.11805;.83088;113;20220610;28.8;10.7;19.7;.9;14.59;0;5.09;29022
+73080;44.11805;.83088;113;20220611;32.5;11.8;22.2;.8;15.89;0;5.54;29770
+73080;44.11805;.83088;113;20220612;29.8;17.5;23.6;2;19.64;3;4.59;19990
+73080;44.11805;.83088;113;20220613;31.4;17.9;24.6;1.6;21.24;.1;5.29;25050
+73080;44.11805;.83088;113;20220614;35.7;16.9;26.3;1.6;20.59;0;6.16;27463
+73080;44.11805;.83088;113;20220615;35.4;19.2;27.3;1.6;21.09;0;6.36;28656
+73080;44.11805;.83088;113;20220616;36.4;18.6;27.5;1.4;19.79;0;6.33;28428
+73080;44.11805;.83088;113;20220617;38.3;18;28.1;1.1;19.89;0;6.53;29665
+73080;44.11805;.83088;113;20220618;39.1;18.1;28.6;3.3;18.14;0;8.47;29838
+73080;44.11805;.83088;113;20220619;33.6;18;25.8;2.9;19.39;0;6.51;26878
+73080;44.11805;.83088;113;20220620;30.3;17.8;24;2.2;19.89;0;5.27;24187
+73080;44.11805;.83088;113;20220621;29.5;19.5;24.5;2.1;21.14;2.2;4.47;19094
+73080;44.11805;.83088;113;20220622;28.8;19;23.9;2;19.84;1.4;4.93;23012
+73080;44.11805;.83088;113;20220623;27.1;15.8;21.4;1.7;18.84;22.9;4.09;20154
+73080;44.11805;.83088;113;20220624;25.7;16.7;21.2;2.2;17.29;.1;4.52;22290
+73080;44.11805;.83088;113;20220625;22.2;13.6;17.9;2.4;16.54;10.6;3.08;15601
+73080;44.11805;.83088;113;20220626;18.8;13.9;16.4;2.7;15.74;9.9;2.36;11891
+73080;44.11805;.83088;113;20220627;23;14.4;18.7;2.7;14.94;0;4.04;19884
+73080;44.11805;.83088;113;20220628;26.2;14.4;20.3;2.1;13.29;0;5.12;25451
+73080;44.11805;.83088;113;20220629;28.2;11.5;19.8;1.6;15.19;0;5.05;26824
+73080;44.11805;.83088;113;20220630;17.2;14.9;16;2.4;14.89;.7;1.93;8054
+73080;44.11805;.83088;113;20220701;24.2;10.1;17.2;1;13.19;0;4.39;26366
+73080;44.11805;.83088;113;20220702;31.3;9;20.1;1;13.54;0;5.52;30437
+73080;44.11805;.83088;113;20220703;30.4;16.2;23.3;2.2;16.59;0;5.67;25845
+73080;44.11805;.83088;113;20220704;28.5;16.1;22.3;3;17.94;1.3;5.22;23660
+73080;44.11805;.83088;113;20220705;30;16.7;23.3;2.3;16.69;0;5.81;26998
+73080;44.11805;.83088;113;20220706;30;14.5;22.3;2.1;14.34;0;5.68;26333
+73080;44.11805;.83088;113;20220707;29.2;14.1;21.6;2.5;14.69;0;5.89;27816
+73080;44.11805;.83088;113;20220708;30;15.2;22.6;2.3;15.59;0;5.97;28375
+73080;44.11805;.83088;113;20220709;32.3;13.1;22.7;1.6;14.89;0;6.12;30292
+73080;44.11805;.83088;113;20220710;33.3;14.7;24;1.3;15.14;0;5.97;29745
+73080;44.11805;.83088;113;20220711;36;15;25.5;.9;16.49;0;6.01;30206
+73080;44.11805;.83088;113;20220712;36.1;16.4;26.3;1.5;16.09;0;6.55;30122
+73080;44.11805;.83088;113;20220713;35.7;13.9;24.8;.8;14.59;0;5.88;30188
+73080;44.11805;.83088;113;20220714;36.9;15.3;26.1;1.4;16.64;0;6.45;29751
+73080;44.11805;.83088;113;20220715;35.5;16.5;26;1.3;16.49;0;6.15;29213
+73080;44.11805;.83088;113;20220716;37.1;15.7;26.4;1.1;16.44;0;6.2;29424
+73080;44.11805;.83088;113;20220717;38.8;15.2;27;.9;15.64;0;6.06;29283
+73080;44.11805;.83088;113;20220718;39.5;18.1;28.8;3.2;15.94;0;8.47;29191
+73080;44.11805;.83088;113;20220719;33.4;19.3;26.3;2.5;19.59;6.4;5.89;23536
+73080;44.11805;.83088;113;20220720;29.5;20.7;25.1;3.4;17.39;0;5.48;19251
+73080;44.11805;.83088;113;20220721;32.9;16.2;24.6;1.5;17.04;0;5.76;27857
+73080;44.11805;.83088;113;20220722;29.7;17.9;23.8;3.2;18.24;.3;5.45;22499
+73080;44.11805;.83088;113;20220723;29.8;16;22.9;1.7;16.24;0;5.3;25893
+73080;44.11805;.83088;113;20220724;36.8;14.4;25.6;1.1;16.74;0;5.94;28608
+73080;44.11805;.83088;113;20220725;29.6;20.7;25.2;3.9;18.54;0;5.34;17580
+73080;44.11805;.83088;113;20220726;27.5;16.4;21.9;2.5;14.69;0;5.31;24741
+73080;44.11805;.83088;113;20220727;28.8;14;21.4;2.3;13.59;0;5.55;26356
+73080;44.11805;.83088;113;20220728;29.3;14.7;22;2.3;15.24;0;5.27;24134
+73080;44.11805;.83088;113;20220729;28.2;17.7;22.9;2.5;16.24;.1;4.79;19838
+73080;44.11805;.83088;113;20220730;30.9;18.5;24.7;2.3;17.34;0;5.49;24061
+73080;44.11805;.83088;113;20220731;33.3;16.2;24.7;2.2;16.94;0;6.06;26933
+73080;44.11805;.83088;113;20220801;34.3;17.5;25.9;2.4;17.14;0;6.36;26451
+73080;44.11805;.83088;113;20220802;36.6;16.4;26.5;1.4;15.84;0;6.04;28082
+73080;44.11805;.83088;113;20220803;38.2;15.3;26.7;1.1;15.74;0;5.79;27179
+73080;44.11805;.83088;113;20220804;36.1;20.3;28.2;2.4;21.29;0;6.28;24671
+73080;44.11805;.83088;113;20220805;32.1;19.9;26;3.1;19.29;0;5.81;22262
+73080;44.11805;.83088;113;20220806;33.7;18.8;26.2;2.5;16.84;0;6.16;24578
+73080;44.11805;.83088;113;20220807;34.1;17.5;25.8;2.1;13.19;0;6.27;26528
+73080;44.11805;.83088;113;20220808;35.7;13.9;24.8;1.2;12.39;0;5.61;27494
+73080;44.11805;.83088;113;20220809;36.1;14.2;25.1;1.1;12.94;0;5.42;26973
+73080;44.11805;.83088;113;20220810;37.5;14.2;25.9;1.2;13.34;0;5.49;25251
+73080;44.11805;.83088;113;20220811;39.1;17.6;28.4;2;17.99;0;6.59;26079
+73080;44.11805;.83088;113;20220812;39.3;20.3;29.8;2.2;20.49;0;6.64;25095
+73080;44.11805;.83088;113;20220813;35.1;21.6;28.3;3.3;20.89;2.8;6.18;20991
+73080;44.11805;.83088;113;20220814;26.8;20.5;23.7;2.6;20.99;1.9;3.51;14084
+73080;44.11805;.83088;113;20220815;29.5;16.6;23.1;1.6;17.09;.1;4.19;19510
+73080;44.11805;.83088;113;20220816;28.4;14.8;21.6;1.6;17.69;13.1;3.53;16275
+73080;44.11805;.83088;113;20220817;26.7;15.1;20.9;2.5;17.49;.2;4.13;20460
+73080;44.11805;.83088;113;20220818;27.1;15.9;21.5;3.6;16.79;.1;4.62;19971
+73080;44.11805;.83088;113;20220819;27.8;16.1;22;2.8;17.09;0;4.34;19020
+73080;44.11805;.83088;113;20220820;29.5;16.1;22.8;1.4;18.39;0;4.32;22348
+73080;44.11805;.83088;113;20220821;29;16.9;23;1.8;17.84;.1;4.12;19015
+73080;44.11805;.83088;113;20220822;27.5;19.5;23.5;2.8;19.14;.7;3.76;14177
+73080;44.11805;.83088;113;20220823;31;19.3;25.1;1.6;18.89;0;4.37;20164
+73080;44.11805;.83088;113;20220824;35.6;15.5;25.6;1;17.74;.8;4.8;24087
+73080;44.11805;.83088;113;20220825;30.3;20.3;25.3;2.9;21.24;1.4;4.31;16593
+73080;44.11805;.83088;113;20220826;30.6;20.4;25.5;2.6;19.94;.2;4.58;18306
+73080;44.11805;.83088;113;20220827;31.1;17;24.1;1.8;17.24;0;4.58;21461
+73080;44.11805;.83088;113;20220828;34.3;13.1;23.7;1.2;14.04;0;4.76;24093
+73080;44.11805;.83088;113;20220829;32.6;16.1;24.3;2.6;16.34;2.9;4.74;16676
+73080;44.11805;.83088;113;20220830;33.2;15.9;24.6;1.3;17.94;0;4.47;21871
+73080;44.11805;.83088;113;20220831;30.6;16.7;23.6;2.3;18.19;0;4.15;17301
+73080;44.11805;.83088;113;20220901;29.5;19.3;24.4;2.3;19.29;13;4;16578
+73080;44.11805;.83088;113;20220902;27.3;17.6;22.4;1.7;18.64;5.8;3.31;15600
+73080;44.11805;.83088;113;20220903;28.7;17.2;23;1.1;18.09;.1;3.36;17080
+73080;44.11805;.83088;113;20220904;33.7;15.8;24.7;2.1;18.69;.1;4.73;20315
+73080;44.11805;.83088;113;20220905;34.6;18.6;26.6;2.3;20.69;2.8;5.02;20636
+73080;44.11805;.83088;113;20220906;32.3;19.2;25.7;2;19.09;.1;4.48;18962
+73080;44.11805;.83088;113;20220907;28.2;16.8;22.5;1.9;15.84;0;3.63;15733
+73080;44.11805;.83088;113;20220908;26.5;12.8;19.7;1.2;15.49;1.7;3.12;17460
+73080;44.11805;.83088;113;20220909;25.9;16.6;21.2;1.8;16.24;1.6;3.2;14882
+73080;44.11805;.83088;113;20220910;27.3;11.3;19.3;.9;14.24;0;3.28;20027
+73080;44.11805;.83088;113;20220911;32.6;12.5;22.5;1.5;14.64;0;4.22;21470
+73080;44.11805;.83088;113;20220912;34.6;16.6;25.6;3.4;18.14;0;5.59;19790
+73080;44.11805;.83088;113;20220913;32.2;20.7;26.5;3.1;21.54;.5;4.14;12774
+73080;44.11805;.83088;113;20220914;31.1;18.6;24.9;1.8;19.59;1.7;3.77;16835
+73080;44.11805;.83088;113;20220915;29.3;16.3;22.8;1.9;18.14;.2;3.63;17409
+73080;44.11805;.83088;113;20220916;25.9;17.7;21.8;3.3;15.59;0;3.88;15107
+73080;44.11805;.83088;113;20220917;22.4;11.2;16.8;1.7;9.69;0;3.13;17684
+73080;44.11805;.83088;113;20220918;25.9;6.2;16;1;8.14;0;3.05;20115
+73080;44.11805;.83088;113;20220919;26.7;5.5;16.1;1.3;8.64;0;3.27;20304
+73080;44.11805;.83088;113;20220920;25.2;5.9;15.6;1.3;9.19;0;3.12;19884
+73080;44.11805;.83088;113;20220921;25.2;5.7;15.5;.9;9.14;0;2.84;19530
+73080;44.11805;.83088;113;20220922;26.8;5.6;16.2;1;10.24;0;2.93;19405
+73080;44.11805;.83088;113;20220923;23.4;7.9;15.6;1.2;13.09;5.4;2.13;12278
+73080;44.11805;.83088;113;20220924;18.3;13.5;15.9;1.5;15.84;3;1.31;6287
+73080;44.11805;.83088;113;20220925;20.1;10.1;15.1;1.7;12.39;0;2.29;14451
+73080;44.11805;.83088;113;20220926;20.6;6;13.3;2.6;11.24;2.6;2.4;13735
+73080;44.11805;.83088;113;20220927;19.1;12.8;16;4.3;14.34;4.5;2.15;9486
+73080;44.11805;.83088;113;20220928;19.7;14.8;17.3;5;16.09;6.9;2.12;8854
+73080;44.11805;.83088;113;20220929;17.3;13.2;15.2;2.8;14.04;7.9;1.7;8260
+73080;44.11805;.83088;113;20220930;19.5;10;14.7;2;11.34;.1;2.33;14176
+73080;44.11805;.83088;113;20221001;22.7;9;15.9;2.2;13.34;0;2.28;12002
+73080;44.11805;.83088;113;20221002;24;10.9;17.4;1;15.04;.1;2.02;13078
+73080;44.11805;.83088;113;20221003;25.1;12;18.5;.9;14.54;0;2.25;14689
+73080;44.11805;.83088;113;20221004;25.5;8.2;16.8;.9;12.74;.1;2.29;15801
+73080;44.11805;.83088;113;20221005;26.9;8.9;17.9;2.7;13.94;0;3.16;15876
+73080;44.11805;.83088;113;20221006;22.4;14.8;18.6;1.7;15.84;0;1.87;8574
+73080;44.11805;.83088;113;20221007;25;10.4;17.7;1.6;14.39;.1;2.32;13959
+73080;44.11805;.83088;113;20221008;23.1;11.8;17.5;1;16.09;2.5;1.7;10564
+73080;44.11805;.83088;113;20221009;25.9;11.2;18.5;2.2;14.29;.1;2.68;14155
+73080;44.11805;.83088;113;20221010;24.8;11.5;18.2;1.8;15.14;0;2.15;11650
+73080;44.11805;.83088;113;20221011;23.5;14.1;18.8;1;16.19;0;1.71;9941
+73080;44.11805;.83088;113;20221012;20;13.5;16.8;1;15.64;.4;1.45;8131
+73080;44.11805;.83088;113;20221013;22.7;11.9;17.3;1.6;15;1.1;1.64;8501
+73080;44.11805;.83088;113;20221014;21.6;16.9;19.2;2.9;17.34;.5;1.8;6240
+73080;44.11805;.83088;113;20221015;27.5;12.5;20;1.8;14.99;0;2.5;13393
+73080;44.11805;.83088;113;20221016;28.1;14.6;21.4;3.5;16.84;0;3.18;11998
+73080;44.11805;.83088;113;20221017;26.9;16.8;21.9;2.4;18.29;.3;2.3;8537
+73080;44.11805;.83088;113;20221018;29.2;15.8;22.5;4.3;17.59;0;3.64;12222
+73080;44.11805;.83088;113;20221019;27.3;14.7;21;4;17.39;2.7;2.98;9562
+73080;44.11805;.83088;113;20221020;23.5;16.6;20;2.7;19.09;.9;1.63;5506
+73080;44.11805;.83088;113;20221021;22.5;14.5;18.5;1.7;16.89;.8;1.47;7029
+73080;44.11805;.83088;113;20221022;26.4;11.3;18.9;2.1;14.74;0;2.27;11797
+73080;44.11805;.83088;113;20221023;26.2;14.6;20.4;2.1;14.69;0;2.24;6791
+73080;44.11805;.83088;113;20221024;25;10.8;17.9;1.3;12.84;.2;1.77;10407
+73080;44.11805;.83088;113;20221025;24.5;9.7;17.1;2.3;13.74;.1;2.01;8972
+73080;44.11805;.83088;113;20221026;25.2;10.8;18;2.6;15.29;.1;2.05;9131
+73080;44.11805;.83088;113;20221027;25;13.8;19.4;4.5;17.04;0;2.37;7043
+73080;44.11805;.83088;113;20221028;26.4;17.2;21.8;3.8;17.14;0;2.77;7561
+73080;44.11805;.83088;113;20221029;26.8;14.2;20.5;3.5;14.69;0;2.87;8957
+73080;44.11805;.83088;113;20221030;24.4;10.2;17.3;1.3;13.84;0;1.5;9261
+73080;44.11805;.83088;113;20221031;22.8;10.5;16.7;2.1;14.84;1.1;1.49;7538
+73080;44.11805;.83088;113;20221101;20.5;14.1;17.3;1.6;13.89;0;1.4;6472
+73080;44.11805;.83088;113;20221102;20.4;8.4;14.4;1.5;11.59;.1;1.33;8797
+73080;44.11805;.83088;113;20221103;21;8.2;14.6;3;11.54;3.8;1.89;6029
+73080;44.11805;.83088;113;20221104;15.4;10;12.7;4.8;10.84;5.7;1.73;6199
+73080;44.11805;.83088;113;20221105;17;3.5;10.2;1;8.99;0;.95;8887
+73080;44.11805;.83088;113;20221106;19;2.3;10.7;1.9;8.99;.4;1.33;9563
+73080;44.11805;.83088;113;20221107;20.1;4.6;12.3;2;10.19;.1;1.37;9664
+73080;44.11805;.83088;113;20221108;19.2;8.8;14;2.6;12.94;.1;1.24;5938
+73080;44.11805;.83088;113;20221109;16.6;12.5;14.6;1.5;14.39;1.1;.82;3704
+73080;44.11805;.83088;113;20221110;15.8;8.9;12.4;1.4;11.79;0;.87;4629
+73080;44.11805;.83088;113;20221111;21.6;4.5;13.1;1.4;11.29;.1;1.19;8618
+73080;44.11805;.83088;113;20221112;22.5;7.8;15.2;2.1;12.19;.1;1.51;8815
+73080;44.11805;.83088;113;20221113;20.3;4.2;12.3;1.4;10.24;0;1.09;8974
+73080;44.11805;.83088;113;20221114;14.9;6.8;10.8;1.7;11.79;2.3;.65;4023
+73080;44.11805;.83088;113;20221115;16.9;8.6;12.8;1.9;13.24;7.1;.78;4935
+73080;44.11805;.83088;113;20221116;18.7;9;13.9;2.1;12.09;.1;1.13;7270
+73080;44.11805;.83088;113;20221117;18.6;12.2;15.4;2.7;13.14;3.4;1.31;5451
+73080;44.11805;.83088;113;20221118;13.5;8.9;11.2;2.7;11.19;4.1;.88;4314
+73080;44.11805;.83088;113;20221119;11.6;8.1;9.8;2.4;9.89;1;.83;4041
+73080;44.11805;.83088;113;20221120;12.4;4;8.2;1.8;10.04;3.1;.57;4520
+73080;44.11805;.83088;113;20221121;13.4;7.7;10.6;3.4;11.04;23;.88;2395
+73080;44.11805;.83088;113;20221122;9.6;6.8;8.2;4.3;9.64;17.1;.74;2832
+73080;44.11805;.83088;113;20221123;16.4;8.3;12.4;3;11.39;4.7;1.1;5084
+73080;44.11805;.83088;113;20221124;12.8;4.4;8.6;1.6;9.99;1.8;.55;4452
+73080;44.11805;.83088;113;20221125;13.4;6;9.7;1.8;10.24;6.1;.69;4332
+73080;44.11805;.83088;113;20221126;8.9;2.9;5.9;1.4;8.69;.1;.41;3511
+73080;44.11805;.83088;113;20221127;12.1;1.9;7;2.6;8.89;7.1;.63;5673
+73080;44.11805;.83088;113;20221128;13.5;7.7;10.6;2.9;10.89;4.3;.79;4723
+73080;44.11805;.83088;113;20221129;11.6;3.5;7.6;1.2;9.19;.4;.48;4517
+73080;44.11805;.83088;113;20221130;7.2;1.2;4.2;.6;7.39;.1;.38;3061
+73080;44.11805;.83088;113;20221201;5.1;-.2;2.4;1.1;7.49;0;.27;2879
+73080;44.11805;.83088;113;20221202;6.5;4.3;5.4;.8;8.34;0;.42;1529
+73080;44.11805;.83088;113;20221203;7.6;3.8;5.7;.9;8.19;.6;.42;2823
+73080;44.11805;.83088;113;20221204;8.9;3.1;6;1.2;7.74;0;.48;3997
+73080;44.11805;.83088;113;20221205;10.5;-.8;4.9;1.8;6.79;.1;.53;6237
+73080;44.11805;.83088;113;20221206;10.5;2.7;6.6;1.2;7.84;0;.51;4209
+73080;44.11805;.83088;113;20221207;11.5;5.5;8.5;.8;8.04;0;.41;5328
+73080;44.11805;.83088;113;20221208;8.3;.2;4.3;1.7;7.64;6.7;.38;3510
+73080;44.11805;.83088;113;20221209;9.2;6.4;7.8;1.2;9.74;1.8;.46;1761
+73080;44.11805;.83088;113;20221210;1.7;.5;1.1;3.1;5.54;0;.57;2100
+73080;44.11805;.83088;113;20221211;3.4;-5.8;-1.2;1.5;4.59;.1;.36;5133
+73080;44.11805;.83088;113;20221212;2.8;-5.2;-1.2;2.1;5.64;6.2;.22;2805
+73080;44.11805;.83088;113;20221213;12;2.9;7.4;3.5;10.64;5.2;.31;2846
+73080;44.11805;.83088;113;20221214;14.8;8;11.4;1.8;11.74;.6;.59;3758
+73080;44.11805;.83088;113;20221215;12.2;6.6;9.4;1.9;11.19;2.9;.43;3288
+73080;44.11805;.83088;113;20221216;9.8;7.8;8.8;1.6;9.94;.6;.54;1770
+73080;44.11805;.83088;113;20221217;7.9;-2.8;2.6;1.4;6.19;.1;.39;5482
+73080;44.11805;.83088;113;20221218;12.5;1.5;7;3.2;7.99;0;.81;5958
+73080;44.11805;.83088;113;20221219;15.4;3.9;9.7;2.6;9.69;.1;.75;5622
+73080;44.11805;.83088;113;20221220;15.5;6.7;11.1;2.5;11.84;2.1;.64;3240
+73080;44.11805;.83088;113;20221221;17.7;8.8;13.2;1.4;12.14;0;.66;5192
+73080;44.11805;.83088;113;20221222;17.3;6.3;11.8;1.6;11.99;1.5;.59;4327
+73080;44.11805;.83088;113;20221223;18.4;10.8;14.6;1.3;13.29;0;.68;4476
+73080;44.11805;.83088;113;20221224;16.1;7.6;11.8;1.4;11.34;0;.57;4845
+73080;44.11805;.83088;113;20221225;16.5;2.9;9.7;2.3;9.99;0;.72;6183
+73080;44.11805;.83088;113;20221226;16.4;6.3;11.3;1.6;11.29;2.6;.63;4673
+73080;44.11805;.83088;113;20221227;14.4;9.7;12.1;.9;11.94;.2;.5;3380
+73080;44.11805;.83088;113;20221228;14.7;6;10.4;2.1;10.44;0;.66;4880
+73080;44.11805;.83088;113;20221229;13.4;8.2;10.8;2.1;11.19;4.7;.67;2754
+73080;44.11805;.83088;113;20221230;16;8.5;12.3;2.7;11.79;1.3;.87;4027
+73080;44.11805;.83088;113;20221231;17.6;8.3;13;3.1;11.74;0;1.09;5340
+73081;44.14514;1.14088;89;20220101;15;2.2;8.6;.8;8.9;.1;.43;5665
+73081;44.14514;1.14088;89;20220102;12.7;2;7.3;1.3;9.5;.1;.39;5100
+73081;44.14514;1.14088;89;20220103;12.6;4.1;8.3;1.1;9.8;.1;.42;4434
+73081;44.14514;1.14088;89;20220104;16.3;5.7;11;2.5;10.6;5.4;.87;5141
+73081;44.14514;1.14088;89;20220105;8.1;4.6;6.3;2.5;7.3;0;.81;2422
+73081;44.14514;1.14088;89;20220106;7.8;-1.9;2.9;1.3;5.5;.1;.53;4939
+73081;44.14514;1.14088;89;20220107;9;-4;2.5;2.1;7;3;.38;5973
+73081;44.14514;1.14088;89;20220108;10.9;4.9;7.9;5.5;10.4;4.6;.4;3676
+73081;44.14514;1.14088;89;20220109;9.3;6.3;7.8;3.4;10.3;24.4;.38;2244
+73081;44.14514;1.14088;89;20220110;8.6;7.9;8.2;.9;10.4;5.9;.46;423
+73081;44.14514;1.14088;89;20220111;9.2;1.2;5.2;1.9;7.3;.1;.58;4583
+73081;44.14514;1.14088;89;20220112;7.3;-4.1;1.6;1.2;5.7;0;.42;5783
+73081;44.14514;1.14088;89;20220113;.5;-2.2;-.9;2;5.8;.1;.23;2175
+73081;44.14514;1.14088;89;20220114;6.1;-2.7;1.7;1.5;5.5;.1;.48;6500
+73081;44.14514;1.14088;89;20220115;.9;-3.5;-1.3;.7;5.3;.1;.28;3220
+73081;44.14514;1.14088;89;20220116;2.5;-4.4;-1;.8;5.7;.1;.25;4416
+73081;44.14514;1.14088;89;20220117;1.5;-1.2;.1;.8;6.2;.1;.29;2310
+73081;44.14514;1.14088;89;20220118;2;1.4;1.7;1.2;7;.1;.31;417
+73081;44.14514;1.14088;89;20220119;5.2;1.7;3.4;1.7;7.6;1.5;.35;2895
+73081;44.14514;1.14088;89;20220120;7.7;3.4;5.5;1.3;7.6;.2;.54;3400
+73081;44.14514;1.14088;89;20220121;7.9;1;4.4;2;5.4;0;.91;4719
+73081;44.14514;1.14088;89;20220122;8;-4.5;1.7;.9;5;.1;.51;6891
+73081;44.14514;1.14088;89;20220123;10.8;-5.1;2.8;.5;5.2;0;.44;8042
+73081;44.14514;1.14088;89;20220124;11.7;-3.8;3.9;.9;5.8;0;.6;8029
+73081;44.14514;1.14088;89;20220125;11.9;-2.9;4.5;.6;6.1;.1;.52;7921
+73081;44.14514;1.14088;89;20220126;5.8;-3.6;1.1;.8;5.6;0;.43;6134
+73081;44.14514;1.14088;89;20220127;1;-2.1;-.6;1.2;5.9;.1;.3;3018
+73081;44.14514;1.14088;89;20220128;.4;-1.9;-.8;1.1;5.8;0;.3;2463
+73081;44.14514;1.14088;89;20220129;1.1;-.8;.1;1.2;6.1;0;.33;2161
+73081;44.14514;1.14088;89;20220130;4.7;.2;2.4;1.8;7.3;.1;.34;4094
+73081;44.14514;1.14088;89;20220131;8.6;3.9;6.2;4;8.7;.8;.62;4281
+73081;44.14514;1.14088;89;20220201;8.5;.4;4.4;4;8.2;.3;.48;6119
+73081;44.14514;1.14088;89;20220202;10.4;6.7;8.5;2.4;10.2;.1;.62;3775
+73081;44.14514;1.14088;89;20220203;5.6;-.2;2.7;1.1;8;.2;.33;5135
+73081;44.14514;1.14088;89;20220204;11.4;5.6;8.5;.9;10.5;1.2;.57;5217
+73081;44.14514;1.14088;89;20220205;11.6;7.4;9.5;1.9;8.2;0;1.09;4315
+73081;44.14514;1.14088;89;20220206;10.1;-3.1;3.5;2.7;7.7;.7;.63;8785
+73081;44.14514;1.14088;89;20220207;12.4;8.7;10.5;3.7;9.8;.9;1.26;4106
+73081;44.14514;1.14088;89;20220208;13.6;-1.3;6.1;1;7;0;.89;9691
+73081;44.14514;1.14088;89;20220209;15.8;-2.3;6.7;1.7;7.6;.1;1.18;10970
+73081;44.14514;1.14088;89;20220210;4;-.2;1.9;1.7;8.9;.8;1.15;10850
+73081;44.14514;1.14088;89;20220211;13.6;8.1;10.9;1.9;9.25;0;1.2;7750
+73081;44.14514;1.14088;89;20220212;13.9;-.8;6.5;1.7;6.39;0;1.14;10003
+73081;44.14514;1.14088;89;20220213;17.4;.8;9.1;3.5;8.9;3.4;1.71;10750
+73081;44.14514;1.14088;89;20220214;11.4;8.7;10;4.3;9.9;5.6;1.22;6200
+73081;44.14514;1.14088;89;20220215;10.8;5.5;8.1;3.5;9.45;4.1;.86;5850
+73081;44.14514;1.14088;89;20220216;14;8.2;11.1;4.9;11.9;3.6;1.02;6295
+73081;44.14514;1.14088;89;20220217;14.6;11.6;13.1;3.7;13.6;1.2;.93;4231
+73081;44.14514;1.14088;89;20220218;16;10.7;13.3;2.1;12.1;0;1.23;6147
+73081;44.14514;1.14088;89;20220219;12.4;7.8;10.1;2.3;8.5;0;1.35;5726
+73081;44.14514;1.14088;89;20220220;12.9;.1;6.5;2.4;9.5;1.4;.91;10571
+73081;44.14514;1.14088;89;20220221;13.4;9.3;11.3;5.7;9.8;.7;1.83;5502
+73081;44.14514;1.14088;89;20220222;15.1;7.6;11.3;2.4;9.6;0;1.51;8017
+73081;44.14514;1.14088;89;20220223;16.8;4.9;10.8;1;9.4;0;1.3;10584
+73081;44.14514;1.14088;89;20220224;15.5;4;9.7;2.1;9.7;.1;1.38;10528
+73081;44.14514;1.14088;89;20220225;13;3.4;8.2;1.8;6.7;0;1.5;9641
+73081;44.14514;1.14088;89;20220226;14.9;-3;5.9;1.8;5.5;0;1.74;13826
+73081;44.14514;1.14088;89;20220227;15.7;-1.6;7;1.3;7.1;0;1.51;13753
+73081;44.14514;1.14088;89;20220228;17.8;0;8.9;1.3;8.1;0;1.65;14155
+73081;44.14514;1.14088;89;20220301;17.4;-.4;8.5;1.9;8;0;1.82;14342
+73081;44.14514;1.14088;89;20220302;12;3.3;7.6;1.6;9.7;2.4;1.03;9766
+73081;44.14514;1.14088;89;20220303;16.1;7.4;11.7;1.1;10.1;.1;1.41;9899
+73081;44.14514;1.14088;89;20220304;10.8;4.7;7.7;3.2;10.2;4.1;.84;8188
+73081;44.14514;1.14088;89;20220305;9.4;7.1;8.2;2.8;9.4;.4;.94;4593
+73081;44.14514;1.14088;89;20220306;13.2;6.6;9.9;2.1;7.6;0;1.7;8803
+73081;44.14514;1.14088;89;20220307;11.9;-3.3;4.3;1.7;6.7;0;1.41;14211
+73081;44.14514;1.14088;89;20220308;14.8;-1;6.9;2.1;8.4;2.6;1.61;14696
+73081;44.14514;1.14088;89;20220309;16.5;4.4;10.4;2.9;9.7;.1;1.92;12858
+73081;44.14514;1.14088;89;20220310;16;7.4;11.7;1.9;10.2;.4;1.7;10770
+73081;44.14514;1.14088;89;20220311;14.1;6.4;10.2;4.5;10.6;13.2;1.54;10249
+73081;44.14514;1.14088;89;20220312;11.2;8.6;9.9;2.2;10.3;8.9;1.08;5484
+73081;44.14514;1.14088;89;20220313;11.8;5.9;8.8;2.9;9.4;8.1;1.35;9034
+73081;44.14514;1.14088;89;20220314;14.6;1.2;7.9;6;9.6;0;1.68;14445
+73081;44.14514;1.14088;89;20220315;16.7;13.3;15;8.8;12;0;2.81;6714
+73081;44.14514;1.14088;89;20220316;17.7;10.4;14;2.9;12.1;.2;2.01;10571
+73081;44.14514;1.14088;89;20220317;15.6;11.2;13.4;1.9;12.1;1.3;1.53;8012
+73081;44.14514;1.14088;89;20220318;13.6;7.9;10.8;1.6;9.65;0;1.45;8050
+73081;44.14514;1.14088;89;20220319;17.5;6.5;12;4.2;8.75;0;2.95;16700
+73081;44.14514;1.14088;89;20220320;17.8;7;12.4;5;9.65;0;2.74;12450
+73081;44.14514;1.14088;89;20220321;17.2;10.7;13.9;7.3;9.3;0;3.89;18000
+73081;44.14514;1.14088;89;20220322;16.9;8.5;12.7;7.5;7.1;0;4.33;18100
+73081;44.14514;1.14088;89;20220323;17.2;6.2;11.7;4.8;6.9;0;3.7;19600
+73081;44.14514;1.14088;89;20220324;18.8;.3;9.5;2.9;7;0;3.05;19800
+73081;44.14514;1.14088;89;20220325;20.5;2.3;11.4;2.2;6.4;0;2.94;16200
+73081;44.14514;1.14088;89;20220326;20.6;2.4;11.5;3.3;6.15;0;3.81;19900
+73081;44.14514;1.14088;89;20220327;22.3;5.6;13.9;3.5;6.95;0;4.15;18950
+73081;44.14514;1.14088;89;20220328;22.6;3.8;13.2;2.3;7.4;0;3.27;16050
+73081;44.14514;1.14088;89;20220329;19.1;5.4;12.2;1.6;9.65;4.6;1.94;10100
+73081;44.14514;1.14088;89;20220330;14.4;10.2;12.3;2.5;11.6;2.1;1.43;6000
+73081;44.14514;1.14088;89;20220331;15.2;9;12.1;5.2;9.35;2.2;2.87;15450
+73081;44.14514;1.14088;89;20220401;9.4;2.2;5.8;6.6;5.55;.5;2.53;14900
+73081;44.14514;1.14088;89;20220402;9.5;1.9;5.7;4.8;5.3;0;2.38;12650
+73081;44.14514;1.14088;89;20220403;7.3;-2.6;2.3;2;5.11;0;1.6;14954
+73081;44.14514;1.14088;89;20220404;12.4;-1.8;5.3;1.9;5.02;0;2.44;21225
+73081;44.14514;1.14088;89;20220405;15.6;-2.1;6.7;1.6;6.55;0;2.42;19958
+73081;44.14514;1.14088;89;20220406;12.2;7;9.6;3;10.8;.2;1.05;4600
+73081;44.14514;1.14088;89;20220407;19.1;9.5;14.3;4.9;11.7;4.8;2.78;11900
+73081;44.14514;1.14088;89;20220408;20.5;10.7;15.6;4.8;11.4;.6;3.25;11650
+73081;44.14514;1.14088;89;20220409;15.6;7.6;11.6;2.9;8.15;.2;2.98;18250
+73081;44.14514;1.14088;89;20220410;19.8;0;9.9;3.1;6.85;0;3.7;23450
+73081;44.14514;1.14088;89;20220411;20.2;6;13.1;7;10;0;4.08;18850
+73081;44.14514;1.14088;89;20220412;18.7;12.5;15.6;6;11;.4;3.44;11850
+73081;44.14514;1.14088;89;20220413;14;11.9;13;1.7;12.5;2.9;1.11;4100
+73081;44.14514;1.14088;89;20220414;23.1;6.5;14.8;1.3;12.35;0;3.27;21750
+73081;44.14514;1.14088;89;20220415;23.6;9.3;16.5;2.2;13.45;.1;3.38;19100
+73081;44.14514;1.14088;89;20220416;24.9;9.7;17.3;3.1;12.3;0;4.34;23450
+73081;44.14514;1.14088;89;20220417;23.1;6.5;14.8;2.7;10.85;0;3.98;23150
+73081;44.14514;1.14088;89;20220418;18.9;11.3;15.1;2.8;11.8;0;2.66;12500
+73081;44.14514;1.14088;89;20220419;14.4;9.6;12;2.8;12.15;15.1;1.25;5200
+73081;44.14514;1.14088;89;20220420;13.1;9.3;11.2;2;11.7;6.3;1.18;5200
+73081;44.14514;1.14088;89;20220421;15.9;9.6;12.7;2.5;12.5;.1;1.54;7150
+73081;44.14514;1.14088;89;20220422;18.9;11.4;15.2;1.5;13.05;0;2.38;13300
+73081;44.14514;1.14088;89;20220423;13.5;9;11.2;2.3;11.7;14.9;1;3450
+73081;44.14514;1.14088;89;20220424;17.9;9.7;13.8;4.5;12.05;0;2.31;9300
+73081;44.14514;1.14088;89;20220425;19.1;5.1;12.1;1.2;10.5;0;2.8;19100
+73081;44.14514;1.14088;89;20220426;23.3;4.6;14;1.8;10.7;0;3.92;25500
+73081;44.14514;1.14088;89;20220427;23.1;7.6;15.3;1.6;12.5;0;3.19;18350
+73081;44.14514;1.14088;89;20220428;20.2;13.2;16.7;2.4;14.6;0;2.38;11150
+73081;44.14514;1.14088;89;20220429;22.2;11.8;17;2.6;13.9;0;3.5;19900
+73081;44.14514;1.14088;89;20220430;22.7;12;17.3;3;13;0;4.07;22150
+73081;44.14514;1.14088;89;20220501;21.2;10.7;16;2.4;11.9;0;3.75;21350
+73081;44.14514;1.14088;89;20220502;21.4;12.3;16.8;2.2;12.4;0;3.37;17250
+73081;44.14514;1.14088;89;20220503;21.6;11.7;16.6;1.9;13.4;3.9;2.81;13900
+73081;44.14514;1.14088;89;20220504;21.8;11.9;16.8;2.4;12.4;.6;3.39;16800
+73081;44.14514;1.14088;89;20220505;22.3;10.3;16.3;3.2;10.6;0;4.43;22950
+73081;44.14514;1.14088;89;20220506;22;8.2;15.1;2.4;11.1;0;3.96;22817
+73081;44.14514;1.14088;89;20220507;23.4;9.4;16.4;2.6;11.6;0;4.27;23106
+73081;44.14514;1.14088;89;20220508;25;10.4;17.7;1;12.3;0;4;23739
+73081;44.14514;1.14088;89;20220509;26.9;8.5;17.7;.6;12.4;0;4.27;26937
+73081;44.14514;1.14088;89;20220510;28.4;8.7;18.5;1.2;13.1;0;4.82;28046
+73081;44.14514;1.14088;89;20220511;30.8;9.8;20.3;2;13.8;.5;5.65;28905
+73081;44.14514;1.14088;89;20220512;24.4;15.1;19.7;1.8;15.4;.4;3.77;19034
+73081;44.14514;1.14088;89;20220513;26.7;13.3;20;.5;16.1;.1;3.98;23209
+73081;44.14514;1.14088;89;20220514;30.2;11.6;20.9;.8;15.7;0;4.87;27691
+73081;44.14514;1.14088;89;20220515;30.4;13.6;22;2.1;16.4;2.1;5.39;26359
+73081;44.14514;1.14088;89;20220516;28.9;15.2;22;1.2;16.8;.1;4.58;23771
+73081;44.14514;1.14088;89;20220517;32.1;13.3;22.7;1;16.4;0;5.29;28177
+73081;44.14514;1.14088;89;20220518;33.2;16.1;24.6;1;16.4;.9;5.33;26913
+73081;44.14514;1.14088;89;20220519;30.5;17;23.7;2;18.3;.1;5.15;23854
+73081;44.14514;1.14088;89;20220520;30.3;16.2;23.2;2.2;17.2;0;5.32;24493
+73081;44.14514;1.14088;89;20220521;32.4;15.3;23.8;.7;19.4;.1;5.13;27197
+73081;44.14514;1.14088;89;20220522;31.5;16.9;24.2;1.1;19.9;4.9;5;25114
+73081;44.14514;1.14088;89;20220523;23.2;16.7;19.9;3.3;16.4;.7;3.71;16376
+73081;44.14514;1.14088;89;20220524;19.1;12.7;15.9;2.6;13.3;1.1;3.07;16291
+73081;44.14514;1.14088;89;20220525;21.3;8.8;15;2.4;11.5;0;4;23355
+73081;44.14514;1.14088;89;20220526;19.9;9.7;14.8;2;12.7;0;3.43;21032
+73081;44.14514;1.14088;89;20220527;25.7;15.2;20.4;2;13.9;0;4.49;21417
+73081;44.14514;1.14088;89;20220528;27.6;11.2;19.4;1.8;12.6;0;5.17;27163
+73081;44.14514;1.14088;89;20220529;25.7;8.5;17.1;1.2;9.4;0;4.78;27919
+73081;44.14514;1.14088;89;20220530;26.1;8.5;17.3;1.2;9.9;.2;4.85;28325
+73081;44.14514;1.14088;89;20220531;27.2;13.5;20.3;1.1;12.7;0;4.64;24894
+73081;44.14514;1.14088;89;20220601;32.6;13;22.8;1.1;14.2;.1;5.75;30097
+73081;44.14514;1.14088;89;20220602;30.1;17.2;23.6;1.7;18.1;1.1;5.11;24221
+73081;44.14514;1.14088;89;20220603;32.2;18.3;25.2;1.7;18.2;17.4;5.57;25241
+73081;44.14514;1.14088;89;20220604;26.2;15.4;20.8;1.9;20.6;2.7;4.06;22136
+73081;44.14514;1.14088;89;20220605;25;16.8;20.9;2.6;17.6;0;4.04;19155
+73081;44.14514;1.14088;89;20220606;27.7;14.6;21.1;1.4;16.7;.3;4.7;24595
+73081;44.14514;1.14088;89;20220607;25.3;17;21.1;1.9;16.1;.8;4.11;19342
+73081;44.14514;1.14088;89;20220608;21.4;14.5;17.9;2.1;16.2;5.7;3.24;17546
+73081;44.14514;1.14088;89;20220609;22.2;11.8;17;2.3;14.2;.4;3.88;21867
+73081;44.14514;1.14088;89;20220610;29.2;11.4;20.3;.8;14.5;0;5.1;29044
+73081;44.14514;1.14088;89;20220611;32.6;11.7;22.1;.7;15.7;0;5.65;31340
+73081;44.14514;1.14088;89;20220612;30.3;17.6;23.9;1.8;19.4;2.6;5.17;24381
+73081;44.14514;1.14088;89;20220613;31.6;18.1;24.8;1.4;21.2;.1;5.24;25200
+73081;44.14514;1.14088;89;20220614;36.3;17.1;26.7;1.3;20.1;.1;6.46;30327
+73081;44.14514;1.14088;89;20220615;35.7;18.2;26.9;1.1;20.7;0;6.1;28913
+73081;44.14514;1.14088;89;20220616;36.4;18.4;27.4;1;20.3;0;6.17;29357
+73081;44.14514;1.14088;89;20220617;38.8;18.3;28.5;.9;20.4;0;6.63;31431
+73081;44.14514;1.14088;89;20220618;39.4;18.6;29;2.6;17.7;0;8.22;31477
+73081;44.14514;1.14088;89;20220619;35.4;17.2;26.3;2.2;18.6;.8;6.85;29556
+73081;44.14514;1.14088;89;20220620;30.6;18.1;24.3;1.6;19.7;0;5.13;24274
+73081;44.14514;1.14088;89;20220621;30;19.9;24.9;1.8;21.7;1.5;4.76;21688
+73081;44.14514;1.14088;89;20220622;29;18.6;23.8;1.5;19.8;1.6;4.62;22025
+73081;44.14514;1.14088;89;20220623;27;15.7;21.3;.8;18.5;19.3;4.26;23008
+73081;44.14514;1.14088;89;20220624;26.3;16.8;21.5;2;17.4;0;4.35;20981
+73081;44.14514;1.14088;89;20220625;24.1;13.7;18.9;2.1;16.6;1.4;4.03;22003
+73081;44.14514;1.14088;89;20220626;19.9;14.5;17.2;2.6;15.7;5.9;2.92;15482
+73081;44.14514;1.14088;89;20220627;22.8;14.6;18.7;2.4;14.8;0;3.88;19368
+73081;44.14514;1.14088;89;20220628;26.6;15.8;21.2;1.9;12.9;0;4.84;22403
+73081;44.14514;1.14088;89;20220629;29;11.5;20.2;1.4;15;0;5.31;28848
+73081;44.14514;1.14088;89;20220630;18;15.4;16.7;2.1;14.5;1;2.32;10308
+73081;44.14514;1.14088;89;20220701;24.7;11.5;18.1;.9;13.3;0;4.26;24832
+73081;44.14514;1.14088;89;20220702;31.8;9.4;20.6;.8;13.4;0;5.52;31274
+73081;44.14514;1.14088;89;20220703;31.7;16.7;24.2;2;16.7;.5;5.83;26491
+73081;44.14514;1.14088;89;20220704;28.5;16.6;22.5;2.9;18.2;2.1;5.13;23420
+73081;44.14514;1.14088;89;20220705;30.5;17.2;23.8;2.2;16.6;0;5.58;24796
+73081;44.14514;1.14088;89;20220706;30.4;14.3;22.3;1.6;14.2;0;5.55;27367
+73081;44.14514;1.14088;89;20220707;29.4;14.5;21.9;2.5;14.5;0;5.72;26233
+73081;44.14514;1.14088;89;20220708;30.8;15.5;23.1;1.9;15.5;0;5.65;26551
+73081;44.14514;1.14088;89;20220709;33;13;23;1.3;15;0;5.98;30484
+73081;44.14514;1.14088;89;20220710;34.2;15.6;24.9;1;14.9;0;5.81;29291
+73081;44.14514;1.14088;89;20220711;36.9;16;26.4;.9;16.1;0;6.18;30812
+73081;44.14514;1.14088;89;20220712;36.9;16.7;26.8;1.2;16.1;0;6.42;30445
+73081;44.14514;1.14088;89;20220713;35.9;14.1;25;.7;14.9;0;5.81;30676
+73081;44.14514;1.14088;89;20220714;37.1;16.2;26.6;.9;17.1;0;6.17;30603
+73081;44.14514;1.14088;89;20220715;36;16.3;26.1;1.1;16.9;0;6.13;29827
+73081;44.14514;1.14088;89;20220716;37.9;15.6;26.7;1;16.4;0;6.27;30449
+73081;44.14514;1.14088;89;20220717;39.3;15.3;27.3;.6;15.5;0;5.91;30367
+73081;44.14514;1.14088;89;20220718;39.9;16.8;28.3;2.5;15.7;0;8;30283
+73081;44.14514;1.14088;89;20220719;33.7;17.9;25.8;1.8;19.4;0;5.83;26273
+73081;44.14514;1.14088;89;20220720;29.3;21.1;25.2;2.9;17.4;0;5.12;18503
+73081;44.14514;1.14088;89;20220721;34;15.8;24.9;1.2;16.8;0;5.72;28114
+73081;44.14514;1.14088;89;20220722;29.8;17.3;23.5;2.8;18.2;.4;5.28;22998
+73081;44.14514;1.14088;89;20220723;30.1;16.9;23.5;1.7;16.3;0;5.05;23587
+73081;44.14514;1.14088;89;20220724;37.1;14.5;25.8;1;16.5;0;6.01;29716
+73081;44.14514;1.14088;89;20220725;29.2;21.1;25.1;3.7;18.4;0;5.25;18060
+73081;44.14514;1.14088;89;20220726;27.8;16.7;22.2;2;14.5;0;4.73;21282
+73081;44.14514;1.14088;89;20220727;28.9;12.9;20.9;1.9;13.4;0;5.19;25713
+73081;44.14514;1.14088;89;20220728;29.4;14.5;21.9;2.1;15.1;0;5.19;24668
+73081;44.14514;1.14088;89;20220729;28.1;18.3;23.2;2.3;16.1;.1;4.67;19677
+73081;44.14514;1.14088;89;20220730;31.2;19.3;25.2;2;17;0;5.16;21723
+73081;44.14514;1.14088;89;20220731;33.6;16.4;25;1.8;16.7;0;5.78;26266
+73081;44.14514;1.14088;89;20220801;34.4;18;26.2;2.4;17.2;0;6.23;25503
+73081;44.14514;1.14088;89;20220802;36.7;16.3;26.5;1.1;16;0;5.85;28465
+73081;44.14514;1.14088;89;20220803;38.3;15.3;26.8;1.1;15.9;0;5.97;28559
+73081;44.14514;1.14088;89;20220804;36.2;20.3;28.2;2;21.4;0;6;24742
+73081;44.14514;1.14088;89;20220805;32.1;20.2;26.1;2.8;19.4;0;5.46;21124
+73081;44.14514;1.14088;89;20220806;34.1;19.1;26.6;2.3;17.2;0;5.92;23757
+73081;44.14514;1.14088;89;20220807;34.7;17.3;26;1.9;13.7;0;6;25557
+73081;44.14514;1.14088;89;20220808;36.3;13.8;25;.9;13;0;5.38;27888
+73081;44.14514;1.14088;89;20220809;36.1;14;25;.9;13.6;0;5.35;27746
+73081;44.14514;1.14088;89;20220810;37.4;14.5;25.9;1.3;14.1;0;5.86;27603
+73081;44.14514;1.14088;89;20220811;38.8;17.8;28.3;1.6;18.2;0;6.32;27458
+73081;44.14514;1.14088;89;20220812;39.6;20.4;30;1.9;21;0;6.54;26191
+73081;44.14514;1.14088;89;20220813;34.9;21.8;28.3;3.8;20.4;3.5;6.5;21282
+73081;44.14514;1.14088;89;20220814;26.7;20.8;23.7;3.2;21.1;1.3;3.59;13769
+73081;44.14514;1.14088;89;20220815;29.9;18.4;24.1;1.7;17.2;.1;4.38;19620
+73081;44.14514;1.14088;89;20220816;28.7;15.3;22;1.3;17.2;6.3;4.08;21151
+73081;44.14514;1.14088;89;20220817;27.3;16.3;21.8;2.3;17.4;.6;4.05;18921
+73081;44.14514;1.14088;89;20220818;27.1;16.7;21.9;3.5;16.6;.1;4.47;18243
+73081;44.14514;1.14088;89;20220819;27.3;17.2;22.2;3;17;0;4.27;17841
+73081;44.14514;1.14088;89;20220820;30.2;16.2;23.2;1;17.8;0;4.05;21096
+73081;44.14514;1.14088;89;20220821;29;17.2;23.1;1.6;17.7;0;4.02;19130
+73081;44.14514;1.14088;89;20220822;26.9;19.7;23.3;2.8;18.7;.3;3.76;14555
+73081;44.14514;1.14088;89;20220823;31.7;18.5;25.1;1.1;18.5;0;4.13;20028
+73081;44.14514;1.14088;89;20220824;35.8;15.5;25.6;.5;17.7;.5;4.5;24974
+73081;44.14514;1.14088;89;20220825;30.3;20;25.1;2.3;20.8;1.2;4.17;17287
+73081;44.14514;1.14088;89;20220826;30.3;20.6;25.4;2.4;19.8;.1;4.25;16613
+73081;44.14514;1.14088;89;20220827;31.2;17;24.1;1.5;17;0;4.28;20223
+73081;44.14514;1.14088;89;20220828;34.4;13.3;23.8;1.1;13.9;0;4.73;24686
+73081;44.14514;1.14088;89;20220829;33.5;15.4;24.4;2.1;16.1;3;5.17;22653
+73081;44.14514;1.14088;89;20220830;33;16;24.5;.9;18.1;0;4.15;21743
+73081;44.14514;1.14088;89;20220831;30.2;16;23.1;2.1;17.4;0;4.29;19603
+73081;44.14514;1.14088;89;20220901;29.2;19.6;24.4;2.2;19.1;3.6;3.85;15756
+73081;44.14514;1.14088;89;20220902;27.9;18.1;23;1;18.8;11.4;3.13;15801
+73081;44.14514;1.14088;89;20220903;28.7;17.1;22.9;1;17.9;.1;3.32;17161
+73081;44.14514;1.14088;89;20220904;34.2;15.7;24.9;1.7;18;0;4.72;21831
+73081;44.14514;1.14088;89;20220905;34.4;18.5;26.4;1.8;20.2;3.2;4.6;19972
+73081;44.14514;1.14088;89;20220906;32;18.8;25.4;1.8;19;.1;4.13;17924
+73081;44.14514;1.14088;89;20220907;27.8;17.1;22.4;1.9;15.7;0;3.6;15866
+73081;44.14514;1.14088;89;20220908;26.5;13;19.7;.7;15.2;2;2.95;17821
+73081;44.14514;1.14088;89;20220909;25.6;17.3;21.4;1.6;16.1;1.3;2.96;13565
+73081;44.14514;1.14088;89;20220910;27.4;11.1;19.2;.6;13.8;0;3.03;19355
+73081;44.14514;1.14088;89;20220911;33.3;12.3;22.8;.8;14.5;0;3.79;21941
+73081;44.14514;1.14088;89;20220912;33.8;15.2;24.5;2.4;17.9;0;4.81;20381
+73081;44.14514;1.14088;89;20220913;31.5;20.2;25.8;2.8;21.2;.2;4.11;15448
+73081;44.14514;1.14088;89;20220914;31.5;18.4;24.9;1.7;19.2;1.5;3.72;16570
+73081;44.14514;1.14088;89;20220915;29.5;17.4;23.4;1.8;18.2;.1;3.46;15718
+73081;44.14514;1.14088;89;20220916;26;18.9;22.4;3.1;15.4;0;3.61;11614
+73081;44.14514;1.14088;89;20220917;22.7;11.5;17.1;1.3;9.6;0;2.74;14769
+73081;44.14514;1.14088;89;20220918;26.4;6.1;16.2;1;8.1;0;3.08;20131
+73081;44.14514;1.14088;89;20220919;27;5.2;16.1;1.1;8.7;0;3.17;20508
+73081;44.14514;1.14088;89;20220920;25.7;5.5;15.6;1.1;9.2;0;2.99;19669
+73081;44.14514;1.14088;89;20220921;25.4;5.4;15.4;.9;9.3;0;2.78;19360
+73081;44.14514;1.14088;89;20220922;26.5;5.2;15.8;.7;9.9;0;2.71;19810
+73081;44.14514;1.14088;89;20220923;24.2;8.3;16.2;1;13.2;6.7;2.48;16756
+73081;44.14514;1.14088;89;20220924;19.2;15.1;17.1;1.6;15.8;4.2;1.6;7774
+73081;44.14514;1.14088;89;20220925;19.8;10.4;15.1;1.5;12.4;.1;2.04;12302
+73081;44.14514;1.14088;89;20220926;19.8;5.9;12.8;2.4;11;2.8;2.35;15070
+73081;44.14514;1.14088;89;20220927;18.9;13.2;16;4.5;14.1;4.9;2.17;9072
+73081;44.14514;1.14088;89;20220928;19.2;15;17.1;5;15.9;6.3;1.95;7509
+73081;44.14514;1.14088;89;20220929;17.6;13.2;15.4;2.6;13.9;9.6;1.66;7620
+73081;44.14514;1.14088;89;20220930;19.5;10.6;15;2;11.5;.1;2.13;11252
+73081;44.14514;1.14088;89;20221001;23;8.4;15.7;1.8;13;0;2.36;14604
+73081;44.14514;1.14088;89;20221002;24.2;11;17.6;.8;14.4;0;2.05;13656
+73081;44.14514;1.14088;89;20221003;25.5;12.5;19;.9;14.3;0;2.17;13379
+73081;44.14514;1.14088;89;20221004;25.4;8.8;17.1;.9;12.5;.1;2.22;15103
+73081;44.14514;1.14088;89;20221005;26.6;7.6;17.1;2;13.5;0;2.8;16052
+73081;44.14514;1.14088;89;20221006;22.5;14.9;18.7;1.7;15.6;.1;1.95;9549
+73081;44.14514;1.14088;89;20221007;25.3;10;17.6;1.1;13.9;.1;2.16;13919
+73081;44.14514;1.14088;89;20221008;23;11.7;17.3;.8;15.6;.9;1.71;11628
+73081;44.14514;1.14088;89;20221009;25.8;10;17.9;1.4;13.5;.1;2.31;13811
+73081;44.14514;1.14088;89;20221010;25.1;10;17.5;1;14.5;.1;1.98;13300
+73081;44.14514;1.14088;89;20221011;23.7;13.8;18.7;.7;15.8;0;1.63;10382
+73081;44.14514;1.14088;89;20221012;16.7;13.4;15;.3;15.4;.4;.93;5363
+73081;44.14514;1.14088;89;20221013;23.2;11.8;17.5;1.4;14.9;1;1.6;8300
+73081;44.14514;1.14088;89;20221014;21.5;16.9;19.2;2.8;17.1;.5;1.78;6381
+73081;44.14514;1.14088;89;20221015;27.4;12;19.7;1.3;14.6;0;2.2;12587
+73081;44.14514;1.14088;89;20221016;28;14.6;21.3;2.9;16.4;0;2.93;11497
+73081;44.14514;1.14088;89;20221017;27;16.9;21.9;1.9;17.6;.5;2.25;9674
+73081;44.14514;1.14088;89;20221018;29.3;14.9;22.1;3;17;0;3.1;11644
+73081;44.14514;1.14088;89;20221019;27.1;13.5;20.3;2.9;17;2.8;2.56;11124
+73081;44.14514;1.14088;89;20221020;22.6;17.5;20;1.9;19.5;1.4;1.39;6213
+73081;44.14514;1.14088;89;20221021;23.2;14.2;18.7;1.3;16.8;1;1.49;8558
+73081;44.14514;1.14088;89;20221022;26.5;11.2;18.8;1.2;14.4;0;1.86;11394
+73081;44.14514;1.14088;89;20221023;26;15.3;20.6;1.7;14.6;0;2.09;9183
+73081;44.14514;1.14088;89;20221024;24.9;11.2;18;.8;13.1;0;1.5;10414
+73081;44.14514;1.14088;89;20221025;24.6;9.5;17;1.6;13.6;.2;1.8;10844
+73081;44.14514;1.14088;89;20221026;24.9;11.1;18;1.9;14.7;.1;1.88;10163
+73081;44.14514;1.14088;89;20221027;24.8;13.4;19.1;3;16.3;0;2.1;8987
+73081;44.14514;1.14088;89;20221028;26.1;17.5;21.8;3.3;16.6;0;2.62;7522
+73081;44.14514;1.14088;89;20221029;26.9;13.4;20.1;2.3;13.6;0;2.43;9615
+73081;44.14514;1.14088;89;20221030;24.7;9;16.8;1;13.2;0;1.43;10323
+73081;44.14514;1.14088;89;20221031;23.6;9.5;16.5;1.3;14.4;2.4;1.39;9576
+73081;44.14514;1.14088;89;20221101;20.4;14.5;17.4;1.5;13.7;0;1.35;5645
+73081;44.14514;1.14088;89;20221102;20.5;9.9;15.2;.9;11.7;.1;1.13;7894
+73081;44.14514;1.14088;89;20221103;19.8;7.3;13.5;1.7;11.1;4.2;1.34;8559
+73081;44.14514;1.14088;89;20221104;14.9;9.5;12.2;4.3;10.5;5.3;1.57;5098
+73081;44.14514;1.14088;89;20221105;16.6;2.6;9.6;.7;8.7;.1;.83;8875
+73081;44.14514;1.14088;89;20221106;19.4;1.3;10.3;.9;8.3;.3;1.02;10127
+73081;44.14514;1.14088;89;20221107;20.7;3.1;11.9;1;9.6;.1;1.08;9829
+73081;44.14514;1.14088;89;20221108;19.6;7.6;13.6;1.3;12.6;.3;.99;7776
+73081;44.14514;1.14088;89;20221109;16.3;12.7;14.5;1.4;14.4;1.4;.77;3609
+73081;44.14514;1.14088;89;20221110;15.7;10.8;13.2;1.5;12;.1;.91;4358
+73081;44.14514;1.14088;89;20221111;22.5;4.1;13.3;1.4;10.9;.1;1.24;9536
+73081;44.14514;1.14088;89;20221112;22.7;7.5;15.1;1.8;11.7;0;1.44;8431
+73081;44.14514;1.14088;89;20221113;20.6;4;12.3;.9;9.8;0;.92;8749
+73081;44.14514;1.14088;89;20221114;15.8;5.7;10.7;.8;11.4;1.5;.62;6446
+73081;44.14514;1.14088;89;20221115;17.2;6.8;12;1.2;12.8;9.5;.67;6470
+73081;44.14514;1.14088;89;20221116;18.3;8.8;13.5;1.7;11.9;.2;1;6041
+73081;44.14514;1.14088;89;20221117;18.5;12;15.2;1.9;12.9;7.9;1.11;4703
+73081;44.14514;1.14088;89;20221118;13.3;9;11.1;2.5;11;4.5;.86;3528
+73081;44.14514;1.14088;89;20221119;11.5;8.2;9.8;2.2;9.8;1.2;.83;2883
+73081;44.14514;1.14088;89;20221120;11.1;4.3;7.7;1.8;9.9;3;.48;4641
+73081;44.14514;1.14088;89;20221121;12.7;7.8;10.2;3.5;10.9;24.5;.79;3690
+73081;44.14514;1.14088;89;20221122;9.6;6.9;8.2;4.3;9.4;15;.8;2365
+73081;44.14514;1.14088;89;20221123;16.2;8.4;12.3;2.5;10.9;4.6;1.07;4869
+73081;44.14514;1.14088;89;20221124;13.6;4.2;8.9;1;9.6;1.8;.54;5405
+73081;44.14514;1.14088;89;20221125;12.9;6.3;9.6;1.5;10.2;5.5;.61;4264
+73081;44.14514;1.14088;89;20221126;9.4;3.7;6.5;.9;8.6;.2;.44;3822
+73081;44.14514;1.14088;89;20221127;12.1;.8;6.4;1.7;8.4;6.5;.55;5847
+73081;44.14514;1.14088;89;20221128;13.4;7.2;10.3;2.9;10.6;5.4;.79;3946
+73081;44.14514;1.14088;89;20221129;11.6;3.8;7.7;1.1;9.1;.3;.48;4534
+73081;44.14514;1.14088;89;20221130;8.2;1.6;4.9;.6;7.3;.1;.38;4022
+73081;44.14514;1.14088;89;20221201;4.9;.4;2.6;.9;7.4;.1;.28;3059
+73081;44.14514;1.14088;89;20221202;6.6;4.2;5.4;.5;8.2;0;.4;1858
+73081;44.14514;1.14088;89;20221203;7.6;3.8;5.7;.6;8.1;1.4;.4;2646
+73081;44.14514;1.14088;89;20221204;9.6;4.6;7.1;1;7.8;0;.54;3195
+73081;44.14514;1.14088;89;20221205;11.6;-1.3;5.1;.9;6.4;.1;.46;5874
+73081;44.14514;1.14088;89;20221206;10.6;2.3;6.4;.7;7.6;0;.41;4418
+73081;44.14514;1.14088;89;20221207;12.6;5.5;9;.2;7.7;0;.35;3957
+73081;44.14514;1.14088;89;20221208;8.9;.1;4.5;.9;7.3;5.4;.36;4520
+73081;44.14514;1.14088;89;20221209;9.3;6.4;7.8;.7;9.7;1.9;.42;2022
+73081;44.14514;1.14088;89;20221210;1.1;1.2;1.1;2.8;5.6;0;.58;0
+73081;44.14514;1.14088;89;20221211;3.6;-5.6;-1;1.1;4.4;.1;.36;4567
+73081;44.14514;1.14088;89;20221212;3.1;-4.5;-.7;1.5;5.5;7.2;.26;4011
+73081;44.14514;1.14088;89;20221213;11.3;3.7;7.5;2.8;10.2;4.2;.34;3992
+73081;44.14514;1.14088;89;20221214;14.5;7.9;11.2;1.1;11.2;1.3;.53;3616
+73081;44.14514;1.14088;89;20221215;12;5.2;8.6;1.5;10.7;2.4;.36;3676
+73081;44.14514;1.14088;89;20221216;11.2;8.3;9.7;.9;10.2;.6;.52;1941
+73081;44.14514;1.14088;89;20221217;7.7;-1.5;3.1;1.4;6.2;.2;.44;4465
+73081;44.14514;1.14088;89;20221218;12.7;-.2;6.2;1.9;7.4;0;.66;5517
+73081;44.14514;1.14088;89;20221219;15.5;1.7;8.6;1;8.7;.1;.48;5744
+73081;44.14514;1.14088;89;20221220;15.7;5.4;10.5;1.2;11.3;1.5;.46;4781
+73081;44.14514;1.14088;89;20221221;17.2;8.2;12.7;1.3;11.7;.2;.64;4384
+73081;44.14514;1.14088;89;20221222;17.5;5.9;11.7;.9;11.4;1.8;.48;5155
+73081;44.14514;1.14088;89;20221223;18.1;11;14.5;1;13;0;.63;3753
+73081;44.14514;1.14088;89;20221224;16.6;7.3;11.9;.8;10.7;0;.52;4491
+73081;44.14514;1.14088;89;20221225;16.3;2.5;9.4;1.1;9.4;.1;.52;5766
+73081;44.14514;1.14088;89;20221226;15.9;5.5;10.7;.9;10.9;2.3;.45;4846
+73081;44.14514;1.14088;89;20221227;14;9.7;11.8;.5;11.6;.2;.47;2661
+73081;44.14514;1.14088;89;20221228;15;5;10;1.2;9.8;.1;.56;4760
+73081;44.14514;1.14088;89;20221229;13.5;8;10.7;1.7;11;5.2;.6;3208
+73081;44.14514;1.14088;89;20221230;16.2;8.5;12.3;2.2;11.5;1.1;.83;4055
+73081;44.14514;1.14088;89;20221231;17.3;8.4;12.8;2.4;11.4;0;.98;4481
+73082;44.17131;1.45113;100;20220101;16.5;.7;8.6;.7;8.4;0;.4;6800
+73082;44.17131;1.45113;100;20220102;14.7;1.1;7.9;1.1;9.6;.1;.47;4300
+73082;44.17131;1.45113;100;20220103;14.1;3.7;8.9;.5;9.7;0;.35;5200
+73082;44.17131;1.45113;100;20220104;17.4;3.8;10.6;2.4;10.4;6;.84;6800
+73082;44.17131;1.45113;100;20220105;7.7;4.2;6;2.4;7.3;0;.64;4800
+73082;44.17131;1.45113;100;20220106;7.7;-.6;3.6;1.6;5.5;.1;.52;7400
+73082;44.17131;1.45113;100;20220107;8.1;-3.7;2.2;1.4;6.8;2.9;.37;3800
+73082;44.17131;1.45113;100;20220108;11.3;4.5;7.9;4.8;10.3;4.9;.43;3100
+73082;44.17131;1.45113;100;20220109;8.9;7.5;8.2;2.8;10.2;21.5;.48;1100
+73082;44.17131;1.45113;100;20220110;8.4;7.8;8.1;1.5;10.2;4;.45;900
+73082;44.17131;1.45113;100;20220111;8.9;1.5;5.2;1.3;7.3;.1;.44;6000
+73082;44.17131;1.45113;100;20220112;6.3;-3.4;1.5;1;5.7;0;.3;7700
+73082;44.17131;1.45113;100;20220113;.7;-2.4;-.8;.9;5.8;0;.27;1800
+73082;44.17131;1.45113;100;20220114;6.7;-3.2;1.8;.7;5.4;.1;.35;6400
+73082;44.17131;1.45113;100;20220115;6.2;-5.2;.5;.7;5.2;.1;.27;8800
+73082;44.17131;1.45113;100;20220116;6.5;-6.2;.2;.9;5.4;.1;.3;8600
+73082;44.17131;1.45113;100;20220117;.7;-1.3;-.3;.7;6.1;.1;.27;2200
+73082;44.17131;1.45113;100;20220118;1.5;.3;.9;.7;6.6;.1;.31;1000
+73082;44.17131;1.45113;100;20220119;5.7;1.2;3.5;1.1;7.5;.9;.37;2600
+73082;44.17131;1.45113;100;20220120;8.5;2.9;5.7;1.4;7.2;0;.61;4000
+73082;44.17131;1.45113;100;20220121;7.8;-2.9;2.5;1.4;5.2;.1;.58;8700
+73082;44.17131;1.45113;100;20220122;7.7;-4.8;1.5;.6;4.9;0;.38;9400
+73082;44.17131;1.45113;100;20220123;10.8;-5.4;2.7;.4;5.2;0;.37;9600
+73082;44.17131;1.45113;100;20220124;12.8;-4.3;4.3;.9;5.9;0;.61;9500
+73082;44.17131;1.45113;100;20220125;11.9;-3.5;4.2;.7;6.1;0;.52;9600
+73082;44.17131;1.45113;100;20220126;6.9;-3.8;1.6;.6;5.8;0;.41;7400
+73082;44.17131;1.45113;100;20220127;.9;-2.6;-.8;1;5.9;.1;.28;2500
+73082;44.17131;1.45113;100;20220128;-.3;-1.9;-1.1;1;5.7;0;.29;1700
+73082;44.17131;1.45113;100;20220129;.8;-.9;0;.9;6;0;.33;2300
+73082;44.17131;1.45113;100;20220130;3.9;.4;2.2;1.3;7.2;0;.33;1800
+73082;44.17131;1.45113;100;20220131;8.4;3.4;5.9;3.9;8.7;.7;.52;2200
+73082;44.17131;1.45113;100;20220201;8.3;1.6;5;3.9;8;.2;.59;5100
+73082;44.17131;1.45113;100;20220202;10.4;6.6;8.5;2.3;10;.2;.63;3300
+73082;44.17131;1.45113;100;20220203;6;-.7;2.7;.8;7.9;.1;.34;2400
+73082;44.17131;1.45113;100;20220204;11.4;5.8;8.6;1.3;10.6;1.6;.53;2700
+73082;44.17131;1.45113;100;20220205;11.1;7.4;9.3;2.4;8.7;0;1.05;5200
+73082;44.17131;1.45113;100;20220206;10;-3.2;3.4;2.7;7.69;1.1;.63;8785
+73082;44.17131;1.45113;100;20220207;12.2;8.5;10.3;3.6;9.52;.8;1.14;4053
+73082;44.17131;1.45113;100;20220208;13.4;-.5;6.5;.8;6.8;0;.86;11500
+73082;44.17131;1.45113;100;20220209;16.4;-2.5;7;1;7.2;0;1.04;11800
+73082;44.17131;1.45113;100;20220210;17.6;-.4;8.6;.9;8.2;.6;1.05;11000
+73082;44.17131;1.45113;100;20220211;13.5;8;10.8;1.6;9.2;0;1.11;6700
+73082;44.17131;1.45113;100;20220212;13.8;-.9;6.5;2;6.18;0;1.22;10371
+73082;44.17131;1.45113;100;20220213;17.2;-.3;8.5;2.5;8.4;3.9;1.52;10800
+73082;44.17131;1.45113;100;20220214;11.3;8.4;9.9;4;9.7;6.4;1.21;6200
+73082;44.17131;1.45113;100;20220215;10.7;6;8.4;3.5;9.3;4.7;.98;6600
+73082;44.17131;1.45113;100;20220216;13.6;8.1;10.9;4.1;11.5;3.7;.91;2900
+73082;44.17131;1.45113;100;20220217;14.3;11.5;12.9;3.8;13.32;1.3;.78;3790
+73082;44.17131;1.45113;100;20220218;16.5;10.4;13.5;2.2;11.6;0;1.42;8400
+73082;44.17131;1.45113;100;20220219;12.7;8.1;10.4;2.3;8.2;0;1.55;10500
+73082;44.17131;1.45113;100;20220220;12.1;.8;6.5;2;9.2;1.8;.71;4700
+73082;44.17131;1.45113;100;20220221;13.1;9.1;11.1;6;9.4;1;1.93;6700
+73082;44.17131;1.45113;100;20220222;14.9;8;11.5;2.6;9.2;0;1.75;12300
+73082;44.17131;1.45113;100;20220223;16.9;4.8;10.9;.9;9;0;1.42;13900
+73082;44.17131;1.45113;100;20220224;15.6;3.9;9.8;2.1;9.5;.1;1.38;9700
+73082;44.17131;1.45113;100;20220225;12.7;4.9;8.8;2.1;6.6;0;1.76;13800
+73082;44.17131;1.45113;100;20220226;15.2;-2.1;6.6;1.9;5.1;0;1.92;15500
+73082;44.17131;1.45113;100;20220227;15.7;-1.1;7.3;.8;6.6;0;1.3;11500
+73082;44.17131;1.45113;100;20220228;17.3;.1;8.7;.8;7.7;0;1.49;14900
+73082;44.17131;1.45113;100;20220301;17.9;.5;9.2;1.9;7.9;.1;1.93;15100
+73082;44.17131;1.45113;100;20220302;12.1;2.7;7.4;1.1;9.5;2.9;.69;3000
+73082;44.17131;1.45113;100;20220303;17.4;6.9;12.2;1.2;10;0;1.64;12700
+73082;44.17131;1.45113;100;20220304;10.8;5.3;8.1;3.4;10;4.1;.66;1800
+73082;44.17131;1.45113;100;20220305;9.3;7;8.2;2.8;9.39;1.1;.94;4593
+73082;44.17131;1.45113;100;20220306;12.9;6.7;9.8;1.9;7.8;0;1.72;12000
+73082;44.17131;1.45113;100;20220307;12.3;-2.4;5;1.2;6.9;0;1.22;10600
+73082;44.17131;1.45113;100;20220308;16.2;-.5;7.9;1.6;8.8;2.6;1.46;11100
+73082;44.17131;1.45113;100;20220309;16.7;4.3;10.5;2.8;9.6;.1;2.04;15200
+73082;44.17131;1.45113;100;20220310;16.3;5.9;11.1;1.4;9.8;.9;1.53;9800
+73082;44.17131;1.45113;100;20220311;14.6;10.1;12.4;5;10.3;19;1.99;6500
+73082;44.17131;1.45113;100;20220312;11.5;8.8;10.2;2.7;10.3;9.7;1.12;5000
+73082;44.17131;1.45113;100;20220313;12.3;5.8;9.1;3.9;9.3;11.3;1.23;3700
+73082;44.17131;1.45113;100;20220314;15.1;2.1;8.6;6.1;9.6;0;1.54;6400
+73082;44.17131;1.45113;100;20220315;16.6;13.3;14.9;9;11.42;0;2.78;6401
+73082;44.17131;1.45113;100;20220316;17.6;10.8;14.2;3;11.5;.1;1.93;7000
+73082;44.17131;1.45113;100;20220317;16.4;10.9;13.7;1.4;12.1;1.8;1.26;5000
+73082;44.17131;1.45113;100;20220318;13.2;8;10.6;1.1;9.6;0;1.28;7100
+73082;44.17131;1.45113;100;20220319;17.3;7.2;12.3;3.8;8.4;0;2.99;16400
+73082;44.17131;1.45113;100;20220320;17.7;7.5;12.6;5;9.3;0;3;14400
+73082;44.17131;1.45113;100;20220321;16.4;11.4;13.9;7.2;9;0;3.89;18200
+73082;44.17131;1.45113;100;20220322;16.3;9.3;12.8;7.6;6.9;0;4.43;18800
+73082;44.17131;1.45113;100;20220323;16.8;7.3;12.1;4.4;6.5;0;3.74;19500
+73082;44.17131;1.45113;100;20220324;18.9;-.1;9.4;2.5;6.4;0;3.05;19600
+73082;44.17131;1.45113;100;20220325;20.8;2.6;11.7;1.6;5.8;0;2.83;15900
+73082;44.17131;1.45113;100;20220326;20.5;2.5;11.5;3.5;6;0;3.91;19700
+73082;44.17131;1.45113;100;20220327;22.2;7;14.6;3.6;6.8;0;4.3;19000
+73082;44.17131;1.45113;100;20220328;22.7;4;13.4;1.9;6.6;0;3.23;16300
+73082;44.17131;1.45113;100;20220329;19.7;5.5;12.6;1.2;8.8;2.5;2.13;11800
+73082;44.17131;1.45113;100;20220330;13.8;10.3;12.1;2.1;11.5;3.4;1.23;4800
+73082;44.17131;1.45113;100;20220331;15.4;8.8;12.1;5.1;9.2;1.9;2.98;16400
+73082;44.17131;1.45113;100;20220401;9.1;2.9;6;6.4;5.4;.6;2.57;13800
+73082;44.17131;1.45113;100;20220402;9;1.6;5.3;4.6;5.3;0;2.16;11000
+73082;44.17131;1.45113;100;20220403;7.2;-2.7;2.3;2;5.11;0;1.6;14954
+73082;44.17131;1.45113;100;20220404;12.4;.3;6.3;1.6;5.09;0;2.44;21392
+73082;44.17131;1.45113;100;20220405;15.4;-1.4;7;2.3;6.41;0;2.6;19750
+73082;44.17131;1.45113;100;20220406;11.6;6.4;9;2.7;10.5;.4;.88;3900
+73082;44.17131;1.45113;100;20220407;19.1;9.2;14.2;4.4;11.6;5;2.72;12100
+73082;44.17131;1.45113;100;20220408;20.6;10.7;15.7;4.6;11.4;.2;3.29;12500
+73082;44.17131;1.45113;100;20220409;15.4;7.5;11.5;3;7.8;.2;2.99;17400
+73082;44.17131;1.45113;100;20220410;19.9;0;10;2.4;6.3;0;3.63;23300
+73082;44.17131;1.45113;100;20220411;19.4;5.1;12.3;5.4;9.3;0;3.6;18200
+73082;44.17131;1.45113;100;20220412;18.8;12.7;15.8;5.4;10.2;.8;3.86;14600
+73082;44.17131;1.45113;100;20220413;13.8;12.2;13;1.2;11.7;2.1;1.13;3500
+73082;44.17131;1.45113;100;20220414;23.1;5.7;14.4;1.2;12;0;3.27;22100
+73082;44.17131;1.45113;100;20220415;23;9.9;16.5;2.3;13.5;.1;3.28;18500
+73082;44.17131;1.45113;100;20220416;25.1;10.8;18;3.2;12.4;0;4.47;22600
+73082;44.17131;1.45113;100;20220417;22.9;6.4;14.7;2.8;10.5;0;3.94;22400
+73082;44.17131;1.45113;100;20220418;18.7;11;14.9;2.8;11.6;0;2.61;12100
+73082;44.17131;1.45113;100;20220419;14.2;9.4;11.8;2.5;12;16;1.15;4300
+73082;44.17131;1.45113;100;20220420;12.4;9.4;10.9;1.6;11.7;5.8;1;4400
+73082;44.17131;1.45113;100;20220421;15.3;9.5;12.4;2.4;12.5;1.1;1.31;5800
+73082;44.17131;1.45113;100;20220422;18.4;11.5;15;.8;13.1;.1;1.91;10500
+73082;44.17131;1.45113;100;20220423;13.9;8.7;11.3;2.1;11.4;15.4;1.12;3900
+73082;44.17131;1.45113;100;20220424;17.9;9.6;13.8;4.4;12.2;0;2.21;8900
+73082;44.17131;1.45113;100;20220425;18.7;5.4;12.1;1.1;10.3;0;2.73;18700
+73082;44.17131;1.45113;100;20220426;23.4;4.4;13.9;1.2;10.2;0;3.78;25200
+73082;44.17131;1.45113;100;20220427;22.7;6.8;14.8;.9;11.9;0;3.01;18900
+73082;44.17131;1.45113;100;20220428;20.1;13.2;16.7;2.3;14.4;0;2.51;12400
+73082;44.17131;1.45113;100;20220429;22.4;12.9;17.7;2.6;13.9;0;3.67;19700
+73082;44.17131;1.45113;100;20220430;22.8;12.6;17.7;3.1;12.9;0;4.21;22100
+73082;44.17131;1.45113;100;20220501;21;10.5;15.8;2.4;11.7;0;3.76;21800
+73082;44.17131;1.45113;100;20220502;21.5;12;16.8;2;12.3;0;3.41;18100
+73082;44.17131;1.45113;100;20220503;21.5;11.5;16.5;1.8;13.4;6.4;2.68;13100
+73082;44.17131;1.45113;100;20220504;21.4;12.3;16.9;2.2;12.8;.5;3.17;15700
+73082;44.17131;1.45113;100;20220505;22.4;10.6;16.5;3.2;10.4;0;4.47;22400
+73082;44.17131;1.45113;100;20220506;22.3;9.6;16;2.9;11;0;4.02;20600
+73082;44.17131;1.45113;100;20220507;24;10.7;17.4;2.9;11.6;0;4.67;24400
+73082;44.17131;1.45113;100;20220508;26;9.8;17.9;1.5;12;0;4.29;23800
+73082;44.17131;1.45113;100;20220509;26.8;8.8;17.8;.7;12.1;0;4.26;26500
+73082;44.17131;1.45113;100;20220510;28.3;10;19.2;1.3;12.5;0;4.7;26100
+73082;44.17131;1.45113;100;20220511;30.4;10.7;20.6;2;13.6;0;5.39;26800
+73082;44.17131;1.45113;100;20220512;24.7;15.1;19.9;2.1;15.7;1.4;3.91;19600
+73082;44.17131;1.45113;100;20220513;26.8;14.8;20.8;1.1;16.7;0;4.1;22200
+73082;44.17131;1.45113;100;20220514;30.2;13.2;21.7;1.5;15.8;0;4.97;25400
+73082;44.17131;1.45113;100;20220515;30.1;13.9;22;2.3;16;1;5.33;25300
+73082;44.17131;1.45113;100;20220516;29.5;14.8;22.2;1.3;16.4;0;4.91;25700
+73082;44.17131;1.45113;100;20220517;32.2;13.4;22.8;.9;15.8;0;5.08;27000
+73082;44.17131;1.45113;100;20220518;32.7;17;24.9;1.4;16.3;.3;5.55;26700
+73082;44.17131;1.45113;100;20220519;30.5;17.8;24.2;2;17.5;.2;5.45;25400
+73082;44.17131;1.45113;100;20220520;30.5;13.9;22.2;2;16.8;0;4.91;22800
+73082;44.17131;1.45113;100;20220521;32.8;17.1;25;1.2;19;0;4.97;23600
+73082;44.17131;1.45113;100;20220522;30.9;17.7;24.3;1.6;19.9;5.7;4.26;18700
+73082;44.17131;1.45113;100;20220523;23.3;16.6;20;4;16.5;.5;3.33;12100
+73082;44.17131;1.45113;100;20220524;18;13.8;15.9;2.8;13.5;.7;2.4;10400
+73082;44.17131;1.45113;100;20220525;21.6;10;15.8;3.4;11.7;0;4.35;24100
+73082;44.17131;1.45113;100;20220526;21;11.1;16.1;2.5;12.7;0;2.91;13000
+73082;44.17131;1.45113;100;20220527;26.2;14.1;20.2;2.8;14.1;0;5.17;25400
+73082;44.17131;1.45113;100;20220528;27.5;13.1;20.3;2.4;12.9;0;5.62;28300
+73082;44.17131;1.45113;100;20220529;25.7;9.1;17.4;1.4;9.5;0;5.1;29800
+73082;44.17131;1.45113;100;20220530;25.8;9;17.4;1.4;10.1;0;4.78;27000
+73082;44.17131;1.45113;100;20220531;26.8;15.3;21.1;1.5;12.2;.4;5.22;27400
+73082;44.17131;1.45113;100;20220601;32.6;13.5;23.1;1.8;14.6;0;5.99;28400
+73082;44.17131;1.45113;100;20220602;29.8;18.4;24.1;2;18.4;.6;5.16;23600
+73082;44.17131;1.45113;100;20220603;33;18.2;25.6;2.3;17.9;13.8;6.21;26800
+73082;44.17131;1.45113;100;20220604;27.8;16.8;22.3;2.2;20.6;5.7;4.02;19200
+73082;44.17131;1.45113;100;20220605;25.3;17;21.2;2.6;17.8;0;3.95;18300
+73082;44.17131;1.45113;100;20220606;28;14.7;21.4;1.4;16.7;.4;4.54;23200
+73082;44.17131;1.45113;100;20220607;25;17.2;21.1;1.7;16.5;1.1;3.74;17500
+73082;44.17131;1.45113;100;20220608;21.2;15.2;18.2;1.9;16.7;5.5;2.09;8600
+73082;44.17131;1.45113;100;20220609;22.9;12.6;17.8;2.3;14.1;.3;3.8;19700
+73082;44.17131;1.45113;100;20220610;29.4;11.3;20.4;.9;13.9;0;5.26;29800
+73082;44.17131;1.45113;100;20220611;33.2;13.4;23.3;1.1;15.2;0;5.73;29200
+73082;44.17131;1.45113;100;20220612;30.9;18.1;24.5;2.2;19.4;2.1;4.7;19200
+73082;44.17131;1.45113;100;20220613;32;18.7;25.4;2;20.3;.1;6.02;28200
+73082;44.17131;1.45113;100;20220614;36.6;17.9;27.3;1.5;19.2;.2;5.94;25400
+73082;44.17131;1.45113;100;20220615;36.2;19.6;27.9;1.2;18.8;0;6.11;27800
+73082;44.17131;1.45113;100;20220616;36.6;19.7;28.2;1.3;19.9;0;6.05;26700
+73082;44.17131;1.45113;100;20220617;39.1;19.1;29.1;1;19.2;0;6.15;27600
+73082;44.17131;1.45113;100;20220618;39;18.1;28.6;2.8;16.6;0;7.89;28200
+73082;44.17131;1.45113;100;20220619;36.7;17.8;27.3;2.6;16.4;.3;7.08;26500
+73082;44.17131;1.45113;100;20220620;31.3;20.1;25.7;2.3;19.7;0;4.81;18400
+73082;44.17131;1.45113;100;20220621;30;20.6;25.3;2.2;21.5;1;3.99;15100
+73082;44.17131;1.45113;100;20220622;29.5;19.1;24.3;1.9;19.4;.8;5.14;24000
+73082;44.17131;1.45113;100;20220623;28;16.7;22.4;1.6;18.5;16.5;4.32;20900
+73082;44.17131;1.45113;100;20220624;26.7;16.6;21.7;2;17.2;.7;4.8;24100
+73082;44.17131;1.45113;100;20220625;26;14.9;20.5;2.5;16.8;.4;4;18400
+73082;44.17131;1.45113;100;20220626;19.4;14.9;17.2;2.4;16.5;8.6;1.66;6100
+73082;44.17131;1.45113;100;20220627;23.4;14.7;19.1;2.3;16;0;2.88;11900
+73082;44.17131;1.45113;100;20220628;26.8;16.5;21.7;2.1;13.7;0;5.78;29500
+73082;44.17131;1.45113;100;20220629;29.3;11.8;20.6;1.6;14.8;.3;5.42;28700
+73082;44.17131;1.45113;100;20220630;19;15.6;17.3;3.1;14.9;1.3;2.29;8200
+73082;44.17131;1.45113;100;20220701;24.9;14.1;19.5;1.6;13.5;0;5.05;28200
+73082;44.17131;1.45113;100;20220702;32;10.2;21.1;1.2;13.4;0;5.57;29200
+73082;44.17131;1.45113;100;20220703;31.9;17.6;24.8;2.5;16.8;.1;6.03;25500
+73082;44.17131;1.45113;100;20220704;28.5;16.9;22.7;2.6;18.4;1.5;4.75;21300
+73082;44.17131;1.45113;100;20220705;30.9;18.1;24.5;2.8;16.9;0;6.44;28700
+73082;44.17131;1.45113;100;20220706;30.8;14.4;22.6;1.7;14.2;0;5.57;26700
+73082;44.17131;1.45113;100;20220707;30.4;16.6;23.5;2.9;14.6;0;6.5;28700
+73082;44.17131;1.45113;100;20220708;31;16.8;23.9;2.4;15;0;6.44;29700
+73082;44.17131;1.45113;100;20220709;33.5;14;23.8;1.7;14;0;6.24;29500
+73082;44.17131;1.45113;100;20220710;34.9;15.9;25.4;1.2;14.1;0;6.09;29600
+73082;44.17131;1.45113;100;20220711;36.7;16.8;26.8;1.4;15.1;0;6.38;29000
+73082;44.17131;1.45113;100;20220712;37.4;17.4;27.4;1.3;15.8;0;6.39;29100
+73082;44.17131;1.45113;100;20220713;36.7;15.2;26;1.1;13.7;0;6.08;29300
+73082;44.17131;1.45113;100;20220714;38;17.2;27.6;1.3;16.3;0;6.36;28600
+73082;44.17131;1.45113;100;20220715;37;18.1;27.6;1.5;16.1;0;6.42;28300
+73082;44.17131;1.45113;100;20220716;38.2;16.2;27.2;1;15.1;0;5.99;28300
+73082;44.17131;1.45113;100;20220717;39.4;17;28.2;1.1;14.8;0;6.21;28300
+73082;44.17131;1.45113;100;20220718;39.7;19.8;29.8;3.1;14.9;0;8.43;28400
+73082;44.17131;1.45113;100;20220719;34.4;20.6;27.5;2.4;19.3;0;6.01;23300
+73082;44.17131;1.45113;100;20220720;30.7;21.4;26.1;3.2;17.5;0;5.81;21100
+73082;44.17131;1.45113;100;20220721;34.5;17.1;25.8;1.2;16.2;0;5.77;27800
+73082;44.17131;1.45113;100;20220722;30.8;18.2;24.5;2.5;18.2;.5;5.31;22500
+73082;44.17131;1.45113;100;20220723;30.6;17.9;24.3;2;16.8;0;5.73;27100
+73082;44.17131;1.45113;100;20220724;38;15.6;26.8;1.3;16.2;0;6.1;27600
+73082;44.17131;1.45113;100;20220725;29.9;21.3;25.6;4;18.2;0;5.13;14800
+73082;44.17131;1.45113;100;20220726;28.4;17.7;23.1;2.9;14.5;0;6.09;28100
+73082;44.17131;1.45113;100;20220727;29.7;15.3;22.5;2.5;13.2;0;6.08;28500
+73082;44.17131;1.45113;100;20220728;30.4;16.5;23.5;2.5;15;0;5.45;22900
+73082;44.17131;1.45113;100;20220729;28.5;19;23.8;2.5;16.2;0;5.03;21200
+73082;44.17131;1.45113;100;20220730;31.1;19.7;25.4;2.3;17.1;0;5.69;24600
+73082;44.17131;1.45113;100;20220731;34.5;17.1;25.8;1.8;16.6;0;6.05;27300
+73082;44.17131;1.45113;100;20220801;35.3;19.6;27.5;2.9;16.8;0;7.05;27300
+73082;44.17131;1.45113;100;20220802;37.5;17.5;27.5;1.3;14.9;0;6;27400
+73082;44.17131;1.45113;100;20220803;38.8;18;28.4;1.1;15;0;5.81;26700
+73082;44.17131;1.45113;100;20220804;37.3;22.1;29.7;2;20.3;0;6.32;25100
+73082;44.17131;1.45113;100;20220805;32.6;20.8;26.7;2.9;19.4;0;5.59;20900
+73082;44.17131;1.45113;100;20220806;34.6;20.2;27.4;2.6;17.6;0;6.41;25300
+73082;44.17131;1.45113;100;20220807;35.1;19.5;27.3;2.1;13;0;6.51;27100
+73082;44.17131;1.45113;100;20220808;36.5;15.6;26.1;1;11.7;0;5.38;26800
+73082;44.17131;1.45113;100;20220809;36.9;16.3;26.6;1.1;12.3;0;5.4;25700
+73082;44.17131;1.45113;100;20220810;38;15.8;26.9;1.2;12.6;0;5.54;25300
+73082;44.17131;1.45113;100;20220811;39.1;19.3;29.2;1.6;18.5;0;5.9;23900
+73082;44.17131;1.45113;100;20220812;39.7;22.4;31.1;1.6;21.4;0;5.99;23800
+73082;44.17131;1.45113;100;20220813;36.2;22;29.1;3.5;19.7;2;6.55;20500
+73082;44.17131;1.45113;100;20220814;29;21.5;25.3;4.1;20;1.4;5.02;18100
+73082;44.17131;1.45113;100;20220815;29.8;18.3;24.1;1.7;17.19;.1;4.38;19620
+73082;44.17131;1.45113;100;20220816;28.6;15.2;21.9;1.3;17.19;6.7;4.08;21151
+73082;44.17131;1.45113;100;20220817;27.8;17.1;22.5;2.8;17.5;.7;4.49;20300
+73082;44.17131;1.45113;100;20220818;28.4;17.4;22.9;3.9;16.4;.9;5.16;20400
+73082;44.17131;1.45113;100;20220819;27.5;17.6;22.6;3.2;16.9;0;3.96;13800
+73082;44.17131;1.45113;100;20220820;31.2;15.7;23.5;1.2;17.3;0;4.58;23900
+73082;44.17131;1.45113;100;20220821;30.5;17.4;24;1.7;17.1;0;4.27;19200
+73082;44.17131;1.45113;100;20220822;27.5;20.4;24;3;18.6;.4;3.77;12800
+73082;44.17131;1.45113;100;20220823;32;19.3;25.7;2;18.5;0;5.1;23100
+73082;44.17131;1.45113;100;20220824;37.1;16.6;26.9;.9;17.1;.3;4.73;23200
+73082;44.17131;1.45113;100;20220825;31.6;21.2;26.4;2.8;19.8;.6;4.82;17800
+73082;44.17131;1.45113;100;20220826;31.1;20.8;26;2.9;19.5;0;4.95;19300
+73082;44.17131;1.45113;100;20220827;32;18.6;25.3;2.1;16.8;0;5.08;22500
+73082;44.17131;1.45113;100;20220828;34.5;14.6;24.6;1.1;13.6;0;4.63;23500
+73082;44.17131;1.45113;100;20220829;35.1;16.3;25.7;2.2;15.3;2.6;4.47;12900
+73082;44.17131;1.45113;100;20220830;32.9;17.4;25.2;1.1;19.1;0;4.11;20300
+73082;44.17131;1.45113;100;20220831;30.3;17.3;23.8;1.8;17.6;0;3.8;16200
+73082;44.17131;1.45113;100;20220901;29.5;19.7;24.6;2.1;18.9;1.4;3.84;15700
+73082;44.17131;1.45113;100;20220902;28;19;23.5;1.6;18.6;9.7;3.48;16200
+73082;44.17131;1.45113;100;20220903;29;18.4;23.7;1.5;17.9;.1;3.72;17900
+73082;44.17131;1.45113;100;20220904;34.1;16.3;25.2;2.1;18;0;4.88;20900
+73082;44.17131;1.45113;100;20220905;36;18;27;1.9;20;3.4;4.79;19600
+73082;44.17131;1.45113;100;20220906;33.1;20.3;26.7;2.6;18.8;.2;4.96;19000
+73082;44.17131;1.45113;100;20220907;29.2;17.8;23.5;2.2;15.7;.1;3.7;13400
+73082;44.17131;1.45113;100;20220908;27.9;13.2;20.6;1.1;14.5;1.9;3.18;17000
+73082;44.17131;1.45113;100;20220909;26.2;17.2;21.7;1.4;15.8;1.2;2.77;12100
+73082;44.17131;1.45113;100;20220910;27.6;11.9;19.8;.9;13.6;0;3.35;20500
+73082;44.17131;1.45113;100;20220911;33.5;12.3;22.9;.9;13.4;0;3.79;21000
+73082;44.17131;1.45113;100;20220912;35;16.1;25.6;2.1;17.6;0;4.68;19000
+73082;44.17131;1.45113;100;20220913;32.5;20.8;26.7;2.9;20.9;3.1;3.63;8800
+73082;44.17131;1.45113;100;20220914;31.7;19.4;25.6;2.1;19.4;2.4;3.91;15800
+73082;44.17131;1.45113;100;20220915;30.2;18.5;24.4;2.2;17.8;.1;4.21;19500
+73082;44.17131;1.45113;100;20220916;27.1;19;23.1;3.6;15.5;0;4.34;15900
+73082;44.17131;1.45113;100;20220917;22.9;12.8;17.9;1.8;9.3;0;3.54;20700
+73082;44.17131;1.45113;100;20220918;26.5;7.5;17;1;7.4;0;3.1;20000
+73082;44.17131;1.45113;100;20220919;28.1;5.5;16.8;.8;8.1;0;2.98;20200
+73082;44.17131;1.45113;100;20220920;26.3;6.8;16.6;1;8.7;0;3.02;20100
+73082;44.17131;1.45113;100;20220921;26.1;6.5;16.3;1.1;8.9;0;3.02;19600
+73082;44.17131;1.45113;100;20220922;27.2;7.1;17.2;.8;9.5;0;2.8;19000
+73082;44.17131;1.45113;100;20220923;25.6;9.9;17.8;1.1;12.9;6.1;2.15;10200
+73082;44.17131;1.45113;100;20220924;19.9;15.2;17.6;1.5;15.9;2.8;1.66;8200
+73082;44.17131;1.45113;100;20220925;19.8;10.6;15.2;1.4;12.7;.1;1.82;10000
+73082;44.17131;1.45113;100;20220926;21.3;6;13.7;2.3;11.3;2.6;2.41;14200
+73082;44.17131;1.45113;100;20220927;19.2;13.3;16.3;3.6;14.1;5;2.1;9300
+73082;44.17131;1.45113;100;20220928;19;14.6;16.8;4.8;15.8;7.7;1.91;8700
+73082;44.17131;1.45113;100;20220929;17.5;12.7;15.1;2.6;14.1;9.5;1.57;8000
+73082;44.17131;1.45113;100;20220930;19.8;10.5;15.2;2.3;11.5;.1;2.5;15600
+73082;44.17131;1.45113;100;20221001;23.8;8.8;16.3;2.1;13.1;0;2.2;9600
+73082;44.17131;1.45113;100;20221002;24.4;11.6;18;1.1;14.7;0;2.16;13500
+73082;44.17131;1.45113;100;20221003;25.4;12.6;19;.9;14.3;0;2.37;16000
+73082;44.17131;1.45113;100;20221004;25.7;8.9;17.3;.7;12.4;.1;2.25;16900
+73082;44.17131;1.45113;100;20221005;27.2;8.6;17.9;1.2;13.6;0;2.53;16400
+73082;44.17131;1.45113;100;20221006;22.4;15.7;19.1;1.6;16;.1;1.77;7700
+73082;44.17131;1.45113;100;20221007;25.3;10.3;17.8;1;14.6;0;2.08;13800
+73082;44.17131;1.45113;100;20221008;23.6;13.4;18.5;.8;15.8;2.9;1.53;8300
+73082;44.17131;1.45113;100;20221009;25.7;9.9;17.8;1.5;13.9;.1;2.39;15100
+73082;44.17131;1.45113;100;20221010;25.7;10.1;17.9;.7;14.2;0;1.77;11600
+73082;44.17131;1.45113;100;20221011;24.1;13.4;18.8;.9;15.5;.1;1.81;11600
+73082;44.17131;1.45113;100;20221012;24.8;13.8;19.3;.9;15.4;.8;2;13900
+73082;44.17131;1.45113;100;20221013;23.3;12.2;17.8;.9;14.7;1.5;1.53;8700
+73082;44.17131;1.45113;100;20221014;21.9;16.8;19.4;2.8;17;.5;1.78;5800
+73082;44.17131;1.45113;100;20221015;28;11.9;20;.8;14.7;0;2.06;14600
+73082;44.17131;1.45113;100;20221016;28.1;14.7;21.4;2.5;16.4;0;2.85;13200
+73082;44.17131;1.45113;100;20221017;27;20.9;24;3;17.8;.1;2.9;8200
+73082;44.17131;1.45113;100;20221018;28.9;13.2;21.1;2;16.8;0;2.59;13400
+73082;44.17131;1.45113;100;20221019;27.6;12.7;20.2;1.6;16.9;1.9;1.91;8200
+73082;44.17131;1.45113;100;20221020;22.9;17.2;20.1;2.3;18.8;1.7;1.32;2800
+73082;44.17131;1.45113;100;20221021;23.5;14.2;18.9;1.5;16.7;.8;1.45;6500
+73082;44.17131;1.45113;100;20221022;26.8;11.8;19.3;1.7;14.3;0;2.2;12400
+73082;44.17131;1.45113;100;20221023;26.9;15.1;21;3.1;13.8;0;2.82;3800
+73082;44.17131;1.45113;100;20221024;24.5;13;18.8;.9;13.6;0;1.61;11500
+73082;44.17131;1.45113;100;20221025;25.3;9.7;17.5;1.4;13.4;.1;1.67;7500
+73082;44.17131;1.45113;100;20221026;25.6;10.7;18.2;1;14.8;.2;1.41;7400
+73082;44.17131;1.45113;100;20221027;25.7;11.3;18.5;1.4;15.8;0;1.48;6200
+73082;44.17131;1.45113;100;20221028;26.8;16.8;21.8;2.5;16.1;0;2.4;8600
+73082;44.17131;1.45113;100;20221029;28.1;11;19.6;1.1;12.3;0;1.78;10300
+73082;44.17131;1.45113;100;20221030;24.3;8;16.2;.8;12.7;0;1.27;9100
+73082;44.17131;1.45113;100;20221031;25.9;10.5;18.2;1.2;14.7;1.8;1.43;6500
+73082;44.17131;1.45113;100;20221101;21;14.6;17.8;1.5;13.69;.1;1.35;5645
+73082;44.17131;1.45113;100;20221102;21.1;10.2;15.7;.9;11.69;.1;1.13;7894
+73082;44.17131;1.45113;100;20221103;20.1;7;13.6;1.7;11.09;4.5;1.34;8559
+73082;44.17131;1.45113;100;20221104;15;10.6;12.8;4.6;10.8;3.8;1.66;6500
+73082;44.17131;1.45113;100;20221105;16.3;3.5;9.9;1.3;8.7;.1;1.04;10600
+73082;44.17131;1.45113;100;20221106;19.9;.7;10.3;1.1;8.4;.2;1.13;10500
+73082;44.17131;1.45113;100;20221107;21;3.6;12.3;1.5;9.7;0;1.33;10200
+73082;44.17131;1.45113;100;20221108;20.3;7.5;13.9;1.4;12.8;.4;1;4300
+73082;44.17131;1.45113;100;20221109;16.5;12.1;14.3;1.2;14.6;2.6;.69;3100
+73082;44.17131;1.45113;100;20221110;16.8;8.1;12.5;.9;11.7;0;.77;6000
+73082;44.17131;1.45113;100;20221111;22.5;5.5;14;1.9;11.5;0;1.43;9800
+73082;44.17131;1.45113;100;20221112;23.7;7.6;15.7;1.3;12.2;0;1.24;9600
+73082;44.17131;1.45113;100;20221113;21.7;4.1;12.9;1.1;9.8;0;1.06;10100
+73082;44.17131;1.45113;100;20221114;16.7;6;11.4;.9;11.5;1.9;.68;3700
+73082;44.17131;1.45113;100;20221115;18.2;8.3;13.3;1.2;13.2;9.3;.74;4400
+73082;44.17131;1.45113;100;20221116;18.2;9.5;13.9;1.9;12.4;.2;.99;8600
+73082;44.17131;1.45113;100;20221117;18.4;13;15.7;3.2;13;7.7;1.46;5300
+73082;44.17131;1.45113;100;20221118;14.4;9.4;11.9;2.2;11.3;4.5;.85;6400
+73082;44.17131;1.45113;100;20221119;11.7;8;9.9;2.8;10;1.4;.83;4500
+73082;44.17131;1.45113;100;20221120;10.6;5;7.8;1.6;9.9;2.2;.47;3900
+73082;44.17131;1.45113;100;20221121;13.1;7.2;10.2;3;10.9;22;.75;1400
+73082;44.17131;1.45113;100;20221122;9.8;5.8;7.8;3.4;9.5;14.3;.61;3200
+73082;44.17131;1.45113;100;20221123;16.3;8.3;12.3;3.4;11.2;5.2;1.17;4800
+73082;44.17131;1.45113;100;20221124;14.6;4;9.3;1.1;9.8;1.5;.59;5200
+73082;44.17131;1.45113;100;20221125;12.6;6.3;9.5;1.4;10.3;6.2;.58;3100
+73082;44.17131;1.45113;100;20221126;10.6;3.2;6.9;.9;9;.1;.44;3800
+73082;44.17131;1.45113;100;20221127;12.3;-.1;6.1;1.2;8.1;5.3;.5;5600
+73082;44.17131;1.45113;100;20221128;13.8;6.9;10.4;2.2;10.7;5.6;.69;4500
+73082;44.17131;1.45113;100;20221129;11.8;3.8;7.8;1.1;9.3;.4;.46;4700
+73082;44.17131;1.45113;100;20221130;9;1.6;5.3;1.3;7.8;0;.47;3300
+73082;44.17131;1.45113;100;20221201;4.7;2.1;3.4;1.3;7.5;.1;.35;1400
+73082;44.17131;1.45113;100;20221202;7.1;4.4;5.8;.9;8.2;0;.45;1400
+73082;44.17131;1.45113;100;20221203;7.8;3.4;5.6;1.2;8.1;2;.42;3100
+73082;44.17131;1.45113;100;20221204;10;4.5;7.3;1.3;7.9;0;.47;6300
+73082;44.17131;1.45113;100;20221205;11.8;-2.4;4.7;.9;6.1;.1;.38;8000
+73082;44.17131;1.45113;100;20221206;11.5;.8;6.2;.7;7.2;0;.42;4900
+73082;44.17131;1.45113;100;20221207;12.9;5;9;.9;7.6;0;.47;6700
+73082;44.17131;1.45113;100;20221208;8.2;.2;4.2;1.2;7.4;4.5;.42;2500
+73082;44.17131;1.45113;100;20221209;9.2;6.2;7.7;1.5;10;1.8;.42;1300
+73082;44.17131;1.45113;100;20221210;1.6;1.4;1.5;3.4;6;0;.48;1500
+73082;44.17131;1.45113;100;20221211;3.8;-6.3;-1.2;1.2;4.4;.1;.3;6300
+73082;44.17131;1.45113;100;20221212;4.6;-4.9;-.1;1.7;5.7;9.6;.35;2200
+73082;44.17131;1.45113;100;20221213;11.7;3.8;7.8;2.6;10.6;3.5;.35;1700
+73082;44.17131;1.45113;100;20221214;16;7.7;11.9;1.1;11.6;2.1;.55;3700
+73082;44.17131;1.45113;100;20221215;11.1;5.6;8.4;1.3;10.8;1.5;.38;1500
+73082;44.17131;1.45113;100;20221216;11.7;9.1;10.4;.9;10.6;.5;.51;2500
+73082;44.17131;1.45113;100;20221217;7.1;-.9;3.1;1.2;6.4;.1;.4;3800
+73082;44.17131;1.45113;100;20221218;13.8;-1.7;6.1;1.8;7.2;.1;.65;6800
+73082;44.17131;1.45113;100;20221219;16.1;2.7;9.4;.8;9;0;.46;5400
+73082;44.17131;1.45113;100;20221220;16.2;4.7;10.5;.9;10.8;.8;.54;2800
+73082;44.17131;1.45113;100;20221221;17.1;9.8;13.5;1.3;12.2;.2;.55;6200
+73082;44.17131;1.45113;100;20221222;18;7.3;12.7;1.1;12;2.5;.58;4300
+73082;44.17131;1.45113;100;20221223;18.6;12.7;15.7;1.4;13.4;0;.69;6000
+73082;44.17131;1.45113;100;20221224;18.7;8.2;13.5;.9;10.8;0;.54;6200
+73082;44.17131;1.45113;100;20221225;16.8;3.2;10;1.3;9;.1;.6;6700
+73082;44.17131;1.45113;100;20221226;14.8;3.8;9.3;.7;10.6;1.6;.42;3300
+73082;44.17131;1.45113;100;20221227;14.6;9.8;12.2;1;11.7;.1;.49;4500
+73082;44.17131;1.45113;100;20221228;16.8;3.7;10.3;2;9.9;0;.7;7200
+73082;44.17131;1.45113;100;20221229;13.8;8.3;11.1;1.7;11.2;5.1;.62;2900
+73082;44.17131;1.45113;100;20221230;16.8;8.4;12.6;1.9;11.6;.8;.81;3700
+73082;44.17131;1.45113;100;20221231;18.8;6.7;12.8;1.8;11.4;0;.82;5700
+73083;44.19655;1.76164;229;20220101;19;4;11.5;1.6;9.01;0;.91;6066
+73083;44.19655;1.76164;229;20220102;12;2.6;7.3;1.1;8.81;.1;.4;4565
+73083;44.19655;1.76164;229;20220103;13.7;4.1;8.9;2.1;10.11;0;.51;4659
+73083;44.19655;1.76164;229;20220104;17.6;4.6;11.1;2;9.61;7;.91;5670
+73083;44.19655;1.76164;229;20220105;6;2.9;4.4;2.7;6.41;0;.72;2136
+73083;44.19655;1.76164;229;20220106;5.9;-1.9;2;1.4;5.01;.1;.53;4173
+73083;44.19655;1.76164;229;20220107;4.4;-4.4;0;1.6;6.11;5.4;.2;4552
+73083;44.19655;1.76164;229;20220108;9.7;1.4;5.5;4.8;9.81;5.9;0;4425
+73083;44.19655;1.76164;229;20220109;7.3;5.9;6.6;2.2;9.21;19.2;.39;1082
+73083;44.19655;1.76164;229;20220110;7.5;6.7;7.1;1.5;8.91;2.3;.52;520
+73083;44.19655;1.76164;229;20220111;7.1;-.8;3.1;1.2;6.11;.1;.45;4419
+73083;44.19655;1.76164;229;20220112;6.1;-4.9;.6;1.7;5.21;0;.45;5502
+73083;44.19655;1.76164;229;20220113;4.1;-2.4;.8;1.3;5.21;.1;.42;3980
+73083;44.19655;1.76164;229;20220114;13.8;-6.3;3.7;.6;5.41;.1;.41;8052
+73083;44.19655;1.76164;229;20220115;8.6;-4.3;2.1;1;5.21;.1;.47;6267
+73083;44.19655;1.76164;229;20220116;7.7;-5.9;.9;1.2;5.21;.1;.45;6545
+73083;44.19655;1.76164;229;20220117;.8;-4;-1.6;.7;5.41;.1;.25;3416
+73083;44.19655;1.76164;229;20220118;.4;-1.8;-.7;.6;5.71;.1;.29;1932
+73083;44.19655;1.76164;229;20220119;4;-.4;1.8;.7;6.81;.7;.31;3309
+73083;44.19655;1.76164;229;20220120;6.8;-1.6;2.6;1.7;6.41;0;.45;5128
+73083;44.19655;1.76164;229;20220121;6.6;-2.3;2.1;1.4;4.81;.1;.63;5387
+73083;44.19655;1.76164;229;20220122;7.6;-5.9;.8;.6;4.61;0;.42;7022
+73083;44.19655;1.76164;229;20220123;12.9;-3.8;4.5;1;5.31;0;.69;8057
+73083;44.19655;1.76164;229;20220124;12.9;-3;4.9;.9;5.71;0;.65;7935
+73083;44.19655;1.76164;229;20220125;11.7;-2.8;4.4;1.3;6.01;.1;.71;7622
+73083;44.19655;1.76164;229;20220126;11.2;-3.1;4;1.3;6.01;0;.69;7664
+73083;44.19655;1.76164;229;20220127;2.2;-4.1;-1;1.2;5.61;.1;.29;4728
+73083;44.19655;1.76164;229;20220128;-.4;-2.2;-1.3;1;5.41;.1;.3;1971
+73083;44.19655;1.76164;229;20220129;.9;-1.5;-.3;.8;5.81;0;.32;2520
+73083;44.19655;1.76164;229;20220130;3.5;-.3;1.6;1.1;6.81;.1;.33;3559
+73083;44.19655;1.76164;229;20220131;7.4;3.1;5.2;3.2;8.21;1.1;.48;3931
+73083;44.19655;1.76164;229;20220201;6.2;.6;3.4;3.4;7.51;.9;.37;4741
+73083;44.19655;1.76164;229;20220202;9.7;5.4;7.5;2.7;9.41;.4;.58;4063
+73083;44.19655;1.76164;229;20220203;6.5;1.5;4;1.9;8.01;.1;.38;4554
+73083;44.19655;1.76164;229;20220204;9;5.9;7.4;1.1;9.91;2;.47;3372
+73083;44.19655;1.76164;229;20220205;9.3;6.9;8.1;1.6;8.21;.2;.8;2866
+73083;44.19655;1.76164;229;20220206;7.4;-2.6;2.4;2.6;7.41;1.4;.39;7289
+73083;44.19655;1.76164;229;20220207;11.1;7.4;9.2;3.6;9.21;.6;1.03;4000
+73083;44.19655;1.76164;229;20220208;15.8;-1.7;7;1.2;6.31;0;1.11;10349
+73083;44.19655;1.76164;229;20220209;16.5;-.3;8.1;1.6;6.81;0;1.3;10261
+73083;44.19655;1.76164;229;20220210;7.5;1.5;4.5;1.4;8.32;.6;1.25;11166
+73083;44.19655;1.76164;229;20220211;13.3;7;10.2;1.9;8.45;0;1.27;8066
+73083;44.19655;1.76164;229;20220212;13.7;-.6;6.6;2.6;6.12;0;1.51;9866
+73083;44.19655;1.76164;229;20220213;16.5;2.4;9.5;3.5;8.45;3.8;1.8;10700
+73083;44.19655;1.76164;229;20220214;11.8;6.8;9.3;3.6;9.52;8.3;1.17;6266
+73083;44.19655;1.76164;229;20220215;9.5;5.4;7.5;3;9.05;7.3;.89;5800
+73083;44.19655;1.76164;229;20220216;12;7;9.5;4.2;11.31;5.4;.62;5610
+73083;44.19655;1.76164;229;20220217;12.9;10.7;11.8;3.9;13.01;1.8;.62;3350
+73083;44.19655;1.76164;229;20220218;14.4;10.1;12.2;2.2;11.61;.1;1.04;5275
+73083;44.19655;1.76164;229;20220219;10.7;6.3;8.5;1.8;7.81;0;1.08;5435
+73083;44.19655;1.76164;229;20220220;9.3;-.9;4.2;2;8.71;2.4;.56;9074
+73083;44.19655;1.76164;229;20220221;10.1;8.8;9.4;5.3;9.11;1.2;1.27;2465
+73083;44.19655;1.76164;229;20220222;13;6.7;9.8;2.6;8.91;0;1.31;7065
+73083;44.19655;1.76164;229;20220223;16;3.1;9.5;1.4;8.41;0;1.37;10811
+73083;44.19655;1.76164;229;20220224;14.4;4.9;9.6;2.8;9.21;.1;1.4;9227
+73083;44.19655;1.76164;229;20220225;10.9;4.3;7.6;3;6.41;0;1.6;7587
+73083;44.19655;1.76164;229;20220226;14.3;-.6;6.8;3.2;4.91;0;2.24;12207
+73083;44.19655;1.76164;229;20220227;15.3;.2;7.7;1.9;6.51;0;1.7;12465
+73083;44.19655;1.76164;229;20220228;16.1;2.8;9.4;1.7;7.41;0;1.67;11778
+73083;44.19655;1.76164;229;20220301;16.8;.3;8.5;2.4;7.31;0;1.94;13441
+73083;44.19655;1.76164;229;20220302;11.3;5.1;8.2;2.1;9.41;3.1;1;7854
+73083;44.19655;1.76164;229;20220303;16.6;5.1;10.8;1.1;9.61;0;1.44;11309
+73083;44.19655;1.76164;229;20220304;9.8;4.1;6.9;2.4;9.41;4.2;.8;7689
+73083;44.19655;1.76164;229;20220305;7.3;6.4;6.8;2.3;9.31;.3;.54;2328
+73083;44.19655;1.76164;229;20220306;11.7;5.7;8.7;1.6;7.21;0;1.39;8141
+73083;44.19655;1.76164;229;20220307;11.9;-2.6;4.6;2.1;6.11;0;1.53;13534
+73083;44.19655;1.76164;229;20220308;15.7;4.2;9.9;3.2;8.51;2;1.98;12066
+73083;44.19655;1.76164;229;20220309;15.8;4.6;10.2;3.6;9.11;0;1.95;12041
+73083;44.19655;1.76164;229;20220310;15.7;8.6;12.1;4.3;9.91;1.5;2.07;9447
+73083;44.19655;1.76164;229;20220311;13.4;10.1;11.7;6.2;9.71;7.4;2.02;6117
+73083;44.19655;1.76164;229;20220312;9.8;8.9;9.3;3.7;9.81;9.5;.95;2627
+73083;44.19655;1.76164;229;20220313;11;7.6;9.3;3.6;8.61;18.8;1.47;6395
+73083;44.19655;1.76164;229;20220314;13.5;3;8.2;6.7;9.31;0;1.57;12354
+73083;44.19655;1.76164;229;20220315;15.6;12.6;14.1;9.1;10.81;0;2.75;6088
+73083;44.19655;1.76164;229;20220316;16.2;11.9;14;3.7;11.01;0;2.06;7635
+73083;44.19655;1.76164;229;20220317;16.3;10.3;13.3;2;10.71;1.4;1.78;9362
+73083;44.19655;1.76164;229;20220318;14;7.4;10.7;1.3;9.62;0;1.47;8066
+73083;44.19655;1.76164;229;20220319;17.1;7.2;12.1;3.6;7.95;0;3.03;16066
+73083;44.19655;1.76164;229;20220320;16.5;5.7;11.1;4.8;8.62;0;2.75;11933
+73083;44.19655;1.76164;229;20220321;15.4;10.1;12.7;6.9;8.12;0;3.77;16133
+73083;44.19655;1.76164;229;20220322;15.5;7.3;11.4;6.6;6.25;0;4.16;18933
+73083;44.19655;1.76164;229;20220323;16.1;3.9;10;4;5.65;0;3.54;19866
+73083;44.19655;1.76164;229;20220324;18.7;.6;9.7;3.1;5.79;0;3.46;20066
+73083;44.19655;1.76164;229;20220325;19.8;4.7;12.3;2.4;5.09;0;3.4;16066
+73083;44.19655;1.76164;229;20220326;20;3.5;11.8;3.5;5.42;0;4.07;20133
+73083;44.19655;1.76164;229;20220327;21.3;6.1;13.7;3.7;6.32;0;4.26;18566
+73083;44.19655;1.76164;229;20220328;21.9;7.1;14.5;3.1;6.12;0;4.07;17033
+73083;44.19655;1.76164;229;20220329;19.2;6.7;12.9;1.7;8.35;2.8;2.41;11366
+73083;44.19655;1.76164;229;20220330;13.5;9.6;11.5;1.9;11.05;2.7;1.29;5600
+73083;44.19655;1.76164;229;20220331;14.7;8.2;11.5;4.2;8.75;2.5;2.77;14400
+73083;44.19655;1.76164;229;20220401;7.7;1.6;4.6;6.6;5.45;.9;2.28;13266
+73083;44.19655;1.76164;229;20220402;7.9;.6;4.3;5.1;5.12;0;2.1;10266
+73083;44.19655;1.76164;229;20220403;6.7;-3.1;1.8;2;5.08;0;1.6;14954
+73083;44.19655;1.76164;229;20220404;11.4;-1.7;4.9;1.6;5.05;0;2.3;20538
+73083;44.19655;1.76164;229;20220405;14.4;-2.3;6.1;2;6.35;0;2.49;20387
+73083;44.19655;1.76164;229;20220406;11.3;4.1;7.7;2.3;9.92;1.3;.88;4400
+73083;44.19655;1.76164;229;20220407;16.8;8.5;12.6;4.3;11.52;7.8;2.22;9500
+73083;44.19655;1.76164;229;20220408;19.1;10.8;15;4.4;11.22;.2;3.1;12000
+73083;44.19655;1.76164;229;20220409;14.1;5.8;9.9;2.9;7.32;.2;2.75;16200
+73083;44.19655;1.76164;229;20220410;19.8;-.5;9.7;2.6;5.79;0;3.81;23566
+73083;44.19655;1.76164;229;20220411;18.6;7.9;13.2;5.8;8.92;0;4.07;19433
+73083;44.19655;1.76164;229;20220412;18.3;11.8;15;5.3;9.49;0;3.92;14800
+73083;44.19655;1.76164;229;20220413;14.3;10.4;12.3;1.3;10.99;1.3;1.29;4700
+73083;44.19655;1.76164;229;20220414;23.4;4.6;14;1.4;11.12;0;3.46;22800
+73083;44.19655;1.76164;229;20220415;24;8.4;16.2;1.8;12.55;0;3.53;20733
+73083;44.19655;1.76164;229;20220416;24.2;9.3;16.7;2.4;11.49;0;4.05;21533
+73083;44.19655;1.76164;229;20220417;23.4;4.8;14.1;2.1;9.49;0;3.94;23866
+73083;44.19655;1.76164;229;20220418;18.9;9.5;14.2;2.3;10.89;0;2.85;15300
+73083;44.19655;1.76164;229;20220419;15.9;6.5;11.2;2.1;11.42;13;1.59;8366
+73083;44.19655;1.76164;229;20220420;12.5;8.7;10.6;1.7;11.49;5.6;1.14;5500
+73083;44.19655;1.76164;229;20220421;14;9.3;11.7;2;12.32;1;1.16;5233
+73083;44.19655;1.76164;229;20220422;18.9;10.7;14.8;1.2;12.55;.3;2.38;13533
+73083;44.19655;1.76164;229;20220423;15.6;10.1;12.9;3.3;10.75;23;1.83;4100
+73083;44.19655;1.76164;229;20220424;16.4;8.4;12.4;3.7;11.79;3.6;1.81;7100
+73083;44.19655;1.76164;229;20220425;18.2;6.1;12.1;1.3;10.05;0;2.83;18833
+73083;44.19655;1.76164;229;20220426;22.4;4.3;13.4;1.6;9.39;0;3.97;25833
+73083;44.19655;1.76164;229;20220427;22.7;8;15.3;2.1;11.55;.1;3.57;19900
+73083;44.19655;1.76164;229;20220428;21.2;11.7;16.5;2;13.95;0;2.91;15566
+73083;44.19655;1.76164;229;20220429;22.3;12.4;17.4;2.2;13.75;.1;3.49;18500
+73083;44.19655;1.76164;229;20220430;22.2;11.1;16.7;2.4;12.09;0;4.04;22333
+73083;44.19655;1.76164;229;20220501;20.7;7;13.8;1.7;10.42;0;3.5;21500
+73083;44.19655;1.76164;229;20220502;20.9;8.8;14.9;1.8;11.22;0;3.34;18866
+73083;44.19655;1.76164;229;20220503;21.3;11.1;16.2;1.7;12.75;6.1;3.02;15800
+73083;44.19655;1.76164;229;20220504;20.6;10.9;15.8;1.6;12.62;.8;3.13;17533
+73083;44.19655;1.76164;229;20220505;20.9;9.2;15;2.4;10.52;0;3.85;20933
+73083;44.19655;1.76164;229;20220506;19.3;6.6;12.9;2.1;10.21;0;3.34;21395
+73083;44.19655;1.76164;229;20220507;22.3;6.2;14.2;1.6;10.81;0;3.82;24372
+73083;44.19655;1.76164;229;20220508;23.5;8;15.7;1.2;11.41;0;3.86;24006
+73083;44.19655;1.76164;229;20220509;25.5;8.8;17.1;1.5;11.91;0;4.31;25086
+73083;44.19655;1.76164;229;20220510;26.7;8.6;17.6;1.7;12.41;0;4.62;26290
+73083;44.19655;1.76164;229;20220511;29.7;12.4;21;2.6;12.71;0;5.6;25791
+73083;44.19655;1.76164;229;20220512;24.7;14.7;19.7;1.8;16.01;0;3.71;19389
+73083;44.19655;1.76164;229;20220513;26.3;14.2;20.2;1.2;16.01;0;3.97;21549
+73083;44.19655;1.76164;229;20220514;29.1;12.6;20.8;1.8;15.21;0;4.94;25485
+73083;44.19655;1.76164;229;20220515;28.7;14.2;21.4;3;13.61;.4;5.45;23909
+73083;44.19655;1.76164;229;20220516;29.2;12.8;21;1.1;14.41;0;4.72;25609
+73083;44.19655;1.76164;229;20220517;31.7;14.1;22.9;2.1;15.21;0;5.69;26678
+73083;44.19655;1.76164;229;20220518;33.3;15.4;24.3;1.5;15.91;0;5.63;27016
+73083;44.19655;1.76164;229;20220519;30.6;17.4;24;2.8;15.21;.1;5.67;23104
+73083;44.19655;1.76164;229;20220520;30.7;19.1;24.9;3.6;14.81;0;6.12;21655
+73083;44.19655;1.76164;229;20220521;33.7;14.9;24.3;1.4;17.01;0;5.72;28013
+73083;44.19655;1.76164;229;20220522;32.6;16.8;24.7;1.3;19.31;8.6;5.25;25659
+73083;44.19655;1.76164;229;20220523;21.5;16;18.7;3;16.01;2;3.09;14663
+73083;44.19655;1.76164;229;20220524;17.7;12.7;15.2;2.1;13.21;.7;2.55;13966
+73083;44.19655;1.76164;229;20220525;19.5;8.6;14;2.4;11.31;0;3.48;21293
+73083;44.19655;1.76164;229;20220526;18.3;7.9;13.1;2.2;12.11;0;3.09;20830
+73083;44.19655;1.76164;229;20220527;25.2;11.5;18.3;2.1;13.81;.1;4.46;24163
+73083;44.19655;1.76164;229;20220528;26.4;9.5;17.9;1.7;12.41;0;4.83;27049
+73083;44.19655;1.76164;229;20220529;24;5.8;14.9;1.7;9.51;0;4.66;28189
+73083;44.19655;1.76164;229;20220530;24.8;6;15.4;1.3;9.81;2.4;4.66;28740
+73083;44.19655;1.76164;229;20220531;25.9;12.7;19.3;2;11.91;.8;4.77;23931
+73083;44.19655;1.76164;229;20220601;31.6;14.1;22.8;2;14.21;.4;5.91;27808
+73083;44.19655;1.76164;229;20220602;30.7;14.1;22.4;1.1;17.01;.4;5.15;27107
+73083;44.19655;1.76164;229;20220603;32;17.2;24.6;2.3;17.31;14.5;5.81;25575
+73083;44.19655;1.76164;229;20220604;27.4;14.9;21.1;1.6;20.01;19.4;4.32;23444
+73083;44.19655;1.76164;229;20220605;23.6;16.3;19.9;2.2;17.61;.1;3.47;17646
+73083;44.19655;1.76164;229;20220606;26.1;12.3;19.2;1.4;16.01;.4;4.4;24782
+73083;44.19655;1.76164;229;20220607;23.3;14.5;18.9;1.7;15.81;.9;3.65;19563
+73083;44.19655;1.76164;229;20220608;19.5;13;16.2;1.6;15.61;6.1;2.79;16658
+73083;44.19655;1.76164;229;20220609;20.2;12.6;16.4;2.1;14.01;.2;3.21;18141
+73083;44.19655;1.76164;229;20220610;27.3;10.6;18.9;1.6;14.21;.1;4.95;27541
+73083;44.19655;1.76164;229;20220611;31.4;13.6;22.5;1.5;14.91;0;5.67;28506
+73083;44.19655;1.76164;229;20220612;29.6;13.7;21.6;1.2;18.11;2;5.02;26898
+73083;44.19655;1.76164;229;20220613;30.5;18.4;24.4;1.9;21.01;0;4.97;23322
+73083;44.19655;1.76164;229;20220614;34.8;17.7;26.2;1.3;19.91;.2;5.94;27988
+73083;44.19655;1.76164;229;20220615;33.8;18.8;26.3;1.7;19.21;0;5.85;26149
+73083;44.19655;1.76164;229;20220616;35.4;19;27.2;1.4;19.71;0;6.04;27416
+73083;44.19655;1.76164;229;20220617;37.9;18.8;28.3;1.5;18.41;0;6.75;29701
+73083;44.19655;1.76164;229;20220618;37.8;23.3;30.5;4.1;14.81;0;8.77;25723
+73083;44.19655;1.76164;229;20220619;35.8;23.3;29.5;4.7;14.81;0;8.56;23797
+73083;44.19655;1.76164;229;20220620;31.8;17.7;24.7;1.4;18.91;0;5.31;25356
+73083;44.19655;1.76164;229;20220621;29.7;19.1;24.4;1.4;20.61;.8;4.58;21815
+73083;44.19655;1.76164;229;20220622;28.9;16.2;22.5;1.9;18.11;.4;4.9;23997
+73083;44.19655;1.76164;229;20220623;26.5;16.2;21.3;1.7;17.71;19.8;4.24;21479
+73083;44.19655;1.76164;229;20220624;24.9;15.9;20.4;2.2;16.41;2.2;4.05;19988
+73083;44.19655;1.76164;229;20220625;26.1;13.8;19.9;2.8;15.81;5.6;4.68;23573
+73083;44.19655;1.76164;229;20220626;18.3;14.9;16.6;2;16.61;14.1;2.12;11781
+73083;44.19655;1.76164;229;20220627;21.9;14.6;18.2;1.8;16.01;.2;3.29;17845
+73083;44.19655;1.76164;229;20220628;25.8;12.9;19.3;1.8;13.81;0;4.59;24124
+73083;44.19655;1.76164;229;20220629;29;11;20;1.7;14.21;.6;5.38;28703
+73083;44.19655;1.76164;229;20220630;18.3;15.1;16.7;1.7;15.21;1.5;2.25;11352
+73083;44.19655;1.76164;229;20220701;23.8;11.6;17.7;1.2;12.81;0;4.09;23356
+73083;44.19655;1.76164;229;20220702;31.3;9.7;20.5;1.4;12.61;0;5.82;31019
+73083;44.19655;1.76164;229;20220703;31.5;14.5;23;1.8;16.01;0;5.72;27732
+73083;44.19655;1.76164;229;20220704;28.2;16;22.1;1.5;18.21;1.6;4.57;23264
+73083;44.19655;1.76164;229;20220705;30.4;14.3;22.3;1.4;15.61;0;5.29;26874
+73083;44.19655;1.76164;229;20220706;30.1;14.7;22.4;1.6;13.51;0;5.38;26213
+73083;44.19655;1.76164;229;20220707;29.1;12.4;20.7;2.4;13.61;0;5.62;27302
+73083;44.19655;1.76164;229;20220708;30.7;12.7;21.7;1.7;13.71;0;5.66;28341
+73083;44.19655;1.76164;229;20220709;33.1;14.9;24;1.4;12.71;0;5.88;28450
+73083;44.19655;1.76164;229;20220710;33.8;16;24.9;1.8;13.41;0;6.24;28063
+73083;44.19655;1.76164;229;20220711;35.8;18.6;27.2;1.6;13.71;0;6.32;27505
+73083;44.19655;1.76164;229;20220712;36.1;16.9;26.5;1.7;14.21;0;6.57;29066
+73083;44.19655;1.76164;229;20220713;35.6;16.3;25.9;2.1;12.61;0;6.88;29075
+73083;44.19655;1.76164;229;20220714;36.9;16.7;26.8;1.6;14.31;0;6.64;29701
+73083;44.19655;1.76164;229;20220715;36;18;27;1.7;14.21;0;6.43;27893
+73083;44.19655;1.76164;229;20220716;37.7;18.5;28.1;1.6;14.11;0;6.66;28771
+73083;44.19655;1.76164;229;20220717;39;19.7;29.3;1.8;12.21;0;7.06;28768
+73083;44.19655;1.76164;229;20220718;39;23;31;3.7;14.01;0;8.68;26003
+73083;44.19655;1.76164;229;20220719;34.7;22.7;28.7;3.1;16.61;0;6.69;22280
+73083;44.19655;1.76164;229;20220720;28;19.4;23.7;2;17.91;0;4.29;18605
+73083;44.19655;1.76164;229;20220721;34.5;15.7;25.1;1.3;14.91;0;5.82;28028
+73083;44.19655;1.76164;229;20220722;30.5;17.5;24;2.2;16.61;.6;5.23;23014
+73083;44.19655;1.76164;229;20220723;30.3;16.2;23.2;1.7;15.81;0;5.05;23937
+73083;44.19655;1.76164;229;20220724;36.7;16.1;26.4;1.7;14.21;0;6.54;29095
+73083;44.19655;1.76164;229;20220725;28.8;19.5;24.1;3.2;17.41;0;4.96;19058
+73083;44.19655;1.76164;229;20220726;27.1;16;21.5;2.7;14.01;0;4.82;20859
+73083;44.19655;1.76164;229;20220727;29.8;12.5;21.1;2.1;11.61;0;5.53;26255
+73083;44.19655;1.76164;229;20220728;29.5;12.1;20.8;1.2;13.41;0;4.86;26229
+73083;44.19655;1.76164;229;20220729;27.8;15.6;21.7;1.5;15.41;0;4.35;21664
+73083;44.19655;1.76164;229;20220730;30.6;18;24.3;2;15.91;0;5.04;21943
+73083;44.19655;1.76164;229;20220731;34.1;15.6;24.8;1.9;15.01;0;5.95;26743
+73083;44.19655;1.76164;229;20220801;35.3;15.9;25.6;1.7;15.11;0;6.03;27294
+73083;44.19655;1.76164;229;20220802;36.7;16.9;26.8;1.7;13.01;0;6.29;27462
+73083;44.19655;1.76164;229;20220803;38.1;21.1;29.6;1.9;13.31;0;6.48;25234
+73083;44.19655;1.76164;229;20220804;37.2;20.4;28.8;1.8;17.21;0;6.11;24957
+73083;44.19655;1.76164;229;20220805;32.1;20.3;26.2;2.3;18.91;1;5.11;20607
+73083;44.19655;1.76164;229;20220806;34.1;17.6;25.8;1.9;17.11;0;5.6;24477
+73083;44.19655;1.76164;229;20220807;34.9;18.3;26.6;1.5;12.31;0;5.54;24429
+73083;44.19655;1.76164;229;20220808;35.6;18.2;26.9;1.8;10.21;0;6;24910
+73083;44.19655;1.76164;229;20220809;36.6;16.9;26.7;1.9;10.01;0;6.34;26445
+73083;44.19655;1.76164;229;20220810;37.1;17.4;27.2;2;10.41;0;6.48;26302
+73083;44.19655;1.76164;229;20220811;38.5;19.2;28.8;1.9;14.61;0;6.43;25875
+73083;44.19655;1.76164;229;20220812;38.9;20;29.4;1.6;17.41;0;6.08;25447
+73083;44.19655;1.76164;229;20220813;36.9;19.3;28.1;2;18.21;.7;5.98;24370
+73083;44.19655;1.76164;229;20220814;27.2;21.5;24.3;1.9;19.31;1.7;3.37;13236
+73083;44.19655;1.76164;229;20220815;29.2;15.3;22.2;1.3;15.61;.1;4.18;21257
+73083;44.19655;1.76164;229;20220816;33.5;16.2;24.8;2.9;14.91;10;6.04;23716
+73083;44.19655;1.76164;229;20220817;25.5;16.4;20.9;2.6;17.71;.2;3.52;16742
+73083;44.19655;1.76164;229;20220818;25.6;15.6;20.6;2.4;15.81;.5;3.73;17497
+73083;44.19655;1.76164;229;20220819;25.3;17.1;21.2;2.5;16.21;0;3.57;15619
+73083;44.19655;1.76164;229;20220820;29.2;15;22.1;1.6;16.61;0;4.15;20818
+73083;44.19655;1.76164;229;20220821;27.6;14.8;21.2;1.5;16.11;.1;3.8;19567
+73083;44.19655;1.76164;229;20220822;25.2;18.8;22;1.9;17.91;.9;3.05;13366
+73083;44.19655;1.76164;229;20220823;31.4;16.8;24.1;1.9;17.61;0;4.53;20694
+73083;44.19655;1.76164;229;20220824;36.2;18.3;27.2;1.8;15.61;.2;5.46;22888
+73083;44.19655;1.76164;229;20220825;31.3;19.3;25.3;2.1;17.51;0;4.48;18374
+73083;44.19655;1.76164;229;20220826;30.8;15.8;23.3;1.5;16.61;.1;4.21;20541
+73083;44.19655;1.76164;229;20220827;30.9;15.9;23.4;1.3;14.61;0;4.15;20388
+73083;44.19655;1.76164;229;20220828;33.5;13.8;23.6;1.7;11.61;0;5.05;23374
+73083;44.19655;1.76164;229;20220829;34.6;17.8;26.2;1.7;13.41;2.4;4.99;21322
+73083;44.19655;1.76164;229;20220830;31.4;16.8;24.1;1.4;18.11;.1;4.04;19635
+73083;44.19655;1.76164;229;20220831;31.4;17;24.2;2.1;16.01;0;4.51;19336
+73083;44.19655;1.76164;229;20220901;28.9;18.5;23.7;1.5;17.91;2.8;3.49;16107
+73083;44.19655;1.76164;229;20220902;25.8;17.5;21.6;1.3;18.41;11.3;2.82;14134
+73083;44.19655;1.76164;229;20220903;27.4;16.4;21.9;.9;17.41;.3;3.05;16326
+73083;44.19655;1.76164;229;20220904;31.9;16.9;24.4;2.5;17.91;0;4.56;19115
+73083;44.19655;1.76164;229;20220905;32.8;21.5;27.1;3;19.51;1.1;4.79;16280
+73083;44.19655;1.76164;229;20220906;31.7;20.4;26;2.6;18.31;.4;4.41;16137
+73083;44.19655;1.76164;229;20220907;27.3;15.2;21.2;1.7;15.61;.3;3.38;16594
+73083;44.19655;1.76164;229;20220908;26.1;11.4;18.7;1.5;13.91;1.7;3.26;18256
+73083;44.19655;1.76164;229;20220909;23.5;15.6;19.5;1.3;15.71;1.2;2.5;12920
+73083;44.19655;1.76164;229;20220910;26.3;10;18.1;1.2;12.71;0;3.19;18941
+73083;44.19655;1.76164;229;20220911;33.4;13.6;23.5;1.9;12.41;0;4.66;20812
+73083;44.19655;1.76164;229;20220912;36.4;18.8;27.6;3.2;15.41;0;6;19365
+73083;44.19655;1.76164;229;20220913;31.8;21.1;26.4;3;19.81;1.2;4.29;14674
+73083;44.19655;1.76164;229;20220914;31.1;18.1;24.6;1.5;17.41;1.3;3.54;16146
+73083;44.19655;1.76164;229;20220915;28.2;15.7;21.9;1.9;16.31;0;3.34;15651
+73083;44.19655;1.76164;229;20220916;25;17.4;21.2;2.8;15.01;0;3.19;11800
+73083;44.19655;1.76164;229;20220917;21.1;8.3;14.7;2.3;8.61;0;3.04;15534
+73083;44.19655;1.76164;229;20220918;26.5;5.5;16;1.2;6.81;0;3.23;20052
+73083;44.19655;1.76164;229;20220919;27.4;7.8;17.6;2;7.71;0;3.88;19130
+73083;44.19655;1.76164;229;20220920;25.9;7.7;16.8;1.7;8.01;0;3.4;18197
+73083;44.19655;1.76164;229;20220921;25.6;5.8;15.7;1.6;8.11;0;3.26;18835
+73083;44.19655;1.76164;229;20220922;25.8;6.7;16.2;1.7;9.01;0;3.25;18280
+73083;44.19655;1.76164;229;20220923;25.9;10;17.9;2.2;12.11;7.9;3.22;16387
+73083;44.19655;1.76164;229;20220924;18.3;14.2;16.2;1.9;15.21;.7;1.5;7602
+73083;44.19655;1.76164;229;20220925;17.9;11.8;14.8;1.5;12.41;.2;1.71;9442
+73083;44.19655;1.76164;229;20220926;18.9;5;11.9;2.2;10.51;2.4;2.14;14736
+73083;44.19655;1.76164;229;20220927;15.6;11.7;13.6;3.6;13.31;6.8;1.35;7116
+73083;44.19655;1.76164;229;20220928;18.5;13.7;16.1;4.4;15.21;8;1.68;7935
+73083;44.19655;1.76164;229;20220929;15.8;12.3;14;1.8;13.21;8.4;1.27;6505
+73083;44.19655;1.76164;229;20220930;16.7;9.8;13.2;1.8;11.01;.1;1.67;9532
+73083;44.19655;1.76164;229;20221001;20.1;6;13;1.9;12.81;0;1.86;14007
+73083;44.19655;1.76164;229;20221002;23.7;12.8;18.2;1;15.01;.1;1.97;12013
+73083;44.19655;1.76164;229;20221003;23.9;12.3;18.1;1.1;13.31;.1;2.08;12281
+73083;44.19655;1.76164;229;20221004;25;8.3;16.6;1.5;11.91;.1;2.45;14809
+73083;44.19655;1.76164;229;20221005;26.1;11.1;18.6;2.5;13.01;0;2.95;13796
+73083;44.19655;1.76164;229;20221006;22;13;17.5;.8;15.41;.1;1.61;10266
+73083;44.19655;1.76164;229;20221007;24.5;10.7;17.6;1.8;14.11;0;2.25;12853
+73083;44.19655;1.76164;229;20221008;22;11.3;16.6;.9;14.81;2.5;1.63;11021
+73083;44.19655;1.76164;229;20221009;24.9;11.3;18.1;2.4;13.51;0;2.55;12426
+73083;44.19655;1.76164;229;20221010;25.3;14.1;19.7;2.8;14.51;0;2.69;11013
+73083;44.19655;1.76164;229;20221011;23.8;11.6;17.7;1.2;14.11;.1;1.86;11398
+73083;44.19655;1.76164;229;20221012;24.1;12.9;18.5;1.5;14.71;1.1;1.94;10723
+73083;44.19655;1.76164;229;20221013;21.5;11.3;16.4;1.6;14.31;2.7;1.65;10038
+73083;44.19655;1.76164;229;20221014;19.4;15.7;17.5;2.3;16.91;.9;1.23;5456
+73083;44.19655;1.76164;229;20221015;26.9;12.8;19.8;2;14.51;0;2.44;11707
+73083;44.19655;1.76164;229;20221016;26.9;15.6;21.2;4.5;16.21;0;3.25;10205
+73083;44.19655;1.76164;229;20221017;25.6;20.2;22.9;4.6;16.81;0;3.23;6563
+73083;44.19655;1.76164;229;20221018;27.8;16.3;22;3.2;17.11;0;2.82;10024
+73083;44.19655;1.76164;229;20221019;25.7;16.9;21.3;3.4;16.81;1.2;2.56;8486
+73083;44.19655;1.76164;229;20221020;22.6;17.9;20.2;3.3;18.01;1.8;1.8;5769
+73083;44.19655;1.76164;229;20221021;23.9;14.4;19.1;1.5;16.11;.7;1.62;8616
+73083;44.19655;1.76164;229;20221022;25.7;11.4;18.5;2.8;13.91;0;2.45;10709
+73083;44.19655;1.76164;229;20221023;25.6;18.4;22;4.4;13.41;0;3.61;7121
+73083;44.19655;1.76164;229;20221024;23.3;12.7;18;2;12.91;0;1.93;8785
+73083;44.19655;1.76164;229;20221025;24.5;11.4;17.9;2.9;12.61;0;2.43;9768
+73083;44.19655;1.76164;229;20221026;24.4;11;17.7;1.8;14.41;.2;1.74;9753
+73083;44.19655;1.76164;229;20221027;26.3;14.4;20.3;3.8;16.11;0;2.6;8986
+73083;44.19655;1.76164;229;20221028;27.8;18.8;23.3;4;14.41;0;3.58;7535
+73083;44.19655;1.76164;229;20221029;27.4;15.8;21.6;4.6;10.41;0;4.35;8600
+73083;44.19655;1.76164;229;20221030;23.6;16.3;19.9;2.9;13.41;.2;2.35;6459
+73083;44.19655;1.76164;229;20221031;25.5;11.3;18.4;2.5;14.61;1.1;2.01;9377
+73083;44.19655;1.76164;229;20221101;19.4;13.7;16.5;1.5;13.61;.1;1.2;5387
+73083;44.19655;1.76164;229;20221102;20.1;9;14.5;1.4;11.11;.1;1.28;7906
+73083;44.19655;1.76164;229;20221103;19.3;9.3;14.3;3.9;11.41;6.1;1.85;7329
+73083;44.19655;1.76164;229;20221104;12.8;10;11.4;3.8;10.61;6.6;1.12;3219
+73083;44.19655;1.76164;229;20221105;14.4;1.4;7.9;1.6;7.81;.2;.99;8291
+73083;44.19655;1.76164;229;20221106;17.6;3.2;10.4;1.8;7.71;.2;1.35;8667
+73083;44.19655;1.76164;229;20221107;21.1;5.7;13.4;2.7;9.51;0;1.87;8879
+73083;44.19655;1.76164;229;20221108;20.6;13.9;17.2;3.5;13.41;1.4;1.84;5339
+73083;44.19655;1.76164;229;20221109;17.9;12.6;15.2;1.9;14.41;3.5;.91;4535
+73083;44.19655;1.76164;229;20221110;17;10.5;13.7;1.4;12.01;.1;.92;5081
+73083;44.19655;1.76164;229;20221111;22.3;6.5;14.4;3.7;12.31;0;1.81;8516
+73083;44.19655;1.76164;229;20221112;23.4;14;18.7;2.9;12.21;0;2.18;6186
+73083;44.19655;1.76164;229;20221113;22.7;5.3;14;1.5;8.91;0;1.41;8756
+73083;44.19655;1.76164;229;20221114;17.4;13.8;15.6;2.4;12.51;.9;1.29;3233
+73083;44.19655;1.76164;229;20221115;17.3;10.6;13.9;2.1;13.11;10.7;.89;4804
+73083;44.19655;1.76164;229;20221116;17.9;9.7;13.8;2;12.01;.3;1.02;5373
+73083;44.19655;1.76164;229;20221117;16.1;11.3;13.7;2.5;12.51;5.1;.96;3753
+73083;44.19655;1.76164;229;20221118;12.6;9.4;11;2.7;11.11;4;.75;2784
+73083;44.19655;1.76164;229;20221119;10.9;7.6;9.2;2;9.61;2;.7;2802
+73083;44.19655;1.76164;229;20221120;9.1;3.3;6.2;1.4;9.11;1.8;.38;4073
+73083;44.19655;1.76164;229;20221121;11.3;5.8;8.5;2.8;10.21;19.5;.51;3877
+73083;44.19655;1.76164;229;20221122;8.1;5.6;6.8;3.2;9.11;15.8;.47;2162
+73083;44.19655;1.76164;229;20221123;14.5;7.3;10.9;2.8;10.71;5.6;.83;4500
+73083;44.19655;1.76164;229;20221124;12.2;3.9;8;1.6;9.41;2.5;.53;4864
+73083;44.19655;1.76164;229;20221125;10.6;5.9;8.2;1.3;9.81;7.3;.46;3299
+73083;44.19655;1.76164;229;20221126;11.1;4;7.5;1.1;8.51;0;.51;4294
+73083;44.19655;1.76164;229;20221127;12.8;2.6;7.7;2.5;7.61;4.1;.93;5340
+73083;44.19655;1.76164;229;20221128;11.5;7.7;9.6;2.7;10.51;5.2;.59;2725
+73083;44.19655;1.76164;229;20221129;10.9;6.5;8.7;1.8;9.31;0;.61;2993
+73083;44.19655;1.76164;229;20221130;9.5;3.2;6.3;1.2;7.71;0;.5;3790
+73083;44.19655;1.76164;229;20221201;3.8;-.6;1.6;.7;6.91;0;.26;2923
+73083;44.19655;1.76164;229;20221202;6;3.9;4.9;.4;7.91;0;.38;1602
+73083;44.19655;1.76164;229;20221203;7.7;3.6;5.6;1;7.81;3.4;.43;2717
+73083;44.19655;1.76164;229;20221204;9.1;4;6.5;1.2;7.51;0;.54;3146
+73083;44.19655;1.76164;229;20221205;11.7;-.7;5.5;2.2;6.01;.1;.88;5574
+73083;44.19655;1.76164;229;20221206;13.5;.9;7.2;1.1;6.41;0;.63;5585
+73083;44.19655;1.76164;229;20221207;12;-.5;5.7;1.3;6.41;.1;.59;5517
+73083;44.19655;1.76164;229;20221208;9.6;.4;5;2.1;7.31;3;.51;4519
+73083;44.19655;1.76164;229;20221209;8.5;6.7;7.6;1.3;10.01;1.4;.37;1273
+73083;44.19655;1.76164;229;20221210;.5;.8;.6;2.4;6.11;0;.32;0
+73083;44.19655;1.76164;229;20221211;5.6;-7;-.7;1.8;4.21;.1;.52;5409
+73083;44.19655;1.76164;229;20221212;4.5;-5;-.3;2.2;5.41;12.2;.32;4506
+73083;44.19655;1.76164;229;20221213;10.8;4;7.4;3;10.81;1.2;.1;3598
+73083;44.19655;1.76164;229;20221214;13.5;8.8;11.1;2.2;11.61;3.1;.57;2763
+73083;44.19655;1.76164;229;20221215;10.8;8.5;9.6;2;11.01;5.4;.46;1541
+73083;44.19655;1.76164;229;20221216;11;7.9;9.4;.9;9.91;.1;.5;1987
+73083;44.19655;1.76164;229;20221217;6.4;-2.3;2;1.5;5.81;.2;.4;4182
+73083;44.19655;1.76164;229;20221218;12.6;-1.9;5.3;3.9;7.21;.1;.9;5760
+73083;44.19655;1.76164;229;20221219;17;10.3;13.6;6.9;10.81;0;2.02;3501
+73083;44.19655;1.76164;229;20221220;15.6;12.8;14.2;4.8;11.21;.3;1.7;1810
+73083;44.19655;1.76164;229;20221221;16.7;10.9;13.8;1.4;11.91;.4;.74;3166
+73083;44.19655;1.76164;229;20221222;15.9;7.4;11.6;1.3;11.91;4.6;.48;4103
+73083;44.19655;1.76164;229;20221223;18.1;12.1;15.1;1.4;13.41;0;.72;3247
+73083;44.19655;1.76164;229;20221224;17.6;9.1;13.3;1.4;11.31;0;.73;4114
+73083;44.19655;1.76164;229;20221225;17.5;8;12.7;2.9;9.71;.1;1.33;4431
+73083;44.19655;1.76164;229;20221226;13.7;5;9.3;.7;10.61;1.2;.34;4197
+73083;44.19655;1.76164;229;20221227;14.3;8.5;11.4;.8;10.91;.1;.49;3204
+73083;44.19655;1.76164;229;20221228;17.8;5.5;11.6;2.2;9.71;0;.99;5267
+73083;44.19655;1.76164;229;20221229;13.6;6.4;10;1.2;10.11;5.1;.51;3747
+73083;44.19655;1.76164;229;20221230;15.5;8.2;11.8;1.8;11.01;.5;.7;3801
+73083;44.19655;1.76164;229;20221231;18.3;6.9;12.6;3.1;11.11;0;1.11;5095
+73084;44.22085;2.07238;444;20220101;18.4;4.5;11.5;1.3;8.18;0;.89;6031
+73084;44.22085;2.07238;444;20220102;13.2;3.8;8.5;1.3;8.32;.1;.65;4756
+73084;44.22085;2.07238;444;20220103;12.9;5;8.9;.9;9.45;0;.45;4426
+73084;44.22085;2.07238;444;20220104;17.4;6;11.7;2.1;9.08;7.6;1.08;5516
+73084;44.22085;2.07238;444;20220105;4.3;2.2;3.3;3.4;6.15;0;.77;1829
+73084;44.22085;2.07238;444;20220106;3.9;-2.2;.8;2.6;4.95;.1;.61;3878
+73084;44.22085;2.07238;444;20220107;1.7;-3.4;-.8;1.8;5.88;4.9;.22;3840
+73084;44.22085;2.07238;444;20220108;7.9;1;4.5;4.8;9.35;7.5;.05;4221
+73084;44.22085;2.07238;444;20220109;5.9;3.7;4.8;3.2;8.4;18.7;.33;1979
+73084;44.22085;2.07238;444;20220110;6.1;5;5.6;2;8.15;1.5;.57;1007
+73084;44.22085;2.07238;444;20220111;4.7;-1.4;1.7;1.6;5.25;0;.53;4039
+73084;44.22085;2.07238;444;20220112;4;-5.2;-.6;1.2;4.85;0;.38;5217
+73084;44.22085;2.07238;444;20220113;7.3;-5.2;1;1.2;4.65;0;.49;6387
+73084;44.22085;2.07238;444;20220114;12.9;-2.5;5.2;1;4;0;.75;7251
+73084;44.22085;2.07238;444;20220115;10.3;-2;4.2;.9;4.75;.1;.6;6391
+73084;44.22085;2.07238;444;20220116;7;-4;1.5;.9;4.85;.1;.47;6105
+73084;44.22085;2.07238;444;20220117;6.3;-3.7;1.3;1.3;5.35;.1;.46;5753
+73084;44.22085;2.07238;444;20220118;.5;-3.1;-1.3;.9;5.32;.1;.31;2937
+73084;44.22085;2.07238;444;20220119;2.2;-2.4;-.1;1.7;6.15;1;.25;3780
+73084;44.22085;2.07238;444;20220120;4.9;-1;1.9;1.8;6.18;0;.46;4676
+73084;44.22085;2.07238;444;20220121;4.9;-2.8;1.1;2.3;4.48;.1;.8;5130
+73084;44.22085;2.07238;444;20220122;6;-4.2;.9;1.6;4.4;0;.68;6282
+73084;44.22085;2.07238;444;20220123;12.1;-2.2;4.9;1.9;4.95;0;1.05;7742
+73084;44.22085;2.07238;444;20220124;9;-.6;4.2;1.9;5.2;0;1.18;7979
+73084;44.22085;2.07238;444;20220125;10.9;-1.4;4.8;1.6;5.44;0;.85;7724
+73084;44.22085;2.07238;444;20220126;10.8;-1.4;4.7;.9;5.6;0;.62;7203
+73084;44.22085;2.07238;444;20220127;9.8;-3;3.4;.9;5.7;.1;.57;7603
+73084;44.22085;2.07238;444;20220128;-1;-3.8;-2.4;.9;5;0;.31;3033
+73084;44.22085;2.07238;444;20220129;1.9;-3;-.5;.7;5.45;0;.39;4525
+73084;44.22085;2.07238;444;20220130;2.5;-1.8;.4;1.2;6.2;.3;.35;4248
+73084;44.22085;2.07238;444;20220131;5.8;1.5;3.6;4.4;7.5;1.4;.47;4269
+73084;44.22085;2.07238;444;20220201;4.2;-.5;1.8;3.9;7.12;1.8;.32;4536
+73084;44.22085;2.07238;444;20220202;8;4;6;2.8;8.98;.4;.53;4174
+73084;44.22085;2.07238;444;20220203;11.6;.6;6.1;2.1;7.4;.1;.94;7749
+73084;44.22085;2.07238;444;20220204;7.6;4.7;6.2;1.6;9.25;2.3;.45;3625
+73084;44.22085;2.07238;444;20220205;8.1;3.9;6;2.5;7.8;.4;.76;4467
+73084;44.22085;2.07238;444;20220206;5.6;-1.5;2.1;2.8;7.15;2;.41;6159
+73084;44.22085;2.07238;444;20220207;9.7;5.1;7.4;4.3;8.55;.7;.95;4978
+73084;44.22085;2.07238;444;20220208;15.2;-1.9;6.6;1.6;6;0;1.23;10631
+73084;44.22085;2.07238;444;20220209;14.2;.8;7.5;2.8;6.75;0;1.49;9283
+73084;44.22085;2.07238;444;20220210;4;1.1;2.6;1.8;6.69;.5;1.41;11433
+73084;44.22085;2.07238;444;20220211;12.1;5.7;8.9;2.3;7.71;0;1.38;9600
+73084;44.22085;2.07238;444;20220212;12.2;-1.9;5.2;3;5.45;0;1.49;8233
+73084;44.22085;2.07238;444;20220213;14.2;4.6;9.4;5.2;7.94;3.7;1.7;8175
+73084;44.22085;2.07238;444;20220214;10;6.2;8.1;4.2;9.11;9;1.11;5800
+73084;44.22085;2.07238;444;20220215;7.6;4.2;5.9;3.9;8.57;0;.78;5433
+73084;44.22085;2.07238;444;20220216;10.4;5.9;8.2;4.8;10.65;6.8;.55;5599
+73084;44.22085;2.07238;444;20220217;11.7;9.4;10.6;4.1;12.25;1.7;.6;3759
+73084;44.22085;2.07238;444;20220218;14.7;8.7;11.7;2.6;11.18;.1;1.23;6559
+73084;44.22085;2.07238;444;20220219;8.5;5.3;6.9;2.9;7.4;0;1.13;4821
+73084;44.22085;2.07238;444;20220220;8.1;.2;4.2;2.5;8.48;3.1;.58;8454
+73084;44.22085;2.07238;444;20220221;8.8;7.2;8;6.7;8.5;1.4;1.29;3155
+73084;44.22085;2.07238;444;20220222;10.7;5.2;8;3.5;8.3;0;1.25;6941
+73084;44.22085;2.07238;444;20220223;14.5;4.4;9.5;1.6;8.05;0;1.41;9775
+73084;44.22085;2.07238;444;20220224;14.3;5.5;9.9;3.2;8.65;0;1.66;9231
+73084;44.22085;2.07238;444;20220225;9;2.7;5.8;3.2;6.3;0;1.4;7761
+73084;44.22085;2.07238;444;20220226;13;-.9;6.1;3.3;4.75;0;2.13;12152
+73084;44.22085;2.07238;444;20220227;14.1;.7;7.4;1.8;6.35;0;1.63;12074
+73084;44.22085;2.07238;444;20220228;13.9;1.8;7.9;1.7;7.28;0;1.55;11600
+73084;44.22085;2.07238;444;20220301;14.9;.5;7.7;2.4;6.75;0;1.81;12809
+73084;44.22085;2.07238;444;20220302;10.6;3.7;7.1;2.7;8.8;3.2;1.08;8698
+73084;44.22085;2.07238;444;20220303;14.8;6.9;10.9;1.3;9.7;0;1.39;9532
+73084;44.22085;2.07238;444;20220304;9.4;3.5;6.4;3;9.2;2.1;.87;8031
+73084;44.22085;2.07238;444;20220305;6.7;5.6;6.2;2.6;9;.2;.58;3021
+73084;44.22085;2.07238;444;20220306;9.7;3.2;6.4;1.5;6.75;0;1.3;8678
+73084;44.22085;2.07238;444;20220307;10.9;-2.1;4.4;1.8;5.85;0;1.49;13260
+73084;44.22085;2.07238;444;20220308;11.9;2.1;7;3.6;7.85;.9;1.75;11614
+73084;44.22085;2.07238;444;20220309;12.4;5.3;8.9;4.3;8.45;0;1.72;9721
+73084;44.22085;2.07238;444;20220310;13.6;7.8;10.7;5.6;9.15;1.2;2.03;8860
+73084;44.22085;2.07238;444;20220311;10.6;9.2;9.9;9.9;9.1;5.4;1.92;3904
+73084;44.22085;2.07238;444;20220312;7.6;6.9;7.2;6.5;8.95;8.1;.86;2452
+73084;44.22085;2.07238;444;20220313;9.1;7.3;8.2;6.3;7.85;12;1.66;4757
+73084;44.22085;2.07238;444;20220314;11.4;.9;6.1;8.4;9.05;0;1.11;12814
+73084;44.22085;2.07238;444;20220315;13.4;10.5;11.9;11.2;10.45;0;2.22;6329
+73084;44.22085;2.07238;444;20220316;13.6;10.1;11.9;4.6;10.35;0;1.77;7136
+73084;44.22085;2.07238;444;20220317;14.3;7.9;11.1;2.3;10.1;1.4;1.69;10057
+73084;44.22085;2.07238;444;20220318;13.3;6.2;9.7;1.7;9.31;0;1.51;8200
+73084;44.22085;2.07238;444;20220319;15.8;6.5;11.1;3.6;7.51;0;2.99;16033
+73084;44.22085;2.07238;444;20220320;13.7;5.3;9.5;6.3;7.97;0;2.57;9933
+73084;44.22085;2.07238;444;20220321;13.2;8.4;10.8;8.4;7.44;0;3.54;14033
+73084;44.22085;2.07238;444;20220322;13.9;5.7;9.8;7.8;5.74;0;4.06;19066
+73084;44.22085;2.07238;444;20220323;14.8;3.3;9.1;5.1;4.94;0;3.78;19966
+73084;44.22085;2.07238;444;20220324;17.8;2.5;10.1;4.1;5.07;0;3.89;18624
+73084;44.22085;2.07238;444;20220325;18.5;4.2;11.3;3.2;4.44;0;3.81;16933
+73084;44.22085;2.07238;444;20220326;19.1;2.3;10.7;3.8;5.01;0;4.13;20500
+73084;44.22085;2.07238;444;20220327;19.9;4;12;3.8;5.94;0;4.13;18866
+73084;44.22085;2.07238;444;20220328;20.1;7.4;13.8;4.4;5.64;0;4.6;17633
+73084;44.22085;2.07238;444;20220329;18;7.9;13;2.5;7.87;1.7;2.82;12233
+73084;44.22085;2.07238;444;20220330;11.6;8.3;10;2;10.54;2.5;1.21;5633
+73084;44.22085;2.07238;444;20220331;12.9;6.5;9.7;4.7;8.37;2.4;2.46;12900
+73084;44.22085;2.07238;444;20220401;6;.3;3.2;6.4;5.41;1.2;1.98;12500
+73084;44.22085;2.07238;444;20220402;5.8;-.9;2.5;4.4;5.09;.1;1.79;10166
+73084;44.22085;2.07238;444;20220403;4.8;-1.7;1.5;4.4;4.82;0;1.95;12325
+73084;44.22085;2.07238;444;20220404;9.9;-.8;4.6;1.5;5.07;0;2.33;21066
+73084;44.22085;2.07238;444;20220405;13.9;-2.5;5.7;2.3;6.23;0;2.56;21218
+73084;44.22085;2.07238;444;20220406;10.2;1.1;5.7;2.6;9.27;1.5;.82;5300
+73084;44.22085;2.07238;444;20220407;13.8;7.3;10.6;5.3;11.17;10;1.64;6833
+73084;44.22085;2.07238;444;20220408;17.3;10;13.6;5.5;10.81;.2;3;11966
+73084;44.22085;2.07238;444;20220409;12.3;4.2;8.3;3.7;6.87;.2;2.66;16200
+73084;44.22085;2.07238;444;20220410;18.6;-2.1;8.3;3.1;5.34;0;3.9;23900
+73084;44.22085;2.07238;444;20220411;16.3;8.1;12.2;7.8;8.64;0;4.04;20000
+73084;44.22085;2.07238;444;20220412;16.7;10.2;13.4;6.8;8.61;0;4.03;14633
+73084;44.22085;2.07238;444;20220413;14.9;8.7;11.8;1.5;9.67;.7;1.69;7000
+73084;44.22085;2.07238;444;20220414;22.5;2.5;12.5;1.7;10.34;0;3.54;23400
+73084;44.22085;2.07238;444;20220415;23.4;6.2;14.8;1.8;11.67;0;3.7;22633
+73084;44.22085;2.07238;444;20220416;23;6.1;14.6;2.3;10.44;0;3.93;22266
+73084;44.22085;2.07238;444;20220417;22.2;2.7;12.5;2.3;8.54;0;4.06;24966
+73084;44.22085;2.07238;444;20220418;18.1;6.9;12.5;2.6;10.14;0;3.03;17933
+73084;44.22085;2.07238;444;20220419;16.8;4.3;10.6;2.3;10.87;6;2.12;13400
+73084;44.22085;2.07238;444;20220420;12.6;8.2;10.4;1.7;11.37;5.2;1.22;6266
+73084;44.22085;2.07238;444;20220421;13.2;8.5;10.9;2;11.97;.8;1.11;5266
+73084;44.22085;2.07238;444;20220422;18.8;8.7;13.7;1.8;11.84;.4;2.73;16166
+73084;44.22085;2.07238;444;20220423;15.3;10.4;12.9;4.7;10.17;27.5;2.31;5100
+73084;44.22085;2.07238;444;20220424;13.5;6.6;10.1;3.7;11.24;6.6;1.29;4833
+73084;44.22085;2.07238;444;20220425;16.3;5.8;11;1.6;9.71;0;2.89;20033
+73084;44.22085;2.07238;444;20220426;21.1;2.8;11.9;1.7;8.77;0;3.96;26500
+73084;44.22085;2.07238;444;20220427;22.5;7.5;15;2.1;10.66;0;3.56;20566
+73084;44.22085;2.07238;444;20220428;21;9.9;15.5;2.2;13.04;0;3.34;19166
+73084;44.22085;2.07238;444;20220429;20.9;10.9;15.9;2.5;13.54;.3;2.76;12400
+73084;44.22085;2.07238;444;20220430;20.8;9.9;15.4;2.3;11.51;0;3.9;22633
+73084;44.22085;2.07238;444;20220501;19.1;4.2;11.7;1.7;9.34;0;3.41;22266
+73084;44.22085;2.07238;444;20220502;19.3;7.2;13.2;1.8;10.07;0;3.36;20066
+73084;44.22085;2.07238;444;20220503;19.7;10;14.8;1.5;12.17;7.7;2.8;14800
+73084;44.22085;2.07238;444;20220504;18.6;8.6;13.6;1.5;12.21;.4;2.93;18166
+73084;44.22085;2.07238;444;20220505;18.7;7.4;13;2.4;10.37;.1;3.41;20200
+73084;44.22085;2.07238;444;20220506;17.2;6.8;12;3;10.05;0;3.17;19756
+73084;44.22085;2.07238;444;20220507;20.7;7.2;13.9;2.5;10.55;0;3.81;22683
+73084;44.22085;2.07238;444;20220508;21.7;8.7;15.2;1.5;11;0;3.75;22285
+73084;44.22085;2.07238;444;20220509;24.3;9.3;16.8;1.4;11.3;0;4.21;24220
+73084;44.22085;2.07238;444;20220510;25.3;9;17.2;1.5;12.15;0;4.41;25435
+73084;44.22085;2.07238;444;20220511;27.1;10.6;18.9;2.5;12.6;0;5.09;25568
+73084;44.22085;2.07238;444;20220512;24.5;12;18.3;2.3;14.3;0;4.27;22425
+73084;44.22085;2.07238;444;20220513;24.3;13.3;18.8;1.4;14.2;0;3.9;20939
+73084;44.22085;2.07238;444;20220514;28;12.1;20;1.3;14.55;0;4.69;25461
+73084;44.22085;2.07238;444;20220515;25.5;14.5;20;3.9;12.2;.1;5.24;21083
+73084;44.22085;2.07238;444;20220516;26.6;11.9;19.3;1.9;13.3;0;4.75;24741
+73084;44.22085;2.07238;444;20220517;30.9;13.2;22;1.5;15;0;5.37;27236
+73084;44.22085;2.07238;444;20220518;30.5;16;23.2;2.4;15.85;0;5.53;24683
+73084;44.22085;2.07238;444;20220519;27.1;17.3;22.2;4.5;14.4;.2;5.51;20286
+73084;44.22085;2.07238;444;20220520;28.5;17.8;23.2;4;13.95;0;5.88;21241
+73084;44.22085;2.07238;444;20220521;32.2;13.8;23;1.9;16.9;0;5.89;28263
+73084;44.22085;2.07238;444;20220522;30.6;18.3;24.5;1.9;18;7.2;5.21;22979
+73084;44.22085;2.07238;444;20220523;19.6;15.5;17.5;3.1;15.45;5;2.75;12805
+73084;44.22085;2.07238;444;20220524;17.5;11;14.3;2.4;12.4;0;2.89;16434
+73084;44.22085;2.07238;444;20220525;18.5;8.3;13.4;3.1;11;0;3.53;21089
+73084;44.22085;2.07238;444;20220526;17.7;7.7;12.7;2.7;11.4;0;3.27;20916
+73084;44.22085;2.07238;444;20220527;24.6;9.1;16.8;2.5;13.3;0;4.68;26322
+73084;44.22085;2.07238;444;20220528;24.9;10.8;17.8;2;12.05;0;4.81;25795
+73084;44.22085;2.07238;444;20220529;23.2;7.1;15.2;2;8.85;0;4.8;27422
+73084;44.22085;2.07238;444;20220530;24;8;16;1.6;9.48;3.2;4.73;27542
+73084;44.22085;2.07238;444;20220531;24.4;11.5;18;1.7;12.3;1.5;4.47;24161
+73084;44.22085;2.07238;444;20220601;31.3;12.5;21.9;2.2;13.65;.2;6.15;29177
+73084;44.22085;2.07238;444;20220602;29.2;15.3;22.3;3.1;14.7;0;5.85;25261
+73084;44.22085;2.07238;444;20220603;30.4;16.3;23.4;2.7;16.08;1.7;5.95;25560
+73084;44.22085;2.07238;444;20220604;28.9;15.7;22.3;2.2;19.42;30.7;4.83;24283
+73084;44.22085;2.07238;444;20220605;22.5;15.7;19.1;2.2;17.35;.1;3.42;17571
+73084;44.22085;2.07238;444;20220606;26.1;12.1;19.1;1.4;15.62;.4;4.54;25225
+73084;44.22085;2.07238;444;20220607;21.8;14.7;18.2;2;15.38;.8;3.54;18435
+73084;44.22085;2.07238;444;20220608;17.7;12.9;15.3;1.7;14.75;5.2;2.55;14467
+73084;44.22085;2.07238;444;20220609;18;11;14.5;2.8;13.55;.1;3.01;17842
+73084;44.22085;2.07238;444;20220610;25.8;10.3;18.1;1.9;13.8;0;4.87;27005
+73084;44.22085;2.07238;444;20220611;30.7;12.9;21.8;1.5;14.1;.1;5.79;29041
+73084;44.22085;2.07238;444;20220612;29.4;16.2;22.8;1.7;16.2;1.2;5.28;24821
+73084;44.22085;2.07238;444;20220613;29.5;18.1;23.8;2.1;20;0;5.01;23123
+73084;44.22085;2.07238;444;20220614;33.6;16.9;25.3;1.7;18.4;.3;6.16;28189
+73084;44.22085;2.07238;444;20220615;33.4;19.4;26.4;2.2;17.8;0;6.23;25643
+73084;44.22085;2.07238;444;20220616;34.1;18.8;26.4;1.4;18.9;0;5.91;26947
+73084;44.22085;2.07238;444;20220617;35.9;18.8;27.4;1.9;17.4;0;6.78;28619
+73084;44.22085;2.07238;444;20220618;35;22.1;28.6;4.6;14.75;0;8.36;24631
+73084;44.22085;2.07238;444;20220619;32.2;22.4;27.3;7.6;14.6;0;8.75;21412
+73084;44.22085;2.07238;444;20220620;30;16.9;23.4;3.6;17.45;0;5.94;24808
+73084;44.22085;2.07238;444;20220621;29.6;19;24.3;2.2;19.95;.9;4.95;22338
+73084;44.22085;2.07238;444;20220622;27.5;18.2;22.9;2.4;18.55;1.1;4.63;20796
+73084;44.22085;2.07238;444;20220623;25.5;17;21.3;2.4;17.7;18.7;4.21;19952
+73084;44.22085;2.07238;444;20220624;23.2;14.7;19;2;15.8;3.1;3.83;19817
+73084;44.22085;2.07238;444;20220625;26.6;12.6;19.6;2.6;15.85;8.6;5;25794
+73084;44.22085;2.07238;444;20220626;18.8;14.3;16.6;2.3;16.92;11.1;2.14;11103
+73084;44.22085;2.07238;444;20220627;19.6;13.7;16.7;2.3;15.95;.3;2.64;13897
+73084;44.22085;2.07238;444;20220628;24;12.7;18.3;2.1;14.3;0;4.31;23046
+73084;44.22085;2.07238;444;20220629;27.8;12.1;19.9;1.6;13.85;1.1;5.19;27237
+73084;44.22085;2.07238;444;20220630;15.7;14.6;15.1;2.2;15.45;1.3;1.44;6432
+73084;44.22085;2.07238;444;20220701;21.7;10.4;16;1.9;12.6;0;4;23024
+73084;44.22085;2.07238;444;20220702;30.1;9.8;20;1.4;12.85;0;5.67;30600
+73084;44.22085;2.07238;444;20220703;29.4;15.8;22.6;1.8;16.05;.1;5.31;25180
+73084;44.22085;2.07238;444;20220704;26.2;16.1;21.1;2.4;18.4;1.2;4.32;21544
+73084;44.22085;2.07238;444;20220705;27.7;15.4;21.6;1.9;16.85;0;4.81;23850
+73084;44.22085;2.07238;444;20220706;27.5;14;20.8;2.5;13.75;0;5.32;24937
+73084;44.22085;2.07238;444;20220707;26.7;12.8;19.7;2.8;13.5;0;5.29;25280
+73084;44.22085;2.07238;444;20220708;28.1;13.7;20.9;2.4;13.7;0;5.44;25739
+73084;44.22085;2.07238;444;20220709;30.5;15.6;23.1;2.5;12.9;0;6.1;26169
+73084;44.22085;2.07238;444;20220710;31.2;15.9;23.6;2.5;13.75;0;6.2;26438
+73084;44.22085;2.07238;444;20220711;33.8;18.4;26.1;2.1;13.95;0;6.38;26508
+73084;44.22085;2.07238;444;20220712;33.4;18.3;25.9;2;14.5;0;6.2;26125
+73084;44.22085;2.07238;444;20220713;34.3;16.9;25.6;1.8;13.1;0;6.4;27852
+73084;44.22085;2.07238;444;20220714;35.9;17.7;26.8;1.7;14.85;0;6.46;28113
+73084;44.22085;2.07238;444;20220715;34.4;17.3;25.8;1.7;14.9;0;6.25;27744
+73084;44.22085;2.07238;444;20220716;35.3;17.6;26.5;2.2;13.9;0;6.81;28149
+73084;44.22085;2.07238;444;20220717;37;20.6;28.8;2.6;12.2;0;7.48;26931
+73084;44.22085;2.07238;444;20220718;36.6;22.9;29.8;4.3;14.45;0;8.39;24473
+73084;44.22085;2.07238;444;20220719;36.3;25.3;30.8;3.7;11.85;.5;7.94;21784
+73084;44.22085;2.07238;444;20220720;28.3;18.3;23.3;2.5;16.55;0;4.9;20706
+73084;44.22085;2.07238;444;20220721;33;15.8;24.4;1.4;14.85;0;5.7;27295
+73084;44.22085;2.07238;444;20220722;31.2;17.4;24.3;2.4;15.95;.8;5.76;24200
+73084;44.22085;2.07238;444;20220723;28.8;16.3;22.6;2.4;15.65;0;5.13;22939
+73084;44.22085;2.07238;444;20220724;36.1;14.6;25.4;1.4;14.2;0;6.21;29089
+73084;44.22085;2.07238;444;20220725;26.2;18.4;22.3;2.9;16.8;0;4.35;17811
+73084;44.22085;2.07238;444;20220726;26;15.9;21;3.6;14.2;0;4.94;20288
+73084;44.22085;2.07238;444;20220727;27.4;11.8;19.6;2.2;12;0;5.13;25420
+73084;44.22085;2.07238;444;20220728;28.7;12.8;20.8;1.9;13.45;0;5.15;25439
+73084;44.22085;2.07238;444;20220729;26.9;16.5;21.7;2;16.1;0;4.41;20434
+73084;44.22085;2.07238;444;20220730;29.6;18.2;23.9;2.3;15.65;0;5.12;21413
+73084;44.22085;2.07238;444;20220731;32.1;15.6;23.8;1.9;14.8;0;5.63;25779
+73084;44.22085;2.07238;444;20220801;33.2;16.9;25.1;2.1;14.75;0;5.94;25498
+73084;44.22085;2.07238;444;20220802;33.8;16.9;25.4;1.6;13.8;0;5.72;25783
+73084;44.22085;2.07238;444;20220803;36.3;20;28.1;2.1;13.1;0;6.41;25031
+73084;44.22085;2.07238;444;20220804;37;21.1;29;2;14.65;0;6.36;24772
+73084;44.22085;2.07238;444;20220805;31.4;19.2;25.3;2.7;19.15;1.5;5.18;21479
+73084;44.22085;2.07238;444;20220806;32.3;17.3;24.8;2.1;17.9;0;5.36;23872
+73084;44.22085;2.07238;444;20220807;33;18;25.5;2;13.25;0;5.65;23684
+73084;44.22085;2.07238;444;20220808;33.7;16.5;25.1;2.3;10.85;0;6.31;25242
+73084;44.22085;2.07238;444;20220809;34.6;18.1;26.3;2.2;10.25;0;6.26;24623
+73084;44.22085;2.07238;444;20220810;35.8;18.9;27.4;2.1;10.75;0;6.27;24726
+73084;44.22085;2.07238;444;20220811;36.4;19;27.7;1.9;14.75;0;6.03;24875
+73084;44.22085;2.07238;444;20220812;36.7;19.6;28.1;1.8;17.5;0;5.89;24691
+73084;44.22085;2.07238;444;20220813;36.1;18.4;27.3;1.6;17.2;.4;5.69;24985
+73084;44.22085;2.07238;444;20220814;27.2;20.5;23.9;2.7;19;2.3;3.89;14911
+73084;44.22085;2.07238;444;20220815;27.4;14.9;21.2;1.6;15.5;.2;4.1;20653
+73084;44.22085;2.07238;444;20220816;32.6;14.3;23.4;2.4;15.1;7.2;5.7;25012
+73084;44.22085;2.07238;444;20220817;23.7;15;19.4;2.1;17.35;.3;3.2;16827
+73084;44.22085;2.07238;444;20220818;24.6;15.3;20;3;15.65;0;3.75;17299
+73084;44.22085;2.07238;444;20220819;23.3;15.6;19.4;3.5;16.55;.1;3.36;15554
+73084;44.22085;2.07238;444;20220820;28.2;15.1;21.7;2;16.65;0;4.23;20381
+73084;44.22085;2.07238;444;20220821;26;15.7;20.9;2.3;15.9;.1;3.88;17892
+73084;44.22085;2.07238;444;20220822;22.8;17.2;20;2.2;17.95;.5;2.74;12862
+73084;44.22085;2.07238;444;20220823;29.4;16.4;22.9;1.9;18.15;0;4.21;20014
+73084;44.22085;2.07238;444;20220824;34;17;25.5;1.8;15.55;0;5.21;22808
+73084;44.22085;2.07238;444;20220825;30;18.2;24.1;2.4;17;.1;4.57;18709
+73084;44.22085;2.07238;444;20220826;29.3;16;22.6;2.1;16.65;.2;4.31;19720
+73084;44.22085;2.07238;444;20220827;30;15.8;22.9;2.1;14.65;0;4.52;20301
+73084;44.22085;2.07238;444;20220828;32.2;14.8;23.5;1.4;12.05;0;4.59;22276
+73084;44.22085;2.07238;444;20220829;33.3;16.2;24.8;2;13.95;2.3;5.11;21723
+73084;44.22085;2.07238;444;20220830;30.5;16.5;23.5;1.8;16.95;.2;4.25;19663
+73084;44.22085;2.07238;444;20220831;30.2;16.3;23.2;2.4;15.35;0;4.59;19489
+73084;44.22085;2.07238;444;20220901;27.6;16.1;21.8;1.7;17.35;2;3.57;17495
+73084;44.22085;2.07238;444;20220902;25.8;16.4;21.1;1.6;17.45;8.5;3.13;15531
+73084;44.22085;2.07238;444;20220903;25.7;15.8;20.8;1.3;17.4;.2;3.01;15909
+73084;44.22085;2.07238;444;20220904;30.4;16.6;23.5;3.6;17.85;0;4.72;18737
+73084;44.22085;2.07238;444;20220905;31.2;19.8;25.5;4;19.8;0;4.83;16787
+73084;44.22085;2.07238;444;20220906;30.7;19.9;25.3;2.5;18.8;1;4.19;16189
+73084;44.22085;2.07238;444;20220907;25.5;16.8;21.2;1.9;16.55;.3;3.08;14307
+73084;44.22085;2.07238;444;20220908;24.8;12.2;18.5;1.4;14.15;1.4;3.09;17249
+73084;44.22085;2.07238;444;20220909;20;13.6;16.8;1.6;15.45;1.4;2.12;11900
+73084;44.22085;2.07238;444;20220910;24.3;10.6;17.4;1.3;12.65;0;3.04;17731
+73084;44.22085;2.07238;444;20220911;31.6;11.6;21.6;1.5;11.75;0;4.12;21096
+73084;44.22085;2.07238;444;20220912;33.5;16.8;25.2;2.9;15.5;0;5.06;19166
+73084;44.22085;2.07238;444;20220913;30.7;21.2;25.9;3.9;20.65;0;4.33;14214
+73084;44.22085;2.07238;444;20220914;28.7;19;23.8;2.9;18.1;.7;3.75;14221
+73084;44.22085;2.07238;444;20220915;27.5;15.5;21.5;1.9;16;0;3.31;15816
+73084;44.22085;2.07238;444;20220916;23.5;15.9;19.7;3.4;14.25;0;3.21;12253
+73084;44.22085;2.07238;444;20220917;19.8;7.9;13.9;2.4;8.65;0;2.93;15378
+73084;44.22085;2.07238;444;20220918;24.7;4.8;14.7;1.9;6.75;0;3.58;20001
+73084;44.22085;2.07238;444;20220919;25;7.8;16.4;2;7.4;0;3.63;18313
+73084;44.22085;2.07238;444;20220920;24;7.5;15.7;2.3;7.85;0;3.57;17761
+73084;44.22085;2.07238;444;20220921;24;6.8;15.4;1.7;7.85;0;3.14;17946
+73084;44.22085;2.07238;444;20220922;24.7;8.8;16.8;1.4;9.95;0;2.88;16886
+73084;44.22085;2.07238;444;20220923;25;9.6;17.3;2.1;12.35;20.8;3.03;16476
+73084;44.22085;2.07238;444;20220924;17.7;12.7;15.2;1.8;14.35;1.6;1.56;8864
+73084;44.22085;2.07238;444;20220925;17;10.8;13.9;2.1;12.55;.3;1.69;9906
+73084;44.22085;2.07238;444;20220926;17.2;6.6;11.9;2.6;10.95;2.1;1.94;13010
+73084;44.22085;2.07238;444;20220927;14.2;10.6;12.4;3.9;12.6;8.1;1.31;7223
+73084;44.22085;2.07238;444;20220928;17.3;12.2;14.7;5;14.55;8.4;1.55;8556
+73084;44.22085;2.07238;444;20220929;14;10.7;12.4;2.6;12.8;7.1;1.16;6729
+73084;44.22085;2.07238;444;20220930;15.6;8.3;11.9;2.7;10.6;0;1.76;10258
+73084;44.22085;2.07238;444;20221001;17.7;6.6;12.2;2.2;12.5;.6;1.69;12738
+73084;44.22085;2.07238;444;20221002;22;14.3;18.1;1.3;15.4;.1;1.86;10301
+73084;44.22085;2.07238;444;20221003;21.3;10.6;15.9;1.2;13;0;1.88;12155
+73084;44.22085;2.07238;444;20221004;23.6;9;16.3;1;12.2;.1;2.09;14142
+73084;44.22085;2.07238;444;20221005;22.8;9.8;16.3;2.3;13.15;.1;2.36;13030
+73084;44.22085;2.07238;444;20221006;21.1;13.1;17.1;1.2;15.1;0;1.65;9955
+73084;44.22085;2.07238;444;20221007;22.4;10.8;16.6;1.7;14.1;.1;1.97;12048
+73084;44.22085;2.07238;444;20221008;21.1;12.9;17;1.5;14.85;3.3;1.74;9769
+73084;44.22085;2.07238;444;20221009;22.1;10.2;16.2;2.5;13.6;.1;2.14;11980
+73084;44.22085;2.07238;444;20221010;23;12.8;17.9;2.4;14.2;.1;2.2;10804
+73084;44.22085;2.07238;444;20221011;22.5;11.5;17;1.1;13.95;0;1.74;11108
+73084;44.22085;2.07238;444;20221012;21.4;13;17.2;1;14.6;1.2;1.58;9580
+73084;44.22085;2.07238;444;20221013;18.6;10.8;14.7;1.3;14.25;4.3;1.33;9015
+73084;44.22085;2.07238;444;20221014;17.6;14;15.8;2.5;16.45;.9;1.05;5668
+73084;44.22085;2.07238;444;20221015;25;11.7;18.3;2;14.55;.1;2.15;11763
+73084;44.22085;2.07238;444;20221016;23.2;15.6;19.4;5.6;16.6;0;2.51;8546
+73084;44.22085;2.07238;444;20221017;22.1;18.4;20.3;6;17;0;2.55;5593
+73084;44.22085;2.07238;444;20221018;24.2;15.8;20;3.4;16.9;.1;2.19;8669
+73084;44.22085;2.07238;444;20221019;23.1;14.2;18.7;4;16.1;3.6;2.15;8774
+73084;44.22085;2.07238;444;20221020;20.9;17.2;19;4.3;17.7;1.4;1.72;5270
+73084;44.22085;2.07238;444;20221021;22.8;16.7;19.7;1.9;15.65;.8;1.76;6986
+73084;44.22085;2.07238;444;20221022;23.5;11.7;17.6;2.4;13.85;0;2.02;9967
+73084;44.22085;2.07238;444;20221023;23.6;16.8;20.2;4.6;14.7;0;2.88;7277
+73084;44.22085;2.07238;444;20221024;21.6;14;17.8;1.3;13.85;0;1.48;7602
+73084;44.22085;2.07238;444;20221025;22.6;10.2;16.4;2.2;12.6;.1;1.85;9819
+73084;44.22085;2.07238;444;20221026;22.9;11.6;17.2;2.1;14.9;.1;1.5;9161
+73084;44.22085;2.07238;444;20221027;24.9;15;20;3.3;15.7;0;2.21;8454
+73084;44.22085;2.07238;444;20221028;25.1;17.2;21.1;3.6;14.25;0;2.56;7401
+73084;44.22085;2.07238;444;20221029;23.7;15.7;19.7;4.6;10.1;0;3.54;7252
+73084;44.22085;2.07238;444;20221030;22.4;15.2;18.8;3.6;13.55;0;2.26;6799
+73084;44.22085;2.07238;444;20221031;23;15.3;19.2;4.1;14.9;2.2;2.31;6973
+73084;44.22085;2.07238;444;20221101;18.6;12.8;15.7;1.6;13.3;.1;1.18;5857
+73084;44.22085;2.07238;444;20221102;18.9;8;13.4;1.2;10.5;0;1.17;8190
+73084;44.22085;2.07238;444;20221103;16.8;9;12.9;3.1;11.55;4.8;1.35;6668
+73084;44.22085;2.07238;444;20221104;10.1;8.8;9.4;4.7;10.3;5.5;.84;2098
+73084;44.22085;2.07238;444;20221105;11.9;2;7;2.2;7.7;.1;.94;7453
+73084;44.22085;2.07238;444;20221106;17.1;1.4;9.2;1.7;7.1;.1;1.26;9475
+73084;44.22085;2.07238;444;20221107;18.8;5.1;11.9;2.3;9.45;.1;1.44;8640
+73084;44.22085;2.07238;444;20221108;18.1;12.3;15.2;3.9;13.2;1;1.38;5265
+73084;44.22085;2.07238;444;20221109;16.5;12.9;14.7;2;14.05;3.7;.93;3872
+73084;44.22085;2.07238;444;20221110;15.3;9.4;12.4;1.5;11.55;.1;.84;5181
+73084;44.22085;2.07238;444;20221111;18.8;6;12.4;4.8;12.1;0;1.33;7920
+73084;44.22085;2.07238;444;20221112;20.8;12.1;16.4;3.3;11.7;0;1.89;6293
+73084;44.22085;2.07238;444;20221113;19.2;9.1;14.1;2.1;8.95;0;1.67;6589
+73084;44.22085;2.07238;444;20221114;16;12.8;14.4;2.9;12.65;0;1.12;3338
+73084;44.22085;2.07238;444;20221115;16.3;10.2;13.3;2.7;12.95;8.8;.91;4804
+73084;44.22085;2.07238;444;20221116;15.6;9.6;12.6;1.9;11.7;.3;.9;4785
+73084;44.22085;2.07238;444;20221117;14.4;11.2;12.8;2.8;11.8;4.2;1.01;3169
+73084;44.22085;2.07238;444;20221118;10.9;8.1;9.5;3;10.4;3.3;.69;2906
+73084;44.22085;2.07238;444;20221119;9.1;5.8;7.5;2.8;8.9;1.1;.66;3119
+73084;44.22085;2.07238;444;20221120;9;3.7;6.3;1.9;8.75;1.6;.48;4217
+73084;44.22085;2.07238;444;20221121;9.6;5.1;7.4;2.7;9.35;17.9;.54;3753
+73084;44.22085;2.07238;444;20221122;6.8;4.3;5.5;3.8;8.8;14.6;.35;2477
+73084;44.22085;2.07238;444;20221123;12.3;6.2;9.3;3;10.3;5.9;.69;4434
+73084;44.22085;2.07238;444;20221124;11.3;4.2;7.7;1.3;9.45;1;.5;4681
+73084;44.22085;2.07238;444;20221125;9.1;5.9;7.5;1.5;9.72;8.1;.47;2631
+73084;44.22085;2.07238;444;20221126;9.9;3.9;6.9;1.3;8.52;0;.51;4119
+73084;44.22085;2.07238;444;20221127;12.2;2;7.1;2.7;7.38;3.6;.99;5484
+73084;44.22085;2.07238;444;20221128;9.4;7;8.2;2.8;10.22;4.3;.53;2168
+73084;44.22085;2.07238;444;20221129;7.8;4.6;6.2;2.4;8.5;.1;.5;2694
+73084;44.22085;2.07238;444;20221130;7.4;1.3;4.3;1.4;7.25;0;.43;4078
+73084;44.22085;2.07238;444;20221201;4.4;-1.4;1.5;1.1;6.6;.1;.25;3802
+73084;44.22085;2.07238;444;20221202;4.4;2.8;3.6;.5;7.45;0;.36;1493
+73084;44.22085;2.07238;444;20221203;6.5;2.5;4.5;1.2;7.5;4.1;.4;3008
+73084;44.22085;2.07238;444;20221204;7.9;3.2;5.6;1.2;7.35;0;.48;3326
+73084;44.22085;2.07238;444;20221205;9.8;-2.3;3.7;2.1;5.7;.1;.7;5864
+73084;44.22085;2.07238;444;20221206;11.5;.6;6;1.6;5.55;0;.86;5483
+73084;44.22085;2.07238;444;20221207;10;.5;5.3;.8;5.75;.1;.48;4954
+73084;44.22085;2.07238;444;20221208;8.3;-1.1;3.6;1.9;6.9;2.7;.41;4903
+73084;44.22085;2.07238;444;20221209;8.3;6.2;7.2;1.3;10;.9;.35;1739
+73084;44.22085;2.07238;444;20221210;.3;.6;.4;3.4;6.5;0;.18;0
+73084;44.22085;2.07238;444;20221211;5.6;-6.8;-.6;1.6;4.25;.1;.45;5705
+73084;44.22085;2.07238;444;20221212;4.1;-4.1;0;2;5.15;14;.44;4415
+73084;44.22085;2.07238;444;20221213;10.3;2.9;6.6;3.6;10.4;.6;.11;4178
+73084;44.22085;2.07238;444;20221214;11.2;8.2;9.7;2.3;11;3.1;.5;2300
+73084;44.22085;2.07238;444;20221215;9.8;6;7.9;3;10.6;11.2;.3;2676
+73084;44.22085;2.07238;444;20221216;10.6;7.4;9;1.4;9.55;0;.57;2405
+73084;44.22085;2.07238;444;20221217;4.7;-.3;2.2;1.2;6.3;.1;.34;3208
+73084;44.22085;2.07238;444;20221218;10.5;-2;4.2;4;7.05;0;.65;5608
+73084;44.22085;2.07238;444;20221219;14.6;9.4;12;7.5;10.65;0;1.48;3268
+73084;44.22085;2.07238;444;20221220;13.6;11.8;12.7;5.9;11.1;.8;1.37;1537
+73084;44.22085;2.07238;444;20221221;13.6;9.7;11.6;1.9;11.7;.6;.62;2686
+73084;44.22085;2.07238;444;20221222;12.6;8.8;10.7;2.9;12.4;7.6;.4;2659
+73084;44.22085;2.07238;444;20221223;15.6;11.4;13.5;2.1;13.6;0;.61;2865
+73084;44.22085;2.07238;444;20221224;16.1;9.2;12.7;1.2;11.3;0;.61;3944
+73084;44.22085;2.07238;444;20221225;15.7;6.1;10.9;3.3;9.9;.1;.96;4637
+73084;44.22085;2.07238;444;20221226;13.9;7.1;10.5;2.2;10.9;.5;.62;3798
+73084;44.22085;2.07238;444;20221227;12.8;8;10.4;1.2;10.5;.2;.52;3129
+73084;44.22085;2.07238;444;20221228;15.4;3.6;9.5;2.1;9.15;0;.74;5495
+73084;44.22085;2.07238;444;20221229;12.8;8.3;10.6;2.1;10.15;3.9;.71;3025
+73084;44.22085;2.07238;444;20221230;14.4;7.2;10.8;2.1;10.5;.2;.72;4135
+73084;44.22085;2.07238;444;20221231;15.7;8.9;12.3;3.7;11;0;1.02;3946
+73085;44.24423;2.38336;611;20220101;18.3;8.9;13.6;2.2;7.48;0;1.59;5255
+73085;44.24423;2.38336;611;20220102;15;7.3;11.2;2.3;7.53;.1;1.32;4453
+73085;44.24423;2.38336;611;20220103;12.5;4.4;8.5;1.6;9.34;0;.56;4992
+73085;44.24423;2.38336;611;20220104;15.8;8.4;12.1;3.5;8.4;7.4;1.72;4818
+73085;44.24423;2.38336;611;20220105;3.3;1.4;2.3;4.6;5.78;0;.83;2035
+73085;44.24423;2.38336;611;20220106;3.4;-2.7;.3;3.6;4.79;0;.71;4562
+73085;44.24423;2.38336;611;20220107;-1.6;-4.8;-3.2;2.1;5.63;7.5;.23;2835
+73085;44.24423;2.38336;611;20220108;6.5;1;3.8;5.7;8.59;8.8;.09;3065
+73085;44.24423;2.38336;611;20220109;4.8;3.2;4;5.3;7.89;17.3;.38;1780
+73085;44.24423;2.38336;611;20220110;5;3.7;4.3;2.6;7.29;.7;.53;1451
+73085;44.24423;2.38336;611;20220111;4.6;-2;1.3;2.8;4.69;0;.77;5825
+73085;44.24423;2.38336;611;20220112;4.3;-5.8;-.7;1.9;4.29;0;.6;5626
+73085;44.24423;2.38336;611;20220113;6.6;-7.2;-.3;1.8;4.24;0;.64;7370
+73085;44.24423;2.38336;611;20220114;11.9;-4.8;3.6;1.8;3.54;0;1.12;7602
+73085;44.24423;2.38336;611;20220115;9.9;-3.4;3.3;1.4;4.24;0;.81;6898
+73085;44.24423;2.38336;611;20220116;6;-5.5;.2;1.4;4.69;.1;.53;7397
+73085;44.24423;2.38336;611;20220117;6.6;-4.3;1.2;2.1;5.29;.1;.61;6585
+73085;44.24423;2.38336;611;20220118;4.5;-2.7;.9;1.2;5.16;.1;.51;6015
+73085;44.24423;2.38336;611;20220119;1.6;-3.7;-1.1;2.4;5.89;1.1;.22;3300
+73085;44.24423;2.38336;611;20220120;1.2;-1.8;-.3;2.6;5.89;.1;.49;4587
+73085;44.24423;2.38336;611;20220121;3.5;-2.1;.7;3;4.43;0;.83;6071
+73085;44.24423;2.38336;611;20220122;5.6;-2.8;1.4;3.3;4.29;0;1.06;6069
+73085;44.24423;2.38336;611;20220123;12.4;-4.7;3.8;2.2;4.84;0;1.19;8431
+73085;44.24423;2.38336;611;20220124;13.9;-.3;6.8;2.4;4.94;0;1.45;8001
+73085;44.24423;2.38336;611;20220125;10.3;-3.1;3.6;1.7;5.14;0;.93;7775
+73085;44.24423;2.38336;611;20220126;10.3;-3.1;3.6;1.5;5.39;0;.84;7746
+73085;44.24423;2.38336;611;20220127;9.3;-5.2;2.1;1.4;5.29;0;.72;8422
+73085;44.24423;2.38336;611;20220128;1;-5.5;-2.3;1.1;4.84;0;.37;4354
+73085;44.24423;2.38336;611;20220129;2.4;-4.6;-1.1;.8;5.14;0;.41;6943
+73085;44.24423;2.38336;611;20220130;2;-3.7;-.9;1.6;5.89;.1;.3;4490
+73085;44.24423;2.38336;611;20220131;4.7;.7;2.7;6.3;7.24;1.5;.38;3635
+73085;44.24423;2.38336;611;20220201;2.4;-.9;.7;6.2;6.64;1.7;.21;3051
+73085;44.24423;2.38336;611;20220202;6.3;2.7;4.5;4.5;8.39;.3;.39;3763
+73085;44.24423;2.38336;611;20220203;12.4;0;6.2;2.6;7.09;.1;1.15;8013
+73085;44.24423;2.38336;611;20220204;6.6;3.5;5;2.4;8.79;2.1;.41;2999
+73085;44.24423;2.38336;611;20220205;8.1;3.8;6;3.8;7.54;.4;.97;5961
+73085;44.24423;2.38336;611;20220206;4.6;-2.4;1.1;4.1;6.94;2.9;.31;3519
+73085;44.24423;2.38336;611;20220207;8.9;4;6.5;5.7;8.14;.8;1.03;5708
+73085;44.24423;2.38336;611;20220208;14.4;-2.9;5.7;2.1;5.74;0;1.45;10753
+73085;44.24423;2.38336;611;20220209;13.1;.1;6.6;3.5;6.59;0;1.65;8820
+73085;44.24423;2.38336;611;20220210;11;.1;5.6;2.3;6.99;0;1.46;11200
+73085;44.24423;2.38336;611;20220211;10.9;4.6;7.8;2.9;6.99;.1;1.44;11300
+73085;44.24423;2.38336;611;20220212;10;-1.2;4.4;5.1;5.73;0;1.44;5500
+73085;44.24423;2.38336;611;20220213;9.4;4.5;6.9;6.3;8.12;5;1.06;5150
+73085;44.24423;2.38336;611;20220214;7.8;6.4;7.1;5.7;8.49;9.6;1.03;4800
+73085;44.24423;2.38336;611;20220215;6.1;3.2;4.7;6.2;7.89;9.3;.66;5500
+73085;44.24423;2.38336;611;20220216;9.4;4.7;7;6.5;10.19;8.3;.41;3913
+73085;44.24423;2.38336;611;20220217;11;8.4;9.7;5.5;11.79;1.9;.57;4103
+73085;44.24423;2.38336;611;20220218;15.1;7.3;11.2;3.3;10.46;.2;1.5;8968
+73085;44.24423;2.38336;611;20220219;7.7;3.6;5.7;4.1;6.99;0;1.26;7858
+73085;44.24423;2.38336;611;20220220;6.4;1.8;4.1;3.1;8.03;3.9;.48;6000
+73085;44.24423;2.38336;611;20220221;7.4;6.2;6.8;8.1;8.29;2.1;1.18;4311
+73085;44.24423;2.38336;611;20220222;8.9;4;6.5;4.9;8.09;.2;1.15;6959
+73085;44.24423;2.38336;611;20220223;13.6;2.3;7.9;1.8;7.79;0;1.41;10253
+73085;44.24423;2.38336;611;20220224;13.5;4.5;9;4.5;8.34;.1;1.83;8538
+73085;44.24423;2.38336;611;20220225;8.3;2.5;5.4;4.2;6.09;0;1.56;8218
+73085;44.24423;2.38336;611;20220226;12.5;0;6.3;4;4.44;0;2.46;13505
+73085;44.24423;2.38336;611;20220227;12.6;1;6.8;2.6;6.14;0;1.82;11891
+73085;44.24423;2.38336;611;20220228;12.5;1.3;6.9;2.6;6.83;0;1.73;11549
+73085;44.24423;2.38336;611;20220301;13.7;-2.3;5.7;3.3;6.39;0;1.94;11937
+73085;44.24423;2.38336;611;20220302;9.7;1.6;5.7;3.5;8.34;2;.97;6745
+73085;44.24423;2.38336;611;20220303;13.4;6.1;9.8;1.7;9.34;0;1.4;9293
+73085;44.24423;2.38336;611;20220304;8.8;4.5;6.7;4.1;9.14;1.9;.8;5026
+73085;44.24423;2.38336;611;20220305;7.4;5.3;6.3;3.5;8.64;.5;.8;5001
+73085;44.24423;2.38336;611;20220306;9;1.2;5.1;2;6.19;0;1.32;11262
+73085;44.24423;2.38336;611;20220307;10.1;-3.2;3.5;2.8;5.59;0;1.65;13339
+73085;44.24423;2.38336;611;20220308;10.7;2.8;6.7;4.8;7.26;0;1.67;11227
+73085;44.24423;2.38336;611;20220309;11.5;4.2;7.9;5;8.09;0;1.8;11689
+73085;44.24423;2.38336;611;20220310;12.6;5.9;9.3;6.9;8.89;.9;1.98;9662
+73085;44.24423;2.38336;611;20220311;9.2;7.7;8.4;10.5;8.64;3.3;1.7;4118
+73085;44.24423;2.38336;611;20220312;7.3;5.4;6.3;8.5;8.34;10.9;1.04;4349
+73085;44.24423;2.38336;611;20220313;7.8;5.9;6.8;7.7;7.24;15.8;1.7;3802
+73085;44.24423;2.38336;611;20220314;9.9;-.6;4.6;9.5;8.64;0;.76;8712
+73085;44.24423;2.38336;611;20220315;12.3;9.1;10.7;13.5;10.09;0;2.12;7830
+73085;44.24423;2.38336;611;20220316;13.2;9;11.1;5.9;9.94;0;1.91;6897
+73085;44.24423;2.38336;611;20220317;13.2;5.7;9.4;2.4;9.64;1.1;1.48;8445
+73085;44.24423;2.38336;611;20220318;12.3;5.1;8.7;2.1;8.69;0;1.4;7500
+73085;44.24423;2.38336;611;20220319;14.5;5.7;10.1;4;7.09;0;2.85;16300
+73085;44.24423;2.38336;611;20220320;11;5.8;8.4;9.5;7.39;0;2.46;8400
+73085;44.24423;2.38336;611;20220321;11.2;7.1;9.2;11.7;6.99;0;3.19;11900
+73085;44.24423;2.38336;611;20220322;12.6;4.9;8.8;11;5.39;0;4.14;19200
+73085;44.24423;2.38336;611;20220323;13.9;4.4;9.2;7.9;4.39;0;4.44;19800
+73085;44.24423;2.38336;611;20220324;16.9;4.5;10.7;5.5;4.29;0;4.36;15272
+73085;44.24423;2.38336;611;20220325;17.5;2.6;10.1;4;3.89;0;4.06;18500
+73085;44.24423;2.38336;611;20220326;18.3;.5;9.4;4.3;4.79;0;4.09;20800
+73085;44.24423;2.38336;611;20220327;18.9;2.1;10.5;3.9;5.69;0;3.9;19900
+73085;44.24423;2.38336;611;20220328;18.5;6.3;12.4;5.9;5.19;0;4.82;18100
+73085;44.24423;2.38336;611;20220329;17.1;9;13.1;3.6;7.39;1.5;3.34;14400
+73085;44.24423;2.38336;611;20220330;9.7;7.2;8.5;2.6;9.99;2.2;.97;4900
+73085;44.24423;2.38336;611;20220331;11.1;4.9;8;6.6;8.09;3.9;2.06;11900
+73085;44.24423;2.38336;611;20220401;4.8;-.8;2;5.4;5.33;2.6;1.79;11866
+73085;44.24423;2.38336;611;20220402;4;-2.1;.9;4.4;5;.1;1.54;10433
+73085;44.24423;2.38336;611;20220403;3.9;-2.6;.6;4.4;4.78;0;1.95;12325
+73085;44.24423;2.38336;611;20220404;8.9;-1.8;3.6;1.5;5.03;0;2.33;21066
+73085;44.24423;2.38336;611;20220405;13.8;-2.4;5.7;2.6;6.12;0;2.63;22050
+73085;44.24423;2.38336;611;20220406;9.2;-1.2;4;3.6;8.59;1.8;.69;6600
+73085;44.24423;2.38336;611;20220407;11.7;6.3;9;7.3;10.59;10.6;.99;4100
+73085;44.24423;2.38336;611;20220408;16;9.1;12.6;7.7;10.19;.2;2.98;12400
+73085;44.24423;2.38336;611;20220409;11;3.3;7.2;5.4;6.49;0;2.7;17400
+73085;44.24423;2.38336;611;20220410;17.4;-3.7;6.9;3.9;4.99;.1;3.9;24300
+73085;44.24423;2.38336;611;20220411;14.1;7.1;10.6;11.3;8.49;0;3.53;19900
+73085;44.24423;2.38336;611;20220412;15.3;8.8;12.1;9.9;7.59;0;4.2;14100
+73085;44.24423;2.38336;611;20220413;15.7;7.7;11.7;2;7.79;.5;2.35;10400
+73085;44.24423;2.38336;611;20220414;21.4;.7;11.1;2.2;9.69;.6;3.51;23900
+73085;44.24423;2.38336;611;20220415;22.4;4.4;13.4;2.4;10.89;0;3.79;24200
+73085;44.24423;2.38336;611;20220416;22.2;3.3;12.8;2.9;9.29;0;4.11;24800
+73085;44.24423;2.38336;611;20220417;20.8;1.1;11;3.6;7.69;0;4.28;25700
+73085;44.24423;2.38336;611;20220418;17.3;4.7;11;3.6;9.39;0;3.14;20000
+73085;44.24423;2.38336;611;20220419;17.3;3.4;10.4;3.1;10.39;.8;2.73;19400
+73085;44.24423;2.38336;611;20220420;12.8;8.1;10.5;1.5;11.39;4.5;1.25;6700
+73085;44.24423;2.38336;611;20220421;12.9;7.9;10.4;2.4;11.49;1.4;1.18;5900
+73085;44.24423;2.38336;611;20220422;18.5;6.9;12.7;2.5;10.99;.7;2.96;18400
+73085;44.24423;2.38336;611;20220423;14.3;10.2;12.3;6.4;9.69;32.5;2.57;6900
+73085;44.24423;2.38336;611;20220424;11.1;5.2;8.2;4.5;10.59;11.4;.64;2100
+73085;44.24423;2.38336;611;20220425;14.5;5.3;9.9;2;9.29;0;2.92;22300
+73085;44.24423;2.38336;611;20220426;20.2;1.1;10.7;1.5;8.39;0;3.77;27200
+73085;44.24423;2.38336;611;20220427;23;6.7;14.9;1.9;10.09;0;4.06;23800
+73085;44.24423;2.38336;611;20220428;20.3;8.7;14.5;3;11.69;.2;3.81;23200
+73085;44.24423;2.38336;611;20220429;19.5;9.4;14.5;3.4;13.29;.6;1.47;1400
+73085;44.24423;2.38336;611;20220430;19.6;9.3;14.5;2.8;11.19;.1;3.8;23000
+73085;44.24423;2.38336;611;20220501;17.5;2.8;10.2;2.4;8.49;0;3.47;24100
+73085;44.24423;2.38336;611;20220502;17.7;7;12.4;2;8.89;.2;3.46;21700
+73085;44.24423;2.38336;611;20220503;17.9;9.1;13.5;1.2;11.69;13.4;2.01;10100
+73085;44.24423;2.38336;611;20220504;16.7;6.6;11.7;2;11.59;2.5;2.59;17600
+73085;44.24423;2.38336;611;20220505;17.1;6;11.6;3.1;9.99;.4;3.17;20200
+73085;44.24423;2.38336;611;20220506;15.9;5.9;10.9;3.6;9.69;0;2.79;15971
+73085;44.24423;2.38336;611;20220507;19.8;7.1;13.5;3.3;10.14;0;3.96;22846
+73085;44.24423;2.38336;611;20220508;20.8;8.8;14.8;2;10.19;0;2.81;10998
+73085;44.24423;2.38336;611;20220509;23.3;7.2;15.2;1.8;10.74;0;4.3;24764
+73085;44.24423;2.38336;611;20220510;24.5;9;16.7;2;11.59;0;4.59;25315
+73085;44.24423;2.38336;611;20220511;25.8;11.3;18.5;3.6;11.74;0;5.54;25813
+73085;44.24423;2.38336;611;20220512;24.8;10;17.4;3;12.19;0;4.65;22785
+73085;44.24423;2.38336;611;20220513;23.1;11.1;17.1;1.9;12.84;0;4.14;22787
+73085;44.24423;2.38336;611;20220514;26.7;10.3;18.5;1.9;13.69;0;4.82;25392
+73085;44.24423;2.38336;611;20220515;25;14.4;19.7;5.6;11.29;.1;6.16;23224
+73085;44.24423;2.38336;611;20220516;25.7;10.9;18.3;2.4;12.04;0;5;25343
+73085;44.24423;2.38336;611;20220517;28.9;11.3;20.1;2.1;13.84;0;5.49;26955
+73085;44.24423;2.38336;611;20220518;29.8;14.4;22.1;3;14.84;0;5.8;24702
+73085;44.24423;2.38336;611;20220519;26.6;15.1;20.8;5.8;13.24;.1;6.1;22115
+73085;44.24423;2.38336;611;20220520;27.5;17.4;22.5;6.1;12.69;0;6.96;22751
+73085;44.24423;2.38336;611;20220521;32;12.9;22.5;2.5;14.99;0;4.55;14898
+73085;44.24423;2.38336;611;20220522;31.4;17;24.2;2.6;16.34;3.8;5.44;20921
+73085;44.24423;2.38336;611;20220523;17.5;14.6;16;4;14.99;4;2.23;9446
+73085;44.24423;2.38336;611;20220524;16.3;9.9;13.1;3.9;11.49;.1;2.31;8922
+73085;44.24423;2.38336;611;20220525;17.9;7.3;12.6;4.4;10.44;0;3.73;22127
+73085;44.24423;2.38336;611;20220526;17.5;7.4;12.5;4.1;11.04;0;2.5;10570
+73085;44.24423;2.38336;611;20220527;23.9;8.6;16.2;3.5;12.89;0;3.56;13569
+73085;44.24423;2.38336;611;20220528;24.1;9;16.5;3;10.99;0;3.73;12609
+73085;44.24423;2.38336;611;20220529;22;6.3;14.2;2.4;7.74;0;5.03;27812
+73085;44.24423;2.38336;611;20220530;22.7;7.1;14.9;2.2;8.64;1.5;4.85;26314
+73085;44.24423;2.38336;611;20220531;23;10.9;17;2.1;12.04;1.7;4.32;22695
+73085;44.24423;2.38336;611;20220601;29.8;11.8;20.8;2.6;13.24;0;6.14;28255
+73085;44.24423;2.38336;611;20220602;28.3;15.4;21.8;4;13.44;0;4.86;12888
+73085;44.24423;2.38336;611;20220603;29.2;15.2;22.2;3.8;13.89;0;4.91;13070
+73085;44.24423;2.38336;611;20220604;28.2;14.9;21.6;3.5;17.74;25.3;5.52;26034
+73085;44.24423;2.38336;611;20220605;21.7;14.6;18.2;2.9;16.59;.4;3.44;17771
+73085;44.24423;2.38336;611;20220606;25.5;10.9;18.2;2;15.04;.4;4.69;25281
+73085;44.24423;2.38336;611;20220607;20.7;14;17.4;3;14.59;.2;3.49;17292
+73085;44.24423;2.38336;611;20220608;16.1;12.2;14.1;2.6;13.84;4.5;1.65;6556
+73085;44.24423;2.38336;611;20220609;16.7;10.6;13.7;3.9;12.89;.1;2.81;16996
+73085;44.24423;2.38336;611;20220610;25;9.2;17.1;2.8;13.54;0;5.15;28347
+73085;44.24423;2.38336;611;20220611;29.8;11.4;20.6;2.1;13.14;0;6.14;29861
+73085;44.24423;2.38336;611;20220612;28.4;15.2;21.8;2.3;15.19;.8;5.37;24323
+73085;44.24423;2.38336;611;20220613;28.4;16.7;22.5;2.5;18.49;.1;5.47;26108
+73085;44.24423;2.38336;611;20220614;32.5;14.9;23.7;2.2;16.44;.2;6.3;28078
+73085;44.24423;2.38336;611;20220615;31.8;18.6;25.2;3;16.59;.1;6.33;24471
+73085;44.24423;2.38336;611;20220616;32.8;17.2;25;1.8;18.89;0;5.95;26561
+73085;44.24423;2.38336;611;20220617;34.5;17.2;25.9;2.3;16.44;0;6.82;28125
+73085;44.24423;2.38336;611;20220618;33.7;19.8;26.7;5.7;13.89;0;8.91;26027
+73085;44.24423;2.38336;611;20220619;30.8;21.9;26.3;10.4;14.29;0;9.68;20696
+73085;44.24423;2.38336;611;20220620;28;18.2;23.1;5;16.34;0;5.53;17222
+73085;44.24423;2.38336;611;20220621;27.9;17.8;22.8;2.8;19.09;1.2;3.87;14177
+73085;44.24423;2.38336;611;20220622;26.2;17.8;22;3.4;17.79;.6;4.63;19403
+73085;44.24423;2.38336;611;20220623;23.8;15.4;19.6;2.8;16.99;11.7;3.49;15066
+73085;44.24423;2.38336;611;20220624;21.5;13.7;17.6;2.5;14.89;4.3;3.68;19025
+73085;44.24423;2.38336;611;20220625;26.1;12;19;3.4;15.59;8.3;4.77;22855
+73085;44.24423;2.38336;611;20220626;20.1;14.2;17.2;2.7;17.09;4.9;1.88;7900
+73085;44.24423;2.38336;611;20220627;17;13.3;15.2;3.8;15.49;1.4;1.58;6900
+73085;44.24423;2.38336;611;20220628;22.7;11.6;17.1;3.2;13.44;0;4.75;26072
+73085;44.24423;2.38336;611;20220629;26.7;11;18.9;2.2;13.34;1.8;5.44;28173
+73085;44.24423;2.38336;611;20220630;15.1;13.4;14.3;3.3;14.99;2.4;1.35;5784
+73085;44.24423;2.38336;611;20220701;20.6;8.8;14.7;2.9;12.19;0;4.36;26734
+73085;44.24423;2.38336;611;20220702;29.2;9;19.1;1.8;11.99;0;5.82;30325
+73085;44.24423;2.38336;611;20220703;28.2;14.8;21.5;2.1;15.54;.4;5.29;24831
+73085;44.24423;2.38336;611;20220704;24.6;15.3;20;3;18.19;1.5;4.08;20355
+73085;44.24423;2.38336;611;20220705;26.5;14.5;20.5;2.8;16.59;0;5.2;26148
+73085;44.24423;2.38336;611;20220706;26;11.9;19;2.6;12.79;0;5.36;26158
+73085;44.24423;2.38336;611;20220707;25.5;14.2;19.8;4.2;12.59;0;5.95;26524
+73085;44.24423;2.38336;611;20220708;27.4;14.8;21.1;4.1;13.14;0;6.35;27213
+73085;44.24423;2.38336;611;20220709;29.7;11.6;20.6;2.6;12.59;0;6.26;28838
+73085;44.24423;2.38336;611;20220710;30;12.7;21.4;2.6;13.14;0;6.24;27768
+73085;44.24423;2.38336;611;20220711;32.7;14.6;23.7;2.1;13.29;0;6.5;28717
+73085;44.24423;2.38336;611;20220712;32.1;17.1;24.6;2.3;14.04;0;6.44;26969
+73085;44.24423;2.38336;611;20220713;32.9;15.3;24.1;2.3;12.64;0;6.59;27576
+73085;44.24423;2.38336;611;20220714;34.4;17.5;26;2.6;14.34;0;7.1;27873
+73085;44.24423;2.38336;611;20220715;33.3;16.5;24.9;2.2;14.39;0;6.52;27594
+73085;44.24423;2.38336;611;20220716;34.3;15.9;25.1;2.4;13.49;0;6.92;28292
+73085;44.24423;2.38336;611;20220717;36.2;15.8;26;2.7;11.79;0;7.59;28915
+73085;44.24423;2.38336;611;20220718;35.4;20;27.7;4.9;14.44;0;8.74;26481
+73085;44.24423;2.38336;611;20220719;34.9;24;29.4;5.7;11.24;.3;9.82;24881
+73085;44.24423;2.38336;611;20220720;27.1;19;23;2.8;15.59;0;4.9;19195
+73085;44.24423;2.38336;611;20220721;31.9;13.8;22.9;1.5;14.29;0;5.71;27496
+73085;44.24423;2.38336;611;20220722;31.3;17;24.2;3.2;15.19;.8;6.05;22365
+73085;44.24423;2.38336;611;20220723;27.7;14.9;21.3;3.3;15.49;0;5.53;25293
+73085;44.24423;2.38336;611;20220724;35.2;14.8;25;1.9;13.64;0;6.62;28993
+73085;44.24423;2.38336;611;20220725;25.1;17.6;21.3;3.6;16.19;0;4.34;16878
+73085;44.24423;2.38336;611;20220726;25;15.2;20.1;4.7;13.79;0;5.58;24410
+73085;44.24423;2.38336;611;20220727;26.7;11.7;19.2;3.1;11.94;0;5.64;26732
+73085;44.24423;2.38336;611;20220728;28.1;12.8;20.4;2.6;12.94;0;5.26;23569
+73085;44.24423;2.38336;611;20220729;26.1;16.1;21.1;2.6;15.29;0;4.6;20122
+73085;44.24423;2.38336;611;20220730;28.8;16.6;22.7;3.2;15.14;0;5.74;24054
+73085;44.24423;2.38336;611;20220731;31.2;14.5;22.8;2.5;14.34;0;5.99;26383
+73085;44.24423;2.38336;611;20220801;32.8;15.8;24.3;2.6;14.14;0;6.39;26199
+73085;44.24423;2.38336;611;20220802;33.2;15.5;24.3;2.1;13.34;0;6.12;25975
+73085;44.24423;2.38336;611;20220803;35.3;20.4;27.8;2.9;12.34;0;7.13;24996
+73085;44.24423;2.38336;611;20220804;35.8;20;27.9;2.5;13.24;0;6.81;24999
+73085;44.24423;2.38336;611;20220805;30.1;18.5;24.3;3.4;18.69;1;5.44;22048
+73085;44.24423;2.38336;611;20220806;31.4;16.7;24;2.6;17.29;0;5.76;24967
+73085;44.24423;2.38336;611;20220807;32;16.3;24.1;2.3;12.59;0;5.99;25357
+73085;44.24423;2.38336;611;20220808;32.6;14.4;23.5;2.3;10.59;0;6.17;25816
+73085;44.24423;2.38336;611;20220809;33.6;16.3;25;2.4;10.09;0;6.39;24787
+73085;44.24423;2.38336;611;20220810;34.8;17.3;26;2.4;10.59;0;6.54;24820
+73085;44.24423;2.38336;611;20220811;35.2;19;27.1;2.6;14.74;0;6.45;23758
+73085;44.24423;2.38336;611;20220812;35.9;19.3;27.6;2.4;16.79;0;6.26;23764
+73085;44.24423;2.38336;611;20220813;35.2;17.7;26.4;2.1;15.89;.8;5.98;24418
+73085;44.24423;2.38336;611;20220814;25.8;19.3;22.6;3.2;18.29;2;4.22;17498
+73085;44.24423;2.38336;611;20220815;26.1;13.9;20;2;14.89;.1;4.25;21292
+73085;44.24423;2.38336;611;20220816;31.6;13.9;22.7;3.1;14.69;3.9;5.44;20103
+73085;44.24423;2.38336;611;20220817;22.6;13.8;18.2;2.5;16.99;.2;2.76;13552
+73085;44.24423;2.38336;611;20220818;22.5;13.6;18;3.8;15.39;.8;3.41;15378
+73085;44.24423;2.38336;611;20220819;22.3;14.8;18.5;4.9;15.94;.1;3.57;16336
+73085;44.24423;2.38336;611;20220820;27.5;15.3;21.4;2.9;16.34;0;4.64;21247
+73085;44.24423;2.38336;611;20220821;25.5;13.4;19.4;3;15.24;.1;3.96;17508
+73085;44.24423;2.38336;611;20220822;23.1;15.6;19.4;3.7;17.29;.2;3.19;14555
+73085;44.24423;2.38336;611;20220823;29.3;15.8;22.6;2.5;17.74;0;4.64;21230
+73085;44.24423;2.38336;611;20220824;33;15.4;24.2;2;14.84;0;5.31;22626
+73085;44.24423;2.38336;611;20220825;29.1;16.7;22.9;3.2;16.29;.3;4.99;20057
+73085;44.24423;2.38336;611;20220826;28.7;15.8;22.3;3.1;16.64;.3;4.84;21154
+73085;44.24423;2.38336;611;20220827;28.6;13.8;21.2;2.3;14.24;0;4.67;21543
+73085;44.24423;2.38336;611;20220828;30.7;13.1;21.9;2;12.04;0;4.95;22042
+73085;44.24423;2.38336;611;20220829;32.2;16.8;24.5;2.6;13.94;2.2;5.15;18078
+73085;44.24423;2.38336;611;20220830;29.3;14.9;22.1;2.2;16.04;.3;4.25;18457
+73085;44.24423;2.38336;611;20220831;29.6;13.8;21.7;2.5;14.79;0;4.57;19613
+73085;44.24423;2.38336;611;20220901;27.1;14.5;20.8;1.9;16.49;.5;3.64;17599
+73085;44.24423;2.38336;611;20220902;25;15.4;20.2;2;16.69;8.7;3.12;14363
+73085;44.24423;2.38336;611;20220903;24.5;15.7;20.1;1.8;17.19;.5;3;14909
+73085;44.24423;2.38336;611;20220904;29.2;16.3;22.8;4.4;17.74;0;5;19816
+73085;44.24423;2.38336;611;20220905;29.7;19.6;24.6;5.5;19.29;0;5.39;18415
+73085;44.24423;2.38336;611;20220906;29.6;18.3;24;3.4;19.14;1.8;4.28;15562
+73085;44.24423;2.38336;611;20220907;25.5;14.9;20.2;2.6;17.14;0;2.98;12281
+73085;44.24423;2.38336;611;20220908;23.6;10.5;17.1;1.9;13.89;1.2;3.07;16473
+73085;44.24423;2.38336;611;20220909;19.7;12.1;15.9;2.3;14.64;1.3;2.05;10194
+73085;44.24423;2.38336;611;20220910;23.1;10.3;16.7;2;12.34;0;3.29;18287
+73085;44.24423;2.38336;611;20220911;29.9;9.7;19.8;2;11.09;0;4.41;20912
+73085;44.24423;2.38336;611;20220912;32.6;16;24.3;4.1;15.39;0;5.71;18530
+73085;44.24423;2.38336;611;20220913;28.1;19.8;24;5.1;20.44;0;4.1;12607
+73085;44.24423;2.38336;611;20220914;27.6;18.6;23.1;3.5;18.24;.3;3.89;14437
+73085;44.24423;2.38336;611;20220915;26.5;14.2;20.3;2.3;15.79;.1;3.39;15987
+73085;44.24423;2.38336;611;20220916;22.9;15.6;19.2;4.8;14.14;0;3.71;13806
+73085;44.24423;2.38336;611;20220917;19;7.6;13.3;3.4;8.49;0;3.4;17593
+73085;44.24423;2.38336;611;20220918;23.9;2.6;13.2;2;6.44;0;3.6;19909
+73085;44.24423;2.38336;611;20220919;24.1;5.3;14.7;2;7.14;0;3.59;18675
+73085;44.24423;2.38336;611;20220920;23.1;4.3;13.7;2.4;7.64;0;3.62;18641
+73085;44.24423;2.38336;611;20220921;23.3;5;14.1;2.1;7.79;0;3.4;18312
+73085;44.24423;2.38336;611;20220922;23.8;9.4;16.6;2.1;10.54;0;3.24;16927
+73085;44.24423;2.38336;611;20220923;23.3;9.1;16.2;3.1;12.34;29.5;3.09;13815
+73085;44.24423;2.38336;611;20220924;16.4;11.6;14;2.3;13.74;1.1;1.52;8293
+73085;44.24423;2.38336;611;20220925;16.2;8.9;12.6;2.8;11.99;.3;1.81;11098
+73085;44.24423;2.38336;611;20220926;16.4;7.3;11.8;3.6;11.09;2.3;1.93;10712
+73085;44.24423;2.38336;611;20220927;13.4;9.5;11.5;6;12.09;7.3;1.32;7289
+73085;44.24423;2.38336;611;20220928;16;10.9;13.5;7;14.04;11.7;1.39;7627
+73085;44.24423;2.38336;611;20220929;12.8;9.2;11;3.7;12.09;6;1.13;6571
+73085;44.24423;2.38336;611;20220930;14.9;6.8;10.9;3.4;10.09;.1;1.93;12186
+73085;44.24423;2.38336;611;20221001;15.7;6.2;11;3;12.39;.2;1.22;7621
+73085;44.24423;2.38336;611;20221002;20.6;13.4;17;2.5;15.04;.2;2.13;11464
+73085;44.24423;2.38336;611;20221003;20.6;9;14.8;1.9;12.84;0;2.13;13580
+73085;44.24423;2.38336;611;20221004;22.8;7.3;15;1.6;11.94;.1;2.36;14985
+73085;44.24423;2.38336;611;20221005;21.4;9.2;15.3;3.1;13.04;.1;2.51;13978
+73085;44.24423;2.38336;611;20221006;20.8;12;16.4;1.8;14.74;0;1.86;10601
+73085;44.24423;2.38336;611;20221007;21.1;10.9;16;2.3;14.04;.3;2.11;12295
+73085;44.24423;2.38336;611;20221008;20.4;12.9;16.6;1.8;14.69;1.2;1.78;9627
+73085;44.24423;2.38336;611;20221009;21.7;8.4;15;3.3;13.04;.1;2.38;13340
+73085;44.24423;2.38336;611;20221010;22.4;12.3;17.3;2.9;13.94;.1;2.45;12371
+73085;44.24423;2.38336;611;20221011;22;10.1;16;1.5;13.44;0;1.88;11653
+73085;44.24423;2.38336;611;20221012;20.5;12.1;16.3;1.5;13.94;1.3;1.69;9429
+73085;44.24423;2.38336;611;20221013;17.2;9.6;13.4;1.6;13.84;4.9;1.19;7405
+73085;44.24423;2.38336;611;20221014;16.2;12.8;14.5;3.7;15.69;.8;.92;4332
+73085;44.24423;2.38336;611;20221015;23.8;10.1;17;2.6;14.04;0;2.39;13094
+73085;44.24423;2.38336;611;20221016;22.1;15;18.5;7.8;16.19;0;2.89;10644
+73085;44.24423;2.38336;611;20221017;21;17;19;7.9;16.44;0;2.73;6319
+73085;44.24423;2.38336;611;20221018;22.6;15.9;19.3;4.8;16.59;0;2.56;10449
+73085;44.24423;2.38336;611;20221019;22.4;13.4;17.9;5.1;16.04;3.6;2.26;7670
+73085;44.24423;2.38336;611;20221020;20;16.2;18.1;5.3;17.34;1;1.71;4877
+73085;44.24423;2.38336;611;20221021;22;16.5;19.3;3.3;15.39;1.9;2.22;7078
+73085;44.24423;2.38336;611;20221022;22.6;10.7;16.7;3.2;13.34;0;2.3;10839
+73085;44.24423;2.38336;611;20221023;22.7;15.6;19.2;6.3;14.84;0;3.07;5901
+73085;44.24423;2.38336;611;20221024;20.5;12.7;16.6;1.6;13.49;0;1.63;9120
+73085;44.24423;2.38336;611;20221025;21.3;9.4;15.3;3.4;12.19;.1;2.16;7954
+73085;44.24423;2.38336;611;20221026;21.6;10.7;16.2;3.1;14.79;.1;1.73;8110
+73085;44.24423;2.38336;611;20221027;23.7;13.5;18.6;4.6;15.39;0;2.57;8419
+73085;44.24423;2.38336;611;20221028;23.9;15.3;19.6;4.8;13.54;0;3.13;8022
+73085;44.24423;2.38336;611;20221029;22.6;15.5;19;7.2;9.49;0;4.88;7830
+73085;44.24423;2.38336;611;20221030;21.3;14.4;17.9;5.5;13.34;0;2.83;8724
+73085;44.24423;2.38336;611;20221031;21.6;14.5;18.1;6;14.44;2.7;2.72;8351
+73085;44.24423;2.38336;611;20221101;16.9;11.9;14.4;2.5;12.79;.1;1.35;6886
+73085;44.24423;2.38336;611;20221102;17.6;5.9;11.8;1.6;9.99;0;1.29;9254
+73085;44.24423;2.38336;611;20221103;15.7;8.4;12.1;4.8;11.34;5.2;1.48;4522
+73085;44.24423;2.38336;611;20221104;8.5;7.8;8.1;6.4;9.89;8.4;.76;2302
+73085;44.24423;2.38336;611;20221105;10.4;1.9;6.2;3.5;7.69;.1;1.06;8938
+73085;44.24423;2.38336;611;20221106;16.4;1.4;8.9;2.5;7.04;0;1.62;9331
+73085;44.24423;2.38336;611;20221107;17.9;4.9;11.4;3.6;9.49;0;1.81;9085
+73085;44.24423;2.38336;611;20221108;17.2;11.5;14.3;6;13.04;.6;1.68;6502
+73085;44.24423;2.38336;611;20221109;15.5;11.8;13.6;3.1;13.64;2.8;.99;3410
+73085;44.24423;2.38336;611;20221110;14.3;8.4;11.3;2.2;11.14;0;.94;7595
+73085;44.24423;2.38336;611;20221111;17.9;5;11.5;6.3;11.79;0;1.5;8525
+73085;44.24423;2.38336;611;20221112;20;11;15.5;4.7;11.14;0;2.4;7314
+73085;44.24423;2.38336;611;20221113;20;8.6;14.3;3;8.69;0;2.2;6835
+73085;44.24423;2.38336;611;20221114;14.7;11.3;13;4.4;12.39;1.8;1.21;3590
+73085;44.24423;2.38336;611;20221115;15.3;10.4;12.8;3.6;12.69;7;1;4433
+73085;44.24423;2.38336;611;20221116;14.6;8;11.3;2.2;10.94;.3;.91;6336
+73085;44.24423;2.38336;611;20221117;13.3;9.6;11.5;3.6;11.39;6.4;.99;3444
+73085;44.24423;2.38336;611;20221118;9.4;6.6;8;4.4;9.84;2.7;.68;3786
+73085;44.24423;2.38336;611;20221119;8.7;4.2;6.4;4.1;8.54;.9;.7;4872
+73085;44.24423;2.38336;611;20221120;8.2;2.8;5.5;2.9;8.29;1.1;.54;4614
+73085;44.24423;2.38336;611;20221121;8.6;3.4;6;3.9;8.79;15.3;.56;2762
+73085;44.24423;2.38336;611;20221122;5.9;3.6;4.8;5.8;8.39;13;.38;2542
+73085;44.24423;2.38336;611;20221123;12;5.2;8.6;4.2;9.89;6.3;.8;4109
+73085;44.24423;2.38336;611;20221124;10.7;5.6;8.2;2.2;9.79;.5;.56;4364
+73085;44.24423;2.38336;611;20221125;8.3;5.4;6.8;2.7;9.59;6.8;.47;1652
+73085;44.24423;2.38336;611;20221126;8.8;3.6;6.2;1.9;8.34;0;.53;4545
+73085;44.24423;2.38336;611;20221127;12;1.7;6.8;3.9;6.79;3.6;1.37;5554
+73085;44.24423;2.38336;611;20221128;8.2;5.7;6.9;3.7;9.54;6;.48;2351
+73085;44.24423;2.38336;611;20221129;6.9;3.3;5.1;3.6;7.99;.1;.54;3421
+73085;44.24423;2.38336;611;20221130;6.3;-.4;3;1.6;6.84;.1;.38;5194
+73085;44.24423;2.38336;611;20221201;5.7;-2.4;1.7;2.1;6.39;.1;.39;4154
+73085;44.24423;2.38336;611;20221202;3.3;2.2;2.8;1.4;6.54;.1;.5;1500
+73085;44.24423;2.38336;611;20221203;4.5;1.8;3.2;1.3;6.99;3.4;.42;2084
+73085;44.24423;2.38336;611;20221204;6;2.5;4.3;1.8;7.19;2.2;.5;3304
+73085;44.24423;2.38336;611;20221205;8.7;-3.4;2.7;2.5;5.59;.1;.72;7067
+73085;44.24423;2.38336;611;20221206;10.3;-1.9;4.2;2;5.14;.1;.98;5553
+73085;44.24423;2.38336;611;20221207;8.7;-2;3.4;1.3;5.29;0;.58;5809
+73085;44.24423;2.38336;611;20221208;8.2;-2.7;2.7;2.8;6.69;3;.58;3821
+73085;44.24423;2.38336;611;20221209;7.9;5.2;6.6;1.9;9.84;.5;.34;1672
+73085;44.24423;2.38336;611;20221210;1.3;.9;1.1;4.1;6.49;0;.28;500
+73085;44.24423;2.38336;611;20221211;5;-9.1;-2;1.8;3.89;0;.51;5912
+73085;44.24423;2.38336;611;20221212;3.5;-5.9;-1.2;2.8;4.74;12.3;.55;3694
+73085;44.24423;2.38336;611;20221213;9.1;.7;4.9;4.1;10.04;.3;0;4191
+73085;44.24423;2.38336;611;20221214;10.8;7.4;9.1;2.9;10.54;3;.53;3218
+73085;44.24423;2.38336;611;20221215;9.1;5;7.1;3.8;10.24;11.5;.33;1613
+73085;44.24423;2.38336;611;20221216;9.6;6;7.8;1.6;8.94;0;.52;3960
+73085;44.24423;2.38336;611;20221217;5.1;-2.7;1.2;1.7;5.74;.1;.4;4621
+73085;44.24423;2.38336;611;20221218;9.5;-4;2.8;5.7;6.59;0;.84;6064
+73085;44.24423;2.38336;611;20221219;13.3;7.5;10.4;10.6;10.29;0;1.49;4800
+73085;44.24423;2.38336;611;20221220;12.4;10.3;11.3;8.7;10.69;.7;1.53;2006
+73085;44.24423;2.38336;611;20221221;12.8;9.1;10.9;2.4;11.14;.8;.63;4108
+73085;44.24423;2.38336;611;20221222;11.7;6.5;9.1;5;12.04;7.5;.21;2231
+73085;44.24423;2.38336;611;20221223;14;10.4;12.2;3.7;13.19;0;.63;2941
+73085;44.24423;2.38336;611;20221224;15.4;8.2;11.8;1.9;10.99;0;.73;5000
+73085;44.24423;2.38336;611;20221225;14.6;5.7;10.1;4.3;9.69;.1;1.13;4606
+73085;44.24423;2.38336;611;20221226;13.7;6.4;10;2.8;10.89;.2;.73;3452
+73085;44.24423;2.38336;611;20221227;11.4;6.4;8.9;1.4;9.94;.2;.5;3552
+73085;44.24423;2.38336;611;20221228;14.4;2;8.2;3;8.84;0;.91;5799
+73085;44.24423;2.38336;611;20221229;11.9;5.7;8.8;3.3;9.79;2.4;.78;2767
+73085;44.24423;2.38336;611;20221230;13.3;5.4;9.3;2.9;10.14;.1;.77;3254
+73085;44.24423;2.38336;611;20221231;14.8;7.8;11.3;5.1;10.74;0;1.18;4923
+73086;44.26667;2.69456;774;20220101;18.8;4.7;11.8;2;5.85;0;1.54;5810
+73086;44.26667;2.69456;774;20220102;13;2.3;7.7;2;7.04;.1;.96;5460
+73086;44.26667;2.69456;774;20220103;11;3.9;7.4;1.6;8.97;0;.49;6000
+73086;44.26667;2.69456;774;20220104;11.6;4.9;8.3;2.4;8.28;6.8;.78;6200
+73086;44.26667;2.69456;774;20220105;1;.7;.9;5.8;5.07;.1;.81;656
+73086;44.26667;2.69456;774;20220106;2.9;-2;.5;5;4.47;0;.97;6400
+73086;44.26667;2.69456;774;20220107;-.3;-5.1;-2.7;3.2;5.09;7.1;.34;3273
+73086;44.26667;2.69456;774;20220108;6.2;.1;3.1;6.5;7.67;10.4;.4;3806
+73086;44.26667;2.69456;774;20220109;3.9;2.3;3.1;6.6;7.17;16.2;.59;1900
+73086;44.26667;2.69456;774;20220110;4.4;1.6;3;3.4;6.12;.2;.82;2542
+73086;44.26667;2.69456;774;20220111;4.5;-2.9;.8;3.7;4.17;0;.97;8450
+73086;44.26667;2.69456;774;20220112;6.1;-7;-.4;2.9;3.57;0;.97;7850
+73086;44.26667;2.69456;774;20220113;7.5;-6.5;.5;1.9;3.72;0;.75;8750
+73086;44.26667;2.69456;774;20220114;11.2;-3.5;3.9;1.9;3.42;0;1.13;8700
+73086;44.26667;2.69456;774;20220115;9;-3.1;3;1.3;3.77;0;.73;8650
+73086;44.26667;2.69456;774;20220116;6.4;-5;.7;1.8;4.37;0;.61;9250
+73086;44.26667;2.69456;774;20220117;8;-3;2.5;3.6;5.07;.1;1.05;8850
+73086;44.26667;2.69456;774;20220118;7.4;-2.4;2.5;1.6;4.77;.1;.7;7445
+73086;44.26667;2.69456;774;20220119;1.1;-4.8;-1.9;2.5;5.67;.9;.23;3400
+73086;44.26667;2.69456;774;20220120;2.6;-1.9;.3;4.1;5.19;.1;.86;5711
+73086;44.26667;2.69456;774;20220121;2.8;-2.1;.4;5;3.79;0;1.26;6816
+73086;44.26667;2.69456;774;20220122;5.2;-3.4;.9;4.7;4.12;0;1.27;7950
+73086;44.26667;2.69456;774;20220123;12.3;-4.2;4;1.9;4.67;0;1.11;9450
+73086;44.26667;2.69456;774;20220124;13;-1.8;5.6;1.4;4.32;0;1.06;9650
+73086;44.26667;2.69456;774;20220125;10.9;-1.7;4.6;1.6;4.52;0;.98;9900
+73086;44.26667;2.69456;774;20220126;10.3;-2;4.1;1.8;4.87;0;1;10000
+73086;44.26667;2.69456;774;20220127;9.1;-3.9;2.6;1.7;4.87;0;.84;10350
+73086;44.26667;2.69456;774;20220128;3.7;-4.5;-.4;1.9;4.61;0;.77;5436
+73086;44.26667;2.69456;774;20220129;5.7;-5.2;.2;1.3;5.12;0;.54;10150
+73086;44.26667;2.69456;774;20220130;1;-4.7;-1.9;1.9;5.82;0;.26;6350
+73086;44.26667;2.69456;774;20220131;4.5;-.8;1.8;7.3;6.97;1.5;.47;3500
+73086;44.26667;2.69456;774;20220201;2.3;-1.5;.4;7.1;6.17;2.4;.42;4300
+73086;44.26667;2.69456;774;20220202;6.7;1.6;4.1;5.9;7.87;.2;.61;7050
+73086;44.26667;2.69456;774;20220203;13.3;-.7;6.3;2.4;6.57;.1;1.28;8350
+73086;44.26667;2.69456;774;20220204;6.3;2.2;4.3;3;8.17;1.7;.52;2850
+73086;44.26667;2.69456;774;20220205;8.5;3.5;6;4.1;7.02;.2;1.25;8550
+73086;44.26667;2.69456;774;20220206;4.3;-3.1;.6;4.4;6.47;2.9;.39;3650
+73086;44.26667;2.69456;774;20220207;8.4;2.7;5.6;6.8;7.62;.8;1.21;8200
+73086;44.26667;2.69456;774;20220208;15.3;-2.4;6.4;2.5;5.12;0;1.82;11750
+73086;44.26667;2.69456;774;20220209;10;-.7;4.7;2.8;6.32;0;1.27;9250
+73086;44.26667;2.69456;774;20220210;14.5;-1.3;6.6;2.1;6.97;.1;1.41;11650
+73086;44.26667;2.69456;774;20220211;9.9;4.6;7.2;3.5;6.52;.1;1.65;9600
+73086;44.26667;2.69456;774;20220212;9;-2.2;3.4;5.1;5.68;0;1.44;5500
+73086;44.26667;2.69456;774;20220213;6.7;4.6;5.7;6.1;8.48;5.2;.65;900
+73086;44.26667;2.69456;774;20220214;6.9;6;6.5;5.5;8.22;8.2;1.06;4200
+73086;44.26667;2.69456;774;20220215;5;1.7;3.3;6.1;7.37;7.7;.71;5450
+73086;44.26667;2.69456;774;20220216;8.9;3.5;6.2;6.2;9.72;8.1;.47;2650
+73086;44.26667;2.69456;774;20220217;11.2;7.4;9.3;5.1;11.37;2.7;.77;4900
+73086;44.26667;2.69456;774;20220218;16.2;6.1;11.1;3.7;9.87;.4;1.8;10467
+73086;44.26667;2.69456;774;20220219;6.9;2.4;4.7;3.6;6.38;0;1.24;7458
+73086;44.26667;2.69456;774;20220220;6.9;1;4;4.1;7.22;4.1;.87;6273
+73086;44.26667;2.69456;774;20220221;6.9;5.1;6;9.9;7.87;4;1.38;8550
+73086;44.26667;2.69456;774;20220222;8;2.9;5.5;6.8;7.67;.6;1.29;9700
+73086;44.26667;2.69456;774;20220223;13.9;2.2;8;3.1;7.57;0;1.82;13150
+73086;44.26667;2.69456;774;20220224;13.6;3.7;8.7;4.4;8.07;.6;1.92;10350
+73086;44.26667;2.69456;774;20220225;7.5;1.8;4.7;5.8;5.62;0;1.92;11848
+73086;44.26667;2.69456;774;20220226;11.8;-.4;5.7;4.6;4.32;0;2.66;15850
+73086;44.26667;2.69456;774;20220227;11.2;.6;5.9;2.6;6.17;0;1.74;13650
+73086;44.26667;2.69456;774;20220228;12.2;1.2;6.7;2.7;6.54;0;1.72;12857
+73086;44.26667;2.69456;774;20220301;11.2;-1.4;4.9;3.8;6.32;0;1.81;13300
+73086;44.26667;2.69456;774;20220302;7.3;1.9;4.6;3.1;8.07;.4;.75;4000
+73086;44.26667;2.69456;774;20220303;12.7;4.5;8.6;1.7;8.87;0;1.36;9600
+73086;44.26667;2.69456;774;20220304;10.2;4.6;7.4;4.3;8.72;.7;1.19;5750
+73086;44.26667;2.69456;774;20220305;9.1;3.7;6.4;3.5;8.37;0;1.25;10000
+73086;44.26667;2.69456;774;20220306;9;-1;4;2.3;5.04;0;1.68;13797
+73086;44.26667;2.69456;774;20220307;9.8;-4.1;2.8;2.2;4.59;0;1.72;15908
+73086;44.26667;2.69456;774;20220308;8.3;.9;4.6;4.2;6.57;.3;1.38;10369
+73086;44.26667;2.69456;774;20220309;8.2;3.7;5.9;4.4;7.82;0;1.41;8150
+73086;44.26667;2.69456;774;20220310;9.4;5.3;7.3;6.2;8.72;2.1;1.48;6350
+73086;44.26667;2.69456;774;20220311;7.1;6.4;6.8;9.2;8.37;.1;1.37;2550
+73086;44.26667;2.69456;774;20220312;5.6;3.7;4.6;8.9;7.82;1.1;1;4450
+73086;44.26667;2.69456;774;20220313;5.7;4.3;5;6.8;6.92;15.8;1.37;1850
+73086;44.26667;2.69456;774;20220314;8.2;-1.5;3.3;7.6;8.42;.7;.43;3450
+73086;44.26667;2.69456;774;20220315;9.4;7.7;8.5;10.4;9.92;0;1.51;5150
+73086;44.26667;2.69456;774;20220316;11.8;7.5;9.7;4.7;9.72;0;1.75;6950
+73086;44.26667;2.69456;774;20220317;12.3;4.7;8.5;3.5;9.27;1.2;1.43;6600
+73086;44.26667;2.69456;774;20220318;11.7;5.4;8.6;3;8.57;0;1.56;7150
+73086;44.26667;2.69456;774;20220319;12.8;5;8.9;3.7;7.07;0;2.61;15350
+73086;44.26667;2.69456;774;20220320;7.8;4.6;6.2;8;7.47;0;1.74;4800
+73086;44.26667;2.69456;774;20220321;9.1;5;7.1;10.2;7.02;0;2.55;9700
+73086;44.26667;2.69456;774;20220322;10.8;3.4;7.1;10;5.67;0;3.55;18600
+73086;44.26667;2.69456;774;20220323;12.1;2.6;7.3;7;4.67;0;3.89;20250
+73086;44.26667;2.69456;774;20220324;15.4;3.2;9.3;5;4.17;0;4.19;18436
+73086;44.26667;2.69456;774;20220325;16;2.7;9.3;3.8;3.77;0;3.86;17400
+73086;44.26667;2.69456;774;20220326;16.4;2.6;9.5;4.5;4.82;0;4.08;20950
+73086;44.26667;2.69456;774;20220327;17.7;3.8;10.7;4;5.47;0;4;20100
+73086;44.26667;2.69456;774;20220328;17;5.9;11.4;5.4;5.02;0;4.55;18250
+73086;44.26667;2.69456;774;20220329;14.7;7.5;11.1;3.9;7.37;1.9;3.07;13350
+73086;44.26667;2.69456;774;20220330;9.8;5.8;7.8;2.8;9.52;1.6;1.12;5750
+73086;44.26667;2.69456;774;20220331;10.5;4.6;7.6;6.8;7.67;3.6;2.36;14500
+73086;44.26667;2.69456;774;20220401;3.8;-1.8;1;5.4;5.29;3.8;1.79;11866
+73086;44.26667;2.69456;774;20220402;2.7;-3.1;-.2;3.7;4.96;.1;1.46;9533
+73086;44.26667;2.69456;774;20220403;2.8;-4.1;-.7;2.6;4.66;0;1.32;10251
+73086;44.26667;2.69456;774;20220404;7.9;-2.7;2.6;1.5;4.99;0;2.33;21066
+73086;44.26667;2.69456;774;20220405;14;-1.4;6.3;2.9;5.98;0;3.01;23700
+73086;44.26667;2.69456;774;20220406;9.8;.6;5.2;4;8.42;2.2;1.08;7900
+73086;44.26667;2.69456;774;20220407;11.3;5.1;8.2;6.7;10.17;12.7;1.06;4050
+73086;44.26667;2.69456;774;20220408;15.3;8.3;11.8;7;9.97;.4;2.96;13150
+73086;44.26667;2.69456;774;20220409;9.8;2.9;6.3;6;6.12;.1;2.76;16850
+73086;44.26667;2.69456;774;20220410;15.9;-1.8;7;4.2;4.97;.2;3.94;24600
+73086;44.26667;2.69456;774;20220411;10.1;5;7.6;9.8;8.52;0;2.27;11350
+73086;44.26667;2.69456;774;20220412;12.9;6.7;9.8;8.7;7.27;0;3.5;10550
+73086;44.26667;2.69456;774;20220413;14.5;7.2;10.9;2.8;7.42;1.3;2.66;11550
+73086;44.26667;2.69456;774;20220414;21.1;4;12.6;3;9.67;.7;3.83;22950
+73086;44.26667;2.69456;774;20220415;22.4;7.2;14.8;3.9;10.62;0;4.41;23700
+73086;44.26667;2.69456;774;20220416;21.9;7.6;14.7;5;8.92;0;5.11;24800
+73086;44.26667;2.69456;774;20220417;21.1;4.1;12.6;4.3;7.57;0;4.83;26000
+73086;44.26667;2.69456;774;20220418;17.7;4.6;11.1;3.4;9.27;0;3.37;21200
+73086;44.26667;2.69456;774;20220419;17.4;4.6;11;2.6;10.22;0;2.81;18700
+73086;44.26667;2.69456;774;20220420;12;7.4;9.7;1.8;11.02;7.5;1.22;6050
+73086;44.26667;2.69456;774;20220421;11.4;6.9;9.2;2.1;11.17;5.3;1.14;6000
+73086;44.26667;2.69456;774;20220422;17.5;6.3;11.9;2.9;10.77;.7;3.01;18850
+73086;44.26667;2.69456;774;20220423;12;9;10.5;6;9.37;36.4;2.18;5150
+73086;44.26667;2.69456;774;20220424;10.2;3.4;6.8;4.8;10.07;15.8;.78;4150
+73086;44.26667;2.69456;774;20220425;14.7;5.2;9.9;2.8;8.92;0;3.23;23450
+73086;44.26667;2.69456;774;20220426;19.9;3.4;11.6;1.8;8.37;0;4;27300
+73086;44.26667;2.69456;774;20220427;21.1;7.1;14.1;2.5;9.82;0;4.21;24450
+73086;44.26667;2.69456;774;20220428;21.1;9.2;15.1;2.9;11.27;.5;4.08;23400
+73086;44.26667;2.69456;774;20220429;20;10;15;3.5;12.87;.8;2.77;12100
+73086;44.26667;2.69456;774;20220430;19.2;9.8;14.5;3.6;10.82;.1;3.97;21750
+73086;44.26667;2.69456;774;20220501;18;4.3;11.1;3;7.97;0;3.98;24850
+73086;44.26667;2.69456;774;20220502;18;7.3;12.6;2;8.92;.5;3.63;22350
+73086;44.26667;2.69456;774;20220503;17.1;8.3;12.7;1.5;11.52;17.7;2.15;11200
+73086;44.26667;2.69456;774;20220504;16.6;6.2;11.4;1.9;11.42;3.6;2.52;16400
+73086;44.26667;2.69456;774;20220505;16.1;6.5;11.3;3.7;9.72;.4;3.28;19900
+73086;44.26667;2.69456;774;20220506;14.9;6.2;10.5;5.6;9.37;0;2.83;14050
+73086;44.26667;2.69456;774;20220507;19.8;8.3;14.1;5.2;9.52;0;4.88;25900
+73086;44.26667;2.69456;774;20220508;19.5;8.5;14;3.1;9.82;.6;2.87;9550
+73086;44.26667;2.69456;774;20220509;22.7;7.5;15.1;2.2;10.37;0;4.52;25700
+73086;44.26667;2.69456;774;20220510;23.9;9.5;16.7;1.9;11.67;0;4.77;27450
+73086;44.26667;2.69456;774;20220511;24.3;10.7;17.5;3.4;11.37;0;5.62;28650
+73086;44.26667;2.69456;774;20220512;22.9;9;15.9;3.1;11.22;0;4.72;23900
+73086;44.26667;2.69456;774;20220513;23.1;9.1;16.1;2.3;12.02;0;4.43;24500
+73086;44.26667;2.69456;774;20220514;26.4;10.8;18.6;2;13.37;0;5.02;26750
+73086;44.26667;2.69456;774;20220515;23.6;13.6;18.6;5.3;10.67;0;6.36;26850
+73086;44.26667;2.69456;774;20220516;25.9;10.5;18.2;2.4;11.27;.1;5.36;27400
+73086;44.26667;2.69456;774;20220517;28;11.4;19.7;2;13.42;0;5.46;28150
+73086;44.26667;2.69456;774;20220518;29.5;14.4;22;2.9;14.27;.1;6.14;27150
+73086;44.26667;2.69456;774;20220519;25.6;14.3;19.9;5.7;12.47;.1;6.47;25550
+73086;44.26667;2.69456;774;20220520;25.8;15.8;20.8;6;11.67;0;7.18;26000
+73086;44.26667;2.69456;774;20220521;31.5;12.7;22.1;2;14.07;0;4.37;14600
+73086;44.26667;2.69456;774;20220522;31.1;16.3;23.7;2.5;16.02;1.6;5.74;23350
+73086;44.26667;2.69456;774;20220523;17.9;14.5;16.2;4.2;15.12;0;2.19;8050
+73086;44.26667;2.69456;774;20220524;14.9;9;11.9;4.6;11.02;.1;1.99;6200
+73086;44.26667;2.69456;774;20220525;18.3;6.8;12.5;5.4;10.07;0;4.32;25900
+73086;44.26667;2.69456;774;20220526;19.2;7.8;13.5;5.8;10.82;0;3.48;14750
+73086;44.26667;2.69456;774;20220527;24.7;8.7;16.7;4.6;12.47;0;4.33;15950
+73086;44.26667;2.69456;774;20220528;23.9;9;16.4;5.3;10.17;0;4.77;15800
+73086;44.26667;2.69456;774;20220529;22.1;7.5;14.8;3.9;7.37;0;5.94;30500
+73086;44.26667;2.69456;774;20220530;22.2;7.2;14.7;2.3;8.27;1;5.01;27700
+73086;44.26667;2.69456;774;20220531;23;10.4;16.7;2.4;11.82;1.4;4.43;22700
+73086;44.26667;2.69456;774;20220601;27.7;11.5;19.6;2.8;12.97;0;6;29000
+73086;44.26667;2.69456;774;20220602;26.7;13.9;20.3;3.6;12.77;.1;4.75;14400
+73086;44.26667;2.69456;774;20220603;27;15.4;21.2;4.5;13.17;0;5.14;14150
+73086;44.26667;2.69456;774;20220604;26.9;14.6;20.8;4.5;16.52;20.4;5.95;27450
+73086;44.26667;2.69456;774;20220605;22.2;15;18.6;3.8;15.47;1.1;4.38;21650
+73086;44.26667;2.69456;774;20220606;26.3;10.5;18.4;3.2;14.22;.6;5.32;26150
+73086;44.26667;2.69456;774;20220607;21.3;13.4;17.3;4.3;13.67;0;4.51;22550
+73086;44.26667;2.69456;774;20220608;16.5;11.3;13.9;3.6;13.07;4.6;1.83;6000
+73086;44.26667;2.69456;774;20220609;17;9.8;13.4;5.9;11.69;.4;3.46;18878
+73086;44.26667;2.69456;774;20220610;25.9;8.5;17.2;4.6;12.57;.1;6.16;31050
+73086;44.26667;2.69456;774;20220611;30.6;11.9;21.2;3.7;12.07;0;7.35;31300
+73086;44.26667;2.69456;774;20220612;29.5;15.6;22.6;2.6;14.27;.4;6.11;27000
+73086;44.26667;2.69456;774;20220613;29.4;16.3;22.8;2.7;16.87;0;6.18;28550
+73086;44.26667;2.69456;774;20220614;32.7;14.7;23.7;2.4;15.07;.2;6.63;28500
+73086;44.26667;2.69456;774;20220615;32.4;17.9;25.2;3;15.62;0;6.62;25550
+73086;44.26667;2.69456;774;20220616;34.1;17.2;25.6;2.4;17.32;0;6.8;28000
+73086;44.26667;2.69456;774;20220617;35.5;17.5;26.5;3.1;14.32;0;7.84;28900
+73086;44.26667;2.69456;774;20220618;32.3;19.7;26;5.3;13.07;0;9.06;29900
+73086;44.26667;2.69456;774;20220619;29.2;20.4;24.8;9.2;13.82;0;9.39;24900
+73086;44.26667;2.69456;774;20220620;27.1;17;22;5.8;15.67;0;6.06;20700
+73086;44.26667;2.69456;774;20220621;27.5;17.2;22.4;3.3;18.07;.9;3.96;12750
+73086;44.26667;2.69456;774;20220622;25.7;16.9;21.3;3.8;17.37;10.7;4.35;16573
+73086;44.26667;2.69456;774;20220623;23.6;14.7;19.1;2.8;17.02;16.3;3.3;14400
+73086;44.26667;2.69456;774;20220624;21.6;13;17.3;2.9;14.72;4.7;3.81;19400
+73086;44.26667;2.69456;774;20220625;24.6;11.4;18;3.6;14.92;11.7;4.77;23300
+73086;44.26667;2.69456;774;20220626;22.4;13.9;18.2;3;17.17;2.9;2.78;12400
+73086;44.26667;2.69456;774;20220627;19;12.7;15.9;4.2;15.22;.9;2.52;11950
+73086;44.26667;2.69456;774;20220628;22.6;11.2;16.9;4.7;12.87;0;5.53;30200
+73086;44.26667;2.69456;774;20220629;27;10.8;18.9;2.4;12.82;1.5;5.87;30700
+73086;44.26667;2.69456;774;20220630;15.7;13;14.3;3.9;14.67;5;1.75;7950
+73086;44.26667;2.69456;774;20220701;21.2;8.3;14.7;3.4;11.77;0;5.05;31350
+73086;44.26667;2.69456;774;20220702;29.6;8.8;19.2;2;11.32;0;6.12;30550
+73086;44.26667;2.69456;774;20220703;28.8;14.8;21.8;2.2;15.47;.3;5.67;27200
+73086;44.26667;2.69456;774;20220704;25.1;15.4;20.2;3.1;18.02;9.7;4.69;23900
+73086;44.26667;2.69456;774;20220705;26.5;14.6;20.6;3.4;16.27;0;5.88;29650
+73086;44.26667;2.69456;774;20220706;26;13;19.5;4.4;12.07;0;6.51;29600
+73086;44.26667;2.69456;774;20220707;25.1;13.1;19.1;6.1;11.92;0;6.88;30050
+73086;44.26667;2.69456;774;20220708;27.3;14;20.7;5.8;12.57;0;7.43;30900
+73086;44.26667;2.69456;774;20220709;29.7;12.6;21.2;4.4;11.97;0;7.49;30800
+73086;44.26667;2.69456;774;20220710;29.7;13.6;21.6;3.5;12.92;0;6.97;30500
+73086;44.26667;2.69456;774;20220711;32;14.1;23;2.8;13.02;0;7.04;30350
+73086;44.26667;2.69456;774;20220712;31.6;16.4;24;2.7;14.32;0;6.89;30200
+73086;44.26667;2.69456;774;20220713;32.3;15.7;24;2.5;12.07;0;6.97;29850
+73086;44.26667;2.69456;774;20220714;33.5;16.9;25.2;3;13.82;0;7.43;29800
+73086;44.26667;2.69456;774;20220715;32.8;17.5;25.2;2.8;13.62;0;7.18;29550
+73086;44.26667;2.69456;774;20220716;34.2;15.6;24.9;3.2;12.82;0;7.65;29700
+73086;44.26667;2.69456;774;20220717;34.9;15.5;25.2;3.2;11.62;0;7.89;29800
+73086;44.26667;2.69456;774;20220718;33.8;18.8;26.3;4.4;14.42;0;8.41;28950
+73086;44.26667;2.69456;774;20220719;32.5;22.3;27.4;6;11.37;0;9.83;27950
+73086;44.26667;2.69456;774;20220720;26.4;18.7;22.5;3.5;14.87;.3;5.18;18950
+73086;44.26667;2.69456;774;20220721;31.7;13.2;22.5;2.1;13.77;0;6.3;29200
+73086;44.26667;2.69456;774;20220722;32.9;17.4;25.2;3.4;14.67;.7;6.69;23950
+73086;44.26667;2.69456;774;20220723;28.3;14.9;21.6;3.6;14.97;0;6.17;27600
+73086;44.26667;2.69456;774;20220724;34.7;14.9;24.8;2;13.17;0;6.74;29150
+73086;44.26667;2.69456;774;20220725;26.2;16.8;21.5;4.3;15.82;0;5.01;18700
+73086;44.26667;2.69456;774;20220726;25.3;14.8;20;5.9;13.32;0;6.51;28650
+73086;44.26667;2.69456;774;20220727;27.2;11.9;19.6;4;11.47;0;6.52;29300
+73086;44.26667;2.69456;774;20220728;28.3;13;20.6;2.4;12.42;0;5.28;23550
+73086;44.26667;2.69456;774;20220729;26.5;16;21.2;2.9;14.92;0;4.77;20000
+73086;44.26667;2.69456;774;20220730;28.6;15.4;22;3.9;14.52;0;6.44;27500
+73086;44.26667;2.69456;774;20220731;30.9;14.7;22.8;3.2;13.92;0;6.64;28100
+73086;44.26667;2.69456;774;20220801;32.7;16.7;24.7;3.8;13.27;0;7.49;28200
+73086;44.26667;2.69456;774;20220802;33;15.8;24.4;3.1;12.82;0;7.12;28150
+73086;44.26667;2.69456;774;20220803;33.8;20.1;27;3;11.87;0;7.46;27500
+73086;44.26667;2.69456;774;20220804;34.1;19;26.5;2.6;12.52;0;6.95;26400
+73086;44.26667;2.69456;774;20220805;30.8;18;24.4;3.3;17.37;1.8;5.95;23600
+73086;44.26667;2.69456;774;20220806;31.5;16.6;24.1;3.2;16.07;0;6.4;26200
+73086;44.26667;2.69456;774;20220807;31.6;15.5;23.5;2.9;11.67;0;6.72;27550
+73086;44.26667;2.69456;774;20220808;32.5;14.3;23.4;3.4;10.12;0;7.24;27800
+73086;44.26667;2.69456;774;20220809;33.1;16.6;24.8;2.9;9.72;0;6.88;26200
+73086;44.26667;2.69456;774;20220810;33.9;17.8;25.8;2.8;11.22;0;6.93;26850
+73086;44.26667;2.69456;774;20220811;33.6;18.3;25.9;2.6;14.57;0;6.4;25100
+73086;44.26667;2.69456;774;20220812;34.9;18.4;26.6;3.1;15.57;0;6.71;23950
+73086;44.26667;2.69456;774;20220813;35;18.2;26.6;2.3;14.57;4.1;6.1;23250
+73086;44.26667;2.69456;774;20220814;24.7;18.7;21.7;4;18.62;4;4.33;18800
+73086;44.26667;2.69456;774;20220815;25.1;14.4;19.8;2.8;14.62;.2;4.64;22700
+73086;44.26667;2.69456;774;20220816;29.2;13.6;21.4;3.2;14.47;1.9;5.03;18750
+73086;44.26667;2.69456;774;20220817;23.3;14.2;18.7;2.6;16.72;2.3;2.81;12200
+73086;44.26667;2.69456;774;20220818;21;13.3;17.1;4.5;15.17;9.6;3.07;12950
+73086;44.26667;2.69456;774;20220819;22.5;14.1;18.3;6.7;15.32;.3;4.39;20600
+73086;44.26667;2.69456;774;20220820;26.7;14.5;20.6;5.1;15.52;0;5.48;23900
+73086;44.26667;2.69456;774;20220821;25.7;13.5;19.6;4.5;14.42;.2;4.83;19750
+73086;44.26667;2.69456;774;20220822;24.3;14.9;19.6;5.9;16.37;.1;4.44;19000
+73086;44.26667;2.69456;774;20220823;28.5;14.9;21.7;3.5;16.52;0;5.32;23600
+73086;44.26667;2.69456;774;20220824;32.4;15.2;23.8;2.4;14.47;0;5.62;24150
+73086;44.26667;2.69456;774;20220825;29.1;15.4;22.2;3.5;15.62;.2;5.3;21700
+73086;44.26667;2.69456;774;20220826;28.2;15.1;21.7;4;16.22;.5;5.3;22600
+73086;44.26667;2.69456;774;20220827;27.8;14;20.9;2.9;13.72;0;5.03;22850
+73086;44.26667;2.69456;774;20220828;30.1;12.7;21.4;2.5;12.37;0;5.36;24000
+73086;44.26667;2.69456;774;20220829;30;16.5;23.2;3.1;13.92;1.6;5.06;17500
+73086;44.26667;2.69456;774;20220830;30;15.4;22.7;3.2;15.57;.7;4.99;19100
+73086;44.26667;2.69456;774;20220831;28.7;13.2;21;3.5;13.97;0;4.96;19000
+73086;44.26667;2.69456;774;20220901;27.3;13.8;20.5;2.1;15.62;0;3.99;19300
+73086;44.26667;2.69456;774;20220902;25.1;14.9;20;2;16.07;11.4;3.1;13900
+73086;44.26667;2.69456;774;20220903;24.5;15.2;19.8;2.1;17.07;1.8;3.29;16450
+73086;44.26667;2.69456;774;20220904;26.6;15.4;21;3.8;17.57;0;4.39;19200
+73086;44.26667;2.69456;774;20220905;26.4;18.4;22.4;5.4;19.07;0;4.61;16650
+73086;44.26667;2.69456;774;20220906;26.5;17.4;22;3.7;19.02;2.4;3.71;13600
+73086;44.26667;2.69456;774;20220907;24.7;14.3;19.5;3;17.37;2.5;3.09;13300
+73086;44.26667;2.69456;774;20220908;22.6;10.6;16.6;2.6;13.42;.9;3.16;16250
+73086;44.26667;2.69456;774;20220909;19;12;15.5;3.1;13.92;.7;2.34;10850
+73086;44.26667;2.69456;774;20220910;22.1;10.3;16.2;2.8;11.82;.1;3.69;20250
+73086;44.26667;2.69456;774;20220911;28.1;9.3;18.7;2.2;10.92;0;4.32;21450
+73086;44.26667;2.69456;774;20220912;28.5;14.4;21.4;3.7;15.52;0;5.05;20200
+73086;44.26667;2.69456;774;20220913;25.9;19.2;22.5;5.4;20.37;0;3.5;9950
+73086;44.26667;2.69456;774;20220914;24.2;16.9;20.5;3.9;17.97;1;3.26;12100
+73086;44.26667;2.69456;774;20220915;25.4;13.6;19.5;2.8;15.07;.4;3.67;17350
+73086;44.26667;2.69456;774;20220916;22.1;14.4;18.2;5.5;13.57;.1;4.08;15750
+73086;44.26667;2.69456;774;20220917;17.2;7.2;12.2;5.4;8.17;0;3.85;21000
+73086;44.26667;2.69456;774;20220918;22.5;3.7;13.1;3.2;6.42;0;4.08;20350
+73086;44.26667;2.69456;774;20220919;23;5.6;14.3;3.2;7.32;0;4.08;20350
+73086;44.26667;2.69456;774;20220920;22.5;4.8;13.6;3.9;7.27;0;4.26;20150
+73086;44.26667;2.69456;774;20220921;22.5;5.9;14.2;3.1;8.02;0;3.84;19550
+73086;44.26667;2.69456;774;20220922;22.9;9.4;16.2;2.2;10.47;0;3.39;19150
+73086;44.26667;2.69456;774;20220923;19.9;8.8;14.4;3.1;12.37;23.6;2.42;11000
+73086;44.26667;2.69456;774;20220924;17.4;10.6;14;2.6;13.12;0;1.86;9600
+73086;44.26667;2.69456;774;20220925;16.2;8.3;12.2;2.8;11.17;.5;2.02;11800
+73086;44.26667;2.69456;774;20220926;15.4;6.8;11.1;4.2;10.47;2.8;2.08;10900
+73086;44.26667;2.69456;774;20220927;12.9;8.4;10.7;7.1;11.22;6.6;1.63;8500
+73086;44.26667;2.69456;774;20220928;15.7;9.9;12.8;7.1;13.12;11.3;1.7;7450
+73086;44.26667;2.69456;774;20220929;13.2;7.8;10.5;3.6;11.22;3.8;1.34;7400
+73086;44.26667;2.69456;774;20220930;13.1;5.9;9.5;4.1;9.52;.3;1.92;11950
+73086;44.26667;2.69456;774;20221001;14.3;6.2;10.2;3.2;11.97;1.4;.97;4600
+73086;44.26667;2.69456;774;20221002;19.8;12.5;16.1;3.2;14.52;.1;2.45;14550
+73086;44.26667;2.69456;774;20221003;20.4;8.9;14.6;3.1;12.22;0;2.63;15750
+73086;44.26667;2.69456;774;20221004;21.8;6.7;14.2;1.5;11.27;.1;2.44;17250
+73086;44.26667;2.69456;774;20221005;18.5;9.2;13.8;3;12.72;.1;2.14;12450
+73086;44.26667;2.69456;774;20221006;21;11.2;16.1;1.9;14.42;0;2.09;12750
+73086;44.26667;2.69456;774;20221007;19.8;10.3;15.1;2.3;13.67;1.1;2.08;12800
+73086;44.26667;2.69456;774;20221008;19.3;11.6;15.4;2.1;13.97;1.3;1.88;10600
+73086;44.26667;2.69456;774;20221009;20;7.6;13.8;3.3;12.27;.1;2.41;14800
+73086;44.26667;2.69456;774;20221010;20.8;12;16.4;2.7;13.57;.1;2.45;14100
+73086;44.26667;2.69456;774;20221011;20.3;9.3;14.8;1.5;12.97;0;1.9;12950
+73086;44.26667;2.69456;774;20221012;19.4;11.2;15.3;1.4;13.22;1.4;1.58;8550
+73086;44.26667;2.69456;774;20221013;16.7;8.4;12.6;1.6;12.97;5.9;1.19;6950
+73086;44.26667;2.69456;774;20221014;16.6;11.9;14.3;4.2;14.82;1.2;1.2;4750
+73086;44.26667;2.69456;774;20221015;23.4;9;16.2;2.1;13.57;0;2.34;14650
+73086;44.26667;2.69456;774;20221016;19.7;13.5;16.6;6.6;15.72;0;2.38;9100
+73086;44.26667;2.69456;774;20221017;18.6;15.5;17;7.2;15.92;0;2.22;4400
+73086;44.26667;2.69456;774;20221018;19.7;15.1;17.4;4.3;16.12;0;2.12;8850
+73086;44.26667;2.69456;774;20221019;20;13.3;16.7;4;15.72;1.2;1.84;6700
+73086;44.26667;2.69456;774;20221020;18.2;15.5;16.9;6;17.12;2.2;1.47;3050
+73086;44.26667;2.69456;774;20221021;20.4;15.6;18;4.1;15.37;4.1;2.31;8500
+73086;44.26667;2.69456;774;20221022;21.1;10.4;15.7;3.3;13.12;0;2.24;11850
+73086;44.26667;2.69456;774;20221023;19.2;14.3;16.8;6;15.17;0;2.2;2950
+73086;44.26667;2.69456;774;20221024;19.9;12.9;16.4;2;13.32;.3;1.78;11250
+73086;44.26667;2.69456;774;20221025;19.6;9.3;14.5;3.1;11.87;0;1.95;7300
+73086;44.26667;2.69456;774;20221026;20.8;10.4;15.6;2.1;14.27;.1;1.54;8400
+73086;44.26667;2.69456;774;20221027;21.2;12.8;17;3.5;14.72;0;2.13;9350
+73086;44.26667;2.69456;774;20221028;21.6;13.2;17.4;3.6;12.47;0;2.69;8700
+73086;44.26667;2.69456;774;20221029;20.8;14.5;17.7;6;8.82;0;4.35;8950
+73086;44.26667;2.69456;774;20221030;19.7;13.3;16.5;5.5;13.22;0;2.63;10100
+73086;44.26667;2.69456;774;20221031;19.1;13.5;16.3;6;14.37;5;2.25;6650
+73086;44.26667;2.69456;774;20221101;16.1;11.6;13.9;2.6;12.42;.1;1.38;7850
+73086;44.26667;2.69456;774;20221102;17;5.5;11.3;1.8;9.47;.1;1.33;10950
+73086;44.26667;2.69456;774;20221103;14.2;7.3;10.8;5;10.82;4.4;1.36;2800
+73086;44.26667;2.69456;774;20221104;7.7;6.8;7.2;7.3;9.27;8.3;.9;3300
+73086;44.26667;2.69456;774;20221105;9.6;2.2;5.9;4.9;7.27;.1;1.3;11200
+73086;44.26667;2.69456;774;20221106;16;1.2;8.6;2.7;6.67;0;1.73;10550
+73086;44.26667;2.69456;774;20221107;16.7;4.6;10.6;3.6;9.07;0;1.76;10650
+73086;44.26667;2.69456;774;20221108;14.7;9.9;12.3;6.1;12.67;2.5;1.34;4500
+73086;44.26667;2.69456;774;20221109;15.7;11.9;13.8;3.1;13.27;1.7;1.08;3500
+73086;44.26667;2.69456;774;20221110;14.3;7.2;10.8;2.5;10.12;0;1.15;9600
+73086;44.26667;2.69456;774;20221111;15.9;6;10.9;5.2;11.52;0;1.3;6800
+73086;44.26667;2.69456;774;20221112;18.7;9.7;14.2;3.7;10.67;0;2.02;8950
+73086;44.26667;2.69456;774;20221113;18.2;7.2;12.7;3.1;9.22;0;1.91;7400
+73086;44.26667;2.69456;774;20221114;12;10.2;11.1;4.5;11.82;3.6;1.02;2200
+73086;44.26667;2.69456;774;20221115;13.3;9.7;11.5;3.8;12.32;7.5;.92;3300
+73086;44.26667;2.69456;774;20221116;13.8;6.6;10.2;2.1;10.32;.5;.88;7650
+73086;44.26667;2.69456;774;20221117;11.9;8.1;10;3.7;10.97;7.9;.92;3700
+73086;44.26667;2.69456;774;20221118;8.6;5.8;7.2;5.4;8.87;1.4;.91;4400
+73086;44.26667;2.69456;774;20221119;8.3;3.3;5.8;5.3;7.87;.4;.93;6900
+73086;44.26667;2.69456;774;20221120;8;1.4;4.7;4.4;7.42;.8;.83;6100
+73086;44.26667;2.69456;774;20221121;7;2;4.5;4;8.02;11.8;.6;1450
+73086;44.26667;2.69456;774;20221122;5.2;2.8;4;6.5;7.87;12.3;.53;2250
+73086;44.26667;2.69456;774;20221123;10.6;3.8;7.2;3.9;9.22;6.8;.81;3400
+73086;44.26667;2.69456;774;20221124;10.9;5.1;8;2.5;9.27;.3;.71;5350
+73086;44.26667;2.69456;774;20221125;8.1;4.8;6.4;3.1;8.87;3.9;.61;2600
+73086;44.26667;2.69456;774;20221126;8.7;2.2;5.5;3.1;7.37;0;.84;5350
+73086;44.26667;2.69456;774;20221127;10.9;.7;5.8;3.4;6.32;4.2;1.21;6700
+73086;44.26667;2.69456;774;20221128;7.2;5.4;6.3;3.4;9.07;5.7;.52;2800
+73086;44.26667;2.69456;774;20221129;6.2;2.2;4.2;4.7;7.32;.1;.7;4800
+73086;44.26667;2.69456;774;20221130;5.1;-.3;2.4;1.9;6.42;0;.41;6700
+73086;44.26667;2.69456;774;20221201;7.2;-.8;3.2;3;6.12;0;.71;6150
+73086;44.26667;2.69456;774;20221202;2.6;-.1;1.2;1.9;5.87;1.2;.53;2050
+73086;44.26667;2.69456;774;20221203;3.9;.5;2.2;1.4;6.67;4.2;.44;1250
+73086;44.26667;2.69456;774;20221204;4.7;1.7;3.2;2.3;7.12;8;.47;2650
+73086;44.26667;2.69456;774;20221205;7.6;-4.2;1.7;2.1;5.42;.1;.54;8400
+73086;44.26667;2.69456;774;20221206;9.7;-2.5;3.6;1.8;4.77;.2;.81;6300
+73086;44.26667;2.69456;774;20221207;8.7;-2.6;3.1;1.5;4.82;.1;.58;7500
+73086;44.26667;2.69456;774;20221208;6.4;-3;1.7;2.4;6.32;3.2;.52;3200
+73086;44.26667;2.69456;774;20221209;7.8;4.6;6.2;1.9;9.67;.6;.33;2500
+73086;44.26667;2.69456;774;20221210;3.1;2;2.6;4.6;6.32;0;.69;1550
+73086;44.26667;2.69456;774;20221211;4.5;-9.4;-2.4;1.8;3.37;0;.58;6500
+73086;44.26667;2.69456;774;20221212;2.6;-6.6;-2;2.5;4.22;15.8;.55;3550
+73086;44.26667;2.69456;774;20221213;8.7;-1.2;3.8;3.5;9.22;.9;.14;3450
+73086;44.26667;2.69456;774;20221214;10.4;6.1;8.2;2.7;10.12;2.7;.55;3800
+73086;44.26667;2.69456;774;20221215;8.2;4.6;6.4;3.1;9.82;14.5;.36;800
+73086;44.26667;2.69456;774;20221216;8.1;4;6;2.8;7.72;0;.65;5350
+73086;44.26667;2.69456;774;20221217;5.7;-4.7;.5;3.1;4.22;.1;.83;7000
+73086;44.26667;2.69456;774;20221218;7.5;-4;1.7;4.8;6.02;0;.84;4250
+73086;44.26667;2.69456;774;20221219;11.4;6.4;8.9;9.1;9.97;0;1.23;3750
+73086;44.26667;2.69456;774;20221220;11.2;9;10.1;7.8;10.27;.7;1.41;1900
+73086;44.26667;2.69456;774;20221221;12.2;8.3;10.3;2.8;10.57;1.1;.7;5550
+73086;44.26667;2.69456;774;20221222;12.5;6;9.3;6.3;11.52;7.5;.48;2900
+73086;44.26667;2.69456;774;20221223;13.1;9.5;11.3;4.3;12.72;0;.63;3450
+73086;44.26667;2.69456;774;20221224;12.3;7.8;10.1;1.8;10.87;0;.56;5150
+73086;44.26667;2.69456;774;20221225;12.7;4.2;8.5;2.9;9.52;.1;.81;5450
+73086;44.26667;2.69456;774;20221226;13;6.7;9.9;1.9;10.57;.1;.59;4250
+73086;44.26667;2.69456;774;20221227;11.3;5.5;8.4;1.7;9.37;.1;.56;4600
+73086;44.26667;2.69456;774;20221228;12.3;1.1;6.7;2.8;8.42;0;.73;6450
+73086;44.26667;2.69456;774;20221229;10.9;4.7;7.8;2.7;9.42;2.1;.65;3400
+73086;44.26667;2.69456;774;20221230;11;4.7;7.9;2.3;9.77;.4;.63;2250
+73086;44.26667;2.69456;774;20221231;12.4;6.5;9.5;3.9;10.47;0;.9;4200
+73087;44.28818;3.00598;854;20220101;18.6;6.6;12.6;1.7;5.72;.1;1.29;5802
+73087;44.28818;3.00598;854;20220102;14.1;5.5;9.8;1.6;6.64;.1;.98;4790
+73087;44.28818;3.00598;854;20220103;11.2;4.2;7.7;1.2;8.54;.1;.46;5375
+73087;44.28818;3.00598;854;20220104;12.2;4.5;8.4;2;7.89;4.8;.75;5571
+73087;44.28818;3.00598;854;20220105;.4;.2;.3;8.3;4.72;.2;.81;1772
+73087;44.28818;3.00598;854;20220106;2.2;-1.3;.4;5;3.89;0;1.13;5193
+73087;44.28818;3.00598;854;20220107;.7;-6.2;-2.7;3.2;4.89;5.9;.29;4358
+73087;44.28818;3.00598;854;20220108;5.3;.2;2.7;5.6;7.19;8.9;.4;4234
+73087;44.28818;3.00598;854;20220109;2.5;1.2;1.9;5.3;6.39;12.6;.54;1849
+73087;44.28818;3.00598;854;20220110;3.5;.9;2.2;3.5;5.64;.9;.75;2790
+73087;44.28818;3.00598;854;20220111;4.1;-3.2;.5;3.8;3.94;0;1.01;6823
+73087;44.28818;3.00598;854;20220112;5.7;-5.5;.1;3.1;3.24;0;1.11;7362
+73087;44.28818;3.00598;854;20220113;10.3;-5.7;2.3;1.5;3.39;0;.78;8513
+73087;44.28818;3.00598;854;20220114;12.5;-2.1;5.2;1.2;2.99;0;.8;8335
+73087;44.28818;3.00598;854;20220115;10.1;-1.6;4.3;1;3.29;0;.67;7926
+73087;44.28818;3.00598;854;20220116;8.1;-4.2;1.9;2.1;3.99;0;.91;8209
+73087;44.28818;3.00598;854;20220117;7.7;-1;3.4;4.1;5.09;0;1.19;7353
+73087;44.28818;3.00598;854;20220118;9.1;-1.2;4;2.8;4.79;0;1.12;7867
+73087;44.28818;3.00598;854;20220119;2.5;-3.7;-.6;1.9;5.39;.5;.34;4596
+73087;44.28818;3.00598;854;20220120;4.4;-1.2;1.6;4.4;4.94;.2;.94;6310
+73087;44.28818;3.00598;854;20220121;2.4;-2.3;.1;5.5;3.54;0;1.31;7013
+73087;44.28818;3.00598;854;20220122;4.7;-4.4;.1;4;3.94;0;1.08;7950
+73087;44.28818;3.00598;854;20220123;13.8;-2.9;5.4;1.6;4.24;0;1.09;9368
+73087;44.28818;3.00598;854;20220124;13;-.9;6.1;1;3.74;0;.83;8969
+73087;44.28818;3.00598;854;20220125;12.7;-.2;6.3;1.4;3.89;0;1.03;9171
+73087;44.28818;3.00598;854;20220126;12;-.3;5.9;2.4;4.24;0;1.47;9233
+73087;44.28818;3.00598;854;20220127;11.2;.2;5.7;2.3;4.34;0;1.35;8936
+73087;44.28818;3.00598;854;20220128;7;-1.9;2.5;6;4.88;0;1.05;6377
+73087;44.28818;3.00598;854;20220129;9.9;-1.6;4.1;1.9;4.64;0;1.1;9028
+73087;44.28818;3.00598;854;20220130;6.1;-.5;2.8;2.7;5.84;0;.79;7046
+73087;44.28818;3.00598;854;20220131;4;-1.8;1.1;5.3;6.09;.7;.53;4893
+73087;44.28818;3.00598;854;20220201;2.7;-1.9;.4;6.3;5.29;1.7;.73;5866
+73087;44.28818;3.00598;854;20220202;7.5;1.1;4.3;5;7.29;.2;.78;8438
+73087;44.28818;3.00598;854;20220203;16.1;-1.1;7.5;2.2;5.49;0;1.58;9711
+73087;44.28818;3.00598;854;20220204;5.9;1.6;3.7;2.5;7.39;1.1;.56;4159
+73087;44.28818;3.00598;854;20220205;8.2;3.3;5.7;3.3;6.09;.1;1.25;7091
+73087;44.28818;3.00598;854;20220206;3.3;-2.2;.5;3.8;6.04;2.8;.49;5220
+73087;44.28818;3.00598;854;20220207;8.3;2.3;5.3;5.6;6.79;.6;1.22;8041
+73087;44.28818;3.00598;854;20220208;15.9;-1.3;7.3;2.7;4.39;0;2.07;11489
+73087;44.28818;3.00598;854;20220209;9.7;-.2;4.8;2.2;5.84;0;1.09;8693
+73087;44.28818;3.00598;854;20220210;10;-1.4;4.3;2;6.96;.1;1.35;12100
+73087;44.28818;3.00598;854;20220211;9.4;4.7;7;4.2;6.06;0;1.86;7900
+73087;44.28818;3.00598;854;20220212;8.6;-2.6;3;5.1;5.66;.2;1.44;5500
+73087;44.28818;3.00598;854;20220213;6.3;4.2;5.2;6.1;8.46;7;.65;900
+73087;44.28818;3.00598;854;20220214;6.5;5.9;6.2;5.3;7.96;7.2;1.1;3600
+73087;44.28818;3.00598;854;20220215;4.5;.9;2.7;6;6.86;5.2;.75;5400
+73087;44.28818;3.00598;854;20220216;8.2;2.8;5.5;4.5;8.99;7.2;.53;4846
+73087;44.28818;3.00598;854;20220217;10.7;7.1;8.9;4.4;10.59;2.7;.8;5171
+73087;44.28818;3.00598;854;20220218;16.9;4.8;10.9;3.5;9.54;.1;1.91;11760
+73087;44.28818;3.00598;854;20220219;6.1;1.7;3.9;5.5;5.35;0;1.34;8216
+73087;44.28818;3.00598;854;20220220;6.1;-.5;2.8;3.4;7.09;3.3;.71;6528
+73087;44.28818;3.00598;854;20220221;6.3;4.6;5.5;8;7.14;3.8;1.31;7457
+73087;44.28818;3.00598;854;20220222;8.3;1.9;5.1;5.4;6.89;.4;1.32;10373
+73087;44.28818;3.00598;854;20220223;14.3;2.7;8.5;3.3;6.94;0;1.98;12935
+73087;44.28818;3.00598;854;20220224;12.9;2.2;7.5;3.2;7.59;.2;1.69;11415
+73087;44.28818;3.00598;854;20220225;6.8;.9;3.9;5.1;4.94;0;1.79;11333
+73087;44.28818;3.00598;854;20220226;10.9;-.8;5.1;4.1;4.14;0;2.32;13678
+73087;44.28818;3.00598;854;20220227;10.4;-1.4;4.5;2.3;5.89;0;1.52;13360
+73087;44.28818;3.00598;854;20220228;11.5;-.1;5.7;2.3;6.59;0;1.56;12342
+73087;44.28818;3.00598;854;20220301;9.9;-.3;4.8;3.8;6.04;0;1.68;12737
+73087;44.28818;3.00598;854;20220302;6.7;1.6;4.2;2.6;7.49;.3;.78;5433
+73087;44.28818;3.00598;854;20220303;13;2.4;7.7;1.4;8.19;0;1.38;11310
+73087;44.28818;3.00598;854;20220304;10.4;5;7.7;3.1;7.74;.2;1.44;7614
+73087;44.28818;3.00598;854;20220305;9.8;1.4;5.6;2.6;6.79;0;1.43;11653
+73087;44.28818;3.00598;854;20220306;9.2;-2.2;3.5;2.7;4.09;0;1.92;14759
+73087;44.28818;3.00598;854;20220307;9.7;-5;2.3;2.2;4.14;0;1.79;15964
+73087;44.28818;3.00598;854;20220308;6.8;-1.9;2.5;2.9;6.44;.4;.98;7885
+73087;44.28818;3.00598;854;20220309;6.4;3;4.7;3.2;7.34;0;.91;4815
+73087;44.28818;3.00598;854;20220310;7.5;4.9;6.2;4.5;8.19;3.5;.97;4226
+73087;44.28818;3.00598;854;20220311;6.1;5.4;5.7;6.9;7.84;0;.98;2096
+73087;44.28818;3.00598;854;20220312;4.5;2.4;3.4;7;7.24;0;.7;4767
+73087;44.28818;3.00598;854;20220313;4.6;3.4;4;5.2;6.59;5.2;1.01;2770
+73087;44.28818;3.00598;854;20220314;7.4;-1;3.2;5.2;8.09;3.2;.49;6405
+73087;44.28818;3.00598;854;20220315;7.9;6.9;7.4;6.6;9.34;0;.81;2520
+73087;44.28818;3.00598;854;20220316;12.1;6;9.1;2.6;9.24;0;1.43;8692
+73087;44.28818;3.00598;854;20220317;12;4.7;8.3;3.6;8.84;.9;1.51;8515
+73087;44.28818;3.00598;854;20220318;11.5;5.7;8.6;4;8.46;0;1.72;6800
+73087;44.28818;3.00598;854;20220319;12;4.7;8.3;3.4;7.06;0;2.37;14400
+73087;44.28818;3.00598;854;20220320;6.1;4;5;6.5;7.56;0;1.02;1200
+73087;44.28818;3.00598;854;20220321;8.1;4;6;8.7;7.06;0;1.91;7500
+73087;44.28818;3.00598;854;20220322;9.9;2.6;6.2;9;5.96;0;2.96;18000
+73087;44.28818;3.00598;854;20220323;11.2;1.7;6.4;6;4.96;0;3.34;20700
+73087;44.28818;3.00598;854;20220324;14.6;2.6;8.6;4.6;4.06;0;4.01;21600
+73087;44.28818;3.00598;854;20220325;15.2;2.9;9;3.6;3.66;0;3.66;16300
+73087;44.28818;3.00598;854;20220326;15.4;3.9;9.6;4.7;4.86;0;4.06;21100
+73087;44.28818;3.00598;854;20220327;17.1;4.8;10.9;4.1;5.26;0;4.09;20300
+73087;44.28818;3.00598;854;20220328;16.2;5.7;10.9;4.8;4.86;0;4.27;18400
+73087;44.28818;3.00598;854;20220329;13.4;6.8;10.1;4.2;7.36;2.4;2.8;12300
+73087;44.28818;3.00598;854;20220330;9.9;5.1;7.5;2.9;9.06;.9;1.26;6600
+73087;44.28818;3.00598;854;20220331;10.3;4.6;7.4;6.9;7.26;2;2.65;17100
+73087;44.28818;3.00598;854;20220401;2.1;-2.4;-.1;4.3;4.63;2.6;1.51;10309
+73087;44.28818;3.00598;854;20220402;1.9;-3.7;-.9;2.9;4.4;.1;1.36;9714
+73087;44.28818;3.00598;854;20220403;2;-4.1;-1;2.5;4.54;0;1.15;8434
+73087;44.28818;3.00598;854;20220404;8.3;-3.5;2.4;1.4;4.6;0;2.23;20417
+73087;44.28818;3.00598;854;20220405;13.6;-1.8;5.9;2.9;5.96;0;3.01;23700
+73087;44.28818;3.00598;854;20220406;10.2;1.7;5.9;4.3;8.26;1.5;1.46;9200
+73087;44.28818;3.00598;854;20220407;11.1;4.5;7.8;6;9.76;10.4;1.13;4000
+73087;44.28818;3.00598;854;20220408;15;8;11.5;6.3;9.76;.2;2.93;13900
+73087;44.28818;3.00598;854;20220409;9.2;2.7;5.9;6.6;5.76;0;2.82;16300
+73087;44.28818;3.00598;854;20220410;15.1;-.7;7.2;4.5;4.96;.3;3.98;24900
+73087;44.28818;3.00598;854;20220411;8;4;6;8.2;8.56;.4;1.01;2800
+73087;44.28818;3.00598;854;20220412;11.6;5.7;8.6;7.5;6.96;0;2.8;7000
+73087;44.28818;3.00598;854;20220413;14;7;10.5;3.6;7.06;0;2.97;12700
+73087;44.28818;3.00598;854;20220414;21.1;5.9;13.5;3.7;9.66;.5;4.15;22000
+73087;44.28818;3.00598;854;20220415;22.5;8.9;15.7;5.3;10.36;0;5.04;23200
+73087;44.28818;3.00598;854;20220416;21.9;10;15.9;7.2;8.56;0;6.1;24800
+73087;44.28818;3.00598;854;20220417;21.3;5.8;13.5;5;7.46;0;5.37;26300
+73087;44.28818;3.00598;854;20220418;18;4.6;11.3;3.3;9.16;0;3.59;22400
+73087;44.28818;3.00598;854;20220419;17.5;5.3;11.4;2.2;10.06;2.1;2.89;18000
+73087;44.28818;3.00598;854;20220420;11.6;7.1;9.3;2;10.66;7.5;1.19;5400
+73087;44.28818;3.00598;854;20220421;10.7;6.5;8.6;1.8;10.86;6.5;1.1;6100
+73087;44.28818;3.00598;854;20220422;17.1;6;11.5;3.3;10.56;.8;3.07;19300
+73087;44.28818;3.00598;854;20220423;10.8;8.4;9.6;5.5;9.06;28.6;1.79;3400
+73087;44.28818;3.00598;854;20220424;9.8;2.5;6.1;5;9.56;9.5;.91;6200
+73087;44.28818;3.00598;854;20220425;14.9;5.2;10;3.5;8.56;0;3.53;24600
+73087;44.28818;3.00598;854;20220426;19.9;4.7;12.3;2.1;8.36;0;4.24;27400
+73087;44.28818;3.00598;854;20220427;20.1;7.4;13.7;3.1;9.56;0;4.36;25100
+73087;44.28818;3.00598;854;20220428;21.7;9.5;15.6;2.7;10.86;1;4.34;23600
+73087;44.28818;3.00598;854;20220429;20.4;10.5;15.4;3.6;12.46;.8;4.08;22800
+73087;44.28818;3.00598;854;20220430;19.1;10.1;14.6;4.3;10.46;0;4.14;20500
+73087;44.28818;3.00598;854;20220501;18.4;5.2;11.8;3.6;7.46;0;4.48;25600
+73087;44.28818;3.00598;854;20220502;18.2;7.6;12.9;2.1;8.96;1.3;3.81;23000
+73087;44.28818;3.00598;854;20220503;16.8;8;12.4;1.7;11.36;7.9;2.29;12300
+73087;44.28818;3.00598;854;20220504;16.6;6;11.3;1.7;11.26;3.7;2.45;15200
+73087;44.28818;3.00598;854;20220505;15.7;6.9;11.3;4.3;9.46;.3;3.38;19600
+73087;44.28818;3.00598;854;20220506;13.8;7;10.4;5.8;8.79;0;2.91;14862
+73087;44.28818;3.00598;854;20220507;19;8.3;13.7;5.3;8.79;0;4.71;23724
+73087;44.28818;3.00598;854;20220508;18.1;8.5;13.3;3.4;9.59;1;3.55;17899
+73087;44.28818;3.00598;854;20220509;21.7;7.6;14.6;2.2;9.89;0;4.25;23809
+73087;44.28818;3.00598;854;20220510;23.3;9.3;16.3;1.5;11.69;0;4.37;25734
+73087;44.28818;3.00598;854;20220511;23.3;9.4;16.4;2.5;10.79;0;4.8;26207
+73087;44.28818;3.00598;854;20220512;22.6;8.7;15.7;2.8;10.39;0;4.51;24208
+73087;44.28818;3.00598;854;20220513;23.3;7.5;15.4;1.9;10.99;.3;4.34;24894
+73087;44.28818;3.00598;854;20220514;26;10.8;18.4;1.6;12.89;0;4.75;25700
+73087;44.28818;3.00598;854;20220515;22.6;13;17.8;3.6;10.29;0;5.04;22938
+73087;44.28818;3.00598;854;20220516;25.6;10.7;18.2;2.1;10.74;.1;5.08;26010
+73087;44.28818;3.00598;854;20220517;27.8;11.7;19.7;1.8;13.09;0;5.18;26821
+73087;44.28818;3.00598;854;20220518;28.7;14.7;21.7;2.8;13.14;.3;5.87;25881
+73087;44.28818;3.00598;854;20220519;25.2;14.1;19.6;4.3;11.59;.1;5.71;24672
+73087;44.28818;3.00598;854;20220520;24.5;14.5;19.5;4;10.49;0;5.71;23819
+73087;44.28818;3.00598;854;20220521;31;11.4;21.2;1.6;12.39;0;5.72;28125
+73087;44.28818;3.00598;854;20220522;30.9;16.4;23.6;1.7;14.39;0;5.51;25532
+73087;44.28818;3.00598;854;20220523;17.5;15.3;16.4;3.3;14.69;0;2.13;7719
+73087;44.28818;3.00598;854;20220524;15;8.6;11.8;3.5;10.19;.1;2.69;14505
+73087;44.28818;3.00598;854;20220525;18.9;7.3;13.1;4.5;9.34;0;4.36;25172
+73087;44.28818;3.00598;854;20220526;20.8;8.1;14.4;5;9.84;0;4.8;25885
+73087;44.28818;3.00598;854;20220527;25.6;9.8;17.7;4.5;11.24;0;5.9;27756
+73087;44.28818;3.00598;854;20220528;23.2;10;16.6;5.5;9.44;0;5.99;26679
+73087;44.28818;3.00598;854;20220529;21.9;8;15;4.4;6.69;0;5.99;27888
+73087;44.28818;3.00598;854;20220530;22.3;6.4;14.4;2.1;7.79;1.1;4.92;27502
+73087;44.28818;3.00598;854;20220531;22.1;10.4;16.3;2.4;11.34;1.7;4.38;22794
+73087;44.28818;3.00598;854;20220601;27.1;10.8;18.9;2.5;12.19;0;5.65;28372
+73087;44.28818;3.00598;854;20220602;26.4;14.1;20.2;3.2;11.64;.2;5.66;24780
+73087;44.28818;3.00598;854;20220603;26.2;15.8;21;4.1;12.19;0;5.95;24160
+73087;44.28818;3.00598;854;20220604;26.6;14.8;20.7;4.4;15.04;10;5.63;24871
+73087;44.28818;3.00598;854;20220605;22.1;15.5;18.8;3.6;14.04;.4;4.48;21136
+73087;44.28818;3.00598;854;20220606;26.3;10.7;18.5;3.5;12.94;.2;5.52;26065
+73087;44.28818;3.00598;854;20220607;21.1;12.9;17;4.3;12.54;.1;4.62;22964
+73087;44.28818;3.00598;854;20220608;16.2;10.1;13.1;3.2;12.19;3;2.65;13974
+73087;44.28818;3.00598;854;20220609;17.2;9.1;13.2;6.6;10.54;.1;3.73;20114
+73087;44.28818;3.00598;854;20220610;26.7;9.6;18.2;5.1;10.99;.1;6.59;29267
+73087;44.28818;3.00598;854;20220611;31.6;13.4;22.5;4.3;10.59;0;7.92;29907
+73087;44.28818;3.00598;854;20220612;30.6;15.2;22.9;2.4;12.44;.2;6.28;27394
+73087;44.28818;3.00598;854;20220613;29.8;16.5;23.1;2.6;14.89;.1;6.03;26287
+73087;44.28818;3.00598;854;20220614;33;13.9;23.5;2.4;13.59;.1;6.84;29470
+73087;44.28818;3.00598;854;20220615;32.4;17.8;25.1;2.5;13.79;0;6.49;25678
+73087;44.28818;3.00598;854;20220616;34.7;16.7;25.7;2.4;14.64;0;7.01;28787
+73087;44.28818;3.00598;854;20220617;36.4;19.2;27.8;3.5;11.29;0;8.45;28247
+73087;44.28818;3.00598;854;20220618;31.7;19.2;25.4;4.3;11.94;0;7.98;27490
+73087;44.28818;3.00598;854;20220619;28.2;19.3;23.7;6.6;12.84;0;7.77;24705
+73087;44.28818;3.00598;854;20220620;27.5;17.6;22.5;5.1;13.24;0;6.65;25237
+73087;44.28818;3.00598;854;20220621;28;15.8;21.9;3.2;16.64;1;5.11;21494
+73087;44.28818;3.00598;854;20220622;24.9;16.4;20.6;3.3;16.84;16.9;4.05;16527
+73087;44.28818;3.00598;854;20220623;22.8;14.9;18.8;2.6;16.74;18.1;3.7;18317
+73087;44.28818;3.00598;854;20220624;20.7;12.7;16.7;2.4;13.89;6.2;3.68;19228
+73087;44.28818;3.00598;854;20220625;24.1;10.6;17.3;3;13.89;11.9;4.77;25452
+73087;44.28818;3.00598;854;20220626;24.2;13.9;19;2.5;16.79;.8;3.87;19369
+73087;44.28818;3.00598;854;20220627;20.9;12.8;16.9;3.5;14.74;.5;3.5;18145
+73087;44.28818;3.00598;854;20220628;23.4;11.5;17.5;4.3;12.24;0;5.3;27107
+73087;44.28818;3.00598;854;20220629;27.7;11.4;19.6;2.2;12.14;.6;5.78;29071
+73087;44.28818;3.00598;854;20220630;17.6;13.1;15.3;3;14.19;2.6;2.45;12488
+73087;44.28818;3.00598;854;20220701;21.7;8.7;15.2;3.1;11.14;0;4.85;27809
+73087;44.28818;3.00598;854;20220702;29.8;8.6;19.2;2.3;10.89;0;6.37;30904
+73087;44.28818;3.00598;854;20220703;30;15.1;22.5;1.9;14.79;.1;5.71;27117
+73087;44.28818;3.00598;854;20220704;26.7;15.8;21.2;2.8;17.09;1.4;5.1;25184
+73087;44.28818;3.00598;854;20220705;27.1;14.8;21;3.3;15.04;0;5.71;26846
+73087;44.28818;3.00598;854;20220706;26.7;13.5;20.1;4.9;11.19;0;6.73;27871
+73087;44.28818;3.00598;854;20220707;25;12.2;18.6;5.8;11.04;0;6.38;27054
+73087;44.28818;3.00598;854;20220708;27.4;13.9;20.7;5.1;11.44;0;6.94;27703
+73087;44.28818;3.00598;854;20220709;30.1;14.1;22.1;5;10.59;0;7.83;28796
+73087;44.28818;3.00598;854;20220710;29.6;15.5;22.5;4.3;12.04;0;7.18;27679
+73087;44.28818;3.00598;854;20220711;31.8;13.8;22.8;3.3;12.79;0;7.14;29407
+73087;44.28818;3.00598;854;20220712;31.2;15.8;23.5;2.6;14.19;0;6.53;28321
+73087;44.28818;3.00598;854;20220713;31.4;15.4;23.4;2.3;11.29;0;6.56;28384
+73087;44.28818;3.00598;854;20220714;32.9;16;24.4;2.4;12.74;0;6.77;28620
+73087;44.28818;3.00598;854;20220715;32.6;19.7;26.2;3.3;12.64;0;7.27;26271
+73087;44.28818;3.00598;854;20220716;34.2;16.6;25.4;3.9;11.79;0;8.12;28471
+73087;44.28818;3.00598;854;20220717;34.5;17.1;25.8;3.5;10.69;0;7.98;28395
+73087;44.28818;3.00598;854;20220718;33.5;17.1;25.3;3.3;13.69;0;7.32;28343
+73087;44.28818;3.00598;854;20220719;31.6;20.8;26.2;4;11.39;.6;7.57;24967
+73087;44.28818;3.00598;854;20220720;25.8;17.4;21.6;3;14.19;0;4.87;19502
+73087;44.28818;3.00598;854;20220721;31.7;14;22.9;2.5;13.09;0;6.43;28050
+73087;44.28818;3.00598;854;20220722;33.4;16.6;25;2.8;13.94;1.2;6.66;25885
+73087;44.28818;3.00598;854;20220723;28.3;15.1;21.7;3.1;14.69;0;5.74;25431
+73087;44.28818;3.00598;854;20220724;34.2;15.1;24.6;2.3;12.79;0;6.73;28426
+73087;44.28818;3.00598;854;20220725;26.6;16.4;21.5;3.3;14.99;.1;4.97;20621
+73087;44.28818;3.00598;854;20220726;24.9;14.7;19.8;4.7;12.99;0;5.63;24380
+73087;44.28818;3.00598;854;20220727;27.5;12.1;19.8;3.8;10.84;0;6.27;27089
+73087;44.28818;3.00598;854;20220728;28.5;11.8;20.2;1.8;11.44;0;5.17;25027
+73087;44.28818;3.00598;854;20220729;26.7;15.2;20.9;2.3;14.39;0;4.68;20670
+73087;44.28818;3.00598;854;20220730;28.6;14.6;21.6;3.5;13.44;0;6.08;26056
+73087;44.28818;3.00598;854;20220731;30.8;14.8;22.8;3.2;12.54;0;6.47;26551
+73087;44.28818;3.00598;854;20220801;32.6;17.9;25.3;4.2;12.09;0;7.6;25968
+73087;44.28818;3.00598;854;20220802;32.7;17.2;24.9;3.3;12.24;0;7.03;26094
+73087;44.28818;3.00598;854;20220803;32.8;20.3;26.5;2.7;11.54;0;6.61;24434
+73087;44.28818;3.00598;854;20220804;33.3;18.1;25.7;2.1;11.79;0;6.07;25065
+73087;44.28818;3.00598;854;20220805;30.7;16.9;23.8;2.8;15.69;2.5;5.73;23640
+73087;44.28818;3.00598;854;20220806;31.1;16.4;23.7;3.9;14.79;0;6.52;24487
+73087;44.28818;3.00598;854;20220807;30.9;16;23.4;3.6;11.04;0;6.83;25110
+73087;44.28818;3.00598;854;20220808;32.3;15.6;23.9;4.1;9.54;0;7.64;25940
+73087;44.28818;3.00598;854;20220809;32.7;16;24.4;2.8;9.29;0;6.64;25548
+73087;44.28818;3.00598;854;20220810;32.8;18.8;25.8;2.7;10.89;0;6.44;24358
+73087;44.28818;3.00598;854;20220811;32.2;16.9;24.5;2.1;13.34;0;5.73;24463
+73087;44.28818;3.00598;854;20220812;34;17.2;25.6;2.6;14.09;0;6.21;24122
+73087;44.28818;3.00598;854;20220813;34.6;18.3;26.5;1.9;13.34;12.2;5.67;22818
+73087;44.28818;3.00598;854;20220814;23.2;18.8;21;3.7;18.54;7.9;3.41;14026
+73087;44.28818;3.00598;854;20220815;24.3;14.6;19.4;2.5;13.99;.1;4.24;20383
+73087;44.28818;3.00598;854;20220816;27.4;12.7;20.1;2.8;13.94;.8;4.81;21817
+73087;44.28818;3.00598;854;20220817;23.4;14.8;19.1;2.5;16.24;5.2;3.21;14956
+73087;44.28818;3.00598;854;20220818;19.6;13.5;16.5;3.9;14.74;3.8;2.8;12718
+73087;44.28818;3.00598;854;20220819;21.8;13.5;17.7;5.1;14.74;.1;3.97;19856
+73087;44.28818;3.00598;854;20220820;25.5;13.7;19.6;4.6;14.69;0;4.95;22041
+73087;44.28818;3.00598;854;20220821;25.5;14.1;19.8;4.3;13.59;.1;4.88;19913
+73087;44.28818;3.00598;854;20220822;23.6;14.4;19;4.8;15.29;.1;4.27;19191
+73087;44.28818;3.00598;854;20220823;27.3;15.1;21.2;3.4;15.29;0;4.87;21416
+73087;44.28818;3.00598;854;20220824;31.9;14.3;23.1;2.4;13.84;0;5.55;24017
+73087;44.28818;3.00598;854;20220825;28.9;15;22;2.7;15.04;.5;4.75;20322
+73087;44.28818;3.00598;854;20220826;26.9;15.4;21.1;3.6;15.89;.6;4.6;19433
+73087;44.28818;3.00598;854;20220827;26.7;14.8;20.8;3.3;13.94;.1;4.78;20102
+73087;44.28818;3.00598;854;20220828;29.5;12.3;20.9;2.1;12.64;0;4.93;23220
+73087;44.28818;3.00598;854;20220829;28.9;15.5;22.2;2.8;14.34;1.1;4.75;19028
+73087;44.28818;3.00598;854;20220830;29;15.1;22;3;14.94;.4;4.88;19555
+73087;44.28818;3.00598;854;20220831;27.5;13.5;20.5;4;13.44;0;4.91;18512
+73087;44.28818;3.00598;854;20220901;27.2;12.7;19.9;2.1;14.24;0;4.1;20284
+73087;44.28818;3.00598;854;20220902;24.7;14.2;19.4;1.5;15.14;16;3.09;15184
+73087;44.28818;3.00598;854;20220903;23.6;14.1;18.9;1.8;16.69;6;3.13;17006
+73087;44.28818;3.00598;854;20220904;25.1;14.8;20;2.4;17.24;0;3.29;16163
+73087;44.28818;3.00598;854;20220905;24.5;16.9;20.7;3.8;18.09;0;3.24;13280
+73087;44.28818;3.00598;854;20220906;24.9;16.5;20.7;2.9;18.09;3.6;3.08;13255
+73087;44.28818;3.00598;854;20220907;24.3;14.8;19.5;2.8;17.14;1;3.08;14994
+73087;44.28818;3.00598;854;20220908;21.5;11.2;16.4;2.8;12.84;.6;3.13;15728
+73087;44.28818;3.00598;854;20220909;17.6;11.8;14.7;2.8;13.09;.3;2.27;11634
+73087;44.28818;3.00598;854;20220910;21.2;10;15.6;2.7;11.44;0;3.38;18261
+73087;44.28818;3.00598;854;20220911;27.3;9.1;18.2;2.1;10.89;0;4.11;20987
+73087;44.28818;3.00598;854;20220912;26.5;13;19.7;2.5;15.24;0;3.74;19083
+73087;44.28818;3.00598;854;20220913;24.3;17;20.7;4.2;19.34;1.7;2.81;10469
+73087;44.28818;3.00598;854;20220914;22.2;15.6;18.9;3.3;17.64;4.4;2.4;10658
+73087;44.28818;3.00598;854;20220915;24.2;12.6;18.4;2.4;14.34;0;3.34;16873
+73087;44.28818;3.00598;854;20220916;20.6;13.4;17;3.9;12.89;0;3.16;13638
+73087;44.28818;3.00598;854;20220917;15.8;7.7;11.7;5.3;7.89;0;3.36;16653
+73087;44.28818;3.00598;854;20220918;21.6;5;13.3;4.3;6.49;0;4.44;19229
+73087;44.28818;3.00598;854;20220919;21.6;7.3;14.4;4.3;7.64;0;4.29;18234
+73087;44.28818;3.00598;854;20220920;22;6.5;14.2;5.1;7.34;0;4.63;18543
+73087;44.28818;3.00598;854;20220921;22.2;7.1;14.7;3.7;8.19;0;3.97;18158
+73087;44.28818;3.00598;854;20220922;22.1;8.8;15.4;1.5;10.64;0;2.87;17538
+73087;44.28818;3.00598;854;20220923;18.4;9;13.7;2.4;12.54;14.6;1.98;11152
+73087;44.28818;3.00598;854;20220924;17.6;10.2;13.9;2.4;12.34;.2;2;11091
+73087;44.28818;3.00598;854;20220925;15.4;8.5;11.9;2.3;10.54;.5;1.86;10555
+73087;44.28818;3.00598;854;20220926;13.7;6.2;9.9;3.5;9.84;2.1;1.82;11239
+73087;44.28818;3.00598;854;20220927;11.9;7.8;9.9;5.6;10.29;6.8;1.54;8622
+73087;44.28818;3.00598;854;20220928;14.6;9.2;11.9;5.6;12.29;8.4;1.49;7952
+73087;44.28818;3.00598;854;20220929;13.3;7.1;10.2;3.3;10.34;2.3;1.52;9175
+73087;44.28818;3.00598;854;20220930;11.6;5.9;8.8;3.5;8.79;.1;1.59;9391
+73087;44.28818;3.00598;854;20221001;13.5;4.8;9.2;2.6;11.14;3.1;1.2;8947
+73087;44.28818;3.00598;854;20221002;18.4;12.4;15.4;2.7;13.84;.1;2.09;12407
+73087;44.28818;3.00598;854;20221003;20.4;9.4;14.9;3.6;11.74;0;2.71;14195
+73087;44.28818;3.00598;854;20221004;21.7;6.9;14.3;1.1;10.69;.1;2.18;16004
+73087;44.28818;3.00598;854;20221005;17.7;8.8;13.3;2.4;12.39;.1;1.7;9954
+73087;44.28818;3.00598;854;20221006;20.8;11.1;15.9;1.7;13.74;0;2;12254
+73087;44.28818;3.00598;854;20221007;18.6;10.3;14.5;1.9;13.09;1.6;1.76;10839
+73087;44.28818;3.00598;854;20221008;17.7;10.4;14.1;2.1;12.94;.9;1.68;9735
+73087;44.28818;3.00598;854;20221009;18.6;6.8;12.7;2.6;11.54;.1;2;13274
+73087;44.28818;3.00598;854;20221010;20.1;10.1;15.1;1.9;12.89;.1;1.99;12498
+73087;44.28818;3.00598;854;20221011;19;8.4;13.7;1.1;12.29;0;1.63;12075
+73087;44.28818;3.00598;854;20221012;18;10.4;14.2;.8;12.24;1.9;1.36;8393
+73087;44.28818;3.00598;854;20221013;16.3;7.9;12.1;1.2;12.14;6.4;1.24;8451
+73087;44.28818;3.00598;854;20221014;15.5;11.7;13.6;3.2;13.99;.9;1.17;5554
+73087;44.28818;3.00598;854;20221015;22.7;8.6;15.6;1.4;12.94;0;1.97;13375
+73087;44.28818;3.00598;854;20221016;18.4;11.9;15.2;4.2;14.94;0;1.47;6672
+73087;44.28818;3.00598;854;20221017;17.3;14.7;16;5.3;15.04;0;1.5;3404
+73087;44.28818;3.00598;854;20221018;19.4;13.4;16.4;2.8;15.34;.1;1.44;6438
+73087;44.28818;3.00598;854;20221019;18.7;10.7;14.7;2.7;15.04;2.5;1.36;7510
+73087;44.28818;3.00598;854;20221020;16.9;14.5;15.7;5.2;16.44;5.4;1.02;2949
+73087;44.28818;3.00598;854;20221021;19.8;15.1;17.5;3.9;14.94;.1;2;7822
+73087;44.28818;3.00598;854;20221022;20.9;10.1;15.5;2.3;12.79;0;1.81;10706
+73087;44.28818;3.00598;854;20221023;17.8;13;15.4;4;14.79;0;1.31;4366
+73087;44.28818;3.00598;854;20221024;19.3;12.8;16;2.1;13.04;0;1.69;9195
+73087;44.28818;3.00598;854;20221025;19.3;9.4;14.3;2.2;11.39;.1;1.63;8350
+73087;44.28818;3.00598;854;20221026;20.9;10.7;15.8;1.3;14.14;.1;1.33;8732
+73087;44.28818;3.00598;854;20221027;20.6;12.4;16.5;2;14.39;0;1.52;8993
+73087;44.28818;3.00598;854;20221028;20.8;11.3;16.1;2.1;12.09;0;1.72;8682
+73087;44.28818;3.00598;854;20221029;20.1;12.7;16.4;3.2;8.79;0;2.69;8141
+73087;44.28818;3.00598;854;20221030;19.9;11.1;15.5;3.7;12.24;0;1.96;9008
+73087;44.28818;3.00598;854;20221031;17.8;10.9;14.4;4.4;13.54;4.4;1.49;5501
+73087;44.28818;3.00598;854;20221101;16.2;11.5;13.8;2.4;12.19;.1;1.3;6808
+73087;44.28818;3.00598;854;20221102;16.4;6.5;11.5;1.6;9.09;.1;1.31;9419
+73087;44.28818;3.00598;854;20221103;13.6;6.6;10.1;3.3;10.09;3.2;1.14;4643
+73087;44.28818;3.00598;854;20221104;6.8;6.2;6.5;5.4;8.49;7.1;.82;2319
+73087;44.28818;3.00598;854;20221105;9.7;3.3;6.5;4.4;6.89;0;1.35;8739
+73087;44.28818;3.00598;854;20221106;16.1;1.3;8.7;2.3;5.94;.1;1.63;10309
+73087;44.28818;3.00598;854;20221107;15.9;4;9.9;2.6;8.54;0;1.42;9618
+73087;44.28818;3.00598;854;20221108;13.5;8.1;10.8;5;11.99;5.5;.8;3471
+73087;44.28818;3.00598;854;20221109;15.8;11.5;13.6;2.3;12.79;1.4;1.06;4347
+73087;44.28818;3.00598;854;20221110;14.3;6.5;10.4;2.2;9.44;0;1.11;7835
+73087;44.28818;3.00598;854;20221111;16.5;6.6;11.5;3.6;11.29;0;1.08;5821
+73087;44.28818;3.00598;854;20221112;18.6;7.5;13.1;1.7;10.04;0;1.17;8637
+73087;44.28818;3.00598;854;20221113;17.4;7;12.2;2.3;8.79;0;1.41;6840
+73087;44.28818;3.00598;854;20221114;11.1;9.6;10.4;3.3;10.99;3.9;.78;1845
+73087;44.28818;3.00598;854;20221115;13;9;11;2.8;11.64;8;.74;3263
+73087;44.28818;3.00598;854;20221116;13.2;5.9;9.5;1.4;9.64;.5;.74;6653
+73087;44.28818;3.00598;854;20221117;11.7;6.6;9.1;3.1;10.39;5.3;.71;4314
+73087;44.28818;3.00598;854;20221118;7.6;5.3;6.4;4.4;8.09;.7;.88;3433
+73087;44.28818;3.00598;854;20221119;7.4;2.4;4.9;4;6.94;.2;.89;5873
+73087;44.28818;3.00598;854;20221120;6.9;0;3.5;3.8;6.49;.6;.79;6172
+73087;44.28818;3.00598;854;20221121;6.6;1.3;4;3.3;7.34;9.9;.56;3082
+73087;44.28818;3.00598;854;20221122;4.3;2.3;3.3;5;7.29;9;.47;2081
+73087;44.28818;3.00598;854;20221123;9.2;3.2;6.2;2.4;8.54;5.1;.59;3965
+73087;44.28818;3.00598;854;20221124;11.1;5;8.1;2.1;8.44;.4;.75;5309
+73087;44.28818;3.00598;854;20221125;7.9;4;5.9;2.6;8.04;2.8;.66;3534
+73087;44.28818;3.00598;854;20221126;8.3;1.9;5.1;3.6;6.39;0;1.03;5000
+73087;44.28818;3.00598;854;20221127;11;.6;5.8;2.1;5.59;4.3;.89;6542
+73087;44.28818;3.00598;854;20221128;6.3;4.4;5.3;2.2;8.39;3.7;.47;2550
+73087;44.28818;3.00598;854;20221129;6.4;1.7;4;3.8;6.64;.1;.71;4926
+73087;44.28818;3.00598;854;20221130;6;.2;3.1;2.5;6.09;.1;.58;6068
+73087;44.28818;3.00598;854;20221201;6.2;1.4;3.8;3.3;5.94;0;.84;5140
+73087;44.28818;3.00598;854;20221202;2.5;-.6;.9;1.5;5.59;1.5;.43;2466
+73087;44.28818;3.00598;854;20221203;4.5;-.1;2.2;1.6;6.64;5.3;.38;2600
+73087;44.28818;3.00598;854;20221204;4.3;2.2;3.2;2;6.79;3.4;.47;1893
+73087;44.28818;3.00598;854;20221205;8.7;-4.2;2.3;1.3;5.09;.1;.4;7472
+73087;44.28818;3.00598;854;20221206;10.8;-1.8;4.5;1.4;4.49;.3;.7;6650
+73087;44.28818;3.00598;854;20221207;8.8;-1.3;3.8;1.6;4.74;.1;.69;6558
+73087;44.28818;3.00598;854;20221208;7.4;-2.8;2.3;1.5;6.14;4.8;.36;4608
+73087;44.28818;3.00598;854;20221209;7.7;4.5;6.1;1.6;9.59;1.1;.29;2899
+73087;44.28818;3.00598;854;20221210;2.2;2.6;2.4;4.1;5.99;0;.75;1050
+73087;44.28818;3.00598;854;20221211;5;-8.2;-1.6;2.5;2.94;0;.85;6487
+73087;44.28818;3.00598;854;20221212;3.3;-6.1;-1.4;1.6;3.69;15.6;.52;4523
+73087;44.28818;3.00598;854;20221213;8;-1.5;3.2;2.6;8.39;2.4;.17;4022
+73087;44.28818;3.00598;854;20221214;9.7;5.5;7.6;1.9;9.54;1.7;.46;3358
+73087;44.28818;3.00598;854;20221215;7.6;3.3;5.4;2.6;9.04;14.9;.33;2245
+73087;44.28818;3.00598;854;20221216;6.6;2.8;4.7;3.5;6.89;0;.72;4103
+73087;44.28818;3.00598;854;20221217;6.7;-4.8;.9;4;3.59;0;1.22;6793
+73087;44.28818;3.00598;854;20221218;6.8;-3.4;1.7;3.3;5.69;0;.66;3532
+73087;44.28818;3.00598;854;20221219;10.4;6.4;8.4;6.7;9.54;0;.88;2191
+73087;44.28818;3.00598;854;20221220;10.6;8.5;9.5;5.5;9.99;1.1;.99;1775
+73087;44.28818;3.00598;854;20221221;11.5;8.1;9.8;2.3;9.89;1.2;.68;4076
+73087;44.28818;3.00598;854;20221222;11.4;5.3;8.3;5.3;10.79;8.4;.51;3861
+73087;44.28818;3.00598;854;20221223;12.4;9.2;10.8;3.3;12.09;0;.54;3351
+73087;44.28818;3.00598;854;20221224;12.5;8.5;10.5;1.1;10.59;.1;.44;3876
+73087;44.28818;3.00598;854;20221225;11.8;4.3;8.1;1.7;9.29;.1;.46;4871
+73087;44.28818;3.00598;854;20221226;12.8;6.5;9.7;1.5;10.29;.1;.53;4547
+73087;44.28818;3.00598;854;20221227;11;4.4;7.7;1.6;8.49;.1;.56;4787
+73087;44.28818;3.00598;854;20221228;11.4;1.7;6.5;1.7;8.14;0;.47;5837
+73087;44.28818;3.00598;854;20221229;10.4;2.7;6.6;1.3;8.89;2.4;.4;4731
+73087;44.28818;3.00598;854;20221230;9.9;4;6.9;1.3;9.09;.7;.43;3373
+73087;44.28818;3.00598;854;20221231;12.4;6.8;9.6;2.5;9.99;0;.66;3083
+73088;44.30875;3.3176;849;20220101;20;5;12.5;.3;5.82;.1;.24;6630
+73088;44.30875;3.3176;849;20220102;16;5.6;10.8;1.3;6.22;.1;.91;5481
+73088;44.30875;3.3176;849;20220103;12.1;4.2;8.1;1.1;8.22;.1;.5;4751
+73088;44.30875;3.3176;849;20220104;13;4.6;8.8;1.5;7.52;3.8;.73;4943
+73088;44.30875;3.3176;849;20220105;.4;.2;.3;3.9;4.52;.5;.78;418
+73088;44.30875;3.3176;849;20220106;2;-1.3;.3;3.9;3.72;0;1.01;2987
+73088;44.30875;3.3176;849;20220107;.3;-7.4;-3.6;2.4;4.62;5.6;.17;4816
+73088;44.30875;3.3176;849;20220108;4.6;.2;2.4;3.6;7.02;8.4;.22;3569
+73088;44.30875;3.3176;849;20220109;1.9;.9;1.4;2.9;6.12;7.4;.37;1499
+73088;44.30875;3.3176;849;20220110;3.1;1;2;2.9;5.52;2;.61;2380
+73088;44.30875;3.3176;849;20220111;4.2;-3.4;.4;3.4;3.92;.1;.91;4946
+73088;44.30875;3.3176;849;20220112;5.5;-4.3;.6;3;3.12;0;1.12;5725
+73088;44.30875;3.3176;849;20220113;12.1;-6.1;3;1;3.22;0;.67;8026
+73088;44.30875;3.3176;849;20220114;13.6;-2.8;5.4;.4;2.72;0;.34;7671
+73088;44.30875;3.3176;849;20220115;11.4;-1.6;4.9;.7;3.02;0;.58;6852
+73088;44.30875;3.3176;849;20220116;9;-4.7;2.1;2.3;3.62;0;1.06;7118
+73088;44.30875;3.3176;849;20220117;7.7;-.6;3.5;3.4;5.12;0;1.03;5507
+73088;44.30875;3.3176;849;20220118;10;-1.2;4.4;2.6;4.62;0;1.15;6534
+73088;44.30875;3.3176;849;20220119;3.8;-2.6;.6;1.7;5.32;.2;.43;4893
+73088;44.30875;3.3176;849;20220120;4.5;-.7;1.9;3.1;4.82;.4;.83;4421
+73088;44.30875;3.3176;849;20220121;2.5;-2.6;-.1;3.4;3.42;0;1.03;4426
+73088;44.30875;3.3176;849;20220122;4.7;-4.9;-.1;3;3.82;0;.89;6301
+73088;44.30875;3.3176;849;20220123;15.1;-3.1;6;1;4.02;0;.85;8936
+73088;44.30875;3.3176;849;20220124;13.8;-.4;6.7;.7;3.22;0;.72;7939
+73088;44.30875;3.3176;849;20220125;14;-.9;6.5;.9;3.32;0;.86;8242
+73088;44.30875;3.3176;849;20220126;13.6;-.7;6.4;2.6;3.52;0;1.75;8166
+73088;44.30875;3.3176;849;20220127;13;1.5;7.2;2.5;3.22;0;1.8;7372
+73088;44.30875;3.3176;849;20220128;10.7;-1.2;4.7;3.3;4.22;0;1.58;7602
+73088;44.30875;3.3176;849;20220129;12.3;1.1;6.7;2.5;4.12;0;1.59;7457
+73088;44.30875;3.3176;849;20220130;10.3;2.6;6.4;3.4;6.12;.2;1.29;6193
+73088;44.30875;3.3176;849;20220131;3.8;-1.6;1.1;2.9;5.72;.3;.51;5187
+73088;44.30875;3.3176;849;20220201;2.9;-1.9;.5;4.7;4.82;.4;.79;4933
+73088;44.30875;3.3176;849;20220202;8;1.1;4.5;3.2;7.22;0;.67;6077
+73088;44.30875;3.3176;849;20220203;17.9;-1.2;8.3;2;5.02;0;1.68;10523
+73088;44.30875;3.3176;849;20220204;5.7;1.6;3.6;1.5;7.12;.3;.5;4718
+73088;44.30875;3.3176;849;20220205;8.2;3.1;5.6;2;5.52;.1;1.06;5382
+73088;44.30875;3.3176;849;20220206;2.9;-2;.4;3;5.92;2.5;.39;5341
+73088;44.30875;3.3176;849;20220207;8.5;2.6;5.5;3.5;6.32;.6;1.14;5982
+73088;44.30875;3.3176;849;20220208;16.1;-1.2;7.4;2.1;4.12;0;1.8;10679
+73088;44.30875;3.3176;849;20220209;11;-.6;5.2;1.4;5.52;0;1.01;8787
+73088;44.30875;3.3176;849;20220210;7.3;-1.6;2.8;2;6.97;0;1.35;12100
+73088;44.30875;3.3176;849;20220211;9.4;4.7;7;4.2;6.07;0;1.86;7900
+73088;44.30875;3.3176;849;20220212;8.6;-2.6;3;5.1;5.67;.7;1.44;5500
+73088;44.30875;3.3176;849;20220213;6.3;4.2;5.2;6.1;8.47;13.8;.65;900
+73088;44.30875;3.3176;849;20220214;6.5;5.9;6.2;5.3;7.97;7.3;1.1;3600
+73088;44.30875;3.3176;849;20220215;4.5;.9;2.7;6;6.87;2.9;.75;5400
+73088;44.30875;3.3176;849;20220216;8;2.7;5.3;3.6;8.72;5.9;.48;6392
+73088;44.30875;3.3176;849;20220217;10.4;7.2;8.8;4.1;10.22;2.3;.71;4942
+73088;44.30875;3.3176;849;20220218;16.8;3.8;10.3;2.4;9.12;0;1.51;10521
+73088;44.30875;3.3176;849;20220219;6.8;1.5;4.1;2.6;5.22;0;1.18;6658
+73088;44.30875;3.3176;849;20220220;5.4;-1;2.2;2.7;6.82;3.1;.56;7456
+73088;44.30875;3.3176;849;20220221;6.1;4.7;5.4;4.6;6.92;3.9;.99;3314
+73088;44.30875;3.3176;849;20220222;8.8;1.6;5.2;2.6;6.62;.1;1.09;8147
+73088;44.30875;3.3176;849;20220223;14.6;2.4;8.5;2;6.52;0;1.64;10871
+73088;44.30875;3.3176;849;20220224;12.4;1;6.7;2.2;7.22;.1;1.32;10631
+73088;44.30875;3.3176;849;20220225;6.8;.7;3.7;2.9;4.72;0;1.37;7767
+73088;44.30875;3.3176;849;20220226;10.9;-.8;5;2.5;3.82;0;1.86;11056
+73088;44.30875;3.3176;849;20220227;10.3;-2.9;3.7;1.7;5.22;0;1.32;11920
+73088;44.30875;3.3176;849;20220228;11.1;-1.5;4.8;1.4;6.02;0;1.27;11784
+73088;44.30875;3.3176;849;20220301;10.1;-1;4.5;3.2;5.42;0;1.59;11175
+73088;44.30875;3.3176;849;20220302;7.5;.7;4.1;2;7.02;.1;.91;8766
+73088;44.30875;3.3176;849;20220303;13.2;1.6;7.4;1.1;7.92;0;1.3;11721
+73088;44.30875;3.3176;849;20220304;10.3;5.2;7.7;1.7;7.22;0;1.26;7728
+73088;44.30875;3.3176;849;20220305;10.3;.5;5.4;1.8;5.52;0;1.46;11007
+73088;44.30875;3.3176;849;20220306;9.3;-2.6;3.3;2.4;3.52;0;1.81;12319
+73088;44.30875;3.3176;849;20220307;9.8;-6;1.9;1.6;3.92;0;1.54;14429
+73088;44.30875;3.3176;849;20220308;6.8;-3.1;1.8;1.8;5.92;.2;1.03;11471
+73088;44.30875;3.3176;849;20220309;6.7;2.8;4.7;2.1;6.92;0;.97;7131
+73088;44.30875;3.3176;849;20220310;7.7;4.9;6.3;3.1;7.72;4.8;1.02;6052
+73088;44.30875;3.3176;849;20220311;6.1;5.2;5.6;5.3;7.42;4.8;.94;3293
+73088;44.30875;3.3176;849;20220312;4.7;2.2;3.4;5.1;6.82;14.8;.76;5834
+73088;44.30875;3.3176;849;20220313;4.6;3.3;3.9;3.9;6.22;14.9;.99;4141
+73088;44.30875;3.3176;849;20220314;7.4;-.6;3.4;3.9;7.62;7.8;.8;11010
+73088;44.30875;3.3176;849;20220315;8.2;6.9;7.5;5.3;8.82;0;.94;4241
+73088;44.30875;3.3176;849;20220316;13.4;5.5;9.4;1.3;8.82;.1;1.53;11184
+73088;44.30875;3.3176;849;20220317;12.2;4.8;8.5;3;8.42;.5;1.61;10931
+73088;44.30875;3.3176;849;20220318;11.5;5.7;8.6;4;8.47;0;1.72;6800
+73088;44.30875;3.3176;849;20220319;12;4.7;8.3;3.4;7.07;0;2.37;14400
+73088;44.30875;3.3176;849;20220320;6.1;4;5;6.5;7.57;0;1.02;1200
+73088;44.30875;3.3176;849;20220321;8.1;4;6;8.7;7.07;.3;1.91;7500
+73088;44.30875;3.3176;849;20220322;9.9;2.6;6.2;9;5.97;0;2.96;18000
+73088;44.30875;3.3176;849;20220323;11.2;1.7;6.4;6;4.97;0;3.34;20700
+73088;44.30875;3.3176;849;20220324;14.6;2.6;8.6;4.6;4.07;0;4.01;21600
+73088;44.30875;3.3176;849;20220325;15.2;2.9;9;3.6;3.67;0;3.66;16300
+73088;44.30875;3.3176;849;20220326;15.4;3.9;9.6;4.7;4.87;0;4.06;21100
+73088;44.30875;3.3176;849;20220327;17.1;4.8;10.9;4.1;5.27;0;4.09;20300
+73088;44.30875;3.3176;849;20220328;16.2;5.7;10.9;4.8;4.87;0;4.27;18400
+73088;44.30875;3.3176;849;20220329;13.4;6.8;10.1;4.2;7.37;2.4;2.8;12300
+73088;44.30875;3.3176;849;20220330;9.9;5.1;7.5;2.9;9.07;.7;1.26;6600
+73088;44.30875;3.3176;849;20220331;10.3;4.6;7.4;6.9;7.27;1.6;2.65;17100
+73088;44.30875;3.3176;849;20220401;3.3;-2.3;.5;5.4;5.27;2;1.79;11866
+73088;44.30875;3.3176;849;20220402;1.3;-3.8;-1.2;3.7;4.94;.1;1.46;9533
+73088;44.30875;3.3176;849;20220403;.9;-4.1;-1.6;7.3;4.84;0;2.4;13268
+73088;44.30875;3.3176;849;20220404;7.4;-3.2;2.1;1.5;4.97;0;2.33;21066
+73088;44.30875;3.3176;849;20220405;13.6;-1.8;5.9;2.9;5.97;0;3.01;23700
+73088;44.30875;3.3176;849;20220406;10.2;1.7;5.9;4.3;8.27;1.3;1.46;9200
+73088;44.30875;3.3176;849;20220407;11.1;4.5;7.8;6;9.77;11.3;1.13;4000
+73088;44.30875;3.3176;849;20220408;15;8;11.5;6.3;9.77;.6;2.93;13900
+73088;44.30875;3.3176;849;20220409;9.2;2.7;5.9;6.6;5.77;0;2.82;16300
+73088;44.30875;3.3176;849;20220410;15.1;-.7;7.2;4.5;4.97;.3;3.98;24900
+73088;44.30875;3.3176;849;20220411;8;4;6;8.2;8.57;1.5;1.01;2800
+73088;44.30875;3.3176;849;20220412;11.6;5.7;8.6;7.5;6.97;0;2.8;7000
+73088;44.30875;3.3176;849;20220413;14;7;10.5;3.6;7.07;0;2.97;12700
+73088;44.30875;3.3176;849;20220414;21.1;5.9;13.5;3.7;9.67;.4;4.15;22000
+73088;44.30875;3.3176;849;20220415;22.5;8.9;15.7;5.3;10.37;0;5.04;23200
+73088;44.30875;3.3176;849;20220416;21.9;10;15.9;7.2;8.57;0;6.1;24800
+73088;44.30875;3.3176;849;20220417;21.3;5.8;13.5;5;7.47;0;5.37;26300
+73088;44.30875;3.3176;849;20220418;18;4.6;11.3;3.3;9.17;0;3.59;22400
+73088;44.30875;3.3176;849;20220419;17.5;5.3;11.4;2.2;10.07;0;2.89;18000
+73088;44.30875;3.3176;849;20220420;11.6;7.1;9.3;2;10.67;10.1;1.19;5400
+73088;44.30875;3.3176;849;20220421;10.7;6.5;8.6;1.8;10.87;9;1.1;6100
+73088;44.30875;3.3176;849;20220422;17.1;6;11.5;3.3;10.57;1;3.07;19300
+73088;44.30875;3.3176;849;20220423;10.8;8.4;9.6;5.5;9.07;19.7;1.79;3400
+73088;44.30875;3.3176;849;20220424;9.8;2.5;6.1;5;9.57;8.2;.91;6200
+73088;44.30875;3.3176;849;20220425;14.9;5.2;10;3.5;8.57;0;3.53;24600
+73088;44.30875;3.3176;849;20220426;19.9;4.7;12.3;2.1;8.37;0;4.24;27400
+73088;44.30875;3.3176;849;20220427;20.1;7.4;13.7;3.1;9.57;0;4.36;25100
+73088;44.30875;3.3176;849;20220428;21.7;9.5;15.6;2.7;10.87;1.6;4.34;23600
+73088;44.30875;3.3176;849;20220429;20.4;10.5;15.4;3.6;12.47;.5;4.08;22800
+73088;44.30875;3.3176;849;20220430;19.1;10.1;14.6;4.3;10.47;0;4.14;20500
+73088;44.30875;3.3176;849;20220501;18.4;5.2;11.8;3.6;7.47;0;4.48;25600
+73088;44.30875;3.3176;849;20220502;18.2;7.6;12.9;2.1;8.97;2.4;3.81;23000
+73088;44.30875;3.3176;849;20220503;16.8;8;12.4;1.7;11.37;3.9;2.29;12300
+73088;44.30875;3.3176;849;20220504;16.6;6;11.3;1.7;11.27;2.4;2.45;15200
+73088;44.30875;3.3176;849;20220505;15.7;6.9;11.3;4.3;9.47;.5;3.38;19600
+73088;44.30875;3.3176;849;20220506;13.4;7.1;10.2;4;8.62;0;2.55;14924
+73088;44.30875;3.3176;849;20220507;18.6;7.6;13.1;3.3;8.72;0;3.68;19949
+73088;44.30875;3.3176;849;20220508;17.8;8.2;13;2.6;9.42;.2;3.26;18698
+73088;44.30875;3.3176;849;20220509;21.2;6.9;14;1.6;9.72;.1;3.77;23018
+73088;44.30875;3.3176;849;20220510;23.2;8.6;15.9;1;11.32;0;3.83;23368
+73088;44.30875;3.3176;849;20220511;23.3;8.4;15.8;1.7;10.22;0;4.15;23715
+73088;44.30875;3.3176;849;20220512;23.4;8.5;15.9;2;9.92;0;4.31;23817
+73088;44.30875;3.3176;849;20220513;23.3;6.8;15;1.2;10.32;1.1;4.08;25189
+73088;44.30875;3.3176;849;20220514;26;10;18;1;12.52;0;4.3;24900
+73088;44.30875;3.3176;849;20220515;22.7;12.7;17.7;2.3;10.12;0;4.16;19676
+73088;44.30875;3.3176;849;20220516;25.5;10.7;18.1;1.6;10.42;.1;4.54;24120
+73088;44.30875;3.3176;849;20220517;27.8;11.1;19.4;1.3;12.62;0;4.75;25743
+73088;44.30875;3.3176;849;20220518;28.6;14.2;21.4;2.5;12.42;.3;5.36;23962
+73088;44.30875;3.3176;849;20220519;25.6;14.1;19.8;2.6;10.92;0;4.86;21445
+73088;44.30875;3.3176;849;20220520;24.5;14.5;19.5;2.6;9.92;0;4.72;20039
+73088;44.30875;3.3176;849;20220521;31.3;10.4;20.8;1.2;11.52;0;5.5;29250
+73088;44.30875;3.3176;849;20220522;31.3;16.1;23.7;1.1;12.92;.1;5.08;24964
+73088;44.30875;3.3176;849;20220523;17;15.8;16.4;2.2;14.32;.5;1.8;6738
+73088;44.30875;3.3176;849;20220524;15.5;8.5;12;2.1;9.82;.2;2.79;16911
+73088;44.30875;3.3176;849;20220525;19.4;7.6;13.5;2.5;9.02;0;3.88;22144
+73088;44.30875;3.3176;849;20220526;21.5;7.9;14.7;2.5;9.22;0;4.33;23870
+73088;44.30875;3.3176;849;20220527;26.1;10.2;18.1;3.3;10.52;0;5.5;25912
+73088;44.30875;3.3176;849;20220528;22.9;10;16.4;3.5;9.12;0;4.96;23358
+73088;44.30875;3.3176;849;20220529;21.7;7.4;14.5;3.1;6.42;0;5.03;24676
+73088;44.30875;3.3176;849;20220530;22.6;5.1;13.8;1.5;7.32;1;4.54;27405
+73088;44.30875;3.3176;849;20220531;21.4;10.6;16;1.9;11.12;.7;3.9;21489
+73088;44.30875;3.3176;849;20220601;27.4;10;18.7;1.7;11.82;0;5.14;27445
+73088;44.30875;3.3176;849;20220602;27;14.8;20.9;2.7;11.02;.3;5.37;22960
+73088;44.30875;3.3176;849;20220603;26.7;15.9;21.3;2.9;11.42;0;5.3;21620
+73088;44.30875;3.3176;849;20220604;27.1;14.8;20.9;3.3;14.22;2.7;5.23;23142
+73088;44.30875;3.3176;849;20220605;21.8;15.5;18.6;2.3;13.62;0;3.55;16473
+73088;44.30875;3.3176;849;20220606;25.9;10.5;18.2;2.5;12.52;.2;5.02;26030
+73088;44.30875;3.3176;849;20220607;20.9;12.6;16.7;2.9;12.12;0;3.81;19028
+73088;44.30875;3.3176;849;20220608;15.7;9.4;12.5;1.7;11.82;2;2.59;16548
+73088;44.30875;3.3176;849;20220609;17.7;9.1;13.4;3.2;10.22;0;3.43;19428
+73088;44.30875;3.3176;849;20220610;27;10.1;18.5;3.8;10.22;0;6.09;27434
+73088;44.30875;3.3176;849;20220611;31.8;13.6;22.7;3.3;10.12;0;7.15;28515
+73088;44.30875;3.3176;849;20220612;30.9;14;22.4;1.5;11.82;.1;5.66;27489
+73088;44.30875;3.3176;849;20220613;29.6;16.5;23;1.9;14.22;0;5.33;24174
+73088;44.30875;3.3176;849;20220614;33;12.8;22.9;1.9;13.12;.1;6.4;30140
+73088;44.30875;3.3176;849;20220615;32.1;17.3;24.7;2;13.42;.1;5.98;25756
+73088;44.30875;3.3176;849;20220616;34.5;15.6;25;1.2;13.82;0;6.06;29175
+73088;44.30875;3.3176;849;20220617;36.4;19.6;28;2.7;10.82;0;7.56;27495
+73088;44.30875;3.3176;849;20220618;32;18.1;25;3.3;11.72;.1;6.89;24980
+73088;44.30875;3.3176;849;20220619;28.2;19.3;23.7;5.3;12.12;0;6.68;19910
+73088;44.30875;3.3176;849;20220620;28.1;18.7;23.4;4.1;10.82;0;6.33;20475
+73088;44.30875;3.3176;849;20220621;28.7;14.8;21.7;2.4;15.72;1.2;5.29;24988
+73088;44.30875;3.3176;849;20220622;24.4;16.4;20.4;2.8;16.52;18.4;4;18855
+73088;44.30875;3.3176;849;20220623;22.1;15;18.5;2;16.32;22.2;3.36;17735
+73088;44.30875;3.3176;849;20220624;20;12.8;16.4;1.6;13.42;5.7;3.24;17857
+73088;44.30875;3.3176;849;20220625;24.4;9.9;17.1;2;13.52;7.5;4.5;25504
+73088;44.30875;3.3176;849;20220626;24.6;13.9;19.2;1.8;16.32;0;4.07;21839
+73088;44.30875;3.3176;849;20220627;21.5;13.1;17.3;2.4;14.52;0;3.55;19290
+73088;44.30875;3.3176;849;20220628;24;11.8;17.9;2.9;11.82;0;4.72;23315
+73088;44.30875;3.3176;849;20220629;27.9;11.3;19.6;1.7;11.92;.4;5.27;27243
+73088;44.30875;3.3176;849;20220630;18.9;13.2;16;1.9;13.92;2.4;2.87;15777
+73088;44.30875;3.3176;849;20220701;21.9;9;15.4;2.5;10.92;0;4.28;23918
+73088;44.30875;3.3176;849;20220702;29.8;8.1;18.9;1.9;10.82;0;5.98;31109
+73088;44.30875;3.3176;849;20220703;30.5;14.6;22.5;1.2;14.42;0;5.27;26535
+73088;44.30875;3.3176;849;20220704;27.7;15.8;21.7;2;16.32;.2;4.75;22869
+73088;44.30875;3.3176;849;20220705;27.5;14.6;21;2.6;14.02;0;5.16;23792
+73088;44.30875;3.3176;849;20220706;27;12.8;19.9;3.2;10.92;0;5.69;24943
+73088;44.30875;3.3176;849;20220707;25.1;12.1;18.6;3.9;10.72;0;5.44;23808
+73088;44.30875;3.3176;849;20220708;27.7;14;20.8;3.8;10.82;0;6.11;24407
+73088;44.30875;3.3176;849;20220709;30.4;14;22.2;3.5;10.12;0;6.81;26693
+73088;44.30875;3.3176;849;20220710;29.6;15.4;22.5;3.4;11.62;0;6.29;24759
+73088;44.30875;3.3176;849;20220711;31.9;13.2;22.5;2.5;12.82;0;6.37;28414
+73088;44.30875;3.3176;849;20220712;31;14.7;22.8;1.8;14.12;0;5.61;26442
+73088;44.30875;3.3176;849;20220713;31;14.1;22.5;1.6;11.12;0;5.64;26869
+73088;44.30875;3.3176;849;20220714;32.7;15;23.8;1.4;12.32;0;5.74;27441
+73088;44.30875;3.3176;849;20220715;32.6;20.2;26.4;3.1;12.32;0;6.61;22843
+73088;44.30875;3.3176;849;20220716;34.2;16.7;25.4;3.4;11.42;0;7.47;27143
+73088;44.30875;3.3176;849;20220717;34.8;17.4;26.1;3.1;9.72;0;7.51;26990
+73088;44.30875;3.3176;849;20220718;34.2;15.8;25;2.1;13.32;0;6.42;27687
+73088;44.30875;3.3176;849;20220719;32;20.4;26.2;2.5;11.32;.3;6.04;21834
+73088;44.30875;3.3176;849;20220720;25.6;16.8;21.2;1.6;13.42;0;4.1;18905
+73088;44.30875;3.3176;849;20220721;31.7;14;22.8;1.8;12.72;0;5.74;26900
+73088;44.30875;3.3176;849;20220722;33.5;15.2;24.3;2.1;13.52;1.6;6.21;27270
+73088;44.30875;3.3176;849;20220723;28;15.2;21.6;2.4;14.62;0;4.94;22662
+73088;44.30875;3.3176;849;20220724;34.1;14.9;24.5;2.3;12.42;0;6.52;27752
+73088;44.30875;3.3176;849;20220725;26.6;16.5;21.5;1.9;14.22;0;4.35;19942
+73088;44.30875;3.3176;849;20220726;24.5;14.9;19.7;2.6;12.92;0;4.29;19360
+73088;44.30875;3.3176;849;20220727;27.6;11.9;19.7;2.5;10.72;0;5.32;24779
+73088;44.30875;3.3176;849;20220728;28.8;10.4;19.6;1.1;10.92;.1;4.86;26755
+73088;44.30875;3.3176;849;20220729;26.5;14.5;20.5;1.4;14.32;1.5;4.19;21441
+73088;44.30875;3.3176;849;20220730;28.7;14.2;21.4;2.5;12.92;0;5.24;23512
+73088;44.30875;3.3176;849;20220731;30.8;14.3;22.5;2.2;11.42;0;5.66;25003
+73088;44.30875;3.3176;849;20220801;32.7;17.8;25.2;3.1;11.52;0;6.54;23637
+73088;44.30875;3.3176;849;20220802;32.6;17;24.8;2.5;12.12;0;6.05;24088
+73088;44.30875;3.3176;849;20220803;32.8;19.9;26.3;2.1;11.52;0;5.66;21768
+73088;44.30875;3.3176;849;20220804;33.5;17.3;25.4;1.4;11.32;0;5.34;24330
+73088;44.30875;3.3176;849;20220805;30.5;16.5;23.5;2;14.82;.8;5.04;22481
+73088;44.30875;3.3176;849;20220806;30.6;16.1;23.3;3.7;14.32;0;5.93;22775
+73088;44.30875;3.3176;849;20220807;30.7;16;23.3;3.5;10.92;0;6.28;22821
+73088;44.30875;3.3176;849;20220808;32.1;15.6;23.8;3.2;9.42;0;6.59;24080
+73088;44.30875;3.3176;849;20220809;32.6;14.8;23.7;1.6;9.12;0;5.41;24897
+73088;44.30875;3.3176;849;20220810;32.4;18.4;25.4;1.9;9.92;0;5.41;21916
+73088;44.30875;3.3176;849;20220811;32;15.6;23.8;1.5;11.92;0;5.06;23626
+73088;44.30875;3.3176;849;20220812;33.8;16.5;25.1;1.3;12.92;0;5.12;24144
+73088;44.30875;3.3176;849;20220813;34.4;17.9;26.1;1.2;12.42;6.3;5.02;23437
+73088;44.30875;3.3176;849;20220814;22.5;19.1;20.8;2.4;18.22;19;2.53;10352
+73088;44.30875;3.3176;849;20220815;24;14.3;19.1;1.3;13.72;0;3.38;17666
+73088;44.30875;3.3176;849;20220816;27.2;11.8;19.5;2.1;13.82;1.9;4.35;22234
+73088;44.30875;3.3176;849;20220817;23.3;14.8;19;2;16.02;9.6;3.15;16312
+73088;44.30875;3.3176;849;20220818;19;13.6;16.3;2.2;14.72;3.3;2.35;12837
+73088;44.30875;3.3176;849;20220819;21.3;13.5;17.4;2;14.72;.1;2.85;15413
+73088;44.30875;3.3176;849;20220820;24.9;13.4;19.1;2.1;14.52;0;3.66;18683
+73088;44.30875;3.3176;849;20220821;25.4;13.7;19.5;2.5;13.42;.1;3.97;18726
+73088;44.30875;3.3176;849;20220822;22.8;14.1;18.4;1.8;15.12;.1;3.03;15983
+73088;44.30875;3.3176;849;20220823;26.8;15.4;21.1;2.3;15.12;0;3.95;18232
+73088;44.30875;3.3176;849;20220824;31.8;12.9;22.3;1.6;13.72;0;4.76;23434
+73088;44.30875;3.3176;849;20220825;28.8;14.7;21.7;1.5;14.72;.8;4.03;20044
+73088;44.30875;3.3176;849;20220826;26.3;15.5;20.9;2.3;15.92;.6;3.69;17366
+73088;44.30875;3.3176;849;20220827;26.2;14.7;20.4;2.5;14.12;0;3.91;17804
+73088;44.30875;3.3176;849;20220828;29.3;11.1;20.2;1.2;12.62;.1;4.07;22341
+73088;44.30875;3.3176;849;20220829;29.1;14.3;21.7;1.6;14.52;.6;4.04;19957
+73088;44.30875;3.3176;849;20220830;28;14.2;21.1;1.5;14.72;.2;3.76;19111
+73088;44.30875;3.3176;849;20220831;27;13.4;20.2;2.9;13.22;0;4.25;18824
+73088;44.30875;3.3176;849;20220901;27.2;11.7;19.4;1.5;13.12;.2;3.72;19968
+73088;44.30875;3.3176;849;20220902;24.2;13.4;18.8;1;14.62;12.7;2.91;16468
+73088;44.30875;3.3176;849;20220903;23.1;13.7;18.4;1;16.12;11.6;2.63;15213
+73088;44.30875;3.3176;849;20220904;25.2;14.5;19.8;1.4;16.42;0;2.99;16126
+73088;44.30875;3.3176;849;20220905;24.4;16.3;20.3;2.1;16.82;0;2.89;13861
+73088;44.30875;3.3176;849;20220906;25;16;20.5;1.9;17.22;2.2;2.91;14511
+73088;44.30875;3.3176;849;20220907;24.8;14.8;19.8;2.2;16.62;4.1;3;15188
+73088;44.30875;3.3176;849;20220908;21;11;16;2.2;12.42;.4;2.74;15057
+73088;44.30875;3.3176;849;20220909;17.3;11.4;14.3;1.9;12.72;.4;1.96;11368
+73088;44.30875;3.3176;849;20220910;20.9;9.5;15.2;1.8;11.32;0;2.72;15823
+73088;44.30875;3.3176;849;20220911;27.3;8.1;17.7;1.5;10.22;0;3.64;20474
+73088;44.30875;3.3176;849;20220912;27.2;11.9;19.5;1.3;14.42;0;3.23;18067
+73088;44.30875;3.3176;849;20220913;24.1;15.6;19.8;2.9;18.22;5;2.61;13238
+73088;44.30875;3.3176;849;20220914;22.1;15.6;18.8;2.4;17.02;8.1;2.26;11416
+73088;44.30875;3.3176;849;20220915;23.8;11.9;17.8;1.3;13.92;.1;2.66;15446
+73088;44.30875;3.3176;849;20220916;20;13.3;16.6;1.8;12.62;0;2.27;11376
+73088;44.30875;3.3176;849;20220917;15.5;7.8;11.6;3.1;7.82;0;2.5;12107
+73088;44.30875;3.3176;849;20220918;21.5;4.6;13;3.7;6.52;0;3.93;17959
+73088;44.30875;3.3176;849;20220919;20.9;7.2;14;3.8;7.72;0;3.64;15969
+73088;44.30875;3.3176;849;20220920;21.9;6.5;14.2;4.3;7.52;0;4.02;16787
+73088;44.30875;3.3176;849;20220921;22.3;6.9;14.6;2.9;7.92;0;3.47;16617
+73088;44.30875;3.3176;849;20220922;21.9;7.7;14.8;.8;10.62;.1;2.29;15777
+73088;44.30875;3.3176;849;20220923;18.6;8.5;13.5;1.6;12.02;10.8;1.96;13104
+73088;44.30875;3.3176;849;20220924;17.4;10.2;13.8;1.6;11.92;0;1.78;10883
+73088;44.30875;3.3176;849;20220925;15.1;8.6;11.8;1.6;10.32;.5;1.63;10210
+73088;44.30875;3.3176;849;20220926;13.2;5.7;9.4;2.4;9.62;2.6;1.49;10879
+73088;44.30875;3.3176;849;20220927;11.6;7.7;9.6;4.1;10.12;9.4;1.22;7644
+73088;44.30875;3.3176;849;20220928;14.2;9.1;11.6;4.5;12.02;11.3;1.27;8704
+73088;44.30875;3.3176;849;20220929;13.1;7;10;2.9;9.92;1.2;1.43;9451
+73088;44.30875;3.3176;849;20220930;11.4;6.1;8.7;2;8.42;0;1.36;8682
+73088;44.30875;3.3176;849;20221001;13.3;3.7;8.5;1.8;10.92;2.6;1.17;11694
+73088;44.30875;3.3176;849;20221002;17.8;12.7;15.2;1.9;13.62;.2;1.54;8314
+73088;44.30875;3.3176;849;20221003;20.7;9.3;15;2.7;11.32;.1;2.36;12491
+73088;44.30875;3.3176;849;20221004;22.2;6.4;14.3;.5;10.12;.1;1.85;14608
+73088;44.30875;3.3176;849;20221005;18.5;7.8;13.1;1.7;11.92;.2;1.7;11808
+73088;44.30875;3.3176;849;20221006;20.8;10.9;15.8;1.4;12.82;.1;1.84;11209
+73088;44.30875;3.3176;849;20221007;18.4;10.3;14.3;1.2;12.52;2.6;1.53;9979
+73088;44.30875;3.3176;849;20221008;17.3;9.8;13.5;1.5;12.42;.6;1.43;9471
+73088;44.30875;3.3176;849;20221009;18.5;6.1;12.3;1.6;11.12;.1;1.65;12148
+73088;44.30875;3.3176;849;20221010;20.4;8.6;14.5;.8;12.12;.1;1.59;11696
+73088;44.30875;3.3176;849;20221011;19.1;7.5;13.3;.4;11.62;.1;1.39;11451
+73088;44.30875;3.3176;849;20221012;17.5;10.2;13.8;.3;11.92;.9;1.2;8887
+73088;44.30875;3.3176;849;20221013;16.2;7.7;11.9;.7;11.82;6.3;1.19;9502
+73088;44.30875;3.3176;849;20221014;14.6;11.8;13.2;2.2;13.72;.9;.89;5209
+73088;44.30875;3.3176;849;20221015;22.5;8.4;15.4;.9;12.32;.1;1.65;12050
+73088;44.30875;3.3176;849;20221016;18.7;11.4;15;2.9;14.32;.2;1.4;8445
+73088;44.30875;3.3176;849;20221017;17.4;14.8;16.1;3.9;14.22;.4;1.49;4808
+73088;44.30875;3.3176;849;20221018;20.4;12.5;16.4;1.4;14.52;.3;1.41;8577
+73088;44.30875;3.3176;849;20221019;19;8.3;13.6;1.5;14.02;3.5;1.22;9920
+73088;44.30875;3.3176;849;20221020;16.9;14;15.4;3.9;15.82;9.7;.93;4899
+73088;44.30875;3.3176;849;20221021;20.2;15.1;17.6;3.3;14.52;.4;1.8;6544
+73088;44.30875;3.3176;849;20221022;21.6;9.4;15.5;1;12.32;.1;1.43;10213
+73088;44.30875;3.3176;849;20221023;18.1;12.6;15.3;2.5;13.92;.6;1.29;6632
+73088;44.30875;3.3176;849;20221024;19.1;12;15.5;1.6;12.32;.1;1.4;7491
+73088;44.30875;3.3176;849;20221025;19.9;8.9;14.4;1.6;10.82;.1;1.52;9301
+73088;44.30875;3.3176;849;20221026;21.5;10.3;15.9;.9;13.52;.2;1.26;9265
+73088;44.30875;3.3176;849;20221027;21.4;11.9;16.6;1.1;13.92;0;1.28;8387
+73088;44.30875;3.3176;849;20221028;21.4;10.8;16.1;1.1;11.82;0;1.36;8765
+73088;44.30875;3.3176;849;20221029;20.6;11.5;16;1.8;8.62;0;1.87;7983
+73088;44.30875;3.3176;849;20221030;20.7;9.9;15.3;2;11.02;0;1.64;8617
+73088;44.30875;3.3176;849;20221031;17.8;9.5;13.6;2.9;12.52;4.9;1.25;7403
+73088;44.30875;3.3176;849;20221101;16.4;11.5;13.9;1.8;12.12;.1;1.08;5516
+73088;44.30875;3.3176;849;20221102;16;6.5;11.2;1.3;8.72;.1;1.11;7739
+73088;44.30875;3.3176;849;20221103;13.7;6.1;9.9;1.9;9.82;3.5;.91;6786
+73088;44.30875;3.3176;849;20221104;6.4;6.2;6.3;3.3;8.22;7.1;.62;739
+73088;44.30875;3.3176;849;20221105;10;3.7;6.8;2.7;6.82;0;1.09;5978
+73088;44.30875;3.3176;849;20221106;16.4;.8;8.6;1.5;5.32;0;1.33;9519
+73088;44.30875;3.3176;849;20221107;15.9;3.2;9.5;1.8;8.12;.1;1.14;8437
+73088;44.30875;3.3176;849;20221108;13.7;7.4;10.5;3.8;11.32;5.2;.76;5743
+73088;44.30875;3.3176;849;20221109;15.7;10.9;13.3;1.5;12.42;1.6;.83;4894
+73088;44.30875;3.3176;849;20221110;14.2;6.4;10.3;1.5;9.32;.1;.87;6270
+73088;44.30875;3.3176;849;20221111;18;6.1;12;2;10.72;0;1.07;7742
+73088;44.30875;3.3176;849;20221112;19.2;6.3;12.7;.4;9.52;0;.69;7975
+73088;44.30875;3.3176;849;20221113;18.1;6.4;12.2;1;8.32;0;.95;7481
+73088;44.30875;3.3176;849;20221114;11.6;9.5;10.5;2.2;10.42;2.7;.76;2891
+73088;44.30875;3.3176;849;20221115;13.8;8.8;11.3;1.5;11.22;4.8;.68;4627
+73088;44.30875;3.3176;849;20221116;13.1;5.8;9.4;1.2;9.22;.6;.68;5607
+73088;44.30875;3.3176;849;20221117;12.2;6.1;9.1;2.9;10.12;4.7;.65;5028
+73088;44.30875;3.3176;849;20221118;7.1;5.1;6.1;2.7;7.92;.6;.61;2667
+73088;44.30875;3.3176;849;20221119;7.2;1.9;4.5;1.8;6.62;0;.61;4546
+73088;44.30875;3.3176;849;20221120;6.3;-.5;2.9;1.9;6.22;.5;.51;5144
+73088;44.30875;3.3176;849;20221121;7;1.2;4.1;2.4;7.22;9.8;.47;4665
+73088;44.30875;3.3176;849;20221122;4.2;2.3;3.2;3.6;7.12;5.4;.37;2463
+73088;44.30875;3.3176;849;20221123;8.8;3.3;6;1.5;8.42;4;.43;4430
+73088;44.30875;3.3176;849;20221124;11.4;5.1;8.2;1.6;8.22;.2;.68;4719
+73088;44.30875;3.3176;849;20221125;8;3.1;5.5;1.6;7.82;2.9;.46;4069
+73088;44.30875;3.3176;849;20221126;8.1;2.1;5.1;2.8;6.12;.1;.87;4500
+73088;44.30875;3.3176;849;20221127;11.8;.1;5.9;.9;5.02;2.9;.61;6385
+73088;44.30875;3.3176;849;20221128;6.1;3.6;4.8;1.1;7.92;3.5;.38;2701
+73088;44.30875;3.3176;849;20221129;6.8;1.8;4.3;1.9;6.52;.1;.56;3953
+73088;44.30875;3.3176;849;20221130;7.3;.5;3.9;2.6;6.02;.1;.69;4636
+73088;44.30875;3.3176;849;20221201;5.8;1.9;3.8;2.9;5.72;0;.79;3380
+73088;44.30875;3.3176;849;20221202;2.9;0;1.4;1.3;5.32;2.4;.45;2832
+73088;44.30875;3.3176;849;20221203;5.1;-.1;2.5;1.4;6.62;10.8;.32;3901
+73088;44.30875;3.3176;849;20221204;4.3;2.8;3.5;1.3;6.42;3.7;.48;1887
+73088;44.30875;3.3176;849;20221205;9.9;-4.4;2.7;.3;4.82;.2;.22;6644
+73088;44.30875;3.3176;849;20221206;11.6;-2.3;4.6;.6;4.32;.5;.39;6500
+73088;44.30875;3.3176;849;20221207;8.7;-1.3;3.7;1.3;4.52;.3;.63;5416
+73088;44.30875;3.3176;849;20221208;9;-3.3;2.8;.5;5.92;5.6;.26;6016
+73088;44.30875;3.3176;849;20221209;7.8;4.5;6.1;1.4;9.42;1.1;.26;2899
+73088;44.30875;3.3176;849;20221210;1.3;2.7;2;2.8;5.82;0;.58;0
+73088;44.30875;3.3176;849;20221211;5.8;-7.9;-1.1;2.5;2.72;0;.94;6274
+73088;44.30875;3.3176;849;20221212;4.2;-6.4;-1.1;1;3.52;15.4;.39;5446
+73088;44.30875;3.3176;849;20221213;7.5;-1.1;3.2;2.2;8.32;7.3;.05;4845
+73088;44.30875;3.3176;849;20221214;9.6;5.7;7.6;1.2;9.22;1.9;.4;3116
+73088;44.30875;3.3176;849;20221215;7.5;2.2;4.8;2.2;8.32;17.8;.25;3690
+73088;44.30875;3.3176;849;20221216;6.2;2.5;4.3;3.1;6.62;0;.62;3007
+73088;44.30875;3.3176;849;20221217;7.2;-5;1.1;3.4;3.32;0;1.19;5787
+73088;44.30875;3.3176;849;20221218;7.3;-3.7;1.8;2.1;5.32;0;.51;5465
+73088;44.30875;3.3176;849;20221219;10.6;6.7;8.6;5.3;9.12;.5;.85;3083
+73088;44.30875;3.3176;849;20221220;10.7;8.6;9.6;3.8;9.72;.8;.81;2151
+73088;44.30875;3.3176;849;20221221;11.5;8.3;9.9;1.3;9.52;1;.59;2752
+73088;44.30875;3.3176;849;20221222;10.4;4.4;7.4;3.9;10.62;12.9;.06;3922
+73088;44.30875;3.3176;849;20221223;12.2;9.3;10.7;2.4;11.82;.2;.44;2603
+73088;44.30875;3.3176;849;20221224;14;9;11.5;.5;10.22;.1;.45;3552
+73088;44.30875;3.3176;849;20221225;12.5;4.4;8.4;1.2;8.72;.1;.47;4642
+73088;44.30875;3.3176;849;20221226;13.1;5.5;9.3;1.3;9.72;.1;.46;4494
+73088;44.30875;3.3176;849;20221227;10.8;3.9;7.3;1;7.92;.1;.45;4274
+73088;44.30875;3.3176;849;20221228;11.8;1.7;6.7;.9;7.72;0;.39;5275
+73088;44.30875;3.3176;849;20221229;10.5;1.2;5.8;.8;8.42;2.4;.28;5063
+73088;44.30875;3.3176;849;20221230;9.9;3.5;6.7;.9;8.72;.8;.34;4147
+73088;44.30875;3.3176;849;20221231;13.6;7.2;10.4;1.6;9.52;0;.66;4166
+73089;44.32839;3.62942;857;20220101;18.9;7;13;3.1;4.98;.1;2.24;6322
+73089;44.32839;3.62942;857;20220102;14.4;5.9;10.1;4.1;5.83;0;2.01;3870
+73089;44.32839;3.62942;857;20220103;11.1;4.2;7.7;3.6;7.98;0;.84;4760
+73089;44.32839;3.62942;857;20220104;11.9;4.1;8;2.1;7.68;3.1;.55;4209
+73089;44.32839;3.62942;857;20220105;.4;.4;.4;10.2;4.48;.6;.93;1650
+73089;44.32839;3.62942;857;20220106;1.7;-1.9;-.1;7.8;3.63;0;1.15;5277
+73089;44.32839;3.62942;857;20220107;1.3;-5.4;-2.1;7;4.48;2;.44;4318
+73089;44.32839;3.62942;857;20220108;5.2;-.5;2.3;8.2;6.78;6.5;.24;3751
+73089;44.32839;3.62942;857;20220109;1.8;.3;1;6.7;6.13;4.3;.22;1724
+73089;44.32839;3.62942;857;20220110;2.7;.6;1.7;5.5;5.13;.9;.72;3054
+73089;44.32839;3.62942;857;20220111;3.6;-3.8;-.1;5.5;3.53;.1;1.09;6151
+73089;44.32839;3.62942;857;20220112;4.8;-4.5;.2;3.5;2.98;0;1.19;6959
+73089;44.32839;3.62942;857;20220113;10.6;-3.5;3.6;2.8;3.13;.1;1.37;7422
+73089;44.32839;3.62942;857;20220114;13.3;-2.2;5.5;3.1;2.83;0;1.84;7570
+73089;44.32839;3.62942;857;20220115;11.4;0;5.7;4;2.88;0;2.08;6970
+73089;44.32839;3.62942;857;20220116;8.6;-2.2;3.2;5.3;3.08;0;1.86;6995
+73089;44.32839;3.62942;857;20220117;6.8;-.6;3.1;5.3;4.98;0;1.15;6933
+73089;44.32839;3.62942;857;20220118;10.5;-.7;4.9;2.5;4.63;0;1.1;6990
+73089;44.32839;3.62942;857;20220119;3.9;-2.4;.8;4.8;5.18;.1;.54;4105
+73089;44.32839;3.62942;857;20220120;3.9;-.5;1.7;7.2;4.63;.2;1.08;5030
+73089;44.32839;3.62942;857;20220121;1.6;-2.6;-.5;7.1;3.38;0;1.21;6257
+73089;44.32839;3.62942;857;20220122;4.8;-3.9;.5;4.5;3.98;0;1.06;7486
+73089;44.32839;3.62942;857;20220123;13.7;-1.6;6;2.2;4.53;0;1.29;8389
+73089;44.32839;3.62942;857;20220124;13.5;-.4;6.6;2.3;3.93;0;1.48;7916
+73089;44.32839;3.62942;857;20220125;13.9;.5;7.2;2.6;4.13;0;1.6;8279
+73089;44.32839;3.62942;857;20220126;13.8;.6;7.2;4.3;3.33;0;2.35;8489
+73089;44.32839;3.62942;857;20220127;12.8;.8;6.8;4.6;2.78;0;2.54;8575
+73089;44.32839;3.62942;857;20220128;10.5;.3;5.4;6.8;3.73;0;2.49;8532
+73089;44.32839;3.62942;857;20220129;11.9;1.4;6.7;5.4;4.13;0;2.25;8293
+73089;44.32839;3.62942;857;20220130;9.3;2.1;5.7;7.2;5.88;.2;1.57;8050
+73089;44.32839;3.62942;857;20220131;5.3;-2.3;1.5;10.9;5.28;.2;.91;4968
+73089;44.32839;3.62942;857;20220201;2.9;-2.2;.3;11.1;4.88;0;.8;4647
+73089;44.32839;3.62942;857;20220202;10.1;2.1;6.1;9.5;6.78;0;1.34;8241
+73089;44.32839;3.62942;857;20220203;17.2;1.3;9.2;3.7;4.23;0;2.56;8589
+73089;44.32839;3.62942;857;20220204;6.5;.8;3.6;6.8;6.58;.3;.63;4711
+73089;44.32839;3.62942;857;20220205;8;2.3;5.1;6.6;5.08;.1;1.58;8149
+73089;44.32839;3.62942;857;20220206;4.5;-3.4;.5;8.8;5.63;1.4;.52;6072
+73089;44.32839;3.62942;857;20220207;6.6;2.3;4.4;9.6;5.88;.5;1.31;8007
+73089;44.32839;3.62942;857;20220208;15;-1.1;7;3.4;3.78;0;2.26;10873
+73089;44.32839;3.62942;857;20220209;11.1;.5;5.8;2.5;5.43;0;1.28;8958
+73089;44.32839;3.62942;857;20220210;14;-.6;6.7;2.3;5.52;0;1.73;11500
+73089;44.32839;3.62942;857;20220211;7.5;3.4;5.4;2.7;5.02;0;1.34;8900
+73089;44.32839;3.62942;857;20220212;8.9;-3.9;2.5;3.3;4.82;1.5;1.27;9500
+73089;44.32839;3.62942;857;20220213;5.4;3.8;4.6;3.8;7.12;24;.68;1900
+73089;44.32839;3.62942;857;20220214;6.5;5.3;5.9;3.3;7.72;8.5;.75;3400
+73089;44.32839;3.62942;857;20220215;4.2;.7;2.4;3;6.32;.9;.62;5800
+73089;44.32839;3.62942;857;20220216;8.4;2.5;5.5;8.5;8.58;4;.34;5407
+73089;44.32839;3.62942;857;20220217;13.1;6.8;9.9;8.7;9.98;1;1.04;7634
+73089;44.32839;3.62942;857;20220218;17.4;6.1;11.8;5.2;9.03;0;2.07;11029
+73089;44.32839;3.62942;857;20220219;6.7;1.9;4.3;6.6;4.93;0;1.59;8203
+73089;44.32839;3.62942;857;20220220;7.2;-.6;3.3;9.1;6.43;1.6;.91;6484
+73089;44.32839;3.62942;857;20220221;6;4.6;5.3;11;6.48;2.1;1.31;5323
+73089;44.32839;3.62942;857;20220222;9.4;1.4;5.4;9;5.98;.1;1.72;10169
+73089;44.32839;3.62942;857;20220223;15.1;3.2;9.2;4.2;6.53;.1;2.09;12227
+73089;44.32839;3.62942;857;20220224;12.6;3.8;8.2;4.3;7.28;.1;1.48;9268
+73089;44.32839;3.62942;857;20220225;6;1.5;3.8;7.3;4.68;0;1.78;10785
+73089;44.32839;3.62942;857;20220226;9.6;-1.2;4.2;4.3;3.63;0;2.12;12828
+73089;44.32839;3.62942;857;20220227;10;-1.1;4.4;2.3;5.33;0;1.34;11577
+73089;44.32839;3.62942;857;20220228;12.2;-.7;5.7;3.5;5.33;0;1.81;12949
+73089;44.32839;3.62942;857;20220301;11.7;.6;6.2;3.2;5.13;0;1.76;11608
+73089;44.32839;3.62942;857;20220302;7.5;-1.1;3.2;3.3;6.83;.2;.62;6423
+73089;44.32839;3.62942;857;20220303;14.7;3.5;9.1;2.7;7.83;0;1.5;10956
+73089;44.32839;3.62942;857;20220304;10.2;4;7.1;5.1;6.88;0;1.54;7200
+73089;44.32839;3.62942;857;20220305;10.8;.2;5.5;4.4;4.68;0;2.13;13921
+73089;44.32839;3.62942;857;20220306;9.2;-3.5;2.9;3.1;3.33;0;1.95;14426
+73089;44.32839;3.62942;857;20220307;9.6;-4.1;2.8;2.3;3.83;0;1.69;14454
+73089;44.32839;3.62942;857;20220308;6.1;-2.4;1.8;2.5;5.73;.4;.89;8051
+73089;44.32839;3.62942;857;20220309;6.3;1.3;3.8;2.8;6.88;.1;.72;5193
+73089;44.32839;3.62942;857;20220310;6.1;4.3;5.2;3.9;7.68;11.5;.6;3702
+73089;44.32839;3.62942;857;20220311;4.9;4.5;4.7;6.6;7.53;20;.48;1776
+73089;44.32839;3.62942;857;20220312;3.8;2.1;2.9;6.9;6.63;40.9;.53;4807
+73089;44.32839;3.62942;857;20220313;3.5;2.6;3.1;5.7;6.33;45.2;.68;3198
+73089;44.32839;3.62942;857;20220314;7;-.4;3.3;6.1;7.68;8.7;.38;6551
+73089;44.32839;3.62942;857;20220315;7.5;6.4;6.9;6.8;8.88;.8;.53;2206
+73089;44.32839;3.62942;857;20220316;12.8;6.1;9.5;3.2;9.08;0;1.29;8145
+73089;44.32839;3.62942;857;20220317;11.9;5.9;8.9;3.7;8.63;.1;1.47;8487
+73089;44.32839;3.62942;857;20220318;10.9;4.6;7.7;2.6;7.72;.2;1.41;7900
+73089;44.32839;3.62942;857;20220319;14.7;2.9;8.8;1.9;6.12;.1;2.28;16300
+73089;44.32839;3.62942;857;20220320;7.5;2.3;4.9;3.8;6.32;2.7;1.16;3700
+73089;44.32839;3.62942;857;20220321;9.3;3.3;6.3;3.9;5.72;.5;1.97;10900
+73089;44.32839;3.62942;857;20220322;9.9;2.4;6.1;4.2;4.42;.1;2.65;16700
+73089;44.32839;3.62942;857;20220323;12.4;2.6;7.5;3.6;3.92;0;3.14;20300
+73089;44.32839;3.62942;857;20220324;15.5;0;7.7;3.2;4.12;0;3.26;20700
+73089;44.32839;3.62942;857;20220325;16.4;1.3;8.8;2.5;3.62;0;3.17;18500
+73089;44.32839;3.62942;857;20220326;17.2;2.4;9.8;2.8;4.32;0;3.41;20200
+73089;44.32839;3.62942;857;20220327;17.4;2.5;9.9;3;4.82;0;3.44;20100
+73089;44.32839;3.62942;857;20220328;17.2;3.2;10.2;3.3;4.32;0;3.6;18700
+73089;44.32839;3.62942;857;20220329;14.8;7.4;11.1;2.7;6.22;3.1;2.7;13200
+73089;44.32839;3.62942;857;20220330;10.5;5.1;7.8;1.6;8.42;.8;1.11;5700
+73089;44.32839;3.62942;857;20220331;7.1;2.8;4.9;3.2;7.02;1.3;1.12;7000
+73089;44.32839;3.62942;857;20220401;.1;-2.3;-1.1;6;4.42;2.2;1.08;12200
+73089;44.32839;3.62942;857;20220402;-1.8;-3.9;-2.9;4.4;3.82;.1;.82;6200
+73089;44.32839;3.62942;857;20220403;-.7;-4.1;-2.4;3.7;3.82;0;.9;6800
+73089;44.32839;3.62942;857;20220404;11.4;-4.1;3.6;1.8;4.32;0;2.49;23100
+73089;44.32839;3.62942;857;20220405;14.6;-2.6;6;2.5;6.32;0;2.64;21900
+73089;44.32839;3.62942;857;20220406;17;3.7;10.3;2.5;8.12;1.5;2.63;16400
+73089;44.32839;3.62942;857;20220407;9.5;5.1;7.3;5;9.32;9;.86;5700
+73089;44.32839;3.62942;857;20220408;14.3;7.5;10.9;5.8;9.12;.5;2.24;9200
+73089;44.32839;3.62942;857;20220409;8.7;1;4.8;5.1;5.02;0;2.45;17100
+73089;44.32839;3.62942;857;20220410;16.8;-2.2;7.3;2.4;4.22;.4;3.49;24400
+73089;44.32839;3.62942;857;20220411;8.7;5;6.8;3.8;7.02;2.2;1.39;4300
+73089;44.32839;3.62942;857;20220412;11.5;6.3;8.9;4.2;5.62;0;2.52;7600
+73089;44.32839;3.62942;857;20220413;18.7;8.1;13.4;2.5;6.32;0;3.64;19100
+73089;44.32839;3.62942;857;20220414;21.4;5.8;13.6;2.6;8.82;.2;3.73;21600
+73089;44.32839;3.62942;857;20220415;21.9;8.5;15.2;2.7;9.72;0;4.09;24000
+73089;44.32839;3.62942;857;20220416;19.9;7.4;13.6;3.3;8.12;0;4.16;24400
+73089;44.32839;3.62942;857;20220417;23;3.7;13.3;2.5;5.42;0;4.64;26000
+73089;44.32839;3.62942;857;20220418;18.9;3.7;11.3;2.2;7.82;0;3.57;24200
+73089;44.32839;3.62942;857;20220419;18.3;2.3;10.3;1.5;7.62;.8;2.63;16100
+73089;44.32839;3.62942;857;20220420;12.5;8.2;10.3;2;8.72;27.2;1.46;5000
+73089;44.32839;3.62942;857;20220421;13.1;6.6;9.8;.8;10.12;5.3;1.24;6500
+73089;44.32839;3.62942;857;20220422;18.9;4.4;11.6;1.8;9.02;2.2;2.95;18700
+73089;44.32839;3.62942;857;20220423;9.7;7.7;8.7;3.5;8.12;21.2;1.37;3500
+73089;44.32839;3.62942;857;20220424;10.7;1;5.8;2;8.82;8.6;.99;6800
+73089;44.32839;3.62942;857;20220425;16.1;3.7;9.9;2;8.12;0;2.83;19300
+73089;44.32839;3.62942;857;20220426;20.1;1.9;11;2.2;7.62;0;3.8;25000
+73089;44.32839;3.62942;857;20220427;23.1;5.8;14.4;2;8.82;0;4.13;24100
+73089;44.32839;3.62942;857;20220428;22.1;8.2;15.1;1.4;10.22;1.6;3.27;18400
+73089;44.32839;3.62942;857;20220429;22.5;5.5;14;1.4;9.32;.2;3.68;22600
+73089;44.32839;3.62942;857;20220430;17.6;7.5;12.5;3.2;8.52;0;3.81;23700
+73089;44.32839;3.62942;857;20220501;19.6;3.6;11.6;1.7;6.72;0;4.01;27000
+73089;44.32839;3.62942;857;20220502;20;4.9;12.4;2.3;8.92;2.4;3.27;18300
+73089;44.32839;3.62942;857;20220503;16.7;9;12.8;1.6;9.92;2.1;2.07;9700
+73089;44.32839;3.62942;857;20220504;18.4;4.9;11.6;1.5;10.32;4.4;2.77;18100
+73089;44.32839;3.62942;857;20220505;13.8;7.2;10.5;2.6;9.02;.5;2.34;14000
+73089;44.32839;3.62942;857;20220506;12.9;7.4;10.2;6.8;8.48;0;2.37;11372
+73089;44.32839;3.62942;857;20220507;17.8;6.9;12.4;5.8;8.73;0;3.76;20394
+73089;44.32839;3.62942;857;20220508;17.6;8.3;12.9;4;9.28;.8;3.27;17413
+73089;44.32839;3.62942;857;20220509;20.8;7.3;14;2.5;9.98;.3;3.41;18933
+73089;44.32839;3.62942;857;20220510;23.5;8.9;16.2;1.9;11.28;0;3.92;22120
+73089;44.32839;3.62942;857;20220511;22.6;9.8;16.2;3.1;10.93;0;4.39;24226
+73089;44.32839;3.62942;857;20220512;21.8;9.5;15.7;3.1;10.63;0;4.06;22017
+73089;44.32839;3.62942;857;20220513;23.5;8.3;15.9;2;10.48;2.7;3.88;20824
+73089;44.32839;3.62942;857;20220514;25.6;10.7;18.2;2.9;13.08;0;4.49;23663
+73089;44.32839;3.62942;857;20220515;21;12.8;16.9;3.9;11.43;0;4.12;21029
+73089;44.32839;3.62942;857;20220516;25.5;11;18.2;2.7;10.28;.1;4.88;24659
+73089;44.32839;3.62942;857;20220517;27.8;12.1;19.9;2.8;12.08;0;5.23;25579
+73089;44.32839;3.62942;857;20220518;27.9;14.2;21;2.7;12.93;.2;5.06;22906
+73089;44.32839;3.62942;857;20220519;23.6;14.1;18.9;4.4;11.98;0;4.83;22589
+73089;44.32839;3.62942;857;20220520;23.8;15.4;19.6;4.8;10.68;0;5.35;22881
+73089;44.32839;3.62942;857;20220521;30.6;12.5;21.5;1.8;11.98;0;5.31;25203
+73089;44.32839;3.62942;857;20220522;30.5;16.3;23.4;2.8;14.08;.1;5.56;22714
+73089;44.32839;3.62942;857;20220523;18.5;14.9;16.7;4.1;14.13;.2;2.28;10342
+73089;44.32839;3.62942;857;20220524;16.5;8.6;12.6;6;9.63;.1;2.83;16295
+73089;44.32839;3.62942;857;20220525;18.5;7.3;12.9;6.4;8.63;0;4.28;23434
+73089;44.32839;3.62942;857;20220526;20.7;7.5;14.1;6.6;9.38;0;5.04;26501
+73089;44.32839;3.62942;857;20220527;25.6;10.2;17.9;5.3;10.93;0;5.92;27760
+73089;44.32839;3.62942;857;20220528;22.3;10.1;16.2;6.6;9.33;0;5.63;26178
+73089;44.32839;3.62942;857;20220529;21;7.6;14.3;4.4;6.58;0;5.41;27324
+73089;44.32839;3.62942;857;20220530;22.3;6.2;14.2;2.6;7.48;.7;4.68;25563
+73089;44.32839;3.62942;857;20220531;22.6;10.1;16.4;2.6;11.08;1.9;3.88;19684
+73089;44.32839;3.62942;857;20220601;25.7;10.3;18;3;11.98;0;4.88;24381
+73089;44.32839;3.62942;857;20220602;25.7;13.7;19.7;3.6;12.03;.2;4.96;22415
+73089;44.32839;3.62942;857;20220603;26;16.4;21.2;3.7;11.83;.1;5.32;22040
+73089;44.32839;3.62942;857;20220604;25.8;15;20.4;3.9;14.53;.7;5.05;24390
+73089;44.32839;3.62942;857;20220605;23.3;15.4;19.3;4.9;13.58;.1;4.8;22736
+73089;44.32839;3.62942;857;20220606;27.1;9.8;18.4;3.8;11.73;.2;5.33;25253
+73089;44.32839;3.62942;857;20220607;21.6;12.3;16.9;5.4;11.53;0;4.3;20672
+73089;44.32839;3.62942;857;20220608;16.9;9.7;13.3;4.7;11.58;1.2;2.32;12388
+73089;44.32839;3.62942;857;20220609;18.6;8.4;13.5;7.4;9.53;0;4.29;23231
+73089;44.32839;3.62942;857;20220610;26.3;9.5;17.9;6;9.98;0;6.55;29075
+73089;44.32839;3.62942;857;20220611;31.5;11.6;21.5;2.6;9.03;0;6.65;29635
+73089;44.32839;3.62942;857;20220612;31.3;15.4;23.4;2.7;10.68;.2;6.27;25458
+73089;44.32839;3.62942;857;20220613;29;15.9;22.5;4.3;13.63;.1;6.11;24055
+73089;44.32839;3.62942;857;20220614;32.7;14.7;23.7;3.2;12.83;0;6.52;26936
+73089;44.32839;3.62942;857;20220615;32.4;17.5;24.9;2.9;13.68;.4;6.08;23396
+73089;44.32839;3.62942;857;20220616;34.4;16.5;25.4;2.9;13.53;0;6.93;27463
+73089;44.32839;3.62942;857;20220617;34.6;17.9;26.3;3.5;10.93;0;7.83;27921
+73089;44.32839;3.62942;857;20220618;30.6;19.5;25;4.1;11.33;.6;7.07;24471
+73089;44.32839;3.62942;857;20220619;27.2;18.7;23;6.3;12.98;0;6.67;24564
+73089;44.32839;3.62942;857;20220620;26.6;16.2;21.4;5.1;12.78;0;5.92;25437
+73089;44.32839;3.62942;857;20220621;25.8;16;20.9;3.1;16.28;1.3;4.25;20252
+73089;44.32839;3.62942;857;20220622;23.7;16.2;20;3.6;16.68;22.1;3.43;16494
+73089;44.32839;3.62942;857;20220623;21.1;14.9;18;2.9;16.68;22.7;2.67;13967
+73089;44.32839;3.62942;857;20220624;21.6;12.2;16.9;4.1;12.88;4.7;4.03;21418
+73089;44.32839;3.62942;857;20220625;23.6;10.8;17.2;3.4;12.83;12.2;4.35;23026
+73089;44.32839;3.62942;857;20220626;24;14.3;19.2;3.1;16.38;0;3.85;20446
+73089;44.32839;3.62942;857;20220627;22;13.9;18;5.3;14.18;.1;3.78;17981
+73089;44.32839;3.62942;857;20220628;22.7;11.8;17.3;5.3;11.63;0;5.18;26224
+73089;44.32839;3.62942;857;20220629;28.1;10.5;19.3;2.6;11.38;.5;5.74;28718
+73089;44.32839;3.62942;857;20220630;21.4;14.2;17.8;3.4;13.43;3.4;3.68;17519
+73089;44.32839;3.62942;857;20220701;22.3;8.2;15.3;4.8;10.43;0;4.97;27737
+73089;44.32839;3.62942;857;20220702;29.5;9.9;19.7;2.7;10.33;0;6.01;28596
+73089;44.32839;3.62942;857;20220703;31.1;15.7;23.4;2.4;13.18;.6;5.89;25616
+73089;44.32839;3.62942;857;20220704;28.5;17;22.7;3.2;15.63;1.3;5.25;22139
+73089;44.32839;3.62942;857;20220705;26.4;14.3;20.3;5.1;13.53;0;5.88;26285
+73089;44.32839;3.62942;857;20220706;25.7;13.1;19.4;4.5;10.73;0;6.01;26517
+73089;44.32839;3.62942;857;20220707;24.6;11.4;18;6.3;10.33;0;6.15;26850
+73089;44.32839;3.62942;857;20220708;27;13.9;20.5;6.1;10.03;0;7.2;27604
+73089;44.32839;3.62942;857;20220709;29.4;13;21.2;3.1;9.53;0;6.61;28712
+73089;44.32839;3.62942;857;20220710;28.5;13.9;21.2;3.5;10.93;0;6.36;27296
+73089;44.32839;3.62942;857;20220711;32.2;14;23.1;2.5;11.78;0;6.17;26858
+73089;44.32839;3.62942;857;20220712;32.2;15.7;24;1.9;13.43;0;5.91;26956
+73089;44.32839;3.62942;857;20220713;31.5;15.9;23.7;2;10.58;0;5.96;26443
+73089;44.32839;3.62942;857;20220714;33.8;16.2;25;2.8;13.03;0;6.7;27053
+73089;44.32839;3.62942;857;20220715;32.7;17.7;25.2;3.6;12.08;0;7.14;26802
+73089;44.32839;3.62942;857;20220716;33.3;17;25.1;3;10.78;0;7.09;27077
+73089;44.32839;3.62942;857;20220717;33;15.7;24.3;2.6;9.83;0;6.56;27497
+73089;44.32839;3.62942;857;20220718;32.9;16.9;24.9;3;12.48;0;6.63;25979
+73089;44.32839;3.62942;857;20220719;31.1;21.6;26.4;4.1;11.88;.1;7.07;23389
+73089;44.32839;3.62942;857;20220720;28.2;18.4;23.3;3.4;13.28;0;5.51;21428
+73089;44.32839;3.62942;857;20220721;32.9;14.2;23.6;2.9;12.33;0;6.49;27588
+73089;44.32839;3.62942;857;20220722;33.9;16.3;25.1;3.1;13.28;1.5;6.36;23588
+73089;44.32839;3.62942;857;20220723;30.5;15.8;23.2;5.1;15.38;0;6.43;25485
+73089;44.32839;3.62942;857;20220724;34.4;15.4;24.9;2.7;12.68;0;6.55;27252
+73089;44.32839;3.62942;857;20220725;28.8;17.8;23.3;4.8;14.28;0;5.78;20239
+73089;44.32839;3.62942;857;20220726;27.1;15;21;6.4;12.03;0;6.38;24473
+73089;44.32839;3.62942;857;20220727;27.8;11.4;19.6;4.8;9.98;0;6.49;26758
+73089;44.32839;3.62942;857;20220728;28.3;12.1;20.2;2.7;11.03;0;5.05;21643
+73089;44.32839;3.62942;857;20220729;26.9;15.4;21.2;2.9;14.23;1.9;4.25;17095
+73089;44.32839;3.62942;857;20220730;28.3;13.7;21;3.8;11.43;0;5.91;24492
+73089;44.32839;3.62942;857;20220731;31.1;15;23;4.1;10.68;0;6.9;25458
+73089;44.32839;3.62942;857;20220801;32.3;16.8;24.6;4.3;10.98;0;7.33;25985
+73089;44.32839;3.62942;857;20220802;33.2;16.7;24.9;3.4;11.78;0;6.8;25953
+73089;44.32839;3.62942;857;20220803;32.9;17.9;25.4;2.9;11.63;0;6.27;22880
+73089;44.32839;3.62942;857;20220804;33.2;17.9;25.6;2.4;11.03;0;6.02;23946
+73089;44.32839;3.62942;857;20220805;32.5;17.3;24.9;3.8;14.03;1.4;6.08;20728
+73089;44.32839;3.62942;857;20220806;29.7;15.6;22.7;3.7;14.03;0;5.62;21885
+73089;44.32839;3.62942;857;20220807;29.7;16.1;22.9;3.5;10.43;0;6.26;24523
+73089;44.32839;3.62942;857;20220808;30.9;14.2;22.6;2.5;9.33;0;6.04;26006
+73089;44.32839;3.62942;857;20220809;32.8;15.7;24.2;2.7;9.28;0;6.2;24303
+73089;44.32839;3.62942;857;20220810;31.5;17.3;24.4;2.5;10.38;0;5.47;20184
+73089;44.32839;3.62942;857;20220811;32.9;16.6;24.7;2.6;12.58;0;5.7;22178
+73089;44.32839;3.62942;857;20220812;34.8;16.9;25.9;3.4;13.13;0;6.68;23938
+73089;44.32839;3.62942;857;20220813;34.7;17.9;26.3;2.6;13.43;5.4;6.12;23233
+73089;44.32839;3.62942;857;20220814;21.2;17.1;19.1;3.2;17.58;23.3;2.63;13159
+73089;44.32839;3.62942;857;20220815;25.1;13.4;19.2;4.3;13.23;0;4.33;19440
+73089;44.32839;3.62942;857;20220816;27;12.7;19.8;3.6;13.38;.5;4.65;20829
+73089;44.32839;3.62942;857;20220817;22.7;14.1;18.4;3.2;15.13;20.5;2.75;13266
+73089;44.32839;3.62942;857;20220818;20.1;12.5;16.3;6.1;14.28;2.5;2.29;11289
+73089;44.32839;3.62942;857;20220819;22.3;13.4;17.9;7.1;14.28;.1;3.78;18133
+73089;44.32839;3.62942;857;20220820;24.9;14.3;19.6;5.1;14.13;0;4.56;20560
+73089;44.32839;3.62942;857;20220821;24.4;13.1;18.8;4.9;12.58;0;4.3;18115
+73089;44.32839;3.62942;857;20220822;23.1;14.3;18.7;5.6;14.13;.1;3.7;16333
+73089;44.32839;3.62942;857;20220823;26.2;15.4;20.8;5.3;14.68;0;4.86;20432
+73089;44.32839;3.62942;857;20220824;30.4;15;22.7;2.7;13.43;0;5.02;21996
+73089;44.32839;3.62942;857;20220825;29.1;14.9;22;3.3;14.88;1.4;4.63;19967
+73089;44.32839;3.62942;857;20220826;26;15.3;20.6;4.7;15.23;.5;4.32;18347
+73089;44.32839;3.62942;857;20220827;25.5;14;19.7;3.3;13.88;0;4.05;18586
+73089;44.32839;3.62942;857;20220828;28.5;12.9;20.7;1.8;12.78;0;4.27;22025
+73089;44.32839;3.62942;857;20220829;28.2;15.9;22;2.5;15.08;.2;3.97;16943
+73089;44.32839;3.62942;857;20220830;28.1;16.2;22.1;2.5;16.43;1.2;3.78;16854
+73089;44.32839;3.62942;857;20220831;25.8;12.9;19.4;3.5;13.08;0;4.12;18301
+73089;44.32839;3.62942;857;20220901;27.4;13.8;20.6;3.4;13.18;.3;4.33;17961
+73089;44.32839;3.62942;857;20220902;24.1;14.1;19.1;2;13.93;11.8;2.79;12245
+73089;44.32839;3.62942;857;20220903;23.1;13.7;18.4;2.1;15.78;3.8;2.72;15451
+73089;44.32839;3.62942;857;20220904;24.6;14.5;19.5;3;16.68;.1;3.1;16574
+73089;44.32839;3.62942;857;20220905;23.9;17.2;20.6;3.8;17.78;.3;2.62;12938
+73089;44.32839;3.62942;857;20220906;23.4;16.6;20;2.9;17.63;1.3;2.29;10798
+73089;44.32839;3.62942;857;20220907;23.3;15.3;19.3;3.6;16.73;4.6;2.69;13290
+73089;44.32839;3.62942;857;20220908;21.7;10.8;16.2;4.5;12.28;.2;3.19;15760
+73089;44.32839;3.62942;857;20220909;18.8;11.1;14.9;4.7;12.48;.2;2.2;10456
+73089;44.32839;3.62942;857;20220910;21.3;8.7;15;4.7;11.13;0;3.24;16850
+73089;44.32839;3.62942;857;20220911;27.1;9.7;18.4;2.3;10.63;0;3.91;19814
+73089;44.32839;3.62942;857;20220912;27.5;11.9;19.7;2.5;14.38;.3;3.52;18016
+73089;44.32839;3.62942;857;20220913;22.3;16.8;19.6;4;18.98;15.2;1.62;8148
+73089;44.32839;3.62942;857;20220914;20.8;16.6;18.7;3.4;17.33;4.8;1.71;8639
+73089;44.32839;3.62942;857;20220915;23.7;12.2;18;4.5;13.83;0;3.15;13719
+73089;44.32839;3.62942;857;20220916;20.3;13.3;16.8;6;12.33;0;3.16;13231
+73089;44.32839;3.62942;857;20220917;14.7;6.7;10.7;5.8;7.68;0;2.91;16115
+73089;44.32839;3.62942;857;20220918;21.7;5;13.3;3.6;6.33;0;3.91;19038
+73089;44.32839;3.62942;857;20220919;19.6;7.3;13.4;5.1;7.33;0;3.96;16983
+73089;44.32839;3.62942;857;20220920;20.8;6.1;13.5;4.5;6.93;0;3.93;17859
+73089;44.32839;3.62942;857;20220921;21.3;6.5;13.9;3.2;7.58;0;3.31;16829
+73089;44.32839;3.62942;857;20220922;22;7.1;14.5;1.8;9.83;.1;2.72;16619
+73089;44.32839;3.62942;857;20220923;17;8.8;12.9;2.3;12.03;10.6;1.62;10042
+73089;44.32839;3.62942;857;20220924;18.3;10;14.2;2.7;12.03;0;1.93;11734
+73089;44.32839;3.62942;857;20220925;15.8;8;11.9;4.6;10.33;.6;1.92;10704
+73089;44.32839;3.62942;857;20220926;14.6;6.8;10.7;6.3;9.38;2;1.86;10741
+73089;44.32839;3.62942;857;20220927;12;7.4;9.7;8;9.63;3.7;1.3;7784
+73089;44.32839;3.62942;857;20220928;15.3;9;12.1;7.1;11.88;7.4;1.4;9247
+73089;44.32839;3.62942;857;20220929;13.8;6.8;10.3;5.2;9.63;1;1.43;8811
+73089;44.32839;3.62942;857;20220930;11.6;5.5;8.6;6;8.03;0;1.52;8011
+73089;44.32839;3.62942;857;20221001;13.9;4.6;9.3;7.1;10.48;1.3;.98;7460
+73089;44.32839;3.62942;857;20221002;19.8;12.2;16;6;13.18;.1;2.34;11977
+73089;44.32839;3.62942;857;20221003;20.6;8.6;14.6;3.5;10.98;0;2.64;15086
+73089;44.32839;3.62942;857;20221004;22.5;7;14.8;2.4;10.83;.1;2.47;14794
+73089;44.32839;3.62942;857;20221005;18.7;8.4;13.6;2.8;11.53;.2;1.9;12144
+73089;44.32839;3.62942;857;20221006;20.3;9.7;15;2.8;11.93;0;2.19;12930
+73089;44.32839;3.62942;857;20221007;19;9.5;14.3;1.8;12.18;3;1.72;10968
+73089;44.32839;3.62942;857;20221008;17;10.3;13.7;1.8;12.28;1;1.34;7981
+73089;44.32839;3.62942;857;20221009;18.5;7.3;12.9;2.2;11.08;.1;1.75;12686
+73089;44.32839;3.62942;857;20221010;20.6;9.4;15;2;12.08;.1;1.85;11733
+73089;44.32839;3.62942;857;20221011;21;8.4;14.7;1.4;11.73;0;1.76;12178
+73089;44.32839;3.62942;857;20221012;20.2;11;15.6;2.3;11.93;1.2;1.66;9323
+73089;44.32839;3.62942;857;20221013;16.7;8.5;12.6;3.7;11.58;5.3;1.4;7268
+73089;44.32839;3.62942;857;20221014;15.5;11.3;13.4;6;13.33;.6;.84;4813
+73089;44.32839;3.62942;857;20221015;22.4;10.3;16.3;3.6;12.63;1.4;2.16;12324
+73089;44.32839;3.62942;857;20221016;17.3;12.2;14.8;4.7;14.43;2.4;.92;4270
+73089;44.32839;3.62942;857;20221017;16.3;14.1;15.2;5.4;14.33;4.5;.97;3397
+73089;44.32839;3.62942;857;20221018;20.6;13.3;16.9;2.1;14.48;.1;1.51;10039
+73089;44.32839;3.62942;857;20221019;19.1;9.8;14.5;2.7;13.38;5.9;1.26;8283
+73089;44.32839;3.62942;857;20221020;16.4;14.4;15.4;5.5;15.68;28.7;.65;2276
+73089;44.32839;3.62942;857;20221021;18.6;14.5;16.6;4.1;14.73;.7;1.32;6445
+73089;44.32839;3.62942;857;20221022;19.7;10.9;15.3;2.9;12.73;0;1.63;9657
+73089;44.32839;3.62942;857;20221023;17.1;13.8;15.4;5.3;15.08;1.2;.84;2983
+73089;44.32839;3.62942;857;20221024;19.9;13.9;16.9;2.7;13.63;.1;1.5;7338
+73089;44.32839;3.62942;857;20221025;19.4;8.9;14.2;3.2;10.93;0;1.73;8724
+73089;44.32839;3.62942;857;20221026;20.4;12;16.2;2.7;14.28;.1;1.29;7270
+73089;44.32839;3.62942;857;20221027;21.4;12.7;17;2.8;14.23;.1;1.37;7354
+73089;44.32839;3.62942;857;20221028;21.1;12;16.5;2.7;12.18;0;1.69;7346
+73089;44.32839;3.62942;857;20221029;20.3;12.2;16.3;3.1;8.73;.1;2.36;7947
+73089;44.32839;3.62942;857;20221030;19;13.2;16.1;4;10.98;1.1;1.76;8127
+73089;44.32839;3.62942;857;20221031;16;12.4;14.2;5.1;13.03;14.3;.92;3369
+73089;44.32839;3.62942;857;20221101;18;11.9;14.9;4.3;12.08;.1;1.55;8062
+73089;44.32839;3.62942;857;20221102;16.6;6;11.3;3.8;8.53;0;1.71;8822
+73089;44.32839;3.62942;857;20221103;12.1;5.7;8.9;4.8;9.33;3.8;.89;3926
+73089;44.32839;3.62942;857;20221104;6.7;5.3;6;8.8;7.88;4.8;.71;2711
+73089;44.32839;3.62942;857;20221105;9.7;3.3;6.5;8.1;6.18;0;1.66;8640
+73089;44.32839;3.62942;857;20221106;16.2;3.1;9.6;3;4.83;0;2.03;9097
+73089;44.32839;3.62942;857;20221107;16.2;4.7;10.4;4.3;8.03;0;1.62;8724
+73089;44.32839;3.62942;857;20221108;12.3;8.5;10.4;4.8;11.13;14.1;.61;2685
+73089;44.32839;3.62942;857;20221109;15.2;11.9;13.6;4.3;12.53;3.3;.91;3780
+73089;44.32839;3.62942;857;20221110;14.1;7.1;10.6;4.4;9.23;.1;1.31;7414
+73089;44.32839;3.62942;857;20221111;15.1;6.9;11;3.3;10.78;.1;.81;7019
+73089;44.32839;3.62942;857;20221112;19.3;7.5;13.4;2.4;9.58;0;1.41;7237
+73089;44.32839;3.62942;857;20221113;15.8;7.9;11.9;3.1;8.68;.1;1.52;5116
+73089;44.32839;3.62942;857;20221114;10;8.8;9.4;3.6;10.38;7;.51;600
+73089;44.32839;3.62942;857;20221115;11.9;9;10.5;2.8;11.03;4.7;.57;2202
+73089;44.32839;3.62942;857;20221116;12.1;6.1;9.1;2.7;9.13;.6;.73;5328
+73089;44.32839;3.62942;857;20221117;11.7;6.1;8.9;5.6;9.83;4;.66;3643
+73089;44.32839;3.62942;857;20221118;7.7;4.9;6.3;7.5;7.53;.6;.86;3489
+73089;44.32839;3.62942;857;20221119;6.4;.9;3.6;6.3;6.18;.1;.83;5118
+73089;44.32839;3.62942;857;20221120;6.6;0;3.3;6.9;5.98;.4;.74;6131
+73089;44.32839;3.62942;857;20221121;6.4;.8;3.6;4.4;6.73;7.9;.59;2838
+73089;44.32839;3.62942;857;20221122;5;1.9;3.4;8.5;6.63;3;.48;3073
+73089;44.32839;3.62942;857;20221123;8.8;2.5;5.6;5.1;7.88;2.2;.57;3492
+73089;44.32839;3.62942;857;20221124;11.3;2.8;7;3.9;7.53;0;.87;5330
+73089;44.32839;3.62942;857;20221125;8.1;4.4;6.2;4.8;7.73;5.5;.72;3406
+73089;44.32839;3.62942;857;20221126;9.1;3.3;6.2;5.8;5.58;0;1.51;5250
+73089;44.32839;3.62942;857;20221127;10.6;2.4;6.5;3.3;5.43;1.8;1.22;5265
+73089;44.32839;3.62942;857;20221128;6.3;5.5;5.9;3.5;8.13;4.1;.47;750
+73089;44.32839;3.62942;857;20221129;5.6;1.7;3.6;6.5;6.18;.1;.73;3856
+73089;44.32839;3.62942;857;20221130;7.4;.6;4;3.9;5.78;.1;.89;4939
+73089;44.32839;3.62942;857;20221201;5.2;1.6;3.4;3;5.53;0;.7;3955
+73089;44.32839;3.62942;857;20221202;3.4;-.7;1.3;1.6;5.28;2.1;.42;3325
+73089;44.32839;3.62942;857;20221203;3.7;0;1.8;2.5;6.48;13.8;.28;1894
+73089;44.32839;3.62942;857;20221204;4.3;2.5;3.4;3;6.58;6.3;.45;1770
+73089;44.32839;3.62942;857;20221205;7.4;-3.6;1.9;1.2;4.73;.2;.41;7640
+73089;44.32839;3.62942;857;20221206;10.7;-1.4;4.6;2.6;3.83;.5;1.26;6279
+73089;44.32839;3.62942;857;20221207;8.2;-.8;3.7;4.9;4.18;.4;1.4;5659
+73089;44.32839;3.62942;857;20221208;6.4;-3.1;1.7;2;4.83;7.4;.66;3597
+73089;44.32839;3.62942;857;20221209;8.4;3.5;6;2.8;8.68;.9;.34;2886
+73089;44.32839;3.62942;857;20221210;2;2.1;2.1;7;5.53;0;.63;2350
+73089;44.32839;3.62942;857;20221211;4.9;-8;-1.5;4.5;2.53;0;1.22;6188
+73089;44.32839;3.62942;857;20221212;3.4;-4.9;-.7;3.7;3.13;12.8;1.08;4168
+73089;44.32839;3.62942;857;20221213;5.7;-2.2;1.8;2.8;7.13;7.6;.11;3178
+73089;44.32839;3.62942;857;20221214;8.5;3.4;6;2.3;8.73;2.2;.32;2850
+73089;44.32839;3.62942;857;20221215;7.1;2.8;5;2.8;8.18;25.2;.29;2128
+73089;44.32839;3.62942;857;20221216;7.3;2.4;4.8;3.4;6.28;0;.73;4241
+73089;44.32839;3.62942;857;20221217;8.4;-5.4;1.5;3.8;2.93;0;1.43;6685
+73089;44.32839;3.62942;857;20221218;6.5;-2;2.2;4;5.43;3.2;.7;3787
+73089;44.32839;3.62942;857;20221219;9.2;5.3;7.2;6.1;9.03;6.2;.4;1882
+73089;44.32839;3.62942;857;20221220;9.8;8.3;9;6.8;9.88;4.2;.55;1239
+73089;44.32839;3.62942;857;20221221;11;8.1;9.6;4.1;9.73;.7;.56;3808
+73089;44.32839;3.62942;857;20221222;11.4;5.9;8.6;8.6;9.78;3.8;.51;3022
+73089;44.32839;3.62942;857;20221223;12;9;10.5;7.3;11.53;.2;.46;2275
+73089;44.32839;3.62942;857;20221224;13.5;9;11.2;3.4;10.08;.1;.83;3692
+73089;44.32839;3.62942;857;20221225;11.3;4.9;8.1;3;8.78;.1;.58;3666
+73089;44.32839;3.62942;857;20221226;12.7;6.6;9.7;2.9;9.58;0;.65;4090
+73089;44.32839;3.62942;857;20221227;10.7;3.1;6.9;4.2;7.63;0;.7;4807
+73089;44.32839;3.62942;857;20221228;11.7;2;6.8;2.4;8.03;0;.47;4869
+73089;44.32839;3.62942;857;20221229;9.5;4.1;6.8;2.3;8.63;2;.43;2581
+73089;44.32839;3.62942;857;20221230;9.1;3.9;6.5;1.7;8.83;.5;.38;2741
+73089;44.32839;3.62942;857;20221231;11.3;6.4;8.9;3.9;9.78;2.8;.42;3720
+73090;44.34709;3.94143;445;20220101;18.5;11.3;14.9;.9;7.31;.2;.91;4224
+73090;44.34709;3.94143;445;20220102;6;4.1;5.1;.8;8.21;.1;.36;1803
+73090;44.34709;3.94143;445;20220103;16.4;6.9;11.7;1.2;8.71;0;.75;5027
+73090;44.34709;3.94143;445;20220104;9.1;5.8;7.5;1.1;9.61;2.6;.38;2663
+73090;44.34709;3.94143;445;20220105;4.7;6.1;5.4;6.1;4.71;.4;2;0
+73090;44.34709;3.94143;445;20220106;5.5;2.5;4;7.2;3.91;0;2.09;2544
+73090;44.34709;3.94143;445;20220107;9;-.7;4.2;2.3;4.21;.9;1.08;5239
+73090;44.34709;3.94143;445;20220108;10;4.5;7.3;2.5;7.11;2.5;.9;3785
+73090;44.34709;3.94143;445;20220109;8;5.8;6.9;3.1;6.01;1.5;1.27;2129
+73090;44.34709;3.94143;445;20220110;7.7;5.1;6.4;5.6;5.11;0;1.92;2408
+73090;44.34709;3.94143;445;20220111;6.6;3.4;5;5.8;3.81;0;2.16;2786
+73090;44.34709;3.94143;445;20220112;5.6;.4;3;3.4;3.81;0;1.33;3804
+73090;44.34709;3.94143;445;20220113;7.2;-1.5;2.9;1.6;3.61;0;.87;5202
+73090;44.34709;3.94143;445;20220114;12.4;1.2;6.8;1.2;4.01;0;.9;6070
+73090;44.34709;3.94143;445;20220115;11.8;4.6;8.2;1.3;3.61;0;1.13;4764
+73090;44.34709;3.94143;445;20220116;13.5;1.6;7.6;4.2;3.51;0;2.45;6417
+73090;44.34709;3.94143;445;20220117;10.6;6.5;8.6;6.6;5.11;0;2.63;3487
+73090;44.34709;3.94143;445;20220118;10.5;4.1;7.3;2.2;5.11;0;1.27;4605
+73090;44.34709;3.94143;445;20220119;9.3;2.8;6.1;2;5.51;0;1;4704
+73090;44.34709;3.94143;445;20220120;8.7;3.7;6.2;6.6;4.81;.1;2.18;4081
+73090;44.34709;3.94143;445;20220121;5.2;1.3;3.3;5.5;3.71;0;1.81;3560
+73090;44.34709;3.94143;445;20220122;7.2;.9;4.1;5.3;4.21;0;1.76;4797
+73090;44.34709;3.94143;445;20220123;10.1;1.2;5.7;1.6;5.11;0;.94;5923
+73090;44.34709;3.94143;445;20220124;10.7;.8;5.8;1;5.61;0;.7;6370
+73090;44.34709;3.94143;445;20220125;10.4;2.6;6.5;1.5;6.31;0;.83;5641
+73090;44.34709;3.94143;445;20220126;15.8;4.1;10;3;3.81;0;2.3;7176
+73090;44.34709;3.94143;445;20220127;14.8;5.1;10;2.6;3.11;0;2.2;6551
+73090;44.34709;3.94143;445;20220128;12.2;7.5;9.9;8.8;4.01;0;3.96;4385
+73090;44.34709;3.94143;445;20220129;16.3;8.2;12.3;6.6;3.91;0;4.18;6082
+73090;44.34709;3.94143;445;20220130;12.9;9.1;11;6.2;5.81;.1;2.98;3978
+73090;44.34709;3.94143;445;20220131;10.9;3.4;7.2;4.6;4.81;0;2.11;5987
+73090;44.34709;3.94143;445;20220201;8.8;2.3;5.6;7;4.81;0;2.15;5599
+73090;44.34709;3.94143;445;20220202;12.5;7.5;10;5.6;7.11;0;2.15;4885
+73090;44.34709;3.94143;445;20220203;13.4;5.2;9.3;1.9;6.01;0;1.38;6567
+73090;44.34709;3.94143;445;20220204;13.5;5.2;9.4;1.8;6.61;.1;1.27;6705
+73090;44.34709;3.94143;445;20220205;11.4;7.1;9.3;4.5;5.11;0;2.4;4677
+73090;44.34709;3.94143;445;20220206;11.2;1.2;6.2;2.7;5.21;.5;1.47;7648
+73090;44.34709;3.94143;445;20220207;10.7;7.7;9.2;6.4;5.51;.3;2.68;3896
+73090;44.34709;3.94143;445;20220208;14.2;3.3;8.8;2.1;3.81;0;1.84;8247
+73090;44.34709;3.94143;445;20220209;11.1;3.9;7.5;1.2;6.41;0;.98;6652
+73090;44.34709;3.94143;445;20220210;6.6;4.1;5.4;.8;7.26;.1;.95;10827
+73090;44.34709;3.94143;445;20220211;11.6;1.2;6.4;3.9;5.66;0;1.96;8972
+73090;44.34709;3.94143;445;20220212;11.9;-1.5;5.2;1.8;5.36;.5;1.34;10356
+73090;44.34709;3.94143;445;20220213;7.1;4.6;5.9;1.6;7.76;27.7;.81;4390
+73090;44.34709;3.94143;445;20220214;8.7;4.8;6.8;2.3;9.26;11.6;.77;5622
+73090;44.34709;3.94143;445;20220215;10.4;.5;5.5;2.6;6.26;0;1.39;9230
+73090;44.34709;3.94143;445;20220216;11.6;5.4;8.5;2.1;8.31;2;1.08;6766
+73090;44.34709;3.94143;445;20220217;18.5;11.5;15;3.3;9.61;.2;2.27;7342
+73090;44.34709;3.94143;445;20220218;17.2;8.7;13;2.4;9.71;0;1.67;8285
+73090;44.34709;3.94143;445;20220219;10.6;7;8.8;4.2;5.11;0;2.32;5195
+73090;44.34709;3.94143;445;20220220;14.9;3.9;9.4;3.1;6.21;.4;2.08;9797
+73090;44.34709;3.94143;445;20220221;11.9;9.2;10.6;4.3;6.11;.9;2.4;4527
+73090;44.34709;3.94143;445;20220222;13.7;6.7;10.2;5.9;5.71;0;2.99;7874
+73090;44.34709;3.94143;445;20220223;15.1;9.2;12.2;3.5;7.21;0;2.33;7265
+73090;44.34709;3.94143;445;20220224;12.6;6.8;9.7;2.1;8.81;.1;1.25;7297
+73090;44.34709;3.94143;445;20220225;9.7;6.5;8.1;5.9;4.71;0;2.72;5294
+73090;44.34709;3.94143;445;20220226;11.8;3.8;7.8;3.7;4.21;0;2.44;8943
+73090;44.34709;3.94143;445;20220227;11.6;2;6.8;1.6;5.91;0;1.4;10003
+73090;44.34709;3.94143;445;20220228;13.9;3.9;8.9;1.4;6.71;0;1.49;10360
+73090;44.34709;3.94143;445;20220301;11.5;4.4;8;1.9;6.01;0;1.55;8721
+73090;44.34709;3.94143;445;20220302;7.9;3.6;5.8;1.1;7.81;.2;.84;6704
+73090;44.34709;3.94143;445;20220303;14.1;4.8;9.5;1.4;8.21;.1;1.42;10358
+73090;44.34709;3.94143;445;20220304;15.5;7.6;11.6;4.2;6.81;0;2.72;9609
+73090;44.34709;3.94143;445;20220305;14.8;6.6;10.7;4;4.21;0;3.19;9929
+73090;44.34709;3.94143;445;20220306;10.6;2;6.3;2.9;3.51;0;2.25;10316
+73090;44.34709;3.94143;445;20220307;11;-.4;5.3;2;4.01;0;1.84;12145
+73090;44.34709;3.94143;445;20220308;6.5;2.5;4.5;.9;5.91;.5;.97;6965
+73090;44.34709;3.94143;445;20220309;9.9;5.3;7.6;1.1;7.81;.3;1.11;7621
+73090;44.34709;3.94143;445;20220310;8.4;6.1;7.3;2.7;9.51;12.9;.72;5228
+73090;44.34709;3.94143;445;20220311;8.4;6.9;7.7;5.7;9.21;23.9;.85;4126
+73090;44.34709;3.94143;445;20220312;6.3;4.7;5.5;2.8;8.11;37.8;.72;4344
+73090;44.34709;3.94143;445;20220313;5.9;5;5.5;2.1;8.11;37;.65;3106
+73090;44.34709;3.94143;445;20220314;9.5;3.8;6.7;1.3;9.41;5.6;.97;9105
+73090;44.34709;3.94143;445;20220315;11.4;8.9;10.2;1.6;9.61;.1;1.17;5837
+73090;44.34709;3.94143;445;20220316;14.4;9.2;11.8;1.2;9.91;0;1.48;8866
+73090;44.34709;3.94143;445;20220317;14.5;9;11.8;3;9.41;.1;1.91;9246
+73090;44.34709;3.94143;445;20220318;14.3;9.1;11.7;5;9.06;.2;2.67;9712
+73090;44.34709;3.94143;445;20220319;17.2;2.9;10.1;1.4;7.96;0;2.28;16445
+73090;44.34709;3.94143;445;20220320;11.7;2.9;7.3;1.5;7.76;2.6;1.7;12982
+73090;44.34709;3.94143;445;20220321;12.9;6.1;9.5;2.5;6.86;.2;2.29;11501
+73090;44.34709;3.94143;445;20220322;14.6;-1.8;6.4;2.3;5.56;0;2.57;18186
+73090;44.34709;3.94143;445;20220323;16.1;-2.6;6.8;1.4;5.56;0;2.46;19635
+73090;44.34709;3.94143;445;20220324;19;-.7;9.2;1.6;5.26;0;2.95;20143
+73090;44.34709;3.94143;445;20220325;19.9;-1;9.5;1.4;5.06;0;2.95;20341
+73090;44.34709;3.94143;445;20220326;19.9;.2;10.1;1.7;6.16;0;3.1;20538
+73090;44.34709;3.94143;445;20220327;20.6;1.3;11;1.3;6.26;0;2.99;20735
+73090;44.34709;3.94143;445;20220328;20.3;1.5;10.9;1.7;5.76;0;3.26;20674
+73090;44.34709;3.94143;445;20220329;16.9;3.1;10;1.7;8.06;4.7;2.59;17844
+73090;44.34709;3.94143;445;20220330;14.9;7.4;11.2;1.2;10.56;.9;1.95;13212
+73090;44.34709;3.94143;445;20220331;15.7;3.2;9.5;3.2;7.56;.8;2.91;17288
+73090;44.34709;3.94143;445;20220401;7.1;3;5.1;6.4;4.76;.8;2.64;9884
+73090;44.34709;3.94143;445;20220402;5.9;1.5;3.7;6.6;3.96;0;2.68;10341
+73090;44.34709;3.94143;445;20220403;7.1;.7;3.9;6.9;4.26;0;2.77;12635
+73090;44.34709;3.94143;445;20220404;12.7;-.9;5.9;3.5;4.66;0;3.07;18696
+73090;44.34709;3.94143;445;20220405;16.1;-1.5;7.3;2.2;6.24;0;2.67;20300
+73090;44.34709;3.94143;445;20220406;17.5;5.4;11.5;2.1;9.56;1.5;2.81;17924
+73090;44.34709;3.94143;445;20220407;17.1;6.1;11.6;2.8;10.26;2.1;2.78;17222
+73090;44.34709;3.94143;445;20220408;20.7;9.5;15.1;2.8;9.46;.1;3.7;17524
+73090;44.34709;3.94143;445;20220409;13.7;7.7;10.7;4.4;5.16;0;3.74;12863
+73090;44.34709;3.94143;445;20220410;17.1;.7;8.9;2.6;5.26;.3;3.6;21602
+73090;44.34709;3.94143;445;20220411;14;1;7.5;2.7;8.06;1.5;2.57;19357
+73090;44.34709;3.94143;445;20220412;17;3.1;10.1;1.7;8.16;0;2.94;20180
+73090;44.34709;3.94143;445;20220413;20;3.4;11.7;1.5;8.36;0;3.35;22245
+73090;44.34709;3.94143;445;20220414;24.5;6.6;15.6;3.8;10.56;.1;4.85;23283
+73090;44.34709;3.94143;445;20220415;25.9;11.2;18.6;4.6;11.36;0;5.5;21232
+73090;44.34709;3.94143;445;20220416;22.2;8.1;15.1;5.5;9.07;0;5.32;22610
+73090;44.34709;3.94143;445;20220417;22.1;8.3;15.2;2.4;7.56;0;4.26;20863
+73090;44.34709;3.94143;445;20220418;23.4;3.8;13.6;1.8;6.96;0;4.28;24824
+73090;44.34709;3.94143;445;20220419;22.5;5.5;14;2.6;6.76;.1;4.61;23509
+73090;44.34709;3.94143;445;20220420;16;7.4;11.7;1.6;10.36;12.9;2.62;16762
+73090;44.34709;3.94143;445;20220421;19.8;9.3;14.6;.7;12.06;3.3;2.91;18672
+73090;44.34709;3.94143;445;20220422;21.5;6.4;14;2.1;10.26;3.1;3.84;22590
+73090;44.34709;3.94143;445;20220423;15.4;10;12.7;4.5;10.33;23.8;2.27;4766
+73090;44.34709;3.94143;445;20220424;13.8;5.5;9.7;1;10.66;6.5;2.29;16898
+73090;44.34709;3.94143;445;20220425;20.3;4.6;12.5;1.9;10.06;0;3.66;23481
+73090;44.34709;3.94143;445;20220426;20.7;4.9;12.8;2.9;9.76;0;4.05;23701
+73090;44.34709;3.94143;445;20220427;22.7;7.2;15;2.4;9.16;0;4.44;23613
+73090;44.34709;3.94143;445;20220428;24.7;6.2;15.5;1.7;10.26;1;4.47;25972
+73090;44.34709;3.94143;445;20220429;24.3;7;15.7;2.7;10.16;.2;4.84;25252
+73090;44.34709;3.94143;445;20220430;22.3;11.5;16.9;3.7;9.26;0;4.91;20012
+73090;44.34709;3.94143;445;20220501;21.5;8.7;15.1;4;8.16;0;5.03;21930
+73090;44.34709;3.94143;445;20220502;22.6;6.1;14.4;2;8.96;1.4;4.4;25068
+73090;44.34709;3.94143;445;20220503;22.3;10;16.2;1.3;11.66;1;3.77;21725
+73090;44.34709;3.94143;445;20220504;21.9;6.2;14.1;1.7;11.66;5.1;3.95;24705
+73090;44.34709;3.94143;445;20220505;19.4;10.2;14.8;4.8;9.86;.3;4.4;18949
+73090;44.34709;3.94143;445;20220506;18.2;12.1;15.2;6.8;9.31;0;4.23;14690
+73090;44.34709;3.94143;445;20220507;21.7;13.9;17.8;6;9.11;0;5.28;16797
+73090;44.34709;3.94143;445;20220508;21;14.6;17.8;4.3;10.71;1.3;4.2;15216
+73090;44.34709;3.94143;445;20220509;23.6;12.4;18;1.6;11.91;.6;3.86;20476
+73090;44.34709;3.94143;445;20220510;24.9;13.6;19.3;2;13.01;.1;4.15;20666
+73090;44.34709;3.94143;445;20220511;24.2;13;18.6;1.8;12.71;0;4;20663
+73090;44.34709;3.94143;445;20220512;23.7;11.7;17.7;1.8;12.61;0;3.97;21510
+73090;44.34709;3.94143;445;20220513;25.2;12.4;18.8;1.6;11.31;.4;4.3;22335
+73090;44.34709;3.94143;445;20220514;27.6;16.1;21.9;2.5;14.41;0;4.82;21218
+73090;44.34709;3.94143;445;20220515;24.6;14.4;19.5;1.6;13.61;.1;3.94;20018
+73090;44.34709;3.94143;445;20220516;26.1;13.3;19.7;1.5;11.81;0;4.41;22607
+73090;44.34709;3.94143;445;20220517;28.8;15.6;22.2;1.8;13.91;0;4.9;23057
+73090;44.34709;3.94143;445;20220518;30.6;18.8;24.7;2.9;14.81;.1;5.71;21838
+73090;44.34709;3.94143;445;20220519;26.3;16.7;21.5;1.8;13.71;0;4.31;19692
+73090;44.34709;3.94143;445;20220520;26.3;15.9;21.1;1.9;13.01;0;4.47;20600
+73090;44.34709;3.94143;445;20220521;30.8;16.3;23.6;1.8;14.21;0;5.37;24547
+73090;44.34709;3.94143;445;20220522;29.9;19.2;24.6;1.7;16.91;0;4.77;21045
+73090;44.34709;3.94143;445;20220523;24.6;16.4;20.5;2.4;15.71;0;3.95;18385
+73090;44.34709;3.94143;445;20220524;20.6;14.3;17.5;2.7;10.91;.1;3.73;16068
+73090;44.34709;3.94143;445;20220525;23.4;13.5;18.5;5.8;9.31;0;5.85;20399
+73090;44.34709;3.94143;445;20220526;26.2;14.8;20.5;6.2;9.81;0;6.82;22009
+73090;44.34709;3.94143;445;20220527;28.9;16.1;22.5;5.8;11.51;0;7.23;23432
+73090;44.34709;3.94143;445;20220528;25.3;16.2;20.8;7.9;9.61;0;7.21;19686
+73090;44.34709;3.94143;445;20220529;23.7;13.3;18.5;6.3;6.81;0;6.83;21152
+73090;44.34709;3.94143;445;20220530;23.4;10.6;17;1.9;8.21;.4;4.62;23608
+73090;44.34709;3.94143;445;20220531;26.1;14;20.1;1.5;11.31;1.1;4.6;22984
+73090;44.34709;3.94143;445;20220601;28.3;14.2;21.3;2;13.41;0;5.19;24926
+73090;44.34709;3.94143;445;20220602;28;15.3;21.7;2;14.21;.1;5.01;23665
+73090;44.34709;3.94143;445;20220603;28.2;18.5;23.4;2.1;13.01;.1;5.01;20624
+73090;44.34709;3.94143;445;20220604;28.9;17.8;23.4;2.5;15.71;.4;5.2;22158
+73090;44.34709;3.94143;445;20220605;29.4;17.9;23.7;2.5;15.11;0;5.4;22607
+73090;44.34709;3.94143;445;20220606;31.6;15.4;23.5;2.4;12.51;.2;6.28;27021
+73090;44.34709;3.94143;445;20220607;26.6;17.8;22.2;2.4;12.11;0;4.93;19740
+73090;44.34709;3.94143;445;20220608;23.8;14.9;19.4;2.5;11.51;1.1;4.48;19885
+73090;44.34709;3.94143;445;20220609;22.6;14.5;18.6;4.2;9.41;0;5.16;18959
+73090;44.34709;3.94143;445;20220610;29.2;15;22.1;5.5;10.31;0;7.56;25385
+73090;44.34709;3.94143;445;20220611;32.7;18.1;25.4;2.8;10.01;0;6.94;25779
+73090;44.34709;3.94143;445;20220612;34.4;20.6;27.5;2.2;10.51;.2;6.64;25066
+73090;44.34709;3.94143;445;20220613;31.7;21.5;26.6;2.5;14.41;.2;5.9;21459
+73090;44.34709;3.94143;445;20220614;33.5;17.7;25.6;2;12.11;0;6.4;26919
+73090;44.34709;3.94143;445;20220615;32.8;19.6;26.2;1.6;14.11;0;5.71;24553
+73090;44.34709;3.94143;445;20220616;36.5;21.9;29.2;1.8;15.11;0;6.5;25877
+73090;44.34709;3.94143;445;20220617;36.7;22.9;29.8;2.5;12.41;0;7.24;25147
+73090;44.34709;3.94143;445;20220618;32.9;23.9;28.4;2.9;12.91;.2;6.49;20165
+73090;44.34709;3.94143;445;20220619;30.9;20;25.5;3;16.01;0;5.92;22275
+73090;44.34709;3.94143;445;20220620;29.5;17.8;23.7;2.9;16.21;0;5.55;23109
+73090;44.34709;3.94143;445;20220621;27.3;19.8;23.6;1.4;20.21;1.5;3.92;18346
+73090;44.34709;3.94143;445;20220622;25;19.5;22.3;2.4;21.11;17.3;3.34;15597
+73090;44.34709;3.94143;445;20220623;26;19;22.5;2.5;19.61;15.6;3.9;17692
+73090;44.34709;3.94143;445;20220624;26;15.5;20.8;2.5;14.61;3.1;4.7;21837
+73090;44.34709;3.94143;445;20220625;27.4;16.2;21.8;2.2;13.81;7.1;5.01;22569
+73090;44.34709;3.94143;445;20220626;28;16.5;22.3;2;18.91;.1;4.64;22867
+73090;44.34709;3.94143;445;20220627;27.4;17.9;22.7;3.1;15.81;.5;5.03;20699
+73090;44.34709;3.94143;445;20220628;27.9;17.4;22.7;5;12.71;0;6.43;21785
+73090;44.34709;3.94143;445;20220629;30.7;14.7;22.7;1.9;12.81;.4;5.81;27052
+73090;44.34709;3.94143;445;20220630;26.1;17.5;21.8;2.4;15.41;4.9;4.48;19606
+73090;44.34709;3.94143;445;20220701;25.6;12.9;19.3;4.6;11.41;0;5.77;23967
+73090;44.34709;3.94143;445;20220702;31.4;14.6;23;2.3;10.81;0;6.35;27650
+73090;44.34709;3.94143;445;20220703;34.1;19.8;27;2.2;13.81;.2;6.44;25417
+73090;44.34709;3.94143;445;20220704;33.9;21.5;27.7;3.1;16.71;1.6;6.67;23582
+73090;44.34709;3.94143;445;20220705;30.5;19.8;25.2;4.2;14.21;0;6.61;21817
+73090;44.34709;3.94143;445;20220706;29.5;19.9;24.7;6.2;10.91;0;7.9;20591
+73090;44.34709;3.94143;445;20220707;29.1;18.4;23.8;7.1;10.41;0;8.25;21745
+73090;44.34709;3.94143;445;20220708;31.1;19;25.1;7.4;11.01;0;9;23131
+73090;44.34709;3.94143;445;20220709;33;19.8;26.4;4.6;10.41;0;8.2;24147
+73090;44.34709;3.94143;445;20220710;31.8;20.9;26.4;5.7;11.91;0;8.21;21827
+73090;44.34709;3.94143;445;20220711;32.9;19.1;26;3.3;13.21;0;6.92;24604
+73090;44.34709;3.94143;445;20220712;34.3;19.9;27.1;2.4;14.01;0;6.54;25094
+73090;44.34709;3.94143;445;20220713;33.6;20.8;27.2;2.6;11.91;0;6.59;23558
+73090;44.34709;3.94143;445;20220714;34.5;19.5;27;1.8;16.41;0;6.02;25504
+73090;44.34709;3.94143;445;20220715;37;22.2;29.6;3.1;14.41;0;7.61;25264
+73090;44.34709;3.94143;445;20220716;34.6;20.9;27.8;3.3;11.81;0;7.4;24212
+73090;44.34709;3.94143;445;20220717;35.5;23.5;29.5;3.5;10.51;0;7.79;22547
+73090;44.34709;3.94143;445;20220718;35.3;21.8;28.6;2.1;13.31;0;6.35;23893
+73090;44.34709;3.94143;445;20220719;34.4;22.6;28.5;1.9;14.71;0;5.83;22220
+73090;44.34709;3.94143;445;20220720;34.8;20.9;27.9;1.6;16.21;0;5.75;24108
+73090;44.34709;3.94143;445;20220721;35;20.1;27.6;2.8;13.71;0;6.91;24908
+73090;44.34709;3.94143;445;20220722;36.4;21.4;28.9;2.4;14.41;.8;6.79;24911
+73090;44.34709;3.94143;445;20220723;34.7;21;27.9;2.4;18.01;0;6.15;23691
+73090;44.34709;3.94143;445;20220724;36;20.2;28.1;2.3;14.21;0;6.66;25410
+73090;44.34709;3.94143;445;20220725;34.8;20.9;27.9;2;15.71;.1;5.99;23698
+73090;44.34709;3.94143;445;20220726;32.1;20.6;26.4;4.2;12.21;0;7.16;21404
+73090;44.34709;3.94143;445;20220727;31.5;18.6;25.1;5.4;10.61;0;7.98;22628
+73090;44.34709;3.94143;445;20220728;32.7;16.8;24.8;2.6;11.01;.1;6.41;25108
+73090;44.34709;3.94143;445;20220729;27.7;18.4;23.1;1.9;16.01;3.8;4.31;18941
+73090;44.34709;3.94143;445;20220730;31.8;19.4;25.6;4.1;11.91;0;7.01;21900
+73090;44.34709;3.94143;445;20220731;34.8;22.9;28.9;4.4;11.71;0;8.04;21346
+73090;44.34709;3.94143;445;20220801;35.7;24.3;30;5.1;11.81;0;8.81;20784
+73090;44.34709;3.94143;445;20220802;36;23.6;29.8;4.3;12.61;0;8.14;21612
+73090;44.34709;3.94143;445;20220803;34.4;22.4;28.4;2;13.31;0;5.72;21150
+73090;44.34709;3.94143;445;20220804;34.9;20.9;27.9;1.8;14.51;0;5.68;22799
+73090;44.34709;3.94143;445;20220805;33.7;18.8;26.3;2;18.31;4.1;5.49;23431
+73090;44.34709;3.94143;445;20220806;34;20.7;27.4;4.4;15.21;0;7.24;21985
+73090;44.34709;3.94143;445;20220807;34.4;20.2;27.3;4.1;11.51;0;7.64;22628
+73090;44.34709;3.94143;445;20220808;34.5;21.8;28.2;4.3;10.71;0;7.87;21247
+73090;44.34709;3.94143;445;20220809;35.6;21.3;28.5;2.7;10.31;0;6.73;22474
+73090;44.34709;3.94143;445;20220810;34.1;22.2;28.2;2.2;12.61;0;5.73;20323
+73090;44.34709;3.94143;445;20220811;33.4;19.5;26.5;1.9;17.61;0;5.21;21907
+73090;44.34709;3.94143;445;20220812;35;20;27.5;1.8;20.91;0;5.31;22660
+73090;44.34709;3.94143;445;20220813;32.9;22.4;27.7;2.3;20.91;4.7;4.9;18723
+73090;44.34709;3.94143;445;20220814;25.1;21.9;23.5;2.5;20.51;21.6;2.81;9926
+73090;44.34709;3.94143;445;20220815;29.7;16.8;23.3;2.2;14.11;0;4.82;20592
+73090;44.34709;3.94143;445;20220816;30.5;18.4;24.5;2.4;14.81;.7;4.97;19798
+73090;44.34709;3.94143;445;20220817;25.2;17.9;21.6;1.6;17.81;27.5;3.18;15109
+73090;44.34709;3.94143;445;20220818;24.9;14.9;19.9;2.9;15.11;1.3;3.83;17704
+73090;44.34709;3.94143;445;20220819;27.3;19.1;23.2;5.2;13.91;0;5.51;15855
+73090;44.34709;3.94143;445;20220820;28.6;19.8;24.2;5.2;14.51;0;5.79;16344
+73090;44.34709;3.94143;445;20220821;29.1;17.8;23.5;4.6;12.71;0;5.96;18501
+73090;44.34709;3.94143;445;20220822;27.8;19.7;23.8;4.9;13.91;.1;5.5;15438
+73090;44.34709;3.94143;445;20220823;30.2;21.1;25.7;4.8;15.01;0;5.97;16297
+73090;44.34709;3.94143;445;20220824;31.9;20;26;2.8;14.81;0;5.29;18617
+73090;44.34709;3.94143;445;20220825;31.3;18.5;24.9;2.4;17.91;2.2;4.66;19200
+73090;44.34709;3.94143;445;20220826;30.4;21.7;26.1;5.3;16.21;.3;6;15578
+73090;44.34709;3.94143;445;20220827;28.8;18.9;23.9;3.8;15.01;0;4.99;16547
+73090;44.34709;3.94143;445;20220828;30;17;23.5;2;15.11;0;4.34;18933
+73090;44.34709;3.94143;445;20220829;29.9;20.4;25.2;2;17.51;.2;4;15950
+73090;44.34709;3.94143;445;20220830;29.1;20.3;24.7;1.8;21.11;10.3;3.46;15203
+73090;44.34709;3.94143;445;20220831;28.9;17.3;23.1;4;14.71;0;5.04;17433
+73090;44.34709;3.94143;445;20220901;30.1;17.6;23.9;2.7;13.81;.1;4.76;17982
+73090;44.34709;3.94143;445;20220902;25.6;19.5;22.6;1.6;15.01;8.7;3.05;12226
+73090;44.34709;3.94143;445;20220903;26.5;16.1;21.3;1.5;18.21;1.4;3.11;16069
+73090;44.34709;3.94143;445;20220904;27.1;17.4;22.3;1.6;20.01;.4;3.06;15363
+73090;44.34709;3.94143;445;20220905;26.3;19.8;23.1;1.8;22.31;1.6;2.62;12328
+73090;44.34709;3.94143;445;20220906;25.7;19.9;22.8;1.5;21.41;1.6;2.47;11502
+73090;44.34709;3.94143;445;20220907;25.1;17.9;21.5;2.2;20.01;7.5;2.65;12790
+73090;44.34709;3.94143;445;20220908;27.1;14.9;21;1.8;12.71;.2;3.61;16737
+73090;44.34709;3.94143;445;20220909;23.4;17.1;20.3;2;12.61;.2;3;11701
+73090;44.34709;3.94143;445;20220910;25.6;14.9;20.3;1.3;11.21;0;3.12;15345
+73090;44.34709;3.94143;445;20220911;28.2;13.5;20.9;1.8;11.71;0;3.8;17955
+73090;44.34709;3.94143;445;20220912;26.9;17;22;1.7;15.11;.5;3.2;14459
+73090;44.34709;3.94143;445;20220913;22.6;19;20.8;2.3;22.71;26.2;1.58;8328
+73090;44.34709;3.94143;445;20220914;22.5;17.4;20;2.6;20.81;8.7;1.84;9962
+73090;44.34709;3.94143;445;20220915;28.1;16.1;22.1;1.6;15.91;1.9;3.23;15546
+73090;44.34709;3.94143;445;20220916;25.1;16.4;20.8;2.4;13.21;0;3.29;12992
+73090;44.34709;3.94143;445;20220917;18.1;12.5;15.3;5.4;7.81;0;3.89;10166
+73090;44.34709;3.94143;445;20220918;22.2;10.8;16.5;3.9;7.31;0;4.21;14688
+73090;44.34709;3.94143;445;20220919;22.3;10.6;16.5;4.7;7.61;0;4.48;14740
+73090;44.34709;3.94143;445;20220920;23.2;11;17.1;5.1;7.21;0;4.95;14914
+73090;44.34709;3.94143;445;20220921;21.2;13.6;17.4;3.9;7.91;0;3.94;11485
+73090;44.34709;3.94143;445;20220922;22.2;12.1;17.2;1.5;11.01;.1;2.52;13218
+73090;44.34709;3.94143;445;20220923;19.9;12.7;16.3;1.2;14.21;19.6;1.84;10920
+73090;44.34709;3.94143;445;20220924;20.3;13;16.7;1.7;14.31;0;1.96;10881
+73090;44.34709;3.94143;445;20220925;20.3;12;16.2;1.8;11.01;.9;2.31;11526
+73090;44.34709;3.94143;445;20220926;20;10;15;2.9;9.81;.8;2.75;12588
+73090;44.34709;3.94143;445;20220927;17.5;11.8;14.7;3;9.91;.5;2.38;9207
+73090;44.34709;3.94143;445;20220928;20.5;13.3;16.9;2.4;12.01;1.2;2.37;10325
+73090;44.34709;3.94143;445;20220929;17;12.2;14.6;2.7;10.41;1.1;2.1;8190
+73090;44.34709;3.94143;445;20220930;16;10.4;13.2;4.7;8.41;0;2.79;8805
+73090;44.34709;3.94143;445;20221001;19.2;10.6;14.9;2;10.91;.5;2.1;10968
+73090;44.34709;3.94143;445;20221002;25.9;15.6;20.8;3.2;13.21;0;3.41;11935
+73090;44.34709;3.94143;445;20221003;23.1;15.6;19.4;4.4;11.81;0;3.58;9950
+73090;44.34709;3.94143;445;20221004;23;11;17;1.6;11.81;.1;2.29;12640
+73090;44.34709;3.94143;445;20221005;21;11.8;16.4;1;13.81;.3;1.7;10838
+73090;44.34709;3.94143;445;20221006;22.8;13.5;18.2;2.1;13.31;0;2.29;10768
+73090;44.34709;3.94143;445;20221007;21.2;13.2;17.2;1.1;13.41;2.9;1.72;9808
+73090;44.34709;3.94143;445;20221008;20.6;12.6;16.6;2.1;14.11;1.3;1.82;9685
+73090;44.34709;3.94143;445;20221009;17.1;11.5;14.3;1.5;12.41;.1;1.4;7874
+73090;44.34709;3.94143;445;20221010;21.5;13.9;17.7;1.3;15.21;.2;1.62;9183
+73090;44.34709;3.94143;445;20221011;22.4;12.1;17.3;1.6;13.91;0;1.88;10682
+73090;44.34709;3.94143;445;20221012;21.2;13.7;17.5;1.8;13.51;.3;1.83;8884
+73090;44.34709;3.94143;445;20221013;20.6;12;16.3;1.6;13.21;3.7;1.68;9445
+73090;44.34709;3.94143;445;20221014;21;14.1;17.6;1.6;13.81;.3;1.68;8268
+73090;44.34709;3.94143;445;20221015;23.4;13.8;18.6;1.5;13.71;3.3;1.9;9763
+73090;44.34709;3.94143;445;20221016;18.7;14.9;16.8;2.1;17.51;3.5;1.01;5773
+73090;44.34709;3.94143;445;20221017;19.3;15.9;17.6;2.1;17.41;1.4;1.13;5342
+73090;44.34709;3.94143;445;20221018;21.9;14.6;18.3;1.2;16.91;.2;1.37;8080
+73090;44.34709;3.94143;445;20221019;19.2;14.3;16.8;1.1;16.61;4.3;1.07;6389
+73090;44.34709;3.94143;445;20221020;17.2;16.8;17;5;18.51;52.3;.55;1243
+73090;44.34709;3.94143;445;20221021;19.4;16.4;17.9;3.6;18.91;9.6;.94;4691
+73090;44.34709;3.94143;445;20221022;20;14.9;17.5;1.6;16.71;2.9;1.17;6264
+73090;44.34709;3.94143;445;20221023;18.9;16.9;17.9;4.6;19.51;9.4;.71;3576
+73090;44.34709;3.94143;445;20221024;21.7;17.7;19.7;2.7;18.61;0;1.39;5302
+73090;44.34709;3.94143;445;20221025;21.1;13.2;17.2;1.7;13.51;.4;1.53;7660
+73090;44.34709;3.94143;445;20221026;22.1;15.8;19;1.1;17.81;.1;1.17;6662
+73090;44.34709;3.94143;445;20221027;19.8;16.7;18.3;1;18.01;.1;.91;4374
+73090;44.34709;3.94143;445;20221028;21;14;17.5;1.4;15.41;0;1.24;6867
+73090;44.34709;3.94143;445;20221029;22.4;14.3;18.4;1.3;13.01;.1;1.49;7341
+73090;44.34709;3.94143;445;20221030;19.7;14.1;16.9;1.1;15.01;1.1;1.06;5887
+73090;44.34709;3.94143;445;20221031;17;14.5;15.8;2.8;16.91;52.5;.67;3618
+73090;44.34709;3.94143;445;20221101;20.6;14.9;17.8;2.1;15.51;.1;1.32;5777
+73090;44.34709;3.94143;445;20221102;18.8;12.1;15.5;1.7;9.91;0;1.53;6239
+73090;44.34709;3.94143;445;20221103;12.3;10.1;11.2;2;10.81;4.8;.85;3192
+73090;44.34709;3.94143;445;20221104;12;9.2;10.6;2.9;8.21;2.2;1.41;3644
+73090;44.34709;3.94143;445;20221105;12.6;8.5;10.6;6;6.61;0;2.55;4506
+73090;44.34709;3.94143;445;20221106;15.6;6;10.8;1.8;5.91;0;1.53;7208
+73090;44.34709;3.94143;445;20221107;18.4;8.3;13.4;2;8.91;.8;1.51;7312
+73090;44.34709;3.94143;445;20221108;13.6;11.1;12.4;2.3;12.81;28.6;.69;3196
+73090;44.34709;3.94143;445;20221109;18.2;13.2;15.7;3.1;14.81;13.4;1.08;4774
+73090;44.34709;3.94143;445;20221110;17.5;11.8;14.7;3.9;10.31;0;1.98;5078
+73090;44.34709;3.94143;445;20221111;19.3;10.2;14.8;1.2;11.71;.1;1.01;6532
+73090;44.34709;3.94143;445;20221112;19;11.7;15.4;1.5;12.21;0;1.09;5690
+73090;44.34709;3.94143;445;20221113;15.7;12;13.9;2.1;11.71;.2;1.07;3772
+73090;44.34709;3.94143;445;20221114;10.9;10.7;10.8;1.5;11.91;22.5;.52;266
+73090;44.34709;3.94143;445;20221115;12.4;10.6;11.5;1;12.81;7.1;.5;2321
+73090;44.34709;3.94143;445;20221116;16.9;9.7;13.3;1.6;10.31;.2;1.05;5351
+73090;44.34709;3.94143;445;20221117;15.7;8.8;12.3;1.8;11.11;2;.86;5153
+73090;44.34709;3.94143;445;20221118;13.2;9.2;11.2;2;7.81;.3;1.25;3687
+73090;44.34709;3.94143;445;20221119;11;7.3;9.2;5.7;6.41;.1;2.13;3469
+73090;44.34709;3.94143;445;20221120;12.5;5.9;9.2;3.8;6.01;.2;1.85;4834
+73090;44.34709;3.94143;445;20221121;8;4.8;6.4;1.7;7.31;4.6;.69;3088
+73090;44.34709;3.94143;445;20221122;11.2;5.4;8.3;4.2;6.71;1.3;1.55;4373
+73090;44.34709;3.94143;445;20221123;12.2;5.3;8.8;1.6;8.21;.5;.76;4783
+73090;44.34709;3.94143;445;20221124;13.8;6.8;10.3;1.2;8.11;0;.8;4767
+73090;44.34709;3.94143;445;20221125;14.2;7.2;10.7;2.8;8.41;3;1.25;4714
+73090;44.34709;3.94143;445;20221126;12.8;8;10.4;5.3;6.31;0;2.36;3726
+73090;44.34709;3.94143;445;20221127;12;5.2;8.6;1.3;7.01;3.1;.79;4534
+73090;44.34709;3.94143;445;20221128;8.3;7.6;8;1.1;9.71;15.1;.47;910
+73090;44.34709;3.94143;445;20221129;10.9;5.2;8.1;4.1;6.61;.1;1.48;4000
+73090;44.34709;3.94143;445;20221130;10.7;6.2;8.5;4.2;6.51;.1;1.61;3432
+73090;44.34709;3.94143;445;20221201;9.6;5.6;7.6;2.9;6.41;0;1.21;3159
+73090;44.34709;3.94143;445;20221202;5.9;.5;3.2;1.6;6.31;1.6;.46;3762
+73090;44.34709;3.94143;445;20221203;5.2;3.4;4.3;2.1;8.01;23.8;.31;1823
+73090;44.34709;3.94143;445;20221204;8.5;5.1;6.8;1.6;8.11;9.4;.55;2772
+73090;44.34709;3.94143;445;20221205;9.8;.4;5.1;2.1;5.71;.2;.82;5087
+73090;44.34709;3.94143;445;20221206;12.6;2.9;7.8;1.8;5.21;.4;1.07;5142
+73090;44.34709;3.94143;445;20221207;7.1;.6;3.9;1.5;5.41;.2;.62;4039
+73090;44.34709;3.94143;445;20221208;6.3;-.7;2.8;1.4;5.71;14.1;.47;4193
+73090;44.34709;3.94143;445;20221209;9.7;3.3;6.5;1.2;9.51;1.1;.27;3950
+73090;44.34709;3.94143;445;20221210;4.6;5.6;5.1;3.9;6.01;0;1.15;0
+73090;44.34709;3.94143;445;20221211;5.7;-3.9;.9;2.5;3.11;0;1.02;4960
+73090;44.34709;3.94143;445;20221212;7;-.6;3.2;1.4;3.71;10.8;.77;4307
+73090;44.34709;3.94143;445;20221213;3.7;-.2;1.8;1.4;7.11;14;.18;2851
+73090;44.34709;3.94143;445;20221214;8.8;4.2;6.5;1.1;9.81;2;.24;3151
+73090;44.34709;3.94143;445;20221215;9;6.7;7.9;1.8;9.71;30.9;.43;1992
+73090;44.34709;3.94143;445;20221216;10.3;5;7.7;2.8;6.81;0;1.06;3418
+73090;44.34709;3.94143;445;20221217;9.1;-.6;4.3;2.7;3.81;0;1.27;4889
+73090;44.34709;3.94143;445;20221218;8.9;.7;4.8;1.5;6.71;4.9;.48;4425
+73090;44.34709;3.94143;445;20221219;11.1;7.4;9.3;2.3;10.71;3.9;.43;2713
+73090;44.34709;3.94143;445;20221220;11.6;10.5;11.1;5.1;12.91;7.9;.28;1124
+73090;44.34709;3.94143;445;20221221;15.1;10.6;12.9;1.6;11.91;.6;.67;3069
+73090;44.34709;3.94143;445;20221222;13.9;10.1;12;1.6;10.21;.4;.79;2758
+73090;44.34709;3.94143;445;20221223;18;11.1;14.6;1.6;12.11;0;.82;3991
+73090;44.34709;3.94143;445;20221224;17.6;11.8;14.7;1;11.51;.1;.71;3600
+73090;44.34709;3.94143;445;20221225;11.2;8.7;10;.8;11.41;.4;.4;2100
+73090;44.34709;3.94143;445;20221226;15;10.8;12.9;.8;11.81;.1;.54;2961
+73090;44.34709;3.94143;445;20221227;13.8;7.4;10.6;1.5;8.41;0;.81;3849
+73090;44.34709;3.94143;445;20221228;10.9;5.4;8.2;.8;8.71;.3;.43;3524
+73090;44.34709;3.94143;445;20221229;11.4;8.5;10;.8;10.91;1.2;.43;2356
+73090;44.34709;3.94143;445;20221230;10.6;6.8;8.7;.9;10.21;.1;.39;2823
+73090;44.34709;3.94143;445;20221231;11.5;8.3;9.9;2.2;11.51;2.7;.39;2541
+73091;44.36486;4.25362;160;20220101;13.1;1.8;7.4;1;8.59;.2;.39;6281
+73091;44.36486;4.25362;160;20220102;8.4;5.3;6.8;1.1;9.44;.2;.35;2660
+73091;44.36486;4.25362;160;20220103;14.6;4.7;9.6;1.5;9.34;0;.55;6296
+73091;44.36486;4.25362;160;20220104;10.6;4.3;7.5;1;10.12;2;.23;4479
+73091;44.36486;4.25362;160;20220105;6.9;5.2;6.1;6.5;5.92;.2;1.58;2450
+73091;44.36486;4.25362;160;20220106;7.3;3.8;5.6;6.7;4.82;0;1.94;3562
+73091;44.36486;4.25362;160;20220107;9.6;1.1;5.3;2.5;4.99;0;1.04;5648
+73091;44.36486;4.25362;160;20220108;10.3;1.5;5.9;2.1;7.15;.2;.59;5775
+73091;44.36486;4.25362;160;20220109;9.6;4.5;7;1.9;6.75;.2;.79;4355
+73091;44.36486;4.25362;160;20220110;8.9;3.9;6.4;3.8;6.12;0;1.2;4402
+73091;44.36486;4.25362;160;20220111;6.5;2;4.2;6.2;5.02;0;1.5;4188
+73091;44.36486;4.25362;160;20220112;6.6;2.1;4.3;6;4.62;0;1.67;4210
+73091;44.36486;4.25362;160;20220113;8.3;-1.4;3.4;2.3;4.45;0;.9;6324
+73091;44.36486;4.25362;160;20220114;12.4;-4.8;3.8;1.3;4.62;0;.71;8430
+73091;44.36486;4.25362;160;20220115;13.1;-4;4.5;.9;4.59;0;.58;8493
+73091;44.36486;4.25362;160;20220116;13.4;-4.2;4.6;3;4.12;0;1.54;8704
+73091;44.36486;4.25362;160;20220117;8.3;3;5.6;7.2;6.14;0;1.48;6143
+73091;44.36486;4.25362;160;20220118;9.6;3.5;6.6;3.6;5.62;0;1.39;5203
+73091;44.36486;4.25362;160;20220119;10.8;-2.6;4.1;1.3;6.02;0;.57;7789
+73091;44.36486;4.25362;160;20220120;9.5;3.6;6.6;5.4;5.59;0;1.75;5305
+73091;44.36486;4.25362;160;20220121;6.9;2.6;4.8;6.9;4.19;0;2.12;4518
+73091;44.36486;4.25362;160;20220122;7.8;1.4;4.6;6.1;4.89;0;1.71;5661
+73091;44.36486;4.25362;160;20220123;9;1.2;5.1;3.1;5.42;0;1.13;6276
+73091;44.36486;4.25362;160;20220124;12.5;-4.2;4.1;1;5.29;0;.64;9267
+73091;44.36486;4.25362;160;20220125;12.8;-3.3;4.8;.9;5.82;0;.61;9163
+73091;44.36486;4.25362;160;20220126;14.5;-2.9;5.8;2.7;4.92;0;1.43;9601
+73091;44.36486;4.25362;160;20220127;12.3;-1.9;5.2;3.2;4.19;0;1.58;8970
+73091;44.36486;4.25362;160;20220128;11.1;-.8;5.2;5.4;5.19;0;1.84;8317
+73091;44.36486;4.25362;160;20220129;13.1;3.9;8.5;4.1;5.19;0;2.1;7382
+73091;44.36486;4.25362;160;20220130;12.9;4.7;8.8;6.7;7.05;0;2.04;7027
+73091;44.36486;4.25362;160;20220131;12.1;5.9;9;6;6.09;0;2.27;6203
+73091;44.36486;4.25362;160;20220201;9.8;3.7;6.8;6.6;5.25;0;2.16;6212
+73091;44.36486;4.25362;160;20220202;14.4;6.3;10.4;4.6;8.09;0;1.79;7256
+73091;44.36486;4.25362;160;20220203;15.2;5.8;10.5;2.1;7.92;0;1.27;7907
+73091;44.36486;4.25362;160;20220204;14;4.2;9.1;2.2;7.92;0;1.15;8227
+73091;44.36486;4.25362;160;20220205;12.5;7.1;9.8;4.4;5.82;0;2.23;6136
+73091;44.36486;4.25362;160;20220206;12.1;3.2;7.7;3.3;5.79;.1;1.66;7986
+73091;44.36486;4.25362;160;20220207;12.2;6.5;9.3;4.9;5.85;.3;2.3;6217
+73091;44.36486;4.25362;160;20220208;14.6;3.4;9;2.9;4.42;0;2.11;9181
+73091;44.36486;4.25362;160;20220209;13.2;-2.2;5.5;1.3;6.82;0;.91;10762
+73091;44.36486;4.25362;160;20220210;9.8;1.8;5.8;.9;8.19;0;1.03;10475
+73091;44.36486;4.25362;160;20220211;12.5;2.2;7.4;4.3;6.33;0;1.88;10324
+73091;44.36486;4.25362;160;20220212;13.2;1;7.1;2.3;6.03;.1;1.5;10118
+73091;44.36486;4.25362;160;20220213;10.8;3.8;7.3;2.6;7.99;19.8;1.08;3863
+73091;44.36486;4.25362;160;20220214;11.2;7.1;9.2;2.5;9.53;11.9;.97;3607
+73091;44.36486;4.25362;160;20220215;12.1;2.2;7.1;2.7;6.63;0;1.5;9610
+73091;44.36486;4.25362;160;20220216;11;1.7;6.3;.9;8.15;1;.79;9274
+73091;44.36486;4.25362;160;20220217;19.8;5.3;12.5;2.3;9.97;0;1.77;10566
+73091;44.36486;4.25362;160;20220218;19.4;4.6;12;2.1;9.75;0;1.68;11855
+73091;44.36486;4.25362;160;20220219;12.1;7.9;10;4.6;5.99;0;2.39;6490
+73091;44.36486;4.25362;160;20220220;15.9;3.6;9.7;2.9;6.49;.1;2.04;11294
+73091;44.36486;4.25362;160;20220221;14.1;4.8;9.4;3.6;6.82;.1;2.02;9838
+73091;44.36486;4.25362;160;20220222;14.7;6.5;10.6;5.4;6.65;0;2.72;9459
+73091;44.36486;4.25362;160;20220223;17.4;8;12.7;3.4;7.99;0;2.36;10220
+73091;44.36486;4.25362;160;20220224;14.6;3.7;9.1;1.4;8.99;.1;1.21;10889
+73091;44.36486;4.25362;160;20220225;11.6;4.3;8;5.6;5.35;0;2.51;9096
+73091;44.36486;4.25362;160;20220226;13.3;4.3;8.8;3.3;4.85;0;2.35;10289
+73091;44.36486;4.25362;160;20220227;14.1;-2.5;5.8;1.5;5.69;0;1.51;14108
+73091;44.36486;4.25362;160;20220228;15.6;.1;7.9;1.8;6.45;0;1.73;13859
+73091;44.36486;4.25362;160;20220301;14.1;1.3;7.7;2.1;6.29;0;1.72;12716
+73091;44.36486;4.25362;160;20220302;11.1;1.2;6.2;1;7.49;.1;1.09;11301
+73091;44.36486;4.25362;160;20220303;16.7;.3;8.5;1.4;7.75;0;1.63;14715
+73091;44.36486;4.25362;160;20220304;17;3.6;10.3;3.8;6.52;0;2.74;13524
+73091;44.36486;4.25362;160;20220305;14.7;3.8;9.2;2.8;4.22;0;2.58;12399
+73091;44.36486;4.25362;160;20220306;12.5;1.5;7;2.9;3.75;0;2.39;12660
+73091;44.36486;4.25362;160;20220307;13.1;-2.3;5.4;1.6;4.12;0;1.85;14910
+73091;44.36486;4.25362;160;20220308;9.9;-3.7;3.1;1.2;5.62;0;1.26;14034
+73091;44.36486;4.25362;160;20220309;13.3;2.9;8.1;1.2;7.55;0;1.47;12473
+73091;44.36486;4.25362;160;20220310;13.3;2.9;8.1;1.9;9.22;5.3;1.33;12092
+73091;44.36486;4.25362;160;20220311;12.7;8.5;10.6;3.7;8.89;12;1.71;7992
+73091;44.36486;4.25362;160;20220312;11.4;7.5;9.5;2.6;8.35;19.1;1.45;7919
+73091;44.36486;4.25362;160;20220313;10.8;6.9;8.9;3;8.82;16.4;1.28;7660
+73091;44.36486;4.25362;160;20220314;14.2;5.9;10.1;1.1;10.32;2.3;1.4;11858
+73091;44.36486;4.25362;160;20220315;16;9.1;12.5;2.2;10.19;0;1.81;10834
+73091;44.36486;4.25362;160;20220316;16.9;6.4;11.7;1.4;10.45;0;1.78;13660
+73091;44.36486;4.25362;160;20220317;16.6;7.3;11.9;2.9;10.49;0;1.99;13108
+73091;44.36486;4.25362;160;20220318;14.6;10.3;12.4;4.7;9.73;.3;2.35;9704
+73091;44.36486;4.25362;160;20220319;18.3;5.5;11.9;1.7;8.73;0;2.28;14781
+73091;44.36486;4.25362;160;20220320;13.9;4.7;9.3;1.7;7.93;.2;1.6;8160
+73091;44.36486;4.25362;160;20220321;14.9;8.2;11.5;2.4;7.06;.1;2.41;11633
+73091;44.36486;4.25362;160;20220322;16.2;.3;8.3;2.4;5.93;0;2.71;18762
+73091;44.36486;4.25362;160;20220323;17.3;-.2;8.5;1.7;6.23;0;2.58;19511
+73091;44.36486;4.25362;160;20220324;20.1;1.4;10.7;1.7;5.89;0;3;20247
+73091;44.36486;4.25362;160;20220325;21;.6;10.8;1.3;5.89;0;2.76;19447
+73091;44.36486;4.25362;160;20220326;21.1;1.9;11.5;1.5;6.86;0;2.95;20212
+73091;44.36486;4.25362;160;20220327;21.2;3;12.1;1;7.23;0;2.41;15445
+73091;44.36486;4.25362;160;20220328;21.7;3;12.4;1.8;6.59;0;3.25;19558
+73091;44.36486;4.25362;160;20220329;18.4;4.9;11.7;2;8.69;3.2;2.57;15714
+73091;44.36486;4.25362;160;20220330;16.1;9.1;12.6;1.4;10.93;.4;1.74;9904
+73091;44.36486;4.25362;160;20220331;16.9;6.4;11.6;3.3;8.36;1.1;2.99;17096
+73091;44.36486;4.25362;160;20220401;8.9;4.5;6.7;6.4;5.29;.2;2.7;11576
+73091;44.36486;4.25362;160;20220402;7.6;3.2;5.4;6.6;4.03;0;2.68;10341
+73091;44.36486;4.25362;160;20220403;9.2;1.9;5.5;6.6;4.73;0;2.8;15327
+73091;44.36486;4.25362;160;20220404;13.7;1.6;7.6;3.9;5.09;0;3.27;21298
+73091;44.36486;4.25362;160;20220405;18;3.2;10.6;4.3;6.68;0;4;22615
+73091;44.36486;4.25362;160;20220406;18.1;7.1;12.6;2.1;9.69;.8;2.43;13574
+73091;44.36486;4.25362;160;20220407;18.3;7.6;12.9;2.3;10.33;.1;2.36;11140
+73091;44.36486;4.25362;160;20220408;21.9;10.6;16.2;2.7;10.36;0;3.39;15174
+73091;44.36486;4.25362;160;20220409;14.8;8.5;11.7;4.5;5.86;0;3.93;18087
+73091;44.36486;4.25362;160;20220410;17.8;3.2;10.5;2.8;5.96;.2;3.71;23334
+73091;44.36486;4.25362;160;20220411;15.3;2.9;9.1;2.9;8.06;.6;2.29;12252
+73091;44.36486;4.25362;160;20220412;19.3;6.1;12.7;2.4;8.79;0;3.1;16560
+73091;44.36486;4.25362;160;20220413;21.7;6.2;13.9;1.4;9.33;0;3.03;18015
+73091;44.36486;4.25362;160;20220414;25;7.5;16.2;3.7;11.03;0;4.48;22061
+73091;44.36486;4.25362;160;20220415;27.1;10.8;18.9;4.9;11.73;0;5.48;22429
+73091;44.36486;4.25362;160;20220416;24;14.9;19.5;8.6;10.07;0;7.15;21966
+73091;44.36486;4.25362;160;20220417;21.9;10.5;16.2;3.4;8.03;0;4.8;23921
+73091;44.36486;4.25362;160;20220418;23.5;5;14.3;2;8.39;0;4.16;24841
+73091;44.36486;4.25362;160;20220419;23.7;8.2;15.9;2.9;7.93;0;4.83;24269
+73091;44.36486;4.25362;160;20220420;17.2;8.7;12.9;1.5;11.63;10.3;1.89;10387
+73091;44.36486;4.25362;160;20220421;20;11.2;15.6;1.7;12.79;1;2.65;14890
+73091;44.36486;4.25362;160;20220422;22.6;8.1;15.4;2.5;11.06;.8;3.9;22630
+73091;44.36486;4.25362;160;20220423;15.5;10.8;13.1;4;11.58;17.7;1.9;4937
+73091;44.36486;4.25362;160;20220424;15.8;7.3;11.6;1.5;11.29;1.7;2.18;14399
+73091;44.36486;4.25362;160;20220425;21.2;7.5;14.3;1.8;10.59;0;3.76;24127
+73091;44.36486;4.25362;160;20220426;21.9;7.3;14.6;2.7;10.56;0;4.09;24367
+73091;44.36486;4.25362;160;20220427;23;9.5;16.2;2.8;9.93;0;4.62;25337
+73091;44.36486;4.25362;160;20220428;25.5;7.8;16.6;1.9;10.86;.4;4.5;25624
+73091;44.36486;4.25362;160;20220429;24.7;8.5;16.6;2.9;10.56;.1;4.77;25150
+73091;44.36486;4.25362;160;20220430;23.4;12.9;18.1;3.8;9.83;0;5.14;22570
+73091;44.36486;4.25362;160;20220501;22.6;10.6;16.6;4;8.63;0;5.37;25443
+73091;44.36486;4.25362;160;20220502;23.9;8.9;16.4;2.4;9.59;.6;4.73;25589
+73091;44.36486;4.25362;160;20220503;23.7;11.3;17.5;1.7;12.06;1;3.94;21708
+73091;44.36486;4.25362;160;20220504;23.7;8.6;16.1;1.8;12.33;2.1;4.01;23635
+73091;44.36486;4.25362;160;20220505;20.7;12.4;16.6;4.7;10.99;.1;4.41;19483
+73091;44.36486;4.25362;160;20220506;19.8;12.8;16.3;5.9;10.22;0;4.37;16774
+73091;44.36486;4.25362;160;20220507;24.2;14.5;19.3;4.7;10.32;0;5.38;19811
+73091;44.36486;4.25362;160;20220508;24.3;13.9;19.1;2.6;11.32;1.4;4.43;20562
+73091;44.36486;4.25362;160;20220509;25.9;9.8;17.8;1.2;13.32;.6;4.23;25652
+73091;44.36486;4.25362;160;20220510;27.9;10.6;19.2;1.5;13.45;0;4.73;26631
+73091;44.36486;4.25362;160;20220511;27.5;10.3;18.9;2.2;12.19;0;5.06;26696
+73091;44.36486;4.25362;160;20220512;26.4;9.7;18.1;2;11.82;0;4.77;26228
+73091;44.36486;4.25362;160;20220513;27.7;9.4;18.5;1.4;12.12;0;4.85;27891
+73091;44.36486;4.25362;160;20220514;29.8;14.5;22.1;2.1;15.25;0;5.25;25364
+73091;44.36486;4.25362;160;20220515;27.9;13.5;20.7;2;14.29;.1;4.86;24715
+73091;44.36486;4.25362;160;20220516;29.1;11.4;20.2;1.7;11.79;0;5.26;27746
+73091;44.36486;4.25362;160;20220517;32.2;12;22.1;1.5;14.39;0;5.58;28934
+73091;44.36486;4.25362;160;20220518;33.3;14.7;24;2.1;15.32;0;6.14;28360
+73091;44.36486;4.25362;160;20220519;30.1;14.1;22.1;1.9;15.15;0;5.29;26434
+73091;44.36486;4.25362;160;20220520;30;12.2;21.1;2.1;13.59;0;5.59;28082
+73091;44.36486;4.25362;160;20220521;33.1;13.4;23.3;1.5;14.55;0;5.86;29403
+73091;44.36486;4.25362;160;20220522;32.2;15.6;23.9;1.6;17.55;0;5.56;27376
+73091;44.36486;4.25362;160;20220523;27.5;15.9;21.7;2.2;16.29;0;4.66;22874
+73091;44.36486;4.25362;160;20220524;23.8;16.6;20.2;2.7;11.29;0;4.49;18268
+73091;44.36486;4.25362;160;20220525;25.6;15.3;20.5;4.9;9.89;0;6.2;21853
+73091;44.36486;4.25362;160;20220526;26.9;16.4;21.7;5.2;10.39;0;6.65;22221
+73091;44.36486;4.25362;160;20220527;29.1;17;23.1;5.5;12.42;0;7.12;23875
+73091;44.36486;4.25362;160;20220528;26.4;16.2;21.3;6.3;10.25;0;6.97;22054
+73091;44.36486;4.25362;160;20220529;24.2;14.1;19.2;5.2;7.29;0;6.51;21946
+73091;44.36486;4.25362;160;20220530;25.9;11;18.5;2.1;8.25;.2;5.28;26539
+73091;44.36486;4.25362;160;20220531;27;14.6;20.8;1.6;11.85;0;4.83;24154
+73091;44.36486;4.25362;160;20220601;31.6;11.5;21.6;1.8;13.15;0;6.01;30268
+73091;44.36486;4.25362;160;20220602;32;14;23;1.8;14.42;0;5.94;29139
+73091;44.36486;4.25362;160;20220603;31.2;17.7;24.5;1.9;15.12;.1;5.58;25425
+73091;44.36486;4.25362;160;20220604;32.7;17;24.9;2.3;16.45;.1;6.16;27315
+73091;44.36486;4.25362;160;20220605;32;18.2;25.1;2.3;16.85;.3;5.89;25621
+73091;44.36486;4.25362;160;20220606;32.3;16.5;24.4;2.1;13.89;.2;6.21;27729
+73091;44.36486;4.25362;160;20220607;29.8;16.8;23.3;2.8;13.69;0;5.94;25143
+73091;44.36486;4.25362;160;20220608;25.8;16;20.9;1.9;12.02;.5;4.66;21932
+73091;44.36486;4.25362;160;20220609;25;16.5;20.8;5;10.69;0;6.02;20606
+73091;44.36486;4.25362;160;20220610;29.4;15.8;22.6;5.3;10.32;0;7.65;25902
+73091;44.36486;4.25362;160;20220611;34.3;19;26.7;4;10.42;0;8.4;27513
+73091;44.36486;4.25362;160;20220612;36.8;16.7;26.8;1.8;11.65;.1;6.97;30155
+73091;44.36486;4.25362;160;20220613;32.4;18.9;25.7;3.5;14.82;.1;6.94;25889
+73091;44.36486;4.25362;160;20220614;36.3;17.9;27.1;2.5;11.19;0;7.61;29788
+73091;44.36486;4.25362;160;20220615;35;17.7;26.4;1.7;14.49;0;6.52;29162
+73091;44.36486;4.25362;160;20220616;37.2;17.6;27.4;2;14.55;0;7.26;30651
+73091;44.36486;4.25362;160;20220617;38.1;24;31.1;4;12.55;0;9.13;26557
+73091;44.36486;4.25362;160;20220618;36.7;19.8;28.3;2.7;14.05;0;7.62;28914
+73091;44.36486;4.25362;160;20220619;34;18;26;2.8;15.62;0;6.89;28035
+73091;44.36486;4.25362;160;20220620;33.6;15.9;24.7;2.3;14.09;0;6.63;29482
+73091;44.36486;4.25362;160;20220621;30.5;18.4;24.5;2;19.09;1.1;5.19;24013
+73091;44.36486;4.25362;160;20220622;28.3;20.7;24.5;2.2;22.15;12.8;4.21;19156
+73091;44.36486;4.25362;160;20220623;29.5;20;24.8;2.8;20.49;9.8;4.94;21443
+73091;44.36486;4.25362;160;20220624;27.1;18.7;22.9;1.4;18.3;4;4.37;21416
+73091;44.36486;4.25362;160;20220625;30.4;16.1;23.2;2.3;16.7;6.7;5.82;27267
+73091;44.36486;4.25362;160;20220626;32.2;18.6;25.4;2.4;18.84;0;5.97;26144
+73091;44.36486;4.25362;160;20220627;28.5;19;23.7;4.2;16.67;0;5.77;22127
+73091;44.36486;4.25362;160;20220628;27.9;18.2;23;5;14.67;0;6.5;24831
+73091;44.36486;4.25362;160;20220629;31.6;18.4;25;2.5;14.67;.3;6.43;27502
+73091;44.36486;4.25362;160;20220630;29.3;16.8;23;2.6;17;6.1;5.43;24366
+73091;44.36486;4.25362;160;20220701;25.7;14.3;20;5.2;12.57;0;6.14;26712
+73091;44.36486;4.25362;160;20220702;33.9;16.1;25;2.7;11.4;0;7.4;30107
+73091;44.36486;4.25362;160;20220703;36.9;15.8;26.3;1.7;13.44;0;6.87;29981
+73091;44.36486;4.25362;160;20220704;33.6;21.6;27.6;3.2;17.67;1.1;6.88;25478
+73091;44.36486;4.25362;160;20220705;30.7;21.2;26;4.5;14.54;0;7.27;24819
+73091;44.36486;4.25362;160;20220706;30.1;19.6;24.8;5.2;11.74;0;7.84;25680
+73091;44.36486;4.25362;160;20220707;29.5;18.5;24;6.1;11.47;0;8.12;25862
+73091;44.36486;4.25362;160;20220708;29.2;18.8;24;6.8;12.9;0;8.03;25471
+73091;44.36486;4.25362;160;20220709;31.8;19.7;25.8;4.9;11.64;0;8.21;26515
+73091;44.36486;4.25362;160;20220710;31.8;20.8;26.3;5.1;12.74;0;8.16;25863
+73091;44.36486;4.25362;160;20220711;33.5;20;26.7;3.8;13.4;0;7.67;27127
+73091;44.36486;4.25362;160;20220712;34.7;18.5;26.6;2.8;13.94;0;7.36;29124
+73091;44.36486;4.25362;160;20220713;35.8;18.1;27;2.1;13.3;0;6.95;28749
+73091;44.36486;4.25362;160;20220714;37.7;18;27.9;1.3;17.54;0;6.5;29605
+73091;44.36486;4.25362;160;20220715;36.3;19.4;27.8;3;15.84;0;7.67;28814
+73091;44.36486;4.25362;160;20220716;34.4;22.2;28.3;4.9;11.6;0;8.98;26169
+73091;44.36486;4.25362;160;20220717;36.1;22;29.1;3.7;11.44;0;8.4;27058
+73091;44.36486;4.25362;160;20220718;38.8;20.9;29.9;2.4;15.67;0;7.59;28401
+73091;44.36486;4.25362;160;20220719;37.3;20.4;28.9;2;17.9;0;6.8;27799
+73091;44.36486;4.25362;160;20220720;36.7;19.8;28.2;2.2;18.77;0;6.8;27602
+73091;44.36486;4.25362;160;20220721;35.3;22.8;29;3.9;15.3;0;7.95;25969
+73091;44.36486;4.25362;160;20220722;38.1;19.6;28.8;2.4;15.2;.5;7.33;27532
+73091;44.36486;4.25362;160;20220723;34;22.6;28.3;3.2;20.27;0;6.52;23985
+73091;44.36486;4.25362;160;20220724;37.9;22.1;30;3.5;15.4;0;8.21;27009
+73091;44.36486;4.25362;160;20220725;37.7;19;28.3;2;16.9;0;6.49;25755
+73091;44.36486;4.25362;160;20220726;30.9;22.4;26.6;5.2;14.67;0;7.45;23014
+73091;44.36486;4.25362;160;20220727;30.8;19.6;25.2;4.8;12;0;7.57;24792
+73091;44.36486;4.25362;160;20220728;34.1;17.2;25.7;2.3;11.97;0;6.41;25494
+73091;44.36486;4.25362;160;20220729;29.2;18.4;23.8;2.1;16.6;1.6;4.69;20037
+73091;44.36486;4.25362;160;20220730;32.6;19.1;25.9;3.8;13.34;0;7.29;25703
+73091;44.36486;4.25362;160;20220731;34.9;20.9;27.9;3.5;12.44;0;7.57;25164
+73091;44.36486;4.25362;160;20220801;36.7;23.5;30.1;3.7;13;0;8.23;25232
+73091;44.36486;4.25362;160;20220802;36;23.4;29.7;3.7;13.97;0;7.93;24749
+73091;44.36486;4.25362;160;20220803;37.6;18.9;28.3;1.9;15.37;0;6.56;26938
+73091;44.36486;4.25362;160;20220804;37.8;18.7;28.3;1.9;17.07;0;6.5;27245
+73091;44.36486;4.25362;160;20220805;37.6;21;29.3;2.2;19.64;.1;6.28;23896
+73091;44.36486;4.25362;160;20220806;33.4;22.7;28.1;4.8;15.64;0;7.64;23037
+73091;44.36486;4.25362;160;20220807;33.2;21.3;27.3;3.8;13.37;0;7.23;23869
+73091;44.36486;4.25362;160;20220808;34.4;21.6;28;3.4;12;0;7.36;24424
+73091;44.36486;4.25362;160;20220809;36.4;19.3;27.8;2.3;11;0;6.67;25493
+73091;44.36486;4.25362;160;20220810;36.7;17.5;27.1;2;12.09;0;6.43;26852
+73091;44.36486;4.25362;160;20220811;35.9;17.8;26.9;2.1;15.85;0;6.12;25814
+73091;44.36486;4.25362;160;20220812;37.5;20;28.7;1.6;17.45;0;5.88;25318
+73091;44.36486;4.25362;160;20220813;36.7;19.1;27.9;2.2;18.75;3.7;6.1;25213
+73091;44.36486;4.25362;160;20220814;27.9;22.2;25.1;1.8;22.02;17.1;3.35;14348
+73091;44.36486;4.25362;160;20220815;31.5;16;23.8;1.6;16.19;0;4.82;23570
+73091;44.36486;4.25362;160;20220816;34;15.4;24.7;2.2;16.39;8.8;5.65;25256
+73091;44.36486;4.25362;160;20220817;28.7;19.1;23.9;1.8;20.32;30.4;3.8;18265
+73091;44.36486;4.25362;160;20220818;25.1;15.6;20.3;3;16.8;0;3.61;16369
+73091;44.36486;4.25362;160;20220819;26.8;18.8;22.8;4;16.87;0;4.53;17006
+73091;44.36486;4.25362;160;20220820;28.7;20.1;24.4;4.2;16.7;0;5.45;19699
+73091;44.36486;4.25362;160;20220821;28.9;19.3;24.1;4.1;13.84;0;5.75;18976
+73091;44.36486;4.25362;160;20220822;29.5;19.5;24.5;4.4;13.84;0;6.16;20427
+73091;44.36486;4.25362;160;20220823;31.4;20.7;26;4.3;15.44;0;6.36;20840
+73091;44.36486;4.25362;160;20220824;34.4;19.2;26.8;2.2;15.54;0;5.61;22559
+73091;44.36486;4.25362;160;20220825;34;16.7;25.3;1.7;16.99;1.7;5.02;23429
+73091;44.36486;4.25362;160;20220826;31.4;21.5;26.5;3.5;16.82;.1;5.41;17757
+73091;44.36486;4.25362;160;20220827;29.6;19;24.3;3.4;16.49;0;4.9;18250
+73091;44.36486;4.25362;160;20220828;32.5;18.6;25.6;1.6;15.99;0;4.55;20601
+73091;44.36486;4.25362;160;20220829;33.6;17.2;25.4;1.8;17.85;.2;4.76;21949
+73091;44.36486;4.25362;160;20220830;31.7;20.3;26;1.9;21.65;5.8;4.05;17994
+73091;44.36486;4.25362;160;20220831;29.1;17.9;23.5;3;16.89;0;4.44;18111
+73091;44.36486;4.25362;160;20220901;31;17.8;24.4;2.1;14.59;0;4.61;19568
+73091;44.36486;4.25362;160;20220902;27.8;16.7;22.2;1.5;16.55;9;3.46;17416
+73091;44.36486;4.25362;160;20220903;29.1;17.1;23.1;1.7;19.09;0;3.61;18048
+73091;44.36486;4.25362;160;20220904;30.6;17.3;24;1.6;19.59;.2;3.8;18808
+73091;44.36486;4.25362;160;20220905;30.4;19;24.7;1.7;21.55;.7;3.58;17026
+73091;44.36486;4.25362;160;20220906;29.8;18.3;24;1.9;21.32;3.3;3.55;17288
+73091;44.36486;4.25362;160;20220907;27.3;17.9;22.6;2;20.85;21.4;3.04;15500
+73091;44.36486;4.25362;160;20220908;27.1;15.1;21.1;1.7;16.29;.1;3.35;17457
+73091;44.36486;4.25362;160;20220909;26.7;14.3;20.5;1.6;14.25;.1;3.35;17479
+73091;44.36486;4.25362;160;20220910;25.8;12;18.9;2.1;12.42;0;3.58;18499
+73091;44.36486;4.25362;160;20220911;27.6;14.9;21.3;2.8;12.39;0;4.26;17657
+73091;44.36486;4.25362;160;20220912;29.6;12.8;21.2;1.4;15.89;.2;3.58;19782
+73091;44.36486;4.25362;160;20220913;26.8;18.7;22.7;2.1;22.29;22.3;2.64;13466
+73091;44.36486;4.25362;160;20220914;25.7;19;22.3;1.9;20.69;15.1;2.46;12039
+73091;44.36486;4.25362;160;20220915;28.4;15.4;21.9;1.3;17.79;2.4;3.13;17059
+73091;44.36486;4.25362;160;20220916;25.4;16.2;20.8;3.2;14.92;0;3.47;14357
+73091;44.36486;4.25362;160;20220917;19;12.6;15.8;5.3;9.25;0;3.68;11843
+73091;44.36486;4.25362;160;20220918;22.8;10.6;16.7;4.4;8.22;0;4.41;16155
+73091;44.36486;4.25362;160;20220919;22.4;12.3;17.4;4.7;8.39;0;4.47;14609
+73091;44.36486;4.25362;160;20220920;22.8;11.4;17.1;4.6;8.09;0;4.5;15363
+73091;44.36486;4.25362;160;20220921;23.2;11.3;17.2;3.1;8.85;0;3.7;15541
+73091;44.36486;4.25362;160;20220922;24.7;8.9;16.8;1.5;11.09;.1;2.87;17584
+73091;44.36486;4.25362;160;20220923;22.5;12.1;17.3;1.2;14.55;24.4;2.18;13751
+73091;44.36486;4.25362;160;20220924;21.3;14.7;18;1.5;15.79;1.6;1.95;11168
+73091;44.36486;4.25362;160;20220925;21.1;12.9;17;1.9;13.52;.8;2.22;12364
+73091;44.36486;4.25362;160;20220926;20.8;11.4;16.1;2.4;10.92;.3;2.59;13161
+73091;44.36486;4.25362;160;20220927;19.3;11.2;15.2;2.3;10.75;0;2.33;11872
+73091;44.36486;4.25362;160;20220928;23.2;12.8;18;1.8;12.45;0;2.49;13304
+73091;44.36486;4.25362;160;20220929;18.9;12.6;15.8;2.1;11.75;.8;2.02;10034
+73091;44.36486;4.25362;160;20220930;14.9;10;12.4;3.6;10.2;.1;1.91;8426
+73091;44.36486;4.25362;160;20221001;20;4.9;12.4;1.2;10.83;.1;1.84;13428
+73091;44.36486;4.25362;160;20221002;27.4;10.4;18.9;1.6;13.37;0;2.81;16367
+73091;44.36486;4.25362;160;20221003;23.3;14.1;18.7;4.9;13.57;0;3.37;12875
+73091;44.36486;4.25362;160;20221004;26.2;8.9;17.6;1.9;12.9;.1;2.81;16170
+73091;44.36486;4.25362;160;20221005;23.5;8.4;16;1.5;13.77;.3;2.13;13838
+73091;44.36486;4.25362;160;20221006;25;9.4;17.2;2.4;14;0;2.56;15160
+73091;44.36486;4.25362;160;20221007;24.6;10.6;17.6;1.5;14.5;2.2;2.21;13090
+73091;44.36486;4.25362;160;20221008;21.7;14.8;18.3;1.8;14.79;3;1.9;9827
+73091;44.36486;4.25362;160;20221009;18.7;12.9;15.8;1.6;12.99;.2;1.55;8668
+73091;44.36486;4.25362;160;20221010;24;13.4;18.7;1.3;14.85;.1;1.93;11795
+73091;44.36486;4.25362;160;20221011;24.4;9.3;16.9;1.2;13.42;0;2;14028
+73091;44.36486;4.25362;160;20221012;23.5;12.4;18;1.2;13.92;0;1.84;11832
+73091;44.36486;4.25362;160;20221013;21.8;8.9;15.3;.9;13.39;1.2;1.59;12567
+73091;44.36486;4.25362;160;20221014;22.4;12.6;17.5;1;14.52;.3;1.6;10755
+73091;44.36486;4.25362;160;20221015;25.3;8.1;16.7;1.2;12.89;1.1;1.99;14193
+73091;44.36486;4.25362;160;20221016;23.5;12.3;17.9;1.9;16.25;.8;1.77;11043
+73091;44.36486;4.25362;160;20221017;24.5;12.9;18.7;1.8;15.95;0;1.85;11136
+73091;44.36486;4.25362;160;20221018;24.8;12.3;18.6;1.4;15.39;.2;1.8;11454
+73091;44.36486;4.25362;160;20221019;22.8;9.8;16.3;1.1;15.25;1.8;1.5;11614
+73091;44.36486;4.25362;160;20221020;20.1;16;18;2.3;17.85;30.2;1.08;5631
+73091;44.36486;4.25362;160;20221021;21.6;16.7;19.2;2.8;18.45;25.3;1.41;6815
+73091;44.36486;4.25362;160;20221022;23.8;15.9;19.9;1.4;17.72;.2;1.47;8571
+73091;44.36486;4.25362;160;20221023;22.1;15.2;18.7;1.8;18.15;8.1;1.3;7848
+73091;44.36486;4.25362;160;20221024;24.7;16.9;20.8;1.7;18.12;0;1.63;8298
+73091;44.36486;4.25362;160;20221025;23.7;11.6;17.6;1;15.35;.1;1.39;10500
+73091;44.36486;4.25362;160;20221026;24.5;12.9;18.7;1.2;16.55;.1;1.47;10053
+73091;44.36486;4.25362;160;20221027;23.3;14.8;19;1;17.25;.1;1.25;8323
+73091;44.36486;4.25362;160;20221028;23.6;11.7;17.6;.8;14.99;0;1.27;9971
+73091;44.36486;4.25362;160;20221029;23.6;9.3;16.5;.9;13.25;.2;1.29;10829
+73091;44.36486;4.25362;160;20221030;23.3;9.3;16.3;1.1;13.72;0;1.32;10530
+73091;44.36486;4.25362;160;20221031;22;13.2;17.6;2.3;16.12;52.8;1.33;8089
+73091;44.36486;4.25362;160;20221101;22.8;15.1;18.9;2.1;15.92;0;1.51;7610
+73091;44.36486;4.25362;160;20221102;20;10;15;1.6;11.42;.1;1.34;8652
+73091;44.36486;4.25362;160;20221103;13.2;6;9.6;1.3;11.12;7.1;.63;7194
+73091;44.36486;4.25362;160;20221104;14.8;6;10.4;2.2;9.15;.7;1.11;7784
+73091;44.36486;4.25362;160;20221105;13.9;8.6;11.3;5.3;7.75;0;2.18;6035
+73091;44.36486;4.25362;160;20221106;17.9;3.8;10.9;1.9;7.92;0;1.36;9719
+73091;44.36486;4.25362;160;20221107;20.1;3.2;11.7;1.2;9.05;.2;1.1;10522
+73091;44.36486;4.25362;160;20221108;16.1;6.1;11.1;1.7;11.75;23.7;.73;7810
+73091;44.36486;4.25362;160;20221109;18.2;15.4;16.8;3.6;14.59;35.3;1.36;4056
+73091;44.36486;4.25362;160;20221110;17.6;11.2;14.4;2.8;11.49;0;1.38;6217
+73091;44.36486;4.25362;160;20221111;20.7;6.1;13.4;1;10.89;.1;.93;9266
+73091;44.36486;4.25362;160;20221112;20.1;5.8;13;.7;11.12;.1;.75;9066
+73091;44.36486;4.25362;160;20221113;17.2;8.6;12.9;1.1;11.85;0;.73;6953
+73091;44.36486;4.25362;160;20221114;14.4;9.9;12.1;1;12.12;24;.61;4395
+73091;44.36486;4.25362;160;20221115;14.5;11.4;12.9;.8;13.55;9;.55;3910
+73091;44.36486;4.25362;160;20221116;18.6;8.3;13.4;1.3;11.22;.1;.86;7358
+73091;44.36486;4.25362;160;20221117;17.8;8.6;13.2;1.5;11.99;2.2;.82;6708
+73091;44.36486;4.25362;160;20221118;14.7;7.4;11;2.4;8.99;0;1.13;6017
+73091;44.36486;4.25362;160;20221119;12.9;5.2;9;3.9;7.45;.1;1.41;6161
+73091;44.36486;4.25362;160;20221120;13.1;4.7;8.9;2.8;6.89;.1;1.27;6393
+73091;44.36486;4.25362;160;20221121;8.2;2.5;5.4;1.3;8.02;4;.39;5176
+73091;44.36486;4.25362;160;20221122;13.1;4.2;8.7;2;7.62;1.1;.91;6441
+73091;44.36486;4.25362;160;20221123;11;3.2;7.1;1;8.45;.4;.46;5731
+73091;44.36486;4.25362;160;20221124;15.7;1.7;8.7;1.5;7.99;.1;.75;7877
+73091;44.36486;4.25362;160;20221125;14.9;3.6;9.2;1.8;8.99;1.7;.71;6950
+73091;44.36486;4.25362;160;20221126;11.8;7.9;9.8;4.4;8.2;0;1.38;4850
+73091;44.36486;4.25362;160;20221127;13.7;-.3;6.7;1;7.42;2.9;.48;7618
+73091;44.36486;4.25362;160;20221128;8.9;6.6;7.8;1.3;9.55;24.8;.44;2800
+73091;44.36486;4.25362;160;20221129;10.3;3;6.7;2.7;7.72;.1;.68;5438
+73091;44.36486;4.25362;160;20221130;11.5;4.7;8.1;3.7;7.62;0;1.09;5199
+73091;44.36486;4.25362;160;20221201;10.8;6.1;8.4;3.5;7.29;0;1.19;4237
+73091;44.36486;4.25362;160;20221202;7.5;3.2;5.4;1.6;7.09;1.9;.5;3998
+73091;44.36486;4.25362;160;20221203;6.9;4.6;5.7;1.8;8.45;18.5;.35;2840
+73091;44.36486;4.25362;160;20221204;9.2;6;7.6;1.1;8.85;10.9;.42;3478
+73091;44.36486;4.25362;160;20221205;10.5;-1.2;4.6;1.2;6.42;.1;.41;6488
+73091;44.36486;4.25362;160;20221206;9.4;-2.4;3.5;1.7;5.72;.2;.48;6565
+73091;44.36486;4.25362;160;20221207;7.3;-.2;3.5;3.6;5.72;.1;.75;5213
+73091;44.36486;4.25362;160;20221208;6.6;-4.2;1.2;1.2;5.79;22.6;.25;6145
+73091;44.36486;4.25362;160;20221209;10.9;4.2;7.6;1.6;8.89;1.1;.42;4857
+73091;44.36486;4.25362;160;20221210;5.9;3.5;4.7;3.9;6.12;0;.91;2849
+73091;44.36486;4.25362;160;20221211;5.1;-1.4;1.9;3.5;3.89;0;1.04;4736
+73091;44.36486;4.25362;160;20221212;6;-5.5;.2;.8;4.52;7.6;.26;6301
+73091;44.36486;4.25362;160;20221213;4;.4;2.2;.6;6.85;15.4;.23;3355
+73091;44.36486;4.25362;160;20221214;9.4;3.9;6.6;.8;9.55;1.1;.23;4305
+73091;44.36486;4.25362;160;20221215;9.5;7.2;8.3;1.7;10.12;31.2;.37;2666
+73091;44.36486;4.25362;160;20221216;8.9;3.6;6.3;3.2;7.25;0;.74;4145
+73091;44.36486;4.25362;160;20221217;7.1;.2;3.6;3.4;4.55;0;1.1;4753
+73091;44.36486;4.25362;160;20221218;11.3;-3.5;3.9;1;6.32;.1;.31;6972
+73091;44.36486;4.25362;160;20221219;13.8;7;10.4;2;10.69;2.4;.51;4580
+73091;44.36486;4.25362;160;20221220;14.7;11.8;13.2;2.8;12.12;6.9;.84;2966
+73091;44.36486;4.25362;160;20221221;15.8;11.7;13.7;1.3;12.05;.6;.64;3654
+73091;44.36486;4.25362;160;20221222;13.2;6.2;9.7;1.4;10.72;0;.36;4820
+73091;44.36486;4.25362;160;20221223;15.2;8.9;12;1.2;11.92;0;.47;4566
+73091;44.36486;4.25362;160;20221224;18.1;7.4;12.8;.9;10.92;.2;.46;5963
+73091;44.36486;4.25362;160;20221225;12.6;3.2;7.9;.8;9.95;0;.27;5367
+73091;44.36486;4.25362;160;20221226;17.2;7.9;12.6;.9;11.42;.1;.46;5418
+73091;44.36486;4.25362;160;20221227;14.9;4.4;9.6;1.9;8.22;0;.76;5952
+73091;44.36486;4.25362;160;20221228;12.8;-.4;6.2;.8;7.49;0;.3;6565
+73091;44.36486;4.25362;160;20221229;14;6.7;10.4;.8;10.35;.8;.39;4723
+73091;44.36486;4.25362;160;20221230;13;7.2;10.1;1;11.02;0;.35;4322
+73091;44.36486;4.25362;160;20221231;12.9;5.1;9;.6;9.99;0;.3;5078
+73092;44.38169;4.56598;51;20220101;10.6;5.4;8;2;9.2;.2;.62;4225
+73092;44.38169;4.56598;51;20220102;9.4;6.3;7.8;1.5;9.7;.1;.46;1497
+73092;44.38169;4.56598;51;20220103;12.4;6.3;9.4;1.6;9.35;0;.52;5718
+73092;44.38169;4.56598;51;20220104;12.1;4.1;8.1;1;10.05;2.5;.38;3656
+73092;44.38169;4.56598;51;20220105;7.6;6.4;7;9.4;6.45;.1;1.82;6125
+73092;44.38169;4.56598;51;20220106;7.4;4.6;6;9.9;5.5;0;2.06;6742
+73092;44.38169;4.56598;51;20220107;8.6;2;5.3;4.4;5.55;0;1.31;5820
+73092;44.38169;4.56598;51;20220108;10.7;2.5;6.6;2.2;7.25;.6;.74;5753
+73092;44.38169;4.56598;51;20220109;10.2;4.4;7.3;1.8;7.15;.2;.78;4382
+73092;44.38169;4.56598;51;20220110;8.4;4.4;6.4;7.3;6.75;0;1.4;6189
+73092;44.38169;4.56598;51;20220111;6.4;2.8;4.6;8.6;5.7;0;1.49;6686
+73092;44.38169;4.56598;51;20220112;6.4;3.1;4.7;8.1;5.1;0;1.76;7678
+73092;44.38169;4.56598;51;20220113;7.1;.3;3.7;4.6;4.95;0;1.15;7927
+73092;44.38169;4.56598;51;20220114;11.2;-4.2;3.5;1.3;5.01;0;.63;8491
+73092;44.38169;4.56598;51;20220115;9.8;-3;3.4;1.5;5.1;0;.52;8622
+73092;44.38169;4.56598;51;20220116;12;-3.6;4.2;5.6;4.55;0;1.99;8866
+73092;44.38169;4.56598;51;20220117;7.8;2.6;5.2;9.8;6.55;0;1.48;6793
+73092;44.38169;4.56598;51;20220118;9;3.8;6.4;5;6;0;1.45;8258
+73092;44.38169;4.56598;51;20220119;9.5;-2.7;3.4;1.7;6.15;0;.63;4829
+73092;44.38169;4.56598;51;20220120;8.4;3.7;6;9.3;6.4;0;1.66;7879
+73092;44.38169;4.56598;51;20220121;7;2.9;4.9;10.4;4.95;0;2.14;8008
+73092;44.38169;4.56598;51;20220122;7.3;1.5;4.4;8.7;5.35;0;1.72;7617
+73092;44.38169;4.56598;51;20220123;8.1;3.1;5.6;5.4;5.85;0;1.44;7133
+73092;44.38169;4.56598;51;20220124;9.8;-1.7;4;1.8;5.45;0;.74;9626
+73092;44.38169;4.56598;51;20220125;11.9;-4.6;3.7;.8;5.65;0;.53;9463
+73092;44.38169;4.56598;51;20220126;11.7;-3.6;4.1;5.5;5.4;0;1.7;9928
+73092;44.38169;4.56598;51;20220127;8.4;-2.5;2.9;6.8;4.85;0;1.56;9905
+73092;44.38169;4.56598;51;20220128;7.9;.2;4;11.3;5.95;0;1.53;9126
+73092;44.38169;4.56598;51;20220129;9.5;3;6.2;8.7;6;0;1.99;8705
+73092;44.38169;4.56598;51;20220130;13;4.9;9;10.2;7.85;0;2.18;9364
+73092;44.38169;4.56598;51;20220131;12.5;7.3;9.9;9.2;6.87;0;2.77;6787
+73092;44.38169;4.56598;51;20220201;10;4.5;7.3;10.7;5.65;0;2.65;9395
+73092;44.38169;4.56598;51;20220202;14.7;7;10.8;8.7;8.75;0;2.34;7593
+73092;44.38169;4.56598;51;20220203;14.6;8.6;11.6;3.4;8.55;0;1.72;8383
+73092;44.38169;4.56598;51;20220204;13.4;6.7;10.1;3.6;8.2;0;1.56;9704
+73092;44.38169;4.56598;51;20220205;12.1;8.5;10.3;7.2;6.8;0;2.66;9924
+73092;44.38169;4.56598;51;20220206;12;4.7;8.4;5.1;6.1;0;2.14;9427
+73092;44.38169;4.56598;51;20220207;12.5;4.7;8.6;7.2;6.15;.2;2.57;9042
+73092;44.38169;4.56598;51;20220208;13.9;4.9;9.4;6;5.05;0;3.01;11504
+73092;44.38169;4.56598;51;20220209;14.3;-3;5.7;1.3;6.9;0;.95;10738
+73092;44.38169;4.56598;51;20220210;15.9;1.7;8.8;1;7.85;0;1.03;11690
+73092;44.38169;4.56598;51;20220211;11.5;1.2;6.3;6.4;6.75;0;1.74;11073
+73092;44.38169;4.56598;51;20220212;13.4;2.2;7.8;2.5;6.15;0;1.56;11184
+73092;44.38169;4.56598;51;20220213;13.3;-.1;6.6;3;7.45;8.5;1.28;7044
+73092;44.38169;4.56598;51;20220214;11.8;8.1;10;2;9.41;12.9;.95;2200
+73092;44.38169;4.56598;51;20220215;12.1;1.8;7;3.5;7.1;0;1.42;8549
+73092;44.38169;4.56598;51;20220216;11.2;1.7;6.5;.7;8.35;.9;.68;5038
+73092;44.38169;4.56598;51;20220217;20.1;4.3;12.2;2.3;10.2;0;1.78;10713
+73092;44.38169;4.56598;51;20220218;19.5;3.4;11.4;2.1;9.85;0;1.7;13077
+73092;44.38169;4.56598;51;20220219;12.6;7.7;10.1;7.4;6.55;0;2.93;9599
+73092;44.38169;4.56598;51;20220220;15.3;5.6;10.5;4.5;6.75;0;2.59;13351
+73092;44.38169;4.56598;51;20220221;14.6;3.8;9.2;3.9;7.3;.1;2.06;11362
+73092;44.38169;4.56598;51;20220222;14.1;7.2;10.7;8.3;7.4;0;3.03;13049
+73092;44.38169;4.56598;51;20220223;17.6;9.6;13.6;5;8.5;0;3.04;13834
+73092;44.38169;4.56598;51;20220224;15.3;3.1;9.2;1.5;8.9;.1;1.25;9318
+73092;44.38169;4.56598;51;20220225;12;3.9;8;8.1;5.75;0;2.91;14444
+73092;44.38169;4.56598;51;20220226;13.4;4.7;9;4.8;5.45;0;2.82;14814
+73092;44.38169;4.56598;51;20220227;14.7;-3.1;5.8;1.4;5.75;0;1.56;14933
+73092;44.38169;4.56598;51;20220228;15.6;-.5;7.6;2.3;6.4;0;1.95;15327
+73092;44.38169;4.56598;51;20220301;15.2;1.9;8.6;2.5;6.45;0;2.1;15261
+73092;44.38169;4.56598;51;20220302;12.6;2.6;7.6;1.2;7.75;0;1.04;5809
+73092;44.38169;4.56598;51;20220303;16.8;1.8;9.3;1.3;7.8;0;1.7;15212
+73092;44.38169;4.56598;51;20220304;17.1;3.6;10.4;5.5;6.35;0;3.42;16058
+73092;44.38169;4.56598;51;20220305;14.5;3.8;9.2;5;4.05;0;3.56;16069
+73092;44.38169;4.56598;51;20220306;12.8;-.2;6.3;3.8;4;0;2.71;16451
+73092;44.38169;4.56598;51;20220307;13.6;-3;5.3;1.8;4.35;0;1.97;16548
+73092;44.38169;4.56598;51;20220308;11.6;-4.1;3.8;1.1;5.75;0;1.22;10674
+73092;44.38169;4.56598;51;20220309;14;1.6;7.8;.8;7.45;0;1.27;9628
+73092;44.38169;4.56598;51;20220310;15.2;-.4;7.4;1.9;8.6;2.5;1.54;13065
+73092;44.38169;4.56598;51;20220311;14.1;8.7;11.4;4.7;8.25;3.7;2.25;5252
+73092;44.38169;4.56598;51;20220312;14.3;9.3;11.8;5;7.35;8.3;2.77;5662
+73092;44.38169;4.56598;51;20220313;13.2;9.2;11.2;5.5;8.35;11.8;2.2;2629
+73092;44.38169;4.56598;51;20220314;15;5.1;10.1;1.3;10.45;1.4;1.31;9447
+73092;44.38169;4.56598;51;20220315;18;9.4;13.7;2.3;10.25;0;2.25;12731
+73092;44.38169;4.56598;51;20220316;17.5;5.5;11.5;.9;10.35;0;1.78;14308
+73092;44.38169;4.56598;51;20220317;16.9;7.3;12.1;4.4;10.85;0;2.11;11815
+73092;44.38169;4.56598;51;20220318;14.8;10.2;12.5;6;10.05;.5;2.53;12230
+73092;44.38169;4.56598;51;20220319;18.4;6.1;12.2;1.7;9.35;0;2.39;16861
+73092;44.38169;4.56598;51;20220320;15.1;4.6;9.8;1.6;7.4;.1;1.68;7511
+73092;44.38169;4.56598;51;20220321;17;9.1;13.1;2.4;6.95;0;2.74;13069
+73092;44.38169;4.56598;51;20220322;17.4;-.4;8.5;2.4;6.15;0;2.76;19474
+73092;44.38169;4.56598;51;20220323;18.2;-.6;8.8;1.6;6.55;0;2.55;19672
+73092;44.38169;4.56598;51;20220324;20.8;.5;10.6;1.4;6.1;0;2.83;20120
+73092;44.38169;4.56598;51;20220325;21.6;-.4;10.6;.9;6.15;0;2.52;19768
+73092;44.38169;4.56598;51;20220326;22.2;1.2;11.7;1;7;0;2.73;20366
+73092;44.38169;4.56598;51;20220327;20.5;3.2;11.8;.9;7.75;0;2.28;16181
+73092;44.38169;4.56598;51;20220328;22.4;2;12.2;1.4;6.75;0;3.04;20061
+73092;44.38169;4.56598;51;20220329;19.7;4.8;12.3;1.9;8.35;3.4;2.78;17580
+73092;44.38169;4.56598;51;20220330;15.5;9.6;12.5;1.8;11.05;.2;1.88;11861
+73092;44.38169;4.56598;51;20220331;17.2;8.8;13;4.4;9.3;3.5;3.12;15875
+73092;44.38169;4.56598;51;20220401;8.5;3.6;6.1;7.6;6.3;.5;2.15;11045
+73092;44.38169;4.56598;51;20220402;7.9;3.5;5.7;9.1;4.48;0;2.8;10286
+73092;44.38169;4.56598;51;20220403;9.5;1.9;5.7;9.6;5.4;0;2.84;15747
+73092;44.38169;4.56598;51;20220404;13.6;2.8;8.2;5.8;5.45;0;3.63;22480
+73092;44.38169;4.56598;51;20220405;18.1;4.1;11.1;5.3;6.75;0;4.13;22523
+73092;44.38169;4.56598;51;20220406;18.4;5.4;11.9;1.7;9.45;1;2.46;15505
+73092;44.38169;4.56598;51;20220407;17.9;5.7;11.8;1.9;10.7;0;1.84;9646
+73092;44.38169;4.56598;51;20220408;22.1;10.3;16.2;2.7;10.95;0;3.02;12502
+73092;44.38169;4.56598;51;20220409;14.2;8.6;11.4;5.9;6.5;0;3.91;18812
+73092;44.38169;4.56598;51;20220410;17.9;3.9;10.9;3.4;6.4;.1;3.86;23734
+73092;44.38169;4.56598;51;20220411;16.7;2.4;9.5;2.3;7.65;.2;2.13;10054
+73092;44.38169;4.56598;51;20220412;21.6;6.2;13.9;2.5;8.75;0;3.52;18163
+73092;44.38169;4.56598;51;20220413;22.6;6.8;14.7;1.2;9.95;0;3.05;19252
+73092;44.38169;4.56598;51;20220414;25;7.3;16.1;3.6;11.25;0;4.36;22990
+73092;44.38169;4.56598;51;20220415;26.9;10.2;18.6;7.1;11.7;0;6.26;24355
+73092;44.38169;4.56598;51;20220416;23.9;15;19.5;7.5;10.01;0;6.58;24200
+73092;44.38169;4.56598;51;20220417;22.4;11.1;16.7;4.1;8.1;0;5.24;24894
+73092;44.38169;4.56598;51;20220418;23.8;4.5;14.2;2.1;8.3;0;4.21;24984
+73092;44.38169;4.56598;51;20220419;24.3;6.3;15.3;3;7.85;0;4.82;24518
+73092;44.38169;4.56598;51;20220420;17.8;7.6;12.7;1.4;11.5;8.4;1.85;10325
+73092;44.38169;4.56598;51;20220421;20;11.8;15.9;2.3;13;.5;2.71;14208
+73092;44.38169;4.56598;51;20220422;22.9;7.3;15.1;2.4;10.95;0;3.96;23965
+73092;44.38169;4.56598;51;20220423;16.3;11.3;13.8;3.8;11.1;17;2.07;5656
+73092;44.38169;4.56598;51;20220424;15.9;7.9;11.9;1.3;11.7;.1;1.78;11198
+73092;44.38169;4.56598;51;20220425;21.6;8.9;15.2;1.6;11.15;0;3.77;24453
+73092;44.38169;4.56598;51;20220426;22.3;7.7;15;3.2;10.4;0;4.31;24981
+73092;44.38169;4.56598;51;20220427;23.8;10.6;17.2;3;10;0;4.93;26357
+73092;44.38169;4.56598;51;20220428;25.8;7.9;16.8;1.9;10.85;.1;4.56;26233
+73092;44.38169;4.56598;51;20220429;25.5;8.3;16.9;2.7;10.65;0;4.8;25457
+73092;44.38169;4.56598;51;20220430;23.3;14.1;18.7;6;9.95;0;6.14;25628
+73092;44.38169;4.56598;51;20220501;22.4;11.7;17.1;5.8;8.8;0;5.99;26955
+73092;44.38169;4.56598;51;20220502;24.3;9;16.6;2.8;10.05;.2;4.88;26574
+73092;44.38169;4.56598;51;20220503;24.1;11;17.5;1.8;12.4;1.2;3.93;21887
+73092;44.38169;4.56598;51;20220504;24.6;9;16.8;1.8;12.8;2;4.16;24910
+73092;44.38169;4.56598;51;20220505;20.5;13.4;17;6.1;11.8;.1;4.05;14575
+73092;44.38169;4.56598;51;20220506;18.4;12.9;15.6;8.3;11.3;0;4.07;17080
+73092;44.38169;4.56598;51;20220507;24.4;14.6;19.5;7;11.25;0;6.44;25585
+73092;44.38169;4.56598;51;20220508;23.8;14;18.9;3.6;12.1;2;4.93;22998
+73092;44.38169;4.56598;51;20220509;27.4;10.6;19;1.3;13.8;.5;4.6;26627
+73092;44.38169;4.56598;51;20220510;28;11.2;19.6;1.1;13.85;0;4.7;27053
+73092;44.38169;4.56598;51;20220511;27.6;10.2;18.9;1.8;12.45;0;5.09;28113
+73092;44.38169;4.56598;51;20220512;27;10;18.5;1.8;12.1;0;4.91;26873
+73092;44.38169;4.56598;51;20220513;28.1;9.8;18.9;1.3;12.6;0;4.73;26481
+73092;44.38169;4.56598;51;20220514;30.1;14.4;22.2;3.1;15.35;0;5.99;27338
+73092;44.38169;4.56598;51;20220515;28.2;13.5;20.8;1.7;14.7;.1;5.2;28043
+73092;44.38169;4.56598;51;20220516;29.4;11.3;20.3;1.4;12.4;0;5.22;28197
+73092;44.38169;4.56598;51;20220517;32.8;12.3;22.6;1.1;14.85;0;5.37;28400
+73092;44.38169;4.56598;51;20220518;33.5;15.2;24.3;2.4;16.45;0;6.3;28052
+73092;44.38169;4.56598;51;20220519;30.7;15.2;23;2.4;15.7;0;5.89;27945
+73092;44.38169;4.56598;51;20220520;30.1;14;22;2.1;13.75;0;5.67;27101
+73092;44.38169;4.56598;51;20220521;33.5;13.2;23.4;1.1;15.3;0;5.53;28348
+73092;44.38169;4.56598;51;20220522;32.4;15.9;24.1;1.8;18.65;0;5.68;27394
+73092;44.38169;4.56598;51;20220523;28.6;17.5;23;2.5;16.75;0;5.35;25050
+73092;44.38169;4.56598;51;20220524;24.3;17.8;21.1;3.8;11.95;0;5.05;17475
+73092;44.38169;4.56598;51;20220525;25.8;16.2;21;8.3;10.6;0;7.6;23293
+73092;44.38169;4.56598;51;20220526;26.9;17.2;22;8.5;11.1;0;8.39;28631
+73092;44.38169;4.56598;51;20220527;28.4;17.7;23;9;13.1;0;8.4;27309
+73092;44.38169;4.56598;51;20220528;26.2;16.7;21.5;10.5;10.95;0;8.49;27313
+73092;44.38169;4.56598;51;20220529;24;14.5;19.3;8.1;7.7;0;8.16;29930
+73092;44.38169;4.56598;51;20220530;26.6;11.7;19.2;2.8;8.9;.1;5.92;27861
+73092;44.38169;4.56598;51;20220531;28.2;15.2;21.7;1.8;13.2;.1;4.62;20620
+73092;44.38169;4.56598;51;20220601;31.4;12.2;21.8;1.6;14.15;0;5.67;28725
+73092;44.38169;4.56598;51;20220602;31.8;14;22.9;1.5;15.4;0;5.72;28555
+73092;44.38169;4.56598;51;20220603;31.4;18.2;24.8;1.8;16.35;0;5.87;27473
+73092;44.38169;4.56598;51;20220604;33.3;17.3;25.3;2.3;17.05;.1;6.4;28210
+73092;44.38169;4.56598;51;20220605;32.2;18.8;25.5;2.4;17.7;.7;6.21;27086
+73092;44.38169;4.56598;51;20220606;32.7;17.8;25.2;3.5;15.1;.2;7.36;29498
+73092;44.38169;4.56598;51;20220607;31;17.8;24.4;4.3;14.5;0;7.44;29509
+73092;44.38169;4.56598;51;20220608;26.3;16.4;21.4;2.7;12.8;0;4.87;19640
+73092;44.38169;4.56598;51;20220609;25;17.1;21;6.4;12.6;0;6.7;26572
+73092;44.38169;4.56598;51;20220610;28.1;16;22.1;8.2;10.85;0;8.82;30889
+73092;44.38169;4.56598;51;20220611;33;19.1;26;5.8;11.7;0;9.51;30805
+73092;44.38169;4.56598;51;20220612;36.6;15.8;26.2;1.9;13.45;.1;6.75;28069
+73092;44.38169;4.56598;51;20220613;31.8;18.8;25.3;5.4;15.55;0;8.14;29932
+73092;44.38169;4.56598;51;20220614;36.5;18.7;27.6;4.5;12.1;0;9.5;30893
+73092;44.38169;4.56598;51;20220615;35;18.3;26.6;1.9;16.05;0;6.2;25703
+73092;44.38169;4.56598;51;20220616;36.7;16.8;26.7;2.4;15.8;0;7.18;28511
+73092;44.38169;4.56598;51;20220617;37;23.7;30.3;5.6;13.75;0;10.53;30018
+73092;44.38169;4.56598;51;20220618;36.5;19.4;27.9;2.9;16.3;0;7.79;29872
+73092;44.38169;4.56598;51;20220619;34.3;19.2;26.8;3.4;16;0;7.71;29876
+73092;44.38169;4.56598;51;20220620;33.9;16.8;25.4;2.7;13.7;0;7.29;30227
+73092;44.38169;4.56598;51;20220621;31.9;19.5;25.7;2.4;19.2;1;5.7;23942
+73092;44.38169;4.56598;51;20220622;29.8;21.6;25.7;2.6;23.25;7.3;4.87;21041
+73092;44.38169;4.56598;51;20220623;29.2;19.6;24.4;2.7;21.45;3;4.84;21676
+73092;44.38169;4.56598;51;20220624;27.7;19.4;23.6;1.4;19.25;9.6;4.65;22953
+73092;44.38169;4.56598;51;20220625;31.3;16.6;24;2.1;17.45;5.4;6.11;29181
+73092;44.38169;4.56598;51;20220626;32.9;19.1;26;2.9;19.05;0;6.72;29058
+73092;44.38169;4.56598;51;20220627;28.9;20;24.4;6.4;17.1;0;6.83;23853
+73092;44.38169;4.56598;51;20220628;28.3;19;23.7;7.7;15.35;0;7.71;27703
+73092;44.38169;4.56598;51;20220629;32.4;19;25.7;3;15.55;.2;7.25;30520
+73092;44.38169;4.56598;51;20220630;29.7;17.8;23.7;3.4;17.55;8.7;5.87;25063
+73092;44.38169;4.56598;51;20220701;26.1;15.4;20.7;7.9;12.8;0;7.41;30787
+73092;44.38169;4.56598;51;20220702;34.4;17.1;25.7;3.8;12.15;0;8.36;30723
+73092;44.38169;4.56598;51;20220703;37.1;15.9;26.5;1.6;14.8;0;6.67;29554
+73092;44.38169;4.56598;51;20220704;33.5;22.6;28;4.3;18.85;2.1;7.69;27574
+73092;44.38169;4.56598;51;20220705;31.3;21.7;26.5;7.2;14.75;0;9.3;29839
+73092;44.38169;4.56598;51;20220706;30.4;20.6;25.5;8.2;11.8;0;9.97;29915
+73092;44.38169;4.56598;51;20220707;30.2;19.4;24.8;9.7;11.8;0;10.22;30281
+73092;44.38169;4.56598;51;20220708;29.7;19.1;24.4;9.9;13.75;0;9.47;30474
+73092;44.38169;4.56598;51;20220709;31.7;20.1;25.9;7.4;12.2;0;9.86;30308
+73092;44.38169;4.56598;51;20220710;32;21.6;26.8;8;13.4;0;10.14;29944
+73092;44.38169;4.56598;51;20220711;34;20.4;27.2;5.4;13.85;0;9.15;30047
+73092;44.38169;4.56598;51;20220712;35.5;18.8;27.1;3.4;14.3;0;8.05;30064
+73092;44.38169;4.56598;51;20220713;35.8;17.9;26.9;2.1;14.3;0;7.03;29730
+73092;44.38169;4.56598;51;20220714;37.4;18;27.7;1.4;17.9;0;6.48;29445
+73092;44.38169;4.56598;51;20220715;36.7;19.8;28.3;4;16.4;0;8.52;29408
+73092;44.38169;4.56598;51;20220716;34.7;22.6;28.6;6.5;11.7;0;10.64;29719
+73092;44.38169;4.56598;51;20220717;36.6;22.6;29.6;5.1;12.75;0;9.92;29429
+73092;44.38169;4.56598;51;20220718;39.2;21.3;30.2;2.4;17.3;0;7.68;28788
+73092;44.38169;4.56598;51;20220719;37.4;20.8;29.1;1.8;19;0;6.82;28645
+73092;44.38169;4.56598;51;20220720;36.9;20.2;28.6;2.5;19.2;0;7.16;28551
+73092;44.38169;4.56598;51;20220721;35.9;23.8;29.9;6;15.6;0;10.02;29155
+73092;44.38169;4.56598;51;20220722;38.2;19.5;28.8;2.7;15.8;.1;7.63;27909
+73092;44.38169;4.56598;51;20220723;35.1;23.6;29.4;4;20.5;0;7.28;24135
+73092;44.38169;4.56598;51;20220724;38.5;22.6;30.5;4.5;15.75;0;9.49;28861
+73092;44.38169;4.56598;51;20220725;37.9;19.6;28.7;2.2;17.85;.1;6.47;24060
+73092;44.38169;4.56598;51;20220726;31.4;23.3;27.4;8.5;15.3;0;9.73;27923
+73092;44.38169;4.56598;51;20220727;31.6;20.9;26.3;7.6;12.35;0;9.75;28580
+73092;44.38169;4.56598;51;20220728;34.5;17.2;25.9;2.4;12.65;0;6.58;25649
+73092;44.38169;4.56598;51;20220729;29.9;18.9;24.4;2.3;16.8;1.2;4.7;18472
+73092;44.38169;4.56598;51;20220730;33.5;21.1;27.3;5.5;13.3;0;8.95;28286
+73092;44.38169;4.56598;51;20220731;35.8;19.4;27.6;5.3;12.75;0;9.4;28077
+73092;44.38169;4.56598;51;20220801;37.3;24.4;30.9;5.7;13.25;0;10.41;28117
+73092;44.38169;4.56598;51;20220802;36.5;24.1;30.3;5.5;14.65;0;9.77;27856
+73092;44.38169;4.56598;51;20220803;38.1;18.5;28.3;1.9;16.5;0;6.62;27194
+73092;44.38169;4.56598;51;20220804;37.7;19;28.4;1.8;17.75;0;6.38;26981
+73092;44.38169;4.56598;51;20220805;38.3;21.6;29.9;2.8;19.7;.1;6.91;23966
+73092;44.38169;4.56598;51;20220806;34;23.8;28.9;6.8;15.9;0;9.51;26736
+73092;44.38169;4.56598;51;20220807;34;22.3;28.1;5.9;13.95;0;9.17;27184
+73092;44.38169;4.56598;51;20220808;35;22.6;28.8;5.4;12.3;0;9.39;27266
+73092;44.38169;4.56598;51;20220809;37.1;16.9;27;2.5;12.6;0;7;26847
+73092;44.38169;4.56598;51;20220810;37;17.1;27;1.6;13.4;0;5.92;26227
+73092;44.38169;4.56598;51;20220811;36.2;17.4;26.8;1.8;14.6;0;6.02;26105
+73092;44.38169;4.56598;51;20220812;38.2;19.4;28.8;1.3;17.05;0;5.81;26033
+73092;44.38169;4.56598;51;20220813;36.8;18.5;27.7;1.5;19.85;2.5;5.7;25660
+73092;44.38169;4.56598;51;20220814;28.1;22.9;25.5;2.1;23.4;12.5;3.52;14824
+73092;44.38169;4.56598;51;20220815;32.3;17.6;25;1.5;18.6;0;5.09;25060
+73092;44.38169;4.56598;51;20220816;34;17.6;25.8;2.3;18.05;7.4;5.7;24334
+73092;44.38169;4.56598;51;20220817;28.9;20.3;24.6;1.7;21;27.8;3.07;11867
+73092;44.38169;4.56598;51;20220818;25.7;16.3;21;4.4;17.3;0;3.91;15932
+73092;44.38169;4.56598;51;20220819;27.2;18.8;23;6.2;17.75;0;5.38;19988
+73092;44.38169;4.56598;51;20220820;29.7;20.9;25.3;7.2;17.5;0;7.15;24088
+73092;44.38169;4.56598;51;20220821;29.9;20.2;25.1;6.6;14.15;0;7.44;21563
+73092;44.38169;4.56598;51;20220822;30.6;20.2;25.4;6.9;13.85;0;8.07;24504
+73092;44.38169;4.56598;51;20220823;32.2;21.8;27;6.3;16.1;0;7.97;24323
+73092;44.38169;4.56598;51;20220824;34.8;18.9;26.8;2.3;16.15;0;5.95;24441
+73092;44.38169;4.56598;51;20220825;34.9;17.6;26.3;1.5;17.5;1.3;4.98;22807
+73092;44.38169;4.56598;51;20220826;31;22.4;26.7;5.8;17.6;0;7.03;22476
+73092;44.38169;4.56598;51;20220827;29.6;20.6;25.1;6.5;17.6;0;6.65;23204
+73092;44.38169;4.56598;51;20220828;32.9;17.9;25.4;2.4;17.1;0;5.42;23550
+73092;44.38169;4.56598;51;20220829;34.2;16.7;25.5;1.6;18.15;.5;4.86;22713
+73092;44.38169;4.56598;51;20220830;31.4;21.5;26.5;1.7;21.6;15.3;3.78;15658
+73092;44.38169;4.56598;51;20220831;29.5;18.8;24.2;4.5;18.1;0;5.43;21468
+73092;44.38169;4.56598;51;20220901;32;19.9;26;4;14.65;0;6.4;22047
+73092;44.38169;4.56598;51;20220902;27.6;17.2;22.4;1.3;17;7.1;3.07;14078
+73092;44.38169;4.56598;51;20220903;30.3;18.8;24.6;1.6;19.25;0;3.88;18246
+73092;44.38169;4.56598;51;20220904;32;17.6;24.8;1.6;19.05;.2;4.43;22176
+73092;44.38169;4.56598;51;20220905;32.2;19.4;25.8;1.5;21.6;.3;3.98;18715
+73092;44.38169;4.56598;51;20220906;31.1;18.5;24.8;1.7;21.55;3.8;3.98;19508
+73092;44.38169;4.56598;51;20220907;29.3;18.2;23.7;2.4;21;43.7;3.46;15270
+73092;44.38169;4.56598;51;20220908;27.8;16.4;22.1;2.3;17.75;0;3.88;19615
+73092;44.38169;4.56598;51;20220909;27;14.7;20.9;1;15.65;.1;2.86;15040
+73092;44.38169;4.56598;51;20220910;25.9;13.2;19.6;2.6;13.7;0;4.03;21069
+73092;44.38169;4.56598;51;20220911;27.2;16.3;21.7;3.9;13.05;0;5.09;21194
+73092;44.38169;4.56598;51;20220912;30.1;13.2;21.6;1.4;16.55;.1;3.75;20979
+73092;44.38169;4.56598;51;20220913;28.5;19.8;24.2;2;22.15;12.1;3.14;14508
+73092;44.38169;4.56598;51;20220914;27.7;19.8;23.8;2.6;21.2;15.4;3.01;12016
+73092;44.38169;4.56598;51;20220915;29.6;16.3;23;2.2;17.81;.6;3.84;18563
+73092;44.38169;4.56598;51;20220916;25.8;18.1;22;4.8;15.71;0;4.25;15046
+73092;44.38169;4.56598;51;20220917;19.4;14;16.7;8.2;9.84;0;4.55;13029
+73092;44.38169;4.56598;51;20220918;22.4;11.8;17.1;6.6;8.61;0;5.15;16631
+73092;44.38169;4.56598;51;20220919;22.2;13.6;17.9;7.6;8.51;0;5.59;15251
+73092;44.38169;4.56598;51;20220920;21.8;12;16.9;7.6;8.8;0;5.42;19352
+73092;44.38169;4.56598;51;20220921;23;12.8;17.9;6.2;9.55;0;5.16;19220
+73092;44.38169;4.56598;51;20220922;25.4;9.5;17.5;1.4;11.45;.1;3.02;19065
+73092;44.38169;4.56598;51;20220923;23.4;11.9;17.7;1;14.5;20;1.88;9753
+73092;44.38169;4.56598;51;20220924;21.4;15.4;18.4;1.2;16.4;9.9;1.99;11870
+73092;44.38169;4.56598;51;20220925;21.7;13.6;17.6;2.8;14.1;.1;2.83;16442
+73092;44.38169;4.56598;51;20220926;21.2;13.2;17.2;3.9;12.25;.4;3.25;15693
+73092;44.38169;4.56598;51;20220927;19.9;11.5;15.7;2.4;11.5;.1;2.43;12427
+73092;44.38169;4.56598;51;20220928;23.9;13.1;18.5;1.5;13;.3;2.46;12822
+73092;44.38169;4.56598;51;20220929;20.1;13.2;16.7;2.5;12.8;.6;2.41;12116
+73092;44.38169;4.56598;51;20220930;15.9;11.7;13.8;6.1;10.6;.3;2.53;7693
+73092;44.38169;4.56598;51;20221001;20.7;6.6;13.7;1.4;11.2;0;1.84;11164
+73092;44.38169;4.56598;51;20221002;27.1;10.7;18.9;1.8;13.75;0;2.95;16842
+73092;44.38169;4.56598;51;20221003;22.9;16.4;19.6;6.9;14.25;0;4.09;15572
+73092;44.38169;4.56598;51;20221004;26.5;11;18.8;2.3;13.75;.1;3.08;16749
+73092;44.38169;4.56598;51;20221005;24.4;10.3;17.3;1.2;14.75;.2;2.05;13220
+73092;44.38169;4.56598;51;20221006;24.8;10.4;17.6;2.4;14.5;0;2.62;15829
+73092;44.38169;4.56598;51;20221007;24.6;12.9;18.8;1.6;14.95;.8;2.21;12300
+73092;44.38169;4.56598;51;20221008;20.1;15;17.6;2.5;15.6;.6;1.5;4445
+73092;44.38169;4.56598;51;20221009;20.7;14.2;17.4;3.3;13.65;.5;2.14;6836
+73092;44.38169;4.56598;51;20221010;24.7;13.6;19.2;.9;15.3;.2;2.02;13673
+73092;44.38169;4.56598;51;20221011;24.2;10.4;17.3;1.7;14.3;0;2.23;14883
+73092;44.38169;4.56598;51;20221012;23.1;13.8;18.4;2;15.1;0;2.08;11966
+73092;44.38169;4.56598;51;20221013;21.4;10.9;16.1;1.4;14.55;.9;1.53;9440
+73092;44.38169;4.56598;51;20221014;22.7;13.3;18;.7;15.2;.2;1.43;9072
+73092;44.38169;4.56598;51;20221015;24.9;9.1;17;.8;13.55;0;1.8;13947
+73092;44.38169;4.56598;51;20221016;25.5;12.4;19;1.7;15.6;0;2.05;11509
+73092;44.38169;4.56598;51;20221017;25.2;13;19.1;1.6;15.9;0;2.04;12388
+73092;44.38169;4.56598;51;20221018;25.3;10.7;18;.8;14.45;.2;1.75;13741
+73092;44.38169;4.56598;51;20221019;24.1;9.7;16.9;.8;14.7;.8;1.58;12323
+73092;44.38169;4.56598;51;20221020;21.5;15.3;18.4;2.1;17.4;13.4;1.25;4304
+73092;44.38169;4.56598;51;20221021;22.4;17.8;20.1;3.6;18.2;48.6;1.83;3836
+73092;44.38169;4.56598;51;20221022;24.7;16.9;20.8;1.8;17.7;.2;1.86;10002
+73092;44.38169;4.56598;51;20221023;24.3;13.2;18.7;1.3;16.95;.3;1.39;7466
+73092;44.38169;4.56598;51;20221024;25.2;16.7;21;2;18;0;1.78;7704
+73092;44.38169;4.56598;51;20221025;23.8;13.8;18.8;1.5;16.45;0;1.56;9503
+73092;44.38169;4.56598;51;20221026;25.6;12.7;19.2;1;16.15;0;1.56;11366
+73092;44.38169;4.56598;51;20221027;24.8;13.2;19;.9;16.5;.1;1.46;11376
+73092;44.38169;4.56598;51;20221028;24.2;12.9;18.5;.9;15.75;0;1.39;10792
+73092;44.38169;4.56598;51;20221029;24.3;10.8;17.6;.8;14.45;.2;1.31;11005
+73092;44.38169;4.56598;51;20221030;24.3;9.3;16.8;1.1;14.3;0;1.37;10888
+73092;44.38169;4.56598;51;20221031;23.7;12.8;18.2;2.9;15.95;71.6;1.81;8919
+73092;44.38169;4.56598;51;20221101;23.1;15.3;19.2;2.7;16.2;0;1.8;9305
+73092;44.38169;4.56598;51;20221102;19.8;12.1;16;1.9;12.6;.1;1.49;10227
+73092;44.38169;4.56598;51;20221103;14.5;6.8;10.7;1.1;11.75;12.4;.66;3555
+73092;44.38169;4.56598;51;20221104;15.5;6.3;10.9;2.8;10.3;.9;1.16;7537
+73092;44.38169;4.56598;51;20221105;14;9;11.5;8.5;9.15;0;2.27;9533
+73092;44.38169;4.56598;51;20221106;18.3;5.5;11.9;2.5;9.1;0;1.59;10899
+73092;44.38169;4.56598;51;20221107;19.1;4.3;11.7;1.1;9.75;0;1.02;10828
+73092;44.38169;4.56598;51;20221108;17.1;6.1;11.6;1.6;11.6;10;.85;3946
+73092;44.38169;4.56598;51;20221109;19.4;15.9;17.6;4.3;14.4;44.7;1.88;2523
+73092;44.38169;4.56598;51;20221110;16.6;12.8;14.7;5.2;12.4;0;1.72;8628
+73092;44.38169;4.56598;51;20221111;16.9;8.5;12.7;2.1;11.4;.1;1;9334
+73092;44.38169;4.56598;51;20221112;16;7;11.5;1.1;11.6;.1;.63;6659
+73092;44.38169;4.56598;51;20221113;16;9.6;12.8;1.5;11.85;0;.86;5579
+73092;44.38169;4.56598;51;20221114;15.9;8.8;12.4;1.6;12.15;14;.77;2991
+73092;44.38169;4.56598;51;20221115;16.1;11.7;13.9;1.4;13.75;12.6;.76;2372
+73092;44.38169;4.56598;51;20221116;18.5;9.3;13.9;1.6;11.95;0;.93;8178
+73092;44.38169;4.56598;51;20221117;17.8;8.8;13.3;1.4;12.35;2.3;.79;6980
+73092;44.38169;4.56598;51;20221118;14.9;7.3;11.1;2.8;10.35;0;.97;7965
+73092;44.38169;4.56598;51;20221119;12.9;8.3;10.6;6.7;8.5;.1;1.89;7096
+73092;44.38169;4.56598;51;20221120;12.4;7.4;9.9;5.3;7.95;0;1.68;7894
+73092;44.38169;4.56598;51;20221121;8.4;3.8;6.1;1.7;8.5;4.3;.48;2416
+73092;44.38169;4.56598;51;20221122;12.8;6.2;9.5;2.6;8.35;.5;1.01;6973
+73092;44.38169;4.56598;51;20221123;12.2;2.4;7.3;1.1;8.45;1.3;.55;4567
+73092;44.38169;4.56598;51;20221124;14.2;2.6;8.4;1.9;8.7;.1;.72;7889
+73092;44.38169;4.56598;51;20221125;14.7;5.2;9.9;3.1;9.65;1.7;.98;6401
+73092;44.38169;4.56598;51;20221126;11.8;8.8;10.3;7.5;8.85;0;1.72;5958
+73092;44.38169;4.56598;51;20221127;13.6;.8;7.2;1.3;7.95;.9;.53;7405
+73092;44.38169;4.56598;51;20221128;9.3;5.7;7.5;1.6;9.35;22.1;.5;1313
+73092;44.38169;4.56598;51;20221129;10.1;3.8;6.9;4.5;8.75;.1;.67;4156
+73092;44.38169;4.56598;51;20221130;11.2;4.3;7.7;5.5;8.6;0;1.02;5486
+73092;44.38169;4.56598;51;20221201;10.7;6.8;8.7;4.3;7.95;0;1.18;6578
+73092;44.38169;4.56598;51;20221202;6.8;5;5.9;3.2;7.6;1.3;.73;1449
+73092;44.38169;4.56598;51;20221203;7.1;4.8;5.9;3.8;8.45;12.9;.51;1580
+73092;44.38169;4.56598;51;20221204;8.5;5.4;7;2.2;9;9.3;.48;2120
+73092;44.38169;4.56598;51;20221205;9;2.1;5.5;1.8;7.85;.1;.42;5491
+73092;44.38169;4.56598;51;20221206;7.8;3.2;5.5;4.3;6.85;.1;.65;4956
+73092;44.38169;4.56598;51;20221207;6.9;2.8;4.8;7.4;6.4;0;1.16;5099
+73092;44.38169;4.56598;51;20221208;6.4;-1;2.7;2.3;6.25;28.5;.44;5150
+73092;44.38169;4.56598;51;20221209;9.2;4.5;6.9;3.7;8.5;1.6;.63;2659
+73092;44.38169;4.56598;51;20221210;5.1;4.2;4.6;8.5;6;0;1.34;4225
+73092;44.38169;4.56598;51;20221211;3.6;.5;2;7.2;4.45;0;1.28;6581
+73092;44.38169;4.56598;51;20221212;2.4;-2.6;-.1;2.6;5.05;6.1;.37;4980
+73092;44.38169;4.56598;51;20221213;4.3;.3;2.3;.9;7;11.2;.31;1445
+73092;44.38169;4.56598;51;20221214;9.9;3.9;6.9;.7;9.85;.5;.34;1737
+73092;44.38169;4.56598;51;20221215;9.2;7;8.1;2.4;10.35;25.9;.4;724
+73092;44.38169;4.56598;51;20221216;7;5.3;6.2;7.3;7.3;0;1.03;5251
+73092;44.38169;4.56598;51;20221217;4.6;1.1;2.8;8.2;5.15;0;1.23;6164
+73092;44.38169;4.56598;51;20221218;12.9;-1.3;5.8;1.6;6.85;0;.59;5859
+73092;44.38169;4.56598;51;20221219;14.7;7.5;11.1;3.4;10.65;0;.95;3270
+73092;44.38169;4.56598;51;20221220;16;12.3;14.2;4.2;11.8;4.7;1.45;2644
+73092;44.38169;4.56598;51;20221221;16.2;12.3;14.2;1.8;12.4;1.9;.77;3924
+73092;44.38169;4.56598;51;20221222;10.3;6.7;8.5;.7;10.85;.1;.35;2050
+73092;44.38169;4.56598;51;20221223;12.9;8.3;10.6;.6;11.45;0;.43;2216
+73092;44.38169;4.56598;51;20221224;17;7;12;1;10.8;.2;.46;6084
+73092;44.38169;4.56598;51;20221225;15.3;4.4;9.9;.9;10.2;0;.39;5804
+73092;44.38169;4.56598;51;20221226;18.5;8;13.3;.8;11.4;.1;.45;6445
+73092;44.38169;4.56598;51;20221227;14.4;4.9;9.6;2.6;9;0;.78;7160
+73092;44.38169;4.56598;51;20221228;14.2;-.1;7.1;.5;7.55;0;.27;6307
+73092;44.38169;4.56598;51;20221229;15;6.2;10.6;1;10.3;.5;.49;4375
+73092;44.38169;4.56598;51;20221230;13.8;7.1;10.4;.8;11.35;.1;.45;2600
+73092;44.38169;4.56598;51;20221231;14.6;5.9;10.2;1.2;10.55;0;.46;5100
+73093;44.39758;4.8785;126;20220101;7.1;.3;3.7;1;8.4;.2;.14;5267
+73093;44.39758;4.8785;126;20220102;9;5.7;7.3;.3;10.1;.1;.28;3808
+73093;44.39758;4.8785;126;20220103;15.6;3.6;9.6;1.2;9.4;.1;.48;6931
+73093;44.39758;4.8785;126;20220104;12.6;3.4;8;.8;9.9;2.9;.28;6153
+73093;44.39758;4.8785;126;20220105;6.3;5.5;5.9;6.4;6.5;0;1.36;2110
+73093;44.39758;4.8785;126;20220106;6.5;3.5;5;6.7;5.6;0;1.52;3729
+73093;44.39758;4.8785;126;20220107;8;2;5;2.8;5.6;.3;.96;5139
+73093;44.39758;4.8785;126;20220108;9.5;2.3;5.9;2;7.4;.3;.56;5628
+73093;44.39758;4.8785;126;20220109;9.6;4.4;7;1.7;7.1;.1;.69;4878
+73093;44.39758;4.8785;126;20220110;7.1;2.9;5;4.6;6.6;0;.93;4457
+73093;44.39758;4.8785;126;20220111;5.4;2.2;3.8;6;5.6;0;1.18;3971
+73093;44.39758;4.8785;126;20220112;5.5;2.1;3.8;6.7;5.1;0;1.47;4112
+73093;44.39758;4.8785;126;20220113;7.6;.3;3.9;3.2;4.7;0;1.16;5886
+73093;44.39758;4.8785;126;20220114;11.9;-5.5;3.2;1.1;4.8;.1;.56;8946
+73093;44.39758;4.8785;126;20220115;12.3;-4.8;3.7;.7;5;0;.4;8952
+73093;44.39758;4.8785;126;20220116;11.3;-5.3;3;3.8;4.2;.1;1.53;8909
+73093;44.39758;4.8785;126;20220117;7.5;4;5.7;7.2;6.1;0;1.57;4348
+73093;44.39758;4.8785;126;20220118;9;3;6;4;5.9;0;1.32;5621
+73093;44.39758;4.8785;126;20220119;12.2;-2.6;4.8;1.5;6.5;0;.64;8684
+73093;44.39758;4.8785;126;20220120;7.1;3.6;5.3;5.7;6.2;0;1.3;4474
+73093;44.39758;4.8785;126;20220121;6.1;2.1;4.1;6.9;4.9;0;1.68;4802
+73093;44.39758;4.8785;126;20220122;6.3;1;3.6;6;5.2;0;1.37;5523
+73093;44.39758;4.8785;126;20220123;7.8;2.5;5.1;3.9;5.6;0;1.27;5581
+73093;44.39758;4.8785;126;20220124;12.1;-4.1;4;.9;5.3;0;.59;9559
+73093;44.39758;4.8785;126;20220125;12.8;-4.1;4.3;1;6;0;.62;9864
+73093;44.39758;4.8785;126;20220126;11.3;-3.7;3.8;4.2;5;0;1.53;9422
+73093;44.39758;4.8785;126;20220127;8.2;0;4.1;5.2;4.7;0;1.65;7152
+73093;44.39758;4.8785;126;20220128;7;-.5;3.2;6.5;5.8;0;1.14;6935
+73093;44.39758;4.8785;126;20220129;8.9;3.1;6;5.4;5.8;0;1.64;6218
+73093;44.39758;4.8785;126;20220130;11.8;4.8;8.3;7.2;7.7;0;1.74;6870
+73093;44.39758;4.8785;126;20220131;11.4;6.9;9.1;6.3;6.8;.1;2.18;5653
+73093;44.39758;4.8785;126;20220201;8.7;3.5;6.1;6.7;5.6;0;1.93;6117
+73093;44.39758;4.8785;126;20220202;12.9;6.9;9.9;5.2;8.8;0;1.55;6618
+73093;44.39758;4.8785;126;20220203;15.1;7.6;11.3;2.2;8.4;0;1.37;7440
+73093;44.39758;4.8785;126;20220204;12.8;6.4;9.6;3.3;8.2;0;1.39;6987
+73093;44.39758;4.8785;126;20220205;10.9;8.3;9.6;5.4;6.6;0;2.23;4654
+73093;44.39758;4.8785;126;20220206;11.2;3.9;7.5;3.7;5.8;0;1.75;7616
+73093;44.39758;4.8785;126;20220207;12;4.8;8.4;5.5;6;.1;2.26;7659
+73093;44.39758;4.8785;126;20220208;13.7;4.7;9.2;3;4.7;0;2.13;8621
+73093;44.39758;4.8785;126;20220209;14.4;-2.4;6;1.5;7;0;1.06;11776
+73093;44.39758;4.8785;126;20220210;4.8;-.4;2.2;1.2;7.89;0;1.07;10660
+73093;44.39758;4.8785;126;20220211;12;1.2;6.6;5.3;6.82;0;1.69;11148
+73093;44.39758;4.8785;126;20220212;13.3;.2;6.8;2;6.15;0;1.4;10889
+73093;44.39758;4.8785;126;20220213;13.5;-.2;6.6;3.1;7.15;2.9;1.47;7363
+73093;44.39758;4.8785;126;20220214;11.4;7.7;9.5;2;9.39;14.7;.95;2200
+73093;44.39758;4.8785;126;20220215;11.7;2;6.8;3.5;7.05;.1;1.48;9366
+73093;44.39758;4.8785;126;20220216;10.8;2;6.4;.4;8.5;2.1;.76;9413
+73093;44.39758;4.8785;126;20220217;19.8;5.6;12.7;2.5;9.9;0;1.9;11997
+73093;44.39758;4.8785;126;20220218;19.3;3.7;11.5;1.5;9.8;0;1.52;12712
+73093;44.39758;4.8785;126;20220219;11.2;7.6;9.4;4.7;6.6;0;2.16;6392
+73093;44.39758;4.8785;126;20220220;14.7;5.1;9.9;3.8;6.5;0;2.3;10308
+73093;44.39758;4.8785;126;20220221;13.9;4;8.9;2.8;7.2;.8;1.73;10591
+73093;44.39758;4.8785;126;20220222;12.9;6.2;9.5;5.9;7.2;.1;2.34;8891
+73093;44.39758;4.8785;126;20220223;17.1;9.4;13.2;3.3;8.2;0;2.4;9617
+73093;44.39758;4.8785;126;20220224;14.9;3.2;9;1.5;8.7;0;1.34;11904
+73093;44.39758;4.8785;126;20220225;11;3.4;7.2;6.5;5.7;0;2.43;9789
+73093;44.39758;4.8785;126;20220226;13.1;3.7;8.4;3.3;5.4;0;2.24;10971
+73093;44.39758;4.8785;126;20220227;14.4;-3.3;5.5;1.5;5.5;0;1.61;15084
+73093;44.39758;4.8785;126;20220228;15.2;-.9;7.1;2.3;6.2;0;1.91;14578
+73093;44.39758;4.8785;126;20220301;14.4;.8;7.6;2;6.1;0;1.81;13590
+73093;44.39758;4.8785;126;20220302;12.2;1.8;7;.7;7.4;0;1.19;12075
+73093;44.39758;4.8785;126;20220303;16.8;-.3;8.2;1.3;7.3;.1;1.72;15551
+73093;44.39758;4.8785;126;20220304;15.9;2.4;9.1;4.2;6.1;0;2.77;14023
+73093;44.39758;4.8785;126;20220305;14.2;4.4;9.3;3.3;3.5;0;2.96;12146
+73093;44.39758;4.8785;126;20220306;12.2;3.3;7.7;2.8;3.7;0;2.45;11726
+73093;44.39758;4.8785;126;20220307;13.4;-3.3;5;1.7;4.2;0;1.93;16095
+73093;44.39758;4.8785;126;20220308;12.6;-3.5;4.5;1.5;6;0;1.59;15989
+73093;44.39758;4.8785;126;20220309;14.4;3.2;8.8;1.3;7.4;0;1.67;13552
+73093;44.39758;4.8785;126;20220310;15.1;-.3;7.4;2.2;8.5;1;1.73;15998
+73093;44.39758;4.8785;126;20220311;14;8.4;11.2;4.1;7.9;.8;2.39;9914
+73093;44.39758;4.8785;126;20220312;13.8;9.5;11.6;2.9;7.1;3.6;2.3;8831
+73093;44.39758;4.8785;126;20220313;13.4;7.4;10.4;3.5;8.8;11.6;1.91;10468
+73093;44.39758;4.8785;126;20220314;15.2;6;10.6;1;10.7;1;1.55;13003
+73093;44.39758;4.8785;126;20220315;17.1;8.8;12.9;1.7;10.4;.1;1.94;12501
+73093;44.39758;4.8785;126;20220316;17.3;5.6;11.4;.9;10.3;0;1.83;14922
+73093;44.39758;4.8785;126;20220317;16.1;7.3;11.7;2.9;10.7;0;1.94;13129
+73093;44.39758;4.8785;126;20220318;15.2;9;12.1;4.4;10.29;.8;2.25;11687
+73093;44.39758;4.8785;126;20220319;17.6;5.7;11.6;1.4;9.49;0;2.11;14741
+73093;44.39758;4.8785;126;20220320;14.8;4.4;9.6;1.7;7.05;.1;1.71;6440
+73093;44.39758;4.8785;126;20220321;17;9.5;13.2;2.4;6.59;0;2.93;13412
+73093;44.39758;4.8785;126;20220322;17.3;-.2;8.6;2.3;5.95;0;2.83;19116
+73093;44.39758;4.8785;126;20220323;18;-1.3;8.4;1.7;6.45;0;2.58;19215
+73093;44.39758;4.8785;126;20220324;20.6;-.1;10.2;1.6;5.99;0;2.93;19713
+73093;44.39758;4.8785;126;20220325;21.1;-.7;10.2;1;5.89;0;2.64;19512
+73093;44.39758;4.8785;126;20220326;21.9;.9;11.4;1.1;6.95;0;2.79;19811
+73093;44.39758;4.8785;126;20220327;20.1;3.8;12;1.1;7.55;0;2.34;14054
+73093;44.39758;4.8785;126;20220328;22.2;2;12.1;1.4;6.52;0;3.04;19340
+73093;44.39758;4.8785;126;20220329;19.7;4.6;12.2;1.8;7.99;3.5;2.79;16420
+73093;44.39758;4.8785;126;20220330;14.7;9.1;11.9;1.7;11.15;.3;1.67;10107
+73093;44.39758;4.8785;126;20220331;16.8;7.7;12.3;4.3;9.12;2.9;3.11;16150
+73093;44.39758;4.8785;126;20220401;8.5;3.6;6.1;7.2;5.73;2.6;2.39;10316
+73093;44.39758;4.8785;126;20220402;7.5;3.1;5.3;9.1;4.46;0;2.8;10286
+73093;44.39758;4.8785;126;20220403;9.9;2;5.9;6.6;5.1;.1;2.68;14694
+73093;44.39758;4.8785;126;20220404;12.9;2.4;7.7;5.8;5.43;0;3.63;22480
+73093;44.39758;4.8785;126;20220405;17.5;3.6;10.5;5.3;6.73;0;4.13;22523
+73093;44.39758;4.8785;126;20220406;18;4.1;11.1;1.6;8.95;.1;2.44;15736
+73093;44.39758;4.8785;126;20220407;17.6;5.2;11.4;1.7;10.52;.4;1.78;9297
+73093;44.39758;4.8785;126;20220408;21.7;10.1;15.9;2.5;11.05;0;3.02;13135
+73093;44.39758;4.8785;126;20220409;13.9;8.6;11.2;5.8;6.22;0;4.12;20208
+73093;44.39758;4.8785;126;20220410;17.9;2.6;10.3;2.8;6.22;0;3.67;23422
+73093;44.39758;4.8785;126;20220411;17;2.3;9.7;2.3;7.02;0;2.27;8869
+73093;44.39758;4.8785;126;20220412;21.7;5.4;13.5;2.3;8.42;0;3.44;17809
+73093;44.39758;4.8785;126;20220413;22.2;6.2;14.2;1.2;9.75;0;3.06;18834
+73093;44.39758;4.8785;126;20220414;25;6.4;15.7;2.9;10.62;0;4.16;22193
+73093;44.39758;4.8785;126;20220415;27.1;10.3;18.7;4.9;11.74;0;5.48;22429
+73093;44.39758;4.8785;126;20220416;23.5;14.6;19;7.5;9.99;0;6.58;24200
+73093;44.39758;4.8785;126;20220417;22.2;9.3;15.7;3.4;8.05;0;4.83;24396
+73093;44.39758;4.8785;126;20220418;23.6;4.6;14.1;2;8.49;0;4.16;24489
+73093;44.39758;4.8785;126;20220419;24.1;6;15.1;2.8;8.05;0;4.71;24345
+73093;44.39758;4.8785;126;20220420;17.7;7.4;12.5;1.3;11.75;9.1;1.68;8717
+73093;44.39758;4.8785;126;20220421;19.7;11.3;15.5;2.1;13.32;.1;2.63;14172
+73093;44.39758;4.8785;126;20220422;22.4;7.6;15;2.2;11.29;0;3.71;21943
+73093;44.39758;4.8785;126;20220423;16;11.8;13.9;3.7;11.25;16.2;2.04;4770
+73093;44.39758;4.8785;126;20220424;15.6;7.9;11.8;1.2;11.85;.3;1.85;11698
+73093;44.39758;4.8785;126;20220425;21.3;8.6;14.9;1.6;11.25;0;3.75;24102
+73093;44.39758;4.8785;126;20220426;22.3;7.2;14.7;2.8;10.35;0;4.28;24920
+73093;44.39758;4.8785;126;20220427;23.5;8.7;16.1;2.6;10.25;0;4.65;25871
+73093;44.39758;4.8785;126;20220428;25.6;7.7;16.6;1.9;10.99;0;4.53;25688
+73093;44.39758;4.8785;126;20220429;25;8.1;16.5;2.4;10.72;0;4.61;24871
+73093;44.39758;4.8785;126;20220430;23;12.1;17.6;5.2;9.82;0;5.8;25385
+73093;44.39758;4.8785;126;20220501;22.3;10.7;16.5;4.9;8.82;0;5.68;26670
+73093;44.39758;4.8785;126;20220502;24;7.8;15.9;2.4;9.99;0;4.68;26149
+73093;44.39758;4.8785;126;20220503;23.6;10.5;17;1.6;12.45;1.8;3.56;18991
+73093;44.39758;4.8785;126;20220504;24.2;8.3;16.3;1.7;12.65;1.9;4.11;24407
+73093;44.39758;4.8785;126;20220505;19.8;13;16.4;4.9;12.15;.7;3.67;14383
+73093;44.39758;4.8785;126;20220506;18.1;12.4;15.2;5;11.2;0;3.48;15430
+73093;44.39758;4.8785;126;20220507;23.3;14.2;18.7;4.1;11.4;0;4.78;19480
+73093;44.39758;4.8785;126;20220508;24.2;15;19.6;2.7;11.9;2.6;4.45;19674
+73093;44.39758;4.8785;126;20220509;26.2;10.2;18.2;.9;13.5;.4;4.27;25933
+73093;44.39758;4.8785;126;20220510;28.1;10.1;19.1;1.5;13.6;.1;4.89;27602
+73093;44.39758;4.8785;126;20220511;27.8;9.8;18.8;2.3;11.9;0;5.31;27720
+73093;44.39758;4.8785;126;20220512;27.4;8.8;18.1;2;11.2;0;5.19;28289
+73093;44.39758;4.8785;126;20220513;27.4;9.7;18.5;1.2;12;0;4.76;27719
+73093;44.39758;4.8785;126;20220514;29;12.7;20.8;2.3;14.9;0;5.32;26722
+73093;44.39758;4.8785;126;20220515;28.4;12.8;20.6;2.1;14.5;.1;5.14;26251
+73093;44.39758;4.8785;126;20220516;29.5;11.9;20.7;1.8;12;0;5.48;27963
+73093;44.39758;4.8785;126;20220517;32.3;11.7;22;1.4;14.7;0;5.61;29135
+73093;44.39758;4.8785;126;20220518;33.5;14.1;23.8;2.1;15.6;0;6.29;29239
+73093;44.39758;4.8785;126;20220519;30.9;13.9;22.4;1.7;15.6;0;5.52;27782
+73093;44.39758;4.8785;126;20220520;31.1;12.5;21.8;2.1;13.3;0;5.99;29138
+73093;44.39758;4.8785;126;20220521;32.8;13.4;23.1;1.3;14.7;0;5.76;29537
+73093;44.39758;4.8785;126;20220522;31.6;15.1;23.3;1.4;17.8;0;5.44;27642
+73093;44.39758;4.8785;126;20220523;28.1;16.1;22.1;2;16.8;0;4.84;23704
+73093;44.39758;4.8785;126;20220524;23;15.9;19.4;2.5;12.2;.4;4.19;18379
+73093;44.39758;4.8785;126;20220525;24.8;15.7;20.2;5.2;10.6;0;6.02;20812
+73093;44.39758;4.8785;126;20220526;26;17;21.5;5.4;11;0;6.43;20755
+73093;44.39758;4.8785;126;20220527;27.4;17.4;22.4;5.3;13;0;6.43;21913
+73093;44.39758;4.8785;126;20220528;24.9;16.2;20.5;6.4;10.9;0;6.43;20517
+73093;44.39758;4.8785;126;20220529;23;14.1;18.5;5.8;7.6;0;6.42;20796
+73093;44.39758;4.8785;126;20220530;25.8;11.6;18.7;2.2;8.4;.2;5.38;26222
+73093;44.39758;4.8785;126;20220531;27;14.3;20.6;1.7;12.2;0;4.97;24874
+73093;44.39758;4.8785;126;20220601;31.8;11.5;21.6;1.8;13.1;0;6.1;30405
+73093;44.39758;4.8785;126;20220602;32.6;13.6;23.1;1.6;14.7;0;6.12;30457
+73093;44.39758;4.8785;126;20220603;31.1;18.3;24.7;1.7;16.1;0;5.49;25118
+73093;44.39758;4.8785;126;20220604;33.5;16.8;25.1;1.9;17.3;0;6.25;28684
+73093;44.39758;4.8785;126;20220605;32;17;24.5;2;17.4;1.2;5.91;27251
+73093;44.39758;4.8785;126;20220606;32.1;17;24.5;2.2;14.9;.4;6.21;27383
+73093;44.39758;4.8785;126;20220607;29.9;16.9;23.4;2.5;14.7;0;5.83;25474
+73093;44.39758;4.8785;126;20220608;25.6;16.8;21.2;1.9;12.5;0;4.62;21058
+73093;44.39758;4.8785;126;20220609;23.7;16;19.8;4.9;12.1;0;5.31;19749
+73093;44.39758;4.8785;126;20220610;27.4;15;21.2;5.2;10.7;0;6.94;24981
+73093;44.39758;4.8785;126;20220611;32.6;19;25.8;4;11.9;0;7.77;26170
+73093;44.39758;4.8785;126;20220612;36.5;15.6;26;1.8;13.1;.1;7;30902
+73093;44.39758;4.8785;126;20220613;31.4;18.3;24.8;3.8;15.4;0;6.81;25738
+73093;44.39758;4.8785;126;20220614;36.2;18.9;27.5;3;11.9;0;8.07;29538
+73093;44.39758;4.8785;126;20220615;34.9;17.7;26.3;1.7;14.9;0;6.57;29472
+73093;44.39758;4.8785;126;20220616;36.2;16.8;26.5;2.3;15.2;0;7.36;30988
+73093;44.39758;4.8785;126;20220617;36.7;24.3;30.5;3.7;13.7;0;8.4;25109
+73093;44.39758;4.8785;126;20220618;37.1;20.6;28.8;2.8;16.2;0;7.77;28911
+73093;44.39758;4.8785;126;20220619;34.8;18;26.4;2.6;15.9;0;7.13;29175
+73093;44.39758;4.8785;126;20220620;34.5;15.9;25.2;1.9;12.9;0;6.83;30681
+73093;44.39758;4.8785;126;20220621;31.4;17.3;24.3;2.1;17.9;2.3;5.82;26765
+73093;44.39758;4.8785;126;20220622;29.2;20.4;24.8;2;22.9;2.5;4.57;21227
+73093;44.39758;4.8785;126;20220623;29.3;19.7;24.5;2.8;21.6;1.1;4.95;22149
+73093;44.39758;4.8785;126;20220624;26.8;19.4;23.1;1.2;19.3;19.5;4.01;19489
+73093;44.39758;4.8785;126;20220625;30.4;16;23.2;2.1;17.5;2.6;5.64;27016
+73093;44.39758;4.8785;126;20220626;32.6;19.1;25.8;1.7;18.8;0;5.76;26158
+73093;44.39758;4.8785;126;20220627;28.5;19.5;24;3.9;17.2;0;5.61;21419
+73093;44.39758;4.8785;126;20220628;27.1;18.4;22.7;4.8;15.5;0;5.73;21051
+73093;44.39758;4.8785;126;20220629;31.4;19.6;25.5;2.5;15.5;0;6.05;24429
+73093;44.39758;4.8785;126;20220630;29;16.5;22.7;2.3;16.9;3.8;5.33;25108
+73093;44.39758;4.8785;126;20220701;25.2;14.8;20;4.7;12.7;0;5.6;22914
+73093;44.39758;4.8785;126;20220702;33.7;17.1;25.4;2.4;11.2;0;7.02;28811
+73093;44.39758;4.8785;126;20220703;36.9;16.1;26.5;1.7;12.7;0;6.96;30770
+73093;44.39758;4.8785;126;20220704;34.1;21.8;27.9;3;17.7;2;6.79;24793
+73093;44.39758;4.8785;126;20220705;30.5;22.2;26.3;4.3;13.9;0;6.89;20409
+73093;44.39758;4.8785;126;20220706;29.8;20.4;25.1;5;11.7;0;7.46;21660
+73093;44.39758;4.8785;126;20220707;29.3;18.9;24.1;5.7;11.7;0;7.63;22725
+73093;44.39758;4.8785;126;20220708;28.9;18.3;23.6;6.3;13.9;0;7.21;22899
+73093;44.39758;4.8785;126;20220709;31.1;20.1;25.6;4.4;12.4;0;7.4;23276
+73093;44.39758;4.8785;126;20220710;31.4;21.1;26.2;4.3;13.5;0;7.24;22493
+73093;44.39758;4.8785;126;20220711;33.4;20.4;26.9;3;13.5;0;6.98;25168
+73093;44.39758;4.8785;126;20220712;34.8;16.8;25.8;2.2;14.3;0;6.87;29480
+73093;44.39758;4.8785;126;20220713;36.4;17.1;26.7;1.9;14.1;0;6.96;30213
+73093;44.39758;4.8785;126;20220714;38.1;18.5;28.3;1.5;16.6;0;6.8;30141
+73093;44.39758;4.8785;126;20220715;36;18.4;27.2;2.8;14.9;0;7.48;28949
+73093;44.39758;4.8785;126;20220716;33.9;22.1;28;4.5;11.7;0;8.35;23716
+73093;44.39758;4.8785;126;20220717;36.3;22.6;29.4;3.3;12.3;0;7.95;25455
+73093;44.39758;4.8785;126;20220718;39.2;20.5;29.8;2.2;17.8;0;7.52;29589
+73093;44.39758;4.8785;126;20220719;38.2;21.6;29.9;2;19.6;0;6.94;27822
+73093;44.39758;4.8785;126;20220720;37.5;20.7;29.1;2.4;18.8;0;7.14;27903
+73093;44.39758;4.8785;126;20220721;35.1;23.2;29.1;3.6;15.4;0;7.48;23476
+73093;44.39758;4.8785;126;20220722;38.7;18.2;28.4;2;14.2;0;7.24;29458
+73093;44.39758;4.8785;126;20220723;34.1;22.5;28.3;2.7;19.8;0;6.17;23034
+73093;44.39758;4.8785;126;20220724;38.1;23;30.5;3.2;15.7;0;7.96;26135
+73093;44.39758;4.8785;126;20220725;38.7;19.8;29.2;2;17.1;0;7.14;29089
+73093;44.39758;4.8785;126;20220726;30.4;22.7;26.5;5;15.4;0;6.78;18647
+73093;44.39758;4.8785;126;20220727;30.7;20.5;25.6;4.7;12.3;0;7.26;21322
+73093;44.39758;4.8785;126;20220728;34.9;16.5;25.7;2;12.4;0;6.54;28391
+73093;44.39758;4.8785;126;20220729;29.4;18.3;23.8;1.6;16.8;1.8;4.71;22055
+73093;44.39758;4.8785;126;20220730;32.3;19.5;25.9;3.9;13.4;0;7.05;23560
+73093;44.39758;4.8785;126;20220731;34.7;22.4;28.5;3.3;12.4;0;7.28;23009
+73093;44.39758;4.8785;126;20220801;36.5;24.6;30.5;3.8;13;0;8.05;22543
+73093;44.39758;4.8785;126;20220802;35.8;24.1;29.9;3.8;14.8;0;7.67;22260
+73093;44.39758;4.8785;126;20220803;38.4;20.2;29.3;1.7;16.1;0;6.55;27542
+73093;44.39758;4.8785;126;20220804;38.4;19.6;29;1.9;17;0;6.74;27859
+73093;44.39758;4.8785;126;20220805;38;19.6;28.8;2.5;19.2;.1;7.02;27438
+73093;44.39758;4.8785;126;20220806;33;22.9;27.9;4.4;16.1;0;7.02;20337
+73093;44.39758;4.8785;126;20220807;32.9;21.6;27.2;3.8;14;0;6.89;21385
+73093;44.39758;4.8785;126;20220808;34.2;22.4;28.3;3.1;13;0;6.76;21737
+73093;44.39758;4.8785;126;20220809;36.5;18.9;27.7;1.8;11.1;0;6.26;26324
+73093;44.39758;4.8785;126;20220810;36.7;17.3;27;2;12.4;0;6.5;27159
+73093;44.39758;4.8785;126;20220811;36.2;16.9;26.5;2;13.9;0;6.35;27014
+73093;44.39758;4.8785;126;20220812;37;18.1;27.5;1.8;14.6;0;6.25;26838
+73093;44.39758;4.8785;126;20220813;37.2;18.7;27.9;2;19.3;2.3;6.25;26412
+73093;44.39758;4.8785;126;20220814;28.1;22.7;25.4;1.5;22.7;8.9;3.33;14376
+73093;44.39758;4.8785;126;20220815;31.4;15.8;23.6;1.5;16.7;0;4.84;24015
+73093;44.39758;4.8785;126;20220816;34.6;14.8;24.7;2.4;16.8;1.8;6.01;26261
+73093;44.39758;4.8785;126;20220817;30.4;20.1;25.2;1.7;21.4;32.1;4.21;19363
+73093;44.39758;4.8785;126;20220818;25;15.8;20.4;2.9;17.3;.6;3.7;18214
+73093;44.39758;4.8785;126;20220819;26.2;19;22.6;4.3;17.2;0;4.39;16062
+73093;44.39758;4.8785;126;20220820;28.3;20.5;24.4;4.5;17.1;0;5.15;16599
+73093;44.39758;4.8785;126;20220821;28.3;20.1;24.2;4.2;13.8;0;5.57;16902
+73093;44.39758;4.8785;126;20220822;29.4;20.3;24.8;4.6;13.6;0;6.12;17671
+73093;44.39758;4.8785;126;20220823;31.4;21.5;26.4;3.9;16;0;5.91;18295
+73093;44.39758;4.8785;126;20220824;34.6;18.2;26.4;1.7;15.7;0;5.25;23276
+73093;44.39758;4.8785;126;20220825;33.7;16.5;25.1;1.6;16.3;.9;5.03;23667
+73093;44.39758;4.8785;126;20220826;30.3;22.6;26.4;3.9;16.9;.1;5.4;15860
+73093;44.39758;4.8785;126;20220827;28.3;19.9;24.1;3.8;17.3;0;4.69;16434
+73093;44.39758;4.8785;126;20220828;32.2;20.2;26.2;1.6;16.7;0;4.47;19426
+73093;44.39758;4.8785;126;20220829;34;16.9;25.4;1.5;18;.4;4.81;22945
+73093;44.39758;4.8785;126;20220830;32.8;19.6;26.2;2.2;21;12.9;4.68;20062
+73093;44.39758;4.8785;126;20220831;27.8;18.3;23;3.1;18.3;0;4.06;16956
+73093;44.39758;4.8785;126;20220901;30.2;18.8;24.5;2.4;14.8;0;4.65;18397
+73093;44.39758;4.8785;126;20220902;28;16.1;22;1.2;16.4;4.1;3.53;18645
+73093;44.39758;4.8785;126;20220903;29.7;17;23.3;1.6;19.3;.8;3.81;19101
+73093;44.39758;4.8785;126;20220904;31.3;16.8;24;1.6;19.3;.3;4.1;20223
+73093;44.39758;4.8785;126;20220905;31.6;17.8;24.7;2;20.7;.2;4.2;19582
+73093;44.39758;4.8785;126;20220906;30.6;18.5;24.5;2.4;20.7;3.3;4.08;18215
+73093;44.39758;4.8785;126;20220907;28.3;18.2;23.2;2.1;21.4;61.1;3.38;16542
+73093;44.39758;4.8785;126;20220908;26.7;15.1;20.9;1.6;17.5;0;3.25;17553
+73093;44.39758;4.8785;126;20220909;27.8;14.4;21.1;1.4;15.9;.1;3.45;18678
+73093;44.39758;4.8785;126;20220910;25;12.1;18.5;1.9;13.3;0;3.36;18179
+73093;44.39758;4.8785;126;20220911;26;15.4;20.7;2.9;13;0;3.98;16376
+73093;44.39758;4.8785;126;20220912;30.4;12.5;21.4;1.4;16.3;.1;3.8;20975
+73093;44.39758;4.8785;126;20220913;27.7;18.3;23;2;21.8;6.2;3.03;15177
+73093;44.39758;4.8785;126;20220914;27.6;19.1;23.3;2.1;20.6;20.8;3.1;14325
+73093;44.39758;4.8785;126;20220915;28.1;15;21.5;1.5;17.7;.6;3.25;17527
+73093;44.39758;4.8785;126;20220916;24.4;18;21.2;3.5;15.7;0;3.39;12261
+73093;44.39758;4.8785;126;20220917;17.9;12.7;15.3;5.5;10.1;0;3.34;10991
+73093;44.39758;4.8785;126;20220918;21;10.9;15.9;4.3;8.7;0;3.96;15017
+73093;44.39758;4.8785;126;20220919;20.7;13.1;16.9;5.2;8.5;0;4.37;12958
+73093;44.39758;4.8785;126;20220920;21.1;12.1;16.6;4.7;8.7;0;4.15;13932
+73093;44.39758;4.8785;126;20220921;22.4;12.3;17.3;3.3;9.5;0;3.67;14594
+73093;44.39758;4.8785;126;20220922;24.4;9;16.7;1.3;11.5;0;2.8;17750
+73093;44.39758;4.8785;126;20220923;23.7;10.8;17.2;1.2;14.2;13;2.48;16120
+73093;44.39758;4.8785;126;20220924;21.1;15;18;1.4;16.2;11.8;1.95;11101
+73093;44.39758;4.8785;126;20220925;20.8;13.5;17.1;2;14.2;0;2.2;11985
+73093;44.39758;4.8785;126;20220926;20.4;13.1;16.7;2.8;12.2;1.2;2.59;11864
+73093;44.39758;4.8785;126;20220927;19.1;10.8;14.9;2;11.7;0;2.16;12496
+73093;44.39758;4.8785;126;20220928;23.9;12.7;18.3;1.3;13.2;1;2.43;14301
+73093;44.39758;4.8785;126;20220929;19.3;12.7;16;2.1;12.2;.4;2.14;10957
+73093;44.39758;4.8785;126;20220930;14.7;11;12.8;3.5;10.4;.5;1.92;8220
+73093;44.39758;4.8785;126;20221001;19.4;6.1;12.7;1.7;11.1;0;2.04;15061
+73093;44.39758;4.8785;126;20221002;26.8;9.9;18.3;1.8;13.6;0;2.89;16743
+73093;44.39758;4.8785;126;20221003;22;16.2;19.1;4.4;14.4;0;2.94;9869
+73093;44.39758;4.8785;126;20221004;26.4;10.7;18.5;1.9;13.8;.1;2.8;15802
+73093;44.39758;4.8785;126;20221005;24.5;9.4;16.9;1.4;14.6;.1;2.26;15334
+73093;44.39758;4.8785;126;20221006;24.2;10.8;17.5;2.1;14.9;.1;2.37;14308
+73093;44.39758;4.8785;126;20221007;25.3;12.8;19;1.6;15.1;.3;2.35;13678
+73093;44.39758;4.8785;126;20221008;20.8;14.8;17.8;1.9;15.3;1.7;1.8;9494
+73093;44.39758;4.8785;126;20221009;20;14.1;17;2.2;13.8;.5;1.9;9312
+73093;44.39758;4.8785;126;20221010;24.4;13.6;19;1.4;15.2;.1;2.08;12315
+73093;44.39758;4.8785;126;20221011;24;10.3;17.1;1.5;14.2;.1;2.08;13660
+73093;44.39758;4.8785;126;20221012;23.8;13.5;18.6;1.6;15.2;0;2.02;11760
+73093;44.39758;4.8785;126;20221013;21.5;9.3;15.4;1.2;14.2;.7;1.65;12615
+73093;44.39758;4.8785;126;20221014;22.7;12.4;17.5;1.1;14.7;.2;1.71;11488
+73093;44.39758;4.8785;126;20221015;24.8;8.5;16.6;1.1;13.1;0;1.93;14178
+73093;44.39758;4.8785;126;20221016;25.4;11.6;18.5;2.4;15.2;0;2.36;12923
+73093;44.39758;4.8785;126;20221017;25.7;12;18.8;1.7;15.4;.1;2.12;12724
+73093;44.39758;4.8785;126;20221018;25.5;11.4;18.4;1.6;14.8;.2;2.06;12748
+73093;44.39758;4.8785;126;20221019;23.7;9.8;16.7;1.4;14.7;.2;1.74;12508
+73093;44.39758;4.8785;126;20221020;21.6;14.5;18;1.5;16.5;4.1;1.46;8947
+73093;44.39758;4.8785;126;20221021;22.6;16.5;19.5;3.3;17.6;39.4;1.89;8223
+73093;44.39758;4.8785;126;20221022;25.1;16.2;20.6;1.2;17.5;0;1.66;9730
+73093;44.39758;4.8785;126;20221023;21.9;13.8;17.8;1.6;16.8;0;1.41;9189
+73093;44.39758;4.8785;126;20221024;25;15.9;20.4;2.1;17.9;3.7;1.86;9598
+73093;44.39758;4.8785;126;20221025;24;13.2;18.6;1.2;16.7;0;1.49;10293
+73093;44.39758;4.8785;126;20221026;24.8;12.4;18.6;1.6;15.7;.1;1.72;10866
+73093;44.39758;4.8785;126;20221027;24.4;13.7;19;1.2;16.9;.1;1.48;9999
+73093;44.39758;4.8785;126;20221028;24.1;12.2;18.1;1.2;15.7;0;1.46;10394
+73093;44.39758;4.8785;126;20221029;24.3;10.2;17.2;1;14.2;.1;1.41;11140
+73093;44.39758;4.8785;126;20221030;23.7;9.8;16.7;1.2;14.5;0;1.4;10928
+73093;44.39758;4.8785;126;20221031;23.5;13.2;18.3;2.4;15.5;74.5;1.75;9348
+73093;44.39758;4.8785;126;20221101;22.6;15;18.8;2.8;15.9;0;1.76;7989
+73093;44.39758;4.8785;126;20221102;19.6;11.7;15.6;1.6;12.4;.1;1.32;8039
+73093;44.39758;4.8785;126;20221103;13.9;7;10.4;1.3;12.1;13.3;.67;7449
+73093;44.39758;4.8785;126;20221104;15.1;6.2;10.6;2.1;10.5;1.2;.99;8304
+73093;44.39758;4.8785;126;20221105;12.9;9.2;11;5.7;9;0;1.84;5434
+73093;44.39758;4.8785;126;20221106;18.1;5.2;11.6;2.1;9.1;0;1.4;9678
+73093;44.39758;4.8785;126;20221107;19.4;3.7;11.5;1.3;9.7;0;1.1;10507
+73093;44.39758;4.8785;126;20221108;17.8;5.8;11.8;1.9;11;2.2;1.06;9127
+73093;44.39758;4.8785;126;20221109;20.2;17.4;18.8;4.5;13.9;46.6;2.37;4566
+73093;44.39758;4.8785;126;20221110;16.1;12.8;14.4;3.4;12.6;0;1.31;4867
+73093;44.39758;4.8785;126;20221111;21.1;7;14;1.2;11.5;.1;1.05;9517
+73093;44.39758;4.8785;126;20221112;19.6;6.1;12.8;.9;11.9;.1;.8;9213
+73093;44.39758;4.8785;126;20221113;17.3;9.3;13.3;1.1;12;0;.8;7104
+73093;44.39758;4.8785;126;20221114;15.7;8;11.8;1;12;9.1;.64;6900
+73093;44.39758;4.8785;126;20221115;15.7;11.6;13.6;1.2;14.1;8.7;.62;5089
+73093;44.39758;4.8785;126;20221116;18.3;9.2;13.7;1.4;11.5;0;.93;7303
+73093;44.39758;4.8785;126;20221117;18.2;7.8;13;1.1;12.3;2.2;.72;7695
+73093;44.39758;4.8785;126;20221118;13.8;6.5;10.1;1.9;10;0;.76;6444
+73093;44.39758;4.8785;126;20221119;12.3;8.3;10.3;4.9;8.5;.1;1.59;4826
+73093;44.39758;4.8785;126;20221120;12.1;7.4;9.7;3.9;7.7;0;1.52;5145
+73093;44.39758;4.8785;126;20221121;8.4;3.4;5.9;1.4;8.4;5.4;.42;5242
+73093;44.39758;4.8785;126;20221122;12.4;5.8;9.1;2;8.4;.1;.85;5904
+73093;44.39758;4.8785;126;20221123;11.9;2.1;7;1.5;8.4;1;.53;7038
+73093;44.39758;4.8785;126;20221124;15.3;3;9.1;1.9;8.6;.1;.83;7762
+73093;44.39758;4.8785;126;20221125;15.9;4.6;10.2;2.8;9.4;1;1.03;7387
+73093;44.39758;4.8785;126;20221126;11.5;8.4;9.9;5;8.5;0;1.48;4027
+73093;44.39758;4.8785;126;20221127;13.6;.2;6.9;1.5;7.5;.1;.62;7867
+73093;44.39758;4.8785;126;20221128;8.5;5.2;6.8;1.7;9;18.8;.41;4074
+73093;44.39758;4.8785;126;20221129;9.4;4.4;6.9;3;8.4;.2;.62;4883
+73093;44.39758;4.8785;126;20221130;10.9;7.4;9.1;4;8.7;0;1.08;4120
+73093;44.39758;4.8785;126;20221201;10.4;7.1;8.7;3.6;8;0;1.13;3983
+73093;44.39758;4.8785;126;20221202;7;5.2;6.1;2;7.6;1.3;.6;3027
+73093;44.39758;4.8785;126;20221203;6.9;4.6;5.7;1.8;8.4;14.1;.38;3347
+73093;44.39758;4.8785;126;20221204;8.8;6.3;7.5;1.5;9.4;9.2;.41;3451
+73093;44.39758;4.8785;126;20221205;10.8;-.7;5;1.6;6.9;.1;.49;6894
+73093;44.39758;4.8785;126;20221206;8.1;-1.4;3.3;3;6.2;0;.62;6265
+73093;44.39758;4.8785;126;20221207;6.2;2.1;4.1;5.6;6.2;0;.96;4232
+73093;44.39758;4.8785;126;20221208;7.1;-3;2;1.3;6.4;33.2;.25;6378
+73093;44.39758;4.8785;126;20221209;9.6;5.2;7.4;2.3;8.8;3.5;.51;4326
+73093;44.39758;4.8785;126;20221210;4.5;3.8;4.1;5.4;6.1;0;1.03;1961
+73093;44.39758;4.8785;126;20221211;2.8;0;1.4;5.1;4.5;0;1.05;3504
+73093;44.39758;4.8785;126;20221212;5.1;-4.2;.4;1.4;4.8;6;.36;6031
+73093;44.39758;4.8785;126;20221213;5;.4;2.7;.9;7.2;5.5;.2;4347
+73093;44.39758;4.8785;126;20221214;9.5;5.1;7.3;.9;10;.7;.25;4248
+73093;44.39758;4.8785;126;20221215;9.3;6.9;8.1;1.8;10.2;25.9;.34;3235
+73093;44.39758;4.8785;126;20221216;6.8;5;5.9;4.8;7.3;0;.88;2850
+73093;44.39758;4.8785;126;20221217;3.6;.7;2.1;4.4;5.2;0;.84;3503
+73093;44.39758;4.8785;126;20221218;13.1;-1.2;5.9;1.5;7;0;.5;7276
+73093;44.39758;4.8785;126;20221219;15.7;7.7;11.7;2.6;10.3;.1;.89;5539
+73093;44.39758;4.8785;126;20221220;16.3;12.6;14.4;3.7;11;2.8;1.54;3894
+73093;44.39758;4.8785;126;20221221;15.3;11.8;13.5;2.2;11.9;2.9;.85;3798
+73093;44.39758;4.8785;126;20221222;12;6.6;9.3;1.3;10.9;.3;.32;4621
+73093;44.39758;4.8785;126;20221223;12.8;8.3;10.5;1.2;11.8;0;.35;4257
+73093;44.39758;4.8785;126;20221224;17.1;7.3;12.2;1.3;10.9;.1;.55;6096
+73093;44.39758;4.8785;126;20221225;15.5;2.9;9.2;1.2;9.6;0;.4;6869
+73093;44.39758;4.8785;126;20221226;17.5;6.7;12.1;1.2;11.1;0;.5;6402
+73093;44.39758;4.8785;126;20221227;14.1;6.2;10.1;2.6;9;0;.9;5547
+73093;44.39758;4.8785;126;20221228;14.5;.2;7.3;1.2;7.5;0;.46;7343
+73093;44.39758;4.8785;126;20221229;14.9;4.9;9.9;1.3;10;.2;.45;6227
+73093;44.39758;4.8785;126;20221230;13.5;6.6;10;1.4;11.3;.1;.36;5259
+73093;44.39758;4.8785;126;20221231;14.7;5.8;10.2;.9;10;0;.4;5941
+73094;44.41253;5.19118;460;20220101;15.5;2.3;8.9;1;7.39;.1;.54;6465
+73094;44.41253;5.19118;460;20220102;9.3;.7;5;1.2;7.24;0;.37;5028
+73094;44.41253;5.19118;460;20220103;14.4;1.4;7.9;1.1;7.61;0;.54;5936
+73094;44.41253;5.19118;460;20220104;10.9;2.3;6.6;.9;8.01;3.1;.44;4390
+73094;44.41253;5.19118;460;20220105;5.7;4.1;4.9;5.1;5.34;0;1.4;2947
+73094;44.41253;5.19118;460;20220106;5.2;1.3;3.2;3.9;3.94;0;1.4;4340
+73094;44.41253;5.19118;460;20220107;6.2;-3.1;1.5;2.6;4.44;1.7;.81;6023
+73094;44.41253;5.19118;460;20220108;8.4;1.2;4.8;1.8;6.74;2;.59;5265
+73094;44.41253;5.19118;460;20220109;6.7;2.3;4.5;2.1;6.44;.5;.64;4335
+73094;44.41253;5.19118;460;20220110;6.7;2.3;4.5;3.1;5.38;0;1.04;4709
+73094;44.41253;5.19118;460;20220111;6.1;-.7;2.7;3;4.18;0;1.08;5626
+73094;44.41253;5.19118;460;20220112;6.6;-3.1;1.8;2.8;3.78;0;1.05;6626
+73094;44.41253;5.19118;460;20220113;6.4;-4.3;1.1;1.1;3.98;0;.55;6454
+73094;44.41253;5.19118;460;20220114;10.5;-3.8;3.3;1;4.08;0;.62;7216
+73094;44.41253;5.19118;460;20220115;11.6;-3;4.3;1.2;4.31;0;.74;7367
+73094;44.41253;5.19118;460;20220116;12.2;-3.1;4.5;2.1;3.81;0;1.22;7730
+73094;44.41253;5.19118;460;20220117;10.4;.4;5.4;3.2;4.54;0;1.46;6889
+73094;44.41253;5.19118;460;20220118;8.8;0;4.4;1.8;4.81;0;.95;6035
+73094;44.41253;5.19118;460;20220119;9.1;-3.1;3;1.6;5.34;0;.66;6821
+73094;44.41253;5.19118;460;20220120;8.7;2;5.3;3.6;4.84;0;1.47;5713
+73094;44.41253;5.19118;460;20220121;6.3;.7;3.5;3.1;3.88;0;1.33;5683
+73094;44.41253;5.19118;460;20220122;7.6;-2.2;2.7;3;4.04;0;1.19;6986
+73094;44.41253;5.19118;460;20220123;10.8;-1.6;4.6;1.6;4.54;0;.99;7715
+73094;44.41253;5.19118;460;20220124;12;-3.5;4.3;1.2;4.54;0;.82;8529
+73094;44.41253;5.19118;460;20220125;11.4;-3.3;4;1.1;4.88;0;.71;8064
+73094;44.41253;5.19118;460;20220126;13.7;-2.5;5.6;1.5;4.38;0;1.07;9296
+73094;44.41253;5.19118;460;20220127;13.7;-2.1;5.8;1.6;3.81;0;1.25;8851
+73094;44.41253;5.19118;460;20220128;11.8;-1.4;5.2;2.6;4.31;0;1.54;7892
+73094;44.41253;5.19118;460;20220129;13.2;-.3;6.4;2.4;4.21;0;1.63;8636
+73094;44.41253;5.19118;460;20220130;13;3;8;3.9;5.48;0;2;7531
+73094;44.41253;5.19118;460;20220131;10.4;1.5;5.9;5.1;5.21;.2;1.93;7132
+73094;44.41253;5.19118;460;20220201;9.1;2.3;5.7;5.5;4.74;0;2.01;6867
+73094;44.41253;5.19118;460;20220202;13.9;7.2;10.6;4.8;6.84;0;2.37;6319
+73094;44.41253;5.19118;460;20220203;14.6;2.3;8.5;1.8;6.58;0;1.28;8696
+73094;44.41253;5.19118;460;20220204;12.8;2;7.4;1.9;6.88;0;1.09;8880
+73094;44.41253;5.19118;460;20220205;12.4;6.4;9.4;3.3;5.81;0;1.89;6423
+73094;44.41253;5.19118;460;20220206;11.2;.5;5.8;2.5;5.44;0;1.38;8801
+73094;44.41253;5.19118;460;20220207;12.3;7.4;9.9;3.7;5.54;.1;2.24;6420
+73094;44.41253;5.19118;460;20220208;15.2;.6;7.9;1.8;4.14;0;1.65;10599
+73094;44.41253;5.19118;460;20220209;14.7;-2.4;6.1;1.6;5.48;0;1.25;11028
+73094;44.41253;5.19118;460;20220210;7.1;-2;2.5;1.3;6.63;0;1.11;11713
+73094;44.41253;5.19118;460;20220211;13.9;-.2;6.9;4;5.63;0;2.1;10486
+73094;44.41253;5.19118;460;20220212;13;.3;6.7;2;5.33;0;1.49;11078
+73094;44.41253;5.19118;460;20220213;10.2;-.1;5;1.5;6.78;1.4;.95;7545
+73094;44.41253;5.19118;460;20220214;7.7;4.4;6;1.8;8.53;14.4;.69;3261
+73094;44.41253;5.19118;460;20220215;10.4;-.1;5.2;3.2;5.78;0;1.56;11015
+73094;44.41253;5.19118;460;20220216;8.9;1;4.9;1.3;7.34;3.8;.83;7814
+73094;44.41253;5.19118;460;20220217;17.9;7.2;12.5;4.2;8.89;0;2.29;9909
+73094;44.41253;5.19118;460;20220218;19.9;4.3;12.1;2.2;8.51;0;1.96;12050
+73094;44.41253;5.19118;460;20220219;11.2;5.6;8.4;3.1;5.64;0;1.85;6721
+73094;44.41253;5.19118;460;20220220;15.3;2.7;9;3.2;5.58;0;2.28;11556
+73094;44.41253;5.19118;460;20220221;11.1;6.3;8.7;3.8;6.44;2.4;1.9;6658
+73094;44.41253;5.19118;460;20220222;12.6;4.8;8.7;4.8;5.91;0;2.38;9951
+73094;44.41253;5.19118;460;20220223;17.7;5.3;11.5;2.4;6.34;0;2.26;12039
+73094;44.41253;5.19118;460;20220224;13.7;.9;7.3;1.5;7.04;0;1.33;10426
+73094;44.41253;5.19118;460;20220225;10.6;3.3;6.9;4.2;4.81;0;2.23;9336
+73094;44.41253;5.19118;460;20220226;13.1;.9;7;2.5;4.01;0;2.14;12392
+73094;44.41253;5.19118;460;20220227;11.7;-2.5;4.6;1.2;4.94;0;1.35;12086
+73094;44.41253;5.19118;460;20220228;14.1;-1.8;6.2;1.8;5.11;0;1.76;13931
+73094;44.41253;5.19118;460;20220301;12.9;-1.3;5.8;1.4;5.24;0;1.54;13268
+73094;44.41253;5.19118;460;20220302;10.7;.5;5.6;.9;6.48;0;1.14;10367
+73094;44.41253;5.19118;460;20220303;14.8;.1;7.5;1.5;7.01;0;1.61;13927
+73094;44.41253;5.19118;460;20220304;14.7;1.8;8.2;2.2;6.31;0;1.92;12157
+73094;44.41253;5.19118;460;20220305;12.7;.5;6.6;2;4.61;0;1.93;12907
+73094;44.41253;5.19118;460;20220306;11.2;-1.5;4.8;1.6;4.18;0;1.67;13426
+73094;44.41253;5.19118;460;20220307;11;-3.7;3.6;1.6;4.14;0;1.68;14891
+73094;44.41253;5.19118;460;20220308;12.3;-3.7;4.3;1.6;5.14;0;1.66;15077
+73094;44.41253;5.19118;460;20220309;12.8;.8;6.8;1.4;6.34;0;1.65;14407
+73094;44.41253;5.19118;460;20220310;13.6;0;6.8;1.8;7.08;.6;1.69;13249
+73094;44.41253;5.19118;460;20220311;13;5.9;9.4;3.4;6.94;.1;2.11;8413
+73094;44.41253;5.19118;460;20220312;12;5.9;9;3.2;5.94;1;2.22;7828
+73094;44.41253;5.19118;460;20220313;9.7;7.7;8.7;2.4;7.08;2.1;1.5;3877
+73094;44.41253;5.19118;460;20220314;14.4;3;8.7;1.9;8.84;.6;1.58;12140
+73094;44.41253;5.19118;460;20220315;16.1;7.8;11.9;1.9;8.81;0;1.95;10548
+73094;44.41253;5.19118;460;20220316;17.1;4.8;10.9;1.4;9.28;0;1.84;12933
+73094;44.41253;5.19118;460;20220317;14.6;7.6;11.1;1.5;9.74;0;1.56;9685
+73094;44.41253;5.19118;460;20220318;15.7;8.3;12;3.4;9.63;1;2.24;9906
+73094;44.41253;5.19118;460;20220319;15.2;4.4;9.8;1.7;7.83;0;2.1;13972
+73094;44.41253;5.19118;460;20220320;13.1;2.8;7.9;1.8;6.78;.1;1.84;10791
+73094;44.41253;5.19118;460;20220321;14.1;2.7;8.4;2.5;5.93;0;2.51;14950
+73094;44.41253;5.19118;460;20220322;14.6;-2.3;6.1;2.4;5.55;0;2.71;18728
+73094;44.41253;5.19118;460;20220323;16.9;-2.3;7.3;2;5.03;0;2.82;19967
+73094;44.41253;5.19118;460;20220324;19.4;-.6;9.4;2.3;4.73;0;3.35;20271
+73094;44.41253;5.19118;460;20220325;19.5;-.4;9.6;2;5.03;0;3.21;20270
+73094;44.41253;5.19118;460;20220326;20.5;.7;10.6;2.2;5.68;0;3.41;20369
+73094;44.41253;5.19118;460;20220327;20.7;2.5;11.6;1.8;5.73;0;3.09;16767
+73094;44.41253;5.19118;460;20220328;20.7;2.3;11.5;2.1;5.23;0;3.49;20287
+73094;44.41253;5.19118;460;20220329;18.6;3.8;11.2;2.1;7.13;3.2;2.87;16272
+73094;44.41253;5.19118;460;20220330;12.9;7.7;10.3;1.5;10.08;.5;1.6;9356
+73094;44.41253;5.19118;460;20220331;16.6;4.4;10.5;3.6;7.53;1.3;3.15;18494
+73094;44.41253;5.19118;460;20220401;7.4;1.9;4.7;7.3;4.38;4.7;2.81;12392
+73094;44.41253;5.19118;460;20220402;8;2.4;5.2;7.6;3.78;.8;3.27;16220
+73094;44.41253;5.19118;460;20220403;8.1;.8;4.4;5.2;4.73;1.5;2.3;10517
+73094;44.41253;5.19118;460;20220404;13.1;.5;6.8;3;5.13;0;2.96;19998
+73094;44.41253;5.19118;460;20220405;16.4;-1.6;7.4;3.6;6.2;0;3.54;22900
+73094;44.41253;5.19118;460;20220406;15.8;1.7;8.7;1.7;8.85;0;2.32;15308
+73094;44.41253;5.19118;460;20220407;16.7;4.9;10.8;2.8;9.43;.1;2.55;14511
+73094;44.41253;5.19118;460;20220408;20.2;9.1;14.6;2.9;9.63;.5;3.46;16662
+73094;44.41253;5.19118;460;20220409;12.5;8.5;10.5;5.5;4.98;0;4.17;18931
+73094;44.41253;5.19118;460;20220410;17.7;1;9.3;2.4;4.93;0;3.67;23001
+73094;44.41253;5.19118;460;20220411;15.1;1.2;8.2;2.6;7.08;0;2.41;13878
+73094;44.41253;5.19118;460;20220412;18.7;1.8;10.3;2.4;7.78;0;3.13;18890
+73094;44.41253;5.19118;460;20220413;20.8;4;12.4;2;7.93;0;3.63;22122
+73094;44.41253;5.19118;460;20220414;24.7;6.2;15.4;3.1;8.98;0;4.74;23691
+73094;44.41253;5.19118;460;20220415;26.1;9.3;17.7;3.8;10.68;0;5.14;21966
+73094;44.41253;5.19118;460;20220416;22;9.8;15.9;4.9;9.59;0;4.9;24300
+73094;44.41253;5.19118;460;20220417;22.1;8.3;15.2;2.9;7.53;0;4.52;22381
+73094;44.41253;5.19118;460;20220418;21.8;4.6;13.2;2.3;7.63;0;4.19;24462
+73094;44.41253;5.19118;460;20220419;22.5;4.3;13.4;2.8;7.18;0;4.55;24004
+73094;44.41253;5.19118;460;20220420;15.7;5.3;10.5;1.8;10.13;8.7;2.16;12931
+73094;44.41253;5.19118;460;20220421;19.3;9.8;14.6;1.5;11.78;1.3;2.79;16136
+73094;44.41253;5.19118;460;20220422;20.7;6;13.4;2.1;10.38;0;3.52;20995
+73094;44.41253;5.19118;460;20220423;15;9.3;12.2;3.3;10.26;17.7;1.91;3700
+73094;44.41253;5.19118;460;20220424;14;5.1;9.6;1.3;10.13;.5;2.13;15099
+73094;44.41253;5.19118;460;20220425;20.1;6.5;13.3;2;9.98;0;3.6;22440
+73094;44.41253;5.19118;460;20220426;21.2;4.7;12.9;2.3;9.48;0;3.97;24600
+73094;44.41253;5.19118;460;20220427;22.3;5.6;14;2.6;9.08;0;4.43;25156
+73094;44.41253;5.19118;460;20220428;24.1;7;15.6;2.3;10.18;0;4.55;25536
+73094;44.41253;5.19118;460;20220429;23.7;6.6;15.2;2.6;9.93;0;4.68;25476
+73094;44.41253;5.19118;460;20220430;21.9;8.6;15.2;2.6;9.53;0;4.08;19056
+73094;44.41253;5.19118;460;20220501;21.8;6.5;14.1;3.3;8.43;0;4.63;22965
+73094;44.41253;5.19118;460;20220502;22.4;5.9;14.2;2.6;8.88;0;4.56;25734
+73094;44.41253;5.19118;460;20220503;21.7;8.6;15.2;1.9;10.93;2.7;3.61;19212
+73094;44.41253;5.19118;460;20220504;22.3;5.8;14.1;2.2;10.73;3.6;4.23;25752
+73094;44.41253;5.19118;460;20220505;15.8;11.3;13.5;3.5;10.88;3.6;2.99;12774
+73094;44.41253;5.19118;460;20220506;17.7;10.7;14.2;2.5;9.94;0;2.54;9823
+73094;44.41253;5.19118;460;20220507;21.6;10.3;15.9;1.8;10.54;.3;2.91;12517
+73094;44.41253;5.19118;460;20220508;21.6;11.1;16.4;1.6;11.81;4.9;2.7;12396
+73094;44.41253;5.19118;460;20220509;24.2;9.2;16.7;1.2;12.14;.6;3.15;16831
+73094;44.41253;5.19118;460;20220510;26;9.9;18;1.4;12.41;.1;3.6;18435
+73094;44.41253;5.19118;460;20220511;27.1;10.3;18.7;1.6;11.91;0;3.89;18585
+73094;44.41253;5.19118;460;20220512;26.3;8.9;17.6;1.7;11.24;0;3.87;18400
+73094;44.41253;5.19118;460;20220513;25.5;9;17.2;1.6;11.31;0;3.69;17967
+73094;44.41253;5.19118;460;20220514;28.2;10.3;19.3;1.4;13.41;0;3.78;17987
+73094;44.41253;5.19118;460;20220515;27.4;12.8;20.1;1.8;14.08;.4;3.8;16792
+73094;44.41253;5.19118;460;20220516;27.4;11.8;19.6;1.7;12.61;0;4.02;18932
+73094;44.41253;5.19118;460;20220517;30.5;11.6;21;1.4;12.98;0;4.24;19539
+73094;44.41253;5.19118;460;20220518;31.2;13.4;22.3;1.5;14.14;0;4.26;18462
+73094;44.41253;5.19118;460;20220519;29.3;13.5;21.4;2;13.64;.1;4.44;18271
+73094;44.41253;5.19118;460;20220520;29.3;13.6;21.5;2;12.34;.1;4.69;18676
+73094;44.41253;5.19118;460;20220521;31.9;12.4;22.1;1.5;13.48;0;4.55;19440
+73094;44.41253;5.19118;460;20220522;32.9;15.5;24.2;1.8;16.01;.1;4.72;18315
+73094;44.41253;5.19118;460;20220523;28.1;14.9;21.5;1.8;15.14;0;3.7;14908
+73094;44.41253;5.19118;460;20220524;23.6;13.9;18.8;1.9;11.88;.3;3.36;13690
+73094;44.41253;5.19118;460;20220525;22.3;12.9;17.6;2.5;10.74;0;3.24;11082
+73094;44.41253;5.19118;460;20220526;26.4;13.2;19.8;2.5;11.24;.1;4.1;14675
+73094;44.41253;5.19118;460;20220527;30.3;14.5;22.4;2.7;12.74;0;5.07;18185
+73094;44.41253;5.19118;460;20220528;26.4;15.5;21;3.6;10.91;0;5.06;16179
+73094;44.41253;5.19118;460;20220529;24.3;11.7;18;2.8;7.88;0;4.77;18400
+73094;44.41253;5.19118;460;20220530;23.9;7.3;15.6;1.5;8.81;.3;3.51;16286
+73094;44.41253;5.19118;460;20220531;23.9;12;18;1.2;12.11;0;3.01;12788
+73094;44.41253;5.19118;460;20220601;30.1;10.8;20.5;1.7;12.71;0;4.56;20233
+73094;44.41253;5.19118;460;20220602;31;12.8;21.9;1.8;13.38;0;4.65;19076
+73094;44.41253;5.19118;460;20220603;29.5;16.2;22.9;1.9;14.94;.1;4.08;15182
+73094;44.41253;5.19118;460;20220604;32.7;15.8;24.3;2.1;15.28;.2;4.89;17877
+73094;44.41253;5.19118;460;20220605;29.8;17.2;23.5;2;15.44;1.7;4.3;16347
+73094;44.41253;5.19118;460;20220606;30.4;13.7;22;1.9;13.58;.4;4.7;19305
+73094;44.41253;5.19118;460;20220607;27.2;15;21.1;3.2;12.21;0;4.99;18811
+73094;44.41253;5.19118;460;20220608;24.3;13.4;18.9;2;11.41;.8;3.64;14040
+73094;44.41253;5.19118;460;20220609;21.5;14.8;18.2;4.4;10.21;.1;4.69;17285
+73094;44.41253;5.19118;460;20220610;28.6;12.3;20.5;2.9;9.64;0;5.51;19923
+73094;44.41253;5.19118;460;20220611;32.5;12.8;22.6;2.1;10.78;0;6.64;30621
+73094;44.41253;5.19118;460;20220612;34.5;13.8;24.2;1.8;11.84;.1;6.44;28859
+73094;44.41253;5.19118;460;20220613;31.8;16.2;24;2.3;13.74;0;6.29;27065
+73094;44.41253;5.19118;460;20220614;33.6;15;24.3;2.1;12.28;0;6.76;30070
+73094;44.41253;5.19118;460;20220615;33.3;16.3;24.8;1.7;14.38;0;5.42;22277
+73094;44.41253;5.19118;460;20220616;35.9;17.8;26.8;2.1;14.78;0;6.9;28253
+73094;44.41253;5.19118;460;20220617;36.6;19;27.8;2;13.28;0;6.97;28514
+73094;44.41253;5.19118;460;20220618;35.7;18.3;27;2.1;14.31;0;6.81;27836
+73094;44.41253;5.19118;460;20220619;33.1;19.7;26.4;3.1;14.21;0;7.1;26460
+73094;44.41253;5.19118;460;20220620;33.2;18.2;25.7;2.3;12.04;0;6.83;27788
+73094;44.41253;5.19118;460;20220621;31.4;18.1;24.7;2;14.44;1.8;4.9;16777
+73094;44.41253;5.19118;460;20220622;26.4;18.1;22.2;1.4;18.88;4.7;3.48;15567
+73094;44.41253;5.19118;460;20220623;26.2;16.4;21.3;1.7;17.94;1.1;4.11;20534
+73094;44.41253;5.19118;460;20220624;25.6;15.4;20.5;1.6;15.74;14.4;4.35;22318
+73094;44.41253;5.19118;460;20220625;29.2;12;20.6;1.8;13.51;1.2;5.45;27306
+73094;44.41253;5.19118;460;20220626;31.7;16.6;24.2;1.9;15.78;0;5.77;25178
+73094;44.41253;5.19118;460;20220627;29.3;16;22.7;1.7;15.64;0;4.84;22387
+73094;44.41253;5.19118;460;20220628;28.1;17;22.6;2.5;14.91;0;5.35;23801
+73094;44.41253;5.19118;460;20220629;31.2;15;23.1;1.5;14.81;0;5.91;29551
+73094;44.41253;5.19118;460;20220630;30;14.4;22.2;1.9;14.54;4.2;5;22217
+73094;44.41253;5.19118;460;20220701;27.2;13.7;20.4;2.3;12.51;0;5.67;28438
+73094;44.41253;5.19118;460;20220702;32;12.5;22.3;2;11.41;0;6.52;30382
+73094;44.41253;5.19118;460;20220703;35.3;15.2;25.2;1.7;12.98;0;6.64;29464
+73094;44.41253;5.19118;460;20220704;33.4;18.7;26.1;1.7;15.98;1.7;5.75;24247
+73094;44.41253;5.19118;460;20220705;32.1;17.5;24.8;2.5;14.48;0;6.57;27995
+73094;44.41253;5.19118;460;20220706;31.1;16.5;23.8;2.9;11.84;0;6.77;27756
+73094;44.41253;5.19118;460;20220707;30.3;16.6;23.4;3.5;11.68;0;6.96;27709
+73094;44.41253;5.19118;460;20220708;30.2;17.4;23.8;3;12.04;0;6.65;27188
+73094;44.41253;5.19118;460;20220709;32.5;16;24.2;2.5;11.91;0;6.65;27749
+73094;44.41253;5.19118;460;20220710;32.3;17.1;24.7;2.4;12.74;0;6.53;27585
+73094;44.41253;5.19118;460;20220711;33.2;16.2;24.7;2;13.94;0;6.25;27585
+73094;44.41253;5.19118;460;20220712;33.8;15.8;24.8;1.7;13.84;0;6.23;28359
+73094;44.41253;5.19118;460;20220713;34.5;16.1;25.3;1.7;13.74;0;6.08;27128
+73094;44.41253;5.19118;460;20220714;36;17.4;26.7;1.7;15.28;0;6.49;28530
+73094;44.41253;5.19118;460;20220715;35.8;17.6;26.7;2.5;13.58;0;7.1;27604
+73094;44.41253;5.19118;460;20220716;35.3;18.5;26.9;2.3;11.71;0;7.03;27983
+73094;44.41253;5.19118;460;20220717;35.7;16.6;26.1;1.9;12.68;0;6.45;27464
+73094;44.41253;5.19118;460;20220718;37.2;18.6;27.9;1.7;15.31;0;6.45;27426
+73094;44.41253;5.19118;460;20220719;36.5;20.4;28.4;2;17.41;0;6.6;26887
+73094;44.41253;5.19118;460;20220720;36.1;18.7;27.4;1.9;15.51;0;6.51;26971
+73094;44.41253;5.19118;460;20220721;36.4;18.4;27.4;1.7;13.81;0;6.43;27653
+73094;44.41253;5.19118;460;20220722;37.9;17;27.5;1.7;13.41;0;6.58;27943
+73094;44.41253;5.19118;460;20220723;33.7;19.6;26.7;1.9;16.28;0;5.48;21579
+73094;44.41253;5.19118;460;20220724;36.3;17.8;27;1.7;14.71;0;6.37;27825
+73094;44.41253;5.19118;460;20220725;35.5;17.7;26.6;1.8;14.58;.1;5.9;23758
+73094;44.41253;5.19118;460;20220726;31.4;20.7;26;3;13.78;0;6.57;25230
+73094;44.41253;5.19118;460;20220727;31.8;17.3;24.6;2.3;12.14;0;6.16;26359
+73094;44.41253;5.19118;460;20220728;33.3;14.6;23.9;1.7;12.14;0;5.5;24051
+73094;44.41253;5.19118;460;20220729;27.2;17;22.1;1.6;15.21;1.8;3.81;16660
+73094;44.41253;5.19118;460;20220730;31.7;15.7;23.7;2.5;12.78;0;6.21;26849
+73094;44.41253;5.19118;460;20220731;34;15.9;24.9;1.7;11.78;0;5.98;26790
+73094;44.41253;5.19118;460;20220801;35.4;18;26.7;1.9;12.28;0;6.39;26884
+73094;44.41253;5.19118;460;20220802;36;18.3;27.2;2.2;12.61;0;6.62;26810
+73094;44.41253;5.19118;460;20220803;36.8;17.3;27;1.9;14.28;0;6.29;26275
+73094;44.41253;5.19118;460;20220804;36.4;18.6;27.5;1.7;14.38;0;5.89;24307
+73094;44.41253;5.19118;460;20220805;36.3;17.9;27.1;2.1;15.51;.1;6.22;25281
+73094;44.41253;5.19118;460;20220806;34.2;18.7;26.4;2.3;16.04;0;5.98;23862
+73094;44.41253;5.19118;460;20220807;33.3;17.8;25.5;2.3;13.68;0;6.18;25887
+73094;44.41253;5.19118;460;20220808;34;16.8;25.4;1.7;12.98;0;5.72;25532
+73094;44.41253;5.19118;460;20220809;35.1;17.1;26.1;1.7;12.68;0;5.83;25546
+73094;44.41253;5.19118;460;20220810;34.4;17.5;26;1.8;12.81;0;5.51;23284
+73094;44.41253;5.19118;460;20220811;34.6;16.9;25.7;1.9;13.81;0;5.81;25553
+73094;44.41253;5.19118;460;20220812;36.3;15.7;26;1.7;13.44;0;5.91;26080
+73094;44.41253;5.19118;460;20220813;35.9;17.4;26.6;1.8;14.21;2.8;5.7;24344
+73094;44.41253;5.19118;460;20220814;26.9;19.4;23.1;1.3;18.68;8.3;2.86;11851
+73094;44.41253;5.19118;460;20220815;30.3;15;22.7;2;14.81;0;4.95;22961
+73094;44.41253;5.19118;460;20220816;31.7;14.1;22.9;2;14.34;0;4.91;21109
+73094;44.41253;5.19118;460;20220817;27.8;17.1;22.4;2;16.81;30.2;3.36;12439
+73094;44.41253;5.19118;460;20220818;25.3;13.6;19.5;2.7;14.95;5.1;3.95;18883
+73094;44.41253;5.19118;460;20220819;25.4;16.4;20.9;4.5;14.42;0;4.87;18729
+73094;44.41253;5.19118;460;20220820;28.5;17.9;23.2;3.2;14.74;0;5.18;20930
+73094;44.41253;5.19118;460;20220821;29.1;16.1;22.6;2.5;14.11;0;4.85;20904
+73094;44.41253;5.19118;460;20220822;28.9;16.4;22.6;2.6;13.21;0;5.11;21731
+73094;44.41253;5.19118;460;20220823;31.2;17.1;24.2;2;14.04;0;4.94;21731
+73094;44.41253;5.19118;460;20220824;32.5;15.9;24.2;1.7;14.68;0;4.92;22882
+73094;44.41253;5.19118;460;20220825;32.4;15.7;24.1;1.8;15.74;.6;4.87;22484
+73094;44.41253;5.19118;460;20220826;30;17.6;23.8;1.6;16.24;.3;4.15;19303
+73094;44.41253;5.19118;460;20220827;29.1;16.6;22.9;1.5;15.76;.1;4.18;21792
+73094;44.41253;5.19118;460;20220828;31;15.3;23.2;1.4;15.81;.1;4.45;22637
+73094;44.41253;5.19118;460;20220829;32;14.8;23.4;1.4;15.48;.7;4.45;22008
+73094;44.41253;5.19118;460;20220830;30.2;18.6;24.4;1.4;17.61;5.5;3.61;15990
+73094;44.41253;5.19118;460;20220831;27.7;15.4;21.5;1.9;15.74;0;3.74;17619
+73094;44.41253;5.19118;460;20220901;30.9;15.8;23.4;1.8;14.38;0;4.54;21545
+73094;44.41253;5.19118;460;20220902;26.1;14;20.1;1.6;14.44;2.5;3;13128
+73094;44.41253;5.19118;460;20220903;26.9;15.1;21;1.6;16.14;6.7;3.23;15286
+73094;44.41253;5.19118;460;20220904;29.1;14.4;21.8;1.1;16.86;.6;3.66;20829
+73094;44.41253;5.19118;460;20220905;28.9;15.8;22.4;1.5;17.86;0;3.53;17971
+73094;44.41253;5.19118;460;20220906;27.7;15.5;21.6;1.6;17.76;2.2;3.4;17621
+73094;44.41253;5.19118;460;20220907;26.5;16.7;21.6;1.8;18.85;35.1;2.9;13761
+73094;44.41253;5.19118;460;20220908;25.7;13.6;19.7;2.2;14.38;.1;3.51;17974
+73094;44.41253;5.19118;460;20220909;25.4;12;18.7;1.6;12.48;.1;3.26;17156
+73094;44.41253;5.19118;460;20220910;25;10;17.5;1.8;11.54;.1;3.48;19273
+73094;44.41253;5.19118;460;20220911;28.3;10.2;19.3;1.7;11.58;0;3.93;21338
+73094;44.41253;5.19118;460;20220912;29.5;11.8;20.6;1.6;13.48;0;3.85;20477
+73094;44.41253;5.19118;460;20220913;27.4;14.6;21;1.5;17.01;3.6;2.83;13470
+73094;44.41253;5.19118;460;20220914;23.6;18.1;20.9;1.9;18.31;24.7;2.18;8210
+73094;44.41253;5.19118;460;20220915;26.7;14.3;20.5;2;15.38;.6;3.38;17508
+73094;44.41253;5.19118;460;20220916;23.7;14.1;18.9;2.9;13.14;0;3.53;17277
+73094;44.41253;5.19118;460;20220917;18.2;12.6;15.4;4.6;7.71;0;4.08;17292
+73094;44.41253;5.19118;460;20220918;23.1;6.8;15;1.8;8.04;0;3.3;19606
+73094;44.41253;5.19118;460;20220919;22.7;8.1;15.4;2.5;8.24;0;3.67;19004
+73094;44.41253;5.19118;460;20220920;23.5;8.6;16.1;2;8.61;0;3.38;18414
+73094;44.41253;5.19118;460;20220921;22.4;8.8;15.6;1.8;9.51;0;3.01;17315
+73094;44.41253;5.19118;460;20220922;22.6;8.2;15.4;1;10.98;0;2.55;17881
+73094;44.41253;5.19118;460;20220923;21.7;9.9;15.8;1.4;12.18;11.8;2.27;13321
+73094;44.41253;5.19118;460;20220924;18.2;13.2;15.7;.9;14.31;18.6;1.41;7358
+73094;44.41253;5.19118;460;20220925;19.6;11.3;15.4;1.1;12.54;.3;2;13346
+73094;44.41253;5.19118;460;20220926;19.7;8.6;14.2;1.8;9.98;1.5;2.48;15063
+73094;44.41253;5.19118;460;20220927;16.6;9.8;13.2;2.4;9.64;.2;2.51;17631
+73094;44.41253;5.19118;460;20220928;20.4;9.9;15.2;1.7;11.44;5.8;2.21;12826
+73094;44.41253;5.19118;460;20220929;18.1;9.9;14;1.2;11.01;0;2.06;15023
+73094;44.41253;5.19118;460;20220930;14.5;8.2;11.3;2.2;9.34;1;1.9;11851
+73094;44.41253;5.19118;460;20221001;15;5.7;10.3;1.5;10.24;0;1.54;11434
+73094;44.41253;5.19118;460;20221002;24.7;9.5;17.1;1.6;12.51;0;2.93;21231
+73094;44.41253;5.19118;460;20221003;24.8;12.1;18.5;2.2;12.11;0;3.34;21578
+73094;44.41253;5.19118;460;20221004;24.6;8.1;16.4;1.5;11.51;.1;2.54;15834
+73094;44.41253;5.19118;460;20221005;24;8.8;16.4;1.6;12.21;.1;2.78;21052
+73094;44.41253;5.19118;460;20221006;24;9.7;16.9;1.4;12.54;0;2.36;15733
+73094;44.41253;5.19118;460;20221007;23.3;9.6;16.4;1.4;12.84;.1;2.1;13014
+73094;44.41253;5.19118;460;20221008;18.9;12;15.5;1.1;14.18;5.1;1.24;6533
+73094;44.41253;5.19118;460;20221009;19.5;11.8;15.7;.8;14.08;2.6;1.28;7768
+73094;44.41253;5.19118;460;20221010;22.6;12.6;17.6;1.1;14.08;.2;1.86;12306
+73094;44.41253;5.19118;460;20221011;22.9;9.7;16.3;1;13.14;0;1.84;13117
+73094;44.41253;5.19118;460;20221012;22.2;11.8;17;1;13.68;.1;1.61;9724
+73094;44.41253;5.19118;460;20221013;20.6;10;15.3;.8;12.84;.5;1.43;9665
+73094;44.41253;5.19118;460;20221014;21.2;11;16.1;.9;13.14;.2;1.53;10071
+73094;44.41253;5.19118;460;20221015;23.8;9.1;16.4;1.3;12.44;.1;1.93;12796
+73094;44.41253;5.19118;460;20221016;22.7;10.5;16.6;1.8;13.61;0;1.92;9582
+73094;44.41253;5.19118;460;20221017;24;12.4;18.2;1.7;13.71;.1;1.97;9350
+73094;44.41253;5.19118;460;20221018;24;10.5;17.2;1.2;13.34;.2;1.8;11413
+73094;44.41253;5.19118;460;20221019;23.6;9.3;16.5;1.4;12.91;.1;1.8;11318
+73094;44.41253;5.19118;460;20221020;19.5;12.1;15.8;1.6;14.71;1.7;1.13;4519
+73094;44.41253;5.19118;460;20221021;19.9;15.6;17.8;2.4;15.58;15.5;1.38;2749
+73094;44.41253;5.19118;460;20221022;21;13.4;17.2;1.6;14.81;0;1.4;6607
+73094;44.41253;5.19118;460;20221023;22.9;14.1;18.5;1.8;14.58;0;1.77;6149
+73094;44.41253;5.19118;460;20221024;22.7;15.7;19.2;1.6;15.31;.4;1.55;6203
+73094;44.41253;5.19118;460;20221025;22.9;11.4;17.2;1.7;13.18;0;1.69;8878
+73094;44.41253;5.19118;460;20221026;23.8;10.7;17.2;1.4;13.34;.1;1.64;9378
+73094;44.41253;5.19118;460;20221027;23.7;10.8;17.2;1.4;13.71;.1;1.56;9314
+73094;44.41253;5.19118;460;20221028;24;10.2;17.1;1.4;12.44;0;1.66;9644
+73094;44.41253;5.19118;460;20221029;23.4;8.9;16.1;1.4;11.48;.1;1.61;8986
+73094;44.41253;5.19118;460;20221030;23;8.5;15.7;1.3;11.34;0;1.5;8952
+73094;44.41253;5.19118;460;20221031;21.3;8.9;15.1;1.9;11.74;46.7;1.66;8332
+73094;44.41253;5.19118;460;20221101;20.1;12.7;16.4;1.6;13.34;3.2;1.34;7286
+73094;44.41253;5.19118;460;20221102;18.5;8.7;13.6;1.3;11.24;.1;1.14;8576
+73094;44.41253;5.19118;460;20221103;12.8;6.2;9.5;1.8;10.71;16.3;.65;2721
+73094;44.41253;5.19118;460;20221104;11.7;6;8.8;2.7;8.76;3;.98;5441
+73094;44.41253;5.19118;460;20221105;12.8;7.4;10.1;4.5;6.98;0;2.05;7812
+73094;44.41253;5.19118;460;20221106;17.9;2.7;10.3;1.5;7.21;0;1.3;8532
+73094;44.41253;5.19118;460;20221107;18.5;3.2;10.9;1.5;8.04;0;1.22;8774
+73094;44.41253;5.19118;460;20221108;14.7;4.6;9.7;2.2;9.74;.1;1.02;4324
+73094;44.41253;5.19118;460;20221109;17.1;11;14.1;1.9;12.44;38.3;1.15;2465
+73094;44.41253;5.19118;460;20221110;17.5;7.3;12.4;1.1;10.79;0;.88;7565
+73094;44.41253;5.19118;460;20221111;18.3;6.2;12.3;1;10.11;.1;.9;7765
+73094;44.41253;5.19118;460;20221112;15.8;6.1;10.9;1.3;10.11;0;.83;6591
+73094;44.41253;5.19118;460;20221113;15.6;7.5;11.5;1.1;9.96;0;.84;5761
+73094;44.41253;5.19118;460;20221114;13.4;5.9;9.7;1.8;9.99;9.3;.77;5153
+73094;44.41253;5.19118;460;20221115;12.8;9.4;11.1;1.9;11.78;7.9;.68;1920
+73094;44.41253;5.19118;460;20221116;16.5;8.5;12.5;1.8;10.08;0;1.03;6817
+73094;44.41253;5.19118;460;20221117;15.4;5.7;10.5;1.5;10.38;2.2;.77;5630
+73094;44.41253;5.19118;460;20221118;12.7;6.2;9.4;2.3;8.51;.1;.94;6414
+73094;44.41253;5.19118;460;20221119;11.1;5;8.1;3;6.61;.1;1.32;6084
+73094;44.41253;5.19118;460;20221120;11.7;4.7;8.2;2.8;6.38;0;1.28;6308
+73094;44.41253;5.19118;460;20221121;8.4;3.1;5.8;2;7.28;7.4;.71;2522
+73094;44.41253;5.19118;460;20221122;9.8;4.8;7.3;3.4;6.71;.1;1.22;5108
+73094;44.41253;5.19118;460;20221123;10.1;1.2;5.6;1.6;7.08;2.4;.7;4228
+73094;44.41253;5.19118;460;20221124;13.5;3.2;8.4;2.1;7.31;0;1.02;6389
+73094;44.41253;5.19118;460;20221125;14.4;4.3;9.4;2.4;7.71;.4;1.13;6024
+73094;44.41253;5.19118;460;20221126;12.2;6.9;9.6;3;6.48;0;1.48;5345
+73094;44.41253;5.19118;460;20221127;10.8;-.4;5.2;1.3;6.24;0;.59;5773
+73094;44.41253;5.19118;460;20221128;7.2;3.8;5.5;1.3;7.88;17.2;.52;1097
+73094;44.41253;5.19118;460;20221129;8.3;3;5.7;1.8;7.08;.4;.65;3440
+73094;44.41253;5.19118;460;20221130;9.5;1.1;5.3;1.5;6.38;0;.63;5311
+73094;44.41253;5.19118;460;20221201;9.3;.3;4.8;1;6.04;0;.53;4982
+73094;44.41253;5.19118;460;20221202;6;.1;3.1;1.1;6.08;1;.46;3245
+73094;44.41253;5.19118;460;20221203;5.2;.7;2.9;1.5;7.41;13.4;.31;1445
+73094;44.41253;5.19118;460;20221204;8.7;4.6;6.7;1.8;8.21;11.1;.56;2005
+73094;44.41253;5.19118;460;20221205;6.7;-.1;3.3;1.4;6.24;.1;.4;5027
+73094;44.41253;5.19118;460;20221206;7;-1;3;1.7;5.48;0;.57;5110
+73094;44.41253;5.19118;460;20221207;5.5;-.5;2.5;2.2;5.24;0;.68;4697
+73094;44.41253;5.19118;460;20221208;5;-2.8;1.1;1.3;5.58;27.5;.35;4251
+73094;44.41253;5.19118;460;20221209;8.2;3.5;5.8;1.6;9.01;6.6;.32;2287
+73094;44.41253;5.19118;460;20221210;6.1;3.7;4.9;2.5;6.51;0;.71;3333
+73094;44.41253;5.19118;460;20221211;3.2;-1.9;.7;2.7;3.74;0;.9;4247
+73094;44.41253;5.19118;460;20221212;4.4;-3.8;.3;1.6;4.18;6.9;.52;5171
+73094;44.41253;5.19118;460;20221213;4.2;.3;2.2;1.4;6.88;5.1;.3;1972
+73094;44.41253;5.19118;460;20221214;8.3;3.3;5.8;1.4;8.31;1.6;.4;3078
+73094;44.41253;5.19118;460;20221215;8.3;3.9;6.1;1.7;8.68;31.6;.43;1182
+73094;44.41253;5.19118;460;20221216;8.4;4.8;6.6;2.2;7.58;0;.62;3909
+73094;44.41253;5.19118;460;20221217;5;.8;2.9;2.5;4.88;0;.88;4303
+73094;44.41253;5.19118;460;20221218;9.3;-2.5;3.4;1.2;5.88;0;.41;5547
+73094;44.41253;5.19118;460;20221219;10.8;3.4;7.1;2.5;8.48;0;.73;2191
+73094;44.41253;5.19118;460;20221220;12.3;9;10.7;3;9.51;1.4;1.11;2501
+73094;44.41253;5.19118;460;20221221;11.5;9.7;10.6;1.7;10.18;2.6;.71;2242
+73094;44.41253;5.19118;460;20221222;12.6;4.7;8.7;1.6;9.54;1;.53;4255
+73094;44.41253;5.19118;460;20221223;12.7;8.1;10.4;1.5;10.74;.2;.58;3354
+73094;44.41253;5.19118;460;20221224;14.4;8.3;11.3;1.3;10.58;.1;.59;4108
+73094;44.41253;5.19118;460;20221225;13.6;2.8;8.2;1.4;9.14;0;.51;4981
+73094;44.41253;5.19118;460;20221226;13.2;3.9;8.6;1.3;9.34;.1;.49;4646
+73094;44.41253;5.19118;460;20221227;11.9;3.1;7.5;1.5;7.94;0;.59;4548
+73094;44.41253;5.19118;460;20221228;10.2;.3;5.3;1.5;6.84;0;.52;5074
+73094;44.41253;5.19118;460;20221229;12;3.6;7.8;1.6;8.61;0;.65;3090
+73094;44.41253;5.19118;460;20221230;11.1;5.9;8.5;1.3;9.78;.3;.45;2910
+73094;44.41253;5.19118;460;20221231;15.9;6.4;11.1;2;10.11;0;.86;4616
+73095;44.42654;5.50399;800;20220101;17.7;-1.5;8.1;1;6.13;.1;.55;7462
+73095;44.42654;5.50399;800;20220102;14.6;-3.8;5.4;1.6;6.03;0;.75;7302
+73095;44.42654;5.50399;800;20220103;12.9;1.3;7.1;2;6.5;0;.88;5932
+73095;44.42654;5.50399;800;20220104;10.8;-.6;5.1;2.3;7.13;2.6;.7;5832
+73095;44.42654;5.50399;800;20220105;2.9;2.5;2.7;6.6;5.16;0;1.21;835
+73095;44.42654;5.50399;800;20220106;3.4;-1.6;.9;4.2;3.46;0;1.27;3721
+73095;44.42654;5.50399;800;20220107;4.4;-9.2;-2.4;2.6;3.8;3.5;.65;6510
+73095;44.42654;5.50399;800;20220108;6.1;-.8;2.7;3.1;5.9;4.9;.64;4580
+73095;44.42654;5.50399;800;20220109;3.5;1.2;2.4;4.1;5.7;1.7;.77;2529
+73095;44.42654;5.50399;800;20220110;5.1;.8;2.9;4.4;4.73;0;1.09;3539
+73095;44.42654;5.50399;800;20220111;5.7;-6.2;-.3;1.7;3.76;0;.66;5710
+73095;44.42654;5.50399;800;20220112;5;-7.9;-1.5;1.5;3.43;0;.6;6142
+73095;44.42654;5.50399;800;20220113;8.6;-8;.3;1.2;3.1;0;.65;7462
+73095;44.42654;5.50399;800;20220114;11.7;-9.8;.9;1;3.03;0;.7;8753
+73095;44.42654;5.50399;800;20220115;13.9;-8.8;2.6;1.1;3.46;0;.71;9106
+73095;44.42654;5.50399;800;20220116;10.7;-8.9;.9;2.3;3.06;0;1.23;8546
+73095;44.42654;5.50399;800;20220117;8.9;-5.7;1.6;2.6;3.43;0;1.28;7578
+73095;44.42654;5.50399;800;20220118;10;-6.1;1.9;1.4;4.16;0;.8;7673
+73095;44.42654;5.50399;800;20220119;7.9;-6.9;.5;2.2;5.2;.1;.63;7723
+73095;44.42654;5.50399;800;20220120;6;-.4;2.8;5.7;4.6;0;1.36;4897
+73095;44.42654;5.50399;800;20220121;4.9;-3.2;.9;3.2;3.7;0;1.05;5409
+73095;44.42654;5.50399;800;20220122;6.3;-9.4;-1.5;1.1;3.33;0;.6;8090
+73095;44.42654;5.50399;800;20220123;11.1;-9.3;.9;1.4;3.5;0;.88;9408
+73095;44.42654;5.50399;800;20220124;12;-9.5;1.2;1.1;3.7;0;.75;9838
+73095;44.42654;5.50399;800;20220125;9.2;-8.3;.4;1.2;4.43;0;.6;9014
+73095;44.42654;5.50399;800;20220126;11.9;-9.3;1.3;1.7;3.5;0;1.13;9852
+73095;44.42654;5.50399;800;20220127;12.8;-9.5;1.6;1.6;3.4;0;1.11;10275
+73095;44.42654;5.50399;800;20220128;8.1;-7.6;.3;3.1;3.73;0;1.32;8689
+73095;44.42654;5.50399;800;20220129;11.5;-3.7;3.9;2.5;3.56;0;1.67;8564
+73095;44.42654;5.50399;800;20220130;10.9;-.9;5;3.4;5;0;1.6;7868
+73095;44.42654;5.50399;800;20220131;6.2;-.7;2.8;6.7;4.86;.2;1.55;5604
+73095;44.42654;5.50399;800;20220201;6.9;-.9;3;6.8;4.43;0;1.7;6272
+73095;44.42654;5.50399;800;20220202;11;3.8;7.4;7;6.56;0;1.88;6252
+73095;44.42654;5.50399;800;20220203;15.1;-1.3;6.9;2.1;5.83;0;1.47;9516
+73095;44.42654;5.50399;800;20220204;10.8;-1.8;4.5;3.4;6.5;0;1.14;8508
+73095;44.42654;5.50399;800;20220205;8.1;4;6.1;4.8;5.93;0;1.49;4208
+73095;44.42654;5.50399;800;20220206;9.4;-6.1;1.7;3.2;4.86;0;1.27;9528
+73095;44.42654;5.50399;800;20220207;9.2;4.2;6.7;6.1;5.2;.2;2.21;5384
+73095;44.42654;5.50399;800;20220208;11.3;-6.4;2.5;1.3;3.83;0;1.08;10618
+73095;44.42654;5.50399;800;20220209;13.7;-7;3.4;1.7;4.6;0;1.33;11847
+73095;44.42654;5.50399;800;20220210;2.4;-6.1;-1.9;2;5.25;0;1.52;11766
+73095;44.42654;5.50399;800;20220211;10.9;.2;5.6;3.2;5.21;0;1.72;10000
+73095;44.42654;5.50399;800;20220212;11.2;-.6;5.3;3.4;4.49;0;1.86;10933
+73095;44.42654;5.50399;800;20220213;10.3;.6;5.4;3.3;5.55;1.7;1.45;11266
+73095;44.42654;5.50399;800;20220214;6.6;2.1;4.3;2;6.69;13.8;.76;2866
+73095;44.42654;5.50399;800;20220215;7.9;0;3.9;2.8;5.58;.1;1.24;10866
+73095;44.42654;5.50399;800;20220216;6.5;-.2;3.1;2.2;7.33;4.2;.63;7402
+73095;44.42654;5.50399;800;20220217;15;4.9;10;5.8;8.6;0;2.09;9118
+73095;44.42654;5.50399;800;20220218;18;1.1;9.5;2.4;7.66;0;1.89;12194
+73095;44.42654;5.50399;800;20220219;7.8;3.3;5.6;5.4;5.93;0;1.63;6024
+73095;44.42654;5.50399;800;20220220;11.6;-1;5.3;4.4;5;0;2.06;10761
+73095;44.42654;5.50399;800;20220221;7.6;.4;4;6.2;6.16;5;1.34;8216
+73095;44.42654;5.50399;800;20220222;9.8;1.8;5.8;6.9;5.66;0;2.1;8515
+73095;44.42654;5.50399;800;20220223;15;.5;7.8;2.4;5.13;0;2.07;11927
+73095;44.42654;5.50399;800;20220224;11.3;-2.1;4.6;2.6;6.2;0;1.45;11572
+73095;44.42654;5.50399;800;20220225;8.2;1.5;4.9;5.7;4.6;0;2.1;8175
+73095;44.42654;5.50399;800;20220226;9.6;-3.4;3.1;2.7;3.8;0;1.76;11686
+73095;44.42654;5.50399;800;20220227;9;-7.9;.5;1.8;4.1;0;1.38;13537
+73095;44.42654;5.50399;800;20220228;9.9;-7.1;1.4;2;4.43;0;1.45;13739
+73095;44.42654;5.50399;800;20220301;10.2;-6.7;1.8;1.8;4.8;0;1.41;13858
+73095;44.42654;5.50399;800;20220302;9.4;-3.1;3.2;1.6;5.76;0;1.26;11971
+73095;44.42654;5.50399;800;20220303;12.4;-3;4.7;2;6.03;0;1.58;13476
+73095;44.42654;5.50399;800;20220304;12.6;-1.8;5.4;3.8;5.13;0;2.14;13019
+73095;44.42654;5.50399;800;20220305;9.6;-6.4;1.6;2.5;3.33;0;1.85;14139
+73095;44.42654;5.50399;800;20220306;6.9;-8.1;-.6;1.8;3.56;0;1.39;14002
+73095;44.42654;5.50399;800;20220307;9.1;-9.1;0;1.7;3.53;0;1.58;15512
+73095;44.42654;5.50399;800;20220308;10.5;-9.4;.5;1.8;4.5;0;1.58;16380
+73095;44.42654;5.50399;800;20220309;10.7;-2.4;4.2;1.8;5.43;0;1.61;13550
+73095;44.42654;5.50399;800;20220310;11.7;-6.4;2.7;1.6;5.66;.3;1.6;16089
+73095;44.42654;5.50399;800;20220311;10.2;2;6.1;5.4;5.9;0;2.16;10764
+73095;44.42654;5.50399;800;20220312;11.1;4.7;7.9;5.5;4.76;.1;2.9;9620
+73095;44.42654;5.50399;800;20220313;7.5;4.6;6;5.3;6.66;8.3;1.65;6386
+73095;44.42654;5.50399;800;20220314;12.5;2.1;7.3;3;8.16;.6;1.68;12769
+73095;44.42654;5.50399;800;20220315;14.5;7.1;10.8;3.4;7.6;0;2.44;10732
+73095;44.42654;5.50399;800;20220316;17;1.8;9.4;1.6;7.76;0;2.2;15627
+73095;44.42654;5.50399;800;20220317;12.7;2.3;7.5;1.9;8.96;0;1.54;13142
+73095;44.42654;5.50399;800;20220318;13.1;6.5;9.8;3.5;8.05;.8;2.16;7133
+73095;44.42654;5.50399;800;20220319;13.9;5.3;9.6;3.2;6.38;0;2.94;13500
+73095;44.42654;5.50399;800;20220320;10.1;1.7;5.9;4;5.31;0;2.34;8566
+73095;44.42654;5.50399;800;20220321;11.8;3.3;7.6;3.7;4.65;0;3.06;17633
+73095;44.42654;5.50399;800;20220322;12.5;-2.8;4.9;5.2;3.21;0;3.9;20050
+73095;44.42654;5.50399;800;20220323;14.5;-2.7;5.9;3.7;3.51;0;3.78;20333
+73095;44.42654;5.50399;800;20220324;16.5;-2.7;6.9;3.2;3.75;0;3.74;20533
+73095;44.42654;5.50399;800;20220325;16.9;-2.2;7.3;2.8;4.25;0;3.52;19800
+73095;44.42654;5.50399;800;20220326;17.5;-.6;8.4;3.5;4.41;0;3.97;19966
+73095;44.42654;5.50399;800;20220327;16.5;1.7;9.1;3;4.25;0;3.58;15033
+73095;44.42654;5.50399;800;20220328;18.4;0;9.2;2.8;4.28;0;3.78;19900
+73095;44.42654;5.50399;800;20220329;16.3;1.9;9.1;2.7;5.68;2.9;3.02;14000
+73095;44.42654;5.50399;800;20220330;10.5;5.2;7.9;1.6;8.86;.6;1.28;6800
+73095;44.42654;5.50399;800;20220331;12;3;7.5;3.1;7.18;.8;2.38;15666
+73095;44.42654;5.50399;800;20220401;3.7;1.5;2.6;5.5;4.46;3.5;1.79;11466
+73095;44.42654;5.50399;800;20220402;2.4;-2;.2;5;4.06;0;1.97;12900
+73095;44.42654;5.50399;800;20220403;7.6;-3.6;2;2.9;4.49;2.2;1.51;10166
+73095;44.42654;5.50399;800;20220404;9.5;-4;2.7;2;4.91;0;2.43;21866
+73095;44.42654;5.50399;800;20220405;14.5;-3.5;5.5;2.2;5.35;0;2.93;20966
+73095;44.42654;5.50399;800;20220406;13.9;-.8;6.6;2.5;7.06;.1;2.47;15650
+73095;44.42654;5.50399;800;20220407;13.1;5.7;9.4;3.7;8.35;.9;2.29;11466
+73095;44.42654;5.50399;800;20220408;15.9;7.7;11.8;3.9;9.35;1.3;2.69;13133
+73095;44.42654;5.50399;800;20220409;8.6;3.8;6.2;5.2;4.81;.1;3.35;19466
+73095;44.42654;5.50399;800;20220410;14.1;-2.6;5.8;1.8;4.38;0;3.23;24433
+73095;44.42654;5.50399;800;20220411;12.3;.7;6.5;3.5;5.95;0;2.36;12466
+73095;44.42654;5.50399;800;20220412;17;2.7;9.9;4.1;6.71;0;3.4;13600
+73095;44.42654;5.50399;800;20220413;20.1;4.4;12.2;3;7.15;0;4.12;19866
+73095;44.42654;5.50399;800;20220414;21.3;3.1;12.2;2.5;7.91;0;4.09;22333
+73095;44.42654;5.50399;800;20220415;23.5;6;14.7;2.8;9.11;0;4.39;22233
+73095;44.42654;5.50399;800;20220416;22.8;9.3;16;3.4;7.91;0;4.4;22700
+73095;44.42654;5.50399;800;20220417;18.2;4;11.1;2.7;7.21;0;4.23;24900
+73095;44.42654;5.50399;800;20220418;18.5;1.2;9.9;2.5;7.01;0;3.97;24500
+73095;44.42654;5.50399;800;20220419;19.1;1.9;10.5;2.5;6.81;0;3.91;22866
+73095;44.42654;5.50399;800;20220420;14.3;3.6;8.9;1.9;8.95;7.5;2.11;10833
+73095;44.42654;5.50399;800;20220421;15.8;7.7;11.8;3.7;9.41;1.3;3.14;14566
+73095;44.42654;5.50399;800;20220422;17.2;5.7;11.5;2.7;8.68;0;3.52;19400
+73095;44.42654;5.50399;800;20220423;8.8;8;8.4;3.4;8.52;21;1.96;5733
+73095;44.42654;5.50399;800;20220424;11.6;3.2;7.4;2.2;8.68;.3;1.84;11800
+73095;44.42654;5.50399;800;20220425;16;5.9;10.9;2.2;8.65;0;3.36;21100
+73095;44.42654;5.50399;800;20220426;18.3;1.9;10.1;2.1;8.01;0;3.75;24666
+73095;44.42654;5.50399;800;20220427;20.4;2.2;11.3;2.3;7.78;0;4.27;26633
+73095;44.42654;5.50399;800;20220428;21;4;12.5;2.3;8.81;.1;4.3;24866
+73095;44.42654;5.50399;800;20220429;21.4;4.1;12.7;2.2;8.78;0;4.19;24266
+73095;44.42654;5.50399;800;20220430;19.1;6.9;13;1.7;8.98;0;3.24;18433
+73095;44.42654;5.50399;800;20220501;18.5;4.7;11.6;2.4;7.65;0;4.02;25300
+73095;44.42654;5.50399;800;20220502;19.1;2.7;10.9;2.4;8.01;.3;4.19;26266
+73095;44.42654;5.50399;800;20220503;15.9;6.4;11.1;2;9.58;3.1;3.07;15666
+73095;44.42654;5.50399;800;20220504;18.2;3.7;11;2;9.65;5;3.55;21866
+73095;44.42654;5.50399;800;20220505;13.7;8.6;11.2;2.5;9.91;5.2;2.03;11057
+73095;44.42654;5.50399;800;20220506;16;7.5;11.7;4.2;9.56;0;2.93;16874
+73095;44.42654;5.50399;800;20220507;18.3;5.6;11.9;2.7;10.4;3.2;3.26;20769
+73095;44.42654;5.50399;800;20220508;16.9;7.9;12.4;1.8;11.46;11.9;2.83;18026
+73095;44.42654;5.50399;800;20220509;20.7;4.2;12.4;1.6;10.73;8.5;3.73;24825
+73095;44.42654;5.50399;800;20220510;21.8;5.1;13.4;1.3;11.36;.1;3.85;25052
+73095;44.42654;5.50399;800;20220511;23.4;4.8;14.1;1.8;10.56;0;4.38;26656
+73095;44.42654;5.50399;800;20220512;23.4;4.5;13.9;1.9;10.26;0;4.4;26874
+73095;44.42654;5.50399;800;20220513;22.2;5.6;13.9;1.8;10.63;0;4.1;25191
+73095;44.42654;5.50399;800;20220514;24.5;6.8;15.6;1.4;12.26;0;4.31;26015
+73095;44.42654;5.50399;800;20220515;24.3;8.1;16.2;1.5;12.96;1.6;4.27;25200
+73095;44.42654;5.50399;800;20220516;24.6;8.5;16.6;1.9;11.9;0;4.47;24983
+73095;44.42654;5.50399;800;20220517;27.1;6.6;16.8;1.9;12.1;.1;5.04;28108
+73095;44.42654;5.50399;800;20220518;27;10.7;18.8;1.8;13.26;0;4.92;25917
+73095;44.42654;5.50399;800;20220519;25.7;10.2;18;2.1;12.7;0;4.81;25165
+73095;44.42654;5.50399;800;20220520;26.9;9.9;18.4;2.3;11.46;.1;5.25;25823
+73095;44.42654;5.50399;800;20220521;28.8;7.2;18;1.5;12.63;.1;5.24;28832
+73095;44.42654;5.50399;800;20220522;30.5;10.6;20.5;1.8;15.13;0;5.58;28530
+73095;44.42654;5.50399;800;20220523;25.4;12.1;18.7;2.5;13.7;0;4.74;23500
+73095;44.42654;5.50399;800;20220524;19.9;10.3;15.1;2.8;11.83;.6;3.6;19462
+73095;44.42654;5.50399;800;20220525;20.4;9.6;15;2.5;10.7;0;3.86;21163
+73095;44.42654;5.50399;800;20220526;23.6;8.2;15.9;2.6;11.36;.2;4.57;25433
+73095;44.42654;5.50399;800;20220527;26.3;11.1;18.7;2.7;13.16;0;5.05;25272
+73095;44.42654;5.50399;800;20220528;23.3;11.5;17.4;4.6;11.2;0;5.05;22427
+73095;44.42654;5.50399;800;20220529;20.7;8.1;14.4;3.9;7.76;0;4.83;23246
+73095;44.42654;5.50399;800;20220530;21.2;2.3;11.7;1.7;8.36;.4;4.39;28498
+73095;44.42654;5.50399;800;20220531;22;7.7;14.9;1.4;11.1;.1;4.1;24774
+73095;44.42654;5.50399;800;20220601;26.2;6;16.1;1.6;11.73;0;5.04;29099
+73095;44.42654;5.50399;800;20220602;27.4;8.8;18.1;1.8;12.83;0;5.24;28139
+73095;44.42654;5.50399;800;20220603;26;13.1;19.5;2.1;14.1;.2;4.83;23879
+73095;44.42654;5.50399;800;20220604;30.1;12.6;21.4;2.8;13.96;.1;6.16;27743
+73095;44.42654;5.50399;800;20220605;26.7;15;20.9;2.5;14.66;2.1;4.9;22209
+73095;44.42654;5.50399;800;20220606;27.2;8.6;17.9;2;12.7;.6;5.33;28401
+73095;44.42654;5.50399;800;20220607;23.5;11.1;17.3;3.5;12.1;0;4.8;23410
+73095;44.42654;5.50399;800;20220608;20.8;8.6;14.7;2.2;10.6;.9;4.15;23335
+73095;44.42654;5.50399;800;20220609;18;12.3;15.2;5.4;10.06;.2;3.92;15439
+73095;44.42654;5.50399;800;20220610;25.1;9.3;17.2;4.4;8.8;0;5.97;26372
+73095;44.42654;5.50399;800;20220611;27.9;5.2;16.6;2;10.36;0;5.68;30487
+73095;44.42654;5.50399;800;20220612;30.5;7.3;18.9;1.9;11.23;.2;6.08;30975
+73095;44.42654;5.50399;800;20220613;28.3;10.4;19.4;2.9;13.23;0;5.79;28202
+73095;44.42654;5.50399;800;20220614;30;7.7;18.8;1.9;12.13;0;5.96;30654
+73095;44.42654;5.50399;800;20220615;29.6;10.9;20.3;1.4;13.33;.2;5.57;28883
+73095;44.42654;5.50399;800;20220616;32;10.8;21.4;2.3;13.2;0;6.49;30350
+73095;44.42654;5.50399;800;20220617;32.9;13.6;23.3;2.5;12.5;0;6.72;28757
+73095;44.42654;5.50399;800;20220618;33.1;12.4;22.7;1.9;14.5;0;6.54;30593
+73095;44.42654;5.50399;800;20220619;30.8;17.1;23.9;3.3;13.83;0;6.51;24579
+73095;44.42654;5.50399;800;20220620;31;13.7;22.3;2.4;10.66;0;6.47;27537
+73095;44.42654;5.50399;800;20220621;29.2;15;22.1;2.3;12.86;2.4;5.79;25000
+73095;44.42654;5.50399;800;20220622;25.5;16.4;21;2;16.9;4.8;4.28;20319
+73095;44.42654;5.50399;800;20220623;24;12.5;18.2;2.3;15.73;3.2;4.26;22898
+73095;44.42654;5.50399;800;20220624;23;14.2;18.6;2.1;14.76;10.8;3.94;19721
+73095;44.42654;5.50399;800;20220625;26.5;8.3;17.4;1.6;12.4;.3;5.13;28698
+73095;44.42654;5.50399;800;20220626;29.4;13.1;21.2;2.3;14.4;0;5.79;27246
+73095;44.42654;5.50399;800;20220627;26.1;12.9;19.5;2.4;15.56;0;4.59;23150
+73095;44.42654;5.50399;800;20220628;26.3;13.7;20;2.5;15.16;0;4.83;23252
+73095;44.42654;5.50399;800;20220629;27;11.8;19.4;1.9;14.3;0;5.01;25496
+73095;44.42654;5.50399;800;20220630;28.1;9.6;18.9;1.9;13.1;.3;5.5;28769
+73095;44.42654;5.50399;800;20220701;23.8;12.1;17.9;2.9;12.53;.1;4.6;22243
+73095;44.42654;5.50399;800;20220702;30.4;5.2;17.8;1.7;10.3;0;5.92;30923
+73095;44.42654;5.50399;800;20220703;33;10.1;21.5;1.7;11.83;0;6.42;30713
+73095;44.42654;5.50399;800;20220704;31;15.1;23.1;2.2;14.53;1.6;5.91;26480
+73095;44.42654;5.50399;800;20220705;28.7;14.2;21.5;3.2;13.93;0;5.82;25405
+73095;44.42654;5.50399;800;20220706;27.9;11.2;19.6;3.2;11.66;0;5.92;27135
+73095;44.42654;5.50399;800;20220707;27.4;11.2;19.3;4.2;11.8;0;6.05;26571
+73095;44.42654;5.50399;800;20220708;27.5;13.8;20.6;3.6;12.06;0;5.84;24462
+73095;44.42654;5.50399;800;20220709;28.4;9.1;18.8;2.5;12.16;0;5.73;28786
+73095;44.42654;5.50399;800;20220710;28.7;9.8;19.2;2.4;12.4;0;5.71;28396
+73095;44.42654;5.50399;800;20220711;29.6;10.2;19.9;2;13.66;0;5.69;28915
+73095;44.42654;5.50399;800;20220712;30.3;9.9;20.1;2.2;12.43;0;5.99;29294
+73095;44.42654;5.50399;800;20220713;30.9;9.3;20.1;1.9;13.4;0;5.98;29974
+73095;44.42654;5.50399;800;20220714;32.1;12;22.1;2;13.8;0;6.17;29101
+73095;44.42654;5.50399;800;20220715;32.1;13;22.5;3.3;12.66;0;6.86;28364
+73095;44.42654;5.50399;800;20220716;31.6;13.3;22.5;2.5;10.8;0;6.35;27236
+73095;44.42654;5.50399;800;20220717;32.1;9.6;20.9;2;13;0;6.14;29719
+73095;44.42654;5.50399;800;20220718;33.7;13;23.4;1.7;15.23;.1;6.21;29386
+73095;44.42654;5.50399;800;20220719;33.8;15.6;24.7;2.2;16.7;0;6.32;27417
+73095;44.42654;5.50399;800;20220720;33.5;13.9;23.7;2.2;14.73;0;6.42;28345
+73095;44.42654;5.50399;800;20220721;32.3;13.1;22.7;1.9;13.76;0;5.86;27565
+73095;44.42654;5.50399;800;20220722;34;10.3;22.2;1.8;12.43;0;6.35;30053
+73095;44.42654;5.50399;800;20220723;31.2;13.8;22.5;2.5;14.8;0;5.89;26271
+73095;44.42654;5.50399;800;20220724;32.9;12.7;22.8;1.8;13.63;0;5.99;28260
+73095;44.42654;5.50399;800;20220725;33.7;11.3;22.5;2.1;13.9;.1;6.37;29132
+73095;44.42654;5.50399;800;20220726;27.5;17.3;22.4;4.3;14.16;0;5.46;19726
+73095;44.42654;5.50399;800;20220727;28.2;11.6;19.9;2.8;12.1;0;5.49;25587
+73095;44.42654;5.50399;800;20220728;30.8;8.5;19.7;1.7;11.56;0;5.64;29022
+73095;44.42654;5.50399;800;20220729;25.9;11.7;18.8;1.9;14.23;2;4.44;23381
+73095;44.42654;5.50399;800;20220730;29;13.9;21.4;3.4;12.06;0;5.88;23895
+73095;44.42654;5.50399;800;20220731;31;8.7;19.9;2.2;10.8;0;5.88;28171
+73095;44.42654;5.50399;800;20220801;32.4;10.8;21.6;2.3;11.43;0;6.09;27891
+73095;44.42654;5.50399;800;20220802;32.4;14.4;23.4;2.6;11.83;0;6.14;25179
+73095;44.42654;5.50399;800;20220803;33.1;11.4;22.3;1.6;14.2;0;5.76;28123
+73095;44.42654;5.50399;800;20220804;32.9;13.6;23.3;1.8;14.13;.1;5.71;26455
+73095;44.42654;5.50399;800;20220805;33.2;12.8;23;2;13.7;.1;5.97;27023
+73095;44.42654;5.50399;800;20220806;31.2;15.7;23.4;2.9;14.4;0;5.82;23602
+73095;44.42654;5.50399;800;20220807;28.8;12.5;20.6;2.6;13.8;0;5.18;24255
+73095;44.42654;5.50399;800;20220808;30;10.5;20.2;1.9;12.73;0;5.2;25993
+73095;44.42654;5.50399;800;20220809;31;10.3;20.6;1.9;12.06;0;5.48;26548
+73095;44.42654;5.50399;800;20220810;30.7;10.7;20.7;2;11.73;.1;5.55;26219
+73095;44.42654;5.50399;800;20220811;31.1;14.3;22.7;2.4;13.61;0;5.46;23050
+73095;44.42654;5.50399;800;20220812;32.5;9.9;21.2;1.8;11.3;0;5.61;26774
+73095;44.42654;5.50399;800;20220813;31.2;11.2;21.2;1.9;13.86;2.7;5.26;25831
+73095;44.42654;5.50399;800;20220814;24.4;14.7;19.5;1.9;15.73;9.1;3.53;17850
+73095;44.42654;5.50399;800;20220815;27.5;10.6;19;2.2;13.1;0;4.53;21430
+73095;44.42654;5.50399;800;20220816;29.4;9.2;19.3;1.9;13.26;0;4.93;25460
+73095;44.42654;5.50399;800;20220817;25.8;16.3;21.1;2.5;15.5;26.9;4.04;17302
+73095;44.42654;5.50399;800;20220818;23;10.1;16.6;2.4;14.2;10.7;3.52;19953
+73095;44.42654;5.50399;800;20220819;22.7;14.5;18.6;5.6;14.36;.1;3.98;15652
+73095;44.42654;5.50399;800;20220820;25.7;14.8;20.3;4.5;14.43;0;4.54;18017
+73095;44.42654;5.50399;800;20220821;25.6;13.4;19.5;3.2;13.76;0;4.31;19124
+73095;44.42654;5.50399;800;20220822;26.7;11.6;19.1;3.5;11.96;0;4.91;21449
+73095;44.42654;5.50399;800;20220823;28.5;11.8;20.2;2.2;12.63;0;4.64;22201
+73095;44.42654;5.50399;800;20220824;29.9;10.3;20.1;1.6;13.36;0;4.59;23842
+73095;44.42654;5.50399;800;20220825;29.8;10.7;20.2;1.7;13.66;.1;4.59;23350
+73095;44.42654;5.50399;800;20220826;27.8;15.1;21.5;2.6;14.73;.7;4.3;18805
+73095;44.42654;5.50399;800;20220827;26.7;12.2;19.4;1.9;14.86;.1;3.77;19672
+73095;44.42654;5.50399;800;20220828;27.6;10.3;19;1.8;14.2;.1;4.08;21707
+73095;44.42654;5.50399;800;20220829;29.5;8.9;19.2;1.6;13.7;.5;4.37;23533
+73095;44.42654;5.50399;800;20220830;27.1;14.5;20.8;1.5;16.73;2.2;3.53;18109
+73095;44.42654;5.50399;800;20220831;24.7;12.1;18.4;2.5;15.5;.1;3.4;17862
+73095;44.42654;5.50399;800;20220901;26.5;10.5;18.5;1.9;12.66;0;3.93;20439
+73095;44.42654;5.50399;800;20220902;23.7;9.6;16.7;1.8;12.93;2.4;3.38;18890
+73095;44.42654;5.50399;800;20220903;25.3;13.4;19.3;1.7;15.03;10.3;3.3;16986
+73095;44.42654;5.50399;800;20220904;25.9;10.3;18.1;1.1;14.96;.7;3.32;19526
+73095;44.42654;5.50399;800;20220905;27.3;12;19.7;1.6;15.13;.4;3.62;19204
+73095;44.42654;5.50399;800;20220906;26.2;12.1;19.1;1.8;15.8;1.6;3.4;18207
+73095;44.42654;5.50399;800;20220907;25.4;15.1;20.3;2.2;17.03;13.4;3.18;15587
+73095;44.42654;5.50399;800;20220908;22.9;10.8;16.8;2.5;13.46;.1;3.15;16722
+73095;44.42654;5.50399;800;20220909;22;8.8;15.4;2;11.26;.1;3.09;17302
+73095;44.42654;5.50399;800;20220910;20.9;7.3;14.1;2.9;10.46;.1;3.19;17450
+73095;44.42654;5.50399;800;20220911;24.8;7.4;16.1;2;9.9;.1;3.68;19485
+73095;44.42654;5.50399;800;20220912;27.6;6.2;16.9;1.5;11.4;.1;3.63;21336
+73095;44.42654;5.50399;800;20220913;26.8;10.1;18.5;1.9;14.63;1.7;3.43;18659
+73095;44.42654;5.50399;800;20220914;22.2;16.3;19.2;2.8;15.23;28.7;2.76;11047
+73095;44.42654;5.50399;800;20220915;24;11.1;17.5;2.2;14.23;.5;2.99;16052
+73095;44.42654;5.50399;800;20220916;20.3;12.1;16.2;4.1;12.53;0;2.93;12686
+73095;44.42654;5.50399;800;20220917;16;9.4;12.7;6.3;7.66;0;3.48;11019
+73095;44.42654;5.50399;800;20220918;19.7;1.1;10.4;2.2;7.33;0;2.97;18622
+73095;44.42654;5.50399;800;20220919;19.2;4.5;11.9;3.4;7.26;0;3.34;16768
+73095;44.42654;5.50399;800;20220920;20.5;1.6;11;2;7.9;0;2.85;18518
+73095;44.42654;5.50399;800;20220921;20.5;2.1;11.3;1.9;8.4;0;2.77;18229
+73095;44.42654;5.50399;800;20220922;20.2;3.1;11.6;1.4;9.26;.1;2.45;17285
+73095;44.42654;5.50399;800;20220923;19.6;4.2;11.9;1.1;10.43;11.1;2.17;16143
+73095;44.42654;5.50399;800;20220924;15.6;11.1;13.3;1.3;12.66;15.8;1.49;8677
+73095;44.42654;5.50399;800;20220925;17;9.2;13.1;1.9;11.7;.4;1.81;11184
+73095;44.42654;5.50399;800;20220926;15.9;6.5;11.2;3;9.26;1.8;2.16;12240
+73095;44.42654;5.50399;800;20220927;13.1;6.4;9.8;4;8.86;.9;1.9;9987
+73095;44.42654;5.50399;800;20220928;16.4;7.8;12.1;2.4;10.73;12;1.91;11478
+73095;44.42654;5.50399;800;20220929;14.6;8.7;11.7;2.4;10.13;0;1.68;9155
+73095;44.42654;5.50399;800;20220930;12.9;5.9;9.4;2.4;8.63;1.6;1.61;9703
+73095;44.42654;5.50399;800;20221001;14.7;4.2;9.4;1.9;9.6;0;1.64;12229
+73095;44.42654;5.50399;800;20221002;21.4;9.1;15.2;2.8;12.06;.1;2.49;13158
+73095;44.42654;5.50399;800;20221003;21.7;9.9;15.8;2.7;11.2;0;2.54;12279
+73095;44.42654;5.50399;800;20221004;23.4;3.8;13.6;1.5;9.8;.1;2.42;16165
+73095;44.42654;5.50399;800;20221005;22.4;4.1;13.2;1.5;10.26;.1;2.26;15613
+73095;44.42654;5.50399;800;20221006;21.8;4.8;13.3;1.3;10.9;0;2.08;14733
+73095;44.42654;5.50399;800;20221007;21.8;5.6;13.7;1.4;10.83;.1;2.07;14259
+73095;44.42654;5.50399;800;20221008;16.8;7.2;12;1.2;12.56;6.8;1.36;10538
+73095;44.42654;5.50399;800;20221009;17.3;11.5;14.4;1;13.8;1.8;1.29;8153
+73095;44.42654;5.50399;800;20221010;19.8;9.3;14.6;.9;12.6;.2;1.59;11145
+73095;44.42654;5.50399;800;20221011;20.1;5.7;12.9;1.2;11.46;0;1.7;12718
+73095;44.42654;5.50399;800;20221012;19;7.2;13.1;1.1;11.63;.8;1.57;11361
+73095;44.42654;5.50399;800;20221013;18;4.7;11.3;1.2;10.96;.3;1.48;11809
+73095;44.42654;5.50399;800;20221014;18.7;8.8;13.7;2.2;11.86;.1;1.74;10273
+73095;44.42654;5.50399;800;20221015;22.6;4.3;13.4;1.5;10.56;.1;1.93;13735
+73095;44.42654;5.50399;800;20221016;21.3;7.2;14.3;2.2;11.7;.1;2.06;11924
+73095;44.42654;5.50399;800;20221017;22.6;8.9;15.7;2.4;11.63;.1;2.29;11578
+73095;44.42654;5.50399;800;20221018;22.9;5.8;14.3;1.4;10.83;.2;1.85;12771
+73095;44.42654;5.50399;800;20221019;22.7;3.2;12.9;1.2;10.33;.1;1.72;13497
+73095;44.42654;5.50399;800;20221020;19.1;8.3;13.7;2.3;12.3;2.1;1.6;9916
+73095;44.42654;5.50399;800;20221021;17.7;13.8;15.7;4.4;14.33;18.2;1.6;5600
+73095;44.42654;5.50399;800;20221022;18.8;13;15.9;2.7;13.8;0;1.55;7061
+73095;44.42654;5.50399;800;20221023;21.1;13.3;17.2;3.8;12.53;0;2.41;8074
+73095;44.42654;5.50399;800;20221024;20.4;15.9;18.2;2.8;13.33;1.2;2.02;5797
+73095;44.42654;5.50399;800;20221025;22;6.7;14.3;1.5;11.33;.1;1.66;10942
+73095;44.42654;5.50399;800;20221026;22.8;6.1;14.5;1.5;10.66;.1;1.78;11437
+73095;44.42654;5.50399;800;20221027;23.7;6.9;15.3;1.6;11.03;.1;1.79;11255
+73095;44.42654;5.50399;800;20221028;25.1;5.2;15.2;1.3;9.73;0;1.82;12103
+73095;44.42654;5.50399;800;20221029;24.6;4.4;14.5;1.2;8.96;.1;1.67;12066
+73095;44.42654;5.50399;800;20221030;22.9;5.6;14.3;1.4;8.4;.1;1.75;11126
+73095;44.42654;5.50399;800;20221031;20.1;4.8;12.5;2.2;9.16;27.8;1.78;10200
+73095;44.42654;5.50399;800;20221101;18.7;11.3;15;2.2;11.76;8;1.49;6719
+73095;44.42654;5.50399;800;20221102;16.7;5.3;11;1.3;10.13;.2;1.04;8415
+73095;44.42654;5.50399;800;20221103;12;2.2;7.1;2.8;9.7;21.1;.71;7777
+73095;44.42654;5.50399;800;20221104;8.8;2.8;5.8;3.7;7.83;1.9;.84;6025
+73095;44.42654;5.50399;800;20221105;10.9;5.1;8;4.5;6.73;0;1.68;5630
+73095;44.42654;5.50399;800;20221106;16;-.7;7.6;1.8;6.23;0;1.35;9892
+73095;44.42654;5.50399;800;20221107;17.7;-1.9;7.9;1.2;6.46;0;1.13;10533
+73095;44.42654;5.50399;800;20221108;13.9;1.8;7.8;2.7;8.36;0;1.19;8075
+73095;44.42654;5.50399;800;20221109;15.2;11.8;13.5;2.8;11.1;27.9;1.34;4086
+73095;44.42654;5.50399;800;20221110;15.1;5.4;10.3;1.9;9.73;0;.94;6979
+73095;44.42654;5.50399;800;20221111;18.3;1.6;10;1.2;8.4;.1;1;9217
+73095;44.42654;5.50399;800;20221112;16.9;0;8.4;.8;8;0;.74;9158
+73095;44.42654;5.50399;800;20221113;14.4;4;9.2;1.4;8.03;.7;.91;7063
+73095;44.42654;5.50399;800;20221114;11.7;1.2;6.5;2.6;8.46;6.8;.77;6961
+73095;44.42654;5.50399;800;20221115;11.5;8;9.7;2.7;10.9;6.9;.67;3892
+73095;44.42654;5.50399;800;20221116;13.6;5.1;9.4;2;9.33;0;.85;6197
+73095;44.42654;5.50399;800;20221117;15;2.7;8.8;1.7;9.33;2.8;.79;7331
+73095;44.42654;5.50399;800;20221118;9.4;5.5;7.5;4;7.76;.2;1.1;3950
+73095;44.42654;5.50399;800;20221119;8.6;1.6;5.1;4.2;6.36;0;1.05;5226
+73095;44.42654;5.50399;800;20221120;8.5;.9;4.7;3.7;6.06;0;1.05;5495
+73095;44.42654;5.50399;800;20221121;8.5;.6;4.6;2.9;6.6;7.1;.8;5661
+73095;44.42654;5.50399;800;20221122;6.7;3.4;5;4.9;6.3;.1;1.13;3495
+73095;44.42654;5.50399;800;20221123;8.8;-1.5;3.6;2.4;6.56;2;.64;6258
+73095;44.42654;5.50399;800;20221124;12.8;1.5;7.2;2.2;6.63;0;1.07;6525
+73095;44.42654;5.50399;800;20221125;11.8;.7;6.3;2.7;7.2;0;.87;6393
+73095;44.42654;5.50399;800;20221126;10.1;3.3;6.7;3.7;5.9;0;1.32;4620
+73095;44.42654;5.50399;800;20221127;11.3;-3.9;3.7;1.3;5.06;0;.68;7334
+73095;44.42654;5.50399;800;20221128;6.1;1.1;3.6;2;6.36;9.7;.63;3993
+73095;44.42654;5.50399;800;20221129;5.3;-.2;2.6;3.1;6.4;.4;.47;4111
+73095;44.42654;5.50399;800;20221130;8.5;-2.5;3;1.1;5.63;0;.52;5622
+73095;44.42654;5.50399;800;20221201;7.3;-4.4;1.4;1.1;5.36;0;.45;6104
+73095;44.42654;5.50399;800;20221202;6.3;-2.3;2;1.2;5.83;.4;.41;5172
+73095;44.42654;5.50399;800;20221203;5;0;2.5;2.6;6.7;17.7;.4;3862
+73095;44.42654;5.50399;800;20221204;6.7;3.3;5;2.6;7.6;11.7;.52;3158
+73095;44.42654;5.50399;800;20221205;8.9;-3.7;2.6;1.2;5.46;0;.47;6223
+73095;44.42654;5.50399;800;20221206;10.1;-5.7;2.2;1.2;4.56;0;.55;6921
+73095;44.42654;5.50399;800;20221207;5.7;-6.1;-.2;1.2;4.4;0;.47;5748
+73095;44.42654;5.50399;800;20221208;6.2;-5.8;.2;2.2;5.2;19.1;.47;5919
+73095;44.42654;5.50399;800;20221209;9;4;6.5;2.6;8.96;10.8;.43;3507
+73095;44.42654;5.50399;800;20221210;3.5;2.3;2.9;4;6.46;0;.58;1257
+73095;44.42654;5.50399;800;20221211;2;-4.6;-1.3;3.3;3.5;0;.84;4096
+73095;44.42654;5.50399;800;20221212;5.1;-9.3;-2.1;1.5;3.6;8.8;.49;6447
+73095;44.42654;5.50399;800;20221213;3.4;-1;1.2;3.1;6.66;7.5;.23;3424
+73095;44.42654;5.50399;800;20221214;7.3;2.8;5.1;1.8;7.83;1.3;.43;3385
+73095;44.42654;5.50399;800;20221215;6.9;1.1;4;2.2;8.13;28;.23;3941
+73095;44.42654;5.50399;800;20221216;6.2;2.5;4.3;2.5;7.33;0;.45;2495
+73095;44.42654;5.50399;800;20221217;6.4;-2.8;1.8;1.6;5.1;0;.53;4749
+73095;44.42654;5.50399;800;20221218;8.7;-5.2;1.7;2;5.3;0;.56;6234
+73095;44.42654;5.50399;800;20221219;9.4;2.6;6;3.3;7.56;0;.74;4302
+73095;44.42654;5.50399;800;20221220;10.8;7.4;9.1;3.7;8.7;.3;1.08;2944
+73095;44.42654;5.50399;800;20221221;11;8.2;9.6;2.8;9.23;2.3;.9;2527
+73095;44.42654;5.50399;800;20221222;11.3;1.9;6.6;1.8;8.36;2.4;.47;5097
+73095;44.42654;5.50399;800;20221223;12;6.8;9.4;1.8;10.23;.3;.55;3604
+73095;44.42654;5.50399;800;20221224;14.9;6.4;10.7;1.5;9.26;0;.73;4825
+73095;44.42654;5.50399;800;20221225;14.9;-1.3;6.8;2.4;7.63;0;.79;6750
+73095;44.42654;5.50399;800;20221226;13.7;3.8;8.8;2;8.66;0;.69;5298
+73095;44.42654;5.50399;800;20221227;11.5;2.2;6.9;2.1;7.2;0;.76;5095
+73095;44.42654;5.50399;800;20221228;10.7;-3.7;3.5;1.9;5.93;0;.6;6367
+73095;44.42654;5.50399;800;20221229;10.9;2.3;6.6;2.4;8.16;0;.63;4962
+73095;44.42654;5.50399;800;20221230;10;5.9;8;1.7;9.16;1;.52;3315
+73095;44.42654;5.50399;800;20221231;14.9;3.5;9.2;3;9.06;0;1.06;5739
+73096;44.4396;5.81694;755;20220101;15.2;-2.1;6.6;1;5.97;0;.48;7161
+73096;44.4396;5.81694;755;20220102;13.9;-3.7;5.1;1.2;5.84;0;.62;7300
+73096;44.4396;5.81694;755;20220103;11.9;-.3;5.8;1.6;6.27;0;.71;6135
+73096;44.4396;5.81694;755;20220104;9.2;-1.2;4;1.7;6.72;1.7;.55;5669
+73096;44.4396;5.81694;755;20220105;4.6;1.3;2.9;5.8;5.29;0;1.07;2532
+73096;44.4396;5.81694;755;20220106;3.9;-3.3;.3;3.7;3.47;0;1.12;4525
+73096;44.4396;5.81694;755;20220107;5.1;-8.8;-1.8;2.4;3.67;3.9;.67;6768
+73096;44.4396;5.81694;755;20220108;6.8;-1.6;2.6;2.7;5.72;5.9;.6;5132
+73096;44.4396;5.81694;755;20220109;4.1;.4;2.3;3.3;5.69;1.8;.66;3221
+73096;44.4396;5.81694;755;20220110;5.5;-.9;2.3;3.6;4.77;0;.88;4388
+73096;44.4396;5.81694;755;20220111;4.5;-6;-.7;1.9;3.72;0;.67;5671
+73096;44.4396;5.81694;755;20220112;4;-8;-2;1.4;3.47;0;.52;6248
+73096;44.4396;5.81694;755;20220113;6.8;-8.7;-.9;.9;3.24;0;.43;7332
+73096;44.4396;5.81694;755;20220114;9.8;-9.4;.2;1.1;3.37;0;.54;8293
+73096;44.4396;5.81694;755;20220115;11.7;-8.4;1.6;.9;3.64;0;.48;8575
+73096;44.4396;5.81694;755;20220116;10.6;-8.2;1.2;2.1;3.32;0;1.07;8518
+73096;44.4396;5.81694;755;20220117;8.6;-6.5;1.1;2.4;3.47;0;1.14;7736
+73096;44.4396;5.81694;755;20220118;9.1;-6.5;1.3;1.2;4.07;0;.67;7763
+73096;44.4396;5.81694;755;20220119;7.8;-8;-.1;1.9;4.87;0;.6;8037
+73096;44.4396;5.81694;755;20220120;6.8;-1.7;2.6;4.4;4.49;0;1.17;5699
+73096;44.4396;5.81694;755;20220121;5;-4.1;.4;3;3.74;0;1.01;5888
+73096;44.4396;5.81694;755;20220122;5.8;-8.9;-1.6;1.2;3.39;0;.6;8059
+73096;44.4396;5.81694;755;20220123;9.8;-9;.4;1.1;3.54;0;.7;9113
+73096;44.4396;5.81694;755;20220124;11.2;-8.8;1.2;1;3.69;0;.69;9484
+73096;44.4396;5.81694;755;20220125;8.7;-8.6;0;.9;4.17;0;.54;9042
+73096;44.4396;5.81694;755;20220126;11.2;-8.8;1.2;1.4;3.57;0;.94;9628
+73096;44.4396;5.81694;755;20220127;12.5;-9.2;1.6;1.2;3.39;0;.94;10075
+73096;44.4396;5.81694;755;20220128;9.9;-7.4;1.3;2.7;3.59;0;1.36;9329
+73096;44.4396;5.81694;755;20220129;11.1;-4.1;3.5;2.1;3.69;0;1.44;8833
+73096;44.4396;5.81694;755;20220130;11.7;-2.7;4.5;2.9;4.74;0;1.55;8511
+73096;44.4396;5.81694;755;20220131;8.1;-2.3;2.9;6;4.64;.2;1.72;6827
+73096;44.4396;5.81694;755;20220201;7.7;-2;2.8;6.9;4.32;0;1.85;7128
+73096;44.4396;5.81694;755;20220202;13.3;4.1;8.7;6.7;6.19;0;2.28;7060
+73096;44.4396;5.81694;755;20220203;13.7;-1.6;6.1;1.6;5.69;0;1.16;9548
+73096;44.4396;5.81694;755;20220204;11.7;-2;4.8;2.5;6.17;0;1.05;9003
+73096;44.4396;5.81694;755;20220205;10.1;2.2;6.2;4.2;5.67;0;1.58;6099
+73096;44.4396;5.81694;755;20220206;10.4;-5.4;2.5;2.7;4.77;0;1.27;9938
+73096;44.4396;5.81694;755;20220207;11.6;2.7;7.2;5.9;4.87;.1;2.52;6974
+73096;44.4396;5.81694;755;20220208;11.6;-5.7;2.9;1.3;3.87;0;1.12;10769
+73096;44.4396;5.81694;755;20220209;14.1;-7;3.6;1.4;4.29;0;1.28;11896
+73096;44.4396;5.81694;755;20220210;1.8;-6.4;-2.3;2;5.26;0;1.52;11766
+73096;44.4396;5.81694;755;20220211;11.5;.2;5.9;3.2;5.22;0;1.72;10000
+73096;44.4396;5.81694;755;20220212;12.1;.7;6.4;3.5;4.33;0;2.15;11650
+73096;44.4396;5.81694;755;20220213;10.6;.6;5.6;3.3;5.56;2.4;1.45;11266
+73096;44.4396;5.81694;755;20220214;6.6;2;4.3;1.9;6.36;16.3;.82;3166
+73096;44.4396;5.81694;755;20220215;8.3;.1;4.2;2.8;5.59;.1;1.24;10866
+73096;44.4396;5.81694;755;20220216;7.1;-1.9;2.6;1.8;6.69;2;.72;8509
+73096;44.4396;5.81694;755;20220217;16.2;3.5;9.8;4.7;7.97;0;2.11;10100
+73096;44.4396;5.81694;755;20220218;18.4;.3;9.3;2.1;7.39;0;1.83;12426
+73096;44.4396;5.81694;755;20220219;9.4;3.3;6.4;4.2;5.97;0;1.64;7002
+73096;44.4396;5.81694;755;20220220;13.1;-2.2;5.4;3.7;4.92;0;2.05;11529
+73096;44.4396;5.81694;755;20220221;8.6;1.3;5;5.6;6.04;5;1.64;8015
+73096;44.4396;5.81694;755;20220222;11;1.1;6.1;6;5.49;0;2.15;9706
+73096;44.4396;5.81694;755;20220223;15.4;-.7;7.4;2;5.14;0;1.88;12333
+73096;44.4396;5.81694;755;20220224;12.3;-2.4;5;2.4;5.92;0;1.55;12439
+73096;44.4396;5.81694;755;20220225;9.7;1.3;5.5;5;4.47;0;2.22;8883
+73096;44.4396;5.81694;755;20220226;11.2;-3.5;3.9;2.2;3.52;0;1.8;12365
+73096;44.4396;5.81694;755;20220227;9.3;-7.1;1.1;1.8;4.07;0;1.43;13654
+73096;44.4396;5.81694;755;20220228;11.4;-6.9;2.3;1.8;4.14;0;1.59;14263
+73096;44.4396;5.81694;755;20220301;11.6;-6.6;2.5;1.7;4.59;0;1.55;14490
+73096;44.4396;5.81694;755;20220302;10.2;-2.7;3.7;1.4;5.67;0;1.31;12483
+73096;44.4396;5.81694;755;20220303;13.1;-3;5;1.7;5.87;0;1.6;14079
+73096;44.4396;5.81694;755;20220304;13.6;-2.3;5.7;3.2;5.04;0;2.1;13666
+73096;44.4396;5.81694;755;20220305;10.7;-6.2;2.2;1.9;3.42;0;1.73;14677
+73096;44.4396;5.81694;755;20220306;8.4;-7;.7;1.7;3.59;0;1.53;14374
+73096;44.4396;5.81694;755;20220307;9.9;-8.6;.6;1.5;3.59;0;1.59;15719
+73096;44.4396;5.81694;755;20220308;11.4;-8.5;1.4;1.8;4.29;0;1.71;16439
+73096;44.4396;5.81694;755;20220309;12.4;-1.8;5.3;1.9;5.37;0;1.81;14281
+73096;44.4396;5.81694;755;20220310;12.3;-6.2;3.1;1.5;5.52;.1;1.67;16289
+73096;44.4396;5.81694;755;20220311;11.1;1.5;6.3;3.8;5.89;0;1.99;11918
+73096;44.4396;5.81694;755;20220312;12.3;3;7.6;4.4;4.74;0;2.74;11820
+73096;44.4396;5.81694;755;20220313;7.8;5.7;6.7;3.8;6.54;8.6;1.54;5393
+73096;44.4396;5.81694;755;20220314;13.3;1.5;7.4;2.6;8.04;.8;1.76;13767
+73096;44.4396;5.81694;755;20220315;14.9;5.7;10.3;2.3;7.89;0;2.13;12254
+73096;44.4396;5.81694;755;20220316;17.2;1.4;9.3;1.2;7.84;0;2.13;16357
+73096;44.4396;5.81694;755;20220317;13.6;2.3;7.9;1.7;9.14;0;1.63;13884
+73096;44.4396;5.81694;755;20220318;15.7;7.6;11.6;3.5;8.06;.5;2.16;7133
+73096;44.4396;5.81694;755;20220319;14.6;6.4;10.5;3.2;6.39;0;2.94;13500
+73096;44.4396;5.81694;755;20220320;11.1;2.9;7;4;5.33;0;2.34;8566
+73096;44.4396;5.81694;755;20220321;12.7;3.5;8.1;3.7;4.66;0;3.06;17633
+73096;44.4396;5.81694;755;20220322;13.4;-1.8;5.8;6.6;2.23;0;5.03;20200
+73096;44.4396;5.81694;755;20220323;15.6;-.9;7.4;3.7;3.53;0;3.78;20333
+73096;44.4396;5.81694;755;20220324;17.3;-1.1;8.1;3.2;3.76;0;3.74;20533
+73096;44.4396;5.81694;755;20220325;17.4;-.8;8.3;2.8;4.26;0;3.52;19800
+73096;44.4396;5.81694;755;20220326;17.8;1.1;9.4;3.5;4.42;0;3.97;19966
+73096;44.4396;5.81694;755;20220327;16.5;3.6;10.1;3;4.26;0;3.58;15033
+73096;44.4396;5.81694;755;20220328;18.8;1.2;10;2.8;4.29;0;3.78;19900
+73096;44.4396;5.81694;755;20220329;17;2.3;9.6;2.7;5.69;2.4;3.02;14000
+73096;44.4396;5.81694;755;20220330;11;6;8.5;1.6;8.76;.7;1.38;7266
+73096;44.4396;5.81694;755;20220331;13.7;3.2;8.5;3.1;7.19;.5;2.38;15666
+73096;44.4396;5.81694;755;20220401;4.1;1.7;2.9;5.3;4.48;1.1;2.14;11100
+73096;44.4396;5.81694;755;20220402;4.4;-1.1;1.6;5;4.07;0;1.97;12900
+73096;44.4396;5.81694;755;20220403;8.1;-3.3;2.4;2.5;4.83;3.2;1.81;11850
+73096;44.4396;5.81694;755;20220404;10.6;-3.1;3.7;2;4.93;0;2.43;21866
+73096;44.4396;5.81694;755;20220405;15.9;-2.5;6.7;2.2;5.36;0;2.93;20966
+73096;44.4396;5.81694;755;20220406;14.7;-.8;6.9;2.8;6.03;.2;3.05;18200
+73096;44.4396;5.81694;755;20220407;13.8;5.9;9.9;3.7;8.36;4.5;2.29;11466
+73096;44.4396;5.81694;755;20220408;16.5;7.6;12.1;3.9;9.36;1.8;2.69;13133
+73096;44.4396;5.81694;755;20220409;9.3;4.7;7;5.2;4.83;.1;3.35;19466
+73096;44.4396;5.81694;755;20220410;14.6;-1.7;6.5;1.8;4.39;0;3.23;24433
+73096;44.4396;5.81694;755;20220411;13.1;1.1;7.1;3.5;5.96;0;2.36;12466
+73096;44.4396;5.81694;755;20220412;18.5;2.3;10.4;4.1;6.72;0;3.4;13600
+73096;44.4396;5.81694;755;20220413;21.1;4.9;13;3;7.16;0;4.12;19866
+73096;44.4396;5.81694;755;20220414;22.4;3.6;13;2.5;7.92;0;4.09;22333
+73096;44.4396;5.81694;755;20220415;24.7;7.1;15.9;2.8;9.13;0;4.39;22233
+73096;44.4396;5.81694;755;20220416;23.9;10.8;17.3;3;8.23;0;4.83;23500
+73096;44.4396;5.81694;755;20220417;18.8;5.7;12.2;2.7;7.22;0;4.23;24900
+73096;44.4396;5.81694;755;20220418;18.9;2.3;10.6;2.5;7.02;0;3.97;24500
+73096;44.4396;5.81694;755;20220419;20.1;2.6;11.3;2.5;6.83;0;3.91;22866
+73096;44.4396;5.81694;755;20220420;15.4;4;9.7;1.9;8.96;5.8;2.11;10833
+73096;44.4396;5.81694;755;20220421;16.7;8.2;12.5;3.7;9.42;.2;3.14;14566
+73096;44.4396;5.81694;755;20220422;17.7;7.6;12.7;2.7;8.69;1.7;3.52;19400
+73096;44.4396;5.81694;755;20220423;11.9;8.2;10.1;3.5;8.56;22;2.22;6666
+73096;44.4396;5.81694;755;20220424;11.8;3.7;7.7;2.2;8.69;.2;1.84;11800
+73096;44.4396;5.81694;755;20220425;16.8;6.4;11.6;2.2;8.66;0;3.36;21100
+73096;44.4396;5.81694;755;20220426;18.9;2.4;10.6;2.1;8.02;0;3.75;24666
+73096;44.4396;5.81694;755;20220427;21.1;3.1;12.1;2.3;7.79;0;4.27;26633
+73096;44.4396;5.81694;755;20220428;21.4;4.8;13.1;2.3;8.83;.1;4.3;24866
+73096;44.4396;5.81694;755;20220429;22;5.1;13.5;2.2;8.79;0;4.19;24266
+73096;44.4396;5.81694;755;20220430;20.3;7;13.6;1.7;8.99;0;3.24;18433
+73096;44.4396;5.81694;755;20220501;19.5;5.7;12.6;2.4;7.66;0;4.02;25300
+73096;44.4396;5.81694;755;20220502;19.9;3.6;11.7;2.4;8.03;.6;4.19;26266
+73096;44.4396;5.81694;755;20220503;16.5;6.9;11.7;2;9.59;1.7;3.07;15666
+73096;44.4396;5.81694;755;20220504;18.8;4.5;11.6;2;9.66;3.2;3.55;21866
+73096;44.4396;5.81694;755;20220505;14;9;11.5;2.2;10.17;6.1;2.04;11335
+73096;44.4396;5.81694;755;20220506;17.2;7;12.1;3.7;9.67;0;3.23;19032
+73096;44.4396;5.81694;755;20220507;19.4;6.2;12.8;2.4;10.64;2.2;3.51;21859
+73096;44.4396;5.81694;755;20220508;19.2;9.3;14.2;1.8;11.87;6.7;3.23;19402
+73096;44.4396;5.81694;755;20220509;21.5;6.1;13.8;1.5;11.32;1.1;3.82;24456
+73096;44.4396;5.81694;755;20220510;22.5;6.1;14.3;1.3;11.69;0;3.98;25370
+73096;44.4396;5.81694;755;20220511;24.3;6.5;15.4;1.7;10.94;0;4.5;26583
+73096;44.4396;5.81694;755;20220512;24.8;5.5;15.2;1.6;10.54;0;4.63;27378
+73096;44.4396;5.81694;755;20220513;23.4;7.1;15.3;1.5;11.07;0;4.24;25552
+73096;44.4396;5.81694;755;20220514;25.4;7.8;16.6;1.5;12.57;.1;4.53;26394
+73096;44.4396;5.81694;755;20220515;25.4;8.6;17;1.4;13.07;1.3;4.52;26303
+73096;44.4396;5.81694;755;20220516;25.7;9.2;17.4;1.5;12.14;.1;4.63;26142
+73096;44.4396;5.81694;755;20220517;28.1;7.9;18;1.6;11.89;0;5.2;28348
+73096;44.4396;5.81694;755;20220518;28.2;10.3;19.3;1.8;13.02;.6;5.19;26738
+73096;44.4396;5.81694;755;20220519;26.8;10.7;18.7;1.8;12.84;0;4.97;26097
+73096;44.4396;5.81694;755;20220520;27.8;10.1;19;1.8;11.59;0;5.26;26978
+73096;44.4396;5.81694;755;20220521;30.4;8.3;19.3;1.4;12.72;.1;5.47;28992
+73096;44.4396;5.81694;755;20220522;31.7;11.6;21.7;1.4;14.72;0;5.67;28789
+73096;44.4396;5.81694;755;20220523;25.9;12.7;19.3;2.2;13.47;.1;4.82;23941
+73096;44.4396;5.81694;755;20220524;21.8;12;16.9;2.6;12.04;1.2;4;20237
+73096;44.4396;5.81694;755;20220525;19.9;10.2;15.1;2.1;11.09;0;3.74;20526
+73096;44.4396;5.81694;755;20220526;25;8.9;16.9;2.3;11.72;1.1;4.84;26109
+73096;44.4396;5.81694;755;20220527;27.6;12;19.8;2.5;13.27;0;5.42;26203
+73096;44.4396;5.81694;755;20220528;24.6;11.8;18.2;4;11.44;0;5.26;23482
+73096;44.4396;5.81694;755;20220529;22.6;8.1;15.3;3.2;7.97;0;5.1;25188
+73096;44.4396;5.81694;755;20220530;22.3;3.1;12.7;1.6;8.57;.4;4.57;28870
+73096;44.4396;5.81694;755;20220531;22.4;8.6;15.5;1.3;10.97;0;4.22;24969
+73096;44.4396;5.81694;755;20220601;27.4;7;17.2;1.3;11.74;0;5.19;29411
+73096;44.4396;5.81694;755;20220602;28.5;9.5;19;1.5;12.77;0;5.37;28789
+73096;44.4396;5.81694;755;20220603;26.5;14.4;20.5;1.6;14.62;.7;4.7;23561
+73096;44.4396;5.81694;755;20220604;31;13.1;22;2.4;14.22;0;6.16;28455
+73096;44.4396;5.81694;755;20220605;27.9;14.5;21.2;2.3;13.87;1.3;5.32;24536
+73096;44.4396;5.81694;755;20220606;28.4;9.9;19.1;2;12.52;.9;5.6;28651
+73096;44.4396;5.81694;755;20220607;24.6;12.1;18.3;3.4;12.09;0;5.16;24029
+73096;44.4396;5.81694;755;20220608;21.5;9.1;15.3;2.2;10.37;.6;4.41;24000
+73096;44.4396;5.81694;755;20220609;19.9;11.3;15.6;5.3;9.82;.1;4.6;19390
+73096;44.4396;5.81694;755;20220610;26.2;8.6;17.4;3.7;8.87;0;5.95;27367
+73096;44.4396;5.81694;755;20220611;29.8;6.6;18.2;1.8;10.24;0;5.88;30569
+73096;44.4396;5.81694;755;20220612;31.7;8.6;20.1;1.7;11.32;.3;6.18;30942
+73096;44.4396;5.81694;755;20220613;29.8;12;20.9;2.6;12.84;0;6.04;28414
+73096;44.4396;5.81694;755;20220614;31.3;9.1;20.2;1.9;12.17;0;6.25;30714
+73096;44.4396;5.81694;755;20220615;30.4;12.5;21.4;1.3;13.34;1.3;5.69;29000
+73096;44.4396;5.81694;755;20220616;33.3;11.9;22.6;2.2;13.12;0;6.72;30495
+73096;44.4396;5.81694;755;20220617;34.2;14;24.1;2.3;12.47;0;6.84;29303
+73096;44.4396;5.81694;755;20220618;33.8;13.4;23.6;1.7;14.42;0;6.5;30636
+73096;44.4396;5.81694;755;20220619;31.2;16;23.6;2.7;14.09;0;6.4;26579
+73096;44.4396;5.81694;755;20220620;31.6;13.6;22.6;2.1;11.29;0;6.4;28703
+73096;44.4396;5.81694;755;20220621;29.2;14.5;21.9;1.7;13.17;3;5.56;26271
+73096;44.4396;5.81694;755;20220622;25.2;16.7;20.9;1.9;17.17;4.6;4.15;19926
+73096;44.4396;5.81694;755;20220623;24.2;12.5;18.3;1.7;15.97;2.8;4.24;23464
+73096;44.4396;5.81694;755;20220624;23.2;14.3;18.7;1.7;15.02;10.1;3.95;20419
+73096;44.4396;5.81694;755;20220625;27.1;8.9;18;1.4;12.37;.1;5.22;29013
+73096;44.4396;5.81694;755;20220626;29.9;13.1;21.5;1.9;14.27;0;5.75;28041
+73096;44.4396;5.81694;755;20220627;28;13.7;20.9;2.2;15.44;0;5.13;25049
+73096;44.4396;5.81694;755;20220628;25.8;15;20.4;2.2;15.37;2.8;4.62;22142
+73096;44.4396;5.81694;755;20220629;28.8;12.5;20.6;1.9;14.39;0;5.47;27048
+73096;44.4396;5.81694;755;20220630;29.3;10.3;19.8;1.8;13.17;0;5.74;29430
+73096;44.4396;5.81694;755;20220701;26.1;13.6;19.9;2.7;12.24;.1;5.22;23873
+73096;44.4396;5.81694;755;20220702;31.6;7.4;19.5;1.7;10.49;0;6.18;30879
+73096;44.4396;5.81694;755;20220703;33.9;11;22.5;1.7;11.69;0;6.5;30712
+73096;44.4396;5.81694;755;20220704;32.3;16.2;24.3;1.8;14.92;2.4;5.92;27279
+73096;44.4396;5.81694;755;20220705;30.4;14.7;22.6;2.9;13.92;0;6.19;26581
+73096;44.4396;5.81694;755;20220706;29.9;12.7;21.3;3.1;11.79;0;6.35;27539
+73096;44.4396;5.81694;755;20220707;28.8;12.6;20.7;3.8;11.94;0;6.31;26782
+73096;44.4396;5.81694;755;20220708;29.2;13.6;21.4;3.2;11.92;0;6.13;25660
+73096;44.4396;5.81694;755;20220709;30.3;10.7;20.5;2.2;11.89;0;6.05;29065
+73096;44.4396;5.81694;755;20220710;30.6;11.3;20.9;2;12.14;0;5.96;28885
+73096;44.4396;5.81694;755;20220711;30.6;11.9;21.3;2;13.79;0;5.94;29017
+73096;44.4396;5.81694;755;20220712;31.6;11;21.3;2;12.44;0;6.19;29526
+73096;44.4396;5.81694;755;20220713;31.6;10.8;21.2;1.8;13.52;.2;6.05;29890
+73096;44.4396;5.81694;755;20220714;33.7;13.9;23.8;1.8;14.19;0;6.33;29346
+73096;44.4396;5.81694;755;20220715;34.3;13.4;23.9;2.7;12.52;0;6.91;28774
+73096;44.4396;5.81694;755;20220716;33.3;13.6;23.5;2.3;11.07;0;6.52;27909
+73096;44.4396;5.81694;755;20220717;33.4;11.5;22.4;1.8;13.22;0;6.32;29750
+73096;44.4396;5.81694;755;20220718;34.6;14.2;24.4;1.5;15.67;.2;6.26;29292
+73096;44.4396;5.81694;755;20220719;34.5;15.6;25;1.8;17.09;0;6.29;28398
+73096;44.4396;5.81694;755;20220720;34.2;15.2;24.7;1.9;14.92;0;6.42;28666
+73096;44.4396;5.81694;755;20220721;33.9;14.4;24.1;1.9;13.62;0;6.25;27898
+73096;44.4396;5.81694;755;20220722;35.3;12.1;23.7;1.7;12.79;0;6.51;29888
+73096;44.4396;5.81694;755;20220723;32.5;14.9;23.7;2.3;14.92;.2;6.06;26900
+73096;44.4396;5.81694;755;20220724;34.3;14.6;24.4;1.8;14.19;0;6.28;28307
+73096;44.4396;5.81694;755;20220725;35;13;24;2;13.72;.3;6.57;29122
+73096;44.4396;5.81694;755;20220726;29.7;17.2;23.5;3.7;14.17;0;5.91;22234
+73096;44.4396;5.81694;755;20220727;30.1;13;21.6;2.4;12.37;0;5.74;25969
+73096;44.4396;5.81694;755;20220728;31.7;10.5;21.1;1.6;11.79;0;5.74;28810
+73096;44.4396;5.81694;755;20220729;26.2;12.3;19.3;1.8;13.74;1.4;4.57;23664
+73096;44.4396;5.81694;755;20220730;30.1;14.1;22.1;3;12.02;0;5.98;24479
+73096;44.4396;5.81694;755;20220731;32.4;9.8;21.1;1.8;10.74;0;5.75;28231
+73096;44.4396;5.81694;755;20220801;33.4;12.3;22.9;2.1;11.54;0;6.21;27991
+73096;44.4396;5.81694;755;20220802;33.3;13.9;23.6;2.3;11.79;0;6.11;25926
+73096;44.4396;5.81694;755;20220803;33.7;12.9;23.3;1.6;14.22;0;5.88;27972
+73096;44.4396;5.81694;755;20220804;33.4;15.2;24.3;1.5;15.44;.3;5.62;26406
+73096;44.4396;5.81694;755;20220805;34.2;14.1;24.1;1.7;14.99;.3;5.88;27137
+73096;44.4396;5.81694;755;20220806;32.7;15.6;24.2;2.7;14.39;0;6.06;24613
+73096;44.4396;5.81694;755;20220807;29.9;13.5;21.7;2.4;13.97;0;5.37;24440
+73096;44.4396;5.81694;755;20220808;31.5;12.4;21.9;1.9;12.84;0;5.47;26189
+73096;44.4396;5.81694;755;20220809;32.3;12;22.1;1.6;12.62;0;5.44;26719
+73096;44.4396;5.81694;755;20220810;31.2;12.1;21.6;1.5;12.94;.5;5.2;26098
+73096;44.4396;5.81694;755;20220811;31.9;12;22;1.4;13.17;0;5.26;26383
+73096;44.4396;5.81694;755;20220812;33.5;11;22.2;1.7;11.42;0;5.66;26780
+73096;44.4396;5.81694;755;20220813;32.7;11.6;22.1;1.9;12.57;2.2;5.61;26035
+73096;44.4396;5.81694;755;20220814;24.5;14.6;19.6;1.6;15.94;8.4;3.53;18429
+73096;44.4396;5.81694;755;20220815;28.4;11.1;19.7;2;13.83;0;5.07;24967
+73096;44.4396;5.81694;755;20220816;29.8;9.7;19.8;1.6;13.24;0;4.88;25596
+73096;44.4396;5.81694;755;20220817;26.4;16.1;21.3;2.1;15.44;20.9;4.02;18440
+73096;44.4396;5.81694;755;20220818;23.2;10.6;16.9;2.1;14.32;16;3.58;20176
+73096;44.4396;5.81694;755;20220819;24.1;13.3;18.7;4.2;14.24;.1;4.06;18315
+73096;44.4396;5.81694;755;20220820;26.9;13.6;20.3;3.8;14.12;0;4.71;19976
+73096;44.4396;5.81694;755;20220821;27.5;13.5;20.5;2.9;13.99;.1;4.67;20803
+73096;44.4396;5.81694;755;20220822;27.9;12;19.9;2.9;12.37;0;4.86;21946
+73096;44.4396;5.81694;755;20220823;29.7;12.2;21;2;12.82;0;4.78;22797
+73096;44.4396;5.81694;755;20220824;30.6;11.3;21;1.4;13.59;0;4.63;24138
+73096;44.4396;5.81694;755;20220825;30.8;12.2;21.5;1.6;14.32;0;4.72;23643
+73096;44.4396;5.81694;755;20220826;28.9;15.6;22.2;2.2;14.89;1.3;4.38;19623
+73096;44.4396;5.81694;755;20220827;27.8;12.8;20.3;1.7;14.92;.1;4;20661
+73096;44.4396;5.81694;755;20220828;28.6;12;20.3;1.5;14.57;.1;4.17;21800
+73096;44.4396;5.81694;755;20220829;30.3;10.5;20.4;1.3;13.77;0;4.34;23439
+73096;44.4396;5.81694;755;20220830;26.7;15;20.9;1.3;16.52;4.2;3.47;17895
+73096;44.4396;5.81694;755;20220831;25.2;12.1;18.6;2.2;15.34;.3;3.49;18705
+73096;44.4396;5.81694;755;20220901;27.8;11.2;19.5;1.7;12.79;0;4.08;21118
+73096;44.4396;5.81694;755;20220902;23.7;10.1;16.9;1.2;13.39;2.4;3.16;19010
+73096;44.4396;5.81694;755;20220903;25.1;13.4;19.2;1.5;15.04;9.6;3.26;17356
+73096;44.4396;5.81694;755;20220904;26.5;10.6;18.6;.9;14.77;.4;3.37;20157
+73096;44.4396;5.81694;755;20220905;27.9;12.8;20.4;1.3;15.32;1.4;3.61;19550
+73096;44.4396;5.81694;755;20220906;26.7;12.4;19.5;1.4;15.69;2.3;3.43;18834
+73096;44.4396;5.81694;755;20220907;25.6;14.6;20.1;2;16.77;9.1;3.25;16311
+73096;44.4396;5.81694;755;20220908;23.6;11.4;17.5;2.3;13.69;.1;3.27;17092
+73096;44.4396;5.81694;755;20220909;23;9.3;16.2;1.9;11.04;0;3.26;18013
+73096;44.4396;5.81694;755;20220910;22.4;7.6;15;2.5;10.47;0;3.33;18425
+73096;44.4396;5.81694;755;20220911;25.5;7.2;16.3;1.7;10.02;.1;3.64;19878
+73096;44.4396;5.81694;755;20220912;28.3;6.8;17.5;1.4;11.57;0;3.71;21452
+73096;44.4396;5.81694;755;20220913;27;10.3;18.6;1.5;14.29;.7;3.37;19205
+73096;44.4396;5.81694;755;20220914;22.3;16;19.2;2.3;15.94;24.6;2.56;11471
+73096;44.4396;5.81694;755;20220915;24.7;11.4;18.1;2.1;14.32;.2;3.13;16717
+73096;44.4396;5.81694;755;20220916;21.8;11.8;16.8;3.5;12.39;0;3.13;14134
+73096;44.4396;5.81694;755;20220917;17.6;8.9;13.2;5.8;7.52;0;3.73;12930
+73096;44.4396;5.81694;755;20220918;20.7;1.9;11.3;1.9;7.29;0;3.01;18995
+73096;44.4396;5.81694;755;20220919;20.9;4.3;12.6;3;7.39;0;3.46;17416
+73096;44.4396;5.81694;755;20220920;21.8;2.6;12.2;1.8;8.02;0;2.96;18803
+73096;44.4396;5.81694;755;20220921;21.3;3.2;12.2;1.7;8.82;0;2.78;18333
+73096;44.4396;5.81694;755;20220922;21.2;5;13.1;1.3;9.67;0;2.53;17269
+73096;44.4396;5.81694;755;20220923;20;4.7;12.4;1;10.27;10.1;2.25;16540
+73096;44.4396;5.81694;755;20220924;16.2;11.4;13.8;1;12.74;10.9;1.54;9099
+73096;44.4396;5.81694;755;20220925;16.6;9.1;12.9;1.7;11.67;.5;1.78;11247
+73096;44.4396;5.81694;755;20220926;17.4;6.1;11.8;2.6;9.17;1.3;2.33;13588
+73096;44.4396;5.81694;755;20220927;14.7;6.7;10.7;3.5;8.74;.6;2.1;11194
+73096;44.4396;5.81694;755;20220928;17.1;7;12.1;2;10.59;7.9;1.98;12694
+73096;44.4396;5.81694;755;20220929;16;8.8;12.4;2;10.29;0;1.79;10360
+73096;44.4396;5.81694;755;20220930;12.6;6.1;9.3;2.5;8.77;1;1.65;9652
+73096;44.4396;5.81694;755;20221001;14.3;4.1;9.2;2;9.74;0;1.63;12317
+73096;44.4396;5.81694;755;20221002;22.7;7.9;15.3;2.5;11.82;.1;2.63;14415
+73096;44.4396;5.81694;755;20221003;22.5;8.7;15.6;2.4;11.09;0;2.58;13493
+73096;44.4396;5.81694;755;20221004;24;4.3;14.1;1.3;9.97;.1;2.44;16442
+73096;44.4396;5.81694;755;20221005;22.8;4.6;13.7;1.3;10.14;.2;2.28;15852
+73096;44.4396;5.81694;755;20221006;22.6;5.3;13.9;1.1;10.67;0;2.1;15144
+73096;44.4396;5.81694;755;20221007;22;5.9;14;1;10.57;.1;2.01;14573
+73096;44.4396;5.81694;755;20221008;16.3;7.1;11.7;.9;12.27;4.1;1.33;10762
+73096;44.4396;5.81694;755;20221009;17.7;11.5;14.6;.7;14.02;4.2;1.31;8678
+73096;44.4396;5.81694;755;20221010;20.5;10.5;15.5;.8;13.07;.2;1.6;10988
+73096;44.4396;5.81694;755;20221011;20.8;6.6;13.7;1.1;11.59;.1;1.79;12977
+73096;44.4396;5.81694;755;20221012;19.5;8.3;13.9;.9;11.97;.3;1.54;11375
+73096;44.4396;5.81694;755;20221013;18.1;5.2;11.7;1.1;10.87;.1;1.51;12042
+73096;44.4396;5.81694;755;20221014;19.8;8.6;14.2;2.1;11.74;.1;1.87;11017
+73096;44.4396;5.81694;755;20221015;23.5;5;14.2;1.1;10.67;.2;1.9;14081
+73096;44.4396;5.81694;755;20221016;21.9;7.5;14.7;1.5;11.54;.1;1.86;12320
+73096;44.4396;5.81694;755;20221017;22.7;7.9;15.3;1.6;11.64;.1;1.97;12298
+73096;44.4396;5.81694;755;20221018;23.6;6.9;15.3;1.1;11.19;.2;1.81;12951
+73096;44.4396;5.81694;755;20221019;23.9;3.8;13.9;1.2;10.07;.1;1.85;13762
+73096;44.4396;5.81694;755;20221020;18.5;7.8;13.2;1.6;11.99;3.1;1.4;10052
+73096;44.4396;5.81694;755;20221021;16.5;13.1;14.8;2.9;14.72;16.3;1.16;5323
+73096;44.4396;5.81694;755;20221022;18.5;12.8;15.7;1.9;14.37;1.7;1.32;7063
+73096;44.4396;5.81694;755;20221023;20.2;11.1;15.6;2.5;12.72;.8;1.84;8742
+73096;44.4396;5.81694;755;20221024;20.6;14.2;17.4;2.2;13.69;6.5;1.74;7152
+73096;44.4396;5.81694;755;20221025;21.8;7.6;14.7;1.2;11.89;.1;1.49;10841
+73096;44.4396;5.81694;755;20221026;22.8;6.7;14.8;1.2;11.04;.1;1.58;11480
+73096;44.4396;5.81694;755;20221027;23.9;7;15.4;1.2;10.99;.1;1.64;11581
+73096;44.4396;5.81694;755;20221028;24.6;5.6;15.1;1.2;10.09;0;1.68;12097
+73096;44.4396;5.81694;755;20221029;23.9;4.6;14.2;1.1;9.29;.1;1.54;12029
+73096;44.4396;5.81694;755;20221030;22;5.6;13.8;1.2;9.07;0;1.52;10958
+73096;44.4396;5.81694;755;20221031;20.7;4.6;12.7;1.8;9.34;17.2;1.62;10742
+73096;44.4396;5.81694;755;20221101;18.7;9.6;14.1;1.5;11.52;8.8;1.27;7672
+73096;44.4396;5.81694;755;20221102;17.6;5;11.3;1.2;9.92;.2;1.09;9121
+73096;44.4396;5.81694;755;20221103;10.6;2.4;6.5;1.9;9.44;25.8;.61;7155
+73096;44.4396;5.81694;755;20221104;9.3;2.9;6.1;3.4;7.72;.9;.94;6135
+73096;44.4396;5.81694;755;20221105;12;3.4;7.7;3.7;6.49;0;1.6;6923
+73096;44.4396;5.81694;755;20221106;15.6;-.8;7.4;1.2;6.24;0;1.08;9988
+73096;44.4396;5.81694;755;20221107;16.7;-1.7;7.5;1.2;6.27;0;1.09;10379
+73096;44.4396;5.81694;755;20221108;12.1;1.3;6.7;1.8;7.77;0;.93;7836
+73096;44.4396;5.81694;755;20221109;13.5;7.7;10.6;1.7;10.59;22.8;.91;5423
+73096;44.4396;5.81694;755;20221110;15;4.7;9.9;1.6;9.44;0;.87;7301
+73096;44.4396;5.81694;755;20221111;17.6;1.1;9.4;1;8.04;0;.86;9341
+73096;44.4396;5.81694;755;20221112;15.1;-.3;7.4;.7;7.72;0;.66;8939
+73096;44.4396;5.81694;755;20221113;14.7;3.4;9.1;1;8.04;.2;.77;7465
+73096;44.4396;5.81694;755;20221114;11.3;1.1;6.2;1.4;8.34;3.3;.59;7061
+73096;44.4396;5.81694;755;20221115;10.3;7.3;8.8;1.6;10.74;8.7;.53;3600
+73096;44.4396;5.81694;755;20221116;14.2;5.3;9.8;1.7;9.34;0;.83;6375
+73096;44.4396;5.81694;755;20221117;14.4;3;8.7;1.3;9.24;2.7;.71;7193
+73096;44.4396;5.81694;755;20221118;10.7;5;7.9;3.4;7.74;.2;1.09;4796
+73096;44.4396;5.81694;755;20221119;9.4;.5;4.9;3.4;6.09;0;1;5943
+73096;44.4396;5.81694;755;20221120;9.3;-.8;4.3;3;5.79;0;.92;6348
+73096;44.4396;5.81694;755;20221121;7;-.9;3;2.2;6.37;5.4;.62;5680
+73096;44.4396;5.81694;755;20221122;7.9;2.7;5.3;4.6;6.24;.1;1.17;4353
+73096;44.4396;5.81694;755;20221123;8.5;-1.8;3.4;2.2;6.27;1;.66;6383
+73096;44.4396;5.81694;755;20221124;11.9;1.2;6.6;2;6.44;0;.98;6430
+73096;44.4396;5.81694;755;20221125;12.4;.3;6.4;2.2;6.87;0;.77;6789
+73096;44.4396;5.81694;755;20221126;10.2;2.1;6.1;3.3;5.82;0;1.23;5199
+73096;44.4396;5.81694;755;20221127;9.7;-4.3;2.7;.9;4.89;0;.48;7178
+73096;44.4396;5.81694;755;20221128;5.7;-.2;2.7;1.4;6.22;3.8;.5;4501
+73096;44.4396;5.81694;755;20221129;5.9;.3;3.1;2.3;6.52;.5;.46;4233
+73096;44.4396;5.81694;755;20221130;8.3;-2.8;2.7;1.1;5.44;0;.48;5909
+73096;44.4396;5.81694;755;20221201;7.1;-4.9;1.1;.9;5.17;0;.38;6355
+73096;44.4396;5.81694;755;20221202;5.4;-2.6;1.4;.7;5.44;.1;.33;5066
+73096;44.4396;5.81694;755;20221203;5.6;-1.8;1.9;1.7;6.47;15.2;.33;4808
+73096;44.4396;5.81694;755;20221204;6.8;2.8;4.8;1.8;7.59;18.6;.43;3418
+73096;44.4396;5.81694;755;20221205;5.4;-2.6;1.4;.8;5.77;.1;.31;4828
+73096;44.4396;5.81694;755;20221206;7.5;-5;1.3;1.2;4.74;0;.42;6225
+73096;44.4396;5.81694;755;20221207;4.4;-5.8;-.7;1.3;4.44;0;.45;5535
+73096;44.4396;5.81694;755;20221208;4.7;-6.3;-.8;1.4;4.97;15.4;.34;5792
+73096;44.4396;5.81694;755;20221209;7.3;2.5;4.9;1.9;8.27;13.6;.38;3630
+73096;44.4396;5.81694;755;20221210;5.3;1.7;3.5;3;6.39;0;.53;2752
+73096;44.4396;5.81694;755;20221211;2.2;-4.2;-1;2.8;3.52;0;.79;4057
+73096;44.4396;5.81694;755;20221212;3.1;-8.8;-2.8;1.3;3.67;9;.38;5913
+73096;44.4396;5.81694;755;20221213;2.2;-1.1;.5;1.9;6.39;8.9;.22;2904
+73096;44.4396;5.81694;755;20221214;5.7;1;3.3;1.2;7.22;.4;.33;3565
+73096;44.4396;5.81694;755;20221215;5.5;1.1;3.3;1.5;7.69;23.3;.26;3410
+73096;44.4396;5.81694;755;20221216;6.4;2.3;4.4;2.1;7.12;0;.44;2957
+73096;44.4396;5.81694;755;20221217;5.5;-2.6;1.5;1.9;4.99;0;.58;4594
+73096;44.4396;5.81694;755;20221218;6.7;-6;.4;1.3;4.74;0;.39;6004
+73096;44.4396;5.81694;755;20221219;8.1;.2;4.1;2;6.62;.8;.57;4648
+73096;44.4396;5.81694;755;20221220;9.7;4.8;7.3;2.5;7.72;1.6;.79;3555
+73096;44.4396;5.81694;755;20221221;9.3;5.9;7.6;2;8.67;2;.65;2975
+73096;44.4396;5.81694;755;20221222;11.3;1.5;6.4;1.8;8.09;2.5;.5;5253
+73096;44.4396;5.81694;755;20221223;11.2;5.7;8.4;1.5;9.79;0;.49;3845
+73096;44.4396;5.81694;755;20221224;13.4;4.7;9.1;1.3;8.89;0;.59;4921
+73096;44.4396;5.81694;755;20221225;13;-1.3;5.9;1.6;7.22;0;.55;6408
+73096;44.4396;5.81694;755;20221226;11.7;1.7;6.7;1.6;7.77;0;.54;5301
+73096;44.4396;5.81694;755;20221227;11;.6;5.8;1.7;6.87;0;.62;5426
+73096;44.4396;5.81694;755;20221228;9;-3.6;2.7;1.3;5.52;0;.46;6081
+73096;44.4396;5.81694;755;20221229;9.8;1.3;5.5;1.7;7.37;.3;.51;4971
+73096;44.4396;5.81694;755;20221230;9.3;4.8;7.1;1.2;8.82;1.3;.41;3450
+73096;44.4396;5.81694;755;20221231;14;3;8.5;2;8.77;0;.73;5755
+73097;44.45173;6.13002;900;20220101;16.8;-4.3;6.3;.4;5.3;0;.25;7490
+73097;44.45173;6.13002;900;20220102;15.5;-1.4;7.1;1.5;5.36;0;.86;7341
+73097;44.45173;6.13002;900;20220103;11.5;-.6;5.4;1.7;5.76;0;.74;5958
+73097;44.45173;6.13002;900;20220104;9.9;-.9;4.5;1.8;6.23;1.2;.66;5657
+73097;44.45173;6.13002;900;20220105;5.5;1.4;3.5;4.6;5.36;0;.97;3327
+73097;44.45173;6.13002;900;20220106;3.9;-4.2;-.2;2.9;3.3;.1;.84;5495
+73097;44.45173;6.13002;900;20220107;4.3;-8.1;-1.9;1.6;3.16;2.1;.54;6717
+73097;44.45173;6.13002;900;20220108;5.6;-3.6;1;2.2;4.9;5.9;.57;5588
+73097;44.45173;6.13002;900;20220109;3.1;0;1.6;3;5.3;.5;.6;4135
+73097;44.45173;6.13002;900;20220110;4.9;-3;.9;3;4.1;0;.64;5286
+73097;44.45173;6.13002;900;20220111;3.9;-7;-1.6;1.3;3.33;0;.47;5891
+73097;44.45173;6.13002;900;20220112;4.1;-8.1;-2;1.1;3.13;0;.47;6184
+73097;44.45173;6.13002;900;20220113;8.2;-7.1;.5;.8;3;0;.48;7303
+73097;44.45173;6.13002;900;20220114;11.2;-7.9;1.7;.7;3.4;0;.44;8337
+73097;44.45173;6.13002;900;20220115;13.6;-6.2;3.7;.9;3.5;0;.61;8561
+73097;44.45173;6.13002;900;20220116;10.3;-6.6;1.9;1.6;3.33;0;.82;8151
+73097;44.45173;6.13002;900;20220117;8.1;-8.8;-.3;.9;3.2;0;.43;8225
+73097;44.45173;6.13002;900;20220118;10.4;-5.7;2.3;1;3.63;0;.63;7593
+73097;44.45173;6.13002;900;20220119;8.1;-6.7;.7;1.9;4.1;0;.77;8159
+73097;44.45173;6.13002;900;20220120;6.6;-3.5;1.5;3.3;4.33;0;.75;6537
+73097;44.45173;6.13002;900;20220121;4.5;-6;-.8;2.2;3.53;0;.7;6374
+73097;44.45173;6.13002;900;20220122;5.4;-9.1;-1.8;.6;3.2;0;.4;7982
+73097;44.45173;6.13002;900;20220123;10.1;-8.6;.8;.8;3.33;0;.61;8845
+73097;44.45173;6.13002;900;20220124;11.8;-6.6;2.6;.8;3.3;0;.68;9321
+73097;44.45173;6.13002;900;20220125;9.2;-7.6;.8;.7;3.53;0;.55;8977
+73097;44.45173;6.13002;900;20220126;11.3;-7.8;1.7;1;3.16;0;.75;9459
+73097;44.45173;6.13002;900;20220127;12.8;-6.6;3.1;1.6;2.76;0;1.14;9700
+73097;44.45173;6.13002;900;20220128;10;-7;1.5;1.6;3.46;0;.91;9160
+73097;44.45173;6.13002;900;20220129;9.7;-4.5;2.6;1.1;3.9;0;.83;8029
+73097;44.45173;6.13002;900;20220130;11.9;-5;3.5;1.2;4.36;0;.76;9065
+73097;44.45173;6.13002;900;20220131;7.7;-3.7;2;3.2;4.26;0;1.16;6800
+73097;44.45173;6.13002;900;20220201;8.1;-4.1;2;3.8;3.86;0;1.09;7968
+73097;44.45173;6.13002;900;20220202;14.3;-1.9;6.2;3.9;5.46;0;1.36;8603
+73097;44.45173;6.13002;900;20220203;14.1;-1.8;6.1;1.1;5.16;0;.99;8852
+73097;44.45173;6.13002;900;20220204;11.1;-2.8;4.1;2.2;5.43;0;1.06;9043
+73097;44.45173;6.13002;900;20220205;9.9;-1.2;4.3;2.6;5.33;0;.91;7170
+73097;44.45173;6.13002;900;20220206;8.7;-4.5;2.1;1.9;4.33;0;1.09;8941
+73097;44.45173;6.13002;900;20220207;11.5;1;6.2;3.8;4.76;.1;1.8;7741
+73097;44.45173;6.13002;900;20220208;11.4;-5.2;3.1;1.1;3.86;0;1.03;10550
+73097;44.45173;6.13002;900;20220209;14.6;-5;4.8;1.3;3.9;0;1.32;11672
+73097;44.45173;6.13002;900;20220210;8.1;-3.9;2.1;2.8;4.09;0;2.07;11400
+73097;44.45173;6.13002;900;20220211;12.4;-.9;5.8;3;4.49;0;1.86;10600
+73097;44.45173;6.13002;900;20220212;11.4;.5;6;4.8;3.39;0;2.66;11500
+73097;44.45173;6.13002;900;20220213;11;1.7;6.4;3.1;4.29;1.9;1.94;10800
+73097;44.45173;6.13002;900;20220214;5.5;1.1;3.3;2.1;6.2;13.3;.72;3113
+73097;44.45173;6.13002;900;20220215;8.4;-.2;4.1;1.2;5.69;0;.99;11900
+73097;44.45173;6.13002;900;20220216;7.5;-3.9;1.8;1.5;5.73;.4;.89;10314
+73097;44.45173;6.13002;900;20220217;15.5;2.4;8.9;3;7.75;0;1.64;9858
+73097;44.45173;6.13002;900;20220218;18.8;-1.3;8.8;2;6.43;0;1.92;13081
+73097;44.45173;6.13002;900;20220219;9.3;2.6;5.9;3;6;0;1.26;7805
+73097;44.45173;6.13002;900;20220220;12.4;-4.2;4.1;2.1;4.8;0;1.44;12259
+73097;44.45173;6.13002;900;20220221;7.9;-.7;3.6;3.9;5.66;3.4;1.25;9265
+73097;44.45173;6.13002;900;20220222;11;-2.2;4.4;3.6;5.23;0;1.49;11233
+73097;44.45173;6.13002;900;20220223;15;-2.4;6.3;1.9;4.73;0;1.84;13140
+73097;44.45173;6.13002;900;20220224;12.2;-.5;5.9;2.8;5.13;0;1.86;12268
+73097;44.45173;6.13002;900;20220225;9.8;-.7;4.6;4.3;4.46;0;1.93;10901
+73097;44.45173;6.13002;900;20220226;10.5;-1.5;4.5;2.6;2.9;0;2.04;12368
+73097;44.45173;6.13002;900;20220227;9;-6.1;1.4;1.8;3.4;.1;1.51;13259
+73097;44.45173;6.13002;900;20220228;10.8;-5.6;2.6;1.9;3.23;0;1.76;14612
+73097;44.45173;6.13002;900;20220301;11.2;-5.3;3;1.9;4.06;0;1.65;14252
+73097;44.45173;6.13002;900;20220302;10.3;-3.2;3.6;1.7;5.13;0;1.46;12817
+73097;44.45173;6.13002;900;20220303;12.9;-1.8;5.5;1.9;5.7;0;1.64;13250
+73097;44.45173;6.13002;900;20220304;11.9;-.9;5.5;3;5.4;.2;1.83;12666
+73097;44.45173;6.13002;900;20220305;8.3;-3;2.7;2.2;4.26;0;1.55;11890
+73097;44.45173;6.13002;900;20220306;6.7;-5.5;.6;1.8;4;0;1.34;12024
+73097;44.45173;6.13002;900;20220307;9.3;-6.2;1.6;1.8;3.73;0;1.62;14901
+73097;44.45173;6.13002;900;20220308;11;-6.3;2.4;1.8;4.03;0;1.76;16001
+73097;44.45173;6.13002;900;20220309;13;-2.9;5;1.9;4.76;0;1.94;15115
+73097;44.45173;6.13002;900;20220310;13.4;-5.2;4.1;1.5;4.83;0;1.85;16585
+73097;44.45173;6.13002;900;20220311;11.4;.1;5.8;3.9;4.83;0;2.29;11565
+73097;44.45173;6.13002;900;20220312;10.8;4.3;7.5;4.9;4.26;0;2.78;8636
+73097;44.45173;6.13002;900;20220313;6.5;4;5.3;5.8;5.73;6.5;1.75;4388
+73097;44.45173;6.13002;900;20220314;12.9;-.1;6.4;3.2;7.16;.8;1.83;13174
+73097;44.45173;6.13002;900;20220315;16.6;5.9;11.2;3.5;7.36;0;2.63;10975
+73097;44.45173;6.13002;900;20220316;19;3;11;1.7;7.26;0;2.42;14838
+73097;44.45173;6.13002;900;20220317;13.9;3;8.5;1.7;8.33;0;1.59;11437
+73097;44.45173;6.13002;900;20220318;16.5;8.2;12.4;6.8;5.79;.3;4.2;9700
+73097;44.45173;6.13002;900;20220319;17;8.3;12.7;6.4;3.89;0;5.02;14900
+73097;44.45173;6.13002;900;20220320;12.3;5.6;9;5.7;4.09;0;3.58;10500
+73097;44.45173;6.13002;900;20220321;14.2;3.2;8.7;4.6;3.59;0;3.81;18300
+73097;44.45173;6.13002;900;20220322;15.2;2.4;8.8;6.6;2.19;0;5.03;20200
+73097;44.45173;6.13002;900;20220323;17.9;4.9;11.4;5.8;2.39;0;5.39;20300
+73097;44.45173;6.13002;900;20220324;18.4;3.6;11;4.1;3.09;0;4.53;20400
+73097;44.45173;6.13002;900;20220325;18.1;3.2;10.7;3.9;3.29;0;4.32;19800
+73097;44.45173;6.13002;900;20220326;18;6;12;6.2;3.09;0;5.46;19900
+73097;44.45173;6.13002;900;20220327;16.4;7.3;11.9;5.1;2.89;0;4.63;11500
+73097;44.45173;6.13002;900;20220328;18.8;4.4;11.6;3.7;3.49;0;4.43;20500
+73097;44.45173;6.13002;900;20220329;17.8;3.3;10.6;3.1;4.89;1.9;3.52;16600
+73097;44.45173;6.13002;900;20220330;10.3;5.2;7.7;1.6;8.27;.9;1.32;7779
+73097;44.45173;6.13002;900;20220331;14.3;.8;7.6;2.7;6.99;.3;2.74;21600
+73097;44.45173;6.13002;900;20220401;4.1;.9;2.5;2.5;4.99;1;1.31;7300
+73097;44.45173;6.13002;900;20220402;3.4;-2.2;.6;4.8;3.7;0;1.99;13331
+73097;44.45173;6.13002;900;20220403;8.3;-4.2;2.1;1.6;4.49;2.5;1.8;15300
+73097;44.45173;6.13002;900;20220404;10.9;-3;4;1.9;4.79;0;2.48;22200
+73097;44.45173;6.13002;900;20220405;17.3;-1.2;8.1;2.3;4.69;0;3.46;23300
+73097;44.45173;6.13002;900;20220406;15.9;1.4;8.7;2.8;5.99;.4;3.05;18200
+73097;44.45173;6.13002;900;20220407;14.9;5.5;10.2;3.1;8.09;9;2.33;10700
+73097;44.45173;6.13002;900;20220408;14.7;5.3;10;2.3;10.09;3.7;1.89;11900
+73097;44.45173;6.13002;900;20220409;9.7;4.3;7;4;4.99;.1;2.94;17700
+73097;44.45173;6.13002;900;20220410;15;-2.5;6.3;1.6;3.89;0;3.15;24700
+73097;44.45173;6.13002;900;20220411;14.4;0;7.2;2;5.39;0;2.4;13100
+73097;44.45173;6.13002;900;20220412;19.4;3.8;11.6;3.6;7.09;0;3.66;16600
+73097;44.45173;6.13002;900;20220413;23.8;8.6;16.2;3.3;7.29;0;4.74;19800
+73097;44.45173;6.13002;900;20220414;23.1;6.4;14.8;2.8;6.99;0;4.57;22900
+73097;44.45173;6.13002;900;20220415;24.7;9.1;16.9;3.3;8.09;0;5.17;24300
+73097;44.45173;6.13002;900;20220416;23.8;9.2;16.5;3;8.19;0;4.83;23500
+73097;44.45173;6.13002;900;20220417;20;7.5;13.8;2.8;7.49;0;4.33;24900
+73097;44.45173;6.13002;900;20220418;19.2;5.2;12.2;2.6;7.09;0;4.06;24600
+73097;44.45173;6.13002;900;20220419;20.3;3.8;12.1;2.7;5.99;0;4.3;24200
+73097;44.45173;6.13002;900;20220420;19.4;5;12.2;2.4;8.19;6;3.06;14600
+73097;44.45173;6.13002;900;20220421;17.9;7.9;12.9;7.3;7.09;0;4.82;18900
+73097;44.45173;6.13002;900;20220422;19;10.3;14.7;4.2;7.69;1.3;4.37;18500
+73097;44.45173;6.13002;900;20220423;11.4;7.5;9.5;2.9;8.3;19.3;1.81;6228
+73097;44.45173;6.13002;900;20220424;12.3;2.7;7.5;2.2;8.09;.1;1.86;11500
+73097;44.45173;6.13002;900;20220425;17.3;7.1;12.2;2.1;8.49;0;3.67;24100
+73097;44.45173;6.13002;900;20220426;18.8;3.6;11.2;2.6;7.09;0;4.15;26500
+73097;44.45173;6.13002;900;20220427;21.7;3.9;12.8;2.5;6.69;0;4.66;27100
+73097;44.45173;6.13002;900;20220428;22;5.9;14;2.1;7.79;0;4.53;27000
+73097;44.45173;6.13002;900;20220429;22.4;6.5;14.5;2.5;7.59;0;4.69;25700
+73097;44.45173;6.13002;900;20220430;19.8;7.3;13.6;2;7.49;0;3.97;22700
+73097;44.45173;6.13002;900;20220501;19.8;3.6;11.7;2.8;6.89;0;4.47;27000
+73097;44.45173;6.13002;900;20220502;20;5;12.5;2.2;7.89;.6;4.22;26200
+73097;44.45173;6.13002;900;20220503;20.3;7.5;13.9;2.1;9.29;.9;3.42;17600
+73097;44.45173;6.13002;900;20220504;19.2;5.6;12.4;2.2;9.29;2.4;3.52;21000
+73097;44.45173;6.13002;900;20220505;12;8.3;10.2;1.4;10.59;4.6;1.49;8000
+73097;44.45173;6.13002;900;20220506;16.6;6.6;11.6;3;9.73;0;2.78;17237
+73097;44.45173;6.13002;900;20220507;18.8;6.7;12.8;2.2;10.16;2.5;3.03;18217
+73097;44.45173;6.13002;900;20220508;18.7;7.7;13.2;1.5;10.7;5.2;2.93;17765
+73097;44.45173;6.13002;900;20220509;20.7;5.3;13;1.2;10.2;1;3.35;21381
+73097;44.45173;6.13002;900;20220510;22.3;4.8;13.6;1.4;10.2;0;4.04;26013
+73097;44.45173;6.13002;900;20220511;24.5;6.8;15.6;1.6;10.56;0;4.52;26762
+73097;44.45173;6.13002;900;20220512;25.1;5.9;15.5;1.6;10.16;0;4.6;26870
+73097;44.45173;6.13002;900;20220513;23.3;7.6;15.4;1.5;11.03;0;4.02;24054
+73097;44.45173;6.13002;900;20220514;24.7;8;16.4;1.4;12.03;.1;4.18;24318
+73097;44.45173;6.13002;900;20220515;24.5;7.9;16.2;1.4;12.26;2.3;4.01;22711
+73097;44.45173;6.13002;900;20220516;25;8.4;16.7;1.9;11.8;0;4.49;24886
+73097;44.45173;6.13002;900;20220517;26.9;8.9;17.9;1.7;11.53;0;4.98;26947
+73097;44.45173;6.13002;900;20220518;27.8;10.4;19.1;2;12.4;2.8;5.27;26882
+73097;44.45173;6.13002;900;20220519;27.2;11.4;19.3;2.1;12.76;0;5.03;25653
+73097;44.45173;6.13002;900;20220520;27.9;11.3;19.6;2;11.6;0;5.27;25784
+73097;44.45173;6.13002;900;20220521;29;9.1;19;1.5;11.96;0;5.25;28088
+73097;44.45173;6.13002;900;20220522;31.8;11.8;21.8;1.5;12.83;0;5.66;27479
+73097;44.45173;6.13002;900;20220523;26.5;11.9;19.2;2;11.5;0;4.64;21958
+73097;44.45173;6.13002;900;20220524;21.5;11.3;16.4;2.2;11.16;1.7;3.73;19691
+73097;44.45173;6.13002;900;20220525;17.7;9.3;13.5;1.5;11.66;0;2.71;15494
+73097;44.45173;6.13002;900;20220526;23.6;7.8;15.7;1.9;12;2.9;3.98;22888
+73097;44.45173;6.13002;900;20220527;26.1;10.8;18.5;2;12.46;0;4.7;24662
+73097;44.45173;6.13002;900;20220528;24.7;9.5;17.1;2.8;10.93;0;4.78;25035
+73097;44.45173;6.13002;900;20220529;21.6;6.8;14.2;2.7;8.83;0;4.6;26137
+73097;44.45173;6.13002;900;20220530;20.9;3.5;12.2;1.6;8.46;.3;4.11;25996
+73097;44.45173;6.13002;900;20220531;22.4;8;15.2;1.5;10.53;0;3.81;21375
+73097;44.45173;6.13002;900;20220601;26.5;7.3;16.9;1.5;11.53;0;4.86;26990
+73097;44.45173;6.13002;900;20220602;28.4;10.1;19.2;1.4;12.46;0;5.11;27271
+73097;44.45173;6.13002;900;20220603;25.6;14.6;20.1;1.7;13.9;3.1;4.23;19981
+73097;44.45173;6.13002;900;20220604;30.1;13.4;21.7;2.1;13.73;0;5.42;24314
+73097;44.45173;6.13002;900;20220605;27;15;21;2.6;12.96;.6;5.11;22428
+73097;44.45173;6.13002;900;20220606;27.1;9.8;18.4;2;11.66;.5;5.38;27788
+73097;44.45173;6.13002;900;20220607;24;11.8;17.9;2.6;10.8;0;5.04;25219
+73097;44.45173;6.13002;900;20220608;21.5;7.7;14.6;1.8;9.6;.3;4.07;22250
+73097;44.45173;6.13002;900;20220609;20.7;10.1;15.4;3.3;9.7;.1;4.27;21781
+73097;44.45173;6.13002;900;20220610;25.2;6.1;15.7;3.2;8.7;0;5.36;28007
+73097;44.45173;6.13002;900;20220611;28.2;7;17.6;1.9;9.9;0;5.71;30375
+73097;44.45173;6.13002;900;20220612;30.7;10.2;20.5;2;10.36;.1;6.27;30331
+73097;44.45173;6.13002;900;20220613;28.8;12;20.4;2.2;11.7;0;5.57;27746
+73097;44.45173;6.13002;900;20220614;30.1;9.7;19.9;1.6;11.43;0;5.83;30080
+73097;44.45173;6.13002;900;20220615;29.7;13.3;21.5;1.4;13.3;.4;5.12;24420
+73097;44.45173;6.13002;900;20220616;31.8;12.5;22.1;2.4;12;0;6.5;29572
+73097;44.45173;6.13002;900;20220617;32.6;12.7;22.7;2.1;12;0;6.34;29169
+73097;44.45173;6.13002;900;20220618;33;13.9;23.5;1.5;14.9;0;5.99;28173
+73097;44.45173;6.13002;900;20220619;31.3;17.9;24.6;2.5;14.13;0;6.16;25037
+73097;44.45173;6.13002;900;20220620;31.3;14.7;23;2.3;11.46;0;6.28;26857
+73097;44.45173;6.13002;900;20220621;30.9;15.4;23.1;1.8;13.1;3.3;5.17;21319
+73097;44.45173;6.13002;900;20220622;24.5;15.4;19.9;1.7;15.96;5.9;3.7;17219
+73097;44.45173;6.13002;900;20220623;24.9;11.7;18.3;1.3;14.5;2.8;3.97;20691
+73097;44.45173;6.13002;900;20220624;23;12.1;17.5;1.4;13.33;12.5;3.68;19386
+73097;44.45173;6.13002;900;20220625;26.1;8.5;17.3;1.8;11.4;0;5.17;28359
+73097;44.45173;6.13002;900;20220626;30.2;12.4;21.3;2.1;13.5;0;5.56;25898
+73097;44.45173;6.13002;900;20220627;28.1;16.8;22.5;2.5;14.9;.4;5.04;22206
+73097;44.45173;6.13002;900;20220628;23.5;14;18.7;1.6;14.96;8.7;3.29;15837
+73097;44.45173;6.13002;900;20220629;28.3;12.1;20.2;2.1;13.53;0;5.36;26341
+73097;44.45173;6.13002;900;20220630;29.1;11.7;20.4;1.8;13.13;0;5.3;25858
+73097;44.45173;6.13002;900;20220701;25.5;12.3;18.9;1.9;12.03;.1;4.71;24405
+73097;44.45173;6.13002;900;20220702;30.6;7.9;19.2;1.6;10.33;0;5.94;30887
+73097;44.45173;6.13002;900;20220703;33.2;11.4;22.3;1.9;11.5;.1;6.54;30279
+73097;44.45173;6.13002;900;20220704;31.7;15.7;23.7;2;14.7;5.3;5.7;25305
+73097;44.45173;6.13002;900;20220705;28.9;12.4;20.7;2.4;13.43;0;5.53;26761
+73097;44.45173;6.13002;900;20220706;28.8;10.6;19.7;2.1;12;0;5.49;28341
+73097;44.45173;6.13002;900;20220707;28;10.8;19.4;2.4;12.26;0;5.31;27273
+73097;44.45173;6.13002;900;20220708;28.1;12.4;20.3;2.5;12.1;0;5.39;25516
+73097;44.45173;6.13002;900;20220709;28.4;10.8;19.6;1.9;12.7;0;5.17;26505
+73097;44.45173;6.13002;900;20220710;29;11.2;20.1;1.9;12.7;0;5.38;27210
+73097;44.45173;6.13002;900;20220711;29.5;12.5;21;1.9;13.6;0;5.51;27317
+73097;44.45173;6.13002;900;20220712;30.4;11.7;21.1;1.7;13.03;0;5.62;28469
+73097;44.45173;6.13002;900;20220713;30.5;12.6;21.6;1.7;14.03;1.3;5.67;27995
+73097;44.45173;6.13002;900;20220714;32.6;14.4;23.5;1.7;14.43;0;6.04;28449
+73097;44.45173;6.13002;900;20220715;32.9;13.3;23.1;2.6;12.16;0;6.57;28487
+73097;44.45173;6.13002;900;20220716;31.8;11.9;21.8;1.9;12.06;0;5.92;28386
+73097;44.45173;6.13002;900;20220717;32.3;13.2;22.7;1.7;14.03;0;5.84;27693
+73097;44.45173;6.13002;900;20220718;33.8;15.7;24.8;1.7;16.06;.3;5.95;26779
+73097;44.45173;6.13002;900;20220719;33.3;14.7;24;1.6;16.7;.1;5.67;26096
+73097;44.45173;6.13002;900;20220720;33.3;16.4;24.8;2;15.3;0;6.04;26443
+73097;44.45173;6.13002;900;20220721;32.7;13.6;23.2;1.8;13.3;0;5.8;27408
+73097;44.45173;6.13002;900;20220722;34.6;14.3;24.5;1.9;12.9;0;6.51;29191
+73097;44.45173;6.13002;900;20220723;32.2;15.3;23.8;2;14.93;.2;5.46;24766
+73097;44.45173;6.13002;900;20220724;33.5;13.8;23.6;1.7;15;0;5.93;27860
+73097;44.45173;6.13002;900;20220725;34.3;14.5;24.4;1.7;14.4;.7;5.92;26682
+73097;44.45173;6.13002;900;20220726;29.5;14.5;22;2.9;13.43;0;5.33;23720
+73097;44.45173;6.13002;900;20220727;28.9;11.9;20.4;2.1;12.96;0;5.15;25600
+73097;44.45173;6.13002;900;20220728;30.7;12.2;21.5;1.5;12.36;0;5.23;25931
+73097;44.45173;6.13002;900;20220729;24.9;12.9;18.9;1.5;13.13;1;3.87;19450
+73097;44.45173;6.13002;900;20220730;29.2;11.9;20.6;2.4;12.2;0;5.4;25282
+73097;44.45173;6.13002;900;20220731;30.8;10.3;20.5;1.8;10.93;0;5.49;27379
+73097;44.45173;6.13002;900;20220801;32.1;12.6;22.3;2.3;11.73;0;5.98;26932
+73097;44.45173;6.13002;900;20220802;31.6;13.7;22.7;2.4;12.13;0;5.9;25894
+73097;44.45173;6.13002;900;20220803;32.4;13.5;23;1.4;13.8;0;5.33;25938
+73097;44.45173;6.13002;900;20220804;33;17;25;1.4;15.73;1;4.9;21919
+73097;44.45173;6.13002;900;20220805;33.2;14.4;23.8;2;15.56;.4;5.5;24112
+73097;44.45173;6.13002;900;20220806;30.9;14.2;22.5;2.3;14.43;0;5.41;24481
+73097;44.45173;6.13002;900;20220807;29.3;12.5;20.9;1.9;13.7;.2;4.87;24045
+73097;44.45173;6.13002;900;20220808;30.4;12.1;21.2;2;13.13;0;5.19;24960
+73097;44.45173;6.13002;900;20220809;31;13.7;22.3;1.8;13.03;.1;5.22;24783
+73097;44.45173;6.13002;900;20220810;30.3;15.2;22.7;1.9;14;1.3;5.06;22919
+73097;44.45173;6.13002;900;20220811;30.7;12.3;21.5;2;13.76;0;5.1;24215
+73097;44.45173;6.13002;900;20220812;31.3;11.4;21.4;1.8;12.1;0;5.35;25764
+73097;44.45173;6.13002;900;20220813;31.1;11.1;21.1;1.7;11.26;1.5;5.21;25250
+73097;44.45173;6.13002;900;20220814;23.6;13.6;18.6;1.8;14.36;10.2;3.29;15802
+73097;44.45173;6.13002;900;20220815;27.4;10;18.7;1.4;12.38;0;4.26;22791
+73097;44.45173;6.13002;900;20220816;29.2;9.8;19.5;1.6;11.96;0;4.66;24044
+73097;44.45173;6.13002;900;20220817;25.8;15.1;20.5;2;14.1;21.5;3.54;15302
+73097;44.45173;6.13002;900;20220818;22.2;10.7;16.4;2.3;14.13;16.9;2.95;15268
+73097;44.45173;6.13002;900;20220819;24;10.7;17.3;3.2;13.46;.1;3.71;19194
+73097;44.45173;6.13002;900;20220820;26.3;11.8;19;2.8;13.6;0;4.11;20648
+73097;44.45173;6.13002;900;20220821;27.2;12.4;19.8;2;13.83;.3;4.05;20694
+73097;44.45173;6.13002;900;20220822;26.3;10.5;18.4;1.9;13;0;3.97;21678
+73097;44.45173;6.13002;900;20220823;28.1;10.9;19.5;1.7;12.93;0;4.26;22426
+73097;44.45173;6.13002;900;20220824;29.4;12.3;20.8;1.4;13.43;0;4.39;22745
+73097;44.45173;6.13002;900;20220825;29.1;13;21.1;1.6;14.36;.1;4.21;20798
+73097;44.45173;6.13002;900;20220826;27;14.8;20.9;2;15.33;2;3.74;17799
+73097;44.45173;6.13002;900;20220827;26.5;12.1;19.3;1.9;14.83;0;3.74;19689
+73097;44.45173;6.13002;900;20220828;27.5;12.1;19.8;1.4;14;.1;3.91;21074
+73097;44.45173;6.13002;900;20220829;29.5;10.5;20;1.5;12.16;0;4.35;22850
+73097;44.45173;6.13002;900;20220830;27.7;14;20.8;1.9;15.03;3.9;3.77;17288
+73097;44.45173;6.13002;900;20220831;24.7;11.3;18;2.2;14.73;.8;3.26;17358
+73097;44.45173;6.13002;900;20220901;26.4;9.9;18.2;1.4;12.93;0;3.68;20817
+73097;44.45173;6.13002;900;20220902;23.6;10.3;17;1.2;12.83;1.7;2.9;16071
+73097;44.45173;6.13002;900;20220903;24.8;12.2;18.5;1.4;13.93;10.3;3.04;15898
+73097;44.45173;6.13002;900;20220904;25.9;10.2;18.1;1.2;13.66;.2;3.43;19950
+73097;44.45173;6.13002;900;20220905;27.8;12.1;19.9;1.6;13.6;1.1;3.64;18261
+73097;44.45173;6.13002;900;20220906;28.1;12.9;20.5;2.1;14.5;2.1;3.82;17602
+73097;44.45173;6.13002;900;20220907;27.1;13.1;20.1;1.9;14.93;11.2;3.52;17208
+73097;44.45173;6.13002;900;20220908;23.1;11.4;17.2;1.5;13.56;0;2.96;17179
+73097;44.45173;6.13002;900;20220909;21.9;7.8;14.9;1.7;9.86;0;3.06;17536
+73097;44.45173;6.13002;900;20220910;21.3;6.1;13.7;2.2;9.6;0;3.11;18559
+73097;44.45173;6.13002;900;20220911;24.7;4.9;14.8;1.3;9.33;0;3.32;20713
+73097;44.45173;6.13002;900;20220912;28.1;7.3;17.7;1.6;10.26;0;3.83;21281
+73097;44.45173;6.13002;900;20220913;28.4;10.4;19.4;1.7;12.4;0;3.59;17953
+73097;44.45173;6.13002;900;20220914;19.5;14.9;17.2;2;14.8;22;2;8302
+73097;44.45173;6.13002;900;20220915;23.9;10.6;17.3;1.9;13.63;.1;3;17144
+73097;44.45173;6.13002;900;20220916;21.3;10.1;15.7;2.6;12.33;0;2.71;15189
+73097;44.45173;6.13002;900;20220917;18.5;7;12.8;3.6;7.83;0;2.97;15151
+73097;44.45173;6.13002;900;20220918;19.7;1;10.4;1.3;7.13;0;2.59;18279
+73097;44.45173;6.13002;900;20220919;20.5;1.9;11.2;1.9;7.43;0;2.78;18511
+73097;44.45173;6.13002;900;20220920;20.6;2.2;11.4;1.5;8;0;2.63;18022
+73097;44.45173;6.13002;900;20220921;19.9;3.2;11.5;1.4;8.96;0;2.4;16850
+73097;44.45173;6.13002;900;20220922;20.4;8.3;14.3;1.3;9.66;0;2.44;15655
+73097;44.45173;6.13002;900;20220923;20.2;4.1;12.2;1.3;9.63;8.1;2.28;15172
+73097;44.45173;6.13002;900;20220924;13.6;10.9;12.2;1.2;12.16;10.7;1.19;6305
+73097;44.45173;6.13002;900;20220925;17.4;7.4;12.4;1.6;10.76;.6;1.81;11553
+73097;44.45173;6.13002;900;20220926;17;4.3;10.7;1.8;8.76;.7;2.06;14143
+73097;44.45173;6.13002;900;20220927;14.7;7.4;11.1;2.6;8.3;.4;2.07;11374
+73097;44.45173;6.13002;900;20220928;15.2;5.8;10.5;1.9;9.7;5.2;1.7;9842
+73097;44.45173;6.13002;900;20220929;14.7;8.3;11.5;2.1;10.13;.1;1.64;9700
+73097;44.45173;6.13002;900;20220930;12.9;5;8.9;1.5;9;1;1.23;8083
+73097;44.45173;6.13002;900;20221001;14.2;4.1;9.1;1.3;9.76;0;1.47;11587
+73097;44.45173;6.13002;900;20221002;21.9;8.4;15.2;2.4;11.8;.1;2.46;13747
+73097;44.45173;6.13002;900;20221003;21.4;6.7;14.1;2.1;10.16;0;2.28;13625
+73097;44.45173;6.13002;900;20221004;23.7;6.2;14.9;1.5;9.2;.1;2.55;15780
+73097;44.45173;6.13002;900;20221005;23.1;5.4;14.2;1.4;9.53;.3;2.38;15665
+73097;44.45173;6.13002;900;20221006;22.2;5.3;13.7;1.4;10.06;0;2.19;14921
+73097;44.45173;6.13002;900;20221007;22.3;6.8;14.5;1.3;10.23;.1;2.15;14296
+73097;44.45173;6.13002;900;20221008;15.6;7.5;11.5;1.2;11.6;6.3;1.21;8378
+73097;44.45173;6.13002;900;20221009;15.8;10.4;13.1;.8;13.1;10.2;1.1;6648
+73097;44.45173;6.13002;900;20221010;19.6;9;14.3;1;12.1;.1;1.54;10244
+73097;44.45173;6.13002;900;20221011;21;7.6;14.3;1.4;10.9;.2;1.94;12832
+73097;44.45173;6.13002;900;20221012;19.2;8.9;14;1.3;11.03;.2;1.71;10580
+73097;44.45173;6.13002;900;20221013;18.1;5.7;11.9;1.3;10.13;0;1.55;10809
+73097;44.45173;6.13002;900;20221014;19.2;7.3;13.2;1.6;11.06;.1;1.68;10847
+73097;44.45173;6.13002;900;20221015;23.1;4.8;14;1.4;9.93;.1;2.02;13972
+73097;44.45173;6.13002;900;20221016;21.8;7.4;14.6;1.8;10.4;0;1.99;11022
+73097;44.45173;6.13002;900;20221017;23.3;9;16.1;1.9;10.83;0;2.21;11767
+73097;44.45173;6.13002;900;20221018;24.1;7.8;15.9;1.6;10.33;0;2.14;12641
+73097;44.45173;6.13002;900;20221019;25.2;6;15.6;1.7;9.1;0;2.32;13646
+73097;44.45173;6.13002;900;20221020;19.1;9;14;2.2;10.33;4;1.83;8559
+73097;44.45173;6.13002;900;20221021;15.3;12.6;13.9;2.2;13.5;14.3;1.04;3344
+73097;44.45173;6.13002;900;20221022;18;12;15;1.7;12.76;2;1.33;6784
+73097;44.45173;6.13002;900;20221023;19.7;10.7;15.2;2.2;11.3;.7;1.83;6791
+73097;44.45173;6.13002;900;20221024;18.7;13.3;16;1.9;12.23;8.8;1.54;5304
+73097;44.45173;6.13002;900;20221025;21;7.9;14.4;1.6;10.36;0;1.63;10028
+73097;44.45173;6.13002;900;20221026;23.7;6.6;15.2;1.7;9.96;0;1.91;11396
+73097;44.45173;6.13002;900;20221027;24.8;7.9;16.4;1.7;9.96;0;1.99;11563
+73097;44.45173;6.13002;900;20221028;25.5;8.2;16.8;1.7;9.23;0;2.09;11458
+73097;44.45173;6.13002;900;20221029;24.3;7.6;15.9;1.9;8.5;0;2.08;11147
+73097;44.45173;6.13002;900;20221030;22.7;7.9;15.3;2;8.1;0;2.04;10310
+73097;44.45173;6.13002;900;20221031;21.7;5.2;13.5;1.6;8.06;9.2;1.73;10957
+73097;44.45173;6.13002;900;20221101;18.1;9.7;13.9;1.5;9.93;17.7;1.36;7075
+73097;44.45173;6.13002;900;20221102;16.2;4;10.1;1.2;8.8;.1;1.03;8985
+73097;44.45173;6.13002;900;20221103;10.9;2.2;6.6;1.9;8.56;27.1;.76;5928
+73097;44.45173;6.13002;900;20221104;10.1;1.9;6;2.4;7.43;1.6;.82;7072
+73097;44.45173;6.13002;900;20221105;12.7;.7;6.7;2.3;6.33;0;.99;8610
+73097;44.45173;6.13002;900;20221106;16;-.9;7.5;1.2;5.73;0;1.1;9886
+73097;44.45173;6.13002;900;20221107;16.9;-.4;8.2;1.7;5.66;0;1.33;10356
+73097;44.45173;6.13002;900;20221108;16.3;1;8.6;2;6.63;0;1.37;8811
+73097;44.45173;6.13002;900;20221109;13.5;7.3;10.4;1.4;9.43;22.8;.97;4438
+73097;44.45173;6.13002;900;20221110;14.9;4.2;9.5;2;9.03;0;.95;7736
+73097;44.45173;6.13002;900;20221111;18;3.3;10.6;1.7;7.23;0;1.33;9128
+73097;44.45173;6.13002;900;20221112;15.3;2.2;8.7;1.4;6.86;0;1.11;7778
+73097;44.45173;6.13002;900;20221113;16.1;4.1;10.1;.9;7.33;0;.87;7177
+73097;44.45173;6.13002;900;20221114;10.9;2.4;6.7;1.3;7.6;2.8;.69;5338
+73097;44.45173;6.13002;900;20221115;9.6;6.6;8.1;1.9;9.9;11.8;.59;2975
+73097;44.45173;6.13002;900;20221116;13.8;4.9;9.3;1.4;8.86;0;.77;7002
+73097;44.45173;6.13002;900;20221117;14.2;2.6;8.4;1.9;8.36;3;.9;7200
+73097;44.45173;6.13002;900;20221118;11;5.7;8.3;2.7;7.46;.1;1.01;5548
+73097;44.45173;6.13002;900;20221119;9.7;-.7;4.5;2.4;5.73;0;.68;6676
+73097;44.45173;6.13002;900;20221120;8.9;-1.8;3.5;2.1;5.26;0;.68;6887
+73097;44.45173;6.13002;900;20221121;8;-2.2;2.9;1.9;5.73;3.8;.67;5440
+73097;44.45173;6.13002;900;20221122;8.3;2;5.2;2.7;6.16;.1;.82;5415
+73097;44.45173;6.13002;900;20221123;8.4;-2.8;2.8;1.9;5.66;1.1;.71;5855
+73097;44.45173;6.13002;900;20221124;12;-.2;5.9;1.8;5.93;0;.92;7037
+73097;44.45173;6.13002;900;20221125;11.7;0;5.9;1.8;6.03;0;.73;7043
+73097;44.45173;6.13002;900;20221126;10.3;-.6;4.9;2;5.36;0;.61;6106
+73097;44.45173;6.13002;900;20221127;10.3;-3.6;3.3;1.4;4.3;0;.75;7069
+73097;44.45173;6.13002;900;20221128;6.3;0;3.1;1.4;5.5;1.4;.66;3625
+73097;44.45173;6.13002;900;20221129;4.7;.1;2.4;1.9;6.43;.5;.35;3105
+73097;44.45173;6.13002;900;20221130;7.4;-2.1;2.7;.5;5.56;0;.31;5695
+73097;44.45173;6.13002;900;20221201;6.8;-3.9;1.5;.5;4.9;0;.31;6418
+73097;44.45173;6.13002;900;20221202;5.8;-2.8;1.5;1.1;4.83;.1;.48;4822
+73097;44.45173;6.13002;900;20221203;6.2;-1.2;2.5;3.8;5.8;4;.84;4163
+73097;44.45173;6.13002;900;20221204;6.8;3.5;5.2;2.3;6.9;17.9;.72;2940
+73097;44.45173;6.13002;900;20221205;7.1;-2.1;2.5;1.2;5.7;.1;.39;5900
+73097;44.45173;6.13002;900;20221206;8;-4.2;1.9;1.9;4.46;0;.58;6872
+73097;44.45173;6.13002;900;20221207;5.3;-5.2;0;1.2;4.16;0;.43;6186
+73097;44.45173;6.13002;900;20221208;5.8;-5.2;.3;1.9;4.56;17.3;.54;5558
+73097;44.45173;6.13002;900;20221209;4.3;1.9;3.1;2.4;7.2;15.9;.4;2291
+73097;44.45173;6.13002;900;20221210;5.4;.2;2.8;2.2;6.06;0;.39;2890
+73097;44.45173;6.13002;900;20221211;2;-5.8;-1.9;2.1;3.53;0;.5;5014
+73097;44.45173;6.13002;900;20221212;2.4;-9.3;-3.5;1.8;3.26;7.7;.47;6172
+73097;44.45173;6.13002;900;20221213;1.5;-1.7;-.1;2.6;6;7.1;.26;2462
+73097;44.45173;6.13002;900;20221214;5.7;.3;3;1.4;6.9;.1;.34;3394
+73097;44.45173;6.13002;900;20221215;5;0;2.5;2.5;6.9;30.9;.35;2792
+73097;44.45173;6.13002;900;20221216;5.3;1.3;3.3;1.8;6.83;0;.35;2767
+73097;44.45173;6.13002;900;20221217;6.4;-1.2;2.6;1.9;5.03;0;.59;5246
+73097;44.45173;6.13002;900;20221218;7.5;-5.2;1.2;2.2;4;0;.72;6700
+73097;44.45173;6.13002;900;20221219;8.6;-1.2;3.7;2.5;5.5;0;.87;5228
+73097;44.45173;6.13002;900;20221220;9.4;1.8;5.6;2.6;6.43;3;.94;4421
+73097;44.45173;6.13002;900;20221221;7.3;4;5.6;2;7.76;3.1;.63;2195
+73097;44.45173;6.13002;900;20221222;11.3;.7;6;1.7;7.4;1.4;.59;5639
+73097;44.45173;6.13002;900;20221223;10.7;4.6;7.7;2.2;8.96;0;.74;3313
+73097;44.45173;6.13002;900;20221224;13.4;6.4;9.9;1.9;8.7;0;.87;4325
+73097;44.45173;6.13002;900;20221225;15.4;0;7.7;1.8;6.4;0;.79;6688
+73097;44.45173;6.13002;900;20221226;12.1;-.2;6;1.4;6.76;0;.5;6076
+73097;44.45173;6.13002;900;20221227;10.8;1.3;6.1;1.5;6.73;0;.57;5664
+73097;44.45173;6.13002;900;20221228;10.1;-3.4;3.3;1.6;4.73;0;.63;6493
+73097;44.45173;6.13002;900;20221229;8.8;.3;4.6;2;6.36;.9;.72;4371
+73097;44.45173;6.13002;900;20221230;8.1;3.5;5.8;1.5;8.26;1.6;.42;2896
+73097;44.45173;6.13002;900;20221231;15.4;3.9;9.6;2.4;8.63;0;.92;5740
+73098;44.46291;6.44321;1082;20220101;17.6;1.3;9.5;.7;5.3;0;.51;6801
+73098;44.46291;6.44321;1082;20220102;15.9;1;8.4;1.5;5.23;0;.92;6694
+73098;44.46291;6.44321;1082;20220103;11;1.5;6.2;1.7;5.56;0;.85;5408
+73098;44.46291;6.44321;1082;20220104;10.7;0;5.4;1.2;5.98;1;.56;5495
+73098;44.46291;6.44321;1082;20220105;3.6;.6;2.1;3.8;5.03;.1;.97;3267
+73098;44.46291;6.44321;1082;20220106;1.7;-5.5;-1.9;2.3;3.21;.1;.71;5282
+73098;44.46291;6.44321;1082;20220107;3.7;-8;-2.1;1.7;3.16;.6;.59;6438
+73098;44.46291;6.44321;1082;20220108;4.2;-3.9;.1;1.8;4.81;6.3;.52;5456
+73098;44.46291;6.44321;1082;20220109;1.3;-.8;.2;3;5.08;.9;.59;3462
+73098;44.46291;6.44321;1082;20220110;2.8;-3.5;-.4;2;3.88;0;.6;4985
+73098;44.46291;6.44321;1082;20220111;2.7;-7.2;-2.2;1.4;3.13;0;.51;6177
+73098;44.46291;6.44321;1082;20220112;2.7;-9.7;-3.5;1.1;2.96;0;.44;6720
+73098;44.46291;6.44321;1082;20220113;8.5;-9.8;-.7;.7;3.11;0;.44;8090
+73098;44.46291;6.44321;1082;20220114;10.8;-5.2;2.8;.8;3.63;0;.53;7588
+73098;44.46291;6.44321;1082;20220115;13.1;-3.7;4.7;1;3.78;0;.71;7867
+73098;44.46291;6.44321;1082;20220116;9.3;-3.8;2.7;1.6;3.51;0;.89;7103
+73098;44.46291;6.44321;1082;20220117;6.5;-5.4;.6;1.5;3.36;0;.63;6985
+73098;44.46291;6.44321;1082;20220118;11.9;-6.8;2.6;1.1;3.51;0;.72;8455
+73098;44.46291;6.44321;1082;20220119;8;-3.9;2.1;1.7;4.11;0;.86;7107
+73098;44.46291;6.44321;1082;20220120;5.3;-3.7;.8;1.9;4.18;0;.73;6456
+73098;44.46291;6.44321;1082;20220121;2.3;-5.6;-1.7;1.7;3.48;0;.64;5923
+73098;44.46291;6.44321;1082;20220122;3.7;-8.1;-2.2;1;3.33;0;.47;7339
+73098;44.46291;6.44321;1082;20220123;10.4;-6.7;1.8;.8;3.63;0;.62;8549
+73098;44.46291;6.44321;1082;20220124;11;-4.6;3.2;.9;3.51;0;.75;8494
+73098;44.46291;6.44321;1082;20220125;9;-4.9;2.1;1;3.63;0;.73;8116
+73098;44.46291;6.44321;1082;20220126;9.7;-4.1;2.8;1.3;3.31;0;.91;8181
+73098;44.46291;6.44321;1082;20220127;11.3;-4.2;3.6;1.7;2.88;0;1.22;8692
+73098;44.46291;6.44321;1082;20220128;8.7;-4.2;2.3;1.7;3.41;0;1.08;8161
+73098;44.46291;6.44321;1082;20220129;8.5;-5.3;1.6;1.7;3.48;0;1.04;8291
+73098;44.46291;6.44321;1082;20220130;9.4;-4.4;2.5;1.8;4.28;0;.86;8545
+73098;44.46291;6.44321;1082;20220131;7.1;-4;1.5;3.6;4.08;.1;1.29;7670
+73098;44.46291;6.44321;1082;20220201;6.1;-4.9;.6;3.7;3.78;0;1.1;8000
+73098;44.46291;6.44321;1082;20220202;13.3;-1;6.1;3.3;5.13;0;1.71;8779
+73098;44.46291;6.44321;1082;20220203;14;-2.1;5.9;1;4.98;0;.98;9301
+73098;44.46291;6.44321;1082;20220204;11.1;-2.5;4.3;2.1;5.26;0;1.19;9143
+73098;44.46291;6.44321;1082;20220205;8.7;-1;3.8;1.8;5.18;0;.97;7837
+73098;44.46291;6.44321;1082;20220206;7.4;-4.4;1.5;2.1;4.31;0;1.08;8696
+73098;44.46291;6.44321;1082;20220207;9.3;.5;4.9;3.6;4.61;0;1.74;7748
+73098;44.46291;6.44321;1082;20220208;10.7;-4.5;3.1;1.4;3.81;0;1.15;10241
+73098;44.46291;6.44321;1082;20220209;13.5;-3;5.2;1.3;3.81;0;1.3;10655
+73098;44.46291;6.44321;1082;20220210;5.6;-2.3;1.6;2.8;4.05;0;2.07;11400
+73098;44.46291;6.44321;1082;20220211;11.3;-2;4.7;3;4.45;0;1.86;10600
+73098;44.46291;6.44321;1082;20220212;10.3;-.6;4.9;4.8;3.35;0;2.66;11500
+73098;44.46291;6.44321;1082;20220213;9.9;.6;5.3;3.1;4.25;2;1.94;10800
+73098;44.46291;6.44321;1082;20220214;3.5;-1.1;1.2;1.7;5.65;12.1;.71;3018
+73098;44.46291;6.44321;1082;20220215;7.3;-1.3;3;1.2;5.65;0;.99;11900
+73098;44.46291;6.44321;1082;20220216;5.8;-4.3;.8;1.8;5.66;0;.79;9750
+73098;44.46291;6.44321;1082;20220217;14.2;2.9;8.5;2.9;7.16;0;1.69;9737
+73098;44.46291;6.44321;1082;20220218;17.7;.4;9;2;6.46;0;1.88;12267
+73098;44.46291;6.44321;1082;20220219;7.6;1.4;4.5;2.2;5.86;0;1.15;7881
+73098;44.46291;6.44321;1082;20220220;11.2;-3.3;3.9;2;4.68;0;1.49;11773
+73098;44.46291;6.44321;1082;20220221;6.4;.4;3.4;3.6;5.56;2.9;1.29;8024
+73098;44.46291;6.44321;1082;20220222;9.1;-2.2;3.4;2.7;4.93;0;1.44;10993
+73098;44.46291;6.44321;1082;20220223;14;-1.8;6.1;1.8;4.58;0;1.8;12856
+73098;44.46291;6.44321;1082;20220224;10.7;-.3;5.2;2.6;4.91;0;1.76;11121
+73098;44.46291;6.44321;1082;20220225;7.9;-.7;3.6;3.1;4.23;0;1.74;10279
+73098;44.46291;6.44321;1082;20220226;9.4;-3.8;2.8;2.2;2.81;0;1.89;12751
+73098;44.46291;6.44321;1082;20220227;8.3;-5.6;1.4;1.8;3.46;.1;1.49;12551
+73098;44.46291;6.44321;1082;20220228;10.1;-5.3;2.4;1.8;3.21;0;1.72;13866
+73098;44.46291;6.44321;1082;20220301;10.2;-3.7;3.2;1.8;4.03;0;1.62;13113
+73098;44.46291;6.44321;1082;20220302;9.5;-2.6;3.4;1.6;5.08;0;1.4;11984
+73098;44.46291;6.44321;1082;20220303;11.9;-1.4;5.3;1.8;5.36;0;1.65;12760
+73098;44.46291;6.44321;1082;20220304;10.8;-1;4.9;2.1;5.01;0;1.73;12625
+73098;44.46291;6.44321;1082;20220305;7.8;-2.5;2.7;1.9;3.86;0;1.6;11469
+73098;44.46291;6.44321;1082;20220306;6.5;-5.1;.7;1.6;3.71;0;1.37;11844
+73098;44.46291;6.44321;1082;20220307;8.7;-6;1.4;1.7;3.58;0;1.61;14298
+73098;44.46291;6.44321;1082;20220308;9.7;-5.5;2.1;1.8;3.98;0;1.69;14779
+73098;44.46291;6.44321;1082;20220309;12;-2.7;4.7;1.8;4.66;0;1.88;14688
+73098;44.46291;6.44321;1082;20220310;11.9;-3.9;4;1.9;4.81;0;1.86;15185
+73098;44.46291;6.44321;1082;20220311;9.8;1.3;5.5;3.7;4.83;0;2.15;10474
+73098;44.46291;6.44321;1082;20220312;9.8;3.5;6.7;5.1;4.16;.1;2.76;8725
+73098;44.46291;6.44321;1082;20220313;5.2;2.9;4;4.9;5.58;5.8;1.52;4906
+73098;44.46291;6.44321;1082;20220314;11.8;.3;6;3.3;7.08;1.2;1.82;12851
+73098;44.46291;6.44321;1082;20220315;15.3;5.4;10.3;3.3;7.31;0;2.51;11378
+73098;44.46291;6.44321;1082;20220316;17.7;3.1;10.4;1.7;6.93;0;2.35;14470
+73098;44.46291;6.44321;1082;20220317;13;3.6;8.3;1.5;8.08;0;1.64;11078
+73098;44.46291;6.44321;1082;20220318;15.4;7.1;11.3;6.8;5.75;.1;4.2;9700
+73098;44.46291;6.44321;1082;20220319;15.9;7.2;11.6;6.4;3.85;0;5.02;14900
+73098;44.46291;6.44321;1082;20220320;11.2;4.5;7.9;5.7;4.05;0;3.58;10500
+73098;44.46291;6.44321;1082;20220321;13.1;2.1;7.6;4.6;3.55;0;3.81;18300
+73098;44.46291;6.44321;1082;20220322;14.1;1.3;7.7;6.6;2.15;0;5.03;20200
+73098;44.46291;6.44321;1082;20220323;16.8;3.8;10.3;5.8;2.35;0;5.39;20300
+73098;44.46291;6.44321;1082;20220324;17.3;2.5;9.9;4.1;3.05;0;4.53;20400
+73098;44.46291;6.44321;1082;20220325;17;2.1;9.6;3.9;3.25;0;4.32;19800
+73098;44.46291;6.44321;1082;20220326;16.9;4.9;10.9;6.2;3.05;0;5.46;19900
+73098;44.46291;6.44321;1082;20220327;15.3;6.2;10.8;5.1;2.85;0;4.63;11500
+73098;44.46291;6.44321;1082;20220328;17.7;3.3;10.5;3.7;3.45;0;4.43;20500
+73098;44.46291;6.44321;1082;20220329;16.7;2.2;9.5;3.1;4.85;1.4;3.52;16600
+73098;44.46291;6.44321;1082;20220330;9.2;3.9;6.6;1.6;8.18;1.2;1.39;8473
+73098;44.46291;6.44321;1082;20220331;13.2;-.3;6.5;2.7;6.95;.7;2.74;21600
+73098;44.46291;6.44321;1082;20220401;3;-.2;1.4;2.5;4.95;3;1.31;7300
+73098;44.46291;6.44321;1082;20220402;3.1;-3.8;-.4;4.9;3.62;0;2.39;15708
+73098;44.46291;6.44321;1082;20220403;7.2;-5.3;1;1.6;4.45;.4;1.8;15300
+73098;44.46291;6.44321;1082;20220404;9.8;-4.1;2.9;1.9;4.75;0;2.48;22200
+73098;44.46291;6.44321;1082;20220405;16.2;-2.3;7;2.3;4.65;0;3.46;23300
+73098;44.46291;6.44321;1082;20220406;14.8;.3;7.6;2.8;5.95;0;3.05;18200
+73098;44.46291;6.44321;1082;20220407;13.8;4.4;9.1;3.1;8.05;11.3;2.33;10700
+73098;44.46291;6.44321;1082;20220408;13.6;4.2;8.9;2.3;10.05;9.6;1.89;11900
+73098;44.46291;6.44321;1082;20220409;8.6;3.2;5.9;4;4.95;0;2.94;17700
+73098;44.46291;6.44321;1082;20220410;13.9;-3.6;5.2;1.6;3.85;0;3.15;24700
+73098;44.46291;6.44321;1082;20220411;13.3;-1.1;6.1;2;5.35;0;2.4;13100
+73098;44.46291;6.44321;1082;20220412;18.3;2.7;10.5;3.6;7.05;0;3.66;16600
+73098;44.46291;6.44321;1082;20220413;22.7;7.5;15.1;3.3;7.25;0;4.74;19800
+73098;44.46291;6.44321;1082;20220414;22;5.3;13.7;2.8;6.95;0;4.57;22900
+73098;44.46291;6.44321;1082;20220415;23.6;8;15.8;3.3;8.05;0;5.17;24300
+73098;44.46291;6.44321;1082;20220416;22.7;8.1;15.4;3;8.15;0;4.83;23500
+73098;44.46291;6.44321;1082;20220417;18.9;6.4;12.7;2.8;7.45;0;4.33;24900
+73098;44.46291;6.44321;1082;20220418;18.1;4.1;11.1;2.6;7.05;0;4.06;24600
+73098;44.46291;6.44321;1082;20220419;19.2;2.7;11;2.7;5.95;0;4.3;24200
+73098;44.46291;6.44321;1082;20220420;18.3;3.9;11.1;2.4;8.15;2.3;3.06;14600
+73098;44.46291;6.44321;1082;20220421;16.8;6.8;11.8;7.3;7.05;0;4.82;18900
+73098;44.46291;6.44321;1082;20220422;17.9;9.2;13.6;4.2;7.65;1.3;4.37;18500
+73098;44.46291;6.44321;1082;20220423;9.9;6.9;8.4;2.7;8.32;18.4;1.95;7138
+73098;44.46291;6.44321;1082;20220424;11.2;1.6;6.4;2.2;8.05;.1;1.86;11500
+73098;44.46291;6.44321;1082;20220425;16.2;6;11.1;2.1;8.45;.1;3.67;24100
+73098;44.46291;6.44321;1082;20220426;17.7;2.5;10.1;2.6;7.05;0;4.15;26500
+73098;44.46291;6.44321;1082;20220427;20.6;2.8;11.7;2.5;6.65;0;4.66;27100
+73098;44.46291;6.44321;1082;20220428;20.9;4.8;12.9;2.1;7.75;0;4.53;27000
+73098;44.46291;6.44321;1082;20220429;21.3;5.4;13.4;2.5;7.55;0;4.69;25700
+73098;44.46291;6.44321;1082;20220430;18.7;6.2;12.5;2;7.45;.1;3.97;22700
+73098;44.46291;6.44321;1082;20220501;18.7;2.5;10.6;2.8;6.85;0;4.47;27000
+73098;44.46291;6.44321;1082;20220502;18.9;3.9;11.4;2.2;7.85;.5;4.22;26200
+73098;44.46291;6.44321;1082;20220503;19.2;6.4;12.8;2.1;9.25;.5;3.42;17600
+73098;44.46291;6.44321;1082;20220504;18.1;4.5;11.3;2.2;9.25;3.1;3.52;21000
+73098;44.46291;6.44321;1082;20220505;10.9;7.2;9.1;1.4;10.55;11.5;1.49;8000
+73098;44.46291;6.44321;1082;20220506;14.4;6;10.2;1.8;9.23;0;2.75;17065
+73098;44.46291;6.44321;1082;20220507;16.6;6.4;11.5;1.6;9.91;3;2.97;18423
+73098;44.46291;6.44321;1082;20220508;17.9;6.9;12.4;1.3;10.58;3.8;3.02;18975
+73098;44.46291;6.44321;1082;20220509;19.5;5.1;12.3;1.2;10.16;.9;3.34;21321
+73098;44.46291;6.44321;1082;20220510;21.2;5.4;13.3;1.4;10.33;0;3.91;24720
+73098;44.46291;6.44321;1082;20220511;23;7.3;15.2;1.7;10.58;0;4.29;24890
+73098;44.46291;6.44321;1082;20220512;23.6;6;14.8;1.6;9.88;0;4.42;25841
+73098;44.46291;6.44321;1082;20220513;22.4;7.3;14.9;1.5;10.86;0;4.04;23652
+73098;44.46291;6.44321;1082;20220514;24.1;9.1;16.6;1.7;11.73;.1;4.33;23655
+73098;44.46291;6.44321;1082;20220515;23;8.2;15.6;1.5;12.08;4.2;3.89;21953
+73098;44.46291;6.44321;1082;20220516;24.1;8.2;16.1;1.6;11.48;.6;4.38;24651
+73098;44.46291;6.44321;1082;20220517;26.2;9.4;17.8;1.7;11.46;0;4.9;25924
+73098;44.46291;6.44321;1082;20220518;27.1;11.2;19.2;2.2;11.86;12.6;5.27;25606
+73098;44.46291;6.44321;1082;20220519;25.4;10.8;18.1;2;12.16;.6;4.81;24501
+73098;44.46291;6.44321;1082;20220520;25.8;10.6;18.2;1.9;11.28;0;4.96;25241
+73098;44.46291;6.44321;1082;20220521;28.1;9.1;18.6;1.7;11.41;0;5.31;27517
+73098;44.46291;6.44321;1082;20220522;30.4;12.1;21.3;1.5;12.68;0;5.47;26508
+73098;44.46291;6.44321;1082;20220523;24.8;12.1;18.5;1.9;11.31;0;4.42;21109
+73098;44.46291;6.44321;1082;20220524;20.5;10.9;15.7;1.9;11.18;2.4;3.78;19839
+73098;44.46291;6.44321;1082;20220525;16.4;8.2;12.3;1;11.16;1.1;2.68;15951
+73098;44.46291;6.44321;1082;20220526;22.6;8.2;15.4;1.7;11.63;1.7;4.13;23066
+73098;44.46291;6.44321;1082;20220527;25.2;10.1;17.6;1.9;12.48;.7;4.76;25026
+73098;44.46291;6.44321;1082;20220528;23;9.4;16.2;2;10.96;.2;4.56;24468
+73098;44.46291;6.44321;1082;20220529;20.1;6.5;13.3;2.3;8.48;0;4.49;25197
+73098;44.46291;6.44321;1082;20220530;20.3;3.2;11.7;1.6;7.93;.2;4.19;25991
+73098;44.46291;6.44321;1082;20220531;20.5;8;14.2;1.5;9.98;.1;3.75;20709
+73098;44.46291;6.44321;1082;20220601;26;7.1;16.6;1.6;10.96;0;4.98;27207
+73098;44.46291;6.44321;1082;20220602;27.7;10.1;18.9;1.4;11.93;0;5.18;27245
+73098;44.46291;6.44321;1082;20220603;24.5;14.2;19.3;1.9;13.51;9;4.21;19321
+73098;44.46291;6.44321;1082;20220604;28.3;13.9;21.1;2.4;13.4;.6;5.58;23886
+73098;44.46291;6.44321;1082;20220605;26.8;14.5;20.6;2.7;12.27;.8;5.5;23776
+73098;44.46291;6.44321;1082;20220606;25.8;8.9;17.4;2.3;11.37;0;5.47;27989
+73098;44.46291;6.44321;1082;20220607;23;10.4;16.7;2.7;10.4;0;5.19;25893
+73098;44.46291;6.44321;1082;20220608;20.4;7.9;14.1;2.1;9.37;.2;4.17;21648
+73098;44.46291;6.44321;1082;20220609;18.7;9.1;13.9;3.4;9.33;0;4.26;21869
+73098;44.46291;6.44321;1082;20220610;23.7;5.3;14.5;2.2;8.36;0;5.2;28687
+73098;44.46291;6.44321;1082;20220611;27.3;8;17.6;1.9;9.68;0;5.73;29329
+73098;44.46291;6.44321;1082;20220612;29.9;10.6;20.3;1.9;9.93;0;6.17;29309
+73098;44.46291;6.44321;1082;20220613;27.9;12.3;20.1;2.1;11.23;0;5.71;26934
+73098;44.46291;6.44321;1082;20220614;30.2;10.6;20.4;1.7;11.08;0;5.96;29497
+73098;44.46291;6.44321;1082;20220615;29;12.8;20.9;1.5;12.28;.5;5.18;24666
+73098;44.46291;6.44321;1082;20220616;30.6;12.9;21.8;2.4;11.28;0;6.48;28301
+73098;44.46291;6.44321;1082;20220617;31.8;14.1;22.9;2.1;11.23;0;6.43;28048
+73098;44.46291;6.44321;1082;20220618;31.4;14.7;23;1.9;13.88;4;5.99;26555
+73098;44.46291;6.44321;1082;20220619;29.6;16.9;23.2;2.6;13.83;0;5.96;24653
+73098;44.46291;6.44321;1082;20220620;29.6;15;22.3;2.7;11.18;0;6.27;25947
+73098;44.46291;6.44321;1082;20220621;29.2;14.9;22;1.8;12.51;3.3;5.06;21830
+73098;44.46291;6.44321;1082;20220622;22.9;14.4;18.6;2.1;15.63;6.2;3.61;17298
+73098;44.46291;6.44321;1082;20220623;23.2;12.4;17.8;1.8;14.16;1.3;3.87;19460
+73098;44.46291;6.44321;1082;20220624;21.4;11.9;16.6;1.5;12.83;12;3.63;18943
+73098;44.46291;6.44321;1082;20220625;24.8;8.2;16.5;1.9;11.06;0;5.07;27483
+73098;44.46291;6.44321;1082;20220626;28.4;13.3;20.8;2.3;12.56;0;5.51;24706
+73098;44.46291;6.44321;1082;20220627;27.2;14.4;20.8;2.1;14.16;0;5.28;24349
+73098;44.46291;6.44321;1082;20220628;22.7;13.3;18;1.7;14.71;18;3.54;17275
+73098;44.46291;6.44321;1082;20220629;27.9;10.9;19.4;1.9;13.16;0;5.52;27833
+73098;44.46291;6.44321;1082;20220630;27.2;12;19.6;1.6;13.26;0;5.01;24622
+73098;44.46291;6.44321;1082;20220701;23.3;10.8;17.1;2;12.01;.1;4.66;24586
+73098;44.46291;6.44321;1082;20220702;30.3;8;19.2;1.5;9.48;0;6.01;30811
+73098;44.46291;6.44321;1082;20220703;32.5;12.2;22.3;1.9;10.66;.7;6.46;29330
+73098;44.46291;6.44321;1082;20220704;30.2;15.9;23.1;1.9;13.83;6.8;5.58;24296
+73098;44.46291;6.44321;1082;20220705;28.1;12.7;20.4;2.1;13.08;0;5.54;26497
+73098;44.46291;6.44321;1082;20220706;27.8;11.5;19.7;1.8;11.66;0;5.52;27214
+73098;44.46291;6.44321;1082;20220707;26.7;11.3;19;1.8;11.91;0;5.23;26330
+73098;44.46291;6.44321;1082;20220708;27.1;11.7;19.4;2.1;11.61;0;5.44;26223
+73098;44.46291;6.44321;1082;20220709;27.9;11.5;19.7;1.8;12.06;0;5.31;25893
+73098;44.46291;6.44321;1082;20220710;28.4;12.2;20.3;2;12.13;0;5.59;26438
+73098;44.46291;6.44321;1082;20220711;29.6;12.8;21.2;1.8;13.26;0;5.64;26954
+73098;44.46291;6.44321;1082;20220712;29.8;12.3;21.1;1.6;12.33;0;5.63;27522
+73098;44.46291;6.44321;1082;20220713;29.9;13;21.4;1.7;13.33;5.5;5.58;26818
+73098;44.46291;6.44321;1082;20220714;31.9;14.6;23.3;1.7;13.71;0;5.96;27320
+73098;44.46291;6.44321;1082;20220715;32;14.2;23.1;2.2;11.28;0;6.47;27553
+73098;44.46291;6.44321;1082;20220716;31.4;13.8;22.6;2;11.48;0;6.15;27230
+73098;44.46291;6.44321;1082;20220717;32.4;14.6;23.5;1.8;13.46;0;6.01;26928
+73098;44.46291;6.44321;1082;20220718;33.2;16.1;24.6;1.7;15.28;.8;5.9;25918
+73098;44.46291;6.44321;1082;20220719;32.2;15.5;23.9;1.6;15.98;.2;5.58;25176
+73098;44.46291;6.44321;1082;20220720;31.6;16.2;23.9;2;14.76;0;5.81;25060
+73098;44.46291;6.44321;1082;20220721;32.3;14;23.1;1.9;12.91;0;6.01;27277
+73098;44.46291;6.44321;1082;20220722;33.7;14.7;24.2;1.9;12.18;0;6.37;27761
+73098;44.46291;6.44321;1082;20220723;31.8;15.1;23.5;1.7;14.08;.8;5.54;25002
+73098;44.46291;6.44321;1082;20220724;33.4;14.2;23.8;1.8;14.31;0;6.05;27408
+73098;44.46291;6.44321;1082;20220725;33.3;15;24.1;1.7;13.28;1.3;5.8;25642
+73098;44.46291;6.44321;1082;20220726;28.6;14.2;21.4;2.3;13.16;0;5.41;24421
+73098;44.46291;6.44321;1082;20220727;28.5;12.1;20.3;2;12.53;0;5.31;25412
+73098;44.46291;6.44321;1082;20220728;29.3;12.4;20.8;1.7;11.88;0;5.23;24755
+73098;44.46291;6.44321;1082;20220729;23.5;13.6;18.6;1.6;12.63;1.2;3.78;17964
+73098;44.46291;6.44321;1082;20220730;27.8;12;19.9;2.1;11.71;0;5.23;24829
+73098;44.46291;6.44321;1082;20220731;29.9;12.1;21;1.7;10.41;0;5.46;25881
+73098;44.46291;6.44321;1082;20220801;31.7;14.2;22.9;2;11.13;0;5.88;25697
+73098;44.46291;6.44321;1082;20220802;31.4;14;22.7;2;11.21;0;5.84;25691
+73098;44.46291;6.44321;1082;20220803;31.4;14.1;22.7;1.5;13.28;0;5.23;24599
+73098;44.46291;6.44321;1082;20220804;31;17.1;24;1.3;15.76;3.6;4.64;20641
+73098;44.46291;6.44321;1082;20220805;32.3;14.4;23.4;2;15.18;1.3;5.46;23869
+73098;44.46291;6.44321;1082;20220806;30.2;13.7;22;2.4;13.93;.5;5.58;24740
+73098;44.46291;6.44321;1082;20220807;28.9;13.1;21;1.9;13.48;.9;5;23703
+73098;44.46291;6.44321;1082;20220808;29.8;12.8;21.3;1.9;12.96;.1;5.24;24400
+73098;44.46291;6.44321;1082;20220809;30.8;13.9;22.4;1.6;12.61;.3;5.17;24212
+73098;44.46291;6.44321;1082;20220810;29.4;14.9;22.1;2;13.43;3;4.97;21868
+73098;44.46291;6.44321;1082;20220811;29.9;12.6;21.2;2;13.03;0;5.09;23496
+73098;44.46291;6.44321;1082;20220812;30.7;12.1;21.4;2;11.23;0;5.42;24830
+73098;44.46291;6.44321;1082;20220813;29.9;13.1;21.5;2.1;9.56;.6;5.4;23374
+73098;44.46291;6.44321;1082;20220814;23.4;14.5;19;1.7;13.68;13.5;3.39;15112
+73098;44.46291;6.44321;1082;20220815;26.1;9.6;17.9;1.5;12.11;.2;4.18;22286
+73098;44.46291;6.44321;1082;20220816;27.7;10.1;18.9;1.8;11.88;.2;4.62;23106
+73098;44.46291;6.44321;1082;20220817;24.6;15.5;20.1;2.5;13.18;16;3.78;14981
+73098;44.46291;6.44321;1082;20220818;20.4;9.6;15;2.5;13.48;19.7;2.99;15942
+73098;44.46291;6.44321;1082;20220819;22.5;10.1;16.3;2.7;12.73;0;3.76;19680
+73098;44.46291;6.44321;1082;20220820;25.3;11.4;18.4;2.1;12.93;.1;4.17;21140
+73098;44.46291;6.44321;1082;20220821;25.8;12.2;19;2;13.33;.6;4.14;20663
+73098;44.46291;6.44321;1082;20220822;25.2;11.2;18.2;1.7;12.71;0;3.99;20782
+73098;44.46291;6.44321;1082;20220823;27.2;11.6;19.4;1.6;12.68;0;4.28;21697
+73098;44.46291;6.44321;1082;20220824;28.6;12.4;20.5;1.5;13.33;0;4.32;21840
+73098;44.46291;6.44321;1082;20220825;28.6;13.2;20.9;1.7;14.11;.1;4.22;20237
+73098;44.46291;6.44321;1082;20220826;26.1;14.6;20.4;2;14.58;3.7;3.88;17999
+73098;44.46291;6.44321;1082;20220827;25.8;12.6;19.2;1.9;14.36;0;3.86;19604
+73098;44.46291;6.44321;1082;20220828;27.2;12;19.6;1.4;13.71;.1;3.92;20761
+73098;44.46291;6.44321;1082;20220829;28.4;11;19.7;1.5;12.28;.2;4.24;21737
+73098;44.46291;6.44321;1082;20220830;25.9;14.4;20.1;2;14.23;4.2;3.66;16131
+73098;44.46291;6.44321;1082;20220831;23.2;10.6;16.9;1.9;14.11;1.4;3.26;17888
+73098;44.46291;6.44321;1082;20220901;25.8;11.1;18.5;1.8;12.78;0;3.82;19894
+73098;44.46291;6.44321;1082;20220902;22.5;10.5;16.5;1.3;12.53;1.4;2.91;15628
+73098;44.46291;6.44321;1082;20220903;23.7;11.6;17.6;1.4;13.18;7.1;3.05;16134
+73098;44.46291;6.44321;1082;20220904;25.3;9.3;17.3;1.2;13.06;.1;3.44;20147
+73098;44.46291;6.44321;1082;20220905;26.1;12.1;19.1;1.5;13.56;2.2;3.47;17552
+73098;44.46291;6.44321;1082;20220906;26.4;12.5;19.4;2.1;14.28;1.8;3.73;17214
+73098;44.46291;6.44321;1082;20220907;25.3;12.6;19;2.3;14.63;8.4;3.51;16772
+73098;44.46291;6.44321;1082;20220908;22.1;10.2;16.1;1.6;12.88;0;2.96;17051
+73098;44.46291;6.44321;1082;20220909;21;7.7;14.3;1.8;9.76;0;3.08;17092
+73098;44.46291;6.44321;1082;20220910;20.4;6.8;13.6;2.2;9.33;0;3.12;17775
+73098;44.46291;6.44321;1082;20220911;23;7;15;2;9.48;0;3.43;19056
+73098;44.46291;6.44321;1082;20220912;27;7.6;17.3;1.6;10.48;0;3.72;20311
+73098;44.46291;6.44321;1082;20220913;26.5;10.8;18.7;1.6;12.46;.6;3.42;17022
+73098;44.46291;6.44321;1082;20220914;19.5;14.3;16.9;2.2;14.51;20;2.06;8731
+73098;44.46291;6.44321;1082;20220915;22.7;9.8;16.3;1.9;13.03;0;2.98;17060
+73098;44.46291;6.44321;1082;20220916;20.1;10.3;15.2;2.2;11.66;0;2.74;14808
+73098;44.46291;6.44321;1082;20220917;16.3;6.3;11.3;3.1;7.23;0;2.93;14771
+73098;44.46291;6.44321;1082;20220918;18.5;2;10.2;1.9;7.08;0;2.74;17709
+73098;44.46291;6.44321;1082;20220919;19.2;3.7;11.5;2;7.33;0;2.84;17296
+73098;44.46291;6.44321;1082;20220920;19.6;3.5;11.5;1.8;8.16;0;2.7;17203
+73098;44.46291;6.44321;1082;20220921;19.9;4.4;12.2;1.5;9.18;.5;2.54;16477
+73098;44.46291;6.44321;1082;20220922;19.3;8;13.7;1.3;10.01;0;2.36;14572
+73098;44.46291;6.44321;1082;20220923;18.5;4.9;11.7;1.4;9.78;5.4;2.19;14182
+73098;44.46291;6.44321;1082;20220924;13.4;9.9;11.7;1.3;11.78;14.9;1.23;6734
+73098;44.46291;6.44321;1082;20220925;15.3;7.4;11.3;1.7;10.48;2.1;1.75;10922
+73098;44.46291;6.44321;1082;20220926;15.7;4.8;10.3;1.8;8.46;.2;2.07;13718
+73098;44.46291;6.44321;1082;20220927;13;6.4;9.7;2.2;8.03;.2;1.96;11247
+73098;44.46291;6.44321;1082;20220928;14.1;5.2;9.7;1.8;9.48;8.3;1.65;10370
+73098;44.46291;6.44321;1082;20220929;14.2;7.1;10.6;1.9;9.91;.1;1.69;10555
+73098;44.46291;6.44321;1082;20220930;10.5;4.2;7.4;1.5;8.58;4.8;1.22;8321
+73098;44.46291;6.44321;1082;20221001;12.5;3.1;7.8;1.6;9.46;0;1.38;11315
+73098;44.46291;6.44321;1082;20221002;21;8.8;14.9;2.3;11.33;0;2.47;13489
+73098;44.46291;6.44321;1082;20221003;19.9;7;13.4;1.7;9.76;0;2.28;13787
+73098;44.46291;6.44321;1082;20221004;22.8;5.3;14.1;1.4;9.06;0;2.47;15515
+73098;44.46291;6.44321;1082;20221005;21.1;6.3;13.7;1.5;10.03;.6;2.25;14210
+73098;44.46291;6.44321;1082;20221006;20.7;5.7;13.2;1.6;10.26;0;2.16;14177
+73098;44.46291;6.44321;1082;20221007;20.8;6.6;13.7;1.4;9.93;0;2.14;13606
+73098;44.46291;6.44321;1082;20221008;15.2;8.2;11.7;1.2;11.28;2.9;1.27;8003
+73098;44.46291;6.44321;1082;20221009;14.9;10;12.5;.7;12.81;4.8;1.08;6663
+73098;44.46291;6.44321;1082;20221010;18.6;9.6;14.1;.9;11.96;.1;1.5;9650
+73098;44.46291;6.44321;1082;20221011;20.4;6.8;13.6;1.4;10.63;.1;1.93;12833
+73098;44.46291;6.44321;1082;20221012;18.1;8.3;13.2;1.3;10.93;.2;1.66;10290
+73098;44.46291;6.44321;1082;20221013;17;4.8;10.9;1.3;9.86;0;1.54;10938
+73098;44.46291;6.44321;1082;20221014;17.8;6.9;12.4;1.6;10.56;0;1.65;10713
+73098;44.46291;6.44321;1082;20221015;22.1;5.6;13.8;1.4;10.18;0;2;13250
+73098;44.46291;6.44321;1082;20221016;20.5;7.4;13.9;1.7;10.33;0;1.88;10690
+73098;44.46291;6.44321;1082;20221017;21.7;9;15.4;1.9;10.68;0;2.1;11286
+73098;44.46291;6.44321;1082;20221018;22.8;8.2;15.5;1.6;10.28;0;2.09;11907
+73098;44.46291;6.44321;1082;20221019;23.9;7;15.4;1.7;9.03;0;2.26;12661
+73098;44.46291;6.44321;1082;20221020;18.5;9;13.8;2.1;10.08;6.2;1.81;8130
+73098;44.46291;6.44321;1082;20221021;14.9;11.8;13.4;2.9;13.13;6.1;1.12;4042
+73098;44.46291;6.44321;1082;20221022;16.7;11;13.9;2.1;12.51;1.9;1.3;6513
+73098;44.46291;6.44321;1082;20221023;19;11.4;15.2;2.5;11.08;1.5;1.87;6718
+73098;44.46291;6.44321;1082;20221024;17.7;13.1;15.4;2.3;11.96;3.9;1.61;5320
+73098;44.46291;6.44321;1082;20221025;19.4;7.1;13.3;1.6;10.36;0;1.55;9736
+73098;44.46291;6.44321;1082;20221026;23;8.3;15.6;1.6;9.58;0;1.91;10688
+73098;44.46291;6.44321;1082;20221027;23.4;8.8;16.1;1.7;9.78;0;1.95;10566
+73098;44.46291;6.44321;1082;20221028;24.6;8.6;16.6;1.6;8.91;0;2.01;10856
+73098;44.46291;6.44321;1082;20221029;23.1;8.6;15.8;1.7;8.31;0;2;10208
+73098;44.46291;6.44321;1082;20221030;21.1;8.4;14.8;1.9;8.13;0;1.94;9356
+73098;44.46291;6.44321;1082;20221031;19.9;6.6;13.2;2;8.13;3.4;1.81;9848
+73098;44.46291;6.44321;1082;20221101;17.2;8.6;12.9;1.8;10.06;19.1;1.38;7527
+73098;44.46291;6.44321;1082;20221102;15.1;3.9;9.5;1.2;8.96;.1;1.02;8757
+73098;44.46291;6.44321;1082;20221103;9.4;2.6;6;1.9;8.53;31.6;.7;5246
+73098;44.46291;6.44321;1082;20221104;7.8;1.3;4.5;2.1;7.16;1.3;.78;6457
+73098;44.46291;6.44321;1082;20221105;10.1;0;5.1;2.1;5.93;0;.95;8238
+73098;44.46291;6.44321;1082;20221106;14.7;-1.2;6.8;1.3;5.43;0;1.13;9652
+73098;44.46291;6.44321;1082;20221107;16.8;.3;8.5;1.4;5.61;0;1.26;9951
+73098;44.46291;6.44321;1082;20221108;13.9;1.3;7.6;1.9;6.48;0;1.18;8243
+73098;44.46291;6.44321;1082;20221109;12.4;7.7;10;1.9;9.31;20.8;.98;4263
+73098;44.46291;6.44321;1082;20221110;13.3;4.2;8.7;1.8;8.71;0;.96;7400
+73098;44.46291;6.44321;1082;20221111;17.8;2.1;9.9;1.6;7.13;0;1.29;9171
+73098;44.46291;6.44321;1082;20221112;15;3.3;9.2;1.3;6.91;0;1.12;7314
+73098;44.46291;6.44321;1082;20221113;14.9;5.3;10.1;1;7.01;0;.98;6487
+73098;44.46291;6.44321;1082;20221114;9.8;2.4;6.1;1.4;7.46;1;.7;5064
+73098;44.46291;6.44321;1082;20221115;8.9;5.8;7.3;2;9.71;8.8;.52;3132
+73098;44.46291;6.44321;1082;20221116;12.8;4;8.4;1.4;8.51;0;.78;6772
+73098;44.46291;6.44321;1082;20221117;13.4;1.8;7.6;1.9;8.08;7.4;.89;7152
+73098;44.46291;6.44321;1082;20221118;9.3;3.8;6.6;2.4;7.11;.1;.94;5647
+73098;44.46291;6.44321;1082;20221119;7.5;-.7;3.4;1.6;5.43;0;.68;6228
+73098;44.46291;6.44321;1082;20221120;7.2;-1.5;2.8;1.8;4.93;0;.71;6429
+73098;44.46291;6.44321;1082;20221121;6.4;-2.1;2.1;1.8;5.43;4.3;.64;5259
+73098;44.46291;6.44321;1082;20221122;6.2;1;3.6;2.5;5.83;0;.77;5068
+73098;44.46291;6.44321;1082;20221123;7;-2.4;2.3;1.8;5.48;.7;.69;5610
+73098;44.46291;6.44321;1082;20221124;10.8;0;5.4;1.8;5.61;0;.93;6726
+73098;44.46291;6.44321;1082;20221125;11.3;.8;6;1.8;5.71;0;.87;6633
+73098;44.46291;6.44321;1082;20221126;9.1;-.6;4.3;1.5;5.13;0;.65;6224
+73098;44.46291;6.44321;1082;20221127;9.8;-3.2;3.3;1.4;4.18;0;.78;6776
+73098;44.46291;6.44321;1082;20221128;5.4;.1;2.7;1.3;5.28;.2;.63;3667
+73098;44.46291;6.44321;1082;20221129;3.3;.1;1.7;1.2;6.16;.4;.4;2874
+73098;44.46291;6.44321;1082;20221130;6.4;-2.9;1.7;1;5.28;0;.37;5980
+73098;44.46291;6.44321;1082;20221201;5.3;-3.5;.9;.9;4.88;0;.37;5855
+73098;44.46291;6.44321;1082;20221202;4.6;-3.8;.4;1;4.66;.1;.44;5008
+73098;44.46291;6.44321;1082;20221203;4.1;-1.5;1.3;3.6;5.68;2;.76;3800
+73098;44.46291;6.44321;1082;20221204;5.4;2.4;3.9;2.4;6.61;12.9;.69;2800
+73098;44.46291;6.44321;1082;20221205;5.8;-1.8;2;1;5.56;.1;.39;5239
+73098;44.46291;6.44321;1082;20221206;6.8;-4.8;1;1.6;4.33;0;.53;6488
+73098;44.46291;6.44321;1082;20221207;3.1;-5.5;-1.2;1.3;4.01;0;.44;5640
+73098;44.46291;6.44321;1082;20221208;4.4;-7.2;-1.4;1.3;4.23;15;.44;5748
+73098;44.46291;6.44321;1082;20221209;4.2;1.1;2.6;2.1;7.13;17.5;.33;2641
+73098;44.46291;6.44321;1082;20221210;3.7;.3;2;1.5;6.06;0;.45;2413
+73098;44.46291;6.44321;1082;20221211;.8;-6.1;-2.7;1.7;3.41;0;.49;5012
+73098;44.46291;6.44321;1082;20221212;2.4;-8.7;-3.1;1.6;3.18;9;.46;5903
+73098;44.46291;6.44321;1082;20221213;1.3;-2.5;-.6;1.9;5.86;5.7;.25;2777
+73098;44.46291;6.44321;1082;20221214;4.9;0;2.4;1;6.73;.1;.31;3384
+73098;44.46291;6.44321;1082;20221215;4.5;-.6;2;2;6.68;30.8;.36;3081
+73098;44.46291;6.44321;1082;20221216;3.8;.8;2.3;1.4;6.78;0;.34;2744
+73098;44.46291;6.44321;1082;20221217;3.7;-2.1;.8;1.9;4.86;0;.58;4594
+73098;44.46291;6.44321;1082;20221218;7.2;-5.2;1;2;3.96;0;.71;6345
+73098;44.46291;6.44321;1082;20221219;8;-.6;3.7;2.5;5.56;0;.78;4982
+73098;44.46291;6.44321;1082;20221220;9.2;2.3;5.7;3.1;6.43;1.5;.95;4351
+73098;44.46291;6.44321;1082;20221221;6.6;4;5.3;2.1;7.61;5.6;.56;2204
+73098;44.46291;6.44321;1082;20221222;10.1;.4;5.3;1.6;7.11;1.1;.56;5397
+73098;44.46291;6.44321;1082;20221223;10.5;3.9;7.2;2.1;8.78;.1;.66;3773
+73098;44.46291;6.44321;1082;20221224;13.3;5.9;9.6;2;8.46;0;.86;4532
+73098;44.46291;6.44321;1082;20221225;14.6;1;7.8;1.7;6.43;0;.8;6176
+73098;44.46291;6.44321;1082;20221226;12.5;1.9;7.2;1.3;6.76;0;.56;5522
+73098;44.46291;6.44321;1082;20221227;9.5;2;5.7;2;6.51;0;.68;5097
+73098;44.46291;6.44321;1082;20221228;9.7;-3.9;2.9;1.6;4.33;0;.69;6370
+73098;44.46291;6.44321;1082;20221229;8.4;.1;4.3;1.9;6.38;1.6;.62;4438
+73098;44.46291;6.44321;1082;20221230;7.4;3.2;5.3;1.3;8.11;2;.39;2958
+73098;44.46291;6.44321;1082;20221231;14.8;2.6;8.7;2;8.51;0;.75;5886
+73099;44.47316;6.75651;1856;20220101;5.6;-4.2;.7;.7;3.88;0;.28;6716
+73099;44.47316;6.75651;1856;20220102;3.9;-4.1;-.1;.9;3.93;0;.34;6148
+73099;44.47316;6.75651;1856;20220103;3;-4.5;-.8;1.2;4.13;0;.38;5852
+73099;44.47316;6.75651;1856;20220104;8.3;-4.5;1.9;1.8;5.23;.8;.52;7420
+73099;44.47316;6.75651;1856;20220105;-1.1;-2.5;-1.8;1.6;3.83;.3;.52;2721
+73099;44.47316;6.75651;1856;20220106;-5;-15.9;-10.5;1.2;1.53;.1;.32;7060
+73099;44.47316;6.75651;1856;20220107;-2.8;-15.8;-9.3;1.1;1.88;0;.29;7625
+73099;44.47316;6.75651;1856;20220108;-2;-11.3;-6.6;1.5;2.98;4.1;.3;6682
+73099;44.47316;6.75651;1856;20220109;-4.2;-6.5;-5.4;2.5;3.28;.7;.45;3308
+73099;44.47316;6.75651;1856;20220110;-5.3;-10.5;-7.9;1;2.08;0;.36;4370
+73099;44.47316;6.75651;1856;20220111;-2;-15.4;-8.7;1.2;1.68;0;.41;7876
+73099;44.47316;6.75651;1856;20220112;.8;-13.1;-6.1;1.2;1.58;0;.53;7785
+73099;44.47316;6.75651;1856;20220113;3.4;-9.5;-3;1.2;2.23;0;.58;7653
+73099;44.47316;6.75651;1856;20220114;5.3;-6.8;-.7;.7;2.83;0;.44;7340
+73099;44.47316;6.75651;1856;20220115;5.1;-6.4;-.7;.7;2.93;0;.43;7453
+73099;44.47316;6.75651;1856;20220116;2.1;-8.5;-3.2;.7;2.43;0;.4;7415
+73099;44.47316;6.75651;1856;20220117;1.8;-12.4;-5.3;.8;1.98;0;.44;8085
+73099;44.47316;6.75651;1856;20220118;4.7;-9;-2.2;1.1;2.73;0;.57;8435
+73099;44.47316;6.75651;1856;20220119;2.6;-8.8;-3.1;.8;2.63;0;.46;7779
+73099;44.47316;6.75651;1856;20220120;-1.4;-9.9;-5.7;1.2;2.63;0;.39;6684
+73099;44.47316;6.75651;1856;20220121;-2.3;-13.8;-8.1;1.3;1.93;0;.49;8014
+73099;44.47316;6.75651;1856;20220122;.9;-13.2;-6.1;1.1;2.28;0;.48;8821
+73099;44.47316;6.75651;1856;20220123;3.8;-9.2;-2.7;.8;2.43;0;.5;8560
+73099;44.47316;6.75651;1856;20220124;4;-9.8;-2.9;.6;2.58;0;.44;8860
+73099;44.47316;6.75651;1856;20220125;5.5;-8.7;-1.6;.7;2.48;0;.56;8631
+73099;44.47316;6.75651;1856;20220126;3.5;-10;-3.3;1;2.18;0;.6;8967
+73099;44.47316;6.75651;1856;20220127;3;-10.1;-3.5;.9;2.18;0;.59;9032
+73099;44.47316;6.75651;1856;20220128;4;-9.7;-2.9;1.3;2.33;0;.76;9054
+73099;44.47316;6.75651;1856;20220129;3.6;-10;-3.2;1;2.63;0;.61;9402
+73099;44.47316;6.75651;1856;20220130;4.7;-8.4;-1.9;1.1;2.68;0;.75;9388
+73099;44.47316;6.75651;1856;20220131;.6;-8.3;-3.8;3.8;2.58;0;1.16;8359
+73099;44.47316;6.75651;1856;20220201;-.2;-10.9;-5.6;1.9;2.93;0;.69;7721
+73099;44.47316;6.75651;1856;20220202;5.6;-4.3;.7;3.5;3.98;0;1.46;9142
+73099;44.47316;6.75651;1856;20220203;6.8;-6.3;.2;1.1;3.43;0;.79;10246
+73099;44.47316;6.75651;1856;20220204;4.2;-7.8;-1.8;1;3.28;0;.71;9755
+73099;44.47316;6.75651;1856;20220205;3.3;-6.3;-1.5;1.1;3.18;0;.75;7700
+73099;44.47316;6.75651;1856;20220206;2.7;-11.5;-4.4;1.6;2.68;0;.84;10511
+73099;44.47316;6.75651;1856;20220207;4.9;-4.5;.2;3.4;3.23;0;1.51;8947
+73099;44.47316;6.75651;1856;20220208;6.1;-10.4;-2.2;1.1;2.63;0;.88;10947
+73099;44.47316;6.75651;1856;20220209;8.4;-6.5;.9;.9;2.88;0;.91;10996
+73099;44.47316;6.75651;1856;20220210;-3.8;-7.5;-5.6;2.1;5.76;0;.68;9000
+73099;44.47316;6.75651;1856;20220211;2.3;-2.1;.1;3.5;4.49;0;1.14;9633
+73099;44.47316;6.75651;1856;20220212;-2.1;-5.3;-3.7;4.3;3.39;0;.88;9066
+73099;44.47316;6.75651;1856;20220213;-1.6;-6.9;-4.3;2.8;3.69;2;.81;11933
+73099;44.47316;6.75651;1856;20220214;-4.1;-7.3;-5.7;3.7;3.96;12;.48;3700
+73099;44.47316;6.75651;1856;20220215;-.1;-6.4;-3.2;5;4.09;0;.93;6766
+73099;44.47316;6.75651;1856;20220216;1.7;-11.5;-4.9;1.1;3.93;0;.69;11722
+73099;44.47316;6.75651;1856;20220217;7.6;-3;2.3;3;5.03;0;1.42;10211
+73099;44.47316;6.75651;1856;20220218;11.7;-4.8;3.5;1.6;4.43;0;1.41;12508
+73099;44.47316;6.75651;1856;20220219;3.2;-1.8;.7;1.7;4.73;0;.9;7590
+73099;44.47316;6.75651;1856;20220220;5.7;-9.8;-2;1.3;3.48;0;1.04;12842
+73099;44.47316;6.75651;1856;20220221;.6;-5.4;-2.4;3.5;3.78;2;1;9209
+73099;44.47316;6.75651;1856;20220222;4.3;-4.6;-.2;1.7;3.13;0;1.22;11034
+73099;44.47316;6.75651;1856;20220223;6.8;-9.2;-1.2;1.4;2.83;0;1.23;13354
+73099;44.47316;6.75651;1856;20220224;6.4;-6.1;.1;1.8;3.43;0;1.33;13247
+73099;44.47316;6.75651;1856;20220225;2.1;-5.5;-1.7;1.8;2.93;0;1.14;9234
+73099;44.47316;6.75651;1856;20220226;1.5;-13;-5.7;1.7;1.53;0;1.25;13879
+73099;44.47316;6.75651;1856;20220227;-.6;-13.1;-6.8;1.9;1.78;0;1.13;13812
+73099;44.47316;6.75651;1856;20220228;4;-13.3;-4.6;1.4;2.03;0;1.26;14235
+73099;44.47316;6.75651;1856;20220301;4.7;-8.6;-1.9;2.3;2.58;0;1.55;14415
+73099;44.47316;6.75651;1856;20220302;5.7;-9.3;-1.8;.8;2.78;0;1.19;14596
+73099;44.47316;6.75651;1856;20220303;4.6;-5.1;-.3;1.7;3.43;0;1.36;13066
+73099;44.47316;6.75651;1856;20220304;3.4;-7.8;-2.2;1.8;3.33;0;1.28;14009
+73099;44.47316;6.75651;1856;20220305;1.1;-8.7;-3.8;1.4;2.43;0;1.2;13480
+73099;44.47316;6.75651;1856;20220306;.1;-13.2;-6.6;1.5;2.13;0;1.15;15328
+73099;44.47316;6.75651;1856;20220307;2.4;-13.3;-5.5;1;2.08;0;1.18;15513
+73099;44.47316;6.75651;1856;20220308;3.9;-11.6;-3.8;1;2.18;0;1.3;15698
+73099;44.47316;6.75651;1856;20220309;6;-11.3;-2.6;.9;2.38;0;1.4;15884
+73099;44.47316;6.75651;1856;20220310;6.7;-9.2;-1.2;1.9;2.58;0;1.79;16071
+73099;44.47316;6.75651;1856;20220311;-.1;-2.9;-1.5;4.2;3.38;.4;1.26;7631
+73099;44.47316;6.75651;1856;20220312;-.2;-4;-2.1;3.8;3.53;.3;1.16;9113
+73099;44.47316;6.75651;1856;20220313;-.1;-3.2;-1.7;4.5;3.73;6.8;1.21;8437
+73099;44.47316;6.75651;1856;20220314;5.6;-8.9;-1.6;2.4;4.13;1.5;1.5;16822
+73099;44.47316;6.75651;1856;20220315;9.2;-1;4.1;1.4;5.68;0;1.71;15263
+73099;44.47316;6.75651;1856;20220316;10.9;-1.4;4.8;1.1;5.08;0;1.84;15721
+73099;44.47316;6.75651;1856;20220317;8.1;.5;4.3;2.5;5.28;0;1.89;13544
+73099;44.47316;6.75651;1856;20220318;1.9;-.4;.8;5.3;6.46;.1;.9;9500
+73099;44.47316;6.75651;1856;20220319;2.1;-3.7;-.8;6.1;5.16;0;1.48;17633
+73099;44.47316;6.75651;1856;20220320;1.6;-5.7;-2;4.9;3.69;0;1.83;18400
+73099;44.47316;6.75651;1856;20220321;2.5;-4.7;-1.1;3.3;3.39;0;2.05;21300
+73099;44.47316;6.75651;1856;20220322;4;-3.2;.4;4.7;3.16;0;2.54;22166
+73099;44.47316;6.75651;1856;20220323;7.6;-1.4;3.1;3.5;2.52;0;3.02;23166
+73099;44.47316;6.75651;1856;20220324;9.8;2.5;6.2;3.7;3.09;0;3.56;22800
+73099;44.47316;6.75651;1856;20220325;7.6;2.4;5;2.7;3.29;0;3.01;22166
+73099;44.47316;6.75651;1856;20220326;9.1;1.8;5.4;2.8;3.29;0;3.2;22733
+73099;44.47316;6.75651;1856;20220327;8.2;2.6;5.4;4.2;3.59;0;3.19;19400
+73099;44.47316;6.75651;1856;20220328;10.3;2.9;6.6;3.6;3.29;0;3.63;22500
+73099;44.47316;6.75651;1856;20220329;5.9;1.4;3.7;3.4;4.86;.8;2.33;16566
+73099;44.47316;6.75651;1856;20220330;.8;-1.7;-.5;3.1;6.49;4.6;.66;6166
+73099;44.47316;6.75651;1856;20220331;4.3;-1.8;1.2;3.4;6.59;1.5;1.22;10833
+73099;44.47316;6.75651;1856;20220401;2;-2.5;-.3;4.6;5.46;6.3;1.39;12500
+73099;44.47316;6.75651;1856;20220402;-3.2;-6.5;-4.9;3.6;3.96;.8;1.07;12800
+73099;44.47316;6.75651;1856;20220403;-1.4;-6.9;-4.2;2.8;4.06;.1;1.51;18966
+73099;44.47316;6.75651;1856;20220404;-.7;-5.6;-3.1;2.2;5.09;0;1.34;17466
+73099;44.47316;6.75651;1856;20220405;6.5;-3;1.7;3;6.11;0;2.29;25050
+73099;44.47316;6.75651;1856;20220406;5.2;.4;2.8;3;6.92;0;2.1;21233
+73099;44.47316;6.75651;1856;20220407;7.7;-.9;3.4;2.6;6.99;8.9;1.88;15633
+73099;44.47316;6.75651;1856;20220408;9.3;3.2;6.3;3.4;7.89;7.6;2.11;14133
+73099;44.47316;6.75651;1856;20220409;5.2;2.2;3.7;5.6;3.62;0;3.43;23833
+73099;44.47316;6.75651;1856;20220410;4.8;-5;-.1;3.5;3.09;0;2.78;25033
+73099;44.47316;6.75651;1856;20220411;5.1;-1.6;1.8;2.5;4.09;0;2.58;23933
+73099;44.47316;6.75651;1856;20220412;7.3;-.4;3.4;1.7;4.92;0;2.79;24233
+73099;44.47316;6.75651;1856;20220413;10.6;1.9;6.2;3.2;6.56;0;3.12;23766
+73099;44.47316;6.75651;1856;20220414;12.4;3.2;7.8;4;7.12;0;3.57;25633
+73099;44.47316;6.75651;1856;20220415;15.3;6.1;10.7;3.1;6.72;0;4.13;25366
+73099;44.47316;6.75651;1856;20220416;14.1;6.1;10.1;3.7;5.69;0;4.27;24166
+73099;44.47316;6.75651;1856;20220417;7.8;-.7;3.5;3.4;6.62;0;2.69;24100
+73099;44.47316;6.75651;1856;20220418;8;-2.2;2.9;2.6;6.12;0;2.71;25200
+73099;44.47316;6.75651;1856;20220419;8.5;.4;4.4;3.2;6.26;0;2.9;24900
+73099;44.47316;6.75651;1856;20220420;2;1.1;1.6;2.1;7.12;2.2;1.06;7866
+73099;44.47316;6.75651;1856;20220421;1.5;-.3;.6;4;6.72;.3;.9;8200
+73099;44.47316;6.75651;1856;20220422;6.2;-.5;2.9;3.7;7.49;0;1.45;12966
+73099;44.47316;6.75651;1856;20220423;2.4;.9;1.6;6.1;7.59;19.5;.56;4200
+73099;44.47316;6.75651;1856;20220424;1.4;-1.9;-.2;3.3;6.72;0;.91;9500
+73099;44.47316;6.75651;1856;20220425;5.8;.1;2.9;2.1;8.41;0;1.38;12600
+73099;44.47316;6.75651;1856;20220426;6;1.4;3.7;2.2;7.72;0;1.92;16000
+73099;44.47316;6.75651;1856;20220427;9.8;2;5.9;2.5;7.36;0;3.25;26466
+73099;44.47316;6.75651;1856;20220428;11.3;2.8;7.1;3.2;8.69;0;3.12;23933
+73099;44.47316;6.75651;1856;20220429;10.9;2.8;6.9;3.4;8.76;0;2.79;20866
+73099;44.47316;6.75651;1856;20220430;8;2.1;5.1;2.8;7.76;.6;2.19;15433
+73099;44.47316;6.75651;1856;20220501;9.7;2.4;6;2.2;7.62;.1;3;23500
+73099;44.47316;6.75651;1856;20220502;9.2;1.9;5.5;2.6;8.76;.6;2.6;22000
+73099;44.47316;6.75651;1856;20220503;7.4;2.3;4.8;2.2;8.96;.6;1.96;15733
+73099;44.47316;6.75651;1856;20220504;7.9;2.7;5.3;3.2;9.02;2.2;2.02;16333
+73099;44.47316;6.75651;1856;20220505;4.2;3.1;3.6;3.7;8.26;7.1;1.24;10166
+73099;44.47316;6.75651;1856;20220506;7.4;1;4.2;1.3;7.13;1;2.24;18380
+73099;44.47316;6.75651;1856;20220507;10.4;2.9;6.7;1.5;7.63;1.1;2.68;19882
+73099;44.47316;6.75651;1856;20220508;10.6;2.1;6.4;1.6;7.73;1.6;2.77;21343
+73099;44.47316;6.75651;1856;20220509;12.4;3.8;8.1;1.7;7.38;.5;3.1;21556
+73099;44.47316;6.75651;1856;20220510;16;.2;8.1;1.4;7.28;0;3.65;26294
+73099;44.47316;6.75651;1856;20220511;18.3;2.2;10.3;1.5;7.68;0;3.98;26411
+73099;44.47316;6.75651;1856;20220512;19.9;2.3;11.1;1.2;7.48;0;4.13;26527
+73099;44.47316;6.75651;1856;20220513;18.6;3.1;10.8;1.4;8.43;0;4.06;26640
+73099;44.47316;6.75651;1856;20220514;18.6;3.5;11.1;1.7;8.83;.1;4.1;26751
+73099;44.47316;6.75651;1856;20220515;18.2;4.1;11.2;1.3;8.88;4.1;4.04;26859
+73099;44.47316;6.75651;1856;20220516;18;2.9;10.4;1.4;8.18;.3;4.04;26798
+73099;44.47316;6.75651;1856;20220517;20.7;3.1;11.9;1.1;8.13;0;4.26;27067
+73099;44.47316;6.75651;1856;20220518;20.3;3.4;11.9;1.9;9.18;20;4.32;27168
+73099;44.47316;6.75651;1856;20220519;20.5;8.7;14.6;1.8;9.98;0;4.52;26205
+73099;44.47316;6.75651;1856;20220520;22.8;4.7;13.7;1.5;8.83;0;4.67;27361
+73099;44.47316;6.75651;1856;20220521;21.9;5.2;13.5;1.7;8.63;0;4.71;27453
+73099;44.47316;6.75651;1856;20220522;23.6;6.5;15;1.2;9.13;.2;4.77;27543
+73099;44.47316;6.75651;1856;20220523;20.5;6.8;13.6;2.1;8.58;0;4.75;27395
+73099;44.47316;6.75651;1856;20220524;15.4;5.2;10.3;1.6;8.93;1.2;3.63;24101
+73099;44.47316;6.75651;1856;20220525;11.7;3.8;7.7;1;9.03;1.9;2.98;21585
+73099;44.47316;6.75651;1856;20220526;15.8;3.5;9.6;1.5;9.58;1.2;3.77;26563
+73099;44.47316;6.75651;1856;20220527;20.1;4.2;12.1;1.5;9.08;.9;4.5;27951
+73099;44.47316;6.75651;1856;20220528;18.9;3.2;11;1.7;8.33;.6;4.33;26766
+73099;44.47316;6.75651;1856;20220529;15.3;1.5;8.4;2.1;6.98;0;4;26770
+73099;44.47316;6.75651;1856;20220530;13.6;-.9;6.4;1.8;6.03;0;3.78;27505
+73099;44.47316;6.75651;1856;20220531;13.6;1.5;7.6;1.4;7.93;.3;3.6;26380
+73099;44.47316;6.75651;1856;20220601;17.1;2.1;9.6;1.9;8.48;.2;4.14;27981
+73099;44.47316;6.75651;1856;20220602;18.9;6;12.4;2.2;9.48;0;4.34;25317
+73099;44.47316;6.75651;1856;20220603;17.6;8;12.8;1.8;10.63;11;3.98;24522
+73099;44.47316;6.75651;1856;20220604;22;6.6;14.3;2;10.23;.1;4.9;28454
+73099;44.47316;6.75651;1856;20220605;20.6;9.6;15.1;2;9.53;1.3;4.7;25529
+73099;44.47316;6.75651;1856;20220606;19.5;3;11.2;2;8.93;0;4.55;28551
+73099;44.47316;6.75651;1856;20220607;16.9;6.1;11.5;1.8;8.23;0;4.14;25388
+73099;44.47316;6.75651;1856;20220608;15.9;0;7.9;1.7;6.93;.2;4.1;28635
+73099;44.47316;6.75651;1856;20220609;13;4.4;8.7;2.1;6.78;0;3.63;23118
+73099;44.47316;6.75651;1856;20220610;18.1;-1.2;8.5;2.1;6.78;0;4.44;28707
+73099;44.47316;6.75651;1856;20220611;21.4;2.1;11.7;1.6;8.03;0;4.79;28738
+73099;44.47316;6.75651;1856;20220612;23.3;3.7;13.5;1.1;8.23;0;4.82;28766
+73099;44.47316;6.75651;1856;20220613;21.7;5.8;13.8;1.3;9.43;0;4.81;28354
+73099;44.47316;6.75651;1856;20220614;21.3;4.2;12.8;2;9.58;0;4.74;28814
+73099;44.47316;6.75651;1856;20220615;22.4;6.6;14.5;1.1;10.08;.1;4.86;28833
+73099;44.47316;6.75651;1856;20220616;24.5;6.4;15.5;1.6;9.13;0;5.28;28849
+73099;44.47316;6.75651;1856;20220617;25.4;4.7;15.1;1.4;9.68;0;5.18;28861
+73099;44.47316;6.75651;1856;20220618;24;8.2;16.1;1.8;11.53;0;5.21;28871
+73099;44.47316;6.75651;1856;20220619;22.3;8.6;15.4;2.8;11.38;0;5.17;28735
+73099;44.47316;6.75651;1856;20220620;24.8;8.8;16.8;2.1;10.13;.1;5.54;28881
+73099;44.47316;6.75651;1856;20220621;23.3;9.6;16.4;1.8;9.88;3.8;5.35;28881
+73099;44.47316;6.75651;1856;20220622;18.8;8.6;13.7;1.3;11.83;8.2;4.21;25795
+73099;44.47316;6.75651;1856;20220623;20.3;5.3;12.8;1.4;9.98;.6;4.64;28872
+73099;44.47316;6.75651;1856;20220624;16;5.2;10.6;1.1;9.48;9.1;3.94;26341
+73099;44.47316;6.75651;1856;20220625;18.6;2;10.3;1.5;8.38;0;4.38;28850
+73099;44.47316;6.75651;1856;20220626;20.2;5.8;13;2.4;10.08;0;4.7;28835
+73099;44.47316;6.75651;1856;20220627;20.2;10.8;15.5;3.4;11.63;0;4.67;24814
+73099;44.47316;6.75651;1856;20220628;15.6;9.4;12.5;1.5;12.03;24;3.24;19347
+73099;44.47316;6.75651;1856;20220629;21.4;3.3;12.3;1.2;9.43;.1;4.63;28771
+73099;44.47316;6.75651;1856;20220630;20.2;5.8;13;1.3;10.28;.1;4.62;28743
+73099;44.47316;6.75651;1856;20220701;18.9;6;12.5;1.7;9.43;.3;4.38;26353
+73099;44.47316;6.75651;1856;20220702;23.9;2.1;13;1.4;7.68;0;4.96;28678
+73099;44.47316;6.75651;1856;20220703;25.3;6.2;15.8;1.6;9.63;1.5;5.29;28641
+73099;44.47316;6.75651;1856;20220704;22.4;8.7;15.5;1.4;10.98;6;4.83;27436
+73099;44.47316;6.75651;1856;20220705;22.1;6.6;14.3;1.4;10.23;0;4.86;28478
+73099;44.47316;6.75651;1856;20220706;20.6;4.9;12.8;1.8;10.18;0;4.62;28512
+73099;44.47316;6.75651;1856;20220707;21.2;4.3;12.8;1.8;9.38;0;4.76;28463
+73099;44.47316;6.75651;1856;20220708;20.2;7.7;13.9;2.4;10.02;0;4.75;29905
+73099;44.47316;6.75651;1856;20220709;19.7;7.2;13.5;1.6;9.97;.1;4.68;29777
+73099;44.47316;6.75651;1856;20220710;21;6.7;13.9;1.8;9.17;0;4.99;30747
+73099;44.47316;6.75651;1856;20220711;20.5;7.3;13.9;2.6;10.37;0;4.58;29516
+73099;44.47316;6.75651;1856;20220712;21.5;6.9;14.2;1.8;9.22;0;4.91;30233
+73099;44.47316;6.75651;1856;20220713;21.2;9.6;15.4;4.4;11.22;10.6;4.51;30499
+73099;44.47316;6.75651;1856;20220714;23.6;12;17.8;2.3;11.02;0;5.09;27863
+73099;44.47316;6.75651;1856;20220715;24.3;10.6;17.4;2.1;9.12;0;5.61;30276
+73099;44.47316;6.75651;1856;20220716;24.5;8.4;16.5;1.5;9.57;0;5.25;30037
+73099;44.47316;6.75651;1856;20220717;23.1;9;16;3.8;10.67;1.7;4.88;29147
+73099;44.47316;6.75651;1856;20220718;24.8;10;17.4;4.9;11.77;1.7;4.89;29756
+73099;44.47316;6.75651;1856;20220719;25.3;8.6;17;1.9;12.08;.9;5.04;27649
+73099;44.47316;6.75651;1856;20220720;25.9;12.3;19.1;1.9;13.23;.2;5.35;27563
+73099;44.47316;6.75651;1856;20220721;26.5;8.4;17.4;2;11.33;0;5.41;27474
+73099;44.47316;6.75651;1856;20220722;25.6;8;16.8;1.8;11.43;0;5.09;27383
+73099;44.47316;6.75651;1856;20220723;25;9.2;17.1;1.5;11.18;.9;5.02;27228
+73099;44.47316;6.75651;1856;20220724;26.2;7.8;17;1.8;11.83;0;5.03;27192
+73099;44.47316;6.75651;1856;20220725;26.9;8.1;17.5;1.4;11.23;1.3;5.07;27093
+73099;44.47316;6.75651;1856;20220726;23.5;7.7;15.6;1.9;11.43;1.9;4.81;26992
+73099;44.47316;6.75651;1856;20220727;22.2;8.5;15.3;2.5;11.73;0;4.74;26887
+73099;44.47316;6.75651;1856;20220728;23.2;7.7;15.5;1.9;10.33;0;4.81;26781
+73099;44.47316;6.75651;1856;20220729;17.1;6.8;11.9;1.2;10.03;1.9;3.7;23764
+73099;44.47316;6.75651;1856;20220730;21.1;5.7;13.4;1.8;9.83;0;4.36;25149
+73099;44.47316;6.75651;1856;20220731;23.3;4.7;14;1.5;9.38;0;4.58;26446
+73099;44.47316;6.75651;1856;20220801;25.8;5.4;15.6;1.4;9.03;0;4.78;26330
+73099;44.47316;6.75651;1856;20220802;23;6;14.5;2.3;10.03;0;4.62;26211
+73099;44.47316;6.75651;1856;20220803;24.1;8.4;16.2;2;11.18;0;4.66;26091
+73099;44.47316;6.75651;1856;20220804;23.7;9.3;16.5;1.2;12.08;2.4;4.49;25968
+73099;44.47316;6.75651;1856;20220805;22.8;9.5;16.1;1;12.88;2.7;4.15;24183
+73099;44.47316;6.75651;1856;20220806;23.5;6.8;15.1;1.5;11.48;2;4.41;25715
+73099;44.47316;6.75651;1856;20220807;20.4;9.4;14.9;2.2;11.33;1.2;4.08;23791
+73099;44.47316;6.75651;1856;20220808;21.8;4.3;13.1;1.5;9.73;.2;4.16;25453
+73099;44.47316;6.75651;1856;20220809;22.9;7.2;15;2.3;10.68;.9;4.56;25319
+73099;44.47316;6.75651;1856;20220810;22.1;10.3;16.2;2.1;11.23;3.7;4.35;24283
+73099;44.47316;6.75651;1856;20220811;22.4;7.1;14.7;1.3;10.23;.1;4.16;25045
+73099;44.47316;6.75651;1856;20220812;23.2;6.1;14.7;1.7;9.23;0;4.4;24905
+73099;44.47316;6.75651;1856;20220813;23.6;5.3;14.4;1.4;7.93;.1;4.33;24763
+73099;44.47316;6.75651;1856;20220814;16.9;5.4;11.2;1.1;9.48;10.3;3.4;23113
+73099;44.47316;6.75651;1856;20220815;19.1;3.5;11.3;1.4;8.73;.1;3.72;24474
+73099;44.47316;6.75651;1856;20220816;21.5;3.2;12.4;1.6;8.98;1.1;3.94;24326
+73099;44.47316;6.75651;1856;20220817;18.8;9;13.9;2.5;10.73;12.6;3.66;21199
+73099;44.47316;6.75651;1856;20220818;14.9;4.8;9.8;1.4;10.63;17.2;2.95;21242
+73099;44.47316;6.75651;1856;20220819;15.2;5.4;10.3;1.3;10.08;0;2.79;18744
+73099;44.47316;6.75651;1856;20220820;19.7;3.6;11.6;1.4;9.68;.1;3.58;23564
+73099;44.47316;6.75651;1856;20220821;20.4;4.6;12.5;1.6;9.98;1.2;3.72;23561
+73099;44.47316;6.75651;1856;20220822;19.5;6.9;13.2;1.4;10.63;0;3.53;22463
+73099;44.47316;6.75651;1856;20220823;20.5;4.7;12.6;1.6;9.98;0;3.67;23244
+73099;44.47316;6.75651;1856;20220824;21.6;5.5;13.5;1.5;10.43;0;3.72;23083
+73099;44.47316;6.75651;1856;20220825;22.1;6.9;14.5;1.2;10.93;.2;3.7;22921
+73099;44.47316;6.75651;1856;20220826;17.3;10;13.6;.9;12.03;3.8;2.78;17256
+73099;44.47316;6.75651;1856;20220827;18.9;5.3;12.1;1.4;10.58;.2;3.32;22227
+73099;44.47316;6.75651;1856;20220828;21.3;5.6;13.4;1.3;10.28;.6;3.54;22424
+73099;44.47316;6.75651;1856;20220829;22;5.1;13.5;1.1;8.98;.3;3.52;22256
+73099;44.47316;6.75651;1856;20220830;20.5;6.6;13.5;1.1;10.13;2.4;3.4;22086
+73099;44.47316;6.75651;1856;20220831;19;5.7;12.3;1.3;10.83;2;3.21;21800
+73099;44.47316;6.75651;1856;20220901;19.8;4.9;12.4;1.3;9.68;0;3.28;21744
+73099;44.47316;6.75651;1856;20220902;18.2;4;11.1;1.1;9.33;1.3;3.07;21571
+73099;44.47316;6.75651;1856;20220903;16.2;6.1;11.1;1.3;10.43;5.7;2.73;18984
+73099;44.47316;6.75651;1856;20220904;17.6;4.9;11.3;1.2;9.93;.1;2.88;19774
+73099;44.47316;6.75651;1856;20220905;19.9;5.6;12.7;1;9.33;.1;3.13;21033
+73099;44.47316;6.75651;1856;20220906;20.2;4.9;12.6;1.2;10.38;1;3.09;20868
+73099;44.47316;6.75651;1856;20220907;19.9;7.6;13.8;1.3;11.03;7.3;3.08;20127
+73099;44.47316;6.75651;1856;20220908;16.5;6.5;11.5;1.4;9.68;0;2.68;18172
+73099;44.47316;6.75651;1856;20220909;15.3;2.3;8.8;1.6;6.98;0;2.75;19470
+73099;44.47316;6.75651;1856;20220910;16.5;1.6;9.1;1.2;6.93;0;2.66;19119
+73099;44.47316;6.75651;1856;20220911;19.5;.1;9.8;1.2;6.93;0;2.91;19969
+73099;44.47316;6.75651;1856;20220912;22.1;1.4;11.7;.9;7.13;0;2.92;19787
+73099;44.47316;6.75651;1856;20220913;22.4;4;13.2;1;8.73;.3;2.97;19604
+73099;44.47316;6.75651;1856;20220914;17.8;10.3;14;1.7;11.28;20.5;2.53;15073
+73099;44.47316;6.75651;1856;20220915;14.8;6.9;10.9;1.2;10.33;0;2.14;14411
+73099;44.47316;6.75651;1856;20220916;15;4.7;9.8;1.3;8.98;0;2.22;15495
+73099;44.47316;6.75651;1856;20220917;10.1;.4;5.3;1.9;4.98;0;2.19;15993
+73099;44.47316;6.75651;1856;20220918;14.6;-4.1;5.3;1.2;4.43;0;2.39;18682
+73099;44.47316;6.75651;1856;20220919;15.7;-.9;7.4;1.3;4.73;0;2.52;18497
+73099;44.47316;6.75651;1856;20220920;15.4;-2.9;6.3;1.1;5.13;0;2.31;18311
+73099;44.47316;6.75651;1856;20220921;11.9;-1.1;5.4;2.5;6.38;0;2.04;17428
+73099;44.47316;6.75651;1856;20220922;15.1;1.4;8.3;1.1;6.48;0;2.28;17672
+73099;44.47316;6.75651;1856;20220923;14.6;-.9;6.8;1.2;6.13;3.3;2.19;17753
+73099;44.47316;6.75651;1856;20220924;7.3;3.6;5.5;.7;8.18;9.5;1.22;9676
+73099;44.47316;6.75651;1856;20220925;9;1.2;5.1;.9;7.78;1;1.48;13400
+73099;44.47316;6.75651;1856;20220926;10.6;-.8;4.9;1.4;6.53;0;1.76;15046
+73099;44.47316;6.75651;1856;20220927;9.3;.5;4.9;1.6;5.83;0;1.72;14057
+73099;44.47316;6.75651;1856;20220928;8.9;-1.3;3.8;1.4;6.68;5.8;1.56;15033
+73099;44.47316;6.75651;1856;20220929;8.4;2.2;5.3;1.5;7.18;0;1.45;11817
+73099;44.47316;6.75651;1856;20220930;6;-.2;2.9;1.4;6.83;4.8;1.19;11621
+73099;44.47316;6.75651;1856;20221001;7.9;.1;4;1.2;7.58;0;1.28;12880
+73099;44.47316;6.75651;1856;20221002;16.3;4.2;10.3;1.6;8.53;0;2.04;14051
+73099;44.47316;6.75651;1856;20221003;16.7;-.7;8;1;6.38;0;2.01;15895
+73099;44.47316;6.75651;1856;20221004;18.2;-.7;8.7;.7;5.68;0;1.87;15711
+73099;44.47316;6.75651;1856;20221005;18.7;.3;9.5;.8;6.03;.8;1.89;15528
+73099;44.47316;6.75651;1856;20221006;17.3;1.2;9.2;1.2;6.98;0;2;15345
+73099;44.47316;6.75651;1856;20221007;16.5;-.2;8.2;1;6.93;0;1.81;15163
+73099;44.47316;6.75651;1856;20221008;11.8;.8;6.3;.5;8.23;2.7;1.39;13958
+73099;44.47316;6.75651;1856;20221009;10.5;5.7;8.1;1.1;9.33;5;1.2;9304
+73099;44.47316;6.75651;1856;20221010;11.5;5.8;8.7;1.3;8.43;0;1.37;10012
+73099;44.47316;6.75651;1856;20221011;14.1;.8;7.5;.9;7.48;.1;1.54;14423
+73099;44.47316;6.75651;1856;20221012;11.7;2.4;7.1;1.3;7.58;.8;1.4;12323
+73099;44.47316;6.75651;1856;20221013;12;-.8;5.6;.7;6.98;0;1.32;13722
+73099;44.47316;6.75651;1856;20221014;11.9;2.4;7.2;.9;8.43;0;1.24;11681
+73099;44.47316;6.75651;1856;20221015;17.1;3.8;10.4;.6;7.93;0;1.48;13738
+73099;44.47316;6.75651;1856;20221016;16.6;.9;8.8;.7;6.88;0;1.4;13565
+73099;44.47316;6.75651;1856;20221017;16.8;1.7;9.3;1.2;7.18;0;1.62;13393
+73099;44.47316;6.75651;1856;20221018;17.8;2;9.9;1;7.53;0;1.55;13222
+73099;44.47316;6.75651;1856;20221019;19.5;1.1;10.3;.8;6.23;0;1.5;13053
+73099;44.47316;6.75651;1856;20221020;15.6;2.3;9;1;7.68;6.3;1.37;12885
+73099;44.47316;6.75651;1856;20221021;9.2;7.5;8.3;1;10.28;5.3;.78;4857
+73099;44.47316;6.75651;1856;20221022;13.2;5.1;9.1;1.6;8.68;0;1.31;10182
+73099;44.47316;6.75651;1856;20221023;16.4;5;10.7;1.7;7.78;1;1.63;11927
+73099;44.47316;6.75651;1856;20221024;13.5;7;10.2;1.4;9.13;2.3;1.22;9006
+73099;44.47316;6.75651;1856;20221025;13.5;.4;7;1.3;7.03;0;1.26;12058
+73099;44.47316;6.75651;1856;20221026;17;4.2;10.6;1.3;7.33;0;1.47;11549
+73099;44.47316;6.75651;1856;20221027;17.2;3.4;10.3;.9;7.33;0;1.25;11754
+73099;44.47316;6.75651;1856;20221028;18.8;3.9;11.4;.8;7.23;0;1.24;11600
+73099;44.47316;6.75651;1856;20221029;19;3.2;11.1;1.3;6.68;0;1.48;11447
+73099;44.47316;6.75651;1856;20221030;16.5;4.3;10.4;1.9;6.08;0;1.73;10557
+73099;44.47316;6.75651;1856;20221031;14.8;4.1;9.4;2;5.93;1.3;1.66;10118
+73099;44.47316;6.75651;1856;20221101;8.2;3.2;5.7;.8;7.13;20.1;.77;7176
+73099;44.47316;6.75651;1856;20221102;9.8;-1.1;4.3;.5;6.03;0;.73;10268
+73099;44.47316;6.75651;1856;20221103;9.9;-3;3.5;1.3;5.28;30.7;.91;10715
+73099;44.47316;6.75651;1856;20221104;3;-2.5;.2;1.8;5.38;.7;.62;7261
+73099;44.47316;6.75651;1856;20221105;3.8;-5;-.6;1.1;4.18;0;.67;8770
+73099;44.47316;6.75651;1856;20221106;9.4;-5.4;2;.7;4.33;0;.69;10302
+73099;44.47316;6.75651;1856;20221107;10.9;-4.5;3.2;.9;4.08;0;.81;10169
+73099;44.47316;6.75651;1856;20221108;11.8;-2;4.9;.9;4.38;0;.84;10038
+73099;44.47316;6.75651;1856;20221109;8.7;.4;4.6;1.2;6.38;14.9;.73;8279
+73099;44.47316;6.75651;1856;20221110;8.2;-1.4;3.4;.7;5.78;0;.56;8730
+73099;44.47316;6.75651;1856;20221111;11.6;-3.1;4.3;1;4.13;0;.82;9661
+73099;44.47316;6.75651;1856;20221112;13.1;-.1;6.5;1.1;4.83;0;.88;9540
+73099;44.47316;6.75651;1856;20221113;8.1;1.2;4.7;2.2;4.88;.2;1.01;7250
+73099;44.47316;6.75651;1856;20221114;5.3;-.1;2.6;1.1;5.73;1.4;.56;6407
+73099;44.47316;6.75651;1856;20221115;6.4;.8;3.6;.8;6.53;10;.5;6446
+73099;44.47316;6.75651;1856;20221116;5;.7;2.9;1.5;6.03;0;.6;5608
+73099;44.47316;6.75651;1856;20221117;7.9;-3.7;2.1;1.6;5.48;3.8;.63;8862
+73099;44.47316;6.75651;1856;20221118;2.4;-1.3;.6;1.4;4.93;0;.54;5001
+73099;44.47316;6.75651;1856;20221119;1.1;-9.6;-4.2;.9;3.08;0;.39;8310
+73099;44.47316;6.75651;1856;20221120;-.8;-10.1;-5.4;.9;2.93;0;.36;7647
+73099;44.47316;6.75651;1856;20221121;4.1;-9.2;-2.6;1.2;3.78;3.8;.44;8575
+73099;44.47316;6.75651;1856;20221122;-.8;-3.3;-2.1;2.1;4.03;0;.57;3982
+73099;44.47316;6.75651;1856;20221123;1.6;-11.5;-5;1.1;3.23;.3;.36;8392
+73099;44.47316;6.75651;1856;20221124;1.6;-7.1;-2.8;1.1;3.33;0;.43;6737
+73099;44.47316;6.75651;1856;20221125;3.1;-6.9;-1.9;.8;3.53;0;.35;7536
+73099;44.47316;6.75651;1856;20221126;2.2;-6.5;-2.2;1.2;3.18;0;.52;6193
+73099;44.47316;6.75651;1856;20221127;4.3;-8.8;-2.3;.7;3.08;0;.32;8062
+73099;44.47316;6.75651;1856;20221128;2;-4.2;-1.1;.8;3.68;0;.39;5848
+73099;44.47316;6.75651;1856;20221129;-.9;-5.5;-3.2;1.1;4.18;.2;.31;4927
+73099;44.47316;6.75651;1856;20221130;1.3;-9.5;-4.1;1.1;3.18;0;.38;7419
+73099;44.47316;6.75651;1856;20221201;.4;-8.9;-4.3;1;2.88;0;.33;6963
+73099;44.47316;6.75651;1856;20221202;-1.4;-9.5;-5.5;1.7;3.18;.5;.36;6442
+73099;44.47316;6.75651;1856;20221203;-.7;-5.1;-2.9;2.5;4.03;2.6;.44;4825
+73099;44.47316;6.75651;1856;20221204;3.1;-1.9;.6;1.7;4.73;8.3;.51;5117
+73099;44.47316;6.75651;1856;20221205;-1;-6.8;-3.9;1.3;3.33;0;.37;5259
+73099;44.47316;6.75651;1856;20221206;.5;-12;-5.7;.7;2.38;0;.22;7365
+73099;44.47316;6.75651;1856;20221207;.6;-11.2;-5.3;.6;2.23;0;.23;7028
+73099;44.47316;6.75651;1856;20221208;.4;-12;-5.8;1.1;2.53;13.8;.3;7377
+73099;44.47316;6.75651;1856;20221209;.8;-4.4;-1.8;.9;5.28;16.9;.2;5050
+73099;44.47316;6.75651;1856;20221210;-.1;-1.6;-.8;1.3;4.73;0;.41;2855
+73099;44.47316;6.75651;1856;20221211;-7.9;-14.7;-11.3;1.4;1.73;0;.29;5033
+73099;44.47316;6.75651;1856;20221212;-7.7;-18.7;-13.2;.8;1.88;10.9;.12;6983
+73099;44.47316;6.75651;1856;20221213;-.9;-9.5;-5.2;.7;4.13;5.5;.11;6055
+73099;44.47316;6.75651;1856;20221214;1.9;-4.9;-1.5;.8;5.18;0;.17;5597
+73099;44.47316;6.75651;1856;20221215;1.8;-6.9;-2.6;1.3;4.58;25.9;.2;6243
+73099;44.47316;6.75651;1856;20221216;.7;-4;-1.7;.8;4.98;0;.22;4572
+73099;44.47316;6.75651;1856;20221217;-3.5;-13.6;-8.5;.9;2.48;0;.17;6684
+73099;44.47316;6.75651;1856;20221218;-1.3;-12.9;-7.1;.5;2.13;0;.14;6844
+73099;44.47316;6.75651;1856;20221219;3.5;-8.2;-2.4;.6;3.63;0;.14;7087
+73099;44.47316;6.75651;1856;20221220;3.4;-6;-1.3;.8;4.08;.6;.23;6454
+73099;44.47316;6.75651;1856;20221221;1.9;-4.6;-1.3;1;5.38;7.1;.2;5207
+73099;44.47316;6.75651;1856;20221222;2.2;-1.5;.4;1.1;5.68;.3;.28;4219
+73099;44.47316;6.75651;1856;20221223;3.4;-.5;1.4;1.3;6.33;0;.31;4218
+73099;44.47316;6.75651;1856;20221224;5.1;-.5;2.3;.8;5.98;0;.26;5115
+73099;44.47316;6.75651;1856;20221225;6.5;-3.5;1.5;.9;4.28;0;.32;6422
+73099;44.47316;6.75651;1856;20221226;6.9;-3.6;1.6;1.4;4.53;0;.49;6532
+73099;44.47316;6.75651;1856;20221227;.6;-2.5;-1;1.3;4.38;0;.48;2629
+73099;44.47316;6.75651;1856;20221228;.3;-10.6;-5.1;.7;2.43;0;.22;6754
+73099;44.47316;6.75651;1856;20221229;2.7;-9;-3.1;1;3.88;2.1;.2;7190
+73099;44.47316;6.75651;1856;20221230;3.8;-2.1;.8;1.3;5.83;1.1;.28;5325
+73099;44.47316;6.75651;1856;20221231;7.6;-.6;3.5;1.3;6.48;0;.34;6167
+73100;44.48245;7.06991;1542;20220101;8.5;-3.6;2.4;1.1;4.03;0;.43;7177
+73100;44.48245;7.06991;1542;20220102;6.1;-3.6;1.2;1;4.03;0;.37;6481
+73100;44.48245;7.06991;1542;20220103;6.1;-5.2;.4;1.1;3.93;0;.37;7015
+73100;44.48245;7.06991;1542;20220104;10.9;-4.2;3.3;1.6;4.83;.5;.6;7480
+73100;44.48245;7.06991;1542;20220105;2.7;.2;1.4;1.2;3.93;.6;.57;3454
+73100;44.48245;7.06991;1542;20220106;.9;-13.3;-6.2;1.1;1.63;0;.41;7578
+73100;44.48245;7.06991;1542;20220107;.7;-14.3;-6.8;1.1;1.93;0;.36;7632
+73100;44.48245;7.06991;1542;20220108;2.8;-10.4;-3.8;1.4;2.93;1.5;.4;7689
+73100;44.48245;7.06991;1542;20220109;-1;-5.3;-3.2;2.4;3.33;0;.5;4587
+73100;44.48245;7.06991;1542;20220110;-1.5;-12;-6.8;.8;2.03;0;.29;7102
+73100;44.48245;7.06991;1542;20220111;2.3;-13.2;-5.5;1.7;1.73;0;.63;7879
+73100;44.48245;7.06991;1542;20220112;6.1;-11.9;-2.9;1.6;1.53;0;.81;7948
+73100;44.48245;7.06991;1542;20220113;8.7;-8.5;.1;1.6;2.23;0;.86;8021
+73100;44.48245;7.06991;1542;20220114;10.7;-6.8;1.9;1.1;2.93;0;.66;8096
+73100;44.48245;7.06991;1542;20220115;9.7;-6.3;1.7;1.2;3.13;0;.66;8175
+73100;44.48245;7.06991;1542;20220116;6.7;-8.1;-.7;1.1;2.43;0;.58;8256
+73100;44.48245;7.06991;1542;20220117;8.4;-10.5;-1.1;.9;2.13;0;.57;8341
+73100;44.48245;7.06991;1542;20220118;8;-6.8;.6;1.8;2.83;0;.87;8428
+73100;44.48245;7.06991;1542;20220119;7;-8.7;-.9;1;2.73;0;.55;8519
+73100;44.48245;7.06991;1542;20220120;4.3;-9.9;-2.8;.8;2.43;0;.44;8612
+73100;44.48245;7.06991;1542;20220121;3.4;-12.2;-4.4;1.7;2.03;0;.71;8708
+73100;44.48245;7.06991;1542;20220122;5.8;-11.3;-2.8;1.2;2.53;0;.62;8807
+73100;44.48245;7.06991;1542;20220123;9.2;-7.8;.7;.9;2.73;0;.63;8909
+73100;44.48245;7.06991;1542;20220124;8.5;-9.1;-.3;1;2.83;0;.65;9014
+73100;44.48245;7.06991;1542;20220125;11.8;-8.1;1.8;1.1;2.83;0;.83;9121
+73100;44.48245;7.06991;1542;20220126;8;-9.4;-.7;1.2;2.43;0;.77;9231
+73100;44.48245;7.06991;1542;20220127;7.3;-9.4;-1.1;1.1;2.43;0;.72;9344
+73100;44.48245;7.06991;1542;20220128;10.8;-7.7;1.5;1.4;2.63;0;1;9459
+73100;44.48245;7.06991;1542;20220129;9;-8.1;.4;1.1;3.03;0;.76;9577
+73100;44.48245;7.06991;1542;20220130;10.6;-6;2.3;1.4;3.03;0;.98;9698
+73100;44.48245;7.06991;1542;20220131;6;-6.5;-.3;5;2.33;0;1.75;9660
+73100;44.48245;7.06991;1542;20220201;7.3;-11.4;-2.1;2.2;3.03;0;.99;9947
+73100;44.48245;7.06991;1542;20220202;12.2;.4;6.3;5.3;3.63;0;2.46;9629
+73100;44.48245;7.06991;1542;20220203;10.1;-4.3;2.9;1.3;3.73;0;.93;10206
+73100;44.48245;7.06991;1542;20220204;8.5;-7.1;.7;1.3;3.43;0;.87;10338
+73100;44.48245;7.06991;1542;20220205;9.6;-7.6;1;1;3.03;0;.86;10474
+73100;44.48245;7.06991;1542;20220206;7.3;-10.6;-1.7;2.1;2.83;0;1.09;10611
+73100;44.48245;7.06991;1542;20220207;12;-2.3;4.8;4.1;2.83;0;2.3;10751
+73100;44.48245;7.06991;1542;20220208;12.2;-7.9;2.1;1.1;3.13;0;1.05;10893
+73100;44.48245;7.06991;1542;20220209;12.9;-6;3.4;1.2;3.33;0;1.15;11037
+73100;44.48245;7.06991;1542;20220210;0;-6.7;-3.4;2.6;7.16;0;.51;7900
+73100;44.48245;7.06991;1542;20220211;2.5;1.4;2;3.7;6.96;0;.62;9200
+73100;44.48245;7.06991;1542;20220212;-1.3;-2.9;-2.1;8.2;4.76;0;.7;7800
+73100;44.48245;7.06991;1542;20220213;1.1;-4.7;-1.8;4.2;4.56;1.5;.84;9800
+73100;44.48245;7.06991;1542;20220214;-1.3;-5.1;-3.2;4.2;4.66;10.1;.5;4600
+73100;44.48245;7.06991;1542;20220215;3.9;-5.9;-1;3.3;5.26;0;.8;9500
+73100;44.48245;7.06991;1542;20220216;4.4;-12.2;-3.9;1.4;3.43;0;.79;12101
+73100;44.48245;7.06991;1542;20220217;12.4;-4.3;4;3.8;4.13;0;2;12261
+73100;44.48245;7.06991;1542;20220218;15.5;-3.3;6.1;1.5;4.23;0;1.58;12422
+73100;44.48245;7.06991;1542;20220219;8.2;-.5;3.8;1.4;4.93;0;1.09;10312
+73100;44.48245;7.06991;1542;20220220;11.7;-7.2;2.2;1.2;3.93;0;1.24;12749
+73100;44.48245;7.06991;1542;20220221;3.3;-2.7;.3;3.8;3.73;0;1.22;8820
+73100;44.48245;7.06991;1542;20220222;10.2;-2.5;3.8;1.6;3.03;0;1.52;12895
+73100;44.48245;7.06991;1542;20220223;13.1;-6.5;3.3;1;3.23;0;1.36;13250
+73100;44.48245;7.06991;1542;20220224;9.1;-5.2;1.9;1.3;3.63;0;1.28;13420
+73100;44.48245;7.06991;1542;20220225;7.5;-6.7;.4;1.7;2.73;0;1.4;13592
+73100;44.48245;7.06991;1542;20220226;4.1;-10.1;-3;2.1;1.63;0;1.42;13764
+73100;44.48245;7.06991;1542;20220227;2.5;-11.6;-4.6;2.5;2.03;0;1.28;13938
+73100;44.48245;7.06991;1542;20220228;10;-12;-1;1.6;2.43;0;1.53;14112
+73100;44.48245;7.06991;1542;20220301;9;-5.8;1.6;3.2;3.03;0;1.93;14288
+73100;44.48245;7.06991;1542;20220302;9.7;-8.1;.8;.8;3.23;0;1.27;14465
+73100;44.48245;7.06991;1542;20220303;7.7;-2.2;2.7;1.9;3.83;0;1.49;12746
+73100;44.48245;7.06991;1542;20220304;6.7;-6.8;-.1;2.1;3.63;2;1.41;14821
+73100;44.48245;7.06991;1542;20220305;5.8;-4.2;.8;1.3;3.03;0;1.33;13117
+73100;44.48245;7.06991;1542;20220306;3.7;-10.7;-3.5;1.4;2.63;0;1.2;15180
+73100;44.48245;7.06991;1542;20220307;7;-11.1;-2.1;.8;2.43;0;1.26;15361
+73100;44.48245;7.06991;1542;20220308;8.2;-10.1;-1;1.1;2.63;0;1.43;15542
+73100;44.48245;7.06991;1542;20220309;10.5;-10;.2;1;2.73;0;1.53;15724
+73100;44.48245;7.06991;1542;20220310;10.9;-8.1;1.4;2.8;2.93;.1;2.15;15906
+73100;44.48245;7.06991;1542;20220311;.1;-1.1;-.5;5.9;3.93;.8;1.1;5010
+73100;44.48245;7.06991;1542;20220312;-.4;-3.3;-1.9;5.1;3.93;1.5;.92;7753
+73100;44.48245;7.06991;1542;20220313;-.1;-2.3;-1.2;6.1;3.83;6.9;1.08;6855
+73100;44.48245;7.06991;1542;20220314;7.5;-8.6;-.6;2.8;4.53;1.3;1.45;16640
+73100;44.48245;7.06991;1542;20220315;12;-.8;5.6;1;5.93;0;1.75;16585
+73100;44.48245;7.06991;1542;20220316;16.1;-.4;7.8;1.1;5.33;0;2.1;17008
+73100;44.48245;7.06991;1542;20220317;11.1;2.1;6.6;4.2;5.33;.8;2.33;14243
+73100;44.48245;7.06991;1542;20220318;3.3;.4;1.9;11.8;6.86;.5;.98;16400
+73100;44.48245;7.06991;1542;20220319;3.8;-2.1;.9;8.8;5.86;0;1.3;15600
+73100;44.48245;7.06991;1542;20220320;4.2;-4.2;0;6;4.86;0;1.54;13500
+73100;44.48245;7.06991;1542;20220321;5.4;-2.9;1.3;5.9;4.36;0;2.39;24100
+73100;44.48245;7.06991;1542;20220322;6;-1.8;2.1;7.7;4.16;0;2.77;24100
+73100;44.48245;7.06991;1542;20220323;8.8;-.2;4.3;5.8;3.66;0;3.48;26000
+73100;44.48245;7.06991;1542;20220324;11.5;3.7;7.6;4.4;4.36;0;3.73;24900
+73100;44.48245;7.06991;1542;20220325;9.3;3.3;6.3;2.8;4.16;0;3.12;24400
+73100;44.48245;7.06991;1542;20220326;11.7;3.1;7.4;3.1;4.26;0;3.46;25100
+73100;44.48245;7.06991;1542;20220327;9.2;4.1;6.7;6.6;5.06;0;3.18;14800
+73100;44.48245;7.06991;1542;20220328;13.3;4.8;9.1;5.3;4.26;0;4.34;24000
+73100;44.48245;7.06991;1542;20220329;6.4;2;4.2;4.5;6.36;.8;1.88;13900
+73100;44.48245;7.06991;1542;20220330;3.2;-.7;1.3;4.6;7.36;7.1;.62;8700
+73100;44.48245;7.06991;1542;20220331;6.7;-.3;3.2;4.3;7.36;2.5;1.34;13000
+73100;44.48245;7.06991;1542;20220401;4.6;.4;2.5;4.4;6.56;12.2;1.49;14700
+73100;44.48245;7.06991;1542;20220402;-3;-5.3;-4.1;3.4;4.76;2.4;.83;13900
+73100;44.48245;7.06991;1542;20220403;1.9;-4.3;-1.2;1.7;5.56;.4;1.66;21600
+73100;44.48245;7.06991;1542;20220404;1.9;-3.3;-.7;2.3;6.06;0;1.64;23000
+73100;44.48245;7.06991;1542;20220405;7.9;-1.1;3.4;2.7;7.56;0;2.25;25700
+73100;44.48245;7.06991;1542;20220406;7.4;3.2;5.3;3.1;8.06;0;2.42;25400
+73100;44.48245;7.06991;1542;20220407;10.6;.2;5.4;3.1;8.46;2.2;1.49;10600
+73100;44.48245;7.06991;1542;20220408;12.4;6;9.2;3.7;9.36;3;2.06;11200
+73100;44.48245;7.06991;1542;20220409;12.3;5.8;9.1;4.2;4.16;0;4.03;20700
+73100;44.48245;7.06991;1542;20220410;6.8;-2.5;2.2;4.5;4.36;0;2.69;22600
+73100;44.48245;7.06991;1542;20220411;6.2;-.7;2.8;4.3;5.76;0;2.4;24000
+73100;44.48245;7.06991;1542;20220412;7.3;.6;4;1.6;6.06;0;2.65;25000
+73100;44.48245;7.06991;1542;20220413;13.3;4.2;8.8;4.7;7.76;0;3.49;24900
+73100;44.48245;7.06991;1542;20220414;15.2;4.7;10;6.7;8.26;0;3.96;25600
+73100;44.48245;7.06991;1542;20220415;18.4;8.5;13.5;3.7;8.26;0;4.52;25100
+73100;44.48245;7.06991;1542;20220416;17.8;8.2;13;4.4;8.96;1;4.07;20700
+73100;44.48245;7.06991;1542;20220417;11.2;2.2;6.7;4.4;7.26;0;2.75;19400
+73100;44.48245;7.06991;1542;20220418;10.3;.7;5.5;2.8;7.96;0;2.43;21400
+73100;44.48245;7.06991;1542;20220419;7.7;4.1;5.9;4.2;8.66;0;2.19;21600
+73100;44.48245;7.06991;1542;20220420;5.5;3.3;4.4;2.4;8.56;3.8;1.32;11600
+73100;44.48245;7.06991;1542;20220421;2.1;2.1;2.1;8.1;7.26;5.9;.89;11800
+73100;44.48245;7.06991;1542;20220422;6.6;-.4;3.1;5.8;8.16;0;1.05;13000
+73100;44.48245;7.06991;1542;20220423;5.3;3.1;4.2;6.4;8.36;22;.97;9400
+73100;44.48245;7.06991;1542;20220424;4.3;-.2;2.1;4;7.66;0;1;11900
+73100;44.48245;7.06991;1542;20220425;6.3;2.1;4.2;1.7;8.96;0;1.54;14200
+73100;44.48245;7.06991;1542;20220426;6.7;3.4;5.1;2;9.16;0;2.3;22700
+73100;44.48245;7.06991;1542;20220427;11;4.3;7.7;2.2;10.66;.2;2.71;24200
+73100;44.48245;7.06991;1542;20220428;14.1;5.6;9.9;4.8;8.86;0;3.62;24800
+73100;44.48245;7.06991;1542;20220429;13.7;4.4;9.1;4.9;9.36;0;3.34;25600
+73100;44.48245;7.06991;1542;20220430;12.8;5.2;9;3.4;8.96;2.5;3.3;24600
+73100;44.48245;7.06991;1542;20220501;10.5;4.7;7.6;2.3;9.76;.2;2.87;24500
+73100;44.48245;7.06991;1542;20220502;12.6;4.6;8.6;3;10.06;.8;3.07;25200
+73100;44.48245;7.06991;1542;20220503;12;5;8.5;1.6;10.76;.9;3.05;24600
+73100;44.48245;7.06991;1542;20220504;12.6;5.3;9;2.6;10.76;5.4;3.04;24900
+73100;44.48245;7.06991;1542;20220505;5.8;4.8;5.3;4.5;8.86;6.8;2.11;23000
+73100;44.48245;7.06991;1542;20220506;8.3;2.9;5.6;1.4;7.53;4.9;1.99;16256
+73100;44.48245;7.06991;1542;20220507;13.2;4.6;8.9;2.1;8.03;1.9;2.83;20556
+73100;44.48245;7.06991;1542;20220508;12.8;4.6;8.7;2.4;8.33;1.6;2.71;20172
+73100;44.48245;7.06991;1542;20220509;14.4;6.8;10.6;2.2;8.13;.4;3.02;19517
+73100;44.48245;7.06991;1542;20220510;18;.2;9.1;2;7.63;0;3.64;25861
+73100;44.48245;7.06991;1542;20220511;19.9;3;11.4;1.9;8.53;0;3.94;25975
+73100;44.48245;7.06991;1542;20220512;22.8;2.3;12.5;1.6;7.83;0;4.25;26087
+73100;44.48245;7.06991;1542;20220513;21.6;3.8;12.7;1.8;9.13;0;4.15;26197
+73100;44.48245;7.06991;1542;20220514;20.7;4.6;12.6;2.1;9.93;.6;4.06;26304
+73100;44.48245;7.06991;1542;20220515;18.9;4.6;11.7;1.3;9.93;3.5;3.82;26409
+73100;44.48245;7.06991;1542;20220516;21.4;3.3;12.3;1.5;8.43;0;4.15;26511
+73100;44.48245;7.06991;1542;20220517;23.9;3.7;13.8;1.2;8.63;0;4.34;26611
+73100;44.48245;7.06991;1542;20220518;21;3.8;12.4;2.2;10.23;15.1;4.09;26708
+73100;44.48245;7.06991;1542;20220519;23.1;10.2;16.6;1.6;10.83;.4;4.57;26396
+73100;44.48245;7.06991;1542;20220520;24.3;5.3;14.8;2.2;8.93;.1;4.82;26895
+73100;44.48245;7.06991;1542;20220521;25.7;4.9;15.3;1.7;8.63;0;4.84;26985
+73100;44.48245;7.06991;1542;20220522;27;6.4;16.7;1.4;9.13;.7;4.9;27072
+73100;44.48245;7.06991;1542;20220523;22.3;6.7;14.5;2.1;8.43;0;4.7;27156
+73100;44.48245;7.06991;1542;20220524;18.9;5;11.9;1.5;8.43;2;4.1;27238
+73100;44.48245;7.06991;1542;20220525;14.8;4.5;9.6;.7;9.53;3.6;3.31;24058
+73100;44.48245;7.06991;1542;20220526;18;3.3;10.6;2;9.63;4.4;3.82;27393
+73100;44.48245;7.06991;1542;20220527;23.6;5.4;14.5;1.8;9.03;1.6;4.71;27467
+73100;44.48245;7.06991;1542;20220528;24.4;2.9;13.6;2;8.03;3.2;4.85;27538
+73100;44.48245;7.06991;1542;20220529;20.4;2.8;11.6;2.6;7.53;.3;4.5;27606
+73100;44.48245;7.06991;1542;20220530;17.7;-.2;8.7;2.2;6.03;.3;4.08;27671
+73100;44.48245;7.06991;1542;20220531;17.7;2.8;10.2;1.5;7.83;.5;3.98;27733
+73100;44.48245;7.06991;1542;20220601;21.2;2.9;12;2;8.13;.3;4.45;27793
+73100;44.48245;7.06991;1542;20220602;24.1;5.7;14.9;2.7;9.23;0;5.08;27850
+73100;44.48245;7.06991;1542;20220603;19.2;8.1;13.6;2;11.23;7.8;3.97;25498
+73100;44.48245;7.06991;1542;20220604;23.3;6.8;15;2.6;10.53;0;4.85;27954
+73100;44.48245;7.06991;1542;20220605;22.9;8.4;15.6;2.1;9.33;0;4.94;28002
+73100;44.48245;7.06991;1542;20220606;23.3;3.7;13.5;2.2;9.13;.2;4.76;28048
+73100;44.48245;7.06991;1542;20220607;21.2;6.8;14;1.8;7.83;0;4.71;28090
+73100;44.48245;7.06991;1542;20220608;19.7;.6;10.1;1.9;6.83;0;4.3;28129
+73100;44.48245;7.06991;1542;20220609;17.8;6.3;12;2.4;6.23;0;4.42;26191
+73100;44.48245;7.06991;1542;20220610;22.1;-.8;10.6;2.6;6.43;0;4.81;28199
+73100;44.48245;7.06991;1542;20220611;24.7;2.7;13.7;2.1;7.73;0;5.06;28229
+73100;44.48245;7.06991;1542;20220612;26.9;3.5;15.2;1.1;7.83;0;4.9;28256
+73100;44.48245;7.06991;1542;20220613;26.3;6;16.1;1.5;8.93;.1;5.1;28281
+73100;44.48245;7.06991;1542;20220614;22.5;5.9;14.2;2.7;10.83;.2;4.69;28302
+73100;44.48245;7.06991;1542;20220615;26.2;7.1;16.6;1.2;10.43;.1;4.96;28320
+73100;44.48245;7.06991;1542;20220616;28.7;6.6;17.6;1.7;8.43;0;5.54;28336
+73100;44.48245;7.06991;1542;20220617;29.2;4.5;16.8;1.6;9.53;.7;5.4;28348
+73100;44.48245;7.06991;1542;20220618;25.8;9.8;17.8;1.8;12.93;0;5.1;28357
+73100;44.48245;7.06991;1542;20220619;23.4;8;15.7;2.8;12.43;.1;4.8;28364
+73100;44.48245;7.06991;1542;20220620;27.3;9.1;18.2;2.4;10.13;0;5.67;28367
+73100;44.48245;7.06991;1542;20220621;25.7;12;18.8;2.1;10.13;2;5.52;28367
+73100;44.48245;7.06991;1542;20220622;21.1;9.7;15.4;1.2;12.13;5.1;4.3;26260
+73100;44.48245;7.06991;1542;20220623;22.1;6.1;14.1;1.6;9.73;.9;4.63;28358
+73100;44.48245;7.06991;1542;20220624;18.5;5.2;11.8;1.2;9.23;5.9;4.18;28332
+73100;44.48245;7.06991;1542;20220625;20.2;2.7;11.4;2.1;8.33;0;4.38;28337
+73100;44.48245;7.06991;1542;20220626;20.7;6;13.3;3.1;11.13;.1;4.37;28322
+73100;44.48245;7.06991;1542;20220627;21.5;13.1;17.3;4.7;12.13;0;4.58;22526
+73100;44.48245;7.06991;1542;20220628;20.4;11.1;15.7;2.1;12.43;24.2;4.03;23673
+73100;44.48245;7.06991;1542;20220629;25;4.3;14.6;1.4;9.33;.1;4.81;28260
+73100;44.48245;7.06991;1542;20220630;22.8;6.8;14.8;1.6;10.33;.3;4.68;28233
+73100;44.48245;7.06991;1542;20220701;24;6.7;15.3;1.9;8.53;.2;5.03;28203
+73100;44.48245;7.06991;1542;20220702;27.3;3.4;15.3;1.5;7.73;0;5.15;28170
+73100;44.48245;7.06991;1542;20220703;28.8;6;17.4;2;9.83;.7;5.55;28134
+73100;44.48245;7.06991;1542;20220704;25.8;8.8;17.3;1.6;11.53;3.5;5.03;28095
+73100;44.48245;7.06991;1542;20220705;25.7;6.8;16.2;1.7;9.53;0;5.07;28054
+73100;44.48245;7.06991;1542;20220706;22.9;6.5;14.7;2.5;11.03;2;4.7;28009
+73100;44.48245;7.06991;1542;20220707;26.1;5.5;15.8;2;9.33;0;5.16;27961
+73100;44.48245;7.06991;1542;20220708;23.6;9.6;16.6;2.2;11.75;0;4.63;24518
+73100;44.48245;7.06991;1542;20220709;22.5;9.7;16.1;1.4;12.55;0;4.35;24908
+73100;44.48245;7.06991;1542;20220710;22.8;9.4;16.1;1.7;12.65;0;4.37;25236
+73100;44.48245;7.06991;1542;20220711;23.9;10.3;17.1;1.8;13.31;0;4.54;25065
+73100;44.48245;7.06991;1542;20220712;24;9.8;16.9;1.5;13.11;0;4.45;25321
+73100;44.48245;7.06991;1542;20220713;24.3;11.2;17.8;1.6;14.28;4.6;4.35;24532
+73100;44.48245;7.06991;1542;20220714;25.5;13.3;19.4;1.4;14.78;.4;4.78;25245
+73100;44.48245;7.06991;1542;20220715;26.4;11.9;19.1;1.7;13.58;0;4.96;26353
+73100;44.48245;7.06991;1542;20220716;26.5;9.8;18.2;1.9;13.98;.4;4.76;25820
+73100;44.48245;7.06991;1542;20220717;27.2;11.6;19.4;1.7;14.98;2.2;4.71;24700
+73100;44.48245;7.06991;1542;20220718;28.1;12.8;20.5;2.4;15.68;2.3;4.7;23316
+73100;44.48245;7.06991;1542;20220719;25.5;9.4;17.4;2.7;12.93;1;4.97;27172
+73100;44.48245;7.06991;1542;20220720;27.4;13.1;20.2;1.9;13.33;.4;5.25;27089
+73100;44.48245;7.06991;1542;20220721;30.2;8.4;19.3;2.7;11.03;0;5.88;27003
+73100;44.48245;7.06991;1542;20220722;27.8;8.9;18.3;2.4;12.53;0;5.23;26915
+73100;44.48245;7.06991;1542;20220723;29;9.6;19.3;1.6;11.13;.2;5.21;26823
+73100;44.48245;7.06991;1542;20220724;27.5;9.4;18.4;2.5;13.43;.2;5.12;26730
+73100;44.48245;7.06991;1542;20220725;30.6;8.8;19.7;1.6;11.63;.7;5.29;26634
+73100;44.48245;7.06991;1542;20220726;26.9;7.6;17.2;2.1;11.43;3.4;4.97;26535
+73100;44.48245;7.06991;1542;20220727;24.6;10.6;17.6;3.2;12.63;.5;4.91;26434
+73100;44.48245;7.06991;1542;20220728;25.1;9;17;2.2;10.53;.2;4.88;26331
+73100;44.48245;7.06991;1542;20220729;21;8;14.5;1.4;9.93;3.9;4.16;25930
+73100;44.48245;7.06991;1542;20220730;25.7;4.5;15.1;2.4;9.73;0;4.83;26117
+73100;44.48245;7.06991;1542;20220731;26.3;6.8;16.5;2.1;10.03;.1;4.88;26006
+73100;44.48245;7.06991;1542;20220801;29.3;6.5;17.9;1.4;9.23;0;4.91;25893
+73100;44.48245;7.06991;1542;20220802;24.1;6.7;15.4;3.4;11.03;0;4.69;25778
+73100;44.48245;7.06991;1542;20220803;24.5;9.4;16.9;2.7;12.33;.7;4.62;25661
+73100;44.48245;7.06991;1542;20220804;25.3;10.1;17.7;1.3;12.63;1.4;4.43;25542
+73100;44.48245;7.06991;1542;20220805;26.2;8.9;17.5;1.4;13.23;6.9;4.43;25420
+73100;44.48245;7.06991;1542;20220806;26.9;8.1;17.5;1.8;12.53;1.6;4.59;25296
+73100;44.48245;7.06991;1542;20220807;21.6;10.8;16.2;3.1;12.43;2.8;3.98;22711
+73100;44.48245;7.06991;1542;20220808;23.7;5.1;14.4;2;9.83;.3;4.26;25042
+73100;44.48245;7.06991;1542;20220809;24.9;7.1;16;3.1;10.73;2.2;4.7;24912
+73100;44.48245;7.06991;1542;20220810;23.2;11.1;17.1;2.5;13.23;4.8;4.14;23658
+73100;44.48245;7.06991;1542;20220811;24.9;8.8;16.8;1.7;11.73;.1;4.3;24646
+73100;44.48245;7.06991;1542;20220812;25.8;6.8;16.3;2;9.73;.1;4.53;24510
+73100;44.48245;7.06991;1542;20220813;27.2;4.6;15.9;1.6;7.63;0;4.54;24372
+73100;44.48245;7.06991;1542;20220814;19.4;5.7;12.5;1;10.03;7.9;3.51;24232
+73100;44.48245;7.06991;1542;20220815;22.1;4.4;13.2;1.4;8.43;.2;3.82;24091
+73100;44.48245;7.06991;1542;20220816;23.6;3.6;13.6;1.6;9.33;2.1;3.92;23947
+73100;44.48245;7.06991;1542;20220817;19.7;8.8;14.2;2.4;11.53;9.4;3.42;21587
+73100;44.48245;7.06991;1542;20220818;18.3;5.5;11.9;1.7;10.63;21.2;3.26;23232
+73100;44.48245;7.06991;1542;20220819;20.5;4.6;12.5;1.4;9.53;0;3.51;23506
+73100;44.48245;7.06991;1542;20220820;24.2;3.8;14;1.4;9.13;0;3.83;23356
+73100;44.48245;7.06991;1542;20220821;24.2;6.4;15.3;1.7;10.63;1.6;3.91;23204
+73100;44.48245;7.06991;1542;20220822;22.7;7.7;15.2;1.7;11.23;.8;3.74;23051
+73100;44.48245;7.06991;1542;20220823;23.2;6.1;14.6;1.9;10.63;.1;3.78;22895
+73100;44.48245;7.06991;1542;20220824;23.9;6.9;15.4;2.1;11.33;0;3.86;22739
+73100;44.48245;7.06991;1542;20220825;24.7;8.2;16.4;1.2;11.83;.2;3.72;22581
+73100;44.48245;7.06991;1542;20220826;20.8;11.8;16.3;1.1;12.43;4.7;3.07;18509
+73100;44.48245;7.06991;1542;20220827;21.4;5.5;13.4;1.8;10.63;1;3.41;22260
+73100;44.48245;7.06991;1542;20220828;24.6;6.8;15.7;1.6;10.43;1.1;3.75;22098
+73100;44.48245;7.06991;1542;20220829;24.9;5.8;15.3;1.1;9.03;.3;3.58;21934
+73100;44.48245;7.06991;1542;20220830;23.5;8.7;16.1;1.1;11.33;3.7;3.47;21769
+73100;44.48245;7.06991;1542;20220831;22;7.3;14.6;1.4;11.33;1.9;3.33;21603
+73100;44.48245;7.06991;1542;20220901;22.5;5.9;14.2;1.4;10.03;1;3.36;21436
+73100;44.48245;7.06991;1542;20220902;20.7;5.7;13.2;1.1;9.83;.7;3.11;21268
+73100;44.48245;7.06991;1542;20220903;19.9;7.2;13.5;1.2;10.83;3.6;3.01;20664
+73100;44.48245;7.06991;1542;20220904;21;4.5;12.7;1.6;9.83;.1;3.13;20927
+73100;44.48245;7.06991;1542;20220905;22.3;5.8;14;1.2;9.53;.2;3.18;20756
+73100;44.48245;7.06991;1542;20220906;21.5;5.7;13.6;1.3;10.93;1.6;3.03;20583
+73100;44.48245;7.06991;1542;20220907;20.8;9;14.9;1.8;11.73;5.7;3.02;19283
+73100;44.48245;7.06991;1542;20220908;20.3;8.5;14.4;1.2;10.23;0;2.9;19120
+73100;44.48245;7.06991;1542;20220909;18.1;2.1;10.1;1.6;7.03;0;2.85;20060
+73100;44.48245;7.06991;1542;20220910;20.3;-.1;10.1;1;6.33;0;2.76;19884
+73100;44.48245;7.06991;1542;20220911;24.4;.7;12.5;1.2;6.83;0;3.14;19707
+73100;44.48245;7.06991;1542;20220912;24.8;2.6;13.7;1;7.93;0;3.02;19530
+73100;44.48245;7.06991;1542;20220913;24.7;4.8;14.7;1.4;9.53;.1;3.17;19351
+73100;44.48245;7.06991;1542;20220914;18;11.2;14.6;2.1;11.73;18.1;2.33;13813
+73100;44.48245;7.06991;1542;20220915;20.1;7.2;13.6;1.5;10.23;0;2.76;18769
+73100;44.48245;7.06991;1542;20220916;20.5;4.4;12.4;1.3;8.73;0;2.72;18814
+73100;44.48245;7.06991;1542;20220917;15;1.3;8.1;1.8;4.73;0;2.62;18633
+73100;44.48245;7.06991;1542;20220918;19.1;-3.8;7.6;1.3;4.03;0;2.63;18453
+73100;44.48245;7.06991;1542;20220919;21.4;.2;10.8;1.3;4.53;0;2.82;18272
+73100;44.48245;7.06991;1542;20220920;20.3;-1.5;9.4;1.1;5.43;0;2.52;18091
+73100;44.48245;7.06991;1542;20220921;12.3;1.1;6.7;4.2;7.33;0;1.99;16516
+73100;44.48245;7.06991;1542;20220922;18.9;6.5;12.7;1.4;7.73;0;2.54;17193
+73100;44.48245;7.06991;1542;20220923;17;1.1;9;1.3;7.03;2;2.24;17546
+73100;44.48245;7.06991;1542;20220924;8.9;5.5;7.2;.6;8.53;7.3;1.18;8924
+73100;44.48245;7.06991;1542;20220925;13.5;2.1;7.8;.7;7.93;1.1;1.77;15993
+73100;44.48245;7.06991;1542;20220926;15.5;-.9;7.3;1.6;6.53;0;2.09;17000
+73100;44.48245;7.06991;1542;20220927;14.4;2.3;8.3;1.5;5.63;0;2.12;16127
+73100;44.48245;7.06991;1542;20220928;12.1;-.9;5.6;1.5;6.93;1.4;1.7;16530
+73100;44.48245;7.06991;1542;20220929;12.3;5.6;8.9;1.8;7.43;.9;1.7;11800
+73100;44.48245;7.06991;1542;20220930;8.4;.9;4.6;1.9;7.03;5.1;1.25;12337
+73100;44.48245;7.06991;1542;20221001;10.8;1.8;6.3;1.1;7.73;0;1.4;13347
+73100;44.48245;7.06991;1542;20221002;20.5;2.5;11.5;1.4;8.03;0;2.24;15913
+73100;44.48245;7.06991;1542;20221003;21.2;-.3;10.4;1.3;5.93;0;2.3;15732
+73100;44.48245;7.06991;1542;20221004;21.3;.2;10.7;.9;6.53;0;2.03;15553
+73100;44.48245;7.06991;1542;20221005;21.8;1;11.4;.9;6.93;.5;2.03;15374
+73100;44.48245;7.06991;1542;20221006;20.7;2.3;11.5;1.5;7.43;0;2.22;15195
+73100;44.48245;7.06991;1542;20221007;19.7;.2;9.9;1.2;7.03;0;1.97;15017
+73100;44.48245;7.06991;1542;20221008;14.6;1.4;8;.6;8.33;5.7;1.48;14840
+73100;44.48245;7.06991;1542;20221009;11.4;7.9;9.6;1;10.13;9.7;1.05;7678
+73100;44.48245;7.06991;1542;20221010;11.6;7.1;9.3;1.4;9.13;.6;1.17;8575
+73100;44.48245;7.06991;1542;20221011;16.5;1.5;9;1.2;7.83;.2;1.63;14313
+73100;44.48245;7.06991;1542;20221012;13.6;2;7.8;1.9;7.43;.4;1.54;13313
+73100;44.48245;7.06991;1542;20221013;14.9;-.2;7.3;.9;7.03;0;1.42;13967
+73100;44.48245;7.06991;1542;20221014;16.6;2.6;9.6;.8;8.33;0;1.45;13795
+73100;44.48245;7.06991;1542;20221015;20.2;6;13.1;.4;8.13;0;1.45;13624
+73100;44.48245;7.06991;1542;20221016;17.3;1.6;9.4;1;7.53;0;1.5;13455
+73100;44.48245;7.06991;1542;20221017;18;1.8;9.9;1.4;7.53;0;1.65;13286
+73100;44.48245;7.06991;1542;20221018;20.9;2.5;11.7;1.1;7.63;0;1.69;13119
+73100;44.48245;7.06991;1542;20221019;22.4;1.5;11.9;.9;6.63;0;1.65;12954
+73100;44.48245;7.06991;1542;20221020;15.7;2.4;9;1.1;8.53;5.6;1.29;12789
+73100;44.48245;7.06991;1542;20221021;11.6;8.9;10.2;1.1;10.93;6.4;.82;5860
+73100;44.48245;7.06991;1542;20221022;15.6;9.6;12.6;2.3;9.63;0;1.51;8521
+73100;44.48245;7.06991;1542;20221023;17.8;5.3;11.5;1.6;8.43;.5;1.55;12048
+73100;44.48245;7.06991;1542;20221024;14.7;7.7;11.2;1.5;9.63;.1;1.18;8957
+73100;44.48245;7.06991;1542;20221025;16.4;1.7;9;1.8;7.23;0;1.48;11990
+73100;44.48245;7.06991;1542;20221026;19.6;4.1;11.8;1.4;7.33;0;1.57;11835
+73100;44.48245;7.06991;1542;20221027;20.5;4.9;12.7;1.2;7.83;0;1.49;11682
+73100;44.48245;7.06991;1542;20221028;21;4.3;12.6;.9;7.53;0;1.33;11531
+73100;44.48245;7.06991;1542;20221029;21;3.1;12;1.3;6.93;0;1.54;11381
+73100;44.48245;7.06991;1542;20221030;18.4;2.4;10.4;1.5;6.43;0;1.48;11234
+73100;44.48245;7.06991;1542;20221031;16.8;2.8;9.8;1.8;6.43;.6;1.49;11088
+73100;44.48245;7.06991;1542;20221101;8.2;3.5;5.8;.7;7.53;19.8;.66;6670
+73100;44.48245;7.06991;1542;20221102;12.3;-.1;6.1;.7;6.43;0;.8;10563
+73100;44.48245;7.06991;1542;20221103;11.6;-2.5;4.5;1.4;5.83;19.3;.92;10664
+73100;44.48245;7.06991;1542;20221104;5;-.7;2.1;1.6;5.83;1;.6;7052
+73100;44.48245;7.06991;1542;20221105;6.8;-5.9;.4;.9;4.23;0;.65;10288
+73100;44.48245;7.06991;1542;20221106;10.3;-4.3;3;.8;4.33;0;.73;10259
+73100;44.48245;7.06991;1542;20221107;12.4;-4.3;4;.9;4.33;0;.82;10128
+73100;44.48245;7.06991;1542;20221108;12.6;-2.5;5;1;4.83;0;.84;10000
+73100;44.48245;7.06991;1542;20221109;9.7;-.1;4.8;1;6.63;9.2;.63;8624
+73100;44.48245;7.06991;1542;20221110;9.6;-1.3;4.1;1.1;6.03;0;.65;8972
+73100;44.48245;7.06991;1542;20221111;13;-3.8;4.6;.9;4.43;0;.77;9630
+73100;44.48245;7.06991;1542;20221112;14.5;-.7;6.9;1;5.13;0;.83;9512
+73100;44.48245;7.06991;1542;20221113;8.4;1.5;4.9;2.9;5.33;.2;1.07;6929
+73100;44.48245;7.06991;1542;20221114;7.2;1.2;4.2;1;5.93;1.2;.57;6401
+73100;44.48245;7.06991;1542;20221115;7.7;1.6;4.6;.8;7.03;5;.47;6378
+73100;44.48245;7.06991;1542;20221116;7.7;4.2;5.9;1.6;6.63;0;.7;4829
+73100;44.48245;7.06991;1542;20221117;10;-2.4;3.8;1.5;5.53;1;.66;8797
+73100;44.48245;7.06991;1542;20221118;6.6;.8;3.7;1.3;5.13;0;.63;6018
+73100;44.48245;7.06991;1542;20221119;5.3;-6.8;-.8;.8;3.43;0;.44;8501
+73100;44.48245;7.06991;1542;20221120;3.1;-8.9;-2.9;.9;2.93;0;.42;8375
+73100;44.48245;7.06991;1542;20221121;6.8;-7.8;-.5;1.2;3.63;3.1;.54;8565
+73100;44.48245;7.06991;1542;20221122;2.5;-1.3;.6;2.5;3.93;.4;.76;4710
+73100;44.48245;7.06991;1542;20221123;4.8;-9.8;-2.5;1.1;3.23;.1;.44;8385
+73100;44.48245;7.06991;1542;20221124;6.3;-7.4;-.6;1;3.23;0;.47;8300
+73100;44.48245;7.06991;1542;20221125;7;-5.7;.6;.8;3.63;0;.4;8181
+73100;44.48245;7.06991;1542;20221126;8.2;-7;.6;1.2;3.03;0;.61;8137
+73100;44.48245;7.06991;1542;20221127;6;-7.7;-.9;.7;3.03;0;.35;8061
+73100;44.48245;7.06991;1542;20221128;4.4;-3.9;.2;.8;3.53;0;.4;6475
+73100;44.48245;7.06991;1542;20221129;1.6;-5.8;-2.1;1.5;4.23;.7;.32;6074
+73100;44.48245;7.06991;1542;20221130;5.9;-7.5;-.8;1.8;3.63;0;.56;7848
+73100;44.48245;7.06991;1542;20221201;3.7;-6.2;-1.3;1.5;3.23;0;.51;6878
+73100;44.48245;7.06991;1542;20221202;2.2;-7.1;-2.5;2.1;3.53;2.4;.47;6622
+73100;44.48245;7.06991;1542;20221203;.3;-2.9;-1.3;2.5;4.33;6.1;.43;3946
+73100;44.48245;7.06991;1542;20221204;3.5;-1.2;1.1;1.5;5.13;7;.39;4703
+73100;44.48245;7.06991;1542;20221205;1.6;-7.1;-2.8;1.1;3.43;0;.31;6278
+73100;44.48245;7.06991;1542;20221206;2.6;-12.6;-5;1;2.23;0;.35;7507
+73100;44.48245;7.06991;1542;20221207;3.9;-11.6;-3.9;1;2.13;0;.39;7461
+73100;44.48245;7.06991;1542;20221208;2.4;-11.8;-4.7;1.3;2.53;10.4;.38;7418
+73100;44.48245;7.06991;1542;20221209;2.5;-1.8;.3;1.2;5.33;12.9;.28;4378
+73100;44.48245;7.06991;1542;20221210;2.3;.2;1.2;1;4.83;0;.41;3111
+73100;44.48245;7.06991;1542;20221211;-4.3;-16.9;-10.6;1;1.53;0;.24;7273
+73100;44.48245;7.06991;1542;20221212;-5.1;-18.1;-11.6;.9;1.83;6.7;.16;7279
+73100;44.48245;7.06991;1542;20221213;-1.5;-7.1;-4.3;.7;4.03;3;.16;4884
+73100;44.48245;7.06991;1542;20221214;3.6;-2.7;.4;.6;5.43;0;.2;5151
+73100;44.48245;7.06991;1542;20221215;1.7;-5.4;-1.9;1.4;4.93;25.4;.16;5440
+73100;44.48245;7.06991;1542;20221216;2.4;-4.6;-1.1;.7;5.13;.5;.16;5391
+73100;44.48245;7.06991;1542;20221217;-1.2;-12.7;-7;1.3;2.53;0;.25;6836
+73100;44.48245;7.06991;1542;20221218;.4;-14.3;-7;1;1.93;0;.29;7166
+73100;44.48245;7.06991;1542;20221219;2.9;-9.4;-3.3;.9;3.03;0;.24;7045
+73100;44.48245;7.06991;1542;20221220;2.2;-8.1;-3;.9;3.53;0;.22;6462
+73100;44.48245;7.06991;1542;20221221;3.3;-6.9;-1.8;.8;5.33;3.8;.09;6430
+73100;44.48245;7.06991;1542;20221222;3;.2;1.6;1;5.73;0;.31;3474
+73100;44.48245;7.06991;1542;20221223;6.6;1;3.8;2.1;6.53;0;.39;4826
+73100;44.48245;7.06991;1542;20221224;6.5;.4;3.4;.7;5.83;0;.28;5033
+73100;44.48245;7.06991;1542;20221225;9.9;-3.9;3;1.2;4.33;0;.45;7182
+73100;44.48245;7.06991;1542;20221226;10.2;-4;3.1;1.8;4.73;0;.6;7197
+73100;44.48245;7.06991;1542;20221227;4.7;-1.9;1.4;1.5;4.73;0;.41;5259
+73100;44.48245;7.06991;1542;20221228;3.5;-10.5;-3.5;1.1;2.63;0;.34;7238
+73100;44.48245;7.06991;1542;20221229;4.7;-7.6;-1.5;1.1;4.33;.8;.23;7144
+73100;44.48245;7.06991;1542;20221230;6.1;.4;3.2;2;6.23;.3;.39;4951
+73100;44.48245;7.06991;1542;20221231;9.9;.1;5;1.3;6.63;0;.37;6451
+74073;44.11666;-1.26989;10;20220101;22.7;9.5;16.1;2.1;10.35;0;1.46;6262
+74073;44.11666;-1.26989;10;20220102;17;8.3;12.6;2.3;11.8;.1;.79;5509
+74073;44.11666;-1.26989;10;20220103;18.3;9;13.6;2.8;11.4;0;1.15;6087
+74073;44.11666;-1.26989;10;20220104;17.1;10.8;14;5.6;11;7.3;1.94;4301
+74073;44.11666;-1.26989;10;20220105;9.9;4.8;7.4;2.8;7.4;.7;.94;3924
+74073;44.11666;-1.26989;10;20220106;9.7;.5;5.1;1.6;6.14;.1;.65;5390
+74073;44.11666;-1.26989;10;20220107;12.7;2.2;7.4;5.6;8.64;3.2;.98;5941
+74073;44.11666;-1.26989;10;20220108;13;10.5;11.8;9.7;11.1;9.8;1.45;2731
+74073;44.11666;-1.26989;10;20220109;12.5;10.8;11.7;8.3;11.94;23.4;.99;1268
+74073;44.11666;-1.26989;10;20220110;13.1;11.2;12.2;6.9;13.37;2.8;.55;1352
+74073;44.11666;-1.26989;10;20220111;11.5;6.5;9;1.6;9.2;.1;.58;5411
+74073;44.11666;-1.26989;10;20220112;7.4;.2;3.8;1.8;6.27;0;.51;6899
+74073;44.11666;-1.26989;10;20220113;9.3;-2.2;3.5;2.8;6.17;0;.7;7862
+74073;44.11666;-1.26989;10;20220114;10.2;-.9;4.6;2.7;6.34;.1;.78;7621
+74073;44.11666;-1.26989;10;20220115;11.2;-2.9;4.2;1.4;6.4;.1;.52;8344
+74073;44.11666;-1.26989;10;20220116;10.9;-1;4.9;2.1;6.77;.1;.68;7265
+74073;44.11666;-1.26989;10;20220117;9.6;.3;4.9;2.2;7.54;.1;.56;4944
+74073;44.11666;-1.26989;10;20220118;7.1;3.6;5.3;1.6;8.2;.2;.43;2519
+74073;44.11666;-1.26989;10;20220119;10.6;5.4;8;2.4;9.3;1.9;.61;3555
+74073;44.11666;-1.26989;10;20220120;10.3;7.7;9;3.9;9.67;.6;.84;2643
+74073;44.11666;-1.26989;10;20220121;7;1.6;4.3;3.4;6.1;.1;.86;6998
+74073;44.11666;-1.26989;10;20220122;8.4;-.5;4;2.9;5.74;.1;.88;8034
+74073;44.11666;-1.26989;10;20220123;10.9;-1.1;4.9;2.6;6.1;0;.96;8916
+74073;44.11666;-1.26989;10;20220124;14.5;-.2;7.2;2.1;6.74;0;1.07;8887
+74073;44.11666;-1.26989;10;20220125;15.2;.2;7.7;1.8;6.87;0;1;9679
+74073;44.11666;-1.26989;10;20220126;13.3;.4;6.9;2.5;6.97;0;1.07;9086
+74073;44.11666;-1.26989;10;20220127;7.1;-1.3;2.9;1.9;6.44;.1;.55;6718
+74073;44.11666;-1.26989;10;20220128;6.2;.8;3.5;1.7;7.2;0;.49;3483
+74073;44.11666;-1.26989;10;20220129;3.5;2;2.7;2.1;7.17;0;.35;2346
+74073;44.11666;-1.26989;10;20220130;5.3;1.1;3.2;2.1;7.7;1;.32;2690
+74073;44.11666;-1.26989;10;20220131;11.9;4.9;8.4;5.1;9.9;1.9;.75;6261
+74073;44.11666;-1.26989;10;20220201;11.2;3.1;7.1;3.8;9.14;.1;.73;6428
+74073;44.11666;-1.26989;10;20220202;11.9;9.6;10.7;3;11.14;0;.81;3212
+74073;44.11666;-1.26989;10;20220203;12.4;5.8;9.1;3.1;10.8;0;.63;4299
+74073;44.11666;-1.26989;10;20220204;12.5;7.6;10.1;3.5;11.4;1.2;.67;4214
+74073;44.11666;-1.26989;10;20220205;11.1;4.8;8;2.5;8.34;.1;.96;8438
+74073;44.11666;-1.26989;10;20220206;11.7;2.4;7.1;4.6;9.54;1.5;.68;6987
+74073;44.11666;-1.26989;10;20220207;13.6;10.9;12.3;4.1;11.61;.8;1.17;6548
+74073;44.11666;-1.26989;10;20220208;15.8;5.3;10.5;2.7;8.7;0;1.49;10438
+74073;44.11666;-1.26989;10;20220209;15.8;3.8;9.8;1.8;9.14;.1;1.16;10828
+74073;44.11666;-1.26989;10;20220210;12.4;3.4;7.9;2;9.87;3.7;1.13;9669
+74073;44.11666;-1.26989;10;20220211;12.4;7.3;9.9;2.8;9.27;0;1.15;6724
+74073;44.11666;-1.26989;10;20220212;14.4;2.3;8.4;2.1;7.84;0;1.32;10399
+74073;44.11666;-1.26989;10;20220213;17.7;3.4;10.5;5.4;9.1;4.4;2.28;10392
+74073;44.11666;-1.26989;10;20220214;12.4;8.8;10.6;8.3;10.04;11.9;1.53;5795
+74073;44.11666;-1.26989;10;20220215;13.3;6.7;10;6.5;10;5.6;1.47;7361
+74073;44.11666;-1.26989;10;20220216;13.5;10.4;11.9;7.7;12.84;5;.83;4252
+74073;44.11666;-1.26989;10;20220217;14.1;12.4;13.2;4.7;13.04;.9;.99;3196
+74073;44.11666;-1.26989;10;20220218;14.4;5.9;10.1;3.4;10.8;.2;1.06;7717
+74073;44.11666;-1.26989;10;20220219;12.5;5.8;9.2;2.6;9.04;.9;1.23;9139
+74073;44.11666;-1.26989;10;20220220;13.8;7.6;10.7;5.5;11.57;3.2;1.06;8004
+74073;44.11666;-1.26989;10;20220221;13.4;11.6;12.5;7;10.94;.2;1.78;4745
+74073;44.11666;-1.26989;10;20220222;14;10;12;2.7;9.87;0;1.53;7919
+74073;44.11666;-1.26989;10;20220223;17.5;3.8;10.6;2.2;9.74;0;1.63;13133
+74073;44.11666;-1.26989;10;20220224;13.3;5;9.1;3.3;10.5;1;1.02;9198
+74073;44.11666;-1.26989;10;20220225;13.1;3.4;8.3;2.5;7.64;.1;1.58;12177
+74073;44.11666;-1.26989;10;20220226;15.3;1.7;8.5;3.7;5.94;0;2.47;13904
+74073;44.11666;-1.26989;10;20220227;15.2;5.9;10.5;2.3;9.3;.1;1.58;11082
+74073;44.11666;-1.26989;10;20220228;19.5;4.7;12.1;1.6;9.7;0;1.82;14690
+74073;44.11666;-1.26989;10;20220301;20.1;5.1;12.6;2.5;8.77;.2;2.42;14294
+74073;44.11666;-1.26989;10;20220302;13.8;10.1;11.9;2.9;11.47;.6;1.2;5718
+74073;44.11666;-1.26989;10;20220303;13.2;6.4;9.8;3.6;11.1;5.1;1.02;7795
+74073;44.11666;-1.26989;10;20220304;12.2;9.2;10.7;7;9.84;0;1.74;6999
+74073;44.11666;-1.26989;10;20220305;12.5;4.3;8.4;2.6;8.2;.1;1.45;11494
+74073;44.11666;-1.26989;10;20220306;11.8;3.7;7.8;1.4;7.9;.1;1.26;10142
+74073;44.11666;-1.26989;10;20220307;12.4;1.3;6.8;2.2;6.8;0;1.7;14651
+74073;44.11666;-1.26989;10;20220308;13.1;7.2;10.2;3.1;9.3;1.7;1.55;8062
+74073;44.11666;-1.26989;10;20220309;18.1;4.3;11.2;3.5;8.84;.3;2.52;15084
+74073;44.11666;-1.26989;10;20220310;16.1;10.6;13.4;2.8;11.4;3.2;1.78;9355
+74073;44.11666;-1.26989;10;20220311;15.4;11.3;13.4;3.3;11.1;9.9;1.81;6693
+74073;44.11666;-1.26989;10;20220312;15.7;7.7;11.7;3.3;10.07;8.3;2.09;14380
+74073;44.11666;-1.26989;10;20220313;14.1;8.5;11.3;4.3;9.44;4.3;2.08;11072
+74073;44.11666;-1.26989;10;20220314;13.3;6;9.6;3.8;9.7;.3;1.45;8259
+74073;44.11666;-1.26989;10;20220315;21.2;10.1;15.7;4.4;12.4;0;2.91;14164
+74073;44.11666;-1.26989;10;20220316;15.8;11.5;13.6;4;12.87;.6;1.56;7518
+74073;44.11666;-1.26989;10;20220317;11.8;10.7;11.2;6;10.9;2.6;1.25;2151
+74073;44.11666;-1.26989;10;20220318;14.3;8.1;11.2;2.8;9.47;0;1.72;8143
+74073;44.11666;-1.26989;10;20220319;19.7;6.4;13;3.4;9.44;0;2.98;16252
+74073;44.11666;-1.26989;10;20220320;20;8;14;3.6;9.7;0;3.05;13667
+74073;44.11666;-1.26989;10;20220321;21.3;11.1;16.2;4.4;10.14;1.4;3.7;13525
+74073;44.11666;-1.26989;10;20220322;18.7;8.3;13.5;4.3;8.04;0;3.53;13941
+74073;44.11666;-1.26989;10;20220323;19.3;5.8;12.5;3.8;7.8;0;3.6;18068
+74073;44.11666;-1.26989;10;20220324;17.5;5.5;11.5;3.4;8.77;0;2.9;17498
+74073;44.11666;-1.26989;10;20220325;18.4;8;13.2;3.1;9.1;0;2.91;15382
+74073;44.11666;-1.26989;10;20220326;20.7;6.4;13.5;4;7.57;0;3.85;18802
+74073;44.11666;-1.26989;10;20220327;21.6;6.3;13.9;3.1;8.54;0;3.73;19432
+74073;44.11666;-1.26989;10;20220328;22;9;15.5;2.6;8.57;0;3.77;18641
+74073;44.11666;-1.26989;10;20220329;16.1;11;13.5;3;11.84;.1;1.86;8234
+74073;44.11666;-1.26989;10;20220330;14.9;10.4;12.7;4.6;11.47;6.2;1.72;6267
+74073;44.11666;-1.26989;10;20220331;14;9.1;11.5;7.1;9.64;6.2;2.5;12092
+74073;44.11666;-1.26989;10;20220401;10.1;3.3;6.7;5.6;6.14;1.2;2.28;12488
+74073;44.11666;-1.26989;10;20220402;10.5;3.8;7.1;5;5.84;.1;2.6;15575
+74073;44.11666;-1.26989;10;20220403;8.2;-1.1;3.6;2.8;6.14;.1;2;16297
+74073;44.11666;-1.26989;10;20220404;12.6;3.5;8;2.3;5.54;0;2.33;18708
+74073;44.11666;-1.26989;10;20220405;15;0;7.5;1.8;7.01;.2;2.25;17650
+74073;44.11666;-1.26989;10;20220406;14.2;8.7;11.4;4.3;11.07;1.5;1.83;11805
+74073;44.11666;-1.26989;10;20220407;16.3;10.6;13.5;7.1;11.97;10.3;2.25;8695
+74073;44.11666;-1.26989;10;20220408;17.3;12;14.6;7.5;11.2;1;3.06;7594
+74073;44.11666;-1.26989;10;20220409;14.7;8;11.4;3.8;8.87;.1;2.89;17661
+74073;44.11666;-1.26989;10;20220410;22.3;3.3;12.8;3.8;7.5;0;4.25;23051
+74073;44.11666;-1.26989;10;20220411;25.6;11;18.3;4.7;11.26;.6;4.87;21016
+74073;44.11666;-1.26989;10;20220412;21.3;11.4;16.3;3.5;11.94;.4;3.63;17756
+74073;44.11666;-1.26989;10;20220413;19;10;14.5;3.2;13;.3;2.42;14228
+74073;44.11666;-1.26989;10;20220414;19.5;11.5;15.5;2.4;13.64;.1;2.9;19076
+74073;44.11666;-1.26989;10;20220415;18.2;8.9;13.5;3.1;13.6;.1;2.41;17665
+74073;44.11666;-1.26989;10;20220416;17.9;11.5;14.7;2.7;13.2;0;2.67;17249
+74073;44.11666;-1.26989;10;20220417;18.4;8.8;13.6;3.2;13.04;0;2.69;19408
+74073;44.11666;-1.26989;10;20220418;16.6;12.3;14.5;4.3;12.67;0;2.4;11916
+74073;44.11666;-1.26989;10;20220419;13;10;11.5;5.1;11.4;9.1;1.42;4520
+74073;44.11666;-1.26989;10;20220420;11.4;9.5;10.4;6.4;11.7;16.8;.96;5130
+74073;44.11666;-1.26989;10;20220421;14.6;9.2;11.9;4.3;12.3;4.6;1.51;8596
+74073;44.11666;-1.26989;10;20220422;21.1;7.5;14.3;3.2;10.77;3.2;3.61;20224
+74073;44.11666;-1.26989;10;20220423;14.4;11.4;12.9;3.9;12.05;2.2;1.78;9593
+74073;44.11666;-1.26989;10;20220424;16.1;10.9;13.5;6.9;12.57;.5;2.24;12352
+74073;44.11666;-1.26989;10;20220425;17.6;9.2;13.4;2.9;11.64;0;3.21;23012
+74073;44.11666;-1.26989;10;20220426;24.3;8.9;16.6;3.3;11.55;3.6;4.79;25321
+74073;44.11666;-1.26989;10;20220427;17.7;12.6;15.2;2.3;14;3;1.86;8771
+74073;44.11666;-1.26989;10;20220428;16.5;13.2;14.8;2.6;14.3;.3;1.85;10365
+74073;44.11666;-1.26989;10;20220429;17.7;10;13.8;2.3;13.57;0;2.67;18750
+74073;44.11666;-1.26989;10;20220430;17.7;12.2;14.9;2.9;13.74;0;2.63;16261
+74073;44.11666;-1.26989;10;20220501;18.3;11.2;14.7;3.5;13.84;0;2.9;19359
+74073;44.11666;-1.26989;10;20220502;19;13;16;3.8;13.17;.1;3.18;17711
+74073;44.11666;-1.26989;10;20220503;20.2;9.3;14.7;4;13.14;1.1;3.05;17696
+74073;44.11666;-1.26989;10;20220504;19.3;13.7;16.5;4.5;12.64;0;3.6;19339
+74073;44.11666;-1.26989;10;20220505;19.5;9.2;14.3;3.9;12.97;.1;3.4;22419
+74073;44.11666;-1.26989;10;20220506;18.2;11.3;14.7;3.5;13.5;.1;3.1;20404
+74073;44.11666;-1.26989;10;20220507;19.7;10.7;15.2;2.7;13.94;.1;2.5;13707
+74073;44.11666;-1.26989;10;20220508;21.9;11.2;16.6;2.8;14.05;.1;3.37;20111
+74073;44.11666;-1.26989;10;20220509;24.6;11.3;17.9;2.3;14.05;0;4.1;24841
+74073;44.11666;-1.26989;10;20220510;24.6;12.1;18.3;2.4;13.97;0;4.52;24897
+74073;44.11666;-1.26989;10;20220511;19.4;14.9;17.2;2.6;15.04;1.5;2.78;14483
+74073;44.11666;-1.26989;10;20220512;20.3;14.3;17.3;2.4;15;.9;2.91;15349
+74073;44.11666;-1.26989;10;20220513;21.3;14.2;17.7;2.3;15.2;0;3.39;19086
+74073;44.11666;-1.26989;10;20220514;32;12.1;22;3.2;15.8;1;6.11;26542
+74073;44.11666;-1.26989;10;20220515;28.7;16;22.4;2.9;17.97;5.2;4.99;23268
+74073;44.11666;-1.26989;10;20220516;27;15.1;21;2.4;16.4;0;4.9;25350
+74073;44.11666;-1.26989;10;20220517;26.2;16.9;21.6;3.3;16.4;0;5.18;25341
+74073;44.11666;-1.26989;10;20220518;34.3;15.1;24.7;3.4;17.17;2.1;6.88;28100
+74073;44.11666;-1.26989;10;20220519;25.8;17.6;21.7;3;18.77;.1;3.96;18267
+74073;44.11666;-1.26989;10;20220520;22.3;17.6;19.9;3.2;18.74;0;3.15;16021
+74073;44.11666;-1.26989;10;20220521;30.4;15.9;23.2;2.8;18.1;0;5.35;23830
+74073;44.11666;-1.26989;10;20220522;30.6;18.4;24.5;3.9;20.07;.6;5.82;24644
+74073;44.11666;-1.26989;10;20220523;19.6;16.6;18.1;7.4;15.97;1.7;2.96;11706
+74073;44.11666;-1.26989;10;20220524;18.2;13;15.6;4.9;12.7;1.6;3.35;16672
+74073;44.11666;-1.26989;10;20220525;19.8;11.1;15.4;4;12.37;.1;3.92;22883
+74073;44.11666;-1.26989;10;20220526;20;12.7;16.4;2.9;13.9;.1;3.26;17679
+74073;44.11666;-1.26989;10;20220527;21.7;11.2;16.4;3.2;14.67;.1;3.82;23310
+74073;44.11666;-1.26989;10;20220528;25.1;12.5;18.8;3.3;14.17;0;5.3;27863
+74073;44.11666;-1.26989;10;20220529;24.3;12.4;18.4;3.8;11.3;0;5.61;27488
+74073;44.11666;-1.26989;10;20220530;21.2;11.4;16.3;3.6;10.14;0;4.71;23558
+74073;44.11666;-1.26989;10;20220531;21.8;13.1;17.4;2.6;12.7;.1;4.14;22169
+74073;44.11666;-1.26989;10;20220601;27.7;13.9;20.8;3.8;14.34;.6;6.03;27621
+74073;44.11666;-1.26989;10;20220602;25.4;16.7;21;3.8;18.2;4.9;4.56;22742
+74073;44.11666;-1.26989;10;20220603;23.2;18.3;20.7;3.5;18.97;2.5;3.54;17284
+74073;44.11666;-1.26989;10;20220604;23.4;17.5;20.4;2.7;18.67;0;3.37;16638
+74073;44.11666;-1.26989;10;20220605;22.3;17.5;19.9;3.1;16.34;0;3.92;19260
+74073;44.11666;-1.26989;10;20220606;24;14.5;19.3;2.1;15.97;.3;3.92;20540
+74073;44.11666;-1.26989;10;20220607;22.4;17.8;20.1;3.2;16.34;7.2;3.97;19066
+74073;44.11666;-1.26989;10;20220608;19.9;15.2;17.5;3.6;17.04;2.7;2.46;12411
+74073;44.11666;-1.26989;10;20220609;22.1;14.7;18.4;2.8;14.67;0;4.25;22988
+74073;44.11666;-1.26989;10;20220610;25.3;11.9;18.6;2.9;15.77;0;4.83;27916
+74073;44.11666;-1.26989;10;20220611;24.9;16.4;20.7;2.9;18.24;.1;4.09;20479
+74073;44.11666;-1.26989;10;20220612;25.3;17.3;21.3;3;19.57;3.9;3.84;18682
+74073;44.11666;-1.26989;10;20220613;27.6;18.2;22.9;3.1;19.44;0;5.11;24228
+74073;44.11666;-1.26989;10;20220614;32.9;18.1;25.5;2.7;19.1;0;6.22;26161
+74073;44.11666;-1.26989;10;20220615;27.1;20.3;23.7;3.2;20.44;0;5.06;23938
+74073;44.11666;-1.26989;10;20220616;36;18;27;2.3;18.3;0;6.99;29159
+74073;44.11666;-1.26989;10;20220617;38.9;20.8;29.9;3.2;20.5;0;8.18;29636
+74073;44.11666;-1.26989;10;20220618;41.3;22.2;31.7;3.5;19.87;0;9.07;29717
+74073;44.11666;-1.26989;10;20220619;25;19.3;22.1;5;19.57;.8;4.5;20602
+74073;44.11666;-1.26989;10;20220620;26;19;22.5;4.6;18.3;3.7;4.57;17905
+74073;44.11666;-1.26989;10;20220621;24.4;18.8;21.6;4.5;19.94;28.9;3.96;19064
+74073;44.11666;-1.26989;10;20220622;23.5;17;20.3;4.3;18.14;.5;4.02;20274
+74073;44.11666;-1.26989;10;20220623;24.2;15;19.6;2.4;17.5;7.8;4.09;22387
+74073;44.11666;-1.26989;10;20220624;23;16.9;20;4.6;16.54;2;4.28;20601
+74073;44.11666;-1.26989;10;20220625;18.9;16.2;17.5;2.9;15.74;6.4;2.31;9793
+74073;44.11666;-1.26989;10;20220626;18.9;13.9;16.4;1.9;14.84;6;2.3;11336
+74073;44.11666;-1.26989;10;20220627;21.1;14.3;17.7;3;14.2;.1;3.88;20084
+74073;44.11666;-1.26989;10;20220628;23.2;13;18.1;2.6;13.7;0;4.62;25617
+74073;44.11666;-1.26989;10;20220629;22.8;11.4;17.1;2.6;14.8;1.4;4.04;23558
+74073;44.11666;-1.26989;10;20220630;20.3;15;17.6;2.7;14.84;2.4;3.08;15067
+74073;44.11666;-1.26989;10;20220701;23;12;17.5;2.6;13.84;0;4.45;25467
+74073;44.11666;-1.26989;10;20220702;29;13.5;21.3;3.7;14.44;0;6.34;29337
+74073;44.11666;-1.26989;10;20220703;23.3;15.6;19.4;3.8;16.67;.5;4.44;24261
+74073;44.11666;-1.26989;10;20220704;23;17.2;20.1;2.4;17.94;0;3.06;14053
+74073;44.11666;-1.26989;10;20220705;26.3;16.6;21.5;3.1;18;0;5.08;25950
+74073;44.11666;-1.26989;10;20220706;26.5;16.4;21.4;3.5;16.47;0;5.47;26594
+74073;44.11666;-1.26989;10;20220707;25.1;16.5;20.8;3.2;18.14;.1;4.57;23762
+74073;44.11666;-1.26989;10;20220708;26.6;16.2;21.4;2.8;17.74;0;4.97;25341
+74073;44.11666;-1.26989;10;20220709;29.2;17.2;23.2;3.6;16.64;0;6.05;26731
+74073;44.11666;-1.26989;10;20220710;32.4;17.7;25;3.5;16.7;0;6.96;27550
+74073;44.11666;-1.26989;10;20220711;31.9;17.7;24.8;3.2;17.54;0;6.63;28171
+74073;44.11666;-1.26989;10;20220712;33.6;18.8;26.2;2.8;18.37;.1;6.54;26031
+74073;44.11666;-1.26989;10;20220713;33.1;17.4;25.3;2.4;16.54;0;6.6;27834
+74073;44.11666;-1.26989;10;20220714;32.2;17.8;25;2.4;18.37;0;5.72;24520
+74073;44.11666;-1.26989;10;20220715;30.5;20.1;25.3;3.6;18.14;0;5.9;22577
+74073;44.11666;-1.26989;10;20220716;38;19.2;28.6;3.6;15.7;0;8.51;28705
+74073;44.11666;-1.26989;10;20220717;40.1;20.4;30.3;3.9;13.47;0;9.46;28438
+74073;44.11666;-1.26989;10;20220718;41.9;22;31.9;4.5;16.74;.1;10.18;28907
+74073;44.11666;-1.26989;10;20220719;26.8;22;24.4;5.1;20.77;0;4.81;18274
+74073;44.11666;-1.26989;10;20220720;25.9;20.3;23.1;2.7;19.74;1.6;4.06;18059
+74073;44.11666;-1.26989;10;20220721;28.6;15.9;22.2;3.4;18.67;0;5.26;25683
+74073;44.11666;-1.26989;10;20220722;24.5;19.7;22.1;4.4;18.94;0;3.6;12968
+74073;44.11666;-1.26989;10;20220723;25.7;15.9;20.8;2.6;16.94;0;4.48;22886
+74073;44.11666;-1.26989;10;20220724;35.8;16.5;26.2;3.6;17.97;0;7.43;28679
+74073;44.11666;-1.26989;10;20220725;25.3;20.6;23;4.4;19.84;.5;3.93;14823
+74073;44.11666;-1.26989;10;20220726;24.8;15.8;20.3;2.9;16.2;0;4.42;22355
+74073;44.11666;-1.26989;10;20220727;24.9;13.3;19.1;2.7;14.84;0;4.67;25432
+74073;44.11666;-1.26989;10;20220728;25;16.3;20.6;2.9;15.94;0;4.65;23184
+74073;44.11666;-1.26989;10;20220729;25.6;17.2;21.4;2.2;18.3;.5;4.11;21210
+74073;44.11666;-1.26989;10;20220730;26.3;16.2;21.3;2.5;19.24;.3;4.41;23826
+74073;44.11666;-1.26989;10;20220731;26;16;21;3.2;19.54;.9;4.38;24037
+74073;44.11666;-1.26989;10;20220801;26.6;17.5;22;3;19.8;0;4.43;22479
+74073;44.11666;-1.26989;10;20220802;30.4;15.2;22.8;2.7;19.57;.7;5.07;24997
+74073;44.11666;-1.26989;10;20220803;30.8;20;25.4;3.2;22.47;1.4;4.83;20340
+74073;44.11666;-1.26989;10;20220804;27.4;21.3;24.4;3.4;23.04;1.4;4.23;19420
+74073;44.11666;-1.26989;10;20220805;25.8;20.7;23.3;4.1;19.4;0;4.31;17770
+74073;44.11666;-1.26989;10;20220806;29.6;19.4;24.5;3.3;17.27;0;5.43;21905
+74073;44.11666;-1.26989;10;20220807;28.7;18.9;23.8;3.8;14.9;.8;6.01;23580
+74073;44.11666;-1.26989;10;20220808;30.1;18.6;24.4;4;14.87;0;6.25;23950
+74073;44.11666;-1.26989;10;20220809;32.6;19.9;26.3;3.6;15.77;0;6.33;22035
+74073;44.11666;-1.26989;10;20220810;34;20.2;27.1;3;16.1;0;6.01;21245
+74073;44.11666;-1.26989;10;20220811;35.5;20.9;28.2;2.6;17.7;0;6.2;24202
+74073;44.11666;-1.26989;10;20220812;28.3;22.9;25.6;3.7;22.8;0;4.32;17751
+74073;44.11666;-1.26989;10;20220813;27.1;22.1;24.6;4.2;21.5;0;4.22;15960
+74073;44.11666;-1.26989;10;20220814;25.2;20.9;23;4.7;19.77;0;3.69;12549
+74073;44.11666;-1.26989;10;20220815;25.8;19.7;22.8;3.8;18.4;.3;4.22;17383
+74073;44.11666;-1.26989;10;20220816;24.3;16.9;20.6;2.7;18.4;7.2;3.53;17645
+74073;44.11666;-1.26989;10;20220817;24;17;20.5;4.6;17.85;3.9;3.52;15450
+74073;44.11666;-1.26989;10;20220818;23.1;17;20.1;5;18.2;2;3.25;14431
+74073;44.11666;-1.26989;10;20220819;25.1;17;21;2.9;17.95;0;3.47;16084
+74073;44.11666;-1.26989;10;20220820;28.7;16.2;22.4;2.3;19.4;.1;4.14;21263
+74073;44.11666;-1.26989;10;20220821;26;18.5;22.3;2.6;19.85;.7;3.33;15698
+74073;44.11666;-1.26989;10;20220822;24.9;19.8;22.4;3.8;21.65;1.1;2.56;10341
+74073;44.11666;-1.26989;10;20220823;27.8;19.7;23.7;2.2;22.25;0;3.3;16060
+74073;44.11666;-1.26989;10;20220824;36.1;18.7;27.4;2.8;21.05;.8;6.02;24569
+74073;44.11666;-1.26989;10;20220825;27;20.7;23.8;4.1;22.75;.1;3.21;14040
+74073;44.11666;-1.26989;10;20220826;26.4;20.7;23.5;3.6;21.15;.1;3.24;13103
+74073;44.11666;-1.26989;10;20220827;28.7;19.1;23.9;2.4;19.45;0;3.76;16610
+74073;44.11666;-1.26989;10;20220828;35;17.3;26.1;2.3;17.5;.6;5.65;24217
+74073;44.11666;-1.26989;10;20220829;28;21;24.5;2.7;18.6;6.7;3.52;14032
+74073;44.11666;-1.26989;10;20220830;28.7;17.7;23.2;3.1;21.8;0;3.57;18143
+74073;44.11666;-1.26989;10;20220831;26.5;20.6;23.5;4;21.44;0;3.48;13554
+74073;44.11666;-1.26989;10;20220901;26.2;17.9;22.1;3.1;19.44;.6;3.69;18026
+74073;44.11666;-1.26989;10;20220902;24.9;19;22;2.9;19.8;2.5;3.07;13779
+74073;44.11666;-1.26989;10;20220903;24.8;18.5;21.7;2.8;17.67;1.5;3.5;15952
+74073;44.11666;-1.26989;10;20220904;29;15.7;22.3;2.4;16.4;0;4.28;20643
+74073;44.11666;-1.26989;10;20220905;30;16.8;23.4;3.1;17.8;0;4.67;20165
+74073;44.11666;-1.26989;10;20220906;27.8;16.4;22.1;2.7;17;0;4.23;20483
+74073;44.11666;-1.26989;10;20220907;24.4;16.6;20.5;2.4;16.47;2.8;3.18;15141
+74073;44.11666;-1.26989;10;20220908;23.9;15.6;19.7;3;18;3.3;2.92;15190
+74073;44.11666;-1.26989;10;20220909;23.8;19.2;21.5;4.6;16.2;.1;3.83;13788
+74073;44.11666;-1.26989;10;20220910;27.5;14.9;21.2;2.7;16.27;0;4.04;20434
+74073;44.11666;-1.26989;10;20220911;35.7;16.3;26;3.5;14.97;0;6.34;21448
+74073;44.11666;-1.26989;10;20220912;37;20.1;28.5;3.3;16.77;6.5;6.14;18390
+74073;44.11666;-1.26989;10;20220913;31.5;21.3;26.4;3.5;20;.1;4.56;14656
+74073;44.11666;-1.26989;10;20220914;28.4;19.5;23.9;3.3;18.37;.1;4.07;15941
+74073;44.11666;-1.26989;10;20220915;25.9;16.1;21;2.5;19.27;.9;3.11;16917
+74073;44.11666;-1.26989;10;20220916;22.9;18.9;20.9;4.3;16.17;0;3.48;13395
+74073;44.11666;-1.26989;10;20220917;23.3;12;17.7;3.4;9.7;0;4.1;18345
+74073;44.11666;-1.26989;10;20220918;26.2;9.9;18;3.6;7.87;0;4.9;19732
+74073;44.11666;-1.26989;10;20220919;24.9;10.3;17.6;3.4;9.87;0;4.28;19118
+74073;44.11666;-1.26989;10;20220920;23;10.6;16.8;3.2;10.24;0;3.81;18143
+74073;44.11666;-1.26989;10;20220921;22.4;11.3;16.9;3.1;11.2;0;3.42;17310
+74073;44.11666;-1.26989;10;20220922;23;9.9;16.4;2.1;11.37;0;3.01;17707
+74073;44.11666;-1.26989;10;20220923;20.4;10.9;15.6;1.8;14.27;3.7;1.81;10071
+74073;44.11666;-1.26989;10;20220924;20.5;12.9;16.7;3.4;14.24;9.3;2.31;11108
+74073;44.11666;-1.26989;10;20220925;19.8;10.5;15.1;2.7;12.37;1.1;2.43;15008
+74073;44.11666;-1.26989;10;20220926;21.2;9;15.1;4.1;12.74;6.6;2.67;14210
+74073;44.11666;-1.26989;10;20220927;20;15.8;17.9;7.2;14.84;9.5;2.7;7265
+74073;44.11666;-1.26989;10;20220928;19.7;17.1;18.4;9.6;16.77;26.4;2.4;7213
+74073;44.11666;-1.26989;10;20220929;16.8;13.9;15.3;4.8;14.24;20.3;1.65;6207
+74073;44.11666;-1.26989;10;20220930;19.1;10.4;14.7;2.8;12.7;.1;2.23;14339
+74073;44.11666;-1.26989;10;20221001;20.7;15;17.8;5.5;16.47;.2;2.03;8059
+74073;44.11666;-1.26989;10;20221002;21.7;14.1;17.9;2.2;16.84;.1;2.06;12928
+74073;44.11666;-1.26989;10;20221003;24.3;13.3;18.8;2.1;15.74;0;2.48;14306
+74073;44.11666;-1.26989;10;20221004;21.4;11.4;16.4;1.7;15.3;.2;1.96;13694
+74073;44.11666;-1.26989;10;20221005;23.7;13.4;18.6;2.3;17.1;.2;2.14;12189
+74073;44.11666;-1.26989;10;20221006;21.7;16.9;19.3;2.1;17.5;0;1.74;7713
+74073;44.11666;-1.26989;10;20221007;25.4;13.3;19.4;2.5;16;.5;2.66;14322
+74073;44.11666;-1.26989;10;20221008;22.7;16.7;19.7;3.1;14.57;0;2.62;10022
+74073;44.11666;-1.26989;10;20221009;26.1;12.3;19.2;2.3;14.24;0;2.79;14417
+74073;44.11666;-1.26989;10;20221010;21.4;15.1;18.2;1.4;17.27;6.2;1.44;7975
+74073;44.11666;-1.26989;10;20221011;18.8;16.4;17.6;1.6;17.94;.7;.99;4111
+74073;44.11666;-1.26989;10;20221012;21.2;16.1;18.7;1.3;16.94;.1;1.55;8867
+74073;44.11666;-1.26989;10;20221013;20.2;12.6;16.4;3.2;16.67;.9;1.37;8133
+74073;44.11666;-1.26989;10;20221014;21.3;18.5;19.9;5;18.87;.3;1.81;4996
+74073;44.11666;-1.26989;10;20221015;23.1;14.4;18.8;2.3;16.64;0;1.82;8659
+74073;44.11666;-1.26989;10;20221016;28.7;14.9;21.8;2.3;16.5;1.9;2.84;12881
+74073;44.11666;-1.26989;10;20221017;26.3;17.8;22.1;2.5;18.44;0;2.27;8499
+74073;44.11666;-1.26989;10;20221018;30.4;15.8;23.1;2.8;17.8;.1;3.17;13173
+74073;44.11666;-1.26989;10;20221019;27.4;17.7;22.5;2.9;17.7;6.1;2.66;8572
+74073;44.11666;-1.26989;10;20221020;25.9;15.4;20.6;4;15.24;0;3.04;9524
+74073;44.11666;-1.26989;10;20221021;22.4;19;20.7;5;14.84;0;3.1;6175
+74073;44.11666;-1.26989;10;20221022;26.3;14;20.2;3;13.74;.1;2.88;11493
+74073;44.11666;-1.26989;10;20221023;25.2;19.9;22.6;6.3;13.84;0;4.53;7692
+74073;44.11666;-1.26989;10;20221024;23;17.1;20;2.9;14.7;0;2.4;9446
+74073;44.11666;-1.26989;10;20221025;23.7;12.8;18.2;3.5;13.4;.2;2.53;8338
+74073;44.11666;-1.26989;10;20221026;27.1;14.2;20.6;2.2;14.54;0;2.45;11337
+74073;44.11666;-1.26989;10;20221027;27.1;17.8;22.5;3.2;13.77;0;3.18;6358
+74073;44.11666;-1.26989;10;20221028;25.8;17.9;21.9;2.9;13.6;0;2.89;7674
+74073;44.11666;-1.26989;10;20221029;24.1;16.4;20.3;2.4;15.5;0;2.06;7138
+74073;44.11666;-1.26989;10;20221030;20.4;14.3;17.3;2.1;15.94;3.3;1.32;7229
+74073;44.11666;-1.26989;10;20221031;20.8;13.8;17.3;3.3;15.8;6;1.51;5632
+74073;44.11666;-1.26989;10;20221101;19.3;13;16.2;3.1;13.3;.1;1.74;7352
+74073;44.11666;-1.26989;10;20221102;20.5;10.8;15.7;2.5;12.94;.1;1.61;9403
+74073;44.11666;-1.26989;10;20221103;20.7;13;16.9;6;12.8;14.1;2.65;6073
+74073;44.11666;-1.26989;10;20221104;16.5;12.4;14.5;10.5;11.67;3.8;2.55;5285
+74073;44.11666;-1.26989;10;20221105;18.3;8.5;13.4;2.2;10.47;.1;1.43;9432
+74073;44.11666;-1.26989;10;20221106;19.2;6.9;13;3.3;11.4;.1;1.54;8165
+74073;44.11666;-1.26989;10;20221107;20.8;10;15.4;2.3;11.67;0;1.61;9355
+74073;44.11666;-1.26989;10;20221108;21.7;14.1;17.9;3.7;12.64;4.4;2.34;5150
+74073;44.11666;-1.26989;10;20221109;17;14.6;15.8;2.9;13.7;7.1;1.33;3014
+74073;44.11666;-1.26989;10;20221110;19.2;10.1;14.7;2.3;12.34;0;1.29;7872
+74073;44.11666;-1.26989;10;20221111;19.6;8.3;14;3.3;12.04;.1;1.51;8707
+74073;44.11666;-1.26989;10;20221112;22.4;10.2;16.3;2.2;13.14;.1;1.49;8828
+74073;44.11666;-1.26989;10;20221113;23.9;9.3;16.6;1.9;12.34;0;1.55;9383
+74073;44.11666;-1.26989;10;20221114;17.8;13;15.4;4;12.87;4.2;1.65;3883
+74073;44.11666;-1.26989;10;20221115;18;12.3;15.1;4.7;13.07;9.2;1.61;3468
+74073;44.11666;-1.26989;10;20221116;18.8;12.8;15.8;5.5;13.67;1;1.71;5784
+74073;44.11666;-1.26989;10;20221117;18.4;16.1;17.2;7.7;13.6;6.3;2.53;3720
+74073;44.11666;-1.26989;10;20221118;14;11;12.5;5.1;11.14;22.7;1.4;3168
+74073;44.11666;-1.26989;10;20221119;13.2;7.7;10.5;3.2;10;7.7;.97;5135
+74073;44.11666;-1.26989;10;20221120;16;6.2;11.1;4.2;11.04;8;1.12;5240
+74073;44.11666;-1.26989;10;20221121;16.6;9.8;13.2;7.4;11.67;32.2;1.79;3363
+74073;44.11666;-1.26989;10;20221122;13.6;9.5;11.6;9.6;11.14;30.7;1.43;2654
+74073;44.11666;-1.26989;10;20221123;16.8;11.2;14;7.1;13.74;2.3;1.18;4779
+74073;44.11666;-1.26989;10;20221124;14.4;10.4;12.4;3.6;11.67;8.2;1.02;3528
+74073;44.11666;-1.26989;10;20221125;15.3;10.1;12.7;4.9;11.64;6.3;1.22;5046
+74073;44.11666;-1.26989;10;20221126;13.6;6.3;10;2.4;9.6;0;.84;5058
+74073;44.11666;-1.26989;10;20221127;16.1;4.8;10.5;3.2;10;13.6;1.06;6543
+74073;44.11666;-1.26989;10;20221128;15;11.3;13.2;6.9;11.6;13.4;1.57;3730
+74073;44.11666;-1.26989;10;20221129;14.4;9.9;12.1;4.5;11.44;1.9;1.09;3824
+74073;44.11666;-1.26989;10;20221130;10.3;4.7;7.5;2.7;8.64;0;.65;5094
+74073;44.11666;-1.26989;10;20221201;10;3;6.5;2.9;7.8;0;.73;5609
+74073;44.11666;-1.26989;10;20221202;9;4.4;6.7;2.5;7.8;0;.7;4439
+74073;44.11666;-1.26989;10;20221203;8.4;4.3;6.4;2.2;7.37;0;.64;4518
+74073;44.11666;-1.26989;10;20221204;11.3;1.2;6.3;2.2;7.37;.3;.68;5795
+74073;44.11666;-1.26989;10;20221205;12.3;1.2;6.7;3.3;7.14;.1;.98;7150
+74073;44.11666;-1.26989;10;20221206;13.1;7.5;10.3;3.3;8.94;.1;1.2;3384
+74073;44.11666;-1.26989;10;20221207;9.6;4.3;7;2.8;8.37;.1;.64;4314
+74073;44.11666;-1.26989;10;20221208;8.5;5;6.7;3.5;8.67;11.9;.61;2079
+74073;44.11666;-1.26989;10;20221209;9.4;7;8.2;3.6;9.5;.6;.67;2724
+74073;44.11666;-1.26989;10;20221210;7.3;-1.6;2.9;2.3;5.34;.1;.61;6560
+74073;44.11666;-1.26989;10;20221211;7.3;-2.3;2.5;2.9;4.94;.1;.82;6074
+74073;44.11666;-1.26989;10;20221212;4.9;-1.1;1.9;3.5;7.1;11.1;.22;2868
+74073;44.11666;-1.26989;10;20221213;11.6;5.4;8.5;4.4;12.3;5.1;.08;3245
+74073;44.11666;-1.26989;10;20221214;18;10;14;2.9;13.47;8.1;.83;4523
+74073;44.11666;-1.26989;10;20221215;15.4;11.1;13.2;3.3;12.5;23.8;.91;2963
+74073;44.11666;-1.26989;10;20221216;8.1;6;7;5;8.4;.9;.77;3645
+74073;44.11666;-1.26989;10;20221217;9.9;-.6;4.7;2.7;6.57;.1;.69;6345
+74073;44.11666;-1.26989;10;20221218;15.9;2.1;9;3;8.47;0;1.04;6879
+74073;44.11666;-1.26989;10;20221219;16.2;7.8;12;3.3;9.77;0;1.3;4873
+74073;44.11666;-1.26989;10;20221220;16.6;11.7;14.1;3.9;10.94;5.8;1.73;2522
+74073;44.11666;-1.26989;10;20221221;17.6;10.1;13.8;3.5;12.94;.7;.97;4721
+74073;44.11666;-1.26989;10;20221222;16.6;12.4;14.5;4;13.84;1;.92;3062
+74073;44.11666;-1.26989;10;20221223;17.6;12.9;15.2;2.9;13.84;0;1.02;3084
+74073;44.11666;-1.26989;10;20221224;19;11.2;15.1;2.4;12.47;0;1.01;5882
+74073;44.11666;-1.26989;10;20221225;19.2;8.8;14;4;10.9;.6;1.67;5709
+74073;44.11666;-1.26989;10;20221226;15.9;11.4;13.6;2.1;12.2;.6;.92;2421
+74073;44.11666;-1.26989;10;20221227;15.8;8.7;12.3;1.2;11.8;.2;.51;4998
+74073;44.11666;-1.26989;10;20221228;17.4;7.6;12.5;3.1;11.14;0;1.02;6092
+74073;44.11666;-1.26989;10;20221229;14.4;13;13.7;3.8;12.77;12.9;1.03;1206
+74073;44.11666;-1.26989;10;20221230;18.9;10.5;14.7;4.4;12.9;0;1.4;4434
+74073;44.11666;-1.26989;10;20221231;20.7;13.9;17.3;5.8;9.4;0;3.42;5153
+74074;44.1588;-1.06647;80;20220101;21.7;2.9;12.3;1.3;10.3;0;.74;7306
+74074;44.1588;-1.06647;80;20220102;17.2;5.4;11.3;1.5;10.7;.1;.65;5530
+74074;44.1588;-1.06647;80;20220103;16.5;5.5;11;2.3;10.8;0;.87;5961
+74074;44.1588;-1.06647;80;20220104;16.7;9.5;13.1;3.2;10.76;6;1.33;3852
+74074;44.1588;-1.06647;80;20220105;9;2.1;5.6;1;7.2;.5;.42;4967
+74074;44.1588;-1.06647;80;20220106;9.3;-1.4;4;1;5.76;.1;.46;5957
+74074;44.1588;-1.06647;80;20220107;12.1;-.3;5.9;3.7;8.16;2.7;.79;6074
+74074;44.1588;-1.06647;80;20220108;12.1;7;9.5;7.5;11.03;11.6;.84;3795
+74074;44.1588;-1.06647;80;20220109;11.3;9.5;10.4;5.6;11.73;21.8;.73;1476
+74074;44.1588;-1.06647;80;20220110;12.8;10.3;11.6;4.7;13.03;3.2;.53;1950
+74074;44.1588;-1.06647;80;20220111;11.9;6.5;9.2;1.1;8.9;.1;.55;5102
+74074;44.1588;-1.06647;80;20220112;7.2;-2.2;2.5;1;5.9;0;.38;6539
+74074;44.1588;-1.06647;80;20220113;7;-4.2;1.4;1.8;5.86;0;.47;6869
+74074;44.1588;-1.06647;80;20220114;6.9;-1.1;2.9;1.4;6.13;0;.51;6126
+74074;44.1588;-1.06647;80;20220115;12;-4.4;3.8;.9;6.13;.1;.42;8287
+74074;44.1588;-1.06647;80;20220116;10.5;-2.7;3.9;1.1;6.53;.1;.44;7184
+74074;44.1588;-1.06647;80;20220117;7.7;-1;3.4;1.7;7.13;.1;.45;5284
+74074;44.1588;-1.06647;80;20220118;5.6;2.6;4.1;1.5;7.96;.2;.38;2382
+74074;44.1588;-1.06647;80;20220119;10.5;4.2;7.4;2.4;9;2.3;.61;4235
+74074;44.1588;-1.06647;80;20220120;10.9;7.2;9;3.1;9.5;.6;.87;3182
+74074;44.1588;-1.06647;80;20220121;5.8;0;2.9;2.5;5.93;.1;.69;6138
+74074;44.1588;-1.06647;80;20220122;8;-2.8;2.6;1.9;5.5;.1;.69;7703
+74074;44.1588;-1.06647;80;20220123;10.4;-3.1;3.7;1.9;5.8;0;.8;8399
+74074;44.1588;-1.06647;80;20220124;15.6;-1.2;7.2;1.5;6.4;0;.89;9163
+74074;44.1588;-1.06647;80;20220125;15.1;-1.9;6.6;1.1;6.46;0;.72;9481
+74074;44.1588;-1.06647;80;20220126;13.2;-2.3;5.5;1.8;6.56;0;.9;9162
+74074;44.1588;-1.06647;80;20220127;8;-3.6;2.2;1.1;5.76;.1;.52;7364
+74074;44.1588;-1.06647;80;20220128;6.5;-2.4;2;1.1;6.36;0;.42;5649
+74074;44.1588;-1.06647;80;20220129;2.4;-.6;.9;1.7;6.7;0;.31;3229
+74074;44.1588;-1.06647;80;20220130;3.8;-.4;1.7;1.8;7.16;.6;.32;3335
+74074;44.1588;-1.06647;80;20220131;11;3.1;7;3.9;9.3;2.1;.73;6260
+74074;44.1588;-1.06647;80;20220201;10.4;.4;5.4;2.9;8.8;.1;.62;6799
+74074;44.1588;-1.06647;80;20220202;10.5;8.2;9.3;2.6;10.83;0;.63;3182
+74074;44.1588;-1.06647;80;20220203;11.9;5.3;8.6;2.8;10.4;0;.65;4598
+74074;44.1588;-1.06647;80;20220204;12.2;6.4;9.3;2.7;11.1;1.6;.66;4886
+74074;44.1588;-1.06647;80;20220205;11.2;4.1;7.7;1.8;8;.1;.91;7890
+74074;44.1588;-1.06647;80;20220206;10.9;0;5.5;3.8;9.16;1.6;.63;7357
+74074;44.1588;-1.06647;80;20220207;13.9;8.9;11.4;2.8;11.36;.8;1.02;6630
+74074;44.1588;-1.06647;80;20220208;15.2;2.7;8.9;2.4;8.13;0;1.39;10327
+74074;44.1588;-1.06647;80;20220209;18.7;1.7;10.2;1.5;8.4;.1;1.25;11619
+74074;44.1588;-1.06647;80;20220210;7.8;1.6;4.7;1.4;9.49;4.5;1.02;10324
+74074;44.1588;-1.06647;80;20220211;11.8;6.5;9.2;2.2;9.12;0;1.07;6984
+74074;44.1588;-1.06647;80;20220212;14.4;1.2;7.8;1.8;7.52;0;1.27;10519
+74074;44.1588;-1.06647;80;20220213;17.6;2.3;9.9;3.8;8.99;4.3;1.9;11428
+74074;44.1588;-1.06647;80;20220214;11.7;8.4;10;6.6;10.15;11.3;1.32;5447
+74074;44.1588;-1.06647;80;20220215;12.6;5.9;9.2;5.5;10.05;9.2;1.2;7353
+74074;44.1588;-1.06647;80;20220216;13.2;8.9;11.1;6.4;12.76;5.8;.69;5313
+74074;44.1588;-1.06647;80;20220217;13.4;12.1;12.8;3.9;12.96;1.4;.89;2701
+74074;44.1588;-1.06647;80;20220218;16.6;6.2;11.4;2.5;10.83;.2;1.24;8913
+74074;44.1588;-1.06647;80;20220219;12.2;5.8;9;1.9;8.76;.5;1.15;8603
+74074;44.1588;-1.06647;80;20220220;13.9;3.9;8.9;4.4;11.1;3.8;1.04;9722
+74074;44.1588;-1.06647;80;20220221;13.4;10.1;11.8;5.3;10.6;.3;1.61;6399
+74074;44.1588;-1.06647;80;20220222;15.8;6.9;11.4;2;9.56;0;1.51;10595
+74074;44.1588;-1.06647;80;20220223;17.1;2.3;9.7;1.7;9.4;0;1.51;12824
+74074;44.1588;-1.06647;80;20220224;13.3;3.7;8.5;2.1;10.36;1;1.07;9564
+74074;44.1588;-1.06647;80;20220225;12.8;1.5;7.1;2.1;7.23;.1;1.48;12314
+74074;44.1588;-1.06647;80;20220226;14.7;1.2;7.9;3.5;5.7;0;2.36;13393
+74074;44.1588;-1.06647;80;20220227;16.9;4.1;10.5;2.2;8.76;.1;1.78;12632
+74074;44.1588;-1.06647;80;20220228;19.8;2.9;11.3;1.3;9.63;0;1.72;14877
+74074;44.1588;-1.06647;80;20220301;19.6;2.5;11;2.3;8.46;.1;2.3;14343
+74074;44.1588;-1.06647;80;20220302;14.2;8.3;11.3;1.9;10.76;.4;1.3;8283
+74074;44.1588;-1.06647;80;20220303;15.4;6.4;10.9;2.4;10.9;3.6;1.26;9192
+74074;44.1588;-1.06647;80;20220304;11.9;8.2;10.1;4.5;9.7;0;1.47;8030
+74074;44.1588;-1.06647;80;20220305;12.2;3.3;7.7;1.9;7.5;0;1.46;11200
+74074;44.1588;-1.06647;80;20220306;11.4;1;6.2;1;7.43;.2;1.2;10739
+74074;44.1588;-1.06647;80;20220307;12.8;-2.7;5;1.4;6.23;0;1.55;15475
+74074;44.1588;-1.06647;80;20220308;11.8;5.1;8.5;2.8;9.1;1.7;1.33;8370
+74074;44.1588;-1.06647;80;20220309;18.6;2.4;10.5;3;8.5;.4;2.49;15278
+74074;44.1588;-1.06647;80;20220310;16.8;9.4;13.1;2.7;11.26;3;1.86;10406
+74074;44.1588;-1.06647;80;20220311;14.2;9.4;11.8;2.2;11.16;9.7;1.37;7009
+74074;44.1588;-1.06647;80;20220312;14.9;7.3;11.1;3.2;10.1;7.3;1.89;12847
+74074;44.1588;-1.06647;80;20220313;14.3;7.9;11.1;3.8;9.36;2.9;2.01;11296
+74074;44.1588;-1.06647;80;20220314;13.4;5.9;9.6;4;10.13;.3;1.44;9142
+74074;44.1588;-1.06647;80;20220315;20.5;11.2;15.8;3.9;12.53;0;2.69;12498
+74074;44.1588;-1.06647;80;20220316;16.1;11.2;13.6;3.4;12.73;1.1;1.61;7387
+74074;44.1588;-1.06647;80;20220317;11.3;9.7;10.5;3.4;11.06;2.7;1.08;3986
+74074;44.1588;-1.06647;80;20220318;13.9;7.3;10.6;2.4;9.39;0;1.79;10145
+74074;44.1588;-1.06647;80;20220319;18.7;5.4;12.1;2.7;9.52;0;2.68;17069
+74074;44.1588;-1.06647;80;20220320;19.2;6.4;12.8;2.9;10.15;0;2.51;12916
+74074;44.1588;-1.06647;80;20220321;21;9.2;15.1;3.2;10.82;1.5;3.08;14891
+74074;44.1588;-1.06647;80;20220322;18.2;6.3;12.3;3.2;8.82;0;2.8;14247
+74074;44.1588;-1.06647;80;20220323;18.4;3.8;11.1;2.7;7.95;0;3.05;20121
+74074;44.1588;-1.06647;80;20220324;17.7;3.6;10.7;2.3;8.45;0;2.72;19697
+74074;44.1588;-1.06647;80;20220325;18.7;6.4;12.5;2.8;8.45;0;3.01;17112
+74074;44.1588;-1.06647;80;20220326;20.6;5.4;13;3.4;6.75;0;4.01;20320
+74074;44.1588;-1.06647;80;20220327;20.8;4.4;12.6;2.1;8.52;0;3.2;20286
+74074;44.1588;-1.06647;80;20220328;21.1;6.7;13.9;1.6;9.15;0;2.88;18018
+74074;44.1588;-1.06647;80;20220329;16.2;9;12.6;1.9;11.65;0;1.82;10610
+74074;44.1588;-1.06647;80;20220330;14.4;9.8;12.1;3.1;11.52;6.6;1.55;6483
+74074;44.1588;-1.06647;80;20220331;13.7;8.6;11.2;4.9;9.45;5.2;2.41;12628
+74074;44.1588;-1.06647;80;20220401;9.7;2.6;6.2;5.2;5.95;.9;2.33;12888
+74074;44.1588;-1.06647;80;20220402;10;1.8;5.9;4;5.67;.1;2.48;18077
+74074;44.1588;-1.06647;80;20220403;7.5;-1.9;2.8;2.8;6.12;.1;2;16297
+74074;44.1588;-1.06647;80;20220404;11.9;-.1;5.9;1.7;5.26;0;2.24;18552
+74074;44.1588;-1.06647;80;20220405;15.5;-2.2;6.7;1.3;6.57;.2;2.32;19703
+74074;44.1588;-1.06647;80;20220406;13.3;7.7;10.5;3.7;11.29;1.4;1.38;7855
+74074;44.1588;-1.06647;80;20220407;15.8;9.7;12.8;6.9;12.09;12.4;2.01;8695
+74074;44.1588;-1.06647;80;20220408;16.9;11;14;6.5;11.39;1.4;2.58;7177
+74074;44.1588;-1.06647;80;20220409;14.4;7;10.7;3.2;8.52;.1;2.92;19899
+74074;44.1588;-1.06647;80;20220410;21.5;2.2;11.8;4.2;7.72;0;4.36;22925
+74074;44.1588;-1.06647;80;20220411;24.3;10.2;17.3;4.9;11.22;.5;4.7;18683
+74074;44.1588;-1.06647;80;20220412;20.6;10.3;15.5;2.7;12.45;1.5;3.03;16488
+74074;44.1588;-1.06647;80;20220413;18.9;9.1;14;2.1;13.05;.1;2.24;12977
+74074;44.1588;-1.06647;80;20220414;20.3;11.1;15.7;1.8;13.39;.1;3.2;20753
+74074;44.1588;-1.06647;80;20220415;17.9;9;13.4;2.9;13.62;.1;2.38;16654
+74074;44.1588;-1.06647;80;20220416;18.7;11.2;14.9;2.5;13.19;0;3.1;20354
+74074;44.1588;-1.06647;80;20220417;18.8;9.1;13.9;2.7;13.19;0;2.86;19104
+74074;44.1588;-1.06647;80;20220418;16.5;11.7;14.1;3.5;12.45;0;2.25;11071
+74074;44.1588;-1.06647;80;20220419;12.3;8.5;10.4;3.4;11.49;9;1.19;5587
+74074;44.1588;-1.06647;80;20220420;10.9;8.8;9.8;3.4;11.65;12.1;.86;4203
+74074;44.1588;-1.06647;80;20220421;14.1;8.6;11.4;2.3;12.52;5.1;1.45;9238
+74074;44.1588;-1.06647;80;20220422;20.9;7.2;14.1;2.5;11.04;4.4;3.38;19544
+74074;44.1588;-1.06647;80;20220423;13.6;11;12.3;4.4;11.94;2.3;1.83;9421
+74074;44.1588;-1.06647;80;20220424;15.7;10.4;13.1;5.8;12.62;.4;2.15;11887
+74074;44.1588;-1.06647;80;20220425;18.5;8;13.3;2.5;11.12;0;3.4;23113
+74074;44.1588;-1.06647;80;20220426;24.7;8.4;16.5;3.4;11.77;1.3;4.77;25210
+74074;44.1588;-1.06647;80;20220427;17.4;12.3;14.8;2.3;13.99;3.9;1.86;8771
+74074;44.1588;-1.06647;80;20220428;16.3;12.7;14.5;2.2;14.35;.2;1.73;9052
+74074;44.1588;-1.06647;80;20220429;17.8;9.2;13.5;2.1;13.39;0;2.71;18935
+74074;44.1588;-1.06647;80;20220430;17.8;11.9;14.8;2.7;13.65;0;2.72;16752
+74074;44.1588;-1.06647;80;20220501;18.5;10.7;14.6;2.9;13.79;0;3;20032
+74074;44.1588;-1.06647;80;20220502;18.4;11.9;15.1;3.2;12.92;.1;3.06;17389
+74074;44.1588;-1.06647;80;20220503;20.3;9.2;14.7;3;13.09;1.3;3.11;17685
+74074;44.1588;-1.06647;80;20220504;19.5;13.2;16.4;3.1;12.42;0;3.68;19419
+74074;44.1588;-1.06647;80;20220505;19.6;7.9;13.7;2.9;12.45;.1;3.49;23565
+74074;44.1588;-1.06647;80;20220506;20;8.3;14.2;2.3;12.6;.1;3.48;23674
+74074;44.1588;-1.06647;80;20220507;21.1;9.7;15.4;1.8;13.76;.1;2.7;15152
+74074;44.1588;-1.06647;80;20220508;24.5;8.7;16.6;1.7;12.5;.1;3.5;17428
+74074;44.1588;-1.06647;80;20220509;28.3;7.8;18;1;12.2;0;3.75;19403
+74074;44.1588;-1.06647;80;20220510;28.1;10.1;19.1;2.1;13.16;0;5.05;26680
+74074;44.1588;-1.06647;80;20220511;24.1;13.3;18.7;2;14.9;1.5;3.65;19830
+74074;44.1588;-1.06647;80;20220512;21.7;13.4;17.6;1.5;15;.8;3.1;17415
+74074;44.1588;-1.06647;80;20220513;23.7;12.9;18.3;1.4;15.03;0;3.78;22171
+74074;44.1588;-1.06647;80;20220514;31.8;11;21.4;2.7;15.4;.7;5.88;26477
+74074;44.1588;-1.06647;80;20220515;29.9;15;22.5;2.3;18.13;7.9;5.04;24032
+74074;44.1588;-1.06647;80;20220516;28.7;15.4;22;1.9;16.66;.1;4.96;25237
+74074;44.1588;-1.06647;80;20220517;28.3;16.7;22.5;2.5;15.66;0;5.28;25041
+74074;44.1588;-1.06647;80;20220518;33.5;14.6;24;2.5;17.06;3;6.3;27635
+74074;44.1588;-1.06647;80;20220519;25.6;16.9;21.3;2.3;19.16;.1;3.64;17853
+74074;44.1588;-1.06647;80;20220520;22.7;16.7;19.7;2.3;18.76;0;3.22;17023
+74074;44.1588;-1.06647;80;20220521;31.6;14.3;22.9;2;18.23;0;5.49;26094
+74074;44.1588;-1.06647;80;20220522;30.5;18;24.2;3.1;20.13;.7;5.34;23217
+74074;44.1588;-1.06647;80;20220523;20.3;16;18.2;5.6;15.76;1.3;3.19;14090
+74074;44.1588;-1.06647;80;20220524;18;10.7;14.4;3.5;12.56;1.4;3.38;19507
+74074;44.1588;-1.06647;80;20220525;19.8;8.8;14.3;2.4;12;.2;3.87;24393
+74074;44.1588;-1.06647;80;20220526;19.8;9.3;14.6;2;13.33;.2;3.63;22193
+74074;44.1588;-1.06647;80;20220527;24.3;10.8;17.6;2;14.13;.1;4.3;25432
+74074;44.1588;-1.06647;80;20220528;27.3;11;19.2;2.9;13.03;0;5.65;29116
+74074;44.1588;-1.06647;80;20220529;25.5;10.7;18.1;3.2;9.8;0;5.8;27735
+74074;44.1588;-1.06647;80;20220530;23.8;8.4;16.1;2.5;9.53;0;4.95;27188
+74074;44.1588;-1.06647;80;20220531;25.6;12.7;19.2;2.1;12.5;.1;4.69;24299
+74074;44.1588;-1.06647;80;20220601;31.4;13.4;22.4;3.5;13.7;.6;6.88;30076
+74074;44.1588;-1.06647;80;20220602;27.2;15.1;21.2;2.6;18.6;3.6;4.83;25408
+74074;44.1588;-1.06647;80;20220603;26.1;18.1;22.1;2.2;19.43;2.4;4;19680
+74074;44.1588;-1.06647;80;20220604;23.8;17.3;20.6;2;18.96;.4;3.46;17580
+74074;44.1588;-1.06647;80;20220605;23.3;16.3;19.8;2.4;16.43;0;4.14;21858
+74074;44.1588;-1.06647;80;20220606;25.5;14.1;19.8;1.7;15.76;.3;4.23;22341
+74074;44.1588;-1.06647;80;20220607;23.6;15.9;19.8;2.2;15.83;7.6;4.25;22330
+74074;44.1588;-1.06647;80;20220608;19;14.4;16.7;2.9;16.63;4;2.47;12934
+74074;44.1588;-1.06647;80;20220609;23.5;11;17.2;2;14.06;0;4.56;26745
+74074;44.1588;-1.06647;80;20220610;28.3;9.8;19;1.9;14.76;0;5.26;30300
+74074;44.1588;-1.06647;80;20220611;28.2;12.8;20.5;1.9;17.1;0;4.82;26073
+74074;44.1588;-1.06647;80;20220612;27.6;15.8;21.7;2.3;19.53;4.7;4.51;23029
+74074;44.1588;-1.06647;80;20220613;28.9;17.6;23.3;2;20.63;0;5.06;25432
+74074;44.1588;-1.06647;80;20220614;35;17.8;26.4;2.6;19.86;0;6.78;27922
+74074;44.1588;-1.06647;80;20220615;31.9;19.2;25.6;2.5;20.96;0;5.83;27539
+74074;44.1588;-1.06647;80;20220616;35.5;17.4;26.5;1.9;17.66;0;6.69;29147
+74074;44.1588;-1.06647;80;20220617;38.8;19.5;29.2;2.4;19.93;0;7.66;29886
+74074;44.1588;-1.06647;80;20220618;41.2;19.8;30.5;2.8;19.33;0;8.5;29713
+74074;44.1588;-1.06647;80;20220619;28.9;18.7;23.8;3.6;18.83;0;5.24;23643
+74074;44.1588;-1.06647;80;20220620;28;17.7;22.9;3;18.43;2.8;4.74;21403
+74074;44.1588;-1.06647;80;20220621;25.9;17.5;21.7;3;19.6;37;4.38;22059
+74074;44.1588;-1.06647;80;20220622;24.6;16.2;20.4;2.6;18.16;0;4.22;22662
+74074;44.1588;-1.06647;80;20220623;25.3;14.8;20.1;2.2;17.3;4.9;4.39;23541
+74074;44.1588;-1.06647;80;20220624;24.2;15.2;19.7;3.4;16.66;2.5;4.39;22727
+74074;44.1588;-1.06647;80;20220625;17.9;14.6;16.3;2.1;15.43;6.4;2.31;11340
+74074;44.1588;-1.06647;80;20220626;17.9;13.2;15.5;1.4;14.93;7.3;2.31;12361
+74074;44.1588;-1.06647;80;20220627;20.6;13.2;16.9;2.2;14.3;0;3.82;20658
+74074;44.1588;-1.06647;80;20220628;25.2;12.4;18.8;1.6;13.73;0;4.72;26955
+74074;44.1588;-1.06647;80;20220629;23.8;9.9;16.9;1.9;14.3;4.4;4.31;25353
+74074;44.1588;-1.06647;80;20220630;19.7;14.1;16.9;2;14.86;2.9;3.03;15576
+74074;44.1588;-1.06647;80;20220701;23.9;9;16.4;1.7;12.8;0;4.6;27707
+74074;44.1588;-1.06647;80;20220702;30.5;12;21.3;2.6;13.6;0;6.3;30384
+74074;44.1588;-1.06647;80;20220703;27;14.1;20.5;2.5;15.66;1.5;5;26683
+74074;44.1588;-1.06647;80;20220704;23.6;15.7;19.6;2;18.1;0;3.43;17910
+74074;44.1588;-1.06647;80;20220705;28.2;15.4;21.8;2;17.46;0;5.12;27172
+74074;44.1588;-1.06647;80;20220706;28.8;14.3;21.5;2.6;15.23;0;5.76;28718
+74074;44.1588;-1.06647;80;20220707;27.1;12.8;19.9;1.9;16.53;.1;5.01;28226
+74074;44.1588;-1.06647;80;20220708;29.7;14.6;22.2;2;16.66;0;5.51;28737
+74074;44.1588;-1.06647;80;20220709;31.8;13.6;22.7;2.1;15.2;0;6.18;30355
+74074;44.1588;-1.06647;80;20220710;34.1;14.9;24.5;2.7;14.96;0;7.18;30304
+74074;44.1588;-1.06647;80;20220711;35.4;15.1;25.3;2.3;16.1;0;6.77;30072
+74074;44.1588;-1.06647;80;20220712;36.1;16.6;26.3;2;16.43;.1;6.82;29961
+74074;44.1588;-1.06647;80;20220713;35.9;14.2;25;1.8;14.23;0;6.58;29549
+74074;44.1588;-1.06647;80;20220714;35.9;15;25.4;1.5;16.66;0;5.83;26900
+74074;44.1588;-1.06647;80;20220715;34.4;15.9;25.2;2.1;16.73;0;6.32;28843
+74074;44.1588;-1.06647;80;20220716;38.2;17.7;27.9;2.8;15.06;0;7.94;28898
+74074;44.1588;-1.06647;80;20220717;38.7;17.9;28.3;3.1;13.46;0;8.46;28511
+74074;44.1588;-1.06647;80;20220718;39.9;21;30.4;3.8;15.93;.2;9.25;28332
+74074;44.1588;-1.06647;80;20220719;30;21.3;25.7;3.4;20.36;0;5.3;22329
+74074;44.1588;-1.06647;80;20220720;26.4;18.7;22.6;2;19.03;.9;4.24;20769
+74074;44.1588;-1.06647;80;20220721;31.8;14.1;23;2.2;17.6;0;5.65;28424
+74074;44.1588;-1.06647;80;20220722;25;17.7;21.4;3;18.63;0;3.86;17798
+74074;44.1588;-1.06647;80;20220723;29.4;13.4;21.4;1.5;16.6;0;4.99;27306
+74074;44.1588;-1.06647;80;20220724;36.1;13.6;24.9;2.5;17.4;0;6.69;28612
+74074;44.1588;-1.06647;80;20220725;26.4;19.1;22.7;3;19.66;.5;4.07;18124
+74074;44.1588;-1.06647;80;20220726;26.1;13;19.5;1.7;15.23;0;4.58;25721
+74074;44.1588;-1.06647;80;20220727;26.9;10.4;18.6;1.7;13.83;0;4.85;28161
+74074;44.1588;-1.06647;80;20220728;26.3;13.8;20;2.3;15.1;0;4.79;24645
+74074;44.1588;-1.06647;80;20220729;26.4;14.5;20.4;1.5;17.03;.7;4.4;24193
+74074;44.1588;-1.06647;80;20220730;27.6;14.1;20.9;1.5;18.13;.7;4.53;25358
+74074;44.1588;-1.06647;80;20220731;30.5;14.1;22.3;2.2;18.1;2;5.18;27678
+74074;44.1588;-1.06647;80;20220801;31.4;14.8;23.1;1.8;18.5;0;5.16;27615
+74074;44.1588;-1.06647;80;20220802;35;14.9;25;1.8;17.5;1.3;5.91;28063
+74074;44.1588;-1.06647;80;20220803;34.5;16.1;25.3;2;20.1;2.5;5.7;26845
+74074;44.1588;-1.06647;80;20220804;29.4;20.9;25.2;2.9;23;2.2;4.55;20556
+74074;44.1588;-1.06647;80;20220805;27.4;18;22.7;3.2;19.5;0;4.52;21422
+74074;44.1588;-1.06647;80;20220806;32;16.8;24.4;2.2;17.26;0;5.51;25381
+74074;44.1588;-1.06647;80;20220807;32.2;14.7;23.4;2.5;12.8;1.8;6;27406
+74074;44.1588;-1.06647;80;20220808;33.8;13.2;23.5;2.1;13.1;0;5.83;27267
+74074;44.1588;-1.06647;80;20220809;35.3;15.2;25.2;2.2;14.7;0;6.34;26930
+74074;44.1588;-1.06647;80;20220810;37.5;15.8;26.7;2.1;13.53;0;6.08;23678
+74074;44.1588;-1.06647;80;20220811;38;18.4;28.2;1.5;16.3;0;5.96;25981
+74074;44.1588;-1.06647;80;20220812;33.9;22;28;2.9;21.9;0;5.61;22465
+74074;44.1588;-1.06647;80;20220813;31.1;20.8;25.9;3;21.56;0;4.73;19602
+74074;44.1588;-1.06647;80;20220814;25.1;18.9;22;3.2;19.73;.5;3.57;15151
+74074;44.1588;-1.06647;80;20220815;25.8;16.5;21.2;3.1;17.43;.2;4.25;19718
+74074;44.1588;-1.06647;80;20220816;26.5;13.9;20.2;1.6;17.1;5;3.72;20062
+74074;44.1588;-1.06647;80;20220817;23.7;15;19.4;1.9;17.53;2.1;3.12;16598
+74074;44.1588;-1.06647;80;20220818;24.7;14.4;19.5;1.9;17.1;.7;3.43;18695
+74074;44.1588;-1.06647;80;20220819;26.1;14.1;20.1;1.3;17.16;.1;3.55;19839
+74074;44.1588;-1.06647;80;20220820;29.4;14.4;21.9;1.3;17.83;.2;4.07;21448
+74074;44.1588;-1.06647;80;20220821;27.2;15.4;21.3;1.6;18.3;.7;3.65;19214
+74074;44.1588;-1.06647;80;20220822;24.9;17.7;21.3;1.8;21.06;1.4;2.83;14551
+74074;44.1588;-1.06647;80;20220823;29.4;18.9;24.2;1.1;20.9;0;3.57;17554
+74074;44.1588;-1.06647;80;20220824;36;15.8;25.9;1.3;19.03;.6;5.12;24257
+74074;44.1588;-1.06647;80;20220825;28.4;19;23.7;2.5;21.56;0;3.86;17858
+74074;44.1588;-1.06647;80;20220826;27.6;18;22.8;1.9;20.23;.1;3.63;17799
+74074;44.1588;-1.06647;80;20220827;30.6;16.1;23.4;1.2;18.53;0;3.97;20439
+74074;44.1588;-1.06647;80;20220828;35.2;13.1;24.2;1.4;15.23;.3;4.94;24110
+74074;44.1588;-1.06647;80;20220829;28.8;19.3;24;1.8;17.2;6.7;3.43;12750
+74074;44.1588;-1.06647;80;20220830;32;14.4;23.2;1.5;19.03;0;4.39;22497
+74074;44.1588;-1.06647;80;20220831;27.6;19.3;23.4;2.8;21;.3;3.58;15661
+74074;44.1588;-1.06647;80;20220901;28.9;15.9;22.4;2.1;18.56;.5;3.85;19796
+74074;44.1588;-1.06647;80;20220902;25.1;16.9;21;2.3;19.1;2.5;3.18;15810
+74074;44.1588;-1.06647;80;20220903;26.7;16.7;21.7;2.2;17.36;1.1;3.75;18385
+74074;44.1588;-1.06647;80;20220904;32.3;14;23.1;1.7;14.8;0;4.58;22592
+74074;44.1588;-1.06647;80;20220905;32.5;13.6;23;2.2;15.16;0;4.88;22745
+74074;44.1588;-1.06647;80;20220906;29.6;14;21.8;2;15.13;0;4.28;21291
+74074;44.1588;-1.06647;80;20220907;25.9;14.3;20.1;1.8;15.23;3.1;3.3;16910
+74074;44.1588;-1.06647;80;20220908;25.2;12.9;19.1;2.3;16;3.1;3.19;17068
+74074;44.1588;-1.06647;80;20220909;24.5;17.2;20.8;3.5;15.63;.1;3.69;15142
+74074;44.1588;-1.06647;80;20220910;29.2;11.8;20.5;1.8;14.53;0;3.9;21427
+74074;44.1588;-1.06647;80;20220911;35.2;15.9;25.5;3.2;14.13;0;6.08;21094
+74074;44.1588;-1.06647;80;20220912;38.6;19;28.8;2.9;16.13;7.5;6.09;19007
+74074;44.1588;-1.06647;80;20220913;31.3;20.7;26;2.9;20.63;.1;4.18;14828
+74074;44.1588;-1.06647;80;20220914;29.2;17.9;23.6;2.7;17.06;.1;4.08;16545
+74074;44.1588;-1.06647;80;20220915;27.6;13.9;20.8;1.6;17.93;.6;3.23;18646
+74074;44.1588;-1.06647;80;20220916;23.8;16.1;20;2.8;15.7;0;3.24;15265
+74074;44.1588;-1.06647;80;20220917;23.2;9.2;16.2;2.6;9.26;0;3.7;18427
+74074;44.1588;-1.06647;80;20220918;26.3;8.1;17.2;2.8;7.4;0;4.41;19642
+74074;44.1588;-1.06647;80;20220919;27;6.2;16.6;2.2;8.4;0;3.84;20204
+74074;44.1588;-1.06647;80;20220920;24.8;6;15.4;2.2;9.16;.1;3.54;20039
+74074;44.1588;-1.06647;80;20220921;24.4;4.8;14.6;1.7;9.3;0;3.14;19807
+74074;44.1588;-1.06647;80;20220922;25.5;6.4;15.9;1.4;10.63;.1;3.01;19575
+74074;44.1588;-1.06647;80;20220923;20.7;8.5;14.6;1.3;13.16;1.8;1.94;12320
+74074;44.1588;-1.06647;80;20220924;20.1;9.6;14.9;2.5;13.43;5.3;2.33;13417
+74074;44.1588;-1.06647;80;20220925;19.2;8.2;13.7;1.6;11.6;.8;2.25;15498
+74074;44.1588;-1.06647;80;20220926;20.4;5.7;13;2.9;11.86;6.2;2.52;15431
+74074;44.1588;-1.06647;80;20220927;18.6;13.5;16;4.7;15.03;10.6;2.21;9097
+74074;44.1588;-1.06647;80;20220928;18.9;15.4;17.2;6.6;16.63;22.6;1.99;8047
+74074;44.1588;-1.06647;80;20220929;16.2;13.2;14.7;3.4;14.16;14.9;1.5;6064
+74074;44.1588;-1.06647;80;20220930;19.6;9.1;14.3;2;12.16;.2;2.14;14288
+74074;44.1588;-1.06647;80;20221001;20.4;11.5;16;4.9;15.4;.5;2.12;10671
+74074;44.1588;-1.06647;80;20221002;23.3;12;17.6;1.5;16.03;.1;2.13;14243
+74074;44.1588;-1.06647;80;20221003;24;12.3;18.1;1.7;15.33;0;2.31;13777
+74074;44.1588;-1.06647;80;20221004;24.6;8.9;16.8;1.2;13.83;.2;2.14;15680
+74074;44.1588;-1.06647;80;20221005;26.4;11.3;18.8;1.7;15.7;.3;2.42;14225
+74074;44.1588;-1.06647;80;20221006;20.8;15;17.9;1.3;17;0;1.62;8718
+74074;44.1588;-1.06647;80;20221007;25.8;11.8;18.8;1.8;15.4;.2;2.45;14061
+74074;44.1588;-1.06647;80;20221008;22.5;14.3;18.4;1.8;14.63;0;2.2;11131
+74074;44.1588;-1.06647;80;20221009;27.2;11;19.1;1.7;13.9;.1;2.65;14739
+74074;44.1588;-1.06647;80;20221010;20;13.5;16.7;1.2;17.2;5.1;1.26;7480
+74074;44.1588;-1.06647;80;20221011;19.4;15.4;17.4;1;17.6;2.6;1.1;5784
+74074;44.1588;-1.06647;80;20221012;22;14.5;18.3;.9;16.33;.1;1.54;9849
+74074;44.1588;-1.06647;80;20221013;20.8;11.3;16.1;2.5;16.03;1.1;1.52;9923
+74074;44.1588;-1.06647;80;20221014;21.1;17.5;19.3;3.9;18.36;.5;1.66;5542
+74074;44.1588;-1.06647;80;20221015;24.7;11.5;18.1;1.5;15.83;.1;1.88;11385
+74074;44.1588;-1.06647;80;20221016;29.5;14;21.8;2.1;16.33;1.8;2.8;12736
+74074;44.1588;-1.06647;80;20221017;25.5;17.6;21.5;1.8;19.13;0;1.92;8396
+74074;44.1588;-1.06647;80;20221018;30.3;14.5;22.4;2.8;17.6;.1;3.16;12816
+74074;44.1588;-1.06647;80;20221019;27.1;17.5;22.3;2.8;17.93;6;2.5;8147
+74074;44.1588;-1.06647;80;20221020;26.1;14.9;20.5;3.7;15.03;0;2.97;9460
+74074;44.1588;-1.06647;80;20221021;22;16.3;19.2;3.6;14.33;0;2.54;6680
+74074;44.1588;-1.06647;80;20221022;26.5;11.1;18.8;2.5;13.63;.2;2.6;11680
+74074;44.1588;-1.06647;80;20221023;26.6;16;21.3;4.4;13.33;0;3.69;9650
+74074;44.1588;-1.06647;80;20221024;23.7;13.1;18.4;2.6;12.8;0;2.4;10510
+74074;44.1588;-1.06647;80;20221025;22.8;11;16.9;2.9;13.03;.2;2.24;8543
+74074;44.1588;-1.06647;80;20221026;27.4;11.4;19.4;2.3;14.36;0;2.49;11426
+74074;44.1588;-1.06647;80;20221027;25.3;17.6;21.4;3.5;14.33;0;3.09;5850
+74074;44.1588;-1.06647;80;20221028;27.2;16;21.6;2.6;13.9;0;2.87;8312
+74074;44.1588;-1.06647;80;20221029;23.5;15.6;19.5;2.1;15.56;0;1.91;6429
+74074;44.1588;-1.06647;80;20221030;21.6;11.9;16.7;1.5;14.96;3.8;1.35;8308
+74074;44.1588;-1.06647;80;20221031;20.1;11.8;15.9;2.6;15.33;4.7;1.36;6032
+74074;44.1588;-1.06647;80;20221101;20.2;13.5;16.8;2.5;13.7;.1;1.67;7198
+74074;44.1588;-1.06647;80;20221102;20.3;7.8;14.1;1.8;11.8;.1;1.45;9595
+74074;44.1588;-1.06647;80;20221103;20.5;10.6;15.5;4.4;12.1;12.7;2.25;6925
+74074;44.1588;-1.06647;80;20221104;16.1;9.8;13;6.9;11.76;3.5;1.74;6395
+74074;44.1588;-1.06647;80;20221105;17.6;5.9;11.8;1.6;9.93;.1;1.22;9270
+74074;44.1588;-1.06647;80;20221106;19.3;4.2;11.8;2.6;10.46;.1;1.45;9052
+74074;44.1588;-1.06647;80;20221107;20.5;5.6;13.1;1.9;10.76;0;1.46;9605
+74074;44.1588;-1.06647;80;20221108;19;10.5;14.7;2.8;12.46;5.8;1.66;6191
+74074;44.1588;-1.06647;80;20221109;15.8;13.1;14.4;2;13.5;6.4;1.01;3288
+74074;44.1588;-1.06647;80;20221110;18.1;8.4;13.2;1.7;11.93;0;1.09;7665
+74074;44.1588;-1.06647;80;20221111;18.2;4.6;11.4;2.4;11.06;.1;1.21;8905
+74074;44.1588;-1.06647;80;20221112;22;7.8;14.9;2;12.36;.2;1.43;8969
+74074;44.1588;-1.06647;80;20221113;24.2;6.6;15.4;1.7;11.56;0;1.47;9602
+74074;44.1588;-1.06647;80;20221114;15.9;8.7;12.3;3;12.46;4.8;1.23;5171
+74074;44.1588;-1.06647;80;20221115;16.5;10.9;13.7;3.5;12.9;7.4;1.25;3734
+74074;44.1588;-1.06647;80;20221116;18.7;11.4;15.1;4.3;13.13;1.3;1.54;5862
+74074;44.1588;-1.06647;80;20221117;18.4;14.2;16.3;5.7;13.3;5.7;2.05;4539
+74074;44.1588;-1.06647;80;20221118;12.4;8.6;10.5;3.8;10.96;16.8;1.07;3622
+74074;44.1588;-1.06647;80;20221119;13.4;7;10.2;2.3;9.8;3.3;.9;5480
+74074;44.1588;-1.06647;80;20221120;15.4;4.2;9.8;3.3;10.7;8.3;.93;5752
+74074;44.1588;-1.06647;80;20221121;16;9.7;12.8;4.9;11.56;26.1;1.43;3570
+74074;44.1588;-1.06647;80;20221122;10.8;7.5;9.2;6.5;10.62;32.7;.86;2394
+74074;44.1588;-1.06647;80;20221123;16.9;10;13.5;5.1;13.16;2.7;1.13;5222
+74074;44.1588;-1.06647;80;20221124;14;7.3;10.6;3.1;11.16;7.8;.89;4320
+74074;44.1588;-1.06647;80;20221125;15;8.7;11.8;3.1;11.36;6.4;1.01;4853
+74074;44.1588;-1.06647;80;20221126;12.8;4.1;8.5;1.9;9.1;0;.73;5330
+74074;44.1588;-1.06647;80;20221127;14.1;2.2;8.1;2.2;9.6;12.6;.76;6096
+74074;44.1588;-1.06647;80;20221128;14.2;9.8;12;4.2;11.33;9;1.18;3788
+74074;44.1588;-1.06647;80;20221129;14.2;7.4;10.8;2.1;10.56;1.8;.8;4867
+74074;44.1588;-1.06647;80;20221130;8.4;2.8;5.6;2.2;8.06;0;.52;4838
+74074;44.1588;-1.06647;80;20221201;8;2.9;5.4;2.1;7.83;0;.62;4450
+74074;44.1588;-1.06647;80;20221202;9.5;2.9;6.2;1.7;7.66;0;.61;4718
+74074;44.1588;-1.06647;80;20221203;7.5;3.2;5.3;1.6;7.26;0;.55;4290
+74074;44.1588;-1.06647;80;20221204;10.8;.1;5.4;1.5;7;.2;.54;5627
+74074;44.1588;-1.06647;80;20221205;12.1;-.3;5.9;2.9;6.9;.1;.91;6705
+74074;44.1588;-1.06647;80;20221206;11.3;7.2;9.3;2.7;8.83;.1;.99;2915
+74074;44.1588;-1.06647;80;20221207;11.3;3.7;7.5;2;8.13;0;.62;5041
+74074;44.1588;-1.06647;80;20221208;9.2;3.7;6.4;2.7;8.5;12.9;.56;3045
+74074;44.1588;-1.06647;80;20221209;8.5;7.2;7.8;2.5;9.23;1;.6;1709
+74074;44.1588;-1.06647;80;20221210;6.7;-1.9;2.4;1.4;5.16;.1;.48;5737
+74074;44.1588;-1.06647;80;20221211;6.8;-3.6;1.6;2.4;4.7;.1;.76;5876
+74074;44.1588;-1.06647;80;20221212;4.6;-3.1;.8;2.9;6.73;12;.2;3484
+74074;44.1588;-1.06647;80;20221213;13.5;4.7;9.1;4;12.6;5.8;.06;4352
+74074;44.1588;-1.06647;80;20221214;18.5;10;14.3;2.6;13.63;8.5;.79;4545
+74074;44.1588;-1.06647;80;20221215;15.6;10.4;13;2.6;12.56;20.7;.81;3536
+74074;44.1588;-1.06647;80;20221216;6.7;6.4;6.6;3.5;8.76;.4;.56;2166
+74074;44.1588;-1.06647;80;20221217;9;-2.3;3.4;2.2;6.13;.2;.62;5965
+74074;44.1588;-1.06647;80;20221218;13.8;1.8;7.8;3.2;8.26;0;.96;5834
+74074;44.1588;-1.06647;80;20221219;13.5;7.5;10.5;3.6;10.16;0;1.02;3376
+74074;44.1588;-1.06647;80;20221220;13.4;10.7;12.1;3.7;11.53;4.4;1.13;1737
+74074;44.1588;-1.06647;80;20221221;18.1;9.8;13.9;3.1;12.86;.5;.99;4742
+74074;44.1588;-1.06647;80;20221222;16.1;9.4;12.8;3.1;13.4;.9;.76;3516
+74074;44.1588;-1.06647;80;20221223;18.2;10.8;14.5;1.9;13.56;0;.83;3913
+74074;44.1588;-1.06647;80;20221224;19.1;9.1;14.1;1.7;12;0;.83;5717
+74074;44.1588;-1.06647;80;20221225;19.6;6.1;12.9;2.8;10.36;.4;1.36;5684
+74074;44.1588;-1.06647;80;20221226;16.6;8.6;12.6;1.2;11.86;.8;.6;3997
+74074;44.1588;-1.06647;80;20221227;14.8;10.1;12.5;1.3;12.06;.2;.57;3963
+74074;44.1588;-1.06647;80;20221228;17.2;5.7;11.5;2.3;10.46;0;.87;6060
+74074;44.1588;-1.06647;80;20221229;14.4;9.7;12.1;3.4;11.83;12;.94;2640
+74074;44.1588;-1.06647;80;20221230;18.8;9.8;14.3;3.6;12.5;0;1.28;4311
+74074;44.1588;-1.06647;80;20221231;20.7;9.9;15.3;4.2;9.8;0;2.51;5445
+74075;44.19158;-.75703;80;20220101;22.1;2.3;12.2;1.8;10.2;0;1.03;7885
+74075;44.19158;-.75703;80;20220102;17.6;6;11.8;1.5;10.5;.1;.72;5829
+74075;44.19158;-.75703;80;20220103;16.1;4.4;10.3;2.1;10.6;0;.66;5896
+74075;44.19158;-.75703;80;20220104;16.7;9.5;13.1;3.2;10.6;3.5;1.33;4436
+74075;44.19158;-.75703;80;20220105;9.3;1.4;5.4;.8;7.1;.3;.39;4730
+74075;44.19158;-.75703;80;20220106;9.4;-2.6;3.4;.4;5.4;.1;.27;6114
+74075;44.19158;-.75703;80;20220107;12.4;-1.5;5.5;2.3;8;3;.55;6711
+74075;44.19158;-.75703;80;20220108;11.9;5.5;8.7;5.6;10.9;12;.41;4263
+74075;44.19158;-.75703;80;20220109;11.1;8.9;10;3.7;11.4;17.8;.54;2100
+74075;44.19158;-.75703;80;20220110;12.5;10;11.3;3.5;12.8;3.1;.45;2332
+74075;44.19158;-.75703;80;20220111;12.1;6.2;9.2;.7;8.4;.1;.53;4173
+74075;44.19158;-.75703;80;20220112;7;-4;1.5;.8;5.5;0;.34;6133
+74075;44.19158;-.75703;80;20220113;7.9;-6.2;.9;1;5.6;0;.35;7150
+74075;44.19158;-.75703;80;20220114;6.7;-1.4;2.7;.5;6;0;.33;5228
+74075;44.19158;-.75703;80;20220115;12.4;-5.3;3.6;.6;5.7;.1;.38;8305
+74075;44.19158;-.75703;80;20220116;10.2;-3.6;3.3;.6;6.1;.1;.36;7293
+74075;44.19158;-.75703;80;20220117;5.1;-1.8;1.7;1.9;6.8;.1;.28;4916
+74075;44.19158;-.75703;80;20220118;5.7;2.8;4.3;2;7.9;.1;.37;2866
+74075;44.19158;-.75703;80;20220119;9.8;3.9;6.9;1.7;8.6;2.4;.54;4582
+74075;44.19158;-.75703;80;20220120;10.7;6.8;8.8;2.3;9.4;.6;.72;3582
+74075;44.19158;-.75703;80;20220121;5.5;-.9;2.3;2.2;5.8;.2;.59;4941
+74075;44.19158;-.75703;80;20220122;7.9;-3.4;2.3;1.5;5.3;.1;.62;6989
+74075;44.19158;-.75703;80;20220123;10.3;-4.5;2.9;1.4;5.5;0;.67;8249
+74075;44.19158;-.75703;80;20220124;15.6;-2.2;6.7;.9;6.1;0;.72;9261
+74075;44.19158;-.75703;80;20220125;15.4;-3.8;5.8;.5;5.7;0;.52;9781
+74075;44.19158;-.75703;80;20220126;13;-4.3;4.4;1.1;5.8;0;.72;9353
+74075;44.19158;-.75703;80;20220127;5.4;-4.4;.5;.8;5.2;.1;.43;6879
+74075;44.19158;-.75703;80;20220128;4.9;-3.4;.8;1.2;6;0;.4;6337
+74075;44.19158;-.75703;80;20220129;2.4;-1;.7;1.9;6.5;0;.28;3745
+74075;44.19158;-.75703;80;20220130;3.7;-.6;1.6;2;6.9;.5;.3;4404
+74075;44.19158;-.75703;80;20220131;10.8;2.6;6.7;2.4;8.9;2;.64;6564
+74075;44.19158;-.75703;80;20220201;10.6;-.6;5;1.9;8.7;.2;.5;7954
+74075;44.19158;-.75703;80;20220202;10.1;7.8;9;2.4;10.8;0;.53;3096
+74075;44.19158;-.75703;80;20220203;11.7;5.2;8.5;2.9;10.3;0;.64;5989
+74075;44.19158;-.75703;80;20220204;11.7;6.6;9.2;1.7;10.9;1.8;.6;5267
+74075;44.19158;-.75703;80;20220205;11;3.4;7.2;1.4;7.7;.1;.83;6753
+74075;44.19158;-.75703;80;20220206;10.8;-1.3;4.8;3;8.9;1.7;.5;8914
+74075;44.19158;-.75703;80;20220207;13.9;8.6;11.3;1.9;11.2;.8;.89;5638
+74075;44.19158;-.75703;80;20220208;15.3;1.2;8.3;2.3;7.8;0;1.33;9981
+74075;44.19158;-.75703;80;20220209;19.4;.8;10.1;1.2;7.9;.1;1.3;11778
+74075;44.19158;-.75703;80;20220210;5.9;.6;3.3;1.5;8.99;3.3;1.25;10300
+74075;44.19158;-.75703;80;20220211;12.2;7;9.6;2;9.13;0;1.08;6833
+74075;44.19158;-.75703;80;20220212;14.1;0;7.1;1.5;7.46;0;1.11;9533
+74075;44.19158;-.75703;80;20220213;18.8;1.6;10.2;3.5;8.69;3.7;2.04;10866
+74075;44.19158;-.75703;80;20220214;11.3;7.9;9.6;4.8;10.06;10.9;1.13;5566
+74075;44.19158;-.75703;80;20220215;12;4.4;8.2;3.4;9.86;9.7;.9;6466
+74075;44.19158;-.75703;80;20220216;13.2;8.7;11;4.5;12.6;6.2;.68;5864
+74075;44.19158;-.75703;80;20220217;13.5;12;12.8;3.2;12.9;1.8;.91;3004
+74075;44.19158;-.75703;80;20220218;17.2;6.4;11.8;1.7;10.8;.1;1.32;9922
+74075;44.19158;-.75703;80;20220219;12.2;5.7;9;1.4;8.5;.2;1.07;7577
+74075;44.19158;-.75703;80;20220220;14.1;2.2;8.2;3;10.7;3.7;.92;10761
+74075;44.19158;-.75703;80;20220221;13.7;9.7;11.7;3.7;10.4;.1;1.47;5895
+74075;44.19158;-.75703;80;20220222;16.2;6.1;11.2;1.3;9.3;0;1.36;10109
+74075;44.19158;-.75703;80;20220223;17.2;1.6;9.4;1.4;8.9;.1;1.46;12986
+74075;44.19158;-.75703;80;20220224;12.6;2.5;7.6;1.4;10.1;.8;.93;10390
+74075;44.19158;-.75703;80;20220225;12.7;.2;6.5;1.9;7;0;1.37;11832
+74075;44.19158;-.75703;80;20220226;15.1;-.1;7.5;3.7;5.9;.1;2.35;13328
+74075;44.19158;-.75703;80;20220227;17.6;3.2;10.4;1.9;8.3;.1;1.84;13117
+74075;44.19158;-.75703;80;20220228;20.9;1.7;11.3;1;8.7;0;1.79;15505
+74075;44.19158;-.75703;80;20220301;19.8;1;10.4;2.4;8.3;0;2.29;15530
+74075;44.19158;-.75703;80;20220302;14.3;7.8;11.1;1.8;10.5;1;1.31;8828
+74075;44.19158;-.75703;80;20220303;16.4;6.5;11.5;1.8;10.7;3;1.53;11280
+74075;44.19158;-.75703;80;20220304;11.6;8;9.8;2.5;9.7;0;1.2;6484
+74075;44.19158;-.75703;80;20220305;12.2;3.7;8;1.9;7.3;0;1.51;10649
+74075;44.19158;-.75703;80;20220306;11.4;.5;6;.8;7.5;.1;1.21;12349
+74075;44.19158;-.75703;80;20220307;13.1;-2.8;5.2;1.5;6.3;0;1.58;15315
+74075;44.19158;-.75703;80;20220308;11.3;4.5;7.9;2.4;9;1.4;1.23;9785
+74075;44.19158;-.75703;80;20220309;18.8;1.4;10.1;2.9;8.6;.2;2.44;16463
+74075;44.19158;-.75703;80;20220310;16.7;8.9;12.8;2.9;11.3;2.4;1.84;10817
+74075;44.19158;-.75703;80;20220311;14;9.1;11.6;2.1;11.1;10.6;1.37;8467
+74075;44.19158;-.75703;80;20220312;14.8;7.2;11;3.5;10.1;5.1;1.8;10927
+74075;44.19158;-.75703;80;20220313;14.6;8;11.3;3.8;9.5;4.2;2.01;10236
+74075;44.19158;-.75703;80;20220314;14.1;5.5;9.8;4.4;10.2;.1;1.64;11969
+74075;44.19158;-.75703;80;20220315;19.9;10.9;15.4;3.6;12.5;0;2.5;12412
+74075;44.19158;-.75703;80;20220316;16.1;10.7;13.4;3.3;12.7;2;1.66;9495
+74075;44.19158;-.75703;80;20220317;11.7;9.5;10.6;3.2;11.2;2.8;1.09;5761
+74075;44.19158;-.75703;80;20220318;13.3;6.6;10;2.3;9.49;0;1.7;10333
+74075;44.19158;-.75703;80;20220319;18.6;4.7;11.6;2.7;9.43;0;2.56;15300
+74075;44.19158;-.75703;80;20220320;18.5;6.8;12.7;3.1;10.13;0;2.43;12500
+74075;44.19158;-.75703;80;20220321;20.6;8.5;14.5;4.1;10.33;.4;3.36;16233
+74075;44.19158;-.75703;80;20220322;17.6;6.4;12;3.8;8.29;0;2.89;12200
+74075;44.19158;-.75703;80;20220323;18;4.1;11.1;3;7.63;0;3.14;19900
+74075;44.19158;-.75703;80;20220324;19.2;2.7;10.9;1.9;8.19;0;2.79;19533
+74075;44.19158;-.75703;80;20220325;19.4;4.8;12.1;2.3;8.03;0;2.75;14333
+74075;44.19158;-.75703;80;20220326;20;5;12.5;3.4;6.96;0;3.81;19833
+74075;44.19158;-.75703;80;20220327;21;5.3;13.1;2.4;8.33;0;3.33;18766
+74075;44.19158;-.75703;80;20220328;21.1;5.6;13.3;1.5;9.39;0;2.5;13433
+74075;44.19158;-.75703;80;20220329;17.2;7.2;12.2;1.7;11.23;0;1.6;7933
+74075;44.19158;-.75703;80;20220330;14.8;9.7;12.2;2.6;11.53;4.7;1.52;6900
+74075;44.19158;-.75703;80;20220331;14.7;8;11.4;4;9.43;3.5;2.44;13533
+74075;44.19158;-.75703;80;20220401;9.6;.3;4.9;4;5.79;.5;2.14;15566
+74075;44.19158;-.75703;80;20220402;10;-.4;4.8;3.7;5.29;.1;2.41;16931
+74075;44.19158;-.75703;80;20220403;7.9;-1;3.5;2.1;5.74;0;1.86;16153
+74075;44.19158;-.75703;80;20220404;12;-.6;5.7;1.7;5.26;0;2.24;18552
+74075;44.19158;-.75703;80;20220405;15.9;-2.2;6.9;1.6;6.84;.3;2.25;17600
+74075;44.19158;-.75703;80;20220406;13.1;5.9;9.5;3.2;10.53;1;1.3;6500
+74075;44.19158;-.75703;80;20220407;17.6;8.7;13.2;5.8;11.79;14.3;2.2;9300
+74075;44.19158;-.75703;80;20220408;19.3;9.4;14.4;5;11.33;1.6;2.86;10066
+74075;44.19158;-.75703;80;20220409;16.2;6.9;11.5;2.2;8.46;.1;2.98;20733
+74075;44.19158;-.75703;80;20220410;20.8;1.2;11;4.3;7.39;0;4.25;22933
+74075;44.19158;-.75703;80;20220411;23.5;10.1;16.8;5.4;11.33;.3;4.61;19333
+74075;44.19158;-.75703;80;20220412;19.1;10.3;14.7;3;12.33;2.8;2.48;11600
+74075;44.19158;-.75703;80;20220413;17.7;10.1;13.9;2;13.09;0;1.94;10633
+74075;44.19158;-.75703;80;20220414;23.4;10;16.7;1.9;12.89;0;3.6;21300
+74075;44.19158;-.75703;80;20220415;21.8;10.9;16.4;2.6;13.26;0;3.17;17066
+74075;44.19158;-.75703;80;20220416;23.4;10.7;17;2.5;12.49;0;4.07;23600
+74075;44.19158;-.75703;80;20220417;22.6;9.9;16.2;3.2;12.39;0;3.77;20566
+74075;44.19158;-.75703;80;20220418;18.8;11.5;15.1;2.7;12.33;0;2.64;13233
+74075;44.19158;-.75703;80;20220419;12.3;8.6;10.4;2.3;11.43;10.9;1.07;4866
+74075;44.19158;-.75703;80;20220420;12;8.4;10.2;2.2;11.56;8.6;.99;4466
+74075;44.19158;-.75703;80;20220421;14.9;8.1;11.5;1.8;12.59;.7;1.3;7000
+74075;44.19158;-.75703;80;20220422;21.2;8.3;14.8;2;11.34;4.7;3.47;21439
+74075;44.19158;-.75703;80;20220423;13.8;10.9;12.4;3.7;11.96;3.4;1.74;8666
+74075;44.19158;-.75703;80;20220424;16.8;10.2;13.5;5.4;12.06;0;2.6;13766
+74075;44.19158;-.75703;80;20220425;20.8;6;13.4;2;10.69;0;3.51;22600
+74075;44.19158;-.75703;80;20220426;24.2;7.3;15.7;3.3;11.29;.1;4.66;25266
+74075;44.19158;-.75703;80;20220427;19.9;12.3;16.1;2.5;13.69;4.3;2.41;10533
+74075;44.19158;-.75703;80;20220428;17.9;12.6;15.3;2.4;14.43;.2;2.07;10333
+74075;44.19158;-.75703;80;20220429;20.6;10.7;15.6;2.2;13.49;0;3.03;17233
+74075;44.19158;-.75703;80;20220430;21.4;12.2;16.8;2.5;13.43;0;3.39;18033
+74075;44.19158;-.75703;80;20220501;21.2;10.1;15.7;2.3;12.73;0;3.24;17900
+74075;44.19158;-.75703;80;20220502;19.6;10.8;15.2;2.4;11.93;0;3.11;16966
+74075;44.19158;-.75703;80;20220503;21.5;12.6;17.1;2.9;13.19;1.5;3.45;16833
+74075;44.19158;-.75703;80;20220504;20.4;13.1;16.7;2.8;12.29;0;3.32;15366
+74075;44.19158;-.75703;80;20220505;21.3;8.2;14.7;2.4;11.39;.1;3.54;20033
+74075;44.19158;-.75703;80;20220506;21.4;7.1;14.3;2.2;11.7;.1;3.79;24285
+74075;44.19158;-.75703;80;20220507;22.2;8.2;15.2;1.8;13.1;.1;3.76;24137
+74075;44.19158;-.75703;80;20220508;24.9;8.1;16.5;1.2;12.3;.1;4.27;26667
+74075;44.19158;-.75703;80;20220509;28.7;6.9;17.8;1.1;12;0;4.77;28441
+74075;44.19158;-.75703;80;20220510;29.3;8.2;18.8;1.7;12.5;0;5.22;28567
+74075;44.19158;-.75703;80;20220511;26.1;13.1;19.6;1.6;14.8;.5;4.35;23659
+74075;44.19158;-.75703;80;20220512;22.4;12.9;17.7;1;15;1.5;3.41;20165
+74075;44.19158;-.75703;80;20220513;24.6;12.8;18.7;.8;15;0;3.84;22688
+74075;44.19158;-.75703;80;20220514;32.3;10.4;21.4;2.4;14.9;.3;6.07;29044
+74075;44.19158;-.75703;80;20220515;30.2;14.9;22.6;1.9;18.2;11.3;5.2;26190
+74075;44.19158;-.75703;80;20220516;29.3;14.8;22.1;1.8;16.8;.1;5.05;25569
+74075;44.19158;-.75703;80;20220517;28.8;15.6;22.2;2.1;15.5;0;5.12;24442
+74075;44.19158;-.75703;80;20220518;33.4;14;23.7;2.5;16.8;3.4;6.45;29480
+74075;44.19158;-.75703;80;20220519;26.3;16.9;21.6;2;19.4;.1;4.04;20618
+74075;44.19158;-.75703;80;20220520;23.2;16.2;19.7;2.1;18.6;0;3.3;17714
+74075;44.19158;-.75703;80;20220521;32.4;13.8;23.1;1.6;18.3;0;5.81;29620
+74075;44.19158;-.75703;80;20220522;31.4;17.9;24.7;2.9;20.7;1;5.64;25165
+74075;44.19158;-.75703;80;20220523;20.6;16.2;18.4;4.4;15.6;1;3.23;13973
+74075;44.19158;-.75703;80;20220524;18.1;9.5;13.8;2;12.3;.9;3.11;20004
+74075;44.19158;-.75703;80;20220525;19.8;7.5;13.7;1.3;11.5;.2;3.62;24194
+74075;44.19158;-.75703;80;20220526;19.6;8.3;14;.9;12.8;.2;3.44;23213
+74075;44.19158;-.75703;80;20220527;25.3;9;17.2;1.5;13.5;.1;4.68;28162
+74075;44.19158;-.75703;80;20220528;28.1;10.9;19.5;2.7;12.4;0;5.82;29032
+74075;44.19158;-.75703;80;20220529;25.7;10.5;18.1;3;9.2;0;5.73;27298
+74075;44.19158;-.75703;80;20220530;24.9;7.8;16.4;1.7;9;0;5.05;29085
+74075;44.19158;-.75703;80;20220531;26.6;12.6;19.6;1.9;11.9;.2;5.12;26280
+74075;44.19158;-.75703;80;20220601;32.4;12.3;22.4;3;13.7;.3;6.93;30646
+74075;44.19158;-.75703;80;20220602;28.1;14.2;21.2;2.2;18.7;2.5;4.96;26293
+74075;44.19158;-.75703;80;20220603;27.3;17.8;22.6;2.1;19.5;2.6;4.44;21602
+74075;44.19158;-.75703;80;20220604;24.5;17.2;20.9;2.1;18.7;.7;3.73;18845
+74075;44.19158;-.75703;80;20220605;23.4;16;19.7;1.8;16.3;.1;3.71;19014
+74075;44.19158;-.75703;80;20220606;25.8;13.8;19.8;1.3;15.5;.2;4.46;24533
+74075;44.19158;-.75703;80;20220607;24;16.1;20.1;1.7;15.6;7;3.92;19743
+74075;44.19158;-.75703;80;20220608;18.5;13.9;16.2;1.8;16.3;5;2.49;14845
+74075;44.19158;-.75703;80;20220609;23.9;9.7;16.8;1.4;13.5;.1;4.43;26891
+74075;44.19158;-.75703;80;20220610;29.7;9;19.4;1.2;14;.1;5.48;31081
+74075;44.19158;-.75703;80;20220611;30;12.2;21.1;1.4;16.5;.1;5.58;30298
+74075;44.19158;-.75703;80;20220612;28.4;15.4;21.9;2.2;19.7;4.9;4.97;25769
+74075;44.19158;-.75703;80;20220613;29.9;17.2;23.6;2;21;.1;5.17;25480
+74075;44.19158;-.75703;80;20220614;35.4;17.1;26.3;2.3;20.4;0;6.94;30815
+74075;44.19158;-.75703;80;20220615;33.8;18.7;26.3;2;20.9;0;6.2;27916
+74075;44.19158;-.75703;80;20220616;36.1;17.3;26.7;2;17.7;0;7.09;31228
+74075;44.19158;-.75703;80;20220617;38.6;18.9;28.8;1.9;19.6;0;7.4;31241
+74075;44.19158;-.75703;80;20220618;41.3;18;29.7;2.2;20;0;8.02;31251
+74075;44.19158;-.75703;80;20220619;29.9;18.7;24.3;2.8;18.3;1.1;5.58;23937
+74075;44.19158;-.75703;80;20220620;29.4;17.7;23.6;1.7;18.8;1.9;5.06;24490
+74075;44.19158;-.75703;80;20220621;26.9;16.8;21.9;2.2;19.3;28.7;4.5;22682
+74075;44.19158;-.75703;80;20220622;25.1;15.8;20.5;1.9;18;1.5;4.12;21721
+74075;44.19158;-.75703;80;20220623;25.8;15;20.4;2;17.3;4.5;4.45;23482
+74075;44.19158;-.75703;80;20220624;24.3;15.2;19.8;2;17.1;2.9;4.03;21464
+74075;44.19158;-.75703;80;20220625;17.8;14.5;16.2;1.4;15.1;6.9;2.32;12513
+74075;44.19158;-.75703;80;20220626;17.8;13.2;15.5;1.3;15.2;7.7;2.51;14950
+74075;44.19158;-.75703;80;20220627;20.6;12.3;16.5;1.1;14.3;0;3.41;20420
+74075;44.19158;-.75703;80;20220628;25.9;11.6;18.8;.9;13.5;0;4.63;27102
+74075;44.19158;-.75703;80;20220629;24.4;8.9;16.7;1.1;13.9;2.9;4.53;28234
+74075;44.19158;-.75703;80;20220630;19.4;14;16.7;.9;15.2;6;2.83;16230
+74075;44.19158;-.75703;80;20220701;24.2;8.9;16.6;1.3;12.7;0;4.57;27988
+74075;44.19158;-.75703;80;20220702;30.9;10.5;20.7;1.5;13.2;0;5.87;31048
+74075;44.19158;-.75703;80;20220703;28.5;13.5;21;1.8;15.2;3.2;5.33;27633
+74075;44.19158;-.75703;80;20220704;24.5;15.9;20.2;2;18.4;0;3.87;20646
+74075;44.19158;-.75703;80;20220705;29.6;15.6;22.6;1.4;16.9;0;5.21;26584
+74075;44.19158;-.75703;80;20220706;30;14.4;22.2;1.9;14.3;0;5.74;28074
+74075;44.19158;-.75703;80;20220707;28.4;12;20.2;1.5;15.6;.1;5.23;28761
+74075;44.19158;-.75703;80;20220708;30.6;14.3;22.5;1.7;15.8;0;5.69;28618
+74075;44.19158;-.75703;80;20220709;32.4;12.5;22.5;1.5;14.5;0;6.04;30712
+74075;44.19158;-.75703;80;20220710;33.4;14.8;24.1;2.3;15.3;0;6.71;30520
+74075;44.19158;-.75703;80;20220711;36.5;14.1;25.3;1.5;16.1;0;6.55;30589
+74075;44.19158;-.75703;80;20220712;35.5;15.6;25.6;1.4;15.9;.1;6.4;30522
+74075;44.19158;-.75703;80;20220713;36.2;12.3;24.3;1;14.7;0;6.01;30453
+74075;44.19158;-.75703;80;20220714;36.7;13.9;25.3;1;16.3;0;6.1;30381
+74075;44.19158;-.75703;80;20220715;35.4;14.5;25;1.4;16.1;0;6.29;30305
+74075;44.19158;-.75703;80;20220716;37;16.5;26.8;1.9;15.8;0;6.96;30227
+74075;44.19158;-.75703;80;20220717;37;16.4;26.7;2.2;14.4;0;7.25;30146
+74075;44.19158;-.75703;80;20220718;38.3;18.9;28.6;3.4;17;.4;8.4;30062
+74075;44.19158;-.75703;80;20220719;30.6;21.2;25.9;2.7;19.9;0;5.25;20905
+74075;44.19158;-.75703;80;20220720;26.6;18.9;22.8;1.2;18.4;.5;3.85;18764
+74075;44.19158;-.75703;80;20220721;32.8;12.7;22.8;1.6;16.4;0;5.9;29793
+74075;44.19158;-.75703;80;20220722;24.9;17;21;2.5;17.9;0;3.89;18893
+74075;44.19158;-.75703;80;20220723;31;12.7;21.9;1.1;16.4;0;5.35;29190
+74075;44.19158;-.75703;80;20220724;37.3;12.8;25.1;1.9;17.4;0;6.65;29498
+74075;44.19158;-.75703;80;20220725;27.1;18.6;22.9;2.7;19.6;.4;4.27;19426
+74075;44.19158;-.75703;80;20220726;26.5;13.1;19.8;1.2;15.2;0;4.38;24559
+74075;44.19158;-.75703;80;20220727;27.8;9.6;18.7;1;13.6;0;4.81;28680
+74075;44.19158;-.75703;80;20220728;27.2;12.7;20;1.4;14.9;0;4.6;25388
+74075;44.19158;-.75703;80;20220729;27.1;13.7;20.4;1;16.4;.9;4.31;24267
+74075;44.19158;-.75703;80;20220730;28.5;12.4;20.5;.8;17.3;1;4.59;26586
+74075;44.19158;-.75703;80;20220731;32.5;13.7;23.1;1.4;17.4;3;5.55;28689
+74075;44.19158;-.75703;80;20220801;33.2;15.3;24.3;1.1;17.9;.1;5.41;27846
+74075;44.19158;-.75703;80;20220802;36.1;14.4;25.3;1.8;16.3;1.9;6.29;28473
+74075;44.19158;-.75703;80;20220803;36;14.8;25.4;1.7;19;3.9;6.1;28347
+74075;44.19158;-.75703;80;20220804;30.6;21.6;26.1;2.8;22.7;3.1;4.72;19176
+74075;44.19158;-.75703;80;20220805;28.4;17.7;23.1;2.4;19.4;0;4.46;20899
+74075;44.19158;-.75703;80;20220806;33.2;16.8;25;1.6;17.4;0;5.48;25987
+74075;44.19158;-.75703;80;20220807;33.8;12.9;23.4;1.6;11.9;2.8;5.79;27817
+74075;44.19158;-.75703;80;20220808;35.5;10.3;22.9;.9;11.9;0;5.19;27679
+74075;44.19158;-.75703;80;20220809;36.1;12.3;24.2;1.7;13.2;0;6.05;27538
+74075;44.19158;-.75703;80;20220810;38;13.8;25.9;1.3;13.9;0;5.87;27396
+74075;44.19158;-.75703;80;20220811;39.4;17.4;28.4;1.1;16.6;0;5.84;27251
+74075;44.19158;-.75703;80;20220812;35.3;21.3;28.3;2.7;21.2;0;6.05;23175
+74075;44.19158;-.75703;80;20220813;32.7;20.2;26.5;2;21.9;4.8;4.97;21716
+74075;44.19158;-.75703;80;20220814;25;19;22;1.9;20.1;1.8;3.09;14643
+74075;44.19158;-.75703;80;20220815;25.9;15.4;20.7;1.8;17.1;0;3.76;19583
+74075;44.19158;-.75703;80;20220816;26.7;14.1;20.4;1.6;17;5.7;3.94;21418
+74075;44.19158;-.75703;80;20220817;24.5;15.5;20;2;17.7;1.9;3.37;17831
+74075;44.19158;-.75703;80;20220818;24.6;14.6;19.6;1.9;16.8;.8;3.48;18731
+74075;44.19158;-.75703;80;20220819;25.9;14.7;20.3;1.2;17;.2;3.55;19754
+74075;44.19158;-.75703;80;20220820;28.9;14.7;21.8;1.4;17.9;.3;4.16;22226
+74075;44.19158;-.75703;80;20220821;27.7;15.2;21.5;1.5;18;.6;3.88;20651
+74075;44.19158;-.75703;80;20220822;25;17.9;21.5;1.9;20.8;1.8;2.96;15206
+74075;44.19158;-.75703;80;20220823;29.2;18.8;24;.9;20.8;0;3.6;18490
+74075;44.19158;-.75703;80;20220824;35.5;16.8;26.2;1.2;20.1;1.2;5.07;24967
+74075;44.19158;-.75703;80;20220825;28.7;19.1;23.9;2.8;21.8;.2;3.9;17472
+74075;44.19158;-.75703;80;20220826;27.8;17.3;22.6;1.7;20;.2;3.6;18186
+74075;44.19158;-.75703;80;20220827;31.4;16.4;23.9;1.3;18.7;0;4.28;21776
+74075;44.19158;-.75703;80;20220828;35.3;13.4;24.4;1.6;14.9;.2;5.21;24495
+74075;44.19158;-.75703;80;20220829;27.9;19.1;23.5;1.7;17.5;5.1;3.63;16189
+74075;44.19158;-.75703;80;20220830;32.3;14.1;23.2;1.5;18.6;0;4.55;23549
+74075;44.19158;-.75703;80;20220831;28.2;19.2;23.7;1.5;21.1;0;3.33;16127
+74075;44.19158;-.75703;80;20220901;30.3;15.7;23;1.1;18.3;.7;3.86;20655
+74075;44.19158;-.75703;80;20220902;25;16;20.5;1.9;18.8;2.7;2.99;15867
+74075;44.19158;-.75703;80;20220903;27.2;16;21.6;1.3;17.5;.8;3.34;17671
+74075;44.19158;-.75703;80;20220904;33.1;13.6;23.4;1.7;14.8;0;4.78;23226
+74075;44.19158;-.75703;80;20220905;32.9;12.6;22.8;2.3;14.4;.1;5.12;23039
+74075;44.19158;-.75703;80;20220906;29.7;14;21.9;2;15.2;0;4.23;20582
+74075;44.19158;-.75703;80;20220907;26.1;13.7;19.9;.8;15.1;1.1;3.03;18020
+74075;44.19158;-.75703;80;20220908;25.1;12.2;18.7;1.7;15.5;3;3.17;18237
+74075;44.19158;-.75703;80;20220909;24.6;16.2;20.4;1.8;15.8;.3;2.97;14387
+74075;44.19158;-.75703;80;20220910;29.8;11.3;20.6;1.1;14.6;0;3.7;21651
+74075;44.19158;-.75703;80;20220911;34.7;14.6;24.7;2.6;14.7;0;5.46;21901
+74075;44.19158;-.75703;80;20220912;38.9;17.8;28.4;2.6;16.9;7.4;6.07;21708
+74075;44.19158;-.75703;80;20220913;30.9;20.6;25.8;2.4;21.2;.1;3.86;15452
+74075;44.19158;-.75703;80;20220914;29.1;17.5;23.3;2.4;16.5;.1;3.9;16303
+74075;44.19158;-.75703;80;20220915;27.9;12.6;20.3;1;17.1;.2;3.1;18694
+74075;44.19158;-.75703;80;20220916;24.2;15.1;19.7;1.5;15.7;0;2.66;14042
+74075;44.19158;-.75703;80;20220917;22.9;7.6;15.3;2.2;9.3;0;3.33;18328
+74075;44.19158;-.75703;80;20220918;26.2;6;16.1;2.2;7.6;0;3.99;20537
+74075;44.19158;-.75703;80;20220919;27.2;5.4;16.3;1.4;8.3;0;3.42;20340
+74075;44.19158;-.75703;80;20220920;25.2;4.9;15.1;1.5;9;.1;3.21;20143
+74075;44.19158;-.75703;80;20220921;25.4;2.5;14;.8;8.7;0;2.69;19946
+74075;44.19158;-.75703;80;20220922;26.6;5.3;16;1.1;10.6;.1;2.96;19748
+74075;44.19158;-.75703;80;20220923;20.9;7.7;14.3;1;12.5;.4;2.18;15925
+74075;44.19158;-.75703;80;20220924;20.4;8.5;14.5;1.7;13;2.4;2.18;14906
+74075;44.19158;-.75703;80;20220925;19.8;5.4;12.6;.9;10.6;.2;2.08;16320
+74075;44.19158;-.75703;80;20220926;20.5;3.9;12.2;2;11;5.3;2.37;17405
+74075;44.19158;-.75703;80;20220927;17.9;12.1;15;2.6;15.4;11.6;1.48;9756
+74075;44.19158;-.75703;80;20220928;18.2;15.1;16.7;4.2;16.8;18.1;1.41;6774
+74075;44.19158;-.75703;80;20220929;15.8;12.8;14.3;1.8;14.2;11.4;1.22;6566
+74075;44.19158;-.75703;80;20220930;20;8.3;14.2;1.3;11.9;.2;1.98;13802
+74075;44.19158;-.75703;80;20221001;20.4;10.5;15.5;3;15;.6;1.93;12466
+74075;44.19158;-.75703;80;20221002;23.6;11.3;17.5;.7;15.5;.2;1.97;13847
+74075;44.19158;-.75703;80;20221003;24.6;11.5;18.1;1.1;15.1;0;2.19;14154
+74075;44.19158;-.75703;80;20221004;25.9;7.4;16.7;.4;12.7;.2;2.06;16811
+74075;44.19158;-.75703;80;20221005;27.5;10.1;18.8;1.7;14.5;.2;2.78;16078
+74075;44.19158;-.75703;80;20221006;20;13.9;17;.7;17.1;.2;1.37;8988
+74075;44.19158;-.75703;80;20221007;26.1;9.9;18;1.1;14.8;0;2.25;15104
+74075;44.19158;-.75703;80;20221008;22.5;13.8;18.2;1.3;15.1;.2;1.85;10659
+74075;44.19158;-.75703;80;20221009;27.2;10.5;18.9;1.5;14.2;.1;2.52;14975
+74075;44.19158;-.75703;80;20221010;19;12.9;16;1.1;17.1;4.1;1.21;8533
+74075;44.19158;-.75703;80;20221011;19.5;15.3;17.4;.9;17.6;2;1.17;6813
+74075;44.19158;-.75703;80;20221012;23;13.9;18.5;.6;15.9;.1;1.55;10374
+74075;44.19158;-.75703;80;20221013;21.1;10.5;15.8;1.9;15.4;1.3;1.61;11131
+74075;44.19158;-.75703;80;20221014;21.5;17.2;19.4;2.7;18.1;.8;1.62;6625
+74075;44.19158;-.75703;80;20221015;25.6;10.1;17.9;1;15.5;.1;1.87;13322
+74075;44.19158;-.75703;80;20221016;29.6;13.4;21.5;2.1;17;1.3;2.75;13464
+74075;44.19158;-.75703;80;20221017;25;17.5;21.3;1.8;19.6;7.5;1.79;8714
+74075;44.19158;-.75703;80;20221018;30.3;13.6;22;2.3;17.6;0;2.85;13328
+74075;44.19158;-.75703;80;20221019;26.8;17.2;22;2.3;18.5;2.6;2.27;9724
+74075;44.19158;-.75703;80;20221020;26.1;14.4;20.3;2.8;15.2;0;2.62;10695
+74075;44.19158;-.75703;80;20221021;21.8;16.2;19;2.2;14.2;0;1.94;6983
+74075;44.19158;-.75703;80;20221022;26.5;9.5;18;2.6;13.8;.3;2.55;12752
+74075;44.19158;-.75703;80;20221023;27;14.4;20.7;2.8;13.4;0;2.92;10688
+74075;44.19158;-.75703;80;20221024;23.7;10.1;16.9;2.2;11.6;0;2.2;10991
+74075;44.19158;-.75703;80;20221025;22.8;9.8;16.3;2.2;13.2;0;1.87;10576
+74075;44.19158;-.75703;80;20221026;27;9.7;18.4;2.2;14.4;0;2.28;12189
+74075;44.19158;-.75703;80;20221027;24.8;16.5;20.7;3.2;15.2;0;2.53;8013
+74075;44.19158;-.75703;80;20221028;27.9;14.8;21.4;2.3;14.3;.1;2.56;10185
+74075;44.19158;-.75703;80;20221029;23;14.9;19;1.6;15.8;0;1.51;7679
+74075;44.19158;-.75703;80;20221030;22.1;10.4;16.3;.9;14.3;1.9;1.19;9304
+74075;44.19158;-.75703;80;20221031;19.8;10.2;15;2.1;14.6;3.9;1.18;8213
+74075;44.19158;-.75703;80;20221101;20.5;11.8;16.2;1.1;13.7;.1;1.15;7659
+74075;44.19158;-.75703;80;20221102;20.2;6.1;13.2;1;11.1;.1;1.12;9890
+74075;44.19158;-.75703;80;20221103;20.3;9.1;14.7;2.7;11.9;9.3;1.67;8581
+74075;44.19158;-.75703;80;20221104;15.5;9.7;12.6;3.8;11.7;3.1;1.27;5802
+74075;44.19158;-.75703;80;20221105;17.4;4.8;11.1;1.1;10;.1;.96;8911
+74075;44.19158;-.75703;80;20221106;19.8;3.7;11.8;2;10.2;.2;1.37;10066
+74075;44.19158;-.75703;80;20221107;20.3;4.2;12.3;1.8;10.5;0;1.31;9929
+74075;44.19158;-.75703;80;20221108;18.1;8.9;13.5;2.2;12.3;7.1;1.13;7154
+74075;44.19158;-.75703;80;20221109;15.8;12.6;14.2;1.5;13.5;5.4;.83;3741
+74075;44.19158;-.75703;80;20221110;17.7;7.6;12.7;1.4;11.8;.1;.91;7337
+74075;44.19158;-.75703;80;20221111;18.6;3.1;10.9;1.7;10.7;.1;1;9209
+74075;44.19158;-.75703;80;20221112;22.2;8;15.1;1.6;12.3;.2;1.25;8653
+74075;44.19158;-.75703;80;20221113;24.1;5;14.6;1.1;10.9;.1;1.16;10067
+74075;44.19158;-.75703;80;20221114;15.4;6.7;11.1;1.9;12.4;2.4;.62;6374
+74075;44.19158;-.75703;80;20221115;15.8;10.3;13.1;2.2;13;5.9;.8;4790
+74075;44.19158;-.75703;80;20221116;18.7;10.7;14.7;2.3;13;.8;1.12;5908
+74075;44.19158;-.75703;80;20221117;18.1;13.5;15.8;3.4;13.2;4.2;1.48;4173
+74075;44.19158;-.75703;80;20221118;11.6;7.3;9.5;1.8;11;11.1;.52;3945
+74075;44.19158;-.75703;80;20221119;13.4;6.2;9.8;1.6;9.2;.9;.8;5335
+74075;44.19158;-.75703;80;20221120;15.4;2.3;8.9;2.4;10.4;6.9;.69;7461
+74075;44.19158;-.75703;80;20221121;16;9.4;12.7;3.2;11.7;21.8;1.08;4936
+74075;44.19158;-.75703;80;20221122;9.7;7.1;8.4;3.3;10.6;29.3;.42;2678
+74075;44.19158;-.75703;80;20221123;16.7;9.4;13.1;3.4;12.8;3.4;.94;5116
+74075;44.19158;-.75703;80;20221124;14.2;5.3;9.8;1.8;10.9;7.1;.56;5688
+74075;44.19158;-.75703;80;20221125;14.3;7.8;11.1;1.6;11.2;4.2;.64;4657
+74075;44.19158;-.75703;80;20221126;12.5;3.1;7.8;1.6;8.7;0;.6;5743
+74075;44.19158;-.75703;80;20221127;13;.9;7;1.6;9.3;14.4;.45;6584
+74075;44.19158;-.75703;80;20221128;13.9;8.8;11.4;1.3;11.2;6.6;.61;3872
+74075;44.19158;-.75703;80;20221129;13.9;5.5;9.7;1;9.8;1.1;.52;5205
+74075;44.19158;-.75703;80;20221130;6.8;.9;3.9;1.6;7.5;0;.35;4153
+74075;44.19158;-.75703;80;20221201;7.4;1.8;4.6;1.1;7.7;0;.36;3980
+74075;44.19158;-.75703;80;20221202;9.3;4;6.7;1.2;8.1;.1;.49;3806
+74075;44.19158;-.75703;80;20221203;7.3;3.1;5.2;1.5;7.4;.8;.49;3245
+74075;44.19158;-.75703;80;20221204;10.5;-.4;5.1;.7;6.9;.1;.35;5804
+74075;44.19158;-.75703;80;20221205;12.1;-.8;5.7;2.1;6.9;.1;.72;6355
+74075;44.19158;-.75703;80;20221206;10.8;6.9;8.9;2;8.9;0;.73;3008
+74075;44.19158;-.75703;80;20221207;11.2;3.2;7.2;1.4;8.1;0;.53;4716
+74075;44.19158;-.75703;80;20221208;10;2.9;6.5;2;8.7;11.3;.43;4354
+74075;44.19158;-.75703;80;20221209;8.5;7.5;8;2.1;9.4;1.6;.59;984
+74075;44.19158;-.75703;80;20221210;6.1;-2;2.1;1.1;5.3;0;.41;4663
+74075;44.19158;-.75703;80;20221211;7.1;-4.8;1.2;1.9;4.6;.1;.61;5838
+74075;44.19158;-.75703;80;20221212;4.3;-4.7;-.2;2.3;6.6;11.4;.05;4920
+74075;44.19158;-.75703;80;20221213;13.2;4.6;8.9;3.1;12.7;6.3;0;4766
+74075;44.19158;-.75703;80;20221214;17.5;9.6;13.6;1.7;13.5;6.9;.59;4508
+74075;44.19158;-.75703;80;20221215;14.7;9.8;12.3;2.5;12.6;18.7;.62;3321
+74075;44.19158;-.75703;80;20221216;6.1;5.9;6;3.2;9;.7;.4;0
+74075;44.19158;-.75703;80;20221217;8.9;-3.5;2.7;1.4;6.1;.2;.39;5859
+74075;44.19158;-.75703;80;20221218;13.4;1;7.2;3.2;8.1;0;.86;5849
+74075;44.19158;-.75703;80;20221219;13.4;7.2;10.3;3.7;10.7;0;.77;3831
+74075;44.19158;-.75703;80;20221220;12.5;10.6;11.6;3.5;12.2;7.4;.66;1663
+74075;44.19158;-.75703;80;20221221;18.2;9.2;13.7;2.1;12.8;.5;.77;4822
+74075;44.19158;-.75703;80;20221222;15.6;8.3;12;1.7;13.3;3;.4;4242
+74075;44.19158;-.75703;80;20221223;18.4;10.8;14.6;1.3;13.8;0;.61;4353
+74075;44.19158;-.75703;80;20221224;18.8;8.3;13.6;1.3;11.9;.1;.67;5304
+74075;44.19158;-.75703;80;20221225;19.6;4.7;12.2;1.4;10.2;.3;.74;6526
+74075;44.19158;-.75703;80;20221226;16.5;7.9;12.2;.6;11.4;1;.42;4724
+74075;44.19158;-.75703;80;20221227;14.4;10.1;12.3;1.3;12;.2;.58;3051
+74075;44.19158;-.75703;80;20221228;17.3;4.6;11;1.5;9.9;0;.68;5999
+74075;44.19158;-.75703;80;20221229;14.2;8.4;11.3;2.1;11.5;9.2;.62;3738
+74075;44.19158;-.75703;80;20221230;19;9.5;14.3;3.3;12.5;.7;1.2;5094
+74075;44.19158;-.75703;80;20221231;21;8.8;14.9;3.3;10.2;0;1.86;5937
+74076;44.22344;-.44729;115;20220101;20.9;4.9;12.9;1.7;10;0;.99;6705
+74076;44.22344;-.44729;115;20220102;17;6.1;11.5;1.6;10.36;.1;.74;5236
+74076;44.22344;-.44729;115;20220103;16;5.6;10.8;2.2;10.59;0;.73;5459
+74076;44.22344;-.44729;115;20220104;16.6;8.6;12.6;3.6;10.39;2.4;1.43;4363
+74076;44.22344;-.44729;115;20220105;8.6;2.8;5.7;1.3;7.13;.2;.52;4360
+74076;44.22344;-.44729;115;20220106;8.7;-1.9;3.4;.7;5.29;.1;.35;6354
+74076;44.22344;-.44729;115;20220107;11.4;-1.1;5.2;2.6;7.73;3.3;.62;5674
+74076;44.22344;-.44729;115;20220108;11.3;6.5;8.9;5.4;10.57;8.7;.53;3248
+74076;44.22344;-.44729;115;20220109;10.1;8.1;9.1;3.8;11.16;17;.49;1570
+74076;44.22344;-.44729;115;20220110;12.2;9.5;10.8;3.6;12.56;4.7;.48;1937
+74076;44.22344;-.44729;115;20220111;10.5;5;7.8;.9;8.29;0;.53;4131
+74076;44.22344;-.44729;115;20220112;6;-2.6;1.7;1;5.59;0;.35;6434
+74076;44.22344;-.44729;115;20220113;2.7;-4.6;-.9;1.5;5.59;0;.27;4590
+74076;44.22344;-.44729;115;20220114;5.7;-1.3;2.2;.9;5.99;0;.37;4833
+74076;44.22344;-.44729;115;20220115;9.1;-4.5;2.3;.8;5.63;.1;.37;7711
+74076;44.22344;-.44729;115;20220116;5.8;-4.5;.7;.8;5.73;.1;.34;5982
+74076;44.22344;-.44729;115;20220117;6;-2.7;1.6;1.6;6.69;.1;.34;6016
+74076;44.22344;-.44729;115;20220118;4;2;3;1.6;7.59;0;.32;1970
+74076;44.22344;-.44729;115;20220119;8.5;3.5;6;1.8;8.63;2.5;.48;3548
+74076;44.22344;-.44729;115;20220120;9.1;6.1;7.6;2.1;9.09;1.1;.67;2951
+74076;44.22344;-.44729;115;20220121;5.7;-.9;2.4;2.4;5.69;.1;.65;5343
+74076;44.22344;-.44729;115;20220122;7.4;-3;2.2;1.4;5.26;.1;.58;7429
+74076;44.22344;-.44729;115;20220123;9.6;-3.4;3.1;1.5;5.56;0;.67;8123
+74076;44.22344;-.44729;115;20220124;14.1;-1.2;6.5;1.2;6.33;0;.8;8599
+74076;44.22344;-.44729;115;20220125;13.1;-2.8;5.1;.8;6.23;0;.61;8855
+74076;44.22344;-.44729;115;20220126;11.5;-3.7;3.9;1.1;6.13;0;.67;8840
+74076;44.22344;-.44729;115;20220127;4.3;-3.7;.3;1.2;5.39;.1;.47;6397
+74076;44.22344;-.44729;115;20220128;4.5;-2.9;.8;1.2;6.03;0;.43;6029
+74076;44.22344;-.44729;115;20220129;1.5;-1.5;0;1.7;6.33;0;.27;2799
+74076;44.22344;-.44729;115;20220130;4.3;-.4;1.9;1.5;7.13;.4;.3;3817
+74076;44.22344;-.44729;115;20220131;10.1;3.1;6.6;2.8;8.86;1.9;.64;4894
+74076;44.22344;-.44729;115;20220201;9.5;-.1;4.7;2.4;8.49;.1;.49;7006
+74076;44.22344;-.44729;115;20220202;9.9;7.7;8.8;2.4;10.69;0;.55;2755
+74076;44.22344;-.44729;115;20220203;11.2;5.1;8.1;2.7;10.16;.1;.66;4654
+74076;44.22344;-.44729;115;20220204;12;5.8;8.9;2.3;10.83;1.6;.6;4359
+74076;44.22344;-.44729;115;20220205;11;4.2;7.6;2.1;7.83;0;.99;7903
+74076;44.22344;-.44729;115;20220206;10.4;-1.1;4.6;3.1;8.46;1.9;.56;7212
+74076;44.22344;-.44729;115;20220207;12.7;8.6;10.7;2.5;10.9;.7;.87;4610
+74076;44.22344;-.44729;115;20220208;14.4;2.9;8.6;2;7.79;0;1.28;9958
+74076;44.22344;-.44729;115;20220209;19.3;2.9;11.1;1.6;7.73;0;1.56;10978
+74076;44.22344;-.44729;115;20220210;9.9;2.5;6.2;1.8;9.13;3.2;1.25;10400
+74076;44.22344;-.44729;115;20220211;12.5;7.1;9.8;2;9.16;0;1.13;7325
+74076;44.22344;-.44729;115;20220212;13.8;-.7;6.5;1.9;6.91;0;1.26;9575
+74076;44.22344;-.44729;115;20220213;18.2;1.6;9.9;3.8;8.86;2.8;2;10825
+74076;44.22344;-.44729;115;20220214;11.2;7.8;9.5;6.1;9.96;9.9;1.23;6050
+74076;44.22344;-.44729;115;20220215;11.4;3.6;7.5;3.5;9.82;5.6;.79;6353
+74076;44.22344;-.44729;115;20220216;13.6;8.6;11.1;4.8;12.36;6.6;.8;4898
+74076;44.22344;-.44729;115;20220217;13.7;11.6;12.6;3.4;13.19;1.1;.87;3237
+74076;44.22344;-.44729;115;20220218;16.7;7.8;12.2;2.4;11.26;0;1.41;8854
+74076;44.22344;-.44729;115;20220219;12.1;6.2;9.2;1.6;8.59;.2;1.14;7863
+74076;44.22344;-.44729;115;20220220;13.8;2.5;8.2;3.3;10.49;3.5;.91;8819
+74076;44.22344;-.44729;115;20220221;13.4;9.3;11.4;4.3;10.29;.2;1.58;6550
+74076;44.22344;-.44729;115;20220222;15.6;6.7;11.1;1.6;9.46;0;1.45;10493
+74076;44.22344;-.44729;115;20220223;16.6;3.6;10.1;1.3;8.99;0;1.43;12008
+74076;44.22344;-.44729;115;20220224;14;4;9;2;9.83;.6;1.09;8111
+74076;44.22344;-.44729;115;20220225;12;2.2;7.1;2.1;6.79;0;1.5;11839
+74076;44.22344;-.44729;115;20220226;13.9;.9;7.4;3.2;5.53;0;2.22;13174
+74076;44.22344;-.44729;115;20220227;17.6;3.5;10.6;2.1;8.16;.1;1.91;12477
+74076;44.22344;-.44729;115;20220228;19.3;2.1;10.7;1.2;8.63;0;1.74;14255
+74076;44.22344;-.44729;115;20220301;18.4;2.2;10.3;2.4;8.23;.2;2.16;13714
+74076;44.22344;-.44729;115;20220302;13.6;7.8;10.7;2.1;10.43;2.6;1.22;6679
+74076;44.22344;-.44729;115;20220303;15;6.3;10.7;2;10.59;.8;1.44;10461
+74076;44.22344;-.44729;115;20220304;10.6;8.3;9.5;3.1;9.96;.1;1.12;5131
+74076;44.22344;-.44729;115;20220305;11.5;5.2;8.4;2.1;7.73;0;1.46;8970
+74076;44.22344;-.44729;115;20220306;11.5;3.4;7.5;1.4;7.46;.1;1.28;9368
+74076;44.22344;-.44729;115;20220307;13;-2.2;5.4;1.6;6.16;0;1.64;15023
+74076;44.22344;-.44729;115;20220308;11.1;4.9;8;2.4;8.89;.9;1.17;7537
+74076;44.22344;-.44729;115;20220309;17.3;2.4;9.9;2.7;8.69;.2;2.21;14849
+74076;44.22344;-.44729;115;20220310;16.1;9.2;12.7;2.7;11.06;1.8;1.8;9875
+74076;44.22344;-.44729;115;20220311;13.8;9.3;11.6;2.5;10.96;11.3;1.4;6765
+74076;44.22344;-.44729;115;20220312;13.9;7;10.5;2.9;9.99;3.1;1.71;11165
+74076;44.22344;-.44729;115;20220313;14;8.2;11.1;3.4;9.29;5.6;1.97;9883
+74076;44.22344;-.44729;115;20220314;14.3;4.9;9.6;4;9.89;0;1.63;9920
+74076;44.22344;-.44729;115;20220315;19.1;11.7;15.4;4.1;12.19;0;2.63;11438
+74076;44.22344;-.44729;115;20220316;16.3;10.6;13.5;3;12.56;1.3;1.65;8499
+74076;44.22344;-.44729;115;20220317;11.9;10;11;3.6;11.23;2.3;1.14;4465
+74076;44.22344;-.44729;115;20220318;13.2;6.5;9.9;2.2;9.53;0;1.68;10000
+74076;44.22344;-.44729;115;20220319;18.2;4.4;11.3;3.2;9.33;0;2.65;15725
+74076;44.22344;-.44729;115;20220320;18.2;6.4;12.3;3.6;10.08;0;2.44;12000
+74076;44.22344;-.44729;115;20220321;19.9;8.3;14.1;4.9;10.13;.1;3.49;16625
+74076;44.22344;-.44729;115;20220322;17.4;6.2;11.8;4.7;8.03;0;3.22;13500
+74076;44.22344;-.44729;115;20220323;17.8;3.7;10.7;3.5;7.53;0;3.27;19850
+74076;44.22344;-.44729;115;20220324;18.9;1.9;10.4;2.3;8.03;0;2.85;19650
+74076;44.22344;-.44729;115;20220325;19.2;3.7;11.5;2.4;7.76;0;2.82;14875
+74076;44.22344;-.44729;115;20220326;19.9;4.1;12;3.3;6.78;0;3.78;19900
+74076;44.22344;-.44729;115;20220327;21;4.5;12.7;2.7;8.01;0;3.49;18800
+74076;44.22344;-.44729;115;20220328;21.2;4.7;12.9;1.8;9.08;0;2.7;14025
+74076;44.22344;-.44729;115;20220329;17.2;6.4;11.8;1.8;11.03;.8;1.64;8050
+74076;44.22344;-.44729;115;20220330;14.7;9.6;12.1;2.7;11.56;4.3;1.54;6975
+74076;44.22344;-.44729;115;20220331;14.6;8;11.3;4.3;9.43;3.5;2.52;13775
+74076;44.22344;-.44729;115;20220401;9.5;0;4.8;4.7;5.76;.4;2.23;15675
+74076;44.22344;-.44729;115;20220402;9.7;-.1;4.8;3.7;5.21;.1;2.39;16265
+74076;44.22344;-.44729;115;20220403;7.3;-1.8;2.8;1.5;5.46;0;1.58;14845
+74076;44.22344;-.44729;115;20220404;12.1;-1.2;5.5;1.6;5;0;2.32;20188
+74076;44.22344;-.44729;115;20220405;15.9;-2.5;6.7;1.6;6.84;.4;2.25;17600
+74076;44.22344;-.44729;115;20220406;13;6.1;9.5;3.1;10.76;.9;1.34;7278
+74076;44.22344;-.44729;115;20220407;17.2;9;13.1;6;11.99;12.4;2.22;10487
+74076;44.22344;-.44729;115;20220408;19.3;9.3;14.3;5;11.33;1.6;2.95;10250
+74076;44.22344;-.44729;115;20220409;16;6.9;11.4;2.3;8.46;.1;2.98;20325
+74076;44.22344;-.44729;115;20220410;20.3;.2;10.2;3.8;7.24;0;4.05;23350
+74076;44.22344;-.44729;115;20220411;22.9;9.4;16.1;6.2;11.16;.2;4.6;19375
+74076;44.22344;-.44729;115;20220412;18.6;10.3;14.4;3.9;12.18;6.6;2.62;10975
+74076;44.22344;-.44729;115;20220413;16.8;10.2;13.5;2.1;13.13;.4;1.73;9150
+74076;44.22344;-.44729;115;20220414;23.2;9.1;16.1;1.7;12.83;0;3.52;21325
+74076;44.22344;-.44729;115;20220415;22.4;10.2;16.3;2.5;13.28;0;3.25;17725
+74076;44.22344;-.44729;115;20220416;23.6;9.9;16.7;2.6;12.41;0;4.11;23775
+74076;44.22344;-.44729;115;20220417;22.7;9.1;15.9;3;12.08;0;3.84;21400
+74076;44.22344;-.44729;115;20220418;18.7;11.3;15;2.7;12.23;0;2.66;13150
+74076;44.22344;-.44729;115;20220419;12.5;8.3;10.4;2.6;11.36;14;1.17;5915
+74076;44.22344;-.44729;115;20220420;12.3;8.3;10.3;2.3;11.58;5.7;1.08;4850
+74076;44.22344;-.44729;115;20220421;15.1;8.1;11.6;2;12.56;0;1.41;7375
+74076;44.22344;-.44729;115;20220422;20.6;9.1;14.8;2.3;11.81;4.9;3.17;18125
+74076;44.22344;-.44729;115;20220423;13.4;10.4;11.9;3.4;11.96;4.9;1.52;7250
+74076;44.22344;-.44729;115;20220424;16.8;9.9;13.4;5.2;12.01;0;2.55;12750
+74076;44.22344;-.44729;115;20220425;20.4;5.4;12.9;1.8;10.68;0;3.35;21825
+74076;44.22344;-.44729;115;20220426;23.7;6.4;15.1;3.1;11.26;0;4.51;25400
+74076;44.22344;-.44729;115;20220427;20.5;11.3;15.9;2.4;13.53;3.4;2.65;12350
+74076;44.22344;-.44729;115;20220428;18.1;12.5;15.3;2.4;14.51;.1;2.11;10225
+74076;44.22344;-.44729;115;20220429;20.6;10.3;15.5;2.4;13.58;0;3.11;17950
+74076;44.22344;-.44729;115;20220430;21.5;11.7;16.6;2.6;13.33;.1;3.53;19075
+74076;44.22344;-.44729;115;20220501;21.1;10.1;15.6;2.3;12.56;0;3.36;18650
+74076;44.22344;-.44729;115;20220502;19.8;10.9;15.4;2.4;12.06;0;3.16;16825
+74076;44.22344;-.44729;115;20220503;21.3;12.3;16.8;2.7;13.23;1.3;3.32;16300
+74076;44.22344;-.44729;115;20220504;20.6;12.5;16.5;2.7;12.21;0;3.4;16000
+74076;44.22344;-.44729;115;20220505;21.3;8.2;14.8;2.6;11.23;.1;3.75;20900
+74076;44.22344;-.44729;115;20220506;21.3;8.4;14.9;2.4;11.73;.1;3.63;21279
+74076;44.22344;-.44729;115;20220507;23.2;8.8;16;1.9;12.93;.1;3.87;22961
+74076;44.22344;-.44729;115;20220508;24.6;8.6;16.6;1.4;12.36;0;4.15;24669
+74076;44.22344;-.44729;115;20220509;27.1;8.4;17.8;1.2;12.16;0;4.55;26549
+74076;44.22344;-.44729;115;20220510;29.6;9.1;19.3;1.7;12.33;0;5.23;27628
+74076;44.22344;-.44729;115;20220511;27.8;12.5;20.1;1.9;14.93;.3;4.67;24218
+74076;44.22344;-.44729;115;20220512;21.2;12.3;16.8;1.2;15;.8;3.08;18285
+74076;44.22344;-.44729;115;20220513;24.7;13.8;19.3;1.1;15.47;0;3.7;20655
+74076;44.22344;-.44729;115;20220514;29.8;11.7;20.7;2.1;15.86;.1;5.2;25474
+74076;44.22344;-.44729;115;20220515;29.4;14;21.7;1.9;17.56;7.7;4.59;22047
+74076;44.22344;-.44729;115;20220516;28.9;14.2;21.5;1.6;16.93;0;4.94;25717
+74076;44.22344;-.44729;115;20220517;29.6;16.1;22.8;2.1;15.76;0;5.25;24670
+74076;44.22344;-.44729;115;20220518;31.9;13.7;22.8;2.3;16.66;2.2;5.85;26871
+74076;44.22344;-.44729;115;20220519;26.3;16.8;21.6;2.2;19.19;.1;4.06;19981
+74076;44.22344;-.44729;115;20220520;24.6;16.9;20.7;2.4;18.49;0;3.56;17551
+74076;44.22344;-.44729;115;20220521;30.8;13.2;22;1.5;18.59;0;5.12;26297
+74076;44.22344;-.44729;115;20220522;30.5;18;24.3;2.9;20.86;.2;5.05;21494
+74076;44.22344;-.44729;115;20220523;21.6;16;18.8;4.9;15.53;.9;3.77;16079
+74076;44.22344;-.44729;115;20220524;17.9;10.4;14.2;2.4;12.86;1.4;2.83;16986
+74076;44.22344;-.44729;115;20220525;19.6;6.9;13.3;1.8;11.63;.2;3.27;20672
+74076;44.22344;-.44729;115;20220526;20.2;8.2;14.2;1.5;13.06;.1;3.18;20044
+74076;44.22344;-.44729;115;20220527;24.5;12.1;18.3;1.7;13.93;.1;4.37;24156
+74076;44.22344;-.44729;115;20220528;27;11.2;19.1;2.3;12.53;0;5.4;27467
+74076;44.22344;-.44729;115;20220529;24.5;10;17.3;2.6;9.36;0;5.33;26688
+74076;44.22344;-.44729;115;20220530;24.5;8.2;16.4;1.9;8.96;0;5.01;27322
+74076;44.22344;-.44729;115;20220531;26.4;12.6;19.5;1.9;11.89;.5;5.1;25874
+74076;44.22344;-.44729;115;20220601;31.1;12.7;21.9;2.7;13.93;.3;6.39;28578
+74076;44.22344;-.44729;115;20220602;26.6;16;21.3;2.4;18.79;3.7;4.32;21056
+74076;44.22344;-.44729;115;20220603;28.9;17.8;23.3;2.2;20.03;3.4;4.58;21333
+74076;44.22344;-.44729;115;20220604;23.9;17.2;20.5;1.9;19.23;1;3.11;15075
+74076;44.22344;-.44729;115;20220605;23.3;15.9;19.6;2.1;16.59;0;3.78;19145
+74076;44.22344;-.44729;115;20220606;25.4;13.2;19.3;1.6;15.43;.2;4.33;22912
+74076;44.22344;-.44729;115;20220607;24.3;15.7;20;1.9;15.56;5.6;3.86;18614
+74076;44.22344;-.44729;115;20220608;19.2;14.1;16.7;2.2;16.29;2.9;2.43;13217
+74076;44.22344;-.44729;115;20220609;23.9;10.5;17.2;1.6;13.96;.1;4.49;26473
+74076;44.22344;-.44729;115;20220610;28.3;10.2;19.2;1.3;14.46;.1;5.22;29267
+74076;44.22344;-.44729;115;20220611;30.3;13.5;21.9;1.8;17.13;.6;5.45;27290
+74076;44.22344;-.44729;115;20220612;28.7;16.1;22.4;2.5;19.59;3.9;4.73;22248
+74076;44.22344;-.44729;115;20220613;29.9;17.2;23.5;2.3;20.73;.6;5.22;24827
+74076;44.22344;-.44729;115;20220614;34.3;16.8;25.6;2;20.79;0;6.16;27314
+74076;44.22344;-.44729;115;20220615;34.3;19.1;26.7;2.2;21.23;0;6.38;27598
+74076;44.22344;-.44729;115;20220616;35.5;17.8;26.6;1.9;17.86;0;6.48;27862
+74076;44.22344;-.44729;115;20220617;37.7;19.3;28.5;1.8;19.63;0;6.98;29195
+74076;44.22344;-.44729;115;20220618;40.5;20;30.2;2.5;19.56;0;7.94;29149
+74076;44.22344;-.44729;115;20220619;30.6;18.6;24.6;2.9;18.99;.3;5.69;23978
+74076;44.22344;-.44729;115;20220620;29;17.4;23.2;2.2;19.06;1.5;5.03;23596
+74076;44.22344;-.44729;115;20220621;27;17.7;22.4;2.3;19.89;14.9;4.27;20272
+74076;44.22344;-.44729;115;20220622;24.7;15.7;20.2;2.2;18.56;3.2;3.66;18541
+74076;44.22344;-.44729;115;20220623;26.1;15.2;20.6;2;17.76;5.7;4.38;22586
+74076;44.22344;-.44729;115;20220624;24.3;15.5;19.9;2.2;16.93;1.6;4.09;20886
+74076;44.22344;-.44729;115;20220625;18.2;13.8;16;1.6;15.23;6.7;2.15;10993
+74076;44.22344;-.44729;115;20220626;17.2;12.9;15.1;1.2;15.13;5.7;2.07;11603
+74076;44.22344;-.44729;115;20220627;20.9;12.8;16.8;1.4;14.69;0;3.06;16903
+74076;44.22344;-.44729;115;20220628;25;12;18.5;1.4;13.46;0;4.76;26743
+74076;44.22344;-.44729;115;20220629;25.6;10.6;18.1;1.7;13.93;9.9;4.73;26378
+74076;44.22344;-.44729;115;20220630;17.4;13.9;15.6;1.4;15.33;8.8;2.07;10968
+74076;44.22344;-.44729;115;20220701;23.5;8.2;15.9;1.5;12.53;0;4.54;28018
+74076;44.22344;-.44729;115;20220702;29.8;10.2;20;1.8;13.29;0;5.76;29542
+74076;44.22344;-.44729;115;20220703;28.1;14.2;21.2;2.4;15.33;1;5.29;25244
+74076;44.22344;-.44729;115;20220704;25.2;15.3;20.3;2.4;17.79;0;3.98;19932
+74076;44.22344;-.44729;115;20220705;29.2;16.1;22.6;1.7;16.53;0;5.25;25537
+74076;44.22344;-.44729;115;20220706;29.1;14.5;21.8;2;14.83;0;5.37;25544
+74076;44.22344;-.44729;115;20220707;28.7;13.5;21.1;2.1;15.56;0;5.39;26972
+74076;44.22344;-.44729;115;20220708;29.9;14.4;22.1;1.9;15.99;0;5.61;27335
+74076;44.22344;-.44729;115;20220709;31.9;13.8;22.9;1.7;14.83;0;5.93;28527
+74076;44.22344;-.44729;115;20220710;33;15.2;24.1;2.1;14.99;0;6.39;28889
+74076;44.22344;-.44729;115;20220711;35.3;15.2;25.2;1.6;15.73;0;6.43;29281
+74076;44.22344;-.44729;115;20220712;35.9;16.9;26.4;1.7;15.49;0;6.6;29125
+74076;44.22344;-.44729;115;20220713;35.7;14;24.9;1.2;13.69;0;6.09;29403
+74076;44.22344;-.44729;115;20220714;36.8;15.2;26;1.4;15.63;0;6.33;28985
+74076;44.22344;-.44729;115;20220715;35;17.9;26.4;1.9;15.69;0;6.36;26924
+74076;44.22344;-.44729;115;20220716;36.6;16.9;26.7;2;15.23;0;6.87;28329
+74076;44.22344;-.44729;115;20220717;37.3;16.4;26.8;2.3;13.76;0;7.25;28697
+74076;44.22344;-.44729;115;20220718;39;20.6;29.8;3.2;15.59;.1;8.33;27903
+74076;44.22344;-.44729;115;20220719;30.7;21.7;26.2;3;19.59;0;5.5;20298
+74076;44.22344;-.44729;115;20220720;27.3;19.4;23.3;2;17.76;0;4.35;18839
+74076;44.22344;-.44729;115;20220721;31.6;14.7;23.2;1.7;17.13;0;5.62;27382
+74076;44.22344;-.44729;115;20220722;27.2;17.8;22.5;3;17.9;0;4.46;19058
+74076;44.22344;-.44729;115;20220723;29.6;12.9;21.3;1.1;16;0;4.91;26493
+74076;44.22344;-.44729;115;20220724;36.5;14.6;25.5;1.9;16.57;0;6.57;28850
+74076;44.22344;-.44729;115;20220725;28.5;20;24.2;3.2;19.09;.3;4.89;19106
+74076;44.22344;-.44729;115;20220726;27.3;13.5;20.4;1.7;14.96;0;4.83;25171
+74076;44.22344;-.44729;115;20220727;28.1;12.1;20.1;1.5;13.56;0;5;27047
+74076;44.22344;-.44729;115;20220728;28.5;13.6;21;1.8;14.79;1;4.95;25146
+74076;44.22344;-.44729;115;20220729;27.1;14.7;20.9;1.6;16.56;.6;4.09;20359
+74076;44.22344;-.44729;115;20220730;29.3;14.5;21.9;1.2;17.46;.4;4.48;23219
+74076;44.22344;-.44729;115;20220731;32.4;14.4;23.4;1.9;17.19;1.1;5.7;27048
+74076;44.22344;-.44729;115;20220801;33.5;15.5;24.5;1.8;17.36;0;5.77;26707
+74076;44.22344;-.44729;115;20220802;35.7;15.3;25.5;1.9;16.06;.8;6.31;27551
+74076;44.22344;-.44729;115;20220803;36.9;17;27;2;17.83;1.4;6.31;26023
+74076;44.22344;-.44729;115;20220804;33.8;21.1;27.4;3.2;22.33;1.3;5.78;21805
+74076;44.22344;-.44729;115;20220805;30.3;18.5;24.4;2.9;19.39;0;5.14;21879
+74076;44.22344;-.44729;115;20220806;33.2;17.2;25.2;2.2;16.49;0;5.76;24086
+74076;44.22344;-.44729;115;20220807;33.6;15.6;24.6;1.9;11.86;.9;5.75;24659
+74076;44.22344;-.44729;115;20220808;35;14;24.5;1.4;12.26;0;5.5;25202
+74076;44.22344;-.44729;115;20220809;35.8;16.4;26.1;1.7;13.46;0;5.88;25209
+74076;44.22344;-.44729;115;20220810;37.2;15.8;26.5;1.3;12.59;0;5.62;25153
+74076;44.22344;-.44729;115;20220811;39.2;17.7;28.4;1.4;14.96;0;5.86;25154
+74076;44.22344;-.44729;115;20220812;37.7;22.2;29.9;2.7;20.16;0;6.55;22893
+74076;44.22344;-.44729;115;20220813;33.8;20.6;27.2;2.4;21.69;7.8;5.16;20404
+74076;44.22344;-.44729;115;20220814;25.1;19.3;22.2;2.4;20.19;3.6;3.23;14088
+74076;44.22344;-.44729;115;20220815;26.9;16.2;21.5;2;17.16;.3;3.98;19251
+74076;44.22344;-.44729;115;20220816;27.3;15.1;21.2;1.7;17.33;5.7;3.62;17446
+74076;44.22344;-.44729;115;20220817;23.5;15.4;19.5;2.3;17.96;1.3;3.3;17565
+74076;44.22344;-.44729;115;20220818;24.8;14.9;19.9;2.4;17.03;.9;3.51;17467
+74076;44.22344;-.44729;115;20220819;27.1;14.7;20.9;1.6;17.09;.1;3.76;19186
+74076;44.22344;-.44729;115;20220820;28.3;15.6;21.9;1.3;18.06;.1;3.84;19832
+74076;44.22344;-.44729;115;20220821;27.3;16.5;21.9;1.8;18.13;.5;3.78;18225
+74076;44.22344;-.44729;115;20220822;25.2;18.1;21.7;2.2;20.56;2;2.97;13877
+74076;44.22344;-.44729;115;20220823;29.3;18.8;24.1;1;20.46;0;3.58;17582
+74076;44.22344;-.44729;115;20220824;35;16.7;25.9;1.5;18.79;1.6;5.02;23044
+74076;44.22344;-.44729;115;20220825;29.2;19.6;24.4;3.1;21.39;.2;4.15;16755
+74076;44.22344;-.44729;115;20220826;29.1;18.6;23.9;2.1;19.99;.1;3.91;17412
+74076;44.22344;-.44729;115;20220827;30.9;16.8;23.9;1.5;18.19;0;4.35;21033
+74076;44.22344;-.44729;115;20220828;34.2;14.4;24.3;1.6;14.69;0;4.99;22976
+74076;44.22344;-.44729;115;20220829;29;20.2;24.6;1.9;16.29;3.9;3.45;11559
+74076;44.22344;-.44729;115;20220830;32.6;15.7;24.2;1.7;18.59;0;4.58;21826
+74076;44.22344;-.44729;115;20220831;29.5;19;24.2;2;20.86;.1;3.5;14841
+74076;44.22344;-.44729;115;20220901;29.6;17.3;23.4;1.7;18.69;3.7;3.93;18592
+74076;44.22344;-.44729;115;20220902;25.9;16.9;21.4;2.3;18.49;2;3.26;15262
+74076;44.22344;-.44729;115;20220903;27.5;15.6;21.5;1.7;17.46;.3;3.44;16877
+74076;44.22344;-.44729;115;20220904;33.2;14.8;24;1.6;15.43;0;4.62;21840
+74076;44.22344;-.44729;115;20220905;34.1;17.7;25.9;2.1;16.49;.1;5.01;21119
+74076;44.22344;-.44729;115;20220906;30.7;15.1;22.9;2.5;14.96;0;4.73;20251
+74076;44.22344;-.44729;115;20220907;26.9;15.1;21;1.4;15.13;.8;3.23;15975
+74076;44.22344;-.44729;115;20220908;25.3;12.9;19.1;1.8;15.06;2.5;3.23;17085
+74076;44.22344;-.44729;115;20220909;25.2;16.1;20.7;2.3;15.73;.6;3.35;15305
+74076;44.22344;-.44729;115;20220910;28.5;11.3;19.9;1.4;14.19;0;3.68;20178
+74076;44.22344;-.44729;115;20220911;33.5;15.1;24.3;2.4;14.16;0;5.14;20569
+74076;44.22344;-.44729;115;20220912;38.4;19.7;29;2.5;16.86;4.5;5.75;19645
+74076;44.22344;-.44729;115;20220913;31.9;20.5;26.2;2.4;20.99;.1;3.78;13527
+74076;44.22344;-.44729;115;20220914;30.2;17.8;24;2.5;16.43;.1;4.18;16718
+74076;44.22344;-.44729;115;20220915;28.4;13.9;21.1;1.7;16.63;.1;3.44;17824
+74076;44.22344;-.44729;115;20220916;25.1;15.5;20.3;2;15.93;0;3.02;14529
+74076;44.22344;-.44729;115;20220917;22.4;8.6;15.5;2;9.33;0;3.21;17788
+74076;44.22344;-.44729;115;20220918;25.3;6.1;15.7;2.1;7.49;0;3.83;19549
+74076;44.22344;-.44729;115;20220919;26.8;6.3;16.5;1.6;7.93;0;3.45;19468
+74076;44.22344;-.44729;115;20220920;24.9;6.1;15.5;1.6;8.66;0;3.2;19034
+74076;44.22344;-.44729;115;20220921;24.6;5.1;14.9;1.2;8.96;0;2.89;18993
+74076;44.22344;-.44729;115;20220922;26.9;6.3;16.6;1.4;10.33;0;3.17;19124
+74076;44.22344;-.44729;115;20220923;21.1;8.2;14.6;1.3;12.39;3;2.01;12027
+74076;44.22344;-.44729;115;20220924;19.9;10;14.9;1.9;13.56;2.6;1.9;11014
+74076;44.22344;-.44729;115;20220925;20.6;6.5;13.5;1.3;11.19;.1;2.19;15188
+74076;44.22344;-.44729;115;20220926;20.4;5.4;12.9;2.5;11.49;4.9;2.33;14843
+74076;44.22344;-.44729;115;20220927;18.7;12.4;15.6;3;15.13;11.1;1.71;9257
+74076;44.22344;-.44729;115;20220928;19.4;14.8;17.1;4.6;16.53;15;1.86;8641
+74076;44.22344;-.44729;115;20220929;15.8;12.5;14.2;2.6;14.13;10.2;1.31;6904
+74076;44.22344;-.44729;115;20220930;19.4;8.9;14.2;1.9;11.73;.7;2.16;13687
+74076;44.22344;-.44729;115;20221001;20.7;11.2;16;3.2;14.83;.5;2.04;11449
+74076;44.22344;-.44729;115;20221002;23.4;12.5;18;1.3;15.63;.2;2.04;12389
+74076;44.22344;-.44729;115;20221003;24.1;12.2;18.2;1.2;14.86;0;2.13;12729
+74076;44.22344;-.44729;115;20221004;25.8;8.3;17;.6;13.03;.2;2.1;15504
+74076;44.22344;-.44729;115;20221005;28.4;10.3;19.3;1.7;14.29;.1;2.89;15538
+74076;44.22344;-.44729;115;20221006;20.6;14.5;17.6;.9;16.93;.3;1.35;7640
+74076;44.22344;-.44729;115;20221007;25.7;11.3;18.5;1.1;15.19;.2;2.18;13932
+74076;44.22344;-.44729;115;20221008;22.8;13.8;18.3;1.4;15.63;1;1.86;10123
+74076;44.22344;-.44729;115;20221009;26.9;10.9;18.9;1.5;14.26;.1;2.5;14259
+74076;44.22344;-.44729;115;20221010;20.7;14.2;17.4;1.5;16.83;3.2;1.37;7083
+74076;44.22344;-.44729;115;20221011;19.8;15.5;17.6;1;17.79;2.3;1.14;5988
+74076;44.22344;-.44729;115;20221012;22.6;14;18.3;1.1;16.03;.1;1.65;9668
+74076;44.22344;-.44729;115;20221013;20.8;11.3;16.1;2;15.69;1.5;1.53;9478
+74076;44.22344;-.44729;115;20221014;21.1;16.7;18.9;3.2;18.09;.9;1.69;6964
+74076;44.22344;-.44729;115;20221015;25.5;11.8;18.7;1.4;15.59;0;2.01;12434
+74076;44.22344;-.44729;115;20221016;29.5;14.1;21.8;2.2;16.96;1;2.81;12749
+74076;44.22344;-.44729;115;20221017;26;17.9;21.9;2;19.56;3.9;1.94;8150
+74076;44.22344;-.44729;115;20221018;30.3;16.3;23.3;2.6;18.26;.1;3;12226
+74076;44.22344;-.44729;115;20221019;27.5;16.9;22.2;2.5;18.26;1.5;2.41;8894
+74076;44.22344;-.44729;115;20221020;26.7;14.3;20.5;2.7;15.03;.2;2.61;9202
+74076;44.22344;-.44729;115;20221021;22.1;15.3;18.7;2.2;14.33;.1;1.84;5731
+74076;44.22344;-.44729;115;20221022;26.1;10.5;18.3;2.4;13.83;.2;2.45;11860
+74076;44.22344;-.44729;115;20221023;26.9;15.1;21;2.8;13.79;.1;2.85;8763
+74076;44.22344;-.44729;115;20221024;24.2;10.7;17.4;2.3;11.39;0;2.37;10662
+74076;44.22344;-.44729;115;20221025;23.8;10.9;17.3;2;12.99;0;1.89;8781
+74076;44.22344;-.44729;115;20221026;26.6;10.7;18.6;1.9;14.49;.1;2.08;10850
+74076;44.22344;-.44729;115;20221027;25;16.6;20.8;3.1;15.93;0;2.35;6552
+74076;44.22344;-.44729;115;20221028;27.8;16.2;22;2.5;15.46;0;2.47;8095
+74076;44.22344;-.44729;115;20221029;25;15.8;20.4;2.2;16.03;.1;1.94;7526
+74076;44.22344;-.44729;115;20221030;22.7;12.8;17.7;1.6;14.96;.5;1.47;8431
+74076;44.22344;-.44729;115;20221031;20.2;12.4;16.3;2.4;15.03;5.7;1.28;6130
+74076;44.22344;-.44729;115;20221101;19.9;12.8;16.3;1.7;14.13;.1;1.31;7985
+74076;44.22344;-.44729;115;20221102;19.8;7.3;13.6;1.6;11.49;.1;1.28;9334
+74076;44.22344;-.44729;115;20221103;21.1;10.4;15.7;3.1;12.06;7;1.94;6519
+74076;44.22344;-.44729;115;20221104;15.6;9.8;12.7;4.3;11.63;3.3;1.43;6344
+74076;44.22344;-.44729;115;20221105;17.1;5.7;11.4;1.1;9.96;.1;.98;8941
+74076;44.22344;-.44729;115;20221106;19;4.9;11.9;2.4;10.19;.2;1.45;8811
+74076;44.22344;-.44729;115;20221107;20.4;5.7;13.1;2;10.83;0;1.38;9254
+74076;44.22344;-.44729;115;20221108;18.2;10.5;14.4;2.3;12.89;2.2;1.14;5173
+74076;44.22344;-.44729;115;20221109;15.2;12.9;14;1.7;13.76;5.3;.79;2861
+74076;44.22344;-.44729;115;20221110;15.1;7.8;11.4;1.4;11.46;0;.86;7028
+74076;44.22344;-.44729;115;20221111;17.5;3.5;10.5;1.6;10.56;.1;.92;8999
+74076;44.22344;-.44729;115;20221112;21.4;9.3;15.4;1.9;12.86;.2;1.28;8220
+74076;44.22344;-.44729;115;20221113;23.1;7.2;15.1;1.4;11.53;0;1.29;9101
+74076;44.22344;-.44729;115;20221114;14.6;9;11.8;2.1;12.63;5;.67;4021
+74076;44.22344;-.44729;115;20221115;16;10.4;13.2;2.2;13.19;6.8;.81;3864
+74076;44.22344;-.44729;115;20221116;18.9;10.4;14.6;2.7;12.69;.6;1.27;6715
+74076;44.22344;-.44729;115;20221117;17.9;13.7;15.8;3.9;13.43;2.7;1.58;4300
+74076;44.22344;-.44729;115;20221118;12;7.9;9.9;2.4;11.06;7.3;.63;3644
+74076;44.22344;-.44729;115;20221119;12.2;6.6;9.4;1.8;9.56;.2;.75;5472
+74076;44.22344;-.44729;115;20221120;14.6;1.4;8;2.3;9.79;4.6;.71;6254
+74076;44.22344;-.44729;115;20221121;15.1;8.7;11.9;3.2;11.56;20.7;1.01;3543
+74076;44.22344;-.44729;115;20221122;9.7;6.7;8.2;3.4;10.39;24.8;.48;2526
+74076;44.22344;-.44729;115;20221123;16.5;9;12.7;3.9;12.59;3.1;1.03;5805
+74076;44.22344;-.44729;115;20221124;14.6;6.4;10.5;2.1;10.79;5.1;.73;4493
+74076;44.22344;-.44729;115;20221125;13.3;7.2;10.3;1.8;10.99;5.4;.62;3972
+74076;44.22344;-.44729;115;20221126;12;2.6;7.3;1.6;8.63;0;.6;5369
+74076;44.22344;-.44729;115;20221127;12.2;2.5;7.4;1.9;9.23;8.9;.53;5400
+74076;44.22344;-.44729;115;20221128;13.3;8.7;11;2.4;11.29;7;.68;4059
+74076;44.22344;-.44729;115;20221129;12.9;6.2;9.6;1.3;10.23;.5;.54;4659
+74076;44.22344;-.44729;115;20221130;7.6;1.6;4.6;1.7;7.66;0;.41;4443
+74076;44.22344;-.44729;115;20221201;8.5;1.2;4.8;1.2;7.66;0;.41;4041
+74076;44.22344;-.44729;115;20221202;8.1;3.5;5.8;1.1;7.69;.1;.49;3363
+74076;44.22344;-.44729;115;20221203;6.5;2.8;4.6;1.2;7.59;0;.43;2463
+74076;44.22344;-.44729;115;20221204;9.7;1.3;5.5;1;7.19;0;.43;5201
+74076;44.22344;-.44729;115;20221205;11.1;-.2;5.5;2.1;6.96;.1;.7;6172
+74076;44.22344;-.44729;115;20221206;11.2;6.7;9;2;8.66;0;.81;3153
+74076;44.22344;-.44729;115;20221207;9.7;2.5;6.1;1.7;8.03;0;.53;5126
+74076;44.22344;-.44729;115;20221208;9;2.1;5.5;1.8;8.53;10.5;.41;3341
+74076;44.22344;-.44729;115;20221209;7.7;6.3;7;2.3;9.39;1.7;.53;996
+74076;44.22344;-.44729;115;20221210;4.5;-1.8;1.4;1.8;5.33;0;.46;5214
+74076;44.22344;-.44729;115;20221211;5.5;-4.6;.4;1.8;4.73;.1;.53;5359
+74076;44.22344;-.44729;115;20221212;3.6;-4.4;-.4;2.1;6.43;10.6;.15;3221
+74076;44.22344;-.44729;115;20221213;11.2;3.8;7.5;3.4;12.36;8.2;.04;3792
+74076;44.22344;-.44729;115;20221214;17.1;9.3;13.2;1.9;13.29;5.5;.61;4674
+74076;44.22344;-.44729;115;20221215;13.6;9.6;11.6;2.1;12.26;16.3;.59;3545
+74076;44.22344;-.44729;115;20221216;7.4;6.6;7;2.8;9.09;1.7;.6;841
+74076;44.22344;-.44729;115;20221217;8.3;-3.5;2.4;1.6;6.16;.2;.44;4859
+74076;44.22344;-.44729;115;20221218;12.8;1.5;7.1;3.1;8.49;0;.73;5737
+74076;44.22344;-.44729;115;20221219;14.5;7.5;11;3.2;10.89;0;.8;3951
+74076;44.22344;-.44729;115;20221220;12.3;10.8;11.5;3;12.39;9.3;.62;921
+74076;44.22344;-.44729;115;20221221;17.7;9.4;13.6;2.4;12.83;.5;.8;5147
+74076;44.22344;-.44729;115;20221222;15.9;9.2;12.5;2.1;13.09;4.7;.57;3439
+74076;44.22344;-.44729;115;20221223;18.2;11.5;14.8;1.6;13.53;0;.73;3811
+74076;44.22344;-.44729;115;20221224;18.8;8.3;13.6;1.4;11.79;.1;.68;5511
+74076;44.22344;-.44729;115;20221225;19.7;5.9;12.8;1.9;10.46;.9;.96;6331
+74076;44.22344;-.44729;115;20221226;16.3;8.2;12.3;1.3;11.56;1;.58;4792
+74076;44.22344;-.44729;115;20221227;14.5;9.5;12;1;11.96;.2;.52;3438
+74076;44.22344;-.44729;115;20221228;16.9;4.6;10.8;1.8;9.96;0;.74;6020
+74076;44.22344;-.44729;115;20221229;13.6;9;11.3;2.1;11.23;8;.7;2610
+74076;44.22344;-.44729;115;20221230;18.3;9.2;13.8;2.9;12.39;1.3;1.08;4515
+74076;44.22344;-.44729;115;20221231;21;9.3;15.2;2.9;11.13;0;1.61;5783
+74077;44.25437;-.13723;107;20220101;20.7;5.7;13.2;1.7;9.91;0;.97;6115
+74077;44.25437;-.13723;107;20220102;16.7;6.1;11.4;1.6;10.36;.1;.71;4993
+74077;44.25437;-.13723;107;20220103;16.2;5.9;11;2.2;10.61;.1;.74;4951
+74077;44.25437;-.13723;107;20220104;17.2;9.2;13.2;3.4;10.16;1.8;1.5;4301
+74077;44.25437;-.13723;107;20220105;7.8;3.3;5.5;1.4;6.91;.1;.59;2818
+74077;44.25437;-.13723;107;20220106;8.3;-1.8;3.3;.8;5.26;.1;.43;4869
+74077;44.25437;-.13723;107;20220107;10.9;-.8;5;2.9;7.26;4;.67;5427
+74077;44.25437;-.13723;107;20220108;11.1;7;9;5.3;10.41;7.2;.58;2741
+74077;44.25437;-.13723;107;20220109;9.8;7.9;8.8;3.5;10.76;18.1;.43;1508
+74077;44.25437;-.13723;107;20220110;12;9.3;10.6;2.9;12.01;8.3;.48;2040
+74077;44.25437;-.13723;107;20220111;10.2;4.2;7.2;1;7.96;0;.53;3711
+74077;44.25437;-.13723;107;20220112;6.4;-2;2.2;1;5.56;0;.42;4736
+74077;44.25437;-.13723;107;20220113;.5;-4.1;-1.8;1.7;5.41;0;.19;3258
+74077;44.25437;-.13723;107;20220114;5.9;-1.3;2.3;1.1;5.91;0;.42;4027
+74077;44.25437;-.13723;107;20220115;7.9;-4.4;1.8;.9;5.51;.1;.37;6168
+74077;44.25437;-.13723;107;20220116;4.7;-4.6;.1;.9;5.56;.1;.33;5327
+74077;44.25437;-.13723;107;20220117;6.2;-3;1.6;1.3;6.51;.1;.36;5328
+74077;44.25437;-.13723;107;20220118;3.2;1.9;2.5;1.5;7.31;.1;.28;1191
+74077;44.25437;-.13723;107;20220119;7.8;3.1;5.4;2.1;8.61;2.6;.37;3523
+74077;44.25437;-.13723;107;20220120;7.8;5.8;6.8;1.9;8.66;1.2;.57;2010
+74077;44.25437;-.13723;107;20220121;5.6;-.7;2.5;2.5;5.56;.1;.68;4385
+74077;44.25437;-.13723;107;20220122;7.1;-2.8;2.2;1.4;5.16;0;.58;5851
+74077;44.25437;-.13723;107;20220123;9.3;-3.1;3.1;1.4;5.66;0;.63;6783
+74077;44.25437;-.13723;107;20220124;13.4;0;6.7;1.4;6.86;0;.78;7171
+74077;44.25437;-.13723;107;20220125;11.9;-2;5;.8;6.61;0;.56;7444
+74077;44.25437;-.13723;107;20220126;10.7;-3.5;3.6;.8;6.21;0;.51;7579
+74077;44.25437;-.13723;107;20220127;3.5;-3.5;0;1;5.46;.1;.35;5185
+74077;44.25437;-.13723;107;20220128;4.2;-2.6;.8;.9;6.06;0;.38;5159
+74077;44.25437;-.13723;107;20220129;1.4;-.9;.2;1.3;6.16;0;.31;2564
+74077;44.25437;-.13723;107;20220130;5;-.2;2.4;1.7;7.31;.3;.3;4162
+74077;44.25437;-.13723;107;20220131;9.5;3.5;6.5;3.1;8.81;1.6;.55;4870
+74077;44.25437;-.13723;107;20220201;8.9;.2;4.5;2.9;8.36;.1;.41;6229
+74077;44.25437;-.13723;107;20220202;9.6;7.6;8.6;2.6;10.61;0;.46;2276
+74077;44.25437;-.13723;107;20220203;10.6;5.2;7.9;2.5;9.96;.1;.59;4717
+74077;44.25437;-.13723;107;20220204;11.8;5.4;8.6;2.5;10.66;1.4;.55;5436
+74077;44.25437;-.13723;107;20220205;10.7;4.6;7.7;2.4;7.91;0;1;5031
+74077;44.25437;-.13723;107;20220206;10.1;-.5;4.8;3.6;8.41;1.5;.53;7420
+74077;44.25437;-.13723;107;20220207;12.4;8.6;10.5;2.8;10.76;.6;.86;4097
+74077;44.25437;-.13723;107;20220208;13.9;2.7;8.3;1.8;7.61;0;1.12;7982
+74077;44.25437;-.13723;107;20220209;19.1;3.8;11.5;2;7.51;0;1.71;9633
+74077;44.25437;-.13723;107;20220210;7.3;3.6;5.4;2;9.15;2.8;1.29;10400
+74077;44.25437;-.13723;107;20220211;13;7.2;10.1;2.3;8.89;0;1.27;8600
+74077;44.25437;-.13723;107;20220212;13.8;-1.2;6.3;1.4;6.86;0;1.09;9333
+74077;44.25437;-.13723;107;20220213;18;1.6;9.8;4.1;8.85;1.8;2.02;10733
+74077;44.25437;-.13723;107;20220214;11.3;8;9.7;4.8;10.05;7.2;1.18;6000
+74077;44.25437;-.13723;107;20220215;11.3;3.8;7.6;3.6;9.82;6.5;.77;5833
+74077;44.25437;-.13723;107;20220216;13.8;8.5;11.2;5.1;12.16;6.7;.81;5608
+74077;44.25437;-.13723;107;20220217;13.6;11.6;12.6;3.7;13.36;.9;.75;3157
+74077;44.25437;-.13723;107;20220218;16.2;8.7;12.4;2.4;11.46;.1;1.27;7409
+74077;44.25437;-.13723;107;20220219;12;6.5;9.3;1.8;8.51;.1;1.1;6113
+74077;44.25437;-.13723;107;20220220;13.7;2.7;8.2;3.6;10.16;3;.92;9289
+74077;44.25437;-.13723;107;20220221;13;9.3;11.2;4.3;10.11;.2;1.43;4935
+74077;44.25437;-.13723;107;20220222;15.2;7;11.1;1.8;9.66;0;1.32;8169
+74077;44.25437;-.13723;107;20220223;15.9;4.4;10.1;1.2;9.16;0;1.23;10084
+74077;44.25437;-.13723;107;20220224;14.3;4.6;9.5;2.1;9.51;.4;1.2;9191
+74077;44.25437;-.13723;107;20220225;11.5;2.3;6.9;2.1;6.66;0;1.37;9129
+74077;44.25437;-.13723;107;20220226;13.4;1.5;7.5;2.9;5.46;0;1.98;10650
+74077;44.25437;-.13723;107;20220227;17.4;3.7;10.6;1.8;7.91;0;1.76;11556
+74077;44.25437;-.13723;107;20220228;18.5;1.7;10.1;1;8.46;0;1.56;13198
+74077;44.25437;-.13723;107;20220301;17.7;2.6;10.1;2.2;8.21;.3;1.91;12707
+74077;44.25437;-.13723;107;20220302;13;7.9;10.5;2.5;10.11;2.3;1.2;6866
+74077;44.25437;-.13723;107;20220303;14.3;5.8;10.1;2;10.51;.5;1.24;9426
+74077;44.25437;-.13723;107;20220304;9.5;8.7;9.1;3;10.26;.8;.72;1855
+74077;44.25437;-.13723;107;20220305;10.6;5.9;8.3;1.9;8.26;0;1.18;6784
+74077;44.25437;-.13723;107;20220306;11.7;4.5;8.1;1.8;7.41;.1;1.36;8677
+74077;44.25437;-.13723;107;20220307;12.8;-2.2;5.3;1.8;6.11;0;1.56;13482
+74077;44.25437;-.13723;107;20220308;11.4;5.1;8.2;2.3;8.76;.5;1.23;8556
+74077;44.25437;-.13723;107;20220309;16.3;2.9;9.6;2.9;9.01;.2;1.87;13082
+74077;44.25437;-.13723;107;20220310;15.7;9.3;12.5;3;10.86;1.4;1.7;8691
+74077;44.25437;-.13723;107;20220311;14.1;9.3;11.7;2.8;10.71;11.7;1.53;7847
+74077;44.25437;-.13723;107;20220312;13.4;7.2;10.3;2.7;9.86;.9;1.47;8794
+74077;44.25437;-.13723;107;20220313;13.5;8.4;11;3.1;9.41;5.9;1.68;7987
+74077;44.25437;-.13723;107;20220314;14.4;4.7;9.5;4.6;9.71;.1;1.69;11355
+74077;44.25437;-.13723;107;20220315;17.9;12.6;15.2;5.8;12.16;0;2.47;8363
+74077;44.25437;-.13723;107;20220316;16.1;11.1;13.6;3.1;12.46;.4;1.63;8055
+74077;44.25437;-.13723;107;20220317;12.2;10.7;11.5;3.9;11.06;2.2;1.22;3366
+74077;44.25437;-.13723;107;20220318;13.7;6.6;10.1;2.5;9.45;0;1.82;10733
+74077;44.25437;-.13723;107;20220319;18.1;4.5;11.3;3.7;9.15;0;2.82;16133
+74077;44.25437;-.13723;107;20220320;18.1;6.4;12.3;4.1;9.95;0;2.59;12800
+74077;44.25437;-.13723;107;20220321;19.7;8.7;14.2;5.9;9.89;0;3.76;16900
+74077;44.25437;-.13723;107;20220322;17.6;6.4;12;5.6;7.55;0;3.65;14866
+74077;44.25437;-.13723;107;20220323;17.8;3.8;10.8;4;7.32;0;3.41;19800
+74077;44.25437;-.13723;107;20220324;18.8;1.5;10.1;2.5;7.79;0;2.93;19900
+74077;44.25437;-.13723;107;20220325;19.2;3;11.1;2.5;7.39;0;2.84;14366
+74077;44.25437;-.13723;107;20220326;20.2;3.6;11.9;3.5;6.39;0;3.96;20066
+74077;44.25437;-.13723;107;20220327;21.2;4.2;12.7;3.1;7.65;0;3.72;18766
+74077;44.25437;-.13723;107;20220328;21.5;4.2;12.9;2.1;8.65;0;2.91;14800
+74077;44.25437;-.13723;107;20220329;17.3;6.2;11.8;1.8;10.82;3.2;1.63;7600
+74077;44.25437;-.13723;107;20220330;15.1;9.5;12.3;3;11.49;3.1;1.66;7500
+74077;44.25437;-.13723;107;20220331;14.7;8.1;11.4;4.7;9.39;3.7;2.6;14066
+74077;44.25437;-.13723;107;20220401;9.7;-.2;4.8;5.6;5.62;.5;2.39;16766
+74077;44.25437;-.13723;107;20220402;10;-.2;4.9;4.1;5.25;.1;2.41;16033
+74077;44.25437;-.13723;107;20220403;7.1;-2.2;2.5;1.5;5.46;0;1.58;14845
+74077;44.25437;-.13723;107;20220404;12.4;-2.3;5;1.6;5;0;2.32;20188
+74077;44.25437;-.13723;107;20220405;15.9;-2.6;6.7;1.6;6.56;.6;2.42;19533
+74077;44.25437;-.13723;107;20220406;13;6.8;9.9;3.4;10.95;.8;1.32;6366
+74077;44.25437;-.13723;107;20220407;17.5;9.4;13.4;6.2;12.05;10.3;2.22;9066
+74077;44.25437;-.13723;107;20220408;19.3;9.6;14.5;5.5;11.29;1.1;3.07;10766
+74077;44.25437;-.13723;107;20220409;16.1;6.9;11.5;2.3;8.35;.1;3;20366
+74077;44.25437;-.13723;107;20220410;19.9;.4;10.1;4.4;7.25;0;4.1;23266
+74077;44.25437;-.13723;107;20220411;22.5;9.2;15.9;7.1;11.05;.1;4.79;19833
+74077;44.25437;-.13723;107;20220412;18.1;10.6;14.4;4.5;12.12;6.8;2.58;10166
+74077;44.25437;-.13723;107;20220413;16.3;10.8;13.5;2.3;13.15;.8;1.68;8433
+74077;44.25437;-.13723;107;20220414;23.4;8.5;15.9;1.7;12.59;0;3.64;22400
+74077;44.25437;-.13723;107;20220415;23.8;9.7;16.8;2.5;13.15;0;3.68;19933
+74077;44.25437;-.13723;107;20220416;24.3;9.2;16.7;2.8;12.12;0;4.3;24266
+74077;44.25437;-.13723;107;20220417;23.3;8.5;15.9;3;11.55;0;4.12;22733
+74077;44.25437;-.13723;107;20220418;18.9;11.3;15.1;3;12.19;0;2.8;14033
+74077;44.25437;-.13723;107;20220419;13.1;9.1;11.1;2.9;11.65;14.5;1.27;5833
+74077;44.25437;-.13723;107;20220420;12.9;8.5;10.7;2.4;11.59;4.5;1.16;5100
+74077;44.25437;-.13723;107;20220421;16;8.2;12.1;2.1;12.59;0;1.6;8566
+74077;44.25437;-.13723;107;20220422;20.6;9.9;15.3;2.3;12.19;5.9;3.22;18233
+74077;44.25437;-.13723;107;20220423;13.2;10.3;11.8;3.5;11.99;7.2;1.39;6000
+74077;44.25437;-.13723;107;20220424;17.1;10.1;13.6;5.5;11.95;0;2.61;12166
+74077;44.25437;-.13723;107;20220425;20.2;5.4;12.8;1.9;10.82;0;3.3;21700
+74077;44.25437;-.13723;107;20220426;23.4;6;14.7;3;11.12;0;4.4;25733
+74077;44.25437;-.13723;107;20220427;21.5;10.9;16.2;2.5;13.32;3.8;2.89;13533
+74077;44.25437;-.13723;107;20220428;18.9;12.6;15.8;2.7;14.52;.1;2.42;12166
+74077;44.25437;-.13723;107;20220429;21.2;10.3;15.7;2.6;13.65;0;3.31;18966
+74077;44.25437;-.13723;107;20220430;22.1;11.4;16.8;2.8;13.35;0;3.78;20400
+74077;44.25437;-.13723;107;20220501;21.5;10;15.8;2.4;12.39;0;3.5;19200
+74077;44.25437;-.13723;107;20220502;20.7;11.4;16;2.4;11.95;0;3.5;18566
+74077;44.25437;-.13723;107;20220503;21.7;12.2;17;2.6;12.85;1.7;3.54;17400
+74077;44.25437;-.13723;107;20220504;21.1;12.2;16.6;2.7;11.72;0;3.63;17333
+74077;44.25437;-.13723;107;20220505;21.8;8.4;15.1;2.8;10.79;.1;4.06;22366
+74077;44.25437;-.13723;107;20220506;21.5;8.9;15.2;2.1;11.21;.1;3.61;20852
+74077;44.25437;-.13723;107;20220507;23.5;9;16.2;1.8;12.51;.1;3.76;21917
+74077;44.25437;-.13723;107;20220508;24.8;9.8;17.3;1.7;12.61;0;4.07;22570
+74077;44.25437;-.13723;107;20220509;26.3;9.6;18;1.3;12.16;0;4.26;24172
+74077;44.25437;-.13723;107;20220510;29.4;9.4;19.4;1.4;12.11;.1;4.95;26950
+74077;44.25437;-.13723;107;20220511;28.9;12.1;20.5;1.7;14.96;.1;4.74;24583
+74077;44.25437;-.13723;107;20220512;20.9;12.2;16.6;1.3;15.01;.8;2.92;17345
+74077;44.25437;-.13723;107;20220513;24.9;14.2;19.6;1.2;15.71;0;3.63;19639
+74077;44.25437;-.13723;107;20220514;28.8;11.9;20.4;1.8;16.31;0;4.74;25176
+74077;44.25437;-.13723;107;20220515;28.8;13.3;21;2.1;16.96;8.1;4.76;24210
+74077;44.25437;-.13723;107;20220516;28.7;13.4;21.1;1.4;16.46;0;4.54;23951
+74077;44.25437;-.13723;107;20220517;30.4;16.6;23.5;2;15.91;0;5.13;23216
+74077;44.25437;-.13723;107;20220518;31.6;13.4;22.5;2.1;16.66;1.7;5.55;26536
+74077;44.25437;-.13723;107;20220519;26.7;17.1;21.9;2.3;19.16;.1;3.99;19005
+74077;44.25437;-.13723;107;20220520;26;17.6;21.8;2.7;18.26;0;3.94;17779
+74077;44.25437;-.13723;107;20220521;30.3;12.8;21.6;1.1;18.31;0;4.85;26279
+74077;44.25437;-.13723;107;20220522;30.8;17.8;24.3;2.5;20.96;.9;5.01;22603
+74077;44.25437;-.13723;107;20220523;21.8;16.1;18.9;4.5;15.56;.7;3.5;14598
+74077;44.25437;-.13723;107;20220524;18.4;10.9;14.7;2.5;13.11;1.3;2.84;16691
+74077;44.25437;-.13723;107;20220525;19.4;6.6;13;1.7;11.41;.2;3.38;22682
+74077;44.25437;-.13723;107;20220526;20;8.9;14.4;1.5;13.16;0;3.23;20966
+74077;44.25437;-.13723;107;20220527;24.4;11.8;18.1;1.8;13.71;.2;4.18;23101
+74077;44.25437;-.13723;107;20220528;26.6;10.8;18.7;2.3;12.41;0;4.99;25684
+74077;44.25437;-.13723;107;20220529;23.9;9.7;16.8;2.7;9.56;0;4.93;24494
+74077;44.25437;-.13723;107;20220530;24.7;7.7;16.2;1.8;9.01;0;4.85;26839
+74077;44.25437;-.13723;107;20220531;26.3;12.8;19.6;1.8;11.96;.6;4.74;23666
+74077;44.25437;-.13723;107;20220601;30.5;13;21.8;2.6;14.21;.2;5.95;26908
+74077;44.25437;-.13723;107;20220602;26.5;16.6;21.6;2.1;18.81;4.5;4.11;20078
+74077;44.25437;-.13723;107;20220603;29.9;17.9;23.9;2.8;20.01;3.3;4.93;21960
+74077;44.25437;-.13723;107;20220604;23.9;17.3;20.6;2;19.71;1.4;3.12;15935
+74077;44.25437;-.13723;107;20220605;23.4;15.9;19.7;2.3;16.86;0;3.53;17422
+74077;44.25437;-.13723;107;20220606;25.6;12.7;19.2;1.6;15.46;.2;4.31;23136
+74077;44.25437;-.13723;107;20220607;24.3;16;20.1;1.8;15.66;5.2;3.78;18382
+74077;44.25437;-.13723;107;20220608;19.5;14;16.8;2.3;16.31;2.5;2.58;14728
+74077;44.25437;-.13723;107;20220609;23.6;11;17.3;2;14.4;.1;3.34;16480
+74077;44.25437;-.13723;107;20220610;27.7;10.4;19;1.4;14.56;.1;4.89;27424
+74077;44.25437;-.13723;107;20220611;30.8;12.9;21.8;1.5;17.01;.3;5.41;27967
+74077;44.25437;-.13723;107;20220612;28.9;16.6;22.7;2.7;19.71;2.7;4.8;22487
+74077;44.25437;-.13723;107;20220613;29.7;17.5;23.6;2.4;20.21;.2;4.92;22459
+74077;44.25437;-.13723;107;20220614;34.2;16.8;25.5;1.7;21.06;0;5.96;27550
+74077;44.25437;-.13723;107;20220615;34.2;19.2;26.7;2.5;21.96;0;6;25006
+74077;44.25437;-.13723;107;20220616;35.7;17.6;26.6;1.4;18.21;0;6.17;28140
+74077;44.25437;-.13723;107;20220617;37.3;18.9;28.1;1.6;19.76;0;6.46;28287
+74077;44.25437;-.13723;107;20220618;40;20.6;30.3;2.5;19.21;0;7.82;29277
+74077;44.25437;-.13723;107;20220619;30.9;18.9;24.9;2.8;19.96;.4;5.38;22627
+74077;44.25437;-.13723;107;20220620;28.9;17.5;23.2;2.5;18.86;1.4;4.88;21941
+74077;44.25437;-.13723;107;20220621;27.5;18.2;22.8;2.3;19.96;8.8;4.27;19770
+74077;44.25437;-.13723;107;20220622;24.6;16;20.3;2.4;18.66;2.2;3.61;18315
+74077;44.25437;-.13723;107;20220623;26.3;15.6;21;1.9;18.16;8.9;4.24;21561
+74077;44.25437;-.13723;107;20220624;24.4;15.7;20.1;2.3;16.76;.8;3.88;19073
+74077;44.25437;-.13723;107;20220625;18.5;13.7;16.1;1.8;15.16;6.1;2.5;14128
+74077;44.25437;-.13723;107;20220626;17.1;13;15;1.2;15.33;4.7;1.95;10845
+74077;44.25437;-.13723;107;20220627;21.5;13.2;17.3;1.6;14.9;0;3.17;17084
+74077;44.25437;-.13723;107;20220628;24.8;12.5;18.6;1.6;13.66;0;4.25;22711
+74077;44.25437;-.13723;107;20220629;25.9;10.9;18.4;1.5;14.21;11.1;4.54;25495
+74077;44.25437;-.13723;107;20220630;16.7;14;15.3;1.7;15.26;6;1.81;9620
+74077;44.25437;-.13723;107;20220701;23.3;8.2;15.8;1.4;12.41;.1;4.19;25596
+74077;44.25437;-.13723;107;20220702;29;9.9;19.5;1.4;13.61;0;5.31;28966
+74077;44.25437;-.13723;107;20220703;28.1;14.6;21.4;2.1;15.76;1.1;5.02;24202
+74077;44.25437;-.13723;107;20220704;26.1;15;20.6;2.1;17.51;0;4.25;21649
+74077;44.25437;-.13723;107;20220705;29.1;16.4;22.8;2;16.46;0;5;22902
+74077;44.25437;-.13723;107;20220706;28.6;13.9;21.3;2.2;14.61;0;5.22;25168
+74077;44.25437;-.13723;107;20220707;28.6;14.4;21.5;2.3;15.56;0;5.15;24373
+74077;44.25437;-.13723;107;20220708;29.5;14.4;21.9;1.9;15.76;0;5.22;25031
+74077;44.25437;-.13723;107;20220709;31.6;13.9;22.8;2;14.61;0;5.9;27678
+74077;44.25437;-.13723;107;20220710;32.7;15;23.8;1.9;15.06;0;6.01;27642
+74077;44.25437;-.13723;107;20220711;34.7;15.3;25;1.6;15.91;0;6.2;28817
+74077;44.25437;-.13723;107;20220712;35.7;16.9;26.3;1.7;15.61;0;6.36;28193
+74077;44.25437;-.13723;107;20220713;35;14;24.5;1.2;14.36;0;5.9;29199
+74077;44.25437;-.13723;107;20220714;36.6;15.7;26.2;1.1;16.01;0;6.15;29472
+74077;44.25437;-.13723;107;20220715;34.7;18.9;26.8;2.1;15.66;0;6.3;25663
+74077;44.25437;-.13723;107;20220716;36.5;16.5;26.5;1.9;15.41;0;6.7;28589
+74077;44.25437;-.13723;107;20220717;37.3;16.1;26.7;2.1;14.16;0;7.1;29240
+74077;44.25437;-.13723;107;20220718;39;20.7;29.8;3;15.11;0;8.05;27403
+74077;44.25437;-.13723;107;20220719;30.6;21.9;26.3;2.6;19.76;0;5.02;18474
+74077;44.25437;-.13723;107;20220720;27.9;19.6;23.7;2.1;17.26;0;4.33;17851
+74077;44.25437;-.13723;107;20220721;31;14.4;22.7;1.6;17.11;0;5.17;25703
+74077;44.25437;-.13723;107;20220722;28.1;18.2;23.2;3.2;17.91;.1;4.74;19140
+74077;44.25437;-.13723;107;20220723;29.3;13.1;21.2;1.2;15.81;0;4.69;25145
+74077;44.25437;-.13723;107;20220724;36.3;15.1;25.7;2;16.16;0;6.54;28526
+74077;44.25437;-.13723;107;20220725;29;20.4;24.7;3.1;18.81;.2;4.78;17763
+74077;44.25437;-.13723;107;20220726;27.3;13.2;20.3;1.8;14.46;0;4.54;23166
+74077;44.25437;-.13723;107;20220727;28.4;10.7;19.6;1.7;13.87;0;4.93;25063
+74077;44.25437;-.13723;107;20220728;28.4;14.1;21.3;2.1;15.13;2.6;4.85;23535
+74077;44.25437;-.13723;107;20220729;27.3;14.8;21.1;1.6;16.76;.5;4.16;21320
+74077;44.25437;-.13723;107;20220730;29.2;15.1;22.1;1.3;17.46;.1;4.37;22262
+74077;44.25437;-.13723;107;20220731;32.6;14.4;23.5;1.9;16.61;.3;5.52;25907
+74077;44.25437;-.13723;107;20220801;33.7;15.7;24.7;2.1;16.51;0;5.87;25428
+74077;44.25437;-.13723;107;20220802;35.5;15.5;25.5;2.1;16.06;.3;6.22;26457
+74077;44.25437;-.13723;107;20220803;37.3;17.1;27.2;1.8;16.41;.4;6.34;27047
+74077;44.25437;-.13723;107;20220804;35.1;21.2;28.1;3.4;22.01;.5;6.1;21639
+74077;44.25437;-.13723;107;20220805;31.2;18.8;25;3.1;19.41;0;5.22;20561
+74077;44.25437;-.13723;107;20220806;32.9;16.8;24.9;2.4;15.91;0;5.74;23574
+74077;44.25437;-.13723;107;20220807;33.4;15.6;24.5;2.1;11.86;.3;5.92;24914
+74077;44.25437;-.13723;107;20220808;34.9;14.7;24.8;1.8;11.26;0;5.92;26093
+74077;44.25437;-.13723;107;20220809;36;16.6;26.3;1.9;13.01;0;6.14;25703
+74077;44.25437;-.13723;107;20220810;36.5;15.7;26.1;1.6;12.16;0;5.92;26069
+74077;44.25437;-.13723;107;20220811;39.1;17;28.1;1.4;14.56;0;6.13;26970
+74077;44.25437;-.13723;107;20220812;38.8;21.8;30.3;2.6;19.01;0;6.68;23331
+74077;44.25437;-.13723;107;20220813;34.6;20.5;27.5;2.5;21.46;4.5;5.32;20772
+74077;44.25437;-.13723;107;20220814;24.9;19.4;22.2;2.3;20.31;4.3;2.96;12830
+74077;44.25437;-.13723;107;20220815;27.6;15.6;21.6;2.2;16.91;.2;4.1;19409
+74077;44.25437;-.13723;107;20220816;27.4;14.6;21;1.4;17.26;10.1;3.76;19956
+74077;44.25437;-.13723;107;20220817;23.7;15.5;19.6;2.2;17.86;1.1;3.04;15504
+74077;44.25437;-.13723;107;20220818;25.9;15;20.5;2.5;16.86;.6;3.71;17667
+74077;44.25437;-.13723;107;20220819;27.3;14.4;20.8;1.9;17.01;.2;3.79;19201
+74077;44.25437;-.13723;107;20220820;27.8;15.4;21.6;1.3;17.76;0;3.68;19305
+74077;44.25437;-.13723;107;20220821;26.8;16.7;21.7;1.6;18.01;.4;3.44;16886
+74077;44.25437;-.13723;107;20220822;24.9;18.1;21.5;2.2;20.41;2.1;2.8;13377
+74077;44.25437;-.13723;107;20220823;29.3;18.7;24;1.1;20.21;.1;3.55;17233
+74077;44.25437;-.13723;107;20220824;34.6;16.4;25.5;1.5;18.06;1.7;4.88;22635
+74077;44.25437;-.13723;107;20220825;29.3;20.2;24.7;3.1;21.46;.7;3.98;15359
+74077;44.25437;-.13723;107;20220826;29.9;19.1;24.5;2.1;20.06;.2;3.94;16704
+74077;44.25437;-.13723;107;20220827;30.7;17;23.8;1.5;17.71;.1;4.03;18734
+74077;44.25437;-.13723;107;20220828;33.6;14.1;23.8;1.3;13.76;0;4.59;22897
+74077;44.25437;-.13723;107;20220829;30.1;20.3;25.2;1.7;15.26;3.3;3.95;15653
+74077;44.25437;-.13723;107;20220830;32.7;16.3;24.5;1.6;18.01;0;4.38;20383
+74077;44.25437;-.13723;107;20220831;30.3;18.6;24.5;1.8;20.46;.1;3.71;16728
+74077;44.25437;-.13723;107;20220901;29;18.1;23.5;2;18.91;8.6;3.66;16160
+74077;44.25437;-.13723;107;20220902;26;16.8;21.4;2.1;18.06;.9;3.09;14506
+74077;44.25437;-.13723;107;20220903;27.6;15.8;21.7;1.8;17.51;0;3.4;16429
+74077;44.25437;-.13723;107;20220904;33.1;15.3;24.2;1.6;16.61;.1;4.37;20413
+74077;44.25437;-.13723;107;20220905;34.7;18.8;26.8;2.1;17.76;.2;4.8;19094
+74077;44.25437;-.13723;107;20220906;30.9;16.3;23.6;2.3;16.06;0;4.34;18021
+74077;44.25437;-.13723;107;20220907;27;15.6;21.3;1.4;15.16;.3;3.18;15771
+74077;44.25437;-.13723;107;20220908;25.3;12.7;19;2;14.81;1.8;3.18;16671
+74077;44.25437;-.13723;107;20220909;25.4;15.4;20.4;2.3;15.71;.8;3.19;14428
+74077;44.25437;-.13723;107;20220910;27.4;11.1;19.2;1.4;13.76;0;3.3;18566
+74077;44.25437;-.13723;107;20220911;32.6;14.9;23.8;2;13.81;0;4.51;19273
+74077;44.25437;-.13723;107;20220912;37.6;20.5;29;2.6;17.21;2.2;5.54;18537
+74077;44.25437;-.13723;107;20220913;32.3;20.4;26.4;2.6;21.06;.2;4.06;15037
+74077;44.25437;-.13723;107;20220914;30.5;18.1;24.3;2.4;16.56;.3;4;15347
+74077;44.25437;-.13723;107;20220915;28.3;13.8;21.1;2.1;16.06;.1;3.48;16663
+74077;44.25437;-.13723;107;20220916;25.5;15.1;20.3;1.9;15.46;0;2.93;13759
+74077;44.25437;-.13723;107;20220917;21.9;9;15.5;1.9;9.06;0;2.92;15261
+74077;44.25437;-.13723;107;20220918;24.7;6.2;15.5;1.9;7.61;0;3.42;18258
+74077;44.25437;-.13723;107;20220919;26.4;6.2;16.3;1.9;7.71;0;3.59;18972
+74077;44.25437;-.13723;107;20220920;24.6;6.4;15.5;1.6;8.41;0;3.15;18027
+74077;44.25437;-.13723;107;20220921;24.5;5.9;15.2;1.4;8.86;0;2.92;17927
+74077;44.25437;-.13723;107;20220922;27;7.3;17.1;1.7;10.11;0;3.32;17983
+74077;44.25437;-.13723;107;20220923;21.8;8.5;15.2;1.3;12.41;4.9;2.24;14605
+74077;44.25437;-.13723;107;20220924;19.3;11.4;15.3;2.4;14.16;3;1.81;10235
+74077;44.25437;-.13723;107;20220925;20.8;8.4;14.6;1.9;11.61;.1;2.28;13094
+74077;44.25437;-.13723;107;20220926;20.2;5.7;13;2.7;11.21;4.6;2.32;14639
+74077;44.25437;-.13723;107;20220927;18.4;12.5;15.5;3.1;14.46;7.8;1.7;8692
+74077;44.25437;-.13723;107;20220928;19;14.7;16.9;4.3;16.31;11.4;1.58;7088
+74077;44.25437;-.13723;107;20220929;15.8;12.6;14.2;2.9;14.06;9.3;1.22;6019
+74077;44.25437;-.13723;107;20220930;19;8.7;13.9;2;11.31;.2;1.98;11648
+74077;44.25437;-.13723;107;20221001;20.8;11;15.9;3.4;14.61;.5;2.02;11305
+74077;44.25437;-.13723;107;20221002;23.1;12.7;17.9;1.3;15.61;.2;1.94;11785
+74077;44.25437;-.13723;107;20221003;24.3;12.2;18.2;1.2;14.66;0;2.08;12329
+74077;44.25437;-.13723;107;20221004;25.7;8.5;17.1;.7;12.81;.2;2.07;14725
+74077;44.25437;-.13723;107;20221005;28.4;9.1;18.7;1.5;13.66;.1;2.67;15517
+74077;44.25437;-.13723;107;20221006;20.9;15.1;18;1.1;16.71;.1;1.43;7693
+74077;44.25437;-.13723;107;20221007;25.2;11.6;18.4;1.1;15.06;.5;2.04;12552
+74077;44.25437;-.13723;107;20221008;22.2;13.4;17.8;1.7;16.01;1.8;1.69;9555
+74077;44.25437;-.13723;107;20221009;26.7;11.2;19;1.7;14.11;.1;2.46;12992
+74077;44.25437;-.13723;107;20221010;21.7;14;17.8;1.9;15.51;0;1.76;8966
+74077;44.25437;-.13723;107;20221011;20.6;15.6;18.1;1.3;17.36;2.2;1.32;6939
+74077;44.25437;-.13723;107;20221012;22.5;13.9;18.2;1.2;15.61;.7;1.62;9154
+74077;44.25437;-.13723;107;20221013;20.9;11.2;16;2.1;15.16;1.2;1.56;9579
+74077;44.25437;-.13723;107;20221014;20.6;16.6;18.6;3.3;17.81;.8;1.46;5505
+74077;44.25437;-.13723;107;20221015;25.6;12.5;19;1.3;15.51;0;1.91;11114
+74077;44.25437;-.13723;107;20221016;29.1;14.5;21.8;2.6;17.11;.3;2.78;11474
+74077;44.25437;-.13723;107;20221017;26.1;17.8;22;2.1;19.31;0;1.98;8291
+74077;44.25437;-.13723;107;20221018;30;17.7;23.9;3.1;18.66;.1;3.03;10100
+74077;44.25437;-.13723;107;20221019;27.3;16.8;22;3;18.31;.9;2.42;9166
+74077;44.25437;-.13723;107;20221020;26.6;14.6;20.6;2.8;15.36;.3;2.56;9595
+74077;44.25437;-.13723;107;20221021;22.5;15.2;18.8;2.1;14.51;.4;1.86;7143
+74077;44.25437;-.13723;107;20221022;25.8;11.3;18.6;2.3;13.76;.2;2.27;10546
+74077;44.25437;-.13723;107;20221023;26.6;15.6;21.1;2.6;13.96;.1;2.68;8887
+74077;44.25437;-.13723;107;20221024;24.2;10.7;17.5;1.8;11.11;0;2.05;9932
+74077;44.25437;-.13723;107;20221025;24.4;11.2;17.8;1.5;12.66;.2;1.81;9702
+74077;44.25437;-.13723;107;20221026;26.3;10.7;18.5;1.8;14.41;.1;1.94;10394
+74077;44.25437;-.13723;107;20221027;25.2;16.7;20.9;3.4;16.56;0;2.28;7227
+74077;44.25437;-.13723;107;20221028;28.1;17.7;22.9;2.9;16.31;0;2.64;7971
+74077;44.25437;-.13723;107;20221029;25.9;17;21.5;2.9;16.01;.1;2.33;7105
+74077;44.25437;-.13723;107;20221030;23.3;14;18.6;1.9;15.06;.6;1.63;7485
+74077;44.25437;-.13723;107;20221031;20.8;12.8;16.8;2.6;15.01;3.5;1.39;6808
+74077;44.25437;-.13723;107;20221101;19.6;13.1;16.3;2;14.06;.1;1.31;5759
+74077;44.25437;-.13723;107;20221102;19.6;7.6;13.6;1.7;11.36;.1;1.27;8194
+74077;44.25437;-.13723;107;20221103;20.7;10.3;15.5;3.3;12.06;7;1.87;7543
+74077;44.25437;-.13723;107;20221104;15.5;10;12.7;4.1;11.26;3.4;1.41;4771
+74077;44.25437;-.13723;107;20221105;17.1;6.4;11.8;1.2;9.91;.1;1;7282
+74077;44.25437;-.13723;107;20221106;18.6;5.6;12.1;2.4;10.06;.4;1.39;8076
+74077;44.25437;-.13723;107;20221107;20.3;6.1;13.2;2.1;10.96;.1;1.38;8440
+74077;44.25437;-.13723;107;20221108;18.4;11.5;15;2.9;13.36;.5;1.2;5387
+74077;44.25437;-.13723;107;20221109;15.4;13.1;14.2;1.8;13.71;4.5;.8;2740
+74077;44.25437;-.13723;107;20221110;12.8;7.9;10.4;1.2;10.91;0;.65;4375
+74077;44.25437;-.13723;107;20221111;17.7;3.7;10.7;1.4;10.66;.1;.85;7677
+74077;44.25437;-.13723;107;20221112;21.2;11.1;16.2;2.3;13.81;.2;1.29;6470
+74077;44.25437;-.13723;107;20221113;22.7;7.7;15.2;1.4;11.86;.1;1.18;8002
+74077;44.25437;-.13723;107;20221114;13.9;10.7;12.3;2.5;12.71;6.4;.68;3094
+74077;44.25437;-.13723;107;20221115;16.2;10.5;13.3;2.6;13.16;6.7;.84;4348
+74077;44.25437;-.13723;107;20221116;18.7;10.3;14.5;3.3;12.51;.5;1.35;5355
+74077;44.25437;-.13723;107;20221117;17.5;13;15.3;4;13.26;2.1;1.4;3667
+74077;44.25437;-.13723;107;20221118;12.2;7.8;10;3;10.96;3.8;.63;3261
+74077;44.25437;-.13723;107;20221119;11.9;7.1;9.5;2.3;9.86;.4;.75;3542
+74077;44.25437;-.13723;107;20221120;14;2.1;8;2.7;9.56;3.5;.71;6216
+74077;44.25437;-.13723;107;20221121;14.6;8.5;11.6;3.4;11.36;20.6;.9;4036
+74077;44.25437;-.13723;107;20221122;9.4;6.4;7.9;4.4;10.16;22;.4;2387
+74077;44.25437;-.13723;107;20221123;16.2;8.8;12.5;4.1;12.26;3.5;1;4495
+74077;44.25437;-.13723;107;20221124;14.6;7.7;11.1;2.5;10.61;3.7;.84;4337
+74077;44.25437;-.13723;107;20221125;13.2;7.7;10.4;2.4;10.86;5.7;.65;3744
+74077;44.25437;-.13723;107;20221126;11.7;2.8;7.2;1.2;8.71;.1;.48;4985
+74077;44.25437;-.13723;107;20221127;11.8;3.5;7.7;2.1;9.16;8;.53;4731
+74077;44.25437;-.13723;107;20221128;13.1;8.8;10.9;3.6;11.26;5.8;.71;3042
+74077;44.25437;-.13723;107;20221129;12.2;7.1;9.7;1.8;10.21;.2;.61;3262
+74077;44.25437;-.13723;107;20221130;6.6;1.8;4.2;1.3;7.46;0;.36;3065
+74077;44.25437;-.13723;107;20221201;9.2;.7;5;1;7.56;.1;.41;4135
+74077;44.25437;-.13723;107;20221202;7.6;4.3;5.9;1.3;7.66;.1;.52;2429
+74077;44.25437;-.13723;107;20221203;6.4;2.2;4.3;1.1;7.56;0;.35;2913
+74077;44.25437;-.13723;107;20221204;9.2;1.9;5.5;.9;7.21;0;.42;4097
+74077;44.25437;-.13723;107;20221205;9.8;.8;5.3;1.9;7.11;.1;.58;4549
+74077;44.25437;-.13723;107;20221206;11;6.5;8.8;1.8;8.26;0;.78;2851
+74077;44.25437;-.13723;107;20221207;9.7;1.9;5.8;1.7;7.71;0;.53;4170
+74077;44.25437;-.13723;107;20221208;8.6;2.1;5.3;1.7;8.31;10.6;.36;3488
+74077;44.25437;-.13723;107;20221209;7.4;6.3;6.8;2.2;9.31;1.7;.46;928
+74077;44.25437;-.13723;107;20221210;3.5;-1.4;1;2.4;5.36;.1;.52;2892
+74077;44.25437;-.13723;107;20221211;4.9;-4.4;.2;1.5;4.76;.1;.44;4401
+74077;44.25437;-.13723;107;20221212;3.1;-4.5;-.7;1.9;6.21;9.6;.11;3948
+74077;44.25437;-.13723;107;20221213;10.4;3.7;7.1;3.5;11.96;7.3;.01;3671
+74077;44.25437;-.13723;107;20221214;17;9.2;13.1;2.4;13.01;4.3;.73;3916
+74077;44.25437;-.13723;107;20221215;12.5;9.9;11.2;1.9;11.91;11.3;.56;1841
+74077;44.25437;-.13723;107;20221216;7.1;6.1;6.6;2.4;8.81;2.1;.57;612
+74077;44.25437;-.13723;107;20221217;7.9;-3.2;2.4;1.4;6.16;.2;.4;4697
+74077;44.25437;-.13723;107;20221218;12.4;2.2;7.3;3.5;8.81;0;.66;4495
+74077;44.25437;-.13723;107;20221219;15.1;8.9;12;3.7;11.41;0;.93;3318
+74077;44.25437;-.13723;107;20221220;12.8;11.8;12.3;3.4;12.61;9;.71;688
+74077;44.25437;-.13723;107;20221221;17.3;9.6;13.5;2.8;12.61;.2;.88;3697
+74077;44.25437;-.13723;107;20221222;15.8;10;12.9;2.9;12.96;3.4;.68;3312
+74077;44.25437;-.13723;107;20221223;17.7;12.3;15;1.8;13.51;0;.78;3154
+74077;44.25437;-.13723;107;20221224;18.4;9;13.7;1.5;11.86;.2;.75;4428
+74077;44.25437;-.13723;107;20221225;19.1;6.4;12.8;2;10.61;.1;.95;5323
+74077;44.25437;-.13723;107;20221226;16.1;8.6;12.3;1.6;11.61;1;.65;3909
+74077;44.25437;-.13723;107;20221227;14.9;9.4;12.2;.8;11.71;.2;.51;2925
+74077;44.25437;-.13723;107;20221228;16.8;5;10.9;1.9;9.81;0;.81;5077
+74077;44.25437;-.13723;107;20221229;13.3;9.4;11.4;2.5;10.96;8;.79;2603
+74077;44.25437;-.13723;107;20221230;17.9;9.3;13.6;3.3;12.16;1.8;1.12;4250
+74077;44.25437;-.13723;107;20221231;20.1;9.7;14.9;3.1;11.86;0;1.39;4701
+74078;44.28437;.17312;48;20220101;17.2;4.2;10.7;1.8;9.85;0;.69;6211
+74078;44.28437;.17312;48;20220102;15.1;4.3;9.7;1.9;10.04;.1;.62;5066
+74078;44.28437;.17312;48;20220103;12.8;4.9;8.8;2.5;10.47;.1;.45;4800
+74078;44.28437;.17312;48;20220104;17.4;7.1;12.3;3.8;10.54;1.8;1.34;5500
+74078;44.28437;.17312;48;20220105;8.3;2.4;5.4;1.9;7.05;0;.58;3787
+74078;44.28437;.17312;48;20220106;8.3;-2.3;3;.8;5.31;.1;.37;5865
+74078;44.28437;.17312;48;20220107;11.1;-3.7;3.7;2.6;7.47;4.2;.52;5300
+74078;44.28437;.17312;48;20220108;11.5;6.9;9.2;5.2;10.51;6.4;.58;3053
+74078;44.28437;.17312;48;20220109;10;7.7;8.9;3.4;10.74;21.5;.49;1066
+74078;44.28437;.17312;48;20220110;11.5;8.8;10.2;2.5;11.5;8.3;.52;1233
+74078;44.28437;.17312;48;20220111;9.3;2.9;6.1;1.4;7.9;0;.43;5833
+74078;44.28437;.17312;48;20220112;7.2;-3.3;2;1.3;5.5;0;.36;8666
+74078;44.28437;.17312;48;20220113;1.8;-4.5;-1.4;2.1;5.67;0;.2;2700
+74078;44.28437;.17312;48;20220114;6.8;-1.7;2.5;1.6;5.57;0;.53;6066
+74078;44.28437;.17312;48;20220115;6;-5;.5;1;5.27;.1;.32;7000
+74078;44.28437;.17312;48;20220116;4.4;-4;.2;1.1;5.58;.1;.31;4745
+74078;44.28437;.17312;48;20220117;5.3;-1.4;1.9;1.2;6.57;.1;.39;4633
+74078;44.28437;.17312;48;20220118;3.3;.5;1.9;1.1;7.04;.1;.3;1600
+74078;44.28437;.17312;48;20220119;7;2.6;4.8;1.8;8.17;2.6;.41;2300
+74078;44.28437;.17312;48;20220120;9.1;4.6;6.8;2.1;8.27;.8;.67;3733
+74078;44.28437;.17312;48;20220121;7.1;-1.5;2.8;2.6;5.47;.1;.74;7933
+74078;44.28437;.17312;48;20220122;8.2;-3.7;2.2;1.3;5.15;0;.56;7231
+74078;44.28437;.17312;48;20220123;11.8;-4.9;3.4;.9;5.27;0;.55;9633
+74078;44.28437;.17312;48;20220124;12.6;-2.7;5;1.6;6.48;0;.75;8164
+74078;44.28437;.17312;48;20220125;12.8;-3.7;4.6;1.3;5.94;0;.75;8966
+74078;44.28437;.17312;48;20220126;10.8;-3.7;3.5;1;5.9;0;.62;8100
+74078;44.28437;.17312;48;20220127;3.4;-3.4;0;1.4;5.47;0;.43;5300
+74078;44.28437;.17312;48;20220128;3.4;-2.8;.3;1.3;5.97;0;.38;4266
+74078;44.28437;.17312;48;20220129;1.8;-.7;.6;1.6;6.37;0;.29;2333
+74078;44.28437;.17312;48;20220130;5.7;.4;3.1;1.5;7.47;.1;.37;2666
+74078;44.28437;.17312;48;20220131;10.5;3.3;6.9;3.6;8.94;1.4;.68;3400
+74078;44.28437;.17312;48;20220201;9.5;0;4.8;3.1;8.3;.1;.5;5733
+74078;44.28437;.17312;48;20220202;10.4;7.9;9.1;2.4;10.64;0;.59;2833
+74078;44.28437;.17312;48;20220203;9.4;2.4;5.9;2.4;9.37;.2;.47;2500
+74078;44.28437;.17312;48;20220204;12.8;5.8;9.3;2.2;10.67;1.2;.64;2500
+74078;44.28437;.17312;48;20220205;11.9;5.7;8.8;2.3;7.9;0;1.13;10600
+74078;44.28437;.17312;48;20220206;10.8;-2.6;4.1;2.9;7.8;.9;.65;4900
+74078;44.28437;.17312;48;20220207;12.9;9;11;3.1;10.59;.6;.99;4149
+74078;44.28437;.17312;48;20220208;14.3;2.1;8.2;1.6;7.44;0;1.1;8421
+74078;44.28437;.17312;48;20220209;17.6;-.6;8.5;2.6;7.57;0;1.59;11866
+74078;44.28437;.17312;48;20220210;17.2;1.6;9.4;2;8.94;2.8;1.3;10566
+74078;44.28437;.17312;48;20220211;13.6;8.1;10.8;1.9;8.97;0;1.23;9100
+74078;44.28437;.17312;48;20220212;14;-2.2;5.9;1;6.38;0;.93;9504
+74078;44.28437;.17312;48;20220213;17.9;1.1;9.5;3.8;8.8;1.3;1.83;10433
+74078;44.28437;.17312;48;20220214;11.5;8.8;10.2;4.7;10.05;5.7;1.19;6050
+74078;44.28437;.17312;48;20220215;11.1;3.7;7.4;2.8;9.67;4.5;.68;5266
+74078;44.28437;.17312;48;20220216;14.8;9;11.9;4.9;12.27;5;.99;4366
+74078;44.28437;.17312;48;20220217;14.1;11.9;13;3.8;13.54;.7;.79;3445
+74078;44.28437;.17312;48;20220218;17.7;7.3;12.5;2.8;11.57;.1;1.45;8266
+74078;44.28437;.17312;48;20220219;12.8;6.6;9.7;1.7;8.54;.1;1.28;11033
+74078;44.28437;.17312;48;20220220;14.3;1.3;7.8;3;10.14;2.1;.83;5600
+74078;44.28437;.17312;48;20220221;14;10;12;5.5;10.1;.3;1.92;8166
+74078;44.28437;.17312;48;20220222;16;6.2;11.1;2;9.54;0;1.55;12100
+74078;44.28437;.17312;48;20220223;17.4;2.9;10.1;1.1;8.97;0;1.45;14000
+74078;44.28437;.17312;48;20220224;15.5;3.2;9.3;2.3;9.67;.3;1.19;7300
+74078;44.28437;.17312;48;20220225;12.7;2.1;7.4;2;6.77;0;1.57;14700
+74078;44.28437;.17312;48;20220226;14.7;-1.4;6.6;2.6;5.47;0;2.06;15866
+74078;44.28437;.17312;48;20220227;16.6;-.1;8.3;2;7.5;0;1.74;12266
+74078;44.28437;.17312;48;20220228;19.2;1.2;10.2;1.3;8.2;0;1.78;14866
+74078;44.28437;.17312;48;20220301;18.4;-.3;9.1;2.5;7.97;0;2.12;14533
+74078;44.28437;.17312;48;20220302;13.5;6.2;9.8;2.3;10.07;1.5;1.04;3933
+74078;44.28437;.17312;48;20220303;16.4;5.3;10.9;2;10.44;0;1.53;11400
+74078;44.28437;.17312;48;20220304;10.7;7.7;9.2;4.2;10.4;2.1;.85;3366
+74078;44.28437;.17312;48;20220305;11.1;6.8;8.9;2.3;8.68;0;1.22;6965
+74078;44.28437;.17312;48;20220306;12.5;5.3;8.9;1.8;7.4;.1;1.6;12000
+74078;44.28437;.17312;48;20220307;12.4;-3.5;4.5;1.8;6.14;0;1.62;16633
+74078;44.28437;.17312;48;20220308;13.1;1.6;7.3;2.3;8.37;.3;1.2;6766
+74078;44.28437;.17312;48;20220309;17.2;1.4;9.3;3.1;9;.2;2.06;15200
+74078;44.28437;.17312;48;20220310;15.7;8.8;12.2;3.1;10.77;.9;1.7;8166
+74078;44.28437;.17312;48;20220311;14.9;8.9;11.9;3.4;10.78;9.7;1.47;6066
+74078;44.28437;.17312;48;20220312;13.6;7.3;10.5;2.8;10.24;.1;1.49;9566
+74078;44.28437;.17312;48;20220313;12.6;7.6;10.1;3.7;9.27;6.4;1.65;7733
+74078;44.28437;.17312;48;20220314;15.5;2.9;9.2;4.9;9.67;0;1.6;6800
+74078;44.28437;.17312;48;20220315;18.1;13;15.6;7.1;12.11;0;2.7;8112
+74078;44.28437;.17312;48;20220316;17.3;10.1;13.7;2.9;12.34;.4;1.61;6700
+74078;44.28437;.17312;48;20220317;13.7;11.4;12.5;3.4;11.37;2.2;1.36;3933
+74078;44.28437;.17312;48;20220318;14.9;7.6;11.3;1.9;9.64;0;1.7;9566
+74078;44.28437;.17312;48;20220319;18.4;4.4;11.4;3.2;9.07;0;2.64;16233
+74078;44.28437;.17312;48;20220320;18.1;5.7;11.9;3.7;9.77;0;2.34;10800
+74078;44.28437;.17312;48;20220321;19.1;8.7;13.9;5.6;9.57;0;3.55;16633
+74078;44.28437;.17312;48;20220322;17.7;6.5;12.1;5.3;7.3;0;3.59;15500
+74078;44.28437;.17312;48;20220323;18.1;3.5;10.8;3.8;7.07;0;3.33;19666
+74078;44.28437;.17312;48;20220324;19;.1;9.6;2.4;7.57;0;2.86;19900
+74078;44.28437;.17312;48;20220325;19.9;1.7;10.8;2.4;7.27;0;2.83;15133
+74078;44.28437;.17312;48;20220326;20.8;1.9;11.4;3.2;6.5;0;3.67;19933
+74078;44.28437;.17312;48;20220327;21.9;2.7;12.3;2.9;7.64;0;3.58;19033
+74078;44.28437;.17312;48;20220328;22.2;2.9;12.5;2;8.47;0;2.86;15333
+74078;44.28437;.17312;48;20220329;18;5.7;11.8;2;10.64;4;1.73;8333
+74078;44.28437;.17312;48;20220330;15.5;9.9;12.7;2.8;11.54;1.6;1.66;7900
+74078;44.28437;.17312;48;20220331;14.9;8.4;11.7;4.9;9.47;3.4;2.62;14566
+74078;44.28437;.17312;48;20220401;10;0;5;6;5.64;.4;2.35;16066
+74078;44.28437;.17312;48;20220402;10;1.2;5.6;4.4;5.3;0;2.39;15200
+74078;44.28437;.17312;48;20220403;7.5;-2.3;2.6;2.5;5.51;0;1.87;16225
+74078;44.28437;.17312;48;20220404;12.7;-1.3;5.7;2.4;4.9;0;2.71;22600
+74078;44.28437;.17312;48;20220405;16.3;-2.5;6.9;1.3;6.61;.2;2.3;18843
+74078;44.28437;.17312;48;20220406;13.2;7;10.1;3.1;10.65;.5;1.13;5050
+74078;44.28437;.17312;48;20220407;17.6;9.9;13.8;5.5;11.9;5.9;2.26;8700
+74078;44.28437;.17312;48;20220408;19.7;10.4;15.1;5.4;11.37;1;3.01;9900
+74078;44.28437;.17312;48;20220409;15.9;7.1;11.5;2.4;8.24;.1;2.87;18433
+74078;44.28437;.17312;48;20220410;20.1;-.2;10;3.9;7.3;0;3.92;23400
+74078;44.28437;.17312;48;20220411;22.3;7.1;14.7;6.4;10.6;0;4.41;19966
+74078;44.28437;.17312;48;20220412;18.3;10.6;14.4;4;11.77;0;2.31;8133
+74078;44.28437;.17312;48;20220413;15.5;10.8;13.1;1.8;13.24;1.6;1.29;6033
+74078;44.28437;.17312;48;20220414;23.6;8.1;15.9;1.5;12.54;0;3.41;21433
+74078;44.28437;.17312;48;20220415;24.6;8.3;16.5;2.2;13.07;0;3.54;19933
+74078;44.28437;.17312;48;20220416;24.7;8.2;16.5;2.6;11.87;0;4.24;24000
+74078;44.28437;.17312;48;20220417;23.6;6.5;15;2.9;11.27;0;3.99;22766
+74078;44.28437;.17312;48;20220418;19.4;11.4;15.4;3;12.14;0;2.85;14300
+74078;44.28437;.17312;48;20220419;14.8;9.6;12.2;2.8;12.04;15.8;1.46;7066
+74078;44.28437;.17312;48;20220420;13.9;9;11.5;1.9;11.7;5.7;1.24;6066
+74078;44.28437;.17312;48;20220421;16.7;9.3;13;2;12.7;0;1.58;8133
+74078;44.28437;.17312;48;20220422;20.2;10.8;15.5;1.9;12.5;1.5;2.89;16566
+74078;44.28437;.17312;48;20220423;13.3;9.6;11.5;3;11.94;9.1;1.16;4600
+74078;44.28437;.17312;48;20220424;17.8;10;13.9;5.2;11.94;0;2.56;11333
+74078;44.28437;.17312;48;20220425;20.1;4.9;12.5;1.4;10.84;0;3.17;22166
+74078;44.28437;.17312;48;20220426;23.5;4.8;14.1;2.4;10.94;0;4.16;25766
+74078;44.28437;.17312;48;20220427;22.7;8.7;15.7;2.2;13.24;.5;2.97;15866
+74078;44.28437;.17312;48;20220428;20.1;12.7;16.4;2.5;14.6;0;2.35;11700
+74078;44.28437;.17312;48;20220429;21.5;10.8;16.1;2.6;13.9;0;3.18;18166
+74078;44.28437;.17312;48;20220430;22.5;11.6;17;2.9;13.04;0;3.86;20933
+74078;44.28437;.17312;48;20220501;21.6;9;15.3;2.1;11.84;0;3.43;19866
+74078;44.28437;.17312;48;20220502;20.8;10.9;15.9;2.4;12.1;0;3.32;18133
+74078;44.28437;.17312;48;20220503;22.3;11.6;16.9;2;13.54;1.7;3.12;16266
+74078;44.28437;.17312;48;20220504;21.8;10.9;16.4;2.4;12.17;0;3.36;16866
+74078;44.28437;.17312;48;20220505;22.2;8.6;15.4;2.6;10.8;0;4;22333
+74078;44.28437;.17312;48;20220506;22.8;7.7;15.3;2.8;11.54;0;3.92;21833
+74078;44.28437;.17312;48;20220507;24.3;9.2;16.8;2.2;12.6;.1;4.14;23466
+74078;44.28437;.17312;48;20220508;25.7;9.3;17.5;1.8;12.57;0;4.43;25433
+74078;44.28437;.17312;48;20220509;27.7;8.1;17.9;1.1;12.4;0;4.56;27200
+74078;44.28437;.17312;48;20220510;29.7;8.1;18.9;1.9;12.94;.1;5.16;27066
+74078;44.28437;.17312;48;20220511;30.4;10;20.2;2.1;14.67;.1;5.2;26100
+74078;44.28437;.17312;48;20220512;22.2;13.5;17.9;1.6;15.18;0;2.95;15865
+74078;44.28437;.17312;48;20220513;26.3;14.3;20.3;1.5;16.01;0;3.88;20268
+74078;44.28437;.17312;48;20220514;29.7;11;20.3;2.1;16.37;0;4.78;23900
+74078;44.28437;.17312;48;20220515;29.6;13.8;21.7;2.2;17.47;8.4;4.2;18633
+74078;44.28437;.17312;48;20220516;29.5;14.7;22.1;1.6;17.54;0;5.04;26400
+74078;44.28437;.17312;48;20220517;31.8;13.4;22.6;2.1;16.4;0;5.66;27500
+74078;44.28437;.17312;48;20220518;32.3;13.3;22.8;2.1;16.97;1.8;5.51;25733
+74078;44.28437;.17312;48;20220519;28.8;17.7;23.3;2.7;19.44;.1;4.5;19866
+74078;44.28437;.17312;48;20220520;28;16;22;2.6;17.97;0;4.48;21033
+74078;44.28437;.17312;48;20220521;32;13.7;22.9;1.5;19.14;0;4.83;23833
+74078;44.28437;.17312;48;20220522;31.6;17.5;24.5;3;20.44;.9;4.89;19466
+74078;44.28437;.17312;48;20220523;23.4;16.9;20.2;5;15.67;.6;4.12;15900
+74078;44.28437;.17312;48;20220524;19.7;11.8;15.8;2.6;13.07;1.6;3.03;16200
+74078;44.28437;.17312;48;20220525;21.8;6.7;14.3;2.3;11.5;.1;3.46;19633
+74078;44.28437;.17312;48;20220526;20.7;8.6;14.7;1.8;12.87;0;2.59;13666
+74078;44.28437;.17312;48;20220527;25.7;13.3;19.5;2.4;14.1;.1;5.06;27100
+74078;44.28437;.17312;48;20220528;27.7;10.7;19.2;2.3;12.27;0;5.63;29566
+74078;44.28437;.17312;48;20220529;25.1;8.5;16.8;2.3;9.34;0;5.43;30233
+74078;44.28437;.17312;48;20220530;25.6;7.4;16.5;2;9.14;0;5.15;28266
+74078;44.28437;.17312;48;20220531;27;13.3;20.2;1.8;11.7;.4;5.17;26166
+74078;44.28437;.17312;48;20220601;32.4;12.2;22.3;2.3;14.44;.6;6.03;27500
+74078;44.28437;.17312;48;20220602;28.4;16.9;22.7;2.3;19;6.3;4.22;19000
+74078;44.28437;.17312;48;20220603;30.4;18.1;24.3;2.5;19.74;5.8;5.04;22033
+74078;44.28437;.17312;48;20220604;25.2;16.1;20.7;2.2;19.74;1.7;2.67;11766
+74078;44.28437;.17312;48;20220605;24.6;16.6;20.6;2.6;17.04;.1;3.89;18366
+74078;44.28437;.17312;48;20220606;27;13.3;20.2;1.7;15.74;.5;4.23;21200
+74078;44.28437;.17312;48;20220607;25.7;15.8;20.8;2.1;15.47;4;4.13;19266
+74078;44.28437;.17312;48;20220608;20.8;14.3;17.6;2.2;16.17;2.3;2.25;10166
+74078;44.28437;.17312;48;20220609;24.1;10.3;17.2;1.9;14;.5;4.11;22966
+74078;44.28437;.17312;48;20220610;29;9.6;19.3;1.3;14.27;.1;5.26;29566
+74078;44.28437;.17312;48;20220611;32.5;12.3;22.4;1.4;16.57;.1;5.4;27000
+74078;44.28437;.17312;48;20220612;30.1;16.7;23.4;2.3;19.44;2.5;4.36;18466
+74078;44.28437;.17312;48;20220613;31.4;17.9;24.7;2;20.7;.4;5.52;26133
+74078;44.28437;.17312;48;20220614;35.6;15.9;25.8;1.9;20.6;0;5.85;25000
+74078;44.28437;.17312;48;20220615;35.2;20.4;27.8;2.1;21.07;0;6.65;28600
+74078;44.28437;.17312;48;20220616;36.3;17.7;27;1.7;19.24;0;6.13;26333
+74078;44.28437;.17312;48;20220617;38.3;18.1;28.2;1.8;19.84;0;6.82;28366
+74078;44.28437;.17312;48;20220618;39.9;17.9;28.9;3.4;18.8;.1;8.36;28233
+74078;44.28437;.17312;48;20220619;32.1;18.3;25.2;3.2;19.64;7.6;6.06;25133
+74078;44.28437;.17312;48;20220620;30.3;17.6;23.9;2.5;19.97;1.3;5.22;23833
+74078;44.28437;.17312;48;20220621;28.6;18.8;23.7;2.2;20.57;2.8;4.03;17266
+74078;44.28437;.17312;48;20220622;27.3;18.6;22.9;2.5;19.64;1.4;4.21;19366
+74078;44.28437;.17312;48;20220623;27.2;15.7;21.4;2.1;18.34;12.5;4.04;19200
+74078;44.28437;.17312;48;20220624;25;16.5;20.7;2.5;17.27;.1;4.34;22000
+74078;44.28437;.17312;48;20220625;19.8;13.6;16.7;2.2;16;5.2;1.79;7633
+74078;44.28437;.17312;48;20220626;18;13.6;15.8;2.1;15.5;2.9;1.65;7466
+74078;44.28437;.17312;48;20220627;23.2;14.2;18.7;2.5;14.97;0;3.81;19200
+74078;44.28437;.17312;48;20220628;26.3;12.1;19.2;1.8;13.6;0;5.23;29066
+74078;44.28437;.17312;48;20220629;27.5;11.1;19.3;2.2;14.77;4.6;5.02;26533
+74078;44.28437;.17312;48;20220630;17;14.5;15.8;2;15.2;2.7;1.49;5833
+74078;44.28437;.17312;48;20220701;24.2;8.9;16.5;1.4;12.74;0;4.66;28800
+74078;44.28437;.17312;48;20220702;31;8.7;19.9;1.7;13.6;0;5.71;29800
+74078;44.28437;.17312;48;20220703;29.4;15.1;22.3;2.6;15.9;.6;5.54;25766
+74078;44.28437;.17312;48;20220704;27.8;16;21.9;2.8;17.64;.1;4.64;21566
+74078;44.28437;.17312;48;20220705;29.9;16.5;23.2;2.1;16.57;0;5.86;28700
+74078;44.28437;.17312;48;20220706;29.9;13.7;21.8;2.1;14.94;0;5.46;25966
+74078;44.28437;.17312;48;20220707;29.5;13.2;21.4;2.4;15.3;0;5.78;28700
+74078;44.28437;.17312;48;20220708;30.2;14.9;22.5;2.4;15.9;0;6.06;29566
+74078;44.28437;.17312;48;20220709;32.3;12.8;22.6;1.6;15.04;0;5.97;29800
+74078;44.28437;.17312;48;20220710;33.1;13.3;23.2;1.7;15.07;0;6.21;30266
+74078;44.28437;.17312;48;20220711;35.5;13.9;24.7;1.4;16.2;0;6.22;29900
+74078;44.28437;.17312;48;20220712;36.3;15.6;26;1.6;15.84;0;6.6;30066
+74078;44.28437;.17312;48;20220713;36.5;13.2;24.8;1.1;13.97;0;6.03;29566
+74078;44.28437;.17312;48;20220714;37.6;14.5;26;1.8;16.1;0;6.66;28700
+74078;44.28437;.17312;48;20220715;35.8;16.3;26;1.6;16.14;0;6.26;28100
+74078;44.28437;.17312;48;20220716;36.8;15.4;26.1;1.5;15.74;0;6.33;28333
+74078;44.28437;.17312;48;20220717;38.5;14.9;26.7;1.7;14.7;0;6.65;28133
+74078;44.28437;.17312;48;20220718;40.2;19;29.6;3.5;15.8;0;8.76;28033
+74078;44.28437;.17312;48;20220719;33.1;20;26.5;3.1;19.6;8.2;5.87;21433
+74078;44.28437;.17312;48;20220720;29.6;19.9;24.8;3.2;17.74;0;5.38;20800
+74078;44.28437;.17312;48;20220721;32.4;15.8;24.1;1.6;17.1;0;5.7;27666
+74078;44.28437;.17312;48;20220722;29.3;19.1;24.2;3.3;18.08;.1;5.03;19860
+74078;44.28437;.17312;48;20220723;30.2;14.5;22.4;1.3;16.01;0;5.05;26328
+74078;44.28437;.17312;48;20220724;36.8;14.3;25.6;1.6;16.28;0;6.28;28698
+74078;44.28437;.17312;48;20220725;30.2;20.5;25.4;4.2;18.67;.1;5.49;18233
+74078;44.28437;.17312;48;20220726;28;15.3;21.7;2.6;14.94;0;5.43;26300
+74078;44.28437;.17312;48;20220727;29.2;13.3;21.2;2.3;13.7;0;5.61;27866
+74078;44.28437;.17312;48;20220728;29.7;14.2;21.9;2.3;15.07;1.2;5.34;25433
+74078;44.28437;.17312;48;20220729;28.7;16.6;22.7;2.5;16.5;.5;4.34;17566
+74078;44.28437;.17312;48;20220730;30.9;16.6;23.7;1.9;17.47;0;5.14;24266
+74078;44.28437;.17312;48;20220731;33.6;15.1;24.4;2.3;16.94;.1;6.12;27566
+74078;44.28437;.17312;48;20220801;35.1;16.8;25.9;2.3;17.14;0;6.43;27266
+74078;44.28437;.17312;48;20220802;36.7;16;26.3;1.7;16.1;.1;6.19;27266
+74078;44.28437;.17312;48;20220803;38.5;15.7;27.1;1.6;17.04;.1;5.93;25266
+74078;44.28437;.17312;48;20220804;36.3;20.2;28.2;2.8;21.37;.3;6.32;24300
+74078;44.28437;.17312;48;20220805;32.2;19.5;25.8;3.1;19.6;0;5.69;22900
+74078;44.28437;.17312;48;20220806;34.1;18.7;26.4;2.4;16.4;0;6.16;24933
+74078;44.28437;.17312;48;20220807;34.6;16.3;25.5;1.7;12.4;.1;5.86;25900
+74078;44.28437;.17312;48;20220808;36;13.1;24.5;1.4;12.64;0;5.58;25833
+74078;44.28437;.17312;48;20220809;36.8;15;25.9;1.3;13.44;0;5.53;25566
+74078;44.28437;.17312;48;20220810;38.6;14.1;26.4;1.2;12.5;0;5.39;24266
+74078;44.28437;.17312;48;20220811;39.8;17.1;28.4;1.7;16.14;0;5.89;23000
+74078;44.28437;.17312;48;20220812;39.5;20.6;30;2.7;19.97;0;6.87;23400
+74078;44.28437;.17312;48;20220813;35.3;21.4;28.4;3;21.3;2.5;5.76;20033
+74078;44.28437;.17312;48;20220814;26.7;20.5;23.6;2.5;20.64;4;3.31;13266
+74078;44.28437;.17312;48;20220815;28.9;15.9;22.4;1.7;17.34;0;3.93;18433
+74078;44.28437;.17312;48;20220816;27.6;15;21.3;1.8;18.07;14.3;2.8;10900
+74078;44.28437;.17312;48;20220817;25.7;15.2;20.5;2.7;17.77;.9;3.81;19633
+74078;44.28437;.17312;48;20220818;27;15.1;21.1;3;17.07;.4;4.16;19700
+74078;44.28437;.17312;48;20220819;28.6;15.7;22.2;2.3;17.54;.1;4.1;18933
+74078;44.28437;.17312;48;20220820;29.4;15.8;22.6;1.3;18.47;0;3.88;19833
+74078;44.28437;.17312;48;20220821;29;16.1;22.6;2;17.9;.3;3.91;17633
+74078;44.28437;.17312;48;20220822;27.9;19.4;23.6;2.6;20.07;1.8;3.4;13166
+74078;44.28437;.17312;48;20220823;30.8;18.7;24.8;1.4;19.57;.1;4.13;19766
+74078;44.28437;.17312;48;20220824;35.6;15.5;25.5;1.5;18.27;1.7;4.98;22933
+74078;44.28437;.17312;48;20220825;30.2;19.6;24.9;3;21.34;0;4.17;16300
+74078;44.28437;.17312;48;20220826;30.9;19.6;25.3;2.5;20.04;.2;4.46;18466
+74078;44.28437;.17312;48;20220827;31.7;16.6;24.2;1.6;17.37;0;4.56;22233
+74078;44.28437;.17312;48;20220828;34.5;12.8;23.6;1.4;14.7;0;4.8;23433
+74078;44.28437;.17312;48;20220829;31.6;16.7;24.1;2.7;16.64;2.2;3.67;8366
+74078;44.28437;.17312;48;20220830;33.7;15.9;24.8;1.7;18.24;0;4.7;22066
+74078;44.28437;.17312;48;20220831;31.6;17.4;24.5;2.4;19.07;.1;4.02;15333
+74078;44.28437;.17312;48;20220901;30.1;18.9;24.5;2.2;19.4;13.5;3.94;16700
+74078;44.28437;.17312;48;20220902;27.4;17.4;22.4;2.3;18.74;.5;3.42;15333
+74078;44.28437;.17312;48;20220903;28.8;16.4;22.6;1.4;17.9;.1;3.49;17733
+74078;44.28437;.17312;48;20220904;33.7;15.1;24.4;2;17.54;.1;4.66;20833
+74078;44.28437;.17312;48;20220905;34.8;18.3;26.6;2.2;19.54;0;4.96;20933
+74078;44.28437;.17312;48;20220906;32.5;17.6;25.1;2.5;17.24;0;4.94;20666
+74078;44.28437;.17312;48;20220907;28.3;16.4;22.4;1.8;15.87;0;3.38;14766
+74078;44.28437;.17312;48;20220908;25.9;12.6;19.3;1.8;15.3;1.5;2.99;15166
+74078;44.28437;.17312;48;20220909;26.3;15.4;20.8;2.5;15.57;1;3.56;16400
+74078;44.28437;.17312;48;20220910;28;11.1;19.6;1.4;14.2;0;3.57;20333
+74078;44.28437;.17312;48;20220911;32.6;12.8;22.7;2.1;14.4;0;4.71;21066
+74078;44.28437;.17312;48;20220912;36.9;17.3;27.1;3.1;17.3;.7;5.77;18966
+74078;44.28437;.17312;48;20220913;33;21.2;27.1;2.4;21.64;.4;3.39;9400
+74078;44.28437;.17312;48;20220914;31.5;18.7;25.1;2.2;18.5;.7;4.19;18066
+74078;44.28437;.17312;48;20220915;29.9;14.4;22.1;2.1;17.04;.1;3.82;18733
+74078;44.28437;.17312;48;20220916;26.1;16.4;21.2;2.9;15.97;0;3.61;16266
+74078;44.28437;.17312;48;20220917;22.7;9.4;16;1.9;9.5;0;3.35;20366
+74078;44.28437;.17312;48;20220918;25.7;5.1;15.4;1.4;7.87;0;3.29;20000
+74078;44.28437;.17312;48;20220919;27.2;4.6;15.9;1.2;8.14;0;3.22;20166
+74078;44.28437;.17312;48;20220920;25.6;4.9;15.2;1.2;8.67;0;3.06;20066
+74078;44.28437;.17312;48;20220921;25.7;5;15.3;1.1;9.04;0;2.94;19666
+74078;44.28437;.17312;48;20220922;27.5;5.6;16.6;1.2;10.27;0;3.06;19066
+74078;44.28437;.17312;48;20220923;22.5;7.7;15.1;1.6;12.24;5.8;1.81;7266
+74078;44.28437;.17312;48;20220924;19.6;11.5;15.5;1.5;14.84;5;1.37;6433
+74078;44.28437;.17312;48;20220925;20.7;9.2;14.9;1.4;12.2;.1;2.17;14366
+74078;44.28437;.17312;48;20220926;21.4;6.4;13.9;2.7;11.74;4.4;2.32;12233
+74078;44.28437;.17312;48;20220927;19.4;12.9;16.1;3.6;14.9;5;1.89;9000
+74078;44.28437;.17312;48;20220928;21.2;15.2;18.2;5.4;16.44;7.5;2.49;11600
+74078;44.28437;.17312;48;20220929;17.3;13.1;15.2;2.5;14.17;6.6;1.51;7933
+74078;44.28437;.17312;48;20220930;20.1;9.3;14.7;1.9;11.64;.1;2.37;16233
+74078;44.28437;.17312;48;20221001;22.1;10.3;16.2;2.9;14.47;.1;1.92;8800
+74078;44.28437;.17312;48;20221002;23.8;12.5;18.2;1.2;15.84;.2;1.95;11500
+74078;44.28437;.17312;48;20221003;24.7;11.4;18.1;1;14.5;0;2.2;14700
+74078;44.28437;.17312;48;20221004;25.8;7.5;16.7;1.1;12.87;.1;2.3;16033
+74078;44.28437;.17312;48;20221005;27.7;10;18.9;2.7;14.2;.1;3.2;15433
+74078;44.28437;.17312;48;20221006;22.4;15;18.7;1.2;16.34;0;1.59;7800
+74078;44.28437;.17312;48;20221007;25.7;10.8;18.3;1.6;14.87;0;2.37;14300
+74078;44.28437;.17312;48;20221008;23.4;12.8;18.1;1.2;16;2.1;1.7;9500
+74078;44.28437;.17312;48;20221009;26.7;10.8;18.7;2.1;14.24;.1;2.69;14700
+74078;44.28437;.17312;48;20221010;23.8;13.1;18.5;1.8;16.37;0;1.71;7566
+74078;44.28437;.17312;48;20221011;22.2;15.1;18.7;1.3;17.44;0;1.39;6933
+74078;44.28437;.17312;48;20221012;23.1;14;18.6;1.4;15.91;.1;1.7;9687
+74078;44.28437;.17312;48;20221013;21.9;11.4;16.6;1.9;15.28;.9;1.55;8925
+74078;44.28437;.17312;48;20221014;21.8;17.1;19.4;3.1;18.07;.6;1.7;6566
+74078;44.28437;.17312;48;20221015;26.7;13.8;20.3;1.7;15.94;0;2.29;12800
+74078;44.28437;.17312;48;20221016;28.8;14.1;21.5;3;17.07;.1;2.99;12766
+74078;44.28437;.17312;48;20221017;26.8;17.2;22;2.5;19.07;0;2.12;7366
+74078;44.28437;.17312;48;20221018;29.9;16;23;3.6;18.04;.1;3.41;12800
+74078;44.28437;.17312;48;20221019;27.7;15.4;21.5;3.7;17.74;.9;2.72;7833
+74078;44.28437;.17312;48;20221020;26;14.9;20.5;2.9;17.1;1.4;2.17;6466
+74078;44.28437;.17312;48;20221021;22.5;14.5;18.5;1.9;15.9;.8;1.49;5366
+74078;44.28437;.17312;48;20221022;26.4;11;18.7;2.7;14.6;.1;2.47;11833
+74078;44.28437;.17312;48;20221023;27.2;14.8;21;2.8;14.4;0;2.65;5700
+74078;44.28437;.17312;48;20221024;25;10;17.5;2.1;12.17;0;2.21;10766
+74078;44.28437;.17312;48;20221025;24.4;9.3;16.8;2.5;13.37;0;1.98;6933
+74078;44.28437;.17312;48;20221026;26.3;10.4;18.4;2.5;14.94;.1;2.13;9533
+74078;44.28437;.17312;48;20221027;25.5;14.7;20.1;4.3;16.97;0;2.32;5033
+74078;44.28437;.17312;48;20221028;26.9;17.1;22;3.6;16.84;0;2.72;7200
+74078;44.28437;.17312;48;20221029;26.7;15.1;20.9;3.2;15.24;.1;2.59;8000
+74078;44.28437;.17312;48;20221030;24.3;11.1;17.7;1.6;14.3;0;1.56;8666
+74078;44.28437;.17312;48;20221031;22.1;11.4;16.8;2.7;15.1;4.1;1.43;4833
+74078;44.28437;.17312;48;20221101;20.6;12.8;16.7;1.8;14.07;.1;1.38;8433
+74078;44.28437;.17312;48;20221102;20.6;6.9;13.7;1.8;11.37;.1;1.42;10166
+74078;44.28437;.17312;48;20221103;22;8.9;15.4;3.8;12.1;5.7;2.07;3666
+74078;44.28437;.17312;48;20221104;16;10.4;13.2;4.8;11.27;3.2;1.66;7233
+74078;44.28437;.17312;48;20221105;17.4;3.8;10.6;1;9.17;0;.95;9566
+74078;44.28437;.17312;48;20221106;19;2.9;10.9;2.6;9.54;.5;1.49;8100
+74078;44.28437;.17312;48;20221107;20.3;5.6;12.9;2.4;10.74;.1;1.49;9700
+74078;44.28437;.17312;48;20221108;19.1;10;14.5;3.4;13.1;0;1.34;3900
+74078;44.28437;.17312;48;20221109;16.2;12.8;14.5;1.6;14.17;3.4;.76;3233
+74078;44.28437;.17312;48;20221110;16.5;7.3;11.9;1.5;11.47;0;.87;6700
+74078;44.28437;.17312;48;20221111;20;4.2;12.1;1.5;10.7;.1;1.03;9000
+74078;44.28437;.17312;48;20221112;22.5;7.1;14.8;2.1;12.1;.2;1.42;9500
+74078;44.28437;.17312;48;20221113;21.8;4.9;13.3;2;10.74;.1;1.42;9366
+74078;44.28437;.17312;48;20221114;15;7.4;11.2;2.3;12.27;3.9;.65;2100
+74078;44.28437;.17312;48;20221115;16.9;10.4;13.6;2.3;13.54;6.6;.82;2966
+74078;44.28437;.17312;48;20221116;19.3;10.2;14.8;2.7;12.5;1.1;1.27;8333
+74078;44.28437;.17312;48;20221117;18.9;13.6;16.2;3.9;13.6;1;1.6;5766
+74078;44.28437;.17312;48;20221118;13.7;7.8;10.7;2.4;11.04;6.1;.72;4533
+74078;44.28437;.17312;48;20221119;12.2;7.2;9.7;1.8;9.84;.8;.69;5900
+74078;44.28437;.17312;48;20221120;13.7;1.6;7.6;1.8;9.47;2.4;.61;3933
+74078;44.28437;.17312;48;20221121;14.4;7.3;10.9;3.2;11.2;20.4;.85;1200
+74078;44.28437;.17312;48;20221122;10.8;6.8;8.8;3.5;10.07;18.3;.65;3400
+74078;44.28437;.17312;48;20221123;17.1;9;13.1;3.7;12.27;3.3;1.11;6133
+74078;44.28437;.17312;48;20221124;13.6;5.2;9.4;2;10.47;2.9;.62;3800
+74078;44.28437;.17312;48;20221125;14;6.2;10.1;1.6;10.37;5.2;.66;4266
+74078;44.28437;.17312;48;20221126;10.9;1.8;6.3;1.9;8.37;.1;.56;4533
+74078;44.28437;.17312;48;20221127;12.6;2;7.3;2.6;9.04;7.2;.61;5500
+74078;44.28437;.17312;48;20221128;14.1;9;11.5;2.7;11.3;4;.75;5433
+74078;44.28437;.17312;48;20221129;11.6;4;7.8;1.2;9.6;.2;.45;4200
+74078;44.28437;.17312;48;20221130;9.1;2.4;5.7;1.5;7.87;0;.48;4766
+74078;44.28437;.17312;48;20221201;8;.2;4.1;1.2;7.3;0;.41;3933
+74078;44.28437;.17312;48;20221202;8.2;4;6.1;.9;7.67;.1;.47;3066
+74078;44.28437;.17312;48;20221203;7.7;3.4;5.5;1;7.94;1.2;.4;2833
+74078;44.28437;.17312;48;20221204;9.4;2.2;5.8;1.2;7.54;0;.44;4833
+74078;44.28437;.17312;48;20221205;11.1;-.8;5.2;2.3;6.97;.1;.65;7000
+74078;44.28437;.17312;48;20221206;11.5;3.2;7.3;1.9;8;0;.71;3966
+74078;44.28437;.17312;48;20221207;11.2;3.3;7.3;1.3;7.7;0;.48;6900
+74078;44.28437;.17312;48;20221208;8.6;.2;4.4;1.9;7.77;10.2;.43;2433
+74078;44.28437;.17312;48;20221209;9.1;6.3;7.7;1.9;9.37;1.7;.5;1900
+74078;44.28437;.17312;48;20221210;3.6;-.9;1.4;2.9;5.3;0;.52;5133
+74078;44.28437;.17312;48;20221211;4.7;-6;-.7;1.8;4.5;.1;.44;6066
+74078;44.28437;.17312;48;20221212;3.5;-5.6;-1;2.4;5.94;6.4;.23;1433
+74078;44.28437;.17312;48;20221213;11.9;3;7.4;3.5;11.37;9.2;.14;2300
+74078;44.28437;.17312;48;20221214;16.8;8.5;12.7;2;12.6;2.4;.63;4600
+74078;44.28437;.17312;48;20221215;13.5;8.1;10.8;2.1;11.67;3.9;.52;3633
+74078;44.28437;.17312;48;20221216;9.4;7.3;8.3;2.2;9.1;1.6;.66;2666
+74078;44.28437;.17312;48;20221217;8.2;-4.2;2;1.3;5.84;.1;.33;5733
+74078;44.28437;.17312;48;20221218;12.9;.9;6.9;3.4;8.27;0;.74;6466
+74078;44.28437;.17312;48;20221219;15.9;5.1;10.5;2.8;10.37;0;.79;5133
+74078;44.28437;.17312;48;20221220;14.4;8.7;11.5;3.1;12.24;6.3;.66;1366
+74078;44.28437;.17312;48;20221221;18.2;9.4;13.8;2;12.77;0;.69;5766
+74078;44.28437;.17312;48;20221222;16.8;8.4;12.6;2.4;12.97;2.5;.64;2966
+74078;44.28437;.17312;48;20221223;18.8;11.3;15;1.6;13.54;0;.73;4100
+74078;44.28437;.17312;48;20221224;17.6;8.6;13.1;1.7;11.8;.1;.65;6066
+74078;44.28437;.17312;48;20221225;18.2;3.4;10.8;2.6;10.27;0;.86;7166
+74078;44.28437;.17312;48;20221226;16.5;7.6;12.1;1.6;11.7;1.1;.64;4266
+74078;44.28437;.17312;48;20221227;14.2;9.5;11.8;1.1;11.9;.2;.45;4100
+74078;44.28437;.17312;48;20221228;16.4;5.7;11;2.3;10.57;0;.71;6133
+74078;44.28437;.17312;48;20221229;13.5;8.6;11.1;1.9;11.24;5.8;.65;1866
+74078;44.28437;.17312;48;20221230;17;9.5;13.2;2.6;12.14;1.5;.93;3600
+74078;44.28437;.17312;48;20221231;19.3;9.4;14.4;3.1;11.94;0;1.22;6066
+74079;44.31345;.48375;65;20220101;14.2;4.5;9.3;2.5;9.7;0;.67;6400
+74079;44.31345;.48375;65;20220102;12.5;5.2;8.8;2.4;9.9;.1;.57;4500
+74079;44.31345;.48375;65;20220103;10;5;7.5;3.1;10.4;.1;.28;2400
+74079;44.31345;.48375;65;20220104;17.6;6.1;11.8;4.1;10.6;2;1.32;6200
+74079;44.31345;.48375;65;20220105;8.2;2;5.1;2.3;7.3;0;.54;4800
+74079;44.31345;.48375;65;20220106;7.9;-3.4;2.2;1.2;5.2;.1;.38;7900
+74079;44.31345;.48375;65;20220107;10.8;-4.3;3.2;2.7;7.2;4.5;.55;5200
+74079;44.31345;.48375;65;20220108;11.3;6.6;8.9;5.4;10.51;5.3;.55;3013
+74079;44.31345;.48375;65;20220109;9.8;8.5;9.1;3.9;10.5;25.2;.62;1200
+74079;44.31345;.48375;65;20220110;12.2;8.7;10.4;1.9;11.2;6.5;.63;900
+74079;44.31345;.48375;65;20220111;7.7;3.1;5.4;1.9;8.2;0;.37;5400
+74079;44.31345;.48375;65;20220112;6.7;-2.8;1.9;1.6;5.8;0;.37;8600
+74079;44.31345;.48375;65;20220113;2.3;-3.8;-.8;2.5;6;0;.19;2000
+74079;44.31345;.48375;65;20220114;6.9;-1.8;2.5;2.2;5.6;0;.61;6600
+74079;44.31345;.48375;65;20220115;.5;-4;-1.8;1.5;5.4;.1;.22;3300
+74079;44.31345;.48375;65;20220116;2.7;-2.9;-.1;1.7;5.9;.1;.29;3200
+74079;44.31345;.48375;65;20220117;2.3;-.7;.8;.8;6.6;.2;.28;2400
+74079;44.31345;.48375;65;20220118;3.5;1.5;2.5;1.4;7.4;.1;.29;1200
+74079;44.31345;.48375;65;20220119;5.6;2.6;4.1;2.3;8;2.5;.33;2400
+74079;44.31345;.48375;65;20220120;8.1;4.3;6.2;2.2;8;.5;.63;3100
+74079;44.31345;.48375;65;20220121;7.3;-.8;3.2;2.4;5.6;0;.74;8000
+74079;44.31345;.48375;65;20220122;8.4;-4.4;2;.8;5;0;.44;9300
+74079;44.31345;.48375;65;20220123;11.9;-4.8;3.5;.6;5.4;0;.45;9700
+74079;44.31345;.48375;65;20220124;11.9;-3.8;4;2.1;6.2;0;.85;9400
+74079;44.31345;.48375;65;20220125;11.3;-2.7;4.3;1.3;6.2;0;.68;8000
+74079;44.31345;.48375;65;20220126;8.5;-3.2;2.6;.7;5.8;0;.49;6100
+74079;44.31345;.48375;65;20220127;.5;-3.7;-1.6;1.6;5.6;.1;.24;2800
+74079;44.31345;.48375;65;20220128;.6;-1.8;-.6;1.6;5.9;0;.27;2600
+74079;44.31345;.48375;65;20220129;1.1;-.3;.4;1.3;6.2;0;.32;2200
+74079;44.31345;.48375;65;20220130;5;.1;2.5;1.5;7.4;.1;.33;2400
+74079;44.31345;.48375;65;20220131;9.7;3.7;6.7;3.8;8.9;1.3;.65;3400
+74079;44.31345;.48375;65;20220201;9.5;.4;4.9;3.6;8.3;.2;.55;5700
+74079;44.31345;.48375;65;20220202;10.3;7.5;8.9;2.5;10.6;.1;.57;2900
+74079;44.31345;.48375;65;20220203;8.5;2.3;5.4;2.4;9;.2;.38;2300
+74079;44.31345;.48375;65;20220204;12.3;6.1;9.2;2.1;10.7;1.7;.62;2400
+74079;44.31345;.48375;65;20220205;11.5;5.6;8.5;2.5;8.2;0;1.1;9600
+74079;44.31345;.48375;65;20220206;10.7;-2.6;4;3;7.6;.7;.72;5300
+74079;44.31345;.48375;65;20220207;12.9;8.8;10.8;3.5;10.34;.8;1.09;4333
+74079;44.31345;.48375;65;20220208;13.9;1.8;7.9;2;7.34;0;1.18;8275
+74079;44.31345;.48375;65;20220209;16.3;-.3;8;3.5;8.1;0;1.62;11800
+74079;44.31345;.48375;65;20220210;16.1;3;9.5;2.5;9.6;2.1;1.26;10700
+74079;44.31345;.48375;65;20220211;13.8;8.2;11;2.2;9.3;0;1.29;8800
+74079;44.31345;.48375;65;20220212;13.7;-2.4;5.7;1;6.37;0;.93;9504
+74079;44.31345;.48375;65;20220213;17.6;2.9;10.2;4.5;9.4;1.3;1.91;10700
+74079;44.31345;.48375;65;20220214;11.5;9.1;10.3;4.5;10.1;5.2;1.23;6200
+74079;44.31345;.48375;65;20220215;10.8;4.5;7.6;3.4;9.6;4.7;.74;5100
+74079;44.31345;.48375;65;20220216;15.6;8.9;12.2;5.1;12;4.5;1.34;6500
+74079;44.31345;.48375;65;20220217;14.3;11.8;13.1;4;13.51;1;.83;3622
+74079;44.31345;.48375;65;20220218;17.7;5.6;11.6;2.9;11.3;.1;1.41;8700
+74079;44.31345;.48375;65;20220219;13;8.4;10.7;2.1;8.5;0;1.52;11500
+74079;44.31345;.48375;65;20220220;14.2;1.4;7.8;2.7;9.9;1.8;.86;4900
+74079;44.31345;.48375;65;20220221;14;9.9;11.9;5.9;9.9;.4;2.04;8300
+74079;44.31345;.48375;65;20220222;16.2;8.5;12.3;2.5;9.8;0;1.8;12600
+74079;44.31345;.48375;65;20220223;16.6;3.6;10.1;1.1;9.3;0;1.41;14200
+74079;44.31345;.48375;65;20220224;16;3.8;9.9;2.1;10;.2;1.23;7100
+74079;44.31345;.48375;65;20220225;12.3;3.3;7.8;2.2;6.8;0;1.64;14100
+74079;44.31345;.48375;65;20220226;14.5;-2.2;6.1;2.2;5.6;0;1.88;16000
+74079;44.31345;.48375;65;20220227;15.2;-.1;7.5;2.2;7.4;0;1.6;10800
+74079;44.31345;.48375;65;20220228;18.6;2;10.3;1.5;8.4;0;1.83;15100
+74079;44.31345;.48375;65;20220301;17.8;.1;8.9;2.6;8.3;0;2.03;15100
+74079;44.31345;.48375;65;20220302;13.6;5.2;9.4;2.8;9.6;1.6;1.14;4000
+74079;44.31345;.48375;65;20220303;16.3;4.3;10.3;1.9;10.1;0;1.47;10700
+74079;44.31345;.48375;65;20220304;10.1;7.8;8.9;4.3;10.8;4.2;.61;2100
+74079;44.31345;.48375;65;20220305;11;7.3;9.1;3;9.3;0;1.24;7000
+74079;44.31345;.48375;65;20220306;13.3;6.2;9.7;1.7;7.4;.1;1.78;13300
+74079;44.31345;.48375;65;20220307;11.5;-3.2;4.1;2.4;6.7;0;1.53;16600
+74079;44.31345;.48375;65;20220308;13.7;1.3;7.5;2.7;8.6;.7;1.31;8000
+74079;44.31345;.48375;65;20220309;16.8;2.3;9.5;3.8;9.6;.2;2.01;14700
+74079;44.31345;.48375;65;20220310;15.3;8.5;11.9;4;10.8;.7;1.7;7600
+74079;44.31345;.48375;65;20220311;15.6;8.1;11.8;3.4;10.8;7.7;1.5;5000
+74079;44.31345;.48375;65;20220312;12.9;7.5;10.2;2.9;10.3;1.2;1.27;6800
+74079;44.31345;.48375;65;20220313;12.1;6.7;9.4;4.1;9.5;7;1.41;7200
+74079;44.31345;.48375;65;20220314;15.6;2.4;9;5.7;9.8;0;1.57;6400
+74079;44.31345;.48375;65;20220315;17.5;13.1;15.3;8.5;12.11;0;2.77;7661
+74079;44.31345;.48375;65;20220316;17.6;10.9;14.2;3.8;12.5;.5;1.84;7000
+74079;44.31345;.48375;65;20220317;14.7;11.8;13.2;2.9;11.8;2.1;1.46;4900
+74079;44.31345;.48375;65;20220318;14.4;7.8;11.1;2;9.7;0;1.62;9000
+74079;44.31345;.48375;65;20220319;17.8;5.1;11.4;4.6;9.1;0;2.9;17000
+74079;44.31345;.48375;65;20220320;17.8;6.1;11.9;5;10;0;2.47;10500
+74079;44.31345;.48375;65;20220321;18.6;9.3;13.9;7.5;9.6;0;3.89;17800
+74079;44.31345;.48375;65;20220322;17.9;6.9;12.4;7.4;7.3;0;4.24;17400
+74079;44.31345;.48375;65;20220323;18;4;11;5.2;7.3;0;3.66;19700
+74079;44.31345;.48375;65;20220324;18.6;.9;9.7;3.2;7.6;0;3.05;20000
+74079;44.31345;.48375;65;20220325;19.8;1.6;10.7;2.7;7;0;3.06;16500
+74079;44.31345;.48375;65;20220326;20.8;2.2;11.5;3;6.3;0;3.7;20100
+74079;44.31345;.48375;65;20220327;22.3;2.9;12.6;3.5;7.1;0;3.99;18900
+74079;44.31345;.48375;65;20220328;22.4;3.3;12.8;2.7;8.2;0;3.31;15800
+74079;44.31345;.48375;65;20220329;17.8;5.2;11.5;2.1;10.5;4;1.74;8400
+74079;44.31345;.48375;65;20220330;15.5;10;12.7;2.9;11.7;1.5;1.62;7200
+74079;44.31345;.48375;65;20220331;14.8;9.2;12;5.3;9.5;2.7;2.75;14500
+74079;44.31345;.48375;65;20220401;10;.8;5.4;6.8;5.7;.3;2.49;16000
+74079;44.31345;.48375;65;20220402;10.3;2.4;6.3;5;5.3;0;2.61;14300
+74079;44.31345;.48375;65;20220403;7.1;-2.8;2.2;2;5.12;0;1.6;14954
+74079;44.31345;.48375;65;20220404;12.9;-2.6;5.2;2.4;4.9;0;2.71;22600
+74079;44.31345;.48375;65;20220405;16;-2.5;6.7;1.3;6.61;0;2.3;18843
+74079;44.31345;.48375;65;20220406;13.4;8.1;10.7;3.2;11.1;.7;1.22;5300
+74079;44.31345;.48375;65;20220407;19;10.1;14.5;5.4;11.8;4.3;2.85;11700
+74079;44.31345;.48375;65;20220408;20.4;10.7;15.5;5;11.4;1.3;3.21;10800
+74079;44.31345;.48375;65;20220409;15.8;7.6;11.7;2.7;8.5;.2;2.97;19100
+74079;44.31345;.48375;65;20220410;19.5;-.1;9.7;3.8;7.4;0;3.76;23600
+74079;44.31345;.48375;65;20220411;21.7;7.7;14.7;8.6;10.7;0;4.55;19500
+74079;44.31345;.48375;65;20220412;18.4;12.2;15.3;6.6;11.8;2.2;3.03;9100
+74079;44.31345;.48375;65;20220413;14.4;11.3;12.8;2.2;13.3;3;1.09;4700
+74079;44.31345;.48375;65;20220414;23;8.1;15.5;1.3;12.7;0;3.28;21400
+74079;44.31345;.48375;65;20220415;24.7;8.2;16.4;2.1;13.4;.1;3.48;19700
+74079;44.31345;.48375;65;20220416;24.6;7.5;16;2.9;12.2;0;4.22;24300
+74079;44.31345;.48375;65;20220417;23.5;6.7;15.1;2.6;11.2;0;4.02;23900
+74079;44.31345;.48375;65;20220418;19.2;11.7;15.4;2.7;12;0;2.72;12900
+74079;44.31345;.48375;65;20220419;14.6;9.9;12.2;3.1;12.3;11.4;1.36;6100
+74079;44.31345;.48375;65;20220420;14.5;9.2;11.8;2.4;11.7;5.7;1.36;6000
+74079;44.31345;.48375;65;20220421;17;9.7;13.3;2.5;12.5;.1;1.77;8500
+74079;44.31345;.48375;65;20220422;19.9;11.3;15.6;2.2;13;0;2.85;16100
+74079;44.31345;.48375;65;20220423;12.7;9.4;11;2.6;12;12.3;.88;3000
+74079;44.31345;.48375;65;20220424;17.9;9.7;13.8;4.7;11.9;0;2.4;9700
+74079;44.31345;.48375;65;20220425;19.9;4.5;12.2;1.3;10.7;0;2.87;19500
+74079;44.31345;.48375;65;20220426;23.1;4.9;14;2.4;11.2;0;4.05;25800
+74079;44.31345;.48375;65;20220427;23.7;9.1;16.4;2.2;13.1;.1;3.37;17800
+74079;44.31345;.48375;65;20220428;20.3;13.1;16.7;2.5;14.8;0;2.24;9900
+74079;44.31345;.48375;65;20220429;21.8;9.5;15.6;2.7;13.9;0;3.33;20100
+74079;44.31345;.48375;65;20220430;22.5;10.7;16.6;2.9;13.1;0;3.92;22200
+74079;44.31345;.48375;65;20220501;21.5;11.1;16.3;2.4;12.1;0;3.73;20900
+74079;44.31345;.48375;65;20220502;21.1;12.8;16.9;2.4;12.5;0;3.32;16400
+74079;44.31345;.48375;65;20220503;21.7;11.9;16.8;2;13.4;1.6;2.94;14700
+74079;44.31345;.48375;65;20220504;22.4;11.1;16.7;2.5;12;0;3.62;17900
+74079;44.31345;.48375;65;20220505;22.2;9.8;16;3.2;10.8;0;4.39;23500
+74079;44.31345;.48375;65;20220506;23.1;8.3;15.7;2.8;11.2;0;4.27;23600
+74079;44.31345;.48375;65;20220507;24.2;9.8;17;2.9;12.3;.1;4.53;24500
+74079;44.31345;.48375;65;20220508;25.8;10.5;18.1;2.2;12.7;0;4.91;27600
+74079;44.31345;.48375;65;20220509;27.5;8.6;18;1;12.7;0;4.57;27600
+74079;44.31345;.48375;65;20220510;29.8;9;19.4;2.1;13.1;.1;5.29;26800
+74079;44.31345;.48375;65;20220511;32.4;9.6;21;2.2;14.6;3.8;5.72;27100
+74079;44.31345;.48375;65;20220512;23.1;14.2;18.6;2.2;15.6;0;2.88;12800
+74079;44.31345;.48375;65;20220513;26.8;13.9;20.3;1.7;16.8;0;3.98;20400
+74079;44.31345;.48375;65;20220514;29.3;11.3;20.3;2;16.5;0;4.71;24000
+74079;44.31345;.48375;65;20220515;29.8;14.2;22;2.9;17.3;8.5;4.97;21900
+74079;44.31345;.48375;65;20220516;29.7;14.7;22.2;1.9;17.7;0;5.11;25900
+74079;44.31345;.48375;65;20220517;32.8;13.7;23.2;2.3;16.7;0;5.89;26800
+74079;44.31345;.48375;65;20220518;32;14.6;23.3;2.2;17.5;2.2;5.58;25800
+74079;44.31345;.48375;65;20220519;29.5;18.1;23.8;2.8;19.9;.1;4.52;18700
+74079;44.31345;.48375;65;20220520;29.6;16.6;23.1;2.9;18.3;0;5.23;23400
+74079;44.31345;.48375;65;20220521;32.5;14.6;23.5;1.7;19.6;0;5;23500
+74079;44.31345;.48375;65;20220522;32.1;17.4;24.7;2.9;20.5;1.2;5.14;20600
+74079;44.31345;.48375;65;20220523;23.8;17.3;20.5;4.6;15.7;.8;4.03;14000
+74079;44.31345;.48375;65;20220524;20;12.4;16.2;2.7;13.6;1.7;3.06;15900
+74079;44.31345;.48375;65;20220525;21.8;7.8;14.8;2.5;12;0;3.62;20400
+74079;44.31345;.48375;65;20220526;20.2;9.9;15;2.2;13.4;0;2.51;12700
+74079;44.31345;.48375;65;20220527;25.6;15;20.3;2.8;14.7;.1;5.36;27900
+74079;44.31345;.48375;65;20220528;27.4;11.3;19.3;2.7;12.6;0;5.74;29400
+74079;44.31345;.48375;65;20220529;24.9;10.2;17.5;2.3;9.4;0;5.55;30400
+74079;44.31345;.48375;65;20220530;25.5;8.2;16.8;2;9.4;0;5.18;28400
+74079;44.31345;.48375;65;20220531;27.1;14.7;20.9;2.1;11.3;.2;5.67;28200
+74079;44.31345;.48375;65;20220601;33.1;13.4;23.2;1.7;14.7;1.3;5.88;27600
+74079;44.31345;.48375;65;20220602;28.7;17.7;23.2;1.5;19.4;8.7;3.55;15200
+74079;44.31345;.48375;65;20220603;31.2;17.8;24.5;2.8;19.2;7.5;5.36;22100
+74079;44.31345;.48375;65;20220604;25.5;16.6;21;1.9;20.4;3.3;2.55;11000
+74079;44.31345;.48375;65;20220605;25.1;17;21;2.7;17.6;.1;4.14;19700
+74079;44.31345;.48375;65;20220606;27.8;14.2;21;1.6;16.6;.4;4.49;22700
+74079;44.31345;.48375;65;20220607;25.6;17;21.3;2;15.8;3.1;3.77;16000
+74079;44.31345;.48375;65;20220608;21.3;14.7;18;2.3;16.4;3;2.41;10700
+74079;44.31345;.48375;65;20220609;23.6;10.9;17.2;2;14.3;.7;3.96;22200
+74079;44.31345;.48375;65;20220610;28.8;10.4;19.6;1;14.7;.1;5.08;29000
+74079;44.31345;.48375;65;20220611;32.9;12.3;22.6;1;16.1;0;5.43;28200
+74079;44.31345;.48375;65;20220612;29.8;17.8;23.8;2.3;19.9;2.6;4.01;15600
+74079;44.31345;.48375;65;20220613;31.6;18.2;24.9;1.9;21.3;.1;5.35;24900
+74079;44.31345;.48375;65;20220614;35.6;17.1;26.3;2;21.1;0;5.87;24600
+74079;44.31345;.48375;65;20220615;35.6;20.5;28;2;21.5;0;6.62;28400
+74079;44.31345;.48375;65;20220616;36.9;19.3;28.1;1.7;19.3;0;6.49;27500
+74079;44.31345;.48375;65;20220617;38.2;18.1;28.1;1.4;19.4;0;6.42;27900
+74079;44.31345;.48375;65;20220618;39.3;18;28.6;4;18.6;.1;8.71;28200
+74079;44.31345;.48375;65;20220619;32.3;19.1;25.7;3.6;20.2;4.3;6.18;24200
+74079;44.31345;.48375;65;20220620;30.5;17.9;24.2;2.7;20.1;0;5.4;24100
+74079;44.31345;.48375;65;20220621;29.4;19.5;24.4;2.4;20.6;3.4;4.18;16500
+74079;44.31345;.48375;65;20220622;29;19.8;24.4;2.4;19.9;1.8;5.25;24000
+74079;44.31345;.48375;65;20220623;27.6;16.3;21.9;2.5;19.2;19.1;3.92;17300
+74079;44.31345;.48375;65;20220624;25.5;17.1;21.3;2.4;17.2;0;4.7;23600
+74079;44.31345;.48375;65;20220625;20.8;13.9;17.3;2.7;16.5;12.1;2.12;9200
+74079;44.31345;.48375;65;20220626;18.3;13.8;16;2.8;15.8;7.2;1.8;8300
+74079;44.31345;.48375;65;20220627;23.7;14.7;19.2;3;15.1;0;4.19;20400
+74079;44.31345;.48375;65;20220628;26.3;13.6;19.9;2.2;13.7;0;5.4;28500
+74079;44.31345;.48375;65;20220629;27.9;11.9;19.9;1.8;15.4;2;4.78;24800
+74079;44.31345;.48375;65;20220630;16.9;14.8;15.8;2.7;15.3;1;1.55;5800
+74079;44.31345;.48375;65;20220701;24.2;9.3;16.7;1.1;13.1;0;4.52;27900
+74079;44.31345;.48375;65;20220702;31.2;9;20.1;1.3;13.7;0;5.52;29600
+74079;44.31345;.48375;65;20220703;29.7;16.2;22.9;2.4;16.5;.1;5.51;25200
+74079;44.31345;.48375;65;20220704;29;16.1;22.5;3;17.7;.3;5.3;23900
+74079;44.31345;.48375;65;20220705;30;16.6;23.3;2.3;16.8;0;6.03;29200
+74079;44.31345;.48375;65;20220706;30.1;15.2;22.6;2.6;14.5;0;5.8;25300
+74079;44.31345;.48375;65;20220707;29.5;14.1;21.8;2.6;14.9;0;6.06;29400
+74079;44.31345;.48375;65;20220708;29.7;15.3;22.5;2.8;15.7;0;6.28;30200
+74079;44.31345;.48375;65;20220709;32.1;13.7;22.9;2;14.8;0;6.26;30100
+74079;44.31345;.48375;65;20220710;32.8;14.2;23.5;1.6;15.4;0;6.13;30200
+74079;44.31345;.48375;65;20220711;35.5;14.5;25;.9;16.9;0;5.84;29600
+74079;44.31345;.48375;65;20220712;35.8;16.6;26.2;1.8;16.1;0;6.68;29800
+74079;44.31345;.48375;65;20220713;36;14.2;25.1;1;14.3;0;5.95;29700
+74079;44.31345;.48375;65;20220714;37.1;14.8;25.9;1.9;16.2;0;6.73;28900
+74079;44.31345;.48375;65;20220715;35.5;17.2;26.3;1.4;16.1;0;6.17;28600
+74079;44.31345;.48375;65;20220716;36.7;16.2;26.4;1.3;16.5;0;6.14;28400
+74079;44.31345;.48375;65;20220717;38.8;15.5;27.1;1.2;15.8;0;6.22;28200
+74079;44.31345;.48375;65;20220718;39.5;19.7;29.6;3.9;16.2;0;8.95;28100
+74079;44.31345;.48375;65;20220719;33.5;21;27.2;3.2;19.8;13.8;5.96;20800
+74079;44.31345;.48375;65;20220720;30.1;20.8;25.4;3.9;17.4;0;5.85;20000
+74079;44.31345;.48375;65;20220721;32.3;17.1;24.7;1.7;17.3;0;5.8;27600
+74079;44.31345;.48375;65;20220722;30.1;18.9;24.5;3.6;18.3;0;5.62;22000
+74079;44.31345;.48375;65;20220723;30;15.6;22.8;1.7;16.2;0;5.54;28200
+74079;44.31345;.48375;65;20220724;37;14.7;25.8;1.2;17;0;5.86;27500
+74079;44.31345;.48375;65;20220725;30.5;20.8;25.6;4.1;18.7;0;5.43;17100
+74079;44.31345;.48375;65;20220726;27.6;16.5;22;3.1;14.9;0;5.88;28200
+74079;44.31345;.48375;65;20220727;29.1;15.4;22.2;2.8;13.8;0;5.91;27000
+74079;44.31345;.48375;65;20220728;29.7;15.3;22.5;2.6;15.4;0;5.34;23600
+74079;44.31345;.48375;65;20220729;28.8;17.5;23.1;2.8;16.4;.3;4.91;20000
+74079;44.31345;.48375;65;20220730;31;18.1;24.5;2.5;17.7;0;5.83;26400
+74079;44.31345;.48375;65;20220731;33.4;16.4;24.9;2.6;17.2;0;6.34;27600
+74079;44.31345;.48375;65;20220801;34.7;17.5;26.1;2.4;17.1;0;6.48;27400
+74079;44.31345;.48375;65;20220802;36.9;16.9;26.9;1.6;15.7;0;6.23;27700
+74079;44.31345;.48375;65;20220803;38.5;15.7;27.1;1.1;15.6;0;5.62;25800
+74079;44.31345;.48375;65;20220804;36.5;20.8;28.6;2.8;21.2;0;6.55;24600
+74079;44.31345;.48375;65;20220805;32.6;20;26.3;3.5;19.2;0;6.15;23400
+74079;44.31345;.48375;65;20220806;33.7;19;26.3;2.8;16.5;0;6.41;25400
+74079;44.31345;.48375;65;20220807;34;18.2;26.1;2.3;12.7;0;6.54;27500
+74079;44.31345;.48375;65;20220808;35.6;14.5;25;1.5;11.8;0;5.84;27100
+74079;44.31345;.48375;65;20220809;36.5;14.8;25.6;1.2;12.3;0;5.5;26200
+74079;44.31345;.48375;65;20220810;38.1;14.4;26.2;1.1;12.6;0;5.12;22900
+74079;44.31345;.48375;65;20220811;39.9;17.9;28.9;2.4;17.8;0;6.86;24700
+74079;44.31345;.48375;65;20220812;39.4;20.7;30;2.5;20;0;6.75;24000
+74079;44.31345;.48375;65;20220813;35.7;21.8;28.7;2.8;21.4;1.5;5.86;20700
+74079;44.31345;.48375;65;20220814;27.3;20.7;24;2.1;20.9;4.5;3.44;14400
+74079;44.31345;.48375;65;20220815;29.6;15.4;22.5;1.4;17;0;4;19400
+74079;44.31345;.48375;65;20220816;28.5;14.8;21.6;1.9;18.2;13.5;2.98;11400
+74079;44.31345;.48375;65;20220817;26.6;14.5;20.5;2.7;17.6;.9;4.21;22000
+74079;44.31345;.48375;65;20220818;27.6;15.5;21.5;3.7;17;.2;4.77;21700
+74079;44.31345;.48375;65;20220819;28.7;15.6;22.1;2.5;17.2;.1;4.4;20200
+74079;44.31345;.48375;65;20220820;29.2;16.5;22.8;1.9;19;0;4.58;23600
+74079;44.31345;.48375;65;20220821;29.5;17.1;23.3;2.1;18;.1;4.22;18900
+74079;44.31345;.48375;65;20220822;28.5;19.7;24.1;2.8;19.6;1.2;3.77;13800
+74079;44.31345;.48375;65;20220823;30.7;20.5;25.6;2;19.3;0;4.61;20300
+74079;44.31345;.48375;65;20220824;35.8;16;25.9;1.5;17.8;1.3;5.09;23200
+74079;44.31345;.48375;65;20220825;30.7;21.1;25.9;3.4;21.7;0;4.45;15900
+74079;44.31345;.48375;65;20220826;31.3;20.6;25.9;2.7;20.1;.1;4.9;20000
+74079;44.31345;.48375;65;20220827;31.5;17.5;24.5;2;17.5;0;4.88;22700
+74079;44.31345;.48375;65;20220828;34.6;13.3;23.9;1.3;14.2;0;4.78;23500
+74079;44.31345;.48375;65;20220829;32.1;17.2;24.6;3.1;16.6;2.6;4.31;10700
+74079;44.31345;.48375;65;20220830;33.8;16.3;25;1.7;17.8;0;4.78;22000
+74079;44.31345;.48375;65;20220831;31.4;17.8;24.6;2.4;19;0;4.02;15000
+74079;44.31345;.48375;65;20220901;30.2;19.5;24.8;2.3;19.5;19.8;4.15;17400
+74079;44.31345;.48375;65;20220902;27.2;17.5;22.3;2.4;18.5;1.3;3.48;15400
+74079;44.31345;.48375;65;20220903;29.2;17.7;23.4;1.1;18.3;.1;3.39;17000
+74079;44.31345;.48375;65;20220904;33.7;16.3;25;2.6;19.4;.3;4.75;18800
+74079;44.31345;.48375;65;20220905;35.3;19.2;27.2;2.8;21.2;1.6;5.44;21300
+74079;44.31345;.48375;65;20220906;33;20;26.5;2.3;19.2;0;4.83;20000
+74079;44.31345;.48375;65;20220907;29.1;16.9;23;1.9;16;.1;3.67;15600
+74079;44.31345;.48375;65;20220908;26.9;13.1;20;1.7;15.8;1.4;3.28;17100
+74079;44.31345;.48375;65;20220909;26.6;16.4;21.5;2.1;16.4;.9;3.44;16200
+74079;44.31345;.48375;65;20220910;27.6;12;19.8;1.3;14.7;0;3.54;20700
+74079;44.31345;.48375;65;20220911;32.3;13.2;22.7;2.2;14.8;0;4.65;21000
+74079;44.31345;.48375;65;20220912;35.8;18.4;27.1;4.3;18.4;.2;6.37;19200
+74079;44.31345;.48375;65;20220913;33.3;21.7;27.5;3.5;21.9;.2;4.18;10100
+74079;44.31345;.48375;65;20220914;31.2;19.2;25.2;1.9;20;1.3;3.83;17100
+74079;44.31345;.48375;65;20220915;29.6;15.7;22.6;2;18.1;.1;3.81;19100
+74079;44.31345;.48375;65;20220916;26.3;17;21.6;3.5;15.8;0;4.16;18600
+74079;44.31345;.48375;65;20220917;22.5;11.4;16.9;2.1;9.8;0;3.53;20600
+74079;44.31345;.48375;65;20220918;25.8;6.7;16.2;1;8.2;0;3.03;20100
+74079;44.31345;.48375;65;20220919;26.8;6.2;16.5;1.4;8.6;0;3.37;20100
+74079;44.31345;.48375;65;20220920;25.2;6.7;15.9;1.5;9.2;0;3.25;20100
+74079;44.31345;.48375;65;20220921;25.5;6.5;16;1;9;0;2.9;19700
+74079;44.31345;.48375;65;20220922;27.5;6.4;16.9;1.3;10.6;0;3.14;19000
+74079;44.31345;.48375;65;20220923;23;8;15.5;1.4;13;6.4;1.79;7800
+74079;44.31345;.48375;65;20220924;17.8;12.4;15.1;1.4;15.9;5.2;1.01;4800
+74079;44.31345;.48375;65;20220925;20.9;10.2;15.5;1.9;12.4;.1;2.54;16600
+74079;44.31345;.48375;65;20220926;21.7;6.5;14.1;2.7;11.5;2.9;2.45;12400
+74079;44.31345;.48375;65;20220927;19.7;12.9;16.3;4.1;14.6;5.1;2.13;9900
+74079;44.31345;.48375;65;20220928;20.7;15.1;17.9;4.9;16.3;7.2;2.29;10200
+74079;44.31345;.48375;65;20220929;17.4;13.7;15.5;3;14.2;5.6;1.74;8900
+74079;44.31345;.48375;65;20220930;19.9;9.8;14.8;2.1;11.2;.1;2.53;17100
+74079;44.31345;.48375;65;20221001;22.9;10;16.4;2.6;13.7;0;2.2;9400
+74079;44.31345;.48375;65;20221002;24.2;11.3;17.7;1.1;15.7;.1;2;12500
+74079;44.31345;.48375;65;20221003;25.2;11.9;18.5;.9;14.8;0;2.32;16000
+74079;44.31345;.48375;65;20221004;26;8.1;17;1;13;.1;2.37;16500
+74079;44.31345;.48375;65;20221005;27.6;10.6;19.1;3.4;14.4;0;3.52;15700
+74079;44.31345;.48375;65;20221006;22.8;15.2;19;1.7;16.1;0;1.78;7600
+74079;44.31345;.48375;65;20221007;25.2;11.3;18.2;2;14.9;.1;2.47;14000
+74079;44.31345;.48375;65;20221008;23.7;12.4;18;1.3;16.6;1.6;1.69;9500
+74079;44.31345;.48375;65;20221009;26.5;12.7;19.6;3;15.1;.1;3.06;14500
+74079;44.31345;.48375;65;20221010;25;13.4;19.2;2.5;15.8;0;2.32;10000
+74079;44.31345;.48375;65;20221011;23.7;14.8;19.2;1.4;16.6;0;1.79;9500
+74079;44.31345;.48375;65;20221012;23.6;14;18.8;1.7;15.9;.1;1.97;10900
+74079;44.31345;.48375;65;20221013;22.9;11.1;17;1.9;15.1;1.5;1.67;7900
+74079;44.31345;.48375;65;20221014;22.1;17.3;19.7;3;17.6;.7;1.82;6100
+74079;44.31345;.48375;65;20221015;28.1;13.4;20.7;2.2;15.4;0;2.81;14200
+74079;44.31345;.48375;65;20221016;28.7;15.1;21.9;4;17.3;0;3.42;12500
+74079;44.31345;.48375;65;20221017;27.2;17.2;22.2;2.9;19;0;2.35;7400
+74079;44.31345;.48375;65;20221018;29.6;17.1;23.3;5.5;18.2;0;4.18;12800
+74079;44.31345;.48375;65;20221019;27.9;16.3;22.1;5.2;17.8;1.8;3.39;8000
+74079;44.31345;.48375;65;20221020;24.7;16.1;20.4;3.5;18.7;.8;1.87;4800
+74079;44.31345;.48375;65;20221021;22.2;15.2;18.7;2.1;17;1.9;1.45;5500
+74079;44.31345;.48375;65;20221022;26.8;11.8;19.3;3;15.1;.1;2.68;12200
+74079;44.31345;.48375;65;20221023;26.9;14.4;20.6;2.6;14.8;0;2.38;4400
+74079;44.31345;.48375;65;20221024;25.5;10.8;18.1;1.7;12.6;.2;2.05;10400
+74079;44.31345;.48375;65;20221025;24.8;10.3;17.5;3;13.9;0;2.22;7100
+74079;44.31345;.48375;65;20221026;25.9;11;18.4;3.3;15.9;.1;2.22;8100
+74079;44.31345;.48375;65;20221027;25.7;14.7;20.2;6;17.8;0;2.63;5100
+74079;44.31345;.48375;65;20221028;27.1;17.3;22.2;4.3;17.7;0;2.93;7600
+74079;44.31345;.48375;65;20221029;27.2;15.4;21.3;4.7;15.8;0;3.3;8300
+74079;44.31345;.48375;65;20221030;24.6;11.7;18.1;1.5;14.5;0;1.57;8200
+74079;44.31345;.48375;65;20221031;22.5;11.9;17.2;2.9;15.3;0;1.59;5500
+74079;44.31345;.48375;65;20221101;21.1;14.2;17.6;1.7;14.1;.1;1.45;7300
+74079;44.31345;.48375;65;20221102;20.7;7.5;14.1;2.1;11.5;.1;1.54;9700
+74079;44.31345;.48375;65;20221103;22.5;9.5;16;4.3;12;4.9;2.43;3500
+74079;44.31345;.48375;65;20221104;16.3;10.9;13.6;5.2;11.2;3.6;1.88;7300
+74079;44.31345;.48375;65;20221105;17.8;4.8;11.3;1.2;9.3;0;1.07;8900
+74079;44.31345;.48375;65;20221106;19.1;3.7;11.4;3;9.7;.7;1.65;9000
+74079;44.31345;.48375;65;20221107;20;6.4;13.2;2.9;10.8;.1;1.66;9500
+74079;44.31345;.48375;65;20221108;19.3;10.3;14.8;3.9;13.3;.6;1.48;4100
+74079;44.31345;.48375;65;20221109;17.4;12.8;15.1;1.6;14.4;2.1;.87;3800
+74079;44.31345;.48375;65;20221110;16.4;7.5;11.9;1.4;11.6;0;.82;4900
+74079;44.31345;.48375;65;20221111;21.2;5.4;13.3;1.5;11.7;.1;1.13;7700
+74079;44.31345;.48375;65;20221112;22.8;8.5;15.6;2.4;12.7;.1;1.58;9200
+74079;44.31345;.48375;65;20221113;20.5;4.8;12.6;1.9;10.7;0;1.25;9200
+74079;44.31345;.48375;65;20221114;14.4;8.2;11.3;2.5;12.2;1.9;.67;1600
+74079;44.31345;.48375;65;20221115;17.1;10.7;13.9;2.6;13.7;5.5;.89;3400
+74079;44.31345;.48375;65;20221116;19.5;9.7;14.6;2.4;12.3;1;1.26;8500
+74079;44.31345;.48375;65;20221117;19.1;12.8;15.9;3.5;13.4;1.4;1.51;6200
+74079;44.31345;.48375;65;20221118;14.1;9.3;11.7;2.9;11.4;5.2;.89;5100
+74079;44.31345;.48375;65;20221119;12.1;8.4;10.2;2.5;10;1;.84;5200
+74079;44.31345;.48375;65;20221120;14.1;4.1;9.1;1.9;10.2;2.6;.66;4400
+74079;44.31345;.48375;65;20221121;14.5;8.1;11.3;3.3;11.2;22.5;.96;1100
+74079;44.31345;.48375;65;20221122;10.1;7.1;8.6;4.2;9.9;17.3;.68;3300
+74079;44.31345;.48375;65;20221123;17.1;8.6;12.8;3.4;11.9;3.7;1.12;5300
+74079;44.31345;.48375;65;20221124;12.4;5.1;8.7;2.3;10.4;2.2;.55;3500
+74079;44.31345;.48375;65;20221125;14.4;6.1;10.2;2.1;10.3;4.4;.77;4400
+74079;44.31345;.48375;65;20221126;8.8;2.5;5.6;2;8.8;.1;.38;3200
+74079;44.31345;.48375;65;20221127;12.6;3.4;8;3.5;9.4;7.5;.71;5500
+74079;44.31345;.48375;65;20221128;14.1;8.6;11.3;2.9;11.2;4.3;.79;5500
+74079;44.31345;.48375;65;20221129;12.1;3.7;7.9;1.2;9.3;.2;.48;4500
+74079;44.31345;.48375;65;20221130;6.7;1.2;3.9;.6;7.5;0;.37;2100
+74079;44.31345;.48375;65;20221201;5.7;-.4;2.6;1.2;7.6;0;.26;2700
+74079;44.31345;.48375;65;20221202;6.9;4.9;5.9;1.1;8.5;.1;.44;1200
+74079;44.31345;.48375;65;20221203;8.1;4.3;6.2;1.1;8.3;1.5;.43;3000
+74079;44.31345;.48375;65;20221204;8.6;2.2;5.4;1.4;7.7;0;.41;4800
+74079;44.31345;.48375;65;20221205;10;.1;5;2.7;7.2;.1;.6;6600
+74079;44.31345;.48375;65;20221206;10.9;3.6;7.2;1.7;8.1;0;.61;4000
+74079;44.31345;.48375;65;20221207;10.9;6;8.4;1.4;8.4;0;.48;6700
+74079;44.31345;.48375;65;20221208;8.2;.8;4.5;2.4;8;9.8;.39;2500
+74079;44.31345;.48375;65;20221209;9.5;6.8;8.1;1.7;9.8;1.9;.5;1500
+74079;44.31345;.48375;65;20221210;2.8;.3;1.5;3.5;5.5;0;.57;4200
+74079;44.31345;.48375;65;20221211;3.7;-5.5;-.9;1.9;4.8;.1;.35;5700
+74079;44.31345;.48375;65;20221212;2.9;-5.5;-1.3;2.7;5.8;6.6;.19;1600
+74079;44.31345;.48375;65;20221213;13.1;2.5;7.8;4.2;11.1;7.8;.28;1700
+74079;44.31345;.48375;65;20221214;15.5;8.5;12;2.5;12.3;1.1;.65;3900
+74079;44.31345;.48375;65;20221215;12.8;8.4;10.6;2.3;11.7;3.8;.5;2900
+74079;44.31345;.48375;65;20221216;8.9;7.8;8.3;2.2;9.7;.8;.56;1600
+74079;44.31345;.48375;65;20221217;8.6;-3.5;2.5;1.4;6.2;.1;.33;6500
+74079;44.31345;.48375;65;20221218;12.7;3.5;8.1;4.6;8.6;0;.96;6400
+74079;44.31345;.48375;65;20221219;15.8;6.4;11.1;4.2;10.7;.1;1.03;5500
+74079;44.31345;.48375;65;20221220;15.8;8.3;12;3.7;12.4;4;.83;1700
+74079;44.31345;.48375;65;20221221;18.6;9.8;14.2;1.6;12.6;0;.69;6000
+74079;44.31345;.48375;65;20221222;17.6;7.1;12.3;2.2;12.6;3.4;.7;3500
+74079;44.31345;.48375;65;20221223;19.2;11;15.1;1.6;13.6;0;.72;5200
+74079;44.31345;.48375;65;20221224;16;8.3;12.1;2.1;12;0;.62;5200
+74079;44.31345;.48375;65;20221225;17.2;3.7;10.4;3.4;10.6;0;.91;6600
+74079;44.31345;.48375;65;20221226;17.3;7.5;12.4;2.2;11.7;1.6;.8;4500
+74079;44.31345;.48375;65;20221227;15.2;10.2;12.7;1.2;12.3;.2;.53;4100
+74079;44.31345;.48375;65;20221228;14.9;7.4;11.1;3.1;11.1;0;.77;5000
+74079;44.31345;.48375;65;20221229;13.8;8.8;11.3;2.5;11.4;5;.73;2300
+74079;44.31345;.48375;65;20221230;16.3;9;12.6;3.2;12.1;1.9;.91;4000
+74079;44.31345;.48375;65;20221231;18.4;8.6;13.5;3.8;12.1;0;1.19;6200
+74080;44.34159;.79467;147;20220101;15.8;7.3;11.5;2.5;9.87;0;1.01;4842
+74080;44.34159;.79467;147;20220102;12.4;6.5;9.5;2.3;10.11;.1;.63;3573
+74080;44.34159;.79467;147;20220103;11.1;6.9;9;2.8;10.77;.1;.44;2510
+74080;44.34159;.79467;147;20220104;16.8;8.3;12.5;4.1;10.34;3.3;1.47;4624
+74080;44.34159;.79467;147;20220105;7.3;2.2;4.7;2.7;6.94;0;.62;3508
+74080;44.34159;.79467;147;20220106;7.1;-1.7;2.7;2.2;5.24;.1;.63;5361
+74080;44.34159;.79467;147;20220107;9.2;-1.6;3.8;2.7;6.84;4;.59;4730
+74080;44.34159;.79467;147;20220108;10.4;6.8;8.6;6;10.22;5;.51;2540
+74080;44.34159;.79467;147;20220109;8.9;7.4;8.2;3.5;9.91;23.8;.53;1311
+74080;44.34159;.79467;147;20220110;9.3;7.8;8.5;1.9;10.24;4.5;.5;574
+74080;44.34159;.79467;147;20220111;8.3;2.8;5.5;2.5;7.27;.1;.64;4237
+74080;44.34159;.79467;147;20220112;6.5;-1.7;2.4;2.1;5.47;0;.59;5776
+74080;44.34159;.79467;147;20220113;.6;-2.9;-1.1;2.4;5.51;0;.24;1887
+74080;44.34159;.79467;147;20220114;9.1;-3.1;3;1.9;5.74;.1;.63;6504
+74080;44.34159;.79467;147;20220115;5.4;-2.1;1.7;1.4;5.84;.1;.41;4471
+74080;44.34159;.79467;147;20220116;2.8;-1.9;.4;1.3;5.84;.1;.32;3188
+74080;44.34159;.79467;147;20220117;3;-2.4;.3;1;6.21;.1;.26;3646
+74080;44.34159;.79467;147;20220118;2.6;1.2;1.9;1.4;6.97;.2;.29;1098
+74080;44.34159;.79467;147;20220119;5;1.7;3.3;2.4;7.47;2.6;.32;2682
+74080;44.34159;.79467;147;20220120;7.9;3.1;5.5;2.3;7.37;.3;.64;3602
+74080;44.34159;.79467;147;20220121;6.7;-.5;3.1;3.2;5.27;0;.92;5673
+74080;44.34159;.79467;147;20220122;7.8;-2.8;2.5;1.9;5.01;0;.73;6829
+74080;44.34159;.79467;147;20220123;11.6;-1.5;5.1;1.4;5.51;0;.8;7427
+74080;44.34159;.79467;147;20220124;11.3;-.7;5.3;1.9;6.37;0;.86;7142
+74080;44.34159;.79467;147;20220125;11;.8;5.9;1.6;7.07;0;.73;6251
+74080;44.34159;.79467;147;20220126;10.1;.2;5.1;1;6.81;0;.59;5875
+74080;44.34159;.79467;147;20220127;1.5;-3.4;-.9;1.4;5.71;.1;.27;3800
+74080;44.34159;.79467;147;20220128;.2;-2.6;-1.2;1.3;5.77;0;.3;3038
+74080;44.34159;.79467;147;20220129;1.1;-1;.1;1;6.04;0;.33;2205
+74080;44.34159;.79467;147;20220130;5.4;-.1;2.7;1.5;7.47;.3;.32;3926
+74080;44.34159;.79467;147;20220131;8.8;4;6.4;3.8;8.74;1.1;.58;3737
+74080;44.34159;.79467;147;20220201;8;1;4.5;3.9;8.07;.4;.46;5178
+74080;44.34159;.79467;147;20220202;9.7;6.9;8.3;2.8;10.21;.1;.52;3073
+74080;44.34159;.79467;147;20220203;6.7;2;4.4;2.2;8.51;.3;.31;3347
+74080;44.34159;.79467;147;20220204;10.8;5.7;8.3;2.1;10.41;2.2;.51;3673
+74080;44.34159;.79467;147;20220205;10.7;6.3;8.5;2.8;8.04;0;1.11;5692
+74080;44.34159;.79467;147;20220206;9.5;.1;4.8;3.5;8.04;.9;.61;5784
+74080;44.34159;.79467;147;20220207;12;8;10;4;9.88;1;1.04;4208
+74080;44.34159;.79467;147;20220208;13.9;3.6;8.8;2.3;7.12;0;1.33;7576
+74080;44.34159;.79467;147;20220209;15.6;3.5;9.5;3.4;7.77;0;1.75;8839
+74080;44.34159;.79467;147;20220210;10.7;4.6;7.6;1.8;8.88;1.1;1.19;10533
+74080;44.34159;.79467;147;20220211;13.1;7.7;10.4;2;8.85;0;1.27;9000
+74080;44.34159;.79467;147;20220212;13.1;-1.3;5.9;1.7;6.49;0;1.05;9838
+74080;44.34159;.79467;147;20220213;17;.2;8.6;3.7;8.78;1.5;1.71;10366
+74080;44.34159;.79467;147;20220214;11;8.3;9.6;3.9;9.76;4.9;1.17;5396
+74080;44.34159;.79467;147;20220215;10.3;4;7.1;3.1;9.48;5.9;.75;5400
+74080;44.34159;.79467;147;20220216;14.1;8.1;11.1;5.6;11.84;5.5;.97;6191
+74080;44.34159;.79467;147;20220217;13.3;11.3;12.3;4.1;13.25;2.2;.66;3254
+74080;44.34159;.79467;147;20220218;15.7;8.5;12.1;2.8;11.44;.2;1.25;6548
+74080;44.34159;.79467;147;20220219;11.7;6.9;9.3;2.3;8.27;0;1.27;7670
+74080;44.34159;.79467;147;20220220;12.1;2.8;7.5;3.1;9.61;2;.81;6634
+74080;44.34159;.79467;147;20220221;12.7;9.4;11;6.1;9.57;.6;1.76;5606
+74080;44.34159;.79467;147;20220222;14.2;7.6;10.9;2.7;9.44;0;1.47;8723
+74080;44.34159;.79467;147;20220223;16;5.6;10.8;1.4;9.11;0;1.4;10559
+74080;44.34159;.79467;147;20220224;15;6;10.5;2.9;9.31;.2;1.52;7592
+74080;44.34159;.79467;147;20220225;11.4;2.8;7.1;3;6.51;0;1.61;10419
+74080;44.34159;.79467;147;20220226;14;1;7.5;3.2;5.21;0;2.25;12136
+74080;44.34159;.79467;147;20220227;15.3;2.3;8.8;2.3;7.14;0;1.75;10732
+74080;44.34159;.79467;147;20220228;17.4;4.1;10.7;2.1;8.34;0;1.84;12179
+74080;44.34159;.79467;147;20220301;16.9;4.2;10.5;2.8;7.87;0;2.11;11725
+74080;44.34159;.79467;147;20220302;12.6;6.1;9.3;2.9;9.34;1.6;1.22;6135
+74080;44.34159;.79467;147;20220303;15.8;6.3;11;2;9.97;0;1.49;9680
+74080;44.34159;.79467;147;20220304;9.4;7.2;8.3;4.4;10.31;4.3;.62;3553
+74080;44.34159;.79467;147;20220305;8.6;6.5;7.6;3.4;9.21;.5;.8;4388
+74080;44.34159;.79467;147;20220306;12.3;5.4;8.9;2.2;6.81;0;1.73;10188
+74080;44.34159;.79467;147;20220307;11;-1.5;4.7;2.7;6.01;0;1.61;13284
+74080;44.34159;.79467;147;20220308;14;3.3;8.7;3.1;8.37;1.6;1.64;9895
+74080;44.34159;.79467;147;20220309;15.9;4.7;10.3;3.8;9.54;.1;1.92;12117
+74080;44.34159;.79467;147;20220310;14.3;8.7;11.5;3.7;10.21;.7;1.66;7672
+74080;44.34159;.79467;147;20220311;13.9;9.3;11.6;4.3;10.37;7.9;1.59;5602
+74080;44.34159;.79467;147;20220312;11.1;7.7;9.4;3.5;10.17;3.5;1.03;5631
+74080;44.34159;.79467;147;20220313;11.2;7.5;9.3;4.7;9.11;7.9;1.45;6163
+74080;44.34159;.79467;147;20220314;14.5;3.1;8.8;6.4;9.44;0;1.67;10188
+74080;44.34159;.79467;147;20220315;16.7;12.6;14.7;8.2;11.52;0;2.64;7207
+74080;44.34159;.79467;147;20220316;16.9;11.4;14.1;3.4;11.74;.4;1.91;7742
+74080;44.34159;.79467;147;20220317;14;11.1;12.6;3.3;11.31;2;1.49;5796
+74080;44.34159;.79467;147;20220318;14.3;7.6;11;1.9;9.62;0;1.71;9166
+74080;44.34159;.79467;147;20220319;17.5;5.1;11.3;3.7;8.68;0;2.85;16400
+74080;44.34159;.79467;147;20220320;17.3;5.7;11.5;4.5;9.45;0;2.56;11633
+74080;44.34159;.79467;147;20220321;17.4;9.4;13.4;6.7;9.15;0;3.75;17066
+74080;44.34159;.79467;147;20220322;16.8;7.1;11.9;6.7;6.88;0;4.15;17933
+74080;44.34159;.79467;147;20220323;17.2;4.5;10.8;4.3;6.68;0;3.58;19500
+74080;44.34159;.79467;147;20220324;18.3;-.6;8.9;2.7;6.95;0;2.99;19900
+74080;44.34159;.79467;147;20220325;19.7;1.2;10.5;2.1;6.48;0;2.86;15833
+74080;44.34159;.79467;147;20220326;20.5;1.2;10.9;3;6.18;0;3.7;19900
+74080;44.34159;.79467;147;20220327;21.8;3.4;12.6;3.4;7.05;0;3.98;19066
+74080;44.34159;.79467;147;20220328;22;2.7;12.4;2.1;7.58;0;3.16;16433
+74080;44.34159;.79467;147;20220329;18;5.1;11.6;1.8;9.85;4.2;1.89;9433
+74080;44.34159;.79467;147;20220330;14.5;9.6;12;2.5;11.45;1.4;1.55;7133
+74080;44.34159;.79467;147;20220331;14.5;8.2;11.4;5.3;9.28;1.9;2.79;15300
+74080;44.34159;.79467;147;20220401;9.2;.7;4.9;6.7;5.51;.5;2.46;14766
+74080;44.34159;.79467;147;20220402;9.2;1.6;5.4;4.9;5.28;0;2.4;13233
+74080;44.34159;.79467;147;20220403;6.8;-3.1;1.9;2;5.1;0;1.6;14954
+74080;44.34159;.79467;147;20220404;12.2;-2.4;4.9;1.7;4.99;0;2.34;19685
+74080;44.34159;.79467;147;20220405;15.3;-2.5;6.4;1.4;6.37;0;2.41;20050
+74080;44.34159;.79467;147;20220406;12.4;6.5;9.5;2.6;10.54;1.1;1.11;5076
+74080;44.34159;.79467;147;20220407;17.5;9.4;13.5;5.3;11.95;5.3;2.3;9266
+74080;44.34159;.79467;147;20220408;19.6;10.5;15;5.5;11.41;1.1;3.19;10733
+74080;44.34159;.79467;147;20220409;15;6.6;10.8;2.7;7.98;.2;2.86;17600
+74080;44.34159;.79467;147;20220410;19.3;-.9;9.2;2.5;6.84;0;3.44;23194
+74080;44.34159;.79467;147;20220411;20.7;5.4;13;6.4;9.88;0;4.1;19366
+74080;44.34159;.79467;147;20220412;18;11.2;14.6;5.1;11.05;7.4;3.02;10566
+74080;44.34159;.79467;147;20220413;13.9;10.8;12.4;1.6;12.68;2.8;1.1;4400
+74080;44.34159;.79467;147;20220414;22.8;6.9;14.9;1.2;12.35;0;3.26;21266
+74080;44.34159;.79467;147;20220415;24;7.7;15.8;2;12.98;.1;3.51;20400
+74080;44.34159;.79467;147;20220416;24.3;7.8;16.1;2.8;11.75;0;4.27;23633
+74080;44.34159;.79467;147;20220417;22.8;5.1;14;2.6;10.48;0;3.97;23566
+74080;44.34159;.79467;147;20220418;18.7;10.7;14.7;2.9;11.85;0;2.81;14033
+74080;44.34159;.79467;147;20220419;14.7;9;11.8;2.9;12.18;17;1.5;7066
+74080;44.34159;.79467;147;20220420;13.3;8.8;11.1;1.9;11.78;5.8;1.22;5666
+74080;44.34159;.79467;147;20220421;16.2;9.2;12.7;2.3;12.61;.1;1.68;8333
+74080;44.34159;.79467;147;20220422;18.8;10.8;14.8;1.5;12.98;0;2.35;13066
+74080;44.34159;.79467;147;20220423;12.8;8.6;10.7;2.6;11.78;16.2;.97;3300
+74080;44.34159;.79467;147;20220424;17.4;9.2;13.3;4.8;12.01;0;2.34;9500
+74080;44.34159;.79467;147;20220425;18.9;4.5;11.7;1.3;10.68;0;2.93;20633
+74080;44.34159;.79467;147;20220426;22.8;4;13.4;1.8;10.65;0;3.91;25633
+74080;44.34159;.79467;147;20220427;22.8;7;14.9;1.7;12.55;0;3.16;18333
+74080;44.34159;.79467;147;20220428;20.1;12.4;16.3;2.5;14.58;0;2.63;13266
+74080;44.34159;.79467;147;20220429;21.5;10.8;16.1;2.7;13.98;0;3.4;19133
+74080;44.34159;.79467;147;20220430;22.2;11.2;16.7;2.9;12.88;0;4.05;22033
+74080;44.34159;.79467;147;20220501;20.9;8.8;14.9;2.1;11.38;0;3.6;21433
+74080;44.34159;.79467;147;20220502;20.6;11;15.8;2.1;11.95;0;3.31;17700
+74080;44.34159;.79467;147;20220503;21.6;10.8;16.2;1.7;13.21;3;3.11;16633
+74080;44.34159;.79467;147;20220504;21.6;10.3;15.9;2.4;12.08;0;3.48;17966
+74080;44.34159;.79467;147;20220505;21.8;9;15.4;3;10.68;0;4.31;23200
+74080;44.34159;.79467;147;20220506;21.9;8.9;15.4;3;11.01;0;3.96;21386
+74080;44.34159;.79467;147;20220507;23.3;10.1;16.7;3;11.57;0;4.26;22108
+74080;44.34159;.79467;147;20220508;24.6;11.8;18.2;2.5;11.74;0;4.45;22495
+74080;44.34159;.79467;147;20220509;27.1;11.6;19.4;1.6;11.57;0;4.62;23887
+74080;44.34159;.79467;147;20220510;27.8;12.2;20;2;12.31;0;4.79;23230
+74080;44.34159;.79467;147;20220511;30.2;12.8;21.5;2.8;14.04;5.7;5.54;24387
+74080;44.34159;.79467;147;20220512;22.2;13.8;18;2.1;15.64;0;3.03;15670
+74080;44.34159;.79467;147;20220513;25.8;14.2;20;1.8;16.64;0;3.87;20181
+74080;44.34159;.79467;147;20220514;28.8;14.2;21.5;2.1;16.11;0;4.71;22485
+74080;44.34159;.79467;147;20220515;29.1;15.9;22.5;3;16.14;9.2;5.08;21361
+74080;44.34159;.79467;147;20220516;28.5;14.8;21.7;1.9;16.91;0;4.68;23450
+74080;44.34159;.79467;147;20220517;31.1;16.1;23.6;2.7;16.21;0;5.61;23611
+74080;44.34159;.79467;147;20220518;31.3;16.8;24.1;2.3;16.87;2;5.39;23395
+74080;44.34159;.79467;147;20220519;29.1;17.6;23.3;2.6;19.11;.1;4.61;20291
+74080;44.34159;.79467;147;20220520;28.7;17.1;22.9;3.4;16.81;0;5.2;21443
+74080;44.34159;.79467;147;20220521;31.5;16.1;23.8;1.8;19.17;0;5.02;23488
+74080;44.34159;.79467;147;20220522;31;19.1;25.1;2.4;20.04;2;4.9;20310
+74080;44.34159;.79467;147;20220523;22.1;16.4;19.3;4.5;15.67;.9;3.51;14094
+74080;44.34159;.79467;147;20220524;19.1;12.2;15.6;2.6;13.14;.9;2.96;15879
+74080;44.34159;.79467;147;20220525;20.6;8.5;14.5;2.9;11.41;0;3.67;20796
+74080;44.34159;.79467;147;20220526;19;10.2;14.6;2.4;12.94;0;2.8;15998
+74080;44.34159;.79467;147;20220527;24.8;13.3;19;3;14.07;0;4.75;23971
+74080;44.34159;.79467;147;20220528;26.4;11.8;19.1;3;12.11;0;5.36;25603
+74080;44.34159;.79467;147;20220529;23.9;10.9;17.4;3.2;8.91;0;5.34;24983
+74080;44.34159;.79467;147;20220530;24.6;8.8;16.7;2.4;8.67;0;5.08;26108
+74080;44.34159;.79467;147;20220531;25.6;14;19.8;2.1;10.57;.1;4.99;23729
+74080;44.34159;.79467;147;20220601;31.7;15.3;23.5;2.3;13.64;2.1;5.98;25630
+74080;44.34159;.79467;147;20220602;28;17.3;22.6;2.1;18.61;6.1;4.19;19049
+74080;44.34159;.79467;147;20220603;30.2;17.3;23.7;3;18.31;12.1;5.38;22702
+74080;44.34159;.79467;147;20220604;24.7;15.7;20.2;2.7;19.81;4.4;3.18;16583
+74080;44.34159;.79467;147;20220605;23.7;16.3;20;2.9;17.41;.1;3.66;17861
+74080;44.34159;.79467;147;20220606;26.5;14.3;20.4;2.1;16.17;.3;4.42;22289
+74080;44.34159;.79467;147;20220607;24.2;16.1;20.2;3.4;15.41;2.2;3.98;17311
+74080;44.34159;.79467;147;20220608;20.1;14;17.1;3.2;15.41;3.1;2.72;13768
+74080;44.34159;.79467;147;20220609;22;11.6;16.8;3.4;14.14;1;3.73;20553
+74080;44.34159;.79467;147;20220610;27.6;12.4;20;2.4;14.67;.1;5.11;25736
+74080;44.34159;.79467;147;20220611;31.5;15.5;23.5;1.8;15.34;0;5.59;25597
+74080;44.34159;.79467;147;20220612;29.3;17.3;23.3;3;19.37;2.5;4.74;20402
+74080;44.34159;.79467;147;20220613;30.5;18.4;24.4;2.6;20.74;0;5.16;23088
+74080;44.34159;.79467;147;20220614;34.2;18.8;26.5;3.1;19.51;.1;6.43;24454
+74080;44.34159;.79467;147;20220615;34.1;21.1;27.6;2.4;19.77;0;6.2;24546
+74080;44.34159;.79467;147;20220616;35.2;20.5;27.9;2.7;18.71;0;6.61;25065
+74080;44.34159;.79467;147;20220617;37;20.2;28.6;2.6;19.04;0;7.04;26365
+74080;44.34159;.79467;147;20220618;38;22;30;4.2;16.27;0;8.67;25431
+74080;44.34159;.79467;147;20220619;32.4;19.8;26.1;3.4;18.57;0;6.26;23395
+74080;44.34159;.79467;147;20220620;29.9;17.5;23.7;2.9;20.14;0;5.17;23433
+74080;44.34159;.79467;147;20220621;27.9;19.2;23.5;2.6;20.97;3.7;4.1;17906
+74080;44.34159;.79467;147;20220622;27.5;19;23.3;3.1;19.61;2.4;4.62;20451
+74080;44.34159;.79467;147;20220623;26.2;16.6;21.4;3.1;18.77;21.8;4.03;18644
+74080;44.34159;.79467;147;20220624;24.2;16.6;20.4;3.1;17.24;.7;4;19438
+74080;44.34159;.79467;147;20220625;20.9;15;17.9;3.8;16.21;10.7;2.84;12955
+74080;44.34159;.79467;147;20220626;17.5;13.4;15.5;4.3;15.61;7.6;1.94;11245
+74080;44.34159;.79467;147;20220627;22.8;13.8;18.3;3.9;14.57;0;4;19783
+74080;44.34159;.79467;147;20220628;25.4;12.6;19;3.7;13.01;0;5.19;25127
+74080;44.34159;.79467;147;20220629;27.1;13.4;20.2;2.5;14.81;.7;4.9;23739
+74080;44.34159;.79467;147;20220630;16.3;13.8;15.1;2.9;14.81;.6;1.76;8749
+74080;44.34159;.79467;147;20220701;23;10.8;16.9;1.6;12.87;0;4.08;23535
+74080;44.34159;.79467;147;20220702;30.5;11.4;21;2;12.87;0;5.79;28182
+74080;44.34159;.79467;147;20220703;29.2;15.8;22.5;3.2;15.94;0;5.63;24307
+74080;44.34159;.79467;147;20220704;28;16.1;22.1;3.5;17.07;.5;5.14;22690
+74080;44.34159;.79467;147;20220705;29;16.4;22.7;3;15.54;0;5.68;24896
+74080;44.34159;.79467;147;20220706;28.7;17;22.8;3.9;13.74;0;5.94;22038
+74080;44.34159;.79467;147;20220707;28.5;15.7;22.1;3.4;14.31;0;5.79;24451
+74080;44.34159;.79467;147;20220708;28.9;15.6;22.3;3.8;14.97;0;6;25437
+74080;44.34159;.79467;147;20220709;31.3;16.1;23.7;3.2;14.11;0;6.43;25930
+74080;44.34159;.79467;147;20220710;32.1;17.1;24.6;2.9;14.67;0;6.42;25625
+74080;44.34159;.79467;147;20220711;34.6;18.2;26.4;3.2;15.44;0;7.1;25852
+74080;44.34159;.79467;147;20220712;35.1;19.4;27.2;3.1;15.04;0;7.24;25882
+74080;44.34159;.79467;147;20220713;35.1;18.2;26.7;2.4;13.71;0;6.71;26137
+74080;44.34159;.79467;147;20220714;36.3;19.4;27.9;2.3;15.47;0;6.72;25563
+74080;44.34159;.79467;147;20220715;34.7;19.8;27.3;2.7;15.27;0;6.68;24969
+74080;44.34159;.79467;147;20220716;36.1;19.4;27.7;2.9;15.61;0;7.14;25723
+74080;44.34159;.79467;147;20220717;37.9;19.7;28.8;2.5;13.44;0;7.32;26123
+74080;44.34159;.79467;147;20220718;39.2;22.9;31;4.1;14.67;0;9.03;25382
+74080;44.34159;.79467;147;20220719;33.1;21.1;27.1;3.6;18.17;6.8;6.28;21207
+74080;44.34159;.79467;147;20220720;28.8;19.5;24.2;4.9;17.34;0;5.59;19365
+74080;44.34159;.79467;147;20220721;32.1;17.2;24.6;3.1;16.47;0;6.23;25352
+74080;44.34159;.79467;147;20220722;29.4;19;24.2;4;17.81;.1;5.48;20344
+74080;44.34159;.79467;147;20220723;29.1;15.5;22.3;2.3;15.87;0;5.18;24472
+74080;44.34159;.79467;147;20220724;36.1;17.1;26.6;2.6;15.27;0;6.85;26471
+74080;44.34159;.79467;147;20220725;28.9;20;24.5;4.8;17.84;0;5.37;17595
+74080;44.34159;.79467;147;20220726;26.8;16;21.4;4.1;14.37;0;5.4;22785
+74080;44.34159;.79467;147;20220727;28.5;14.1;21.3;3.7;13.24;0;5.78;24759
+74080;44.34159;.79467;147;20220728;28.7;14.6;21.7;3.5;14.84;0;5.43;23095
+74080;44.34159;.79467;147;20220729;27.6;17.2;22.4;3.7;16.14;.1;4.85;19306
+74080;44.34159;.79467;147;20220730;30;17.4;23.7;3.6;16.97;0;5.58;23020
+74080;44.34159;.79467;147;20220731;32.6;17.5;25.1;3.7;16.34;0;6.42;24233
+74080;44.34159;.79467;147;20220801;34.1;17.6;25.9;3.4;16.51;0;6.64;25241
+74080;44.34159;.79467;147;20220802;36;18.6;27.3;2.8;14.44;0;6.9;25321
+74080;44.34159;.79467;147;20220803;37.6;19.8;28.7;2.4;14.64;0;6.69;24008
+74080;44.34159;.79467;147;20220804;35.9;20.5;28.2;2.8;19.94;0;6.34;23655
+74080;44.34159;.79467;147;20220805;31.5;19.3;25.4;3.3;19.24;.1;5.48;21330
+74080;44.34159;.79467;147;20220806;33.1;18.9;26;3.1;16.31;0;6.12;23084
+74080;44.34159;.79467;147;20220807;33.5;18.2;25.8;3.5;12.17;0;7.01;24281
+74080;44.34159;.79467;147;20220808;34.8;17.8;26.3;3.3;10.81;0;7.13;23946
+74080;44.34159;.79467;147;20220809;35.7;18.8;27.3;2.9;10.87;0;6.88;23242
+74080;44.34159;.79467;147;20220810;37.6;19.3;28.4;2.7;11.04;0;6.9;22702
+74080;44.34159;.79467;147;20220811;38.5;20.9;29.7;2.7;17.34;0;6.8;23192
+74080;44.34159;.79467;147;20220812;38.8;22.6;30.7;2.8;20.04;0;6.72;22567
+74080;44.34159;.79467;147;20220813;35.1;20.8;28;3.7;20.21;7.1;6.32;21294
+74080;44.34159;.79467;147;20220814;25.7;20.1;22.9;3.8;20.54;4.1;3.29;12943
+74080;44.34159;.79467;147;20220815;28.2;15.9;22;2.9;16.74;0;4.32;18815
+74080;44.34159;.79467;147;20220816;27.6;16.9;22.2;3.4;17.31;9.5;3.98;14816
+74080;44.34159;.79467;147;20220817;25.7;14.8;20.2;3.2;17.24;.5;3.85;18949
+74080;44.34159;.79467;147;20220818;26.5;15.3;20.9;4;16.37;0;4.39;19057
+74080;44.34159;.79467;147;20220819;27.2;16.3;21.8;3.3;17.24;.1;4.16;17902
+74080;44.34159;.79467;147;20220820;27.9;17;22.5;3.3;18.57;0;4.31;19066
+74080;44.34159;.79467;147;20220821;27.9;17.4;22.7;3.5;17.17;.1;4.4;17178
+74080;44.34159;.79467;147;20220822;26.6;19.1;22.9;3.7;19.11;1;3.67;13736
+74080;44.34159;.79467;147;20220823;29.6;18.3;24;3;18.91;0;4.46;18858
+74080;44.34159;.79467;147;20220824;35.1;18.9;27;2.7;17.01;.7;5.73;20969
+74080;44.34159;.79467;147;20220825;29.3;21;25.1;3.2;20.04;1.1;4.15;14708
+74080;44.34159;.79467;147;20220826;30.1;19.3;24.7;3;19.47;.2;4.47;17912
+74080;44.34159;.79467;147;20220827;30.3;17.5;23.9;3.1;16.07;0;4.95;19467
+74080;44.34159;.79467;147;20220828;33.2;16.5;24.8;2.8;13.64;0;5.53;20635
+74080;44.34159;.79467;147;20220829;32.8;19.2;26;3.8;14.87;2.5;5.74;15740
+74080;44.34159;.79467;147;20220830;32.7;17.2;25;2.6;17.57;0;4.93;20077
+74080;44.34159;.79467;147;20220831;31;18.6;24.8;3.5;17.04;0;4.88;16375
+74080;44.34159;.79467;147;20220901;28.8;19;23.9;2.8;19.11;16.1;3.9;15726
+74080;44.34159;.79467;147;20220902;26.5;17.2;21.9;3;18.41;5.4;3.42;14887
+74080;44.34159;.79467;147;20220903;27.9;17.2;22.6;2;17.57;.1;3.49;15970
+74080;44.34159;.79467;147;20220904;32.9;17.1;25;3.3;17.84;.3;5.1;18647
+74080;44.34159;.79467;147;20220905;33.7;20;26.9;3.1;20.31;3.4;5.08;18259
+74080;44.34159;.79467;147;20220906;31.5;19.6;25.5;2.3;18.93;.2;4.39;18046
+74080;44.34159;.79467;147;20220907;27.5;17.2;22.4;2;15.69;.1;3.54;15047
+74080;44.34159;.79467;147;20220908;25.2;14.2;19.7;1.8;15.37;1.6;3.01;15146
+74080;44.34159;.79467;147;20220909;24.8;16;20.4;2.3;15.87;1;3.06;13986
+74080;44.34159;.79467;147;20220910;26.7;12.8;19.7;1.5;14.04;0;3.31;17814
+74080;44.34159;.79467;147;20220911;31.6;15.2;23.4;2.5;13.51;0;4.68;18717
+74080;44.34159;.79467;147;20220912;34.9;19.2;27;3.7;16.94;0;5.87;17966
+74080;44.34159;.79467;147;20220913;31.6;21.9;26.7;3.3;21.24;0;4.03;11960
+74080;44.34159;.79467;147;20220914;29.9;20.1;25;2.2;18.34;1.5;3.67;14147
+74080;44.34159;.79467;147;20220915;28.8;16.5;22.7;2.1;17.14;.1;3.55;16128
+74080;44.34159;.79467;147;20220916;24.8;17;20.9;3.4;15.51;.1;3.45;13600
+74080;44.34159;.79467;147;20220917;21.3;10.6;15.9;2.7;9.34;0;3.29;15950
+74080;44.34159;.79467;147;20220918;25;8.2;16.6;2;7.74;0;3.57;17865
+74080;44.34159;.79467;147;20220919;25.8;9.5;17.7;2.3;8.41;0;3.78;17153
+74080;44.34159;.79467;147;20220920;24.3;8.9;16.6;2.2;8.87;0;3.46;16967
+74080;44.34159;.79467;147;20220921;24.9;8.4;16.6;1.6;8.87;0;3.11;17223
+74080;44.34159;.79467;147;20220922;26.2;8.8;17.5;1.7;9.81;0;3.24;16950
+74080;44.34159;.79467;147;20220923;22.6;11.7;17.2;2.1;13.21;4.6;2.33;10363
+74080;44.34159;.79467;147;20220924;17.4;13.3;15.3;1.9;15.51;1.5;1.19;6054
+74080;44.34159;.79467;147;20220925;18.7;10.7;14.7;2.1;12.54;0;1.99;11972
+74080;44.34159;.79467;147;20220926;20.1;8.1;14.1;2.9;11.74;3.1;2.29;12352
+74080;44.34159;.79467;147;20220927;17.9;12.1;15;3.9;13.97;6.3;1.75;8880
+74080;44.34159;.79467;147;20220928;19.5;14.4;17;5.5;15.67;6.7;2;8654
+74080;44.34159;.79467;147;20220929;16;12.8;14.4;3;13.74;7.7;1.4;6899
+74080;44.34159;.79467;147;20220930;18.6;9.7;14.1;2.3;11.14;.2;2.13;12646
+74080;44.34159;.79467;147;20221001;20.5;10.3;15.4;2.7;13.87;0;1.9;10260
+74080;44.34159;.79467;147;20221002;22.7;13.7;18.2;1.4;16.11;.1;1.84;10245
+74080;44.34159;.79467;147;20221003;23.9;12.7;18.3;1.5;14.41;0;2.22;12752
+74080;44.34159;.79467;147;20221004;24.9;10.7;17.8;1.5;13.34;.1;2.34;13707
+74080;44.34159;.79467;147;20221005;26.1;12.2;19.1;3.2;14.14;0;3.13;13322
+74080;44.34159;.79467;147;20221006;22.1;15;18.5;1.9;16.04;0;1.78;8342
+74080;44.34159;.79467;147;20221007;24.6;12.7;18.6;1.9;15.14;.1;2.25;12069
+74080;44.34159;.79467;147;20221008;23.1;13.5;18.3;1.7;16.11;2.7;1.82;9581
+74080;44.34159;.79467;147;20221009;25;12.3;18.7;3.3;14.31;.1;2.83;12451
+74080;44.34159;.79467;147;20221010;24;13.8;18.9;2.7;15.24;0;2.3;9955
+74080;44.34159;.79467;147;20221011;22.5;15.2;18.8;1.5;16.07;0;1.67;8432
+74080;44.34159;.79467;147;20221012;23.1;14;18.6;1.9;15.34;.4;1.93;9850
+74080;44.34159;.79467;147;20221013;21;11.8;16.4;1.9;15.17;2.3;1.52;8356
+74080;44.34159;.79467;147;20221014;20.7;16.4;18.6;3.3;17.31;.8;1.55;5857
+74080;44.34159;.79467;147;20221015;26.1;14.2;20.1;2.1;15.31;0;2.36;11224
+74080;44.34159;.79467;147;20221016;27.6;16;21.8;4.1;16.74;0;3.25;10634
+74080;44.34159;.79467;147;20221017;25.8;18.7;22.2;3.6;17.94;.2;2.58;6844
+74080;44.34159;.79467;147;20221018;28.5;17.2;22.8;4.6;17.57;0;3.54;10579
+74080;44.34159;.79467;147;20221019;26.2;16.5;21.3;4.6;17.07;3.4;2.98;8242
+74080;44.34159;.79467;147;20221020;23.5;16.8;20.2;3.5;18.21;.6;1.87;5821
+74080;44.34159;.79467;147;20221021;22.9;16.4;19.6;2.1;16.07;1;1.74;6307
+74080;44.34159;.79467;147;20221022;25.5;13.2;19.3;2.7;14.41;.1;2.44;10066
+74080;44.34159;.79467;147;20221023;25.3;16.4;20.9;3.1;13.97;0;2.71;6097
+74080;44.34159;.79467;147;20221024;24.1;13.7;18.9;1.8;12.17;.2;2.06;8467
+74080;44.34159;.79467;147;20221025;23.9;12.7;18.3;3;13.44;0;2.31;7713
+74080;44.34159;.79467;147;20221026;25.2;13;19.1;2.7;15.61;.1;2.09;8358
+74080;44.34159;.79467;147;20221027;25.2;15.9;20.6;5.3;17.04;0;2.7;6538
+74080;44.34159;.79467;147;20221028;26.3;18.2;22.3;4.6;16.57;0;3.14;6915
+74080;44.34159;.79467;147;20221029;27;16.2;21.6;4.4;13.51;0;3.6;8079
+74080;44.34159;.79467;147;20221030;23.8;13.7;18.8;2.3;13.74;0;1.95;7493
+74080;44.34159;.79467;147;20221031;22.3;13.6;18;2.8;14.94;2.4;1.71;6207
+74080;44.34159;.79467;147;20221101;19.5;13.7;16.6;1.8;13.94;.1;1.28;5835
+74080;44.34159;.79467;147;20221102;19.5;9.2;14.3;2.1;11.74;.1;1.41;7757
+74080;44.34159;.79467;147;20221103;19.2;11.2;15.2;4;11.57;3.5;2.02;4508
+74080;44.34159;.79467;147;20221104;14.1;10;12;5.2;10.77;5.5;1.46;4955
+74080;44.34159;.79467;147;20221105;15.9;5.4;10.7;1.7;9.21;0;1.06;7407
+74080;44.34159;.79467;147;20221106;17.7;4.4;11;2.6;9.41;.9;1.42;8193
+74080;44.34159;.79467;147;20221107;19.7;7.4;13.6;3;10.94;0;1.63;8142
+74080;44.34159;.79467;147;20221108;18.8;11.7;15.2;3.8;12.91;0;1.57;4737
+74080;44.34159;.79467;147;20221109;16.5;13.4;15;1.8;14.51;1.6;.81;3016
+74080;44.34159;.79467;147;20221110;16.5;9.4;13;1.4;12.11;0;.85;4876
+74080;44.34159;.79467;147;20221111;21.1;7.6;14.3;2.8;11.91;.1;1.54;7405
+74080;44.34159;.79467;147;20221112;22;12;17;2.9;12.84;.1;1.82;6698
+74080;44.34159;.79467;147;20221113;20.6;8.2;14.4;2;10.21;0;1.49;7396
+74080;44.34159;.79467;147;20221114;14.2;10.6;12.4;2.8;12.04;2.9;.9;2109
+74080;44.34159;.79467;147;20221115;16.4;10.6;13.5;2.9;13.31;6.7;.87;3964
+74080;44.34159;.79467;147;20221116;17.5;10;13.8;2.9;12.41;.3;1.09;5875
+74080;44.34159;.79467;147;20221117;17.8;12.8;15.3;3.6;13.04;2.7;1.4;4393
+74080;44.34159;.79467;147;20221118;12.5;8.4;10.4;2.8;11.14;3.8;.67;3796
+74080;44.34159;.79467;147;20221119;11;7.7;9.4;2.4;9.84;.6;.71;3555
+74080;44.34159;.79467;147;20221120;11.3;3.4;7.4;2.1;9.67;2.4;.46;4464
+74080;44.34159;.79467;147;20221121;12.8;8.3;10.5;3.5;11.01;23;.78;2284
+74080;44.34159;.79467;147;20221122;9.3;6.3;7.8;4;9.64;18.4;.53;2806
+74080;44.34159;.79467;147;20221123;16;8;12;3.6;11.44;4.8;1.01;4914
+74080;44.34159;.79467;147;20221124;12.5;6.5;9.5;2.4;10.54;1.5;.61;3607
+74080;44.34159;.79467;147;20221125;12.7;8;10.4;2.3;10.54;4;.72;3027
+74080;44.34159;.79467;147;20221126;10.3;3.5;6.9;1.9;9.01;.1;.47;3952
+74080;44.34159;.79467;147;20221127;11.8;3.9;7.9;3.4;8.81;8.6;.8;4713
+74080;44.34159;.79467;147;20221128;13.2;9.1;11.1;3;11.14;4;.76;3579
+74080;44.34159;.79467;147;20221129;10.8;5.5;8.1;1.6;9.47;.4;.5;3293
+74080;44.34159;.79467;147;20221130;8.3;3.1;5.7;1.6;7.97;.1;.49;2844
+74080;44.34159;.79467;147;20221201;7;.7;3.8;1.5;7.31;0;.44;3444
+74080;44.34159;.79467;147;20221202;6.4;4.4;5.4;.9;8.04;.1;.43;1453
+74080;44.34159;.79467;147;20221203;7.1;3.9;5.5;1.3;8.01;1.4;.42;2469
+74080;44.34159;.79467;147;20221204;8.6;3.2;5.9;1.6;7.74;0;.49;3708
+74080;44.34159;.79467;147;20221205;10.3;.7;5.5;2.7;6.91;.1;.75;5348
+74080;44.34159;.79467;147;20221206;11.4;4.4;7.9;2;7.17;0;.9;3877
+74080;44.34159;.79467;147;20221207;11.1;3.8;7.4;1.6;7.34;0;.64;5168
+74080;44.34159;.79467;147;20221208;8.4;1.7;5.1;2.6;7.37;7.8;.58;3210
+74080;44.34159;.79467;147;20221209;9.2;6.4;7.8;1.8;9.57;1.8;.46;1804
+74080;44.34159;.79467;147;20221210;1.6;-.1;.7;3.5;5.47;0;.48;1967
+74080;44.34159;.79467;147;20221211;4.4;-5.4;-.5;1.8;4.51;.1;.45;5038
+74080;44.34159;.79467;147;20221212;3.4;-3.3;.1;2.8;5.61;7.2;.36;2755
+74080;44.34159;.79467;147;20221213;10.8;3.2;7;4;10.47;4.9;.14;2828
+74080;44.34159;.79467;147;20221214;13.9;8.9;11.4;2.8;12.11;1.2;.57;3009
+74080;44.34159;.79467;147;20221215;11.8;8.9;10.3;2.6;11.24;1.6;.56;2010
+74080;44.34159;.79467;147;20221216;8.8;7.4;8.1;2.1;9.27;.5;.59;1254
+74080;44.34159;.79467;147;20221217;7.9;-1.6;3.1;2;6.01;.2;.51;4838
+74080;44.34159;.79467;147;20221218;12.3;2.1;7.2;4.3;8.24;0;.86;5326
+74080;44.34159;.79467;147;20221219;15.7;8.3;12;4.8;10.74;.1;1.29;4152
+74080;44.34159;.79467;147;20221220;14.6;10.5;12.6;4.2;12.14;2.5;.99;1635
+74080;44.34159;.79467;147;20221221;16.4;9.9;13.2;2.2;12.57;0;.67;4025
+74080;44.34159;.79467;147;20221222;15.5;9.8;12.6;2.8;12.97;3.8;.64;2559
+74080;44.34159;.79467;147;20221223;17.7;12.6;15.1;2.1;14.01;0;.78;3265
+74080;44.34159;.79467;147;20221224;16.2;10.3;13.2;2;12.41;0;.72;3698
+74080;44.34159;.79467;147;20221225;16.4;6.2;11.3;3.5;10.64;0;1.02;4947
+74080;44.34159;.79467;147;20221226;15.7;9.3;12.5;2.5;12.17;1.6;.72;3365
+74080;44.34159;.79467;147;20221227;14.1;9.4;11.8;1.3;11.71;.2;.54;3191
+74080;44.34159;.79467;147;20221228;14.6;7.3;10.9;3.3;10.84;0;.8;4187
+74080;44.34159;.79467;147;20221229;13;9;11;3;11.27;5;.71;2312
+74080;44.34159;.79467;147;20221230;14.8;8.7;11.8;3.6;11.74;1.4;.79;3461
+74080;44.34159;.79467;147;20221231;17.2;10;13.6;4.3;11.97;0;1.26;4295
+74081;44.36881;1.10586;235;20220101;15.4;7.2;11.3;1.8;10;0;.81;4224
+74081;44.36881;1.10586;235;20220102;10;4.9;7.4;1.7;10.1;.1;.33;3113
+74081;44.36881;1.10586;235;20220103;10.9;7;8.9;1.9;10.8;0;.42;2601
+74081;44.36881;1.10586;235;20220104;16.2;8.4;12.3;4.3;10.3;4.3;1.48;4177
+74081;44.36881;1.10586;235;20220105;6.4;2.7;4.5;3.6;6.8;0;.75;2547
+74081;44.36881;1.10586;235;20220106;5.9;-.7;2.6;3.8;5.2;.1;.94;3814
+74081;44.36881;1.10586;235;20220107;7.6;-1;3.3;2.4;6.6;4.1;.52;4553
+74081;44.36881;1.10586;235;20220108;9.7;6.2;7.9;6.2;10.1;5.1;.48;2521
+74081;44.36881;1.10586;235;20220109;8.3;6.7;7.5;3.5;9.6;22;.51;1358
+74081;44.36881;1.10586;235;20220110;7.5;7;7.2;2.3;9.7;3.1;.45;271
+74081;44.36881;1.10586;235;20220111;7.6;2.8;5.2;3.4;6.9;.1;.82;3249
+74081;44.36881;1.10586;235;20220112;5.7;-1.3;2.2;2.9;5.4;0;.73;4204
+74081;44.36881;1.10586;235;20220113;-.6;-2.3;-1.5;1.5;5.3;0;.29;1522
+74081;44.36881;1.10586;235;20220114;9.2;-4.9;2.1;1.1;5.7;.1;.45;6577
+74081;44.36881;1.10586;235;20220115;7;-1.5;2.7;1.2;6;.1;.46;4911
+74081;44.36881;1.10586;235;20220116;2.3;-2.3;0;1;5.7;.1;.31;3357
+74081;44.36881;1.10586;235;20220117;2.6;-3.3;-.4;.8;5.8;.1;.28;4002
+74081;44.36881;1.10586;235;20220118;1.4;.8;1.1;1.3;6.6;.1;.31;523
+74081;44.36881;1.10586;235;20220119;4;.8;2.4;2.2;7.1;1.7;.31;2728
+74081;44.36881;1.10586;235;20220120;6.9;2.2;4.5;2.6;7;.1;.65;3596
+74081;44.36881;1.10586;235;20220121;5.9;-.4;2.7;4.7;5.1;.1;1.15;4401
+74081;44.36881;1.10586;235;20220122;6.8;-2.1;2.3;2.6;4.9;0;.9;5517
+74081;44.36881;1.10586;235;20220123;10.9;0;5.4;1.5;5.5;0;.88;6310
+74081;44.36881;1.10586;235;20220124;10.1;.5;5.3;1.5;6.5;0;.73;5932
+74081;44.36881;1.10586;235;20220125;10.3;1.8;6;1.5;7.3;0;.69;5592
+74081;44.36881;1.10586;235;20220126;10.2;1.2;5.7;1.3;7.1;0;.66;5869
+74081;44.36881;1.10586;235;20220127;2;-3.2;-.6;1.1;5.7;.1;.32;4253
+74081;44.36881;1.10586;235;20220128;-.4;-2.9;-1.7;1.3;5.4;0;.28;2648
+74081;44.36881;1.10586;235;20220129;.9;-1.6;-.4;1;5.8;0;.33;2694
+74081;44.36881;1.10586;235;20220130;4.7;-.5;2.1;1.6;7.3;.1;.31;4453
+74081;44.36881;1.10586;235;20220131;7.8;3.5;5.6;4.1;8.5;.8;.53;4010
+74081;44.36881;1.10586;235;20220201;7.2;1.6;4.4;4.7;7.9;.4;.5;4809
+74081;44.36881;1.10586;235;20220202;9.2;5.9;7.5;2.8;9.9;.1;.5;3486
+74081;44.36881;1.10586;235;20220203;4.9;1.2;3;2;8.1;.3;.25;3820
+74081;44.36881;1.10586;235;20220204;9.7;4.7;7.2;1.8;10.2;2.2;.44;4698
+74081;44.36881;1.10586;235;20220205;9.7;6.8;8.2;3.3;8;0;1.16;3365
+74081;44.36881;1.10586;235;20220206;8.7;.7;4.7;3.8;8;1.2;.61;6432
+74081;44.36881;1.10586;235;20220207;10.9;7.6;9.2;4.4;9.7;.8;1.01;3789
+74081;44.36881;1.10586;235;20220208;13.2;2.4;7.8;1.6;7.2;0;1.09;7884
+74081;44.36881;1.10586;235;20220209;14.4;4.5;9.4;2.8;7.7;.1;1.53;7612
+74081;44.36881;1.10586;235;20220210;7.1;4.7;5.9;1.6;8.58;1;1.19;10866
+74081;44.36881;1.10586;235;20220211;12.8;7.6;10.2;2.1;8.64;0;1.3;8866
+74081;44.36881;1.10586;235;20220212;12.7;-1.2;5.7;1.8;5.65;0;1.2;9510
+74081;44.36881;1.10586;235;20220213;16.3;3.4;9.8;4.1;8.78;2.8;1.89;10466
+74081;44.36881;1.10586;235;20220214;11.6;7.9;9.8;3.9;9.64;5;1.26;6400
+74081;44.36881;1.10586;235;20220215;9.2;4.9;7.1;2.9;9.18;6.4;.8;5266
+74081;44.36881;1.10586;235;20220216;13.2;7.3;10.2;6.1;11.5;5.5;.89;6256
+74081;44.36881;1.10586;235;20220217;12.7;10.7;11.7;3.9;13.2;2.7;.61;3225
+74081;44.36881;1.10586;235;20220218;14.5;10.1;12.3;3;11.5;.2;1.22;5413
+74081;44.36881;1.10586;235;20220219;10.2;6.3;8.2;2.7;8.1;0;1.17;5109
+74081;44.36881;1.10586;235;20220220;11.1;2.6;6.8;3.4;9.2;2.5;.85;8199
+74081;44.36881;1.10586;235;20220221;12.3;8.9;10.6;6.5;9.4;.7;1.76;4845
+74081;44.36881;1.10586;235;20220222;12.9;7.4;10.1;3;9.1;0;1.41;6566
+74081;44.36881;1.10586;235;20220223;15.4;6.6;11;1.6;9.2;0;1.38;8728
+74081;44.36881;1.10586;235;20220224;13.5;6.9;10.2;3.2;8.9;.1;1.56;7515
+74081;44.36881;1.10586;235;20220225;10.6;2.9;6.7;3.9;6.4;0;1.69;8324
+74081;44.36881;1.10586;235;20220226;13.5;2.4;7.9;3.6;5;0;2.4;10363
+74081;44.36881;1.10586;235;20220227;14.8;2.9;8.8;2;6.8;0;1.73;10917
+74081;44.36881;1.10586;235;20220228;16.4;4.1;10.2;2.6;8.1;0;1.93;11268
+74081;44.36881;1.10586;235;20220301;16.2;5.7;10.9;3.1;8;0;2.14;10465
+74081;44.36881;1.10586;235;20220302;11.6;6.2;8.9;2.5;9.2;1.2;1.19;7286
+74081;44.36881;1.10586;235;20220303;15;7;11;2.1;9.9;0;1.49;9237
+74081;44.36881;1.10586;235;20220304;9;7.1;8;4.9;10;2.1;.71;3982
+74081;44.36881;1.10586;235;20220305;7.4;6;6.7;4;9.1;.9;.65;3311
+74081;44.36881;1.10586;235;20220306;11.4;5.3;8.3;2.7;6.6;0;1.75;8249
+74081;44.36881;1.10586;235;20220307;10.2;-1;4.6;2.5;5.9;0;1.51;11727
+74081;44.36881;1.10586;235;20220308;13.7;3.6;8.6;3.1;8.3;2.6;1.72;11220
+74081;44.36881;1.10586;235;20220309;15.4;5.5;10.4;3.3;9.5;.1;1.85;11238
+74081;44.36881;1.10586;235;20220310;14.1;8.4;11.2;2.9;9.8;.7;1.66;8361
+74081;44.36881;1.10586;235;20220311;12.8;9.5;11.1;4.4;10.1;19.9;1.61;6173
+74081;44.36881;1.10586;235;20220312;9.7;7.7;8.7;4.2;10;8.1;.93;4619
+74081;44.36881;1.10586;235;20220313;10.4;7.7;9;4.6;9;10.8;1.41;5624
+74081;44.36881;1.10586;235;20220314;13.5;3.1;8.3;7.2;9.3;0;1.69;12271
+74081;44.36881;1.10586;235;20220315;15.6;12.4;14;8.1;11.3;0;2.54;6384
+74081;44.36881;1.10586;235;20220316;16.7;11.1;13.9;3.2;11.4;.2;2.01;8917
+74081;44.36881;1.10586;235;20220317;14;10.6;12.3;3.6;11.3;1.7;1.56;6782
+74081;44.36881;1.10586;235;20220318;14.6;7.1;10.8;1.8;9.38;0;1.65;9166
+74081;44.36881;1.10586;235;20220319;17.2;7.2;12.2;3.9;8.28;0;3.06;16833
+74081;44.36881;1.10586;235;20220320;16.7;6.6;11.7;5;9.01;0;2.82;12000
+74081;44.36881;1.10586;235;20220321;15.7;9.6;12.7;7.3;8.68;0;3.81;16666
+74081;44.36881;1.10586;235;20220322;16;7.4;11.7;7.1;6.58;0;4.32;18466
+74081;44.36881;1.10586;235;20220323;16.4;5.2;10.8;4.4;6.18;0;3.69;19800
+74081;44.36881;1.10586;235;20220324;18.4;.7;9.5;3.1;6.31;0;3.33;20100
+74081;44.36881;1.10586;235;20220325;19.5;4.5;12;2.5;5.64;0;3.28;16200
+74081;44.36881;1.10586;235;20220326;20.2;3;11.6;3.3;5.64;0;3.94;20200
+74081;44.36881;1.10586;235;20220327;21.2;5.7;13.4;3.8;6.54;0;4.27;18933
+74081;44.36881;1.10586;235;20220328;22;6.8;14.4;2.9;6.78;0;3.85;16766
+74081;44.36881;1.10586;235;20220329;18.3;7.4;12.8;1.9;9.01;4.5;2.21;9866
+74081;44.36881;1.10586;235;20220330;14.5;9.5;12;2.1;11.18;1.5;1.48;6700
+74081;44.36881;1.10586;235;20220331;14.1;8.2;11.1;4.5;8.94;2.1;2.75;15300
+74081;44.36881;1.10586;235;20220401;7.8;.9;4.3;5.8;5.48;.6;2.26;13800
+74081;44.36881;1.10586;235;20220402;8;.6;4.3;4.4;5.14;0;2.18;11700
+74081;44.36881;1.10586;235;20220403;6.5;-3.3;1.6;2;5.08;0;1.6;14954
+74081;44.36881;1.10586;235;20220404;11.5;-1.9;4.8;1.9;4.98;0;2.44;21225
+74081;44.36881;1.10586;235;20220405;14.1;-2.3;5.9;1.7;6.82;0;2.12;16868
+74081;44.36881;1.10586;235;20220406;11.5;5.6;8.6;2.5;10.38;.9;1.01;4600
+74081;44.36881;1.10586;235;20220407;15.5;8.7;12.1;4.4;11.58;6.1;2.2;9400
+74081;44.36881;1.10586;235;20220408;18.7;10.2;14.5;4.5;11.18;.8;3;10766
+74081;44.36881;1.10586;235;20220409;14;5.7;9.9;2.7;7.64;.1;2.84;17766
+74081;44.36881;1.10586;235;20220410;19;-.2;9.4;3.1;6.28;0;3.79;23633
+74081;44.36881;1.10586;235;20220411;19.3;7.5;13.4;6.8;9.41;0;4.24;19266
+74081;44.36881;1.10586;235;20220412;18.2;11.8;15;5.9;10.24;1.4;3.7;12833
+74081;44.36881;1.10586;235;20220413;13.7;10.7;12.2;1.7;11.91;2.6;1.2;4400
+74081;44.36881;1.10586;235;20220414;22.8;5.6;14.2;1.4;11.74;0;3.39;22266
+74081;44.36881;1.10586;235;20220415;23.9;8.4;16.1;2;12.64;.1;3.56;20633
+74081;44.36881;1.10586;235;20220416;24.1;8.1;16.1;2.7;11.41;0;4.28;23766
+74081;44.36881;1.10586;235;20220417;23.2;5.1;14.1;2.3;9.94;0;3.96;23833
+74081;44.36881;1.10586;235;20220418;19.1;9.2;14.1;2.3;11.24;0;2.81;14866
+74081;44.36881;1.10586;235;20220419;15.4;7.5;11.5;2.4;11.78;17.8;1.48;7166
+74081;44.36881;1.10586;235;20220420;13.4;8.6;11;1.8;11.54;7.5;1.28;6133
+74081;44.36881;1.10586;235;20220421;15.5;9.3;12.4;2;12.31;.2;1.51;7133
+74081;44.36881;1.10586;235;20220422;18.7;10.5;14.6;1.5;12.61;0;2.44;13666
+74081;44.36881;1.10586;235;20220423;14.8;10.1;12.5;2.8;11.21;17.9;1.43;3633
+74081;44.36881;1.10586;235;20220424;16.2;8.5;12.4;3.8;11.78;0;1.97;7700
+74081;44.36881;1.10586;235;20220425;18;5.2;11.6;1.3;10.21;0;2.7;18000
+74081;44.36881;1.10586;235;20220426;22;4.2;13.1;1.9;10.21;0;3.94;25733
+74081;44.36881;1.10586;235;20220427;23.2;7.5;15.4;1.6;12.01;0;3.42;19700
+74081;44.36881;1.10586;235;20220428;21;11.9;16.4;2.1;14.21;0;2.65;13300
+74081;44.36881;1.10586;235;20220429;21.5;11;16.3;2.3;13.58;0;3.42;19566
+74081;44.36881;1.10586;235;20220430;21.9;10.2;16;2.6;12.14;0;4.06;23033
+74081;44.36881;1.10586;235;20220501;20.3;7.6;14;2;10.84;0;3.6;21466
+74081;44.36881;1.10586;235;20220502;20.9;9;14.9;2;11.34;0;3.42;18600
+74081;44.36881;1.10586;235;20220503;21.4;10.6;16;1.9;12.94;5.2;2.96;15100
+74081;44.36881;1.10586;235;20220504;20.7;10.6;15.7;2;12.18;0;3.34;17733
+74081;44.36881;1.10586;235;20220505;21;9.6;15.3;2.8;10.38;0;4.32;23500
+74081;44.36881;1.10586;235;20220506;21.1;9.4;15.2;4.1;11;0;4.05;20383
+74081;44.36881;1.10586;235;20220507;22.2;9.9;16;4.1;11.4;0;4.29;21033
+74081;44.36881;1.10586;235;20220508;23.6;11.5;17.5;3.2;11.5;0;4.45;20954
+74081;44.36881;1.10586;235;20220509;26.3;11.7;19;1.5;11.5;0;4.41;23239
+74081;44.36881;1.10586;235;20220510;26.6;13.4;20;1.6;12.3;0;4.41;22144
+74081;44.36881;1.10586;235;20220511;28.9;13.1;21;2.8;13.8;1.3;5.4;24444
+74081;44.36881;1.10586;235;20220512;23.6;13.6;18.6;2.1;15.8;0;3.62;19301
+74081;44.36881;1.10586;235;20220513;25.3;14.1;19.7;2.1;16.5;0;3.96;20582
+74081;44.36881;1.10586;235;20220514;28.6;14.7;21.6;2;16;0;4.79;23155
+74081;44.36881;1.10586;235;20220515;28.7;16;22.3;2.9;15.6;6.8;5.18;22173
+74081;44.36881;1.10586;235;20220516;28.2;14.9;21.5;1.6;16.4;0;4.54;22808
+74081;44.36881;1.10586;235;20220517;30.6;16.1;23.3;2.8;15.8;0;5.67;23957
+74081;44.36881;1.10586;235;20220518;31;18.8;24.9;2.2;16.2;1.3;5.33;21964
+74081;44.36881;1.10586;235;20220519;29;16.9;22.9;2.5;18.4;.2;4.84;21949
+74081;44.36881;1.10586;235;20220520;28.8;16.7;22.7;3.4;16.5;0;5.33;22027
+74081;44.36881;1.10586;235;20220521;30.7;16.2;23.4;1.9;18.6;0;5.13;24302
+74081;44.36881;1.10586;235;20220522;29.9;19.1;24.5;2;19.4;3.3;4.74;20888
+74081;44.36881;1.10586;235;20220523;21.7;15.8;18.7;4.4;15.6;1.1;3.51;15194
+74081;44.36881;1.10586;235;20220524;18;12.5;15.2;2.9;13;.8;2.81;14677
+74081;44.36881;1.10586;235;20220525;19.9;9.3;14.6;4;11.2;0;3.87;20877
+74081;44.36881;1.10586;235;20220526;18.3;10.7;14.5;3.6;12.7;0;3.06;17555
+74081;44.36881;1.10586;235;20220527;24.4;13.6;19;4.2;13.8;0;4.76;21203
+74081;44.36881;1.10586;235;20220528;26.2;12.4;19.3;3.9;11.9;0;5.6;24179
+74081;44.36881;1.10586;235;20220529;24;11.5;17.7;4;8.6;0;5.64;23015
+74081;44.36881;1.10586;235;20220530;24.2;9.6;16.9;3.1;8.2;0;5.4;25025
+74081;44.36881;1.10586;235;20220531;25.2;13.5;19.3;2.5;10.2;0;5.02;22335
+74081;44.36881;1.10586;235;20220601;30.8;16.3;23.5;2.8;12.9;1.5;6.22;25048
+74081;44.36881;1.10586;235;20220602;28;17;22.5;2.5;17.9;3.3;4.76;21716
+74081;44.36881;1.10586;235;20220603;30.2;17;23.6;3.8;17.3;18.2;5.95;23944
+74081;44.36881;1.10586;235;20220604;24.6;15.5;20;3.5;19.5;5.8;3.7;19726
+74081;44.36881;1.10586;235;20220605;23.5;15.8;19.6;2.9;17.3;.1;3.66;18087
+74081;44.36881;1.10586;235;20220606;25.7;14.5;20.1;3.2;16;.3;4.62;22083
+74081;44.36881;1.10586;235;20220607;22.9;15.8;19.3;5.9;15.2;2.3;4.33;17379
+74081;44.36881;1.10586;235;20220608;19.1;13.9;16.5;5.4;14.9;3.9;2.94;14732
+74081;44.36881;1.10586;235;20220609;20.6;11.9;16.2;5.9;13.9;.9;3.72;19413
+74081;44.36881;1.10586;235;20220610;27.4;13;20.2;4.3;14.3;0;5.74;25330
+74081;44.36881;1.10586;235;20220611;31.5;16.1;23.8;2.9;14.8;0;6.36;26262
+74081;44.36881;1.10586;235;20220612;28.7;16.9;22.8;4.9;18.7;2.4;5.53;22870
+74081;44.36881;1.10586;235;20220613;30;18.5;24.2;4.3;20.6;0;5.53;22583
+74081;44.36881;1.10586;235;20220614;34.2;19.6;26.9;4.8;18.1;.2;7.69;25609
+74081;44.36881;1.10586;235;20220615;33.3;21.2;27.2;3.1;19;0;6.36;23227
+74081;44.36881;1.10586;235;20220616;34.9;21;27.9;4;19;0;7.38;24990
+74081;44.36881;1.10586;235;20220617;37.4;21.2;29.3;4.2;18.5;0;8.44;27080
+74081;44.36881;1.10586;235;20220618;37.9;23.3;30.6;4;14.9;0;8.78;25659
+74081;44.36881;1.10586;235;20220619;33.4;20;26.7;3.9;17.5;1.3;7.05;24540
+74081;44.36881;1.10586;235;20220620;29.5;17.2;23.3;4.3;20;0;5.47;23467
+74081;44.36881;1.10586;235;20220621;27.3;19.3;23.3;3.7;21.3;2.4;4.32;18707
+74081;44.36881;1.10586;235;20220622;27;18.5;22.7;5.2;19.2;3.6;4.87;19315
+74081;44.36881;1.10586;235;20220623;25.5;16.8;21.1;5;18.5;19;4.4;19550
+74081;44.36881;1.10586;235;20220624;23.3;16.2;19.7;4.2;17.1;.5;3.81;17546
+74081;44.36881;1.10586;235;20220625;22.3;15.4;18.8;6.3;15.9;4.7;3.96;17274
+74081;44.36881;1.10586;235;20220626;17.4;13.2;15.3;7.6;15.6;6.1;2.08;13221
+74081;44.36881;1.10586;235;20220627;21.5;13.3;17.4;6.6;14.4;0;4.03;18910
+74081;44.36881;1.10586;235;20220628;24.5;12.5;18.5;7;12.6;0;5.72;23095
+74081;44.36881;1.10586;235;20220629;26.9;14;20.4;4.2;14.5;.2;5.53;23966
+74081;44.36881;1.10586;235;20220630;16.2;13.6;14.9;3.6;14.3;.5;2.02;10126
+74081;44.36881;1.10586;235;20220701;22.6;11.4;17;2.1;12.7;0;4.09;22208
+74081;44.36881;1.10586;235;20220702;30.7;12.2;21.4;2.6;12.2;0;6.37;28830
+74081;44.36881;1.10586;235;20220703;29.6;16.1;22.8;5.3;15.7;.3;6.56;24431
+74081;44.36881;1.10586;235;20220704;27.7;16;21.8;4.9;16.7;.3;5.54;22634
+74081;44.36881;1.10586;235;20220705;28.7;16.1;22.4;4.7;14.5;0;6.27;23495
+74081;44.36881;1.10586;235;20220706;28.1;17.9;23;6.3;13.1;0;6.98;20991
+74081;44.36881;1.10586;235;20220707;28.1;16.3;22.2;5;13.8;0;6.31;22624
+74081;44.36881;1.10586;235;20220708;28.8;15.9;22.3;6.2;14.4;0;6.8;23662
+74081;44.36881;1.10586;235;20220709;31.1;16.4;23.7;4.9;13.5;0;7.35;25286
+74081;44.36881;1.10586;235;20220710;32.3;18.4;25.3;3.8;13.8;0;7.08;24506
+74081;44.36881;1.10586;235;20220711;34.8;20.5;27.6;5.3;14.1;0;8.75;24819
+74081;44.36881;1.10586;235;20220712;34.9;20.6;27.7;4.6;14.3;0;8.29;24762
+74081;44.36881;1.10586;235;20220713;34.7;20.1;27.4;4.5;13;0;8.34;24973
+74081;44.36881;1.10586;235;20220714;35.9;21.2;28.5;2.9;14.9;0;7.23;24999
+74081;44.36881;1.10586;235;20220715;34.5;20.7;27.6;4.9;14.4;0;8.3;24124
+74081;44.36881;1.10586;235;20220716;36.2;21.2;28.7;4.7;15;0;8.64;25130
+74081;44.36881;1.10586;235;20220717;38.3;22.2;30.2;3;12.1;0;8.06;26003
+74081;44.36881;1.10586;235;20220718;38.7;24.3;31.5;4.1;13.9;0;8.97;24459
+74081;44.36881;1.10586;235;20220719;32.4;21.4;26.9;4.4;17.4;0;6.76;21170
+74081;44.36881;1.10586;235;20220720;27.9;19.2;23.5;7.4;17.2;0;6.1;18642
+74081;44.36881;1.10586;235;20220721;32.3;17.1;24.7;5.8;15.8;0;7.6;24923
+74081;44.36881;1.10586;235;20220722;28.9;19.3;24.1;5.2;17.3;.1;5.84;19508
+74081;44.36881;1.10586;235;20220723;28.6;16;22.3;3.1;15.5;0;5.3;22436
+74081;44.36881;1.10586;235;20220724;35.5;18.1;26.8;4.6;14.6;0;8.32;26468
+74081;44.36881;1.10586;235;20220725;27.9;20.1;24;6.4;17.4;0;5.79;17283
+74081;44.36881;1.10586;235;20220726;26.1;15.8;20.9;7.3;14;0;5.99;19952
+74081;44.36881;1.10586;235;20220727;27.7;13.6;20.6;6.2;12.8;0;6.51;23444
+74081;44.36881;1.10586;235;20220728;28.3;14.5;21.4;5.7;14.5;0;6.18;23088
+74081;44.36881;1.10586;235;20220729;26.5;17.6;22;6.3;15.9;.2;5.45;18242
+74081;44.36881;1.10586;235;20220730;28.7;17.6;23.1;6.3;16.5;0;6.12;20417
+74081;44.36881;1.10586;235;20220731;31.7;19;25.3;6.3;15.9;0;7.46;21822
+74081;44.36881;1.10586;235;20220801;33.3;18.4;25.8;5.7;16.2;0;7.71;23625
+74081;44.36881;1.10586;235;20220802;35.4;18.9;27.1;4.9;13.6;0;8.46;24806
+74081;44.36881;1.10586;235;20220803;36.4;20.8;28.6;3.7;14.2;0;7.74;23977
+74081;44.36881;1.10586;235;20220804;35.2;20.5;27.8;2.6;19.4;0;6.12;23130
+74081;44.36881;1.10586;235;20220805;30.4;19.1;24.7;4.1;19;.7;5.46;20041
+74081;44.36881;1.10586;235;20220806;32.7;18.1;25.4;4.4;16.3;0;6.76;22820
+74081;44.36881;1.10586;235;20220807;33.2;18.9;26;5.7;12;0;8.39;22457
+74081;44.36881;1.10586;235;20220808;34.3;19.8;27;5.3;10.3;0;8.78;22502
+74081;44.36881;1.10586;235;20220809;34.7;21.1;27.9;4.7;9.9;0;8.46;21641
+74081;44.36881;1.10586;235;20220810;36.8;20.9;28.8;4.5;10.4;0;8.81;23363
+74081;44.36881;1.10586;235;20220811;37.3;21.6;29.4;2.5;18;0;6.46;23079
+74081;44.36881;1.10586;235;20220812;38.2;23;30.6;3.3;20.6;0;7.05;22561
+74081;44.36881;1.10586;235;20220813;34.4;20.3;27.3;5;19.3;1.8;7.01;21562
+74081;44.36881;1.10586;235;20220814;25.1;19.9;22.5;6.7;20.5;4;3.68;12573
+74081;44.36881;1.10586;235;20220815;27.4;16.4;21.9;5.3;16.1;0;5.16;18686
+74081;44.36881;1.10586;235;20220816;27.4;17.2;22.3;5.5;16.3;6.4;5.18;17840
+74081;44.36881;1.10586;235;20220817;25;15.6;20.3;4.5;17.2;1;3.89;16972
+74081;44.36881;1.10586;235;20220818;25.8;15.4;20.6;5.3;15.9;0;4.57;17796
+74081;44.36881;1.10586;235;20220819;25.9;16.8;21.3;4.3;16.9;.1;4.19;16464
+74081;44.36881;1.10586;235;20220820;28;17.4;22.7;6;18.1;0;5.03;17740
+74081;44.36881;1.10586;235;20220821;27.8;18.5;23.1;6.2;16.6;0;5.43;16432
+74081;44.36881;1.10586;235;20220822;26;18.9;22.4;5.8;18.3;.7;4.28;14115
+74081;44.36881;1.10586;235;20220823;29;17.4;23.2;5.3;18.4;0;5.08;18227
+74081;44.36881;1.10586;235;20220824;34.5;20.1;27.3;4.2;16.4;.5;6.76;20293
+74081;44.36881;1.10586;235;20220825;28.7;21.3;25;3.6;19.4;1.2;4.31;14122
+74081;44.36881;1.10586;235;20220826;29;19.1;24;4.1;19.1;.1;4.58;16389
+74081;44.36881;1.10586;235;20220827;29.4;17.3;23.3;4.9;15.1;0;5.67;18102
+74081;44.36881;1.10586;235;20220828;32.6;17.8;25.2;4.9;12.6;0;7.09;19987
+74081;44.36881;1.10586;235;20220829;32.8;19.2;26;5.1;14;2.4;7.03;18966
+74081;44.36881;1.10586;235;20220830;32;16.7;24.3;3.9;17.8;0;5.47;20027
+74081;44.36881;1.10586;235;20220831;30.1;18.7;24.4;5.2;16.2;0;5.75;16996
+74081;44.36881;1.10586;235;20220901;28.2;18.8;23.5;3.8;18.6;8.2;4.2;15204
+74081;44.36881;1.10586;235;20220902;26.1;17.2;21.6;4.8;18.5;9.7;3.78;14641
+74081;44.36881;1.10586;235;20220903;27;16.9;21.9;3.4;17.4;0;3.86;15539
+74081;44.36881;1.10586;235;20220904;31.8;17.3;24.5;4.2;17.3;.2;5.49;18684
+74081;44.36881;1.10586;235;20220905;33;20.5;26.7;3;20.2;4.5;4.84;17119
+74081;44.36881;1.10586;235;20220906;30.3;19.9;25.1;2.3;18.65;.5;4.24;17557
+74081;44.36881;1.10586;235;20220907;26.9;17.5;22.2;2;15.7;.1;3.18;13038
+74081;44.36881;1.10586;235;20220908;24.5;14.3;19.4;1.9;15.1;1.4;3.01;14948
+74081;44.36881;1.10586;235;20220909;23.9;16;19.9;2.6;15.9;.9;2.97;12900
+74081;44.36881;1.10586;235;20220910;25.6;12.9;19.2;1.6;13.7;0;3.18;16505
+74081;44.36881;1.10586;235;20220911;31.4;15.8;23.6;2.4;12.9;0;4.66;18244
+74081;44.36881;1.10586;235;20220912;33.8;18.2;26;3;16.6;0;5.2;18073
+74081;44.36881;1.10586;235;20220913;30.5;21.6;26;2.8;20.9;0;3.83;13245
+74081;44.36881;1.10586;235;20220914;29;20.8;24.9;2.4;17.7;1.8;3.62;12543
+74081;44.36881;1.10586;235;20220915;28.2;16.8;22.5;2.1;17.2;.1;3.38;14843
+74081;44.36881;1.10586;235;20220916;24.1;17.5;20.8;4;15.2;.1;3.45;10911
+74081;44.36881;1.10586;235;20220917;20.1;9.9;15;3.5;9.1;0;3.32;13698
+74081;44.36881;1.10586;235;20220918;24.5;8.9;16.7;2.6;7.3;0;3.95;17033
+74081;44.36881;1.10586;235;20220919;25.3;11.2;18.2;2.7;8.1;0;4.03;15971
+74081;44.36881;1.10586;235;20220920;23.9;9.7;16.8;2.9;8.7;0;3.78;15865
+74081;44.36881;1.10586;235;20220921;24.4;8.5;16.4;1.6;8.6;0;3.08;16676
+74081;44.36881;1.10586;235;20220922;25.3;9.5;17.4;1.6;9.4;0;3.11;16443
+74081;44.36881;1.10586;235;20220923;22.7;13.6;18.1;2.6;13.4;7.3;2.75;12072
+74081;44.36881;1.10586;235;20220924;16.8;14.1;15.4;2.6;15.5;.8;1.26;5988
+74081;44.36881;1.10586;235;20220925;16.9;10.8;13.8;2.8;12.4;.1;1.79;9459
+74081;44.36881;1.10586;235;20220926;18.6;8.2;13.4;3.3;11.7;2.8;2.2;12553
+74081;44.36881;1.10586;235;20220927;16.6;11.8;14.2;3.9;13.6;6.7;1.59;8068
+74081;44.36881;1.10586;235;20220928;18.8;13.9;16.3;5.8;15.4;7.1;1.91;8065
+74081;44.36881;1.10586;235;20220929;16;12.2;14.1;3.5;13.3;10.1;1.5;6880
+74081;44.36881;1.10586;235;20220930;17.7;9.8;13.7;2.7;11.2;.2;2.02;10295
+74081;44.36881;1.10586;235;20221001;19.9;9.6;14.7;2.6;13.3;0;1.99;11773
+74081;44.36881;1.10586;235;20221002;21.5;14.6;18;1.5;15.9;0;1.78;9315
+74081;44.36881;1.10586;235;20221003;22.9;13.2;18;2.1;14.2;0;2.29;11116
+74081;44.36881;1.10586;235;20221004;23.9;11.1;17.5;1.5;13.2;.1;2.26;12780
+74081;44.36881;1.10586;235;20221005;24.9;11.9;18.4;2.9;13.8;0;2.86;12730
+74081;44.36881;1.10586;235;20221006;21.6;15.4;18.5;2.2;16;.1;1.87;8333
+74081;44.36881;1.10586;235;20221007;23.9;12.6;18.2;1.5;15.1;.1;2.05;11498
+74081;44.36881;1.10586;235;20221008;22.1;13.4;17.7;1.9;15.9;3.4;1.82;9822
+74081;44.36881;1.10586;235;20221009;23.9;11.9;17.9;3.3;14.1;.1;2.66;11583
+74081;44.36881;1.10586;235;20221010;23.3;13;18.1;2.3;14.7;0;2.19;10509
+74081;44.36881;1.10586;235;20221011;22.2;14.7;18.4;1.6;15.6;0;1.74;8685
+74081;44.36881;1.10586;235;20221012;22.5;13.8;18.1;2.3;14.9;.6;2.02;9315
+74081;44.36881;1.10586;235;20221013;20.1;12.3;16.2;2.3;15.1;2.3;1.56;8641
+74081;44.36881;1.10586;235;20221014;20.2;15.9;18;3.1;17;.8;1.53;6037
+74081;44.36881;1.10586;235;20221015;25.5;14.2;19.8;1.7;15;0;2.15;10348
+74081;44.36881;1.10586;235;20221016;26.7;16.3;21.5;3.9;16.5;0;3.08;9747
+74081;44.36881;1.10586;235;20221017;25.3;20.2;22.7;3.6;17.4;.4;2.78;6393
+74081;44.36881;1.10586;235;20221018;27.6;16.5;22;3.5;17.1;0;2.99;9833
+74081;44.36881;1.10586;235;20221019;25.3;15.5;20.4;3.7;16.8;3.5;2.56;9043
+74081;44.36881;1.10586;235;20221020;22;17.9;19.9;3;18.5;.9;1.62;5368
+74081;44.36881;1.10586;235;20221021;22.4;16.4;19.4;1.9;16;1.3;1.67;6633
+74081;44.36881;1.10586;235;20221022;24.7;13.5;19.1;2.3;14.3;0;2.19;9343
+74081;44.36881;1.10586;235;20221023;23.8;17.4;20.6;2.7;13.9;0;2.45;6687
+74081;44.36881;1.10586;235;20221024;22.5;14.7;18.6;1.6;13.2;.1;1.74;7392
+74081;44.36881;1.10586;235;20221025;23.4;13;18.2;2.6;13.6;.1;2.13;8586
+74081;44.36881;1.10586;235;20221026;23.9;14.4;19.1;2.1;16.1;.1;1.75;8038
+74081;44.36881;1.10586;235;20221027;24.2;16.1;20.1;3.8;16.8;0;2.28;7228
+74081;44.36881;1.10586;235;20221028;25.1;17.9;21.5;4.3;16.1;0;2.89;6650
+74081;44.36881;1.10586;235;20221029;26.7;15.6;21.1;3.4;12.7;0;3.19;8408
+74081;44.36881;1.10586;235;20221030;23.1;13.7;18.4;2.1;13.5;0;1.85;7536
+74081;44.36881;1.10586;235;20221031;21.9;13.5;17.7;2.4;14.7;0;1.63;6958
+74081;44.36881;1.10586;235;20221101;18.4;13.5;15.9;2;13.8;.1;1.24;4969
+74081;44.36881;1.10586;235;20221102;18.6;9.8;14.2;2.2;11.9;.1;1.37;6940
+74081;44.36881;1.10586;235;20221103;17.2;11.4;14.3;3.4;11.4;3.9;1.66;5339
+74081;44.36881;1.10586;235;20221104;13.2;9.9;11.5;5.5;10.7;6.4;1.39;3688
+74081;44.36881;1.10586;235;20221105;14.3;5.4;9.8;2.2;9.1;.1;1.11;6683
+74081;44.36881;1.10586;235;20221106;16.9;3.8;10.3;2.1;8.8;.7;1.3;8230
+74081;44.36881;1.10586;235;20221107;19.2;7.2;13.2;2.6;10.6;0;1.54;7717
+74081;44.36881;1.10586;235;20221108;18.3;12;15.1;3;12.8;0;1.43;5201
+74081;44.36881;1.10586;235;20221109;16.2;13.7;14.9;2.1;14.8;1.6;.82;2809
+74081;44.36881;1.10586;235;20221110;15.9;10.5;13.2;1.5;12.3;0;.86;4589
+74081;44.36881;1.10586;235;20221111;20.7;8.2;14.4;3.4;11.9;0;1.73;7465
+74081;44.36881;1.10586;235;20221112;21.2;14;17.6;3.2;12.9;0;1.97;5315
+74081;44.36881;1.10586;235;20221113;20;9.1;14.5;2.1;9.9;0;1.56;6706
+74081;44.36881;1.10586;235;20221114;14.3;10.9;12.6;2.5;12;3.6;.92;3195
+74081;44.36881;1.10586;235;20221115;15.7;10.6;13.1;2.4;13.2;8.6;.8;4105
+74081;44.36881;1.10586;235;20221116;16.4;9.6;13;2.5;12.5;.3;.92;4845
+74081;44.36881;1.10586;235;20221117;16.2;12.5;14.3;3.5;12.8;3;1.24;3227
+74081;44.36881;1.10586;235;20221118;11.9;8.5;10.2;3.1;11.2;4.2;.66;3000
+74081;44.36881;1.10586;235;20221119;10.1;7.5;8.8;2.6;9.8;.7;.68;2442
+74081;44.36881;1.10586;235;20221120;9.6;3.4;6.5;2.2;9.5;2.2;.38;4327
+74081;44.36881;1.10586;235;20221121;11.9;8.4;10.1;3.5;11;22.2;.71;2926
+74081;44.36881;1.10586;235;20221122;8.3;5.7;7;4.1;9.5;16.2;.45;2330
+74081;44.36881;1.10586;235;20221123;15.5;7.3;11.4;3.6;11;4.7;1.04;4951
+74081;44.36881;1.10586;235;20221124;12.3;6;9.1;2;10.6;2.4;.53;4147
+74081;44.36881;1.10586;235;20221125;11.3;8.7;10;2.7;10.6;3.9;.71;2227
+74081;44.36881;1.10586;235;20221126;10.1;2;6;1.8;9;.2;.39;4740
+74081;44.36881;1.10586;235;20221127;10.9;3;6.9;2.8;8.6;8.8;.65;4614
+74081;44.36881;1.10586;235;20221128;12.5;8.8;10.6;3.1;10.9;4.8;.78;2766
+74081;44.36881;1.10586;235;20221129;9.8;6.2;8;2.3;9.6;.3;.54;2679
+74081;44.36881;1.10586;235;20221130;7.5;3.9;5.7;2.4;8.1;.1;.52;2648
+74081;44.36881;1.10586;235;20221201;4.3;-1.6;1.3;.9;6.8;.1;.24;3667
+74081;44.36881;1.10586;235;20221202;5.1;3.9;4.5;.7;8.2;.1;.37;1017
+74081;44.36881;1.10586;235;20221203;6.5;3.7;5.1;1.6;8;2.7;.43;2125
+74081;44.36881;1.10586;235;20221204;8.5;3.6;6;1.7;7.9;.1;.53;3146
+74081;44.36881;1.10586;235;20221205;9.9;.2;5;2.6;6.7;.1;.76;4846
+74081;44.36881;1.10586;235;20221206;11;4.4;7.7;2.1;6.9;0;.95;3768
+74081;44.36881;1.10586;235;20221207;11.5;3;7.2;1.6;7;0;.74;4395
+74081;44.36881;1.10586;235;20221208;7.7;1.5;4.6;2.4;7.1;5.8;.56;3563
+74081;44.36881;1.10586;235;20221209;8.4;6.5;7.4;2.1;9.7;1.7;.44;1454
+74081;44.36881;1.10586;235;20221210;.1;-.3;-.1;4;5.6;0;.4;50
+74081;44.36881;1.10586;235;20221211;3.2;-5.9;-1.4;1.5;4.4;.1;.39;4473
+74081;44.36881;1.10586;235;20221212;4.2;-3.2;.5;2.7;5.5;8.4;.43;3903
+74081;44.36881;1.10586;235;20221213;9.8;3.7;6.7;3.6;10.2;1.8;.15;3423
+74081;44.36881;1.10586;235;20221214;12.1;8.6;10.3;2.4;11.9;1.2;.44;2308
+74081;44.36881;1.10586;235;20221215;11.1;9;10;2.7;11.1;.6;.58;1525
+74081;44.36881;1.10586;235;20221216;8.7;7.9;8.3;2.1;9.7;.8;.59;505
+74081;44.36881;1.10586;235;20221217;6.7;-.7;3;2.3;6.2;.2;.53;3834
+74081;44.36881;1.10586;235;20221218;11.8;1.3;6.5;3.3;8.1;0;.73;4775
+74081;44.36881;1.10586;235;20221219;15;8.5;11.7;3.9;10.7;0;1.13;3511
+74081;44.36881;1.10586;235;20221220;14.3;10.9;12.6;3.5;12;1.8;.95;2225
+74081;44.36881;1.10586;235;20221221;15.3;9.7;12.5;2.1;12.5;.3;.65;3175
+74081;44.36881;1.10586;235;20221222;15;10.4;12.7;2.5;12.8;4.1;.68;2773
+74081;44.36881;1.10586;235;20221223;16.8;13.1;14.9;2.1;14.2;0;.79;2373
+74081;44.36881;1.10586;235;20221224;16;11;13.5;1.6;12.7;.1;.69;2947
+74081;44.36881;1.10586;235;20221225;15.2;7.4;11.3;3.1;10.7;.1;.93;3970
+74081;44.36881;1.10586;235;20221226;14.6;10.1;12.3;2.3;12.5;1.1;.65;2752
+74081;44.36881;1.10586;235;20221227;12.7;9.1;10.9;1.1;11.7;.2;.48;2351
+74081;44.36881;1.10586;235;20221228;13.6;6.6;10.1;2.7;10.6;0;.67;3738
+74081;44.36881;1.10586;235;20221229;12.1;8.6;10.3;2.9;11.3;5.1;.59;2324
+74081;44.36881;1.10586;235;20221230;14;8.2;11.1;3;11.6;1.2;.67;3333
+74081;44.36881;1.10586;235;20221231;16.1;10.1;13.1;3.6;11.9;0;1.1;3428
+74082;44.39509;1.41731;209;20220101;19.2;4.5;11.9;.3;9.01;0;.22;7000
+74082;44.39509;1.41731;209;20220102;12.3;4.8;8.6;.9;9.51;0;.39;4400
+74082;44.39509;1.41731;209;20220103;13.1;4.4;8.8;1;10.21;0;.36;4800
+74082;44.39509;1.41731;209;20220104;17;6.6;11.8;2.5;9.91;5.2;.99;6300
+74082;44.39509;1.41731;209;20220105;6.5;2.4;4.5;2.7;6.61;0;.52;6400
+74082;44.39509;1.41731;209;20220106;6.2;-.9;2.7;1.7;5.21;.1;.43;8000
+74082;44.39509;1.41731;209;20220107;6.1;-3.3;1.4;2.1;6.51;4.8;.28;4200
+74082;44.39509;1.41731;209;20220108;10.3;5.3;7.8;5.6;10.01;5;.4;3000
+74082;44.39509;1.41731;209;20220109;7.5;6.5;7;3.1;9.31;19.5;.42;1400
+74082;44.39509;1.41731;209;20220110;7.5;6.9;7.2;1.6;9.41;2.3;.42;1500
+74082;44.39509;1.41731;209;20220111;8.5;.8;4.7;1.4;6.31;.1;.41;8600
+74082;44.39509;1.41731;209;20220112;6.7;-3.5;1.6;.7;5.11;0;.28;7500
+74082;44.39509;1.41731;209;20220113;.4;-4.2;-1.9;.5;5.01;.1;.26;3200
+74082;44.39509;1.41731;209;20220114;12.4;-5.7;3.4;.3;5.31;.1;.19;9200
+74082;44.39509;1.41731;209;20220115;9.6;-3.4;3.1;.6;5.71;.2;.28;9000
+74082;44.39509;1.41731;209;20220116;9;-5.9;1.6;.4;5.01;.1;.23;9000
+74082;44.39509;1.41731;209;20220117;8.8;-5.2;1.8;.5;5.61;.1;.27;8800
+74082;44.39509;1.41731;209;20220118;1.4;-.5;.5;.8;6.31;.1;.28;2200
+74082;44.39509;1.41731;209;20220119;3.9;.3;2.1;2.3;6.91;1.3;.29;1900
+74082;44.39509;1.41731;209;20220120;7.7;.5;4.1;1.9;6.81;.1;.53;5200
+74082;44.39509;1.41731;209;20220121;6.8;-.3;3.3;2.4;5.01;.1;.79;9100
+74082;44.39509;1.41731;209;20220122;8.1;-3.9;2.1;.9;4.81;0;.45;9900
+74082;44.39509;1.41731;209;20220123;12.9;-2.2;5.4;.5;5.41;.1;.41;10100
+74082;44.39509;1.41731;209;20220124;12.9;-1.5;5.7;.6;6.11;0;.47;10100
+74082;44.39509;1.41731;209;20220125;12;-1.9;5.1;.3;6.51;.1;.37;9700
+74082;44.39509;1.41731;209;20220126;12.7;-2.1;5.3;.6;6.41;0;.49;10100
+74082;44.39509;1.41731;209;20220127;7;-3.4;1.8;.8;5.91;.2;.41;9100
+74082;44.39509;1.41731;209;20220128;.3;-2.5;-1.1;.4;5.41;.1;.33;2500
+74082;44.39509;1.41731;209;20220129;2.1;-1.2;.5;.5;5.91;0;.36;3300
+74082;44.39509;1.41731;209;20220130;5.6;-.2;2.7;1.2;7.41;0;.34;3000
+74082;44.39509;1.41731;209;20220131;7.8;4.7;6.3;4.3;8.61;.9;.55;3200
+74082;44.39509;1.41731;209;20220201;6.9;1.2;4.1;4.1;7.81;1;.39;4200
+74082;44.39509;1.41731;209;20220202;10.3;5.9;8.1;2.6;9.81;.2;.58;4100
+74082;44.39509;1.41731;209;20220203;8.2;2.4;5.3;1.6;8.11;.2;.52;5800
+74082;44.39509;1.41731;209;20220204;9.5;5.1;7.3;1.4;9.91;2.2;.44;2400
+74082;44.39509;1.41731;209;20220205;10.2;6.6;8.4;2.1;8.21;0;.93;5600
+74082;44.39509;1.41731;209;20220206;8.7;-1.5;3.6;3;7.81;1.6;.44;5000
+74082;44.39509;1.41731;209;20220207;11.4;7.7;9.6;3.7;9.61;.7;1.01;5200
+74082;44.39509;1.41731;209;20220208;14.3;-1.8;6.3;.4;6.61;0;.72;12200
+74082;44.39509;1.41731;209;20220209;15.9;2.8;9.4;1.7;7.21;0;1.33;11900
+74082;44.39509;1.41731;209;20220210;5.4;2.2;3.8;1.2;8.09;.8;1.16;10950
+74082;44.39509;1.41731;209;20220211;12.9;7.8;10.4;2;8.34;0;1.31;8900
+74082;44.39509;1.41731;209;20220212;13.3;-1.2;6.1;2.1;5.79;0;1.32;9953
+74082;44.39509;1.41731;209;20220213;16.4;3.5;9.9;4;8.49;3.4;1.88;10350
+74082;44.39509;1.41731;209;20220214;12;8;10;3.5;9.44;5.5;1.27;6500
+74082;44.39509;1.41731;209;20220215;9.2;5.5;7.4;2.7;8.99;6.4;.84;5350
+74082;44.39509;1.41731;209;20220216;12.7;7.6;10.2;5.3;11.51;6;.66;3100
+74082;44.39509;1.41731;209;20220217;13.5;10.8;12.2;4.3;13.11;2.2;.71;4100
+74082;44.39509;1.41731;209;20220218;14.2;10;12.1;2.8;11.41;.1;1.12;5600
+74082;44.39509;1.41731;209;20220219;12;6.3;9.2;2.8;7.81;0;1.5;10800
+74082;44.39509;1.41731;209;20220220;10.4;3.1;6.8;3.1;9.21;2.8;.66;5400
+74082;44.39509;1.41731;209;20220221;11.4;9.1;10.3;5.5;9.21;.8;1.59;7000
+74082;44.39509;1.41731;209;20220222;13.8;6.8;10.3;2.9;8.91;0;1.55;10500
+74082;44.39509;1.41731;209;20220223;15.9;4.2;10.1;.8;8.41;0;1.32;13900
+74082;44.39509;1.41731;209;20220224;15.5;4.6;10.1;2.3;8.91;.1;1.51;10200
+74082;44.39509;1.41731;209;20220225;11.6;2.5;7.1;3.2;6.31;0;1.79;14600
+74082;44.39509;1.41731;209;20220226;14.2;.2;7.2;2.5;4.81;0;2.13;15800
+74082;44.39509;1.41731;209;20220227;16.6;.8;8.7;1.5;6.51;0;1.73;13900
+74082;44.39509;1.41731;209;20220228;17.6;1;9.3;.9;7.51;0;1.56;15200
+74082;44.39509;1.41731;209;20220301;17;1.1;9.1;1.5;7.41;.1;1.76;15100
+74082;44.39509;1.41731;209;20220302;11.2;4.4;7.8;1.3;9.11;1;.76;3400
+74082;44.39509;1.41731;209;20220303;16.4;6.4;11.4;1.3;9.51;0;1.64;13800
+74082;44.39509;1.41731;209;20220304;9.6;6.5;8.1;3.1;9.91;3.2;.6;2000
+74082;44.39509;1.41731;209;20220305;8.2;6.2;7.2;2.9;9.21;.4;.63;2400
+74082;44.39509;1.41731;209;20220306;12.7;4.5;8.6;1.3;6.41;0;1.62;13200
+74082;44.39509;1.41731;209;20220307;10.8;-3;3.9;1.8;5.61;0;1.58;17300
+74082;44.39509;1.41731;209;20220308;15;1.9;8.5;1.9;8.31;2.5;1.57;11900
+74082;44.39509;1.41731;209;20220309;15.7;6.2;11;2.6;9.31;.1;2.04;15900
+74082;44.39509;1.41731;209;20220310;15.4;6.3;10.9;1.7;9.71;1.2;1.45;8700
+74082;44.39509;1.41731;209;20220311;13.6;9.4;11.5;4.8;9.91;22.6;1.73;5800
+74082;44.39509;1.41731;209;20220312;9.6;7.7;8.7;2.6;9.91;13.6;.77;3200
+74082;44.39509;1.41731;209;20220313;11.1;5;8.1;2.6;8.61;16.2;1.04;3800
+74082;44.39509;1.41731;209;20220314;13.8;1.4;7.6;4.4;9.11;.1;1.24;6800
+74082;44.39509;1.41731;209;20220315;16.4;12.2;14.3;6.9;10.91;0;2.87;12700
+74082;44.39509;1.41731;209;20220316;16.5;10.4;13.5;2.3;11.01;0;1.6;6000
+74082;44.39509;1.41731;209;20220317;16;10.4;13.2;2.2;10.91;1.1;1.52;5600
+74082;44.39509;1.41731;209;20220318;14.9;7.3;11.1;1.7;9.24;0;1.67;9250
+74082;44.39509;1.41731;209;20220319;17.4;8.2;12.8;3.6;7.89;0;3.14;16750
+74082;44.39509;1.41731;209;20220320;16.9;7.2;12;5;8.54;0;2.99;12750
+74082;44.39509;1.41731;209;20220321;15.4;10.2;12.8;7.3;8.24;0;3.77;16100
+74082;44.39509;1.41731;209;20220322;15.9;8.1;12;7;6.24;0;4.36;19000
+74082;44.39509;1.41731;209;20220323;16.3;6.1;11.2;4.1;5.64;0;3.71;19850
+74082;44.39509;1.41731;209;20220324;18.8;.9;9.8;3.1;5.69;0;3.47;20150
+74082;44.39509;1.41731;209;20220325;19.9;5.4;12.7;2.3;4.99;0;3.39;16050
+74082;44.39509;1.41731;209;20220326;20.4;3.6;12;3.4;5.34;0;4.05;20250
+74082;44.39509;1.41731;209;20220327;21.4;6.9;14.1;3.9;6.29;0;4.42;18950
+74082;44.39509;1.41731;209;20220328;22.3;7.8;15;3;6.09;0;4.12;17250
+74082;44.39509;1.41731;209;20220329;18.9;8.1;13.5;1.9;8.29;4.8;2.45;10600
+74082;44.39509;1.41731;209;20220330;14.5;9.8;12.1;1.7;10.94;2.1;1.42;6450
+74082;44.39509;1.41731;209;20220331;14.4;8.3;11.4;4;8.69;2.2;2.75;15700
+74082;44.39509;1.41731;209;20220401;7.6;1.4;4.5;5.3;5.39;.7;2.14;12700
+74082;44.39509;1.41731;209;20220402;7.8;.5;4.2;4.1;5.09;0;1.96;10400
+74082;44.39509;1.41731;209;20220403;6.7;-3.2;1.8;2;5.08;0;1.6;14954
+74082;44.39509;1.41731;209;20220404;11.7;-.5;5.6;1.6;5.06;0;2.44;21392
+74082;44.39509;1.41731;209;20220405;14.4;-2.1;6.1;1.7;6.63;0;2.27;18458
+74082;44.39509;1.41731;209;20220406;11.4;5.3;8.4;2.1;10.04;.9;.91;4250
+74082;44.39509;1.41731;209;20220407;15.2;8.8;12;3.9;11.49;6.8;1.88;8250
+74082;44.39509;1.41731;209;20220408;18.8;10.5;14.6;4.3;11.09;.8;2.89;10750
+74082;44.39509;1.41731;209;20220409;14;5.7;9.9;2.8;7.24;.1;2.78;17100
+74082;44.39509;1.41731;209;20220410;19.3;.2;9.8;2.7;5.74;0;3.8;23650
+74082;44.39509;1.41731;209;20220411;19;7.6;13.3;5.9;8.79;0;4.08;19150
+74082;44.39509;1.41731;209;20220412;18.6;12.2;15.4;5.5;9.49;1.5;4.03;14700
+74082;44.39509;1.41731;209;20220413;13.8;11.1;12.5;1.5;11.24;1.9;1.26;4250
+74082;44.39509;1.41731;209;20220414;23.1;5.3;14.2;1.5;11.29;0;3.44;22700
+74082;44.39509;1.41731;209;20220415;23.9;9;16.4;1.9;12.29;.1;3.6;21100
+74082;44.39509;1.41731;209;20220416;24.4;8.9;16.7;2.6;11.04;0;4.31;23500
+74082;44.39509;1.41731;209;20220417;23.4;5.2;14.3;2.1;9.34;0;3.93;23800
+74082;44.39509;1.41731;209;20220418;19.4;9;14.2;2.1;10.89;0;2.85;15850
+74082;44.39509;1.41731;209;20220419;15.9;7.4;11.6;2.1;11.54;16;1.53;7700
+74082;44.39509;1.41731;209;20220420;13.4;8.9;11.1;1.6;11.49;5.5;1.24;6200
+74082;44.39509;1.41731;209;20220421;15.5;9.6;12.5;1.8;12.24;.6;1.38;6450
+74082;44.39509;1.41731;209;20220422;18.7;10.7;14.7;1.2;12.44;0;2.23;12450
+74082;44.39509;1.41731;209;20220423;15.7;10.5;13.1;2.8;10.84;18.7;1.7;3950
+74082;44.39509;1.41731;209;20220424;16.3;8.7;12.5;3.3;11.74;0;1.75;6700
+74082;44.39509;1.41731;209;20220425;17.9;5.7;11.8;1.3;9.99;0;2.62;17250
+74082;44.39509;1.41731;209;20220426;22.2;4.4;13.3;1.6;9.74;0;3.88;25700
+74082;44.39509;1.41731;209;20220427;23.4;7.4;15.4;1.3;11.49;0;3.45;20650
+74082;44.39509;1.41731;209;20220428;21.5;12;16.7;1.9;13.94;0;2.85;15000
+74082;44.39509;1.41731;209;20220429;21.9;12;16.9;2;13.44;0;3.47;19300
+74082;44.39509;1.41731;209;20220430;22.2;10.6;16.4;2.4;11.69;0;4.13;23450
+74082;44.39509;1.41731;209;20220501;20.5;7.2;13.8;1.8;10.24;0;3.53;21750
+74082;44.39509;1.41731;209;20220502;21.2;8.6;14.9;1.8;10.79;0;3.48;19700
+74082;44.39509;1.41731;209;20220503;21.7;10.7;16.2;1.8;12.74;7.4;2.97;15300
+74082;44.39509;1.41731;209;20220504;20.7;11;15.8;1.8;12.29;.1;3.2;17650
+74082;44.39509;1.41731;209;20220505;21.2;10.1;15.6;2.6;10.19;0;4.28;23500
+74082;44.39509;1.41731;209;20220506;20.9;8.3;14.6;2.2;10.21;0;1.87;2100
+74082;44.39509;1.41731;209;20220507;23.6;10.8;17.2;1.9;11.01;0;2.07;2600
+74082;44.39509;1.41731;209;20220508;24.4;10;17.2;1.1;11.61;0;1.59;2400
+74082;44.39509;1.41731;209;20220509;27.3;9.3;18.3;.6;11.11;0;1.47;2600
+74082;44.39509;1.41731;209;20220510;28;9.7;18.9;.7;11.31;0;1.58;2600
+74082;44.39509;1.41731;209;20220511;30.2;10.5;20.4;1.6;12.51;0;2.41;2800
+74082;44.39509;1.41731;209;20220512;24.9;14;19.5;1.6;16.01;0;1.47;1700
+74082;44.39509;1.41731;209;20220513;27.5;14.3;20.9;1;16.21;0;1.5;2400
+74082;44.39509;1.41731;209;20220514;29.3;12.4;20.9;.9;15.21;0;1.61;2600
+74082;44.39509;1.41731;209;20220515;29.4;15.5;22.5;1.9;14.41;2.9;2.46;2600
+74082;44.39509;1.41731;209;20220516;29.6;14.5;22.1;1.2;15.31;0;1.89;2700
+74082;44.39509;1.41731;209;20220517;32.4;14;23.2;.5;15.21;0;1.44;2200
+74082;44.39509;1.41731;209;20220518;31.8;17.2;24.5;1.8;15.94;.5;5.53;25126
+74082;44.39509;1.41731;209;20220519;30.5;17.5;24;2.3;16.21;.4;2.7;2400
+74082;44.39509;1.41731;209;20220520;31.5;16.1;23.8;1.4;14.71;0;2.27;2400
+74082;44.39509;1.41731;209;20220521;33.8;15.4;24.6;1.1;17.41;0;1.97;2400
+74082;44.39509;1.41731;209;20220522;31.1;17.7;24.4;1.2;19.61;3.6;1.67;2000
+74082;44.39509;1.41731;209;20220523;22.3;15.8;19.1;3.2;16.01;1;1.72;1200
+74082;44.39509;1.41731;209;20220524;18.5;12.4;15.5;2.1;12.81;1.1;1.36;1700
+74082;44.39509;1.41731;209;20220525;20.2;8.6;14.4;2.5;11.31;0;1.72;2200
+74082;44.39509;1.41731;209;20220526;21;10.6;15.8;2.4;12.41;0;1.64;1500
+74082;44.39509;1.41731;209;20220527;26.4;11.8;19.1;2.5;13.61;0;2.41;3000
+74082;44.39509;1.41731;209;20220528;27.8;12.2;20;2.3;11.91;0;2.78;3000
+74082;44.39509;1.41731;209;20220529;25.8;9.8;17.8;2.3;8.51;0;2.98;3100
+74082;44.39509;1.41731;209;20220530;27;8.2;17.6;1.2;8.01;0;2.23;2900
+74082;44.39509;1.41731;209;20220531;27.7;12.5;20.1;1;10.71;.2;1.91;2400
+74082;44.39509;1.41731;209;20220601;33.9;12.7;23.3;1.4;12.71;.2;2.67;2900
+74082;44.39509;1.41731;209;20220602;31.2;16.7;24;1.8;17.01;1;2.3;2200
+74082;44.39509;1.41731;209;20220603;33.3;17.3;25.3;2.4;17.01;14;3.08;2800
+74082;44.39509;1.41731;209;20220604;28.8;15;21.9;1.6;19.41;9.4;1.54;1800
+74082;44.39509;1.41731;209;20220605;24.1;16;20.1;2;17.21;0;1.5;1700
+74082;44.39509;1.41731;209;20220606;27.7;12.3;20;1;15.51;.2;1.5;2300
+74082;44.39509;1.41731;209;20220607;25.6;15.5;20.6;1.2;15.01;2;1.53;1700
+74082;44.39509;1.41731;209;20220608;19.8;13.4;16.6;1.9;15.11;4.8;1.07;900
+74082;44.39509;1.41731;209;20220609;20.3;12.4;16.4;2.7;14.21;.7;1.42;1500
+74082;44.39509;1.41731;209;20220610;28.1;11.7;19.9;1.1;14.01;0;1.8;3100
+74082;44.39509;1.41731;209;20220611;32.3;12.9;22.6;1;14.61;0;5.69;30300
+74082;44.39509;1.41731;209;20220612;30.6;16.7;23.7;1.4;17.21;1.7;4.92;23500
+74082;44.39509;1.41731;209;20220613;32.4;18.4;25.4;1.6;20.41;0;5.79;27800
+74082;44.39509;1.41731;209;20220614;35.7;17.2;26.5;.9;17.81;.3;5.55;26600
+74082;44.39509;1.41731;209;20220615;35.7;19.6;27.7;1.4;18.41;0;6.2;27900
+74082;44.39509;1.41731;209;20220616;37.5;18.5;28;.9;18.61;0;5.86;27400
+74082;44.39509;1.41731;209;20220617;39.8;20.1;30;1;18.31;0;6.38;28700
+74082;44.39509;1.41731;209;20220618;38;22.4;30.2;2;14.81;0;7.39;29500
+74082;44.39509;1.41731;209;20220619;35.1;20.2;27.7;2.1;15.21;.2;6.79;28000
+74082;44.39509;1.41731;209;20220620;31.1;19.9;25.5;1.6;18.81;0;4.51;18800
+74082;44.39509;1.41731;209;20220621;29.8;21.3;25.6;1.6;21.51;1.9;4.15;17800
+74082;44.39509;1.41731;209;20220622;29.2;17.2;23.2;1.7;18.71;4;4.91;24000
+74082;44.39509;1.41731;209;20220623;26.2;15.4;20.8;1;18.51;16.9;3.73;19700
+74082;44.39509;1.41731;209;20220624;25.1;16.2;20.7;2;16.71;.6;4.11;20600
+74082;44.39509;1.41731;209;20220625;25.3;12.9;19.1;2;15.61;3.2;3.69;18200
+74082;44.39509;1.41731;209;20220626;18.2;14;16.1;2.2;16.11;8.8;1.65;8000
+74082;44.39509;1.41731;209;20220627;22.9;14.4;18.7;2.1;14.91;.1;3.42;16700
+74082;44.39509;1.41731;209;20220628;26.4;13.4;19.9;1.9;12.71;0;5.6;30700
+74082;44.39509;1.41731;209;20220629;30.4;11.4;20.9;1.3;14.11;0;5.59;30200
+74082;44.39509;1.41731;209;20220630;17.7;14.5;16.1;2.2;14.61;.8;1.75;6900
+74082;44.39509;1.41731;209;20220701;24.4;11.8;18.1;1.4;12.71;0;5.02;30000
+74082;44.39509;1.41731;209;20220702;32.5;9;20.8;1.2;11.81;0;5.76;30600
+74082;44.39509;1.41731;209;20220703;31.9;15.2;23.6;1.5;15.11;.1;5.47;26100
+74082;44.39509;1.41731;209;20220704;30;17.4;23.7;2.1;16.51;.8;4.92;21000
+74082;44.39509;1.41731;209;20220705;30.6;15.8;23.2;1.8;14.51;0;6.03;29900
+74082;44.39509;1.41731;209;20220706;30.5;14.8;22.7;1.9;13.41;0;5.94;28900
+74082;44.39509;1.41731;209;20220707;29.9;15.1;22.5;2.7;13.31;0;6.42;30000
+74082;44.39509;1.41731;209;20220708;31.3;15.6;23.5;2.1;14.31;0;6.36;30600
+74082;44.39509;1.41731;209;20220709;33.8;13.9;23.9;1.9;13.11;0;6.54;30500
+74082;44.39509;1.41731;209;20220710;34.6;16.3;25.5;2;13.31;0;6.82;30500
+74082;44.39509;1.41731;209;20220711;37.6;19;28.3;1.7;13.41;0;6.97;30100
+74082;44.39509;1.41731;209;20220712;37;18.6;27.8;1.3;13.71;0;6.52;30300
+74082;44.39509;1.41731;209;20220713;36.1;17.7;26.9;1.6;12.41;0;6.64;29900
+74082;44.39509;1.41731;209;20220714;38.9;18.9;28.9;1.5;13.71;0;6.82;29600
+74082;44.39509;1.41731;209;20220715;37.3;18.1;27.7;1.2;13.81;0;6.27;29200
+74082;44.39509;1.41731;209;20220716;38.8;18.2;28.5;1.4;14.61;0;6.6;29100
+74082;44.39509;1.41731;209;20220717;38.6;19;28.8;1.6;11.41;0;6.85;29400
+74082;44.39509;1.41731;209;20220718;38.7;22.7;30.7;2.5;13.11;0;7.86;28900
+74082;44.39509;1.41731;209;20220719;36.3;22.5;29.4;1.9;16.81;12.5;6.55;26600
+74082;44.39509;1.41731;209;20220720;30.8;19.4;25.1;2.4;17.41;0;5.21;21200
+74082;44.39509;1.41731;209;20220721;35.8;15.9;25.9;1.1;15.01;0;5.9;28900
+74082;44.39509;1.41731;209;20220722;31.8;17.9;24.9;1.8;16.51;.2;5.38;24200
+74082;44.39509;1.41731;209;20220723;31.1;16.4;23.8;1.7;15.31;0;5.66;27700
+74082;44.39509;1.41731;209;20220724;37.2;14.9;26.1;1;13.91;0;5.87;28900
+74082;44.39509;1.41731;209;20220725;30.6;19.8;25.2;3.1;16.71;0;5.13;17400
+74082;44.39509;1.41731;209;20220726;29.4;16;22.7;2.5;13.71;0;5.91;27800
+74082;44.39509;1.41731;209;20220727;30.6;14.5;22.6;2.3;11.81;0;6.1;28500
+74082;44.39509;1.41731;209;20220728;31.4;14.6;23;2;13.41;0;5.69;26500
+74082;44.39509;1.41731;209;20220729;30.5;18.1;24.3;2;15.61;.2;4.48;17300
+74082;44.39509;1.41731;209;20220730;32.5;18.1;25.3;2.1;16.01;0;5.81;25600
+74082;44.39509;1.41731;209;20220731;35.5;18.2;26.9;2.2;15.41;0;6.6;27800
+74082;44.39509;1.41731;209;20220801;36.9;18.8;27.9;1.8;15.41;0;6.45;27700
+74082;44.39509;1.41731;209;20220802;37.7;17.3;27.5;1.1;13.41;0;5.84;27900
+74082;44.39509;1.41731;209;20220803;38.6;19.2;28.9;1.2;13.61;0;6;27500
+74082;44.39509;1.41731;209;20220804;37.2;21;29.1;2.2;17.81;0;6.58;26000
+74082;44.39509;1.41731;209;20220805;33.5;19.4;26.5;2.4;18.81;2.5;5.68;23400
+74082;44.39509;1.41731;209;20220806;35.4;18.9;27.2;1.6;16.91;0;5.76;25600
+74082;44.39509;1.41731;209;20220807;35.7;17;26.4;1.6;12.01;0;6.04;27500
+74082;44.39509;1.41731;209;20220808;36.1;16.4;26.3;1.6;10.21;0;6.06;27400
+74082;44.39509;1.41731;209;20220809;38.6;18.7;28.7;1.3;9.81;0;5.67;24800
+74082;44.39509;1.41731;209;20220810;38.9;18.3;28.6;1.3;10.01;0;5.87;26600
+74082;44.39509;1.41731;209;20220811;39.4;20.4;29.9;1;14.51;0;5.38;24600
+74082;44.39509;1.41731;209;20220812;41.2;21.8;31.5;1.4;19.61;0;5.86;23400
+74082;44.39509;1.41731;209;20220813;38.6;20.1;29.4;2.2;18.81;1.6;6.01;21600
+74082;44.39509;1.41731;209;20220814;28.1;20.2;24.2;2.3;20.51;4.2;3.69;15500
+74082;44.39509;1.41731;209;20220815;30.6;16.5;23.6;1.5;16.41;0;4.3;20100
+74082;44.39509;1.41731;209;20220816;31.4;14.5;23;1.3;16.51;7.4;3.55;15200
+74082;44.39509;1.41731;209;20220817;27;15.8;21.4;1.7;17.31;.8;3.92;20400
+74082;44.39509;1.41731;209;20220818;29.3;15.5;22.4;2.6;15.61;.4;4.96;23000
+74082;44.39509;1.41731;209;20220819;27.9;16.8;22.4;2.5;16.61;0;3.48;12300
+74082;44.39509;1.41731;209;20220820;30.3;17;23.7;1.6;17.71;0;4.51;22400
+74082;44.39509;1.41731;209;20220821;30.5;15.8;23.2;1.8;16.71;0;4.14;18500
+74082;44.39509;1.41731;209;20220822;26.7;19.2;23;2.4;18.01;.8;3.25;12000
+74082;44.39509;1.41731;209;20220823;31.4;16.7;24.1;1.7;17.91;0;4.48;21300
+74082;44.39509;1.41731;209;20220824;35.7;16.5;26.1;.9;16.11;.3;4.66;23700
+74082;44.39509;1.41731;209;20220825;32.9;21.4;27.2;1.6;17.71;.8;4.46;18600
+74082;44.39509;1.41731;209;20220826;31.3;17.9;24.6;1.6;17.91;0;4.21;19400
+74082;44.39509;1.41731;209;20220827;32.2;16.2;24.2;1.2;14.81;0;4.38;22000
+74082;44.39509;1.41731;209;20220828;35.4;15;25.2;1;12.51;0;4.63;24000
+74082;44.39509;1.41731;209;20220829;35;16.8;25.9;.9;13.81;2.4;3.56;15400
+74082;44.39509;1.41731;209;20220830;33.4;16.7;25.1;2.3;17.61;0;4.73;20754
+74082;44.39509;1.41731;209;20220831;34.1;16.1;25.1;1.7;15.21;0;4.61;19800
+74082;44.39509;1.41731;209;20220901;29.8;18.4;24.1;1.5;18.41;3.4;3.4;14900
+74082;44.39509;1.41731;209;20220902;26.6;17.5;22.1;1.5;18.61;6.9;2.69;12100
+74082;44.39509;1.41731;209;20220903;27.8;16.6;22.2;1.4;17.01;0;3.49;18000
+74082;44.39509;1.41731;209;20220904;32.2;15.6;23.9;1.5;16.81;0;4.27;21100
+74082;44.39509;1.41731;209;20220905;33.5;18.6;26.1;1.4;18.91;6.2;4.24;19900
+74082;44.39509;1.41731;209;20220906;33;17.1;25.1;1.9;18.71;.7;4.29;18900
+74082;44.39509;1.41731;209;20220907;27.7;16.6;22.2;1.7;16.01;0;3.02;12400
+74082;44.39509;1.41731;209;20220908;26.3;14;20.2;1.1;14.81;1.4;3.04;16900
+74082;44.39509;1.41731;209;20220909;24;15.3;19.7;2.1;15.61;.8;2.77;13000
+74082;44.39509;1.41731;209;20220910;26.5;11.8;19.2;.8;13.21;0;3.25;21000
+74082;44.39509;1.41731;209;20220911;34;11.7;22.9;1;11.91;0;3.89;21100
+74082;44.39509;1.41731;209;20220912;35.1;15.4;25.3;2.2;14.81;0;4.93;19700
+74082;44.39509;1.41731;209;20220913;31.1;20.1;25.6;2.3;19.51;.6;3.21;9400
+74082;44.39509;1.41731;209;20220914;30.6;18;24.3;1.5;17.31;5.4;3.22;13600
+74082;44.39509;1.41731;209;20220915;29.9;15.8;22.9;1.6;17.01;0;3.71;19300
+74082;44.39509;1.41731;209;20220916;27;17.1;22.1;2.3;15.31;0;3.57;16100
+74082;44.39509;1.41731;209;20220917;21.9;10.1;16;1.9;8.91;0;3.35;20700
+74082;44.39509;1.41731;209;20220918;27.1;5.3;16.2;1.5;7.11;0;3.54;20400
+74082;44.39509;1.41731;209;20220919;26.3;7.4;16.9;1.4;7.81;0;3.34;19900
+74082;44.39509;1.41731;209;20220920;25.8;8.1;17;1.3;8.51;0;3.19;19900
+74082;44.39509;1.41731;209;20220921;26.1;6.6;16.4;.8;8.31;0;2.76;19400
+74082;44.39509;1.41731;209;20220922;26.7;9.1;17.9;1;9.01;0;2.95;19100
+74082;44.39509;1.41731;209;20220923;24.1;10.4;17.3;.8;11.91;5.7;1.92;10000
+74082;44.39509;1.41731;209;20220924;19.2;13.8;16.5;1.8;14.91;1.4;1.65;8500
+74082;44.39509;1.41731;209;20220925;20.2;10.3;15.3;1.2;12.31;.1;1.77;9800
+74082;44.39509;1.41731;209;20220926;19;5.9;12.5;1.8;10.91;2.5;1.93;12600
+74082;44.39509;1.41731;209;20220927;16.3;11.5;13.9;3.3;13.41;7;1.46;8200
+74082;44.39509;1.41731;209;20220928;19.7;13.8;16.8;4.7;15.31;8.4;2.03;9800
+74082;44.39509;1.41731;209;20220929;15.7;12.1;13.9;2.2;13.21;9.1;1.3;6800
+74082;44.39509;1.41731;209;20220930;18.8;8.8;13.8;2;10.91;.2;2.13;13800
+74082;44.39509;1.41731;209;20221001;20.1;10.3;15.2;2.7;13.41;.3;1.69;7000
+74082;44.39509;1.41731;209;20221002;24;14.6;19.3;1.2;15.61;0;2.02;11100
+74082;44.39509;1.41731;209;20221003;24.3;11.5;17.9;.8;13.61;.1;2.22;16100
+74082;44.39509;1.41731;209;20221004;25.9;9.3;17.6;.5;12.41;.1;2.13;16800
+74082;44.39509;1.41731;209;20221005;26;9.2;17.6;.9;13.31;.1;2.27;16200
+74082;44.39509;1.41731;209;20221006;21.8;15.7;18.8;.8;15.91;.1;1.51;8300
+74082;44.39509;1.41731;209;20221007;24.6;9.9;17.3;.8;13.81;0;2.01;14700
+74082;44.39509;1.41731;209;20221008;22.8;12.5;17.7;.9;15.11;10.7;1.59;9600
+74082;44.39509;1.41731;209;20221009;24.3;10.7;17.5;1.4;13.31;.1;2.24;14900
+74082;44.39509;1.41731;209;20221010;23.8;11.7;17.8;.8;14.51;0;1.62;10100
+74082;44.39509;1.41731;209;20221011;23.2;12.6;17.9;.7;15.11;0;1.54;10000
+74082;44.39509;1.41731;209;20221012;24.9;13.7;19.3;.9;15.41;.7;1.76;10700
+74082;44.39509;1.41731;209;20221013;20.3;11.7;16;1.2;14.71;3;1.29;7400
+74082;44.39509;1.41731;209;20221014;20.6;15.6;18.1;2.8;16.81;.9;1.45;5600
+74082;44.39509;1.41731;209;20221015;27.3;13.7;20.5;1.2;14.41;0;2.21;13700
+74082;44.39509;1.41731;209;20221016;26.6;15.7;21.2;2;15.91;0;2.46;12800
+74082;44.39509;1.41731;209;20221017;24.8;18.2;21.5;2;16.81;.2;2.03;7800
+74082;44.39509;1.41731;209;20221018;27.5;14.7;21.1;2.2;16.91;0;2.49;13200
+74082;44.39509;1.41731;209;20221019;25.9;14.2;20.1;2.2;16.21;3.6;1.99;7200
+74082;44.39509;1.41731;209;20221020;22.7;17.6;20.2;3.5;17.81;1.8;1.79;4600
+74082;44.39509;1.41731;209;20221021;22.5;15.5;19;1.6;15.91;1.5;1.49;6400
+74082;44.39509;1.41731;209;20221022;24.8;11.7;18.3;1.5;13.71;0;1.93;12700
+74082;44.39509;1.41731;209;20221023;24.6;14.7;19.7;2.1;13.41;0;1.95;2900
+74082;44.39509;1.41731;209;20221024;23.7;12;17.9;.8;13.01;0;1.43;10300
+74082;44.39509;1.41731;209;20221025;24;10.2;17.1;1.6;13.01;0;1.65;7600
+74082;44.39509;1.41731;209;20221026;24.7;11.5;18.1;1.4;14.71;.1;1.57;8800
+74082;44.39509;1.41731;209;20221027;26.2;13.1;19.7;1.8;15.81;0;1.79;8100
+74082;44.39509;1.41731;209;20221028;25.6;18.4;22;2.9;14.81;0;2.61;7800
+74082;44.39509;1.41731;209;20221029;27.3;14;20.7;1.6;11.41;0;2.15;9900
+74082;44.39509;1.41731;209;20221030;24;11.5;17.8;1.1;12.61;0;1.48;10900
+74082;44.39509;1.41731;209;20221031;23.9;12.8;18.4;1.6;14.41;2.3;1.49;6100
+74082;44.39509;1.41731;209;20221101;19;13.8;16.4;1.1;13.51;.1;1.11;7000
+74082;44.39509;1.41731;209;20221102;19.4;7.2;13.3;.7;10.91;.1;.99;10500
+74082;44.39509;1.41731;209;20221103;17.2;8.3;12.8;2.2;11.11;4.4;1.14;2900
+74082;44.39509;1.41731;209;20221104;12.3;9.9;11.1;4.1;10.71;4.6;1.08;6400
+74082;44.39509;1.41731;209;20221105;15.1;4.4;9.8;1.1;8.41;.1;.92;9900
+74082;44.39509;1.41731;209;20221106;16;1.7;8.9;1.1;8.41;.4;.88;8900
+74082;44.39509;1.41731;209;20221107;19.9;4.8;12.4;1.4;10.01;0;1.16;10300
+74082;44.39509;1.41731;209;20221108;19.4;9.4;14.4;1.9;12.51;0;1.12;4700
+74082;44.39509;1.41731;209;20221109;17.5;12.6;15.1;1.6;14.31;3.2;.83;3600
+74082;44.39509;1.41731;209;20221110;18;10.1;14.1;1.2;11.71;.1;.94;8800
+74082;44.39509;1.41731;209;20221111;21.8;5.3;13.6;2;11.11;0;1.37;9800
+74082;44.39509;1.41731;209;20221112;22.6;9.4;16;1.8;11.81;0;1.41;9500
+74082;44.39509;1.41731;209;20221113;23.5;7.1;15.3;.5;9.31;0;.74;10000
+74082;44.39509;1.41731;209;20221114;16.4;10.1;13.3;1.6;12.21;3.4;.83;3100
+74082;44.39509;1.41731;209;20221115;16.6;9.8;13.2;1.4;12.81;7.9;.72;4200
+74082;44.39509;1.41731;209;20221116;16.8;10.5;13.7;3;12.21;.3;1.09;8400
+74082;44.39509;1.41731;209;20221117;17;12.2;14.6;3.1;12.41;4;1.24;5200
+74082;44.39509;1.41731;209;20221118;12.1;8.6;10.4;2.4;10.81;3.1;.67;4000
+74082;44.39509;1.41731;209;20221119;11.8;7.3;9.6;2;9.61;.8;.7;5800
+74082;44.39509;1.41731;209;20221120;9;1.5;5.3;1.6;8.61;2.1;.37;3000
+74082;44.39509;1.41731;209;20221121;11;7.4;9.2;2.9;10.31;20.2;.62;1400
+74082;44.39509;1.41731;209;20221122;9.1;5.7;7.4;3.8;9.21;14.5;.54;4200
+74082;44.39509;1.41731;209;20221123;15.3;7.5;11.4;3.6;10.81;4.8;1.01;4700
+74082;44.39509;1.41731;209;20221124;12.8;5.2;9;1.8;10.21;3.1;.51;5600
+74082;44.39509;1.41731;209;20221125;11.1;8.4;9.8;2.3;10.51;6.7;.6;2500
+74082;44.39509;1.41731;209;20221126;10.1;1.2;5.7;.6;8.11;.3;.34;5500
+74082;44.39509;1.41731;209;20221127;11.5;1.4;6.5;1;7.91;7;.44;6000
+74082;44.39509;1.41731;209;20221128;12.2;8;10.1;3.6;10.71;5.2;.65;5000
+74082;44.39509;1.41731;209;20221129;11.4;6.8;9.1;1.4;9.41;.2;.52;5000
+74082;44.39509;1.41731;209;20221130;9.8;4.2;7;.9;7.81;0;.44;5000
+74082;44.39509;1.41731;209;20221201;8.5;-2.4;3.1;.5;6.71;.1;.31;4300
+74082;44.39509;1.41731;209;20221202;6.5;4.1;5.3;.4;7.91;0;.36;2500
+74082;44.39509;1.41731;209;20221203;7.5;3.6;5.6;.5;7.71;3.6;.35;3400
+74082;44.39509;1.41731;209;20221204;9.1;4.1;6.6;.6;7.61;0;.36;4600
+74082;44.39509;1.41731;209;20221205;10.5;-2.2;4.2;.9;6.01;.1;.36;6900
+74082;44.39509;1.41731;209;20221206;11.4;1.2;6.3;.4;6.41;0;.31;5300
+74082;44.39509;1.41731;209;20221207;10.2;-.7;4.8;.5;6.11;0;.2;7400
+74082;44.39509;1.41731;209;20221208;7.4;-1.1;3.2;.9;6.41;4.9;.4;2800
+74082;44.39509;1.41731;209;20221209;9.3;4.8;7.1;.9;9.21;1.8;.39;2000
+74082;44.39509;1.41731;209;20221210;1.5;.5;1;2.4;5.81;0;.36;2400
+74082;44.39509;1.41731;209;20221211;4.3;-7.8;-1.7;.6;4.21;.1;.17;6700
+74082;44.39509;1.41731;209;20221212;3.4;-5.2;-.9;1.3;5.31;9.8;.3;2500
+74082;44.39509;1.41731;209;20221213;10.2;3.2;6.7;3;10.21;1.4;.17;1900
+74082;44.39509;1.41731;209;20221214;12.4;8.7;10.6;1.8;11.61;2.3;.44;2800
+74082;44.39509;1.41731;209;20221215;10.4;7.1;8.8;1;10.51;1.1;.42;1300
+74082;44.39509;1.41731;209;20221216;9.6;8;8.8;1.4;9.61;.4;.41;4200
+74082;44.39509;1.41731;209;20221217;7;-2.4;2.3;1.2;5.81;0;.2;7900
+74082;44.39509;1.41731;209;20221218;12.3;-2.6;4.9;1.8;6.91;.1;.5;7000
+74082;44.39509;1.41731;209;20221219;16.5;8.1;12.3;3.6;10.71;0;1.09;5600
+74082;44.39509;1.41731;209;20221220;15.9;12;14;2.8;11.41;.3;1.16;2600
+74082;44.39509;1.41731;209;20221221;15.5;9.9;12.7;2.3;12.21;.3;.63;4800
+74082;44.39509;1.41731;209;20221222;14.8;10.9;12.9;3;12.81;4.3;.67;3100
+74082;44.39509;1.41731;209;20221223;16.8;12.9;14.9;2.1;13.81;0;.66;5200
+74082;44.39509;1.41731;209;20221224;16.9;11.5;14.2;1.2;12.31;0;.55;5500
+74082;44.39509;1.41731;209;20221225;18.1;6;12.1;1.2;9.91;0;.58;6600
+74082;44.39509;1.41731;209;20221226;14.5;7.4;11;1.2;11.41;.6;.45;3700
+74082;44.39509;1.41731;209;20221227;14.8;8.8;11.8;.8;10.71;.1;.41;5300
+74082;44.39509;1.41731;209;20221228;15.9;3.1;9.5;1.3;9.21;0;.5;6600
+74082;44.39509;1.41731;209;20221229;12.3;8.4;10.4;2.3;10.71;4.7;.61;2600
+74082;44.39509;1.41731;209;20221230;14.4;8.6;11.5;2.6;11.21;1;.75;2800
+74082;44.39509;1.41731;209;20221231;17.4;7.6;12.5;1.7;11.21;0;.65;6300
+74083;44.42045;1.72902;260;20220101;18.5;4.7;11.6;1.6;8.67;0;.89;5820
+74083;44.42045;1.72902;260;20220102;12;4.1;8.1;1.3;8.91;.1;.54;4158
+74083;44.42045;1.72902;260;20220103;13;4.4;8.7;1.6;10.11;0;.47;4344
+74083;44.42045;1.72902;260;20220104;17.1;5.6;11.4;2.4;9.57;6.5;1.06;5729
+74083;44.42045;1.72902;260;20220105;6.1;2.3;4.2;2.9;6.41;0;.66;3751
+74083;44.42045;1.72902;260;20220106;5.7;-1.4;2.2;2;5.11;.1;.57;5201
+74083;44.42045;1.72902;260;20220107;4.4;-3.8;.3;1.5;6.11;5.2;.23;3809
+74083;44.42045;1.72902;260;20220108;9.8;3;6.4;4.9;9.64;6.3;.18;4032
+74083;44.42045;1.72902;260;20220109;7.1;5.8;6.5;2.7;8.97;17.5;.42;1354
+74083;44.42045;1.72902;260;20220110;7.2;6.4;6.8;1.5;8.81;1;.48;1052
+74083;44.42045;1.72902;260;20220111;7.6;-.3;3.7;1.3;6.04;.1;.45;5888
+74083;44.42045;1.72902;260;20220112;6.3;-4.1;1.1;1.3;5.01;0;.43;6030
+74083;44.42045;1.72902;260;20220113;2.6;-3.8;-.6;1;4.94;0;.4;4263
+74083;44.42045;1.72902;260;20220114;12.8;-5.2;3.8;1;5.14;0;.58;7852
+74083;44.42045;1.72902;260;20220115;9;-3.8;2.6;.9;5.27;.1;.45;7041
+74083;44.42045;1.72902;260;20220116;8.2;-5.8;1.2;1;4.97;.1;.43;7236
+74083;44.42045;1.72902;260;20220117;6;-4.7;.7;.7;5.51;.1;.34;6285
+74083;44.42045;1.72902;260;20220118;.5;-1.7;-.6;.7;5.74;.1;.27;2248
+74083;44.42045;1.72902;260;20220119;3.4;-.4;1.5;1.2;6.61;1.1;.3;2559
+74083;44.42045;1.72902;260;20220120;6.8;-.6;3.1;1.9;6.51;.1;.48;4819
+74083;44.42045;1.72902;260;20220121;6.5;-1.2;2.6;2.1;4.81;.1;.79;6311
+74083;44.42045;1.72902;260;20220122;7.8;-4.8;1.5;.9;4.71;0;.5;7823
+74083;44.42045;1.72902;260;20220123;12.8;-2.6;5.1;1.2;5.44;0;.75;8439
+74083;44.42045;1.72902;260;20220124;12.8;-1.6;5.6;1.2;5.71;0;.82;8155
+74083;44.42045;1.72902;260;20220125;11.6;-2.2;4.7;1;6.04;0;.62;8058
+74083;44.42045;1.72902;260;20220126;11.8;-2.5;4.7;1;6.04;0;.64;8333
+74083;44.42045;1.72902;260;20220127;5.8;-3.8;1;1.3;5.61;.1;.53;7160
+74083;44.42045;1.72902;260;20220128;-.2;-2.6;-1.4;.6;5.41;0;.31;2370
+74083;44.42045;1.72902;260;20220129;1.5;-1.6;-.1;.6;5.77;0;.35;3168
+74083;44.42045;1.72902;260;20220130;4.4;-.6;1.9;1.1;7.01;.2;.33;3677
+74083;44.42045;1.72902;260;20220131;7.5;3.5;5.5;3.5;8.21;1.3;.52;3926
+74083;44.42045;1.72902;260;20220201;6.1;.6;3.3;3.6;7.51;1.3;.34;4330
+74083;44.42045;1.72902;260;20220202;9.5;5.4;7.5;2.5;9.37;.2;.55;3900
+74083;44.42045;1.72902;260;20220203;7.8;1.9;4.8;1.8;7.97;.2;.54;5484
+74083;44.42045;1.72902;260;20220204;8.9;5.2;7.1;1.3;9.77;2.3;.45;3047
+74083;44.42045;1.72902;260;20220205;9.6;6.4;8;2.1;8.07;.2;.9;4085
+74083;44.42045;1.72902;260;20220206;7.8;-2.1;2.8;2.6;7.54;2;.4;6345
+74083;44.42045;1.72902;260;20220207;10.9;7.2;9.1;3.7;9.14;.6;1.04;4442
+74083;44.42045;1.72902;260;20220208;14.9;-1.9;6.5;1.1;6.27;0;1.07;10856
+74083;44.42045;1.72902;260;20220209;16;1.4;8.7;1.9;6.84;0;1.44;10509
+74083;44.42045;1.72902;260;20220210;6;1.9;4;1.5;8;.4;1.27;10900
+74083;44.42045;1.72902;260;20220211;13;7.2;10.1;2.1;8.09;0;1.36;8750
+74083;44.42045;1.72902;260;20220212;13.5;-1.1;6.2;2;5.34;0;1.51;9600
+74083;44.42045;1.72902;260;20220213;16.2;4.9;10.5;4;8.49;3.6;1.94;10650
+74083;44.42045;1.72902;260;20220214;12.3;7;9.6;3.4;9.44;6.2;1.16;6300
+74083;44.42045;1.72902;260;20220215;8.8;5.3;7;2.8;8.94;6.8;.84;5400
+74083;44.42045;1.72902;260;20220216;12.1;7.1;9.6;4.6;11.27;6.2;.63;4715
+74083;44.42045;1.72902;260;20220217;13;10.5;11.8;3.8;12.94;1.3;.67;3851
+74083;44.42045;1.72902;260;20220218;13.9;9.8;11.9;2.4;11.41;.2;1.04;5295
+74083;44.42045;1.72902;260;20220219;10.9;6;8.4;2.3;7.67;0;1.22;7054
+74083;44.42045;1.72902;260;20220220;9.7;1.2;5.4;2.5;8.84;3.5;.63;7467
+74083;44.42045;1.72902;260;20220221;10.5;8.6;9.6;5.2;9.04;1.1;1.36;4187
+74083;44.42045;1.72902;260;20220222;12.9;6.4;9.6;2.6;8.81;0;1.31;7986
+74083;44.42045;1.72902;260;20220223;15.6;3.7;9.7;1.2;8.41;0;1.33;11430
+74083;44.42045;1.72902;260;20220224;14.8;4.8;9.8;2.9;8.81;.1;1.57;9352
+74083;44.42045;1.72902;260;20220225;10.9;3.1;7;3;6.37;0;1.59;9902
+74083;44.42045;1.72902;260;20220226;14.3;-.3;7;2.7;4.84;0;2.17;13429
+74083;44.42045;1.72902;260;20220227;15.6;.8;8.2;1.9;6.41;0;1.74;12321
+74083;44.42045;1.72902;260;20220228;16.5;1.8;9.2;1.6;7.41;0;1.67;12659
+74083;44.42045;1.72902;260;20220301;16.7;.6;8.7;1.9;7.17;0;1.85;13806
+74083;44.42045;1.72902;260;20220302;11.1;4.6;7.8;1.7;9.14;2.3;.94;6393
+74083;44.42045;1.72902;260;20220303;15.9;6;11;1.1;9.71;0;1.41;11072
+74083;44.42045;1.72902;260;20220304;9.9;5.2;7.5;2.4;9.64;3.7;.81;6180
+74083;44.42045;1.72902;260;20220305;8;6.1;7.1;2.5;9.27;0;.71;3568
+74083;44.42045;1.72902;260;20220306;11.8;4.2;8;1.5;6.47;0;1.47;10601
+74083;44.42045;1.72902;260;20220307;11.2;-2.7;4.3;2;5.61;0;1.63;14443
+74083;44.42045;1.72902;260;20220308;14.9;2.8;8.8;2.8;8.01;1.5;1.85;11731
+74083;44.42045;1.72902;260;20220309;15.3;5.6;10.5;3;8.91;0;1.95;12440
+74083;44.42045;1.72902;260;20220310;15.4;7.1;11.3;2.9;9.54;2.3;1.84;9498
+74083;44.42045;1.72902;260;20220311;13.1;9.4;11.3;5;9.61;9.5;1.81;5990
+74083;44.42045;1.72902;260;20220312;9.4;7.9;8.6;3;9.57;9.9;.9;3483
+74083;44.42045;1.72902;260;20220313;10.7;6.2;8.5;3.3;8.37;22;1.34;4861
+74083;44.42045;1.72902;260;20220314;13.3;1.9;7.6;5.3;9.04;.5;1.44;10479
+74083;44.42045;1.72902;260;20220315;15.9;12.1;14;7;10.71;0;2.69;8716
+74083;44.42045;1.72902;260;20220316;16.4;10.9;13.6;2.9;10.81;0;1.95;7683
+74083;44.42045;1.72902;260;20220317;15.9;10;13;2;10.61;2.7;1.68;8219
+74083;44.42045;1.72902;260;20220318;15.2;7.2;11.2;1.5;9.64;0;1.56;8550
+74083;44.42045;1.72902;260;20220319;17.3;8.1;12.7;3.5;7.74;0;3.05;15900
+74083;44.42045;1.72902;260;20220320;16.3;6;11.1;4.8;8.29;0;2.63;10700
+74083;44.42045;1.72902;260;20220321;14.9;9.6;12.3;6.8;7.69;0;3.71;15100
+74083;44.42045;1.72902;260;20220322;15.4;6.9;11.2;6.2;5.94;0;4.03;19000
+74083;44.42045;1.72902;260;20220323;16;3.8;9.9;3.8;5.24;0;3.45;20050
+74083;44.42045;1.72902;260;20220324;18.8;1.4;10.1;3.4;5.49;0;3.66;20300
+74083;44.42045;1.72902;260;20220325;19.5;6.5;13;2.8;4.74;0;3.68;16150
+74083;44.42045;1.72902;260;20220326;20.2;4.2;12.2;3.5;5.14;0;4.14;20350
+74083;44.42045;1.72902;260;20220327;21;6.3;13.7;3.7;6.09;0;4.24;18350
+74083;44.42045;1.72902;260;20220328;21.9;9.5;15.7;3.6;5.89;0;4.5;17400
+74083;44.42045;1.72902;260;20220329;18.8;8.6;13.7;1.9;8.14;3.4;2.55;11150
+74083;44.42045;1.72902;260;20220330;14.2;9.5;11.8;1.7;10.84;2.7;1.32;6000
+74083;44.42045;1.72902;260;20220331;14.3;8.1;11.2;3.8;8.54;2.5;2.66;13400
+74083;44.42045;1.72902;260;20220401;6.7;.5;3.6;4.2;5.4;1;1.71;11600
+74083;44.42045;1.72902;260;20220402;7.1;-.1;3.5;3.7;4.9;0;1.76;9800
+74083;44.42045;1.72902;260;20220403;5.8;-2.5;1.6;2.7;5.12;0;1.43;11636
+74083;44.42045;1.72902;260;20220404;11.6;-.6;5.5;1.8;4.8;0;2.51;21700
+74083;44.42045;1.72902;260;20220405;13.8;-2.1;5.9;1.8;6.3;0;2.29;18900
+74083;44.42045;1.72902;260;20220406;11.3;3.9;7.6;2;9.64;1.3;.88;4650
+74083;44.42045;1.72902;260;20220407;14.4;8.5;11.4;4.3;11.49;8.3;1.97;8200
+74083;44.42045;1.72902;260;20220408;18.2;10.8;14.5;4.4;11.14;1.5;3;11750
+74083;44.42045;1.72902;260;20220409;13.5;4.9;9.2;2.8;7.09;0;2.63;15600
+74083;44.42045;1.72902;260;20220410;19.5;-.1;9.7;2.6;5.54;0;3.89;23700
+74083;44.42045;1.72902;260;20220411;18.6;9.3;13.9;6;8.74;0;4.3;20050
+74083;44.42045;1.72902;260;20220412;18.4;11.7;15;5.2;9.14;0;3.95;14900
+74083;44.42045;1.72902;260;20220413;14.3;10.1;12.2;1.3;10.64;1.2;1.37;5300
+74083;44.42045;1.72902;260;20220414;23.4;4.7;14;1.5;10.69;0;3.55;23150
+74083;44.42045;1.72902;260;20220415;24.6;8.1;16.4;1.6;12.09;0;3.65;21850
+74083;44.42045;1.72902;260;20220416;24;8.3;16.1;2;11.04;0;3.83;21000
+74083;44.42045;1.72902;260;20220417;23.8;4.3;14.1;1.7;8.99;0;3.95;24600
+74083;44.42045;1.72902;260;20220418;19.5;8.4;14;2;10.54;0;2.97;16900
+74083;44.42045;1.72902;260;20220419;17;5.7;11.3;1.9;11.14;6.7;1.81;10400
+74083;44.42045;1.72902;260;20220420;13.3;8.6;11;1.8;11.39;6.1;1.21;6050
+74083;44.42045;1.72902;260;20220421;14.5;9.5;12;1.9;12.24;.9;1.08;4950
+74083;44.42045;1.72902;260;20220422;19.2;10.4;14.8;1.4;12.29;.2;2.61;15050
+74083;44.42045;1.72902;260;20220423;16.7;11.3;14;3.9;10.44;25;2.18;4200
+74083;44.42045;1.72902;260;20220424;15.6;8.1;11.8;3.4;11.59;7.1;1.62;6200
+74083;44.42045;1.72902;260;20220425;17.8;6.3;12;1.3;9.94;0;2.88;18900
+74083;44.42045;1.72902;260;20220426;21.9;4.5;13.2;1.8;8.99;0;4.06;26150
+74083;44.42045;1.72902;260;20220427;24.1;7.9;16;1.7;11.1;0;3.89;22400
+74083;44.42045;1.72902;260;20220428;22.2;11.3;16.7;1.8;13.74;0;3.11;17150
+74083;44.42045;1.72902;260;20220429;22.1;11.9;17;2;13.69;.1;3.4;17900
+74083;44.42045;1.72902;260;20220430;22;10.1;16.1;2.1;11.69;0;3.95;22450
+74083;44.42045;1.72902;260;20220501;20.5;5.4;12.9;1.4;9.79;0;3.38;21350
+74083;44.42045;1.72902;260;20220502;21;7;14;1.8;10.69;0;3.31;19250
+74083;44.42045;1.72902;260;20220503;21.6;10.7;16.2;1.7;12.44;8.1;3.2;17150
+74083;44.42045;1.72902;260;20220504;20.4;10.4;15.4;1.3;12.54;.2;3.11;18450
+74083;44.42045;1.72902;260;20220505;20.4;9.2;14.8;2;10.59;.1;3.54;20200
+74083;44.42045;1.72902;260;20220506;19.7;7.5;13.6;2.3;10.17;0;2.82;14149
+74083;44.42045;1.72902;260;20220507;22.7;8.8;15.8;1.9;10.77;0;3.28;16147
+74083;44.42045;1.72902;260;20220508;23.8;9;16.4;1.3;11.27;0;3.14;16424
+74083;44.42045;1.72902;260;20220509;26.2;9.2;17.7;1.2;11.34;0;3.36;16971
+74083;44.42045;1.72902;260;20220510;27.2;9.5;18.3;1.5;11.84;0;3.65;17492
+74083;44.42045;1.72902;260;20220511;29.7;11.4;20.6;2.2;12.51;0;4.51;17861
+74083;44.42045;1.72902;260;20220512;24.5;13.9;19.2;1.5;15.67;0;2.94;13892
+74083;44.42045;1.72902;260;20220513;26.5;14.2;20.3;1.1;15.87;0;3.06;14514
+74083;44.42045;1.72902;260;20220514;29;12.4;20.7;1.3;15.11;0;3.73;17640
+74083;44.42045;1.72902;260;20220515;28.9;15.2;22;2.3;13.64;1.2;4.32;15947
+74083;44.42045;1.72902;260;20220516;29.1;13.5;21.3;1.3;14.27;0;3.82;17644
+74083;44.42045;1.72902;260;20220517;32;14;23;1.7;14.94;0;4.43;18486
+74083;44.42045;1.72902;260;20220518;32.3;16.4;24.3;1.6;16.11;.1;5.55;26626
+74083;44.42045;1.72902;260;20220519;30;17.5;23.8;2.5;15.27;.4;4.46;15015
+74083;44.42045;1.72902;260;20220520;30.9;17.5;24.2;2.7;14.37;0;4.78;15234
+74083;44.42045;1.72902;260;20220521;33.6;15.2;24.4;1.4;17.11;0;4.51;19126
+74083;44.42045;1.72902;260;20220522;31.5;17.3;24.4;1.3;19.31;6.6;3.93;16835
+74083;44.42045;1.72902;260;20220523;21.5;15.7;18.6;3;15.91;2.1;2.52;9617
+74083;44.42045;1.72902;260;20220524;18;12.1;15.1;2.1;12.84;.3;2.28;10837
+74083;44.42045;1.72902;260;20220525;19.6;8.5;14;2.6;11.31;0;2.87;14583
+74083;44.42045;1.72902;260;20220526;19.5;9.3;14.4;2.6;12.07;0;2.7;13887
+74083;44.42045;1.72902;260;20220527;25.5;11.2;18.4;2.1;13.61;.1;3.75;17394
+74083;44.42045;1.72902;260;20220528;26.8;10.8;18.8;1.9;11.98;0;4.44;21642
+74083;44.42045;1.72902;260;20220529;24.6;8;16.3;2;8.88;0;4.43;22486
+74083;44.42045;1.72902;260;20220530;25.6;7.3;16.5;1.2;8.96;.3;4.03;22300
+74083;44.42045;1.72902;260;20220531;26.4;12.3;19.3;1.6;11.31;.4;3.72;16617
+74083;44.42045;1.72902;260;20220601;32.5;13.2;22.8;1.9;13.41;.3;4.88;19448
+74083;44.42045;1.72902;260;20220602;30.9;15.6;23.2;1.5;16.44;.6;4.3;18259
+74083;44.42045;1.72902;260;20220603;32.4;16.9;24.6;2.3;16.76;24.4;5.2;20060
+74083;44.42045;1.72902;260;20220604;28;14.8;21.4;1.7;19.58;15.5;3.68;17645
+74083;44.42045;1.72902;260;20220605;23.5;15.9;19.7;1.8;17.41;.1;2.9;13393
+74083;44.42045;1.72902;260;20220606;26.6;12;19.3;1.1;15.68;.1;3.6;19028
+74083;44.42045;1.72902;260;20220607;24.2;14.8;19.5;1.3;15.28;1.2;3.22;15880
+74083;44.42045;1.72902;260;20220608;19.2;13;16.1;1.8;15.24;4.7;2.1;10669
+74083;44.42045;1.72902;260;20220609;19.8;12.2;16;2.4;13.91;.4;2.53;12188
+74083;44.42045;1.72902;260;20220610;27.3;10.8;19.1;1.4;14.24;0;3.8;19225
+74083;44.42045;1.72902;260;20220611;31.6;13.2;22.4;1.4;14.54;0;5.69;28709
+74083;44.42045;1.72902;260;20220612;30;15.3;22.6;1.4;17.47;1.3;5.05;25204
+74083;44.42045;1.72902;260;20220613;31.1;18.3;24.7;1.8;20.41;0;5.19;24366
+74083;44.42045;1.72902;260;20220614;34.9;17.3;26.1;1.5;17.94;.3;5.98;27067
+74083;44.42045;1.72902;260;20220615;34.5;19;26.8;1.9;18.94;0;6.1;26594
+74083;44.42045;1.72902;260;20220616;36;18.5;27.2;1.2;19.37;0;5.85;26945
+74083;44.42045;1.72902;260;20220617;38.3;19.5;28.9;1.6;17.87;0;6.66;28323
+74083;44.42045;1.72902;260;20220618;37.6;22.7;30.2;3;14.47;0;7.93;26560
+74083;44.42045;1.72902;260;20220619;35;21.7;28.3;3.2;14.74;0;7.34;24434
+74083;44.42045;1.72902;260;20220620;31.3;18.8;25;1.6;18.27;0;5.1;22777
+74083;44.42045;1.72902;260;20220621;29.6;20.1;24.9;1.6;20.44;1.4;4.53;20265
+74083;44.42045;1.72902;260;20220622;28.5;16.7;22.6;1.9;18.37;1;4.71;22758
+74083;44.42045;1.72902;260;20220623;25.8;15.7;20.8;1.6;18.01;20.7;3.88;19758
+74083;44.42045;1.72902;260;20220624;24.5;15.8;20.1;2;16.44;1.8;3.87;19473
+74083;44.42045;1.72902;260;20220625;25.5;13.2;19.4;2.6;15.77;3.5;4.33;21610
+74083;44.42045;1.72902;260;20220626;18.2;14.2;16.2;2.1;16.44;13.7;2.09;11446
+74083;44.42045;1.72902;260;20220627;22.2;14.2;18.2;2.1;15.37;0;3.39;17661
+74083;44.42045;1.72902;260;20220628;25.7;13.1;19.4;1.9;13.21;0;4.83;25530
+74083;44.42045;1.72902;260;20220629;29.2;11.2;20.2;1.6;14.17;.1;5.32;28432
+74083;44.42045;1.72902;260;20220630;17.4;14.6;16;2.2;14.97;1.1;1.8;7927
+74083;44.42045;1.72902;260;20220701;23.6;11.3;17.4;1.4;12.61;0;4.31;25229
+74083;44.42045;1.72902;260;20220702;31.5;9.4;20.4;1.4;12.41;0;5.74;30314
+74083;44.42045;1.72902;260;20220703;31;14.9;23;1.5;15.81;.3;5.28;25837
+74083;44.42045;1.72902;260;20220704;28.7;16.6;22.7;1.7;17.51;.9;4.61;21924
+74083;44.42045;1.72902;260;20220705;29.9;15.2;22.6;1.6;15.64;0;5.3;26327
+74083;44.42045;1.72902;260;20220706;29.7;14.5;22.1;1.7;13.57;0;5.4;26514
+74083;44.42045;1.72902;260;20220707;28.9;13.7;21.3;2.4;13.51;0;5.63;27072
+74083;44.42045;1.72902;260;20220708;30.5;14.4;22.4;1.9;13.97;0;5.71;27729
+74083;44.42045;1.72902;260;20220709;32.9;14.2;23.5;1.7;13.04;0;6.04;28549
+74083;44.42045;1.72902;260;20220710;33.5;15.8;24.7;2;13.57;0;6.31;28287
+74083;44.42045;1.72902;260;20220711;36.2;18.8;27.5;1.9;13.71;0;6.61;27538
+74083;44.42045;1.72902;260;20220712;35.9;18.1;27;1.7;13.91;0;6.36;27677
+74083;44.42045;1.72902;260;20220713;35.5;17.4;26.4;1.8;12.57;0;6.53;27896
+74083;44.42045;1.72902;260;20220714;37.5;18.1;27.8;1.6;14.41;0;6.57;28394
+74083;44.42045;1.72902;260;20220715;36.1;17.9;27;1.5;14.37;0;6.17;27578
+74083;44.42045;1.72902;260;20220716;37.6;18.5;28.1;1.7;14.24;0;6.52;27552
+74083;44.42045;1.72902;260;20220717;38.4;19.4;28.9;1.8;11.77;0;6.97;28198
+74083;44.42045;1.72902;260;20220718;38.6;22.8;30.7;3.1;13.41;0;8.15;26660
+74083;44.42045;1.72902;260;20220719;35.7;22.9;29.3;2.5;15.87;0;6.67;23683
+74083;44.42045;1.72902;260;20220720;29;19.1;24.1;2.4;17.44;0;4.68;19524
+74083;44.42045;1.72902;260;20220721;34.8;15.6;25.2;1.2;15.11;0;5.74;28128
+74083;44.42045;1.72902;260;20220722;31.1;17.8;24.4;2.1;16.44;.3;5.36;23055
+74083;44.42045;1.72902;260;20220723;30.3;16.2;23.2;1.9;15.51;0;5.23;24503
+74083;44.42045;1.72902;260;20220724;36.7;15.5;26.1;1.5;13.87;0;6.34;28667
+74083;44.42045;1.72902;260;20220725;29.2;19.5;24.3;3;16.74;0;4.84;17758
+74083;44.42045;1.72902;260;20220726;27.9;16;21.9;2.7;13.87;0;5.13;22487
+74083;44.42045;1.72902;260;20220727;29.7;13.4;21.6;2.1;11.91;0;5.52;26238
+74083;44.42045;1.72902;260;20220728;30.3;13.4;21.9;1.5;13.24;0;5.17;26025
+74083;44.42045;1.72902;260;20220729;28.7;16.9;22.8;1.9;15.44;1;4.33;19179
+74083;44.42045;1.72902;260;20220730;31.3;17.8;24.5;2.3;15.81;0;5.39;23062
+74083;44.42045;1.72902;260;20220731;34.4;16.9;25.6;2.1;15.11;0;6.1;26442
+74083;44.42045;1.72902;260;20220801;35.7;17.5;26.6;1.8;15.11;0;6.08;26422
+74083;44.42045;1.72902;260;20220802;36.6;16.9;26.8;1.4;13.51;0;5.89;27002
+74083;44.42045;1.72902;260;20220803;38.1;20.2;29.2;1.8;13.34;0;6.36;25459
+74083;44.42045;1.72902;260;20220804;37.1;20.7;28.9;2.1;16.74;0;6.4;25042
+74083;44.42045;1.72902;260;20220805;32.4;19.7;26;2.3;18.94;4.1;5.18;21190
+74083;44.42045;1.72902;260;20220806;34.3;18.4;26.3;1.6;17.04;0;5.39;23846
+74083;44.42045;1.72902;260;20220807;34.8;17.7;26.3;1.8;12.07;0;5.81;24596
+74083;44.42045;1.72902;260;20220808;35.4;17.4;26.4;1.8;10.34;0;5.95;24878
+74083;44.42045;1.72902;260;20220809;37.2;18.3;27.7;1.7;9.71;0;5.96;24483
+74083;44.42045;1.72902;260;20220810;37.7;18.3;28;1.8;10.11;0;6.18;25260
+74083;44.42045;1.72902;260;20220811;38.5;20;29.3;1.6;14.21;0;5.95;24562
+74083;44.42045;1.72902;260;20220812;39.7;20.8;30.3;1.5;17.31;0;5.93;24249
+74083;44.42045;1.72902;260;20220813;37.5;19.6;28.5;1.9;17.74;.8;5.83;23170
+74083;44.42045;1.72902;260;20220814;27.4;20.4;23.9;2.1;19.97;5.5;3.48;14425
+74083;44.42045;1.72902;260;20220815;29.3;15.8;22.6;1.4;16.27;0;4.06;19980
+74083;44.42045;1.72902;260;20220816;32;15.2;23.6;2.4;15.77;10.3;4.99;20281
+74083;44.42045;1.72902;260;20220817;26;15.7;20.9;1.9;17.31;1;3.6;18254
+74083;44.42045;1.72902;260;20220818;26.9;15.3;21.1;2.5;15.57;0;4.03;18789
+74083;44.42045;1.72902;260;20220819;26.2;16.7;21.4;2.5;16.54;0;3.45;14426
+74083;44.42045;1.72902;260;20220820;29.4;16;22.7;1.6;17.27;0;4.16;20602
+74083;44.42045;1.72902;260;20220821;28.5;15.2;21.9;1.7;16.41;0;3.79;18407
+74083;44.42045;1.72902;260;20220822;25.5;18.7;22.1;2.1;17.87;.7;3.01;12510
+74083;44.42045;1.72902;260;20220823;31;16.6;23.8;1.7;17.87;0;4.35;20469
+74083;44.42045;1.72902;260;20220824;35.4;17.4;26.4;1.6;15.77;.1;5.09;22357
+74083;44.42045;1.72902;260;20220825;31.9;20.1;26;2;17.31;0;4.5;18359
+74083;44.42045;1.72902;260;20220826;30.7;16.8;23.8;1.6;17.01;.1;4.19;19593
+74083;44.42045;1.72902;260;20220827;31.2;15.9;23.6;1.3;14.81;0;4.2;20538
+74083;44.42045;1.72902;260;20220828;34;14.8;24.4;1.5;12.61;0;4.8;22370
+74083;44.42045;1.72902;260;20220829;34.6;17.2;25.9;1.7;13.67;2.3;4.74;19161
+74083;44.42045;1.72902;260;20220830;32.2;16.6;24.4;1.4;17.61;0;4.23;20949
+74083;44.42045;1.72902;260;20220831;32.5;16.4;24.5;1.9;15.31;.1;4.5;19375
+74083;44.42045;1.72902;260;20220901;29.1;17.9;23.5;1.5;17.67;3.2;3.52;16276
+74083;44.42045;1.72902;260;20220902;26.1;17.1;21.6;1.6;18.34;6.6;2.9;13931
+74083;44.42045;1.72902;260;20220903;27.3;16.3;21.8;1.2;17.01;.1;3.2;16694
+74083;44.42045;1.72902;260;20220904;32;16.2;24.1;2.2;17.17;0;4.59;19819
+74083;44.42045;1.72902;260;20220905;33;19.7;26.4;2.4;19.14;7.4;4.62;17801
+74083;44.42045;1.72902;260;20220906;31.9;18.4;25.2;2.2;18.47;2;4.21;17052
+74083;44.42045;1.72902;260;20220907;27.2;15.9;21.5;1.8;15.94;.2;3.24;14682
+74083;44.42045;1.72902;260;20220908;25.5;12.7;19.1;1.4;14.41;1.3;3;16819
+74083;44.42045;1.72902;260;20220909;23.4;15.1;19.2;1.8;15.44;.8;2.64;13105
+74083;44.42045;1.72902;260;20220910;25.8;10.8;18.3;1.2;12.87;0;3.12;18892
+74083;44.42045;1.72902;260;20220911;33.2;12.4;22.8;1.8;11.97;0;4.43;20567
+74083;44.42045;1.72902;260;20220912;35.6;17;26.3;2.8;14.81;0;5.63;19461
+74083;44.42045;1.72902;260;20220913;31.2;20.5;25.8;2.6;19.67;.8;3.79;12612
+74083;44.42045;1.72902;260;20220914;30.4;18.1;24.2;1.8;17.31;1.7;3.46;14534
+74083;44.42045;1.72902;260;20220915;28.8;15.4;22.1;1.8;16.47;0;3.43;16921
+74083;44.42045;1.72902;260;20220916;25.5;16.9;21.2;2.6;14.87;0;3.21;13106
+74083;44.42045;1.72902;260;20220917;21.1;9.1;15.1;2;8.81;0;3.02;16865
+74083;44.42045;1.72902;260;20220918;26.4;5.2;15.8;1.5;7.04;0;3.46;19954
+74083;44.42045;1.72902;260;20220919;26.2;7.8;17;2;7.81;0;3.7;18492
+74083;44.42045;1.72902;260;20220920;25.3;7.8;16.6;1.7;8.21;0;3.28;18181
+74083;44.42045;1.72902;260;20220921;25.5;6.6;16.1;1.5;8.31;0;3.14;18131
+74083;44.42045;1.72902;260;20220922;26;8.4;17.2;1.6;9.24;0;3.2;17674
+74083;44.42045;1.72902;260;20220923;24.8;10.2;17.5;1.6;11.91;4.4;2.71;13876
+74083;44.42045;1.72902;260;20220924;18.5;13.6;16.1;1.8;14.74;2.1;1.6;8400
+74083;44.42045;1.72902;260;20220925;18.9;10.7;14.8;1.4;12.31;.3;1.78;10042
+74083;44.42045;1.72902;260;20220926;18.5;5.9;12.2;2.1;10.91;3.1;1.99;12893
+74083;44.42045;1.72902;260;20220927;15.6;11.3;13.5;3.4;13.04;5.2;1.38;7343
+74083;44.42045;1.72902;260;20220928;19.1;13.4;16.2;4.5;15.01;8.7;1.92;9161
+74083;44.42045;1.72902;260;20220929;15.3;11.8;13.6;1.9;12.94;6.6;1.25;6689
+74083;44.42045;1.72902;260;20220930;17.6;8.8;13.2;1.9;10.77;.1;1.87;11561
+74083;44.42045;1.72902;260;20221001;19.5;8.2;13.9;2.2;13.07;.6;1.69;10847
+74083;44.42045;1.72902;260;20221002;23.2;13.9;18.6;1.2;15.44;.1;1.89;10538
+74083;44.42045;1.72902;260;20221003;23.8;11.4;17.6;.9;13.37;0;2.08;13697
+74083;44.42045;1.72902;260;20221004;25.2;8.9;17;1.2;12.17;.1;2.35;15071
+74083;44.42045;1.72902;260;20221005;25.7;10.1;17.9;2;13.21;.1;2.66;14255
+74083;44.42045;1.72902;260;20221006;21.9;14.3;18.1;1;15.47;0;1.67;9596
+74083;44.42045;1.72902;260;20221007;24.3;10.5;17.4;1.5;14.07;0;2.18;12997
+74083;44.42045;1.72902;260;20221008;22.3;11.8;17;1.1;14.71;4.7;1.7;10451
+74083;44.42045;1.72902;260;20221009;24.4;10.9;17.7;2.1;13.07;0;2.51;13086
+74083;44.42045;1.72902;260;20221010;24.4;12.7;18.5;1.8;14.31;0;2.22;10722
+74083;44.42045;1.72902;260;20221011;23.2;12.1;17.6;1.2;14.67;0;1.77;10534
+74083;44.42045;1.72902;260;20221012;23.9;13.3;18.6;1.3;15.11;1;1.77;9983
+74083;44.42045;1.72902;260;20221013;20.3;11.3;15.8;1.4;14.44;3.9;1.4;8637
+74083;44.42045;1.72902;260;20221014;19.6;15.3;17.5;2.5;16.74;1.3;1.26;5578
+74083;44.42045;1.72902;260;20221015;26.6;13.2;19.9;1.7;14.67;0;2.25;11897
+74083;44.42045;1.72902;260;20221016;26.4;15.7;21;3.3;15.91;0;2.85;10647
+74083;44.42045;1.72902;260;20221017;24.8;18.9;21.8;3.4;16.64;0;2.62;6810
+74083;44.42045;1.72902;260;20221018;27.3;15.5;21.4;2.7;16.81;0;2.61;10744
+74083;44.42045;1.72902;260;20221019;25.3;15.2;20.3;2.8;16.31;2.1;2.24;7938
+74083;44.42045;1.72902;260;20221020;22.4;17.4;19.9;3.1;17.71;2;1.76;5555
+74083;44.42045;1.72902;260;20221021;22.9;15;19;1.6;16.04;.8;1.58;7370
+74083;44.42045;1.72902;260;20221022;24.9;11.6;18.3;2.1;13.87;0;2.13;11002
+74083;44.42045;1.72902;260;20221023;24.7;16.3;20.5;3.1;13.51;0;2.7;5675
+74083;44.42045;1.72902;260;20221024;23.2;12.3;17.7;1.5;13.17;0;1.67;9018
+74083;44.42045;1.72902;260;20221025;24;10.8;17.4;2.4;12.67;0;2.14;8883
+74083;44.42045;1.72902;260;20221026;24.3;11.3;17.8;1.8;14.51;.1;1.72;9191
+74083;44.42045;1.72902;260;20221027;26.2;13.9;20;3;15.74;0;2.39;8544
+74083;44.42045;1.72902;260;20221028;26.3;18.4;22.4;3.5;14.01;0;3.2;7331
+74083;44.42045;1.72902;260;20221029;27.2;15.2;21.2;3.3;10.27;0;3.53;8650
+74083;44.42045;1.72902;260;20221030;23.7;13.7;18.7;2.1;12.74;0;2.03;8155
+74083;44.42045;1.72902;260;20221031;24.4;12.4;18.4;2.2;14.51;2;1.84;7660
+74083;44.42045;1.72902;260;20221101;18.9;13.5;16.2;1.3;13.57;.1;1.11;5856
+74083;44.42045;1.72902;260;20221102;19.2;7.7;13.4;1.3;10.87;.1;1.16;8703
+74083;44.42045;1.72902;260;20221103;17.5;8.8;13.1;3.1;11.11;5;1.46;5140
+74083;44.42045;1.72902;260;20221104;12.1;9.7;10.9;4.2;10.54;5.7;1.06;3949
+74083;44.42045;1.72902;260;20221105;14.3;3;8.6;1.6;8.04;.1;.98;8358
+74083;44.42045;1.72902;260;20221106;16.6;2.3;9.4;1.7;7.91;.2;1.24;8655
+74083;44.42045;1.72902;260;20221107;20.1;5.3;12.7;2.2;9.64;0;1.57;9061
+74083;44.42045;1.72902;260;20221108;19.7;11.4;15.5;2.6;12.71;.2;1.5;5116
+74083;44.42045;1.72902;260;20221109;17.2;12.5;14.8;1.7;14.14;4.9;.86;3792
+74083;44.42045;1.72902;260;20221110;17.2;10.1;13.6;1.5;11.81;0;.95;6214
+74083;44.42045;1.72902;260;20221111;21.7;6.2;13.9;3.1;11.61;0;1.7;8524
+74083;44.42045;1.72902;260;20221112;22.8;11.4;17.1;2.6;11.84;0;1.93;7376
+74083;44.42045;1.72902;260;20221113;22.5;7;14.7;1.5;9.34;0;1.34;8230
+74083;44.42045;1.72902;260;20221114;16.6;11.6;14.1;2;12.27;2.4;1.07;3290
+74083;44.42045;1.72902;260;20221115;16.7;10;13.4;1.9;12.97;8.8;.83;4596
+74083;44.42045;1.72902;260;20221116;16.9;10;13.5;2.3;12.01;.2;1.02;6133
+74083;44.42045;1.72902;260;20221117;16.3;11.6;14;3;12.27;4.2;1.15;4147
+74083;44.42045;1.72902;260;20221118;11.9;8.6;10.3;2.4;10.74;3.6;.68;3215
+74083;44.42045;1.72902;260;20221119;11;7.1;9;2;9.41;1.1;.68;3923
+74083;44.42045;1.72902;260;20221120;8.9;2.4;5.6;1.4;8.84;2;.4;3572
+74083;44.42045;1.72902;260;20221121;10.8;6.3;8.6;2.8;9.94;17.2;.58;2972
+74083;44.42045;1.72902;260;20221122;8.5;5.4;6.9;3.4;9.07;15.6;.51;3057
+74083;44.42045;1.72902;260;20221123;14.7;7.1;10.9;3;10.64;4.9;.89;4651
+74083;44.42045;1.72902;260;20221124;12.3;4.8;8.5;1.8;9.94;1.8;.54;4729
+74083;44.42045;1.72902;260;20221125;10.6;7.2;8.9;1.8;10.14;7.9;.53;2607
+74083;44.42045;1.72902;260;20221126;9.9;2.6;6.2;1;8.44;.1;.42;4055
+74083;44.42045;1.72902;260;20221127;12.1;2.1;7.1;2.2;7.54;5.9;.89;5472
+74083;44.42045;1.72902;260;20221128;11.5;7.6;9.5;2.8;10.41;4.6;.59;3419
+74083;44.42045;1.72902;260;20221129;10.6;6.3;8.4;1.7;9.11;0;.55;3534
+74083;44.42045;1.72902;260;20221130;9.1;3.1;6.1;1;7.57;0;.42;4219
+74083;44.42045;1.72902;260;20221201;6.5;-1.6;2.5;.7;6.77;.1;.31;3910
+74083;44.42045;1.72902;260;20221202;6;3.7;4.9;.5;7.64;.1;.39;2080
+74083;44.42045;1.72902;260;20221203;7.3;3.3;5.3;1;7.57;4.4;.42;2936
+74083;44.42045;1.72902;260;20221204;8.6;3.8;6.2;1.1;7.51;.1;.47;3421
+74083;44.42045;1.72902;260;20221205;10.5;-1.5;4.5;2;6.11;.1;.68;5702
+74083;44.42045;1.72902;260;20221206;11.6;.7;6.2;1.2;6.07;0;.59;5171
+74083;44.42045;1.72902;260;20221207;10.6;-1;4.8;1.2;6.01;.1;.49;6030
+74083;44.42045;1.72902;260;20221208;8;-.6;3.7;2.1;6.57;3.1;.56;3768
+74083;44.42045;1.72902;260;20221209;8.7;5.5;7.1;1.3;9.51;1.7;.4;1738
+74083;44.42045;1.72902;260;20221210;1;.4;.7;2.5;5.91;0;.37;1161
+74083;44.42045;1.72902;260;20221211;4.6;-7.3;-1.4;1.2;4.17;.1;.37;5598
+74083;44.42045;1.72902;260;20221212;3.5;-5.2;-.8;2;5.24;10.5;.33;3610
+74083;44.42045;1.72902;260;20221213;10;3.1;6.6;3;10.31;.9;.09;3056
+74083;44.42045;1.72902;260;20221214;12.4;8.5;10.5;2;11.54;2.9;.48;2499
+74083;44.42045;1.72902;260;20221215;10.3;7.5;8.9;1.8;10.64;3.6;.45;1514
+74083;44.42045;1.72902;260;20221216;10;7.3;8.6;1.4;9.27;.2;.5;3078
+74083;44.42045;1.72902;260;20221217;6.4;-2.4;2;1.7;5.51;.1;.44;5223
+74083;44.42045;1.72902;260;20221218;12.3;-2.4;4.9;3;6.77;.1;.81;6147
+74083;44.42045;1.72902;260;20221219;16.5;8.9;12.7;4.8;10.57;0;1.52;4281
+74083;44.42045;1.72902;260;20221220;15.5;12.1;13.8;3.5;11.04;0;1.4;2104
+74083;44.42045;1.72902;260;20221221;15.5;10.1;12.8;1.6;11.91;.5;.65;3528
+74083;44.42045;1.72902;260;20221222;14.7;9.3;12;2.5;12.51;8.1;.53;3121
+74083;44.42045;1.72902;260;20221223;17;12.3;14.7;1.8;13.74;0;.67;3646
+74083;44.42045;1.72902;260;20221224;17;10.4;13.7;1.4;12.04;0;.68;4292
+74083;44.42045;1.72902;260;20221225;17.5;6.9;12.2;2.4;9.81;0;1.06;5058
+74083;44.42045;1.72902;260;20221226;13.6;6.3;10;1.1;10.94;1;.4;3596
+74083;44.42045;1.72902;260;20221227;14;8.4;11.2;1;10.71;.1;.48;3659
+74083;44.42045;1.72902;260;20221228;16.5;3.9;10.2;2;9.34;0;.83;5723
+74083;44.42045;1.72902;260;20221229;12.5;7.4;9.9;1.7;10.17;4.2;.58;3036
+74083;44.42045;1.72902;260;20221230;14.3;8.2;11.2;2.2;11.01;.5;.67;3111
+74083;44.42045;1.72902;260;20221231;17.7;7.7;12.7;2.6;11.11;0;1.06;5149
+74084;44.44486;2.04097;472;20220101;18;7.2;12.6;1.3;7.62;0;.97;5345
+74084;44.44486;2.04097;472;20220102;13;6.6;9.8;1.3;8.14;.1;.75;4029
+74084;44.44486;2.04097;472;20220103;11.7;5.7;8.7;1.1;9.84;0;.41;3699
+74084;44.44486;2.04097;472;20220104;16.5;7.5;12;2.6;8.94;7.4;1.27;4887
+74084;44.44486;2.04097;472;20220105;4.4;1.4;2.9;3.8;5.94;0;.76;2280
+74084;44.44486;2.04097;472;20220106;4.1;-1.4;1.4;2.8;4.94;.1;.69;3765
+74084;44.44486;2.04097;472;20220107;1;-3.3;-1.1;1.6;5.72;3.6;.24;3251
+74084;44.44486;2.04097;472;20220108;7.9;.4;4.2;5.5;9.09;8.8;.04;4439
+74084;44.44486;2.04097;472;20220109;5.7;3.5;4.6;3.4;8.27;16.7;.36;2068
+74084;44.44486;2.04097;472;20220110;6;4.6;5.3;2.3;7.82;.9;.57;1370
+74084;44.44486;2.04097;472;20220111;5.9;-1.4;2.3;1.7;5.19;.1;.61;4390
+74084;44.44486;2.04097;472;20220112;5.6;-3.3;1.1;1.5;4.69;0;.55;5051
+74084;44.44486;2.04097;472;20220113;6.7;-4;1.4;1.3;4.49;0;.55;5892
+74084;44.44486;2.04097;472;20220114;12.2;-1.3;5.4;1.3;4.07;0;.86;6812
+74084;44.44486;2.04097;472;20220115;9.5;-1.8;3.8;.9;4.69;.1;.56;6112
+74084;44.44486;2.04097;472;20220116;6.6;-3.1;1.8;1.1;4.92;.1;.5;5742
+74084;44.44486;2.04097;472;20220117;8.1;-2.7;2.7;1.6;5.52;.1;.59;5908
+74084;44.44486;2.04097;472;20220118;2.7;-2.5;.1;1;5.29;.1;.36;4053
+74084;44.44486;2.04097;472;20220119;1.4;-2.1;-.4;1.7;6.07;1.6;.27;3350
+74084;44.44486;2.04097;472;20220120;4.5;-.9;1.8;2.5;6.12;0;.49;4253
+74084;44.44486;2.04097;472;20220121;4.2;-1.4;1.4;3.7;4.37;.1;1.05;4474
+74084;44.44486;2.04097;472;20220122;6.5;-3.9;1.3;1.9;4.47;0;.76;6311
+74084;44.44486;2.04097;472;20220123;11.5;-1.4;5.1;2;5.19;0;1.07;7279
+74084;44.44486;2.04097;472;20220124;11.9;1.7;6.8;2.3;5.03;0;1.44;6628
+74084;44.44486;2.04097;472;20220125;10.8;1.7;6.2;1.4;5.63;0;.87;6097
+74084;44.44486;2.04097;472;20220126;10.5;-.1;5.2;.9;5.69;0;.66;6742
+74084;44.44486;2.04097;472;20220127;9.9;-1.6;4.1;1.2;5.54;.1;.7;7201
+74084;44.44486;2.04097;472;20220128;-.5;-5.2;-2.8;.9;4.97;0;.3;3999
+74084;44.44486;2.04097;472;20220129;1.1;-3.7;-1.3;1;5.39;0;.37;4475
+74084;44.44486;2.04097;472;20220130;3.7;-1.9;.9;1.3;6.44;.2;.4;4962
+74084;44.44486;2.04097;472;20220131;6;1;3.5;4.2;7.57;1.8;.46;4582
+74084;44.44486;2.04097;472;20220201;3.8;-.8;1.5;4;7.08;2.4;.27;4450
+74084;44.44486;2.04097;472;20220202;7.5;4;5.7;2.8;8.86;.3;.51;3776
+74084;44.44486;2.04097;472;20220203;10.1;.2;5.1;2;7.44;.2;.81;7258
+74084;44.44486;2.04097;472;20220204;7;4.3;5.6;1.4;9.07;2.7;.46;3534
+74084;44.44486;2.04097;472;20220205;8.7;4.2;6.4;2.6;7.67;.5;.86;4624
+74084;44.44486;2.04097;472;20220206;5.4;-.8;2.3;2.7;7.37;2.2;.4;5842
+74084;44.44486;2.04097;472;20220207;9.5;5.2;7.3;4.4;8.44;.6;1.02;4711
+74084;44.44486;2.04097;472;20220208;15;-1.3;6.9;1.5;5.92;0;1.25;10268
+74084;44.44486;2.04097;472;20220209;14.4;2.8;8.6;2.5;6.44;0;1.58;8671
+74084;44.44486;2.04097;472;20220210;5.9;2.5;4.2;2;7.24;0;1.4;11066
+74084;44.44486;2.04097;472;20220211;11.3;5.9;8.6;2.5;6.97;0;1.41;10000
+74084;44.44486;2.04097;472;20220212;11.6;-1.7;5;2;5.83;0;1.28;9066
+74084;44.44486;2.04097;472;20220213;13.7;3.4;8.6;4.8;8.2;3.6;1.78;10233
+74084;44.44486;2.04097;472;20220214;9.3;7;8.2;4;8.64;7.6;1.08;5366
+74084;44.44486;2.04097;472;20220215;6.6;3.7;5.2;3.7;8.01;6.9;.61;4766
+74084;44.44486;2.04097;472;20220216;10.4;5.7;8;4.7;10.69;7.2;.56;5720
+74084;44.44486;2.04097;472;20220217;11.8;9.3;10.5;3.9;12.27;1.3;.64;3908
+74084;44.44486;2.04097;472;20220218;14;8.5;11.3;3.1;10.92;.2;1.23;6461
+74084;44.44486;2.04097;472;20220219;8.4;4;6.2;3;7.22;0;1.12;5580
+74084;44.44486;2.04097;472;20220220;7.9;.7;4.3;2.7;8.42;4;.6;7708
+74084;44.44486;2.04097;472;20220221;8.6;7.2;7.9;6.6;8.59;1.6;1.25;2952
+74084;44.44486;2.04097;472;20220222;10.2;4.8;7.5;3.3;8.37;0;1.17;6847
+74084;44.44486;2.04097;472;20220223;14.3;4.7;9.5;1.7;8.19;0;1.39;9453
+74084;44.44486;2.04097;472;20220224;13.4;5.2;9.3;3.2;8.42;.2;1.63;8831
+74084;44.44486;2.04097;472;20220225;8.7;2.2;5.5;3.3;6.12;0;1.44;7897
+74084;44.44486;2.04097;472;20220226;13;-.4;6.3;3.3;4.67;0;2.21;11833
+74084;44.44486;2.04097;472;20220227;13.8;1.4;7.6;1.9;6.17;0;1.69;11589
+74084;44.44486;2.04097;472;20220228;14;2.6;8.3;2;7.14;0;1.62;11131
+74084;44.44486;2.04097;472;20220301;14.9;.8;7.9;2.5;6.39;0;1.96;12617
+74084;44.44486;2.04097;472;20220302;10.2;3.9;7;2.5;8.69;2.9;1.06;8194
+74084;44.44486;2.04097;472;20220303;14;6.5;10.3;1.2;9.59;0;1.31;9233
+74084;44.44486;2.04097;472;20220304;10.2;3.6;6.9;3.1;9.24;1.9;.95;8422
+74084;44.44486;2.04097;472;20220305;8.4;5.8;7.1;2.9;8.87;0;.8;4532
+74084;44.44486;2.04097;472;20220306;9.9;.8;5.3;1.6;5.89;0;1.39;10072
+74084;44.44486;2.04097;472;20220307;10.6;-1.7;4.4;1.9;5.29;0;1.59;12653
+74084;44.44486;2.04097;472;20220308;12.3;2.5;7.4;3.6;7.32;.7;1.79;11344
+74084;44.44486;2.04097;472;20220309;13;5.6;9.3;4;8.29;0;1.88;9933
+74084;44.44486;2.04097;472;20220310;13.5;6.9;10.2;4.6;9.02;2.6;1.95;9306
+74084;44.44486;2.04097;472;20220311;10.2;8.2;9.2;7.8;9.07;8.2;1.7;4864
+74084;44.44486;2.04097;472;20220312;7.6;6;6.8;5.4;8.92;5.8;.84;3637
+74084;44.44486;2.04097;472;20220313;8.5;6.5;7.5;5.3;7.74;15.1;1.51;4948
+74084;44.44486;2.04097;472;20220314;11;.6;5.8;7.1;8.79;.6;1.21;12648
+74084;44.44486;2.04097;472;20220315;13.7;10.3;12;9.5;10.29;0;2.33;6858
+74084;44.44486;2.04097;472;20220316;14.8;9.9;12.4;4;10.27;0;1.96;8259
+74084;44.44486;2.04097;472;20220317;14;8.1;11;2.6;10.07;1.6;1.7;9435
+74084;44.44486;2.04097;472;20220318;13.7;6.1;9.9;2.5;8.64;0;1.77;10000
+74084;44.44486;2.04097;472;20220319;16;7;11.5;3.5;7.24;0;2.95;16100
+74084;44.44486;2.04097;472;20220320;12.9;5.8;9.3;7;7.44;0;2.52;9433
+74084;44.44486;2.04097;472;20220321;12.5;8.2;10.4;9;7.04;0;3.33;13033
+74084;44.44486;2.04097;472;20220322;13.6;5.6;9.6;8.5;5.24;0;4.08;18866
+74084;44.44486;2.04097;472;20220323;15;4.9;9.9;5.9;4.41;0;4.1;19533
+74084;44.44486;2.04097;472;20220324;17.8;3.9;10.9;4.3;4.51;0;4.03;18324
+74084;44.44486;2.04097;472;20220325;18.5;5.2;11.8;3.3;4.21;0;3.83;16966
+74084;44.44486;2.04097;472;20220326;19.3;1.3;10.3;3.6;4.77;0;3.93;20233
+74084;44.44486;2.04097;472;20220327;19.7;3.1;11.4;3.9;5.67;0;4.01;19033
+74084;44.44486;2.04097;472;20220328;19.7;7.2;13.5;5;5.41;0;4.65;17733
+74084;44.44486;2.04097;472;20220329;17.8;9.1;13.5;3;7.41;5.1;2.99;12000
+74084;44.44486;2.04097;472;20220330;11.5;8.1;9.8;1.9;10.04;2.8;1.18;6000
+74084;44.44486;2.04097;472;20220331;11.5;6.3;8.9;4.4;8.07;2.2;2.04;12066
+74084;44.44486;2.04097;472;20220401;5.6;-.1;2.8;5.4;5.37;1.2;1.79;11866
+74084;44.44486;2.04097;472;20220402;4.7;-1.3;1.7;3.7;5.04;0;1.46;9533
+74084;44.44486;2.04097;472;20220403;3.9;-2.4;.8;3.6;4.93;0;1.41;9534
+74084;44.44486;2.04097;472;20220404;9.8;-1;4.4;1.5;5.07;0;2.33;21066
+74084;44.44486;2.04097;472;20220405;13.8;-2.4;5.7;2.3;6.18;0;2.52;21000
+74084;44.44486;2.04097;472;20220406;10.2;.7;5.5;2.5;8.87;1.5;.82;6100
+74084;44.44486;2.04097;472;20220407;11.6;7.3;9.4;5.1;10.77;8.8;.89;3966
+74084;44.44486;2.04097;472;20220408;15.8;9.7;12.8;5.5;10.34;1.7;2.4;9266
+74084;44.44486;2.04097;472;20220409;11.5;3.6;7.5;3.7;6.34;0;2.5;16633
+74084;44.44486;2.04097;472;20220410;18;-2.3;7.8;3.4;5.07;0;3.82;24233
+74084;44.44486;2.04097;472;20220411;15.5;7.8;11.7;8.5;8.11;0;3.84;19900
+74084;44.44486;2.04097;472;20220412;16.6;10.1;13.3;7.5;7.81;2.4;4.17;14733
+74084;44.44486;2.04097;472;20220413;16;8;12;2;8.61;.7;2.07;8733
+74084;44.44486;2.04097;472;20220414;22.3;2.3;12.3;2.1;9.84;0;3.59;23666
+74084;44.44486;2.04097;472;20220415;23.4;5.9;14.6;2;10.77;0;3.79;23700
+74084;44.44486;2.04097;472;20220416;23.1;5.1;14.1;2.4;9.24;0;4.08;24300
+74084;44.44486;2.04097;472;20220417;22.2;1.8;12;2.4;7.71;0;4.05;25366
+74084;44.44486;2.04097;472;20220418;18.3;5.2;11.8;2.4;9.31;0;3.1;20400
+74084;44.44486;2.04097;472;20220419;17.5;4.7;11.1;2.2;10.37;9.5;2.38;15666
+74084;44.44486;2.04097;472;20220420;13.7;8.7;11.2;1.5;11.11;7.2;1.32;6500
+74084;44.44486;2.04097;472;20220421;14.3;8.5;11.4;1.6;11.51;1;1.41;7600
+74084;44.44486;2.04097;472;20220422;18.8;8.1;13.4;2;11.17;.5;2.78;17066
+74084;44.44486;2.04097;472;20220423;15.4;10.8;13.1;5;9.64;32;2.5;6533
+74084;44.44486;2.04097;472;20220424;12.2;5.9;9.1;3.3;10.54;15.9;.89;3533
+74084;44.44486;2.04097;472;20220425;15.4;6;10.7;1.8;9.27;0;2.5;16800
+74084;44.44486;2.04097;472;20220426;20.5;2.2;11.4;1.9;8.74;0;3.81;26833
+74084;44.44486;2.04097;472;20220427;23.4;7.2;15.3;2.1;10.14;0;4.1;23833
+74084;44.44486;2.04097;472;20220428;21.4;9.7;15.6;2.3;12.17;0;3.63;21466
+74084;44.44486;2.04097;472;20220429;20.4;10;15.2;2.4;12.97;.3;2.58;13100
+74084;44.44486;2.04097;472;20220430;20.3;8.8;14.6;2.2;10.51;0;3.84;24200
+74084;44.44486;2.04097;472;20220501;18.7;3.4;11.1;1.9;8.37;0;3.48;23966
+74084;44.44486;2.04097;472;20220502;19.3;6.1;12.7;1.8;9.07;0;3.45;21833
+74084;44.44486;2.04097;472;20220503;19.1;9.4;14.3;1.5;11.61;9.5;2.49;13200
+74084;44.44486;2.04097;472;20220504;18;7.9;13;1.8;11.51;.3;2.83;18333
+74084;44.44486;2.04097;472;20220505;18.3;7.5;12.9;2.6;9.77;.2;3.49;21600
+74084;44.44486;2.04097;472;20220506;17.4;7.6;12.5;3.5;10.02;0;3.3;19174
+74084;44.44486;2.04097;472;20220507;20.6;8.8;14.7;3.3;10.37;0;3.99;21222
+74084;44.44486;2.04097;472;20220508;21.9;9.2;15.6;1.9;10.69;0;3.91;21898
+74084;44.44486;2.04097;472;20220509;24.1;10.4;17.3;1.4;10.84;0;4.15;23033
+74084;44.44486;2.04097;472;20220510;25.3;10.2;17.7;1.4;11.57;0;4.36;24058
+74084;44.44486;2.04097;472;20220511;27.2;12.4;19.8;2.2;12.12;0;5;24242
+74084;44.44486;2.04097;472;20220512;23.5;12.3;17.9;1.8;14.54;.1;3.88;20987
+74084;44.44486;2.04097;472;20220513;23.7;13.8;18.7;1.5;14.57;0;3.74;19794
+74084;44.44486;2.04097;472;20220514;27.4;12.7;20.1;1.2;14.44;0;4.52;24426
+74084;44.44486;2.04097;472;20220515;26.2;16.1;21.1;3.3;12.57;.5;5.09;20187
+74084;44.44486;2.04097;472;20220516;26.2;12.1;19.2;2;13.34;0;4.69;23923
+74084;44.44486;2.04097;472;20220517;30.1;14;22;1.8;14.52;0;5.38;25864
+74084;44.44486;2.04097;472;20220518;30.4;16.4;23.4;2.1;15.49;0;5.4;24068
+74084;44.44486;2.04097;472;20220519;27.2;17.7;22.5;3.9;14.42;.5;5.36;20060
+74084;44.44486;2.04097;472;20220520;28.7;18.2;23.4;3.6;13.42;0;5.82;20961
+74084;44.44486;2.04097;472;20220521;32.2;14.5;23.3;1.5;16.52;0;5.62;27421
+74084;44.44486;2.04097;472;20220522;30.3;18.7;24.5;1.8;18.29;7.1;5.02;22152
+74084;44.44486;2.04097;472;20220523;19;15.2;17.1;3.3;15.32;3.8;2.66;12273
+74084;44.44486;2.04097;472;20220524;17.5;10.3;13.9;2.4;12.17;.2;3;17246
+74084;44.44486;2.04097;472;20220525;18;7.8;12.9;3.1;10.89;0;3.46;20923
+74084;44.44486;2.04097;472;20220526;17.8;8.9;13.4;3;11.52;0;3.24;19789
+74084;44.44486;2.04097;472;20220527;24.3;9.3;16.8;2.9;13.14;0;4.67;25525
+74084;44.44486;2.04097;472;20220528;24.4;10.8;17.6;2.8;11.37;0;4.98;24626
+74084;44.44486;2.04097;472;20220529;22.2;8.4;15.3;2.5;8.27;0;4.85;25075
+74084;44.44486;2.04097;472;20220530;23.4;8;15.7;1.7;8.67;0;4.69;26400
+74084;44.44486;2.04097;472;20220531;23.5;11.2;17.4;1.6;11.19;1.1;4.35;23365
+74084;44.44486;2.04097;472;20220601;30.1;12.9;21.5;2.1;12.97;.5;5.92;27782
+74084;44.44486;2.04097;472;20220602;28.8;15.5;22.2;2.6;15.24;3.3;5.48;24476
+74084;44.44486;2.04097;472;20220603;29.9;15.8;22.8;2.9;15.32;16.2;5.9;25114
+74084;44.44486;2.04097;472;20220604;27.9;14.9;21.4;2.4;18.82;26.4;4.85;24309
+74084;44.44486;2.04097;472;20220605;21.8;14.7;18.2;2.2;16.87;0;3.31;17476
+74084;44.44486;2.04097;472;20220606;25.2;12.1;18.6;1.3;15.32;.1;4.42;24553
+74084;44.44486;2.04097;472;20220607;21.6;14.3;18;2.4;14.69;.7;3.57;17938
+74084;44.44486;2.04097;472;20220608;17.3;12.6;14.9;2;14.57;5.8;2.48;14147
+74084;44.44486;2.04097;472;20220609;17.5;11.1;14.3;3.1;13.24;.3;2.88;17045
+74084;44.44486;2.04097;472;20220610;25.6;11.1;18.4;2;13.79;0;4.82;25903
+74084;44.44486;2.04097;472;20220611;30.1;13.8;21.9;1.7;13.79;.1;5.68;27551
+74084;44.44486;2.04097;472;20220612;29;16.4;22.7;1.6;16.17;.6;5.1;24041
+74084;44.44486;2.04097;472;20220613;28.9;17.5;23.2;2;19.29;0;4.89;22733
+74084;44.44486;2.04097;472;20220614;32.8;17;24.9;1.8;17.14;.4;6.04;27115
+74084;44.44486;2.04097;472;20220615;32.3;19.2;25.7;2.3;17.97;0;5.95;24554
+74084;44.44486;2.04097;472;20220616;33.3;18.3;25.8;1.3;18.84;0;5.72;26302
+74084;44.44486;2.04097;472;20220617;35.5;19.6;27.6;1.9;16.59;0;6.63;27258
+74084;44.44486;2.04097;472;20220618;35.5;21.6;28.5;4.1;13.97;0;8.23;25090
+74084;44.44486;2.04097;472;20220619;32.4;22.5;27.5;6.1;14.27;0;8.28;21444
+74084;44.44486;2.04097;472;20220620;30;17.9;23.9;2.9;16.97;0;5.69;23935
+74084;44.44486;2.04097;472;20220621;28.9;19.1;24;2;19.37;2.7;4.7;20938
+74084;44.44486;2.04097;472;20220622;26.3;17.2;21.7;2.3;18.02;0;4.43;20434
+74084;44.44486;2.04097;472;20220623;24.4;15.9;20.1;2.2;17.39;22.7;4;19775
+74084;44.44486;2.04097;472;20220624;22.1;14.8;18.5;2;15.92;2.4;3.58;18472
+74084;44.44486;2.04097;472;20220625;25.3;12.5;18.9;2.6;15.44;6.5;4.7;24327
+74084;44.44486;2.04097;472;20220626;18.4;13.9;16.2;2.2;16.61;15.1;2.45;13941
+74084;44.44486;2.04097;472;20220627;20.1;13.6;16.9;2.2;15.48;.4;3.2;17222
+74084;44.44486;2.04097;472;20220628;23.4;12.5;17.9;2.6;13.34;0;4.44;22520
+74084;44.44486;2.04097;472;20220629;26.7;12.3;19.5;1.6;13.72;.9;4.95;25883
+74084;44.44486;2.04097;472;20220630;15;13.9;14.5;2.6;14.97;1.2;1.37;6235
+74084;44.44486;2.04097;472;20220701;21.2;10;15.6;1.9;12.37;0;3.91;22475
+74084;44.44486;2.04097;472;20220702;29.2;10.3;19.8;1.6;12.39;0;5.67;29576
+74084;44.44486;2.04097;472;20220703;28.7;15.6;22.1;1.8;15.69;.1;5.15;24342
+74084;44.44486;2.04097;472;20220704;26.2;16.3;21.3;2.3;17.87;1.4;4.37;21185
+74084;44.44486;2.04097;472;20220705;27.4;15.1;21.2;2.1;16.14;0;4.9;23592
+74084;44.44486;2.04097;472;20220706;27.2;14.4;20.8;2.7;13.19;0;5.42;24276
+74084;44.44486;2.04097;472;20220707;26.2;13;19.6;3.3;13.09;0;5.42;24463
+74084;44.44486;2.04097;472;20220708;28.1;14.2;21.1;2.9;13.37;0;5.7;25135
+74084;44.44486;2.04097;472;20220709;30.5;14.5;22.5;2.3;12.64;0;6.06;26749
+74084;44.44486;2.04097;472;20220710;30.7;15.9;23.3;2.3;13.39;0;5.99;25862
+74084;44.44486;2.04097;472;20220711;33.4;17.5;25.4;2.2;13.59;0;6.47;26572
+74084;44.44486;2.04097;472;20220712;32.8;19;25.9;2.3;13.84;0;6.29;24944
+74084;44.44486;2.04097;472;20220713;33.6;16.3;24.9;1.8;12.34;0;6.33;27449
+74084;44.44486;2.04097;472;20220714;34.9;18.6;26.7;1.9;14.37;0;6.43;26657
+74084;44.44486;2.04097;472;20220715;33.7;18.6;26.1;1.8;14.44;0;6.14;25902
+74084;44.44486;2.04097;472;20220716;34.5;17.9;26.2;2.3;13.84;0;6.76;27096
+74084;44.44486;2.04097;472;20220717;36.1;18.1;27.1;2.5;11.72;0;7.31;27578
+74084;44.44486;2.04097;472;20220718;37;22.8;29.9;3.8;13.54;0;8.22;24696
+74084;44.44486;2.04097;472;20220719;35.9;24.9;30.4;3.4;12.84;0;7.58;21757
+74084;44.44486;2.04097;472;20220720;27.2;17.2;22.2;2.7;16.54;0;4.75;20382
+74084;44.44486;2.04097;472;20220721;32.2;15.2;23.7;1.6;14.84;0;5.68;26860
+74084;44.44486;2.04097;472;20220722;31;18.3;24.7;2.6;15.82;.2;5.7;22921
+74084;44.44486;2.04097;472;20220723;28.3;15.8;22;2.3;15.42;0;5.02;22861
+74084;44.44486;2.04097;472;20220724;35.8;16.2;26;1.6;13.59;0;6.31;28295
+74084;44.44486;2.04097;472;20220725;26;18.4;22.2;3.1;15.97;0;4.49;17565
+74084;44.44486;2.04097;472;20220726;25.4;15.7;20.5;3.4;13.87;0;4.78;19700
+74084;44.44486;2.04097;472;20220727;27;12;19.5;2.3;11.92;0;5.11;24661
+74084;44.44486;2.04097;472;20220728;28.4;12.1;20.3;1.9;12.87;.1;5.12;25423
+74084;44.44486;2.04097;472;20220729;25.9;16.5;21.2;2;15.52;.5;4.21;19255
+74084;44.44486;2.04097;472;20220730;29.5;17.4;23.4;2.5;15.42;0;5.21;21746
+74084;44.44486;2.04097;472;20220731;31.8;16.3;24.1;2.1;14.82;0;5.65;24786
+74084;44.44486;2.04097;472;20220801;32.9;17.6;25.2;2.4;14.52;0;6.02;24525
+74084;44.44486;2.04097;472;20220802;33.6;17.4;25.5;1.9;13.54;0;5.86;24966
+74084;44.44486;2.04097;472;20220803;36.2;21.3;28.7;2;12.79;0;6.22;23813
+74084;44.44486;2.04097;472;20220804;36.3;20.9;28.6;1.9;14.64;0;6.14;24046
+74084;44.44486;2.04097;472;20220805;30;19;24.5;2.6;18.84;2.9;4.89;20304
+74084;44.44486;2.04097;472;20220806;32;18;25;2.2;16.84;0;5.41;22878
+74084;44.44486;2.04097;472;20220807;32.2;17;24.6;2.3;12.34;0;5.86;23617
+74084;44.44486;2.04097;472;20220808;33.2;16.3;24.8;2.2;10.39;0;6.13;24763
+74084;44.44486;2.04097;472;20220809;34.2;17.8;26;2.1;9.74;0;6.14;24200
+74084;44.44486;2.04097;472;20220810;35.5;20;27.7;2.2;9.89;0;6.34;23706
+74084;44.44486;2.04097;472;20220811;36.2;20;28.1;1.9;13.32;0;6.02;23870
+74084;44.44486;2.04097;472;20220812;36.5;20.3;28.4;1.8;15.49;0;5.92;23692
+74084;44.44486;2.04097;472;20220813;35.7;18.8;27.3;1.6;16.14;.4;5.59;24222
+74084;44.44486;2.04097;472;20220814;24.7;19.8;22.2;2.8;19.12;5.2;3.26;12609
+74084;44.44486;2.04097;472;20220815;26.4;14.8;20.6;1.5;15.84;0;3.85;19648
+74084;44.44486;2.04097;472;20220816;30.9;14.7;22.8;2.5;15.52;11.1;5.25;23135
+74084;44.44486;2.04097;472;20220817;23.6;14.6;19.1;2.4;16.92;.4;3.31;16967
+74084;44.44486;2.04097;472;20220818;23.7;14.7;19.2;3;15.39;0;3.67;17007
+74084;44.44486;2.04097;472;20220819;23.3;15.5;19.4;3.4;16.52;.1;3.38;15635
+74084;44.44486;2.04097;472;20220820;27.2;15.5;21.4;2.1;16.99;0;3.98;19059
+74084;44.44486;2.04097;472;20220821;25.5;15.6;20.6;2.2;15.92;0;3.72;17354
+74084;44.44486;2.04097;472;20220822;23.1;16.7;19.9;2.3;17.59;.5;2.87;13469
+74084;44.44486;2.04097;472;20220823;28.7;15.7;22.2;1.9;17.74;0;4.13;19747
+74084;44.44486;2.04097;472;20220824;33.4;17.6;25.5;1.8;15.29;0;5.09;21730
+74084;44.44486;2.04097;472;20220825;29.2;18.4;23.8;2.5;16.77;0;4.45;17531
+74084;44.44486;2.04097;472;20220826;28.7;16.5;22.6;2.4;16.57;.2;4.3;18859
+74084;44.44486;2.04097;472;20220827;29;15.9;22.4;1.9;14.62;0;4.29;19517
+74084;44.44486;2.04097;472;20220828;31;15.2;23.1;1.6;12.72;0;4.56;21040
+74084;44.44486;2.04097;472;20220829;32.9;17.2;25.1;2.1;13.82;2.2;5.13;20741
+74084;44.44486;2.04097;472;20220830;30.2;16.5;23.3;1.9;16.62;0;4.25;19223
+74084;44.44486;2.04097;472;20220831;29.8;15.5;22.6;2.2;14.79;.1;4.45;19399
+74084;44.44486;2.04097;472;20220901;26.8;15.4;21.1;1.7;16.94;2.6;3.47;17082
+74084;44.44486;2.04097;472;20220902;25.1;16;20.5;1.6;17.44;4.7;3.08;15291
+74084;44.44486;2.04097;472;20220903;25.6;15;20.3;1.5;16.72;.2;3.11;16155
+74084;44.44486;2.04097;472;20220904;30.3;16.7;23.5;3.1;16.97;0;4.64;18479
+74084;44.44486;2.04097;472;20220905;30.9;19.6;25.3;3.5;19.12;2.6;4.75;16691
+74084;44.44486;2.04097;472;20220906;29;19;24;2.5;18.72;3.4;3.9;15690
+74084;44.44486;2.04097;472;20220907;25.3;16.2;20.7;2.2;16.34;0;3.18;14474
+74084;44.44486;2.04097;472;20220908;22.9;11.8;17.4;1.4;14.24;1.3;2.8;15927
+74084;44.44486;2.04097;472;20220909;20.8;13.4;17.1;1.8;14.92;.9;2.39;12612
+74084;44.44486;2.04097;472;20220910;23.6;10.7;17.2;1.3;12.64;0;2.94;16954
+74084;44.44486;2.04097;472;20220911;30.2;11.5;20.9;1.6;11.69;0;4.04;20267
+74084;44.44486;2.04097;472;20220912;34.3;17.4;25.9;2.7;14.69;0;5.18;19039
+74084;44.44486;2.04097;472;20220913;29.7;20.6;25.2;3.4;20.07;.5;4.08;13857
+74084;44.44486;2.04097;472;20220914;27.6;18.3;22.9;2.3;17.59;.2;3.46;13949
+74084;44.44486;2.04097;472;20220915;26.6;14.8;20.7;1.9;15.87;0;3.22;15532
+74084;44.44486;2.04097;472;20220916;23;15.4;19.2;3.1;14.19;0;3.04;12047
+74084;44.44486;2.04097;472;20220917;18.9;8.4;13.7;2.8;8.69;0;2.96;14406
+74084;44.44486;2.04097;472;20220918;24;5.2;14.6;1.8;6.89;0;3.46;19267
+74084;44.44486;2.04097;472;20220919;24;7.9;15.9;2;7.64;0;3.52;17656
+74084;44.44486;2.04097;472;20220920;23.3;7.2;15.2;2.2;7.97;0;3.42;17243
+74084;44.44486;2.04097;472;20220921;23.5;8.1;15.8;1.7;8.09;0;3.09;16862
+74084;44.44486;2.04097;472;20220922;24.3;9.2;16.8;1.6;9.64;0;2.98;16263
+74084;44.44486;2.04097;472;20220923;24;10.4;17.2;1.9;11.94;8.6;2.88;15351
+74084;44.44486;2.04097;472;20220924;17.5;11.7;14.6;1.6;13.87;2.7;1.62;9443
+74084;44.44486;2.04097;472;20220925;17.1;10.1;13.6;1.9;12.24;.4;1.71;10292
+74084;44.44486;2.04097;472;20220926;17.1;7.2;12.2;2.7;11.02;2.6;1.97;12508
+74084;44.44486;2.04097;472;20220927;13.6;10.1;11.9;3.9;12.42;4.7;1.28;7142
+74084;44.44486;2.04097;472;20220928;16.9;11.8;14.4;5.3;14.37;9.9;1.62;8596
+74084;44.44486;2.04097;472;20220929;13.8;9.8;11.8;2.6;12.24;6.5;1.25;7197
+74084;44.44486;2.04097;472;20220930;15.5;6.6;11;2.4;10.12;0;1.76;11101
+74084;44.44486;2.04097;472;20221001;16.6;6.8;11.7;2.1;12.64;.4;1.55;11838
+74084;44.44486;2.04097;472;20221002;20.4;13.9;17.1;1.4;15.42;.1;1.71;9391
+74084;44.44486;2.04097;472;20221003;21.3;10.4;15.8;1.4;13.04;0;1.97;12016
+74084;44.44486;2.04097;472;20221004;22.6;8.9;15.8;1.2;12.14;.1;2.1;13542
+74084;44.44486;2.04097;472;20221005;23.2;10.7;17;2.2;13.02;.1;2.46;12768
+74084;44.44486;2.04097;472;20221006;21.3;13.3;17.3;1.2;15.04;.1;1.66;9679
+74084;44.44486;2.04097;472;20221007;23;12;17.5;1.6;14.02;.1;2.03;11680
+74084;44.44486;2.04097;472;20221008;21;12.5;16.7;1.5;14.47;5.5;1.75;9839
+74084;44.44486;2.04097;472;20221009;22.3;10.1;16.2;2.5;12.82;0;2.31;11945
+74084;44.44486;2.04097;472;20221010;23;12.6;17.8;2.3;13.97;0;2.24;10794
+74084;44.44486;2.04097;472;20221011;21.9;11.6;16.7;1.2;14.19;0;1.69;10425
+74084;44.44486;2.04097;472;20221012;21.7;13.5;17.6;1;14.67;1.2;1.57;9298
+74084;44.44486;2.04097;472;20221013;17.3;10.9;14.1;1.2;14.32;5.3;1.23;8181
+74084;44.44486;2.04097;472;20221014;17.3;13.8;15.5;2.7;16.27;1.4;1.08;5681
+74084;44.44486;2.04097;472;20221015;23.5;12.4;17.9;1.7;14.62;0;1.94;10758
+74084;44.44486;2.04097;472;20221016;23.6;15.8;19.7;4.4;15.97;0;2.57;8661
+74084;44.44486;2.04097;472;20221017;22;17.7;19.8;4.7;16.49;.9;2.39;6032
+74084;44.44486;2.04097;472;20221018;24.5;15.8;20.1;3;16.52;.1;2.28;8862
+74084;44.44486;2.04097;472;20221019;22.3;13.6;17.9;3.2;15.62;1.2;2.03;8586
+74084;44.44486;2.04097;472;20221020;20.8;16.4;18.6;3.7;17.42;1.9;1.68;5839
+74084;44.44486;2.04097;472;20221021;22;16.3;19.2;1.8;15.49;.2;1.67;6773
+74084;44.44486;2.04097;472;20221022;23;11.7;17.4;2.2;13.52;0;1.96;9646
+74084;44.44486;2.04097;472;20221023;22.6;16.4;19.5;3.8;14.17;0;2.6;7043
+74084;44.44486;2.04097;472;20221024;20.9;13.1;17;1.3;13.29;0;1.46;7570
+74084;44.44486;2.04097;472;20221025;22.1;10.7;16.4;2;12.34;.1;1.83;9325
+74084;44.44486;2.04097;472;20221026;22.5;12.3;17.4;1.8;14.42;.1;1.55;8722
+74084;44.44486;2.04097;472;20221027;24.4;15.1;19.7;3;15.34;0;2.24;8200
+74084;44.44486;2.04097;472;20221028;24.8;17.4;21.1;3;13.27;0;2.55;7106
+74084;44.44486;2.04097;472;20221029;24.2;16.8;20.5;3.9;9.49;0;3.51;7012
+74084;44.44486;2.04097;472;20221030;22.3;14.6;18.4;3.1;12.69;.2;2.23;6971
+74084;44.44486;2.04097;472;20221031;22.5;14.4;18.5;3.5;14.52;.3;2.14;7101
+74084;44.44486;2.04097;472;20221101;17.4;12.4;14.9;1.5;13.19;.1;1.09;5379
+74084;44.44486;2.04097;472;20221102;17.6;8.1;12.8;1.2;10.59;.1;1.11;7632
+74084;44.44486;2.04097;472;20221103;15.5;9.3;12.4;2.8;11.09;4.2;1.3;5881
+74084;44.44486;2.04097;472;20221104;9.5;7.8;8.6;5;10.04;6.6;.82;2617
+74084;44.44486;2.04097;472;20221105;11.8;2.4;7.1;2.1;7.74;.1;.95;7223
+74084;44.44486;2.04097;472;20221106;15.7;1.8;8.8;1.8;7.39;.1;1.23;8830
+74084;44.44486;2.04097;472;20221107;18.3;6.3;12.3;2.1;9.64;.1;1.39;8081
+74084;44.44486;2.04097;472;20221108;17.9;11.6;14.7;3.5;12.57;1;1.47;5468
+74084;44.44486;2.04097;472;20221109;15.3;12.4;13.8;1.8;13.64;4.8;.85;3535
+74084;44.44486;2.04097;472;20221110;15.1;8.7;11.9;1.6;11.32;.1;.85;5171
+74084;44.44486;2.04097;472;20221111;19.4;6.8;13.1;3.9;11.67;0;1.47;7764
+74084;44.44486;2.04097;472;20221112;20.9;12.1;16.5;2.8;11.37;0;1.85;6261
+74084;44.44486;2.04097;472;20221113;19.8;9.6;14.7;1.9;9.14;0;1.58;6574
+74084;44.44486;2.04097;472;20221114;15;11.8;13.4;2.6;12.22;2.6;1.06;3405
+74084;44.44486;2.04097;472;20221115;15.9;9.6;12.8;2.4;12.74;8.3;.84;4923
+74084;44.44486;2.04097;472;20221116;14.9;9.5;12.2;2;11.72;.1;.88;4590
+74084;44.44486;2.04097;472;20221117;14.3;10.6;12.5;2.8;11.94;5.9;.98;3488
+74084;44.44486;2.04097;472;20221118;10.2;7.3;8.7;2.7;10.14;3.2;.64;3000
+74084;44.44486;2.04097;472;20221119;9.3;4.9;7.1;2.4;8.74;.8;.64;3492
+74084;44.44486;2.04097;472;20221120;7.7;1.7;4.7;1.8;8.44;1.9;.41;4367
+74084;44.44486;2.04097;472;20221121;9.2;4.5;6.9;2.6;9.14;15.3;.55;3795
+74084;44.44486;2.04097;472;20221122;7;4.3;5.6;3.7;8.72;15.5;.43;2687
+74084;44.44486;2.04097;472;20221123;12.2;5.8;9;2.9;10.09;6.1;.71;4503
+74084;44.44486;2.04097;472;20221124;11.3;4.9;8.1;1.3;9.62;.6;.48;4410
+74084;44.44486;2.04097;472;20221125;9.1;6.9;8;1.6;9.74;9.4;.52;2076
+74084;44.44486;2.04097;472;20221126;9.8;2.9;6.4;1.4;8.19;0;.51;4321
+74084;44.44486;2.04097;472;20221127;12.5;2.7;7.6;2.5;6.72;4.1;1.09;5335
+74084;44.44486;2.04097;472;20221128;9.5;7;8.2;2.6;9.89;5.3;.55;2238
+74084;44.44486;2.04097;472;20221129;7.8;4.2;6;2.4;8.44;.1;.5;2827
+74084;44.44486;2.04097;472;20221130;8.1;.7;4.4;1.4;7.12;0;.44;4382
+74084;44.44486;2.04097;472;20221201;6.2;-.1;3;1.4;6.59;.1;.4;4060
+74084;44.44486;2.04097;472;20221202;4.3;2.7;3.5;.7;6.92;0;.43;1560
+74084;44.44486;2.04097;472;20221203;6;2.2;4.1;1.2;7.24;5.2;.42;2984
+74084;44.44486;2.04097;472;20221204;6.4;3.1;4.8;1.1;7.32;.3;.45;2801
+74084;44.44486;2.04097;472;20221205;9.1;-2.1;3.5;2;5.79;.1;.67;5554
+74084;44.44486;2.04097;472;20221206;10.3;-.1;5.1;1.5;5.34;0;.76;5269
+74084;44.44486;2.04097;472;20221207;9.3;-.3;4.5;.9;5.59;.1;.48;4953
+74084;44.44486;2.04097;472;20221208;8.2;-1.2;3.5;1.9;6.42;2.9;.52;4814
+74084;44.44486;2.04097;472;20221209;8.1;5.9;7;1.5;9.47;1.4;.41;1940
+74084;44.44486;2.04097;472;20221210;.7;.5;.6;3.1;6.04;0;.35;460
+74084;44.44486;2.04097;472;20221211;5;-7.6;-1.3;1.4;3.89;.1;.42;5714
+74084;44.44486;2.04097;472;20221212;3;-4.1;-.5;2.1;4.94;15.4;.43;4057
+74084;44.44486;2.04097;472;20221213;8.7;1.8;5.3;3;9.82;1.4;.09;4046
+74084;44.44486;2.04097;472;20221214;10.6;7.9;9.3;2;11.07;3.6;.45;2230
+74084;44.44486;2.04097;472;20221215;9.6;6.2;7.9;2.6;10.29;7;.38;2559
+74084;44.44486;2.04097;472;20221216;9.2;5.7;7.4;1.6;8.69;.1;.58;2491
+74084;44.44486;2.04097;472;20221217;5.2;-2.5;1.4;1.6;5.32;0;.51;3900
+74084;44.44486;2.04097;472;20221218;10.7;-1.4;4.6;3.6;6.42;0;.86;5511
+74084;44.44486;2.04097;472;20221219;14.5;8.2;11.4;6.3;10.22;0;1.45;3659
+74084;44.44486;2.04097;472;20221220;13.7;11.1;12.4;4.8;10.74;.8;1.34;2004
+74084;44.44486;2.04097;472;20221221;12.6;8.9;10.7;1.8;11.47;.9;.57;2658
+74084;44.44486;2.04097;472;20221222;11.9;8.8;10.4;3.2;12.49;10.7;.37;2384
+74084;44.44486;2.04097;472;20221223;14.7;11.3;13;2.3;13.64;0;.6;2594
+74084;44.44486;2.04097;472;20221224;15.5;9.6;12.5;1.3;11.64;0;.61;3622
+74084;44.44486;2.04097;472;20221225;16.2;7.2;11.7;2.7;9.72;0;1;4534
+74084;44.44486;2.04097;472;20221226;12.3;7.8;10;1.8;10.79;.6;.56;3092
+74084;44.44486;2.04097;472;20221227;11.7;6.7;9.2;1.2;10.17;.2;.48;3256
+74084;44.44486;2.04097;472;20221228;15.3;4;9.6;2;9.19;0;.75;5339
+74084;44.44486;2.04097;472;20221229;11.6;7.7;9.6;1.9;9.92;3.7;.64;2882
+74084;44.44486;2.04097;472;20221230;12.7;7;9.8;2.1;10.54;.1;.62;3640
+74084;44.44486;2.04097;472;20221231;16.1;9.9;13;3.1;10.84;0;1.1;3820
+74085;44.46834;2.35316;519;20220101;18;9.1;13.6;1.3;7.35;0;1.02;4916
+74085;44.46834;2.35316;519;20220102;13.5;8.5;11;1.4;7.75;.1;.92;3461
+74085;44.46834;2.35316;519;20220103;12.5;5.4;9;1.3;9.54;.1;.5;4494
+74085;44.46834;2.35316;519;20220104;16.4;7.7;12.1;2.6;8.75;7.5;1.33;4927
+74085;44.46834;2.35316;519;20220105;4.2;1.4;2.8;3.9;5.7;0;.81;2459
+74085;44.46834;2.35316;519;20220106;4;-1.4;1.3;3.4;4.84;0;.77;4089
+74085;44.46834;2.35316;519;20220107;-.8;-3.8;-2.3;1.8;5.5;5;.25;2706
+74085;44.46834;2.35316;519;20220108;7.2;.4;3.8;5.9;8.8;10.7;0;4405
+74085;44.46834;2.35316;519;20220109;5.3;3.5;4.4;4.6;7.87;15.1;.38;1944
+74085;44.46834;2.35316;519;20220110;5.6;4.2;4.9;2.4;7.2;.8;.63;1607
+74085;44.46834;2.35316;519;20220111;5.5;-1.4;2;2.4;4.8;0;.72;5488
+74085;44.46834;2.35316;519;20220112;5.4;-4.3;.6;1.8;4.34;0;.65;5506
+74085;44.46834;2.35316;519;20220113;6.8;-5.4;.7;1.5;4.24;0;.59;6642
+74085;44.46834;2.35316;519;20220114;12.2;-2.6;4.8;1.4;3.77;0;.93;7069
+74085;44.46834;2.35316;519;20220115;9.8;-2.1;3.8;1.1;4.3;0;.66;6486
+74085;44.46834;2.35316;519;20220116;6.4;-3.9;1.3;1.2;4.77;0;.5;6659
+74085;44.46834;2.35316;519;20220117;7.7;-3;2.4;1.9;5.37;.1;.65;6479
+74085;44.46834;2.35316;519;20220118;2.8;-1.3;.8;1;5.3;.1;.43;3654
+74085;44.46834;2.35316;519;20220119;1.4;-2.8;-.7;1.9;5.87;1.5;.23;2960
+74085;44.46834;2.35316;519;20220120;2.6;-1.1;.8;2.8;5.85;.1;.56;4285
+74085;44.46834;2.35316;519;20220121;3.7;-.2;1.8;4.5;4.15;0;1.28;3686
+74085;44.46834;2.35316;519;20220122;6.4;-2.6;1.9;2.9;4.34;0;1;6155
+74085;44.46834;2.35316;519;20220123;12.4;-2.9;4.8;2.3;5.04;0;1.2;7932
+74085;44.46834;2.35316;519;20220124;14.4;1.5;7.9;2;4.8;0;1.31;7532
+74085;44.46834;2.35316;519;20220125;10.9;-1.1;4.9;1.5;5.27;0;.87;7328
+74085;44.46834;2.35316;519;20220126;10.5;-1.2;4.6;1.3;5.5;0;.77;7201
+74085;44.46834;2.35316;519;20220127;9.8;-3.1;3.4;1.3;5.34;0;.72;7818
+74085;44.46834;2.35316;519;20220128;.8;-5.2;-2.2;1;4.87;0;.34;4547
+74085;44.46834;2.35316;519;20220129;1.8;-4.3;-1.3;.8;5.14;0;.37;6089
+74085;44.46834;2.35316;519;20220130;2.6;-2.8;-.1;1.3;6.04;.1;.32;4583
+74085;44.46834;2.35316;519;20220131;5.4;.8;3.1;5.4;7.27;1.7;.41;4190
+74085;44.46834;2.35316;519;20220201;2.9;-.4;1.3;4.7;6.64;1.6;.24;3295
+74085;44.46834;2.35316;519;20220202;6.7;3.2;5;3.6;8.38;.2;.39;3694
+74085;44.46834;2.35316;519;20220203;11.8;.2;6;2.2;7.14;.1;.97;7743
+74085;44.46834;2.35316;519;20220204;6.7;4;5.3;1.8;8.74;2.4;.42;3001
+74085;44.46834;2.35316;519;20220205;8.8;4.4;6.6;3.3;7.47;.4;.99;5671
+74085;44.46834;2.35316;519;20220206;4.9;-1.3;1.8;3.3;7.07;2.7;.33;4049
+74085;44.46834;2.35316;519;20220207;9.4;4.6;7;5.1;8.1;.7;1.05;5514
+74085;44.46834;2.35316;519;20220208;14.8;-1.8;6.5;1.8;5.74;0;1.34;10436
+74085;44.46834;2.35316;519;20220209;13.8;2.1;7.9;2.8;6.4;0;1.54;8421
+74085;44.46834;2.35316;519;20220210;10;1.7;5.9;2.3;7.02;0;1.46;11200
+74085;44.46834;2.35316;519;20220211;11.5;5.2;8.3;2.9;7.02;.1;1.44;11300
+74085;44.46834;2.35316;519;20220212;11.5;-2.1;4.7;3;5.43;0;1.49;8233
+74085;44.46834;2.35316;519;20220213;11.2;4.9;8;6;8.27;4.1;1.46;6733
+74085;44.46834;2.35316;519;20220214;8.4;7;7.7;5.7;8.52;8.9;1.03;4800
+74085;44.46834;2.35316;519;20220215;6.7;3.8;5.2;6.2;7.92;3.1;.66;5500
+74085;44.46834;2.35316;519;20220216;10;5.2;7.6;5.5;10.27;8.7;.46;4583
+74085;44.46834;2.35316;519;20220217;11.5;8.9;10.2;4.8;11.9;1.8;.61;4163
+74085;44.46834;2.35316;519;20220218;14.3;8.2;11.2;3.5;10.65;.2;1.35;7036
+74085;44.46834;2.35316;519;20220219;8.2;3.9;6;3.8;6.87;0;1.24;7325
+74085;44.46834;2.35316;519;20220220;7;1.8;4.4;3;8.1;4.3;.56;7032
+74085;44.46834;2.35316;519;20220221;8.1;6.8;7.4;7.4;8.4;2.1;1.17;3944
+74085;44.46834;2.35316;519;20220222;9.5;4.4;7;4.3;8.14;.3;1.11;6840
+74085;44.46834;2.35316;519;20220223;14.1;3.5;8.8;1.8;7.94;0;1.4;9968
+74085;44.46834;2.35316;519;20220224;13.5;5.1;9.3;4;8.27;.3;1.72;8467
+74085;44.46834;2.35316;519;20220225;8.7;2.8;5.7;4;5.97;0;1.56;7989
+74085;44.46834;2.35316;519;20220226;12.9;.4;6.7;3.8;4.47;0;2.41;12812
+74085;44.46834;2.35316;519;20220227;13.2;1.8;7.5;2.4;6.07;0;1.78;11520
+74085;44.46834;2.35316;519;20220228;13.3;2.4;7.8;2.3;7.1;0;1.68;10487
+74085;44.46834;2.35316;519;20220301;14.4;-.5;6.9;3;6.24;0;1.95;12018
+74085;44.46834;2.35316;519;20220302;10.1;2.9;6.5;2.9;8.4;1.7;.99;7207
+74085;44.46834;2.35316;519;20220303;13.9;6.6;10.3;1.5;9.37;0;1.35;9177
+74085;44.46834;2.35316;519;20220304;9.8;4.8;7.3;3.5;9.14;.5;.91;6348
+74085;44.46834;2.35316;519;20220305;8.5;5.9;7.2;3.1;8.57;0;.95;5634
+74085;44.46834;2.35316;519;20220306;9.7;.9;5.3;1.9;5.75;0;1.46;10417
+74085;44.46834;2.35316;519;20220307;10.5;-2.1;4.2;2;5.3;0;1.6;12105
+74085;44.46834;2.35316;519;20220308;11.4;3.2;7.3;4;7.2;0;1.69;10452
+74085;44.46834;2.35316;519;20220309;12.2;5.1;8.6;4.3;8;0;1.81;10987
+74085;44.46834;2.35316;519;20220310;13;6.4;9.7;5.7;8.84;1.7;1.9;9574
+74085;44.46834;2.35316;519;20220311;9.6;8;8.8;8.6;8.67;6.2;1.59;4386
+74085;44.46834;2.35316;519;20220312;7.7;5.7;6.7;6.7;8.37;3.4;1.02;4786
+74085;44.46834;2.35316;519;20220313;8.2;6.3;7.2;6.2;7.24;9.5;1.59;4170
+74085;44.46834;2.35316;519;20220314;10.3;0;5.2;7.6;8.54;.5;.9;9953
+74085;44.46834;2.35316;519;20220315;13;9.7;11.4;11.1;10.04;0;2.14;7617
+74085;44.46834;2.35316;519;20220316;14.1;9.6;11.9;4.9;9.97;0;1.95;7710
+74085;44.46834;2.35316;519;20220317;13.8;6.8;10.3;2.5;9.7;1.4;1.56;8951
+74085;44.46834;2.35316;519;20220318;12.9;5.7;9.3;2.1;8.72;0;1.4;7500
+74085;44.46834;2.35316;519;20220319;15.1;6.3;10.7;4;7.12;0;2.85;16300
+74085;44.46834;2.35316;519;20220320;11.6;6.4;9;9.5;7.42;0;2.46;8400
+74085;44.46834;2.35316;519;20220321;11.8;7.7;9.7;11.7;7.02;0;3.19;11900
+74085;44.46834;2.35316;519;20220322;13.2;5.5;9.3;11;5.42;0;4.14;19200
+74085;44.46834;2.35316;519;20220323;14.5;5;9.7;7.9;4.42;0;4.44;19800
+74085;44.46834;2.35316;519;20220324;17.5;5.1;11.3;5.5;4.32;0;4.36;15272
+74085;44.46834;2.35316;519;20220325;18.1;3.2;10.6;4;3.92;0;4.06;18500
+74085;44.46834;2.35316;519;20220326;18.9;1.1;10;4.3;4.82;0;4.09;20800
+74085;44.46834;2.35316;519;20220327;19.5;2.7;11.1;3.9;5.72;0;3.9;19900
+74085;44.46834;2.35316;519;20220328;19.1;6.9;13;5.9;5.22;0;4.82;18100
+74085;44.46834;2.35316;519;20220329;17.7;9.6;13.6;3.6;7.42;2;3.34;14400
+74085;44.46834;2.35316;519;20220330;10.3;7.8;9;2.6;10.02;2.3;.97;4900
+74085;44.46834;2.35316;519;20220331;11.7;5.5;8.6;6.6;8.12;2.5;2.06;11900
+74085;44.46834;2.35316;519;20220401;5.3;-.3;2.5;5.4;5.35;2.5;1.79;11866
+74085;44.46834;2.35316;519;20220402;4.3;-1.5;1.4;3.7;5.02;0;1.46;9533
+74085;44.46834;2.35316;519;20220403;3.6;-2.7;.5;3.6;4.91;0;1.41;9534
+74085;44.46834;2.35316;519;20220404;9.4;-1.2;4.1;1.5;5.05;0;2.33;21066
+74085;44.46834;2.35316;519;20220405;13.7;-2.5;5.6;2.3;6.17;0;2.52;21000
+74085;44.46834;2.35316;519;20220406;9.8;-.6;4.6;3.6;8.62;1.6;.69;6600
+74085;44.46834;2.35316;519;20220407;12.3;6.9;9.6;7.3;10.62;10.6;.99;4100
+74085;44.46834;2.35316;519;20220408;16.6;9.7;13.1;7.7;10.22;1.1;2.98;12400
+74085;44.46834;2.35316;519;20220409;11.6;3.9;7.7;5.4;6.52;.2;2.7;17400
+74085;44.46834;2.35316;519;20220410;18;-3.1;7.4;3.9;5.02;0;3.9;24300
+74085;44.46834;2.35316;519;20220411;14.7;7.7;11.2;11.3;8.52;0;3.53;19900
+74085;44.46834;2.35316;519;20220412;15.9;9.4;12.6;9.9;7.62;0;4.2;14100
+74085;44.46834;2.35316;519;20220413;16.3;8.3;12.3;2;7.82;.3;2.35;10400
+74085;44.46834;2.35316;519;20220414;22;1.3;11.6;2.2;9.72;.2;3.51;23900
+74085;44.46834;2.35316;519;20220415;23;5;14;2.4;10.92;0;3.79;24200
+74085;44.46834;2.35316;519;20220416;22.8;3.9;13.3;2.9;9.32;0;4.11;24800
+74085;44.46834;2.35316;519;20220417;21.4;1.7;11.5;3.6;7.72;0;4.28;25700
+74085;44.46834;2.35316;519;20220418;17.9;5.3;11.6;3.6;9.42;0;3.14;20000
+74085;44.46834;2.35316;519;20220419;17.9;4;10.9;3.1;10.42;3.6;2.73;19400
+74085;44.46834;2.35316;519;20220420;13.4;8.7;11;1.5;11.42;6.9;1.25;6700
+74085;44.46834;2.35316;519;20220421;13.5;8.5;11;2.4;11.52;1;1.18;5900
+74085;44.46834;2.35316;519;20220422;19.1;7.5;13.3;2.5;11.02;1;2.96;18400
+74085;44.46834;2.35316;519;20220423;14.9;10.8;12.8;6.4;9.72;35.8;2.57;6900
+74085;44.46834;2.35316;519;20220424;11.7;5.8;8.7;4.5;10.62;17.4;.64;2100
+74085;44.46834;2.35316;519;20220425;15.1;5.9;10.5;2;9.32;0;2.92;22300
+74085;44.46834;2.35316;519;20220426;20.8;1.7;11.2;1.5;8.42;0;3.77;27200
+74085;44.46834;2.35316;519;20220427;23.6;7.3;15.4;1.9;10.12;0;4.06;23800
+74085;44.46834;2.35316;519;20220428;20.9;9.3;15.1;3;11.72;.2;3.81;23200
+74085;44.46834;2.35316;519;20220429;20.1;10;15;3.4;13.32;.7;1.47;1400
+74085;44.46834;2.35316;519;20220430;20.2;9.9;15;2.8;11.22;.2;3.8;23000
+74085;44.46834;2.35316;519;20220501;18.1;3.4;10.7;2.4;8.52;0;3.47;24100
+74085;44.46834;2.35316;519;20220502;18.3;7.6;12.9;2;8.92;.2;3.46;21700
+74085;44.46834;2.35316;519;20220503;18.5;9.7;14.1;1.2;11.72;14.5;2.01;10100
+74085;44.46834;2.35316;519;20220504;17.3;7.2;12.2;2;11.62;2.4;2.59;17600
+74085;44.46834;2.35316;519;20220505;17.7;6.6;12.1;3.1;10.02;.5;3.17;20200
+74085;44.46834;2.35316;519;20220506;16.7;7.2;12;3.8;9.77;0;2.99;16435
+74085;44.46834;2.35316;519;20220507;20.4;8.5;14.5;3.5;10.04;0;4.07;21671
+74085;44.46834;2.35316;519;20220508;21.5;9.7;15.6;2.1;10.27;0;3.23;14346
+74085;44.46834;2.35316;519;20220509;23.8;9.1;16.4;1.8;10.77;0;4.27;23740
+74085;44.46834;2.35316;519;20220510;25;9.8;17.4;1.7;11.4;0;4.42;24835
+74085;44.46834;2.35316;519;20220511;26.5;12.5;19.5;2.9;11.7;0;5.19;24746
+74085;44.46834;2.35316;519;20220512;24.6;11.2;17.9;2.4;12.9;0;4.3;21916
+74085;44.46834;2.35316;519;20220513;23.6;12.4;18;1.8;13.17;0;3.99;21571
+74085;44.46834;2.35316;519;20220514;27.1;11.8;19.5;1.6;13.9;0;4.64;24681
+74085;44.46834;2.35316;519;20220515;25.7;15.9;20.8;4.5;11.67;.3;5.68;21589
+74085;44.46834;2.35316;519;20220516;26.1;11.7;18.9;2.3;12.1;0;4.94;24800
+74085;44.46834;2.35316;519;20220517;29.5;12.8;21.1;2;13.77;0;5.41;26250
+74085;44.46834;2.35316;519;20220518;30.3;15.7;23;2.6;14.94;0;5.58;24254
+74085;44.46834;2.35316;519;20220519;27;16.5;21.8;4.8;13.3;.3;5.77;20944
+74085;44.46834;2.35316;519;20220520;28.2;18.1;23.1;5;12.7;0;6.51;22006
+74085;44.46834;2.35316;519;20220521;32.3;13.9;23.1;2;15.27;0;4.78;18966
+74085;44.46834;2.35316;519;20220522;31.2;18.2;24.7;2.2;17.04;6.5;5.18;21005
+74085;44.46834;2.35316;519;20220523;18.2;15.1;16.6;3.6;15.07;3.9;2.33;10247
+74085;44.46834;2.35316;519;20220524;16.9;10.3;13.6;3.3;11.57;0;2.5;11648
+74085;44.46834;2.35316;519;20220525;18.1;7.8;13;3.8;10.5;0;3.59;21630
+74085;44.46834;2.35316;519;20220526;18;8.7;13.4;3.7;11.2;0;2.77;13112
+74085;44.46834;2.35316;519;20220527;24.4;9.4;16.9;3.1;12.87;0;3.91;17512
+74085;44.46834;2.35316;519;20220528;24.3;10.2;17.3;3;10.9;0;4.15;16156
+74085;44.46834;2.35316;519;20220529;22.2;7.9;15;2.5;7.8;0;4.89;25948
+74085;44.46834;2.35316;519;20220530;23.1;8.3;15.7;2.1;8.47;.2;4.77;25679
+74085;44.46834;2.35316;519;20220531;23.4;11.2;17.3;1.8;11.5;1.6;4.28;22936
+74085;44.46834;2.35316;519;20220601;30.1;12.7;21.4;2.5;12.9;1;6.02;27869
+74085;44.46834;2.35316;519;20220602;28.8;15.9;22.4;3.4;14.17;.6;5;16561
+74085;44.46834;2.35316;519;20220603;29.6;15.6;22.6;3.5;14.2;11.3;5.24;17106
+74085;44.46834;2.35316;519;20220604;28.4;15.4;21.9;3;17.87;31.6;5.27;25227
+74085;44.46834;2.35316;519;20220605;22;14.7;18.4;2.7;16.44;.1;3.42;18052
+74085;44.46834;2.35316;519;20220606;25.6;11.9;18.7;1.8;14.97;.2;4.54;24620
+74085;44.46834;2.35316;519;20220607;21.3;14.5;17.9;2.8;14.44;.1;3.56;17543
+74085;44.46834;2.35316;519;20220608;16.7;12.7;14.7;2.3;13.97;3.8;1.91;8995
+74085;44.46834;2.35316;519;20220609;17.1;11.2;14.1;3.7;12.75;.2;2.85;16460
+74085;44.46834;2.35316;519;20220610;25.5;10.5;18;2.6;13.5;0;5.05;27226
+74085;44.46834;2.35316;519;20220611;30.3;12.8;21.5;2;13.24;0;5.96;28882
+74085;44.46834;2.35316;519;20220612;28.9;16.3;22.6;2.1;15.4;.3;5.28;24040
+74085;44.46834;2.35316;519;20220613;28.9;17.1;23;2.3;18.27;0;5.33;25337
+74085;44.46834;2.35316;519;20220614;32.9;16;24.4;2;15.97;.3;6.18;27659
+74085;44.46834;2.35316;519;20220615;32.1;19.3;25.7;2.6;17;0;6.06;24323
+74085;44.46834;2.35316;519;20220616;33.3;17.8;25.5;1.6;18.8;0;5.86;26658
+74085;44.46834;2.35316;519;20220617;35.2;18.5;26.9;2.2;15.9;0;6.78;27764
+74085;44.46834;2.35316;519;20220618;34.6;20.6;27.6;4.8;13.57;0;8.51;26129
+74085;44.46834;2.35316;519;20220619;31.5;22.6;27;8.4;14;0;8.89;20569
+74085;44.46834;2.35316;519;20220620;29;18.9;23.9;4.2;15.94;0;5.56;18851
+74085;44.46834;2.35316;519;20220621;28.6;18.5;23.5;2.4;18.77;.9;4.17;16640
+74085;44.46834;2.35316;519;20220622;26.3;17.7;22;3;17.74;1.3;4.49;19746
+74085;44.46834;2.35316;519;20220623;24.2;15.8;20;2.7;17;16.6;3.62;16617
+74085;44.46834;2.35316;519;20220624;21.8;14.4;18.1;2.3;15.24;4.4;3.55;18400
+74085;44.46834;2.35316;519;20220625;26;12.5;19.3;2.9;15.37;11.6;4.68;23284
+74085;44.46834;2.35316;519;20220626;19.6;14.5;17;2.6;16.65;8;2.16;10768
+74085;44.46834;2.35316;519;20220627;18.4;13.8;16.1;3.3;15.2;2.5;2.33;11590
+74085;44.46834;2.35316;519;20220628;23.2;12.3;17.8;3.1;13.14;0;4.69;24657
+74085;44.46834;2.35316;519;20220629;26.9;12;19.5;1.9;13.4;.5;5.19;27065
+74085;44.46834;2.35316;519;20220630;15.4;14;14.7;2.9;14.8;1.7;1.4;5947
+74085;44.46834;2.35316;519;20220701;21.1;9.5;15.3;2.6;12.14;0;4.23;25497
+74085;44.46834;2.35316;519;20220702;29.4;10;19.7;1.7;11.84;0;5.7;29740
+74085;44.46834;2.35316;519;20220703;28.6;15.6;22.1;2;15.54;.6;5.19;24542
+74085;44.46834;2.35316;519;20220704;25.5;16.2;20.9;2.7;18.14;3.1;4.16;20466
+74085;44.46834;2.35316;519;20220705;27;15.1;21;2.4;16.34;0;5.06;25265
+74085;44.46834;2.35316;519;20220706;26.6;13.4;20;2.6;12.7;0;5.33;25093
+74085;44.46834;2.35316;519;20220707;25.9;14.2;20.1;3.9;12.64;0;5.74;25685
+74085;44.46834;2.35316;519;20220708;27.9;15.2;21.6;3.9;13.04;0;6.2;26193
+74085;44.46834;2.35316;519;20220709;30.3;12.8;21.5;2.5;12.44;0;6.2;28308
+74085;44.46834;2.35316;519;20220710;30.4;14.5;22.5;2.6;13.07;0;6.15;26751
+74085;44.46834;2.35316;519;20220711;33.1;15.6;24.4;2.1;13.34;0;6.42;28217
+74085;44.46834;2.35316;519;20220712;32.5;18.4;25.5;2.4;13.8;0;6.38;25738
+74085;44.46834;2.35316;519;20220713;33.3;15.9;24.6;2.1;12.27;0;6.45;27743
+74085;44.46834;2.35316;519;20220714;34.6;18.5;26.6;2.3;14.3;0;6.7;27045
+74085;44.46834;2.35316;519;20220715;33.6;18;25.8;2.2;14.4;0;6.36;26413
+74085;44.46834;2.35316;519;20220716;34.5;17.2;25.8;2.6;13.47;0;6.92;27454
+74085;44.46834;2.35316;519;20220717;36.3;16.3;26.3;2.5;11.57;0;7.44;29106
+74085;44.46834;2.35316;519;20220718;36.2;21.2;28.7;4.2;13.9;0;8.33;25935
+74085;44.46834;2.35316;519;20220719;35.5;24.7;30.1;4.8;11.64;.7;8.9;23569
+74085;44.46834;2.35316;519;20220720;27.3;18.5;22.9;2.7;15.6;0;4.8;19721
+74085;44.46834;2.35316;519;20220721;32.2;14.8;23.5;1.6;14.54;0;5.71;27045
+74085;44.46834;2.35316;519;20220722;31.7;18.3;25;3;15.34;.3;6;22384
+74085;44.46834;2.35316;519;20220723;28.2;15.6;21.9;2.9;15.37;0;5.32;24342
+74085;44.46834;2.35316;519;20220724;35.6;16.2;25.9;1.8;13.5;0;6.44;28301
+74085;44.46834;2.35316;519;20220725;25.5;18.2;21.9;3.2;15.74;0;4.3;16862
+74085;44.46834;2.35316;519;20220726;25.4;15.7;20.6;4;13.67;0;5.24;22703
+74085;44.46834;2.35316;519;20220727;27.1;12.3;19.7;2.7;11.97;0;5.37;25932
+74085;44.46834;2.35316;519;20220728;28.4;13;20.7;2.3;12.7;0;5.18;24312
+74085;44.46834;2.35316;519;20220729;26.2;16.7;21.5;2.3;15.14;0;4.36;19513
+74085;44.46834;2.35316;519;20220730;29.4;17.3;23.4;2.8;15.1;0;5.52;23313
+74085;44.46834;2.35316;519;20220731;31.6;15.7;23.7;2.2;14.47;0;5.72;25537
+74085;44.46834;2.35316;519;20220801;33;17.1;25.1;2.6;14.1;0;6.24;25181
+74085;44.46834;2.35316;519;20220802;33.6;16.8;25.2;2.2;13.44;0;6.12;25412
+74085;44.46834;2.35316;519;20220803;35.8;21.5;28.7;2.4;12.4;0;6.63;24194
+74085;44.46834;2.35316;519;20220804;36.2;20.7;28.4;2.2;13.5;0;6.43;24605
+74085;44.46834;2.35316;519;20220805;30.2;19.1;24.7;3;18.67;4.1;5.16;21084
+74085;44.46834;2.35316;519;20220806;31.9;17.8;24.8;2.6;16.77;0;5.71;23921
+74085;44.46834;2.35316;519;20220807;32.2;16.9;24.6;2.5;12.3;0;6.09;24617
+74085;44.46834;2.35316;519;20220808;33.1;15.5;24.3;2.3;10.44;0;6.22;25454
+74085;44.46834;2.35316;519;20220809;34.1;17.1;25.6;2.4;9.8;0;6.36;24648
+74085;44.46834;2.35316;519;20220810;35.2;19.1;27.2;2.4;10.17;0;6.53;23810
+74085;44.46834;2.35316;519;20220811;35.8;20.1;27.9;2.2;13.64;0;6.14;23465
+74085;44.46834;2.35316;519;20220812;36.3;19.9;28.1;2.2;15.34;0;6.14;23732
+74085;44.46834;2.35316;519;20220813;35.6;18.7;27.2;1.9;15.14;.7;5.76;23997
+74085;44.46834;2.35316;519;20220814;25.5;19.7;22.6;3.1;18.4;4.9;3.78;15373
+74085;44.46834;2.35316;519;20220815;26.5;14.7;20.6;1.7;15.27;.2;4.05;20540
+74085;44.46834;2.35316;519;20220816;31.6;14.6;23.1;2.6;15.04;13.3;5.21;20957
+74085;44.46834;2.35316;519;20220817;23.2;14.4;18.8;2.3;16.7;0;2.92;14582
+74085;44.46834;2.35316;519;20220818;23;14.2;18.6;3.4;15.27;1.9;3.4;15698
+74085;44.46834;2.35316;519;20220819;22.9;15.4;19.2;4.2;15.97;.1;3.49;15958
+74085;44.46834;2.35316;519;20220820;27.7;15.8;21.8;2.5;16.44;0;4.36;20396
+74085;44.46834;2.35316;519;20220821;25.8;14.6;20.2;2.7;15.37;.1;3.86;17420
+74085;44.46834;2.35316;519;20220822;23.5;16.3;19.9;3.1;17.07;.3;3.14;14528
+74085;44.46834;2.35316;519;20220823;29.3;16;22.7;2.2;17.54;0;4.38;20718
+74085;44.46834;2.35316;519;20220824;33.3;16.7;25;1.9;14.84;0;5.13;22078
+74085;44.46834;2.35316;519;20220825;29.4;17.6;23.5;2.8;16.37;.1;4.72;19305
+74085;44.46834;2.35316;519;20220826;29;16.7;22.8;2.9;16.7;.4;4.65;20049
+74085;44.46834;2.35316;519;20220827;28.8;15.1;22;2.1;14.44;0;4.42;20318
+74085;44.46834;2.35316;519;20220828;30.9;14.3;22.6;1.9;12.57;0;4.74;21486
+74085;44.46834;2.35316;519;20220829;32.6;17.6;25.1;2.3;13.84;2.1;4.94;18744
+74085;44.46834;2.35316;519;20220830;29.9;15.9;22.9;2.1;15.97;0;4.22;18585
+74085;44.46834;2.35316;519;20220831;29.9;14.5;22.2;2.3;14.64;.1;4.45;19709
+74085;44.46834;2.35316;519;20220901;27.3;15;21.2;1.8;16.2;.7;3.57;17564
+74085;44.46834;2.35316;519;20220902;25.2;15.9;20.6;1.8;16.8;4.4;3.03;14508
+74085;44.46834;2.35316;519;20220903;25.1;15.7;20.4;1.7;16.8;.2;3.04;15416
+74085;44.46834;2.35316;519;20220904;29.6;17;23.3;3.6;17.24;0;4.69;19095
+74085;44.46834;2.35316;519;20220905;30.2;19.9;25;4.5;19;.2;4.98;17609
+74085;44.46834;2.35316;519;20220906;29.4;19;24.2;2.8;19.1;2.4;3.91;15084
+74085;44.46834;2.35316;519;20220907;25.6;15.9;20.7;2.6;16.87;0;3.07;12826
+74085;44.46834;2.35316;519;20220908;23.5;11.2;17.4;1.7;13.94;1;2.91;16174
+74085;44.46834;2.35316;519;20220909;20.3;12.9;16.6;2;14.5;.6;2.17;11177
+74085;44.46834;2.35316;519;20220910;23.5;10.9;17.2;1.8;12.4;0;3.15;17678
+74085;44.46834;2.35316;519;20220911;30.1;10.5;20.3;1.8;11.24;0;4.22;20652
+74085;44.46834;2.35316;519;20220912;33.5;16.9;25.2;3.3;14.84;0;5.33;18810
+74085;44.46834;2.35316;519;20220913;28.6;20.4;24.5;4.3;20.17;0;3.9;12707
+74085;44.46834;2.35316;519;20220914;27.5;18.7;23.1;2.9;17.94;.2;3.55;13968
+74085;44.46834;2.35316;519;20220915;26.6;14.7;20.7;2.1;15.94;0;3.25;15684
+74085;44.46834;2.35316;519;20220916;23.2;15.8;19.5;3.9;14.04;0;3.42;13271
+74085;44.46834;2.35316;519;20220917;19.1;8.6;13.9;3.4;8.57;0;3.28;16074
+74085;44.46834;2.35316;519;20220918;24.3;4.3;14.3;2;6.67;0;3.6;19416
+74085;44.46834;2.35316;519;20220919;24.2;7.1;15.6;2.2;7.3;0;3.62;17808
+74085;44.46834;2.35316;519;20220920;23.5;5.7;14.6;2.4;7.77;0;3.55;18154
+74085;44.46834;2.35316;519;20220921;23.6;6.9;15.3;2.1;8;0;3.34;17455
+74085;44.46834;2.35316;519;20220922;24.3;9.9;17.1;1.9;10.17;0;3.12;16688
+74085;44.46834;2.35316;519;20220923;23.7;10.2;17;2.4;12;28;2.89;14087
+74085;44.46834;2.35316;519;20220924;17.1;11.6;14.3;1.9;13.57;2.8;1.55;9025
+74085;44.46834;2.35316;519;20220925;17;9.7;13.3;2.3;12;.5;1.79;11093
+74085;44.46834;2.35316;519;20220926;16.9;7.8;12.4;3.1;11.07;2.3;1.93;11156
+74085;44.46834;2.35316;519;20220927;13.6;9.9;11.8;5.1;12.04;5.4;1.28;7143
+74085;44.46834;2.35316;519;20220928;16.3;11.4;13.9;6.3;14.04;13.3;1.41;7885
+74085;44.46834;2.35316;519;20220929;13.4;9.5;11.4;3.3;11.84;5;1.19;7023
+74085;44.46834;2.35316;519;20220930;15.3;6.8;11.1;2.9;9.87;.3;1.86;12088
+74085;44.46834;2.35316;519;20221001;16;6.7;11.4;2.4;12.34;1.5;1.26;8802
+74085;44.46834;2.35316;519;20221002;20.7;13.7;17.2;2.1;15.1;.1;1.96;10673
+74085;44.46834;2.35316;519;20221003;21.2;9.7;15.5;1.8;12.84;0;2.13;13254
+74085;44.46834;2.35316;519;20221004;22.7;8.2;15.5;1.4;11.9;.1;2.21;14395
+74085;44.46834;2.35316;519;20221005;22.2;10.5;16.4;2.6;12.97;.1;2.41;13362
+74085;44.46834;2.35316;519;20221006;21.4;12.8;17.1;1.6;14.77;0;1.83;10527
+74085;44.46834;2.35316;519;20221007;22.1;12;17.1;1.9;13.94;.3;2.08;11934
+74085;44.46834;2.35316;519;20221008;20.8;13.2;17;1.7;14.34;1.8;1.78;9728
+74085;44.46834;2.35316;519;20221009;22.1;9.3;15.7;2.8;12.64;0;2.32;12931
+74085;44.46834;2.35316;519;20221010;22.9;12.8;17.9;2.5;13.77;0;2.35;11882
+74085;44.46834;2.35316;519;20221011;22.3;10.9;16.6;1.3;13.64;.1;1.83;11447
+74085;44.46834;2.35316;519;20221012;21.4;13.2;17.3;1.3;14.1;1.2;1.67;9369
+74085;44.46834;2.35316;519;20221013;17.1;10.4;13.8;1.2;13.94;6.6;1.13;7225
+74085;44.46834;2.35316;519;20221014;16.6;13.4;15;3.2;15.74;1.5;.94;4623
+74085;44.46834;2.35316;519;20221015;23.6;11.3;17.5;2.1;14.24;0;2.11;11901
+74085;44.46834;2.35316;519;20221016;22.7;15.7;19.2;6;15.87;0;2.66;9817
+74085;44.46834;2.35316;519;20221017;21.4;17.3;19.4;6.2;16.2;0;2.46;6302
+74085;44.46834;2.35316;519;20221018;23.3;16.3;19.8;3.8;16.4;0;2.34;9772
+74085;44.46834;2.35316;519;20221019;22.3;13.6;17.9;3.9;15.57;2.1;2.02;8011
+74085;44.46834;2.35316;519;20221020;20.5;16.5;18.5;4.2;17.24;1.8;1.59;5278
+74085;44.46834;2.35316;519;20221021;22.2;16.9;19.5;2.7;15.4;.2;2;6858
+74085;44.46834;2.35316;519;20221022;23;11.4;17.2;2.5;13.2;0;2.07;10415
+74085;44.46834;2.35316;519;20221023;22.7;16.1;19.4;4.9;14.57;0;2.67;5991
+74085;44.46834;2.35316;519;20221024;20.8;13;16.9;1.4;13.37;0;1.51;8731
+74085;44.46834;2.35316;519;20221025;21.6;10.3;15.9;2.6;12.14;0;1.89;8256
+74085;44.46834;2.35316;519;20221026;22;11.9;17;2.4;14.47;.1;1.6;8051
+74085;44.46834;2.35316;519;20221027;23.9;14.5;19.2;3.6;15.17;0;2.27;8086
+74085;44.46834;2.35316;519;20221028;24.3;16.3;20.3;3.8;12.97;0;2.8;7593
+74085;44.46834;2.35316;519;20221029;23.3;16.6;19.9;5.6;9.2;0;4.21;7322
+74085;44.46834;2.35316;519;20221030;21.9;14.7;18.3;4.4;12.9;0;2.56;8169
+74085;44.46834;2.35316;519;20221031;22.1;14.7;18.4;4.9;14.34;0;2.43;7919
+74085;44.46834;2.35316;519;20221101;17.2;12.3;14.7;2;12.87;.1;1.2;6206
+74085;44.46834;2.35316;519;20221102;17.7;7.2;12.5;1.3;10.24;.1;1.17;8517
+74085;44.46834;2.35316;519;20221103;15.7;9.2;12.5;4;11.1;5.2;1.37;4707
+74085;44.46834;2.35316;519;20221104;8.9;7.9;8.4;6;9.84;9.1;.74;2328
+74085;44.46834;2.35316;519;20221105;11.2;2.6;6.9;3;7.74;.1;1.01;8295
+74085;44.46834;2.35316;519;20221106;16.1;2.1;9.1;2;7.1;0;1.39;8977
+74085;44.46834;2.35316;519;20221107;18.2;6.2;12.2;2.8;9.6;0;1.55;8503
+74085;44.46834;2.35316;519;20221108;17.6;11.7;14.7;4.8;12.64;1.3;1.55;6154
+74085;44.46834;2.35316;519;20221109;15.6;12.4;14;2.5;13.4;3.4;.92;3247
+74085;44.46834;2.35316;519;20221110;15;8.6;11.8;2;10.97;0;.93;7075
+74085;44.46834;2.35316;519;20221111;18.8;6.3;12.5;4.9;11.6;0;1.44;8235
+74085;44.46834;2.35316;519;20221112;20.6;11.8;16.2;3.7;10.97;0;2.12;6969
+74085;44.46834;2.35316;519;20221113;20.3;9.6;15;2.4;8.94;0;1.86;6810
+74085;44.46834;2.35316;519;20221114;14.9;11.6;13.2;3.6;12.17;3;1.1;3529
+74085;44.46834;2.35316;519;20221115;15.8;10.5;13.1;3;12.64;7.2;.93;4620
+74085;44.46834;2.35316;519;20221116;14.9;8.8;11.9;2.2;11.17;.1;.88;5628
+74085;44.46834;2.35316;519;20221117;13.8;10.1;11.9;3.4;11.57;5.4;.94;3521
+74085;44.46834;2.35316;519;20221118;9.7;7;8.4;3.6;9.77;2.6;.64;3491
+74085;44.46834;2.35316;519;20221119;9.3;4.5;6.9;3.3;8.44;.5;.68;4783
+74085;44.46834;2.35316;519;20221120;8;2.2;5.1;2.3;8.04;1.4;.47;4746
+74085;44.46834;2.35316;519;20221121;9;3.9;6.4;3.3;8.67;12.7;.55;3155
+74085;44.46834;2.35316;519;20221122;6.4;4.2;5.3;5;8.44;13.9;.4;2498
+74085;44.46834;2.35316;519;20221123;12.3;5.6;8.9;3.6;9.8;6.8;.76;4256
+74085;44.46834;2.35316;519;20221124;11.3;5.9;8.6;1.7;9.74;.1;.54;4380
+74085;44.46834;2.35316;519;20221125;8.9;6.5;7.7;2.2;9.6;8.1;.5;1725
+74085;44.46834;2.35316;519;20221126;9.6;3.3;6.5;1.6;8.04;0;.52;4799
+74085;44.46834;2.35316;519;20221127;12.5;2.5;7.5;3.1;6.37;3.4;1.21;5623
+74085;44.46834;2.35316;519;20221128;8.9;6.4;7.6;3;9.44;6.1;.51;2456
+74085;44.46834;2.35316;519;20221129;7.6;3.7;5.7;3.2;7.97;.1;.55;3447
+74085;44.46834;2.35316;519;20221130;7.5;.1;3.8;1.4;6.74;0;.41;5192
+74085;44.46834;2.35316;519;20221201;6.3;-.8;2.7;1.9;6.4;0;.45;4069
+74085;44.46834;2.35316;519;20221202;3.8;2.6;3.2;1.2;6.4;.1;.5;1547
+74085;44.46834;2.35316;519;20221203;5.1;2.2;3.7;1.3;6.97;4.7;.42;2287
+74085;44.46834;2.35316;519;20221204;6.1;3.2;4.6;1.5;7.24;2.2;.47;2685
+74085;44.46834;2.35316;519;20221205;9.1;-2.5;3.3;2.2;5.64;.1;.66;6507
+74085;44.46834;2.35316;519;20221206;10.7;-.9;4.9;1.7;5.07;0;.84;5494
+74085;44.46834;2.35316;519;20221207;9.1;-1;4.1;1;5.27;0;.48;5546
+74085;44.46834;2.35316;519;20221208;8.6;-1.9;3.4;2.2;6.5;2.6;.52;4277
+74085;44.46834;2.35316;519;20221209;8.2;6;7.1;1.8;9.6;.9;.39;1651
+74085;44.46834;2.35316;519;20221210;1.4;1.3;1.3;3.4;6.3;0;.34;333
+74085;44.46834;2.35316;519;20221211;5.3;-8;-1.4;1.5;3.77;.1;.44;5822
+74085;44.46834;2.35316;519;20221212;3.6;-4.7;-.6;2.2;4.7;16.8;.49;3760
+74085;44.46834;2.35316;519;20221213;9;1.2;5.1;3.1;9.67;2.5;.05;4098
+74085;44.46834;2.35316;519;20221214;10.9;7.8;9.4;2.3;10.64;3.9;.49;2816
+74085;44.46834;2.35316;519;20221215;9.5;5.9;7.7;3.1;10.1;11.7;.37;1855
+74085;44.46834;2.35316;519;20221216;9.7;6;7.9;1.8;8.5;0;.58;3593
+74085;44.46834;2.35316;519;20221217;5.7;-2.7;1.5;1.6;5.17;0;.45;4766
+74085;44.46834;2.35316;519;20221218;10.2;-2.3;3.9;4.5;6.2;0;.86;5752
+74085;44.46834;2.35316;519;20221219;13.9;7.9;10.9;8.4;10.07;0;1.41;4506
+74085;44.46834;2.35316;519;20221220;13.1;10.7;11.9;7;10.5;2;1.48;2143
+74085;44.46834;2.35316;519;20221221;12.7;9.2;11;1.9;11.1;1.3;.57;3561
+74085;44.46834;2.35316;519;20221222;11.9;7.6;9.7;4.3;12.14;10.5;.24;2242
+74085;44.46834;2.35316;519;20221223;14.3;10.9;12.6;3.2;13.34;0;.58;2698
+74085;44.46834;2.35316;519;20221224;15.6;9.1;12.3;1.6;11.3;0;.66;4423
+74085;44.46834;2.35316;519;20221225;15.4;7;11.2;3.4;9.57;0;1.06;4524
+74085;44.46834;2.35316;519;20221226;13.3;7.7;10.5;2.2;10.74;.2;.66;2969
+74085;44.46834;2.35316;519;20221227;11.5;6.5;9;1.2;9.8;.1;.46;3479
+74085;44.46834;2.35316;519;20221228;14.9;3.3;9.1;2.4;8.9;0;.78;5549
+74085;44.46834;2.35316;519;20221229;11.8;6.7;9.3;2.5;9.67;3.2;.7;2649
+74085;44.46834;2.35316;519;20221230;13;6.2;9.6;2.3;10.2;.2;.66;3212
+74085;44.46834;2.35316;519;20221231;15.5;9.2;12.4;4.1;10.67;0;1.17;4413
+74086;44.49089;2.66557;600;20220101;16.1;5.1;10.6;1;7.17;0;.74;5538
+74086;44.49089;2.66557;600;20220102;13.2;2.3;7.8;1.6;7.41;.1;.78;5345
+74086;44.49089;2.66557;600;20220103;13.1;3.4;8.2;1.9;9.1;.1;.56;6000
+74086;44.49089;2.66557;600;20220104;15.4;6.7;11;3.1;8.54;6.9;1.37;5292
+74086;44.49089;2.66557;600;20220105;3.8;1.2;2.5;3.6;5.7;0;.84;2478
+74086;44.49089;2.66557;600;20220106;4;-2.9;.5;3.8;4.9;0;.68;5400
+74086;44.49089;2.66557;600;20220107;-3;-6;-4.5;1.5;5.41;8;.22;3051
+74086;44.49089;2.66557;600;20220108;7;.1;3.5;4.4;8.51;11.9;.14;3666
+74086;44.49089;2.66557;600;20220109;5;3.4;4.2;5.6;7.69;14.3;.47;1600
+74086;44.49089;2.66557;600;20220110;5.7;2.9;4.3;2;6.81;.2;.59;2542
+74086;44.49089;2.66557;600;20220111;5.5;-2.8;1.3;3.2;4.4;.1;.84;8200
+74086;44.49089;2.66557;600;20220112;6.2;-6.5;-.2;2.5;3.79;0;.84;6700
+74086;44.49089;2.66557;600;20220113;7.1;-8.7;-.8;1.7;3.9;0;.61;8500
+74086;44.49089;2.66557;600;20220114;11.7;-7.8;1.9;1.8;3.59;0;1;8400
+74086;44.49089;2.66557;600;20220115;10.5;-6;2.2;1.3;3.99;.1;.7;8300
+74086;44.49089;2.66557;600;20220116;5.9;-7.6;-.9;1.5;4.4;0;.45;9200
+74086;44.49089;2.66557;600;20220117;8.7;-5.5;1.6;2.4;5.09;.1;.75;8500
+74086;44.49089;2.66557;600;20220118;6.6;-4.4;1.1;.9;5.01;.1;.42;7057
+74086;44.49089;2.66557;600;20220119;1.9;-3.8;-1;3;5.9;1.2;.2;2500
+74086;44.49089;2.66557;600;20220120;-.5;-1.9;-1.2;2.2;5.65;.1;.51;4682
+74086;44.49089;2.66557;600;20220121;4.1;-1.7;1.2;3.1;4.08;0;1.05;5775
+74086;44.49089;2.66557;600;20220122;5.9;-2.7;1.6;4.4;4.19;0;1.27;6300
+74086;44.49089;2.66557;600;20220123;13;-6.8;3.1;1.5;4.9;0;.9;9100
+74086;44.49089;2.66557;600;20220124;15;-2.1;6.4;1.6;4.4;0;1.19;9300
+74086;44.49089;2.66557;600;20220125;10.9;-6.4;2.2;1.3;4.59;0;.76;9700
+74086;44.49089;2.66557;600;20220126;11.3;-6.2;2.5;1.4;4.8;0;.81;9700
+74086;44.49089;2.66557;600;20220127;10.2;-7.9;1.1;1.4;4.3;0;.79;10200
+74086;44.49089;2.66557;600;20220128;3.4;-6.5;-1.6;1.4;4.9;0;.43;6376
+74086;44.49089;2.66557;600;20220129;4.4;-4.8;-.2;1.3;5.09;0;.47;9700
+74086;44.49089;2.66557;600;20220130;2.6;-4.4;-.9;2;6.09;0;.24;4800
+74086;44.49089;2.66557;600;20220131;5;1.6;3.3;7;7.49;1.3;.38;2400
+74086;44.49089;2.66557;600;20220201;2.2;-.8;.7;6.3;6.59;2;.16;1800
+74086;44.49089;2.66557;600;20220202;6.4;2.7;4.5;5;8.39;.2;.34;3300
+74086;44.49089;2.66557;600;20220203;12.9;-.2;6.3;2.3;7.19;.1;1.08;7800
+74086;44.49089;2.66557;600;20220204;6.7;3.5;5.1;2.5;8.69;1.9;.4;2100
+74086;44.49089;2.66557;600;20220205;9;3.4;6.2;3.7;7.4;.2;1.05;8300
+74086;44.49089;2.66557;600;20220206;5;-4;.5;4.3;6.8;3.3;.2;2200
+74086;44.49089;2.66557;600;20220207;9.3;4.1;6.7;5.8;7.99;.5;1.12;6300
+74086;44.49089;2.66557;600;20220208;14.8;-4.1;5.3;1.7;5.59;0;1.3;11200
+74086;44.49089;2.66557;600;20220209;13.7;-2.3;5.7;2.6;6.49;0;1.37;9900
+74086;44.49089;2.66557;600;20220210;15.6;-1.6;7;2.3;6.99;0;1.46;11200
+74086;44.49089;2.66557;600;20220211;11;4.7;7.8;2.9;6.99;.1;1.44;11300
+74086;44.49089;2.66557;600;20220212;10.1;-1.1;4.5;5.1;5.73;0;1.44;5500
+74086;44.49089;2.66557;600;20220213;9.7;4.4;7;6.3;8.12;4.9;1.06;5150
+74086;44.49089;2.66557;600;20220214;7.9;6.5;7.2;5.7;8.49;9.3;1.03;4800
+74086;44.49089;2.66557;600;20220215;6.2;3.3;4.7;6.2;7.9;5.8;.66;5500
+74086;44.49089;2.66557;600;20220216;9.7;4.7;7.2;6.9;10.19;9.5;.36;2000
+74086;44.49089;2.66557;600;20220217;11.5;8.5;10;5.6;11.8;3.3;.64;4400
+74086;44.49089;2.66557;600;20220218;15.7;7.6;11.6;3;10.55;.2;1.56;9058
+74086;44.49089;2.66557;600;20220219;7.8;3.2;5.5;4.6;6.99;0;1.27;10300
+74086;44.49089;2.66557;600;20220220;6.6;2.4;4.5;2.2;7.95;5.1;.54;6841
+74086;44.49089;2.66557;600;20220221;7.5;6.3;6.9;8.4;8.39;3.5;1.12;5500
+74086;44.49089;2.66557;600;20220222;8.7;3.9;6.3;5.4;8.19;.4;1.03;6800
+74086;44.49089;2.66557;600;20220223;14.1;.7;7.4;1.6;7.8;0;1.32;11300
+74086;44.49089;2.66557;600;20220224;13.9;3.7;8.8;4.6;8.19;.4;1.8;8500
+74086;44.49089;2.66557;600;20220225;8.7;2.8;5.7;4.3;6.09;0;1.63;8796
+74086;44.49089;2.66557;600;20220226;13.3;.4;6.8;3.5;4.19;0;2.55;15400
+74086;44.49089;2.66557;600;20220227;12.4;.4;6.4;2.5;5.8;0;1.77;12500
+74086;44.49089;2.66557;600;20220228;12.6;-.1;6.2;2.2;6.68;0;1.7;13262
+74086;44.49089;2.66557;600;20220301;14.1;-5.2;4.4;3.1;5.99;0;1.84;12300
+74086;44.49089;2.66557;600;20220302;10.3;.2;5.2;3.1;8.19;1.9;.87;5900
+74086;44.49089;2.66557;600;20220303;12.8;6.1;9.4;1.6;9.3;0;1.25;8300
+74086;44.49089;2.66557;600;20220304;9.5;4.4;6.9;4.1;9.19;.6;.78;4000
+74086;44.49089;2.66557;600;20220305;8.9;5.8;7.3;3.5;8.69;0;1.12;7700
+74086;44.49089;2.66557;600;20220306;9.2;.2;4.7;1.7;5.28;0;1.53;13220
+74086;44.49089;2.66557;600;20220307;10.3;-5;2.6;2.4;4.98;0;1.86;15048
+74086;44.49089;2.66557;600;20220308;11.2;2.8;7;4.4;6.85;.2;1.89;12712
+74086;44.49089;2.66557;600;20220309;12.1;4.2;8.1;4.5;7.9;0;1.96;13800
+74086;44.49089;2.66557;600;20220310;13.2;5.8;9.5;6.5;8.8;1.9;2.06;10300
+74086;44.49089;2.66557;600;20220311;9.3;7.7;8.5;9.9;8.49;1.7;1.71;4200
+74086;44.49089;2.66557;600;20220312;8.1;5.5;6.8;9;7.99;0;1.37;5200
+74086;44.49089;2.66557;600;20220313;7.7;5.9;6.8;7.2;6.9;17.6;1.7;2300
+74086;44.49089;2.66557;600;20220314;10;-1.3;4.3;8.7;8.3;.4;.7;5100
+74086;44.49089;2.66557;600;20220315;12.9;9.3;11.1;12.9;9.99;0;2.35;9500
+74086;44.49089;2.66557;600;20220316;14.5;9;11.7;5.5;9.8;0;2.17;7700
+74086;44.49089;2.66557;600;20220317;13.6;4.9;9.2;2.8;9.3;.9;1.44;7100
+74086;44.49089;2.66557;600;20220318;12.4;5.2;8.8;2.1;8.69;0;1.4;7500
+74086;44.49089;2.66557;600;20220319;14.6;5.8;10.2;4;7.09;0;2.85;16300
+74086;44.49089;2.66557;600;20220320;11.1;5.9;8.5;9.5;7.4;0;2.46;8400
+74086;44.49089;2.66557;600;20220321;11.3;7.2;9.2;11.7;6.99;0;3.19;11900
+74086;44.49089;2.66557;600;20220322;12.7;5;8.8;11;5.4;0;4.14;19200
+74086;44.49089;2.66557;600;20220323;14;4.5;9.2;7.9;4.4;0;4.44;19800
+74086;44.49089;2.66557;600;20220324;17;4.6;10.8;5.5;4.3;0;4.36;15272
+74086;44.49089;2.66557;600;20220325;17.6;2.7;10.1;4;3.9;0;4.06;18500
+74086;44.49089;2.66557;600;20220326;18.4;.6;9.5;4.3;4.8;0;4.09;20800
+74086;44.49089;2.66557;600;20220327;19;2.2;10.6;3.9;5.69;0;3.9;19900
+74086;44.49089;2.66557;600;20220328;18.6;6.4;12.5;5.9;5.19;0;4.82;18100
+74086;44.49089;2.66557;600;20220329;17.2;9.1;13.1;3.6;7.4;1.8;3.34;14400
+74086;44.49089;2.66557;600;20220330;9.8;7.3;8.5;2.6;9.99;1.9;.97;4900
+74086;44.49089;2.66557;600;20220331;11.2;5;8.1;6.6;8.1;2.2;2.06;11900
+74086;44.49089;2.66557;600;20220401;4.8;-.8;2;5.4;5.33;2.5;1.79;11866
+74086;44.49089;2.66557;600;20220402;3.8;-2;.9;3.7;5;0;1.46;9533
+74086;44.49089;2.66557;600;20220403;3.1;-3.1;0;3.6;4.89;0;1.41;9534
+74086;44.49089;2.66557;600;20220404;8.9;-1.7;3.6;1.5;5.03;0;2.33;21066
+74086;44.49089;2.66557;600;20220405;13.7;-2.6;5.6;2.6;6.12;0;2.63;22050
+74086;44.49089;2.66557;600;20220406;9.3;-1.1;4.1;3.6;8.6;2.2;.69;6600
+74086;44.49089;2.66557;600;20220407;11.8;6.4;9.1;7.3;10.6;14.4;.99;4100
+74086;44.49089;2.66557;600;20220408;16.1;9.2;12.6;7.7;10.19;1.6;2.98;12400
+74086;44.49089;2.66557;600;20220409;11.1;3.4;7.2;5.4;6.49;.4;2.7;17400
+74086;44.49089;2.66557;600;20220410;17.5;-3.6;6.9;3.9;4.99;.2;3.9;24300
+74086;44.49089;2.66557;600;20220411;14.2;7.2;10.7;11.3;8.49;0;3.53;19900
+74086;44.49089;2.66557;600;20220412;15.4;8.9;12.1;9.9;7.59;0;4.2;14100
+74086;44.49089;2.66557;600;20220413;15.8;7.8;11.8;2;7.8;0;2.35;10400
+74086;44.49089;2.66557;600;20220414;21.5;.8;11.1;2.2;9.69;.4;3.51;23900
+74086;44.49089;2.66557;600;20220415;22.5;4.5;13.5;2.4;10.89;0;3.79;24200
+74086;44.49089;2.66557;600;20220416;22.3;3.4;12.8;2.9;9.3;0;4.11;24800
+74086;44.49089;2.66557;600;20220417;20.9;1.2;11;3.6;7.69;0;4.28;25700
+74086;44.49089;2.66557;600;20220418;17.4;4.8;11.1;3.6;9.39;0;3.14;20000
+74086;44.49089;2.66557;600;20220419;17.4;3.5;10.4;3.1;10.39;0;2.73;19400
+74086;44.49089;2.66557;600;20220420;12.9;8.2;10.5;1.5;11.39;24.1;1.25;6700
+74086;44.49089;2.66557;600;20220421;13;8;10.5;2.4;11.49;10.7;1.18;5900
+74086;44.49089;2.66557;600;20220422;18.6;7;12.8;2.5;10.99;1.1;2.96;18400
+74086;44.49089;2.66557;600;20220423;14.4;10.3;12.3;6.4;9.69;30.9;2.57;6900
+74086;44.49089;2.66557;600;20220424;11.2;5.3;8.2;4.5;10.6;12.6;.64;2100
+74086;44.49089;2.66557;600;20220425;14.6;5.4;10;2;9.3;0;2.92;22300
+74086;44.49089;2.66557;600;20220426;20.3;1.2;10.7;1.5;8.39;0;3.77;27200
+74086;44.49089;2.66557;600;20220427;23.1;6.8;14.9;1.9;10.1;0;4.06;23800
+74086;44.49089;2.66557;600;20220428;20.4;8.8;14.6;3;11.69;.6;3.81;23200
+74086;44.49089;2.66557;600;20220429;19.6;9.5;14.5;3.4;13.3;.6;1.47;1400
+74086;44.49089;2.66557;600;20220430;19.7;9.4;14.5;2.8;11.19;.2;3.8;23000
+74086;44.49089;2.66557;600;20220501;17.6;2.9;10.2;2.4;8.49;0;3.47;24100
+74086;44.49089;2.66557;600;20220502;17.8;7.1;12.4;2;8.89;.8;3.46;21700
+74086;44.49089;2.66557;600;20220503;18;9.2;13.6;1.2;11.69;10.6;2.01;10100
+74086;44.49089;2.66557;600;20220504;16.8;6.7;11.7;2;11.6;2.7;2.59;17600
+74086;44.49089;2.66557;600;20220505;17.2;6.1;11.6;3.1;9.99;.4;3.17;20200
+74086;44.49089;2.66557;600;20220506;15.8;5.1;10.4;3.5;9.8;0;2.38;13300
+74086;44.49089;2.66557;600;20220507;20.2;6.7;13.4;3.1;10.19;0;4.03;24300
+74086;44.49089;2.66557;600;20220508;21.2;7.9;14.5;2;9.89;0;1.89;2000
+74086;44.49089;2.66557;600;20220509;23.6;5.4;14.5;1.6;10.69;0;4.31;26800
+74086;44.49089;2.66557;600;20220510;24.8;8.2;16.5;1.8;11.3;0;4.64;26800
+74086;44.49089;2.66557;600;20220511;26.1;10.5;18.3;3.6;11.39;0;5.79;28600
+74086;44.49089;2.66557;600;20220512;25.6;9;17.3;2.7;11.6;0;4.72;23200
+74086;44.49089;2.66557;600;20220513;23.1;10.2;16.6;2;12.39;.3;4.27;24400
+74086;44.49089;2.66557;600;20220514;27;8.6;17.8;1.8;13.49;0;4.84;27000
+74086;44.49089;2.66557;600;20220515;25.9;13.9;19.9;5.8;10.89;.1;6.8;27500
+74086;44.49089;2.66557;600;20220516;26.1;10.1;18.1;2.2;11.49;0;5.11;26900
+74086;44.49089;2.66557;600;20220517;28.6;9.3;18.9;1.8;13.3;0;5.3;28400
+74086;44.49089;2.66557;600;20220518;30.6;13;21.8;2.8;14.69;.2;5.92;26500
+74086;44.49089;2.66557;600;20220519;27.4;15;21.2;5.4;12.69;.2;6.39;23200
+74086;44.49089;2.66557;600;20220520;28.2;18.1;23.1;6.7;12.3;0;7.66;24400
+74086;44.49089;2.66557;600;20220521;33;12.5;22.7;2;14.89;0;2.79;2200
+74086;44.49089;2.66557;600;20220522;32.7;15.5;24.1;2.7;16.2;3.5;5.53;20600
+74086;44.49089;2.66557;600;20220523;17.4;14.7;16;4.1;15.19;1.3;1.92;7400
+74086;44.49089;2.66557;600;20220524;15.8;9.7;12.7;4.3;11.49;0;1.4;300
+74086;44.49089;2.66557;600;20220525;18.3;6.9;12.6;4.3;10.49;0;3.8;23600
+74086;44.49089;2.66557;600;20220526;18.1;6.9;12.5;4.2;11.19;0;1.69;1600
+74086;44.49089;2.66557;600;20220527;24.3;7.7;16;3.6;12.99;.1;2.35;2300
+74086;44.49089;2.66557;600;20220528;24.4;7.4;15.9;2.9;10.6;0;2.53;1600
+74086;44.49089;2.66557;600;20220529;21.9;5.2;13.5;2.1;7.8;0;4.94;29900
+74086;44.49089;2.66557;600;20220530;22.6;5.4;14;1.9;8.3;.8;4.72;27800
+74086;44.49089;2.66557;600;20220531;22.8;10.8;16.8;1.9;12.1;1.8;4.02;21300
+74086;44.49089;2.66557;600;20220601;29.8;10.6;20.2;2.2;13.39;.4;5.83;28700
+74086;44.49089;2.66557;600;20220602;29.1;15.3;22.2;3.4;13.3;.4;3.54;2200
+74086;44.49089;2.66557;600;20220603;29.9;15;22.4;3.6;13.39;1.3;3.69;1600
+74086;44.49089;2.66557;600;20220604;28.7;14.3;21.5;3.5;17.2;28.9;5.87;28300
+74086;44.49089;2.66557;600;20220605;21.8;14.5;18.1;2.7;16.49;.2;3.35;17500
+74086;44.49089;2.66557;600;20220606;25.6;9.4;17.5;2;15.1;.2;4.62;26200
+74086;44.49089;2.66557;600;20220607;21.1;13.7;17.4;3;14.39;.2;3.61;18200
+74086;44.49089;2.66557;600;20220608;15.9;11.7;13.8;2.6;13.6;4.7;.93;600
+74086;44.49089;2.66557;600;20220609;17.9;10.2;14.1;3.4;12.58;0;3.25;18951
+74086;44.49089;2.66557;600;20220610;25;7.7;16.3;2.7;13.39;.1;5.24;31000
+74086;44.49089;2.66557;600;20220611;29.5;9.7;19.6;2;13.1;0;6.01;31300
+74086;44.49089;2.66557;600;20220612;28.4;13.1;20.7;2;15.49;.1;5.31;26700
+74086;44.49089;2.66557;600;20220613;28.3;16.3;22.3;2.1;18.2;0;5.63;28700
+74086;44.49089;2.66557;600;20220614;32.2;13.3;22.7;1.9;16.1;.3;5.98;28200
+74086;44.49089;2.66557;600;20220615;31.7;17.2;24.4;3;17.1;0;6.23;25500
+74086;44.49089;2.66557;600;20220616;32.5;15.2;23.8;1.3;19.2;0;5.63;27600
+74086;44.49089;2.66557;600;20220617;34.1;15.4;24.7;1.8;16.89;0;6.34;28800
+74086;44.49089;2.66557;600;20220618;34.5;18;26.2;5.3;13.99;0;9.05;29800
+74086;44.49089;2.66557;600;20220619;31.2;22.5;26.8;10.5;14.1;0;9.93;20300
+74086;44.49089;2.66557;600;20220620;27.9;18.8;23.3;5.5;15.69;0;5.15;11400
+74086;44.49089;2.66557;600;20220621;28.4;17.5;22.9;2.6;18.6;.9;2.99;7500
+74086;44.49089;2.66557;600;20220622;26.2;17.6;21.9;3.7;17.6;5.7;4.59;18946
+74086;44.49089;2.66557;600;20220623;23.4;14.9;19.1;2.3;16.89;17;2.57;9900
+74086;44.49089;2.66557;600;20220624;21.4;13.8;17.6;2.5;15.1;5.2;3.5;18200
+74086;44.49089;2.66557;600;20220625;26.5;11.2;18.8;3.3;15.6;11.3;4.51;21200
+74086;44.49089;2.66557;600;20220626;20.2;14.3;17.2;2.7;17.1;0;1.88;7900
+74086;44.49089;2.66557;600;20220627;17.1;13.4;15.2;3.8;15.49;2.1;1.58;6900
+74086;44.49089;2.66557;600;20220628;22.8;11.3;17;3.7;13.1;.1;5.18;29500
+74086;44.49089;2.66557;600;20220629;26.4;9.4;17.9;2.1;13.3;.1;5.45;30500
+74086;44.49089;2.66557;600;20220630;15.6;13.2;14.4;3.6;14.89;2.4;1.45;6700
+74086;44.49089;2.66557;600;20220701;20.7;8.1;14.4;3.1;12.19;0;4.69;31000
+74086;44.49089;2.66557;600;20220702;29.1;7.9;18.5;1.3;11.69;0;5.49;30400
+74086;44.49089;2.66557;600;20220703;28;13;20.5;1.9;15.8;1.6;5.19;26700
+74086;44.49089;2.66557;600;20220704;24.7;14.9;19.8;2.7;18.2;2.4;3.94;20300
+74086;44.49089;2.66557;600;20220705;26.5;13.8;20.1;2.7;16.49;0;5.48;29400
+74086;44.49089;2.66557;600;20220706;25.7;10.2;17.9;2.3;12.69;0;5.25;28400
+74086;44.49089;2.66557;600;20220707;25.6;14.4;20;4.7;12.49;0;6.45;29800
+74086;44.49089;2.66557;600;20220708;27.8;14.7;21.2;5.1;13.1;0;7.1;30800
+74086;44.49089;2.66557;600;20220709;29.9;9.9;19.9;2.3;12.89;0;6.13;30700
+74086;44.49089;2.66557;600;20220710;29.9;10;19.9;1.9;13.39;0;5.88;30400
+74086;44.49089;2.66557;600;20220711;32.8;13;22.9;1.5;13.3;0;6.16;30300
+74086;44.49089;2.66557;600;20220712;32;14.9;23.4;1.9;14.39;0;6.34;30200
+74086;44.49089;2.66557;600;20220713;33;12.9;22.9;2;12.69;0;6.47;29800
+74086;44.49089;2.66557;600;20220714;34.4;15.9;25.1;2.5;14.49;0;7.06;29800
+74086;44.49089;2.66557;600;20220715;33.2;14.8;24;2;14.3;0;6.45;29400
+74086;44.49089;2.66557;600;20220716;34.2;14;24.1;1.9;13.49;0;6.53;29600
+74086;44.49089;2.66557;600;20220717;36.2;13.6;24.9;2.4;11.6;0;7.33;29800
+74086;44.49089;2.66557;600;20220718;36.1;18.8;27.4;4.3;14.8;0;8.61;28900
+74086;44.49089;2.66557;600;20220719;35.1;24.1;29.6;6.3;11.3;.1;10.56;27800
+74086;44.49089;2.66557;600;20220720;26.9;19.7;23.3;2.6;14.8;1.7;4.72;17800
+74086;44.49089;2.66557;600;20220721;31.9;11.6;21.7;1;14.1;0;5.46;29200
+74086;44.49089;2.66557;600;20220722;32.4;15.4;23.9;3.3;14.99;.6;6.27;23400
+74086;44.49089;2.66557;600;20220723;27.8;14.9;21.3;3.5;15.19;0;5.81;27000
+74086;44.49089;2.66557;600;20220724;35.6;14.2;24.9;1.8;13.19;0;6.54;29200
+74086;44.49089;2.66557;600;20220725;25.4;17.8;21.6;3.9;15.89;0;4.42;16100
+74086;44.49089;2.66557;600;20220726;25.1;15.5;20.3;5;13.6;0;6.05;27900
+74086;44.49089;2.66557;600;20220727;27;11.2;19.1;3;11.99;0;5.82;29200
+74086;44.49089;2.66557;600;20220728;28.6;11.8;20.2;2.2;12.89;0;5.08;23800
+74086;44.49089;2.66557;600;20220729;25.8;15.6;20.7;2.5;15.39;.8;4.37;20100
+74086;44.49089;2.66557;600;20220730;28.9;16.1;22.5;3.3;15.1;0;5.96;26400
+74086;44.49089;2.66557;600;20220731;31.3;13.3;22.3;2.3;14.19;0;5.99;28100
+74086;44.49089;2.66557;600;20220801;33.1;14.4;23.7;2.3;13.89;0;6.33;28100
+74086;44.49089;2.66557;600;20220802;33.4;13.1;23.2;2.1;13.3;0;6.22;28200
+74086;44.49089;2.66557;600;20220803;35.7;19;27.3;2.8;12.19;0;7.37;27900
+74086;44.49089;2.66557;600;20220804;36.1;18.6;27.3;2.6;12.8;0;7.09;27000
+74086;44.49089;2.66557;600;20220805;30.4;19;24.7;3;18.2;4.2;5.47;22400
+74086;44.49089;2.66557;600;20220806;31.3;16.4;23.8;2.3;16.89;0;5.7;26200
+74086;44.49089;2.66557;600;20220807;32.1;15;23.5;2.1;12.19;0;6.07;27700
+74086;44.49089;2.66557;600;20220808;32.7;12.2;22.4;1.7;10.6;0;5.79;27800
+74086;44.49089;2.66557;600;20220809;33.7;14.4;24;1.8;9.99;0;5.88;26200
+74086;44.49089;2.66557;600;20220810;35;15;25;2.1;10.6;0;6.38;26900
+74086;44.49089;2.66557;600;20220811;35.6;17.7;26.6;2.4;14.39;0;6.4;24900
+74086;44.49089;2.66557;600;20220812;36.1;18.6;27.3;2.2;15.89;0;6.11;23800
+74086;44.49089;2.66557;600;20220813;35.3;17.1;26.2;2;14.89;3.2;5.88;24300
+74086;44.49089;2.66557;600;20220814;25.7;19.2;22.4;3.1;18.39;7.4;4.36;19900
+74086;44.49089;2.66557;600;20220815;26;13.5;19.7;1.8;14.99;.1;4.2;22300
+74086;44.49089;2.66557;600;20220816;31.7;13.2;22.4;2.9;14.89;12.3;4.79;16100
+74086;44.49089;2.66557;600;20220817;22.8;13.3;18;2.3;16.99;0;2.35;10800
+74086;44.49089;2.66557;600;20220818;22.1;13.2;17.6;3.4;15.6;11.2;2.88;13300
+74086;44.49089;2.66557;600;20220819;22.5;15;18.7;5.2;15.89;.1;3.69;16900
+74086;44.49089;2.66557;600;20220820;27.4;15.2;21.3;3;16.2;0;4.73;22400
+74086;44.49089;2.66557;600;20220821;25.9;11.4;18.6;3;15.1;.2;3.88;18400
+74086;44.49089;2.66557;600;20220822;23.8;15.2;19.5;3.9;17.29;.1;3.36;15600
+74086;44.49089;2.66557;600;20220823;29.7;15.5;22.6;2.6;17.6;0;4.84;22600
+74086;44.49089;2.66557;600;20220824;33.1;13.5;23.3;1.5;14.99;0;4.9;23700
+74086;44.49089;2.66557;600;20220825;29.4;15.2;22.3;3.1;15.89;.2;5.13;22800
+74086;44.49089;2.66557;600;20220826;29.1;15.1;22.1;3.1;16.6;.7;5.08;23700
+74086;44.49089;2.66557;600;20220827;28.3;12.2;20.2;1.7;13.69;.1;4.4;23300
+74086;44.49089;2.66557;600;20220828;30.6;10.4;20.5;2;12.1;0;4.92;23900
+74086;44.49089;2.66557;600;20220829;32.6;15.4;24;2.2;13.69;1.5;4.66;16900
+74086;44.49089;2.66557;600;20220830;29.6;13.6;21.6;1.9;15.99;.3;3.97;18200
+74086;44.49089;2.66557;600;20220831;29.9;12.4;21.1;2.1;14.3;0;4.34;19800
+74086;44.49089;2.66557;600;20220901;27.4;13.4;20.4;1.5;15.89;0;3.5;18000
+74086;44.49089;2.66557;600;20220902;24.9;14.2;19.5;2;16.49;5.4;2.93;13900
+74086;44.49089;2.66557;600;20220903;24.7;16.1;20.4;1.8;16.89;.3;2.95;14100
+74086;44.49089;2.66557;600;20220904;29.6;15.8;22.7;4;17.1;0;5.2;22200
+74086;44.49089;2.66557;600;20220905;29.8;19.7;24.7;5.3;18.79;.2;5.64;20600
+74086;44.49089;2.66557;600;20220906;29.8;17.6;23.7;3.5;19.1;2.8;4.18;15200
+74086;44.49089;2.66557;600;20220907;26.8;13.6;20.2;2.8;17.1;2.7;3.03;11800
+74086;44.49089;2.66557;600;20220908;23.3;9;16.1;1.7;13.6;.9;2.81;16100
+74086;44.49089;2.66557;600;20220909;20.7;11.3;16;2.5;14.39;.6;2.11;9800
+74086;44.49089;2.66557;600;20220910;23;9.5;16.2;2;12.1;.1;3.34;19800
+74086;44.49089;2.66557;600;20220911;29.7;7.5;18.6;1.6;10.3;0;4.06;21400
+74086;44.49089;2.66557;600;20220912;33.9;14.2;24;3.7;14.99;0;5.84;20300
+74086;44.49089;2.66557;600;20220913;28.2;19.4;23.8;5.3;20.29;0;4;12200
+74086;44.49089;2.66557;600;20220914;27.6;19.1;23.3;3.6;17.7;4.3;3.99;14300
+74086;44.49089;2.66557;600;20220915;26.5;13.4;19.9;2.1;15.39;.3;3.32;16400
+74086;44.49089;2.66557;600;20220916;23.5;15.9;19.7;5.1;13.99;0;4.1;15600
+74086;44.49089;2.66557;600;20220917;19.2;6.8;13;3.3;8.39;0;3.49;20800
+74086;44.49089;2.66557;600;20220918;23.8;.6;12.2;1.5;6.4;0;3.22;20200
+74086;44.49089;2.66557;600;20220919;24;2.3;13.1;1.5;7.09;.1;3.21;20200
+74086;44.49089;2.66557;600;20220920;23.2;1.7;12.4;1.9;7.4;0;3.29;20000
+74086;44.49089;2.66557;600;20220921;23.4;3;13.2;1.8;7.59;0;3.22;19400
+74086;44.49089;2.66557;600;20220922;24.1;7.9;16;2.1;10.3;0;3.33;19000
+74086;44.49089;2.66557;600;20220923;23.2;7.5;15.3;2.9;11.69;30;2.85;12800
+74086;44.49089;2.66557;600;20220924;16.7;11.5;14.1;2.1;13.49;3.1;1.5;7900
+74086;44.49089;2.66557;600;20220925;16.9;8.3;12.6;2.5;11.6;.7;1.95;12700
+74086;44.49089;2.66557;600;20220926;17.2;6.9;12;3.7;10.89;2.7;2;10200
+74086;44.49089;2.66557;600;20220927;13.9;9.5;11.7;7;11.99;6;1.42;7400
+74086;44.49089;2.66557;600;20220928;16.9;10.9;13.9;7.5;13.69;13.8;1.69;7700
+74086;44.49089;2.66557;600;20220929;12.6;9;10.8;3.5;11.69;3;1.06;5900
+74086;44.49089;2.66557;600;20220930;15.2;6.6;10.9;3.2;9.89;.4;2.01;13800
+74086;44.49089;2.66557;600;20221001;15.2;5.8;10.5;3;12.6;5.5;.71;3000
+74086;44.49089;2.66557;600;20221002;20.7;13.4;17;2.9;14.99;.2;2.26;12600
+74086;44.49089;2.66557;600;20221003;20.9;7.7;14.3;1.7;12.3;0;2.21;15600
+74086;44.49089;2.66557;600;20221004;23.1;5;14;1.4;11.3;.1;2.38;17100
+74086;44.49089;2.66557;600;20221005;21.8;7.5;14.6;3;12.6;.1;2.59;16800
+74086;44.49089;2.66557;600;20221006;21.7;11.1;16.4;1.8;14.19;0;2.02;12200
+74086;44.49089;2.66557;600;20221007;21.5;10.3;15.9;2.1;13.69;.6;2.17;13900
+74086;44.49089;2.66557;600;20221008;21.2;12.1;16.6;1.5;14.49;2.1;1.83;11200
+74086;44.49089;2.66557;600;20221009;22.4;7.2;14.8;2.9;12.6;.1;2.47;15200
+74086;44.49089;2.66557;600;20221010;23.1;11.6;17.3;2.3;13.49;0;2.51;14900
+74086;44.49089;2.66557;600;20221011;22.9;8.8;15.8;1.2;12.99;0;1.93;13200
+74086;44.49089;2.66557;600;20221012;20.5;11.9;16.2;1.6;13.89;1.2;1.65;9200
+74086;44.49089;2.66557;600;20221013;17.2;8.8;13;1.5;13.49;6.9;1.08;6500
+74086;44.49089;2.66557;600;20221014;16.6;12.7;14.6;4.2;15.39;1.5;.94;3600
+74086;44.49089;2.66557;600;20221015;24.2;9.4;16.8;2.3;13.6;0;2.39;14600
+74086;44.49089;2.66557;600;20221016;22.7;15;18.8;7.7;15.89;0;3.21;13300
+74086;44.49089;2.66557;600;20221017;21.3;17.1;19.2;7.8;15.99;0;2.92;6800
+74086;44.49089;2.66557;600;20221018;23.1;15.8;19.4;4.4;16.1;0;2.77;13400
+74086;44.49089;2.66557;600;20221019;23.3;11.8;17.5;4;15.39;3;2.18;8300
+74086;44.49089;2.66557;600;20221020;20.7;16.1;18.4;5.6;17.2;1.2;1.84;5100
+74086;44.49089;2.66557;600;20221021;22.5;16.4;19.4;3.8;15.39;.3;2.41;7900
+74086;44.49089;2.66557;600;20221022;23.1;9.4;16.2;2.9;12.99;0;2.27;12500
+74086;44.49089;2.66557;600;20221023;22.8;15.8;19.3;6.6;14.69;0;3.09;3800
+74086;44.49089;2.66557;600;20221024;20.6;11.2;15.9;1.4;12.89;0;1.57;11600
+74086;44.49089;2.66557;600;20221025;21.9;8.1;15;3.4;11.8;0;2.15;7200
+74086;44.49089;2.66557;600;20221026;22.2;8.9;15.5;2.5;13.8;0;1.68;8600
+74086;44.49089;2.66557;600;20221027;24.2;12.3;18.2;4.1;14.6;0;2.51;9100
+74086;44.49089;2.66557;600;20221028;24.9;15.2;20;4.2;12.6;0;3.29;8800
+74086;44.49089;2.66557;600;20221029;23.3;15;19.1;7.3;8.69;0;5.19;9600
+74086;44.49089;2.66557;600;20221030;21.7;14.4;18;5.5;12.99;0;2.99;10800
+74086;44.49089;2.66557;600;20221031;21.6;14.6;18.1;6.1;14.19;2.3;2.78;9700
+74086;44.49089;2.66557;600;20221101;16.5;12;14.2;2.2;12.6;.1;1.25;7600
+74086;44.49089;2.66557;600;20221102;17.2;3.7;10.4;1.5;9.49;.1;1.16;10800
+74086;44.49089;2.66557;600;20221103;15.8;7.4;11.6;5.3;11.3;5.1;1.34;3100
+74086;44.49089;2.66557;600;20221104;8.5;7.9;8.2;7.2;9.8;9;.78;2700
+74086;44.49089;2.66557;600;20221105;10.3;1.5;5.9;3.6;7.59;.1;1;10900
+74086;44.49089;2.66557;600;20221106;16.7;0;8.3;2.3;6.8;.1;1.53;10000
+74086;44.49089;2.66557;600;20221107;18.4;3.5;10.9;3.7;9.19;0;1.82;10500
+74086;44.49089;2.66557;600;20221108;17.6;11.5;14.5;6.1;12.69;2.4;1.84;7800
+74086;44.49089;2.66557;600;20221109;15.3;11;13.1;3.2;13.39;2.3;.87;3200
+74086;44.49089;2.66557;600;20221110;14.3;8.3;11.3;2.1;10.69;0;.96;9800
+74086;44.49089;2.66557;600;20221111;18.4;3.8;11.1;5.2;11.19;0;1.51;9700
+74086;44.49089;2.66557;600;20221112;20.6;10.4;15.5;4.4;10.8;0;2.38;8600
+74086;44.49089;2.66557;600;20221113;21.4;6;13.7;2.8;9.19;0;1.96;8600
+74086;44.49089;2.66557;600;20221114;14.7;11.1;12.9;4.6;12.1;6.2;1.22;3600
+74086;44.49089;2.66557;600;20221115;15.8;10.3;13;3.6;12.6;7.4;1.05;4700
+74086;44.49089;2.66557;600;20221116;14.7;7.6;11.1;2.5;10.6;.6;.95;7600
+74086;44.49089;2.66557;600;20221117;13.8;9.4;11.6;4.2;11.3;8;1.07;3800
+74086;44.49089;2.66557;600;20221118;9.3;6.3;7.8;4.6;9.49;1.3;.67;4600
+74086;44.49089;2.66557;600;20221119;9.3;3.7;6.5;4.4;8.49;.3;.7;6600
+74086;44.49089;2.66557;600;20221120;8.5;2.7;5.6;3.1;8.1;1.2;.59;5000
+74086;44.49089;2.66557;600;20221121;8.7;3;5.8;4;8.6;10.6;.56;1400
+74086;44.49089;2.66557;600;20221122;6.5;3.9;5.2;6.6;8.3;12.9;.49;2800
+74086;44.49089;2.66557;600;20221123;12.4;5.3;8.8;4.4;9.8;7.3;.88;3300
+74086;44.49089;2.66557;600;20221124;11.3;5.8;8.5;2.4;9.89;0;.59;4800
+74086;44.49089;2.66557;600;20221125;8.6;4.3;6.4;2.8;9.49;7.5;.37;2200
+74086;44.49089;2.66557;600;20221126;8.8;3.2;6;1.7;8.1;0;.49;5200
+74086;44.49089;2.66557;600;20221127;12.9;-.3;6.3;3.4;6.49;4;1.25;6700
+74086;44.49089;2.66557;600;20221128;8.5;5.2;6.8;3.6;9.3;7.2;.47;3200
+74086;44.49089;2.66557;600;20221129;7.1;3.3;5.2;3.8;7.9;.1;.55;3700
+74086;44.49089;2.66557;600;20221130;6.6;-.3;3.1;1.4;6.69;0;.36;5900
+74086;44.49089;2.66557;600;20221201;8;-3.4;2.3;2.2;6.09;0;.54;5400
+74086;44.49089;2.66557;600;20221202;3.9;2.5;3.2;2;5.9;.5;.65;2000
+74086;44.49089;2.66557;600;20221203;4.3;1.9;3.1;1;6.69;5.2;.45;1200
+74086;44.49089;2.66557;600;20221204;5.8;2.4;4.1;1.8;7.09;6.9;.46;3400
+74086;44.49089;2.66557;600;20221205;8.7;-4.7;2;2;5.49;.1;.5;8500
+74086;44.49089;2.66557;600;20221206;9.5;-4.7;2.4;1.4;4.9;.1;.61;5800
+74086;44.49089;2.66557;600;20221207;8.4;-5;1.7;1.1;4.69;.1;.41;7300
+74086;44.49089;2.66557;600;20221208;8.8;-4.8;2;2.4;6.3;2.9;.58;3200
+74086;44.49089;2.66557;600;20221209;8.4;4.6;6.5;2;9.6;.9;.33;2100
+74086;44.49089;2.66557;600;20221210;2.6;1.5;2;3.7;6.49;0;.45;1000
+74086;44.49089;2.66557;600;20221211;5.8;-10.7;-2.5;1.1;3.59;0;.4;6300
+74086;44.49089;2.66557;600;20221212;3.7;-8.1;-2.2;2.7;4.59;16.9;.46;3500
+74086;44.49089;2.66557;600;20221213;9.1;.4;4.7;4.1;9.99;2.2;0;3700
+74086;44.49089;2.66557;600;20221214;11.5;7.6;9.5;2.8;10.39;3.5;.59;4000
+74086;44.49089;2.66557;600;20221215;9.1;4.2;6.6;3.2;9.89;14.2;.31;800
+74086;44.49089;2.66557;600;20221216;9.7;5.6;7.6;1.6;8.3;0;.48;5500
+74086;44.49089;2.66557;600;20221217;5.3;-5.1;.1;1.6;4.59;.1;.41;6200
+74086;44.49089;2.66557;600;20221218;10;-6;2;5;5.99;0;.88;6900
+74086;44.49089;2.66557;600;20221219;13.7;7.3;10.5;10.2;9.99;0;1.55;6200
+74086;44.49089;2.66557;600;20221220;12.7;10.2;11.4;8.4;10.3;1.6;1.66;2400
+74086;44.49089;2.66557;600;20221221;13.5;9.2;11.3;2.3;10.89;2.1;.64;5700
+74086;44.49089;2.66557;600;20221222;12;5.3;8.6;6;12.1;11;.01;2000
+74086;44.49089;2.66557;600;20221223;13.8;10.5;12.1;4.4;13.1;0;.61;2800
+74086;44.49089;2.66557;600;20221224;15.8;7.8;11.8;2;10.8;0;.69;6100
+74086;44.49089;2.66557;600;20221225;16.1;4.4;10.2;3.5;9.19;0;1.18;5800
+74086;44.49089;2.66557;600;20221226;14;4.5;9.2;2.1;10.3;.2;.58;3900
+74086;44.49089;2.66557;600;20221227;11.5;6;8.7;1.1;9.69;.1;.44;3900
+74086;44.49089;2.66557;600;20221228;14.9;.3;7.6;3;8.3;0;.9;6500
+74086;44.49089;2.66557;600;20221229;12.2;4.7;8.4;3.5;9.49;3.8;.78;2400
+74086;44.49089;2.66557;600;20221230;13.1;5.1;9.1;3;10.1;.7;.75;1900
+74086;44.49089;2.66557;600;20221231;15.7;7.2;11.4;4.4;10.49;0;1.16;6400
+74087;44.5125;2.9782;633;20220101;17.7;-.3;8.7;.8;5.89;.1;.58;6996
+74087;44.5125;2.9782;633;20220102;12.7;1.8;7.2;1.5;7.15;.1;.71;5312
+74087;44.5125;2.9782;633;20220103;11.6;4.4;8;1.8;9.2;.1;.49;4833
+74087;44.5125;2.9782;633;20220104;12.4;4.4;8.4;2.8;8.02;5.3;.94;5371
+74087;44.5125;2.9782;633;20220105;2.7;1;1.8;4.6;5.19;.1;.93;1575
+74087;44.5125;2.9782;633;20220106;3.8;-1.7;1.1;4.2;4.57;0;.83;6800
+74087;44.5125;2.9782;633;20220107;-.4;-5.1;-2.8;1.8;5.29;6.3;.27;3348
+74087;44.5125;2.9782;633;20220108;7.4;.3;3.8;4.9;8.05;12.2;.34;3934
+74087;44.5125;2.9782;633;20220109;4.5;2.8;3.7;5.6;7.2;12.1;.52;1666
+74087;44.5125;2.9782;633;20220110;5.7;2.1;3.9;2.4;6.32;.3;.67;3192
+74087;44.5125;2.9782;633;20220111;6.1;-3.4;1.3;2.8;4.27;.1;.74;8800
+74087;44.5125;2.9782;633;20220112;6.7;-6.7;0;2.4;3.74;0;.81;8466
+74087;44.5125;2.9782;633;20220113;8.4;-6.4;1;1.8;3.84;0;.76;8566
+74087;44.5125;2.9782;633;20220114;11.9;-4.6;3.6;2;3.54;0;1.14;8600
+74087;44.5125;2.9782;633;20220115;10.3;-3.9;3.2;1.4;3.87;.1;.76;8566
+74087;44.5125;2.9782;633;20220116;7.1;-6.2;.4;1.7;4.27;0;.6;9533
+74087;44.5125;2.9782;633;20220117;9.1;-4.2;2.4;2.9;4.97;0;.89;8866
+74087;44.5125;2.9782;633;20220118;9.2;-3.4;2.9;1.6;4.99;0;.66;8791
+74087;44.5125;2.9782;633;20220119;1.4;-4.4;-1.5;2.2;5.6;.8;.22;2833
+74087;44.5125;2.9782;633;20220120;2.9;-1.5;.7;3.3;5.39;.2;.69;5913
+74087;44.5125;2.9782;633;20220121;4;-1.8;1.1;4.2;3.92;0;1.16;7647
+74087;44.5125;2.9782;633;20220122;6.3;-4.3;1;3.6;4.1;0;1.05;8433
+74087;44.5125;2.9782;633;20220123;13.2;-4.7;4.2;2.4;4.74;0;1.27;9466
+74087;44.5125;2.9782;633;20220124;14.7;-2;6.3;1.7;4.34;0;1.22;9666
+74087;44.5125;2.9782;633;20220125;11.4;-3.3;4.1;1.7;4.57;0;.97;9866
+74087;44.5125;2.9782;633;20220126;11.3;-3.5;3.9;1.8;4.84;0;.98;9966
+74087;44.5125;2.9782;633;20220127;9.9;-5.7;2.1;1.3;4.71;0;.71;10069
+74087;44.5125;2.9782;633;20220128;6.4;-5.7;.4;2.2;4.64;0;.76;7985
+74087;44.5125;2.9782;633;20220129;6.1;-4.3;.9;1.1;5.21;0;.56;9210
+74087;44.5125;2.9782;633;20220130;4.8;-3.4;.7;1.8;5.9;.1;.44;6900
+74087;44.5125;2.9782;633;20220131;5.4;-.7;2.3;6;6.8;.8;.47;3166
+74087;44.5125;2.9782;633;20220201;2.5;-.9;.8;5.6;6.07;1.5;.42;4033
+74087;44.5125;2.9782;633;20220202;7.3;2;4.7;4.7;7.9;.3;.58;6666
+74087;44.5125;2.9782;633;20220203;13.7;-1.2;6.3;2.2;6.47;0;1.21;8033
+74087;44.5125;2.9782;633;20220204;6.7;2.8;4.8;2.6;8.14;1.3;.48;2500
+74087;44.5125;2.9782;633;20220205;8.9;4.2;6.6;3.3;7;.1;1.14;8600
+74087;44.5125;2.9782;633;20220206;4.8;-3.1;.9;3.8;6.64;4.2;.33;3366
+74087;44.5125;2.9782;633;20220207;9.1;3.8;6.4;5.7;7.44;.4;1.19;8100
+74087;44.5125;2.9782;633;20220208;15.4;-3.3;6.1;2.5;5.1;0;1.76;12000
+74087;44.5125;2.9782;633;20220209;12.4;-1.6;5.4;2.8;6.14;0;1.35;10166
+74087;44.5125;2.9782;633;20220210;15.4;-.6;7.4;2.2;6.9;0;1.43;11466
+74087;44.5125;2.9782;633;20220211;10.4;5.2;7.8;3.1;6.5;.1;1.53;8933
+74087;44.5125;2.9782;633;20220212;9.9;-1.3;4.3;5.1;5.72;.1;1.44;5500
+74087;44.5125;2.9782;633;20220213;9.3;4.3;6.8;6.3;8.11;6.7;1.06;5150
+74087;44.5125;2.9782;633;20220214;7.7;6.5;7.1;4.7;8.24;9.2;1;4300
+74087;44.5125;2.9782;633;20220215;5.5;2.4;4;5;7.4;8;.63;5200
+74087;44.5125;2.9782;633;20220216;9.6;4.4;7;5.2;9.8;10.7;.46;2466
+74087;44.5125;2.9782;633;20220217;11.7;8.2;10;4.4;11.75;4.3;.77;4980
+74087;44.5125;2.9782;633;20220218;16.9;7.5;12.2;3.3;10.35;.1;1.84;10757
+74087;44.5125;2.9782;633;20220219;7.5;2.8;5.1;4.2;6.14;0;1.4;8513
+74087;44.5125;2.9782;633;20220220;7.1;.6;3.8;2.3;7.72;5.4;.65;6424
+74087;44.5125;2.9782;633;20220221;7.6;6.1;6.9;8.5;7.94;3.4;1.32;7766
+74087;44.5125;2.9782;633;20220222;8.1;3.5;5.8;5.4;7.8;.2;1.09;8533
+74087;44.5125;2.9782;633;20220223;14.1;3;8.6;2.6;7.74;0;1.71;13333
+74087;44.5125;2.9782;633;20220224;13.8;3.6;8.7;3.9;7.97;.3;1.79;10566
+74087;44.5125;2.9782;633;20220225;8;2;5;5.2;5.64;0;1.78;12932
+74087;44.5125;2.9782;633;20220226;12;-1.5;5.3;4.4;4.2;0;2.48;16000
+74087;44.5125;2.9782;633;20220227;12.2;.3;6.3;2.7;5.7;0;1.84;14366
+74087;44.5125;2.9782;633;20220228;12.8;.2;6.5;2.5;6.65;0;1.76;14159
+74087;44.5125;2.9782;633;20220301;13.2;-3.2;5;3.3;6.14;0;1.83;14133
+74087;44.5125;2.9782;633;20220302;9.1;1.6;5.3;2.9;8;1.2;.78;4066
+74087;44.5125;2.9782;633;20220303;13;5.7;9.3;1.4;9;0;1.29;9266
+74087;44.5125;2.9782;633;20220304;11.3;3.7;7.5;3.7;8.64;.3;1.21;6766
+74087;44.5125;2.9782;633;20220305;9.9;4.7;7.3;3;7.97;0;1.36;10900
+74087;44.5125;2.9782;633;20220306;9.6;-1.9;3.8;2;4.62;0;1.77;16035
+74087;44.5125;2.9782;633;20220307;10.2;-3.8;3.2;2.6;4.45;0;2.03;16907
+74087;44.5125;2.9782;633;20220308;10.5;1.1;5.8;4;6.65;.4;1.66;10785
+74087;44.5125;2.9782;633;20220309;10.6;3.8;7.2;4.2;7.67;0;1.53;9666
+74087;44.5125;2.9782;633;20220310;11.6;5.2;8.4;5.6;8.47;3.1;1.63;8533
+74087;44.5125;2.9782;633;20220311;8.7;7;7.9;9;8.27;1.1;1.48;3900
+74087;44.5125;2.9782;633;20220312;7.1;4.8;6;8.3;7.67;0;1.11;4100
+74087;44.5125;2.9782;633;20220313;7;5.4;6.2;6.6;6.84;16.5;1.45;2066
+74087;44.5125;2.9782;633;20220314;9.7;-1;4.3;6.9;8.17;1.5;.68;5166
+74087;44.5125;2.9782;633;20220315;11.7;8.5;10.1;9.8;9.77;0;1.76;7066
+74087;44.5125;2.9782;633;20220316;13.9;8.4;11.2;4.5;9.64;0;1.86;7100
+74087;44.5125;2.9782;633;20220317;13.6;5.3;9.4;2.7;9.27;.1;1.38;6800
+74087;44.5125;2.9782;633;20220318;12.5;5.8;9.1;3.1;8.5;0;1.65;8466
+74087;44.5125;2.9782;633;20220319;14.5;5.9;10.2;3.5;7.14;0;2.64;15200
+74087;44.5125;2.9782;633;20220320;10.1;4.9;7.5;7.6;7.37;0;1.86;6133
+74087;44.5125;2.9782;633;20220321;10.7;6.7;8.7;9.5;6.9;0;2.75;10866
+74087;44.5125;2.9782;633;20220322;12;4.2;8.1;9.4;5.37;0;3.64;18466
+74087;44.5125;2.9782;633;20220323;13.6;3.9;8.7;6.7;4.47;0;3.99;19700
+74087;44.5125;2.9782;633;20220324;16.7;4;10.4;4.6;4.2;0;4.07;18624
+74087;44.5125;2.9782;633;20220325;17.4;4.1;10.7;3.5;4.04;0;3.74;17000
+74087;44.5125;2.9782;633;20220326;17.9;1.1;9.5;4;4.84;0;3.88;20333
+74087;44.5125;2.9782;633;20220327;18.7;2.5;10.6;3.9;5.5;0;3.86;19500
+74087;44.5125;2.9782;633;20220328;18.1;5.8;12;5.2;5.17;0;4.41;17800
+74087;44.5125;2.9782;633;20220329;16.4;8.1;12.2;3.6;7.27;1.7;3;12966
+74087;44.5125;2.9782;633;20220330;10.1;6.8;8.5;2.4;9.6;1.5;1.07;5500
+74087;44.5125;2.9782;633;20220331;10.4;5.4;7.9;5.7;7.77;2.9;2.09;12766
+74087;44.5125;2.9782;633;20220401;4.6;-1;1.8;5.4;5.33;1.2;1.79;11866
+74087;44.5125;2.9782;633;20220402;3.5;-2.2;.7;3.7;5;0;1.46;9533
+74087;44.5125;2.9782;633;20220403;3.1;-1.9;.6;8;4.94;0;2.1;11158
+74087;44.5125;2.9782;633;20220404;8.7;-1.9;3.4;1.5;5.03;0;2.33;21066
+74087;44.5125;2.9782;633;20220405;13.7;-2.6;5.5;2.6;6.11;0;2.63;22050
+74087;44.5125;2.9782;633;20220406;9.9;0;5;3.4;8.44;4;1;7633
+74087;44.5125;2.9782;633;20220407;11.1;6.2;8.6;5.9;10.24;19.5;.92;3833
+74087;44.5125;2.9782;633;20220408;15;9;12;6.3;10;2.5;2.55;10900
+74087;44.5125;2.9782;633;20220409;10.3;3;6.7;5;6.04;0;2.58;16466
+74087;44.5125;2.9782;633;20220410;16.9;-2.6;7.2;3.9;5;.2;3.82;24533
+74087;44.5125;2.9782;633;20220411;12.6;6.2;9.4;9.1;8.2;.2;2.66;14133
+74087;44.5125;2.9782;633;20220412;14.7;8.4;11.6;8.1;7.2;0;3.7;12133
+74087;44.5125;2.9782;633;20220413;16;7;11.5;2.6;7.37;0;2.59;11300
+74087;44.5125;2.9782;633;20220414;21.7;2.6;12.2;2.8;9.54;0;3.77;23233
+74087;44.5125;2.9782;633;20220415;22.8;6.1;14.4;3.2;10.54;0;4.17;23533
+74087;44.5125;2.9782;633;20220416;22.6;5.9;14.2;4.1;8.87;0;4.72;24433
+74087;44.5125;2.9782;633;20220417;21.6;2.2;11.9;3.6;7.47;0;4.54;25733
+74087;44.5125;2.9782;633;20220418;17.8;4.3;11.1;3;8.97;0;3.26;21333
+74087;44.5125;2.9782;633;20220419;17.6;4.6;11.1;2.4;10.04;0;2.71;17966
+74087;44.5125;2.9782;633;20220420;13;8.2;10.6;1.7;10.9;26.1;1.22;5633
+74087;44.5125;2.9782;633;20220421;13;7.5;10.2;1.8;11.14;13.1;1.29;7266
+74087;44.5125;2.9782;633;20220422;18.2;6.9;12.6;2.6;10.77;.7;2.95;18700
+74087;44.5125;2.9782;633;20220423;13.6;9.8;11.7;5.7;9.24;24.4;2.33;6333
+74087;44.5125;2.9782;633;20220424;10.7;4.3;7.5;4.2;9.97;12.2;.76;4100
+74087;44.5125;2.9782;633;20220425;14.7;5.8;10.2;2.5;8.9;0;2.84;19733
+74087;44.5125;2.9782;633;20220426;20;2.3;11.2;1.9;8.44;0;3.89;27233
+74087;44.5125;2.9782;633;20220427;22.2;7;14.6;2.6;9.64;0;4.26;24733
+74087;44.5125;2.9782;633;20220428;21.3;9.3;15.3;2.7;11.3;1.3;4.01;23466
+74087;44.5125;2.9782;633;20220429;20.1;9.7;14.9;3.1;12.8;.6;2.85;14400
+74087;44.5125;2.9782;633;20220430;19.5;8.9;14.2;3;10.5;0;3.87;22766
+74087;44.5125;2.9782;633;20220501;18.3;3.5;10.9;2.7;7.94;0;3.87;25266
+74087;44.5125;2.9782;633;20220502;18.6;6.3;12.4;2;8.97;1.9;3.54;22400
+74087;44.5125;2.9782;633;20220503;17.7;8.8;13.2;1.5;11.37;5.2;2.17;11466
+74087;44.5125;2.9782;633;20220504;17;6.8;11.9;1.9;11.34;3.4;2.57;16866
+74087;44.5125;2.9782;633;20220505;17;6.8;11.9;3.4;9.6;.4;3.26;19933
+74087;44.5125;2.9782;633;20220506;16;5.8;10.9;4.6;9.44;0;2.71;13933
+74087;44.5125;2.9782;633;20220507;20.1;7;13.5;4.2;9.57;.1;4.59;26533
+74087;44.5125;2.9782;633;20220508;20.7;8.1;14.4;2.8;10;.9;3.21;14233
+74087;44.5125;2.9782;633;20220509;23.4;6.5;15;2.1;10.24;0;4.52;26433
+74087;44.5125;2.9782;633;20220510;24.5;9;16.7;2.2;11.4;0;4.79;27166
+74087;44.5125;2.9782;633;20220511;25.5;10.6;18.1;3.7;11.27;0;5.69;28466
+74087;44.5125;2.9782;633;20220512;24;9.7;16.8;3;11.77;0;4.38;22000
+74087;44.5125;2.9782;633;20220513;23.5;10.4;17;2.1;12.27;.3;4.44;25033
+74087;44.5125;2.9782;633;20220514;27.1;10.2;18.6;2;13.57;0;4.97;26633
+74087;44.5125;2.9782;633;20220515;24.8;14.2;19.5;4.9;11.44;0;6.08;26666
+74087;44.5125;2.9782;633;20220516;26.2;10.7;18.4;2.3;11.67;0;5.25;27400
+74087;44.5125;2.9782;633;20220517;28.6;10.4;19.5;2;13.3;0;5.41;28233
+74087;44.5125;2.9782;633;20220518;29.9;13.5;21.7;2.7;14.37;.7;5.87;27000
+74087;44.5125;2.9782;633;20220519;26.7;15;20.9;5.2;12.67;.1;6.27;25066
+74087;44.5125;2.9782;633;20220520;27.3;17.2;22.2;5.3;11.87;0;6.96;26166
+74087;44.5125;2.9782;633;20220521;32.3;13;22.6;2;14.3;0;4.83;18800
+74087;44.5125;2.9782;633;20220522;31.6;16;23.8;2.2;16.2;1.3;5.27;22000
+74087;44.5125;2.9782;633;20220523;18;15.1;16.6;3.6;14.97;2.9;2.11;7866
+74087;44.5125;2.9782;633;20220524;16;9.5;12.7;3.7;11.04;0;2.45;11466
+74087;44.5125;2.9782;633;20220525;18.1;6.5;12.3;4.3;10.07;0;3.97;25000
+74087;44.5125;2.9782;633;20220526;19.2;7.5;13.4;4.5;10.8;0;3.6;18333
+74087;44.5125;2.9782;633;20220527;24.8;7.5;16.1;3.6;12.24;.1;4.46;20600
+74087;44.5125;2.9782;633;20220528;23.9;8.2;16;4.1;10.37;0;4.76;20533
+74087;44.5125;2.9782;633;20220529;21.9;5.7;13.8;3;7.64;0;5.44;30566
+74087;44.5125;2.9782;633;20220530;22.4;6.4;14.4;2.3;8.27;1.4;4.89;27866
+74087;44.5125;2.9782;633;20220531;22.7;10.1;16.4;2.3;11.27;1.8;4.15;21166
+74087;44.5125;2.9782;633;20220601;28.6;10.2;19.4;2.6;12.64;.3;5.73;28100
+74087;44.5125;2.9782;633;20220602;28.2;14.4;21.3;3.2;13.64;.2;4.79;16933
+74087;44.5125;2.9782;633;20220603;28.7;15;21.8;3.9;13.7;1;5.31;18000
+74087;44.5125;2.9782;633;20220604;27.8;13.9;20.8;3.8;16.6;18.3;5.53;26366
+74087;44.5125;2.9782;633;20220605;22;14.4;18.2;3.3;15.47;.2;3.98;20400
+74087;44.5125;2.9782;633;20220606;25.6;10;17.8;2.7;14.14;.1;4.96;25866
+74087;44.5125;2.9782;633;20220607;21.2;13.3;17.3;3.5;13.57;.1;4.27;22466
+74087;44.5125;2.9782;633;20220608;16.5;11.4;13.9;3.3;13.14;5.3;1.68;5966
+74087;44.5125;2.9782;633;20220609;18.3;10.1;14.2;5.2;11.89;0;3.68;20357
+74087;44.5125;2.9782;633;20220610;25.8;8;16.9;3.6;12.34;.1;5.83;31166
+74087;44.5125;2.9782;633;20220611;30.1;10.1;20.1;2.9;11.97;0;6.78;31333
+74087;44.5125;2.9782;633;20220612;29;14.2;21.6;2.3;14.64;.1;5.61;25800
+74087;44.5125;2.9782;633;20220613;28.7;15.7;22.2;2.5;16.7;0;5.98;29100
+74087;44.5125;2.9782;633;20220614;32.3;14.5;23.4;2.6;15.04;.2;6.56;28700
+74087;44.5125;2.9782;633;20220615;31.8;17.9;24.8;2.9;16.14;0;6.41;25966
+74087;44.5125;2.9782;633;20220616;33.4;16.2;24.8;2.1;17.47;0;6.41;27666
+74087;44.5125;2.9782;633;20220617;35.1;16.1;25.6;2.7;14.44;0;7.42;29066
+74087;44.5125;2.9782;633;20220618;33.6;19.6;26.6;4.8;13.1;0;8.79;29900
+74087;44.5125;2.9782;633;20220619;30.4;21.8;26.1;8.5;13.64;0;9.39;26400
+74087;44.5125;2.9782;633;20220620;28.4;17.4;22.9;5;15.17;0;6.27;23700
+74087;44.5125;2.9782;633;20220621;28.2;17.3;22.7;2.9;17.9;1.2;4.18;15700
+74087;44.5125;2.9782;633;20220622;25.9;17;21.4;3.3;17.37;6.1;4.46;19248
+74087;44.5125;2.9782;633;20220623;24;14.6;19.3;2.8;16.67;20.8;3.46;15700
+74087;44.5125;2.9782;633;20220624;21.8;13.8;17.8;2.5;14.74;5.7;3.62;18400
+74087;44.5125;2.9782;633;20220625;25.4;11.4;18.4;3.5;14.67;11.7;4.59;22266
+74087;44.5125;2.9782;633;20220626;21;14.2;17.6;2.6;16.77;2;2.36;10266
+74087;44.5125;2.9782;633;20220627;19.1;13.4;16.3;3.5;15.07;.7;2.43;11366
+74087;44.5125;2.9782;633;20220628;23.1;10.8;16.9;3.8;12.74;.1;5.36;30566
+74087;44.5125;2.9782;633;20220629;26.8;10;18.4;2.2;12.94;.1;5.64;30666
+74087;44.5125;2.9782;633;20220630;16.1;13.4;14.8;3.2;14.54;1.2;1.66;7366
+74087;44.5125;2.9782;633;20220701;21.2;9;15.1;2.9;11.77;0;4.97;31300
+74087;44.5125;2.9782;633;20220702;29.3;8.1;18.7;2;11.37;0;5.94;30633
+74087;44.5125;2.9782;633;20220703;28.6;13.7;21.2;2.1;15.34;1.1;5.55;27433
+74087;44.5125;2.9782;633;20220704;25.6;15.4;20.5;2.7;17.8;.3;4.49;22933
+74087;44.5125;2.9782;633;20220705;26.6;14.2;20.4;2.8;15.97;0;5.71;30000
+74087;44.5125;2.9782;633;20220706;26.3;11.2;18.7;3.5;12.17;0;6.12;30000
+74087;44.5125;2.9782;633;20220707;25.5;11.7;18.6;5;12.17;0;6.32;30200
+74087;44.5125;2.9782;633;20220708;28;12.7;20.3;4.5;12.54;0;6.85;30933
+74087;44.5125;2.9782;633;20220709;30;10.9;20.5;3.6;11.87;0;6.94;30733
+74087;44.5125;2.9782;633;20220710;29.8;11.7;20.8;2.9;12.8;0;6.52;30400
+74087;44.5125;2.9782;633;20220711;32.2;14.6;23.4;2.9;13.04;0;7.01;30400
+74087;44.5125;2.9782;633;20220712;31.8;16.3;24.1;2.5;14.1;0;6.78;30233
+74087;44.5125;2.9782;633;20220713;32.7;15.3;24;2.3;12.17;0;6.81;29866
+74087;44.5125;2.9782;633;20220714;33.7;16.4;25.1;2.7;14;0;7.15;29800
+74087;44.5125;2.9782;633;20220715;32.7;15.9;24.3;2.5;13.84;0;6.82;29400
+74087;44.5125;2.9782;633;20220716;34;14.9;24.5;2.8;13;0;7.23;29600
+74087;44.5125;2.9782;633;20220717;35;15.6;25.3;3.1;11.54;0;7.75;29766
+74087;44.5125;2.9782;633;20220718;35.3;18.7;27;3.9;14.07;0;8.13;28866
+74087;44.5125;2.9782;633;20220719;34;22.5;28.2;5.4;11.74;.4;9.38;27866
+74087;44.5125;2.9782;633;20220720;26.4;18;22.2;3;15.07;.6;4.69;18233
+74087;44.5125;2.9782;633;20220721;31.7;12.4;22;2;13.87;0;6.09;29133
+74087;44.5125;2.9782;633;20220722;32.4;16.4;24.4;3.4;14.84;1.2;6.47;23900
+74087;44.5125;2.9782;633;20220723;28.1;15.2;21.6;3.2;14.87;0;5.96;27933
+74087;44.5125;2.9782;633;20220724;35;14.1;24.5;1.9;13.04;0;6.55;29133
+74087;44.5125;2.9782;633;20220725;25.7;17.2;21.4;3.8;15.44;0;4.86;19733
+74087;44.5125;2.9782;633;20220726;25.2;15.2;20.2;4.9;13.2;0;6.16;28666
+74087;44.5125;2.9782;633;20220727;27.1;10.6;18.9;3.2;11.5;0;5.99;29200
+74087;44.5125;2.9782;633;20220728;28.6;12;20.3;2.2;12.3;0;5.18;23933
+74087;44.5125;2.9782;633;20220729;25.9;15.5;20.7;2.4;14.8;3.1;4.27;18566
+74087;44.5125;2.9782;633;20220730;28.9;15.1;22;3.1;14.67;0;5.92;26933
+74087;44.5125;2.9782;633;20220731;31.1;13.7;22.4;2.7;13.87;0;6.2;27866
+74087;44.5125;2.9782;633;20220801;32.7;15.1;23.9;3.2;13.4;0;6.93;27966
+74087;44.5125;2.9782;633;20220802;33.2;14.1;23.6;2.8;12.94;.1;6.71;28066
+74087;44.5125;2.9782;633;20220803;34.9;19.4;27.1;2.9;12.17;0;7.28;27533
+74087;44.5125;2.9782;633;20220804;35.1;19;27;2.7;12.9;0;6.87;26166
+74087;44.5125;2.9782;633;20220805;30.4;18.7;24.5;2.9;17.54;2;5.6;23400
+74087;44.5125;2.9782;633;20220806;31.8;16.8;24.3;2.8;15.97;0;6.12;26333
+74087;44.5125;2.9782;633;20220807;31.7;14.6;23.2;2.5;11.74;0;6.31;27566
+74087;44.5125;2.9782;633;20220808;32.7;13;22.9;2.9;10.17;0;6.75;27666
+74087;44.5125;2.9782;633;20220809;33.6;15.7;24.6;2.5;9.6;0;6.54;26100
+74087;44.5125;2.9782;633;20220810;34.5;17.4;26;2.6;10.67;0;6.83;26866
+74087;44.5125;2.9782;633;20220811;34.7;17.9;26.3;2.8;13.5;0;6.67;25300
+74087;44.5125;2.9782;633;20220812;35.5;17.9;26.7;3;14.54;0;6.68;24233
+74087;44.5125;2.9782;633;20220813;35.2;17.2;26.2;2.3;14;13.3;6.06;23733
+74087;44.5125;2.9782;633;20220814;24.4;18.9;21.6;3.6;18.24;14;3.93;17433
+74087;44.5125;2.9782;633;20220815;25.5;14.2;19.8;2.4;14.64;.1;4.17;20333
+74087;44.5125;2.9782;633;20220816;30.5;13.3;21.9;3.2;14.47;6.3;4.95;18000
+74087;44.5125;2.9782;633;20220817;23.5;13.9;18.7;2.4;16.3;6.6;2.85;13033
+74087;44.5125;2.9782;633;20220818;21.9;12.9;17.4;3.9;15.07;5.9;3.02;13933
+74087;44.5125;2.9782;633;20220819;22.7;14.8;18.8;5.4;15.5;0;3.94;18533
+74087;44.5125;2.9782;633;20220820;26.8;14.9;20.9;4;15.7;0;5;23333
+74087;44.5125;2.9782;633;20220821;25.8;12.5;19.1;3.6;14.57;.1;4.39;19666
+74087;44.5125;2.9782;633;20220822;24;15.5;19.7;4.5;16.3;0;3.89;17200
+74087;44.5125;2.9782;633;20220823;28.9;15.1;22;2.7;16.5;.1;4.8;22566
+74087;44.5125;2.9782;633;20220824;32.9;15.1;24;2.3;14.44;0;5.58;24200
+74087;44.5125;2.9782;633;20220825;29.1;15.6;22.4;3.3;15.77;.7;5.05;21366
+74087;44.5125;2.9782;633;20220826;28.5;15.1;21.8;3.2;16.27;.9;4.94;22633
+74087;44.5125;2.9782;633;20220827;28;13;20.5;2.6;14;.2;4.73;22766
+74087;44.5125;2.9782;633;20220828;30.2;12.7;21.5;2.5;12.64;0;5.24;23900
+74087;44.5125;2.9782;633;20220829;31.5;15.3;23.4;3;13.67;.6;4.99;17300
+74087;44.5125;2.9782;633;20220830;29.7;14.9;22.3;2.8;15.4;.4;4.7;19266
+74087;44.5125;2.9782;633;20220831;29.4;12.5;20.9;3.2;13.8;.1;4.74;19200
+74087;44.5125;2.9782;633;20220901;27.5;13.5;20.5;2;15.3;.1;3.96;20033
+74087;44.5125;2.9782;633;20220902;24.9;14.4;19.6;1.9;15.9;5.9;2.96;13800
+74087;44.5125;2.9782;633;20220903;24.7;15.4;20.1;1.8;16.54;1.3;3.24;16933
+74087;44.5125;2.9782;633;20220904;28.6;14.8;21.7;3.6;16.7;0;4.53;19866
+74087;44.5125;2.9782;633;20220905;28.6;18.7;23.6;5;18.44;.2;4.78;17800
+74087;44.5125;2.9782;633;20220906;27.5;16.9;22.2;3.3;18.57;2.4;3.52;13966
+74087;44.5125;2.9782;633;20220907;25.4;14.3;19.9;2.7;16.84;9;2.93;12666
+74087;44.5125;2.9782;633;20220908;22.8;10;16.4;2.2;13.24;.6;2.89;15133
+74087;44.5125;2.9782;633;20220909;20.6;11.8;16.2;2.7;13.54;.3;2.51;12633
+74087;44.5125;2.9782;633;20220910;22.3;10.1;16.2;2.4;11.84;.1;3.44;19933
+74087;44.5125;2.9782;633;20220911;28.8;8.6;18.7;2.2;10.77;0;4.34;21433
+74087;44.5125;2.9782;633;20220912;31.7;14.2;23;3.8;14.57;0;5.43;20133
+74087;44.5125;2.9782;633;20220913;27.6;19.4;23.5;5;19.87;1.8;3.69;11233
+74087;44.5125;2.9782;633;20220914;26;17.8;21.9;3.7;17.7;12.5;3.43;13633
+74087;44.5125;2.9782;633;20220915;25.9;13.3;19.6;2.5;15.04;.1;3.49;17500
+74087;44.5125;2.9782;633;20220916;22.5;14.1;18.3;4.5;13.4;0;3.6;15233
+74087;44.5125;2.9782;633;20220917;18.1;6.2;12.1;4.2;8.17;0;3.47;21000
+74087;44.5125;2.9782;633;20220918;23.3;1.9;12.6;2.6;6.5;0;3.76;20466
+74087;44.5125;2.9782;633;20220919;23.4;4;13.7;2.7;7.34;.1;3.77;20333
+74087;44.5125;2.9782;633;20220920;22.9;3.7;13.3;3;7.27;0;3.8;20133
+74087;44.5125;2.9782;633;20220921;23.1;4.7;13.9;2.7;8;0;3.6;19566
+74087;44.5125;2.9782;633;20220922;23.5;8.5;16;2.4;10.04;0;3.44;19200
+74087;44.5125;2.9782;633;20220923;21.8;8.2;15;2.8;11.9;18.7;2.48;11500
+74087;44.5125;2.9782;633;20220924;17.6;10.7;14.1;2.2;12.84;1.5;1.74;9333
+74087;44.5125;2.9782;633;20220925;16.5;9;12.7;2.5;11.37;1.2;1.84;10600
+74087;44.5125;2.9782;633;20220926;15.9;7.6;11.7;3.4;10.64;3.8;1.87;10266
+74087;44.5125;2.9782;633;20220927;13;9;11;5.8;11.24;11.2;1.44;8000
+74087;44.5125;2.9782;633;20220928;16;10.6;13.3;6.3;13.2;14;1.56;7933
+74087;44.5125;2.9782;633;20220929;13.5;8.6;11;3.1;11.07;1.4;1.33;7433
+74087;44.5125;2.9782;633;20220930;14.6;6.2;10.4;3.3;9.4;.4;1.94;13466
+74087;44.5125;2.9782;633;20221001;15;5.7;10.4;2.8;12;9.9;.87;4066
+74087;44.5125;2.9782;633;20221002;19.8;13.1;16.5;2.6;14.57;.2;2.13;12566
+74087;44.5125;2.9782;633;20221003;20.8;7.7;14.2;2.6;11.9;0;2.48;16166
+74087;44.5125;2.9782;633;20221004;22.3;6.1;14.2;1.6;11.14;.1;2.41;17133
+74087;44.5125;2.9782;633;20221005;20.6;8.7;14.6;3.1;12.5;.1;2.33;13833
+74087;44.5125;2.9782;633;20221006;21.7;11.4;16.6;1.9;14;0;2.08;12600
+74087;44.5125;2.9782;633;20221007;21.2;10.4;15.8;2.3;13.34;1.2;2.17;13600
+74087;44.5125;2.9782;633;20221008;20.5;11;15.7;2;13.54;1.9;1.86;10833
+74087;44.5125;2.9782;633;20221009;21.2;7.8;14.5;3.2;11.9;.1;2.45;14933
+74087;44.5125;2.9782;633;20221010;22.2;11.4;16.8;2.8;13.17;0;2.48;13900
+74087;44.5125;2.9782;633;20221011;21.4;9.2;15.3;1.5;12.97;0;1.83;12166
+74087;44.5125;2.9782;633;20221012;20.3;11.8;16.1;1.5;13.3;.9;1.59;8433
+74087;44.5125;2.9782;633;20221013;16.9;8.5;12.7;1.5;12.94;6.8;1.06;5900
+74087;44.5125;2.9782;633;20221014;16.6;12.5;14.6;3.4;14.97;1.6;1.05;4333
+74087;44.5125;2.9782;633;20221015;23.2;10.4;16.8;2.3;13.84;0;2.24;14166
+74087;44.5125;2.9782;633;20221016;21.6;14.1;17.8;6.3;15.14;0;2.6;10433
+74087;44.5125;2.9782;633;20221017;20.2;16.5;18.3;7;15.6;0;2.38;5166
+74087;44.5125;2.9782;633;20221018;21.9;15.1;18.5;4.2;15.67;.1;2.29;10333
+74087;44.5125;2.9782;633;20221019;21.4;13;17.2;4;14.84;1.8;2.01;7033
+74087;44.5125;2.9782;633;20221020;19.8;15.9;17.9;5.7;16.97;3.1;1.55;3800
+74087;44.5125;2.9782;633;20221021;21.5;16;18.7;3.5;15.3;2;2.12;8366
+74087;44.5125;2.9782;633;20221022;22;10.2;16.1;3.2;12.87;0;2.2;12000
+74087;44.5125;2.9782;633;20221023;20.8;14.9;17.9;5.7;14.8;0;2.19;2800
+74087;44.5125;2.9782;633;20221024;20.3;12;16.1;2;13.14;0;1.72;11300
+74087;44.5125;2.9782;633;20221025;20.6;9;14.8;3.2;11.74;0;1.94;7033
+74087;44.5125;2.9782;633;20221026;21.8;10.3;16;2.3;13.54;.1;1.69;8666
+74087;44.5125;2.9782;633;20221027;23.3;12.1;17.7;3.6;14.17;0;2.27;9266
+74087;44.5125;2.9782;633;20221028;23.8;15.3;19.5;3.8;12.1;0;3;8400
+74087;44.5125;2.9782;633;20221029;22.5;14.7;18.6;5.7;8.5;0;4.31;9100
+74087;44.5125;2.9782;633;20221030;21.1;13.6;17.4;4.7;12.34;0;2.6;10100
+74087;44.5125;2.9782;633;20221031;20.5;13.7;17.1;5.4;14.07;5.5;2.2;7566
+74087;44.5125;2.9782;633;20221101;16.5;11.9;14.2;2.3;12.47;.1;1.28;7666
+74087;44.5125;2.9782;633;20221102;17.6;5.4;11.5;1.7;9.57;.1;1.3;10700
+74087;44.5125;2.9782;633;20221103;15.1;7.4;11.2;4.8;10.64;6;1.33;2666
+74087;44.5125;2.9782;633;20221104;8.3;6.9;7.6;6.4;9.27;7.1;.79;3366
+74087;44.5125;2.9782;633;20221105;10.3;1.8;6;3.9;7.27;.1;1.13;10600
+74087;44.5125;2.9782;633;20221106;16.4;.7;8.5;2.5;6.6;.1;1.62;9933
+74087;44.5125;2.9782;633;20221107;17.3;4.6;11;3.5;9.07;0;1.68;10566
+74087;44.5125;2.9782;633;20221108;16.5;10.5;13.5;5.7;12.2;6.9;1.48;5500
+74087;44.5125;2.9782;633;20221109;15.5;11.6;13.5;2.9;13;2.5;1;3366
+74087;44.5125;2.9782;633;20221110;14.7;7.5;11.1;2.1;10.14;.1;1.02;9000
+74087;44.5125;2.9782;633;20221111;17.6;5.7;11.7;4.8;11.24;0;1.39;7766
+74087;44.5125;2.9782;633;20221112;20.2;9.8;15;3.7;10.37;0;2.09;9033
+74087;44.5125;2.9782;633;20221113;19.9;7.1;13.5;2.9;9.34;0;1.82;7433
+74087;44.5125;2.9782;633;20221114;13.5;10.8;12.2;4.2;11.67;7.5;1.03;2466
+74087;44.5125;2.9782;633;20221115;15;9.9;12.5;3.6;12.2;7.8;.94;3800
+74087;44.5125;2.9782;633;20221116;14.2;7.1;10.7;2.1;10.4;1.6;.82;7200
+74087;44.5125;2.9782;633;20221117;13.4;9;11.2;3.6;10.97;12;.95;4166
+74087;44.5125;2.9782;633;20221118;9.4;6.3;7.8;4.2;8.94;.4;.8;4933
+74087;44.5125;2.9782;633;20221119;8.9;3.7;6.3;4.1;7.94;.2;.79;6966
+74087;44.5125;2.9782;633;20221120;8;1.3;4.6;3.3;7.37;.8;.67;5600
+74087;44.5125;2.9782;633;20221121;8;3;5.5;3.7;8.1;11.7;.6;1300
+74087;44.5125;2.9782;633;20221122;6.5;3.6;5;5.4;7.9;11.1;.53;2900
+74087;44.5125;2.9782;633;20221123;11.5;4.8;8.2;3.4;9.2;7.9;.78;3133
+74087;44.5125;2.9782;633;20221124;11.2;5.2;8.2;2.2;9.3;0;.62;5266
+74087;44.5125;2.9782;633;20221125;8.9;5.8;7.4;2.7;9;3.9;.61;2433
+74087;44.5125;2.9782;633;20221126;9.2;2.2;5.7;2.7;7.24;0;.75;5366
+74087;44.5125;2.9782;633;20221127;12.2;.8;6.5;3.3;6.14;5.1;1.25;6666
+74087;44.5125;2.9782;633;20221128;8.2;6;7.1;3;9.04;4.4;.53;2866
+74087;44.5125;2.9782;633;20221129;7.2;3.1;5.2;3.8;7.4;.1;.63;4800
+74087;44.5125;2.9782;633;20221130;6.8;-1;2.9;1.6;6.24;0;.36;7200
+74087;44.5125;2.9782;633;20221201;7.3;-2.1;2.6;2.4;6.04;0;.61;5233
+74087;44.5125;2.9782;633;20221202;3.3;.7;2;1.7;5.87;1.4;.5;1833
+74087;44.5125;2.9782;633;20221203;4.3;1.1;2.7;1.3;6.7;6.9;.42;1266
+74087;44.5125;2.9782;633;20221204;5.2;2.1;3.6;1.9;7.17;7.5;.42;2366
+74087;44.5125;2.9782;633;20221205;8.2;-3.5;2.4;2.4;5.47;.1;.57;8333
+74087;44.5125;2.9782;633;20221206;10.5;-3.6;3.5;1.8;4.67;.2;.82;6666
+74087;44.5125;2.9782;633;20221207;8.8;-3.6;2.6;1.7;4.77;.1;.59;7533
+74087;44.5125;2.9782;633;20221208;7.7;-3.4;2.2;2.5;6;4;.61;3133
+74087;44.5125;2.9782;633;20221209;8.5;5;6.7;1.7;9.37;1;.36;2366
+74087;44.5125;2.9782;633;20221210;2.4;1.5;2;3.8;6.07;0;.57;1966
+74087;44.5125;2.9782;633;20221211;5.2;-9.5;-2.2;1.4;3.48;0;.49;6435
+74087;44.5125;2.9782;633;20221212;3.2;-7.4;-2.1;2.2;4.28;16.3;.48;4326
+74087;44.5125;2.9782;633;20221213;8.7;-.1;4.3;3.5;9.07;2.1;.12;2966
+74087;44.5125;2.9782;633;20221214;10.8;6.5;8.7;2.6;10.17;2.7;.48;3466
+74087;44.5125;2.9782;633;20221215;9.2;4.5;6.9;2.8;9.6;15.1;.41;766
+74087;44.5125;2.9782;633;20221216;8.6;4.6;6.6;2.3;7.54;0;.59;4900
+74087;44.5125;2.9782;633;20221217;7.1;-5.1;1;2.7;3.94;.1;.81;7133
+74087;44.5125;2.9782;633;20221218;9.2;-4.9;2.2;4.8;5.74;0;.93;4966
+74087;44.5125;2.9782;633;20221219;12.9;7.2;10;8.2;9.67;0;1.31;4200
+74087;44.5125;2.9782;633;20221220;12.9;9.5;11.2;7.2;10.1;2.2;1.49;2533
+74087;44.5125;2.9782;633;20221221;12.6;8.9;10.8;2.5;10.67;2.1;.63;5133
+74087;44.5125;2.9782;633;20221222;12.5;6.4;9.5;5.6;11.57;14.7;.43;2533
+74087;44.5125;2.9782;633;20221223;13.8;10.3;12.1;3.6;12.77;1;.59;3133
+74087;44.5125;2.9782;633;20221224;14.1;8.3;11.2;2;10.94;0;.58;5366
+74087;44.5125;2.9782;633;20221225;15;4.8;9.9;3.3;9.27;.1;1.02;5633
+74087;44.5125;2.9782;633;20221226;13.2;6;9.6;2.2;10.17;.2;.64;3533
+74087;44.5125;2.9782;633;20221227;11.5;5.7;8.6;1.6;9.17;.1;.52;4800
+74087;44.5125;2.9782;633;20221228;13.8;1.3;7.5;2.9;8.4;0;.78;6033
+74087;44.5125;2.9782;633;20221229;11.5;5.6;8.5;2.6;9.34;4.8;.69;2733
+74087;44.5125;2.9782;633;20221230;11.7;5.4;8.6;2.6;9.84;1.4;.62;1900
+74087;44.5125;2.9782;633;20221231;14.9;8.1;11.5;4.1;10.47;0;1.11;4900
+74088;44.53317;3.29105;798;20220101;19.3;.3;9.8;.7;5.62;0;.4;7366
+74088;44.53317;3.29105;798;20220102;13.8;4.4;9.1;2.1;6.55;0;1.01;4627
+74088;44.53317;3.29105;798;20220103;10.8;3.8;7.3;1.8;8.29;0;.44;4917
+74088;44.53317;3.29105;798;20220104;12.6;4.8;8.7;3.3;7.82;4.3;.98;5381
+74088;44.53317;3.29105;798;20220105;.8;.5;.6;5.8;4.52;.2;.92;1832
+74088;44.53317;3.29105;798;20220106;2.2;-1.2;.5;5;4.02;0;.97;5395
+74088;44.53317;3.29105;798;20220107;1.6;-5.6;-2;3.3;4.89;3.2;.29;4638
+74088;44.53317;3.29105;798;20220108;5.8;.7;3.3;6;6.99;9.1;.45;4289
+74088;44.53317;3.29105;798;20220109;3;1.5;2.3;5.5;6.22;6.6;.53;2366
+74088;44.53317;3.29105;798;20220110;3.6;1.2;2.4;3.5;5.59;.4;.66;3260
+74088;44.53317;3.29105;798;20220111;4.2;-3.2;.5;4.3;4.02;0;.89;7248
+74088;44.53317;3.29105;798;20220112;4.6;-5.2;-.3;3.9;3.55;0;.86;7241
+74088;44.53317;3.29105;798;20220113;9.3;-5.7;1.8;1.7;3.49;.2;.74;8375
+74088;44.53317;3.29105;798;20220114;12.2;-2.9;4.7;1.3;3.09;0;.77;8190
+74088;44.53317;3.29105;798;20220115;9.7;-2.4;3.6;1.1;3.42;0;.62;7950
+74088;44.53317;3.29105;798;20220116;8.1;-4.8;1.6;2.2;3.89;0;.87;8272
+74088;44.53317;3.29105;798;20220117;7;-1;3;4.2;5.39;0;.87;5902
+74088;44.53317;3.29105;798;20220118;8;-.9;3.6;3;5.02;0;.91;6878
+74088;44.53317;3.29105;798;20220119;2.7;-3.2;-.3;2.8;5.32;.2;.39;5131
+74088;44.53317;3.29105;798;20220120;4.2;-.9;1.7;4.7;5.05;0;.81;5273
+74088;44.53317;3.29105;798;20220121;1.8;-2.1;-.1;6.6;3.75;0;1.05;5642
+74088;44.53317;3.29105;798;20220122;3.6;-4;-.2;4.6;4.12;0;.82;6400
+74088;44.53317;3.29105;798;20220123;12.4;-2.6;4.9;2;4.45;0;.98;9178
+74088;44.53317;3.29105;798;20220124;13.4;-1.9;5.7;1.1;3.92;0;.82;8979
+74088;44.53317;3.29105;798;20220125;12.8;-.9;6;1.4;3.95;0;.97;9114
+74088;44.53317;3.29105;798;20220126;11.7;-1.3;5.2;2.2;4.09;0;1.3;9322
+74088;44.53317;3.29105;798;20220127;11.1;-1.5;4.8;2.1;3.95;0;1.25;9190
+74088;44.53317;3.29105;798;20220128;7.7;-3;2.3;3.3;4.62;0;1.06;7194
+74088;44.53317;3.29105;798;20220129;9.6;-2.7;3.4;2.1;4.79;0;1.01;8885
+74088;44.53317;3.29105;798;20220130;5.4;-.2;2.6;2.9;6.02;0;.72;6331
+74088;44.53317;3.29105;798;20220131;4.6;-1.6;1.5;5.8;5.99;.1;.55;5762
+74088;44.53317;3.29105;798;20220201;3.2;-1.6;.8;6.7;5.32;.2;.7;5577
+74088;44.53317;3.29105;798;20220202;7.9;2;4.9;4.8;7.25;0;.81;8725
+74088;44.53317;3.29105;798;20220203;15.9;-1.4;7.3;2.3;5.49;0;1.55;9141
+74088;44.53317;3.29105;798;20220204;6.3;1.3;3.8;2.6;7.12;.4;.53;4172
+74088;44.53317;3.29105;798;20220205;7.9;3.1;5.5;3.2;5.79;0;1.16;8327
+74088;44.53317;3.29105;798;20220206;4.2;-2.6;.8;3.7;5.99;2.3;.46;5813
+74088;44.53317;3.29105;798;20220207;8.1;3;5.6;5.8;6.55;.5;1.24;8527
+74088;44.53317;3.29105;798;20220208;15;-1.5;6.7;2.5;4.45;0;1.78;11693
+74088;44.53317;3.29105;798;20220209;10.5;-.8;4.8;2.3;5.62;0;1.17;9895
+74088;44.53317;3.29105;798;20220210;9.1;-1.6;3.8;2;6.98;0;1.35;12100
+74088;44.53317;3.29105;798;20220211;9.7;5;7.3;4.2;6.08;0;1.86;7900
+74088;44.53317;3.29105;798;20220212;8.9;-2.3;3.3;5.1;5.68;.1;1.44;5500
+74088;44.53317;3.29105;798;20220213;6.6;4.5;5.5;6.1;8.48;6;.65;900
+74088;44.53317;3.29105;798;20220214;6.8;6.2;6.5;5.3;7.98;7.4;1.1;3600
+74088;44.53317;3.29105;798;20220215;4.8;1.2;3;6;6.88;3.2;.75;5400
+74088;44.53317;3.29105;798;20220216;9;2.9;6;4.8;8.72;5.2;.61;5197
+74088;44.53317;3.29105;798;20220217;11.5;7.4;9.5;4;10.15;1.3;.94;6247
+74088;44.53317;3.29105;798;20220218;16.7;5.3;11;4.1;9.25;0;1.85;11873
+74088;44.53317;3.29105;798;20220219;6.6;1.9;4.2;4;5.09;0;1.44;8466
+74088;44.53317;3.29105;798;20220220;7.4;-.1;3.7;3.6;6.92;3.1;.86;7918
+74088;44.53317;3.29105;798;20220221;6.5;5.1;5.8;8.2;6.85;1.7;1.36;7504
+74088;44.53317;3.29105;798;20220222;8.2;2.1;5.2;5.2;6.79;0;1.19;10182
+74088;44.53317;3.29105;798;20220223;13.6;3;8.3;3.2;6.99;0;1.74;12190
+74088;44.53317;3.29105;798;20220224;12.8;2.3;7.5;3.5;7.25;.1;1.59;10810
+74088;44.53317;3.29105;798;20220225;6.7;1.1;3.9;5.2;4.99;0;1.63;12189
+74088;44.53317;3.29105;798;20220226;10.6;-.7;5;4.3;4.15;0;2.18;14285
+74088;44.53317;3.29105;798;20220227;11;-1.8;4.6;2.3;5.35;0;1.57;13973
+74088;44.53317;3.29105;798;20220228;11.8;-.7;5.6;2.4;6.05;0;1.57;13328
+74088;44.53317;3.29105;798;20220301;10.7;-.6;5.1;3.2;5.65;0;1.65;13025
+74088;44.53317;3.29105;798;20220302;7.5;1.4;4.4;2.4;7.22;.2;.82;5922
+74088;44.53317;3.29105;798;20220303;12.9;3.1;8;1.4;8.15;.1;1.27;10040
+74088;44.53317;3.29105;798;20220304;10.2;5.1;7.6;2.9;7.62;0;1.25;6476
+74088;44.53317;3.29105;798;20220305;9.8;1;5.4;2.7;6.05;0;1.51;13169
+74088;44.53317;3.29105;798;20220306;8.6;-3;2.8;2.8;3.82;0;1.79;15539
+74088;44.53317;3.29105;798;20220307;9.6;-5.2;2.2;2.3;3.95;0;1.73;16309
+74088;44.53317;3.29105;798;20220308;8.1;-2.6;2.7;3.1;6.05;.2;1.2;10723
+74088;44.53317;3.29105;798;20220309;7.4;2.5;5;3.3;6.92;.1;1.08;6910
+74088;44.53317;3.29105;798;20220310;8.4;3.3;5.9;4.4;7.65;3.9;1.03;6184
+74088;44.53317;3.29105;798;20220311;6.6;5.2;5.9;7.1;7.69;2.7;.93;3131
+74088;44.53317;3.29105;798;20220312;5;2.9;3.9;6.7;7.02;0;.76;3978
+74088;44.53317;3.29105;798;20220313;5.1;3.8;4.4;5.7;6.42;7.5;1.07;2680
+74088;44.53317;3.29105;798;20220314;7.7;-1.7;3;4.6;7.72;3.2;.52;7170
+74088;44.53317;3.29105;798;20220315;8.9;7.1;8;6.8;9.12;0;1.04;4613
+74088;44.53317;3.29105;798;20220316;12.6;5.6;9.1;2.6;9.09;0;1.35;7994
+74088;44.53317;3.29105;798;20220317;11.3;5.1;8.2;4;8.82;.1;1.16;6043
+74088;44.53317;3.29105;798;20220318;11.8;6;8.9;4;8.48;0;1.72;6800
+74088;44.53317;3.29105;798;20220319;12.3;5;8.6;3.4;7.08;0;2.37;14400
+74088;44.53317;3.29105;798;20220320;6.4;4.3;5.3;6.5;7.58;0;1.02;1200
+74088;44.53317;3.29105;798;20220321;8.4;4.3;6.3;8.7;7.08;.1;1.91;7500
+74088;44.53317;3.29105;798;20220322;10.2;2.9;6.5;9;5.98;0;2.96;18000
+74088;44.53317;3.29105;798;20220323;11.5;2;6.7;6;4.98;0;3.34;20700
+74088;44.53317;3.29105;798;20220324;14.9;2.9;8.9;4.6;4.08;0;4.01;21600
+74088;44.53317;3.29105;798;20220325;15.5;3.2;9.3;3.6;3.68;0;3.66;16300
+74088;44.53317;3.29105;798;20220326;15.7;4.2;9.9;4.7;4.88;0;4.06;21100
+74088;44.53317;3.29105;798;20220327;17.4;5.1;11.2;4.1;5.28;0;4.09;20300
+74088;44.53317;3.29105;798;20220328;16.5;6;11.2;4.8;4.88;0;4.27;18400
+74088;44.53317;3.29105;798;20220329;13.7;7.1;10.4;4.2;7.38;2;2.8;12300
+74088;44.53317;3.29105;798;20220330;10.2;5.4;7.8;2.9;9.08;.9;1.26;6600
+74088;44.53317;3.29105;798;20220331;10.6;4.9;7.7;6.9;7.28;1.7;2.65;17100
+74088;44.53317;3.29105;798;20220401;3.6;-2;.8;5.4;5.28;.5;1.79;11866
+74088;44.53317;3.29105;798;20220402;2.5;-3.2;-.3;3.7;4.95;0;1.46;9533
+74088;44.53317;3.29105;798;20220403;1.1;-3.8;-1.3;7.5;5;0;2;10791
+74088;44.53317;3.29105;798;20220404;7.7;-2.9;2.4;1.5;4.98;0;2.33;21066
+74088;44.53317;3.29105;798;20220405;13.9;-1.5;6.2;2.9;5.98;0;3.01;23700
+74088;44.53317;3.29105;798;20220406;10.5;2;6.2;4.3;8.28;2.1;1.46;9200
+74088;44.53317;3.29105;798;20220407;11.4;4.8;8.1;6;9.78;13.6;1.13;4000
+74088;44.53317;3.29105;798;20220408;15.3;8.3;11.8;6.3;9.78;1.5;2.93;13900
+74088;44.53317;3.29105;798;20220409;9.5;3;6.2;6.6;5.78;0;2.82;16300
+74088;44.53317;3.29105;798;20220410;15.4;-.4;7.5;4.5;4.98;.2;3.98;24900
+74088;44.53317;3.29105;798;20220411;8.3;4.3;6.3;8.2;8.58;.3;1.01;2800
+74088;44.53317;3.29105;798;20220412;11.9;6;8.9;7.5;6.98;0;2.8;7000
+74088;44.53317;3.29105;798;20220413;14.3;7.3;10.8;3.6;7.08;0;2.97;12700
+74088;44.53317;3.29105;798;20220414;21.4;6.2;13.8;3.7;9.68;0;4.15;22000
+74088;44.53317;3.29105;798;20220415;22.8;9.2;16;5.3;10.38;0;5.04;23200
+74088;44.53317;3.29105;798;20220416;22.2;10.3;16.2;7.2;8.58;0;6.1;24800
+74088;44.53317;3.29105;798;20220417;21.6;6.1;13.8;5;7.48;0;5.37;26300
+74088;44.53317;3.29105;798;20220418;18.3;4.9;11.6;3.3;9.18;0;3.59;22400
+74088;44.53317;3.29105;798;20220419;17.8;5.6;11.7;2.2;10.08;0;2.89;18000
+74088;44.53317;3.29105;798;20220420;11.9;7.4;9.6;2;10.68;10;1.19;5400
+74088;44.53317;3.29105;798;20220421;11;6.8;8.9;1.8;10.88;8.8;1.1;6100
+74088;44.53317;3.29105;798;20220422;17.4;6.3;11.8;3.3;10.58;.5;3.07;19300
+74088;44.53317;3.29105;798;20220423;11.1;8.7;9.9;5.5;9.08;20.4;1.79;3400
+74088;44.53317;3.29105;798;20220424;10.1;2.8;6.4;5;9.58;7.2;.91;6200
+74088;44.53317;3.29105;798;20220425;15.2;5.5;10.3;3.5;8.58;0;3.53;24600
+74088;44.53317;3.29105;798;20220426;20.2;5;12.6;2.1;8.38;0;4.24;27400
+74088;44.53317;3.29105;798;20220427;20.4;7.7;14;3.1;9.58;0;4.36;25100
+74088;44.53317;3.29105;798;20220428;22;9.8;15.9;2.7;10.88;2.7;4.34;23600
+74088;44.53317;3.29105;798;20220429;20.7;10.8;15.7;3.6;12.48;.4;4.08;22800
+74088;44.53317;3.29105;798;20220430;19.4;10.4;14.9;4.3;10.48;0;4.14;20500
+74088;44.53317;3.29105;798;20220501;18.7;5.5;12.1;3.6;7.48;0;4.48;25600
+74088;44.53317;3.29105;798;20220502;18.5;7.9;13.2;2.1;8.98;4.2;3.81;23000
+74088;44.53317;3.29105;798;20220503;17.1;8.3;12.7;1.7;11.38;2.1;2.29;12300
+74088;44.53317;3.29105;798;20220504;16.9;6.3;11.6;1.7;11.28;3.7;2.45;15200
+74088;44.53317;3.29105;798;20220505;16;7.2;11.6;4.3;9.48;.6;3.38;19600
+74088;44.53317;3.29105;798;20220506;14;7.2;10.6;5.9;8.89;0;2.41;10274
+74088;44.53317;3.29105;798;20220507;18.9;8.3;13.6;5.4;8.89;0;3.85;16716
+74088;44.53317;3.29105;798;20220508;18.4;8.2;13.3;3.6;9.52;0;2.98;12666
+74088;44.53317;3.29105;798;20220509;21.8;8;14.9;2.4;9.69;0;3.54;16772
+74088;44.53317;3.29105;798;20220510;23.5;8.4;16;1.7;11.09;0;3.55;18056
+74088;44.53317;3.29105;798;20220511;23.7;8.7;16.2;2.6;10.42;0;3.97;18405
+74088;44.53317;3.29105;798;20220512;22.9;8.2;15.6;2.8;10.65;0;3.63;16705
+74088;44.53317;3.29105;798;20220513;23.1;7.8;15.4;1.9;11.19;.7;3.35;17229
+74088;44.53317;3.29105;798;20220514;25.7;10.3;18;1.7;12.75;0;3.67;17900
+74088;44.53317;3.29105;798;20220515;23.3;12.6;17.9;3.3;10.82;0;4.12;16192
+74088;44.53317;3.29105;798;20220516;25.6;10.7;18.2;2.2;10.82;0;4.11;18173
+74088;44.53317;3.29105;798;20220517;27.6;10.9;19.2;1.7;12.55;0;4.07;18647
+74088;44.53317;3.29105;798;20220518;28.6;14.2;21.4;2.5;13.09;1.1;4.58;18087
+74088;44.53317;3.29105;798;20220519;25.7;13.5;19.6;4.3;11.82;0;4.84;17281
+74088;44.53317;3.29105;798;20220520;25.4;13.6;19.5;4;10.82;0;4.89;16613
+74088;44.53317;3.29105;798;20220521;31.2;11.4;21.3;1.7;12.89;.1;4.57;19616
+74088;44.53317;3.29105;798;20220522;31;15.7;23.4;1.9;14.32;.1;4.54;17754
+74088;44.53317;3.29105;798;20220523;17.7;15.5;16.6;3.6;14.19;.7;1.94;5579
+74088;44.53317;3.29105;798;20220524;15.5;8.6;12;3.2;9.95;0;2.27;10270
+74088;44.53317;3.29105;798;20220525;18.3;6.6;12.5;4.1;9.15;0;3.37;17514
+74088;44.53317;3.29105;798;20220526;19.7;7.9;13.8;4.5;9.79;0;3.64;17790
+74088;44.53317;3.29105;798;20220527;24.9;10.3;17.6;4.7;11.39;0;4.76;19304
+74088;44.53317;3.29105;798;20220528;22.6;10.4;16.5;5.5;9.52;0;4.9;18719
+74088;44.53317;3.29105;798;20220529;21;7.6;14.3;4.3;6.79;0;4.75;19625
+74088;44.53317;3.29105;798;20220530;22.1;5.7;13.9;2.3;7.55;1.3;4.02;19301
+74088;44.53317;3.29105;798;20220531;21.8;9.8;15.8;2.7;10.55;1.7;3.57;15729
+74088;44.53317;3.29105;798;20220601;27.2;9.2;18.2;2.4;11.62;0;4.51;19715
+74088;44.53317;3.29105;798;20220602;26.5;13.7;20.1;3.4;12.39;.2;4.61;17186
+74088;44.53317;3.29105;798;20220603;26.7;15.5;21.1;3.7;12.75;.2;4.81;16806
+74088;44.53317;3.29105;798;20220604;27;14.2;20.6;3.9;15.19;5.9;4.45;17447
+74088;44.53317;3.29105;798;20220605;22;15.5;18.7;3.2;13.92;0;3.52;14924
+74088;44.53317;3.29105;798;20220606;25.9;10;18;3.1;12.59;.1;4.24;18110
+74088;44.53317;3.29105;798;20220607;21.1;12.1;16.6;4;11.89;.1;3.72;16309
+74088;44.53317;3.29105;798;20220608;17;9.8;13.4;3.1;11.82;2.9;2.18;9716
+74088;44.53317;3.29105;798;20220609;17.5;9.6;13.5;6.5;10.25;0;3.3;14209
+74088;44.53317;3.29105;798;20220610;26.2;9.8;18;4.5;11.09;.1;5.19;20544
+74088;44.53317;3.29105;798;20220611;31;12.4;21.7;3.5;10.82;0;7.17;30271
+74088;44.53317;3.29105;798;20220612;30.3;14.9;22.6;2.5;12.79;0;5.9;26496
+74088;44.53317;3.29105;798;20220613;28.7;16.1;22.4;2.9;14.85;0;5.52;25558
+74088;44.53317;3.29105;798;20220614;32.8;13.1;22.9;2.3;12.99;.1;6.53;29646
+74088;44.53317;3.29105;798;20220615;32.4;16.8;24.6;2.7;14.05;.3;6.29;25785
+74088;44.53317;3.29105;798;20220616;33.8;15.5;24.6;2.4;14.19;0;6.43;27725
+74088;44.53317;3.29105;798;20220617;35.7;17.9;26.8;3.2;11.69;0;7.81;28698
+74088;44.53317;3.29105;798;20220618;32.5;18.4;25.5;3.9;11.99;0;7.76;28160
+74088;44.53317;3.29105;798;20220619;29;18.5;23.8;6.6;12.62;0;7.86;26336
+74088;44.53317;3.29105;798;20220620;28.2;16.1;22.2;5;12.65;0;6.77;26758
+74088;44.53317;3.29105;798;20220621;28.2;15.4;21.8;3.2;16.09;1;5.12;22562
+74088;44.53317;3.29105;798;20220622;25.5;16.2;20.9;3.3;16.29;9.6;4.36;19285
+74088;44.53317;3.29105;798;20220623;23.4;14.2;18.8;2.7;15.92;23;3.7;18678
+74088;44.53317;3.29105;798;20220624;20.9;12.9;16.9;3;13.55;5;3.5;17952
+74088;44.53317;3.29105;798;20220625;24.3;9.8;17.1;2.8;13.39;8.2;4.44;24134
+74088;44.53317;3.29105;798;20220626;22.9;14;18.4;2.5;15.95;2.2;3.15;15579
+74088;44.53317;3.29105;798;20220627;20.3;13;16.6;3.1;14.39;.4;2.89;14530
+74088;44.53317;3.29105;798;20220628;23;11.3;17.2;3.9;12.05;.1;5.07;27938
+74088;44.53317;3.29105;798;20220629;27.5;10.7;19.1;2.1;12.09;.1;5.46;28681
+74088;44.53317;3.29105;798;20220630;17.9;13.1;15.5;3;13.79;3.7;2.31;11059
+74088;44.53317;3.29105;798;20220701;21.6;8.3;14.9;3;10.79;0;4.59;27472
+74088;44.53317;3.29105;798;20220702;29.7;8.4;19;2.3;10.69;0;6.1;30669
+74088;44.53317;3.29105;798;20220703;30.1;14.5;22.3;1.9;14.45;1;5.57;26745
+74088;44.53317;3.29105;798;20220704;26.5;15.3;20.9;2.7;16.09;1.3;4.56;21823
+74088;44.53317;3.29105;798;20220705;26.5;14.4;20.5;3.3;14.15;0;5.55;27897
+74088;44.53317;3.29105;798;20220706;26;13.2;19.6;4.6;10.99;0;6.27;28747
+74088;44.53317;3.29105;798;20220707;24.8;12.1;18.4;5.6;11.15;0;5.99;27469
+74088;44.53317;3.29105;798;20220708;26.6;13.9;20.2;5.5;11.72;0;6.4;27802
+74088;44.53317;3.29105;798;20220709;29.2;13.7;21.5;4.6;10.85;0;7.12;29264
+74088;44.53317;3.29105;798;20220710;28.8;15.3;22.1;4.3;12.15;0;6.72;28353
+74088;44.53317;3.29105;798;20220711;31.2;13.5;22.3;3.3;12.52;0;6.74;29571
+74088;44.53317;3.29105;798;20220712;30.8;15.4;23.1;2.8;13.42;0;6.37;28814
+74088;44.53317;3.29105;798;20220713;31.7;15.1;23.4;2.3;10.85;0;6.45;28556
+74088;44.53317;3.29105;798;20220714;33.1;15.3;24.2;2.4;12.65;0;6.61;28680
+74088;44.53317;3.29105;798;20220715;32.3;18.6;25.5;3.1;12.65;0;6.87;26714
+74088;44.53317;3.29105;798;20220716;33.3;15.7;24.5;3.7;11.62;0;7.48;28681
+74088;44.53317;3.29105;798;20220717;33.9;15.5;24.7;3.3;10.79;0;7.42;28630
+74088;44.53317;3.29105;798;20220718;34.1;16.4;25.2;3.3;13.09;.1;7.36;28295
+74088;44.53317;3.29105;798;20220719;32.4;19.5;26;3.9;11.62;.6;7.46;25678
+74088;44.53317;3.29105;798;20220720;26;17;21.5;2.9;13.85;0;4.51;18101
+74088;44.53317;3.29105;798;20220721;31.4;13.4;22.4;2.7;13.05;0;6.17;28000
+74088;44.53317;3.29105;798;20220722;33.6;15.4;24.5;2.8;13.99;1.5;6.2;24090
+74088;44.53317;3.29105;798;20220723;28.3;15.4;21.9;3;14.75;0;5.59;25854
+74088;44.53317;3.29105;798;20220724;34.4;14.6;24.5;2.3;12.45;0;6.58;28350
+74088;44.53317;3.29105;798;20220725;27.5;16.2;21.9;3.5;14.39;0;5.36;22514
+74088;44.53317;3.29105;798;20220726;25.1;14.3;19.7;4.4;12.85;0;5.48;25753
+74088;44.53317;3.29105;798;20220727;26.9;11.8;19.4;3.6;10.72;0;5.86;27459
+74088;44.53317;3.29105;798;20220728;28.5;11;19.8;2.1;11.15;.1;5.11;25085
+74088;44.53317;3.29105;798;20220729;26.3;15.3;20.8;2.4;13.75;5.4;4.17;17680
+74088;44.53317;3.29105;798;20220730;28.4;14.2;21.3;3.3;12.92;0;5.6;24737
+74088;44.53317;3.29105;798;20220731;30.7;14.3;22.5;3.1;12.45;0;6.1;25934
+74088;44.53317;3.29105;798;20220801;32.4;17;24.7;3.7;12.19;0;6.97;26079
+74088;44.53317;3.29105;798;20220802;32.4;16.2;24.3;3.2;12.45;.1;6.61;26396
+74088;44.53317;3.29105;798;20220803;33.3;18.6;25.9;2.6;11.59;0;6.47;25156
+74088;44.53317;3.29105;798;20220804;33.8;17.5;25.7;2.2;11.85;0;6.14;25110
+74088;44.53317;3.29105;798;20220805;31.1;16.8;23.9;2.7;15.59;1.6;5.49;23060
+74088;44.53317;3.29105;798;20220806;30.3;16.3;23.3;3.9;14.55;0;6.09;24891
+74088;44.53317;3.29105;798;20220807;30.2;15;22.6;3.7;10.75;0;6.45;25940
+74088;44.53317;3.29105;798;20220808;31.5;14.2;22.9;3.7;9.35;0;6.95;26360
+74088;44.53317;3.29105;798;20220809;32.1;15.2;23.7;2.7;8.92;0;6.32;25932
+74088;44.53317;3.29105;798;20220810;32.9;17.6;25.3;2.7;10.22;0;6.36;24438
+74088;44.53317;3.29105;798;20220811;32.7;15.8;24.2;2.2;12.05;0;5.77;24842
+74088;44.53317;3.29105;798;20220812;34.1;16.3;25.2;2.7;12.82;0;6.2;24314
+74088;44.53317;3.29105;798;20220813;34.6;17.1;25.8;1.9;12.15;13.8;5.62;23412
+74088;44.53317;3.29105;798;20220814;23.4;18.7;21.1;3.7;17.25;23.7;3.43;14217
+74088;44.53317;3.29105;798;20220815;24.4;14.3;19.3;2.8;13.55;0;4.06;19855
+74088;44.53317;3.29105;798;20220816;27.7;11.9;19.8;2.6;13.42;2.1;4.4;19778
+74088;44.53317;3.29105;798;20220817;24;14.2;19.1;2.5;15.65;15.9;3.24;15737
+74088;44.53317;3.29105;798;20220818;20.2;13;16.6;4;14.39;5.6;2.55;11445
+74088;44.53317;3.29105;798;20220819;21.9;14;18;5.4;14.55;0;3.83;19771
+74088;44.53317;3.29105;798;20220820;25.2;14.2;19.7;4.2;14.69;.1;4.47;20761
+74088;44.53317;3.29105;798;20220821;25.4;13.6;19.5;3.8;13.42;.1;4.47;20242
+74088;44.53317;3.29105;798;20220822;23.9;14.7;19.3;4.3;15.19;.1;4.02;18794
+74088;44.53317;3.29105;798;20220823;27;15.2;21.1;3.4;15.25;.1;4.55;20944
+74088;44.53317;3.29105;798;20220824;31.5;14;22.7;2.1;13.69;0;5.17;24178
+74088;44.53317;3.29105;798;20220825;28.9;14.7;21.8;2.9;14.79;1.2;4.64;20581
+74088;44.53317;3.29105;798;20220826;26.4;15.2;20.8;3.4;16.02;.9;4.1;18955
+74088;44.53317;3.29105;798;20220827;25.9;14.1;20;3.1;13.85;.2;4.15;19201
+74088;44.53317;3.29105;798;20220828;29.2;12.3;20.8;2.2;12.59;.1;4.71;23213
+74088;44.53317;3.29105;798;20220829;29.3;14.1;21.7;2.4;13.55;.3;4.41;18952
+74088;44.53317;3.29105;798;20220830;28.8;15.1;21.9;2.7;14.89;.8;4.35;18270
+74088;44.53317;3.29105;798;20220831;26.9;12.5;19.7;3.4;13.29;.1;4.33;18741
+74088;44.53317;3.29105;798;20220901;27;12.6;19.8;2.1;13.72;.6;3.84;19389
+74088;44.53317;3.29105;798;20220902;24.7;13.5;19.1;1.8;14.39;7.2;2.99;14922
+74088;44.53317;3.29105;798;20220903;23.9;13.4;18.6;2.3;15.69;3.6;3.16;17704
+74088;44.53317;3.29105;798;20220904;25.6;13.7;19.7;2.2;15.85;0;3.31;17242
+74088;44.53317;3.29105;798;20220905;25.5;15.8;20.6;3.5;16.85;0;3.4;14787
+74088;44.53317;3.29105;798;20220906;24.9;15.5;20.2;2.6;16.99;2.4;2.81;12470
+74088;44.53317;3.29105;798;20220907;24.4;14;19.2;2.5;16.19;16;2.97;15229
+74088;44.53317;3.29105;798;20220908;21.8;10.7;16.2;2.8;12.49;.3;2.97;15752
+74088;44.53317;3.29105;798;20220909;18.5;11.3;14.9;3.1;12.25;.2;2.49;13489
+74088;44.53317;3.29105;798;20220910;21.3;9.3;15.3;2.7;10.92;0;3.19;18374
+74088;44.53317;3.29105;798;20220911;26.9;8.8;17.9;2.1;10.52;0;3.9;20958
+74088;44.53317;3.29105;798;20220912;27.8;12.2;20;2.2;13.89;0;3.8;19389
+74088;44.53317;3.29105;798;20220913;25.1;16.5;20.8;4;18.22;5.9;2.87;11346
+74088;44.53317;3.29105;798;20220914;23.1;15.7;19.4;3.4;16.92;9.4;2.57;11238
+74088;44.53317;3.29105;798;20220915;24.1;12.5;18.3;2.4;14.12;0;3.06;16148
+74088;44.53317;3.29105;798;20220916;20.6;13.2;16.9;3.6;12.55;0;2.98;14458
+74088;44.53317;3.29105;798;20220917;15.5;7.5;11.5;5.2;7.79;0;3.09;17502
+74088;44.53317;3.29105;798;20220918;21.2;4.5;12.8;3.7;6.49;0;3.95;19586
+74088;44.53317;3.29105;798;20220919;20.9;6.5;13.7;4;7.42;0;3.84;18856
+74088;44.53317;3.29105;798;20220920;21.1;5.9;13.5;4.3;7.25;0;3.99;18995
+74088;44.53317;3.29105;798;20220921;21.3;6.3;13.8;3.3;7.89;0;3.52;18572
+74088;44.53317;3.29105;798;20220922;22.3;7.3;14.8;1.7;9.69;0;2.85;17992
+74088;44.53317;3.29105;798;20220923;19.2;7.9;13.5;2.2;11.55;14.5;2.03;11734
+74088;44.53317;3.29105;798;20220924;17.6;9.7;13.6;2.3;11.75;.6;1.86;10927
+74088;44.53317;3.29105;798;20220925;15.5;8.3;11.9;2.1;10.32;1;1.69;9936
+74088;44.53317;3.29105;798;20220926;13.8;6.2;10;3.6;9.55;2.5;1.69;10893
+74088;44.53317;3.29105;798;20220927;12.1;7.9;10;5.7;9.92;6;1.47;8514
+74088;44.53317;3.29105;798;20220928;15;9.8;12.4;5;11.95;7.7;1.51;8101
+74088;44.53317;3.29105;798;20220929;13.3;7.3;10.3;3.3;9.79;.8;1.52;9450
+74088;44.53317;3.29105;798;20220930;12.1;5.4;8.8;3.3;8.39;.1;1.6;10694
+74088;44.53317;3.29105;798;20221001;14.9;4.5;9.7;3.2;10.99;2.4;1.4;11098
+74088;44.53317;3.29105;798;20221002;18.8;12.4;15.6;3;13.35;.2;2.14;13604
+74088;44.53317;3.29105;798;20221003;19.5;9.1;14.3;3.3;11.55;0;2.21;12063
+74088;44.53317;3.29105;798;20221004;21.7;6.8;14.3;1.5;10.65;.1;2.18;15736
+74088;44.53317;3.29105;798;20221005;18.8;7.9;13.4;2.8;11.52;.1;2.05;12202
+74088;44.53317;3.29105;798;20221006;20.5;10;15.2;1.9;12.92;0;1.81;11269
+74088;44.53317;3.29105;798;20221007;19.3;10.2;14.8;1.9;12.62;2.2;1.83;11859
+74088;44.53317;3.29105;798;20221008;17.4;10.4;13.9;2.2;12.22;.4;1.51;8457
+74088;44.53317;3.29105;798;20221009;19.2;6.6;12.9;2.6;10.82;0;2.06;13882
+74088;44.53317;3.29105;798;20221010;20.6;9.1;14.9;2.1;12.02;0;2.01;12865
+74088;44.53317;3.29105;798;20221011;19.4;8;13.7;1.4;11.95;0;1.63;11917
+74088;44.53317;3.29105;798;20221012;18.6;10.9;14.7;1;12.09;1;1.41;8529
+74088;44.53317;3.29105;798;20221013;16.3;7.3;11.8;1.4;11.69;6;1.09;7067
+74088;44.53317;3.29105;798;20221014;16.2;11.8;14;3.3;13.59;.5;1.25;6436
+74088;44.53317;3.29105;798;20221015;22.4;9.5;16;2.3;12.65;0;2.03;12350
+74088;44.53317;3.29105;798;20221016;19.2;11.5;15.4;3.9;14.19;0;1.6;8448
+74088;44.53317;3.29105;798;20221017;17.9;14.3;16.1;5.1;14.45;.2;1.5;4036
+74088;44.53317;3.29105;798;20221018;20.3;12.6;16.5;2.2;14.35;.3;1.52;8725
+74088;44.53317;3.29105;798;20221019;19.7;10.3;15;2.4;13.95;2.8;1.43;7940
+74088;44.53317;3.29105;798;20221020;17.8;14.3;16.1;5.1;15.85;5.6;1.15;4133
+74088;44.53317;3.29105;798;20221021;20;15.1;17.5;4;14.39;1.4;1.96;7881
+74088;44.53317;3.29105;798;20221022;21;9.4;15.2;2.3;12.09;0;1.77;11337
+74088;44.53317;3.29105;798;20221023;18;12.4;15.2;3.9;13.92;0;1.26;3710
+74088;44.53317;3.29105;798;20221024;19.4;12.4;15.9;2.4;12.25;0;1.72;9730
+74088;44.53317;3.29105;798;20221025;19.6;8.5;14.1;2;10.82;0;1.57;8667
+74088;44.53317;3.29105;798;20221026;21;10;15.5;1.6;13.05;.1;1.4;8921
+74088;44.53317;3.29105;798;20221027;21.4;11.3;16.4;2;13.42;0;1.55;8662
+74088;44.53317;3.29105;798;20221028;21.5;11.3;16.4;2.1;11.65;0;1.78;8521
+74088;44.53317;3.29105;798;20221029;20.9;11.6;16.3;2.8;8.65;0;2.43;8594
+74088;44.53317;3.29105;798;20221030;20.2;10.8;15.5;3.4;11.25;0;1.96;8939
+74088;44.53317;3.29105;798;20221031;18.4;10.9;14.6;4.5;12.85;9;1.58;7001
+74088;44.53317;3.29105;798;20221101;16.2;11.6;13.9;2.9;11.72;.1;1.36;8372
+74088;44.53317;3.29105;798;20221102;16.5;5.8;11.2;1.6;8.72;0;1.22;9579
+74088;44.53317;3.29105;798;20221103;13.9;5.9;9.9;3.5;9.49;4.7;1.13;4295
+74088;44.53317;3.29105;798;20221104;7.1;6.1;6.6;5.5;8.15;6.1;.8;3313
+74088;44.53317;3.29105;798;20221105;9.8;2.8;6.3;4.3;6.72;0;1.21;9359
+74088;44.53317;3.29105;798;20221106;16;.7;8.4;2.5;5.85;.1;1.59;10239
+74088;44.53317;3.29105;798;20221107;16;3.8;9.9;2.6;8.25;0;1.34;9779
+74088;44.53317;3.29105;798;20221108;14.1;7.3;10.7;4.7;11.15;7.4;.87;4581
+74088;44.53317;3.29105;798;20221109;16;11.2;13.6;2.9;12.05;1.7;1.09;4698
+74088;44.53317;3.29105;798;20221110;13.8;6.9;10.3;2.3;9.22;0;1;7156
+74088;44.53317;3.29105;798;20221111;16.7;5.4;11.1;3.2;10.29;.1;1.1;7114
+74088;44.53317;3.29105;798;20221112;18.9;6.7;12.8;1.7;9.39;0;1.18;8658
+74088;44.53317;3.29105;798;20221113;17.4;6.3;11.9;2.2;8.62;0;1.3;6893
+74088;44.53317;3.29105;798;20221114;11.6;9;10.3;3.5;10.59;6.4;.75;2263
+74088;44.53317;3.29105;798;20221115;13.5;9;11.2;3.1;11.29;6.4;.77;3642
+74088;44.53317;3.29105;798;20221116;13.1;6.3;9.7;2.8;9.32;1;.85;6202
+74088;44.53317;3.29105;798;20221117;12.1;7.3;9.7;4.5;9.89;8.5;.98;4709
+74088;44.53317;3.29105;798;20221118;8.1;5;6.5;3.7;7.75;.3;.8;3822
+74088;44.53317;3.29105;798;20221119;7.6;2.8;5.2;3.8;6.82;.1;.81;5915
+74088;44.53317;3.29105;798;20221120;7.3;.3;3.8;3.7;6.29;.2;.75;6414
+74088;44.53317;3.29105;798;20221121;6.9;1.2;4;3.2;7.09;9.7;.54;2788
+74088;44.53317;3.29105;798;20221122;5.1;2;3.5;4.6;6.95;6.3;.49;3354
+74088;44.53317;3.29105;798;20221123;9.8;3.2;6.5;3;8.22;3.6;.63;4776
+74088;44.53317;3.29105;798;20221124;11.1;4.4;7.8;2.3;8.12;0;.69;5706
+74088;44.53317;3.29105;798;20221125;8.1;4.7;6.4;2.9;8.02;3.8;.65;2889
+74088;44.53317;3.29105;798;20221126;8.3;2.2;5.3;3;6.35;0;.85;5100
+74088;44.53317;3.29105;798;20221127;11.2;.1;5.7;2;5.59;4.7;.84;6395
+74088;44.53317;3.29105;798;20221128;6.9;4.5;5.7;2.2;8.05;2.5;.48;2800
+74088;44.53317;3.29105;798;20221129;6.4;1.9;4.1;3.7;6.45;.1;.67;4717
+74088;44.53317;3.29105;798;20221130;5.6;.6;3.1;2.8;6.29;.1;.49;4445
+74088;44.53317;3.29105;798;20221201;5.7;1.7;3.7;3.9;6.02;0;.7;3793
+74088;44.53317;3.29105;798;20221202;2.2;-.5;.9;2;5.49;3.2;.4;2044
+74088;44.53317;3.29105;798;20221203;4;0;2;1.6;6.35;9.7;.35;2333
+74088;44.53317;3.29105;798;20221204;4.1;2;3;2.1;6.45;5.8;.42;2495
+74088;44.53317;3.29105;798;20221205;6.3;-5.1;.6;1.5;4.59;.1;.3;7714
+74088;44.53317;3.29105;798;20221206;9.5;-4;2.8;1.4;3.99;.3;.59;7533
+74088;44.53317;3.29105;798;20221207;6.5;-2.8;1.8;1.8;4.45;.1;.51;5305
+74088;44.53317;3.29105;798;20221208;5.8;-3.9;1;1.2;5.55;5;.3;4205
+74088;44.53317;3.29105;798;20221209;6.9;4.1;5.5;1.7;8.62;1;.27;2933
+74088;44.53317;3.29105;798;20221210;1.4;1.7;1.6;3.8;5.49;0;.58;1833
+74088;44.53317;3.29105;798;20221211;4.1;-8;-1.9;2.3;2.99;0;.68;6791
+74088;44.53317;3.29105;798;20221212;2.8;-6.6;-1.9;1.3;3.69;15.7;.42;4315
+74088;44.53317;3.29105;798;20221213;7.6;-1.2;3.2;3.2;7.85;3.6;.13;4381
+74088;44.53317;3.29105;798;20221214;9.7;5.2;7.4;2.4;9.02;2.6;.45;3205
+74088;44.53317;3.29105;798;20221215;7.4;3.3;5.4;2.5;8.42;17.7;.34;1696
+74088;44.53317;3.29105;798;20221216;5.6;2.7;4.1;3.4;6.45;0;.61;3135
+74088;44.53317;3.29105;798;20221217;5.9;-5.2;.3;3.2;3.49;0;.92;6929
+74088;44.53317;3.29105;798;20221218;7.2;-4.2;1.5;3.1;5.32;0;.61;4421
+74088;44.53317;3.29105;798;20221219;10.7;5.9;8.3;6;9.12;0;.81;2427
+74088;44.53317;3.29105;798;20221220;11;7.7;9.3;5.1;9.55;1.2;.87;2183
+74088;44.53317;3.29105;798;20221221;11.5;8.1;9.8;3;9.65;1.2;.65;4050
+74088;44.53317;3.29105;798;20221222;11.8;6.3;9;5.8;10.25;8.7;.68;3274
+74088;44.53317;3.29105;798;20221223;12.8;9.5;11.2;3.8;11.72;.4;.61;2634
+74088;44.53317;3.29105;798;20221224;12.5;8.6;10.6;1.6;10.25;0;.5;4250
+74088;44.53317;3.29105;798;20221225;12.5;3.4;7.9;2;8.52;0;.57;5247
+74088;44.53317;3.29105;798;20221226;12.9;6;9.4;2.2;9.49;0;.59;4598
+74088;44.53317;3.29105;798;20221227;10;3.9;6.9;1.6;7.89;0;.47;4291
+74088;44.53317;3.29105;798;20221228;11.6;1.2;6.4;2.5;7.95;0;.51;5058
+74088;44.53317;3.29105;798;20221229;10.2;3.3;6.8;2.3;8.69;4.1;.4;3721
+74088;44.53317;3.29105;798;20221230;10;4.3;7.2;2.4;9.05;1.2;.39;3115
+74088;44.53317;3.29105;798;20221231;13.1;6.5;9.8;2.8;9.72;0;.73;4088
+74089;44.5529;3.60409;1045;20220101;18.1;5.6;11.8;2.7;4.97;.1;1.94;6548
+74089;44.5529;3.60409;1045;20220102;13.2;5;9.1;3.7;5.73;0;1.84;3580
+74089;44.5529;3.60409;1045;20220103;10;3.6;6.8;3.4;7.73;0;.8;4773
+74089;44.5529;3.60409;1045;20220104;9.8;3.7;6.8;3.1;7.47;4.1;.8;4606
+74089;44.5529;3.60409;1045;20220105;-1.1;-.9;-1;9.2;4.4;.3;.78;2633
+74089;44.5529;3.60409;1045;20220106;0;-3.1;-1.5;7.4;3.7;0;.95;4451
+74089;44.5529;3.60409;1045;20220107;.3;-6.5;-3.1;6;4.43;1.9;.36;4745
+74089;44.5529;3.60409;1045;20220108;3.7;-1.5;1.1;7.8;6.53;5.8;.23;4067
+74089;44.5529;3.60409;1045;20220109;.6;-.8;-.1;6.7;5.87;4;.27;2216
+74089;44.5529;3.60409;1045;20220110;1;-.3;.3;5.4;5.03;0;.63;3969
+74089;44.5529;3.60409;1045;20220111;1.5;-5.4;-1.9;5.6;3.63;0;.8;6667
+74089;44.5529;3.60409;1045;20220112;2.5;-5.3;-1.4;3.9;3.23;0;.89;6839
+74089;44.5529;3.60409;1045;20220113;7.8;-5.7;1;2.4;3.1;.3;1.05;8181
+74089;44.5529;3.60409;1045;20220114;11.3;-3.4;4;2.6;2.7;0;1.51;7946
+74089;44.5529;3.60409;1045;20220115;11;-1.2;4.9;3.1;2.63;0;1.72;7613
+74089;44.5529;3.60409;1045;20220116;6.6;-3;1.8;4.5;3.07;0;1.54;7696
+74089;44.5529;3.60409;1045;20220117;4.6;-1.9;1.4;5.6;5.1;0;.81;6089
+74089;44.5529;3.60409;1045;20220118;7.3;-1.6;2.9;2.9;4.63;0;.92;6427
+74089;44.5529;3.60409;1045;20220119;2.3;-3;-.3;4.4;5.03;.1;.54;4336
+74089;44.5529;3.60409;1045;20220120;2.2;-1.8;.2;7.1;4.7;.2;.85;4253
+74089;44.5529;3.60409;1045;20220121;-.3;-4;-2.2;8.4;3.47;0;.99;5871
+74089;44.5529;3.60409;1045;20220122;2.3;-5.1;-1.4;5.6;4;0;.76;6357
+74089;44.5529;3.60409;1045;20220123;9.1;-2.8;3.1;2.2;4.57;0;.96;7759
+74089;44.5529;3.60409;1045;20220124;11.7;-1.8;4.9;2.3;3.9;0;1.37;8611
+74089;44.5529;3.60409;1045;20220125;11.9;-1;5.5;2.4;3.9;0;1.43;8886
+74089;44.5529;3.60409;1045;20220126;11.2;-1.1;5;3.5;3.4;0;1.86;9092
+74089;44.5529;3.60409;1045;20220127;10.7;-1;4.8;3.9;2.87;0;2.07;9250
+74089;44.5529;3.60409;1045;20220128;7.6;-1.1;3.3;5.9;4.1;0;1.79;7621
+74089;44.5529;3.60409;1045;20220129;9.6;-.9;4.3;4.4;4.17;0;1.74;8628
+74089;44.5529;3.60409;1045;20220130;7;1.1;4.1;6.1;5.97;0;1.17;6667
+74089;44.5529;3.60409;1045;20220131;3.7;-2.6;.5;9.5;5.3;0;.82;4778
+74089;44.5529;3.60409;1045;20220201;1.6;-3.6;-1;10.3;4.87;.1;.65;5365
+74089;44.5529;3.60409;1045;20220202;7.8;.9;4.4;8.2;6.83;0;.99;6660
+74089;44.5529;3.60409;1045;20220203;15.4;-.2;7.6;3.5;4.5;0;2.21;8226
+74089;44.5529;3.60409;1045;20220204;5.6;-.3;2.6;5.7;6.3;.2;.69;5974
+74089;44.5529;3.60409;1045;20220205;6.1;1.4;3.7;5.8;5.2;.1;1.35;8466
+74089;44.5529;3.60409;1045;20220206;3.1;-3.9;-.4;7.5;5.53;.9;.5;6781
+74089;44.5529;3.60409;1045;20220207;5;1.3;3.2;8.6;5.77;.6;1.18;8171
+74089;44.5529;3.60409;1045;20220208;12.5;-2.2;5.2;3.3;3.97;0;1.91;11348
+74089;44.5529;3.60409;1045;20220209;9.9;-.6;4.7;2.8;5.33;0;1.37;10172
+74089;44.5529;3.60409;1045;20220210;10.8;-1.2;4.8;2.3;5.47;0;1.73;11500
+74089;44.5529;3.60409;1045;20220211;6.3;2.2;4.3;2.7;4.97;0;1.34;8900
+74089;44.5529;3.60409;1045;20220212;7.7;-5.1;1.3;3.3;4.77;.2;1.27;9500
+74089;44.5529;3.60409;1045;20220213;4.2;2.6;3.4;3.8;7.07;13;.68;1900
+74089;44.5529;3.60409;1045;20220214;5.3;4.1;4.7;3.3;7.67;6.9;.75;3400
+74089;44.5529;3.60409;1045;20220215;3;-.5;1.3;3;6.27;.9;.62;5800
+74089;44.5529;3.60409;1045;20220216;7.3;1.3;4.3;7.7;8.3;2.3;.39;5771
+74089;44.5529;3.60409;1045;20220217;11.5;5.9;8.7;7.4;9.67;.3;1.09;7489
+74089;44.5529;3.60409;1045;20220218;16;4.7;10.4;5.1;8.6;0;2.1;11886
+74089;44.5529;3.60409;1045;20220219;5.2;.6;2.9;6;4.87;0;1.47;9335
+74089;44.5529;3.60409;1045;20220220;6.6;-1.4;2.6;7.8;6.23;1.1;1.01;7589
+74089;44.5529;3.60409;1045;20220221;4.7;3.5;4.1;10.2;6.23;2.6;1.31;5982
+74089;44.5529;3.60409;1045;20220222;7.7;.2;3.9;8.4;5.93;.1;1.51;10246
+74089;44.5529;3.60409;1045;20220223;12.5;2.3;7.4;4.2;6.63;0;1.83;11618
+74089;44.5529;3.60409;1045;20220224;10.8;2.7;6.7;4.5;6.97;.1;1.55;9445
+74089;44.5529;3.60409;1045;20220225;4.2;0;2.1;7;4.73;.1;1.53;11523
+74089;44.5529;3.60409;1045;20220226;7.5;-2.4;2.6;4.6;3.8;0;1.96;13819
+74089;44.5529;3.60409;1045;20220227;8.4;-2.3;3.1;2.5;4.97;0;1.45;13051
+74089;44.5529;3.60409;1045;20220228;10.4;-1.7;4.4;3.5;5.27;0;1.74;14032
+74089;44.5529;3.60409;1045;20220301;10.3;-.9;4.7;2.9;5.03;0;1.77;12872
+74089;44.5529;3.60409;1045;20220302;6.5;-1.6;2.5;3.2;6.63;0;.82;7649
+74089;44.5529;3.60409;1045;20220303;12.5;2.3;7.4;2.6;7.73;0;1.44;11604
+74089;44.5529;3.60409;1045;20220304;8.6;3.3;6;5.1;6.77;0;1.46;7067
+74089;44.5529;3.60409;1045;20220305;9.1;-1;4.1;4.4;4.5;0;2.04;14980
+74089;44.5529;3.60409;1045;20220306;7;-4.3;1.4;3.2;3.27;0;1.86;15417
+74089;44.5529;3.60409;1045;20220307;8;-5.9;1.1;2.2;3.6;0;1.66;15469
+74089;44.5529;3.60409;1045;20220308;4.7;-3.4;.6;3.4;5.47;.1;1.06;11134
+74089;44.5529;3.60409;1045;20220309;5.2;-.4;2.4;3.2;6.6;0;.82;7729
+74089;44.5529;3.60409;1045;20220310;4.9;2.9;3.9;4.5;7.43;4.6;.63;3734
+74089;44.5529;3.60409;1045;20220311;3.8;3.2;3.5;7.5;7.23;7.8;.59;2717
+74089;44.5529;3.60409;1045;20220312;2.7;.9;1.8;7.2;6.43;16.1;.63;5071
+74089;44.5529;3.60409;1045;20220313;2.4;1.3;1.9;6.4;6.13;22.9;.74;4399
+74089;44.5529;3.60409;1045;20220314;5.7;-1.5;2.1;5.7;7.4;5.4;.4;6967
+74089;44.5529;3.60409;1045;20220315;6.4;5.2;5.8;7.4;8.67;0;.62;3337
+74089;44.5529;3.60409;1045;20220316;11.2;5.1;8.2;3.5;8.83;0;1.37;8397
+74089;44.5529;3.60409;1045;20220317;9.8;5;7.4;4.2;8.57;.6;1.17;6325
+74089;44.5529;3.60409;1045;20220318;9.7;3.4;6.6;2.6;7.67;0;1.41;7900
+74089;44.5529;3.60409;1045;20220319;13.5;1.7;7.6;1.9;6.07;0;2.28;16300
+74089;44.5529;3.60409;1045;20220320;6.3;1.1;3.7;3.8;6.27;.2;1.16;3700
+74089;44.5529;3.60409;1045;20220321;8.1;2.1;5.1;3.9;5.67;.1;1.97;10900
+74089;44.5529;3.60409;1045;20220322;8.7;1.2;5;4.2;4.37;0;2.65;16700
+74089;44.5529;3.60409;1045;20220323;11.2;1.4;6.3;3.6;3.87;0;3.14;20300
+74089;44.5529;3.60409;1045;20220324;14.3;-1.2;6.6;3.2;4.07;0;3.26;20700
+74089;44.5529;3.60409;1045;20220325;15.2;.1;7.7;2.5;3.57;0;3.17;18500
+74089;44.5529;3.60409;1045;20220326;16;1.2;8.6;2.8;4.27;0;3.41;20200
+74089;44.5529;3.60409;1045;20220327;16.2;1.3;8.8;3;4.77;0;3.44;20100
+74089;44.5529;3.60409;1045;20220328;16;2;9;3.3;4.27;0;3.6;18700
+74089;44.5529;3.60409;1045;20220329;13.6;6.2;9.9;2.7;6.17;2.1;2.7;13200
+74089;44.5529;3.60409;1045;20220330;9.3;3.9;6.6;1.6;8.37;1.4;1.11;5700
+74089;44.5529;3.60409;1045;20220331;5.9;1.6;3.8;3.2;6.97;3;1.12;7000
+74089;44.5529;3.60409;1045;20220401;-1.1;-3.5;-2.3;6;4.37;3;1.08;12200
+74089;44.5529;3.60409;1045;20220402;-3;-5.1;-4;4.4;3.77;0;.82;6200
+74089;44.5529;3.60409;1045;20220403;-1.9;-5.3;-3.6;3.7;3.77;0;.9;6800
+74089;44.5529;3.60409;1045;20220404;10.2;-5.3;2.5;1.8;4.27;0;2.49;23100
+74089;44.5529;3.60409;1045;20220405;13.4;-3.8;4.8;2.5;6.27;0;2.64;21900
+74089;44.5529;3.60409;1045;20220406;15.8;2.5;9.2;2.5;8.07;3;2.63;16400
+74089;44.5529;3.60409;1045;20220407;8.3;3.9;6.1;5;9.27;8.4;.86;5700
+74089;44.5529;3.60409;1045;20220408;13.1;6.3;9.7;5.8;9.07;1.4;2.24;9200
+74089;44.5529;3.60409;1045;20220409;7.5;-.2;3.7;5.1;4.97;0;2.45;17100
+74089;44.5529;3.60409;1045;20220410;15.6;-3.4;6.1;2.4;4.17;.2;3.49;24400
+74089;44.5529;3.60409;1045;20220411;7.5;3.8;5.7;3.8;6.97;.6;1.39;4300
+74089;44.5529;3.60409;1045;20220412;10.3;5.1;7.7;4.2;5.57;0;2.52;7600
+74089;44.5529;3.60409;1045;20220413;17.5;6.9;12.2;2.5;6.27;0;3.64;19100
+74089;44.5529;3.60409;1045;20220414;20.2;4.6;12.4;2.6;8.77;.2;3.73;21600
+74089;44.5529;3.60409;1045;20220415;20.7;7.3;14;2.7;9.67;0;4.09;24000
+74089;44.5529;3.60409;1045;20220416;18.7;6.2;12.5;3.3;8.07;0;4.16;24400
+74089;44.5529;3.60409;1045;20220417;21.8;2.5;12.2;2.5;5.37;0;4.64;26000
+74089;44.5529;3.60409;1045;20220418;17.7;2.5;10.1;2.2;7.77;0;3.57;24200
+74089;44.5529;3.60409;1045;20220419;17.1;1.1;9.1;1.5;7.57;0;2.63;16100
+74089;44.5529;3.60409;1045;20220420;11.3;7;9.2;2;8.67;8.2;1.46;5000
+74089;44.5529;3.60409;1045;20220421;11.9;5.4;8.7;.8;10.07;4.4;1.24;6500
+74089;44.5529;3.60409;1045;20220422;17.7;3.2;10.5;1.8;8.97;0;2.95;18700
+74089;44.5529;3.60409;1045;20220423;8.5;6.5;7.5;3.5;8.07;19.3;1.37;3500
+74089;44.5529;3.60409;1045;20220424;9.5;-.2;4.7;2;8.77;5.8;.99;6800
+74089;44.5529;3.60409;1045;20220425;14.9;2.5;8.7;2;8.07;0;2.83;19300
+74089;44.5529;3.60409;1045;20220426;18.9;.7;9.8;2.2;7.57;0;3.8;25000
+74089;44.5529;3.60409;1045;20220427;21.9;4.6;13.3;2;8.77;0;4.13;24100
+74089;44.5529;3.60409;1045;20220428;20.9;7;14;1.4;10.17;2.8;3.27;18400
+74089;44.5529;3.60409;1045;20220429;21.3;4.3;12.8;1.4;9.27;.4;3.68;22600
+74089;44.5529;3.60409;1045;20220430;16.4;6.3;11.4;3.2;8.47;0;3.81;23700
+74089;44.5529;3.60409;1045;20220501;18.4;2.4;10.4;1.7;6.67;0;4.01;27000
+74089;44.5529;3.60409;1045;20220502;18.8;3.7;11.3;2.3;8.87;4.4;3.27;18300
+74089;44.5529;3.60409;1045;20220503;15.5;7.8;11.7;1.6;9.87;2.6;2.07;9700
+74089;44.5529;3.60409;1045;20220504;17.2;3.7;10.5;1.5;10.27;4.6;2.77;18100
+74089;44.5529;3.60409;1045;20220505;12.6;6;9.3;2.6;8.97;1.2;2.34;14000
+74089;44.5529;3.60409;1045;20220506;11.3;6.2;8.8;6.8;8.6;0;1.85;7715
+74089;44.5529;3.60409;1045;20220507;16.3;6;11.1;5.8;8.67;0;3.16;14396
+74089;44.5529;3.60409;1045;20220508;16;7.4;11.7;4.1;9.23;.1;2.72;12275
+74089;44.5529;3.60409;1045;20220509;18.9;6.2;12.5;2.4;9.73;.1;2.79;13589
+74089;44.5529;3.60409;1045;20220510;21.7;7.5;14.6;2.1;11;0;3.24;15646
+74089;44.5529;3.60409;1045;20220511;21;8.9;15;3.4;10.73;0;3.74;17117
+74089;44.5529;3.60409;1045;20220512;20.4;8.6;14.5;3.4;10.33;0;3.53;15511
+74089;44.5529;3.60409;1045;20220513;21.5;7.3;14.4;2.2;10.47;3;3.18;14782
+74089;44.5529;3.60409;1045;20220514;23.4;10.2;16.8;2.5;13.1;.1;3.47;16609
+74089;44.5529;3.60409;1045;20220515;19.5;11.5;15.5;3.7;11.27;.1;3.45;14852
+74089;44.5529;3.60409;1045;20220516;23.2;9.8;16.5;2.8;9.83;0;4.09;17172
+74089;44.5529;3.60409;1045;20220517;25.8;10.6;18.2;2.5;11.7;0;4.19;17986
+74089;44.5529;3.60409;1045;20220518;26;12.9;19.5;2.4;12.87;.4;4;16137
+74089;44.5529;3.60409;1045;20220519;22.2;12.9;17.6;4.4;11.8;0;4.21;15993
+74089;44.5529;3.60409;1045;20220520;22;13.7;17.9;5.1;10.47;0;4.74;16087
+74089;44.5529;3.60409;1045;20220521;28.4;11.4;19.9;1.9;11.97;0;4.36;17768
+74089;44.5529;3.60409;1045;20220522;28.6;15.6;22.1;2.5;13.77;0;4.51;15809
+74089;44.5529;3.60409;1045;20220523;17.8;13.6;15.7;3.7;13.63;.5;2.1;7394
+74089;44.5529;3.60409;1045;20220524;14.6;7.5;11.1;4.9;9.43;0;2.33;11463
+74089;44.5529;3.60409;1045;20220525;16.8;6.5;11.6;5.9;8.63;0;3.48;16222
+74089;44.5529;3.60409;1045;20220526;18.8;6.8;12.8;6;9.4;0;3.94;18500
+74089;44.5529;3.60409;1045;20220527;23.5;9;16.3;5.3;10.9;0;4.78;19406
+74089;44.5529;3.60409;1045;20220528;20.4;9.1;14.8;6.7;9.23;0;4.72;18385
+74089;44.5529;3.60409;1045;20220529;18.8;6.2;12.5;4.6;6.57;0;4.48;19283
+74089;44.5529;3.60409;1045;20220530;20.7;4.3;12.5;2.5;7.17;.9;3.88;18009
+74089;44.5529;3.60409;1045;20220531;20.4;9.4;14.9;2.8;10.77;2;3.17;13489
+74089;44.5529;3.60409;1045;20220601;23.8;8.9;16.4;2.7;11.77;0;3.8;16920
+74089;44.5529;3.60409;1045;20220602;24;12.3;18.1;3.3;11.97;.3;4.1;15743
+74089;44.5529;3.60409;1045;20220603;24.2;14.9;19.6;3.7;11.63;0;4.52;15527
+74089;44.5529;3.60409;1045;20220604;24.3;13.7;19;4;14.17;1.2;4.27;17260
+74089;44.5529;3.60409;1045;20220605;21.6;14.1;17.9;4.4;13.27;0;3.93;16091
+74089;44.5529;3.60409;1045;20220606;25.1;8.8;17;3.5;11.57;.1;4.27;17668
+74089;44.5529;3.60409;1045;20220607;19.9;10.7;15.3;4.5;11.3;0;3.43;14581
+74089;44.5529;3.60409;1045;20220608;16.1;8.5;12.3;4;11.23;2.3;1.98;8692
+74089;44.5529;3.60409;1045;20220609;17.1;7.5;12.3;7;9.43;0;3.56;16254
+74089;44.5529;3.60409;1045;20220610;24.4;8.4;16.4;5.8;9.9;0;5.4;20417
+74089;44.5529;3.60409;1045;20220611;29.3;10.9;20.1;2.9;9.27;0;6.62;30623
+74089;44.5529;3.60409;1045;20220612;29.3;13.9;21.6;2.5;10.97;.4;5.76;24172
+74089;44.5529;3.60409;1045;20220613;26.7;14.6;20.7;3.9;13.6;.1;5.47;23303
+74089;44.5529;3.60409;1045;20220614;30.6;13;21.8;2.9;11.83;0;6.52;28690
+74089;44.5529;3.60409;1045;20220615;30.9;16.3;23.6;2.8;13.23;.3;6.05;23330
+74089;44.5529;3.60409;1045;20220616;32.3;15.1;23.7;2.8;13.7;0;6.59;27342
+74089;44.5529;3.60409;1045;20220617;32.8;16.5;24.6;3.6;11.13;0;7.64;28814
+74089;44.5529;3.60409;1045;20220618;29.1;17.3;23.2;4.2;11.37;.1;7.13;26714
+74089;44.5529;3.60409;1045;20220619;25.7;17.3;21.5;6.9;12.67;0;7.06;26543
+74089;44.5529;3.60409;1045;20220620;25.2;14.8;20;5.4;12.07;0;6.39;27524
+74089;44.5529;3.60409;1045;20220621;24.7;14.8;19.7;3.4;15.7;1;4.56;21334
+74089;44.5529;3.60409;1045;20220622;22.6;15.1;18.9;4.2;16.23;10.7;3.87;18396
+74089;44.5529;3.60409;1045;20220623;19.5;14.1;16.8;3;15.93;21.5;2.52;12645
+74089;44.5529;3.60409;1045;20220624;19.7;11;15.4;3.7;12.6;3.9;3.66;19612
+74089;44.5529;3.60409;1045;20220625;22;9.4;15.7;3.4;12.5;9.4;4.43;24817
+74089;44.5529;3.60409;1045;20220626;22.5;13.1;17.8;3.2;15.83;.2;3.98;21764
+74089;44.5529;3.60409;1045;20220627;20.3;12.5;16.4;4.8;13.77;.2;3.54;17854
+74089;44.5529;3.60409;1045;20220628;20.9;10.4;15.7;5.1;11.57;.1;4.69;25182
+74089;44.5529;3.60409;1045;20220629;26.1;9.3;17.7;2.4;11.1;.2;5.64;29945
+74089;44.5529;3.60409;1045;20220630;21;13.2;17.1;3.1;13;2.9;3.75;17546
+74089;44.5529;3.60409;1045;20220701;20.2;7.6;13.9;4.4;10.33;0;4.69;27624
+74089;44.5529;3.60409;1045;20220702;27.7;8.5;18.1;2.3;10.13;0;5.89;29831
+74089;44.5529;3.60409;1045;20220703;29.2;14.6;21.9;2.1;13.4;1.3;5.6;25544
+74089;44.5529;3.60409;1045;20220704;26.5;15.3;20.9;2.8;15.37;1.4;4.77;21359
+74089;44.5529;3.60409;1045;20220705;24.6;13.2;18.9;4.6;13.3;0;5.61;27390
+74089;44.5529;3.60409;1045;20220706;23.9;11.7;17.8;4.6;10.53;.1;5.82;28178
+74089;44.5529;3.60409;1045;20220707;22.9;10.3;16.6;6.3;10.37;0;5.8;27300
+74089;44.5529;3.60409;1045;20220708;24.9;12.4;18.7;6.6;10.23;0;6.69;28369
+74089;44.5529;3.60409;1045;20220709;27.4;11.5;19.5;3.7;9.5;0;6.5;29741
+74089;44.5529;3.60409;1045;20220710;26.5;12.6;19.6;4.1;10.9;0;6.26;28631
+74089;44.5529;3.60409;1045;20220711;29.5;12.5;21;2.5;11.33;0;6.11;28405
+74089;44.5529;3.60409;1045;20220712;29.7;13.9;21.8;2.1;12.63;0;5.88;28371
+74089;44.5529;3.60409;1045;20220713;29.7;14;21.9;1.8;10.27;0;5.9;27929
+74089;44.5529;3.60409;1045;20220714;32;15.1;23.5;2.6;12.53;0;6.6;28102
+74089;44.5529;3.60409;1045;20220715;30.8;16.4;23.6;3.2;12;0;6.79;27568
+74089;44.5529;3.60409;1045;20220716;31.1;15.6;23.3;3.1;10.53;0;6.88;28251
+74089;44.5529;3.60409;1045;20220717;31;14.3;22.6;2.7;9.5;0;6.67;28631
+74089;44.5529;3.60409;1045;20220718;31.5;15.6;23.6;2.7;12.1;.1;6.58;27353
+74089;44.5529;3.60409;1045;20220719;29.6;19.6;24.6;3.9;12.17;.2;6.94;25292
+74089;44.5529;3.60409;1045;20220720;26.8;17;21.9;3;13.1;0;5.25;21385
+74089;44.5529;3.60409;1045;20220721;30.7;13.3;22;2.7;12.47;0;6.26;28225
+74089;44.5529;3.60409;1045;20220722;32.2;14.7;23.4;2.6;13.2;1.9;5.94;23225
+74089;44.5529;3.60409;1045;20220723;28.4;15.1;21.7;4.2;15.4;0;5.83;24590
+74089;44.5529;3.60409;1045;20220724;32.4;13.9;23.1;2.6;12.67;0;6.5;28134
+74089;44.5529;3.60409;1045;20220725;27.9;17.2;22.5;4.2;13.93;.1;5.53;19359
+74089;44.5529;3.60409;1045;20220726;25.3;13.8;19.6;5.6;12.03;0;6.04;25448
+74089;44.5529;3.60409;1045;20220727;25.8;10.8;18.3;4.5;10.03;0;6.18;27839
+74089;44.5529;3.60409;1045;20220728;26.6;10.7;18.6;2.4;10.7;.1;4.71;21029
+74089;44.5529;3.60409;1045;20220729;25.2;14.4;19.8;2.5;13.6;4.5;3.96;16330
+74089;44.5529;3.60409;1045;20220730;26.7;13.2;20;3.7;11.1;0;5.84;25461
+74089;44.5529;3.60409;1045;20220731;29.3;14.6;21.9;3.7;10.8;0;6.57;26205
+74089;44.5529;3.60409;1045;20220801;30.5;15.8;23.2;3.9;11.17;0;7.01;26956
+74089;44.5529;3.60409;1045;20220802;31.3;15.5;23.4;3.2;11.8;.1;6.56;26835
+74089;44.5529;3.60409;1045;20220803;31.3;16.6;24;2.5;11.6;0;6.04;24320
+74089;44.5529;3.60409;1045;20220804;31.7;17.2;24.5;2.3;10.77;0;6.09;25097
+74089;44.5529;3.60409;1045;20220805;30.5;16.2;23.4;3.2;14.38;4.2;5.62;20910
+74089;44.5529;3.60409;1045;20220806;27.9;14.1;21;3;14.18;0;5.1;21753
+74089;44.5529;3.60409;1045;20220807;28;13.3;20.6;3;10.52;0;5.72;24797
+74089;44.5529;3.60409;1045;20220808;29.3;11.2;20.2;2.3;9.32;0;5.72;26462
+74089;44.5529;3.60409;1045;20220809;30.8;12.6;21.7;2.3;9.05;0;5.84;25431
+74089;44.5529;3.60409;1045;20220810;29.6;16.1;22.8;2.2;10.17;0;5.13;20389
+74089;44.5529;3.60409;1045;20220811;31;15.5;23.2;2.5;11.83;0;5.71;23452
+74089;44.5529;3.60409;1045;20220812;32.8;15.5;24.2;3;12.47;0;6.35;24758
+74089;44.5529;3.60409;1045;20220813;32.9;16.5;24.7;2.5;12.37;11.9;6;24222
+74089;44.5529;3.60409;1045;20220814;20;16;18;2.8;17.2;28;2.49;12773
+74089;44.5529;3.60409;1045;20220815;23.2;12.3;17.7;3.6;12.87;.1;4.14;20227
+74089;44.5529;3.60409;1045;20220816;25.4;11.3;18.4;3.3;13.17;.4;4.53;21753
+74089;44.5529;3.60409;1045;20220817;21.4;12.7;17.1;3.3;14.77;21.2;2.78;13244
+74089;44.5529;3.60409;1045;20220818;18.5;10.8;14.7;5.3;13.87;4;2.05;10293
+74089;44.5529;3.60409;1045;20220819;20.7;12.4;16.6;6.6;14;.1;3.52;17522
+74089;44.5529;3.60409;1045;20220820;23;13.5;18.3;4.8;14.07;0;4.22;20106
+74089;44.5529;3.60409;1045;20220821;22.7;12.2;17.4;4.4;12.33;.1;4.14;19243
+74089;44.5529;3.60409;1045;20220822;21.1;13.2;17.2;4.8;13.83;.1;3.2;13955
+74089;44.5529;3.60409;1045;20220823;24.4;14.4;19.4;4.9;14.63;0;4.5;20388
+74089;44.5529;3.60409;1045;20220824;28.4;13.7;21;2.4;13.33;0;4.85;22997
+74089;44.5529;3.60409;1045;20220825;27.5;14;20.8;3.1;14.7;1.8;4.48;19778
+74089;44.5529;3.60409;1045;20220826;24.1;14.5;19.3;4.4;15.4;.7;3.82;17065
+74089;44.5529;3.60409;1045;20220827;23.2;13.4;18.3;3.1;14.07;.1;3.48;16357
+74089;44.5529;3.60409;1045;20220828;26.5;11.5;19;1.5;12.73;.1;4.06;22417
+74089;44.5529;3.60409;1045;20220829;26.7;14.5;20.6;2.4;14.7;.2;4.04;18695
+74089;44.5529;3.60409;1045;20220830;26.2;15.1;20.6;2.5;15.9;1.7;3.65;16836
+74089;44.5529;3.60409;1045;20220831;23.9;12.3;18.1;3.6;13.2;0;3.85;18034
+74089;44.5529;3.60409;1045;20220901;25.5;12.7;19.1;2.9;12.93;.7;4.12;19241
+74089;44.5529;3.60409;1045;20220902;22.3;12.9;17.6;2.2;13.53;9;2.69;11630
+74089;44.5529;3.60409;1045;20220903;21.4;12.4;16.9;2.4;15.03;3.3;2.79;15901
+74089;44.5529;3.60409;1045;20220904;23.2;13.3;18.2;2.8;15.97;0;3.29;18682
+74089;44.5529;3.60409;1045;20220905;22.4;15.9;19.2;3.9;17.17;.2;2.99;15759
+74089;44.5529;3.60409;1045;20220906;22.1;15.5;18.8;2.8;17.13;1;2.43;11765
+74089;44.5529;3.60409;1045;20220907;21.8;14.1;18;3.2;16.1;8;2.65;13393
+74089;44.5529;3.60409;1045;20220908;19.8;9.6;14.7;3.7;11.83;.2;3;16473
+74089;44.5529;3.60409;1045;20220909;17.3;10.1;13.7;4;11.83;.1;2.34;12504
+74089;44.5529;3.60409;1045;20220910;19.4;8;13.7;4;10.8;0;3.02;16933
+74089;44.5529;3.60409;1045;20220911;24.3;8.4;16.4;2.2;10.47;0;3.65;20543
+74089;44.5529;3.60409;1045;20220912;25.7;10.7;18.2;2.5;13.83;.1;3.65;19077
+74089;44.5529;3.60409;1045;20220913;21.1;15.7;18.4;4.4;18.37;8;1.97;10232
+74089;44.5529;3.60409;1045;20220914;19.4;15.4;17.4;3.5;16.87;5.2;1.92;10126
+74089;44.5529;3.60409;1045;20220915;21.6;11.5;16.6;3.8;13.63;0;2.84;13613
+74089;44.5529;3.60409;1045;20220916;18.3;12.2;15.3;5.4;12.1;0;2.84;13221
+74089;44.5529;3.60409;1045;20220917;13;5.6;9.3;5.9;7.67;0;2.67;16710
+74089;44.5529;3.60409;1045;20220918;19.2;3.3;11.2;3.6;6.33;0;3.56;19692
+74089;44.5529;3.60409;1045;20220919;17.5;6.5;12;4.9;7.3;0;3.58;18188
+74089;44.5529;3.60409;1045;20220920;18.4;4.7;11.6;4.2;6.93;0;3.5;18706
+74089;44.5529;3.60409;1045;20220921;18.4;5.4;11.9;3;7.43;0;3.05;17819
+74089;44.5529;3.60409;1045;20220922;20.2;5.3;12.8;1.7;9.27;.1;2.67;17479
+74089;44.5529;3.60409;1045;20220923;15.7;7.8;11.8;2.7;11.7;10.5;1.7;11128
+74089;44.5529;3.60409;1045;20220924;16.5;9.1;12.8;2.5;11.6;0;1.94;12423
+74089;44.5529;3.60409;1045;20220925;14.1;6.8;10.5;3.8;10.07;1.1;1.73;10369
+74089;44.5529;3.60409;1045;20220926;12.7;6.1;9.4;5.8;9.2;1.5;1.8;11360
+74089;44.5529;3.60409;1045;20220927;10.1;6.1;8.1;7.1;9.33;1;1.19;7389
+74089;44.5529;3.60409;1045;20220928;13.9;7.9;10.9;6.6;11.4;7;1.44;9198
+74089;44.5529;3.60409;1045;20220929;11.7;5.8;8.7;4.6;9.27;.7;1.38;8907
+74089;44.5529;3.60409;1045;20220930;10;4.4;7.2;5.2;7.87;0;1.38;7240
+74089;44.5529;3.60409;1045;20221001;13.3;3.4;8.4;6.3;10.23;.3;1.12;8373
+74089;44.5529;3.60409;1045;20221002;18.2;10.8;14.5;5.5;12.7;.1;2.31;13451
+74089;44.5529;3.60409;1045;20221003;18.4;8;13.2;3.7;11.03;0;2.23;12657
+74089;44.5529;3.60409;1045;20221004;21.3;6.2;13.7;2.4;10.57;.1;2.52;15563
+74089;44.5529;3.60409;1045;20221005;17.4;7.8;12.6;3.2;10.97;.1;2.16;13762
+74089;44.5529;3.60409;1045;20221006;18.4;8.4;13.4;2.8;11.6;0;1.92;11486
+74089;44.5529;3.60409;1045;20221007;17.7;8.2;12.9;2;11.8;3;1.71;11745
+74089;44.5529;3.60409;1045;20221008;15.4;9.3;12.4;2;12.1;.5;1.23;6954
+74089;44.5529;3.60409;1045;20221009;16.8;5.9;11.4;2.1;10.7;.1;1.74;13424
+74089;44.5529;3.60409;1045;20221010;19.1;8.5;13.8;2.1;11.63;0;1.94;12989
+74089;44.5529;3.60409;1045;20221011;19;6.8;12.9;1.6;11.4;0;1.71;12552
+74089;44.5529;3.60409;1045;20221012;18.3;9.7;14;2;11.73;1.3;1.61;9482
+74089;44.5529;3.60409;1045;20221013;15.4;7.4;11.4;3.5;11.23;5;1.31;6945
+74089;44.5529;3.60409;1045;20221014;14.1;10.1;12.1;5.5;12.83;.4;.94;5142
+74089;44.5529;3.60409;1045;20221015;20.9;9;15;3.6;12.07;0;2.26;12916
+74089;44.5529;3.60409;1045;20221016;15.7;11;13.4;4.9;14.13;0;.93;5247
+74089;44.5529;3.60409;1045;20221017;15;12.7;13.8;5.7;13.87;.2;1.09;3998
+74089;44.5529;3.60409;1045;20221018;19.3;12;15.7;2.3;13.93;.2;1.69;11293
+74089;44.5529;3.60409;1045;20221019;18.7;9.1;13.9;2.8;12.6;2.8;1.65;9222
+74089;44.5529;3.60409;1045;20221020;15.2;13.2;14.2;6;15.3;16.2;.72;2750
+74089;44.5529;3.60409;1045;20221021;17.1;13.4;15.3;4.7;14.27;.1;1.48;7263
+74089;44.5529;3.60409;1045;20221022;18.3;9.7;14;3;12.07;0;1.75;10871
+74089;44.5529;3.60409;1045;20221023;15.9;12.4;14.2;6.8;14.63;.4;.98;3989
+74089;44.5529;3.60409;1045;20221024;18.3;13;15.6;3;13.07;0;1.61;8159
+74089;44.5529;3.60409;1045;20221025;17.8;7.6;12.7;3.3;10.47;0;1.74;9182
+74089;44.5529;3.60409;1045;20221026;19.2;10.9;15.1;2.8;13.7;.1;1.44;8346
+74089;44.5529;3.60409;1045;20221027;20.2;11.5;15.9;2.8;13.5;.1;1.63;8436
+74089;44.5529;3.60409;1045;20221028;20.1;11.1;15.6;2.9;10.83;0;2.09;8097
+74089;44.5529;3.60409;1045;20221029;18.8;11.3;15;3.7;8.17;0;2.63;8765
+74089;44.5529;3.60409;1045;20221030;17.7;11.8;14.7;4.5;10.03;0;2.23;9051
+74089;44.5529;3.60409;1045;20221031;14.6;11.2;12.9;5.4;12.47;10.5;1.13;4246
+74089;44.5529;3.60409;1045;20221101;16.2;10.8;13.5;3.9;11.57;.1;1.5;8674
+74089;44.5529;3.60409;1045;20221102;14.5;4.8;9.6;3;8.27;0;1.43;9381
+74089;44.5529;3.60409;1045;20221103;10.8;4.6;7.7;4.7;8.93;3.5;.91;3584
+74089;44.5529;3.60409;1045;20221104;5.4;4.2;4.8;7.7;7.57;6.4;.71;3507
+74089;44.5529;3.60409;1045;20221105;7.8;2.2;5;7;6.23;0;1.36;8593
+74089;44.5529;3.60409;1045;20221106;14.7;1.4;8.1;2.9;4.97;0;1.88;9531
+74089;44.5529;3.60409;1045;20221107;14.7;3.7;9.2;3.8;7.87;0;1.51;9483
+74089;44.5529;3.60409;1045;20221108;11;7.4;9.2;5.5;10.8;9.7;.62;2756
+74089;44.5529;3.60409;1045;20221109;13.7;10.6;12.1;4.3;12.03;3.1;.95;3920
+74089;44.5529;3.60409;1045;20221110;12.1;6.1;9.1;4.3;9.03;0;1.1;6843
+74089;44.5529;3.60409;1045;20221111;13.8;5.2;9.5;3.3;10.4;.1;.84;7812
+74089;44.5529;3.60409;1045;20221112;18;6.8;12.4;2.5;9.3;0;1.49;8091
+74089;44.5529;3.60409;1045;20221113;14.6;6.9;10.7;3.1;8.63;0;1.4;4844
+74089;44.5529;3.60409;1045;20221114;8.6;7.6;8.1;4.2;10.1;4.1;.52;1400
+74089;44.5529;3.60409;1045;20221115;10.4;7.9;9.1;3.7;10.73;4.4;.57;2101
+74089;44.5529;3.60409;1045;20221116;10.7;5.1;7.9;3;8.73;.3;.78;6652
+74089;44.5529;3.60409;1045;20221117;10.4;5.3;7.9;5.8;9.33;6.4;.8;3562
+74089;44.5529;3.60409;1045;20221118;6.4;3.8;5.1;6.5;7.23;.6;.82;4059
+74089;44.5529;3.60409;1045;20221119;5.1;.5;2.8;5.8;6.13;.2;.76;5145
+74089;44.5529;3.60409;1045;20221120;5.3;-1.2;2.1;6;5.8;.2;.71;6887
+74089;44.5529;3.60409;1045;20221121;5.4;-.2;2.6;4.3;6.53;7.4;.58;2325
+74089;44.5529;3.60409;1045;20221122;3.7;.7;2.2;7.8;6.33;2.7;.53;3715
+74089;44.5529;3.60409;1045;20221123;8;1.4;4.7;4.8;7.6;1.9;.64;3428
+74089;44.5529;3.60409;1045;20221124;10;1.8;5.9;3.3;7.17;0;.79;6287
+74089;44.5529;3.60409;1045;20221125;7.1;3.4;5.2;4.4;7.57;4;.69;3037
+74089;44.5529;3.60409;1045;20221126;7.2;2.1;4.6;5.4;5.8;0;1.19;5100
+74089;44.5529;3.60409;1045;20221127;9;.7;4.9;3.6;5.4;2.1;1.14;5576
+74089;44.5529;3.60409;1045;20221128;5.1;4.6;4.9;3.7;7.9;2.8;.5;1033
+74089;44.5529;3.60409;1045;20221129;4;.7;2.3;6.2;6.1;.3;.63;3637
+74089;44.5529;3.60409;1045;20221130;5.5;-.3;2.6;4.7;5.9;.2;.67;3692
+74089;44.5529;3.60409;1045;20221201;3.1;.2;1.6;3.9;5.6;0;.53;3203
+74089;44.5529;3.60409;1045;20221202;1.6;-2.2;-.3;1.8;5.2;2.4;.35;3083
+74089;44.5529;3.60409;1045;20221203;1.8;-1.4;.2;2.5;6.2;11.8;.23;2162
+74089;44.5529;3.60409;1045;20221204;2.9;1.1;2;2.8;6.27;5.9;.42;2180
+74089;44.5529;3.60409;1045;20221205;5.4;-5.2;.1;1.3;4.4;.1;.34;8326
+74089;44.5529;3.60409;1045;20221206;8.6;-3.2;2.7;2.1;3.83;.3;.92;7186
+74089;44.5529;3.60409;1045;20221207;4.6;-2.4;1.1;4;4.07;.1;1;4839
+74089;44.5529;3.60409;1045;20221208;5;-5;0;2;4.77;5.4;.53;3898
+74089;44.5529;3.60409;1045;20221209;6.4;2.4;4.4;2.4;8.1;1.3;.3;2990
+74089;44.5529;3.60409;1045;20221210;.1;.5;.3;6.2;5.2;0;.53;2366
+74089;44.5529;3.60409;1045;20221211;2.8;-8.7;-3;3.9;2.7;0;.94;6592
+74089;44.5529;3.60409;1045;20221212;2.2;-5.6;-1.7;3.2;3.17;11.8;.9;4178
+74089;44.5529;3.60409;1045;20221213;4.7;-3.3;.7;3.4;6.97;4.8;.08;3752
+74089;44.5529;3.60409;1045;20221214;7.6;2.8;5.2;2.7;8.37;1.5;.41;2933
+74089;44.5529;3.60409;1045;20221215;5.8;1.4;3.6;2.7;7.7;22.3;.32;1519
+74089;44.5529;3.60409;1045;20221216;5.1;1.1;3.1;3.4;6;0;.6;3560
+74089;44.5529;3.60409;1045;20221217;5.4;-6.3;-.4;3.5;3.07;0;1.06;6957
+74089;44.5529;3.60409;1045;20221218;4.9;-3.7;.6;4.5;5.4;0;.53;3991
+74089;44.5529;3.60409;1045;20221219;7.7;4.1;5.9;6.6;8.87;1.1;.37;1921
+74089;44.5529;3.60409;1045;20221220;8.4;6.9;7.7;7.5;9.6;1.9;.56;1426
+74089;44.5529;3.60409;1045;20221221;9.6;7.1;8.4;4.2;9.4;.7;.58;4672
+74089;44.5529;3.60409;1045;20221222;9.7;4.5;7.1;7.7;9.3;3.3;.51;2815
+74089;44.5529;3.60409;1045;20221223;10.9;8.1;9.5;6.6;11.13;1.2;.51;2517
+74089;44.5529;3.60409;1045;20221224;12.3;7.9;10.1;3;9.8;0;.75;4295
+74089;44.5529;3.60409;1045;20221225;9.6;4;6.8;3.2;8.5;0;.54;4344
+74089;44.5529;3.60409;1045;20221226;11.4;6;8.7;3.2;9.33;.1;.68;4026
+74089;44.5529;3.60409;1045;20221227;8.9;2;5.4;3.5;7.3;0;.59;5004
+74089;44.5529;3.60409;1045;20221228;9.7;.6;5.2;2.7;7.63;0;.48;4712
+74089;44.5529;3.60409;1045;20221229;8.1;3.5;5.8;3.1;8.37;3;.48;2654
+74089;44.5529;3.60409;1045;20221230;8.3;2.9;5.6;2.4;8.57;.6;.43;2361
+74089;44.5529;3.60409;1045;20221231;9.9;5.8;7.9;4.3;9.53;0;.58;3880
+74090;44.57169;3.91733;921;20220101;18.5;6.2;12.3;2.9;5.02;.1;2.09;6080
+74090;44.57169;3.91733;921;20220102;13.9;5.3;9.6;3.6;5.75;0;1.84;3922
+74090;44.57169;3.91733;921;20220103;10.7;3.8;7.3;3.1;7.95;0;.81;4489
+74090;44.57169;3.91733;921;20220104;12;4;8;2.4;7.75;3.7;.63;3920
+74090;44.57169;3.91733;921;20220105;-.2;-.1;-.1;9.3;4.59;.3;.81;1100
+74090;44.57169;3.91733;921;20220106;.6;-2.4;-.9;7.4;3.82;0;.94;4064
+74090;44.57169;3.91733;921;20220107;1;-6;-2.5;6;4.52;2.1;.41;4313
+74090;44.57169;3.91733;921;20220108;4.4;-.8;1.8;6.6;6.62;2.8;.24;3389
+74090;44.57169;3.91733;921;20220109;1.6;0;.8;6;5.92;2.7;.33;1830
+74090;44.57169;3.91733;921;20220110;2.2;0;1.1;5.7;5.15;0;.67;2677
+74090;44.57169;3.91733;921;20220111;2.1;-4.3;-1.1;6;3.82;0;.82;4772
+74090;44.57169;3.91733;921;20220112;2.4;-5.2;-1.4;4.4;3.29;0;.91;5190
+74090;44.57169;3.91733;921;20220113;9;-4.5;2.3;2.9;3.35;0;1.15;6762
+74090;44.57169;3.91733;921;20220114;12.1;-3.2;4.4;3;2.99;0;1.65;7104
+74090;44.57169;3.91733;921;20220115;11.7;-.9;5.4;3.4;2.85;0;1.94;6924
+74090;44.57169;3.91733;921;20220116;7.7;-3;2.3;5.1;3.15;0;1.75;6342
+74090;44.57169;3.91733;921;20220117;5.2;-1.3;2;5.6;5.19;0;.84;5518
+74090;44.57169;3.91733;921;20220118;9;-1.7;3.7;3.1;4.75;0;.96;6104
+74090;44.57169;3.91733;921;20220119;4.2;-1.9;1.2;4;5.09;0;.69;3978
+74090;44.57169;3.91733;921;20220120;2.6;-1.1;.8;6.9;4.82;.4;.82;4019
+74090;44.57169;3.91733;921;20220121;.6;-3.2;-1.3;7;3.52;0;1.02;5214
+74090;44.57169;3.91733;921;20220122;2.7;-4.6;-.9;5;4.12;0;.76;5944
+74090;44.57169;3.91733;921;20220123;10.9;-2.4;4.3;2.7;4.69;0;.99;6794
+74090;44.57169;3.91733;921;20220124;13.8;-1.8;6;2;4.12;0;1.3;8171
+74090;44.57169;3.91733;921;20220125;13.2;-.1;6.6;2.7;3.92;0;1.61;7753
+74090;44.57169;3.91733;921;20220126;12.3;-.2;6.1;4.5;3.52;0;2.13;7540
+74090;44.57169;3.91733;921;20220127;11.3;-.2;5.6;4.9;2.92;0;2.39;7648
+74090;44.57169;3.91733;921;20220128;7.8;-1;3.4;7.1;4.15;0;1.79;6914
+74090;44.57169;3.91733;921;20220129;10.4;-.2;5.1;5.7;4.39;0;1.86;7625
+74090;44.57169;3.91733;921;20220130;7.4;1.2;4.3;7;6.02;0;1.16;6382
+74090;44.57169;3.91733;921;20220131;4.5;-2.3;1.1;9.8;5.42;0;.8;4483
+74090;44.57169;3.91733;921;20220201;2.2;-2.8;-.3;9.8;4.99;.1;.64;4607
+74090;44.57169;3.91733;921;20220202;8.9;1.7;5.3;8.6;6.99;0;1.02;6930
+74090;44.57169;3.91733;921;20220203;16.6;.3;8.5;3.3;4.69;0;2.26;8767
+74090;44.57169;3.91733;921;20220204;6.3;.1;3.2;5.6;6.39;.1;.68;5236
+74090;44.57169;3.91733;921;20220205;6.7;1.8;4.3;6.4;5.29;.2;1.35;6428
+74090;44.57169;3.91733;921;20220206;4.3;-3.9;.2;7.2;5.59;.5;.54;6050
+74090;44.57169;3.91733;921;20220207;5.5;2.2;3.9;8.9;5.85;.6;1.22;5338
+74090;44.57169;3.91733;921;20220208;13.7;-1.8;6;3.4;4.09;0;2.02;10080
+74090;44.57169;3.91733;921;20220209;11.4;-.3;5.6;2.3;5.39;0;1.28;8781
+74090;44.57169;3.91733;921;20220210;13.4;-.9;6.2;2.3;5.5;0;1.73;11500
+74090;44.57169;3.91733;921;20220211;7.1;3;5;2.7;5;0;1.34;8900
+74090;44.57169;3.91733;921;20220212;8.5;-4.3;2.1;3.3;4.8;.1;1.27;9500
+74090;44.57169;3.91733;921;20220213;5;3.4;4.2;3.8;7.1;22.3;.68;1900
+74090;44.57169;3.91733;921;20220214;6.1;4.9;5.5;3.3;7.7;11.8;.75;3400
+74090;44.57169;3.91733;921;20220215;3.8;.3;2;3;6.3;.7;.62;5800
+74090;44.57169;3.91733;921;20220216;8.4;1.9;5.1;6.6;8.35;2.4;.46;6197
+74090;44.57169;3.91733;921;20220217;12.9;6.7;9.8;7.2;9.55;.3;1.17;6890
+74090;44.57169;3.91733;921;20220218;17.2;5.4;11.3;4.3;8.79;0;1.97;10683
+74090;44.57169;3.91733;921;20220219;6;1.3;3.6;6.2;4.89;0;1.5;7272
+74090;44.57169;3.91733;921;20220220;7.3;-1.2;3;7.4;6.25;.1;1.02;7384
+74090;44.57169;3.91733;921;20220221;5.7;4.3;5;9.3;6.32;1.2;1.32;4265
+74090;44.57169;3.91733;921;20220222;8.5;1;4.7;8;6.19;.2;1.43;9055
+74090;44.57169;3.91733;921;20220223;13.9;2.9;8.4;4.3;6.62;0;1.85;10626
+74090;44.57169;3.91733;921;20220224;12.2;3.6;7.9;4.4;7.02;.3;1.56;8517
+74090;44.57169;3.91733;921;20220225;5.2;.9;3;7;4.75;.2;1.55;9011
+74090;44.57169;3.91733;921;20220226;9;-1.8;3.6;4;3.82;0;1.87;11751
+74090;44.57169;3.91733;921;20220227;10;-2.1;4;2.1;5.19;0;1.32;11414
+74090;44.57169;3.91733;921;20220228;11.5;-1.1;5.2;3.4;5.25;0;1.74;12003
+74090;44.57169;3.91733;921;20220301;12.2;-.3;6;3;5.29;0;1.76;11624
+74090;44.57169;3.91733;921;20220302;8.6;-1.5;3.6;2.9;6.72;.1;.89;8076
+74090;44.57169;3.91733;921;20220303;13.8;2.7;8.3;2.6;7.75;.3;1.4;10549
+74090;44.57169;3.91733;921;20220304;9.8;3.5;6.6;5.6;6.72;0;1.62;7469
+74090;44.57169;3.91733;921;20220305;9.7;-.6;4.5;4.4;4.45;0;2.02;12529
+74090;44.57169;3.91733;921;20220306;8.2;-4.4;1.9;3.1;3.32;0;1.79;13327
+74090;44.57169;3.91733;921;20220307;9.3;-5.1;2.1;2.3;3.69;0;1.65;13986
+74090;44.57169;3.91733;921;20220308;6.6;-3;1.8;2.7;5.49;.2;1.03;8861
+74090;44.57169;3.91733;921;20220309;7;.2;3.6;2.7;6.59;.1;.94;7403
+74090;44.57169;3.91733;921;20220310;6.5;3.5;5;4.1;7.45;10.6;.83;5747
+74090;44.57169;3.91733;921;20220311;4.9;4;4.5;7;7.29;14.5;.66;2997
+74090;44.57169;3.91733;921;20220312;3.6;1.8;2.7;6.6;6.59;34.2;.58;5080
+74090;44.57169;3.91733;921;20220313;3.3;2.2;2.7;5.7;6.42;39.7;.64;3676
+74090;44.57169;3.91733;921;20220314;7;-.7;3.2;5.5;7.75;7.2;.53;7805
+74090;44.57169;3.91733;921;20220315;7.9;6.1;7;7;8.62;.1;.91;3993
+74090;44.57169;3.91733;921;20220316;13.2;6;9.6;3.2;8.89;0;1.51;8801
+74090;44.57169;3.91733;921;20220317;10.9;5.8;8.4;4.3;8.69;.7;1.32;6937
+74090;44.57169;3.91733;921;20220318;10.5;4.2;7.3;2.6;7.7;.1;1.41;7900
+74090;44.57169;3.91733;921;20220319;14.3;2.5;8.4;1.9;6.1;0;2.28;16300
+74090;44.57169;3.91733;921;20220320;7.1;1.9;4.5;3.8;6.3;1.6;1.16;3700
+74090;44.57169;3.91733;921;20220321;8.9;2.9;5.9;3.9;5.7;.1;1.97;10900
+74090;44.57169;3.91733;921;20220322;9.5;2;5.7;4.2;4.4;0;2.65;16700
+74090;44.57169;3.91733;921;20220323;12;2.2;7.1;3.6;3.9;0;3.14;20300
+74090;44.57169;3.91733;921;20220324;15.1;-.4;7.3;3.2;4.1;0;3.26;20700
+74090;44.57169;3.91733;921;20220325;16;.9;8.4;2.5;3.6;0;3.17;18500
+74090;44.57169;3.91733;921;20220326;16.8;2;9.4;2.8;4.3;0;3.41;20200
+74090;44.57169;3.91733;921;20220327;17;2.1;9.5;3;4.8;0;3.44;20100
+74090;44.57169;3.91733;921;20220328;16.8;2.8;9.8;3.3;4.3;0;3.6;18700
+74090;44.57169;3.91733;921;20220329;14.4;7;10.7;2.7;6.2;2.4;2.7;13200
+74090;44.57169;3.91733;921;20220330;10.1;4.7;7.4;1.6;8.4;1.3;1.11;5700
+74090;44.57169;3.91733;921;20220331;6.7;2.4;4.5;3.2;7;1.9;1.12;7000
+74090;44.57169;3.91733;921;20220401;-.3;-2.7;-1.5;6;4.4;3.2;1.08;12200
+74090;44.57169;3.91733;921;20220402;-2.2;-4.3;-3.3;4.4;3.8;0;.82;6200
+74090;44.57169;3.91733;921;20220403;-1.1;-4.5;-2.8;3.7;3.8;0;.9;6800
+74090;44.57169;3.91733;921;20220404;11;-4.5;3.2;1.8;4.3;0;2.49;23100
+74090;44.57169;3.91733;921;20220405;14.2;-3;5.6;2.5;6.3;0;2.64;21900
+74090;44.57169;3.91733;921;20220406;16.6;3.3;9.9;2.5;8.1;2;2.63;16400
+74090;44.57169;3.91733;921;20220407;9.1;4.7;6.9;5;9.3;3.9;.86;5700
+74090;44.57169;3.91733;921;20220408;13.9;7.1;10.5;5.8;9.1;.5;2.24;9200
+74090;44.57169;3.91733;921;20220409;8.3;.6;4.4;5.1;5;0;2.45;17100
+74090;44.57169;3.91733;921;20220410;16.4;-2.6;6.9;2.4;4.2;.3;3.49;24400
+74090;44.57169;3.91733;921;20220411;8.3;4.6;6.4;3.8;7;.6;1.39;4300
+74090;44.57169;3.91733;921;20220412;11.1;5.9;8.5;4.2;5.6;0;2.52;7600
+74090;44.57169;3.91733;921;20220413;18.3;7.7;13;2.5;6.3;0;3.64;19100
+74090;44.57169;3.91733;921;20220414;21;5.4;13.2;2.6;8.8;.3;3.73;21600
+74090;44.57169;3.91733;921;20220415;21.5;8.1;14.8;2.7;9.7;0;4.09;24000
+74090;44.57169;3.91733;921;20220416;19.5;7;13.2;3.3;8.1;0;4.16;24400
+74090;44.57169;3.91733;921;20220417;22.6;3.3;12.9;2.5;5.4;0;4.64;26000
+74090;44.57169;3.91733;921;20220418;18.5;3.3;10.9;2.2;7.8;0;3.57;24200
+74090;44.57169;3.91733;921;20220419;17.9;1.9;9.9;1.5;7.6;0;2.63;16100
+74090;44.57169;3.91733;921;20220420;12.1;7.8;9.9;2;8.7;9.1;1.46;5000
+74090;44.57169;3.91733;921;20220421;12.7;6.2;9.4;.8;10.1;4.5;1.24;6500
+74090;44.57169;3.91733;921;20220422;18.5;4;11.2;1.8;9;3.3;2.95;18700
+74090;44.57169;3.91733;921;20220423;9.3;7.3;8.3;3.5;8.1;24.1;1.37;3500
+74090;44.57169;3.91733;921;20220424;10.3;.6;5.4;2;8.8;4.6;.99;6800
+74090;44.57169;3.91733;921;20220425;15.7;3.3;9.5;2;8.1;0;2.83;19300
+74090;44.57169;3.91733;921;20220426;19.7;1.5;10.6;2.2;7.6;0;3.8;25000
+74090;44.57169;3.91733;921;20220427;22.7;5.4;14;2;8.8;0;4.13;24100
+74090;44.57169;3.91733;921;20220428;21.7;7.8;14.7;1.4;10.2;1.3;3.27;18400
+74090;44.57169;3.91733;921;20220429;22.1;5.1;13.6;1.4;9.3;.4;3.68;22600
+74090;44.57169;3.91733;921;20220430;17.2;7.1;12.1;3.2;8.5;0;3.81;23700
+74090;44.57169;3.91733;921;20220501;19.2;3.2;11.2;1.7;6.7;0;4.01;27000
+74090;44.57169;3.91733;921;20220502;19.6;4.5;12;2.3;8.9;1.9;3.27;18300
+74090;44.57169;3.91733;921;20220503;16.3;8.6;12.4;1.6;9.9;1.5;2.07;9700
+74090;44.57169;3.91733;921;20220504;18;4.5;11.2;1.5;10.3;5.4;2.77;18100
+74090;44.57169;3.91733;921;20220505;13.4;6.8;10.1;2.6;9;1;2.34;14000
+74090;44.57169;3.91733;921;20220506;12.1;6.9;9.5;6.9;8.85;0;2.1;11510
+74090;44.57169;3.91733;921;20220507;17.1;6.3;11.7;6.1;8.95;0;3.49;19297
+74090;44.57169;3.91733;921;20220508;17.1;7.7;12.4;4.4;9.45;.5;3.19;17506
+74090;44.57169;3.91733;921;20220509;20.4;6.7;13.6;2.3;9.99;.5;3.4;19530
+74090;44.57169;3.91733;921;20220510;23.2;8.3;15.8;1.7;11.39;.1;3.8;21940
+74090;44.57169;3.91733;921;20220511;22.3;9.6;16;2.8;10.89;0;4.18;22552
+74090;44.57169;3.91733;921;20220512;21.8;9;15.4;2.9;10.32;0;4.04;21824
+74090;44.57169;3.91733;921;20220513;22.7;7.9;15.3;1.9;10.59;2.2;3.73;20649
+74090;44.57169;3.91733;921;20220514;25.2;10.6;17.9;2.8;13.09;.1;4.32;22540
+74090;44.57169;3.91733;921;20220515;21;12.5;16.7;3.6;11.35;.1;3.99;20033
+74090;44.57169;3.91733;921;20220516;25.4;11.2;18.3;2.5;9.72;0;4.78;23258
+74090;44.57169;3.91733;921;20220517;27.7;11.3;19.5;2.7;12.05;0;5.16;25246
+74090;44.57169;3.91733;921;20220518;27.2;13.6;20.4;2.8;12.92;.2;4.93;22142
+74090;44.57169;3.91733;921;20220519;23.4;14.5;18.9;4.5;11.95;0;4.74;20178
+74090;44.57169;3.91733;921;20220520;23.7;15.4;19.6;4.6;10.69;0;5.15;20983
+74090;44.57169;3.91733;921;20220521;30.1;11.9;21;1.8;12.65;0;5.08;24739
+74090;44.57169;3.91733;921;20220522;30.4;15.6;23;2.2;14.05;.4;5.21;22624
+74090;44.57169;3.91733;921;20220523;19;14.8;16.9;3.4;13.85;0;2.65;12125
+74090;44.57169;3.91733;921;20220524;16.4;8.4;12.4;5.2;9.62;0;2.9;16316
+74090;44.57169;3.91733;921;20220525;17.9;6.9;12.4;6.4;8.75;0;4.08;22163
+74090;44.57169;3.91733;921;20220526;19.5;6.8;13.2;6.3;9.52;0;4.54;24526
+74090;44.57169;3.91733;921;20220527;24.4;9.9;17.1;5.4;11.19;0;5.35;25641
+74090;44.57169;3.91733;921;20220528;21.2;9.6;15.4;6.9;9.39;0;5.2;23802
+74090;44.57169;3.91733;921;20220529;19.6;6.5;13.1;4.7;6.72;0;4.89;25607
+74090;44.57169;3.91733;921;20220530;21.3;5;13.1;2.5;7.49;.8;4.4;25353
+74090;44.57169;3.91733;921;20220531;21.2;9.7;15.5;2.1;11.32;2.6;3.46;18250
+74090;44.57169;3.91733;921;20220601;25.1;9.2;17.1;2.5;12.09;0;4.61;24463
+74090;44.57169;3.91733;921;20220602;25.6;12.9;19.3;2.9;12.39;.3;4.74;22824
+74090;44.57169;3.91733;921;20220603;25.9;16.2;21;3.5;11.95;0;5.12;20911
+74090;44.57169;3.91733;921;20220604;25.8;15;20.4;3.7;14.19;.9;4.97;22710
+74090;44.57169;3.91733;921;20220605;23.3;14.9;19.1;4.2;13.52;0;4.61;21509
+74090;44.57169;3.91733;921;20220606;26.4;9.4;17.9;3.3;11.89;.1;5.07;24891
+74090;44.57169;3.91733;921;20220607;21.4;11.7;16.5;4.6;11.39;0;4.2;20407
+74090;44.57169;3.91733;921;20220608;17.1;9.1;13.1;4.1;11.25;.7;2.74;15069
+74090;44.57169;3.91733;921;20220609;17.6;8.2;12.9;7.1;9.52;0;3.92;20787
+74090;44.57169;3.91733;921;20220610;24.9;8.7;16.8;5.9;9.99;0;5.98;27425
+74090;44.57169;3.91733;921;20220611;30.3;10.7;20.5;3;9.29;0;6.44;28597
+74090;44.57169;3.91733;921;20220612;30.8;14.5;22.7;2.6;10.99;.8;6.1;25575
+74090;44.57169;3.91733;921;20220613;27.7;14.8;21.3;4.2;13.75;.1;5.55;22884
+74090;44.57169;3.91733;921;20220614;32.2;13;22.6;3.1;11.65;0;6.43;27499
+74090;44.57169;3.91733;921;20220615;31.9;17.2;24.5;2.7;13.49;.1;5.9;22927
+74090;44.57169;3.91733;921;20220616;33.2;16.2;24.7;2.9;13.85;0;6.56;26179
+74090;44.57169;3.91733;921;20220617;33.5;16.8;25.2;3.5;11.15;0;7.44;27190
+74090;44.57169;3.91733;921;20220618;30.5;18.3;24.4;4.2;11.49;.1;6.95;24431
+74090;44.57169;3.91733;921;20220619;27.1;19;23.1;6.5;12.62;0;6.71;21977
+74090;44.57169;3.91733;921;20220620;26.8;16.2;21.5;5.2;12.05;0;6.12;23897
+74090;44.57169;3.91733;921;20220621;26.1;15.8;20.9;3.2;15.55;1.3;4.54;20405
+74090;44.57169;3.91733;921;20220622;23.7;16;19.9;3.7;16.49;13.9;3.61;16929
+74090;44.57169;3.91733;921;20220623;21.1;14.6;17.8;2.6;16.35;16.2;2.86;14604
+74090;44.57169;3.91733;921;20220624;21.3;12;16.7;3.4;12.79;2.6;3.86;20367
+74090;44.57169;3.91733;921;20220625;23.5;10.2;16.9;3.1;12.65;7.1;4.33;23005
+74090;44.57169;3.91733;921;20220626;24.1;13.6;18.8;3;15.95;.3;4;20994
+74090;44.57169;3.91733;921;20220627;21.3;13.3;17.3;4.8;13.89;.5;3.68;17987
+74090;44.57169;3.91733;921;20220628;21.8;11.3;16.6;5.3;11.82;.1;4.77;24119
+74090;44.57169;3.91733;921;20220629;27.1;10.2;18.7;2.7;11.65;.2;5.39;26964
+74090;44.57169;3.91733;921;20220630;21.5;14;17.7;3.1;13.25;7.5;3.89;18410
+74090;44.57169;3.91733;921;20220701;21.3;7.8;14.6;4.6;10.35;0;4.57;25457
+74090;44.57169;3.91733;921;20220702;28.8;8.7;18.8;2.6;10.45;0;5.77;28485
+74090;44.57169;3.91733;921;20220703;30.8;15.3;23;2.2;13.42;1.7;5.66;24860
+74090;44.57169;3.91733;921;20220704;27.4;15.9;21.6;3.2;15.52;1.8;4.92;21698
+74090;44.57169;3.91733;921;20220705;25.3;13.3;19.3;4.8;13.32;0;5.37;24519
+74090;44.57169;3.91733;921;20220706;24.6;12.1;18.3;4.7;10.75;0;5.59;24990
+74090;44.57169;3.91733;921;20220707;23.6;10.3;17;6.6;10.39;0;5.73;25573
+74090;44.57169;3.91733;921;20220708;25.4;13.1;19.2;6.2;10.52;0;6.29;25090
+74090;44.57169;3.91733;921;20220709;27.9;12;20;3.9;10.09;0;6.19;27142
+74090;44.57169;3.91733;921;20220710;27.3;13;20.2;4.1;11.22;0;5.99;25642
+74090;44.57169;3.91733;921;20220711;31;13;22;2.9;11.79;0;5.86;25843
+74090;44.57169;3.91733;921;20220712;31;14.7;22.9;2.3;12.99;0;5.69;25773
+74090;44.57169;3.91733;921;20220713;31.1;14.9;23;2.2;10.49;0;5.91;25951
+74090;44.57169;3.91733;921;20220714;33.4;15.6;24.5;2.4;12.85;0;6.32;26445
+74090;44.57169;3.91733;921;20220715;31.6;17;24.3;3.6;12.05;0;6.75;25315
+74090;44.57169;3.91733;921;20220716;31.8;15.5;23.6;3.6;10.82;0;6.83;26199
+74090;44.57169;3.91733;921;20220717;32.1;14.7;23.4;3;9.75;0;6.56;26727
+74090;44.57169;3.91733;921;20220718;32.8;16;24.4;2.7;11.89;0;6.51;25977
+74090;44.57169;3.91733;921;20220719;31;21.2;26.1;3.9;12.49;.1;6.73;22231
+74090;44.57169;3.91733;921;20220720;28.3;17.6;22.9;3.4;13.45;.1;5.59;21654
+74090;44.57169;3.91733;921;20220721;31.7;13.5;22.6;2.8;12.59;0;6.08;26444
+74090;44.57169;3.91733;921;20220722;33.7;15.2;24.4;2.6;13.32;1.8;6.12;24620
+74090;44.57169;3.91733;921;20220723;29.3;15.7;22.5;4.4;15.75;0;5.68;23206
+74090;44.57169;3.91733;921;20220724;33.9;14.5;24.2;2.7;12.92;0;6.35;26879
+74090;44.57169;3.91733;921;20220725;29.1;17.6;23.3;4.1;14.09;.4;5.71;20406
+74090;44.57169;3.91733;921;20220726;26;14.5;20.2;6;12.19;0;5.78;22290
+74090;44.57169;3.91733;921;20220727;26.6;10.7;18.6;4.8;10.19;0;5.97;25169
+74090;44.57169;3.91733;921;20220728;28;11.3;19.6;2.6;10.92;0;5.09;22737
+74090;44.57169;3.91733;921;20220729;25.5;14.5;20;2.7;13.82;5.4;3.96;16793
+74090;44.57169;3.91733;921;20220730;27.3;13;20.1;3.9;11.39;0;5.65;23483
+74090;44.57169;3.91733;921;20220731;30.1;14.1;22.1;4.1;10.92;0;6.51;24318
+74090;44.57169;3.91733;921;20220801;31.3;16.1;23.7;4.2;11.25;0;6.89;24773
+74090;44.57169;3.91733;921;20220802;32.1;15.8;23.9;3.5;12.09;.1;6.44;24876
+74090;44.57169;3.91733;921;20220803;32.7;16.8;24.8;2.6;11.79;0;6.01;23198
+74090;44.57169;3.91733;921;20220804;33.1;17.7;25.4;2.3;10.92;0;5.91;23203
+74090;44.57169;3.91733;921;20220805;31.6;17.2;24.4;3.5;13.72;4.3;5.69;19700
+74090;44.57169;3.91733;921;20220806;28.3;14.7;21.5;4.2;14.19;0;5.26;20850
+74090;44.57169;3.91733;921;20220807;28.5;14.6;21.5;3.7;10.59;0;5.88;23506
+74090;44.57169;3.91733;921;20220808;29.7;13.6;21.6;3;9.49;0;5.89;24458
+74090;44.57169;3.91733;921;20220809;31.9;14.9;23.4;2.9;9.02;0;6.13;23591
+74090;44.57169;3.91733;921;20220810;31.1;16;23.6;2.4;10.29;0;5.41;20755
+74090;44.57169;3.91733;921;20220811;32.8;15.8;24.3;2.3;12.02;0;5.45;22216
+74090;44.57169;3.91733;921;20220812;33.9;16.2;25.1;3.4;12.15;0;6.52;23347
+74090;44.57169;3.91733;921;20220813;33.7;16.9;25.3;2.6;12.45;11.1;5.9;22489
+74090;44.57169;3.91733;921;20220814;20.6;16.4;18.5;2.8;17.42;29.8;2.53;12697
+74090;44.57169;3.91733;921;20220815;24.7;12.5;18.6;3.3;12.95;.2;4.05;19306
+74090;44.57169;3.91733;921;20220816;26.9;11.9;19.4;3.3;13.22;.2;4.6;21077
+74090;44.57169;3.91733;921;20220817;22.7;13.9;18.3;3.2;14.89;21.2;2.99;14058
+74090;44.57169;3.91733;921;20220818;19.5;11.7;15.6;5.6;13.95;2;2.35;12545
+74090;44.57169;3.91733;921;20220819;21.6;13.1;17.3;6.8;14.29;.1;3.54;16875
+74090;44.57169;3.91733;921;20220820;23.8;13.9;18.9;5.1;14.19;0;4.1;18146
+74090;44.57169;3.91733;921;20220821;23.3;12.2;17.7;4.7;12.39;.1;3.98;17431
+74090;44.57169;3.91733;921;20220822;22.4;13.6;18;5.4;13.82;.1;3.6;16057
+74090;44.57169;3.91733;921;20220823;25.4;14.9;20.2;5.1;14.65;0;4.5;18931
+74090;44.57169;3.91733;921;20220824;29.8;14.3;22;2.6;13.49;0;4.78;21160
+74090;44.57169;3.91733;921;20220825;28.9;14.7;21.8;2.9;14.79;2.2;4.43;19349
+74090;44.57169;3.91733;921;20220826;24.9;14.8;19.8;5;15.49;.5;3.9;16790
+74090;44.57169;3.91733;921;20220827;23.9;13.6;18.7;3.7;14.22;0;3.52;16179
+74090;44.57169;3.91733;921;20220828;27.5;12.5;20;1.9;13.25;.1;3.99;20490
+74090;44.57169;3.91733;921;20220829;28.1;14.9;21.5;2.1;14.62;.2;3.83;17487
+74090;44.57169;3.91733;921;20220830;27.1;15.7;21.4;2.3;16.29;16.5;3.53;16021
+74090;44.57169;3.91733;921;20220831;24.7;12.5;18.6;3.8;13.55;0;3.79;17005
+74090;44.57169;3.91733;921;20220901;26.5;13;19.7;3.2;13.02;.2;4.05;17480
+74090;44.57169;3.91733;921;20220902;23.9;13.4;18.6;1.8;13.35;8;2.85;13084
+74090;44.57169;3.91733;921;20220903;23.2;13.3;18.2;2;15.35;4.1;2.78;15314
+74090;44.57169;3.91733;921;20220904;24.3;13.8;19.1;2.7;16.29;0;3.07;16174
+74090;44.57169;3.91733;921;20220905;23.8;16.8;20.3;3.9;17.22;.9;2.77;12586
+74090;44.57169;3.91733;921;20220906;23.4;16.2;19.8;2.7;17.09;1.1;2.45;11280
+74090;44.57169;3.91733;921;20220907;22.8;14.5;18.7;3.1;16.35;9;2.59;13169
+74090;44.57169;3.91733;921;20220908;21.2;10;15.6;3.6;12.15;.2;2.95;15407
+74090;44.57169;3.91733;921;20220909;18.8;10.4;14.6;4.1;11.72;.1;2.42;11473
+74090;44.57169;3.91733;921;20220910;20.4;8.1;14.3;3.9;10.75;0;2.98;15798
+74090;44.57169;3.91733;921;20220911;25.7;8.7;17.2;2.1;10.59;0;3.55;18837
+74090;44.57169;3.91733;921;20220912;27.6;11.4;19.5;2.1;13.69;.1;3.43;17823
+74090;44.57169;3.91733;921;20220913;22.4;16.2;19.3;3.9;18.35;28.2;1.89;9024
+74090;44.57169;3.91733;921;20220914;20.7;16.3;18.5;3.2;17.09;4.1;1.76;8542
+74090;44.57169;3.91733;921;20220915;22.8;11.6;17.2;3.8;13.92;0;2.85;13249
+74090;44.57169;3.91733;921;20220916;19.3;12.6;15.9;5.6;12.35;0;2.77;11834
+74090;44.57169;3.91733;921;20220917;13.3;6.2;9.7;5.9;7.82;0;2.48;13553
+74090;44.57169;3.91733;921;20220918;20.1;4;12.1;3.8;6.62;0;3.47;17776
+74090;44.57169;3.91733;921;20220919;17.9;5.7;11.8;5.2;7.39;0;3.41;15819
+74090;44.57169;3.91733;921;20220920;19.2;5;12.1;4.8;7.05;0;3.49;16527
+74090;44.57169;3.91733;921;20220921;20;5.4;12.7;3.5;7.62;0;3.04;15813
+74090;44.57169;3.91733;921;20220922;21.4;6;13.7;1.7;9.42;.1;2.58;16393
+74090;44.57169;3.91733;921;20220923;17.1;8.3;12.7;2.2;11.89;11.2;1.7;10497
+74090;44.57169;3.91733;921;20220924;18.2;9.7;13.9;2.3;11.92;0;1.87;11392
+74090;44.57169;3.91733;921;20220925;14.9;7.7;11.3;4.2;10.32;1;1.79;9906
+74090;44.57169;3.91733;921;20220926;14;6.6;10.3;5.5;9.25;.9;1.77;9838
+74090;44.57169;3.91733;921;20220927;11.8;6.7;9.2;6.6;9.32;0;1.33;8073
+74090;44.57169;3.91733;921;20220928;15.2;8.4;11.8;5.7;11.45;2.9;1.48;9531
+74090;44.57169;3.91733;921;20220929;13;6.5;9.8;4.2;9.32;.8;1.35;8037
+74090;44.57169;3.91733;921;20220930;10.7;5.1;7.9;5.6;7.99;0;1.4;7478
+74090;44.57169;3.91733;921;20221001;14.3;3.8;9;5.5;10.25;.5;1.23;9282
+74090;44.57169;3.91733;921;20221002;19.4;11.9;15.6;4.9;12.82;0;2.2;11010
+74090;44.57169;3.91733;921;20221003;19.1;8.6;13.8;3.8;11.22;0;2.3;12824
+74090;44.57169;3.91733;921;20221004;22.2;6.7;14.4;2.1;10.65;.1;2.35;14039
+74090;44.57169;3.91733;921;20221005;18.8;8.1;13.5;2.7;11.02;.2;2;11511
+74090;44.57169;3.91733;921;20221006;19.1;8.9;14;2.8;11.62;0;2;11893
+74090;44.57169;3.91733;921;20221007;18.9;8.6;13.7;1.7;12.05;3.1;1.69;10981
+74090;44.57169;3.91733;921;20221008;16;10.3;13.2;2.1;12.22;.7;1.27;6945
+74090;44.57169;3.91733;921;20221009;17.7;6.5;12.1;2.4;10.89;.2;1.62;11765
+74090;44.57169;3.91733;921;20221010;20.4;8.7;14.6;1.9;11.75;.1;1.82;11339
+74090;44.57169;3.91733;921;20221011;20.5;8;14.3;1.7;11.69;0;1.75;11676
+74090;44.57169;3.91733;921;20221012;19.9;10.4;15.2;2.2;11.92;1;1.63;9307
+74090;44.57169;3.91733;921;20221013;16.2;7.8;12;3.2;11.45;4;1.36;7746
+74090;44.57169;3.91733;921;20221014;15.4;10.6;13;4.5;12.79;.2;.95;5501
+74090;44.57169;3.91733;921;20221015;22.3;9.6;15.9;3.1;12.15;1.7;2.14;11957
+74090;44.57169;3.91733;921;20221016;17.3;11.7;14.5;4.8;14.02;1.5;1.11;4887
+74090;44.57169;3.91733;921;20221017;16.5;13.8;15.2;5.4;13.72;.8;1.34;4277
+74090;44.57169;3.91733;921;20221018;20.7;12.6;16.7;2;13.62;.2;1.61;9636
+74090;44.57169;3.91733;921;20221019;20;9.4;14.7;2.3;12.79;4.2;1.43;8787
+74090;44.57169;3.91733;921;20221020;15.8;14;14.9;5.5;15.35;53.2;.68;2097
+74090;44.57169;3.91733;921;20221021;17.9;13.8;15.9;4.3;14.39;0;1.25;5869
+74090;44.57169;3.91733;921;20221022;19.6;10.1;14.9;2.7;12.72;3.2;1.54;9290
+74090;44.57169;3.91733;921;20221023;16.9;13.6;15.3;5.4;14.82;8.1;1.04;3598
+74090;44.57169;3.91733;921;20221024;19.8;13.5;16.6;2.9;13.39;0;1.61;6915
+74090;44.57169;3.91733;921;20221025;19.2;8.1;13.7;2.9;10.62;0;1.72;8827
+74090;44.57169;3.91733;921;20221026;20.7;11.6;16.1;2.4;13.72;.1;1.41;7517
+74090;44.57169;3.91733;921;20221027;21.9;12.1;17;2.7;13.65;.1;1.56;7537
+74090;44.57169;3.91733;921;20221028;21.3;12.1;16.7;2.7;10.82;0;2;7169
+74090;44.57169;3.91733;921;20221029;20.6;12;16.3;3.4;7.92;0;2.76;7603
+74090;44.57169;3.91733;921;20221030;19.3;13.5;16.4;4.5;9.89;.1;2.48;7181
+74090;44.57169;3.91733;921;20221031;15.7;12;13.9;5.2;12.55;38.6;1.11;3454
+74090;44.57169;3.91733;921;20221101;17.6;11.4;14.5;3.4;11.79;.1;1.42;7291
+74090;44.57169;3.91733;921;20221102;15.9;5.3;10.6;3.1;8.42;0;1.49;8194
+74090;44.57169;3.91733;921;20221103;11.7;5.1;8.4;4.1;9.12;3.2;.89;4464
+74090;44.57169;3.91733;921;20221104;6.7;4.5;5.6;7.3;7.52;4.1;.81;3230
+74090;44.57169;3.91733;921;20221105;8.5;3;5.8;7.4;6.39;0;1.38;6803
+74090;44.57169;3.91733;921;20221106;15.7;2;8.8;2.6;5.05;0;1.8;8908
+74090;44.57169;3.91733;921;20221107;16;3.9;9.9;3.7;7.92;.2;1.53;8394
+74090;44.57169;3.91733;921;20221108;11.8;8.2;10;5.2;10.69;24.4;.73;2815
+74090;44.57169;3.91733;921;20221109;14.8;11.4;13.1;3.9;12.25;7.5;.89;3675
+74090;44.57169;3.91733;921;20221110;12.8;6.7;9.7;4.3;9.12;0;1.17;6231
+74090;44.57169;3.91733;921;20221111;15.4;5.5;10.4;3;10.39;.1;.85;7259
+74090;44.57169;3.91733;921;20221112;19.3;7.1;13.2;2.1;9.45;0;1.36;6978
+74090;44.57169;3.91733;921;20221113;15.9;7.3;11.6;3;8.52;.2;1.56;5489
+74090;44.57169;3.91733;921;20221114;9.7;8.4;9.1;3.7;10.05;12.9;.6;1065
+74090;44.57169;3.91733;921;20221115;11.3;8.5;9.9;3.1;10.85;6.7;.55;2373
+74090;44.57169;3.91733;921;20221116;11.7;5.5;8.6;2.6;8.79;.2;.77;5158
+74090;44.57169;3.91733;921;20221117;11.4;6;8.7;4.4;9.42;3.6;.73;3854
+74090;44.57169;3.91733;921;20221118;7.2;4.2;5.7;5.9;7.35;.4;.79;3483
+74090;44.57169;3.91733;921;20221119;5.6;.6;3.1;6.1;6.25;.3;.77;4401
+74090;44.57169;3.91733;921;20221120;6.3;0;3.1;6.2;6.05;.6;.73;5415
+74090;44.57169;3.91733;921;20221121;5.7;.4;3.1;3.9;6.69;4.1;.55;3092
+74090;44.57169;3.91733;921;20221122;4.9;1.3;3.1;7.1;6.35;1.3;.57;3374
+74090;44.57169;3.91733;921;20221123;9.1;1.7;5.4;4.2;7.49;.5;.66;4370
+74090;44.57169;3.91733;921;20221124;11;2;6.5;3.2;7.09;0;.85;5287
+74090;44.57169;3.91733;921;20221125;7.6;3.8;5.7;4.3;7.52;4.5;.72;3448
+74090;44.57169;3.91733;921;20221126;7.8;2.8;5.3;5.7;5.89;0;1.23;4310
+74090;44.57169;3.91733;921;20221127;10.4;1.2;5.8;3.5;5.52;1.1;1.18;5323
+74090;44.57169;3.91733;921;20221128;5.9;5.1;5.5;3.5;7.99;8.2;.52;500
+74090;44.57169;3.91733;921;20221129;4.7;1.3;3;6;6.25;.4;.63;3222
+74090;44.57169;3.91733;921;20221130;5.9;.5;3.2;4.1;6.05;.3;.71;3937
+74090;44.57169;3.91733;921;20221201;4.1;1.3;2.7;3;5.62;0;.61;3053
+74090;44.57169;3.91733;921;20221202;2.5;-.9;.8;1.6;5.29;1.2;.4;3074
+74090;44.57169;3.91733;921;20221203;3.2;-.4;1.4;2.1;6.32;23.5;.29;1998
+74090;44.57169;3.91733;921;20221204;3.7;1.7;2.7;3.1;6.45;9.3;.42;1948
+74090;44.57169;3.91733;921;20221205;6.8;-4.3;1.2;1.6;4.62;.2;.49;6902
+74090;44.57169;3.91733;921;20221206;9.4;-2.8;3.3;2.6;3.99;.3;1.09;5973
+74090;44.57169;3.91733;921;20221207;5.7;-2.1;1.8;4.9;4.35;.1;1.02;4255
+74090;44.57169;3.91733;921;20221208;5.3;-4.8;.2;1.9;4.92;10;.49;3980
+74090;44.57169;3.91733;921;20221209;7.1;3;5;2.4;8.22;1.6;.33;2522
+74090;44.57169;3.91733;921;20221210;.8;.9;.8;6.4;5.25;0;.54;1566
+74090;44.57169;3.91733;921;20221211;3.3;-8.3;-2.5;4.7;2.82;0;1;5382
+74090;44.57169;3.91733;921;20221212;2.9;-5.8;-1.5;3.3;3.22;9.1;.93;4300
+74090;44.57169;3.91733;921;20221213;5.1;-2.5;1.3;3;6.89;5.4;.13;3485
+74090;44.57169;3.91733;921;20221214;8.3;3;5.7;2.2;8.45;1.2;.36;3142
+74090;44.57169;3.91733;921;20221215;6.4;2.5;4.5;2.6;7.92;29.1;.31;2259
+74090;44.57169;3.91733;921;20221216;5.1;1.6;3.3;4.1;5.99;0;.64;2827
+74090;44.57169;3.91733;921;20221217;5.7;-6.5;-.4;4.1;3.05;0;1.11;5643
+74090;44.57169;3.91733;921;20221218;6.3;-3.6;1.3;4.3;5.49;3.2;.59;4322
+74090;44.57169;3.91733;921;20221219;8.8;5.1;6.9;6.6;8.92;17.1;.46;2056
+74090;44.57169;3.91733;921;20221220;9.3;8;8.7;6.9;9.69;8.1;.62;1132
+74090;44.57169;3.91733;921;20221221;10.8;7.8;9.3;3.8;9.45;.6;.67;3356
+74090;44.57169;3.91733;921;20221222;11;5.6;8.3;6.6;9.29;.9;.59;2968
+74090;44.57169;3.91733;921;20221223;12;8.4;10.2;5.8;11.05;.1;.55;2712
+74090;44.57169;3.91733;921;20221224;13.4;8.6;11;2.6;9.92;.1;.73;3646
+74090;44.57169;3.91733;921;20221225;11.1;4.4;7.8;3;8.69;0;.6;3509
+74090;44.57169;3.91733;921;20221226;12.2;6.1;9.2;2.8;9.45;0;.67;3714
+74090;44.57169;3.91733;921;20221227;9.9;2.6;6.2;3.4;7.32;0;.66;4338
+74090;44.57169;3.91733;921;20221228;11.5;1.1;6.3;2.2;7.65;.3;.47;4886
+74090;44.57169;3.91733;921;20221229;9.1;4;6.6;2.7;8.55;1.8;.51;2536
+74090;44.57169;3.91733;921;20221230;8.6;3.4;6;1.9;8.52;.1;.4;2949
+74090;44.57169;3.91733;921;20221231;11.5;6;8.8;3.9;9.62;3.3;.53;3740
+74091;44.58953;4.23075;345;20220101;14.6;2.7;8.7;1;7.61;.1;.53;5584
+74091;44.58953;4.23075;345;20220102;6.1;2.4;4.2;.7;7.96;0;.27;3153
+74091;44.58953;4.23075;345;20220103;15.2;3.9;9.6;1.1;8.86;0;.52;5882
+74091;44.58953;4.23075;345;20220104;8.8;3.7;6.2;.7;9.26;3;.27;3935
+74091;44.58953;4.23075;345;20220105;5.8;4.9;5.4;5.6;5.26;.2;1.62;1189
+74091;44.58953;4.23075;345;20220106;6.1;3.1;4.6;5.2;4.36;0;1.71;2679
+74091;44.58953;4.23075;345;20220107;8.7;-1.6;3.6;2.1;4.76;1.7;.84;5696
+74091;44.58953;4.23075;345;20220108;9.1;1.4;5.2;1.5;7.41;1.2;.47;4727
+74091;44.58953;4.23075;345;20220109;8.2;3.1;5.6;1.8;6.71;1.3;.67;3866
+74091;44.58953;4.23075;345;20220110;8;3.6;5.8;2.9;5.81;.1;1.08;3401
+74091;44.58953;4.23075;345;20220111;6.2;1.2;3.7;4.9;4.46;0;1.46;3814
+74091;44.58953;4.23075;345;20220112;7;.4;3.7;4.5;3.86;0;1.59;4802
+74091;44.58953;4.23075;345;20220113;7;-3.5;1.8;1.1;4.16;0;.55;5928
+74091;44.58953;4.23075;345;20220114;9.8;-5.3;2.2;1;4.36;0;.53;7155
+74091;44.58953;4.23075;345;20220115;10.9;-4.3;3.3;.9;4.11;0;.56;7235
+74091;44.58953;4.23075;345;20220116;13.5;-4.4;4.5;2.4;3.86;0;1.38;8133
+74091;44.58953;4.23075;345;20220117;10.8;3;6.9;4.1;5.81;0;1.56;5425
+74091;44.58953;4.23075;345;20220118;9.4;3.3;6.3;3;5.26;0;1.32;4746
+74091;44.58953;4.23075;345;20220119;8.4;-3.4;2.5;1.4;5.41;0;.55;6853
+74091;44.58953;4.23075;345;20220120;9;3.5;6.3;4.4;5.16;0;1.68;4261
+74091;44.58953;4.23075;345;20220121;6.2;2.1;4.2;4.9;3.81;0;1.81;3819
+74091;44.58953;4.23075;345;20220122;7.4;.7;4.1;5.3;4.56;0;1.62;5184
+74091;44.58953;4.23075;345;20220123;10.2;-.4;4.9;1.8;5.16;0;.93;6809
+74091;44.58953;4.23075;345;20220124;11;-4.3;3.4;.8;4.91;0;.58;8274
+74091;44.58953;4.23075;345;20220125;11;-3.6;3.7;.8;5.06;0;.56;8216
+74091;44.58953;4.23075;345;20220126;16.2;-2.9;6.6;2;4.26;0;1.54;9395
+74091;44.58953;4.23075;345;20220127;15.4;-1.5;6.9;2.5;3.41;0;1.92;8996
+74091;44.58953;4.23075;345;20220128;11.8;.7;6.3;4.1;4.76;0;1.94;6868
+74091;44.58953;4.23075;345;20220129;15.1;2.6;8.8;3;4.66;0;1.98;8082
+74091;44.58953;4.23075;345;20220130;12.1;5;8.6;5.4;6.51;0;2.01;5741
+74091;44.58953;4.23075;345;20220131;10.6;4.6;7.6;5.1;5.61;0;2;5554
+74091;44.58953;4.23075;345;20220201;9;3.2;6.1;6.4;5.16;0;2.03;5531
+74091;44.58953;4.23075;345;20220202;13.1;5.7;9.4;4;7.56;0;1.63;5916
+74091;44.58953;4.23075;345;20220203;14.3;2.7;8.5;1.7;6.71;0;1.16;8389
+74091;44.58953;4.23075;345;20220204;13.9;1.1;7.5;1.6;6.96;0;1.06;8877
+74091;44.58953;4.23075;345;20220205;12.5;6.6;9.6;3;5.46;.1;1.92;5428
+74091;44.58953;4.23075;345;20220206;11.9;1.8;6.9;2.5;5.71;.2;1.39;7910
+74091;44.58953;4.23075;345;20220207;10.9;6.7;8.8;3.4;5.91;.5;1.8;4618
+74091;44.58953;4.23075;345;20220208;16;2.3;9.2;2.4;4.31;0;2.02;9743
+74091;44.58953;4.23075;345;20220209;11.7;-2.4;4.7;1.4;6.36;0;.91;9844
+74091;44.58953;4.23075;345;20220210;10.3;.1;5.2;.8;7.28;0;.95;10827
+74091;44.58953;4.23075;345;20220211;12.2;1.8;7;3.9;5.68;0;1.96;8972
+74091;44.58953;4.23075;345;20220212;12.5;-.9;5.8;1.8;5.38;0;1.34;10356
+74091;44.58953;4.23075;345;20220213;7.7;5.2;6.5;1.6;7.78;23.8;.81;4390
+74091;44.58953;4.23075;345;20220214;9.3;5.4;7.4;2.3;9.28;14.6;.77;5622
+74091;44.58953;4.23075;345;20220215;11;1.1;6.1;2.6;6.28;0;1.39;9230
+74091;44.58953;4.23075;345;20220216;10.7;1.1;5.9;.9;8.01;1.6;.8;8978
+74091;44.58953;4.23075;345;20220217;19.7;7;13.4;2.1;9.71;0;1.79;10364
+74091;44.58953;4.23075;345;20220218;18.7;4.1;11.4;2.1;9.31;0;1.67;11417
+74091;44.58953;4.23075;345;20220219;11.4;7.2;9.3;3.9;5.26;0;2.27;5927
+74091;44.58953;4.23075;345;20220220;15.5;2.5;9;2.4;6.36;.1;1.84;10979
+74091;44.58953;4.23075;345;20220221;12.6;6.4;9.5;3.7;6.36;.2;2.1;6595
+74091;44.58953;4.23075;345;20220222;14.4;6.7;10.6;4.5;6.36;.1;2.54;8424
+74091;44.58953;4.23075;345;20220223;16.7;5.8;11.3;2.7;7.31;0;2.06;10450
+74091;44.58953;4.23075;345;20220224;13.7;2.2;8;1.1;8.21;.3;1.16;10751
+74091;44.58953;4.23075;345;20220225;10.6;4.9;7.8;3.9;5.21;.1;2.1;7500
+74091;44.58953;4.23075;345;20220226;12.6;3.5;8.1;2.9;4.21;0;2.24;10107
+74091;44.58953;4.23075;345;20220227;12.3;-2.6;4.9;1;5.66;0;1.27;12871
+74091;44.58953;4.23075;345;20220228;14.8;.5;7.6;1.5;6.26;0;1.6;12943
+74091;44.58953;4.23075;345;20220301;13.6;.8;7.2;1.6;5.91;0;1.62;12402
+74091;44.58953;4.23075;345;20220302;9.4;.2;4.8;1;7.31;0;1;10391
+74091;44.58953;4.23075;345;20220303;15.9;.3;8.1;1.2;8.01;0;1.5;13759
+74091;44.58953;4.23075;345;20220304;16.5;4.2;10.4;3.2;6.66;0;2.48;12064
+74091;44.58953;4.23075;345;20220305;14.7;3.2;9;2.4;4.41;0;2.4;11979
+74091;44.58953;4.23075;345;20220306;12;-1.1;5.5;2.5;3.76;0;2.13;13351
+74091;44.58953;4.23075;345;20220307;11.9;-3.3;4.3;1.3;4.01;0;1.64;14346
+74091;44.58953;4.23075;345;20220308;8;-3.9;2.1;1;5.21;.1;1.19;13016
+74091;44.58953;4.23075;345;20220309;11.4;-.1;5.6;1.2;7.11;.2;1.31;12911
+74091;44.58953;4.23075;345;20220310;10.5;5.5;8;1.2;9.11;11;1.05;8234
+74091;44.58953;4.23075;345;20220311;10.3;7.4;8.8;2.8;9.01;18.1;1.18;6367
+74091;44.58953;4.23075;345;20220312;7.7;4.8;6.2;2.3;8.56;29;.84;6506
+74091;44.58953;4.23075;345;20220313;7.4;5.5;6.4;1.8;8.41;33.4;.84;5309
+74091;44.58953;4.23075;345;20220314;12.5;4.2;8.3;1.3;9.56;5.1;1.3;11655
+74091;44.58953;4.23075;345;20220315;13.9;8.8;11.4;1.8;9.81;0;1.53;8686
+74091;44.58953;4.23075;345;20220316;15.4;6.2;10.8;1.3;10.21;0;1.64;12419
+74091;44.58953;4.23075;345;20220317;16.6;7.2;11.9;2.5;9.71;0;2.08;12654
+74091;44.58953;4.23075;345;20220318;14.9;9.7;12.3;5;9.08;.1;2.67;9712
+74091;44.58953;4.23075;345;20220319;17.8;3.5;10.7;1.4;7.98;0;2.28;16445
+74091;44.58953;4.23075;345;20220320;12.3;3.5;7.9;1.5;7.78;.2;1.7;12982
+74091;44.58953;4.23075;345;20220321;13.5;6.7;10.1;2.5;6.88;0;2.29;11501
+74091;44.58953;4.23075;345;20220322;15.2;-1.2;7;2.3;5.58;0;2.57;18186
+74091;44.58953;4.23075;345;20220323;16.7;-2;7.4;1.4;5.58;0;2.46;19635
+74091;44.58953;4.23075;345;20220324;19.6;-.1;9.8;1.6;5.28;0;2.95;20143
+74091;44.58953;4.23075;345;20220325;20.5;-.4;10.1;1.4;5.08;0;2.95;20341
+74091;44.58953;4.23075;345;20220326;20.5;.8;10.7;1.7;6.18;0;3.1;20538
+74091;44.58953;4.23075;345;20220327;21.2;1.9;11.6;1.3;6.28;0;2.99;20735
+74091;44.58953;4.23075;345;20220328;20.9;2.1;11.5;1.7;5.78;0;3.26;20674
+74091;44.58953;4.23075;345;20220329;17.5;3.7;10.6;1.7;8.08;2.4;2.59;17844
+74091;44.58953;4.23075;345;20220330;15.5;8;11.8;1.2;10.58;.7;1.95;13212
+74091;44.58953;4.23075;345;20220331;16.3;3.8;10.1;3.2;7.58;.9;2.91;17288
+74091;44.58953;4.23075;345;20220401;7.7;3.6;5.7;6.4;4.78;.8;2.64;9884
+74091;44.58953;4.23075;345;20220402;6.5;2.1;4.3;6.6;3.98;0;2.68;10341
+74091;44.58953;4.23075;345;20220403;7.7;1.3;4.5;6.9;4.28;0;2.77;12635
+74091;44.58953;4.23075;345;20220404;13.3;-.3;6.5;3.5;4.68;0;3.07;18696
+74091;44.58953;4.23075;345;20220405;15.3;.3;7.8;4;6.79;0;3.39;20249
+74091;44.58953;4.23075;345;20220406;18.1;6;12.1;2.1;9.58;1.3;2.81;17924
+74091;44.58953;4.23075;345;20220407;17.7;6.7;12.2;2.8;10.28;.2;2.78;17222
+74091;44.58953;4.23075;345;20220408;21.3;10.1;15.7;2.8;9.48;0;3.7;17524
+74091;44.58953;4.23075;345;20220409;14.3;8.3;11.3;4.4;5.18;0;3.74;12863
+74091;44.58953;4.23075;345;20220410;17.7;1.3;9.5;2.6;5.28;.2;3.6;21602
+74091;44.58953;4.23075;345;20220411;14.6;1.6;8.1;2.7;8.08;.2;2.57;19357
+74091;44.58953;4.23075;345;20220412;17.6;3.7;10.7;1.7;8.18;0;2.94;20180
+74091;44.58953;4.23075;345;20220413;20.6;4;12.3;1.5;8.38;0;3.35;22245
+74091;44.58953;4.23075;345;20220414;25.1;7.2;16.2;3.8;10.58;0;4.85;23283
+74091;44.58953;4.23075;345;20220415;26.5;11.8;19.2;4.6;11.38;0;5.5;21232
+74091;44.58953;4.23075;345;20220416;21.8;7.7;14.8;4.9;9.62;0;4.9;24300
+74091;44.58953;4.23075;345;20220417;22.7;8.9;15.8;2.4;7.58;0;4.26;20863
+74091;44.58953;4.23075;345;20220418;24;4.4;14.2;1.8;6.98;0;4.28;24824
+74091;44.58953;4.23075;345;20220419;23.1;6.1;14.6;2.6;6.78;0;4.61;23509
+74091;44.58953;4.23075;345;20220420;16.6;8;12.3;1.6;10.38;7.8;2.62;16762
+74091;44.58953;4.23075;345;20220421;20.4;9.9;15.2;.7;12.08;1;2.91;18672
+74091;44.58953;4.23075;345;20220422;22.1;7;14.6;2.1;10.28;2.6;3.84;22590
+74091;44.58953;4.23075;345;20220423;16.2;10.8;13.5;4.4;10.32;23.1;2.55;6470
+74091;44.58953;4.23075;345;20220424;14.4;6.1;10.3;1;10.68;1.2;2.29;16898
+74091;44.58953;4.23075;345;20220425;20.9;5.2;13.1;1.9;10.08;0;3.66;23481
+74091;44.58953;4.23075;345;20220426;21.3;5.5;13.4;2.9;9.78;0;4.05;23701
+74091;44.58953;4.23075;345;20220427;23.3;7.8;15.6;2.4;9.18;0;4.44;23613
+74091;44.58953;4.23075;345;20220428;25.3;6.8;16.1;1.7;10.28;.5;4.47;25972
+74091;44.58953;4.23075;345;20220429;24.9;7.6;16.3;2.7;10.18;.2;4.84;25252
+74091;44.58953;4.23075;345;20220430;22.9;12.1;17.5;3.7;9.28;0;4.91;20012
+74091;44.58953;4.23075;345;20220501;22.1;9.3;15.7;4;8.18;0;5.03;21930
+74091;44.58953;4.23075;345;20220502;23.2;6.7;15;2;8.98;.7;4.4;25068
+74091;44.58953;4.23075;345;20220503;22.9;10.6;16.8;1.3;11.68;.7;3.77;21725
+74091;44.58953;4.23075;345;20220504;22.5;6.8;14.7;1.7;11.68;4.2;3.95;24705
+74091;44.58953;4.23075;345;20220505;20;10.8;15.4;4.8;9.88;.2;4.4;18949
+74091;44.58953;4.23075;345;20220506;19.1;12.6;15.9;5.3;9.56;0;4.11;14892
+74091;44.58953;4.23075;345;20220507;23.3;13.7;18.5;4.2;9.56;0;5.05;19057
+74091;44.58953;4.23075;345;20220508;23.3;11.9;17.6;2.3;10.61;1;4.19;20662
+74091;44.58953;4.23075;345;20220509;25;8.9;17;1;12.31;1;4.12;25132
+74091;44.58953;4.23075;345;20220510;26.9;10.5;18.7;1.4;13.36;.1;4.54;25739
+74091;44.58953;4.23075;345;20220511;26.9;10.4;18.6;1.7;12.31;0;4.71;25771
+74091;44.58953;4.23075;345;20220512;25.1;9.4;17.2;1.5;11.86;0;4.41;25316
+74091;44.58953;4.23075;345;20220513;26.5;8.3;17.4;1.3;12.26;.5;4.59;27186
+74091;44.58953;4.23075;345;20220514;28.6;13.7;21.2;1.4;15.26;0;4.72;24982
+74091;44.58953;4.23075;345;20220515;26.3;13.1;19.7;1.6;13.51;.2;4.42;23363
+74091;44.58953;4.23075;345;20220516;27.8;10.1;19;1.5;11.36;0;4.97;27191
+74091;44.58953;4.23075;345;20220517;31.1;11.5;21.3;1.1;14.11;0;5.24;28366
+74091;44.58953;4.23075;345;20220518;31.7;14.4;23;1.5;15.01;.1;5.42;26979
+74091;44.58953;4.23075;345;20220519;28.5;13.8;21.2;1.4;14.51;0;4.84;25063
+74091;44.58953;4.23075;345;20220520;28.1;11.3;19.7;1.7;13.26;0;5.05;26801
+74091;44.58953;4.23075;345;20220521;32;12.7;22.4;1.3;14.16;0;5.51;28569
+74091;44.58953;4.23075;345;20220522;32;15.2;23.6;1.3;16.66;0;5.39;27119
+74091;44.58953;4.23075;345;20220523;25.6;15.6;20.6;1.6;15.76;0;4.06;20419
+74091;44.58953;4.23075;345;20220524;22.3;16;19.2;2.5;10.71;.2;4.08;16305
+74091;44.58953;4.23075;345;20220525;24.5;14.1;19.3;4;9.21;0;5.64;21481
+74091;44.58953;4.23075;345;20220526;26.3;15.3;20.8;4.2;10.01;0;6.07;22169
+74091;44.58953;4.23075;345;20220527;29.2;15.2;22.2;4.2;12.01;0;6.64;25376
+74091;44.58953;4.23075;345;20220528;26.3;15.4;20.8;4.8;9.91;0;6.26;21889
+74091;44.58953;4.23075;345;20220529;23.8;12.8;18.3;3.6;7.16;0;5.67;22395
+74091;44.58953;4.23075;345;20220530;24.3;8.1;16.2;1.5;8.51;.7;4.75;27206
+74091;44.58953;4.23075;345;20220531;24.2;13.4;18.8;1.1;13.11;1.6;4;21737
+74091;44.58953;4.23075;345;20220601;29.7;10.6;20.2;1.6;13.36;0;5.52;29344
+74091;44.58953;4.23075;345;20220602;30.6;13.3;22;1.4;14.01;.2;5.53;28275
+74091;44.58953;4.23075;345;20220603;30.4;16;23.2;1.4;14.36;0;5.33;26059
+74091;44.58953;4.23075;345;20220604;31.3;15.8;23.6;1.9;15.76;.4;5.75;27009
+74091;44.58953;4.23075;345;20220605;30.4;18.4;24.4;1.7;16.16;.3;5.21;23541
+74091;44.58953;4.23075;345;20220606;30.9;14.5;22.7;1.6;13.11;.1;5.64;27465
+74091;44.58953;4.23075;345;20220607;28.2;16;22.1;2.7;12.16;0;5.64;23925
+74091;44.58953;4.23075;345;20220608;25.2;13.7;19.5;1.3;11.96;.3;4.39;23133
+74091;44.58953;4.23075;345;20220609;23.8;15.6;19.7;3.9;9.91;0;5.33;19462
+74091;44.58953;4.23075;345;20220610;29.5;15.3;22.4;4;10.36;0;6.96;26060
+74091;44.58953;4.23075;345;20220611;34.4;16.5;25.5;2.9;10.41;0;7.68;29519
+74091;44.58953;4.23075;345;20220612;35.8;15.2;25.5;1.4;11.61;.6;6.53;30683
+74091;44.58953;4.23075;345;20220613;31.3;18.5;24.9;2.8;14.81;0;6.2;24583
+74091;44.58953;4.23075;345;20220614;35.1;15.1;25.1;1.8;11.21;0;6.81;30374
+74091;44.58953;4.23075;345;20220615;34.6;17.2;25.9;1.6;14.76;0;6.41;29144
+74091;44.58953;4.23075;345;20220616;37;18;27.5;1.8;15.06;0;6.87;29365
+74091;44.58953;4.23075;345;20220617;37.8;21.7;29.8;2.9;12.56;0;8.11;28008
+74091;44.58953;4.23075;345;20220618;35.7;19.2;27.4;2.4;12.41;0;7.25;28145
+74091;44.58953;4.23075;345;20220619;32.6;18.3;25.5;2.6;14.11;0;6.47;25339
+74091;44.58953;4.23075;345;20220620;31.9;16.4;24.1;1.9;13.66;0;6.03;26956
+74091;44.58953;4.23075;345;20220621;29.3;18;23.6;1.4;17.66;1.6;4.83;23283
+74091;44.58953;4.23075;345;20220622;25.4;19.9;22.7;1.3;21.41;13;3.35;16052
+74091;44.58953;4.23075;345;20220623;27.1;18.8;22.9;1.6;19.66;12.1;4.03;18785
+74091;44.58953;4.23075;345;20220624;26.9;15.8;21.3;1.4;16.16;3.9;4.49;23102
+74091;44.58953;4.23075;345;20220625;28.7;13.9;21.3;1.8;15.31;5;5.26;26653
+74091;44.58953;4.23075;345;20220626;30.2;17.5;23.8;1.5;18.16;.5;5.12;24654
+74091;44.58953;4.23075;345;20220627;28.5;17;22.8;2;15.61;.1;5.08;23311
+74091;44.58953;4.23075;345;20220628;28.8;16.3;22.5;2.7;13.31;.1;5.72;24324
+74091;44.58953;4.23075;345;20220629;31.5;15.2;23.4;1.6;13.61;.1;5.87;27866
+74091;44.58953;4.23075;345;20220630;28.3;16;22.1;2;16.11;13.3;5;24072
+74091;44.58953;4.23075;345;20220701;26.4;12.8;19.6;2.8;12.06;0;5.4;25319
+74091;44.58953;4.23075;345;20220702;32.2;12.3;22.3;1.9;11.26;0;6.37;30079
+74091;44.58953;4.23075;345;20220703;35.1;14.7;24.9;1.4;13.81;0;6.46;30283
+74091;44.58953;4.23075;345;20220704;32.8;19.4;26.1;1.9;17.36;1.4;5.87;24992
+74091;44.58953;4.23075;345;20220705;31;18.4;24.7;2.4;14.56;0;5.96;24267
+74091;44.58953;4.23075;345;20220706;30.3;17.6;24;2.7;11.46;0;6.21;24325
+74091;44.58953;4.23075;345;20220707;29.7;17.5;23.6;3.5;10.86;0;6.57;23794
+74091;44.58953;4.23075;345;20220708;29.6;18.5;24;4.2;11.31;0;6.81;22640
+74091;44.58953;4.23075;345;20220709;32.9;18.7;25.8;3.1;10.81;0;7.18;25658
+74091;44.58953;4.23075;345;20220710;32.1;18.9;25.5;3.3;11.96;0;6.97;24677
+74091;44.58953;4.23075;345;20220711;33.3;18.9;26.1;2.2;13.41;0;6.37;25685
+74091;44.58953;4.23075;345;20220712;34;17.7;25.8;1.6;13.76;0;6.09;27336
+74091;44.58953;4.23075;345;20220713;33.7;17.9;25.8;1.7;12.66;0;6.13;26759
+74091;44.58953;4.23075;345;20220714;35.4;16.7;26.1;1.3;17.46;0;6.12;29083
+74091;44.58953;4.23075;345;20220715;36;19.6;27.8;2.2;15.56;0;6.75;27153
+74091;44.58953;4.23075;345;20220716;35.6;20.8;28.2;2.8;11.81;0;7.3;25721
+74091;44.58953;4.23075;345;20220717;35.9;20.3;28.1;2.2;10.41;0;6.9;26356
+74091;44.58953;4.23075;345;20220718;36.9;19.4;28.2;1.8;14.01;0;6.64;27897
+74091;44.58953;4.23075;345;20220719;35;18.3;26.6;1.7;16.21;0;6.15;27119
+74091;44.58953;4.23075;345;20220720;34.5;17.9;26.2;1.6;17.26;0;5.89;26959
+74091;44.58953;4.23075;345;20220721;35.8;19.8;27.8;1.9;14.16;0;6.47;26396
+74091;44.58953;4.23075;345;20220722;36.8;19.1;27.9;1.5;15.11;1.8;6.28;27683
+74091;44.58953;4.23075;345;20220723;32.6;20.9;26.8;1.8;19.91;0;5.26;22180
+74091;44.58953;4.23075;345;20220724;36.5;19.6;28;2;14.41;0;6.66;26833
+74091;44.58953;4.23075;345;20220725;34.4;17;25.7;1.7;16.11;0;5.97;26776
+74091;44.58953;4.23075;345;20220726;31.2;20.9;26;2.5;13.16;0;5.71;20694
+74091;44.58953;4.23075;345;20220727;31.1;17.1;24.1;2.4;11.31;0;5.94;24166
+74091;44.58953;4.23075;345;20220728;32.1;15.9;24;1.9;11.51;0;5.81;25873
+74091;44.58953;4.23075;345;20220729;28.3;16.9;22.6;1.6;16.61;3.2;4.45;21419
+74091;44.58953;4.23075;345;20220730;32;16.5;24.3;2.4;13.16;0;5.99;25099
+74091;44.58953;4.23075;345;20220731;34.4;18.9;26.7;2;12.36;0;6.19;25027
+74091;44.58953;4.23075;345;20220801;36.2;20.1;28.2;2.3;12.66;0;6.77;25404
+74091;44.58953;4.23075;345;20220802;36.9;20.8;28.8;2.3;13.01;0;6.73;25309
+74091;44.58953;4.23075;345;20220803;35.9;17.4;26.7;1.6;14.31;0;6.04;27049
+74091;44.58953;4.23075;345;20220804;36.3;17.1;26.7;1.6;15.16;0;6.02;27399
+74091;44.58953;4.23075;345;20220805;34.7;19.1;26.9;1.8;17.06;1.8;5.71;24497
+74091;44.58953;4.23075;345;20220806;33.7;20.7;27.2;2.8;15.56;0;6.16;22181
+74091;44.58953;4.23075;345;20220807;33.5;18.4;26;2.5;11.91;0;6.24;23893
+74091;44.58953;4.23075;345;20220808;34.8;18.7;26.7;2.3;10.76;0;6.33;24566
+74091;44.58953;4.23075;345;20220809;35.6;19.6;27.6;1.8;10.26;0;6.01;24347
+74091;44.58953;4.23075;345;20220810;35.5;17.7;26.6;1.7;11.61;0;5.87;25467
+74091;44.58953;4.23075;345;20220811;35.2;16.8;26;1.7;13.96;0;5.83;26060
+74091;44.58953;4.23075;345;20220812;37.2;19.2;28.2;1.4;14.86;0;5.69;25598
+74091;44.58953;4.23075;345;20220813;35.8;17.6;26.7;1.9;15.46;9.7;5.93;25416
+74091;44.58953;4.23075;345;20220814;26.3;20.9;23.6;1.6;21.26;27.3;3.02;13468
+74091;44.58953;4.23075;345;20220815;30.5;15;22.7;1.4;15.66;0;4.57;23171
+74091;44.58953;4.23075;345;20220816;32.1;14.7;23.4;1.8;16.11;4.2;5.05;24282
+74091;44.58953;4.23075;345;20220817;26.1;17.3;21.7;1.3;19.06;25.8;3.36;17434
+74091;44.58953;4.23075;345;20220818;24.7;13.7;19.2;2.1;15.61;.6;3.61;19076
+74091;44.58953;4.23075;345;20220819;27.5;18.7;23.1;3.2;14.91;0;4.6;16880
+74091;44.58953;4.23075;345;20220820;28.6;19.5;24;2.4;15.21;0;4.37;16894
+74091;44.58953;4.23075;345;20220821;29.1;16.6;22.9;2.5;13.41;0;4.83;19970
+74091;44.58953;4.23075;345;20220822;28.1;18.3;23.2;2.5;14.01;.1;4.45;17353
+74091;44.58953;4.23075;345;20220823;30.6;19.1;24.9;2.7;14.86;0;5.05;18760
+74091;44.58953;4.23075;345;20220824;32.4;18.4;25.4;1.7;15.11;0;4.75;20725
+74091;44.58953;4.23075;345;20220825;32.5;16.4;24.4;1.7;17.26;2.4;4.68;22013
+74091;44.58953;4.23075;345;20220826;30.2;19.7;25;2.6;16.61;.3;4.59;17434
+74091;44.58953;4.23075;345;20220827;28.6;18;23.3;2.7;15.66;0;4.41;17537
+74091;44.58953;4.23075;345;20220828;31.3;15.4;23.4;1.3;15.76;0;4.25;21442
+74091;44.58953;4.23075;345;20220829;32.5;15.8;24.2;1.6;16.91;.2;4.55;21966
+74091;44.58953;4.23075;345;20220830;30.5;19.4;25;1.4;20.01;7.9;3.78;17941
+74091;44.58953;4.23075;345;20220831;28.6;17;22.8;2.1;15.76;0;4.04;17776
+74091;44.58953;4.23075;345;20220901;30.3;15.6;22.9;1.6;14.91;0;4.2;20075
+74091;44.58953;4.23075;345;20220902;26.3;15.3;20.8;1.4;16.16;7.9;3.25;17239
+74091;44.58953;4.23075;345;20220903;26.8;15.9;21.4;1.2;18.26;3.1;3.15;16762
+74091;44.58953;4.23075;345;20220904;29.1;16.4;22.7;1.2;18.91;.1;3.5;18213
+74091;44.58953;4.23075;345;20220905;28.2;18.6;23.4;1.2;21.01;.8;3.06;15601
+74091;44.58953;4.23075;345;20220906;27.2;17;22.1;1.1;20.11;2.2;2.93;15636
+74091;44.58953;4.23075;345;20220907;25.9;16.7;21.3;1.3;19.31;20;2.81;15005
+74091;44.58953;4.23075;345;20220908;26;12.7;19.4;1.4;15.21;.2;3.17;17989
+74091;44.58953;4.23075;345;20220909;24.9;13;19;1.4;13.26;.1;3.08;16911
+74091;44.58953;4.23075;345;20220910;25.1;10.9;18;1.7;11.91;0;3.37;18375
+74091;44.58953;4.23075;345;20220911;28.5;12.5;20.5;2.1;12.31;.1;4.05;19606
+74091;44.58953;4.23075;345;20220912;28.8;11.8;20.3;1.2;14.96;.3;3.43;19621
+74091;44.58953;4.23075;345;20220913;25;17.4;21.2;1.6;20.96;41.1;2.41;13086
+74091;44.58953;4.23075;345;20220914;23.2;18.8;21;1.4;20.61;9;1.92;9421
+74091;44.58953;4.23075;345;20220915;26.9;14.5;20.7;.9;17.56;2.2;2.75;16049
+74091;44.58953;4.23075;345;20220916;24.3;14.3;19.3;2.7;14.11;0;3.13;14005
+74091;44.58953;4.23075;345;20220917;18.3;11.5;14.9;4.1;8.41;0;3.29;11509
+74091;44.58953;4.23075;345;20220918;23.4;8.5;15.9;3.1;8.16;0;3.83;17589
+74091;44.58953;4.23075;345;20220919;22.2;9.6;15.9;3.2;8.51;0;3.7;15985
+74091;44.58953;4.23075;345;20220920;23.1;9.5;16.3;3.3;7.96;0;3.87;16272
+74091;44.58953;4.23075;345;20220921;22.4;9.2;15.8;2.4;8.81;0;3.26;15828
+74091;44.58953;4.23075;345;20220922;23.4;7.1;15.2;1.4;10.66;.1;2.69;17313
+74091;44.58953;4.23075;345;20220923;20.4;11.2;15.8;1;13.91;15.7;1.96;13036
+74091;44.58953;4.23075;345;20220924;20.1;13.4;16.8;1;14.96;2.3;1.76;10447
+74091;44.58953;4.23075;345;20220925;20.3;10.9;15.6;1.3;12.46;.9;2.06;12801
+74091;44.58953;4.23075;345;20220926;19.6;9.5;14.5;1.5;10.41;.3;2.17;12730
+74091;44.58953;4.23075;345;20220927;17.9;10.3;14.1;2;10.31;.1;2.07;11014
+74091;44.58953;4.23075;345;20220928;21.6;11.4;16.5;1.5;11.66;.5;2.28;12946
+74091;44.58953;4.23075;345;20220929;18.5;10.6;14.5;1.5;11.26;.7;1.89;11121
+74091;44.58953;4.23075;345;20220930;15.1;8;11.5;2.2;9.26;.1;1.81;10357
+74091;44.58953;4.23075;345;20221001;18.2;5.2;11.7;1.1;10.46;.1;1.72;13714
+74091;44.58953;4.23075;345;20221002;26.3;10.8;18.5;1.2;12.91;0;2.49;15076
+74091;44.58953;4.23075;345;20221003;24;12.6;18.3;2.7;12.31;0;2.88;12946
+74091;44.58953;4.23075;345;20221004;24.5;7.3;15.9;1.1;11.21;.1;2.24;15619
+74091;44.58953;4.23075;345;20221005;21.5;8.1;14.8;1.6;12.31;.3;2.02;13568
+74091;44.58953;4.23075;345;20221006;24.5;8.4;16.4;1.6;12.66;0;2.38;14686
+74091;44.58953;4.23075;345;20221007;22.6;9.4;16;1.1;13.36;2.6;1.88;13118
+74091;44.58953;4.23075;345;20221008;21;14.4;17.7;1.3;14.81;1.6;1.69;9174
+74091;44.58953;4.23075;345;20221009;17.5;10.1;13.8;1.1;12.71;.4;1.38;9645
+74091;44.58953;4.23075;345;20221010;22.2;12.6;17.4;1.1;14.26;.2;1.71;10600
+74091;44.58953;4.23075;345;20221011;23.7;9;16.4;.9;13.31;.1;1.84;13168
+74091;44.58953;4.23075;345;20221012;22.2;11.9;17.1;1;13.66;.3;1.68;10772
+74091;44.58953;4.23075;345;20221013;21;9.3;15.1;.7;13.31;1.7;1.49;11514
+74091;44.58953;4.23075;345;20221014;20.4;11.6;16;.6;14.01;.2;1.35;9877
+74091;44.58953;4.23075;345;20221015;23.6;8.4;16;1.3;12.86;1.3;1.85;12690
+74091;44.58953;4.23075;345;20221016;19.8;11.5;15.6;1;15.91;1.8;1.23;9219
+74091;44.58953;4.23075;345;20221017;21.9;15.1;18.5;1.3;15.91;.1;1.44;7522
+74091;44.58953;4.23075;345;20221018;23.2;12.1;17.7;1;14.96;.3;1.53;10450
+74091;44.58953;4.23075;345;20221019;21.2;9.6;15.4;1.1;14.66;3.4;1.36;10442
+74091;44.58953;4.23075;345;20221020;18.3;15.3;16.8;2;17.91;53.9;.89;5132
+74091;44.58953;4.23075;345;20221021;18.7;16.1;17.4;1.9;17.61;20.2;.96;4389
+74091;44.58953;4.23075;345;20221022;21.7;13;17.4;1.2;16.06;4.7;1.32;8844
+74091;44.58953;4.23075;345;20221023;21.1;15.2;18.1;1.7;18.26;10.2;1.16;6895
+74091;44.58953;4.23075;345;20221024;22.8;16.4;19.6;1.5;17.76;1.8;1.37;7046
+74091;44.58953;4.23075;345;20221025;22;10;16;1;13.66;.2;1.3;9881
+74091;44.58953;4.23075;345;20221026;23.8;12.9;18.3;1;16.21;.1;1.35;9333
+74091;44.58953;4.23075;345;20221027;22;14.7;18.3;.8;16.46;.1;1.16;7715
+74091;44.58953;4.23075;345;20221028;21.3;10.9;16.1;.8;14.51;0;1.12;8932
+74091;44.58953;4.23075;345;20221029;21.7;8.9;15.3;.9;12.86;.1;1.19;9670
+74091;44.58953;4.23075;345;20221030;22.3;8.9;15.6;1.1;12.71;.1;1.3;9962
+74091;44.58953;4.23075;345;20221031;19.1;11.9;15.5;1.7;15.31;77.5;1;6804
+74091;44.58953;4.23075;345;20221101;21;14.1;17.5;1.1;15.21;0;1.11;6637
+74091;44.58953;4.23075;345;20221102;19;9;14;1.6;10.86;0;1.29;8223
+74091;44.58953;4.23075;345;20221103;12;5.8;8.9;1.1;10.61;4.9;.63;6266
+74091;44.58953;4.23075;345;20221104;13.8;6.3;10.1;1.9;8.56;2;1.12;6504
+74091;44.58953;4.23075;345;20221105;13.1;8.4;10.8;4.3;7.06;0;2.08;5157
+74091;44.58953;4.23075;345;20221106;16;3.2;9.6;1.6;7.41;0;1.2;8686
+74091;44.58953;4.23075;345;20221107;18.7;4;11.3;1.4;9.06;.3;1.09;9152
+74091;44.58953;4.23075;345;20221108;13.5;6.1;9.8;1.4;11.91;32.9;.55;6389
+74091;44.58953;4.23075;345;20221109;15.4;12.6;14;2;14.61;28.5;.69;3747
+74091;44.58953;4.23075;345;20221110;17.7;8.4;13;1.7;10.81;0;1.09;7034
+74091;44.58953;4.23075;345;20221111;18.7;6;12.3;1;11.01;.1;.86;7991
+74091;44.58953;4.23075;345;20221112;19;6.3;12.6;.8;11.16;0;.78;7995
+74091;44.58953;4.23075;345;20221113;16.5;8.1;12.3;.9;11.21;.6;.72;6430
+74091;44.58953;4.23075;345;20221114;12.5;10.3;11.4;1.1;12.01;22.2;.57;3013
+74091;44.58953;4.23075;345;20221115;12.5;10.5;11.5;.8;12.86;14.1;.5;2895
+74091;44.58953;4.23075;345;20221116;17.5;7.9;12.7;1.3;10.51;0;.87;6500
+74091;44.58953;4.23075;345;20221117;15.4;7.2;11.3;1;11.61;3.5;.59;5969
+74091;44.58953;4.23075;345;20221118;14.1;8.1;11.1;2;8.56;0;1.1;5062
+74091;44.58953;4.23075;345;20221119;11.6;4.7;8.1;3.4;6.71;.2;1.41;4974
+74091;44.58953;4.23075;345;20221120;12.7;3.4;8.1;2.3;6.61;.4;1.16;5920
+74091;44.58953;4.23075;345;20221121;6.9;3.4;5.2;1.4;7.91;3.4;.47;3453
+74091;44.58953;4.23075;345;20221122;11.9;4.2;8;2;7.16;.9;.91;5337
+74091;44.58953;4.23075;345;20221123;10.8;3.4;7.1;.8;8.21;.2;.47;5454
+74091;44.58953;4.23075;345;20221124;13.9;1.5;7.7;1.2;7.91;.1;.62;6754
+74091;44.58953;4.23075;345;20221125;12.5;2.8;7.7;1.5;8.51;4.3;.58;6051
+74091;44.58953;4.23075;345;20221126;12.3;7.2;9.7;2.5;6.91;0;1.3;4180
+74091;44.58953;4.23075;345;20221127;12;-.3;5.9;1.2;7.21;2.4;.48;6540
+74091;44.58953;4.23075;345;20221128;8.4;6.8;7.6;.8;9.96;19;.41;1771
+74091;44.58953;4.23075;345;20221129;9.6;3.9;6.8;2.6;7.36;.2;.81;4157
+74091;44.58953;4.23075;345;20221130;10.7;5.1;7.9;3.1;7.11;.1;1.12;4167
+74091;44.58953;4.23075;345;20221201;9.6;4.1;6.8;2.4;6.71;0;.91;3957
+74091;44.58953;4.23075;345;20221202;7.4;1.1;4.3;1.3;6.46;1.3;.47;4399
+74091;44.58953;4.23075;345;20221203;5.7;3.5;4.6;1.8;8.01;18.8;.34;2296
+74091;44.58953;4.23075;345;20221204;8;4.3;6.2;1.3;8.26;9.8;.39;3235
+74091;44.58953;4.23075;345;20221205;7.7;-1.6;3.1;1;6.01;.1;.37;4946
+74091;44.58953;4.23075;345;20221206;7.6;-2.8;2.4;1.2;5.51;.2;.39;5199
+74091;44.58953;4.23075;345;20221207;6.4;-1.2;2.6;3.1;5.41;0;.73;4610
+74091;44.58953;4.23075;345;20221208;5.7;-4.3;.7;1;5.56;16.1;.26;5455
+74091;44.58953;4.23075;345;20221209;10.6;3;6.8;.9;8.96;1.7;.33;4598
+74091;44.58953;4.23075;345;20221210;5.7;3.9;4.8;2.9;6.06;0;.93;1459
+74091;44.58953;4.23075;345;20221211;4.5;-2.2;1.1;2.7;3.51;0;.98;4046
+74091;44.58953;4.23075;345;20221212;5.6;-4.7;.5;.7;4.46;7;.29;5419
+74091;44.58953;4.23075;345;20221213;2.8;0;1.4;.2;6.61;4.8;.26;2736
+74091;44.58953;4.23075;345;20221214;7.9;2;4.9;.7;8.66;.8;.23;4036
+74091;44.58953;4.23075;345;20221215;8.7;5.6;7.2;1.8;9.26;29.6;.38;2854
+74091;44.58953;4.23075;345;20221216;9.1;3.1;6.1;2.9;6.86;0;.81;3835
+74091;44.58953;4.23075;345;20221217;8.4;-.2;4.1;3.1;3.86;0;1.36;4571
+74091;44.58953;4.23075;345;20221218;8.9;-4.4;2.3;1;6.06;2.2;.25;6119
+74091;44.58953;4.23075;345;20221219;11.5;6.2;8.8;1.6;10.71;8.2;.37;3558
+74091;44.58953;4.23075;345;20221220;12.6;10.3;11.5;2.1;12.11;16.6;.53;2121
+74091;44.58953;4.23075;345;20221221;14.1;10.5;12.3;.9;11.71;.6;.5;2804
+74091;44.58953;4.23075;345;20221222;12.5;5.9;9.2;1.3;10.51;.2;.37;4225
+74091;44.58953;4.23075;345;20221223;14.4;8.2;11.3;.8;11.51;0;.39;4042
+74091;44.58953;4.23075;345;20221224;15.9;7.9;11.9;.9;11.11;.2;.48;4283
+74091;44.58953;4.23075;345;20221225;9.8;3.6;6.7;.7;9.71;.1;.25;4118
+74091;44.58953;4.23075;345;20221226;14.8;7.7;11.3;.8;11.21;0;.4;4220
+74091;44.58953;4.23075;345;20221227;12.5;4.4;8.5;1.8;8.21;0;.69;4340
+74091;44.58953;4.23075;345;20221228;10.1;.1;5.1;1;7.81;.3;.27;5315
+74091;44.58953;4.23075;345;20221229;11.4;7;9.2;.5;10.21;2;.34;3369
+74091;44.58953;4.23075;345;20221230;11.2;6.8;9;.8;10.46;.1;.35;3484
+74091;44.58953;4.23075;345;20221231;11;4.9;8;1;10.51;2;.3;4204
+74092;44.60644;4.54434;246;20220101;17;1.9;9.5;1.1;8.11;.1;.55;6998
+74092;44.60644;4.54434;246;20220102;7.8;4.3;6.1;2.2;9.18;0;.37;2710
+74092;44.60644;4.54434;246;20220103;13;5.2;9.1;1.7;9.35;0;.58;5509
+74092;44.60644;4.54434;246;20220104;8.4;3.9;6.2;.9;9.61;3.9;.24;3772
+74092;44.60644;4.54434;246;20220105;7;5.1;6.1;8.3;5.41;.1;2.06;2379
+74092;44.60644;4.54434;246;20220106;7.8;3.8;5.8;8.1;4.41;0;2.44;3591
+74092;44.60644;4.54434;246;20220107;10.6;-.7;5;2.6;4.61;.6;1.16;6252
+74092;44.60644;4.54434;246;20220108;10.7;1.3;6;1.9;7.01;.8;.63;5724
+74092;44.60644;4.54434;246;20220109;9.3;3.1;6.2;2.2;6.51;1.7;.81;4639
+74092;44.60644;4.54434;246;20220110;9.8;4;6.9;3.5;5.81;.1;1.36;4516
+74092;44.60644;4.54434;246;20220111;7.3;1.3;4.3;6.9;4.71;0;1.79;4639
+74092;44.60644;4.54434;246;20220112;7.7;1.6;4.7;6.4;4.11;0;2.07;4722
+74092;44.60644;4.54434;246;20220113;8.9;-3.2;2.9;1.5;4.11;0;.73;6816
+74092;44.60644;4.54434;246;20220114;12.1;-6.1;3;1.1;4.31;0;.61;8498
+74092;44.60644;4.54434;246;20220115;13.5;-4.9;4.3;.9;4.01;0;.59;8630
+74092;44.60644;4.54434;246;20220116;15.3;-4.9;5.2;2.6;4.01;0;1.6;9068
+74092;44.60644;4.54434;246;20220117;7.2;.2;3.7;7.1;6.08;0;1.1;6511
+74092;44.60644;4.54434;246;20220118;10.1;3.3;6.7;3.9;5.41;0;1.58;5313
+74092;44.60644;4.54434;246;20220119;9.1;-3.6;2.8;1;5.61;0;.46;7434
+74092;44.60644;4.54434;246;20220120;10.9;3.7;7.3;6.3;5.21;0;2.28;5598
+74092;44.60644;4.54434;246;20220121;7.7;2.7;5.2;7.6;3.81;0;2.54;4677
+74092;44.60644;4.54434;246;20220122;8.8;1.1;5;6.9;4.71;0;2.02;5933
+74092;44.60644;4.54434;246;20220123;10.5;-.9;4.8;2.4;5.21;0;1.08;7360
+74092;44.60644;4.54434;246;20220124;12.4;-4.7;3.9;1;5.01;0;.66;9179
+74092;44.60644;4.54434;246;20220125;12.4;-3.8;4.3;.7;5.31;0;.54;9035
+74092;44.60644;4.54434;246;20220126;17;-4.1;6.5;2;4.61;0;1.49;10127
+74092;44.60644;4.54434;246;20220127;15.5;-3.6;6;3;3.61;0;2.04;10076
+74092;44.60644;4.54434;246;20220128;13.8;-.8;6.5;5.6;4.81;0;2.43;8888
+74092;44.60644;4.54434;246;20220129;16.2;3.3;9.8;3.4;4.81;0;2.31;8446
+74092;44.60644;4.54434;246;20220130;13.5;4.6;9.1;7.1;6.61;0;2.44;7063
+74092;44.60644;4.54434;246;20220131;11.6;4.8;8.2;6.9;5.61;.1;2.51;6222
+74092;44.60644;4.54434;246;20220201;10.3;3.9;7.1;8.8;5.11;0;2.69;6108
+74092;44.60644;4.54434;246;20220202;14.8;5.1;10;4.8;7.61;0;1.97;7678
+74092;44.60644;4.54434;246;20220203;14.9;3.7;9.3;2;7.01;0;1.31;8378
+74092;44.60644;4.54434;246;20220204;14.5;1.7;8.1;1.8;7.21;0;1.13;9093
+74092;44.60644;4.54434;246;20220205;13.6;6;9.8;4.2;5.41;.1;2.4;7042
+74092;44.60644;4.54434;246;20220206;12.8;1.8;7.3;3.4;5.71;0;1.73;8638
+74092;44.60644;4.54434;246;20220207;12;6.5;9.3;4.8;5.71;.4;2.34;6116
+74092;44.60644;4.54434;246;20220208;15.9;2.3;9.1;3;4.31;0;2.3;9892
+74092;44.60644;4.54434;246;20220209;12.3;-3;4.7;1.1;6.51;0;.85;10648
+74092;44.60644;4.54434;246;20220210;15.9;.5;8.2;.8;7.31;0;.95;10827
+74092;44.60644;4.54434;246;20220211;12.8;2.4;7.6;3.9;5.71;0;1.96;8972
+74092;44.60644;4.54434;246;20220212;13.1;-.3;6.4;1.8;5.41;0;1.34;10356
+74092;44.60644;4.54434;246;20220213;8.3;5.8;7.1;1.6;7.81;12.2;.81;4390
+74092;44.60644;4.54434;246;20220214;9.9;6;8;2.3;9.31;13.5;.77;5622
+74092;44.60644;4.54434;246;20220215;11.6;1.7;6.7;2.6;6.31;.1;1.39;9230
+74092;44.60644;4.54434;246;20220216;11.1;1;6.1;.8;7.81;1.6;.82;9450
+74092;44.60644;4.54434;246;20220217;19.1;4.8;12;2.4;10.12;0;1.72;10249
+74092;44.60644;4.54434;246;20220218;19.4;4;11.7;2.3;9.51;0;1.78;12042
+74092;44.60644;4.54434;246;20220219;12.4;7.8;10.1;5.7;5.51;0;2.92;6555
+74092;44.60644;4.54434;246;20220220;16.3;2.3;9.3;2.5;6.41;0;1.96;11776
+74092;44.60644;4.54434;246;20220221;14.1;5.4;9.8;4.6;6.41;.3;2.44;9352
+74092;44.60644;4.54434;246;20220222;15.9;7.3;11.6;6;6.41;0;3.26;9419
+74092;44.60644;4.54434;246;20220223;17.4;5.6;11.5;3.7;7.51;0;2.47;11221
+74092;44.60644;4.54434;246;20220224;14.7;2;8.4;1.1;8.51;.1;1.22;11801
+74092;44.60644;4.54434;246;20220225;11.8;5.2;8.5;5.8;5.11;0;2.8;8547
+74092;44.60644;4.54434;246;20220226;13.2;4.5;8.9;3.7;4.41;0;2.63;9977
+74092;44.60644;4.54434;246;20220227;13.7;-2.7;5.5;1.3;5.71;0;1.44;13968
+74092;44.60644;4.54434;246;20220228;15.6;1;8.3;1.4;6.41;0;1.64;13332
+74092;44.60644;4.54434;246;20220301;14;1.2;7.6;2.1;6.11;0;1.78;12624
+74092;44.60644;4.54434;246;20220302;10.2;.4;5.3;1.3;7.41;0;1.08;11152
+74092;44.60644;4.54434;246;20220303;16.8;-.6;8.1;.8;7.81;0;1.5;15129
+74092;44.60644;4.54434;246;20220304;17.8;3.1;10.5;4.1;6.51;0;2.96;14056
+74092;44.60644;4.54434;246;20220305;14.9;2;8.5;2.8;4.51;0;2.51;13312
+74092;44.60644;4.54434;246;20220306;12.6;-.8;5.9;3.6;3.71;0;2.6;13737
+74092;44.60644;4.54434;246;20220307;13;-3.4;4.8;1.3;3.91;0;1.74;15407
+74092;44.60644;4.54434;246;20220308;7.8;-4.4;1.7;.9;5.01;0;1.15;13412
+74092;44.60644;4.54434;246;20220309;12.3;.5;6.4;1.1;7.31;0;1.39;13342
+74092;44.60644;4.54434;246;20220310;11.6;6.1;8.9;1.1;9.51;3.8;1.15;9135
+74092;44.60644;4.54434;246;20220311;11.4;8.4;9.9;2.9;9.41;3.5;1.34;6760
+74092;44.60644;4.54434;246;20220312;8.5;5.6;7.1;2.3;9.11;9.8;.87;6720
+74092;44.60644;4.54434;246;20220313;8.2;6.2;7.2;2.3;8.91;20.2;.88;5603
+74092;44.60644;4.54434;246;20220314;13.4;5.2;9.3;.9;10.01;2;1.37;11734
+74092;44.60644;4.54434;246;20220315;14.9;9;12;2.2;10.21;0;1.71;10027
+74092;44.60644;4.54434;246;20220316;16.2;6.5;11.4;1.3;10.51;0;1.71;13070
+74092;44.60644;4.54434;246;20220317;17.6;7.4;12.5;3.3;10.21;0;2.32;13556
+74092;44.60644;4.54434;246;20220318;15.5;10.3;12.9;5;9.11;.1;2.67;9712
+74092;44.60644;4.54434;246;20220319;18.4;4.1;11.3;1.4;8.01;0;2.28;16445
+74092;44.60644;4.54434;246;20220320;12.9;4.1;8.5;1.5;7.81;0;1.7;12982
+74092;44.60644;4.54434;246;20220321;14.1;7.3;10.7;2.5;6.91;0;2.29;11501
+74092;44.60644;4.54434;246;20220322;15.8;-.6;7.6;2.3;5.61;0;2.57;18186
+74092;44.60644;4.54434;246;20220323;17.3;-1.4;8;1.4;5.61;0;2.46;19635
+74092;44.60644;4.54434;246;20220324;20.2;.5;10.4;1.6;5.31;0;2.95;20143
+74092;44.60644;4.54434;246;20220325;21.1;.2;10.7;1.4;5.11;0;2.95;20341
+74092;44.60644;4.54434;246;20220326;21.1;1.4;11.3;1.7;6.21;0;3.1;20538
+74092;44.60644;4.54434;246;20220327;21.8;2.5;12.2;1.3;6.31;0;2.99;20735
+74092;44.60644;4.54434;246;20220328;21.5;2.7;12.1;1.7;5.81;0;3.26;20674
+74092;44.60644;4.54434;246;20220329;18.1;4.3;11.2;1.7;8.11;2.6;2.59;17844
+74092;44.60644;4.54434;246;20220330;16.1;8.6;12.4;1.2;10.61;.7;1.95;13212
+74092;44.60644;4.54434;246;20220331;16.9;4.4;10.7;3.2;7.61;4;2.91;17288
+74092;44.60644;4.54434;246;20220401;8.3;4.2;6.3;6.4;4.81;.5;2.64;9884
+74092;44.60644;4.54434;246;20220402;7.1;2.7;4.9;6.6;4.01;0;2.68;10341
+74092;44.60644;4.54434;246;20220403;8.3;1.9;5.1;6.9;4.31;0;2.77;12635
+74092;44.60644;4.54434;246;20220404;13.9;.3;7.1;3.5;4.71;0;3.07;18696
+74092;44.60644;4.54434;246;20220405;15.9;2.5;9.2;4.8;7.16;0;3.63;22500
+74092;44.60644;4.54434;246;20220406;18.7;6.6;12.7;2.1;9.61;1.4;2.81;17924
+74092;44.60644;4.54434;246;20220407;18.3;7.3;12.8;2.8;10.31;.2;2.78;17222
+74092;44.60644;4.54434;246;20220408;21.9;10.7;16.3;2.8;9.51;0;3.7;17524
+74092;44.60644;4.54434;246;20220409;14.9;8.9;11.9;4.4;5.21;0;3.74;12863
+74092;44.60644;4.54434;246;20220410;18.3;1.9;10.1;2.6;5.31;.1;3.6;21602
+74092;44.60644;4.54434;246;20220411;15.2;2.2;8.7;2.7;8.11;0;2.57;19357
+74092;44.60644;4.54434;246;20220412;18.2;4.3;11.3;1.7;8.21;0;2.94;20180
+74092;44.60644;4.54434;246;20220413;21.2;4.6;12.9;1.5;8.41;0;3.35;22245
+74092;44.60644;4.54434;246;20220414;25.7;7.8;16.8;3.8;10.61;0;4.85;23283
+74092;44.60644;4.54434;246;20220415;27.1;12.4;19.8;4.6;11.41;0;5.5;21232
+74092;44.60644;4.54434;246;20220416;22.8;13.9;18.3;7.5;9.96;0;6.58;24200
+74092;44.60644;4.54434;246;20220417;23.3;9.5;16.4;2.4;7.61;0;4.26;20863
+74092;44.60644;4.54434;246;20220418;24.6;5;14.8;1.8;7.01;0;4.28;24824
+74092;44.60644;4.54434;246;20220419;23.7;6.7;15.2;2.6;6.81;0;4.61;23509
+74092;44.60644;4.54434;246;20220420;17.2;8.6;12.9;1.6;10.41;6.3;2.62;16762
+74092;44.60644;4.54434;246;20220421;21;10.5;15.8;.7;12.11;.2;2.91;18672
+74092;44.60644;4.54434;246;20220422;22.7;7.6;15.2;2.1;10.31;0;3.84;22590
+74092;44.60644;4.54434;246;20220423;15.6;8.8;12.2;3.5;10.76;18.3;1.8;3200
+74092;44.60644;4.54434;246;20220424;15;6.7;10.9;1;10.71;.1;2.29;16898
+74092;44.60644;4.54434;246;20220425;21.5;5.8;13.7;1.9;10.11;0;3.66;23481
+74092;44.60644;4.54434;246;20220426;21.9;6.1;14;2.9;9.81;0;4.05;23701
+74092;44.60644;4.54434;246;20220427;23.9;8.4;16.2;2.4;9.21;0;4.44;23613
+74092;44.60644;4.54434;246;20220428;25.9;7.4;16.7;1.7;10.31;.1;4.47;25972
+74092;44.60644;4.54434;246;20220429;25.5;8.2;16.9;2.7;10.21;.1;4.84;25252
+74092;44.60644;4.54434;246;20220430;23.5;12.7;18.1;3.7;9.31;0;4.91;20012
+74092;44.60644;4.54434;246;20220501;22.7;9.9;16.3;4;8.21;0;5.03;21930
+74092;44.60644;4.54434;246;20220502;23.8;7.3;15.6;2;9.01;.2;4.4;25068
+74092;44.60644;4.54434;246;20220503;23.5;11.2;17.4;1.3;11.71;1.4;3.77;21725
+74092;44.60644;4.54434;246;20220504;23.1;7.4;15.3;1.7;11.71;5.2;3.95;24705
+74092;44.60644;4.54434;246;20220505;20.6;11.4;16;4.8;9.91;.1;4.4;18949
+74092;44.60644;4.54434;246;20220506;21.1;13.3;17.2;8.2;9.61;0;5.5;17515
+74092;44.60644;4.54434;246;20220507;24.8;14.5;19.7;6.2;9.61;0;6.3;20263
+74092;44.60644;4.54434;246;20220508;25;12.3;18.7;2.9;10.71;.9;4.88;22635
+74092;44.60644;4.54434;246;20220509;25.7;8.8;17.3;1;13.11;.7;4.25;26271
+74092;44.60644;4.54434;246;20220510;27.5;11;19.3;1.6;13.51;.1;4.73;26073
+74092;44.60644;4.54434;246;20220511;27.7;10.7;19.2;2.2;12.31;0;5.14;26586
+74092;44.60644;4.54434;246;20220512;25.7;9.9;17.8;2.1;11.81;.1;4.73;25732
+74092;44.60644;4.54434;246;20220513;27.8;8.6;18.2;1.5;12.41;0;4.96;28470
+74092;44.60644;4.54434;246;20220514;29.5;14.7;22.1;1.6;15.31;0;4.98;25104
+74092;44.60644;4.54434;246;20220515;27.5;13.9;20.7;1.9;13.61;.2;4.83;24150
+74092;44.60644;4.54434;246;20220516;28.9;10.7;19.8;1.7;11.51;0;5.33;28085
+74092;44.60644;4.54434;246;20220517;32.2;11.9;22.1;1.3;14.11;0;5.54;28916
+74092;44.60644;4.54434;246;20220518;33;14.7;23.9;1.7;15.11;0;5.91;28372
+74092;44.60644;4.54434;246;20220519;29.5;14.2;21.9;1.9;14.81;0;5.27;26013
+74092;44.60644;4.54434;246;20220520;29.1;11.3;20.2;2.4;13.41;0;5.62;28174
+74092;44.60644;4.54434;246;20220521;33.3;13.2;23.3;1.4;14.21;0;5.86;29319
+74092;44.60644;4.54434;246;20220522;33;15.9;24.5;1.7;16.81;0;5.85;27791
+74092;44.60644;4.54434;246;20220523;27.1;15.9;21.5;2.2;15.81;0;4.69;22514
+74092;44.60644;4.54434;246;20220524;23.9;17.1;20.5;3.3;10.81;0;4.85;17540
+74092;44.60644;4.54434;246;20220525;25.9;15.5;20.7;5.7;9.21;0;6.82;21814
+74092;44.60644;4.54434;246;20220526;27.4;16.1;21.8;5.9;10.01;0;7.23;22813
+74092;44.60644;4.54434;246;20220527;29.9;16;23;6.2;12.11;0;7.75;25397
+74092;44.60644;4.54434;246;20220528;27.4;15.6;21.5;7.3;9.81;0;7.83;23440
+74092;44.60644;4.54434;246;20220529;24.8;13.5;19.2;5.5;7.11;0;6.89;22990
+74092;44.60644;4.54434;246;20220530;25.7;8.9;17.3;1.9;8.21;.2;5.26;28153
+74092;44.60644;4.54434;246;20220531;26.5;14.4;20.5;1.6;12.41;.6;4.75;23909
+74092;44.60644;4.54434;246;20220601;31.1;11.2;21.2;1.9;13.31;0;6;30188
+74092;44.60644;4.54434;246;20220602;31.8;13.7;22.8;1.8;13.71;.1;6.06;29420
+74092;44.60644;4.54434;246;20220603;31.3;17;24.2;1.7;14.21;0;5.67;26173
+74092;44.60644;4.54434;246;20220604;32.1;16.4;24.3;2.4;15.91;.5;6.21;27486
+74092;44.60644;4.54434;246;20220605;31.4;18.9;25.2;2.2;16.81;1.1;5.72;24541
+74092;44.60644;4.54434;246;20220606;32.4;14.8;23.6;1.9;12.81;.6;6.29;29214
+74092;44.60644;4.54434;246;20220607;29.6;17.1;23.4;3.4;12.61;0;6.37;24617
+74092;44.60644;4.54434;246;20220608;26.2;14.3;20.3;1.6;11.71;.9;4.79;24047
+74092;44.60644;4.54434;246;20220609;25.4;16.6;21;5.7;10.01;0;6.59;20670
+74092;44.60644;4.54434;246;20220610;30.5;16.2;23.4;5.9;10.21;0;8.38;26450
+74092;44.60644;4.54434;246;20220611;35.1;18.7;26.9;4.7;9.71;0;9.29;28373
+74092;44.60644;4.54434;246;20220612;36.9;15.8;26.4;1.6;10.91;.3;6.87;30687
+74092;44.60644;4.54434;246;20220613;32.7;19.3;26;3.7;14.71;0;7.17;25670
+74092;44.60644;4.54434;246;20220614;36.4;15.8;26.1;2.3;10.81;0;7.52;30736
+74092;44.60644;4.54434;246;20220615;35.2;18;26.6;2;14.21;0;6.83;29157
+74092;44.60644;4.54434;246;20220616;38.6;18.2;28.4;2.2;14.31;0;7.7;30772
+74092;44.60644;4.54434;246;20220617;38.8;23.1;31;4.4;12.11;0;9.81;27873
+74092;44.60644;4.54434;246;20220618;36.9;19.6;28.3;2.8;12.31;0;7.96;29280
+74092;44.60644;4.54434;246;20220619;34;17.5;25.8;2.8;14.51;0;7.11;28596
+74092;44.60644;4.54434;246;20220620;33.2;16.3;24.8;2.6;14.11;0;6.85;28947
+74092;44.60644;4.54434;246;20220621;30.2;18.7;24.5;1.9;18.71;2.1;5.2;23834
+74092;44.60644;4.54434;246;20220622;26.6;20.9;23.8;1.9;21.91;2.2;3.68;16704
+74092;44.60644;4.54434;246;20220623;29.9;19.5;24.7;2.5;19.81;6.1;5.18;22646
+74092;44.60644;4.54434;246;20220624;26.8;18.2;22.5;1.5;17.98;8.9;4.4;21180
+74092;44.60644;4.54434;246;20220625;30;15.4;22.7;2.4;16.45;4.9;5.92;27454
+74092;44.60644;4.54434;246;20220626;30.5;17.3;23.9;3;18.82;0;5.47;22535
+74092;44.60644;4.54434;246;20220627;27.2;18;22.6;4.6;16.52;0;5.37;19372
+74092;44.60644;4.54434;246;20220628;27.2;17.4;22.3;5.2;14.98;0;6.15;23233
+74092;44.60644;4.54434;246;20220629;30.7;16.6;23.6;2.7;14.95;0;6.36;27937
+74092;44.60644;4.54434;246;20220630;29.4;16.6;23;3.2;16.88;6.3;5.81;24630
+74092;44.60644;4.54434;246;20220701;24.9;13.4;19.2;5.4;12.95;0;5.9;26467
+74092;44.60644;4.54434;246;20220702;32.9;13.8;23.3;2.7;12.28;0;7.2;30901
+74092;44.60644;4.54434;246;20220703;35.3;15;25.2;1.7;14.98;.1;6.57;29596
+74092;44.60644;4.54434;246;20220704;31.6;20.3;26;3.6;18.15;3.9;6.49;24652
+74092;44.60644;4.54434;246;20220705;29.6;18.8;24.2;4.6;15.25;0;6.9;25799
+74092;44.60644;4.54434;246;20220706;29;17.5;23.3;5.5;12.05;0;7.62;26437
+74092;44.60644;4.54434;246;20220707;28.6;16.9;22.8;6.4;11.68;0;7.95;26317
+74092;44.60644;4.54434;246;20220708;28.2;18;23.1;7.4;12.98;0;7.87;25154
+74092;44.60644;4.54434;246;20220709;30.8;17.2;24;4.9;11.95;0;7.91;27732
+74092;44.60644;4.54434;246;20220710;30.8;19.5;25.1;5.8;12.98;0;8.15;25833
+74092;44.60644;4.54434;246;20220711;32.3;17.8;25.1;4.1;13.65;0;7.6;27735
+74092;44.60644;4.54434;246;20220712;33.3;18.1;25.7;3.2;14.32;0;7.3;28363
+74092;44.60644;4.54434;246;20220713;35;17.3;26.2;2.1;13.42;0;6.94;28970
+74092;44.60644;4.54434;246;20220714;36.8;17.6;27.2;1.5;17.95;0;6.51;29331
+74092;44.60644;4.54434;246;20220715;35;19.3;27.2;3.3;16.22;0;7.54;27719
+74092;44.60644;4.54434;246;20220716;33.5;20.5;27;5.1;11.72;0;8.89;26673
+74092;44.60644;4.54434;246;20220717;34.9;19.6;27.3;3.9;11.72;0;8.37;27917
+74092;44.60644;4.54434;246;20220718;37.8;19.4;28.6;2.3;15.18;0;7.44;28694
+74092;44.60644;4.54434;246;20220719;36.6;19.8;28.2;2.7;17.38;0;7.29;27452
+74092;44.60644;4.54434;246;20220720;35.9;19.1;27.5;2.7;18.92;0;7.03;27452
+74092;44.60644;4.54434;246;20220721;34.1;21.4;27.8;4.3;15.52;0;7.92;25993
+74092;44.60644;4.54434;246;20220722;37.5;18.5;28;2.6;15.62;1.1;7.48;27741
+74092;44.60644;4.54434;246;20220723;32.8;21.9;27.4;3.7;20.32;0;6.5;23336
+74092;44.60644;4.54434;246;20220724;36.7;19.7;28.2;3.6;15.68;0;8.08;27725
+74092;44.60644;4.54434;246;20220725;35.8;18.9;27.3;2.6;17.08;.4;6.52;24169
+74092;44.60644;4.54434;246;20220726;30.3;21.4;25.9;5.5;14.82;0;7.46;23054
+74092;44.60644;4.54434;246;20220727;30;17.9;23.9;4.9;12.22;0;7.4;25336
+74092;44.60644;4.54434;246;20220728;33.4;16.2;24.8;2.3;12.22;0;6.39;25840
+74092;44.60644;4.54434;246;20220729;28;17.7;22.9;2.2;16.78;2.8;4.18;16467
+74092;44.60644;4.54434;246;20220730;32;17.8;24.9;4.2;13.65;0;7.35;26092
+74092;44.60644;4.54434;246;20220731;34.1;18.3;26.2;3.8;12.88;0;7.66;26303
+74092;44.60644;4.54434;246;20220801;35.6;21;28.3;3.9;13.38;0;8.16;26111
+74092;44.60644;4.54434;246;20220802;35;21.5;28.3;3.9;14.08;0;7.84;25321
+74092;44.60644;4.54434;246;20220803;36.9;16.9;26.9;2.3;15.05;0;6.89;27317
+74092;44.60644;4.54434;246;20220804;37.3;18.6;27.9;2.7;16.85;0;7.14;26737
+74092;44.60644;4.54434;246;20220805;36.5;21.3;28.9;2.7;19.55;1.7;6.43;22962
+74092;44.60644;4.54434;246;20220806;32.7;21.2;26.9;5.2;15.68;0;7.7;23578
+74092;44.60644;4.54434;246;20220807;32.4;19.6;26;4.2;13.45;0;7.29;24403
+74092;44.60644;4.54434;246;20220808;33.5;19.7;26.6;3.7;12.02;0;7.45;24941
+74092;44.60644;4.54434;246;20220809;35.3;17.9;26.6;2.7;11.45;0;6.93;25741
+74092;44.60644;4.54434;246;20220810;36.9;18.1;27.5;1.8;11.41;0;6.29;26682
+74092;44.60644;4.54434;246;20220811;35.9;17.9;26.9;2.1;14.71;0;6.26;25962
+74092;44.60644;4.54434;246;20220812;37.7;21.4;29.6;1.6;15.91;0;5.91;24557
+74092;44.60644;4.54434;246;20220813;36.9;18.3;27.6;2.2;15.81;7.2;6.44;26101
+74092;44.60644;4.54434;246;20220814;27.3;21.5;24.4;1.9;21.61;17.6;3.35;14381
+74092;44.60644;4.54434;246;20220815;31.5;15.7;23.6;1.6;15.91;0;4.9;23759
+74092;44.60644;4.54434;246;20220816;33.6;15.3;24.5;2;16.41;2.4;5.55;25436
+74092;44.60644;4.54434;246;20220817;26.8;18.3;22.6;1.5;20.11;11.6;3.43;17150
+74092;44.60644;4.54434;246;20220818;24.7;14.9;19.8;3.4;16.88;.6;3.64;16521
+74092;44.60644;4.54434;246;20220819;26;18.1;22;4;17.38;0;3.9;13581
+74092;44.60644;4.54434;246;20220820;28.3;18.9;23.6;4.3;16.95;0;5.34;20124
+74092;44.60644;4.54434;246;20220821;28.5;17.5;23;4.2;14.05;0;5.66;19856
+74092;44.60644;4.54434;246;20220822;29.2;17.2;23.2;4.5;14.12;.1;6.11;21703
+74092;44.60644;4.54434;246;20220823;30.7;19.1;24.9;4.5;15.52;0;6.36;21362
+74092;44.60644;4.54434;246;20220824;33.6;18;25.8;2.3;15.52;0;5.63;22878
+74092;44.60644;4.54434;246;20220825;34.2;17.1;25.7;1.9;17.11;2.2;5.22;23174
+74092;44.60644;4.54434;246;20220826;31.7;20.4;26.1;3.4;16.71;.1;5.46;18658
+74092;44.60644;4.54434;246;20220827;29.7;18.5;24.1;3.6;15.91;0;5.11;18440
+74092;44.60644;4.54434;246;20220828;32.3;15.8;24.1;1.5;15.81;0;4.58;22272
+74092;44.60644;4.54434;246;20220829;33.6;16.5;25.1;1.9;17.31;.3;4.97;22509
+74092;44.60644;4.54434;246;20220830;30.7;20.6;25.7;1.5;21.61;13.1;3.75;17111
+74092;44.60644;4.54434;246;20220831;29.6;17;23.3;3;16.31;0;4.65;18994
+74092;44.60644;4.54434;246;20220901;30.7;15.8;23.3;1.9;15.21;0;4.42;20516
+74092;44.60644;4.54434;246;20220902;27.4;16.1;21.8;1.7;17.01;4.5;3.53;17693
+74092;44.60644;4.54434;246;20220903;28.3;16.6;22.5;1.8;18.81;0;3.58;17864
+74092;44.60644;4.54434;246;20220904;30;17.2;23.6;1.8;19.31;.2;3.85;18544
+74092;44.60644;4.54434;246;20220905;29.2;19.2;24.2;1.1;21.81;3.1;3.21;16226
+74092;44.60644;4.54434;246;20220906;29;17.7;23.4;1.5;20.91;2.6;3.38;17120
+74092;44.60644;4.54434;246;20220907;26.6;17.2;21.9;1.6;19.91;46.5;2.98;15460
+74092;44.60644;4.54434;246;20220908;27.1;13.6;20.4;1.6;15.71;0;3.41;18418
+74092;44.60644;4.54434;246;20220909;25.7;13.9;19.8;1.6;13.71;0;3.27;17053
+74092;44.60644;4.54434;246;20220910;25.9;11.6;18.8;2.3;11.81;0;3.78;18632
+74092;44.60644;4.54434;246;20220911;28.4;13.9;21.2;2.7;12.41;0;4.37;18596
+74092;44.60644;4.54434;246;20220912;29.5;12.1;20.8;1.3;15.31;.2;3.6;20211
+74092;44.60644;4.54434;246;20220913;25.7;18.2;22;2;21.91;18.1;2.51;13061
+74092;44.60644;4.54434;246;20220914;24;19.1;21.6;1.5;20.71;10.9;2.12;10410
+74092;44.60644;4.54434;246;20220915;28.5;15.2;21.9;.9;18.21;2;3;17151
+74092;44.60644;4.54434;246;20220916;25.8;14.3;20.1;3.4;14.51;.1;3.7;15779
+74092;44.60644;4.54434;246;20220917;19.4;11.7;15.6;5.9;8.71;0;4.08;12741
+74092;44.60644;4.54434;246;20220918;23.9;9.8;16.9;5;8.11;0;4.91;17161
+74092;44.60644;4.54434;246;20220919;23.2;11.2;17.2;5.1;8.31;0;4.78;15656
+74092;44.60644;4.54434;246;20220920;23.7;9.8;16.8;5;7.81;0;4.89;16701
+74092;44.60644;4.54434;246;20220921;23.3;9.6;16.5;3.3;8.61;0;3.86;16411
+74092;44.60644;4.54434;246;20220922;24.8;7.5;16.2;1.6;10.61;.1;3.01;18284
+74092;44.60644;4.54434;246;20220923;21.3;12.4;16.9;1.1;14.51;19.1;2.05;12908
+74092;44.60644;4.54434;246;20220924;21.7;13.8;17.8;1.5;15.41;4;2.08;12019
+74092;44.60644;4.54434;246;20220925;21.1;11.6;16.4;2.1;13.21;.7;2.32;13065
+74092;44.60644;4.54434;246;20220926;20.8;9.1;15;2.2;10.21;1.3;2.61;14371
+74092;44.60644;4.54434;246;20220927;18.9;10.6;14.8;2.2;10.21;.1;2.33;11934
+74092;44.60644;4.54434;246;20220928;22.3;12.4;17.4;1.9;11.91;1.5;2.52;12914
+74092;44.60644;4.54434;246;20220929;19.6;11.3;15.5;2.1;11.71;.5;2.18;11673
+74092;44.60644;4.54434;246;20220930;15.6;8.1;11.9;2.9;9.41;.3;2.01;10960
+74092;44.60644;4.54434;246;20221001;19.6;4.8;12.2;.8;10.31;0;1.85;15325
+74092;44.60644;4.54434;246;20221002;27.6;10.8;19.2;1.3;12.61;0;2.74;16159
+74092;44.60644;4.54434;246;20221003;24.2;12.9;18.6;4.4;12.21;0;3.62;13057
+74092;44.60644;4.54434;246;20221004;25.8;7.9;16.9;1.1;11.21;.1;2.42;16308
+74092;44.60644;4.54434;246;20221005;22.5;8.2;15.4;1.9;12.61;.4;2.23;14381
+74092;44.60644;4.54434;246;20221006;25.3;8.4;16.9;2.3;12.81;0;2.74;15472
+74092;44.60644;4.54434;246;20221007;23.4;9.4;16.4;1.1;13.51;1.6;1.99;13894
+74092;44.60644;4.54434;246;20221008;21.7;15.1;18.4;2;15.01;1.9;1.94;9347
+74092;44.60644;4.54434;246;20221009;18;10.9;14.5;1.3;12.71;1.9;1.46;9587
+74092;44.60644;4.54434;246;20221010;23.4;12.7;18.1;1.3;14.61;.2;1.91;11683
+74092;44.60644;4.54434;246;20221011;24.8;9.2;17;1.3;13.41;0;2.09;13986
+74092;44.60644;4.54434;246;20221012;23.8;12.4;18.1;1.3;13.71;.1;1.95;11773
+74092;44.60644;4.54434;246;20221013;21;9.2;15.1;.8;13.41;.9;1.51;11834
+74092;44.60644;4.54434;246;20221014;20.9;12.3;16.6;.8;14.61;.2;1.42;9940
+74092;44.60644;4.54434;246;20221015;24.9;8.4;16.7;1.6;13.11;0;2.11;13692
+74092;44.60644;4.54434;246;20221016;21;12.4;16.7;1.2;16.51;0;1.36;9691
+74092;44.60644;4.54434;246;20221017;23.5;14.5;19;1.7;16.61;0;1.74;9794
+74092;44.60644;4.54434;246;20221018;24.3;12.6;18.5;1.1;15.31;.5;1.68;11059
+74092;44.60644;4.54434;246;20221019;22.3;9.5;15.9;1.1;15.01;1.4;1.47;11431
+74092;44.60644;4.54434;246;20221020;18.9;15.6;17.3;2.4;18.31;18.9;.94;5606
+74092;44.60644;4.54434;246;20221021;19.8;16.5;18.2;2.1;18.41;47.8;1.08;5532
+74092;44.60644;4.54434;246;20221022;23;14.4;18.7;1.5;16.91;.3;1.5;8966
+74092;44.60644;4.54434;246;20221023;21.9;15.1;18.5;2.3;18.71;5.2;1.29;7841
+74092;44.60644;4.54434;246;20221024;24.2;16.8;20.5;1.6;18.21;6.9;1.56;8083
+74092;44.60644;4.54434;246;20221025;23.2;10.5;16.9;.8;14.11;0;1.34;10527
+74092;44.60644;4.54434;246;20221026;24.9;13.5;19.2;1.1;16.91;0;1.47;9830
+74092;44.60644;4.54434;246;20221027;22.5;16.3;19.4;.8;17.51;.1;1.16;7088
+74092;44.60644;4.54434;246;20221028;21.9;11.5;16.7;.7;15.11;0;1.13;9132
+74092;44.60644;4.54434;246;20221029;22.8;9.1;16;.8;13.41;.2;1.22;10381
+74092;44.60644;4.54434;246;20221030;22.6;9.1;15.9;1.3;13.31;0;1.36;10167
+74092;44.60644;4.54434;246;20221031;20.9;12.4;16.7;2.2;15.81;90;1.24;7910
+74092;44.60644;4.54434;246;20221101;22.4;14.7;18.6;1.5;15.91;0;1.32;7416
+74092;44.60644;4.54434;246;20221102;20;9.9;15;2.2;11.11;.1;1.6;8418
+74092;44.60644;4.54434;246;20221103;12.4;5.8;9.1;1.4;10.71;7;.64;6667
+74092;44.60644;4.54434;246;20221104;15.1;6.2;10.7;2.1;8.41;2.9;1.29;7680
+74092;44.60644;4.54434;246;20221105;14.2;9.1;11.7;5.5;7.11;0;2.6;5677
+74092;44.60644;4.54434;246;20221106;17.4;3.6;10.5;1.9;7.21;0;1.44;9377
+74092;44.60644;4.54434;246;20221107;19.9;3.6;11.8;1.1;8.91;0;1.08;10081
+74092;44.60644;4.54434;246;20221108;14.1;6.3;10.2;1.3;11.71;16.9;.61;6806
+74092;44.60644;4.54434;246;20221109;15.8;12.9;14.4;3.1;14.81;51.4;.75;3999
+74092;44.60644;4.54434;246;20221110;18.6;8.7;13.7;2.5;10.81;0;1.4;7504
+74092;44.60644;4.54434;246;20221111;20.3;5.9;13.1;1.3;10.91;.1;1.03;8987
+74092;44.60644;4.54434;246;20221112;20;6.1;13.1;.8;11.41;0;.8;8715
+74092;44.60644;4.54434;246;20221113;17.2;8.4;12.8;.8;11.61;0;.71;6797
+74092;44.60644;4.54434;246;20221114;13.2;10.9;12.1;.9;12.41;19;.58;3309
+74092;44.60644;4.54434;246;20221115;12.9;10.9;11.9;.5;13.21;16.1;.5;3029
+74092;44.60644;4.54434;246;20221116;18.9;8.2;13.6;1.1;11.11;0;.85;7249
+74092;44.60644;4.54434;246;20221117;16.7;7.7;12.2;1.3;12.01;4.7;.68;6548
+74092;44.60644;4.54434;246;20221118;15.3;9.2;12.3;2.5;8.81;0;1.37;5283
+74092;44.60644;4.54434;246;20221119;12.9;3.9;8.4;4;6.81;.1;1.57;6396
+74092;44.60644;4.54434;246;20221120;14.1;2.8;8.5;2.7;6.61;.1;1.33;7116
+74092;44.60644;4.54434;246;20221121;7;2.9;5;1.3;8.01;4.3;.39;4139
+74092;44.60644;4.54434;246;20221122;13.4;4.5;9;2.1;7.21;.3;1.05;6148
+74092;44.60644;4.54434;246;20221123;10.5;3.6;7.1;1;8.31;.3;.47;5325
+74092;44.60644;4.54434;246;20221124;15.5;1.4;8.5;1.6;7.91;.2;.79;7640
+74092;44.60644;4.54434;246;20221125;13.1;3.1;8.1;1.1;8.91;3.3;.49;6329
+74092;44.60644;4.54434;246;20221126;11.1;6.9;9;4.5;8.28;0;1.29;3864
+74092;44.60644;4.54434;246;20221127;13.3;-.6;6.4;.8;7.41;.4;.41;7361
+74092;44.60644;4.54434;246;20221128;8.9;6.7;7.8;.7;10.11;21;.37;2750
+74092;44.60644;4.54434;246;20221129;10.6;3.5;7.1;3.1;7.61;.2;.86;5093
+74092;44.60644;4.54434;246;20221130;11.9;5.7;8.8;4.2;7.31;0;1.44;4700
+74092;44.60644;4.54434;246;20221201;11.1;4.1;7.6;4;6.81;0;1.31;4967
+74092;44.60644;4.54434;246;20221202;8.2;1.1;4.7;1.6;6.71;1.4;.5;4963
+74092;44.60644;4.54434;246;20221203;7;4.1;5.6;2.4;8.51;16.7;.35;3056
+74092;44.60644;4.54434;246;20221204;9.1;5;7.1;.8;8.61;15.3;.39;3653
+74092;44.60644;4.54434;246;20221205;10.7;-1.4;4.7;1.1;6.31;.1;.43;6411
+74092;44.60644;4.54434;246;20221206;10.5;-3.1;3.7;1.2;5.61;.1;.46;6767
+74092;44.60644;4.54434;246;20221207;7.5;-1.2;3.2;3.4;5.61;0;.79;5328
+74092;44.60644;4.54434;246;20221208;6.5;-4.4;1.1;1.2;5.71;24.4;.28;5958
+74092;44.60644;4.54434;246;20221209;12;3.4;7.7;1.3;8.91;2.2;.4;5235
+74092;44.60644;4.54434;246;20221210;6.7;3.8;5.3;3.6;6.11;0;1.01;2919
+74092;44.60644;4.54434;246;20221211;6.8;-1.7;2.6;3.5;3.61;0;1.3;5152
+74092;44.60644;4.54434;246;20221212;6.1;-5.1;.5;.5;4.61;6.1;.2;5926
+74092;44.60644;4.54434;246;20221213;2.7;.2;1.5;0;6.61;7.8;.26;2657
+74092;44.60644;4.54434;246;20221214;8.2;2.2;5.2;.4;9.11;.9;.21;4239
+74092;44.60644;4.54434;246;20221215;9.5;6.6;8.1;2.3;9.91;25.4;.4;2862
+74092;44.60644;4.54434;246;20221216;10.5;3.3;6.9;3.4;7.11;0;.95;4643
+74092;44.60644;4.54434;246;20221217;10.3;-.5;4.9;3.7;4.01;0;1.59;5731
+74092;44.60644;4.54434;246;20221218;9.4;-4.8;2.3;.6;5.81;0;.19;6598
+74092;44.60644;4.54434;246;20221219;12;5.6;8.8;1.4;10.71;2.2;.3;4342
+74092;44.60644;4.54434;246;20221220;13.5;10.6;12.1;2.1;12.41;14.5;.54;2839
+74092;44.60644;4.54434;246;20221221;15.6;10.9;13.3;.8;12.21;1.6;.49;3682
+74092;44.60644;4.54434;246;20221222;13.3;6.2;9.8;1.4;10.61;.5;.4;4585
+74092;44.60644;4.54434;246;20221223;15.5;8.6;12.1;.9;11.81;0;.42;4520
+74092;44.60644;4.54434;246;20221224;17.9;7.4;12.7;1;11.21;.3;.49;5642
+74092;44.60644;4.54434;246;20221225;9.8;3.3;6.6;.6;9.61;0;.22;4393
+74092;44.60644;4.54434;246;20221226;16.6;8;12.3;.8;11.41;.1;.42;5102
+74092;44.60644;4.54434;246;20221227;15.5;4.8;10.2;2.3;8.31;0;.97;5736
+74092;44.60644;4.54434;246;20221228;10.7;-.2;5.3;.7;7.71;.1;.24;5809
+74092;44.60644;4.54434;246;20221229;12.5;7.5;10;.3;10.41;1.5;.32;3867
+74092;44.60644;4.54434;246;20221230;11.8;7.6;9.7;.8;11.01;.2;.35;3538
+74092;44.60644;4.54434;246;20221231;10.7;4.8;7.8;.6;10.31;0;.26;4259
+74093;44.6224;4.85809;175;20220101;11.2;1.8;6.5;1.9;8.59;.1;.51;6317
+74093;44.6224;4.85809;175;20220102;8.7;4.9;6.8;1.9;9.59;0;.36;3122
+74093;44.6224;4.85809;175;20220103;13;5;9;1.6;9.42;0;.53;5799
+74093;44.6224;4.85809;175;20220104;12.1;4.6;8.3;3;10.15;5.3;.54;4316
+74093;44.6224;4.85809;175;20220105;6.1;4.9;5.5;7.4;6.55;0;1.34;3862
+74093;44.6224;4.85809;175;20220106;6.3;3.3;4.8;7.8;5.65;0;1.61;4812
+74093;44.6224;4.85809;175;20220107;6.9;.3;3.6;3.4;5.69;1.2;.88;5410
+74093;44.6224;4.85809;175;20220108;8.6;1.7;5.2;2.1;7.42;.9;.49;5522
+74093;44.6224;4.85809;175;20220109;8.5;3.4;6;1.9;7.25;.5;.62;4324
+74093;44.6224;4.85809;175;20220110;6.6;3.5;5;5.5;6.82;0;1;4480
+74093;44.6224;4.85809;175;20220111;4.5;1.7;3.1;6.8;5.79;0;1.05;4502
+74093;44.6224;4.85809;175;20220112;4.3;1.9;3.1;7.2;5.12;0;1.39;5038
+74093;44.6224;4.85809;175;20220113;5;-1.2;1.9;3.9;4.89;0;.92;6232
+74093;44.6224;4.85809;175;20220114;8.8;-6.3;1.2;1.8;4.84;0;.54;8032
+74093;44.6224;4.85809;175;20220115;8.9;-3.9;2.5;1.7;5.12;0;.59;8023
+74093;44.6224;4.85809;175;20220116;10;-4.3;2.8;4.4;4.69;0;1.45;8316
+74093;44.6224;4.85809;175;20220117;5.6;.5;3.1;7.8;6.15;0;.98;5966
+74093;44.6224;4.85809;175;20220118;6.8;2.8;4.8;4.4;5.95;0;1.16;5821
+74093;44.6224;4.85809;175;20220119;8.3;-3.8;2.2;1.8;6.12;0;.53;6418
+74093;44.6224;4.85809;175;20220120;6.4;3.1;4.7;7;6.45;0;1.21;5298
+74093;44.6224;4.85809;175;20220121;5.8;1.6;3.7;8.4;4.99;0;1.74;5942
+74093;44.6224;4.85809;175;20220122;5.9;0;2.9;7;5.42;0;1.27;6067
+74093;44.6224;4.85809;175;20220123;6.2;2.5;4.3;4.9;5.89;0;1.19;5047
+74093;44.6224;4.85809;175;20220124;8.4;-.8;3.8;1.8;5.55;0;.72;7966
+74093;44.6224;4.85809;175;20220125;10.6;-5.5;2.6;1;5.62;0;.56;9297
+74093;44.6224;4.85809;175;20220126;10.1;-3;3.5;5.4;5.32;0;1.53;8920
+74093;44.6224;4.85809;175;20220127;5.7;-1.3;2.2;6.9;4.99;0;1.3;7375
+74093;44.6224;4.85809;175;20220128;5.6;-1.3;2.2;8.3;5.89;0;.97;7484
+74093;44.6224;4.85809;175;20220129;6.8;1.2;4;6.8;6.02;0;1.28;6859
+74093;44.6224;4.85809;175;20220130;11.4;3.6;7.5;7.7;7.82;0;1.63;7777
+74093;44.6224;4.85809;175;20220131;10.4;6;8.2;6.5;7.09;.1;1.87;5296
+74093;44.6224;4.85809;175;20220201;8.5;2.8;5.7;7.9;5.82;.1;1.95;7368
+74093;44.6224;4.85809;175;20220202;12.6;5.2;8.9;6.3;8.95;0;1.45;6725
+74093;44.6224;4.85809;175;20220203;13.9;7.6;10.8;3.6;8.55;0;1.6;7229
+74093;44.6224;4.85809;175;20220204;12;6;9;4;8.09;0;1.46;7723
+74093;44.6224;4.85809;175;20220205;10.7;7.7;9.2;6;6.72;0;2.28;6844
+74093;44.6224;4.85809;175;20220206;10.6;2.1;6.4;3.6;6.09;0;1.55;8323
+74093;44.6224;4.85809;175;20220207;11.1;4.5;7.8;6;6.35;.3;2.11;7891
+74093;44.6224;4.85809;175;20220208;12.3;2.4;7.3;4.2;4.99;0;2.17;9901
+74093;44.6224;4.85809;175;20220209;13.5;-3.8;4.9;2.5;6.89;0;1.18;11023
+74093;44.6224;4.85809;175;20220210;8.7;1.5;5.1;.7;8.17;0;.93;11200
+74093;44.6224;4.85809;175;20220211;10.2;1.2;5.7;5.2;6.77;0;1.55;10800
+74093;44.6224;4.85809;175;20220212;11.6;.9;6.2;2.5;6.17;0;1.43;10500
+74093;44.6224;4.85809;175;20220213;11.6;.6;6.1;1.5;7.87;3.5;.85;4200
+74093;44.6224;4.85809;175;20220214;11.1;7.4;9.2;2;9.37;14.9;.95;2200
+74093;44.6224;4.85809;175;20220215;11.1;1.3;6.2;2.5;7.17;.1;1.19;7000
+74093;44.6224;4.85809;175;20220216;10.1;2;6.1;.7;8.45;3.1;.71;7431
+74093;44.6224;4.85809;175;20220217;18.8;5.1;12;2.4;10.15;0;1.7;10280
+74093;44.6224;4.85809;175;20220218;18.8;3.5;11.2;2.6;9.75;0;1.79;12471
+74093;44.6224;4.85809;175;20220219;11;7.3;9.2;5.9;6.52;0;2.46;7170
+74093;44.6224;4.85809;175;20220220;14.1;3.3;8.7;3.6;6.82;0;2.07;11707
+74093;44.6224;4.85809;175;20220221;12.8;4.2;8.5;3.2;7.52;1.8;1.68;10104
+74093;44.6224;4.85809;175;20220222;12.7;5.8;9.3;6.5;7.49;0;2.37;10605
+74093;44.6224;4.85809;175;20220223;16;8.4;12.2;4.1;8.55;0;2.41;11048
+74093;44.6224;4.85809;175;20220224;14.5;4;9.3;2.9;8.99;0;1.51;10079
+74093;44.6224;4.85809;175;20220225;10.8;4;7.4;6.8;5.75;0;2.59;10908
+74093;44.6224;4.85809;175;20220226;12.1;2.9;7.5;4;5.45;0;2.32;12433
+74093;44.6224;4.85809;175;20220227;13.9;-3.8;5.1;1.4;5.59;0;1.53;14711
+74093;44.6224;4.85809;175;20220228;14.7;-1.6;6.6;2.3;6.15;0;1.9;14748
+74093;44.6224;4.85809;175;20220301;14.3;1.2;7.8;2.9;6.32;0;2.08;13934
+74093;44.6224;4.85809;175;20220302;11.7;2.3;7;2.1;7.52;0;1.32;9162
+74093;44.6224;4.85809;175;20220303;16.4;.8;8.6;2;7.75;0;1.88;14721
+74093;44.6224;4.85809;175;20220304;15.7;2.8;9.3;4.8;6.32;0;2.96;14628
+74093;44.6224;4.85809;175;20220305;13.2;1.3;7.2;3.9;3.89;0;2.87;14178
+74093;44.6224;4.85809;175;20220306;11.4;-.6;5.4;3.5;3.79;0;2.47;14256
+74093;44.6224;4.85809;175;20220307;12.7;-4;4.3;1.7;4.22;0;1.9;16084
+74093;44.6224;4.85809;175;20220308;11.7;-4.7;3.5;1.8;5.75;0;1.49;13112
+74093;44.6224;4.85809;175;20220309;13.5;.3;6.9;1.8;7.25;0;1.54;11994
+74093;44.6224;4.85809;175;20220310;14.9;-.8;7;3;8.42;1.4;1.76;14585
+74093;44.6224;4.85809;175;20220311;13.7;8.1;10.9;5.6;8.22;.5;2.47;8352
+74093;44.6224;4.85809;175;20220312;14.1;8.4;11.3;4.2;7.59;3.7;2.52;8785
+74093;44.6224;4.85809;175;20220313;12.1;7.5;9.8;4.1;8.82;14;1.68;6316
+74093;44.6224;4.85809;175;20220314;14.1;4.2;9.1;1.2;10.19;1.3;1.38;11502
+74093;44.6224;4.85809;175;20220315;16.2;8.8;12.5;4.1;10.25;0;2.2;10760
+74093;44.6224;4.85809;175;20220316;16.8;6.9;11.8;2.3;10.39;0;1.98;11992
+74093;44.6224;4.85809;175;20220317;15.7;7.4;11.6;4.2;10.79;0;1.98;10975
+74093;44.6224;4.85809;175;20220318;12.6;9.5;11;5.5;9.97;.3;2.14;10700
+74093;44.6224;4.85809;175;20220319;18.9;6;12.4;2;9.17;0;2.57;16100
+74093;44.6224;4.85809;175;20220320;14.2;4.3;9.2;2.1;7.17;0;1.81;6800
+74093;44.6224;4.85809;175;20220321;15.8;9;12.4;2.2;6.87;0;2.72;14200
+74093;44.6224;4.85809;175;20220322;16.5;-1;7.7;1.7;6.17;0;2.49;19100
+74093;44.6224;4.85809;175;20220323;17.3;-1;8.1;1.4;6.37;0;2.46;19300
+74093;44.6224;4.85809;175;20220324;20.2;1.5;10.8;1.6;6.27;0;2.97;20000
+74093;44.6224;4.85809;175;20220325;21.1;-.6;10.2;.6;6.07;0;2.33;19100
+74093;44.6224;4.85809;175;20220326;21.4;.7;11;.8;7.07;0;2.58;20100
+74093;44.6224;4.85809;175;20220327;20.4;1.6;11;.6;7.87;0;1.98;13700
+74093;44.6224;4.85809;175;20220328;21.7;1.2;11.4;1.5;6.87;0;3.02;19100
+74093;44.6224;4.85809;175;20220329;18.4;4.3;11.3;2;8.47;2.8;2.58;14900
+74093;44.6224;4.85809;175;20220330;15.7;9;12.3;1.4;10.97;.3;1.7;9200
+74093;44.6224;4.85809;175;20220331;15.3;8;11.6;3.3;9.27;3.8;2.67;15300
+74093;44.6224;4.85809;175;20220401;7.7;3.1;5.4;7;5.84;3.1;2.04;8887
+74093;44.6224;4.85809;175;20220402;7.5;3.1;5.3;6.6;4.03;0;2.68;10341
+74093;44.6224;4.85809;175;20220403;8.9;1.6;5.2;6.3;5.15;0;2.44;13195
+74093;44.6224;4.85809;175;20220404;11.3;2;6.6;5.4;5.47;0;3.24;22600
+74093;44.6224;4.85809;175;20220405;16.3;2.9;9.6;4.8;7.17;0;3.63;22500
+74093;44.6224;4.85809;175;20220406;17.5;8.5;13;2.1;10.27;.9;2.25;10600
+74093;44.6224;4.85809;175;20220407;16.6;6.1;11.3;1.1;10.97;.2;1.43;7000
+74093;44.6224;4.85809;175;20220408;21.6;9.8;15.7;2;10.77;0;2.7;10800
+74093;44.6224;4.85809;175;20220409;12.6;7.5;10;4.4;6.67;.2;3.3;17600
+74093;44.6224;4.85809;175;20220410;15.9;3.3;9.6;3;6.57;0;3.53;24000
+74093;44.6224;4.85809;175;20220411;15.1;1.7;8.4;3;7.67;0;2.09;8300
+74093;44.6224;4.85809;175;20220412;20.1;7.8;13.9;3.1;8.67;0;3.32;12500
+74093;44.6224;4.85809;175;20220413;21.7;6.3;14;.8;9.77;0;2.47;14500
+74093;44.6224;4.85809;175;20220414;23;6;14.5;4.6;11.77;0;4.16;21800
+74093;44.6224;4.85809;175;20220415;26.3;10.7;18.5;4.8;11.7;0;5.23;22396
+74093;44.6224;4.85809;175;20220416;23.2;14.3;18.7;7.5;9.97;0;6.58;24200
+74093;44.6224;4.85809;175;20220417;20.2;9.5;14.8;4.1;8.17;0;4.9;25500
+74093;44.6224;4.85809;175;20220418;22.3;3.6;12.9;2.3;7.67;0;4.25;25100
+74093;44.6224;4.85809;175;20220419;22.3;7.7;15;3.5;7.67;0;4.93;24000
+74093;44.6224;4.85809;175;20220420;17.3;7;12.1;1.1;11.07;7.7;1.67;8200
+74093;44.6224;4.85809;175;20220421;19;11.1;15;1.9;12.67;.1;2.45;12300
+74093;44.6224;4.85809;175;20220422;22.6;6.4;14.5;2;10.47;0;3.82;22400
+74093;44.6224;4.85809;175;20220423;16;9.2;12.6;3.5;10.77;16.6;1.8;3200
+74093;44.6224;4.85809;175;20220424;14.6;7.2;10.9;1.5;11.77;.4;1.89;12800
+74093;44.6224;4.85809;175;20220425;20.1;9.9;15;1.3;11.37;0;3.54;22900
+74093;44.6224;4.85809;175;20220426;20.1;8.1;14.1;3.4;10.67;0;4.04;23800
+74093;44.6224;4.85809;175;20220427;22;8.7;15.3;3.1;9.47;0;4.78;26400
+74093;44.6224;4.85809;175;20220428;24.1;6.1;15.1;2;10.27;0;4.42;26000
+74093;44.6224;4.85809;175;20220429;24.1;7.7;15.9;3.1;10.27;0;4.78;24300
+74093;44.6224;4.85809;175;20220430;21.5;13;17.2;4.4;10.27;0;5.33;25800
+74093;44.6224;4.85809;175;20220501;20.6;10.3;15.4;4.4;8.87;0;5.29;27400
+74093;44.6224;4.85809;175;20220502;22.6;8.5;15.5;2.6;9.87;0;4.66;26100
+74093;44.6224;4.85809;175;20220503;23.3;10.3;16.8;1.5;12.37;1.5;3.56;19300
+74093;44.6224;4.85809;175;20220504;23.2;9;16.1;1.7;12.57;4.2;3.9;22800
+74093;44.6224;4.85809;175;20220505;19.5;12.8;16.1;4.7;11.67;.7;3.78;14800
+74093;44.6224;4.85809;175;20220506;17;11.5;14.3;5.7;11.35;0;3.06;12097
+74093;44.6224;4.85809;175;20220507;22.8;13.2;18;5.2;11.32;0;5.18;21672
+74093;44.6224;4.85809;175;20220508;23.8;13;18.4;3.5;12.02;1.7;4.78;22362
+74093;44.6224;4.85809;175;20220509;25.9;9.7;17.8;1.2;13.49;.5;4.41;26071
+74093;44.6224;4.85809;175;20220510;27.5;10.6;19;1.5;13.82;.1;4.77;26493
+74093;44.6224;4.85809;175;20220511;27.2;11.1;19.1;3;12.39;0;5.45;26452
+74093;44.6224;4.85809;175;20220512;26.3;9.7;18;3;11.92;0;5.17;26042
+74093;44.6224;4.85809;175;20220513;27;10.1;18.5;1.9;12.75;0;4.82;25815
+74093;44.6224;4.85809;175;20220514;28.4;14.6;21.5;3.2;15.12;0;5.66;25557
+74093;44.6224;4.85809;175;20220515;27.6;13;20.3;2.7;14.52;.2;5.32;26160
+74093;44.6224;4.85809;175;20220516;28.8;12.6;20.7;2.1;12.15;0;5.48;26623
+74093;44.6224;4.85809;175;20220517;31.9;11.9;21.9;1.2;14.49;0;5.46;28703
+74093;44.6224;4.85809;175;20220518;33;14.8;23.9;2.5;16.02;0;6.38;27908
+74093;44.6224;4.85809;175;20220519;30;15.9;23;3.6;15.92;0;6.12;25827
+74093;44.6224;4.85809;175;20220520;29.7;14.5;22.1;3.7;13.82;0;6.22;25571
+74093;44.6224;4.85809;175;20220521;33.1;13.4;23.2;1.4;15.05;0;5.82;28731
+74093;44.6224;4.85809;175;20220522;31.8;15.7;23.8;1.9;18.25;0;5.61;26487
+74093;44.6224;4.85809;175;20220523;27.7;17.5;22.6;3.4;16.89;0;5.25;22259
+74093;44.6224;4.85809;175;20220524;22.4;16.2;19.3;3.3;12.32;0;4.3;16599
+74093;44.6224;4.85809;175;20220525;24.4;14.8;19.6;6.4;10.55;0;6.55;23606
+74093;44.6224;4.85809;175;20220526;25.3;15.6;20.5;6.5;11.05;0;6.9;24382
+74093;44.6224;4.85809;175;20220527;26.7;16.1;21.4;6.6;12.99;0;6.86;24691
+74093;44.6224;4.85809;175;20220528;24.9;15.4;20.1;7.5;10.85;0;7.01;22901
+74093;44.6224;4.85809;175;20220529;22.5;12.9;17.7;6.1;7.75;0;6.65;24818
+74093;44.6224;4.85809;175;20220530;24.9;10.2;17.5;2.5;8.82;.5;5.37;26252
+74093;44.6224;4.85809;175;20220531;25.4;13.9;19.6;1.9;13.32;.7;4.16;19471
+74093;44.6224;4.85809;175;20220601;30.8;12.1;21.4;1.5;14.42;0;5.65;28821
+74093;44.6224;4.85809;175;20220602;31.6;14.2;22.9;1.9;15.32;.1;5.92;28210
+74093;44.6224;4.85809;175;20220603;30.9;17.6;24.2;1.9;16.15;0;5.64;25333
+74093;44.6224;4.85809;175;20220604;32.9;17.3;25.1;2.6;17.02;0;6.47;27118
+74093;44.6224;4.85809;175;20220605;30.4;19.2;24.8;2.8;17.52;1.9;5.75;23243
+74093;44.6224;4.85809;175;20220606;30.6;16.1;23.4;2.9;15.35;.2;6.27;27080
+74093;44.6224;4.85809;175;20220607;29;16.6;22.8;3.3;14.49;0;6.23;26057
+74093;44.6224;4.85809;175;20220608;24.7;15.2;19.9;2.3;13.09;.9;3.94;15510
+74093;44.6224;4.85809;175;20220609;23.2;15;19.1;5.1;12.69;.1;5.37;22392
+74093;44.6224;4.85809;175;20220610;26.7;13.6;20.1;6.1;11.02;0;7.19;27569
+74093;44.6224;4.85809;175;20220611;31.3;16.5;23.9;4.5;12.19;0;7.91;28766
+74093;44.6224;4.85809;175;20220612;35.4;15.8;25.6;2.2;13.92;.2;7.05;29150
+74093;44.6224;4.85809;175;20220613;30.1;18.3;24.2;4.7;15.92;0;7;26229
+74093;44.6224;4.85809;175;20220614;35;16.4;25.7;3.4;12.25;0;8.3;30761
+74093;44.6224;4.85809;175;20220615;34.2;18.1;26.1;2.3;15.49;.1;6.46;25667
+74093;44.6224;4.85809;175;20220616;34.9;16.8;25.9;2.5;16.25;0;7;28728
+74093;44.6224;4.85809;175;20220617;35.3;21;28.2;4.2;14.22;0;8.61;27773
+74093;44.6224;4.85809;175;20220618;36.6;18.9;27.7;3.4;15.69;0;8.22;29690
+74093;44.6224;4.85809;175;20220619;34.4;20.1;27.2;4.7;15.92;0;8.42;27969
+74093;44.6224;4.85809;175;20220620;34.1;17.4;25.7;3.9;13.02;0;8.11;29177
+74093;44.6224;4.85809;175;20220621;31.5;19.4;25.4;3.2;18.59;1;5.98;22625
+74093;44.6224;4.85809;175;20220622;29.4;20.1;24.8;3;22.49;10;4.85;20659
+74093;44.6224;4.85809;175;20220623;29.1;19;24.1;2.7;21.15;2.8;4.99;22247
+74093;44.6224;4.85809;175;20220624;26.6;19.3;22.9;1.4;18.79;19.2;4.19;20022
+74093;44.6224;4.85809;175;20220625;30.3;15.8;23.1;2.3;17.09;6.1;5.89;27597
+74093;44.6224;4.85809;175;20220626;31;17.5;24.3;2.8;18.85;0;5.53;23030
+74093;44.6224;4.85809;175;20220627;26.9;18.8;22.8;5;16.89;.3;5.35;18425
+74093;44.6224;4.85809;175;20220628;26.2;17.8;22;5.5;15.72;0;5.86;22103
+74093;44.6224;4.85809;175;20220629;30.3;17.7;24;2.8;15.82;0;6.25;26854
+74093;44.6224;4.85809;175;20220630;29.4;16.7;23.1;3.2;16.95;0;5.79;24736
+74093;44.6224;4.85809;175;20220701;24.1;13.9;19;5.6;13.22;0;5.69;25531
+74093;44.6224;4.85809;175;20220702;32.6;14.9;23.7;2.6;12.59;0;7.08;30300
+74093;44.6224;4.85809;175;20220703;35.4;15.5;25.4;1.6;15.29;.1;6.5;29662
+74093;44.6224;4.85809;175;20220704;31.3;20.8;26.1;3.7;18.62;4;6.42;24069
+74093;44.6224;4.85809;175;20220705;29.1;19.5;24.3;4.8;15.12;0;6.91;24653
+74093;44.6224;4.85809;175;20220706;28.4;18.2;23.3;5.9;12.15;0;7.7;25330
+74093;44.6224;4.85809;175;20220707;28.3;17.3;22.8;6.7;11.99;0;7.92;25772
+74093;44.6224;4.85809;175;20220708;27.6;17.6;22.6;7.4;13.85;0;7.47;25182
+74093;44.6224;4.85809;175;20220709;29.8;17.2;23.5;5.1;12.65;0;7.62;26868
+74093;44.6224;4.85809;175;20220710;30.1;19.8;24.9;5.9;13.72;0;7.9;25065
+74093;44.6224;4.85809;175;20220711;31.9;18;24.9;4.3;13.65;0;7.6;27387
+74093;44.6224;4.85809;175;20220712;33.2;17.5;25.3;3.3;14.55;0;7.37;28925
+74093;44.6224;4.85809;175;20220713;35.8;16.6;26.2;2.1;13.92;0;7.08;30196
+74093;44.6224;4.85809;175;20220714;37.3;18.1;27.7;1.5;17.29;0;6.63;29486
+74093;44.6224;4.85809;175;20220715;34.5;18.9;26.7;3.4;15.79;0;7.51;27871
+74093;44.6224;4.85809;175;20220716;32.6;20.3;26.5;5.3;11.89;0;8.79;26215
+74093;44.6224;4.85809;175;20220717;34.7;20;27.4;4;12.42;0;8.41;27562
+74093;44.6224;4.85809;175;20220718;38.3;19.3;28.8;2.3;16.59;0;7.55;29352
+74093;44.6224;4.85809;175;20220719;37.5;21.1;29.3;2.7;18.52;0;7.38;27467
+74093;44.6224;4.85809;175;20220720;36.9;20.1;28.5;2.8;18.95;0;7.34;27685
+74093;44.6224;4.85809;175;20220721;33.8;22;27.9;4.6;15.82;0;8;25341
+74093;44.6224;4.85809;175;20220722;38.2;17.7;28;2.6;15.22;.4;7.68;28715
+74093;44.6224;4.85809;175;20220723;32.7;22.4;27.5;3.7;19.99;0;6.51;23006
+74093;44.6224;4.85809;175;20220724;37;20.3;28.6;3.7;15.99;0;8.26;27706
+74093;44.6224;4.85809;175;20220725;36.5;20;28.2;2.6;17.45;.5;6.61;24207
+74093;44.6224;4.85809;175;20220726;29.7;22;25.8;6;15.52;0;7.45;22038
+74093;44.6224;4.85809;175;20220727;29.6;18.9;24.3;5.3;12.55;0;7.56;24258
+74093;44.6224;4.85809;175;20220728;34.2;15.8;25;2.3;12.69;0;6.52;26840
+74093;44.6224;4.85809;175;20220729;27.9;18.1;23;2.1;16.95;2.8;4.08;16199
+74093;44.6224;4.85809;175;20220730;31.8;18.5;25.2;4.5;13.75;0;7.48;25495
+74093;44.6224;4.85809;175;20220731;33.8;18.9;26.3;3.9;13.12;0;7.65;25778
+74093;44.6224;4.85809;175;20220801;35.3;21.9;28.6;4.2;13.62;0;8.26;25274
+74093;44.6224;4.85809;175;20220802;34.5;22;28.2;4.2;14.79;0;7.89;24646
+74093;44.6224;4.85809;175;20220803;37.9;17.9;27.9;2.2;15.52;0;6.99;27573
+74093;44.6224;4.85809;175;20220804;38;19.6;28.8;2.7;16.82;0;7.26;26798
+74093;44.6224;4.85809;175;20220805;37.1;20.6;28.8;2.9;19.42;.6;6.79;24124
+74093;44.6224;4.85809;175;20220806;32.1;21.6;26.9;5.6;15.99;0;7.73;22832
+74093;44.6224;4.85809;175;20220807;31.9;20.1;26;4.5;14.15;0;7.31;23790
+74093;44.6224;4.85809;175;20220808;33.1;20.6;26.8;3.8;12.79;0;7.37;24108
+74093;44.6224;4.85809;175;20220809;35.4;17;26.2;2.6;11.82;0;6.9;26663
+74093;44.6224;4.85809;175;20220810;36.4;15.9;26.1;1.6;12.92;0;6.02;26782
+74093;44.6224;4.85809;175;20220811;36;16.6;26.3;2.6;14.05;0;6.79;26650
+74093;44.6224;4.85809;175;20220812;36.4;18.7;27.5;1.9;15.09;0;6.22;25956
+74093;44.6224;4.85809;175;20220813;36.6;16.5;26.6;2;16.55;5.7;6.18;26147
+74093;44.6224;4.85809;175;20220814;26.1;21.7;23.9;2.4;22.65;10.7;3.09;12909
+74093;44.6224;4.85809;175;20220815;30.5;16.1;23.3;1.5;17.35;0;4.73;23275
+74093;44.6224;4.85809;175;20220816;33.8;15.4;24.6;2.5;17.32;1.8;5.86;25002
+74093;44.6224;4.85809;175;20220817;28.4;19.3;23.8;1.8;20.89;25.2;3.35;14054
+74093;44.6224;4.85809;175;20220818;24.7;15.4;20;3.5;17.35;1.7;3.61;16261
+74093;44.6224;4.85809;175;20220819;25.2;18.2;21.7;4.3;18.12;.1;3.72;12916
+74093;44.6224;4.85809;175;20220820;27.9;19.4;23.7;4.7;17.62;0;5.34;19524
+74093;44.6224;4.85809;175;20220821;28;18.3;23.1;4.4;14.25;0;5.66;18881
+74093;44.6224;4.85809;175;20220822;29.2;18;23.6;5;14.09;0;6.39;21223
+74093;44.6224;4.85809;175;20220823;30.7;20;25.3;4.6;16.12;0;6.31;20751
+74093;44.6224;4.85809;175;20220824;34.1;17.3;25.7;2.2;15.72;0;5.66;23869
+74093;44.6224;4.85809;175;20220825;33.9;16.5;25.2;1.8;16.99;2;5.14;22843
+74093;44.6224;4.85809;175;20220826;29.2;20.3;24.8;4.4;17.59;0;5.44;18632
+74093;44.6224;4.85809;175;20220827;27.7;18.7;23.2;4.6;17.59;0;5.06;19156
+74093;44.6224;4.85809;175;20220828;31.4;18.4;24.9;2.4;16.95;0;5.02;21202
+74093;44.6224;4.85809;175;20220829;33.8;15.4;24.6;1.6;17.35;.3;4.88;22977
+74093;44.6224;4.85809;175;20220830;30.8;20.8;25.8;2.5;21.15;15.9;4.01;14892
+74093;44.6224;4.85809;175;20220831;28.3;18;23.2;3.6;18.42;0;4.36;16918
+74093;44.6224;4.85809;175;20220901;29.8;17.6;23.7;2.9;15.12;0;4.99;19763
+74093;44.6224;4.85809;175;20220902;28.1;15.3;21.7;1.8;16.65;2.1;3.63;17232
+74093;44.6224;4.85809;175;20220903;29.4;18.2;23.8;2.4;18.92;4;4.05;17295
+74093;44.6224;4.85809;175;20220904;30.8;16.4;23.6;1.8;19.02;.5;4.22;20569
+74093;44.6224;4.85809;175;20220905;31.1;19.3;25.2;2.8;21.35;.5;4.35;17649
+74093;44.6224;4.85809;175;20220906;30.7;18.8;24.8;2.8;20.92;2.9;4.4;18560
+74093;44.6224;4.85809;175;20220907;27.4;17.2;22.3;2;20.62;52.5;3.13;15077
+74093;44.6224;4.85809;175;20220908;26.6;15.3;20.9;1.8;17.39;0;3.4;17658
+74093;44.6224;4.85809;175;20220909;26.1;14.1;20.1;1.2;15.52;.1;2.78;13931
+74093;44.6224;4.85809;175;20220910;24.6;12.2;18.4;2.4;13.49;0;3.59;18555
+74093;44.6224;4.85809;175;20220911;26;14;20;3.4;12.89;0;4.4;18764
+74093;44.6224;4.85809;175;20220912;29.6;11.9;20.8;1.9;15.92;.1;3.94;20881
+74093;44.6224;4.85809;175;20220913;27.5;19.5;23.5;3.3;21.75;13.9;3.16;11839
+74093;44.6224;4.85809;175;20220914;26.5;19.1;22.8;2.7;20.85;16.5;2.91;11983
+74093;44.6224;4.85809;175;20220915;27.9;15.5;21.7;1.6;18.24;2.8;3.23;16818
+74093;44.6224;4.85809;175;20220916;23.8;17.3;20.5;3.6;16.04;.2;3.22;12070
+74093;44.6224;4.85809;175;20220917;17.8;11.9;14.8;6.3;10.14;0;3.42;11423
+74093;44.6224;4.85809;175;20220918;20.7;9.6;15.2;4.5;8.79;0;3.9;15464
+74093;44.6224;4.85809;175;20220919;20.5;10.2;15.3;5;8.74;0;4.06;14613
+74093;44.6224;4.85809;175;20220920;20.6;10.1;15.4;5.1;8.79;0;4.21;16550
+74093;44.6224;4.85809;175;20220921;21.4;11.1;16.3;4.5;9.39;0;4.05;16259
+74093;44.6224;4.85809;175;20220922;24.1;7.6;15.8;1.4;10.89;0;2.91;18537
+74093;44.6224;4.85809;175;20220923;22.5;10.2;16.4;1.7;13.89;14;2.12;10845
+74093;44.6224;4.85809;175;20220924;21.4;14.5;18;1.4;15.99;6.4;1.93;9979
+74093;44.6224;4.85809;175;20220925;20.1;12.6;16.3;2.5;13.75;0;2.4;13721
+74093;44.6224;4.85809;175;20220926;19.8;11.8;15.8;2.9;12.15;1.2;2.5;11693
+74093;44.6224;4.85809;175;20220927;18.6;11;14.8;2;11.72;0;2.06;10630
+74093;44.6224;4.85809;175;20220928;22.8;12.5;17.7;1.8;13.25;2.3;2.35;11830
+74093;44.6224;4.85809;175;20220929;17.7;12.4;15.1;2.2;12.75;.6;1.81;8586
+74093;44.6224;4.85809;175;20220930;13.9;9.7;11.8;4.1;10.55;.6;1.7;5922
+74093;44.6224;4.85809;175;20221001;18.9;5.8;12.3;1.4;10.99;.1;1.65;10186
+74093;44.6224;4.85809;175;20221002;25.8;10.5;18.1;1.8;13.79;0;2.77;15878
+74093;44.6224;4.85809;175;20221003;21.2;15.2;18.2;5.1;14.25;0;2.99;10427
+74093;44.6224;4.85809;175;20221004;25.7;11.7;18.7;2.2;13.69;.1;2.95;15414
+74093;44.6224;4.85809;175;20221005;23.7;9.6;16.7;2;14.29;.2;2.3;13636
+74093;44.6224;4.85809;175;20221006;23.3;10.3;16.8;2.7;14.49;0;2.48;14470
+74093;44.6224;4.85809;175;20221007;24.3;12;18.1;1.7;14.52;.9;2.22;11578
+74093;44.6224;4.85809;175;20221008;19;15.1;17;2.5;15.35;.7;1.51;5062
+74093;44.6224;4.85809;175;20221009;19.7;12.6;16.1;2.6;13.32;.8;1.86;6803
+74093;44.6224;4.85809;175;20221010;24;12;18;1.3;14.65;.2;2.08;13310
+74093;44.6224;4.85809;175;20221011;23.5;9.4;16.5;1.8;13.79;0;2.2;13898
+74093;44.6224;4.85809;175;20221012;22;13.6;17.8;2.2;15.09;0;1.89;8806
+74093;44.6224;4.85809;175;20221013;20.1;9.3;14.7;1.4;13.99;.9;1.39;8245
+74093;44.6224;4.85809;175;20221014;21.1;12.6;16.8;1;14.95;.2;1.36;7440
+74093;44.6224;4.85809;175;20221015;24.6;8.4;16.5;1.7;13.22;0;2.16;13832
+74093;44.6224;4.85809;175;20221016;24.8;12.6;18.7;3.4;15.79;0;2.43;10717
+74093;44.6224;4.85809;175;20221017;24.6;13.9;19.2;3.4;15.99;0;2.49;11059
+74093;44.6224;4.85809;175;20221018;25.1;11.7;18.4;1.7;14.52;.2;2.1;12342
+74093;44.6224;4.85809;175;20221019;23.2;9.1;16.2;1.9;14.49;.3;1.8;11742
+74093;44.6224;4.85809;175;20221020;21.5;15.6;18.5;3.2;17.12;8.4;1.69;5643
+74093;44.6224;4.85809;175;20221021;19.6;16.6;18.1;3;17.69;60.3;1.29;4306
+74093;44.6224;4.85809;175;20221022;24;15.4;19.7;1.8;17.35;0;1.74;9717
+74093;44.6224;4.85809;175;20221023;21.9;14.1;18;2.6;17.05;5.4;1.46;5936
+74093;44.6224;4.85809;175;20221024;24.3;16.4;20.3;2.5;17.95;10.4;1.86;7543
+74093;44.6224;4.85809;175;20221025;21.8;12.2;17;2.2;16.05;.1;1.48;9189
+74093;44.6224;4.85809;175;20221026;24.7;13;18.8;1.9;16.22;.1;1.77;10173
+74093;44.6224;4.85809;175;20221027;23.8;13.8;18.8;2;16.95;.1;1.65;9548
+74093;44.6224;4.85809;175;20221028;23.4;14;18.7;2.5;16.19;0;1.78;9212
+74093;44.6224;4.85809;175;20221029;23.6;11.2;17.4;1.6;14.49;.1;1.57;9993
+74093;44.6224;4.85809;175;20221030;23;10.4;16.7;2.1;14.59;0;1.63;10115
+74093;44.6224;4.85809;175;20221031;22.7;14.2;18.4;3.6;16.02;72.6;1.94;8340
+74093;44.6224;4.85809;175;20221101;22.4;14.8;18.6;2.4;15.95;0;1.66;8340
+74093;44.6224;4.85809;175;20221102;18.8;11;14.9;2;12.35;.1;1.38;8522
+74093;44.6224;4.85809;175;20221103;13.2;6.6;9.9;1.3;11.65;8.8;.62;4373
+74093;44.6224;4.85809;175;20221104;14.3;6.7;10.5;2.4;10.45;3.1;1.02;5459
+74093;44.6224;4.85809;175;20221105;12.7;8.4;10.6;5.9;9.19;0;1.77;6131
+74093;44.6224;4.85809;175;20221106;16.9;4.7;10.8;2.3;8.95;0;1.4;9672
+74093;44.6224;4.85809;175;20221107;18.8;3.7;11.3;1.2;9.62;0;1.05;10149
+74093;44.6224;4.85809;175;20221108;16.5;7.4;11.9;3;11.35;6.7;1.19;4988
+74093;44.6224;4.85809;175;20221109;17.2;15.5;16.4;3.5;13.89;46.5;1.58;1655
+74093;44.6224;4.85809;175;20221110;15.3;12;13.6;4.5;12.22;0;1.45;6044
+74093;44.6224;4.85809;175;20221111;15;7.8;11.4;1.8;11.19;.1;.84;6300
+74093;44.6224;4.85809;175;20221112;14.2;6.4;10.3;1.1;11.25;0;.62;5633
+74093;44.6224;4.85809;175;20221113;16.1;8.1;12.1;2.1;11.55;0;.93;5515
+74093;44.6224;4.85809;175;20221114;14.7;9.5;12.1;2.2;12.02;8.3;.86;3861
+74093;44.6224;4.85809;175;20221115;14.5;11.1;12.8;1.7;13.72;11.6;.62;2467
+74093;44.6224;4.85809;175;20221116;17.5;8.8;13.2;1.6;11.59;0;.91;7440
+74093;44.6224;4.85809;175;20221117;17.7;8.1;12.9;2.4;12.12;4;1.02;6282
+74093;44.6224;4.85809;175;20221118;13.5;6.9;10.2;2.2;9.99;.1;.86;6209
+74093;44.6224;4.85809;175;20221119;11.6;7.2;9.4;5;8.62;.1;1.42;4793
+74093;44.6224;4.85809;175;20221120;11.3;6.4;8.9;3.8;7.99;0;1.3;5672
+74093;44.6224;4.85809;175;20221121;8.2;3.1;5.6;1.8;8.45;5.2;.47;3225
+74093;44.6224;4.85809;175;20221122;11.3;5.3;8.3;2.1;8.45;.1;.78;4965
+74093;44.6224;4.85809;175;20221123;11;1.7;6.4;1.6;8.19;.6;.59;4216
+74093;44.6224;4.85809;175;20221124;13.1;1.7;7.4;1.5;8.42;.3;.64;5979
+74093;44.6224;4.85809;175;20221125;13.6;4.5;9.1;2.4;9.52;2.1;.8;5162
+74093;44.6224;4.85809;175;20221126;10.6;7.4;9;5.2;8.75;0;1.28;3631
+74093;44.6224;4.85809;175;20221127;12.8;1.2;7;2;7.99;0;.71;6029
+74093;44.6224;4.85809;175;20221128;8.8;6.7;7.7;1.8;9.15;16.6;.65;1641
+74093;44.6224;4.85809;175;20221129;8.9;4.1;6.5;3.5;8.69;.5;.61;3039
+74093;44.6224;4.85809;175;20221130;9.7;7.2;8.4;4.9;8.82;0;1.08;2468
+74093;44.6224;4.85809;175;20221201;9.3;6.7;8;4.3;8.02;0;1.1;3969
+74093;44.6224;4.85809;175;20221202;5.7;4.7;5.2;2.9;7.45;1.3;.68;1542
+74093;44.6224;4.85809;175;20221203;6;4;5;3.4;8.09;15.2;.48;1899
+74093;44.6224;4.85809;175;20221204;7.2;5;6.1;2.2;8.79;15.5;.46;1621
+74093;44.6224;4.85809;175;20221205;7.9;2.1;5;1.9;7.49;0;.48;4762
+74093;44.6224;4.85809;175;20221206;5.3;-.4;2.5;4.1;6.55;0;.48;3870
+74093;44.6224;4.85809;175;20221207;5.2;1.9;3.5;6.3;6.42;0;.89;2861
+74093;44.6224;4.85809;175;20221208;5.5;-1.3;2.1;2.1;6.35;24.8;.41;4235
+74093;44.6224;4.85809;175;20221209;7.1;3.7;5.4;3.7;8.05;4;.54;2737
+74093;44.6224;4.85809;175;20221210;3.5;3;3.3;6.8;5.95;0;1.05;1987
+74093;44.6224;4.85809;175;20221211;2.1;-.4;.8;6;4.52;0;1.04;4003
+74093;44.6224;4.85809;175;20221212;1.5;-3.1;-.8;2.6;4.85;5.7;.41;3616
+74093;44.6224;4.85809;175;20221213;4.4;-.6;1.9;1.2;6.92;6.2;.29;2306
+74093;44.6224;4.85809;175;20221214;9.4;4.5;6.9;1.7;9.89;.8;.36;2533
+74093;44.6224;4.85809;175;20221215;8;6.1;7;2.7;9.89;26.9;.37;1267
+74093;44.6224;4.85809;175;20221216;5.3;4.2;4.7;5.9;7.19;0;.79;2750
+74093;44.6224;4.85809;175;20221217;2.9;-.1;1.4;6.4;5.05;0;.97;3499
+74093;44.6224;4.85809;175;20221218;12;-1.3;5.3;2.3;6.75;0;.7;6438
+74093;44.6224;4.85809;175;20221219;14.5;8.3;11.4;4.4;10.35;0;1.25;3608
+74093;44.6224;4.85809;175;20221220;15.6;12;13.8;5.4;11.12;5.3;1.81;2768
+74093;44.6224;4.85809;175;20221221;15.1;11.4;13.3;2.1;12.02;1.9;.83;3001
+74093;44.6224;4.85809;175;20221222;11.4;6.6;9;1.1;10.99;.5;.39;2794
+74093;44.6224;4.85809;175;20221223;12.7;8.9;10.8;1.3;11.75;0;.52;2192
+74093;44.6224;4.85809;175;20221224;16.5;8.2;12.3;1;11.32;.2;.48;5332
+74093;44.6224;4.85809;175;20221225;15.4;4;9.7;2;10.15;0;.57;5978
+74093;44.6224;4.85809;175;20221226;17.2;8;12.6;1.7;11.22;.1;.67;5785
+74093;44.6224;4.85809;175;20221227;13.3;5.7;9.5;2.4;8.92;0;.81;5639
+74093;44.6224;4.85809;175;20221228;12.9;-.6;6.2;1.2;7.39;0;.4;6298
+74093;44.6224;4.85809;175;20221229;14.4;5.8;10.1;2.2;10.12;1.6;.69;4592
+74093;44.6224;4.85809;175;20221230;12.7;7.7;10.2;2.1;11.55;.2;.49;2661
+74093;44.6224;4.85809;175;20221231;14.5;6.6;10.6;2.1;10.69;0;.64;4916
+74094;44.63742;5.172;399;20220101;15.1;2.1;8.6;1.3;7.39;.1;.6;6402
+74094;44.63742;5.172;399;20220102;8.2;1;4.6;1.4;7.57;0;.27;4121
+74094;44.63742;5.172;399;20220103;13.6;2.8;8.2;1.6;8.04;0;.54;5655
+74094;44.63742;5.172;399;20220104;11.3;3;7.2;1.2;8.52;5.2;.41;5101
+74094;44.63742;5.172;399;20220105;5.3;3.8;4.5;4.8;5.64;.1;1.21;1949
+74094;44.63742;5.172;399;20220106;5.5;.5;3;2.8;4.42;0;.87;4044
+74094;44.63742;5.172;399;20220107;5.5;-4.3;.6;2.3;4.74;2.4;.56;5552
+74094;44.63742;5.172;399;20220108;7.4;1.1;4.3;2.5;6.92;2.8;.57;4309
+74094;44.63742;5.172;399;20220109;6.1;2.8;4.5;2.5;6.54;2.2;.69;2983
+74094;44.63742;5.172;399;20220110;6.4;2.1;4.2;2.1;5.54;0;.8;3366
+74094;44.63742;5.172;399;20220111;5.4;-2.2;1.6;2.4;4.54;0;.64;4648
+74094;44.63742;5.172;399;20220112;5.6;-3.8;.9;2.1;4.14;0;.64;6040
+74094;44.63742;5.172;399;20220113;5.3;-5.7;-.2;1;4.14;0;.27;6466
+74094;44.63742;5.172;399;20220114;9.6;-5.3;2.1;1.3;4.19;0;.51;7784
+74094;44.63742;5.172;399;20220115;10.5;-4.4;3.1;1.4;4.44;0;.56;7843
+74094;44.63742;5.172;399;20220116;10.5;-4.6;3;1.7;4.09;0;.78;8161
+74094;44.63742;5.172;399;20220117;8.7;-3.4;2.7;1.9;4.87;0;.69;6655
+74094;44.63742;5.172;399;20220118;7.7;-1.2;3.2;1.5;5.22;0;.62;5863
+74094;44.63742;5.172;399;20220119;8.4;-3;2.7;2.3;5.74;0;.61;6360
+74094;44.63742;5.172;399;20220120;7.3;1.6;4.4;3.3;5.34;0;1.08;4433
+74094;44.63742;5.172;399;20220121;5.9;-1.4;2.3;2.5;4.22;0;.9;6138
+74094;44.63742;5.172;399;20220122;7.3;-4;1.6;2.1;4.34;0;.69;7279
+74094;44.63742;5.172;399;20220123;9;-2.7;3.1;1.1;4.82;0;.52;7379
+74094;44.63742;5.172;399;20220124;11.1;-4.5;3.3;1.1;4.74;0;.63;9017
+74094;44.63742;5.172;399;20220125;11.2;-3.5;3.8;1.4;5.12;0;.72;8583
+74094;44.63742;5.172;399;20220126;12.3;-3.8;4.3;1.6;4.62;0;.88;9326
+74094;44.63742;5.172;399;20220127;10.4;-3.2;3.6;1.6;4.22;0;.87;8949
+74094;44.63742;5.172;399;20220128;8.6;-2.8;2.9;2.2;4.84;0;.93;6460
+74094;44.63742;5.172;399;20220129;9.8;-1.8;4;1.8;4.79;0;.94;8318
+74094;44.63742;5.172;399;20220130;11.2;0;5.6;2.4;6.12;0;1.01;6654
+74094;44.63742;5.172;399;20220131;9;-.8;4.1;3.8;5.67;.2;1.29;6288
+74094;44.63742;5.172;399;20220201;7.9;2.2;5.1;5.2;5.07;.4;1.69;5976
+74094;44.63742;5.172;399;20220202;12.6;6;9.3;4.5;7.32;0;1.94;5529
+74094;44.63742;5.172;399;20220203;13.8;0;6.9;1.4;6.99;0;.88;9090
+74094;44.63742;5.172;399;20220204;11.7;2.3;7;2.1;7.14;0;1;7623
+74094;44.63742;5.172;399;20220205;10.8;6;8.4;3;6.22;0;1.51;6418
+74094;44.63742;5.172;399;20220206;10.4;-2.6;3.9;2.7;5.57;0;1.13;8975
+74094;44.63742;5.172;399;20220207;11.4;6.5;8.9;4.5;5.91;.3;2.21;5189
+74094;44.63742;5.172;399;20220208;13.9;-2.3;5.8;1.4;4.29;0;1.17;10879
+74094;44.63742;5.172;399;20220209;14.7;-2.5;6.1;1.8;5.87;0;1.14;11190
+74094;44.63742;5.172;399;20220210;5.9;-1.4;2.3;1.8;6.8;0;1.25;11609
+74094;44.63742;5.172;399;20220211;11.1;.7;5.9;3.7;6.03;0;1.66;8357
+74094;44.63742;5.172;399;20220212;12;-2;5;2.1;5.5;0;1.33;10985
+74094;44.63742;5.172;399;20220213;10.9;.5;5.7;2.4;6.63;1.9;1.21;9263
+74094;44.63742;5.172;399;20220214;9.2;4.8;7;2.5;8.26;14;.88;2707
+74094;44.63742;5.172;399;20220215;9.7;1.1;5.4;3.3;6.23;.4;1.35;9043
+74094;44.63742;5.172;399;20220216;8.9;1.1;5;2.5;7.74;5.1;.78;7210
+74094;44.63742;5.172;399;20220217;17.8;7.2;12.5;3.7;9.29;0;2.08;9315
+74094;44.63742;5.172;399;20220218;21.2;4;12.6;2.1;8.65;0;2.01;12468
+74094;44.63742;5.172;399;20220219;11;5.8;8.4;3.2;6.15;0;1.77;6718
+74094;44.63742;5.172;399;20220220;15;-.1;7.4;2.7;6.04;0;1.85;11198
+74094;44.63742;5.172;399;20220221;10.1;5.8;7.9;4.5;6.84;5.7;1.68;6293
+74094;44.63742;5.172;399;20220222;12.6;5.3;8.9;4.1;6.32;0;2.15;9227
+74094;44.63742;5.172;399;20220223;16.7;4;10.3;1.9;6.72;0;1.75;11720
+74094;44.63742;5.172;399;20220224;13.9;1.3;7.6;2.4;7.57;0;1.39;10955
+74094;44.63742;5.172;399;20220225;10.4;5.4;7.9;4.6;5.19;0;2.34;9346
+74094;44.63742;5.172;399;20220226;12;-.7;5.7;2.3;4.32;0;1.8;13173
+74094;44.63742;5.172;399;20220227;11.8;-2.9;4.5;2;4.99;0;1.53;13647
+74094;44.63742;5.172;399;20220228;13.5;-1.8;5.9;2.2;5.27;0;1.77;14195
+74094;44.63742;5.172;399;20220301;13.4;-2;5.7;1.7;5.44;0;1.58;13787
+74094;44.63742;5.172;399;20220302;11.3;.2;5.7;1.7;6.57;0;1.33;11441
+74094;44.63742;5.172;399;20220303;14.9;-.2;7.3;1.6;7.14;0;1.57;14011
+74094;44.63742;5.172;399;20220304;14.4;.8;7.6;2.3;6.24;0;1.92;13868
+74094;44.63742;5.172;399;20220305;12.5;.3;6.4;2;4.52;0;1.93;13335
+74094;44.63742;5.172;399;20220306;10.5;-3.7;3.4;1.5;4.12;0;1.55;14242
+74094;44.63742;5.172;399;20220307;11.1;-4.8;3.1;1.5;4.27;0;1.57;15087
+74094;44.63742;5.172;399;20220308;12.8;-3.3;4.7;2.2;5.39;0;1.76;15564
+74094;44.63742;5.172;399;20220309;13;-.2;6.4;2;6.47;0;1.71;14304
+74094;44.63742;5.172;399;20220310;13.8;-.4;6.7;1.9;7.14;.7;1.66;13772
+74094;44.63742;5.172;399;20220311;13.2;6.6;9.9;4;7.19;0;2.27;9885
+74094;44.63742;5.172;399;20220312;11.9;6.9;9.4;3.5;6.32;1.2;2.22;8585
+74094;44.63742;5.172;399;20220313;10.6;7.7;9.1;3.3;7.29;10.1;1.75;5063
+74094;44.63742;5.172;399;20220314;14.6;2.2;8.4;2;8.94;.9;1.61;13330
+74094;44.63742;5.172;399;20220315;16;8.2;12.1;2.3;8.92;0;2.01;11117
+74094;44.63742;5.172;399;20220316;16.8;4.6;10.7;1.6;9.34;0;1.86;13657
+74094;44.63742;5.172;399;20220317;14.7;7.3;11;2;9.87;.1;1.59;9983
+74094;44.63742;5.172;399;20220318;13;8.2;10.6;3.1;9.5;.6;1.76;7304
+74094;44.63742;5.172;399;20220319;15.9;2.8;9.4;1.8;7.8;0;2.11;14948
+74094;44.63742;5.172;399;20220320;12.9;2.3;7.6;2.4;6.76;0;1.84;9994
+74094;44.63742;5.172;399;20220321;14.6;3.2;8.9;2.8;6.06;0;2.62;16267
+74094;44.63742;5.172;399;20220322;15.1;-1.8;6.7;2.4;5.56;0;2.71;18728
+74094;44.63742;5.172;399;20220323;16.9;-2;7.5;2.2;5.3;0;2.8;19911
+74094;44.63742;5.172;399;20220324;19.6;-.8;9.4;2.5;5.06;0;3.36;20214
+74094;44.63742;5.172;399;20220325;19.8;-.1;9.8;2.3;5.46;0;3.24;20147
+74094;44.63742;5.172;399;20220326;20.4;.3;10.4;2.4;6;0;3.38;20346
+74094;44.63742;5.172;399;20220327;20.7;2.2;11.4;2.2;5.93;0;3.18;16845
+74094;44.63742;5.172;399;20220328;20.8;2.1;11.4;2.5;5.46;0;3.62;20058
+74094;44.63742;5.172;399;20220329;18.2;3.5;10.8;2.4;7;2.5;2.86;15148
+74094;44.63742;5.172;399;20220330;14.1;7.8;10.9;1.7;9.93;.2;1.68;9737
+74094;44.63742;5.172;399;20220331;14.5;5.1;9.8;3.2;8.1;1.8;2.48;13996
+74094;44.63742;5.172;399;20220401;6.8;1.9;4.4;6.9;4.98;8.1;2.21;9794
+74094;44.63742;5.172;399;20220402;7.8;2.5;5.1;7.6;3.79;2.3;3.27;16220
+74094;44.63742;5.172;399;20220403;6.7;.3;3.5;4.8;4.93;.3;1.96;10345
+74094;44.63742;5.172;399;20220404;11.6;-1.2;5.2;2.6;5.16;0;2.66;20698
+74094;44.63742;5.172;399;20220405;15.8;-.8;7.5;2.9;6.48;0;3;20500
+74094;44.63742;5.172;399;20220406;16.3;4.5;10.4;1.9;9.63;1.1;2.27;13441
+74094;44.63742;5.172;399;20220407;15.6;6;10.8;3.3;9.76;.6;2.09;10807
+74094;44.63742;5.172;399;20220408;19;9.3;14.2;3.3;9.86;.1;3;12841
+74094;44.63742;5.172;399;20220409;11.6;6.6;9.1;4.8;5.53;.1;3.4;16621
+74094;44.63742;5.172;399;20220410;16.6;-.2;8.2;2.3;5.46;0;3.37;23334
+74094;44.63742;5.172;399;20220411;15.9;1.4;8.7;3.1;7.16;0;2.72;16085
+74094;44.63742;5.172;399;20220412;18.1;4.2;11.1;2.6;7.56;0;3.07;16060
+74094;44.63742;5.172;399;20220413;20.1;5;12.5;2.1;8.43;0;3.33;19848
+74094;44.63742;5.172;399;20220414;23.5;5.5;14.5;2.9;9.83;0;4.25;23494
+74094;44.63742;5.172;399;20220415;24.5;8.8;16.7;3.5;11.03;0;4.62;22177
+74094;44.63742;5.172;399;20220416;21.2;8.5;14.8;5.6;9.96;0;5.32;24600
+74094;44.63742;5.172;399;20220417;20.7;6;13.4;2.9;7.7;0;4.19;23387
+74094;44.63742;5.172;399;20220418;21.2;2.6;11.9;2.2;7.26;0;4;24874
+74094;44.63742;5.172;399;20220419;21.7;4.3;13;2.8;7.13;0;4.38;24303
+74094;44.63742;5.172;399;20220420;17;4.6;10.8;2.1;9.96;9.7;2.33;14254
+74094;44.63742;5.172;399;20220421;19.5;10;14.7;1.7;11.26;1;2.89;16290
+74094;44.63742;5.172;399;20220422;21.2;4.6;12.9;2.1;9.86;0;3.52;21363
+74094;44.63742;5.172;399;20220423;15.7;8.8;12.2;3.3;10.01;18;1.85;3766
+74094;44.63742;5.172;399;20220424;15;6;10.5;1.8;10.1;.6;2.27;15232
+74094;44.63742;5.172;399;20220425;18.8;7.8;13.3;2;10.43;0;3.21;19860
+74094;44.63742;5.172;399;20220426;20.3;5.7;13;2.2;9.53;0;3.78;23900
+74094;44.63742;5.172;399;20220427;21.6;4.3;12.9;2.3;9.03;0;4.18;25871
+74094;44.63742;5.172;399;20220428;23.5;5.9;14.7;2.5;10.03;0;4.46;26057
+74094;44.63742;5.172;399;20220429;23.1;5.8;14.4;2.5;9.73;0;4.39;24850
+74094;44.63742;5.172;399;20220430;21;7.9;14.5;3;9.5;0;4.08;21904
+74094;44.63742;5.172;399;20220501;20.8;5.7;13.2;3.1;8.63;0;4.31;23876
+74094;44.63742;5.172;399;20220502;21.9;4.7;13.3;2.4;9;.3;4.32;26022
+74094;44.63742;5.172;399;20220503;21.5;7.8;14.6;2.2;10.73;1.8;3.56;19675
+74094;44.63742;5.172;399;20220504;22.5;7;14.7;2.3;11;3.8;4.15;24935
+74094;44.63742;5.172;399;20220505;16.2;11.1;13.7;3.2;11.16;2.8;2.59;11116
+74094;44.63742;5.172;399;20220506;16.9;10.3;13.6;2.4;10.62;0;2.33;10459
+74094;44.63742;5.172;399;20220507;20.9;8.9;14.9;1.7;10.84;0;3.1;16765
+74094;44.63742;5.172;399;20220508;21.6;9.6;15.6;1.5;11.82;2.5;2.9;15573
+74094;44.63742;5.172;399;20220509;24.5;8.5;16.5;1.2;12.27;.4;3.48;20041
+74094;44.63742;5.172;399;20220510;26.4;9.6;18;1.4;12.67;.1;3.83;20619
+74094;44.63742;5.172;399;20220511;27;10.1;18.6;2.1;11.84;0;4.27;20918
+74094;44.63742;5.172;399;20220512;26.3;8.7;17.5;2;11.22;0;4.11;20411
+74094;44.63742;5.172;399;20220513;25.2;8.7;17;1.7;11.57;0;3.9;20390
+74094;44.63742;5.172;399;20220514;27.7;10.1;18.9;1.3;13.57;0;3.99;21158
+74094;44.63742;5.172;399;20220515;27.6;11.2;19.4;1.7;13.67;1.6;4.09;19965
+74094;44.63742;5.172;399;20220516;27.8;12;19.9;1.5;12.14;0;4.22;20434
+74094;44.63742;5.172;399;20220517;30.4;11.1;20.7;1.5;13.24;0;4.46;21678
+74094;44.63742;5.172;399;20220518;31.3;12.9;22.1;1.4;14.32;.1;4.48;21146
+74094;44.63742;5.172;399;20220519;29.4;14;21.7;1.9;13.92;0;4.62;20477
+74094;44.63742;5.172;399;20220520;29.4;13.8;21.6;2.1;12.32;0;4.91;20530
+74094;44.63742;5.172;399;20220521;31.9;12;22;1.6;13.67;0;4.8;21902
+74094;44.63742;5.172;399;20220522;32.6;14.6;23.6;1.7;16.42;0;4.63;19731
+74094;44.63742;5.172;399;20220523;27.8;15.1;21.5;1.8;15.42;0;3.84;16764
+74094;44.63742;5.172;399;20220524;22.2;14.3;18.3;2;12.19;0;3.35;14740
+74094;44.63742;5.172;399;20220525;23.1;11.7;17.4;2.5;10.79;0;3.93;18319
+74094;44.63742;5.172;399;20220526;25.8;11.3;18.5;2.2;11.39;0;4.37;20685
+74094;44.63742;5.172;399;20220527;28.4;12.2;20.3;2.1;12.89;0;4.67;21587
+74094;44.63742;5.172;399;20220528;25.6;12.9;19.2;3.3;11.19;0;4.9;20251
+74094;44.63742;5.172;399;20220529;23.1;9;16;2.6;7.97;0;4.57;20847
+74094;44.63742;5.172;399;20220530;23.8;6.7;15.3;1.4;8.97;.9;3.81;20390
+74094;44.63742;5.172;399;20220531;22.6;11.9;17.2;1.4;12.79;.8;3.07;15133
+74094;44.63742;5.172;399;20220601;29.6;10.7;20.1;1.7;13.39;0;4.45;20759
+74094;44.63742;5.172;399;20220602;30.5;13.4;21.9;1.8;14.42;0;4.42;18956
+74094;44.63742;5.172;399;20220603;30;15.9;22.9;2.1;15.32;0;4.65;19279
+74094;44.63742;5.172;399;20220604;32.6;15.7;24.2;2;15.64;0;5.28;21984
+74094;44.63742;5.172;399;20220605;29.4;17.9;23.7;1.9;15.94;2.6;4.47;18573
+74094;44.63742;5.172;399;20220606;29.5;12.9;21.2;1.7;13.87;.3;4.58;20879
+74094;44.63742;5.172;399;20220607;26.4;14.2;20.3;2.4;12.69;0;4.51;19471
+74094;44.63742;5.172;399;20220608;24.1;11.4;17.8;1.8;12.07;1.7;3.59;16944
+74094;44.63742;5.172;399;20220609;21.2;14.2;17.7;4.1;10.97;.3;4.21;15035
+74094;44.63742;5.172;399;20220610;27.2;9.6;18.4;2.2;10.07;0;4.89;22732
+74094;44.63742;5.172;399;20220611;31.3;10.3;20.8;1.9;11.39;0;6.1;30814
+74094;44.63742;5.172;399;20220612;33.9;12.8;23.3;1.8;12.59;.2;6.18;28800
+74094;44.63742;5.172;399;20220613;30.2;15.3;22.8;2.5;14.37;0;6.04;27760
+74094;44.63742;5.172;399;20220614;32.9;11.9;22.4;1.7;12.49;0;6.25;30420
+74094;44.63742;5.172;399;20220615;33;15.7;24.3;1.8;14.74;.1;5.43;23154
+74094;44.63742;5.172;399;20220616;34.7;16.2;25.4;2.3;15.24;0;6.76;29115
+74094;44.63742;5.172;399;20220617;35.7;16.3;26;1.6;13.74;0;6.52;29315
+74094;44.63742;5.172;399;20220618;35.7;16.8;26.3;2.1;14.84;0;6.82;29059
+74094;44.63742;5.172;399;20220619;33.3;19.4;26.4;3.3;14.64;0;7.23;27672
+74094;44.63742;5.172;399;20220620;33.1;17.9;25.5;2.5;11.97;0;6.96;28850
+74094;44.63742;5.172;399;20220621;31.7;16.9;24.3;2;14.89;1.2;5.4;22167
+74094;44.63742;5.172;399;20220622;27.1;18.6;22.9;1.6;19.34;9.1;3.85;17289
+74094;44.63742;5.172;399;20220623;26.4;16.9;21.7;1.9;18.57;1.8;4.13;20385
+74094;44.63742;5.172;399;20220624;25.7;16.1;20.9;1.5;16.24;19.7;4.2;21500
+74094;44.63742;5.172;399;20220625;29;12.5;20.8;1.8;14.22;2.9;5.38;27881
+74094;44.63742;5.172;399;20220626;29.9;16.4;23.2;1.8;16.69;.5;5.38;26083
+74094;44.63742;5.172;399;20220627;27.3;16.3;21.8;2.1;15.89;0;4.66;21382
+74094;44.63742;5.172;399;20220628;26.9;15.5;21.2;2;15.42;0;4.98;25127
+74094;44.63742;5.172;399;20220629;30.1;14.5;22.3;1.4;15.37;0;5.56;28869
+74094;44.63742;5.172;399;20220630;29.5;13.8;21.6;1.9;14.92;3.6;5.01;23786
+74094;44.63742;5.172;399;20220701;25;13.3;19.2;2.6;12.92;0;5.18;26689
+74094;44.63742;5.172;399;20220702;31.4;9.9;20.7;1.5;11.84;0;5.88;30518
+74094;44.63742;5.172;399;20220703;34.1;14.3;24.2;1.6;13.92;0;6.17;29020
+74094;44.63742;5.172;399;20220704;31.8;18.4;25.1;1.5;16.39;2;5.45;25220
+74094;44.63742;5.172;399;20220705;30.5;15.6;23;2.2;14.67;0;6.09;28873
+74094;44.63742;5.172;399;20220706;29.3;14.2;21.8;2.4;12.04;0;6.08;28757
+74094;44.63742;5.172;399;20220707;29.1;14.2;21.6;3;11.87;0;6.28;28534
+74094;44.63742;5.172;399;20220708;28.7;15.4;22;2.6;12.67;0;5.94;28180
+74094;44.63742;5.172;399;20220709;30.8;13.7;22.3;2.1;12.57;0;6.1;28750
+74094;44.63742;5.172;399;20220710;30.9;14.4;22.6;2.1;13.29;0;5.99;28574
+74094;44.63742;5.172;399;20220711;31.9;14.4;23.2;1.8;14.12;0;6;28609
+74094;44.63742;5.172;399;20220712;32.7;14.6;23.7;1.9;13.92;0;6.19;29223
+74094;44.63742;5.172;399;20220713;34.4;14.5;24.5;1.6;13.84;0;6.12;28532
+74094;44.63742;5.172;399;20220714;36;16.6;26.3;1.8;15.07;0;6.58;29166
+74094;44.63742;5.172;399;20220715;34.5;17.1;25.8;2.4;13.69;0;6.82;28253
+74094;44.63742;5.172;399;20220716;34.1;15.2;24.7;1.6;11.79;0;6.17;28669
+74094;44.63742;5.172;399;20220717;34.5;14.8;24.7;1.6;12.97;0;6.1;28359
+74094;44.63742;5.172;399;20220718;37.2;17.2;27.2;1.6;15.77;0;6.47;28860
+74094;44.63742;5.172;399;20220719;36.6;19.6;28.1;2.3;17.62;0;6.82;27735
+74094;44.63742;5.172;399;20220720;35.8;18.4;27.1;2.1;16.29;0;6.46;26851
+74094;44.63742;5.172;399;20220721;35;18.2;26.6;1.6;14.12;0;6.2;28390
+74094;44.63742;5.172;399;20220722;37.8;15.3;26.6;1.5;13.74;0;6.3;27534
+74094;44.63742;5.172;399;20220723;32.5;19;25.7;2.1;16.64;0;5.65;24012
+74094;44.63742;5.172;399;20220724;35.9;16.1;26;1.5;14.99;0;6.08;28247
+74094;44.63742;5.172;399;20220725;35.3;17.2;26.2;1.8;15.14;.5;5.69;23146
+74094;44.63742;5.172;399;20220726;30;19.4;24.7;3.1;14.54;0;5.98;24147
+74094;44.63742;5.172;399;20220727;30.4;15.2;22.8;2.2;12.32;0;5.82;27219
+74094;44.63742;5.172;399;20220728;33;13;23;1.7;12.27;0;5.44;24712
+74094;44.63742;5.172;399;20220729;27.7;16.3;22;1.7;15.49;3.1;4.16;19226
+74094;44.63742;5.172;399;20220730;31.6;14.5;23.1;2.3;13.32;0;5.96;27353
+74094;44.63742;5.172;399;20220731;33.5;14.3;23.9;1.6;12.32;0;5.75;27380
+74094;44.63742;5.172;399;20220801;34.8;16.2;25.5;1.8;12.49;0;6.1;27396
+74094;44.63742;5.172;399;20220802;35.2;16;25.6;1.8;12.87;0;6.13;27435
+74094;44.63742;5.172;399;20220803;36.9;16.1;26.5;1.8;14.19;0;6.27;27328
+74094;44.63742;5.172;399;20220804;36.7;18.2;27.4;1.9;14.04;0;6.31;26396
+74094;44.63742;5.172;399;20220805;36;16.9;26.4;2;14.89;.1;6.07;25144
+74094;44.63742;5.172;399;20220806;32.9;16.9;24.9;2;15.89;0;5.72;25697
+74094;44.63742;5.172;399;20220807;32.2;15.2;23.7;2;13.79;0;5.65;26208
+74094;44.63742;5.172;399;20220808;33.3;15.2;24.3;1.7;12.84;0;5.6;26357
+74094;44.63742;5.172;399;20220809;34.6;15;24.8;1.7;12.62;0;5.72;26258
+74094;44.63742;5.172;399;20220810;34.8;15.9;25.3;1.6;12.49;0;5.7;26002
+74094;44.63742;5.172;399;20220811;34.9;16.2;25.5;1.5;13.49;0;5.61;26004
+74094;44.63742;5.172;399;20220812;35.7;15.4;25.6;1.6;13.04;0;5.75;26627
+74094;44.63742;5.172;399;20220813;34.9;16.1;25.5;1.7;13.92;5.8;5.61;25498
+74094;44.63742;5.172;399;20220814;26.2;19.4;22.8;1.9;18.94;7.8;3.1;13359
+74094;44.63742;5.172;399;20220815;29.3;14.6;22;1.7;15.49;.1;4.68;24027
+74094;44.63742;5.172;399;20220816;31.6;13.9;22.8;2.1;15.17;.2;5.03;23026
+74094;44.63742;5.172;399;20220817;27.9;17.2;22.5;2.2;17.87;31.9;3.52;14536
+74094;44.63742;5.172;399;20220818;24.8;13.2;19;2.3;16.01;5.2;3.51;18437
+74094;44.63742;5.172;399;20220819;25.1;16.7;20.9;3.2;15.81;.2;3.97;16237
+74094;44.63742;5.172;399;20220820;27.9;16.8;22.3;2;15.62;0;4.21;19960
+74094;44.63742;5.172;399;20220821;28;14.3;21.1;1.9;14.29;0;4.35;21795
+74094;44.63742;5.172;399;20220822;28;14.8;21.4;2.2;13.72;0;4.63;22680
+74094;44.63742;5.172;399;20220823;30.5;15.3;22.9;1.7;14.67;0;4.56;22688
+74094;44.63742;5.172;399;20220824;32.3;14.4;23.4;1.5;14.87;0;4.74;23486
+74094;44.63742;5.172;399;20220825;32.6;15.4;24;1.9;15.99;1.3;4.92;23020
+74094;44.63742;5.172;399;20220826;28.9;17.2;23.1;1.8;16.72;.1;4.17;20565
+74094;44.63742;5.172;399;20220827;28;15.3;21.7;1.6;16.24;0;3.91;20170
+74094;44.63742;5.172;399;20220828;30.4;14.7;22.6;1.3;16.07;.1;4.15;21757
+74094;44.63742;5.172;399;20220829;32.1;14.5;23.3;1.7;15.92;.4;4.59;22591
+74094;44.63742;5.172;399;20220830;29.6;18.6;24.1;1.6;18.32;6.2;3.5;15242
+74094;44.63742;5.172;399;20220831;27.4;15.6;21.5;1.6;16.54;0;3.56;18437
+74094;44.63742;5.172;399;20220901;30.1;13.9;22;1.7;14.67;0;4.28;22111
+74094;44.63742;5.172;399;20220902;26.9;14.1;20.5;1.8;15.02;.8;3.53;17104
+74094;44.63742;5.172;399;20220903;27;15.4;21.2;1.8;16.82;10.6;3.44;17292
+74094;44.63742;5.172;399;20220904;29.1;14.2;21.6;1.4;17.42;.4;3.77;20902
+74094;44.63742;5.172;399;20220905;29.4;16.7;23.1;1.7;18.44;.7;3.71;18366
+74094;44.63742;5.172;399;20220906;28.8;16.5;22.6;1.7;18.29;2.7;3.56;17501
+74094;44.63742;5.172;399;20220907;27;16.2;21.6;1.9;19.23;34.3;3.13;15578
+74094;44.63742;5.172;399;20220908;25.7;13.5;19.6;2;15.73;0;3.59;19398
+74094;44.63742;5.172;399;20220909;25.2;12.1;18.6;1.8;12.97;.1;3.36;18446
+74094;44.63742;5.172;399;20220910;24.3;11;17.7;1.9;11.94;0;3.37;18331
+74094;44.63742;5.172;399;20220911;27.7;9;18.3;1.5;11.67;.1;3.63;21347
+74094;44.63742;5.172;399;20220912;30;10.9;20.4;1.4;13.72;0;3.73;20728
+74094;44.63742;5.172;399;20220913;27.8;14.7;21.2;1.8;17.72;7.1;3;14604
+74094;44.63742;5.172;399;20220914;24.9;18.8;21.9;2.5;18.77;22.5;2.71;10971
+74094;44.63742;5.172;399;20220915;26.1;14;20;2;16.99;1.6;3.25;17151
+74094;44.63742;5.172;399;20220916;22.5;15.2;18.8;3;13.82;0;3.2;14700
+74094;44.63742;5.172;399;20220917;17.9;11.5;14.7;4.7;8.42;0;3.7;16381
+74094;44.63742;5.172;399;20220918;22;4.3;13.2;1.3;8.27;0;2.8;19738
+74094;44.63742;5.172;399;20220919;21.9;5;13.5;1.9;8.44;0;3.05;19188
+74094;44.63742;5.172;399;20220920;22.3;5.7;14;1.5;8.67;0;2.86;18847
+74094;44.63742;5.172;399;20220921;21.6;6;13.8;1.4;9.42;0;2.67;18399
+74094;44.63742;5.172;399;20220922;22.7;6.5;14.6;1.5;10.57;0;2.71;18228
+74094;44.63742;5.172;399;20220923;21.9;8.7;15.3;1.7;12.12;12;2.36;14093
+74094;44.63742;5.172;399;20220924;18.9;13.4;16.1;1.1;14.59;9.6;1.54;8601
+74094;44.63742;5.172;399;20220925;19.6;11.5;15.5;1.3;12.74;.1;1.94;12305
+74094;44.63742;5.172;399;20220926;19;7.8;13.4;1.6;10.39;2.1;2.13;14121
+74094;44.63742;5.172;399;20220927;16.2;9.6;12.9;2.8;10.14;1.4;2.08;11198
+74094;44.63742;5.172;399;20220928;19.8;9.7;14.8;2.2;11.87;13.5;2.03;11143
+74094;44.63742;5.172;399;20220929;16.7;10.7;13.7;1.5;11.24;.1;1.77;11095
+74094;44.63742;5.172;399;20220930;14.2;6.5;10.4;1.4;9.49;1.1;1.4;8700
+74094;44.63742;5.172;399;20221001;15.3;4.5;9.9;1.7;10.49;.1;1.36;9634
+74094;44.63742;5.172;399;20221002;24.4;10.2;17.3;2.4;13.12;.1;2.76;15419
+74094;44.63742;5.172;399;20221003;22.8;11.8;17.3;1.7;12.54;0;2.32;14207
+74094;44.63742;5.172;399;20221004;24.8;7.7;16.2;1.2;11.82;.1;2.3;16015
+74094;44.63742;5.172;399;20221005;23.6;8.5;16.1;1.9;12.59;.2;2.24;14073
+74094;44.63742;5.172;399;20221006;23.3;9.3;16.3;1.3;12.87;0;2;13937
+74094;44.63742;5.172;399;20221007;23;9.2;16.1;1.2;13.17;.5;1.89;12824
+74094;44.63742;5.172;399;20221008;19;12.7;15.9;1.3;14.44;1;1.33;7956
+74094;44.63742;5.172;399;20221009;19.3;10.7;15;1.1;13.77;3.2;1.35;8742
+74094;44.63742;5.172;399;20221010;22.6;12.2;17.4;1.4;14.09;.2;1.87;11727
+74094;44.63742;5.172;399;20221011;22.8;9.3;16.1;1.1;13.19;0;1.8;13318
+74094;44.63742;5.172;399;20221012;22;11.2;16.6;.9;13.52;0;1.58;10632
+74094;44.63742;5.172;399;20221013;20.2;8.4;14.3;1.1;12.84;.8;1.42;9978
+74094;44.63742;5.172;399;20221014;20.8;11.5;16.1;1.5;13.64;.2;1.57;9374
+74094;44.63742;5.172;399;20221015;24.2;9;16.6;1.5;12.64;.1;2;13312
+74094;44.63742;5.172;399;20221016;23.2;10.3;16.8;1.8;13.84;0;1.92;11531
+74094;44.63742;5.172;399;20221017;23.8;12.2;18;1.7;13.92;.1;1.86;10445
+74094;44.63742;5.172;399;20221018;24.5;10.5;17.5;1.3;13.62;.2;1.78;11989
+74094;44.63742;5.172;399;20221019;23.6;9.2;16.4;1.5;13.34;.1;1.73;11648
+74094;44.63742;5.172;399;20221020;19.8;12.6;16.2;1.8;14.99;3.4;1.18;5400
+74094;44.63742;5.172;399;20221021;19.4;15.9;17.6;2.9;15.87;37.5;1.4;3893
+74094;44.63742;5.172;399;20221022;21.9;13.3;17.6;2;15.37;0;1.6;9070
+74094;44.63742;5.172;399;20221023;23.3;13.9;18.6;2.3;15.17;0;1.82;7049
+74094;44.63742;5.172;399;20221024;22.3;16.2;19.3;1.9;15.94;6.5;1.54;6647
+74094;44.63742;5.172;399;20221025;22.1;10.9;16.5;1.9;13.49;0;1.54;9669
+74094;44.63742;5.172;399;20221026;23.7;11.3;17.5;1.3;13.99;.1;1.52;10208
+74094;44.63742;5.172;399;20221027;23.9;10.9;17.4;1.3;14.04;.1;1.47;9992
+74094;44.63742;5.172;399;20221028;24.2;10.6;17.4;1.4;13.22;0;1.55;10134
+74094;44.63742;5.172;399;20221029;23.7;9.3;16.5;1.2;11.82;.1;1.41;9700
+74094;44.63742;5.172;399;20221030;23;9;16;1.4;11.64;0;1.42;10210
+74094;44.63742;5.172;399;20221031;21.3;9.5;15.4;2;12.49;43.1;1.52;8654
+74094;44.63742;5.172;399;20221101;20.7;12.9;16.8;1.7;13.92;0;1.32;7573
+74094;44.63742;5.172;399;20221102;18.1;8.4;13.3;1.2;11.32;.1;1.04;8648
+74094;44.63742;5.172;399;20221103;13.1;5.8;9.4;1.8;10.87;13.1;.63;4334
+74094;44.63742;5.172;399;20221104;11.5;6;8.7;2.7;9.04;5.2;.93;4475
+74094;44.63742;5.172;399;20221105;12.9;6.1;9.5;3.2;7.47;0;1.47;7116
+74094;44.63742;5.172;399;20221106;17.6;1.4;9.5;1.2;7.47;0;.98;8831
+74094;44.63742;5.172;399;20221107;18.6;3.1;10.8;1.6;8.29;0;1.13;9153
+74094;44.63742;5.172;399;20221108;16.5;4.7;10.6;1.8;10.04;2;1;6244
+74094;44.63742;5.172;399;20221109;16.5;11.9;14.2;1.9;12.84;39.6;1.03;3405
+74094;44.63742;5.172;399;20221110;15.9;8.5;12.2;1.2;11.24;0;.76;6417
+74094;44.63742;5.172;399;20221111;18.5;5.1;11.8;1.1;10.24;.1;.8;8336
+74094;44.63742;5.172;399;20221112;16.1;5.8;11;1.6;10.22;0;.84;7299
+74094;44.63742;5.172;399;20221113;15.7;6.7;11.2;1.3;10.27;0;.78;5046
+74094;44.63742;5.172;399;20221114;13.7;7.1;10.4;1.3;10.32;6;.72;4319
+74094;44.63742;5.172;399;20221115;14.1;9.8;11.9;1.8;12.12;9.4;.69;3143
+74094;44.63742;5.172;399;20221116;17.1;7.6;12.4;1.9;10.34;0;1.01;6960
+74094;44.63742;5.172;399;20221117;16.1;6.3;11.2;2;10.62;3.8;.86;5757
+74094;44.63742;5.172;399;20221118;13;6.6;9.8;2.3;8.69;.2;.97;5824
+74094;44.63742;5.172;399;20221119;10.8;3.3;7;2.5;7.07;.1;.86;5662
+74094;44.63742;5.172;399;20221120;11.8;3.2;7.5;2;6.74;0;.95;6313
+74094;44.63742;5.172;399;20221121;8.2;3.2;5.7;2.1;7.67;7.4;.57;3124
+74094;44.63742;5.172;399;20221122;9.5;4.7;7.1;3.2;7.22;.1;1.04;4199
+74094;44.63742;5.172;399;20221123;9.7;1;5.4;1.9;7.54;2.1;.54;4319
+74094;44.63742;5.172;399;20221124;13.4;2.4;7.9;2.1;7.77;.1;.8;6029
+74094;44.63742;5.172;399;20221125;13.9;3.4;8.7;2.2;8.17;.9;.83;5096
+74094;44.63742;5.172;399;20221126;11.6;5.2;8.4;2;6.94;0;.86;5431
+74094;44.63742;5.172;399;20221127;11.2;-.4;5.4;1.3;6.42;0;.5;5968
+74094;44.63742;5.172;399;20221128;8;4.1;6.1;1.3;8.04;11.1;.49;2099
+74094;44.63742;5.172;399;20221129;8;3.4;5.7;1.7;7.49;.9;.5;3293
+74094;44.63742;5.172;399;20221130;9.6;2;5.8;1.3;6.89;0;.48;4295
+74094;44.63742;5.172;399;20221201;8.3;1.5;4.9;1;6.52;0;.45;4118
+74094;44.63742;5.172;399;20221202;6.4;1;3.7;.8;6.47;1.7;.36;3661
+74094;44.63742;5.172;399;20221203;5.4;1.2;3.3;.9;7.49;19.4;.31;2528
+74094;44.63742;5.172;399;20221204;8.1;4.7;6.4;2.1;8.24;12.6;.52;2327
+74094;44.63742;5.172;399;20221205;8;-.5;3.8;.9;6.39;0;.34;4692
+74094;44.63742;5.172;399;20221206;7;-2.5;2.2;1;5.49;0;.31;5083
+74094;44.63742;5.172;399;20221207;4;-1.4;1.3;1.5;5.52;0;.39;3449
+74094;44.63742;5.172;399;20221208;5.1;-2.3;1.4;1.3;5.82;20.7;.29;4768
+74094;44.63742;5.172;399;20221209;7.9;3.8;5.8;1.5;8.94;6.7;.31;3060
+74094;44.63742;5.172;399;20221210;4.2;3;3.6;2.8;6.37;0;.63;1741
+74094;44.63742;5.172;399;20221211;1.1;-3.5;-1.2;1.9;4.09;0;.45;3664
+74094;44.63742;5.172;399;20221212;4.4;-5.2;-.4;.9;4.44;7;.27;5172
+74094;44.63742;5.172;399;20221213;4.2;-.1;2;1.6;6.84;6.9;.24;2432
+74094;44.63742;5.172;399;20221214;8.7;3.2;6;1.4;8.67;2;.32;2884
+74094;44.63742;5.172;399;20221215;8.6;4.8;6.7;1.8;9.04;31.9;.41;2078
+74094;44.63742;5.172;399;20221216;5.9;4.1;5;2.5;7.49;0;.5;1812
+74094;44.63742;5.172;399;20221217;4;-.9;1.6;1.9;5.17;0;.55;3862
+74094;44.63742;5.172;399;20221218;10.1;-3.5;3.3;1.6;6.17;0;.45;5780
+74094;44.63742;5.172;399;20221219;12.7;4.4;8.5;2.1;9.14;0;.65;3237
+74094;44.63742;5.172;399;20221220;13.8;9.2;11.5;3.1;10.07;0;1.09;2668
+74094;44.63742;5.172;399;20221221;12.6;10.3;11.5;1.9;10.62;1.8;.72;2647
+74094;44.63742;5.172;399;20221222;13.3;5.3;9.3;2;9.94;2.2;.54;4460
+74094;44.63742;5.172;399;20221223;13.3;8.4;10.9;1.9;11.22;.2;.58;2931
+74094;44.63742;5.172;399;20221224;15.1;9.6;12.4;1.9;11.14;.1;.71;4278
+74094;44.63742;5.172;399;20221225;14.2;3.4;8.8;1.4;9.34;.1;.45;5306
+74094;44.63742;5.172;399;20221226;13.6;4.3;9;1.2;9.82;0;.35;4465
+74094;44.63742;5.172;399;20221227;11.3;3.4;7.4;1.4;8.17;0;.47;4499
+74094;44.63742;5.172;399;20221228;11.1;-.3;5.4;1.7;7.04;0;.44;5309
+74094;44.63742;5.172;399;20221229;13;4.9;9;1.6;9.29;1.4;.58;4315
+74094;44.63742;5.172;399;20221230;11;6.6;8.8;1.4;10.22;.5;.39;2702
+74094;44.63742;5.172;399;20221231;15.8;5.6;10.7;2;10.24;0;.69;4872
+74095;44.65149;5.48606;764;20220101;16.8;3;9.9;1.1;6.06;0;.74;6609
+74095;44.65149;5.48606;764;20220102;13.6;-.6;6.5;1.4;6.39;0;.64;6691
+74095;44.65149;5.48606;764;20220103;12.2;2.2;7.2;1.8;7.11;0;.73;5797
+74095;44.65149;5.48606;764;20220104;9.5;2;5.7;2.7;7.56;4.5;.63;4733
+74095;44.65149;5.48606;764;20220105;3;1.8;2.4;5;5.29;.3;.97;1719
+74095;44.65149;5.48606;764;20220106;2.8;-2.5;.2;3.4;3.71;0;.94;4214
+74095;44.65149;5.48606;764;20220107;3.9;-6.8;-1.4;2.3;4.04;5.4;.56;6134
+74095;44.65149;5.48606;764;20220108;5.3;-1.2;2;1.9;6.09;7.2;.38;4806
+74095;44.65149;5.48606;764;20220109;4;1;2.5;3;5.86;4;.62;3178
+74095;44.65149;5.48606;764;20220110;4.5;-.1;2.2;3.3;5.19;0;.69;4050
+74095;44.65149;5.48606;764;20220111;2.8;-4.6;-.9;2.4;4.29;0;.51;5112
+74095;44.65149;5.48606;764;20220112;2.4;-5.7;-1.6;2.3;3.79;0;.6;5501
+74095;44.65149;5.48606;764;20220113;6;-5.9;0;1.4;3.49;0;.67;6784
+74095;44.65149;5.48606;764;20220114;11.1;-7.4;1.8;1.1;3.31;0;.75;8273
+74095;44.65149;5.48606;764;20220115;12;-5;3.5;1.1;3.59;0;.75;8014
+74095;44.65149;5.48606;764;20220116;9.5;-4.8;2.3;2.2;3.44;0;1.16;7588
+74095;44.65149;5.48606;764;20220117;7.3;-5.8;.8;2.6;4.31;0;.8;7410
+74095;44.65149;5.48606;764;20220118;7;-4;1.5;1.6;4.54;0;.66;6831
+74095;44.65149;5.48606;764;20220119;6.9;-6.6;.2;2;5.06;.1;.57;7588
+74095;44.65149;5.48606;764;20220120;5.1;-1.3;1.9;3.9;4.86;0;.89;5331
+74095;44.65149;5.48606;764;20220121;2.9;-3.7;-.4;3.5;3.71;0;.94;5366
+74095;44.65149;5.48606;764;20220122;4.3;-7;-1.3;1.9;3.79;0;.66;7306
+74095;44.65149;5.48606;764;20220123;8;-6.6;.7;1.8;4.09;0;.81;8222
+74095;44.65149;5.48606;764;20220124;10.6;-7.8;1.4;1.1;4.06;0;.7;9243
+74095;44.65149;5.48606;764;20220125;9.4;-5.7;1.8;1.2;4.06;0;.7;8597
+74095;44.65149;5.48606;764;20220126;11.2;-4.7;3.3;2.2;3.59;0;1.39;8650
+74095;44.65149;5.48606;764;20220127;11.6;-5.5;3.1;2.4;3.26;0;1.54;9105
+74095;44.65149;5.48606;764;20220128;6.6;-5.1;.8;3.1;4.26;0;1.03;7915
+74095;44.65149;5.48606;764;20220129;9.4;-2.9;3.3;2.8;4.21;0;1.32;8320
+74095;44.65149;5.48606;764;20220130;8.8;-2.7;3.1;2.9;5.56;0;.91;8024
+74095;44.65149;5.48606;764;20220131;6.4;-2;2.2;4.8;5.24;.6;1.16;6723
+74095;44.65149;5.48606;764;20220201;5.6;-1.9;1.8;4.6;4.66;.7;1.2;6752
+74095;44.65149;5.48606;764;20220202;11;2.5;6.7;4.8;6.91;0;1.37;7256
+74095;44.65149;5.48606;764;20220203;14;.1;7;1.7;6.01;0;1.22;9310
+74095;44.65149;5.48606;764;20220204;10.1;-1.2;4.4;2.2;6.36;0;.9;8573
+74095;44.65149;5.48606;764;20220205;7.9;2.9;5.4;3.6;5.91;0;1.22;5293
+74095;44.65149;5.48606;764;20220206;7.8;-3.3;2.2;2.4;5.14;1.4;.93;8730
+74095;44.65149;5.48606;764;20220207;9.1;3.1;6.1;4.8;5.29;.6;1.93;6097
+74095;44.65149;5.48606;764;20220208;10.8;-4;3.4;1.8;4.14;0;1.26;10132
+74095;44.65149;5.48606;764;20220209;12.5;-3.2;4.7;2;4.86;0;1.34;10344
+74095;44.65149;5.48606;764;20220210;4.3;-3.1;.6;2;5.26;0;1.52;11766
+74095;44.65149;5.48606;764;20220211;10.9;.5;5.7;3.2;5.22;0;1.72;10000
+74095;44.65149;5.48606;764;20220212;11;-1.2;4.9;3;4.23;0;1.7;10975
+74095;44.65149;5.48606;764;20220213;10.4;.7;5.5;3.3;5.56;2.1;1.45;11266
+74095;44.65149;5.48606;764;20220214;6.6;2;4.3;1.9;6.36;12.9;.82;3166
+74095;44.65149;5.48606;764;20220215;8;.2;4.1;2.8;5.59;1.4;1.24;10866
+74095;44.65149;5.48606;764;20220216;7.7;-1;3.3;1.3;7.34;6.6;.69;8819
+74095;44.65149;5.48606;764;20220217;15.2;4.8;10;3.5;8.59;.2;1.7;9643
+74095;44.65149;5.48606;764;20220218;17.5;1.8;9.7;2;7.89;0;1.7;11810
+74095;44.65149;5.48606;764;20220219;8;2.6;5.3;3.9;5.71;0;1.49;7155
+74095;44.65149;5.48606;764;20220220;11.7;-1.7;5;2.8;5.29;0;1.63;11284
+74095;44.65149;5.48606;764;20220221;8;.9;4.4;4.2;6.24;10.5;1.26;8479
+74095;44.65149;5.48606;764;20220222;9.9;1.5;5.7;4.9;6.11;0;1.67;9383
+74095;44.65149;5.48606;764;20220223;14;.5;7.2;2.1;5.96;0;1.69;11740
+74095;44.65149;5.48606;764;20220224;11.3;.6;5.9;2.6;6.49;0;1.47;10783
+74095;44.65149;5.48606;764;20220225;8.2;.6;4.4;4.6;4.64;0;1.87;9253
+74095;44.65149;5.48606;764;20220226;9.2;-2.7;3.3;2.7;3.74;0;1.72;11619
+74095;44.65149;5.48606;764;20220227;9.4;-4.7;2.3;1.9;4.39;0;1.47;12875
+74095;44.65149;5.48606;764;20220228;10.6;-4.3;3.1;1.6;4.81;0;1.4;13146
+74095;44.65149;5.48606;764;20220301;10.9;-3.5;3.7;1.9;4.96;0;1.53;13120
+74095;44.65149;5.48606;764;20220302;9.2;-1.8;3.7;1.5;6.19;0;1.16;11678
+74095;44.65149;5.48606;764;20220303;12.5;-.6;6;2.2;6.79;0;1.55;13077
+74095;44.65149;5.48606;764;20220304;12.3;.4;6.3;3.4;5.49;0;1.98;12435
+74095;44.65149;5.48606;764;20220305;9.8;-3.5;3.2;2.7;3.54;0;1.95;13407
+74095;44.65149;5.48606;764;20220306;7.5;-5.5;1;2.2;3.41;0;1.65;13536
+74095;44.65149;5.48606;764;20220307;8.9;-6.5;1.2;1.7;3.61;0;1.6;14632
+74095;44.65149;5.48606;764;20220308;9;-5.9;1.6;1.6;4.74;0;1.47;14381
+74095;44.65149;5.48606;764;20220309;10.7;-.8;4.9;1.8;6.04;0;1.57;13194
+74095;44.65149;5.48606;764;20220310;11.3;-2.9;4.2;2;6.21;.3;1.54;14381
+74095;44.65149;5.48606;764;20220311;10.2;2.7;6.4;4.5;6.11;0;1.99;10581
+74095;44.65149;5.48606;764;20220312;10.9;3.4;7.1;4.4;5.24;0;2.51;10894
+74095;44.65149;5.48606;764;20220313;7.5;5.2;6.3;4.3;6.74;8.8;1.55;5994
+74095;44.65149;5.48606;764;20220314;12.1;1.5;6.8;2.6;8.24;1.1;1.66;13358
+74095;44.65149;5.48606;764;20220315;13.9;7.3;10.6;3.4;8.11;0;2.23;10671
+74095;44.65149;5.48606;764;20220316;16;4.4;10.2;1.9;8.16;0;2.15;14321
+74095;44.65149;5.48606;764;20220317;12.9;4.3;8.6;2;9.04;0;1.65;12290
+74095;44.65149;5.48606;764;20220318;12.9;6.6;9.8;3.5;8.06;.6;2.16;7133
+74095;44.65149;5.48606;764;20220319;14.5;5.7;10.1;3.2;6.39;0;2.94;13500
+74095;44.65149;5.48606;764;20220320;10.5;2.2;6.4;4;5.32;0;2.34;8566
+74095;44.65149;5.48606;764;20220321;12.2;3.7;7.9;3.7;4.66;0;3.06;17633
+74095;44.65149;5.48606;764;20220322;12.9;-1.9;5.5;5.2;3.22;0;3.9;20050
+74095;44.65149;5.48606;764;20220323;15;-1.9;6.5;3.7;3.52;0;3.78;20333
+74095;44.65149;5.48606;764;20220324;16.8;-2;7.4;3.2;3.76;0;3.74;20533
+74095;44.65149;5.48606;764;20220325;17.3;-1.6;7.9;2.8;4.26;0;3.52;19800
+74095;44.65149;5.48606;764;20220326;17.8;.1;9;3.5;4.42;0;3.97;19966
+74095;44.65149;5.48606;764;20220327;16.9;2.2;9.6;3;4.26;0;3.58;15033
+74095;44.65149;5.48606;764;20220328;18.7;.5;9.6;2.8;4.29;0;3.78;19900
+74095;44.65149;5.48606;764;20220329;16.6;2.4;9.5;2.7;5.69;2.5;3.02;14000
+74095;44.65149;5.48606;764;20220330;11.1;6;8.5;1.6;8.76;.4;1.38;7266
+74095;44.65149;5.48606;764;20220331;12;3;7.5;3.1;7.19;1.3;2.38;15666
+74095;44.65149;5.48606;764;20220401;3.6;1.3;2.5;4.7;4.78;7.4;1.61;9975
+74095;44.65149;5.48606;764;20220402;2.2;-2.3;0;5;4.06;1.9;1.97;12900
+74095;44.65149;5.48606;764;20220403;6.6;-3;1.8;2.5;4.55;.3;1.52;10925
+74095;44.65149;5.48606;764;20220404;9.7;-3.9;2.9;2;4.92;0;2.43;21866
+74095;44.65149;5.48606;764;20220405;14.8;-3.1;5.8;2.2;5.36;0;2.93;20966
+74095;44.65149;5.48606;764;20220406;14.3;0;7.2;2.5;7.07;.7;2.47;15650
+74095;44.65149;5.48606;764;20220407;13.4;6;9.7;3.7;8.36;8.6;2.29;11466
+74095;44.65149;5.48606;764;20220408;15.9;7.8;11.9;3.9;9.36;1.2;2.69;13133
+74095;44.65149;5.48606;764;20220409;8.9;3.9;6.4;5.2;4.82;.9;3.35;19466
+74095;44.65149;5.48606;764;20220410;14.5;-2.6;6;1.8;4.39;0;3.23;24433
+74095;44.65149;5.48606;764;20220411;12.7;.9;6.8;3.5;5.96;0;2.36;12466
+74095;44.65149;5.48606;764;20220412;17.2;3.5;10.4;4.1;6.72;0;3.4;13600
+74095;44.65149;5.48606;764;20220413;20.6;5.3;12.9;3;7.16;0;4.12;19866
+74095;44.65149;5.48606;764;20220414;21.5;3.8;12.6;2.5;7.92;0;4.09;22333
+74095;44.65149;5.48606;764;20220415;23.6;6.4;15;2.8;9.12;0;4.39;22233
+74095;44.65149;5.48606;764;20220416;22.8;9.1;16;3.4;7.92;0;4.4;22700
+74095;44.65149;5.48606;764;20220417;18.7;4.3;11.5;2.7;7.22;0;4.23;24900
+74095;44.65149;5.48606;764;20220418;18.9;1.7;10.3;2.5;7.02;0;3.97;24500
+74095;44.65149;5.48606;764;20220419;19.3;2.3;10.8;2.5;6.82;0;3.91;22866
+74095;44.65149;5.48606;764;20220420;15;4;9.5;1.9;8.96;7.7;2.11;10833
+74095;44.65149;5.48606;764;20220421;16.2;7.9;12;3.7;9.42;3;3.14;14566
+74095;44.65149;5.48606;764;20220422;17.7;5.9;11.8;2.7;8.69;.1;3.52;19400
+74095;44.65149;5.48606;764;20220423;12.3;8.4;10.4;3.5;8.56;20.7;2.22;6666
+74095;44.65149;5.48606;764;20220424;12;3.3;7.7;2.2;8.69;.8;1.84;11800
+74095;44.65149;5.48606;764;20220425;16.2;6.3;11.3;2.2;8.66;.1;3.36;21100
+74095;44.65149;5.48606;764;20220426;18.5;2.4;10.4;2.1;8.02;0;3.75;24666
+74095;44.65149;5.48606;764;20220427;20.7;2.6;11.6;2.3;7.79;0;4.27;26633
+74095;44.65149;5.48606;764;20220428;21.5;4.3;12.9;2.3;8.82;0;4.3;24866
+74095;44.65149;5.48606;764;20220429;21.8;4.4;13.1;2.2;8.79;0;4.19;24266
+74095;44.65149;5.48606;764;20220430;19.1;7.3;13.2;1.7;8.99;0;3.24;18433
+74095;44.65149;5.48606;764;20220501;18.8;4.5;11.6;2.4;7.66;0;4.02;25300
+74095;44.65149;5.48606;764;20220502;19.4;3.1;11.2;2.4;8.02;.7;4.19;26266
+74095;44.65149;5.48606;764;20220503;16.8;6.8;11.8;2;9.59;3.3;3.07;15666
+74095;44.65149;5.48606;764;20220504;18.5;4.1;11.3;2;9.66;9.9;3.55;21866
+74095;44.65149;5.48606;764;20220505;13.7;8.8;11.3;2.5;9.92;7.4;2.03;11057
+74095;44.65149;5.48606;764;20220506;14.9;7.5;11.2;3.4;9.74;0;2.84;17247
+74095;44.65149;5.48606;764;20220507;18.3;7.5;12.9;2.7;10.39;.6;3.46;20760
+74095;44.65149;5.48606;764;20220508;18.2;9.5;13.8;2.2;11.51;4.7;3.23;18638
+74095;44.65149;5.48606;764;20220509;20.8;7.1;13.9;1.7;11.26;.8;3.78;23527
+74095;44.65149;5.48606;764;20220510;22.7;8;15.4;1.5;11.84;.1;4.03;24403
+74095;44.65149;5.48606;764;20220511;23.7;8;15.9;1.8;11.24;0;4.42;25311
+74095;44.65149;5.48606;764;20220512;23.1;7;15.1;2;10.84;0;4.37;25456
+74095;44.65149;5.48606;764;20220513;22.5;8.1;15.3;1.7;11.54;0;4.15;24535
+74095;44.65149;5.48606;764;20220514;24.5;9.4;17;1.8;13.11;0;4.4;25022
+74095;44.65149;5.48606;764;20220515;23.8;9.6;16.7;1.8;13.11;2.5;4.32;24579
+74095;44.65149;5.48606;764;20220516;24.5;10.5;17.5;2;11.84;.1;4.65;24558
+74095;44.65149;5.48606;764;20220517;27.1;10.1;18.6;1.6;12.56;0;4.9;26418
+74095;44.65149;5.48606;764;20220518;27.7;12.1;19.9;1.8;13.31;.2;5.11;25622
+74095;44.65149;5.48606;764;20220519;26;12.3;19.2;2.3;13.24;0;4.93;24519
+74095;44.65149;5.48606;764;20220520;26.2;13.3;19.8;2.5;11.76;0;5.17;23828
+74095;44.65149;5.48606;764;20220521;28.8;10.2;19.5;1.4;13.16;0;5.17;27257
+74095;44.65149;5.48606;764;20220522;30.9;13.5;22.2;1.6;15.34;.2;5.53;27232
+74095;44.65149;5.48606;764;20220523;24.8;14;19.4;2.3;13.79;.1;4.6;22087
+74095;44.65149;5.48606;764;20220524;19.5;11.1;15.3;2.4;11.91;.6;3.64;19598
+74095;44.65149;5.48606;764;20220525;19.5;9.1;14.3;2.5;10.79;0;3.88;21636
+74095;44.65149;5.48606;764;20220526;22.7;8.5;15.6;2.6;11.31;.1;4.62;25456
+74095;44.65149;5.48606;764;20220527;24.9;11;18;2.4;13.26;0;4.87;25450
+74095;44.65149;5.48606;764;20220528;23;10.3;16.7;3.5;11.19;0;4.9;24327
+74095;44.65149;5.48606;764;20220529;20.1;7.4;13.7;3.3;7.96;0;4.67;24313
+74095;44.65149;5.48606;764;20220530;21;4.4;12.7;1.8;8.39;1.3;4.45;27415
+74095;44.65149;5.48606;764;20220531;20.6;9;14.8;1.3;11.49;.5;3.9;23501
+74095;44.65149;5.48606;764;20220601;26;8.3;17.1;1.5;12.14;0;4.97;27876
+74095;44.65149;5.48606;764;20220602;27.5;11.6;19.5;1.8;13.16;0;5.28;27003
+74095;44.65149;5.48606;764;20220603;27;15.4;21.2;2.2;14.55;0;4.31;17166
+74095;44.65149;5.48606;764;20220604;29.6;14.5;22.1;2.5;14.36;0;5.92;26751
+74095;44.65149;5.48606;764;20220605;26.5;16.2;21.3;2.3;14.59;3.4;4.94;22459
+74095;44.65149;5.48606;764;20220606;27;11.4;19.2;1.8;13.14;1.2;5.19;27002
+74095;44.65149;5.48606;764;20220607;24;11.6;17.8;2.5;12.21;0;4.79;24477
+74095;44.65149;5.48606;764;20220608;20.1;9.2;14.6;1.7;10.89;3.2;3.98;23162
+74095;44.65149;5.48606;764;20220609;18.9;11.2;15.1;3.7;10.01;.6;4.02;18992
+74095;44.65149;5.48606;764;20220610;24.7;9;16.8;3.5;9.31;0;5.52;26766
+74095;44.65149;5.48606;764;20220611;28.5;9.2;18.8;2.3;10.31;0;5.96;28676
+74095;44.65149;5.48606;764;20220612;31;11.9;21.4;2;11.29;.2;6.15;28759
+74095;44.65149;5.48606;764;20220613;27.6;13.1;20.4;2.6;13.31;0;5.55;26348
+74095;44.65149;5.48606;764;20220614;30.4;10.3;20.4;2;11.71;0;6.17;29550
+74095;44.65149;5.48606;764;20220615;29.8;14.2;22;1.6;13.74;1.2;5.68;27602
+74095;44.65149;5.48606;764;20220616;32.2;14.8;23.5;2.2;13.79;0;6.34;28131
+74095;44.65149;5.48606;764;20220617;32.8;14.7;23.8;2.6;12.54;0;6.8;27997
+74095;44.65149;5.48606;764;20220618;32.9;16.1;24.5;2.2;13.99;0;6.63;28060
+74095;44.65149;5.48606;764;20220619;30.4;18.8;24.6;3.3;13.91;0;6.52;24075
+74095;44.65149;5.48606;764;20220620;30.4;16.1;23.3;2.7;11.51;0;6.46;26387
+74095;44.65149;5.48606;764;20220621;28.7;17.1;22.9;2.5;14.09;2.4;5.61;23994
+74095;44.65149;5.48606;764;20220622;25;16.9;21;2.2;17.44;2.2;4.2;19966
+74095;44.65149;5.48606;764;20220623;24.4;13.9;19.1;2.1;16.25;3.2;4.45;22397
+74095;44.65149;5.48606;764;20220624;21.9;14.6;18.3;1.5;14.89;18.1;3.71;19066
+74095;44.65149;5.48606;764;20220625;25.7;10.6;18.1;1.8;12.59;.6;5.06;27006
+74095;44.65149;5.48606;764;20220626;29;13.4;21.2;2.1;14.96;.2;5.72;27512
+74095;44.65149;5.48606;764;20220627;25.1;14.6;19.8;2.3;15.71;0;4.61;22679
+74095;44.65149;5.48606;764;20220628;24.4;13.5;19;2.3;14.81;0;4.54;22804
+74095;44.65149;5.48606;764;20220629;27.2;14.2;20.7;2;14.39;0;5.21;25143
+74095;44.65149;5.48606;764;20220630;27.4;12.4;19.9;2;13.69;3.6;5.36;26765
+74095;44.65149;5.48606;764;20220701;22.6;12.1;17.4;2.8;12.49;.1;4.54;22725
+74095;44.65149;5.48606;764;20220702;29.2;9.2;19.2;2.1;11.04;0;5.96;29014
+74095;44.65149;5.48606;764;20220703;32.4;13.6;23;1.6;12.49;0;6.07;28313
+74095;44.65149;5.48606;764;20220704;29.8;16.4;23.1;1.8;15.64;.7;5.46;25487
+74095;44.65149;5.48606;764;20220705;27.1;14.1;20.6;2.7;14.36;0;5.36;25092
+74095;44.65149;5.48606;764;20220706;26.4;11.9;19.2;2.8;11.91;0;5.49;25975
+74095;44.65149;5.48606;764;20220707;26.2;11;18.6;3.2;11.91;0;5.55;26610
+74095;44.65149;5.48606;764;20220708;26.2;12.6;19.4;3.1;12.16;0;5.47;25026
+74095;44.65149;5.48606;764;20220709;28.1;11.4;19.8;2.7;12.01;0;5.84;27306
+74095;44.65149;5.48606;764;20220710;27.9;12.5;20.2;2.8;12.19;0;5.79;26198
+74095;44.65149;5.48606;764;20220711;28.7;12.4;20.5;2.2;13.59;0;5.71;27513
+74095;44.65149;5.48606;764;20220712;29.8;12.9;21.4;2.2;12.69;0;5.91;27233
+74095;44.65149;5.48606;764;20220713;31;13.1;22.1;2;12.76;0;6.03;27901
+74095;44.65149;5.48606;764;20220714;32.9;15.2;24;1.9;14.14;0;6.21;28018
+74095;44.65149;5.48606;764;20220715;31.5;15.7;23.6;2.7;12.96;0;6.35;26162
+74095;44.65149;5.48606;764;20220716;30.9;13.5;22.2;2.6;11.29;0;6.3;26787
+74095;44.65149;5.48606;764;20220717;31.8;13.3;22.5;2.4;11.94;0;6.48;27747
+74095;44.65149;5.48606;764;20220718;34;15.9;24.9;2;14.54;0;6.44;27902
+74095;44.65149;5.48606;764;20220719;33.6;18.1;25.8;2.2;16.39;0;6.32;26138
+74095;44.65149;5.48606;764;20220720;33.1;17.6;25.3;2.4;15.39;0;6.39;26378
+74095;44.65149;5.48606;764;20220721;31.6;14.8;23.2;2.2;14.31;0;5.97;26423
+74095;44.65149;5.48606;764;20220722;34;14.8;24.4;1.8;13.06;0;6.28;27841
+74095;44.65149;5.48606;764;20220723;30.3;16.5;23.4;2.5;15.84;0;5.67;24581
+74095;44.65149;5.48606;764;20220724;32.9;14.1;23.5;2.1;14.04;0;6.24;27738
+74095;44.65149;5.48606;764;20220725;33;14.9;23.9;2.1;14.34;.3;6.19;26760
+74095;44.65149;5.48606;764;20220726;27.1;16.3;21.7;3.3;14.21;0;5.17;21582
+74095;44.65149;5.48606;764;20220727;27.7;12.1;19.9;2.5;12.14;0;5.41;25427
+74095;44.65149;5.48606;764;20220728;30.5;11.9;21.2;1.7;11.69;0;5.56;27171
+74095;44.65149;5.48606;764;20220729;25;14;19.5;1.6;14.06;3.7;4.22;21522
+74095;44.65149;5.48606;764;20220730;28.3;13.7;21;3;12.14;0;5.68;24157
+74095;44.65149;5.48606;764;20220731;30.7;12.7;21.7;2.5;11.24;0;5.87;25722
+74095;44.65149;5.48606;764;20220801;32.1;14.4;23.3;2.7;11.94;0;6.31;25791
+74095;44.65149;5.48606;764;20220802;32;14.6;23.3;2.4;12.39;0;5.97;25184
+74095;44.65149;5.48606;764;20220803;33;14.7;23.9;1.6;13.91;0;5.65;26408
+74095;44.65149;5.48606;764;20220804;33;16.7;24.8;1.9;14.64;.7;5.81;25356
+74095;44.65149;5.48606;764;20220805;33.4;15.8;24.6;1.9;15.14;.6;5.86;25768
+74095;44.65149;5.48606;764;20220806;30;15.1;22.5;2.4;14.96;0;5.39;23810
+74095;44.65149;5.48606;764;20220807;28.8;13.2;21;2.4;13.59;0;5.25;24408
+74095;44.65149;5.48606;764;20220808;29.9;13.9;21.9;2.3;12.41;0;5.52;24399
+74095;44.65149;5.48606;764;20220809;31.3;13.9;22.6;2.1;11.74;0;5.64;24967
+74095;44.65149;5.48606;764;20220810;30.8;14.9;22.9;1.8;12.14;.1;5.36;24259
+74095;44.65149;5.48606;764;20220811;31.4;16.5;23.9;2.4;13.46;0;5.65;22795
+74095;44.65149;5.48606;764;20220812;32.9;12.9;22.9;1.6;11.79;0;5.48;25620
+74095;44.65149;5.48606;764;20220813;31.9;13.9;22.9;1.8;11.86;5.3;5.41;24568
+74095;44.65149;5.48606;764;20220814;23.2;15.2;19.2;1.7;16.68;18.4;3.09;15402
+74095;44.65149;5.48606;764;20220815;27.2;12.7;19.9;2.2;13.78;0;4.67;21515
+74095;44.65149;5.48606;764;20220816;28.9;12.1;20.5;1.9;13.21;0;4.8;22982
+74095;44.65149;5.48606;764;20220817;25.8;17.3;21.6;2.5;16.05;38.7;3.87;14402
+74095;44.65149;5.48606;764;20220818;21.5;10.8;16.1;2.6;14.22;10;3.15;17893
+74095;44.65149;5.48606;764;20220819;22.9;14.3;18.6;4;14.59;.3;3.8;17206
+74095;44.65149;5.48606;764;20220820;24.9;14.1;19.5;3.3;14.74;0;4.09;18952
+74095;44.65149;5.48606;764;20220821;25.2;13.3;19.3;2.7;13.76;0;4.2;19956
+74095;44.65149;5.48606;764;20220822;25.7;11.5;18.6;3;12.71;0;4.5;21349
+74095;44.65149;5.48606;764;20220823;27.6;12.4;20;2.5;13.24;0;4.64;21699
+74095;44.65149;5.48606;764;20220824;29.5;13.4;21.5;1.8;13.74;0;4.62;22363
+74095;44.65149;5.48606;764;20220825;29.7;14;21.9;1.8;14.99;.5;4.57;22082
+74095;44.65149;5.48606;764;20220826;26.8;15.7;21.3;2.9;15.51;.6;4.27;18711
+74095;44.65149;5.48606;764;20220827;25.2;14;19.6;2.2;15.21;.1;3.78;18625
+74095;44.65149;5.48606;764;20220828;27.1;13.3;20.2;1.7;14.86;.1;4;20319
+74095;44.65149;5.48606;764;20220829;29.4;12.9;21.2;1.5;14.11;.1;4.27;21707
+74095;44.65149;5.48606;764;20220830;26.1;16.3;21.2;1.7;17.16;6.2;3.42;16672
+74095;44.65149;5.48606;764;20220831;24.5;13.4;18.9;2;15.91;.1;3.21;17028
+74095;44.65149;5.48606;764;20220901;26.4;12.3;19.4;1.6;13.35;0;3.97;21352
+74095;44.65149;5.48606;764;20220902;23.8;12.4;18.1;1.5;13.19;2.8;3.29;17675
+74095;44.65149;5.48606;764;20220903;24.3;14.6;19.4;1.6;15.44;14.6;3.15;16245
+74095;44.65149;5.48606;764;20220904;26.1;12.3;19.2;1.3;15.54;.3;3.4;19300
+74095;44.65149;5.48606;764;20220905;27;14.6;20.8;1.9;16.24;.2;3.61;17990
+74095;44.65149;5.48606;764;20220906;26.1;14.5;20.3;2;16.34;1.9;3.41;17241
+74095;44.65149;5.48606;764;20220907;24.9;14.6;19.7;2.1;16.64;23.6;3.21;16066
+74095;44.65149;5.48606;764;20220908;22.9;11.7;17.3;2.5;13.66;.1;3.25;16791
+74095;44.65149;5.48606;764;20220909;21.7;10.1;15.9;1.5;11.31;.1;2.94;16975
+74095;44.65149;5.48606;764;20220910;21;8.4;14.7;2.2;10.56;0;3.06;17560
+74095;44.65149;5.48606;764;20220911;23.6;7.4;15.5;1.7;10.46;.1;3.31;19044
+74095;44.65149;5.48606;764;20220912;26.8;9;17.9;1.7;12.01;0;3.58;19670
+74095;44.65149;5.48606;764;20220913;25.4;13;19.2;2;15.64;2.9;3.06;16510
+74095;44.65149;5.48606;764;20220914;22.4;16.4;19.4;3;15.38;29.1;3.11;11208
+74095;44.65149;5.48606;764;20220915;23.3;12.2;17.7;2;14.71;1.1;2.9;15754
+74095;44.65149;5.48606;764;20220916;19.9;11.9;15.9;2.8;12.89;0;2.57;13367
+74095;44.65149;5.48606;764;20220917;15.5;8.3;11.9;4.3;8.04;0;2.92;12335
+74095;44.65149;5.48606;764;20220918;18.7;2.8;10.7;1.9;7.59;0;2.75;17720
+74095;44.65149;5.48606;764;20220919;18.3;4.1;11.2;2.6;7.91;.1;2.83;16689
+74095;44.65149;5.48606;764;20220920;19;3.7;11.4;2.3;7.96;0;2.86;17170
+74095;44.65149;5.48606;764;20220921;19.4;4.3;11.8;1.9;8.69;.1;2.71;17165
+74095;44.65149;5.48606;764;20220922;20.2;5.9;13;1.3;9.64;0;2.44;16377
+74095;44.65149;5.48606;764;20220923;19.1;6.6;12.8;1.2;11.06;12.4;2.12;15006
+74095;44.65149;5.48606;764;20220924;16.7;11.3;14;1.3;12.81;10.6;1.63;9580
+74095;44.65149;5.48606;764;20220925;15.9;9.4;12.7;1.8;11.61;2.2;1.75;10759
+74095;44.65149;5.48606;764;20220926;16;6.5;11.3;2.4;9.41;3.5;2.09;13117
+74095;44.65149;5.48606;764;20220927;13.7;7.1;10.4;2.6;9.09;3;1.8;10678
+74095;44.65149;5.48606;764;20220928;16.5;7.7;12.1;1.4;10.81;21.6;1.78;12215
+74095;44.65149;5.48606;764;20220929;14.1;9;11.5;1.8;10.26;.2;1.58;9217
+74095;44.65149;5.48606;764;20220930;11.1;5.9;8.5;2;8.81;1.4;1.35;8965
+74095;44.65149;5.48606;764;20221001;14;4.5;9.2;1.1;9.61;1.1;1.49;12261
+74095;44.65149;5.48606;764;20221002;21.9;9.5;15.7;2.2;12.16;.1;2.43;13790
+74095;44.65149;5.48606;764;20221003;19.7;9.5;14.6;2.3;11.54;0;2.18;12339
+74095;44.65149;5.48606;764;20221004;22.6;6.5;14.5;1.6;10.54;.1;2.39;15158
+74095;44.65149;5.48606;764;20221005;21.2;7.1;14.1;1.5;10.91;.2;2.13;14021
+74095;44.65149;5.48606;764;20221006;21;7.4;14.2;1.4;11.49;.1;2.05;13785
+74095;44.65149;5.48606;764;20221007;21.1;8.1;14.6;1.3;11.64;.3;1.99;13404
+74095;44.65149;5.48606;764;20221008;16;9.8;12.9;1.4;12.94;3.2;1.33;9132
+74095;44.65149;5.48606;764;20221009;16.5;11;13.7;1;13.46;3.7;1.31;8335
+74095;44.65149;5.48606;764;20221010;20;10.1;15.1;1.1;13.09;.2;1.63;11052
+74095;44.65149;5.48606;764;20221011;20.4;8.6;14.5;1.3;12.09;.1;1.79;12218
+74095;44.65149;5.48606;764;20221012;18.7;9.7;14.2;1.1;12.46;.2;1.53;10418
+74095;44.65149;5.48606;764;20221013;17.6;7.9;12.7;1.1;11.56;.4;1.42;10783
+74095;44.65149;5.48606;764;20221014;18.1;8.9;13.5;1.2;12.04;.2;1.47;10423
+74095;44.65149;5.48606;764;20221015;21.9;6.9;14.4;1.4;11.06;.2;1.86;12870
+74095;44.65149;5.48606;764;20221016;20.6;10.2;15.4;2.6;12.34;0;1.96;10542
+74095;44.65149;5.48606;764;20221017;21.4;10.8;16.1;2.5;12.41;.1;2;10709
+74095;44.65149;5.48606;764;20221018;22.3;9.1;15.7;1.7;11.86;.2;1.88;11683
+74095;44.65149;5.48606;764;20221019;22.4;6.7;14.6;1.3;11.59;.2;1.68;12297
+74095;44.65149;5.48606;764;20221020;18.4;10.5;14.4;2.4;12.81;2.5;1.41;8408
+74095;44.65149;5.48606;764;20221021;16.9;14;15.5;3.1;14.59;23.6;1.4;5154
+74095;44.65149;5.48606;764;20221022;18.9;12.4;15.6;2;13.94;0;1.46;7659
+74095;44.65149;5.48606;764;20221023;19.8;13.6;16.7;3.5;12.99;.6;2.05;7541
+74095;44.65149;5.48606;764;20221024;19.9;15.7;17.8;2.3;13.81;4.5;1.73;6109
+74095;44.65149;5.48606;764;20221025;20.5;9.6;15.1;1.6;11.81;.1;1.62;9775
+74095;44.65149;5.48606;764;20221026;22.4;9.2;15.8;1.7;11.91;.1;1.72;10591
+74095;44.65149;5.48606;764;20221027;23.1;10.1;16.6;1.7;12.24;.1;1.73;10256
+74095;44.65149;5.48606;764;20221028;23.4;9.5;16.5;1.5;10.49;.1;1.84;10426
+74095;44.65149;5.48606;764;20221029;23.2;8.5;15.9;1.3;9.34;.1;1.72;10616
+74095;44.65149;5.48606;764;20221030;22;8.4;15.2;1.5;9.76;0;1.65;10090
+74095;44.65149;5.48606;764;20221031;19.6;8;13.8;2.6;10.29;27.9;1.66;9132
+74095;44.65149;5.48606;764;20221101;18.1;11.5;14.8;2.2;12.05;3.1;1.56;6294
+74095;44.65149;5.48606;764;20221102;15.9;6.6;11.3;1.1;10.55;.1;.95;7645
+74095;44.65149;5.48606;764;20221103;11.7;4.8;8.2;2.5;9.91;19;.8;5658
+74095;44.65149;5.48606;764;20221104;9.3;2.8;6.1;2.8;8.21;4.2;.69;5670
+74095;44.65149;5.48606;764;20221105;10.5;3.9;7.2;4.3;7.08;0;1.55;5887
+74095;44.65149;5.48606;764;20221106;15.3;1.4;8.3;1.8;6.29;.1;1.33;9411
+74095;44.65149;5.48606;764;20221107;16.4;1.6;9;1.7;7.14;0;1.23;9529
+74095;44.65149;5.48606;764;20221108;13.5;5.1;9.3;2.8;8.51;.3;1.18;7110
+74095;44.65149;5.48606;764;20221109;13.9;10.6;12.2;2.6;11.04;31.7;1.09;4306
+74095;44.65149;5.48606;764;20221110;14.1;5.4;9.8;1.9;9.51;.1;.9;7076
+74095;44.65149;5.48606;764;20221111;17.1;3.6;10.4;1.1;8.84;.1;.93;8705
+74095;44.65149;5.48606;764;20221112;16;3.1;9.5;.8;8.69;0;.74;8362
+74095;44.65149;5.48606;764;20221113;15.8;5.5;10.6;1.4;8.26;.6;1;7281
+74095;44.65149;5.48606;764;20221114;11.7;4.2;7.9;2.2;8.99;4.6;.75;6099
+74095;44.65149;5.48606;764;20221115;11.2;8.2;9.7;2.2;10.94;8.3;.64;3719
+74095;44.65149;5.48606;764;20221116;13.8;5.4;9.6;1.3;9.44;.2;.73;6462
+74095;44.65149;5.48606;764;20221117;13.5;4.8;9.2;1.6;9.64;7.3;.73;6429
+74095;44.65149;5.48606;764;20221118;10.1;5;7.5;2.8;7.76;.4;.95;4834
+74095;44.65149;5.48606;764;20221119;8.2;1.2;4.7;3.2;6.31;.1;.84;5683
+74095;44.65149;5.48606;764;20221120;8.6;.5;4.5;2.8;6.04;0;.84;6052
+74095;44.65149;5.48606;764;20221121;7.3;.1;3.7;2;6.59;11.1;.6;5577
+74095;44.65149;5.48606;764;20221122;7.6;2.7;5.1;3;6.34;.2;.92;4478
+74095;44.65149;5.48606;764;20221123;8.1;-1;3.6;1.5;6.44;3.6;.49;6201
+74095;44.65149;5.48606;764;20221124;11.7;1;6.3;1.6;6.74;0;.75;6704
+74095;44.65149;5.48606;764;20221125;11.9;2;7;2.2;7.21;.3;.78;6355
+74095;44.65149;5.48606;764;20221126;8.9;2.6;5.7;2.8;6.11;0;.95;4940
+74095;44.65149;5.48606;764;20221127;10.1;-1.7;4.2;1.8;5.46;0;.72;6751
+74095;44.65149;5.48606;764;20221128;6.5;2.6;4.6;1.9;6.74;5.5;.6;3767
+74095;44.65149;5.48606;764;20221129;5.2;1.2;3.2;2.8;6.61;1;.5;3756
+74095;44.65149;5.48606;764;20221130;7.2;.1;3.6;1.6;5.99;0;.56;5044
+74095;44.65149;5.48606;764;20221201;6;-2.4;1.8;1.6;5.51;0;.49;5456
+74095;44.65149;5.48606;764;20221202;4.6;-1.4;1.6;1.3;5.61;.5;.39;4616
+74095;44.65149;5.48606;764;20221203;4.7;-.7;2;1.8;6.41;13.7;.41;4293
+74095;44.65149;5.48606;764;20221204;6;2.4;4.2;1.4;7.39;10.9;.43;3411
+74095;44.65149;5.48606;764;20221205;6.3;-2.1;2.1;1.1;5.84;0;.42;5088
+74095;44.65149;5.48606;764;20221206;8.4;-3.1;2.6;1.4;4.91;0;.58;6185
+74095;44.65149;5.48606;764;20221207;2.3;-4.6;-1.2;1.6;4.69;0;.41;4745
+74095;44.65149;5.48606;764;20221208;5;-4.8;.1;2;5.06;18.1;.44;5603
+74095;44.65149;5.48606;764;20221209;6.5;3.3;4.9;2;8.24;10.8;.37;3166
+74095;44.65149;5.48606;764;20221210;2.2;.8;1.5;2.8;6.06;0;.44;1662
+74095;44.65149;5.48606;764;20221211;1.2;-5.6;-2.2;2.6;3.69;0;.55;4548
+74095;44.65149;5.48606;764;20221212;3.8;-8;-2.1;1.2;3.69;9.3;.39;6082
+74095;44.65149;5.48606;764;20221213;3.1;-1;1;2.6;6.54;11.1;.25;3287
+74095;44.65149;5.48606;764;20221214;6.7;2.8;4.8;1.5;7.76;3.1;.38;3360
+74095;44.65149;5.48606;764;20221215;5.7;1.5;3.6;2.1;7.74;33.1;.27;3477
+74095;44.65149;5.48606;764;20221216;4.4;2.3;3.3;2.6;6.79;0;.48;2166
+74095;44.65149;5.48606;764;20221217;4.6;-3.3;.7;2;4.69;0;.58;4809
+74095;44.65149;5.48606;764;20221218;8.1;-5.2;1.5;2.2;5.19;0;.5;6316
+74095;44.65149;5.48606;764;20221219;9.4;2.3;5.9;3.7;7.19;0;.71;4603
+74095;44.65149;5.48606;764;20221220;10.7;6.9;8.8;3.9;8.26;0;1;3230
+74095;44.65149;5.48606;764;20221221;10.6;7.8;9.2;2.3;9.04;2.2;.78;2802
+74095;44.65149;5.48606;764;20221222;11.2;3.4;7.3;1.1;8.39;7.1;.4;4859
+74095;44.65149;5.48606;764;20221223;11.3;6.2;8.8;.9;10.04;.2;.38;3860
+74095;44.65149;5.48606;764;20221224;14.5;6.3;10.4;1.2;9.31;0;.57;5027
+74095;44.65149;5.48606;764;20221225;13.6;2.2;7.9;2;8.01;.1;.7;5755
+74095;44.65149;5.48606;764;20221226;13.1;3.2;8.1;1.6;8.31;0;.58;5484
+74095;44.65149;5.48606;764;20221227;10.8;1.9;6.3;1.6;7.11;0;.57;5317
+74095;44.65149;5.48606;764;20221228;9.3;-1;4.1;1.8;6.11;0;.55;5658
+74095;44.65149;5.48606;764;20221229;10.3;3.6;7;2.3;7.81;.6;.67;4517
+74095;44.65149;5.48606;764;20221230;9.2;5.1;7.2;1.7;9.09;2.2;.43;3594
+74095;44.65149;5.48606;764;20221231;14.8;5.9;10.3;3;9.34;0;1.01;5297
+74096;44.66462;5.80025;1141;20220101;18.9;.7;9.8;.7;5.98;0;.48;7128
+74096;44.66462;5.80025;1141;20220102;17.2;-1.8;7.7;1.1;5.78;0;.69;7327
+74096;44.66462;5.80025;1141;20220103;11.2;3.8;7.5;2;5.88;0;1.06;4510
+74096;44.66462;5.80025;1141;20220104;12.2;-1.3;5.5;.6;6.18;3.2;.36;6212
+74096;44.66462;5.80025;1141;20220105;.7;-.2;.3;5.9;4.68;.6;.96;1439
+74096;44.66462;5.80025;1141;20220106;-2;-4.2;-3.1;3.5;3.48;0;.71;2401
+74096;44.66462;5.80025;1141;20220107;2.7;-9.1;-3.2;2.2;3.88;3.1;.48;5914
+74096;44.66462;5.80025;1141;20220108;1.5;-2.6;-.5;2;5.38;10.4;.37;3416
+74096;44.66462;5.80025;1141;20220109;-.9;-1.3;-1.1;3.1;5.28;5.3;.41;913
+74096;44.66462;5.80025;1141;20220110;-.7;-1.9;-1.3;3.6;4.78;.1;.54;1771
+74096;44.66462;5.80025;1141;20220111;.2;-4.2;-2;2.6;3.58;0;.71;3640
+74096;44.66462;5.80025;1141;20220112;.3;-9.8;-4.7;1.4;3.18;0;.41;5689
+74096;44.66462;5.80025;1141;20220113;6.1;-11;-2.4;.3;3.58;0;.21;7543
+74096;44.66462;5.80025;1141;20220114;9.6;-8.7;.5;.4;3.98;0;.28;7887
+74096;44.66462;5.80025;1141;20220115;10;-7;1.5;.3;4.18;0;.26;7668
+74096;44.66462;5.80025;1141;20220116;7.2;-6.7;.3;2.4;3.58;0;.99;6982
+74096;44.66462;5.80025;1141;20220117;3.6;-2.8;.4;3.9;3.88;0;1.12;4712
+74096;44.66462;5.80025;1141;20220118;11.3;-6;2.7;1.1;3.88;0;.72;7984
+74096;44.66462;5.80025;1141;20220119;7.9;-7.6;.2;1.7;4.38;.1;.7;7628
+74096;44.66462;5.80025;1141;20220120;2.8;-2.1;.4;3.4;4.38;.2;.89;4233
+74096;44.66462;5.80025;1141;20220121;-2;-3.5;-2.7;2.8;3.58;0;.7;2264
+74096;44.66462;5.80025;1141;20220122;1.6;-7.8;-3.1;1.6;3.48;0;.55;6094
+74096;44.66462;5.80025;1141;20220123;9.7;-7.2;1.3;.5;3.78;0;.45;8350
+74096;44.66462;5.80025;1141;20220124;10.3;-7.1;1.6;.7;3.78;0;.57;8578
+74096;44.66462;5.80025;1141;20220125;8.9;-7.1;.9;1.4;3.58;0;.84;8316
+74096;44.66462;5.80025;1141;20220126;6.7;-2.8;2;2.6;3.38;0;1.28;6433
+74096;44.66462;5.80025;1141;20220127;10;-4;3;2;3.08;0;1.31;7958
+74096;44.66462;5.80025;1141;20220128;6;-1.3;2.4;2.6;3.78;0;1.23;5754
+74096;44.66462;5.80025;1141;20220129;7.4;-2.7;2.4;3.7;3.28;0;1.68;6897
+74096;44.66462;5.80025;1141;20220130;5.1;-2.1;1.5;4.2;5.08;0;1.01;5862
+74096;44.66462;5.80025;1141;20220131;3.4;-1.9;.8;5;4.98;.8;.95;5062
+74096;44.66462;5.80025;1141;20220201;1.2;-3.5;-1.1;8.1;4.48;.6;.92;4816
+74096;44.66462;5.80025;1141;20220202;5.7;-.2;2.8;5.2;6.48;0;.8;5498
+74096;44.66462;5.80025;1141;20220203;13.1;-.4;6.4;.9;5.78;0;.87;8549
+74096;44.66462;5.80025;1141;20220204;10.1;-3.3;3.4;2.4;5.98;0;1.02;8630
+74096;44.66462;5.80025;1141;20220205;4.8;1.8;3.3;3.1;5.88;0;.94;4013
+74096;44.66462;5.80025;1141;20220206;5.2;-4;.6;3.2;4.88;2.8;.93;7303
+74096;44.66462;5.80025;1141;20220207;4.8;.5;2.7;5.7;5.18;.5;1.33;4986
+74096;44.66462;5.80025;1141;20220208;9.8;-3.3;3.3;1.8;3.78;0;1.28;8999
+74096;44.66462;5.80025;1141;20220209;13.2;-5.5;3.9;1.1;4.18;0;1.11;10943
+74096;44.66462;5.80025;1141;20220210;1.5;-4.7;-1.6;2.1;4.28;0;1.65;11133
+74096;44.66462;5.80025;1141;20220211;9.3;-.9;4.2;2.4;4.28;0;1.46;9479
+74096;44.66462;5.80025;1141;20220212;7.9;-2.9;2.5;3.6;3.78;0;1.75;9828
+74096;44.66462;5.80025;1141;20220213;7.7;-1;3.3;2.9;4.94;3.2;1.26;7479
+74096;44.66462;5.80025;1141;20220214;3.4;-.4;1.5;2.3;5.64;14.3;.75;3851
+74096;44.66462;5.80025;1141;20220215;5.2;-3;1.1;2.1;5.14;.5;.87;9018
+74096;44.66462;5.80025;1141;20220216;5.2;-3.5;.9;2.4;7.08;4.6;.47;8121
+74096;44.66462;5.80025;1141;20220217;11.4;4.3;7.9;4.3;8.08;.2;1.48;7412
+74096;44.66462;5.80025;1141;20220218;18;1.5;9.8;2.2;7.08;0;1.95;11577
+74096;44.66462;5.80025;1141;20220219;4.6;1.4;3;4;5.58;0;1.15;5034
+74096;44.66462;5.80025;1141;20220220;8.6;-1.4;3.6;3.4;4.68;.2;1.64;9201
+74096;44.66462;5.80025;1141;20220221;4.4;1.5;3;4.4;6.08;11.8;1.01;4911
+74096;44.66462;5.80025;1141;20220222;4.7;-.8;2;4.6;5.68;0;1.04;6945
+74096;44.66462;5.80025;1141;20220223;12.3;1.4;6.9;2;5.68;0;1.62;10003
+74096;44.66462;5.80025;1141;20220224;10.6;-2.3;4.2;2.9;5.18;0;1.67;11045
+74096;44.66462;5.80025;1141;20220225;4.3;1.2;2.8;4.8;4.48;0;1.61;5364
+74096;44.66462;5.80025;1141;20220226;7.9;-4.6;1.7;2.1;3.48;0;1.53;11152
+74096;44.66462;5.80025;1141;20220227;9.4;-7.6;.9;1.2;3.88;0;1.3;13211
+74096;44.66462;5.80025;1141;20220228;8.9;-7.2;.9;1.4;3.68;0;1.37;13014
+74096;44.66462;5.80025;1141;20220301;10.3;-3.2;3.6;1.4;4.18;0;1.48;12047
+74096;44.66462;5.80025;1141;20220302;10.6;-4.3;3.2;1.6;5.28;0;1.43;12828
+74096;44.66462;5.80025;1141;20220303;12.3;-.1;6.1;2.5;5.58;0;1.88;11827
+74096;44.66462;5.80025;1141;20220304;9.4;.8;5.1;3.5;5.08;0;1.91;9932
+74096;44.66462;5.80025;1141;20220305;7.9;-3.6;2.2;2.7;2.98;0;1.93;11664
+74096;44.66462;5.80025;1141;20220306;7.1;-7.1;0;1.5;3.18;0;1.44;13145
+74096;44.66462;5.80025;1141;20220307;9.4;-7.4;1;1.4;3.48;0;1.57;14492
+74096;44.66462;5.80025;1141;20220308;10.1;-7.7;1.2;1.3;4.18;0;1.53;15102
+74096;44.66462;5.80025;1141;20220309;12.2;-2.1;5.1;1;5.18;0;1.58;13672
+74096;44.66462;5.80025;1141;20220310;11.3;-5.8;2.8;2.4;5.18;.1;1.81;15148
+74096;44.66462;5.80025;1141;20220311;9;3;6;5.4;4.98;0;2.42;8981
+74096;44.66462;5.80025;1141;20220312;10.9;4;7.5;5.2;3.98;0;3.11;9760
+74096;44.66462;5.80025;1141;20220313;6.6;3.9;5.3;5.8;5.88;8.8;1.82;6087
+74096;44.66462;5.80025;1141;20220314;11.3;-.1;5.6;2.7;7.48;1.6;1.6;12902
+74096;44.66462;5.80025;1141;20220315;14.6;5.4;10;3.9;7.18;0;2.6;11697
+74096;44.66462;5.80025;1141;20220316;16.9;1.6;9.3;1.5;7.18;0;2.2;15320
+74096;44.66462;5.80025;1141;20220317;12.6;2.7;7.7;2.2;8.28;0;1.71;12412
+74096;44.66462;5.80025;1141;20220318;12.8;6;9.4;4.5;6.38;.5;2.64;8894
+74096;44.66462;5.80025;1141;20220319;12.6;4.2;8.4;4.1;4.61;0;3.38;14540
+74096;44.66462;5.80025;1141;20220320;9.1;1.5;5.3;4.5;4.61;0;2.4;8496
+74096;44.66462;5.80025;1141;20220321;10.2;1.1;5.7;4;4.24;0;2.69;13912
+74096;44.66462;5.80025;1141;20220322;11.2;-2.8;4.2;4.4;2.91;0;3.38;17501
+74096;44.66462;5.80025;1141;20220323;13.7;-2.1;5.8;3.7;2.84;0;3.68;19337
+74096;44.66462;5.80025;1141;20220324;15.5;-2.1;6.7;2.9;3.24;0;3.47;19925
+74096;44.66462;5.80025;1141;20220325;16.2;-1.8;7.2;2.9;3.18;0;3.55;19257
+74096;44.66462;5.80025;1141;20220326;15;-.2;7.4;3.6;3.41;0;3.83;19105
+74096;44.66462;5.80025;1141;20220327;13.7;1.2;7.5;3.2;3.54;0;3.45;16027
+74096;44.66462;5.80025;1141;20220328;17.1;-.5;8.3;2.9;3.58;0;3.69;19752
+74096;44.66462;5.80025;1141;20220329;15.5;.6;8.1;2.8;5.11;2.2;3.08;16094
+74096;44.66462;5.80025;1141;20220330;7.7;3.3;5.5;1.6;7.81;.7;1.35;8539
+74096;44.66462;5.80025;1141;20220331;11.7;1.8;6.7;2.6;6.54;.8;1.97;14180
+74096;44.66462;5.80025;1141;20220401;3.7;-.9;1.4;3.8;4.28;4.8;1.44;10988
+74096;44.66462;5.80025;1141;20220402;.9;-4.7;-1.9;3.5;3.71;.6;1.37;10408
+74096;44.66462;5.80025;1141;20220403;6.1;-5.2;.4;2.9;3.78;.8;1.58;12818
+74096;44.66462;5.80025;1141;20220404;9.6;-4.8;2.4;1.8;4.18;0;2.43;21632
+74096;44.66462;5.80025;1141;20220405;15.4;-3.9;5.7;2.2;4.98;0;3.09;22626
+74096;44.66462;5.80025;1141;20220406;14;-1.5;6.2;2.4;6.44;1.6;2.82;18245
+74096;44.66462;5.80025;1141;20220407;12.2;2.9;7.6;3.5;8.01;14.1;1.81;11164
+74096;44.66462;5.80025;1141;20220408;12.9;4.4;8.7;3.3;9.01;3.5;1.97;11839
+74096;44.66462;5.80025;1141;20220409;6.9;2.8;4.9;4.1;4.68;1.1;2.45;14637
+74096;44.66462;5.80025;1141;20220410;13.3;-3.6;4.8;2;3.74;0;3.23;23764
+74096;44.66462;5.80025;1141;20220411;13.6;-.9;6.3;2.7;5.84;0;2.35;13278
+74096;44.66462;5.80025;1141;20220412;17;.9;9;3.6;6.28;0;3.2;15208
+74096;44.66462;5.80025;1141;20220413;19.1;5.5;12.3;3.3;6.51;.6;4.14;18495
+74096;44.66462;5.80025;1141;20220414;20.7;2.5;11.6;2.9;7.21;0;4.19;22444
+74096;44.66462;5.80025;1141;20220415;23.1;5.1;14.1;2.5;8.11;0;4.37;24028
+74096;44.66462;5.80025;1141;20220416;22.6;7.7;15.1;2.7;7.44;0;4.38;23625
+74096;44.66462;5.80025;1141;20220417;18.2;5.3;11.7;2.7;6.21;0;4.32;23591
+74096;44.66462;5.80025;1141;20220418;18;1.3;9.6;2.3;6.74;0;3.79;24014
+74096;44.66462;5.80025;1141;20220419;18.7;1.3;10;2;6.14;0;3.55;21281
+74096;44.66462;5.80025;1141;20220420;14.3;2.4;8.4;2.8;7.78;4.7;2.54;13110
+74096;44.66462;5.80025;1141;20220421;13.3;6;9.7;3.9;7.94;.5;2.78;12745
+74096;44.66462;5.80025;1141;20220422;16.5;5.9;11.2;3.1;7.78;2.1;3.63;18926
+74096;44.66462;5.80025;1141;20220423;8.5;6.4;7.5;2.6;7.84;22.9;1.82;7404
+74096;44.66462;5.80025;1141;20220424;11;1.3;6.1;2.1;7.88;.4;1.79;12712
+74096;44.66462;5.80025;1141;20220425;15.4;4.5;10;1.9;7.78;.1;3.17;21149
+74096;44.66462;5.80025;1141;20220426;17.1;1.1;9.1;2.2;6.81;0;3.81;24892
+74096;44.66462;5.80025;1141;20220427;19.6;1.2;10.4;2.3;7.04;0;4.33;25686
+74096;44.66462;5.80025;1141;20220428;19.7;3.9;11.8;2;7.98;0;3.96;22719
+74096;44.66462;5.80025;1141;20220429;20.8;3.6;12.2;2.4;7.81;0;4.38;24586
+74096;44.66462;5.80025;1141;20220430;17.5;6.6;12;2.6;7.51;0;3.7;20931
+74096;44.66462;5.80025;1141;20220501;17.8;2.8;10.3;1.9;6.24;0;4.02;26238
+74096;44.66462;5.80025;1141;20220502;18.5;2.3;10.4;2.3;7.94;1;3.8;23091
+74096;44.66462;5.80025;1141;20220503;14.9;5.2;10;1.8;9.18;3.5;2.73;15268
+74096;44.66462;5.80025;1141;20220504;16.5;3.9;10.2;2;9.28;10;3.11;19601
+74096;44.66462;5.80025;1141;20220505;10.9;7;8.9;2.3;9.5;5.5;1.89;10610
+74096;44.66462;5.80025;1141;20220506;9.4;6.6;8;2.2;8.88;0;1.66;9681
+74096;44.66462;5.80025;1141;20220507;14.1;8.1;11.1;2.4;9.98;2.6;2.49;14351
+74096;44.66462;5.80025;1141;20220508;17.5;7.7;12.6;1.5;10.58;4;3.05;18495
+74096;44.66462;5.80025;1141;20220509;19.7;4;11.9;.9;10.18;.9;3.52;23582
+74096;44.66462;5.80025;1141;20220510;21.8;4.8;13.3;.9;10.38;.1;3.84;24661
+74096;44.66462;5.80025;1141;20220511;23.3;5.5;14.4;1.2;10.28;0;4.18;25352
+74096;44.66462;5.80025;1141;20220512;24.2;4.2;14.2;.9;9.98;0;4.3;27004
+74096;44.66462;5.80025;1141;20220513;21.6;5.1;13.4;1.7;10.88;0;4.01;24609
+74096;44.66462;5.80025;1141;20220514;24.3;11.1;17.7;2.5;12.48;.1;4.51;22077
+74096;44.66462;5.80025;1141;20220515;23.3;7;15.2;1.1;12.38;3.1;4.09;24657
+74096;44.66462;5.80025;1141;20220516;24.7;7.5;16.1;1.1;11.88;.3;4.35;25434
+74096;44.66462;5.80025;1141;20220517;26.5;8.1;17.3;1.1;12.08;0;4.66;26414
+74096;44.66462;5.80025;1141;20220518;27.4;11.8;19.6;1.6;12.48;1.9;4.89;24392
+74096;44.66462;5.80025;1141;20220519;25.3;8.3;16.8;1.6;11.98;0;4.65;25565
+74096;44.66462;5.80025;1141;20220520;25.4;12;18.7;2.1;10.78;0;4.84;22749
+74096;44.66462;5.80025;1141;20220521;28;6.8;17.4;1.3;11.48;.1;5.18;28771
+74096;44.66462;5.80025;1141;20220522;30.3;9.9;20.1;.9;13.88;.6;5.22;28310
+74096;44.66462;5.80025;1141;20220523;25.1;12.7;18.9;2.2;12.88;.3;4.63;22088
+74096;44.66462;5.80025;1141;20220524;18.6;11.4;15;3;11.88;1.5;3.4;16826
+74096;44.66462;5.80025;1141;20220525;16.8;7.5;12.2;2;9.88;0;3.26;19211
+74096;44.66462;5.80025;1141;20220526;21;8.6;14.8;2.6;10.48;.5;4.22;22282
+74096;44.66462;5.80025;1141;20220527;23.5;9.2;16.4;2.5;12.28;0;4.56;24011
+74096;44.66462;5.80025;1141;20220528;19.9;11.2;15.6;3.1;10.88;0;3.96;18725
+74096;44.66462;5.80025;1141;20220529;17.8;6.9;12.4;3.2;7.48;0;4.15;21039
+74096;44.66462;5.80025;1141;20220530;20.7;.9;10.8;1.1;7.28;1.2;4.28;28506
+74096;44.66462;5.80025;1141;20220531;20;6.9;13.5;1.1;10.18;.8;3.8;23195
+74096;44.66462;5.80025;1141;20220601;26.1;5.2;15.7;1.1;10.88;.2;4.98;29424
+74096;44.66462;5.80025;1141;20220602;26.8;8.6;17.7;1.2;12.38;0;4.97;27498
+74096;44.66462;5.80025;1141;20220603;24.9;11.8;18.4;2.1;13.28;1;4.67;23339
+74096;44.66462;5.80025;1141;20220604;28.7;13.5;21.1;3.6;12.48;0;6.28;25204
+74096;44.66462;5.80025;1141;20220605;26.4;15.9;21.2;3.2;12.68;3;5.38;20944
+74096;44.66462;5.80025;1141;20220606;24.6;9.2;16.9;2;12.88;.3;4.73;25456
+74096;44.66462;5.80025;1141;20220607;21.5;9.1;15.3;2.8;11.28;0;4.35;22853
+74096;44.66462;5.80025;1141;20220608;17.9;8.1;13;2.2;10.28;3.4;3.55;20318
+74096;44.66462;5.80025;1141;20220609;13.9;8.9;11.4;5.3;10.18;.5;2.79;14464
+74096;44.66462;5.80025;1141;20220610;20.6;7.2;13.9;3.7;9.08;0;4.72;23858
+74096;44.66462;5.80025;1141;20220611;25.7;7.9;16.8;1.9;9.98;0;5.27;27564
+74096;44.66462;5.80025;1141;20220612;30.2;9.7;20;1.5;10.58;.2;5.88;29626
+74096;44.66462;5.80025;1141;20220613;25.8;11.6;18.7;2.8;12.18;0;5.31;24639
+74096;44.66462;5.80025;1141;20220614;30.4;10.8;20.6;1.5;11.38;0;5.85;29010
+74096;44.66462;5.80025;1141;20220615;29.8;10.3;20.1;.9;11.58;1.8;5.38;28955
+74096;44.66462;5.80025;1141;20220616;29.9;10.3;20.1;2.3;12.48;0;6.16;29045
+74096;44.66462;5.80025;1141;20220617;30;15.8;22.9;2.7;12.68;0;6.15;24698
+74096;44.66462;5.80025;1141;20220618;31.9;12.6;22.3;2.4;12.28;.3;6.63;28842
+74096;44.66462;5.80025;1141;20220619;29.5;17.9;23.7;4.3;13.08;0;6.73;22312
+74096;44.66462;5.80025;1141;20220620;29.7;18.4;24.1;4.3;10.88;0;7.12;22021
+74096;44.66462;5.80025;1141;20220621;29.9;15.3;22.6;1.6;12.18;4;5.52;25063
+74096;44.66462;5.80025;1141;20220622;23.6;14.2;18.9;2.9;15.28;4.4;4.26;20062
+74096;44.66462;5.80025;1141;20220623;23;11.2;17.1;2.4;14.18;2.7;4.26;22501
+74096;44.66462;5.80025;1141;20220624;21.2;12;16.6;1.4;13.08;13.3;3.71;19834
+74096;44.66462;5.80025;1141;20220625;24.4;6.2;15.3;1.5;10.98;.1;4.85;27981
+74096;44.66462;5.80025;1141;20220626;27.8;13.5;20.7;2.8;12.58;.1;5.73;24763
+74096;44.66462;5.80025;1141;20220627;23.7;11.4;17.6;2.2;14.58;1;4.35;22934
+74096;44.66462;5.80025;1141;20220628;21.9;13.4;17.7;3;14.68;5.1;3.9;19011
+74096;44.66462;5.80025;1141;20220629;27.6;12.1;19.9;2.1;14.58;0;5.26;25733
+74096;44.66462;5.80025;1141;20220630;26.8;10.2;18.5;1.6;13.28;3.7;5.07;26613
+74096;44.66462;5.80025;1141;20220701;19.8;9.8;14.8;2.9;11.98;.1;3.83;20581
+74096;44.66462;5.80025;1141;20220702;30.6;6.2;18.4;1.4;9.48;0;6.07;32244
+74096;44.66462;5.80025;1141;20220703;32.9;9.9;21.4;1.1;11.28;0;6.06;31258
+74096;44.66462;5.80025;1141;20220704;29.5;15.3;22.4;1.9;13.98;1.4;5.47;24476
+74096;44.66462;5.80025;1141;20220705;26.8;13.5;20.2;2.7;13.78;0;5.25;23645
+74096;44.66462;5.80025;1141;20220706;25.6;12.2;18.9;2.4;11.38;0;5.13;23696
+74096;44.66462;5.80025;1141;20220707;24.2;11.7;18;2.9;11.78;0;4.93;22840
+74096;44.66462;5.80025;1141;20220708;24.5;12.8;18.7;3.1;11.48;0;5.08;22049
+74096;44.66462;5.80025;1141;20220709;26.9;10.2;18.6;2.3;10.68;0;5.51;26338
+74096;44.66462;5.80025;1141;20220710;27.3;12.2;19.8;2.8;11.78;0;5.65;24982
+74096;44.66462;5.80025;1141;20220711;30.5;11.4;21;1.7;12.88;0;5.79;28066
+74096;44.66462;5.80025;1141;20220712;29.2;10.7;20;1.8;12.08;0;5.62;27557
+74096;44.66462;5.80025;1141;20220713;31.8;11;21.4;1.4;12.18;.1;5.88;29165
+74096;44.66462;5.80025;1141;20220714;32.6;12;22.3;1.5;11.78;0;6.05;28953
+74096;44.66462;5.80025;1141;20220715;30.7;14.2;22.5;2.2;11.28;0;6.04;25821
+74096;44.66462;5.80025;1141;20220716;30.4;15.1;22.8;2.9;11.18;0;6.38;24789
+74096;44.66462;5.80025;1141;20220717;32.4;14.3;23.4;1.9;12.08;0;6.12;26908
+74096;44.66462;5.80025;1141;20220718;33.7;13.2;23.5;.8;13.28;0;5.55;28570
+74096;44.66462;5.80025;1141;20220719;32.8;14.4;23.6;.9;15.78;0;5.39;26974
+74096;44.66462;5.80025;1141;20220720;32;13.8;22.9;1.9;14.58;.1;5.9;26743
+74096;44.66462;5.80025;1141;20220721;31.2;14.4;22.8;2.7;14.38;0;6.12;25602
+74096;44.66462;5.80025;1141;20220722;34.6;11.7;23.2;1.2;11.48;.1;6.05;29832
+74096;44.66462;5.80025;1141;20220723;31.8;13.1;22.5;1.7;13.48;.1;5.76;26844
+74096;44.66462;5.80025;1141;20220724;34.2;12.8;23.5;1.6;12.98;0;6.19;28632
+74096;44.66462;5.80025;1141;20220725;34.4;11.8;23.1;1.2;11.58;.4;5.94;29324
+74096;44.66462;5.80025;1141;20220726;25.9;16.4;21.2;3.8;13.68;0;5.12;18858
+74096;44.66462;5.80025;1141;20220727;27.7;12;19.9;2.5;11.68;0;5.39;24218
+74096;44.66462;5.80025;1141;20220728;29.6;9;19.3;1.5;10.68;0;5.39;27666
+74096;44.66462;5.80025;1141;20220729;22.4;12.1;17.3;1.6;12.98;3.3;3.73;19415
+74096;44.66462;5.80025;1141;20220730;26.2;14.2;20.2;3;11.78;0;5.14;20887
+74096;44.66462;5.80025;1141;20220731;29.1;12.7;20.9;2.2;10.08;0;5.56;24354
+74096;44.66462;5.80025;1141;20220801;31.6;14.8;23.2;2.2;11.28;0;5.9;24544
+74096;44.66462;5.80025;1141;20220802;31.3;15.1;23.2;2.1;11.38;0;5.72;23990
+74096;44.66462;5.80025;1141;20220803;32.6;11.2;21.9;1;12.58;0;5.28;27482
+74096;44.66462;5.80025;1141;20220804;30.5;13.8;22.2;.8;16.18;8.2;4.63;24136
+74096;44.66462;5.80025;1141;20220805;33;12.2;22.6;1.2;15.18;.6;5.37;26835
+74096;44.66462;5.80025;1141;20220806;28.5;13.9;21.2;2.8;14.88;0;5.14;22334
+74096;44.66462;5.80025;1141;20220807;27.4;13.1;20.3;2.3;14.58;0;4.71;21990
+74096;44.66462;5.80025;1141;20220808;29;12.5;20.8;2.2;13.28;0;5.13;23518
+74096;44.66462;5.80025;1141;20220809;31.4;12.1;21.8;1.1;12.08;.1;4.95;25321
+74096;44.66462;5.80025;1141;20220810;30.5;10.8;20.7;1;11.98;.5;4.77;25448
+74096;44.66462;5.80025;1141;20220811;31.7;10.4;21.1;1.1;11.28;0;5.02;26327
+74096;44.66462;5.80025;1141;20220812;31.4;9.9;20.7;1.4;9.48;0;5.23;26305
+74096;44.66462;5.80025;1141;20220813;30.5;11.5;21;1.5;7.38;3.6;5.11;24574
+74096;44.66462;5.80025;1141;20220814;23.1;12.5;17.8;1;13.58;22.6;3.34;18189
+74096;44.66462;5.80025;1141;20220815;25.9;8.5;17.2;.7;12.18;.1;3.88;23233
+74096;44.66462;5.80025;1141;20220816;27.7;8;17.9;1.7;12.48;0;4.61;24588
+74096;44.66462;5.80025;1141;20220817;24.7;16.6;20.7;2.6;13.28;24.6;4.04;15585
+74096;44.66462;5.80025;1141;20220818;18.5;8.1;13.3;2.1;13.18;20.3;2.75;17581
+74096;44.66462;5.80025;1141;20220819;18.6;12.3;15.5;4.7;13.88;.8;2.82;13544
+74096;44.66462;5.80025;1141;20220820;22.9;14.3;18.6;3.1;13.78;0;3.72;15762
+74096;44.66462;5.80025;1141;20220821;23.3;13.1;18.2;3.2;13.38;0;3.89;17074
+74096;44.66462;5.80025;1141;20220822;23.6;11.7;17.7;2.6;11.78;0;3.98;18338
+74096;44.66462;5.80025;1141;20220823;26.2;12.2;19.2;2;12.08;0;4.19;19775
+74096;44.66462;5.80025;1141;20220824;29.5;9.9;19.7;1;12.88;0;4.21;23280
+74096;44.66462;5.80025;1141;20220825;29.6;10.7;20.2;1.4;13.68;0;4.38;22696
+74096;44.66462;5.80025;1141;20220826;25.1;15.1;20.1;2.6;13.98;1.1;3.9;16327
+74096;44.66462;5.80025;1141;20220827;24.1;15.2;19.7;2.4;14.88;.2;3.49;15278
+74096;44.66462;5.80025;1141;20220828;27.8;10.5;19.2;.9;14.48;.1;3.74;21237
+74096;44.66462;5.80025;1141;20220829;29.2;8.6;18.9;.8;12.78;0;3.93;23022
+74096;44.66462;5.80025;1141;20220830;26.6;13.5;20.1;1.6;14.48;4.9;3.69;18172
+74096;44.66462;5.80025;1141;20220831;20.9;11.4;16.2;2.2;14.58;.4;2.78;15321
+74096;44.66462;5.80025;1141;20220901;25.4;11.6;18.5;2.5;12.58;0;3.97;18369
+74096;44.66462;5.80025;1141;20220902;23.3;8.3;15.8;1.3;12.38;3.1;3.21;19009
+74096;44.66462;5.80025;1141;20220903;24.2;11;17.6;1.4;13.68;10.8;3.22;17674
+74096;44.66462;5.80025;1141;20220904;25.6;8.9;17.3;.9;13.88;.2;3.27;19747
+74096;44.66462;5.80025;1141;20220905;25.7;10.4;18.1;1.4;13.88;.8;3.4;18735
+74096;44.66462;5.80025;1141;20220906;25.5;10.2;17.9;1.5;14.38;2.1;3.35;18577
+74096;44.66462;5.80025;1141;20220907;24.4;12;18.2;2.1;15.08;11.7;3.22;16559
+74096;44.66462;5.80025;1141;20220908;21.6;8.8;15.2;1.6;12.68;.1;2.83;16682
+74096;44.66462;5.80025;1141;20220909;20.8;6.2;13.5;1.3;10.48;0;2.8;17676
+74096;44.66462;5.80025;1141;20220910;19.5;8;13.8;3.2;10.18;0;3.11;15522
+74096;44.66462;5.80025;1141;20220911;21.2;9.5;15.4;3.2;9.98;.1;3.49;15518
+74096;44.66462;5.80025;1141;20220912;27.7;5;16.4;.9;10.78;.1;3.39;21511
+74096;44.66462;5.80025;1141;20220913;25.9;8.2;17.1;1.6;12.88;1.1;3.35;18793
+74096;44.66462;5.80025;1141;20220914;21.8;14.1;18;3;14.28;30.8;2.88;12199
+74096;44.66462;5.80025;1141;20220915;21.6;9.4;15.5;1.6;13.58;1;2.57;15270
+74096;44.66462;5.80025;1141;20220916;18;12.2;15.1;3.3;12.18;0;2.45;10355
+74096;44.66462;5.80025;1141;20220917;12.1;6.9;9.5;5.8;7.08;0;2.73;9696
+74096;44.66462;5.80025;1141;20220918;16.7;3.1;9.9;3.8;7.18;0;3.03;15672
+74096;44.66462;5.80025;1141;20220919;16.5;5.1;10.8;3.4;7.58;0;2.85;14186
+74096;44.66462;5.80025;1141;20220920;17.1;3.8;10.5;3.3;8.18;0;2.75;15188
+74096;44.66462;5.80025;1141;20220921;20.6;4.7;12.7;2.1;8.88;0;2.86;16459
+74096;44.66462;5.80025;1141;20220922;19.6;4;11.8;1.1;9.28;0;2.31;16134
+74096;44.66462;5.80025;1141;20220923;17.7;1.5;9.6;.9;9.18;11.8;2.05;16275
+74096;44.66462;5.80025;1141;20220924;15.2;9.4;12.3;.9;11.88;12.3;1.51;9541
+74096;44.66462;5.80025;1141;20220925;13.4;7.9;10.7;2.2;10.88;5.1;1.5;9186
+74096;44.66462;5.80025;1141;20220926;14.5;6.9;10.7;2.7;8.98;3.1;2.02;10722
+74096;44.66462;5.80025;1141;20220927;10.4;5.7;8.1;2.8;8.68;2.6;1.42;8290
+74096;44.66462;5.80025;1141;20220928;14.6;5.6;10.1;1.1;10.18;12;1.57;11435
+74096;44.66462;5.80025;1141;20220929;13.1;6.2;9.7;2;10.08;.3;1.47;9872
+74096;44.66462;5.80025;1141;20220930;7.7;4.3;6;2.7;8.28;1.3;1.04;6781
+74096;44.66462;5.80025;1141;20221001;13;3.5;8.3;2.1;9.88;1.6;1.41;11365
+74096;44.66462;5.80025;1141;20221002;20.6;11.4;16;3.1;12.78;.1;2.47;11052
+74096;44.66462;5.80025;1141;20221003;17.1;10.7;13.9;2.6;10.88;0;2.05;9073
+74096;44.66462;5.80025;1141;20221004;23.1;2.3;12.7;.4;8.88;.1;1.9;16355
+74096;44.66462;5.80025;1141;20221005;20.8;3.6;12.2;1;9.88;.2;1.98;14678
+74096;44.66462;5.80025;1141;20221006;18.5;4.8;11.7;1.6;10.68;.1;1.85;12920
+74096;44.66462;5.80025;1141;20221007;20.3;4.5;12.4;.9;9.68;.1;1.85;13728
+74096;44.66462;5.80025;1141;20221008;15.8;8.4;12.1;1.5;11.78;5.9;1.42;9208
+74096;44.66462;5.80025;1141;20221009;15.4;10.1;12.8;1;12.88;3.3;1.21;7662
+74096;44.66462;5.80025;1141;20221010;19.3;8.8;14.1;.7;11.98;.3;1.53;10748
+74096;44.66462;5.80025;1141;20221011;20.3;6.1;13.2;.9;11.08;.1;1.68;12384
+74096;44.66462;5.80025;1141;20221012;18;6.9;12.5;.7;11.28;.1;1.41;10786
+74096;44.66462;5.80025;1141;20221013;16.9;3.7;10.3;.9;10.18;.2;1.4;11638
+74096;44.66462;5.80025;1141;20221014;17.3;7.8;12.6;1.2;11.58;.2;1.41;9713
+74096;44.66462;5.80025;1141;20221015;22.8;4.5;13.7;.8;10.68;.2;1.72;13403
+74096;44.66462;5.80025;1141;20221016;20.2;5.3;12.8;1.5;10.78;.1;1.75;11918
+74096;44.66462;5.80025;1141;20221017;21;9.7;15.4;1.9;11.38;0;1.97;10217
+74096;44.66462;5.80025;1141;20221018;22.5;5.8;14.2;.9;10.38;.2;1.66;12312
+74096;44.66462;5.80025;1141;20221019;23.7;4.3;14;.7;9.48;0;1.6;13118
+74096;44.66462;5.80025;1141;20221020;18.9;6.4;12.7;2.3;10.48;4.8;1.8;10348
+74096;44.66462;5.80025;1141;20221021;16.2;11.6;13.9;5.3;12.68;24.5;1.75;6103
+74096;44.66462;5.80025;1141;20221022;16.6;10;13.3;3.2;12.18;.5;1.53;7260
+74096;44.66462;5.80025;1141;20221023;19.8;14.5;17.2;4.9;10.58;0;3.17;6396
+74096;44.66462;5.80025;1141;20221024;18.4;14.7;16.6;3.4;11.78;6.5;2.2;5234
+74096;44.66462;5.80025;1141;20221025;18.3;6.7;12.5;1.7;10.78;.1;1.44;9325
+74096;44.66462;5.80025;1141;20221026;22.7;8.1;15.4;1.1;9.38;0;1.61;10353
+74096;44.66462;5.80025;1141;20221027;23;5.2;14.1;.9;9.98;.1;1.45;11305
+74096;44.66462;5.80025;1141;20221028;24.6;5.5;15.1;.5;9.28;0;1.22;11565
+74096;44.66462;5.80025;1141;20221029;22.7;5.2;14;.7;8.48;.1;1.27;10914
+74096;44.66462;5.80025;1141;20221030;21.1;5.5;13.3;1.4;8.78;0;1.58;10155
+74096;44.66462;5.80025;1141;20221031;19.3;6;12.7;2.9;8.28;19.2;2.16;9235
+74096;44.66462;5.80025;1141;20221101;17.6;9.6;13.6;2.6;10.78;3.4;1.61;7014
+74096;44.66462;5.80025;1141;20221102;13.3;3.8;8.6;1.2;9.38;.1;.86;7563
+74096;44.66462;5.80025;1141;20221103;9.9;.7;5.3;1.6;8.78;21.7;.62;7340
+74096;44.66462;5.80025;1141;20221104;5.4;.1;2.8;2.5;7.08;1.9;.55;5441
+74096;44.66462;5.80025;1141;20221105;5.8;2;3.9;5.1;6.38;0;1.06;4509
+74096;44.66462;5.80025;1141;20221106;14.3;-1.9;6.2;1;5.88;.1;.94;9438
+74096;44.66462;5.80025;1141;20221107;17.3;-1.2;8.1;.6;6.38;0;.81;9971
+74096;44.66462;5.80025;1141;20221108;12.1;.3;6.2;3.1;7.48;0;1.13;7813
+74096;44.66462;5.80025;1141;20221109;13;10.5;11.8;3.5;9.78;27.4;1.49;3422
+74096;44.66462;5.80025;1141;20221110;10.8;5.5;8.2;2;8.98;0;.82;5024
+74096;44.66462;5.80025;1141;20221111;17.5;-.5;8.5;.3;7.88;0;.58;9339
+74096;44.66462;5.80025;1141;20221112;15.3;.3;7.8;.2;7.78;0;.5;8397
+74096;44.66462;5.80025;1141;20221113;14.3;2.7;8.5;.6;7.18;.1;.67;7264
+74096;44.66462;5.80025;1141;20221114;9.7;.4;5.1;2;7.78;5.7;.65;6399
+74096;44.66462;5.80025;1141;20221115;9.7;5.7;7.7;2.3;10.08;8.5;.54;4063
+74096;44.66462;5.80025;1141;20221116;12;2.9;7.5;1.4;8.18;1;.73;6173
+74096;44.66462;5.80025;1141;20221117;12.2;.1;6.2;1.3;8.18;5.5;.62;7069
+74096;44.66462;5.80025;1141;20221118;6.5;3;4.8;3.2;7.18;.8;.76;3648
+74096;44.66462;5.80025;1141;20221119;3.8;2.1;3;2.7;6.08;.1;.73;2440
+74096;44.66462;5.80025;1141;20221120;5;1.5;3.3;3.2;5.58;0;.95;3562
+74096;44.66462;5.80025;1141;20221121;5.7;-1.1;2.3;2.4;5.88;9.5;.65;5001
+74096;44.66462;5.80025;1141;20221122;2.7;1.1;1.9;4.7;5.88;.4;.74;2277
+74096;44.66462;5.80025;1141;20221123;4.9;-1.8;1.6;1.7;6.28;3.9;.42;4853
+74096;44.66462;5.80025;1141;20221124;9.2;1.5;5.4;1.7;6.38;0;.76;5164
+74096;44.66462;5.80025;1141;20221125;10.3;-.2;5.1;2.7;6.48;.1;.92;6008
+74096;44.66462;5.80025;1141;20221126;6.9;2.1;4.5;3.1;5.88;0;1.01;3945
+74096;44.66462;5.80025;1141;20221127;9.6;-5.1;2.3;1.3;4.68;0;.64;7012
+74096;44.66462;5.80025;1141;20221128;5.5;1.6;3.6;1.5;5.78;1.8;.64;3463
+74096;44.66462;5.80025;1141;20221129;1.7;.5;1.1;2;6.28;2;.39;1797
+74096;44.66462;5.80025;1141;20221130;4.2;-1.7;1.3;1.2;5.58;0;.42;4235
+74096;44.66462;5.80025;1141;20221201;2.5;-3.9;-.7;1.3;5.08;0;.36;4383
+74096;44.66462;5.80025;1141;20221202;4.1;-2.7;.7;.7;5.28;.1;.34;4487
+74096;44.66462;5.80025;1141;20221203;1.9;-2.3;-.2;1.1;6.08;11.3;.26;3448
+74096;44.66462;5.80025;1141;20221204;4.8;1.1;3;2.6;6.68;13.8;.51;3197
+74096;44.66462;5.80025;1141;20221205;5.2;-3.6;.8;.5;5.38;.1;.28;5022
+74096;44.66462;5.80025;1141;20221206;5.2;-7.1;-.9;.4;4.48;0;.22;5941
+74096;44.66462;5.80025;1141;20221207;1.4;-4.7;-1.6;1.4;4.28;0;.41;4087
+74096;44.66462;5.80025;1141;20221208;2.9;-8.9;-3;.5;4.38;19.5;.19;5743
+74096;44.66462;5.80025;1141;20221209;5.6;1.5;3.6;1.5;7.98;14;.28;3269
+74096;44.66462;5.80025;1141;20221210;1;.5;.8;2.9;5.88;0;.48;982
+74096;44.66462;5.80025;1141;20221211;-1.7;-5;-3.3;2.7;3.48;0;.59;2879
+74096;44.66462;5.80025;1141;20221212;2.6;-9.5;-3.4;.7;3.38;9.6;.26;5705
+74096;44.66462;5.80025;1141;20221213;1.5;-2.7;-.6;1.2;6.08;9.2;.21;3251
+74096;44.66462;5.80025;1141;20221214;4.1;-.6;1.8;.6;6.68;1.1;.27;3441
+74096;44.66462;5.80025;1141;20221215;3;-1;1;.5;6.78;27.4;.25;3146
+74096;44.66462;5.80025;1141;20221216;1.6;.3;1;2;6.48;0;.32;1687
+74096;44.66462;5.80025;1141;20221217;1.7;-2.4;-.3;2;4.48;0;.55;3174
+74096;44.66462;5.80025;1141;20221218;7.2;-7.5;-.1;1.2;4.38;0;.41;6211
+74096;44.66462;5.80025;1141;20221219;8.8;2.3;5.6;2.9;6.98;0;.8;4047
+74096;44.66462;5.80025;1141;20221220;10.8;6.1;8.5;5.7;7.18;1.1;1.75;3403
+74096;44.66462;5.80025;1141;20221221;7.5;6;6.8;2.7;8.18;2.2;.74;1819
+74096;44.66462;5.80025;1141;20221222;9.2;-.2;4.5;1.1;7.78;9.5;.31;4912
+74096;44.66462;5.80025;1141;20221223;10;4.5;7.3;.8;9.78;.2;.33;3705
+74096;44.66462;5.80025;1141;20221224;14.6;6.2;10.4;1.3;9.28;0;.65;4640
+74096;44.66462;5.80025;1141;20221225;14;-1.9;6.1;1.1;6.78;0;.5;6484
+74096;44.66462;5.80025;1141;20221226;13.8;1.4;7.6;1.1;7.68;0;.52;5711
+74096;44.66462;5.80025;1141;20221227;7.8;3.5;5.7;3.1;7.08;0;.83;3275
+74096;44.66462;5.80025;1141;20221228;10.1;-6.2;2;1.1;4.98;0;.44;6621
+74096;44.66462;5.80025;1141;20221229;10;.5;5.3;2.2;7.28;.7;.61;5017
+74096;44.66462;5.80025;1141;20221230;7.6;3.7;5.7;.7;8.68;3.6;.34;3142
+74096;44.66462;5.80025;1141;20221231;15.5;1.8;8.7;2.5;8.38;0;.96;6123
+74097;44.6768;6.11457;1147;20220101;15;5;10;.9;4.62;0;.72;5256
+74097;44.6768;6.11457;1147;20220102;15.5;7.3;11.4;1.4;4.82;0;1.13;4765
+74097;44.6768;6.11457;1147;20220103;9.6;2.9;6.2;1.3;5.52;0;.7;4313
+74097;44.6768;6.11457;1147;20220104;12.1;4.1;8.1;1.5;5.82;2;.86;4761
+74097;44.6768;6.11457;1147;20220105;1.9;.8;1.3;2.3;4.72;0;.7;1649
+74097;44.6768;6.11457;1147;20220106;.9;-7.3;-3.2;1.7;3.12;0;.49;4888
+74097;44.6768;6.11457;1147;20220107;2.2;-7.4;-2.6;1.4;3.12;4;.48;5344
+74097;44.6768;6.11457;1147;20220108;4.2;-4.2;0;1.7;4.62;9.7;.46;5025
+74097;44.6768;6.11457;1147;20220109;.1;-1.4;-.7;3.4;4.92;2.8;.46;2023
+74097;44.6768;6.11457;1147;20220110;2;-4.1;-1.1;1.3;3.82;0;.47;4323
+74097;44.6768;6.11457;1147;20220111;.8;-7.6;-3.4;1.2;3.32;0;.39;5153
+74097;44.6768;6.11457;1147;20220112;-.2;-9;-4.6;1;3.02;0;.35;5327
+74097;44.6768;6.11457;1147;20220113;9.3;-11.1;-.9;.8;3.02;0;.45;8293
+74097;44.6768;6.11457;1147;20220114;9.8;.1;4.9;.9;3.32;0;.69;5710
+74097;44.6768;6.11457;1147;20220115;14.8;1;7.9;1.1;3.52;0;.89;6918
+74097;44.6768;6.11457;1147;20220116;7.8;1.3;4.5;1.2;3.52;0;.84;4733
+74097;44.6768;6.11457;1147;20220117;4.6;-5.4;-.4;.9;3.52;0;.48;5982
+74097;44.6768;6.11457;1147;20220118;11.6;-7.1;2.2;1;3.42;0;.66;8343
+74097;44.6768;6.11457;1147;20220119;7.4;1.7;4.5;1.8;3.72;0;1.07;4565
+74097;44.6768;6.11457;1147;20220120;3.7;-3.7;0;1.2;4.32;0;.5;5289
+74097;44.6768;6.11457;1147;20220121;1;-4.5;-1.8;1.4;3.62;0;.53;4585
+74097;44.6768;6.11457;1147;20220122;.8;-7.7;-3.5;.9;3.32;0;.4;5816
+74097;44.6768;6.11457;1147;20220123;8.7;-5.8;1.4;.7;3.72;0;.52;7749
+74097;44.6768;6.11457;1147;20220124;9.7;-1.6;4;.8;3.42;0;.68;6899
+74097;44.6768;6.11457;1147;20220125;8.8;-.3;4.2;.8;3.42;0;.71;6246
+74097;44.6768;6.11457;1147;20220126;8.4;-1.9;3.2;.7;3.42;0;.63;6741
+74097;44.6768;6.11457;1147;20220127;8.5;-3.5;2.5;.8;3.12;0;.68;7383
+74097;44.6768;6.11457;1147;20220128;4.2;-4.8;-.3;1.2;3.72;0;.62;6447
+74097;44.6768;6.11457;1147;20220129;5.3;-7.4;-1.1;.8;3.62;0;.53;7795
+74097;44.6768;6.11457;1147;20220130;6.5;-5;.7;1.1;4.52;0;.61;7503
+74097;44.6768;6.11457;1147;20220131;7.4;-3.5;1.9;4.3;4.42;0;1.28;7395
+74097;44.6768;6.11457;1147;20220201;5.5;-5.4;0;2.5;4.02;.1;.89;7491
+74097;44.6768;6.11457;1147;20220202;16.6;1.2;8.9;3.8;4.72;0;2.43;9060
+74097;44.6768;6.11457;1147;20220203;14;-1.2;6.4;1.2;5.02;0;1.03;9119
+74097;44.6768;6.11457;1147;20220204;9.6;.3;4.9;1.7;5.22;0;1;7183
+74097;44.6768;6.11457;1147;20220205;7.8;-.8;3.5;1.7;5.32;0;.86;6992
+74097;44.6768;6.11457;1147;20220206;5.6;-2.9;1.3;1.4;4.72;1.3;.72;7043
+74097;44.6768;6.11457;1147;20220207;8.4;-.2;4.1;2.7;4.82;.2;1.23;7182
+74097;44.6768;6.11457;1147;20220208;8.9;-4.5;2.2;1.4;4.02;0;.97;9136
+74097;44.6768;6.11457;1147;20220209;13.5;2.4;7.9;1.7;3.52;0;1.58;8409
+74097;44.6768;6.11457;1147;20220210;6.8;3.4;5.1;1.9;3.69;0;1.61;10949
+74097;44.6768;6.11457;1147;20220211;10.3;-1.7;4.3;2.3;3.94;0;1.52;9768
+74097;44.6768;6.11457;1147;20220212;8.1;-2.2;2.9;3.8;3.29;0;1.99;9993
+74097;44.6768;6.11457;1147;20220213;8.9;-2.1;3.4;2.5;3.89;4.5;1.56;10268
+74097;44.6768;6.11457;1147;20220214;1.2;-.9;.2;2.2;4.75;12.9;.6;3855
+74097;44.6768;6.11457;1147;20220215;6.1;-3.8;1.2;1.7;4.59;0;1;10627
+74097;44.6768;6.11457;1147;20220216;3.4;-3.9;-.3;1.4;5.32;2.1;.59;7452
+74097;44.6768;6.11457;1147;20220217;14.5;2.7;8.6;2.2;7.12;0;1.49;9657
+74097;44.6768;6.11457;1147;20220218;16.6;1.9;9.2;2;6.42;0;1.73;10946
+74097;44.6768;6.11457;1147;20220219;6.5;1.3;3.9;1.6;5.82;0;.9;6514
+74097;44.6768;6.11457;1147;20220220;10.8;-3;3.9;1.8;4.72;.1;1.34;10882
+74097;44.6768;6.11457;1147;20220221;5.3;-.1;2.6;3.6;5.52;8.8;1;6821
+74097;44.6768;6.11457;1147;20220222;9.3;-1.7;3.8;2.1;4.62;0;1.36;9952
+74097;44.6768;6.11457;1147;20220223;13.9;-1.8;6;1.5;4.42;0;1.59;12084
+74097;44.6768;6.11457;1147;20220224;9.7;2.8;6.2;2;4.62;0;1.53;8047
+74097;44.6768;6.11457;1147;20220225;7.4;-.7;3.3;2;4.12;0;1.34;8849
+74097;44.6768;6.11457;1147;20220226;8.6;-5.3;1.6;1.7;2.92;0;1.47;11805
+74097;44.6768;6.11457;1147;20220227;7.1;-3.1;2;1.8;3.52;.1;1.35;10212
+74097;44.6768;6.11457;1147;20220228;10;-3;3.5;1.5;3.32;0;1.52;11702
+74097;44.6768;6.11457;1147;20220301;9.7;-2.6;3.5;1.5;3.92;0;1.44;11521
+74097;44.6768;6.11457;1147;20220302;8;-.7;3.6;1.5;5.02;0;1.21;9778
+74097;44.6768;6.11457;1147;20220303;10.1;-1.3;4.4;1.2;5.12;0;1.31;11363
+74097;44.6768;6.11457;1147;20220304;10.3;-1;4.6;1.6;4.62;0;1.51;11452
+74097;44.6768;6.11457;1147;20220305;7.2;-3;2.1;1.5;3.22;0;1.41;11003
+74097;44.6768;6.11457;1147;20220306;6.5;-4.6;.9;1.3;3.02;0;1.33;11627
+74097;44.6768;6.11457;1147;20220307;7.6;-5.4;1.1;1.2;3.22;0;1.36;12751
+74097;44.6768;6.11457;1147;20220308;8.5;-2.7;2.9;1.7;3.62;0;1.57;11963
+74097;44.6768;6.11457;1147;20220309;10.9;-2.6;4.1;2.1;4.32;0;1.81;13309
+74097;44.6768;6.11457;1147;20220310;11.1;.1;5.6;1.8;4.42;0;1.79;12135
+74097;44.6768;6.11457;1147;20220311;9.8;1.1;5.4;1.9;4.72;0;1.68;10895
+74097;44.6768;6.11457;1147;20220312;9.3;1.6;5.4;3.8;4.12;0;2.22;10356
+74097;44.6768;6.11457;1147;20220313;3.8;1.8;2.8;1.3;5.62;8.5;.87;5239
+74097;44.6768;6.11457;1147;20220314;11.7;1.2;6.4;2.4;7.02;1.7;1.63;12405
+74097;44.6768;6.11457;1147;20220315;14.6;5.2;9.9;2.3;7.52;0;2.02;11858
+74097;44.6768;6.11457;1147;20220316;17.7;6.3;12;1.8;6.12;0;2.45;13224
+74097;44.6768;6.11457;1147;20220317;12.8;5.1;8.9;1.3;7.72;0;1.6;10951
+74097;44.6768;6.11457;1147;20220318;12.8;6.1;9.5;5.4;5.74;.3;3.26;9391
+74097;44.6768;6.11457;1147;20220319;12.7;4.2;8.5;5.3;3.89;0;3.92;13660
+74097;44.6768;6.11457;1147;20220320;9.2;1.7;5.4;4.9;3.79;0;3.01;10895
+74097;44.6768;6.11457;1147;20220321;10.2;1.1;5.7;4;3.54;0;3.05;15418
+74097;44.6768;6.11457;1147;20220322;11.2;-2.5;4.3;4.5;2.19;0;3.74;17902
+74097;44.6768;6.11457;1147;20220323;13.8;-1.8;6;3.8;2.34;0;3.95;18856
+74097;44.6768;6.11457;1147;20220324;15.6;-1.8;6.9;2.8;2.84;0;3.57;19538
+74097;44.6768;6.11457;1147;20220325;16.3;-1.5;7.4;3.1;2.99;0;3.74;19636
+74097;44.6768;6.11457;1147;20220326;15;0;7.5;4;2.99;0;4.05;18558
+74097;44.6768;6.11457;1147;20220327;13.7;1.4;7.5;3.2;2.94;0;3.46;13991
+74097;44.6768;6.11457;1147;20220328;17.2;-.4;8.4;2.8;3.24;0;3.73;20278
+74097;44.6768;6.11457;1147;20220329;15.6;.7;8.1;2.8;4.59;1.5;3.27;17541
+74097;44.6768;6.11457;1147;20220330;7.7;3.2;5.5;1.8;6.55;1.3;1.44;10719
+74097;44.6768;6.11457;1147;20220331;11.8;1.7;6.7;2.3;6.34;0;2.39;17771
+74097;44.6768;6.11457;1147;20220401;3.8;-1;1.4;2.8;4.24;3.1;1.61;10382
+74097;44.6768;6.11457;1147;20220402;1.2;-4.7;-1.8;4;2.65;0;2.08;14625
+74097;44.6768;6.11457;1147;20220403;6.1;-5.2;.4;2.4;3.79;.6;1.91;15828
+74097;44.6768;6.11457;1147;20220404;9.7;-4.7;2.5;1.8;4.14;0;2.4;20898
+74097;44.6768;6.11457;1147;20220405;15.6;-3.8;5.9;2.1;4.34;0;3.32;22990
+74097;44.6768;6.11457;1147;20220406;14.1;-1.3;6.4;2.3;5.64;1.7;2.91;19168
+74097;44.6768;6.11457;1147;20220407;12.3;2.9;7.6;2.7;7.39;17.3;2.28;13897
+74097;44.6768;6.11457;1147;20220408;12.8;4.3;8.5;2;8.99;6.5;1.83;13158
+74097;44.6768;6.11457;1147;20220409;7;2.9;4.9;3.5;4.54;.2;2.45;13406
+74097;44.6768;6.11457;1147;20220410;13.4;-3.6;4.9;1.8;3.54;0;3.11;23446
+74097;44.6768;6.11457;1147;20220411;13.9;-.9;6.5;2.1;5.29;0;2.83;17767
+74097;44.6768;6.11457;1147;20220412;17.1;1.1;9.1;3.3;6.64;0;3.55;19013
+74097;44.6768;6.11457;1147;20220413;19.2;5.9;12.6;3.7;6.64;.1;4.39;18193
+74097;44.6768;6.11457;1147;20220414;20.7;2.7;11.7;3;6.44;0;4.42;22866
+74097;44.6768;6.11457;1147;20220415;23.1;5.2;14.2;2.3;7.34;0;4.51;24042
+74097;44.6768;6.11457;1147;20220416;22.7;7.5;15.1;2.4;7.14;0;4.49;23238
+74097;44.6768;6.11457;1147;20220417;18.4;5.5;11.9;2.8;6.64;0;4.15;22387
+74097;44.6768;6.11457;1147;20220418;18.1;1.5;9.8;2.3;6.24;0;3.9;23921
+74097;44.6768;6.11457;1147;20220419;18.7;1.4;10.1;2.3;5.44;0;4.01;23871
+74097;44.6768;6.11457;1147;20220420;14.6;2.4;8.5;3.2;7.34;3.2;3.08;17165
+74097;44.6768;6.11457;1147;20220421;13.3;6;9.7;5.4;6.89;0;3.56;15868
+74097;44.6768;6.11457;1147;20220422;16.6;6;11.3;3.7;7.19;0;3.97;19039
+74097;44.6768;6.11457;1147;20220423;8.5;6.4;7.4;1.4;7.65;22.2;1.33;7714
+74097;44.6768;6.11457;1147;20220424;11.1;1.3;6.2;2.1;7.44;.2;2.19;15668
+74097;44.6768;6.11457;1147;20220425;15.5;4.6;10;1.8;7.64;0;3.34;22074
+74097;44.6768;6.11457;1147;20220426;17.1;1.2;9.2;2.2;6.44;0;3.81;24839
+74097;44.6768;6.11457;1147;20220427;19.7;1.3;10.5;2.5;6.19;0;4.43;26480
+74097;44.6768;6.11457;1147;20220428;19.7;4.1;11.9;2.3;6.89;0;4.31;24878
+74097;44.6768;6.11457;1147;20220429;20.9;3.7;12.3;3;7.09;0;4.73;25580
+74097;44.6768;6.11457;1147;20220430;17.5;6.7;12.1;2.3;7.04;0;3.65;19547
+74097;44.6768;6.11457;1147;20220501;17.9;2.7;10.3;2;6.04;0;4.02;25857
+74097;44.6768;6.11457;1147;20220502;18.6;2.4;10.5;2.3;7.49;1.3;4.06;25487
+74097;44.6768;6.11457;1147;20220503;15.1;5.3;10.2;1.8;8.84;2.9;3.06;18052
+74097;44.6768;6.11457;1147;20220504;16.5;4;10.3;2.3;8.79;6.5;3.28;20352
+74097;44.6768;6.11457;1147;20220505;10.7;7;8.9;2.3;9.5;10.8;1.89;10610
+74097;44.6768;6.11457;1147;20220506;14.7;5.4;10;1.3;9.02;0;2.61;17869
+74097;44.6768;6.11457;1147;20220507;15.2;6.4;10.8;1.2;10.02;2.8;2.58;17462
+74097;44.6768;6.11457;1147;20220508;17.8;6.8;12.3;1.4;10.52;3.4;3.02;19640
+74097;44.6768;6.11457;1147;20220509;18.4;6;12.2;1.6;9.82;.9;3.26;20963
+74097;44.6768;6.11457;1147;20220510;20.1;7.1;13.6;1.4;10.52;0;3.47;21567
+74097;44.6768;6.11457;1147;20220511;21.6;9.8;15.7;1.9;10.42;0;3.81;20629
+74097;44.6768;6.11457;1147;20220512;22.1;8.8;15.4;1.9;9.82;0;4.01;22008
+74097;44.6768;6.11457;1147;20220513;21.4;10.1;15.7;1.8;11.22;0;3.68;20356
+74097;44.6768;6.11457;1147;20220514;22.7;9.3;16;1.9;11.12;.2;4.03;22276
+74097;44.6768;6.11457;1147;20220515;21.9;9.9;15.9;1.9;11.22;3;3.85;21154
+74097;44.6768;6.11457;1147;20220516;22.3;9.8;16;1.5;11.12;.7;3.86;21679
+74097;44.6768;6.11457;1147;20220517;24.9;10.9;17.9;1.8;11.12;0;4.45;23041
+74097;44.6768;6.11457;1147;20220518;25.9;11.3;18.6;2.3;11.12;3.5;4.85;23621
+74097;44.6768;6.11457;1147;20220519;23.8;12.4;18.1;2;11.42;.8;4.22;20923
+74097;44.6768;6.11457;1147;20220520;23.7;11.2;17.4;1.9;11.12;0;4.26;21995
+74097;44.6768;6.11457;1147;20220521;26.6;11.9;19.2;2;11.02;0;4.92;23949
+74097;44.6768;6.11457;1147;20220522;28.8;14.4;21.6;1.3;12.12;.8;4.83;23778
+74097;44.6768;6.11457;1147;20220523;22.9;13.6;18.2;1.9;11.02;0;4.02;19129
+74097;44.6768;6.11457;1147;20220524;18.9;11.7;15.3;1.3;11.72;2.3;3.06;16857
+74097;44.6768;6.11457;1147;20220525;13.9;8.2;11;.7;10.82;.8;2.34;15020
+74097;44.6768;6.11457;1147;20220526;21.6;8.7;15.1;1.6;11.22;2.2;3.91;22763
+74097;44.6768;6.11457;1147;20220527;23.8;10.2;17;1.5;12.92;0;4.17;23441
+74097;44.6768;6.11457;1147;20220528;21.4;9.2;15.3;1.7;11.42;0;3.87;22248
+74097;44.6768;6.11457;1147;20220529;18.5;5.3;11.9;2;8.02;0;3.81;23208
+74097;44.6768;6.11457;1147;20220530;19;4.5;11.7;1.9;7.72;1.3;3.95;24391
+74097;44.6768;6.11457;1147;20220531;17;9.6;13.3;2.1;10.02;.5;3.12;17406
+74097;44.6768;6.11457;1147;20220601;24;9.1;16.5;1.7;10.72;1;4.52;24838
+74097;44.6768;6.11457;1147;20220602;26.5;12.6;19.5;1.4;11.62;0;4.7;24032
+74097;44.6768;6.11457;1147;20220603;23.4;15.3;19.3;1.8;13.12;3;3.89;18333
+74097;44.6768;6.11457;1147;20220604;25.8;14.7;20.2;3;12.06;.3;5.95;26224
+74097;44.6768;6.11457;1147;20220605;26.4;15.4;20.9;2.5;11.66;1.7;5.16;22315
+74097;44.6768;6.11457;1147;20220606;25.7;9.2;17.5;1.9;11.11;.2;5.18;27547
+74097;44.6768;6.11457;1147;20220607;22.4;10.5;16.4;2.3;9.96;0;4.5;22997
+74097;44.6768;6.11457;1147;20220608;18.8;7.9;13.4;2;8.76;1.3;3.92;22509
+74097;44.6768;6.11457;1147;20220609;18.2;7.4;12.8;2.7;9.42;.3;3.69;21400
+74097;44.6768;6.11457;1147;20220610;23.2;4.4;13.8;1.4;8.52;0;4.65;28334
+74097;44.6768;6.11457;1147;20220611;26.5;8.4;17.4;1.8;10.12;0;5.23;27827
+74097;44.6768;6.11457;1147;20220612;28.5;11.2;19.8;1.9;9.82;.2;5.62;27227
+74097;44.6768;6.11457;1147;20220613;27.1;12.7;19.9;2.1;11.32;0;5.23;24844
+74097;44.6768;6.11457;1147;20220614;28.9;10.3;19.6;1.5;11.42;0;5.46;28285
+74097;44.6768;6.11457;1147;20220615;27;15;21;1.6;11.92;8.3;4.81;22694
+74097;44.6768;6.11457;1147;20220616;28.8;15.4;22.1;2.4;11.12;0;5.67;24006
+74097;44.6768;6.11457;1147;20220617;31;14;22.5;1.8;10.72;0;5.91;27076
+74097;44.6768;6.11457;1147;20220618;30;16.6;23.3;2.3;12.92;.9;5.7;24024
+74097;44.6768;6.11457;1147;20220619;28;16.9;22.4;2;13.52;0;5;21852
+74097;44.6768;6.11457;1147;20220620;28.1;14.7;21.4;2.2;10.72;0;5.47;24032
+74097;44.6768;6.11457;1147;20220621;27;17.2;22.1;2.4;11.32;5.5;5.12;20522
+74097;44.6768;6.11457;1147;20220622;21.3;14.5;17.9;2.4;14.72;8.2;3.41;17059
+74097;44.6768;6.11457;1147;20220623;22.2;14.5;18.3;2.1;13.32;2.5;3.77;18162
+74097;44.6768;6.11457;1147;20220624;19.5;13.5;16.5;1.8;12.82;12.6;3.15;16004
+74097;44.6768;6.11457;1147;20220625;23.4;9.9;16.6;1.9;10.92;0;4.49;24097
+74097;44.6768;6.11457;1147;20220626;27.3;14.6;20.9;2.1;12.02;.1;5.13;23354
+74097;44.6768;6.11457;1147;20220627;26.6;15.1;20.8;1.8;14.12;.1;4.65;22199
+74097;44.6768;6.11457;1147;20220628;21;13;17;.9;14.62;9;3.31;18468
+74097;44.6768;6.11457;1147;20220629;26.7;11.3;19;1.3;13.42;0;4.77;25680
+74097;44.6768;6.11457;1147;20220630;25.2;14.5;19.8;1.5;13.62;3;4.29;21351
+74097;44.6768;6.11457;1147;20220701;21.2;10.6;15.9;1.9;12.52;.2;3.78;21227
+74097;44.6768;6.11457;1147;20220702;28.5;8.8;18.6;1.1;9.42;0;5.27;28979
+74097;44.6768;6.11457;1147;20220703;31;15.9;23.4;1.9;10.22;0;5.85;25313
+74097;44.6768;6.11457;1147;20220704;28.3;17;22.6;1.8;13.52;2.5;4.93;21840
+74097;44.6768;6.11457;1147;20220705;26.7;12.9;19.8;1.6;12.92;0;4.77;24120
+74097;44.6768;6.11457;1147;20220706;26.4;11.5;18.9;1.6;11.62;0;4.86;25031
+74097;44.6768;6.11457;1147;20220707;25.4;10.9;18.1;1.3;11.52;.1;4.56;24648
+74097;44.6768;6.11457;1147;20220708;26.5;10.5;18.5;1.7;11.42;0;4.96;25855
+74097;44.6768;6.11457;1147;20220709;27;12.1;19.5;1.5;11.82;0;4.87;24896
+74097;44.6768;6.11457;1147;20220710;27.5;12.1;19.8;1.9;11.72;0;5.15;25262
+74097;44.6768;6.11457;1147;20220711;28.2;12.8;20.5;1.6;12.82;0;5.05;25208
+74097;44.6768;6.11457;1147;20220712;28.8;13.4;21.1;1.4;10.82;0;5.11;25152
+74097;44.6768;6.11457;1147;20220713;27.3;13.9;20.6;1.6;12.52;.2;4.79;23393
+74097;44.6768;6.11457;1147;20220714;30.5;16.8;23.6;1.9;13.22;0;5.42;23598
+74097;44.6768;6.11457;1147;20220715;30.7;15.4;23;2.2;10.52;0;5.88;24886
+74097;44.6768;6.11457;1147;20220716;30.4;14;22.2;1.8;10.92;0;5.59;25704
+74097;44.6768;6.11457;1147;20220717;31.7;14.1;22.9;1.6;12.22;0;5.65;26561
+74097;44.6768;6.11457;1147;20220718;32.2;17.4;24.8;2.1;13.72;.2;5.8;24270
+74097;44.6768;6.11457;1147;20220719;31.4;17.7;24.5;2.1;14.42;0;5.55;23274
+74097;44.6768;6.11457;1147;20220720;29.9;18.1;24;2;14.12;.2;5.12;21518
+74097;44.6768;6.11457;1147;20220721;31.4;14.5;22.9;1.7;12.62;0;5.55;25710
+74097;44.6768;6.11457;1147;20220722;32.2;16.9;24.5;1.8;11.52;0;5.67;24372
+74097;44.6768;6.11457;1147;20220723;29.9;17.4;23.6;1.7;14.12;.8;4.96;21935
+74097;44.6768;6.11457;1147;20220724;32;14.8;23.4;1.7;13.52;0;5.57;25675
+74097;44.6768;6.11457;1147;20220725;30.5;18;24.2;2;12.82;.9;5.27;21779
+74097;44.6768;6.11457;1147;20220726;27.7;13.4;20.5;2.1;13.52;0;4.86;23222
+74097;44.6768;6.11457;1147;20220727;27.6;12;19.8;2;12.02;0;4.95;24171
+74097;44.6768;6.11457;1147;20220728;27.9;14.3;21.1;1.9;11.32;0;4.9;22466
+74097;44.6768;6.11457;1147;20220729;22.1;15.6;18.8;1.6;12.32;2.1;3.36;15406
+74097;44.6768;6.11457;1147;20220730;26.5;11.7;19.1;1.7;11.42;0;4.59;23253
+74097;44.6768;6.11457;1147;20220731;28.7;12.7;20.7;1.7;10.22;0;5.03;24083
+74097;44.6768;6.11457;1147;20220801;30.7;14.5;22.6;1.6;10.82;0;5.2;24129
+74097;44.6768;6.11457;1147;20220802;30.8;14.2;22.5;1.5;10.32;0;5.16;24318
+74097;44.6768;6.11457;1147;20220803;29.7;16.8;23.2;1.6;12.82;0;4.76;21315
+74097;44.6768;6.11457;1147;20220804;29.3;19.6;24.4;1.8;15.72;5.4;4.43;18370
+74097;44.6768;6.11457;1147;20220805;30.6;16.6;23.6;1.9;14.72;.3;4.98;22004
+74097;44.6768;6.11457;1147;20220806;29.3;13.3;21.3;2.1;13.72;0;4.99;23422
+74097;44.6768;6.11457;1147;20220807;28.7;13.1;20.9;1.7;12.92;.1;4.71;23009
+74097;44.6768;6.11457;1147;20220808;28.9;13.4;21.1;1.6;12.72;0;4.67;22818
+74097;44.6768;6.11457;1147;20220809;29.6;14.4;22;1.7;12.02;.2;4.83;22476
+74097;44.6768;6.11457;1147;20220810;26.8;16.7;21.7;2.2;12.72;1.9;4.36;18186
+74097;44.6768;6.11457;1147;20220811;27.7;13.8;20.7;2.1;11.52;0;4.69;21253
+74097;44.6768;6.11457;1147;20220812;29.1;14.3;21.7;2.2;9.82;0;5.11;21816
+74097;44.6768;6.11457;1147;20220813;28.4;15.6;22;2.8;6.72;1.2;5.6;20159
+74097;44.6768;6.11457;1147;20220814;22.5;16.2;19.3;2;12.52;15.5;3.31;14000
+74097;44.6768;6.11457;1147;20220815;24.9;11;17.9;1.6;11.42;.1;3.93;20772
+74097;44.6768;6.11457;1147;20220816;25.9;12.1;19;1.6;11.42;0;4.05;20572
+74097;44.6768;6.11457;1147;20220817;25;16.4;20.7;3.1;12.32;26.2;4.27;16098
+74097;44.6768;6.11457;1147;20220818;18.2;8.9;13.5;2.9;12.42;21;2.66;16644
+74097;44.6768;6.11457;1147;20220819;22.6;9.2;15.9;1.6;12.12;.1;3.43;19893
+74097;44.6768;6.11457;1147;20220820;24.5;10.1;17.3;1.9;12.82;.1;3.75;20497
+74097;44.6768;6.11457;1147;20220821;24.7;12;18.3;1.6;13.12;.1;3.6;19111
+74097;44.6768;6.11457;1147;20220822;24.5;10.9;17.7;1.8;12.52;0;3.68;19651
+74097;44.6768;6.11457;1147;20220823;26.1;11.2;18.6;1.3;12.72;0;3.74;20439
+74097;44.6768;6.11457;1147;20220824;26.9;13.6;20.2;1.5;13.12;0;3.82;19167
+74097;44.6768;6.11457;1147;20220825;27.3;15.5;21.4;1.8;13.82;.1;3.89;17915
+74097;44.6768;6.11457;1147;20220826;25;14.6;19.8;1.9;13.92;1.6;3.49;16687
+74097;44.6768;6.11457;1147;20220827;25.3;12.3;18.8;1.8;14.02;.1;3.55;18545
+74097;44.6768;6.11457;1147;20220828;25.6;12.9;19.2;1.5;13.22;.1;3.51;18193
+74097;44.6768;6.11457;1147;20220829;26.7;13.7;20.2;1.5;12.62;.1;3.68;18272
+74097;44.6768;6.11457;1147;20220830;23.2;16.2;19.7;2;13.32;4;3.09;13252
+74097;44.6768;6.11457;1147;20220831;22.1;10.7;16.4;1.9;13.82;.9;2.93;16837
+74097;44.6768;6.11457;1147;20220901;24.2;11.5;17.8;1.5;12.22;0;3.28;17644
+74097;44.6768;6.11457;1147;20220902;20.6;12.6;16.6;1.2;11.82;1.3;2.58;13851
+74097;44.6768;6.11457;1147;20220903;21.6;13.3;17.4;1.3;12.12;9.8;2.7;13998
+74097;44.6768;6.11457;1147;20220904;24.3;10;17.1;1.1;12.12;.1;3.11;18287
+74097;44.6768;6.11457;1147;20220905;24.8;13.9;19.3;1.3;12.82;.7;3.08;15808
+74097;44.6768;6.11457;1147;20220906;25.7;14.6;20.1;2.3;13.72;1.9;3.52;15820
+74097;44.6768;6.11457;1147;20220907;24.5;12.7;18.6;3.3;13.42;11.1;3.61;16179
+74097;44.6768;6.11457;1147;20220908;20.9;10.1;15.5;2;12.02;0;2.74;15336
+74097;44.6768;6.11457;1147;20220909;19.9;9.3;14.6;2.1;9.22;0;2.9;15058
+74097;44.6768;6.11457;1147;20220910;19.3;7.2;13.2;1.5;8.92;.1;2.64;15960
+74097;44.6768;6.11457;1147;20220911;21.8;7;14.4;1.3;9.62;0;2.83;17514
+74097;44.6768;6.11457;1147;20220912;25.4;9.9;17.6;1.4;10.42;0;3.23;17766
+74097;44.6768;6.11457;1147;20220913;24.9;14.1;19.5;1.7;12.22;1.3;3.09;14660
+74097;44.6768;6.11457;1147;20220914;19.4;15.3;17.3;2.8;13.52;19.5;2.28;8870
+74097;44.6768;6.11457;1147;20220915;22.1;10;16;2.2;12.02;.4;2.82;15239
+74097;44.6768;6.11457;1147;20220916;19.4;9.8;14.6;1.4;11.02;0;2.28;13421
+74097;44.6768;6.11457;1147;20220917;15.8;5;10.4;1.9;7.22;0;2.31;14110
+74097;44.6768;6.11457;1147;20220918;17.1;1.5;9.3;1;7.02;0;2.2;16833
+74097;44.6768;6.11457;1147;20220919;17.7;4.7;11.2;1.4;7.12;0;2.35;15197
+74097;44.6768;6.11457;1147;20220920;18.7;3.8;11.2;.9;8.12;0;2.2;16121
+74097;44.6768;6.11457;1147;20220921;18.9;4.2;11.5;1.1;8.72;0;2.22;15849
+74097;44.6768;6.11457;1147;20220922;17.9;8.5;13.2;1.2;9.72;0;2.02;12503
+74097;44.6768;6.11457;1147;20220923;17.4;7.3;12.3;1.5;9.52;9.4;2.04;12833
+74097;44.6768;6.11457;1147;20220924;13;9.8;11.4;1.6;10.92;11.7;1.28;7059
+74097;44.6768;6.11457;1147;20220925;13.5;7.5;10.5;1.6;10.12;5;1.46;9637
+74097;44.6768;6.11457;1147;20220926;14.1;6.2;10.1;1.9;8.52;2.1;1.75;10969
+74097;44.6768;6.11457;1147;20220927;12.3;5.9;9.1;1.6;7.82;2.3;1.56;9745
+74097;44.6768;6.11457;1147;20220928;12;4;8;1.4;9.12;8.6;1.32;10800
+74097;44.6768;6.11457;1147;20220929;13.1;6.9;10;1.5;9.42;.4;1.41;9378
+74097;44.6768;6.11457;1147;20220930;8.2;4.3;6.2;1;8.32;3.9;.96;7312
+74097;44.6768;6.11457;1147;20221001;9.4;3.5;6.4;1.4;9.32;1.6;.96;8938
+74097;44.6768;6.11457;1147;20221002;19.7;8.5;14.1;1.6;10.92;.2;2;12251
+74097;44.6768;6.11457;1147;20221003;17.7;6.6;12.1;1.2;10.02;0;1.73;12056
+74097;44.6768;6.11457;1147;20221004;21.1;7.3;14.2;1.4;9.02;0;2.18;13310
+74097;44.6768;6.11457;1147;20221005;19.7;9.9;14.8;1.6;10.12;.4;2.01;11054
+74097;44.6768;6.11457;1147;20221006;20;7.3;13.6;1.4;10.32;.1;1.92;12463
+74097;44.6768;6.11457;1147;20221007;19.6;8.9;14.2;1.5;9.92;.1;1.93;11288
+74097;44.6768;6.11457;1147;20221008;13.8;10;11.9;.8;11.02;6;1.1;6564
+74097;44.6768;6.11457;1147;20221009;14.6;10.3;12.4;.5;12.32;9.1;1.06;6910
+74097;44.6768;6.11457;1147;20221010;17.7;10.3;14;.8;11.62;.2;1.38;9017
+74097;44.6768;6.11457;1147;20221011;19.4;8;13.7;1.1;10.32;.2;1.65;11103
+74097;44.6768;6.11457;1147;20221012;16.3;9;12.6;1.1;10.72;.1;1.34;8735
+74097;44.6768;6.11457;1147;20221013;15.3;5.5;10.4;1.1;9.42;0;1.31;10027
+74097;44.6768;6.11457;1147;20221014;15.9;7;11.4;1.6;9.92;.1;1.41;9427
+74097;44.6768;6.11457;1147;20221015;21.1;7.8;14.4;1.5;10.12;.1;1.86;11424
+74097;44.6768;6.11457;1147;20221016;20;10.1;15;1.5;10.12;0;1.76;9704
+74097;44.6768;6.11457;1147;20221017;21.4;10.4;15.9;1.6;10.02;0;1.92;10109
+74097;44.6768;6.11457;1147;20221018;22;11.3;16.6;1.5;9.92;0;1.92;9840
+74097;44.6768;6.11457;1147;20221019;22.7;10.5;16.6;1.5;8.22;0;2.06;10386
+74097;44.6768;6.11457;1147;20221020;17.9;12.6;15.2;1.8;9.62;8.8;1.72;6688
+74097;44.6768;6.11457;1147;20221021;14.1;12.1;13.1;3.1;12.62;23.9;1.03;3976
+74097;44.6768;6.11457;1147;20221022;15.4;11.3;13.3;2.5;12.22;4;1.18;5705
+74097;44.6768;6.11457;1147;20221023;18.1;12;15;1.9;10.22;2.7;1.64;6911
+74097;44.6768;6.11457;1147;20221024;16.8;13.8;15.3;2.6;10.82;11.6;1.7;4722
+74097;44.6768;6.11457;1147;20221025;17.4;7;12.2;1;10.22;.1;1.16;8850
+74097;44.6768;6.11457;1147;20221026;22;11.7;16.8;1.8;8.72;0;2.02;8690
+74097;44.6768;6.11457;1147;20221027;22.4;13.9;18.1;1.7;9.02;0;2;7772
+74097;44.6768;6.11457;1147;20221028;23.9;12.7;18.3;1.5;8.32;0;1.96;8833
+74097;44.6768;6.11457;1147;20221029;22.9;12.8;17.8;1.2;7.92;0;1.69;8267
+74097;44.6768;6.11457;1147;20221030;20.5;12.3;16.4;1.1;7.92;0;1.49;7330
+74097;44.6768;6.11457;1147;20221031;18.9;9.6;14.2;1.7;8.22;11.2;1.62;7716
+74097;44.6768;6.11457;1147;20221101;15.8;9.5;12.6;1.6;9.92;9.2;1.17;6231
+74097;44.6768;6.11457;1147;20221102;14.3;5.5;9.9;1;9.32;.1;.87;7303
+74097;44.6768;6.11457;1147;20221103;8.5;5.3;6.9;2.4;8.32;26.6;.73;4265
+74097;44.6768;6.11457;1147;20221104;6.4;1.2;3.8;2.2;6.62;1.7;.67;5420
+74097;44.6768;6.11457;1147;20221105;9.1;-.4;4.3;1.4;5.72;0;.82;7300
+74097;44.6768;6.11457;1147;20221106;14.2;.2;7.2;1.6;5.22;.1;1.23;8789
+74097;44.6768;6.11457;1147;20221107;15.8;3;9.4;1.2;5.02;0;1.18;8286
+74097;44.6768;6.11457;1147;20221108;13;6;9.5;1.5;5.42;0;1.25;5996
+74097;44.6768;6.11457;1147;20221109;11.5;8.6;10;1.7;8.82;26.8;.92;3737
+74097;44.6768;6.11457;1147;20221110;11.4;4.4;7.9;1.5;8.42;0;.73;5842
+74097;44.6768;6.11457;1147;20221111;17.2;3.4;10.3;1.6;6.52;0;1.27;8180
+74097;44.6768;6.11457;1147;20221112;15.3;7.3;11.3;1.1;6.12;0;1.07;6101
+74097;44.6768;6.11457;1147;20221113;14.9;8.5;11.7;1.5;5.72;0;1.34;5367
+74097;44.6768;6.11457;1147;20221114;9.7;4.9;7.3;1.9;6.82;6.8;.92;4563
+74097;44.6768;6.11457;1147;20221115;8.5;5.7;7.1;2.1;9.42;14;.45;3394
+74097;44.6768;6.11457;1147;20221116;11.8;4.2;8;1.4;8.22;1.4;.69;5654
+74097;44.6768;6.11457;1147;20221117;13.6;4.2;8.9;2.2;8.02;6.5;.98;6235
+74097;44.6768;6.11457;1147;20221118;9.1;2;5.5;2;6.82;.1;.72;5329
+74097;44.6768;6.11457;1147;20221119;6.4;-1;2.7;1.8;5.52;0;.62;5381
+74097;44.6768;6.11457;1147;20221120;6;-1.1;2.4;1.8;5.02;0;.68;5206
+74097;44.6768;6.11457;1147;20221121;6.1;-1.6;2.2;1.6;5.22;6.9;.59;5369
+74097;44.6768;6.11457;1147;20221122;6.3;.1;3.2;1.6;5.42;.1;.63;4744
+74097;44.6768;6.11457;1147;20221123;5.9;-2.4;1.7;1.4;4.92;3.1;.55;5461
+74097;44.6768;6.11457;1147;20221124;9.3;-.4;4.4;1.4;5.12;0;.71;5858
+74097;44.6768;6.11457;1147;20221125;10.9;2.9;6.9;1.6;5.22;0;.94;5247
+74097;44.6768;6.11457;1147;20221126;7;-.6;3.2;1.3;5.22;0;.57;5058
+74097;44.6768;6.11457;1147;20221127;9.7;-.3;4.7;1.2;3.62;0;.79;5775
+74097;44.6768;6.11457;1147;20221128;6;1.5;3.7;1.8;4.42;.8;.87;3770
+74097;44.6768;6.11457;1147;20221129;2.7;0;1.3;.8;5.82;1;.36;2847
+74097;44.6768;6.11457;1147;20221130;5.8;-2.3;1.7;1.7;5.12;0;.53;5036
+74097;44.6768;6.11457;1147;20221201;4.2;-2.5;.8;.9;4.92;0;.38;4523
+74097;44.6768;6.11457;1147;20221202;3.5;-4.6;-.6;.9;4.32;.1;.36;4952
+74097;44.6768;6.11457;1147;20221203;3.1;-1;1;2.6;5.22;2.6;.53;3437
+74097;44.6768;6.11457;1147;20221204;4.7;1.9;3.3;1.7;5.92;16;.55;2783
+74097;44.6768;6.11457;1147;20221205;4.8;-.2;2.3;1.1;5.32;.1;.45;3760
+74097;44.6768;6.11457;1147;20221206;6.5;-3.4;1.5;.7;4.12;0;.38;5338
+74097;44.6768;6.11457;1147;20221207;-2.1;-7.2;-4.7;.5;3.72;0;.22;3750
+74097;44.6768;6.11457;1147;20221208;4.9;-7.3;-1.2;1.3;3.72;20.4;.44;5876
+74097;44.6768;6.11457;1147;20221209;3.6;1.3;2.4;2.1;6.82;18;.31;2422
+74097;44.6768;6.11457;1147;20221210;.9;.9;.9;.8;5.92;0;.4;0
+74097;44.6768;6.11457;1147;20221211;-.3;-6.1;-3.2;1;3.42;0;.34;3927
+74097;44.6768;6.11457;1147;20221212;1.3;-7.8;-3.3;1;3.12;9.3;.35;4949
+74097;44.6768;6.11457;1147;20221213;2.5;-2.6;-.1;1;6.02;6.9;.2;3639
+74097;44.6768;6.11457;1147;20221214;4.9;1.6;3.2;.9;6.82;.5;.33;2878
+74097;44.6768;6.11457;1147;20221215;5.8;.1;2.9;2;6.52;26.4;.38;3835
+74097;44.6768;6.11457;1147;20221216;1.4;.9;1.1;1.5;6.32;.1;.32;990
+74097;44.6768;6.11457;1147;20221217;-1.2;-2.5;-1.9;.8;4.82;0;.3;1717
+74097;44.6768;6.11457;1147;20221218;7.1;-4;1.5;1.5;3.42;0;.67;5399
+74097;44.6768;6.11457;1147;20221219;8.9;-.3;4.3;2.6;5.02;0;.92;4892
+74097;44.6768;6.11457;1147;20221220;9;1.8;5.4;2.8;6.12;3;.85;4302
+74097;44.6768;6.11457;1147;20221221;6.5;4.1;5.3;1.9;7.22;2.7;.54;2397
+74097;44.6768;6.11457;1147;20221222;9;1.9;5.4;1.4;6.82;8.5;.48;4271
+74097;44.6768;6.11457;1147;20221223;9.5;3.2;6.3;1.9;8.42;.3;.4;4015
+74097;44.6768;6.11457;1147;20221224;11.8;5.1;8.4;1.8;8.02;0;.67;4152
+74097;44.6768;6.11457;1147;20221225;15.6;5.9;10.7;1.8;6.02;0;1.14;5046
+74097;44.6768;6.11457;1147;20221226;12;6;9;1.1;6.22;0;.73;3934
+74097;44.6768;6.11457;1147;20221227;8.8;2.1;5.4;1.4;6.42;0;.54;4180
+74097;44.6768;6.11457;1147;20221228;8.4;-.8;3.8;1.8;3.62;0;.91;4948
+74097;44.6768;6.11457;1147;20221229;8.1;1.8;4.9;2;6.02;2.2;.68;4074
+74097;44.6768;6.11457;1147;20221230;6;3.7;4.8;2;7.82;5.3;.39;2391
+74097;44.6768;6.11457;1147;20221231;15;3.8;9.4;2.2;9.02;0;.73;5547
+74098;44.68804;6.42901;1648;20220101;14.4;6.8;10.6;1;3.43;0;.73;6531
+74098;44.68804;6.42901;1648;20220102;12.1;6.3;9.2;1.8;4.03;0;1.19;5695
+74098;44.68804;6.42901;1648;20220103;7.9;2.6;5.2;1.7;4.16;0;.85;5377
+74098;44.68804;6.42901;1648;20220104;8.4;3.1;5.8;3.6;5.36;1.5;1.22;5282
+74098;44.68804;6.42901;1648;20220105;1.2;-.8;.2;3.3;4.29;0;.8;2873
+74098;44.68804;6.42901;1648;20220106;-1.6;-7.3;-4.5;4.3;2.09;0;1.13;6193
+74098;44.68804;6.42901;1648;20220107;0;-8.7;-4.3;1.9;2.26;2.6;.61;6942
+74098;44.68804;6.42901;1648;20220108;1.7;-5.5;-1.9;3.2;3.73;8.5;.62;6248
+74098;44.68804;6.42901;1648;20220109;-2.2;-4.3;-3.3;3;3.86;2.8;.52;4521
+74098;44.68804;6.42901;1648;20220110;-1.6;-6.3;-3.9;2.3;2.73;0;.62;4958
+74098;44.68804;6.42901;1648;20220111;.8;-8.3;-3.8;2.2;2.13;0;.67;7108
+74098;44.68804;6.42901;1648;20220112;3.8;-7.6;-1.9;1.8;1.66;0;.94;7721
+74098;44.68804;6.42901;1648;20220113;8.1;-1.4;3.3;1.7;1.76;0;1.04;7571
+74098;44.68804;6.42901;1648;20220114;8.6;.4;4.5;1.7;2.66;0;1.05;7210
+74098;44.68804;6.42901;1648;20220115;10.3;1.5;5.9;1.5;2.96;0;.96;7476
+74098;44.68804;6.42901;1648;20220116;6.3;0;3.1;2.3;2.43;0;1.3;6444
+74098;44.68804;6.42901;1648;20220117;5.1;-1.9;1.6;2.6;2.09;0;1.1;7242
+74098;44.68804;6.42901;1648;20220118;8.4;-.4;4;2;2.43;0;1.16;8031
+74098;44.68804;6.42901;1648;20220119;4.3;-.2;2;1.9;3.19;0;.96;5257
+74098;44.68804;6.42901;1648;20220120;1.7;-5.3;-1.8;3.1;3.09;0;.84;7083
+74098;44.68804;6.42901;1648;20220121;-.6;-6.9;-3.7;2;2.93;0;.5;6810
+74098;44.68804;6.42901;1648;20220122;2.4;-7.5;-2.6;2.2;3.09;0;.58;8276
+74098;44.68804;6.42901;1648;20220123;7.6;-2.7;2.4;1.3;2.96;0;.78;8888
+74098;44.68804;6.42901;1648;20220124;7.5;-.6;3.4;1.5;2.86;0;.92;8121
+74098;44.68804;6.42901;1648;20220125;6.2;-1.5;2.4;1.6;3.13;0;.9;8254
+74098;44.68804;6.42901;1648;20220126;8.7;0;4.4;2.5;2.39;0;1.38;8519
+74098;44.68804;6.42901;1648;20220127;8.4;0;4.2;2.1;1.96;0;1.38;8042
+74098;44.68804;6.42901;1648;20220128;8.5;.8;4.6;3;2.09;0;1.77;8397
+74098;44.68804;6.42901;1648;20220129;7.7;-1.7;3;2.9;2.66;0;1.59;8967
+74098;44.68804;6.42901;1648;20220130;10.5;1.6;6;3.1;2.76;0;1.76;8257
+74098;44.68804;6.42901;1648;20220131;3.3;-1.2;1.1;3;2.66;0;1.36;6535
+74098;44.68804;6.42901;1648;20220201;2.7;-5.3;-1.3;3.7;3.13;0;1.15;8713
+74098;44.68804;6.42901;1648;20220202;7.4;1.6;4.5;3.5;4.43;0;1.55;7777
+74098;44.68804;6.42901;1648;20220203;12.2;.7;6.4;2;3.49;0;1.47;9604
+74098;44.68804;6.42901;1648;20220204;8;-.3;3.8;1.8;4.33;0;1.1;9369
+74098;44.68804;6.42901;1648;20220205;5.4;-.6;2.4;2.8;4.46;0;1.08;8060
+74098;44.68804;6.42901;1648;20220206;5.4;-4.3;.6;2;3.36;0;.98;9829
+74098;44.68804;6.42901;1648;20220207;6.1;-.6;2.7;2.8;3.83;.1;1.38;8020
+74098;44.68804;6.42901;1648;20220208;7.5;-4.1;1.7;2.2;3.39;0;1.21;10905
+74098;44.68804;6.42901;1648;20220209;12.8;1.4;7.1;1.7;2.76;0;1.58;11064
+74098;44.68804;6.42901;1648;20220210;8.4;1.6;5;3;3.57;0;1.41;10535
+74098;44.68804;6.42901;1648;20220211;6.8;-4.2;1.3;3.9;3.8;0;1.13;6735
+74098;44.68804;6.42901;1648;20220212;3.5;-6.2;-1.3;5.5;3.23;0;.91;7890
+74098;44.68804;6.42901;1648;20220213;5.3;-7;-.8;5.4;3.73;4.7;.68;8024
+74098;44.68804;6.42901;1648;20220214;-1.8;-3.9;-2.8;6;4.47;20.8;.68;4872
+74098;44.68804;6.42901;1648;20220215;2.3;-8.5;-3.1;6.9;3.93;0;.6;6570
+74098;44.68804;6.42901;1648;20220216;4;-5.6;-.8;1.8;4.39;0;.77;11065
+74098;44.68804;6.42901;1648;20220217;9.6;.9;5.3;2.5;5.39;0;1.55;10685
+74098;44.68804;6.42901;1648;20220218;14.1;2.6;8.3;2.5;4.63;0;2.05;12773
+74098;44.68804;6.42901;1648;20220219;4.1;.3;2.2;2.5;4.93;0;1.12;6478
+74098;44.68804;6.42901;1648;20220220;7.5;-3.4;2;2.4;3.96;0;1.46;12474
+74098;44.68804;6.42901;1648;20220221;2.1;-1.2;.4;3.6;4.19;4.9;1.22;8195
+74098;44.68804;6.42901;1648;20220222;5.5;-3.8;.9;3.5;3.56;0;1.57;11781
+74098;44.68804;6.42901;1648;20220223;8.3;-1.4;3.5;2.6;3.49;0;1.7;12956
+74098;44.68804;6.42901;1648;20220224;4.8;.9;2.9;2.7;3.82;0;1.6;8787
+74098;44.68804;6.42901;1648;20220225;3.6;-3;.3;2.6;3.39;0;1.4;10702
+74098;44.68804;6.42901;1648;20220226;2.9;-6.2;-1.6;2.3;1.82;0;1.59;13520
+74098;44.68804;6.42901;1648;20220227;2.1;-6.1;-2;2;2.42;0;1.31;11026
+74098;44.68804;6.42901;1648;20220228;3.8;-6.7;-1.4;2.1;2.19;0;1.52;14006
+74098;44.68804;6.42901;1648;20220301;5.1;-3.7;.7;2.5;3.36;0;1.58;13051
+74098;44.68804;6.42901;1648;20220302;6.3;-3.8;1.2;1.6;3.86;0;1.31;12798
+74098;44.68804;6.42901;1648;20220303;7;-1.8;2.6;2.3;4.66;0;1.45;11637
+74098;44.68804;6.42901;1648;20220304;5.7;-2.6;1.5;2.5;4.06;0;1.47;11450
+74098;44.68804;6.42901;1648;20220305;2.2;-4.8;-1.3;2.3;3.23;0;1.33;10050
+74098;44.68804;6.42901;1648;20220306;.7;-8.3;-3.8;2;3.06;0;1.13;11928
+74098;44.68804;6.42901;1648;20220307;3.4;-7.7;-2.1;1.5;2.93;0;1.36;15359
+74098;44.68804;6.42901;1648;20220308;4.2;-5.1;-.4;1.7;3.32;0;1.47;14088
+74098;44.68804;6.42901;1648;20220309;6.6;-4.9;.9;1.5;3.69;0;1.54;15694
+74098;44.68804;6.42901;1648;20220310;8.4;-2;3.2;1.7;3.66;0;1.86;15552
+74098;44.68804;6.42901;1648;20220311;4.9;-1.3;1.8;3.9;4.03;0;1.71;10762
+74098;44.68804;6.42901;1648;20220312;3.2;-.8;1.2;4.1;3.76;.5;1.6;8019
+74098;44.68804;6.42901;1648;20220313;1.6;-.4;.6;3.7;4.59;7;1.08;5470
+74098;44.68804;6.42901;1648;20220314;5.9;-2.6;1.7;3;5.59;2.2;1.32;12788
+74098;44.68804;6.42901;1648;20220315;10.3;1.3;5.8;3.1;6.16;0;1.97;14045
+74098;44.68804;6.42901;1648;20220316;13.2;5.1;9.2;2.1;5.59;0;2.33;13414
+74098;44.68804;6.42901;1648;20220317;8.2;4.4;6.3;3.1;6.39;0;1.65;8027
+74098;44.68804;6.42901;1648;20220318;8.6;3.8;6.2;4;5.62;0;2.32;9082
+74098;44.68804;6.42901;1648;20220319;9.2;.6;4.9;4.7;3.9;0;2.35;14630
+74098;44.68804;6.42901;1648;20220320;6.1;-.9;2.6;4.1;3.42;0;2.45;11290
+74098;44.68804;6.42901;1648;20220321;6.3;-2.1;2.1;3.4;3.42;0;2.3;12537
+74098;44.68804;6.42901;1648;20220322;7.7;-4.9;1.4;7.5;3.13;0;1.73;15116
+74098;44.68804;6.42901;1648;20220323;10.5;-4.8;2.9;5.7;2.93;0;2.12;17627
+74098;44.68804;6.42901;1648;20220324;12.9;-4.3;4.3;1.5;2.52;0;2.61;18676
+74098;44.68804;6.42901;1648;20220325;14.4;-3.9;5.3;2.2;2.62;0;3.16;19472
+74098;44.68804;6.42901;1648;20220326;11.1;-3;4.1;4.3;3.1;0;2.81;17216
+74098;44.68804;6.42901;1648;20220327;9.8;-2.9;3.5;3.4;3.2;0;2.61;17396
+74098;44.68804;6.42901;1648;20220328;14.8;-3.5;5.7;1.8;2.92;0;3.04;20056
+74098;44.68804;6.42901;1648;20220329;13.4;-1.9;5.8;2.5;4.22;1.3;3.03;18483
+74098;44.68804;6.42901;1648;20220330;5.3;.1;2.7;4.3;6.27;2;1.05;8112
+74098;44.68804;6.42901;1648;20220331;8.8;.3;4.6;5.9;5.87;.7;1.22;9113
+74098;44.68804;6.42901;1648;20220401;3.3;-4.5;-.6;3;3.42;2.2;1.92;13465
+74098;44.68804;6.42901;1648;20220402;1.9;-7.1;-2.6;4;2.52;0;2.08;14625
+74098;44.68804;6.42901;1648;20220403;3.3;-7.7;-2.2;3.3;3.02;.4;2.03;16356
+74098;44.68804;6.42901;1648;20220404;8.4;-7;.7;2.8;3.63;0;1.7;20409
+74098;44.68804;6.42901;1648;20220405;14.6;-6;4.3;3.2;4.37;0;2.39;22275
+74098;44.68804;6.42901;1648;20220406;12.9;-2.8;5.1;4.3;5.6;0;2.19;18234
+74098;44.68804;6.42901;1648;20220407;9.9;-1.3;4.3;7.6;6.6;16.3;1.12;9495
+74098;44.68804;6.42901;1648;20220408;8.2;.3;4.3;6.8;7.3;9.2;1.6;14177
+74098;44.68804;6.42901;1648;20220409;3.6;.4;2;7.1;4.13;.1;1.4;9913
+74098;44.68804;6.42901;1648;20220410;11.6;-6.2;2.7;3.8;3.07;0;2.83;23023
+74098;44.68804;6.42901;1648;20220411;14.4;-3.5;5.5;7.1;4.87;0;2.26;16702
+74098;44.68804;6.42901;1648;20220412;14.9;-1.2;6.9;6.7;5.27;0;2.91;19689
+74098;44.68804;6.42901;1648;20220413;14.4;4.5;9.5;4.3;5.5;0;3.44;18998
+74098;44.68804;6.42901;1648;20220414;18.2;.5;9.4;3.2;6;0;3.71;22740
+74098;44.68804;6.42901;1648;20220415;20.9;2;11.5;3.6;6.7;0;3.68;22155
+74098;44.68804;6.42901;1648;20220416;20.9;3.5;12.2;5.8;5.37;0;4.24;22649
+74098;44.68804;6.42901;1648;20220417;17.4;4.5;11;4.2;4.5;0;4.19;21854
+74098;44.68804;6.42901;1648;20220418;16.8;-.5;8.2;4.2;5.03;0;3.69;23725
+74098;44.68804;6.42901;1648;20220419;16.8;-.7;8.1;3.1;5;0;3.42;22953
+74098;44.68804;6.42901;1648;20220420;12.1;-.1;6;3.9;6.03;1.6;2.56;17608
+74098;44.68804;6.42901;1648;20220421;8.2;3;5.6;3.5;6.62;0;2.29;12837
+74098;44.68804;6.42901;1648;20220422;14.7;3;8.9;3.2;6.62;1.7;3.57;19578
+74098;44.68804;6.42901;1648;20220423;5.3;3.4;4.4;6;6.93;19.8;1.35;6652
+74098;44.68804;6.42901;1648;20220424;9.9;-1.8;4.1;6;6.5;0;1.62;16089
+74098;44.68804;6.42901;1648;20220425;13.5;1.7;7.6;5.5;6.8;0;2.3;19422
+74098;44.68804;6.42901;1648;20220426;14.7;-.8;7;3;6.07;0;3.17;22410
+74098;44.68804;6.42901;1648;20220427;17.5;-1.5;8;3.5;5.7;0;3.85;25453
+74098;44.68804;6.42901;1648;20220428;17.2;2.6;9.9;3.4;5.8;0;3.85;24042
+74098;44.68804;6.42901;1648;20220429;19.3;1.3;10.3;4.1;6.37;0;4.27;25502
+74098;44.68804;6.42901;1648;20220430;13.7;6.2;10;3.9;6.93;0;2.75;16035
+74098;44.68804;6.42901;1648;20220501;15.6;-1;7.3;3.6;5.33;0;3.76;26746
+74098;44.68804;6.42901;1648;20220502;16.8;.3;8.6;2.6;6.43;1.3;3.46;23749
+74098;44.68804;6.42901;1648;20220503;11.9;2.7;7.3;2.6;7.77;1;2.48;16997
+74098;44.68804;6.42901;1648;20220504;13.2;2.9;8.1;3.8;7.87;3.6;2.66;20020
+74098;44.68804;6.42901;1648;20220505;6.7;4.4;5.6;5.4;7.73;21;1.62;11691
+74098;44.68804;6.42901;1648;20220506;9.3;3.6;6.4;3.4;7.03;0;1.97;10405
+74098;44.68804;6.42901;1648;20220507;11.4;5.2;8.3;2.5;7.89;3.5;2.21;11305
+74098;44.68804;6.42901;1648;20220508;11.7;4.8;8.3;1.7;8.29;1.5;2.1;12439
+74098;44.68804;6.42901;1648;20220509;13.3;5.6;9.4;1.3;8.26;.7;2.38;13520
+74098;44.68804;6.42901;1648;20220510;16.5;6.5;11.5;1.6;8.59;0;2.89;15729
+74098;44.68804;6.42901;1648;20220511;19.4;8.2;13.8;1.8;8.86;0;3.32;16354
+74098;44.68804;6.42901;1648;20220512;19.8;8.2;14;1.9;8.33;0;3.5;17074
+74098;44.68804;6.42901;1648;20220513;18.2;8.5;13.3;1.7;10.19;0;2.96;15243
+74098;44.68804;6.42901;1648;20220514;19;8.8;13.9;1.9;10.19;.5;3.24;16607
+74098;44.68804;6.42901;1648;20220515;18.3;9.6;14;1.9;10.09;3.3;3.08;15488
+74098;44.68804;6.42901;1648;20220516;19.5;8.8;14.2;2.1;9.36;.6;3.43;16425
+74098;44.68804;6.42901;1648;20220517;21.2;10.3;15.8;1.5;9.86;0;3.5;16993
+74098;44.68804;6.42901;1648;20220518;21.5;11.6;16.6;2;10.13;10.2;3.61;16295
+74098;44.68804;6.42901;1648;20220519;21.2;11.7;16.5;2.7;10.53;.4;3.71;15415
+74098;44.68804;6.42901;1648;20220520;22.9;12;17.5;2.7;9.33;0;4.26;16745
+74098;44.68804;6.42901;1648;20220521;23.5;11.8;17.7;1.7;9.09;0;4.08;17623
+74098;44.68804;6.42901;1648;20220522;25.5;15;20.3;2;10.09;.5;4.36;16948
+74098;44.68804;6.42901;1648;20220523;20.5;13.1;16.8;2.7;9.09;0;3.81;14608
+74098;44.68804;6.42901;1648;20220524;15.6;7.9;11.7;2;8.73;3.2;2.85;13351
+74098;44.68804;6.42901;1648;20220525;12.4;6.1;9.2;2.2;9.26;1.5;2.15;12696
+74098;44.68804;6.42901;1648;20220526;15.2;6.6;10.9;2.4;9.76;2;2.65;15140
+74098;44.68804;6.42901;1648;20220527;19;9.2;14.1;2.2;10.09;1;3.26;16336
+74098;44.68804;6.42901;1648;20220528;19.5;9.7;14.6;2.5;8.56;0;3.59;16705
+74098;44.68804;6.42901;1648;20220529;16.2;6;11.1;2.8;8.16;0;3.32;17405
+74098;44.68804;6.42901;1648;20220530;15.5;3.9;9.7;2.9;7.29;.5;3.29;18163
+74098;44.68804;6.42901;1648;20220531;14.8;7.1;11;3.1;8.29;.2;2.83;13865
+74098;44.68804;6.42901;1648;20220601;20;8.3;14.2;3;9.46;1.8;3.89;18261
+74098;44.68804;6.42901;1648;20220602;22.8;10.9;16.9;2.3;10.29;0;4.12;18271
+74098;44.68804;6.42901;1648;20220603;19.5;13;16.2;2.3;11.19;7.8;3.26;13654
+74098;44.68804;6.42901;1648;20220604;23.8;13.1;18.5;3.7;10.66;2.5;4.71;17181
+74098;44.68804;6.42901;1648;20220605;20.1;12.5;16.3;2.7;10.73;.8;3.63;14726
+74098;44.68804;6.42901;1648;20220606;21.2;9.1;15.2;2.3;9.09;0;4.15;18777
+74098;44.68804;6.42901;1648;20220607;18.7;9.8;14.3;2.4;8.36;0;3.71;15462
+74098;44.68804;6.42901;1648;20220608;17.2;7.8;12.5;2.2;7.53;.9;3.5;16843
+74098;44.68804;6.42901;1648;20220609;14;7.2;10.6;3.3;7.09;0;3.12;12165
+74098;44.68804;6.42901;1648;20220610;19.8;4.8;12.3;2.4;6.39;0;4.1;20146
+74098;44.68804;6.42901;1648;20220611;22.7;9;15.9;2.1;7.83;0;5.35;29646
+74098;44.68804;6.42901;1648;20220612;24.9;12.3;18.6;1.9;7.93;.1;5.63;27566
+74098;44.68804;6.42901;1648;20220613;22.2;13.1;17.7;2.3;9.99;0;5.1;25063
+74098;44.68804;6.42901;1648;20220614;24.4;11.4;17.9;2;10.16;0;5.4;28189
+74098;44.68804;6.42901;1648;20220615;24.1;14;19;1.9;10.69;1.5;5.11;24833
+74098;44.68804;6.42901;1648;20220616;26;14.1;20.1;2;10.83;0;5.82;28573
+74098;44.68804;6.42901;1648;20220617;27;14.1;20.6;1.9;9.96;0;5.73;27972
+74098;44.68804;6.42901;1648;20220618;26.5;16.2;21.3;2.1;12.43;0;5.16;22986
+74098;44.68804;6.42901;1648;20220619;25.8;15.7;20.7;3.3;11.63;0;5.9;25464
+74098;44.68804;6.42901;1648;20220620;25.3;14.1;19.7;3.1;9.56;0;6.13;27134
+74098;44.68804;6.42901;1648;20220621;25.6;15.8;20.7;4.4;9.63;4.8;6.06;21393
+74098;44.68804;6.42901;1648;20220622;19.7;12.3;16;2.3;12.33;8.9;3.64;18669
+74098;44.68804;6.42901;1648;20220623;19.5;11.3;15.4;1.7;11.99;1.2;3.76;20697
+74098;44.68804;6.42901;1648;20220624;15.4;10.1;12.8;1.9;10.56;11.5;3.15;17962
+74098;44.68804;6.42901;1648;20220625;20.7;8.4;14.5;2.2;8.84;0;4.66;27609
+74098;44.68804;6.42901;1648;20220626;23.3;11.5;17.4;2.8;10.64;.3;4.98;25591
+74098;44.68804;6.42901;1648;20220627;20;13.7;16.9;2.4;12.17;.6;4.08;21246
+74098;44.68804;6.42901;1648;20220628;18.7;12.3;15.5;1.9;12.4;13.7;3.14;16127
+74098;44.68804;6.42901;1648;20220629;21.8;9.7;15.7;1.4;11.73;0;4.96;28949
+74098;44.68804;6.42901;1648;20220630;22.1;12.4;17.2;1.9;12.09;1.7;4.64;24573
+74098;44.68804;6.42901;1648;20220701;18.2;9.4;13.8;2;10.03;0;4.38;25194
+74098;44.68804;6.42901;1648;20220702;24.8;9.6;17.2;2;8.19;0;5.86;31006
+74098;44.68804;6.42901;1648;20220703;27;14.3;20.7;1.8;9.76;.2;5.83;28588
+74098;44.68804;6.42901;1648;20220704;25.3;15;20.2;1.8;11.49;4.4;5.15;24465
+74098;44.68804;6.42901;1648;20220705;22.5;12.3;17.4;2.5;10.93;0;5.22;26745
+74098;44.68804;6.42901;1648;20220706;22.6;12.1;17.4;2.5;10.29;0;5.08;25469
+74098;44.68804;6.42901;1648;20220707;22.5;10.7;16.6;2.5;10.86;0;4.97;26105
+74098;44.68804;6.42901;1648;20220708;23;10.2;16.6;2.7;10.46;0;5.4;27673
+74098;44.68804;6.42901;1648;20220709;22.4;11.5;16.9;2;10.59;0;4.71;24311
+74098;44.68804;6.42901;1648;20220710;23.6;11.3;17.4;2.3;10.93;0;5.37;27574
+74098;44.68804;6.42901;1648;20220711;23.5;12.5;18;1.7;11.33;0;4.77;24413
+74098;44.68804;6.42901;1648;20220712;24.2;12.6;18.4;1.9;10.86;0;5.4;27582
+74098;44.68804;6.42901;1648;20220713;24.2;13.3;18.7;1.7;12.29;.8;4.64;22876
+74098;44.68804;6.42901;1648;20220714;26.2;15;20.6;1.7;12.59;0;4.76;22434
+74098;44.68804;6.42901;1648;20220715;26.7;14.5;20.6;1.9;9.79;0;5.6;27104
+74098;44.68804;6.42901;1648;20220716;26.2;14.1;20.1;2.3;10.73;0;5.38;24728
+74098;44.68804;6.42901;1648;20220717;25.3;14.4;19.9;1.9;12.16;0;4.66;21542
+74098;44.68804;6.42901;1648;20220718;27.8;15.8;21.8;1.4;13.19;2.9;4.78;22565
+74098;44.68804;6.42901;1648;20220719;27.9;15.8;21.8;1.8;14.13;0;5.05;22936
+74098;44.68804;6.42901;1648;20220720;26.8;15.8;21.3;1.8;13.86;.1;5.21;24954
+74098;44.68804;6.42901;1648;20220721;26.4;13.6;20;1.6;12.23;0;5.43;28183
+74098;44.68804;6.42901;1648;20220722;28;15.6;21.8;2.1;11.93;0;5.84;26999
+74098;44.68804;6.42901;1648;20220723;25.5;15.3;20.4;2.2;12.73;.8;4.89;21933
+74098;44.68804;6.42901;1648;20220724;27.7;14.4;21;1.8;13.29;0;5.63;27566
+74098;44.68804;6.42901;1648;20220725;27.6;16.4;22;2.2;12.26;1;5.53;24962
+74098;44.68804;6.42901;1648;20220726;23.7;12.9;18.3;2.2;11.16;0;5.06;25663
+74098;44.68804;6.42901;1648;20220727;23.8;12.2;18;2.9;12.23;0;5;23999
+74098;44.68804;6.42901;1648;20220728;23.4;12.9;18.2;2.1;11.03;0;4.59;22154
+74098;44.68804;6.42901;1648;20220729;19.5;13.4;16.5;1.7;10.63;1.3;3.53;17720
+74098;44.68804;6.42901;1648;20220730;22.9;11.1;17;2.4;9.86;0;4.75;24289
+74098;44.68804;6.42901;1648;20220731;25.4;12.3;18.8;2.2;9.46;0;5.48;27213
+74098;44.68804;6.42901;1648;20220801;26.4;13.7;20;2.3;10.03;0;5.55;26265
+74098;44.68804;6.42901;1648;20220802;25.6;13.9;19.7;2.6;10.26;0;5.52;25275
+74098;44.68804;6.42901;1648;20220803;26.3;15;20.6;1.6;11.96;0;4.59;21399
+74098;44.68804;6.42901;1648;20220804;25.2;16.2;20.7;1.5;12.99;7.6;4.01;18251
+74098;44.68804;6.42901;1648;20220805;26.1;15.6;20.8;1.8;12.49;3;4.54;20945
+74098;44.68804;6.42901;1648;20220806;25;12.9;19;2.3;11.66;.6;4.79;23311
+74098;44.68804;6.42901;1648;20220807;23.5;13.3;18.4;2.2;12.29;.7;4.39;21330
+74098;44.68804;6.42901;1648;20220808;23.4;11.4;17.4;2;11.16;0;4.3;22420
+74098;44.68804;6.42901;1648;20220809;25.3;13.1;19.2;1.7;11.46;1;4.6;23290
+74098;44.68804;6.42901;1648;20220810;24;14;19;2.1;11.93;4.6;4.18;19371
+74098;44.68804;6.42901;1648;20220811;24.2;12.9;18.6;1.7;11.13;0;4.34;22461
+74098;44.68804;6.42901;1648;20220812;24.7;13.5;19.1;1.7;10.63;0;4.52;22162
+74098;44.68804;6.42901;1648;20220813;24.2;12.5;18.3;1.8;10.06;.2;4.48;22517
+74098;44.68804;6.42901;1648;20220814;18.1;13.4;15.8;2.1;11.06;16.1;2.69;10164
+74098;44.68804;6.42901;1648;20220815;21.2;10;15.6;2.6;10.06;0;4.26;22957
+74098;44.68804;6.42901;1648;20220816;22.6;10.8;16.7;2;9.89;0;4.29;23057
+74098;44.68804;6.42901;1648;20220817;19.2;13.2;16.2;2.9;11.53;20.8;3.15;13499
+74098;44.68804;6.42901;1648;20220818;16.3;9;12.7;3.2;10.96;15.8;2.74;14834
+74098;44.68804;6.42901;1648;20220819;16.9;8.4;12.6;2.8;10.66;0;2.97;17909
+74098;44.68804;6.42901;1648;20220820;20.3;10.3;15.3;2.5;10.89;.1;3.86;20951
+74098;44.68804;6.42901;1648;20220821;20.3;11.1;15.7;2.3;11.19;.3;3.54;18756
+74098;44.68804;6.42901;1648;20220822;20.1;10.7;15.4;2.3;11.09;0;3.55;18358
+74098;44.68804;6.42901;1648;20220823;22;10.9;16.4;2.2;10.59;0;3.9;19999
+74098;44.68804;6.42901;1648;20220824;22.9;12.5;17.7;1.8;11.63;0;3.83;19992
+74098;44.68804;6.42901;1648;20220825;22.8;13.3;18.1;1.6;12.93;.2;3.49;18270
+74098;44.68804;6.42901;1648;20220826;19.7;12.4;16.1;1.9;12.56;2.5;2.73;13972
+74098;44.68804;6.42901;1648;20220827;19;10.6;14.8;2.2;12.53;0;2.27;12851
+74098;44.68804;6.42901;1648;20220828;20.3;11.9;16.1;1.3;13.03;.1;3.11;18885
+74098;44.68804;6.42901;1648;20220829;22.2;13;17.6;1.8;11.28;.3;3.75;20923
+74098;44.68804;6.42901;1648;20220830;21.5;13.6;17.6;2.1;11.56;4.1;3.36;15760
+74098;44.68804;6.42901;1648;20220831;18.2;9.7;13.9;1.9;11.63;2;2.79;16669
+74098;44.68804;6.42901;1648;20220901;20.2;9.6;14.9;1.7;10.93;0;3.12;17963
+74098;44.68804;6.42901;1648;20220902;17.8;10.9;14.3;1.9;10.66;1.2;2.69;14095
+74098;44.68804;6.42901;1648;20220903;18.3;10.6;14.4;2.5;10.63;6.4;2.88;15110
+74098;44.68804;6.42901;1648;20220904;20.2;9.4;14.8;1.4;10.66;.1;3.13;19343
+74098;44.68804;6.42901;1648;20220905;21.7;11.9;16.8;2.3;11.26;1.2;3.61;18713
+74098;44.68804;6.42901;1648;20220906;20.9;13;16.9;2.5;11.79;1.5;3.19;14977
+74098;44.68804;6.42901;1648;20220907;20.5;12;16.2;2.5;12.09;10.6;3.09;14945
+74098;44.68804;6.42901;1648;20220908;17.4;9.1;13.3;2;10.39;0;2.81;17010
+74098;44.68804;6.42901;1648;20220909;16.4;7.8;12.1;2.5;7.83;0;3.18;18359
+74098;44.68804;6.42901;1648;20220910;15.6;6.2;10.9;1.9;7.49;0;2.78;17524
+74098;44.68804;6.42901;1648;20220911;18.3;6.4;12.4;1.8;7.83;0;3.15;20158
+74098;44.68804;6.42901;1648;20220912;22.4;9.6;16;1.5;8.69;0;3.45;20074
+74098;44.68804;6.42901;1648;20220913;22.8;12.6;17.7;2.9;9.26;1.6;3.87;16936
+74098;44.68804;6.42901;1648;20220914;16;14.1;15;4;11.26;16.7;2.39;7185
+74098;44.68804;6.42901;1648;20220915;17.2;8.9;13.1;2.3;10.69;.2;2.65;16279
+74098;44.68804;6.42901;1648;20220916;15.7;9.1;12.4;2.1;9.63;0;2.45;13671
+74098;44.68804;6.42901;1648;20220917;11.5;4.4;8;3.3;5.49;0;2.78;15835
+74098;44.68804;6.42901;1648;20220918;13.9;1.6;7.8;2.5;5.76;0;2.67;18705
+74098;44.68804;6.42901;1648;20220919;16.1;5.5;10.8;2.4;5.53;0;2.98;17397
+74098;44.68804;6.42901;1648;20220920;14.5;3.8;9.2;2;7.13;0;2.29;15262
+74098;44.68804;6.42901;1648;20220921;13;4.7;8.9;2.3;7.76;0;2.06;11892
+74098;44.68804;6.42901;1648;20220922;14.7;5.4;10.1;1.9;8.16;0;2.21;13997
+74098;44.68804;6.42901;1648;20220923;14.1;5.1;9.6;1.8;7.93;5.9;2.09;13378
+74098;44.68804;6.42901;1648;20220924;9.9;6.4;8.1;2.1;9.29;12.5;1.17;7199
+74098;44.68804;6.42901;1648;20220925;10.4;4.7;7.5;1.4;8.33;2.3;1.56;11779
+74098;44.68804;6.42901;1648;20220926;11.1;2.8;7;1.8;6.73;1.1;1.92;14803
+74098;44.68804;6.42901;1648;20220927;9.5;2.4;6;2.3;6.46;1;1.86;13216
+74098;44.68804;6.42901;1648;20220928;10;2.4;6.2;2.5;7.53;8;1.68;13492
+74098;44.68804;6.42901;1648;20220929;9.6;3.7;6.6;2.2;7.29;.5;1.68;11705
+74098;44.68804;6.42901;1648;20220930;5.5;2.5;4;1.9;7.03;4.4;.99;7023
+74098;44.68804;6.42901;1648;20221001;11.3;1.6;6.4;2;8.06;.2;1.61;13837
+74098;44.68804;6.42901;1648;20221002;16.9;7.6;12.3;2.2;8.73;.1;2.35;13427
+74098;44.68804;6.42901;1648;20221003;15.3;7;11.2;2.2;7.43;0;2.14;12772
+74098;44.68804;6.42901;1648;20221004;18;6.4;12.2;1.9;7.43;0;2.44;15025
+74098;44.68804;6.42901;1648;20221005;17.1;8.2;12.7;1.8;8.83;1.8;2.15;13325
+74098;44.68804;6.42901;1648;20221006;15.7;7.2;11.4;1.7;9.66;0;1.8;12317
+74098;44.68804;6.42901;1648;20221007;16.5;7.2;11.9;1.2;9.23;0;1.85;13460
+74098;44.68804;6.42901;1648;20221008;12;7.3;9.7;1.4;10.06;3.3;1.13;7067
+74098;44.68804;6.42901;1648;20221009;10.6;7.1;8.8;1.4;10.46;5.5;.93;6201
+74098;44.68804;6.42901;1648;20221010;13.8;7.2;10.5;1.3;9.83;.2;1.38;9534
+74098;44.68804;6.42901;1648;20221011;15;6;10.5;1.3;9.26;.1;1.55;12294
+74098;44.68804;6.42901;1648;20221012;13.2;6.8;10;1.2;9.49;.3;1.35;10226
+74098;44.68804;6.42901;1648;20221013;12.9;5.4;9.2;1.2;8.56;0;1.36;10630
+74098;44.68804;6.42901;1648;20221014;12.6;6.4;9.5;1.2;8.79;.1;1.34;9923
+74098;44.68804;6.42901;1648;20221015;17.8;7.1;12.5;2;8.03;0;2.1;13119
+74098;44.68804;6.42901;1648;20221016;16.4;8.7;12.6;2.7;8.79;0;2.08;10853
+74098;44.68804;6.42901;1648;20221017;17.7;9.5;13.6;2.6;8.86;0;2.23;11043
+74098;44.68804;6.42901;1648;20221018;18.5;9.1;13.8;1.6;8.93;0;1.84;11798
+74098;44.68804;6.42901;1648;20221019;19.8;9.7;14.8;1.5;7.66;0;1.98;12158
+74098;44.68804;6.42901;1648;20221020;15.9;11.7;13.8;3.6;8.33;11.6;2.45;7220
+74098;44.68804;6.42901;1648;20221021;11.4;10.1;10.7;4.2;10.66;21.7;1.26;2260
+74098;44.68804;6.42901;1648;20221022;14.4;8.1;11.3;2.6;9.83;4.3;1.44;7522
+74098;44.68804;6.42901;1648;20221023;17.1;9.9;13.5;5;8.79;10.2;2.59;8445
+74098;44.68804;6.42901;1648;20221024;13;10.3;11.6;3.2;9.69;7.6;1.51;5207
+74098;44.68804;6.42901;1648;20221025;15.8;6.4;11.1;2.7;7.93;.2;1.83;10492
+74098;44.68804;6.42901;1648;20221026;18.3;9.9;14.1;2.5;7.89;0;2.13;10078
+74098;44.68804;6.42901;1648;20221027;19.3;10.3;14.8;2.6;8.13;0;2.16;10263
+74098;44.68804;6.42901;1648;20221028;20.2;11.6;15.9;2.1;7.63;0;2.15;10114
+74098;44.68804;6.42901;1648;20221029;19.8;12.3;16;2.1;7.39;0;2.12;9436
+74098;44.68804;6.42901;1648;20221030;18;10.9;14.5;2.2;6.76;0;2.09;9013
+74098;44.68804;6.42901;1648;20221031;16.7;9.1;12.9;2.6;6.49;7;2.05;9365
+74098;44.68804;6.42901;1648;20221101;12.2;6.4;9.3;2.2;8.36;10.9;1.12;6926
+74098;44.68804;6.42901;1648;20221102;10.4;4.4;7.4;1.2;7.83;.1;.88;8130
+74098;44.68804;6.42901;1648;20221103;8.6;3.8;6.2;2.7;7.09;28.8;1.07;5312
+74098;44.68804;6.42901;1648;20221104;4.8;-.2;2.3;3.3;5.36;1;1.03;7583
+74098;44.68804;6.42901;1648;20221105;5.8;-1;2.4;2.8;4.13;0;1.19;7952
+74098;44.68804;6.42901;1648;20221106;11.1;0;5.6;1.5;3.99;.1;1.18;9884
+74098;44.68804;6.42901;1648;20221107;14.2;2.5;8.3;1.5;4.49;0;1.23;10063
+74098;44.68804;6.42901;1648;20221108;11.6;5;8.3;2.5;4.99;0;1.58;7534
+74098;44.68804;6.42901;1648;20221109;8.7;5.3;7;2.4;7.79;25.2;.89;3718
+74098;44.68804;6.42901;1648;20221110;11.5;2.8;7.2;1.9;7.13;0;.99;8397
+74098;44.68804;6.42901;1648;20221111;13.9;4.6;9.2;1.2;4.96;0;1.07;8884
+74098;44.68804;6.42901;1648;20221112;15.1;7.1;11.1;1.4;4.36;0;1.35;6881
+74098;44.68804;6.42901;1648;20221113;10.7;7.7;9.2;1.8;4.96;0;1.38;4972
+74098;44.68804;6.42901;1648;20221114;6.3;3.2;4.7;2.1;6.33;5.1;.83;4060
+74098;44.68804;6.42901;1648;20221115;7.1;3.2;5.2;3.1;7.49;17.5;.71;3675
+74098;44.68804;6.42901;1648;20221116;8.9;2.7;5.8;2.3;6.46;.5;.91;6887
+74098;44.68804;6.42901;1648;20221117;8.9;3.7;6.3;3.7;6.19;7.2;1.29;5926
+74098;44.68804;6.42901;1648;20221118;4.6;.1;2.4;2.4;5.19;0;.81;5920
+74098;44.68804;6.42901;1648;20221119;3.8;-1.8;1;2.4;3.99;0;.8;6104
+74098;44.68804;6.42901;1648;20221120;4.2;-3;.6;2.2;3.69;0;.76;7290
+74098;44.68804;6.42901;1648;20221121;6.3;-2.7;1.8;2.4;3.93;6.3;.93;6289
+74098;44.68804;6.42901;1648;20221122;1.5;-1.9;-.2;3;4.26;0;.78;5505
+74098;44.68804;6.42901;1648;20221123;5.6;-3.2;1.2;2.1;3.86;2;.84;7071
+74098;44.68804;6.42901;1648;20221124;7.5;-1.6;3;1.8;3.83;0;.81;7532
+74098;44.68804;6.42901;1648;20221125;7;.2;3.6;1.9;4.26;0;.85;6099
+74098;44.68804;6.42901;1648;20221126;5.9;-.5;2.7;2.8;3.39;0;1.22;6204
+74098;44.68804;6.42901;1648;20221127;7.5;-.1;3.7;1.7;2.79;0;1.04;6613
+74098;44.68804;6.42901;1648;20221128;2.2;-.5;.9;1.9;4.16;.8;.75;3082
+74098;44.68804;6.42901;1648;20221129;.1;-2.6;-1.3;2.1;4.89;.3;.38;3102
+74098;44.68804;6.42901;1648;20221130;2.3;-3.6;-.6;1.7;4.19;0;.4;5799
+74098;44.68804;6.42901;1648;20221201;2.5;-4.2;-.9;1.6;3.93;0;.48;6207
+74098;44.68804;6.42901;1648;20221202;1.5;-5.5;-2;2.5;3.79;.1;.5;5907
+74098;44.68804;6.42901;1648;20221203;.9;-2.6;-.8;3.3;4.39;1;.69;2778
+74098;44.68804;6.42901;1648;20221204;1.3;-.7;.3;2.5;5.33;13;.47;2660
+74098;44.68804;6.42901;1648;20221205;2.3;-2.5;-.1;2;4.16;.1;.58;5344
+74098;44.68804;6.42901;1648;20221206;5.3;-2.4;1.4;1;2.56;0;.58;6348
+74098;44.68804;6.42901;1648;20221207;4.2;-2.6;.8;1.5;2.69;0;.73;6106
+74098;44.68804;6.42901;1648;20221208;3.1;-2.9;.1;2.5;3.16;19.8;.9;5369
+74098;44.68804;6.42901;1648;20221209;2.1;-.3;.9;3.9;6.03;20.4;.38;2296
+74098;44.68804;6.42901;1648;20221210;1.6;-.3;.6;2.1;4.73;0;.58;3118
+74098;44.68804;6.42901;1648;20221211;-2.8;-8.4;-5.6;2.1;1.79;0;.67;5699
+74098;44.68804;6.42901;1648;20221212;-1.1;-8.7;-4.9;1.6;2.16;9;.49;5960
+74098;44.68804;6.42901;1648;20221213;1.7;-5.6;-2;4.1;4.99;6.1;.21;4382
+74098;44.68804;6.42901;1648;20221214;4.7;-.3;2.2;1.8;5.99;.3;.39;4121
+74098;44.68804;6.42901;1648;20221215;3;.9;2;2.1;5.63;27.9;.54;2242
+74098;44.68804;6.42901;1648;20221216;2;-.6;.7;1.9;5.83;.5;.33;3358
+74098;44.68804;6.42901;1648;20221217;3.5;-4.7;-.6;1.8;3.16;0;.6;6337
+74098;44.68804;6.42901;1648;20221218;5.1;-2.5;1.3;1.5;2.79;0;.79;6147
+74098;44.68804;6.42901;1648;20221219;6;-.7;2.7;1.3;3.89;0;.65;5270
+74098;44.68804;6.42901;1648;20221220;7.2;-.1;3.6;1.9;5.06;2.5;.72;5498
+74098;44.68804;6.42901;1648;20221221;4.8;1.3;3;1.8;6.29;3;.46;3109
+74098;44.68804;6.42901;1648;20221222;6.4;1;3.7;2.2;5.56;4.7;.71;4911
+74098;44.68804;6.42901;1648;20221223;8;2.3;5.2;2.6;7.29;.1;.63;4740
+74098;44.68804;6.42901;1648;20221224;9.8;4.5;7.1;2.4;6.56;0;1.03;4650
+74098;44.68804;6.42901;1648;20221225;11.4;5;8.2;3;4.83;0;1.49;5924
+74098;44.68804;6.42901;1648;20221226;8.8;3.4;6.1;2.7;5.29;0;1.06;5370
+74098;44.68804;6.42901;1648;20221227;6.5;1.1;3.8;2.1;4.26;0;.93;5488
+74098;44.68804;6.42901;1648;20221228;5;-.8;2.1;2;2.76;0;.89;5753
+74098;44.68804;6.42901;1648;20221229;6;0;3;2.6;4.99;2.6;.83;4012
+74098;44.68804;6.42901;1648;20221230;5.9;.9;3.4;2.5;6.56;4.3;.47;3972
+74098;44.68804;6.42901;1648;20221231;10.5;3.9;7.2;3.7;7.33;0;.98;5142
+74099;44.69833;6.74355;1760;20220101;7.2;-4.9;1.1;1.1;3.98;0;.43;7177
+74099;44.69833;6.74355;1760;20220102;4.8;-4.9;-.1;1;3.98;0;.37;6481
+74099;44.69833;6.74355;1760;20220103;4.8;-6.5;-.9;1.1;3.88;0;.37;7015
+74099;44.69833;6.74355;1760;20220104;9.6;-5.5;2;1.6;4.78;1.1;.6;7480
+74099;44.69833;6.74355;1760;20220105;1.4;-1.1;.1;1.2;3.88;0;.57;3454
+74099;44.69833;6.74355;1760;20220106;-.4;-14.6;-7.5;1.1;1.58;0;.41;7578
+74099;44.69833;6.74355;1760;20220107;-.6;-15.6;-8.1;1.1;1.88;0;.36;7632
+74099;44.69833;6.74355;1760;20220108;1.5;-11.7;-5.1;1.4;2.88;5.2;.4;7689
+74099;44.69833;6.74355;1760;20220109;-2.3;-6.6;-4.5;2.4;3.28;1.6;.5;4587
+74099;44.69833;6.74355;1760;20220110;-2.8;-13.3;-8.1;.8;1.98;0;.29;7102
+74099;44.69833;6.74355;1760;20220111;1;-14.5;-6.8;1.7;1.68;0;.63;7879
+74099;44.69833;6.74355;1760;20220112;4.8;-13.2;-4.2;1.6;1.48;0;.81;7948
+74099;44.69833;6.74355;1760;20220113;7.4;-9.8;-1.2;1.6;2.18;0;.86;8021
+74099;44.69833;6.74355;1760;20220114;9.4;-8.1;.6;1.1;2.88;0;.66;8096
+74099;44.69833;6.74355;1760;20220115;8.4;-7.6;.4;1.2;3.08;0;.66;8175
+74099;44.69833;6.74355;1760;20220116;5.4;-9.4;-2;1.1;2.38;0;.58;8256
+74099;44.69833;6.74355;1760;20220117;7.1;-11.8;-2.4;.9;2.08;0;.57;8341
+74099;44.69833;6.74355;1760;20220118;6.7;-8.1;-.7;1.8;2.78;0;.87;8428
+74099;44.69833;6.74355;1760;20220119;5.7;-10;-2.2;1;2.68;.1;.55;8519
+74099;44.69833;6.74355;1760;20220120;3;-11.2;-4.1;.8;2.38;0;.44;8612
+74099;44.69833;6.74355;1760;20220121;2.1;-13.5;-5.7;1.7;1.98;0;.71;8708
+74099;44.69833;6.74355;1760;20220122;4.5;-12.6;-4.1;1.2;2.48;0;.62;8807
+74099;44.69833;6.74355;1760;20220123;7.9;-9.1;-.6;.9;2.68;0;.63;8909
+74099;44.69833;6.74355;1760;20220124;7.2;-10.4;-1.6;1;2.78;0;.65;9014
+74099;44.69833;6.74355;1760;20220125;10.5;-9.4;.5;1.1;2.78;0;.83;9121
+74099;44.69833;6.74355;1760;20220126;6.7;-10.7;-2;1.2;2.38;0;.77;9231
+74099;44.69833;6.74355;1760;20220127;6;-10.7;-2.4;1.1;2.38;0;.72;9344
+74099;44.69833;6.74355;1760;20220128;9.5;-9;.2;1.4;2.58;0;1;9459
+74099;44.69833;6.74355;1760;20220129;7.7;-9.4;-.9;1.1;2.98;0;.76;9577
+74099;44.69833;6.74355;1760;20220130;9.3;-7.3;1;1.4;2.98;0;.98;9698
+74099;44.69833;6.74355;1760;20220131;4.7;-7.8;-1.6;5;2.28;0;1.75;9660
+74099;44.69833;6.74355;1760;20220201;6;-12.7;-3.4;2.2;2.98;0;.99;9947
+74099;44.69833;6.74355;1760;20220202;10.9;-.9;5;5.3;3.58;0;2.46;9629
+74099;44.69833;6.74355;1760;20220203;8.8;-5.6;1.6;1.3;3.68;0;.93;10206
+74099;44.69833;6.74355;1760;20220204;7.2;-8.4;-.6;1.3;3.38;0;.87;10338
+74099;44.69833;6.74355;1760;20220205;8.3;-8.9;-.3;1;2.98;0;.86;10474
+74099;44.69833;6.74355;1760;20220206;6;-11.9;-3;2.1;2.78;0;1.09;10611
+74099;44.69833;6.74355;1760;20220207;10.7;-3.6;3.5;4.1;2.78;0;2.3;10751
+74099;44.69833;6.74355;1760;20220208;10.9;-9.2;.8;1.1;3.08;0;1.05;10893
+74099;44.69833;6.74355;1760;20220209;11.6;-7.3;2.1;1.2;3.28;0;1.15;11037
+74099;44.69833;6.74355;1760;20220210;-1.3;-8;-4.7;2.1;5.78;0;.68;9000
+74099;44.69833;6.74355;1760;20220211;3;-1.6;.7;3.5;4.51;0;1.14;9633
+74099;44.69833;6.74355;1760;20220212;-1.5;-4.7;-3.1;4.3;3.41;0;.88;9066
+74099;44.69833;6.74355;1760;20220213;-1.1;-6.3;-3.7;2.8;3.71;2.7;.81;11933
+74099;44.69833;6.74355;1760;20220214;-3.5;-6.7;-5.1;3.7;3.98;9.9;.48;3700
+74099;44.69833;6.74355;1760;20220215;.4;-5.7;-2.7;5;4.11;0;.93;6766
+74099;44.69833;6.74355;1760;20220216;3.1;-13.5;-5.2;1.4;3.38;0;.79;12101
+74099;44.69833;6.74355;1760;20220217;11.1;-5.6;2.7;3.8;4.08;0;2;12261
+74099;44.69833;6.74355;1760;20220218;14.2;-4.6;4.8;1.5;4.18;0;1.58;12422
+74099;44.69833;6.74355;1760;20220219;6.9;-1.8;2.5;1.4;4.88;0;1.09;10312
+74099;44.69833;6.74355;1760;20220220;10.4;-8.5;.9;1.2;3.88;0;1.24;12749
+74099;44.69833;6.74355;1760;20220221;2;-4;-1;3.8;3.68;3.7;1.22;8820
+74099;44.69833;6.74355;1760;20220222;8.9;-3.8;2.5;1.6;2.98;0;1.52;12895
+74099;44.69833;6.74355;1760;20220223;11.8;-7.8;2;1;3.18;0;1.36;13250
+74099;44.69833;6.74355;1760;20220224;7.8;-6.5;.6;1.3;3.58;0;1.28;13420
+74099;44.69833;6.74355;1760;20220225;6.2;-8;-.9;1.7;2.68;0;1.4;13592
+74099;44.69833;6.74355;1760;20220226;2.8;-11.4;-4.3;2.1;1.58;0;1.42;13764
+74099;44.69833;6.74355;1760;20220227;1.2;-12.9;-5.9;2.5;1.98;0;1.28;13938
+74099;44.69833;6.74355;1760;20220228;8.7;-13.3;-2.3;1.6;2.38;0;1.53;14112
+74099;44.69833;6.74355;1760;20220301;7.7;-7.1;.3;3.2;2.98;0;1.93;14288
+74099;44.69833;6.74355;1760;20220302;8.4;-9.4;-.5;.8;3.18;0;1.27;14465
+74099;44.69833;6.74355;1760;20220303;6.4;-3.5;1.4;1.9;3.78;0;1.49;12746
+74099;44.69833;6.74355;1760;20220304;5.4;-8.1;-1.4;2.1;3.58;0;1.41;14821
+74099;44.69833;6.74355;1760;20220305;4.5;-5.5;-.5;1.3;2.98;0;1.33;13117
+74099;44.69833;6.74355;1760;20220306;2.4;-12;-4.8;1.4;2.58;0;1.2;15180
+74099;44.69833;6.74355;1760;20220307;5.7;-12.4;-3.4;.8;2.38;0;1.26;15361
+74099;44.69833;6.74355;1760;20220308;6.9;-11.4;-2.3;1.1;2.58;0;1.43;15542
+74099;44.69833;6.74355;1760;20220309;9.2;-11.3;-1.1;1;2.68;0;1.53;15724
+74099;44.69833;6.74355;1760;20220310;9.6;-9.4;.1;2.8;2.88;0;2.15;15906
+74099;44.69833;6.74355;1760;20220311;-1.2;-2.4;-1.8;5.9;3.88;0;1.1;5010
+74099;44.69833;6.74355;1760;20220312;-1.7;-4.6;-3.2;5.1;3.88;.3;.92;7753
+74099;44.69833;6.74355;1760;20220313;-1.4;-3.6;-2.5;6.1;3.78;3.3;1.08;6855
+74099;44.69833;6.74355;1760;20220314;6.2;-9.9;-1.9;2.8;4.48;2;1.45;16640
+74099;44.69833;6.74355;1760;20220315;10.7;-2.1;4.3;1;5.88;0;1.75;16585
+74099;44.69833;6.74355;1760;20220316;14.8;-1.7;6.5;1.1;5.28;0;2.1;17008
+74099;44.69833;6.74355;1760;20220317;9.8;.8;5.3;4.2;5.28;0;2.33;14243
+74099;44.69833;6.74355;1760;20220318;2.5;.2;1.4;5.3;6.48;.2;.9;9500
+74099;44.69833;6.74355;1760;20220319;2.7;-3.1;-.2;6.1;5.18;0;1.48;17633
+74099;44.69833;6.74355;1760;20220320;2.2;-5.1;-1.5;4.9;3.71;0;1.83;18400
+74099;44.69833;6.74355;1760;20220321;3;-4.2;-.6;3.3;3.41;0;2.05;21300
+74099;44.69833;6.74355;1760;20220322;4.5;-2.6;1;4.7;3.18;0;2.54;22166
+74099;44.69833;6.74355;1760;20220323;8.2;-.8;3.7;3.5;2.55;0;3.02;23166
+74099;44.69833;6.74355;1760;20220324;10.4;3.1;6.8;3.7;3.11;0;3.56;22800
+74099;44.69833;6.74355;1760;20220325;8.2;3;5.6;2.7;3.31;0;3.01;22166
+74099;44.69833;6.74355;1760;20220326;9.6;2.4;6;2.8;3.31;0;3.2;22733
+74099;44.69833;6.74355;1760;20220327;8.8;3.2;6;4.2;3.61;0;3.19;19400
+74099;44.69833;6.74355;1760;20220328;10.8;3.5;7.1;3.6;3.31;0;3.63;22500
+74099;44.69833;6.74355;1760;20220329;6.6;2;4.3;3.4;4.88;.8;2.33;16566
+74099;44.69833;6.74355;1760;20220330;1.3;-1.1;.1;3.1;6.51;3.5;.66;6166
+74099;44.69833;6.74355;1760;20220331;4.9;-1.3;1.8;3.4;6.61;1.2;1.22;10833
+74099;44.69833;6.74355;1760;20220401;2.6;-2;.3;4.6;5.48;7.7;1.39;12500
+74099;44.69833;6.74355;1760;20220402;-2.5;-5.9;-4.2;3.6;3.98;.8;1.07;12800
+74099;44.69833;6.74355;1760;20220403;-.9;-6.4;-3.6;2.8;4.08;.3;1.51;18966
+74099;44.69833;6.74355;1760;20220404;-.1;-5;-2.6;2.2;5.11;0;1.34;17466
+74099;44.69833;6.74355;1760;20220405;6.2;-3;1.6;3;6.13;0;2.29;25050
+74099;44.69833;6.74355;1760;20220406;5.8;.9;3.4;3;6.95;0;2.1;21233
+74099;44.69833;6.74355;1760;20220407;8.2;-.3;4;2.6;7.01;12;1.88;15633
+74099;44.69833;6.74355;1760;20220408;9.8;3.8;6.8;3.4;7.91;6.3;2.11;14133
+74099;44.69833;6.74355;1760;20220409;5.5;2.7;4.1;5.6;3.65;.1;3.43;23833
+74099;44.69833;6.74355;1760;20220410;5.3;-4.4;.5;3.5;3.11;0;2.78;25033
+74099;44.69833;6.74355;1760;20220411;5.7;-.9;2.4;2.5;4.11;0;2.58;23933
+74099;44.69833;6.74355;1760;20220412;7.9;.2;4.1;1.7;4.95;0;2.79;24233
+74099;44.69833;6.74355;1760;20220413;11.1;2.4;6.8;3.2;6.58;0;3.12;23766
+74099;44.69833;6.74355;1760;20220414;13;3.8;8.4;4;7.15;0;3.57;25633
+74099;44.69833;6.74355;1760;20220415;15.8;6.7;11.3;3.1;6.75;0;4.13;25366
+74099;44.69833;6.74355;1760;20220416;14.6;6.6;10.6;3.7;5.71;0;4.27;24166
+74099;44.69833;6.74355;1760;20220417;8.3;-.2;4.1;3.4;6.65;0;2.69;24100
+74099;44.69833;6.74355;1760;20220418;8.6;-1.6;3.5;2.6;6.15;0;2.71;25200
+74099;44.69833;6.74355;1760;20220419;9.2;.9;5;3.2;6.28;0;2.9;24900
+74099;44.69833;6.74355;1760;20220420;2.5;1.7;2.1;2.1;7.15;1.4;1.06;7866
+74099;44.69833;6.74355;1760;20220421;2.1;.3;1.2;4;6.75;1.4;.9;8200
+74099;44.69833;6.74355;1760;20220422;6.9;.1;3.5;3.7;7.51;0;1.45;12966
+74099;44.69833;6.74355;1760;20220423;2.9;1.4;2.2;6.1;7.61;17.1;.56;4200
+74099;44.69833;6.74355;1760;20220424;1.9;-1.3;.3;3.3;6.75;0;.91;9500
+74099;44.69833;6.74355;1760;20220425;5.6;.5;3;2.1;8.43;0;1.38;12600
+74099;44.69833;6.74355;1760;20220426;6.6;2;4.3;2.2;7.75;0;1.92;16000
+74099;44.69833;6.74355;1760;20220427;10.4;2.5;6.5;2.5;7.38;0;3.25;26466
+74099;44.69833;6.74355;1760;20220428;11.9;3.3;7.6;3.2;8.71;0;3.12;23933
+74099;44.69833;6.74355;1760;20220429;11.5;3.4;7.4;3.4;8.78;0;2.79;20866
+74099;44.69833;6.74355;1760;20220430;8.5;2.6;5.6;2.8;7.78;1.2;2.19;15433
+74099;44.69833;6.74355;1760;20220501;10.3;3;6.6;2.2;7.65;.1;3;23500
+74099;44.69833;6.74355;1760;20220502;9.7;2.4;6.1;2.6;8.78;1.5;2.6;22000
+74099;44.69833;6.74355;1760;20220503;7.9;2.8;5.3;2.2;8.98;.6;1.96;15733
+74099;44.69833;6.74355;1760;20220504;8.4;3.2;5.8;3.2;9.05;4.1;2.02;16333
+74099;44.69833;6.74355;1760;20220505;4.8;3.7;4.2;3.7;8.28;8.8;1.24;10166
+74099;44.69833;6.74355;1760;20220506;7;1.6;4.3;1.4;7.48;5.4;1.99;16256
+74099;44.69833;6.74355;1760;20220507;11.9;3.3;7.6;2.1;7.98;2.2;2.83;20556
+74099;44.69833;6.74355;1760;20220508;11.5;3.3;7.4;2.4;8.28;1.4;2.71;20172
+74099;44.69833;6.74355;1760;20220509;13.1;5.5;9.3;2.2;8.08;.6;3.02;19517
+74099;44.69833;6.74355;1760;20220510;16.7;-1.1;7.8;2;7.58;0;3.64;25861
+74099;44.69833;6.74355;1760;20220511;18.6;1.7;10.1;1.9;8.48;0;3.94;25975
+74099;44.69833;6.74355;1760;20220512;21.5;1;11.2;1.6;7.78;0;4.25;26087
+74099;44.69833;6.74355;1760;20220513;20.3;2.5;11.4;1.8;9.08;0;4.15;26197
+74099;44.69833;6.74355;1760;20220514;19.4;3.3;11.3;2.1;9.88;.2;4.06;26304
+74099;44.69833;6.74355;1760;20220515;17.6;3.3;10.4;1.3;9.88;3.1;3.82;26409
+74099;44.69833;6.74355;1760;20220516;20.1;2;11;1.5;8.38;0;4.15;26511
+74099;44.69833;6.74355;1760;20220517;22.6;2.4;12.5;1.2;8.58;0;4.34;26611
+74099;44.69833;6.74355;1760;20220518;19.7;2.5;11.1;2.2;10.18;13;4.09;26708
+74099;44.69833;6.74355;1760;20220519;21.8;8.9;15.3;1.6;10.78;0;4.57;26396
+74099;44.69833;6.74355;1760;20220520;23;4;13.5;2.2;8.88;0;4.82;26895
+74099;44.69833;6.74355;1760;20220521;24.4;3.6;14;1.7;8.58;0;4.84;26985
+74099;44.69833;6.74355;1760;20220522;25.7;5.1;15.4;1.4;9.08;.5;4.9;27072
+74099;44.69833;6.74355;1760;20220523;21;5.4;13.2;2.1;8.38;0;4.7;27156
+74099;44.69833;6.74355;1760;20220524;17.6;3.7;10.6;1.5;8.38;1.3;4.1;27238
+74099;44.69833;6.74355;1760;20220525;13.5;3.2;8.3;.7;9.48;1.5;3.31;24058
+74099;44.69833;6.74355;1760;20220526;16.7;2;9.3;2;9.58;1.1;3.82;27393
+74099;44.69833;6.74355;1760;20220527;22.3;4.1;13.2;1.8;8.98;0;4.71;27467
+74099;44.69833;6.74355;1760;20220528;23.1;1.6;12.3;2;7.98;.2;4.85;27538
+74099;44.69833;6.74355;1760;20220529;19.1;1.5;10.3;2.6;7.48;0;4.5;27606
+74099;44.69833;6.74355;1760;20220530;16.4;-1.5;7.4;2.2;5.98;0;4.08;27671
+74099;44.69833;6.74355;1760;20220531;16.4;1.5;8.9;1.5;7.78;0;3.98;27733
+74099;44.69833;6.74355;1760;20220601;19.9;1.6;10.7;2;8.08;.1;4.45;27793
+74099;44.69833;6.74355;1760;20220602;22.8;4.4;13.6;2.7;9.18;0;5.08;27850
+74099;44.69833;6.74355;1760;20220603;17.9;6.8;12.3;2;11.18;9.5;3.97;25498
+74099;44.69833;6.74355;1760;20220604;22;5.5;13.7;2.6;10.48;.4;4.85;27954
+74099;44.69833;6.74355;1760;20220605;21.6;7.1;14.3;2.1;9.28;.1;4.94;28002
+74099;44.69833;6.74355;1760;20220606;22;2.4;12.2;2.2;9.08;.1;4.76;28048
+74099;44.69833;6.74355;1760;20220607;19.9;5.5;12.7;1.8;7.78;0;4.71;28090
+74099;44.69833;6.74355;1760;20220608;18.4;-.7;8.8;1.9;6.78;.2;4.3;28129
+74099;44.69833;6.74355;1760;20220609;16.5;5;10.7;2.4;6.18;0;4.42;26191
+74099;44.69833;6.74355;1760;20220610;20.8;-2.1;9.3;2.6;6.38;0;4.81;28199
+74099;44.69833;6.74355;1760;20220611;23.4;1.4;12.4;2.1;7.68;0;5.06;28229
+74099;44.69833;6.74355;1760;20220612;25.6;2.2;13.9;1.1;7.78;0;4.9;28256
+74099;44.69833;6.74355;1760;20220613;25;4.7;14.8;1.5;8.88;0;5.1;28281
+74099;44.69833;6.74355;1760;20220614;21.2;4.6;12.9;2.7;10.78;0;4.69;28302
+74099;44.69833;6.74355;1760;20220615;24.9;5.8;15.3;1.2;10.38;.4;4.96;28320
+74099;44.69833;6.74355;1760;20220616;27.4;5.3;16.3;1.7;8.38;0;5.54;28336
+74099;44.69833;6.74355;1760;20220617;27.9;3.2;15.5;1.6;9.48;0;5.4;28348
+74099;44.69833;6.74355;1760;20220618;24.5;8.5;16.5;1.8;12.88;0;5.1;28357
+74099;44.69833;6.74355;1760;20220619;22.1;6.7;14.4;2.8;12.38;0;4.8;28364
+74099;44.69833;6.74355;1760;20220620;26;7.8;16.9;2.4;10.08;0;5.67;28367
+74099;44.69833;6.74355;1760;20220621;24.4;10.7;17.5;2.1;10.08;3.1;5.52;28367
+74099;44.69833;6.74355;1760;20220622;19.8;8.4;14.1;1.2;12.08;8;4.3;26260
+74099;44.69833;6.74355;1760;20220623;20.8;4.8;12.8;1.6;9.68;.4;4.63;28358
+74099;44.69833;6.74355;1760;20220624;17.2;3.9;10.5;1.2;9.18;8.2;4.18;28332
+74099;44.69833;6.74355;1760;20220625;18.9;1.4;10.1;2.1;8.28;0;4.38;28337
+74099;44.69833;6.74355;1760;20220626;19.4;4.7;12;3.1;11.08;0;4.37;28322
+74099;44.69833;6.74355;1760;20220627;20.2;11.8;16;4.7;12.08;0;4.58;22526
+74099;44.69833;6.74355;1760;20220628;19.1;9.8;14.4;2.1;12.38;19.9;4.03;23673
+74099;44.69833;6.74355;1760;20220629;23.7;3;13.3;1.4;9.28;.1;4.81;28260
+74099;44.69833;6.74355;1760;20220630;21.5;5.5;13.5;1.6;10.28;.9;4.68;28233
+74099;44.69833;6.74355;1760;20220701;22.7;5.4;14;1.9;8.48;0;5.03;28203
+74099;44.69833;6.74355;1760;20220702;26;2.1;14;1.5;7.68;0;5.15;28170
+74099;44.69833;6.74355;1760;20220703;27.5;4.7;16.1;2;9.78;.5;5.55;28134
+74099;44.69833;6.74355;1760;20220704;24.5;7.5;16;1.6;11.48;3.2;5.03;28095
+74099;44.69833;6.74355;1760;20220705;24.4;5.5;14.9;1.7;9.48;0;5.07;28054
+74099;44.69833;6.74355;1760;20220706;21.6;5.2;13.4;2.5;10.98;0;4.7;28009
+74099;44.69833;6.74355;1760;20220707;24.8;4.2;14.5;2;9.28;0;5.16;27961
+74099;44.69833;6.74355;1760;20220708;21.5;7.5;14.5;2;10.35;0;4.91;29618
+74099;44.69833;6.74355;1760;20220709;21.1;7.2;14.1;1.5;10.41;0;4.85;29275
+74099;44.69833;6.74355;1760;20220710;22.3;7;14.7;1.6;9.88;0;5.09;29903
+74099;44.69833;6.74355;1760;20220711;21.9;7.6;14.7;2.2;11.21;0;4.8;28965
+74099;44.69833;6.74355;1760;20220712;22.8;7.2;15;1.6;9.98;0;5.06;29688
+74099;44.69833;6.74355;1760;20220713;22.3;9.5;15.9;3.1;11.85;2.4;4.61;29332
+74099;44.69833;6.74355;1760;20220714;24.7;11.9;18.3;2;11.95;0;5.18;27479
+74099;44.69833;6.74355;1760;20220715;25.6;10.2;17.9;1.8;9.75;0;5.68;30220
+74099;44.69833;6.74355;1760;20220716;25.7;8.1;16.9;1.5;9.95;0;5.49;30254
+74099;44.69833;6.74355;1760;20220717;24.6;9;16.8;2.9;11.75;1.8;5.12;29100
+74099;44.69833;6.74355;1760;20220718;25.9;10.3;18.1;3.7;12.75;1.2;5.11;28916
+74099;44.69833;6.74355;1760;20220719;24.2;8.1;16.1;2.7;12.88;0;4.97;27172
+74099;44.69833;6.74355;1760;20220720;26.1;11.8;18.9;1.9;13.28;.1;5.25;27089
+74099;44.69833;6.74355;1760;20220721;28.9;7.1;18;2.7;10.98;0;5.88;27003
+74099;44.69833;6.74355;1760;20220722;26.5;7.6;17;2.4;12.48;0;5.23;26915
+74099;44.69833;6.74355;1760;20220723;27.7;8.3;18;1.6;11.08;.1;5.21;26823
+74099;44.69833;6.74355;1760;20220724;26.2;8.1;17.1;2.5;13.38;0;5.12;26730
+74099;44.69833;6.74355;1760;20220725;29.3;7.5;18.4;1.6;11.58;.4;5.29;26634
+74099;44.69833;6.74355;1760;20220726;25.6;6.3;15.9;2.1;11.38;1.7;4.97;26535
+74099;44.69833;6.74355;1760;20220727;23.3;9.3;16.3;3.2;12.58;0;4.91;26434
+74099;44.69833;6.74355;1760;20220728;23.8;7.7;15.7;2.2;10.48;0;4.88;26331
+74099;44.69833;6.74355;1760;20220729;19.7;6.7;13.2;1.4;9.88;1.8;4.16;25930
+74099;44.69833;6.74355;1760;20220730;24.4;3.2;13.8;2.4;9.68;0;4.83;26117
+74099;44.69833;6.74355;1760;20220731;25;5.5;15.2;2.1;9.98;.1;4.88;26006
+74099;44.69833;6.74355;1760;20220801;28;5.2;16.6;1.4;9.18;.1;4.91;25893
+74099;44.69833;6.74355;1760;20220802;22.8;5.4;14.1;3.4;10.98;0;4.69;25778
+74099;44.69833;6.74355;1760;20220803;23.2;8.1;15.6;2.7;12.28;0;4.62;25661
+74099;44.69833;6.74355;1760;20220804;24;8.8;16.4;1.3;12.58;1.7;4.43;25542
+74099;44.69833;6.74355;1760;20220805;24.9;7.6;16.2;1.4;13.18;2.7;4.43;25420
+74099;44.69833;6.74355;1760;20220806;25.6;6.8;16.2;1.8;12.48;.9;4.59;25296
+74099;44.69833;6.74355;1760;20220807;20.3;9.5;14.9;3.1;12.38;.9;3.98;22711
+74099;44.69833;6.74355;1760;20220808;22.4;3.8;13.1;2;9.78;0;4.26;25042
+74099;44.69833;6.74355;1760;20220809;23.6;5.8;14.7;3.1;10.68;1.4;4.7;24912
+74099;44.69833;6.74355;1760;20220810;21.9;9.8;15.8;2.5;13.18;6.2;4.14;23658
+74099;44.69833;6.74355;1760;20220811;23.6;7.5;15.5;1.7;11.68;0;4.3;24646
+74099;44.69833;6.74355;1760;20220812;24.5;5.5;15;2;9.68;0;4.53;24510
+74099;44.69833;6.74355;1760;20220813;25.9;3.3;14.6;1.6;7.58;0;4.54;24372
+74099;44.69833;6.74355;1760;20220814;18.1;4.4;11.2;1;9.98;11.3;3.51;24232
+74099;44.69833;6.74355;1760;20220815;20.8;3.1;11.9;1.4;8.38;.1;3.82;24091
+74099;44.69833;6.74355;1760;20220816;22.3;2.3;12.3;1.6;9.28;.1;3.92;23947
+74099;44.69833;6.74355;1760;20220817;18.4;7.5;12.9;2.4;11.48;14.2;3.42;21587
+74099;44.69833;6.74355;1760;20220818;17;4.2;10.6;1.7;10.58;17.1;3.26;23232
+74099;44.69833;6.74355;1760;20220819;19.2;3.3;11.2;1.4;9.48;0;3.51;23506
+74099;44.69833;6.74355;1760;20220820;22.9;2.5;12.7;1.4;9.08;0;3.83;23356
+74099;44.69833;6.74355;1760;20220821;22.9;5.1;14;1.7;10.58;.5;3.91;23204
+74099;44.69833;6.74355;1760;20220822;21.4;6.4;13.9;1.7;11.18;0;3.74;23051
+74099;44.69833;6.74355;1760;20220823;21.9;4.8;13.3;1.9;10.58;0;3.78;22895
+74099;44.69833;6.74355;1760;20220824;22.6;5.6;14.1;2.1;11.28;0;3.86;22739
+74099;44.69833;6.74355;1760;20220825;23.4;6.9;15.1;1.2;11.78;.3;3.72;22581
+74099;44.69833;6.74355;1760;20220826;19.5;10.5;15;1.1;12.38;4;3.07;18509
+74099;44.69833;6.74355;1760;20220827;20.1;4.2;12.1;1.8;10.58;.1;3.41;22260
+74099;44.69833;6.74355;1760;20220828;23.3;5.5;14.4;1.6;10.38;.7;3.75;22098
+74099;44.69833;6.74355;1760;20220829;23.6;4.5;14;1.1;8.98;.1;3.58;21934
+74099;44.69833;6.74355;1760;20220830;22.2;7.4;14.8;1.1;11.28;1.3;3.47;21769
+74099;44.69833;6.74355;1760;20220831;20.7;6;13.3;1.4;11.28;1.5;3.33;21603
+74099;44.69833;6.74355;1760;20220901;21.2;4.6;12.9;1.4;9.98;0;3.36;21436
+74099;44.69833;6.74355;1760;20220902;19.4;4.4;11.9;1.1;9.78;.2;3.11;21268
+74099;44.69833;6.74355;1760;20220903;18.6;5.9;12.2;1.2;10.78;3.4;3.01;20664
+74099;44.69833;6.74355;1760;20220904;19.7;3.2;11.4;1.6;9.78;0;3.13;20927
+74099;44.69833;6.74355;1760;20220905;21;4.5;12.7;1.2;9.48;0;3.18;20756
+74099;44.69833;6.74355;1760;20220906;20.2;4.4;12.3;1.3;10.88;1;3.03;20583
+74099;44.69833;6.74355;1760;20220907;19.5;7.7;13.6;1.8;11.68;7.7;3.02;19283
+74099;44.69833;6.74355;1760;20220908;19;7.2;13.1;1.2;10.18;0;2.9;19120
+74099;44.69833;6.74355;1760;20220909;16.8;.8;8.8;1.6;6.98;0;2.85;20060
+74099;44.69833;6.74355;1760;20220910;19;-1.4;8.8;1;6.28;0;2.76;19884
+74099;44.69833;6.74355;1760;20220911;23.1;-.6;11.2;1.2;6.78;0;3.14;19707
+74099;44.69833;6.74355;1760;20220912;23.5;1.3;12.4;1;7.88;0;3.02;19530
+74099;44.69833;6.74355;1760;20220913;23.4;3.5;13.4;1.4;9.48;.2;3.17;19351
+74099;44.69833;6.74355;1760;20220914;16.7;9.9;13.3;2.1;11.68;16.7;2.33;13813
+74099;44.69833;6.74355;1760;20220915;18.8;5.9;12.3;1.5;10.18;0;2.76;18769
+74099;44.69833;6.74355;1760;20220916;19.2;3.1;11.1;1.3;8.68;0;2.72;18814
+74099;44.69833;6.74355;1760;20220917;13.7;0;6.8;1.8;4.68;0;2.62;18633
+74099;44.69833;6.74355;1760;20220918;17.8;-5.1;6.3;1.3;3.98;0;2.63;18453
+74099;44.69833;6.74355;1760;20220919;20.1;-1.1;9.5;1.3;4.48;0;2.82;18272
+74099;44.69833;6.74355;1760;20220920;19;-2.8;8.1;1.1;5.38;0;2.52;18091
+74099;44.69833;6.74355;1760;20220921;11;-.2;5.4;4.2;7.28;0;1.99;16516
+74099;44.69833;6.74355;1760;20220922;17.6;5.2;11.4;1.4;7.68;0;2.54;17193
+74099;44.69833;6.74355;1760;20220923;15.7;-.2;7.7;1.3;6.98;3;2.24;17546
+74099;44.69833;6.74355;1760;20220924;7.6;4.2;5.9;.6;8.48;8;1.18;8924
+74099;44.69833;6.74355;1760;20220925;12.2;.8;6.5;.7;7.88;1;1.77;15993
+74099;44.69833;6.74355;1760;20220926;14.2;-2.2;6;1.6;6.48;.2;2.09;17000
+74099;44.69833;6.74355;1760;20220927;13.1;1;7;1.5;5.58;0;2.12;16127
+74099;44.69833;6.74355;1760;20220928;10.8;-2.2;4.3;1.5;6.88;3.3;1.7;16530
+74099;44.69833;6.74355;1760;20220929;11;4.3;7.6;1.8;7.38;0;1.7;11800
+74099;44.69833;6.74355;1760;20220930;7.1;-.4;3.3;1.9;6.98;4.7;1.25;12337
+74099;44.69833;6.74355;1760;20221001;9.5;.5;5;1.1;7.68;0;1.4;13347
+74099;44.69833;6.74355;1760;20221002;19.2;1.2;10.2;1.4;7.98;0;2.24;15913
+74099;44.69833;6.74355;1760;20221003;19.9;-1.6;9.1;1.3;5.88;0;2.3;15732
+74099;44.69833;6.74355;1760;20221004;20;-1.1;9.4;.9;6.48;0;2.03;15553
+74099;44.69833;6.74355;1760;20221005;20.5;-.3;10.1;.9;6.88;2.1;2.03;15374
+74099;44.69833;6.74355;1760;20221006;19.4;1;10.2;1.5;7.38;0;2.22;15195
+74099;44.69833;6.74355;1760;20221007;18.4;-1.1;8.6;1.2;6.98;0;1.97;15017
+74099;44.69833;6.74355;1760;20221008;13.3;.1;6.7;.6;8.28;5.5;1.48;14840
+74099;44.69833;6.74355;1760;20221009;10.1;6.6;8.3;1;10.08;3.4;1.05;7678
+74099;44.69833;6.74355;1760;20221010;10.3;5.8;8;1.4;9.08;0;1.17;8575
+74099;44.69833;6.74355;1760;20221011;15.2;.2;7.7;1.2;7.78;.1;1.63;14313
+74099;44.69833;6.74355;1760;20221012;12.3;.7;6.5;1.9;7.38;.2;1.54;13313
+74099;44.69833;6.74355;1760;20221013;13.6;-1.5;6;.9;6.98;0;1.42;13967
+74099;44.69833;6.74355;1760;20221014;15.3;1.3;8.3;.8;8.28;.1;1.45;13795
+74099;44.69833;6.74355;1760;20221015;18.9;4.7;11.8;.4;8.08;0;1.45;13624
+74099;44.69833;6.74355;1760;20221016;16;.3;8.1;1;7.48;0;1.5;13455
+74099;44.69833;6.74355;1760;20221017;16.7;.5;8.6;1.4;7.48;0;1.65;13286
+74099;44.69833;6.74355;1760;20221018;19.6;1.2;10.4;1.1;7.58;0;1.69;13119
+74099;44.69833;6.74355;1760;20221019;21.1;.2;10.6;.9;6.58;0;1.65;12954
+74099;44.69833;6.74355;1760;20221020;14.4;1.1;7.7;1.1;8.48;10.9;1.29;12789
+74099;44.69833;6.74355;1760;20221021;10.3;7.6;8.9;1.1;10.88;12.3;.82;5860
+74099;44.69833;6.74355;1760;20221022;14.3;8.3;11.3;2.3;9.58;.7;1.51;8521
+74099;44.69833;6.74355;1760;20221023;16.5;4;10.2;1.6;8.38;2.1;1.55;12048
+74099;44.69833;6.74355;1760;20221024;13.4;6.4;9.9;1.5;9.58;3.7;1.18;8957
+74099;44.69833;6.74355;1760;20221025;15.1;.4;7.7;1.8;7.18;.1;1.48;11990
+74099;44.69833;6.74355;1760;20221026;18.3;2.8;10.5;1.4;7.28;0;1.57;11835
+74099;44.69833;6.74355;1760;20221027;19.2;3.6;11.4;1.2;7.78;0;1.49;11682
+74099;44.69833;6.74355;1760;20221028;19.7;3;11.3;.9;7.48;0;1.33;11531
+74099;44.69833;6.74355;1760;20221029;19.7;1.8;10.7;1.3;6.88;0;1.54;11381
+74099;44.69833;6.74355;1760;20221030;17.1;1.1;9.1;1.5;6.38;0;1.48;11234
+74099;44.69833;6.74355;1760;20221031;15.5;1.5;8.5;1.8;6.38;3.5;1.49;11088
+74099;44.69833;6.74355;1760;20221101;6.9;2.2;4.5;.7;7.48;11.8;.66;6670
+74099;44.69833;6.74355;1760;20221102;11;-1.4;4.8;.7;6.38;0;.8;10563
+74099;44.69833;6.74355;1760;20221103;10.3;-3.8;3.2;1.4;5.78;25.4;.92;10664
+74099;44.69833;6.74355;1760;20221104;3.7;-2;.8;1.6;5.78;.3;.6;7052
+74099;44.69833;6.74355;1760;20221105;5.5;-7.2;-.9;.9;4.18;0;.65;10288
+74099;44.69833;6.74355;1760;20221106;9;-5.6;1.7;.8;4.28;0;.73;10259
+74099;44.69833;6.74355;1760;20221107;11.1;-5.6;2.7;.9;4.28;0;.82;10128
+74099;44.69833;6.74355;1760;20221108;11.3;-3.8;3.7;1;4.78;0;.84;10000
+74099;44.69833;6.74355;1760;20221109;8.4;-1.4;3.5;1;6.58;17;.63;8624
+74099;44.69833;6.74355;1760;20221110;8.3;-2.6;2.8;1.1;5.98;0;.65;8972
+74099;44.69833;6.74355;1760;20221111;11.7;-5.1;3.3;.9;4.38;0;.77;9630
+74099;44.69833;6.74355;1760;20221112;13.2;-2;5.6;1;5.08;0;.83;9512
+74099;44.69833;6.74355;1760;20221113;7.1;.2;3.6;2.9;5.28;.1;1.07;6929
+74099;44.69833;6.74355;1760;20221114;5.9;-.1;2.9;1;5.88;.9;.57;6401
+74099;44.69833;6.74355;1760;20221115;6.4;.3;3.3;.8;6.98;11.9;.47;6378
+74099;44.69833;6.74355;1760;20221116;6.4;2.9;4.6;1.6;6.58;.1;.7;4829
+74099;44.69833;6.74355;1760;20221117;8.7;-3.7;2.5;1.5;5.48;3.1;.66;8797
+74099;44.69833;6.74355;1760;20221118;5.3;-.5;2.4;1.3;5.08;0;.63;6018
+74099;44.69833;6.74355;1760;20221119;4;-8.1;-2.1;.8;3.38;0;.44;8501
+74099;44.69833;6.74355;1760;20221120;1.8;-10.2;-4.2;.9;2.88;0;.42;8375
+74099;44.69833;6.74355;1760;20221121;5.5;-9.1;-1.8;1.2;3.58;2.5;.54;8565
+74099;44.69833;6.74355;1760;20221122;1.2;-2.6;-.7;2.5;3.88;0;.76;4710
+74099;44.69833;6.74355;1760;20221123;3.5;-11.1;-3.8;1.1;3.18;.6;.44;8385
+74099;44.69833;6.74355;1760;20221124;5;-8.7;-1.9;1;3.18;0;.47;8300
+74099;44.69833;6.74355;1760;20221125;5.7;-7;-.7;.8;3.58;0;.4;8181
+74099;44.69833;6.74355;1760;20221126;6.9;-8.3;-.7;1.2;2.98;0;.61;8137
+74099;44.69833;6.74355;1760;20221127;4.7;-9;-2.2;.7;2.98;0;.35;8061
+74099;44.69833;6.74355;1760;20221128;3.1;-5.2;-1.1;.8;3.48;0;.4;6475
+74099;44.69833;6.74355;1760;20221129;.3;-7.1;-3.4;1.5;4.18;.5;.32;6074
+74099;44.69833;6.74355;1760;20221130;4.6;-8.8;-2.1;1.8;3.58;0;.56;7848
+74099;44.69833;6.74355;1760;20221201;2.4;-7.5;-2.6;1.5;3.18;0;.51;6878
+74099;44.69833;6.74355;1760;20221202;.9;-8.4;-3.8;2.1;3.48;.4;.47;6622
+74099;44.69833;6.74355;1760;20221203;-1;-4.2;-2.6;2.5;4.28;1.1;.43;3946
+74099;44.69833;6.74355;1760;20221204;2.2;-2.5;-.2;1.5;5.08;6.9;.39;4703
+74099;44.69833;6.74355;1760;20221205;.3;-8.4;-4.1;1.1;3.38;0;.31;6278
+74099;44.69833;6.74355;1760;20221206;1.3;-13.9;-6.3;1;2.18;0;.35;7507
+74099;44.69833;6.74355;1760;20221207;2.6;-12.9;-5.2;1;2.08;0;.39;7461
+74099;44.69833;6.74355;1760;20221208;1.1;-13.1;-6;1.3;2.48;14.1;.38;7418
+74099;44.69833;6.74355;1760;20221209;1.2;-3.1;-1;1.2;5.28;16.2;.28;4378
+74099;44.69833;6.74355;1760;20221210;1;-1.1;-.1;1;4.78;0;.41;3111
+74099;44.69833;6.74355;1760;20221211;-5.6;-18.2;-11.9;1;1.48;0;.24;7273
+74099;44.69833;6.74355;1760;20221212;-6.4;-19.4;-12.9;.9;1.78;6.3;.16;7279
+74099;44.69833;6.74355;1760;20221213;-2.8;-8.4;-5.6;.7;3.98;2.1;.16;4884
+74099;44.69833;6.74355;1760;20221214;2.3;-4;-.9;.6;5.38;.1;.2;5151
+74099;44.69833;6.74355;1760;20221215;.4;-6.7;-3.2;1.4;4.88;22.1;.16;5440
+74099;44.69833;6.74355;1760;20221216;1.1;-5.9;-2.4;.7;5.08;.4;.16;5391
+74099;44.69833;6.74355;1760;20221217;-2.5;-14;-8.3;1.3;2.48;0;.25;6836
+74099;44.69833;6.74355;1760;20221218;-.9;-15.6;-8.3;1;1.88;0;.29;7166
+74099;44.69833;6.74355;1760;20221219;1.6;-10.7;-4.6;.9;2.98;0;.24;7045
+74099;44.69833;6.74355;1760;20221220;.9;-9.4;-4.3;.9;3.48;.5;.22;6462
+74099;44.69833;6.74355;1760;20221221;2;-8.2;-3.1;.8;5.28;2.5;.09;6430
+74099;44.69833;6.74355;1760;20221222;1.7;-1.1;.3;1;5.68;.7;.31;3474
+74099;44.69833;6.74355;1760;20221223;5.3;-.3;2.5;2.1;6.48;0;.39;4826
+74099;44.69833;6.74355;1760;20221224;5.2;-.9;2.1;.7;5.78;0;.28;5033
+74099;44.69833;6.74355;1760;20221225;8.6;-5.2;1.7;1.2;4.28;0;.45;7182
+74099;44.69833;6.74355;1760;20221226;8.9;-5.3;1.8;1.8;4.68;0;.6;7197
+74099;44.69833;6.74355;1760;20221227;3.4;-3.2;.1;1.5;4.68;0;.41;5259
+74099;44.69833;6.74355;1760;20221228;2.2;-11.8;-4.8;1.1;2.58;0;.34;7238
+74099;44.69833;6.74355;1760;20221229;3.4;-8.9;-2.8;1.1;4.28;1.5;.23;7144
+74099;44.69833;6.74355;1760;20221230;4.8;-.9;1.9;2;6.18;1.3;.39;4951
+74099;44.69833;6.74355;1760;20221231;8.6;-1.2;3.7;1.3;6.58;0;.37;6451
+74100;44.70767;7.0582;1714;20220101;7.4;-4.7;1.4;1.1;3.99;0;.43;7177
+74100;44.70767;7.0582;1714;20220102;5;-4.7;.2;1;3.99;0;.37;6481
+74100;44.70767;7.0582;1714;20220103;5;-6.3;-.6;1.1;3.89;0;.37;7015
+74100;44.70767;7.0582;1714;20220104;9.8;-5.3;2.3;1.6;4.79;.7;.6;7480
+74100;44.70767;7.0582;1714;20220105;1.6;-.9;.4;1.2;3.89;.2;.57;3454
+74100;44.70767;7.0582;1714;20220106;-.2;-14.4;-7.3;1.1;1.59;0;.41;7578
+74100;44.70767;7.0582;1714;20220107;-.4;-15.4;-7.9;1.1;1.89;0;.36;7632
+74100;44.70767;7.0582;1714;20220108;1.7;-11.5;-4.9;1.4;2.89;1.9;.4;7689
+74100;44.70767;7.0582;1714;20220109;-2.1;-6.4;-4.2;2.4;3.29;.3;.5;4587
+74100;44.70767;7.0582;1714;20220110;-2.6;-13.1;-7.8;.8;1.99;0;.29;7102
+74100;44.70767;7.0582;1714;20220111;1.2;-14.3;-6.5;1.7;1.69;0;.63;7879
+74100;44.70767;7.0582;1714;20220112;5;-13;-4;1.6;1.49;0;.81;7948
+74100;44.70767;7.0582;1714;20220113;7.6;-9.6;-1;1.6;2.19;0;.86;8021
+74100;44.70767;7.0582;1714;20220114;9.6;-7.9;.9;1.1;2.89;0;.66;8096
+74100;44.70767;7.0582;1714;20220115;8.6;-7.4;.6;1.2;3.09;0;.66;8175
+74100;44.70767;7.0582;1714;20220116;5.6;-9.2;-1.8;1.1;2.39;0;.58;8256
+74100;44.70767;7.0582;1714;20220117;7.3;-11.6;-2.1;.9;2.09;0;.57;8341
+74100;44.70767;7.0582;1714;20220118;6.9;-7.9;-.5;1.8;2.79;0;.87;8428
+74100;44.70767;7.0582;1714;20220119;5.9;-9.8;-1.9;1;2.69;0;.55;8519
+74100;44.70767;7.0582;1714;20220120;3.2;-11;-3.9;.8;2.39;0;.44;8612
+74100;44.70767;7.0582;1714;20220121;2.3;-13.3;-5.5;1.7;1.99;0;.71;8708
+74100;44.70767;7.0582;1714;20220122;4.7;-12.4;-3.8;1.2;2.49;0;.62;8807
+74100;44.70767;7.0582;1714;20220123;8.1;-8.9;-.4;.9;2.69;0;.63;8909
+74100;44.70767;7.0582;1714;20220124;7.4;-10.2;-1.4;1;2.79;0;.65;9014
+74100;44.70767;7.0582;1714;20220125;10.7;-9.2;.8;1.1;2.79;0;.83;9121
+74100;44.70767;7.0582;1714;20220126;6.9;-10.5;-1.8;1.2;2.39;0;.77;9231
+74100;44.70767;7.0582;1714;20220127;6.2;-10.5;-2.1;1.1;2.39;0;.72;9344
+74100;44.70767;7.0582;1714;20220128;9.7;-8.8;.5;1.4;2.59;0;1;9459
+74100;44.70767;7.0582;1714;20220129;7.9;-9.2;-.6;1.1;2.99;0;.76;9577
+74100;44.70767;7.0582;1714;20220130;9.5;-7.1;1.2;1.4;2.99;0;.98;9698
+74100;44.70767;7.0582;1714;20220131;4.9;-7.6;-1.3;5;2.29;.1;1.75;9660
+74100;44.70767;7.0582;1714;20220201;6.2;-12.5;-3.1;2.2;2.99;0;.99;9947
+74100;44.70767;7.0582;1714;20220202;11.1;-.7;5.2;5.3;3.59;0;2.46;9629
+74100;44.70767;7.0582;1714;20220203;9;-5.4;1.8;1.3;3.69;0;.93;10206
+74100;44.70767;7.0582;1714;20220204;7.4;-8.2;-.4;1.3;3.39;0;.87;10338
+74100;44.70767;7.0582;1714;20220205;8.5;-8.7;-.1;1;2.99;0;.86;10474
+74100;44.70767;7.0582;1714;20220206;6.2;-11.7;-2.7;2.1;2.79;0;1.09;10611
+74100;44.70767;7.0582;1714;20220207;10.9;-3.4;3.8;4.1;2.79;0;2.3;10751
+74100;44.70767;7.0582;1714;20220208;11.1;-9;1.1;1.1;3.09;0;1.05;10893
+74100;44.70767;7.0582;1714;20220209;11.8;-7.1;2.4;1.2;3.29;0;1.15;11037
+74100;44.70767;7.0582;1714;20220210;-1.1;-7.8;-4.4;2.1;5.79;0;.68;9000
+74100;44.70767;7.0582;1714;20220211;3.2;-1.3;1;3.5;4.53;0;1.14;9633
+74100;44.70767;7.0582;1714;20220212;-1.2;-4.4;-2.8;4.3;3.43;0;.88;9066
+74100;44.70767;7.0582;1714;20220213;-.8;-6;-3.4;2.8;3.73;.9;.81;11933
+74100;44.70767;7.0582;1714;20220214;-3.2;-6.4;-4.8;3.7;3.99;5.2;.48;3700
+74100;44.70767;7.0582;1714;20220215;.7;-5.5;-2.4;5;4.13;0;.93;6766
+74100;44.70767;7.0582;1714;20220216;3.3;-13.3;-5;1.4;3.39;0;.79;12101
+74100;44.70767;7.0582;1714;20220217;11.3;-5.4;3;3.8;4.09;0;2;12261
+74100;44.70767;7.0582;1714;20220218;14.4;-4.4;5;1.5;4.19;0;1.58;12422
+74100;44.70767;7.0582;1714;20220219;7.1;-1.6;2.8;1.4;4.89;0;1.09;10312
+74100;44.70767;7.0582;1714;20220220;10.6;-8.3;1.2;1.2;3.89;0;1.24;12749
+74100;44.70767;7.0582;1714;20220221;2.2;-3.8;-.8;3.8;3.69;1.1;1.22;8820
+74100;44.70767;7.0582;1714;20220222;9.1;-3.6;2.8;1.6;2.99;0;1.52;12895
+74100;44.70767;7.0582;1714;20220223;12;-7.6;2.2;1;3.19;0;1.36;13250
+74100;44.70767;7.0582;1714;20220224;8;-6.3;.9;1.3;3.59;0;1.28;13420
+74100;44.70767;7.0582;1714;20220225;6.4;-7.8;-.7;1.7;2.69;0;1.4;13592
+74100;44.70767;7.0582;1714;20220226;3;-11.2;-4.1;2.1;1.59;0;1.42;13764
+74100;44.70767;7.0582;1714;20220227;1.4;-12.7;-5.6;2.5;1.99;0;1.28;13938
+74100;44.70767;7.0582;1714;20220228;8.9;-13.1;-2.1;1.6;2.39;0;1.53;14112
+74100;44.70767;7.0582;1714;20220301;7.9;-6.9;.5;3.2;2.99;0;1.93;14288
+74100;44.70767;7.0582;1714;20220302;8.6;-9.2;-.3;.8;3.19;0;1.27;14465
+74100;44.70767;7.0582;1714;20220303;6.6;-3.3;1.7;1.9;3.79;0;1.49;12746
+74100;44.70767;7.0582;1714;20220304;5.6;-7.9;-1.1;2.1;3.59;1.9;1.41;14821
+74100;44.70767;7.0582;1714;20220305;4.7;-5.3;-.3;1.3;2.99;0;1.33;13117
+74100;44.70767;7.0582;1714;20220306;2.6;-11.8;-4.6;1.4;2.59;0;1.2;15180
+74100;44.70767;7.0582;1714;20220307;5.9;-12.2;-3.1;.8;2.39;0;1.26;15361
+74100;44.70767;7.0582;1714;20220308;7.1;-11.2;-2;1.1;2.59;0;1.43;15542
+74100;44.70767;7.0582;1714;20220309;9.4;-11.1;-.8;1;2.69;0;1.53;15724
+74100;44.70767;7.0582;1714;20220310;9.8;-9.2;.3;2.8;2.89;.3;2.15;15906
+74100;44.70767;7.0582;1714;20220311;-1;-2.2;-1.6;5.9;3.89;1.1;1.1;5010
+74100;44.70767;7.0582;1714;20220312;-1.5;-4.4;-2.9;5.1;3.89;.9;.92;7753
+74100;44.70767;7.0582;1714;20220313;-1.2;-3.4;-2.3;6.1;3.79;2.9;1.08;6855
+74100;44.70767;7.0582;1714;20220314;6.4;-9.7;-1.6;2.8;4.49;1.2;1.45;16640
+74100;44.70767;7.0582;1714;20220315;10.9;-1.9;4.5;1;5.89;0;1.75;16585
+74100;44.70767;7.0582;1714;20220316;15;-1.5;6.8;1.1;5.29;0;2.1;17008
+74100;44.70767;7.0582;1714;20220317;10;1;5.5;4.2;5.29;.2;2.33;14243
+74100;44.70767;7.0582;1714;20220318;2.8;.5;1.6;5.3;6.49;.9;.9;9500
+74100;44.70767;7.0582;1714;20220319;3;-2.8;.1;6.1;5.19;0;1.48;17633
+74100;44.70767;7.0582;1714;20220320;2.4;-4.8;-1.2;4.9;3.73;0;1.83;18400
+74100;44.70767;7.0582;1714;20220321;3.3;-3.9;-.3;3.3;3.43;0;2.05;21300
+74100;44.70767;7.0582;1714;20220322;4.8;-2.4;1.2;4.7;3.19;0;2.54;22166
+74100;44.70767;7.0582;1714;20220323;8.4;-.6;3.9;3.5;2.56;0;3.02;23166
+74100;44.70767;7.0582;1714;20220324;10.7;3.4;7;3.7;3.13;0;3.56;22800
+74100;44.70767;7.0582;1714;20220325;8.5;3.3;5.9;2.7;3.33;0;3.01;22166
+74100;44.70767;7.0582;1714;20220326;9.9;2.6;6.3;2.8;3.33;0;3.2;22733
+74100;44.70767;7.0582;1714;20220327;9.1;3.5;6.3;4.2;3.63;0;3.19;19400
+74100;44.70767;7.0582;1714;20220328;11.1;3.7;7.4;3.6;3.33;0;3.63;22500
+74100;44.70767;7.0582;1714;20220329;6.8;2.3;4.6;3.4;4.89;.4;2.33;16566
+74100;44.70767;7.0582;1714;20220330;1.6;-.8;.4;3.1;6.53;5.5;.66;6166
+74100;44.70767;7.0582;1714;20220331;5.2;-1;2.1;3.4;6.63;2;1.22;10833
+74100;44.70767;7.0582;1714;20220401;2.8;-1.7;.6;4.6;5.49;16.9;1.39;12500
+74100;44.70767;7.0582;1714;20220402;-2.3;-5.7;-4;3.6;3.99;2.4;1.07;12800
+74100;44.70767;7.0582;1714;20220403;-.6;-6.1;-3.4;2.8;4.09;.4;1.51;18966
+74100;44.70767;7.0582;1714;20220404;.1;-4.7;-2.3;2.2;5.13;0;1.34;17466
+74100;44.70767;7.0582;1714;20220405;6.4;-2.7;1.8;3;6.14;0;2.29;25050
+74100;44.70767;7.0582;1714;20220406;6.1;1.2;3.6;3;6.96;0;2.1;21233
+74100;44.70767;7.0582;1714;20220407;8.5;0;4.3;2.6;7.03;6.3;1.88;15633
+74100;44.70767;7.0582;1714;20220408;10.1;4;7.1;3.4;7.93;3;2.11;14133
+74100;44.70767;7.0582;1714;20220409;5.8;2.9;4.4;5.6;3.66;0;3.43;23833
+74100;44.70767;7.0582;1714;20220410;5.6;-4.1;.7;3.5;3.13;0;2.78;25033
+74100;44.70767;7.0582;1714;20220411;6;-.7;2.7;2.5;4.13;0;2.58;23933
+74100;44.70767;7.0582;1714;20220412;8.2;.5;4.3;1.7;4.96;0;2.79;24233
+74100;44.70767;7.0582;1714;20220413;11.4;2.7;7.1;3.2;6.59;0;3.12;23766
+74100;44.70767;7.0582;1714;20220414;13.2;4.1;8.6;4;7.16;0;3.57;25633
+74100;44.70767;7.0582;1714;20220415;16.1;7;11.5;3.1;6.76;0;4.13;25366
+74100;44.70767;7.0582;1714;20220416;14.9;6.9;10.9;3.7;5.73;1.2;4.27;24166
+74100;44.70767;7.0582;1714;20220417;8.6;.1;4.3;3.4;6.66;0;2.69;24100
+74100;44.70767;7.0582;1714;20220418;8.9;-1.4;3.8;2.6;6.16;0;2.71;25200
+74100;44.70767;7.0582;1714;20220419;9.4;1.2;5.3;3.2;6.29;0;2.9;24900
+74100;44.70767;7.0582;1714;20220420;2.8;2;2.4;2.1;7.16;2.9;1.06;7866
+74100;44.70767;7.0582;1714;20220421;2.4;.6;1.5;4;6.76;9.9;.9;8200
+74100;44.70767;7.0582;1714;20220422;7.2;.4;3.8;3.7;7.53;0;1.45;12966
+74100;44.70767;7.0582;1714;20220423;3.2;1.7;2.4;6.1;7.63;20.6;.56;4200
+74100;44.70767;7.0582;1714;20220424;2.2;-1;.6;3.3;6.76;.4;.91;9500
+74100;44.70767;7.0582;1714;20220425;5.9;.7;3.3;2.1;8.44;.7;1.38;12600
+74100;44.70767;7.0582;1714;20220426;6.9;2.3;4.6;2.2;7.76;.2;1.92;16000
+74100;44.70767;7.0582;1714;20220427;10.7;2.8;6.7;2.5;7.39;.4;3.25;26466
+74100;44.70767;7.0582;1714;20220428;12.1;3.6;7.9;3.2;8.73;0;3.12;23933
+74100;44.70767;7.0582;1714;20220429;11.7;3.7;7.7;3.4;8.79;0;2.79;20866
+74100;44.70767;7.0582;1714;20220430;8.8;2.9;5.8;2.8;7.79;1.9;2.19;15433
+74100;44.70767;7.0582;1714;20220501;10.6;3.3;6.9;2.2;7.66;.1;3;23500
+74100;44.70767;7.0582;1714;20220502;10;2.7;6.4;2.6;8.79;1.3;2.6;22000
+74100;44.70767;7.0582;1714;20220503;8.2;3.1;5.6;2.2;8.99;1.5;1.96;15733
+74100;44.70767;7.0582;1714;20220504;8.7;3.5;6.1;3.2;9.06;5.9;2.02;16333
+74100;44.70767;7.0582;1714;20220505;5.1;3.9;4.5;3.7;8.29;16;1.24;10166
+74100;44.70767;7.0582;1714;20220506;7.2;1.8;4.5;1.4;7.49;9.7;1.99;16256
+74100;44.70767;7.0582;1714;20220507;12.1;3.5;7.8;2.1;7.99;3.1;2.83;20556
+74100;44.70767;7.0582;1714;20220508;11.7;3.5;7.6;2.4;8.29;1.9;2.71;20172
+74100;44.70767;7.0582;1714;20220509;13.3;5.7;9.5;2.2;8.09;.3;3.02;19517
+74100;44.70767;7.0582;1714;20220510;16.9;-.9;8;2;7.59;0;3.64;25861
+74100;44.70767;7.0582;1714;20220511;18.8;1.9;10.4;1.9;8.49;0;3.94;25975
+74100;44.70767;7.0582;1714;20220512;21.7;1.2;11.5;1.6;7.79;0;4.25;26087
+74100;44.70767;7.0582;1714;20220513;20.5;2.7;11.6;1.8;9.09;0;4.15;26197
+74100;44.70767;7.0582;1714;20220514;19.6;3.5;11.6;2.1;9.89;.7;4.06;26304
+74100;44.70767;7.0582;1714;20220515;17.8;3.5;10.7;1.3;9.89;4.2;3.82;26409
+74100;44.70767;7.0582;1714;20220516;20.3;2.2;11.3;1.5;8.39;.4;4.15;26511
+74100;44.70767;7.0582;1714;20220517;22.8;2.6;12.7;1.2;8.59;0;4.34;26611
+74100;44.70767;7.0582;1714;20220518;19.9;2.7;11.3;2.2;10.19;9.8;4.09;26708
+74100;44.70767;7.0582;1714;20220519;22;9.1;15.6;1.6;10.79;.1;4.57;26396
+74100;44.70767;7.0582;1714;20220520;23.2;4.2;13.7;2.2;8.89;0;4.82;26895
+74100;44.70767;7.0582;1714;20220521;24.6;3.8;14.2;1.7;8.59;0;4.84;26985
+74100;44.70767;7.0582;1714;20220522;25.9;5.3;15.6;1.4;9.09;.5;4.9;27072
+74100;44.70767;7.0582;1714;20220523;21.2;5.6;13.4;2.1;8.39;1.9;4.7;27156
+74100;44.70767;7.0582;1714;20220524;17.8;3.9;10.9;1.5;8.39;6.8;4.1;27238
+74100;44.70767;7.0582;1714;20220525;13.7;3.4;8.6;.7;9.49;3.4;3.31;24058
+74100;44.70767;7.0582;1714;20220526;16.9;2.2;9.6;2;9.59;1.5;3.82;27393
+74100;44.70767;7.0582;1714;20220527;22.5;4.3;13.4;1.8;8.99;.5;4.71;27467
+74100;44.70767;7.0582;1714;20220528;23.3;1.8;12.6;2;7.99;4;4.85;27538
+74100;44.70767;7.0582;1714;20220529;19.3;1.7;10.5;2.6;7.49;.8;4.5;27606
+74100;44.70767;7.0582;1714;20220530;16.6;-1.3;7.7;2.2;5.99;.6;4.08;27671
+74100;44.70767;7.0582;1714;20220531;16.6;1.7;9.2;1.5;7.79;.3;3.98;27733
+74100;44.70767;7.0582;1714;20220601;20.1;1.8;11;2;8.09;.2;4.45;27793
+74100;44.70767;7.0582;1714;20220602;23;4.6;13.8;2.7;9.19;.5;5.08;27850
+74100;44.70767;7.0582;1714;20220603;18.1;7;12.6;2;11.19;9.5;3.97;25498
+74100;44.70767;7.0582;1714;20220604;22.2;5.7;14;2.6;10.49;.6;4.85;27954
+74100;44.70767;7.0582;1714;20220605;21.8;7.3;14.6;2.1;9.29;.7;4.94;28002
+74100;44.70767;7.0582;1714;20220606;22.2;2.6;12.4;2.2;9.09;1;4.76;28048
+74100;44.70767;7.0582;1714;20220607;20.1;5.7;12.9;1.8;7.79;1.2;4.71;28090
+74100;44.70767;7.0582;1714;20220608;18.6;-.5;9.1;1.9;6.79;1.2;4.3;28129
+74100;44.70767;7.0582;1714;20220609;16.7;5.2;11;2.4;6.19;0;4.42;26191
+74100;44.70767;7.0582;1714;20220610;21;-1.9;9.6;2.6;6.39;0;4.81;28199
+74100;44.70767;7.0582;1714;20220611;23.6;1.6;12.6;2.1;7.69;0;5.06;28229
+74100;44.70767;7.0582;1714;20220612;25.8;2.4;14.1;1.1;7.79;.2;4.9;28256
+74100;44.70767;7.0582;1714;20220613;25.2;4.9;15.1;1.5;8.89;0;5.1;28281
+74100;44.70767;7.0582;1714;20220614;21.4;4.8;13.1;2.7;10.79;.1;4.69;28302
+74100;44.70767;7.0582;1714;20220615;25.1;6;15.6;1.2;10.39;1;4.96;28320
+74100;44.70767;7.0582;1714;20220616;27.6;5.5;16.6;1.7;8.39;0;5.54;28336
+74100;44.70767;7.0582;1714;20220617;28.1;3.4;15.8;1.6;9.49;.1;5.4;28348
+74100;44.70767;7.0582;1714;20220618;24.7;8.7;16.7;1.8;12.89;.5;5.1;28357
+74100;44.70767;7.0582;1714;20220619;22.3;6.9;14.6;2.8;12.39;.2;4.8;28364
+74100;44.70767;7.0582;1714;20220620;26.2;8;17.1;2.4;10.09;0;5.67;28367
+74100;44.70767;7.0582;1714;20220621;24.6;10.9;17.8;2.1;10.09;3.8;5.52;28367
+74100;44.70767;7.0582;1714;20220622;20;8.6;14.3;1.2;12.09;6.1;4.3;26260
+74100;44.70767;7.0582;1714;20220623;21;5;13;1.6;9.69;2;4.63;28358
+74100;44.70767;7.0582;1714;20220624;17.4;4.1;10.8;1.2;9.19;8.3;4.18;28332
+74100;44.70767;7.0582;1714;20220625;19.1;1.6;10.4;2.1;8.29;0;4.38;28337
+74100;44.70767;7.0582;1714;20220626;19.6;4.9;12.3;3.1;11.09;.2;4.37;28322
+74100;44.70767;7.0582;1714;20220627;20.4;12;16.2;4.7;12.09;.4;4.58;22526
+74100;44.70767;7.0582;1714;20220628;19.3;10;14.7;2.1;12.39;23;4.03;23673
+74100;44.70767;7.0582;1714;20220629;23.9;3.2;13.6;1.4;9.29;.1;4.81;28260
+74100;44.70767;7.0582;1714;20220630;21.7;5.7;13.7;1.6;10.29;3.6;4.68;28233
+74100;44.70767;7.0582;1714;20220701;22.9;5.6;14.3;1.9;8.49;.3;5.03;28203
+74100;44.70767;7.0582;1714;20220702;26.2;2.3;14.3;1.5;7.69;0;5.15;28170
+74100;44.70767;7.0582;1714;20220703;27.7;4.9;16.3;2;9.79;1.1;5.55;28134
+74100;44.70767;7.0582;1714;20220704;24.7;7.7;16.2;1.6;11.49;2.8;5.03;28095
+74100;44.70767;7.0582;1714;20220705;24.6;5.7;15.2;1.7;9.49;.2;5.07;28054
+74100;44.70767;7.0582;1714;20220706;21.8;5.4;13.6;2.5;10.99;.9;4.7;28009
+74100;44.70767;7.0582;1714;20220707;25;4.4;14.7;2;9.29;0;5.16;27961
+74100;44.70767;7.0582;1714;20220708;21.8;8.5;15.2;2.5;11.32;0;4.68;26114
+74100;44.70767;7.0582;1714;20220709;21.1;8.6;14.8;1.5;11.85;0;4.5;26356
+74100;44.70767;7.0582;1714;20220710;21.9;8.2;15.1;1.9;11.67;.1;4.64;27102
+74100;44.70767;7.0582;1714;20220711;21.8;9;15.4;2.3;12.77;.1;4.5;26374
+74100;44.70767;7.0582;1714;20220712;22.6;8.6;15.6;1.8;12.27;.2;4.64;26941
+74100;44.70767;7.0582;1714;20220713;22.3;10.5;16.4;3;13.87;2.8;4.28;26499
+74100;44.70767;7.0582;1714;20220714;24.2;12.7;18.5;1.9;13.9;1.3;4.84;25734
+74100;44.70767;7.0582;1714;20220715;25.3;11.4;18.3;2;12.37;0;5.26;27790
+74100;44.70767;7.0582;1714;20220716;25.4;9.4;17.4;1.9;12.95;1;4.96;27290
+74100;44.70767;7.0582;1714;20220717;24.7;10.5;17.6;2.9;14.2;4.1;4.74;26025
+74100;44.70767;7.0582;1714;20220718;26;11.6;18.8;4;15.2;.9;4.71;25312
+74100;44.70767;7.0582;1714;20220719;24.4;8.3;16.4;2.7;12.89;.4;4.97;27172
+74100;44.70767;7.0582;1714;20220720;26.3;12;19.2;1.9;13.29;.9;5.25;27089
+74100;44.70767;7.0582;1714;20220721;29.1;7.3;18.2;2.7;10.99;.1;5.88;27003
+74100;44.70767;7.0582;1714;20220722;26.7;7.8;17.3;2.4;12.49;.1;5.23;26915
+74100;44.70767;7.0582;1714;20220723;27.9;8.5;18.2;1.6;11.09;.8;5.21;26823
+74100;44.70767;7.0582;1714;20220724;26.4;8.3;17.4;2.5;13.39;.2;5.12;26730
+74100;44.70767;7.0582;1714;20220725;29.5;7.7;18.6;1.6;11.59;2;5.29;26634
+74100;44.70767;7.0582;1714;20220726;25.8;6.5;16.2;2.1;11.39;3.3;4.97;26535
+74100;44.70767;7.0582;1714;20220727;23.5;9.5;16.5;3.2;12.59;.7;4.91;26434
+74100;44.70767;7.0582;1714;20220728;24;7.9;16;2.2;10.49;2.1;4.88;26331
+74100;44.70767;7.0582;1714;20220729;19.9;6.9;13.4;1.4;9.89;3.6;4.16;25930
+74100;44.70767;7.0582;1714;20220730;24.6;3.4;14;2.4;9.69;0;4.83;26117
+74100;44.70767;7.0582;1714;20220731;25.2;5.7;15.5;2.1;9.99;.2;4.88;26006
+74100;44.70767;7.0582;1714;20220801;28.2;5.4;16.8;1.4;9.19;.4;4.91;25893
+74100;44.70767;7.0582;1714;20220802;23;5.6;14.3;3.4;10.99;0;4.69;25778
+74100;44.70767;7.0582;1714;20220803;23.4;8.3;15.9;2.7;12.29;.6;4.62;25661
+74100;44.70767;7.0582;1714;20220804;24.2;9;16.6;1.3;12.59;1.5;4.43;25542
+74100;44.70767;7.0582;1714;20220805;25.1;7.8;16.5;1.4;13.19;4.1;4.43;25420
+74100;44.70767;7.0582;1714;20220806;25.8;7;16.4;1.8;12.49;1.8;4.59;25296
+74100;44.70767;7.0582;1714;20220807;20.5;9.7;15.1;3.1;12.39;2.3;3.98;22711
+74100;44.70767;7.0582;1714;20220808;22.6;4;13.3;2;9.79;.1;4.26;25042
+74100;44.70767;7.0582;1714;20220809;23.8;6;14.9;3.1;10.69;1.4;4.7;24912
+74100;44.70767;7.0582;1714;20220810;22.1;10;16.1;2.5;13.19;4.2;4.14;23658
+74100;44.70767;7.0582;1714;20220811;23.8;7.7;15.8;1.7;11.69;.1;4.3;24646
+74100;44.70767;7.0582;1714;20220812;24.7;5.7;15.2;2;9.69;.1;4.53;24510
+74100;44.70767;7.0582;1714;20220813;26.1;3.5;14.8;1.6;7.59;0;4.54;24372
+74100;44.70767;7.0582;1714;20220814;18.3;4.6;11.5;1;9.99;8.9;3.51;24232
+74100;44.70767;7.0582;1714;20220815;21;3.3;12.2;1.4;8.39;.3;3.82;24091
+74100;44.70767;7.0582;1714;20220816;22.5;2.5;12.5;1.6;9.29;1.2;3.92;23947
+74100;44.70767;7.0582;1714;20220817;18.6;7.7;13.2;2.4;11.49;10.9;3.42;21587
+74100;44.70767;7.0582;1714;20220818;17.2;4.4;10.8;1.7;10.59;18.5;3.26;23232
+74100;44.70767;7.0582;1714;20220819;19.4;3.5;11.5;1.4;9.49;0;3.51;23506
+74100;44.70767;7.0582;1714;20220820;23.1;2.7;12.9;1.4;9.09;.2;3.83;23356
+74100;44.70767;7.0582;1714;20220821;23.1;5.3;14.2;1.7;10.59;.8;3.91;23204
+74100;44.70767;7.0582;1714;20220822;21.6;6.6;14.1;1.7;11.19;.4;3.74;23051
+74100;44.70767;7.0582;1714;20220823;22.1;5;13.6;1.9;10.59;.1;3.78;22895
+74100;44.70767;7.0582;1714;20220824;22.8;5.8;14.3;2.1;11.29;0;3.86;22739
+74100;44.70767;7.0582;1714;20220825;23.6;7.1;15.4;1.2;11.79;.4;3.72;22581
+74100;44.70767;7.0582;1714;20220826;19.7;10.7;15.2;1.1;12.39;4.8;3.07;18509
+74100;44.70767;7.0582;1714;20220827;20.3;4.4;12.4;1.8;10.59;1.4;3.41;22260
+74100;44.70767;7.0582;1714;20220828;23.5;5.7;14.6;1.6;10.39;1.4;3.75;22098
+74100;44.70767;7.0582;1714;20220829;23.8;4.7;14.3;1.1;8.99;.2;3.58;21934
+74100;44.70767;7.0582;1714;20220830;22.4;7.6;15;1.1;11.29;3.7;3.47;21769
+74100;44.70767;7.0582;1714;20220831;20.9;6.2;13.6;1.4;11.29;1.2;3.33;21603
+74100;44.70767;7.0582;1714;20220901;21.4;4.8;13.1;1.4;9.99;1;3.36;21436
+74100;44.70767;7.0582;1714;20220902;19.6;4.6;12.1;1.1;9.79;2.3;3.11;21268
+74100;44.70767;7.0582;1714;20220903;18.8;6.1;12.5;1.2;10.79;3.2;3.01;20664
+74100;44.70767;7.0582;1714;20220904;19.9;3.4;11.7;1.6;9.79;.2;3.13;20927
+74100;44.70767;7.0582;1714;20220905;21.2;4.7;13;1.2;9.49;.5;3.18;20756
+74100;44.70767;7.0582;1714;20220906;20.4;4.6;12.5;1.3;10.89;3.7;3.03;20583
+74100;44.70767;7.0582;1714;20220907;19.7;7.9;13.8;1.8;11.69;9;3.02;19283
+74100;44.70767;7.0582;1714;20220908;19.2;7.4;13.3;1.2;10.19;.7;2.9;19120
+74100;44.70767;7.0582;1714;20220909;17;1;9;1.6;6.99;.2;2.85;20060
+74100;44.70767;7.0582;1714;20220910;19.2;-1.2;9;1;6.29;0;2.76;19884
+74100;44.70767;7.0582;1714;20220911;23.3;-.4;11.5;1.2;6.79;0;3.14;19707
+74100;44.70767;7.0582;1714;20220912;23.7;1.5;12.6;1;7.89;0;3.02;19530
+74100;44.70767;7.0582;1714;20220913;23.6;3.7;13.7;1.4;9.49;.3;3.17;19351
+74100;44.70767;7.0582;1714;20220914;16.9;10.1;13.5;2.1;11.69;15.3;2.33;13813
+74100;44.70767;7.0582;1714;20220915;19;6.1;12.6;1.5;10.19;1.1;2.76;18769
+74100;44.70767;7.0582;1714;20220916;19.4;3.3;11.4;1.3;8.69;0;2.72;18814
+74100;44.70767;7.0582;1714;20220917;13.9;.2;7.1;1.8;4.69;0;2.62;18633
+74100;44.70767;7.0582;1714;20220918;18;-4.9;6.6;1.3;3.99;0;2.63;18453
+74100;44.70767;7.0582;1714;20220919;20.3;-.9;9.7;1.3;4.49;0;2.82;18272
+74100;44.70767;7.0582;1714;20220920;19.2;-2.6;8.3;1.1;5.39;0;2.52;18091
+74100;44.70767;7.0582;1714;20220921;11.2;0;5.6;4.2;7.29;0;1.99;16516
+74100;44.70767;7.0582;1714;20220922;17.8;5.4;11.6;1.4;7.69;0;2.54;17193
+74100;44.70767;7.0582;1714;20220923;15.9;0;8;1.3;6.99;2.2;2.24;17546
+74100;44.70767;7.0582;1714;20220924;7.8;4.4;6.1;.6;8.49;8.8;1.18;8924
+74100;44.70767;7.0582;1714;20220925;12.4;1;6.7;.7;7.89;2;1.77;15993
+74100;44.70767;7.0582;1714;20220926;14.4;-2;6.2;1.6;6.49;.1;2.09;17000
+74100;44.70767;7.0582;1714;20220927;13.3;1.2;7.3;1.5;5.59;0;2.12;16127
+74100;44.70767;7.0582;1714;20220928;11;-2;4.5;1.5;6.89;1.2;1.7;16530
+74100;44.70767;7.0582;1714;20220929;11.2;4.5;7.9;1.8;7.39;1.5;1.7;11800
+74100;44.70767;7.0582;1714;20220930;7.3;-.2;3.6;1.9;6.99;5.2;1.25;12337
+74100;44.70767;7.0582;1714;20221001;9.7;.7;5.2;1.1;7.69;0;1.4;13347
+74100;44.70767;7.0582;1714;20221002;19.4;1.4;10.4;1.4;7.99;0;2.24;15913
+74100;44.70767;7.0582;1714;20221003;20.1;-1.4;9.4;1.3;5.89;0;2.3;15732
+74100;44.70767;7.0582;1714;20221004;20.2;-.9;9.7;.9;6.49;0;2.03;15553
+74100;44.70767;7.0582;1714;20221005;20.7;-.1;10.3;.9;6.89;.6;2.03;15374
+74100;44.70767;7.0582;1714;20221006;19.6;1.2;10.4;1.5;7.39;.4;2.22;15195
+74100;44.70767;7.0582;1714;20221007;18.6;-.9;8.9;1.2;6.99;0;1.97;15017
+74100;44.70767;7.0582;1714;20221008;13.5;.3;6.9;.6;8.29;8.2;1.48;14840
+74100;44.70767;7.0582;1714;20221009;10.3;6.8;8.6;1;10.09;10.4;1.05;7678
+74100;44.70767;7.0582;1714;20221010;10.5;6;8.3;1.4;9.09;.4;1.17;8575
+74100;44.70767;7.0582;1714;20221011;15.4;.4;7.9;1.2;7.79;.2;1.63;14313
+74100;44.70767;7.0582;1714;20221012;12.5;.9;6.7;1.9;7.39;.4;1.54;13313
+74100;44.70767;7.0582;1714;20221013;13.8;-1.3;6.3;.9;6.99;0;1.42;13967
+74100;44.70767;7.0582;1714;20221014;15.5;1.5;8.5;.8;8.29;.1;1.45;13795
+74100;44.70767;7.0582;1714;20221015;19.1;4.9;12;.4;8.09;.1;1.45;13624
+74100;44.70767;7.0582;1714;20221016;16.2;.5;8.4;1;7.49;.4;1.5;13455
+74100;44.70767;7.0582;1714;20221017;16.9;.7;8.8;1.4;7.49;.1;1.65;13286
+74100;44.70767;7.0582;1714;20221018;19.8;1.4;10.6;1.1;7.59;0;1.69;13119
+74100;44.70767;7.0582;1714;20221019;21.3;.4;10.9;.9;6.59;.2;1.65;12954
+74100;44.70767;7.0582;1714;20221020;14.6;1.3;8;1.1;8.49;7.8;1.29;12789
+74100;44.70767;7.0582;1714;20221021;10.5;7.8;9.2;1.1;10.89;8.9;.82;5860
+74100;44.70767;7.0582;1714;20221022;14.5;8.5;11.5;2.3;9.59;3.9;1.51;8521
+74100;44.70767;7.0582;1714;20221023;16.7;4.2;10.5;1.6;8.39;3.7;1.55;12048
+74100;44.70767;7.0582;1714;20221024;13.6;6.6;10.1;1.5;9.59;2.6;1.18;8957
+74100;44.70767;7.0582;1714;20221025;15.3;.6;8;1.8;7.19;0;1.48;11990
+74100;44.70767;7.0582;1714;20221026;18.5;3;10.8;1.4;7.29;0;1.57;11835
+74100;44.70767;7.0582;1714;20221027;19.4;3.8;11.6;1.2;7.79;0;1.49;11682
+74100;44.70767;7.0582;1714;20221028;19.9;3.2;11.6;.9;7.49;0;1.33;11531
+74100;44.70767;7.0582;1714;20221029;19.9;2;11;1.3;6.89;0;1.54;11381
+74100;44.70767;7.0582;1714;20221030;17.3;1.3;9.3;1.5;6.39;0;1.48;11234
+74100;44.70767;7.0582;1714;20221031;15.7;1.7;8.7;1.8;6.39;1.5;1.49;11088
+74100;44.70767;7.0582;1714;20221101;7.1;2.4;4.8;.7;7.49;10.6;.66;6670
+74100;44.70767;7.0582;1714;20221102;11.2;-1.2;5;.7;6.39;0;.8;10563
+74100;44.70767;7.0582;1714;20221103;10.5;-3.6;3.5;1.4;5.79;19.4;.92;10664
+74100;44.70767;7.0582;1714;20221104;3.9;-1.8;1.1;1.6;5.79;1.1;.6;7052
+74100;44.70767;7.0582;1714;20221105;5.7;-7;-.6;.9;4.19;0;.65;10288
+74100;44.70767;7.0582;1714;20221106;9.2;-5.4;1.9;.8;4.29;0;.73;10259
+74100;44.70767;7.0582;1714;20221107;11.3;-5.4;3;.9;4.29;0;.82;10128
+74100;44.70767;7.0582;1714;20221108;11.5;-3.6;4;1;4.79;.1;.84;10000
+74100;44.70767;7.0582;1714;20221109;8.6;-1.2;3.7;1;6.59;12;.63;8624
+74100;44.70767;7.0582;1714;20221110;8.5;-2.4;3.1;1.1;5.99;0;.65;8972
+74100;44.70767;7.0582;1714;20221111;11.9;-4.9;3.5;.9;4.39;0;.77;9630
+74100;44.70767;7.0582;1714;20221112;13.4;-1.8;5.8;1;5.09;0;.83;9512
+74100;44.70767;7.0582;1714;20221113;7.3;.4;3.9;2.9;5.29;.2;1.07;6929
+74100;44.70767;7.0582;1714;20221114;6.1;.1;3.1;1;5.89;.5;.57;6401
+74100;44.70767;7.0582;1714;20221115;6.6;.5;3.6;.8;6.99;4.6;.47;6378
+74100;44.70767;7.0582;1714;20221116;6.6;3.1;4.9;1.6;6.59;0;.7;4829
+74100;44.70767;7.0582;1714;20221117;8.9;-3.5;2.7;1.5;5.49;.8;.66;8797
+74100;44.70767;7.0582;1714;20221118;5.5;-.3;2.6;1.3;5.09;0;.63;6018
+74100;44.70767;7.0582;1714;20221119;4.2;-7.9;-1.8;.8;3.39;0;.44;8501
+74100;44.70767;7.0582;1714;20221120;2;-10;-4;.9;2.89;0;.42;8375
+74100;44.70767;7.0582;1714;20221121;5.7;-8.9;-1.6;1.2;3.59;2.2;.54;8565
+74100;44.70767;7.0582;1714;20221122;1.4;-2.4;-.5;2.5;3.89;0;.76;4710
+74100;44.70767;7.0582;1714;20221123;3.7;-10.9;-3.6;1.1;3.19;.2;.44;8385
+74100;44.70767;7.0582;1714;20221124;5.2;-8.5;-1.6;1;3.19;0;.47;8300
+74100;44.70767;7.0582;1714;20221125;5.9;-6.8;-.4;.8;3.59;0;.4;8181
+74100;44.70767;7.0582;1714;20221126;7.1;-8.1;-.5;1.2;2.99;0;.61;8137
+74100;44.70767;7.0582;1714;20221127;4.9;-8.8;-1.9;.7;2.99;0;.35;8061
+74100;44.70767;7.0582;1714;20221128;3.3;-5;-.8;.8;3.49;0;.4;6475
+74100;44.70767;7.0582;1714;20221129;.5;-6.9;-3.2;1.5;4.19;2;.32;6074
+74100;44.70767;7.0582;1714;20221130;4.8;-8.6;-1.9;1.8;3.59;0;.56;7848
+74100;44.70767;7.0582;1714;20221201;2.6;-7.3;-2.3;1.5;3.19;0;.51;6878
+74100;44.70767;7.0582;1714;20221202;1.1;-8.2;-3.5;2.1;3.49;2.9;.47;6622
+74100;44.70767;7.0582;1714;20221203;-.8;-4;-2.4;2.5;4.29;3.8;.43;3946
+74100;44.70767;7.0582;1714;20221204;2.4;-2.3;.1;1.5;5.09;5.1;.39;4703
+74100;44.70767;7.0582;1714;20221205;.5;-8.2;-3.8;1.1;3.39;0;.31;6278
+74100;44.70767;7.0582;1714;20221206;1.5;-13.7;-6.1;1;2.19;0;.35;7507
+74100;44.70767;7.0582;1714;20221207;2.8;-12.7;-4.9;1;2.09;0;.39;7461
+74100;44.70767;7.0582;1714;20221208;1.3;-12.9;-5.8;1.3;2.49;8.1;.38;7418
+74100;44.70767;7.0582;1714;20221209;1.4;-2.9;-.7;1.2;5.29;12.1;.28;4378
+74100;44.70767;7.0582;1714;20221210;1.2;-.9;.2;1;4.79;0;.41;3111
+74100;44.70767;7.0582;1714;20221211;-5.4;-18;-11.7;1;1.49;0;.24;7273
+74100;44.70767;7.0582;1714;20221212;-6.2;-19.2;-12.7;.9;1.79;3.6;.16;7279
+74100;44.70767;7.0582;1714;20221213;-2.6;-8.2;-5.4;.7;3.99;1.1;.16;4884
+74100;44.70767;7.0582;1714;20221214;2.5;-3.8;-.6;.6;5.39;0;.2;5151
+74100;44.70767;7.0582;1714;20221215;.6;-6.5;-2.9;1.4;4.89;21;.16;5440
+74100;44.70767;7.0582;1714;20221216;1.3;-5.7;-2.2;.7;5.09;0;.16;5391
+74100;44.70767;7.0582;1714;20221217;-2.3;-13.8;-8;1.3;2.49;0;.25;6836
+74100;44.70767;7.0582;1714;20221218;-.7;-15.4;-8;1;1.89;0;.29;7166
+74100;44.70767;7.0582;1714;20221219;1.8;-10.5;-4.3;.9;2.99;0;.24;7045
+74100;44.70767;7.0582;1714;20221220;1.1;-9.2;-4;.9;3.49;0;.22;6462
+74100;44.70767;7.0582;1714;20221221;2.2;-8;-2.9;.8;5.29;1.6;.09;6430
+74100;44.70767;7.0582;1714;20221222;1.9;-.9;.5;1;5.69;.3;.31;3474
+74100;44.70767;7.0582;1714;20221223;5.5;-.1;2.7;2.1;6.49;.1;.39;4826
+74100;44.70767;7.0582;1714;20221224;5.4;-.7;2.4;.7;5.79;0;.28;5033
+74100;44.70767;7.0582;1714;20221225;8.8;-5;1.9;1.2;4.29;0;.45;7182
+74100;44.70767;7.0582;1714;20221226;9.1;-5.1;2;1.8;4.69;0;.6;7197
+74100;44.70767;7.0582;1714;20221227;3.6;-3;.3;1.5;4.69;0;.41;5259
+74100;44.70767;7.0582;1714;20221228;2.4;-11.6;-4.6;1.1;2.59;0;.34;7238
+74100;44.70767;7.0582;1714;20221229;3.6;-8.7;-2.5;1.1;4.29;.1;.23;7144
+74100;44.70767;7.0582;1714;20221230;5;-.7;2.2;2;6.19;.3;.39;4951
+74100;44.70767;7.0582;1714;20221231;8.8;-1;3.9;1.3;6.59;0;.37;6451
+75073;44.29233;-1.26731;10;20220101;21.7;6.9;14.3;1.4;10.41;0;.91;6732
+75073;44.29233;-1.26731;10;20220102;16.5;9;12.7;2.2;11.6;.1;.78;5306
+75073;44.29233;-1.26731;10;20220103;17.7;9.3;13.5;2.8;11.4;0;1.15;6087
+75073;44.29233;-1.26731;10;20220104;16.6;10.4;13.5;4.8;10.97;5.5;1.69;3734
+75073;44.29233;-1.26731;10;20220105;9.7;4.8;7.3;2.3;7.34;.7;.78;4816
+75073;44.29233;-1.26731;10;20220106;9.6;.9;5.2;1.6;6.14;0;.65;5390
+75073;44.29233;-1.26731;10;20220107;12.7;3.2;7.9;5.6;8.64;3.5;.98;5941
+75073;44.29233;-1.26731;10;20220108;13.1;10.6;11.8;9.7;11.1;9.1;1.45;2731
+75073;44.29233;-1.26731;10;20220109;12.5;10.6;11.6;8.3;11.94;17.1;.99;1268
+75073;44.29233;-1.26731;10;20220110;13.2;11.1;12.1;6.9;13.37;2.1;.55;1352
+75073;44.29233;-1.26731;10;20220111;11.7;6.3;9;1.6;9.2;.1;.58;5411
+75073;44.29233;-1.26731;10;20220112;7.1;1;4;1.8;6.27;0;.51;6899
+75073;44.29233;-1.26731;10;20220113;8.7;-1.3;3.7;2.8;6.17;0;.7;7862
+75073;44.29233;-1.26731;10;20220114;9.9;-1;4.5;2.7;6.34;.1;.78;7621
+75073;44.29233;-1.26731;10;20220115;10.4;-2.6;3.9;1.4;6.4;.2;.52;8344
+75073;44.29233;-1.26731;10;20220116;9.5;-.6;4.4;2.1;6.77;.1;.68;7265
+75073;44.29233;-1.26731;10;20220117;9.5;.3;4.9;2.2;7.54;.1;.56;4944
+75073;44.29233;-1.26731;10;20220118;7.3;3.9;5.6;1.6;8.2;.2;.43;2519
+75073;44.29233;-1.26731;10;20220119;10.5;5.5;8;2.4;9.3;2.6;.61;3555
+75073;44.29233;-1.26731;10;20220120;10.4;8.2;9.3;3.9;9.67;.4;.84;2643
+75073;44.29233;-1.26731;10;20220121;6.9;2.2;4.5;3.4;6.1;.1;.86;6998
+75073;44.29233;-1.26731;10;20220122;8.3;.4;4.3;2.9;5.74;.1;.88;8034
+75073;44.29233;-1.26731;10;20220123;10.4;-.2;5.1;2.6;6.1;0;.96;8916
+75073;44.29233;-1.26731;10;20220124;13.8;.5;7.2;2.1;6.74;0;1.07;8887
+75073;44.29233;-1.26731;10;20220125;14.3;.7;7.5;1.8;6.87;0;1;9679
+75073;44.29233;-1.26731;10;20220126;12.5;.7;6.6;2.5;6.97;0;1.07;9086
+75073;44.29233;-1.26731;10;20220127;6.3;-1.3;2.5;1.9;6.44;.1;.55;6718
+75073;44.29233;-1.26731;10;20220128;6;-.1;2.9;1.7;7.2;0;.49;3483
+75073;44.29233;-1.26731;10;20220129;3.6;2.3;3;2.1;7.17;0;.35;2346
+75073;44.29233;-1.26731;10;20220130;6.4;1.5;4;2.1;7.7;.7;.32;2690
+75073;44.29233;-1.26731;10;20220131;11.9;6;8.9;5.1;9.9;2.1;.75;6261
+75073;44.29233;-1.26731;10;20220201;11.4;3.2;7.3;3.8;9.14;.2;.73;6428
+75073;44.29233;-1.26731;10;20220202;11.3;9.7;10.5;3;11.14;0;.81;3212
+75073;44.29233;-1.26731;10;20220203;11.9;6;9;3.1;10.8;0;.63;4299
+75073;44.29233;-1.26731;10;20220204;12.6;8.2;10.4;3.5;11.4;1.9;.67;4214
+75073;44.29233;-1.26731;10;20220205;11.5;4.8;8.2;2.5;8.34;.1;.96;8438
+75073;44.29233;-1.26731;10;20220206;11.9;3.1;7.5;4.6;9.54;1.2;.68;6987
+75073;44.29233;-1.26731;10;20220207;13.7;11;12.4;4.8;11.81;.7;1.3;8700
+75073;44.29233;-1.26731;10;20220208;15.3;5.7;10.5;2.7;8.7;0;1.49;10438
+75073;44.29233;-1.26731;10;20220209;15.5;4.8;10.2;1.8;9.14;0;1.16;10828
+75073;44.29233;-1.26731;10;20220210;13.4;3.6;8.5;1.8;10.21;3.4;1;9500
+75073;44.29233;-1.26731;10;20220211;12.8;7;9.9;2.6;9.01;0;1.21;8900
+75073;44.29233;-1.26731;10;20220212;15;3;9;3.3;7.11;0;1.79;10300
+75073;44.29233;-1.26731;10;20220213;17.1;5.3;11.2;5.3;9.31;3.4;2.1;10400
+75073;44.29233;-1.26731;10;20220214;12.3;9;10.6;10.9;10.41;11.6;1.5;5700
+75073;44.29233;-1.26731;10;20220215;13.1;8.9;11;9.1;10.41;9.8;1.62;7300
+75073;44.29233;-1.26731;10;20220216;13.4;10.5;12;7.7;12.84;4.1;.83;4252
+75073;44.29233;-1.26731;10;20220217;13.4;12.4;12.9;6.3;13.21;1;.84;2400
+75073;44.29233;-1.26731;10;20220218;13.9;6.4;10.2;3.4;10.8;.3;1.06;7717
+75073;44.29233;-1.26731;10;20220219;12.7;5.4;9;2.6;9.04;.8;1.23;9139
+75073;44.29233;-1.26731;10;20220220;14.1;8.4;11.3;5.5;11.57;2.8;1.06;8004
+75073;44.29233;-1.26731;10;20220221;13.5;11.4;12.5;7;10.94;.2;1.78;4745
+75073;44.29233;-1.26731;10;20220222;14.2;9.9;12.1;2.7;9.87;0;1.53;7919
+75073;44.29233;-1.26731;10;20220223;17.2;4.3;10.8;2.2;9.74;0;1.63;13133
+75073;44.29233;-1.26731;10;20220224;13.8;5.3;9.5;3.3;10.5;.5;1.02;9198
+75073;44.29233;-1.26731;10;20220225;13.2;3.8;8.5;2.5;7.64;.1;1.58;12177
+75073;44.29233;-1.26731;10;20220226;14.9;2.3;8.6;3.7;5.94;0;2.47;13904
+75073;44.29233;-1.26731;10;20220227;15.5;5.8;10.6;2.3;9.3;.1;1.58;11082
+75073;44.29233;-1.26731;10;20220228;19.2;5.4;12.3;1.6;9.7;0;1.82;14690
+75073;44.29233;-1.26731;10;20220301;20.1;5.8;12.9;2.5;8.77;.5;2.42;14294
+75073;44.29233;-1.26731;10;20220302;14.1;10;12;2.9;11.47;.2;1.2;5718
+75073;44.29233;-1.26731;10;20220303;12.9;6.8;9.8;3.6;11.1;3.6;1.02;7795
+75073;44.29233;-1.26731;10;20220304;12.6;8.9;10.7;7;9.84;0;1.74;6999
+75073;44.29233;-1.26731;10;20220305;12.7;3.6;8.2;2.5;7.94;.1;1.49;12029
+75073;44.29233;-1.26731;10;20220306;12.2;3.2;7.7;1.4;7.57;.2;1.28;10128
+75073;44.29233;-1.26731;10;20220307;11.9;1;6.5;2;6.54;0;1.67;15467
+75073;44.29233;-1.26731;10;20220308;12.8;6.7;9.8;3.1;9.3;1.6;1.55;8062
+75073;44.29233;-1.26731;10;20220309;18.3;4.8;11.6;3.5;8.84;.4;2.52;15084
+75073;44.29233;-1.26731;10;20220310;15.7;10.6;13.1;2.8;11.4;2.9;1.78;9355
+75073;44.29233;-1.26731;10;20220311;14.6;11;12.8;3.3;11.1;7.9;1.81;6693
+75073;44.29233;-1.26731;10;20220312;15.6;7.8;11.7;3.3;10.07;8.3;2.09;14380
+75073;44.29233;-1.26731;10;20220313;14.2;8.2;11.2;4.3;9.44;4.2;2.08;11072
+75073;44.29233;-1.26731;10;20220314;13.5;6.1;9.8;3.8;9.7;.4;1.45;8259
+75073;44.29233;-1.26731;10;20220315;20.9;11;15.9;3.6;12.35;0;2.69;13831
+75073;44.29233;-1.26731;10;20220316;16;11.7;13.9;4;12.87;0;1.56;7518
+75073;44.29233;-1.26731;10;20220317;12.1;10.5;11.3;6;10.9;1.6;1.25;2151
+75073;44.29233;-1.26731;10;20220318;14.6;7.9;11.2;2.8;9.31;0;1.93;11000
+75073;44.29233;-1.26731;10;20220319;19;7;13;3.5;9.51;0;3.02;19242
+75073;44.29233;-1.26731;10;20220320;20.2;7.9;14;3.9;10.11;0;3.14;16891
+75073;44.29233;-1.26731;10;20220321;21.8;10.8;16.3;4;11.11;1.1;3.44;15788
+75073;44.29233;-1.26731;10;20220322;18.8;7.5;13.1;4.1;8.61;0;3.3;17008
+75073;44.29233;-1.26731;10;20220323;19.2;5.7;12.4;3.5;8.01;0;3.4;20335
+75073;44.29233;-1.26731;10;20220324;16.7;5.7;11.2;3.3;8.51;0;2.85;19965
+75073;44.29233;-1.26731;10;20220325;18.8;8.5;13.6;3.5;8.31;0;3.3;16595
+75073;44.29233;-1.26731;10;20220326;21.5;8.2;14.8;4.1;6.01;0;4.67;20938
+75073;44.29233;-1.26731;10;20220327;21.1;7.1;14.1;3;8.31;0;3.68;21138
+75073;44.29233;-1.26731;10;20220328;21.2;9.5;15.3;2.4;8.51;0;3.61;21337
+75073;44.29233;-1.26731;10;20220329;15.8;13;14.4;2.7;12.01;0;2.06;10703
+75073;44.29233;-1.26731;10;20220330;14.9;11.3;13.1;5;11.51;5.1;1.79;5593
+75073;44.29233;-1.26731;10;20220331;13.9;9.4;11.6;7;9.51;4.6;2.7;14757
+75073;44.29233;-1.26731;10;20220401;10.5;3.8;7.1;7.7;5.81;1.2;2.79;13230
+75073;44.29233;-1.26731;10;20220402;10.6;4;7.3;5.1;5.41;0;2.91;18246
+75073;44.29233;-1.26731;10;20220403;10.8;3;6.9;3.6;6.65;0;2.32;17343
+75073;44.29233;-1.26731;10;20220404;12.6;3.5;8;2.5;6.1;0;2.2;16450
+75073;44.29233;-1.26731;10;20220405;15.1;-.1;7.5;2;7.04;.6;2.34;18229
+75073;44.29233;-1.26731;10;20220406;13.9;10.5;12.2;4.9;12.21;1.2;1.5;8652
+75073;44.29233;-1.26731;10;20220407;14.1;11.3;12.7;9.8;12.71;11.7;1.38;5234
+75073;44.29233;-1.26731;10;20220408;15.8;12.2;14;9.3;11.51;1;2.55;6116
+75073;44.29233;-1.26731;10;20220409;14.3;9.4;11.8;4.9;8.61;0;3.24;20062
+75073;44.29233;-1.26731;10;20220410;21.5;3.2;12.3;4;7.2;0;4.31;23502
+75073;44.29233;-1.26731;10;20220411;25.4;11;18.2;6.2;11.01;.9;5.71;24033
+75073;44.29233;-1.26731;10;20220412;21;11.3;16.1;3.6;12.31;1.1;3.56;19951
+75073;44.29233;-1.26731;10;20220413;19.8;10.7;15.2;2.8;13.11;.6;2.38;12000
+75073;44.29233;-1.26731;10;20220414;17.9;12;14.9;2.2;13.71;.1;3.04;22300
+75073;44.29233;-1.26731;10;20220415;17.2;10.1;13.6;3.6;13.71;.1;2.3;17400
+75073;44.29233;-1.26731;10;20220416;16.9;11.7;14.3;2.9;13.21;.1;2.66;18700
+75073;44.29233;-1.26731;10;20220417;17.2;10.3;13.7;2.5;13.61;0;2.55;19300
+75073;44.29233;-1.26731;10;20220418;16.4;12.3;14.3;5.3;12.61;0;2.44;12800
+75073;44.29233;-1.26731;10;20220419;13.1;10.8;11.9;5.9;11.51;9.4;1.44;4500
+75073;44.29233;-1.26731;10;20220420;11.3;9.4;10.3;5;11.71;10.1;.75;3100
+75073;44.29233;-1.26731;10;20220421;15.1;10.8;12.9;3.3;12.91;3.9;1.86;12400
+75073;44.29233;-1.26731;10;20220422;21.1;8.2;14.6;2.7;11.41;5;3;15400
+75073;44.29233;-1.26731;10;20220423;14.2;11.5;12.8;4.4;12.2;2.4;1.64;8186
+75073;44.29233;-1.26731;10;20220424;15.8;11.6;13.7;7.8;13.11;.3;1.98;10500
+75073;44.29233;-1.26731;10;20220425;17.2;11.4;14.3;3.6;12.21;0;3.42;24200
+75073;44.29233;-1.26731;10;20220426;24.9;9;17;3.1;11.4;1.7;4.76;26243
+75073;44.29233;-1.26731;10;20220427;17.3;12.4;14.8;2.2;13.8;3.5;1.8;8742
+75073;44.29233;-1.26731;10;20220428;16.4;13.2;14.8;2.9;14.41;.2;1.96;11600
+75073;44.29233;-1.26731;10;20220429;17.2;10.9;14;2.9;13.61;0;2.58;18100
+75073;44.29233;-1.26731;10;20220430;17.3;12.8;15;3.7;13.91;0;2.65;16900
+75073;44.29233;-1.26731;10;20220501;17.7;13.1;15.4;3.9;14.41;0;3.02;21000
+75073;44.29233;-1.26731;10;20220502;18.8;13.6;16.2;4.2;13.81;.1;3.39;20500
+75073;44.29233;-1.26731;10;20220503;19.1;9.3;14.2;3.1;13.21;.5;2.97;19900
+75073;44.29233;-1.26731;10;20220504;19.2;14.1;16.6;3.2;12.71;0;4.08;24900
+75073;44.29233;-1.26731;10;20220505;19.1;10;14.5;3.4;13.21;.1;3.7;27000
+75073;44.29233;-1.26731;10;20220506;19;11.2;15.1;3.5;13.5;.1;3.1;20404
+75073;44.29233;-1.26731;10;20220507;20.2;10.6;15.4;2.7;13.94;.1;2.5;13707
+75073;44.29233;-1.26731;10;20220508;22.2;10.2;16.2;2.7;13.27;0;3.06;14240
+75073;44.29233;-1.26731;10;20220509;24.5;11.1;17.8;1.9;13.27;0;3.43;17427
+75073;44.29233;-1.26731;10;20220510;25;13.4;19.2;2.4;13.97;0;4.52;24897
+75073;44.29233;-1.26731;10;20220511;19.6;14.8;17.2;2.6;15.04;.1;2.78;14483
+75073;44.29233;-1.26731;10;20220512;20.2;14.5;17.3;2.4;15;0;2.91;15349
+75073;44.29233;-1.26731;10;20220513;21.5;13.8;17.6;2.3;15.2;0;3.39;19086
+75073;44.29233;-1.26731;10;20220514;32.4;13.1;22.8;3.2;15.8;.3;6.11;26542
+75073;44.29233;-1.26731;10;20220515;28.8;16.2;22.5;2.9;17.97;4.6;4.99;23268
+75073;44.29233;-1.26731;10;20220516;27.2;15;21.1;2.4;16.4;0;4.9;25350
+75073;44.29233;-1.26731;10;20220517;26.1;17.6;21.8;3.3;16.4;0;5.18;25341
+75073;44.29233;-1.26731;10;20220518;34.5;15.8;25.2;3.4;17.17;1.5;6.88;28100
+75073;44.29233;-1.26731;10;20220519;25.5;17.6;21.5;3;18.77;0;3.96;18267
+75073;44.29233;-1.26731;10;20220520;23;17.7;20.3;3.2;18.74;0;3.15;16021
+75073;44.29233;-1.26731;10;20220521;31.3;15.8;23.5;2.8;18.1;0;5.35;23830
+75073;44.29233;-1.26731;10;20220522;29.5;18.5;24;3.9;20.07;.6;5.82;24644
+75073;44.29233;-1.26731;10;20220523;19.8;16.5;18.2;7.4;15.97;1.5;2.96;11706
+75073;44.29233;-1.26731;10;20220524;19;13.2;16.1;4.9;12.7;1.3;3.35;16672
+75073;44.29233;-1.26731;10;20220525;20.6;11.8;16.2;4;12.37;.2;3.92;22883
+75073;44.29233;-1.26731;10;20220526;20.6;13.8;17.2;2.9;13.9;.1;3.26;17679
+75073;44.29233;-1.26731;10;20220527;21.8;11.7;16.8;3.2;14.67;0;3.82;23310
+75073;44.29233;-1.26731;10;20220528;25.6;13.9;19.7;3.3;14.17;0;5.3;27863
+75073;44.29233;-1.26731;10;20220529;25;13.4;19.2;3.8;11.3;0;5.61;27488
+75073;44.29233;-1.26731;10;20220530;21.6;12;16.8;3.6;10.14;.3;4.71;23558
+75073;44.29233;-1.26731;10;20220531;22.1;13.7;17.9;2.6;12.7;0;4.14;22169
+75073;44.29233;-1.26731;10;20220601;28.7;14.3;21.5;3.8;14.34;.8;6.03;27621
+75073;44.29233;-1.26731;10;20220602;25.8;16.4;21.1;3.8;18.2;3.3;4.56;22742
+75073;44.29233;-1.26731;10;20220603;23.6;18.2;20.9;3.5;18.97;1.9;3.54;17284
+75073;44.29233;-1.26731;10;20220604;24;17.3;20.6;2.7;18.67;0;3.37;16638
+75073;44.29233;-1.26731;10;20220605;22.8;17.5;20.2;3.1;16.34;0;3.92;19260
+75073;44.29233;-1.26731;10;20220606;24.3;14.7;19.5;2.1;15.97;.5;3.92;20540
+75073;44.29233;-1.26731;10;20220607;22.9;17.7;20.3;3.2;16.34;8.2;3.97;19066
+75073;44.29233;-1.26731;10;20220608;20.5;15.6;18;3.6;17.04;3.8;2.46;12411
+75073;44.29233;-1.26731;10;20220609;22.7;14.8;18.8;2.8;14.67;0;4.25;22988
+75073;44.29233;-1.26731;10;20220610;25.2;12.1;18.6;2.9;15.77;0;4.83;27916
+75073;44.29233;-1.26731;10;20220611;24.9;16.1;20.5;2.9;18.24;0;4.09;20479
+75073;44.29233;-1.26731;10;20220612;25.7;16.8;21.2;3;19.57;3.9;3.84;18682
+75073;44.29233;-1.26731;10;20220613;28.9;18.1;23.5;3.1;19.44;0;5.11;24228
+75073;44.29233;-1.26731;10;20220614;34;18.5;26.2;2.7;19.1;0;6.22;26161
+75073;44.29233;-1.26731;10;20220615;27.3;20;23.7;3.2;20.44;0;5.06;23938
+75073;44.29233;-1.26731;10;20220616;36.1;18.1;27.1;2.3;18.3;0;6.99;29159
+75073;44.29233;-1.26731;10;20220617;38.6;20.9;29.7;3.2;20.5;0;8.18;29636
+75073;44.29233;-1.26731;10;20220618;41.6;22.7;32.2;3.5;19.87;0;9.07;29717
+75073;44.29233;-1.26731;10;20220619;25.4;19.7;22.6;5;19.57;1;4.5;20602
+75073;44.29233;-1.26731;10;20220620;25.7;19;22.4;4.6;18.3;3.9;4.57;17905
+75073;44.29233;-1.26731;10;20220621;24.9;18.6;21.8;4.5;19.94;32;3.96;19064
+75073;44.29233;-1.26731;10;20220622;23.9;16.9;20.4;4.3;18.14;.2;4.02;20274
+75073;44.29233;-1.26731;10;20220623;24.5;15.3;19.9;2.4;17.5;4.6;4.09;22387
+75073;44.29233;-1.26731;10;20220624;23.4;16.8;20.1;4.6;16.54;1.5;4.28;20601
+75073;44.29233;-1.26731;10;20220625;18.8;16.2;17.5;2.9;15.74;6;2.31;9793
+75073;44.29233;-1.26731;10;20220626;19.5;14.3;16.9;1.9;14.84;2.7;2.3;11336
+75073;44.29233;-1.26731;10;20220627;22;14.9;18.5;3;14.2;0;3.88;20084
+75073;44.29233;-1.26731;10;20220628;23.3;12.7;18;2.6;13.7;0;4.62;25617
+75073;44.29233;-1.26731;10;20220629;23.1;11.7;17.4;2.6;14.8;1.3;4.04;23558
+75073;44.29233;-1.26731;10;20220630;21;15;18;2.7;14.84;2.8;3.08;15067
+75073;44.29233;-1.26731;10;20220701;23.4;12.7;18.1;2.6;13.84;.1;4.45;25467
+75073;44.29233;-1.26731;10;20220702;28.8;14.1;21.4;3.7;14.44;0;6.34;29337
+75073;44.29233;-1.26731;10;20220703;23.4;16;19.7;3.8;16.67;1.8;4.44;24261
+75073;44.29233;-1.26731;10;20220704;23.6;17.1;20.3;2.4;17.94;0;3.06;14053
+75073;44.29233;-1.26731;10;20220705;26.2;16.7;21.5;3.1;18;0;5.08;25950
+75073;44.29233;-1.26731;10;20220706;26.7;16.7;21.7;3.5;16.47;0;5.47;26594
+75073;44.29233;-1.26731;10;20220707;25;15.5;20.2;3.2;18.14;.1;4.57;23762
+75073;44.29233;-1.26731;10;20220708;26.9;16;21.4;2.8;17.74;0;4.97;25341
+75073;44.29233;-1.26731;10;20220709;29.9;17.8;23.9;3.6;16.64;0;6.05;26731
+75073;44.29233;-1.26731;10;20220710;33.9;18.7;26.3;3.5;16.7;0;6.96;27550
+75073;44.29233;-1.26731;10;20220711;32.8;18.8;25.8;3.2;17.54;0;6.63;28171
+75073;44.29233;-1.26731;10;20220712;34.5;19.2;26.9;2.8;18.37;0;6.54;26031
+75073;44.29233;-1.26731;10;20220713;34.1;18.5;26.3;2.4;16.54;0;6.6;27834
+75073;44.29233;-1.26731;10;20220714;32.9;18.5;25.7;2.4;18.37;0;5.72;24520
+75073;44.29233;-1.26731;10;20220715;30.9;19.4;25.1;3.6;18.14;0;5.9;22577
+75073;44.29233;-1.26731;10;20220716;38.1;19.9;29;3.6;15.7;0;8.51;28705
+75073;44.29233;-1.26731;10;20220717;39.6;20.6;30.1;3.9;13.47;0;9.46;28438
+75073;44.29233;-1.26731;10;20220718;41.3;22.5;31.9;4.5;16.74;.1;10.18;28907
+75073;44.29233;-1.26731;10;20220719;27.2;21.8;24.5;5.1;20.77;0;4.81;18274
+75073;44.29233;-1.26731;10;20220720;26.6;20.3;23.5;2.7;19.74;1;4.06;18059
+75073;44.29233;-1.26731;10;20220721;28.2;15.9;22;3.4;18.67;0;5.26;25683
+75073;44.29233;-1.26731;10;20220722;25.3;19.4;22.3;4.4;18.94;0;3.6;12968
+75073;44.29233;-1.26731;10;20220723;26.1;16.2;21.2;2.6;16.94;0;4.48;22886
+75073;44.29233;-1.26731;10;20220724;35.2;17.3;26.3;3.6;17.97;0;7.43;28679
+75073;44.29233;-1.26731;10;20220725;25.3;20.4;22.8;4.4;19.84;.7;3.93;14823
+75073;44.29233;-1.26731;10;20220726;25.3;15.9;20.6;2.9;16.2;0;4.42;22355
+75073;44.29233;-1.26731;10;20220727;25.3;13.3;19.3;2.7;14.84;0;4.67;25432
+75073;44.29233;-1.26731;10;20220728;25.5;17;21.3;2.9;15.94;0;4.65;23184
+75073;44.29233;-1.26731;10;20220729;26.2;18;22.1;2.2;18.3;.6;4.11;21210
+75073;44.29233;-1.26731;10;20220730;26.8;16.5;21.7;2.5;19.24;.3;4.41;23826
+75073;44.29233;-1.26731;10;20220731;26.1;16.6;21.4;3.2;19.54;.7;4.38;24037
+75073;44.29233;-1.26731;10;20220801;26.5;17.3;21.9;3;19.8;0;4.43;22479
+75073;44.29233;-1.26731;10;20220802;30.8;15.7;23.2;2.7;19.57;.6;5.07;24997
+75073;44.29233;-1.26731;10;20220803;30.6;19.8;25.2;3.2;22.47;1.1;4.83;20340
+75073;44.29233;-1.26731;10;20220804;27.8;20.8;24.3;3.4;23.04;1.1;4.23;19420
+75073;44.29233;-1.26731;10;20220805;25.9;20.3;23.1;4.1;19.4;0;4.31;17770
+75073;44.29233;-1.26731;10;20220806;30.3;18.9;24.6;3.3;17.27;0;5.43;21905
+75073;44.29233;-1.26731;10;20220807;28.8;18.9;23.8;3.8;14.9;.6;6.01;23580
+75073;44.29233;-1.26731;10;20220808;30.5;19;24.8;4;14.87;0;6.25;23950
+75073;44.29233;-1.26731;10;20220809;33.2;20.1;26.7;3.6;15.77;0;6.33;22035
+75073;44.29233;-1.26731;10;20220810;35.4;20.9;28.2;3;16.1;0;6.01;21245
+75073;44.29233;-1.26731;10;20220811;34.9;21.2;28.1;2.6;17.7;0;6.2;24202
+75073;44.29233;-1.26731;10;20220812;28.7;22.6;25.6;3.7;22.8;0;4.32;17751
+75073;44.29233;-1.26731;10;20220813;27.4;22.1;24.7;4.2;21.5;5;4.22;15960
+75073;44.29233;-1.26731;10;20220814;25.6;20.6;23.1;4.7;19.77;.9;3.69;12549
+75073;44.29233;-1.26731;10;20220815;26.1;20.4;23.2;3.8;18.4;.3;4.22;17383
+75073;44.29233;-1.26731;10;20220816;25.8;17.1;21.5;2.5;18;5;3.54;17730
+75073;44.29233;-1.26731;10;20220817;24.8;17.3;21.1;3.7;17.67;1.7;3.43;15700
+75073;44.29233;-1.26731;10;20220818;24.4;16.7;20.6;4.1;17.57;.2;3.34;16187
+75073;44.29233;-1.26731;10;20220819;24.9;17.1;21;2.5;17.57;.1;3.49;17356
+75073;44.29233;-1.26731;10;20220820;28.3;16.7;22.5;2;18.7;.1;4.01;20709
+75073;44.29233;-1.26731;10;20220821;26.1;18.4;22.2;2.4;19.37;.9;3.42;16499
+75073;44.29233;-1.26731;10;20220822;25.2;19.9;22.5;3.2;21.5;.9;2.62;11260
+75073;44.29233;-1.26731;10;20220823;27.7;19.6;23.6;2;21.87;0;3.35;16006
+75073;44.29233;-1.26731;10;20220824;36.3;19;27.6;2.3;20.14;.8;5.63;23846
+75073;44.29233;-1.26731;10;20220825;26.9;20.5;23.7;3.7;22.34;0;3.5;15727
+75073;44.29233;-1.26731;10;20220826;26.2;20.5;23.4;3.2;20.97;.1;3.48;15069
+75073;44.29233;-1.26731;10;20220827;28.9;19;23.9;1.9;18.8;0;3.76;17540
+75073;44.29233;-1.26731;10;20220828;34.8;17.6;26.2;2;16.84;.3;5.37;23844
+75073;44.29233;-1.26731;10;20220829;28.8;20.6;24.7;2.4;18.17;6.9;3.24;11621
+75073;44.29233;-1.26731;10;20220830;28.4;17.3;22.8;2.7;20.7;0;3.89;19595
+75073;44.29233;-1.26731;10;20220831;26.3;20.8;23.6;4;21.44;0;3.48;13554
+75073;44.29233;-1.26731;10;20220901;26.3;17.9;22.1;3.1;19.44;1.5;3.69;18026
+75073;44.29233;-1.26731;10;20220902;25.3;19.2;22.2;2.9;19.8;2.1;3.07;13779
+75073;44.29233;-1.26731;10;20220903;25.6;18.9;22.2;2.8;17.67;.7;3.5;15952
+75073;44.29233;-1.26731;10;20220904;29.5;16.1;22.8;2.4;16.4;0;4.28;20643
+75073;44.29233;-1.26731;10;20220905;30.2;16.9;23.5;3.1;17.8;0;4.67;20165
+75073;44.29233;-1.26731;10;20220906;28;17.3;22.6;2.7;17;0;4.23;20483
+75073;44.29233;-1.26731;10;20220907;24.6;16.9;20.8;2.4;16.47;8.8;3.18;15141
+75073;44.29233;-1.26731;10;20220908;23.9;16.4;20.1;3;18;3.2;2.92;15190
+75073;44.29233;-1.26731;10;20220909;24.3;19.3;21.8;4.6;16.2;.2;3.83;13788
+75073;44.29233;-1.26731;10;20220910;27;15.5;21.2;2.7;16.27;0;4.04;20434
+75073;44.29233;-1.26731;10;20220911;34.8;16.7;25.7;3.5;14.97;0;6.34;21448
+75073;44.29233;-1.26731;10;20220912;36.9;20.4;28.7;3.3;16.77;5.6;6.14;18390
+75073;44.29233;-1.26731;10;20220913;31.5;21.3;26.4;3.5;20;0;4.56;14656
+75073;44.29233;-1.26731;10;20220914;28.4;19.8;24.1;3.3;18.37;.1;4.07;15941
+75073;44.29233;-1.26731;10;20220915;26.2;16.6;21.4;2.5;19.27;.6;3.11;16917
+75073;44.29233;-1.26731;10;20220916;22.9;18.9;20.9;4.3;16.17;0;3.48;13395
+75073;44.29233;-1.26731;10;20220917;23.4;12.3;17.9;3.4;9.7;0;4.1;18345
+75073;44.29233;-1.26731;10;20220918;26;10.6;18.3;3.6;7.87;0;4.9;19732
+75073;44.29233;-1.26731;10;20220919;25.4;11.5;18.4;3.4;9.87;0;4.28;19118
+75073;44.29233;-1.26731;10;20220920;23.7;11.3;17.5;3.2;10.24;0;3.81;18143
+75073;44.29233;-1.26731;10;20220921;23.2;11.6;17.4;3.1;11.2;0;3.42;17310
+75073;44.29233;-1.26731;10;20220922;22.9;10.4;16.7;2.1;11.37;0;3.01;17707
+75073;44.29233;-1.26731;10;20220923;20.5;11.3;15.9;1.8;14.27;.9;1.81;10071
+75073;44.29233;-1.26731;10;20220924;21;13.7;17.4;3.4;14.24;4.5;2.31;11108
+75073;44.29233;-1.26731;10;20220925;20.4;11.2;15.8;2.7;12.37;.8;2.43;15008
+75073;44.29233;-1.26731;10;20220926;21.4;9.3;15.3;4.1;12.74;5.9;2.67;14210
+75073;44.29233;-1.26731;10;20220927;20.5;15.7;18.1;7.2;14.84;8;2.7;7265
+75073;44.29233;-1.26731;10;20220928;20.1;17.1;18.6;9.6;16.77;19.5;2.4;7213
+75073;44.29233;-1.26731;10;20220929;17.1;13.8;15.5;4.8;14.24;14.1;1.65;6207
+75073;44.29233;-1.26731;10;20220930;19.5;10.2;14.8;2.8;12.7;.2;2.23;14339
+75073;44.29233;-1.26731;10;20221001;20.3;15.6;17.9;5.5;16.47;.7;2.03;8059
+75073;44.29233;-1.26731;10;20221002;21.7;15.5;18.6;2.2;16.84;.1;2.06;12928
+75073;44.29233;-1.26731;10;20221003;24;13.2;18.6;2.1;15.74;0;2.48;14306
+75073;44.29233;-1.26731;10;20221004;21.7;11.9;16.8;1.7;15.3;.2;1.96;13694
+75073;44.29233;-1.26731;10;20221005;22.7;13.3;18;2.3;17.1;.4;2.14;12189
+75073;44.29233;-1.26731;10;20221006;21.6;16.8;19.2;2.1;17.5;.1;1.74;7713
+75073;44.29233;-1.26731;10;20221007;25.2;13.8;19.5;2.5;16;0;2.66;14322
+75073;44.29233;-1.26731;10;20221008;22.8;16.4;19.6;3.1;14.57;0;2.62;10022
+75073;44.29233;-1.26731;10;20221009;26.2;12.5;19.3;2.3;14.24;0;2.79;14417
+75073;44.29233;-1.26731;10;20221010;20.8;14.8;17.8;1.4;17.27;5.9;1.44;7975
+75073;44.29233;-1.26731;10;20221011;18.8;16.4;17.6;1.6;17.94;2.1;.99;4111
+75073;44.29233;-1.26731;10;20221012;21.4;16.1;18.7;1.3;16.94;.1;1.55;8867
+75073;44.29233;-1.26731;10;20221013;20.4;12.8;16.6;3.2;16.67;1;1.37;8133
+75073;44.29233;-1.26731;10;20221014;20.8;18.4;19.6;5;18.87;.2;1.81;4996
+75073;44.29233;-1.26731;10;20221015;23.1;15.3;19.2;2.3;16.64;0;1.82;8659
+75073;44.29233;-1.26731;10;20221016;28.3;15.2;21.8;2.3;16.5;3;2.84;12881
+75073;44.29233;-1.26731;10;20221017;26.1;17.9;22;2.5;18.44;.1;2.27;8499
+75073;44.29233;-1.26731;10;20221018;30;16.4;23.2;2.8;17.8;.1;3.17;13173
+75073;44.29233;-1.26731;10;20221019;26.6;17.9;22.3;2.9;17.7;9.6;2.66;8572
+75073;44.29233;-1.26731;10;20221020;25.3;15.6;20.4;4;15.24;0;3.04;9524
+75073;44.29233;-1.26731;10;20221021;22.4;19.5;20.9;5;14.84;0;3.1;6175
+75073;44.29233;-1.26731;10;20221022;26.3;14.6;20.4;3;13.74;.2;2.88;11493
+75073;44.29233;-1.26731;10;20221023;24.6;19.5;22.1;6.3;13.84;0;4.53;7692
+75073;44.29233;-1.26731;10;20221024;22.8;17.2;20;2.9;14.7;0;2.4;9446
+75073;44.29233;-1.26731;10;20221025;23.5;13.2;18.4;3.5;13.4;.5;2.53;8338
+75073;44.29233;-1.26731;10;20221026;27.1;14.6;20.8;2.2;14.54;0;2.45;11337
+75073;44.29233;-1.26731;10;20221027;26.7;18;22.3;3.2;13.77;0;3.18;6358
+75073;44.29233;-1.26731;10;20221028;25.8;19.3;22.5;2.9;13.6;0;2.89;7674
+75073;44.29233;-1.26731;10;20221029;24.3;17.1;20.7;2.4;15.5;0;2.06;7138
+75073;44.29233;-1.26731;10;20221030;20.4;14.8;17.6;2.1;15.94;7.7;1.32;7229
+75073;44.29233;-1.26731;10;20221031;20.7;14.1;17.4;3.3;15.8;2.3;1.51;5632
+75073;44.29233;-1.26731;10;20221101;19.3;13.9;16.6;3.1;13.3;.1;1.74;7352
+75073;44.29233;-1.26731;10;20221102;20.4;12.1;16.3;2.5;12.94;0;1.61;9403
+75073;44.29233;-1.26731;10;20221103;20.4;13.6;17;6;12.8;10.9;2.65;6073
+75073;44.29233;-1.26731;10;20221104;16.6;11.9;14.2;10.5;11.67;3.2;2.55;5285
+75073;44.29233;-1.26731;10;20221105;18.2;9.1;13.6;2.2;10.47;.1;1.43;9432
+75073;44.29233;-1.26731;10;20221106;19;7.8;13.4;3.3;11.4;.1;1.54;8165
+75073;44.29233;-1.26731;10;20221107;20.7;11;15.9;2.3;11.67;0;1.61;9355
+75073;44.29233;-1.26731;10;20221108;21.4;13.8;17.6;3.7;12.64;4.6;2.34;5150
+75073;44.29233;-1.26731;10;20221109;17;14;15.5;2.9;13.7;6.8;1.33;3014
+75073;44.29233;-1.26731;10;20221110;19.3;10.8;15.1;2.3;12.34;0;1.29;7872
+75073;44.29233;-1.26731;10;20221111;19.6;8.6;14.1;3.3;12.04;.2;1.51;8707
+75073;44.29233;-1.26731;10;20221112;22.2;10.8;16.5;2.2;13.14;.2;1.49;8828
+75073;44.29233;-1.26731;10;20221113;23.4;10.2;16.8;1.9;12.34;0;1.55;9383
+75073;44.29233;-1.26731;10;20221114;17.9;13.5;15.7;4;12.87;2.3;1.65;3883
+75073;44.29233;-1.26731;10;20221115;17.9;12.4;15.2;4.7;13.07;7.4;1.61;3468
+75073;44.29233;-1.26731;10;20221116;18.4;13.4;15.9;5.5;13.67;2.3;1.71;5784
+75073;44.29233;-1.26731;10;20221117;18.3;15.8;17.1;7.7;13.6;4.8;2.53;3720
+75073;44.29233;-1.26731;10;20221118;14.4;11.3;12.8;5.1;11.14;16;1.4;3168
+75073;44.29233;-1.26731;10;20221119;13.5;7.5;10.5;3.2;10;2.4;.97;5135
+75073;44.29233;-1.26731;10;20221120;15.9;6.2;11;4.2;11.04;7.7;1.12;5240
+75073;44.29233;-1.26731;10;20221121;16.5;9.9;13.2;7.4;11.67;21;1.79;3363
+75073;44.29233;-1.26731;10;20221122;13.8;9.3;11.5;9.6;11.14;31.2;1.43;2654
+75073;44.29233;-1.26731;10;20221123;16.8;11.5;14.1;7.1;13.74;2.5;1.18;4779
+75073;44.29233;-1.26731;10;20221124;14.5;11.2;12.8;3.6;11.67;6.9;1.02;3528
+75073;44.29233;-1.26731;10;20221125;15.3;10.7;13;4.9;11.64;5.9;1.22;5046
+75073;44.29233;-1.26731;10;20221126;13.5;6.8;10.1;2.4;9.6;0;.84;5058
+75073;44.29233;-1.26731;10;20221127;15.8;5.6;10.7;3.2;10;11.6;1.06;6543
+75073;44.29233;-1.26731;10;20221128;14.9;11.3;13.1;6.9;11.6;7;1.57;3730
+75073;44.29233;-1.26731;10;20221129;14.4;9.9;12.1;4.5;11.44;1.4;1.09;3824
+75073;44.29233;-1.26731;10;20221130;9.6;4.3;6.9;2.7;8.64;0;.65;5094
+75073;44.29233;-1.26731;10;20221201;10.9;3.4;7.1;2.9;7.8;0;.73;5609
+75073;44.29233;-1.26731;10;20221202;8.8;5.4;7.1;2.5;7.8;0;.7;4439
+75073;44.29233;-1.26731;10;20221203;8.4;4.5;6.5;2.2;7.37;0;.64;4518
+75073;44.29233;-1.26731;10;20221204;10.9;1.4;6.2;2.2;7.37;.6;.68;5795
+75073;44.29233;-1.26731;10;20221205;11.5;1.9;6.7;3.3;7.14;.1;.98;7150
+75073;44.29233;-1.26731;10;20221206;12.2;7.6;9.9;3.3;8.94;.1;1.2;3384
+75073;44.29233;-1.26731;10;20221207;8.6;3.7;6.2;2.8;8.37;0;.64;4314
+75073;44.29233;-1.26731;10;20221208;8.1;4.6;6.3;3.5;8.67;14;.61;2079
+75073;44.29233;-1.26731;10;20221209;8.2;6.6;7.4;3.6;9.5;.4;.67;2724
+75073;44.29233;-1.26731;10;20221210;7.1;-1.6;2.8;2.3;5.34;.1;.61;6560
+75073;44.29233;-1.26731;10;20221211;7.2;-2.1;2.6;2.9;4.94;.1;.82;6074
+75073;44.29233;-1.26731;10;20221212;4.2;-1.2;1.5;3.5;7.1;12.1;.22;2868
+75073;44.29233;-1.26731;10;20221213;10.3;4.3;7.3;4.4;12.3;6.2;.08;3245
+75073;44.29233;-1.26731;10;20221214;17.4;9.2;13.3;2.9;13.47;8.4;.83;4523
+75073;44.29233;-1.26731;10;20221215;14.8;11;12.9;3.3;12.5;19.9;.91;2963
+75073;44.29233;-1.26731;10;20221216;7.4;4.8;6.1;5;8.4;.1;.77;3645
+75073;44.29233;-1.26731;10;20221217;9.2;-1.1;4.1;2.7;6.57;.1;.69;6345
+75073;44.29233;-1.26731;10;20221218;15;2.8;8.9;3;8.47;0;1.04;6879
+75073;44.29233;-1.26731;10;20221219;15.4;8.4;11.9;3.3;9.77;0;1.3;4873
+75073;44.29233;-1.26731;10;20221220;16.2;11.3;13.8;3.9;10.94;3.1;1.73;2522
+75073;44.29233;-1.26731;10;20221221;17.1;10.5;13.8;3.5;12.94;.8;.97;4721
+75073;44.29233;-1.26731;10;20221222;16.4;13.1;14.7;4;13.84;1.4;.92;3062
+75073;44.29233;-1.26731;10;20221223;17.3;13.8;15.5;2.9;13.84;0;1.02;3084
+75073;44.29233;-1.26731;10;20221224;18.5;11.7;15.1;2.4;12.47;0;1.01;5882
+75073;44.29233;-1.26731;10;20221225;18.1;9.9;14;4;10.9;0;1.67;5709
+75073;44.29233;-1.26731;10;20221226;15.3;10.9;13.1;2.1;12.2;1;.92;2421
+75073;44.29233;-1.26731;10;20221227;15.5;8.1;11.8;1.2;11.8;.3;.51;4998
+75073;44.29233;-1.26731;10;20221228;17;7.6;12.3;3.1;11.14;1.6;1.02;6092
+75073;44.29233;-1.26731;10;20221229;14.2;13.1;13.7;3.8;12.77;15.5;1.03;1206
+75073;44.29233;-1.26731;10;20221230;18;10.6;14.3;4.4;12.9;.4;1.4;4434
+75073;44.29233;-1.26731;10;20221231;20;13.9;16.9;5.8;9.4;0;3.42;5153
+75074;44.37458;-1.10313;25;20220101;21.4;3.7;12.6;1.7;10.81;0;.9;6900
+75074;44.37458;-1.10313;25;20220102;17;5.7;11.3;2.1;11.6;.1;.64;5649
+75074;44.37458;-1.10313;25;20220103;17.5;7.7;12.6;2.7;11.27;0;.97;6279
+75074;44.37458;-1.10313;25;20220104;16.1;9.6;12.8;4.1;10.85;5;1.38;3698
+75074;44.37458;-1.10313;25;20220105;9.6;2.7;6.1;1.8;7.15;.6;.54;5937
+75074;44.37458;-1.10313;25;20220106;9.8;-.6;4.6;1.2;6.1;0;.45;6270
+75074;44.37458;-1.10313;25;20220107;12.5;2;7.2;4.9;8.37;4;.97;5671
+75074;44.37458;-1.10313;25;20220108;12.9;9.6;11.3;8.5;11.14;9.2;1.16;3280
+75074;44.37458;-1.10313;25;20220109;12.2;10.1;11.2;7.3;11.44;15.3;1;1395
+75074;44.37458;-1.10313;25;20220110;13.1;10.5;11.8;6;13.04;2.3;.58;1521
+75074;44.37458;-1.10313;25;20220111;12.1;5.4;8.7;1.6;8.57;.1;.55;7222
+75074;44.37458;-1.10313;25;20220112;7;-.4;3.3;1.8;5.9;0;.48;7715
+75074;44.37458;-1.10313;25;20220113;8.5;-3.4;2.5;2.6;5.74;0;.61;8425
+75074;44.37458;-1.10313;25;20220114;9.3;-1.2;4.1;2.5;6.1;.1;.77;8276
+75074;44.37458;-1.10313;25;20220115;10.8;-4.2;3.3;1.2;6.04;.2;.45;8824
+75074;44.37458;-1.10313;25;20220116;10.3;-1.9;4.2;1.7;6.44;.1;.57;7039
+75074;44.37458;-1.10313;25;20220117;9;-1.1;4;1.9;7.34;.1;.47;4293
+75074;44.37458;-1.10313;25;20220118;7.2;3.9;5.5;1.6;8.24;.2;.45;2151
+75074;44.37458;-1.10313;25;20220119;10.3;5.3;7.8;2.4;9.14;2.9;.61;2997
+75074;44.37458;-1.10313;25;20220120;10;7.9;8.9;3.5;9.4;.3;.87;2179
+75074;44.37458;-1.10313;25;20220121;6.8;1.2;4;3.4;5.97;.1;.83;8483
+75074;44.37458;-1.10313;25;20220122;8.2;-1.2;3.5;2.6;5.77;.1;.76;9186
+75074;44.37458;-1.10313;25;20220123;10.6;-1.9;4.4;2.2;5.94;0;.82;9575
+75074;44.37458;-1.10313;25;20220124;14.5;-1.7;6.4;1.7;6.47;0;.91;9408
+75074;44.37458;-1.10313;25;20220125;15.3;-.9;7.2;1.5;6.67;0;.86;9883
+75074;44.37458;-1.10313;25;20220126;13;-1.4;5.8;2.1;6.57;0;.94;9546
+75074;44.37458;-1.10313;25;20220127;6.2;-1.9;2.1;1.8;5.8;.1;.55;6546
+75074;44.37458;-1.10313;25;20220128;5.1;-1.6;1.7;1.5;6.87;0;.33;3622
+75074;44.37458;-1.10313;25;20220129;3;2.8;2.9;2.2;7.2;0;.35;1746
+75074;44.37458;-1.10313;25;20220130;6.8;1.3;4;2.3;8.17;.8;.33;2756
+75074;44.37458;-1.10313;25;20220131;11.9;6.1;9;4.5;9.87;2.3;.84;5362
+75074;44.37458;-1.10313;25;20220201;10.8;1.4;6.1;3.7;9;.2;.6;6251
+75074;44.37458;-1.10313;25;20220202;10.7;9.4;10;3;11.14;0;.64;2546
+75074;44.37458;-1.10313;25;20220203;11.6;5.8;8.7;3.1;10.34;.1;.62;2617
+75074;44.37458;-1.10313;25;20220204;12.8;7.2;10;3.5;11.27;2.3;.69;3376
+75074;44.37458;-1.10313;25;20220205;11.2;3.3;7.3;2.3;8.04;.1;.92;10492
+75074;44.37458;-1.10313;25;20220206;11.9;1.3;6.6;4.8;9.77;1.2;.54;6109
+75074;44.37458;-1.10313;25;20220207;14;10.7;12.4;4.1;11.65;.7;1.21;7950
+75074;44.37458;-1.10313;25;20220208;15.4;4;9.7;2.5;8.24;0;1.44;11664
+75074;44.37458;-1.10313;25;20220209;16.6;2.2;9.4;1.9;8.64;0;1.29;11779
+75074;44.37458;-1.10313;25;20220210;12.5;1.8;7.2;1.6;9.7;2.9;.97;10286
+75074;44.37458;-1.10313;25;20220211;12.7;6.5;9.6;2.6;8.7;0;1.26;8726
+75074;44.37458;-1.10313;25;20220212;14.4;.2;7.3;2.2;6.9;0;1.4;11028
+75074;44.37458;-1.10313;25;20220213;17;2;9.5;4.4;9.05;2.9;1.87;11592
+75074;44.37458;-1.10313;25;20220214;12.4;8.8;10.6;7.7;10.2;13.1;1.44;5721
+75074;44.37458;-1.10313;25;20220215;13;5.4;9.2;6.8;10.25;10.8;1.24;7530
+75074;44.37458;-1.10313;25;20220216;13.7;10.3;12;8.1;13.04;4.3;.79;4035
+75074;44.37458;-1.10313;25;20220217;13.1;12.3;12.7;5.4;13.3;1.2;.82;2700
+75074;44.37458;-1.10313;25;20220218;14.6;6.1;10.4;2.8;10.8;.3;1.07;6569
+75074;44.37458;-1.10313;25;20220219;12.4;4.7;8.6;2.3;8.7;.5;1.22;10505
+75074;44.37458;-1.10313;25;20220220;14.4;7.5;10.9;5.4;11.54;2.7;1.13;7605
+75074;44.37458;-1.10313;25;20220221;13.4;11.3;12.3;6.7;10.64;.1;1.85;6715
+75074;44.37458;-1.10313;25;20220222;14.3;8.3;11.3;2.4;9.67;0;1.52;10733
+75074;44.37458;-1.10313;25;20220223;17.4;3.8;10.6;2;9.57;0;1.61;13349
+75074;44.37458;-1.10313;25;20220224;13.4;3.6;8.5;2.7;9.87;.4;1.1;9019
+75074;44.37458;-1.10313;25;20220225;12.9;1.1;7;2.4;7.24;.1;1.54;14249
+75074;44.37458;-1.10313;25;20220226;14.9;.3;7.6;3.6;5.74;0;2.37;14933
+75074;44.37458;-1.10313;25;20220227;16.2;3.7;10;2.5;8.74;.1;1.79;12973
+75074;44.37458;-1.10313;25;20220228;19.3;4.1;11.7;1.5;9.44;0;1.75;14699
+75074;44.37458;-1.10313;25;20220301;19.9;3.9;11.9;2.8;8.54;.4;2.45;13556
+75074;44.37458;-1.10313;25;20220302;14;8.9;11.5;2.6;10.87;.4;1.27;6601
+75074;44.37458;-1.10313;25;20220303;13;5.7;9.4;2.9;10.87;3.8;.96;6894
+75074;44.37458;-1.10313;25;20220304;12;8.4;10.2;6.1;9.8;0;1.59;8234
+75074;44.37458;-1.10313;25;20220305;12.8;1;6.9;2.3;7.4;0;1.58;13907
+75074;44.37458;-1.10313;25;20220306;13.1;.2;6.6;1.4;7.15;.2;1.35;10952
+75074;44.37458;-1.10313;25;20220307;12.6;-2.7;4.9;1.7;5.95;0;1.67;16970
+75074;44.37458;-1.10313;25;20220308;12.1;5.5;8.8;3.2;9.17;1.6;1.27;6760
+75074;44.37458;-1.10313;25;20220309;18.2;2.9;10.5;3.4;8.77;.5;2.42;14939
+75074;44.37458;-1.10313;25;20220310;16.2;9.5;12.9;3.3;11.17;3.1;1.85;9819
+75074;44.37458;-1.10313;25;20220311;13.5;10.3;11.9;3;11.2;9.1;1.25;4690
+75074;44.37458;-1.10313;25;20220312;15.2;7.4;11.3;3.7;10;7.7;2.13;15501
+75074;44.37458;-1.10313;25;20220313;14.1;8;11;4.2;9.37;4.4;2.07;11872
+75074;44.37458;-1.10313;25;20220314;14;5.2;9.6;4.2;10;.3;1.39;7266
+75074;44.37458;-1.10313;25;20220315;20.4;11.7;16.1;5.4;12.61;0;2.97;12300
+75074;44.37458;-1.10313;25;20220316;16.3;10.9;13.6;3.6;12.77;0;1.58;7171
+75074;44.37458;-1.10313;25;20220317;12;10.4;11.2;5.1;10.5;1.3;1.42;3351
+75074;44.37458;-1.10313;25;20220318;15.1;7.6;11.3;2.9;9.2;0;2.05;11317
+75074;44.37458;-1.10313;25;20220319;19.3;5.7;12.5;3.3;9.35;0;2.95;18354
+75074;44.37458;-1.10313;25;20220320;19.8;6.6;13.2;3.3;10;0;2.76;14574
+75074;44.37458;-1.10313;25;20220321;21.4;9.9;15.7;3.8;10.8;.9;3.27;14437
+75074;44.37458;-1.10313;25;20220322;19;6.6;12.8;3.8;8.5;0;3.22;16670
+75074;44.37458;-1.10313;25;20220323;18.9;3.5;11.2;3;7.85;0;3.15;20181
+75074;44.37458;-1.10313;25;20220324;17.5;3.4;10.4;2.7;8.3;0;2.76;20096
+75074;44.37458;-1.10313;25;20220325;18.5;6.2;12.3;3.2;8.25;0;3.13;17468
+75074;44.37458;-1.10313;25;20220326;21.6;5;13.3;3.8;6.15;0;4.39;20781
+75074;44.37458;-1.10313;25;20220327;21.2;3.9;12.5;2.5;8.25;0;3.39;20980
+75074;44.37458;-1.10313;25;20220328;21.9;6.5;14.2;1.8;8.55;0;3.28;21178
+75074;44.37458;-1.10313;25;20220329;16.2;9.6;12.9;2.1;11.65;0;1.91;11216
+75074;44.37458;-1.10313;25;20220330;15.2;9.6;12.4;3.9;11.4;5.1;1.71;7025
+75074;44.37458;-1.10313;25;20220331;13.8;8.8;11.3;5.8;9.4;3.4;2.47;12492
+75074;44.37458;-1.10313;25;20220401;10.4;3.2;6.8;6.6;5.85;1.1;2.63;13133
+75074;44.37458;-1.10313;25;20220402;10.4;3.4;6.9;4.7;5.35;0;2.8;17604
+75074;44.37458;-1.10313;25;20220403;8.3;.2;4.3;2;6.14;0;1.84;16108
+75074;44.37458;-1.10313;25;20220404;12.5;3.4;8;2.3;5.54;0;2.33;18708
+75074;44.37458;-1.10313;25;20220405;15.5;-1.3;7.1;1.6;6.86;.7;2.25;17600
+75074;44.37458;-1.10313;25;20220406;13.9;9.4;11.7;4.3;12.05;.9;1.48;8932
+75074;44.37458;-1.10313;25;20220407;14.8;11.1;12.9;8.3;12.65;13.5;1.61;6842
+75074;44.37458;-1.10313;25;20220408;15.9;12.1;14;8.1;11.35;1.1;2.59;6415
+75074;44.37458;-1.10313;25;20220409;14.2;6.6;10.4;3.7;8.4;0;2.91;19749
+75074;44.37458;-1.10313;25;20220410;21.6;.4;11;4;7.2;0;4.31;23502
+75074;44.37458;-1.10313;25;20220411;25.3;10.9;18.1;6.2;11;.8;5.71;24033
+75074;44.37458;-1.10313;25;20220412;20.8;10.4;15.6;2.9;12.5;1.2;3.18;18032
+75074;44.37458;-1.10313;25;20220413;19.4;9.6;14.5;2.5;13.05;.3;2.42;13816
+75074;44.37458;-1.10313;25;20220414;20.4;10.8;15.6;1.9;13.3;.1;3.22;22079
+75074;44.37458;-1.10313;25;20220415;18.9;7.9;13.4;3;13.6;.1;2.58;19431
+75074;44.37458;-1.10313;25;20220416;18.4;11.2;14.8;2.8;13.15;.1;2.89;19381
+75074;44.37458;-1.10313;25;20220417;18.9;8.4;13.6;2.5;12.95;0;2.79;19956
+75074;44.37458;-1.10313;25;20220418;16.2;12;14.1;4.3;12.5;0;2.25;11357
+75074;44.37458;-1.10313;25;20220419;13.1;8.7;10.9;4.5;11.45;9.4;1.4;6780
+75074;44.37458;-1.10313;25;20220420;11.3;9.2;10.3;4.2;11.7;9.1;.86;4255
+75074;44.37458;-1.10313;25;20220421;15.3;8.3;11.8;2.6;12.55;2.9;1.75;11957
+75074;44.37458;-1.10313;25;20220422;21;7.2;14.1;2.4;11.25;5.4;3.21;18639
+75074;44.37458;-1.10313;25;20220423;13.6;11.4;12.5;4.4;12.2;3;1.64;8186
+75074;44.37458;-1.10313;25;20220424;15.9;11.1;13.5;6.5;12.85;.2;2.03;10581
+75074;44.37458;-1.10313;25;20220425;17.8;9;13.4;2.9;11.55;0;3.35;23569
+75074;44.37458;-1.10313;25;20220426;25.2;7.1;16.1;3.1;11.4;.4;4.76;26243
+75074;44.37458;-1.10313;25;20220427;17.2;12.3;14.7;2.2;13.8;3.8;1.8;8742
+75074;44.37458;-1.10313;25;20220428;16.9;13.1;15;2.4;14.3;.1;2.01;11378
+75074;44.37458;-1.10313;25;20220429;17.7;8.7;13.2;2.5;13.4;0;2.81;20952
+75074;44.37458;-1.10313;25;20220430;17.7;11.6;14.7;3.1;13.85;0;2.7;17578
+75074;44.37458;-1.10313;25;20220501;18.6;10.3;14.5;3.4;14.15;0;3.03;21548
+75074;44.37458;-1.10313;25;20220502;19.7;12.8;16.3;3.6;13.2;.1;3.52;20284
+75074;44.37458;-1.10313;25;20220503;21;7.9;14.5;3;12.45;.5;3.33;20027
+75074;44.37458;-1.10313;25;20220504;20;13.4;16.7;3.3;11.8;0;4.17;23129
+75074;44.37458;-1.10313;25;20220505;20;7.5;13.7;3.4;12.4;.1;3.82;27098
+75074;44.37458;-1.10313;25;20220506;19.7;9.1;14.4;3.3;12.6;.1;3.11;18090
+75074;44.37458;-1.10313;25;20220507;21.5;8.1;14.8;2.3;12.9;0;2.4;10603
+75074;44.37458;-1.10313;25;20220508;24.4;6.9;15.7;2.5;11.85;0;3.46;15234
+75074;44.37458;-1.10313;25;20220509;27.8;8.2;18;1.7;12.3;0;3.53;15349
+75074;44.37458;-1.10313;25;20220510;26.3;11.2;18.8;2.7;13.3;0;4.17;17683
+75074;44.37458;-1.10313;25;20220511;20.9;14.5;17.7;2.7;14.94;.1;2.65;11237
+75074;44.37458;-1.10313;25;20220512;20.9;13.9;17.4;2.2;14.74;.6;2.42;10555
+75074;44.37458;-1.10313;25;20220513;22.7;13.5;18.1;2;14.7;0;3.05;14744
+75074;44.37458;-1.10313;25;20220514;32.3;11.8;22.1;3.2;15.44;.1;5.1;17367
+75074;44.37458;-1.10313;25;20220515;29.3;15.6;22.4;2.7;18.04;5.6;4.1;16003
+75074;44.37458;-1.10313;25;20220516;27.7;14.4;21;2;16.2;0;4.05;18877
+75074;44.37458;-1.10313;25;20220517;27;16.4;21.7;3.2;15.97;0;4.68;19510
+75074;44.37458;-1.10313;25;20220518;34.3;14.6;24.4;3;16.77;1.8;5.58;18880
+75074;44.37458;-1.10313;25;20220519;26.3;17.6;21.9;2.6;19.27;0;3.07;11996
+75074;44.37458;-1.10313;25;20220520;23.3;17;20.1;3.1;18.6;0;2.88;12922
+75074;44.37458;-1.10313;25;20220521;32.3;14.2;23.3;2.4;17.74;0;4.61;17746
+75074;44.37458;-1.10313;25;20220522;31.3;18.3;24.8;3.3;20.17;1.5;4.77;16953
+75074;44.37458;-1.10313;25;20220523;19.8;16.5;18.2;6.4;15.84;1.5;2.71;8705
+75074;44.37458;-1.10313;25;20220524;19.2;11.6;15.4;4;12.44;1.1;3.16;14847
+75074;44.37458;-1.10313;25;20220525;20.2;9.2;14.7;3.1;11.87;.2;3.33;17703
+75074;44.37458;-1.10313;25;20220526;20.3;11.8;16;2.7;13.7;.1;2.6;11579
+75074;44.37458;-1.10313;25;20220527;22.6;9.7;16.2;2.9;14.14;.1;3.27;17267
+75074;44.37458;-1.10313;25;20220528;27.2;12.7;20;3.5;13;0;5.02;20698
+75074;44.37458;-1.10313;25;20220529;25.2;12;18.6;3.8;9.74;0;5.29;20187
+75074;44.37458;-1.10313;25;20220530;22.4;10.6;16.5;3.5;9.47;.7;4.29;16997
+75074;44.37458;-1.10313;25;20220531;23.2;13.5;18.4;2.6;12.07;.1;3.79;15616
+75074;44.37458;-1.10313;25;20220601;31;13.9;22.5;3.9;13.44;1.2;6.06;21246
+75074;44.37458;-1.10313;25;20220602;27.6;16;21.8;3;18.17;2.4;4.21;18888
+75074;44.37458;-1.10313;25;20220603;24.7;18.1;21.4;2.8;19.07;2.4;3.19;13523
+75074;44.37458;-1.10313;25;20220604;24.3;17.3;20.8;2.6;18.64;0;3.03;12839
+75074;44.37458;-1.10313;25;20220605;22.6;16.9;19.7;3.1;16.1;0;3.5;15549
+75074;44.37458;-1.10313;25;20220606;25.3;13.2;19.3;2.2;15.34;.8;3.46;15269
+75074;44.37458;-1.10313;25;20220607;23.1;16.9;20;3.1;15.8;7.9;3.71;16304
+75074;44.37458;-1.10313;25;20220608;20;14.8;17.4;3.7;16.84;4.5;1.96;7910
+75074;44.37458;-1.10313;25;20220609;22.5;12.1;17.3;2.4;14.27;0;3.69;19310
+75074;44.37458;-1.10313;25;20220610;27.2;10.7;18.9;2.1;14.97;.1;4.06;20716
+75074;44.37458;-1.10313;25;20220611;27.3;14.4;20.9;2.5;17.4;0;4.63;23391
+75074;44.37458;-1.10313;25;20220612;27.2;16;21.6;2.6;19.3;3.2;4.35;21247
+75074;44.37458;-1.10313;25;20220613;30.1;17.2;23.7;2.9;18.94;0;6.11;29465
+75074;44.37458;-1.10313;25;20220614;35.7;17.9;26.8;2.7;18.1;0;6.91;26854
+75074;44.37458;-1.10313;25;20220615;29.6;19.9;24.8;3.1;19.8;0;6.18;28906
+75074;44.37458;-1.10313;25;20220616;36.9;16.9;26.9;2;16.3;0;6.81;28066
+75074;44.37458;-1.10313;25;20220617;39.5;20;29.7;2.9;19.4;0;8.02;29037
+75074;44.37458;-1.10313;25;20220618;42;20.6;31.3;3.3;19;0;8.8;27707
+75074;44.37458;-1.10313;25;20220619;26.2;19.3;22.7;4.7;19.6;.9;5.18;24126
+75074;44.37458;-1.10313;25;20220620;27.2;18.4;22.8;3.9;18.37;2.9;4.63;18659
+75074;44.37458;-1.10313;25;20220621;25.6;18.1;21.9;3.7;19.67;24.8;4.56;22519
+75074;44.37458;-1.10313;25;20220622;23.9;16.7;20.3;3.9;18;.1;4.33;22784
+75074;44.37458;-1.10313;25;20220623;24.5;14.6;19.6;2.4;17.24;5.2;4.16;22495
+75074;44.37458;-1.10313;25;20220624;23;16.5;19.7;4.1;16.6;1.6;4.32;22037
+75074;44.37458;-1.10313;25;20220625;18.8;15.5;17.1;2.4;15.64;6.2;2.08;8625
+75074;44.37458;-1.10313;25;20220626;18.7;13.6;16.1;1.7;14.77;1.7;1.97;8888
+75074;44.37458;-1.10313;25;20220627;22;12.8;17.4;2.8;13.47;0;4.11;21583
+75074;44.37458;-1.10313;25;20220628;24.1;10.9;17.5;2.1;13.14;0;5.04;29720
+75074;44.37458;-1.10313;25;20220629;23.2;10.2;16.7;2.3;14.3;1.7;4.01;23188
+75074;44.37458;-1.10313;25;20220630;20.7;14.6;17.6;2.3;14.74;3.3;3;14383
+75074;44.37458;-1.10313;25;20220701;23.5;11;17.3;2.2;13.24;0;4.59;26540
+75074;44.37458;-1.10313;25;20220702;30;11.7;20.9;3.1;13.57;0;6.4;30239
+75074;44.37458;-1.10313;25;20220703;25;15.1;20.1;3.5;15.9;2.4;5.12;26737
+75074;44.37458;-1.10313;25;20220704;24.2;16.4;20.3;2;18.17;0;3.25;15748
+75074;44.37458;-1.10313;25;20220705;28.6;16;22.3;2.8;16.9;0;5.72;28622
+75074;44.37458;-1.10313;25;20220706;28.4;14.8;21.6;3.3;15;0;6.17;30048
+75074;44.37458;-1.10313;25;20220707;26.7;13.8;20.2;2.4;16.47;.1;5.33;29532
+75074;44.37458;-1.10313;25;20220708;28.7;14.1;21.4;2.5;16.37;0;5.75;29979
+75074;44.37458;-1.10313;25;20220709;32;15.7;23.8;3.2;14.37;0;6.94;30060
+75074;44.37458;-1.10313;25;20220710;34.9;16.8;25.8;3.6;14.6;0;7.91;30140
+75074;44.37458;-1.10313;25;20220711;34.8;17.3;26.1;3;15.67;0;7.27;29652
+75074;44.37458;-1.10313;25;20220712;36.8;16.8;26.8;2.7;15.37;0;7.53;29730
+75074;44.37458;-1.10313;25;20220713;35.4;15.9;25.7;2.4;14.24;0;6.95;28606
+75074;44.37458;-1.10313;25;20220714;35.3;16.4;25.8;2.2;16.14;0;6.29;25716
+75074;44.37458;-1.10313;25;20220715;33.3;17.7;25.5;3.1;15.47;0;6.82;27051
+75074;44.37458;-1.10313;25;20220716;38.3;18.3;28.3;3.5;14.24;0;8.35;26931
+75074;44.37458;-1.10313;25;20220717;39.3;18.5;28.9;3.7;13.1;0;8.75;26137
+75074;44.37458;-1.10313;25;20220718;41.4;20.1;30.8;4.2;16.24;.1;9.6;28075
+75074;44.37458;-1.10313;25;20220719;27.7;22;24.8;4.3;20.3;0;5.25;20945
+75074;44.37458;-1.10313;25;20220720;26.4;19.6;23;2.6;19.1;.6;4.3;19697
+75074;44.37458;-1.10313;25;20220721;29.9;13.7;21.8;2.6;17.54;0;5.52;27819
+75074;44.37458;-1.10313;25;20220722;24.9;18.4;21.6;3.7;18.44;0;3.86;16511
+75074;44.37458;-1.10313;25;20220723;27.4;14.3;20.8;2;16.54;0;4.84;25628
+75074;44.37458;-1.10313;25;20220724;36.7;15.5;26.1;2.9;17;0;7.11;27887
+75074;44.37458;-1.10313;25;20220725;25.7;19.5;22.6;3.7;19.4;.8;4.07;17230
+75074;44.37458;-1.10313;25;20220726;25.1;13.7;19.4;2.3;15.2;0;4.51;24534
+75074;44.37458;-1.10313;25;20220727;25.7;10.9;18.3;2.2;14.14;0;4.82;27591
+75074;44.37458;-1.10313;25;20220728;25.5;14.9;20.2;2.7;15.47;0;4.9;25392
+75074;44.37458;-1.10313;25;20220729;26.3;16.5;21.4;2.1;17.74;.6;4.27;21616
+75074;44.37458;-1.10313;25;20220730;27.3;14.7;21;2.2;18.24;.3;4.53;24163
+75074;44.37458;-1.10313;25;20220731;27.5;14.7;21.1;2.9;18.67;.7;4.98;26910
+75074;44.37458;-1.10313;25;20220801;28.7;15.4;22;2.7;18.84;0;5.23;27584
+75074;44.37458;-1.10313;25;20220802;33.7;13.8;23.7;2.1;17.6;.6;5.83;27544
+75074;44.37458;-1.10313;25;20220803;34.7;17.4;26;2.5;20.3;1.1;5.81;24447
+75074;44.37458;-1.10313;25;20220804;28.5;20.2;24.4;2.9;22.74;1.1;4.94;24407
+75074;44.37458;-1.10313;25;20220805;27;19.6;23.3;3.4;18.97;0;4.81;22053
+75074;44.37458;-1.10313;25;20220806;31.9;17.4;24.7;2.7;15.74;0;6.06;26370
+75074;44.37458;-1.10313;25;20220807;31.2;17.1;24.1;3.5;12.24;.7;6.79;27491
+75074;44.37458;-1.10313;25;20220808;33.2;16.5;24.9;3.3;11.77;0;6.96;26845
+75074;44.37458;-1.10313;25;20220809;35.5;16.9;26.2;3;12.67;0;7.06;25965
+75074;44.37458;-1.10313;25;20220810;35.8;19.7;27.8;2.5;13.67;0;5.66;17210
+75074;44.37458;-1.10313;25;20220811;37.2;18.9;28.1;2.1;14.57;0;6.34;24502
+75074;44.37458;-1.10313;25;20220812;30.5;21.7;26.1;2.9;21;0;5.23;22467
+75074;44.37458;-1.10313;25;20220813;29.1;21.8;25.4;3.8;21.6;4.5;4.88;19464
+75074;44.37458;-1.10313;25;20220814;25.2;19.8;22.5;4;19.74;.5;3.54;13642
+75074;44.37458;-1.10313;25;20220815;26.4;19.3;22.8;3.5;18.14;.1;4.28;17942
+75074;44.37458;-1.10313;25;20220816;25.9;15;20.4;2.1;17.5;3.6;3.59;18211
+75074;44.37458;-1.10313;25;20220817;25;16.1;20.5;2.9;17.3;2.2;3.52;16401
+75074;44.37458;-1.10313;25;20220818;24.2;14;19.1;2.6;16.8;.5;3.55;19594
+75074;44.37458;-1.10313;25;20220819;25.6;13.2;19.4;1.8;17.35;.1;3.61;20621
+75074;44.37458;-1.10313;25;20220820;28.7;14.7;21.7;1.7;18.15;.1;3.91;19859
+75074;44.37458;-1.10313;25;20220821;26.6;16.5;21.6;2.5;18.4;.8;3.71;18068
+75074;44.37458;-1.10313;25;20220822;24.8;18.9;21.9;2.5;21.15;1.1;2.7;12334
+75074;44.37458;-1.10313;25;20220823;29.2;18.6;23.9;1.6;21.2;0;3.63;17145
+75074;44.37458;-1.10313;25;20220824;37.1;16.4;26.8;1.9;18.6;2;5.53;23621
+75074;44.37458;-1.10313;25;20220825;27.2;19.2;23.2;3.4;21.7;.2;3.87;18072
+75074;44.37458;-1.10313;25;20220826;27.1;19.4;23.2;2.6;20.55;.1;3.8;17718
+75074;44.37458;-1.10313;25;20220827;30.6;16.4;23.5;1.7;17.8;0;4.26;20956
+75074;44.37458;-1.10313;25;20220828;35.4;14.2;24.8;1.9;14.6;.2;5.39;23624
+75074;44.37458;-1.10313;25;20220829;30.3;17.8;24;1.8;16.25;3.8;3.64;13946
+75074;44.37458;-1.10313;25;20220830;30.3;14;22.2;2.1;18.85;0;4.47;23146
+75074;44.37458;-1.10313;25;20220831;27.5;20.1;23.8;3.8;21.07;0;3.67;14113
+75074;44.37458;-1.10313;25;20220901;27.3;17.1;22.2;2.8;18.87;1.1;3.93;19321
+75074;44.37458;-1.10313;25;20220902;25.6;17.7;21.6;2.6;19.14;2.5;3.18;14872
+75074;44.37458;-1.10313;25;20220903;25.6;17;21.3;2.4;17;.4;3.58;17099
+75074;44.37458;-1.10313;25;20220904;31.1;14.9;23;2.2;14.9;0;4.76;22126
+75074;44.37458;-1.10313;25;20220905;31.3;14.3;22.8;2.9;15.57;0;5.14;22364
+75074;44.37458;-1.10313;25;20220906;28.3;15.9;22.1;2.7;16.14;.1;4.46;21317
+75074;44.37458;-1.10313;25;20220907;25.1;15.6;20.3;2.2;15.64;10;3.3;15774
+75074;44.37458;-1.10313;25;20220908;23.6;15.3;19.5;3.1;17.9;3.6;2.74;13665
+75074;44.37458;-1.10313;25;20220909;23.9;18.1;21;4;15.57;.2;3.98;16668
+75074;44.37458;-1.10313;25;20220910;27.8;13.7;20.7;2.2;15.3;0;3.92;20716
+75074;44.37458;-1.10313;25;20220911;35.1;14.6;24.8;3.2;14.54;0;5.93;21019
+75074;44.37458;-1.10313;25;20220912;37.9;18.4;28.1;3.3;16.07;6.1;6.16;17321
+75074;44.37458;-1.10313;25;20220913;32;20.7;26.3;3.5;20.37;0;4.45;13959
+75074;44.37458;-1.10313;25;20220914;28.5;18.3;23.4;3.1;17.57;.1;4.2;17678
+75074;44.37458;-1.10313;25;20220915;26.8;15.1;21;2.1;18.5;.3;3.29;18061
+75074;44.37458;-1.10313;25;20220916;23.1;17;20;3.7;15.2;0;3.61;16674
+75074;44.37458;-1.10313;25;20220917;23.2;9.5;16.3;3;9.04;0;3.98;20185
+75074;44.37458;-1.10313;25;20220918;26.1;8.2;17.1;3.4;7.74;0;4.71;20032
+75074;44.37458;-1.10313;25;20220919;26.5;8.8;17.7;3.2;8.7;0;4.53;20100
+75074;44.37458;-1.10313;25;20220920;24.7;9.1;16.9;3.3;9.17;0;4.2;19834
+75074;44.37458;-1.10313;25;20220921;24;8.9;16.5;2.6;9.44;0;3.66;19502
+75074;44.37458;-1.10313;25;20220922;24.5;7.1;15.8;1.7;9.64;0;3.14;19236
+75074;44.37458;-1.10313;25;20220923;20.7;8.9;14.8;1.6;13.3;.7;1.64;7889
+75074;44.37458;-1.10313;25;20220924;21.4;10.8;16.1;2.8;13.37;2.1;2.37;11556
+75074;44.37458;-1.10313;25;20220925;20.7;7.6;14.1;1.9;10.97;.2;2.52;16835
+75074;44.37458;-1.10313;25;20220926;21.3;6.5;13.9;3.4;11.64;5.2;2.59;13525
+75074;44.37458;-1.10313;25;20220927;20;14.4;17.2;5.4;14.17;8.1;2.57;8567
+75074;44.37458;-1.10313;25;20220928;19.8;16.7;18.2;7.7;16.5;17.6;2.38;8554
+75074;44.37458;-1.10313;25;20220929;16.6;13.3;15;3.6;13.84;11.2;1.58;6336
+75074;44.37458;-1.10313;25;20220930;19.3;8.5;13.9;2.4;11.87;.3;2.3;16271
+75074;44.37458;-1.10313;25;20221001;20.2;14.4;17.3;5.7;17.1;1.5;1.67;6368
+75074;44.37458;-1.10313;25;20221002;22.8;14.9;18.8;2;17;.2;2.12;12430
+75074;44.37458;-1.10313;25;20221003;24.3;11.4;17.8;1.8;14.6;0;2.44;15224
+75074;44.37458;-1.10313;25;20221004;23.4;9.3;16.4;1.7;13.77;.2;2.32;15795
+75074;44.37458;-1.10313;25;20221005;24.1;11.5;17.8;2.1;15.9;.7;2.24;13050
+75074;44.37458;-1.10313;25;20221006;21.5;15.9;18.7;2.1;17.07;0;1.7;7923
+75074;44.37458;-1.10313;25;20221007;25.5;11.7;18.6;2.2;14.94;.4;2.57;14249
+75074;44.37458;-1.10313;25;20221008;23.5;15.4;19.5;2.8;13.27;0;2.82;11552
+75074;44.37458;-1.10313;25;20221009;27;10.7;18.8;2.1;12.77;0;2.9;15193
+75074;44.37458;-1.10313;25;20221010;20.7;13.1;16.9;1.2;16.07;5.5;1.27;6787
+75074;44.37458;-1.10313;25;20221011;18.3;15.8;17.1;1.5;17.54;4.8;.88;3385
+75074;44.37458;-1.10313;25;20221012;21.6;15.2;18.4;1.3;16.27;.1;1.61;9378
+75074;44.37458;-1.10313;25;20221013;20.4;11.4;15.9;3.1;16.04;1.4;1.37;7677
+75074;44.37458;-1.10313;25;20221014;20.6;17.9;19.3;4.8;18.57;.2;1.61;4562
+75074;44.37458;-1.10313;25;20221015;23.9;14;18.9;2.1;16.37;0;1.89;9180
+75074;44.37458;-1.10313;25;20221016;29.8;14;21.9;2.6;16.07;3.4;3.14;13255
+75074;44.37458;-1.10313;25;20221017;26.6;17.5;22;2.2;18.64;0;2.15;8498
+75074;44.37458;-1.10313;25;20221018;30.5;15.2;22.9;2.9;17.64;.1;3.26;13234
+75074;44.37458;-1.10313;25;20221019;26.4;17.2;21.8;3;18;10.5;2.38;6705
+75074;44.37458;-1.10313;25;20221020;25.7;14.9;20.3;4;15.54;0;2.88;8584
+75074;44.37458;-1.10313;25;20221021;22.6;18.3;20.5;4.6;14.74;0;2.92;5859
+75074;44.37458;-1.10313;25;20221022;26.5;12.2;19.3;3.3;13.7;.2;2.96;11730
+75074;44.37458;-1.10313;25;20221023;25.2;17.5;21.4;5.7;14;0;3.96;8742
+75074;44.37458;-1.10313;25;20221024;22.9;15.6;19.3;2.7;14.17;0;2.29;10974
+75074;44.37458;-1.10313;25;20221025;23.6;11;17.3;3.5;13.04;.5;2.44;7064
+75074;44.37458;-1.10313;25;20221026;27.3;12.8;20.1;2.1;14.24;0;2.39;11568
+75074;44.37458;-1.10313;25;20221027;26.2;16.5;21.3;3.6;14.7;0;2.91;4342
+75074;44.37458;-1.10313;25;20221028;26.7;17.7;22.2;2.8;13.97;0;2.91;7020
+75074;44.37458;-1.10313;25;20221029;24.1;15.9;20;2.5;15.57;0;2.02;5996
+75074;44.37458;-1.10313;25;20221030;21;13.2;17.1;2.1;15.3;7.7;1.43;7839
+75074;44.37458;-1.10313;25;20221031;20.2;12.8;16.5;3.2;15.6;2;1.36;4342
+75074;44.37458;-1.10313;25;20221101;19.2;11.8;15.5;2.9;12.77;.2;1.71;7866
+75074;44.37458;-1.10313;25;20221102;20.6;9.2;14.9;2.5;12.17;0;1.64;10031
+75074;44.37458;-1.10313;25;20221103;20.6;11.2;15.9;5.3;12.3;11.7;2.39;4893
+75074;44.37458;-1.10313;25;20221104;16.4;11.3;13.8;8.6;11.3;4;2.26;6938
+75074;44.37458;-1.10313;25;20221105;18.1;7.4;12.7;1.7;10.17;.1;1.27;10183
+75074;44.37458;-1.10313;25;20221106;19;6.2;12.6;3.4;11.2;.1;1.52;7151
+75074;44.37458;-1.10313;25;20221107;20.9;9.4;15.1;2.2;11.57;0;1.55;9544
+75074;44.37458;-1.10313;25;20221108;21.8;11.6;16.7;3;12.44;3.9;1.93;5131
+75074;44.37458;-1.10313;25;20221109;16.7;12.7;14.7;2.4;13.6;7.5;1.05;4045
+75074;44.37458;-1.10313;25;20221110;19;9.9;14.5;2.3;12.44;0;1.24;8697
+75074;44.37458;-1.10313;25;20221111;19.8;8.2;14;3;12.07;.1;1.44;9339
+75074;44.37458;-1.10313;25;20221112;22.8;9.2;16;2.3;13.2;.2;1.49;9501
+75074;44.37458;-1.10313;25;20221113;23.7;8.3;16;1.8;12.2;.1;1.46;9337
+75074;44.37458;-1.10313;25;20221114;17.2;11.2;14.2;3.7;12.7;2.9;1.41;3650
+75074;44.37458;-1.10313;25;20221115;17.6;11.7;14.6;4.5;12.94;7.5;1.5;2617
+75074;44.37458;-1.10313;25;20221116;18.2;12.5;15.4;6;13.54;2.3;1.69;5953
+75074;44.37458;-1.10313;25;20221117;18.4;15.4;16.9;7.4;12.9;4.3;2.55;5248
+75074;44.37458;-1.10313;25;20221118;13.6;9.2;11.4;3.6;10.74;14.3;1.14;3913
+75074;44.37458;-1.10313;25;20221119;13.5;6.4;9.9;2.3;9.64;2.4;.84;6869
+75074;44.37458;-1.10313;25;20221120;15.8;4.6;10.2;3.8;10.64;6.4;1.01;4634
+75074;44.37458;-1.10313;25;20221121;16.5;9.1;12.8;6.4;11.4;20;1.67;2341
+75074;44.37458;-1.10313;25;20221122;13;8.3;10.6;7.8;11.04;32;1.03;2496
+75074;44.37458;-1.10313;25;20221123;16.8;11;13.9;6.4;13.37;3.3;1.19;4965
+75074;44.37458;-1.10313;25;20221124;14.5;9.5;12;4.1;11.54;7.7;1.06;3423
+75074;44.37458;-1.10313;25;20221125;15.2;10;12.6;3.9;11.5;6;1.12;5420
+75074;44.37458;-1.10313;25;20221126;13.4;5.1;9.3;2.3;9.27;0;.8;5157
+75074;44.37458;-1.10313;25;20221127;15.2;3.8;9.5;2.8;9.84;11.1;.86;5960
+75074;44.37458;-1.10313;25;20221128;14.8;10.4;12.6;5;11.4;7.8;1.28;4692
+75074;44.37458;-1.10313;25;20221129;14.1;8.1;11.1;2.5;10.77;1.5;.82;4612
+75074;44.37458;-1.10313;25;20221130;9.3;2.4;5.9;2.4;7.77;0;.53;5812
+75074;44.37458;-1.10313;25;20221201;11.3;1.3;6.3;2.6;7.5;0;.7;6841
+75074;44.37458;-1.10313;25;20221202;8.8;5.9;7.4;2.6;7.9;0;.76;4082
+75074;44.37458;-1.10313;25;20221203;8.3;4.1;6.2;1.9;7.07;0;.61;5494
+75074;44.37458;-1.10313;25;20221204;10.8;-.2;5.3;1.9;7.24;.5;.56;5981
+75074;44.37458;-1.10313;25;20221205;11.5;0;5.7;3.1;6.97;.1;.83;7504
+75074;44.37458;-1.10313;25;20221206;11.7;7;9.4;3.2;8.4;0;1.15;2862
+75074;44.37458;-1.10313;25;20221207;8;2.6;5.3;2.7;7.37;0;.59;4434
+75074;44.37458;-1.10313;25;20221208;7.9;3.7;5.8;3.2;8.1;12.6;.59;1982
+75074;44.37458;-1.10313;25;20221209;7.1;6.3;6.7;3.3;8.6;.4;.57;2195
+75074;44.37458;-1.10313;25;20221210;7;-2.1;2.4;2.1;5.14;.1;.52;7596
+75074;44.37458;-1.10313;25;20221211;7.6;-3.4;2.1;2.7;4.67;.1;.79;7074
+75074;44.37458;-1.10313;25;20221212;3.3;-2.7;.3;3.7;6.44;11.4;.19;1651
+75074;44.37458;-1.10313;25;20221213;9.3;3.3;6.3;4.6;11;6;0;2564
+75074;44.37458;-1.10313;25;20221214;17.5;8.3;12.9;2.9;12.97;7.8;.72;4952
+75074;44.37458;-1.10313;25;20221215;14.7;10.6;12.6;3.3;12.24;19.4;.83;3017
+75074;44.37458;-1.10313;25;20221216;7.2;4.1;5.6;4.6;7.27;.1;.74;5645
+75074;44.37458;-1.10313;25;20221217;9.4;-3.1;3.2;2.5;5.57;.2;.66;7465
+75074;44.37458;-1.10313;25;20221218;14.3;1.3;7.8;3.6;8.14;0;.99;6414
+75074;44.37458;-1.10313;25;20221219;15.1;7.7;11.4;3.8;10.34;0;1.09;4174
+75074;44.37458;-1.10313;25;20221220;15.1;9.7;12.4;3.6;11.44;2.3;1.18;2265
+75074;44.37458;-1.10313;25;20221221;17.4;9;13.2;3.7;12.74;.9;.96;4974
+75074;44.37458;-1.10313;25;20221222;16.3;12.8;14.5;4.7;14.27;2.6;.96;2461
+75074;44.37458;-1.10313;25;20221223;17.7;13.9;15.8;3.1;14.14;0;1.12;2563
+75074;44.37458;-1.10313;25;20221224;18.7;11;14.9;2.4;12.37;0;.98;6309
+75074;44.37458;-1.10313;25;20221225;18.5;8.1;13.3;3.3;10.97;0;1.36;4977
+75074;44.37458;-1.10313;25;20221226;15.4;9.2;12.3;1.4;11.77;1.7;.64;2949
+75074;44.37458;-1.10313;25;20221227;15.9;6.8;11.3;1.2;11.27;.4;.45;5936
+75074;44.37458;-1.10313;25;20221228;16.8;6.4;11.6;3;10.77;1.5;.92;6489
+75074;44.37458;-1.10313;25;20221229;13.6;12;12.8;4.3;12.6;14.6;.96;1062
+75074;44.37458;-1.10313;25;20221230;18.3;10.3;14.3;4.3;12.67;.6;1.34;3781
+75074;44.37458;-1.10313;25;20221231;20.6;11.6;16.1;5.4;9.7;0;2.94;5852
+75075;44.41438;-.79958;56;20220101;21.2;3.5;12.4;1.7;10.8;0;.9;6900
+75075;44.41438;-.79958;56;20220102;16.7;6.4;11.6;2.1;11.2;.1;.75;4900
+75075;44.41438;-.79958;56;20220103;16.6;6.4;11.5;2.6;11.1;0;.8;6200
+75075;44.41438;-.79958;56;20220104;15.4;10;12.7;3;10.9;3.1;1.19;2600
+75075;44.41438;-.79958;56;20220105;9.3;2.9;6.1;1.5;7.2;.4;.46;6600
+75075;44.41438;-.79958;56;20220106;9.9;-1.5;4.2;.4;5.9;0;.17;7600
+75075;44.41438;-.79958;56;20220107;11.9;.2;6.1;3.5;8.2;4.1;.7;5600
+75075;44.41438;-.79958;56;20220108;12.3;7.7;10;5.9;11.1;11.9;.73;3500
+75075;44.41438;-.79958;56;20220109;11.6;9.7;10.7;5.7;11.3;14.8;.86;1400
+75075;44.41438;-.79958;56;20220110;13;10.1;11.6;5.3;13;2;.54;1300
+75075;44.41438;-.79958;56;20220111;12.1;4.3;8.2;1;8.1;0;.42;7900
+75075;44.41438;-.79958;56;20220112;6.6;-2.6;2;1.2;5.7;0;.33;7900
+75075;44.41438;-.79958;56;20220113;7.5;-4.9;1.3;2.2;5.6;0;.48;8500
+75075;44.41438;-.79958;56;20220114;6.3;-1.3;2.5;1.6;5.93;0;.56;6527
+75075;44.41438;-.79958;56;20220115;10.8;-5.8;2.5;1;5.4;.2;.43;9100
+75075;44.41438;-.79958;56;20220116;9.7;-3.2;3.3;1.1;6;.1;.49;6600
+75075;44.41438;-.79958;56;20220117;7.4;-2.1;2.7;1.7;7.2;.1;.37;3600
+75075;44.41438;-.79958;56;20220118;6.8;3.4;5.1;1.7;8.2;.1;.43;2500
+75075;44.41438;-.79958;56;20220119;9.5;4.6;7.1;1.9;8.8;2.7;.58;2900
+75075;44.41438;-.79958;56;20220120;9.1;6.8;8;2.3;9.3;.3;.63;2500
+75075;44.41438;-.79958;56;20220121;6.1;0;3.1;2.9;5.9;.1;.67;9100
+75075;44.41438;-.79958;56;20220122;7.5;-3.5;2;1.6;5.5;.1;.52;9900
+75075;44.41438;-.79958;56;20220123;9.9;-3.9;3;1.5;5.7;0;.61;10000
+75075;44.41438;-.79958;56;20220124;14.9;-2.9;6;1.4;6.3;0;.86;9800
+75075;44.41438;-.79958;56;20220125;15.2;-3.5;5.9;1;6.1;0;.73;10000
+75075;44.41438;-.79958;56;20220126;12.3;-3.6;4.4;1.2;6;0;.7;9300
+75075;44.41438;-.79958;56;20220127;4.6;-2;1.3;1.6;5.7;.1;.49;6000
+75075;44.41438;-.79958;56;20220128;4.1;-2.2;1;1.5;6.7;0;.3;3500
+75075;44.41438;-.79958;56;20220129;1.9;2;2;2.3;7;0;.3;2500
+75075;44.41438;-.79958;56;20220130;6.4;1;3.7;2.4;8.1;.5;.32;2500
+75075;44.41438;-.79958;56;20220131;11;4.8;7.9;3.7;9.5;2;.75;5000
+75075;44.41438;-.79958;56;20220201;9.8;-.4;4.7;2.7;8.9;.2;.38;5500
+75075;44.41438;-.79958;56;20220202;10.3;8.8;9.6;3;11.2;0;.57;3200
+75075;44.41438;-.79958;56;20220203;11.1;5.5;8.3;2.9;10.3;.1;.58;2200
+75075;44.41438;-.79958;56;20220204;12.8;5.5;9.2;3;10.9;2.3;.65;3300
+75075;44.41438;-.79958;56;20220205;10.8;2.3;6.6;2.3;7.9;0;.89;10800
+75075;44.41438;-.79958;56;20220206;11.3;-.8;5.3;4.4;9.8;1.3;.27;5400
+75075;44.41438;-.79958;56;20220207;13.7;10.1;11.9;3.4;11.5;.6;1.12;7200
+75075;44.41438;-.79958;56;20220208;14.6;3.2;8.9;2.3;8.2;0;1.29;12100
+75075;44.41438;-.79958;56;20220209;17.9;.6;9.3;1.9;7.8;0;1.47;11900
+75075;44.41438;-.79958;56;20220210;4.6;-.6;2;1.7;9.03;2.1;1.19;10524
+75075;44.41438;-.79958;56;20220211;12.7;6.6;9.6;2.5;8.6;0;1.28;8517
+75075;44.41438;-.79958;56;20220212;13.6;-.9;6.3;1.5;6.76;0;1.12;10285
+75075;44.41438;-.79958;56;20220213;18.1;.8;9.5;3.8;8.66;2.7;1.93;11428
+75075;44.41438;-.79958;56;20220214;12;8.1;10;4.8;10.03;11.6;1.23;5847
+75075;44.41438;-.79958;56;20220215;12.4;3.6;8;3.9;10;12.1;.81;6720
+75075;44.41438;-.79958;56;20220216;14.1;9.6;11.9;7.2;13;6;.84;4400
+75075;44.41438;-.79958;56;20220217;13.1;12.1;12.6;4.4;13.4;1.5;.81;3000
+75075;44.41438;-.79958;56;20220218;15.3;7;11.2;2.4;11.1;.2;1.1;5800
+75075;44.41438;-.79958;56;20220219;11.6;5;8.3;1.9;8.7;.4;1.12;10400
+75075;44.41438;-.79958;56;20220220;14.2;4.8;9.5;4.5;11.1;4.1;.96;7200
+75075;44.41438;-.79958;56;20220221;12.7;10.6;11.7;5.4;10.6;.1;1.67;8700
+75075;44.41438;-.79958;56;20220222;14.3;5.9;10.1;2;9.6;0;1.39;12200
+75075;44.41438;-.79958;56;20220223;17;2.6;9.8;1.7;9.1;0;1.57;14200
+75075;44.41438;-.79958;56;20220224;13.3;2.1;7.7;2.4;9.4;.4;1.04;8200
+75075;44.41438;-.79958;56;20220225;12.2;-.4;5.9;1.9;6.8;.1;1.43;15000
+75075;44.41438;-.79958;56;20220226;14.1;-2;6.1;3.2;5.7;0;2.11;16200
+75075;44.41438;-.79958;56;20220227;17.3;1.5;9.4;2.4;8.3;.1;1.91;13900
+75075;44.41438;-.79958;56;20220228;19.4;1.4;10.4;1.2;8.5;0;1.76;15200
+75075;44.41438;-.79958;56;20220301;19;.7;9.9;3;8.3;0;2.26;12700
+75075;44.41438;-.79958;56;20220302;13.4;7.8;10.6;2.8;10.5;1;1.24;6600
+75075;44.41438;-.79958;56;20220303;13.9;5;9.5;2.9;10.7;2.7;1.09;7600
+75075;44.41438;-.79958;56;20220304;11.2;8;9.6;4.6;10;0;1.31;8100
+75075;44.41438;-.79958;56;20220305;12.1;1.6;6.9;2.4;7.4;0;1.55;13100
+75075;44.41438;-.79958;56;20220306;13;-.3;6.4;1.3;6.9;.2;1.32;10100
+75075;44.41438;-.79958;56;20220307;12.5;-3.6;4.5;1.5;6;0;1.61;17100
+75075;44.41438;-.79958;56;20220308;11.1;4.1;7.6;3.1;9;1.5;1;4600
+75075;44.41438;-.79958;56;20220309;17.9;1.1;9.5;3.5;8.8;.3;2.27;14200
+75075;44.41438;-.79958;56;20220310;16.6;8.3;12.5;3.7;11.2;2.5;1.86;9700
+75075;44.41438;-.79958;56;20220311;12.2;9.7;11;2.9;11.2;10.4;1.04;3900
+75075;44.41438;-.79958;56;20220312;14.7;7.1;10.9;3.6;10.1;5.7;2.02;15300
+75075;44.41438;-.79958;56;20220313;13.5;8.2;10.9;4.1;9.4;4.4;1.99;10800
+75075;44.41438;-.79958;56;20220314;14.3;4.6;9.5;4.4;10.2;.1;1.34;6500
+75075;44.41438;-.79958;56;20220315;20.1;11.9;16;5.4;12.6;0;2.97;12300
+75075;44.41438;-.79958;56;20220316;16.3;10.3;13.3;3.3;12.8;.6;1.4;5600
+75075;44.41438;-.79958;56;20220317;12;10.3;11.2;4.6;10.7;1.5;1.35;3600
+75075;44.41438;-.79958;56;20220318;14.9;6.9;10.9;2.9;9.26;0;2;11611
+75075;44.41438;-.79958;56;20220319;19.2;5.2;12.2;3.2;9.2;0;2.81;16289
+75075;44.41438;-.79958;56;20220320;18.7;6.8;12.8;3.3;9.93;0;2.56;13386
+75075;44.41438;-.79958;56;20220321;20.7;9.5;15.1;4.6;10.2;.2;3.5;15328
+75075;44.41438;-.79958;56;20220322;18.3;6.7;12.5;4.3;7.93;0;3.28;14511
+75075;44.41438;-.79958;56;20220323;18.2;4;11.1;3.1;7.46;0;3.16;19909
+75075;44.41438;-.79958;56;20220324;18.6;2.7;10.7;2.1;7.96;0;2.81;19975
+75075;44.41438;-.79958;56;20220325;18.7;4.7;11.7;2.6;7.8;0;2.8;14980
+75075;44.41438;-.79958;56;20220326;21.2;4.3;12.7;3.7;6.4;0;4.1;20241
+75075;44.41438;-.79958;56;20220327;21.3;4.9;13.1;2.6;8.03;0;3.43;19407
+75075;44.41438;-.79958;56;20220328;21.8;5.7;13.7;1.6;8.8;0;2.8;16539
+75075;44.41438;-.79958;56;20220329;16.7;8.1;12.4;1.6;11.1;0;1.64;8709
+75075;44.41438;-.79958;56;20220330;15.4;9;12.2;3;11.36;4.3;1.66;7919
+75075;44.41438;-.79958;56;20220331;14.4;8.1;11.3;4.5;9.33;3.4;2.43;12642
+75075;44.41438;-.79958;56;20220401;9.9;1.1;5.5;5.2;5.7;.6;2.39;15778
+75075;44.41438;-.79958;56;20220402;10.3;.7;5.5;3.8;5.26;.1;2.44;16921
+75075;44.41438;-.79958;56;20220403;8;-.9;3.6;2.1;5.74;0;1.86;16153
+75075;44.41438;-.79958;56;20220404;12.2;.1;6.2;1.9;5.24;0;2.32;17773
+75075;44.41438;-.79958;56;20220405;15.2;-1.4;6.9;1.6;6.85;.7;2.25;17600
+75075;44.41438;-.79958;56;20220406;13.8;8.1;11;3.5;11.23;1.1;1.4;7671
+75075;44.41438;-.79958;56;20220407;15.6;10.3;13;6.7;12.33;16.3;1.88;7983
+75075;44.41438;-.79958;56;20220408;17.8;11;14.4;6.2;11.23;1.2;2.88;9405
+75075;44.41438;-.79958;56;20220409;15.6;5.6;10.6;2.3;8.26;0;2.87;20478
+75075;44.41438;-.79958;56;20220410;20.6;1.6;11.1;4.4;7.2;0;4.28;23234
+75075;44.41438;-.79958;56;20220411;24;10.6;17.3;6.3;11.17;.4;5.18;21344
+75075;44.41438;-.79958;56;20220412;19.2;10.5;14.9;3;12.43;3.5;2.51;12504
+75075;44.41438;-.79958;56;20220413;18.1;10.3;14.2;2.4;13.06;0;2.13;12077
+75075;44.41438;-.79958;56;20220414;23.3;10.1;16.7;1.8;12.66;0;3.68;22553
+75075;44.41438;-.79958;56;20220415;23;9.1;16;2.6;13.2;.1;3.47;20521
+75075;44.41438;-.79958;56;20220416;22.7;9.9;16.3;2.7;12.43;0;3.93;22854
+75075;44.41438;-.79958;56;20220417;22.5;8.4;15.4;3;11.93;0;3.79;21637
+75075;44.41438;-.79958;56;20220418;18.1;11.3;14.7;3.2;12.33;0;2.59;13038
+75075;44.41438;-.79958;56;20220419;13.2;8.1;10.6;2.9;11.36;12.4;1.27;6820
+75075;44.41438;-.79958;56;20220420;12.3;8.8;10.6;2.8;11.6;8.4;1.03;4903
+75075;44.41438;-.79958;56;20220421;16.3;7.4;11.9;1.9;12.5;0;1.56;9571
+75075;44.41438;-.79958;56;20220422;21.1;8.6;14.9;2.3;11.56;5.2;3.41;20159
+75075;44.41438;-.79958;56;20220423;13.6;11.4;12.5;4.1;12.06;4.5;1.64;7728
+75075;44.41438;-.79958;56;20220424;16.6;10.8;13.7;5.6;12.2;.1;2.51;12487
+75075;44.41438;-.79958;56;20220425;19.7;7.2;13.4;2.2;10.9;0;3.43;22846
+75075;44.41438;-.79958;56;20220426;24.1;7.5;15.8;3.2;11.2;.2;4.64;25881
+75075;44.41438;-.79958;56;20220427;19.7;12.3;16;2.5;13.56;5;2.37;10514
+75075;44.41438;-.79958;56;20220428;18.8;12.9;15.8;2.5;14.33;.1;2.36;12585
+75075;44.41438;-.79958;56;20220429;20.5;9.7;15.1;2.4;13.43;0;3.22;20201
+75075;44.41438;-.79958;56;20220430;21.2;11.5;16.3;2.7;13.6;0;3.38;19085
+75075;44.41438;-.79958;56;20220501;21.3;8.9;15.1;2.5;13;0;3.27;19598
+75075;44.41438;-.79958;56;20220502;20.9;11.6;16.2;2.6;12;0;3.61;19789
+75075;44.41438;-.79958;56;20220503;22.5;10.8;16.7;2.9;12.3;1.2;3.79;19218
+75075;44.41438;-.79958;56;20220504;21.1;12.7;16.9;3;11.36;0;3.85;18486
+75075;44.41438;-.79958;56;20220505;21.6;7.4;14.5;2.8;11.06;.1;3.91;23598
+75075;44.41438;-.79958;56;20220506;21.4;6.6;14;3.4;11.6;.1;2.06;2500
+75075;44.41438;-.79958;56;20220507;23.9;6.8;15.4;2.3;11.8;.1;2.05;2500
+75075;44.41438;-.79958;56;20220508;25.4;8.5;17;2.5;11.7;0;2.45;2500
+75075;44.41438;-.79958;56;20220509;28.7;7.5;18.1;1.3;11.7;0;2.07;2600
+75075;44.41438;-.79958;56;20220510;28.9;8.5;18.7;2.4;12.6;0;2.8;2800
+75075;44.41438;-.79958;56;20220511;23.9;13.8;18.9;2.7;14.9;.3;2.08;2500
+75075;44.41438;-.79958;56;20220512;22.5;13.2;17.9;1.9;14.7;.7;1.51;1500
+75075;44.41438;-.79958;56;20220513;25.7;13.4;19.6;1.8;14.6;0;1.92;2300
+75075;44.41438;-.79958;56;20220514;31.8;10.1;21;2.3;15.1;0;2.8;2300
+75075;44.41438;-.79958;56;20220515;29.8;15.3;22.6;2.4;18.6;7.9;2.21;1800
+75075;44.41438;-.79958;56;20220516;28.1;14.8;21.5;1.6;17.2;0;1.88;2700
+75075;44.41438;-.79958;56;20220517;28;15.7;21.9;2.9;16.1;0;2.74;2900
+75075;44.41438;-.79958;56;20220518;33.5;12.8;23.2;2.7;16.8;2.9;3.24;2600
+75075;44.41438;-.79958;56;20220519;27.2;17.3;22.3;2.3;19.9;0;1.74;1600
+75075;44.41438;-.79958;56;20220520;23.6;16.7;20.2;2.7;18.6;0;1.54;1700
+75075;44.41438;-.79958;56;20220521;31.7;12.5;22.1;1.6;18.1;0;2.03;2300
+75075;44.41438;-.79958;56;20220522;32.6;18.2;25.4;3.3;20.2;1.2;3.14;2200
+75075;44.41438;-.79958;56;20220523;20.2;16.6;18.4;5.2;15.9;1.7;2.05;1400
+75075;44.41438;-.79958;56;20220524;19.7;11.2;15.5;2.9;12.8;.5;1.73;2200
+75075;44.41438;-.79958;56;20220525;20.3;7.5;13.9;2.4;11.5;.2;1.68;2200
+75075;44.41438;-.79958;56;20220526;20.3;9.3;14.8;1.9;13.4;.1;1.25;1500
+75075;44.41438;-.79958;56;20220527;23.9;8.6;16.3;2.2;13.7;.1;1.78;2400
+75075;44.41438;-.79958;56;20220528;27.7;10.5;19.1;2.4;12.1;0;2.81;3000
+75075;44.41438;-.79958;56;20220529;25.2;8.7;17;2.9;9.5;0;3.13;3100
+75075;44.41438;-.79958;56;20220530;24.1;7.1;15.6;2.5;9.2;.7;2.7;2800
+75075;44.41438;-.79958;56;20220531;25.6;12.6;19.1;2.4;11.9;.3;2.61;2500
+75075;44.41438;-.79958;56;20220601;32;12.6;22.3;2.9;13.6;.9;3.65;2700
+75075;44.41438;-.79958;56;20220602;28;15.5;21.8;2.1;18.8;2.1;1.93;2600
+75075;44.41438;-.79958;56;20220603;26.5;17.3;21.9;2.4;19.5;3.8;1.75;1700
+75075;44.41438;-.79958;56;20220604;24.5;17.6;21.1;2.9;18.9;1.5;1.72;1400
+75075;44.41438;-.79958;56;20220605;22.5;16;19.3;2.9;16.4;0;1.8;1900
+75075;44.41438;-.79958;56;20220606;25.6;11.9;18.8;2.2;15.1;.4;1.92;2100
+75075;44.41438;-.79958;56;20220607;23.6;15.8;19.7;2.6;16;7.7;1.98;2500
+75075;44.41438;-.79958;56;20220608;19.2;14.1;16.7;2.8;16.8;4.5;.98;1000
+75075;44.41438;-.79958;56;20220609;22.8;10.6;16.7;2.1;14.2;0;1.7;2900
+75075;44.41438;-.79958;56;20220610;28.6;9;18.8;1.1;14.2;.1;1.77;2900
+75075;44.41438;-.79958;56;20220611;30;12;21;1.6;17.3;0;4.61;22700
+75075;44.41438;-.79958;56;20220612;28.7;15.6;22.2;2.5;19.4;2.8;4.42;20200
+75075;44.41438;-.79958;56;20220613;30.7;16.9;23.8;2.2;19.3;0;6.02;29500
+75075;44.41438;-.79958;56;20220614;36.3;17.3;26.8;2.4;19.1;0;6.56;25700
+75075;44.41438;-.79958;56;20220615;32.3;18.9;25.6;3;20;0;6.72;29700
+75075;44.41438;-.79958;56;20220616;37.3;15.1;26.2;1.4;16.6;0;6.18;27200
+75075;44.41438;-.79958;56;20220617;38.7;18.4;28.6;2.4;19.3;0;7.41;28500
+75075;44.41438;-.79958;56;20220618;42.2;18;30.1;2.9;20.6;.1;8.03;25800
+75075;44.41438;-.79958;56;20220619;27.8;19.2;23.5;3.8;19.5;1.7;5.72;26500
+75075;44.41438;-.79958;56;20220620;28.3;17.5;22.9;2.4;19.4;5.2;4.46;19900
+75075;44.41438;-.79958;56;20220621;27.1;17.2;22.2;2.8;19.8;32.5;4.86;24400
+75075;44.41438;-.79958;56;20220622;23.7;16.3;20;3.6;17.8;.5;4.52;24500
+75075;44.41438;-.79958;56;20220623;24.6;14;19.3;2.2;17.5;8.2;4.06;22200
+75075;44.41438;-.79958;56;20220624;22.3;16.1;19.2;2.9;17.1;1.7;3.91;21100
+75075;44.41438;-.79958;56;20220625;19;14;16.5;1.6;15.7;7.2;2.04;9900
+75075;44.41438;-.79958;56;20220626;18.1;13.2;15.7;1.1;15.2;1.6;1.72;8200
+75075;44.41438;-.79958;56;20220627;21.6;10.6;16.1;1.4;13.7;0;3.26;18500
+75075;44.41438;-.79958;56;20220628;25.3;9.7;17.5;1.4;13.3;0;5.18;31600
+75075;44.41438;-.79958;56;20220629;23.3;8.6;16;1.5;14.3;5.6;3.7;22100
+75075;44.41438;-.79958;56;20220630;20;14.3;17.2;1.7;15.4;3.8;2.37;11300
+75075;44.41438;-.79958;56;20220701;24.2;9.1;16.7;1.6;12.9;0;4.54;27000
+75075;44.41438;-.79958;56;20220702;30.9;8.5;19.7;1.7;13.4;0;5.81;30500
+75075;44.41438;-.79958;56;20220703;28;13.2;20.6;2.7;15.3;1.3;5.49;27200
+75075;44.41438;-.79958;56;20220704;24.6;15.7;20.2;1.9;18.2;0;3.37;16600
+75075;44.41438;-.79958;56;20220705;29.5;14.8;22.2;1.8;16.4;0;5.4;27000
+75075;44.41438;-.79958;56;20220706;29.6;11.5;20.6;2;14.3;0;5.79;29900
+75075;44.41438;-.79958;56;20220707;28.2;11.9;20.1;2;15.3;.1;5.41;29000
+75075;44.41438;-.79958;56;20220708;30.2;12.4;21.3;1.9;15.1;0;5.85;30100
+75075;44.41438;-.79958;56;20220709;32.6;12.2;22.4;2.1;14.3;0;6.4;30400
+75075;44.41438;-.79958;56;20220710;33.7;13.4;23.6;2.7;15.2;0;6.96;30600
+75075;44.41438;-.79958;56;20220711;35.5;14;24.8;1.7;16.2;0;6.48;29900
+75075;44.41438;-.79958;56;20220712;36;13.7;24.9;1.9;15.7;0;6.77;30400
+75075;44.41438;-.79958;56;20220713;33.9;11.8;22.9;1.4;15.5;0;5.76;28200
+75075;44.41438;-.79958;56;20220714;37.5;13.4;25.5;1.6;16.3;0;6.3;27400
+75075;44.41438;-.79958;56;20220715;35.2;14.6;24.9;2.1;15.6;0;6.31;26400
+75075;44.41438;-.79958;56;20220716;36.3;15.5;25.9;2.4;15.6;0;6.56;24900
+75075;44.41438;-.79958;56;20220717;35.7;16.1;25.9;2.6;15;0;6.52;23600
+75075;44.41438;-.79958;56;20220718;37.7;16.2;27;3.6;17.9;.1;7.94;28100
+75075;44.41438;-.79958;56;20220719;29.5;21.8;25.7;3.2;20.2;0;5.47;22000
+75075;44.41438;-.79958;56;20220720;26.5;19;22.8;1.7;18.7;.2;3.86;17700
+75075;44.41438;-.79958;56;20220721;31.2;12.1;21.7;1.8;16.9;0;5.45;27600
+75075;44.41438;-.79958;56;20220722;24.4;16.8;20.6;3.2;18.1;0;3.93;19100
+75075;44.41438;-.79958;56;20220723;30.1;12.9;21.5;1.3;16.2;0;5.02;26500
+75075;44.41438;-.79958;56;20220724;38.5;12.9;25.7;1.9;17.4;0;6.65;27900
+75075;44.41438;-.79958;56;20220725;25.8;18.2;22;3.1;19.3;.6;4;18100
+75075;44.41438;-.79958;56;20220726;25.3;10.9;18.1;1.7;14.1;0;4.27;23900
+75075;44.41438;-.79958;56;20220727;27.1;8.8;18;1.6;13.5;0;4.68;26600
+75075;44.41438;-.79958;56;20220728;25.9;12.5;19.2;1.9;15.4;.1;4.62;25900
+75075;44.41438;-.79958;56;20220729;27.3;14.2;20.8;2.2;16.8;.6;4.27;20800
+75075;44.41438;-.79958;56;20220730;27.8;13;20.4;1.7;17.2;.4;3.97;20000
+75075;44.41438;-.79958;56;20220731;30;14.1;22.1;2.2;17.9;.7;5.32;27000
+75075;44.41438;-.79958;56;20220801;31.4;14.9;23.2;2;18;0;5.59;27700
+75075;44.41438;-.79958;56;20220802;36.2;13.4;24.8;1.5;16.4;.7;5.91;27500
+75075;44.41438;-.79958;56;20220803;38;15;26.5;1.8;19.2;1.1;5.93;24400
+75075;44.41438;-.79958;56;20220804;29.9;20.2;25.1;2.6;22.8;1.2;5.39;26200
+75075;44.41438;-.79958;56;20220805;28.5;18.5;23.5;2.4;19.3;0;4.87;23200
+75075;44.41438;-.79958;56;20220806;32.3;15.2;23.8;1.8;16.2;0;5.5;26200
+75075;44.41438;-.79958;56;20220807;32.5;13;22.8;2.1;12.5;.7;6.01;27900
+75075;44.41438;-.79958;56;20220808;34.3;10.9;22.6;1.9;12.2;0;5.94;27000
+75075;44.41438;-.79958;56;20220809;34.6;12.9;23.8;1.9;13.3;0;5.75;24900
+75075;44.41438;-.79958;56;20220810;33.4;16.7;25.1;1.5;15.7;0;3.39;9500
+75075;44.41438;-.79958;56;20220811;38.8;15.7;27.3;1.9;15.4;0;6.11;23400
+75075;44.41438;-.79958;56;20220812;32.7;18.9;25.8;2.5;20.5;0;5.54;24100
+75075;44.41438;-.79958;56;20220813;32;21.1;26.6;2.7;22.2;6.7;5.16;21200
+75075;44.41438;-.79958;56;20220814;24.2;18.6;21.4;2.2;20.4;.9;2.64;11800
+75075;44.41438;-.79958;56;20220815;26.5;15.4;21;2.1;17.7;.1;3.72;18300
+75075;44.41438;-.79958;56;20220816;26.1;13.8;20;2.1;17.2;2.9;3.55;17900
+75075;44.41438;-.79958;56;20220817;24.6;15.1;19.9;2.1;17.3;1.9;3.24;16200
+75075;44.41438;-.79958;56;20220818;24.2;12.6;18.4;2.3;16.3;.4;3.51;19700
+75075;44.41438;-.79958;56;20220819;25.8;12.5;19.2;1.6;16.8;.1;3.55;19900
+75075;44.41438;-.79958;56;20220820;28.6;13.1;20.9;1.4;17.3;.1;3.76;19600
+75075;44.41438;-.79958;56;20220821;26.5;15.1;20.8;2.2;18.4;.8;3.58;18100
+75075;44.41438;-.79958;56;20220822;25;18.5;21.8;2.1;21.2;1.5;2.75;13100
+75075;44.41438;-.79958;56;20220823;29.1;18.9;24;1.5;21.1;0;3.45;15900
+75075;44.41438;-.79958;56;20220824;36.6;14.3;25.5;1.3;18.3;2.4;4.87;22400
+75075;44.41438;-.79958;56;20220825;28.1;19.3;23.7;2.8;21.5;.3;4.08;19100
+75075;44.41438;-.79958;56;20220826;27.7;18.7;23.2;2.5;20.6;.1;3.97;19000
+75075;44.41438;-.79958;56;20220827;30.1;15.2;22.7;1.1;17.5;0;3.76;19400
+75075;44.41438;-.79958;56;20220828;34.8;12.6;23.7;1.4;15.5;0;4.8;23100
+75075;44.41438;-.79958;56;20220829;30;17.7;23.9;1.7;17.3;3.2;2.69;6800
+75075;44.41438;-.79958;56;20220830;31.8;13.1;22.5;1.9;18.5;0;4.52;22500
+75075;44.41438;-.79958;56;20220831;28.3;18.9;23.6;2.5;21.3;0;3.32;13800
+75075;44.41438;-.79958;56;20220901;28.9;15.9;22.4;2.2;18.8;.1;3.88;18500
+75075;44.41438;-.79958;56;20220902;25.5;15.5;20.5;1.8;19;4.4;2.66;13000
+75075;44.41438;-.79958;56;20220903;25.9;15.6;20.8;1.3;17.5;.3;2.79;14000
+75075;44.41438;-.79958;56;20220904;32.5;13.2;22.9;1.8;15.3;0;4.62;22100
+75075;44.41438;-.79958;56;20220905;32.6;12.6;22.6;2.6;15.1;.1;5.16;22400
+75075;44.41438;-.79958;56;20220906;28.7;12.9;20.8;2.6;15.9;.1;4.32;21400
+75075;44.41438;-.79958;56;20220907;26.2;13.2;19.7;1.5;15.3;5.4;3.08;16000
+75075;44.41438;-.79958;56;20220908;23.5;12.8;18.2;2.7;17.5;4.3;2.39;12300
+75075;44.41438;-.79958;56;20220909;23.5;15.7;19.6;2.3;16.1;.4;3.34;18500
+75075;44.41438;-.79958;56;20220910;28.7;10.7;19.7;1.3;14.7;0;3.53;20100
+75075;44.41438;-.79958;56;20220911;33.2;12.3;22.8;2.2;15.3;0;4.73;21000
+75075;44.41438;-.79958;56;20220912;38.5;16;27.3;2.8;16.8;6.9;5.64;16500
+75075;44.41438;-.79958;56;20220913;31.3;19.9;25.6;2.9;21;0;3.8;12600
+75075;44.41438;-.79958;56;20220914;28;16.7;22.4;2.5;16.7;.2;4.02;19200
+75075;44.41438;-.79958;56;20220915;28.1;13.2;20.7;1.4;17.6;.1;3.22;18200
+75075;44.41438;-.79958;56;20220916;23.6;12.8;18.2;2.2;15.5;0;3.02;17900
+75075;44.41438;-.79958;56;20220917;22.4;4.8;13.6;2.1;9.2;0;3.26;20600
+75075;44.41438;-.79958;56;20220918;25.2;4.4;14.8;2.6;8.1;0;3.97;20100
+75075;44.41438;-.79958;56;20220919;26.8;3;14.9;1.8;8.2;0;3.65;20600
+75075;44.41438;-.79958;56;20220920;25.1;4.2;14.7;2.2;8.8;0;3.6;20100
+75075;44.41438;-.79958;56;20220921;25.3;3.9;14.6;1.4;8.8;0;3.09;19600
+75075;44.41438;-.79958;56;20220922;26.6;3;14.8;1.2;8.9;0;3.01;19300
+75075;44.41438;-.79958;56;20220923;20.7;6;13.4;1.3;12.1;0;1.46;6200
+75075;44.41438;-.79958;56;20220924;21.9;8;15;1.8;12.7;1.4;2.05;10600
+75075;44.41438;-.79958;56;20220925;21.6;4.5;13.1;1.5;10;.2;2.38;15500
+75075;44.41438;-.79958;56;20220926;20;2.8;11.4;2.6;10.8;5.3;2.07;11800
+75075;44.41438;-.79958;56;20220927;18.8;11.8;15.3;2.8;14.6;11.4;1.74;9700
+75075;44.41438;-.79958;56;20220928;18.7;16;17.4;5.1;16.8;18.6;1.86;8900
+75075;44.41438;-.79958;56;20220929;15.7;12.6;14.2;2.3;14;9.3;1.17;5200
+75075;44.41438;-.79958;56;20220930;19.6;6.6;13.1;1.9;11.2;.4;2.22;16100
+75075;44.41438;-.79958;56;20221001;19.9;11.5;15.7;3.3;16.9;1.9;1.15;5900
+75075;44.41438;-.79958;56;20221002;23.7;13.7;18.7;1.3;16.4;.3;1.94;10700
+75075;44.41438;-.79958;56;20221003;24.4;8.9;16.7;.9;13.8;0;2.17;15600
+75075;44.41438;-.79958;56;20221004;25.8;6.4;16.1;1.4;12.4;.2;2.54;16800
+75075;44.41438;-.79958;56;20221005;26.6;9.7;18.2;1.9;14.4;.5;2.66;14700
+75075;44.41438;-.79958;56;20221006;20.8;13.4;17.1;1.6;17.1;.1;1.41;8000
+75075;44.41438;-.79958;56;20221007;25.3;8.9;17.1;1.6;14.4;.3;2.2;12800
+75075;44.41438;-.79958;56;20221008;23.2;13.8;18.5;2.1;13.8;.1;2.27;10000
+75075;44.41438;-.79958;56;20221009;27.4;8.7;18.1;1.6;12.7;0;2.63;14900
+75075;44.41438;-.79958;56;20221010;20.3;10.8;15.6;1.4;16.2;4.8;.99;4300
+75075;44.41438;-.79958;56;20221011;18;14.8;16.4;1.3;17.6;3.8;.82;3500
+75075;44.41438;-.79958;56;20221012;21.3;14;17.7;1.3;16;.1;1.45;7700
+75075;44.41438;-.79958;56;20221013;20.3;9.9;15.1;2.6;15.3;2;1.36;7600
+75075;44.41438;-.79958;56;20221014;20.5;17.1;18.8;3.7;18.6;.6;1.41;4800
+75075;44.41438;-.79958;56;20221015;24.7;11.9;18.3;1.6;16.2;0;1.92;11700
+75075;44.41438;-.79958;56;20221016;29.8;11.8;20.8;2.5;16.3;2.5;2.95;13000
+75075;44.41438;-.79958;56;20221017;26.3;17.2;21.8;1.9;19.4;2.6;1.99;9200
+75075;44.41438;-.79958;56;20221018;30.6;15.5;23.1;3;18;.1;3.28;12800
+75075;44.41438;-.79958;56;20221019;26.7;17;21.9;3;18.6;7.6;2.24;5700
+75075;44.41438;-.79958;56;20221020;26.2;14.5;20.4;4;15.7;0;2.91;8000
+75075;44.41438;-.79958;56;20221021;22.6;14.4;18.5;2.7;14.3;0;2;5200
+75075;44.41438;-.79958;56;20221022;26.2;9.7;18;3.4;13.4;.4;2.86;11400
+75075;44.41438;-.79958;56;20221023;25.8;14.7;20.3;4;13.7;0;3.22;8300
+75075;44.41438;-.79958;56;20221024;22.9;12;17.5;2.6;12.2;0;2.34;12000
+75075;44.41438;-.79958;56;20221025;23.6;8.9;16.3;2.9;12.9;1;2.06;5800
+75075;44.41438;-.79958;56;20221026;27.4;10.7;19.1;2.1;13.8;0;2.35;11400
+75075;44.41438;-.79958;56;20221027;24.1;14;19.1;3.2;16.2;0;1.88;3200
+75075;44.41438;-.79958;56;20221028;27.3;15.7;21.5;2.6;14.8;0;2.54;6500
+75075;44.41438;-.79958;56;20221029;23.4;15;19.2;2.5;16.3;0;1.66;4100
+75075;44.41438;-.79958;56;20221030;21.3;11.8;16.6;1.9;15;6.7;1.35;7800
+75075;44.41438;-.79958;56;20221031;20.2;11.6;15.9;2.9;15.6;.5;1.14;3500
+75075;44.41438;-.79958;56;20221101;18.8;10.1;14.5;1.8;13.3;.1;1.17;8200
+75075;44.41438;-.79958;56;20221102;20.4;6.8;13.6;2;11.7;0;1.42;9600
+75075;44.41438;-.79958;56;20221103;20.1;8.5;14.3;3.8;12.2;10;1.75;3400
+75075;44.41438;-.79958;56;20221104;16.1;11.1;13.6;6;11.3;5.4;1.99;8000
+75075;44.41438;-.79958;56;20221105;17.4;6;11.7;1.1;10.2;.1;.98;10000
+75075;44.41438;-.79958;56;20221106;18.3;4.7;11.5;3;11;.2;1.32;6100
+75075;44.41438;-.79958;56;20221107;20.6;7.4;14;2.2;11.6;0;1.45;9200
+75075;44.41438;-.79958;56;20221108;20.3;9.8;15.1;2.7;12.5;5.6;1.51;4100
+75075;44.41438;-.79958;56;20221109;16.2;11.8;14;2.2;13.9;7.2;.85;3400
+75075;44.41438;-.79958;56;20221110;17.8;9.2;13.5;2.4;12.4;0;1.13;9600
+75075;44.41438;-.79958;56;20221111;18.9;7.5;13.2;2.5;12;.2;1.22;9600
+75075;44.41438;-.79958;56;20221112;22.2;8.8;15.5;2.2;13.1;.2;1.41;9400
+75075;44.41438;-.79958;56;20221113;23.7;7.3;15.5;1.4;12.1;.1;1.25;9100
+75075;44.41438;-.79958;56;20221114;15.5;9.2;12.4;2.5;12.8;3.8;.77;3300
+75075;44.41438;-.79958;56;20221115;17.2;11.2;14.2;3.8;13.2;6;1.22;2500
+75075;44.41438;-.79958;56;20221116;18;10.5;14.3;4.1;13.2;2.3;1.29;6800
+75075;44.41438;-.79958;56;20221117;17.6;14.6;16.1;5.1;13.2;4.1;1.88;5800
+75075;44.41438;-.79958;56;20221118;11.8;7.6;9.7;2.2;11;12.4;.59;2800
+75075;44.41438;-.79958;56;20221119;13.1;5.6;9.4;1.9;9.5;.5;.71;7900
+75075;44.41438;-.79958;56;20221120;15.4;3.3;9.4;2.8;10.4;4.9;.83;4200
+75075;44.41438;-.79958;56;20221121;16;8.7;12.4;4.6;11.5;20.5;1.32;1800
+75075;44.41438;-.79958;56;20221122;11;7.4;9.2;5.3;11;32.4;.55;2100
+75075;44.41438;-.79958;56;20221123;15.8;9.6;12.7;4.9;13.1;3.8;.88;5300
+75075;44.41438;-.79958;56;20221124;14.8;7.7;11.3;3.3;11.3;7.2;.91;3400
+75075;44.41438;-.79958;56;20221125;14.5;8.5;11.5;2.7;11.5;4.9;.77;5600
+75075;44.41438;-.79958;56;20221126;13;3.4;8.2;2.1;9;0;.7;5200
+75075;44.41438;-.79958;56;20221127;14.1;2.7;8.4;2.5;9.6;11.4;.71;5200
+75075;44.41438;-.79958;56;20221128;13.9;9.2;11.6;2.8;11.6;6.6;.73;5400
+75075;44.41438;-.79958;56;20221129;13.3;7.2;10.3;1.2;10.4;.9;.54;4700
+75075;44.41438;-.79958;56;20221130;8.5;1.2;4.9;1.9;7.6;0;.44;5200
+75075;44.41438;-.79958;56;20221201;10.3;-1.5;4.4;.9;7;.1;.37;5900
+75075;44.41438;-.79958;56;20221202;8.3;5.6;7;2;8.1;.1;.6;4000
+75075;44.41438;-.79958;56;20221203;6.9;3.7;5.3;1.6;7.4;.1;.42;5500
+75075;44.41438;-.79958;56;20221204;9.7;.1;4.9;1.7;7.3;.2;.46;5700
+75075;44.41438;-.79958;56;20221205;11.1;-.5;5.3;2.5;7;.1;.67;7300
+75075;44.41438;-.79958;56;20221206;12;7.2;9.6;2.6;8.6;0;1.01;3300
+75075;44.41438;-.79958;56;20221207;7.6;2.2;4.9;2.1;7.5;0;.46;4200
+75075;44.41438;-.79958;56;20221208;7.5;3.4;5.5;2.5;8.3;10.8;.46;1900
+75075;44.41438;-.79958;56;20221209;6.6;6;6.3;2.8;8.8;.6;.45;2200
+75075;44.41438;-.79958;56;20221210;6.3;-2.4;2;1.9;5.3;.1;.4;8000
+75075;44.41438;-.79958;56;20221211;6.5;-3.6;1.5;2.2;4.8;.1;.57;7100
+75075;44.41438;-.79958;56;20221212;3;-3.9;-.4;3.4;6.3;10.2;.14;1000
+75075;44.41438;-.79958;56;20221213;8.6;3.3;6;4.1;11.2;5.2;0;1800
+75075;44.41438;-.79958;56;20221214;17.3;8.2;12.8;2.2;12.7;8.2;.66;5200
+75075;44.41438;-.79958;56;20221215;13.1;9.8;11.5;3.1;12.3;17.1;.57;3100
+75075;44.41438;-.79958;56;20221216;6.9;4.4;5.7;4;7.6;.3;.59;6000
+75075;44.41438;-.79958;56;20221217;9.3;-3.8;2.8;1.8;5.7;.3;.45;7700
+75075;44.41438;-.79958;56;20221218;13.4;.7;7.1;4.1;8.1;0;.98;5900
+75075;44.41438;-.79958;56;20221219;15;7.2;11.1;4.8;11;0;1.04;3800
+75075;44.41438;-.79958;56;20221220;13.7;11.1;12.4;3.2;12.2;3;.86;1500
+75075;44.41438;-.79958;56;20221221;17.9;8.9;13.4;2.8;12.9;.9;.83;5000
+75075;44.41438;-.79958;56;20221222;16;12;14;3.4;14.2;3.3;.76;2400
+75075;44.41438;-.79958;56;20221223;18.2;13.6;15.9;2.6;14.3;0;1.02;3000
+75075;44.41438;-.79958;56;20221224;18.7;9.6;14.2;2.4;12.4;.1;.9;6400
+75075;44.41438;-.79958;56;20221225;19;7.4;13.2;2.3;10.8;0;1.17;4000
+75075;44.41438;-.79958;56;20221226;15.4;8.1;11.8;1.2;11.3;1.2;.58;3400
+75075;44.41438;-.79958;56;20221227;15.6;7.1;11.4;1.3;11.3;.2;.46;5700
+75075;44.41438;-.79958;56;20221228;16.4;6.1;11.3;2.6;10.3;.2;.87;6400
+75075;44.41438;-.79958;56;20221229;12.8;10.5;11.7;3.2;12.1;13.7;.74;1100
+75075;44.41438;-.79958;56;20221230;18.6;10;14.3;3.9;12.6;.9;1.36;3400
+75075;44.41438;-.79958;56;20221231;20.8;9.5;15.2;3.6;10.2;0;2;5800
+75076;44.44638;-.48865;76;20220101;20;4.8;12.4;2.1;10.5;0;1.02;6371
+75076;44.44638;-.48865;76;20220102;16.7;6.8;11.7;2;10.98;.1;.75;4917
+75076;44.44638;-.48865;76;20220103;15.3;6.6;10.9;2.6;11.1;0;.71;4951
+75076;44.44638;-.48865;76;20220104;16;9.8;12.9;3.4;10.6;1.9;1.35;3525
+75076;44.44638;-.48865;76;20220105;8.8;2.4;5.6;1.5;6.98;.1;.54;4539
+75076;44.44638;-.48865;76;20220106;8.9;-1.5;3.7;.7;5.53;0;.35;5792
+75076;44.44638;-.48865;76;20220107;11.9;-.1;5.9;3;7.75;3.4;.72;5717
+75076;44.44638;-.48865;76;20220108;12;7.1;9.6;5.5;10.83;9.6;.66;3406
+75076;44.44638;-.48865;76;20220109;10.5;8.4;9.4;3.9;10.85;15.6;.61;1756
+75076;44.44638;-.48865;76;20220110;12.3;9.5;10.9;3.6;12.33;4.5;.5;2017
+75076;44.44638;-.48865;76;20220111;10.9;4.4;7.6;1.1;7.98;0;.53;4950
+75076;44.44638;-.48865;76;20220112;6.3;-2;2.2;1.4;5.63;0;.45;5571
+75076;44.44638;-.48865;76;20220113;3.5;-4.3;-.4;1.7;5.53;0;.31;5260
+75076;44.44638;-.48865;76;20220114;6.9;-1.3;2.8;1.4;6.04;0;.47;5699
+75076;44.44638;-.48865;76;20220115;7.3;-4.7;1.3;1;5.5;.1;.37;6680
+75076;44.44638;-.48865;76;20220116;5.4;-4.5;.4;.9;5.6;.1;.34;5680
+75076;44.44638;-.48865;76;20220117;5.3;-2.3;1.5;1.6;6.88;.1;.27;4393
+75076;44.44638;-.48865;76;20220118;4.4;1.7;3;1.7;7.63;0;.32;2390
+75076;44.44638;-.48865;76;20220119;8.5;3.5;6;1.9;8.7;2.9;.45;3603
+75076;44.44638;-.48865;76;20220120;8.5;5.9;7.2;2.1;8.88;.6;.6;2522
+75076;44.44638;-.48865;76;20220121;6;.1;3.1;2.9;5.8;0;.73;5545
+75076;44.44638;-.48865;76;20220122;7.8;-2.3;2.7;1.8;5.48;.1;.66;6995
+75076;44.44638;-.48865;76;20220123;9.7;-2.8;3.5;1.5;5.78;0;.65;7710
+75076;44.44638;-.48865;76;20220124;13.6;-1.3;6.1;1.4;6.58;0;.79;8171
+75076;44.44638;-.48865;76;20220125;13;-2.6;5.2;.8;6.48;0;.57;8460
+75076;44.44638;-.48865;76;20220126;11.4;-3.6;3.9;1.1;6.13;0;.61;8358
+75076;44.44638;-.48865;76;20220127;2.2;-2.8;-.3;1.8;5.4;.1;.37;5097
+75076;44.44638;-.48865;76;20220128;3.3;-2.8;.3;1.4;6.54;0;.42;5095
+75076;44.44638;-.48865;76;20220129;1.8;0;.9;1.8;6.6;0;.29;2610
+75076;44.44638;-.48865;76;20220130;5.8;.6;3.2;1.9;7.83;.3;.31;4043
+75076;44.44638;-.48865;76;20220131;10.8;4.5;7.6;3.2;9.28;1.7;.7;5231
+75076;44.44638;-.48865;76;20220201;9.7;.7;5.2;2.7;8.75;.2;.45;6227
+75076;44.44638;-.48865;76;20220202;10.1;8.2;9.1;2.7;10.88;0;.54;2746
+75076;44.44638;-.48865;76;20220203;10.4;4.9;7.7;2.5;10.03;.1;.54;4359
+75076;44.44638;-.48865;76;20220204;12.2;6.6;9.4;2.5;10.9;1.9;.64;4588
+75076;44.44638;-.48865;76;20220205;10.9;3.2;7.1;2.2;7.8;0;.92;7391
+75076;44.44638;-.48865;76;20220206;10.9;-.4;5.2;3.8;9.15;1.4;.45;7314
+75076;44.44638;-.48865;76;20220207;13.3;9.2;11.3;2.8;11.13;.6;.98;5241
+75076;44.44638;-.48865;76;20220208;14.6;3;8.8;2.1;7.8;0;1.26;9376
+75076;44.44638;-.48865;76;20220209;18.5;2.9;10.7;2.1;7.8;0;1.63;10453
+75076;44.44638;-.48865;76;20220210;6.5;2.6;4.5;1.8;8.95;.7;1.31;10250
+75076;44.44638;-.48865;76;20220211;12.8;6.9;9.8;2.4;8.7;0;1.26;8500
+75076;44.44638;-.48865;76;20220212;13.5;-.9;6.3;1.8;6.8;0;1.18;9550
+75076;44.44638;-.48865;76;20220213;18.5;1.3;9.9;3.9;8.6;1.8;2.07;10750
+75076;44.44638;-.48865;76;20220214;11.6;7.7;9.7;5;10.05;9.4;1.15;5900
+75076;44.44638;-.48865;76;20220215;12;3.8;7.9;3.7;9.95;9.5;.79;6200
+75076;44.44638;-.48865;76;20220216;14.1;8.8;11.4;5.7;12.75;6.7;.79;5678
+75076;44.44638;-.48865;76;20220217;13.6;11.9;12.8;3.9;13.4;1.4;.8;3086
+75076;44.44638;-.48865;76;20220218;15.9;8.4;12.2;2.4;11.33;.1;1.23;7057
+75076;44.44638;-.48865;76;20220219;12.1;6;9.1;1.8;8.55;.2;1.14;7699
+75076;44.44638;-.48865;76;20220220;14.1;4;9.1;3.8;10.68;3.7;1.01;8854
+75076;44.44638;-.48865;76;20220221;13.1;9.8;11.5;4.7;10.28;.1;1.56;6054
+75076;44.44638;-.48865;76;20220222;15.1;6.8;10.9;1.8;9.6;0;1.35;9457
+75076;44.44638;-.48865;76;20220223;16.5;4.4;10.5;1.5;9.23;0;1.41;11407
+75076;44.44638;-.48865;76;20220224;14.1;3.9;9;2.1;9.58;.4;1.2;9307
+75076;44.44638;-.48865;76;20220225;11.9;1.5;6.7;2.2;6.73;.1;1.44;11104
+75076;44.44638;-.48865;76;20220226;14.1;.9;7.5;3.4;5.6;0;2.23;12537
+75076;44.44638;-.48865;76;20220227;17.6;3.3;10.4;2.2;8.15;.1;1.92;12535
+75076;44.44638;-.48865;76;20220228;19.3;2.3;10.8;1.3;8.68;0;1.72;13987
+75076;44.44638;-.48865;76;20220301;18.4;2.3;10.4;2.6;8.33;.3;2.12;13099
+75076;44.44638;-.48865;76;20220302;13.8;8.1;10.9;2.7;10.4;2.5;1.33;7459
+75076;44.44638;-.48865;76;20220303;14.5;6;10.2;2.4;10.55;.6;1.27;9213
+75076;44.44638;-.48865;76;20220304;10.4;8.4;9.4;3.5;10.15;.2;1;4973
+75076;44.44638;-.48865;76;20220305;11.6;4.6;8.1;2.3;7.68;0;1.45;9549
+75076;44.44638;-.48865;76;20220306;12.4;3.4;7.9;1.5;7;.1;1.48;9938
+75076;44.44638;-.48865;76;20220307;12.8;-2.2;5.3;1.8;5.95;0;1.66;14695
+75076;44.44638;-.48865;76;20220308;11.1;5;8.1;2.7;8.93;1;1.17;7561
+75076;44.44638;-.48865;76;20220309;17.1;2.2;9.6;3.3;8.98;.1;2.1;14110
+75076;44.44638;-.48865;76;20220310;16;9.2;12.6;3.5;11.13;1.9;1.81;9338
+75076;44.44638;-.48865;76;20220311;12.5;9.8;11.2;2.9;11;11.9;1.18;5232
+75076;44.44638;-.48865;76;20220312;13.9;7.2;10.6;3.3;10;0;1.68;10895
+75076;44.44638;-.48865;76;20220313;13.9;8.4;11.2;3.8;9.43;6.2;1.92;9353
+75076;44.44638;-.48865;76;20220314;14.6;4.6;9.6;4.7;9.88;.2;1.67;10770
+75076;44.44638;-.48865;76;20220315;19.1;12.2;15.6;5.4;12.3;0;2.74;10506
+75076;44.44638;-.48865;76;20220316;16.2;10.7;13.5;3.2;12.55;1.3;1.6;8110
+75076;44.44638;-.48865;76;20220317;12.2;10.2;11.2;4.3;10.75;2.2;1.38;4933
+75076;44.44638;-.48865;76;20220318;14.2;6.4;10.3;2.8;9.35;0;1.92;11600
+75076;44.44638;-.48865;76;20220319;18.8;5;11.9;3.3;9.2;0;2.77;15700
+75076;44.44638;-.48865;76;20220320;18.4;7.2;12.8;3.6;9.95;.1;2.65;13950
+75076;44.44638;-.48865;76;20220321;20.5;9.1;14.8;5;10.05;0;3.69;16450
+75076;44.44638;-.48865;76;20220322;17.8;6.8;12.3;4.7;7.7;0;3.36;13600
+75076;44.44638;-.48865;76;20220323;18;4.5;11.2;3.4;7.35;0;3.29;19850
+75076;44.44638;-.48865;76;20220324;19;2.7;10.8;2.1;7.9;0;2.87;19850
+75076;44.44638;-.48865;76;20220325;19;4.3;11.7;2.5;7.6;0;2.73;13300
+75076;44.44638;-.48865;76;20220326;20.6;4.8;12.7;3.8;6.45;0;4.09;20050
+75076;44.44638;-.48865;76;20220327;21.1;5.9;13.5;2.9;7.95;0;3.59;18700
+75076;44.44638;-.48865;76;20220328;21.4;5.7;13.6;1.7;8.9;0;2.71;14300
+75076;44.44638;-.48865;76;20220329;17;7.8;12.4;1.7;11;0;1.58;7200
+75076;44.44638;-.48865;76;20220330;15.3;9.4;12.4;3;11.4;2.7;1.67;7650
+75076;44.44638;-.48865;76;20220331;14.8;7.8;11.3;4.4;9.35;3;2.52;13850
+75076;44.44638;-.48865;76;20220401;9.8;-.1;4.9;5;5.6;.4;2.35;17150
+75076;44.44638;-.48865;76;20220402;10.2;-.8;4.7;3.6;5.25;.1;2.32;16900
+75076;44.44638;-.48865;76;20220403;6.7;-3;1.8;2.3;5.69;0;1.89;16487
+75076;44.44638;-.48865;76;20220404;12.4;-.7;5.8;1.6;5.01;0;2.32;20188
+75076;44.44638;-.48865;76;20220405;15.5;-1.9;6.8;1.6;6.85;.6;2.25;17600
+75076;44.44638;-.48865;76;20220406;13.5;7.1;10.3;3.5;10.9;1.1;1.37;6900
+75076;44.44638;-.48865;76;20220407;16.3;9.6;13;6.6;12.2;14.8;1.9;7750
+75076;44.44638;-.48865;76;20220408;18.8;9.9;14.4;5.8;11.25;.9;3;10750
+75076;44.44638;-.48865;76;20220409;16.4;6.4;11.4;2.1;8.3;0;3.01;21000
+75076;44.44638;-.48865;76;20220410;20.2;1.6;10.9;4.7;7.2;0;4.27;23100
+75076;44.44638;-.48865;76;20220411;23.3;10.4;16.9;6.4;11.25;.2;4.91;20000
+75076;44.44638;-.48865;76;20220412;18.4;10.5;14.4;3.4;12.3;0;2.36;10700
+75076;44.44638;-.48865;76;20220413;17.5;10.9;14.2;2.4;13.1;.4;1.97;10300
+75076;44.44638;-.48865;76;20220414;23.9;9.6;16.8;1.9;12.55;0;3.82;22900
+75076;44.44638;-.48865;76;20220415;24;10.6;17.3;2.7;13.05;0;3.77;20050
+75076;44.44638;-.48865;76;20220416;24.3;9.8;17.1;2.8;12.1;0;4.34;24250
+75076;44.44638;-.48865;76;20220417;23.6;9.3;16.5;3.2;11.75;0;4.17;22150
+75076;44.44638;-.48865;76;20220418;19.1;11.2;15.2;3.1;12.3;0;2.85;14600
+75076;44.44638;-.48865;76;20220419;12.9;8.7;10.8;2.8;11.35;9;1.23;5700
+75076;44.44638;-.48865;76;20220420;12.6;8.5;10.6;2.5;11.55;7;1.06;4650
+75076;44.44638;-.48865;76;20220421;16.2;7.8;12;1.9;12.65;.1;1.52;8600
+75076;44.44638;-.48865;76;20220422;21.2;9.6;15.4;2.4;11.8;5.7;3.4;19300
+75076;44.44638;-.48865;76;20220423;13.6;11.2;12.4;3.9;12;7;1.64;7500
+75076;44.44638;-.48865;76;20220424;16.9;10.7;13.8;5.8;12;0;2.71;13400
+75076;44.44638;-.48865;76;20220425;20.5;6.7;13.6;2.1;10.9;0;3.51;22800
+75076;44.44638;-.48865;76;20220426;23.7;7.3;15.5;3.3;11.1;.1;4.58;25700
+75076;44.44638;-.48865;76;20220427;20.8;12.2;16.5;2.6;13.45;4.3;2.65;11400
+75076;44.44638;-.48865;76;20220428;19.1;12.7;15.9;2.8;14.4;.1;2.51;13300
+75076;44.44638;-.48865;76;20220429;21.4;10.9;16.2;2.6;13.55;0;3.3;18400
+75076;44.44638;-.48865;76;20220430;22.5;11.9;17.2;2.8;13.5;0;3.71;19500
+75076;44.44638;-.48865;76;20220501;22;9.4;15.7;2.4;12.55;0;3.38;18350
+75076;44.44638;-.48865;76;20220502;20.9;11.1;16;2.4;11.7;0;3.59;19650
+75076;44.44638;-.48865;76;20220503;22.3;12.7;17.5;2.9;12.6;.7;3.84;18750
+75076;44.44638;-.48865;76;20220504;21;12.8;16.9;2.8;11.6;0;3.64;17050
+75076;44.44638;-.48865;76;20220505;21.9;8.1;15;2.6;10.8;.1;3.9;21800
+75076;44.44638;-.48865;76;20220506;21.8;8.4;15.1;2.6;11.65;0;3.33;17074
+75076;44.44638;-.48865;76;20220507;23.7;8.7;16.2;1.9;12.35;.1;3.47;18033
+75076;44.44638;-.48865;76;20220508;25.1;9.2;17.1;1.8;11.98;0;3.77;18928
+75076;44.44638;-.48865;76;20220509;27.7;8.9;18.3;1.3;11.85;0;3.96;20041
+75076;44.44638;-.48865;76;20220510;29.4;9.4;19.4;2;12.4;0;4.62;21147
+75076;44.44638;-.48865;76;20220511;27.2;13;20.1;2.2;14.93;.1;4.07;18760
+75076;44.44638;-.48865;76;20220512;21.8;12.9;17.4;1.4;14.85;0;2.75;14176
+75076;44.44638;-.48865;76;20220513;25.2;13.9;19.6;1.4;15.1;0;3.34;16176
+75076;44.44638;-.48865;76;20220514;30.3;11.7;21;2.3;15.68;.1;4.66;20117
+75076;44.44638;-.48865;76;20220515;29.1;15;22;2.3;17.68;7.7;4.22;18256
+75076;44.44638;-.48865;76;20220516;28.8;14.4;21.6;1.7;17;0;4.04;18911
+75076;44.44638;-.48865;76;20220517;29.5;16.5;23;2.4;15.98;0;4.59;17999
+75076;44.44638;-.48865;76;20220518;32.3;13.9;23.1;2.5;16.83;2.2;5.22;20974
+75076;44.44638;-.48865;76;20220519;26.7;17.2;22;2.2;19.63;.1;3.42;15056
+75076;44.44638;-.48865;76;20220520;24.8;17.5;21.1;2.8;18.28;0;3.25;13437
+75076;44.44638;-.48865;76;20220521;31.2;13.5;22.3;1.5;18.28;0;4.43;20933
+75076;44.44638;-.48865;76;20220522;31.2;18.4;24.8;2.9;20.83;.5;4.68;17726
+75076;44.44638;-.48865;76;20220523;21;16.5;18.7;4.9;15.68;.8;3.06;10727
+75076;44.44638;-.48865;76;20220524;18.9;10.4;14.7;2.6;12.7;1;2.74;14682
+75076;44.44638;-.48865;76;20220525;20.1;7.8;13.9;2.1;11.53;.2;3.12;17682
+75076;44.44638;-.48865;76;20220526;19.9;9.7;14.8;1.7;13.38;0;2.76;16010
+75076;44.44638;-.48865;76;20220527;24.1;11.9;18;2.1;14;.1;3.56;17305
+75076;44.44638;-.48865;76;20220528;27.1;11.7;19.4;2.6;12.35;0;4.68;20018
+75076;44.44638;-.48865;76;20220529;24.2;10.5;17.4;3;9.38;0;4.63;18731
+75076;44.44638;-.48865;76;20220530;24.2;8.4;16.3;2;8.98;3.7;4.29;20439
+75076;44.44638;-.48865;76;20220531;26;13.1;19.5;2.2;11.83;.8;4.32;18571
+75076;44.44638;-.48865;76;20220601;31;12.7;21.8;2.7;13.73;1;5.52;21790
+75076;44.44638;-.48865;76;20220602;27.2;15.9;21.6;2.1;18.8;3;3.78;17326
+75076;44.44638;-.48865;76;20220603;28.5;18;23.3;2.1;19.9;3.1;3.93;16794
+75076;44.44638;-.48865;76;20220604;24.5;17.2;20.9;2.2;19.25;9.3;3.07;13839
+75076;44.44638;-.48865;76;20220605;23;16.3;19.7;2.4;16.43;0;3.09;13330
+75076;44.44638;-.48865;76;20220606;25.4;12.3;18.9;1.6;15.05;.4;3.71;18573
+75076;44.44638;-.48865;76;20220607;24.2;16;20.1;2.1;15.48;7.8;3.48;15024
+75076;44.44638;-.48865;76;20220608;19.3;14.2;16.8;2.4;16.2;2.2;2.22;11303
+75076;44.44638;-.48865;76;20220609;23.5;10.6;17.1;1.8;13.98;0;3.57;19058
+75076;44.44638;-.48865;76;20220610;28.3;10.2;19.2;1.1;14.43;.1;4.18;21921
+75076;44.44638;-.48865;76;20220611;30.2;13.3;21.7;1.7;17.08;0;5.24;26584
+75076;44.44638;-.48865;76;20220612;29.2;15.9;22.6;2.4;19.65;2.4;4.89;23592
+75076;44.44638;-.48865;76;20220613;30.1;17.2;23.6;2.2;19.6;.1;5.36;25451
+75076;44.44638;-.48865;76;20220614;34.9;17;26;2.2;19.58;0;6.45;27877
+75076;44.44638;-.48865;76;20220615;33.9;19.2;26.6;2.4;20.55;0;6.34;27213
+75076;44.44638;-.48865;76;20220616;36.1;17.3;26.7;1.7;16.9;0;6.53;28497
+75076;44.44638;-.48865;76;20220617;38.1;19.2;28.7;1.9;19.15;0;7.01;29036
+75076;44.44638;-.48865;76;20220618;40.4;19.7;30.1;2.6;19.45;.1;7.9;28550
+75076;44.44638;-.48865;76;20220619;29.7;19.2;24.4;3;19.53;1;5.42;23515
+75076;44.44638;-.48865;76;20220620;29;17.7;23.4;2.4;19.1;4.4;4.88;22219
+75076;44.44638;-.48865;76;20220621;27.2;17.4;22.3;2.5;19.68;26.7;4.49;21904
+75076;44.44638;-.48865;76;20220622;24.8;16.1;20.4;2.8;18.13;1.4;4.13;21365
+75076;44.44638;-.48865;76;20220623;25.1;15.6;20.4;2.1;17.75;7.1;4.06;21051
+75076;44.44638;-.48865;76;20220624;23.7;15.9;19.8;2.5;17.05;1.9;3.86;19766
+75076;44.44638;-.48865;76;20220625;18.8;14.3;16.5;1.6;15.35;6.7;2.39;12653
+75076;44.44638;-.48865;76;20220626;17.8;13.4;15.6;1.2;15.3;4.4;2.2;12396
+75076;44.44638;-.48865;76;20220627;21.9;12.4;17.2;1.4;14.23;0;3.51;19868
+75076;44.44638;-.48865;76;20220628;25;11.2;18.1;1.5;13.25;0;4.66;26548
+75076;44.44638;-.48865;76;20220629;24.7;10.3;17.5;1.6;13.98;5.2;4.31;24824
+75076;44.44638;-.48865;76;20220630;18.3;14.1;16.2;1.4;15.43;5.4;2.3;12437
+75076;44.44638;-.48865;76;20220701;23.4;9.1;16.2;1.4;12.78;.1;4.28;25916
+75076;44.44638;-.48865;76;20220702;29.7;10.3;20;1.6;13.3;0;5.55;29295
+75076;44.44638;-.48865;76;20220703;27.8;14.2;21;2.4;15.13;1.1;5.22;25305
+75076;44.44638;-.48865;76;20220704;25.3;15.7;20.5;2.1;17.78;0;3.9;19751
+75076;44.44638;-.48865;76;20220705;29.1;15.7;22.4;1.8;16.18;0;5.15;25030
+75076;44.44638;-.48865;76;20220706;29.2;14.5;21.8;2.2;14.35;0;5.55;26322
+75076;44.44638;-.48865;76;20220707;28.4;13.6;21;2;15.35;0;5.22;26456
+75076;44.44638;-.48865;76;20220708;29.7;14.5;22.1;2.1;15.45;0;5.53;26847
+75076;44.44638;-.48865;76;20220709;31.8;14.1;23;2.2;14.38;0;6.15;28200
+75076;44.44638;-.48865;76;20220710;32.8;15.8;24.3;2.6;15.08;0;6.55;27895
+75076;44.44638;-.48865;76;20220711;35;15.5;25.3;1.8;15.83;0;6.42;28754
+75076;44.44638;-.48865;76;20220712;35.6;16.1;25.9;1.9;15.43;0;6.69;29083
+75076;44.44638;-.48865;76;20220713;35;14.3;24.7;1.5;14.6;0;6.1;28684
+75076;44.44638;-.48865;76;20220714;36.8;15.3;26.1;1.4;15.8;0;6.3;28869
+75076;44.44638;-.48865;76;20220715;34.6;17.4;26;2;15.28;0;6.25;26311
+75076;44.44638;-.48865;76;20220716;36.1;17.1;26.6;2.3;15.15;0;6.84;27303
+75076;44.44638;-.48865;76;20220717;36.6;16.8;26.7;2.4;14.03;0;7.05;27594
+75076;44.44638;-.48865;76;20220718;38.6;20.2;29.4;3.2;16.18;.1;8.06;27625
+75076;44.44638;-.48865;76;20220719;29.9;21.7;25.8;2.8;19.63;0;5.04;19463
+75076;44.44638;-.48865;76;20220720;27.2;19.4;23.3;1.9;18.08;.2;4.1;17883
+75076;44.44638;-.48865;76;20220721;31.2;13.9;22.5;1.6;17.03;0;5.33;26800
+75076;44.44638;-.48865;76;20220722;26.5;17.6;22.1;3;17.78;0;4.32;19194
+75076;44.44638;-.48865;76;20220723;30;13.6;21.8;1.3;16.15;0;5.01;26206
+75076;44.44638;-.48865;76;20220724;36.8;14.6;25.7;2;16.53;0;6.62;28369
+75076;44.44638;-.48865;76;20220725;27.3;19.5;23.4;3.1;18.85;.4;4.36;17813
+75076;44.44638;-.48865;76;20220726;26.4;13.6;20;1.6;14.7;0;4.32;22780
+75076;44.44638;-.48865;76;20220727;28;11.7;19.9;1.5;13.65;0;4.76;25692
+75076;44.44638;-.48865;76;20220728;27.8;13.6;20.7;1.9;15.15;0;4.77;24498
+75076;44.44638;-.48865;76;20220729;27.3;14.9;21.1;1.7;16.7;.7;4.25;21631
+75076;44.44638;-.48865;76;20220730;29;13.8;21.4;1.3;17.43;.3;4.43;23392
+75076;44.44638;-.48865;76;20220731;31.7;14.8;23.2;2;17.55;.6;5.43;26255
+75076;44.44638;-.48865;76;20220801;32.9;15.4;24.2;1.9;17.43;0;5.66;26641
+75076;44.44638;-.48865;76;20220802;35.8;14.9;25.3;1.7;16.2;.5;6.04;27499
+75076;44.44638;-.48865;76;20220803;37.3;16.7;27;1.8;17.38;.8;6.15;26419
+75076;44.44638;-.48865;76;20220804;33.2;21;27.1;3;22.35;.9;5.7;22701
+75076;44.44638;-.48865;76;20220805;30.3;18.5;24.4;2.6;19.4;0;4.92;21593
+75076;44.44638;-.48865;76;20220806;32.6;17.2;24.9;1.9;15.88;0;5.47;24263
+75076;44.44638;-.48865;76;20220807;33.1;15;24;2.2;11.83;.5;6.02;25815
+75076;44.44638;-.48865;76;20220808;34.7;14.1;24.4;1.9;11.38;0;6;25919
+75076;44.44638;-.48865;76;20220809;35.5;16.1;25.8;2;12.48;0;6.09;24982
+75076;44.44638;-.48865;76;20220810;36.5;16.4;26.5;1.7;13.15;0;5.49;22052
+75076;44.44638;-.48865;76;20220811;38.6;17.3;28;1.7;15.25;0;6.22;25672
+75076;44.44638;-.48865;76;20220812;36.8;21.1;29;2.4;19.83;0;6.13;23637
+75076;44.44638;-.48865;76;20220813;33.9;20.5;27.2;2.4;21.78;8.9;5.28;21606
+75076;44.44638;-.48865;76;20220814;24.7;19.3;22;2.3;20.38;2.4;2.87;12749
+75076;44.44638;-.48865;76;20220815;26.8;16;21.4;2.1;17.6;.3;3.82;18569
+75076;44.44638;-.48865;76;20220816;27;15.1;21;1.7;17.6;2.5;3.73;19199
+75076;44.44638;-.48865;76;20220817;24.3;15.2;19.7;2.1;17.6;1.6;3.19;16651
+75076;44.44638;-.48865;76;20220818;25.5;14.1;19.8;2.2;16.45;.4;3.65;19041
+75076;44.44638;-.48865;76;20220819;26.8;14.5;20.6;1.7;17.18;.1;3.7;19535
+75076;44.44638;-.48865;76;20220820;27.7;15.3;21.5;1.4;18.15;.1;3.68;19110
+75076;44.44638;-.48865;76;20220821;26.8;16.2;21.5;1.9;18.13;.6;3.61;17879
+75076;44.44638;-.48865;76;20220822;25.3;18.5;21.9;2.2;20.63;1.6;2.95;13932
+75076;44.44638;-.48865;76;20220823;29.2;19;24.1;1.3;20.55;.1;3.54;16898
+75076;44.44638;-.48865;76;20220824;35.3;16.5;25.9;1.5;18.78;2.5;4.98;22943
+75076;44.44638;-.48865;76;20220825;28.8;19.6;24.2;2.8;21.33;.3;3.94;16901
+75076;44.44638;-.48865;76;20220826;28.9;18.8;23.8;2.2;20.4;.1;3.84;17544
+75076;44.44638;-.48865;76;20220827;30.7;16.2;23.5;1.4;17.48;.1;4.06;19979
+75076;44.44638;-.48865;76;20220828;33.9;14.4;24.1;1.6;14.53;0;4.9;22693
+75076;44.44638;-.48865;76;20220829;30.5;19;24.7;1.9;16.33;2.4;3.85;14486
+75076;44.44638;-.48865;76;20220830;32.5;15.2;23.8;1.7;18.2;0;4.49;21753
+75076;44.44638;-.48865;76;20220831;30;18.7;24.3;2.1;20.45;.1;3.76;16413
+75076;44.44638;-.48865;76;20220901;29.3;17.4;23.4;1.9;18.9;.4;3.78;17657
+75076;44.44638;-.48865;76;20220902;25.9;16.7;21.3;2;18.53;5.3;3.01;14499
+75076;44.44638;-.48865;76;20220903;27;15.9;21.5;1.8;17.43;.2;3.29;16084
+75076;44.44638;-.48865;76;20220904;33;15;24;1.8;15.6;.1;4.59;21335
+75076;44.44638;-.48865;76;20220905;33.8;16.1;24.9;2.5;16.05;.3;5.14;20886
+75076;44.44638;-.48865;76;20220906;30.3;15;22.7;2.6;15.78;0;4.48;19682
+75076;44.44638;-.48865;76;20220907;26.9;15;20.9;1.4;15.35;1.7;3.19;16334
+75076;44.44638;-.48865;76;20220908;24.1;13.5;18.8;2.2;16.25;3;2.8;14758
+75076;44.44638;-.48865;76;20220909;24.6;15.8;20.2;2.2;15.9;.5;3.12;15207
+75076;44.44638;-.48865;76;20220910;28.2;11.9;20;1.3;14.58;0;3.46;19252
+75076;44.44638;-.48865;76;20220911;33;14.6;23.8;2.3;14.4;0;4.83;20077
+75076;44.44638;-.48865;76;20220912;37.9;18.8;28.3;2.8;16.73;4.5;5.79;18888
+75076;44.44638;-.48865;76;20220913;32;20.6;26.3;2.9;20.8;0;4.18;14643
+75076;44.44638;-.48865;76;20220914;29.8;17.9;23.9;2.5;16.45;.1;4.04;16532
+75076;44.44638;-.48865;76;20220915;28.1;14;21.1;1.6;17.1;.1;3.24;17177
+75076;44.44638;-.48865;76;20220916;24.3;14.9;19.6;2.1;15.4;0;2.87;14414
+75076;44.44638;-.48865;76;20220917;22.2;8.1;15.2;2.1;9.18;0;3.16;17194
+75076;44.44638;-.48865;76;20220918;25.2;6.2;15.7;2.4;7.83;0;3.84;19160
+75076;44.44638;-.48865;76;20220919;26.6;6.5;16.5;2.2;8.43;0;3.79;19156
+75076;44.44638;-.48865;76;20220920;24.7;6.6;15.7;2;8.8;0;3.41;18407
+75076;44.44638;-.48865;76;20220921;24.9;5.6;15.3;1.5;8.83;0;3.02;18361
+75076;44.44638;-.48865;76;20220922;26.9;5.8;16.4;1.4;9.6;0;3.17;18951
+75076;44.44638;-.48865;76;20220923;21.1;8.3;14.7;1.3;12.33;.2;2.04;12456
+75076;44.44638;-.48865;76;20220924;21.2;9.6;15.4;2.1;13.2;1.6;2.2;12711
+75076;44.44638;-.48865;76;20220925;20.9;6.6;13.8;1.5;10.83;.1;2.28;15061
+75076;44.44638;-.48865;76;20220926;20.5;5.5;13;2.5;11.3;5;2.31;14459
+75076;44.44638;-.48865;76;20220927;18.3;12.1;15.2;2.9;14.6;8.5;1.68;9466
+75076;44.44638;-.48865;76;20220928;19.3;15.3;17.3;4.6;16.45;11.5;1.8;7926
+75076;44.44638;-.48865;76;20220929;16.3;12.7;14.5;2.2;13.98;11.4;1.29;6436
+75076;44.44638;-.48865;76;20220930;19.5;8.6;14;2;11.48;.5;2.1;13221
+75076;44.44638;-.48865;76;20221001;20.3;11.5;15.9;3.6;15.98;1.6;1.65;9795
+75076;44.44638;-.48865;76;20221002;23.1;14.1;18.6;1.4;16.43;.2;1.93;10891
+75076;44.44638;-.48865;76;20221003;24.2;11.4;17.8;1.2;14.48;0;2.16;13533
+75076;44.44638;-.48865;76;20221004;25.7;8.3;17;.9;13.1;.2;2.23;15556
+75076;44.44638;-.48865;76;20221005;27.7;10.3;19;1.8;14.48;.3;2.75;15078
+75076;44.44638;-.48865;76;20221006;20.8;14.3;17.5;1.2;17.08;.3;1.43;8418
+75076;44.44638;-.48865;76;20221007;25.5;10.9;18.2;1.3;15.13;0;2.12;13124
+75076;44.44638;-.48865;76;20221008;22.8;14.1;18.5;1.8;14.75;.3;2.02;9960
+75076;44.44638;-.48865;76;20221009;26.8;10.7;18.7;1.8;13.63;0;2.62;13917
+75076;44.44638;-.48865;76;20221010;20.5;13.8;17.2;1.9;16.38;3.9;1.43;7022
+75076;44.44638;-.48865;76;20221011;19.1;15.5;17.3;1.4;17.65;1.7;1.06;5331
+75076;44.44638;-.48865;76;20221012;22;14.2;18.1;1.3;15.98;.1;1.55;8747
+75076;44.44638;-.48865;76;20221013;20.6;11;15.8;2.1;15.33;2;1.5;9315
+75076;44.44638;-.48865;76;20221014;20.8;16.9;18.8;3.4;18.13;.4;1.5;5743
+75076;44.44638;-.48865;76;20221015;25.1;12.7;18.9;1.6;16.1;0;1.97;11301
+75076;44.44638;-.48865;76;20221016;29.2;14.4;21.8;2.7;17.05;1.5;2.91;12099
+75076;44.44638;-.48865;76;20221017;25.7;17.9;21.8;2.1;19.43;3.8;1.96;8469
+75076;44.44638;-.48865;76;20221018;30;16.3;23.2;3;18.2;.1;3.09;11566
+75076;44.44638;-.48865;76;20221019;27.1;17.5;22.3;3;18.33;3.5;2.5;8312
+75076;44.44638;-.48865;76;20221020;26.5;14.6;20.6;3.3;15.48;0;2.77;9626
+75076;44.44638;-.48865;76;20221021;23.4;16;19.7;2.7;13.98;0;2.29;6872
+75076;44.44638;-.48865;76;20221022;25.9;10.6;18.2;2.9;13.78;.2;2.56;11295
+75076;44.44638;-.48865;76;20221023;26.8;15.4;21.1;3.4;13.73;0;3.13;9218
+75076;44.44638;-.48865;76;20221024;23.8;11.2;17.5;2.3;11.53;0;2.27;10577
+75076;44.44638;-.48865;76;20221025;23.7;10.4;17;2.3;12.95;0;1.97;8843
+75076;44.44638;-.48865;76;20221026;26.8;11;18.9;2.2;14.38;.1;2.25;10990
+75076;44.44638;-.48865;76;20221027;25.3;16.8;21.1;3.7;16.33;0;2.5;6374
+75076;44.44638;-.48865;76;20221028;28.3;17.1;22.7;3;15.43;0;2.9;8214
+75076;44.44638;-.48865;76;20221029;24.7;16.1;20.4;2.6;16;.1;2.04;6614
+75076;44.44638;-.48865;76;20221030;22.5;13.1;17.8;1.9;15.1;6.1;1.49;7752
+75076;44.44638;-.48865;76;20221031;20.5;12.7;16.6;2.7;15.33;3.3;1.33;5918
+75076;44.44638;-.48865;76;20221101;19.5;11.4;15.4;1.6;13.75;.1;1.16;7143
+75076;44.44638;-.48865;76;20221102;19.9;7.4;13.7;1.8;11.5;0;1.31;8842
+75076;44.44638;-.48865;76;20221103;20.3;10.5;15.4;3.5;11.93;7.7;1.93;6318
+75076;44.44638;-.48865;76;20221104;15.6;9.9;12.7;4.5;11.23;3.2;1.54;6112
+75076;44.44638;-.48865;76;20221105;17.4;6.2;11.8;1.3;10.03;.1;1.05;8376
+75076;44.44638;-.48865;76;20221106;18.8;5.1;12;2.6;10.68;.4;1.36;7999
+75076;44.44638;-.48865;76;20221107;20;7.1;13.5;2.3;11.48;.1;1.38;8491
+75076;44.44638;-.48865;76;20221108;19.2;11;15.1;2.8;13.05;4;1.36;5536
+75076;44.44638;-.48865;76;20221109;15.6;13.1;14.3;1.8;13.75;6.5;.83;2785
+75076;44.44638;-.48865;76;20221110;14.4;7.9;11.2;1.6;11.73;0;.77;6179
+75076;44.44638;-.48865;76;20221111;18.4;4.3;11.3;1.8;11.2;.2;.99;8704
+75076;44.44638;-.48865;76;20221112;21.8;10.1;16;2.2;13.35;.2;1.35;7681
+75076;44.44638;-.48865;76;20221113;22.7;7.2;14.9;1.5;11.73;.1;1.22;8547
+75076;44.44638;-.48865;76;20221114;15;9.8;12.4;2.5;12.7;4.6;.76;3969
+75076;44.44638;-.48865;76;20221115;16.3;11;13.7;3.1;13.18;5;.99;3853
+75076;44.44638;-.48865;76;20221116;18.5;10.6;14.5;3.5;12.85;1.7;1.32;5817
+75076;44.44638;-.48865;76;20221117;17.7;13.5;15.6;4.3;13.05;3;1.63;4352
+75076;44.44638;-.48865;76;20221118;12.5;7.7;10.1;2.3;10.83;7.6;.67;3691
+75076;44.44638;-.48865;76;20221119;12.4;6.6;9.5;1.7;9.48;.2;.73;5128
+75076;44.44638;-.48865;76;20221120;14.4;2.5;8.4;2.6;9.88;3.7;.73;6017
+75076;44.44638;-.48865;76;20221121;15.2;8.7;12;3.8;11.45;18.3;1.08;3818
+75076;44.44638;-.48865;76;20221122;10.2;7;8.6;4.2;10.53;32;.5;2602
+75076;44.44638;-.48865;76;20221123;16.3;9.2;12.8;4.2;12.6;3.1;.97;4920
+75076;44.44638;-.48865;76;20221124;14.6;7.3;10.9;2.6;11;4.2;.79;4415
+75076;44.44638;-.48865;76;20221125;14.1;8.4;11.3;2.3;11.28;5.8;.72;4366
+75076;44.44638;-.48865;76;20221126;12.4;3;7.7;1.7;8.83;.1;.59;5269
+75076;44.44638;-.48865;76;20221127;12.3;2.8;7.6;2.3;9.45;13.3;.54;5206
+75076;44.44638;-.48865;76;20221128;13.7;9.3;11.5;2.5;11.35;5.4;.74;3785
+75076;44.44638;-.48865;76;20221129;12.8;6.2;9.5;1.3;10.08;.3;.53;4359
+75076;44.44638;-.48865;76;20221130;8.3;2;5.2;1.6;7.73;.1;.43;4239
+75076;44.44638;-.48865;76;20221201;9.8;.8;5.3;1.5;7.55;.1;.46;4938
+75076;44.44638;-.48865;76;20221202;8.4;5.1;6.7;1.8;7.93;.1;.61;3028
+75076;44.44638;-.48865;76;20221203;7.2;3.5;5.3;1.5;7.5;0;.47;3462
+75076;44.44638;-.48865;76;20221204;9.4;1.5;5.5;1.3;7.35;.1;.44;4693
+75076;44.44638;-.48865;76;20221205;10.7;.1;5.4;2.2;7;.1;.67;5736
+75076;44.44638;-.48865;76;20221206;11.4;6.8;9.1;2.1;8.33;0;.88;3104
+75076;44.44638;-.48865;76;20221207;8.5;1.4;4.9;1.9;7.33;0;.49;4214
+75076;44.44638;-.48865;76;20221208;8.6;2.1;5.3;1.9;8.13;9.1;.41;3509
+75076;44.44638;-.48865;76;20221209;7;6;6.5;2.4;8.78;.5;.5;1212
+75076;44.44638;-.48865;76;20221210;4;-2.2;.9;2;5.23;.1;.42;4607
+75076;44.44638;-.48865;76;20221211;5.5;-4.7;.4;1.9;4.68;.1;.51;5504
+75076;44.44638;-.48865;76;20221212;3.2;-4.2;-.5;2.5;6.2;8.8;.12;3313
+75076;44.44638;-.48865;76;20221213;9.3;3.6;6.4;3.3;11.05;7.1;.03;3079
+75076;44.44638;-.48865;76;20221214;16.7;8.5;12.6;2.2;12.83;6.8;.62;4457
+75076;44.44638;-.48865;76;20221215;13;9.7;11.3;2.5;11.93;15.1;.61;2523
+75076;44.44638;-.48865;76;20221216;6.9;5.1;6;3.3;7.83;.7;.64;2318
+75076;44.44638;-.48865;76;20221217;8.3;-3.8;2.2;1.7;5.65;.2;.47;5923
+75076;44.44638;-.48865;76;20221218;12.6;1.5;7;3.9;8.33;0;.82;5239
+75076;44.44638;-.48865;76;20221219;14.8;8.3;11.5;4.5;11.08;0;1.03;3598
+75076;44.44638;-.48865;76;20221220;13;11.7;12.3;3.8;12.38;4.3;.84;1006
+75076;44.44638;-.48865;76;20221221;17.8;9.4;13.6;2.8;12.75;.7;.88;4428
+75076;44.44638;-.48865;76;20221222;15.5;11.3;13.4;3;13.7;2.7;.69;2711
+75076;44.44638;-.48865;76;20221223;17.8;13.1;15.5;2.3;14.03;0;.92;2992
+75076;44.44638;-.48865;76;20221224;18.6;10;14.3;1.8;12.28;.1;.81;4888
+75076;44.44638;-.48865;76;20221225;18.6;7;12.8;2.2;10.88;.2;.98;4991
+75076;44.44638;-.48865;76;20221226;15.7;8.9;12.3;1.3;11.53;.7;.59;3679
+75076;44.44638;-.48865;76;20221227;15;8.6;11.8;1.2;11.48;.2;.54;3974
+75076;44.44638;-.48865;76;20221228;16.9;6;11.4;2.3;10.1;2.2;.9;5490
+75076;44.44638;-.48865;76;20221229;12.8;9.8;11.3;2.6;11.43;14.8;.72;2004
+75076;44.44638;-.48865;76;20221230;17.2;9.6;13.4;3.6;12.4;.9;1.09;3920
+75076;44.44638;-.48865;76;20221231;20.9;9.8;15.3;3.6;10.93;0;1.88;5367
+75077;44.47745;-.17741;53;20220101;20.5;8.1;14.3;2.5;10.52;0;1.35;5348
+75077;44.47745;-.17741;53;20220102;16.7;8.2;12.4;2.1;10.82;.2;.86;4281
+75077;44.47745;-.17741;53;20220103;16.3;8.2;12.2;2.8;11.42;0;.85;4183
+75077;44.47745;-.17741;53;20220104;16.4;11;13.7;3.9;10.32;1.4;1.61;3255
+75077;44.47745;-.17741;53;20220105;8.3;3.7;6;1.6;6.82;0;.64;2951
+75077;44.47745;-.17741;53;20220106;8.7;-.9;3.9;1.2;5.32;.1;.55;4750
+75077;44.47745;-.17741;53;20220107;11.6;.9;6.2;3.3;7.32;3.3;.86;5113
+75077;44.47745;-.17741;53;20220108;11.9;7.8;9.8;5.5;10.52;7.2;.75;2809
+75077;44.47745;-.17741;53;20220109;10;8.1;9;3.6;10.42;20.3;.52;1610
+75077;44.47745;-.17741;53;20220110;12.3;9.7;11;2.9;12.02;8.8;.5;2079
+75077;44.47745;-.17741;53;20220111;10.3;4.8;7.5;1.3;7.82;0;.6;3520
+75077;44.47745;-.17741;53;20220112;5.9;-.9;2.5;1.4;5.72;0;.47;4071
+75077;44.47745;-.17741;53;20220113;.6;-3;-1.2;1.6;5.42;.1;.23;2720
+75077;44.47745;-.17741;53;20220114;7.3;-.9;3.2;1.4;6.22;0;.46;4671
+75077;44.47745;-.17741;53;20220115;6.6;-3.1;1.7;1.2;5.82;.2;.38;5228
+75077;44.47745;-.17741;53;20220116;2.3;-4.4;-1.1;1.1;5.32;.1;.26;4225
+75077;44.47745;-.17741;53;20220117;4.6;-2.5;1;1.4;6.72;.1;.21;4434
+75077;44.47745;-.17741;53;20220118;3.8;2.5;3.1;1.8;7.62;.1;.26;1344
+75077;44.47745;-.17741;53;20220119;7.8;3.8;5.8;2.3;8.82;3.5;.34;3162
+75077;44.47745;-.17741;53;20220120;7.5;6;6.7;1.8;8.52;1.3;.53;1573
+75077;44.47745;-.17741;53;20220121;6.2;.7;3.4;3;5.72;0;.8;3989
+75077;44.47745;-.17741;53;20220122;7.4;-.9;3.2;2;5.52;0;.71;5200
+75077;44.47745;-.17741;53;20220123;9.3;-1.4;3.9;1.7;6.02;.1;.67;6121
+75077;44.47745;-.17741;53;20220124;13.2;1.8;7.5;1.7;7.22;0;.86;6436
+75077;44.47745;-.17741;53;20220125;11.1;-.8;5.1;1;7.22;.1;.52;6686
+75077;44.47745;-.17741;53;20220126;10;-2.8;3.6;1.1;6.52;.1;.52;7067
+75077;44.47745;-.17741;53;20220127;.4;-2.4;-1;1.7;5.42;.1;.29;2814
+75077;44.47745;-.17741;53;20220128;2.5;-2.1;.2;1.1;6.12;0;.29;3950
+75077;44.47745;-.17741;53;20220129;1.2;-.4;.4;1.4;6.22;0;.28;1952
+75077;44.47745;-.17741;53;20220130;6.1;.6;3.3;1.6;8.02;.2;.27;4549
+75077;44.47745;-.17741;53;20220131;10.2;4.7;7.4;3.2;9.32;1.6;.58;4618
+75077;44.47745;-.17741;53;20220201;9.3;1.3;5.3;3;8.62;.3;.42;5864
+75077;44.47745;-.17741;53;20220202;10.2;8.2;9.2;2.4;10.72;0;.52;2471
+75077;44.47745;-.17741;53;20220203;10.6;5.4;8;2.1;9.82;.2;.55;4674
+75077;44.47745;-.17741;53;20220204;12.3;6.8;9.5;2.9;10.82;1.6;.64;4911
+75077;44.47745;-.17741;53;20220205;10.9;4.1;7.5;2.7;7.82;0;.98;5658
+75077;44.47745;-.17741;53;20220206;10.6;.5;5.5;4.1;8.92;1.5;.48;7222
+75077;44.47745;-.17741;53;20220207;12.8;9.4;11.1;2.9;10.82;.5;.92;3829
+75077;44.47745;-.17741;53;20220208;14.2;4.2;9.2;1.8;7.72;0;1.16;7395
+75077;44.47745;-.17741;53;20220209;19.5;5.8;12.6;2.3;7.82;0;1.88;8957
+75077;44.47745;-.17741;53;20220210;7.7;5.1;6.4;1.9;8.93;.9;1.3;10133
+75077;44.47745;-.17741;53;20220211;13.1;7.4;10.2;2.3;8.5;0;1.32;9500
+75077;44.47745;-.17741;53;20220212;13.5;-1.6;5.9;1.3;6.14;0;1.03;9771
+75077;44.47745;-.17741;53;20220213;18.2;.4;9.3;3.9;8.6;1.4;1.95;10366
+75077;44.47745;-.17741;53;20220214;11.7;8.3;10;4.8;10.07;5.7;1.18;6000
+75077;44.47745;-.17741;53;20220215;11.6;3.3;7.5;3.2;9.83;8.5;.7;5633
+75077;44.47745;-.17741;53;20220216;14.8;9.1;11.9;5.7;12.52;6.3;.93;6031
+75077;44.47745;-.17741;53;20220217;13.9;12;12.9;3.9;13.52;.5;.74;3108
+75077;44.47745;-.17741;53;20220218;15.9;10;12.9;2.6;11.72;.2;1.23;6340
+75077;44.47745;-.17741;53;20220219;12.4;7;9.7;2;8.52;.1;1.17;6113
+75077;44.47745;-.17741;53;20220220;14.4;3.8;9.1;4;10.42;3.3;1.03;9098
+75077;44.47745;-.17741;53;20220221;13.2;9.6;11.4;4.6;10.02;.1;1.48;4957
+75077;44.47745;-.17741;53;20220222;15.3;7.7;11.5;1.8;9.72;0;1.3;7770
+75077;44.47745;-.17741;53;20220223;16.4;6.3;11.3;1.2;9.42;0;1.27;9240
+75077;44.47745;-.17741;53;20220224;15.3;6.2;10.7;2.2;9.52;.5;1.39;8843
+75077;44.47745;-.17741;53;20220225;11.5;3.6;7.5;2.5;6.52;0;1.48;8286
+75077;44.47745;-.17741;53;20220226;13.8;2.8;8.3;2.9;5.32;0;2.09;10096
+75077;44.47745;-.17741;53;20220227;18.1;5.1;11.6;2;8.02;.1;1.9;11214
+75077;44.47745;-.17741;53;20220228;18.6;3.2;10.9;1.4;8.72;.1;1.65;12460
+75077;44.47745;-.17741;53;20220301;17.8;4.6;11.2;2;8.32;.1;1.86;11614
+75077;44.47745;-.17741;53;20220302;13.8;8.6;11.2;2.6;10.22;2.8;1.31;7011
+75077;44.47745;-.17741;53;20220303;14.3;6.7;10.5;2.2;10.42;.2;1.24;8804
+75077;44.47745;-.17741;53;20220304;9.9;9;9.4;3;10.42;1.2;.73;2409
+75077;44.47745;-.17741;53;20220305;11.2;6.3;8.7;2.4;7.92;0;1.35;7061
+75077;44.47745;-.17741;53;20220306;12.7;5.4;9;1.9;6.82;.1;1.6;8957
+75077;44.47745;-.17741;53;20220307;13.3;-.9;6.2;1.8;5.82;0;1.67;13054
+75077;44.47745;-.17741;53;20220308;11.6;6;8.8;2.6;8.92;1;1.24;7926
+75077;44.47745;-.17741;53;20220309;16.6;4.3;10.4;2.6;9.22;.2;1.85;12386
+75077;44.47745;-.17741;53;20220310;16.1;9.9;13;2.7;10.92;1.5;1.69;8610
+75077;44.47745;-.17741;53;20220311;13.1;10.3;11.7;2.6;10.82;15.2;1.24;5529
+75077;44.47745;-.17741;53;20220312;13.5;7.5;10.5;2.4;9.82;.4;1.41;8669
+75077;44.47745;-.17741;53;20220313;13.9;8.8;11.3;3;9.22;7.4;1.74;8013
+75077;44.47745;-.17741;53;20220314;14.9;4.7;9.8;3.7;9.52;.9;1.74;11891
+75077;44.47745;-.17741;53;20220315;18.3;13.1;15.7;4.6;12.02;0;2.42;8302
+75077;44.47745;-.17741;53;20220316;16.5;11.3;13.9;2.8;12.42;.1;1.62;8403
+75077;44.47745;-.17741;53;20220317;12.7;10.6;11.6;4.6;10.62;.9;1.46;5036
+75077;44.47745;-.17741;53;20220318;15.2;7.2;11.2;2.7;9.43;0;2.02;11533
+75077;44.47745;-.17741;53;20220319;18.9;4.7;11.8;3.1;9;0;2.74;15733
+75077;44.47745;-.17741;53;20220320;18.2;6.3;12.2;3.5;9.67;0;2.5;12633
+75077;44.47745;-.17741;53;20220321;19.9;9;14.4;5.1;9.67;0;3.62;16033
+75077;44.47745;-.17741;53;20220322;17.7;6.6;12.1;4.8;7.3;0;3.49;14933
+75077;44.47745;-.17741;53;20220323;18.1;4;11.1;3.4;7;0;3.3;19666
+75077;44.47745;-.17741;53;20220324;19.1;1.1;10.1;2.2;7.57;0;2.87;19933
+75077;44.47745;-.17741;53;20220325;19.5;3;11.2;2.3;7.3;0;2.72;13900
+75077;44.47745;-.17741;53;20220326;21;3.1;12;3.4;6.4;0;3.89;20000
+75077;44.47745;-.17741;53;20220327;21.5;4.3;12.9;3;7.73;0;3.61;18900
+75077;44.47745;-.17741;53;20220328;21.8;4.3;13;1.8;8.6;0;2.79;15266
+75077;44.47745;-.17741;53;20220329;17.5;7.2;12.3;1.8;10.77;1;1.66;7500
+75077;44.47745;-.17741;53;20220330;15.5;9.6;12.5;2.9;11.33;1.8;1.72;8233
+75077;44.47745;-.17741;53;20220331;14.9;7.8;11.3;4.8;9.3;2.8;2.56;14233
+75077;44.47745;-.17741;53;20220401;9.8;-.2;4.8;5.6;5.57;.4;2.33;16266
+75077;44.47745;-.17741;53;20220402;9.9;.1;5;4.1;5.27;0;2.35;16066
+75077;44.47745;-.17741;53;20220403;6.7;-3;1.9;2.3;5.7;0;1.89;16487
+75077;44.47745;-.17741;53;20220404;12.8;-.7;6.1;1.6;5.01;0;2.32;20188
+75077;44.47745;-.17741;53;20220405;15.5;-1.8;6.9;1.5;7.17;.6;1.97;15010
+75077;44.47745;-.17741;53;20220406;13.5;7.3;10.4;3.4;10.97;.9;1.32;6366
+75077;44.47745;-.17741;53;20220407;16;9.9;13;6.5;12.3;13.6;1.71;6500
+75077;44.47745;-.17741;53;20220408;18.9;10.5;14.7;6.1;11.33;.7;3.03;10133
+75077;44.47745;-.17741;53;20220409;16;6.3;11.2;2.3;8.1;0;2.88;19433
+75077;44.47745;-.17741;53;20220410;20.2;1;10.6;4.4;7.27;0;4.1;23266
+75077;44.47745;-.17741;53;20220411;23.1;8.2;15.7;6;10.73;.1;4.66;20133
+75077;44.47745;-.17741;53;20220412;18.3;10.1;14.2;3.4;11.93;7.5;2.3;9800
+75077;44.47745;-.17741;53;20220413;16.8;10.6;13.7;2.1;13.1;.8;1.67;8533
+75077;44.47745;-.17741;53;20220414;24;9.1;16.6;1.7;12.5;0;3.63;22033
+75077;44.47745;-.17741;53;20220415;24.6;9.1;16.8;2.3;12.73;0;3.78;21033
+75077;44.47745;-.17741;53;20220416;24.5;8.9;16.7;2.6;11.63;0;4.27;24166
+75077;44.47745;-.17741;53;20220417;23.6;7.3;15.4;3;11.1;0;4.09;22900
+75077;44.47745;-.17741;53;20220418;19.4;11;15.2;3.2;12.2;0;2.93;15433
+75077;44.47745;-.17741;53;20220419;14.3;8.9;11.6;2.9;11.67;7.3;1.48;7400
+75077;44.47745;-.17741;53;20220420;13.2;8.8;11;2.2;11.7;7.9;1.13;5300
+75077;44.47745;-.17741;53;20220421;16.7;8.5;12.6;1.9;12.73;0;1.66;9300
+75077;44.47745;-.17741;53;20220422;20.7;10.1;15.4;2.1;12.17;8.3;3.03;17066
+75077;44.47745;-.17741;53;20220423;13.6;10.4;12;3.6;12;7.7;1.39;6000
+75077;44.47745;-.17741;53;20220424;17.3;10.4;13.9;5.7;12;0;2.62;12233
+75077;44.47745;-.17741;53;20220425;20.2;6.2;13.2;1.9;10.97;0;3.41;23100
+75077;44.47745;-.17741;53;20220426;23.7;6;14.9;2.8;10.93;0;4.35;25766
+75077;44.47745;-.17741;53;20220427;21.6;10;15.8;2.4;13.2;2.1;2.8;13700
+75077;44.47745;-.17741;53;20220428;19.9;12.5;16.2;2.7;14.47;0;2.72;14700
+75077;44.47745;-.17741;53;20220429;21.5;11.4;16.4;2.6;13.77;0;3.27;18133
+75077;44.47745;-.17741;53;20220430;22.6;12;17.3;2.7;13.23;0;3.81;20266
+75077;44.47745;-.17741;53;20220501;21.9;8;14.9;2.1;11.83;0;3.36;19433
+75077;44.47745;-.17741;53;20220502;20.8;10.2;15.5;2.3;11.5;0;3.46;19300
+75077;44.47745;-.17741;53;20220503;22.7;11.9;17.3;2.4;12.7;.8;3.79;19866
+75077;44.47745;-.17741;53;20220504;21.4;11.4;16.4;2.7;11.57;0;3.65;18133
+75077;44.47745;-.17741;53;20220505;22.1;7.9;15;2.6;10.83;.2;3.96;22433
+75077;44.47745;-.17741;53;20220506;21.7;9.9;15.8;2;11.42;0;3.53;20054
+75077;44.47745;-.17741;53;20220507;24.1;8.6;16.3;1.6;11.92;.1;3.92;23247
+75077;44.47745;-.17741;53;20220508;24.8;9.2;17;1.4;11.82;0;4;23440
+75077;44.47745;-.17741;53;20220509;26.7;9.6;18.1;1.4;11.92;0;4.36;24706
+75077;44.47745;-.17741;53;20220510;29.9;10.9;20.4;1.8;11.92;0;5.19;26218
+75077;44.47745;-.17741;53;20220511;29;12.6;20.8;1.9;14.92;.3;4.79;24397
+75077;44.47745;-.17741;53;20220512;21.3;12.7;17;1.3;14.92;.8;2.97;17467
+75077;44.47745;-.17741;53;20220513;25.1;14.8;19.9;1.2;15.52;.1;3.6;19295
+75077;44.47745;-.17741;53;20220514;28.8;13.2;21;1.8;16.62;0;4.62;24080
+75077;44.47745;-.17741;53;20220515;28.6;14.6;21.6;2.2;16.82;7.4;4.65;22852
+75077;44.47745;-.17741;53;20220516;29;14;21.5;1.5;16.72;0;4.56;23784
+75077;44.47745;-.17741;53;20220517;30.2;18.5;24.3;2.1;16.12;0;4.94;20969
+75077;44.47745;-.17741;53;20220518;31.4;14.2;22.8;2.1;16.82;1.7;5.38;25735
+75077;44.47745;-.17741;53;20220519;26.7;17.4;22;2.1;19.52;.1;3.81;18725
+75077;44.47745;-.17741;53;20220520;26.1;18.2;22.1;2.7;18.12;0;3.9;17241
+75077;44.47745;-.17741;53;20220521;30.2;13.8;22;1.2;18.62;0;4.74;25373
+75077;44.47745;-.17741;53;20220522;30.9;18.7;24.8;2.4;21.42;.3;4.85;21818
+75077;44.47745;-.17741;53;20220523;21.9;16.4;19.1;4.7;15.52;.3;3.48;14365
+75077;44.47745;-.17741;53;20220524;18.6;10.8;14.7;2.6;13.12;2.1;2.84;17354
+75077;44.47745;-.17741;53;20220525;19.9;7.7;13.8;2.2;11.72;.1;3.42;22022
+75077;44.47745;-.17741;53;20220526;20.5;9.7;15.1;1.8;13.62;0;3.25;20720
+75077;44.47745;-.17741;53;20220527;23.9;14.6;19.2;2;14.42;.2;3.82;19208
+75077;44.47745;-.17741;53;20220528;26.5;12.6;19.5;2.5;12.72;0;4.89;23770
+75077;44.47745;-.17741;53;20220529;23.4;11.3;17.3;3;9.52;0;4.78;22166
+75077;44.47745;-.17741;53;20220530;24.2;9.4;16.8;2.1;8.82;1.1;4.73;24682
+75077;44.47745;-.17741;53;20220531;26.1;13.4;19.7;1.9;11.72;1.5;4.66;22842
+75077;44.47745;-.17741;53;20220601;30.3;13;21.6;2.4;14.02;.3;5.72;26888
+75077;44.47745;-.17741;53;20220602;26.2;17;21.6;1.7;18.82;2.3;3.84;19376
+75077;44.47745;-.17741;53;20220603;30.7;18.2;24.4;2.1;20.12;3.8;4.98;22797
+75077;44.47745;-.17741;53;20220604;24.5;17.7;21.1;1.7;19.62;4.1;3.26;16581
+75077;44.47745;-.17741;53;20220605;23.3;16.1;19.7;2.3;16.62;.1;3.45;17122
+75077;44.47745;-.17741;53;20220606;25.3;12.5;18.9;1.5;14.82;.1;4.18;23204
+75077;44.47745;-.17741;53;20220607;24.6;16.4;20.5;2;15.12;7.4;3.9;18400
+75077;44.47745;-.17741;53;20220608;20;14.5;17.2;2.6;16.02;4.9;2.7;14908
+75077;44.47745;-.17741;53;20220609;23.8;11.6;17.7;1.6;14.12;.3;3.98;22728
+75077;44.47745;-.17741;53;20220610;27.6;11.7;19.6;1;14.72;.2;4.61;26121
+75077;44.47745;-.17741;53;20220611;30.5;14.1;22.3;1.7;17.32;0;5.26;26573
+75077;44.47745;-.17741;53;20220612;29.4;16.5;22.9;2.6;19.72;1.8;4.91;23477
+75077;44.47745;-.17741;53;20220613;30.1;17.3;23.7;2.3;19.52;0;5.03;23402
+75077;44.47745;-.17741;53;20220614;33.9;17.4;25.6;1.8;20.22;0;5.83;26728
+75077;44.47745;-.17741;53;20220615;35;19.4;27.2;2.5;21.12;0;6.3;25978
+75077;44.47745;-.17741;53;20220616;35.7;18.6;27.1;1.6;16.32;0;6.23;27260
+75077;44.47745;-.17741;53;20220617;37.7;19.9;28.8;1.4;18.82;0;6.38;27846
+75077;44.47745;-.17741;53;20220618;40.5;22.4;31.4;2.2;18.62;.1;7.58;28097
+75077;44.47745;-.17741;53;20220619;31;19.3;25.1;2.9;19.82;1.2;5.39;22397
+75077;44.47745;-.17741;53;20220620;29.3;17.8;23.5;2.6;18.82;.6;4.95;22199
+75077;44.47745;-.17741;53;20220621;27.3;18.2;22.7;2.4;19.72;13.3;4.19;19636
+75077;44.47745;-.17741;53;20220622;25.3;15.6;20.4;2.4;18.32;.8;3.89;20303
+75077;44.47745;-.17741;53;20220623;25.8;16.3;21;2;18.22;7.8;3.95;20078
+75077;44.47745;-.17741;53;20220624;24.4;16.1;20.2;2.5;16.82;1.2;3.81;18695
+75077;44.47745;-.17741;53;20220625;18.7;14.4;16.5;1.5;15.12;7;2.42;13168
+75077;44.47745;-.17741;53;20220626;17.7;13.4;15.5;1.2;15.02;6.5;2.26;13160
+75077;44.47745;-.17741;53;20220627;22.1;13;17.5;1.5;14.52;0;3.47;19591
+75077;44.47745;-.17741;53;20220628;24.5;12.4;18.4;1.9;13.12;0;4.28;22727
+75077;44.47745;-.17741;53;20220629;25.9;11.9;18.9;1.7;13.62;8.6;4.53;24502
+75077;44.47745;-.17741;53;20220630;17.4;14.2;15.8;1.9;15.32;6.7;2.03;11176
+75077;44.47745;-.17741;53;20220701;23.2;9.4;16.3;1.6;12.72;0;4.06;24268
+75077;44.47745;-.17741;53;20220702;28.7;11.5;20.1;1.6;13.02;0;5.17;27179
+75077;44.47745;-.17741;53;20220703;27.7;15.5;21.6;2.5;15.12;5.4;4.93;22701
+75077;44.47745;-.17741;53;20220704;26.1;15.7;20.9;2.2;17.32;0;4.16;20852
+75077;44.47745;-.17741;53;20220705;28.8;16.4;22.6;1.9;15.72;0;4.88;22827
+75077;44.47745;-.17741;53;20220706;28.6;15.6;22.1;2.4;14.52;0;5.18;23358
+75077;44.47745;-.17741;53;20220707;28.6;14.8;21.7;2.2;15.32;0;5.04;24055
+75077;44.47745;-.17741;53;20220708;29.2;14.3;21.7;2.1;15.52;0;5.15;24988
+75077;44.47745;-.17741;53;20220709;31.2;15.8;23.5;2.5;14.32;0;5.89;25371
+75077;44.47745;-.17741;53;20220710;32.3;17.1;24.7;2.4;15.02;0;6;25147
+75077;44.47745;-.17741;53;20220711;34.4;17.2;25.8;2;15.62;0;6.21;26756
+75077;44.47745;-.17741;53;20220712;35.4;18.5;26.9;2.2;15.02;0;6.56;26453
+75077;44.47745;-.17741;53;20220713;34.6;16.1;25.3;1.5;14.12;0;5.99;27657
+75077;44.47745;-.17741;53;20220714;36.5;17.1;26.8;1.3;14.92;0;6.11;28275
+75077;44.47745;-.17741;53;20220715;34;20.6;27.3;2.2;14.62;0;6.07;23268
+75077;44.47745;-.17741;53;20220716;35.9;18.4;27.1;2.4;14.92;0;6.8;26662
+75077;44.47745;-.17741;53;20220717;37;17.6;27.3;2.4;13.32;0;7.19;28046
+75077;44.47745;-.17741;53;20220718;39.1;22.8;30.9;2.5;14.62;0;7.42;25549
+75077;44.47745;-.17741;53;20220719;30;22.3;26.1;2.6;18.92;.5;4.73;17191
+75077;44.47745;-.17741;53;20220720;27.6;19.8;23.7;2.2;17.42;0;4.19;17253
+75077;44.47745;-.17741;53;20220721;30.7;15.2;22.9;1.6;17.42;0;4.98;24654
+75077;44.47745;-.17741;53;20220722;28.2;18;23.1;3.2;17.52;0;4.75;19742
+75077;44.47745;-.17741;53;20220723;29.3;14;21.6;1.5;15.92;0;4.73;24320
+75077;44.47745;-.17741;53;20220724;36.4;17.2;26.8;2.2;15.92;0;6.63;27268
+75077;44.47745;-.17741;53;20220725;28.7;20.6;24.6;3.1;18.52;.2;4.62;17292
+75077;44.47745;-.17741;53;20220726;27.3;14;20.6;1.8;14.62;0;4.44;22356
+75077;44.47745;-.17741;53;20220727;28.4;13.7;21;1.7;13.62;0;4.7;23462
+75077;44.47745;-.17741;53;20220728;29.2;14.4;21.8;2.2;15.02;0;4.96;23451
+75077;44.47745;-.17741;53;20220729;27.5;15.3;21.4;1.7;16.62;.5;4.19;21110
+75077;44.47745;-.17741;53;20220730;29.5;14.8;22.1;1.5;17.42;0;4.53;23172
+75077;44.47745;-.17741;53;20220731;32.2;15.5;23.8;2.2;17.12;.2;5.43;24657
+75077;44.47745;-.17741;53;20220801;33.3;15.9;24.6;2.2;16.62;0;5.7;25077
+75077;44.47745;-.17741;53;20220802;35.6;15.1;25.3;1.8;15.52;.2;6.04;27181
+75077;44.47745;-.17741;53;20220803;37.4;18.8;28.1;2;15.42;.1;6.4;25722
+75077;44.47745;-.17741;53;20220804;35.7;21.5;28.6;3.5;22.02;.3;6.33;22240
+75077;44.47745;-.17741;53;20220805;31.2;19;25.1;3;19.22;0;5.1;20439
+75077;44.47745;-.17741;53;20220806;32.6;17.2;24.9;2.5;15.02;0;5.68;22972
+75077;44.47745;-.17741;53;20220807;33;17.2;25.1;2.6;11.42;.1;6.12;23162
+75077;44.47745;-.17741;53;20220808;34.6;17.2;25.9;2.2;10.62;0;6.15;24229
+75077;44.47745;-.17741;53;20220809;35.6;18.9;27.2;2.1;11.92;0;6.09;23589
+75077;44.47745;-.17741;53;20220810;36.1;18;27;1.8;11.62;0;5.92;24465
+75077;44.47745;-.17741;53;20220811;39.1;17.9;28.5;2;13.92;0;6.64;26413
+75077;44.47745;-.17741;53;20220812;38.9;22.6;30.7;2.4;18.32;0;6.53;22905
+75077;44.47745;-.17741;53;20220813;35.4;20.8;28.1;2.4;21.32;11.1;5.52;21498
+75077;44.47745;-.17741;53;20220814;24.6;19.8;22.2;2.5;20.22;4.1;2.78;11823
+75077;44.47745;-.17741;53;20220815;27.3;16.9;22.1;2.4;17.42;.2;3.9;17770
+75077;44.47745;-.17741;53;20220816;27.6;16.1;21.8;1.4;18.02;3.7;3.62;18622
+75077;44.47745;-.17741;53;20220817;23.3;15.3;19.3;2.2;17.92;1.7;2.82;15266
+75077;44.47745;-.17741;53;20220818;25.7;14.8;20.2;2.4;16.52;.3;3.6;17872
+75077;44.47745;-.17741;53;20220819;27.7;14.8;21.2;1.9;17.12;.2;3.84;19404
+75077;44.47745;-.17741;53;20220820;27;17.2;22.1;1.6;18.72;0;3.37;16670
+75077;44.47745;-.17741;53;20220821;26.6;17.6;22.1;1.8;18.22;.4;3.33;15824
+75077;44.47745;-.17741;53;20220822;25.3;18.5;21.9;2.4;20.32;1.7;2.88;13527
+75077;44.47745;-.17741;53;20220823;28.8;19.3;24;1.3;20.22;.1;3.38;16058
+75077;44.47745;-.17741;53;20220824;34.7;18;26.3;1.8;18.12;2.4;4.97;21467
+75077;44.47745;-.17741;53;20220825;29.1;20.3;24.7;3.1;21.02;.3;3.88;15194
+75077;44.47745;-.17741;53;20220826;29.9;19.3;24.6;2.2;20.22;.1;3.88;16650
+75077;44.47745;-.17741;53;20220827;30.4;16.7;23.5;1.4;17.22;.1;3.9;18924
+75077;44.47745;-.17741;53;20220828;33.3;16.3;24.8;1.6;13.72;0;4.68;21035
+75077;44.47745;-.17741;53;20220829;30.5;21.3;25.9;1.7;14.82;1.5;3.97;15089
+75077;44.47745;-.17741;53;20220830;32.7;17.2;24.9;1.8;17.72;0;4.42;19731
+75077;44.47745;-.17741;53;20220831;30.5;18.9;24.7;1.9;20.12;.1;3.79;16798
+75077;44.47745;-.17741;53;20220901;28.9;18.5;23.7;2.1;19.12;1.1;3.58;15722
+75077;44.47745;-.17741;53;20220902;26.5;17.4;21.9;2.4;17.82;1.3;3.27;14520
+75077;44.47745;-.17741;53;20220903;27.8;16.1;21.9;2.4;17.22;0;3.62;16460
+75077;44.47745;-.17741;53;20220904;33.4;16.7;25;1.9;16.12;.1;4.56;19695
+75077;44.47745;-.17741;53;20220905;35.1;20;27.5;2.4;17.52;.7;5.07;18519
+75077;44.47745;-.17741;53;20220906;30.9;16.7;23.8;2.7;15.72;.1;4.51;17772
+75077;44.47745;-.17741;53;20220907;27.1;16.6;21.8;1.7;15.52;.6;3.25;15006
+75077;44.47745;-.17741;53;20220908;24.9;14.6;19.7;2.2;15.52;1.9;3.02;14719
+75077;44.47745;-.17741;53;20220909;25.5;16.3;20.9;2.6;15.82;.4;3.21;13728
+75077;44.47745;-.17741;53;20220910;27.5;12.6;20;1.6;14.32;0;3.34;17583
+75077;44.47745;-.17741;53;20220911;32.6;16.4;24.5;2.1;13.72;0;4.48;18206
+75077;44.47745;-.17741;53;20220912;38.4;21.7;30;2.2;16.72;2.1;5.31;18327
+75077;44.47745;-.17741;53;20220913;32.7;21;26.8;2.7;20.32;0;4.23;15030
+75077;44.47745;-.17741;53;20220914;30.6;18.8;24.7;2.7;16.12;.1;4.18;14951
+75077;44.47745;-.17741;53;20220915;28.2;14.9;21.5;2.2;16.62;.1;3.37;15778
+75077;44.47745;-.17741;53;20220916;25.4;15.9;20.6;2;15.42;.1;2.86;13046
+75077;44.47745;-.17741;53;20220917;21.9;9.9;15.9;2;9.02;0;2.94;14638
+75077;44.47745;-.17741;53;20220918;25;7.3;16.1;2.2;7.72;0;3.63;17812
+75077;44.47745;-.17741;53;20220919;26;8.8;17.4;2.5;8.42;0;3.87;17364
+75077;44.47745;-.17741;53;20220920;24.4;8.9;16.6;2.3;8.72;0;3.43;16261
+75077;44.47745;-.17741;53;20220921;24.1;7.6;15.8;1.6;8.82;0;2.95;16633
+75077;44.47745;-.17741;53;20220922;27.3;7.7;17.5;1.8;9.72;0;3.41;18026
+75077;44.47745;-.17741;53;20220923;21.7;9.5;15.6;1.7;12.72;1;2.26;13857
+75077;44.47745;-.17741;53;20220924;20.6;11.3;15.9;2.7;13.52;2.2;2.19;11837
+75077;44.47745;-.17741;53;20220925;21.4;7.3;14.3;1.9;11.02;.1;2.38;14645
+75077;44.47745;-.17741;53;20220926;20.6;6.6;13.6;2.9;11.42;4.8;2.39;14426
+75077;44.47745;-.17741;53;20220927;18.9;12.5;15.7;3.3;14.12;5.7;1.82;9317
+75077;44.47745;-.17741;53;20220928;19.8;15.2;17.5;4.5;16.12;10.1;1.83;7651
+75077;44.47745;-.17741;53;20220929;16.2;12.9;14.5;2.9;13.92;8.7;1.29;6247
+75077;44.47745;-.17741;53;20220930;19.2;9.4;14.3;2.4;11.22;.2;2.08;11359
+75077;44.47745;-.17741;53;20221001;20.8;12;16.4;4.2;15.62;1.1;1.88;10582
+75077;44.47745;-.17741;53;20221002;23.1;15.1;19.1;2;16.62;.1;1.98;9920
+75077;44.47745;-.17741;53;20221003;24.4;13.1;18.7;1.3;14.72;.1;2.09;11835
+75077;44.47745;-.17741;53;20221004;25.9;9.9;17.9;.9;13.62;.2;2.13;14102
+75077;44.47745;-.17741;53;20221005;29;11;20;1.7;14.42;.1;2.82;14836
+75077;44.47745;-.17741;53;20221006;21.1;15.1;18.1;1.2;17.02;.9;1.43;8034
+75077;44.47745;-.17741;53;20221007;25.6;13.1;19.3;1;15.72;0;1.96;11893
+75077;44.47745;-.17741;53;20221008;23.1;14.1;18.6;1.6;15.12;.3;1.88;9811
+75077;44.47745;-.17741;53;20221009;26.8;12;19.4;1.7;14.02;0;2.44;12703
+75077;44.47745;-.17741;53;20221010;21.4;15.4;18.4;2.1;15.82;.5;1.69;7618
+75077;44.47745;-.17741;53;20221011;20.1;16.1;18.1;1.5;17.62;.9;1.19;5951
+75077;44.47745;-.17741;53;20221012;22.4;14.7;18.5;1.5;15.72;.1;1.64;8532
+75077;44.47745;-.17741;53;20221013;21.1;11.7;16.4;2.2;15.12;1.6;1.58;9405
+75077;44.47745;-.17741;53;20221014;20.9;16.7;18.8;3.7;17.82;.3;1.52;5868
+75077;44.47745;-.17741;53;20221015;25.1;13.5;19.3;1.9;15.92;0;2;10280
+75077;44.47745;-.17741;53;20221016;29.9;15.8;22.8;2.6;17.32;.2;2.91;11284
+75077;44.47745;-.17741;53;20221017;26.5;18.5;22.5;2;19.32;.3;1.98;8136
+75077;44.47745;-.17741;53;20221018;30.5;18.5;24.5;2.7;18.62;0;2.95;10052
+75077;44.47745;-.17741;53;20221019;28.2;17.8;23;2.7;18.12;.8;2.57;9160
+75077;44.47745;-.17741;53;20221020;27.4;15.1;21.2;2.7;15.12;.2;2.68;9911
+75077;44.47745;-.17741;53;20221021;24;16.5;20.2;2.9;13.62;.1;2.51;7411
+75077;44.47745;-.17741;53;20221022;26.3;12.1;19.2;2.4;13.62;.3;2.4;10430
+75077;44.47745;-.17741;53;20221023;27;16.5;21.7;3.3;13.82;0;3.1;8703
+75077;44.47745;-.17741;53;20221024;24.6;12;18.3;2.4;10.92;0;2.46;9495
+75077;44.47745;-.17741;53;20221025;24.8;12.9;18.8;1.8;12.72;.3;1.98;9069
+75077;44.47745;-.17741;53;20221026;27.1;12.1;19.6;1.9;14.62;.1;2.07;10162
+75077;44.47745;-.17741;53;20221027;26.3;18.1;22.2;3.3;16.52;0;2.58;7145
+75077;44.47745;-.17741;53;20221028;29.4;18.9;24.1;2.8;15.92;0;2.93;8100
+75077;44.47745;-.17741;53;20221029;26.9;17.5;22.2;2.6;16.02;.2;2.37;7499
+75077;44.47745;-.17741;53;20221030;23.3;15.4;19.3;2.3;15.52;2.6;1.71;6691
+75077;44.47745;-.17741;53;20221031;21.2;14.9;18;2.7;15.42;4.6;1.51;5779
+75077;44.47745;-.17741;53;20221101;19.7;13.2;16.4;2.1;14.22;.1;1.26;5798
+75077;44.47745;-.17741;53;20221102;19.7;9;14.3;2.2;11.72;.1;1.4;7613
+75077;44.47745;-.17741;53;20221103;21;12.5;16.7;3.8;11.92;7.7;2.22;6578
+75077;44.47745;-.17741;53;20221104;16;10.1;13;4.3;11.02;2.3;1.52;5232
+75077;44.47745;-.17741;53;20221105;17.3;7.3;12.3;1.8;10.02;.1;1.17;7013
+75077;44.47745;-.17741;53;20221106;19.1;7.1;13.1;2.9;10.72;.6;1.52;7668
+75077;44.47745;-.17741;53;20221107;20.8;8.3;14.5;2.3;11.82;.1;1.43;7735
+75077;44.47745;-.17741;53;20221108;19.1;12.5;15.8;2.6;13.42;4.2;1.29;5266
+75077;44.47745;-.17741;53;20221109;15.7;14.1;14.9;1.9;13.82;7;.86;2042
+75077;44.47745;-.17741;53;20221110;12.6;9.1;10.8;1.1;11.52;.2;.58;3448
+75077;44.47745;-.17741;53;20221111;18.6;4.3;11.4;1.4;11.12;.1;.86;7890
+75077;44.47745;-.17741;53;20221112;21.4;12.8;17.1;2.1;14.42;.2;1.25;5809
+75077;44.47745;-.17741;53;20221113;22.7;9.5;16.1;1.6;12.42;.1;1.26;7336
+75077;44.47745;-.17741;53;20221114;14.5;11.7;13.1;2.7;12.82;5.9;.79;2789
+75077;44.47745;-.17741;53;20221115;16.8;11.4;14.1;3;13.22;4.2;.97;4203
+75077;44.47745;-.17741;53;20221116;19.1;10.9;15;3.8;12.62;1.2;1.48;5339
+75077;44.47745;-.17741;53;20221117;17.9;13.8;15.8;4.6;12.92;1.8;1.68;3429
+75077;44.47745;-.17741;53;20221118;13.1;8.2;10.6;3.1;10.72;4.2;.79;3787
+75077;44.47745;-.17741;53;20221119;12.2;7.2;9.7;2.1;9.52;.6;.77;3782
+75077;44.47745;-.17741;53;20221120;14.4;2.5;8.4;3;9.42;2.8;.79;6302
+75077;44.47745;-.17741;53;20221121;15.3;8.9;12.1;3.7;11.42;18.5;.99;4295
+75077;44.47745;-.17741;53;20221122;10;6.8;8.4;4.4;10.22;20.7;.46;2702
+75077;44.47745;-.17741;53;20221123;16.3;9.1;12.7;4.4;12.22;4.5;1;4500
+75077;44.47745;-.17741;53;20221124;15.1;8.8;11.9;2.9;11.02;3.6;.94;4093
+75077;44.47745;-.17741;53;20221125;13.8;9.3;11.5;2.8;11.32;6.4;.77;3260
+75077;44.47745;-.17741;53;20221126;12;3.9;7.9;1.4;9.02;.2;.51;4664
+75077;44.47745;-.17741;53;20221127;12.1;5.1;8.6;2.2;9.52;9.6;.58;4216
+75077;44.47745;-.17741;53;20221128;13.7;9.9;11.8;3.1;11.22;4.8;.86;2806
+75077;44.47745;-.17741;53;20221129;12.4;7.3;9.8;1.7;10.12;.2;.59;3372
+75077;44.47745;-.17741;53;20221130;8;2.8;5.4;1.4;7.72;0;.43;3378
+75077;44.47745;-.17741;53;20221201;10.8;.4;5.6;1.5;7.62;.1;.46;5144
+75077;44.47745;-.17741;53;20221202;8.2;5.7;6.9;1.9;7.82;.1;.66;1985
+75077;44.47745;-.17741;53;20221203;6.9;3.9;5.4;1.3;7.62;.3;.45;2246
+75077;44.47745;-.17741;53;20221204;9.3;3.2;6.2;1.1;7.52;0;.47;3599
+75077;44.47745;-.17741;53;20221205;10;1.6;5.8;1.9;7.12;.2;.6;4362
+75077;44.47745;-.17741;53;20221206;11.5;7.1;9.3;1.9;8.02;0;.87;2853
+75077;44.47745;-.17741;53;20221207;7.5;.7;4.1;2.2;7.02;0;.44;3764
+75077;44.47745;-.17741;53;20221208;8.8;1.9;5.3;1.4;8.02;8.4;.35;3771
+75077;44.47745;-.17741;53;20221209;6.8;6.1;6.4;2.4;8.82;.7;.45;506
+75077;44.47745;-.17741;53;20221210;3.2;-1.7;.7;2.4;5.22;.1;.47;2979
+75077;44.47745;-.17741;53;20221211;5;-3.9;.5;1.6;4.82;.1;.44;4341
+75077;44.47745;-.17741;53;20221212;2.8;-3.7;-.5;1.9;6.12;8.2;.11;3545
+75077;44.47745;-.17741;53;20221213;8.6;3.5;6;3.4;11.02;8.3;0;3010
+75077;44.47745;-.17741;53;20221214;16.7;9;12.8;2.5;13.02;6.1;.6;3914
+75077;44.47745;-.17741;53;20221215;12.3;10.1;11.2;1.9;11.62;8.5;.56;1615
+75077;44.47745;-.17741;53;20221216;7.1;5.5;6.3;3;7.72;.7;.7;1224
+75077;44.47745;-.17741;53;20221217;8.7;-3.4;2.6;1.8;5.72;.2;.5;5119
+75077;44.47745;-.17741;53;20221218;12.9;2.5;7.7;3.1;8.72;0;.68;4664
+75077;44.47745;-.17741;53;20221219;15.5;9.7;12.6;3.9;11.62;0;.99;3223
+75077;44.47745;-.17741;53;20221220;13.1;12.7;12.9;3.6;12.82;5.9;.79;102
+75077;44.47745;-.17741;53;20221221;17.6;9.4;13.5;3.3;12.72;.4;.88;4019
+75077;44.47745;-.17741;53;20221222;15.6;12.1;13.8;3.4;13.72;1.6;.72;2277
+75077;44.47745;-.17741;53;20221223;17.8;14.3;16;2.6;14.42;0;.95;2280
+75077;44.47745;-.17741;53;20221224;18.6;10.4;14.5;1.8;12.62;.2;.8;4031
+75077;44.47745;-.17741;53;20221225;19.9;8.4;14.1;2.6;11.42;0;1.17;4969
+75077;44.47745;-.17741;53;20221226;16;9.9;12.9;1.9;11.82;.8;.73;3354
+75077;44.47745;-.17741;53;20221227;15.5;9.4;12.4;1;11.52;.2;.54;3365
+75077;44.47745;-.17741;53;20221228;16.8;5.5;11.1;2.6;9.92;1.4;.95;4962
+75077;44.47745;-.17741;53;20221229;13;10.7;11.8;3;11.22;13.1;.85;1694
+75077;44.47745;-.17741;53;20221230;17.5;9.5;13.5;3.5;12.52;.9;.96;4052
+75077;44.47745;-.17741;53;20221231;21.1;10.6;15.8;3.3;11.72;0;1.65;4813
+75078;44.50759;.13413;58;20220101;17.5;6;11.8;2.4;10.24;0;.95;5699
+75078;44.50759;.13413;58;20220102;15.5;5.9;10.7;2.2;10.63;.1;.68;4635
+75078;44.50759;.13413;58;20220103;13.3;6.7;10;2.8;11.08;.1;.51;3952
+75078;44.50759;.13413;58;20220104;16.5;9.3;12.9;3.8;10.55;.9;1.39;4541
+75078;44.50759;.13413;58;20220105;8.4;2.5;5.5;2;6.97;0;.61;3876
+75078;44.50759;.13413;58;20220106;8.4;-1.5;3.4;1.1;5.34;.1;.45;5785
+75078;44.50759;.13413;58;20220107;11.4;-1.5;4.9;2.9;7.33;4.3;.69;5315
+75078;44.50759;.13413;58;20220108;12;7.8;9.9;5.2;10.66;6;.74;2931
+75078;44.50759;.13413;58;20220109;9.8;7.4;8.6;3.1;10.3;22.5;.52;1431
+75078;44.50759;.13413;58;20220110;11.3;8.8;10.1;2.1;11.28;7.6;.52;1684
+75078;44.50759;.13413;58;20220111;9.6;2.7;6.2;1.5;7.6;0;.5;5132
+75078;44.50759;.13413;58;20220112;6.8;-2;2.4;1.6;5.55;0;.49;6288
+75078;44.50759;.13413;58;20220113;.6;-3.9;-1.7;2;5.53;0;.2;2397
+75078;44.50759;.13413;58;20220114;7.8;-1.6;3.1;1.8;5.7;0;.57;6090
+75078;44.50759;.13413;58;20220115;4.5;-4.6;0;1.2;5.33;.1;.31;5179
+75078;44.50759;.13413;58;20220116;2.5;-4.7;-1.1;1.3;5.38;.1;.28;4182
+75078;44.50759;.13413;58;20220117;4.3;-1.9;1.2;1.1;6.65;.1;.27;3564
+75078;44.50759;.13413;58;20220118;2.9;.1;1.5;1.3;7.05;.1;.26;1823
+75078;44.50759;.13413;58;20220119;6.9;2.5;4.7;2;8.35;3;.33;2732
+75078;44.50759;.13413;58;20220120;7.8;4.5;6.1;2.1;8.05;.8;.57;2877
+75078;44.50759;.13413;58;20220121;6.7;-.3;3.2;3.1;5.58;0;.83;6209
+75078;44.50759;.13413;58;20220122;8.1;-2.1;3;1.7;5.37;0;.65;6797
+75078;44.50759;.13413;58;20220123;10.7;-3.2;3.8;1.1;5.63;0;.58;7873
+75078;44.50759;.13413;58;20220124;12.2;-1.1;5.5;1.8;6.71;0;.8;7674
+75078;44.50759;.13413;58;20220125;11.6;-2.6;4.5;1.1;6.53;0;.61;7715
+75078;44.50759;.13413;58;20220126;10.3;-3.6;3.3;.9;6.08;0;.53;7245
+75078;44.50759;.13413;58;20220127;.3;-2.6;-1.2;1.6;5.4;.1;.3;3071
+75078;44.50759;.13413;58;20220128;2.1;-2.9;-.4;1.3;6;0;.27;2983
+75078;44.50759;.13413;58;20220129;1.7;-.1;.8;1.4;6.43;0;.3;2124
+75078;44.50759;.13413;58;20220130;6.9;1;3.9;1.6;8.05;.1;.35;3692
+75078;44.50759;.13413;58;20220131;10.7;4.6;7.6;3.6;9.28;1.3;.69;4015
+75078;44.50759;.13413;58;20220201;9.3;1.1;5.2;3.3;8.53;.1;.47;5364
+75078;44.50759;.13413;58;20220202;10.2;8.1;9.1;2.6;10.7;0;.56;2622
+75078;44.50759;.13413;58;20220203;8.9;3;5.9;2.1;9.3;.2;.39;3362
+75078;44.50759;.13413;58;20220204;12.6;6.7;9.6;2.4;10.75;1.9;.67;3596
+75078;44.50759;.13413;58;20220205;11.4;4.4;7.9;2.5;7.83;0;1.05;8128
+75078;44.50759;.13413;58;20220206;10.8;-1.1;4.8;3.5;8.43;1.3;.57;6035
+75078;44.50759;.13413;58;20220207;13;9.3;11.2;3;10.91;.6;.95;4064
+75078;44.50759;.13413;58;20220208;14.4;3.8;9.1;1.9;7.61;0;1.21;7712
+75078;44.50759;.13413;58;20220209;17.7;1.9;9.8;2.9;7.68;0;1.76;10384
+75078;44.50759;.13413;58;20220210;11.8;3.2;7.5;2.2;9.37;.4;1.26;10000
+75078;44.50759;.13413;58;20220211;13.2;7.8;10.5;2.6;8.43;0;1.42;10100
+75078;44.50759;.13413;58;20220212;13.7;-3;5.3;1.1;6.06;0;.94;9807
+75078;44.50759;.13413;58;20220213;17.8;.5;9.1;4.5;8.93;1.5;1.96;10266
+75078;44.50759;.13413;58;20220214;11.7;8.5;10.1;4.4;10.03;5.7;1.16;5121
+75078;44.50759;.13413;58;20220215;11.1;3.3;7.2;3.4;9.77;7.7;.69;5266
+75078;44.50759;.13413;58;20220216;14.8;8.7;11.8;5.5;12.55;5.7;.95;5687
+75078;44.50759;.13413;58;20220217;13.9;12;12.9;4;13.66;1;.74;3171
+75078;44.50759;.13413;58;20220218;16.3;9.2;12.7;2.7;11.7;.2;1.29;6751
+75078;44.50759;.13413;58;20220219;12.5;6.3;9.4;1.9;8.45;.1;1.25;9005
+75078;44.50759;.13413;58;20220220;14.3;2.9;8.6;3.5;10.23;2.7;.97;6914
+75078;44.50759;.13413;58;20220221;13.3;9.9;11.6;5.4;9.98;.2;1.76;6330
+75078;44.50759;.13413;58;20220222;15.2;6.4;10.8;2.1;9.68;0;1.41;9555
+75078;44.50759;.13413;58;20220223;16.8;4.8;10.8;1.2;9.28;0;1.35;11660
+75078;44.50759;.13413;58;20220224;15.5;4.2;9.9;2.3;9.48;.4;1.36;8859
+75078;44.50759;.13413;58;20220225;11.9;2.2;7;2.3;6.63;0;1.51;11571
+75078;44.50759;.13413;58;20220226;14.3;.5;7.4;2.9;5.45;0;2.1;13030
+75078;44.50759;.13413;58;20220227;17.1;1.7;9.4;2.1;7.58;0;1.79;11706
+75078;44.50759;.13413;58;20220228;18.7;1.9;10.3;1.4;8.4;0;1.72;13761
+75078;44.50759;.13413;58;20220301;17.8;1.6;9.7;2.4;8.13;0;1.99;13441
+75078;44.50759;.13413;58;20220302;13.6;7.2;10.4;2.8;10.05;2.5;1.22;5502
+75078;44.50759;.13413;58;20220303;15.1;5.6;10.3;2.2;10.35;0;1.37;10218
+75078;44.50759;.13413;58;20220304;9.9;8.1;9;3.9;10.58;2;.65;2227
+75078;44.50759;.13413;58;20220305;11.2;6.6;8.9;2.7;8.44;0;1.33;7149
+75078;44.50759;.13413;58;20220306;12.9;5.8;9.4;2;6.93;.1;1.79;11626
+75078;44.50759;.13413;58;20220307;12.5;-2.6;5;2.1;5.88;0;1.65;14892
+75078;44.50759;.13413;58;20220308;12.3;3.1;7.7;2.5;8.5;.4;1.24;7815
+75078;44.50759;.13413;58;20220309;16.3;2.1;9.2;3.4;9.3;.3;1.89;13919
+75078;44.50759;.13413;58;20220310;15.4;9.2;12.3;3.5;10.83;.8;1.69;7783
+75078;44.50759;.13413;58;20220311;13.1;9.7;11.4;3.3;10.84;10.2;1.27;4520
+75078;44.50759;.13413;58;20220312;13.2;7.3;10.3;2.9;10.1;0;1.36;8038
+75078;44.50759;.13413;58;20220313;12.9;8.1;10.5;3.8;9.35;8.1;1.62;7044
+75078;44.50759;.13413;58;20220314;15.3;3.1;9.2;5.1;9.53;.3;1.74;9778
+75078;44.50759;.13413;58;20220315;18.4;12.9;15.7;6.3;12.06;0;2.74;8656
+75078;44.50759;.13413;58;20220316;16.7;10.2;13.5;3.1;12.28;.2;1.63;7461
+75078;44.50759;.13413;58;20220317;13.3;10.9;12.1;4.1;10.83;6.9;1.57;4892
+75078;44.50759;.13413;58;20220318;16.1;7.9;12;2.9;9.47;0;2.15;11766
+75078;44.50759;.13413;58;20220319;18.7;5;11.8;3.8;8.87;0;2.93;16100
+75078;44.50759;.13413;58;20220320;17.7;5.7;11.7;4.3;9.6;0;2.54;12166
+75078;44.50759;.13413;58;20220321;18.9;9.4;14.1;6.3;9.47;0;3.83;16333
+75078;44.50759;.13413;58;20220322;17.6;6.7;12.2;6.1;7.03;0;3.98;16900
+75078;44.50759;.13413;58;20220323;18;4.2;11.1;4.2;6.9;0;3.53;19566
+75078;44.50759;.13413;58;20220324;18.7;.5;9.6;2.7;7.37;0;2.99;20066
+75078;44.50759;.13413;58;20220325;19.5;1.9;10.7;2.4;6.93;0;2.83;14800
+75078;44.50759;.13413;58;20220326;21.4;1.8;11.6;3;6.2;0;3.84;20100
+75078;44.50759;.13413;58;20220327;22;3.3;12.6;3.4;7.27;0;3.92;18900
+75078;44.50759;.13413;58;20220328;22.2;3.6;12.9;2.2;8.27;0;3.11;16200
+75078;44.50759;.13413;58;20220329;17.5;6.8;12.1;1.9;10.57;1.7;1.69;7466
+75078;44.50759;.13413;58;20220330;15.5;9.6;12.6;2.9;11.33;1.6;1.74;8266
+75078;44.50759;.13413;58;20220331;14.6;8.2;11.4;5.2;9.23;2.2;2.65;14333
+75078;44.50759;.13413;58;20220401;9.7;.2;5;6.5;5.57;.4;2.41;15700
+75078;44.50759;.13413;58;20220402;9.8;1.8;5.8;4.8;5.27;0;2.51;15200
+75078;44.50759;.13413;58;20220403;7;-2.1;2.5;2.9;5.3;0;1.72;14144
+75078;44.50759;.13413;58;20220404;13;-2.5;5.2;2.4;4.9;0;2.71;22600
+75078;44.50759;.13413;58;20220405;16.1;-2.5;6.8;1.2;6.91;.2;2.08;16565
+75078;44.50759;.13413;58;20220406;13.4;7.8;10.6;3.2;11.03;1;1.28;6026
+75078;44.50759;.13413;58;20220407;16;10.4;13.2;6.7;12.43;12.2;1.78;6933
+75078;44.50759;.13413;58;20220408;19;11.4;15.2;6.3;11.4;.6;3.19;10400
+75078;44.50759;.13413;58;20220409;15.4;6.2;10.8;2.5;8.1;.1;2.86;19166
+75078;44.50759;.13413;58;20220410;19.9;.3;10.1;3.7;7.03;0;3.83;22994
+75078;44.50759;.13413;58;20220411;22.5;6.5;14.5;7.1;10.5;0;4.67;19966
+75078;44.50759;.13413;58;20220412;18.3;10.8;14.5;4.9;11.77;0;2.73;10400
+75078;44.50759;.13413;58;20220413;15.3;10.6;13;2.2;13.1;1.5;1.46;7300
+75078;44.50759;.13413;58;20220414;23.6;9;16.3;1.5;12.57;.1;3.48;21633
+75078;44.50759;.13413;58;20220415;25.3;7.4;16.3;2.1;12.63;0;3.81;21900
+75078;44.50759;.13413;58;20220416;24.4;7.1;15.8;2.7;11.47;0;4.22;24366
+75078;44.50759;.13413;58;20220417;23.5;5.1;14.3;2.7;10.57;0;4.1;24200
+75078;44.50759;.13413;58;20220418;19.4;10.8;15.1;3.1;12.07;0;2.93;15433
+75078;44.50759;.13413;58;20220419;15.6;8.9;12.2;3.2;11.93;5.7;1.58;8000
+75078;44.50759;.13413;58;20220420;14.1;9.1;11.6;2.5;11.8;8.2;1.23;5433
+75078;44.50759;.13413;58;20220421;17.6;9.3;13.5;2.2;12.67;.1;1.92;10400
+75078;44.50759;.13413;58;20220422;19.9;10.7;15.3;2.2;12.63;4.2;2.81;15433
+75078;44.50759;.13413;58;20220423;13.1;9.6;11.3;3.4;12.07;8.5;1.12;4400
+75078;44.50759;.13413;58;20220424;17.6;10;13.8;5.3;12;0;2.46;10666
+75078;44.50759;.13413;58;20220425;19.6;5.7;12.6;1.8;10.97;0;3.22;21833
+75078;44.50759;.13413;58;20220426;23.2;5.2;14.2;2.5;11;0;4.19;25833
+75078;44.50759;.13413;58;20220427;22.9;8.3;15.6;2.3;12.93;0;3.11;15800
+75078;44.50759;.13413;58;20220428;21;12.5;16.8;2.8;14.6;0;2.9;15433
+75078;44.50759;.13413;58;20220429;21.8;10.9;16.3;2.8;13.87;0;3.38;19233
+75078;44.50759;.13413;58;20220430;22.8;11.4;17.1;2.7;13.17;0;3.89;21400
+75078;44.50759;.13413;58;20220501;21.7;7.6;14.6;2;11.53;0;3.52;20700
+75078;44.50759;.13413;58;20220502;20.8;10.6;15.7;2.2;11.43;0;3.43;18300
+75078;44.50759;.13413;58;20220503;22.9;11.1;17;2.2;12.4;2.1;3.86;20766
+75078;44.50759;.13413;58;20220504;22.2;10;16.1;2.7;11.23;0;3.92;19966
+75078;44.50759;.13413;58;20220505;22.2;8.4;15.3;3;10.87;.1;4.24;23666
+75078;44.50759;.13413;58;20220506;22.6;8.6;15.6;2.5;11.45;0;3.92;21878
+75078;44.50759;.13413;58;20220507;24.4;9;16.7;2;12.13;.1;4.14;23599
+75078;44.50759;.13413;58;20220508;25.5;9.4;17.4;1.7;12.15;0;4.37;24736
+75078;44.50759;.13413;58;20220509;27.3;9.1;18.2;1.3;12.08;0;4.54;26055
+75078;44.50759;.13413;58;20220510;29.5;9.2;19.4;1.9;12.68;0;5.16;26580
+75078;44.50759;.13413;58;20220511;29.7;10.9;20.3;2.2;14.73;.1;5.14;25645
+75078;44.50759;.13413;58;20220512;22;12.9;17.4;1.6;15.25;.4;2.8;14684
+75078;44.50759;.13413;58;20220513;25.9;14.3;20.1;1.6;16;0;3.91;20429
+75078;44.50759;.13413;58;20220514;29.1;11.9;20.5;2.1;16.43;0;4.79;24381
+75078;44.50759;.13413;58;20220515;28.5;14.5;21.5;2.5;17.15;8.4;4.53;20958
+75078;44.50759;.13413;58;20220516;29;14.4;21.7;1.7;17.33;0;4.78;24694
+75078;44.50759;.13413;58;20220517;31.2;15.4;23.3;2.2;16.45;0;5.45;24638
+75078;44.50759;.13413;58;20220518;31.8;13.5;22.6;2.2;17.05;1.7;5.51;25904
+75078;44.50759;.13413;58;20220519;28;17.6;22.8;2.6;19.7;0;4.26;19251
+75078;44.50759;.13413;58;20220520;27.4;17.1;22.2;2.9;17.75;0;4.52;19933
+75078;44.50759;.13413;58;20220521;31.2;13.8;22.5;1.4;18.8;0;4.89;24853
+75078;44.50759;.13413;58;20220522;31.3;18;24.6;2.7;20.8;.3;4.99;21109
+75078;44.50759;.13413;58;20220523;22.4;16.8;19.6;4.9;15.68;.5;3.68;13834
+75078;44.50759;.13413;58;20220524;19.7;11;15.3;2.6;12.93;.4;3.17;17881
+75078;44.50759;.13413;58;20220525;21.2;7.4;14.3;2.4;11.48;.1;3.7;21858
+75078;44.50759;.13413;58;20220526;20.2;9.7;15;1.9;13.28;0;2.81;16032
+75078;44.50759;.13413;58;20220527;24.5;13.9;19.2;2.5;14.3;.1;4.59;23714
+75078;44.50759;.13413;58;20220528;27;11.7;19.3;2.6;12.3;0;5.37;26785
+75078;44.50759;.13413;58;20220529;23.8;9.7;16.7;2.8;9.35;0;5.12;26157
+75078;44.50759;.13413;58;20220530;24.6;8.2;16.4;2;9;1.7;4.91;26618
+75078;44.50759;.13413;58;20220531;26.2;13.3;19.7;2;11.63;.9;4.88;23876
+75078;44.50759;.13413;58;20220601;30.9;12.1;21.5;2.3;14.2;1.4;5.77;27028
+75078;44.50759;.13413;58;20220602;27.7;16.7;22.2;2;18.95;4.9;4.18;19978
+75078;44.50759;.13413;58;20220603;30.4;18.3;24.3;2.3;19.83;4.3;5.08;22594
+75078;44.50759;.13413;58;20220604;25.2;16.2;20.7;2.2;19.8;0;3.13;15153
+75078;44.50759;.13413;58;20220605;23.7;16.5;20.1;2.6;16.8;.1;3.58;16551
+75078;44.50759;.13413;58;20220606;26;12;19;1.5;15.2;.3;4.19;22565
+75078;44.50759;.13413;58;20220607;25.2;15.8;20.5;2.2;15.18;6.9;4.16;19488
+75078;44.50759;.13413;58;20220608;20.3;14.2;17.3;2.4;15.9;1.4;2.52;12492
+75078;44.50759;.13413;58;20220609;23.6;10.6;17.1;1.9;13.98;.6;3.85;21385
+75078;44.50759;.13413;58;20220610;28.2;10.3;19.2;1.1;14.4;.1;4.92;27951
+75078;44.50759;.13413;58;20220611;31.5;12.9;22.2;1.4;16.65;0;5.36;27335
+75078;44.50759;.13413;58;20220612;30.2;16.2;23.2;2.2;19.6;1.7;4.74;21575
+75078;44.50759;.13413;58;20220613;30.7;17.5;24.1;2.1;19.63;0;5.34;24906
+75078;44.50759;.13413;58;20220614;34.9;16.1;25.5;2;19.7;0;6.03;26398
+75078;44.50759;.13413;58;20220615;34.8;20;27.4;2.3;20.7;0;6.44;27034
+75078;44.50759;.13413;58;20220616;36;17.6;26.8;1.7;17.85;0;6.28;27365
+75078;44.50759;.13413;58;20220617;38;18.6;28.3;1.6;19.18;0;6.64;28251
+75078;44.50759;.13413;58;20220618;39.5;19.5;29.5;3.1;18.38;.2;8.1;28437
+75078;44.50759;.13413;58;20220619;31.2;18.7;24.9;3;20.08;6.7;5.61;23355
+75078;44.50759;.13413;58;20220620;29.8;17.7;23.8;2.6;19.63;1.1;5.14;22971
+75078;44.50759;.13413;58;20220621;28;18.2;23.1;2.3;20.15;6.9;4.13;18459
+75078;44.50759;.13413;58;20220622;26.4;17.4;21.9;2.7;19.05;1.4;4.38;20935
+75078;44.50759;.13413;58;20220623;25.8;16.2;21;2.2;18.35;10.5;3.77;17980
+75078;44.50759;.13413;58;20220624;24.2;16.4;20.3;2.7;17.23;.8;4.01;20000
+75078;44.50759;.13413;58;20220625;19.5;14;16.8;2;15.78;4.7;2.21;10950
+75078;44.50759;.13413;58;20220626;18;13.7;15.8;1.8;15.53;3.3;2.01;10534
+75078;44.50759;.13413;58;20220627;23.5;13.5;18.5;2.2;14.63;0;4.13;21863
+75078;44.50759;.13413;58;20220628;25.4;11.4;18.4;1.9;13.3;0;4.79;26072
+75078;44.50759;.13413;58;20220629;26.3;11.2;18.8;2;14.43;12.5;4.73;25541
+75078;44.50759;.13413;58;20220630;17.2;14.2;15.7;2;15.3;6.1;1.78;8554
+75078;44.50759;.13413;58;20220701;23.3;9.4;16.4;1.4;12.88;0;4.25;25819
+75078;44.50759;.13413;58;20220702;29.5;9.8;19.7;1.5;13.43;0;5.36;28658
+75078;44.50759;.13413;58;20220703;28.2;15.1;21.7;2.6;15.5;1.3;5.27;24571
+75078;44.50759;.13413;58;20220704;27;16;21.5;2.4;17.43;.1;4.6;22040
+75078;44.50759;.13413;58;20220705;29.2;16.1;22.6;2.1;16.03;0;5.48;26359
+75078;44.50759;.13413;58;20220706;29.1;14.5;21.8;2.4;14.48;0;5.47;25003
+75078;44.50759;.13413;58;20220707;28.7;13.9;21.3;2.3;15.15;0;5.42;26515
+75078;44.50759;.13413;58;20220708;29.4;14.8;22.1;2.4;15.48;0;5.7;27242
+75078;44.50759;.13413;58;20220709;31.5;14.2;22.8;2.3;14.53;0;6.06;27897
+75078;44.50759;.13413;58;20220710;32.3;15.3;23.8;2.3;15.08;0;6.18;27565
+75078;44.50759;.13413;58;20220711;34.5;15.3;24.9;1.7;16.03;0;6.2;28432
+75078;44.50759;.13413;58;20220712;35.6;16.2;25.9;1.9;15.5;0;6.63;28803
+75078;44.50759;.13413;58;20220713;35.3;14.7;25;1.4;14.45;0;6.11;28671
+75078;44.50759;.13413;58;20220714;37;15.6;26.3;1.6;15.8;0;6.5;28874
+75078;44.50759;.13413;58;20220715;34.5;17.8;26.2;1.8;15.35;0;6.11;26409
+75078;44.50759;.13413;58;20220716;35.9;16.6;26.2;1.9;15.35;0;6.5;27747
+75078;44.50759;.13413;58;20220717;37.3;16;26.6;1.9;14.3;0;6.77;28282
+75078;44.50759;.13413;58;20220718;39.6;20.6;30.1;3.2;15.5;0;8.25;27085
+75078;44.50759;.13413;58;20220719;31.1;20.4;25.8;2.7;19.3;16;5.13;19111
+75078;44.50759;.13413;58;20220720;28.7;19.7;24.2;3;17.73;0;4.96;19242
+75078;44.50759;.13413;58;20220721;31.2;15;23.1;1.5;17.13;0;5.28;26277
+75078;44.50759;.13413;58;20220722;28.9;17.4;23.2;3.1;17.83;0;5.03;21146
+75078;44.50759;.13413;58;20220723;29.8;14.8;22.3;1.6;16.13;0;5.04;25509
+75078;44.50759;.13413;58;20220724;36.6;14.8;25.7;1.8;16;0;6.33;27894
+75078;44.50759;.13413;58;20220725;28.8;20.2;24.5;3.8;18.33;.1;4.97;16957
+75078;44.50759;.13413;58;20220726;27.1;15.1;21.1;2.3;14.8;0;4.81;23240
+75078;44.50759;.13413;58;20220727;28.9;13.3;21.1;2.1;13.78;0;5.22;25522
+75078;44.50759;.13413;58;20220728;29.2;14.1;21.7;2.4;15.25;0;5.15;24101
+75078;44.50759;.13413;58;20220729;28.1;16.3;22.2;2.2;16.6;.5;4.41;19615
+75078;44.50759;.13413;58;20220730;30.2;15.3;22.7;1.8;17.48;0;5.07;24971
+75078;44.50759;.13413;58;20220731;32.7;15.3;24;2.3;17.15;0;5.76;26057
+75078;44.50759;.13413;58;20220801;34.2;16.2;25.2;2.4;16.9;0;6.19;26404
+75078;44.50759;.13413;58;20220802;36;15.3;25.6;1.6;16;.1;5.98;27205
+75078;44.50759;.13413;58;20220803;38.1;16.7;27.4;1.5;15.83;.1;5.98;26183
+75078;44.50759;.13413;58;20220804;36.3;20.4;28.3;2.9;21.43;.3;6.35;23582
+75078;44.50759;.13413;58;20220805;32;19.1;25.5;2.9;19.53;0;5.39;21668
+75078;44.50759;.13413;58;20220806;33;18.3;25.6;2.3;15.5;0;5.82;24091
+75078;44.50759;.13413;58;20220807;33.6;16.1;24.9;2.2;11.95;0;6.13;25561
+75078;44.50759;.13413;58;20220808;35.2;15.1;25.1;2;11.25;0;6.12;25700
+75078;44.50759;.13413;58;20220809;36.2;16.8;26.5;1.7;12.1;0;5.9;24922
+75078;44.50759;.13413;58;20220810;37.6;15.7;26.6;1.6;12.05;0;5.95;25128
+75078;44.50759;.13413;58;20220811;38.7;17.1;27.9;2;15.75;0;6.37;24810
+75078;44.50759;.13413;58;20220812;39.3;20.7;30;2.4;19.13;0;6.61;23718
+75078;44.50759;.13413;58;20220813;35.6;20.7;28.2;2.8;21.25;4.4;5.83;21402
+75078;44.50759;.13413;58;20220814;25.4;20.1;22.7;2.5;20.65;4.9;2.97;12138
+75078;44.50759;.13413;58;20220815;28;16.2;22.1;1.9;17.65;.2;3.83;17823
+75078;44.50759;.13413;58;20220816;27.2;15.4;21.3;1.7;18.35;5.7;3.14;14470
+75078;44.50759;.13413;58;20220817;25;14.9;20;2.4;17.6;1.7;3.47;17968
+75078;44.50759;.13413;58;20220818;27;14.4;20.7;2.6;16.53;.1;4.16;20258
+75078;44.50759;.13413;58;20220819;28.1;15.4;21.7;2.2;17.58;.2;4.04;19221
+75078;44.50759;.13413;58;20220820;27.7;16.3;22;1.5;18.8;0;3.61;18378
+75078;44.50759;.13413;58;20220821;27.5;16.3;21.9;2;17.9;.3;3.64;16866
+75078;44.50759;.13413;58;20220822;26.9;19.1;23;2.6;20.03;1.5;3.31;13506
+75078;44.50759;.13413;58;20220823;29.8;18.7;24.2;1.5;19.65;.1;3.94;18576
+75078;44.50759;.13413;58;20220824;34.9;16.3;25.6;1.6;18.33;2.1;4.98;22627
+75078;44.50759;.13413;58;20220825;29.3;19.5;24.4;2.8;21.15;.1;3.9;15583
+75078;44.50759;.13413;58;20220826;30.4;19.4;24.9;2.4;20.33;0;4.23;17748
+75078;44.50759;.13413;58;20220827;30.9;16;23.5;1.5;16.78;.1;4.26;20760
+75078;44.50759;.13413;58;20220828;33.4;14;23.7;1.5;14.08;0;4.73;22519
+75078;44.50759;.13413;58;20220829;32.2;17.3;24.8;2.4;15.95;1.7;4.33;14163
+75078;44.50759;.13413;58;20220830;33.2;16.1;24.6;1.6;17.73;0;4.55;21241
+75078;44.50759;.13413;58;20220831;31.8;17.3;24.6;2.2;18.8;0;4.26;17532
+75078;44.50759;.13413;58;20220901;29.2;19;24.1;2.2;19.5;7.3;3.71;15543
+75078;44.50759;.13413;58;20220902;27.1;17.3;22.2;2.1;18.4;1.2;3.28;14932
+75078;44.50759;.13413;58;20220903;28.1;16.2;22.1;1.8;17.68;0;3.53;17341
+75078;44.50759;.13413;58;20220904;33.3;15.7;24.5;2.1;17.38;.5;4.6;19978
+75078;44.50759;.13413;58;20220905;34.7;18.3;26.5;2.5;18.93;1.1;5.09;19776
+75078;44.50759;.13413;58;20220906;31.7;17.2;24.5;2.6;17.43;.1;4.68;19087
+75078;44.50759;.13413;58;20220907;27.6;16.6;22.1;1.7;15.95;.2;3.34;15179
+75078;44.50759;.13413;58;20220908;24.3;13.6;19;2.1;15.93;1.5;2.78;13923
+75078;44.50759;.13413;58;20220909;25.6;15;20.3;2.4;15.7;.6;3.25;14836
+75078;44.50759;.13413;58;20220910;27.2;12;19.6;1.4;14.48;0;3.33;18740
+75078;44.50759;.13413;58;20220911;31.9;13.8;22.8;2.1;14.18;0;4.44;19751
+75078;44.50759;.13413;58;20220912;36.8;18.3;27.6;3.1;17.03;.7;5.72;18836
+75078;44.50759;.13413;58;20220913;32.9;21;27;2.8;21.1;0;3.99;12155
+75078;44.50759;.13413;58;20220914;31.1;18.8;24.9;2.3;17.85;.4;4.09;16481
+75078;44.50759;.13413;58;20220915;29;14.5;21.7;2.1;17.15;.1;3.57;17254
+75078;44.50759;.13413;58;20220916;25.2;15.9;20.5;2.6;15.4;0;3.28;14504
+75078;44.50759;.13413;58;20220917;22;9.3;15.7;2;9.25;0;3.18;17637
+75078;44.50759;.13413;58;20220918;25.1;5.8;15.5;1.7;8;0;3.35;18926
+75078;44.50759;.13413;58;20220919;26.3;6.5;16.4;2.1;8.63;0;3.67;18871
+75078;44.50759;.13413;58;20220920;24.7;6.8;15.8;1.8;8.78;0;3.27;18222
+75078;44.50759;.13413;58;20220921;25;6.3;15.7;1.5;8.88;0;3.03;18125
+75078;44.50759;.13413;58;20220922;27.3;6.3;16.8;1.4;9.75;0;3.19;18589
+75078;44.50759;.13413;58;20220923;22;8.6;15.3;1.6;12.35;2;2.08;10799
+75078;44.50759;.13413;58;20220924;20.8;11.2;16;2;14.35;3.9;1.83;9585
+75078;44.50759;.13413;58;20220925;20.8;8.8;14.8;1.7;11.83;.1;2.26;14231
+75078;44.50759;.13413;58;20220926;21.1;6.9;14;2.7;11.63;5.7;2.38;13158
+75078;44.50759;.13413;58;20220927;18.6;12.3;15.5;3.5;14.3;5.1;1.83;9177
+75078;44.50759;.13413;58;20220928;20.6;15.2;17.9;5;16.2;6.4;2.26;9832
+75078;44.50759;.13413;58;20220929;17.2;12.8;15;2.3;13.98;4.7;1.47;7469
+75078;44.50759;.13413;58;20220930;19.6;9.2;14.4;2.1;11.4;.3;2.23;13946
+75078;44.50759;.13413;58;20221001;21;10.9;15.9;3.5;15.38;.3;1.75;8979
+75078;44.50759;.13413;58;20221002;22.8;14.8;18.8;1.6;16.63;.1;1.88;10030
+75078;44.50759;.13413;58;20221003;24.3;11.6;18;1.1;14.43;0;2.19;14070
+75078;44.50759;.13413;58;20221004;25.5;8.5;17;1.1;13.28;.1;2.28;15278
+75078;44.50759;.13413;58;20221005;27.7;10.2;19;2.5;14.4;.1;3.02;15034
+75078;44.50759;.13413;58;20221006;21.8;14.8;18.3;1.4;16.6;.1;1.62;8546
+75078;44.50759;.13413;58;20221007;25.4;11.5;18.5;1.5;15.2;0;2.21;13173
+75078;44.50759;.13413;58;20221008;23;13.4;18.2;1.5;15.35;.3;1.81;9445
+75078;44.50759;.13413;58;20221009;26.3;10.9;18.6;2.3;13.93;.1;2.71;13698
+75078;44.50759;.13413;58;20221010;22.6;14;18.3;2.3;15.93;0;1.86;8213
+75078;44.50759;.13413;58;20221011;20.8;15.4;18.1;1.6;17.38;0;1.33;6653
+75078;44.50759;.13413;58;20221012;22.4;14.3;18.4;1.6;15.97;.1;1.72;9272
+75078;44.50759;.13413;58;20221013;21.3;11.5;16.4;2;15.24;2.4;1.56;8809
+75078;44.50759;.13413;58;20221014;21;16.7;18.8;3.3;17.9;.4;1.54;5712
+75078;44.50759;.13413;58;20221015;25.5;14.5;20;1.9;16.28;0;2.2;11221
+75078;44.50759;.13413;58;20221016;28.6;15.1;21.9;3.3;17.38;.1;3.04;11683
+75078;44.50759;.13413;58;20221017;26.2;17.6;21.9;2.5;19.03;0;2.1;7615
+75078;44.50759;.13413;58;20221018;29.6;16.9;23.2;3.7;18.18;0;3.32;11309
+75078;44.50759;.13413;58;20221019;27.4;16.4;21.9;3.8;17.8;1;2.83;8381
+75078;44.50759;.13413;58;20221020;26.4;14.8;20.6;3.2;16.88;.6;2.38;8053
+75078;44.50759;.13413;58;20221021;24.1;15.7;19.9;2.5;14.98;.4;2.16;7152
+75078;44.50759;.13413;58;20221022;25.8;11.3;18.6;2.9;14.4;.1;2.46;11032
+75078;44.50759;.13413;58;20221023;27;15.6;21.3;3.2;14.2;0;2.94;7021
+75078;44.50759;.13413;58;20221024;24.4;10.6;17.5;2.1;11.78;.1;2.18;10029
+75078;44.50759;.13413;58;20221025;24.2;10.1;17.2;2.4;13.18;0;2.02;8274
+75078;44.50759;.13413;58;20221026;26.5;11.1;18.8;2.6;14.9;.1;2.22;9693
+75078;44.50759;.13413;58;20221027;26.1;16.3;21.2;4.6;17.18;0;2.66;6221
+75078;44.50759;.13413;58;20221028;28.1;18.6;23.4;3.9;16.73;0;3.19;7943
+75078;44.50759;.13413;58;20221029;26.7;16.2;21.5;3.3;15.33;.1;2.71;7819
+75078;44.50759;.13413;58;20221030;23.8;12.9;18.3;2;14.73;0;1.65;7651
+75078;44.50759;.13413;58;20221031;21.8;13;17.4;2.9;15.33;4.5;1.53;5515
+75078;44.50759;.13413;58;20221101;19.8;11.7;15.7;1.8;13.93;.1;1.24;6878
+75078;44.50759;.13413;58;20221102;20;7.6;13.8;2;11.4;0;1.41;8969
+75078;44.50759;.13413;58;20221103;20.8;10.4;15.6;4;11.88;5.8;2.15;4973
+75078;44.50759;.13413;58;20221104;15.6;9.8;12.7;4.5;10.88;2.8;1.6;6086
+75078;44.50759;.13413;58;20221105;17.4;5.1;11.2;1.4;9.38;0;1.07;8098
+75078;44.50759;.13413;58;20221106;18.6;4.4;11.5;2.7;10.1;.8;1.44;7857
+75078;44.50759;.13413;58;20221107;19.8;7.3;13.6;2.6;11.45;.1;1.45;8459
+75078;44.50759;.13413;58;20221108;19.4;11.3;15.3;3.5;13.43;6;1.45;4873
+75078;44.50759;.13413;58;20221109;15.8;13.5;14.6;1.7;14.03;4.6;.81;2725
+75078;44.50759;.13413;58;20221110;13.5;7.5;10.5;1.3;11.5;0;.63;4395
+75078;44.50759;.13413;58;20221111;19.6;3.8;11.7;1.5;11.08;.1;.98;8276
+75078;44.50759;.13413;58;20221112;22;9.7;15.9;2.3;13.1;.2;1.41;7743
+75078;44.50759;.13413;58;20221113;21.5;6.4;13.9;1.9;11.2;.1;1.33;8305
+75078;44.50759;.13413;58;20221114;14.8;9.4;12.1;2.7;12.43;4.1;.75;2400
+75078;44.50759;.13413;58;20221115;16.7;11;13.9;2.9;13.43;6.1;.93;3605
+75078;44.50759;.13413;58;20221116;18.7;10.5;14.6;3.4;12.55;1.2;1.37;6665
+75078;44.50759;.13413;58;20221117;18.2;13.1;15.7;4.1;13.1;1.4;1.59;4859
+75078;44.50759;.13413;58;20221118;13.8;7.4;10.6;2.5;10.73;4.5;.79;4605
+75078;44.50759;.13413;58;20221119;11.9;7;9.4;1.8;9.68;1.8;.7;4419
+75078;44.50759;.13413;58;20221120;13.2;1.9;7.6;2.2;9.38;2.2;.64;4802
+75078;44.50759;.13413;58;20221121;14.4;7.4;10.9;3.6;11.15;19.7;.88;2684
+75078;44.50759;.13413;58;20221122;10.6;6.6;8.6;4;10.08;18.4;.61;3407
+75078;44.50759;.13413;58;20221123;16.6;9;12.8;3.9;12.13;3.1;1.06;4966
+75078;44.50759;.13413;58;20221124;14;6.9;10.4;2.4;10.68;1.6;.72;4068
+75078;44.50759;.13413;58;20221125;14.2;8;11.1;2.2;10.75;5.2;.75;4002
+75078;44.50759;.13413;58;20221126;11.5;2.4;7;1.7;8.63;.1;.52;4508
+75078;44.50759;.13413;58;20221127;11.9;3;7.5;2.8;9.28;8.6;.57;5035
+75078;44.50759;.13413;58;20221128;13.9;9.6;11.8;2.9;11.25;3.2;.82;4167
+75078;44.50759;.13413;58;20221129;11.3;4.8;8;1.4;9.53;.1;.47;3683
+75078;44.50759;.13413;58;20221130;9.4;3;6.2;1.3;7.9;.1;.48;4026
+75078;44.50759;.13413;58;20221201;10.1;.1;5.1;1.7;7.43;0;.48;4668
+75078;44.50759;.13413;58;20221202;8.3;5.3;6.8;1.6;7.83;.4;.61;2301
+75078;44.50759;.13413;58;20221203;7.6;3.7;5.7;1.3;7.8;1;.45;2925
+75078;44.50759;.13413;58;20221204;8.9;2.9;5.9;1.3;7.65;0;.45;3892
+75078;44.50759;.13413;58;20221205;10.2;.1;5.2;2.3;7.03;.1;.61;5623
+75078;44.50759;.13413;58;20221206;11.3;4.2;7.8;1.8;7.68;0;.77;3602
+75078;44.50759;.13413;58;20221207;8.8;.6;4.7;1.7;6.95;0;.45;5435
+75078;44.50759;.13413;58;20221208;8.3;.1;4.2;1.8;7.48;7.4;.39;3296
+75078;44.50759;.13413;58;20221209;7.5;5.6;6.6;2;8.75;.4;.48;1466
+75078;44.50759;.13413;58;20221210;2.4;-1.9;.2;2.9;5.18;.1;.48;3291
+75078;44.50759;.13413;58;20221211;4.4;-5.9;-.7;1.7;4.5;.1;.4;5345
+75078;44.50759;.13413;58;20221212;2.8;-5;-1.1;2.4;5.78;8;.17;2608
+75078;44.50759;.13413;58;20221213;8.8;2.8;5.8;3.2;10.25;6.8;.1;2263
+75078;44.50759;.13413;58;20221214;16.3;7.9;12.1;2.4;12.38;3.5;.62;4080
+75078;44.50759;.13413;58;20221215;12.3;8.6;10.4;2.3;11.3;1.9;.55;2217
+75078;44.50759;.13413;58;20221216;8.1;5.3;6.7;2.6;7.85;.8;.71;2493
+75078;44.50759;.13413;58;20221217;7.8;-4.6;1.6;1.5;5.4;.1;.4;5934
+75078;44.50759;.13413;58;20221218;12.4;1;6.7;3.9;8.3;0;.75;5477
+75078;44.50759;.13413;58;20221219;15.8;7.2;11.5;3.9;10.83;0;1.01;4341
+75078;44.50759;.13413;58;20221220;14;10.7;12.3;3.9;12.4;7.4;.85;991
+75078;44.50759;.13413;58;20221221;17.7;9.3;13.5;2.7;12.65;.7;.81;4647
+75078;44.50759;.13413;58;20221222;15.7;11.3;13.5;3.2;13.48;4.6;.73;2326
+75078;44.50759;.13413;58;20221223;17.8;13.4;15.6;2.3;14.05;0;.9;3029
+75078;44.50759;.13413;58;20221224;17.8;10.5;14.1;1.9;12.33;.1;.77;4712
+75078;44.50759;.13413;58;20221225;17.8;5.7;11.7;2.8;10.88;0;.91;5860
+75078;44.50759;.13413;58;20221226;15.5;8.9;12.2;1.7;11.75;.6;.66;3273
+75078;44.50759;.13413;58;20221227;14.5;8.7;11.6;1.2;11.48;.2;.5;3886
+75078;44.50759;.13413;58;20221228;16.6;6.1;11.4;2.7;10.45;0;.9;5215
+75078;44.50759;.13413;58;20221229;12.4;9.6;11;2.4;11.2;12.2;.71;1595
+75078;44.50759;.13413;58;20221230;15.8;9.5;12.6;3.3;12.18;1;.87;3397
+75078;44.50759;.13413;58;20221231;19.7;10.2;14.9;3.7;11.9;0;1.5;5333
+75079;44.5368;.44596;90;20220101;17.3;4.3;10.8;1.9;9.43;0;.78;6067
+75079;44.5368;.44596;90;20220102;14.7;4.8;9.7;2.2;10.56;.1;.62;4753
+75079;44.5368;.44596;90;20220103;12;5.9;9;2.9;10.96;0;.4;3876
+75079;44.5368;.44596;90;20220104;16.4;8.5;12.4;3.8;10.63;.9;1.32;4970
+75079;44.5368;.44596;90;20220105;8;2.2;5.1;1.9;6.77;0;.59;3881
+75079;44.5368;.44596;90;20220106;8.1;-3.1;2.5;.9;5.13;.1;.36;6075
+75079;44.5368;.44596;90;20220107;11;-2.9;4.1;2.8;7.33;5.6;.63;5382
+75079;44.5368;.44596;90;20220108;11.7;7.2;9.4;5;10.53;5.1;.68;3031
+75079;44.5368;.44596;90;20220109;9.5;6.9;8.2;2.9;10.26;23.7;.52;1372
+75079;44.5368;.44596;90;20220110;10.7;8.3;9.5;1.9;11.03;5.3;.53;1553
+75079;44.5368;.44596;90;20220111;9.1;1.7;5.4;1.6;7.53;0;.46;5670
+75079;44.5368;.44596;90;20220112;7;-2.9;2.1;1.7;5.49;0;.49;7027
+75079;44.5368;.44596;90;20220113;.5;-4.5;-2;2.1;5.56;0;.18;2290
+75079;44.5368;.44596;90;20220114;7.8;-2.1;2.9;1.8;5.7;.1;.57;6090
+75079;44.5368;.44596;90;20220115;3.9;-5.3;-.7;1.2;5.16;.1;.29;5163
+75079;44.5368;.44596;90;20220116;2.5;-4.8;-1.1;1.4;5.39;.1;.28;4168
+75079;44.5368;.44596;90;20220117;4;-1.8;1.1;1;6.63;.1;.29;3274
+75079;44.5368;.44596;90;20220118;2.5;-.8;.9;1.1;6.86;.3;.26;1983
+75079;44.5368;.44596;90;20220119;6.3;1.9;4.1;1.9;8.19;3;.33;2589
+75079;44.5368;.44596;90;20220120;7.8;3.7;5.7;2.1;7.89;.4;.59;3311
+75079;44.5368;.44596;90;20220121;6.8;-1;2.9;3.1;5.53;0;.84;6950
+75079;44.5368;.44596;90;20220122;8.1;-3.2;2.4;1.5;5.3;0;.61;7035
+75079;44.5368;.44596;90;20220123;11.3;-4.3;3.5;.9;5.49;0;.54;8457
+75079;44.5368;.44596;90;20220124;12.5;-2.4;5.1;1.4;6.13;0;.72;7974
+75079;44.5368;.44596;90;20220125;11.6;-3.6;4;1.2;6.29;0;.65;8058
+75079;44.5368;.44596;90;20220126;10.1;-4.1;3;.9;5.93;0;.54;7305
+75079;44.5368;.44596;90;20220127;.1;-3;-1.4;1.6;5.4;0;.3;3071
+75079;44.5368;.44596;90;20220128;1.7;-3.4;-.9;1.3;6;0;.27;2983
+75079;44.5368;.44596;90;20220129;1.6;-.1;.7;1.4;6.49;0;.3;2182
+75079;44.5368;.44596;90;20220130;7;.9;3.9;1.6;8.06;.2;.38;3407
+75079;44.5368;.44596;90;20220131;10.6;4.1;7.4;3.8;9.26;1.3;.72;3814
+75079;44.5368;.44596;90;20220201;9.1;.6;4.8;3.3;8.49;.3;.49;5197
+75079;44.5368;.44596;90;20220202;10;7.8;8.9;2.6;10.69;0;.57;2673
+75079;44.5368;.44596;90;20220203;8.1;1.7;4.9;2.1;9.13;.3;.34;2925
+75079;44.5368;.44596;90;20220204;12.5;6.3;9.4;2.2;10.73;2.5;.68;3158
+75079;44.5368;.44596;90;20220205;11.4;4.5;8;2.4;7.83;0;1.07;8952
+75079;44.5368;.44596;90;20220206;10.7;-2.1;4.3;3.3;8.26;1;.6;5640
+75079;44.5368;.44596;90;20220207;12.8;9;10.9;3;10.2;.8;1.1;4208
+75079;44.5368;.44596;90;20220208;14.3;1.1;7.7;1.3;7.05;0;1.01;8765
+75079;44.5368;.44596;90;20220209;16.8;-.1;8.3;3.1;7.63;0;1.72;10859
+75079;44.5368;.44596;90;20220210;13.9;2.1;8;2.3;9.24;.9;1.26;10300
+75079;44.5368;.44596;90;20220211;13.3;7.9;10.6;2.2;8.69;0;1.35;10150
+75079;44.5368;.44596;90;20220212;12.8;-2.4;5.2;1;6.03;0;.95;9604
+75079;44.5368;.44596;90;20220213;17.3;.1;8.7;4.3;8.99;1.1;1.81;10150
+75079;44.5368;.44596;90;20220214;11.6;8.7;10.1;4.2;10;5.2;1.17;4861
+75079;44.5368;.44596;90;20220215;10.5;2.9;6.7;2.9;9.59;6.8;.63;4800
+75079;44.5368;.44596;90;20220216;14.7;8.5;11.6;5.4;12.56;5.8;.96;5572
+75079;44.5368;.44596;90;20220217;14;11.8;12.9;3.6;13.7;1.4;.78;3175
+75079;44.5368;.44596;90;20220218;16.4;8.5;12.5;2.7;11.69;.2;1.31;6888
+75079;44.5368;.44596;90;20220219;12.4;5.9;9.1;1.9;8.43;0;1.28;9969
+75079;44.5368;.44596;90;20220220;14.1;2;8.1;3.3;10.16;2.2;.95;6186
+75079;44.5368;.44596;90;20220221;13.2;9.8;11.5;5.7;9.96;.3;1.85;6788
+75079;44.5368;.44596;90;20220222;15.1;5.6;10.4;2.2;9.66;0;1.45;10150
+75079;44.5368;.44596;90;20220223;16.9;3.8;10.3;1.2;9.23;0;1.38;12467
+75079;44.5368;.44596;90;20220224;15.4;3.3;9.4;2.3;9.46;.3;1.36;8865
+75079;44.5368;.44596;90;20220225;11.9;1.5;6.7;2.2;6.66;0;1.52;12666
+75079;44.5368;.44596;90;20220226;14.4;-.8;6.8;2.9;5.49;0;2.11;14008
+75079;44.5368;.44596;90;20220227;16.5;-.1;8.2;2.1;7.43;0;1.75;11870
+75079;44.5368;.44596;90;20220228;18.5;1.1;9.8;1.4;8.29;0;1.75;14195
+75079;44.5368;.44596;90;20220301;17.7;.1;8.9;2.6;8.06;0;2.03;14051
+75079;44.5368;.44596;90;20220302;13.3;6.3;9.8;2.9;9.99;1.3;1.19;5000
+75079;44.5368;.44596;90;20220303;15.4;5;10.2;2.2;10.33;0;1.42;10690
+75079;44.5368;.44596;90;20220304;9.8;7.4;8.6;4.2;10.63;3.7;.62;2167
+75079;44.5368;.44596;90;20220305;10.1;6.8;8.4;2.4;8.8;.1;1.09;5306
+75079;44.5368;.44596;90;20220306;12.8;5.7;9.3;2;6.96;0;1.85;12516
+75079;44.5368;.44596;90;20220307;12;-3.5;4.2;2.1;5.89;0;1.65;15504
+75079;44.5368;.44596;90;20220308;12.6;1.5;7;2.4;8.36;.7;1.24;7778
+75079;44.5368;.44596;90;20220309;16.2;1.1;8.7;3.7;9.33;.3;1.9;14430
+75079;44.5368;.44596;90;20220310;15;8.7;11.8;3.8;10.79;.7;1.68;7508
+75079;44.5368;.44596;90;20220311;14.2;9;11.6;2.9;10.6;7.7;1.43;6063
+75079;44.5368;.44596;90;20220312;12.9;7;10;3.1;10.19;.7;1.35;7828
+75079;44.5368;.44596;90;20220313;12.1;7.6;9.9;4.1;9.39;9.1;1.57;6722
+75079;44.5368;.44596;90;20220314;15.3;2.1;8.7;5.6;9.53;0;1.74;9074
+75079;44.5368;.44596;90;20220315;18.4;12.7;15.5;6.4;11.8;0;2.8;8592
+75079;44.5368;.44596;90;20220316;16.7;9.6;13.1;3.2;12.23;.2;1.63;7148
+75079;44.5368;.44596;90;20220317;13.5;10.9;12.2;4;10.89;6.8;1.6;4845
+75079;44.5368;.44596;90;20220318;15.9;8;11.9;2.3;9.64;0;1.93;10200
+75079;44.5368;.44596;90;20220319;18.3;4.3;11.3;3.6;8.84;0;2.79;16400
+75079;44.5368;.44596;90;20220320;17.4;4.9;11.2;4.2;9.54;0;2.34;10250
+75079;44.5368;.44596;90;20220321;18.3;8.8;13.5;6.4;9.24;0;3.69;16500
+75079;44.5368;.44596;90;20220322;17.4;6.2;11.8;6.2;6.89;0;4;17500
+75079;44.5368;.44596;90;20220323;17.8;3.4;10.6;4.2;6.79;0;3.5;19500
+75079;44.5368;.44596;90;20220324;18.6;-.9;8.8;2.8;7.24;0;2.95;20050
+75079;44.5368;.44596;90;20220325;19.7;.7;10.2;2.4;6.84;0;2.88;15800
+75079;44.5368;.44596;90;20220326;21.1;.5;10.8;2.8;6.29;0;3.59;20000
+75079;44.5368;.44596;90;20220327;21.9;1.7;11.8;3.3;7.19;0;3.83;19100
+75079;44.5368;.44596;90;20220328;22.1;2.1;12.1;2.3;8.09;0;3.12;16500
+75079;44.5368;.44596;90;20220329;17.7;5.6;11.6;2.1;10.39;1.6;1.77;8250
+75079;44.5368;.44596;90;20220330;15.3;9.6;12.4;2.8;11.44;1.7;1.71;8300
+75079;44.5368;.44596;90;20220331;14.5;8;11.3;5.4;9.34;1.3;2.69;14750
+75079;44.5368;.44596;90;20220401;9.6;-.2;4.7;6.9;5.59;.4;2.4;15250
+75079;44.5368;.44596;90;20220402;9.5;2;5.7;5.1;5.29;0;2.52;14350
+75079;44.5368;.44596;90;20220403;6.1;-3.9;1.1;1.2;5.1;0;1.36;14205
+75079;44.5368;.44596;90;20220404;12.8;-2.7;5;2.4;4.89;0;2.71;22600
+75079;44.5368;.44596;90;20220405;15.4;-2.3;6.5;1.3;6.75;0;2.19;17782
+75079;44.5368;.44596;90;20220406;13;7.6;10.3;2.9;10.83;.9;1.14;5035
+75079;44.5368;.44596;90;20220407;16.3;10.1;13.2;5.8;12.14;9.4;2.08;7850
+75079;44.5368;.44596;90;20220408;19.1;11.1;15.1;5.9;11.44;.8;3.14;9850
+75079;44.5368;.44596;90;20220409;15.1;6.3;10.7;2.6;8.09;.1;2.79;17700
+75079;44.5368;.44596;90;20220410;19.6;-.9;9.3;3.1;6.96;0;3.63;22992
+75079;44.5368;.44596;90;20220411;21.9;5.2;13.5;6.9;10.19;0;4.36;19950
+75079;44.5368;.44596;90;20220412;18;10.3;14.1;4.9;11.49;1.9;2.6;8550
+75079;44.5368;.44596;90;20220413;14.5;10.3;12.4;1.8;13.19;3.1;1.08;4850
+75079;44.5368;.44596;90;20220414;23.3;8;15.7;1.3;12.54;.1;3.26;20850
+75079;44.5368;.44596;90;20220415;25.1;6.5;15.8;1.9;12.74;0;3.63;21350
+75079;44.5368;.44596;90;20220416;24.4;6.6;15.5;2.6;11.44;0;4.17;24150
+75079;44.5368;.44596;90;20220417;23.2;4.1;13.7;2.5;10.49;0;3.99;24150
+75079;44.5368;.44596;90;20220418;19.3;10.7;15;3;11.99;0;2.91;15000
+75079;44.5368;.44596;90;20220419;15.8;9.1;12.4;3.1;12.29;9.6;1.67;8450
+75079;44.5368;.44596;90;20220420;14.2;8.9;11.5;2.1;11.84;5.2;1.32;6300
+75079;44.5368;.44596;90;20220421;17.2;9.5;13.4;2.3;12.69;.7;1.86;9600
+75079;44.5368;.44596;90;20220422;19.4;10.8;15.1;1.9;12.94;0;2.57;14350
+75079;44.5368;.44596;90;20220423;12.8;8.8;10.8;2.8;11.99;13.1;.89;3000
+75079;44.5368;.44596;90;20220424;17.6;9.5;13.6;5;11.94;0;2.41;9800
+75079;44.5368;.44596;90;20220425;19.3;4.7;12;1.3;10.89;0;3.03;21600
+75079;44.5368;.44596;90;20220426;23;4;13.5;2.1;10.89;0;3.98;25850
+75079;44.5368;.44596;90;20220427;23.2;6.9;15;2.1;12.89;0;3.23;18050
+75079;44.5368;.44596;90;20220428;20.8;12.3;16.6;2.5;14.69;0;2.69;13700
+75079;44.5368;.44596;90;20220429;21.5;10.6;16.1;2.7;14.04;0;3.27;18850
+75079;44.5368;.44596;90;20220430;22.5;11.1;16.8;2.8;12.89;0;3.97;22000
+75079;44.5368;.44596;90;20220501;21.2;7.2;14.2;1.9;11.24;0;3.52;21250
+75079;44.5368;.44596;90;20220502;20.5;10.1;15.3;2.2;11.79;0;3.26;17500
+75079;44.5368;.44596;90;20220503;22.5;10.6;16.5;1.7;13.14;2.2;3.32;18400
+75079;44.5368;.44596;90;20220504;22;9.3;15.6;2.5;11.74;0;3.64;19100
+75079;44.5368;.44596;90;20220505;22;8.2;15.1;3;10.84;0;4.23;23600
+75079;44.5368;.44596;90;20220506;22.7;7.8;15.3;2.7;11.46;.1;4.05;22486
+75079;44.5368;.44596;90;20220507;24.2;8.7;16.5;2.1;12.19;0;4.21;23716
+75079;44.5368;.44596;90;20220508;25.6;9.1;17.3;1.8;12.26;0;4.49;25168
+75079;44.5368;.44596;90;20220509;27.4;8.4;17.9;1.3;12.13;0;4.6;26505
+75079;44.5368;.44596;90;20220510;29.2;8.3;18.7;2;12.93;.1;5.15;26701
+75079;44.5368;.44596;90;20220511;29.9;9.7;19.8;2.3;14.66;7.8;5.26;26062
+75079;44.5368;.44596;90;20220512;22.1;12.8;17.5;1.7;15.36;1;2.75;13757
+75079;44.5368;.44596;90;20220513;26;13.8;19.9;1.7;16.16;0;4.01;20807
+75079;44.5368;.44596;90;20220514;29.1;11.1;20.1;2.2;16.36;0;4.85;24482
+75079;44.5368;.44596;90;20220515;28.4;14.1;21.2;2.6;17.26;10.2;4.5;20327
+75079;44.5368;.44596;90;20220516;28.9;14.3;21.6;1.7;17.53;0;4.86;24997
+75079;44.5368;.44596;90;20220517;31.4;13.8;22.6;2.3;16.56;0;5.61;25861
+75079;44.5368;.44596;90;20220518;31.7;13;22.3;2.2;17.13;2.1;5.55;25961
+75079;44.5368;.44596;90;20220519;28.4;17.6;23;2.7;19.76;0;4.41;19427
+75079;44.5368;.44596;90;20220520;28;16.2;22.1;2.9;17.63;0;4.73;20831
+75079;44.5368;.44596;90;20220521;31.5;13.6;22.5;1.4;18.86;.1;4.94;24680
+75079;44.5368;.44596;90;20220522;31.4;17.4;24.4;2.8;20.59;.7;5.03;20873
+75079;44.5368;.44596;90;20220523;22.5;16.7;19.6;4.9;15.73;.7;3.75;13657
+75079;44.5368;.44596;90;20220524;20;11;15.5;2.6;12.86;.4;3.29;18057
+75079;44.5368;.44596;90;20220525;21.7;6.9;14.3;2.5;11.39;0;3.79;21804
+75079;44.5368;.44596;90;20220526;20;9.4;14.7;1.9;13.16;0;2.67;14469
+75079;44.5368;.44596;90;20220527;24.8;13.4;19.1;2.7;14.26;.1;4.85;25217
+75079;44.5368;.44596;90;20220528;27;11;19;2.6;12.16;0;5.53;27790
+75079;44.5368;.44596;90;20220529;23.9;8.6;16.3;2.7;9.29;0;5.23;27487
+75079;44.5368;.44596;90;20220530;24.8;7.4;16.1;2;9.06;1.2;4.97;27264
+75079;44.5368;.44596;90;20220531;26.1;13.1;19.6;2;11.59;.6;4.96;24221
+75079;44.5368;.44596;90;20220601;31.1;11.5;21.3;2.2;14.26;2.7;5.78;27075
+75079;44.5368;.44596;90;20220602;28.2;16.4;22.3;2.1;18.99;7;4.3;20179
+75079;44.5368;.44596;90;20220603;30.3;18.1;24.2;2.3;19.73;6.6;5.11;22526
+75079;44.5368;.44596;90;20220604;25.4;15.4;20.4;2.3;19.86;.7;3.08;14677
+75079;44.5368;.44596;90;20220605;23.8;16.4;20.1;2.7;16.86;0;3.63;16361
+75079;44.5368;.44596;90;20220606;26.2;11.7;19;1.4;15.33;.2;4.19;22352
+75079;44.5368;.44596;90;20220607;25.3;15.4;20.4;2.2;15.19;6.5;4.25;19851
+75079;44.5368;.44596;90;20220608;20.4;13.9;17.2;2.3;15.86;1.6;2.46;11687
+75079;44.5368;.44596;90;20220609;23.4;10;16.7;2;13.93;1;3.81;20938
+75079;44.5368;.44596;90;20220610;28.3;9.4;18.9;1.1;14.29;.1;5.02;28561
+75079;44.5368;.44596;90;20220611;31.8;11.9;21.9;1.3;16.43;0;5.39;27589
+75079;44.5368;.44596;90;20220612;30.3;15.9;23.1;2.1;19.56;1.6;4.68;20941
+75079;44.5368;.44596;90;20220613;30.9;17.4;24.2;2;19.66;0;5.44;25408
+75079;44.5368;.44596;90;20220614;35.2;15.3;25.2;2;19.53;.1;6.1;26289
+75079;44.5368;.44596;90;20220615;34.7;20;27.4;2.2;20.56;0;6.49;27386
+75079;44.5368;.44596;90;20220616;35.9;17.1;26.5;1.7;18.36;0;6.3;27400
+75079;44.5368;.44596;90;20220617;38;17.8;27.9;1.7;19.29;0;6.73;28386
+75079;44.5368;.44596;90;20220618;39;18.1;28.5;3.3;18.29;.2;8.28;28551
+75079;44.5368;.44596;90;20220619;31.3;18.2;24.7;3.1;20.16;12.5;5.68;23675
+75079;44.5368;.44596;90;20220620;30;17.4;23.7;2.7;19.89;1.4;5.2;23229
+75079;44.5368;.44596;90;20220621;28.2;18.1;23.1;2.2;20.29;3;4.12;18066
+75079;44.5368;.44596;90;20220622;26.9;18.1;22.5;2.8;19.29;1.9;4.55;21146
+75079;44.5368;.44596;90;20220623;25.8;15.9;20.9;2.2;18.39;14.2;3.71;17281
+75079;44.5368;.44596;90;20220624;24;16.3;20.2;2.7;17.36;1.3;4.08;20436
+75079;44.5368;.44596;90;20220625;19.6;13.6;16.6;2.2;15.99;4.8;2.15;10211
+75079;44.5368;.44596;90;20220626;18;13.6;15.8;2.1;15.69;2.9;1.93;9658
+75079;44.5368;.44596;90;20220627;23.8;13.6;18.7;2.5;14.66;0;4.34;22620
+75079;44.5368;.44596;90;20220628;25.6;11;18.3;1.9;13.36;0;4.95;27188
+75079;44.5368;.44596;90;20220629;26.4;10.8;18.6;2.1;14.69;4.6;4.8;25887
+75079;44.5368;.44596;90;20220630;17;14.1;15.5;2;15.29;3.7;1.7;7680
+75079;44.5368;.44596;90;20220701;23.3;9.3;16.3;1.3;12.93;0;4.31;26337
+75079;44.5368;.44596;90;20220702;29.8;8.9;19.3;1.5;13.56;0;5.42;29151
+75079;44.5368;.44596;90;20220703;28.4;14.9;21.6;2.6;15.63;.6;5.38;25195
+75079;44.5368;.44596;90;20220704;27.4;15.9;21.6;2.5;17.46;.2;4.75;22436
+75079;44.5368;.44596;90;20220705;29.1;15.9;22.5;2.2;16.13;0;5.68;27537
+75079;44.5368;.44596;90;20220706;29.2;13.7;21.4;2.4;14.46;0;5.56;25552
+75079;44.5368;.44596;90;20220707;28.6;13.2;20.9;2.3;15.09;0;5.55;27336
+75079;44.5368;.44596;90;20220708;29.3;14.6;22;2.6;15.46;0;5.89;27994
+75079;44.5368;.44596;90;20220709;31.4;13.2;22.3;2.2;14.59;0;6.11;28740
+75079;44.5368;.44596;90;20220710;32.1;14;23;2.2;15.09;0;6.23;28371
+75079;44.5368;.44596;90;20220711;34.4;14.2;24.3;1.6;16.16;0;6.19;28990
+75079;44.5368;.44596;90;20220712;35.4;15.1;25.2;1.9;15.66;0;6.65;29586
+75079;44.5368;.44596;90;20220713;35.4;13.7;24.5;1.4;14.56;0;6.15;29009
+75079;44.5368;.44596;90;20220714;37;14.8;25.9;1.7;16.09;0;6.63;29074
+75079;44.5368;.44596;90;20220715;34.6;16.3;25.5;1.6;15.59;0;6.12;27457
+75079;44.5368;.44596;90;20220716;35.7;15.6;25.6;1.7;15.49;0;6.39;28108
+75079;44.5368;.44596;90;20220717;37.4;15;26.2;1.7;14.63;0;6.63;28361
+75079;44.5368;.44596;90;20220718;39.6;19.4;29.5;3.4;15.79;0;8.53;27597
+75079;44.5368;.44596;90;20220719;31.6;19.3;25.5;2.8;19.43;7.6;5.26;19752
+75079;44.5368;.44596;90;20220720;29;19.4;24.2;3.2;17.83;0;5.21;19905
+75079;44.5368;.44596;90;20220721;31.3;14.7;23;1.5;17.03;0;5.37;26818
+75079;44.5368;.44596;90;20220722;29.2;16.9;23;3;17.93;0;5.13;21614
+75079;44.5368;.44596;90;20220723;29.7;14.9;22.3;1.6;16.19;0;5.14;25905
+75079;44.5368;.44596;90;20220724;36.6;13.7;25.1;1.6;16.03;0;6.23;28103
+75079;44.5368;.44596;90;20220725;28.9;19.9;24.4;4;18.26;0;5.08;16845
+75079;44.5368;.44596;90;20220726;27;15.3;21.2;2.4;14.86;0;4.94;23535
+75079;44.5368;.44596;90;20220727;28.9;12.9;20.9;2.2;13.83;0;5.4;26209
+75079;44.5368;.44596;90;20220728;29.1;13.8;21.5;2.5;15.33;0;5.22;24318
+75079;44.5368;.44596;90;20220729;28.3;16.4;22.4;2.4;16.59;.4;4.49;19116
+75079;44.5368;.44596;90;20220730;30.3;15.3;22.8;1.9;17.49;0;5.24;25571
+75079;44.5368;.44596;90;20220731;32.8;15;23.9;2.3;17.16;0;5.87;26524
+75079;44.5368;.44596;90;20220801;34.5;16.2;25.3;2.4;16.99;0;6.35;26847
+75079;44.5368;.44596;90;20220802;36;15;25.5;1.5;16.16;0;5.96;27214
+75079;44.5368;.44596;90;20220803;38.2;15.6;26.9;1.3;15.96;0;5.84;26336
+75079;44.5368;.44596;90;20220804;36.4;19.7;28;2.7;21.23;0;6.35;24030
+75079;44.5368;.44596;90;20220805;32.1;19;25.5;2.8;19.63;0;5.48;22078
+75079;44.5368;.44596;90;20220806;33.1;18.4;25.7;2.2;15.66;0;5.87;24464
+75079;44.5368;.44596;90;20220807;33.8;15.5;24.6;2.1;12.13;0;6.13;26361
+75079;44.5368;.44596;90;20220808;35.3;13.8;24.5;1.9;11.46;0;6.11;26190
+75079;44.5368;.44596;90;20220809;36.3;15.3;25.8;1.6;12.16;0;5.84;25367
+75079;44.5368;.44596;90;20220810;38;14.3;26.2;1.6;12.19;0;5.96;25349
+75079;44.5368;.44596;90;20220811;38.6;16.4;27.5;2;16.36;0;6.28;24275
+75079;44.5368;.44596;90;20220812;39.3;19.7;29.5;2.4;19.39;0;6.64;23990
+75079;44.5368;.44596;90;20220813;35.5;20.6;28.1;2.9;21.23;6.5;5.93;21370
+75079;44.5368;.44596;90;20220814;25.6;20.1;22.8;2.5;20.79;6.5;3.03;12243
+75079;44.5368;.44596;90;20220815;28.2;15.6;21.9;1.8;17.73;.1;3.8;17841
+75079;44.5368;.44596;90;20220816;26.8;14.9;20.9;1.8;18.46;7.5;2.98;13086
+75079;44.5368;.44596;90;20220817;25.5;14.6;20;2.4;17.49;2.3;3.68;18869
+75079;44.5368;.44596;90;20220818;27.3;14.1;20.7;2.7;16.53;0;4.34;21054
+75079;44.5368;.44596;90;20220819;28.1;15.4;21.7;2.4;17.73;.2;4.1;19161
+75079;44.5368;.44596;90;20220820;27.9;15.8;21.9;1.4;18.83;.1;3.69;18948
+75079;44.5368;.44596;90;20220821;27.8;15.5;21.7;2.1;17.79;.2;3.74;17214
+75079;44.5368;.44596;90;20220822;27.4;19.2;23.3;2.6;19.93;1.3;3.45;13499
+75079;44.5368;.44596;90;20220823;30;18.2;24.1;1.6;19.46;.1;4.12;19415
+75079;44.5368;.44596;90;20220824;34.8;15.4;25.1;1.6;18.39;1.8;4.99;23013
+75079;44.5368;.44596;90;20220825;29.3;19;24.1;2.7;21.19;0;3.91;15713
+75079;44.5368;.44596;90;20220826;30.5;19.2;24.9;2.4;20.36;0;4.34;18114
+75079;44.5368;.44596;90;20220827;31;15.5;23.2;1.5;16.63;0;4.37;21373
+75079;44.5368;.44596;90;20220828;33.3;12.9;23.1;1.5;14.19;0;4.74;23014
+75079;44.5368;.44596;90;20220829;32.6;15.5;24;2.7;16.33;1.1;4.45;13855
+75079;44.5368;.44596;90;20220830;33.2;15.5;24.4;1.6;17.73;0;4.59;21744
+75079;44.5368;.44596;90;20220831;32.1;16.4;24.3;2.3;18.36;0;4.42;17776
+75079;44.5368;.44596;90;20220901;29.1;18.9;24;2.3;19.63;10.4;3.75;15484
+75079;44.5368;.44596;90;20220902;27.2;17;22.1;2;18.59;2.6;3.29;15070
+75079;44.5368;.44596;90;20220903;28.2;16.1;22.1;1.5;17.83;.1;3.5;17635
+75079;44.5368;.44596;90;20220904;33.1;15.1;24.1;2.1;17.79;.7;4.62;20073
+75079;44.5368;.44596;90;20220905;34.4;17.4;25.9;2.5;19.39;1.7;5.09;20195
+75079;44.5368;.44596;90;20220906;31.9;17.4;24.7;2.6;17.99;.1;4.74;19525
+75079;44.5368;.44596;90;20220907;27.6;16.5;22.1;1.7;16.09;.1;3.37;15237
+75079;44.5368;.44596;90;20220908;24.1;13;18.5;2;16.06;1.1;2.7;13658
+75079;44.5368;.44596;90;20220909;25.5;14.4;19.9;2.3;15.66;.5;3.26;15205
+75079;44.5368;.44596;90;20220910;26.9;11.5;19.2;1.3;14.53;.1;3.33;19125
+75079;44.5368;.44596;90;20220911;31.4;12.4;21.9;2.1;14.33;0;4.43;20267
+75079;44.5368;.44596;90;20220912;36;16.7;26.4;3.4;17.13;.2;5.86;19006
+75079;44.5368;.44596;90;20220913;32.8;20.9;26.9;2.9;21.36;0;3.92;11197
+75079;44.5368;.44596;90;20220914;31.1;18.6;24.8;2.2;18.43;.8;4.06;16992
+75079;44.5368;.44596;90;20220915;29.2;14;21.6;2.1;17.33;.1;3.64;17746
+75079;44.5368;.44596;90;20220916;25.1;15.7;20.4;2.9;15.39;.1;3.42;14990
+75079;44.5368;.44596;90;20220917;21.8;8.9;15.4;2.1;9.33;0;3.26;18637
+75079;44.5368;.44596;90;20220918;25;4.9;15;1.5;8.09;0;3.26;19298
+75079;44.5368;.44596;90;20220919;26.2;5.2;15.7;1.9;8.69;0;3.61;19373
+75079;44.5368;.44596;90;20220920;24.7;5.6;15.2;1.6;8.79;0;3.21;18875
+75079;44.5368;.44596;90;20220921;25.2;5.4;15.3;1.4;8.89;0;3.05;18622
+75079;44.5368;.44596;90;20220922;27.1;5.4;16.3;1.3;9.76;0;3.11;18777
+75079;44.5368;.44596;90;20220923;22.1;7.9;15;1.6;12.23;3.2;2.02;9780
+75079;44.5368;.44596;90;20220924;20.5;11.1;15.8;1.7;14.63;4.1;1.71;8834
+75079;44.5368;.44596;90;20220925;20.4;9.2;14.8;1.6;12.09;.1;2.22;14093
+75079;44.5368;.44596;90;20220926;21.1;6.7;13.9;2.7;11.69;3.6;2.38;12736
+75079;44.5368;.44596;90;20220927;18.4;12.1;15.3;3.6;14.36;5.1;1.83;9130
+75079;44.5368;.44596;90;20220928;20.8;15;17.9;5.2;16.23;6.1;2.41;10559
+75079;44.5368;.44596;90;20220929;17.4;12.6;15;2.1;13.99;4.6;1.53;7877
+75079;44.5368;.44596;90;20220930;19.6;8.9;14.3;2;11.46;.3;2.28;14808
+75079;44.5368;.44596;90;20221001;21;10.1;15.6;3.3;15.29;0;1.7;8445
+75079;44.5368;.44596;90;20221002;22.6;14.2;18.4;1.4;16.63;.1;1.84;10066
+75079;44.5368;.44596;90;20221003;24.2;10.8;17.5;1.1;14.33;0;2.22;14815
+75079;44.5368;.44596;90;20221004;25.2;7.7;16.4;1.2;13.16;.1;2.33;15670
+75079;44.5368;.44596;90;20221005;27;9.7;18.4;2.7;14.39;.1;3.09;15100
+75079;44.5368;.44596;90;20221006;22;14.5;18.2;1.5;16.46;0;1.68;8717
+75079;44.5368;.44596;90;20221007;25.2;10.8;18;1.6;15.03;0;2.29;13600
+75079;44.5368;.44596;90;20221008;22.8;12.7;17.8;1.5;15.43;.5;1.79;9323
+75079;44.5368;.44596;90;20221009;26;10.3;18.1;2.5;13.89;.1;2.8;14030
+75079;44.5368;.44596;90;20221010;23.1;13.1;18.1;2.4;15.96;0;1.91;8412
+75079;44.5368;.44596;90;20221011;21.2;14.9;18;1.7;17.29;0;1.38;6887
+75079;44.5368;.44596;90;20221012;22.6;13.5;18.1;1.3;15.57;.3;1.68;9694
+75079;44.5368;.44596;90;20221013;20.8;10.9;15.8;1.6;15.1;3.2;1.39;7777
+75079;44.5368;.44596;90;20221014;21;16.5;18.7;3.2;17.93;.9;1.55;5660
+75079;44.5368;.44596;90;20221015;25.5;14.6;20.1;2;16.39;0;2.27;11535
+75079;44.5368;.44596;90;20221016;28;14.6;21.3;3.6;17.39;0;3.08;11816
+75079;44.5368;.44596;90;20221017;26;17;21.5;2.7;18.93;0;2.14;7442
+75079;44.5368;.44596;90;20221018;29.1;16;22.5;4.1;18.03;0;3.44;11728
+75079;44.5368;.44596;90;20221019;27;15.4;21.2;4.2;17.69;1.6;2.91;8121
+75079;44.5368;.44596;90;20221020;25.8;14.6;20.2;3.3;17.46;.8;2.28;7433
+75079;44.5368;.44596;90;20221021;23.8;15;19.4;2.4;15.43;.9;2.04;7065
+75079;44.5368;.44596;90;20221022;25.5;10.9;18.2;3;14.66;.1;2.48;11233
+75079;44.5368;.44596;90;20221023;26.7;15.1;20.9;3.2;14.33;.1;2.89;6460
+75079;44.5368;.44596;90;20221024;24.2;9.8;17;2;12.06;.1;2.08;10208
+75079;44.5368;.44596;90;20221025;23.9;8.9;16.4;2.6;13.33;0;2.04;8009
+75079;44.5368;.44596;90;20221026;26.1;10.4;18.3;2.8;14.99;.1;2.27;9537
+75079;44.5368;.44596;90;20221027;25.8;15.1;20.5;5;17.39;0;2.68;5913
+75079;44.5368;.44596;90;20221028;27.4;18.3;22.8;4.3;16.99;0;3.27;7891
+75079;44.5368;.44596;90;20221029;26.6;15.5;21;3.6;15.09;0;2.83;7926
+75079;44.5368;.44596;90;20221030;23.9;11.5;17.7;1.8;14.46;0;1.63;7971
+75079;44.5368;.44596;90;20221031;22;11.9;16.9;2.9;15.29;4.1;1.54;5427
+75079;44.5368;.44596;90;20221101;19.7;11.2;15.4;1.8;13.83;.1;1.23;7238
+75079;44.5368;.44596;90;20221102;19.9;6.9;13.4;1.9;11.29;0;1.41;9422
+75079;44.5368;.44596;90;20221103;20.7;9.2;15;4.1;11.86;5.1;2.13;4438
+75079;44.5368;.44596;90;20221104;15.4;9.6;12.5;4.5;10.83;3.8;1.62;6371
+75079;44.5368;.44596;90;20221105;17.1;3.8;10.5;1.2;9.16;0;1.04;8460
+75079;44.5368;.44596;90;20221106;18.4;3;10.7;2.6;9.89;1.2;1.42;7920
+75079;44.5368;.44596;90;20221107;19.4;6.5;13;2.7;11.33;.1;1.46;8700
+75079;44.5368;.44596;90;20221108;19.3;10.4;14.8;3.9;13.43;.6;1.5;4742
+75079;44.5368;.44596;90;20221109;15.8;13;14.4;1.6;14.09;3.1;.8;2953
+75079;44.5368;.44596;90;20221110;14.1;6.9;10.5;1.4;11.49;0;.65;4711
+75079;44.5368;.44596;90;20221111;20.1;3.5;11.8;1.5;11.06;.1;1.02;8405
+75079;44.5368;.44596;90;20221112;22.2;8.1;15.2;2.3;12.66;.1;1.46;8388
+75079;44.5368;.44596;90;20221113;20.9;4.9;12.9;2.1;10.79;.1;1.35;8628
+75079;44.5368;.44596;90;20221114;14.8;8.1;11.4;2.6;12.29;3.9;.74;2271
+75079;44.5368;.44596;90;20221115;16.7;10.6;13.6;2.9;13.49;7.3;.92;3406
+75079;44.5368;.44596;90;20221116;18.5;10.1;14.3;3.3;12.53;.8;1.34;7107
+75079;44.5368;.44596;90;20221117;18.2;12.8;15.5;4;13.16;2.5;1.56;5336
+75079;44.5368;.44596;90;20221118;14;6.8;10.4;2.3;10.73;4.3;.79;4878
+75079;44.5368;.44596;90;20221119;11.7;6.7;9.2;1.7;9.73;1.4;.67;4632
+75079;44.5368;.44596;90;20221120;12.6;1.5;7.1;1.9;9.36;2.4;.59;4302
+75079;44.5368;.44596;90;20221121;13.9;6.6;10.2;3.5;11.06;21.4;.84;2147
+75079;44.5368;.44596;90;20221122;10.8;6.4;8.6;3.8;10.03;17.1;.65;3642
+75079;44.5368;.44596;90;20221123;16.6;8.7;12.6;3.7;12.09;3.2;1.08;5122
+75079;44.5368;.44596;90;20221124;13.3;5.9;9.6;2.2;10.56;1.5;.64;4060
+75079;44.5368;.44596;90;20221125;14.1;7.3;10.7;2;10.56;4.6;.75;4250
+75079;44.5368;.44596;90;20221126;10.9;1.7;6.3;1.8;8.49;.1;.52;4457
+75079;44.5368;.44596;90;20221127;11.9;2.1;7;3;9.19;8.2;.56;5309
+75079;44.5368;.44596;90;20221128;13.9;9.3;11.6;2.8;11.26;3.1;.81;4621
+75079;44.5368;.44596;90;20221129;10.5;3.6;7;1.3;9.33;.1;.44;3786
+75079;44.5368;.44596;90;20221130;9.7;2.9;6.3;1.3;7.96;.1;.5;4242
+75079;44.5368;.44596;90;20221201;9.5;-.5;4.5;1.7;7.36;0;.49;4509
+75079;44.5368;.44596;90;20221202;8.2;5;6.6;1.5;7.83;.2;.59;2407
+75079;44.5368;.44596;90;20221203;7.8;3.5;5.6;1.3;7.86;1.3;.46;3152
+75079;44.5368;.44596;90;20221204;8.6;2.6;5.6;1.3;7.69;0;.44;3989
+75079;44.5368;.44596;90;20221205;10.1;-.7;4.7;2.4;6.99;.1;.61;6043
+75079;44.5368;.44596;90;20221206;11.1;2.5;6.8;1.8;7.56;0;.73;3852
+75079;44.5368;.44596;90;20221207;9.3;.5;4.9;1.5;6.93;0;.45;5992
+75079;44.5368;.44596;90;20221208;8;-.9;3.6;1.9;7.29;6.4;.41;3138
+75079;44.5368;.44596;90;20221209;7.7;5.4;6.6;1.8;8.73;.6;.49;1786
+75079;44.5368;.44596;90;20221210;2;-2;0;3.1;5.16;0;.49;3396
+75079;44.5368;.44596;90;20221211;4.1;-6.8;-1.4;1.7;4.39;.1;.39;5680
+75079;44.5368;.44596;90;20221212;2.5;-5.8;-1.6;2.6;5.66;9;.19;2296
+75079;44.5368;.44596;90;20221213;8.9;2.4;5.6;3.2;9.99;5.8;.13;2014
+75079;44.5368;.44596;90;20221214;16.1;7.3;11.7;2.3;12.16;2.5;.63;4135
+75079;44.5368;.44596;90;20221215;12.1;7.6;9.9;2.4;11.19;1.6;.55;2418
+75079;44.5368;.44596;90;20221216;8.4;5.1;6.8;2.5;7.89;.5;.71;2916
+75079;44.5368;.44596;90;20221217;7.5;-5.3;1.1;1.4;5.29;.1;.37;6205
+75079;44.5368;.44596;90;20221218;12.2;.1;6.2;4.2;8.16;0;.78;5748
+75079;44.5368;.44596;90;20221219;15.8;5.7;10.7;3.9;10.56;0;1.02;4713
+75079;44.5368;.44596;90;20221220;14.3;9.5;11.9;4;12.26;4.8;.87;1287
+75079;44.5368;.44596;90;20221221;17.5;8.9;13.2;2.5;12.63;0;.79;4857
+75079;44.5368;.44596;90;20221222;15.6;10.5;13;3.1;13.39;7.5;.73;2342
+75079;44.5368;.44596;90;20221223;17.7;12.8;15.3;2.2;13.93;0;.89;3279
+75079;44.5368;.44596;90;20221224;17.1;10.2;13.6;1.9;12.23;0;.76;4939
+75079;44.5368;.44596;90;20221225;17;4.2;10.6;2.8;10.69;0;.82;6157
+75079;44.5368;.44596;90;20221226;15.2;8.2;11.7;1.6;11.73;.7;.64;3246
+75079;44.5368;.44596;90;20221227;14;8.3;11.1;1.3;11.46;.2;.49;4060
+75079;44.5368;.44596;90;20221228;16.2;6;11.1;2.8;10.63;0;.88;5300
+75079;44.5368;.44596;90;20221229;12.1;9;10.5;2.2;11.19;9.1;.66;1562
+75079;44.5368;.44596;90;20221230;15.1;9.3;12.2;3.2;12.06;.8;.84;3179
+75079;44.5368;.44596;90;20221231;18.8;9.8;14.3;3.8;11.96;0;1.45;5506
+75080;44.56508;.75808;113;20220101;16.6;4.9;10.8;2.1;9.24;0;.85;5585
+75080;44.56508;.75808;113;20220102;14.4;6.8;10.6;2.4;10.26;.1;.8;3912
+75080;44.56508;.75808;113;20220103;12.2;7.2;9.7;3.1;11.03;0;.5;3313
+75080;44.56508;.75808;113;20220104;16.6;9.4;13;3.9;10.36;1.5;1.5;4405
+75080;44.56508;.75808;113;20220105;7.7;1.6;4.7;2.1;6.74;0;.57;3957
+75080;44.56508;.75808;113;20220106;7.8;-3.1;2.3;1;5.14;.1;.37;5948
+75080;44.56508;.75808;113;20220107;10;-2.1;4;2.9;7.01;6;.6;4960
+75080;44.56508;.75808;113;20220108;11.4;6.8;9.1;5.1;10.36;5.1;.64;2821
+75080;44.56508;.75808;113;20220109;9;6.8;7.9;3.1;9.86;23.6;.48;1309
+75080;44.56508;.75808;113;20220110;9.4;7.8;8.6;1.4;10.26;3.2;.48;954
+75080;44.56508;.75808;113;20220111;9.2;2;5.6;1.8;7.08;.1;.57;5277
+75080;44.56508;.75808;113;20220112;7.3;-2.4;2.4;1.6;5.28;0;.54;6519
+75080;44.56508;.75808;113;20220113;1.8;-3.5;-.9;2.1;5.41;0;.28;2677
+75080;44.56508;.75808;113;20220114;9.2;-3.1;3.1;1.8;5.46;.1;.63;6626
+75080;44.56508;.75808;113;20220115;6.6;-3.5;1.6;1.2;5.56;.1;.39;5544
+75080;44.56508;.75808;113;20220116;4;-2.9;.5;1.4;5.66;.1;.35;4054
+75080;44.56508;.75808;113;20220117;4.5;-2.2;1.1;1.1;6.38;.1;.3;3769
+75080;44.56508;.75808;113;20220118;2.6;-.5;1;1.2;6.71;.3;.26;2067
+75080;44.56508;.75808;113;20220119;5.5;1.7;3.6;2.3;7.66;2.6;.32;2442
+75080;44.56508;.75808;113;20220120;8;3;5.5;2;7.36;.2;.6;3803
+75080;44.56508;.75808;113;20220121;6.9;-.7;3.1;2.9;5.26;.1;.87;6396
+75080;44.56508;.75808;113;20220122;8.5;-3.4;2.5;1.6;5.17;0;.66;7192
+75080;44.56508;.75808;113;20220123;11.8;-2.8;4.5;1.3;5.43;0;.72;7914
+75080;44.56508;.75808;113;20220124;12.2;-2.5;4.9;1.6;5.87;0;.76;7861
+75080;44.56508;.75808;113;20220125;11.6;-1;5.3;1.5;6.68;0;.72;7099
+75080;44.56508;.75808;113;20220126;10.7;-1.9;4.4;.9;6.43;0;.56;6778
+75080;44.56508;.75808;113;20220127;2.6;-3.3;-.4;1.5;5.58;.1;.35;4388
+75080;44.56508;.75808;113;20220128;1.2;-3.2;-1;1.1;5.89;0;.32;3727
+75080;44.56508;.75808;113;20220129;1.4;-.5;.4;1.2;6.39;0;.32;2034
+75080;44.56508;.75808;113;20220130;7.4;.5;4;1.6;7.93;.2;.4;4144
+75080;44.56508;.75808;113;20220131;9.7;4;6.8;3.7;9.01;1.2;.6;3755
+75080;44.56508;.75808;113;20220201;8.2;.3;4.3;3.3;8.21;.9;.37;5093
+75080;44.56508;.75808;113;20220202;9.9;7.4;8.7;2.7;10.38;.1;.54;2934
+75080;44.56508;.75808;113;20220203;7.2;1.6;4.4;2.1;8.61;.4;.31;3076
+75080;44.56508;.75808;113;20220204;11.4;6.2;8.8;2.2;10.46;2.9;.57;3053
+75080;44.56508;.75808;113;20220205;11.2;5.6;8.4;2.4;7.83;0;1.07;7436
+75080;44.56508;.75808;113;20220206;10.2;-3.1;3.5;2.8;7.89;1.3;.58;5636
+75080;44.56508;.75808;113;20220207;12.7;8.5;10.6;3.4;9.71;.8;1.11;4478
+75080;44.56508;.75808;113;20220208;14.5;1.1;7.8;1.3;6.78;0;1.06;9145
+75080;44.56508;.75808;113;20220209;16.6;1.9;9.2;3.3;7.51;0;1.8;9735
+75080;44.56508;.75808;113;20220210;13;3.5;8.2;1.6;8.72;.8;1.12;10458
+75080;44.56508;.75808;113;20220211;12.9;7.9;10.4;2;8.49;0;1.27;7890
+75080;44.56508;.75808;113;20220212;13.1;-2.5;5.3;1.2;5.51;0;1.08;9271
+75080;44.56508;.75808;113;20220213;17.4;-1;8.2;3.2;8.59;1.8;1.62;10743
+75080;44.56508;.75808;113;20220214;11.5;8.7;10.1;3.9;9.89;4.7;1.19;4961
+75080;44.56508;.75808;113;20220215;10.3;3.3;6.8;2.7;9.44;7.3;.69;5061
+75080;44.56508;.75808;113;20220216;14.2;8.4;11.3;5.4;12.23;6;.85;5452
+75080;44.56508;.75808;113;20220217;13.7;11.7;12.7;3.8;13.48;2.2;.68;2888
+75080;44.56508;.75808;113;20220218;15.8;8.9;12.4;2.6;11.63;.3;1.19;6251
+75080;44.56508;.75808;113;20220219;12;5.9;8.9;1.9;8.26;0;1.2;8935
+75080;44.56508;.75808;113;20220220;12.8;2.5;7.6;3.2;9.88;2.2;.78;6074
+75080;44.56508;.75808;113;20220221;12.5;9.7;11.1;5.8;9.71;.5;1.69;5607
+75080;44.56508;.75808;113;20220222;14.5;6;10.2;2.3;9.46;0;1.36;9273
+75080;44.56508;.75808;113;20220223;16.9;4.6;10.8;1.2;8.91;.1;1.4;11545
+75080;44.56508;.75808;113;20220224;15.4;5;10.2;2.6;9.18;.2;1.48;8242
+75080;44.56508;.75808;113;20220225;11.7;1.9;6.8;2.3;6.48;0;1.49;11510
+75080;44.56508;.75808;113;20220226;14.5;-.1;7.2;2.7;5.26;0;2.09;13176
+75080;44.56508;.75808;113;20220227;16.1;.9;8.5;2;7.08;0;1.71;11404
+75080;44.56508;.75808;113;20220228;17.8;3;10.4;1.6;8.23;0;1.74;12625
+75080;44.56508;.75808;113;20220301;17.5;2.4;10;2.4;7.63;0;2.06;12625
+75080;44.56508;.75808;113;20220302;12.8;6.2;9.5;2.8;9.51;.7;1.17;5455
+75080;44.56508;.75808;113;20220303;16.2;6.2;11.2;1.9;10.08;0;1.52;10365
+75080;44.56508;.75808;113;20220304;9.6;6.8;8.2;4;10.38;3.7;.57;3520
+75080;44.56508;.75808;113;20220305;8.7;6.8;7.8;2.7;9.24;.6;.81;3904
+75080;44.56508;.75808;113;20220306;12.5;5.2;8.8;2;6.66;0;1.76;11746
+75080;44.56508;.75808;113;20220307;11.8;-2.8;4.5;2.3;5.61;0;1.67;14482
+75080;44.56508;.75808;113;20220308;14;2;8;2.7;8.13;1.4;1.52;9359
+75080;44.56508;.75808;113;20220309;16.2;3.5;9.9;3.7;9.36;.2;1.95;12839
+75080;44.56508;.75808;113;20220310;14.3;8.8;11.5;3.7;10.33;.9;1.57;6961
+75080;44.56508;.75808;113;20220311;14.3;9.1;11.7;3.7;10.41;6.4;1.57;6097
+75080;44.56508;.75808;113;20220312;11.7;7.4;9.5;3;10.23;1.9;1.06;6289
+75080;44.56508;.75808;113;20220313;11;7.6;9.3;4.4;9.03;1.8;1.4;5634
+75080;44.56508;.75808;113;20220314;14.9;2.2;8.5;5.3;9.26;0;1.66;9835
+75080;44.56508;.75808;113;20220315;18.3;12.4;15.4;6.9;11.45;0;2.76;8526
+75080;44.56508;.75808;113;20220316;16.7;10.6;13.7;2.9;11.76;.1;1.7;6895
+75080;44.56508;.75808;113;20220317;13.8;11.1;12.4;3.4;10.86;1.7;1.53;5093
+75080;44.56508;.75808;113;20220318;14.9;7.9;11.4;2;9.49;0;1.75;9369
+75080;44.56508;.75808;113;20220319;18.2;4.8;11.5;3;8.59;0;2.66;16065
+75080;44.56508;.75808;113;20220320;17.3;4.9;11.1;4;9.39;0;2.45;12398
+75080;44.56508;.75808;113;20220321;17.5;9;13.3;6;8.97;0;3.52;15746
+75080;44.56508;.75808;113;20220322;17.2;6.5;11.9;5.9;6.69;0;3.96;17061
+75080;44.56508;.75808;113;20220323;17.5;3.3;10.4;3.8;6.39;0;3.42;18948
+75080;44.56508;.75808;113;20220324;18.9;-1.3;8.8;2.3;6.72;0;2.83;19884
+75080;44.56508;.75808;113;20220325;20.4;.6;10.5;1.8;6.37;0;2.79;16885
+75080;44.56508;.75808;113;20220326;21.1;.5;10.8;2.5;6.07;0;3.45;19986
+75080;44.56508;.75808;113;20220327;21.9;2.3;12.1;2.8;6.99;0;3.69;19297
+75080;44.56508;.75808;113;20220328;22.4;2.2;12.3;1.8;7.57;0;3.06;17372
+75080;44.56508;.75808;113;20220329;17.8;5.8;11.8;1.4;9.82;2;1.87;10460
+75080;44.56508;.75808;113;20220330;14.8;9.8;12.3;2.3;11.34;2.2;1.5;6663
+75080;44.56508;.75808;113;20220331;14.5;8.1;11.3;4.9;9.24;1.3;2.56;12924
+75080;44.56508;.75808;113;20220401;8.7;.4;4.6;6.5;5.62;.7;2.23;13841
+75080;44.56508;.75808;113;20220402;8.9;1.6;5.2;4.6;5.34;0;2.24;12569
+75080;44.56508;.75808;113;20220403;6.6;-3.3;1.7;2;5.11;0;1.6;14954
+75080;44.56508;.75808;113;20220404;12.6;-2.1;5.2;1.7;5;0;2.34;19685
+75080;44.56508;.75808;113;20220405;14.7;-2.1;6.3;1.3;7;0;2;15943
+75080;44.56508;.75808;113;20220406;12.6;7.8;10.2;2.8;10.93;1.4;1.09;4735
+75080;44.56508;.75808;113;20220407;15.8;9.8;12.8;5.1;12.14;8.7;1.89;7849
+75080;44.56508;.75808;113;20220408;19.1;11.1;15.1;5.4;11.39;.8;3.13;10891
+75080;44.56508;.75808;113;20220409;15.1;5.6;10.3;2.5;7.84;.1;2.73;17317
+75080;44.56508;.75808;113;20220410;19.3;-.9;9.2;2.6;6.66;0;3.48;23025
+75080;44.56508;.75808;113;20220411;21.3;4.9;13.1;5.9;9.72;0;4.1;19688
+75080;44.56508;.75808;113;20220412;18.3;11;14.6;4.5;11.02;14.5;2.97;11342
+75080;44.56508;.75808;113;20220413;14.4;10.5;12.5;1.4;12.77;3.8;1.11;4776
+75080;44.56508;.75808;113;20220414;23.3;7.2;15.2;1.2;12.29;.1;3.24;21084
+75080;44.56508;.75808;113;20220415;24.5;7.1;15.8;1.8;12.57;0;3.5;20779
+75080;44.56508;.75808;113;20220416;24.3;7.3;15.8;2.6;11.34;0;4.13;23094
+75080;44.56508;.75808;113;20220417;23.5;4.1;13.8;2.4;10.07;0;3.97;23810
+75080;44.56508;.75808;113;20220418;19.2;9.5;14.4;2.6;11.59;0;2.84;15312
+75080;44.56508;.75808;113;20220419;15.9;8.3;12.1;2.5;11.92;15.1;1.65;8525
+75080;44.56508;.75808;113;20220420;13.9;8.9;11.4;1.8;11.92;6.8;1.37;7375
+75080;44.56508;.75808;113;20220421;17.2;9.8;13.5;2;12.77;.7;1.69;8219
+75080;44.56508;.75808;113;20220422;19;10.9;15;1.3;12.99;0;2.35;13484
+75080;44.56508;.75808;113;20220423;13;8.5;10.7;2.6;11.84;16.2;1.1;5374
+75080;44.56508;.75808;113;20220424;17.2;9.6;13.4;4.4;12.04;0;2.23;9424
+75080;44.56508;.75808;113;20220425;18.8;5.3;12;1.2;10.67;0;2.75;18726
+75080;44.56508;.75808;113;20220426;22.7;4;13.4;1.6;10.49;0;3.78;24978
+75080;44.56508;.75808;113;20220427;23.5;6.1;14.8;1.6;12.29;0;3.33;20015
+75080;44.56508;.75808;113;20220428;20.9;12.1;16.5;2.2;14.42;0;2.75;14469
+75080;44.56508;.75808;113;20220429;21.5;11.3;16.4;2.3;13.92;0;3.06;16543
+75080;44.56508;.75808;113;20220430;22.6;10.5;16.5;2.4;12.39;0;3.92;21892
+75080;44.56508;.75808;113;20220501;21;7.1;14.1;1.8;10.92;0;3.53;21831
+75080;44.56508;.75808;113;20220502;21;9.7;15.4;1.9;11.54;0;3.33;18703
+75080;44.56508;.75808;113;20220503;22.3;10.3;16.3;1.6;12.79;4.5;3.21;17743
+75080;44.56508;.75808;113;20220504;21.5;9.5;15.5;2.2;11.92;0;3.44;18573
+75080;44.56508;.75808;113;20220505;22;8.1;15.1;2.7;10.62;0;4.16;23104
+75080;44.56508;.75808;113;20220506;22.1;8.3;15.2;2.4;10.93;0;3.83;21368
+75080;44.56508;.75808;113;20220507;23.8;9.6;16.7;2.1;11.51;0;4.07;22160
+75080;44.56508;.75808;113;20220508;25.2;10.7;17.9;1.9;11.68;0;4.32;23071
+75080;44.56508;.75808;113;20220509;27.1;10.5;18.8;1.4;11.56;0;4.52;24243
+75080;44.56508;.75808;113;20220510;28.2;10.7;19.4;2;12.36;0;4.82;23894
+75080;44.56508;.75808;113;20220511;29.9;11.9;20.9;2.6;14.03;3.8;5.35;24245
+75080;44.56508;.75808;113;20220512;21;13.1;17.1;1.9;15.56;1.5;2.49;13009
+75080;44.56508;.75808;113;20220513;25.8;14;19.9;1.6;16.56;0;3.81;20285
+75080;44.56508;.75808;113;20220514;28.8;13;20.9;2;16.26;0;4.59;22725
+75080;44.56508;.75808;113;20220515;28.7;15.6;22.1;2.6;16.53;14.2;4.57;19592
+75080;44.56508;.75808;113;20220516;28.3;14.4;21.4;1.7;17.13;0;4.59;23707
+75080;44.56508;.75808;113;20220517;30.9;15.2;23;2.4;16.56;0;5.35;23962
+75080;44.56508;.75808;113;20220518;31.5;14.8;23.1;2.1;17.08;2.5;5.28;24255
+75080;44.56508;.75808;113;20220519;28.9;17.8;23.4;2.7;19.28;.1;4.53;19771
+75080;44.56508;.75808;113;20220520;28.3;16.9;22.6;3.2;16.56;0;4.95;20420
+75080;44.56508;.75808;113;20220521;31.5;15.3;23.4;1.5;19.31;0;4.79;23347
+75080;44.56508;.75808;113;20220522;31.3;18.5;24.9;2.4;20.36;1.1;4.83;20198
+75080;44.56508;.75808;113;20220523;22.1;16.5;19.3;4.4;15.76;1.1;3.41;13403
+75080;44.56508;.75808;113;20220524;19.6;11.6;15.6;2.5;12.91;.6;3.07;16761
+75080;44.56508;.75808;113;20220525;21.2;7.4;14.3;2.4;11.21;0;3.67;21401
+75080;44.56508;.75808;113;20220526;19.2;9.4;14.3;1.8;12.83;.1;2.58;14921
+75080;44.56508;.75808;113;20220527;24.8;12.5;18.7;2.5;13.96;0;4.68;25084
+75080;44.56508;.75808;113;20220528;26.4;11.3;18.9;2.6;11.91;0;5.23;26113
+75080;44.56508;.75808;113;20220529;23.5;9.6;16.5;2.8;9.03;0;5.04;25429
+75080;44.56508;.75808;113;20220530;24.6;7.6;16.1;1.9;8.83;.7;4.82;26561
+75080;44.56508;.75808;113;20220531;25.5;13.4;19.4;1.6;11.01;.3;4.52;22782
+75080;44.56508;.75808;113;20220601;31.1;12.8;22;2.1;14.16;5.1;5.64;26133
+75080;44.56508;.75808;113;20220602;28.1;16.8;22.4;2.1;18.81;8.8;4.24;19897
+75080;44.56508;.75808;113;20220603;30;17.6;23.8;2.5;18.76;9.5;5.09;22465
+75080;44.56508;.75808;113;20220604;25.1;14.9;20;2.6;19.61;2.7;3.16;16367
+75080;44.56508;.75808;113;20220605;23.4;16.1;19.7;3;17.13;0;3.43;16355
+75080;44.56508;.75808;113;20220606;25.9;12.9;19.4;1.5;15.61;.2;4;21067
+75080;44.56508;.75808;113;20220607;24.9;15.5;20.2;2.3;15.18;3.8;4.06;19238
+75080;44.56508;.75808;113;20220608;20.2;13.7;17;2;15.53;2.2;2.49;12753
+75080;44.56508;.75808;113;20220609;22.4;10.9;16.6;2.2;14.01;1.6;3.49;19402
+75080;44.56508;.75808;113;20220610;27.7;11;19.4;1.4;14.48;.1;4.79;26339
+75080;44.56508;.75808;113;20220611;31.5;13.7;22.6;1.4;15.63;0;5.24;25897
+75080;44.56508;.75808;113;20220612;29.9;16.6;23.3;1.9;19.38;1.6;4.5;20601
+75080;44.56508;.75808;113;20220613;30.5;18;24.3;1.7;20.13;0;5.01;23819
+75080;44.56508;.75808;113;20220614;34.1;17;25.6;2.1;19.56;.1;5.76;24468
+75080;44.56508;.75808;113;20220615;34.1;20.9;27.5;2.1;19.81;0;6.07;24960
+75080;44.56508;.75808;113;20220616;35;18.6;26.8;1.8;18.76;0;5.93;25233
+75080;44.56508;.75808;113;20220617;37;19;28;1.8;19.53;0;6.38;26458
+75080;44.56508;.75808;113;20220618;38.3;20.4;29.3;3.6;17.01;.1;8.14;26039
+75080;44.56508;.75808;113;20220619;31.7;19.2;25.4;3;18.88;1.2;5.78;22923
+75080;44.56508;.75808;113;20220620;29.9;17.2;23.6;2.1;20.13;.8;4.92;23166
+75080;44.56508;.75808;113;20220621;27.8;18.5;23.2;1.9;20.66;4.1;3.86;17488
+75080;44.56508;.75808;113;20220622;27;18.5;22.8;2.1;19.61;2.1;4.22;19990
+75080;44.56508;.75808;113;20220623;25.9;16;21;1.9;18.56;16.3;3.67;17826
+75080;44.56508;.75808;113;20220624;23.8;16.5;20.2;2.8;17.33;1.5;3.82;19074
+75080;44.56508;.75808;113;20220625;19.6;14.2;16.9;2.3;16.21;6.5;2.12;10403
+75080;44.56508;.75808;113;20220626;17.3;13.3;15.3;2.4;15.48;2.1;1.78;9610
+75080;44.56508;.75808;113;20220627;23.7;13.6;18.7;2.5;14.51;0;4.19;21783
+75080;44.56508;.75808;113;20220628;25.5;11.5;18.5;1.9;13.13;0;4.76;25785
+75080;44.56508;.75808;113;20220629;26.7;12;19.4;1.8;14.81;2.4;4.65;24755
+75080;44.56508;.75808;113;20220630;16.4;13.6;15;2.2;14.86;2.2;1.65;8154
+75080;44.56508;.75808;113;20220701;22.9;10.6;16.8;1.3;12.91;0;4.03;23830
+75080;44.56508;.75808;113;20220702;29.7;10.1;19.9;1.6;13.26;0;5.34;28026
+75080;44.56508;.75808;113;20220703;28.6;15.2;21.9;2.1;15.83;.2;5.1;24475
+75080;44.56508;.75808;113;20220704;27.7;16.2;21.9;2.5;17.18;.2;4.74;22122
+75080;44.56508;.75808;113;20220705;28.8;16.4;22.6;2.2;15.73;0;5.34;25328
+75080;44.56508;.75808;113;20220706;28.7;15.1;21.9;2.4;14.06;0;5.3;23548
+75080;44.56508;.75808;113;20220707;28.2;14.3;21.3;2.3;14.58;0;5.27;25264
+75080;44.56508;.75808;113;20220708;28.9;14.9;21.9;2.5;15.16;0;5.54;26273
+75080;44.56508;.75808;113;20220709;31.1;14.9;23;2.1;14.33;0;5.83;26399
+75080;44.56508;.75808;113;20220710;31.7;15.5;23.6;2.3;14.98;0;5.99;26259
+75080;44.56508;.75808;113;20220711;34;16.4;25.2;2.1;15.91;0;6.15;26470
+75080;44.56508;.75808;113;20220712;34.8;17.5;26.2;2.1;15.41;0;6.41;26593
+75080;44.56508;.75808;113;20220713;35.1;16.1;25.6;.9;14.76;0;5.81;29859
+75080;44.56508;.75808;113;20220714;36.4;17.5;26.9;1.8;15.91;0;6.31;26306
+75080;44.56508;.75808;113;20220715;34.4;18.1;26.2;1.5;15.63;0;5.78;25452
+75080;44.56508;.75808;113;20220716;35.4;17.4;26.4;1.9;15.73;0;6.23;26219
+75080;44.56508;.75808;113;20220717;37.2;17.3;27.3;2.1;14.13;0;6.77;26455
+75080;44.56508;.75808;113;20220718;39.5;21;30.3;3.5;15.21;0;8.5;26206
+75080;44.56508;.75808;113;20220719;32.9;19.6;26.3;2.9;18.46;5;5.75;21243
+75080;44.56508;.75808;113;20220720;28.9;18.9;23.9;3.4;17.66;0;5.13;20060
+75080;44.56508;.75808;113;20220721;31.7;15.5;23.6;1.6;16.68;0;5.36;25899
+75080;44.56508;.75808;113;20220722;29.6;17.6;23.6;3.1;18.01;0;5.13;21221
+75080;44.56508;.75808;113;20220723;29.1;15;22;1.8;16.16;0;4.93;24540
+75080;44.56508;.75808;113;20220724;36.5;15.4;26;1.8;15.58;0;6.25;26919
+75080;44.56508;.75808;113;20220725;28.9;19.5;24.2;4.1;17.93;0;5.04;17371
+75080;44.56508;.75808;113;20220726;26.8;15.4;21.1;2.3;14.48;0;4.72;22347
+75080;44.56508;.75808;113;20220727;28.7;12.7;20.7;2.2;13.41;0;5.23;25587
+75080;44.56508;.75808;113;20220728;28.9;13.9;21.4;2.5;14.96;0;5.1;23752
+75080;44.56508;.75808;113;20220729;27.9;16.5;22.2;2.3;16.28;.2;4.32;18808
+75080;44.56508;.75808;113;20220730;30.2;15.7;23;2.1;17.11;0;5.11;24355
+75080;44.56508;.75808;113;20220731;32.9;15.8;24.3;2.2;16.53;0;5.73;25499
+75080;44.56508;.75808;113;20220801;34.4;16.7;25.5;2.3;16.58;0;6.1;25828
+75080;44.56508;.75808;113;20220802;35.9;16.9;26.4;1.7;15.18;0;5.92;25539
+75080;44.56508;.75808;113;20220803;37.9;18.1;28;1.7;15.38;0;6;24514
+75080;44.56508;.75808;113;20220804;36.4;19.8;28.1;2.7;20.21;0;6.3;23804
+75080;44.56508;.75808;113;20220805;31.7;19;25.3;2.8;19.58;.1;5.21;21243
+75080;44.56508;.75808;113;20220806;33;18.9;25.9;2.3;15.93;0;5.7;23156
+75080;44.56508;.75808;113;20220807;33.8;16.4;25.1;2.1;12.13;0;6.01;25117
+75080;44.56508;.75808;113;20220808;35.1;15.6;25.3;2.1;11.13;0;6.1;24790
+75080;44.56508;.75808;113;20220809;36.1;17.1;26.6;1.8;11.63;0;5.92;24015
+75080;44.56508;.75808;113;20220810;37.8;17.4;27.6;1.8;11.58;0;5.99;23461
+75080;44.56508;.75808;113;20220811;38.6;18.9;28.8;2.3;16.23;0;6.45;22971
+75080;44.56508;.75808;113;20220812;39;21.2;30.1;2.4;18.91;0;6.52;22714
+75080;44.56508;.75808;113;20220813;35.5;20.6;28.1;3.1;20.36;2.7;6.05;21171
+75080;44.56508;.75808;113;20220814;25.2;20;22.6;2.4;20.46;7.3;2.86;11747
+75080;44.56508;.75808;113;20220815;28.4;16;22.2;1.5;17.51;.1;3.83;18206
+75080;44.56508;.75808;113;20220816;26.1;14.4;20.2;1.3;18.19;7.3;2.98;14395
+75080;44.56508;.75808;113;20220817;25.5;14.4;20;2.4;17.11;1.5;3.61;18552
+75080;44.56508;.75808;113;20220818;26.6;14.6;20.6;2.9;16.38;0;4.11;19539
+75080;44.56508;.75808;113;20220819;27.7;15.8;21.7;2.7;17.68;.2;3.98;18212
+75080;44.56508;.75808;113;20220820;27.4;16.5;22;1.6;18.73;0;3.51;17599
+75080;44.56508;.75808;113;20220821;27.6;15.8;21.7;2;17.43;.1;3.64;16976
+75080;44.56508;.75808;113;20220822;26.8;19;22.9;2.4;19.58;1.4;3.24;13247
+75080;44.56508;.75808;113;20220823;29.6;17.6;23.6;1.6;19.08;0;3.97;19040
+75080;44.56508;.75808;113;20220824;34.8;17.4;26.1;1.8;17.88;1;5;21444
+75080;44.56508;.75808;113;20220825;28.9;19.9;24.4;2.6;20.16;.1;3.74;14580
+75080;44.56508;.75808;113;20220826;30.4;18.5;24.5;2.3;19.43;.1;4.22;18266
+75080;44.56508;.75808;113;20220827;30.5;16.2;23.3;1.6;16.18;0;4.23;20035
+75080;44.56508;.75808;113;20220828;32.7;14.8;23.8;1.5;14.43;0;4.51;21046
+75080;44.56508;.75808;113;20220829;33;17.2;25.1;2.9;15.73;1.9;4.86;14627
+75080;44.56508;.75808;113;20220830;32.6;16.9;24.8;1.8;17.61;0;4.47;19900
+75080;44.56508;.75808;113;20220831;31.8;17.2;24.5;2.4;16.96;0;4.46;17320
+75080;44.56508;.75808;113;20220901;28.5;18.7;23.6;2.1;19.53;13.1;3.46;14932
+75080;44.56508;.75808;113;20220902;26.7;16.7;21.7;2.1;18.43;4;3.16;14827
+75080;44.56508;.75808;113;20220903;28.1;16.6;22.3;1.4;17.56;.1;3.35;16809
+75080;44.56508;.75808;113;20220904;32.9;16.2;24.5;2.4;17.81;.6;4.66;19142
+75080;44.56508;.75808;113;20220905;33.7;18.3;26;2.8;19.88;2.7;4.87;18821
+75080;44.56508;.75808;113;20220906;31.5;18.4;25;2.5;18.71;.2;4.37;17970
+75080;44.56508;.75808;113;20220907;26.7;17;21.9;1.8;15.98;.2;3.18;13849
+75080;44.56508;.75808;113;20220908;24.2;13.4;18.8;1.9;15.56;1;2.69;13606
+75080;44.56508;.75808;113;20220909;24.9;14.8;19.9;2.4;15.36;.4;3.12;14296
+75080;44.56508;.75808;113;20220910;26.4;12.2;19.3;1.3;14.16;0;3.15;17773
+75080;44.56508;.75808;113;20220911;31;13.5;22.2;2.2;13.81;0;4.34;19078
+75080;44.56508;.75808;113;20220912;35.6;17.7;26.6;3.3;16.56;.1;5.68;18260
+75080;44.56508;.75808;113;20220913;32;21.6;26.8;2.8;21.36;0;3.67;10884
+75080;44.56508;.75808;113;20220914;30.2;19.3;24.8;2;18.56;1.1;3.63;15236
+75080;44.56508;.75808;113;20220915;29;15.1;22;2.2;16.91;0;3.57;16601
+75080;44.56508;.75808;113;20220916;24.8;15.8;20.3;2.7;15.46;.1;3.19;14082
+75080;44.56508;.75808;113;20220917;21.4;9.4;15.4;2.1;9.31;0;3.1;17069
+75080;44.56508;.75808;113;20220918;24.7;6.1;15.4;1.7;8.11;0;3.22;18249
+75080;44.56508;.75808;113;20220919;25.8;7.2;16.5;1.9;8.71;0;3.47;17829
+75080;44.56508;.75808;113;20220920;24.4;7.3;15.8;1.8;8.83;0;3.16;17393
+75080;44.56508;.75808;113;20220921;24.8;6.8;15.8;1.5;8.98;0;2.99;17461
+75080;44.56508;.75808;113;20220922;26.5;7.8;17.1;1.6;9.71;0;3.15;17105
+75080;44.56508;.75808;113;20220923;22.4;10.2;16.3;1.9;12.71;2.5;2.18;9686
+75080;44.56508;.75808;113;20220924;18.9;12.4;15.6;1.7;15.01;3.3;1.4;7197
+75080;44.56508;.75808;113;20220925;19.2;10.2;14.7;1.4;12.46;0;1.91;12095
+75080;44.56508;.75808;113;20220926;20.4;7.4;13.9;2.8;11.66;2.9;2.24;12193
+75080;44.56508;.75808;113;20220927;17.8;11.8;14.8;3.9;14.01;6;1.66;8795
+75080;44.56508;.75808;113;20220928;20.4;14.6;17.5;5.7;15.78;5.9;2.31;10020
+75080;44.56508;.75808;113;20220929;16.4;12.4;14.4;2.3;13.73;5.7;1.35;7032
+75080;44.56508;.75808;113;20220930;19.1;8.9;14;2;11.16;.3;2.12;13641
+75080;44.56508;.75808;113;20221001;20.1;10.1;15.1;3.1;14.76;.6;1.55;8598
+75080;44.56508;.75808;113;20221002;22.4;14.5;18.4;1.5;16.56;0;1.76;9497
+75080;44.56508;.75808;113;20221003;23.9;11.8;17.8;1.2;14.31;0;2.13;13450
+75080;44.56508;.75808;113;20221004;24.9;9.5;17.2;1.4;13.28;.1;2.31;14225
+75080;44.56508;.75808;113;20221005;26.3;11.2;18.7;3;14.26;0;3.03;13635
+75080;44.56508;.75808;113;20221006;21.9;14.5;18.2;1.6;16.08;0;1.67;8541
+75080;44.56508;.75808;113;20221007;25;11.9;18.5;1.7;15.03;.2;2.25;12605
+75080;44.56508;.75808;113;20221008;22.9;13.1;18;1.3;15.53;.7;1.71;9345
+75080;44.56508;.75808;113;20221009;25.2;10.9;18.1;2.7;13.73;.1;2.69;13052
+75080;44.56508;.75808;113;20221010;23.7;13.5;18.6;2.5;15.53;0;2.08;8945
+75080;44.56508;.75808;113;20221011;21.8;15.1;18.4;1.4;16.51;0;1.48;7450
+75080;44.56508;.75808;113;20221012;22.9;13.3;18.1;1.3;15.41;.3;1.73;9962
+75080;44.56508;.75808;113;20221013;20.3;11;15.6;1.4;15.17;3.3;1.31;7485
+75080;44.56508;.75808;113;20221014;20.4;16.3;18.3;3.5;17.61;1.2;1.41;5435
+75080;44.56508;.75808;113;20221015;25.4;14.9;20.1;2.1;15.93;0;2.23;10734
+75080;44.56508;.75808;113;20221016;27.7;15.2;21.5;3.7;16.86;0;3.07;11021
+75080;44.56508;.75808;113;20221017;25.6;17.6;21.6;3.2;18.06;0;2.3;7038
+75080;44.56508;.75808;113;20221018;28.7;16.5;22.6;4.1;17.58;0;3.33;10939
+75080;44.56508;.75808;113;20221019;26.3;15.6;20.9;4.3;17.06;1.8;2.79;7978
+75080;44.56508;.75808;113;20221020;24.9;15.5;20.2;3.5;17.78;.5;2.06;6926
+75080;44.56508;.75808;113;20221021;23.6;15.9;19.8;2.3;15.73;1;1.88;6639
+75080;44.56508;.75808;113;20221022;25.3;12.5;18.9;2.8;14.36;.1;2.37;10144
+75080;44.56508;.75808;113;20221023;26;16;21;3.5;13.91;0;2.93;6156
+75080;44.56508;.75808;113;20221024;24.1;12.1;18.1;2;11.68;.1;2.12;8982
+75080;44.56508;.75808;113;20221025;23.7;11.1;17.4;2.8;13.21;0;2.11;7447
+75080;44.56508;.75808;113;20221026;26.1;11.9;19;2.7;14.98;.1;2.21;9071
+75080;44.56508;.75808;113;20221027;25.9;15.6;20.8;5.1;16.88;0;2.79;6272
+75080;44.56508;.75808;113;20221028;26.6;18.9;22.7;4.6;16.46;0;3.26;6899
+75080;44.56508;.75808;113;20221029;27.3;16.3;21.8;4.1;13.26;0;3.56;7893
+75080;44.56508;.75808;113;20221030;24.1;12.8;18.4;2.1;13.48;0;1.87;7596
+75080;44.56508;.75808;113;20221031;22.5;13.1;17.8;2.9;14.96;3.9;1.7;5614
+75080;44.56508;.75808;113;20221101;19.5;12.5;16;1.5;13.56;.1;1.2;6600
+75080;44.56508;.75808;113;20221102;19.7;8.4;14;1.3;11.19;.1;1.21;9446
+75080;44.56508;.75808;113;20221103;19.6;10.5;15;3;11.59;5.2;1.7;5831
+75080;44.56508;.75808;113;20221104;14.3;9.6;11.9;4.8;10.58;4.7;1.44;5418
+75080;44.56508;.75808;113;20221105;16.3;4.2;10.2;1.3;8.88;0;.98;7906
+75080;44.56508;.75808;113;20221106;17.8;3.8;10.8;2.6;9.56;1.7;1.35;7598
+75080;44.56508;.75808;113;20221107;19.7;7.5;13.6;2.9;11.21;0;1.56;8186
+75080;44.56508;.75808;113;20221108;19.1;11.2;15.2;4.1;12.83;.1;1.65;4630
+75080;44.56508;.75808;113;20221109;16.1;13.2;14.7;1.8;14.21;2.7;.8;3038
+75080;44.56508;.75808;113;20221110;16.2;8.8;12.5;1.3;11.88;0;.8;4997
+75080;44.56508;.75808;113;20221111;21.4;5.9;13.7;2;11.41;.1;1.32;8049
+75080;44.56508;.75808;113;20221112;22.2;9.7;16;2.3;12.43;.1;1.54;7623
+75080;44.56508;.75808;113;20221113;21.2;6.9;14;2;10.41;0;1.44;7903
+75080;44.56508;.75808;113;20221114;14.5;9.6;12.1;3;11.98;5.9;.89;1864
+75080;44.56508;.75808;113;20221115;16.8;10.4;13.6;3.1;13.26;7.6;.92;3848
+75080;44.56508;.75808;113;20221116;17.8;10.3;14.1;3.4;12.48;.7;1.21;6234
+75080;44.56508;.75808;113;20221117;18.1;13.1;15.6;3.9;13.11;3.2;1.5;4753
+75080;44.56508;.75808;113;20221118;13.1;7.1;10.1;2.4;10.71;2.5;.69;4365
+75080;44.56508;.75808;113;20221119;11.4;6.8;9.1;1.9;9.66;.6;.65;4226
+75080;44.56508;.75808;113;20221120;11.4;2;6.7;2.1;9.28;2.6;.47;4071
+75080;44.56508;.75808;113;20221121;13;7;10;3.5;10.83;21.4;.73;2151
+75080;44.56508;.75808;113;20221122;10.3;6.1;8.2;3.8;9.68;16.6;.6;3496
+75080;44.56508;.75808;113;20221123;16;8.4;12.2;3.8;11.68;4.7;1.01;4906
+75080;44.56508;.75808;113;20221124;12.8;6.8;9.8;2.5;10.53;2.2;.65;3545
+75080;44.56508;.75808;113;20221125;13.4;8;10.7;2.1;10.46;4.8;.74;3558
+75080;44.56508;.75808;113;20221126;10.7;3.1;6.9;1.7;8.71;.1;.51;4003
+75080;44.56508;.75808;113;20221127;12.1;3;7.5;3.2;8.71;9.6;.74;5027
+75080;44.56508;.75808;113;20221128;13.5;9.6;11.6;3;11.18;3.3;.8;3864
+75080;44.56508;.75808;113;20221129;10.1;4.7;7.4;1.2;9.03;.2;.46;3071
+75080;44.56508;.75808;113;20221130;10;3.6;6.8;.9;7.86;.1;.45;3798
+75080;44.56508;.75808;113;20221201;9.6;.9;5.3;1.2;7.19;0;.42;4134
+75080;44.56508;.75808;113;20221202;7.7;4.8;6.2;1;7.79;.2;.53;1938
+75080;44.56508;.75808;113;20221203;7.2;3.6;5.4;.9;7.89;2.2;.42;2720
+75080;44.56508;.75808;113;20221204;8.5;3.1;5.8;.9;7.74;0;.43;3652
+75080;44.56508;.75808;113;20221205;10.3;.2;5.3;1.7;6.64;.1;.52;6034
+75080;44.56508;.75808;113;20221206;11;2.5;6.7;1.2;6.99;0;.49;4435
+75080;44.56508;.75808;113;20221207;9.9;1.1;5.5;1.5;6.76;0;.5;5640
+75080;44.56508;.75808;113;20221208;8.4;.1;4.2;2.1;6.98;4.6;.52;3314
+75080;44.56508;.75808;113;20221209;8.9;5.7;7.3;1.6;8.88;.9;.48;2302
+75080;44.56508;.75808;113;20221210;2;-1.2;.4;3.1;5.16;0;.5;2826
+75080;44.56508;.75808;113;20221211;4.6;-6.2;-.8;1.8;4.26;.1;.45;5456
+75080;44.56508;.75808;113;20221212;2.9;-4.3;-.7;2.5;5.53;7.5;.28;2333
+75080;44.56508;.75808;113;20221213;9.5;2.6;6.1;3.6;10.21;3.2;.07;2503
+75080;44.56508;.75808;113;20221214;15.3;8.4;11.8;2.8;12.18;2.6;.63;3526
+75080;44.56508;.75808;113;20221215;11.7;8;9.8;2.3;10.98;1.1;.51;2162
+75080;44.56508;.75808;113;20221216;8.8;5.6;7.2;2.2;8.13;.3;.63;2738
+75080;44.56508;.75808;113;20221217;7.9;-3.5;2.2;1.6;5.38;.1;.45;5600
+75080;44.56508;.75808;113;20221218;12.5;.3;6.4;4.1;7.98;0;.8;5659
+75080;44.56508;.75808;113;20221219;16.4;7.2;11.8;4.4;10.56;0;1.27;4427
+75080;44.56508;.75808;113;20221220;14.6;10.5;12.6;4.3;12.11;4.2;1.02;1448
+75080;44.56508;.75808;113;20221221;16.5;9.5;13;2.6;12.63;.1;.68;4075
+75080;44.56508;.75808;113;20221222;15.1;10.6;12.8;3.3;13.41;8.1;.61;2095
+75080;44.56508;.75808;113;20221223;17.5;13;15.2;2.3;14.16;0;.8;2963
+75080;44.56508;.75808;113;20221224;16.8;10.6;13.7;2.1;12.36;0;.78;4313
+75080;44.56508;.75808;113;20221225;17.3;5.1;11.2;3.3;10.53;0;.99;5756
+75080;44.56508;.75808;113;20221226;15.3;9;12.1;2.3;12.01;.9;.68;3036
+75080;44.56508;.75808;113;20221227;13.5;8.6;11;1.3;11.33;.2;.48;3522
+75080;44.56508;.75808;113;20221228;15.8;6.3;11;3.2;10.73;0;.84;4947
+75080;44.56508;.75808;113;20221229;12.5;9.3;10.9;2.9;11.18;7.3;.71;1755
+75080;44.56508;.75808;113;20221230;15;9.1;12;3.6;11.81;1;.83;3170
+75080;44.56508;.75808;113;20221231;17.7;10.4;14;4.2;11.98;0;1.34;4614
+75081;44.59242;1.07048;178;20220101;17.8;8;12.9;2.3;9.81;0;1.16;4614
+75081;44.59242;1.07048;178;20220102;13.9;8.4;11.1;2.2;9.97;.1;.79;3640
+75081;44.59242;1.07048;178;20220103;12.6;8.2;10.4;2.8;10.89;0;.59;3438
+75081;44.59242;1.07048;178;20220104;16.3;10.2;13.3;4.1;10.15;2.4;1.61;3566
+75081;44.59242;1.07048;178;20220105;7;1.9;4.4;2.7;6.68;0;.62;3125
+75081;44.59242;1.07048;178;20220106;6.7;-1.3;2.7;1.9;5.14;.1;.57;5084
+75081;44.59242;1.07048;178;20220107;8.4;-.7;3.9;2.6;6.62;5.5;.55;4349
+75081;44.59242;1.07048;178;20220108;10.4;6.4;8.4;5.3;10.02;5.5;.5;2688
+75081;44.59242;1.07048;178;20220109;8.2;6.4;7.3;2.8;9.32;19.5;.45;1499
+75081;44.59242;1.07048;178;20220110;7.9;7.2;7.5;1.5;9.49;2;.44;921
+75081;44.59242;1.07048;178;20220111;9.1;2.4;5.7;2.2;6.44;.1;.69;4939
+75081;44.59242;1.07048;178;20220112;6.9;-1.5;2.7;1.8;5.09;0;.59;5470
+75081;44.59242;1.07048;178;20220113;3;-2.6;.2;1.7;5.07;0;.35;4133
+75081;44.59242;1.07048;178;20220114;10;-4.2;2.9;1.3;5.37;.1;.51;7220
+75081;44.59242;1.07048;178;20220115;8.6;-1.6;3.5;1.2;5.64;.1;.49;6022
+75081;44.59242;1.07048;178;20220116;4.8;-2.3;1.3;1.1;5.49;.1;.35;5243
+75081;44.59242;1.07048;178;20220117;5.5;-3.2;1.1;1.1;5.99;.1;.31;5620
+75081;44.59242;1.07048;178;20220118;2.2;-.6;.8;1.1;6.34;.2;.28;1948
+75081;44.59242;1.07048;178;20220119;4.6;1.3;3;2.3;7.09;1.7;.33;2549
+75081;44.59242;1.07048;178;20220120;7.3;1.9;4.6;1.8;6.82;.1;.55;3877
+75081;44.59242;1.07048;178;20220121;6.5;-.1;3.2;3.1;4.99;.1;.95;5546
+75081;44.59242;1.07048;178;20220122;8.1;-2;3;2;4.97;0;.77;6476
+75081;44.59242;1.07048;178;20220123;11.3;-.6;5.4;1.6;5.42;0;.87;7066
+75081;44.59242;1.07048;178;20220124;11.7;.3;6;1.6;6.07;0;.81;6998
+75081;44.59242;1.07048;178;20220125;11.2;1.4;6.3;1.4;6.97;0;.66;6672
+75081;44.59242;1.07048;178;20220126;11.4;.9;6.1;1;7.08;0;.6;6260
+75081;44.59242;1.07048;178;20220127;5.4;-3.2;1.1;1.2;5.62;.1;.44;6501
+75081;44.59242;1.07048;178;20220128;.6;-3.1;-1.2;.9;5.35;0;.31;3175
+75081;44.59242;1.07048;178;20220129;1;-1.1;0;.8;5.75;0;.33;2691
+75081;44.59242;1.07048;178;20220130;7.1;.1;3.6;1.6;7.71;.1;.38;5177
+75081;44.59242;1.07048;178;20220131;8.7;4;6.3;3.3;8.54;1;.55;3733
+75081;44.59242;1.07048;178;20220201;7;.9;4;3.3;7.89;1;.36;4545
+75081;44.59242;1.07048;178;20220202;9.5;6.7;8.1;2.6;9.82;.3;.52;3231
+75081;44.59242;1.07048;178;20220203;6.3;2.1;4.2;1.9;8.14;.4;.34;3931
+75081;44.59242;1.07048;178;20220204;9.9;6;7.9;1.9;10.07;2.3;.48;3552
+75081;44.59242;1.07048;178;20220205;10.5;5.9;8.2;2.5;7.74;0;1.03;5102
+75081;44.59242;1.07048;178;20220206;8.9;1.3;5.1;3.3;8.17;1.5;.52;5402
+75081;44.59242;1.07048;178;20220207;11.9;8.1;10;3.6;9.42;.7;1.09;4409
+75081;44.59242;1.07048;178;20220208;14.1;2.4;8.2;1.8;6.72;0;1.21;8790
+75081;44.59242;1.07048;178;20220209;16.2;5;10.6;3;7.29;0;1.82;8738
+75081;44.59242;1.07048;178;20220210;10;5.3;7.6;1.4;8.49;.7;1.12;10708
+75081;44.59242;1.07048;178;20220211;12.7;7.8;10.3;2;8.34;0;1.29;7790
+75081;44.59242;1.07048;178;20220212;12.9;-1.3;5.8;2.2;5.73;0;1.28;9771
+75081;44.59242;1.07048;178;20220213;16.9;1.6;9.2;3.6;8.59;2.5;1.75;10818
+75081;44.59242;1.07048;178;20220214;11.7;8.3;10;3.7;9.71;4.2;1.23;5421
+75081;44.59242;1.07048;178;20220215;9.6;4.4;7;2.6;9.21;7.6;.73;4961
+75081;44.59242;1.07048;178;20220216;13.2;7.7;10.5;5;11.77;6.3;.69;5216
+75081;44.59242;1.07048;178;20220217;13.1;11.1;12.1;3.4;13.24;2.6;.59;3236
+75081;44.59242;1.07048;178;20220218;14.6;10.1;12.4;2.4;11.44;.4;1.11;5454
+75081;44.59242;1.07048;178;20220219;11.1;5.7;8.4;2.1;7.94;0;1.11;6937
+75081;44.59242;1.07048;178;20220220;10.9;3.3;7.1;3.1;9.39;2.7;.7;6574
+75081;44.59242;1.07048;178;20220221;11.6;9.3;10.4;5.5;9.27;.7;1.53;4918
+75081;44.59242;1.07048;178;20220222;13.3;6.9;10.1;2.4;9.12;0;1.27;7514
+75081;44.59242;1.07048;178;20220223;16.2;6.5;11.4;1.4;8.77;.1;1.43;10277
+75081;44.59242;1.07048;178;20220224;15;7;11;2.9;8.69;.1;1.67;8570
+75081;44.59242;1.07048;178;20220225;11;2.5;6.7;2.8;6.22;0;1.54;9966
+75081;44.59242;1.07048;178;20220226;14.2;1.9;8;3.3;4.92;0;2.33;11866
+75081;44.59242;1.07048;178;20220227;16;3.3;9.6;2.2;6.69;0;1.92;12009
+75081;44.59242;1.07048;178;20220228;16.8;4.9;10.9;2;7.99;0;1.79;11817
+75081;44.59242;1.07048;178;20220301;17;5.2;11.1;2.6;7.27;0;2.14;11766
+75081;44.59242;1.07048;178;20220302;12.2;6.6;9.4;2.8;9.09;1.5;1.21;6326
+75081;44.59242;1.07048;178;20220303;15.8;7.6;11.7;1.8;9.72;0;1.52;9849
+75081;44.59242;1.07048;178;20220304;9.7;5.9;7.8;3.5;9.84;2.1;.66;4541
+75081;44.59242;1.07048;178;20220305;7.6;6.1;6.9;2.9;9.04;1.3;.63;3301
+75081;44.59242;1.07048;178;20220306;11.9;4.6;8.2;2.2;6.17;0;1.72;10808
+75081;44.59242;1.07048;178;20220307;11.6;-1.8;4.9;2.5;5.29;0;1.73;13389
+75081;44.59242;1.07048;178;20220308;14.5;4;9.3;2.9;8.12;2.6;1.76;10814
+75081;44.59242;1.07048;178;20220309;15.9;6.2;11;3.6;9.29;.1;2.03;12074
+75081;44.59242;1.07048;178;20220310;13.8;8.9;11.3;3.6;9.79;1.1;1.64;7177
+75081;44.59242;1.07048;178;20220311;13.6;9.9;11.8;5.1;9.92;20.8;1.84;6342
+75081;44.59242;1.07048;178;20220312;10.1;7.6;8.8;3.6;9.89;7.3;.92;4918
+75081;44.59242;1.07048;178;20220313;10.5;7.8;9.2;4.9;8.67;11.7;1.45;4840
+75081;44.59242;1.07048;178;20220314;14;2.9;8.4;6;8.97;0;1.71;11453
+75081;44.59242;1.07048;178;20220315;17.3;12.5;14.9;7.6;10.89;0;2.97;8940
+75081;44.59242;1.07048;178;20220316;16.6;11.8;14.2;2.9;11.12;.1;1.91;7624
+75081;44.59242;1.07048;178;20220317;13.7;10.8;12.2;3.1;10.72;2.5;1.53;6338
+75081;44.59242;1.07048;178;20220318;14.7;7.4;11.1;1.9;9.31;0;1.71;9369
+75081;44.59242;1.07048;178;20220319;17.7;6.4;12.1;3.2;8.29;0;2.82;16390
+75081;44.59242;1.07048;178;20220320;17;5.9;11.4;4.4;9.06;0;2.64;12673
+75081;44.59242;1.07048;178;20220321;16.3;9.4;12.8;6.5;8.61;0;3.56;15446
+75081;44.59242;1.07048;178;20220322;16.6;7;11.8;6.3;6.46;0;4.09;17461
+75081;44.59242;1.07048;178;20220323;16.9;4.1;10.5;3.9;6.01;0;3.5;19173
+75081;44.59242;1.07048;178;20220324;18.9;-.1;9.4;2.6;6.24;0;3.09;20034
+75081;44.59242;1.07048;178;20220325;20.2;3;11.6;2.1;5.74;0;3.1;17160
+75081;44.59242;1.07048;178;20220326;20.7;2.1;11.4;2.7;5.66;0;3.63;20211
+75081;44.59242;1.07048;178;20220327;21.6;4.3;13;3.1;6.61;0;3.91;19197
+75081;44.59242;1.07048;178;20220328;22.3;5.2;13.7;2.4;6.96;0;3.58;17622
+75081;44.59242;1.07048;178;20220329;18.1;7.1;12.6;1.5;9.19;2;2.11;10785
+75081;44.59242;1.07048;178;20220330;14.7;9.7;12.2;2;11.14;1.6;1.46;6338
+75081;44.59242;1.07048;178;20220331;14.2;8.3;11.3;4.3;8.99;2.2;2.53;12924
+75081;44.59242;1.07048;178;20220401;7.8;.8;4.3;5.8;5.59;.9;2.09;13116
+75081;44.59242;1.07048;178;20220402;8.2;.9;4.6;4.2;5.24;0;2.07;11419
+75081;44.59242;1.07048;178;20220403;6.6;-3.3;1.6;2;5.09;0;1.6;14954
+75081;44.59242;1.07048;178;20220404;12;-.7;5.6;1.8;5.02;0;2.51;21694
+75081;44.59242;1.07048;178;20220405;14.6;-2.1;6.2;1.5;6.5;0;2.29;18966
+75081;44.59242;1.07048;178;20220406;12.1;6.6;9.3;2.5;10.59;1.6;1.05;4701
+75081;44.59242;1.07048;178;20220407;15.1;9.2;12.2;4.5;11.86;10.2;1.82;7949
+75081;44.59242;1.07048;178;20220408;18.8;10.7;14.8;4.6;11.21;.9;2.99;10916
+75081;44.59242;1.07048;178;20220409;14.5;5.3;9.9;2.5;7.59;0;2.72;17442
+75081;44.59242;1.07048;178;20220410;19.1;-.5;9.3;2.7;6.29;0;3.6;23269
+75081;44.59242;1.07048;178;20220411;20.1;6.7;13.4;6.2;9.36;0;4.2;19613
+75081;44.59242;1.07048;178;20220412;18.5;11.8;15.1;5.1;10.41;4;3.48;13042
+75081;44.59242;1.07048;178;20220413;14.1;10.7;12.4;1.5;12.19;2.3;1.19;4776
+75081;44.59242;1.07048;178;20220414;23.1;6.2;14.6;1.3;11.84;0;3.33;21834
+75081;44.59242;1.07048;178;20220415;24.2;8;16.1;1.8;12.31;0;3.54;20954
+75081;44.59242;1.07048;178;20220416;24.2;7.8;16;2.5;11.09;0;4.14;23194
+75081;44.59242;1.07048;178;20220417;23.6;4.6;14.1;2.1;9.66;0;3.96;24010
+75081;44.59242;1.07048;178;20220418;19.3;8.8;14;2.2;11.14;0;2.84;15937
+75081;44.59242;1.07048;178;20220419;16;7.4;11.7;2.2;11.61;18.4;1.63;8600
+75081;44.59242;1.07048;178;20220420;13.8;8.8;11.3;1.7;11.74;6.8;1.42;7725
+75081;44.59242;1.07048;178;20220421;16.4;9.8;13.1;1.8;12.54;.4;1.56;7319
+75081;44.59242;1.07048;178;20220422;18.9;10.8;14.8;1.3;12.71;0;2.42;13934
+75081;44.59242;1.07048;178;20220423;14.3;9.6;11.9;2.7;11.41;21.1;1.45;5624
+75081;44.59242;1.07048;178;20220424;16.4;9;12.7;3.6;11.86;0;1.95;8074
+75081;44.59242;1.07048;178;20220425;18.2;5.6;11.9;1.2;10.31;0;2.57;16751
+75081;44.59242;1.07048;178;20220426;22.2;4.3;13.3;1.7;10.16;0;3.8;25053
+75081;44.59242;1.07048;178;20220427;23.7;6.8;15.3;1.5;11.89;0;3.53;21040
+75081;44.59242;1.07048;178;20220428;21.2;11.9;16.5;2;14.14;0;2.76;14494
+75081;44.59242;1.07048;178;20220429;21.5;11.3;16.4;2;13.61;0;3.08;16868
+75081;44.59242;1.07048;178;20220430;22.3;9.9;16.1;2.3;11.84;0;3.93;22642
+75081;44.59242;1.07048;178;20220501;20.7;7.2;13.9;1.8;10.51;0;3.53;21856
+75081;44.59242;1.07048;178;20220502;21.2;9;15.1;1.8;11.09;0;3.42;19378
+75081;44.59242;1.07048;178;20220503;21.8;10.4;16.1;1.7;12.59;5.3;3.1;16593
+75081;44.59242;1.07048;178;20220504;21;10.2;15.6;1.9;11.99;0;3.33;18398
+75081;44.59242;1.07048;178;20220505;21.5;8.9;15.2;2.6;10.39;0;4.16;23329
+75081;44.59242;1.07048;178;20220506;21.2;8.8;15;2.6;10.52;0;3.69;20639
+75081;44.59242;1.07048;178;20220507;23;10.2;16.6;2.5;10.97;0;4.05;21568
+75081;44.59242;1.07048;178;20220508;24.4;11.7;18;2.1;11.07;0;4.19;21434
+75081;44.59242;1.07048;178;20220509;26.7;12.5;19.6;1.6;10.92;0;4.51;23253
+75081;44.59242;1.07048;178;20220510;27;13.1;20.1;1.9;11.72;0;4.64;22755
+75081;44.59242;1.07048;178;20220511;29.4;14.4;21.9;2.8;13.27;.6;5.46;23781
+75081;44.59242;1.07048;178;20220512;20.7;13.5;17.1;1.8;15.49;.3;2.73;15034
+75081;44.59242;1.07048;178;20220513;25.3;14.2;19.8;1.5;16.27;0;3.81;20781
+75081;44.59242;1.07048;178;20220514;28.6;14.8;21.7;1.9;15.82;0;4.61;22638
+75081;44.59242;1.07048;178;20220515;29;17.2;23.1;2.8;15.27;15.7;5.19;21910
+75081;44.59242;1.07048;178;20220516;27.7;14.6;21.1;1.7;16.29;0;4.52;23384
+75081;44.59242;1.07048;178;20220517;30.2;16.6;23.4;2.4;15.99;0;5.27;23351
+75081;44.59242;1.07048;178;20220518;31.4;17.2;24.3;2.1;16.44;2;5.32;23396
+75081;44.59242;1.07048;178;20220519;29.2;17.7;23.4;2.5;18.14;.1;4.83;21508
+75081;44.59242;1.07048;178;20220520;28.3;18.3;23.3;3.3;15.34;0;5.23;20626
+75081;44.59242;1.07048;178;20220521;31.1;16.5;23.8;1.7;18.84;0;4.95;23698
+75081;44.59242;1.07048;178;20220522;31.1;19.7;25.4;2;20.07;1.9;4.73;20245
+75081;44.59242;1.07048;178;20220523;21.2;16.2;18.7;3.8;15.74;1.4;2.99;12726
+75081;44.59242;1.07048;178;20220524;19.1;11.9;15.5;2.3;12.69;.7;3.04;17005
+75081;44.59242;1.07048;178;20220525;20.3;8.3;14.3;2.5;10.97;0;3.64;21495
+75081;44.59242;1.07048;178;20220526;18.3;9.8;14;2.1;12.52;.1;2.76;16710
+75081;44.59242;1.07048;178;20220527;24.4;11.3;17.8;2.6;13.44;0;4.44;23735
+75081;44.59242;1.07048;178;20220528;25.8;12.1;18.9;2.8;11.62;0;5.14;24833
+75081;44.59242;1.07048;178;20220529;23.1;11.2;17.2;3.2;8.57;0;5.12;23732
+75081;44.59242;1.07048;178;20220530;24.1;8;16;2;8.39;0;4.79;25792
+75081;44.59242;1.07048;178;20220531;24.7;13.2;19;1.7;10.27;.2;4.33;21066
+75081;44.59242;1.07048;178;20220601;30.5;14.5;22.5;2.3;13.22;4;5.7;25545
+75081;44.59242;1.07048;178;20220602;27.5;17.1;22.3;2.2;18.14;4.8;4.24;19626
+75081;44.59242;1.07048;178;20220603;29.8;17.3;23.5;2.8;17.44;13.4;5.38;23151
+75081;44.59242;1.07048;178;20220604;25;14.7;19.9;2.8;19.27;7.6;3.63;19848
+75081;44.59242;1.07048;178;20220605;22.8;15.9;19.4;2.7;17.17;.1;3.31;16726
+75081;44.59242;1.07048;178;20220606;25.1;13.5;19.3;1.9;15.64;.2;4.09;21563
+75081;44.59242;1.07048;178;20220607;23.8;15.4;19.6;3;15.07;2.7;4.02;19283
+75081;44.59242;1.07048;178;20220608;19.4;13.6;16.5;2.7;14.97;2.9;2.53;13236
+75081;44.59242;1.07048;178;20220609;20.9;11.9;16.4;3.1;13.97;1.7;3.29;18080
+75081;44.59242;1.07048;178;20220610;26.8;12.7;19.7;2.3;14.62;0;4.97;25747
+75081;44.59242;1.07048;178;20220611;30.6;15.8;23.2;2;15.02;0;5.56;25713
+75081;44.59242;1.07048;178;20220612;29.3;16.7;23;2.4;18.74;1.5;4.76;22144
+75081;44.59242;1.07048;178;20220613;29.7;18.5;24.1;2.3;19.99;0;4.97;23064
+75081;44.59242;1.07048;178;20220614;33.2;18.9;26;2.8;18.57;.2;6.19;24921
+75081;44.59242;1.07048;178;20220615;33.1;21.3;27.2;2.3;18.84;0;5.91;23491
+75081;44.59242;1.07048;178;20220616;34;19.9;27;2.3;18.82;0;6.13;24706
+75081;44.59242;1.07048;178;20220617;36.1;20.6;28.3;2.4;19.09;0;6.72;26278
+75081;44.59242;1.07048;178;20220618;37.5;23.4;30.4;3.7;15.14;0;8.29;25554
+75081;44.59242;1.07048;178;20220619;32.3;21;26.7;3.2;17.27;1;6.42;23558
+75081;44.59242;1.07048;178;20220620;29.4;17.2;23.3;2.3;19.97;.8;4.73;22232
+75081;44.59242;1.07048;178;20220621;27.1;19.1;23.1;2.3;21.02;3.9;3.89;17914
+75081;44.59242;1.07048;178;20220622;26.7;18.1;22.4;2.5;18.92;2.3;4.29;20069
+75081;44.59242;1.07048;178;20220623;25.3;16.2;20.7;2.4;18.24;17.3;3.78;18688
+75081;44.59242;1.07048;178;20220624;23.3;16.4;19.9;3;17.07;1.3;3.61;17636
+75081;44.59242;1.07048;178;20220625;20.9;14.8;17.9;3.2;15.97;10.3;2.94;14196
+75081;44.59242;1.07048;178;20220626;16.9;13.2;15;3.5;15.42;13.9;1.78;10540
+75081;44.59242;1.07048;178;20220627;22.8;13.4;18.1;3.2;14.27;0;3.94;20411
+75081;44.59242;1.07048;178;20220628;25;11.9;18.4;3.1;12.72;0;4.94;25184
+75081;44.59242;1.07048;178;20220629;26.5;13.1;19.8;2.2;14.42;2.1;4.81;24596
+75081;44.59242;1.07048;178;20220630;15.7;13.2;14.5;2.4;14.54;1.6;1.66;8935
+75081;44.59242;1.07048;178;20220701;22.2;11.6;16.9;1.5;12.72;0;3.97;23057
+75081;44.59242;1.07048;178;20220702;29.4;11.5;20.5;1.9;12.79;0;5.55;27984
+75081;44.59242;1.07048;178;20220703;28.6;15.3;21.9;2.6;15.72;1.1;5.27;24458
+75081;44.59242;1.07048;178;20220704;27.5;16.2;21.8;2.8;16.82;.2;4.82;22130
+75081;44.59242;1.07048;178;20220705;28.3;16.3;22.3;2.6;14.92;0;5.35;24051
+75081;44.59242;1.07048;178;20220706;28.1;16.5;22.3;3.3;13.49;0;5.63;22996
+75081;44.59242;1.07048;178;20220707;27.7;15.4;21.6;2.9;13.97;0;5.37;23920
+75081;44.59242;1.07048;178;20220708;28.4;15.7;22;3.2;14.59;0;5.66;24763
+75081;44.59242;1.07048;178;20220709;31;16.6;23.8;2.9;13.79;0;6.17;25346
+75081;44.59242;1.07048;178;20220710;31.6;17.4;24.5;2.8;14.27;0;6.19;24985
+75081;44.59242;1.07048;178;20220711;33.9;19.5;26.7;3.2;14.69;0;7;25399
+75081;44.59242;1.07048;178;20220712;34.4;19.8;27.1;2.8;14.59;0;6.85;25458
+75081;44.59242;1.07048;178;20220713;34.8;18.8;26.8;2.5;13.58;0;6.75;25903
+75081;44.59242;1.07048;178;20220714;35.8;20.7;28.2;2.2;15.14;0;6.57;25480
+75081;44.59242;1.07048;178;20220715;34.1;20.4;27.2;2.5;14.94;0;6.44;24508
+75081;44.59242;1.07048;178;20220716;35.4;19.7;27.6;2.8;15.14;0;6.98;25551
+75081;44.59242;1.07048;178;20220717;36.9;20.6;28.8;2.8;12.57;0;7.46;26131
+75081;44.59242;1.07048;178;20220718;39.1;24.1;31.6;3.7;13.92;0;8.72;25470
+75081;44.59242;1.07048;178;20220719;33.5;21.1;27.3;3.3;17.09;0;6.5;22835
+75081;44.59242;1.07048;178;20220720;28.3;18.6;23.5;4;17.34;0;5.14;20096
+75081;44.59242;1.07048;178;20220721;32;15.9;24;2.6;15.97;0;5.89;25480
+75081;44.59242;1.07048;178;20220722;29.5;18.6;24.1;3.4;17.39;0;5.23;20573
+75081;44.59242;1.07048;178;20220723;28.7;15.2;21.9;2.1;15.79;0;4.86;23074
+75081;44.59242;1.07048;178;20220724;36.3;17.2;26.7;2.6;14.62;0;6.86;26761
+75081;44.59242;1.07048;178;20220725;28.2;19.4;23.8;4.1;17.14;0;4.92;17242
+75081;44.59242;1.07048;178;20220726;26.3;15.7;21;3.3;13.94;0;4.88;21510
+75081;44.59242;1.07048;178;20220727;28.2;12.4;20.3;2.9;12.72;0;5.35;24823
+75081;44.59242;1.07048;178;20220728;28.6;13.7;21.1;3;14.17;0;5.26;23799
+75081;44.59242;1.07048;178;20220729;26.9;16.6;21.8;2.8;15.87;.2;4.32;18718
+75081;44.59242;1.07048;178;20220730;29.7;16.1;22.9;3;16.49;0;5.28;23459
+75081;44.59242;1.07048;178;20220731;32.4;16.8;24.6;3;15.97;0;5.96;24230
+75081;44.59242;1.07048;178;20220801;33.8;17;25.4;2.9;16.04;0;6.27;25009
+75081;44.59242;1.07048;178;20220802;35.5;18.4;27;2.6;14.14;0;6.53;24991
+75081;44.59242;1.07048;178;20220803;37.3;20.9;29.1;2.3;14.47;0;6.6;24408
+75081;44.59242;1.07048;178;20220804;36.3;20.4;28.3;2.5;18.74;0;6.25;23811
+75081;44.59242;1.07048;178;20220805;31;19;25;2.7;19.24;1.3;4.89;19954
+75081;44.59242;1.07048;178;20220806;32.7;18.8;25.8;2.6;16.12;0;5.68;22561
+75081;44.59242;1.07048;178;20220807;33.6;17.2;25.4;3;11.82;0;6.56;23981
+75081;44.59242;1.07048;178;20220808;34.7;18.3;26.5;3.1;10.39;0;6.89;23665
+75081;44.59242;1.07048;178;20220809;35.6;20;27.8;2.8;10.34;0;6.8;22826
+75081;44.59242;1.07048;178;20220810;37.4;20.7;29;2.6;10.44;0;6.9;23652
+75081;44.59242;1.07048;178;20220811;38;21.5;29.8;2.3;15.52;0;6.38;22916
+75081;44.59242;1.07048;178;20220812;38.6;22.9;30.8;2.4;18.32;0;6.43;22355
+75081;44.59242;1.07048;178;20220813;35.3;20.1;27.7;3.1;19.09;2.6;6.01;21662
+75081;44.59242;1.07048;178;20220814;24.4;19.8;22.1;3.3;20.17;9.6;2.87;11515
+75081;44.59242;1.07048;178;20220815;27.2;15.9;21.5;2.8;16.67;.1;4.03;17817
+75081;44.59242;1.07048;178;20220816;26.6;17.1;21.8;3;16.94;7.8;3.74;14875
+75081;44.59242;1.07048;178;20220817;25.4;14.9;20.2;2.8;16.89;1.6;3.76;18845
+75081;44.59242;1.07048;178;20220818;25.7;15;20.3;3.7;16.01;0;3.99;17550
+75081;44.59242;1.07048;178;20220819;26.7;16.4;21.5;2.9;17.32;.3;3.78;16653
+75081;44.59242;1.07048;178;20220820;26.8;17.1;21.9;2.7;18.42;0;3.78;17184
+75081;44.59242;1.07048;178;20220821;26.8;16.4;21.6;2.9;16.87;0;3.92;16634
+75081;44.59242;1.07048;178;20220822;25.4;18.7;22.1;2.9;18.77;1.2;3.22;13376
+75081;44.59242;1.07048;178;20220823;29;17;23;2.4;18.59;0;4.07;18546
+75081;44.59242;1.07048;178;20220824;34.8;19.5;27.1;2.4;16.97;.5;5.49;21017
+75081;44.59242;1.07048;178;20220825;28.7;20.6;24.7;2.6;18.67;.6;4.01;15486
+75081;44.59242;1.07048;178;20220826;29.7;17.7;23.7;2.4;18.27;.1;4.09;17638
+75081;44.59242;1.07048;178;20220827;29.9;16.6;23.3;2.5;15.27;0;4.56;19485
+75081;44.59242;1.07048;178;20220828;32;17;24.5;2.5;13.79;0;5.14;20293
+75081;44.59242;1.07048;178;20220829;33.8;18.9;26.4;3.2;14.52;2;5.67;17869
+75081;44.59242;1.07048;178;20220830;31.9;17.8;24.8;2.4;17.49;0;4.67;19557
+75081;44.59242;1.07048;178;20220831;31.2;18.1;24.7;2.9;15.74;0;4.74;17694
+75081;44.59242;1.07048;178;20220901;27.7;18;22.9;2.3;18.72;12.5;3.34;14183
+75081;44.59242;1.07048;178;20220902;26;16.7;21.3;2.8;18.12;5.4;3.21;14612
+75081;44.59242;1.07048;178;20220903;27.3;16.6;22;2;17.02;0;3.45;16243
+75081;44.59242;1.07048;178;20220904;32.3;17.2;24.7;2.8;17.04;.3;4.75;18413
+75081;44.59242;1.07048;178;20220905;33.1;19.6;26.3;3;19.34;6.6;4.94;18251
+75081;44.59242;1.07048;178;20220906;30.7;18.7;24.7;2.3;18.62;.7;4.13;17060
+75081;44.59242;1.07048;178;20220907;25.9;17.2;21.5;1.8;15.72;.1;3;12798
+75081;44.59242;1.07048;178;20220908;23.9;14;18.9;1.9;15.04;1;2.81;14468
+75081;44.59242;1.07048;178;20220909;23.9;15.2;19.6;2.3;15.14;.6;2.9;13321
+75081;44.59242;1.07048;178;20220910;25.6;12.7;19.2;1.5;13.54;0;3.09;16724
+75081;44.59242;1.07048;178;20220911;30.8;14.8;22.8;2.2;12.89;0;4.37;18539
+75081;44.59242;1.07048;178;20220912;35.1;19.1;27.1;3;15.69;0;5.41;18253
+75081;44.59242;1.07048;178;20220913;30.8;22;26.4;2.9;20.62;0;3.78;12095
+75081;44.59242;1.07048;178;20220914;29.3;20.1;24.7;2;17.39;1.4;3.43;13322
+75081;44.59242;1.07048;178;20220915;28.3;16.1;22.2;2.1;16.29;.1;3.44;15762
+75081;44.59242;1.07048;178;20220916;24;16.2;20.1;2.6;15.14;0;2.97;12909
+75081;44.59242;1.07048;178;20220917;20.6;9.4;15;2.4;9.12;0;3;15544
+75081;44.59242;1.07048;178;20220918;24.2;7.4;15.8;2.1;7.67;0;3.48;17607
+75081;44.59242;1.07048;178;20220919;25.2;9.9;17.6;2.4;8.49;0;3.74;16947
+75081;44.59242;1.07048;178;20220920;23.9;9.1;16.5;2.1;8.64;0;3.28;16484
+75081;44.59242;1.07048;178;20220921;24.4;8.3;16.4;1.7;8.87;0;3.04;16855
+75081;44.59242;1.07048;178;20220922;25.8;9.9;17.9;1.8;9.37;0;3.27;16590
+75081;44.59242;1.07048;178;20220923;22.6;12.8;17.7;2.2;12.94;2;2.51;11229
+75081;44.59242;1.07048;178;20220924;17.8;13.5;15.7;1.9;14.82;1.5;1.45;7819
+75081;44.59242;1.07048;178;20220925;17.9;10.8;14.3;1.8;12.37;.1;1.67;9310
+75081;44.59242;1.07048;178;20220926;19.2;8.1;13.6;2.7;11.47;3.5;2.09;12082
+75081;44.59242;1.07048;178;20220927;16.7;11.3;14;3.4;13.42;7.7;1.5;8562
+75081;44.59242;1.07048;178;20220928;19.5;14.1;16.8;5;15.19;7.1;1.95;8387
+75081;44.59242;1.07048;178;20220929;15.6;12;13.8;2.4;13.12;6.7;1.29;6727
+75081;44.59242;1.07048;178;20220930;18.3;8.8;13.5;2.1;10.84;.4;1.96;12064
+75081;44.59242;1.07048;178;20221001;18.7;10.1;14.4;2.9;14.19;.9;1.45;8867
+75081;44.59242;1.07048;178;20221002;21.8;15.4;18.6;1.6;16.37;0;1.71;8726
+75081;44.59242;1.07048;178;20221003;23.2;12.9;18.1;1.6;14.04;0;2.19;12404
+75081;44.59242;1.07048;178;20221004;24.5;11.2;17.8;1.4;13.22;.1;2.27;13520
+75081;44.59242;1.07048;178;20221005;25.5;12.6;19.1;2.8;13.92;0;2.87;13093
+75081;44.59242;1.07048;178;20221006;21.3;14.8;18.1;1.8;15.89;0;1.65;8024
+75081;44.59242;1.07048;178;20221007;24.7;12.9;18.8;1.6;15.04;0;2.15;11804
+75081;44.59242;1.07048;178;20221008;22.7;13.7;18.2;1.7;15.44;3.3;1.79;9576
+75081;44.59242;1.07048;178;20221009;24.5;11.7;18.1;2.8;13.52;0;2.63;12297
+75081;44.59242;1.07048;178;20221010;23.5;14.3;18.9;2.6;15.07;0;2.23;9722
+75081;44.59242;1.07048;178;20221011;21.3;14.9;18.1;1.3;15.77;0;1.47;7671
+75081;44.59242;1.07048;178;20221012;23.4;13.8;18.6;1.6;15.14;.6;1.84;9936
+75081;44.59242;1.07048;178;20221013;19.7;11.8;15.7;1.7;14.99;3.3;1.3;7703
+75081;44.59242;1.07048;178;20221014;19.5;15.8;17.7;3.1;17.22;1.1;1.23;5094
+75081;44.59242;1.07048;178;20221015;25.1;15;20.1;2.2;15.44;0;2.16;8771
+75081;44.59242;1.07048;178;20221016;27.1;16.3;21.7;3.9;16.29;0;3.11;10383
+75081;44.59242;1.07048;178;20221017;24.8;19.3;22.1;3.8;17.32;.3;2.65;6786
+75081;44.59242;1.07048;178;20221018;28.1;17.3;22.7;3.8;17.14;0;3.15;10298
+75081;44.59242;1.07048;178;20221019;25.3;16.4;20.8;3.9;16.47;3;2.59;8213
+75081;44.59242;1.07048;178;20221020;23.8;16.8;20.3;3.9;17.57;.7;2.12;6543
+75081;44.59242;1.07048;178;20221021;23.6;17.4;20.5;2.3;15.49;1.7;1.97;6748
+75081;44.59242;1.07048;178;20221022;24.6;13.7;19.2;2.7;13.92;.1;2.31;9629
+75081;44.59242;1.07048;178;20221023;24.6;17.5;21.1;3.6;13.57;0;2.91;6178
+75081;44.59242;1.07048;178;20221024;23.3;14.2;18.8;2;11.77;.1;2.05;8205
+75081;44.59242;1.07048;178;20221025;23.3;13.2;18.2;2.8;12.99;0;2.18;7744
+75081;44.59242;1.07048;178;20221026;25.6;13.6;19.6;2.4;14.99;0;2.1;9205
+75081;44.59242;1.07048;178;20221027;26;17;21.5;4.7;16.22;0;2.97;7354
+75081;44.59242;1.07048;178;20221028;25.9;19.4;22.6;4.6;15.39;0;3.32;6537
+75081;44.59242;1.07048;178;20221029;27.4;17.3;22.3;4;11.54;0;3.82;8295
+75081;44.59242;1.07048;178;20221030;23.8;14.6;19.2;2.3;12.97;0;2.07;7730
+75081;44.59242;1.07048;178;20221031;22.7;14.7;18.7;2.7;14.69;3.1;1.82;6379
+75081;44.59242;1.07048;178;20221101;18.7;13.3;16;1.8;13.77;.1;1.15;5383
+75081;44.59242;1.07048;178;20221102;19.1;9.7;14.4;1.9;11.62;0;1.3;7507
+75081;44.59242;1.07048;178;20221103;17.6;12.3;15;3.9;11.32;5.1;1.83;4337
+75081;44.59242;1.07048;178;20221104;12.7;9.1;10.9;4.6;10.44;5;1.13;3765
+75081;44.59242;1.07048;178;20221105;15;4.8;9.9;1.6;8.74;0;.98;7452
+75081;44.59242;1.07048;178;20221106;17.1;4.6;10.8;2.2;9.22;1.4;1.24;7531
+75081;44.59242;1.07048;178;20221107;19.8;8.5;14.1;2.8;11.04;0;1.58;7816
+75081;44.59242;1.07048;178;20221108;19;12.9;15.9;3.9;12.57;1.5;1.8;5206
+75081;44.59242;1.07048;178;20221109;16;13.6;14.8;1.8;14.32;2.7;.77;2690
+75081;44.59242;1.07048;178;20221110;16.5;10.5;13.5;1.3;12.17;0;.83;5844
+75081;44.59242;1.07048;178;20221111;21.6;7.9;14.7;2.7;11.64;.1;1.55;8098
+75081;44.59242;1.07048;178;20221112;21.9;12.6;17.3;2.7;12.57;0;1.74;5602
+75081;44.59242;1.07048;178;20221113;21.1;9.2;15.1;1.8;10.12;0;1.4;7229
+75081;44.59242;1.07048;178;20221114;14.6;12.3;13.4;3.1;12.02;5.6;1.09;2288
+75081;44.59242;1.07048;178;20221115;16.6;10.4;13.5;3.1;12.97;7;.92;4149
+75081;44.59242;1.07048;178;20221116;16.7;10.5;13.6;3.5;12.44;.5;1.09;5045
+75081;44.59242;1.07048;178;20221117;17.4;13;15.2;3.5;12.84;3;1.33;4010
+75081;44.59242;1.07048;178;20221118;12;7.7;9.8;2.3;10.77;2.4;.6;3490
+75081;44.59242;1.07048;178;20221119;10.8;7;8.9;1.9;9.54;.5;.61;3736
+75081;44.59242;1.07048;178;20221120;9.7;2.4;6.1;2.2;9.07;1.9;.35;4302
+75081;44.59242;1.07048;178;20221121;11.7;8;9.9;3.5;10.64;18.7;.66;2682
+75081;44.59242;1.07048;178;20221122;9.4;5.7;7.6;3.5;9.47;15.6;.49;3228
+75081;44.59242;1.07048;178;20221123;14.6;7.9;11.2;3.9;11.24;5;.82;4215
+75081;44.59242;1.07048;178;20221124;12.6;7.8;10.2;2.5;10.61;2.5;.66;3542
+75081;44.59242;1.07048;178;20221125;12.3;9;10.6;2.3;10.57;5.2;.71;2815
+75081;44.59242;1.07048;178;20221126;10.6;3.8;7.2;1.5;8.87;.1;.45;4413
+75081;44.59242;1.07048;178;20221127;11.9;3.5;7.7;3;8.24;9.7;.8;4955
+75081;44.59242;1.07048;178;20221128;12.7;9.6;11.1;3;11.04;4.3;.74;2830
+75081;44.59242;1.07048;178;20221129;10;6.2;8.1;1.3;9.32;.3;.48;2817
+75081;44.59242;1.07048;178;20221130;9.6;4.3;6.9;1.8;8.18;.1;.5;4144
+75081;44.59242;1.07048;178;20221201;8.9;1.4;5.2;1.6;6.95;0;.51;4211
+75081;44.59242;1.07048;178;20221202;6.7;4.4;5.5;1;7.58;.1;.46;1820
+75081;44.59242;1.07048;178;20221203;6.7;3.5;5.1;1.3;7.75;3.5;.4;2836
+75081;44.59242;1.07048;178;20221204;8.4;3.8;6.1;1.5;7.78;0;.49;3408
+75081;44.59242;1.07048;178;20221205;10.4;.9;5.6;2.5;6.68;.1;.74;5514
+75081;44.59242;1.07048;178;20221206;10.5;3;6.8;1.8;6.58;0;.81;3977
+75081;44.59242;1.07048;178;20221207;9.9;.7;5.3;1.6;6.44;.1;.55;5238
+75081;44.59242;1.07048;178;20221208;8.6;1;4.8;2.1;6.74;2.6;.58;3655
+75081;44.59242;1.07048;178;20221209;9;5.6;7.3;1.5;8.84;1;.45;2266
+75081;44.59242;1.07048;178;20221210;1.6;-.6;.5;2.9;5.27;0;.46;2039
+75081;44.59242;1.07048;178;20221211;4.6;-5.8;-.6;1.7;4.17;.1;.44;5525
+75081;44.59242;1.07048;178;20221212;3.7;-2.9;.4;2.6;5.39;8.5;.41;3134
+75081;44.59242;1.07048;178;20221213;9.3;3.1;6.2;3.6;10.14;.7;.04;2984
+75081;44.59242;1.07048;178;20221214;13.7;9.1;11.4;3;12.07;1;.55;2678
+75081;44.59242;1.07048;178;20221215;10.9;9;9.9;2.5;10.79;.2;.55;1468
+75081;44.59242;1.07048;178;20221216;8.7;6.1;7.4;1.9;8.44;.2;.57;2214
+75081;44.59242;1.07048;178;20221217;7.9;-1.5;3.2;1.9;5.49;.2;.54;4958
+75081;44.59242;1.07048;178;20221218;12.3;.4;6.3;4.1;7.74;0;.82;5303
+75081;44.59242;1.07048;178;20221219;16.5;9.7;13.1;4.8;10.62;0;1.51;3979
+75081;44.59242;1.07048;178;20221220;14.6;12.1;13.3;4.5;11.79;4.3;1.23;1679
+75081;44.59242;1.07048;178;20221221;15;10.2;12.6;2.6;12.49;.5;.63;3319
+75081;44.59242;1.07048;178;20221222;14.3;11.6;12.9;3.1;13.29;9.2;.6;2063
+75081;44.59242;1.07048;178;20221223;16.9;13.3;15.1;2.4;14.22;.1;.78;2507
+75081;44.59242;1.07048;178;20221224;16.9;11.5;14.2;2;12.49;0;.8;3725
+75081;44.59242;1.07048;178;20221225;17.2;7.1;12.2;3.3;10.44;0;1.11;4923
+75081;44.59242;1.07048;178;20221226;14.7;10;12.3;2.6;12.22;1;.66;2599
+75081;44.59242;1.07048;178;20221227;12.9;8.4;10.7;1.3;11.14;.2;.45;3210
+75081;44.59242;1.07048;178;20221228;15.5;6.3;10.9;3.1;10.42;0;.83;4682
+75081;44.59242;1.07048;178;20221229;12.4;9.5;10.9;3.5;11.04;5.8;.73;1986
+75081;44.59242;1.07048;178;20221230;14.4;8.9;11.6;3.9;11.44;1.1;.83;2953
+75081;44.59242;1.07048;178;20221231;17.2;10.9;14;4.2;11.72;0;1.34;3896
+75082;44.61883;1.38314;229;20220101;18.9;4.9;11.9;1.4;9.08;0;.8;5986
+75082;44.61883;1.38314;229;20220102;13.1;6.2;9.7;1.5;9.56;.1;.56;4144
+75082;44.61883;1.38314;229;20220103;12.6;6.4;9.5;1.8;10.58;0;.46;4076
+75082;44.61883;1.38314;229;20220104;16.5;8;12.2;2.9;9.81;3.9;1.23;4678
+75082;44.61883;1.38314;229;20220105;6.4;1.8;4.1;2.6;6.43;.1;.62;3743
+75082;44.61883;1.38314;229;20220106;6.1;-1.9;2.1;2.1;5.13;.1;.55;5904
+75082;44.61883;1.38314;229;20220107;6.6;-2.7;1.9;2;6.51;5.3;.35;4139
+75082;44.61883;1.38314;229;20220108;10.2;4.8;7.5;4.7;9.91;5.9;.38;3123
+75082;44.61883;1.38314;229;20220109;7.7;5.9;6.8;2.7;9.18;17;.44;1518
+75082;44.61883;1.38314;229;20220110;7.6;6.7;7.1;1.7;9.26;2.3;.45;1186
+75082;44.61883;1.38314;229;20220111;8.6;1.8;5.2;2.2;6.11;.1;.69;6002
+75082;44.61883;1.38314;229;20220112;6.6;-2.6;2;1.7;5.01;0;.54;6215
+75082;44.61883;1.38314;229;20220113;4.1;-4.1;0;.9;4.88;0;.32;4724
+75082;44.61883;1.38314;229;20220114;10.5;-4.7;2.9;.9;5.13;.1;.44;7935
+75082;44.61883;1.38314;229;20220115;8.4;-2.8;2.8;1.1;5.41;.1;.46;7001
+75082;44.61883;1.38314;229;20220116;6.6;-4.1;1.3;.9;5.23;.1;.36;6812
+75082;44.61883;1.38314;229;20220117;7.5;-3.4;2.1;1;5.96;.1;.36;6706
+75082;44.61883;1.38314;229;20220118;1.7;-1.4;.1;1.1;6.16;.1;.27;2100
+75082;44.61883;1.38314;229;20220119;3.9;.6;2.2;2;6.88;1.3;.32;2215
+75082;44.61883;1.38314;229;20220120;6.3;.4;3.4;1.8;6.66;.1;.5;4263
+75082;44.61883;1.38314;229;20220121;6.2;-.4;2.9;3.1;4.91;.1;.94;6554
+75082;44.61883;1.38314;229;20220122;7.9;-3.1;2.4;1.7;4.86;0;.69;7492
+75082;44.61883;1.38314;229;20220123;11.6;-1.6;5;1.2;5.38;0;.71;7981
+75082;44.61883;1.38314;229;20220124;10.3;-1;4.7;.9;5.66;0;.57;9750
+75082;44.61883;1.38314;229;20220125;11.2;-1.9;4.7;.6;6.16;0;.44;9600
+75082;44.61883;1.38314;229;20220126;11.9;-2.3;4.8;.9;6.31;0;.58;8039
+75082;44.61883;1.38314;229;20220127;7.9;-3.2;2.4;1.2;5.61;.1;.54;7833
+75082;44.61883;1.38314;229;20220128;.2;-3.2;-1.5;.6;5.26;0;.33;2700
+75082;44.61883;1.38314;229;20220129;.8;-1.4;-.3;.7;5.66;0;.36;3100
+75082;44.61883;1.38314;229;20220130;7.6;-.1;3.8;1.4;7.53;.2;.44;4866
+75082;44.61883;1.38314;229;20220131;8.3;3.8;6;3.5;8.33;1;.61;3466
+75082;44.61883;1.38314;229;20220201;6.5;1.2;3.8;3.4;7.78;.9;.39;4031
+75082;44.61883;1.38314;229;20220202;9.5;6;7.7;2.2;9.58;.3;.56;3470
+75082;44.61883;1.38314;229;20220203;6.5;1.9;4.2;1.7;8.01;.4;.4;4286
+75082;44.61883;1.38314;229;20220204;9.3;5.3;7.3;1.5;9.86;2.1;.47;3195
+75082;44.61883;1.38314;229;20220205;10;5.5;7.8;2.4;7.78;0;.99;5214
+75082;44.61883;1.38314;229;20220206;8.6;-.9;3.8;2.8;7.88;1.7;.47;5428
+75082;44.61883;1.38314;229;20220207;11.4;7.7;9.6;3.4;9.26;.7;1.05;4639
+75082;44.61883;1.38314;229;20220208;13.7;-.3;6.7;1.3;6.53;0;1.02;10182
+75082;44.61883;1.38314;229;20220209;16;3.3;9.7;2.2;7.08;0;1.54;9917
+75082;44.61883;1.38314;229;20220210;10;3.7;6.8;1.5;8.01;.6;1.27;10900
+75082;44.61883;1.38314;229;20220211;12.8;8;10.4;2.4;7.51;0;1.51;11100
+75082;44.61883;1.38314;229;20220212;13.3;-.5;6.4;2.2;4.71;0;1.6;8700
+75082;44.61883;1.38314;229;20220213;16.1;6.6;11.3;5.4;8.61;3.1;2.25;9900
+75082;44.61883;1.38314;229;20220214;12.8;8.1;10.4;3.1;9.21;4.9;1.33;6800
+75082;44.61883;1.38314;229;20220215;8.5;5.5;7;1.9;8.71;6.7;.69;4100
+75082;44.61883;1.38314;229;20220216;12.8;7.4;10.1;4.6;11.61;6.8;.69;4523
+75082;44.61883;1.38314;229;20220217;13.2;10.7;11.9;3.3;13.13;2.1;.65;3579
+75082;44.61883;1.38314;229;20220218;14.4;9.9;12.2;2.4;11.41;.4;1.08;5290
+75082;44.61883;1.38314;229;20220219;11;5.6;8.3;2.2;7.78;0;1.21;8022
+75082;44.61883;1.38314;229;20220220;10.3;1.9;6.1;2.8;9.16;3.3;.66;6190
+75082;44.61883;1.38314;229;20220221;11.3;8.9;10.1;5.2;9.08;.8;1.56;5635
+75082;44.61883;1.38314;229;20220222;12.9;6.6;9.7;2.3;9.03;0;1.27;8130
+75082;44.61883;1.38314;229;20220223;15.8;5.8;10.8;1.2;8.76;0;1.37;11317
+75082;44.61883;1.38314;229;20220224;15.1;5.9;10.5;2.5;8.68;.1;1.57;9101
+75082;44.61883;1.38314;229;20220225;10.7;2.3;6.5;2.9;6.26;0;1.57;11276
+75082;44.61883;1.38314;229;20220226;14.1;1.2;7.6;3.1;4.91;0;2.28;13085
+75082;44.61883;1.38314;229;20220227;15.9;2.2;9;2;6.33;0;1.89;12822
+75082;44.61883;1.38314;229;20220228;16.7;2.7;9.7;1.6;7.51;0;1.72;13231
+75082;44.61883;1.38314;229;20220301;16.8;2.4;9.6;2.2;7.08;0;1.99;13308
+75082;44.61883;1.38314;229;20220302;11.5;5.6;8.6;2.1;9.03;1.3;1.04;5329
+75082;44.61883;1.38314;229;20220303;15.5;7.3;11.4;1.6;9.66;0;1.52;10764
+75082;44.61883;1.38314;229;20220304;10.5;5.3;7.9;3.1;9.81;4.1;.76;4285
+75082;44.61883;1.38314;229;20220305;8.3;6;7.1;2.8;9.08;.5;.71;3727
+75082;44.61883;1.38314;229;20220306;11.7;3.9;7.8;2.1;6.01;0;1.76;11963
+75082;44.61883;1.38314;229;20220307;11.4;-2.9;4.2;2.2;5.33;0;1.69;14777
+75082;44.61883;1.38314;229;20220308;14.8;3.3;9;2.5;8.13;2.6;1.73;11132
+75082;44.61883;1.38314;229;20220309;15.8;6.2;11;3;9.26;.1;2.01;13216
+75082;44.61883;1.38314;229;20220310;14.5;7.9;11.2;2.8;9.66;1.9;1.63;7924
+75082;44.61883;1.38314;229;20220311;13.6;9.3;11.4;5.1;9.76;29.4;1.85;6512
+75082;44.61883;1.38314;229;20220312;9.6;7.3;8.4;3.4;9.73;12.2;.88;4388
+75082;44.61883;1.38314;229;20220313;10.6;6.9;8.8;3.9;8.56;16;1.36;4582
+75082;44.61883;1.38314;229;20220314;13.7;2.2;7.9;5.5;8.93;.2;1.56;10110
+75082;44.61883;1.38314;229;20220315;16.7;12.2;14.4;7.1;10.83;0;2.88;10006
+75082;44.61883;1.38314;229;20220316;16.9;11.2;14.1;2.6;10.96;0;1.88;7400
+75082;44.61883;1.38314;229;20220317;14.3;10.6;12.5;2.8;10.76;1.2;1.54;6287
+75082;44.61883;1.38314;229;20220318;16.4;7.2;11.8;2.2;8.91;0;2.06;11400
+75082;44.61883;1.38314;229;20220319;17.8;9.2;13.5;3.4;7.41;0;3.3;17100
+75082;44.61883;1.38314;229;20220320;16.6;7.3;11.9;4.9;7.81;.1;2.98;11100
+75082;44.61883;1.38314;229;20220321;15;9.7;12.3;7.3;7.51;0;3.65;14000
+75082;44.61883;1.38314;229;20220322;15.9;7.5;11.7;6.4;5.61;0;4.28;19200
+75082;44.61883;1.38314;229;20220323;16.3;5.5;10.9;3.7;4.81;0;3.68;20200
+75082;44.61883;1.38314;229;20220324;19;2;10.5;3.7;5.01;0;3.89;20700
+75082;44.61883;1.38314;229;20220325;19.6;7.8;13.7;3.1;4.21;0;3.95;16200
+75082;44.61883;1.38314;229;20220326;20.7;4.7;12.7;3.3;4.71;0;4.2;20800
+75082;44.61883;1.38314;229;20220327;21.1;7.2;14.1;4.2;5.81;0;4.53;18900
+75082;44.61883;1.38314;229;20220328;22.3;10.9;16.6;4.2;5.61;0;5;18200
+75082;44.61883;1.38314;229;20220329;18.7;10.4;14.5;2.5;7.81;4.8;2.76;9400
+75082;44.61883;1.38314;229;20220330;15.3;9.7;12.5;1.4;10.41;2.1;1.6;8100
+75082;44.61883;1.38314;229;20220331;14;8.3;11.1;3;8.21;3.1;2.52;15000
+75082;44.61883;1.38314;229;20220401;6.9;.7;3.8;4.2;5.41;1.3;1.71;11600
+75082;44.61883;1.38314;229;20220402;7.3;.1;3.7;3.7;4.91;0;1.76;9800
+75082;44.61883;1.38314;229;20220403;6;-2.9;1.5;2.7;4.93;0;1.49;12602
+75082;44.61883;1.38314;229;20220404;11.8;-.4;5.7;1.8;4.81;0;2.51;21700
+75082;44.61883;1.38314;229;20220405;14;-1.9;6;1.8;6.31;0;2.29;18900
+75082;44.61883;1.38314;229;20220406;11.6;4.9;8.2;1.5;9.61;1.3;.94;4600
+75082;44.61883;1.38314;229;20220407;12.7;8.8;10.7;3.4;11.41;9.9;1.03;4400
+75082;44.61883;1.38314;229;20220408;17.8;10.7;14.2;3.9;10.81;1.3;2.5;9000
+75082;44.61883;1.38314;229;20220409;13.4;4.7;9;2.5;6.71;.1;2.57;16800
+75082;44.61883;1.38314;229;20220410;19.2;.7;9.9;3;5.21;0;3.97;24000
+75082;44.61883;1.38314;229;20220411;19;9.7;14.3;6.4;8.31;0;4.56;20100
+75082;44.61883;1.38314;229;20220412;18.8;12.1;15.4;5.7;8.81;1.7;4.2;14800
+75082;44.61883;1.38314;229;20220413;14.2;10.6;12.4;1.8;10.81;1.9;1.39;5000
+75082;44.61883;1.38314;229;20220414;23.4;5.4;14.4;1.7;10.61;0;3.62;23300
+75082;44.61883;1.38314;229;20220415;24.9;8.6;16.7;1.6;11.11;0;3.92;23700
+75082;44.61883;1.38314;229;20220416;24.2;7.9;16;2;9.71;0;4.16;24400
+75082;44.61883;1.38314;229;20220417;24.1;4.6;14.3;1.4;8.21;0;3.91;25200
+75082;44.61883;1.38314;229;20220418;20.2;7.9;14;1.5;10.21;0;3.09;19600
+75082;44.61883;1.38314;229;20220419;17.5;6.2;11.8;1.7;11.11;14.6;1.92;11100
+75082;44.61883;1.38314;229;20220420;14.4;8.9;11.6;1.5;11.31;4.8;1.48;8000
+75082;44.61883;1.38314;229;20220421;15.9;10;12.9;1.2;12.01;.1;1.46;7100
+75082;44.61883;1.38314;229;20220422;19.3;10.5;14.9;1.5;11.81;0;2.55;14400
+75082;44.61883;1.38314;229;20220423;17.3;12.2;14.7;3.6;10.31;23.5;2.29;4000
+75082;44.61883;1.38314;229;20220424;15.4;8.3;11.8;2.2;11.31;2.5;1.29;4500
+75082;44.61883;1.38314;229;20220425;17.6;6.3;11.9;1.4;9.71;0;2.51;15800
+75082;44.61883;1.38314;229;20220426;21.7;4.8;13.2;2;9.31;0;3.99;26200
+75082;44.61883;1.38314;229;20220427;24.3;8.1;16.2;1.7;11.11;0;3.89;22400
+75082;44.61883;1.38314;229;20220428;22.8;11.5;17.1;1.6;13.51;0;3.19;17600
+75082;44.61883;1.38314;229;20220429;21.9;11.6;16.7;1.5;13.01;0;3.27;18900
+75082;44.61883;1.38314;229;20220430;22.1;9.5;15.8;1.8;10.51;0;4.06;24800
+75082;44.61883;1.38314;229;20220501;20.4;5.2;12.8;1.2;8.81;0;3.31;21700
+75082;44.61883;1.38314;229;20220502;21.4;6.5;13.9;1.6;9.31;0;3.54;21300
+75082;44.61883;1.38314;229;20220503;22.1;10.5;16.3;1.8;12.11;8.2;3.26;17500
+75082;44.61883;1.38314;229;20220504;20.5;10.4;15.4;1.3;11.81;.1;3.23;19600
+75082;44.61883;1.38314;229;20220505;20.7;10;15.3;2.1;10.01;0;4.09;24600
+75082;44.61883;1.38314;229;20220506;20.9;7.8;14.3;2.5;10.38;0;3.24;16075
+75082;44.61883;1.38314;229;20220507;22.8;9.3;16.1;2.4;10.96;0;3.54;17043
+75082;44.61883;1.38314;229;20220508;24.1;9.8;17;1.9;11.21;0;3.55;17274
+75082;44.61883;1.38314;229;20220509;26.6;9.7;18.1;1.3;11.03;0;3.74;19182
+75082;44.61883;1.38314;229;20220510;27.2;10.9;19.1;1.4;11.71;0;3.83;18504
+75082;44.61883;1.38314;229;20220511;30;11.9;20.9;2.2;12.86;0;4.72;19849
+75082;44.61883;1.38314;229;20220512;22.3;13.5;17.9;1.7;15.71;0;2.48;11919
+75082;44.61883;1.38314;229;20220513;25.5;14;19.7;1.3;16.31;0;3.22;16306
+75082;44.61883;1.38314;229;20220514;28.8;12.5;20.6;1.4;15.43;0;3.86;18503
+75082;44.61883;1.38314;229;20220515;29.3;16.1;22.7;2.6;14.73;8.1;4.65;18003
+75082;44.61883;1.38314;229;20220516;28;14.5;21.3;1.5;16.06;0;3.85;18273
+75082;44.61883;1.38314;229;20220517;31.3;14.3;22.8;1.6;15.68;0;4.36;19499
+75082;44.61883;1.38314;229;20220518;31.9;16.8;24.4;1.8;16.37;1;5.32;23738
+75082;44.61883;1.38314;229;20220519;29.9;17.5;23.7;2.4;17.31;.2;4.39;17102
+75082;44.61883;1.38314;229;20220520;29.7;17.9;23.8;2.5;14.83;0;4.57;16621
+75082;44.61883;1.38314;229;20220521;31.9;15.3;23.6;1.4;18.36;.1;4.24;18907
+75082;44.61883;1.38314;229;20220522;31.6;18.2;24.9;1.6;20.26;2;3.97;16269
+75082;44.61883;1.38314;229;20220523;21.4;16;18.7;3.4;15.98;1.4;2.54;9240
+75082;44.61883;1.38314;229;20220524;19.3;11.9;15.6;2;12.71;.7;2.63;13287
+75082;44.61883;1.38314;229;20220525;20.4;8.1;14.3;2.5;11.08;0;3.18;16558
+75082;44.61883;1.38314;229;20220526;19;9.6;14.3;2.5;12.36;0;2.49;12496
+75082;44.61883;1.38314;229;20220527;24.7;10.9;17.8;2.8;13.43;0;3.99;18548
+75082;44.61883;1.38314;229;20220528;26.3;11.8;19;2.8;11.66;0;4.64;19706
+75082;44.61883;1.38314;229;20220529;23.8;10.2;17;2.9;8.48;0;4.64;19324
+75082;44.61883;1.38314;229;20220530;24.8;7.4;16.1;1.8;8.26;0;4.16;20034
+75082;44.61883;1.38314;229;20220531;25.3;12;18.7;1.6;10.36;.1;3.76;16676
+75082;44.61883;1.38314;229;20220601;30.7;12.8;21.8;2;12.93;1.4;4.86;19998
+75082;44.61883;1.38314;229;20220602;28.2;16.8;22.5;2;17.71;1.3;3.72;15075
+75082;44.61883;1.38314;229;20220603;31.3;17.3;24.3;2.9;16.98;20.2;5.05;18548
+75082;44.61883;1.38314;229;20220604;26.7;14.5;20.6;2.3;19.28;14.1;3.26;15691
+75082;44.61883;1.38314;229;20220605;23.4;15.8;19.6;2.1;17.26;.1;2.88;13165
+75082;44.61883;1.38314;229;20220606;25.7;12.3;19;1.7;15.66;.2;3.47;17148
+75082;44.61883;1.38314;229;20220607;24;15.1;19.6;2.6;14.93;2.2;3.41;14886
+75082;44.61883;1.38314;229;20220608;19;13.4;16.2;2.8;14.91;4.5;2.04;9165
+75082;44.61883;1.38314;229;20220609;20.3;12;16.1;3.1;13.98;1.1;2.74;13202
+75082;44.61883;1.38314;229;20220610;27;11.6;19.3;2.1;14.36;0;4.27;20666
+75082;44.61883;1.38314;229;20220611;31;13.6;22.3;1.7;14.71;0;5.7;27840
+75082;44.61883;1.38314;229;20220612;29.5;15.7;22.6;2.2;17.93;1.4;4.8;22595
+75082;44.61883;1.38314;229;20220613;30.1;18.2;24.2;2.3;19.81;0;5.31;24651
+75082;44.61883;1.38314;229;20220614;34.1;17.7;25.9;2.3;17.98;.3;6.18;25928
+75082;44.61883;1.38314;229;20220615;33.6;20;26.8;2;19.08;0;5.98;25355
+75082;44.61883;1.38314;229;20220616;34.8;18.3;26.6;1.9;19.08;0;6.07;25981
+75082;44.61883;1.38314;229;20220617;37.1;19.3;28.2;2;18.56;0;6.79;27744
+75082;44.61883;1.38314;229;20220618;37.9;22.5;30.2;3.1;14.81;0;8.08;27228
+75082;44.61883;1.38314;229;20220619;33.7;21.6;27.7;3.1;16.41;.5;6.82;24833
+75082;44.61883;1.38314;229;20220620;29.6;17.9;23.7;2.3;19.66;2;4.68;21012
+75082;44.61883;1.38314;229;20220621;27.7;19.8;23.7;2.3;21.11;3.6;3.95;17489
+75082;44.61883;1.38314;229;20220622;27.7;17.3;22.5;2.6;18.41;3;4.67;21897
+75082;44.61883;1.38314;229;20220623;25.4;15.2;20.3;2.1;18.13;20.3;3.77;19047
+75082;44.61883;1.38314;229;20220624;23.6;16.2;19.9;2.6;16.96;.8;3.71;18322
+75082;44.61883;1.38314;229;20220625;23.5;13.4;18.4;3.1;15.76;6.6;3.5;17281
+75082;44.61883;1.38314;229;20220626;17.4;13.5;15.5;3.5;15.71;16.6;1.74;9600
+75082;44.61883;1.38314;229;20220627;22.3;13.7;18;3.2;14.51;0;3.75;19041
+75082;44.61883;1.38314;229;20220628;25.3;12.1;18.7;3.1;12.58;0;5.26;26724
+75082;44.61883;1.38314;229;20220629;27.5;11.6;19.5;2.2;14.18;3.7;5.16;26793
+75082;44.61883;1.38314;229;20220630;15.6;13.7;14.7;2.4;14.51;1;1.55;7103
+75082;44.61883;1.38314;229;20220701;22.6;11;16.8;1.5;12.56;0;4.32;25691
+75082;44.61883;1.38314;229;20220702;30.2;9.8;20;1.6;12.53;0;5.63;29224
+75082;44.61883;1.38314;229;20220703;29.4;15;22.2;2.5;15.66;1.8;5.43;25068
+75082;44.61883;1.38314;229;20220704;28.2;16.5;22.4;2.7;16.83;1.3;4.88;21668
+75082;44.61883;1.38314;229;20220705;28.7;15.5;22.1;2.6;14.86;0;5.64;26010
+75082;44.61883;1.38314;229;20220706;28.6;14.8;21.7;3.1;13.48;0;5.85;25075
+75082;44.61883;1.38314;229;20220707;28;14.3;21.2;3;13.71;0;5.72;25922
+75082;44.61883;1.38314;229;20220708;29;15.3;22.1;3.3;14.41;0;6.02;26754
+75082;44.61883;1.38314;229;20220709;31.9;14.4;23.2;2.8;13.56;0;6.46;27705
+75082;44.61883;1.38314;229;20220710;32.4;15.4;23.9;2.5;13.91;0;6.39;27322
+75082;44.61883;1.38314;229;20220711;35;18.7;26.8;2.9;14.01;0;7.16;27241
+75082;44.61883;1.38314;229;20220712;34.7;18.3;26.5;2.5;14.18;0;6.83;27127
+75082;44.61883;1.38314;229;20220713;35.2;17;26.1;2.3;13.28;0;6.79;27468
+75082;44.61883;1.38314;229;20220714;36.6;19.3;27.9;2;14.61;0;6.7;27050
+75082;44.61883;1.38314;229;20220715;34.9;18.9;26.9;2.4;14.51;0;6.62;26280
+75082;44.61883;1.38314;229;20220716;36.3;17.9;27.1;2.6;14.83;0;7.05;27281
+75082;44.61883;1.38314;229;20220717;37.5;19.3;28.4;2.3;11.98;0;7.34;27769
+75082;44.61883;1.38314;229;20220718;38.9;23.7;31.3;3.4;13.46;0;8.53;26629
+75082;44.61883;1.38314;229;20220719;34.4;22.1;28.2;3;16.71;0;6.55;23077
+75082;44.61883;1.38314;229;20220720;29;19;24;3.7;17.33;0;5.24;20361
+75082;44.61883;1.38314;229;20220721;33.1;15.3;24.2;2.4;15.46;0;6.02;26572
+75082;44.61883;1.38314;229;20220722;30.5;17.7;24.1;2.8;16.91;0;5.33;21958
+75082;44.61883;1.38314;229;20220723;29.3;15.8;22.5;2;15.56;0;5.08;24042
+75082;44.61883;1.38314;229;20220724;36.7;15.1;25.9;2.2;14.21;0;6.73;27881
+75082;44.61883;1.38314;229;20220725;28.9;19.6;24.2;3.6;16.76;0;4.95;17112
+75082;44.61883;1.38314;229;20220726;26.9;16.1;21.5;3.6;13.81;0;5.33;23166
+75082;44.61883;1.38314;229;20220727;28.6;12.8;20.7;3;12.33;0;5.6;25309
+75082;44.61883;1.38314;229;20220728;29.6;13.3;21.4;2.8;13.61;0;5.46;24825
+75082;44.61883;1.38314;229;20220729;27.6;17.1;22.3;2.9;15.86;.5;4.36;17729
+75082;44.61883;1.38314;229;20220730;30.4;16.8;23.6;3;16.21;0;5.54;23961
+75082;44.61883;1.38314;229;20220731;33.1;17.1;25.1;3.1;15.81;0;6.25;24801
+75082;44.61883;1.38314;229;20220801;34.5;17.7;26.1;2.8;15.71;0;6.37;25208
+75082;44.61883;1.38314;229;20220802;35.8;16.8;26.3;2.3;13.96;0;6.46;26266
+75082;44.61883;1.38314;229;20220803;37.5;19.5;28.5;2;14.11;0;6.36;25391
+75082;44.61883;1.38314;229;20220804;36.8;20.8;28.8;2.1;17.83;0;6.17;24166
+75082;44.61883;1.38314;229;20220805;31;19.3;25.2;2.6;19.08;4.1;4.96;20178
+75082;44.61883;1.38314;229;20220806;33.3;18;25.7;2.5;16.41;0;5.83;23760
+75082;44.61883;1.38314;229;20220807;34.1;16.3;25.2;2.9;11.86;0;6.62;25228
+75082;44.61883;1.38314;229;20220808;35;16.5;25.8;2.8;10.36;0;6.82;25235
+75082;44.61883;1.38314;229;20220809;36.3;18.3;27.3;2.5;10.08;0;6.67;23917
+75082;44.61883;1.38314;229;20220810;37.6;18.3;28;2.3;10.33;0;6.73;24999
+75082;44.61883;1.38314;229;20220811;38.3;20.1;29.2;1.6;14.66;0;5.77;23565
+75082;44.61883;1.38314;229;20220812;39.1;21.5;30.3;2;17.61;0;6.18;23045
+75082;44.61883;1.38314;229;20220813;36.3;19.7;28;2.6;18.36;4.9;5.94;21933
+75082;44.61883;1.38314;229;20220814;25;19.8;22.4;3.3;20.41;10;3.07;12428
+75082;44.61883;1.38314;229;20220815;28;15.4;21.7;2.5;16.58;.1;4.12;18422
+75082;44.61883;1.38314;229;20220816;27.8;15.1;21.5;2.8;16.71;9.8;3.79;15479
+75082;44.61883;1.38314;229;20220817;26.1;15.5;20.8;2.8;17.08;3.7;3.94;19433
+75082;44.61883;1.38314;229;20220818;26.3;15.2;20.8;2.6;15.78;0;3.96;18454
+75082;44.61883;1.38314;229;20220819;26.7;16.5;21.6;2.7;17.06;.2;3.61;15101
+75082;44.61883;1.38314;229;20220820;27.9;16.8;22.3;2.6;18.38;.1;4.1;18913
+75082;44.61883;1.38314;229;20220821;27.5;15.7;21.6;2.8;16.76;0;4.03;16998
+75082;44.61883;1.38314;229;20220822;25.4;18.8;22.1;2.8;18.33;1;3.21;12600
+75082;44.61883;1.38314;229;20220823;29.6;16.5;23.1;2.4;18.21;0;4.26;19532
+75082;44.61883;1.38314;229;20220824;34.8;18;26.4;2.1;16.51;.2;5.32;21852
+75082;44.61883;1.38314;229;20220825;30.1;20.2;25.2;2.3;18.01;.3;4.24;16865
+75082;44.61883;1.38314;229;20220826;29.6;17.3;23.4;2.3;17.76;.1;4.1;17700
+75082;44.61883;1.38314;229;20220827;30.4;15.6;23;2.3;15.08;0;4.63;20557
+75082;44.61883;1.38314;229;20220828;32.8;15.5;24.1;2.3;13.13;0;5.17;21521
+75082;44.61883;1.38314;229;20220829;34.2;16.8;25.5;2.4;14.36;2.2;4.93;17521
+75082;44.61883;1.38314;229;20220830;32.1;16.6;24.3;2.3;17.47;0;4.62;20111
+75082;44.61883;1.38314;229;20220831;31.7;16.6;24.1;2.6;15.41;.2;4.67;18466
+75082;44.61883;1.38314;229;20220901;27.9;17.2;22.5;2;18.26;13.6;3.3;14224
+75082;44.61883;1.38314;229;20220902;26.4;16.8;21.6;2.4;18.31;4.8;3.15;14163
+75082;44.61883;1.38314;229;20220903;27.4;16.1;21.8;2;16.91;0;3.54;16971
+75082;44.61883;1.38314;229;20220904;32;16.2;24.1;2.5;16.93;.2;4.63;19149
+75082;44.61883;1.38314;229;20220905;33.5;19.5;26.5;2.5;19.13;12.2;4.84;18798
+75082;44.61883;1.38314;229;20220906;30.9;18;24.5;1.8;18.56;2.2;3.99;17550
+75082;44.61883;1.38314;229;20220907;26;16.7;21.3;1.5;16.16;0;2.79;12400
+75082;44.61883;1.38314;229;20220908;24.4;13.3;18.9;1.8;14.93;.9;2.88;15149
+75082;44.61883;1.38314;229;20220909;23.9;14.5;19.2;2.1;15.13;.4;2.84;13605
+75082;44.61883;1.38314;229;20220910;25.2;11.5;18.3;1.3;13.31;0;3.09;18021
+75082;44.61883;1.38314;229;20220911;31.1;12.6;21.9;1.7;12.58;0;4.1;19733
+75082;44.61883;1.38314;229;20220912;35.2;17.4;26.3;2.4;15.28;0;5.02;19105
+75082;44.61883;1.38314;229;20220913;30.6;21.4;26;2.6;20.11;0;3.51;11060
+75082;44.61883;1.38314;229;20220914;29.8;19.5;24.6;1.9;17.26;1.6;3.45;13501
+75082;44.61883;1.38314;229;20220915;28.4;15.1;21.7;1.8;16.36;.2;3.44;16949
+75082;44.61883;1.38314;229;20220916;24.4;16.6;20.5;2.5;15.08;0;3.11;13593
+75082;44.61883;1.38314;229;20220917;20.5;8.9;14.7;2.4;9.08;0;3.1;17024
+75082;44.61883;1.38314;229;20220918;24.8;5.6;15.2;1.9;7.43;0;3.5;18723
+75082;44.61883;1.38314;229;20220919;25.3;7.8;16.5;2.1;8.26;0;3.6;18300
+75082;44.61883;1.38314;229;20220920;24.3;7.4;15.9;1.9;8.51;0;3.28;17963
+75082;44.61883;1.38314;229;20220921;24.8;6.6;15.7;1.3;8.68;0;2.88;17950
+75082;44.61883;1.38314;229;20220922;25.8;8.6;17.2;1.5;9.28;0;3.12;17494
+75082;44.61883;1.38314;229;20220923;23;11;17;1.8;12.46;2.7;2.35;11121
+75082;44.61883;1.38314;229;20220924;18.4;13.6;16;1.9;14.78;2.2;1.55;8090
+75082;44.61883;1.38314;229;20220925;18.3;10.3;14.3;1.8;12.28;.1;1.7;9261
+75082;44.61883;1.38314;229;20220926;18.9;6.9;12.9;2.2;11.28;3.2;1.97;12045
+75082;44.61883;1.38314;229;20220927;16.3;11.3;13.8;3.2;13.28;6.9;1.46;8235
+75082;44.61883;1.38314;229;20220928;19.1;13.6;16.4;4.3;15.21;7.2;1.79;8462
+75082;44.61883;1.38314;229;20220929;16;11.6;13.8;2.2;12.83;5.8;1.37;7191
+75082;44.61883;1.38314;229;20220930;18.3;8;13.2;1.9;10.63;.3;1.99;12869
+75082;44.61883;1.38314;229;20221001;18.9;9.3;14.1;2.6;13.81;1.4;1.5;8111
+75082;44.61883;1.38314;229;20221002;22;15.1;18.6;1.3;16.16;0;1.74;9138
+75082;44.61883;1.38314;229;20221003;23.2;11.8;17.5;1.4;13.81;0;2.2;13884
+75082;44.61883;1.38314;229;20221004;24.5;9.5;17;1.1;12.83;.1;2.19;14667
+75082;44.61883;1.38314;229;20221005;25.7;10.9;18.3;2;13.61;0;2.66;14428
+75082;44.61883;1.38314;229;20221006;21.4;15.2;18.3;1.3;15.83;0;1.59;7975
+75082;44.61883;1.38314;229;20221007;24.6;11.4;18;1.3;14.63;0;2.06;12761
+75082;44.61883;1.38314;229;20221008;22.3;12.4;17.4;1.4;15.11;2.8;1.71;9728
+75082;44.61883;1.38314;229;20221009;24.4;11.2;17.8;2.1;13.23;0;2.43;13231
+75082;44.61883;1.38314;229;20221010;23.7;13.1;18.4;1.9;14.68;0;2.05;10140
+75082;44.61883;1.38314;229;20221011;21.7;13.4;17.5;1.1;15.36;0;1.52;8612
+75082;44.61883;1.38314;229;20221012;23.6;13.7;18.6;1.3;15.06;.8;1.79;9978
+75082;44.61883;1.38314;229;20221013;19.3;11.5;15.4;1.4;14.83;4;1.24;7138
+75082;44.61883;1.38314;229;20221014;19.5;15.5;17.5;2.5;17.03;1.2;1.25;5110
+75082;44.61883;1.38314;229;20221015;25.6;14.7;20.1;1.7;15.08;0;2.08;9801
+75082;44.61883;1.38314;229;20221016;26.9;16;21.5;3.2;15.96;0;2.94;11071
+75082;44.61883;1.38314;229;20221017;24.7;19.4;22.1;3.2;16.91;0;2.5;6857
+75082;44.61883;1.38314;229;20221018;27.7;16.5;22.1;3;16.76;0;2.87;11096
+75082;44.61883;1.38314;229;20221019;25.4;15.5;20.4;2.9;16.16;3.2;2.31;8057
+75082;44.61883;1.38314;229;20221020;23.3;17.2;20.3;3.4;17.53;1.3;1.95;5678
+75082;44.61883;1.38314;229;20221021;23;16.6;19.8;1.8;15.78;3.2;1.67;6664
+75082;44.61883;1.38314;229;20221022;24.4;12.5;18.5;2.3;13.83;0;2.14;10658
+75082;44.61883;1.38314;229;20221023;24;16.8;20.4;2.7;13.63;0;2.35;4950
+75082;44.61883;1.38314;229;20221024;22.9;12;17.5;1.6;12.41;0;1.74;9178
+75082;44.61883;1.38314;229;20221025;23.4;11.3;17.4;2.3;12.93;0;1.95;7861
+75082;44.61883;1.38314;229;20221026;25.2;12.2;18.7;1.9;14.76;0;1.85;9312
+75082;44.61883;1.38314;229;20221027;26.4;15.7;21;3.2;15.78;0;2.49;7733
+75082;44.61883;1.38314;229;20221028;25.8;19;22.4;3.5;14.56;0;2.96;7023
+75082;44.61883;1.38314;229;20221029;27.4;16.2;21.8;2.8;10.91;0;3.09;8884
+75082;44.61883;1.38314;229;20221030;23.9;13.2;18.5;1.9;12.51;0;1.9;8680
+75082;44.61883;1.38314;229;20221031;23.5;13.6;18.5;2.2;14.46;4.4;1.72;6577
+75082;44.61883;1.38314;229;20221101;18.5;13.3;15.9;1.5;13.58;.1;1.11;5636
+75082;44.61883;1.38314;229;20221102;18.8;7.9;13.4;1.5;11.13;.1;1.19;8502
+75082;44.61883;1.38314;229;20221103;17.3;10.6;13.9;3;11.16;5.2;1.5;4122
+75082;44.61883;1.38314;229;20221104;12.2;9;10.6;4.3;10.43;4.5;1.1;4290
+75082;44.61883;1.38314;229;20221105;14.1;3.2;8.7;1.6;8.38;.1;.94;8204
+75082;44.61883;1.38314;229;20221106;16.7;2.8;9.8;1.7;8.71;.7;1.08;7917
+75082;44.61883;1.38314;229;20221107;19.8;6.7;13.3;2.1;10.51;0;1.4;8753
+75082;44.61883;1.38314;229;20221108;19.5;12.1;15.8;2.9;12.43;0;1.59;5226
+75082;44.61883;1.38314;229;20221109;16.2;13;14.6;1.7;14.23;4.8;.78;2976
+75082;44.61883;1.38314;229;20221110;16.1;10.4;13.2;1.3;12.01;0;.84;6553
+75082;44.61883;1.38314;229;20221111;21.5;6.5;14;2.5;11.38;0;1.52;8718
+75082;44.61883;1.38314;229;20221112;22;11.6;16.8;2.4;12.16;0;1.66;6374
+75082;44.61883;1.38314;229;20221113;21;7.2;14.1;1.3;9.78;0;1.11;8107
+75082;44.61883;1.38314;229;20221114;15.3;11.8;13.6;2.4;12.13;4.3;1.02;2523
+75082;44.61883;1.38314;229;20221115;16.5;9.9;13.2;2.2;12.83;5.2;.82;4063
+75082;44.61883;1.38314;229;20221116;16.6;10.3;13.4;3;12.33;.4;1.06;5960
+75082;44.61883;1.38314;229;20221117;17.2;12.3;14.8;3;12.63;1.8;1.22;4498
+75082;44.61883;1.38314;229;20221118;11.9;7.9;9.9;2.1;10.71;2.5;.61;3377
+75082;44.61883;1.38314;229;20221119;10.7;6.6;8.6;1.8;9.38;.6;.62;4393
+75082;44.61883;1.38314;229;20221120;9;1.6;5.3;1.8;8.78;1.7;.36;3762
+75082;44.61883;1.38314;229;20221121;11.1;7.6;9.3;3;10.36;16.9;.65;2153
+75082;44.61883;1.38314;229;20221122;9.4;5.4;7.4;3.2;9.33;13.5;.5;3557
+75082;44.61883;1.38314;229;20221123;13.5;7.5;10.5;3.6;10.88;3.8;.83;4173
+75082;44.61883;1.38314;229;20221124;12.3;6.1;9.2;1.9;10.11;2.2;.57;4309
+75082;44.61883;1.38314;229;20221125;11.7;8.7;10.2;2.3;10.48;6.1;.68;2581
+75082;44.61883;1.38314;229;20221126;9.7;2;5.9;1.2;8.46;.1;.37;4842
+75082;44.61883;1.38314;229;20221127;12.1;2.2;7.2;2;7.96;9;.69;5425
+75082;44.61883;1.38314;229;20221128;12.3;8.8;10.5;2.8;10.83;4.4;.68;3441
+75082;44.61883;1.38314;229;20221129;10;5.7;7.9;1.3;9.38;.3;.46;3409
+75082;44.61883;1.38314;229;20221130;9.1;3.9;6.5;1.3;7.98;0;.44;4456
+75082;44.61883;1.38314;229;20221201;7.9;-1.1;3.4;1.2;6.71;.1;.44;4217
+75082;44.61883;1.38314;229;20221202;6.3;4.1;5.2;1;7.41;.1;.5;1848
+75082;44.61883;1.38314;229;20221203;7.4;3.4;5.4;1;7.61;3.5;.41;3150
+75082;44.61883;1.38314;229;20221204;8.1;4;6.1;1.1;7.73;.1;.43;3429
+75082;44.61883;1.38314;229;20221205;10.1;-.8;4.7;1.8;6.36;.1;.56;5885
+75082;44.61883;1.38314;229;20221206;9.5;.7;5.1;1.2;6.36;0;.53;4479
+75082;44.61883;1.38314;229;20221207;9.6;-.8;4.4;1.2;6.13;0;.43;6122
+75082;44.61883;1.38314;229;20221208;8.1;-.4;3.8;1.6;6.46;2.3;.51;3441
+75082;44.61883;1.38314;229;20221209;8.7;4.8;6.8;1.4;8.73;1.3;.45;2325
+75082;44.61883;1.38314;229;20221210;1.8;0;.9;2.7;5.36;0;.47;2179
+75082;44.61883;1.38314;229;20221211;4;-7.1;-1.6;1.3;4.08;.1;.32;6080
+75082;44.61883;1.38314;229;20221212;3.8;-4.8;-.5;2.2;5.21;10;.38;3169
+75082;44.61883;1.38314;229;20221213;9.4;2.7;6.1;3.1;10.01;.8;.09;2584
+75082;44.61883;1.38314;229;20221214;12.7;8.5;10.6;2.3;11.83;1.6;.45;2572
+75082;44.61883;1.38314;229;20221215;10.2;8.4;9.3;2.2;10.61;1.4;.53;1269
+75082;44.61883;1.38314;229;20221216;8.7;6.2;7.5;1.9;8.66;.2;.54;2867
+75082;44.61883;1.38314;229;20221217;7.3;-2.3;2.5;1.6;5.33;.1;.44;5728
+75082;44.61883;1.38314;229;20221218;12.3;-1.1;5.6;2.9;7.08;0;.77;5905
+75082;44.61883;1.38314;229;20221219;16.5;9;12.8;4;10.43;0;1.36;4529
+75082;44.61883;1.38314;229;20221220;15.1;11.6;13.4;3.5;11.43;3;1.22;2050
+75082;44.61883;1.38314;229;20221221;14.6;9.7;12.2;2.3;12.31;.7;.59;3675
+75082;44.61883;1.38314;229;20221222;14.4;11.1;12.7;2.8;13.06;10.1;.6;2426
+75082;44.61883;1.38314;229;20221223;16.7;12.7;14.7;2.2;14.13;.1;.69;3193
+75082;44.61883;1.38314;229;20221224;16.8;11.3;14.1;1.7;12.43;0;.7;4337
+75082;44.61883;1.38314;229;20221225;17.7;6.4;12.1;2.3;10.13;0;.93;5455
+75082;44.61883;1.38314;229;20221226;13.8;8.8;11.3;1.8;11.81;1.2;.53;2651
+75082;44.61883;1.38314;229;20221227;12.6;7.9;10.2;1;10.86;.1;.4;3761
+75082;44.61883;1.38314;229;20221228;15.5;4.4;10;2.3;9.78;0;.7;5338
+75082;44.61883;1.38314;229;20221229;11.9;8.8;10.3;2.9;10.88;5.4;.64;2084
+75082;44.61883;1.38314;229;20221230;14.2;8.6;11.4;2.9;11.26;1.1;.77;2781
+75082;44.61883;1.38314;229;20221231;17.2;9.5;13.3;2.8;11.41;0;1.01;4724
+75083;44.64429;1.69606;302;20220101;18.6;5.8;12.2;1.4;8.21;0;.94;5569
+75083;44.64429;1.69606;302;20220102;13.8;7.2;10.5;1.8;8.74;.1;.84;4199
+75083;44.64429;1.69606;302;20220103;11.8;6.5;9.2;2.2;10.27;0;.5;4007
+75083;44.64429;1.69606;302;20220104;16.9;8.2;12.5;2.7;9.34;5.2;1.23;4470
+75083;44.64429;1.69606;302;20220105;5.2;1.9;3.6;3.3;6.21;0;.7;2329
+75083;44.64429;1.69606;302;20220106;5.2;-2.4;1.4;2.4;4.94;.1;.56;5296
+75083;44.64429;1.69606;302;20220107;3.6;-2.9;.3;1.6;5.97;6.6;.3;3335
+75083;44.64429;1.69606;302;20220108;9.6;1.8;5.7;4.6;9.31;8.6;.2;4091
+75083;44.64429;1.69606;302;20220109;7;4.9;5.9;2.8;8.54;15.8;.44;1741
+75083;44.64429;1.69606;302;20220110;6.9;5.9;6.4;1.9;8.51;1.6;.49;1349
+75083;44.64429;1.69606;302;20220111;7.8;-.1;3.8;1.6;5.51;0;.59;5838
+75083;44.64429;1.69606;302;20220112;6.4;-2.5;1.9;1.4;4.71;0;.54;6031
+75083;44.64429;1.69606;302;20220113;7.3;-4.1;1.6;1.3;4.54;0;.53;6573
+75083;44.64429;1.69606;302;20220114;11.8;-2;4.9;1.7;4.54;0;.95;7482
+75083;44.64429;1.69606;302;20220115;9.2;-2.3;3.5;1.2;4.84;0;.6;6753
+75083;44.64429;1.69606;302;20220116;7.5;-3.7;1.9;1.3;4.87;.1;.52;7012
+75083;44.64429;1.69606;302;20220117;9.3;-2.9;3.2;1.4;5.71;.1;.54;7033
+75083;44.64429;1.69606;302;20220118;2.2;-4;-.9;.8;5.44;.1;.29;3579
+75083;44.64429;1.69606;302;20220119;2.8;-.6;1.1;1.6;6.31;1.7;.33;2576
+75083;44.64429;1.69606;302;20220120;5.2;-.5;2.3;2.1;6.34;.4;.43;4125
+75083;44.64429;1.69606;302;20220121;5.8;-.7;2.5;3.2;4.64;0;.96;5950
+75083;44.64429;1.69606;302;20220122;8;-3.7;2.1;1.5;4.67;0;.66;7302
+75083;44.64429;1.69606;302;20220123;11.8;-1.4;5.2;1.8;5.37;0;.93;7686
+75083;44.64429;1.69606;302;20220124;12.9;1;7;1.9;5.21;0;1.19;7473
+75083;44.64429;1.69606;302;20220125;10.9;-.4;5.3;1.1;5.71;0;.68;7453
+75083;44.64429;1.69606;302;20220126;12;-1.5;5.2;.8;5.77;0;.59;7401
+75083;44.64429;1.69606;302;20220127;10.7;-2.3;4.2;1.6;5.31;.1;.83;8414
+75083;44.64429;1.69606;302;20220128;.3;-4;-1.8;.8;5.17;.1;.31;3512
+75083;44.64429;1.69606;302;20220129;1.6;-1.8;-.1;1.1;5.54;.1;.37;3685
+75083;44.64429;1.69606;302;20220130;7.8;-.8;3.5;1.5;7.21;.2;.49;5884
+75083;44.64429;1.69606;302;20220131;7.6;2.4;5;3.3;7.94;1.3;.52;3913
+75083;44.64429;1.69606;302;20220201;5;.1;2.6;3.1;7.34;.9;.29;3977
+75083;44.64429;1.69606;302;20220202;8.4;5.3;6.9;2.4;9.01;.2;.55;3382
+75083;44.64429;1.69606;302;20220203;9;2;5.5;1.9;7.77;.3;.64;5411
+75083;44.64429;1.69606;302;20220204;8.5;5.3;6.9;1.6;9.37;2.5;.49;3050
+75083;44.64429;1.69606;302;20220205;9.5;4.9;7.2;2.5;7.64;0;.92;5353
+75083;44.64429;1.69606;302;20220206;7.6;-.9;3.3;2.6;7.57;2.4;.45;5529
+75083;44.64429;1.69606;302;20220207;10.5;7;8.8;3.9;8.67;.7;1.1;4497
+75083;44.64429;1.69606;302;20220208;15.1;-.8;7.1;1.9;6.04;0;1.34;10576
+75083;44.64429;1.69606;302;20220209;16.3;2.9;9.6;2.7;6.47;0;1.84;9887
+75083;44.64429;1.69606;302;20220210;9.5;3.6;6.6;1.5;7.99;.5;1.27;10900
+75083;44.64429;1.69606;302;20220211;12.4;7.6;10;2.4;7.49;0;1.51;11100
+75083;44.64429;1.69606;302;20220212;12.9;-.9;6;2.2;4.69;0;1.6;8700
+75083;44.64429;1.69606;302;20220213;15.7;6.2;10.9;5.4;8.59;3.9;2.25;9900
+75083;44.64429;1.69606;302;20220214;12.4;7.7;10;3.1;9.19;4.9;1.33;6800
+75083;44.64429;1.69606;302;20220215;8.1;5.1;6.6;1.9;8.69;6.8;.69;4100
+75083;44.64429;1.69606;302;20220216;11.8;6.9;9.3;4.2;11.17;8.3;.61;4764
+75083;44.64429;1.69606;302;20220217;12.9;10.3;11.6;3.1;12.67;1.3;.69;3811
+75083;44.64429;1.69606;302;20220218;13.8;9.4;11.6;2.4;11.11;.5;1.03;5395
+75083;44.64429;1.69606;302;20220219;9.7;4.7;7.2;2.3;7.44;0;1.08;7150
+75083;44.64429;1.69606;302;20220220;9.4;1.3;5.4;2.6;8.74;5.5;.6;6420
+75083;44.64429;1.69606;302;20220221;9.9;8.3;9.1;5.3;8.74;1.1;1.35;4495
+75083;44.64429;1.69606;302;20220222;11.6;5.8;8.7;2.3;8.67;0;1.13;7466
+75083;44.64429;1.69606;302;20220223;15.3;5.4;10.4;1.4;8.44;0;1.4;10948
+75083;44.64429;1.69606;302;20220224;14.8;5.9;10.4;3.1;8.27;0;1.77;9256
+75083;44.64429;1.69606;302;20220225;9.9;2.2;6;2.9;6.17;0;1.45;10085
+75083;44.64429;1.69606;302;20220226;14.5;.3;7.4;3;4.71;0;2.32;13261
+75083;44.64429;1.69606;302;20220227;15.1;2.6;8.9;2.3;6.07;0;1.98;12409
+75083;44.64429;1.69606;302;20220228;15.4;3.3;9.3;2.1;7.17;0;1.81;12346
+75083;44.64429;1.69606;302;20220301;16.5;1.2;8.8;2.4;6.44;0;2.1;13749
+75083;44.64429;1.69606;302;20220302;11;5.2;8.1;2.4;8.77;3;1.07;6325
+75083;44.64429;1.69606;302;20220303;14.3;7.3;10.8;1.1;9.61;.1;1.31;9544
+75083;44.64429;1.69606;302;20220304;11.4;3.9;7.7;2.6;9.44;2.3;.92;7061
+75083;44.64429;1.69606;302;20220305;9.1;6.1;7.6;2.8;9.07;0;.86;5154
+75083;44.64429;1.69606;302;20220306;10.8;1.8;6.3;1.7;5.67;0;1.57;12658
+75083;44.64429;1.69606;302;20220307;11.7;-1.8;4.9;2.4;5.01;0;1.82;13890
+75083;44.64429;1.69606;302;20220308;14.4;3.5;9;3.3;7.51;1.6;1.97;11002
+75083;44.64429;1.69606;302;20220309;15.2;6.6;10.9;3.4;8.57;.1;2.14;11895
+75083;44.64429;1.69606;302;20220310;15.1;7.5;11.3;3.5;9.14;2.7;1.95;9084
+75083;44.64429;1.69606;302;20220311;12.5;8.7;10.6;5.8;9.27;19.5;1.86;6526
+75083;44.64429;1.69606;302;20220312;8.8;6.8;7.8;4.1;9.21;14.7;.9;4436
+75083;44.64429;1.69606;302;20220313;9.7;7.3;8.5;4.7;8.04;22.9;1.49;4253
+75083;44.64429;1.69606;302;20220314;12.9;2.1;7.5;6.2;8.67;.5;1.58;11172
+75083;44.64429;1.69606;302;20220315;16.1;11.7;13.9;7.3;10.41;0;2.8;9182
+75083;44.64429;1.69606;302;20220316;17;11;14;3.1;10.41;0;2.15;8448
+75083;44.64429;1.69606;302;20220317;14.5;9.9;12.2;2.6;10.27;.7;1.68;8252
+75083;44.64429;1.69606;302;20220318;16;6.8;11.4;2.2;8.89;0;2.06;11400
+75083;44.64429;1.69606;302;20220319;17.4;8.8;13.1;3.4;7.39;0;3.3;17100
+75083;44.64429;1.69606;302;20220320;16.2;6.9;11.5;4.9;7.79;0;2.98;11100
+75083;44.64429;1.69606;302;20220321;14.6;9.3;11.9;7.3;7.49;0;3.65;14000
+75083;44.64429;1.69606;302;20220322;15.5;7.1;11.3;6.4;5.59;0;4.28;19200
+75083;44.64429;1.69606;302;20220323;15.9;5.1;10.5;3.7;4.79;0;3.68;20200
+75083;44.64429;1.69606;302;20220324;18.6;1.6;10.1;3.7;4.99;0;3.89;20700
+75083;44.64429;1.69606;302;20220325;19.2;7.4;13.3;3.1;4.19;0;3.95;16200
+75083;44.64429;1.69606;302;20220326;20.3;4.3;12.3;3.3;4.69;0;4.2;20800
+75083;44.64429;1.69606;302;20220327;20.7;6.8;13.7;4.2;5.79;0;4.53;18900
+75083;44.64429;1.69606;302;20220328;21.9;10.5;16.2;4.2;5.59;0;5;18200
+75083;44.64429;1.69606;302;20220329;18.3;10;14.1;2.5;7.79;5.3;2.76;9400
+75083;44.64429;1.69606;302;20220330;14.9;9.3;12.1;1.4;10.39;2.7;1.6;8100
+75083;44.64429;1.69606;302;20220331;13.6;7.9;10.7;3;8.19;3;2.52;15000
+75083;44.64429;1.69606;302;20220401;6.5;.3;3.4;4.2;5.39;2.6;1.71;11600
+75083;44.64429;1.69606;302;20220402;6.9;-.3;3.3;3.7;4.89;0;1.76;9800
+75083;44.64429;1.69606;302;20220403;5.3;-2.5;1.4;2.7;5.11;0;1.43;11636
+75083;44.64429;1.69606;302;20220404;11.4;-.8;5.3;1.8;4.79;0;2.51;21700
+75083;44.64429;1.69606;302;20220405;13.6;-2.3;5.6;1.8;6.29;0;2.29;18900
+75083;44.64429;1.69606;302;20220406;11.2;4.5;7.8;1.5;9.59;1.5;.94;4600
+75083;44.64429;1.69606;302;20220407;12.3;8.4;10.3;3.4;11.39;9.8;1.03;4400
+75083;44.64429;1.69606;302;20220408;17.4;10.3;13.8;3.9;10.79;1.7;2.5;9000
+75083;44.64429;1.69606;302;20220409;13;4.3;8.6;2.5;6.69;.3;2.57;16800
+75083;44.64429;1.69606;302;20220410;18.8;.3;9.5;3;5.19;0;3.97;24000
+75083;44.64429;1.69606;302;20220411;18.6;9.3;13.9;6.4;8.29;0;4.56;20100
+75083;44.64429;1.69606;302;20220412;18.4;11.7;15;5.7;8.79;0;4.2;14800
+75083;44.64429;1.69606;302;20220413;13.8;10.2;12;1.8;10.79;1.2;1.39;5000
+75083;44.64429;1.69606;302;20220414;23;5;14;1.7;10.59;0;3.62;23300
+75083;44.64429;1.69606;302;20220415;24.5;8.2;16.3;1.6;11.09;0;3.92;23700
+75083;44.64429;1.69606;302;20220416;23.8;7.5;15.6;2;9.69;0;4.16;24400
+75083;44.64429;1.69606;302;20220417;23.7;4.2;13.9;1.4;8.19;0;3.91;25200
+75083;44.64429;1.69606;302;20220418;19.8;7.5;13.6;1.5;10.19;0;3.09;19600
+75083;44.64429;1.69606;302;20220419;17.1;5.8;11.4;1.7;11.09;6.8;1.92;11100
+75083;44.64429;1.69606;302;20220420;14;8.5;11.2;1.5;11.29;5.2;1.48;8000
+75083;44.64429;1.69606;302;20220421;15.5;9.6;12.5;1.2;11.99;.4;1.46;7100
+75083;44.64429;1.69606;302;20220422;18.9;10.1;14.5;1.5;11.79;.1;2.55;14400
+75083;44.64429;1.69606;302;20220423;16.9;11.8;14.3;3.6;10.29;28;2.29;4000
+75083;44.64429;1.69606;302;20220424;15;7.9;11.4;2.2;11.29;9.5;1.29;4500
+75083;44.64429;1.69606;302;20220425;17.2;5.9;11.5;1.4;9.69;0;2.51;15800
+75083;44.64429;1.69606;302;20220426;21.3;4.4;12.8;2;9.29;0;3.99;26200
+75083;44.64429;1.69606;302;20220427;23.9;7.7;15.8;1.7;11.09;0;3.89;22400
+75083;44.64429;1.69606;302;20220428;22.4;11.1;16.7;1.6;13.49;0;3.19;17600
+75083;44.64429;1.69606;302;20220429;21.5;11.2;16.3;1.5;12.99;0;3.27;18900
+75083;44.64429;1.69606;302;20220430;21.7;9.1;15.4;1.8;10.49;0;4.06;24800
+75083;44.64429;1.69606;302;20220501;20;4.8;12.4;1.2;8.79;0;3.31;21700
+75083;44.64429;1.69606;302;20220502;21;6.1;13.5;1.6;9.29;0;3.54;21300
+75083;44.64429;1.69606;302;20220503;21.7;10.1;15.9;1.8;12.09;8.6;3.26;17500
+75083;44.64429;1.69606;302;20220504;20.1;10;15;1.3;11.79;.2;3.23;19600
+75083;44.64429;1.69606;302;20220505;20.3;9.6;14.9;2.1;9.99;0;4.09;24600
+75083;44.64429;1.69606;302;20220506;19.1;7.1;13.1;2.9;10.01;0;3.44;20492
+75083;44.64429;1.69606;302;20220507;21.9;8.6;15.3;2.7;10.51;0;4.05;22390
+75083;44.64429;1.69606;302;20220508;23.4;8.8;16.1;1.8;10.64;0;4.07;23249
+75083;44.64429;1.69606;302;20220509;25.5;10.3;17.9;1.3;10.51;0;4.33;24376
+75083;44.64429;1.69606;302;20220510;26.7;11.8;19.3;2;11.37;0;4.78;23826
+75083;44.64429;1.69606;302;20220511;29.5;13;21.2;2.4;12.01;0;5.53;25204
+75083;44.64429;1.69606;302;20220512;22.8;13.1;17.9;1.4;15.17;.1;3.17;17335
+75083;44.64429;1.69606;302;20220513;24.6;14.6;19.6;1.3;15.67;.1;3.75;20384
+75083;44.64429;1.69606;302;20220514;28.5;12.5;20.5;1.3;14.84;0;4.57;24419
+75083;44.64429;1.69606;302;20220515;28.7;16.9;22.8;2.7;13.47;3;5.39;22499
+75083;44.64429;1.69606;302;20220516;27.6;13.6;20.6;1.8;14.41;0;4.79;24807
+75083;44.64429;1.69606;302;20220517;31.4;14.7;23.1;2.1;14.77;0;5.68;26074
+75083;44.64429;1.69606;302;20220518;32;16.5;24.3;1.9;15.41;.4;5.57;24865
+75083;44.64429;1.69606;302;20220519;29.1;18;23.5;2.8;15.51;.4;5.27;21536
+75083;44.64429;1.69606;302;20220520;30;18.9;24.5;2.9;13.47;0;5.88;22231
+75083;44.64429;1.69606;302;20220521;32.9;15.7;24.3;1.6;17.14;0;5.48;25908
+75083;44.64429;1.69606;302;20220522;31.8;18.7;25.2;1.8;19.34;5.7;4.92;21508
+75083;44.64429;1.69606;302;20220523;20.2;15.8;18;3.1;15.57;1.7;2.64;11507
+75083;44.64429;1.69606;302;20220524;19.5;10.9;15.2;2.2;12.27;1.7;3.29;19055
+75083;44.64429;1.69606;302;20220525;19.5;7.8;13.6;2.7;10.97;.1;3.51;21246
+75083;44.64429;1.69606;302;20220526;18.6;8.9;13.7;2.8;11.77;0;3;17620
+75083;44.64429;1.69606;302;20220527;24.5;9.4;16.9;2.6;13.04;.1;4.63;26226
+75083;44.64429;1.69606;302;20220528;25.7;10.7;18.2;2.3;11.54;0;5.16;27145
+75083;44.64429;1.69606;302;20220529;23.2;9;16.1;2.4;8.54;0;5.05;27552
+75083;44.64429;1.69606;302;20220530;24.2;6.6;15.4;1.2;8.64;0;4.63;28288
+75083;44.64429;1.69606;302;20220531;24.4;11.7;18;1.6;10.31;.2;4.3;22013
+75083;44.64429;1.69606;302;20220601;30.3;13.1;21.7;2.1;12.74;1.1;5.76;26737
+75083;44.64429;1.69606;302;20220602;29.1;16.3;22.7;1.8;16.27;1.3;4.71;21881
+75083;44.64429;1.69606;302;20220603;31.2;16.8;24;2.4;16.07;30.8;5.86;25346
+75083;44.64429;1.69606;302;20220604;27.3;14.1;20.7;2.1;19.27;14.5;4.44;23185
+75083;44.64429;1.69606;302;20220605;22.6;15.6;19.1;1.7;17.24;0;3.24;16815
+75083;44.64429;1.69606;302;20220606;25.5;11.7;18.6;1;15.61;.1;4.23;24351
+75083;44.64429;1.69606;302;20220607;22.9;14.4;18.7;1.7;14.87;2;3.78;20075
+75083;44.64429;1.69606;302;20220608;18.1;13;15.6;2.2;14.77;5.9;2.22;12010
+75083;44.64429;1.69606;302;20220609;18.9;11.8;15.4;2.6;13.64;.6;2.83;15925
+75083;44.64429;1.69606;302;20220610;26.1;10.7;18.4;1.7;14.34;0;4.85;27352
+75083;44.64429;1.69606;302;20220611;30.4;14.2;22.3;1.7;14.17;0;5.6;27173
+75083;44.64429;1.69606;302;20220612;29.5;15.7;22.6;1.4;17.07;.6;4.74;23154
+75083;44.64429;1.69606;302;20220613;29.2;18.5;23.8;1.8;19.47;0;4.9;23355
+75083;44.64429;1.69606;302;20220614;33.3;17.7;25.5;2;16.94;.4;6.07;26225
+75083;44.64429;1.69606;302;20220615;32.8;19.5;26.2;2.5;18.77;0;6.11;25478
+75083;44.64429;1.69606;302;20220616;33.7;18.4;26.1;1.3;19.37;0;5.56;25761
+75083;44.64429;1.69606;302;20220617;35.8;20.1;28;1.8;17.47;0;6.44;26708
+75083;44.64429;1.69606;302;20220618;37.1;22.9;30;3.5;13.74;0;8.26;26073
+75083;44.64429;1.69606;302;20220619;33.8;22.9;28.4;3.8;14.91;0;7.51;23980
+75083;44.64429;1.69606;302;20220620;30.3;17.8;24;1.9;18.21;1.8;5.03;22797
+75083;44.64429;1.69606;302;20220621;28.3;20.1;24.2;2;19.94;2.6;4.25;18330
+75083;44.64429;1.69606;302;20220622;27.1;17.3;22.2;2;17.74;.9;4.55;21831
+75083;44.64429;1.69606;302;20220623;24.5;15.5;20;1.7;17.47;21.4;3.58;18291
+75083;44.64429;1.69606;302;20220624;22.8;15.7;19.3;2.1;16.37;.7;3.58;18379
+75083;44.64429;1.69606;302;20220625;24.7;13.6;19.1;2.7;15.57;5.3;3.97;19378
+75083;44.64429;1.69606;302;20220626;17.8;13.7;15.8;2.5;15.94;13.3;1.93;10784
+75083;44.64429;1.69606;302;20220627;22;13.8;17.9;2.6;14.61;0;3.77;19888
+75083;44.64429;1.69606;302;20220628;24.4;12.3;18.3;2.3;12.71;0;4.74;25075
+75083;44.64429;1.69606;302;20220629;27;11.9;19.4;1.7;13.94;1;4.93;26401
+75083;44.64429;1.69606;302;20220630;14.8;13.8;14.3;2.8;14.74;1.3;1.22;5445
+75083;44.64429;1.69606;302;20220701;21.6;10.7;16.1;1.6;12.37;.1;4.05;24153
+75083;44.64429;1.69606;302;20220702;29.7;10.4;20;1.7;12.74;0;5.63;29286
+75083;44.64429;1.69606;302;20220703;28.5;15.5;22;1.5;15.77;1.6;4.94;24707
+75083;44.64429;1.69606;302;20220704;27.2;16.3;21.8;2;17.17;.9;4.56;22090
+75083;44.64429;1.69606;302;20220705;27.9;15.4;21.6;2.2;15.61;0;5.16;25226
+75083;44.64429;1.69606;302;20220706;27.9;13.6;20.8;2.3;13.44;0;5.39;26065
+75083;44.64429;1.69606;302;20220707;26.9;13.3;20.1;2.9;13.37;0;5.4;25733
+75083;44.64429;1.69606;302;20220708;28.7;14.9;21.8;2.4;13.84;0;5.67;26584
+75083;44.64429;1.69606;302;20220709;31.2;13.7;22.5;1.9;13.24;0;5.9;28169
+75083;44.64429;1.69606;302;20220710;31.2;14.4;22.8;1.9;13.67;0;5.8;27451
+75083;44.64429;1.69606;302;20220711;34.4;18.6;26.5;2.3;13.74;0;6.72;27055
+75083;44.64429;1.69606;302;20220712;33.7;18.9;26.3;2;13.74;0;6.3;26138
+75083;44.64429;1.69606;302;20220713;34.5;17.6;26.1;1.7;12.77;0;6.16;26577
+75083;44.64429;1.69606;302;20220714;35.7;19.5;27.6;2.2;14.47;0;6.73;26798
+75083;44.64429;1.69606;302;20220715;34.1;18.8;26.4;1.7;14.51;0;6.07;26303
+75083;44.64429;1.69606;302;20220716;35.4;18.5;27;1.9;14.34;0;6.44;26732
+75083;44.64429;1.69606;302;20220717;36.9;19.3;28.1;2.3;11.74;0;7.15;27529
+75083;44.64429;1.69606;302;20220718;38.7;23.7;31.2;3.4;12.91;0;8.51;26224
+75083;44.64429;1.69606;302;20220719;36.2;23.4;29.8;3;15.14;0;7.16;23796
+75083;44.64429;1.69606;302;20220720;27.8;18.3;23;2.7;17.24;0;4.73;20505
+75083;44.64429;1.69606;302;20220721;32.9;14.5;23.7;1.3;15.04;0;5.59;27621
+75083;44.64429;1.69606;302;20220722;30.8;18.3;24.5;2.3;16.14;0;5.35;22171
+75083;44.64429;1.69606;302;20220723;28.7;15.7;22.2;2;15.41;0;4.93;23200
+75083;44.64429;1.69606;302;20220724;36.8;15.9;26.4;1.8;13.51;0;6.56;28164
+75083;44.64429;1.69606;302;20220725;27.7;19.2;23.4;3;15.94;0;4.63;16975
+75083;44.64429;1.69606;302;20220726;25.9;16.3;21.1;2.9;13.71;0;4.88;21580
+75083;44.64429;1.69606;302;20220727;27.9;12.3;20.1;2.2;12.01;0;5.17;25177
+75083;44.64429;1.69606;302;20220728;29.5;12.6;21.1;1.7;12.77;0;5.12;25721
+75083;44.64429;1.69606;302;20220729;26.4;16.8;21.6;1.9;15.21;1.5;4.03;18276
+75083;44.64429;1.69606;302;20220730;30;16.5;23.3;2.6;15.54;0;5.49;24290
+75083;44.64429;1.69606;302;20220731;32.8;16.3;24.6;2.2;15.14;0;5.87;25509
+75083;44.64429;1.69606;302;20220801;33.9;17.3;25.6;2.2;14.94;0;6.04;25310
+75083;44.64429;1.69606;302;20220802;34.7;16.9;25.8;1.6;13.74;0;5.8;25818
+75083;44.64429;1.69606;302;20220803;37.4;21.1;29.3;1.9;13.24;0;6.35;24548
+75083;44.64429;1.69606;302;20220804;37.3;21.4;29.3;2;15.67;0;6.35;24264
+75083;44.64429;1.69606;302;20220805;30.1;19.4;24.8;2.3;18.81;3;4.61;19288
+75083;44.64429;1.69606;302;20220806;32.5;18.3;25.4;1.7;16.51;0;5.22;23234
+75083;44.64429;1.69606;302;20220807;33.3;16.8;25;2.1;11.57;0;5.91;24508
+75083;44.64429;1.69606;302;20220808;34.2;17.3;25.8;1.8;10.24;0;5.78;24321
+75083;44.64429;1.69606;302;20220809;35.3;18.9;27.1;1.8;9.51;0;5.92;23729
+75083;44.64429;1.69606;302;20220810;36.8;19.3;28.1;1.8;9.64;0;6.13;24353
+75083;44.64429;1.69606;302;20220811;37.6;20.5;29;1.9;13.01;0;6.13;23321
+75083;44.64429;1.69606;302;20220812;38.1;21.6;29.8;1.8;15.14;0;5.99;23073
+75083;44.64429;1.69606;302;20220813;36.2;19.2;27.7;1.5;16.81;0;5.43;23268
+75083;44.64429;1.69606;302;20220814;24.3;19.7;22;2.3;19.97;11;2.72;11511
+75083;44.64429;1.69606;302;20220815;26.6;15;20.8;1.6;16.51;.1;3.59;17878
+75083;44.64429;1.69606;302;20220816;28.9;15.6;22.3;2.8;16.24;12.5;4.33;17393
+75083;44.64429;1.69606;302;20220817;25.6;15.2;20.4;2.3;16.91;.9;3.8;19565
+75083;44.64429;1.69606;302;20220818;25;15.5;20.3;2.6;15.74;0;3.64;16791
+75083;44.64429;1.69606;302;20220819;25.1;16;20.6;2.7;16.94;.1;3.41;15763
+75083;44.64429;1.69606;302;20220820;27.1;16.5;21.8;1.9;18.01;0;3.71;18289
+75083;44.64429;1.69606;302;20220821;25.7;15.2;20.5;1.8;16.44;0;3.4;16814
+75083;44.64429;1.69606;302;20220822;24;17.9;21;2;17.87;.7;2.82;12948
+75083;44.64429;1.69606;302;20220823;29.4;16.2;22.8;1.8;17.87;0;4.09;19860
+75083;44.64429;1.69606;302;20220824;34.2;18.5;26.4;1.9;15.81;.1;5.15;21635
+75083;44.64429;1.69606;302;20220825;30;19.5;24.8;2.5;16.84;0;4.54;17937
+75083;44.64429;1.69606;302;20220826;29.4;16.3;22.8;2.1;16.41;0;4.17;18699
+75083;44.64429;1.69606;302;20220827;30;15.3;22.7;1.5;14.67;0;4.24;20940
+75083;44.64429;1.69606;302;20220828;31.9;16.3;24.1;1.8;13.44;0;4.74;20956
+75083;44.64429;1.69606;302;20220829;34.5;17.8;26.1;2.4;14.01;2.6;5.3;18634
+75083;44.64429;1.69606;302;20220830;31.3;16.6;23.9;2.1;17.11;0;4.51;20297
+75083;44.64429;1.69606;302;20220831;31.1;16.6;23.9;1.7;14.54;.3;4.28;18869
+75083;44.64429;1.69606;302;20220901;27.5;15.9;21.7;1.7;17.27;2.4;3.25;15389
+75083;44.64429;1.69606;302;20220902;26.3;16.4;21.4;1.9;17.81;4.6;3.18;15321
+75083;44.64429;1.69606;302;20220903;26.7;15.5;21.1;1.6;16.37;0;3.34;17009
+75083;44.64429;1.69606;302;20220904;32.2;16.8;24.5;2.6;16.54;.1;4.77;18776
+75083;44.64429;1.69606;302;20220905;33.2;19.7;26.5;3.1;18.71;22.4;5.17;18673
+75083;44.64429;1.69606;302;20220906;29.9;18;23.9;2.4;18.37;4.4;3.89;16191
+75083;44.64429;1.69606;302;20220907;25.9;16;20.9;1.9;16.17;0;3.06;14272
+75083;44.64429;1.69606;302;20220908;23;12.6;17.8;1.7;14.57;.9;2.71;14878
+75083;44.64429;1.69606;302;20220909;23.3;14.1;18.7;2.2;14.64;.2;2.84;13834
+75083;44.64429;1.69606;302;20220910;23.9;10.9;17.4;1.5;12.74;0;3;17209
+75083;44.64429;1.69606;302;20220911;30.7;12.9;21.8;2;11.97;0;4.32;19912
+75083;44.64429;1.69606;302;20220912;36.1;18.9;27.5;2.8;14.37;0;5.72;19224
+75083;44.64429;1.69606;302;20220913;30.6;21.1;25.9;2.8;19.54;.4;3.84;12519
+75083;44.64429;1.69606;302;20220914;29.4;19;24.2;2.1;16.84;.6;3.59;14426
+75083;44.64429;1.69606;302;20220915;27.6;14.4;21;2;15.54;.2;3.41;16743
+75083;44.64429;1.69606;302;20220916;23.3;15.9;19.6;2.5;14.51;0;2.93;13201
+75083;44.64429;1.69606;302;20220917;19.7;8.2;14;2.2;8.87;0;2.86;16365
+75083;44.64429;1.69606;302;20220918;24;4.3;14.2;1.6;7.17;0;3.26;19382
+75083;44.64429;1.69606;302;20220919;24.6;7.5;16;2.1;8.14;0;3.55;18224
+75083;44.64429;1.69606;302;20220920;23.4;7.2;15.3;1.7;8.17;0;3.1;17572
+75083;44.64429;1.69606;302;20220921;24.1;7.8;16;1.6;8.47;0;3.05;17158
+75083;44.64429;1.69606;302;20220922;25.3;9.8;17.6;2;9.44;0;3.36;16605
+75083;44.64429;1.69606;302;20220923;24.2;11.2;17.7;2.1;11.91;1.9;2.78;12889
+75083;44.64429;1.69606;302;20220924;18.4;12.7;15.6;1.7;13.91;2.7;1.69;9384
+75083;44.64429;1.69606;302;20220925;17.8;10;13.9;1.8;11.97;.3;1.72;9685
+75083;44.64429;1.69606;302;20220926;18;7.7;12.9;2.5;11.04;3.4;1.96;11438
+75083;44.64429;1.69606;302;20220927;15.2;10.9;13.1;3.3;12.61;6.2;1.41;7762
+75083;44.64429;1.69606;302;20220928;19.1;12.9;16;4.3;14.57;7.1;1.92;9107
+75083;44.64429;1.69606;302;20220929;15.1;10.8;13;1.9;12.31;4.7;1.31;7322
+75083;44.64429;1.69606;302;20220930;17.3;6.7;12;1.8;10.21;.2;1.88;13183
+75083;44.64429;1.69606;302;20221001;17.8;8.2;13;2.5;13.44;2.6;1.35;8881
+75083;44.64429;1.69606;302;20221002;20.8;15.1;18;1.4;15.81;0;1.64;8356
+75083;44.64429;1.69606;302;20221003;22.5;11.3;16.9;1.3;13.34;0;2.12;13488
+75083;44.64429;1.69606;302;20221004;24.2;9.8;17;1.5;12.31;.1;2.38;14392
+75083;44.64429;1.69606;302;20221005;25.3;11.7;18.5;2.6;13.24;0;2.91;13784
+75083;44.64429;1.69606;302;20221006;21.6;14.5;18;1.4;15.27;.1;1.68;8584
+75083;44.64429;1.69606;302;20221007;24.4;12.5;18.5;1.8;14.31;0;2.27;12084
+75083;44.64429;1.69606;302;20221008;22.1;12.3;17.2;1.5;14.61;3.8;1.78;10106
+75083;44.64429;1.69606;302;20221009;24.4;11.7;18;2.5;12.61;0;2.69;12680
+75083;44.64429;1.69606;302;20221010;24.2;13.5;18.9;2.4;14.31;0;2.35;10640
+75083;44.64429;1.69606;302;20221011;21.4;13.1;17.3;1.4;15.07;0;1.59;8817
+75083;44.64429;1.69606;302;20221012;22.4;13.8;18.1;1.2;15.14;.9;1.64;9603
+75083;44.64429;1.69606;302;20221013;18.7;11.4;15;1.3;14.57;5.5;1.19;7234
+75083;44.64429;1.69606;302;20221014;18.6;14.7;16.6;2.5;16.71;1.4;1.1;5253
+75083;44.64429;1.69606;302;20221015;24.7;14.1;19.4;2.1;15.11;0;2.1;8925
+75083;44.64429;1.69606;302;20221016;26.1;16.2;21.2;3.8;15.64;0;3.06;10276
+75083;44.64429;1.69606;302;20221017;24;19;21.5;4;16.54;0;2.68;6614
+75083;44.64429;1.69606;302;20221018;27.1;16.8;21.9;3.2;16.44;0;2.9;10468
+75083;44.64429;1.69606;302;20221019;24.2;15.9;20;3.1;15.81;2.7;2.3;7944
+75083;44.64429;1.69606;302;20221020;22.9;16.8;19.9;4;17.24;2.1;2.08;6177
+75083;44.64429;1.69606;302;20221021;22.8;16.5;19.7;2;15.64;.4;1.78;6966
+75083;44.64429;1.69606;302;20221022;24.2;12.8;18.5;2.6;13.71;0;2.27;10127
+75083;44.64429;1.69606;302;20221023;23.9;17;20.5;3.4;13.57;.2;2.73;6018
+75083;44.64429;1.69606;302;20221024;22.2;12.9;17.5;1.9;12.64;0;1.82;8465
+75083;44.64429;1.69606;302;20221025;23.7;12;17.8;2.8;12.37;0;2.29;8261
+75083;44.64429;1.69606;302;20221026;24.6;12.4;18.5;2.3;14.24;.1;2.02;9519
+75083;44.64429;1.69606;302;20221027;26.9;16.1;21.5;3.9;15.31;0;3.04;8240
+75083;44.64429;1.69606;302;20221028;25.8;18.8;22.3;3.7;13.17;0;3.31;7015
+75083;44.64429;1.69606;302;20221029;27.1;17.9;22.5;3.6;9.34;0;3.96;8163
+75083;44.64429;1.69606;302;20221030;23.8;14.3;19;2.5;12.04;0;2.26;8012
+75083;44.64429;1.69606;302;20221031;23.9;14.3;19.1;2.7;14.37;3.7;2.03;7035
+75083;44.64429;1.69606;302;20221101;18.1;12.9;15.5;1.4;13.41;.1;1.07;5446
+75083;44.64429;1.69606;302;20221102;18.3;7.8;13;1.7;10.71;.1;1.25;8137
+75083;44.64429;1.69606;302;20221103;16.1;10.7;13.4;3.2;10.91;5.6;1.5;4234
+75083;44.64429;1.69606;302;20221104;11.1;8.3;9.7;4.6;10.17;3.9;.91;3173
+75083;44.64429;1.69606;302;20221105;13.1;2.8;7.9;1.9;7.87;.1;.98;7721
+75083;44.64429;1.69606;302;20221106;17;3.3;10.1;2.3;8.17;.4;1.4;7866
+75083;44.64429;1.69606;302;20221107;19.7;7.1;13.4;2.6;10.01;0;1.64;8502
+75083;44.64429;1.69606;302;20221108;19.6;12.7;16.1;3.5;12.24;0;1.84;5631
+75083;44.64429;1.69606;302;20221109;15.6;12.6;14.1;1.7;13.81;7.3;.77;3138
+75083;44.64429;1.69606;302;20221110;15.2;10.2;12.7;1.6;11.81;0;.85;5883
+75083;44.64429;1.69606;302;20221111;21.1;7.7;14.4;3.2;11.31;0;1.73;8216
+75083;44.64429;1.69606;302;20221112;22.3;12.2;17.3;2.8;11.67;0;1.99;5840
+75083;44.64429;1.69606;302;20221113;20.5;9.5;15;2.1;9.64;0;1.6;7031
+75083;44.64429;1.69606;302;20221114;15.8;12.4;14.1;2.6;12.07;4.2;1.15;2992
+75083;44.64429;1.69606;302;20221115;16.6;9.7;13.2;2.5;12.81;8.5;.88;4424
+75083;44.64429;1.69606;302;20221116;16.3;10.1;13.2;2.7;12.01;.3;1.02;5235
+75083;44.64429;1.69606;302;20221117;16.6;11.9;14.2;3.1;12.31;4.2;1.21;4408
+75083;44.64429;1.69606;302;20221118;11.4;7.5;9.5;2;10.37;2.9;.61;3349
+75083;44.64429;1.69606;302;20221119;10;6;8;1.9;9.07;.6;.6;4097
+75083;44.64429;1.69606;302;20221120;8.6;2.7;5.6;1.8;8.67;1.7;.38;3689
+75083;44.64429;1.69606;302;20221121;10.4;6.1;8.2;3;9.67;16;.6;2925
+75083;44.64429;1.69606;302;20221122;9.1;5;7.1;3.2;9.04;14.1;.54;3598
+75083;44.64429;1.69606;302;20221123;13;7;10;3.2;10.61;4.4;.67;4078
+75083;44.64429;1.69606;302;20221124;11.7;5.2;8.5;1.4;9.81;1.3;.48;4257
+75083;44.64429;1.69606;302;20221125;10.6;8.1;9.3;2;10.17;9.7;.6;2487
+75083;44.64429;1.69606;302;20221126;8.6;3.6;6.1;1.5;8.51;0;.43;3695
+75083;44.64429;1.69606;302;20221127;12.9;3.8;8.4;2.9;7.21;7.7;1.19;5248
+75083;44.64429;1.69606;302;20221128;11.1;8;9.6;2.5;10.37;5.1;.62;2980
+75083;44.64429;1.69606;302;20221129;8.8;5.1;6.9;1.8;9.01;.3;.44;2844
+75083;44.64429;1.69606;302;20221130;7.9;2;5;1.3;7.61;0;.38;4684
+75083;44.64429;1.69606;302;20221201;8.4;-.6;3.9;1.4;6.67;.1;.45;4749
+75083;44.64429;1.69606;302;20221202;6;3.7;4.8;1;6.97;.3;.49;2017
+75083;44.64429;1.69606;302;20221203;7.2;2.9;5;1.3;7.27;4.6;.44;3339
+75083;44.64429;1.69606;302;20221204;7.4;3.5;5.5;1.2;7.51;.2;.45;3175
+75083;44.64429;1.69606;302;20221205;9.6;-.4;4.6;2.5;6.31;.1;.7;5612
+75083;44.64429;1.69606;302;20221206;8.9;-.1;4.4;1.6;5.71;0;.65;4554
+75083;44.64429;1.69606;302;20221207;9.3;-1.3;4;1.5;5.67;0;.54;5952
+75083;44.64429;1.69606;302;20221208;8;-.3;3.8;2.6;6.04;1.9;.72;3815
+75083;44.64429;1.69606;302;20221209;8.6;5.2;6.9;1.5;8.77;1.5;.44;2404
+75083;44.64429;1.69606;302;20221210;2;0;1;2.8;5.44;0;.48;2374
+75083;44.64429;1.69606;302;20221211;4.2;-7.3;-1.5;1.5;3.87;.1;.41;6196
+75083;44.64429;1.69606;302;20221212;3.2;-4.3;-.6;2.9;5.01;15.1;.44;3244
+75083;44.64429;1.69606;302;20221213;9;2;5.5;3.4;9.91;2.7;0;3129
+75083;44.64429;1.69606;302;20221214;12;8.5;10.2;2.4;11.64;2.8;.44;2248
+75083;44.64429;1.69606;302;20221215;10.1;7.8;8.9;2.5;10.37;3.7;.5;1717
+75083;44.64429;1.69606;302;20221216;8.7;4.9;6.8;1.6;8.21;0;.49;3147
+75083;44.64429;1.69606;302;20221217;6.6;-2;2.3;2.2;4.87;0;.63;4973
+75083;44.64429;1.69606;302;20221218;12.3;-1.6;5.3;3.7;6.47;0;1.05;5961
+75083;44.64429;1.69606;302;20221219;16.4;8.9;12.6;4.6;10.14;0;1.53;4408
+75083;44.64429;1.69606;302;20221220;14.9;11.5;13.2;3.6;10.81;1.3;1.35;2076
+75083;44.64429;1.69606;302;20221221;13.8;9.4;11.6;1.9;11.77;1.2;.54;3305
+75083;44.64429;1.69606;302;20221222;13.3;10.6;11.9;3.3;13.01;12.2;.49;2105
+75083;44.64429;1.69606;302;20221223;16.3;12.2;14.3;2.4;14.01;.2;.68;2741
+75083;44.64429;1.69606;302;20221224;16.7;11.1;13.9;1.8;12.31;0;.75;4098
+75083;44.64429;1.69606;302;20221225;17.5;7.3;12.4;2.9;9.84;0;1.22;5115
+75083;44.64429;1.69606;302;20221226;12.5;8;10.2;1.8;11.24;1.3;.49;2555
+75083;44.64429;1.69606;302;20221227;12.2;7.5;9.8;1.4;10.51;.1;.46;3569
+75083;44.64429;1.69606;302;20221228;16.4;4;10.2;2.8;9.44;0;.94;5707
+75083;44.64429;1.69606;302;20221229;11.9;7.8;9.8;2.7;10.17;6.1;.68;2541
+75083;44.64429;1.69606;302;20221230;13.2;8.2;10.7;3.1;10.94;.9;.74;2698
+75083;44.64429;1.69606;302;20221231;17.8;10.4;14.1;3;11.07;0;1.3;4450
+75084;44.66882;2.00923;302;20220101;16.4;7.5;12;2.9;8.01;0;1.54;4394
+75084;44.66882;2.00923;302;20220102;12.4;6.2;9.3;2;8.41;.1;.83;3511
+75084;44.66882;2.00923;302;20220103;12.5;6.2;9.4;1.8;10.01;0;.55;3574
+75084;44.66882;2.00923;302;20220104;17.4;6;11.7;2.8;9.21;6.8;1.27;5219
+75084;44.66882;2.00923;302;20220105;6;1.9;4;3.2;6.21;0;.75;2719
+75084;44.66882;2.00923;302;20220106;5;-.7;2.2;2.8;5.11;.1;.74;3430
+75084;44.66882;2.00923;302;20220107;.8;-3.1;-1.1;.8;5.71;7.1;.22;2676
+75084;44.66882;2.00923;302;20220108;9.5;.5;5;4.2;9.11;12.8;.13;4671
+75084;44.66882;2.00923;302;20220109;6.7;4.8;5.8;2.9;8.41;14.9;.45;1580
+75084;44.66882;2.00923;302;20220110;6.6;5.3;6;1.4;8.11;2.2;.5;1137
+75084;44.66882;2.00923;302;20220111;7.2;-1.3;3;1.3;5.71;.1;.49;4645
+75084;44.66882;2.00923;302;20220112;6.4;-3.3;1.6;1.5;4.71;0;.57;5090
+75084;44.66882;2.00923;302;20220113;6.6;-4.6;1;1.3;4.61;0;.51;5610
+75084;44.66882;2.00923;302;20220114;12.7;-.7;6;2;4.71;0;1.15;6306
+75084;44.66882;2.00923;302;20220115;9;-2.6;3.2;1.2;4.91;0;.61;5858
+75084;44.66882;2.00923;302;20220116;8.2;-4.2;2;1.4;4.71;.1;.62;6164
+75084;44.66882;2.00923;302;20220117;10;-3.8;3.1;1;5.51;.1;.5;6640
+75084;44.66882;2.00923;302;20220118;-.7;-3.8;-2.2;.6;5.21;.1;.25;2614
+75084;44.66882;2.00923;302;20220119;1.6;-1.2;.2;.6;6.11;2;.3;2468
+75084;44.66882;2.00923;302;20220120;5.4;-.5;2.5;2;6.31;.1;.46;4129
+75084;44.66882;2.00923;302;20220121;6.2;-.3;3;2.4;4.61;0;.95;4448
+75084;44.66882;2.00923;302;20220122;8.3;-3.8;2.3;1.2;4.71;0;.62;6549
+75084;44.66882;2.00923;302;20220123;13.3;-.5;6.4;2.1;5.61;0;1.16;7162
+75084;44.66882;2.00923;302;20220124;13.1;1.9;7.5;2.2;5.31;0;1.34;6431
+75084;44.66882;2.00923;302;20220125;11.2;-1;5.1;1.3;5.61;0;.77;6852
+75084;44.66882;2.00923;302;20220126;11.7;-1.4;5.2;1.2;5.71;0;.75;7237
+75084;44.66882;2.00923;302;20220127;10.9;-3.2;3.9;1.8;5.31;.1;.9;7654
+75084;44.66882;2.00923;302;20220128;-.4;-2.9;-1.6;.4;5.41;0;.31;2640
+75084;44.66882;2.00923;302;20220129;2;-2;0;.6;5.61;.1;.36;3685
+75084;44.66882;2.00923;302;20220130;4.1;-1.2;1.5;1;6.81;.1;.33;4474
+75084;44.66882;2.00923;302;20220131;7.6;2.1;4.9;3;7.81;1.7;.54;4649
+75084;44.66882;2.00923;302;20220201;4.4;.1;2.3;3.2;7.21;2.1;.27;4049
+75084;44.66882;2.00923;302;20220202;8.1;4.7;6.4;2.2;8.91;.2;.5;3539
+75084;44.66882;2.00923;302;20220203;10.3;2.3;6.3;1.8;7.81;.2;.73;6099
+75084;44.66882;2.00923;302;20220204;8.1;5.1;6.6;1.4;9.51;3.3;.44;3371
+75084;44.66882;2.00923;302;20220205;9.4;5.9;7.7;2.6;7.81;0;.97;3790
+75084;44.66882;2.00923;302;20220206;6.8;-2;2.4;2.3;7.41;3.9;.38;6747
+75084;44.66882;2.00923;302;20220207;10.3;6.5;8.4;3.9;8.61;.6;1.07;4128
+75084;44.66882;2.00923;302;20220208;15.5;-1.3;7.1;1.8;5.91;0;1.37;10021
+75084;44.66882;2.00923;302;20220209;16.2;1.7;9;2.5;6.51;0;1.7;9368
+75084;44.66882;2.00923;302;20220210;5.5;3.2;4.4;1.5;7.99;.1;1.27;10900
+75084;44.66882;2.00923;302;20220211;11.8;6.6;9.2;2.3;8.08;0;1.24;8275
+75084;44.66882;2.00923;302;20220212;11.8;-1.3;5.2;2.6;5.82;0;1.34;8966
+75084;44.66882;2.00923;302;20220213;15.7;2.5;9.1;4.6;8.15;4.6;1.89;10825
+75084;44.66882;2.00923;302;20220214;11.6;7;9.3;3.8;9.1;6.6;1.31;5875
+75084;44.66882;2.00923;302;20220215;9.1;4.6;6.9;3;8.5;10.1;.98;6200
+75084;44.66882;2.00923;302;20220216;11.4;6.7;9.1;4.3;11.01;14;.61;5435
+75084;44.66882;2.00923;302;20220217;13;10.1;11.6;3.3;12.71;3.1;.69;4104
+75084;44.66882;2.00923;302;20220218;13.3;9.4;11.4;2.1;11.21;.6;.95;5010
+75084;44.66882;2.00923;302;20220219;9.1;5.4;7.3;2.4;7.41;0;1.08;4929
+75084;44.66882;2.00923;302;20220220;9.3;1.2;5.3;2.4;8.61;6.8;.66;7929
+75084;44.66882;2.00923;302;20220221;9.7;8;8.9;4.9;8.81;1.5;1.22;3098
+75084;44.66882;2.00923;302;20220222;11;5.7;8.4;2.3;8.61;.2;1.06;6395
+75084;44.66882;2.00923;302;20220223;15.2;4.7;10;1.3;8.41;0;1.3;9579
+75084;44.66882;2.00923;302;20220224;14.5;6;10.3;3.5;8.31;.1;1.8;8631
+75084;44.66882;2.00923;302;20220225;9.8;3.3;6.6;2.8;6.41;0;1.39;7519
+75084;44.66882;2.00923;302;20220226;15.4;.1;7.8;2.4;4.81;0;2.14;12282
+75084;44.66882;2.00923;302;20220227;14.3;2.9;8.6;2.2;6.21;0;1.8;10598
+75084;44.66882;2.00923;302;20220228;15.2;3.3;9.3;2.3;7.31;0;1.78;11000
+75084;44.66882;2.00923;302;20220301;16.5;1;8.8;1.9;6.81;0;1.85;12878
+75084;44.66882;2.00923;302;20220302;11.3;5;8.2;1.6;8.91;3.1;1.06;7926
+75084;44.66882;2.00923;302;20220303;14.2;7.8;11;.8;10.01;0;1.15;8108
+75084;44.66882;2.00923;302;20220304;11.8;4.5;8.2;1.8;9.61;.6;1.04;8852
+75084;44.66882;2.00923;302;20220305;10.1;6.5;8.3;2.4;9.31;0;.97;5977
+75084;44.66882;2.00923;302;20220306;10.6;1.2;5.9;1.6;5.81;0;1.41;10462
+75084;44.66882;2.00923;302;20220307;11.9;-.8;5.6;2.2;5.11;0;1.78;12495
+75084;44.66882;2.00923;302;20220308;13.8;3.6;8.7;3.4;7.21;.7;2.01;11228
+75084;44.66882;2.00923;302;20220309;14.3;7.1;10.7;2.7;8.31;0;1.86;9380
+75084;44.66882;2.00923;302;20220310;15.9;7.5;11.7;2.8;9.01;3.2;2.01;10349
+75084;44.66882;2.00923;302;20220311;12.3;9.1;10.7;4.1;9.21;13.5;1.67;6053
+75084;44.66882;2.00923;302;20220312;9.1;7.1;8.1;2.8;9.01;7.1;.98;4622
+75084;44.66882;2.00923;302;20220313;9.8;8;8.9;3.7;7.91;21.5;1.51;4389
+75084;44.66882;2.00923;302;20220314;12.6;2.1;7.4;4.8;8.71;.5;1.51;12284
+75084;44.66882;2.00923;302;20220315;16;11.9;14;5.1;10.41;0;2.44;7361
+75084;44.66882;2.00923;302;20220316;17.3;11.1;14.2;2.8;10.41;0;2.19;9414
+75084;44.66882;2.00923;302;20220317;15.8;9.4;12.6;1.8;10.21;.6;1.74;9696
+75084;44.66882;2.00923;302;20220318;13.3;6.8;10.1;1.8;9.35;0;1.34;6625
+75084;44.66882;2.00923;302;20220319;16.7;7.2;12;3.3;8.3;0;2.78;15350
+75084;44.66882;2.00923;302;20220320;15.8;5.8;10.8;4.9;8.38;0;2.67;10575
+75084;44.66882;2.00923;302;20220321;15.1;9.2;12.1;6.5;7.88;0;3.61;14825
+75084;44.66882;2.00923;302;20220322;15.5;5.6;10.5;6.2;5.93;0;4.04;19050
+75084;44.66882;2.00923;302;20220323;16.2;2.8;9.5;3.7;5.38;0;3.47;19925
+75084;44.66882;2.00923;302;20220324;18.8;.7;9.7;2.7;5.65;0;3.31;20100
+75084;44.66882;2.00923;302;20220325;19.6;4.6;12.1;2.4;5.18;0;3.4;16950
+75084;44.66882;2.00923;302;20220326;19.9;3;11.4;3;5.78;0;3.75;20125
+75084;44.66882;2.00923;302;20220327;21.1;5.8;13.4;3.5;6.38;0;4.18;18925
+75084;44.66882;2.00923;302;20220328;21.8;7.6;14.7;3.4;6.13;0;4.23;17325
+75084;44.66882;2.00923;302;20220329;19;7.7;13.3;2.2;8.15;5.5;2.72;11625
+75084;44.66882;2.00923;302;20220330;13.7;9.1;11.4;1.9;11.08;3.1;1.38;6775
+75084;44.66882;2.00923;302;20220331;13.7;7.7;10.7;4.1;8.7;4;2.5;12475
+75084;44.66882;2.00923;302;20220401;6.6;.6;3.6;6.4;5.49;2.6;1.99;12933
+75084;44.66882;2.00923;302;20220402;6.9;-.3;3.3;3.7;4.89;0;1.76;9800
+75084;44.66882;2.00923;302;20220403;5.2;-2.4;1.4;2.7;5.11;0;1.43;11636
+75084;44.66882;2.00923;302;20220404;10.9;-1.1;4.9;1.6;5.06;0;2.33;21259
+75084;44.66882;2.00923;302;20220405;13.7;-2;5.9;1.9;6.72;0;2.2;17324
+75084;44.66882;2.00923;302;20220406;11.8;4.9;8.3;2.3;9.85;3;1.18;5875
+75084;44.66882;2.00923;302;20220407;15.4;8.7;12;4.6;11.08;14.8;2.34;8925
+75084;44.66882;2.00923;302;20220408;18.3;10.7;14.5;6;10.75;2.2;3.47;12325
+75084;44.66882;2.00923;302;20220409;13;4.3;8.6;2.5;6.69;.4;2.57;16800
+75084;44.66882;2.00923;302;20220410;18.7;-.8;9;2.3;5.8;0;3.58;23625
+75084;44.66882;2.00923;302;20220411;18.5;7;12.7;6.2;8.65;0;4.1;19875
+75084;44.66882;2.00923;302;20220412;18.1;11.5;14.8;5.4;8.95;0;3.99;12975
+75084;44.66882;2.00923;302;20220413;14.7;9.4;12.1;1.4;10.55;.7;1.63;7450
+75084;44.66882;2.00923;302;20220414;22.5;5.1;13.8;1.6;11.2;0;3.44;22650
+75084;44.66882;2.00923;302;20220415;23.5;7.6;15.6;1.9;12.08;0;3.56;21325
+75084;44.66882;2.00923;302;20220416;23.4;8.1;15.8;2.7;10.98;0;4.04;21425
+75084;44.66882;2.00923;302;20220417;22.5;4.8;13.6;2.3;8.93;0;4.02;24375
+75084;44.66882;2.00923;302;20220418;19.4;7.7;13.6;2.2;9.95;0;3.13;17675
+75084;44.66882;2.00923;302;20220419;16.6;5.8;11.2;2.2;10.73;7.2;2;10825
+75084;44.66882;2.00923;302;20220420;13.4;8.2;10.8;1.8;11.1;7;1.34;6400
+75084;44.66882;2.00923;302;20220421;15.1;9.3;12.2;2.1;11.88;2.1;1.58;7400
+75084;44.66882;2.00923;302;20220422;19.1;8.9;14;1.3;11.68;.4;2.67;15950
+75084;44.66882;2.00923;302;20220423;15.9;10.1;13;3.6;10.6;40;1.98;5000
+75084;44.66882;2.00923;302;20220424;15.7;7.6;11.6;3.6;11.3;13.5;1.84;7425
+75084;44.66882;2.00923;302;20220425;17.4;6.7;12;1.5;10.05;0;2.73;16825
+75084;44.66882;2.00923;302;20220426;21.1;4.4;12.7;1.9;9.43;0;3.81;24925
+75084;44.66882;2.00923;302;20220427;23.9;7.7;15.8;1.7;11.09;0;3.89;22400
+75084;44.66882;2.00923;302;20220428;21.7;10.1;15.9;1.9;12.95;0;3.19;17700
+75084;44.66882;2.00923;302;20220429;21.9;10.6;16.2;2.1;12.95;.3;3.39;18050
+75084;44.66882;2.00923;302;20220430;21.3;9.5;15.4;2.5;11.55;0;3.94;22725
+75084;44.66882;2.00923;302;20220501;20;5.5;12.8;1.7;9.85;0;3.56;22925
+75084;44.66882;2.00923;302;20220502;20.7;7.1;13.9;1.9;10.5;0;3.52;20550
+75084;44.66882;2.00923;302;20220503;21.2;10.1;15.6;1.7;12.03;9;3.16;16900
+75084;44.66882;2.00923;302;20220504;20.2;10;15.1;1.6;12.5;1.3;2.96;16275
+75084;44.66882;2.00923;302;20220505;20.2;9;14.6;2.6;10.58;.2;3.76;20750
+75084;44.66882;2.00923;302;20220506;18.3;8.1;13.2;2.7;10.11;0;3.24;18953
+75084;44.66882;2.00923;302;20220507;22.2;9.4;15.8;2.3;10.51;0;3.96;21470
+75084;44.66882;2.00923;302;20220508;23.6;9.3;16.5;1.5;10.81;0;3.98;22868
+75084;44.66882;2.00923;302;20220509;25.5;10.9;18.2;1.5;11.01;0;4.29;23229
+75084;44.66882;2.00923;302;20220510;26.8;11.9;19.4;2.1;11.81;0;4.76;23588
+75084;44.66882;2.00923;302;20220511;29.5;13;21.3;2.5;12.31;0;5.53;24993
+75084;44.66882;2.00923;302;20220512;24;12.7;18.4;1.2;15.01;.1;3.63;20589
+75084;44.66882;2.00923;302;20220513;25.1;14.9;20;1.2;15.41;.2;3.71;19593
+75084;44.66882;2.00923;302;20220514;28.8;12.9;20.9;1.2;14.91;0;4.63;24837
+75084;44.66882;2.00923;302;20220515;29;17.2;23.1;2.1;12.91;1.3;5.04;21334
+75084;44.66882;2.00923;302;20220516;28.5;13.1;20.8;1.6;13.11;0;4.86;24625
+75084;44.66882;2.00923;302;20220517;32.6;14.9;23.8;2.5;14.41;0;6.17;26581
+75084;44.66882;2.00923;302;20220518;32.4;17.2;24.8;2;15.31;.1;5.67;24646
+75084;44.66882;2.00923;302;20220519;28.6;18.9;23.8;2.5;14.41;.7;5;19543
+75084;44.66882;2.00923;302;20220520;30.7;19;24.9;3;13.61;0;5.94;21647
+75084;44.66882;2.00923;302;20220521;33.8;16.1;25;1.7;16.91;0;5.85;26967
+75084;44.66882;2.00923;302;20220522;31.2;18.4;24.8;1.4;19.01;7;4.87;22846
+75084;44.66882;2.00923;302;20220523;20.2;15.8;18;2.8;15.71;4.3;2.76;12989
+75084;44.66882;2.00923;302;20220524;18.3;11.2;14.8;2.2;12.51;.5;2.93;16847
+75084;44.66882;2.00923;302;20220525;18.9;8.9;13.9;3;11.31;0;3.42;20258
+75084;44.66882;2.00923;302;20220526;18.9;9.8;14.4;3.2;11.71;0;3.36;19331
+75084;44.66882;2.00923;302;20220527;24.8;10;17.4;1.7;13.41;0;4.37;25021
+75084;44.66882;2.00923;302;20220528;25.5;10.7;18.1;2.7;11.39;0;5;24962
+75084;44.66882;2.00923;302;20220529;23.4;8.4;15.9;2.4;8.49;0;4.76;24858
+75084;44.66882;2.00923;302;20220530;24.4;8.6;16.5;1.4;8.59;.8;4.6;26925
+75084;44.66882;2.00923;302;20220531;24.7;11.8;18.3;1.7;11.31;1.1;4.48;23522
+75084;44.66882;2.00923;302;20220601;31.2;13.7;22.5;2.3;13.31;2;6.07;27636
+75084;44.66882;2.00923;302;20220602;31.4;16.5;24;1.6;15.31;3.5;5.45;25471
+75084;44.66882;2.00923;302;20220603;31.7;16;23.9;2.5;15.66;16.1;5.82;25306
+75084;44.66882;2.00923;302;20220604;28;15.3;21.7;2.1;19.02;16.6;4.74;24489
+75084;44.66882;2.00923;302;20220605;22.7;15.5;19.1;1.9;16.96;0;3.24;17287
+75084;44.66882;2.00923;302;20220606;25.7;11.8;18.8;1;15.46;.2;4.3;24617
+75084;44.66882;2.00923;302;20220607;22.9;14.7;18.8;2.2;14.69;1.2;3.64;18456
+75084;44.66882;2.00923;302;20220608;17.9;12.9;15.4;1.8;15.01;7;2.44;14451
+75084;44.66882;2.00923;302;20220609;18.7;12;15.4;2.3;13.51;.3;2.95;16923
+75084;44.66882;2.00923;302;20220610;26.1;9.8;18;1.4;14.51;0;4.66;27036
+75084;44.66882;2.00923;302;20220611;31.1;14.5;22.8;1.7;14.11;0;5.7;27323
+75084;44.66882;2.00923;302;20220612;30;15.8;22.9;1.7;17.11;.3;5.2;25215
+75084;44.66882;2.00923;302;20220613;29.7;18.8;24.3;1.9;19.81;0;4.81;21977
+75084;44.66882;2.00923;302;20220614;33.7;18;25.9;2.4;16.11;.5;6.46;26613
+75084;44.66882;2.00923;302;20220615;33.6;18.9;26.3;2.6;19.21;.1;6.25;25734
+75084;44.66882;2.00923;302;20220616;33.7;18.7;26.2;1.4;19.81;0;5.66;26021
+75084;44.66882;2.00923;302;20220617;36.1;20.5;28.3;2.3;16.91;0;6.84;26570
+75084;44.66882;2.00923;302;20220618;36.9;23.6;30.3;3;13.81;0;7.63;24458
+75084;44.66882;2.00923;302;20220619;33.8;23.4;28.6;2.9;14.21;0;6.66;21507
+75084;44.66882;2.00923;302;20220620;31.7;18.7;25.2;1.8;17.11;0;5.49;24176
+75084;44.66882;2.00923;302;20220621;30;19.9;25;1.9;19.21;3.4;4.86;21181
+75084;44.66882;2.00923;302;20220622;26.9;17.6;22.3;2.2;18.31;7.4;4.33;20279
+75084;44.66882;2.00923;302;20220623;24.2;16.7;20.5;2.2;17.81;23.1;3.66;18097
+75084;44.66882;2.00923;302;20220624;22.8;15.5;19.2;1.7;16.21;1.3;3.45;17833
+75084;44.66882;2.00923;302;20220625;25.8;13.9;19.9;3;15.91;4.2;4.63;23059
+75084;44.66882;2.00923;302;20220626;19.2;14.2;16.7;2.1;16.61;13.8;2.51;14557
+75084;44.66882;2.00923;302;20220627;21.8;14;17.9;2.3;15.21;.1;3.47;18440
+75084;44.66882;2.00923;302;20220628;24.3;13.6;19;1.9;13.11;0;4.29;21766
+75084;44.66882;2.00923;302;20220629;27.4;11.9;19.7;1.8;14.21;.1;5;26395
+75084;44.66882;2.00923;302;20220630;15.8;14.9;15.4;2.7;15.11;1.1;1.4;5530
+75084;44.66882;2.00923;302;20220701;21.7;10.4;16.1;1.5;12.31;.1;3.82;22332
+75084;44.66882;2.00923;302;20220702;30;10.9;20.5;1.6;12.81;0;5.63;29324
+75084;44.66882;2.00923;302;20220703;28.5;15.8;22.2;1.2;16.31;1.5;4.66;23680
+75084;44.66882;2.00923;302;20220704;27.2;16.6;21.9;1.6;17.81;1.1;4.34;21509
+75084;44.66882;2.00923;302;20220705;27.8;16.5;22.2;1.7;16.81;0;4.59;22209
+75084;44.66882;2.00923;302;20220706;27.6;14;20.8;1.7;13.81;0;4.89;24429
+75084;44.66882;2.00923;302;20220707;26.6;13.5;20.1;2.1;13.61;0;4.84;23914
+75084;44.66882;2.00923;302;20220708;28.8;15.3;22.1;1.8;13.91;0;5.12;24247
+75084;44.66882;2.00923;302;20220709;30.7;14.4;22.6;1.9;13.31;0;5.7;26698
+75084;44.66882;2.00923;302;20220710;30.8;14.9;22.9;2.3;14.01;0;5.86;26300
+75084;44.66882;2.00923;302;20220711;34.3;19.8;27.1;2.4;14.01;0;6.54;25011
+75084;44.66882;2.00923;302;20220712;33.5;20.4;27;2;13.81;0;5.99;23665
+75084;44.66882;2.00923;302;20220713;34.3;20;27.2;1.8;12.71;0;6.07;24714
+75084;44.66882;2.00923;302;20220714;35.5;19.8;27.7;1.8;15.21;0;6.25;25882
+75084;44.66882;2.00923;302;20220715;33.9;18.4;26.2;1.6;15.11;0;5.82;25642
+75084;44.66882;2.00923;302;20220716;35.1;20.5;27.8;2;14.01;0;6.3;24786
+75084;44.66882;2.00923;302;20220717;37.6;21;29.3;2.1;11.71;0;6.99;26426
+75084;44.66882;2.00923;302;20220718;38.6;23.5;31.1;3;13.11;0;7.92;25079
+75084;44.66882;2.00923;302;20220719;37.2;25.2;31.2;2.4;14.21;0;6.77;22171
+75084;44.66882;2.00923;302;20220720;27.2;18.4;22.8;2.9;17.01;0;4.55;18769
+75084;44.66882;2.00923;302;20220721;33.6;15.3;24.5;1.1;15.41;0;5.51;27456
+75084;44.66882;2.00923;302;20220722;31.2;19.2;25.2;2.4;16.21;0;5.47;21952
+75084;44.66882;2.00923;302;20220723;28.8;16.8;22.8;2.3;15.41;0;4.97;21874
+75084;44.66882;2.00923;302;20220724;36.4;17;26.7;1.9;13.51;0;6.6;28006
+75084;44.66882;2.00923;302;20220725;26.9;19.5;23.2;2.8;16.11;0;4.43;16818
+75084;44.66882;2.00923;302;20220726;26.1;16.9;21.5;3;13.91;0;4.67;18804
+75084;44.66882;2.00923;302;20220727;27.9;13.2;20.6;1.9;12.31;0;4.92;23960
+75084;44.66882;2.00923;302;20220728;30.1;13.6;21.9;1.3;12.91;0;4.97;25346
+75084;44.66882;2.00923;302;20220729;26.3;17.1;21.7;2.1;15.31;.6;4.16;18573
+75084;44.66882;2.00923;302;20220730;30.1;17.7;23.9;2.7;15.51;0;5.33;21644
+75084;44.66882;2.00923;302;20220731;32.9;16.7;24.8;2.1;14.91;0;5.76;24785
+75084;44.66882;2.00923;302;20220801;33.9;18.2;26.1;1.9;14.81;0;5.75;24273
+75084;44.66882;2.00923;302;20220802;34.5;16.9;25.7;1.4;14.11;0;5.55;25645
+75084;44.66882;2.00923;302;20220803;37.6;22.4;30;2.2;13.11;0;6.6;23643
+75084;44.66882;2.00923;302;20220804;37.4;21.4;29.4;2.2;15.21;0;6.51;24169
+75084;44.66882;2.00923;302;20220805;30.9;20.1;25.5;2.2;19.11;4.2;4.75;19565
+75084;44.66882;2.00923;302;20220806;32.6;19.6;26.1;1.4;17.11;0;4.82;21461
+75084;44.66882;2.00923;302;20220807;33.1;19.5;26.3;2.3;11.91;0;5.85;21861
+75084;44.66882;2.00923;302;20220808;33.9;19.6;26.8;2;10.61;0;5.78;22326
+75084;44.66882;2.00923;302;20220809;35.2;20.9;28.1;1.9;9.31;0;5.87;22205
+75084;44.66882;2.00923;302;20220810;36.7;21.4;29.1;2;9.91;0;6.18;22879
+75084;44.66882;2.00923;302;20220811;37.2;21.3;29.3;1.9;13.51;0;6.05;23213
+75084;44.66882;2.00923;302;20220812;37.9;20.9;29.4;1.6;14.91;0;5.84;23902
+75084;44.66882;2.00923;302;20220813;36.5;19.8;28.2;1.5;16.21;0;5.5;23542
+75084;44.66882;2.00923;302;20220814;26.7;19.9;23.3;2.1;20.11;9.4;3.37;14540
+75084;44.66882;2.00923;302;20220815;27;16.1;21.6;1.4;16.81;.2;3.69;18583
+75084;44.66882;2.00923;302;20220816;31.3;16.2;23.8;2.9;15.91;22.2;5.37;21927
+75084;44.66882;2.00923;302;20220817;25.3;15.2;20.3;1.5;16.91;.5;3.36;17622
+75084;44.66882;2.00923;302;20220818;23.7;15.3;19.5;2.6;15.31;.2;3.4;15871
+75084;44.66882;2.00923;302;20220819;24.4;16.4;20.4;2.4;16.81;.1;3.29;15359
+75084;44.66882;2.00923;302;20220820;28;16.4;22.2;1.7;17.51;0;3.83;18590
+75084;44.66882;2.00923;302;20220821;25.6;15.5;20.6;1.8;16.41;0;3.44;17155
+75084;44.66882;2.00923;302;20220822;23.5;18.1;20.8;1.9;17.71;.4;2.72;12165
+75084;44.66882;2.00923;302;20220823;29.8;16.7;23.3;1.6;18.11;0;4.04;19414
+75084;44.66882;2.00923;302;20220824;34.1;19.4;26.8;2;15.61;0;5.14;20483
+75084;44.66882;2.00923;302;20220825;31.1;19.3;25.2;2.2;16.71;0;4.55;18105
+75084;44.66882;2.00923;302;20220826;29.9;17;23.5;1.8;16.51;.3;4.15;18839
+75084;44.66882;2.00923;302;20220827;29.9;16.3;23.1;1.5;15.01;0;4.06;19226
+75084;44.66882;2.00923;302;20220828;32.1;17.6;24.9;1.9;13.71;0;4.72;19736
+75084;44.66882;2.00923;302;20220829;34.4;18.2;26.3;2.6;13.81;2.2;5.68;20761
+75084;44.66882;2.00923;302;20220830;31.4;16.7;24.1;2.2;17.61;.1;4.48;19569
+75084;44.66882;2.00923;302;20220831;31.4;17.3;24.4;1.8;14.71;.5;4.39;18990
+75084;44.66882;2.00923;302;20220901;28.7;16;22.4;1.6;16.71;.6;3.67;17821
+75084;44.66882;2.00923;302;20220902;26.4;16.4;21.4;1.9;18.01;5.2;3.19;15560
+75084;44.66882;2.00923;302;20220903;26.6;16.2;21.4;1.2;16.61;0;3.07;15756
+75084;44.66882;2.00923;302;20220904;32.7;17.3;25;2.7;16.81;0;4.94;19243
+75084;44.66882;2.00923;302;20220905;33.1;20.4;26.8;2.8;19.01;7.6;4.82;17225
+75084;44.66882;2.00923;302;20220906;30.3;18.9;24.6;2.2;18.41;3.2;3.92;16119
+75084;44.66882;2.00923;302;20220907;26.5;16.3;21.4;2.1;16.21;0;3.32;15052
+75084;44.66882;2.00923;302;20220908;23.2;12.5;17.9;1.5;14.51;1.2;2.71;15303
+75084;44.66882;2.00923;302;20220909;22.7;14.2;18.5;2;15.01;.3;2.65;13396
+75084;44.66882;2.00923;302;20220910;23.8;10.7;17.3;1.5;12.71;0;2.92;16735
+75084;44.66882;2.00923;302;20220911;31.4;13.1;22.3;2.4;11.61;0;4.75;19791
+75084;44.66882;2.00923;302;20220912;36.6;18.8;27.7;3;14.21;0;5.96;19320
+75084;44.66882;2.00923;302;20220913;31;21.4;26.2;2.5;19.71;2.6;3.87;13764
+75084;44.66882;2.00923;302;20220914;29.1;19.2;24.2;2.3;17.21;.7;3.61;13856
+75084;44.66882;2.00923;302;20220915;27.7;14.8;21.3;1.8;16.11;0;3.23;15812
+75084;44.66882;2.00923;302;20220916;23.3;16.1;19.7;2.6;14.31;0;2.87;11420
+75084;44.66882;2.00923;302;20220917;20.1;8.9;14.5;1.8;8.91;0;2.66;14363
+75084;44.66882;2.00923;302;20220918;25.4;5.3;15.4;1.9;7.21;0;3.6;19411
+75084;44.66882;2.00923;302;20220919;24.7;9.7;17.2;2.7;7.91;0;3.89;16448
+75084;44.66882;2.00923;302;20220920;23.6;8.3;16;2;8.11;0;3.25;16448
+75084;44.66882;2.00923;302;20220921;24.7;9.6;17.2;2.1;8.51;0;3.41;16160
+75084;44.66882;2.00923;302;20220922;25.2;10.7;18;2.2;9.71;0;3.39;15644
+75084;44.66882;2.00923;302;20220923;25.3;11.2;18.3;1.8;11.71;2.1;2.98;15243
+75084;44.66882;2.00923;302;20220924;18.2;12.6;15.4;1.8;14.11;4.9;1.64;9099
+75084;44.66882;2.00923;302;20220925;18.5;10.6;14.6;1.6;12.21;.4;1.85;10885
+75084;44.66882;2.00923;302;20220926;17.5;8.8;13.2;2.2;11.31;3.5;1.89;11345
+75084;44.66882;2.00923;302;20220927;14.6;11.1;12.9;3.3;12.41;10.5;1.34;6715
+75084;44.66882;2.00923;302;20220928;19.5;12.6;16.1;4.4;14.51;10;2.04;9750
+75084;44.66882;2.00923;302;20220929;14.4;10.7;12.6;1.7;12.41;4.2;1.18;6763
+75084;44.66882;2.00923;302;20220930;17;7.5;12.3;2;10.41;.4;1.8;11353
+75084;44.66882;2.00923;302;20221001;17.7;7.7;12.7;2.1;13.01;8.5;1.53;11535
+75084;44.66882;2.00923;302;20221002;21.1;15.2;18.2;1.4;15.71;.1;1.68;8501
+75084;44.66882;2.00923;302;20221003;23;10.5;16.8;.9;13.21;0;1.93;12711
+75084;44.66882;2.00923;302;20221004;24.5;10;17.3;1.7;12.21;.1;2.46;13605
+75084;44.66882;2.00923;302;20221005;24.9;11.7;18.3;2.6;13.31;.1;2.77;12771
+75084;44.66882;2.00923;302;20221006;22.8;13.8;18.3;1.5;15.11;.3;1.9;10224
+75084;44.66882;2.00923;302;20221007;24.2;12.9;18.6;2;14.31;.1;2.29;11440
+75084;44.66882;2.00923;302;20221008;22.3;12;17.2;1.6;14.21;3;1.88;10733
+75084;44.66882;2.00923;302;20221009;24.6;11.8;18.2;2.6;12.41;.1;2.74;11934
+75084;44.66882;2.00923;302;20221010;25.1;13.7;19.4;1.9;13.91;0;2.35;11055
+75084;44.66882;2.00923;302;20221011;22.9;12.8;17.9;1.8;14.81;.3;1.9;10205
+75084;44.66882;2.00923;302;20221012;21.6;14.1;17.9;1.5;15.21;.9;1.62;8527
+75084;44.66882;2.00923;302;20221013;18.7;11.1;14.9;1.3;14.31;8;1.27;8473
+75084;44.66882;2.00923;302;20221014;18.4;14.5;16.5;2.3;16.51;1.9;1.11;5678
+75084;44.66882;2.00923;302;20221015;24.7;13.4;19.1;2;15.11;0;2.1;10286
+75084;44.66882;2.00923;302;20221016;25.8;16.8;21.3;3.4;15.61;0;2.84;8938
+75084;44.66882;2.00923;302;20221017;24;19.3;21.7;3.6;16.31;2.1;2.6;6068
+75084;44.66882;2.00923;302;20221018;26.5;16.9;21.7;2.7;16.41;0;2.53;9010
+75084;44.66882;2.00923;302;20221019;23.9;15.7;19.8;2.9;15.91;0;2.17;8128
+75084;44.66882;2.00923;302;20221020;22.4;17;19.7;2.6;17.31;3.2;1.69;6297
+75084;44.66882;2.00923;302;20221021;22.9;16.1;19.5;1.8;16.11;3.1;1.64;7095
+75084;44.66882;2.00923;302;20221022;24.6;12.7;18.7;2;14.01;0;2.01;9599
+75084;44.66882;2.00923;302;20221023;24.3;17.3;20.8;2.8;13.71;.1;2.53;7005
+75084;44.66882;2.00923;302;20221024;22.3;13.3;17.8;1.7;13.61;.1;1.65;7971
+75084;44.66882;2.00923;302;20221025;24.1;12;18.1;2.7;12.41;0;2.34;9281
+75084;44.66882;2.00923;302;20221026;24.2;12.4;18.3;2.1;14.41;.1;1.86;9020
+75084;44.66882;2.00923;302;20221027;27;16;21.5;3.3;15.31;0;2.78;8547
+75084;44.66882;2.00923;302;20221028;26.1;18.8;22.5;3.7;12.81;0;3.41;6660
+75084;44.66882;2.00923;302;20221029;27.4;18.3;22.9;3.6;9.01;0;4.1;7452
+75084;44.66882;2.00923;302;20221030;23.9;15.3;19.6;2.4;12.21;0;2.26;7107
+75084;44.66882;2.00923;302;20221031;24.4;14.7;19.6;2.5;14.51;6;2.03;7503
+75084;44.66882;2.00923;302;20221101;18.3;13;15.7;1.3;13.61;.1;1.03;5182
+75084;44.66882;2.00923;302;20221102;17.9;7.2;12.6;1.8;10.61;.1;1.22;7705
+75084;44.66882;2.00923;302;20221103;15.7;10.1;12.9;3.2;10.81;6.8;1.4;5193
+75084;44.66882;2.00923;302;20221104;10.9;9.3;10.1;4.8;10.31;5.9;.97;2228
+75084;44.66882;2.00923;302;20221105;12.8;3.3;8.1;2.1;7.91;.1;1.02;6885
+75084;44.66882;2.00923;302;20221106;17;3.2;10.1;2.3;7.61;.1;1.49;8399
+75084;44.66882;2.00923;302;20221107;19.8;6.8;13.3;2.4;9.41;.1;1.67;8004
+75084;44.66882;2.00923;302;20221108;19.5;12.9;16.2;2.4;12.21;.5;1.53;5310
+75084;44.66882;2.00923;302;20221109;16;12.9;14.5;1.7;13.71;5.9;.83;3243
+75084;44.66882;2.00923;302;20221110;16.2;10.4;13.3;1.8;11.71;.1;.98;4761
+75084;44.66882;2.00923;302;20221111;21;8.9;15;3.6;11.41;0;1.92;7256
+75084;44.66882;2.00923;302;20221112;22.9;12.8;17.9;3;11.51;0;2.2;6442
+75084;44.66882;2.00923;302;20221113;20.1;11.1;15.6;2.6;9.81;0;1.87;5935
+75084;44.66882;2.00923;302;20221114;16.6;12.6;14.6;2;12.11;4.3;1.1;3539
+75084;44.66882;2.00923;302;20221115;16.9;10.3;13.6;2.2;13.01;7.9;.87;4785
+75084;44.66882;2.00923;302;20221116;16.4;10;13.2;2;11.81;1;.94;4627
+75084;44.66882;2.00923;302;20221117;15.9;11.7;13.8;3.4;11.91;6.3;1.25;3489
+75084;44.66882;2.00923;302;20221118;11.1;7.9;9.5;2.1;10.31;4.4;.63;2862
+75084;44.66882;2.00923;302;20221119;10;6.2;8.1;1.9;9.01;.6;.64;3169
+75084;44.66882;2.00923;302;20221120;9;4.2;6.6;1.3;8.81;2;.45;3643
+75084;44.66882;2.00923;302;20221121;10.3;5.4;7.9;2.7;9.31;14;.6;3641
+75084;44.66882;2.00923;302;20221122;8.5;5.1;6.8;3.3;8.91;15.9;.53;2810
+75084;44.66882;2.00923;302;20221123;14.5;6.7;10.6;2.5;10.41;6.9;.82;4753
+75084;44.66882;2.00923;302;20221124;12;6.6;9.3;2.1;10.21;.2;.59;3724
+75084;44.66882;2.00923;302;20221125;10;7.7;8.9;1.9;10.11;10.1;.54;2022
+75084;44.66882;2.00923;302;20221126;7.6;4.7;6.2;1.3;8.71;0;.41;2371
+75084;44.66882;2.00923;302;20221127;13.4;4;8.7;3;7.11;5.5;1.29;5078
+75084;44.66882;2.00923;302;20221128;10.4;7.1;8.8;2;10.01;5.9;.53;2534
+75084;44.66882;2.00923;302;20221129;8.7;5.2;7;1.9;8.61;.1;.53;2609
+75084;44.66882;2.00923;302;20221130;7;.6;3.8;.8;7.21;0;.33;3868
+75084;44.66882;2.00923;302;20221201;7.7;-.6;3.6;.9;6.71;0;.36;4509
+75084;44.66882;2.00923;302;20221202;5.8;3;4.4;.8;7.11;.4;.42;2139
+75084;44.66882;2.00923;302;20221203;6.8;2.9;4.9;1.5;7.21;5.3;.48;2691
+75084;44.66882;2.00923;302;20221204;7.1;3.5;5.3;1.6;7.41;.6;.51;2517
+75084;44.66882;2.00923;302;20221205;9.2;0;4.6;2.9;6.31;.1;.8;4634
+75084;44.66882;2.00923;302;20221206;9.3;0;4.7;2.1;5.41;0;.84;4628
+75084;44.66882;2.00923;302;20221207;9.7;-1.6;4.1;1.7;5.51;0;.67;5175
+75084;44.66882;2.00923;302;20221208;7.4;-.1;3.7;3.3;6.01;2.1;.76;3986
+75084;44.66882;2.00923;302;20221209;8.7;6;7.4;1.6;9.31;1.7;.44;1941
+75084;44.66882;2.00923;302;20221210;1.7;.3;1;2.6;5.81;0;.42;1083
+75084;44.66882;2.00923;302;20221211;4.4;-5.6;-.6;1.2;4.11;.1;.41;4685
+75084;44.66882;2.00923;302;20221212;2.9;-4.4;-.7;2.5;5.01;17.8;.37;3825
+75084;44.66882;2.00923;302;20221213;9;2.1;5.6;3;9.91;2.3;0;3671
+75084;44.66882;2.00923;302;20221214;11.4;8.6;10;2;11.41;3.5;.44;1935
+75084;44.66882;2.00923;302;20221215;10;7.6;8.8;2.3;10.41;12.8;.46;1703
+75084;44.66882;2.00923;302;20221216;10.2;4.9;7.6;1.8;8.31;0;.59;3048
+75084;44.66882;2.00923;302;20221217;5.5;-1.3;2.1;2.4;4.91;0;.71;3588
+75084;44.66882;2.00923;302;20221218;12.4;-1.9;5.3;3.2;6.21;0;1.04;5681
+75084;44.66882;2.00923;302;20221219;16.4;9.1;12.8;3.9;10.21;0;1.44;3744
+75084;44.66882;2.00923;302;20221220;14.9;12.1;13.5;2.9;10.51;1.4;1.33;1904
+75084;44.66882;2.00923;302;20221221;14.3;10;12.2;1.2;11.61;1.7;.58;2619
+75084;44.66882;2.00923;302;20221222;13.2;9.9;11.6;3.2;12.81;13.6;.45;2161
+75084;44.66882;2.00923;302;20221223;16.2;12.2;14.2;2;14.01;.2;.64;2491
+75084;44.66882;2.00923;302;20221224;17.1;11.2;14.2;1.6;12.51;0;.75;3264
+75084;44.66882;2.00923;302;20221225;16.7;8.2;12.5;3;9.81;0;1.27;4143
+75084;44.66882;2.00923;302;20221226;12;7.1;9.6;1.4;10.81;1.2;.42;2893
+75084;44.66882;2.00923;302;20221227;11.9;8;10;1.5;10.51;.1;.53;2473
+75084;44.66882;2.00923;302;20221228;16.6;4.1;10.4;2.5;9.11;0;.99;5304
+75084;44.66882;2.00923;302;20221229;11.9;7.4;9.7;1.7;9.71;7;.62;2761
+75084;44.66882;2.00923;302;20221230;12.4;8;10.2;2.2;10.81;1.7;.57;2733
+75084;44.66882;2.00923;302;20221231;18.6;10.7;14.7;2.9;11.01;0;1.41;4053
+75085;44.69241;2.32264;646;20220101;18.1;7.5;12.8;1.4;6.85;0;1.09;5190
+75085;44.69241;2.32264;646;20220102;14.4;1;7.7;2.4;7.6;0;.91;5600
+75085;44.69241;2.32264;646;20220103;10.5;4.8;7.6;2.2;9.6;.1;.48;2500
+75085;44.69241;2.32264;646;20220104;13.9;8;11;3.2;8.57;7.6;1.32;4348
+75085;44.69241;2.32264;646;20220105;2.8;.1;1.5;3.8;5.58;0;.71;2315
+75085;44.69241;2.32264;646;20220106;3.7;-1.4;1.1;2.7;4.7;0;.56;7600
+75085;44.69241;2.32264;646;20220107;.1;-5.6;-2.8;1.2;5.3;8.4;.19;2000
+75085;44.69241;2.32264;646;20220108;7.5;0;3.7;4.5;8.1;13.8;.26;2100
+75085;44.69241;2.32264;646;20220109;4;2.2;3.1;3.5;7.2;12.9;.39;1200
+75085;44.69241;2.32264;646;20220110;5.6;2.1;3.8;1.8;6.4;2.3;.56;2900
+75085;44.69241;2.32264;646;20220111;7.7;-5.6;1;.9;4.4;0;.28;9500
+75085;44.69241;2.32264;646;20220112;6.8;-7.6;-.4;1.6;4;0;.48;9700
+75085;44.69241;2.32264;646;20220113;9.5;-5.7;1.9;1.8;4;0;.78;8200
+75085;44.69241;2.32264;646;20220114;11.8;-5;3.4;2.2;3.7;0;1.15;8400
+75085;44.69241;2.32264;646;20220115;10.7;-4.5;3.1;1.6;4;0;.81;8400
+75085;44.69241;2.32264;646;20220116;7.8;-7.9;-.1;1.7;4;0;.59;10100
+75085;44.69241;2.32264;646;20220117;9.7;-5.9;1.9;1.4;4.7;.1;.59;8900
+75085;44.69241;2.32264;646;20220118;9.2;-4.2;2.5;1.6;5;.1;.61;9200
+75085;44.69241;2.32264;646;20220119;.5;-5.4;-2.5;1.6;5.4;1.5;.21;1700
+75085;44.69241;2.32264;646;20220120;4.6;-1.8;1.4;2.7;5.4;0;.6;5300
+75085;44.69241;2.32264;646;20220121;4;-4.1;-.1;2.4;3.9;0;.71;9300
+75085;44.69241;2.32264;646;20220122;7.2;-7.6;-.2;1.4;4;0;.59;9400
+75085;44.69241;2.32264;646;20220123;13.5;-5.1;4.2;3.4;4.8;0;1.58;9500
+75085;44.69241;2.32264;646;20220124;15.7;-3.3;6.2;2.3;4.3;0;1.55;9700
+75085;44.69241;2.32264;646;20220125;11.5;-4.2;3.6;1.8;4.6;0;.96;9800
+75085;44.69241;2.32264;646;20220126;11.7;-4.7;3.5;1.7;4.7;0;.93;9900
+75085;44.69241;2.32264;646;20220127;10.9;-3.5;3.7;1.5;4.42;0;.99;8224
+75085;44.69241;2.32264;646;20220128;10.1;-6;2;1.4;4.7;0;.74;10400
+75085;44.69241;2.32264;646;20220129;4.7;-4.6;.1;1.5;5.28;0;.55;7292
+75085;44.69241;2.32264;646;20220130;10.5;-2;4.2;1.6;6;0;.79;8000
+75085;44.69241;2.32264;646;20220131;5.8;-3.1;1.3;3.3;6.4;1.6;.47;2500
+75085;44.69241;2.32264;646;20220201;2.1;-1.3;.4;2.5;5.8;1.8;.42;3500
+75085;44.69241;2.32264;646;20220202;7.8;1.1;4.4;2.3;7.9;.1;.51;5900
+75085;44.69241;2.32264;646;20220203;13.8;-3.5;5.1;1.8;6.2;.2;1.08;7400
+75085;44.69241;2.32264;646;20220204;6.2;2.2;4.2;1.8;8;3;.42;1800
+75085;44.69241;2.32264;646;20220205;8.5;4.7;6.6;1.8;6.9;.1;.91;8700
+75085;44.69241;2.32264;646;20220206;4.4;-3.5;.4;2.6;6.9;4.3;.2;2800
+75085;44.69241;2.32264;646;20220207;8.7;3.9;6.3;3.6;7;.4;1.14;7900
+75085;44.69241;2.32264;646;20220208;15.1;-5.1;5;2.4;5;0;1.63;12500
+75085;44.69241;2.32264;646;20220209;13.7;-3.4;5.1;2.7;5.7;0;1.5;12000
+75085;44.69241;2.32264;646;20220210;15.4;.1;7.7;2.2;6.7;.1;1.47;11100
+75085;44.69241;2.32264;646;20220211;9.7;5.2;7.4;2.3;6.4;0;1.28;7600
+75085;44.69241;2.32264;646;20220212;9.4;-2.9;3.2;3;5.11;0;1.31;7333
+75085;44.69241;2.32264;646;20220213;10.7;3.3;7;6.6;7.7;4.4;1.47;9400
+75085;44.69241;2.32264;646;20220214;7.6;6;6.8;3.1;8.2;7.8;.87;4500
+75085;44.69241;2.32264;646;20220215;4.8;1.8;3.3;2.9;7.4;11.5;.49;4700
+75085;44.69241;2.32264;646;20220216;9.5;4.3;6.9;3.3;9.9;14;.43;2100
+75085;44.69241;2.32264;646;20220217;10.9;8.3;9.6;3.9;11.85;3;.6;4086
+75085;44.69241;2.32264;646;20220218;14.9;7.2;11;3.1;10.1;.4;1.47;10000
+75085;44.69241;2.32264;646;20220219;7.2;2;4.6;2.2;6.3;0;1.04;9000
+75085;44.69241;2.32264;646;20220220;6.6;-2.1;2.2;2.1;7.6;6.5;.39;3800
+75085;44.69241;2.32264;646;20220221;7.7;6.2;6.9;5.7;8;1.8;1.19;6200
+75085;44.69241;2.32264;646;20220222;6.9;2.9;4.9;2.6;8;.3;.69;6200
+75085;44.69241;2.32264;646;20220223;13.5;4.6;9;1.8;8;0;1.5;13700
+75085;44.69241;2.32264;646;20220224;12.9;2.5;7.7;3;7.7;.1;1.53;11000
+75085;44.69241;2.32264;646;20220225;7.3;.7;4;3.9;5.6;0;1.52;15100
+75085;44.69241;2.32264;646;20220226;10.5;-5.3;2.6;3.9;3.9;0;2.1;16300
+75085;44.69241;2.32264;646;20220227;12.4;-1.1;5.6;2.8;4.7;0;2.05;15800
+75085;44.69241;2.32264;646;20220228;12.8;-1.8;5.5;2.6;6;0;1.77;15400
+75085;44.69241;2.32264;646;20220301;14.2;-5.2;4.5;2.5;5.7;0;1.87;15800
+75085;44.69241;2.32264;646;20220302;9.6;1;5.3;2.4;7.8;2.7;.83;4200
+75085;44.69241;2.32264;646;20220303;12.4;6.1;9.2;1;9.2;0;1.15;8600
+75085;44.69241;2.32264;646;20220304;13;1;7;2.4;8.4;.1;1.24;8800
+75085;44.69241;2.32264;646;20220305;10.8;4.2;7.5;2;7.1;0;1.56;12700
+75085;44.69241;2.32264;646;20220306;9.6;-5.6;2;1.6;4.3;0;1.59;17800
+75085;44.69241;2.32264;646;20220307;9.6;-3.6;3;2.7;4.3;0;1.9;17300
+75085;44.69241;2.32264;646;20220308;11.9;-.9;5.5;4.2;6.2;.1;2.03;15800
+75085;44.69241;2.32264;646;20220309;11.7;2.6;7.1;3.7;7.3;0;1.79;12700
+75085;44.69241;2.32264;646;20220310;12.5;3.7;8.1;4.4;7.9;2.7;1.91;12900
+75085;44.69241;2.32264;646;20220311;9.2;6.4;7.8;8.6;8;9.8;1.7;6600
+75085;44.69241;2.32264;646;20220312;7.4;4.9;6.1;7;7.3;1.9;1.33;3400
+75085;44.69241;2.32264;646;20220313;7.3;5.6;6.4;6.1;6.6;11.9;1.61;2500
+75085;44.69241;2.32264;646;20220314;10.3;-1;4.6;5.6;7.6;.8;1.17;8600
+75085;44.69241;2.32264;646;20220315;13;8.2;10.6;8.6;9.4;0;2.27;10900
+75085;44.69241;2.32264;646;20220316;15.3;8.2;11.7;4.2;9.4;0;2.1;7400
+75085;44.69241;2.32264;646;20220317;14.2;5.4;9.8;1.1;9.2;.7;1.28;7200
+75085;44.69241;2.32264;646;20220318;12.6;5.6;9.1;3.1;8.3;0;1.84;11100
+75085;44.69241;2.32264;646;20220319;15.6;6.2;10.9;3.2;7.2;0;2.71;14900
+75085;44.69241;2.32264;646;20220320;11.4;3.5;7.4;6.7;7.1;0;2.11;8800
+75085;44.69241;2.32264;646;20220321;11.4;7.6;9.5;8;6.6;0;3.14;13200
+75085;44.69241;2.32264;646;20220322;12.2;3.9;8;8.2;4.7;0;3.83;18200
+75085;44.69241;2.32264;646;20220323;14.4;4.1;9.2;6.1;4;0;4.18;18600
+75085;44.69241;2.32264;646;20220324;17.2;3.7;10.4;3.7;4.2;0;3.84;19000
+75085;44.69241;2.32264;646;20220325;18.1;5.8;11.9;2.8;4.5;0;3.49;16200
+75085;44.69241;2.32264;646;20220326;18.7;-1.6;8.5;3.1;4.8;0;3.5;19100
+75085;44.69241;2.32264;646;20220327;18.8;0;9.4;3.6;5.5;0;3.59;18300
+75085;44.69241;2.32264;646;20220328;18.4;4.3;11.3;4.8;5.4;0;4.13;16900
+75085;44.69241;2.32264;646;20220329;17.1;7.1;12.1;2.9;7;2.7;2.87;12200
+75085;44.69241;2.32264;646;20220330;9.8;6.9;8.3;1.8;9.7;2.9;.97;5000
+75085;44.69241;2.32264;646;20220331;8.8;5.8;7.3;3.7;7.9;2.7;1.55;9300
+75085;44.69241;2.32264;646;20220401;4.5;-1.1;1.7;5.4;5.32;2.3;1.79;11866
+75085;44.69241;2.32264;646;20220402;3.5;-2.3;.6;3.7;4.99;0;1.46;9533
+75085;44.69241;2.32264;646;20220403;2.8;-3.4;-.3;3.6;4.88;0;1.41;9534
+75085;44.69241;2.32264;646;20220404;8.7;-2;3.3;1.5;5.02;0;2.33;21066
+75085;44.69241;2.32264;646;20220405;12.6;-4.4;4.1;2.2;6.2;0;2.25;20400
+75085;44.69241;2.32264;646;20220406;9.5;-1.1;4.2;2.4;8.4;3;.84;7100
+75085;44.69241;2.32264;646;20220407;9.4;6.4;7.9;4.5;10.3;16.4;.64;3400
+75085;44.69241;2.32264;646;20220408;12.8;8.8;10.8;4.9;10;2;1.73;6400
+75085;44.69241;2.32264;646;20220409;9.5;1.9;5.7;3.1;5.8;.4;2.22;15700
+75085;44.69241;2.32264;646;20220410;16.8;-3.8;6.5;3.3;5;0;3.59;24400
+75085;44.69241;2.32264;646;20220411;13.7;6.1;9.9;7.8;7.5;0;3.44;19700
+75085;44.69241;2.32264;646;20220412;15.6;9.3;12.4;6.8;7;0;4.11;15300
+75085;44.69241;2.32264;646;20220413;17;5.1;11;2.1;7.2;.2;2.46;10800
+75085;44.69241;2.32264;646;20220414;21.7;1;11.3;2.4;9.2;0;3.64;23800
+75085;44.69241;2.32264;646;20220415;22.5;4.7;13.6;2;10.3;0;3.67;23200
+75085;44.69241;2.32264;646;20220416;22.6;4.3;13.4;2.2;8.7;0;3.96;23700
+75085;44.69241;2.32264;646;20220417;21.7;-.6;10.5;2.3;7.2;0;3.96;25200
+75085;44.69241;2.32264;646;20220418;17.3;2.6;9.9;2.1;8.3;0;3.06;21600
+75085;44.69241;2.32264;646;20220419;16.9;4.3;10.6;1.9;9.6;1.1;2.5;16500
+75085;44.69241;2.32264;646;20220420;13.3;8.4;10.8;1.6;10.6;8.9;1.22;4800
+75085;44.69241;2.32264;646;20220421;14;6.9;10.4;1.3;11;3.8;1.58;9800
+75085;44.69241;2.32264;646;20220422;17.8;6.8;12.3;2;10.7;1.2;2.82;18400
+75085;44.69241;2.32264;646;20220423;14.3;9.5;11.9;5.1;8.9;36.7;2.63;8700
+75085;44.69241;2.32264;646;20220424;10;3.9;6.9;3.1;9.7;17.9;.74;4000
+75085;44.69241;2.32264;646;20220425;13.7;5.9;9.8;2;8.8;0;2.08;12300
+75085;44.69241;2.32264;646;20220426;19;.7;9.8;2.1;8.5;0;3.67;27100
+75085;44.69241;2.32264;646;20220427;22.1;6.1;14.1;2.7;9.2;0;4.35;25300
+75085;44.69241;2.32264;646;20220428;21;8.8;14.9;2.4;11.3;.2;3.88;23600
+75085;44.69241;2.32264;646;20220429;19.5;8.4;13.9;2.2;12.6;.3;3.01;19000
+75085;44.69241;2.32264;646;20220430;18.7;6.5;12.6;2;9.8;0;3.67;24800
+75085;44.69241;2.32264;646;20220501;18.2;1.8;10;2;7.8;0;3.67;26100
+75085;44.69241;2.32264;646;20220502;18.9;3.4;11.1;1.8;9;.3;3.36;22500
+75085;44.69241;2.32264;646;20220503;17.3;8;12.6;1.6;11;9;2.21;12000
+75085;44.69241;2.32264;646;20220504;16.8;6.8;11.8;2.1;11.1;4.5;2.68;17800
+75085;44.69241;2.32264;646;20220505;16.9;6.6;11.7;2.7;9.3;.3;3.22;20000
+75085;44.69241;2.32264;646;20220506;16.7;4.9;10.8;2.6;9.5;0;2.48;13700
+75085;44.69241;2.32264;646;20220507;19.3;4.4;11.8;2.3;9.6;0;4;27800
+75085;44.69241;2.32264;646;20220508;20.9;6.7;13.8;2.2;10.3;0;3.89;23600
+75085;44.69241;2.32264;646;20220509;23.2;4.9;14;2;9.9;0;4.51;27900
+75085;44.69241;2.32264;646;20220510;23.9;7.9;15.9;2.9;10.8;0;4.83;26600
+75085;44.69241;2.32264;646;20220511;25.8;9.5;17.6;4.2;11;0;5.82;28100
+75085;44.69241;2.32264;646;20220512;23.3;10;16.6;2.7;12.8;0;3.71;18200
+75085;44.69241;2.32264;646;20220513;23.3;11.3;17.3;1.7;12.7;0;4.46;26100
+75085;44.69241;2.32264;646;20220514;27.1;9.5;18.3;2.1;13.9;0;4.88;26400
+75085;44.69241;2.32264;646;20220515;24.6;14.2;19.4;4.2;12.9;.7;5.53;26300
+75085;44.69241;2.32264;646;20220516;25.7;10.3;18;2.2;12.4;0;5.02;27400
+75085;44.69241;2.32264;646;20220517;28.5;8.8;18.6;1.9;13;0;5.3;28400
+75085;44.69241;2.32264;646;20220518;29.1;11.6;20.3;2.1;14.5;.1;5.32;26700
+75085;44.69241;2.32264;646;20220519;26.7;15;20.8;4.3;13;.3;5.86;24100
+75085;44.69241;2.32264;646;20220520;27.6;17.4;22.5;3.9;12.2;0;6.51;26500
+75085;44.69241;2.32264;646;20220521;31.8;12.7;22.2;1.9;14.7;0;5.74;27200
+75085;44.69241;2.32264;646;20220522;30.5;15;22.7;1.5;16.5;5.5;4.35;19300
+75085;44.69241;2.32264;646;20220523;17.6;15.1;16.3;2.5;14.6;5.9;1.96;7500
+75085;44.69241;2.32264;646;20220524;16.6;9;12.8;2.1;11;.2;3.35;22000
+75085;44.69241;2.32264;646;20220525;16.7;4.7;10.7;2.2;10;0;3.27;23200
+75085;44.69241;2.32264;646;20220526;19;6.5;12.7;2;10.7;0;3.84;25500
+75085;44.69241;2.32264;646;20220527;24.2;4.8;14.5;1.6;11.7;0;4.72;29900
+75085;44.69241;2.32264;646;20220528;22.5;6.7;14.6;1.7;10.7;0;4.73;30000
+75085;44.69241;2.32264;646;20220529;20.5;2.8;11.6;1.3;8.1;0;4.43;30700
+75085;44.69241;2.32264;646;20220530;21.4;5;13.2;2.1;8.2;.2;4.64;28200
+75085;44.69241;2.32264;646;20220531;21.2;8.2;14.7;2.1;10.1;1;3.58;18100
+75085;44.69241;2.32264;646;20220601;27.9;7.1;17.5;2.2;11.9;2.8;5.18;26300
+75085;44.69241;2.32264;646;20220602;28.4;13.5;20.9;2.4;15.3;2.1;4.87;22000
+75085;44.69241;2.32264;646;20220603;29.3;13.3;21.3;2.7;14.7;11.9;5.63;25700
+75085;44.69241;2.32264;646;20220604;27.2;11.6;19.4;2.5;16.7;23.1;4.68;24200
+75085;44.69241;2.32264;646;20220605;20.9;12.5;16.7;2.5;15.4;0;3.2;17900
+75085;44.69241;2.32264;646;20220606;23.7;8.7;16.2;1.6;13.9;.2;4.24;25300
+75085;44.69241;2.32264;646;20220607;20.3;11.8;16;1.8;13.3;.5;3.79;22300
+75085;44.69241;2.32264;646;20220608;15.8;10.2;13;2.6;13.2;7.4;1.39;5900
+75085;44.69241;2.32264;646;20220609;18.2;10.3;14.2;3;12;.2;3.3;18900
+75085;44.69241;2.32264;646;20220610;25.1;6.6;15.8;1.6;11.8;0;5.16;31400
+75085;44.69241;2.32264;646;20220611;28.8;7.1;17.9;1.5;11.7;0;5.63;31400
+75085;44.69241;2.32264;646;20220612;27.8;12;19.9;1.6;15.3;.2;4.61;23400
+75085;44.69241;2.32264;646;20220613;27.2;13.5;20.3;2;16.3;0;5.56;30200
+75085;44.69241;2.32264;646;20220614;30.9;14.2;22.5;2.8;14.9;.5;6.44;29100
+75085;44.69241;2.32264;646;20220615;30.1;17.3;23.7;2.7;17.1;.1;5.99;26800
+75085;44.69241;2.32264;646;20220616;32;14.5;23.2;1.6;17.7;0;5.62;27000
+75085;44.69241;2.32264;646;20220617;34.2;13.7;23.9;2;14.6;0;6.58;29400
+75085;44.69241;2.32264;646;20220618;33.7;19.4;26.5;3.9;13.1;0;8.24;29900
+75085;44.69241;2.32264;646;20220619;30.4;22.3;26.3;7.1;13.2;0;9.38;29400
+75085;44.69241;2.32264;646;20220620;29.4;16;22.7;3.3;14.1;0;6.68;29700
+75085;44.69241;2.32264;646;20220621;27.9;16.2;22;2;17.5;1.2;4.62;21600
+75085;44.69241;2.32264;646;20220622;24.8;15.8;20.3;2.5;17.3;9.9;4.68;24600
+75085;44.69241;2.32264;646;20220623;24;13.3;18.6;2.8;15.9;19.8;3.76;18300
+75085;44.69241;2.32264;646;20220624;21.3;13.9;17.6;1.9;14.7;3.8;3.24;16400
+75085;44.69241;2.32264;646;20220625;24.7;10.6;17.6;3.3;14.1;11.3;4.23;20200
+75085;44.69241;2.32264;646;20220626;18.8;13.6;16.2;1.8;15.9;14.2;1.53;6000
+75085;44.69241;2.32264;646;20220627;19.5;13.4;16.4;1.9;14.7;.7;2.26;10200
+75085;44.69241;2.32264;646;20220628;22.9;8.8;15.8;1.9;12.4;0;5.02;31300
+75085;44.69241;2.32264;646;20220629;25.7;8.3;17;1.7;13.1;0;5.19;30600
+75085;44.69241;2.32264;646;20220630;16.1;13;14.5;1.8;14.2;1.2;1.49;6200
+75085;44.69241;2.32264;646;20220701;20.5;9.7;15.1;1.9;11.7;.1;4.82;31200
+75085;44.69241;2.32264;646;20220702;28.1;6.2;17.1;1.8;11.4;0;5.57;30800
+75085;44.69241;2.32264;646;20220703;27.6;11.9;19.7;2;15;0;5.29;27900
+75085;44.69241;2.32264;646;20220704;25.8;14.6;20.2;1.7;17.3;1.3;4.1;21000
+75085;44.69241;2.32264;646;20220705;25.9;12.8;19.3;1.6;15.3;0;5.37;30700
+75085;44.69241;2.32264;646;20220706;26.1;8.4;17.2;1.8;12.3;0;5.34;30800
+75085;44.69241;2.32264;646;20220707;24.8;7.1;15.9;2.8;12.6;0;5.19;30500
+75085;44.69241;2.32264;646;20220708;28;8.5;18.2;2;12.4;0;5.69;31000
+75085;44.69241;2.32264;646;20220709;29.4;8.4;18.9;1.9;11.6;0;5.86;30600
+75085;44.69241;2.32264;646;20220710;29;9.4;19.2;1.6;12.5;0;5.6;30200
+75085;44.69241;2.32264;646;20220711;31;15.5;23.2;3;13;0;6.96;30500
+75085;44.69241;2.32264;646;20220712;31;16.2;23.6;2.3;13.6;0;6.55;30300
+75085;44.69241;2.32264;646;20220713;32.1;15.4;23.7;2;12.3;0;6.48;29900
+75085;44.69241;2.32264;646;20220714;32.5;15.1;23.8;2.3;14.3;0;6.58;29800
+75085;44.69241;2.32264;646;20220715;31.2;13.4;22.3;2.1;14.2;0;6.1;29100
+75085;44.69241;2.32264;646;20220716;32.6;13.7;23.1;2.1;13.3;0;6.4;29400
+75085;44.69241;2.32264;646;20220717;33.2;16;24.6;3.1;11.3;0;7.46;29700
+75085;44.69241;2.32264;646;20220718;35.8;17.5;26.6;2.9;13.3;0;7.56;28700
+75085;44.69241;2.32264;646;20220719;34.1;20.8;27.4;4.4;12.4;.4;8.49;27700
+75085;44.69241;2.32264;646;20220720;25.2;15;20.1;2;15.4;.1;3.71;16800
+75085;44.69241;2.32264;646;20220721;30.5;10.9;20.7;1.8;14;0;5.68;29000
+75085;44.69241;2.32264;646;20220722;30.6;14.8;22.7;3.6;15.1;.1;6.02;23800
+75085;44.69241;2.32264;646;20220723;26.9;14.8;20.8;2.3;14.6;0;5.52;28600
+75085;44.69241;2.32264;646;20220724;33.8;12;22.9;1.7;12.7;0;6.15;29100
+75085;44.69241;2.32264;646;20220725;24.3;16.2;20.2;2.7;14.6;0;4.56;21800
+75085;44.69241;2.32264;646;20220726;24.3;14.6;19.4;2.9;12.9;0;5.45;28700
+75085;44.69241;2.32264;646;20220727;26;7.5;16.7;1.6;11.5;0;4.94;29000
+75085;44.69241;2.32264;646;20220728;28.1;9.7;18.9;2;12;0;4.97;24700
+75085;44.69241;2.32264;646;20220729;24.3;13.7;19;1.4;14.5;0;3.26;15700
+75085;44.69241;2.32264;646;20220730;28.3;13;20.6;1.5;14.9;0;4.88;25800
+75085;44.69241;2.32264;646;20220731;30.3;11.6;20.9;1.6;13.7;0;5.33;27400
+75085;44.69241;2.32264;646;20220801;31.5;12.5;22;2.1;13.6;0;5.81;27500
+75085;44.69241;2.32264;646;20220802;32.3;11.5;21.9;2;13.1;0;5.89;27900
+75085;44.69241;2.32264;646;20220803;34.7;17.8;26.2;2.6;12.7;0;6.92;27600
+75085;44.69241;2.32264;646;20220804;34.7;18.3;26.5;2.7;13.6;0;6.73;25700
+75085;44.69241;2.32264;646;20220805;28.7;18.3;23.5;2.1;17.8;6.9;4.91;23000
+75085;44.69241;2.32264;646;20220806;31.4;16.2;23.8;1.8;15.7;0;5.55;26600
+75085;44.69241;2.32264;646;20220807;30.6;12.1;21.3;1.7;11.8;0;5.48;27600
+75085;44.69241;2.32264;646;20220808;32;10.9;21.4;1.9;10.2;0;5.78;27400
+75085;44.69241;2.32264;646;20220809;33.1;14.5;23.8;1.9;9.3;0;5.88;25900
+75085;44.69241;2.32264;646;20220810;34;17.6;25.8;2.4;9.5;0;6.63;26900
+75085;44.69241;2.32264;646;20220811;34.7;16.5;25.6;3.3;11.3;0;7.21;25700
+75085;44.69241;2.32264;646;20220812;35;15.8;25.4;2.8;12.4;0;6.63;24800
+75085;44.69241;2.32264;646;20220813;34.4;14.9;24.6;2.2;12.8;.8;5.98;24700
+75085;44.69241;2.32264;646;20220814;22.1;17.8;19.9;2.8;17.4;7.2;3.13;14700
+75085;44.69241;2.32264;646;20220815;24.6;13.3;18.9;1.6;14.6;.2;3.21;15600
+75085;44.69241;2.32264;646;20220816;30.5;12;21.2;3.3;14.4;29.8;4.79;16500
+75085;44.69241;2.32264;646;20220817;23.2;12.9;18;1.9;15.4;0;2.92;14700
+75085;44.69241;2.32264;646;20220818;21.9;11.2;16.5;2.6;14.8;3.3;2.94;15900
+75085;44.69241;2.32264;646;20220819;22.2;14.7;18.4;3;15.8;.1;3.04;14400
+75085;44.69241;2.32264;646;20220820;25.6;14.2;19.9;1.7;16;0;4.02;22200
+75085;44.69241;2.32264;646;20220821;24.7;10.8;17.7;1.8;14.8;.1;3.51;19500
+75085;44.69241;2.32264;646;20220822;22.6;15.5;19;1.8;16.1;.2;2.79;13600
+75085;44.69241;2.32264;646;20220823;27.8;14;20.9;1.1;16.4;0;3.78;20500
+75085;44.69241;2.32264;646;20220824;32.5;15;23.7;2.3;14.3;0;5.5;24300
+75085;44.69241;2.32264;646;20220825;27.9;15.2;21.5;2.9;16;0;4.54;20700
+75085;44.69241;2.32264;646;20220826;27.5;14;20.7;1.8;16.3;.6;4.22;22700
+75085;44.69241;2.32264;646;20220827;27.2;11.4;19.3;1.8;14.5;0;4.13;22600
+75085;44.69241;2.32264;646;20220828;29.1;13.2;21.1;2.5;13.1;0;5;23700
+75085;44.69241;2.32264;646;20220829;31.6;12.6;22.1;2.8;13.1;1.7;4.84;16900
+75085;44.69241;2.32264;646;20220830;28.2;14.1;21.1;2.1;15;.1;4.12;19600
+75085;44.69241;2.32264;646;20220831;28.9;10.5;19.7;2.4;13.4;.4;4.3;19600
+75085;44.69241;2.32264;646;20220901;26.8;12.1;19.4;1.7;14.6;.3;3.89;21500
+75085;44.69241;2.32264;646;20220902;23.5;12.9;18.2;1.8;15.5;4.6;2.69;13600
+75085;44.69241;2.32264;646;20220903;24.1;14.2;19.1;1.2;15.4;0;3.13;17900
+75085;44.69241;2.32264;646;20220904;29.4;12.2;20.8;3.3;14.9;0;4.8;21200
+75085;44.69241;2.32264;646;20220905;29.7;17.3;23.5;4.1;17.1;2.3;5.13;20100
+75085;44.69241;2.32264;646;20220906;26.1;14.8;20.4;2.4;17.6;1.7;3.13;14700
+75085;44.69241;2.32264;646;20220907;24.5;13.6;19;2;15.7;.5;2.6;11400
+75085;44.69241;2.32264;646;20220908;21.6;8.8;15.2;1.6;12.8;1.1;2.36;12900
+75085;44.69241;2.32264;646;20220909;21.5;10.8;16.1;1.9;12.7;.2;2.83;16200
+75085;44.69241;2.32264;646;20220910;20.9;9.1;15;1.6;11.8;0;2.95;19300
+75085;44.69241;2.32264;646;20220911;28.3;7.3;17.8;2.4;10.4;0;4.37;21400
+75085;44.69241;2.32264;646;20220912;33.5;13;23.2;4.1;12.6;0;6.21;20000
+75085;44.69241;2.32264;646;20220913;28.4;18.7;23.5;4.2;18.8;1.3;4.05;13800
+75085;44.69241;2.32264;646;20220914;26.3;17.2;21.7;3.2;17.1;1.6;3.75;16700
+75085;44.69241;2.32264;646;20220915;25.3;11.8;18.5;1.8;14.9;0;3.14;17800
+75085;44.69241;2.32264;646;20220916;21.3;11.6;16.4;2.3;13;0;2.66;14200
+75085;44.69241;2.32264;646;20220917;17.4;3.3;10.3;1.8;8.1;0;2.71;21000
+75085;44.69241;2.32264;646;20220918;22.9;-.5;11.2;1.5;6.6;0;3.1;20700
+75085;44.69241;2.32264;646;20220919;22.4;2;12.2;1.8;7.3;0;3.17;20300
+75085;44.69241;2.32264;646;20220920;22.3;2.6;12.4;1.3;7.2;0;2.89;20100
+75085;44.69241;2.32264;646;20220921;22.7;3.4;13;1.8;7.9;0;3.11;19600
+75085;44.69241;2.32264;646;20220922;23;6.6;14.8;2.8;9.1;0;3.55;19300
+75085;44.69241;2.32264;646;20220923;22.4;7;14.7;2.3;10.9;10.3;2.59;12500
+75085;44.69241;2.32264;646;20220924;17.3;9.1;13.2;1.2;12.2;6.1;1.5;8800
+75085;44.69241;2.32264;646;20220925;15.6;9.3;12.4;1.8;11.7;.6;1.46;8200
+75085;44.69241;2.32264;646;20220926;14.7;8;11.3;1.9;10.9;3.5;1.47;9000
+75085;44.69241;2.32264;646;20220927;11.6;8.3;9.9;3.3;11.2;11.2;1.04;7000
+75085;44.69241;2.32264;646;20220928;14.9;10.4;12.6;4.7;13.3;11.7;1.3;8900
+75085;44.69241;2.32264;646;20220929;13.5;8.3;10.9;2.2;10.7;3.4;1.32;7500
+75085;44.69241;2.32264;646;20220930;15.2;5.4;10.3;1.7;9.1;.6;1.98;16500
+75085;44.69241;2.32264;646;20221001;14.9;4;9.4;2.1;12;8.4;.66;3000
+75085;44.69241;2.32264;646;20221002;18.2;12.8;15.5;1.5;14.6;.1;1.49;8600
+75085;44.69241;2.32264;646;20221003;20.4;5;12.7;1.5;11.2;0;2.16;17000
+75085;44.69241;2.32264;646;20221004;21.5;4.9;13.2;1.8;10.8;.1;2.35;16900
+75085;44.69241;2.32264;646;20221005;21.6;7.7;14.6;3.4;12;0;2.7;16600
+75085;44.69241;2.32264;646;20221006;21.5;11;16.2;1.8;13.1;0;2.08;12300
+75085;44.69241;2.32264;646;20221007;21.9;9.7;15.8;2.1;12.6;.2;2.35;15200
+75085;44.69241;2.32264;646;20221008;20.6;8.5;14.5;1.7;12.6;2.1;1.81;11300
+75085;44.69241;2.32264;646;20221009;21.1;7.5;14.3;3;11.1;.1;2.53;15200
+75085;44.69241;2.32264;646;20221010;22.4;9.4;15.9;3;12.3;0;2.54;13500
+75085;44.69241;2.32264;646;20221011;20.8;8.3;14.5;1.6;12.9;.1;1.68;10600
+75085;44.69241;2.32264;646;20221012;20.5;11.6;16;1.6;13.4;1.1;1.6;8200
+75085;44.69241;2.32264;646;20221013;15.9;7.4;11.6;1.4;12.8;9.1;.81;3800
+75085;44.69241;2.32264;646;20221014;15.7;12.3;14;1.9;15.2;2.5;.76;3500
+75085;44.69241;2.32264;646;20221015;21.3;11.8;16.5;2.5;14.3;0;2.04;13200
+75085;44.69241;2.32264;646;20221016;22.3;13.3;17.8;5.7;13.9;0;3.05;13100
+75085;44.69241;2.32264;646;20221017;20.4;16.5;18.4;6.5;14.9;2;2.69;6700
+75085;44.69241;2.32264;646;20221018;23.1;13.6;18.3;3.9;14.7;0;2.64;13300
+75085;44.69241;2.32264;646;20221019;21;12.5;16.7;4.2;13;8.2;2.35;7700
+75085;44.69241;2.32264;646;20221020;20.3;15.3;17.8;5;16.6;3.8;1.7;5300
+75085;44.69241;2.32264;646;20221021;21.2;15.3;18.2;2.3;15.1;.4;1.76;8100
+75085;44.69241;2.32264;646;20221022;21.4;9.4;15.4;3.1;12.3;0;2.14;12300
+75085;44.69241;2.32264;646;20221023;20.6;14.2;17.4;4.9;14;0;2.16;2500
+75085;44.69241;2.32264;646;20221024;19.7;10.3;15;2;12.7;.1;1.6;11400
+75085;44.69241;2.32264;646;20221025;20.1;8.2;14.1;3.5;11.4;0;1.93;6500
+75085;44.69241;2.32264;646;20221026;21.9;10;15.9;2.6;12;.1;1.98;9200
+75085;44.69241;2.32264;646;20221027;24.3;10.2;17.2;3.8;13;0;2.55;9100
+75085;44.69241;2.32264;646;20221028;24.8;17.1;20.9;4.2;11.3;0;3.62;7800
+75085;44.69241;2.32264;646;20221029;23.1;13.6;18.3;5.1;7.8;0;4.22;9400
+75085;44.69241;2.32264;646;20221030;21.6;12.5;17;3.3;10.5;.1;2.53;10100
+75085;44.69241;2.32264;646;20221031;20.7;12.3;16.5;4.3;13.4;4.6;2.1;9400
+75085;44.69241;2.32264;646;20221101;15.9;11.3;13.6;1.8;12.5;.1;1.06;7300
+75085;44.69241;2.32264;646;20221102;17.5;5.5;11.5;1.7;9.7;.1;1.24;10200
+75085;44.69241;2.32264;646;20221103;14.8;6.4;10.6;4.5;10.2;6.3;1.29;2400
+75085;44.69241;2.32264;646;20221104;8.1;5.5;6.8;4.5;9.2;8.4;.57;3500
+75085;44.69241;2.32264;646;20221105;10.2;.4;5.3;1.9;7.2;.1;.8;9400
+75085;44.69241;2.32264;646;20221106;15.6;-.4;7.6;2.2;6.4;0;1.41;8700
+75085;44.69241;2.32264;646;20221107;16.4;4.4;10.4;3.5;9;.1;1.53;10400
+75085;44.69241;2.32264;646;20221108;17.2;9.8;13.5;4.7;11.2;1.6;1.75;7500
+75085;44.69241;2.32264;646;20221109;14.4;10.6;12.5;2.4;12.4;4.5;.84;3100
+75085;44.69241;2.32264;646;20221110;14.4;6.3;10.3;1.2;10.1;0;.75;7800
+75085;44.69241;2.32264;646;20221111;18.5;5.5;12;4;10.6;0;1.58;9700
+75085;44.69241;2.32264;646;20221112;20.9;8.6;14.7;3.7;9.7;0;2.24;9200
+75085;44.69241;2.32264;646;20221113;20;6.7;13.3;2.5;9.5;0;1.63;7500
+75085;44.69241;2.32264;646;20221114;13.8;10.3;12;3.5;11.3;6;1.07;3000
+75085;44.69241;2.32264;646;20221115;15.7;9;12.3;3.1;11.9;9.4;.98;4800
+75085;44.69241;2.32264;646;20221116;13.5;6.5;10;2.1;10.5;.9;.71;6300
+75085;44.69241;2.32264;646;20221117;14.2;8.8;11.5;3.3;10.9;6.6;1.01;5100
+75085;44.69241;2.32264;646;20221118;9.5;6;7.7;1.9;9;2.8;.58;6000
+75085;44.69241;2.32264;646;20221119;8.4;3.3;5.8;1.8;8;.3;.49;7100
+75085;44.69241;2.32264;646;20221120;6.6;-.8;2.9;1.2;7.2;1.9;.35;4600
+75085;44.69241;2.32264;646;20221121;7.9;3.4;5.6;3;8.2;11.2;.58;1000
+75085;44.69241;2.32264;646;20221122;7.1;3.5;5.3;3.2;7.9;13.9;.54;4200
+75085;44.69241;2.32264;646;20221123;11;4.9;7.9;2.6;9.1;6.2;.71;2600
+75085;44.69241;2.32264;646;20221124;10.5;3.9;7.2;1.6;9.3;.1;.44;5100
+75085;44.69241;2.32264;646;20221125;9.1;7.2;8.1;1.9;9.2;9.2;.62;2100
+75085;44.69241;2.32264;646;20221126;9;.4;4.7;1.8;6.9;0;.56;5400
+75085;44.69241;2.32264;646;20221127;12.5;.6;6.5;3.1;5.7;4.6;1.33;6600
+75085;44.69241;2.32264;646;20221128;8.3;6.4;7.3;2.1;8.9;6.8;.55;3000
+75085;44.69241;2.32264;646;20221129;7.5;3.3;5.4;2;7.5;0;.5;4800
+75085;44.69241;2.32264;646;20221130;8.2;-3.3;2.4;.9;5.8;0;.27;8200
+75085;44.69241;2.32264;646;20221201;6.1;-3.8;1.1;1.4;5.8;0;.41;3400
+75085;44.69241;2.32264;646;20221202;2.8;-.5;1.1;1.4;5.8;.2;.43;1400
+75085;44.69241;2.32264;646;20221203;3.8;.2;2;1.1;6.7;4.9;.36;1300
+75085;44.69241;2.32264;646;20221204;4.3;1.4;2.8;1.3;7.2;2.2;.33;1800
+75085;44.69241;2.32264;646;20221205;7.7;-2.7;2.5;2.9;5.5;.1;.61;8200
+75085;44.69241;2.32264;646;20221206;11.2;-5.2;3;1.9;4.4;0;.82;7400
+75085;44.69241;2.32264;646;20221207;8.1;-5;1.5;2;4.6;0;.6;7600
+75085;44.69241;2.32264;646;20221208;7.8;-4;1.9;2.6;5.3;2.3;.77;3000
+75085;44.69241;2.32264;646;20221209;8.4;4.7;6.5;1.1;8.7;1.7;.43;2100
+75085;44.69241;2.32264;646;20221210;.4;-.2;.1;2.2;5.5;0;.34;2800
+75085;44.69241;2.32264;646;20221211;4.5;-9.5;-2.5;1.2;3.38;0;.43;5888
+75085;44.69241;2.32264;646;20221212;2.7;-5.9;-1.6;1.8;4.38;18.3;.42;3796
+75085;44.69241;2.32264;646;20221213;7.5;-.1;3.7;3.3;8.7;3;.08;2000
+75085;44.69241;2.32264;646;20221214;10;5.2;7.6;2.5;10.2;3.4;.32;2800
+75085;44.69241;2.32264;646;20221215;9.5;3.7;6.6;2.3;9.1;14.2;.5;700
+75085;44.69241;2.32264;646;20221216;7.6;3.7;5.6;1.4;7.1;0;.47;4000
+75085;44.69241;2.32264;646;20221217;9.1;-6.6;1.2;1.9;3.3;0;.79;7400
+75085;44.69241;2.32264;646;20221218;9.8;-6.2;1.8;4.8;5.1;0;1.12;6400
+75085;44.69241;2.32264;646;20221219;13.3;7.1;10.2;6.3;9;0;1.48;5100
+75085;44.69241;2.32264;646;20221220;14.3;8.8;11.5;6.1;9.7;1.3;1.64;3800
+75085;44.69241;2.32264;646;20221221;11.6;8.6;10.1;2.1;10.8;1.6;.47;4300
+75085;44.69241;2.32264;646;20221222;11.8;6.7;9.2;4.1;11.6;14.6;.33;1800
+75085;44.69241;2.32264;646;20221223;13.6;10.3;11.9;2.4;12.8;.1;.52;2500
+75085;44.69241;2.32264;646;20221224;14.4;8.3;11.3;2.4;11;0;.61;5800
+75085;44.69241;2.32264;646;20221225;16.2;4.7;10.4;4.2;8.7;0;1.43;6000
+75085;44.69241;2.32264;646;20221226;12;5;8.5;2.6;9.3;.6;.73;2100
+75085;44.69241;2.32264;646;20221227;10.7;4.9;7.8;1.6;8.7;.1;.44;5200
+75085;44.69241;2.32264;646;20221228;13.9;1.3;7.6;3.2;8.3;0;.88;5200
+75085;44.69241;2.32264;646;20221229;10.7;6.3;8.5;2.5;9.1;6.4;.76;1400
+75085;44.69241;2.32264;646;20221230;10.8;5.6;8.2;3.2;9.9;1.2;.59;1200
+75085;44.69241;2.32264;646;20221231;16.6;9.7;13.1;4.6;10.4;0;1.53;6300
+75086;44.71506;2.63628;589;20220101;17;6.3;11.6;.8;6.64;0;.69;5454
+75086;44.71506;2.63628;589;20220102;12.7;2.2;7.5;1;7.31;0;.55;4854
+75086;44.71506;2.63628;589;20220103;12.1;4.2;8.1;2.1;9.36;.1;.52;4250
+75086;44.71506;2.63628;589;20220104;15.5;7.7;11.6;3;8.74;7.5;1.48;4684
+75086;44.71506;2.63628;589;20220105;3.7;.4;2.1;3.1;5.64;0;.75;2693
+75086;44.71506;2.63628;589;20220106;4;-2.1;1;3.3;4.81;0;.62;6500
+75086;44.71506;2.63628;589;20220107;-1.4;-5.7;-3.6;.8;5.34;7.2;.21;2849
+75086;44.71506;2.63628;589;20220108;7.5;-.3;3.6;4.3;8.51;13.4;.14;3872
+75086;44.71506;2.63628;589;20220109;4.7;3;3.9;4.5;7.46;11.4;.43;1400
+75086;44.71506;2.63628;589;20220110;5.9;2.7;4.3;1.6;6.74;.4;.57;2781
+75086;44.71506;2.63628;589;20220111;6.6;-3.9;1.4;2.1;4.41;0;.56;8850
+75086;44.71506;2.63628;589;20220112;6.6;-6.8;-.1;2.1;3.91;0;.66;8200
+75086;44.71506;2.63628;589;20220113;8.3;-7.2;.6;1.8;3.96;0;.69;8350
+75086;44.71506;2.63628;589;20220114;11.9;-6.4;2.8;2;3.66;0;1.07;8400
+75086;44.71506;2.63628;589;20220115;10.8;-5.2;2.8;1.4;4.01;0;.75;8350
+75086;44.71506;2.63628;589;20220116;6.9;-7.6;-.3;1.6;4.21;0;.52;9650
+75086;44.71506;2.63628;589;20220117;9.3;-5.5;1.9;1.9;4.91;0;.67;8700
+75086;44.71506;2.63628;589;20220118;7.6;-3.6;2;1.1;5.14;0;.46;6828
+75086;44.71506;2.63628;589;20220119;1.4;-4.4;-1.5;2.3;5.66;1;.2;2100
+75086;44.71506;2.63628;589;20220120;2;-1.7;.1;2.5;5.61;.1;.54;4534
+75086;44.71506;2.63628;589;20220121;4;-2;1;3.2;4.04;0;1.07;5576
+75086;44.71506;2.63628;589;20220122;6.6;-4.7;1;2.9;4.11;0;.93;7850
+75086;44.71506;2.63628;589;20220123;13.4;-5.9;3.8;2.5;4.86;0;1.24;9300
+75086;44.71506;2.63628;589;20220124;15.5;-2.5;6.5;1.9;4.36;0;1.37;9500
+75086;44.71506;2.63628;589;20220125;11.3;-5.3;3;1.5;4.61;0;.86;9750
+75086;44.71506;2.63628;589;20220126;11.6;-5.4;3.1;1.6;4.76;0;.87;9800
+75086;44.71506;2.63628;589;20220127;10.5;-5.4;2.5;1.3;4.6;0;.8;8788
+75086;44.71506;2.63628;589;20220128;6.6;-6.1;.2;1.4;4.81;0;.59;8388
+75086;44.71506;2.63628;589;20220129;5.7;-4.9;.4;1.1;5.1;0;.52;8808
+75086;44.71506;2.63628;589;20220130;6.3;-3.2;1.6;1.8;6.06;0;.52;6400
+75086;44.71506;2.63628;589;20220131;5.5;-.3;2.6;5.1;6.96;1.2;.42;2450
+75086;44.71506;2.63628;589;20220201;2.3;-.9;.7;4.4;6.21;2.4;.29;2650
+75086;44.71506;2.63628;589;20220202;7.2;2.1;4.7;3.6;8.16;.2;.42;4600
+75086;44.71506;2.63628;589;20220203;13.5;-1.5;6;2;6.71;.1;1.08;7600
+75086;44.71506;2.63628;589;20220204;6.6;3.1;4.9;2.1;8.36;2.2;.41;1950
+75086;44.71506;2.63628;589;20220205;8.9;4.1;6.5;2.8;7.16;.1;.98;8500
+75086;44.71506;2.63628;589;20220206;4.9;-3.6;.6;3.5;6.86;3.8;.2;2500
+75086;44.71506;2.63628;589;20220207;9.2;4.2;6.7;4.7;7.51;.3;1.13;7100
+75086;44.71506;2.63628;589;20220208;15.1;-4.4;5.4;2.1;5.31;0;1.46;11850
+75086;44.71506;2.63628;589;20220209;13.9;-2.6;5.6;2.6;6.11;0;1.44;10950
+75086;44.71506;2.63628;589;20220210;15.7;-.7;7.5;2.3;6.86;.1;1.47;11150
+75086;44.71506;2.63628;589;20220211;10.6;5.1;7.8;2.6;6.71;0;1.36;9450
+75086;44.71506;2.63628;589;20220212;9.6;-2.7;3.4;3;5.13;0;1.31;7333
+75086;44.71506;2.63628;589;20220213;11;3.6;7.3;6.6;7.71;5.5;1.47;9400
+75086;44.71506;2.63628;589;20220214;7.9;6.4;7.2;4.4;8.36;8.8;.95;4650
+75086;44.71506;2.63628;589;20220215;5.7;2.8;4.3;4.5;7.66;8;.58;5100
+75086;44.71506;2.63628;589;20220216;9.8;4.7;7.2;5.1;10.06;10.2;.4;2050
+75086;44.71506;2.63628;589;20220217;11.1;8.6;9.8;4;11.85;2.4;.57;3836
+75086;44.71506;2.63628;589;20220218;15.1;7.7;11.4;2.9;10.58;.4;1.47;8479
+75086;44.71506;2.63628;589;20220219;7.7;2.8;5.3;3.4;6.66;0;1.15;9650
+75086;44.71506;2.63628;589;20220220;6.8;.5;3.7;1.7;7.94;5.8;.57;6961
+75086;44.71506;2.63628;589;20220221;7.8;6.4;7.1;7;8.21;3.4;1.16;5850
+75086;44.71506;2.63628;589;20220222;8.1;3.6;5.8;4;8.11;.4;.86;6500
+75086;44.71506;2.63628;589;20220223;14;2.6;8.3;1.7;7.91;0;1.41;12500
+75086;44.71506;2.63628;589;20220224;13.6;3.3;8.5;3.8;7.96;.3;1.66;9750
+75086;44.71506;2.63628;589;20220225;8.2;2;5.1;4.1;5.86;0;1.57;11948
+75086;44.71506;2.63628;589;20220226;12.2;-2;5.1;3.7;4.06;0;2.32;15850
+75086;44.71506;2.63628;589;20220227;12.6;-.1;6.2;2.6;5.26;0;1.91;14150
+75086;44.71506;2.63628;589;20220228;12.9;-.7;6.1;2;6.54;0;1.71;13448
+75086;44.71506;2.63628;589;20220301;14.3;-5;4.6;2.8;5.86;0;1.86;14050
+75086;44.71506;2.63628;589;20220302;10.1;.7;5.4;2.8;8.01;1.7;.85;5050
+75086;44.71506;2.63628;589;20220303;12.8;6.3;9.5;1.3;9.26;0;1.2;8450
+75086;44.71506;2.63628;589;20220304;11.2;3;7.1;3.3;8.81;.2;1.01;6400
+75086;44.71506;2.63628;589;20220305;9.9;5.2;7.6;2.8;7.91;0;1.34;10200
+75086;44.71506;2.63628;589;20220306;9.5;-2.2;3.7;1.6;4.64;0;1.63;14328
+75086;44.71506;2.63628;589;20220307;10.1;-4.2;3;2.2;4.51;0;1.89;15170
+75086;44.71506;2.63628;589;20220308;11.7;1.3;6.5;3.6;6.58;0;1.94;12960
+75086;44.71506;2.63628;589;20220309;12.1;3.6;7.9;4.1;7.61;0;1.88;13250
+75086;44.71506;2.63628;589;20220310;13;5;9;5.5;8.36;2.4;1.98;11600
+75086;44.71506;2.63628;589;20220311;9.4;7.3;8.3;9.3;8.26;5;1.71;5400
+75086;44.71506;2.63628;589;20220312;7.9;5.4;6.7;8;7.66;0;1.35;4300
+75086;44.71506;2.63628;589;20220313;7.7;5.9;6.8;6.6;6.76;9.9;1.66;2400
+75086;44.71506;2.63628;589;20220314;10.3;-1;4.6;7.1;7.96;.8;.93;6850
+75086;44.71506;2.63628;589;20220315;13.1;9;11;10.8;9.71;.1;2.31;10200
+75086;44.71506;2.63628;589;20220316;15;8.8;11.9;4.8;9.61;0;2.13;7550
+75086;44.71506;2.63628;589;20220317;14;5.3;9.7;1.9;9.26;.1;1.36;7150
+75086;44.71506;2.63628;589;20220318;12.7;5.5;9.1;2.6;8.51;0;1.62;9300
+75086;44.71506;2.63628;589;20220319;15.2;6.1;10.7;3.6;7.16;0;2.78;15600
+75086;44.71506;2.63628;589;20220320;11.4;5;8.2;8.1;7.26;0;2.28;8600
+75086;44.71506;2.63628;589;20220321;11.5;7.5;9.5;9.8;6.81;0;3.17;12550
+75086;44.71506;2.63628;589;20220322;12.6;4.7;8.7;9.6;5.06;0;3.98;18700
+75086;44.71506;2.63628;589;20220323;14.3;4.5;9.4;7;4.21;0;4.31;19200
+75086;44.71506;2.63628;589;20220324;17.3;4.4;10.8;4.6;4.26;0;4.1;17136
+75086;44.71506;2.63628;589;20220325;18;4.3;11.1;3.4;4.21;0;3.77;17350
+75086;44.71506;2.63628;589;20220326;18.7;-.2;9.2;3.7;4.81;0;3.8;19950
+75086;44.71506;2.63628;589;20220327;19.1;1.4;10.2;3.8;5.61;0;3.75;19100
+75086;44.71506;2.63628;589;20220328;18.7;5.6;12.1;5.4;5.31;0;4.48;17500
+75086;44.71506;2.63628;589;20220329;17.3;8.4;12.8;3.3;7.21;2.1;3.1;13300
+75086;44.71506;2.63628;589;20220330;10;7.3;8.6;2.2;9.86;2.7;.97;4950
+75086;44.71506;2.63628;589;20220331;10.3;5.5;7.9;5.1;8.01;2;1.8;10600
+75086;44.71506;2.63628;589;20220401;4.8;-.8;2;5.4;5.34;2.4;1.79;11866
+75086;44.71506;2.63628;589;20220402;3.8;-2;.9;3.7;5.01;0;1.46;9533
+75086;44.71506;2.63628;589;20220403;2.9;-3.1;-.1;3.2;4.99;0;1.31;9167
+75086;44.71506;2.63628;589;20220404;9;-1.7;3.7;1.5;5.04;0;2.33;21066
+75086;44.71506;2.63628;589;20220405;12.9;-4.1;4.4;2.2;6.21;0;2.25;20400
+75086;44.71506;2.63628;589;20220406;9.6;-.9;4.3;3;8.51;4;.76;6850
+75086;44.71506;2.63628;589;20220407;10.9;6.6;8.7;5.9;10.46;17.3;.81;3750
+75086;44.71506;2.63628;589;20220408;14.8;9.2;12;6.3;10.11;2.9;2.36;9400
+75086;44.71506;2.63628;589;20220409;10.5;2.9;6.7;4.3;6.16;.2;2.46;16550
+75086;44.71506;2.63628;589;20220410;17.3;-3.5;6.9;3.6;5.01;0;3.75;24350
+75086;44.71506;2.63628;589;20220411;14.1;6.9;10.5;9.6;8.01;0;3.49;19800
+75086;44.71506;2.63628;589;20220412;15.7;9.2;12.4;8.3;7.31;0;4.15;14700
+75086;44.71506;2.63628;589;20220413;16.5;6.8;11.6;2;7.51;.1;2.4;10600
+75086;44.71506;2.63628;589;20220414;21.8;1.1;11.4;2.3;9.46;0;3.58;23850
+75086;44.71506;2.63628;589;20220415;22.7;4.8;13.7;2.2;10.61;0;3.73;23700
+75086;44.71506;2.63628;589;20220416;22.6;4;13.3;2.6;9.01;0;4.04;24250
+75086;44.71506;2.63628;589;20220417;21.4;.6;11;2.9;7.46;0;4.12;25450
+75086;44.71506;2.63628;589;20220418;17.5;4;10.7;2.8;8.86;0;3.1;20800
+75086;44.71506;2.63628;589;20220419;17.3;4;10.7;2.5;10.01;1.4;2.62;17950
+75086;44.71506;2.63628;589;20220420;13.2;8.5;10.8;1.6;11.01;25.9;1.24;5750
+75086;44.71506;2.63628;589;20220421;13.6;7.7;10.6;1.9;11.26;5.4;1.38;7850
+75086;44.71506;2.63628;589;20220422;18.4;7.1;12.7;2.3;10.86;.8;2.89;18400
+75086;44.71506;2.63628;589;20220423;14.5;10.1;12.3;5.8;9.31;28.9;2.6;7800
+75086;44.71506;2.63628;589;20220424;10.8;4.8;7.8;3.8;10.16;13.5;.69;3050
+75086;44.71506;2.63628;589;20220425;14.4;5.8;10.1;2;9.06;0;2.5;17300
+75086;44.71506;2.63628;589;20220426;19.9;1.1;10.5;1.8;8.46;0;3.72;27150
+75086;44.71506;2.63628;589;20220427;22.8;6.6;14.7;2.3;9.66;0;4.2;24550
+75086;44.71506;2.63628;589;20220428;20.8;9;14.9;2.7;11.51;.5;3.85;23400
+75086;44.71506;2.63628;589;20220429;19.7;9.2;14.4;2.8;12.96;.5;2.24;10200
+75086;44.71506;2.63628;589;20220430;19.4;8.3;13.8;2.4;10.51;0;3.74;23900
+75086;44.71506;2.63628;589;20220501;18;2.6;10.3;2.2;8.16;0;3.57;25100
+75086;44.71506;2.63628;589;20220502;18.5;5.6;12;1.9;8.96;.8;3.41;22100
+75086;44.71506;2.63628;589;20220503;17.8;8.8;13.3;1.4;11.36;8.1;2.11;11050
+75086;44.71506;2.63628;589;20220504;17;6.9;11.9;2;11.36;5.3;2.63;17700
+75086;44.71506;2.63628;589;20220505;17.2;6.5;11.9;2.9;9.66;.3;3.2;20100
+75086;44.71506;2.63628;589;20220506;16.4;5.2;10.8;3;9.66;0;2.43;13500
+75086;44.71506;2.63628;589;20220507;20;5.8;12.9;2.7;9.91;0;4.02;26050
+75086;44.71506;2.63628;589;20220508;21.2;7.5;14.4;2.1;10.11;0;2.89;12800
+75086;44.71506;2.63628;589;20220509;23.6;5.3;14.5;1.8;10.31;0;4.41;27350
+75086;44.71506;2.63628;589;20220510;24.6;8.2;16.4;2.4;11.06;0;4.73;26700
+75086;44.71506;2.63628;589;20220511;26.1;10.2;18.2;3.9;11.21;0;5.81;28350
+75086;44.71506;2.63628;589;20220512;24.7;9.6;17.2;2.7;12.21;0;4.21;20700
+75086;44.71506;2.63628;589;20220513;23.4;10.9;17.1;1.9;12.56;.3;4.37;25250
+75086;44.71506;2.63628;589;20220514;27.2;9.2;18.2;1.9;13.71;0;4.86;26700
+75086;44.71506;2.63628;589;20220515;25.5;14.2;19.8;5;11.91;.3;6.17;26900
+75086;44.71506;2.63628;589;20220516;26.1;10.4;18.2;2.2;11.96;0;5.07;27150
+75086;44.71506;2.63628;589;20220517;28.7;9.2;19;1.8;13.16;0;5.3;28400
+75086;44.71506;2.63628;589;20220518;30.1;12.5;21.3;2.4;14.61;.2;5.62;26600
+75086;44.71506;2.63628;589;20220519;27.2;15.2;21.2;4.9;12.86;.1;6.13;23650
+75086;44.71506;2.63628;589;20220520;28.1;17.9;23;5.3;12.26;0;7.09;25450
+75086;44.71506;2.63628;589;20220521;32.6;12.8;22.7;1.9;14.81;0;4.26;14700
+75086;44.71506;2.63628;589;20220522;31.9;15.4;23.7;2.1;16.36;4;4.94;19950
+75086;44.71506;2.63628;589;20220523;17.7;15;16.3;3.3;14.91;8.6;1.94;7450
+75086;44.71506;2.63628;589;20220524;16.3;9.5;12.9;3.2;11.26;0;2.37;11150
+75086;44.71506;2.63628;589;20220525;17.7;6.1;11.9;3.3;10.26;0;3.53;23400
+75086;44.71506;2.63628;589;20220526;18.7;6.9;12.8;3.1;10.96;0;2.76;13550
+75086;44.71506;2.63628;589;20220527;24.4;6.6;15.5;2.6;12.36;0;3.53;16100
+75086;44.71506;2.63628;589;20220528;23.7;7.2;15.5;2.3;10.66;0;3.63;15800
+75086;44.71506;2.63628;589;20220529;21.4;4.3;12.9;1.7;7.96;0;4.68;30300
+75086;44.71506;2.63628;589;20220530;22.2;5.4;13.8;2;8.26;.4;4.68;28000
+75086;44.71506;2.63628;589;20220531;22.2;9.8;16;2;11.11;1.4;3.8;19700
+75086;44.71506;2.63628;589;20220601;29.1;9.2;19.2;2.2;12.66;1.3;5.5;27500
+75086;44.71506;2.63628;589;20220602;28.9;14.7;21.8;2.9;14.31;1.4;4.2;12100
+75086;44.71506;2.63628;589;20220603;29.8;14.4;22.1;3.1;14.06;7;4.66;13650
+75086;44.71506;2.63628;589;20220604;28.2;13.3;20.7;3;16.96;30.7;5.27;26250
+75086;44.71506;2.63628;589;20220605;21.6;13.8;17.7;2.6;15.96;.5;3.27;17700
+75086;44.71506;2.63628;589;20220606;24.9;9.2;17.1;1.8;14.51;.1;4.43;25750
+75086;44.71506;2.63628;589;20220607;20.9;13;17;2.4;13.86;.4;3.7;20250
+75086;44.71506;2.63628;589;20220608;16;11.2;13.6;2.6;13.41;8.5;1.16;3250
+75086;44.71506;2.63628;589;20220609;18.2;10.4;14.3;2.8;12.41;.1;3.32;18871
+75086;44.71506;2.63628;589;20220610;25.2;7.4;16.3;2.2;12.61;.1;5.2;31200
+75086;44.71506;2.63628;589;20220611;29.3;8.7;19;1.8;12.41;0;5.82;31350
+75086;44.71506;2.63628;589;20220612;28.3;12.8;20.5;1.8;15.41;.1;4.96;25050
+75086;44.71506;2.63628;589;20220613;28;15.2;21.6;2;17.26;0;5.6;29450
+75086;44.71506;2.63628;589;20220614;31.8;13.9;22.8;2.3;15.51;.4;6.21;28650
+75086;44.71506;2.63628;589;20220615;31.1;17.4;24.3;2.9;17.11;0;6.11;26150
+75086;44.71506;2.63628;589;20220616;32.4;15;23.7;1.4;18.46;0;5.63;27300
+75086;44.71506;2.63628;589;20220617;34.3;14.8;24.6;1.9;15.76;0;6.46;29100
+75086;44.71506;2.63628;589;20220618;34.3;18.8;26.5;4.6;13.56;0;8.64;29850
+75086;44.71506;2.63628;589;20220619;31;22.6;26.8;8.8;13.66;0;9.66;24850
+75086;44.71506;2.63628;589;20220620;28.7;17.7;23.2;4.4;14.91;0;5.91;20550
+75086;44.71506;2.63628;589;20220621;28.3;17.1;22.7;2.3;18.06;.7;3.8;14550
+75086;44.71506;2.63628;589;20220622;25.7;17;21.3;3.1;17.46;6.4;4.63;21773
+75086;44.71506;2.63628;589;20220623;23.8;14.3;19.1;2.5;16.41;18.4;3.16;14100
+75086;44.71506;2.63628;589;20220624;21.5;14;17.8;2.2;14.91;4.2;3.37;17300
+75086;44.71506;2.63628;589;20220625;25.9;11.1;18.5;3.3;14.86;13.7;4.37;20700
+75086;44.71506;2.63628;589;20220626;19.7;14.1;16.9;2.3;16.51;11.4;1.7;6950
+75086;44.71506;2.63628;589;20220627;18.3;13.6;16;2.8;15.11;1.3;1.92;8550
+75086;44.71506;2.63628;589;20220628;23;10.3;16.7;2.8;12.76;.1;5.1;30400
+75086;44.71506;2.63628;589;20220629;26.2;9.1;17.7;1.9;13.21;.7;5.32;30550
+75086;44.71506;2.63628;589;20220630;16;13.3;14.6;2.7;14.56;1.5;1.47;6450
+75086;44.71506;2.63628;589;20220701;20.8;9;14.9;2.5;11.96;0;4.76;31100
+75086;44.71506;2.63628;589;20220702;28.8;7.3;18.1;1.5;11.56;0;5.53;30600
+75086;44.71506;2.63628;589;20220703;28;12.7;20.3;1.9;15.41;1.1;5.24;27300
+75086;44.71506;2.63628;589;20220704;25.4;14.9;20.1;2.2;17.76;1.2;4.02;20650
+75086;44.71506;2.63628;589;20220705;26.4;13.5;20;2.2;15.91;.1;5.42;30050
+75086;44.71506;2.63628;589;20220706;26;9.6;17.8;2;12.51;0;5.3;29600
+75086;44.71506;2.63628;589;20220707;25.4;11.3;18.3;3.7;12.56;0;5.82;30150
+75086;44.71506;2.63628;589;20220708;28.1;12.1;20.1;3.5;12.76;0;6.39;30900
+75086;44.71506;2.63628;589;20220709;29.8;9.4;19.6;2.1;12.26;0;6;30650
+75086;44.71506;2.63628;589;20220710;29.7;9.9;19.8;1.8;12.96;0;5.74;30300
+75086;44.71506;2.63628;589;20220711;32.2;14.3;23.2;2.3;13.16;0;6.56;30400
+75086;44.71506;2.63628;589;20220712;31.7;15.6;23.7;2.1;14.01;0;6.45;30250
+75086;44.71506;2.63628;589;20220713;32.8;14.2;23.5;2;12.51;0;6.47;29850
+75086;44.71506;2.63628;589;20220714;33.7;15.7;24.7;2.4;14.41;0;6.82;29800
+75086;44.71506;2.63628;589;20220715;32.5;14.3;23.4;2;14.26;0;6.27;29250
+75086;44.71506;2.63628;589;20220716;33.6;14;23.8;2;13.41;0;6.47;29500
+75086;44.71506;2.63628;589;20220717;35;14.8;24.9;2.8;11.46;0;7.39;29750
+75086;44.71506;2.63628;589;20220718;36.1;18.4;27.3;3.6;14.06;.2;8.08;28800
+75086;44.71506;2.63628;589;20220719;34.8;22.8;28.8;5.4;11.86;.2;9.53;27750
+75086;44.71506;2.63628;589;20220720;26.3;17.8;22;2.3;15.11;.5;4.21;17300
+75086;44.71506;2.63628;589;20220721;31.4;11.4;21.4;1.4;14.06;0;5.57;29100
+75086;44.71506;2.63628;589;20220722;31.8;15.3;23.5;3.4;15.06;.4;6.14;23600
+75086;44.71506;2.63628;589;20220723;27.6;15;21.3;2.9;14.91;0;5.66;27800
+75086;44.71506;2.63628;589;20220724;35;13.4;24.2;1.8;12.96;0;6.35;29150
+75086;44.71506;2.63628;589;20220725;25.1;17.2;21.2;3.3;15.26;0;4.49;18950
+75086;44.71506;2.63628;589;20220726;24.9;15.3;20.1;4;13.26;0;5.75;28300
+75086;44.71506;2.63628;589;20220727;26.7;9.7;18.2;2.3;11.76;0;5.38;29100
+75086;44.71506;2.63628;589;20220728;28.5;11;19.8;2.1;12.46;0;5.02;24250
+75086;44.71506;2.63628;589;20220729;25.3;14.9;20.1;1.9;14.96;0;3.81;17900
+75086;44.71506;2.63628;589;20220730;28.8;14.9;21.8;2.4;15.01;0;5.42;26100
+75086;44.71506;2.63628;589;20220731;31;12.7;21.9;1.9;13.96;0;5.66;27750
+75086;44.71506;2.63628;589;20220801;32.5;13.7;23.1;2.2;13.76;0;6.07;27800
+75086;44.71506;2.63628;589;20220802;33.1;12.5;22.8;2;13.21;.2;6.05;28050
+75086;44.71506;2.63628;589;20220803;35.4;18.6;27;2.7;12.46;0;7.14;27750
+75086;44.71506;2.63628;589;20220804;35.6;18.6;27.1;2.6;13.21;0;6.91;26350
+75086;44.71506;2.63628;589;20220805;29.8;18.8;24.3;2.5;18.01;10.9;5.19;22700
+75086;44.71506;2.63628;589;20220806;31.5;16.5;24;2;16.31;0;5.63;26400
+75086;44.71506;2.63628;589;20220807;31.6;13.9;22.7;1.9;12.01;0;5.78;27650
+75086;44.71506;2.63628;589;20220808;32.5;11.8;22.2;1.8;10.41;0;5.79;27600
+75086;44.71506;2.63628;589;20220809;33.6;14.6;24.1;1.8;9.66;0;5.88;26050
+75086;44.71506;2.63628;589;20220810;34.7;16.3;25.5;2.3;10.06;0;6.51;26900
+75086;44.71506;2.63628;589;20220811;35.4;17.3;26.3;2.9;12.86;0;6.81;25300
+75086;44.71506;2.63628;589;20220812;35.8;17.5;26.6;2.5;14.16;0;6.37;24300
+75086;44.71506;2.63628;589;20220813;35.1;16.3;25.7;2.1;13.86;7.4;5.93;24500
+75086;44.71506;2.63628;589;20220814;24.2;18.7;21.5;2.9;17.91;7.9;3.75;17300
+75086;44.71506;2.63628;589;20220815;25.5;13.6;19.6;1.7;14.81;0;3.7;18950
+75086;44.71506;2.63628;589;20220816;31.3;12.8;22.1;3.1;14.66;21;4.79;16300
+75086;44.71506;2.63628;589;20220817;23.1;13.3;18.2;2.1;16.21;0;2.63;12750
+75086;44.71506;2.63628;589;20220818;22.2;12.5;17.3;3;15.21;13.1;2.91;14600
+75086;44.71506;2.63628;589;20220819;22.5;15;18.8;4.1;15.86;.1;3.37;15650
+75086;44.71506;2.63628;589;20220820;26.8;14.9;20.8;2.4;16.11;.1;4.38;22300
+75086;44.71506;2.63628;589;20220821;25.5;11.3;18.4;2.4;14.96;.1;3.7;18950
+75086;44.71506;2.63628;589;20220822;23.4;15.5;19.5;2.9;16.71;.1;3.07;14600
+75086;44.71506;2.63628;589;20220823;29;15;22;1.8;17.01;.1;4.31;21550
+75086;44.71506;2.63628;589;20220824;33;14.3;23.7;1.9;14.66;0;5.2;24000
+75086;44.71506;2.63628;589;20220825;28.9;15.4;22.1;3;15.96;.5;4.84;21750
+75086;44.71506;2.63628;589;20220826;28.5;14.8;21.7;2.4;16.46;.9;4.65;23200
+75086;44.71506;2.63628;589;20220827;28;12;20;1.8;14.11;.1;4.27;22950
+75086;44.71506;2.63628;589;20220828;30.1;11.8;21;2.3;12.61;0;4.96;23800
+75086;44.71506;2.63628;589;20220829;32.3;14.3;23.3;2.5;13.41;.9;4.75;16900
+75086;44.71506;2.63628;589;20220830;29.1;14;21.6;2;15.51;.1;4.04;18900
+75086;44.71506;2.63628;589;20220831;29.6;11.7;20.7;2.3;13.86;.2;4.32;19700
+75086;44.71506;2.63628;589;20220901;27.3;13;20.1;1.6;15.26;0;3.7;19750
+75086;44.71506;2.63628;589;20220902;24.4;13.8;19.1;1.9;16.01;4.3;2.81;13750
+75086;44.71506;2.63628;589;20220903;24.6;15.4;20;1.5;16.16;0;3.04;16000
+75086;44.71506;2.63628;589;20220904;29.7;14.3;22;3.6;16.01;0;5;21700
+75086;44.71506;2.63628;589;20220905;29.9;18.8;24.4;4.7;17.96;1.7;5.38;20350
+75086;44.71506;2.63628;589;20220906;28.3;16.5;22.4;3;18.36;1.5;3.65;14950
+75086;44.71506;2.63628;589;20220907;25.9;13.8;19.8;2.4;16.41;2.8;2.81;11600
+75086;44.71506;2.63628;589;20220908;22.7;9.1;15.9;1.7;13.21;1;2.58;14500
+75086;44.71506;2.63628;589;20220909;21.2;11.2;16.2;2.2;13.56;0;2.47;13000
+75086;44.71506;2.63628;589;20220910;22.2;9.5;15.9;1.8;11.96;.1;3.14;19550
+75086;44.71506;2.63628;589;20220911;29.2;7.6;18.4;2;10.36;0;4.21;21400
+75086;44.71506;2.63628;589;20220912;33.9;13.8;23.9;3.9;13.81;0;6.03;20150
+75086;44.71506;2.63628;589;20220913;28.5;19.2;23.9;4.8;19.56;0;4.03;13000
+75086;44.71506;2.63628;589;20220914;27.2;18.4;22.8;3.4;17.41;8.2;3.87;15500
+75086;44.71506;2.63628;589;20220915;26.1;12.8;19.5;1.9;15.16;.1;3.23;17100
+75086;44.71506;2.63628;589;20220916;22.7;14.1;18.4;3.7;13.51;0;3.38;14900
+75086;44.71506;2.63628;589;20220917;18.6;5.4;12;2.5;8.26;0;3.1;20900
+75086;44.71506;2.63628;589;20220918;23.6;.3;11.9;1.5;6.51;0;3.16;20450
+75086;44.71506;2.63628;589;20220919;23.4;2.3;12.9;1.6;7.21;0;3.19;20250
+75086;44.71506;2.63628;589;20220920;23;2.3;12.6;1.6;7.31;0;3.09;20050
+75086;44.71506;2.63628;589;20220921;23.2;3.3;13.3;1.8;7.76;0;3.16;19500
+75086;44.71506;2.63628;589;20220922;23.8;7.5;15.6;2.4;9.71;0;3.44;19150
+75086;44.71506;2.63628;589;20220923;23;7.4;15.2;2.6;11.31;19.7;2.72;12650
+75086;44.71506;2.63628;589;20220924;17.1;10.6;13.9;1.6;12.86;5.7;1.5;8350
+75086;44.71506;2.63628;589;20220925;16.5;8.9;12.7;2.1;11.66;1;1.71;10450
+75086;44.71506;2.63628;589;20220926;16.2;7.6;11.9;2.8;10.91;2.9;1.74;9600
+75086;44.71506;2.63628;589;20220927;13;9.1;11.1;5.1;11.61;7.7;1.23;7200
+75086;44.71506;2.63628;589;20220928;16.2;10.8;13.5;6.1;13.51;18;1.5;8300
+75086;44.71506;2.63628;589;20220929;13.2;8.8;11;2.9;11.21;2.2;1.19;6700
+75086;44.71506;2.63628;589;20220930;15.4;6.2;10.8;2.5;9.51;.6;2;15150
+75086;44.71506;2.63628;589;20221001;15.2;5.2;10.2;2.5;12.31;5.8;.69;3000
+75086;44.71506;2.63628;589;20221002;19.7;13.3;16.5;2.2;14.81;.1;1.88;10600
+75086;44.71506;2.63628;589;20221003;20.8;6.7;13.7;1.6;11.76;0;2.19;16300
+75086;44.71506;2.63628;589;20221004;22.5;5.1;13.8;1.6;11.06;.1;2.37;17000
+75086;44.71506;2.63628;589;20221005;21.9;7.8;14.8;3.2;12.31;.1;2.64;16700
+75086;44.71506;2.63628;589;20221006;21.8;11.2;16.5;1.8;13.66;0;2.05;12250
+75086;44.71506;2.63628;589;20221007;21.8;10.2;16;2.1;13.16;.3;2.26;14550
+75086;44.71506;2.63628;589;20221008;21.1;10.6;15.9;1.6;13.56;.6;1.82;11250
+75086;44.71506;2.63628;589;20221009;22;7.5;14.7;3;11.86;.1;2.5;15200
+75086;44.71506;2.63628;589;20221010;22.9;10.8;16.9;2.6;12.91;0;2.52;14200
+75086;44.71506;2.63628;589;20221011;22.1;8.7;15.4;1.4;12.96;0;1.8;11900
+75086;44.71506;2.63628;589;20221012;20.7;11.9;16.3;1.6;13.66;1.1;1.63;8700
+75086;44.71506;2.63628;589;20221013;16.8;8.3;12.6;1.4;13.16;8.4;.95;5150
+75086;44.71506;2.63628;589;20221014;16.4;12.7;14.5;3;15.31;2.7;.85;3550
+75086;44.71506;2.63628;589;20221015;23.1;10.6;16.9;2.4;13.96;0;2.22;13900
+75086;44.71506;2.63628;589;20221016;22.7;14.4;18.5;6.7;14.91;0;3.13;13200
+75086;44.71506;2.63628;589;20221017;21.1;17;19;7.2;15.46;0;2.81;6750
+75086;44.71506;2.63628;589;20221018;23.3;15;19.1;4.2;15.41;0;2.71;13350
+75086;44.71506;2.63628;589;20221019;22.4;12.3;17.4;4.1;14.21;11.8;2.26;8000
+75086;44.71506;2.63628;589;20221020;20.7;15.9;18.3;5.3;16.91;3.5;1.77;5200
+75086;44.71506;2.63628;589;20221021;22.1;16.1;19.1;3;15.26;.5;2.09;8000
+75086;44.71506;2.63628;589;20221022;22.5;9.6;16;3;12.66;0;2.21;12400
+75086;44.71506;2.63628;589;20221023;22;15.2;18.6;5.8;14.36;0;2.63;3150
+75086;44.71506;2.63628;589;20221024;20.4;11;15.7;1.7;12.81;.1;1.59;11500
+75086;44.71506;2.63628;589;20221025;21.3;8.3;14.8;3.5;11.61;0;2.04;6850
+75086;44.71506;2.63628;589;20221026;22.2;9.6;15.9;2.5;12.91;0;1.83;8900
+75086;44.71506;2.63628;589;20221027;24.4;11.5;18;3.9;13.81;0;2.53;9100
+75086;44.71506;2.63628;589;20221028;25;16.2;20.6;4.2;11.96;0;3.45;8300
+75086;44.71506;2.63628;589;20221029;23.4;14.5;19;6.2;8.26;0;4.7;9500
+75086;44.71506;2.63628;589;20221030;21.8;13.7;17.8;4.4;11.76;0;2.76;10450
+75086;44.71506;2.63628;589;20221031;21.4;13.7;17.5;5.2;13.81;4.5;2.44;9550
+75086;44.71506;2.63628;589;20221101;16.4;11.8;14.1;2;12.56;.1;1.15;7450
+75086;44.71506;2.63628;589;20221102;17.5;4.7;11.1;1.6;9.61;.1;1.2;10500
+75086;44.71506;2.63628;589;20221103;15.5;7.1;11.3;4.9;10.76;6.3;1.31;2750
+75086;44.71506;2.63628;589;20221104;8.5;7;7.7;5.8;9.51;10;.67;3100
+75086;44.71506;2.63628;589;20221105;10.4;1.2;5.8;2.7;7.41;.1;.9;10150
+75086;44.71506;2.63628;589;20221106;16.4;0;8.2;2.3;6.61;0;1.47;9350
+75086;44.71506;2.63628;589;20221107;17.7;4.1;10.9;3.6;9.11;0;1.68;10450
+75086;44.71506;2.63628;589;20221108;17.6;10.9;14.2;5.4;11.96;2.1;1.8;7650
+75086;44.71506;2.63628;589;20221109;15.1;11;13;2.8;12.91;3.4;.85;3150
+75086;44.71506;2.63628;589;20221110;14.5;7.6;11;1.6;10.41;0;.85;8800
+75086;44.71506;2.63628;589;20221111;18.6;4.7;11.7;4.6;10.91;0;1.55;9700
+75086;44.71506;2.63628;589;20221112;20.9;9.8;15.3;4.1;10.26;0;2.31;8900
+75086;44.71506;2.63628;589;20221113;20.9;6.5;13.7;2.6;9.36;0;1.8;8050
+75086;44.71506;2.63628;589;20221114;14.5;10.9;12.7;4;11.71;7.2;1.15;3300
+75086;44.71506;2.63628;589;20221115;15.9;9.9;12.9;3.3;12.26;9.8;1.01;4750
+75086;44.71506;2.63628;589;20221116;14.3;7.3;10.8;2.3;10.56;1.1;.83;6950
+75086;44.71506;2.63628;589;20221117;14.1;9.3;11.7;3.7;11.11;9.7;1.04;4450
+75086;44.71506;2.63628;589;20221118;9.6;6.3;7.9;3.2;9.26;2.2;.63;5300
+75086;44.71506;2.63628;589;20221119;9.1;3.7;6.4;3.1;8.26;.2;.59;6850
+75086;44.71506;2.63628;589;20221120;7.8;1.3;4.6;2.1;7.66;1.3;.47;4800
+75086;44.71506;2.63628;589;20221121;8.5;3.3;5.9;3.5;8.41;10.1;.57;1200
+75086;44.71506;2.63628;589;20221122;6.9;3.9;5.4;4.9;8.11;10.8;.52;3500
+75086;44.71506;2.63628;589;20221123;11.9;5.3;8.6;3.5;9.46;7.5;.79;2950
+75086;44.71506;2.63628;589;20221124;11.1;5.1;8.1;2;9.61;.3;.51;4950
+75086;44.71506;2.63628;589;20221125;9;5.8;7.4;2.3;9.36;8.2;.5;2150
+75086;44.71506;2.63628;589;20221126;9.1;2.1;5.6;1.8;7.51;0;.53;5300
+75086;44.71506;2.63628;589;20221127;12.9;.3;6.6;3.3;6.11;4.2;1.29;6650
+75086;44.71506;2.63628;589;20221128;8.6;5.9;7.2;2.8;9.11;6.9;.51;3100
+75086;44.71506;2.63628;589;20221129;7.4;3.5;5.5;2.9;7.71;.1;.53;4250
+75086;44.71506;2.63628;589;20221130;7.5;-1.5;3;1.1;6.26;0;.32;7050
+75086;44.71506;2.63628;589;20221201;7.3;-3.4;1.9;1.8;5.96;0;.48;4400
+75086;44.71506;2.63628;589;20221202;3.6;1.3;2.4;1.7;5.86;.4;.54;1700
+75086;44.71506;2.63628;589;20221203;4.2;1.3;2.8;1.1;6.71;5.2;.41;1250
+75086;44.71506;2.63628;589;20221204;5.3;2.1;3.7;1.5;7.16;6.1;.4;2600
+75086;44.71506;2.63628;589;20221205;8.4;-3.6;2.4;2.5;5.51;0;.56;8350
+75086;44.71506;2.63628;589;20221206;10.4;-4.8;2.8;1.6;4.66;0;.72;6600
+75086;44.71506;2.63628;589;20221207;8.4;-4.8;1.8;1.6;4.66;0;.51;7450
+75086;44.71506;2.63628;589;20221208;8.5;-4.3;2.1;2.5;5.81;2.9;.67;3100
+75086;44.71506;2.63628;589;20221209;8.6;4.8;6.7;1.6;9.16;1.7;.38;2100
+75086;44.71506;2.63628;589;20221210;1.8;.9;1.3;3;6.01;0;.39;1900
+75086;44.71506;2.63628;589;20221211;5.7;-9.5;-1.9;1.4;3.5;0;.49;6064
+75086;44.71506;2.63628;589;20221212;3.7;-5.8;-1;2.4;4.3;17.5;.61;3549
+75086;44.71506;2.63628;589;20221213;8.5;.3;4.4;3.7;9.36;2.4;.04;2850
+75086;44.71506;2.63628;589;20221214;11;6.7;8.8;2.6;10.31;3;.45;3400
+75086;44.71506;2.63628;589;20221215;9.4;4.1;6.8;2.8;9.51;14.6;.41;750
+75086;44.71506;2.63628;589;20221216;8.9;4.9;6.9;1.5;7.71;0;.47;4750
+75086;44.71506;2.63628;589;20221217;7.2;-5.6;.8;1.8;3.96;0;.6;6800
+75086;44.71506;2.63628;589;20221218;10.1;-5.9;2.1;4.9;5.56;0;1;6650
+75086;44.71506;2.63628;589;20221219;13.7;7.4;10.5;8.3;9.51;0;1.51;5650
+75086;44.71506;2.63628;589;20221220;13.6;9.7;11.7;7.2;10.01;.9;1.65;3100
+75086;44.71506;2.63628;589;20221221;12.8;9.1;11;2.2;10.86;1.6;.55;5000
+75086;44.71506;2.63628;589;20221222;12.1;6.1;9.1;5;11.86;11.5;.17;1900
+75086;44.71506;2.63628;589;20221223;13.9;10.6;12.2;3.4;12.96;0;.56;2650
+75086;44.71506;2.63628;589;20221224;15.3;8.2;11.8;2.2;10.91;0;.65;5950
+75086;44.71506;2.63628;589;20221225;16.3;4.7;10.5;3.8;8.96;0;1.3;5900
+75086;44.71506;2.63628;589;20221226;13.3;4.9;9.1;2.3;9.81;.8;.66;3000
+75086;44.71506;2.63628;589;20221227;11.3;5.7;8.5;1.4;9.21;.1;.44;4550
+75086;44.71506;2.63628;589;20221228;14.6;.9;7.8;3.1;8.31;0;.89;5850
+75086;44.71506;2.63628;589;20221229;11.7;5.6;8.6;3;9.31;5.7;.77;1900
+75086;44.71506;2.63628;589;20221230;12.2;5.5;8.9;3.1;10.01;.9;.67;1550
+75086;44.71506;2.63628;589;20221231;16.3;8.5;12.4;4.5;10.46;0;1.34;6350
+75087;44.73677;2.95014;986;20220101;17.5;1.6;9.6;2.5;5.25;0;1.56;6700
+75087;44.73677;2.95014;986;20220102;13.3;1.7;7.5;2.9;6.15;0;1.23;5080
+75087;44.73677;2.95014;986;20220103;8.9;2.7;5.8;2.9;7.92;0;.54;3798
+75087;44.73677;2.95014;986;20220104;12.7;4.9;8.8;4.8;7.35;6.7;1.46;4707
+75087;44.73677;2.95014;986;20220105;-1;-1.3;-1.1;5.8;4.42;0;.63;1874
+75087;44.73677;2.95014;986;20220106;-.4;-2.7;-1.5;5;3.98;0;.68;3310
+75087;44.73677;2.95014;986;20220107;.6;-6.2;-2.8;3.7;4.65;4.9;.25;4377
+75087;44.73677;2.95014;986;20220108;3.7;0;1.8;6;6.42;10.8;.33;3412
+75087;44.73677;2.95014;986;20220109;1.4;-.1;.7;5.4;5.78;7.4;.39;2227
+75087;44.73677;2.95014;986;20220110;1.2;.2;.7;3.7;5.28;.5;.55;2096
+75087;44.73677;2.95014;986;20220111;1.2;-5.7;-2.3;5.1;3.98;0;.61;5597
+75087;44.73677;2.95014;986;20220112;-.4;-5.9;-3.1;4.5;3.52;0;.7;5430
+75087;44.73677;2.95014;986;20220113;5;-8.4;-1.7;2.6;3.25;0;.8;7218
+75087;44.73677;2.95014;986;20220114;9.6;-6.8;1.4;2.5;3.02;0;1.13;7573
+75087;44.73677;2.95014;986;20220115;8.7;-4.8;1.9;2.1;3.08;0;1.05;7183
+75087;44.73677;2.95014;986;20220116;6;-7.1;-.5;2.9;3.18;0;.97;7100
+75087;44.73677;2.95014;986;20220117;3.1;-2.7;.2;4.3;5.55;0;.44;4041
+75087;44.73677;2.95014;986;20220118;4.7;-2.6;1;3.3;5.05;0;.7;5458
+75087;44.73677;2.95014;986;20220119;1.5;-3.7;-1.1;3.2;4.95;.6;.38;5070
+75087;44.73677;2.95014;986;20220120;1;-1.8;-.4;4.9;4.88;.3;.57;3101
+75087;44.73677;2.95014;986;20220121;-2.3;-4;-3.1;7.5;3.82;0;.65;2595
+75087;44.73677;2.95014;986;20220122;-1.6;-5.1;-3.3;5.3;4.15;0;.43;3763
+75087;44.73677;2.95014;986;20220123;7.8;-4.6;1.6;2.4;4.58;0;.87;8082
+75087;44.73677;2.95014;986;20220124;11.9;-4.8;3.6;2.4;3.81;0;1.26;8963
+75087;44.73677;2.95014;986;20220125;11.8;-6.1;2.9;2.6;3.76;0;1.32;8925
+75087;44.73677;2.95014;986;20220126;10;-4;3;2.6;3.58;0;1.31;8198
+75087;44.73677;2.95014;986;20220127;9.7;-5.1;2.3;2.8;3.08;0;1.4;8345
+75087;44.73677;2.95014;986;20220128;5.1;-3.2;1;3.5;4.95;0;.85;6128
+75087;44.73677;2.95014;986;20220129;8.2;-3.5;2.3;3.3;4.85;0;1.1;7394
+75087;44.73677;2.95014;986;20220130;4.7;.5;2.6;3.7;6.18;0;.63;4789
+75087;44.73677;2.95014;986;20220131;4;-2.7;.7;6.5;5.45;1.2;.64;6256
+75087;44.73677;2.95014;986;20220201;1.9;-3.4;-.8;7.7;5.05;1.1;.51;4900
+75087;44.73677;2.95014;986;20220202;7.8;1.7;4.7;4.7;6.75;.1;.92;7263
+75087;44.73677;2.95014;986;20220203;15.6;-3.1;6.2;2.8;4.42;0;1.88;9467
+75087;44.73677;2.95014;986;20220204;4.6;-1.6;1.5;2.8;6.48;1.5;.4;5213
+75087;44.73677;2.95014;986;20220205;4.9;1;3;3.1;5.12;.1;.98;6391
+75087;44.73677;2.95014;986;20220206;2.9;-5.1;-1.1;4.3;5.75;3.8;.24;6453
+75087;44.73677;2.95014;986;20220207;5;2.5;3.8;5.7;5.95;.5;1.05;5748
+75087;44.73677;2.95014;986;20220208;10.6;-3.4;3.6;2.6;4.38;0;1.41;10336
+75087;44.73677;2.95014;986;20220209;11.8;-2.6;4.6;2.8;5.08;0;1.38;10276
+75087;44.73677;2.95014;986;20220210;4.9;-2.5;1.2;2.2;6.81;.1;1.43;11466
+75087;44.73677;2.95014;986;20220211;8.3;3.2;5.7;3.1;6.41;0;1.53;8933
+75087;44.73677;2.95014;986;20220212;7.8;-3.4;2.2;5.1;5.63;0;1.44;5500
+75087;44.73677;2.95014;986;20220213;7;2.3;4.7;6.3;8.02;7.6;1.06;5150
+75087;44.73677;2.95014;986;20220214;5.6;4.4;5;4.7;8.15;8;1;4300
+75087;44.73677;2.95014;986;20220215;3.4;.2;1.8;5;7.31;6;.63;5200
+75087;44.73677;2.95014;986;20220216;8.3;1.3;4.8;4.9;8.05;7.7;.61;6570
+75087;44.73677;2.95014;986;20220217;10.3;6.4;8.3;4.1;9.42;2.7;.88;5976
+75087;44.73677;2.95014;986;20220218;14.1;3.3;8.7;4.4;8.38;.7;1.59;10672
+75087;44.73677;2.95014;986;20220219;4.8;0;2.4;3.9;4.98;0;1.16;8467
+75087;44.73677;2.95014;986;20220220;6.5;-1.3;2.6;4.5;6.58;5.1;.72;8360
+75087;44.73677;2.95014;986;20220221;4.5;4.1;4.3;7.4;6.32;3.6;1.13;3906
+75087;44.73677;2.95014;986;20220222;6.7;-.4;3.1;4.6;6.28;.1;.99;9038
+75087;44.73677;2.95014;986;20220223;10.6;1.9;6.3;3.4;6.85;0;1.43;9729
+75087;44.73677;2.95014;986;20220224;10.2;1.7;6;4.9;6.62;.4;1.58;8837
+75087;44.73677;2.95014;986;20220225;4;-1;1.5;4.9;4.82;0;1.19;9202
+75087;44.73677;2.95014;986;20220226;7.5;-2.7;2.4;4.3;3.82;0;1.85;12080
+75087;44.73677;2.95014;986;20220227;9.7;-4.5;2.6;3.1;4.58;0;1.6;12571
+75087;44.73677;2.95014;986;20220228;10.3;-3;3.7;2.5;5.32;0;1.5;12441
+75087;44.73677;2.95014;986;20220301;11.3;-3.3;4;2.5;4.92;0;1.6;12857
+75087;44.73677;2.95014;986;20220302;8.4;-.8;3.8;2.6;6.68;.6;.92;8721
+75087;44.73677;2.95014;986;20220303;10.7;3.2;7;1.7;7.82;0;1.16;8673
+75087;44.73677;2.95014;986;20220304;7.1;3.4;5.2;2.9;7.12;.1;.97;5655
+75087;44.73677;2.95014;986;20220305;7.9;-1.8;3.1;2.9;4.52;0;1.61;12432
+75087;44.73677;2.95014;986;20220306;5.1;-6.7;-.8;2.6;3.25;0;1.45;13693
+75087;44.73677;2.95014;986;20220307;7.4;-7.8;-.2;2.6;3.45;0;1.59;15046
+75087;44.73677;2.95014;986;20220308;8.5;-4.9;1.8;4.3;5.48;0;1.39;13345
+75087;44.73677;2.95014;986;20220309;7.6;-.3;3.7;4.1;6.38;0;1.16;9414
+75087;44.73677;2.95014;986;20220310;7.7;.1;3.9;5.7;7.02;3;1;7648
+75087;44.73677;2.95014;986;20220311;5.2;3;4.1;8.6;7.18;3.2;.7;3122
+75087;44.73677;2.95014;986;20220312;3.9;1.9;2.9;8.2;6.35;0;.75;3536
+75087;44.73677;2.95014;986;20220313;3.5;2.4;3;6.9;5.88;16.3;.97;2685
+75087;44.73677;2.95014;986;20220314;6;-4.3;.8;6.1;7.02;1.4;.37;10680
+75087;44.73677;2.95014;986;20220315;8.4;5.6;7;10.6;8.58;.1;.98;6022
+75087;44.73677;2.95014;986;20220316;12.4;4.1;8.3;4.6;8.75;0;1.51;8778
+75087;44.73677;2.95014;986;20220317;7.5;4.8;6.1;4;8.52;.9;.79;4790
+75087;44.73677;2.95014;986;20220318;10.4;3.8;7.1;3.1;8.41;0;1.65;8466
+75087;44.73677;2.95014;986;20220319;12.3;3.8;8.1;3.5;7.05;0;2.64;15200
+75087;44.73677;2.95014;986;20220320;7.7;2.7;5.2;7.6;7.28;0;1.86;6133
+75087;44.73677;2.95014;986;20220321;8.5;4.5;6.5;9.5;6.81;0;2.75;10866
+75087;44.73677;2.95014;986;20220322;9.8;2.1;5.9;9.4;5.28;0;3.64;18466
+75087;44.73677;2.95014;986;20220323;11.4;1.7;6.5;6.7;4.38;0;3.99;19700
+75087;44.73677;2.95014;986;20220324;14.5;1.9;8.2;4.6;4.11;0;4.07;18624
+75087;44.73677;2.95014;986;20220325;15.2;2.1;8.7;3.5;3.95;0;3.74;17000
+75087;44.73677;2.95014;986;20220326;15.7;-.7;7.5;4;4.75;0;3.88;20333
+75087;44.73677;2.95014;986;20220327;16.5;.6;8.6;3.9;5.41;0;3.86;19500
+75087;44.73677;2.95014;986;20220328;16;3.7;9.8;5.2;5.08;0;4.41;17800
+75087;44.73677;2.95014;986;20220329;14.1;5.9;10;3.6;7.18;1.9;3;12966
+75087;44.73677;2.95014;986;20220330;8.1;4.7;6.4;2.4;9.51;1.7;1.07;5500
+75087;44.73677;2.95014;986;20220331;8.3;3.4;5.9;5.7;7.68;3.7;2.09;12766
+75087;44.73677;2.95014;986;20220401;.2;-4.1;-1.9;5.1;5.35;4;1.48;10600
+75087;44.73677;2.95014;986;20220402;.4;-4.6;-2.1;3.7;4.91;.8;1.46;9533
+75087;44.73677;2.95014;986;20220403;.1;-4.9;-2.4;3.2;4.89;.2;1.31;9167
+75087;44.73677;2.95014;986;20220404;5.9;-5.4;.2;1.3;4.91;0;2.22;21700
+75087;44.73677;2.95014;986;20220405;11.7;-4.5;3.6;2.6;6.02;0;2.63;22050
+75087;44.73677;2.95014;986;20220406;8;-1.8;3.1;3.4;8.35;4;1;7633
+75087;44.73677;2.95014;986;20220407;9;4;6.5;5.9;10.15;18.7;.92;3833
+75087;44.73677;2.95014;986;20220408;12.9;6.9;9.9;6.3;9.91;4.4;2.55;10900
+75087;44.73677;2.95014;986;20220409;8.2;.9;4.5;5;5.95;.2;2.58;16466
+75087;44.73677;2.95014;986;20220410;14.7;-4.4;5.2;3.9;4.91;.2;3.82;24533
+75087;44.73677;2.95014;986;20220411;10.1;4;7;9.1;8.11;0;2.66;14133
+75087;44.73677;2.95014;986;20220412;12.4;6.2;9.3;8.1;7.11;0;3.7;12133
+75087;44.73677;2.95014;986;20220413;13.9;4.9;9.4;2.6;7.28;0;2.59;11300
+75087;44.73677;2.95014;986;20220414;19.7;1;10.3;2.8;9.45;0;3.77;23233
+75087;44.73677;2.95014;986;20220415;20.8;4.4;12.6;3.2;10.45;0;4.17;23533
+75087;44.73677;2.95014;986;20220416;20.5;4.3;12.4;4.1;8.78;0;4.72;24433
+75087;44.73677;2.95014;986;20220417;19.6;.5;10;3.6;7.38;0;4.54;25733
+75087;44.73677;2.95014;986;20220418;15.9;2.3;9.1;3;8.88;0;3.26;21333
+75087;44.73677;2.95014;986;20220419;15.5;2.7;9.1;2.4;9.95;2.2;2.71;17966
+75087;44.73677;2.95014;986;20220420;10.9;6.2;8.5;1.7;10.81;24.1;1.22;5633
+75087;44.73677;2.95014;986;20220421;10.8;5.4;8.1;1.8;11.05;6.3;1.29;7266
+75087;44.73677;2.95014;986;20220422;16.1;4.9;10.5;2.6;10.68;.6;2.95;18700
+75087;44.73677;2.95014;986;20220423;11.4;7.6;9.5;5.7;9.15;20.8;2.33;6333
+75087;44.73677;2.95014;986;20220424;8.6;2.1;5.3;4.2;9.88;7.4;.76;4100
+75087;44.73677;2.95014;986;20220425;12.7;3.8;8.2;2.5;8.81;0;2.84;19733
+75087;44.73677;2.95014;986;20220426;18;.5;9.3;1.9;8.35;0;3.89;27233
+75087;44.73677;2.95014;986;20220427;20;5.1;12.5;2.6;9.55;0;4.26;24733
+75087;44.73677;2.95014;986;20220428;19.3;7.3;13.3;2.7;11.21;1.1;4.01;23466
+75087;44.73677;2.95014;986;20220429;18.1;7.8;12.9;3.1;12.71;.4;2.85;14400
+75087;44.73677;2.95014;986;20220430;17.4;6.9;12.2;3;10.41;0;3.87;22766
+75087;44.73677;2.95014;986;20220501;16.4;1.6;9;2.7;7.85;0;3.87;25266
+75087;44.73677;2.95014;986;20220502;16.6;4.3;10.4;2;8.88;1.6;3.54;22400
+75087;44.73677;2.95014;986;20220503;15.6;6.6;11.1;1.5;11.28;6.7;2.17;11466
+75087;44.73677;2.95014;986;20220504;15;4.8;9.9;1.9;11.25;5.3;2.57;16866
+75087;44.73677;2.95014;986;20220505;14.8;4.8;9.8;3.4;9.51;1;3.26;19933
+75087;44.73677;2.95014;986;20220506;11.6;6.3;8.9;5.6;8.85;.2;1.79;8852
+75087;44.73677;2.95014;986;20220507;15.8;5.7;10.8;4.8;8.68;.1;2.81;13550
+75087;44.73677;2.95014;986;20220508;16.1;5.5;10.8;3.4;9.15;0;2.56;13268
+75087;44.73677;2.95014;986;20220509;19.5;5.5;12.5;2.4;9.08;.1;3.12;16615
+75087;44.73677;2.95014;986;20220510;21.6;4.7;13.2;2.4;9.58;0;3.36;17314
+75087;44.73677;2.95014;986;20220511;22.7;5.6;14.1;3.5;9.25;0;3.92;17278
+75087;44.73677;2.95014;986;20220512;21.8;7.3;14.6;2.8;9.98;.7;3.41;15011
+75087;44.73677;2.95014;986;20220513;20.8;6.4;13.6;1.9;10.45;2;3.1;16728
+75087;44.73677;2.95014;986;20220514;22.7;6.9;14.8;2;11.68;0;3.3;17500
+75087;44.73677;2.95014;986;20220515;22.3;10.5;16.4;5.1;11.12;.1;3.87;14158
+75087;44.73677;2.95014;986;20220516;23.5;9.6;16.5;2.7;9.48;0;3.96;16267
+75087;44.73677;2.95014;986;20220517;25.1;7.4;16.2;2.6;10.82;0;3.99;18288
+75087;44.73677;2.95014;986;20220518;26.1;10.7;18.4;2.7;12.45;.7;4.07;17502
+75087;44.73677;2.95014;986;20220519;24.1;11.9;18;6.6;11.78;.1;4.61;14024
+75087;44.73677;2.95014;986;20220520;25;12.1;18.6;6.4;10.68;0;5.23;13842
+75087;44.73677;2.95014;986;20220521;29.9;9.5;19.7;2.1;12.68;0;4.62;19770
+75087;44.73677;2.95014;986;20220522;29.8;12.6;21.2;2.3;13.08;2.1;4.65;18278
+75087;44.73677;2.95014;986;20220523;15.6;14.1;14.8;3.4;13.02;5.1;1.74;5261
+75087;44.73677;2.95014;986;20220524;14.6;6.8;10.7;3.1;9.25;0;2.31;12073
+75087;44.73677;2.95014;986;20220525;14.9;4;9.4;3.6;8.58;0;2.59;14609
+75087;44.73677;2.95014;986;20220526;15.6;5.5;10.6;3.9;9.42;0;2.68;14688
+75087;44.73677;2.95014;986;20220527;21.3;9.7;15.5;4.4;11.15;0;3.83;16238
+75087;44.73677;2.95014;986;20220528;18.7;9.2;14;5;9.32;0;3.76;14921
+75087;44.73677;2.95014;986;20220529;16.5;3.8;10.1;3.7;6.75;0;3.51;17086
+75087;44.73677;2.95014;986;20220530;19.1;.8;10;2.5;6.75;.6;3.58;19751
+75087;44.73677;2.95014;986;20220531;17.8;7.6;12.7;3;9.48;2.1;2.99;13842
+75087;44.73677;2.95014;986;20220601;25.8;4.4;15.1;2.4;10.98;3.1;4.21;20267
+75087;44.73677;2.95014;986;20220602;25.3;11.1;18.2;3.3;12.68;.6;4.21;17415
+75087;44.73677;2.95014;986;20220603;26.2;13.2;19.7;4.3;11.92;3.5;4.76;15746
+75087;44.73677;2.95014;986;20220604;25.6;11.9;18.8;4;14.65;22.8;3.95;16332
+75087;44.73677;2.95014;986;20220605;18.9;13.4;16.1;2.4;13.48;.2;2.48;11021
+75087;44.73677;2.95014;986;20220606;22.2;7.9;15.1;2.1;11.98;.2;3.34;16652
+75087;44.73677;2.95014;986;20220607;18.2;8.9;13.5;3.2;10.92;.2;2.83;13648
+75087;44.73677;2.95014;986;20220608;15.5;7.4;11.5;3.1;11.22;7.7;2.04;11842
+75087;44.73677;2.95014;986;20220609;15.8;7.8;11.8;5.1;9.68;.1;2.87;13764
+75087;44.73677;2.95014;986;20220610;22.5;8.4;15.5;3.6;10.68;.1;4.03;17869
+75087;44.73677;2.95014;986;20220611;27.7;7.9;17.8;2.3;10.75;0;5.87;30437
+75087;44.73677;2.95014;986;20220612;27.2;11.6;19.4;2.7;12.55;.1;5.39;25921
+75087;44.73677;2.95014;986;20220613;24.1;12.7;18.4;2.9;14.38;0;4.6;23963
+75087;44.73677;2.95014;986;20220614;30.1;8.5;19.3;2.4;11.92;.3;6.19;30370
+75087;44.73677;2.95014;986;20220615;29.5;14.3;21.9;3.3;14.05;.1;5.95;25031
+75087;44.73677;2.95014;986;20220616;29.4;11.4;20.4;2.6;13.78;0;5.82;27216
+75087;44.73677;2.95014;986;20220617;31.6;12.6;22.1;2.6;12.25;0;6.65;29588
+75087;44.73677;2.95014;986;20220618;31.7;13.6;22.6;4.6;11.62;0;7.45;28381
+75087;44.73677;2.95014;986;20220619;28.1;16.3;22.2;8.9;12.18;0;7.75;23163
+75087;44.73677;2.95014;986;20220620;27.8;13.2;20.5;6;11.42;0;6.83;25227
+75087;44.73677;2.95014;986;20220621;26.3;13.7;20;3.7;15.05;1.5;4.93;22659
+75087;44.73677;2.95014;986;20220622;24.2;14.8;19.5;4.7;15.15;4;4.55;20731
+75087;44.73677;2.95014;986;20220623;21.2;12.1;16.6;2.5;14.62;17.8;3.29;17794
+75087;44.73677;2.95014;986;20220624;18.1;11.3;14.7;3.1;12.48;4.8;3.03;16544
+75087;44.73677;2.95014;986;20220625;22.3;6.6;14.5;3.2;12.05;10.2;4.1;24131
+75087;44.73677;2.95014;986;20220626;18.5;12.5;15.5;2.3;14.65;5.5;2.75;14976
+75087;44.73677;2.95014;986;20220627;16;12;14;2.1;13.52;2.1;2.03;10793
+75087;44.73677;2.95014;986;20220628;19.7;9.3;14.5;3.1;11.65;.1;3.98;23877
+75087;44.73677;2.95014;986;20220629;24.9;7;15.9;2;11.32;0;4.95;28139
+75087;44.73677;2.95014;986;20220630;17.5;11.5;14.5;2.6;12.95;10.8;2.57;13568
+75087;44.73677;2.95014;986;20220701;19;5.7;12.4;2.4;9.82;0;3.92;24928
+75087;44.73677;2.95014;986;20220702;26.6;5.2;15.9;2.2;10.05;0;5.51;30471
+75087;44.73677;2.95014;986;20220703;27.9;11.8;19.9;2.3;13.48;2;5.25;25992
+75087;44.73677;2.95014;986;20220704;24.1;12.2;18.1;2.3;14.98;1.4;3.89;19911
+75087;44.73677;2.95014;986;20220705;23.1;11;17.1;2.8;12.55;.1;4.71;25715
+75087;44.73677;2.95014;986;20220706;22.2;9.5;15.9;3.5;10.62;0;4.92;26297
+75087;44.73677;2.95014;986;20220707;22;9.1;15.6;5;10.78;0;4.99;25604
+75087;44.73677;2.95014;986;20220708;22.5;11.9;17.2;5.8;11.68;0;5.2;24272
+75087;44.73677;2.95014;986;20220709;25.2;10.2;17.7;3.4;10.95;0;5.6;27690
+75087;44.73677;2.95014;986;20220710;25.1;11.5;18.3;3.4;12.12;0;5.39;27025
+75087;44.73677;2.95014;986;20220711;28.5;9.5;19;2.4;11.62;0;5.89;29854
+75087;44.73677;2.95014;986;20220712;28;11.2;19.6;2.7;11.68;0;5.85;28452
+75087;44.73677;2.95014;986;20220713;30;10.7;20.4;2.4;10.08;0;6.14;29130
+75087;44.73677;2.95014;986;20220714;31;11.9;21.5;2.5;12.02;0;6.2;28195
+75087;44.73677;2.95014;986;20220715;29.7;13.3;21.5;2.9;12.28;0;6.14;27300
+75087;44.73677;2.95014;986;20220716;29.3;10.9;20.1;3;11.15;0;6.31;28882
+75087;44.73677;2.95014;986;20220717;30.9;9.7;20.3;2.8;9.98;0;6.56;29342
+75087;44.73677;2.95014;986;20220718;33;11.8;22.4;3.5;11.82;.3;7.1;28909
+75087;44.73677;2.95014;986;20220719;31.8;17;24.4;5.3;11.52;.5;7.71;23506
+75087;44.73677;2.95014;986;20220720;23.5;13.8;18.7;2.7;13.62;.1;3.91;17866
+75087;44.73677;2.95014;986;20220721;29;10;19.5;2.5;12.32;0;5.71;28218
+75087;44.73677;2.95014;986;20220722;31.1;10.9;21;3.1;13.48;1.1;5.93;25161
+75087;44.73677;2.95014;986;20220723;26.7;14.3;20.5;2.5;14.45;0;4.99;24100
+75087;44.73677;2.95014;986;20220724;32.4;10.6;21.5;2.3;11.45;0;6.29;28925
+75087;44.73677;2.95014;986;20220725;25.8;14.8;20.3;3.7;13.35;0;4.97;21168
+75087;44.73677;2.95014;986;20220726;23.9;11.7;17.8;3.6;12.28;0;4.85;24198
+75087;44.73677;2.95014;986;20220727;23.4;9.1;16.3;3;10.32;0;4.86;25503
+75087;44.73677;2.95014;986;20220728;26;7;16.5;2.9;10.35;0;5.12;26138
+75087;44.73677;2.95014;986;20220729;22.9;12.9;17.9;2.4;12.72;3.5;3.66;17290
+75087;44.73677;2.95014;986;20220730;26;11.3;18.6;2.5;11.58;0;4.79;23165
+75087;44.73677;2.95014;986;20220731;28;11;19.5;2.6;11.68;0;5.29;25111
+75087;44.73677;2.95014;986;20220801;29.5;12.5;21;2.7;11.88;0;5.71;25616
+75087;44.73677;2.95014;986;20220802;29.6;11.8;20.7;2.6;12.35;.3;5.62;26160
+75087;44.73677;2.95014;986;20220803;32;12.1;22.1;2.5;11.22;0;6.07;26442
+75087;44.73677;2.95014;986;20220804;32.7;14.9;23.8;2.8;11.08;.3;6.31;24794
+75087;44.73677;2.95014;986;20220805;29;15.1;22;2.4;15.12;4.3;4.83;21668
+75087;44.73677;2.95014;986;20220806;26.2;13.4;19.8;3.1;13.85;0;4.88;23474
+75087;44.73677;2.95014;986;20220807;25.8;10;17.9;3.1;9.92;0;5.26;25150
+75087;44.73677;2.95014;986;20220808;27.4;8.5;18;2.8;9.12;0;5.52;26425
+75087;44.73677;2.95014;986;20220809;29;9.9;19.4;2.5;8.38;0;5.72;26488
+75087;44.73677;2.95014;986;20220810;31;11.6;21.3;2.6;8.98;0;5.94;25452
+75087;44.73677;2.95014;986;20220811;31.7;12.6;22.1;2.2;9.42;0;5.66;24600
+75087;44.73677;2.95014;986;20220812;32;12.9;22.5;3;10.22;0;6.18;24577
+75087;44.73677;2.95014;986;20220813;31.8;13.7;22.8;2.6;10.32;11.6;5.87;23789
+75087;44.73677;2.95014;986;20220814;21.1;16.2;18.6;3.2;15.35;10.7;2.96;12994
+75087;44.73677;2.95014;986;20220815;21.8;11.5;16.7;2.8;12.62;0;3.49;18083
+75087;44.73677;2.95014;986;20220816;26.3;8.4;17.3;3.3;12.48;9.6;4.3;20787
+75087;44.73677;2.95014;986;20220817;22.1;11.1;16.6;2.4;14.35;5.3;3.07;17211
+75087;44.73677;2.95014;986;20220818;18.8;10.4;14.6;3.3;13.58;15.9;2.34;12963
+75087;44.73677;2.95014;986;20220819;20;12.5;16.2;4.5;13.98;.3;3.14;17222
+75087;44.73677;2.95014;986;20220820;22.7;12.7;17.7;3.1;14.12;.1;3.54;18298
+75087;44.73677;2.95014;986;20220821;22.8;9.9;16.3;2.7;12.92;.1;3.56;19946
+75087;44.73677;2.95014;986;20220822;21;13.5;17.3;3.2;14.58;.3;3.01;15490
+75087;44.73677;2.95014;986;20220823;23.7;14.1;18.9;3;15.05;.1;3.59;17756
+75087;44.73677;2.95014;986;20220824;28.2;10.4;19.3;2;13.02;0;4.48;23358
+75087;44.73677;2.95014;986;20220825;26.3;13.3;19.8;3.1;14.02;.8;4.24;19209
+75087;44.73677;2.95014;986;20220826;22.6;12.7;17.7;2.7;15.58;1.3;3.11;17147
+75087;44.73677;2.95014;986;20220827;21.7;11.4;16.6;2.4;13.95;.2;3.02;16721
+75087;44.73677;2.95014;986;20220828;25.9;9.4;17.6;2.2;11.82;0;4.09;22053
+75087;44.73677;2.95014;986;20220829;27.9;9.8;18.9;2.5;12.25;.6;4.28;20107
+75087;44.73677;2.95014;986;20220830;25.1;12.8;18.9;2.2;14.25;.8;3.44;17200
+75087;44.73677;2.95014;986;20220831;23;8.8;15.9;2.5;12.78;.1;3.36;18802
+75087;44.73677;2.95014;986;20220901;24.1;10.3;17.2;2.2;12.62;.1;3.42;18322
+75087;44.73677;2.95014;986;20220902;22;10.3;16.1;2.3;13.15;4.6;2.86;15706
+75087;44.73677;2.95014;986;20220903;21.5;11.4;16.4;2.6;14.15;.2;2.82;15698
+75087;44.73677;2.95014;986;20220904;24.5;10.7;17.6;3.2;14.42;0;3.34;17625
+75087;44.73677;2.95014;986;20220905;25.1;13.5;19.3;5.6;15.68;.6;3.7;15036
+75087;44.73677;2.95014;986;20220906;22.9;13.3;18.1;3.9;15.62;1.6;2.77;11994
+75087;44.73677;2.95014;986;20220907;22.5;10.5;16.5;2.6;14.45;5.5;2.75;15743
+75087;44.73677;2.95014;986;20220908;18.8;7.2;13;2.5;11.62;.6;2.43;15651
+75087;44.73677;2.95014;986;20220909;17.6;8.1;12.8;2.8;11.12;0;2.38;14683
+75087;44.73677;2.95014;986;20220910;18.9;6.2;12.5;2.4;10.18;0;2.67;16867
+75087;44.73677;2.95014;986;20220911;24;6.2;15.1;2;9.75;0;3.5;20206
+75087;44.73677;2.95014;986;20220912;29.2;8.8;19;2.7;12.38;0;4.11;19881
+75087;44.73677;2.95014;986;20220913;23.8;14.8;19.3;5.7;17.25;0;2.82;11470
+75087;44.73677;2.95014;986;20220914;22;14.6;18.3;3.9;15.62;15.3;2.51;10970
+75087;44.73677;2.95014;986;20220915;20.9;10.8;15.9;2.5;13.35;.3;2.48;13823
+75087;44.73677;2.95014;986;20220916;17.9;11.1;14.5;3;11.88;.1;2.32;12645
+75087;44.73677;2.95014;986;20220917;11.9;5.2;8.5;4.2;7.55;0;2.15;13757
+75087;44.73677;2.95014;986;20220918;17.7;1.2;9.5;2.6;6.52;0;2.9;18632
+75087;44.73677;2.95014;986;20220919;15.9;2.8;9.3;3.2;7.28;0;2.62;16920
+75087;44.73677;2.95014;986;20220920;16.4;2.1;9.2;2.7;7.28;0;2.59;17630
+75087;44.73677;2.95014;986;20220921;16.9;2.5;9.7;2.5;7.48;0;2.56;17121
+75087;44.73677;2.95014;986;20220922;20.2;2;11.1;2.2;8.25;0;2.71;17607
+75087;44.73677;2.95014;986;20220923;18.3;4.7;11.5;2.6;9.88;15.6;2.14;13428
+75087;44.73677;2.95014;986;20220924;14.4;6.2;10.3;2;10.48;3.4;1.52;11128
+75087;44.73677;2.95014;986;20220925;12.2;5.9;9.1;1.7;9.75;1.4;1.27;9082
+75087;44.73677;2.95014;986;20220926;11.6;5.6;8.6;3.2;9.18;2.8;1.38;9089
+75087;44.73677;2.95014;986;20220927;9.3;6.1;7.7;5.2;9.28;6.6;.99;6962
+75087;44.73677;2.95014;986;20220928;12.6;8.4;10.5;4.9;11.22;15.2;1.1;7763
+75087;44.73677;2.95014;986;20220929;10.8;5.7;8.2;3.6;8.75;1.1;1.38;9005
+75087;44.73677;2.95014;986;20220930;10.5;3.1;6.8;2.9;7.68;.5;1.41;10376
+75087;44.73677;2.95014;986;20221001;15.1;2.4;8.8;3.7;10.38;3.1;1.47;13209
+75087;44.73677;2.95014;986;20221002;16.3;10.7;13.5;3;12.38;.1;1.7;10736
+75087;44.73677;2.95014;986;20221003;15.1;6.8;11;2.6;10.58;0;1.52;9699
+75087;44.73677;2.95014;986;20221004;19.7;3.8;11.7;2.5;9.78;.1;2.22;14887
+75087;44.73677;2.95014;986;20221005;19.3;4.6;11.9;3.6;10.22;.1;2.3;14033
+75087;44.73677;2.95014;986;20221006;17.5;6;11.8;2.3;10.95;0;1.65;10883
+75087;44.73677;2.95014;986;20221007;18.5;6.6;12.5;1.9;11.08;.7;1.74;12827
+75087;44.73677;2.95014;986;20221008;14.4;8.9;11.6;2.1;11.48;.6;1.2;7117
+75087;44.73677;2.95014;986;20221009;18.4;3.1;10.8;2.9;9.88;0;1.9;13974
+75087;44.73677;2.95014;986;20221010;19.7;7;13.4;3;11.08;0;2.07;11218
+75087;44.73677;2.95014;986;20221011;18.5;5.5;12;2;10.82;0;1.67;11780
+75087;44.73677;2.95014;986;20221012;18;9.4;13.7;1.7;11.25;.9;1.57;9658
+75087;44.73677;2.95014;986;20221013;14.4;5.3;9.9;2.2;10.88;7.9;1.05;7547
+75087;44.73677;2.95014;986;20221014;14.6;10.3;12.4;3.5;12.78;1.8;1.04;6680
+75087;44.73677;2.95014;986;20221015;19.5;9.6;14.6;3.4;11.98;0;1.98;10306
+75087;44.73677;2.95014;986;20221016;18;10.5;14.2;6.6;13.25;0;1.67;8210
+75087;44.73677;2.95014;986;20221017;16.6;12.2;14.4;7.6;13.55;0;1.45;4873
+75087;44.73677;2.95014;986;20221018;21.2;10.5;15.8;3.1;13.12;.1;1.89;9981
+75087;44.73677;2.95014;986;20221019;20;8.1;14;3.4;11.45;3.3;1.85;9048
+75087;44.73677;2.95014;986;20221020;17.3;12.9;15.1;6.1;14.78;4.6;1.21;5025
+75087;44.73677;2.95014;986;20221021;18.5;13.3;15.9;4.4;13.25;1.3;1.84;6810
+75087;44.73677;2.95014;986;20221022;18.9;6.3;12.6;3.3;10.85;0;1.74;10693
+75087;44.73677;2.95014;986;20221023;17;10.7;13.8;5.6;12.95;.1;1.43;4582
+75087;44.73677;2.95014;986;20221024;17.1;10.5;13.8;3;11.12;.1;1.62;7596
+75087;44.73677;2.95014;986;20221025;18.3;5.2;11.8;3.6;9.78;0;1.74;9380
+75087;44.73677;2.95014;986;20221026;19.6;7.5;13.6;2.5;11.52;0;1.56;9137
+75087;44.73677;2.95014;986;20221027;21.8;9.5;15.6;3.5;12.08;0;2.05;7870
+75087;44.73677;2.95014;986;20221028;22.2;12.6;17.4;3.9;9.45;0;3.05;7310
+75087;44.73677;2.95014;986;20221029;20;10.7;15.3;5.2;7.58;0;3.45;6892
+75087;44.73677;2.95014;986;20221030;18.9;9.9;14.4;5.2;9.68;0;2.5;7070
+75087;44.73677;2.95014;986;20221031;17.1;9.6;13.3;6.3;11.72;9.2;1.73;7107
+75087;44.73677;2.95014;986;20221101;13.6;9.6;11.6;3.3;10.68;.1;1.18;6988
+75087;44.73677;2.95014;986;20221102;14.3;2.3;8.3;1.9;8.02;0;1.07;8932
+75087;44.73677;2.95014;986;20221103;12.6;3;7.8;5.1;8.68;5.2;1.09;5845
+75087;44.73677;2.95014;986;20221104;5.5;4.5;5;5.3;7.48;8.8;.69;2095
+75087;44.73677;2.95014;986;20221105;7.9;.6;4.3;3.8;6.32;0;.97;7511
+75087;44.73677;2.95014;986;20221106;14.3;-1.6;6.3;2.9;5.45;.1;1.57;9560
+75087;44.73677;2.95014;986;20221107;14.4;1.2;7.8;3.6;7.58;0;1.35;8985
+75087;44.73677;2.95014;986;20221108;12.7;5.3;9;6.6;10.08;5.3;.88;5177
+75087;44.73677;2.95014;986;20221109;13.5;9.1;11.3;3.8;10.88;2.6;1.03;4121
+75087;44.73677;2.95014;986;20221110;10.1;6.1;8.1;2.6;8.65;0;.82;4809
+75087;44.73677;2.95014;986;20221111;15;.5;7.7;5.2;9.55;0;.77;8517
+75087;44.73677;2.95014;986;20221112;18.2;6.2;12.2;3.9;8.48;0;2.01;7007
+75087;44.73677;2.95014;986;20221113;15.9;3.9;9.9;3.3;8.28;0;1.36;6996
+75087;44.73677;2.95014;986;20221114;10.6;6.9;8.8;5.4;9.95;8.6;.71;2423
+75087;44.73677;2.95014;986;20221115;11.9;7.6;9.8;4.5;10.45;9.8;.73;3403
+75087;44.73677;2.95014;986;20221116;10.5;5.3;7.9;3.8;8.58;.9;.86;4876
+75087;44.73677;2.95014;986;20221117;10.6;7;8.8;5.7;9.05;9.6;1.03;4059
+75087;44.73677;2.95014;986;20221118;6.4;2.8;4.6;3.6;7.18;.5;.6;3429
+75087;44.73677;2.95014;986;20221119;4.9;1.2;3;3.2;6.22;.3;.58;4412
+75087;44.73677;2.95014;986;20221120;5;-2.3;1.4;3.6;5.68;.6;.54;5734
+75087;44.73677;2.95014;986;20221121;5.9;-1;2.5;3.5;6.45;7.1;.48;3938
+75087;44.73677;2.95014;986;20221122;4;.2;2.1;4.7;6.32;6.9;.47;3684
+75087;44.73677;2.95014;986;20221123;8.7;1.6;5.1;3.9;7.65;4.2;.59;5305
+75087;44.73677;2.95014;986;20221124;9.1;1.7;5.4;2;7.52;.1;.52;5392
+75087;44.73677;2.95014;986;20221125;6.4;4.6;5.5;2.9;7.78;4.8;.55;1864
+75087;44.73677;2.95014;986;20221126;5.7;1.6;3.6;2.6;6.12;0;.63;4055
+75087;44.73677;2.95014;986;20221127;9.9;-1.8;4;4.1;5.02;4;1.26;5867
+75087;44.73677;2.95014;986;20221128;5.8;3.4;4.6;3.6;7.45;3.5;.51;1966
+75087;44.73677;2.95014;986;20221129;4.4;.5;2.5;3.7;6.08;.3;.55;3621
+75087;44.73677;2.95014;986;20221130;3.2;.3;1.7;3.7;6.18;0;.43;2210
+75087;44.73677;2.95014;986;20221201;1.6;.9;1.2;4;5.85;.1;.46;1258
+75087;44.73677;2.95014;986;20221202;-.7;-1.6;-1.2;2.4;5.05;1.6;.35;1307
+75087;44.73677;2.95014;986;20221203;1.5;-1.6;-.1;1.5;5.85;9.4;.26;2677
+75087;44.73677;2.95014;986;20221204;2.1;.1;1.1;2.8;5.82;7;.4;2754
+75087;44.73677;2.95014;986;20221205;.9;-8.7;-3.9;2.2;3.75;0;.34;6577
+75087;44.73677;2.95014;986;20221206;4.9;-9.5;-2.3;2.6;3.45;.1;.66;7196
+75087;44.73677;2.95014;986;20221207;-2.1;-8.1;-5.1;2.4;3.62;0;.35;3597
+75087;44.73677;2.95014;986;20221208;2.9;-9.9;-3.5;2.2;4.62;3.2;.28;5538
+75087;44.73677;2.95014;986;20221209;3.9;1.4;2.7;1.2;7.08;1.5;.29;2763
+75087;44.73677;2.95014;986;20221210;-2.2;-1.4;-1.8;3.4;4.82;0;.41;1133
+75087;44.73677;2.95014;986;20221211;.8;-9.2;-4.2;2.3;3.02;0;.49;6136
+75087;44.73677;2.95014;986;20221212;.8;-8;-3.6;2.5;3.42;14.2;.54;4390
+75087;44.73677;2.95014;986;20221213;5.3;-2.1;1.6;4.2;7.25;3.1;.03;4752
+75087;44.73677;2.95014;986;20221214;7.2;4;5.6;3;8.22;1.8;.43;2306
+75087;44.73677;2.95014;986;20221215;5.6;1.3;3.4;2.3;7.42;17.9;.3;2412
+75087;44.73677;2.95014;986;20221216;.7;.5;.6;3;5.68;0;.42;928
+75087;44.73677;2.95014;986;20221217;2.2;-8;-2.9;2.5;3.25;0;.6;5857
+75087;44.73677;2.95014;986;20221218;5.4;-6.7;-.7;5.3;4.82;0;.56;5432
+75087;44.73677;2.95014;986;20221219;8.9;3.9;6.4;9.8;8.55;0;.56;2918
+75087;44.73677;2.95014;986;20221220;9.3;5.3;7.3;8.5;8.95;1.8;.71;2182
+75087;44.73677;2.95014;986;20221221;8.7;6.6;7.7;4;9.18;1.7;.57;2453
+75087;44.73677;2.95014;986;20221222;9.4;6.1;7.7;6.3;9.38;14.9;.54;2636
+75087;44.73677;2.95014;986;20221223;10.9;8.6;9.8;4.8;11.02;.9;.54;1734
+75087;44.73677;2.95014;986;20221224;11.2;7.4;9.3;2.2;9.38;0;.61;3552
+75087;44.73677;2.95014;986;20221225;12.5;.8;6.6;3.7;7.65;0;.77;5348
+75087;44.73677;2.95014;986;20221226;10.9;4.6;7.7;3.3;8.48;.3;.76;3514
+75087;44.73677;2.95014;986;20221227;6.3;1.2;3.8;1.9;6.88;0;.44;3568
+75087;44.73677;2.95014;986;20221228;9.9;-1;4.5;3.6;7.45;0;.52;4567
+75087;44.73677;2.95014;986;20221229;7.5;3.6;5.5;3.6;8.12;4.9;.47;2308
+75087;44.73677;2.95014;986;20221230;8.8;3.5;6.1;4.1;8.68;1.2;.39;3251
+75087;44.73677;2.95014;986;20221231;12.2;6.8;9.5;5.7;9.32;0;1.04;3323
+75088;44.75753;3.26422;1018;20220101;17.7;1.7;9.7;2.5;5.24;0;1.56;6700
+75088;44.75753;3.26422;1018;20220102;13.3;1.7;7.5;2.9;6.14;0;1.23;5080
+75088;44.75753;3.26422;1018;20220103;8.8;2.8;5.8;2.9;7.91;0;.54;3798
+75088;44.75753;3.26422;1018;20220104;12.7;4.8;8.7;4.8;7.34;5.6;1.46;4707
+75088;44.75753;3.26422;1018;20220105;-1.3;-1.5;-1.4;5.8;4.41;.1;.63;1874
+75088;44.75753;3.26422;1018;20220106;-.7;-2.9;-1.8;5;3.98;0;.68;3310
+75088;44.75753;3.26422;1018;20220107;.2;-6.3;-3;3.7;4.64;0;.25;4377
+75088;44.75753;3.26422;1018;20220108;3.3;-.3;1.5;6;6.41;6.3;.33;3412
+75088;44.75753;3.26422;1018;20220109;1.1;-.3;.4;5.4;5.78;4.6;.39;2227
+75088;44.75753;3.26422;1018;20220110;1;.1;.5;3.7;5.28;.5;.55;2096
+75088;44.75753;3.26422;1018;20220111;.8;-5.9;-2.6;5.1;3.98;0;.61;5597
+75088;44.75753;3.26422;1018;20220112;0;-6.1;-3.1;4.5;3.51;0;.7;5430
+75088;44.75753;3.26422;1018;20220113;4.8;-8.7;-2;2.6;3.24;0;.8;7218
+75088;44.75753;3.26422;1018;20220114;9.3;-7.1;1.1;2.5;3.01;0;1.13;7573
+75088;44.75753;3.26422;1018;20220115;8.8;-4.8;2;2.1;3.08;0;1.05;7183
+75088;44.75753;3.26422;1018;20220116;5.8;-7.2;-.7;2.9;3.18;0;.97;7100
+75088;44.75753;3.26422;1018;20220117;3.1;-2.8;.2;4.3;5.54;0;.44;4041
+75088;44.75753;3.26422;1018;20220118;5;-3;1;3.3;5.04;0;.7;5458
+75088;44.75753;3.26422;1018;20220119;1.3;-4.2;-1.4;3.2;4.94;.1;.38;5070
+75088;44.75753;3.26422;1018;20220120;.8;-2;-.6;4.9;4.88;.3;.57;3101
+75088;44.75753;3.26422;1018;20220121;-2.3;-4.2;-3.2;7.5;3.81;0;.65;2595
+75088;44.75753;3.26422;1018;20220122;-1.4;-5.3;-3.4;5.3;4.14;0;.43;3763
+75088;44.75753;3.26422;1018;20220123;8.1;-5;1.6;2.4;4.58;0;.87;8082
+75088;44.75753;3.26422;1018;20220124;11.6;-4.7;3.4;2.4;3.8;0;1.26;8963
+75088;44.75753;3.26422;1018;20220125;11.5;-6.2;2.7;2.6;3.76;0;1.32;8925
+75088;44.75753;3.26422;1018;20220126;10;-3.9;3;2.6;3.58;0;1.31;8198
+75088;44.75753;3.26422;1018;20220127;9.5;-4.8;2.4;2.8;3.08;0;1.4;8345
+75088;44.75753;3.26422;1018;20220128;5.2;-2.8;1.2;3.5;4.94;0;.85;6128
+75088;44.75753;3.26422;1018;20220129;8.1;-3;2.5;3.3;4.84;0;1.1;7394
+75088;44.75753;3.26422;1018;20220130;4.6;.2;2.4;3.7;6.18;0;.63;4789
+75088;44.75753;3.26422;1018;20220131;3.8;-2.9;.5;6.5;5.44;.3;.64;6256
+75088;44.75753;3.26422;1018;20220201;1.5;-3.7;-1.1;7.7;5.04;.2;.51;4900
+75088;44.75753;3.26422;1018;20220202;7.8;1.3;4.5;4.7;6.74;0;.92;7263
+75088;44.75753;3.26422;1018;20220203;15.5;-3.1;6.2;2.8;4.41;0;1.88;9467
+75088;44.75753;3.26422;1018;20220204;4.4;-2;1.2;2.8;6.48;.4;.4;5213
+75088;44.75753;3.26422;1018;20220205;4.7;1;2.9;3.1;5.11;.1;.98;6391
+75088;44.75753;3.26422;1018;20220206;2.5;-5.2;-1.4;4.3;5.74;1.8;.24;6453
+75088;44.75753;3.26422;1018;20220207;4.8;2.2;3.5;5.7;5.94;.6;1.05;5748
+75088;44.75753;3.26422;1018;20220208;10.7;-3.4;3.7;2.6;4.38;0;1.41;10336
+75088;44.75753;3.26422;1018;20220209;11.5;-2.7;4.4;2.8;5.08;0;1.38;10276
+75088;44.75753;3.26422;1018;20220210;4.9;-2.6;1.2;2.2;6.81;0;1.43;11466
+75088;44.75753;3.26422;1018;20220211;8.1;3;5.5;3.1;6.41;0;1.53;8933
+75088;44.75753;3.26422;1018;20220212;6.6;-5.2;.7;3.4;5.28;0;1.17;6650
+75088;44.75753;3.26422;1018;20220213;6.8;2.2;4.5;6.3;8.01;6;1.06;5150
+75088;44.75753;3.26422;1018;20220214;5.4;4.2;4.8;4.7;8.14;5.9;1;4300
+75088;44.75753;3.26422;1018;20220215;3.2;0;1.6;5;7.31;1.4;.63;5200
+75088;44.75753;3.26422;1018;20220216;8;1.2;4.6;4.9;8.04;1.3;.61;6570
+75088;44.75753;3.26422;1018;20220217;9.9;6.2;8;4.1;9.41;0;.88;5976
+75088;44.75753;3.26422;1018;20220218;14;2.8;8.4;4.4;8.38;.1;1.59;10672
+75088;44.75753;3.26422;1018;20220219;4.7;-.1;2.3;3.9;4.98;0;1.16;8467
+75088;44.75753;3.26422;1018;20220220;5.9;-1.4;2.2;4.5;6.58;1.6;.72;8360
+75088;44.75753;3.26422;1018;20220221;4.3;3.8;4;7.4;6.31;2.6;1.13;3906
+75088;44.75753;3.26422;1018;20220222;6.7;-.7;3;4.6;6.28;0;.99;9038
+75088;44.75753;3.26422;1018;20220223;10.7;2;6.3;3.4;6.84;0;1.43;9729
+75088;44.75753;3.26422;1018;20220224;10.2;2;6.1;4.9;6.61;.3;1.58;8837
+75088;44.75753;3.26422;1018;20220225;3.8;-1.2;1.3;4.9;4.81;0;1.19;9202
+75088;44.75753;3.26422;1018;20220226;7.4;-2.8;2.3;4.3;3.81;0;1.85;12080
+75088;44.75753;3.26422;1018;20220227;9.3;-4.1;2.6;3.1;4.58;0;1.6;12571
+75088;44.75753;3.26422;1018;20220228;10.1;-2.5;3.8;2.5;5.31;0;1.5;12441
+75088;44.75753;3.26422;1018;20220301;10.9;-3.4;3.8;2.5;4.91;0;1.6;12857
+75088;44.75753;3.26422;1018;20220302;8;-1;3.5;2.6;6.68;0;.92;8721
+75088;44.75753;3.26422;1018;20220303;10.7;3.2;6.9;1.7;7.81;.1;1.16;8673
+75088;44.75753;3.26422;1018;20220304;6.9;3.2;5.1;2.9;7.11;.1;.97;5655
+75088;44.75753;3.26422;1018;20220305;7.8;-1.7;3.1;2.9;4.51;0;1.61;12432
+75088;44.75753;3.26422;1018;20220306;5.1;-6.7;-.8;2.6;3.24;0;1.45;13693
+75088;44.75753;3.26422;1018;20220307;7.2;-8.1;-.4;2.6;3.44;0;1.59;15046
+75088;44.75753;3.26422;1018;20220308;7.9;-4.8;1.6;4.3;5.48;0;1.39;13345
+75088;44.75753;3.26422;1018;20220309;7;-.1;3.5;4.1;6.38;0;1.16;9414
+75088;44.75753;3.26422;1018;20220310;7;.9;4;5.7;7.01;2.8;1;7648
+75088;44.75753;3.26422;1018;20220311;4.7;3.1;3.9;8.6;7.18;3.4;.7;3122
+75088;44.75753;3.26422;1018;20220312;3.4;1.7;2.5;8.2;6.34;0;.75;3536
+75088;44.75753;3.26422;1018;20220313;3.1;2.1;2.6;6.9;5.88;16;.97;2685
+75088;44.75753;3.26422;1018;20220314;5.5;-4.5;.5;6.1;7.01;1.8;.37;10680
+75088;44.75753;3.26422;1018;20220315;7.8;5.4;6.6;10.6;8.58;0;.98;6022
+75088;44.75753;3.26422;1018;20220316;12.1;4.4;8.3;4.6;8.74;0;1.51;8778
+75088;44.75753;3.26422;1018;20220317;7.6;4.6;6.1;4;8.51;1.1;.79;4790
+75088;44.75753;3.26422;1018;20220318;10.2;3.6;6.9;3.1;8.41;0;1.65;8466
+75088;44.75753;3.26422;1018;20220319;12.1;3.6;7.9;3.5;7.04;0;2.64;15200
+75088;44.75753;3.26422;1018;20220320;7.5;2.5;5;7.6;7.27;0;1.86;6133
+75088;44.75753;3.26422;1018;20220321;8.3;4.3;6.3;9.5;6.81;0;2.75;10866
+75088;44.75753;3.26422;1018;20220322;9.6;1.9;5.7;9.4;5.27;0;3.64;18466
+75088;44.75753;3.26422;1018;20220323;11.2;1.4;6.3;6.7;4.37;0;3.99;19700
+75088;44.75753;3.26422;1018;20220324;14.3;1.7;8;4.6;4.11;0;4.07;18624
+75088;44.75753;3.26422;1018;20220325;15;1.9;8.4;3.5;3.94;0;3.74;17000
+75088;44.75753;3.26422;1018;20220326;15.5;-.8;7.4;4;4.74;0;3.88;20333
+75088;44.75753;3.26422;1018;20220327;16.3;.5;8.4;3.9;5.41;0;3.86;19500
+75088;44.75753;3.26422;1018;20220328;15.8;3.6;9.7;5.2;5.07;0;4.41;17800
+75088;44.75753;3.26422;1018;20220329;13.9;5.7;9.8;3.6;7.17;2;3;12966
+75088;44.75753;3.26422;1018;20220330;7.9;4.5;6.2;2.4;9.51;.9;1.07;5500
+75088;44.75753;3.26422;1018;20220331;8.2;3.2;5.7;5.7;7.67;3.4;2.09;12766
+75088;44.75753;3.26422;1018;20220401;.8;-4.4;-1.8;4.4;5.36;3.8;1.39;10733
+75088;44.75753;3.26422;1018;20220402;.9;-4.7;-1.9;3.7;4.86;.7;1.45;10233
+75088;44.75753;3.26422;1018;20220403;.4;-5.7;-2.7;3.2;4.89;.2;1.31;9167
+75088;44.75753;3.26422;1018;20220404;6.4;-5.9;.2;1.5;4.69;0;2.36;22666
+75088;44.75753;3.26422;1018;20220405;11.5;-4.6;3.4;2.6;6.01;0;2.63;22050
+75088;44.75753;3.26422;1018;20220406;7.8;-2;2.9;3.4;8.34;1.2;1;7633
+75088;44.75753;3.26422;1018;20220407;8.9;3.8;6.3;5.9;10.14;11.3;.92;3833
+75088;44.75753;3.26422;1018;20220408;12.7;6.7;9.7;6.3;9.91;2.7;2.55;10900
+75088;44.75753;3.26422;1018;20220409;8;.8;4.4;5;5.94;0;2.58;16466
+75088;44.75753;3.26422;1018;20220410;14.5;-4.5;5;3.9;4.91;.2;3.82;24533
+75088;44.75753;3.26422;1018;20220411;9.9;3.8;6.8;9.1;8.11;0;2.66;14133
+75088;44.75753;3.26422;1018;20220412;12.2;6;9.1;8.1;7.11;0;3.7;12133
+75088;44.75753;3.26422;1018;20220413;13.6;4.7;9.2;2.6;7.27;0;2.59;11300
+75088;44.75753;3.26422;1018;20220414;19.5;.9;10.2;2.8;9.44;0;3.77;23233
+75088;44.75753;3.26422;1018;20220415;20.6;4.3;12.5;3.2;10.44;0;4.17;23533
+75088;44.75753;3.26422;1018;20220416;20.4;4.2;12.3;4.1;8.77;0;4.72;24433
+75088;44.75753;3.26422;1018;20220417;19.4;.4;9.9;3.6;7.37;0;4.54;25733
+75088;44.75753;3.26422;1018;20220418;15.7;2.1;8.9;3;8.87;0;3.26;21333
+75088;44.75753;3.26422;1018;20220419;15.4;2.5;9;2.4;9.94;0;2.71;17966
+75088;44.75753;3.26422;1018;20220420;10.7;6;8.3;1.7;10.81;7.8;1.22;5633
+75088;44.75753;3.26422;1018;20220421;10.6;5.2;7.9;1.8;11.04;4;1.29;7266
+75088;44.75753;3.26422;1018;20220422;15.9;4.7;10.3;2.6;10.67;2.8;2.95;18700
+75088;44.75753;3.26422;1018;20220423;11.1;7.4;9.3;5.7;9.14;12.2;2.33;6333
+75088;44.75753;3.26422;1018;20220424;8.4;1.9;5.2;4.2;9.87;1.7;.76;4100
+75088;44.75753;3.26422;1018;20220425;12.5;3.6;8.1;2.5;8.81;0;2.84;19733
+75088;44.75753;3.26422;1018;20220426;17.8;.4;9.1;1.9;8.34;0;3.89;27233
+75088;44.75753;3.26422;1018;20220427;19.8;4.9;12.3;2.6;9.54;0;4.26;24733
+75088;44.75753;3.26422;1018;20220428;19.2;7.2;13.2;2.7;11.21;1.7;4.01;23466
+75088;44.75753;3.26422;1018;20220429;18;7.6;12.8;3.1;12.71;.6;2.85;14400
+75088;44.75753;3.26422;1018;20220430;17.3;6.8;12;3;10.41;0;3.87;22766
+75088;44.75753;3.26422;1018;20220501;16.2;1.5;8.9;2.7;7.84;0;3.87;25266
+75088;44.75753;3.26422;1018;20220502;16.4;4.2;10.3;2;8.87;2.6;3.54;22400
+75088;44.75753;3.26422;1018;20220503;15.4;6.5;11;1.5;11.27;3.7;2.17;11466
+75088;44.75753;3.26422;1018;20220504;14.8;4.6;9.7;1.9;11.24;2.4;2.57;16866
+75088;44.75753;3.26422;1018;20220505;14.7;4.7;9.7;3.4;9.51;1.5;3.26;19933
+75088;44.75753;3.26422;1018;20220506;11.2;6.2;8.7;5.6;8.84;.2;1.79;8852
+75088;44.75753;3.26422;1018;20220507;15.6;5.6;10.6;4.8;8.68;.3;2.81;13550
+75088;44.75753;3.26422;1018;20220508;15.8;5.5;10.6;3.4;9.14;0;2.56;13268
+75088;44.75753;3.26422;1018;20220509;19.2;4.9;12;2.4;9.08;0;3.12;16615
+75088;44.75753;3.26422;1018;20220510;21.4;4.5;13;2.4;9.58;0;3.36;17314
+75088;44.75753;3.26422;1018;20220511;22.4;5.5;13.9;3.5;9.24;0;3.92;17278
+75088;44.75753;3.26422;1018;20220512;21.5;7.7;14.6;2.8;9.98;0;3.41;15011
+75088;44.75753;3.26422;1018;20220513;20.9;6.1;13.5;1.9;10.44;.2;3.1;16728
+75088;44.75753;3.26422;1018;20220514;22.7;6.6;14.6;2;11.68;0;3.3;17500
+75088;44.75753;3.26422;1018;20220515;21.8;10.4;16.1;5.1;11.11;.1;3.87;14158
+75088;44.75753;3.26422;1018;20220516;23.4;9.6;16.5;2.7;9.48;0;3.96;16267
+75088;44.75753;3.26422;1018;20220517;25;7.2;16.1;2.6;10.81;0;3.99;18288
+75088;44.75753;3.26422;1018;20220518;25.9;10.4;18.2;2.7;12.44;1.1;4.07;17502
+75088;44.75753;3.26422;1018;20220519;23.6;12.2;17.9;6.6;11.78;0;4.61;14024
+75088;44.75753;3.26422;1018;20220520;24.6;12.8;18.7;6.4;10.68;0;5.23;13842
+75088;44.75753;3.26422;1018;20220521;29.8;9.2;19.5;2.1;12.68;.1;4.62;19770
+75088;44.75753;3.26422;1018;20220522;29.7;12.4;21;2.3;13.08;2.3;4.65;18278
+75088;44.75753;3.26422;1018;20220523;15.6;13.6;14.6;3.4;13.01;2.2;1.74;5261
+75088;44.75753;3.26422;1018;20220524;14.4;6.8;10.6;3.1;9.24;.1;2.31;12073
+75088;44.75753;3.26422;1018;20220525;14.9;4.1;9.5;3.6;8.58;0;2.59;14609
+75088;44.75753;3.26422;1018;20220526;15.8;5.5;10.6;3.9;9.41;0;2.68;14688
+75088;44.75753;3.26422;1018;20220527;21.4;9.4;15.4;4.4;11.14;0;3.83;16238
+75088;44.75753;3.26422;1018;20220528;18.8;9;13.9;5;9.31;0;3.76;14921
+75088;44.75753;3.26422;1018;20220529;16.6;3.7;10.2;3.7;6.74;0;3.51;17086
+75088;44.75753;3.26422;1018;20220530;19;.6;9.8;2.5;6.74;.7;3.58;19751
+75088;44.75753;3.26422;1018;20220531;17.7;7.6;12.7;3;9.48;2.4;2.99;13842
+75088;44.75753;3.26422;1018;20220601;25.6;4.8;15.2;2.4;10.98;1.1;4.21;20267
+75088;44.75753;3.26422;1018;20220602;25.2;10.8;18;3.3;12.68;.6;4.21;17415
+75088;44.75753;3.26422;1018;20220603;25.8;13.4;19.6;4.3;11.91;2.2;4.76;15746
+75088;44.75753;3.26422;1018;20220604;25.2;12;18.6;4;14.64;8.1;3.95;16332
+75088;44.75753;3.26422;1018;20220605;18.7;13.2;16;2.4;13.48;0;2.48;11021
+75088;44.75753;3.26422;1018;20220606;22.1;8.2;15.2;2.1;11.98;0;3.34;16652
+75088;44.75753;3.26422;1018;20220607;17.9;8.8;13.4;3.2;10.91;.1;2.83;13648
+75088;44.75753;3.26422;1018;20220608;15.2;7.3;11.2;3.1;11.21;3;2.04;11842
+75088;44.75753;3.26422;1018;20220609;15.6;7.3;11.5;5.1;9.68;0;2.87;13764
+75088;44.75753;3.26422;1018;20220610;22.4;8.3;15.4;3.6;10.68;.1;4.03;17869
+75088;44.75753;3.26422;1018;20220611;27.7;7.8;17.7;2.3;10.74;0;5.87;30437
+75088;44.75753;3.26422;1018;20220612;27.2;11.3;19.2;2.7;12.54;.1;5.39;25921
+75088;44.75753;3.26422;1018;20220613;24.3;12.4;18.4;2.9;14.38;.1;4.6;23963
+75088;44.75753;3.26422;1018;20220614;30.1;8.4;19.2;2.4;11.91;.2;6.19;30370
+75088;44.75753;3.26422;1018;20220615;29.3;14.6;21.9;3.3;14.04;.2;5.95;25031
+75088;44.75753;3.26422;1018;20220616;29.6;11.6;20.6;2.6;13.78;0;5.82;27216
+75088;44.75753;3.26422;1018;20220617;31.6;12.4;22;2.6;12.24;0;6.65;29588
+75088;44.75753;3.26422;1018;20220618;31.1;13.2;22.1;4.6;11.61;0;7.45;28381
+75088;44.75753;3.26422;1018;20220619;27.5;16.7;22.1;8.9;12.18;0;7.75;23163
+75088;44.75753;3.26422;1018;20220620;27.2;13.7;20.4;6;11.41;0;6.83;25227
+75088;44.75753;3.26422;1018;20220621;25.8;14;19.9;3.7;15.04;.9;4.93;22659
+75088;44.75753;3.26422;1018;20220622;23.7;14.9;19.3;4.7;15.14;9;4.55;20731
+75088;44.75753;3.26422;1018;20220623;20.6;12.4;16.5;2.5;14.61;18.4;3.29;17794
+75088;44.75753;3.26422;1018;20220624;17.8;11.1;14.5;3.1;12.48;2.7;3.03;16544
+75088;44.75753;3.26422;1018;20220625;21.9;6.6;14.3;3.2;12.04;14.9;4.1;24131
+75088;44.75753;3.26422;1018;20220626;19.1;12.4;15.7;2.3;14.64;4.5;2.75;14976
+75088;44.75753;3.26422;1018;20220627;15.9;11.9;13.9;2.1;13.51;1.1;2.03;10793
+75088;44.75753;3.26422;1018;20220628;19.5;9.2;14.4;3.1;11.64;.1;3.98;23877
+75088;44.75753;3.26422;1018;20220629;24.8;6.8;15.8;2;11.31;.1;4.95;28139
+75088;44.75753;3.26422;1018;20220630;17.4;11.4;14.4;2.6;12.94;11.3;2.57;13568
+75088;44.75753;3.26422;1018;20220701;18.9;5.8;12.3;2.4;9.81;0;3.92;24928
+75088;44.75753;3.26422;1018;20220702;26.4;4.9;15.7;2.2;10.04;0;5.51;30471
+75088;44.75753;3.26422;1018;20220703;27.7;11.7;19.7;2.3;13.48;2.2;5.25;25992
+75088;44.75753;3.26422;1018;20220704;23.9;12.2;18;2.3;14.98;1.8;3.89;19911
+75088;44.75753;3.26422;1018;20220705;23.1;10.9;17;2.8;12.54;0;4.71;25715
+75088;44.75753;3.26422;1018;20220706;22.3;9.4;15.8;3.5;10.61;0;4.92;26297
+75088;44.75753;3.26422;1018;20220707;22;9;15.5;5;10.78;0;4.99;25604
+75088;44.75753;3.26422;1018;20220708;22.6;11.7;17.2;5.8;11.68;0;5.2;24272
+75088;44.75753;3.26422;1018;20220709;25.3;10.1;17.7;3.4;10.94;0;5.6;27690
+75088;44.75753;3.26422;1018;20220710;25.2;11.2;18.2;3.4;12.11;0;5.39;27025
+75088;44.75753;3.26422;1018;20220711;28.7;9.1;18.9;2.4;11.61;0;5.89;29854
+75088;44.75753;3.26422;1018;20220712;28.1;10.9;19.5;2.7;11.68;0;5.85;28452
+75088;44.75753;3.26422;1018;20220713;29.8;10.2;20;2.4;10.08;0;6.14;29130
+75088;44.75753;3.26422;1018;20220714;30.8;11.9;21.4;2.5;12.01;0;6.2;28195
+75088;44.75753;3.26422;1018;20220715;29.7;12.9;21.3;2.9;12.28;0;6.14;27300
+75088;44.75753;3.26422;1018;20220716;29.5;10.8;20.2;3;11.14;0;6.31;28882
+75088;44.75753;3.26422;1018;20220717;31.1;9.5;20.3;2.8;9.98;0;6.56;29342
+75088;44.75753;3.26422;1018;20220718;32.5;11.4;22;3.5;11.81;1.2;7.1;28909
+75088;44.75753;3.26422;1018;20220719;31.3;17.5;24.4;5.3;11.51;.5;7.71;23506
+75088;44.75753;3.26422;1018;20220720;23.3;13.8;18.6;2.7;13.61;0;3.91;17866
+75088;44.75753;3.26422;1018;20220721;29;9.8;19.4;2.5;12.31;0;5.71;28218
+75088;44.75753;3.26422;1018;20220722;30.8;11;20.9;3.1;13.48;1.3;5.93;25161
+75088;44.75753;3.26422;1018;20220723;26.8;14.3;20.6;2.5;14.44;0;4.99;24100
+75088;44.75753;3.26422;1018;20220724;32.1;10.3;21.2;2.3;11.44;0;6.29;28925
+75088;44.75753;3.26422;1018;20220725;25.2;14.6;19.9;3.7;13.34;0;4.97;21168
+75088;44.75753;3.26422;1018;20220726;23.9;11.6;17.8;3.6;12.28;0;4.85;24198
+75088;44.75753;3.26422;1018;20220727;23.5;9;16.3;3;10.31;0;4.86;25503
+75088;44.75753;3.26422;1018;20220728;25.8;6.9;16.4;2.9;10.34;0;5.12;26138
+75088;44.75753;3.26422;1018;20220729;22.9;12.6;17.7;2.4;12.71;4.2;3.66;17290
+75088;44.75753;3.26422;1018;20220730;25.9;11.2;18.5;2.5;11.58;0;4.79;23165
+75088;44.75753;3.26422;1018;20220731;27.8;10.8;19.3;2.6;11.68;0;5.29;25111
+75088;44.75753;3.26422;1018;20220801;29.4;12.4;20.9;2.7;11.88;0;5.71;25616
+75088;44.75753;3.26422;1018;20220802;29.5;11.8;20.7;2.6;12.34;.6;5.62;26160
+75088;44.75753;3.26422;1018;20220803;31.6;12.1;21.8;2.5;11.21;0;6.07;26442
+75088;44.75753;3.26422;1018;20220804;32.3;14.7;23.5;2.8;11.08;0;6.31;24794
+75088;44.75753;3.26422;1018;20220805;28.7;15;21.9;2.4;15.11;2.2;4.83;21668
+75088;44.75753;3.26422;1018;20220806;26.3;13.1;19.7;3.1;13.84;0;4.88;23474
+75088;44.75753;3.26422;1018;20220807;25.8;10;17.9;3.1;9.91;0;5.26;25150
+75088;44.75753;3.26422;1018;20220808;27.4;8.4;17.9;2.8;9.11;0;5.52;26425
+75088;44.75753;3.26422;1018;20220809;29;9.6;19.3;2.5;8.38;0;5.72;26488
+75088;44.75753;3.26422;1018;20220810;30.8;11.2;21;2.6;8.98;0;5.94;25452
+75088;44.75753;3.26422;1018;20220811;31.4;12.8;22.1;2.2;9.41;0;5.66;24600
+75088;44.75753;3.26422;1018;20220812;31.8;13;22.4;3;10.21;0;6.18;24577
+75088;44.75753;3.26422;1018;20220813;31.6;13.9;22.8;2.6;10.31;16.4;5.87;23789
+75088;44.75753;3.26422;1018;20220814;20.9;16;18.4;3.2;15.34;15.7;2.96;12994
+75088;44.75753;3.26422;1018;20220815;21.5;11.4;16.5;2.8;12.61;.2;3.49;18083
+75088;44.75753;3.26422;1018;20220816;25.9;8.4;17.1;3.3;12.48;2.6;4.3;20787
+75088;44.75753;3.26422;1018;20220817;21.5;11.1;16.3;2.4;14.34;13.4;3.07;17211
+75088;44.75753;3.26422;1018;20220818;18.5;10.4;14.5;3.3;13.58;8.7;2.34;12963
+75088;44.75753;3.26422;1018;20220819;19.9;12.2;16.1;4.5;13.98;.2;3.14;17222
+75088;44.75753;3.26422;1018;20220820;22.7;12.4;17.6;3.1;14.11;.1;3.54;18298
+75088;44.75753;3.26422;1018;20220821;22.5;9.8;16.2;2.7;12.91;.1;3.56;19946
+75088;44.75753;3.26422;1018;20220822;20.7;13.3;17;3.2;14.58;.4;3.01;15490
+75088;44.75753;3.26422;1018;20220823;23.6;14;18.8;3;15.04;.2;3.59;17756
+75088;44.75753;3.26422;1018;20220824;28;10.2;19.1;2;13.01;0;4.48;23358
+75088;44.75753;3.26422;1018;20220825;26.1;13.2;19.7;3.1;14.01;1.8;4.24;19209
+75088;44.75753;3.26422;1018;20220826;22.6;12.7;17.6;2.7;15.58;1.2;3.11;17147
+75088;44.75753;3.26422;1018;20220827;21.8;11.6;16.7;2.4;13.94;.2;3.02;16721
+75088;44.75753;3.26422;1018;20220828;25.6;9;17.3;2.2;11.81;.1;4.09;22053
+75088;44.75753;3.26422;1018;20220829;27.5;10;18.8;2.5;12.24;.4;4.28;20107
+75088;44.75753;3.26422;1018;20220830;24.9;12.6;18.7;2.2;14.24;1.5;3.44;17200
+75088;44.75753;3.26422;1018;20220831;23;9;16;2.5;12.78;.1;3.36;18802
+75088;44.75753;3.26422;1018;20220901;23.9;10.2;17;2.2;12.61;.2;3.42;18322
+75088;44.75753;3.26422;1018;20220902;21.7;10.2;16;2.3;13.14;4.2;2.86;15706
+75088;44.75753;3.26422;1018;20220903;21.2;11.7;16.5;2.6;14.14;1.8;2.82;15698
+75088;44.75753;3.26422;1018;20220904;24;10.9;17.5;3.2;14.41;.1;3.34;17625
+75088;44.75753;3.26422;1018;20220905;24.6;14.2;19.4;5.6;15.68;0;3.7;15036
+75088;44.75753;3.26422;1018;20220906;22.5;13.9;18.2;3.9;15.61;1;2.77;11994
+75088;44.75753;3.26422;1018;20220907;22.2;10.6;16.4;2.6;14.44;8.9;2.75;15743
+75088;44.75753;3.26422;1018;20220908;18.3;7;12.7;2.5;11.61;.2;2.43;15651
+75088;44.75753;3.26422;1018;20220909;17.2;7.9;12.5;2.8;11.11;0;2.38;14683
+75088;44.75753;3.26422;1018;20220910;18.7;6.3;12.5;2.4;10.18;0;2.67;16867
+75088;44.75753;3.26422;1018;20220911;24;6;15;2;9.74;0;3.5;20206
+75088;44.75753;3.26422;1018;20220912;28.6;8.8;18.7;2.7;12.38;0;4.11;19881
+75088;44.75753;3.26422;1018;20220913;23.2;15.3;19.3;5.7;17.24;0;2.82;11470
+75088;44.75753;3.26422;1018;20220914;21.3;14.7;18;3.9;15.61;10.3;2.51;10970
+75088;44.75753;3.26422;1018;20220915;20.6;10.8;15.7;2.5;13.34;.4;2.48;13823
+75088;44.75753;3.26422;1018;20220916;17.6;11.1;14.4;3;11.88;.1;2.32;12645
+75088;44.75753;3.26422;1018;20220917;11.7;5.1;8.4;4.2;7.54;0;2.15;13757
+75088;44.75753;3.26422;1018;20220918;17.7;1.2;9.4;2.6;6.51;0;2.9;18632
+75088;44.75753;3.26422;1018;20220919;15.8;2.7;9.2;3.2;7.28;0;2.62;16920
+75088;44.75753;3.26422;1018;20220920;16.4;1.9;9.2;2.7;7.28;0;2.59;17630
+75088;44.75753;3.26422;1018;20220921;17;2.5;9.8;2.5;7.48;0;2.56;17121
+75088;44.75753;3.26422;1018;20220922;19.8;2.1;11;2.2;8.24;0;2.71;17607
+75088;44.75753;3.26422;1018;20220923;17.7;4.7;11.2;2.6;9.88;10.7;2.14;13428
+75088;44.75753;3.26422;1018;20220924;14.1;5.8;10;2;10.48;1.8;1.52;11128
+75088;44.75753;3.26422;1018;20220925;11.9;5.8;8.8;1.7;9.74;1.3;1.27;9082
+75088;44.75753;3.26422;1018;20220926;11.4;5.9;8.6;3.2;9.18;1;1.38;9089
+75088;44.75753;3.26422;1018;20220927;9;5.9;7.5;5.2;9.28;0;.99;6962
+75088;44.75753;3.26422;1018;20220928;12.1;8.1;10.1;4.9;11.21;5.1;1.1;7763
+75088;44.75753;3.26422;1018;20220929;10.7;5.6;8.1;3.6;8.74;.5;1.38;9005
+75088;44.75753;3.26422;1018;20220930;10.1;3.3;6.7;2.9;7.68;.3;1.41;10376
+75088;44.75753;3.26422;1018;20221001;14.7;2.5;8.6;3.7;10.38;0;1.47;13209
+75088;44.75753;3.26422;1018;20221002;16;10.5;13.3;3;12.38;.1;1.7;10736
+75088;44.75753;3.26422;1018;20221003;15.2;6.8;11;2.6;10.58;0;1.52;9699
+75088;44.75753;3.26422;1018;20221004;19.4;3.3;11.4;2.5;9.78;.1;2.22;14887
+75088;44.75753;3.26422;1018;20221005;18.8;4.6;11.7;3.6;10.21;.1;2.3;14033
+75088;44.75753;3.26422;1018;20221006;17.4;6;11.7;2.3;10.94;0;1.65;10883
+75088;44.75753;3.26422;1018;20221007;18;5.9;11.9;1.9;11.08;1.4;1.74;12827
+75088;44.75753;3.26422;1018;20221008;14.4;9;11.7;2.1;11.48;.7;1.2;7117
+75088;44.75753;3.26422;1018;20221009;18;2.7;10.4;2.9;9.88;0;1.9;13974
+75088;44.75753;3.26422;1018;20221010;19.3;7.9;13.6;3;11.08;0;2.07;11218
+75088;44.75753;3.26422;1018;20221011;18.4;5.3;11.8;2;10.81;0;1.67;11780
+75088;44.75753;3.26422;1018;20221012;17.8;8.9;13.4;1.7;11.24;.7;1.57;9658
+75088;44.75753;3.26422;1018;20221013;14.3;5.3;9.8;2.2;10.88;5.4;1.05;7547
+75088;44.75753;3.26422;1018;20221014;14.3;10.1;12.2;3.5;12.78;.4;1.04;6680
+75088;44.75753;3.26422;1018;20221015;19.4;9.3;14.3;3.4;11.98;0;1.98;10306
+75088;44.75753;3.26422;1018;20221016;17.4;10.9;14.1;6.6;13.24;0;1.67;8210
+75088;44.75753;3.26422;1018;20221017;16.1;12.4;14.2;7.6;13.54;0;1.45;4873
+75088;44.75753;3.26422;1018;20221018;20.6;11;15.8;3.1;13.11;.2;1.89;9981
+75088;44.75753;3.26422;1018;20221019;19.4;8.1;13.7;3.4;11.44;3.3;1.85;9048
+75088;44.75753;3.26422;1018;20221020;16.8;13.1;14.9;6.1;14.78;6.1;1.21;5025
+75088;44.75753;3.26422;1018;20221021;18.3;13.2;15.8;4.4;13.24;1.1;1.84;6810
+75088;44.75753;3.26422;1018;20221022;18.5;6.3;12.4;3.3;10.84;0;1.74;10693
+75088;44.75753;3.26422;1018;20221023;16.7;11.2;13.9;5.6;12.94;0;1.43;4582
+75088;44.75753;3.26422;1018;20221024;16.8;10.8;13.8;3;11.11;.2;1.62;7596
+75088;44.75753;3.26422;1018;20221025;17.9;5.2;11.5;3.6;9.78;0;1.74;9380
+75088;44.75753;3.26422;1018;20221026;19.4;7.6;13.5;2.5;11.51;0;1.56;9137
+75088;44.75753;3.26422;1018;20221027;21.2;10.2;15.7;3.5;12.08;0;2.05;7870
+75088;44.75753;3.26422;1018;20221028;21.8;13.1;17.4;3.9;9.44;0;3.05;7310
+75088;44.75753;3.26422;1018;20221029;19.4;11.5;15.5;5.2;7.58;0;3.45;6892
+75088;44.75753;3.26422;1018;20221030;18.3;10.4;14.4;5.2;9.68;0;2.5;7070
+75088;44.75753;3.26422;1018;20221031;16.6;9.9;13.3;6.3;11.71;10.2;1.73;7107
+75088;44.75753;3.26422;1018;20221101;13.4;9.5;11.4;3.3;10.68;.1;1.18;6988
+75088;44.75753;3.26422;1018;20221102;14.1;2.1;8.1;1.9;8.01;0;1.07;8932
+75088;44.75753;3.26422;1018;20221103;12.2;3;7.6;5.1;8.68;1.7;1.09;5845
+75088;44.75753;3.26422;1018;20221104;5.2;4.5;4.9;5.3;7.48;8.1;.69;2095
+75088;44.75753;3.26422;1018;20221105;7.7;.8;4.3;3.8;6.31;0;.97;7511
+75088;44.75753;3.26422;1018;20221106;14.1;-1.6;6.2;2.9;5.44;.1;1.57;9560
+75088;44.75753;3.26422;1018;20221107;14.2;.9;7.6;3.6;7.58;0;1.35;8985
+75088;44.75753;3.26422;1018;20221108;12.1;5.8;9;6.6;10.08;8;.88;5177
+75088;44.75753;3.26422;1018;20221109;13.2;9.4;11.3;3.8;10.88;1.2;1.03;4121
+75088;44.75753;3.26422;1018;20221110;10;6;8;2.6;8.64;0;.82;4809
+75088;44.75753;3.26422;1018;20221111;14.5;.4;7.5;5.2;9.54;.1;.77;8517
+75088;44.75753;3.26422;1018;20221112;17.9;7.1;12.5;3.9;8.48;0;2.01;7007
+75088;44.75753;3.26422;1018;20221113;15.6;4;9.8;3.3;8.28;0;1.36;6996
+75088;44.75753;3.26422;1018;20221114;10.1;7.2;8.7;5.4;9.94;7.2;.71;2423
+75088;44.75753;3.26422;1018;20221115;11.3;7.7;9.5;4.5;10.44;6.3;.73;3403
+75088;44.75753;3.26422;1018;20221116;10.3;5;7.7;3.8;8.58;0;.86;4876
+75088;44.75753;3.26422;1018;20221117;10.2;6.6;8.4;5.7;9.04;3.4;1.03;4059
+75088;44.75753;3.26422;1018;20221118;6;2.8;4.4;3.6;7.18;.2;.6;3429
+75088;44.75753;3.26422;1018;20221119;4.6;.9;2.8;3.2;6.21;.5;.58;4412
+75088;44.75753;3.26422;1018;20221120;4.6;-2.6;1;3.6;5.68;0;.54;5734
+75088;44.75753;3.26422;1018;20221121;5.6;-1;2.3;3.5;6.44;4.3;.48;3938
+75088;44.75753;3.26422;1018;20221122;3.7;.4;2;4.7;6.31;1.8;.47;3684
+75088;44.75753;3.26422;1018;20221123;8.4;1.5;4.9;3.9;7.64;.6;.59;5305
+75088;44.75753;3.26422;1018;20221124;8.9;1.7;5.3;2;7.51;0;.52;5392
+75088;44.75753;3.26422;1018;20221125;6.1;4.4;5.3;2.9;7.78;4.6;.55;1864
+75088;44.75753;3.26422;1018;20221126;5.5;1.5;3.5;2.6;6.11;0;.63;4055
+75088;44.75753;3.26422;1018;20221127;9.5;-1.7;3.9;4.1;5.01;2.2;1.26;5867
+75088;44.75753;3.26422;1018;20221128;5.4;3.5;4.5;3.6;7.44;2;.51;1966
+75088;44.75753;3.26422;1018;20221129;4.2;.4;2.3;3.7;6.08;.4;.55;3621
+75088;44.75753;3.26422;1018;20221130;3.1;.2;1.7;3.7;6.18;.2;.43;2210
+75088;44.75753;3.26422;1018;20221201;1.6;.7;1.1;4;5.84;0;.46;1258
+75088;44.75753;3.26422;1018;20221202;-.8;-1.8;-1.3;2.4;5.04;4.5;.35;1307
+75088;44.75753;3.26422;1018;20221203;1.5;-1.7;-.1;1.5;5.84;5.8;.26;2677
+75088;44.75753;3.26422;1018;20221204;2.1;.1;1.1;2.8;5.81;4.5;.4;2754
+75088;44.75753;3.26422;1018;20221205;1.3;-8.9;-3.8;2.2;3.74;.1;.34;6577
+75088;44.75753;3.26422;1018;20221206;4.9;-9.2;-2.1;2.6;3.44;.1;.66;7196
+75088;44.75753;3.26422;1018;20221207;-1.7;-8;-4.9;2.4;3.61;0;.35;3597
+75088;44.75753;3.26422;1018;20221208;3.4;-10.2;-3.4;2.2;4.61;4.3;.28;5538
+75088;44.75753;3.26422;1018;20221209;4.2;1.5;2.8;1.2;7.08;1.2;.29;2763
+75088;44.75753;3.26422;1018;20221210;-1.9;-1.1;-1.5;3.4;4.81;0;.41;1133
+75088;44.75753;3.26422;1018;20221211;1;-9.5;-4.2;2.3;3.01;0;.49;6136
+75088;44.75753;3.26422;1018;20221212;.9;-7.9;-3.5;2.5;3.41;11.4;.54;4390
+75088;44.75753;3.26422;1018;20221213;5.3;-2.3;1.5;4.2;7.24;2.4;.03;4752
+75088;44.75753;3.26422;1018;20221214;6.9;4.1;5.5;3;8.21;1.1;.43;2306
+75088;44.75753;3.26422;1018;20221215;5.6;1.2;3.4;2.3;7.41;19.1;.3;2412
+75088;44.75753;3.26422;1018;20221216;.8;.5;.6;3;5.68;0;.42;928
+75088;44.75753;3.26422;1018;20221217;2.4;-7.8;-2.7;2.5;3.24;0;.6;5857
+75088;44.75753;3.26422;1018;20221218;4.9;-6.7;-.9;5.3;4.81;0;.56;5432
+75088;44.75753;3.26422;1018;20221219;8.5;3.9;6.2;9.8;8.54;0;.56;2918
+75088;44.75753;3.26422;1018;20221220;8.9;5.7;7.3;8.5;8.94;2.4;.71;2182
+75088;44.75753;3.26422;1018;20221221;8.5;6.6;7.5;4;9.18;.9;.57;2453
+75088;44.75753;3.26422;1018;20221222;9.1;5.5;7.3;6.3;9.38;4.1;.54;2636
+75088;44.75753;3.26422;1018;20221223;10.7;8.5;9.6;4.8;11.01;.6;.54;1734
+75088;44.75753;3.26422;1018;20221224;11;7.3;9.1;2.2;9.38;0;.61;3552
+75088;44.75753;3.26422;1018;20221225;11.9;.9;6.4;3.7;7.64;0;.77;5348
+75088;44.75753;3.26422;1018;20221226;10.6;5.2;7.9;3.3;8.48;.2;.76;3514
+75088;44.75753;3.26422;1018;20221227;6.7;1.3;4;1.9;6.88;0;.44;3568
+75088;44.75753;3.26422;1018;20221228;9.5;-1.1;4.2;3.6;7.44;0;.52;4567
+75088;44.75753;3.26422;1018;20221229;7.3;3.7;5.5;3.6;8.11;3.6;.47;2308
+75088;44.75753;3.26422;1018;20221230;8.5;3.3;5.9;4.1;8.68;1;.39;3251
+75088;44.75753;3.26422;1018;20221231;11.5;7.1;9.3;5.7;9.31;0;1.04;3323
+75089;44.77736;3.57849;1125;20220101;17.8;2;9.9;2;5.01;0;1.32;7000
+75089;44.77736;3.57849;1125;20220102;12.6;2.6;7.6;2.9;5.61;0;1.48;3000
+75089;44.77736;3.57849;1125;20220103;8.9;3.2;6.1;3.1;7.31;0;.72;4800
+75089;44.77736;3.57849;1125;20220104;10.2;5.3;7.8;5;7.11;5.4;1.31;5400
+75089;44.77736;3.57849;1125;20220105;-2.6;-2.2;-2.4;7.3;4.31;.3;.49;4600
+75089;44.77736;3.57849;1125;20220106;-2.6;-3.9;-3.2;6.6;3.91;0;.56;2800
+75089;44.77736;3.57849;1125;20220107;.1;-8.1;-4;4;4.41;1.9;.21;5600
+75089;44.77736;3.57849;1125;20220108;2.3;-1.6;.4;7.1;6.11;3.7;.2;4700
+75089;44.77736;3.57849;1125;20220109;.3;-1.2;-.4;6.7;5.41;3.9;.37;3200
+75089;44.77736;3.57849;1125;20220110;-.8;-.7;-.7;5.2;4.91;.3;.45;5800
+75089;44.77736;3.57849;1125;20220111;-2;-8.6;-5.3;5.6;3.91;0;.2;7700
+75089;44.77736;3.57849;1125;20220112;-3.4;-6.4;-4.9;4.8;3.81;0;.27;6600
+75089;44.77736;3.57849;1125;20220113;3;-10.4;-3.7;1.6;3.11;0;.42;9700
+75089;44.77736;3.57849;1125;20220114;8.7;-5.6;1.6;1.6;2.51;0;.85;8700
+75089;44.77736;3.57849;1125;20220115;12.6;-4.7;4;1.5;2.21;0;1.01;8900
+75089;44.77736;3.57849;1125;20220116;3.5;-5.3;-.9;3.1;3.11;0;.9;9100
+75089;44.77736;3.57849;1125;20220117;.2;-3.7;-1.7;6.3;5.41;0;.13;4400
+75089;44.77736;3.57849;1125;20220118;1.7;-2.9;-.6;3.6;4.71;0;.56;5300
+75089;44.77736;3.57849;1125;20220119;.8;-2.3;-.7;3.8;4.81;.1;.52;4800
+75089;44.77736;3.57849;1125;20220120;-.6;-2.8;-1.7;6.9;4.91;.3;.39;2700
+75089;44.77736;3.57849;1125;20220121;-3.4;-5;-4.2;10.8;3.71;0;.56;5100
+75089;44.77736;3.57849;1125;20220122;-3.3;-6.8;-5;7.7;4.11;0;.17;4100
+75089;44.77736;3.57849;1125;20220123;-1;-4.2;-2.6;2.2;4.71;0;.29;6500
+75089;44.77736;3.57849;1125;20220124;11.3;-4.9;3.2;2.2;3.91;0;1.16;10000
+75089;44.77736;3.57849;1125;20220125;9.9;-3.2;3.4;2;3.51;0;1.1;10100
+75089;44.77736;3.57849;1125;20220126;6.5;-5;.8;2;3.61;0;.86;10300
+75089;44.77736;3.57849;1125;20220127;6.6;-5.4;.6;2.6;3.11;0;1.12;10600
+75089;44.77736;3.57849;1125;20220128;.5;-3.9;-1.7;4.3;4.91;0;.4;5800
+75089;44.77736;3.57849;1125;20220129;5.3;-6.7;-.7;2.4;4.31;0;.72;9300
+75089;44.77736;3.57849;1125;20220130;2.1;-.1;1;4.1;6.21;0;.37;3900
+75089;44.77736;3.57849;1125;20220131;2.4;-1.7;.4;6.7;5.41;.2;.62;4400
+75089;44.77736;3.57849;1125;20220201;.4;-4.9;-2.2;8.8;4.91;.4;.34;6800
+75089;44.77736;3.57849;1125;20220202;3.7;.5;2.1;5.6;7.01;0;.29;3500
+75089;44.77736;3.57849;1125;20220203;12.6;-3.6;4.5;3;5.11;0;1.49;7500
+75089;44.77736;3.57849;1125;20220204;5.8;-.9;2.5;3.4;5.81;.2;.81;8500
+75089;44.77736;3.57849;1125;20220205;3.1;1.4;2.3;4.2;5.51;.2;.88;9100
+75089;44.77736;3.57849;1125;20220206;2.5;-4;-.7;5;5.41;1;.46;8200
+75089;44.77736;3.57849;1125;20220207;2.6;1.4;2;6.6;5.61;.9;.91;8500
+75089;44.77736;3.57849;1125;20220208;7.4;-4;1.7;3.1;4.41;0;1.2;12300
+75089;44.77736;3.57849;1125;20220209;11.6;-2.8;4.4;3.4;5.21;0;1.56;12600
+75089;44.77736;3.57849;1125;20220210;6.5;-1;2.8;1.9;5.54;0;1.48;11400
+75089;44.77736;3.57849;1125;20220211;5;1.7;3.4;2.6;5.24;0;1.21;8150
+75089;44.77736;3.57849;1125;20220212;7.3;-5.5;.9;3.3;4.75;0;1.27;9500
+75089;44.77736;3.57849;1125;20220213;5;1.2;3.1;4.6;6.79;5.8;1.01;7100
+75089;44.77736;3.57849;1125;20220214;4.6;3.1;3.9;3;7.14;6.3;.84;3850
+75089;44.77736;3.57849;1125;20220215;3;-.9;1.1;3.2;5.99;1.2;.81;6850
+75089;44.77736;3.57849;1125;20220216;7.1;.3;3.7;6.3;7.81;1.3;.49;6500
+75089;44.77736;3.57849;1125;20220217;11.2;5.8;8.5;4.8;9.11;.2;1.18;7200
+75089;44.77736;3.57849;1125;20220218;15.3;3.2;9.3;5;7.81;0;2.16;13600
+75089;44.77736;3.57849;1125;20220219;3.7;-.6;1.6;4.8;4.81;0;1.23;11600
+75089;44.77736;3.57849;1125;20220220;7.6;-1.7;3;5.2;5.91;.4;1.21;9800
+75089;44.77736;3.57849;1125;20220221;3.6;3.1;3.4;8.6;5.81;2.4;1.3;7300
+75089;44.77736;3.57849;1125;20220222;5.6;-.7;2.5;7;5.91;.1;1.1;10400
+75089;44.77736;3.57849;1125;20220223;8.7;2.3;5.5;4;6.91;0;1.3;10400
+75089;44.77736;3.57849;1125;20220224;9.8;2.3;6.1;5.1;6.41;.4;1.69;9800
+75089;44.77736;3.57849;1125;20220225;1.7;-1.5;.1;6.6;4.91;0;1.03;13000
+75089;44.77736;3.57849;1125;20220226;5.3;-2.9;1.2;5.2;4.21;0;1.64;15800
+75089;44.77736;3.57849;1125;20220227;8.7;-4.5;2.1;2.9;4.31;0;1.66;16000
+75089;44.77736;3.57849;1125;20220228;8.7;-2.6;3.1;3.5;5.21;0;1.62;16200
+75089;44.77736;3.57849;1125;20220301;11.7;-4.3;3.7;2.5;4.91;0;1.78;15400
+75089;44.77736;3.57849;1125;20220302;8.3;-1.1;3.6;3.2;6.31;0;1.2;10100
+75089;44.77736;3.57849;1125;20220303;10.4;1.2;5.8;2.5;7.61;0;1.32;12900
+75089;44.77736;3.57849;1125;20220304;6.8;3.3;5.1;5.1;6.61;0;1.3;6800
+75089;44.77736;3.57849;1125;20220305;6.6;-2.6;2;4.3;4.21;0;1.85;17100
+75089;44.77736;3.57849;1125;20220306;3.7;-4.5;-.4;3.5;3.21;0;1.68;17400
+75089;44.77736;3.57849;1125;20220307;7.9;-9.1;-.6;1.8;3.21;0;1.6;17500
+75089;44.77736;3.57849;1125;20220308;6;-5.4;.3;5;5.01;0;1.39;17300
+75089;44.77736;3.57849;1125;20220309;6.4;-3.6;1.4;4;6.11;0;1.04;12800
+75089;44.77736;3.57849;1125;20220310;4.8;1.8;3.3;5.6;7.01;2.2;.67;3800
+75089;44.77736;3.57849;1125;20220311;3.8;2.5;3.2;9.2;6.71;1.2;.8;4600
+75089;44.77736;3.57849;1125;20220312;3.2;.9;2.1;7.8;6.11;0;.83;5600
+75089;44.77736;3.57849;1125;20220313;2.2;.7;1.5;7.8;5.81;12.8;.86;6800
+75089;44.77736;3.57849;1125;20220314;5;-2.9;1.1;5;6.91;2.2;.46;7800
+75089;44.77736;3.57849;1125;20220315;6.5;4.8;5.7;8.6;8.31;0;.79;5600
+75089;44.77736;3.57849;1125;20220316;11.4;4.6;8;3.9;8.41;0;1.52;8900
+75089;44.77736;3.57849;1125;20220317;6.3;5;5.7;5.4;8.51;1.4;.58;2000
+75089;44.77736;3.57849;1125;20220318;6.8;2.6;4.7;2.1;7.89;0;.94;4750
+75089;44.77736;3.57849;1125;20220319;12.8;1.6;7.2;1.6;6.79;0;2.07;15200
+75089;44.77736;3.57849;1125;20220320;6.3;-.2;3;4;6.14;0;1.31;5150
+75089;44.77736;3.57849;1125;20220321;8.3;1.9;5.1;4;5.49;0;2.31;13550
+75089;44.77736;3.57849;1125;20220322;8.9;-1.2;3.9;4;4.24;0;2.71;18300
+75089;44.77736;3.57849;1125;20220323;11;-2.1;4.5;3.2;3.74;0;2.95;20350
+75089;44.77736;3.57849;1125;20220324;13.8;-3.4;5.2;2.9;3.99;0;3.1;20750
+75089;44.77736;3.57849;1125;20220325;14.9;-2.5;6.2;2.3;3.99;0;2.98;18950
+75089;44.77736;3.57849;1125;20220326;15.8;-1.3;7.2;2.2;4.59;0;3.08;20000
+75089;44.77736;3.57849;1125;20220327;15.9;-.9;7.5;2.4;4.69;0;3.18;20450
+75089;44.77736;3.57849;1125;20220328;15.9;-.3;7.8;2.9;4.44;0;3.4;19000
+75089;44.77736;3.57849;1125;20220329;13.4;3.8;8.6;2.6;6.04;1.8;2.55;11950
+75089;44.77736;3.57849;1125;20220330;9.1;3.5;6.3;1.7;8.19;1.7;1.25;6400
+75089;44.77736;3.57849;1125;20220331;5.4;.7;3;3;6.99;5.1;1.06;6350
+75089;44.77736;3.57849;1125;20220401;-1.5;-3.9;-2.7;6;4.35;5.3;1.08;12200
+75089;44.77736;3.57849;1125;20220402;-3.4;-5.5;-4.5;4.4;3.75;.5;.82;6200
+75089;44.77736;3.57849;1125;20220403;-2.3;-5.7;-4;3.7;3.75;.3;.9;6800
+75089;44.77736;3.57849;1125;20220404;7.9;-6.6;.6;1.7;4.29;0;2.23;22600
+75089;44.77736;3.57849;1125;20220405;11.7;-5.3;3.2;2.2;6.14;0;2.26;19100
+75089;44.77736;3.57849;1125;20220406;13.7;1.5;7.6;2.4;8.04;1.6;2.26;14750
+75089;44.77736;3.57849;1125;20220407;9;3.7;6.4;5.2;8.79;7.4;1.54;8800
+75089;44.77736;3.57849;1125;20220408;12.5;6;9.3;6.2;8.59;1.9;2.6;10450
+75089;44.77736;3.57849;1125;20220409;6.7;-.5;3.1;5;4.79;0;2.49;16400
+75089;44.77736;3.57849;1125;20220410;14;-5.2;4.4;2;4.39;.2;3.14;24300
+75089;44.77736;3.57849;1125;20220411;8.2;1.2;4.7;5;6.64;.1;1.91;10100
+75089;44.77736;3.57849;1125;20220412;10.5;4.9;7.7;5;5.59;0;2.87;7100
+75089;44.77736;3.57849;1125;20220413;17.2;5.8;11.5;2.8;6.44;0;3.68;18450
+75089;44.77736;3.57849;1125;20220414;18.7;3.5;11.1;2.3;9.04;0;3.39;20800
+75089;44.77736;3.57849;1125;20220415;19.6;5.1;12.4;2.4;9.44;0;3.66;21850
+75089;44.77736;3.57849;1125;20220416;18;4.4;11.2;3.5;7.79;0;4.06;23150
+75089;44.77736;3.57849;1125;20220417;19.4;.5;10;2.3;5.99;0;4.11;25950
+75089;44.77736;3.57849;1125;20220418;17.2;.5;8.9;2.2;6.69;0;3.67;24500
+75089;44.77736;3.57849;1125;20220419;16.1;.2;8.1;1.6;7.19;0;2.79;18000
+75089;44.77736;3.57849;1125;20220420;11.3;4.7;8;1.6;8.69;4.6;1.52;6900
+75089;44.77736;3.57849;1125;20220421;12;5;8.5;1.2;9.84;3;1.58;8850
+75089;44.77736;3.57849;1125;20220422;16.7;1.4;9.1;1.8;8.39;0;2.97;19500
+75089;44.77736;3.57849;1125;20220423;9.2;6.4;7.8;3.6;8.09;13.1;1.76;4900
+75089;44.77736;3.57849;1125;20220424;9.7;-.3;4.7;2.4;8.54;2.6;1.34;8700
+75089;44.77736;3.57849;1125;20220425;13.8;2.8;8.3;2.2;7.79;0;2.85;18550
+75089;44.77736;3.57849;1125;20220426;17.3;.3;8.8;2.1;7.64;0;3.5;23500
+75089;44.77736;3.57849;1125;20220427;19.9;2.1;11;1.9;8.19;0;3.92;25100
+75089;44.77736;3.57849;1125;20220428;20.2;4.3;12.2;1.7;9.34;1.7;3.5;20450
+75089;44.77736;3.57849;1125;20220429;20.2;2.5;11.4;1.4;9.14;.9;3.52;22000
+75089;44.77736;3.57849;1125;20220430;15.1;6.1;10.6;2.4;9.04;.1;3.14;19100
+75089;44.77736;3.57849;1125;20220501;16.7;.8;8.7;1.8;6.99;0;3.69;25950
+75089;44.77736;3.57849;1125;20220502;17.4;1.8;9.6;2;8.09;2.6;3.46;22250
+75089;44.77736;3.57849;1125;20220503;15.4;6.1;10.8;1.4;9.54;3.1;2.21;11200
+75089;44.77736;3.57849;1125;20220504;16.4;2.3;9.4;1.4;10.04;3;2.69;17950
+75089;44.77736;3.57849;1125;20220505;11.6;5.8;8.7;2.8;9.14;2.7;2.18;12250
+75089;44.77736;3.57849;1125;20220506;9.1;5.2;7.2;6.9;8.91;.2;.81;400
+75089;44.77736;3.57849;1125;20220507;14.7;5;9.9;5.8;8.61;0;1.95;2400
+75089;44.77736;3.57849;1125;20220508;14.4;6.8;10.6;4.1;9.21;0;1.62;2000
+75089;44.77736;3.57849;1125;20220509;17.2;4.5;10.9;2.3;9.31;.1;1.55;2900
+75089;44.77736;3.57849;1125;20220510;20.9;5.4;13.2;2.6;10.51;.1;1.87;2700
+75089;44.77736;3.57849;1125;20220511;20.2;8.5;14.4;4.1;10.41;0;2.42;2900
+75089;44.77736;3.57849;1125;20220512;20.5;8;14.3;3.8;9.81;0;2.47;2500
+75089;44.77736;3.57849;1125;20220513;19.3;6.8;13.1;2.7;10.51;2.3;1.77;2700
+75089;44.77736;3.57849;1125;20220514;20.8;10.8;15.8;1.7;13.21;0;1.43;2500
+75089;44.77736;3.57849;1125;20220515;19.1;11.3;15.2;3.4;11.01;.1;2.12;2500
+75089;44.77736;3.57849;1125;20220516;21.4;9.1;15.3;2.9;9.01;.1;2.5;2200
+75089;44.77736;3.57849;1125;20220517;24.3;8;16.2;2;11.01;0;2.11;2800
+75089;44.77736;3.57849;1125;20220518;24.2;10.6;17.4;1.9;12.81;.5;1.89;2600
+75089;44.77736;3.57849;1125;20220519;22.2;12.6;17.4;4.5;11.51;0;2.96;2800
+75089;44.77736;3.57849;1125;20220520;21.1;12.9;17;5.7;10.11;0;3.52;2500
+75089;44.77736;3.57849;1125;20220521;27.4;10;18.7;2.1;12.01;0;2.46;2900
+75089;44.77736;3.57849;1125;20220522;28.1;15;21.6;2;13.21;.8;2.41;2000
+75089;44.77736;3.57849;1125;20220523;19.4;13;16.2;3;12.71;2.3;1.74;1500
+75089;44.77736;3.57849;1125;20220524;13.6;7;10.3;2.6;9.11;0;1.32;1800
+75089;44.77736;3.57849;1125;20220525;14.6;6.3;10.5;4.9;8.71;0;1.87;1800
+75089;44.77736;3.57849;1125;20220526;15.2;6.3;10.8;4.8;9.51;0;1.75;2500
+75089;44.77736;3.57849;1125;20220527;19.9;8.5;14.2;5.3;10.91;0;2.49;2700
+75089;44.77736;3.57849;1125;20220528;17.4;8.7;13.1;6.8;9.11;0;2.89;2800
+75089;44.77736;3.57849;1125;20220529;15.2;4.5;9.9;5;6.61;0;2.62;3200
+75089;44.77736;3.57849;1125;20220530;19.5;.8;10.2;2.5;6.61;.5;2.27;2900
+75089;44.77736;3.57849;1125;20220531;17.4;9.1;13.3;3.3;10.21;2.6;1.75;1100
+75089;44.77736;3.57849;1125;20220601;22.2;6.1;14.2;2;11.41;0;1.65;2000
+75089;44.77736;3.57849;1125;20220602;23.7;10.9;17.3;2.9;11.91;.7;2.38;2400
+75089;44.77736;3.57849;1125;20220603;23.5;13.3;18.4;3.6;11.31;.7;2.92;2500
+75089;44.77736;3.57849;1125;20220604;24.1;12.4;18.3;4.2;13.51;2.3;2.72;3000
+75089;44.77736;3.57849;1125;20220605;20.6;13;16.8;3.6;12.71;0;2.2;2800
+75089;44.77736;3.57849;1125;20220606;22.5;8.2;15.4;2.9;11.31;.1;2.17;2500
+75089;44.77736;3.57849;1125;20220607;18.6;8.3;13.5;2.7;10.91;.1;1.68;2400
+75089;44.77736;3.57849;1125;20220608;16.6;7.1;11.9;2.7;10.61;1.5;1.31;1300
+75089;44.77736;3.57849;1125;20220609;15.3;7.4;11.4;6;9.31;0;2.09;2300
+75089;44.77736;3.57849;1125;20220610;21.6;7.2;14.4;5.3;9.81;0;3.1;3100
+75089;44.77736;3.57849;1125;20220611;26.2;10.6;18.4;3.4;9.81;0;6.55;32600
+75089;44.77736;3.57849;1125;20220612;27.2;10.9;19.1;2;11.61;.4;4.73;21600
+75089;44.77736;3.57849;1125;20220613;22.6;11.8;17.2;3;13.61;0;4.2;21800
+75089;44.77736;3.57849;1125;20220614;29.7;9;19.4;2.3;9.91;.1;6.52;32200
+75089;44.77736;3.57849;1125;20220615;31.2;14.9;23.1;2.7;12.41;0;5.99;23200
+75089;44.77736;3.57849;1125;20220616;29.2;13.7;21.5;2.7;14.11;0;5.92;27100
+75089;44.77736;3.57849;1125;20220617;30.2;13.5;21.9;3.8;11.61;0;7.27;30600
+75089;44.77736;3.57849;1125;20220618;29;12.6;20.8;4.4;11.51;0;7.26;31200
+75089;44.77736;3.57849;1125;20220619;25.7;17.3;21.5;8.1;12.11;0;7.83;30500
+75089;44.77736;3.57849;1125;20220620;25.6;14.2;19.9;6;10.71;0;7.32;31700
+75089;44.77736;3.57849;1125;20220621;25.7;13.7;19.7;4;14.61;1;5.16;23500
+75089;44.77736;3.57849;1125;20220622;23.4;15.1;19.3;5.5;15.41;12.9;4.75;22200
+75089;44.77736;3.57849;1125;20220623;17.9;13.5;15.7;3.2;14.51;18.8;2.21;10000
+75089;44.77736;3.57849;1125;20220624;17.7;10.2;14;2.9;12.11;3.1;2.93;16000
+75089;44.77736;3.57849;1125;20220625;21.5;7.1;14.3;3.4;11.91;14.2;4.6;28400
+75089;44.77736;3.57849;1125;20220626;22.1;11.7;16.9;3.4;14.81;4.7;4.24;24400
+75089;44.77736;3.57849;1125;20220627;18;10.6;14.3;3.8;13.01;.4;3.04;17600
+75089;44.77736;3.57849;1125;20220628;18;8.6;13.3;4.6;11.51;.1;3.7;23100
+75089;44.77736;3.57849;1125;20220629;23.6;8.3;16;1.9;10.61;.1;5.43;32400
+75089;44.77736;3.57849;1125;20220630;21.8;13.2;17.5;2.7;12.21;3.4;3.88;17600
+75089;44.77736;3.57849;1125;20220701;17.1;7.9;12.5;3.6;10.21;0;4.12;27400
+75089;44.77736;3.57849;1125;20220702;26.6;5.5;16.1;1.7;9.81;0;5.63;32300
+75089;44.77736;3.57849;1125;20220703;27.9;13.4;20.7;1.4;13.91;2.4;5.01;25400
+75089;44.77736;3.57849;1125;20220704;23.2;12.5;17.9;2.1;14.91;1.9;3.81;19800
+75089;44.77736;3.57849;1125;20220705;21.6;12;16.8;3.4;12.91;0;5.06;29600
+75089;44.77736;3.57849;1125;20220706;20.7;9.5;15.1;4.8;10.21;0;5.44;31500
+75089;44.77736;3.57849;1125;20220707;20.6;8.8;14.7;6.2;10.51;0;5.1;28200
+75089;44.77736;3.57849;1125;20220708;21.1;10.5;15.8;7.6;10.71;0;5.67;29900
+75089;44.77736;3.57849;1125;20220709;23.7;9.4;16.6;4.9;9.51;0;6.29;31800
+75089;44.77736;3.57849;1125;20220710;23.4;10.6;17;5.3;10.91;0;6.07;31300
+75089;44.77736;3.57849;1125;20220711;26.6;9.5;18.1;2.5;10.51;0;5.98;31500
+75089;44.77736;3.57849;1125;20220712;26;10.9;18.5;2.3;11.11;0;5.82;31200
+75089;44.77736;3.57849;1125;20220713;28.7;10.3;19.5;1.5;9.71;0;5.79;30900
+75089;44.77736;3.57849;1125;20220714;30.7;13.2;22;2.2;11.61;0;6.4;30200
+75089;44.77736;3.57849;1125;20220715;28.3;14.2;21.3;2.4;11.91;0;6.07;29100
+75089;44.77736;3.57849;1125;20220716;26.9;12.5;19.7;3.3;10.11;0;6.47;30600
+75089;44.77736;3.57849;1125;20220717;29;12.3;20.7;3.1;8.91;0;6.88;30900
+75089;44.77736;3.57849;1125;20220718;31.4;13.5;22.5;2.2;11.41;.8;6.49;30100
+75089;44.77736;3.57849;1125;20220719;29.1;16.6;22.9;3.3;12.81;.2;6.67;29100
+75089;44.77736;3.57849;1125;20220720;26.5;14.9;20.7;2.1;12.81;0;4.71;21300
+75089;44.77736;3.57849;1125;20220721;27.7;12.6;20.2;2.4;12.81;0;5.82;29500
+75089;44.77736;3.57849;1125;20220722;32;11.6;21.8;1.7;13.11;2.3;5.11;22500
+75089;44.77736;3.57849;1125;20220723;25.2;15.7;20.5;2.4;15.51;0;4.63;22800
+75089;44.77736;3.57849;1125;20220724;31.5;12;21.8;2.4;12.71;0;6.39;29900
+75089;44.77736;3.57849;1125;20220725;28.5;17.4;23;3;13.31;0;5.04;17600
+75089;44.77736;3.57849;1125;20220726;23;12.9;18;4.2;12.11;0;5.35;27400
+75089;44.77736;3.57849;1125;20220727;22.4;10.8;16.6;4;10.21;0;5.57;30000
+75089;44.77736;3.57849;1125;20220728;25.2;8;16.6;1.7;10.11;0;4.03;19800
+75089;44.77736;3.57849;1125;20220729;23.4;12.4;17.9;1.9;12.41;3.7;3.36;14800
+75089;44.77736;3.57849;1125;20220730;24.4;13.7;19.1;3.4;10.51;0;5.7;27400
+75089;44.77736;3.57849;1125;20220731;26.8;14.4;20.6;2.9;11.11;0;5.89;27700
+75089;44.77736;3.57849;1125;20220801;28.3;15.2;21.8;3.2;11.61;0;6.38;28900
+75089;44.77736;3.57849;1125;20220802;28.5;14.2;21.4;2.8;11.91;.5;6.09;28600
+75089;44.77736;3.57849;1125;20220803;30.9;14.3;22.6;1.6;11.61;0;5.57;27200
+75089;44.77736;3.57849;1125;20220804;31.6;16.9;24.3;2.2;10.31;0;6.23;27400
+75089;44.77736;3.57849;1125;20220805;29.1;17.3;23.2;3.2;14.44;2.7;5.47;20724
+75089;44.77736;3.57849;1125;20220806;25.8;12.9;19.4;2.7;14.08;0;4.83;21475
+75089;44.77736;3.57849;1125;20220807;25.7;9.6;17.6;2.9;10.58;0;5.28;23541
+75089;44.77736;3.57849;1125;20220808;27.7;9.2;18.4;2.1;9.21;0;5.3;25487
+75089;44.77736;3.57849;1125;20220809;28.7;10.7;19.7;2;8.94;0;5.38;24798
+75089;44.77736;3.57849;1125;20220810;28.1;13;20.6;1.5;9.81;0;4.44;20800
+75089;44.77736;3.57849;1125;20220811;30.6;13.5;22.1;2.2;10.41;0;5.72;26000
+75089;44.77736;3.57849;1125;20220812;30.4;13.2;21.8;2.2;11.21;0;5.67;26400
+75089;44.77736;3.57849;1125;20220813;31.4;13.7;22.6;2.1;10.31;14.3;5.76;26200
+75089;44.77736;3.57849;1125;20220814;18.7;14.6;16.7;2.2;16.51;22.7;2.19;12000
+75089;44.77736;3.57849;1125;20220815;21.2;10.5;15.9;2.4;12.21;.3;3.77;21800
+75089;44.77736;3.57849;1125;20220816;24.4;9;16.7;2.8;12.81;2.4;4.3;23600
+75089;44.77736;3.57849;1125;20220817;21.4;11.5;16.5;3.4;14.11;21;2.85;13200
+75089;44.77736;3.57849;1125;20220818;16.9;8.2;12.6;3.8;13.11;6;1.57;8300
+75089;44.77736;3.57849;1125;20220819;18.5;12.3;15.4;5.5;13.51;.2;3.01;16300
+75089;44.77736;3.57849;1125;20220820;20.3;13.4;16.9;4.2;14.01;.1;3.54;19200
+75089;44.77736;3.57849;1125;20220821;20.6;10.8;15.7;3.3;11.91;.1;3.81;21500
+75089;44.77736;3.57849;1125;20220822;18.4;12.5;15.5;3.1;13.31;.2;2.2;9200
+75089;44.77736;3.57849;1125;20220823;21.7;13.9;17.8;4.1;14.61;.1;3.8;20300
+75089;44.77736;3.57849;1125;20220824;26.3;11.8;19.1;1.9;13.21;0;4.51;25000
+75089;44.77736;3.57849;1125;20220825;26.7;13.7;20.2;2.6;14.41;2.4;4.19;19400
+75089;44.77736;3.57849;1125;20220826;20.8;14.3;17.6;3.7;15.81;.9;2.83;14500
+75089;44.77736;3.57849;1125;20220827;18.6;13.8;16.2;2.8;14.51;.1;2.35;11900
+75089;44.77736;3.57849;1125;20220828;23.5;9.9;16.7;.9;12.71;.1;3.62;23200
+75089;44.77736;3.57849;1125;20220829;26.8;11.4;19.1;2.1;14.01;.3;4.19;22200
+75089;44.77736;3.57849;1125;20220830;23.4;13.9;18.7;2.6;14.91;1.6;3.37;16800
+75089;44.77736;3.57849;1125;20220831;21;12;16.5;3.7;13.51;.1;3.3;17500
+75089;44.77736;3.57849;1125;20220901;23;11.1;17.1;1.9;12.51;.3;3.7;21800
+75089;44.77736;3.57849;1125;20220902;21.2;10.6;15.9;2.7;12.81;6.1;2.49;10400
+75089;44.77736;3.57849;1125;20220903;20.5;10.9;15.7;3;13.61;3.3;2.92;16800
+75089;44.77736;3.57849;1125;20220904;22.8;11.3;17.1;2.6;14.61;.1;3.67;22900
+75089;44.77736;3.57849;1125;20220905;22.4;14.9;18.7;4;16.01;.1;3.74;21400
+75089;44.77736;3.57849;1125;20220906;22.1;14.4;18.3;2.7;16.21;1.1;2.7;13700
+75089;44.77736;3.57849;1125;20220907;21.4;12.6;17;2.4;14.91;9.4;2.57;13600
+75089;44.77736;3.57849;1125;20220908;17.6;7.6;12.6;2;11.01;.2;2.62;17900
+75089;44.77736;3.57849;1125;20220909;16.7;9;12.9;2.8;10.61;0;2.64;16600
+75089;44.77736;3.57849;1125;20220910;16.7;7.2;12;2.7;10.21;0;2.58;17100
+75089;44.77736;3.57849;1125;20220911;19.5;6.5;13;2;10.21;0;3.14;22000
+75089;44.77736;3.57849;1125;20220912;25.9;9.5;17.7;2.6;12.81;0;3.92;21200
+75089;44.77736;3.57849;1125;20220913;21.7;14.5;18.1;5;17.21;4.3;2.65;14400
+75089;44.77736;3.57849;1125;20220914;19.6;14.6;17.1;3.6;16.01;7.3;2.35;13100
+75089;44.77736;3.57849;1125;20220915;18.5;10.7;14.6;2.4;13.31;.7;2.21;13400
+75089;44.77736;3.57849;1125;20220916;15.2;11;13.1;4;11.71;.3;2.2;13200
+75089;44.77736;3.57849;1125;20220917;10.3;4.5;7.4;5.9;7.71;0;2.17;17900
+75089;44.77736;3.57849;1125;20220918;14.6;.8;7.7;3.6;6.41;0;2.86;21000
+75089;44.77736;3.57849;1125;20220919;13.3;4.8;9.1;4.4;7.31;0;2.82;20600
+75089;44.77736;3.57849;1125;20220920;13.7;2.2;8;3.7;7.01;0;2.64;20400
+75089;44.77736;3.57849;1125;20220921;13.8;3.3;8.6;2.7;7.21;0;2.51;19800
+75089;44.77736;3.57849;1125;20220922;18.9;2.5;10.7;1.6;8.21;0;2.59;19200
+75089;44.77736;3.57849;1125;20220923;15.7;6.3;11;3.5;11.11;10.3;1.85;13300
+75089;44.77736;3.57849;1125;20220924;15.1;8.8;12;2.1;10.81;.6;1.96;13800
+75089;44.77736;3.57849;1125;20220925;11.6;5.8;8.7;2.3;9.61;1.3;1.34;9700
+75089;44.77736;3.57849;1125;20220926;10.8;6.3;8.6;4.8;8.91;1.1;1.69;12600
+75089;44.77736;3.57849;1125;20220927;8.5;5;6.8;5.1;8.81;0;.97;6600
+75089;44.77736;3.57849;1125;20220928;13.3;7.2;10.3;5.6;10.51;2.9;1.52;9100
+75089;44.77736;3.57849;1125;20220929;9.6;5.3;7.5;3.4;8.61;.5;1.28;9100
+75089;44.77736;3.57849;1125;20220930;8.2;3.7;6;3.7;7.61;.3;1.1;5700
+75089;44.77736;3.57849;1125;20221001;14.7;1.2;8;4.8;9.81;0;1.39;10200
+75089;44.77736;3.57849;1125;20221002;16.9;8.9;12.9;4.5;11.81;.1;2.25;16400
+75089;44.77736;3.57849;1125;20221003;13.9;8.7;11.3;4;11.21;0;1.41;7800
+75089;44.77736;3.57849;1125;20221004;21.8;4.6;13.2;2.3;10.11;.1;2.63;17100
+75089;44.77736;3.57849;1125;20221005;18.2;7;12.6;4.1;9.91;.1;2.67;17000
+75089;44.77736;3.57849;1125;20221006;15.2;6.8;11;2.7;11.01;0;1.39;8600
+75089;44.77736;3.57849;1125;20221007;17;5;11;2.3;11.11;2.4;1.68;13300
+75089;44.77736;3.57849;1125;20221008;13.2;9.6;11.4;2.5;11.81;1.3;1.01;4900
+75089;44.77736;3.57849;1125;20221009;16.2;3.8;10;2;10.01;.1;1.71;14900
+75089;44.77736;3.57849;1125;20221010;18.9;7.1;13;2.4;10.81;0;2.13;15500
+75089;44.77736;3.57849;1125;20221011;16.8;4.6;10.7;2.2;10.81;.1;1.61;13300
+75089;44.77736;3.57849;1125;20221012;17.2;9;13.1;1.5;11.41;.2;1.5;9800
+75089;44.77736;3.57849;1125;20221013;14.4;5.8;10.1;2.9;10.61;3.9;1.15;6300
+75089;44.77736;3.57849;1125;20221014;13.8;9.3;11.6;4.6;11.91;.1;1.12;5800
+75089;44.77736;3.57849;1125;20221015;20.2;7.8;14;3.8;11.01;0;2.45;14100
+75089;44.77736;3.57849;1125;20221016;15.5;9.1;12.3;5.4;13.61;0;.93;7200
+75089;44.77736;3.57849;1125;20221017;14.7;12;13.4;6.3;13.01;0;1.32;5200
+75089;44.77736;3.57849;1125;20221018;20.2;10.9;15.6;2.8;12.91;.1;2.06;13800
+75089;44.77736;3.57849;1125;20221019;22.6;8.2;15.4;3.1;11.11;3.6;2.44;11100
+75089;44.77736;3.57849;1125;20221020;15.3;12.3;13.8;6.9;14.61;4.6;.87;3700
+75089;44.77736;3.57849;1125;20221021;16.8;12.8;14.8;5.9;13.41;0;1.78;8900
+75089;44.77736;3.57849;1125;20221022;18.6;7.9;13.3;3.4;10.81;0;2.01;13300
+75089;44.77736;3.57849;1125;20221023;16;11.2;13.6;9.7;13.81;0;1.26;6000
+75089;44.77736;3.57849;1125;20221024;17.2;12.3;14.8;3.5;12.01;0;1.82;9800
+75089;44.77736;3.57849;1125;20221025;16.9;5.7;11.3;3.5;9.61;0;1.75;10100
+75089;44.77736;3.57849;1125;20221026;20.1;9.4;14.8;3;12.61;.1;1.75;10500
+75089;44.77736;3.57849;1125;20221027;22.8;9.4;16.1;2.9;12.11;.1;2.14;10600
+75089;44.77736;3.57849;1125;20221028;22.4;11.1;16.8;3.3;8.21;0;2.91;9600
+75089;44.77736;3.57849;1125;20221029;19;9.9;14.5;4.7;7.11;0;3.19;10400
+75089;44.77736;3.57849;1125;20221030;18.1;11.5;14.8;5.5;8.21;0;3.16;10900
+75089;44.77736;3.57849;1125;20221031;14.8;10.4;12.6;6;11.41;7.2;1.55;6000
+75089;44.77736;3.57849;1125;20221101;14.3;10.3;12.3;3.2;10.61;0;1.4;9900
+75089;44.77736;3.57849;1125;20221102;11.5;2.7;7.1;1.3;7.81;0;.87;10500
+75089;44.77736;3.57849;1125;20221103;10.2;3.2;6.7;4.6;8.21;1.4;.94;2900
+75089;44.77736;3.57849;1125;20221104;4.5;3.5;4;5.4;7.01;8.2;.72;5100
+75089;44.77736;3.57849;1125;20221105;4.8;1.4;3.1;4.8;6.41;0;.76;8500
+75089;44.77736;3.57849;1125;20221106;14.1;-2.1;6;2.8;5.31;0;1.59;10400
+75089;44.77736;3.57849;1125;20221107;14.3;2.3;8.3;2.8;7.61;0;1.3;11000
+75089;44.77736;3.57849;1125;20221108;10.1;6.8;8.5;6.9;10.21;7.5;.64;2900
+75089;44.77736;3.57849;1125;20221109;13.2;9.3;11.3;4.4;11.11;2.4;1.04;4200
+75089;44.77736;3.57849;1125;20221110;8;5.7;6.9;4;8.71;0;.69;5700
+75089;44.77736;3.57849;1125;20221111;14.7;1.6;8.2;3.4;9.71;.1;.89;9400
+75089;44.77736;3.57849;1125;20221112;19;5.8;12.4;2.8;8.81;0;1.66;9800
+75089;44.77736;3.57849;1125;20221113;13.6;5.4;9.5;2.9;8.61;0;1.17;4300
+75089;44.77736;3.57849;1125;20221114;8.2;6.8;7.5;5.6;9.61;4.6;.55;3000
+75089;44.77736;3.57849;1125;20221115;9.4;7.2;8.3;5.5;10.21;4.9;.55;1900
+75089;44.77736;3.57849;1125;20221116;10;4.5;7.3;3.6;8.01;0;.88;9300
+75089;44.77736;3.57849;1125;20221117;9.5;5.7;7.6;6.2;8.41;5.5;1.06;3400
+75089;44.77736;3.57849;1125;20221118;5.4;3;4.2;4.5;6.71;.4;.75;5200
+75089;44.77736;3.57849;1125;20221119;3.8;.9;2.4;4.9;6.11;.5;.62;5200
+75089;44.77736;3.57849;1125;20221120;4.7;-1.5;1.6;4.3;5.51;.1;.66;8400
+75089;44.77736;3.57849;1125;20221121;4.8;-1;1.9;4.2;6.21;2.8;.56;1300
+75089;44.77736;3.57849;1125;20221122;3.4;-.3;1.6;6.5;5.81;1.4;.63;5000
+75089;44.77736;3.57849;1125;20221123;8.5;.7;4.6;4.2;7.11;.9;.77;3300
+75089;44.77736;3.57849;1125;20221124;9.6;.3;5;2.1;6.51;.1;.64;8200
+75089;44.77736;3.57849;1125;20221125;6.3;3.1;4.7;3.5;7.31;5.2;.63;2300
+75089;44.77736;3.57849;1125;20221126;3.5;1.5;2.5;4.5;6.31;0;.53;4800
+75089;44.77736;3.57849;1125;20221127;8.4;-3.4;2.5;4.1;5.41;1.8;.96;6200
+75089;44.77736;3.57849;1125;20221128;4.8;4.4;4.6;4.2;7.51;2.2;.57;1600
+75089;44.77736;3.57849;1125;20221129;2;.4;1.2;5.7;6.01;.8;.43;3200
+75089;44.77736;3.57849;1125;20221130;1.3;-.2;.6;6.3;6.21;.5;.24;1200
+75089;44.77736;3.57849;1125;20221201;-.7;-.3;-.5;5.8;5.81;.1;.2;1700
+75089;44.77736;3.57849;1125;20221202;-1.4;-2.9;-2.1;2.2;5.11;3.6;.22;2600
+75089;44.77736;3.57849;1125;20221203;-.5;-2.8;-1.6;2.4;5.71;9.5;.12;2700
+75089;44.77736;3.57849;1125;20221204;1.8;-.7;.6;2.6;5.71;3.6;.37;3000
+75089;44.77736;3.57849;1125;20221205;1.7;-8.5;-3.4;1.5;3.81;.1;.2;9700
+75089;44.77736;3.57849;1125;20221206;5.1;-8.1;-1.5;1.1;3.91;.2;.25;9000
+75089;44.77736;3.57849;1125;20221207;-3.5;-7;-5.2;2.1;3.91;0;.21;3200
+75089;44.77736;3.57849;1125;20221208;3.8;-10.7;-3.4;1.8;4.71;4.4;.27;4500
+75089;44.77736;3.57849;1125;20221209;2.4;1.4;1.9;1.4;7.01;1.5;.22;3200
+75089;44.77736;3.57849;1125;20221210;-2.8;-2.2;-2.5;4.6;4.61;0;.33;2400
+75089;44.77736;3.57849;1125;20221211;-1;-9.1;-5;2.6;3.11;0;.37;7400
+75089;44.77736;3.57849;1125;20221212;.8;-7.1;-3.1;2.1;3.31;9.3;.53;4200
+75089;44.77736;3.57849;1125;20221213;4.6;-3.8;.4;4.8;6.71;2.2;.02;4900
+75089;44.77736;3.57849;1125;20221214;7.7;3.2;5.5;3.6;7.71;.7;.59;3100
+75089;44.77736;3.57849;1125;20221215;4.4;0;2.2;2.6;6.81;20.2;.39;300
+75089;44.77736;3.57849;1125;20221216;-.3;-.2;-.2;3.3;5.51;0;.33;2200
+75089;44.77736;3.57849;1125;20221217;-1.7;-7.8;-4.7;2.9;3.41;0;.3;7500
+75089;44.77736;3.57849;1125;20221218;3.7;-7.9;-2.1;5.5;5.41;0;.19;4400
+75089;44.77736;3.57849;1125;20221219;7.1;3.4;5.3;7.6;8.61;0;.31;2000
+75089;44.77736;3.57849;1125;20221220;7.8;6.1;7;8.8;9.11;.5;.58;1800
+75089;44.77736;3.57849;1125;20221221;8.9;6.8;7.9;4.5;8.81;.4;.63;6400
+75089;44.77736;3.57849;1125;20221222;8.4;2.8;5.6;6;8.41;2.4;.5;2400
+75089;44.77736;3.57849;1125;20221223;10.5;7.9;9.2;5.1;10.41;.4;.61;3000
+75089;44.77736;3.57849;1125;20221224;11.7;7.4;9.6;2.1;9.31;0;.58;5500
+75089;44.77736;3.57849;1125;20221225;9.1;2.1;5.6;3.5;8.01;0;.46;5700
+75089;44.77736;3.57849;1125;20221226;10.7;5.6;8.2;3.8;8.91;.2;.75;3900
+75089;44.77736;3.57849;1125;20221227;6.7;.4;3.6;2;6.71;0;.36;5400
+75089;44.77736;3.57849;1125;20221228;8.3;-1.3;3.5;3.1;6.91;0;.5;4400
+75089;44.77736;3.57849;1125;20221229;7.3;3.5;5.4;4.8;7.91;2.7;.58;2800
+75089;44.77736;3.57849;1125;20221230;8.3;2.2;5.3;3.9;8.11;.5;.53;1600
+75089;44.77736;3.57849;1125;20221231;10.2;7.3;8.8;5;9.11;0;.89;4200
+75090;44.79623;3.89297;1005;20220101;18.2;4.6;11.4;2.3;5.21;0;1.58;6598
+75090;44.79623;3.89297;1005;20220102;13.4;4.7;9.1;2.3;5.67;0;1.34;3675
+75090;44.79623;3.89297;1005;20220103;10.1;3.7;6.9;2.2;7.74;0;.62;4716
+75090;44.79623;3.89297;1005;20220104;11.2;4.7;7.9;3;7.51;5.4;.91;4881
+75090;44.79623;3.89297;1005;20220105;-1.3;-1;-1.1;6.4;4.57;.8;.6;2633
+75090;44.79623;3.89297;1005;20220106;-1.3;-3.1;-2.2;5.8;3.94;0;.64;3912
+75090;44.79623;3.89297;1005;20220107;.8;-6.7;-3;3.4;4.47;4.3;.29;4834
+75090;44.79623;3.89297;1005;20220108;3.1;-1;1.1;4.9;6.44;2;.24;3655
+75090;44.79623;3.89297;1005;20220109;1.3;-.3;.5;4.6;5.71;3.9;.41;2280
+75090;44.79623;3.89297;1005;20220110;.9;-.5;.2;4.7;5.11;.6;.53;4108
+75090;44.79623;3.89297;1005;20220111;-.8;-5.7;-3.2;5;4.01;0;.37;5904
+75090;44.79623;3.89297;1005;20220112;-1.8;-5.8;-3.8;4.6;3.67;0;.45;5551
+75090;44.79623;3.89297;1005;20220113;5.4;-7;-.8;2.4;3.44;0;.79;7847
+75090;44.79623;3.89297;1005;20220114;9.8;-4.5;2.7;2.3;2.94;0;1.19;7758
+75090;44.79623;3.89297;1005;20220115;12.6;-2.4;5.1;2.1;2.64;0;1.35;8077
+75090;44.79623;3.89297;1005;20220116;5.7;-3.9;.9;3.3;3.21;0;1.12;7679
+75090;44.79623;3.89297;1005;20220117;2;-2.3;-.2;5.1;5.41;0;.35;5296
+75090;44.79623;3.89297;1005;20220118;5.1;-2.6;1.2;3.3;4.81;0;.73;6111
+75090;44.79623;3.89297;1005;20220119;3.8;-.9;1.5;2.7;4.94;.1;.66;4141
+75090;44.79623;3.89297;1005;20220120;.5;-1.9;-.7;5.7;4.94;.6;.51;3466
+75090;44.79623;3.89297;1005;20220121;-1.4;-4.2;-2.8;7.3;3.64;0;.75;5509
+75090;44.79623;3.89297;1005;20220122;-1.2;-5.6;-3.4;6;4.17;0;.42;5287
+75090;44.79623;3.89297;1005;20220123;3.9;-3.3;.3;2.8;4.77;0;.71;6501
+75090;44.79623;3.89297;1005;20220124;13.5;-4;4.8;2;4.01;0;1.28;9393
+75090;44.79623;3.89297;1005;20220125;11.6;-1.2;5.2;2.4;3.54;0;1.49;8767
+75090;44.79623;3.89297;1005;20220126;8.8;-2;3.4;3.1;3.67;0;1.4;8614
+75090;44.79623;3.89297;1005;20220127;8.5;-2.2;3.1;3.5;3.07;0;1.59;8864
+75090;44.79623;3.89297;1005;20220128;2.8;-2.8;0;5.2;4.61;0;.79;6526
+75090;44.79623;3.89297;1005;20220129;7.3;-3.4;1.9;3.6;4.54;0;1.04;8530
+75090;44.79623;3.89297;1005;20220130;3.9;.2;2.1;4.4;6.17;0;.52;5748
+75090;44.79623;3.89297;1005;20220131;3.2;-1.6;.8;6.4;5.47;.3;.67;4171
+75090;44.79623;3.89297;1005;20220201;1.2;-3.7;-1.3;7;5.04;.2;.46;5142
+75090;44.79623;3.89297;1005;20220202;6.1;1.2;3.7;5.5;7.07;.1;.61;5869
+75090;44.79623;3.89297;1005;20220203;15.1;-1.3;6.9;2.6;5.07;0;1.67;8241
+75090;44.79623;3.89297;1005;20220204;6.3;-.6;2.8;2.6;6.07;.1;.72;6228
+75090;44.79623;3.89297;1005;20220205;4.4;1.5;3;4.1;5.41;.4;.95;7595
+75090;44.79623;3.89297;1005;20220206;3.7;-3.8;-.1;4;5.47;1;.54;6968
+75090;44.79623;3.89297;1005;20220207;3.8;2.3;3;5.9;5.77;1;1.01;6433
+75090;44.79623;3.89297;1005;20220208;10.6;-2.7;3.9;2.9;4.41;0;1.47;10898
+75090;44.79623;3.89297;1005;20220209;11.9;-1.3;5.3;2.6;5.27;0;1.43;11009
+75090;44.79623;3.89297;1005;20220210;10.3;-.6;4.8;1.9;5.57;.1;1.48;11400
+75090;44.79623;3.89297;1005;20220211;5.8;2.4;4.1;2.6;5.27;.3;1.21;8150
+75090;44.79623;3.89297;1005;20220212;8;-4.8;1.6;3.3;4.78;0;1.27;9500
+75090;44.79623;3.89297;1005;20220213;5.7;1.9;3.8;4.6;6.82;14.4;1.01;7100
+75090;44.79623;3.89297;1005;20220214;5.4;3.8;4.6;3;7.17;8.1;.84;3850
+75090;44.79623;3.89297;1005;20220215;3.8;-.1;1.8;3.2;6.02;2;.81;6850
+75090;44.79623;3.89297;1005;20220216;8.2;.9;4.5;4.1;8.11;2.6;.58;6192
+75090;44.79623;3.89297;1005;20220217;12.3;6.7;9.5;4.2;9.27;.6;1.33;7467
+75090;44.79623;3.89297;1005;20220218;16.6;4.2;10.4;3.4;8.41;0;1.9;12031
+75090;44.79623;3.89297;1005;20220219;4.7;.4;2.6;4.3;4.81;0;1.31;9136
+75090;44.79623;3.89297;1005;20220220;7.9;-1.6;3.1;3.9;6.11;.1;1.05;7961
+75090;44.79623;3.89297;1005;20220221;4.9;4;4.4;6.8;6.07;2.7;1.32;5783
+75090;44.79623;3.89297;1005;20220222;6.8;.3;3.5;5.7;6.14;.4;1.19;9642
+75090;44.79623;3.89297;1005;20220223;10.9;2.7;6.8;3.6;6.74;0;1.56;10774
+75090;44.79623;3.89297;1005;20220224;10.9;3.4;7.2;4.1;6.57;.6;1.71;9138
+75090;44.79623;3.89297;1005;20220225;3.4;-.3;1.5;5.8;4.84;.2;1.28;11120
+75090;44.79623;3.89297;1005;20220226;7.1;-2.7;2.2;4;3.97;0;1.77;13732
+75090;44.79623;3.89297;1005;20220227;9.6;-3.5;3.1;2.2;4.67;0;1.51;13929
+75090;44.79623;3.89297;1005;20220228;10;-1.6;4.2;2.9;5.11;0;1.65;13704
+75090;44.79623;3.89297;1005;20220301;12.4;-1.9;5.2;2.4;5.17;0;1.81;14152
+75090;44.79623;3.89297;1005;20220302;9.9;-1.2;4.3;2.3;6.44;0;1.16;8960
+75090;44.79623;3.89297;1005;20220303;11.8;1.8;6.8;2;7.67;.1;1.31;11511
+75090;44.79623;3.89297;1005;20220304;8.7;3.2;6;4.5;6.64;0;1.44;7136
+75090;44.79623;3.89297;1005;20220305;7.7;-1.7;3;3.6;4.17;0;1.85;14582
+75090;44.79623;3.89297;1005;20220306;5.8;-5;.4;2.8;3.27;0;1.65;15143
+75090;44.79623;3.89297;1005;20220307;8.5;-6.9;.8;2;3.41;0;1.68;15883
+75090;44.79623;3.89297;1005;20220308;6.8;-3.8;1.5;3.5;5.14;0;1.31;12760
+75090;44.79623;3.89297;1005;20220309;7.9;-1.7;3.1;3;6.21;0;1.12;10041
+75090;44.79623;3.89297;1005;20220310;6.9;2.2;4.5;4.1;7.17;3.6;.91;5413
+75090;44.79623;3.89297;1005;20220311;4.8;3.3;4;7;6.97;6.2;.84;3746
+75090;44.79623;3.89297;1005;20220312;3.6;1.3;2.5;6.2;6.41;9.5;.77;5408
+75090;44.79623;3.89297;1005;20220313;2.9;1.5;2.2;5.9;6.21;10.3;.75;4677
+75090;44.79623;3.89297;1005;20220314;6.8;-1.2;2.8;4.4;7.41;4.6;.6;7271
+75090;44.79623;3.89297;1005;20220315;8.3;5.7;7;7;8.41;0;1.07;4855
+75090;44.79623;3.89297;1005;20220316;13.2;5.8;9.5;3;8.64;0;1.67;9237
+75090;44.79623;3.89297;1005;20220317;8.6;5.9;7.3;4.8;8.64;1.2;1.02;4512
+75090;44.79623;3.89297;1005;20220318;7.5;3.3;5.4;2.1;7.92;0;.94;4750
+75090;44.79623;3.89297;1005;20220319;13.5;2.3;7.9;1.6;6.82;0;2.07;15200
+75090;44.79623;3.89297;1005;20220320;7;.5;3.8;4;6.17;0;1.31;5150
+75090;44.79623;3.89297;1005;20220321;9;2.6;5.8;4;5.52;0;2.31;13550
+75090;44.79623;3.89297;1005;20220322;9.7;-.4;4.6;4;4.27;0;2.71;18300
+75090;44.79623;3.89297;1005;20220323;11.8;-1.4;5.2;3.2;3.77;0;2.95;20350
+75090;44.79623;3.89297;1005;20220324;14.5;-2.7;5.9;2.9;4.02;0;3.1;20750
+75090;44.79623;3.89297;1005;20220325;15.6;-1.7;6.9;2.3;4.02;0;2.98;18950
+75090;44.79623;3.89297;1005;20220326;16.5;-.6;8;2.2;4.62;0;3.08;20000
+75090;44.79623;3.89297;1005;20220327;16.6;-.2;8.2;2.4;4.72;0;3.18;20450
+75090;44.79623;3.89297;1005;20220328;16.6;.5;8.5;2.9;4.47;0;3.4;19000
+75090;44.79623;3.89297;1005;20220329;14.1;4.6;9.3;2.6;6.07;1.8;2.55;11950
+75090;44.79623;3.89297;1005;20220330;9.8;4.3;7;1.7;8.22;1.8;1.25;6400
+75090;44.79623;3.89297;1005;20220331;6.1;1.4;3.8;3;7.02;3.7;1.06;6350
+75090;44.79623;3.89297;1005;20220401;-.8;-3.2;-2;6;4.38;5;1.08;12200
+75090;44.79623;3.89297;1005;20220402;-2.7;-4.8;-3.8;4.4;3.78;1.9;.82;6200
+75090;44.79623;3.89297;1005;20220403;-1.6;-5;-3.3;3.7;3.78;.2;.9;6800
+75090;44.79623;3.89297;1005;20220404;8.6;-5.9;1.4;1.7;4.32;0;2.23;22600
+75090;44.79623;3.89297;1005;20220405;12.4;-4.5;3.9;2.2;6.17;0;2.26;19100
+75090;44.79623;3.89297;1005;20220406;14.4;2.2;8.3;2.4;8.07;1.8;2.26;14750
+75090;44.79623;3.89297;1005;20220407;9.7;4.5;7.1;5.2;8.82;1.4;1.54;8800
+75090;44.79623;3.89297;1005;20220408;13.3;6.7;10;6.2;8.62;1.1;2.6;10450
+75090;44.79623;3.89297;1005;20220409;7.4;.2;3.8;5;4.82;0;2.49;16400
+75090;44.79623;3.89297;1005;20220410;14.7;-4.5;5.1;2;4.42;.2;3.14;24300
+75090;44.79623;3.89297;1005;20220411;8.9;2;5.4;5;6.67;.1;1.91;10100
+75090;44.79623;3.89297;1005;20220412;11.3;5.6;8.4;5;5.62;0;2.87;7100
+75090;44.79623;3.89297;1005;20220413;17.9;6.5;12.2;2.8;6.47;0;3.68;18450
+75090;44.79623;3.89297;1005;20220414;19.4;4.2;11.8;2.3;9.07;0;3.39;20800
+75090;44.79623;3.89297;1005;20220415;20.3;5.8;13.1;2.4;9.47;0;3.66;21850
+75090;44.79623;3.89297;1005;20220416;18.8;5.1;11.9;3.5;7.82;0;4.06;23150
+75090;44.79623;3.89297;1005;20220417;20.1;1.3;10.7;2.3;6.02;0;4.11;25950
+75090;44.79623;3.89297;1005;20220418;17.9;1.3;9.6;2.2;6.72;0;3.67;24500
+75090;44.79623;3.89297;1005;20220419;16.8;.9;8.9;1.6;7.22;0;2.79;18000
+75090;44.79623;3.89297;1005;20220420;12.1;5.5;8.8;1.6;8.72;5.4;1.52;6900
+75090;44.79623;3.89297;1005;20220421;12.7;5.7;9.2;1.2;9.87;4.8;1.58;8850
+75090;44.79623;3.89297;1005;20220422;17.4;2.2;9.8;1.8;8.42;1;2.97;19500
+75090;44.79623;3.89297;1005;20220423;9.9;7.1;8.5;3.6;8.12;17.4;1.76;4900
+75090;44.79623;3.89297;1005;20220424;10.4;.4;5.4;2.4;8.57;4.5;1.34;8700
+75090;44.79623;3.89297;1005;20220425;14.5;3.5;9;2.2;7.82;0;2.85;18550
+75090;44.79623;3.89297;1005;20220426;18;1.1;9.5;2.1;7.67;0;3.5;23500
+75090;44.79623;3.89297;1005;20220427;20.7;2.8;11.8;1.9;8.22;0;3.92;25100
+75090;44.79623;3.89297;1005;20220428;20.9;5;12.9;1.7;9.37;1;3.5;20450
+75090;44.79623;3.89297;1005;20220429;21;3.2;12.1;1.4;9.17;1;3.52;22000
+75090;44.79623;3.89297;1005;20220430;15.9;6.9;11.4;2.4;9.07;.1;3.14;19100
+75090;44.79623;3.89297;1005;20220501;17.4;1.5;9.5;1.8;7.02;0;3.69;25950
+75090;44.79623;3.89297;1005;20220502;18.1;2.5;10.3;2;8.12;1.5;3.46;22250
+75090;44.79623;3.89297;1005;20220503;16.1;6.9;11.5;1.4;9.57;2.5;2.21;11200
+75090;44.79623;3.89297;1005;20220504;17.1;3;10.1;1.4;10.07;3.5;2.69;17950
+75090;44.79623;3.89297;1005;20220505;12.3;6.5;9.4;2.8;9.17;2.8;2.18;12250
+75090;44.79623;3.89297;1005;20220506;10.6;6.2;8.4;6;9.07;.1;1.43;6828
+75090;44.79623;3.89297;1005;20220507;15.7;5.8;10.8;5.3;8.91;0;2.85;14068
+75090;44.79623;3.89297;1005;20220508;16;7.1;11.5;3.8;9.44;.3;2.58;12363
+75090;44.79623;3.89297;1005;20220509;19.1;5.9;12.5;2.1;9.74;.1;2.77;13841
+75090;44.79623;3.89297;1005;20220510;22.1;7.2;14.7;2;10.91;.1;3.29;16027
+75090;44.79623;3.89297;1005;20220511;21.5;9.6;15.5;3.3;10.61;0;3.78;16901
+75090;44.79623;3.89297;1005;20220512;21.5;8.5;15;3;9.84;0;3.7;16212
+75090;44.79623;3.89297;1005;20220513;20.8;7.6;14.2;2.3;10.67;3.6;3.04;14033
+75090;44.79623;3.89297;1005;20220514;23.4;11;17.2;2;13.21;.1;3.36;16097
+75090;44.79623;3.89297;1005;20220515;20.5;12;16.3;3;11.34;.2;3.49;15147
+75090;44.79623;3.89297;1005;20220516;24.1;11.1;17.6;2.5;8.97;0;4.21;16752
+75090;44.79623;3.89297;1005;20220517;26.6;9.9;18.3;2.2;11.34;.1;4.28;18727
+75090;44.79623;3.89297;1005;20220518;25.7;12.6;19.2;2.3;12.84;.1;3.89;16071
+75090;44.79623;3.89297;1005;20220519;22.9;14.6;18.8;4.2;11.67;0;4.34;14885
+75090;44.79623;3.89297;1005;20220520;22.8;14.7;18.8;4.6;10.31;0;4.85;15796
+75090;44.79623;3.89297;1005;20220521;28.5;11.2;19.8;2;12.71;0;4.35;17904
+75090;44.79623;3.89297;1005;20220522;29.3;15.1;22.2;2.1;13.47;.4;4.53;16781
+75090;44.79623;3.89297;1005;20220523;20;14.4;17.2;2.4;13.34;.5;2.48;8897
+75090;44.79623;3.89297;1005;20220524;15.6;8.1;11.8;2.6;9.41;0;2.47;11886
+75090;44.79623;3.89297;1005;20220525;16.5;6.6;11.6;4.7;8.74;0;3.26;15874
+75090;44.79623;3.89297;1005;20220526;17.3;6.4;11.9;4.7;9.57;0;3.32;17626
+75090;44.79623;3.89297;1005;20220527;21.8;9.3;15.6;5;11.14;0;4.21;17868
+75090;44.79623;3.89297;1005;20220528;19.1;9.2;14.2;6;9.31;0;4.24;17217
+75090;44.79623;3.89297;1005;20220529;16.9;4.8;10.9;4.3;6.74;0;3.92;18724
+75090;44.79623;3.89297;1005;20220530;19.6;2.7;11.2;2.4;7.04;.9;3.68;18077
+75090;44.79623;3.89297;1005;20220531;18.4;9.6;14;2.1;11.01;4.3;2.7;11694
+75090;44.79623;3.89297;1005;20220601;23.5;7.5;15.5;2;11.81;.7;3.63;17509
+75090;44.79623;3.89297;1005;20220602;24.9;11.6;18.3;2.4;12.27;1;4.04;16780
+75090;44.79623;3.89297;1005;20220603;25;15.3;20.2;3.1;11.64;.6;4.52;15784
+75090;44.79623;3.89297;1005;20220604;25.3;14.6;19.9;3.5;13.71;.9;4.47;17216
+75090;44.79623;3.89297;1005;20220605;22.7;14.2;18.5;2.9;13.31;0;3.91;16851
+75090;44.79623;3.89297;1005;20220606;24.5;9.2;16.9;2.4;11.64;.2;3.87;16955
+75090;44.79623;3.89297;1005;20220607;20.5;10.4;15.4;2.7;11.07;0;3.39;15292
+75090;44.79623;3.89297;1005;20220608;17.5;8.2;12.9;2.6;10.94;1.3;2.25;9977
+75090;44.79623;3.89297;1005;20220609;16;8.1;12;5.4;9.44;0;3.18;14633
+75090;44.79623;3.89297;1005;20220610;22.6;7.7;15.2;4.7;9.97;0;4.64;19441
+75090;44.79623;3.89297;1005;20220611;27.8;10.2;19;2.9;9.61;0;6.27;30074
+75090;44.79623;3.89297;1005;20220612;29.3;12.8;21;2.2;11.17;1.2;5.58;24703
+75090;44.79623;3.89297;1005;20220613;24.8;13.2;19;3;13.64;0;4.77;22948
+75090;44.79623;3.89297;1005;20220614;30.5;10.2;20.4;2.5;10.31;.1;6.6;30308
+75090;44.79623;3.89297;1005;20220615;31;16.6;23.8;2.5;13.01;.5;5.91;22997
+75090;44.79623;3.89297;1005;20220616;30.9;15.6;23.2;2.6;13.84;0;6.11;25870
+75090;44.79623;3.89297;1005;20220617;31.5;15;23.2;3.1;11.67;0;6.98;28675
+75090;44.79623;3.89297;1005;20220618;30;15.5;22.8;3.9;11.51;0;7.17;28484
+75090;44.79623;3.89297;1005;20220619;26.7;18.9;22.8;6.8;12.04;0;7.49;25634
+75090;44.79623;3.89297;1005;20220620;26.6;15.8;21.2;5;10.77;0;6.97;27605
+75090;44.79623;3.89297;1005;20220621;26.4;15.3;20.8;3.3;14.61;1.2;5.04;22137
+75090;44.79623;3.89297;1005;20220622;23.7;15.7;19.7;4.1;15.84;6.9;4.17;18666
+75090;44.79623;3.89297;1005;20220623;20.4;14.4;17.4;2.4;15.47;16.6;2.76;13492
+75090;44.79623;3.89297;1005;20220624;20.1;11.7;15.9;2.3;12.71;1.4;3.56;19355
+75090;44.79623;3.89297;1005;20220625;22.9;9.2;16;2.9;12.37;12.4;4.56;25621
+75090;44.79623;3.89297;1005;20220626;23.7;12.6;18.2;2.9;15.31;1;4.3;23163
+75090;44.79623;3.89297;1005;20220627;19.8;12.1;16;3.4;13.54;.4;3.33;17599
+75090;44.79623;3.89297;1005;20220628;20.1;10.3;15.2;4.3;11.71;.1;4.3;24369
+75090;44.79623;3.89297;1005;20220629;25.1;9.9;17.5;2.1;11.54;.1;5.28;28785
+75090;44.79623;3.89297;1005;20220630;22.2;13.7;17.9;2.5;12.97;13.5;3.81;17797
+75090;44.79623;3.89297;1005;20220701;19.1;7.8;13.4;3.2;10.24;.1;4.31;26566
+75090;44.79623;3.89297;1005;20220702;27.3;6.9;17.1;2;10.21;0;5.68;30388
+75090;44.79623;3.89297;1005;20220703;29.5;14.9;22.2;1.8;13.91;3.7;5.46;25483
+75090;44.79623;3.89297;1005;20220704;25;14;19.5;2.4;15.37;1.9;4.31;21072
+75090;44.79623;3.89297;1005;20220705;23.2;12.3;17.7;3.4;13.01;0;5.06;26962
+75090;44.79623;3.89297;1005;20220706;22.4;10.5;16.4;4.1;10.57;0;5.26;27745
+75090;44.79623;3.89297;1005;20220707;21.9;9.1;15.5;5.3;10.51;0;5.21;27340
+75090;44.79623;3.89297;1005;20220708;22.5;11.6;17;6.2;10.87;0;5.72;27020
+75090;44.79623;3.89297;1005;20220709;25.2;10.4;17.8;4.1;10.21;0;5.89;28833
+75090;44.79623;3.89297;1005;20220710;25;11.8;18.4;4.2;11.34;0;5.76;27978
+75090;44.79623;3.89297;1005;20220711;28.1;11.3;19.7;2.7;11.07;0;5.96;28170
+75090;44.79623;3.89297;1005;20220712;28.1;12.8;20.4;2.5;11.77;0;5.85;27869
+75090;44.79623;3.89297;1005;20220713;29.8;12.9;21.4;2;10.07;0;6.05;28455
+75090;44.79623;3.89297;1005;20220714;32.1;14.7;23.4;2.2;12.14;0;6.42;28276
+75090;44.79623;3.89297;1005;20220715;29.6;15.7;22.6;2.7;11.87;0;6.26;26981
+75090;44.79623;3.89297;1005;20220716;28.8;13.3;21.1;3.3;10.64;0;6.45;28147
+75090;44.79623;3.89297;1005;20220717;30.2;13.2;21.7;2.9;9.14;0;6.63;28595
+75090;44.79623;3.89297;1005;20220718;32.4;14.8;23.6;2.5;11.41;.1;6.66;28224
+75090;44.79623;3.89297;1005;20220719;30.5;19.6;25;3.3;12.84;.1;6.72;25772
+75090;44.79623;3.89297;1005;20220720;28.2;16.3;22.2;2.6;13.24;.1;5.33;22769
+75090;44.79623;3.89297;1005;20220721;29.3;12.8;21.1;2.1;12.87;0;5.63;27452
+75090;44.79623;3.89297;1005;20220722;32.8;13.4;23.1;2;13.24;3.4;5.7;24162
+75090;44.79623;3.89297;1005;20220723;26.8;15.9;21.4;2.6;16.07;0;4.87;22816
+75090;44.79623;3.89297;1005;20220724;32.4;13.1;22.7;2.4;12.81;0;6.37;28378
+75090;44.79623;3.89297;1005;20220725;29.5;17.8;23.6;2.7;13.84;.4;5.26;20013
+75090;44.79623;3.89297;1005;20220726;23.9;13.8;18.9;4.3;12.14;0;5.34;24241
+75090;44.79623;3.89297;1005;20220727;24.1;10.3;17.2;3.8;10.31;0;5.45;26930
+75090;44.79623;3.89297;1005;20220728;27.1;9.8;18.4;2;10.67;.1;4.59;21608
+75090;44.79623;3.89297;1005;20220729;23.4;13.4;18.4;2.1;13.31;5.3;3.52;15563
+75090;44.79623;3.89297;1005;20220730;25.6;12.7;19.1;3.3;11.04;0;5.4;24921
+75090;44.79623;3.89297;1005;20220731;28.1;13.7;20.9;3.2;11.07;0;6;25946
+75090;44.79623;3.89297;1005;20220801;29.5;15.2;22.3;3.4;11.54;0;6.41;26416
+75090;44.79623;3.89297;1005;20220802;29.9;14.6;22.3;2.7;12.17;.2;5.93;26374
+75090;44.79623;3.89297;1005;20220803;32;15.3;23.6;2.1;11.81;0;5.91;25411
+75090;44.79623;3.89297;1005;20220804;32.8;17.8;25.3;2.2;10.57;0;6.13;25272
+75090;44.79623;3.89297;1005;20220805;29.4;16.8;23.1;2.4;14.16;1.8;5.04;19673
+75090;44.79623;3.89297;1005;20220806;25.7;13;19.4;3;14.56;0;4.44;20756
+75090;44.79623;3.89297;1005;20220807;26.1;10.4;18.3;2.7;10.69;0;5.17;24906
+75090;44.79623;3.89297;1005;20220808;27.5;10.1;18.8;2.6;9.59;0;5.49;25445
+75090;44.79623;3.89297;1005;20220809;29.8;10.9;20.4;2.3;8.76;.1;5.72;25184
+75090;44.79623;3.89297;1005;20220810;29.9;14.3;22.1;2.1;9.94;0;5.18;21665
+75090;44.79623;3.89297;1005;20220811;31.9;14.8;23.3;2.2;10.84;0;5.73;24330
+75090;44.79623;3.89297;1005;20220812;32;14.9;23.5;2.8;11.21;0;6.23;24455
+75090;44.79623;3.89297;1005;20220813;31.9;15.4;23.6;2.4;10.84;17.6;5.92;24067
+75090;44.79623;3.89297;1005;20220814;19.8;15.4;17.6;2.3;16.87;27.2;2.44;13057
+75090;44.79623;3.89297;1005;20220815;23.3;11.3;17.3;1.8;12.64;.2;3.77;21012
+75090;44.79623;3.89297;1005;20220816;26.2;10.6;18.4;2.9;12.87;2.6;4.58;22491
+75090;44.79623;3.89297;1005;20220817;22.6;13.4;18;2.7;14.44;18.9;2.98;13414
+75090;44.79623;3.89297;1005;20220818;18.2;10;14.1;3.4;13.51;3.5;1.99;10519
+75090;44.79623;3.89297;1005;20220819;20.2;12.8;16.5;5;14.04;.3;3.25;16786
+75090;44.79623;3.89297;1005;20220820;21.7;13.8;17.8;4;14.14;.1;3.74;18840
+75090;44.79623;3.89297;1005;20220821;21.4;11.1;16.3;3.1;12.11;.1;3.63;19021
+75090;44.79623;3.89297;1005;20220822;20.8;12.7;16.7;3.6;13.47;.2;3.04;13968
+75090;44.79623;3.89297;1005;20220823;23.6;14.3;19;3.9;14.67;0;4.09;19810
+75090;44.79623;3.89297;1005;20220824;28.2;13.2;20.7;2.1;13.34;0;4.66;22996
+75090;44.79623;3.89297;1005;20220825;28.1;14.7;21.4;2.2;14.54;3.3;4.27;19571
+75090;44.79623;3.89297;1005;20220826;22.6;14.5;18.5;3.7;15.64;.8;3.25;16058
+75090;44.79623;3.89297;1005;20220827;20.6;13.7;17.1;2.9;14.47;.1;2.8;14422
+75090;44.79623;3.89297;1005;20220828;25.2;11.7;18.5;1.4;13.17;.1;3.76;21473
+75090;44.79623;3.89297;1005;20220829;27.7;13.2;20.4;1.9;14.07;.1;4.04;19858
+75090;44.79623;3.89297;1005;20220830;25;15.1;20.1;2.2;15.44;3.3;3.4;16051
+75090;44.79623;3.89297;1005;20220831;22.6;12.4;17.5;3.2;13.71;.1;3.34;17071
+75090;44.79623;3.89297;1005;20220901;24.5;11.9;18.2;2.1;12.87;.1;3.66;18972
+75090;44.79623;3.89297;1005;20220902;22.9;12.3;17.6;2.1;13.04;7.5;2.78;12454
+75090;44.79623;3.89297;1005;20220903;22.5;12.5;17.5;2.1;14.54;3.8;2.98;16513
+75090;44.79623;3.89297;1005;20220904;23.8;12.8;18.3;2.3;15.24;0;3.39;19191
+75090;44.79623;3.89297;1005;20220905;23.3;16.2;19.7;3.4;16.24;.2;3.34;16160
+75090;44.79623;3.89297;1005;20220906;23.1;15.6;19.4;2.2;16.27;1;2.67;12514
+75090;44.79623;3.89297;1005;20220907;22;13.5;17.8;2.3;15.57;10.5;2.65;13842
+75090;44.79623;3.89297;1005;20220908;19.7;8.9;14.3;1.7;11.87;.2;2.65;16767
+75090;44.79623;3.89297;1005;20220909;18.5;9.8;14.1;2.4;11.14;0;2.49;13569
+75090;44.79623;3.89297;1005;20220910;18.3;7.7;13;2.2;10.41;0;2.65;16465
+75090;44.79623;3.89297;1005;20220911;22.4;7.4;14.9;1.7;10.47;0;3.22;20027
+75090;44.79623;3.89297;1005;20220912;27.2;10.7;19;2.1;12.91;0;3.79;19679
+75090;44.79623;3.89297;1005;20220913;22.3;15.5;18.9;3.6;17.44;14.3;2.39;11425
+75090;44.79623;3.89297;1005;20220914;20.3;15.7;18;2.9;16.41;4;2.17;10682
+75090;44.79623;3.89297;1005;20220915;20.7;11.2;15.9;2.2;13.74;1;2.38;13236
+75090;44.79623;3.89297;1005;20220916;17.1;11.7;14.4;3.8;12.07;.2;2.37;12713
+75090;44.79623;3.89297;1005;20220917;11.1;5.4;8.3;5.1;7.77;0;2.21;15443
+75090;44.79623;3.89297;1005;20220918;16.7;2.3;9.5;3.3;6.74;0;2.94;18817
+75090;44.79623;3.89297;1005;20220919;14.9;4.1;9.5;4;7.47;0;2.73;18064
+75090;44.79623;3.89297;1005;20220920;15.9;3.3;9.6;3.7;7.17;0;2.79;18021
+75090;44.79623;3.89297;1005;20220921;16.7;4;10.4;2.8;7.51;0;2.67;17660
+75090;44.79623;3.89297;1005;20220922;20.1;4.1;12.1;1.7;8.61;0;2.68;17713
+75090;44.79623;3.89297;1005;20220923;16.9;7.7;12.3;2.6;11.34;7.2;1.86;11869
+75090;44.79623;3.89297;1005;20220924;17.2;9.4;13.3;1.6;11.57;0;1.92;12603
+75090;44.79623;3.89297;1005;20220925;13.3;7.3;10.3;2.3;10.14;1.2;1.46;9437
+75090;44.79623;3.89297;1005;20220926;12.4;6.7;9.5;3.7;9.07;1.2;1.72;10778
+75090;44.79623;3.89297;1005;20220927;10.6;5.7;8.2;4.1;9.04;.8;1.3;8117
+75090;44.79623;3.89297;1005;20220928;14.7;7.8;11.2;3.8;11.07;3.1;1.56;9666
+75090;44.79623;3.89297;1005;20220929;11.2;6.3;8.7;2.4;9.04;.4;1.31;8296
+75090;44.79623;3.89297;1005;20220930;9;4.6;6.8;3.5;7.77;.1;1.2;6371
+75090;44.79623;3.89297;1005;20221001;15.1;2.7;8.9;2.9;9.94;.2;1.35;9442
+75090;44.79623;3.89297;1005;20221002;18.4;11;14.7;3;12.34;0;2.15;13325
+75090;44.79623;3.89297;1005;20221003;16.2;9;12.6;3.5;11.21;0;1.83;11066
+75090;44.79623;3.89297;1005;20221004;21.8;6.3;14;1.9;10.17;.1;2.47;15543
+75090;44.79623;3.89297;1005;20221005;18.8;8;13.4;3.1;10.17;.2;2.42;14315
+75090;44.79623;3.89297;1005;20221006;16.8;7.8;12.3;2.5;11.14;.1;1.72;10906
+75090;44.79623;3.89297;1005;20221007;18.4;7.1;12.7;1.8;11.51;3.3;1.74;12469
+75090;44.79623;3.89297;1005;20221008;14.3;10.5;12.4;2.2;12.04;1;1.13;5457
+75090;44.79623;3.89297;1005;20221009;16.4;5.2;10.8;2.3;10.34;.2;1.72;13474
+75090;44.79623;3.89297;1005;20221010;19.8;8;13.9;1.9;11.04;0;2.01;13417
+75090;44.79623;3.89297;1005;20221011;19;6.9;13;2;11.21;0;1.78;12357
+75090;44.79623;3.89297;1005;20221012;18.7;9.6;14.2;1.6;11.67;.5;1.6;9691
+75090;44.79623;3.89297;1005;20221013;15.4;7;11.2;2.1;11.07;3.1;1.18;7001
+75090;44.79623;3.89297;1005;20221014;14.9;9.9;12.4;2.5;12.34;.1;1.08;5826
+75090;44.79623;3.89297;1005;20221015;21.7;8.7;15.2;2.4;11.51;0;2.17;13174
+75090;44.79623;3.89297;1005;20221016;16.7;10.9;13.8;4.5;13.51;0;1.26;6173
+75090;44.79623;3.89297;1005;20221017;16.4;13.1;14.8;5.2;13.11;0;1.6;4613
+75090;44.79623;3.89297;1005;20221018;20.8;11.6;16.2;2.1;12.91;0;1.91;12043
+75090;44.79623;3.89297;1005;20221019;21.7;9.1;15.4;2.2;11.67;2;1.97;10398
+75090;44.79623;3.89297;1005;20221020;15.2;13.4;14.3;5.2;14.87;23.9;.84;2480
+75090;44.79623;3.89297;1005;20221021;16.8;12.9;14.9;4.3;13.77;0;1.5;7372
+75090;44.79623;3.89297;1005;20221022;19.2;8.9;14;2.7;11.91;0;1.79;11552
+75090;44.79623;3.89297;1005;20221023;16.8;12.9;14.8;6.4;14.11;0;1.31;4143
+75090;44.79623;3.89297;1005;20221024;19;13.2;16.1;2.7;12.61;0;1.73;8456
+75090;44.79623;3.89297;1005;20221025;18.5;6.9;12.7;2.8;9.94;0;1.76;9544
+75090;44.79623;3.89297;1005;20221026;20.9;10.9;15.9;2.3;12.77;.1;1.66;9004
+75090;44.79623;3.89297;1005;20221027;22.5;11.2;16.9;2.5;12.61;.1;1.96;9634
+75090;44.79623;3.89297;1005;20221028;21.8;12.4;17.1;2.8;8.94;0;2.57;8205
+75090;44.79623;3.89297;1005;20221029;20.6;11.7;16.1;3.7;7.07;0;3.07;9338
+75090;44.79623;3.89297;1005;20221030;19.3;13.5;16.4;4.5;8.21;0;3.12;8929
+75090;44.79623;3.89297;1005;20221031;15.1;11.5;13.3;4.7;11.67;4.8;1.46;4408
+75090;44.79623;3.89297;1005;20221101;16.5;10.9;13.7;2.2;11.31;0;1.31;8717
+75090;44.79623;3.89297;1005;20221102;13.9;4.2;9.1;1.6;8.17;0;1.1;9380
+75090;44.79623;3.89297;1005;20221103;11;4.4;7.7;3.5;8.57;1.3;.93;3647
+75090;44.79623;3.89297;1005;20221104;6.2;3.8;5;4.7;7.21;6.3;.82;4689
+75090;44.79623;3.89297;1005;20221105;6.2;2.5;4.4;4.7;6.51;0;.94;7643
+75090;44.79623;3.89297;1005;20221106;14.8;-.1;7.4;2.3;5.31;0;1.52;9810
+75090;44.79623;3.89297;1005;20221107;15.5;3.1;9.3;2.5;7.61;0;1.35;9777
+75090;44.79623;3.89297;1005;20221108;10.8;7.8;9.3;5.4;10.31;13.2;.8;2425
+75090;44.79623;3.89297;1005;20221109;13.9;10.4;12.2;3.3;11.74;3.4;.99;4189
+75090;44.79623;3.89297;1005;20221110;10.2;6.3;8.2;3.5;8.87;0;.86;6021
+75090;44.79623;3.89297;1005;20221111;15.6;3.1;9.3;2.6;9.87;.1;.94;8846
+75090;44.79623;3.89297;1005;20221112;19.2;7.1;13.1;2.1;8.97;0;1.47;8320
+75090;44.79623;3.89297;1005;20221113;15.6;6.7;11.2;2.7;8.44;0;1.38;5145
+75090;44.79623;3.89297;1005;20221114;9.2;7.8;8.5;4.1;9.74;3.9;.68;2065
+75090;44.79623;3.89297;1005;20221115;10.3;7.8;9;3.6;10.61;5.1;.56;2105
+75090;44.79623;3.89297;1005;20221116;11;4.9;7.9;2.3;8.44;.2;.77;6706
+75090;44.79623;3.89297;1005;20221117;10.9;6.2;8.6;3.4;8.94;3.4;.85;3358
+75090;44.79623;3.89297;1005;20221118;6.5;3.3;4.9;3.4;7.07;.3;.71;4324
+75090;44.79623;3.89297;1005;20221119;4.6;.9;2.7;4.3;6.21;.9;.61;4756
+75090;44.79623;3.89297;1005;20221120;5.6;-.1;2.7;3.9;5.91;.8;.68;6527
+75090;44.79623;3.89297;1005;20221121;5;0;2.5;3;6.51;3.2;.5;2034
+75090;44.79623;3.89297;1005;20221122;4.6;.4;2.5;4.8;6.04;1.5;.67;4192
+75090;44.79623;3.89297;1005;20221123;9.7;.8;5.2;2.8;7.21;.9;.71;3909
+75090;44.79623;3.89297;1005;20221124;10.5;1.2;5.8;1.8;6.71;.1;.68;6533
+75090;44.79623;3.89297;1005;20221125;7.1;3.3;5.2;2.9;7.37;5.7;.64;2977
+75090;44.79623;3.89297;1005;20221126;5.2;2.2;3.7;4.2;6.17;0;.74;4343
+75090;44.79623;3.89297;1005;20221127;9.6;-1;4.3;3.4;5.34;.4;1.07;6113
+75090;44.79623;3.89297;1005;20221128;5.4;4.9;5.1;3.1;7.77;2.5;.56;1033
+75090;44.79623;3.89297;1005;20221129;3.2;1;2.1;4.4;6.21;1.1;.47;3185
+75090;44.79623;3.89297;1005;20221130;3.3;.5;1.9;4.6;6.21;1.1;.43;2611
+75090;44.79623;3.89297;1005;20221201;1.7;.7;1.2;3.6;5.74;.2;.43;2316
+75090;44.79623;3.89297;1005;20221202;.8;-1.6;-.4;1.6;5.21;1;.33;2524
+75090;44.79623;3.89297;1005;20221203;1.6;-1.2;.2;2;6.01;12.7;.28;2035
+75090;44.79623;3.89297;1005;20221204;2.8;.4;1.6;2.3;6.14;5.3;.39;2401
+75090;44.79623;3.89297;1005;20221205;5;-6;-.5;1.5;4.34;.1;.34;8308
+75090;44.79623;3.89297;1005;20221206;7;-5.4;.8;2.1;4.21;.1;.67;7220
+75090;44.79623;3.89297;1005;20221207;.2;-4.4;-2.1;2.9;4.24;0;.37;3982
+75090;44.79623;3.89297;1005;20221208;3.6;-7.8;-2.1;1.9;4.87;5.8;.36;4216
+75090;44.79623;3.89297;1005;20221209;4.5;2.2;3.4;1.3;7.64;1.9;.3;2332
+75090;44.79623;3.89297;1005;20221210;-1.4;-1.2;-1.3;4.2;4.91;0;.39;2366
+75090;44.79623;3.89297;1005;20221211;.3;-8.4;-4.1;3.2;3.07;0;.52;5890
+75090;44.79623;3.89297;1005;20221212;1.9;-6.7;-2.4;2.3;3.37;7.1;.6;4322
+75090;44.79623;3.89297;1005;20221213;4.6;-3;.8;3.4;6.77;1.7;.13;3499
+75090;44.79623;3.89297;1005;20221214;8.3;2.9;5.6;2.2;8.14;.2;.46;3042
+75090;44.79623;3.89297;1005;20221215;5.3;1.7;3.5;2.2;7.44;23.3;.37;1174
+75090;44.79623;3.89297;1005;20221216;1.4;.4;.9;3.3;5.64;.1;.39;2200
+75090;44.79623;3.89297;1005;20221217;.5;-7.7;-3.6;3.3;3.21;0;.56;6153
+75090;44.79623;3.89297;1005;20221218;5.4;-6.1;-.4;4.5;5.31;0;.45;4597
+75090;44.79623;3.89297;1005;20221219;8.1;4.6;6.3;6.1;8.71;0;.52;1835
+75090;44.79623;3.89297;1005;20221220;8.6;7.4;8;6.8;9.31;1.5;.76;1173
+75090;44.79623;3.89297;1005;20221221;10.2;7.4;8.8;3.1;9.17;.1;.64;4750
+75090;44.79623;3.89297;1005;20221222;9.9;4.8;7.4;4.3;8.77;.8;.65;2719
+75090;44.79623;3.89297;1005;20221223;12;7.9;9.9;3.8;10.71;.1;.6;2895
+75090;44.79623;3.89297;1005;20221224;13.1;8.2;10.6;1.4;9.77;0;.54;4385
+75090;44.79623;3.89297;1005;20221225;10.3;3.7;7;2.9;8.24;0;.59;4798
+75090;44.79623;3.89297;1005;20221226;11.4;6;8.7;2.7;9.01;.1;.68;4020
+75090;44.79623;3.89297;1005;20221227;8.2;1.8;5;1.7;6.94;0;.46;4833
+75090;44.79623;3.89297;1005;20221228;10.2;-.2;5;2.2;7.21;0;.51;5007
+75090;44.79623;3.89297;1005;20221229;8.4;4.3;6.4;3.1;8.17;1.6;.58;2482
+75090;44.79623;3.89297;1005;20221230;8.3;2.9;5.6;2.4;8.31;0;.45;2255
+75090;44.79623;3.89297;1005;20221231;11.4;6.3;8.8;3.9;9.34;0;.77;4160
+75091;44.81416;4.20763;960;20220101;18.2;7;12.6;2;5.52;0;1.51;5576
+75091;44.81416;4.20763;960;20220102;13.4;5.3;9.4;2;6.22;0;1.19;4162
+75091;44.81416;4.20763;960;20220103;10.7;4.4;7.5;2.1;8.22;0;.72;4251
+75091;44.81416;4.20763;960;20220104;10.5;4.5;7.5;2.5;8.39;3.9;.58;3601
+75091;44.81416;4.20763;960;20220105;-.6;-.2;-.4;6.1;4.82;.3;.78;1100
+75091;44.81416;4.20763;960;20220106;-.5;-2.6;-1.5;5.1;4.02;0;.81;3720
+75091;44.81416;4.20763;960;20220107;1.3;-5.6;-2.1;3.2;4.55;3.8;.47;4320
+75091;44.81416;4.20763;960;20220108;3.1;-.8;1.1;3.2;6.75;2.3;.23;2979
+75091;44.81416;4.20763;960;20220109;2;.2;1.1;3.5;5.89;3.5;.54;2036
+75091;44.81416;4.20763;960;20220110;1.8;-.5;.7;4.1;5.45;.3;.58;3118
+75091;44.81416;4.20763;960;20220111;-.2;-4.5;-2.3;4.6;4.42;0;.43;4442
+75091;44.81416;4.20763;960;20220112;-.9;-5.3;-3.1;4.4;3.85;0;.58;4466
+75091;44.81416;4.20763;960;20220113;5.5;-5.4;.1;2.4;3.72;0;.87;6106
+75091;44.81416;4.20763;960;20220114;10.3;-3.9;3.2;2.2;3.15;0;1.21;7123
+75091;44.81416;4.20763;960;20220115;11.9;-.9;5.5;1.9;2.92;0;1.28;6792
+75091;44.81416;4.20763;960;20220116;6.8;-2.4;2.2;3.5;3.29;0;1.5;6147
+75091;44.81416;4.20763;960;20220117;3.3;-1.3;1;4.8;5.65;0;.65;5149
+75091;44.81416;4.20763;960;20220118;5.6;-2.5;1.5;2.9;5.15;0;.69;5679
+75091;44.81416;4.20763;960;20220119;4.8;-.8;2;2.3;5.35;0;.67;4122
+75091;44.81416;4.20763;960;20220120;1.2;-1.4;-.1;4.5;5.15;.2;.6;3639
+75091;44.81416;4.20763;960;20220121;-.5;-3.6;-2;5.8;3.55;0;1.02;4727
+75091;44.81416;4.20763;960;20220122;.1;-5;-2.4;4.7;4.39;0;.59;5474
+75091;44.81416;4.20763;960;20220123;5.5;-2.9;1.3;3;5.02;0;.83;5908
+75091;44.81416;4.20763;960;20220124;13;-4.1;4.4;1.7;4.39;0;1.1;8549
+75091;44.81416;4.20763;960;20220125;11.6;-.2;5.7;2.2;3.79;0;1.46;7344
+75091;44.81416;4.20763;960;20220126;9.8;0;4.9;3.8;3.65;0;1.91;6934
+75091;44.81416;4.20763;960;20220127;9.3;-.4;4.4;4.2;2.99;0;2.1;7325
+75091;44.81416;4.20763;960;20220128;4.1;-1.8;1.1;5.9;4.65;0;1.16;6125
+75091;44.81416;4.20763;960;20220129;8;-1.9;3.1;4.8;4.75;0;1.39;7594
+75091;44.81416;4.20763;960;20220130;4.8;.5;2.7;4.9;6.55;0;.63;5858
+75091;44.81416;4.20763;960;20220131;3.8;-1.3;1.2;5.8;5.82;.2;.73;4265
+75091;44.81416;4.20763;960;20220201;1.7;-3;-.7;5.2;5.15;.2;.59;4476
+75091;44.81416;4.20763;960;20220202;7.2;1.4;4.3;5;7.52;.1;.71;6580
+75091;44.81416;4.20763;960;20220203;15.2;-.1;7.5;2.3;5.52;0;1.57;8275
+75091;44.81416;4.20763;960;20220204;6.7;-.3;3.2;2;6.49;.1;.7;5483
+75091;44.81416;4.20763;960;20220205;5.2;2;3.6;4;5.59;.4;1.11;5637
+75091;44.81416;4.20763;960;20220206;4.3;-3.1;.6;3.5;5.55;.9;.72;6117
+75091;44.81416;4.20763;960;20220207;4.5;2.9;3.7;5.5;5.95;1;1.19;4405
+75091;44.81416;4.20763;960;20220208;11.3;-1.9;4.7;2.9;4.42;0;1.64;9321
+75091;44.81416;4.20763;960;20220209;11;0;5.5;2.3;5.52;0;1.31;8659
+75091;44.81416;4.20763;960;20220210;10.7;-.2;5.3;1.9;5.58;.1;1.48;11400
+75091;44.81416;4.20763;960;20220211;6;2.7;4.3;2.6;5.28;0;1.21;8150
+75091;44.81416;4.20763;960;20220212;8.2;-4.6;1.8;3.3;4.79;0;1.27;9500
+75091;44.81416;4.20763;960;20220213;6;2.2;4.1;4.6;6.83;20.6;1.01;7100
+75091;44.81416;4.20763;960;20220214;5.6;4.1;4.9;3;7.18;13.1;.84;3850
+75091;44.81416;4.20763;960;20220215;4.1;.1;2.1;3.2;6.03;.6;.81;6850
+75091;44.81416;4.20763;960;20220216;8.5;1.1;4.8;2.4;8.52;2.2;.63;6476
+75091;44.81416;4.20763;960;20220217;12.7;7;9.9;3.5;9.59;.2;1.37;7323
+75091;44.81416;4.20763;960;20220218;16.3;5;10.6;2.5;9.02;0;1.64;10053
+75091;44.81416;4.20763;960;20220219;5.4;1.1;3.2;3.9;4.82;0;1.44;7114
+75091;44.81416;4.20763;960;20220220;8.2;-1.1;3.5;3.1;6.15;.1;1.14;7570
+75091;44.81416;4.20763;960;20220221;5.7;4.4;5;5;6.22;1.2;1.38;4707
+75091;44.81416;4.20763;960;20220222;7.5;.8;4.1;5;6.55;.3;1.25;8816
+75091;44.81416;4.20763;960;20220223;11.3;2.9;7.1;3.3;7.09;0;1.54;9842
+75091;44.81416;4.20763;960;20220224;10.7;3.9;7.3;3.6;7.22;.6;1.51;7821
+75091;44.81416;4.20763;960;20220225;4.2;.4;2.3;5.1;4.79;.2;1.51;8707
+75091;44.81416;4.20763;960;20220226;7.4;-2.2;2.6;3.6;3.95;0;1.82;11038
+75091;44.81416;4.20763;960;20220227;9.5;-2.6;3.4;1.7;5.05;0;1.37;11696
+75091;44.81416;4.20763;960;20220228;10.1;-1;4.6;2.4;5.59;0;1.53;11502
+75091;44.81416;4.20763;960;20220301;11.9;-.5;5.7;2.4;5.59;0;1.72;11957
+75091;44.81416;4.20763;960;20220302;9.5;-1;4.3;2;6.95;0;1.02;8185
+75091;44.81416;4.20763;960;20220303;12.1;2;7.1;2.1;8.19;.1;1.28;10475
+75091;44.81416;4.20763;960;20220304;9.6;3.3;6.4;4.1;6.72;0;1.64;7697
+75091;44.81416;4.20763;960;20220305;8.2;-.9;3.6;3.4;4.09;0;2;11952
+75091;44.81416;4.20763;960;20220306;6.4;-4.4;1;2.9;3.25;0;1.77;12290
+75091;44.81416;4.20763;960;20220307;8.1;-5.5;1.3;2;3.49;0;1.66;13604
+75091;44.81416;4.20763;960;20220308;6.3;-2.9;1.7;2.3;5.39;.1;1.14;9571
+75091;44.81416;4.20763;960;20220309;8.1;-.6;3.7;2.3;6.85;.1;1.08;8655
+75091;44.81416;4.20763;960;20220310;7.5;2.6;5;3.4;7.62;9.6;1.01;6514
+75091;44.81416;4.20763;960;20220311;5.3;3.6;4.4;6.1;7.19;11.7;.98;3799
+75091;44.81416;4.20763;960;20220312;4.1;1.4;2.8;5.1;6.72;16.9;.87;6247
+75091;44.81416;4.20763;960;20220313;3.3;1.8;2.6;4.8;6.69;18.6;.75;4177
+75091;44.81416;4.20763;960;20220314;7.6;-.1;3.8;3.6;7.99;5.4;.8;8067
+75091;44.81416;4.20763;960;20220315;9;6.1;7.5;5.8;8.49;0;1.31;5016
+75091;44.81416;4.20763;960;20220316;13.4;6.4;9.9;2.5;8.72;0;1.73;8978
+75091;44.81416;4.20763;960;20220317;9.6;6.7;8.2;4;8.82;.2;1.33;5600
+75091;44.81416;4.20763;960;20220318;7.7;3.6;5.6;2.1;7.93;0;.94;4750
+75091;44.81416;4.20763;960;20220319;13.7;2.6;8.2;1.6;6.83;0;2.07;15200
+75091;44.81416;4.20763;960;20220320;7.3;.8;4;4;6.18;0;1.31;5150
+75091;44.81416;4.20763;960;20220321;9.3;2.9;6.1;4;5.53;0;2.31;13550
+75091;44.81416;4.20763;960;20220322;10;-.3;4.9;4;4.28;0;2.71;18300
+75091;44.81416;4.20763;960;20220323;12;-1.2;5.4;3.2;3.78;0;2.95;20350
+75091;44.81416;4.20763;960;20220324;14.8;-2.5;6.1;2.9;4.03;0;3.1;20750
+75091;44.81416;4.20763;960;20220325;15.9;-1.6;7.2;2.3;4.03;0;2.98;18950
+75091;44.81416;4.20763;960;20220326;16.8;-.4;8.2;2.2;4.63;0;3.08;20000
+75091;44.81416;4.20763;960;20220327;16.9;0;8.4;2.4;4.73;0;3.18;20450
+75091;44.81416;4.20763;960;20220328;16.9;.6;8.8;2.9;4.48;0;3.4;19000
+75091;44.81416;4.20763;960;20220329;14.4;4.7;9.6;2.6;6.08;2.1;2.55;11950
+75091;44.81416;4.20763;960;20220330;10.1;4.5;7.3;1.7;8.23;1.7;1.25;6400
+75091;44.81416;4.20763;960;20220331;6.4;1.7;4;3;7.03;2.3;1.06;6350
+75091;44.81416;4.20763;960;20220401;-.6;-3;-1.8;6;4.39;4.9;1.08;12200
+75091;44.81416;4.20763;960;20220402;-2.5;-4.6;-3.5;4.4;3.79;1.8;.82;6200
+75091;44.81416;4.20763;960;20220403;-1.4;-4.8;-3.1;3.7;3.79;.1;.9;6800
+75091;44.81416;4.20763;960;20220404;8.8;-5.6;1.6;1.7;4.33;0;2.23;22600
+75091;44.81416;4.20763;960;20220405;12.6;-4.3;4.2;2.2;6.18;0;2.26;19100
+75091;44.81416;4.20763;960;20220406;14.6;2.4;8.5;2.4;8.08;1.3;2.26;14750
+75091;44.81416;4.20763;960;20220407;10;4.7;7.4;5.2;8.83;.8;1.54;8800
+75091;44.81416;4.20763;960;20220408;13.5;7;10.3;6.2;8.63;.2;2.6;10450
+75091;44.81416;4.20763;960;20220409;7.7;.5;4.1;5;4.83;0;2.49;16400
+75091;44.81416;4.20763;960;20220410;15;-4.3;5.3;2;4.43;.2;3.14;24300
+75091;44.81416;4.20763;960;20220411;9.2;2.1;5.7;5;6.68;.1;1.91;10100
+75091;44.81416;4.20763;960;20220412;11.6;5.9;8.7;5;5.63;0;2.87;7100
+75091;44.81416;4.20763;960;20220413;18.2;6.8;12.5;2.8;6.48;0;3.68;18450
+75091;44.81416;4.20763;960;20220414;19.6;4.5;12;2.3;9.08;.1;3.39;20800
+75091;44.81416;4.20763;960;20220415;20.6;6;13.3;2.4;9.48;0;3.66;21850
+75091;44.81416;4.20763;960;20220416;19;5.3;12.2;3.5;7.83;0;4.06;23150
+75091;44.81416;4.20763;960;20220417;20.3;1.5;10.9;2.3;6.03;0;4.11;25950
+75091;44.81416;4.20763;960;20220418;18.2;1.5;9.8;2.2;6.73;0;3.67;24500
+75091;44.81416;4.20763;960;20220419;17;1.2;9.1;1.6;7.23;0;2.79;18000
+75091;44.81416;4.20763;960;20220420;12.4;5.6;9;1.6;8.73;5.1;1.52;6900
+75091;44.81416;4.20763;960;20220421;13;5.9;9.5;1.2;9.88;3.2;1.58;8850
+75091;44.81416;4.20763;960;20220422;17.7;2.4;10;1.8;8.43;4.2;2.97;19500
+75091;44.81416;4.20763;960;20220423;10.3;7.4;8.8;3.6;8.13;26.3;1.76;4900
+75091;44.81416;4.20763;960;20220424;10.7;.7;5.7;2.4;8.58;2.2;1.34;8700
+75091;44.81416;4.20763;960;20220425;14.7;3.8;9.3;2.2;7.83;0;2.85;18550
+75091;44.81416;4.20763;960;20220426;18.3;1.3;9.8;2.1;7.68;0;3.5;23500
+75091;44.81416;4.20763;960;20220427;20.9;3;11.9;1.9;8.23;0;3.92;25100
+75091;44.81416;4.20763;960;20220428;21.1;5.2;13.2;1.7;9.38;.5;3.5;20450
+75091;44.81416;4.20763;960;20220429;21.2;3.4;12.3;1.4;9.18;.6;3.52;22000
+75091;44.81416;4.20763;960;20220430;16.1;7.1;11.6;2.4;9.08;0;3.14;19100
+75091;44.81416;4.20763;960;20220501;17.6;1.7;9.7;1.8;7.03;0;3.69;25950
+75091;44.81416;4.20763;960;20220502;18.4;2.7;10.5;2;8.13;.7;3.46;22250
+75091;44.81416;4.20763;960;20220503;16.4;7.1;11.7;1.4;9.58;2.7;2.21;11200
+75091;44.81416;4.20763;960;20220504;17.4;3.3;10.3;1.4;10.08;5.2;2.69;17950
+75091;44.81416;4.20763;960;20220505;12.6;6.8;9.7;2.8;9.18;.9;2.18;12250
+75091;44.81416;4.20763;960;20220506;11.3;6.8;9.1;4.8;9.19;0;1.95;10756
+75091;44.81416;4.20763;960;20220507;16.3;6.7;11.5;4.5;9.15;0;3.39;18846
+75091;44.81416;4.20763;960;20220508;16.7;7.5;12.1;3.7;9.75;.3;3.22;17374
+75091;44.81416;4.20763;960;20220509;19.6;7;13.3;2;10.25;.2;3.38;18929
+75091;44.81416;4.20763;960;20220510;22.4;8.7;15.5;1.7;11.55;.1;3.88;21444
+75091;44.81416;4.20763;960;20220511;21.7;10.1;15.9;2.6;11.02;0;4.23;22246
+75091;44.81416;4.20763;960;20220512;21.3;8.7;15;2.4;10.22;0;4.07;21851
+75091;44.81416;4.20763;960;20220513;21.2;8.2;14.7;1.9;11.25;1.5;3.68;20046
+75091;44.81416;4.20763;960;20220514;24.1;11.3;17.7;2.1;13.55;0;4.19;21889
+75091;44.81416;4.20763;960;20220515;20.9;12.1;16.5;2.6;11.85;.4;4;20458
+75091;44.81416;4.20763;960;20220516;24.5;11.6;18;2.2;9.05;.1;4.85;23048
+75091;44.81416;4.20763;960;20220517;27.1;11.4;19.2;2;12.12;0;5.03;24756
+75091;44.81416;4.20763;960;20220518;26.3;14.3;20.3;2.6;13.09;0;4.9;21165
+75091;44.81416;4.20763;960;20220519;23.1;15.3;19.2;3.7;12.39;0;4.77;19707
+75091;44.81416;4.20763;960;20220520;23.2;15.2;19.2;3.7;10.69;0;5.13;20540
+75091;44.81416;4.20763;960;20220521;28.4;12;20.2;1.7;13.32;0;5.06;24645
+75091;44.81416;4.20763;960;20220522;29.4;15.4;22.4;1.9;14.45;0;5.22;23200
+75091;44.81416;4.20763;960;20220523;20.2;14.8;17.5;2.2;13.52;.5;3.04;13246
+75091;44.81416;4.20763;960;20220524;16.4;8.9;12.6;2.8;9.72;0;3.17;16557
+75091;44.81416;4.20763;960;20220525;17.6;7.1;12.3;4.5;8.89;0;4.1;21989
+75091;44.81416;4.20763;960;20220526;18.6;7.1;12.8;4.4;9.65;0;4.28;23664
+75091;44.81416;4.20763;960;20220527;22.5;9.8;16.1;4.4;11.45;0;4.94;24289
+75091;44.81416;4.20763;960;20220528;20;9.6;14.8;5.4;9.39;0;4.99;23227
+75091;44.81416;4.20763;960;20220529;17.6;5.5;11.6;4.2;6.82;0;4.65;24375
+75091;44.81416;4.20763;960;20220530;19.5;4.1;11.8;2.2;7.35;1.2;4.27;24710
+75091;44.81416;4.20763;960;20220531;18.6;9.8;14.2;1.3;11.55;5.4;3.13;17206
+75091;44.81416;4.20763;960;20220601;24.1;8.5;16.3;1.9;12.25;1.8;4.61;24965
+75091;44.81416;4.20763;960;20220602;25.5;12.1;18.8;2;12.79;.9;4.86;23755
+75091;44.81416;4.20763;960;20220603;25.6;16.4;21;3.2;11.95;0;4.52;15817
+75091;44.81416;4.20763;960;20220604;25.8;15.5;20.6;3;14.05;.7;5.24;23162
+75091;44.81416;4.20763;960;20220605;23.7;15.2;19.5;2.4;13.92;.3;4.57;21647
+75091;44.81416;4.20763;960;20220606;25.2;10.3;17.7;2;12.42;.3;4.68;23535
+75091;44.81416;4.20763;960;20220607;21.6;11.3;16.4;2.6;11.39;0;4.37;21816
+75091;44.81416;4.20763;960;20220608;17.8;9.4;13.6;2.4;11.19;1.1;2.94;14856
+75091;44.81416;4.20763;960;20220609;16.7;8.8;12.7;4.8;9.62;0;3.87;20002
+75091;44.81416;4.20763;960;20220610;23.1;8.4;15.8;4.3;9.85;0;5.5;26407
+75091;44.81416;4.20763;960;20220611;28.3;10.9;19.6;2.9;9.45;0;6.25;27153
+75091;44.81416;4.20763;960;20220612;30.1;14.6;22.3;2.3;11.02;2;6.03;25071
+75091;44.81416;4.20763;960;20220613;25.5;14.3;19.9;3.1;13.85;0;5.02;22041
+75091;44.81416;4.20763;960;20220614;30.7;11.4;21;2.4;10.19;0;6.54;28519
+75091;44.81416;4.20763;960;20220615;30.4;17.2;23.8;2.3;13.59;.2;5.72;22816
+75091;44.81416;4.20763;960;20220616;31.5;17.2;24.4;2.5;14.42;0;6.11;24193
+75091;44.81416;4.20763;960;20220617;31.9;16.4;24.2;3.1;11.72;0;7.01;26135
+75091;44.81416;4.20763;960;20220618;30.2;17.7;24;3.6;11.79;0;6.9;24461
+75091;44.81416;4.20763;960;20220619;27;19.4;23.2;5.6;12.49;0;6.95;21807
+75091;44.81416;4.20763;960;20220620;27;16.4;21.7;4.2;11.32;0;6.54;24369
+75091;44.81416;4.20763;960;20220621;26.2;16.1;21.2;3;15.15;1.5;4.85;20444
+75091;44.81416;4.20763;960;20220622;23.3;16.1;19.7;3.4;16.92;16.1;3.69;16288
+75091;44.81416;4.20763;960;20220623;21.4;14.9;18.2;2.5;15.58;13.2;2.89;14226
+75091;44.81416;4.20763;960;20220624;20.6;12.6;16.6;1.8;13.59;7.1;3.56;18890
+75091;44.81416;4.20763;960;20220625;23.2;10.8;17;2.5;12.79;7.1;4.44;22605
+75091;44.81416;4.20763;960;20220626;24.5;12.9;18.7;2.4;15.85;.7;4.39;22715
+75091;44.81416;4.20763;960;20220627;20.8;13;16.9;3;14.22;1.2;3.6;17694
+75091;44.81416;4.20763;960;20220628;21.2;11.1;16.1;4.1;12.19;.1;4.66;23977
+75091;44.81416;4.20763;960;20220629;25.5;11.3;18.4;2.3;12.39;.1;5.07;25184
+75091;44.81416;4.20763;960;20220630;22.5;14.1;18.3;2.4;13.62;15.5;3.93;18279
+75091;44.81416;4.20763;960;20220701;19.6;7.9;13.8;3.4;10.69;0;4.24;24371
+75091;44.81416;4.20763;960;20220702;27.1;8.5;17.8;2.3;10.69;0;5.6;27581
+75091;44.81416;4.20763;960;20220703;29.9;15.9;22.9;1.6;13.89;3.7;5.33;24251
+75091;44.81416;4.20763;960;20220704;25.8;15.1;20.5;2.4;16.02;2.5;4.54;21056
+75091;44.81416;4.20763;960;20220705;23.6;13;18.3;3.4;13.39;0;4.87;23206
+75091;44.81416;4.20763;960;20220706;22.9;11.8;17.4;4;10.85;0;5.22;23184
+75091;44.81416;4.20763;960;20220707;22.6;9.8;16.2;4.6;10.72;0;5.26;25061
+75091;44.81416;4.20763;960;20220708;22.9;12.2;17.6;5.1;11.25;0;5.48;23666
+75091;44.81416;4.20763;960;20220709;25.7;11.6;18.6;3.8;10.75;0;5.73;25293
+75091;44.81416;4.20763;960;20220710;25.4;13.1;19.3;3.9;11.55;0;5.65;23519
+75091;44.81416;4.20763;960;20220711;28.1;12.5;20.3;3;11.59;0;5.84;25131
+75091;44.81416;4.20763;960;20220712;28.5;14.3;21.4;2.6;12.29;0;5.68;24276
+75091;44.81416;4.20763;960;20220713;30;14.8;22.4;2.2;10.39;0;5.99;25484
+75091;44.81416;4.20763;960;20220714;32.4;15.9;24.1;2;12.99;0;6.09;25961
+75091;44.81416;4.20763;960;20220715;29.8;17.1;23.4;3;12.35;0;6.16;23494
+75091;44.81416;4.20763;960;20220716;29.3;14.5;21.9;3.5;10.89;0;6.45;24789
+75091;44.81416;4.20763;960;20220717;30.5;14.4;22.4;2.9;9.29;0;6.56;25768
+75091;44.81416;4.20763;960;20220718;32.7;16.3;24.5;2.6;11.79;0;6.6;25704
+75091;44.81416;4.20763;960;20220719;30.9;20.8;25.9;2.9;13.45;0;6.29;22682
+75091;44.81416;4.20763;960;20220720;29;17.5;23.2;2.9;14.25;0;5.67;22258
+75091;44.81416;4.20763;960;20220721;29.6;13.6;21.6;2.4;13.62;0;5.57;25031
+75091;44.81416;4.20763;960;20220722;32.8;15.2;24;2;13.25;4.6;5.81;23926
+75091;44.81416;4.20763;960;20220723;27.3;16.4;21.9;2.6;16.82;0;4.82;21203
+75091;44.81416;4.20763;960;20220724;32.4;14;23.2;2.4;13.29;0;6.26;26498
+75091;44.81416;4.20763;960;20220725;29.7;18.1;23.9;2.5;14.39;.7;5.34;20890
+75091;44.81416;4.20763;960;20220726;24.4;14.4;19.4;4.1;12.49;0;5.2;21457
+75091;44.81416;4.20763;960;20220727;24.7;10.9;17.8;3.7;10.59;0;5.38;23718
+75091;44.81416;4.20763;960;20220728;27.8;11.5;19.6;2;10.95;0;4.94;22409
+75091;44.81416;4.20763;960;20220729;23.1;14.5;18.8;2.1;13.92;6.5;3.53;15216
+75091;44.81416;4.20763;960;20220730;25.9;13.1;19.5;3.4;11.42;0;5.34;22068
+75091;44.81416;4.20763;960;20220731;28.6;14.5;21.5;3.5;11.45;0;6.08;23033
+75091;44.81416;4.20763;960;20220801;29.9;16;23;3.5;11.82;0;6.4;23398
+75091;44.81416;4.20763;960;20220802;30.3;15.4;22.8;2.7;12.69;.1;5.84;23881
+75091;44.81416;4.20763;960;20220803;32.1;16.3;24.2;2.1;12.19;0;5.76;23439
+75091;44.81416;4.20763;960;20220804;32.9;18.3;25.6;2.1;11.09;0;5.88;23200
+75091;44.81416;4.20763;960;20220805;30.3;17.7;24;2.4;13.72;2.2;5.27;19833
+75091;44.81416;4.20763;960;20220806;26.4;14.5;20.4;3.5;14.75;0;4.78;20144
+75091;44.81416;4.20763;960;20220807;26.8;13.2;20;3.1;11.15;0;5.41;23212
+75091;44.81416;4.20763;960;20220808;27.9;13.8;20.8;3.1;10.09;0;5.73;22713
+75091;44.81416;4.20763;960;20220809;30.3;14.9;22.6;2.7;9.12;0;5.96;22639
+75091;44.81416;4.20763;960;20220810;30.4;15.9;23.2;2.2;10.32;0;5.33;20778
+75091;44.81416;4.20763;960;20220811;31.9;15.9;23.9;2;11.82;0;5.44;22159
+75091;44.81416;4.20763;960;20220812;32.5;15.8;24.2;2.5;11.85;0;5.99;23233
+75091;44.81416;4.20763;960;20220813;31.7;17;24.3;2.3;11.25;13.9;5.58;21310
+75091;44.81416;4.20763;960;20220814;20.3;16;18.2;2.4;16.85;30.6;2.35;12424
+75091;44.81416;4.20763;960;20220815;24.2;12.1;18.2;1.9;12.75;0;3.78;20579
+75091;44.81416;4.20763;960;20220816;26.8;12.3;19.5;3;12.82;1.2;4.78;22858
+75091;44.81416;4.20763;960;20220817;22.8;14.7;18.7;3.3;14.35;18.5;3.13;13348
+75091;44.81416;4.20763;960;20220818;18.8;11;14.9;3.5;13.48;1.6;1.99;10452
+75091;44.81416;4.20763;960;20220819;21;13.2;17.1;4.6;14.35;.6;3.48;16244
+75091;44.81416;4.20763;960;20220820;22.2;14.1;18.2;3.8;14.45;.3;3.75;17333
+75091;44.81416;4.20763;960;20220821;22;11.8;16.9;3.3;12.25;.1;3.8;17266
+75091;44.81416;4.20763;960;20220822;21.9;13.2;17.5;4;13.45;.2;3.72;15961
+75091;44.81416;4.20763;960;20220823;24.5;14.7;19.6;4;14.42;.1;4.38;18350
+75091;44.81416;4.20763;960;20220824;28.6;14.4;21.5;2.1;13.52;0;4.57;20342
+75091;44.81416;4.20763;960;20220825;28.4;15.5;22;2.2;15.25;3.9;4.29;18771
+75091;44.81416;4.20763;960;20220826;23.3;15.1;19.2;4;15.89;.4;3.61;15574
+75091;44.81416;4.20763;960;20220827;21.5;13.9;17.7;2.8;14.89;.1;3;14808
+75091;44.81416;4.20763;960;20220828;25.7;13;19.3;1.8;14.05;.1;3.74;19088
+75091;44.81416;4.20763;960;20220829;27.8;14.6;21.2;1.7;14.55;.1;3.84;17737
+75091;44.81416;4.20763;960;20220830;25.1;15.9;20.5;2;16.75;4.2;3.18;14422
+75091;44.81416;4.20763;960;20220831;23.2;12.9;18;3.3;13.95;.1;3.31;17438
+75091;44.81416;4.20763;960;20220901;25.1;13;19;2.2;12.95;0;3.71;19339
+75091;44.81416;4.20763;960;20220902;23.3;13.7;18.5;1.7;13.15;5.1;2.89;13003
+75091;44.81416;4.20763;960;20220903;23.1;13.3;18.2;1.6;15.32;4.6;2.92;15502
+75091;44.81416;4.20763;960;20220904;24.1;13.5;18.8;2;16.15;.1;3.17;16695
+75091;44.81416;4.20763;960;20220905;23.7;16.8;20.3;2.9;17.22;.7;3.07;13140
+75091;44.81416;4.20763;960;20220906;23.5;16.1;19.8;2;16.95;1;2.68;12058
+75091;44.81416;4.20763;960;20220907;21.9;14;17.9;2.2;16.29;15.3;2.57;13157
+75091;44.81416;4.20763;960;20220908;20.6;10.1;15.3;2.1;12.49;.1;2.84;15253
+75091;44.81416;4.20763;960;20220909;19.2;10.6;14.9;1.9;11.35;0;2.45;12007
+75091;44.81416;4.20763;960;20220910;19;8.6;13.8;2.1;10.59;.1;2.73;15054
+75091;44.81416;4.20763;960;20220911;23;8.5;15.8;1.9;10.89;.1;3.22;17346
+75091;44.81416;4.20763;960;20220912;26.8;11.6;19.2;1.7;13.19;.1;3.47;17470
+75091;44.81416;4.20763;960;20220913;22;16.1;19.1;3;18.32;40.9;2.1;9117
+75091;44.81416;4.20763;960;20220914;20.3;15.8;18;3.3;16.42;5.5;2.26;11216
+75091;44.81416;4.20763;960;20220915;21.3;11.7;16.5;2.1;14.45;2.3;2.42;12751
+75091;44.81416;4.20763;960;20220916;17.7;12.2;14.9;3.2;12.59;.1;2.33;11214
+75091;44.81416;4.20763;960;20220917;11.6;6;8.8;4.4;8.05;0;2.2;12759
+75091;44.81416;4.20763;960;20220918;17.2;3.4;10.3;3.2;7.19;0;2.92;16422
+75091;44.81416;4.20763;960;20220919;15.4;4.6;10;3.8;7.72;0;2.74;14968
+75091;44.81416;4.20763;960;20220920;16.5;4.4;10.5;3.8;7.32;0;2.94;15336
+75091;44.81416;4.20763;960;20220921;17.6;4.9;11.2;2.8;7.85;0;2.73;15228
+75091;44.81416;4.20763;960;20220922;20;5.3;12.7;1.6;9.09;.1;2.53;15665
+75091;44.81416;4.20763;960;20220923;17.1;8.7;12.9;1.9;12.02;9.5;1.79;10609
+75091;44.81416;4.20763;960;20220924;17.7;9.7;13.7;1.4;12.15;.7;1.86;11394
+75091;44.81416;4.20763;960;20220925;13.8;8.2;11;2.4;10.62;1.1;1.57;8940
+75091;44.81416;4.20763;960;20220926;13.2;7;10.1;3.1;9.25;1.4;1.83;9842
+75091;44.81416;4.20763;960;20220927;11.7;6.2;9;3.2;9.15;1.5;1.54;8808
+75091;44.81416;4.20763;960;20220928;15.4;8.1;11.7;2.4;11.19;2.8;1.65;10151
+75091;44.81416;4.20763;960;20220929;11.8;7;9.4;1.9;9.32;.5;1.38;7362
+75091;44.81416;4.20763;960;20220930;9.2;5.1;7.1;3.4;7.99;.2;1.29;6468
+75091;44.81416;4.20763;960;20221001;14.8;3.7;9.2;1.8;9.89;.3;1.39;9394
+75091;44.81416;4.20763;960;20221002;19.2;11.6;15.4;2.4;12.69;.1;2.2;11546
+75091;44.81416;4.20763;960;20221003;17;9.4;13.2;3.1;11.49;0;2.02;11401
+75091;44.81416;4.20763;960;20221004;21.3;7.2;14.3;1.7;10.65;.1;2.27;13852
+75091;44.81416;4.20763;960;20221005;18.3;9;13.6;2.4;11.02;.2;2.05;11168
+75091;44.81416;4.20763;960;20221006;17.6;8.6;13.1;2.2;11.72;.1;1.85;11218
+75091;44.81416;4.20763;960;20221007;18.5;8.4;13.5;1.4;12.15;3.2;1.66;11019
+75091;44.81416;4.20763;960;20221008;14.6;10.9;12.8;2.1;12.45;1.1;1.2;5560
+75091;44.81416;4.20763;960;20221009;15.9;6.3;11.1;2.2;10.72;.4;1.6;10984
+75091;44.81416;4.20763;960;20221010;19.6;8.8;14.2;1.7;11.75;.2;1.83;11211
+75091;44.81416;4.20763;960;20221011;19.6;8.5;14;1.7;11.89;.1;1.79;10931
+75091;44.81416;4.20763;960;20221012;18.8;10.2;14.5;1.5;12.22;.6;1.57;8931
+75091;44.81416;4.20763;960;20221013;15.9;8.2;12;1.5;11.75;2.1;1.23;7398
+75091;44.81416;4.20763;960;20221014;15.3;10;12.6;1.2;12.45;.2;1.08;6357
+75091;44.81416;4.20763;960;20221015;21.5;9.3;15.4;1.6;11.85;.8;1.89;11446
+75091;44.81416;4.20763;960;20221016;16.8;11.9;14.4;4.1;13.92;1.5;1.4;5334
+75091;44.81416;4.20763;960;20221017;16.9;13.5;15.2;4.5;13.62;.1;1.67;4697
+75091;44.81416;4.20763;960;20221018;20.5;12;16.2;1.9;13.19;.2;1.79;9971
+75091;44.81416;4.20763;960;20221019;20.8;9.8;15.3;1.7;12.95;2.2;1.6;9369
+75091;44.81416;4.20763;960;20221020;15;13.8;14.4;4.6;15.39;54.1;.82;1967
+75091;44.81416;4.20763;960;20221021;16.5;12.9;14.7;3.6;14.42;10.6;1.25;5830
+75091;44.81416;4.20763;960;20221022;19;9.8;14.4;2.3;13.25;3.1;1.54;9395
+75091;44.81416;4.20763;960;20221023;16.9;13.7;15.3;5.1;14.79;12.5;1.34;3430
+75091;44.81416;4.20763;960;20221024;19;13.7;16.4;2.7;13.72;6;1.58;6458
+75091;44.81416;4.20763;960;20221025;18.7;8.2;13.5;2.2;10.69;.1;1.67;8400
+75091;44.81416;4.20763;960;20221026;20.9;11.7;16.3;1.9;13.62;.1;1.54;7790
+75091;44.81416;4.20763;960;20221027;21.7;12.2;17;2.1;13.52;.1;1.72;8167
+75091;44.81416;4.20763;960;20221028;20.9;13.1;17;2.4;9.79;0;2.21;6707
+75091;44.81416;4.20763;960;20221029;20.8;12.7;16.8;2.7;7.52;0;2.65;7823
+75091;44.81416;4.20763;960;20221030;19.4;14.1;16.7;3.5;9.32;0;2.67;7121
+75091;44.81416;4.20763;960;20221031;15.1;11.9;13.5;4.3;12.52;47.2;1.34;3725
+75091;44.81416;4.20763;960;20221101;17;11.1;14;2.3;11.38;0;1.34;8717
+75091;44.81416;4.20763;960;20221102;14.7;5.5;10.1;1.9;8.25;0;1.18;9180
+75091;44.81416;4.20763;960;20221103;10.9;5.4;8.2;3.8;8.58;3.2;1.07;3547
+75091;44.81416;4.20763;960;20221104;7.2;4;5.6;5.2;7.15;4.3;.87;5223
+75091;44.81416;4.20763;960;20221105;7;3.2;5.1;5.3;6.58;0;.94;6643
+75091;44.81416;4.20763;960;20221106;14.3;1.3;7.8;2.1;5.45;0;1.48;8518
+75091;44.81416;4.20763;960;20221107;15.5;4;9.8;2.4;7.95;0;1.41;8198
+75091;44.81416;4.20763;960;20221108;11.2;8.2;9.7;4.5;10.49;28.2;.94;2749
+75091;44.81416;4.20763;960;20221109;13.6;10.7;12.1;3.2;12.29;11;.88;3360
+75091;44.81416;4.20763;960;20221110;11.3;6.6;8.9;3.1;9.19;0;1.02;5670
+75091;44.81416;4.20763;960;20221111;15.6;4.2;9.9;1.8;10.09;.1;.89;7786
+75091;44.81416;4.20763;960;20221112;18.4;7.6;13;1.5;9.62;0;1.18;6936
+75091;44.81416;4.20763;960;20221113;16.1;7.6;11.8;2.3;8.62;.1;1.4;5394
+75091;44.81416;4.20763;960;20221114;9.5;7.9;8.7;3.2;10.02;14.6;.72;1895
+75091;44.81416;4.20763;960;20221115;10.5;7.9;9.2;2.7;11.05;4.3;.56;2446
+75091;44.81416;4.20763;960;20221116;11.5;5.3;8.4;1.7;8.85;.1;.77;5209
+75091;44.81416;4.20763;960;20221117;11.2;6.5;8.9;2;9.52;4;.74;3367
+75091;44.81416;4.20763;960;20221118;7.2;3.7;5.4;2.8;7.25;.2;.81;3849
+75091;44.81416;4.20763;960;20221119;5.1;1.2;3.1;3.9;6.35;.6;.75;4136
+75091;44.81416;4.20763;960;20221120;6;.7;3.4;3.7;6.15;.9;.83;5071
+75091;44.81416;4.20763;960;20221121;4.9;.7;2.8;2.2;6.75;3.3;.49;2566
+75091;44.81416;4.20763;960;20221122;5.3;.9;3.1;3.4;6.15;1;.74;3822
+75091;44.81416;4.20763;960;20221123;9.7;.9;5.3;1.9;7.15;.4;.66;4427
+75091;44.81416;4.20763;960;20221124;10.7;1.8;6.2;1.8;6.85;.1;.79;5509
+75091;44.81416;4.20763;960;20221125;7.8;3.7;5.8;2.6;7.55;5.7;.75;3524
+75091;44.81416;4.20763;960;20221126;6.1;2.6;4.4;3.8;6.22;0;.92;3804
+75091;44.81416;4.20763;960;20221127;9.6;.3;4.9;3;5.82;2.3;1.03;5560
+75091;44.81416;4.20763;960;20221128;5.5;4.9;5.2;2.4;8.05;9.3;.54;900
+75091;44.81416;4.20763;960;20221129;3.8;1.4;2.6;4;6.39;.7;.62;2757
+75091;44.81416;4.20763;960;20221130;4.2;1.2;2.7;3.5;6.42;.5;.6;2940
+75091;44.81416;4.20763;960;20221201;2.7;1.1;1.9;2.8;5.92;.1;.57;2401
+75091;44.81416;4.20763;960;20221202;1.5;-1;.2;1.4;5.42;1.1;.4;2371
+75091;44.81416;4.20763;960;20221203;2.3;-.6;.8;1.5;6.32;17;.34;1927
+75091;44.81416;4.20763;960;20221204;3.1;.9;2;1.9;6.62;9.7;.38;2081
+75091;44.81416;4.20763;960;20221205;5.9;-4.2;.8;1.3;5.09;.1;.39;6389
+75091;44.81416;4.20763;960;20221206;7.5;-3.5;2;2.2;4.59;.1;.79;5677
+75091;44.81416;4.20763;960;20221207;1.2;-3.2;-1;3;4.62;0;.43;3580
+75091;44.81416;4.20763;960;20221208;3.5;-6.3;-1.4;1.7;5.09;13.1;.38;4229
+75091;44.81416;4.20763;960;20221209;5.1;2.4;3.8;1.1;7.89;2.5;.34;2042
+75091;44.81416;4.20763;960;20221210;-1.1;-1;-1;3.6;5.12;0;.42;1566
+75091;44.81416;4.20763;960;20221211;.5;-7.8;-3.7;3.6;3.19;0;.65;4665
+75091;44.81416;4.20763;960;20221212;2.3;-6.5;-2.1;1.9;3.49;6.5;.57;4435
+75091;44.81416;4.20763;960;20221213;4.1;-2.7;.7;2.4;6.82;1.3;.17;3035
+75091;44.81416;4.20763;960;20221214;8.1;2.8;5.5;1.3;8.52;.1;.37;2996
+75091;44.81416;4.20763;960;20221215;5.5;2.3;3.9;2;7.92;25.5;.35;1829
+75091;44.81416;4.20763;960;20221216;1.9;.6;1.3;3.8;5.79;0;.51;1648
+75091;44.81416;4.20763;960;20221217;1.7;-7;-2.7;3.6;3.29;0;.81;5029
+75091;44.81416;4.20763;960;20221218;6;-5.3;.4;3.8;5.72;2.6;.48;4815
+75091;44.81416;4.20763;960;20221219;8.4;5;6.7;5.6;9.09;14.7;.57;2085
+75091;44.81416;4.20763;960;20221220;8.8;7.8;8.3;6.1;9.79;12.1;.8;1038
+75091;44.81416;4.20763;960;20221221;10.8;7.7;9.2;2.3;9.75;.1;.66;3486
+75091;44.81416;4.20763;960;20221222;10.5;5.8;8.1;2.7;8.85;1.1;.7;2910
+75091;44.81416;4.20763;960;20221223;12.5;7.5;10;2.5;10.82;.2;.55;3132
+75091;44.81416;4.20763;960;20221224;13.7;8.5;11.1;1.1;10.05;.1;.61;3693
+75091;44.81416;4.20763;960;20221225;10.6;4.9;7.7;2.4;8.95;0;.63;3704
+75091;44.81416;4.20763;960;20221226;11.7;6.6;9.1;2.2;9.52;.2;.68;3732
+75091;44.81416;4.20763;960;20221227;8.8;2.8;5.8;1.9;7.25;0;.63;4033
+75091;44.81416;4.20763;960;20221228;10.2;.7;5.4;1.8;7.49;.3;.52;4614
+75091;44.81416;4.20763;960;20221229;8.5;4.9;6.7;2.4;8.79;3.5;.55;2100
+75091;44.81416;4.20763;960;20221230;8;3.5;5.7;1.8;8.79;.1;.4;2468
+75091;44.81416;4.20763;960;20221231;11.5;6;8.8;3.5;9.65;2.9;.74;3791
+75092;44.83114;4.52247;520;20220101;13.4;7.2;10.3;.6;7.05;.1;.34;5285
+75092;44.83114;4.52247;520;20220102;6.9;3;4.9;.6;7.25;0;.39;3167
+75092;44.83114;4.52247;520;20220103;13.4;4.5;9;1.3;8.35;0;.57;5503
+75092;44.83114;4.52247;520;20220104;9.6;6.2;7.9;3;9;4.4;.68;3949
+75092;44.83114;4.52247;520;20220105;3;3.4;3.2;4.1;5.2;.1;.99;2950
+75092;44.83114;4.52247;520;20220106;3.1;1.1;2.1;3.9;4.45;0;1;3384
+75092;44.83114;4.52247;520;20220107;4.4;-2.2;1.1;1.3;4.8;.8;.43;4820
+75092;44.83114;4.52247;520;20220108;5.6;1.2;3.4;1.8;7.3;2.2;.34;3565
+75092;44.83114;4.52247;520;20220109;5.7;3.8;4.7;2.1;6.5;2.8;.68;2896
+75092;44.83114;4.52247;520;20220110;4.3;2.4;3.4;2.6;5.9;.3;.68;3093
+75092;44.83114;4.52247;520;20220111;2.3;-.3;1;3.7;4.7;0;.75;2944
+75092;44.83114;4.52247;520;20220112;2.9;-1.5;.7;3.3;4.15;0;.81;4491
+75092;44.83114;4.52247;520;20220113;2.6;-3.4;-.4;1;4.3;0;.33;6820
+75092;44.83114;4.52247;520;20220114;6.2;-3.4;1.4;.7;4.35;0;.34;6906
+75092;44.83114;4.52247;520;20220115;7.6;-.6;3.5;.6;4.3;0;.34;6720
+75092;44.83114;4.52247;520;20220116;8.2;-1;3.6;1.9;4;0;.91;7549
+75092;44.83114;4.52247;520;20220117;5.5;1.3;3.4;3.8;5.85;0;.81;4584
+75092;44.83114;4.52247;520;20220118;5.1;1.3;3.2;2.4;5.4;0;.74;3839
+75092;44.83114;4.52247;520;20220119;7.2;-1.6;2.8;1.3;5.5;0;.58;4736
+75092;44.83114;4.52247;520;20220120;4.5;1.9;3.2;3.8;5.4;0;.91;2212
+75092;44.83114;4.52247;520;20220121;2.4;.5;1.5;5.3;3.9;0;1.19;4430
+75092;44.83114;4.52247;520;20220122;3.8;-.8;1.5;4.6;4.7;0;.98;4168
+75092;44.83114;4.52247;520;20220123;5.3;-.2;2.6;2.1;5.3;0;.59;4579
+75092;44.83114;4.52247;520;20220124;7.7;-3.2;2.3;.7;5.15;0;.44;8084
+75092;44.83114;4.52247;520;20220125;9.1;-1;4;.6;4.9;0;.46;8098
+75092;44.83114;4.52247;520;20220126;10.4;1;5.7;1.8;4.25;0;1.19;8832
+75092;44.83114;4.52247;520;20220127;9.3;-1.5;3.9;1.6;3.9;0;1.12;8008
+75092;44.83114;4.52247;520;20220128;6.1;-.6;2.8;3.6;5.25;0;.9;5924
+75092;44.83114;4.52247;520;20220129;7.4;-.7;3.4;2.5;5.05;0;1;7359
+75092;44.83114;4.52247;520;20220130;9.1;2.6;5.9;3.6;6.8;0;1.11;5009
+75092;44.83114;4.52247;520;20220131;8.1;3.1;5.6;3.6;5.75;.1;1.29;5043
+75092;44.83114;4.52247;520;20220201;5.5;1.3;3.4;4.2;5.15;0;1.19;6677
+75092;44.83114;4.52247;520;20220202;10;4;7;3.1;7.6;0;1.03;4227
+75092;44.83114;4.52247;520;20220203;12.5;2.8;7.6;1.8;6.75;0;1.06;7900
+75092;44.83114;4.52247;520;20220204;10.2;1.4;5.8;1.8;6.75;.1;.88;9080
+75092;44.83114;4.52247;520;20220205;8.7;6.1;7.4;2.6;5.75;0;1.32;7207
+75092;44.83114;4.52247;520;20220206;8.6;1.5;5;1.5;5.7;.2;.91;7441
+75092;44.83114;4.52247;520;20220207;7.6;6.5;7.1;3.5;6.2;.7;1.34;5460
+75092;44.83114;4.52247;520;20220208;12.2;2.2;7.2;2.2;4.65;0;1.51;10347
+75092;44.83114;4.52247;520;20220209;11;1.2;6.1;2.2;6;0;1.22;10170
+75092;44.83114;4.52247;520;20220210;3.6;1.6;2.6;1.8;6.42;.2;1.34;11331
+75092;44.83114;4.52247;520;20220211;10.1;2.4;6.2;3.4;5.82;0;1.63;8918
+75092;44.83114;4.52247;520;20220212;10.3;-3.4;3.5;2.2;5.73;0;1.26;10552
+75092;44.83114;4.52247;520;20220213;9.9;.3;5.1;4;6.74;19;1.22;9747
+75092;44.83114;4.52247;520;20220214;8;5.3;6.7;2.8;7.89;12.6;.96;3505
+75092;44.83114;4.52247;520;20220215;9.1;1.3;5.2;3.1;6.02;.5;1.32;9032
+75092;44.83114;4.52247;520;20220216;9.4;2.5;5.9;.8;8.2;2.2;.69;6153
+75092;44.83114;4.52247;520;20220217;16.4;7.7;12;2;9.45;0;1.48;8313
+75092;44.83114;4.52247;520;20220218;17.4;6.7;12;2.5;9;0;1.83;11596
+75092;44.83114;4.52247;520;20220219;8.7;5.5;7.1;3;5.2;0;1.69;8450
+75092;44.83114;4.52247;520;20220220;12.4;2.7;7.5;2;6.25;0;1.5;10491
+75092;44.83114;4.52247;520;20220221;9.7;8;8.8;3.6;6.4;.8;1.83;6019
+75092;44.83114;4.52247;520;20220222;10.4;5.1;7.8;4;6.5;0;1.75;9564
+75092;44.83114;4.52247;520;20220223;13.4;5.8;9.6;2.3;7.45;0;1.54;9390
+75092;44.83114;4.52247;520;20220224;12;5.1;8.5;2.6;7.65;.2;1.52;9400
+75092;44.83114;4.52247;520;20220225;7.6;4.3;6;3.7;5.1;0;1.76;10377
+75092;44.83114;4.52247;520;20220226;9.1;2;5.5;2.8;4.35;0;1.79;12518
+75092;44.83114;4.52247;520;20220227;9.7;-1.2;4.2;1;5.45;0;1.13;11337
+75092;44.83114;4.52247;520;20220228;11.8;.8;6.3;1.7;6.1;0;1.51;13627
+75092;44.83114;4.52247;520;20220301;12.9;1.2;7;1.7;5.75;0;1.65;13440
+75092;44.83114;4.52247;520;20220302;9.3;1.5;5.4;1.5;7.2;0;1.14;10615
+75092;44.83114;4.52247;520;20220303;13.2;3.7;8.4;1.6;8.2;0;1.43;11895
+75092;44.83114;4.52247;520;20220304;13.1;6.5;9.8;2.9;6.25;0;2.23;12586
+75092;44.83114;4.52247;520;20220305;11.5;3.4;7.4;2.3;4.05;0;2.17;13223
+75092;44.83114;4.52247;520;20220306;8.7;-.7;4;1.7;3.55;0;1.71;14483
+75092;44.83114;4.52247;520;20220307;9.3;-2.1;3.6;1.1;4;0;1.47;14592
+75092;44.83114;4.52247;520;20220308;8.3;-.6;3.9;1.8;5.4;0;1.36;11160
+75092;44.83114;4.52247;520;20220309;10.6;.6;5.6;2.1;6.95;0;1.52;14190
+75092;44.83114;4.52247;520;20220310;9.5;5.1;7.3;2.5;8.35;3.9;1.22;8166
+75092;44.83114;4.52247;520;20220311;9.2;6.2;7.7;3.6;8;2.8;1.36;6087
+75092;44.83114;4.52247;520;20220312;7.8;4;5.9;3.8;7.5;5.5;1.2;5746
+75092;44.83114;4.52247;520;20220313;6.5;4.6;5.6;2.7;7.85;23.4;.88;4957
+75092;44.83114;4.52247;520;20220314;11.1;3.3;7.2;1.6;9.1;2.2;1.19;10338
+75092;44.83114;4.52247;520;20220315;12.5;8.8;10.7;3;9;0;1.74;7923
+75092;44.83114;4.52247;520;20220316;14.6;7.8;11.2;2.4;9.4;0;1.92;10834
+75092;44.83114;4.52247;520;20220317;13.5;8.5;11;2.9;9.45;0;1.69;8276
+75092;44.83114;4.52247;520;20220318;11;7;9;2.8;9.07;0;1.41;5653
+75092;44.83114;4.52247;520;20220319;15.3;2.5;8.9;1.7;7.84;0;1.97;13986
+75092;44.83114;4.52247;520;20220320;12.4;2.4;7.4;3.2;6.57;0;1.94;9245
+75092;44.83114;4.52247;520;20220321;14;4.7;9.4;3.4;5.82;0;2.83;15375
+75092;44.83114;4.52247;520;20220322;14.9;-2.4;6.2;3.1;5.19;0;2.92;18562
+75092;44.83114;4.52247;520;20220323;16.2;-3.3;6.5;2.3;4.67;0;2.8;19483
+75092;44.83114;4.52247;520;20220324;18.6;-1.9;8.4;2.3;4.67;0;3.14;19785
+75092;44.83114;4.52247;520;20220325;19;-1.4;8.8;2;5.07;0;3.03;19360
+75092;44.83114;4.52247;520;20220326;19.9;-.6;9.7;1.8;5.67;0;3.03;19584
+75092;44.83114;4.52247;520;20220327;20.2;.5;10.3;1.7;5.52;0;2.86;15958
+75092;44.83114;4.52247;520;20220328;20.4;2.3;11.3;2.5;5.17;0;3.58;19218
+75092;44.83114;4.52247;520;20220329;18.1;4.1;11.1;2.8;6.77;2.2;3;14136
+75092;44.83114;4.52247;520;20220330;13.5;7.3;10.4;1.6;9.59;1.5;1.56;8553
+75092;44.83114;4.52247;520;20220331;12.8;3.7;8.3;3.1;7.64;2.7;2.14;12372
+75092;44.83114;4.52247;520;20220401;5.3;.9;3.1;6.7;4.84;3;1.93;10396
+75092;44.83114;4.52247;520;20220402;5.4;.9;3.2;6.5;3.81;0;2.46;12880
+75092;44.83114;4.52247;520;20220403;5.1;-.7;2.2;5.5;4.75;0;2.02;11317
+75092;44.83114;4.52247;520;20220404;9.8;-3.3;3.2;2.3;4.76;0;2.36;20965
+75092;44.83114;4.52247;520;20220405;14.6;-2.6;6;2;6.14;0;2.42;18433
+75092;44.83114;4.52247;520;20220406;15.1;3.9;9.5;1.8;9.26;1.8;2.12;13308
+75092;44.83114;4.52247;520;20220407;15.7;6.2;10.9;3.8;9.07;.4;2.4;11480
+75092;44.83114;4.52247;520;20220408;18.5;9.8;14.1;4.2;9.07;0;3.36;13831
+75092;44.83114;4.52247;520;20220409;10.5;4.5;7.5;4.3;5.5;0;2.71;13521
+75092;44.83114;4.52247;520;20220410;15.9;-1.8;7.1;1.9;5.02;0;3.18;23350
+75092;44.83114;4.52247;520;20220411;15.1;.2;7.6;4.4;6.92;0;2.75;15814
+75092;44.83114;4.52247;520;20220412;16.2;5.6;10.9;3.6;7;0;3.03;12393
+75092;44.83114;4.52247;520;20220413;20;5.1;12.5;2.2;7.72;0;3.44;19386
+75092;44.83114;4.52247;520;20220414;22.5;5.4;13.9;2.5;9.54;0;3.94;22295
+75092;44.83114;4.52247;520;20220415;23.8;6.9;15.4;2.9;10.29;0;4.24;21358
+75092;44.83114;4.52247;520;20220416;20.7;6.1;13.4;4.9;9.58;0;4.9;24300
+75092;44.83114;4.52247;520;20220417;20.3;4.3;12.3;2.4;7.29;0;3.99;23840
+75092;44.83114;4.52247;520;20220418;21.2;2.2;11.7;2.2;6.79;0;3.97;24481
+75092;44.83114;4.52247;520;20220419;20.7;3;11.8;2.3;7.22;0;3.87;22552
+75092;44.83114;4.52247;520;20220420;15.7;4.6;10.1;1.6;9.59;5.9;1.94;11265
+75092;44.83114;4.52247;520;20220421;18.6;9;13.8;1.7;10.87;.1;2.73;15518
+75092;44.83114;4.52247;520;20220422;20.4;4;12.2;2;9.27;1.2;3.4;21147
+75092;44.83114;4.52247;520;20220423;15.5;9.9;12.7;4.3;8.91;21.3;2.47;5700
+75092;44.83114;4.52247;520;20220424;14.3;4.7;9.5;1.8;9.54;.6;2.08;13674
+75092;44.83114;4.52247;520;20220425;18;7.1;12.6;2.2;9.34;0;3.2;19145
+75092;44.83114;4.52247;520;20220426;19.7;4.2;12;2.1;9.04;0;3.68;24075
+75092;44.83114;4.52247;520;20220427;21.3;3.6;12.4;2.1;8.44;0;4.06;25628
+75092;44.83114;4.52247;520;20220428;23.4;4.9;14.2;2.1;9.52;.2;4.2;24568
+75092;44.83114;4.52247;520;20220429;23.1;4.8;14;2.1;9.59;.3;4.07;23163
+75092;44.83114;4.52247;520;20220430;20;8;14;2.4;9.44;0;3.62;19128
+75092;44.83114;4.52247;520;20220501;19.9;4.2;12;2.6;8.07;0;4.04;23957
+75092;44.83114;4.52247;520;20220502;21.1;3.9;12.5;2.2;8.34;.3;4.17;25942
+75092;44.83114;4.52247;520;20220503;20.5;7.6;14;1.7;10.19;1.9;3.08;16281
+75092;44.83114;4.52247;520;20220504;21.1;5.1;13.1;2;10.52;9.5;3.62;22001
+75092;44.83114;4.52247;520;20220505;15.5;9.9;12.7;3.2;10.52;.3;2.53;11662
+75092;44.83114;4.52247;520;20220506;15.4;10.9;13.2;3.9;9.5;0;2.42;6385
+75092;44.83114;4.52247;520;20220507;19.9;11.9;15.9;3.4;9.4;0;3.36;10026
+75092;44.83114;4.52247;520;20220508;20.1;11.2;15.6;2.5;10.25;.4;2.94;10495
+75092;44.83114;4.52247;520;20220509;22.9;10.6;16.8;.9;11.3;.3;2.72;13246
+75092;44.83114;4.52247;520;20220510;25.9;11.4;18.7;1.2;12.75;.1;3.09;13803
+75092;44.83114;4.52247;520;20220511;25.1;11.6;18.4;2;11.9;0;3.54;13878
+75092;44.83114;4.52247;520;20220512;23.9;10.5;17.2;1.7;11.25;0;3.29;13700
+75092;44.83114;4.52247;520;20220513;23.6;10;16.8;1.4;12.1;.5;3.03;14101
+75092;44.83114;4.52247;520;20220514;25.6;13.3;19.4;1.6;14.35;0;3.25;13780
+75092;44.83114;4.52247;520;20220515;24.2;13.1;18.6;1.9;12.8;.9;3.22;12588
+75092;44.83114;4.52247;520;20220516;26.6;11.7;19.1;1.9;10.25;0;3.94;14448
+75092;44.83114;4.52247;520;20220517;29;13.4;21.2;.8;13.35;0;3.31;15258
+75092;44.83114;4.52247;520;20220518;29.6;16.7;23.2;1.6;14.25;0;3.89;14193
+75092;44.83114;4.52247;520;20220519;26.8;16;21.4;3;13.7;0;4.35;13357
+75092;44.83114;4.52247;520;20220520;26.2;14.9;20.6;2.7;12.25;0;4.33;13914
+75092;44.83114;4.52247;520;20220521;29.7;14;21.9;1.1;14.1;0;3.53;15310
+75092;44.83114;4.52247;520;20220522;30.5;16.2;23.3;1;16.45;0;3.38;14223
+75092;44.83114;4.52247;520;20220523;23.6;16.8;20.2;1.7;14.7;0;2.91;10112
+75092;44.83114;4.52247;520;20220524;19;13.9;16.4;2.6;10.3;.1;2.87;8435
+75092;44.83114;4.52247;520;20220525;20.9;11.6;16.3;3.5;9.2;0;3.79;12024
+75092;44.83114;4.52247;520;20220526;22.4;12.9;17.7;3.1;9.95;0;3.88;12312
+75092;44.83114;4.52247;520;20220527;25.5;13.6;19.5;3.4;11.85;0;4.34;14128
+75092;44.83114;4.52247;520;20220528;22.6;13.9;18.3;4.4;9.7;0;4.37;11669
+75092;44.83114;4.52247;520;20220529;20;11.3;15.7;3.3;6.95;0;4.03;12500
+75092;44.83114;4.52247;520;20220530;22;7.8;14.9;1.4;8.2;1.5;3.18;14380
+75092;44.83114;4.52247;520;20220531;19.1;11.8;15.5;1.1;13.4;4.2;2.17;10282
+75092;44.83114;4.52247;520;20220601;27.1;11.2;19.1;1.1;13.95;.2;3.25;15400
+75092;44.83114;4.52247;520;20220602;28;14.1;21.1;1.1;14.35;.7;3.37;14665
+75092;44.83114;4.52247;520;20220603;28.7;16.4;22.5;1.7;14.05;0;3.92;14273
+75092;44.83114;4.52247;520;20220604;29.8;16.5;23.2;2.7;14.95;.1;4.66;14666
+75092;44.83114;4.52247;520;20220605;26;18.4;22.2;2;15.15;1.1;4.28;18525
+75092;44.83114;4.52247;520;20220606;27.2;14.8;21;2.3;13.94;.9;4.97;23190
+75092;44.83114;4.52247;520;20220607;25.2;14.5;19.8;2.6;12.77;0;4.76;21791
+75092;44.83114;4.52247;520;20220608;22.2;13.7;18;1.2;12.1;1.7;2.79;11760
+75092;44.83114;4.52247;520;20220609;20;12.8;16.4;3;10.5;0;3.14;10377
+75092;44.83114;4.52247;520;20220610;25.7;13.4;19.5;3.4;10;0;4.76;14435
+75092;44.83114;4.52247;520;20220611;30.7;14.6;22.7;1.9;10.5;0;6.42;31132
+75092;44.83114;4.52247;520;20220612;32.4;17;24.7;1.2;12.45;1;5.73;27789
+75092;44.83114;4.52247;520;20220613;27.4;17.8;22.6;2.5;14.55;0;5.48;24748
+75092;44.83114;4.52247;520;20220614;32.1;14.7;23.4;1.6;10.75;0;6.4;30806
+75092;44.83114;4.52247;520;20220615;32.3;17.3;24.8;1.9;15;.2;5.49;22765
+75092;44.83114;4.52247;520;20220616;32.7;19.9;26.3;1.7;15.95;0;6.23;28079
+75092;44.83114;4.52247;520;20220617;33.9;20.4;27.2;2.2;12.25;0;6.99;28972
+75092;44.83114;4.52247;520;20220618;33.8;20.3;27.1;2.5;12.45;0;7.19;28455
+75092;44.83114;4.52247;520;20220619;30.8;20.7;25.8;3.4;13.55;0;6.94;25791
+75092;44.83114;4.52247;520;20220620;30.6;17.8;24.2;2.6;12.2;0;6.64;27833
+75092;44.83114;4.52247;520;20220621;28.2;18.9;23.6;2.5;16.1;2.2;5.19;21116
+75092;44.83114;4.52247;520;20220622;24.7;18.8;21.8;2.2;19.85;33.4;3.41;14650
+75092;44.83114;4.52247;520;20220623;23.9;17.3;20.6;1.6;18.75;6.3;3.25;15462
+75092;44.83114;4.52247;520;20220624;24.1;15.4;19.8;1.6;15.15;21.8;3.98;20022
+75092;44.83114;4.52247;520;20220625;26.2;13.7;20;1.5;14.5;10;5.08;27510
+75092;44.83114;4.52247;520;20220626;25.7;15.1;20.4;1.3;17.1;.1;3.53;17167
+75092;44.83114;4.52247;520;20220627;25.3;16.1;20.7;2.1;15.63;1.8;4.06;18869
+75092;44.83114;4.52247;520;20220628;26.1;14.9;20.5;2.3;14.03;0;5.01;24126
+75092;44.83114;4.52247;520;20220629;28.2;15.3;21.8;2.5;13.54;0;5.36;23382
+75092;44.83114;4.52247;520;20220630;26.7;16.3;21.5;2.5;14.97;22.3;4.85;21331
+75092;44.83114;4.52247;520;20220701;22.6;11.3;16.9;3.6;12.17;0;4.33;22161
+75092;44.83114;4.52247;520;20220702;28.6;12.8;20.7;2.4;11.64;0;5.77;26243
+75092;44.83114;4.52247;520;20220703;32.3;16.5;24.4;1.3;14.57;1.8;5.51;26050
+75092;44.83114;4.52247;520;20220704;28.2;18.8;23.5;2.7;17.24;1.7;4.84;19816
+75092;44.83114;4.52247;520;20220705;27.4;17;22.2;3.5;13.97;0;5.33;20914
+75092;44.83114;4.52247;520;20220706;26.6;17.5;22;4.7;10.8;0;6.03;19268
+75092;44.83114;4.52247;520;20220707;26.8;16.1;21.4;4.2;11.1;0;5.83;21650
+75092;44.83114;4.52247;520;20220708;26.2;16;21.1;4.6;11.7;0;5.67;20978
+75092;44.83114;4.52247;520;20220709;29;16.7;22.9;4.2;10.94;0;6.54;22864
+75092;44.83114;4.52247;520;20220710;28.4;18.3;23.4;4.8;11.74;0;6.54;20187
+75092;44.83114;4.52247;520;20220711;29.5;17.2;23.3;4;12.67;.1;6.31;22909
+75092;44.83114;4.52247;520;20220712;30.1;17.4;23.7;1.6;13.15;0;5.79;27989
+75092;44.83114;4.52247;520;20220713;32.7;17.7;25.2;1.1;11.8;0;5.72;28492
+75092;44.83114;4.52247;520;20220714;33.6;18;25.8;1.1;15.2;0;5.81;28695
+75092;44.83114;4.52247;520;20220715;31.7;20.6;26.2;2.2;14.1;0;6.37;27256
+75092;44.83114;4.52247;520;20220716;31.3;17.8;24.6;2.5;11.4;0;6.58;28175
+75092;44.83114;4.52247;520;20220717;32.2;17.9;25.1;2;10.4;0;6.39;28246
+75092;44.83114;4.52247;520;20220718;35.5;19.5;27.5;1.3;13.15;0;6.24;28989
+75092;44.83114;4.52247;520;20220719;34.2;20.7;27.4;2.4;15.5;0;6.79;27430
+75092;44.83114;4.52247;520;20220720;33.5;19.9;26.7;2.4;15.95;0;6.42;26256
+75092;44.83114;4.52247;520;20220721;32.1;17.7;24.9;2.2;14.4;0;6.13;28230
+75092;44.83114;4.52247;520;20220722;35.5;18.6;27.1;1.4;14.3;3.4;5.93;26614
+75092;44.83114;4.52247;520;20220723;29.4;19.4;24.4;1.7;18.35;0;4.88;22719
+75092;44.83114;4.52247;520;20220724;34.4;17.5;25.9;1.7;14.1;0;6.24;28237
+75092;44.83114;4.52247;520;20220725;32.4;19.1;25.7;2.1;15.7;.9;5.56;21737
+75092;44.83114;4.52247;520;20220726;27.8;19.1;23.5;2.6;13.55;0;5.35;23446
+75092;44.83114;4.52247;520;20220727;27.8;16.4;22.1;2.8;11.15;0;5.83;26338
+75092;44.83114;4.52247;520;20220728;30.1;15.2;22.7;1.4;11.6;.6;5.04;24627
+75092;44.83114;4.52247;520;20220729;25;17.6;21.3;1.1;15.5;8.6;3.64;18190
+75092;44.83114;4.52247;520;20220730;29.1;17;23;2.3;12.55;0;5.77;26523
+75092;44.83114;4.52247;520;20220731;31.3;18.5;24.9;1.7;12.6;0;5.74;26685
+75092;44.83114;4.52247;520;20220801;32.9;19.5;26.2;2.4;12.65;0;6.51;26777
+75092;44.83114;4.52247;520;20220802;33.1;19;26;2.5;13.45;0;6.4;27016
+75092;44.83114;4.52247;520;20220803;35.7;18.9;27.3;1.7;13.2;0;6.24;27212
+75092;44.83114;4.52247;520;20220804;35.6;18.6;27.1;1.9;12.5;0;6.38;26961
+75092;44.83114;4.52247;520;20220805;32.2;18.5;25.4;1.9;14.4;2.4;5.04;19572
+75092;44.83114;4.52247;520;20220806;30.2;19.2;24.7;3.3;15.15;0;6.01;24093
+75092;44.83114;4.52247;520;20220807;30.1;15.9;23;2.9;12.2;0;5.97;25831
+75092;44.83114;4.52247;520;20220808;31.1;17.4;24.2;2.3;10.9;0;5.98;26248
+75092;44.83114;4.52247;520;20220809;32.4;18.4;25.4;1.6;10.25;0;5.64;25969
+75092;44.83114;4.52247;520;20220810;33.2;19.1;26.1;1.3;11.25;0;5.22;24476
+75092;44.83114;4.52247;520;20220811;34.2;17.9;26.1;1.5;13;0;5.65;25779
+75092;44.83114;4.52247;520;20220812;34.8;17.2;26;1.3;13.2;0;5.46;26320
+75092;44.83114;4.52247;520;20220813;33.5;19;26.2;1.4;13.2;14.3;5.31;24816
+75092;44.83114;4.52247;520;20220814;23.8;19;21.4;1.6;20.45;21.3;2.48;11327
+75092;44.83114;4.52247;520;20220815;27.5;14.4;21;1.1;14.85;0;4.08;21941
+75092;44.83114;4.52247;520;20220816;29.7;15.7;22.7;1.2;14.55;1.7;4.22;21164
+75092;44.83114;4.52247;520;20220817;25.3;16.9;21.1;1.7;17.4;31;3.39;16052
+75092;44.83114;4.52247;520;20220818;22.4;13.2;17.8;3;14.94;1;3.25;16450
+75092;44.83114;4.52247;520;20220819;24.1;17.1;20.6;3.5;15.3;.1;3.68;13901
+75092;44.83114;4.52247;520;20220820;25.7;17.9;21.8;2.4;15.6;.1;3.77;16595
+75092;44.83114;4.52247;520;20220821;25.5;15.9;20.7;2;12.9;.1;4.18;20057
+75092;44.83114;4.52247;520;20220822;25.2;17.7;21.5;2.6;13.4;.2;4.39;19747
+75092;44.83114;4.52247;520;20220823;27.6;18.2;22.9;2.3;14.8;.1;4.55;20696
+75092;44.83114;4.52247;520;20220824;30.2;17.5;23.9;1.3;14.05;0;4.44;22324
+75092;44.83114;4.52247;520;20220825;30.1;16.9;23.5;1.4;16.75;4;4.05;19676
+75092;44.83114;4.52247;520;20220826;26.2;18.5;22.4;2.3;16.55;.2;3.84;17205
+75092;44.83114;4.52247;520;20220827;25.1;16.8;20.9;2.4;15.85;0;3.62;17167
+75092;44.83114;4.52247;520;20220828;28.2;16;22.1;1.3;15.8;0;4.04;21706
+75092;44.83114;4.52247;520;20220829;30.9;16.7;23.8;1.6;15.8;.1;4.45;21412
+75092;44.83114;4.52247;520;20220830;27.9;18.8;23.4;1.6;18.95;10.2;3.43;15885
+75092;44.83114;4.52247;520;20220831;25.9;16.6;21.2;1.8;15.65;0;3.54;17729
+75092;44.83114;4.52247;520;20220901;27.5;15.5;21.5;1.6;14.35;0;4;20767
+75092;44.83114;4.52247;520;20220902;25.7;15.5;20.6;1.5;14.45;1.4;3.4;16592
+75092;44.83114;4.52247;520;20220903;25.5;15.8;20.7;1.6;17;.8;3.18;15830
+75092;44.83114;4.52247;520;20220904;27.7;15.5;21.6;1.1;17.85;.1;3.45;18941
+75092;44.83114;4.52247;520;20220905;27;18.6;22.8;2.5;19.3;.3;3.64;16538
+75092;44.83114;4.52247;520;20220906;25.5;17.7;21.6;1.9;18.7;1.1;3.14;14626
+75092;44.83114;4.52247;520;20220907;24.7;16.5;20.6;1.6;18.15;35.8;2.75;13825
+75092;44.83114;4.52247;520;20220908;24.3;12.5;18.4;1.2;14.3;0;2.99;17730
+75092;44.83114;4.52247;520;20220909;23.6;13.1;18.4;1.2;12.1;0;2.97;16735
+75092;44.83114;4.52247;520;20220910;22.3;11.2;16.7;1.2;11.7;0;2.86;17459
+75092;44.83114;4.52247;520;20220911;25.5;11.4;18.5;1.5;11.75;0;3.58;20808
+75092;44.83114;4.52247;520;20220912;28;13.4;20.7;1.4;14;.1;3.58;19766
+75092;44.83114;4.52247;520;20220913;23.7;17.4;20.5;2.6;19.9;84.6;2.23;9856
+75092;44.83114;4.52247;520;20220914;22.1;17.9;20;2.7;19.8;8.8;2.04;10066
+75092;44.83114;4.52247;520;20220915;23.5;14.6;19.1;1.2;16.55;4.7;2.54;14723
+75092;44.83114;4.52247;520;20220916;19.9;14.6;17.3;2.4;14.15;0;2.36;11815
+75092;44.83114;4.52247;520;20220917;15.1;10.1;12.6;4;8.5;0;2.75;15188
+75092;44.83114;4.52247;520;20220918;19.4;7.3;13.4;2.2;8;0;2.98;18959
+75092;44.83114;4.52247;520;20220919;18.4;8.2;13.3;2.5;8.3;0;2.95;18007
+75092;44.83114;4.52247;520;20220920;19.5;8.1;13.8;2.6;7.85;0;3.08;17621
+75092;44.83114;4.52247;520;20220921;18.9;7.9;13.4;2;8.65;0;2.73;17073
+75092;44.83114;4.52247;520;20220922;20.8;7.7;14.2;1.1;10;.2;2.45;17421
+75092;44.83114;4.52247;520;20220923;19.1;10.9;15;2;13.3;10.2;2.13;13232
+75092;44.83114;4.52247;520;20220924;18.9;12.6;15.7;1.4;13.85;2.8;1.89;11188
+75092;44.83114;4.52247;520;20220925;16.9;10.4;13.6;1;11.85;2;1.66;11169
+75092;44.83114;4.52247;520;20220926;16.7;9.5;13.1;1.4;10.55;2;1.78;11244
+75092;44.83114;4.52247;520;20220927;15.4;9.4;12.4;2.1;10.05;.1;1.84;10197
+75092;44.83114;4.52247;520;20220928;18.4;9.9;14.1;1.8;11.45;2.3;1.82;10139
+75092;44.83114;4.52247;520;20220929;14.7;10.4;12.6;1.6;10.5;.4;1.59;9235
+75092;44.83114;4.52247;520;20220930;12.8;7.6;10.2;2.1;9.05;.3;1.44;7677
+75092;44.83114;4.52247;520;20221001;16.9;6.7;11.8;1;10.35;.2;1.44;9952
+75092;44.83114;4.52247;520;20221002;23.1;12.8;17.9;1.2;13.3;0;2.24;13747
+75092;44.83114;4.52247;520;20221003;20.3;12.5;16.4;2.4;12.65;.2;2.14;12718
+75092;44.83114;4.52247;520;20221004;22.9;8.8;15.9;1.1;11.85;.1;2.2;15265
+75092;44.83114;4.52247;520;20221005;19.9;10.6;15.3;2.1;12.2;.3;2.19;13778
+75092;44.83114;4.52247;520;20221006;21.1;10.2;15.7;1.5;12.85;0;2;13650
+75092;44.83114;4.52247;520;20221007;21.3;10.6;15.9;1.2;13.1;2.6;1.8;11521
+75092;44.83114;4.52247;520;20221008;17.3;13.6;15.4;1.3;14.15;.6;1.22;6150
+75092;44.83114;4.52247;520;20221009;16.8;9.4;13.1;1.3;12.1;1.1;1.33;8352
+75092;44.83114;4.52247;520;20221010;21.3;12.2;16.8;1.1;13.45;.2;1.8;11859
+75092;44.83114;4.52247;520;20221011;20.7;10.4;15.5;.9;13.3;0;1.66;12775
+75092;44.83114;4.52247;520;20221012;19;12.1;15.5;.8;13.7;.2;1.38;9586
+75092;44.83114;4.52247;520;20221013;19.7;10.7;15.2;.5;13.25;1.5;1.26;8747
+75092;44.83114;4.52247;520;20221014;18.8;11.4;15.1;.5;13.35;.2;1.14;7607
+75092;44.83114;4.52247;520;20221015;22.5;10.7;16.6;1.5;12.5;.2;1.99;12494
+75092;44.83114;4.52247;520;20221016;18.7;13.1;15.9;2.1;15.2;.3;1.48;8024
+75092;44.83114;4.52247;520;20221017;19.6;16;17.8;2.6;14.8;0;1.72;6925
+75092;44.83114;4.52247;520;20221018;22.3;13.3;17.8;1.3;14.05;.4;1.73;10970
+75092;44.83114;4.52247;520;20221019;20.8;11.6;16.2;1.3;14.45;1;1.45;9827
+75092;44.83114;4.52247;520;20221020;17.7;15.8;16.7;3;16.8;31.1;1.13;4079
+75092;44.83114;4.52247;520;20221021;17.1;15.3;16.2;2.5;16.4;64.8;.91;2673
+75092;44.83114;4.52247;520;20221022;20.9;12;16.4;1.2;15.3;.1;1.34;9511
+75092;44.83114;4.52247;520;20221023;19.8;15.5;17.7;2.7;16.7;16.2;1.42;6324
+75092;44.83114;4.52247;520;20221024;20.9;16.1;18.5;2.1;16.55;19.9;1.47;6504
+75092;44.83114;4.52247;520;20221025;19.7;11.4;15.5;1.6;12.85;0;1.44;8968
+75092;44.83114;4.52247;520;20221026;22.8;13.6;18.2;1.7;15.15;.1;1.66;9218
+75092;44.83114;4.52247;520;20221027;22.1;13.6;17.8;1.6;15.05;.1;1.53;8921
+75092;44.83114;4.52247;520;20221028;21.2;13.3;17.2;1.5;12.45;0;1.64;8266
+75092;44.83114;4.52247;520;20221029;21.5;12;16.7;1.8;10.35;0;1.91;9430
+75092;44.83114;4.52247;520;20221030;21.6;12.7;17.1;2.7;11.35;0;2.23;10028
+75092;44.83114;4.52247;520;20221031;17.5;13;15.2;2.5;14.3;63.6;1.27;6699
+75092;44.83114;4.52247;520;20221101;18.8;13.2;16;1.4;14.1;0;1.12;7029
+75092;44.83114;4.52247;520;20221102;16.1;8.8;12.4;1.1;10.2;.1;1.03;8664
+75092;44.83114;4.52247;520;20221103;12.5;7.2;9.8;1.7;10.3;4.4;.83;4032
+75092;44.83114;4.52247;520;20221104;11.2;7;9.1;2.5;8.35;3.2;1.1;6014
+75092;44.83114;4.52247;520;20221105;10.3;6.6;8.5;3.5;7.2;0;1.4;6219
+75092;44.83114;4.52247;520;20221106;14.5;3.6;9;1.5;7.05;0;1.09;8648
+75092;44.83114;4.52247;520;20221107;16.9;6.9;11.9;1.6;9;0;1.18;8912
+75092;44.83114;4.52247;520;20221108;13.7;8.8;11.2;2.7;11.4;22.1;.96;3786
+75092;44.83114;4.52247;520;20221109;14.6;12.4;13.5;1.6;13.8;30;.7;2547
+75092;44.83114;4.52247;520;20221110;14.2;8.3;11.3;1.8;10.65;0;.83;7982
+75092;44.83114;4.52247;520;20221111;16.1;5.3;10.7;.6;10.7;.1;.62;7948
+75092;44.83114;4.52247;520;20221112;16.9;8.1;12.5;.5;11.4;0;.66;7137
+75092;44.83114;4.52247;520;20221113;15.1;8.7;11.9;1.3;10.5;0;.84;5481
+75092;44.83114;4.52247;520;20221114;12.3;10.3;11.3;3.1;11.15;18.6;.95;3009
+75092;44.83114;4.52247;520;20221115;12.3;10.2;11.3;2.1;12.15;11.2;.64;2331
+75092;44.83114;4.52247;520;20221116;14.9;8.4;11.6;2.3;9.75;0;1.06;6976
+75092;44.83114;4.52247;520;20221117;13.9;8.4;11.2;3.2;10.75;2.2;1.07;5045
+75092;44.83114;4.52247;520;20221118;11.4;6.8;9.1;2;8.1;.1;.9;5371
+75092;44.83114;4.52247;520;20221119;8.6;5.6;7.1;3.1;6.75;.3;1.14;3476
+75092;44.83114;4.52247;520;20221120;9.5;4.3;6.9;2.3;6.7;.1;.91;6312
+75092;44.83114;4.52247;520;20221121;7.1;4.4;5.7;1.6;7.7;3.5;.58;2334
+75092;44.83114;4.52247;520;20221122;8.2;4.1;6.2;1.9;6.9;.3;.75;4063
+75092;44.83114;4.52247;520;20221123;11.3;3.4;7.4;.8;7.75;0;.53;5042
+75092;44.83114;4.52247;520;20221124;11.3;3.7;7.5;1;7.45;.2;.54;6584
+75092;44.83114;4.52247;520;20221125;11.6;5;8.3;2.3;8.2;5.4;.87;4386
+75092;44.83114;4.52247;520;20221126;9.2;6.2;7.7;2.8;7.25;0;.93;4718
+75092;44.83114;4.52247;520;20221127;10.7;1.2;5.9;1.8;7.15;.5;.63;5660
+75092;44.83114;4.52247;520;20221128;7.7;7.6;7.7;1.6;9.2;14.8;.59;846
+75092;44.83114;4.52247;520;20221129;7.2;4.4;5.8;2.3;7.3;.4;.67;2661
+75092;44.83114;4.52247;520;20221130;7.4;4.6;6;3.2;7.3;.2;.75;2367
+75092;44.83114;4.52247;520;20221201;5.9;4;4.9;2.2;6.8;0;.56;2373
+75092;44.83114;4.52247;520;20221202;4.3;1.2;2.8;1.3;6.25;1.9;.42;2717
+75092;44.83114;4.52247;520;20221203;3.7;1.5;2.6;1.3;7.15;14.3;.33;1568
+75092;44.83114;4.52247;520;20221204;5.5;2.8;4.2;1.3;7.5;15.5;.41;1808
+75092;44.83114;4.52247;520;20221205;4.2;-.7;1.8;.5;5.8;0;.21;4941
+75092;44.83114;4.52247;520;20221206;3.2;-.8;1.2;1.2;5.55;0;.28;5115
+75092;44.83114;4.52247;520;20221207;2.8;-.7;1;3.3;5.5;0;.51;2446
+75092;44.83114;4.52247;520;20221208;3.9;-2.7;.6;.6;5.45;17.8;.25;4326
+75092;44.83114;4.52247;520;20221209;5.8;1.8;3.8;1.1;7.95;3;.28;3080
+75092;44.83114;4.52247;520;20221210;1.4;1.7;1.5;3.2;5.55;0;.63;550
+75092;44.83114;4.52247;520;20221211;.1;-3.9;-1.9;2.1;3.6;0;.52;4620
+75092;44.83114;4.52247;520;20221212;1.7;-5.2;-1.7;.5;4.3;5.7;.23;5306
+75092;44.83114;4.52247;520;20221213;4.4;-1.5;1.5;1.6;6.7;1;.25;2758
+75092;44.83114;4.52247;520;20221214;8.6;4;6.3;1.6;8.7;.3;.39;3267
+75092;44.83114;4.52247;520;20221215;6.9;4.2;5.5;1.6;8.5;24.1;.4;1523
+75092;44.83114;4.52247;520;20221216;3.4;1.6;2.5;1.9;6.4;0;.47;1863
+75092;44.83114;4.52247;520;20221217;2.2;-2.4;-.1;1.6;4;0;.6;5055
+75092;44.83114;4.52247;520;20221218;8.2;-3.6;2.3;1.9;6.45;.9;.35;4870
+75092;44.83114;4.52247;520;20221219;10.9;7.7;9.3;4.1;10.4;3.8;.66;2087
+75092;44.83114;4.52247;520;20221220;11.5;10.1;10.8;4.1;11.25;11.7;.82;1452
+75092;44.83114;4.52247;520;20221221;13.1;10.1;11.6;1.8;10.95;.4;.69;3413
+75092;44.83114;4.52247;520;20221222;12.3;7.2;9.8;2;9.75;1.3;.73;3182
+75092;44.83114;4.52247;520;20221223;13.9;9;11.5;1;11.15;.1;.59;2432
+75092;44.83114;4.52247;520;20221224;14.7;10;12.3;.8;11.15;.1;.44;4062
+75092;44.83114;4.52247;520;20221225;11.4;6.5;8.9;1.7;9.95;0;.46;4622
+75092;44.83114;4.52247;520;20221226;13.1;9.1;11.1;1.6;10.8;0;.63;3569
+75092;44.83114;4.52247;520;20221227;8.5;5.3;6.9;1.4;8.2;0;.41;4322
+75092;44.83114;4.52247;520;20221228;9.8;2.5;6.2;1.7;7.9;.3;.47;4461
+75092;44.83114;4.52247;520;20221229;10.7;7.6;9.1;2.6;9.95;2.7;.64;3435
+75092;44.83114;4.52247;520;20221230;10.3;6.4;8.3;2.2;9.8;0;.51;2765
+75092;44.83114;4.52247;520;20221231;12.9;7.6;10.2;2.5;10.4;.2;.73;4174
+75093;44.84718;4.83747;161;20220101;13.7;.8;7.2;1.7;8.2;.1;.52;6485
+75093;44.84718;4.83747;161;20220102;9.1;4.3;6.7;3.6;9.4;0;.33;3959
+75093;44.84718;4.83747;161;20220103;12.2;5.9;9;1.8;9.5;0;.55;4568
+75093;44.84718;4.83747;161;20220104;12.8;6.5;9.6;7.1;10.3;7.4;.94;4595
+75093;44.84718;4.83747;161;20220105;5.7;4.4;5;8.9;6.6;.1;1.26;2076
+75093;44.84718;4.83747;161;20220106;6.1;2.7;4.4;8.6;5.9;0;1.4;3409
+75093;44.84718;4.83747;161;20220107;6.2;-1.8;2.2;3.4;5.8;1.1;.61;5291
+75093;44.84718;4.83747;161;20220108;7.8;1.2;4.5;3;7.5;1.5;.45;4838
+75093;44.84718;4.83747;161;20220109;7.8;2.9;5.3;2.6;7.4;1.6;.58;4195
+75093;44.84718;4.83747;161;20220110;6;3.7;4.8;6.2;6.9;.1;.92;2884
+75093;44.84718;4.83747;161;20220111;3.5;1;2.2;7.4;5.9;0;.78;3035
+75093;44.84718;4.83747;161;20220112;3.5;1.4;2.4;7.4;5.2;0;1.18;2803
+75093;44.84718;4.83747;161;20220113;3.5;-3;.2;2.9;4.8;0;.59;5011
+75093;44.84718;4.83747;161;20220114;6.1;-6.7;-.3;2.5;4.9;0;.53;7118
+75093;44.84718;4.83747;161;20220115;7.3;-4.9;1.2;1.7;5;0;.53;7017
+75093;44.84718;4.83747;161;20220116;8.9;-4.9;2;3.7;4.9;0;1.05;7541
+75093;44.84718;4.83747;161;20220117;4.4;-2.7;.8;7;6;0;.45;5452
+75093;44.84718;4.83747;161;20220118;5.4;2.6;4;4.4;5.9;0;1.01;3443
+75093;44.84718;4.83747;161;20220119;4.3;-4.4;-.1;2.3;5.8;0;.3;6171
+75093;44.84718;4.83747;161;20220120;5.7;2.9;4.3;8.2;6.6;0;1.03;3520
+75093;44.84718;4.83747;161;20220121;6;1.1;3.5;10.1;5.2;0;1.67;4724
+75093;44.84718;4.83747;161;20220122;5.8;-1.1;2.3;7.7;5.5;0;1.1;5680
+75093;44.84718;4.83747;161;20220123;5.5;2.2;3.8;5;5.9;0;1.05;3960
+75093;44.84718;4.83747;161;20220124;6.5;1.1;3.8;1.6;5.5;0;.7;5139
+75093;44.84718;4.83747;161;20220125;9.5;-6.3;1.6;1.4;5.2;0;.61;8929
+75093;44.84718;4.83747;161;20220126;9.8;-2.1;3.8;6.2;5.4;0;1.57;7838
+75093;44.84718;4.83747;161;20220127;3.9;-2;.9;7.3;5;0;.99;5573
+75093;44.84718;4.83747;161;20220128;4.7;-2;1.3;8.6;5.7;0;.79;6017
+75093;44.84718;4.83747;161;20220129;5.5;-.7;2.4;7.1;6;0;.86;5859
+75093;44.84718;4.83747;161;20220130;10.9;3.1;7;7.9;7.8;0;1.39;6662
+75093;44.84718;4.83747;161;20220131;9.7;5.5;7.6;6.6;7.4;.2;1.56;4939
+75093;44.84718;4.83747;161;20220201;8.2;1.8;5;8.5;6.1;.4;1.6;6187
+75093;44.84718;4.83747;161;20220202;11.9;3.8;7.8;7.3;9.2;0;1.04;7057
+75093;44.84718;4.83747;161;20220203;13.2;7.2;10.2;4.7;8.7;0;1.61;6147
+75093;44.84718;4.83747;161;20220204;11.9;5.6;8.7;5.1;7.9;.1;1.58;6383
+75093;44.84718;4.83747;161;20220205;10.9;7.3;9.1;7;6.6;0;2.39;4878
+75093;44.84718;4.83747;161;20220206;10.7;-.5;5.1;3.4;6.2;0;1.25;8754
+75093;44.84718;4.83747;161;20220207;10.7;5;7.8;7.3;6.7;.5;2.08;6315
+75093;44.84718;4.83747;161;20220208;11.8;-.4;5.7;3.9;4.9;0;1.88;9384
+75093;44.84718;4.83747;161;20220209;13.6;-4.5;4.5;4.2;6.7;0;1.47;11593
+75093;44.84718;4.83747;161;20220210;7.3;2.9;5.1;1.1;7.89;.2;1.06;11327
+75093;44.84718;4.83747;161;20220211;11.5;1.7;6.6;5.9;6.75;0;1.69;10748
+75093;44.84718;4.83747;161;20220212;12.2;-.2;6;2.1;5.91;0;1.26;9338
+75093;44.84718;4.83747;161;20220213;12;1.5;6.7;4.2;7.22;3.6;1.51;8496
+75093;44.84718;4.83747;161;20220214;11.2;6.9;9;2.8;9.14;12.2;1.02;3274
+75093;44.84718;4.83747;161;20220215;10.7;2.2;6.5;3.3;7.09;.5;1.35;7666
+75093;44.84718;4.83747;161;20220216;10;2.3;6.1;1.3;8.6;3.8;.74;8282
+75093;44.84718;4.83747;161;20220217;18.9;5.6;12.2;2.8;10.4;.1;1.75;11044
+75093;44.84718;4.83747;161;20220218;19.1;3.3;11.2;3.8;9.7;0;2.07;12202
+75093;44.84718;4.83747;161;20220219;11.1;7.2;9.1;6.8;6.6;0;2.48;6119
+75093;44.84718;4.83747;161;20220220;14.2;1.3;7.7;4.1;7;.1;1.93;11314
+75093;44.84718;4.83747;161;20220221;11.8;5.3;8.5;3.7;7.8;3.4;1.55;8123
+75093;44.84718;4.83747;161;20220222;12.8;5.5;9.1;7.2;7.7;0;2.23;8724
+75093;44.84718;4.83747;161;20220223;15.9;7.6;11.7;4.4;8.7;0;2.26;9427
+75093;44.84718;4.83747;161;20220224;14.9;6.1;10.5;5.5;9.2;0;1.99;9834
+75093;44.84718;4.83747;161;20220225;10.8;5.2;8;7.9;5.9;0;2.69;7936
+75093;44.84718;4.83747;161;20220226;12.2;1.5;6.8;4.5;5.4;0;2.28;11129
+75093;44.84718;4.83747;161;20220227;13.9;-3.9;5;1.4;5.5;0;1.5;14550
+75093;44.84718;4.83747;161;20220228;15;-2.4;6.3;2.7;5.8;0;2.02;14567
+75093;44.84718;4.83747;161;20220301;14.5;.1;7.3;4;6.3;0;2.25;13414
+75093;44.84718;4.83747;161;20220302;11.8;3.8;7.8;4.3;7.3;0;1.79;10111
+75093;44.84718;4.83747;161;20220303;16.7;1.1;8.9;2.9;7.7;0;2.1;14313
+75093;44.84718;4.83747;161;20220304;15.9;1.2;8.5;5.4;6.1;0;2.98;14063
+75093;44.84718;4.83747;161;20220305;12.9;-1.5;5.7;4.7;3.8;0;2.9;14089
+75093;44.84718;4.83747;161;20220306;11.2;-4.4;3.4;3.9;3.6;0;2.4;14843
+75093;44.84718;4.83747;161;20220307;12.2;-5.4;3.4;1.7;4;0;1.79;15958
+75093;44.84718;4.83747;161;20220308;12.4;-5.2;3.6;3;5.6;0;1.85;16148
+75093;44.84718;4.83747;161;20220309;13.6;-1.3;6.1;3.2;7;0;1.87;15030
+75093;44.84718;4.83747;161;20220310;15.3;-.5;7.4;5.1;8.2;1.2;2.1;15659
+75093;44.84718;4.83747;161;20220311;14.2;8.2;11.2;8.7;8.3;0;2.96;9744
+75093;44.84718;4.83747;161;20220312;15.5;8.4;11.9;6.2;7.6;1.3;3.2;10726
+75093;44.84718;4.83747;161;20220313;11.3;8;9.6;5.8;8.8;19.7;1.81;7381
+75093;44.84718;4.83747;161;20220314;13.6;2.7;8.1;1.7;9.7;1.4;1.44;13604
+75093;44.84718;4.83747;161;20220315;15.4;9.3;12.3;7.8;10.1;0;2.59;10279
+75093;44.84718;4.83747;161;20220316;16.8;9.9;13.3;4.8;10.3;0;2.55;11056
+75093;44.84718;4.83747;161;20220317;15.4;8.1;11.7;5.4;10.7;.1;2.06;11497
+75093;44.84718;4.83747;161;20220318;13.5;10;11.8;5.2;9.75;.1;2.12;8687
+75093;44.84718;4.83747;161;20220319;18.6;5.7;12.2;1.7;8.99;0;2.2;15541
+75093;44.84718;4.83747;161;20220320;14.6;3.9;9.3;2.6;7.19;0;1.99;8574
+75093;44.84718;4.83747;161;20220321;16.5;6.8;11.6;3.1;6.72;0;3.08;14479
+75093;44.84718;4.83747;161;20220322;17.1;0;8.5;2.8;5.99;0;2.91;19083
+75093;44.84718;4.83747;161;20220323;17.9;-.4;8.7;1.5;6.25;0;2.51;19148
+75093;44.84718;4.83747;161;20220324;20.7;1.1;10.9;1.4;6.02;0;2.8;19480
+75093;44.84718;4.83747;161;20220325;21.5;.4;10.9;1.1;6.42;0;2.58;19145
+75093;44.84718;4.83747;161;20220326;22;1.3;11.7;1.2;7.09;0;2.76;19777
+75093;44.84718;4.83747;161;20220327;21.4;2;11.7;.8;7.62;0;2.32;16454
+75093;44.84718;4.83747;161;20220328;22.4;1.9;12.1;1.7;6.65;0;3.17;19274
+75093;44.84718;4.83747;161;20220329;19.2;4.7;11.9;3.2;7.75;3.8;3.46;16153
+75093;44.84718;4.83747;161;20220330;15.7;9.2;12.5;2.3;10.72;1.8;2.04;11574
+75093;44.84718;4.83747;161;20220331;15.2;7.5;11.4;4;9.32;4.1;2.66;13617
+75093;44.84718;4.83747;161;20220401;7.3;3;5.1;6.8;5.77;4.4;1.93;8509
+75093;44.84718;4.83747;161;20220402;6.9;2.5;4.7;6.6;4.03;0;2.68;10341
+75093;44.84718;4.83747;161;20220403;8.8;1.7;5.2;5.2;5.07;0;2.31;12345
+75093;44.84718;4.83747;161;20220404;12.6;1.9;7.3;3.5;5.14;0;2.83;20738
+75093;44.84718;4.83747;161;20220405;16.4;2.5;9.5;4.1;6.99;0;3.49;20782
+75093;44.84718;4.83747;161;20220406;18.5;6.3;12.4;1.6;9.69;1.2;2.2;13436
+75093;44.84718;4.83747;161;20220407;16.3;8;12.2;2.8;10.69;.1;1.74;7730
+75093;44.84718;4.83747;161;20220408;19.5;10.1;14.8;4;10.75;0;3.18;11068
+75093;44.84718;4.83747;161;20220409;12.4;8;10.2;5.3;6.65;.4;3.38;17441
+75093;44.84718;4.83747;161;20220410;17.2;2.2;9.7;2.7;6.52;0;3.46;23689
+75093;44.84718;4.83747;161;20220411;17.3;2.1;9.7;4.1;7.42;0;2.8;13203
+75093;44.84718;4.83747;161;20220412;19.5;6.6;13.1;3.7;7.99;0;3.98;15709
+75093;44.84718;4.83747;161;20220413;22.4;6.6;14.5;1.4;9.75;0;3.05;18068
+75093;44.84718;4.83747;161;20220414;23.5;7.2;15.3;3.5;11.52;0;4.17;22660
+75093;44.84718;4.83747;161;20220415;26.1;11.1;18.6;4;11.71;0;4.89;21744
+75093;44.84718;4.83747;161;20220416;23.4;13.9;18.7;7.8;9.99;0;6.58;22677
+75093;44.84718;4.83747;161;20220417;21.4;9;15.2;3.6;7.95;0;4.76;24829
+75093;44.84718;4.83747;161;20220418;23.3;4.3;13.8;2.1;7.95;0;4.06;24756
+75093;44.84718;4.83747;161;20220419;23.1;7.2;15.2;2.8;7.75;0;4.52;24045
+75093;44.84718;4.83747;161;20220420;18.6;7.4;13;1.9;10.89;6.7;2.38;12850
+75093;44.84718;4.83747;161;20220421;20.2;11.5;15.9;2.7;11.99;.1;3.25;16805
+75093;44.84718;4.83747;161;20220422;23.1;7.1;15.1;2.5;10.25;0;3.92;23110
+75093;44.84718;4.83747;161;20220423;16.4;11;13.7;4.2;10.62;15.7;2.43;5704
+75093;44.84718;4.83747;161;20220424;15.8;7.6;11.7;2.3;11.29;.3;2.1;12165
+75093;44.84718;4.83747;161;20220425;20.1;9.3;14.7;1.8;11.32;0;3.26;19702
+75093;44.84718;4.83747;161;20220426;21;8.1;14.6;2.9;10.49;0;4.02;24020
+75093;44.84718;4.83747;161;20220427;22.9;7.9;15.4;2.8;9.65;0;4.6;26271
+75093;44.84718;4.83747;161;20220428;24.9;6.7;15.8;2;10.62;0;4.43;26055
+75093;44.84718;4.83747;161;20220429;24.8;7.9;16.4;2.7;10.59;.1;4.5;24171
+75093;44.84718;4.83747;161;20220430;22.7;12.2;17.5;5.1;10.02;0;5.48;25485
+75093;44.84718;4.83747;161;20220501;21.8;9.4;15.6;5;8.75;0;5.5;26803
+75093;44.84718;4.83747;161;20220502;23.5;7.9;15.7;2.7;9.82;.2;4.66;26183
+75093;44.84718;4.83747;161;20220503;23.4;10.9;17.2;1.9;11.85;1.7;3.68;19525
+75093;44.84718;4.83747;161;20220504;23.3;9.4;16.4;2;12.32;8.6;3.97;22940
+75093;44.84718;4.83747;161;20220505;18.8;12.6;15.7;5.6;11.59;.4;3.96;15283
+75093;44.84718;4.83747;161;20220506;16.3;11.1;13.7;6.5;11.5;0;2.53;8661
+75093;44.84718;4.83747;161;20220507;22.4;12.1;17.2;5.6;11.4;0;4.84;20338
+75093;44.84718;4.83747;161;20220508;23.8;12.6;18.2;4.2;12.3;1.1;4.75;21312
+75093;44.84718;4.83747;161;20220509;25.8;9.7;17.7;1.6;13.2;.3;4.44;25681
+75093;44.84718;4.83747;161;20220510;27.4;11.2;19.3;2.1;13.7;0;4.9;25878
+75093;44.84718;4.83747;161;20220511;26.8;13.4;20.1;4.9;12.7;0;5.86;23637
+75093;44.84718;4.83747;161;20220512;25.5;11.3;18.4;5.3;12.2;0;5.61;24439
+75093;44.84718;4.83747;161;20220513;26.9;11.9;19.4;3.1;13;.2;5.26;25226
+75093;44.84718;4.83747;161;20220514;28.4;15.1;21.7;4;14.6;0;5.77;23849
+75093;44.84718;4.83747;161;20220515;27.2;12.9;20;4.1;14.1;.3;5.52;24830
+75093;44.84718;4.83747;161;20220516;28.5;14.9;21.7;3.5;12;0;6.04;24308
+75093;44.84718;4.83747;161;20220517;31.7;12.4;22;1.2;13.9;0;5.48;29076
+75093;44.84718;4.83747;161;20220518;32.6;15.6;24.1;2.8;16;0;6.38;27387
+75093;44.84718;4.83747;161;20220519;29.5;18.2;23.8;6;16.2;0;6.65;22400
+75093;44.84718;4.83747;161;20220520;28.9;17.5;23.2;6.9;13.9;0;7.26;22577
+75093;44.84718;4.83747;161;20220521;33.5;14.5;24;1.8;15;0;6.19;29258
+75093;44.84718;4.83747;161;20220522;31.9;16.5;24.2;2.2;18.4;0;5.74;26421
+75093;44.84718;4.83747;161;20220523;28.1;18.9;23.5;5.6;17.3;0;5.81;20475
+75093;44.84718;4.83747;161;20220524;21.9;16.5;19.2;4.4;12.7;0;4.2;14118
+75093;44.84718;4.83747;161;20220525;24.6;14.1;19.3;7.1;10.5;0;6.52;22008
+75093;44.84718;4.83747;161;20220526;25.4;14.3;19.8;7.2;11;0;6.71;22693
+75093;44.84718;4.83747;161;20220527;26.7;15.1;20.9;7.1;12.8;0;6.7;23262
+75093;44.84718;4.83747;161;20220528;25.3;14.8;20;7.9;10.8;0;6.97;22187
+75093;44.84718;4.83747;161;20220529;22.6;11.8;17.2;6.1;7.8;0;6.27;22559
+75093;44.84718;4.83747;161;20220530;23.7;8.5;16.1;2.7;9.2;1.1;5.1;26834
+75093;44.84718;4.83747;161;20220531;22.3;14.1;18.2;2.5;14.1;2.8;3.14;13141
+75093;44.84718;4.83747;161;20220601;30.1;12.8;21.4;1.2;15.4;0;5.35;28759
+75093;44.84718;4.83747;161;20220602;30.9;15.4;23.1;2.6;16.2;.2;6.01;27275
+75093;44.84718;4.83747;161;20220603;31.3;17.5;24.4;2.6;16.7;0;6.01;25783
+75093;44.84718;4.83747;161;20220604;32.6;18;25.3;3.6;17;.2;6.84;26570
+75093;44.84718;4.83747;161;20220605;28.9;21.7;25.3;4.2;17.3;3.6;5.74;18678
+75093;44.84718;4.83747;161;20220606;28.8;15.9;22.3;3.6;15.9;.2;5.82;25057
+75093;44.84718;4.83747;161;20220607;27.8;16;21.9;3.8;14.5;0;5.8;23999
+75093;44.84718;4.83747;161;20220608;24.4;14;19.2;2.5;13.6;2.2;3.05;9173
+75093;44.84718;4.83747;161;20220609;22.7;13.6;18.1;5.6;13;.2;4.85;21127
+75093;44.84718;4.83747;161;20220610;26.3;12;19.1;6.4;11.4;0;6.69;26527
+75093;44.84718;4.83747;161;20220611;30.3;13.1;21.7;4.5;12.9;0;7.2;29129
+75093;44.84718;4.83747;161;20220612;34.2;14.7;24.4;2.3;15;.5;6.97;31049
+75093;44.84718;4.83747;161;20220613;29.2;17.8;23.5;5.1;16.2;0;6.44;23750
+75093;44.84718;4.83747;161;20220614;33.7;13.5;23.6;2.9;12.8;0;7.45;31647
+75093;44.84718;4.83747;161;20220615;33.7;19.2;26.4;3.6;15.4;0;7.42;26829
+75093;44.84718;4.83747;161;20220616;33.7;16.9;25.3;3.2;17;0;7.1;28897
+75093;44.84718;4.83747;161;20220617;34.4;17.6;26;4.4;15.2;0;8.19;28910
+75093;44.84718;4.83747;161;20220618;36.9;17.4;27.1;4.3;15.7;0;8.96;31160
+75093;44.84718;4.83747;161;20220619;35;21.7;28.3;7.4;15.8;0;9.94;25732
+75093;44.84718;4.83747;161;20220620;34.4;19.6;27;6.8;12.5;0;10.04;27150
+75093;44.84718;4.83747;161;20220621;32.2;21;26.6;5;18.4;.6;7.14;23612
+75093;44.84718;4.83747;161;20220622;30.1;19.7;24.9;4.1;22;20.5;5.45;22750
+75093;44.84718;4.83747;161;20220623;29.6;18.6;24.1;2.4;20.9;1.9;5.06;23393
+75093;44.84718;4.83747;161;20220624;26.8;19.7;23.2;1.6;18.4;22.8;4.12;18779
+75093;44.84718;4.83747;161;20220625;30.5;15.2;22.8;2.6;16.8;7.9;5.94;27577
+75093;44.84718;4.83747;161;20220626;28.8;16.6;22.7;3.5;18.8;.5;4.24;15332
+75093;44.84718;4.83747;161;20220627;25.8;18.1;21.9;5.3;16.8;1.3;4.42;13156
+75093;44.84718;4.83747;161;20220628;25.5;17.4;21.4;5.5;16.5;0;4.7;16258
+75093;44.84718;4.83747;161;20220629;29.4;16;22.7;3.2;16.4;0;5.84;25733
+75093;44.84718;4.83747;161;20220630;30.4;16.8;23.6;4.2;16.6;30.7;6.47;25900
+75093;44.84718;4.83747;161;20220701;23.5;13.5;18.5;5.5;13.9;0;4.88;22179
+75093;44.84718;4.83747;161;20220702;31.6;11.8;21.7;2.2;13.9;0;6.41;31191
+75093;44.84718;4.83747;161;20220703;33.2;15.3;24.2;1.5;17.4;.3;6.06;29616
+75093;44.84718;4.83747;161;20220704;29.3;19.1;24.2;4.2;19.2;3.2;5.62;22314
+75093;44.84718;4.83747;161;20220705;28;16.8;22.4;4.4;16.1;0;5.77;23350
+75093;44.84718;4.83747;161;20220706;27.5;15.7;21.6;6;12.7;0;6.8;23930
+75093;44.84718;4.83747;161;20220707;27.5;15.5;21.5;6.8;12.4;0;7.12;24091
+75093;44.84718;4.83747;161;20220708;26.8;16.8;21.8;8;14.2;0;6.71;21948
+75093;44.84718;4.83747;161;20220709;28.8;13.7;21.2;4.4;13.4;0;6.5;26929
+75093;44.84718;4.83747;161;20220710;29;18.5;23.7;6.5;14.3;0;7.22;22402
+75093;44.84718;4.83747;161;20220711;30.6;15.3;22.9;4;14.3;.1;6.76;26994
+75093;44.84718;4.83747;161;20220712;31.7;16.1;23.9;3.5;15.5;0;6.69;27197
+75093;44.84718;4.83747;161;20220713;35.5;15.2;25.3;2;14.5;0;6.93;30877
+75093;44.84718;4.83747;161;20220714;36.8;18.5;27.6;1.9;17.9;0;6.84;29319
+75093;44.84718;4.83747;161;20220715;33.1;19;26;3.8;16.1;0;7.11;25664
+75093;44.84718;4.83747;161;20220716;31.7;18;24.8;5.3;12.1;0;8.1;25229
+75093;44.84718;4.83747;161;20220717;33.8;16.8;25.3;4;13.2;0;7.85;28031
+75093;44.84718;4.83747;161;20220718;37.5;16.8;27.1;1.9;16.4;0;7.05;30468
+75093;44.84718;4.83747;161;20220719;37.6;21.9;29.7;4.1;18.1;0;8.41;26779
+75093;44.84718;4.83747;161;20220720;37;20.4;28.7;3.7;19.3;.2;7.84;27452
+75093;44.84718;4.83747;161;20220721;32.7;20.4;26.5;4.8;16.1;0;7.41;23548
+75093;44.84718;4.83747;161;20220722;38.3;15.5;26.9;2.6;15.5;1.7;7.68;30087
+75093;44.84718;4.83747;161;20220723;31.6;21.6;26.6;4.2;20;0;6.09;21086
+75093;44.84718;4.83747;161;20220724;35.7;17.6;26.6;3.5;16.6;0;7.59;28284
+75093;44.84718;4.83747;161;20220725;34.7;21.2;27.9;3.8;17.7;1.3;7.22;24332
+75093;44.84718;4.83747;161;20220726;29.4;21.3;25.3;6.1;15.9;0;6.79;18767
+75093;44.84718;4.83747;161;20220727;29.2;17;23.1;5;13;0;6.77;22954
+75093;44.84718;4.83747;161;20220728;34.4;14.1;24.2;2;13.2;0;6.49;29431
+75093;44.84718;4.83747;161;20220729;27.2;17.4;22.3;2;17.4;5.1;3.17;11344
+75093;44.84718;4.83747;161;20220730;31.4;16.9;24.1;5.1;14.4;0;7.24;24726
+75093;44.84718;4.83747;161;20220731;33.1;16.4;24.7;4.4;13.8;0;7.54;26426
+75093;44.84718;4.83747;161;20220801;34.3;19;26.6;4.4;14.2;0;7.83;25181
+75093;44.84718;4.83747;161;20220802;33.7;19.7;26.7;4.3;15.2;0;7.4;23978
+75093;44.84718;4.83747;161;20220803;37.9;16.2;27;2.8;15.2;0;7.53;28678
+75093;44.84718;4.83747;161;20220804;38.2;21;29.6;4.3;16.4;0;8.65;26336
+75093;44.84718;4.83747;161;20220805;36.1;20.9;28.5;4.1;19;1.6;7.48;24636
+75093;44.84718;4.83747;161;20220806;31.7;19.5;25.6;5.8;16.3;0;7.21;21959
+75093;44.84718;4.83747;161;20220807;31.3;17.8;24.5;5.1;14.3;0;7.08;22985
+75093;44.84718;4.83747;161;20220808;32.6;18.6;25.6;4;13.1;0;7.05;23288
+75093;44.84718;4.83747;161;20220809;34.5;15.4;24.9;3.1;12.5;0;7.06;27067
+75093;44.84718;4.83747;161;20220810;36.4;14.8;25.6;1.6;13.6;0;6.05;27688
+75093;44.84718;4.83747;161;20220811;36.4;16.1;26.2;3.7;13.9;0;7.82;27538
+75093;44.84718;4.83747;161;20220812;36.2;18.5;27.3;2.5;14.8;0;6.64;25630
+75093;44.84718;4.83747;161;20220813;36.3;14.8;25.5;2.6;14.1;11.7;6.8;27230
+75093;44.84718;4.83747;161;20220814;24.9;20.4;22.6;3.4;22.3;15.3;2.93;12753
+75093;44.84718;4.83747;161;20220815;29.6;16.2;22.9;1.3;17.7;.1;4.29;21911
+75093;44.84718;4.83747;161;20220816;33.7;14.4;24;2.5;17.4;1.5;5.85;26147
+75093;44.84718;4.83747;161;20220817;27.1;19.2;23.1;2.4;20.4;20.4;3.21;12901
+75093;44.84718;4.83747;161;20220818;25;14.9;19.9;3.9;17.6;2.4;3.78;18670
+75093;44.84718;4.83747;161;20220819;24.3;18;21.1;4.2;18.8;.5;2.49;5787
+75093;44.84718;4.83747;161;20220820;27.8;18.3;23;4.6;17.9;0;4.8;17874
+75093;44.84718;4.83747;161;20220821;27.9;16.4;22.1;4.3;14.5;0;5.3;19542
+75093;44.84718;4.83747;161;20220822;29.4;15.3;22.3;5;14.5;.1;5.98;21499
+75093;44.84718;4.83747;161;20220823;30.6;18.4;24.5;4.6;16.3;0;5.92;19859
+75093;44.84718;4.83747;161;20220824;33.4;15;24.2;2;15.7;0;5.32;24231
+75093;44.84718;4.83747;161;20220825;34.3;16.2;25.2;2.4;16.9;3.2;5.64;23864
+75093;44.84718;4.83747;161;20220826;28.7;18.2;23.4;4.6;17.8;.1;4.98;18036
+75093;44.84718;4.83747;161;20220827;27.5;17.2;22.3;4.2;17.6;0;4.47;17734
+75093;44.84718;4.83747;161;20220828;30.9;16;23.4;2.5;17;0;4.8;21182
+75093;44.84718;4.83747;161;20220829;34.1;13.9;24;2.2;16.6;0;5.4;24486
+75093;44.84718;4.83747;161;20220830;30;21.7;25.8;3.8;20.9;13.8;4.14;11914
+75093;44.84718;4.83747;161;20220831;29.2;18.1;23.6;3.8;18.6;0;4.13;13398
+75093;44.84718;4.83747;161;20220901;29.7;15.3;22.5;2.7;15.5;0;4.65;20194
+75093;44.84718;4.83747;161;20220902;29.3;14;21.6;2.7;16.5;1;4.42;20652
+75093;44.84718;4.83747;161;20220903;29.6;19.8;24.7;3.9;18.8;8.1;4.68;16386
+75093;44.84718;4.83747;161;20220904;30.4;15.6;23;2.4;19.1;.2;4.23;19984
+75093;44.84718;4.83747;161;20220905;31.4;20.8;26.1;5.2;21.2;.3;5.28;16765
+75093;44.84718;4.83747;161;20220906;31.4;20.1;25.7;4.4;20.6;1.3;5.05;17166
+75093;44.84718;4.83747;161;20220907;26.4;16.3;21.3;2.3;19.6;29.6;3.15;16089
+75093;44.84718;4.83747;161;20220908;26.7;15.6;21.1;1.8;17.2;0;3.29;16723
+75093;44.84718;4.83747;161;20220909;25.3;14.3;19.8;1.5;15.2;.1;2.45;10317
+75093;44.84718;4.83747;161;20220910;24.8;12.8;18.8;2.9;13.2;0;3.67;17086
+75093;44.84718;4.83747;161;20220911;26.6;12.1;19.3;3.6;12.7;0;4.37;18618
+75093;44.84718;4.83747;161;20220912;29.5;10.6;20;3;15.5;0;4.36;21069
+75093;44.84718;4.83747;161;20220913;27.6;20;23.8;5.8;21;23.2;3.61;9441
+75093;44.84718;4.83747;161;20220914;26.3;20.1;23.2;4.2;20.6;13.2;3.28;11825
+75093;44.84718;4.83747;161;20220915;28;16.3;22.1;1.8;18.8;5.1;3.2;16109
+75093;44.84718;4.83747;161;20220916;23.5;17;20.2;3.7;16.4;.4;3.05;11880
+75093;44.84718;4.83747;161;20220917;18;11.4;14.7;7;10.2;0;3.5;11856
+75093;44.84718;4.83747;161;20220918;20.8;8.7;14.7;4.6;8.9;0;3.84;15912
+75093;44.84718;4.83747;161;20220919;20.6;7.7;14.1;4.8;9;0;3.75;16269
+75093;44.84718;4.83747;161;20220920;21;8.4;14.7;4.6;8.8;0;3.85;15918
+75093;44.84718;4.83747;161;20220921;21.4;10;15.7;4.7;9.3;0;3.91;14985
+75093;44.84718;4.83747;161;20220922;24.1;5.1;14.6;1.3;10.1;0;2.81;19161
+75093;44.84718;4.83747;161;20220923;22.5;9.8;16.1;3.1;13.2;10.6;2.41;9416
+75093;44.84718;4.83747;161;20220924;22.1;14.5;18.3;2.1;15.7;4.2;1.78;6037
+75093;44.84718;4.83747;161;20220925;20.1;12.3;16.2;2.7;13.4;.8;2.29;11880
+75093;44.84718;4.83747;161;20220926;19.9;10.8;15.3;2.8;12;1.6;2.14;8117
+75093;44.84718;4.83747;161;20220927;18.7;10.9;14.8;2.4;11.8;.7;1.88;7294
+75093;44.84718;4.83747;161;20220928;21.9;12.6;17.2;3.2;13.3;4.4;2.41;7991
+75093;44.84718;4.83747;161;20220929;16.7;12.7;14.7;2.7;12.9;.7;1.37;3002
+75093;44.84718;4.83747;161;20220930;13.6;8.4;11;4.5;10.5;.5;1.37;3448
+75093;44.84718;4.83747;161;20221001;18;5.3;11.6;1.4;10.8;.5;1.27;5598
+75093;44.84718;4.83747;161;20221002;25.2;11.3;18.2;1.9;13.9;0;2.64;14692
+75093;44.84718;4.83747;161;20221003;21.1;14.3;17.7;5.1;14.3;0;2.49;5713
+75093;44.84718;4.83747;161;20221004;25.7;12.4;19;2.2;13.6;.1;2.83;14042
+75093;44.84718;4.83747;161;20221005;23.8;10.7;17.2;3.5;14.2;.2;2.75;13774
+75093;44.84718;4.83747;161;20221006;23.3;10.6;16.9;3;14.3;0;2.48;13403
+75093;44.84718;4.83747;161;20221007;24.3;10.6;17.4;1.7;13.6;1.7;2.03;9356
+75093;44.84718;4.83747;161;20221008;18.3;15.6;16.9;3;15.2;.8;1.36;2094
+75093;44.84718;4.83747;161;20221009;20.3;11.6;15.9;2.6;12.9;.7;1.71;4098
+75093;44.84718;4.83747;161;20221010;24.7;10.9;17.8;2;14;.1;2.36;13317
+75093;44.84718;4.83747;161;20221011;24;8.3;16.1;2;13.1;0;2.27;14034
+75093;44.84718;4.83747;161;20221012;21.7;12.9;17.3;2.1;14.7;0;1.51;3958
+75093;44.84718;4.83747;161;20221013;19.5;7.6;13.5;1.2;13.1;1.4;1.06;4620
+75093;44.84718;4.83747;161;20221014;20.6;13.4;17;1.3;15.3;.3;1.12;3434
+75093;44.84718;4.83747;161;20221015;25.3;8;16.6;3;13.1;0;2.7;14019
+75093;44.84718;4.83747;161;20221016;25.1;14.1;19.6;6.3;16.1;0;3.27;11029
+75093;44.84718;4.83747;161;20221017;24.4;16.1;20.2;6.6;16.2;0;3.33;9453
+75093;44.84718;4.83747;161;20221018;25.7;13.6;19.6;2.6;14.5;.2;2.55;11278
+75093;44.84718;4.83747;161;20221019;23.4;8.6;16;3.3;14;.3;2.21;12319
+75093;44.84718;4.83747;161;20221020;23;17.2;20.1;6.1;17.2;8.1;2.58;5583
+75093;44.84718;4.83747;161;20221021;17.4;16.9;17.1;4;17.3;74.7;1.05;2796
+75093;44.84718;4.83747;161;20221022;23.3;14.7;19;2.5;17.1;0;1.77;9022
+75093;44.84718;4.83747;161;20221023;22.2;16.3;19.2;4.9;17.5;9.7;1.9;4120
+75093;44.84718;4.83747;161;20221024;24.1;17.5;20.8;3.6;18;14.3;2.04;4832
+75093;44.84718;4.83747;161;20221025;20;10.8;15.4;3.2;15.6;0;1.29;8974
+75093;44.84718;4.83747;161;20221026;25;14.3;19.6;3.2;16.6;.1;2.19;9555
+75093;44.84718;4.83747;161;20221027;23.9;15.1;19.5;4;17.3;.1;2.1;8547
+75093;44.84718;4.83747;161;20221028;23.5;17;20.2;5.4;16.9;0;2.59;7243
+75093;44.84718;4.83747;161;20221029;24;12.7;18.3;3;14.7;.1;2.11;9440
+75093;44.84718;4.83747;161;20221030;23;13.1;18;4.2;15.1;0;2.2;8717
+75093;44.84718;4.83747;161;20221031;22.5;15.6;19;5.8;16.2;48.7;2.4;7174
+75093;44.84718;4.83747;161;20221101;22.1;15.1;18.6;2.3;16.1;0;1.52;7132
+75093;44.84718;4.83747;161;20221102;18.7;10.7;14.7;2.6;12.4;.1;1.44;7527
+75093;44.84718;4.83747;161;20221103;13.7;7;10.3;2.1;11.5;6.3;.7;4771
+75093;44.84718;4.83747;161;20221104;13.5;8.2;10.8;3.2;10.3;5;1.09;2073
+75093;44.84718;4.83747;161;20221105;12.6;8.1;10.3;6.4;9.4;0;1.59;3059
+75093;44.84718;4.83747;161;20221106;16.3;3.8;10;2.4;8.8;0;1.28;8940
+75093;44.84718;4.83747;161;20221107;18.1;3.5;10.8;1.2;9.4;0;.97;9542
+75093;44.84718;4.83747;161;20221108;16.5;10.1;13.3;6;11.3;9.9;1.83;4039
+75093;44.84718;4.83747;161;20221109;14.5;14.7;14.6;3.4;13.6;43.5;1.08;0
+75093;44.84718;4.83747;161;20221110;14.9;11.6;13.2;5.3;12.1;0;1.38;3667
+75093;44.84718;4.83747;161;20221111;10.9;8.5;9.7;1.3;10.9;.1;.56;1084
+75093;44.84718;4.83747;161;20221112;11.1;6.4;8.7;.5;10.5;0;.48;1688
+75093;44.84718;4.83747;161;20221113;15.1;6.4;10.7;3;10.9;0;.93;3541
+75093;44.84718;4.83747;161;20221114;14.7;10.6;12.6;4.4;11.6;7.9;1.26;2583
+75093;44.84718;4.83747;161;20221115;14.5;11.4;12.9;3.5;13.5;12.2;.73;1214
+75093;44.84718;4.83747;161;20221116;17.4;9.1;13.2;2.4;11.6;0;1.09;6419
+75093;44.84718;4.83747;161;20221117;18.1;9;13.5;4.6;11.9;3.2;1.56;3651
+75093;44.84718;4.83747;161;20221118;13.4;8.1;10.7;2.8;9.7;.3;1.06;3983
+75093;44.84718;4.83747;161;20221119;10.8;6.6;8.7;5.5;8.9;.1;1.16;2855
+75093;44.84718;4.83747;161;20221120;11.1;6;8.5;4;8.3;0;1.16;3472
+75093;44.84718;4.83747;161;20221121;8.9;3.4;6.1;3.2;8.6;5.3;.54;2633
+75093;44.84718;4.83747;161;20221122;10.7;5.3;8;2.6;8.7;.1;.78;2992
+75093;44.84718;4.83747;161;20221123;10.8;1.5;6.1;2.3;8;.3;.7;2210
+75093;44.84718;4.83747;161;20221124;12.2;1.5;6.8;1.2;8.4;.2;.59;2377
+75093;44.84718;4.83747;161;20221125;12.7;4.6;8.6;3;9.6;3.9;.75;3500
+75093;44.84718;4.83747;161;20221126;10.3;7;8.6;5.5;8.8;0;1.19;1068
+75093;44.84718;4.83747;161;20221127;12.6;3.1;7.8;3.2;8.4;0;.93;4020
+75093;44.84718;4.83747;161;20221128;9.9;8.9;9.4;3.1;9;13.8;1.05;349
+75093;44.84718;4.83747;161;20221129;8.4;4.6;6.5;3.6;8.8;1.1;.56;1136
+75093;44.84718;4.83747;161;20221130;8.9;7.2;8;5.3;9;.1;.93;586
+75093;44.84718;4.83747;161;20221201;8.4;6.2;7.3;5.2;8.2;0;1.02;725
+75093;44.84718;4.83747;161;20221202;5.2;4.9;5;3.1;7.5;.9;.66;0
+75093;44.84718;4.83747;161;20221203;5.7;3.7;4.7;3.8;7.8;15.1;.51;650
+75093;44.84718;4.83747;161;20221204;6.3;4.4;5.3;2;8.4;16.9;.43;613
+75093;44.84718;4.83747;161;20221205;6.1;3.7;4.9;1.6;7.7;0;.44;1992
+75093;44.84718;4.83747;161;20221206;3.7;.4;2;4;6.7;0;.37;946
+75093;44.84718;4.83747;161;20221207;4.1;1.6;2.8;6.1;6.6;0;.61;751
+75093;44.84718;4.83747;161;20221208;4.6;-1;1.8;1.5;6.4;17.9;.35;2228
+75093;44.84718;4.83747;161;20221209;5.8;3.1;4.4;3.9;7.5;4.4;.56;786
+75093;44.84718;4.83747;161;20221210;2.8;2.6;2.7;7.4;6;0;.9;0
+75093;44.84718;4.83747;161;20221211;1.5;-.7;.4;6.6;4.7;0;.93;1505
+75093;44.84718;4.83747;161;20221212;-.3;-2.4;-1.4;2.7;4.8;4.9;.44;619
+75093;44.84718;4.83747;161;20221213;5.7;-.9;2.4;2.4;7;4.6;.35;1473
+75093;44.84718;4.83747;161;20221214;10.4;6;8.2;3.6;10.1;.6;.5;1952
+75093;44.84718;4.83747;161;20221215;7.3;5.7;6.5;3.4;9.4;25.4;.37;468
+75093;44.84718;4.83747;161;20221216;4.3;3.9;4.1;6;7.1;0;.7;0
+75093;44.84718;4.83747;161;20221217;2.6;-.3;1.1;7;5;0;.99;796
+75093;44.84718;4.83747;161;20221218;12;-1;5.5;3.1;6.7;0;.86;6339
+75093;44.84718;4.83747;161;20221219;15.1;9.4;12.2;7.7;10.1;0;1.99;2985
+75093;44.84718;4.83747;161;20221220;16;12.4;14.2;8.5;10.6;4.1;2.58;2612
+75093;44.84718;4.83747;161;20221221;14.9;11.9;13.4;3.3;11.9;.9;1.14;1405
+75093;44.84718;4.83747;161;20221222;12.4;7;9.7;1.6;11;1;.51;1261
+75093;44.84718;4.83747;161;20221223;13.9;10.4;12.1;2.2;12;.1;.76;920
+75093;44.84718;4.83747;161;20221224;16.4;10.1;13.2;1;11.9;.2;.51;4401
+75093;44.84718;4.83747;161;20221225;15.8;4.7;10.2;3.8;10.4;.1;.87;5867
+75093;44.84718;4.83747;161;20221226;16.9;9;12.9;3.1;11.2;.2;1.06;4953
+75093;44.84718;4.83747;161;20221227;13.3;6.6;9.9;2.2;8.8;0;.83;4570
+75093;44.84718;4.83747;161;20221228;11.8;-1;5.4;2;7.3;0;.51;6353
+75093;44.84718;4.83747;161;20221229;14.5;7.7;11.1;4.5;10.3;2.4;1.2;2849
+75093;44.84718;4.83747;161;20221230;12.6;9.2;10.9;4.4;11.9;.1;.66;925
+75093;44.84718;4.83747;161;20221231;15.7;8.8;12.2;4.5;11.4;0;1.1;4708
+75094;44.86227;5.15263;243;20220101;14.3;.2;7.3;1.2;8.03;.1;.54;6166
+75094;44.86227;5.15263;243;20220102;8.6;3.8;6.2;3.6;9.38;0;.33;3959
+75094;44.86227;5.15263;243;20220103;11.7;5.4;8.6;1.8;9.48;0;.55;4568
+75094;44.86227;5.15263;243;20220104;11.4;4.2;7.8;3.2;9.77;7.9;.55;3936
+75094;44.86227;5.15263;243;20220105;5.6;4;4.8;6.6;5.93;.4;1.36;1913
+75094;44.86227;5.15263;243;20220106;6.2;2;4.1;6.1;5.23;.2;1.5;3005
+75094;44.86227;5.15263;243;20220107;6.3;-2.5;1.9;2.4;5.3;3.2;.71;4807
+75094;44.86227;5.15263;243;20220108;7.3;.3;3.8;2.1;7.17;2.6;.46;4518
+75094;44.86227;5.15263;243;20220109;7;2.6;4.8;1.9;7;4.6;.6;3322
+75094;44.86227;5.15263;243;20220110;7.2;3;5.1;4;6.4;0;.96;3486
+75094;44.86227;5.15263;243;20220111;4.6;.4;2.5;5.3;5.43;0;1.03;2694
+75094;44.86227;5.15263;243;20220112;4.3;.9;2.6;5.1;4.83;0;1.27;3115
+75094;44.86227;5.15263;243;20220113;4.8;-3.9;.4;1.9;4.53;0;.58;5344
+75094;44.86227;5.15263;243;20220114;7.4;-6.4;.5;1.5;4.8;0;.53;6758
+75094;44.86227;5.15263;243;20220115;8.8;-5.2;1.8;1.2;4.87;0;.52;6873
+75094;44.86227;5.15263;243;20220116;8.6;-5.2;1.7;2.4;4.63;0;1.07;7434
+75094;44.86227;5.15263;243;20220117;3.9;-3.2;.4;7;5.98;0;.45;5452
+75094;44.86227;5.15263;243;20220118;6.8;1;3.9;3.3;5.7;0;1.05;4351
+75094;44.86227;5.15263;243;20220119;6.4;-4.7;.9;1.4;5.7;0;.41;6279
+75094;44.86227;5.15263;243;20220120;7.7;2.3;5;5.6;5.93;0;1.37;4124
+75094;44.86227;5.15263;243;20220121;6.3;.9;3.6;6.8;4.43;0;1.82;4168
+75094;44.86227;5.15263;243;20220122;6.4;-1.9;2.3;5.2;4.93;0;1.22;5584
+75094;44.86227;5.15263;243;20220123;6.9;-1.3;2.8;3;5.47;0;.92;5499
+75094;44.86227;5.15263;243;20220124;8.3;-2.7;2.8;1.5;5.3;0;.74;6424
+75094;44.86227;5.15263;243;20220125;9.9;-5.7;2.1;.9;5.3;0;.56;8232
+75094;44.86227;5.15263;243;20220126;11.3;-3.9;3.7;3.1;5.07;0;1.24;8191
+75094;44.86227;5.15263;243;20220127;6;-3.3;1.4;4.2;4.5;0;1.22;6610
+75094;44.86227;5.15263;243;20220128;6.6;-2;2.3;5.4;5.2;0;1.25;6707
+75094;44.86227;5.15263;243;20220129;8.1;-.7;3.7;4;5.4;0;1.28;5982
+75094;44.86227;5.15263;243;20220130;9.8;2.1;5.9;5.4;7.03;0;1.44;6642
+75094;44.86227;5.15263;243;20220131;8.9;2.5;5.7;4.9;6.73;.8;1.54;4835
+75094;44.86227;5.15263;243;20220201;8.7;1.9;5.3;6.5;5.67;1.1;1.72;5674
+75094;44.86227;5.15263;243;20220202;12.3;3.4;7.9;4.5;8.37;.1;1.25;6984
+75094;44.86227;5.15263;243;20220203;13.2;4.4;8.8;2.8;7.9;0;1.25;6960
+75094;44.86227;5.15263;243;20220204;11.5;2.1;6.8;2.7;7.57;.1;1.14;6438
+75094;44.86227;5.15263;243;20220205;11.3;5.1;8.2;4.2;6.43;0;1.88;4461
+75094;44.86227;5.15263;243;20220206;10.5;-.4;5.1;2.7;6.03;0;1.23;8071
+75094;44.86227;5.15263;243;20220207;11;5;8;4.9;6.43;.6;1.89;5807
+75094;44.86227;5.15263;243;20220208;12.6;-.7;5.9;2.6;4.8;0;1.65;8999
+75094;44.86227;5.15263;243;20220209;13.3;-4.2;4.6;2.1;6.57;0;1.05;10218
+75094;44.86227;5.15263;243;20220210;11.7;.2;5.9;1.2;7.26;.2;.97;10809
+75094;44.86227;5.15263;243;20220211;11.9;1.4;6.7;4.3;6.42;.1;1.63;9024
+75094;44.86227;5.15263;243;20220212;11.9;-1.9;5;2;5.72;0;1.26;10318
+75094;44.86227;5.15263;243;20220213;12.2;1.1;6.7;2.2;7.02;1.4;1.2;6330
+75094;44.86227;5.15263;243;20220214;10.8;5.9;8.4;2.9;9.12;13.5;1.01;3404
+75094;44.86227;5.15263;243;20220215;9.7;2.5;6.1;2.3;6.99;2.5;1.13;6976
+75094;44.86227;5.15263;243;20220216;9;1;5;1.5;8.13;5.9;.71;7375
+75094;44.86227;5.15263;243;20220217;18.4;5.1;11.8;2.8;10.38;0;1.75;11044
+75094;44.86227;5.15263;243;20220218;18.9;2.8;10.9;3;9.43;0;1.99;11468
+75094;44.86227;5.15263;243;20220219;11.3;6.7;9;5;6.13;0;2.29;5708
+75094;44.86227;5.15263;243;20220220;14.5;.6;7.6;2.5;6.6;0;1.67;10626
+75094;44.86227;5.15263;243;20220221;11.5;4.6;8;3.2;7.37;8.4;1.6;7081
+75094;44.86227;5.15263;243;20220222;13.3;5.1;9.2;5.1;7.3;.2;2.23;8591
+75094;44.86227;5.15263;243;20220223;15.8;5.2;10.5;3.3;7.93;0;2.05;9928
+75094;44.86227;5.15263;243;20220224;14.9;2.9;8.9;2.7;8.6;0;1.54;10561
+75094;44.86227;5.15263;243;20220225;11.1;5.3;8.2;5.9;5.6;0;2.46;7704
+75094;44.86227;5.15263;243;20220226;12;1.7;6.9;3.5;5;0;2.22;10056
+75094;44.86227;5.15263;243;20220227;12.9;-3.5;4.7;1.6;5.37;0;1.57;12818
+75094;44.86227;5.15263;243;20220228;14.4;-1.9;6.3;1.9;5.67;0;1.8;13069
+75094;44.86227;5.15263;243;20220301;14.1;-.6;6.7;2.4;6;0;1.8;12389
+75094;44.86227;5.15263;243;20220302;12;1;6.5;2.2;7.17;0;1.37;10881
+75094;44.86227;5.15263;243;20220303;16.4;.6;8.5;1.5;7.73;0;1.67;13660
+75094;44.86227;5.15263;243;20220304;16.2;.8;8.5;3.8;6.33;0;2.57;13135
+75094;44.86227;5.15263;243;20220305;13.3;-1;6.2;3.2;4.07;0;2.46;12713
+75094;44.86227;5.15263;243;20220306;11.4;-3.5;4;3;3.8;0;2.17;13391
+75094;44.86227;5.15263;243;20220307;12;-4.6;3.7;1.5;4.17;0;1.73;14747
+75094;44.86227;5.15263;243;20220308;11.3;-4.7;3.3;2;5.4;0;1.66;14135
+75094;44.86227;5.15263;243;20220309;13.9;-.4;6.7;1.8;7;0;1.64;13794
+75094;44.86227;5.15263;243;20220310;14.4;.7;7.6;2.2;8.37;.6;1.55;12743
+75094;44.86227;5.15263;243;20220311;14.6;6.7;10.6;4.2;8.6;0;1.96;8953
+75094;44.86227;5.15263;243;20220312;13.7;7;10.4;3.2;8.03;.4;1.82;8486
+75094;44.86227;5.15263;243;20220313;11.3;6.3;8.8;3.2;8.57;9.6;1.42;7958
+75094;44.86227;5.15263;243;20220314;13.9;3.9;8.9;1.5;9.67;1.2;1.5;12566
+75094;44.86227;5.15263;243;20220315;16.6;8.6;12.6;3.8;10.13;0;2.02;10281
+75094;44.86227;5.15263;243;20220316;16.7;6.9;11.8;2.3;10.27;0;1.99;12201
+75094;44.86227;5.15263;243;20220317;16.3;7;11.7;3.5;10.5;.2;2.03;11876
+75094;44.86227;5.15263;243;20220318;13.5;9.8;11.6;5.3;9.52;.4;2.16;7970
+75094;44.86227;5.15263;243;20220319;17.8;5.1;11.4;2.2;8.29;0;2.52;15881
+75094;44.86227;5.15263;243;20220320;14.6;2.9;8.8;1.5;7.62;0;1.67;10094
+75094;44.86227;5.15263;243;20220321;16.7;4.1;10.4;2;6.96;0;2.39;14233
+75094;44.86227;5.15263;243;20220322;17.2;.3;8.7;1.7;6.19;0;2.37;18328
+75094;44.86227;5.15263;243;20220323;18;-.5;8.7;1.3;6.15;0;2.36;19078
+75094;44.86227;5.15263;243;20220324;20.7;.3;10.5;1.4;6.16;0;2.75;19547
+75094;44.86227;5.15263;243;20220325;21.3;.7;11;1.1;6.02;0;2.63;19213
+75094;44.86227;5.15263;243;20220326;22;1.3;11.6;1.4;6.69;0;2.87;19779
+75094;44.86227;5.15263;243;20220327;21.6;1.8;11.7;1;6.76;0;2.43;16611
+75094;44.86227;5.15263;243;20220328;22.5;1.8;12.1;1.5;6.52;0;2.95;19358
+75094;44.86227;5.15263;243;20220329;19.3;4.4;11.9;1.9;8.06;2.3;2.64;15381
+75094;44.86227;5.15263;243;20220330;15.1;8.9;12;1.4;10.59;2;1.78;10704
+75094;44.86227;5.15263;243;20220331;14.3;6.8;10.6;2.5;8.92;4.8;2.21;12396
+75094;44.86227;5.15263;243;20220401;7.1;2.7;4.9;6.9;5.02;13;2.21;9794
+75094;44.86227;5.15263;243;20220402;7.2;2.5;4.8;8.2;4.63;3;2.65;12618
+75094;44.86227;5.15263;243;20220403;8.3;1.8;5;4.8;5.13;0;2.28;14633
+75094;44.86227;5.15263;243;20220404;13.1;1.3;7.2;3.9;5.29;0;2.9;19432
+75094;44.86227;5.15263;243;20220405;15.3;1;8.2;2.7;7.09;0;2.81;20428
+75094;44.86227;5.15263;243;20220406;18.7;3.8;11.3;1.9;9.66;1.5;2.48;16041
+75094;44.86227;5.15263;243;20220407;15.2;9.2;12.2;3;10.82;.8;1.77;9540
+75094;44.86227;5.15263;243;20220408;16.8;9.8;13.3;3.6;10.22;.3;2.78;10774
+75094;44.86227;5.15263;243;20220409;11.4;7.7;9.6;3.8;6.12;1.3;3.03;14054
+75094;44.86227;5.15263;243;20220410;17.7;.6;9.2;2.3;6.12;0;3.27;22834
+75094;44.86227;5.15263;243;20220411;18.9;1.8;10.4;2.5;7.69;0;2.51;15919
+75094;44.86227;5.15263;243;20220412;18.5;5.2;11.8;1.9;8.65;.1;2.87;16026
+75094;44.86227;5.15263;243;20220413;22.5;6.5;14.5;1.4;9.52;0;3.03;18681
+75094;44.86227;5.15263;243;20220414;24.1;6.4;15.2;3.2;11.26;0;4.12;22427
+75094;44.86227;5.15263;243;20220415;25.4;9.4;17.4;3.1;11.98;0;4.34;21508
+75094;44.86227;5.15263;243;20220416;23.5;10.8;17.2;5.5;9.93;0;5.12;23965
+75094;44.86227;5.15263;243;20220417;21.6;7.9;14.8;3.7;7.82;0;4.5;23421
+75094;44.86227;5.15263;243;20220418;23.4;4.3;13.9;1.9;7.42;0;4.02;24674
+75094;44.86227;5.15263;243;20220419;23.2;6.2;14.7;2.6;7.55;0;4.4;23769
+75094;44.86227;5.15263;243;20220420;19.3;6.9;13.1;1.4;10.26;8.5;2.49;15020
+75094;44.86227;5.15263;243;20220421;20.6;11.3;16;1.7;11.52;1.3;3.07;17190
+75094;44.86227;5.15263;243;20220422;23;7;15;2;10.22;0;3.57;21163
+75094;44.86227;5.15263;243;20220423;17.6;10.4;14;3.5;10.83;16.5;2.29;5720
+75094;44.86227;5.15263;243;20220424;16.3;7.4;11.9;1.4;10.99;.7;2.1;13766
+75094;44.86227;5.15263;243;20220425;19.4;8.4;13.9;1.5;11.15;0;2.99;18660
+75094;44.86227;5.15263;243;20220426;21.1;7.7;14.4;2.5;10.42;0;3.7;22400
+75094;44.86227;5.15263;243;20220427;23.1;6.5;14.8;2.7;9.45;0;4.39;25204
+75094;44.86227;5.15263;243;20220428;24.9;6.6;15.8;2;10.12;0;4.36;25990
+75094;44.86227;5.15263;243;20220429;24.8;7.4;16.1;2.8;10.09;0;4.55;23917
+75094;44.86227;5.15263;243;20220430;23;10.9;16.9;3.5;10.22;0;4.71;22770
+75094;44.86227;5.15263;243;20220501;22.1;7.9;15;3.7;9.05;0;4.69;24710
+75094;44.86227;5.15263;243;20220502;23.6;6.8;15.2;2.1;9.79;.5;4.29;25589
+75094;44.86227;5.15263;243;20220503;22.9;10.8;16.8;1.7;12.05;1.6;3.41;19075
+75094;44.86227;5.15263;243;20220504;22.9;9.4;16.1;1.8;12.32;5.2;3.75;22468
+75094;44.86227;5.15263;243;20220505;17.4;11.9;14.6;3.7;11.29;2;3.24;13549
+75094;44.86227;5.15263;243;20220506;17.7;11.2;14.5;5.2;10.87;.1;3.44;13393
+75094;44.86227;5.15263;243;20220507;22.1;12.4;17.3;4.4;11.03;0;4.72;19054
+75094;44.86227;5.15263;243;20220508;23.4;12.4;17.9;2.6;11.73;1.6;4.32;21247
+75094;44.86227;5.15263;243;20220509;25.5;9.2;17.3;1.1;13.17;.2;4.2;25109
+75094;44.86227;5.15263;243;20220510;27.3;10.7;19;1.5;13.57;0;4.55;25093
+75094;44.86227;5.15263;243;20220511;27.6;11.8;19.7;2.6;12.7;0;5.07;24662
+75094;44.86227;5.15263;243;20220512;26.2;10.8;18.5;2.7;12.17;0;4.85;24789
+75094;44.86227;5.15263;243;20220513;27;11.1;19.1;1.8;12.83;0;4.72;25269
+75094;44.86227;5.15263;243;20220514;28.6;14;21.3;2.2;14.93;0;4.96;23809
+75094;44.86227;5.15263;243;20220515;27.7;13.1;20.4;2.2;14.1;1.3;4.91;24498
+75094;44.86227;5.15263;243;20220516;28.3;13.5;20.9;2;12.27;.1;5.19;25019
+75094;44.86227;5.15263;243;20220517;31.5;12.4;21.9;1.2;13.88;0;5.48;29076
+75094;44.86227;5.15263;243;20220518;32.3;14.6;23.4;2.8;15.98;.4;6.38;27387
+75094;44.86227;5.15263;243;20220519;29.8;16.3;23;6;16.18;0;6.65;22400
+75094;44.86227;5.15263;243;20220520;29.2;15;22.1;3.5;13.77;0;5.92;25166
+75094;44.86227;5.15263;243;20220521;32.7;14.3;23.5;1.3;14.63;0;5.59;27832
+75094;44.86227;5.15263;243;20220522;32.3;16.7;24.5;1.6;17.53;0;5.48;26004
+75094;44.86227;5.15263;243;20220523;27.1;17.8;22.5;3;17.03;.2;4.69;19960
+75094;44.86227;5.15263;243;20220524;21.9;16;19;2.9;12.37;0;3.97;15550
+75094;44.86227;5.15263;243;20220525;24.1;13.9;19;4.8;10.13;0;5.71;21157
+75094;44.86227;5.15263;243;20220526;25.7;14.1;19.9;4.9;10.9;0;6.1;22839
+75094;44.86227;5.15263;243;20220527;27.3;14.5;20.9;5.1;12.73;0;6.39;24187
+75094;44.86227;5.15263;243;20220528;26;14.2;20.1;5.8;10.77;0;6.41;22472
+75094;44.86227;5.15263;243;20220529;23.3;11.2;17.3;4.5;7.83;0;5.84;22948
+75094;44.86227;5.15263;243;20220530;24.2;9;16.6;1.9;8.87;1.1;4.88;26420
+75094;44.86227;5.15263;243;20220531;22.2;13.7;18;1.8;13.33;2;3.54;17400
+75094;44.86227;5.15263;243;20220601;28.8;12.1;20.4;1.6;14.8;0;5.29;27595
+75094;44.86227;5.15263;243;20220602;29.7;14.7;22.2;2;15.7;.1;5.53;26149
+75094;44.86227;5.15263;243;20220603;30.5;16.8;23.6;1.9;15.9;0;5.44;24752
+75094;44.86227;5.15263;243;20220604;32.4;16.7;24.6;2.3;17.03;0;6.09;26409
+75094;44.86227;5.15263;243;20220605;28.9;19.8;24.4;2.6;17.17;4.5;5.04;19414
+75094;44.86227;5.15263;243;20220606;29.8;14.9;22.3;2.2;15.07;.2;5.61;26269
+75094;44.86227;5.15263;243;20220607;27.8;16;21.9;2.9;13.83;0;5.47;23209
+75094;44.86227;5.15263;243;20220608;24.5;13.3;18.9;1.8;12.7;2.7;3.76;17091
+75094;44.86227;5.15263;243;20220609;22.6;14.4;18.5;4.1;12.3;.9;4.8;19304
+75094;44.86227;5.15263;243;20220610;27.1;12.2;19.7;4.6;11.17;0;6.6;25823
+75094;44.86227;5.15263;243;20220611;31.3;13.5;22.4;3.5;11.97;0;7.26;28199
+75094;44.86227;5.15263;243;20220612;34.4;14.2;24.3;1.6;13.57;.3;6.42;29620
+75094;44.86227;5.15263;243;20220613;30.2;17.3;23.8;3.5;15.37;0;6.07;23600
+75094;44.86227;5.15263;243;20220614;33.4;13.8;23.6;2;12.53;0;6.79;30455
+75094;44.86227;5.15263;243;20220615;33.6;18;25.8;2.3;15.57;.1;6.42;26546
+75094;44.86227;5.15263;243;20220616;35;16.8;25.9;2.1;15.9;0;6.78;28641
+75094;44.86227;5.15263;243;20220617;35.2;18.7;26.9;3.3;14.4;0;7.85;27565
+75094;44.86227;5.15263;243;20220618;36.5;17.5;27;2.8;14.53;0;7.66;29222
+75094;44.86227;5.15263;243;20220619;34.7;19.3;27;3.9;15.8;0;7.74;26870
+75094;44.86227;5.15263;243;20220620;34;18.1;26;3.5;13.47;0;7.54;27577
+75094;44.86227;5.15263;243;20220621;31.5;19.1;25.3;2.8;17.73;.9;5.78;23382
+75094;44.86227;5.15263;243;20220622;28.4;19.6;24;2.4;21.3;20.1;4.54;20336
+75094;44.86227;5.15263;243;20220623;29.3;18.2;23.8;2.1;20.17;1.6;4.92;22635
+75094;44.86227;5.15263;243;20220624;26.3;19.2;22.8;1.6;18.38;23.3;4.12;18779
+75094;44.86227;5.15263;243;20220625;30;14.7;22.4;2.6;16.78;4.6;5.94;27577
+75094;44.86227;5.15263;243;20220626;28.3;16.1;22.2;3.5;18.78;0;4.24;15332
+75094;44.86227;5.15263;243;20220627;25.3;17.6;21.5;5.3;16.78;0;4.42;13156
+75094;44.86227;5.15263;243;20220628;25;16.9;21;5.5;16.48;0;4.7;16258
+75094;44.86227;5.15263;243;20220629;28.9;15.5;22.2;3.2;16.38;0;5.84;25733
+75094;44.86227;5.15263;243;20220630;29.9;16.3;23.1;4.2;16.58;8;6.47;25900
+75094;44.86227;5.15263;243;20220701;23;13;18;5.5;13.88;0;4.88;22179
+75094;44.86227;5.15263;243;20220702;31.1;11.3;21.2;2.2;13.88;0;6.41;31191
+75094;44.86227;5.15263;243;20220703;32.7;14.8;23.8;1.5;17.38;.1;6.06;29616
+75094;44.86227;5.15263;243;20220704;28.8;18.6;23.7;4.2;19.18;2.3;5.62;22314
+75094;44.86227;5.15263;243;20220705;27.5;16.3;21.9;4.4;16.08;0;5.77;23350
+75094;44.86227;5.15263;243;20220706;27;15.2;21.1;6;12.68;0;6.8;23930
+75094;44.86227;5.15263;243;20220707;27;15;21;6.8;12.38;0;7.12;24091
+75094;44.86227;5.15263;243;20220708;26.3;16.3;21.3;8;14.18;0;6.71;21948
+75094;44.86227;5.15263;243;20220709;28.3;13.2;20.8;4.4;13.38;0;6.5;26929
+75094;44.86227;5.15263;243;20220710;28.5;18;23.3;6.5;14.28;0;7.22;22402
+75094;44.86227;5.15263;243;20220711;30.1;14.8;22.5;4;14.28;0;6.76;26994
+75094;44.86227;5.15263;243;20220712;31.2;15.6;23.4;3.5;15.48;0;6.69;27197
+75094;44.86227;5.15263;243;20220713;35;14.7;24.9;2;14.48;0;6.93;30877
+75094;44.86227;5.15263;243;20220714;36.3;18;27.2;1.9;17.88;0;6.84;29319
+75094;44.86227;5.15263;243;20220715;32.6;18.5;25.6;3.8;16.08;0;7.11;25664
+75094;44.86227;5.15263;243;20220716;31.2;17.5;24.4;5.3;12.08;0;8.1;25229
+75094;44.86227;5.15263;243;20220717;33.3;16.3;24.8;4;13.18;0;7.85;28031
+75094;44.86227;5.15263;243;20220718;37;16.3;26.7;1.9;16.38;0;7.05;30468
+75094;44.86227;5.15263;243;20220719;37.1;21.4;29.3;4.1;18.08;0;8.41;26779
+75094;44.86227;5.15263;243;20220720;36.5;19.9;28.2;3.7;19.28;.2;7.84;27452
+75094;44.86227;5.15263;243;20220721;32.2;19.9;26.1;4.8;16.08;0;7.41;23548
+75094;44.86227;5.15263;243;20220722;37.8;15;26.4;2.6;15.48;.5;7.68;30087
+75094;44.86227;5.15263;243;20220723;31.1;21.1;26.1;4.2;19.98;0;6.09;21086
+75094;44.86227;5.15263;243;20220724;35.2;17.1;26.2;3.5;16.58;0;7.59;28284
+75094;44.86227;5.15263;243;20220725;34.2;20.7;27.5;3.8;17.68;1.2;7.22;24332
+75094;44.86227;5.15263;243;20220726;28.9;20.8;24.9;6.1;15.88;0;6.79;18767
+75094;44.86227;5.15263;243;20220727;28.7;16.5;22.6;5;12.98;0;6.77;22954
+75094;44.86227;5.15263;243;20220728;33.9;13.6;23.8;2;13.18;0;6.49;29431
+75094;44.86227;5.15263;243;20220729;26.7;16.9;21.8;2;17.38;4.7;3.17;11344
+75094;44.86227;5.15263;243;20220730;30.9;16.4;23.7;5.1;14.38;0;7.24;24726
+75094;44.86227;5.15263;243;20220731;32.6;15.9;24.3;4.4;13.78;0;7.54;26426
+75094;44.86227;5.15263;243;20220801;33.8;18.5;26.2;4.4;14.18;0;7.83;25181
+75094;44.86227;5.15263;243;20220802;33.2;19.2;26.2;4.3;15.18;0;7.4;23978
+75094;44.86227;5.15263;243;20220803;37.4;15.7;26.6;2.8;15.18;0;7.53;28678
+75094;44.86227;5.15263;243;20220804;37.7;20.5;29.1;4.3;16.38;0;8.65;26336
+75094;44.86227;5.15263;243;20220805;35.6;20.4;28;4.1;18.98;.1;7.48;24636
+75094;44.86227;5.15263;243;20220806;31.2;19;25.1;5.8;16.28;0;7.21;21959
+75094;44.86227;5.15263;243;20220807;30.8;17.3;24.1;5.1;14.28;0;7.08;22985
+75094;44.86227;5.15263;243;20220808;32.1;18.1;25.1;4;13.08;0;7.05;23288
+75094;44.86227;5.15263;243;20220809;34;14.9;24.5;3.1;12.48;0;7.06;27067
+75094;44.86227;5.15263;243;20220810;36;15.8;25.9;1.5;12.4;0;5.84;25708
+75094;44.86227;5.15263;243;20220811;36;16.3;26.1;2.4;13.6;0;6.5;25400
+75094;44.86227;5.15263;243;20220812;36.1;18.2;27.2;1.8;14.17;0;5.88;24376
+75094;44.86227;5.15263;243;20220813;35.9;15.1;25.5;2.2;13.27;8.6;6.32;25178
+75094;44.86227;5.15263;243;20220814;24.6;18.8;21.7;2.1;20.37;12.6;2.84;11873
+75094;44.86227;5.15263;243;20220815;29.7;15.7;22.7;1.5;16.87;.1;4.44;21797
+75094;44.86227;5.15263;243;20220816;33.4;14.3;23.8;2;16.47;1.2;5.43;24798
+75094;44.86227;5.15263;243;20220817;27.5;18.3;22.9;1.7;19.97;28.7;3.44;15723
+75094;44.86227;5.15263;243;20220818;24.5;14.4;19.5;3.9;17.58;11.8;3.78;18670
+75094;44.86227;5.15263;243;20220819;23.8;17.5;20.7;4.2;18.78;1.1;2.49;5787
+75094;44.86227;5.15263;243;20220820;27.3;17.8;22.6;4.6;17.88;.3;4.8;17874
+75094;44.86227;5.15263;243;20220821;27.4;15.9;21.7;4.3;14.48;0;5.3;19542
+75094;44.86227;5.15263;243;20220822;28.9;14.8;21.9;5;14.48;0;5.98;21499
+75094;44.86227;5.15263;243;20220823;30.1;17.9;24;4.6;16.28;0;5.92;19859
+75094;44.86227;5.15263;243;20220824;32.9;14.5;23.7;2;15.68;0;5.32;24231
+75094;44.86227;5.15263;243;20220825;34.1;15.9;25;1.9;16.7;2.4;5.12;22546
+75094;44.86227;5.15263;243;20220826;29.3;18.7;24;3;17.3;.1;4.49;16765
+75094;44.86227;5.15263;243;20220827;28.2;16.9;22.5;3;16.93;0;4.21;17276
+75094;44.86227;5.15263;243;20220828;31.2;16.1;23.6;1.6;16.63;.1;4.26;20474
+75094;44.86227;5.15263;243;20220829;33.7;14.6;24.2;1.6;16.8;0;4.7;21997
+75094;44.86227;5.15263;243;20220830;29.8;20;24.9;2;20.77;5.3;3.66;14534
+75094;44.86227;5.15263;243;20220831;28.5;17.6;23.1;2.6;17.83;.1;3.9;15675
+75094;44.86227;5.15263;243;20220901;29.6;14.8;22.2;2.1;15.33;0;4.24;19089
+75094;44.86227;5.15263;243;20220902;28;14.6;21.3;2.2;16.43;.5;3.82;17370
+75094;44.86227;5.15263;243;20220903;28.6;17.6;23.1;2.6;18.47;14;3.83;16282
+75094;44.86227;5.15263;243;20220904;30;15.6;22.8;2;18.57;.2;3.86;18513
+75094;44.86227;5.15263;243;20220905;30.6;18.7;24.6;2.3;20.97;.4;3.85;16225
+75094;44.86227;5.15263;243;20220906;30.5;18.1;24.3;2.3;20.43;1.9;3.8;16137
+75094;44.86227;5.15263;243;20220907;27;17.2;22.1;1.6;19.53;24.2;3;15316
+75094;44.86227;5.15263;243;20220908;26.8;14.8;20.8;1.7;16.6;0;3.19;16226
+75094;44.86227;5.15263;243;20220909;25.4;13.7;19.6;1.5;14.23;.1;2.84;13987
+75094;44.86227;5.15263;243;20220910;24.9;12.3;18.6;2.1;12.63;0;3.32;16024
+75094;44.86227;5.15263;243;20220911;26.9;11.8;19.3;2.4;12.47;0;3.82;17915
+75094;44.86227;5.15263;243;20220912;29.7;10.8;20.2;1.9;14.87;0;3.77;19469
+75094;44.86227;5.15263;243;20220913;27;17.4;22.2;2.9;20.23;8.1;3;12575
+75094;44.86227;5.15263;243;20220914;25.8;19.3;22.5;2.3;20.5;17.7;2.57;10956
+75094;44.86227;5.15263;243;20220915;27.1;15.3;21.2;1.2;18.3;3.7;2.84;15109
+75094;44.86227;5.15263;243;20220916;24;16;20;2.8;15.73;.1;2.87;12134
+75094;44.86227;5.15263;243;20220917;18.6;11.3;14.9;5.3;9.57;0;3.32;11447
+75094;44.86227;5.15263;243;20220918;21.5;7.6;14.6;3.6;8.57;0;3.66;15776
+75094;44.86227;5.15263;243;20220919;21.6;7.8;14.7;3.8;8.87;0;3.61;15449
+75094;44.86227;5.15263;243;20220920;21.7;7.7;14.7;3.6;8.73;0;3.64;15691
+75094;44.86227;5.15263;243;20220921;21.7;8.4;15.1;3;9.33;0;3.27;14914
+75094;44.86227;5.15263;243;20220922;24.2;6;15.1;1.2;10.43;0;2.65;17353
+75094;44.86227;5.15263;243;20220923;22.4;9.3;15.9;1.7;13.17;10.9;2.22;12120
+75094;44.86227;5.15263;243;20220924;21.8;14;17.9;1.7;15.47;5.9;1.89;9243
+75094;44.86227;5.15263;243;20220925;19.7;12.1;15.9;1.9;13.43;.2;1.98;10808
+75094;44.86227;5.15263;243;20220926;19.8;9.3;14.5;1.8;11.37;3.1;2.08;10953
+75094;44.86227;5.15263;243;20220927;18;10.4;14.2;1.9;11.27;2.1;1.83;8907
+75094;44.86227;5.15263;243;20220928;20.3;11.7;16;2.3;12.73;17.5;2.14;9960
+75094;44.86227;5.15263;243;20220929;17.1;11.9;14.5;2;12.27;.7;1.5;6222
+75094;44.86227;5.15263;243;20220930;14.1;7.5;10.8;2.7;10.1;1.2;1.49;7502
+75094;44.86227;5.15263;243;20221001;16.8;6.1;11.4;1.1;10.93;.6;1.38;9611
+75094;44.86227;5.15263;243;20221002;25.6;11;18.3;1.4;13.73;0;2.43;14263
+75094;44.86227;5.15263;243;20221003;22.2;12.5;17.3;3.6;13.57;0;2.56;9424
+75094;44.86227;5.15263;243;20221004;25.2;10;17.6;1.6;12.8;.1;2.42;13845
+75094;44.86227;5.15263;243;20221005;23.4;9.1;16.2;2.2;13.6;.2;2.24;13140
+75094;44.86227;5.15263;243;20221006;23.9;9.5;16.7;2.2;13.93;0;2.29;13005
+75094;44.86227;5.15263;243;20221007;23.8;10.4;17.1;1.2;13.9;1;1.86;11372
+75094;44.86227;5.15263;243;20221008;19.2;15;17.1;2;15.33;.6;1.46;5463
+75094;44.86227;5.15263;243;20221009;19.1;11.7;15.4;1.6;13.27;1.2;1.46;7077
+75094;44.86227;5.15263;243;20221010;23.7;11.7;17.7;1.3;14.53;.1;1.89;11440
+75094;44.86227;5.15263;243;20221011;23.6;9;16.3;1.4;13.7;0;1.97;12611
+75094;44.86227;5.15263;243;20221012;22.3;12;17.2;1.4;14.27;.1;1.63;8148
+75094;44.86227;5.15263;243;20221013;19.7;9.1;14.4;1.1;13.43;1.3;1.31;8167
+75094;44.86227;5.15263;243;20221014;20.3;13.1;16.7;1;15.2;.3;1.24;6890
+75094;44.86227;5.15263;243;20221015;25;8.4;16.7;1.8;13.67;.1;2.08;12449
+75094;44.86227;5.15263;243;20221016;24.3;11.9;18.1;2.8;15.77;0;2.06;10375
+75094;44.86227;5.15263;243;20221017;24.5;13.4;19;3.1;16.37;0;2.18;9335
+75094;44.86227;5.15263;243;20221018;24.9;12.3;18.6;1.5;15.03;.2;1.87;10441
+75094;44.86227;5.15263;243;20221019;22.8;8.8;15.8;1.8;14.5;.1;1.72;10965
+75094;44.86227;5.15263;243;20221020;20.1;14.7;17.4;3.2;16.83;2.5;1.56;5850
+75094;44.86227;5.15263;243;20221021;19.1;16.2;17.6;2.7;17.27;53.1;1.03;3275
+75094;44.86227;5.15263;243;20221022;22.6;14;18.3;2;16.4;0;1.6;8345
+75094;44.86227;5.15263;243;20221023;22.9;14.5;18.7;2.7;17.23;1.9;1.45;6627
+75094;44.86227;5.15263;243;20221024;22.6;16.5;19.6;2;17.6;7.1;1.59;6237
+75094;44.86227;5.15263;243;20221025;20.3;10.5;15.4;1.8;14.53;0;1.27;8933
+75094;44.86227;5.15263;243;20221026;24.6;12.7;18.7;1.7;16.27;.1;1.62;9092
+75094;44.86227;5.15263;243;20221027;23.4;13.4;18.4;1.8;16.6;.1;1.46;7933
+75094;44.86227;5.15263;243;20221028;23;12.8;17.9;2.2;15.93;0;1.58;7951
+75094;44.86227;5.15263;243;20221029;23.2;10.4;16.8;1.5;14.03;.1;1.46;9192
+75094;44.86227;5.15263;243;20221030;22.4;10.4;16.4;2;14.03;0;1.53;8963
+75094;44.86227;5.15263;243;20221031;21.5;12.5;17;2.9;15.17;36.8;1.56;7292
+75094;44.86227;5.15263;243;20221101;21.4;13.8;17.6;2;15.5;0;1.36;6513
+75094;44.86227;5.15263;243;20221102;18.4;9.6;14;1.8;12;.1;1.31;7215
+75094;44.86227;5.15263;243;20221103;12.7;5.9;9.3;1.4;11.23;10.8;.64;5442
+75094;44.86227;5.15263;243;20221104;12.8;6.4;9.6;2.2;9.53;7.5;.98;4603
+75094;44.86227;5.15263;243;20221105;13;7.5;10.2;4.4;8.6;.3;1.65;4360
+75094;44.86227;5.15263;243;20221106;16.3;2.9;9.6;1.9;8.23;.1;1.19;8304
+75094;44.86227;5.15263;243;20221107;18.4;3;10.7;1;9.27;0;.92;8869
+75094;44.86227;5.15263;243;20221108;17.1;6.7;11.9;2.7;11.07;3.8;1.06;5908
+75094;44.86227;5.15263;243;20221109;14;12.6;13.3;2.7;13.53;40.8;.87;1689
+75094;44.86227;5.15263;243;20221110;15.9;9.9;12.9;2.8;11.57;0;1.13;4947
+75094;44.86227;5.15263;243;20221111;14.9;6.4;10.7;1.3;10.77;.1;.8;5371
+75094;44.86227;5.15263;243;20221112;14.1;4.9;9.5;.7;10.67;0;.63;5312
+75094;44.86227;5.15263;243;20221113;14.8;6;10.4;1.5;10.9;0;.73;4752
+75094;44.86227;5.15263;243;20221114;14.4;8.4;11.4;1.9;11.57;4.8;.79;3610
+75094;44.86227;5.15263;243;20221115;13.6;10.5;12;1.5;13.17;10.3;.58;2469
+75094;44.86227;5.15263;243;20221116;17.3;8.2;12.7;1.7;11.33;0;.9;5986
+75094;44.86227;5.15263;243;20221117;16.8;7.5;12.1;2.5;11.6;4.3;1.04;4947
+75094;44.86227;5.15263;243;20221118;14;8;11;2.2;9.37;.3;1.05;4249
+75094;44.86227;5.15263;243;20221119;11.4;4.3;7.9;3.6;8.13;.7;1.12;4091
+75094;44.86227;5.15263;243;20221120;11.9;3.5;7.7;2.6;7.63;.2;1.04;4655
+75094;44.86227;5.15263;243;20221121;8.1;2.5;5.3;2;8.23;7.7;.46;3382
+75094;44.86227;5.15263;243;20221122;11.1;4.7;7.9;2;8.17;0;.8;4171
+75094;44.86227;5.15263;243;20221123;9.4;1.4;5.4;1.9;8.03;1.8;.56;3805
+75094;44.86227;5.15263;243;20221124;12.5;1.9;7.2;1.3;8.23;.1;.61;4743
+75094;44.86227;5.15263;243;20221125;12.5;3.7;8.1;1.7;9.1;2.3;.58;4687
+75094;44.86227;5.15263;243;20221126;9.8;6.5;8.2;5.5;8.78;0;1.19;1068
+75094;44.86227;5.15263;243;20221127;11.2;.7;5.9;1.9;7.6;0;.65;5239
+75094;44.86227;5.15263;243;20221128;8.9;5.8;7.3;1.4;9.1;9.8;.59;2026
+75094;44.86227;5.15263;243;20221129;8.4;4;6.2;2.5;8.4;2.4;.61;2323
+75094;44.86227;5.15263;243;20221130;8.9;5.9;7.4;3.3;8.4;0;.93;2066
+75094;44.86227;5.15263;243;20221201;8.4;4.2;6.3;3.3;7.7;0;.91;2503
+75094;44.86227;5.15263;243;20221202;6.5;3.2;4.8;1.9;7.17;1.3;.54;2328
+75094;44.86227;5.15263;243;20221203;6.1;2.5;4.3;2.3;7.77;19.4;.43;1919
+75094;44.86227;5.15263;243;20221204;6.9;3.6;5.2;1.3;8.17;11.8;.42;1946
+75094;44.86227;5.15263;243;20221205;7.5;1.8;4.6;1.2;7.13;0;.43;3878
+75094;44.86227;5.15263;243;20221206;5.8;-.6;2.6;2;6.13;0;.4;3803
+75094;44.86227;5.15263;243;20221207;4.6;-.3;2.2;3.5;6.07;0;.61;2469
+75094;44.86227;5.15263;243;20221208;5.1;-1.3;1.9;1.6;5.9;16.4;.42;3552
+75094;44.86227;5.15263;243;20221209;7.1;2.9;5;2.2;7.97;6.8;.45;2524
+75094;44.86227;5.15263;243;20221210;3.8;2.9;3.4;4.4;6.1;.1;.78;973
+75094;44.86227;5.15263;243;20221211;3.1;-1.4;.8;4.2;4.37;0;.92;2870
+75094;44.86227;5.15263;243;20221212;2.6;-3.9;-.7;1.6;4.73;6.2;.38;3353
+75094;44.86227;5.15263;243;20221213;3.4;-.7;1.3;1.2;6.6;6.5;.3;1838
+75094;44.86227;5.15263;243;20221214;7.7;2.6;5.1;1.6;9.1;1.8;.32;3101
+75094;44.86227;5.15263;243;20221215;6.8;4.2;5.5;2.1;9.3;31.4;.37;1714
+75094;44.86227;5.15263;243;20221216;5.7;3.5;4.6;3.7;7.03;0;.7;1547
+75094;44.86227;5.15263;243;20221217;4.8;-.3;2.3;4.4;4.9;0;1.02;2588
+75094;44.86227;5.15263;243;20221218;9.4;-2.9;3.2;2.1;6.07;0;.6;5481
+75094;44.86227;5.15263;243;20221219;12.7;5.7;9.2;3.5;9.43;0;.98;4244
+75094;44.86227;5.15263;243;20221220;13.9;8.7;11.3;4.1;10.6;.4;1.39;2874
+75094;44.86227;5.15263;243;20221221;13.8;10.2;12;1.7;11.57;1.1;.73;2204
+75094;44.86227;5.15263;243;20221222;12.3;5.5;8.9;1.6;10.67;2.9;.48;2900
+75094;44.86227;5.15263;243;20221223;12.9;9.1;11;1.6;11.9;.3;.53;2244
+75094;44.86227;5.15263;243;20221224;16.1;8.8;12.5;1.3;11.77;.1;.56;4186
+75094;44.86227;5.15263;243;20221225;12.7;4;8.3;1.9;10.07;.1;.52;4762
+75094;44.86227;5.15263;243;20221226;14.4;6.3;10.4;1.5;11;0;.61;4473
+75094;44.86227;5.15263;243;20221227;12.9;5.9;9.4;1.9;8.83;0;.76;4636
+75094;44.86227;5.15263;243;20221228;10.3;.1;5.2;1.4;7.4;0;.45;5290
+75094;44.86227;5.15263;243;20221229;13.4;5;9.2;2;9.83;2.4;.67;3619
+75094;44.86227;5.15263;243;20221230;11.1;7;9.1;2.3;11.3;.5;.48;2201
+75094;44.86227;5.15263;243;20221231;14.3;6.6;10.4;2;10.9;0;.62;4148
+75095;44.87641;5.46794;970;20220101;14.6;-2;6.3;.5;5.77;0;.27;6929
+75095;44.87641;5.46794;970;20220102;15.5;-2.9;6.3;1.1;5.84;0;.64;6821
+75095;44.87641;5.46794;970;20220103;9.3;1;5.1;1.7;6.14;0;.68;4659
+75095;44.87641;5.46794;970;20220104;13.3;-.5;6.4;2.2;6.5;7.8;.85;5592
+75095;44.87641;5.46794;970;20220105;.5;.4;.5;6.8;4.94;1;.81;1079
+75095;44.87641;5.46794;970;20220106;-1.1;-3.6;-2.4;4.4;3.67;.1;.7;3281
+75095;44.87641;5.46794;970;20220107;.7;-10.3;-4.8;1.7;3.9;6.5;.27;6090
+75095;44.87641;5.46794;970;20220108;1.9;-1.7;.1;2.6;5.47;6.1;.38;2931
+75095;44.87641;5.46794;970;20220109;.2;-.3;-.1;3.1;5.5;6.3;.38;1435
+75095;44.87641;5.46794;970;20220110;-.1;-1.5;-.8;3.7;4.84;0;.48;2661
+75095;44.87641;5.46794;970;20220111;-1.4;-4.9;-3.1;2.3;3.87;0;.47;3165
+75095;44.87641;5.46794;970;20220112;-1.4;-6.9;-4.2;1.4;3.47;0;.36;4492
+75095;44.87641;5.46794;970;20220113;3.2;-10.4;-3.6;.4;3.3;0;.23;7375
+75095;44.87641;5.46794;970;20220114;7.8;-11;-1.6;.3;3.54;0;.19;8347
+75095;44.87641;5.46794;970;20220115;9.5;-10;-.3;.3;3.77;0;.19;8556
+75095;44.87641;5.46794;970;20220116;6.3;-9.6;-1.7;1.6;3.37;0;.61;8645
+75095;44.87641;5.46794;970;20220117;3.8;-9.2;-2.7;2;3.7;0;.58;6814
+75095;44.87641;5.46794;970;20220118;6.4;-5.5;.4;.8;4.04;0;.47;7089
+75095;44.87641;5.46794;970;20220119;6.4;-10;-1.8;1.8;4.17;0;.56;8290
+75095;44.87641;5.46794;970;20220120;2.3;-2.1;.1;5.3;4.57;.1;.79;5114
+75095;44.87641;5.46794;970;20220121;-1.5;-3.8;-2.7;3.5;3.6;0;.68;3614
+75095;44.87641;5.46794;970;20220122;.4;-9.5;-4.6;1.1;3.27;0;.37;7464
+75095;44.87641;5.46794;970;20220123;5.7;-10.5;-2.4;.5;3.37;0;.35;9163
+75095;44.87641;5.46794;970;20220124;9.4;-9.8;-.2;.4;3.5;0;.36;9546
+75095;44.87641;5.46794;970;20220125;8.3;-9.3;-.5;.6;3.37;0;.44;8914
+75095;44.87641;5.46794;970;20220126;7.7;-7.9;-.1;1.3;3.2;0;.71;8286
+75095;44.87641;5.46794;970;20220127;8.7;-9.1;-.2;1.1;3.04;0;.77;8977
+75095;44.87641;5.46794;970;20220128;3.8;-7;-1.6;1.9;3.8;0;.69;7530
+75095;44.87641;5.46794;970;20220129;6.7;-4.6;1;1.8;3.64;0;.92;7370
+75095;44.87641;5.46794;970;20220130;5.2;-3.9;.6;2.4;5.17;0;.66;7080
+75095;44.87641;5.46794;970;20220131;2.2;-2.1;.1;4.4;5.34;2.4;.6;3412
+75095;44.87641;5.46794;970;20220201;1.3;-3;-.8;6.9;4.57;1.9;.78;5574
+75095;44.87641;5.46794;970;20220202;5.7;-.6;2.5;4.9;6.57;.1;.59;6615
+75095;44.87641;5.46794;970;20220203;10.8;-.2;5.3;1;6;0;.79;8055
+75095;44.87641;5.46794;970;20220204;6.9;-3.4;1.8;2.1;6;.1;.67;8233
+75095;44.87641;5.46794;970;20220205;4.1;2.2;3.1;3.5;5.97;0;.76;4692
+75095;44.87641;5.46794;970;20220206;4.1;-5.2;-.5;2.1;5;1.4;.66;8062
+75095;44.87641;5.46794;970;20220207;4.4;1.1;2.7;4.7;5.44;.9;1.06;6861
+75095;44.87641;5.46794;970;20220208;7.8;-5.5;1.2;1.1;3.9;0;.88;9806
+75095;44.87641;5.46794;970;20220209;13.7;-6.2;3.7;1.2;4.24;0;1.14;11463
+75095;44.87641;5.46794;970;20220210;1.7;-5.1;-1.7;2;4.68;.2;1.61;11300
+75095;44.87641;5.46794;970;20220211;8.5;.6;4.6;2.2;5.28;.2;1.28;7700
+75095;44.87641;5.46794;970;20220212;9.4;-2.9;3.3;3.3;3.85;0;1.72;10700
+75095;44.87641;5.46794;970;20220213;8.6;0;4.3;2.7;4.78;1.7;1.27;8133
+75095;44.87641;5.46794;970;20220214;5.2;.9;3.1;2.3;5.69;12.3;.75;3851
+75095;44.87641;5.46794;970;20220215;6.3;-.4;2.9;2;6.05;3.6;.83;9300
+75095;44.87641;5.46794;970;20220216;4.6;-3.1;.7;1.4;6.7;8.6;.47;6279
+75095;44.87641;5.46794;970;20220217;11.1;3.3;7.2;3.1;8.2;1;1.14;7061
+75095;44.87641;5.46794;970;20220218;18.4;-.7;8.9;2.2;6.97;.1;1.88;12358
+75095;44.87641;5.46794;970;20220219;4.4;2;3.2;4.4;5.57;0;1.12;5158
+75095;44.87641;5.46794;970;20220220;9.1;-3.5;2.8;2.7;4.9;.1;1.34;10023
+75095;44.87641;5.46794;970;20220221;4.5;.2;2.3;4.8;6.1;12.6;.79;4981
+75095;44.87641;5.46794;970;20220222;5.5;.1;2.8;4.9;5.97;.1;1.05;8922
+75095;44.87641;5.46794;970;20220223;11.1;.2;5.7;1.8;5.87;0;1.42;11462
+75095;44.87641;5.46794;970;20220224;11.1;-2.1;4.5;3;5.34;0;1.64;11453
+75095;44.87641;5.46794;970;20220225;4.3;1.1;2.7;5.9;4.64;0;1.61;8588
+75095;44.87641;5.46794;970;20220226;6.4;-3.5;1.5;2.6;3.64;0;1.48;11769
+75095;44.87641;5.46794;970;20220227;8.5;-7.9;.3;1.2;3.84;0;1.22;13802
+75095;44.87641;5.46794;970;20220228;8.2;-7.4;.4;1.4;3.84;0;1.29;14101
+75095;44.87641;5.46794;970;20220301;10.3;-5.8;2.3;1.4;4.17;0;1.4;13606
+75095;44.87641;5.46794;970;20220302;10.5;-5;2.7;1.7;5.2;0;1.38;12850
+75095;44.87641;5.46794;970;20220303;11.9;-1.1;5.4;1.9;5.74;0;1.58;12708
+75095;44.87641;5.46794;970;20220304;9.1;-.3;4.4;3.7;5.3;0;1.76;11605
+75095;44.87641;5.46794;970;20220305;6.9;-5.7;.6;2.4;3.3;0;1.63;13674
+75095;44.87641;5.46794;970;20220306;6.1;-8.2;-1;1.6;3.27;0;1.33;14303
+75095;44.87641;5.46794;970;20220307;8.2;-8.5;-.2;1.2;3.54;0;1.39;15148
+75095;44.87641;5.46794;970;20220308;10.3;-8;1.1;1.5;4.17;0;1.55;15951
+75095;44.87641;5.46794;970;20220309;11.3;-2.4;4.5;1.2;5.2;0;1.57;14481
+75095;44.87641;5.46794;970;20220310;12.2;-6.2;3;1.7;5.17;.3;1.69;15948
+75095;44.87641;5.46794;970;20220311;10.9;1.4;6.2;5.3;4.77;0;2.54;10719
+75095;44.87641;5.46794;970;20220312;11.5;4.4;8;4.3;4.17;0;2.79;9394
+75095;44.87641;5.46794;970;20220313;8.6;4.7;6.7;5.5;6;8.7;1.98;7017
+75095;44.87641;5.46794;970;20220314;11.4;-.6;5.4;1.9;7.47;1.3;1.42;12208
+75095;44.87641;5.46794;970;20220315;15.6;6.1;10.9;3.1;7.2;0;2.36;10088
+75095;44.87641;5.46794;970;20220316;17.6;2;9.8;1.5;7.3;0;2.13;13833
+75095;44.87641;5.46794;970;20220317;12.8;2.1;7.4;2;8.34;.1;1.5;11190
+75095;44.87641;5.46794;970;20220318;13.9;5.7;9.8;4.2;6.81;.4;2.73;10266
+75095;44.87641;5.46794;970;20220319;15.7;5.9;10.8;4.4;4.68;0;3.89;16400
+75095;44.87641;5.46794;970;20220320;10.5;3.9;7.2;4.8;4.65;0;2.81;10100
+75095;44.87641;5.46794;970;20220321;12;2.3;7.2;4.4;4.28;0;3.14;15800
+75095;44.87641;5.46794;970;20220322;13;.8;6.9;4.8;2.95;0;3.8;18900
+75095;44.87641;5.46794;970;20220323;15.6;2.4;9;4;3.05;0;4.03;20166
+75095;44.87641;5.46794;970;20220324;17.6;.8;9.2;2.9;3.48;0;3.61;20366
+75095;44.87641;5.46794;970;20220325;17.7;1.3;9.5;2.6;3.45;0;3.47;19433
+75095;44.87641;5.46794;970;20220326;17.3;2.9;10.1;3.9;3.55;0;4.17;20066
+75095;44.87641;5.46794;970;20220327;16.6;4;10.3;3.3;3.68;0;3.69;15500
+75095;44.87641;5.46794;970;20220328;18.5;2.6;10.6;2.7;3.75;0;3.68;19866
+75095;44.87641;5.46794;970;20220329;17;4.1;10.6;2.4;5.35;2.7;3;15066
+75095;44.87641;5.46794;970;20220330;10.3;4.8;7.5;1.6;7.85;2.1;1.35;8539
+75095;44.87641;5.46794;970;20220331;10.7;2.4;6.5;2.6;7.38;4.9;1.74;11566
+75095;44.87641;5.46794;970;20220401;2.3;-.2;1;3.6;5.01;15.1;1.16;8333
+75095;44.87641;5.46794;970;20220402;.7;-3.7;-1.5;3.5;3.75;3.8;1.37;10408
+75095;44.87641;5.46794;970;20220403;4.6;-4;.3;2.2;4.31;0;1.42;11766
+75095;44.87641;5.46794;970;20220404;11;-2.9;4;1.8;4.48;0;2.57;22566
+75095;44.87641;5.46794;970;20220405;16.2;-2.5;6.9;2.1;5.28;0;3.05;22733
+75095;44.87641;5.46794;970;20220406;16.8;1.3;9.1;2.3;6.75;1.2;2.93;18233
+75095;44.87641;5.46794;970;20220407;10.7;4.5;7.6;3.6;7.74;8.1;2.26;13231
+75095;44.87641;5.46794;970;20220408;12;4.6;8.3;3;9.45;2.2;1.6;8233
+75095;44.87641;5.46794;970;20220409;7.7;2.3;5;3.7;5.48;2.1;2.26;15000
+75095;44.87641;5.46794;970;20220410;14.4;-2.7;5.9;1.8;4.11;0;3.18;24633
+75095;44.87641;5.46794;970;20220411;13.5;.8;7.2;2.6;5.71;0;2.47;13433
+75095;44.87641;5.46794;970;20220412;17.3;4.2;10.7;3.4;6.25;.1;3.36;14166
+75095;44.87641;5.46794;970;20220413;21.3;8;14.6;2.6;6.91;0;4.13;20000
+75095;44.87641;5.46794;970;20220414;22.4;5.3;13.8;2.4;7.51;0;4.15;22900
+75095;44.87641;5.46794;970;20220415;22.9;7.5;15.2;2.5;8.58;0;4.36;23933
+75095;44.87641;5.46794;970;20220416;22.1;7.8;14.9;2.6;8.28;0;4.36;24000
+75095;44.87641;5.46794;970;20220417;20.8;4.8;12.8;2.3;6.78;0;4.27;25300
+75095;44.87641;5.46794;970;20220418;19.1;4.2;11.6;2.2;7.28;0;3.87;24700
+75095;44.87641;5.46794;970;20220419;18.9;2.9;10.9;2;6.61;0;3.56;21433
+75095;44.87641;5.46794;970;20220420;17.3;5.1;11.2;2.1;7.88;6.8;2.69;13133
+75095;44.87641;5.46794;970;20220421;15.8;6.8;11.3;4;8.05;2.6;3.3;14300
+75095;44.87641;5.46794;970;20220422;18.9;6.6;12.8;2.6;7.91;0;3.62;19066
+75095;44.87641;5.46794;970;20220423;11.6;7.7;9.6;2.6;7.89;17;1.82;7404
+75095;44.87641;5.46794;970;20220424;11.6;1.3;6.5;1.8;8.25;.6;1.6;10600
+75095;44.87641;5.46794;970;20220425;15.4;5.1;10.3;1.7;8.51;.6;2.81;18400
+75095;44.87641;5.46794;970;20220426;18.5;3.4;10.9;2.1;7.61;0;3.74;24033
+75095;44.87641;5.46794;970;20220427;21.7;3.5;12.6;1.9;7.01;0;4.32;26300
+75095;44.87641;5.46794;970;20220428;21.7;5.4;13.5;1.6;7.98;0;4.03;24333
+75095;44.87641;5.46794;970;20220429;22;5.3;13.7;1.9;8.11;0;4.15;23633
+75095;44.87641;5.46794;970;20220430;18.6;7.3;13;2.3;8.28;0;3.66;20933
+75095;44.87641;5.46794;970;20220501;19.1;3.4;11.3;1.9;6.98;0;4.12;27000
+75095;44.87641;5.46794;970;20220502;19.8;4.1;11.9;1.9;8.01;1;3.83;23633
+75095;44.87641;5.46794;970;20220503;17.8;7.9;12.8;1.7;9.48;3.6;2.71;13900
+75095;44.87641;5.46794;970;20220504;17.9;5.6;11.8;1.8;9.81;10.5;3.06;18700
+75095;44.87641;5.46794;970;20220505;11.6;7.3;9.5;1.6;9.78;5.4;1.75;10000
+75095;44.87641;5.46794;970;20220506;10.4;7.1;8.8;3.8;9.47;.1;1.37;6993
+75095;44.87641;5.46794;970;20220507;14;8.6;11.3;2.9;10.34;0;1.93;9507
+75095;44.87641;5.46794;970;20220508;16.6;7.7;12.1;1.7;10.57;2.6;2.27;12008
+75095;44.87641;5.46794;970;20220509;19.5;3.8;11.7;1.2;10.1;3.4;2.72;16395
+75095;44.87641;5.46794;970;20220510;21.7;4.4;13.1;1;10.1;0;3.03;17616
+75095;44.87641;5.46794;970;20220511;23.8;5.4;14.6;1.5;10.17;0;3.51;18319
+75095;44.87641;5.46794;970;20220512;24.2;5.1;14.6;1.2;10.24;0;3.47;18653
+75095;44.87641;5.46794;970;20220513;21.3;6.1;13.7;1.7;11.07;0;3.03;16575
+75095;44.87641;5.46794;970;20220514;23.3;8.5;15.9;1.7;12.1;0;3.23;15888
+75095;44.87641;5.46794;970;20220515;24.4;6.9;15.6;1.4;12.14;1.9;3.4;17763
+75095;44.87641;5.46794;970;20220516;23.8;9.1;16.4;1.5;12.1;.4;3.36;17034
+75095;44.87641;5.46794;970;20220517;25.8;7.5;16.7;1;12.04;0;3.51;18637
+75095;44.87641;5.46794;970;20220518;26.5;9.3;17.9;1.4;12.8;1.4;3.72;17842
+75095;44.87641;5.46794;970;20220519;26;10;18;1.8;12.64;0;3.83;17803
+75095;44.87641;5.46794;970;20220520;26.6;11.7;19.2;2.4;11;0;4.2;15493
+75095;44.87641;5.46794;970;20220521;27.3;7.8;17.5;1.2;11.94;0;3.88;19528
+75095;44.87641;5.46794;970;20220522;30.4;10;20.2;1;13.9;0;4.07;19767
+75095;44.87641;5.46794;970;20220523;26.2;12.8;19.5;2.4;13.37;1;3.91;15747
+75095;44.87641;5.46794;970;20220524;16.9;11.1;14;2.7;11.87;.5;2.36;10642
+75095;44.87641;5.46794;970;20220525;16.7;7.6;12.2;2.7;10.2;0;2.57;12640
+75095;44.87641;5.46794;970;20220526;19.8;7.1;13.4;2.7;10.64;0;3.13;15575
+75095;44.87641;5.46794;970;20220527;22.1;8.3;15.2;2.4;12.24;0;3.32;16047
+75095;44.87641;5.46794;970;20220528;19.6;9.4;14.5;3.7;10.8;0;3.22;13309
+75095;44.87641;5.46794;970;20220529;17;4.4;10.7;3.1;7.67;0;3.18;15370
+75095;44.87641;5.46794;970;20220530;19.7;1.3;10.5;1.3;7.97;1.6;3.2;19375
+75095;44.87641;5.46794;970;20220531;18.5;7.5;13;1.4;11.2;2.1;2.72;15395
+75095;44.87641;5.46794;970;20220601;24.2;5.9;15;1.1;11.84;0;3.5;19275
+75095;44.87641;5.46794;970;20220602;25.1;9.6;17.3;1.4;12.8;.1;3.66;18120
+75095;44.87641;5.46794;970;20220603;25.7;11.5;18.6;1.8;13.44;0;3.7;16523
+75095;44.87641;5.46794;970;20220604;29.1;12.7;20.9;3.7;12.84;0;5.39;18097
+75095;44.87641;5.46794;970;20220605;24.8;16;20.4;3.3;13.6;3.5;4.04;13247
+75095;44.87641;5.46794;970;20220606;24.9;9.3;17.1;1.6;12.87;.4;3.64;17735
+75095;44.87641;5.46794;970;20220607;21;10.2;15.6;2.5;11.64;0;3.33;15427
+75095;44.87641;5.46794;970;20220608;17.7;6.3;12;1.6;10.64;5.5;2.6;14546
+75095;44.87641;5.46794;970;20220609;13.6;9.4;11.5;4.3;10.77;1.8;2.01;9731
+75095;44.87641;5.46794;970;20220610;20.4;6.4;13.4;4;9.64;0;3.71;16207
+75095;44.87641;5.46794;970;20220611;25;5.5;15.3;1.6;10.57;0;5.04;29655
+75095;44.87641;5.46794;970;20220612;29.3;7.7;18.5;1.5;11.2;.4;5.47;28777
+75095;44.87641;5.46794;970;20220613;24.3;10.1;17.2;2.6;13.1;0;4.95;26974
+75095;44.87641;5.46794;970;20220614;28.2;7.6;17.9;1.2;12.1;0;5.35;30052
+75095;44.87641;5.46794;970;20220615;29.1;11;20;1;12.97;.2;4.62;23734
+75095;44.87641;5.46794;970;20220616;29.2;10.2;19.7;2;13.6;0;5.74;29202
+75095;44.87641;5.46794;970;20220617;29.5;12.1;20.8;2.3;13.24;0;5.78;27195
+75095;44.87641;5.46794;970;20220618;32.5;11.1;21.8;2;13.4;0;6.35;29602
+75095;44.87641;5.46794;970;20220619;30.5;19.5;25;4.1;12.74;0;7.09;24390
+75095;44.87641;5.46794;970;20220620;30.1;19.6;24.8;4;10.9;0;7.26;25319
+75095;44.87641;5.46794;970;20220621;30.7;16.8;23.8;2.6;11.97;1.6;5.9;22062
+75095;44.87641;5.46794;970;20220622;25.2;15.4;20.3;2.5;15.24;9.3;4.23;19148
+75095;44.87641;5.46794;970;20220623;24.4;11.9;18.2;2.1;14.47;2.8;4.31;22832
+75095;44.87641;5.46794;970;20220624;21.1;12.9;17;1.3;13.7;18.3;3.48;18785
+75095;44.87641;5.46794;970;20220625;24.2;6.9;15.6;1.5;11.64;1.6;4.52;26367
+75095;44.87641;5.46794;970;20220626;28;13;20.5;2.8;13.94;0;5.59;26050
+75095;44.87641;5.46794;970;20220627;21.4;14.5;18;2.4;15.64;0;3.27;16196
+75095;44.87641;5.46794;970;20220628;20.8;13.3;17.1;2.4;14.97;0;3.55;19266
+75095;44.87641;5.46794;970;20220629;25.7;14;19.9;1.9;15;0;4.84;24813
+75095;44.87641;5.46794;970;20220630;27.3;9.5;18.4;2.1;12.4;4.6;5.09;25286
+75095;44.87641;5.46794;970;20220701;18.9;10.5;14.7;2.5;12.07;.1;3.44;19286
+75095;44.87641;5.46794;970;20220702;28.5;5.4;17;1.3;10.64;0;5.53;31594
+75095;44.87641;5.46794;970;20220703;31.7;9.9;20.8;1.3;12.44;.3;5.71;29281
+75095;44.87641;5.46794;970;20220704;29.2;14.1;21.6;2;15.2;.6;5.33;25508
+75095;44.87641;5.46794;970;20220705;24.8;12.4;18.6;2.7;13.97;0;4.77;23968
+75095;44.87641;5.46794;970;20220706;23.7;9.2;16.5;2.5;11.67;0;4.84;26496
+75095;44.87641;5.46794;970;20220707;23.3;9.4;16.3;3.5;11.97;0;4.84;25909
+75095;44.87641;5.46794;970;20220708;23.3;11.6;17.5;3.4;11.87;0;4.9;24169
+75095;44.87641;5.46794;970;20220709;25.6;7.8;16.7;2.3;11.4;0;5.14;27938
+75095;44.87641;5.46794;970;20220710;25.8;9.4;17.6;2.6;12.37;0;5.19;27168
+75095;44.87641;5.46794;970;20220711;28.2;9.1;18.7;1.7;13.04;0;5.31;28492
+75095;44.87641;5.46794;970;20220712;27.8;8.9;18.4;1.9;12.24;0;5.4;28661
+75095;44.87641;5.46794;970;20220713;30.1;9.4;19.8;1.4;12.47;0;5.55;29211
+75095;44.87641;5.46794;970;20220714;31.6;11.5;21.6;1.6;12.34;0;5.89;29023
+75095;44.87641;5.46794;970;20220715;29.2;12.5;20.9;2.6;12;0;5.89;27059
+75095;44.87641;5.46794;970;20220716;28.5;10.6;19.5;2.3;11.3;0;5.67;27006
+75095;44.87641;5.46794;970;20220717;30.4;10.2;20.3;1.7;12.17;0;5.63;28281
+75095;44.87641;5.46794;970;20220718;32.8;11.3;22;1.2;13.17;0;5.7;29257
+75095;44.87641;5.46794;970;20220719;33.2;14;23.6;1.2;15.67;0;5.6;27568
+75095;44.87641;5.46794;970;20220720;32.2;14.5;23.4;2;15.1;.1;5.74;25698
+75095;44.87641;5.46794;970;20220721;29.4;13.6;21.5;2.3;14.47;0;5.59;26309
+75095;44.87641;5.46794;970;20220722;33.6;10.3;22;1.2;11.97;.1;5.8;29289
+75095;44.87641;5.46794;970;20220723;29;14.7;21.8;2.2;14.9;0;5.17;24237
+75095;44.87641;5.46794;970;20220724;32.5;10.6;21.5;1.4;13.24;0;5.73;28728
+75095;44.87641;5.46794;970;20220725;32.9;11.7;22.3;1.5;12.74;.9;5.39;25200
+75095;44.87641;5.46794;970;20220726;23.8;16.5;20.2;4.5;14.07;0;4.58;17538
+75095;44.87641;5.46794;970;20220727;25.5;10;17.7;2.5;11.8;0;4.94;25419
+75095;44.87641;5.46794;970;20220728;29.2;8;18.6;1.5;10.84;0;5.08;26656
+75095;44.87641;5.46794;970;20220729;22.3;11.6;17;1.6;13.43;5.6;3.41;18044
+75095;44.87641;5.46794;970;20220730;26;12.4;19.2;3.2;12.05;0;4.9;21189
+75095;44.87641;5.46794;970;20220731;27.9;9.3;18.6;2.6;11.13;0;5.24;23935
+75095;44.87641;5.46794;970;20220801;29.9;11.4;20.6;2.7;12;0;5.52;23926
+75095;44.87641;5.46794;970;20220802;29.5;12.8;21.1;2.2;12.24;0;5.42;25105
+75095;44.87641;5.46794;970;20220803;31.9;10.3;21.1;1;12.94;0;5.19;27864
+75095;44.87641;5.46794;970;20220804;31;13.5;22.3;1.2;15.44;2.1;4.56;22045
+75095;44.87641;5.46794;970;20220805;32;12.6;22.3;1.4;15.04;.1;5.01;24211
+75095;44.87641;5.46794;970;20220806;26.8;13.2;20;2.4;15.44;0;4.61;22957
+75095;44.87641;5.46794;970;20220807;26.1;11.3;18.7;2.1;14.37;0;4.39;23071
+75095;44.87641;5.46794;970;20220808;27.3;10.6;18.9;1.9;13.1;0;4.73;24777
+75095;44.87641;5.46794;970;20220809;29.5;10.1;19.8;1.3;12.07;0;4.78;25805
+75095;44.87641;5.46794;970;20220810;29.5;10.2;19.8;1.2;12.14;0;4.67;25289
+75095;44.87641;5.46794;970;20220811;30.8;10.1;20.4;1.1;11.3;0;4.79;25822
+75095;44.87641;5.46794;970;20220812;30;9.8;19.9;1.4;9.94;0;5;26465
+75095;44.87641;5.46794;970;20220813;29.9;9.2;19.5;1.2;8.5;5.1;4.85;26054
+75095;44.87641;5.46794;970;20220814;22.1;10.8;16.4;1.4;13.54;26.2;2.88;15612
+75095;44.87641;5.46794;970;20220815;25.3;9.6;17.5;1;12.77;.1;3.83;23116
+75095;44.87641;5.46794;970;20220816;27.2;7.7;17.4;1.3;12.3;.6;4.05;22385
+75095;44.87641;5.46794;970;20220817;25.8;15.5;20.7;2.2;14.2;43.5;3.65;14782
+75095;44.87641;5.46794;970;20220818;18.4;8.4;13.4;2.2;13.44;16.4;2.4;15514
+75095;44.87641;5.46794;970;20220819;18.4;13.2;15.8;4.3;14.6;1.1;2.26;10680
+75095;44.87641;5.46794;970;20220820;21.8;13.4;17.6;3.4;14.67;0;3.24;15502
+75095;44.87641;5.46794;970;20220821;22.1;11.6;16.8;2.7;13.64;0;3.49;18529
+75095;44.87641;5.46794;970;20220822;22.6;9;15.8;2.6;12;0;3.8;21210
+75095;44.87641;5.46794;970;20220823;24.6;9.6;17.1;1.8;12.44;0;3.88;21593
+75095;44.87641;5.46794;970;20220824;28.1;9;18.5;.9;12.9;0;4;23567
+75095;44.87641;5.46794;970;20220825;28.4;10.2;19.3;1.4;13.77;1.4;4.17;22917
+75095;44.87641;5.46794;970;20220826;23.3;14.4;18.9;2.4;14.67;.5;3.41;16413
+75095;44.87641;5.46794;970;20220827;22.2;12.5;17.4;2;14.87;.1;2.96;15317
+75095;44.87641;5.46794;970;20220828;25.7;10;17.9;1.1;14.47;.1;3.45;20448
+75095;44.87641;5.46794;970;20220829;28.2;7.9;18.1;1;12.47;0;3.85;22872
+75095;44.87641;5.46794;970;20220830;25.8;13.2;19.5;1.6;15;2.2;3.23;15945
+75095;44.87641;5.46794;970;20220831;20.7;12.8;16.7;2.3;15.3;.2;2.69;15400
+75095;44.87641;5.46794;970;20220901;23.6;9.1;16.4;1.6;12.44;0;3.46;20019
+75095;44.87641;5.46794;970;20220902;23;8.1;15.6;1.2;12.47;2.3;2.91;17623
+75095;44.87641;5.46794;970;20220903;23.8;12.4;18.1;1.5;14.24;14.6;3.01;16334
+75095;44.87641;5.46794;970;20220904;24.4;10.3;17.3;.8;14.3;.2;2.98;18181
+75095;44.87641;5.46794;970;20220905;26.3;10.8;18.5;1.6;13.77;.2;3.42;18617
+75095;44.87641;5.46794;970;20220906;26;11.4;18.7;1.5;14.5;1.8;3.2;17208
+75095;44.87641;5.46794;970;20220907;24.7;12;18.3;1.8;14.87;21.1;2.93;14844
+75095;44.87641;5.46794;970;20220908;21.3;9.6;15.5;1.6;13.07;.2;2.83;17743
+75095;44.87641;5.46794;970;20220909;20.2;6.6;13.4;1.2;10.4;.1;2.75;18616
+75095;44.87641;5.46794;970;20220910;18.6;7.1;12.8;2.4;10.24;0;2.77;16794
+75095;44.87641;5.46794;970;20220911;21;5.3;13.1;1.6;9.84;.1;2.94;18621
+75095;44.87641;5.46794;970;20220912;27.5;4.5;16;.9;10.54;0;3.27;21429
+75095;44.87641;5.46794;970;20220913;26;8;17;1.7;12.54;3.6;3.15;16671
+75095;44.87641;5.46794;970;20220914;22;15.3;18.7;3.3;14.04;21.9;2.88;10817
+75095;44.87641;5.46794;970;20220915;21.4;10.8;16.1;1.5;14.07;3.2;2.38;14189
+75095;44.87641;5.46794;970;20220916;17.5;12.3;14.9;3;12.77;0;2.12;10554
+75095;44.87641;5.46794;970;20220917;12.5;6.4;9.4;5.1;7.97;0;2.39;12690
+75095;44.87641;5.46794;970;20220918;16.1;.6;8.3;2;7.17;0;2.43;17392
+75095;44.87641;5.46794;970;20220919;15.3;1.6;8.5;2.4;7.5;0;2.39;16606
+75095;44.87641;5.46794;970;20220920;16.3;.9;8.6;2.1;7.84;0;2.33;17083
+75095;44.87641;5.46794;970;20220921;18.2;1.7;9.9;1.5;8.3;.1;2.39;17470
+75095;44.87641;5.46794;970;20220922;19;2;10.5;1;8.64;0;2.24;17481
+75095;44.87641;5.46794;970;20220923;18.8;.7;9.8;1.1;8.9;12.5;2.12;16524
+75095;44.87641;5.46794;970;20220924;15.6;10;12.8;.9;11.94;7.1;1.41;8473
+75095;44.87641;5.46794;970;20220925;13.3;8.2;10.7;1.7;10.9;2.5;1.3;7927
+75095;44.87641;5.46794;970;20220926;13.7;5.9;9.8;2.3;9.2;4.8;1.71;10624
+75095;44.87641;5.46794;970;20220927;10.2;6.5;8.4;2.5;8.97;3.8;1.27;7552
+75095;44.87641;5.46794;970;20220928;14;6.2;10.1;1.5;10.44;19.5;1.3;8837
+75095;44.87641;5.46794;970;20220929;11.5;7.4;9.4;2;9.9;.9;1.23;7934
+75095;44.87641;5.46794;970;20220930;8.4;4.2;6.3;2.2;8.54;1.6;.88;5546
+75095;44.87641;5.46794;970;20221001;12.9;4.2;8.5;1.3;10.14;2.3;1.12;8189
+75095;44.87641;5.46794;970;20221002;20.4;10.9;15.6;2.3;13.07;.1;2.13;11879
+75095;44.87641;5.46794;970;20221003;16.2;9.3;12.7;2.6;11.2;0;1.81;10842
+75095;44.87641;5.46794;970;20221004;22.7;3.9;13.3;.5;9.3;.1;1.91;15866
+75095;44.87641;5.46794;970;20221005;22.3;3.1;12.7;1.1;9.44;.1;2.12;15587
+75095;44.87641;5.46794;970;20221006;18.7;4.9;11.8;1.3;10.5;0;1.77;13353
+75095;44.87641;5.46794;970;20221007;20.9;5.1;13;.7;10.37;.6;1.72;13536
+75095;44.87641;5.46794;970;20221008;15.2;9;12.1;1.5;12.34;1.6;1.17;7734
+75095;44.87641;5.46794;970;20221009;16.2;10.6;13.4;1;12.94;2.1;1.17;7175
+75095;44.87641;5.46794;970;20221010;19.2;7.7;13.4;.7;11.94;.2;1.44;10581
+75095;44.87641;5.46794;970;20221011;19.5;6.6;13.1;.8;11.14;.1;1.55;12012
+75095;44.87641;5.46794;970;20221012;18.3;7.1;12.7;.6;11.27;.4;1.37;11195
+75095;44.87641;5.46794;970;20221013;16.6;3.9;10.2;.8;10.17;.9;1.22;9659
+75095;44.87641;5.46794;970;20221014;16.8;8.8;12.8;1.2;12.07;.3;1.25;8446
+75095;44.87641;5.46794;970;20221015;22.9;4.8;13.9;.9;10.44;.1;1.74;13681
+75095;44.87641;5.46794;970;20221016;21;5.9;13.4;2.1;10.6;0;1.94;11982
+75095;44.87641;5.46794;970;20221017;22.2;11.1;16.6;2.6;11.1;.1;2.35;11033
+75095;44.87641;5.46794;970;20221018;23.1;6;14.6;.8;10.5;.1;1.62;12552
+75095;44.87641;5.46794;970;20221019;24.4;3.5;14;.6;9.4;.1;1.52;13138
+75095;44.87641;5.46794;970;20221020;19.9;7.3;13.6;3.2;10.4;2.7;2.03;7980
+75095;44.87641;5.46794;970;20221021;16.8;14;15.4;5.1;12.57;28.5;1.93;3848
+75095;44.87641;5.46794;970;20221022;18.5;10.3;14.4;2.6;12.2;0;1.56;8374
+75095;44.87641;5.46794;970;20221023;21.3;14.9;18.1;4.9;10.24;.4;3.34;6168
+75095;44.87641;5.46794;970;20221024;19.4;15.1;17.2;3.6;11.7;5.1;2.23;5307
+75095;44.87641;5.46794;970;20221025;18.9;6.3;12.6;1.4;10.67;0;1.32;9213
+75095;44.87641;5.46794;970;20221026;22.3;8.1;15.2;1.3;9.87;.1;1.64;10677
+75095;44.87641;5.46794;970;20221027;24;5.4;14.7;1.1;9.94;.1;1.54;11135
+75095;44.87641;5.46794;970;20221028;24.9;6.1;15.5;.8;9.57;0;1.4;11037
+75095;44.87641;5.46794;970;20221029;24.2;5;14.6;.9;8.77;0;1.43;10867
+75095;44.87641;5.46794;970;20221030;23.1;7.6;15.3;1.9;8.34;0;2.02;10582
+75095;44.87641;5.46794;970;20221031;20.6;5.8;13.2;3.2;8.14;26.5;2.29;9855
+75095;44.87641;5.46794;970;20221101;17.2;11;14.1;2.2;10.64;1.6;1.42;5858
+75095;44.87641;5.46794;970;20221102;13.2;4.1;8.6;1.1;9.27;.1;.8;7719
+75095;44.87641;5.46794;970;20221103;12.6;.6;6.6;2;8.5;17.2;.81;6115
+75095;44.87641;5.46794;970;20221104;6.5;.3;3.4;2.6;7.2;8.2;.53;4729
+75095;44.87641;5.46794;970;20221105;6.9;2.9;4.9;4.2;6.84;.3;.94;4631
+75095;44.87641;5.46794;970;20221106;15.9;-1.5;7.2;1;6.24;.2;.95;9538
+75095;44.87641;5.46794;970;20221107;16.4;-1.1;7.6;.9;6.34;0;.89;9930
+75095;44.87641;5.46794;970;20221108;14.5;1.6;8.1;3.3;7.24;1.9;1.45;7893
+75095;44.87641;5.46794;970;20221109;13.4;11.9;12.7;3.5;9.7;30.6;1.53;2347
+75095;44.87641;5.46794;970;20221110;10.6;5.3;7.9;1.8;9.27;0;.65;6165
+75095;44.87641;5.46794;970;20221111;17;0;8.5;.5;7.8;0;.62;8953
+75095;44.87641;5.46794;970;20221112;15.3;-.3;7.5;.2;7.54;0;.49;7990
+75095;44.87641;5.46794;970;20221113;15.3;2;8.6;1;7.2;0;.81;6460
+75095;44.87641;5.46794;970;20221114;11.7;2.6;7.1;2.7;7.64;5.7;.97;5473
+75095;44.87641;5.46794;970;20221115;11.6;6.8;9.2;2.3;10.07;10;.67;3472
+75095;44.87641;5.46794;970;20221116;12.5;3.5;8;1.4;8.44;0;.67;6939
+75095;44.87641;5.46794;970;20221117;13.2;2;7.6;1.8;8.64;6.5;.7;5855
+75095;44.87641;5.46794;970;20221118;7.1;4.1;5.6;2.7;7.44;.2;.68;3893
+75095;44.87641;5.46794;970;20221119;4.7;1.3;3;3.2;6.54;.7;.58;3025
+75095;44.87641;5.46794;970;20221120;6.1;1.6;3.9;3;6.14;.2;.75;4891
+75095;44.87641;5.46794;970;20221121;7.6;-1.2;3.2;2.2;6.24;12.2;.64;4318
+75095;44.87641;5.46794;970;20221122;3.6;1.4;2.5;3.4;6.14;.5;.63;2590
+75095;44.87641;5.46794;970;20221123;5.8;-2.3;1.8;1.6;6.27;4.5;.41;3930
+75095;44.87641;5.46794;970;20221124;8.9;.4;4.6;1.1;6.57;.1;.52;5764
+75095;44.87641;5.46794;970;20221125;9.3;-.2;4.5;2.5;6.77;1.4;.68;5387
+75095;44.87641;5.46794;970;20221126;6.4;1.3;3.8;3.3;6.17;0;.76;4456
+75095;44.87641;5.46794;970;20221127;9.2;-4.6;2.3;1.1;4.77;0;.54;6466
+75095;44.87641;5.46794;970;20221128;6.1;1.6;3.8;1.5;5.7;6.6;.7;2701
+75095;44.87641;5.46794;970;20221129;2.2;.6;1.4;2.4;6.5;3.2;.29;1953
+75095;44.87641;5.46794;970;20221130;3.6;.8;2.2;1;6.07;0;.39;2857
+75095;44.87641;5.46794;970;20221201;2.3;-3.8;-.7;.9;5.2;0;.3;3840
+75095;44.87641;5.46794;970;20221202;4.1;-1.2;1.5;.9;5.4;1.1;.37;3754
+75095;44.87641;5.46794;970;20221203;4.1;-2.1;1;1.2;6;13.5;.33;3307
+75095;44.87641;5.46794;970;20221204;6.7;1.7;4.2;2.2;6.67;9;.56;3166
+75095;44.87641;5.46794;970;20221205;5.3;-4.3;.5;.7;5.24;0;.24;6315
+75095;44.87641;5.46794;970;20221206;6.7;-6.6;.1;.4;4.5;0;.16;6694
+75095;44.87641;5.46794;970;20221207;-.9;-6.7;-3.8;.9;4.27;0;.27;3139
+75095;44.87641;5.46794;970;20221208;3.6;-7.5;-2;1.1;4.64;14.7;.28;5380
+75095;44.87641;5.46794;970;20221209;5.8;2.3;4.1;1.8;7.64;9.9;.38;2323
+75095;44.87641;5.46794;970;20221210;-.2;.1;-.1;3.1;5.67;.1;.36;560
+75095;44.87641;5.46794;970;20221211;-1.7;-5.2;-3.5;2.5;3.6;0;.43;3926
+75095;44.87641;5.46794;970;20221212;1.9;-10.1;-4.1;.8;3.54;8.6;.19;6153
+75095;44.87641;5.46794;970;20221213;4.3;-2.1;1.1;1.8;6.3;8.9;.28;3039
+75095;44.87641;5.46794;970;20221214;6.1;1.2;3.7;1;7.07;2.7;.36;2669
+75095;44.87641;5.46794;970;20221215;5.1;-.8;2.1;1.5;6.77;32;.34;2160
+75095;44.87641;5.46794;970;20221216;1.3;.6;1;2.3;6.2;0;.32;1129
+75095;44.87641;5.46794;970;20221217;.7;-2.4;-.8;1.5;4.74;0;.36;3508
+75095;44.87641;5.46794;970;20221218;7.2;-7.6;-.2;1.1;4.34;0;.33;6714
+75095;44.87641;5.46794;970;20221219;10.9;1.5;6.2;2.5;6.5;0;.86;4446
+75095;44.87641;5.46794;970;20221220;10.9;4.5;7.7;3.5;6.9;1.1;1.32;2822
+75095;44.87641;5.46794;970;20221221;9;6.1;7.6;2.4;8.14;1.6;.76;2101
+75095;44.87641;5.46794;970;20221222;10;1.1;5.5;1.2;8.1;7.6;.34;4208
+75095;44.87641;5.46794;970;20221223;10.2;5.4;7.8;1.3;10.1;.5;.35;2391
+75095;44.87641;5.46794;970;20221224;13.7;7.1;10.4;1.3;9.54;.1;.55;4459
+75095;44.87641;5.46794;970;20221225;16.2;-1.4;7.4;1.3;6.64;.1;.67;6258
+75095;44.87641;5.46794;970;20221226;13;.1;6.6;1.4;7.4;0;.54;5066
+75095;44.87641;5.46794;970;20221227;8.2;1.8;5;1.8;7.17;0;.46;4744
+75095;44.87641;5.46794;970;20221228;9.9;-4.2;2.9;1.3;5.24;0;.49;5729
+75095;44.87641;5.46794;970;20221229;11;.7;5.9;2;6.94;1.5;.68;4790
+75095;44.87641;5.46794;970;20221230;8.8;4;6.4;1.3;8.6;2.5;.42;2444
+75095;44.87641;5.46794;970;20221231;16.9;4.2;10.6;2.6;8.87;0;1.08;5622
+75096;44.8896;5.78338;764;20220101;15.7;-4.3;5.7;.3;5.33;0;.15;6960
+75096;44.8896;5.78338;764;20220102;17.3;-4.6;6.4;1.3;5.73;0;.73;7337
+75096;44.8896;5.78338;764;20220103;10.9;.2;5.6;1.6;6.43;0;.58;5067
+75096;44.8896;5.78338;764;20220104;13.9;-.5;6.7;2.8;6.73;6.5;.98;5964
+75096;44.8896;5.78338;764;20220105;1;1.1;1.1;7;5.33;1.5;.67;0
+75096;44.8896;5.78338;764;20220106;.4;-2.7;-1.1;4.6;3.63;0;.86;2644
+75096;44.8896;5.78338;764;20220107;.8;-11.7;-5.4;1.8;3.83;5.7;.2;5656
+75096;44.8896;5.78338;764;20220108;3.6;-1.1;1.3;2.9;5.43;11.5;.48;3379
+75096;44.8896;5.78338;764;20220109;1;-.1;.5;3.4;5.73;5.8;.32;1492
+75096;44.8896;5.78338;764;20220110;1.6;-.2;.7;5.9;5.33;.1;.54;2012
+75096;44.8896;5.78338;764;20220111;-.7;-2.1;-1.4;1.9;4.33;0;.44;1756
+75096;44.8896;5.78338;764;20220112;-1;-3.9;-2.4;1.2;3.73;0;.4;2687
+75096;44.8896;5.78338;764;20220113;3.8;-6.5;-1.3;.6;3.13;0;.35;5384
+75096;44.8896;5.78338;764;20220114;8;-14.9;-3.4;.2;2.93;0;.15;8256
+75096;44.8896;5.78338;764;20220115;11.3;-14.1;-1.4;.2;3.03;0;.15;8800
+75096;44.8896;5.78338;764;20220116;6.5;-13;-3.2;2;3.03;0;.72;7753
+75096;44.8896;5.78338;764;20220117;3.6;-14;-5.2;1.5;3.53;0;.37;7430
+75096;44.8896;5.78338;764;20220118;5.4;-3.6;.9;.6;4.13;0;.4;5285
+75096;44.8896;5.78338;764;20220119;7;-13.6;-3.3;2.3;3.93;.3;.62;8242
+75096;44.8896;5.78338;764;20220120;2.3;-1.3;.5;7.2;4.93;.1;.73;3309
+75096;44.8896;5.78338;764;20220121;-.3;-2.1;-1.2;4.2;3.83;0;.78;2280
+75096;44.8896;5.78338;764;20220122;1;-11.2;-5.1;.4;3.03;0;.27;6498
+75096;44.8896;5.78338;764;20220123;5.4;-14.3;-4.4;.4;2.93;0;.3;8440
+75096;44.8896;5.78338;764;20220124;10.1;-13.9;-1.9;.2;3.03;0;.26;9461
+75096;44.8896;5.78338;764;20220125;8.4;-13;-2.3;.2;3.03;0;.27;9028
+75096;44.8896;5.78338;764;20220126;7.1;-12.9;-2.9;.9;3.03;0;.53;8827
+75096;44.8896;5.78338;764;20220127;9.3;-14;-2.3;.7;2.93;0;.53;9673
+75096;44.8896;5.78338;764;20220128;1.2;-11.1;-4.9;1.7;4.23;0;.26;7036
+75096;44.8896;5.78338;764;20220129;5.2;-2.6;1.3;.9;4.63;0;.53;5615
+75096;44.8896;5.78338;764;20220130;5.6;-4.1;.8;1.8;5.53;0;.48;6380
+75096;44.8896;5.78338;764;20220131;2.4;1.1;1.8;4.6;5.83;2.2;.55;2175
+75096;44.8896;5.78338;764;20220201;2.1;-2.1;0;7.4;4.93;1.6;.67;4208
+75096;44.8896;5.78338;764;20220202;6.4;.2;3.3;7.3;7.03;0;.47;5249
+75096;44.8896;5.78338;764;20220203;12.8;2.3;7.6;1.3;6.33;0;.93;7017
+75096;44.8896;5.78338;764;20220204;6.2;-2.3;2;2.6;6.43;0;.47;6369
+75096;44.8896;5.78338;764;20220205;3.4;3;3.2;5.4;6.43;0;.62;1164
+75096;44.8896;5.78338;764;20220206;5.1;-3;1.1;2;5.33;9.2;.6;6384
+75096;44.8896;5.78338;764;20220207;5.7;1.8;3.8;5.2;5.83;1.1;1.02;4398
+75096;44.8896;5.78338;764;20220208;8.6;-5.7;1.5;.9;4.13;0;.74;8819
+75096;44.8896;5.78338;764;20220209;16.6;-7.7;4.5;1.6;4.13;0;1.47;11746
+75096;44.8896;5.78338;764;20220210;4.2;-5.5;-.6;1.8;4.79;.1;1.45;11233
+75096;44.8896;5.78338;764;20220211;9.2;1.7;5.5;2.1;5.52;.2;1.19;7200
+75096;44.8896;5.78338;764;20220212;10.5;-2.4;4;2.9;4.19;0;1.63;11133
+75096;44.8896;5.78338;764;20220213;10.8;.4;5.6;3.3;4.66;2.3;1.48;11600
+75096;44.8896;5.78338;764;20220214;7.6;1.8;4.7;2.7;6.32;12.8;1.04;3400
+75096;44.8896;5.78338;764;20220215;8;.9;4.4;2.1;5.92;1.9;.96;10000
+75096;44.8896;5.78338;764;20220216;6.7;-1.8;2.5;1.2;6.93;8.1;.57;7516
+75096;44.8896;5.78338;764;20220217;13.4;5;9.2;3.8;9.23;.7;1.18;7573
+75096;44.8896;5.78338;764;20220218;20.4;-1.9;9.3;2;6.93;.7;1.92;12699
+75096;44.8896;5.78338;764;20220219;5.5;3.7;4.6;5.9;5.93;0;1.23;3440
+75096;44.8896;5.78338;764;20220220;9.4;-3.3;3.1;3.5;5.03;.7;1.37;9769
+75096;44.8896;5.78338;764;20220221;5.4;-1.9;1.8;5.4;6.33;16.8;.57;7433
+75096;44.8896;5.78338;764;20220222;6.7;1;3.9;6.8;6.23;0;1.08;6622
+75096;44.8896;5.78338;764;20220223;13.7;1.2;7.5;2;5.93;0;1.54;10085
+75096;44.8896;5.78338;764;20220224;13.5;-2;5.8;2.9;5.53;.1;1.75;11414
+75096;44.8896;5.78338;764;20220225;6.5;2.4;4.5;7.2;5.03;0;1.77;5801
+75096;44.8896;5.78338;764;20220226;8.2;-1.2;3.5;2.7;3.83;0;1.57;9057
+75096;44.8896;5.78338;764;20220227;9.5;-9;.3;1.3;3.73;0;1.21;12995
+75096;44.8896;5.78338;764;20220228;9.8;-8.5;.7;1.5;3.83;0;1.29;13090
+75096;44.8896;5.78338;764;20220301;12;-8;2;1.3;4.13;0;1.39;13873
+75096;44.8896;5.78338;764;20220302;12;-5.5;3.3;1.9;5.33;0;1.43;13123
+75096;44.8896;5.78338;764;20220303;12.7;-1.4;5.7;2.3;6.33;0;1.51;11897
+75096;44.8896;5.78338;764;20220304;10.3;2.5;6.4;5.8;5.83;0;1.98;8883
+75096;44.8896;5.78338;764;20220305;7.9;-6.8;.6;3;3.53;0;1.59;12460
+75096;44.8896;5.78338;764;20220306;7;-9.7;-1.3;1.9;3.33;0;1.31;13465
+75096;44.8896;5.78338;764;20220307;9.6;-9.9;-.1;1.2;3.53;0;1.35;14753
+75096;44.8896;5.78338;764;20220308;12.5;-9.7;1.4;1.4;3.93;0;1.62;15952
+75096;44.8896;5.78338;764;20220309;13;-2.8;5.1;1.7;5.13;0;1.69;13572
+75096;44.8896;5.78338;764;20220310;14.1;-8;3.1;1.3;4.83;.1;1.69;16298
+75096;44.8896;5.78338;764;20220311;12.7;-.5;6.1;4.2;4.83;0;2.39;12676
+75096;44.8896;5.78338;764;20220312;13.6;3.6;8.6;3.3;4.23;0;2.63;11123
+75096;44.8896;5.78338;764;20220313;9;7;8;4.7;6.33;5.8;1.86;4865
+75096;44.8896;5.78338;764;20220314;12.8;-1;5.9;1.8;7.63;1.1;1.45;13424
+75096;44.8896;5.78338;764;20220315;16.5;7.4;12;3.2;7.53;0;2.47;10968
+75096;44.8896;5.78338;764;20220316;20.1;3.3;11.7;1.9;7.33;0;2.51;15180
+75096;44.8896;5.78338;764;20220317;13.8;1;7.4;2.3;8.63;.1;1.54;13359
+75096;44.8896;5.78338;764;20220318;13.7;6.6;10.1;3.9;7.02;.3;2.42;8166
+75096;44.8896;5.78338;764;20220319;15.5;6.6;11;4.2;5.22;0;3.75;15666
+75096;44.8896;5.78338;764;20220320;11.4;3.4;7.4;4.9;4.62;0;2.92;11066
+75096;44.8896;5.78338;764;20220321;12.9;3.5;8.2;4.5;4.22;0;3.36;17566
+75096;44.8896;5.78338;764;20220322;13.8;-1.2;6.3;4.7;2.92;0;3.84;19966
+75096;44.8896;5.78338;764;20220323;16;-.7;7.7;3.8;3.02;0;3.9;20200
+75096;44.8896;5.78338;764;20220324;18;-.9;8.5;2.7;3.49;0;3.51;20400
+75096;44.8896;5.78338;764;20220325;18.3;-.5;8.9;2.4;3.79;0;3.34;19733
+75096;44.8896;5.78338;764;20220326;18.2;1;9.6;3.5;3.82;0;3.95;19933
+75096;44.8896;5.78338;764;20220327;17.4;2.9;10.1;2.9;3.69;0;3.51;15733
+75096;44.8896;5.78338;764;20220328;19.5;1.2;10.4;2.4;3.92;0;3.55;20066
+75096;44.8896;5.78338;764;20220329;17.7;3.1;10.4;2.3;5.32;1.4;2.9;14233
+75096;44.8896;5.78338;764;20220330;11.7;5.9;8.8;1.7;8.75;1.3;1.58;8933
+75096;44.8896;5.78338;764;20220331;12.1;3.7;7.9;2.4;7.46;2.7;1.7;11133
+75096;44.8896;5.78338;764;20220401;4.3;2;3.2;2.4;5.38;8.8;1.19;6400
+75096;44.8896;5.78338;764;20220402;3.6;-2;.8;4.6;4.34;2.4;2.07;13366
+75096;44.8896;5.78338;764;20220403;8;-2.7;2.7;2.3;4.82;.1;1.55;12833
+75096;44.8896;5.78338;764;20220404;10.6;-2.7;4;1.7;4.56;0;2.39;22233
+75096;44.8896;5.78338;764;20220405;15.9;-2.6;6.7;1.9;5.26;0;2.8;20866
+75096;44.8896;5.78338;764;20220406;15.9;.6;8.2;2.2;6.79;3;2.69;17133
+75096;44.8896;5.78338;764;20220407;12.5;6.1;9.3;3.7;9.22;20.8;1.75;7050
+75096;44.8896;5.78338;764;20220408;14.1;6.6;10.4;3.3;9.19;6.4;1.84;9066
+75096;44.8896;5.78338;764;20220409;8.4;3.8;6.1;3.7;5.42;2;2.28;14533
+75096;44.8896;5.78338;764;20220410;14.5;-2.3;6.1;1.6;4.32;0;2.95;24566
+75096;44.8896;5.78338;764;20220411;14.6;.7;7.6;3.4;5.56;0;2.82;17300
+75096;44.8896;5.78338;764;20220412;18.6;4.2;11.4;4;6.32;0;3.59;13833
+75096;44.8896;5.78338;764;20220413;21.5;6.7;14.1;2.8;7.09;.4;4.15;19566
+75096;44.8896;5.78338;764;20220414;22.4;4.6;13.5;2.2;7.76;0;3.93;22366
+75096;44.8896;5.78338;764;20220415;23.7;6.7;15.2;2.2;8.49;0;4.07;22500
+75096;44.8896;5.78338;764;20220416;23.2;8.9;16.1;2.8;8.16;0;4.29;23166
+75096;44.8896;5.78338;764;20220417;19.7;4.6;12.1;2.1;7.26;0;3.92;25266
+75096;44.8896;5.78338;764;20220418;19.7;3;11.3;2.2;6.62;0;3.94;24900
+75096;44.8896;5.78338;764;20220419;19.6;3.1;11.3;2;6.42;0;3.66;22700
+75096;44.8896;5.78338;764;20220420;17;4.3;10.7;1.8;7.96;1.8;2.73;14400
+75096;44.8896;5.78338;764;20220421;16.9;8;12.4;4.2;7.96;.6;3.53;15866
+75096;44.8896;5.78338;764;20220422;18.8;6.3;12.5;2.6;7.59;1.9;3.64;19600
+75096;44.8896;5.78338;764;20220423;13.1;8.3;10.7;3.1;8.58;20;2.3;7566
+75096;44.8896;5.78338;764;20220424;12.6;3.1;7.8;2;8.16;.8;1.84;11866
+75096;44.8896;5.78338;764;20220425;16;6.4;11.2;1.8;8.39;.1;2.82;17900
+75096;44.8896;5.78338;764;20220426;18.7;3.7;11.2;2;7.72;0;3.54;23033
+75096;44.8896;5.78338;764;20220427;21.3;2.8;12;1.8;6.69;0;4.18;26966
+75096;44.8896;5.78338;764;20220428;22;4.5;13.2;1.8;7.49;0;4.19;25700
+75096;44.8896;5.78338;764;20220429;22.3;5;13.6;1.9;8.09;0;4.04;23233
+75096;44.8896;5.78338;764;20220430;19.5;8;13.7;1.8;8.72;0;3.21;17866
+75096;44.8896;5.78338;764;20220501;19.2;4.6;11.9;1.9;7.26;0;3.91;26300
+75096;44.8896;5.78338;764;20220502;20;3.6;11.8;1.8;7.56;1.6;3.96;26266
+75096;44.8896;5.78338;764;20220503;17.5;7.6;12.5;1.6;9.32;3.3;2.8;14900
+75096;44.8896;5.78338;764;20220504;18.5;5.4;11.9;1.7;9.72;10.5;3.01;18600
+75096;44.8896;5.78338;764;20220505;13.1;8.7;10.9;2.1;9.9;13.7;1.88;10292
+75096;44.8896;5.78338;764;20220506;11.8;7.8;9.8;5.6;10.13;0;1.61;11000
+75096;44.8896;5.78338;764;20220507;15.1;9.8;12.5;4.1;10.83;1.6;2.3;12771
+75096;44.8896;5.78338;764;20220508;17.7;10;13.9;2.1;10.83;2.2;2.76;15531
+75096;44.8896;5.78338;764;20220509;20.6;3.5;12.1;1.5;9.93;.7;3.47;23403
+75096;44.8896;5.78338;764;20220510;23.2;3.3;13.3;.9;10.13;0;3.8;25387
+75096;44.8896;5.78338;764;20220511;25.7;3.9;14.8;1.4;10.03;0;4.39;26705
+75096;44.8896;5.78338;764;20220512;26.2;5.3;15.8;1.4;10.73;0;4.42;26257
+75096;44.8896;5.78338;764;20220513;21.8;6.5;14.2;1.8;11.73;0;3.59;22518
+75096;44.8896;5.78338;764;20220514;23.5;8.1;15.8;1.5;12.73;0;3.77;22687
+75096;44.8896;5.78338;764;20220515;26.4;6.2;16.3;1.3;12.03;1.9;4.39;26133
+75096;44.8896;5.78338;764;20220516;24.9;9.1;17;1.9;12.43;.5;4.18;23168
+75096;44.8896;5.78338;764;20220517;26.6;6;16.3;1.2;11.93;0;4.44;26599
+75096;44.8896;5.78338;764;20220518;27.4;7.5;17.5;1;13.33;4.5;4.44;26235
+75096;44.8896;5.78338;764;20220519;27.8;9.2;18.5;1.7;13.03;.2;4.72;25445
+75096;44.8896;5.78338;764;20220520;28.2;15.4;21.8;2.4;11.53;0;5.06;21131
+75096;44.8896;5.78338;764;20220521;27.7;7.2;17.5;1.1;12.73;0;4.61;26913
+75096;44.8896;5.78338;764;20220522;31.7;8.9;20.3;.9;13.73;.8;5.15;28493
+75096;44.8896;5.78338;764;20220523;27.3;12.9;20.1;2.6;13.13;1.5;4.88;22653
+75096;44.8896;5.78338;764;20220524;17.1;12;14.6;3.2;12.33;2.3;2.55;13400
+75096;44.8896;5.78338;764;20220525;17.7;9.7;13.7;3;11.03;0;2.99;16910
+75096;44.8896;5.78338;764;20220526;20;7.3;13.7;3;11.13;.1;3.54;21445
+75096;44.8896;5.78338;764;20220527;22.2;9.7;16;2.6;12.63;0;3.79;21332
+75096;44.8896;5.78338;764;20220528;20.4;11.3;15.9;5.2;11.23;0;3.96;18204
+75096;44.8896;5.78338;764;20220529;17.9;4.9;11.4;4;8.03;0;3.79;21872
+75096;44.8896;5.78338;764;20220530;20.1;.6;10.4;1.4;8.63;2.1;3.81;26921
+75096;44.8896;5.78338;764;20220531;19.8;6.9;13.4;1.5;11.83;2.6;3.36;21890
+75096;44.8896;5.78338;764;20220601;24.1;5.5;14.8;1;12.33;.4;4.16;26403
+75096;44.8896;5.78338;764;20220602;25.4;9.6;17.5;1.4;13.63;0;4.27;24362
+75096;44.8896;5.78338;764;20220603;26.8;11.1;19;1.2;14.03;.8;4.43;24331
+75096;44.8896;5.78338;764;20220604;30.4;11.9;21.2;2.7;13.43;.2;5.82;26487
+75096;44.8896;5.78338;764;20220605;25.3;17.7;21.5;2.9;14.73;4.2;4.22;16898
+75096;44.8896;5.78338;764;20220606;26.5;10.3;18.4;1.3;13.73;1.2;4.47;24851
+75096;44.8896;5.78338;764;20220607;22.3;10.9;16.6;2.6;12.43;0;3.91;20830
+75096;44.8896;5.78338;764;20220608;18.4;5.6;12;1.3;10.93;7.1;3.25;22122
+75096;44.8896;5.78338;764;20220609;14.8;9.8;12.3;4.6;11.33;1.5;2.27;13731
+75096;44.8896;5.78338;764;20220610;21.5;9.5;15.5;5.8;10.23;0;4.66;21464
+75096;44.8896;5.78338;764;20220611;25.3;3.3;14.3;1.6;11.03;0;4.72;29201
+75096;44.8896;5.78338;764;20220612;29.9;5.8;17.9;1.7;11.73;.5;5.63;30607
+75096;44.8896;5.78338;764;20220613;24.7;8.6;16.7;2.9;13.63;0;4.43;24983
+75096;44.8896;5.78338;764;20220614;27.4;5;16.2;1.3;12.73;0;4.94;29546
+75096;44.8896;5.78338;764;20220615;29.2;11.5;20.4;.9;14.23;2.1;4.83;26247
+75096;44.8896;5.78338;764;20220616;29.5;8.6;19.1;2.1;14.43;0;5.42;28563
+75096;44.8896;5.78338;764;20220617;29.1;10.3;19.7;2.3;14.43;0;5.34;27087
+75096;44.8896;5.78338;764;20220618;34.4;9.6;22;1.6;14.33;1.5;6.32;31166
+75096;44.8896;5.78338;764;20220619;31.7;20.7;26.2;3.5;13.63;0;6.36;20660
+75096;44.8896;5.78338;764;20220620;32.5;19.1;25.8;2.7;11.23;0;6.36;22836
+75096;44.8896;5.78338;764;20220621;32.4;19.7;26.1;2.3;12.73;3.2;5.9;22224
+75096;44.8896;5.78338;764;20220622;26.7;16.8;21.8;2;15.33;1;4.32;19584
+75096;44.8896;5.78338;764;20220623;26.1;10.2;18.2;1.4;14.33;2;4.44;24895
+75096;44.8896;5.78338;764;20220624;22.3;13.7;18;1.3;14.53;15;3.39;18223
+75096;44.8896;5.78338;764;20220625;25.5;6.5;16;1.3;11.83;.3;4.57;27222
+75096;44.8896;5.78338;764;20220626;30.4;11.7;21.1;2;14.83;.3;5.48;26989
+75096;44.8896;5.78338;764;20220627;21.9;16.5;19.2;2.9;16.73;.5;3.02;14354
+75096;44.8896;5.78338;764;20220628;20.7;14.1;17.4;1.9;15.33;4.2;2.95;15889
+75096;44.8896;5.78338;764;20220629;25.8;16.3;21.1;1.9;15.93;0;4.04;19106
+75096;44.8896;5.78338;764;20220630;28.6;9.7;19.2;2;13.23;4.3;5.23;27047
+75096;44.8896;5.78338;764;20220701;19.1;11.8;15.5;2.6;12.53;.2;3.08;16677
+75096;44.8896;5.78338;764;20220702;28.2;3.9;16.1;1.2;11.93;0;5.11;30640
+75096;44.8896;5.78338;764;20220703;32.4;8.9;20.7;1.2;13.33;.2;5.68;30087
+75096;44.8896;5.78338;764;20220704;30;13.6;21.8;2.1;16.23;.7;5.2;25049
+75096;44.8896;5.78338;764;20220705;25.3;12.5;18.9;3.3;14.63;0;4.45;22061
+75096;44.8896;5.78338;764;20220706;23.9;7.6;15.8;2.9;12.33;0;4.39;24894
+75096;44.8896;5.78338;764;20220707;23.8;8.6;16.2;4.1;12.43;0;4.5;23987
+75096;44.8896;5.78338;764;20220708;23.8;13.6;18.7;3.9;12.73;0;4.46;19559
+75096;44.8896;5.78338;764;20220709;25.3;5.7;15.5;2.4;12.33;0;4.65;27177
+75096;44.8896;5.78338;764;20220710;25.7;7.5;16.6;2.2;13.03;0;4.6;26124
+75096;44.8896;5.78338;764;20220711;27.2;7.1;17.2;1.8;13.43;0;4.82;27410
+75096;44.8896;5.78338;764;20220712;28.1;7;17.6;1.9;12.63;0;5.1;28027
+75096;44.8896;5.78338;764;20220713;30.6;7.5;19.1;1.4;13.43;0;5.37;29270
+75096;44.8896;5.78338;764;20220714;32.4;10.2;21.3;1.6;13.43;0;5.73;28617
+75096;44.8896;5.78338;764;20220715;29.4;11;20.2;3.3;13.13;0;5.75;25958
+75096;44.8896;5.78338;764;20220716;27.8;8.2;18;2.4;12.33;0;5.15;26729
+75096;44.8896;5.78338;764;20220717;29.5;6.6;18.1;1.6;12.53;0;5.25;28835
+75096;44.8896;5.78338;764;20220718;33.4;9.3;21.4;1.1;14.03;0;5.59;29503
+75096;44.8896;5.78338;764;20220719;34.7;13.1;23.9;1.2;16.33;0;5.65;27830
+75096;44.8896;5.78338;764;20220720;34.5;13.5;24;1.7;15.53;.3;5.9;27351
+75096;44.8896;5.78338;764;20220721;29.5;12.6;21.1;2.2;15.23;0;5.04;24426
+75096;44.8896;5.78338;764;20220722;35.1;8.3;21.7;1;12.93;.3;5.79;30735
+75096;44.8896;5.78338;764;20220723;29.1;13.8;21.5;2.7;16.03;.2;4.95;23069
+75096;44.8896;5.78338;764;20220724;32.2;9.2;20.7;1.3;14.23;.1;5.36;28252
+75096;44.8896;5.78338;764;20220725;33.6;9.9;21.8;1.6;14.43;.8;5.75;28578
+75096;44.8896;5.78338;764;20220726;24.2;17;20.6;5.2;14.83;0;4.31;15557
+75096;44.8896;5.78338;764;20220727;25.6;9.2;17.4;2.7;12.43;0;4.52;23541
+75096;44.8896;5.78338;764;20220728;31.5;6.7;19.1;.9;11.53;0;5.06;28903
+75096;44.8896;5.78338;764;20220729;23.4;9.7;16.6;1.5;14.13;4.7;3.59;21316
+75096;44.8896;5.78338;764;20220730;26.9;13.9;20.4;3.7;12.93;0;5.01;20669
+75096;44.8896;5.78338;764;20220731;28.5;6.2;17.4;2.5;11.43;0;5.23;27048
+75096;44.8896;5.78338;764;20220801;30.2;8.3;19.3;2.7;12.73;0;5.54;26683
+75096;44.8896;5.78338;764;20220802;29.6;12.8;21.2;2.7;13.23;0;5.24;23227
+75096;44.8896;5.78338;764;20220803;33.4;8.5;21;.9;13.63;0;5.13;28212
+75096;44.8896;5.78338;764;20220804;33.3;12.4;22.9;1.4;16.03;2.1;5.18;25699
+75096;44.8896;5.78338;764;20220805;32.9;11.8;22.4;1.2;15.83;.3;5;25698
+75096;44.8896;5.78338;764;20220806;26.8;13.5;20.2;2.2;16.13;0;4.01;20239
+75096;44.8896;5.78338;764;20220807;26;9.7;17.9;2.2;14.63;0;4.03;22324
+75096;44.8896;5.78338;764;20220808;27.5;9.1;18.3;2;13.53;0;4.41;23615
+75096;44.8896;5.78338;764;20220809;29.4;8.1;18.8;1.7;12.73;.1;4.74;25296
+75096;44.8896;5.78338;764;20220810;29.4;8.5;19;1.1;12.93;.3;4.42;24919
+75096;44.8896;5.78338;764;20220811;31.5;8.1;19.8;.9;11.93;0;4.63;26240
+75096;44.8896;5.78338;764;20220812;30.6;7.2;18.9;1.2;10.63;0;4.71;26092
+75096;44.8896;5.78338;764;20220813;31;5.7;18.4;1.1;9.63;1.9;4.74;26988
+75096;44.8896;5.78338;764;20220814;21.7;8.7;15.2;1.6;14.43;28.6;2.97;19147
+75096;44.8896;5.78338;764;20220815;27.2;10.2;18.7;1.8;13.65;0;4.29;22216
+75096;44.8896;5.78338;764;20220816;28.8;6.5;17.7;1;12.23;.2;4.18;24869
+75096;44.8896;5.78338;764;20220817;27.6;16.1;21.9;1.7;15.13;28.3;3.8;17663
+75096;44.8896;5.78338;764;20220818;18.5;8.6;13.6;1.9;14.03;22.6;2.31;16263
+75096;44.8896;5.78338;764;20220819;19.7;13.9;16.8;4.8;15.43;.6;2.36;12297
+75096;44.8896;5.78338;764;20220820;22.3;15.1;18.7;4.9;15.63;.1;3.11;13645
+75096;44.8896;5.78338;764;20220821;22.7;13.2;18;2.8;14.63;0;3.09;15614
+75096;44.8896;5.78338;764;20220822;23.4;7.9;15.7;3.2;12.43;0;3.6;19893
+75096;44.8896;5.78338;764;20220823;25.1;8.1;16.6;1.9;12.83;0;3.61;20704
+75096;44.8896;5.78338;764;20220824;29.5;7.7;18.6;.9;12.93;0;3.94;23322
+75096;44.8896;5.78338;764;20220825;29.3;9.5;19.4;1.4;14.13;.5;4.03;22055
+75096;44.8896;5.78338;764;20220826;23.8;15.1;19.5;2.7;15.53;1;3.1;14412
+75096;44.8896;5.78338;764;20220827;23.2;14.3;18.8;2.3;15.93;.2;2.83;14473
+75096;44.8896;5.78338;764;20220828;26.2;9.8;18;1.1;14.83;.1;3.3;19607
+75096;44.8896;5.78338;764;20220829;29.9;7.3;18.6;.7;12.73;.1;3.72;22895
+75096;44.8896;5.78338;764;20220830;28.4;12.9;20.7;1.1;15.93;10.5;3.44;18763
+75096;44.8896;5.78338;764;20220831;21.6;14.3;18;2.9;16.13;.4;2.44;12681
+75096;44.8896;5.78338;764;20220901;23.6;7.4;15.5;1.3;12.43;.1;3.02;18889
+75096;44.8896;5.78338;764;20220902;23.4;7.5;15.5;.9;12.53;2.8;2.86;18560
+75096;44.8896;5.78338;764;20220903;24.4;14;19.2;1.5;14.83;7.8;2.85;14830
+75096;44.8896;5.78338;764;20220904;25.7;11.4;18.6;.8;14.73;.1;2.9;17298
+75096;44.8896;5.78338;764;20220905;28.2;10.5;19.4;1.4;13.23;.3;3.53;19117
+75096;44.8896;5.78338;764;20220906;28.2;11.6;19.9;1.4;14.43;2;3.42;18347
+75096;44.8896;5.78338;764;20220907;27.2;12.2;19.7;1.8;14.73;13;3.35;17275
+75096;44.8896;5.78338;764;20220908;22.4;10.3;16.4;1.7;13.83;0;2.59;15349
+75096;44.8896;5.78338;764;20220909;21.4;6.4;13.9;1.1;10.23;0;2.59;16972
+75096;44.8896;5.78338;764;20220910;19.6;5.9;12.8;2.7;10.53;0;2.6;16060
+75096;44.8896;5.78338;764;20220911;22.3;3;12.7;.7;9.63;0;2.57;18945
+75096;44.8896;5.78338;764;20220912;28.8;2.7;15.8;.8;10.03;0;3.26;21878
+75096;44.8896;5.78338;764;20220913;28.2;7.6;17.9;1.8;12.43;.9;3.55;19222
+75096;44.8896;5.78338;764;20220914;23.1;16;19.6;3.1;14.13;17.3;2.9;11053
+75096;44.8896;5.78338;764;20220915;22.5;11.5;17;2.1;14.33;3.4;2.45;13699
+75096;44.8896;5.78338;764;20220916;18.2;12;15.1;3.8;13.53;.7;1.93;10109
+75096;44.8896;5.78338;764;20220917;13.9;7.5;10.7;6.1;8.83;0;2.21;10174
+75096;44.8896;5.78338;764;20220918;16.3;-.5;7.9;1.3;7.23;0;2.05;16506
+75096;44.8896;5.78338;764;20220919;15.9;.3;8.1;2.6;7.63;0;2.17;15734
+75096;44.8896;5.78338;764;20220920;16.4;-1.2;7.6;1.7;7.63;0;2.05;16561
+75096;44.8896;5.78338;764;20220921;18.1;-.7;8.7;1.3;7.73;0;2.13;16951
+75096;44.8896;5.78338;764;20220922;20.6;.6;10.6;.9;7.93;0;2.22;17311
+75096;44.8896;5.78338;764;20220923;20.4;-1.4;9.5;.9;8.43;12.2;2.16;17897
+75096;44.8896;5.78338;764;20220924;16.5;11.2;13.9;.9;12.13;12.4;1.44;8578
+75096;44.8896;5.78338;764;20220925;14.9;7.9;11.4;2;11.33;7.4;1.4;9795
+75096;44.8896;5.78338;764;20220926;14.7;8.3;11.5;2.7;9.93;5.3;1.66;9250
+75096;44.8896;5.78338;764;20220927;11.6;7.6;9.6;3.2;9.23;5.6;1.33;7168
+75096;44.8896;5.78338;764;20220928;15;6.8;10.9;1.1;10.43;14.8;1.4;10278
+75096;44.8896;5.78338;764;20220929;11.4;8.3;9.9;2.3;10.23;1.2;1.04;6131
+75096;44.8896;5.78338;764;20220930;8.7;6.5;7.6;2.3;9.23;1.2;.8;5058
+75096;44.8896;5.78338;764;20221001;14.4;6.4;10.4;.8;10.63;4;1.26;9804
+75096;44.8896;5.78338;764;20221002;21;11.5;16.3;2.6;13.73;0;1.99;10587
+75096;44.8896;5.78338;764;20221003;16;11.8;13.9;3.3;12.33;0;1.49;6855
+75096;44.8896;5.78338;764;20221004;23.1;3.6;13.4;.6;9.23;0;1.86;14944
+75096;44.8896;5.78338;764;20221005;24.4;1.9;13.2;.9;8.43;.1;2.12;15885
+75096;44.8896;5.78338;764;20221006;19.9;3.3;11.6;1;10.13;.1;1.69;13439
+75096;44.8896;5.78338;764;20221007;22.8;5.7;14.3;.5;10.53;.3;1.68;13480
+75096;44.8896;5.78338;764;20221008;15.2;7.4;11.3;1.4;12.43;2.8;1.07;8895
+75096;44.8896;5.78338;764;20221009;17.7;11.4;14.6;1;13.23;3.3;1.25;7865
+75096;44.8896;5.78338;764;20221010;20.9;6.5;13.7;.8;12.03;.2;1.53;11897
+75096;44.8896;5.78338;764;20221011;20.1;8.2;14.2;.6;11.53;.1;1.41;10653
+75096;44.8896;5.78338;764;20221012;17.9;6.9;12.4;.5;11.33;.5;1.23;10101
+75096;44.8896;5.78338;764;20221013;17.1;5.3;11.2;.5;10.53;.4;1.19;10340
+75096;44.8896;5.78338;764;20221014;18;9.1;13.6;1.4;12.43;.3;1.28;8826
+75096;44.8896;5.78338;764;20221015;24.6;3;13.8;.7;9.83;.1;1.66;13742
+75096;44.8896;5.78338;764;20221016;22.9;6.1;14.5;1.7;10.73;0;1.93;11928
+75096;44.8896;5.78338;764;20221017;24.2;10.8;17.5;1.8;11.13;0;2.13;10483
+75096;44.8896;5.78338;764;20221018;24.6;5.4;15;.8;10.13;.1;1.62;12445
+75096;44.8896;5.78338;764;20221019;25.6;1.5;13.6;.7;8.83;0;1.6;13797
+75096;44.8896;5.78338;764;20221020;21;7.3;14.2;2.1;10.73;3.6;1.78;10192
+75096;44.8896;5.78338;764;20221021;16.7;14.4;15.6;3.6;13.23;29.8;1.42;3942
+75096;44.8896;5.78338;764;20221022;19;11.5;15.3;2.6;12.63;0;1.51;7264
+75096;44.8896;5.78338;764;20221023;22.1;15.3;18.7;3.5;10.33;.5;2.83;6810
+75096;44.8896;5.78338;764;20221024;20.8;17.5;19.2;2.3;11.43;6;2.07;4588
+75096;44.8896;5.78338;764;20221025;19.8;6.7;13.3;1.2;10.63;0;1.28;9314
+75096;44.8896;5.78338;764;20221026;23.2;6.3;14.8;1.5;9.63;0;1.71;10479
+75096;44.8896;5.78338;764;20221027;25.8;5;15.4;1.1;9.73;0;1.63;11502
+75096;44.8896;5.78338;764;20221028;26;5.2;15.6;.8;9.63;0;1.41;11348
+75096;44.8896;5.78338;764;20221029;25.5;2.5;14;.6;8.63;0;1.22;11789
+75096;44.8896;5.78338;764;20221030;25.2;4.6;14.9;.9;8.43;0;1.41;10991
+75096;44.8896;5.78338;764;20221031;22.9;3.8;13.4;1.7;8.13;10.9;1.76;10430
+75096;44.8896;5.78338;764;20221101;18;14.3;16.2;1.4;10.23;6;1.35;4360
+75096;44.8896;5.78338;764;20221102;13.4;4.6;9;1;9.23;.1;.75;6794
+75096;44.8896;5.78338;764;20221103;14;.4;7.2;1.9;8.63;19.9;.83;8405
+75096;44.8896;5.78338;764;20221104;8.1;.2;4.2;3.6;7.33;5.3;.58;6248
+75096;44.8896;5.78338;764;20221105;8.9;4.2;6.6;4.9;7.33;0;1.05;4685
+75096;44.8896;5.78338;764;20221106;17.3;-.5;8.4;1;6.53;.4;.97;9278
+75096;44.8896;5.78338;764;20221107;16.1;-3.1;6.5;1.1;5.93;0;.95;9520
+75096;44.8896;5.78338;764;20221108;16.2;4.5;10.4;3.1;6.83;0;1.76;7267
+75096;44.8896;5.78338;764;20221109;15.6;12.7;14.2;2.1;9.63;27.4;1.38;3419
+75096;44.8896;5.78338;764;20221110;10.7;5.8;8.3;2.1;9.63;0;.57;4473
+75096;44.8896;5.78338;764;20221111;16.8;.8;8.8;.6;7.53;0;.67;8220
+75096;44.8896;5.78338;764;20221112;15.6;-2.2;6.7;.2;6.83;0;.44;8575
+75096;44.8896;5.78338;764;20221113;16.8;0;8.4;.8;6.83;0;.73;8216
+75096;44.8896;5.78338;764;20221114;12.9;1.2;7.1;2;7.53;7;.82;6720
+75096;44.8896;5.78338;764;20221115;12.2;8;10.1;2.3;10.33;10.6;.68;3855
+75096;44.8896;5.78338;764;20221116;13;3.9;8.5;1.4;8.93;1.6;.62;5744
+75096;44.8896;5.78338;764;20221117;14.6;3.5;9.1;1.6;8.93;8.3;.73;6297
+75096;44.8896;5.78338;764;20221118;8.4;5.5;7;3.7;7.93;.5;.77;3032
+75096;44.8896;5.78338;764;20221119;6;3.2;4.6;5.2;7.03;.2;.66;2937
+75096;44.8896;5.78338;764;20221120;7.1;2.7;4.9;4.3;6.63;.4;.82;3713
+75096;44.8896;5.78338;764;20221121;9.6;-.3;4.7;2.5;6.53;11.3;.7;5654
+75096;44.8896;5.78338;764;20221122;5.9;2.8;4.4;4.3;6.43;.4;.77;2995
+75096;44.8896;5.78338;764;20221123;6.5;-3.1;1.7;1.8;6.23;6.4;.35;5439
+75096;44.8896;5.78338;764;20221124;10;.9;5.5;1.1;6.83;0;.5;5230
+75096;44.8896;5.78338;764;20221125;10;-1.5;4.3;2.8;6.93;.7;.58;5854
+75096;44.8896;5.78338;764;20221126;5.9;3.6;4.8;4.5;6.63;0;.79;2424
+75096;44.8896;5.78338;764;20221127;10.6;-5.7;2.5;1.1;4.43;0;.56;6887
+75096;44.8896;5.78338;764;20221128;8.4;3.9;6.2;2.2;5.53;2.1;.98;3440
+75096;44.8896;5.78338;764;20221129;3;.5;1.8;3.8;6.73;2.1;.18;2462
+75096;44.8896;5.78338;764;20221130;4.6;2.1;3.4;.5;6.23;0;.38;2438
+75096;44.8896;5.78338;764;20221201;3.2;-5.4;-1.1;.2;5.13;0;.21;4739
+75096;44.8896;5.78338;764;20221202;5.7;-.3;2.7;.8;5.43;0;.39;3875
+75096;44.8896;5.78338;764;20221203;4.4;-2.6;.9;.7;5.93;3;.25;4175
+75096;44.8896;5.78338;764;20221204;7.1;1.7;4.4;1.5;6.83;8.4;.43;3601
+75096;44.8896;5.78338;764;20221205;7.7;-4.5;1.6;1;5.53;.1;.32;5525
+75096;44.8896;5.78338;764;20221206;7.9;-6.3;.8;.4;4.63;0;.21;5943
+75096;44.8896;5.78338;764;20221207;-1.3;-7.6;-4.4;.5;4.43;0;.16;3832
+75096;44.8896;5.78338;764;20221208;6.6;-5.1;.8;2;4.83;16.5;.5;5299
+75096;44.8896;5.78338;764;20221209;6.9;4.9;5.9;2.3;7.83;13.7;.5;2001
+75096;44.8896;5.78338;764;20221210;-.3;0;-.1;4.4;5.73;.3;.24;0
+75096;44.8896;5.78338;764;20221211;-2.1;-3.8;-2.9;3;3.83;0;.46;1801
+75096;44.8896;5.78338;764;20221212;1.2;-12.1;-5.4;.9;3.53;9.1;.18;5556
+75096;44.8896;5.78338;764;20221213;4.2;-.5;1.9;2.5;6.63;6.5;.21;3167
+75096;44.8896;5.78338;764;20221214;6.9;2.7;4.8;1.5;7.23;2.3;.4;2967
+75096;44.8896;5.78338;764;20221215;5.3;.9;3.1;2;7.23;28.4;.23;3034
+75096;44.8896;5.78338;764;20221216;1.1;1.1;1.1;3.3;6.13;0;.32;0
+75096;44.8896;5.78338;764;20221217;.6;-2;-.7;1.1;4.93;0;.31;2251
+75096;44.8896;5.78338;764;20221218;8.6;-9;-.2;1.1;3.93;0;.4;6332
+75096;44.8896;5.78338;764;20221219;12.8;2.8;7.8;3;6.23;0;1.19;4693
+75096;44.8896;5.78338;764;20221220;13.1;7.1;10.1;3.9;6.83;1.1;1.63;3565
+75096;44.8896;5.78338;764;20221221;10.6;8.5;9.6;2.5;8.23;3.8;.95;1985
+75096;44.8896;5.78338;764;20221222;11.2;1.9;6.6;1.1;8.33;12.9;.32;4513
+75096;44.8896;5.78338;764;20221223;9.7;6.4;8.1;.9;9.93;1;.33;2568
+75096;44.8896;5.78338;764;20221224;13.9;7.7;10.8;.9;9.53;.1;.5;3637
+75096;44.8896;5.78338;764;20221225;18.5;-2.1;8.2;1.4;6.23;0;.8;6891
+75096;44.8896;5.78338;764;20221226;13.5;-1.2;6.2;1.4;7.13;1.6;.49;5787
+75096;44.8896;5.78338;764;20221227;9.5;2;5.8;1.1;7.63;0;.35;4059
+75096;44.8896;5.78338;764;20221228;9.9;-3.6;3.2;1.4;5.43;0;.48;5567
+75096;44.8896;5.78338;764;20221229;12.4;3.6;8;2.5;6.83;2;.96;4453
+75096;44.8896;5.78338;764;20221230;8.3;5.5;6.9;2;8.83;5;.4;2390
+75096;44.8896;5.78338;764;20221231;18.3;6.1;12.2;3.6;9.23;0;1.45;5343
+75097;44.90184;6.09896;1558;20220101;12.6;5;8.8;1.6;3.99;0;.93;6297
+75097;44.90184;6.09896;1558;20220102;11.4;5.5;8.4;2.2;4.25;0;1.23;5395
+75097;44.90184;6.09896;1558;20220103;6.4;1.4;3.9;1.9;4.65;0;.71;5010
+75097;44.90184;6.09896;1558;20220104;8.6;2.6;5.6;3.2;5.55;3.9;1.01;4516
+75097;44.90184;6.09896;1558;20220105;-.9;-1.3;-1.1;4.1;3.72;.8;.78;3006
+75097;44.90184;6.09896;1558;20220106;-2.2;-9.1;-5.7;3.2;2.19;0;.75;6160
+75097;44.90184;6.09896;1558;20220107;-.1;-10.2;-5.2;1.7;2.45;4.3;.45;6242
+75097;44.90184;6.09896;1558;20220108;.8;-5.9;-2.6;3.1;4.12;11.9;.35;5348
+75097;44.90184;6.09896;1558;20220109;-3.3;-4.6;-4;2.8;4.19;7.6;.21;2955
+75097;44.90184;6.09896;1558;20220110;-2.4;-6.2;-4.3;2.3;2.99;0;.46;5558
+75097;44.90184;6.09896;1558;20220111;-.4;-9.7;-5.1;2.2;2.19;0;.55;7041
+75097;44.90184;6.09896;1558;20220112;2.9;-9;-3.1;1.3;1.85;0;.57;7521
+75097;44.90184;6.09896;1558;20220113;7.7;-2.8;2.4;1.5;2.02;0;.81;7504
+75097;44.90184;6.09896;1558;20220114;8.1;-.2;4;1.8;2.75;0;.99;7144
+75097;44.90184;6.09896;1558;20220115;9.5;.7;5.1;1.8;3.09;0;.99;7409
+75097;44.90184;6.09896;1558;20220116;5.4;-.7;2.3;2.2;2.62;0;1.05;6377
+75097;44.90184;6.09896;1558;20220117;4.9;-4;.5;2.5;2.32;0;.9;7142
+75097;44.90184;6.09896;1558;20220118;8.2;-2.1;3.1;2.2;2.79;0;1.11;7931
+75097;44.90184;6.09896;1558;20220119;4.8;-.4;2.2;2.4;3.09;.1;1.06;5924
+75097;44.90184;6.09896;1558;20220120;1.4;-6.1;-2.3;3.1;3.05;0;.74;6983
+75097;44.90184;6.09896;1558;20220121;-1.8;-8.3;-5.1;1.9;2.72;0;.38;5977
+75097;44.90184;6.09896;1558;20220122;2.8;-8.9;-3.1;1.9;2.89;0;.45;8242
+75097;44.90184;6.09896;1558;20220123;8.3;-3.9;2.2;1.2;2.95;0;.7;8721
+75097;44.90184;6.09896;1558;20220124;8;-1.7;3.2;1.6;2.79;0;.93;8088
+75097;44.90184;6.09896;1558;20220125;7.2;-2.3;2.4;1.8;2.85;0;.96;8187
+75097;44.90184;6.09896;1558;20220126;8.3;-.9;3.7;2.7;2.55;0;1.39;8419
+75097;44.90184;6.09896;1558;20220127;8.1;-1.4;3.3;2.1;2.22;0;1.23;8209
+75097;44.90184;6.09896;1558;20220128;7.3;-1.1;3.1;3.1;2.25;0;1.65;8264
+75097;44.90184;6.09896;1558;20220129;8.4;-1.9;3.2;2.9;2.69;0;1.52;8833
+75097;44.90184;6.09896;1558;20220130;9.1;.7;4.9;3.4;2.99;0;1.73;7957
+75097;44.90184;6.09896;1558;20220131;1.5;-1.9;-.2;4.1;3.09;1.3;1.21;5801
+75097;44.90184;6.09896;1558;20220201;2.1;-6.8;-2.3;3.3;3.55;1.1;.77;8380
+75097;44.90184;6.09896;1558;20220202;5.8;-.2;2.8;3.2;4.95;0;.98;7611
+75097;44.90184;6.09896;1558;20220203;12.6;-.3;6.2;2.4;3.19;0;1.65;9338
+75097;44.90184;6.09896;1558;20220204;8.2;-1;3.6;2;4.15;0;1.1;9336
+75097;44.90184;6.09896;1558;20220205;5.4;-1;2.2;2.7;3.95;0;1.03;7894
+75097;44.90184;6.09896;1558;20220206;4.6;-5.5;-.4;2.2;3.22;9.6;.87;9163
+75097;44.90184;6.09896;1558;20220207;3;-1.7;.6;2.8;3.79;.6;.99;7754
+75097;44.90184;6.09896;1558;20220208;8.1;-4.8;1.6;2.1;3.05;0;1.18;10571
+75097;44.90184;6.09896;1558;20220209;12.4;1;6.7;1.6;2.72;0;1.45;11031
+75097;44.90184;6.09896;1558;20220210;7.6;1;4.3;3.5;3.65;0;1.59;9968
+75097;44.90184;6.09896;1558;20220211;3.8;-2.2;.8;4.2;3.92;0;1.14;6068
+75097;44.90184;6.09896;1558;20220212;2.4;-7.3;-2.4;6;3.25;0;1.03;7356
+75097;44.90184;6.09896;1558;20220213;3;-6;-1.5;6;3.78;3.5;.82;7324
+75097;44.90184;6.09896;1558;20220214;.7;-4.7;-2;6.2;4.38;12.3;.71;4906
+75097;44.90184;6.09896;1558;20220215;.5;-5.3;-2.4;7;4.12;.7;.57;5737
+75097;44.90184;6.09896;1558;20220216;4;-7;-1.5;1.9;5.22;5.3;.49;9331
+75097;44.90184;6.09896;1558;20220217;8.3;.9;4.6;2.7;5.95;.2;1.21;10519
+75097;44.90184;6.09896;1558;20220218;14.5;.9;7.7;2.6;4.69;.5;1.96;12006
+75097;44.90184;6.09896;1558;20220219;2.3;-.4;1;2.3;4.95;0;.8;6511
+75097;44.90184;6.09896;1558;20220220;7.6;-4.5;1.6;2.3;3.69;.9;1.34;12007
+75097;44.90184;6.09896;1558;20220221;1.5;-1.3;.1;3.8;4.59;15;.8;5595
+75097;44.90184;6.09896;1558;20220222;4.7;-3.6;.6;3.5;3.89;0;1.3;11714
+75097;44.90184;6.09896;1558;20220223;7.8;-3.2;2.3;2.5;3.69;0;1.44;12589
+75097;44.90184;6.09896;1558;20220224;5.2;.7;3;2.8;3.89;0;1.55;8887
+75097;44.90184;6.09896;1558;20220225;1.5;-3.4;-1;3.1;3.19;0;1.23;10436
+75097;44.90184;6.09896;1558;20220226;3.4;-7.7;-2.1;2;1.89;0;1.42;13220
+75097;44.90184;6.09896;1558;20220227;2.5;-6.8;-2.2;2;2.32;0;1.3;12760
+75097;44.90184;6.09896;1558;20220228;4;-7.5;-1.8;2;2.29;0;1.38;13772
+75097;44.90184;6.09896;1558;20220301;5.9;-2.8;1.6;2.5;2.99;0;1.66;13018
+75097;44.90184;6.09896;1558;20220302;7;-3;2;1.4;3.45;0;1.35;12765
+75097;44.90184;6.09896;1558;20220303;7.3;-.5;3.4;2.3;4.25;0;1.55;12770
+75097;44.90184;6.09896;1558;20220304;5.5;-2.4;1.5;3;3.32;0;1.63;13084
+75097;44.90184;6.09896;1558;20220305;3.7;-5.6;-1;2.7;2.32;0;1.63;13683
+75097;44.90184;6.09896;1558;20220306;1.7;-9.2;-3.8;2;2.49;0;1.25;14461
+75097;44.90184;6.09896;1558;20220307;4.1;-8.3;-2.1;1.4;2.65;0;1.33;15226
+75097;44.90184;6.09896;1558;20220308;4.8;-5.3;-.2;2;2.92;0;1.56;15155
+75097;44.90184;6.09896;1558;20220309;7.1;-5.2;.9;1.5;3.55;0;1.47;15461
+75097;44.90184;6.09896;1558;20220310;8.8;-2.8;3;1.9;3.49;0;1.82;15252
+75097;44.90184;6.09896;1558;20220311;5.2;-.8;2.2;4.2;3.79;0;1.76;10729
+75097;44.90184;6.09896;1558;20220312;3.7;.1;1.9;4.2;3.92;0;1.63;9586
+75097;44.90184;6.09896;1558;20220313;2.7;.4;1.6;3.4;4.62;7.7;1.17;6470
+75097;44.90184;6.09896;1558;20220314;6.6;-3.5;1.5;2.9;4.95;1.4;1.41;13621
+75097;44.90184;6.09896;1558;20220315;10.8;1.8;6.3;3.6;5.85;0;1.91;10978
+75097;44.90184;6.09896;1558;20220316;12.9;5.1;9;2.1;5.55;0;2.19;12514
+75097;44.90184;6.09896;1558;20220317;8.3;4.3;6.3;3;6.59;0;1.56;8727
+75097;44.90184;6.09896;1558;20220318;9.2;4.4;6.8;4;5.64;.2;2.32;9082
+75097;44.90184;6.09896;1558;20220319;8;.4;4.2;4.7;4.38;0;2.2;13730
+75097;44.90184;6.09896;1558;20220320;6.7;-.3;3.2;4.1;3.44;0;2.45;11290
+75097;44.90184;6.09896;1558;20220321;6.9;-1.5;2.7;3.4;3.44;0;2.3;12537
+75097;44.90184;6.09896;1558;20220322;6.1;-3.9;1.1;7.7;3.45;0;1.67;14249
+75097;44.90184;6.09896;1558;20220323;8.3;-4;2.2;5.9;3.12;0;2.1;16793
+75097;44.90184;6.09896;1558;20220324;13.5;-3.7;4.9;1.5;2.54;0;2.61;18676
+75097;44.90184;6.09896;1558;20220325;15;-3.3;5.8;2.2;2.64;0;3.16;19472
+75097;44.90184;6.09896;1558;20220326;10.2;-.9;4.6;4.3;3.28;0;2.73;16483
+75097;44.90184;6.09896;1558;20220327;10.1;-.7;4.7;3.7;3.42;0;2.65;16730
+75097;44.90184;6.09896;1558;20220328;15.4;-2.9;6.2;1.8;2.94;0;3.04;20056
+75097;44.90184;6.09896;1558;20220329;14;-1.3;6.3;2.5;4.24;1.3;3.03;18483
+75097;44.90184;6.09896;1558;20220330;4.5;.8;2.7;4;6.45;1.6;.96;7378
+75097;44.90184;6.09896;1558;20220331;5;.7;2.9;5.7;5.92;.9;1.15;8680
+75097;44.90184;6.09896;1558;20220401;3.9;-3.9;0;3;3.44;6.3;1.92;13465
+75097;44.90184;6.09896;1558;20220402;2.5;-6.5;-2;4;2.54;.3;2.08;14625
+75097;44.90184;6.09896;1558;20220403;3.9;-7.1;-1.6;3.3;3.04;.4;2.03;16356
+75097;44.90184;6.09896;1558;20220404;4.4;-7.8;-1.7;3;3.72;0;1.64;19742
+75097;44.90184;6.09896;1558;20220405;10.4;-5;2.7;3.2;4.62;0;2.29;21108
+75097;44.90184;6.09896;1558;20220406;10.1;-1.2;4.4;4.2;5.72;2;2.03;16734
+75097;44.90184;6.09896;1558;20220407;6.3;.1;3.2;7.6;6.68;30.4;1.07;9095
+75097;44.90184;6.09896;1558;20220408;7.6;1.2;4.4;6.7;7.45;15;1.43;12044
+75097;44.90184;6.09896;1558;20220409;1.3;-1;.1;6.8;4.35;1.1;1.29;10146
+75097;44.90184;6.09896;1558;20220410;8.4;-6.3;1.1;3.7;3.22;0;2.69;22290
+75097;44.90184;6.09896;1558;20220411;10.6;-2.2;4.2;7.2;5.05;0;2.16;15668
+75097;44.90184;6.09896;1558;20220412;12.8;-.4;6.2;6.6;5.52;0;2.75;18889
+75097;44.90184;6.09896;1558;20220413;14.5;4.6;9.5;4.6;5.98;0;3.41;18898
+75097;44.90184;6.09896;1558;20220414;16.6;2.3;9.5;3.4;6.45;0;3.59;21907
+75097;44.90184;6.09896;1558;20220415;17.9;3.7;10.8;3.8;6.98;0;3.57;21322
+75097;44.90184;6.09896;1558;20220416;17.4;4;10.7;5.8;5.72;0;4.1;21849
+75097;44.90184;6.09896;1558;20220417;15.5;3.4;9.5;4.3;4.82;0;4.05;20988
+75097;44.90184;6.09896;1558;20220418;14.7;.4;7.6;4.4;5.25;0;3.61;22992
+75097;44.90184;6.09896;1558;20220419;14.1;.8;7.5;3.3;5.25;0;3.34;22353
+75097;44.90184;6.09896;1558;20220420;10.8;1.3;6.1;3.8;6.25;1.2;2.43;16774
+75097;44.90184;6.09896;1558;20220421;8.8;3.6;6.2;3.5;6.64;.1;2.29;12837
+75097;44.90184;6.09896;1558;20220422;15.3;3.6;9.4;3.2;6.64;.1;3.57;19578
+75097;44.90184;6.09896;1558;20220423;7.6;3.5;5.5;5.7;7.02;21.8;1.52;9152
+75097;44.90184;6.09896;1558;20220424;7;-.9;3.1;5.9;6.68;.9;1.42;13589
+75097;44.90184;6.09896;1558;20220425;10.5;1.6;6.1;5.5;6.88;0;2.21;17988
+75097;44.90184;6.09896;1558;20220426;12.4;.6;6.5;2.8;6.32;0;2.89;20443
+75097;44.90184;6.09896;1558;20220427;15.5;.5;8;3.5;5.72;0;3.79;24620
+75097;44.90184;6.09896;1558;20220428;15.9;3;9.4;3.6;5.98;0;3.83;23342
+75097;44.90184;6.09896;1558;20220429;17.3;2.8;10;4.1;6.68;0;4.13;24635
+75097;44.90184;6.09896;1558;20220430;12.2;5.2;8.7;4.1;6.92;0;2.74;15502
+75097;44.90184;6.09896;1558;20220501;13.6;0;6.8;3.7;5.35;0;3.58;25112
+75097;44.90184;6.09896;1558;20220502;14.3;1.7;8;2.7;6.62;1.8;3.3;22482
+75097;44.90184;6.09896;1558;20220503;11;4;7.5;2.7;7.75;2.3;2.56;17730
+75097;44.90184;6.09896;1558;20220504;11.4;3.6;7.5;3.7;7.98;6.7;2.34;17054
+75097;44.90184;6.09896;1558;20220505;6.9;4.4;5.6;5.2;7.85;9.5;1.56;11358
+75097;44.90184;6.09896;1558;20220506;9.1;3.5;6.3;3.2;7.35;0;1.73;10505
+75097;44.90184;6.09896;1558;20220507;11.2;5.1;8.2;2.4;8.19;3.4;2;11338
+75097;44.90184;6.09896;1558;20220508;12.2;4.9;8.5;1.8;8.39;2.3;2.06;12539
+75097;44.90184;6.09896;1558;20220509;13.8;5.5;9.7;1.6;8.45;.7;2.37;13753
+75097;44.90184;6.09896;1558;20220510;17.1;6.3;11.7;1.7;8.65;0;2.87;15829
+75097;44.90184;6.09896;1558;20220511;19.9;7.9;13.9;2.1;8.49;0;3.45;16554
+75097;44.90184;6.09896;1558;20220512;20.2;8;14.1;2.1;8.45;0;3.49;16974
+75097;44.90184;6.09896;1558;20220513;18.1;8.3;13.2;2;10.15;0;2.9;15110
+75097;44.90184;6.09896;1558;20220514;20.3;8.4;14.4;2.2;9.92;.1;3.43;17040
+75097;44.90184;6.09896;1558;20220515;20.2;9.5;14.8;2.2;9.82;2.4;3.31;15888
+75097;44.90184;6.09896;1558;20220516;19.7;8.8;14.2;2;9.55;.3;3.24;16091
+75097;44.90184;6.09896;1558;20220517;21.1;9.6;15.4;1.8;9.55;0;3.55;16893
+75097;44.90184;6.09896;1558;20220518;22.6;11.4;17;2.7;9.52;6.2;4;16661
+75097;44.90184;6.09896;1558;20220519;21.8;11.7;16.7;2.9;10.35;.7;3.77;15482
+75097;44.90184;6.09896;1558;20220520;23.7;12.3;18;2.9;9.22;0;4.34;16612
+75097;44.90184;6.09896;1558;20220521;23.2;11.4;17.3;1.6;9.32;0;3.78;17490
+75097;44.90184;6.09896;1558;20220522;25.8;14.2;20;2;10.15;.3;4.26;16781
+75097;44.90184;6.09896;1558;20220523;21.7;13;17.4;3;9.29;1.4;3.96;14708
+75097;44.90184;6.09896;1558;20220524;14.5;7.7;11.1;2.4;9.32;2.5;2.49;12951
+75097;44.90184;6.09896;1558;20220525;12;6;9;2;9.09;.5;2.02;12763
+75097;44.90184;6.09896;1558;20220526;15.7;5.9;10.8;2.2;9.82;.8;2.52;15507
+75097;44.90184;6.09896;1558;20220527;19.1;8.4;13.7;2.3;10.95;0;3.02;16470
+75097;44.90184;6.09896;1558;20220528;18.6;8.3;13.5;2.7;8.72;0;3.33;16905
+75097;44.90184;6.09896;1558;20220529;15.1;4.6;9.8;2.6;6.99;0;3.17;17505
+75097;44.90184;6.09896;1558;20220530;15.9;3.8;9.9;3;6.49;1;3.39;18163
+75097;44.90184;6.09896;1558;20220531;14.1;6.8;10.4;3.1;8.32;1.8;2.57;13432
+75097;44.90184;6.09896;1558;20220601;20.6;8.3;14.4;2.8;9.42;1.5;3.77;18161
+75097;44.90184;6.09896;1558;20220602;22.7;10.9;16.8;2.8;10.52;0;4.1;18004
+75097;44.90184;6.09896;1558;20220603;20.3;13;16.6;2.1;11.29;2.8;3.17;13754
+75097;44.90184;6.09896;1558;20220604;24.2;13.1;18.6;4;10.39;1.1;4.77;17081
+75097;44.90184;6.09896;1558;20220605;20;12.8;16.4;2.6;10.82;3.4;3.42;14560
+75097;44.90184;6.09896;1558;20220606;20.7;8.3;14.5;2.1;9.85;.3;3.68;18644
+75097;44.90184;6.09896;1558;20220607;17.4;9.9;13.7;2.4;9.02;0;3.23;15428
+75097;44.90184;6.09896;1558;20220608;16.7;6.6;11.6;2.1;7.52;4.7;3.18;16476
+75097;44.90184;6.09896;1558;20220609;11.6;6.6;9.1;3.4;7.55;.6;2.49;11832
+75097;44.90184;6.09896;1558;20220610;19.5;3.5;11.5;2.7;6.49;0;4.03;20080
+75097;44.90184;6.09896;1558;20220611;23;8.3;15.7;2.3;7.59;0;5.21;28980
+75097;44.90184;6.09896;1558;20220612;24.9;12;18.5;2.2;7.45;.7;5.57;27066
+75097;44.90184;6.09896;1558;20220613;21.2;12.3;16.7;2.6;10.25;0;4.78;25129
+75097;44.90184;6.09896;1558;20220614;24.9;10.3;17.6;2.2;9.65;0;5.46;29256
+75097;44.90184;6.09896;1558;20220615;24.5;14.4;19.5;2.2;10.39;2.8;4.96;22933
+75097;44.90184;6.09896;1558;20220616;25.5;13.4;19.4;2.3;10.49;0;5.57;27806
+75097;44.90184;6.09896;1558;20220617;26.9;13.1;20;2.3;9.02;0;5.8;27972
+75097;44.90184;6.09896;1558;20220618;27.3;16.1;21.7;2.2;11.42;5.2;5.59;25653
+75097;44.90184;6.09896;1558;20220619;26.5;16;21.2;3.4;11.69;0;5.98;26097
+75097;44.90184;6.09896;1558;20220620;25.8;14.5;20.1;3.2;9.42;.1;6.1;26767
+75097;44.90184;6.09896;1558;20220621;25.9;16.3;21.1;4.4;9.49;4.9;6.02;21460
+75097;44.90184;6.09896;1558;20220622;20.6;12.6;16.6;2.6;12.09;3.1;3.75;18702
+75097;44.90184;6.09896;1558;20220623;20.4;11.2;15.8;2;11.45;1.3;3.99;21931
+75097;44.90184;6.09896;1558;20220624;15.5;10.4;13;2;10.45;11.4;2.87;16162
+75097;44.90184;6.09896;1558;20220625;20.9;7.9;14.4;2.1;9.61;0;4.34;24775
+75097;44.90184;6.09896;1558;20220626;23.9;11.3;17.6;2.7;10.94;.4;4.98;24643
+75097;44.90184;6.09896;1558;20220627;18.8;13.5;16.2;2;13.44;0;3.46;18279
+75097;44.90184;6.09896;1558;20220628;17.9;11.1;14.5;1.4;13.61;8.1;3.06;18183
+75097;44.90184;6.09896;1558;20220629;21.6;9.3;15.5;1.6;12.05;0;4.62;27849
+75097;44.90184;6.09896;1558;20220630;22.3;12.1;17.2;2.2;11.29;6;4.29;21740
+75097;44.90184;6.09896;1558;20220701;17.2;8.5;12.9;2.4;10.55;.3;3.78;23761
+75097;44.90184;6.09896;1558;20220702;25;8.3;16.6;1.9;7.75;0;5.55;29973
+75097;44.90184;6.09896;1558;20220703;27;14.6;20.8;2.2;9.85;.1;5.74;26888
+75097;44.90184;6.09896;1558;20220704;24.5;14.4;19.4;2.1;11.65;.3;4.99;24898
+75097;44.90184;6.09896;1558;20220705;21.3;11.2;16.3;2.2;11.75;0;4.52;26145
+75097;44.90184;6.09896;1558;20220706;21.6;10.8;16.2;2.6;10.59;0;4.77;26403
+75097;44.90184;6.09896;1558;20220707;21.3;10;15.6;2.8;10.19;0;4.78;27205
+75097;44.90184;6.09896;1558;20220708;22;9;15.5;2.7;9.42;0;5.1;27840
+75097;44.90184;6.09896;1558;20220709;23.2;11.3;17.3;2.1;9.85;0;5;26711
+75097;44.90184;6.09896;1558;20220710;23.3;11;17.1;2.6;9.25;0;5.29;27274
+75097;44.90184;6.09896;1558;20220711;23.8;12;17.9;1.9;10.99;0;4.97;26579
+75097;44.90184;6.09896;1558;20220712;24;12;18;2.5;9.39;0;5.36;27249
+75097;44.90184;6.09896;1558;20220713;25.4;13;19.2;2;11.29;0;5.16;26109
+75097;44.90184;6.09896;1558;20220714;27.2;15.7;21.5;1.9;11.19;0;5.48;26600
+75097;44.90184;6.09896;1558;20220715;26.4;14.4;20.4;2.4;9.49;0;5.5;26137
+75097;44.90184;6.09896;1558;20220716;26.2;13.3;19.8;2.7;9.59;0;5.57;26195
+75097;44.90184;6.09896;1558;20220717;26.3;13.8;20.1;2.1;10.55;0;5.43;26675
+75097;44.90184;6.09896;1558;20220718;28.6;15.8;22.2;1.6;12.02;.3;5.48;27165
+75097;44.90184;6.09896;1558;20220719;29.5;16.2;22.8;2.1;13.25;0;5.76;26369
+75097;44.90184;6.09896;1558;20220720;27.8;15.7;21.7;2;13.55;1;5.26;24820
+75097;44.90184;6.09896;1558;20220721;26.3;12.5;19.4;2;12.29;0;5.2;27283
+75097;44.90184;6.09896;1558;20220722;29.2;15.3;22.2;2.4;10.82;.1;5.93;26466
+75097;44.90184;6.09896;1558;20220723;25.3;15.5;20.4;2.5;12.49;1.5;4.88;22366
+75097;44.90184;6.09896;1558;20220724;27.9;13.6;20.8;2.1;11.99;0;5.58;27266
+75097;44.90184;6.09896;1558;20220725;27.9;16.6;22.3;2.5;11.02;1.5;5.23;21162
+75097;44.90184;6.09896;1558;20220726;22.4;12;17.2;2.6;12.12;0;4.35;23463
+75097;44.90184;6.09896;1558;20220727;23;11.9;17.4;2.7;11.65;0;4.75;24665
+75097;44.90184;6.09896;1558;20220728;24.9;12.5;18.7;2.2;10.42;0;4.83;23554
+75097;44.90184;6.09896;1558;20220729;18.8;13.2;16;1.7;10.72;3.4;3.11;15687
+75097;44.90184;6.09896;1558;20220730;22.2;10.1;16.2;2.6;9.42;0;4.64;25522
+75097;44.90184;6.09896;1558;20220731;25.2;11.7;18.4;2.4;8.85;0;5.2;25846
+75097;44.90184;6.09896;1558;20220801;26.2;12.9;19.6;2.6;9.75;0;5.36;25299
+75097;44.90184;6.09896;1558;20220802;26.2;13.1;19.6;2.6;9.79;0;5.42;25275
+75097;44.90184;6.09896;1558;20220803;27.4;15;21.2;2;11.55;0;5.12;24365
+75097;44.90184;6.09896;1558;20220804;25.8;16.6;21.2;1.6;12.82;4.8;4.06;18451
+75097;44.90184;6.09896;1558;20220805;26.9;15.7;21.3;1.8;12.35;.7;4.69;22112
+75097;44.90184;6.09896;1558;20220806;24.6;11.9;18.3;2.2;11.65;0;4.61;24378
+75097;44.90184;6.09896;1558;20220807;23.4;12.5;17.9;2.3;12.52;.1;4.36;23163
+75097;44.90184;6.09896;1558;20220808;23.8;11;17.4;2.2;11.32;0;4.48;24387
+75097;44.90184;6.09896;1558;20220809;25.7;13.2;19.4;1.8;11.32;.7;4.68;24323
+75097;44.90184;6.09896;1558;20220810;24.7;14.1;19.4;1.8;11.39;1.7;4.39;22105
+75097;44.90184;6.09896;1558;20220811;25.3;12.9;19.1;1.8;10.02;0;4.57;23428
+75097;44.90184;6.09896;1558;20220812;25.3;13.8;19.6;2.2;8.92;0;4.88;23129
+75097;44.90184;6.09896;1558;20220813;25;13.2;19.1;2.2;7.25;.6;4.95;23283
+75097;44.90184;6.09896;1558;20220814;18.1;14.3;16.2;2.2;9.75;27.1;2.74;9297
+75097;44.90184;6.09896;1558;20220815;21.3;10.2;15.8;2.7;9.85;.2;4.09;22124
+75097;44.90184;6.09896;1558;20220816;23.2;10.2;16.7;2;9.62;0;4.12;21923
+75097;44.90184;6.09896;1558;20220817;21.3;14;17.6;2.9;11.32;23.5;3.58;15599
+75097;44.90184;6.09896;1558;20220818;16.2;8.4;12.3;3.3;10.75;22.5;2.69;16701
+75097;44.90184;6.09896;1558;20220819;15.9;8.6;12.3;3;10.92;0;2.35;14309
+75097;44.90184;6.09896;1558;20220820;18.3;9.9;14.1;2.7;11.62;.1;3.17;17514
+75097;44.90184;6.09896;1558;20220821;18.9;10.4;14.6;3.2;11.69;.1;3.22;17398
+75097;44.90184;6.09896;1558;20220822;19.9;10.6;15.2;3.2;10.72;0;3.69;18467
+75097;44.90184;6.09896;1558;20220823;21.7;10.9;16.3;3.4;10.19;0;4.17;19811
+75097;44.90184;6.09896;1558;20220824;23.1;12.5;17.8;1.9;11.22;0;3.85;19457
+75097;44.90184;6.09896;1558;20220825;23.6;13.9;18.8;1.8;12.56;.1;3.72;18504
+75097;44.90184;6.09896;1558;20220826;19.4;12.9;16.1;2.3;13.16;1.7;2.76;14872
+75097;44.90184;6.09896;1558;20220827;18.5;10.3;14.4;2.7;13.77;.1;2.32;13974
+75097;44.90184;6.09896;1558;20220828;19.9;11.9;15.9;1.8;14.17;.1;2.97;17691
+75097;44.90184;6.09896;1558;20220829;21.9;13.4;17.7;2.1;11.81;.2;3.55;17926
+75097;44.90184;6.09896;1558;20220830;21.1;14.2;17.7;2.5;12.19;3.7;3.28;14805
+75097;44.90184;6.09896;1558;20220831;18.1;10.2;14.1;2.3;12.79;.8;2.58;15548
+75097;44.90184;6.09896;1558;20220901;19.8;9.4;14.6;2;10.62;.1;3.15;18220
+75097;44.90184;6.09896;1558;20220902;19.3;11;15.2;1.8;9.72;2.9;2.93;15561
+75097;44.90184;6.09896;1558;20220903;19.1;10.8;15;2.5;10.72;7.2;2.87;15110
+75097;44.90184;6.09896;1558;20220904;20.7;9.4;15.1;1.6;10.55;.1;3.16;19610
+75097;44.90184;6.09896;1558;20220905;22.3;11.9;17.1;2.5;10.32;.5;3.62;18013
+75097;44.90184;6.09896;1558;20220906;22.2;12.8;17.5;2.8;10.85;1.6;3.59;17277
+75097;44.90184;6.09896;1558;20220907;21.7;12;16.8;2.8;10.85;13;3.37;15879
+75097;44.90184;6.09896;1558;20220908;17.2;8.7;13;2.2;10.25;0;2.69;17244
+75097;44.90184;6.09896;1558;20220909;16.3;7.6;11.9;2.2;8.09;0;2.77;16926
+75097;44.90184;6.09896;1558;20220910;15.1;5.3;10.2;2;8.35;0;2.45;17324
+75097;44.90184;6.09896;1558;20220911;18.4;5.3;11.8;1.7;7.52;0;2.93;19558
+75097;44.90184;6.09896;1558;20220912;23.1;9.5;16.3;1.7;6.89;0;3.57;19774
+75097;44.90184;6.09896;1558;20220913;23.3;12.7;18;3.1;8.95;2.4;3.79;15036
+75097;44.90184;6.09896;1558;20220914;17.9;14.6;16.3;4.8;10.85;15.3;2.93;8519
+75097;44.90184;6.09896;1558;20220915;16.4;9.3;12.8;2.1;10.82;1;2.09;12646
+75097;44.90184;6.09896;1558;20220916;14.1;8.9;11.5;2.7;9.99;0;1.99;12404
+75097;44.90184;6.09896;1558;20220917;10.2;3.4;6.8;3.8;5.25;0;2.49;15168
+75097;44.90184;6.09896;1558;20220918;14.1;.9;7.5;2.4;4.55;0;2.62;18372
+75097;44.90184;6.09896;1558;20220919;15.7;4.8;10.2;2.4;4.95;0;2.85;17030
+75097;44.90184;6.09896;1558;20220920;14.6;3.3;8.9;2;5.69;0;2.4;17162
+75097;44.90184;6.09896;1558;20220921;13.9;4.8;9.4;2.6;6.95;0;2.44;15992
+75097;44.90184;6.09896;1558;20220922;15.1;5.5;10.3;2.2;7.62;0;2.32;15331
+75097;44.90184;6.09896;1558;20220923;14.7;5.2;9.9;2.2;7.02;8.9;2.31;14945
+75097;44.90184;6.09896;1558;20220924;10.7;6.9;8.8;2;9.05;13.3;1.27;8132
+75097;44.90184;6.09896;1558;20220925;9.5;4.9;7.2;1.4;8.19;6.2;1.3;9979
+75097;44.90184;6.09896;1558;20220926;10.2;1.9;6.1;1.9;6.82;4.4;1.64;13970
+75097;44.90184;6.09896;1558;20220927;7.8;2.1;5;2.4;6.62;4.7;1.38;12116
+75097;44.90184;6.09896;1558;20220928;8.9;1.9;5.4;2.2;7.89;16.6;1.03;8926
+75097;44.90184;6.09896;1558;20220929;9.1;3.9;6.5;2.2;7.32;.5;1.39;9938
+75097;44.90184;6.09896;1558;20220930;5.4;1.6;3.5;1.5;6.72;4;.89;7223
+75097;44.90184;6.09896;1558;20221001;9.6;1.5;5.5;1.9;8.22;4.8;1.02;9170
+75097;44.90184;6.09896;1558;20221002;15.5;6.9;11.2;2.1;9.85;.1;1.78;13227
+75097;44.90184;6.09896;1558;20221003;14.8;5.6;10.2;1.9;7.82;0;1.84;13439
+75097;44.90184;6.09896;1558;20221004;18.1;6;12.1;2;6.35;0;2.47;15325
+75097;44.90184;6.09896;1558;20221005;18.1;8.2;13.1;1.9;7.72;.4;2.27;13725
+75097;44.90184;6.09896;1558;20221006;15.8;7;11.4;1.6;9.02;0;1.75;12950
+75097;44.90184;6.09896;1558;20221007;16.6;7.1;11.9;1.5;8.72;.2;1.84;13026
+75097;44.90184;6.09896;1558;20221008;11.7;7.5;9.6;1.4;9.72;2.8;1.08;7101
+75097;44.90184;6.09896;1558;20221009;11.7;7.5;9.6;1.2;10.25;5.7;1.03;7334
+75097;44.90184;6.09896;1558;20221010;14.9;7.2;11.1;1.6;9.45;.2;1.56;12034
+75097;44.90184;6.09896;1558;20221011;16.2;5.9;11;1.5;8.99;0;1.63;12827
+75097;44.90184;6.09896;1558;20221012;14;7.1;10.6;1.3;9.12;.9;1.39;10559
+75097;44.90184;6.09896;1558;20221013;13.1;5.4;9.2;1.3;7.95;0;1.31;9330
+75097;44.90184;6.09896;1558;20221014;12.1;6.1;9.1;1.1;9.09;.2;1.06;7856
+75097;44.90184;6.09896;1558;20221015;18;6.4;12.2;2.1;8.05;.1;1.99;12819
+75097;44.90184;6.09896;1558;20221016;17.8;8.6;13.2;3.1;8.25;0;2.25;11219
+75097;44.90184;6.09896;1558;20221017;18.9;9.7;14.3;2.8;8.22;0;2.34;10943
+75097;44.90184;6.09896;1558;20221018;19;9.2;14.1;1.7;8.62;0;1.85;11531
+75097;44.90184;6.09896;1558;20221019;20.2;9.2;14.7;1.5;7.09;0;1.96;11958
+75097;44.90184;6.09896;1558;20221020;16.3;11.8;14;4.1;8.19;7.9;2.57;5520
+75097;44.90184;6.09896;1558;20221021;12.3;11.2;11.7;5.2;10.22;25.8;1.57;2127
+75097;44.90184;6.09896;1558;20221022;15;7.5;11.3;3.1;9.19;.9;1.57;8255
+75097;44.90184;6.09896;1558;20221023;17.8;10.1;13.9;6.3;8.12;10;3.12;7145
+75097;44.90184;6.09896;1558;20221024;13.2;10.4;11.8;4.5;9.52;9.6;1.74;4441
+75097;44.90184;6.09896;1558;20221025;16.2;5.9;11.1;2.5;7.62;.2;1.72;9492
+75097;44.90184;6.09896;1558;20221026;18.9;10.3;14.6;2.8;7.59;0;2.26;10178
+75097;44.90184;6.09896;1558;20221027;19.5;10.4;15;2.8;7.99;0;2.18;9996
+75097;44.90184;6.09896;1558;20221028;20.8;11.3;16;2.2;7.35;0;2.16;9747
+75097;44.90184;6.09896;1558;20221029;20.3;11.7;16;2.2;7.05;0;2.17;8803
+75097;44.90184;6.09896;1558;20221030;18.8;10.8;14.8;2.3;6.49;0;2.14;8246
+75097;44.90184;6.09896;1558;20221031;17.8;8.9;13.3;3.1;6.05;12.8;2.32;8898
+75097;44.90184;6.09896;1558;20221101;12.9;6.4;9.7;2.4;8.42;7.6;1.11;7760
+75097;44.90184;6.09896;1558;20221102;10.5;4.1;7.3;1.3;7.82;.1;.79;7430
+75097;44.90184;6.09896;1558;20221103;9.4;3.5;6.5;3.1;6.52;26.2;1.22;5212
+75097;44.90184;6.09896;1558;20221104;3.8;-1.1;1.4;2.5;5.32;2.4;.66;5316
+75097;44.90184;6.09896;1558;20221105;5.1;-1.4;1.8;2.7;4.15;0;1.02;7652
+75097;44.90184;6.09896;1558;20221106;12.4;-.6;5.9;1.8;3.59;.5;1.35;9517
+75097;44.90184;6.09896;1558;20221107;14.9;2.1;8.5;1.7;4.35;0;1.33;9730
+75097;44.90184;6.09896;1558;20221108;12.1;5.5;8.8;2.7;4.82;0;1.69;6568
+75097;44.90184;6.09896;1558;20221109;9.5;6;7.8;3.1;7.25;25.7;1.1;3351
+75097;44.90184;6.09896;1558;20221110;11.3;2.3;6.8;2;6.72;0;.93;8530
+75097;44.90184;6.09896;1558;20221111;14.6;4;9.3;1.4;4.52;0;1.14;8751
+75097;44.90184;6.09896;1558;20221112;15.7;6.6;11.1;1.3;4.49;0;1.23;7281
+75097;44.90184;6.09896;1558;20221113;11.6;7.8;9.7;1.9;4.79;0;1.43;4705
+75097;44.90184;6.09896;1558;20221114;7.3;4;5.6;2.1;5.95;4.4;.89;3893
+75097;44.90184;6.09896;1558;20221115;8;3.6;5.8;3;7.19;8.4;.77;3975
+75097;44.90184;6.09896;1558;20221116;8.7;2.8;5.8;2.1;6.29;2.6;.8;6787
+75097;44.90184;6.09896;1558;20221117;8.8;3.3;6.1;3.2;6.55;8.4;.97;4826
+75097;44.90184;6.09896;1558;20221118;3.2;-.2;1.5;2.3;5.39;.2;.54;4620
+75097;44.90184;6.09896;1558;20221119;3.2;-2.9;.1;2.4;3.89;0;.69;6404
+75097;44.90184;6.09896;1558;20221120;4.1;-4.1;0;2.4;3.72;.4;.7;7256
+75097;44.90184;6.09896;1558;20221121;6;-4;1;2.7;4.29;9.2;.8;5855
+75097;44.90184;6.09896;1558;20221122;.5;-2.4;-.9;2.9;4.35;.1;.52;4972
+75097;44.90184;6.09896;1558;20221123;4.7;-4.4;.1;1.9;4.15;7.2;.6;5404
+75097;44.90184;6.09896;1558;20221124;6.5;-3;1.8;1.9;3.89;.1;.7;7365
+75097;44.90184;6.09896;1558;20221125;7;-.1;3.4;2.2;4.22;0;.83;6533
+75097;44.90184;6.09896;1558;20221126;6.1;-1.6;2.3;2.7;3.32;0;1.08;6504
+75097;44.90184;6.09896;1558;20221127;8;-.4;3.8;1.8;2.39;0;1.11;5813
+75097;44.90184;6.09896;1558;20221128;3.7;.2;2;2.2;3.52;1.4;.96;3515
+75097;44.90184;6.09896;1558;20221129;.7;-2.2;-.8;1.9;4.82;1.2;.35;3268
+75097;44.90184;6.09896;1558;20221130;2.1;-4.2;-1;1.7;3.99;0;.36;5566
+75097;44.90184;6.09896;1558;20221201;2.4;-4.8;-1.2;1.7;3.69;0;.46;6140
+75097;44.90184;6.09896;1558;20221202;1.9;-5.8;-1.9;2.8;3.42;.1;.56;6274
+75097;44.90184;6.09896;1558;20221203;1.7;-2.5;-.4;3.8;3.99;1.1;.82;3245
+75097;44.90184;6.09896;1558;20221204;2.2;-.1;1.1;2.4;5.02;10.9;.54;3060
+75097;44.90184;6.09896;1558;20221205;2.7;-2.4;.1;2.1;3.82;.1;.63;5111
+75097;44.90184;6.09896;1558;20221206;5.2;-3.6;.8;1.5;2.75;0;.7;6348
+75097;44.90184;6.09896;1558;20221207;3.3;-3.9;-.3;1.5;2.69;0;.64;6006
+75097;44.90184;6.09896;1558;20221208;3.6;-3.4;.1;2.9;2.85;17;1.03;5302
+75097;44.90184;6.09896;1558;20221209;2.6;.1;1.4;3.6;6.02;17;.37;2430
+75097;44.90184;6.09896;1558;20221210;.3;-.4;-.1;2;4.85;0;.42;2685
+75097;44.90184;6.09896;1558;20221211;-3.5;-10.6;-7.1;1.7;2.05;0;.39;5966
+75097;44.90184;6.09896;1558;20221212;-1.3;-9.5;-5.4;1.6;2.15;10.2;.43;6026
+75097;44.90184;6.09896;1558;20221213;2.3;-5.5;-1.6;4.1;5.09;8.5;.19;4149
+75097;44.90184;6.09896;1558;20221214;4.5;1;2.8;1.8;6.02;2.3;.4;3221
+75097;44.90184;6.09896;1558;20221215;3.2;.6;1.9;1.9;5.45;24;.49;2409
+75097;44.90184;6.09896;1558;20221216;2;-1;.5;1.8;5.42;0;.27;3958
+75097;44.90184;6.09896;1558;20221217;3;-6.4;-1.7;2.2;2.52;0;.71;6537
+75097;44.90184;6.09896;1558;20221218;5.7;-2.8;1.4;1.9;2.05;0;.97;6147
+75097;44.90184;6.09896;1558;20221219;6.6;-.2;3.2;1.4;3.55;0;.71;4836
+75097;44.90184;6.09896;1558;20221220;8.3;.2;4.2;2;4.42;0;.86;4832
+75097;44.90184;6.09896;1558;20221221;5.5;1.9;3.7;1.8;5.99;3.8;.51;3542
+75097;44.90184;6.09896;1558;20221222;5.4;.6;3;2.1;5.92;14.4;.42;4344
+75097;44.90184;6.09896;1558;20221223;6.4;1.7;4.1;2.5;7.69;4.8;.21;3040
+75097;44.90184;6.09896;1558;20221224;8.9;3.8;6.3;2.1;6.92;.1;.59;4817
+75097;44.90184;6.09896;1558;20221225;11.6;4.7;8.2;3.2;4.65;0;1.59;5657
+75097;44.90184;6.09896;1558;20221226;8.4;3.7;6;2.8;5.32;.8;1.06;4370
+75097;44.90184;6.09896;1558;20221227;5.6;-.1;2.8;1.5;4.79;0;.46;5522
+75097;44.90184;6.09896;1558;20221228;4.9;-1.9;1.5;2.2;2.65;0;.91;5787
+75097;44.90184;6.09896;1558;20221229;7.6;0;3.8;2.9;4.42;2.5;.95;5312
+75097;44.90184;6.09896;1558;20221230;6;1.6;3.8;2.8;6.49;8.3;.49;3305
+75097;44.90184;6.09896;1558;20221231;10.9;4.2;7.5;4.2;7.15;.1;1.07;5342
+75098;44.91312;6.41465;2000;20220101;9;3.9;6.4;3;3.96;0;1.34;7800
+75098;44.91312;6.41465;2000;20220102;8;3.8;5.9;3.2;3.96;0;1.42;6900
+75098;44.91312;6.41465;2000;20220103;3.2;.5;1.8;2.3;4.27;0;.75;5900
+75098;44.91312;6.41465;2000;20220104;6.4;.9;3.6;2.8;5.37;2;.94;4100
+75098;44.91312;6.41465;2000;20220105;-4.9;-4.3;-4.6;4.2;3.37;.2;.53;6400
+75098;44.91312;6.41465;2000;20220106;-5.8;-13;-9.4;1.6;1.86;0;.31;8400
+75098;44.91312;6.41465;2000;20220107;-2.4;-13.4;-7.9;1.7;2.06;4.2;.45;6500
+75098;44.91312;6.41465;2000;20220108;-2.9;-8.7;-5.8;3.1;3.96;10;.21;5700
+75098;44.91312;6.41465;2000;20220109;-7;-7.5;-7.3;4;3.76;7.3;.11;3900
+75098;44.91312;6.41465;2000;20220110;-5.8;-8.6;-7.2;2;2.37;0;.37;8800
+75098;44.91312;6.41465;2000;20220111;-2.6;-11.8;-7.2;1.7;1.46;0;.53;8900
+75098;44.91312;6.41465;2000;20220112;-.6;-9.1;-4.9;1.4;1.36;0;.6;7700
+75098;44.91312;6.41465;2000;20220113;3.6;-6.4;-1.4;2.4;1.96;0;.99;9000
+75098;44.91312;6.41465;2000;20220114;4.9;-1.6;1.6;2.4;2.67;0;1.04;9000
+75098;44.91312;6.41465;2000;20220115;4.9;-1.5;1.7;2.5;2.76;0;1.06;9100
+75098;44.91312;6.41465;2000;20220116;2.5;-2.5;0;2.3;2.46;0;.92;9300
+75098;44.91312;6.41465;2000;20220117;3.7;-6.9;-1.6;1.8;1.96;0;.82;9300
+75098;44.91312;6.41465;2000;20220118;4.2;-3.8;.2;2.2;2.76;0;.92;9200
+75098;44.91312;6.41465;2000;20220119;2.6;-3;-.2;3.2;2.87;0;1.1;9400
+75098;44.91312;6.41465;2000;20220120;-.6;-10;-5.3;2;2.76;0;.53;9600
+75098;44.91312;6.41465;2000;20220121;-5.6;-11.5;-8.6;1.4;2.46;0;.35;7400
+75098;44.91312;6.41465;2000;20220122;1.6;-11.6;-5;1.2;2.56;0;.49;9800
+75098;44.91312;6.41465;2000;20220123;5.8;-4.6;.6;1.6;2.76;0;.84;9600
+75098;44.91312;6.41465;2000;20220124;5.6;-4.9;.3;1.8;2.56;0;.92;10200
+75098;44.91312;6.41465;2000;20220125;5.7;-4.8;.4;1.7;2.56;0;.9;10400
+75098;44.91312;6.41465;2000;20220126;4.6;-2.5;1;2.2;2.37;0;1.12;10600
+75098;44.91312;6.41465;2000;20220127;5.1;-3.5;.8;2;2.17;0;1.12;9800
+75098;44.91312;6.41465;2000;20220128;4.6;-3.3;.6;2.1;2.06;0;1.14;10800
+75098;44.91312;6.41465;2000;20220129;5.4;-3.2;1.1;2.2;2.46;0;1.19;10400
+75098;44.91312;6.41465;2000;20220130;7.3;-2.7;2.3;2.3;2.56;0;1.34;10400
+75098;44.91312;6.41465;2000;20220131;-1.2;-1.3;-1.3;5.7;2.87;0;1.5;6800
+75098;44.91312;6.41465;2000;20220201;-1;-11.6;-6.3;2.3;3.17;.8;.55;10400
+75098;44.91312;6.41465;2000;20220202;4.2;-4;.1;2.6;4.46;0;.87;11200
+75098;44.91312;6.41465;2000;20220203;8.4;-2;3.2;2.8;2.56;0;1.73;9000
+75098;44.91312;6.41465;2000;20220204;5;-2.8;1.1;2.5;3.67;0;1.14;11600
+75098;44.91312;6.41465;2000;20220205;3.6;-4.8;-.6;1.6;3.37;0;.87;11800
+75098;44.91312;6.41465;2000;20220206;1.3;-7.6;-3.2;2.3;2.87;8;.93;9700
+75098;44.91312;6.41465;2000;20220207;-1.2;-4;-2.6;2.6;3.76;.3;.77;11800
+75098;44.91312;6.41465;2000;20220208;6.4;-7.3;-.5;1.8;2.96;0;1.12;11700
+75098;44.91312;6.41465;2000;20220209;8.3;-.6;3.8;1.9;2.37;0;1.47;13000
+75098;44.91312;6.41465;2000;20220210;3.5;-.2;1.6;3.4;3.19;0;1.27;11333
+75098;44.91312;6.41465;2000;20220211;-.9;-3.7;-2.3;2.9;3.09;0;1.02;9345
+75098;44.91312;6.41465;2000;20220212;-.4;-8.3;-4.3;3.1;2.13;0;1.18;10995
+75098;44.91312;6.41465;2000;20220213;.6;-6.6;-3;3.6;2.59;3.4;1.17;11845
+75098;44.91312;6.41465;2000;20220214;-.3;-4.7;-2.5;3.8;3.63;12.5;.89;6685
+75098;44.91312;6.41465;2000;20220215;-2.8;-7.2;-5;3.5;3.46;0;.68;8051
+75098;44.91312;6.41465;2000;20220216;1.8;-10.5;-4.4;2.1;5.27;2.6;.39;7700
+75098;44.91312;6.41465;2000;20220217;4.1;.5;2.3;3.4;6.16;.1;1.04;13700
+75098;44.91312;6.41465;2000;20220218;11.7;-1.1;5.3;3;4.37;.2;2;12000
+75098;44.91312;6.41465;2000;20220219;-1;-2.6;-1.8;2.1;4.77;0;.7;8500
+75098;44.91312;6.41465;2000;20220220;4.8;-8.1;-1.7;1.7;3.56;.5;1.12;13300
+75098;44.91312;6.41465;2000;20220221;-2.2;-3.1;-2.7;6.5;4.27;9.8;.77;5100
+75098;44.91312;6.41465;2000;20220222;.9;-6.6;-2.9;2.9;3.56;0;1.12;15300
+75098;44.91312;6.41465;2000;20220223;3.6;-7;-1.7;2.1;3.26;0;1.28;14900
+75098;44.91312;6.41465;2000;20220224;3.8;-3.9;-.1;3.1;3.46;0;1.51;13100
+75098;44.91312;6.41465;2000;20220225;-2.8;-5;-3.9;3.6;2.87;0;1.21;14500
+75098;44.91312;6.41465;2000;20220226;.5;-12.1;-5.8;1.8;1.67;0;1.25;16100
+75098;44.91312;6.41465;2000;20220227;-1.5;-10.1;-5.8;1.8;2.26;0;1.09;15100
+75098;44.91312;6.41465;2000;20220228;2.5;-11;-4.3;2;2.06;0;1.4;16200
+75098;44.91312;6.41465;2000;20220301;2;-4.9;-1.5;2.1;2.56;0;1.51;16200
+75098;44.91312;6.41465;2000;20220302;4;-4.9;-.5;1.4;2.67;0;1.4;14100
+75098;44.91312;6.41465;2000;20220303;4;-2.3;.8;2.1;3.67;0;1.58;16300
+75098;44.91312;6.41465;2000;20220304;.7;-6.4;-2.9;3.7;2.76;0;1.59;17400
+75098;44.91312;6.41465;2000;20220305;-.3;-9.2;-4.8;2.5;1.86;0;1.49;17100
+75098;44.91312;6.41465;2000;20220306;-2.7;-12.7;-7.7;1.6;2.17;0;1.08;16800
+75098;44.91312;6.41465;2000;20220307;.4;-12;-5.8;1.8;2.26;0;1.3;17500
+75098;44.91312;6.41465;2000;20220308;1.6;-7.7;-3.1;2.4;2.56;0;1.59;18400
+75098;44.91312;6.41465;2000;20220309;3.8;-8.6;-2.4;1.7;2.96;0;1.53;18000
+75098;44.91312;6.41465;2000;20220310;5.3;-5.3;0;2;2.96;0;1.79;17100
+75098;44.91312;6.41465;2000;20220311;2.4;-3.5;-.6;3.4;3.67;.7;1.52;11700
+75098;44.91312;6.41465;2000;20220312;.9;-3.2;-1.2;3.1;3.76;0;1.42;13200
+75098;44.91312;6.41465;2000;20220313;-.2;-3.1;-1.7;1.8;4.46;7.1;.88;7000
+75098;44.91312;6.41465;2000;20220314;3.8;-7;-1.6;2.1;4.27;2.1;1.31;13700
+75098;44.91312;6.41465;2000;20220315;8.1;.2;4.1;2.6;5.37;0;1.49;5900
+75098;44.91312;6.41465;2000;20220316;7.6;2.4;5;1.7;5.06;0;1.79;12700
+75098;44.91312;6.41465;2000;20220317;6.4;1.9;4.1;1.1;6.16;0;1.3;9400
+75098;44.91312;6.41465;2000;20220318;5.1;.3;2.7;3.6;5.69;0;1.73;13294
+75098;44.91312;6.41465;2000;20220319;5.4;-.6;2.4;3.1;3.99;0;2.22;15506
+75098;44.91312;6.41465;2000;20220320;4.8;-3.4;.7;3.6;3.39;0;2.2;15696
+75098;44.91312;6.41465;2000;20220321;4.5;-3.8;.4;2.7;3.56;0;1.94;15312
+75098;44.91312;6.41465;2000;20220322;5.5;-4.1;.7;2.2;2.76;0;2.22;18534
+75098;44.91312;6.41465;2000;20220323;8;-2.9;2.6;2;2.56;0;2.49;19404
+75098;44.91312;6.41465;2000;20220324;9.4;-1.4;4;2.1;2.66;0;2.68;19892
+75098;44.91312;6.41465;2000;20220325;9.1;-1.1;4;2.7;3.16;0;2.81;20124
+75098;44.91312;6.41465;2000;20220326;9.3;-1;4.2;2.5;2.79;0;2.83;19639
+75098;44.91312;6.41465;2000;20220327;9.3;-.1;4.6;2;2.63;0;2.71;18861
+75098;44.91312;6.41465;2000;20220328;10.7;-.7;5;2.5;2.79;0;3.05;20485
+75098;44.91312;6.41465;2000;20220329;8.8;0;4.4;3.2;3.93;1.1;2.69;16461
+75098;44.91312;6.41465;2000;20220330;1.5;-1.5;0;2.2;5.96;2;1.02;8406
+75098;44.91312;6.41465;2000;20220331;1.3;-1.8;-.3;2.3;5.36;.7;1.25;9747
+75098;44.91312;6.41465;2000;20220401;-3.9;-6.1;-5;2.9;3.43;3.9;1.11;9555
+75098;44.91312;6.41465;2000;20220402;-6.4;-10.2;-8.3;5.8;2.74;0;1.02;13208
+75098;44.91312;6.41465;2000;20220403;-3.9;-10.7;-7.3;2.4;2.89;.4;1.5;19952
+75098;44.91312;6.41465;2000;20220404;.3;-9.5;-4.6;2.7;3.03;0;1.83;22032
+75098;44.91312;6.41465;2000;20220405;6.3;-5.2;.6;2.1;4.13;0;2.3;20226
+75098;44.91312;6.41465;2000;20220406;6.9;-2;2.4;3;5.29;1;2.18;18879
+75098;44.91312;6.41465;2000;20220407;2.8;-2.3;.3;5.6;6.06;26.3;1.11;9698
+75098;44.91312;6.41465;2000;20220408;4;-1.2;1.4;5.2;6.83;15;1.12;9105
+75098;44.91312;6.41465;2000;20220409;-1.8;-4.3;-3;3.9;3.83;.2;1.39;12071
+75098;44.91312;6.41465;2000;20220410;4.3;-8.1;-1.9;2.2;2.99;0;2.44;24264
+75098;44.91312;6.41465;2000;20220411;9.4;-2.9;3.3;2.9;3.66;0;3.13;23378
+75098;44.91312;6.41465;2000;20220412;12.8;1.7;7.3;2.8;5.06;0;3.41;21942
+75098;44.91312;6.41465;2000;20220413;11.9;4.6;8.2;3.1;6.09;0;3.42;21029
+75098;44.91312;6.41465;2000;20220414;12.9;2.4;7.7;2.8;6.49;0;3.51;23644
+75098;44.91312;6.41465;2000;20220415;13.5;3.3;8.4;2.3;6.96;0;3.26;22961
+75098;44.91312;6.41465;2000;20220416;12;2.8;7.4;3;5.63;0;3.46;23225
+75098;44.91312;6.41465;2000;20220417;10.3;.6;5.5;2.9;4.29;0;3.54;24158
+75098;44.91312;6.41465;2000;20220418;10.2;-.2;5;2.1;4.63;0;3.33;24547
+75098;44.91312;6.41465;2000;20220419;10.5;-.5;5;2.3;4.39;0;3.33;23914
+75098;44.91312;6.41465;2000;20220420;9.7;0;4.9;2.7;5.49;0;3;21677
+75098;44.91312;6.41465;2000;20220421;8.5;1;4.8;2.9;5.83;0;2.81;20945
+75098;44.91312;6.41465;2000;20220422;10.3;1.3;5.8;2.5;5.93;0;3.01;20059
+75098;44.91312;6.41465;2000;20220423;6.4;1.6;4;2.4;6.63;21.8;1.73;11704
+75098;44.91312;6.41465;2000;20220424;2.9;-2.8;0;3.9;5.93;.5;1.56;14478
+75098;44.91312;6.41465;2000;20220425;5;-.6;2.2;3.5;6.39;0;1.67;12783
+75098;44.91312;6.41465;2000;20220426;5.8;-1.2;2.3;2.8;5.63;0;2.24;17526
+75098;44.91312;6.41465;2000;20220427;10.3;-1.9;4.2;2.2;5.06;0;3.55;27320
+75098;44.91312;6.41465;2000;20220428;11.6;1.6;6.6;2.2;5.49;0;3.72;25952
+75098;44.91312;6.41465;2000;20220429;12.4;2.3;7.3;2.8;5.83;0;3.89;25120
+75098;44.91312;6.41465;2000;20220430;7.7;1.8;4.8;2.3;6.03;0;2.32;13731
+75098;44.91312;6.41465;2000;20220501;9;-2.2;3.4;1.9;5.13;0;3.06;24804
+75098;44.91312;6.41465;2000;20220502;10.3;-.3;5;2;6.09;2.3;3.17;22891
+75098;44.91312;6.41465;2000;20220503;7.3;1.2;4.2;1.5;6.96;.9;2.13;15001
+75098;44.91312;6.41465;2000;20220504;8.8;1.3;5.1;2.1;7.39;4.3;2.39;17101
+75098;44.91312;6.41465;2000;20220505;2;1.4;1.7;2.1;7.16;14.9;1.11;7419
+75098;44.91312;6.41465;2000;20220506;7.7;.3;4;1.9;6.87;0;.93;2200
+75098;44.91312;6.41465;2000;20220507;8.3;1.7;5;2;7.56;2.3;.9;1900
+75098;44.91312;6.41465;2000;20220508;9.8;2.4;6.1;1.8;7.66;1.1;.99;1700
+75098;44.91312;6.41465;2000;20220509;10.4;2.6;6.5;2.4;7.66;.3;1.15;1900
+75098;44.91312;6.41465;2000;20220510;13;3.5;8.2;2.3;7.77;0;1.44;2300
+75098;44.91312;6.41465;2000;20220511;17;5.3;11.1;2.5;7.46;0;2.08;2700
+75098;44.91312;6.41465;2000;20220512;17.1;5.7;11.4;2.2;8.07;0;1.89;2700
+75098;44.91312;6.41465;2000;20220513;15.1;6.1;10.6;2.3;9.66;0;1.44;2400
+75098;44.91312;6.41465;2000;20220514;17.2;6.3;11.7;2.6;9.07;.2;1.91;2900
+75098;44.91312;6.41465;2000;20220515;17.8;7.3;12.5;1.8;8.96;1.4;1.71;2400
+75098;44.91312;6.41465;2000;20220516;16.8;7;11.9;2.2;8.86;0;1.72;1900
+75098;44.91312;6.41465;2000;20220517;17.5;7.1;12.3;2.5;8.27;0;2.09;2800
+75098;44.91312;6.41465;2000;20220518;19.3;9.4;14.3;3.2;8.57;11.2;2.64;2800
+75098;44.91312;6.41465;2000;20220519;18.5;8.4;13.4;2.2;9.46;.3;1.89;2300
+75098;44.91312;6.41465;2000;20220520;21.2;9.9;15.5;2.3;8.77;0;2.43;2700
+75098;44.91312;6.41465;2000;20220521;19.6;9.5;14.5;1.9;8.77;.3;2.07;2700
+75098;44.91312;6.41465;2000;20220522;23.3;11.8;17.5;2.6;9.27;1.3;2.79;2400
+75098;44.91312;6.41465;2000;20220523;19.7;11.2;15.4;2.9;8.77;.1;2.6;2500
+75098;44.91312;6.41465;2000;20220524;11.4;5.5;8.4;3.5;9.27;3.4;1.16;1300
+75098;44.91312;6.41465;2000;20220525;8.5;4.5;6.5;1.6;8.86;1.6;.74;1100
+75098;44.91312;6.41465;2000;20220526;14.1;3.2;8.6;1.5;9.57;.9;1.12;2700
+75098;44.91312;6.41465;2000;20220527;16.7;6.3;11.5;1.9;10.66;1.1;1.38;2600
+75098;44.91312;6.41465;2000;20220528;14.4;6.5;10.4;2.6;8.46;0;1.75;2900
+75098;44.91312;6.41465;2000;20220529;9.6;2.1;5.8;1.9;6.56;0;1.3;3100
+75098;44.91312;6.41465;2000;20220530;12.8;2.4;7.6;2.6;5.77;.4;1.89;2700
+75098;44.91312;6.41465;2000;20220531;9.9;3.9;6.9;2.1;7.56;1;1.04;600
+75098;44.91312;6.41465;2000;20220601;17.7;7.3;12.5;2.5;8.57;.7;1.99;2000
+75098;44.91312;6.41465;2000;20220602;19;9.2;14.1;3.2;9.86;0;2.28;2400
+75098;44.91312;6.41465;2000;20220603;17.9;10.6;14.2;1.9;10.16;5.6;1.68;1700
+75098;44.91312;6.41465;2000;20220604;21.3;10.6;15.9;3.6;9.36;1.2;2.92;2200
+75098;44.91312;6.41465;2000;20220605;16.5;11.5;14;3.2;9.66;.8;2.17;2100
+75098;44.91312;6.41465;2000;20220606;16.4;5.8;11.1;2.2;9.07;.1;1.68;2800
+75098;44.91312;6.41465;2000;20220607;12.5;7.7;10.1;3.3;8.57;0;1.78;3100
+75098;44.91312;6.41465;2000;20220608;12.4;3.9;8.1;2.3;7.27;2.4;1.4;1100
+75098;44.91312;6.41465;2000;20220609;7.5;3.7;5.6;3.5;7.37;0;1.17;2300
+75098;44.91312;6.41465;2000;20220610;15.4;1.3;8.3;2.3;6.16;0;1.97;3200
+75098;44.91312;6.41465;2000;20220611;20.3;6.1;13.2;2.6;7.16;0;5.51;31300
+75098;44.91312;6.41465;2000;20220612;20.4;9.8;15.1;2.4;7.27;.4;5.39;28300
+75098;44.91312;6.41465;2000;20220613;17.1;9.8;13.4;2.7;9.96;0;5.14;32000
+75098;44.91312;6.41465;2000;20220614;20.9;8.3;14.6;2.1;8.66;0;5.36;30400
+75098;44.91312;6.41465;2000;20220615;20.5;13.1;16.8;2.3;10.07;1.6;4.33;19600
+75098;44.91312;6.41465;2000;20220616;21.3;11.6;16.4;2.9;9.27;0;5.8;30200
+75098;44.91312;6.41465;2000;20220617;23.1;11.4;17.2;2.8;7.37;0;6.13;29600
+75098;44.91312;6.41465;2000;20220618;23.8;13.4;18.6;2.1;10.86;2.8;5.41;26500
+75098;44.91312;6.41465;2000;20220619;22.7;12.5;17.6;2.2;11.46;0;5.66;30200
+75098;44.91312;6.41465;2000;20220620;22.6;12;17.3;2.4;8.86;0;5.9;30400
+75098;44.91312;6.41465;2000;20220621;22.8;15.2;19;2.9;8.77;6.1;4.83;16900
+75098;44.91312;6.41465;2000;20220622;17.7;10.1;13.9;2.6;10.86;5.2;3.05;13400
+75098;44.91312;6.41465;2000;20220623;17.7;9.6;13.6;2.4;9.86;.7;3.8;19500
+75098;44.91312;6.41465;2000;20220624;13;8.4;10.7;2.5;9.27;8.1;2.85;15400
+75098;44.91312;6.41465;2000;20220625;17.3;5.5;11.4;1.8;8.46;0;4.15;25200
+75098;44.91312;6.41465;2000;20220626;21.7;8.7;15.2;2.7;9.27;0;5.19;26700
+75098;44.91312;6.41465;2000;20220627;17.5;11.2;14.3;2.2;12.57;0;4.25;25400
+75098;44.91312;6.41465;2000;20220628;16.9;9.8;13.3;1.2;13.16;14.3;2.97;17000
+75098;44.91312;6.41465;2000;20220629;17.8;7.6;12.7;1.9;11.57;0;4.65;30300
+75098;44.91312;6.41465;2000;20220630;19.2;9.5;14.3;2.2;10.77;4.8;3.65;18100
+75098;44.91312;6.41465;2000;20220701;14.4;6.7;10.5;2.9;10.77;.1;3.93;28300
+75098;44.91312;6.41465;2000;20220702;21.8;6;13.9;1.8;7.56;0;5.34;30700
+75098;44.91312;6.41465;2000;20220703;23.3;13.4;18.3;3.1;8.86;.5;6;27300
+75098;44.91312;6.41465;2000;20220704;20.6;12.7;16.6;3.1;10.16;.8;5.32;26600
+75098;44.91312;6.41465;2000;20220705;17.3;8.8;13;2.3;11.07;0;4.84;31300
+75098;44.91312;6.41465;2000;20220706;17;7.7;12.3;2.3;10.16;0;4.69;30300
+75098;44.91312;6.41465;2000;20220707;17.1;7.6;12.3;2.8;9.57;0;4.85;30900
+75098;44.91312;6.41465;2000;20220708;17.4;6.1;11.7;2;8.96;0;4.61;29400
+75098;44.91312;6.41465;2000;20220709;19.5;8.9;14.2;2.2;9.57;0;4.95;28600
+75098;44.91312;6.41465;2000;20220710;18.4;8.7;13.5;2.5;8.27;0;5.09;29500
+75098;44.91312;6.41465;2000;20220711;20.1;9.7;14.9;2.1;10.16;0;5.02;28800
+75098;44.91312;6.41465;2000;20220712;19.4;9.5;14.4;2.9;8.07;0;5.46;30200
+75098;44.91312;6.41465;2000;20220713;20.5;10.3;15.4;2.2;10.57;.1;4.69;25400
+75098;44.91312;6.41465;2000;20220714;22.7;12.8;17.7;2.4;10.27;0;5.65;29200
+75098;44.91312;6.41465;2000;20220715;21.8;12.5;17.1;3.2;9.27;0;5.78;28400
+75098;44.91312;6.41465;2000;20220716;22.6;11.1;16.8;2.6;9.07;0;5.52;27700
+75098;44.91312;6.41465;2000;20220717;22.3;11.6;16.9;2.5;9.27;0;5.5;28100
+75098;44.91312;6.41465;2000;20220718;24.5;13.5;19;2.4;10.96;.9;5.82;29000
+75098;44.91312;6.41465;2000;20220719;27;14.1;20.5;2.5;11.86;0;5.88;26900
+75098;44.91312;6.41465;2000;20220720;25.2;13.3;19.2;2.2;12.36;.7;5.22;25100
+75098;44.91312;6.41465;2000;20220721;22.4;9.7;16;2.2;12.07;0;5.05;28400
+75098;44.91312;6.41465;2000;20220722;26.5;12.9;19.7;2.5;9.96;0;5.85;26700
+75098;44.91312;6.41465;2000;20220723;21.8;14.2;18;3.1;11.36;.9;4.82;21600
+75098;44.91312;6.41465;2000;20220724;23.8;10.7;17.2;2.2;10.86;0;5.31;27800
+75098;44.91312;6.41465;2000;20220725;24.8;14.6;19.7;3.2;10.36;.8;4.86;16600
+75098;44.91312;6.41465;2000;20220726;18;9.9;13.9;3;12.57;0;4.06;25000
+75098;44.91312;6.41465;2000;20220727;18.3;8.5;13.4;1.9;11.07;0;4.29;26700
+75098;44.91312;6.41465;2000;20220728;22.9;10.1;16.5;2.1;9.66;0;4.57;22300
+75098;44.91312;6.41465;2000;20220729;15.7;11;13.3;2.1;10.27;2.5;2.89;13900
+75098;44.91312;6.41465;2000;20220730;17.7;7.3;12.5;2.9;8.96;0;4.55;27600
+75098;44.91312;6.41465;2000;20220731;20.3;9;14.6;2.5;8.57;0;4.85;26300
+75098;44.91312;6.41465;2000;20220801;21.2;10.2;15.7;3;9.27;0;5.04;25700
+75098;44.91312;6.41465;2000;20220802;22.6;10.3;16.4;2.4;9.16;0;5.15;26700
+75098;44.91312;6.41465;2000;20220803;23.7;12.2;17.9;2.2;10.46;0;5.01;25000
+75098;44.91312;6.41465;2000;20220804;22.9;13.9;18.4;1.7;11.86;5.3;3.48;14600
+75098;44.91312;6.41465;2000;20220805;23.9;13.7;18.8;1.7;11.16;4.1;4.37;21000
+75098;44.91312;6.41465;2000;20220806;20.4;10.1;15.2;2.3;10.57;.2;4.52;25300
+75098;44.91312;6.41465;2000;20220807;19;9.4;14.2;2.3;11.77;.4;4.13;25000
+75098;44.91312;6.41465;2000;20220808;19.4;9.3;14.3;2.1;10.66;0;4.19;24500
+75098;44.91312;6.41465;2000;20220809;21.1;10.9;16;2.1;10.96;2.8;4.55;25400
+75098;44.91312;6.41465;2000;20220810;20.9;11.8;16.3;1.8;10.07;5.6;4.29;23000
+75098;44.91312;6.41465;2000;20220811;21.1;11;16;2.6;8.36;0;4.71;23200
+75098;44.91312;6.41465;2000;20220812;21;12.1;16.5;2.9;7.56;0;5.13;24800
+75098;44.91312;6.41465;2000;20220813;20.9;12.1;16.5;2.9;5.66;0;5.33;25000
+75098;44.91312;6.41465;2000;20220814;15.4;12.6;14;2.2;8.96;14;2.6;9000
+75098;44.91312;6.41465;2000;20220815;18.3;8.7;13.5;2.6;8.66;.2;4.17;23400
+75098;44.91312;6.41465;2000;20220816;19.8;7.7;13.7;1.8;8.86;0;3.68;20000
+75098;44.91312;6.41465;2000;20220817;18.3;12.3;15.3;3.1;9.77;19.4;3.32;12100
+75098;44.91312;6.41465;2000;20220818;13.2;5.6;9.4;3.4;9.66;24.4;2.51;16200
+75098;44.91312;6.41465;2000;20220819;13.2;6.6;9.9;2.7;10.46;0;1.92;10600
+75098;44.91312;6.41465;2000;20220820;15.4;8.6;12;2.4;11.48;.1;2.93;17904
+75098;44.91312;6.41465;2000;20220821;15.6;9.5;12.5;2.2;11.48;.1;3.01;18904
+75098;44.91312;6.41465;2000;20220822;15.8;8.9;12.3;2.3;11.08;0;3.06;18553
+75098;44.91312;6.41465;2000;20220823;17.7;9.8;13.7;2.3;10.55;0;3.6;20487
+75098;44.91312;6.41465;2000;20220824;19.3;11.8;15.5;1.9;11.28;0;3.74;20595
+75098;44.91312;6.41465;2000;20220825;19.8;12.6;16.2;1.9;12.25;.2;3.51;18282
+75098;44.91312;6.41465;2000;20220826;15.7;11.1;13.4;2.4;12.25;2.9;2.33;11068
+75098;44.91312;6.41465;2000;20220827;15.7;9.6;12.7;2;12.35;0;2.55;15234
+75098;44.91312;6.41465;2000;20220828;17.9;10.1;14;1.4;12.71;.1;3.15;19490
+75098;44.91312;6.41465;2000;20220829;19.6;10.9;15.3;1.9;11.05;.2;3.83;21982
+75098;44.91312;6.41465;2000;20220830;17.8;13;15.4;2.3;10.85;1.4;3.06;13460
+75098;44.91312;6.41465;2000;20220831;14.2;8.5;11.3;2.3;11.08;1.2;2.62;17051
+75098;44.91312;6.41465;2000;20220901;16.2;8.6;12.4;2.1;10.71;0;3.03;18563
+75098;44.91312;6.41465;2000;20220902;16.5;9;12.7;1.3;8.86;1.5;2.58;14200
+75098;44.91312;6.41465;2000;20220903;16.6;8.9;12.7;1.3;9.77;3.6;2.41;13200
+75098;44.91312;6.41465;2000;20220904;17.5;7.4;12.4;1.9;9.86;.1;3.28;21400
+75098;44.91312;6.41465;2000;20220905;19.1;9.7;14.4;1.9;9.36;0;3.34;18700
+75098;44.91312;6.41465;2000;20220906;19.6;10.6;15.1;2.2;9.66;.7;3.56;19400
+75098;44.91312;6.41465;2000;20220907;19.6;9.8;14.7;2.2;9.66;11.6;3.12;15100
+75098;44.91312;6.41465;2000;20220908;14.2;6;10.1;2.5;9.07;0;2.91;20800
+75098;44.91312;6.41465;2000;20220909;12.4;5.6;9;2.9;6.96;0;2.92;18900
+75098;44.91312;6.41465;2000;20220910;13;2.8;7.9;2.6;8.07;0;2.65;20400
+75098;44.91312;6.41465;2000;20220911;15.8;3.3;9.5;1.6;6.87;0;2.99;21300
+75098;44.91312;6.41465;2000;20220912;20.3;7.5;13.9;2.1;5.66;0;3.83;21500
+75098;44.91312;6.41465;2000;20220913;19.9;11.1;15.5;2.2;7.96;1;3.06;11800
+75098;44.91312;6.41465;2000;20220914;16.7;13.6;15.1;4.6;9.57;13.3;3.15;7300
+75098;44.91312;6.41465;2000;20220915;12.9;7.4;10.1;2.5;10.16;.6;1.84;10800
+75098;44.91312;6.41465;2000;20220916;10.3;7.8;9;3.9;9.57;0;2.24;17600
+75098;44.91312;6.41465;2000;20220917;7.3;.5;3.9;3.8;4.66;0;2.55;20200
+75098;44.91312;6.41465;2000;20220918;11.9;-1.1;5.4;1.8;3.56;0;2.66;20200
+75098;44.91312;6.41465;2000;20220919;12.7;2.8;7.7;2.1;4.37;0;2.88;20100
+75098;44.91312;6.41465;2000;20220920;12.7;2.4;7.5;1.4;4.87;0;2.53;19700
+75098;44.91312;6.41465;2000;20220921;11.2;3.4;7.3;2;6.27;0;2.44;19100
+75098;44.91312;6.41465;2000;20220922;11.5;2.2;6.8;2.3;7.06;0;2.22;17400
+75098;44.91312;6.41465;2000;20220923;11.9;2.9;7.4;2.3;6.16;5.7;2.36;16400
+75098;44.91312;6.41465;2000;20220924;8;4.9;6.4;1.4;8.57;12.8;1.11;6700
+75098;44.91312;6.41465;2000;20220925;6.2;3;4.6;1.9;7.46;3.1;1.29;10500
+75098;44.91312;6.41465;2000;20220926;6.9;-.3;3.3;2;6.16;2.5;1.7;16700
+75098;44.91312;6.41465;2000;20220927;3.5;0;1.7;3.4;6.16;2.8;1.34;15100
+75098;44.91312;6.41465;2000;20220928;5.6;-.2;2.7;2.9;7.37;12.6;.64;3100
+75098;44.91312;6.41465;2000;20220929;6.6;1.8;4.2;2.7;6.46;0;1.42;10200
+75098;44.91312;6.41465;2000;20220930;2.6;-1;.8;1.1;5.96;4.5;.77;5200
+75098;44.91312;6.41465;2000;20221001;7;-.9;3;2.2;7.77;3.8;.64;3400
+75098;44.91312;6.41465;2000;20221002;12.2;4.7;8.4;2.8;9.07;.1;1.89;15300
+75098;44.91312;6.41465;2000;20221003;13.2;4;8.6;1.4;6.87;0;2.03;16300
+75098;44.91312;6.41465;2000;20221004;15.1;6;10.5;1.8;5.37;0;2.46;16400
+75098;44.91312;6.41465;2000;20221005;15.4;6.1;10.7;1.8;6.66;.8;2.34;16100
+75098;44.91312;6.41465;2000;20221006;13.4;5.1;9.2;1.4;7.96;0;1.91;15800
+75098;44.91312;6.41465;2000;20221007;13.6;5.1;9.3;1.8;7.77;.1;1.96;14800
+75098;44.91312;6.41465;2000;20221008;9.4;6.4;7.9;1.3;8.96;5.1;1.05;5700
+75098;44.91312;6.41465;2000;20221009;9.4;5.3;7.3;.9;9.46;4.2;.96;6300
+75098;44.91312;6.41465;2000;20221010;11.6;4.1;7.8;1.7;8.66;.1;1.63;15200
+75098;44.91312;6.41465;2000;20221011;13.3;4.1;8.7;1.6;8.27;.1;1.7;14300
+75098;44.91312;6.41465;2000;20221012;11;5;8;1.3;8.36;.5;1.41;12000
+75098;44.91312;6.41465;2000;20221013;10.6;3.5;7;1.8;7.16;0;1.34;7800
+75098;44.91312;6.41465;2000;20221014;8.8;4.1;6.4;1.3;8.46;.3;.93;5700
+75098;44.91312;6.41465;2000;20221015;15.4;4;9.7;2.2;7.27;0;2.03;14300
+75098;44.91312;6.41465;2000;20221016;15.3;6.2;10.7;2.2;7.37;0;2.03;12800
+75098;44.91312;6.41465;2000;20221017;16.2;6.9;11.5;1.8;7.37;0;1.94;12400
+75098;44.91312;6.41465;2000;20221018;16;7.5;11.7;1.6;7.96;0;1.82;13000
+75098;44.91312;6.41465;2000;20221019;17.4;7.5;12.4;1.8;6.27;0;2.1;13200
+75098;44.91312;6.41465;2000;20221020;15.3;9.3;12.3;3.7;7.56;11;2.39;4600
+75098;44.91312;6.41465;2000;20221021;10.8;8.9;9.8;5.2;8.96;24.9;1.62;800
+75098;44.91312;6.41465;2000;20221022;12.8;3.6;8.2;3.6;7.87;2;1.65;8000
+75098;44.91312;6.41465;2000;20221023;15.7;8.7;12.2;5.7;6.87;5.5;3.14;3700
+75098;44.91312;6.41465;2000;20221024;11.7;8.3;10;5.7;8.07;11.7;2.09;3500
+75098;44.91312;6.41465;2000;20221025;13.1;3.9;8.5;1.8;6.66;.1;1.45;8200
+75098;44.91312;6.41465;2000;20221026;15.9;9.6;12.7;2.2;6.56;0;2.05;11800
+75098;44.91312;6.41465;2000;20221027;16.1;9.6;12.8;2.1;7.27;0;1.91;10900
+75098;44.91312;6.41465;2000;20221028;18;8.9;13.4;1.8;6.66;0;1.88;10800
+75098;44.91312;6.41465;2000;20221029;17.4;9.2;13.3;1.8;6.56;0;1.84;9500
+75098;44.91312;6.41465;2000;20221030;16.6;8.7;12.6;1.8;6.06;0;1.8;8900
+75098;44.91312;6.41465;2000;20221031;15.7;6.5;11.1;2.8;5.46;9.3;2.21;10000
+75098;44.91312;6.41465;2000;20221101;10.4;3.4;6.9;2.4;7.77;9.7;1.11;9100
+75098;44.91312;6.41465;2000;20221102;8.2;2.4;5.3;1.7;7.27;.1;.88;8900
+75098;44.91312;6.41465;2000;20221103;7.8;1.1;4.4;2.9;5.96;25.6;1.15;2600
+75098;44.91312;6.41465;2000;20221104;-.3;-4.5;-2.4;2.8;4.56;1;.55;4000
+75098;44.91312;6.41465;2000;20221105;3.4;-5.5;-1.1;1.7;3.56;0;.83;10700
+75098;44.91312;6.41465;2000;20221106;10.2;-2.5;3.8;2.5;2.96;.2;1.66;9300
+75098;44.91312;6.41465;2000;20221107;12.5;.4;6.4;1.6;3.46;0;1.33;10200
+75098;44.91312;6.41465;2000;20221108;9.8;4.7;7.2;1.9;4.27;0;1.41;7000
+75098;44.91312;6.41465;2000;20221109;7.9;4.5;6.2;3.2;6.66;23.9;1.24;800
+75098;44.91312;6.41465;2000;20221110;8.4;.4;4.4;1.4;6.16;0;.76;10300
+75098;44.91312;6.41465;2000;20221111;11.5;2;6.7;1.9;3.76;0;1.35;9800
+75098;44.91312;6.41465;2000;20221112;13;4.6;8.8;1.5;4.06;0;1.32;7000
+75098;44.91312;6.41465;2000;20221113;9.5;5.1;7.3;1.5;4.27;0;1.22;5100
+75098;44.91312;6.41465;2000;20221114;4.9;.9;2.9;1;5.56;4;.64;3400
+75098;44.91312;6.41465;2000;20221115;5.7;.9;3.3;1.4;6.96;11.9;.56;2300
+75098;44.91312;6.41465;2000;20221116;5.9;.1;3;2;5.56;1;.72;9000
+75098;44.91312;6.41465;2000;20221117;6.3;1.4;3.8;3.1;6.16;7.4;.92;4400
+75098;44.91312;6.41465;2000;20221118;-.3;-2.5;-1.4;2.7;4.77;.1;.51;5900
+75098;44.91312;6.41465;2000;20221119;.6;-5.8;-2.6;1.6;3.26;0;.55;9000
+75098;44.91312;6.41465;2000;20221120;1.5;-7.6;-3.1;2.1;3.26;.2;.61;9300
+75098;44.91312;6.41465;2000;20221121;3.7;-6.7;-1.5;2.9;3.96;7.4;.84;3700
+75098;44.91312;6.41465;2000;20221122;-3.5;-5.3;-4.4;3.5;4.06;0;.34;7200
+75098;44.91312;6.41465;2000;20221123;.8;-8;-3.6;1.6;3.76;5.1;.51;3100
+75098;44.91312;6.41465;2000;20221124;1.6;-5.7;-2.1;2;3.37;0;.6;8400
+75098;44.91312;6.41465;2000;20221125;3.4;-1.8;.8;2.3;3.76;0;.78;8200
+75098;44.91312;6.41465;2000;20221126;4.5;-5.4;-.5;1.7;2.76;0;.71;8700
+75098;44.91312;6.41465;2000;20221127;4.9;-3;.9;1.8;2.17;0;1.05;5300
+75098;44.91312;6.41465;2000;20221128;2;-2;0;2.3;2.96;1.3;1.01;3900
+75098;44.91312;6.41465;2000;20221129;-.6;-4;-2.3;.9;4.37;.6;.35;4100
+75098;44.91312;6.41465;2000;20221130;.6;-6.7;-3.1;1.1;3.26;0;.35;7500
+75098;44.91312;6.41465;2000;20221201;.5;-8.1;-3.8;1.4;3.17;0;.37;8100
+75098;44.91312;6.41465;2000;20221202;-.4;-7.7;-4.1;2.4;2.87;.1;.57;7700
+75098;44.91312;6.41465;2000;20221203;0;-6.9;-3.5;3.6;3.37;1.4;.78;3000
+75098;44.91312;6.41465;2000;20221204;.1;-2;-1;2;4.46;10.4;.54;3400
+75098;44.91312;6.41465;2000;20221205;.6;-5.6;-2.5;1.9;2.87;.1;.58;7000
+75098;44.91312;6.41465;2000;20221206;4.9;-5.7;-.4;2.4;2.26;0;.96;8100
+75098;44.91312;6.41465;2000;20221207;2.1;-5.5;-1.7;1.3;2.06;0;.49;7900
+75098;44.91312;6.41465;2000;20221208;2.5;-5.6;-1.6;2.5;2.46;15.5;.91;6300
+75098;44.91312;6.41465;2000;20221209;2;-1.5;.2;2.3;6.06;17.4;.38;1800
+75098;44.91312;6.41465;2000;20221210;-2.4;-2;-2.2;1.7;4.66;0;.29;4900
+75098;44.91312;6.41465;2000;20221211;-6.3;-14.1;-10.2;1.3;1.57;0;.26;8200
+75098;44.91312;6.41465;2000;20221212;-3.4;-11;-7.2;1.5;1.86;8.3;.38;7300
+75098;44.91312;6.41465;2000;20221213;1.2;-8.4;-3.6;2.3;5.27;7.1;.18;2700
+75098;44.91312;6.41465;2000;20221214;1.9;-.5;.7;2.1;5.87;1.1;.42;2800
+75098;44.91312;6.41465;2000;20221215;.6;-1.8;-.6;1.5;4.96;22.3;.5;1200
+75098;44.91312;6.41465;2000;20221216;.5;-3;-1.3;1.1;5.06;.3;.16;6600
+75098;44.91312;6.41465;2000;20221217;1.8;-8;-3.1;1.9;1.76;0;.63;8500
+75098;44.91312;6.41465;2000;20221218;3.4;-5.5;-1.1;2.1;1.67;0;.85;7800
+75098;44.91312;6.41465;2000;20221219;4.3;-2.1;1.1;1.2;3.17;0;.57;5200
+75098;44.91312;6.41465;2000;20221220;6.8;-1.4;2.7;1.6;3.96;2.3;.8;4100
+75098;44.91312;6.41465;2000;20221221;3.3;.8;2;1.8;5.66;2.6;.53;3300
+75098;44.91312;6.41465;2000;20221222;2.6;-1;.8;3.2;5.66;11.1;.45;5000
+75098;44.91312;6.41465;2000;20221223;3.7;-.8;1.4;4.1;7.46;5.8;.17;1100
+75098;44.91312;6.41465;2000;20221224;7.2;2.6;4.9;3.2;6.56;0;.74;6000
+75098;44.91312;6.41465;2000;20221225;9.4;4.7;7;2.8;4.06;0;1.35;6700
+75098;44.91312;6.41465;2000;20221226;5.5;4.6;5;3.4;4.77;0;1.32;4200
+75098;44.91312;6.41465;2000;20221227;2.3;-3.4;-.6;1.5;4.37;0;.28;7800
+75098;44.91312;6.41465;2000;20221228;2.6;-4.4;-.9;2.3;2.17;0;.82;7900
+75098;44.91312;6.41465;2000;20221229;4.8;-2;1.4;2.2;4.16;2.7;.73;5700
+75098;44.91312;6.41465;2000;20221230;2.9;-.2;1.3;2.1;6.06;6.3;.51;1600
+75098;44.91312;6.41465;2000;20221231;9.3;3;6.1;3.9;6.77;.1;1.03;6200
+75099;44.92346;6.73046;1716;20220101;15.2;9.1;12.2;1.4;2.98;0;.93;6927
+75099;44.92346;6.73046;1716;20220102;11.6;8.8;10.2;2.9;3.82;0;1.7;5622
+75099;44.92346;6.73046;1716;20220103;7;3.6;5.3;2.9;4.18;0;1.04;5453
+75099;44.92346;6.73046;1716;20220104;8.2;4.5;6.3;6.3;5.65;.9;1.47;4596
+75099;44.92346;6.73046;1716;20220105;-1.1;-2;-1.6;4.7;4.25;0;.56;2866
+75099;44.92346;6.73046;1716;20220106;-4.1;-8.5;-6.3;4;2.42;0;.63;7798
+75099;44.92346;6.73046;1716;20220107;-2.1;-8.9;-5.5;2.2;2.38;1.5;.52;6539
+75099;44.92346;6.73046;1716;20220108;-.3;-5.8;-3.1;3.9;3.65;5.4;.51;5468
+75099;44.92346;6.73046;1716;20220109;-3.6;-5.2;-4.4;4.2;3.58;3.2;.45;4613
+75099;44.92346;6.73046;1716;20220110;-3.4;-6.2;-4.8;2.6;2.85;0;.44;6000
+75099;44.92346;6.73046;1716;20220111;-1.2;-7.9;-4.5;3.3;2.25;0;.63;7558
+75099;44.92346;6.73046;1716;20220112;2.4;-7.1;-2.3;2.4;1.62;0;1.02;7536
+75099;44.92346;6.73046;1716;20220113;7.8;.1;4;2.2;1.55;0;1.3;7924
+75099;44.92346;6.73046;1716;20220114;8.6;2.3;5.5;2;2.25;0;1.17;7640
+75099;44.92346;6.73046;1716;20220115;10.2;3.4;6.8;2;2.52;0;1.23;7992
+75099;44.92346;6.73046;1716;20220116;4.5;1.6;3.1;3;2.32;0;1.46;6864
+75099;44.92346;6.73046;1716;20220117;2.8;-1.6;.6;3.1;2.12;0;1.17;7537
+75099;44.92346;6.73046;1716;20220118;7.6;-.2;3.7;2.5;2.28;0;1.28;8471
+75099;44.92346;6.73046;1716;20220119;3.4;1.9;2.7;2.6;3.15;0;1.15;5866
+75099;44.92346;6.73046;1716;20220120;-1.4;-5.9;-3.7;3.7;3.42;0;.49;6653
+75099;44.92346;6.73046;1716;20220121;-4.1;-7.2;-5.7;2.7;3.05;0;.42;7011
+75099;44.92346;6.73046;1716;20220122;-.4;-7.7;-4;2.8;3.18;0;.57;8394
+75099;44.92346;6.73046;1716;20220123;6.1;-2.2;1.9;1.9;2.88;0;.94;9222
+75099;44.92346;6.73046;1716;20220124;6.8;.8;3.8;1.5;2.72;0;.89;8388
+75099;44.92346;6.73046;1716;20220125;6.1;.1;3.1;1.6;2.88;0;.88;8822
+75099;44.92346;6.73046;1716;20220126;6.6;1.7;4.1;2.6;2.32;0;1.35;8668
+75099;44.92346;6.73046;1716;20220127;6.9;1.4;4.1;2.5;1.72;0;1.54;8089
+75099;44.92346;6.73046;1716;20220128;6.1;1.1;3.6;3;2.12;0;1.51;8859
+75099;44.92346;6.73046;1716;20220129;5.4;-1.2;2.1;3.6;2.32;0;1.63;9010
+75099;44.92346;6.73046;1716;20220130;6.9;1.3;4.1;2.9;3.45;0;1.19;8787
+75099;44.92346;6.73046;1716;20220131;.4;-2.1;-.8;3.5;2.82;0;1.07;5340
+75099;44.92346;6.73046;1716;20220201;-.7;-6.8;-3.8;4;3.18;.4;.74;7492
+75099;44.92346;6.73046;1716;20220202;4.3;-.5;1.9;3.9;4.72;0;1.02;7541
+75099;44.92346;6.73046;1716;20220203;11.6;.5;6;2.8;3.58;0;1.67;9556
+75099;44.92346;6.73046;1716;20220204;6.5;.8;3.7;2.3;4.32;0;1.11;9755
+75099;44.92346;6.73046;1716;20220205;2;-1.2;.4;2.7;4.85;0;.69;7338
+75099;44.92346;6.73046;1716;20220206;3.9;-4.2;-.1;3.4;3.68;1.4;1;9724
+75099;44.92346;6.73046;1716;20220207;2.3;-.7;.8;3.6;4.18;.1;1.02;8496
+75099;44.92346;6.73046;1716;20220208;6.1;-4.1;1;2.9;3.12;0;1.36;11528
+75099;44.92346;6.73046;1716;20220209;13.7;3;8.4;2.2;2.32;0;1.93;11825
+75099;44.92346;6.73046;1716;20220210;6.3;3;4.7;4.2;3.66;0;1.16;10333
+75099;44.92346;6.73046;1716;20220211;1.6;-3.9;-1.1;4.3;3.42;0;1;8779
+75099;44.92346;6.73046;1716;20220212;1.3;-8.3;-3.5;4.9;2.59;0;1.13;10395
+75099;44.92346;6.73046;1716;20220213;2.2;-6.7;-2.3;5.5;3.09;.8;1.04;11379
+75099;44.92346;6.73046;1716;20220214;-.4;-5;-2.7;5.4;4.16;7.1;.7;4718
+75099;44.92346;6.73046;1716;20220215;-.5;-6;-3.2;3.8;3.69;0;.67;8318
+75099;44.92346;6.73046;1716;20220216;3.1;-5.3;-1.1;2.5;4.95;.8;.55;8802
+75099;44.92346;6.73046;1716;20220217;6.5;2.1;4.3;3.6;5.98;0;1.09;8248
+75099;44.92346;6.73046;1716;20220218;12.5;3;7.7;3.7;4.48;0;2.15;11802
+75099;44.92346;6.73046;1716;20220219;1.2;-1.6;-.2;3.1;4.85;0;.82;7020
+75099;44.92346;6.73046;1716;20220220;4.6;-4.4;.1;2.9;4.22;0;1.13;12400
+75099;44.92346;6.73046;1716;20220221;.4;-1;-.3;5.1;4.12;4;1.11;6962
+75099;44.92346;6.73046;1716;20220222;2.8;-4.3;-.7;3.6;4.02;0;1.12;12977
+75099;44.92346;6.73046;1716;20220223;5.7;-1.2;2.3;3;3.82;0;1.51;13767
+75099;44.92346;6.73046;1716;20220224;4.5;2;3.2;3.5;3.72;0;1.62;8716
+75099;44.92346;6.73046;1716;20220225;.9;-3.1;-1.1;3.7;3.62;0;1.12;11058
+75099;44.92346;6.73046;1716;20220226;1.2;-6.6;-2.7;2.7;2.08;0;1.39;14803
+75099;44.92346;6.73046;1716;20220227;1.3;-5;-1.9;1.9;2.52;0;1.19;12103
+75099;44.92346;6.73046;1716;20220228;3;-5.8;-1.4;2.4;2.25;0;1.53;14632
+75099;44.92346;6.73046;1716;20220301;4;-3.2;.4;2.2;3.18;0;1.44;14381
+75099;44.92346;6.73046;1716;20220302;5.7;-2.4;1.6;1.8;3.48;0;1.4;13182
+75099;44.92346;6.73046;1716;20220303;5.9;-1.6;2.2;2.4;4.35;0;1.45;13001
+75099;44.92346;6.73046;1716;20220304;3.1;-2.1;.5;3.1;4.05;0;1.34;12686
+75099;44.92346;6.73046;1716;20220305;0;-4.7;-2.4;2.1;3.12;0;1.11;11414
+75099;44.92346;6.73046;1716;20220306;-1.4;-8.2;-4.8;2;2.98;0;.97;13052
+75099;44.92346;6.73046;1716;20220307;2.4;-7.4;-2.5;1.6;2.92;0;1.3;16152
+75099;44.92346;6.73046;1716;20220308;3.4;-4.4;-.5;1.7;3.18;0;1.41;15240
+75099;44.92346;6.73046;1716;20220309;5.4;-4.2;.6;1.8;3.78;0;1.52;16439
+75099;44.92346;6.73046;1716;20220310;7.3;-.8;3.2;1.6;3.48;0;1.79;16263
+75099;44.92346;6.73046;1716;20220311;5.4;-1.1;2.2;3.2;3.78;.1;1.71;12169
+75099;44.92346;6.73046;1716;20220312;3.6;-1.2;1.2;3.2;3.65;.2;1.5;10098
+75099;44.92346;6.73046;1716;20220313;2.6;-.4;1.1;3.6;4.52;1.6;1.16;7017
+75099;44.92346;6.73046;1716;20220314;5.6;-1.6;2;3;5.25;1.9;1.37;13380
+75099;44.92346;6.73046;1716;20220315;9.5;1.6;5.6;4;5.85;0;1.89;11783
+75099;44.92346;6.73046;1716;20220316;12.7;6.9;9.8;2.3;5.15;0;2.36;12218
+75099;44.92346;6.73046;1716;20220317;7.3;4.7;6;2.1;6.42;0;1.4;8473
+75099;44.92346;6.73046;1716;20220318;6.5;1.3;3.9;7.3;5.52;.1;1.61;10560
+75099;44.92346;6.73046;1716;20220319;7.4;-.9;3.2;3.8;4.06;0;2.19;15140
+75099;44.92346;6.73046;1716;20220320;5.1;-2.4;1.3;4.5;3.72;0;2.07;15596
+75099;44.92346;6.73046;1716;20220321;5.9;-2.6;1.7;3.2;3.69;0;2.07;16312
+75099;44.92346;6.73046;1716;20220322;7.5;-3.9;1.8;2.6;2.89;0;2.3;19001
+75099;44.92346;6.73046;1716;20220323;9.5;-3.2;3.1;3.2;2.86;0;2.61;19671
+75099;44.92346;6.73046;1716;20220324;11.4;-1.4;5;2.8;2.99;0;2.81;20258
+75099;44.92346;6.73046;1716;20220325;11.3;-.9;5.2;4.2;3.06;0;3.13;20457
+75099;44.92346;6.73046;1716;20220326;10.6;-1.3;4.6;3.8;3.12;0;3.02;20039
+75099;44.92346;6.73046;1716;20220327;10.9;-.7;5.1;1.8;2.89;0;2.6;18561
+75099;44.92346;6.73046;1716;20220328;12.8;-.6;6.1;2.3;2.99;0;3.04;20818
+75099;44.92346;6.73046;1716;20220329;10.4;.2;5.3;4.6;4.06;1.3;2.85;15827
+75099;44.92346;6.73046;1716;20220330;4.1;-.1;2;3;6.16;1.9;1.15;8873
+75099;44.92346;6.73046;1716;20220331;4.5;-.2;2.2;3.6;5.72;0;1.35;10114
+75099;44.92346;6.73046;1716;20220401;.1;-3.8;-1.9;2.6;3.8;5.6;1.21;8621
+75099;44.92346;6.73046;1716;20220402;1.5;-7.5;-3;4;2.5;0;2.08;14625
+75099;44.92346;6.73046;1716;20220403;.3;-8.7;-4.2;2;2.97;.2;1.77;21218
+75099;44.92346;6.73046;1716;20220404;2.7;-8.6;-3;2.7;3.29;0;1.75;21198
+75099;44.92346;6.73046;1716;20220405;8.6;-5.6;1.5;2.7;4.32;0;2.23;20060
+75099;44.92346;6.73046;1716;20220406;9.5;-1.4;4;3.5;5.46;.4;2.32;18845
+75099;44.92346;6.73046;1716;20220407;5.2;-.7;2.2;6.1;6.39;13.5;1.13;8731
+75099;44.92346;6.73046;1716;20220408;5.9;-.2;2.9;6.7;7.16;5.6;1.2;10672
+75099;44.92346;6.73046;1716;20220409;0;-2.4;-1.2;5.1;4.06;0;1.26;10704
+75099;44.92346;6.73046;1716;20220410;6;-6.7;-.3;2.6;3.16;0;2.41;22764
+75099;44.92346;6.73046;1716;20220411;11.3;-2.7;4.3;4.9;4.52;0;2.93;22578
+75099;44.92346;6.73046;1716;20220412;14.6;.8;7.7;4.5;5.49;0;3.64;21842
+75099;44.92346;6.73046;1716;20220413;15.6;5.9;10.7;2.5;5.5;0;3.58;19895
+75099;44.92346;6.73046;1716;20220414;16;2.4;9.2;3.2;6.42;0;3.34;19744
+75099;44.92346;6.73046;1716;20220415;16.6;3.3;10;2.9;7.16;0;3.21;20461
+75099;44.92346;6.73046;1716;20220416;16.1;3.5;9.8;4.9;5.02;0;4.25;24858
+75099;44.92346;6.73046;1716;20220417;13;1.3;7.1;5.9;3.92;0;3.97;24124
+75099;44.92346;6.73046;1716;20220418;13.7;-.2;6.8;2.6;4.79;0;3.48;24147
+75099;44.92346;6.73046;1716;20220419;13.3;.4;6.8;2.8;4.52;0;3.54;23981
+75099;44.92346;6.73046;1716;20220420;12.1;.6;6.3;4.1;5.56;.1;3.16;19643
+75099;44.92346;6.73046;1716;20220421;10.6;2.3;6.4;3.4;5.76;.8;2.97;19879
+75099;44.92346;6.73046;1716;20220422;12.7;2.2;7.4;2.8;6.22;0;3.02;19126
+75099;44.92346;6.73046;1716;20220423;6.7;3;4.9;3.6;6.96;16.7;1.44;7771
+75099;44.92346;6.73046;1716;20220424;5.7;-1.9;1.9;4.4;6.32;0;1.65;15812
+75099;44.92346;6.73046;1716;20220425;7.8;1.1;4.4;3.8;6.96;0;1.77;13516
+75099;44.92346;6.73046;1716;20220426;10;.4;5.2;3.5;5.96;0;2.58;19092
+75099;44.92346;6.73046;1716;20220427;13.3;-1.5;5.9;3.4;5.49;0;3.51;26886
+75099;44.92346;6.73046;1716;20220428;14.3;1.6;8;3.2;5.36;0;3.86;26385
+75099;44.92346;6.73046;1716;20220429;15.7;2.1;8.9;3.9;5.62;0;4.21;24620
+75099;44.92346;6.73046;1716;20220430;10.4;3.6;7;2.7;6.62;0;2.61;16964
+75099;44.92346;6.73046;1716;20220501;11.6;-.4;5.6;2.8;5.79;.1;3.08;24838
+75099;44.92346;6.73046;1716;20220502;13;.7;6.8;3.2;6.39;2.9;3.17;21658
+75099;44.92346;6.73046;1716;20220503;9.4;3.4;6.4;2.2;7.52;.5;2.21;14268
+75099;44.92346;6.73046;1716;20220504;11;2.9;7;2.7;7.79;5.4;2.52;17168
+75099;44.92346;6.73046;1716;20220505;6;3.3;4.6;3.2;7.72;11;1.3;8219
+75099;44.92346;6.73046;1716;20220506;7.2;2.5;4.9;3.3;7.02;1.4;1.13;5357
+75099;44.92346;6.73046;1716;20220507;9.2;4.3;6.8;2.7;7.85;2.5;1.31;5708
+75099;44.92346;6.73046;1716;20220508;9.9;4.6;7.3;1.9;8.15;1.2;1.31;6173
+75099;44.92346;6.73046;1716;20220509;12.1;5.7;8.9;1.6;8.12;.3;1.67;7229
+75099;44.92346;6.73046;1716;20220510;14.7;7.5;11.1;1.9;8.58;0;1.96;7834
+75099;44.92346;6.73046;1716;20220511;17.5;9.2;13.4;2.3;8.58;0;2.48;8620
+75099;44.92346;6.73046;1716;20220512;18;9.4;13.7;2.3;8.28;0;2.58;8926
+75099;44.92346;6.73046;1716;20220513;16.2;9.2;12.7;1.7;10.12;0;1.91;7555
+75099;44.92346;6.73046;1716;20220514;17.1;9.4;13.2;1.8;10.32;0;2.05;8332
+75099;44.92346;6.73046;1716;20220515;17.1;10.8;14;2.1;9.68;2.1;2.21;7702
+75099;44.92346;6.73046;1716;20220516;17.7;10.1;13.9;2.5;9.15;0;2.47;7967
+75099;44.92346;6.73046;1716;20220517;19.1;11.4;15.3;1.5;9.78;0;2.39;8657
+75099;44.92346;6.73046;1716;20220518;19.8;12.6;16.2;2.6;10.05;17.3;2.73;8096
+75099;44.92346;6.73046;1716;20220519;19.7;12.6;16.2;3.5;10.18;.7;2.85;7644
+75099;44.92346;6.73046;1716;20220520;21.8;13.7;17.7;3.6;9.18;0;3.54;8527
+75099;44.92346;6.73046;1716;20220521;21.7;13.3;17.5;2.5;8.92;0;3.28;8990
+75099;44.92346;6.73046;1716;20220522;23.7;16.8;20.2;2.3;9.88;1.3;3.38;8221
+75099;44.92346;6.73046;1716;20220523;19.3;14.3;16.8;3.8;9.45;0;3.1;6995
+75099;44.92346;6.73046;1716;20220524;12;7.4;9.7;2.8;9.02;2;1.59;6139
+75099;44.92346;6.73046;1716;20220525;10.7;5.4;8.1;3;8.68;.6;1.41;6353
+75099;44.92346;6.73046;1716;20220526;13.2;6;9.6;2.7;9.35;.2;1.7;8033
+75099;44.92346;6.73046;1716;20220527;16.7;9.1;12.9;2.5;9.88;0;2.12;8133
+75099;44.92346;6.73046;1716;20220528;15.9;9.6;12.8;3;8.82;.1;2.34;8184
+75099;44.92346;6.73046;1716;20220529;12.6;5.4;9;2.9;7.75;0;2.1;9421
+75099;44.92346;6.73046;1716;20220530;13.2;4;8.6;3.5;7.05;0;2.29;9474
+75099;44.92346;6.73046;1716;20220531;12.6;7.8;10.2;4.2;8.02;.5;1.95;5795
+75099;44.92346;6.73046;1716;20220601;17.6;9;13.3;2.7;9.21;0;2.78;10802
+75099;44.92346;6.73046;1716;20220602;18.8;10.6;14.7;2.2;10.31;.1;2.79;10439
+75099;44.92346;6.73046;1716;20220603;18.4;12.2;15.3;2.1;10.48;7.9;2.36;7793
+75099;44.92346;6.73046;1716;20220604;22.7;12.7;17.7;3.4;9.98;0;3.83;11863
+75099;44.92346;6.73046;1716;20220605;18.8;12.5;15.6;3.1;10.38;0;3.21;10795
+75099;44.92346;6.73046;1716;20220606;18.7;8.6;13.6;2.3;9.16;.2;3.21;14080
+75099;44.92346;6.73046;1716;20220607;16.1;9.3;12.7;2.5;8.61;0;2.9;11302
+75099;44.92346;6.73046;1716;20220608;15.5;6.8;11.2;2.2;7.53;.2;2.6;10745
+75099;44.92346;6.73046;1716;20220609;11.2;5.9;8.6;2.8;7.36;0;2.06;7913
+75099;44.92346;6.73046;1716;20220610;16.9;4;10.5;2.1;6.56;0;2.83;13207
+75099;44.92346;6.73046;1716;20220611;21.1;8.4;14.8;2.3;7.83;0;5.22;29564
+75099;44.92346;6.73046;1716;20220612;22.7;12.1;17.4;2;7.68;.1;5.13;25971
+75099;44.92346;6.73046;1716;20220613;19.9;13;16.5;2.2;10.06;0;4.52;24087
+75099;44.92346;6.73046;1716;20220614;22.7;10.7;16.7;2;9.33;0;5.18;28176
+75099;44.92346;6.73046;1716;20220615;22.7;14.3;18.5;2;9.88;.5;4.48;20804
+75099;44.92346;6.73046;1716;20220616;24;14.1;19;2.2;10.11;0;5.43;27052
+75099;44.92346;6.73046;1716;20220617;24.8;13.8;19.3;2.1;9.33;0;5.54;27425
+75099;44.92346;6.73046;1716;20220618;25.6;15.4;20.5;2.2;11.13;0;5.23;24041
+75099;44.92346;6.73046;1716;20220619;24.8;15.2;20;3;10.76;0;5.81;26724
+75099;44.92346;6.73046;1716;20220620;24.6;14.1;19.4;2.7;9.33;0;5.88;28000
+75099;44.92346;6.73046;1716;20220621;24.4;16;20.2;3.9;8.96;3.5;5.21;17009
+75099;44.92346;6.73046;1716;20220622;18.9;12.1;15.5;2.5;11.38;5;3.26;15549
+75099;44.92346;6.73046;1716;20220623;19.8;11.2;15.5;2.3;11.16;1;3.84;19547
+75099;44.92346;6.73046;1716;20220624;14.7;10.5;12.6;2.2;10.21;7.6;2.79;14896
+75099;44.92346;6.73046;1716;20220625;19.5;8.2;13.9;2.1;8.81;0;4.72;27882
+75099;44.92346;6.73046;1716;20220626;22.4;11.1;16.8;3.3;10.23;0;5.04;23893
+75099;44.92346;6.73046;1716;20220627;19.3;14.1;16.7;3.5;11.66;.2;4.79;20710
+75099;44.92346;6.73046;1716;20220628;17.1;11.5;14.3;1.8;12.36;18.8;2.58;12570
+75099;44.92346;6.73046;1716;20220629;19.7;9.6;14.7;1.5;11.51;0;4.55;27865
+75099;44.92346;6.73046;1716;20220630;21.1;12.1;16.6;1.8;11.73;1.7;3.81;19357
+75099;44.92346;6.73046;1716;20220701;15.3;8.8;12;2.5;10.43;0;3.85;25186
+75099;44.92346;6.73046;1716;20220702;23.1;8.9;16;1.9;8.38;0;5.44;30276
+75099;44.92346;6.73046;1716;20220703;25.4;14.7;20.1;2.1;9.31;1.1;5.63;27272
+75099;44.92346;6.73046;1716;20220704;22.6;14.9;18.8;2.3;11.11;.7;4.64;22083
+75099;44.92346;6.73046;1716;20220705;19.9;11.7;15.8;2.5;11.11;0;4.94;28050
+75099;44.92346;6.73046;1716;20220706;19.7;10.6;15.1;2.3;10.18;0;4.62;26547
+75099;44.92346;6.73046;1716;20220707;20;9.9;15;2.4;10.38;0;4.52;25896
+75099;44.92346;6.73046;1716;20220708;20;8.9;14.4;2.2;9.88;0;4.67;27570
+75099;44.92346;6.73046;1716;20220709;20.7;10.6;15.7;2;9.96;0;4.44;24350
+75099;44.92346;6.73046;1716;20220710;21;10.9;15.9;2.2;10.01;0;4.87;26978
+75099;44.92346;6.73046;1716;20220711;21.8;11.7;16.7;1.8;10.28;0;4.61;25044
+75099;44.92346;6.73046;1716;20220712;22;12.2;17.1;2.1;10.06;0;5.13;27879
+75099;44.92346;6.73046;1716;20220713;22.6;12.6;17.6;1.8;11.06;.4;4.45;23167
+75099;44.92346;6.73046;1716;20220714;24.5;14.5;19.5;1.9;11.21;0;4.69;22786
+75099;44.92346;6.73046;1716;20220715;24.6;14.5;19.5;2.4;9.53;0;5.54;26840
+75099;44.92346;6.73046;1716;20220716;24;13.6;18.8;2.3;10.46;0;5.08;24803
+75099;44.92346;6.73046;1716;20220717;24;13.7;18.8;2.1;10.68;.8;4.7;22627
+75099;44.92346;6.73046;1716;20220718;26.2;15.3;20.8;1.8;11.23;.2;4.95;23746
+75099;44.92346;6.73046;1716;20220719;27;15.7;21.4;1.8;12.26;0;4.94;22912
+75099;44.92346;6.73046;1716;20220720;26.3;15.8;21;2;13.03;.5;5.11;24168
+75099;44.92346;6.73046;1716;20220721;23.9;12.8;18.4;1.8;12.73;0;4.94;26991
+75099;44.92346;6.73046;1716;20220722;27.2;15.1;21.1;2.2;11.06;.1;5.45;24441
+75099;44.92346;6.73046;1716;20220723;23.2;15.7;19.4;2.6;12.45;0;4.47;20100
+75099;44.92346;6.73046;1716;20220724;25.5;13.9;19.7;1.9;12.65;0;5.24;27155
+75099;44.92346;6.73046;1716;20220725;25.9;17.2;21.5;2.8;11.79;.3;5.21;21056
+75099;44.92346;6.73046;1716;20220726;20.5;12.3;16.4;2.5;11.71;.9;4.35;23725
+75099;44.92346;6.73046;1716;20220727;20.5;10.9;15.7;2.5;11.68;0;4.2;23221
+75099;44.92346;6.73046;1716;20220728;21.3;12.9;17.1;2.3;10.75;0;4.31;22122
+75099;44.92346;6.73046;1716;20220729;17.7;13.9;15.8;2.4;10.65;2;3.11;13867
+75099;44.92346;6.73046;1716;20220730;20.1;10.9;15.5;3.2;10.28;0;4.47;25342
+75099;44.92346;6.73046;1716;20220731;22.5;12.8;17.7;2.5;9.68;0;5.19;27673
+75099;44.92346;6.73046;1716;20220801;23.5;14.4;18.9;2.3;10.38;0;5.15;26533
+75099;44.92346;6.73046;1716;20220802;22.7;14.1;18.4;2.5;10.58;0;5.03;25788
+75099;44.92346;6.73046;1716;20220803;24.4;15.9;20.2;1.7;11.18;0;4.52;22268
+75099;44.92346;6.73046;1716;20220804;24.1;16.9;20.5;1.7;11.92;1.1;3.93;17212
+75099;44.92346;6.73046;1716;20220805;24.9;16.8;20.9;2.2;11.68;2.3;4.5;19755
+75099;44.92346;6.73046;1716;20220806;22;13.6;17.8;2.6;11.75;0;4.47;23533
+75099;44.92346;6.73046;1716;20220807;20.5;13.2;16.9;2.1;12.68;.8;3.97;22300
+75099;44.92346;6.73046;1716;20220808;20.8;12.5;16.6;2.1;11.42;0;4.04;22905
+75099;44.92346;6.73046;1716;20220809;22.7;13.9;18.3;1.9;11.25;4.7;4.48;23953
+75099;44.92346;6.73046;1716;20220810;22.1;14.8;18.5;2.5;10.42;7.3;4.31;20570
+75099;44.92346;6.73046;1716;20220811;22.5;14.4;18.4;2;9.92;0;4.28;21963
+75099;44.92346;6.73046;1716;20220812;22;15;18.5;1.8;10.45;0;4.25;22207
+75099;44.92346;6.73046;1716;20220813;21.9;14.1;18;2.1;10.05;0;4.41;22913
+75099;44.92346;6.73046;1716;20220814;17;15.3;16.1;2.8;10.42;8.7;2.61;6933
+75099;44.92346;6.73046;1716;20220815;18.9;10.9;14.9;3.2;10.18;.1;3.73;20242
+75099;44.92346;6.73046;1716;20220816;21;11.8;16.4;2.4;9.82;.1;4.3;23567
+75099;44.92346;6.73046;1716;20220817;18.2;13.2;15.7;3.3;11.18;16.3;2.93;12160
+75099;44.92346;6.73046;1716;20220818;14.1;9.4;11.7;3.5;10.85;21.1;2.19;12376
+75099;44.92346;6.73046;1716;20220819;13.8;9;11.4;3.7;10.98;0;2.01;12460
+75099;44.92346;6.73046;1716;20220820;17;10.3;13.7;2.4;11.55;0;2.93;17904
+75099;44.92346;6.73046;1716;20220821;16.9;11.1;14;2.2;11.55;.2;3.01;18904
+75099;44.92346;6.73046;1716;20220822;17.4;10.5;13.9;2.3;11.15;0;3.06;18553
+75099;44.92346;6.73046;1716;20220823;19.3;11.4;15.4;2.3;10.62;0;3.6;20487
+75099;44.92346;6.73046;1716;20220824;21;13.4;17.2;1.9;11.35;0;3.74;20595
+75099;44.92346;6.73046;1716;20220825;21.4;14.3;17.8;1.9;12.32;.3;3.51;18282
+75099;44.92346;6.73046;1716;20220826;17.3;12.6;14.9;2.4;12.32;6.2;2.33;11068
+75099;44.92346;6.73046;1716;20220827;16.8;11.2;14;2;12.42;.3;2.55;15234
+75099;44.92346;6.73046;1716;20220828;19.5;11.6;15.5;1.4;12.78;.8;3.15;19490
+75099;44.92346;6.73046;1716;20220829;21.3;12.6;17;1.9;11.12;0;3.83;21982
+75099;44.92346;6.73046;1716;20220830;19.5;14.7;17.1;2.3;10.92;2.6;3.06;13460
+75099;44.92346;6.73046;1716;20220831;15.6;10.2;12.9;2.3;11.15;1.3;2.62;17051
+75099;44.92346;6.73046;1716;20220901;17.9;10.2;14.1;2.1;10.78;0;3.03;18563
+75099;44.92346;6.73046;1716;20220902;16.5;11.6;14.1;2.7;10.05;1.1;2.67;12785
+75099;44.92346;6.73046;1716;20220903;16.8;10.6;13.7;3.4;9.98;1.5;2.7;13792
+75099;44.92346;6.73046;1716;20220904;18.6;9.8;14.2;1.8;10.25;0;3.05;18982
+75099;44.92346;6.73046;1716;20220905;20.2;13;16.6;2.8;11.05;0;3.69;19785
+75099;44.92346;6.73046;1716;20220906;19.6;14.6;17.1;2.8;11.75;1.1;3.2;15254
+75099;44.92346;6.73046;1716;20220907;18.5;12.9;15.7;3.1;11.98;8.5;2.81;13951
+75099;44.92346;6.73046;1716;20220908;15.4;9;12.2;3.1;9.88;0;2.65;17219
+75099;44.92346;6.73046;1716;20220909;14.1;8.3;11.2;3.8;7.72;0;2.98;18297
+75099;44.92346;6.73046;1716;20220910;13.2;6.7;9.9;2.8;7.82;0;2.52;17492
+75099;44.92346;6.73046;1716;20220911;16.1;6.9;11.5;2;8.18;0;2.99;20543
+75099;44.92346;6.73046;1716;20220912;20.8;10.8;15.8;1.9;7.88;0;3.52;20235
+75099;44.92346;6.73046;1716;20220913;21.8;14.6;18.2;3.4;8.35;0;4.02;15232
+75099;44.92346;6.73046;1716;20220914;15.9;13.9;14.9;5.7;10.88;12.3;2.57;7473
+75099;44.92346;6.73046;1716;20220915;14.9;9.4;12.2;3.3;10.38;.2;2.29;13606
+75099;44.92346;6.73046;1716;20220916;12.9;9.6;11.3;2.8;9.78;0;2.06;12283
+75099;44.92346;6.73046;1716;20220917;8.7;2.6;5.6;3.8;6.05;0;2.12;18593
+75099;44.92346;6.73046;1716;20220918;11.6;1.8;6.7;2.7;6.08;0;2.44;18878
+75099;44.92346;6.73046;1716;20220919;12.2;5.7;9;2.5;5.92;0;2.63;17620
+75099;44.92346;6.73046;1716;20220920;11.7;4.4;8;1.8;6.51;0;2.22;16180
+75099;44.92346;6.73046;1716;20220921;12.3;4.2;8.2;1.8;6.98;0;2.01;14391
+75099;44.92346;6.73046;1716;20220922;13.3;4.6;8.9;1.8;7.31;0;2.1;15365
+75099;44.92346;6.73046;1716;20220923;12.8;6.1;9.4;2.4;7.38;2.5;2.12;13079
+75099;44.92346;6.73046;1716;20220924;9.8;5.9;7.9;2.8;9.08;9.5;1.12;7172
+75099;44.92346;6.73046;1716;20220925;8.3;4.9;6.6;1.9;8.02;1.6;1.3;9692
+75099;44.92346;6.73046;1716;20220926;8;3.3;5.7;2.3;6.72;.7;1.51;12216
+75099;44.92346;6.73046;1716;20220927;6;2;4;3.5;6.42;.7;1.38;10929
+75099;44.92346;6.73046;1716;20220928;8.4;2.2;5.3;4;7.45;5;1.29;10250
+75099;44.92346;6.73046;1716;20220929;6.7;2.9;4.8;3.6;6.88;0;1.26;9432
+75099;44.92346;6.73046;1716;20220930;4.3;1.8;3.1;2.5;6.72;3.7;.86;6454
+75099;44.92346;6.73046;1716;20221001;10.5;1.9;6.2;2.7;7.98;1.7;1.35;10599
+75099;44.92346;6.73046;1716;20221002;14.8;8.7;11.7;3.2;9.08;0;2.16;13235
+75099;44.92346;6.73046;1716;20221003;13;7.3;10.2;2.4;8.05;0;1.95;13321
+75099;44.92346;6.73046;1716;20221004;16.6;7.5;12.1;2.1;7.02;0;2.46;15278
+75099;44.92346;6.73046;1716;20221005;15.7;10.2;13;2.3;8.38;.6;2.31;13879
+75099;44.92346;6.73046;1716;20221006;13.6;8;10.8;2.2;9.72;0;1.75;12924
+75099;44.92346;6.73046;1716;20221007;14.8;8.2;11.5;1.4;9.32;0;1.74;13069
+75099;44.92346;6.73046;1716;20221008;10.9;8.4;9.6;1.7;9.88;5;.99;4750
+75099;44.92346;6.73046;1716;20221009;10.1;7;8.5;1.9;9.82;3.6;.94;6271
+75099;44.92346;6.73046;1716;20221010;12.7;7.2;10;1.4;9.45;0;1.31;9621
+75099;44.92346;6.73046;1716;20221011;13.2;7;10.1;1.5;9.22;.2;1.48;11997
+75099;44.92346;6.73046;1716;20221012;11.9;7.3;9.6;1.4;9.48;.4;1.25;9888
+75099;44.92346;6.73046;1716;20221013;11.6;6.7;9.2;1.7;8.55;0;1.29;9321
+75099;44.92346;6.73046;1716;20221014;10.9;7.1;9;2;8.85;.3;1.14;7767
+75099;44.92346;6.73046;1716;20221015;16.5;8;12.3;3.1;7.72;0;2.21;12250
+75099;44.92346;6.73046;1716;20221016;15.3;10.4;12.8;3.6;8.25;0;2.32;11330
+75099;44.92346;6.73046;1716;20221017;16.8;11.1;14;3.2;8.48;0;2.41;11251
+75099;44.92346;6.73046;1716;20221018;17.3;10.5;13.9;2.1;8.88;0;1.96;11977
+75099;44.92346;6.73046;1716;20221019;18.5;11.4;15;1.9;7.32;0;2.14;12127
+75099;44.92346;6.73046;1716;20221020;16.2;13.5;14.8;4.3;7.52;9.8;2.81;5822
+75099;44.92346;6.73046;1716;20221021;11.7;10;10.8;5.6;9.72;21.1;1.4;1826
+75099;44.92346;6.73046;1716;20221022;14;7.2;10.6;3.3;8.92;2.6;1.56;9045
+75099;44.92346;6.73046;1716;20221023;16.9;11.2;14;7.2;7.88;2;3.29;6684
+75099;44.92346;6.73046;1716;20221024;12.6;10.3;11.4;4.7;8.78;5.7;1.64;4371
+75099;44.92346;6.73046;1716;20221025;14.6;7.2;10.9;3.5;7.22;0;1.99;10177
+75099;44.92346;6.73046;1716;20221026;17.2;11.2;14.2;3.7;7.32;0;2.5;10274
+75099;44.92346;6.73046;1716;20221027;18.3;11.9;15.1;3.2;7.48;0;2.45;10379
+75099;44.92346;6.73046;1716;20221028;19.4;13.4;16.4;2.6;7.12;0;2.43;9741
+75099;44.92346;6.73046;1716;20221029;19;14.4;16.7;2.2;6.95;0;2.18;8938
+75099;44.92346;6.73046;1716;20221030;17.5;13.1;15.3;2.5;6.32;0;2.27;8874
+75099;44.92346;6.73046;1716;20221031;16;10.6;13.3;3.5;6.05;4.6;2.49;9479
+75099;44.92346;6.73046;1716;20221101;11.1;6.2;8.6;3.2;8.02;7.3;1.17;6461
+75099;44.92346;6.73046;1716;20221102;8.5;5.3;6.9;1.7;7.95;0;.82;6964
+75099;44.92346;6.73046;1716;20221103;9.1;4.7;6.9;3.7;6.72;19.4;1.31;4592
+75099;44.92346;6.73046;1716;20221104;2.4;-.5;.9;4.2;5.05;0;.86;6397
+75099;44.92346;6.73046;1716;20221105;2.8;-2;.4;2.4;4.48;0;.74;7245
+75099;44.92346;6.73046;1716;20221106;10.4;.1;5.2;2.3;3.72;0;1.39;9808
+75099;44.92346;6.73046;1716;20221107;13.4;4;8.7;1.9;4.32;0;1.4;10185
+75099;44.92346;6.73046;1716;20221108;10.5;6.9;8.7;3.4;4.62;0;1.88;7728
+75099;44.92346;6.73046;1716;20221109;7.8;6.2;7;3.1;7.72;16.9;.89;2201
+75099;44.92346;6.73046;1716;20221110;9.4;3.4;6.4;2.3;6.98;0;.85;8866
+75099;44.92346;6.73046;1716;20221111;13.2;6.4;9.8;1.3;4.72;0;1.09;9074
+75099;44.92346;6.73046;1716;20221112;14.4;8.9;11.7;2.1;3.88;0;1.76;6458
+75099;44.92346;6.73046;1716;20221113;11.1;8.8;9.9;2.1;4.72;0;1.49;5839
+75099;44.92346;6.73046;1716;20221114;6;3.4;4.7;3;6.12;.2;.94;3575
+75099;44.92346;6.73046;1716;20221115;7.4;3.3;5.4;4;7.28;6;.8;3084
+75099;44.92346;6.73046;1716;20221116;7.5;2;4.8;3.4;6.02;0;.92;7602
+75099;44.92346;6.73046;1716;20221117;7.6;4.4;6;5.8;6.05;3.5;1.35;5368
+75099;44.92346;6.73046;1716;20221118;2.2;-.2;1;3.1;5.15;0;.63;5600
+75099;44.92346;6.73046;1716;20221119;1.5;-2;-.3;2.3;4.35;0;.52;6480
+75099;44.92346;6.73046;1716;20221120;2;-3.2;-.6;2.3;4.02;0;.53;7635
+75099;44.92346;6.73046;1716;20221121;5.7;-2.7;1.5;3.1;3.92;1.8;.94;5904
+75099;44.92346;6.73046;1716;20221122;-.6;-2.6;-1.6;3.5;4.38;0;.54;5587
+75099;44.92346;6.73046;1716;20221123;4.2;-3;.6;2.2;3.98;1.5;.74;6269
+75099;44.92346;6.73046;1716;20221124;5.6;-1.1;2.2;3;3.85;0;.85;7678
+75099;44.92346;6.73046;1716;20221125;4.9;1.1;3;2.9;4.35;0;.9;5943
+75099;44.92346;6.73046;1716;20221126;3.4;-1.5;1;2.8;3.72;0;.8;6874
+75099;44.92346;6.73046;1716;20221127;7.6;1.4;4.5;2.1;2.25;0;1.27;6243
+75099;44.92346;6.73046;1716;20221128;1.8;.4;1.1;2.4;4.02;.5;.89;2471
+75099;44.92346;6.73046;1716;20221129;-1.3;-2.5;-1.9;2.9;4.85;1.7;.28;3071
+75099;44.92346;6.73046;1716;20221130;-.4;-3.6;-2;2.7;4.32;0;.26;6424
+75099;44.92346;6.73046;1716;20221201;.8;-4.3;-1.8;2.2;4.08;0;.36;6754
+75099;44.92346;6.73046;1716;20221202;.8;-5.4;-2.3;2.5;3.88;.5;.41;6573
+75099;44.92346;6.73046;1716;20221203;1.3;-2.9;-.8;4;3.92;1;.8;3393
+75099;44.92346;6.73046;1716;20221204;1.1;-.2;.4;3.5;4.98;6.6;.59;3100
+75099;44.92346;6.73046;1716;20221205;1;-2.9;-1;2.7;3.78;.1;.54;6678
+75099;44.92346;6.73046;1716;20221206;6.7;-1.2;2.7;1.3;2.22;0;.68;6999
+75099;44.92346;6.73046;1716;20221207;4.2;-1.1;1.6;1.9;2.45;0;.79;6722
+75099;44.92346;6.73046;1716;20221208;3.4;-1.2;1.1;3.6;2.75;7.1;1.25;5369
+75099;44.92346;6.73046;1716;20221209;2.4;-.1;1.1;4.1;5.88;11.7;.39;1888
+75099;44.92346;6.73046;1716;20221210;.1;-.6;-.3;2.9;4.55;0;.52;3033
+75099;44.92346;6.73046;1716;20221211;-4.1;-8;-6.1;2.4;2.02;0;.55;6532
+75099;44.92346;6.73046;1716;20221212;-1.9;-8.2;-5;2.3;2.12;3.1;.54;6268
+75099;44.92346;6.73046;1716;20221213;2.6;-5.8;-1.6;4.6;5.35;.4;.16;3721
+75099;44.92346;6.73046;1716;20221214;4;.8;2.4;3.1;6.25;.1;.4;3296
+75099;44.92346;6.73046;1716;20221215;3.7;1.9;2.8;2.6;5.48;19.1;.67;1874
+75099;44.92346;6.73046;1716;20221216;.5;-.9;-.2;2.3;5.52;.1;.28;3467
+75099;44.92346;6.73046;1716;20221217;3.3;-4.5;-.6;2.1;2.95;0;.6;7364
+75099;44.92346;6.73046;1716;20221218;6.8;.5;3.6;2;2.18;0;1.07;6590
+75099;44.92346;6.73046;1716;20221219;6.1;1.8;4;2.3;3.68;0;1.01;4779
+75099;44.92346;6.73046;1716;20221220;8.5;1.8;5.2;3;5.02;0;1.1;5171
+75099;44.92346;6.73046;1716;20221221;4.6;2.3;3.5;3.2;6.48;.4;.49;2379
+75099;44.92346;6.73046;1716;20221222;5.1;2.1;3.6;3.8;5.72;3.8;.72;3969
+75099;44.92346;6.73046;1716;20221223;7.5;2.5;5;4.5;7.52;2.3;.53;3589
+75099;44.92346;6.73046;1716;20221224;9.9;4.8;7.3;3.8;6.58;0;1.11;4430
+75099;44.92346;6.73046;1716;20221225;12.1;7.2;9.7;4.3;4.55;0;1.98;6314
+75099;44.92346;6.73046;1716;20221226;8.1;5.2;6.6;4.6;5.32;0;1.38;4441
+75099;44.92346;6.73046;1716;20221227;5.1;.9;3;3.1;4.12;0;.93;6276
+75099;44.92346;6.73046;1716;20221228;4.9;.6;2.7;3.3;2.58;0;1.24;6286
+75099;44.92346;6.73046;1716;20221229;5.5;1.8;3.7;4.2;5.05;.1;1.12;3440
+75099;44.92346;6.73046;1716;20221230;5.6;1.1;3.3;3.7;6.52;1.6;.48;3261
+75099;44.92346;6.73046;1716;20221231;11.4;5.2;8.3;4.9;7.48;0;1.18;5285
+75100;44.93285;7.04636;1489;20220101;8.8;-3.3;2.7;1.1;4.05;0;.43;7177
+75100;44.93285;7.04636;1489;20220102;6.4;-3.3;1.5;1;4.05;0;.37;6481
+75100;44.93285;7.04636;1489;20220103;6.4;-4.9;.7;1.1;3.95;0;.37;7015
+75100;44.93285;7.04636;1489;20220104;11.2;-3.9;3.6;1.6;4.85;.3;.6;7480
+75100;44.93285;7.04636;1489;20220105;3;.5;1.7;1.2;3.95;0;.57;3454
+75100;44.93285;7.04636;1489;20220106;1.2;-13;-5.9;1.1;1.65;0;.41;7578
+75100;44.93285;7.04636;1489;20220107;1;-14;-6.5;1.1;1.95;0;.36;7632
+75100;44.93285;7.04636;1489;20220108;3.1;-10.1;-3.5;1.4;2.95;2.5;.4;7689
+75100;44.93285;7.04636;1489;20220109;-.7;-5;-2.9;2.4;3.35;1.7;.5;4587
+75100;44.93285;7.04636;1489;20220110;-1.2;-11.7;-6.5;.8;2.05;0;.29;7102
+75100;44.93285;7.04636;1489;20220111;2.6;-12.9;-5.2;1.7;1.75;0;.63;7879
+75100;44.93285;7.04636;1489;20220112;6.4;-11.6;-2.6;1.6;1.55;0;.81;7948
+75100;44.93285;7.04636;1489;20220113;9;-8.2;.4;1.6;2.25;0;.86;8021
+75100;44.93285;7.04636;1489;20220114;11;-6.5;2.2;1.1;2.95;0;.66;8096
+75100;44.93285;7.04636;1489;20220115;10;-6;2;1.2;3.15;0;.66;8175
+75100;44.93285;7.04636;1489;20220116;7;-7.8;-.4;1.1;2.45;0;.58;8256
+75100;44.93285;7.04636;1489;20220117;8.7;-10.2;-.8;.9;2.15;0;.57;8341
+75100;44.93285;7.04636;1489;20220118;8.3;-6.5;.9;1.8;2.85;0;.87;8428
+75100;44.93285;7.04636;1489;20220119;7.3;-8.4;-.6;1;2.75;0;.55;8519
+75100;44.93285;7.04636;1489;20220120;4.6;-9.6;-2.5;.8;2.45;0;.44;8612
+75100;44.93285;7.04636;1489;20220121;3.7;-11.9;-4.1;1.7;2.05;0;.71;8708
+75100;44.93285;7.04636;1489;20220122;6.1;-11;-2.5;1.2;2.55;0;.62;8807
+75100;44.93285;7.04636;1489;20220123;9.5;-7.5;1;.9;2.75;0;.63;8909
+75100;44.93285;7.04636;1489;20220124;8.8;-8.8;0;1;2.85;0;.65;9014
+75100;44.93285;7.04636;1489;20220125;12.1;-7.8;2.1;1.1;2.85;0;.83;9121
+75100;44.93285;7.04636;1489;20220126;8.3;-9.1;-.4;1.2;2.45;0;.77;9231
+75100;44.93285;7.04636;1489;20220127;7.6;-9.1;-.8;1.1;2.45;0;.72;9344
+75100;44.93285;7.04636;1489;20220128;11.1;-7.4;1.8;1.4;2.65;0;1;9459
+75100;44.93285;7.04636;1489;20220129;9.3;-7.8;.7;1.1;3.05;0;.76;9577
+75100;44.93285;7.04636;1489;20220130;10.9;-5.7;2.6;1.4;3.05;0;.98;9698
+75100;44.93285;7.04636;1489;20220131;6.3;-6.2;0;5;2.35;0;1.75;9660
+75100;44.93285;7.04636;1489;20220201;7.6;-11.1;-1.8;2.2;3.05;.1;.99;9947
+75100;44.93285;7.04636;1489;20220202;12.5;.7;6.6;5.3;3.65;0;2.46;9629
+75100;44.93285;7.04636;1489;20220203;10.4;-4;3.2;1.3;3.75;0;.93;10206
+75100;44.93285;7.04636;1489;20220204;8.8;-6.8;1;1.3;3.45;0;.87;10338
+75100;44.93285;7.04636;1489;20220205;9.9;-7.3;1.3;1;3.05;0;.86;10474
+75100;44.93285;7.04636;1489;20220206;7.6;-10.3;-1.4;2.1;2.85;0;1.09;10611
+75100;44.93285;7.04636;1489;20220207;12.3;-2;5.1;4.1;2.85;0;2.3;10751
+75100;44.93285;7.04636;1489;20220208;12.5;-7.6;2.4;1.1;3.15;0;1.05;10893
+75100;44.93285;7.04636;1489;20220209;13.2;-5.7;3.7;1.2;3.35;0;1.15;11037
+75100;44.93285;7.04636;1489;20220210;.3;-6.4;-3.1;2.1;5.85;0;.68;9000
+75100;44.93285;7.04636;1489;20220211;4.4;.3;2.3;3.5;4.58;0;1.14;9633
+75100;44.93285;7.04636;1489;20220212;-.1;-3;-1.6;4.3;3.48;0;.88;9066
+75100;44.93285;7.04636;1489;20220213;.5;-4.6;-2.1;2.8;3.78;.4;.81;11933
+75100;44.93285;7.04636;1489;20220214;-1.8;-5;-3.4;3.7;4.05;3.7;.48;3700
+75100;44.93285;7.04636;1489;20220215;2.3;-4.3;-1;5;4.18;0;.93;6766
+75100;44.93285;7.04636;1489;20220216;4.7;-11.9;-3.6;1.4;3.45;.2;.79;12101
+75100;44.93285;7.04636;1489;20220217;12.7;-4;4.3;3.8;4.15;.1;2;12261
+75100;44.93285;7.04636;1489;20220218;15.8;-3;6.4;1.5;4.25;0;1.58;12422
+75100;44.93285;7.04636;1489;20220219;8.5;-.2;4.1;1.4;4.95;0;1.09;10312
+75100;44.93285;7.04636;1489;20220220;12;-6.9;2.5;1.2;3.95;0;1.24;12749
+75100;44.93285;7.04636;1489;20220221;3.6;-2.4;.6;3.8;3.75;2.1;1.22;8820
+75100;44.93285;7.04636;1489;20220222;10.5;-2.2;4.1;1.6;3.05;0;1.52;12895
+75100;44.93285;7.04636;1489;20220223;13.4;-6.2;3.6;1;3.25;0;1.36;13250
+75100;44.93285;7.04636;1489;20220224;9.4;-4.9;2.2;1.3;3.65;0;1.28;13420
+75100;44.93285;7.04636;1489;20220225;7.8;-6.4;.7;1.7;2.75;0;1.4;13592
+75100;44.93285;7.04636;1489;20220226;4.4;-9.8;-2.7;2.1;1.65;0;1.42;13764
+75100;44.93285;7.04636;1489;20220227;2.8;-11.3;-4.3;2.5;2.05;0;1.28;13938
+75100;44.93285;7.04636;1489;20220228;10.3;-11.7;-.7;1.6;2.45;0;1.53;14112
+75100;44.93285;7.04636;1489;20220301;9.3;-5.5;1.9;3.2;3.05;0;1.93;14288
+75100;44.93285;7.04636;1489;20220302;10;-7.8;1.1;.8;3.25;0;1.27;14465
+75100;44.93285;7.04636;1489;20220303;8;-1.9;3;1.9;3.85;0;1.49;12746
+75100;44.93285;7.04636;1489;20220304;7;-6.5;.2;2.1;3.65;2;1.41;14821
+75100;44.93285;7.04636;1489;20220305;6.1;-3.9;1.1;1.3;3.05;0;1.33;13117
+75100;44.93285;7.04636;1489;20220306;4;-10.4;-3.2;1.4;2.65;0;1.2;15180
+75100;44.93285;7.04636;1489;20220307;7.3;-10.8;-1.8;.8;2.45;0;1.26;15361
+75100;44.93285;7.04636;1489;20220308;8.5;-9.8;-.7;1.1;2.65;0;1.43;15542
+75100;44.93285;7.04636;1489;20220309;10.8;-9.7;.5;1;2.75;0;1.53;15724
+75100;44.93285;7.04636;1489;20220310;11.2;-7.8;1.7;2.8;2.95;.2;2.15;15906
+75100;44.93285;7.04636;1489;20220311;.4;-.8;-.2;5.9;3.95;2.1;1.1;5010
+75100;44.93285;7.04636;1489;20220312;-.1;-3;-1.6;5.1;3.95;1.2;.92;7753
+75100;44.93285;7.04636;1489;20220313;.2;-2;-.9;6.1;3.85;2.4;1.08;6855
+75100;44.93285;7.04636;1489;20220314;7.8;-8.3;-.3;2.8;4.55;1.4;1.45;16640
+75100;44.93285;7.04636;1489;20220315;12.3;-.5;5.9;1;5.95;0;1.75;16585
+75100;44.93285;7.04636;1489;20220316;16.4;-.1;8.1;1.1;5.35;0;2.1;17008
+75100;44.93285;7.04636;1489;20220317;11.4;2.4;6.9;4.2;5.35;.1;2.33;14243
+75100;44.93285;7.04636;1489;20220318;4;1.7;2.9;5.3;6.55;.5;.9;9500
+75100;44.93285;7.04636;1489;20220319;4.2;-1.5;1.4;6.1;5.25;0;1.48;17633
+75100;44.93285;7.04636;1489;20220320;3.8;-3.5;.1;4.9;3.78;0;1.83;18400
+75100;44.93285;7.04636;1489;20220321;4.7;-2.5;1.1;3.3;3.48;0;2.05;21300
+75100;44.93285;7.04636;1489;20220322;6.1;-1.1;2.5;4.7;3.25;0;2.54;22166
+75100;44.93285;7.04636;1489;20220323;9.6;.7;5.2;3.5;2.61;0;3.02;23166
+75100;44.93285;7.04636;1489;20220324;11.9;4.6;8.3;3.7;3.18;0;3.56;22800
+75100;44.93285;7.04636;1489;20220325;9.7;4.5;7.1;2.7;3.38;0;3.01;22166
+75100;44.93285;7.04636;1489;20220326;11.2;3.9;7.6;2.8;3.38;0;3.2;22733
+75100;44.93285;7.04636;1489;20220327;10.3;4.8;7.5;4.2;3.68;0;3.19;19400
+75100;44.93285;7.04636;1489;20220328;12.4;5.1;8.8;3.6;3.38;0;3.63;22500
+75100;44.93285;7.04636;1489;20220329;8;3.5;5.7;3.4;4.95;.8;2.33;16566
+75100;44.93285;7.04636;1489;20220330;3;.4;1.7;3.1;6.58;4;.66;6166
+75100;44.93285;7.04636;1489;20220331;6.4;.4;3.4;3.4;6.68;.3;1.22;10833
+75100;44.93285;7.04636;1489;20220401;4.2;-.3;2;4.6;5.55;15.7;1.39;12500
+75100;44.93285;7.04636;1489;20220402;-1.2;-4.4;-2.8;3.6;4.05;.8;1.07;12800
+75100;44.93285;7.04636;1489;20220403;.8;-4.6;-1.9;2.8;4.15;.2;1.51;18966
+75100;44.93285;7.04636;1489;20220404;1.5;-3.3;-.9;2.2;5.18;0;1.34;17466
+75100;44.93285;7.04636;1489;20220405;8.6;-.8;3.9;3;6.2;0;2.29;25050
+75100;44.93285;7.04636;1489;20220406;7.4;2.6;5;3;7.01;0;2.1;21233
+75100;44.93285;7.04636;1489;20220407;9.9;1.3;5.6;2.6;7.08;13.1;1.88;15633
+75100;44.93285;7.04636;1489;20220408;11.5;5.5;8.5;3.4;7.98;2.9;2.11;14133
+75100;44.93285;7.04636;1489;20220409;7.7;4.5;6.1;5.6;3.71;0;3.43;23833
+75100;44.93285;7.04636;1489;20220410;6.9;-2.7;2.1;3.5;3.18;0;2.78;25033
+75100;44.93285;7.04636;1489;20220411;7.2;.6;3.9;2.5;4.18;0;2.58;23933
+75100;44.93285;7.04636;1489;20220412;9.2;1.7;5.5;1.7;5.01;0;2.79;24233
+75100;44.93285;7.04636;1489;20220413;12.7;4.1;8.4;3.2;6.65;0;3.12;23766
+75100;44.93285;7.04636;1489;20220414;14.6;5.4;10;4;7.21;0;3.57;25633
+75100;44.93285;7.04636;1489;20220415;17.5;8.4;12.9;3.1;6.81;0;4.13;25366
+75100;44.93285;7.04636;1489;20220416;16.4;8.3;12.3;3.7;5.78;.8;4.27;24166
+75100;44.93285;7.04636;1489;20220417;10;1.6;5.8;3.4;6.71;0;2.69;24100
+75100;44.93285;7.04636;1489;20220418;10.2;.1;5.1;2.6;6.21;0;2.71;25200
+75100;44.93285;7.04636;1489;20220419;10.4;2.7;6.6;3.2;6.35;0;2.9;24900
+75100;44.93285;7.04636;1489;20220420;4.3;3.4;3.8;2.1;7.21;1.1;1.06;7866
+75100;44.93285;7.04636;1489;20220421;3.7;2;2.8;4;6.81;5.5;.9;8200
+75100;44.93285;7.04636;1489;20220422;8.2;1.5;4.9;3.7;7.58;0;1.45;12966
+75100;44.93285;7.04636;1489;20220423;4.6;3.1;3.9;6.1;7.68;21.3;.56;4200
+75100;44.93285;7.04636;1489;20220424;3.7;.3;2;3.3;6.81;.1;.91;9500
+75100;44.93285;7.04636;1489;20220425;7.9;2.3;5.1;2.1;8.5;0;1.38;12600
+75100;44.93285;7.04636;1489;20220426;8.1;3.6;5.9;2.2;7.81;0;1.92;16000
+75100;44.93285;7.04636;1489;20220427;11.9;4.2;8.1;2.5;7.45;0;3.25;26466
+75100;44.93285;7.04636;1489;20220428;13.5;5.1;9.3;3.2;8.78;0;3.12;23933
+75100;44.93285;7.04636;1489;20220429;13.1;5;9.1;3.4;8.85;0;2.79;20866
+75100;44.93285;7.04636;1489;20220430;10.5;4.4;7.5;2.8;7.85;.2;2.19;15433
+75100;44.93285;7.04636;1489;20220501;11.7;4.7;8.2;2.2;7.71;.1;3;23500
+75100;44.93285;7.04636;1489;20220502;11.4;4.1;7.8;2.6;8.85;1.6;2.6;22000
+75100;44.93285;7.04636;1489;20220503;9.8;4.6;7.2;2.2;9.05;2.2;1.96;15733
+75100;44.93285;7.04636;1489;20220504;10.3;5;7.6;3.2;9.11;6.1;2.02;16333
+75100;44.93285;7.04636;1489;20220505;6.4;5.3;5.8;3.7;8.35;8.7;1.24;10166
+75100;44.93285;7.04636;1489;20220506;8.6;3.2;5.9;1.4;7.55;6;1.99;16256
+75100;44.93285;7.04636;1489;20220507;13.5;4.9;9.2;2.1;8.05;4.2;2.83;20556
+75100;44.93285;7.04636;1489;20220508;13.1;4.9;9;2.4;8.35;1.9;2.71;20172
+75100;44.93285;7.04636;1489;20220509;14.7;7.1;10.9;2.2;8.15;.3;3.02;19517
+75100;44.93285;7.04636;1489;20220510;18.3;.5;9.4;2;7.65;0;3.64;25861
+75100;44.93285;7.04636;1489;20220511;20.2;3.3;11.7;1.9;8.55;0;3.94;25975
+75100;44.93285;7.04636;1489;20220512;23.1;2.6;12.8;1.6;7.85;0;4.25;26087
+75100;44.93285;7.04636;1489;20220513;21.9;4.1;13;1.8;9.15;0;4.15;26197
+75100;44.93285;7.04636;1489;20220514;21;4.9;12.9;2.1;9.95;.8;4.06;26304
+75100;44.93285;7.04636;1489;20220515;19.2;4.9;12;1.3;9.95;4;3.82;26409
+75100;44.93285;7.04636;1489;20220516;21.7;3.6;12.6;1.5;8.45;0;4.15;26511
+75100;44.93285;7.04636;1489;20220517;24.2;4;14.1;1.2;8.65;0;4.34;26611
+75100;44.93285;7.04636;1489;20220518;21.3;4.1;12.7;2.2;10.25;12.7;4.09;26708
+75100;44.93285;7.04636;1489;20220519;23.4;10.5;16.9;1.6;10.85;.5;4.57;26396
+75100;44.93285;7.04636;1489;20220520;24.6;5.6;15.1;2.2;8.95;.1;4.82;26895
+75100;44.93285;7.04636;1489;20220521;26;5.2;15.6;1.7;8.65;0;4.84;26985
+75100;44.93285;7.04636;1489;20220522;27.3;6.7;17;1.4;9.15;.9;4.9;27072
+75100;44.93285;7.04636;1489;20220523;22.6;7;14.8;2.1;8.45;2.3;4.7;27156
+75100;44.93285;7.04636;1489;20220524;19.2;5.3;12.2;1.5;8.45;4.5;4.1;27238
+75100;44.93285;7.04636;1489;20220525;15.1;4.8;9.9;.7;9.55;2.9;3.31;24058
+75100;44.93285;7.04636;1489;20220526;18.3;3.6;10.9;2;9.65;.7;3.82;27393
+75100;44.93285;7.04636;1489;20220527;23.9;5.7;14.8;1.8;9.05;0;4.71;27467
+75100;44.93285;7.04636;1489;20220528;24.7;3.2;13.9;2;8.05;4.6;4.85;27538
+75100;44.93285;7.04636;1489;20220529;20.7;3.1;11.9;2.6;7.55;.6;4.5;27606
+75100;44.93285;7.04636;1489;20220530;18;.1;9;2.2;6.05;.3;4.08;27671
+75100;44.93285;7.04636;1489;20220531;18;3.1;10.5;1.5;7.85;1;3.98;27733
+75100;44.93285;7.04636;1489;20220601;21.5;3.2;12.3;2;8.15;0;4.45;27793
+75100;44.93285;7.04636;1489;20220602;24.4;6;15.2;2.7;9.25;1.6;5.08;27850
+75100;44.93285;7.04636;1489;20220603;19.5;8.4;13.9;2;11.25;8.8;3.97;25498
+75100;44.93285;7.04636;1489;20220604;23.6;7.1;15.3;2.6;10.55;0;4.85;27954
+75100;44.93285;7.04636;1489;20220605;23.2;8.7;15.9;2.1;9.35;0;4.94;28002
+75100;44.93285;7.04636;1489;20220606;23.6;4;13.8;2.2;9.15;3.3;4.76;28048
+75100;44.93285;7.04636;1489;20220607;21.5;7.1;14.3;1.8;7.85;0;4.71;28090
+75100;44.93285;7.04636;1489;20220608;20;.9;10.4;1.9;6.85;0;4.3;28129
+75100;44.93285;7.04636;1489;20220609;18.1;6.6;12.3;2.4;6.25;0;4.42;26191
+75100;44.93285;7.04636;1489;20220610;22.4;-.5;10.9;2.6;6.45;0;4.81;28199
+75100;44.93285;7.04636;1489;20220611;25;3;14;2.1;7.75;0;5.06;28229
+75100;44.93285;7.04636;1489;20220612;27.2;3.8;15.5;1.1;7.85;.2;4.9;28256
+75100;44.93285;7.04636;1489;20220613;26.6;6.3;16.4;1.5;8.95;0;5.1;28281
+75100;44.93285;7.04636;1489;20220614;22.8;6.2;14.5;2.7;10.85;.2;4.69;28302
+75100;44.93285;7.04636;1489;20220615;26.5;7.4;16.9;1.2;10.45;.9;4.96;28320
+75100;44.93285;7.04636;1489;20220616;29;6.9;17.9;1.7;8.45;0;5.54;28336
+75100;44.93285;7.04636;1489;20220617;29.5;4.8;17.1;1.6;9.55;0;5.4;28348
+75100;44.93285;7.04636;1489;20220618;26.1;10.1;18.1;1.8;12.95;0;5.1;28357
+75100;44.93285;7.04636;1489;20220619;23.7;8.3;16;2.8;12.45;.3;4.8;28364
+75100;44.93285;7.04636;1489;20220620;27.6;9.4;18.5;2.4;10.15;0;5.67;28367
+75100;44.93285;7.04636;1489;20220621;26;12.3;19.1;2.1;10.15;3;5.52;28367
+75100;44.93285;7.04636;1489;20220622;21.4;10;15.7;1.2;12.15;6;4.3;26260
+75100;44.93285;7.04636;1489;20220623;22.4;6.4;14.4;1.6;9.75;2.1;4.63;28358
+75100;44.93285;7.04636;1489;20220624;18.8;5.5;12.1;1.2;9.25;7;4.18;28332
+75100;44.93285;7.04636;1489;20220625;20.5;3;11.7;2.1;8.35;0;4.38;28337
+75100;44.93285;7.04636;1489;20220626;21;6.3;13.6;3.1;11.15;1.7;4.37;28322
+75100;44.93285;7.04636;1489;20220627;21.8;13.4;17.6;4.7;12.15;1.9;4.58;22526
+75100;44.93285;7.04636;1489;20220628;20.7;11.4;16;2.1;12.45;18.2;4.03;23673
+75100;44.93285;7.04636;1489;20220629;25.3;4.6;14.9;1.4;9.35;.1;4.81;28260
+75100;44.93285;7.04636;1489;20220630;23.1;7.1;15.1;1.6;10.35;3.9;4.68;28233
+75100;44.93285;7.04636;1489;20220701;24.3;7;15.6;1.9;8.55;.2;5.03;28203
+75100;44.93285;7.04636;1489;20220702;27.6;3.7;15.6;1.5;7.75;0;5.15;28170
+75100;44.93285;7.04636;1489;20220703;29.1;6.3;17.7;2;9.85;.5;5.55;28134
+75100;44.93285;7.04636;1489;20220704;26.1;9.1;17.6;1.6;11.55;1.8;5.03;28095
+75100;44.93285;7.04636;1489;20220705;26;7.1;16.5;1.7;9.55;0;5.07;28054
+75100;44.93285;7.04636;1489;20220706;23.2;6.8;15;2.5;11.05;.4;4.7;28009
+75100;44.93285;7.04636;1489;20220707;26.4;5.8;16.1;2;9.35;0;5.16;27961
+75100;44.93285;7.04636;1489;20220708;23.8;9.9;16.8;2.2;11.76;0;4.63;24518
+75100;44.93285;7.04636;1489;20220709;22.7;9.9;16.3;1.4;12.56;0;4.35;24908
+75100;44.93285;7.04636;1489;20220710;23.1;9.5;16.3;1.7;12.66;0;4.37;25236
+75100;44.93285;7.04636;1489;20220711;24.3;10.4;17.3;1.8;13.33;0;4.54;25065
+75100;44.93285;7.04636;1489;20220712;24.3;10;17.2;1.5;13.13;0;4.45;25321
+75100;44.93285;7.04636;1489;20220713;24.7;11.5;18.1;1.6;14.29;1.4;4.35;24532
+75100;44.93285;7.04636;1489;20220714;25.9;13.6;19.7;1.4;14.79;1.5;4.78;25245
+75100;44.93285;7.04636;1489;20220715;26.7;12.1;19.4;1.7;13.59;0;4.96;26353
+75100;44.93285;7.04636;1489;20220716;26.9;10;18.5;1.9;13.99;.2;4.76;25820
+75100;44.93285;7.04636;1489;20220717;27.5;11.7;19.6;1.7;14.99;3.2;4.71;24700
+75100;44.93285;7.04636;1489;20220718;28.5;13;20.8;2.4;15.69;.2;4.7;23316
+75100;44.93285;7.04636;1489;20220719;25.8;9.7;17.7;2.7;12.95;.4;4.97;27172
+75100;44.93285;7.04636;1489;20220720;27.7;13.4;20.5;1.9;13.35;1.6;5.25;27089
+75100;44.93285;7.04636;1489;20220721;30.5;8.7;19.6;2.7;11.05;.1;5.88;27003
+75100;44.93285;7.04636;1489;20220722;28.1;9.2;18.6;2.4;12.55;.6;5.23;26915
+75100;44.93285;7.04636;1489;20220723;29.3;9.9;19.6;1.6;11.15;.1;5.21;26823
+75100;44.93285;7.04636;1489;20220724;27.8;9.7;18.7;2.5;13.45;.2;5.12;26730
+75100;44.93285;7.04636;1489;20220725;30.9;9.1;20;1.6;11.65;1.3;5.29;26634
+75100;44.93285;7.04636;1489;20220726;27.2;7.9;17.5;2.1;11.45;3.2;4.97;26535
+75100;44.93285;7.04636;1489;20220727;24.9;10.9;17.9;3.2;12.65;.6;4.91;26434
+75100;44.93285;7.04636;1489;20220728;25.4;9.3;17.3;2.2;10.55;5;4.88;26331
+75100;44.93285;7.04636;1489;20220729;21.3;8.3;14.8;1.4;9.95;2.7;4.16;25930
+75100;44.93285;7.04636;1489;20220730;26;4.8;15.4;2.4;9.75;0;4.83;26117
+75100;44.93285;7.04636;1489;20220731;26.6;7.1;16.8;2.1;10.05;.1;4.88;26006
+75100;44.93285;7.04636;1489;20220801;29.6;6.8;18.2;1.4;9.25;.3;4.91;25893
+75100;44.93285;7.04636;1489;20220802;24.4;7;15.7;3.4;11.05;0;4.69;25778
+75100;44.93285;7.04636;1489;20220803;24.8;9.7;17.2;2.7;12.35;.3;4.62;25661
+75100;44.93285;7.04636;1489;20220804;25.6;10.4;18;1.3;12.65;1.4;4.43;25542
+75100;44.93285;7.04636;1489;20220805;26.5;9.2;17.8;1.4;13.25;2.2;4.43;25420
+75100;44.93285;7.04636;1489;20220806;27.2;8.4;17.8;1.8;12.55;.8;4.59;25296
+75100;44.93285;7.04636;1489;20220807;21.9;11.1;16.5;3.1;12.45;1.4;3.98;22711
+75100;44.93285;7.04636;1489;20220808;24;5.4;14.7;2;9.85;0;4.26;25042
+75100;44.93285;7.04636;1489;20220809;25.2;7.4;16.3;3.1;10.75;1.8;4.7;24912
+75100;44.93285;7.04636;1489;20220810;23.5;11.4;17.4;2.5;13.25;2.9;4.14;23658
+75100;44.93285;7.04636;1489;20220811;25.2;9.1;17.1;1.7;11.75;.1;4.3;24646
+75100;44.93285;7.04636;1489;20220812;26.1;7.1;16.6;2;9.75;0;4.53;24510
+75100;44.93285;7.04636;1489;20220813;27.5;4.9;16.2;1.6;7.65;0;4.54;24372
+75100;44.93285;7.04636;1489;20220814;19.7;6;12.8;1;10.05;7.3;3.51;24232
+75100;44.93285;7.04636;1489;20220815;22.4;4.7;13.5;1.4;8.45;0;3.82;24091
+75100;44.93285;7.04636;1489;20220816;23.9;3.9;13.9;1.6;9.35;2.2;3.92;23947
+75100;44.93285;7.04636;1489;20220817;20;9.1;14.5;2.4;11.55;14.5;3.42;21587
+75100;44.93285;7.04636;1489;20220818;18.6;5.8;12.2;1.7;10.65;18.8;3.26;23232
+75100;44.93285;7.04636;1489;20220819;20.8;4.9;12.8;1.4;9.55;0;3.51;23506
+75100;44.93285;7.04636;1489;20220820;24.5;4.1;14.3;1.4;9.15;0;3.83;23356
+75100;44.93285;7.04636;1489;20220821;24.5;6.7;15.6;1.7;10.65;.5;3.91;23204
+75100;44.93285;7.04636;1489;20220822;23;8;15.5;1.7;11.25;.4;3.74;23051
+75100;44.93285;7.04636;1489;20220823;23.5;6.4;14.9;1.9;10.65;.1;3.78;22895
+75100;44.93285;7.04636;1489;20220824;24.2;7.2;15.7;2.1;11.35;0;3.86;22739
+75100;44.93285;7.04636;1489;20220825;25;8.5;16.7;1.2;11.85;.4;3.72;22581
+75100;44.93285;7.04636;1489;20220826;21.1;12.1;16.6;1.1;12.45;4.4;3.07;18509
+75100;44.93285;7.04636;1489;20220827;21.7;5.8;13.7;1.8;10.65;2.1;3.41;22260
+75100;44.93285;7.04636;1489;20220828;24.9;7.1;16;1.6;10.45;2;3.75;22098
+75100;44.93285;7.04636;1489;20220829;25.2;6.1;15.6;1.1;9.05;0;3.58;21934
+75100;44.93285;7.04636;1489;20220830;23.8;9;16.4;1.1;11.35;2.6;3.47;21769
+75100;44.93285;7.04636;1489;20220831;22.3;7.6;14.9;1.4;11.35;1;3.33;21603
+75100;44.93285;7.04636;1489;20220901;22.8;6.2;14.5;1.4;10.05;1.4;3.36;21436
+75100;44.93285;7.04636;1489;20220902;21;6;13.5;1.1;9.85;4.5;3.11;21268
+75100;44.93285;7.04636;1489;20220903;20.2;7.5;13.8;1.2;10.85;4.4;3.01;20664
+75100;44.93285;7.04636;1489;20220904;21.3;4.8;13;1.6;9.85;.3;3.13;20927
+75100;44.93285;7.04636;1489;20220905;22.6;6.1;14.3;1.2;9.55;1.3;3.18;20756
+75100;44.93285;7.04636;1489;20220906;21.8;6;13.9;1.3;10.95;3.1;3.03;20583
+75100;44.93285;7.04636;1489;20220907;21.1;9.3;15.2;1.8;11.75;7.5;3.02;19283
+75100;44.93285;7.04636;1489;20220908;20.6;8.8;14.7;1.2;10.25;.1;2.9;19120
+75100;44.93285;7.04636;1489;20220909;18.4;2.4;10.4;1.6;7.05;.2;2.85;20060
+75100;44.93285;7.04636;1489;20220910;20.6;.2;10.4;1;6.35;0;2.76;19884
+75100;44.93285;7.04636;1489;20220911;24.7;1;12.8;1.2;6.85;0;3.14;19707
+75100;44.93285;7.04636;1489;20220912;25.1;2.9;14;1;7.95;0;3.02;19530
+75100;44.93285;7.04636;1489;20220913;25;5.1;15;1.4;9.55;.1;3.17;19351
+75100;44.93285;7.04636;1489;20220914;18.3;11.5;14.9;2.1;11.75;13;2.33;13813
+75100;44.93285;7.04636;1489;20220915;20.4;7.5;13.9;1.5;10.25;.2;2.76;18769
+75100;44.93285;7.04636;1489;20220916;20.8;4.7;12.7;1.3;8.75;0;2.72;18814
+75100;44.93285;7.04636;1489;20220917;15.3;1.6;8.4;1.8;4.75;0;2.62;18633
+75100;44.93285;7.04636;1489;20220918;19.4;-3.5;7.9;1.3;4.05;0;2.63;18453
+75100;44.93285;7.04636;1489;20220919;21.7;.5;11.1;1.3;4.55;0;2.82;18272
+75100;44.93285;7.04636;1489;20220920;20.6;-1.2;9.7;1.1;5.45;0;2.52;18091
+75100;44.93285;7.04636;1489;20220921;12.6;1.4;7;4.2;7.35;.1;1.99;16516
+75100;44.93285;7.04636;1489;20220922;19.2;6.8;13;1.4;7.75;0;2.54;17193
+75100;44.93285;7.04636;1489;20220923;17.3;1.4;9.3;1.3;7.05;2.6;2.24;17546
+75100;44.93285;7.04636;1489;20220924;9.2;5.8;7.5;.6;8.55;8.9;1.18;8924
+75100;44.93285;7.04636;1489;20220925;13.8;2.4;8.1;.7;7.95;2.4;1.77;15993
+75100;44.93285;7.04636;1489;20220926;15.8;-.6;7.6;1.6;6.55;.3;2.09;17000
+75100;44.93285;7.04636;1489;20220927;14.7;2.6;8.6;1.5;5.65;.4;2.12;16127
+75100;44.93285;7.04636;1489;20220928;12.4;-.6;5.9;1.5;6.95;2.3;1.7;16530
+75100;44.93285;7.04636;1489;20220929;12.6;5.9;9.2;1.8;7.45;.4;1.7;11800
+75100;44.93285;7.04636;1489;20220930;8.7;1.2;4.9;1.9;7.05;3.6;1.25;12337
+75100;44.93285;7.04636;1489;20221001;11.1;2.1;6.6;1.1;7.75;1.1;1.4;13347
+75100;44.93285;7.04636;1489;20221002;20.8;2.8;11.8;1.4;8.05;0;2.24;15913
+75100;44.93285;7.04636;1489;20221003;21.5;0;10.7;1.3;5.95;0;2.3;15732
+75100;44.93285;7.04636;1489;20221004;21.6;.5;11;.9;6.55;0;2.03;15553
+75100;44.93285;7.04636;1489;20221005;22.1;1.3;11.7;.9;6.95;.4;2.03;15374
+75100;44.93285;7.04636;1489;20221006;21;2.6;11.8;1.5;7.45;0;2.22;15195
+75100;44.93285;7.04636;1489;20221007;20;.5;10.2;1.2;7.05;0;1.97;15017
+75100;44.93285;7.04636;1489;20221008;14.9;1.7;8.3;.6;8.35;6;1.48;14840
+75100;44.93285;7.04636;1489;20221009;11.7;8.2;9.9;1;10.15;12.5;1.05;7678
+75100;44.93285;7.04636;1489;20221010;11.9;7.4;9.6;1.4;9.15;.4;1.17;8575
+75100;44.93285;7.04636;1489;20221011;16.8;1.8;9.3;1.2;7.85;.2;1.63;14313
+75100;44.93285;7.04636;1489;20221012;13.9;2.3;8.1;1.9;7.45;.3;1.54;13313
+75100;44.93285;7.04636;1489;20221013;15.2;.1;7.6;.9;7.05;0;1.42;13967
+75100;44.93285;7.04636;1489;20221014;16.9;2.9;9.9;.8;8.35;.3;1.45;13795
+75100;44.93285;7.04636;1489;20221015;20.5;6.3;13.4;.4;8.15;.2;1.45;13624
+75100;44.93285;7.04636;1489;20221016;17.6;1.9;9.7;1;7.55;.4;1.5;13455
+75100;44.93285;7.04636;1489;20221017;18.3;2.1;10.2;1.4;7.55;.1;1.65;13286
+75100;44.93285;7.04636;1489;20221018;21.2;2.8;12;1.1;7.65;0;1.69;13119
+75100;44.93285;7.04636;1489;20221019;22.7;1.8;12.2;.9;6.65;0;1.65;12954
+75100;44.93285;7.04636;1489;20221020;16;2.7;9.3;1.1;8.55;8.5;1.29;12789
+75100;44.93285;7.04636;1489;20221021;11.9;9.2;10.5;1.1;10.95;16.9;.82;5860
+75100;44.93285;7.04636;1489;20221022;15.9;9.9;12.9;2.3;9.65;1;1.51;8521
+75100;44.93285;7.04636;1489;20221023;18.1;5.6;11.8;1.6;8.45;3.6;1.55;12048
+75100;44.93285;7.04636;1489;20221024;15;8;11.5;1.5;9.65;1.7;1.18;8957
+75100;44.93285;7.04636;1489;20221025;16.7;2;9.3;1.8;7.25;0;1.48;11990
+75100;44.93285;7.04636;1489;20221026;19.9;4.4;12.1;1.4;7.35;0;1.57;11835
+75100;44.93285;7.04636;1489;20221027;20.8;5.2;13;1.2;7.85;0;1.49;11682
+75100;44.93285;7.04636;1489;20221028;21.3;4.6;12.9;.9;7.55;0;1.33;11531
+75100;44.93285;7.04636;1489;20221029;21.3;3.4;12.3;1.3;6.95;0;1.54;11381
+75100;44.93285;7.04636;1489;20221030;18.7;2.7;10.7;1.5;6.45;0;1.48;11234
+75100;44.93285;7.04636;1489;20221031;17.1;3.1;10.1;1.8;6.45;2;1.49;11088
+75100;44.93285;7.04636;1489;20221101;8.5;3.8;6.1;.7;7.55;5.2;.66;6670
+75100;44.93285;7.04636;1489;20221102;12.6;.2;6.4;.7;6.45;0;.8;10563
+75100;44.93285;7.04636;1489;20221103;11.9;-2.2;4.8;1.4;5.85;14.6;.92;10664
+75100;44.93285;7.04636;1489;20221104;5.3;-.4;2.4;1.6;5.85;.2;.6;7052
+75100;44.93285;7.04636;1489;20221105;7.1;-5.6;.7;.9;4.25;0;.65;10288
+75100;44.93285;7.04636;1489;20221106;10.6;-4;3.3;.8;4.35;0;.73;10259
+75100;44.93285;7.04636;1489;20221107;12.7;-4;4.3;.9;4.35;0;.82;10128
+75100;44.93285;7.04636;1489;20221108;12.9;-2.2;5.3;1;4.85;0;.84;10000
+75100;44.93285;7.04636;1489;20221109;10;.2;5.1;1;6.65;11.8;.63;8624
+75100;44.93285;7.04636;1489;20221110;9.9;-1;4.4;1.1;6.05;0;.65;8972
+75100;44.93285;7.04636;1489;20221111;13.3;-3.5;4.9;.9;4.45;0;.77;9630
+75100;44.93285;7.04636;1489;20221112;14.8;-.4;7.2;1;5.15;0;.83;9512
+75100;44.93285;7.04636;1489;20221113;8.7;1.8;5.2;2.9;5.35;.1;1.07;6929
+75100;44.93285;7.04636;1489;20221114;7.5;1.5;4.5;1;5.95;.5;.57;6401
+75100;44.93285;7.04636;1489;20221115;8;1.9;4.9;.8;7.05;2.6;.47;6378
+75100;44.93285;7.04636;1489;20221116;8;4.5;6.2;1.6;6.65;0;.7;4829
+75100;44.93285;7.04636;1489;20221117;10.3;-2.1;4.1;1.5;5.55;1.7;.66;8797
+75100;44.93285;7.04636;1489;20221118;6.9;1.1;4;1.3;5.15;.1;.63;6018
+75100;44.93285;7.04636;1489;20221119;5.6;-6.5;-.5;.8;3.45;0;.44;8501
+75100;44.93285;7.04636;1489;20221120;3.4;-8.6;-2.6;.9;2.95;.1;.42;8375
+75100;44.93285;7.04636;1489;20221121;7.1;-7.5;-.2;1.2;3.65;1.1;.54;8565
+75100;44.93285;7.04636;1489;20221122;2.8;-1;.9;2.5;3.95;0;.76;4710
+75100;44.93285;7.04636;1489;20221123;5.1;-9.5;-2.2;1.1;3.25;.5;.44;8385
+75100;44.93285;7.04636;1489;20221124;6.6;-7.1;-.3;1;3.25;0;.47;8300
+75100;44.93285;7.04636;1489;20221125;7.3;-5.4;.9;.8;3.65;0;.4;8181
+75100;44.93285;7.04636;1489;20221126;8.5;-6.7;.9;1.2;3.05;0;.61;8137
+75100;44.93285;7.04636;1489;20221127;6.3;-7.4;-.6;.7;3.05;0;.35;8061
+75100;44.93285;7.04636;1489;20221128;4.7;-3.6;.5;.8;3.55;.6;.4;6475
+75100;44.93285;7.04636;1489;20221129;1.9;-5.5;-1.8;1.5;4.25;2.6;.32;6074
+75100;44.93285;7.04636;1489;20221130;6.2;-7.2;-.5;1.8;3.65;0;.56;7848
+75100;44.93285;7.04636;1489;20221201;4;-5.9;-1;1.5;3.25;0;.51;6878
+75100;44.93285;7.04636;1489;20221202;2.5;-6.8;-2.2;2.1;3.55;2.6;.47;6622
+75100;44.93285;7.04636;1489;20221203;.6;-2.6;-1;2.5;4.35;3.8;.43;3946
+75100;44.93285;7.04636;1489;20221204;3.8;-.9;1.4;1.5;5.15;4.6;.39;4703
+75100;44.93285;7.04636;1489;20221205;1.9;-6.8;-2.5;1.1;3.45;0;.31;6278
+75100;44.93285;7.04636;1489;20221206;2.9;-12.3;-4.7;1;2.25;0;.35;7507
+75100;44.93285;7.04636;1489;20221207;4.2;-11.3;-3.6;1;2.15;0;.39;7461
+75100;44.93285;7.04636;1489;20221208;2.7;-11.5;-4.4;1.3;2.55;4.2;.38;7418
+75100;44.93285;7.04636;1489;20221209;2.8;-1.5;.6;1.2;5.35;7.5;.28;4378
+75100;44.93285;7.04636;1489;20221210;2.6;.5;1.5;1;4.85;0;.41;3111
+75100;44.93285;7.04636;1489;20221211;-4;-16.6;-10.3;1;1.55;0;.24;7273
+75100;44.93285;7.04636;1489;20221212;-4.8;-17.8;-11.3;.9;1.85;1.6;.16;7279
+75100;44.93285;7.04636;1489;20221213;-1.2;-6.8;-4;.7;4.05;.1;.16;4884
+75100;44.93285;7.04636;1489;20221214;3.9;-2.4;.7;.6;5.45;0;.2;5151
+75100;44.93285;7.04636;1489;20221215;2;-5.1;-1.6;1.4;4.95;16.9;.16;5440
+75100;44.93285;7.04636;1489;20221216;2.7;-4.3;-.8;.7;5.15;0;.16;5391
+75100;44.93285;7.04636;1489;20221217;-.9;-12.4;-6.7;1.3;2.55;0;.25;6836
+75100;44.93285;7.04636;1489;20221218;.7;-14;-6.7;1;1.95;0;.29;7166
+75100;44.93285;7.04636;1489;20221219;3.2;-9.1;-3;.9;3.05;0;.24;7045
+75100;44.93285;7.04636;1489;20221220;2.5;-7.8;-2.7;.9;3.55;0;.22;6462
+75100;44.93285;7.04636;1489;20221221;3.6;-6.6;-1.5;.8;5.35;.4;.09;6430
+75100;44.93285;7.04636;1489;20221222;3.3;.5;1.9;1;5.75;2.6;.31;3474
+75100;44.93285;7.04636;1489;20221223;6.9;1.3;4.1;2.1;6.55;2.1;.39;4826
+75100;44.93285;7.04636;1489;20221224;6.8;.7;3.7;.7;5.85;0;.28;5033
+75100;44.93285;7.04636;1489;20221225;10.2;-3.6;3.3;1.2;4.35;0;.45;7182
+75100;44.93285;7.04636;1489;20221226;10.5;-3.7;3.4;1.8;4.75;0;.6;7197
+75100;44.93285;7.04636;1489;20221227;5;-1.6;1.7;1.5;4.75;0;.41;5259
+75100;44.93285;7.04636;1489;20221228;3.8;-10.2;-3.2;1.1;2.65;0;.34;7238
+75100;44.93285;7.04636;1489;20221229;5;-7.3;-1.2;1.1;4.35;0;.23;7144
+75100;44.93285;7.04636;1489;20221230;6.4;.7;3.5;2;6.25;.8;.39;4951
+75100;44.93285;7.04636;1489;20221231;10.2;.4;5.3;1.3;6.65;0;.37;6451
+76074;44.58752;-1.1137;10;20220101;19.9;6.8;13.4;2.1;10.73;0;1.06;6524
+76074;44.58752;-1.1137;10;20220102;16.2;8.8;12.5;2.2;12;.1;.53;6398
+76074;44.58752;-1.1137;10;20220103;16.9;8;12.5;1.9;11.2;0;.67;6438
+76074;44.58752;-1.1137;10;20220104;16.5;9.3;12.9;5.2;10.8;4.1;1.57;4796
+76074;44.58752;-1.1137;10;20220105;9.6;4.2;6.9;2;7.1;.5;.62;5274
+76074;44.58752;-1.1137;10;20220106;9.2;.2;4.7;.9;6.1;.2;.42;4710
+76074;44.58752;-1.1137;10;20220107;12.7;3.4;8;4.3;8.5;5.4;.84;5814
+76074;44.58752;-1.1137;10;20220108;13.2;10.3;11.7;6.3;11.1;8.5;1.18;2541
+76074;44.58752;-1.1137;10;20220109;12.4;9.9;11.2;5.6;11.2;12.5;.92;1687
+76074;44.58752;-1.1137;10;20220110;13.1;10.9;12;4.8;13;1.5;.54;1663
+76074;44.58752;-1.1137;10;20220111;11.9;5.3;8.6;1.7;8.4;0;.63;6067
+76074;44.58752;-1.1137;10;20220112;6.3;1.4;3.9;2.4;5.8;0;.6;6745
+76074;44.58752;-1.1137;10;20220113;8.3;-1.4;3.4;2.3;5.6;0;.61;8176
+76074;44.58752;-1.1137;10;20220114;9.5;-1;4.2;2.1;5.9;0;.75;7153
+76074;44.58752;-1.1137;10;20220115;9.4;-3.5;2.9;.9;5.8;.2;.37;8574
+76074;44.58752;-1.1137;10;20220116;8.2;-1.3;3.5;1.4;6.1;.1;.56;7318
+76074;44.58752;-1.1137;10;20220117;9.2;-.2;4.5;2;7.2;.1;.51;4281
+76074;44.58752;-1.1137;10;20220118;7.2;3.9;5.6;1.6;8.1;.1;.46;2054
+76074;44.58752;-1.1137;10;20220119;10.4;5.4;7.9;1.8;9;3.2;.62;2792
+76074;44.58752;-1.1137;10;20220120;10.3;8.1;9.2;3.3;9.3;.3;.83;1839
+76074;44.58752;-1.1137;10;20220121;6.7;2.1;4.4;3.7;5.9;0;.88;7151
+76074;44.58752;-1.1137;10;20220122;8;.4;4.2;2.8;5.8;.1;.79;8360
+76074;44.58752;-1.1137;10;20220123;9.7;-.3;4.7;1.9;5.9;0;.76;9225
+76074;44.58752;-1.1137;10;20220124;12.9;0;6.5;.7;6.2;0;.55;8824
+76074;44.58752;-1.1137;10;20220125;13.8;-1;6.4;.8;6.2;.1;.65;10050
+76074;44.58752;-1.1137;10;20220126;11.4;-.8;5.3;1.6;6.3;0;.8;9638
+76074;44.58752;-1.1137;10;20220127;5.7;-1.3;2.2;1.8;5.8;.1;.6;7040
+76074;44.58752;-1.1137;10;20220128;6.1;-.7;2.7;1.4;7.1;.1;.34;3866
+76074;44.58752;-1.1137;10;20220129;3.7;2.2;2.9;2.5;7.3;0;.34;638
+76074;44.58752;-1.1137;10;20220130;7.4;2;4.7;2.1;8.3;.6;.34;3470
+76074;44.58752;-1.1137;10;20220131;12;6.8;9.4;2.9;10;2.1;.83;5386
+76074;44.58752;-1.1137;10;20220201;11.5;2.3;6.9;3;9;.3;.53;7855
+76074;44.58752;-1.1137;10;20220202;11;9.7;10.3;2.9;11.2;.1;.64;1539
+76074;44.58752;-1.1137;10;20220203;11.6;6.2;8.9;2.9;10.2;.1;.69;3753
+76074;44.58752;-1.1137;10;20220204;12.7;7.9;10.3;2.7;11.1;2.6;.67;4028
+76074;44.58752;-1.1137;10;20220205;11.7;4.4;8.1;1.9;7.8;.1;.88;9476
+76074;44.58752;-1.1137;10;20220206;11.9;2.2;7.1;4;9.5;1.1;.54;8127
+76074;44.58752;-1.1137;10;20220207;13.6;11.1;12.3;4.1;11.66;.6;1.21;7950
+76074;44.58752;-1.1137;10;20220208;14.8;4.9;9.8;2.3;8;0;1.36;10792
+76074;44.58752;-1.1137;10;20220209;15.5;3.8;9.6;1.2;8.6;0;1.02;12138
+76074;44.58752;-1.1137;10;20220210;14.4;2.1;8.2;1.4;9.2;1.4;.94;11073
+76074;44.58752;-1.1137;10;20220211;12.5;6.8;9.6;2.7;8.4;0;1.31;8553
+76074;44.58752;-1.1137;10;20220212;13.8;1.3;7.5;1.1;6.7;0;1.02;11757
+76074;44.58752;-1.1137;10;20220213;16.1;3.1;9.6;3.5;8.8;2.5;1.64;12784
+76074;44.58752;-1.1137;10;20220214;12.4;9.5;11;4.6;10;11.5;1.38;5743
+76074;44.58752;-1.1137;10;20220215;13.2;5.7;9.5;4.4;10.1;13.6;.86;7760
+76074;44.58752;-1.1137;10;20220216;13.6;10.5;12.1;6.2;13.1;4.1;.81;3407
+76074;44.58752;-1.1137;10;20220217;13;12.2;12.6;5.4;13.31;.8;.82;2700
+76074;44.58752;-1.1137;10;20220218;13.6;6.4;10;1.6;10.4;.3;.96;7009
+76074;44.58752;-1.1137;10;20220219;12.8;4.5;8.7;1.9;8.5;.4;1.14;9715
+76074;44.58752;-1.1137;10;20220220;14.6;8.5;11.5;4.4;11.6;2.1;1.15;7117
+76074;44.58752;-1.1137;10;20220221;13.7;11;12.4;5.3;10.5;0;1.73;2945
+76074;44.58752;-1.1137;10;20220222;14.3;9.1;11.7;1.6;9.5;0;1.27;8199
+76074;44.58752;-1.1137;10;20220223;17.1;3.8;10.4;1.8;9.3;0;1.56;12949
+76074;44.58752;-1.1137;10;20220224;14.1;4.1;9.1;2;9.8;.3;.98;10659
+76074;44.58752;-1.1137;10;20220225;13.1;3.2;8.1;2.2;7.2;.2;1.42;13049
+76074;44.58752;-1.1137;10;20220226;14.3;2.2;8.3;3.6;5.8;0;2.31;12900
+76074;44.58752;-1.1137;10;20220227;15.9;4.8;10.3;2;8.6;.1;1.6;12119
+76074;44.58752;-1.1137;10;20220228;19.6;5.3;12.5;.9;9.1;0;1.63;13697
+76074;44.58752;-1.1137;10;20220301;20;4.4;12.2;2.4;8.5;.7;2.32;15168
+76074;44.58752;-1.1137;10;20220302;14.1;9.6;11.9;2.4;10.7;1.6;1.2;5204
+76074;44.58752;-1.1137;10;20220303;12.7;6.4;9.6;1.9;10.7;3.8;.93;7784
+76074;44.58752;-1.1137;10;20220304;12.8;8.5;10.6;4.7;9.7;0;1.44;5502
+76074;44.58752;-1.1137;10;20220305;13.1;3;8.1;2.2;7.4;0;1.61;14715
+76074;44.58752;-1.1137;10;20220306;12.6;2.7;7.7;1.5;7.4;.2;1.38;11805
+76074;44.58752;-1.1137;10;20220307;11.7;.5;6.1;1.9;5.9;0;1.73;16840
+76074;44.58752;-1.1137;10;20220308;12.3;5.8;9;2.2;9.2;1.5;1.27;9781
+76074;44.58752;-1.1137;10;20220309;18.5;3.8;11.2;2.8;8.8;.3;2.31;17119
+76074;44.58752;-1.1137;10;20220310;15.2;9.9;12.6;3;11.1;3.1;1.77;10159
+76074;44.58752;-1.1137;10;20220311;13.8;10.3;12;3.2;11.2;10.6;1.34;6572
+76074;44.58752;-1.1137;10;20220312;15.5;7.9;11.7;3.9;10;7.7;2.12;13903
+76074;44.58752;-1.1137;10;20220313;14.3;8;11.2;3.2;9.3;5.4;1.92;10616
+76074;44.58752;-1.1137;10;20220314;13.9;6;10;3.3;9.8;.2;1.51;9500
+76074;44.58752;-1.1137;10;20220315;20.6;11.7;16.1;4.3;12.43;0;2.69;13181
+76074;44.58752;-1.1137;10;20220316;16.1;11.4;13.8;2.7;12.7;0;1.69;11313
+76074;44.58752;-1.1137;10;20220317;12.3;10.3;11.3;5.6;10.3;.6;1.53;3355
+76074;44.58752;-1.1137;10;20220318;15.9;7.6;11.7;3.1;9.1;0;2.17;11635
+76074;44.58752;-1.1137;10;20220319;19.3;6.2;12.8;3.1;9.2;0;2.88;17467
+76074;44.58752;-1.1137;10;20220320;19.7;7;13.4;2.6;9.9;0;2.38;12258
+76074;44.58752;-1.1137;10;20220321;21.4;10.3;15.8;3.6;10.5;.2;3.11;13086
+76074;44.58752;-1.1137;10;20220322;19.2;7.2;13.2;3.4;8.4;0;3.14;16333
+76074;44.58752;-1.1137;10;20220323;18.8;4.8;11.8;2.5;7.7;0;2.9;20028
+76074;44.58752;-1.1137;10;20220324;17.5;4.6;11.1;2.1;8.1;0;2.68;20227
+76074;44.58752;-1.1137;10;20220325;18.2;6.7;12.4;2.9;8.2;0;2.95;18341
+76074;44.58752;-1.1137;10;20220326;21.3;5.6;13.4;3.5;6.3;0;4.11;20624
+76074;44.58752;-1.1137;10;20220327;21.1;5.7;13.4;2;8.2;0;3.11;20822
+76074;44.58752;-1.1137;10;20220328;22;7.6;14.8;1.2;8.6;0;2.96;21019
+76074;44.58752;-1.1137;10;20220329;16.1;8.6;12.3;1.4;11.3;0;1.76;11729
+76074;44.58752;-1.1137;10;20220330;16.3;9.3;12.8;2.8;11.3;3.9;1.64;8458
+76074;44.58752;-1.1137;10;20220331;14.5;9;11.8;4.7;9.3;3.3;2.24;10228
+76074;44.58752;-1.1137;10;20220401;10.8;4;7.4;5.6;5.9;1;2.47;13036
+76074;44.58752;-1.1137;10;20220402;11;3.9;7.4;4.3;5.3;0;2.69;16963
+76074;44.58752;-1.1137;10;20220403;8;-1.3;3.3;2.8;6.14;0;2;16297
+76074;44.58752;-1.1137;10;20220404;12.6;3.5;8;2.7;5.61;0;2.43;17981
+76074;44.58752;-1.1137;10;20220405;14.3;-.2;7;2;7.71;.6;1.74;11900
+76074;44.58752;-1.1137;10;20220406;14.4;9.7;12;3.6;11.9;1.2;1.46;9213
+76074;44.58752;-1.1137;10;20220407;14.9;11.5;13.2;6.8;12.6;16;1.84;8451
+76074;44.58752;-1.1137;10;20220408;16.2;12.3;14.3;6.9;11.2;1.1;2.63;6715
+76074;44.58752;-1.1137;10;20220409;15;7;11;2.5;8.2;0;2.59;19436
+76074;44.58752;-1.1137;10;20220410;21.3;3.6;12.4;4;7.2;0;4.31;23502
+76074;44.58752;-1.1137;10;20220411;25.3;11.2;18.2;6.2;11.01;.8;5.71;24033
+76074;44.58752;-1.1137;10;20220412;20.6;10.8;15.7;2.3;12.7;1;2.81;16113
+76074;44.58752;-1.1137;10;20220413;19.6;10;14.8;2.3;13;.4;2.46;15632
+76074;44.58752;-1.1137;10;20220414;20.9;11.5;16.2;1.6;12.9;0;3.39;21859
+76074;44.58752;-1.1137;10;20220415;19.5;7.7;13.6;2.5;13.5;.1;2.87;21463
+76074;44.58752;-1.1137;10;20220416;19.2;11.3;15.3;2.6;13.1;0;3.12;20063
+76074;44.58752;-1.1137;10;20220417;18.4;8.7;13.6;2.5;12.3;.1;3.04;20613
+76074;44.58752;-1.1137;10;20220418;16.1;12.1;14.1;3.3;12.4;0;2.07;9914
+76074;44.58752;-1.1137;10;20220419;13.6;9.4;11.5;3.1;11.4;9.1;1.36;9061
+76074;44.58752;-1.1137;10;20220420;11.6;9.5;10.5;3.4;11.7;8.4;.97;5410
+76074;44.58752;-1.1137;10;20220421;16.2;8.4;12.3;1.9;12.2;.4;1.65;11515
+76074;44.58752;-1.1137;10;20220422;21.3;7.7;14.5;2.1;11.1;4.3;3.41;21878
+76074;44.58752;-1.1137;10;20220423;14.1;11.7;12.9;4.4;12.2;5.7;1.64;8186
+76074;44.58752;-1.1137;10;20220424;16.6;11.4;14;5.2;12.6;.1;2.09;10662
+76074;44.58752;-1.1137;10;20220425;18.6;9.1;13.8;2.2;10.9;.1;3.27;22939
+76074;44.58752;-1.1137;10;20220426;24.8;9.2;17;3.1;11.4;.3;4.76;26243
+76074;44.58752;-1.1137;10;20220427;17.3;12.4;14.8;2.2;13.8;3.8;1.8;8742
+76074;44.58752;-1.1137;10;20220428;17;13.3;15.1;1.9;14.2;0;2.06;11156
+76074;44.58752;-1.1137;10;20220429;18.1;9.5;13.8;2;13.2;0;3.05;23805
+76074;44.58752;-1.1137;10;20220430;17.9;12;14.9;2.4;13.8;.1;2.74;18257
+76074;44.58752;-1.1137;10;20220501;19.8;9.2;14.5;2.8;13.9;0;3.04;22096
+76074;44.58752;-1.1137;10;20220502;20.6;12.7;16.6;3;12.6;0;3.65;20068
+76074;44.58752;-1.1137;10;20220503;21.6;10.2;15.9;3;11.7;.5;3.69;20155
+76074;44.58752;-1.1137;10;20220504;20.7;13.7;17.2;3.4;10.9;0;4.27;21358
+76074;44.58752;-1.1137;10;20220505;20.7;9.1;14.9;3.3;11.6;.1;3.94;27196
+76074;44.58752;-1.1137;10;20220506;20.1;11.3;15.7;3.4;12.7;.1;3.73;24871
+76074;44.58752;-1.1137;10;20220507;21.4;9.5;15.4;2.6;13;0;3.97;27410
+76074;44.58752;-1.1137;10;20220508;23.2;9.1;16.1;2.6;12;0;4.46;27969
+76074;44.58752;-1.1137;10;20220509;25.5;11.4;18.5;2.1;12.9;0;4.99;28098
+76074;44.58752;-1.1137;10;20220510;25.7;12.3;19;2.3;13.7;0;4.71;27451
+76074;44.58752;-1.1137;10;20220511;20.2;14.9;17.5;2.5;15;0;3.2;17313
+76074;44.58752;-1.1137;10;20220512;20.3;14.8;17.6;2.1;14.7;0;3.04;16166
+76074;44.58752;-1.1137;10;20220513;22.2;13.3;17.7;1.9;14.7;0;3.58;20134
+76074;44.58752;-1.1137;10;20220514;32.7;13.4;23;3.6;15.3;.1;6.62;28703
+76074;44.58752;-1.1137;10;20220515;29;15.9;22.4;2.1;17.6;3.9;5.13;26109
+76074;44.58752;-1.1137;10;20220516;27.9;14;21;2;15.3;0;5.2;27632
+76074;44.58752;-1.1137;10;20220517;26;17;21.5;3.3;15.7;0;5.48;27632
+76074;44.58752;-1.1137;10;20220518;34.8;15.6;25.2;3.2;16.5;.9;7.01;29140
+76074;44.58752;-1.1137;10;20220519;26.3;17.6;21.9;2.2;19.1;0;4.36;20988
+76074;44.58752;-1.1137;10;20220520;24.2;17.1;20.6;3.1;18.2;0;3.7;19367
+76074;44.58752;-1.1137;10;20220521;32.4;15;23.7;2.5;17.7;0;6.31;29439
+76074;44.58752;-1.1137;10;20220522;29;18.5;23.7;2.9;20.6;1.3;6.01;27260
+76074;44.58752;-1.1137;10;20220523;20.1;16.4;18.3;4.5;15.8;1.8;2.67;10416
+76074;44.58752;-1.1137;10;20220524;19.7;12.5;16.1;2.5;12.4;.7;3.39;20943
+76074;44.58752;-1.1137;10;20220525;21.7;11.2;16.4;1.9;11.8;.1;3.77;24609
+76074;44.58752;-1.1137;10;20220526;20.9;13.4;17.1;1.9;13.6;.1;2.59;13938
+76074;44.58752;-1.1137;10;20220527;22.2;11;16.6;3;14.1;0;3.96;25102
+76074;44.58752;-1.1137;10;20220528;26.3;14.1;20.2;3.7;12.5;0;6.3;30036
+76074;44.58752;-1.1137;10;20220529;25.4;13.6;19.5;4;9.2;0;6.33;29352
+76074;44.58752;-1.1137;10;20220530;22.3;12;17.1;3.6;9.1;.3;5.13;24269
+76074;44.58752;-1.1137;10;20220531;23;14.1;18.5;2.4;11.5;.2;4.7;24030
+76074;44.58752;-1.1137;10;20220601;30.1;14.2;22.1;3.5;13.2;3.7;7.14;30312
+76074;44.58752;-1.1137;10;20220602;27;16.1;21.6;3.2;18;.3;5.64;27165
+76074;44.58752;-1.1137;10;20220603;24.5;18.1;21.3;3.1;18.7;2.3;4.24;20570
+76074;44.58752;-1.1137;10;20220604;24.5;17.1;20.8;2.3;18.2;0;3.74;18618
+76074;44.58752;-1.1137;10;20220605;23.2;17.4;20.3;2.6;15.7;0;3.62;16748
+76074;44.58752;-1.1137;10;20220606;24.8;14.5;19.6;1.6;15.1;.7;4.46;24309
+76074;44.58752;-1.1137;10;20220607;23.3;17.4;20.3;2.5;15.6;7.1;3.96;19314
+76074;44.58752;-1.1137;10;20220608;21.1;15.4;18.3;2.6;16.9;4.3;2.5;13631
+76074;44.58752;-1.1137;10;20220609;23.3;13.1;18.2;1.6;14;0;4.34;27832
+76074;44.58752;-1.1137;10;20220610;26.1;11.4;18.8;1.8;15;.1;5.45;30750
+76074;44.58752;-1.1137;10;20220611;26.1;15.7;20.9;2.7;17.4;.2;5.51;28073
+76074;44.58752;-1.1137;10;20220612;26.7;16.1;21.4;2.5;19.2;1.9;4.77;24342
+76074;44.58752;-1.1137;10;20220613;31.1;17.7;24.4;3.3;18.2;0;6.7;30595
+76074;44.58752;-1.1137;10;20220614;35.1;17.9;26.5;2.5;17;0;7.37;30862
+76074;44.58752;-1.1137;10;20220615;28.8;20;24.4;2.8;18.5;0;6.35;28019
+76074;44.58752;-1.1137;10;20220616;37.3;17.4;27.4;2.5;15.7;0;7.82;30898
+76074;44.58752;-1.1137;10;20220617;38;20.6;29.3;2.9;18.3;0;8.43;30911
+76074;44.58752;-1.1137;10;20220618;41.9;21.2;31.6;2.8;18.2;.2;8.76;30921
+76074;44.58752;-1.1137;10;20220619;26.2;19.7;23;4.4;19.4;.8;4.95;22780
+76074;44.58752;-1.1137;10;20220620;26.3;18.9;22.6;3.2;17.8;3.1;4.83;19279
+76074;44.58752;-1.1137;10;20220621;25.6;18;21.8;3.1;19.4;7.8;4;19257
+76074;44.58752;-1.1137;10;20220622;24.3;16.8;20.6;3.7;17.8;.4;3.72;17052
+76074;44.58752;-1.1137;10;20220623;24.8;15.2;20;2.2;16.8;6.7;4.02;21387
+76074;44.58752;-1.1137;10;20220624;23.6;16.6;20.1;3;16.3;3.3;4.11;20413
+76074;44.58752;-1.1137;10;20220625;19.1;15.4;17.3;2;15.4;6;2.11;9277
+76074;44.58752;-1.1137;10;20220626;20;14.5;17.3;1.7;14.6;0;2.22;10966
+76074;44.58752;-1.1137;10;20220627;22.7;14.3;18.5;2.3;13.5;0;4.01;22650
+76074;44.58752;-1.1137;10;20220628;24.2;9.7;16.9;1.9;12.7;0;4.81;28661
+76074;44.58752;-1.1137;10;20220629;23.5;10.9;17.2;1.8;14.2;1.4;4.21;25964
+76074;44.58752;-1.1137;10;20220630;21.5;15;18.2;1.3;14.7;3.5;3.09;16750
+76074;44.58752;-1.1137;10;20220701;23.9;12.8;18.3;2.2;13.4;0;4.52;26421
+76074;44.58752;-1.1137;10;20220702;28.8;13.2;21;2.9;13.5;0;6.36;30718
+76074;44.58752;-1.1137;10;20220703;24.1;16;20.1;3.4;16.1;2.7;5.08;26612
+76074;44.58752;-1.1137;10;20220704;24.4;16.9;20.7;1.9;18.1;0;3.39;16444
+76074;44.58752;-1.1137;10;20220705;27.7;16.4;22.1;3;16.8;0;6.43;30067
+76074;44.58752;-1.1137;10;20220706;27.5;15.7;21.6;3.3;14.9;0;6.34;30544
+76074;44.58752;-1.1137;10;20220707;25.7;14.1;19.9;2.6;16.4;.1;5.57;30197
+76074;44.58752;-1.1137;10;20220708;28.1;14.7;21.4;2.4;16.3;0;5.89;30439
+76074;44.58752;-1.1137;10;20220709;31.7;17.3;24.5;3.2;13.4;0;7.45;30381
+76074;44.58752;-1.1137;10;20220710;35;18.3;26.7;3.6;13.7;0;8.09;30320
+76074;44.58752;-1.1137;10;20220711;35.1;18.5;26.8;2.9;14.6;0;7.84;30257
+76074;44.58752;-1.1137;10;20220712;36.1;18.4;27.3;2.9;13.8;0;8.16;30190
+76074;44.58752;-1.1137;10;20220713;36.4;16.9;26.7;2.5;12.3;0;7.73;30120
+76074;44.58752;-1.1137;10;20220714;34.9;17.8;26.4;2.4;14.8;0;7.3;30048
+76074;44.58752;-1.1137;10;20220715;32.5;19;25.7;3.7;14.4;0;7.83;28453
+76074;44.58752;-1.1137;10;20220716;37.9;19.4;28.6;3.4;12.9;0;8.73;29893
+76074;44.58752;-1.1137;10;20220717;38.9;19.5;29.2;3.4;11.7;0;9.19;29812
+76074;44.58752;-1.1137;10;20220718;40.4;21.8;31.1;4;15.3;0;10.05;29727
+76074;44.58752;-1.1137;10;20220719;27.7;21.7;24.7;4.3;19.6;0;4.75;16037
+76074;44.58752;-1.1137;10;20220720;27.2;20.4;23.8;2.6;18.8;.1;4.02;16893
+76074;44.58752;-1.1137;10;20220721;28.7;14.8;21.8;2.3;17.2;0;5.78;29457
+76074;44.58752;-1.1137;10;20220722;25.8;19.2;22.5;3.5;18.2;0;3.54;12835
+76074;44.58752;-1.1137;10;20220723;27.1;15.6;21.4;2;16;0;4.81;25484
+76074;44.58752;-1.1137;10;20220724;35.9;17.3;26.6;2.8;16.2;0;7.54;29162
+76074;44.58752;-1.1137;10;20220725;25.3;20.1;22.7;3.5;19;.8;3.95;15492
+76074;44.58752;-1.1137;10;20220726;25.9;15.6;20.7;2.4;15.4;0;4.32;22503
+76074;44.58752;-1.1137;10;20220727;26.1;11.9;19;1.7;13.8;0;4.71;28274
+76074;44.58752;-1.1137;10;20220728;26;15.9;21;1.9;15.3;0;4.54;25676
+76074;44.58752;-1.1137;10;20220729;26.7;18.3;22.5;1.5;18;.2;3.7;18750
+76074;44.58752;-1.1137;10;20220730;27.8;15.6;21.7;2;18;.1;4.79;26291
+76074;44.58752;-1.1137;10;20220731;26.8;16;21.4;2.8;18.3;.1;4.86;26831
+76074;44.58752;-1.1137;10;20220801;27.4;16.8;22.1;2.8;18.6;0;5.42;28154
+76074;44.58752;-1.1137;10;20220802;31.8;15.3;23.5;2.2;17.4;.2;6.05;28133
+76074;44.58752;-1.1137;10;20220803;32.5;18.5;25.5;2.6;19.9;.2;6.38;25342
+76074;44.58752;-1.1137;10;20220804;28.4;19.9;24.1;2.4;21.9;.4;4.69;23223
+76074;44.58752;-1.1137;10;20220805;26.5;19.8;23.2;2.9;18.3;0;4.57;19560
+76074;44.58752;-1.1137;10;20220806;31.7;18.5;25.1;3.2;14.6;0;6.89;27611
+76074;44.58752;-1.1137;10;20220807;30.4;18.2;24.3;3.7;11.2;.1;7.53;27475
+76074;44.58752;-1.1137;10;20220808;33.1;18.3;25.7;3.5;10.3;0;8.02;27337
+76074;44.58752;-1.1137;10;20220809;34.3;19.3;26.8;3.1;11.2;0;7.73;27196
+76074;44.58752;-1.1137;10;20220810;37.8;20.5;29.1;2.1;11.8;0;6.75;26131
+76074;44.58752;-1.1137;10;20220811;35;20.3;27.6;2.1;12.7;0;6.73;26908
+76074;44.58752;-1.1137;10;20220812;30.1;22.1;26.1;2.5;20.4;0;5.25;21501
+76074;44.58752;-1.1137;10;20220813;28.3;21.9;25.1;3.4;21.8;10.4;4.79;19793
+76074;44.58752;-1.1137;10;20220814;25.8;20.3;23;3.1;19.9;0;3.32;13327
+76074;44.58752;-1.1137;10;20220815;26.6;20.5;23.6;2.9;18.5;.1;3.88;15128
+76074;44.58752;-1.1137;10;20220816;26.2;17.1;21.7;2.2;17.8;1.8;3.63;18522
+76074;44.58752;-1.1137;10;20220817;25.4;17.3;21.3;3.7;17.3;2.3;3.8;16602
+76074;44.58752;-1.1137;10;20220818;25.1;16;20.6;3;17.3;.6;3.59;19488
+76074;44.58752;-1.1137;10;20220819;25.3;16.4;20.8;1.9;17.9;.1;3.66;21342
+76074;44.58752;-1.1137;10;20220820;28.3;17.3;22.8;2.1;19;0;4.05;20119
+76074;44.58752;-1.1137;10;20220821;26.5;18.1;22.3;2.7;18.4;1;3.85;18036
+76074;44.58752;-1.1137;10;20220822;25.6;19.6;22.6;2.9;21.1;1.2;2.65;11568
+76074;44.58752;-1.1137;10;20220823;28.3;19.6;23.9;1.8;21.3;0;3.8;18390
+76074;44.58752;-1.1137;10;20220824;36.6;19.2;27.9;2.4;18.9;3;6.19;24843
+76074;44.58752;-1.1137;10;20220825;27.4;20.3;23.9;4;21.9;.8;3.65;17045
+76074;44.58752;-1.1137;10;20220826;26.7;20.3;23.5;2.7;20.5;.1;3.63;16436
+76074;44.58752;-1.1137;10;20220827;29.9;18.5;24.2;2.2;18.1;0;4.76;22513
+76074;44.58752;-1.1137;10;20220828;34.9;17.7;26.3;2.4;13.7;0;5.99;24149
+76074;44.58752;-1.1137;10;20220829;30.1;20.1;25.1;1.9;15.2;3.2;4.6;21093
+76074;44.58752;-1.1137;10;20220830;29.1;16.4;22.7;2.2;19.2;0;4.42;23793
+76074;44.58752;-1.1137;10;20220831;26.4;20.5;23.5;3.2;21.4;0;3.42;13641
+76074;44.58752;-1.1137;10;20220901;27.5;16.7;22.1;2.1;18.8;1;3.93;20764
+76074;44.58752;-1.1137;10;20220902;25.7;18.8;22.2;2.4;19.3;2.6;3.13;14916
+76074;44.58752;-1.1137;10;20220903;26.2;18;22.1;1.9;16.9;.2;3.29;16997
+76074;44.58752;-1.1137;10;20220904;30.4;15.8;23.1;2.3;14.8;0;4.92;22880
+76074;44.58752;-1.1137;10;20220905;30.7;16.2;23.5;3.3;15.6;0;5.32;22694
+76074;44.58752;-1.1137;10;20220906;28.4;17.3;22.9;2.7;16.6;.1;4.43;21353
+76074;44.58752;-1.1137;10;20220907;24.6;16.5;20.6;1.8;15.7;11.3;3.15;16722
+76074;44.58752;-1.1137;10;20220908;23.7;16.6;20.1;2.3;18.5;3.3;2.6;14597
+76074;44.58752;-1.1137;10;20220909;24.6;18.9;21.8;2.8;15.4;.6;3.36;13605
+76074;44.58752;-1.1137;10;20220910;27.3;15;21.1;1.8;15.5;0;3.94;21749
+76074;44.58752;-1.1137;10;20220911;33.7;16.2;25;3;14.7;0;5.83;21557
+76074;44.58752;-1.1137;10;20220912;36.8;19.7;28.3;2.8;16;4.5;6.06;21364
+76074;44.58752;-1.1137;10;20220913;31.3;21.1;26.2;3.1;20.6;0;4.43;15477
+76074;44.58752;-1.1137;10;20220914;28.5;19;23.7;3.2;17.3;.1;4.18;17534
+76074;44.58752;-1.1137;10;20220915;26.8;15.9;21.4;2.2;18;.1;3.17;16784
+76074;44.58752;-1.1137;10;20220916;22.8;18.3;20.6;3.3;15.3;0;3.18;13324
+76074;44.58752;-1.1137;10;20220917;23.1;11.5;17.3;3.1;9.1;0;3.97;20057
+76074;44.58752;-1.1137;10;20220918;25.7;10.5;18.1;3.2;7.6;0;4.66;20196
+76074;44.58752;-1.1137;10;20220919;26.2;11.2;18.7;3.4;8.4;0;4.8;20000
+76074;44.58752;-1.1137;10;20220920;24.8;10.8;17.8;3.5;9;0;4.44;19803
+76074;44.58752;-1.1137;10;20220921;24.2;10.8;17.5;3;9.7;0;3.88;19606
+76074;44.58752;-1.1137;10;20220922;23.7;10;16.8;1.7;9.5;0;3.22;19409
+76074;44.58752;-1.1137;10;20220923;20.7;10.4;15.5;1.4;13.4;.7;1.88;12068
+76074;44.58752;-1.1137;10;20220924;21.6;13.1;17.4;1.9;13.4;1.7;2.15;12570
+76074;44.58752;-1.1137;10;20220925;21.2;10.1;15.6;1.7;11.1;0;2.37;16807
+76074;44.58752;-1.1137;10;20220926;21.5;7.7;14.6;2.6;11.4;4.4;2.57;15776
+76074;44.58752;-1.1137;10;20220927;20.8;15.4;18.1;4.2;14.1;6.8;2.28;6001
+76074;44.58752;-1.1137;10;20220928;20.8;17;18.9;5.9;16.5;14.5;2.37;7364
+76074;44.58752;-1.1137;10;20220929;17.1;13.8;15.4;2.1;14.2;7.1;1.42;7610
+76074;44.58752;-1.1137;10;20220930;19.8;9.4;14.6;1.9;12.1;1.1;2.12;15913
+76074;44.58752;-1.1137;10;20221001;19.7;15.6;17.7;4.7;17.6;2.5;1.38;5906
+76074;44.58752;-1.1137;10;20221002;21.8;16.3;19.1;1.7;17.1;.2;2;11692
+76074;44.58752;-1.1137;10;20221003;24.2;12.2;18.2;1.5;14.5;0;2.41;15472
+76074;44.58752;-1.1137;10;20221004;22.9;10.8;16.8;1.1;13.9;.2;2.18;16186
+76074;44.58752;-1.1137;10;20221005;22.1;12.2;17.2;2;17;1;1.96;12650
+76074;44.58752;-1.1137;10;20221006;21.1;16.5;18.8;2.1;17.4;.1;1.59;6669
+76074;44.58752;-1.1137;10;20221007;25.3;13.3;19.3;2;15;1.4;2.66;15849
+76074;44.58752;-1.1137;10;20221008;23.1;15.9;19.5;3.2;13;0;3.1;11856
+76074;44.58752;-1.1137;10;20221009;26.3;12;19.1;2;12.9;0;2.9;16081
+76074;44.58752;-1.1137;10;20221010;20;14;17;1;16;5.5;1.51;10861
+76074;44.58752;-1.1137;10;20221011;18.7;16.4;17.5;1.9;17.8;7.4;.88;3155
+76074;44.58752;-1.1137;10;20221012;21.8;15.8;18.8;1.4;16.3;.1;1.69;9736
+76074;44.58752;-1.1137;10;20221013;20.8;12;16.4;2.5;15.9;2;1.3;7233
+76074;44.58752;-1.1137;10;20221014;20.4;18.3;19.3;3.7;18.8;.1;1.44;4488
+76074;44.58752;-1.1137;10;20221015;23.1;15.7;19.4;2;16.8;0;1.65;6740
+76074;44.58752;-1.1137;10;20221016;27.8;14.8;21.3;2.5;16.6;4.3;3.08;14767
+76074;44.58752;-1.1137;10;20221017;25.7;17.8;21.7;2.3;18.7;.9;2.14;8296
+76074;44.58752;-1.1137;10;20221018;29.7;15.9;22.8;1.5;17.7;0;2.51;14402
+76074;44.58752;-1.1137;10;20221019;25.9;17.6;21.7;2.2;18.4;12.1;2.07;9516
+76074;44.58752;-1.1137;10;20221020;24.9;15.5;20.2;3.6;16.1;0;2.69;10153
+76074;44.58752;-1.1137;10;20221021;22.4;19.7;21;5;15.4;0;3.09;7078
+76074;44.58752;-1.1137;10;20221022;26.4;13.3;19.8;3;14.2;.1;2.77;13690
+76074;44.58752;-1.1137;10;20221023;24.4;18.8;21.6;6.8;14.5;0;4.31;9428
+76074;44.58752;-1.1137;10;20221024;22.8;16.6;19.7;2;15.2;0;1.88;9524
+76074;44.58752;-1.1137;10;20221025;23.5;11.9;17.7;2.4;13.5;1.1;1.94;10193
+76074;44.58752;-1.1137;10;20221026;26.9;13.5;20.2;1.4;14.8;0;1.93;13005
+76074;44.58752;-1.1137;10;20221027;26.1;16.7;21.4;2.5;15.5;0;2.29;7327
+76074;44.58752;-1.1137;10;20221028;25.5;18.5;22;1.4;14.5;0;1.85;9461
+76074;44.58752;-1.1137;10;20221029;23.9;16.6;20.2;1.4;16.1;0;1.5;9488
+76074;44.58752;-1.1137;10;20221030;20.6;13.7;17.1;1.4;15.7;7.9;1.14;8517
+76074;44.58752;-1.1137;10;20221031;19.9;13.6;16.8;2.3;16;1.4;1.01;6427
+76074;44.58752;-1.1137;10;20221101;19.4;12.9;16.1;2;12.9;.5;1.27;7600
+76074;44.58752;-1.1137;10;20221102;20.2;12.3;16.2;2;12.6;0;1.38;10493
+76074;44.58752;-1.1137;10;20221103;20.4;12.7;16.6;3.9;12.7;14.5;1.98;7279
+76074;44.58752;-1.1137;10;20221104;16.8;11.4;14.1;6.1;11.4;5.3;2.03;5915
+76074;44.58752;-1.1137;10;20221105;18;8.6;13.3;1.1;10.5;.1;1;10050
+76074;44.58752;-1.1137;10;20221106;18.9;7.6;13.2;2.5;11.3;.1;1.28;8054
+76074;44.58752;-1.1137;10;20221107;20.5;11;15.7;1.4;11.9;.1;1.19;10234
+76074;44.58752;-1.1137;10;20221108;21.1;11.8;16.5;2;12.7;1.3;1.49;6395
+76074;44.58752;-1.1137;10;20221109;17.1;12.5;14.8;1.5;13.7;7.2;.84;5535
+76074;44.58752;-1.1137;10;20221110;19.3;11.1;15.2;2.1;12.8;0;1.15;7592
+76074;44.58752;-1.1137;10;20221111;19.4;9;14.2;2.7;12.6;.2;1.31;8618
+76074;44.58752;-1.1137;10;20221112;21.8;10.2;16;1.3;13.3;.2;1.07;9504
+76074;44.58752;-1.1137;10;20221113;22.5;9.7;16.1;.8;12.3;.1;.89;9713
+76074;44.58752;-1.1137;10;20221114;17.7;12.2;14.9;2.9;13.2;2.2;.95;4051
+76074;44.58752;-1.1137;10;20221115;17.7;12.2;15;3.5;13.2;10.1;1.18;3453
+76074;44.58752;-1.1137;10;20221116;18.1;13.5;15.8;5.6;14.1;3.4;1.48;5059
+76074;44.58752;-1.1137;10;20221117;18.3;15.5;16.9;5.9;12.9;5.6;2.4;4244
+76074;44.58752;-1.1137;10;20221118;14.4;10.5;12.5;1.8;10.9;13.2;.7;5239
+76074;44.58752;-1.1137;10;20221119;13.5;6.8;10.1;1.6;9.8;1.9;.68;5709
+76074;44.58752;-1.1137;10;20221120;15.9;5.2;10.5;3.7;11.1;5.9;.8;6004
+76074;44.58752;-1.1137;10;20221121;16.4;9.5;12.9;5.6;11.6;18.4;1.41;3725
+76074;44.58752;-1.1137;10;20221122;14;8.9;11.4;5.7;11.3;30.4;.95;3588
+76074;44.58752;-1.1137;10;20221123;16.9;11.5;14.2;5.3;13.8;3.4;1.13;3895
+76074;44.58752;-1.1137;10;20221124;14.6;11.2;12.9;3.4;12;6.1;.78;3971
+76074;44.58752;-1.1137;10;20221125;15.1;11;13.1;2.9;11.7;3.4;.92;5160
+76074;44.58752;-1.1137;10;20221126;13.4;6.1;9.8;2;9.3;.1;.68;5371
+76074;44.58752;-1.1137;10;20221127;15.5;4.9;10.2;1.7;10;11.8;.53;7581
+76074;44.58752;-1.1137;10;20221128;14.8;10.7;12.8;2.9;11.7;8.1;.92;4077
+76074;44.58752;-1.1137;10;20221129;14.5;8.6;11.5;1.8;11.2;1.1;.58;3936
+76074;44.58752;-1.1137;10;20221130;9;3.5;6.3;2;7.8;.1;.5;5337
+76074;44.58752;-1.1137;10;20221201;11.3;3.2;7.2;2.8;7.8;0;.66;7024
+76074;44.58752;-1.1137;10;20221202;8.2;6;7.1;2.4;8.1;0;.68;3147
+76074;44.58752;-1.1137;10;20221203;8.2;4.6;6.4;1.9;7.1;0;.66;4082
+76074;44.58752;-1.1137;10;20221204;10.3;.7;5.5;1.3;7;.4;.41;6545
+76074;44.58752;-1.1137;10;20221205;10.6;1.2;5.9;2;7;.1;.51;7712
+76074;44.58752;-1.1137;10;20221206;11.3;7.1;9.2;2.5;8.6;0;.88;2487
+76074;44.58752;-1.1137;10;20221207;7.5;2.5;5;2.6;7.4;0;.53;3304
+76074;44.58752;-1.1137;10;20221208;7.7;3.8;5.8;2.7;8.2;10.3;.47;2246
+76074;44.58752;-1.1137;10;20221209;7.2;6;6.6;3.4;8.6;0;.57;1785
+76074;44.58752;-1.1137;10;20221210;6.7;-1.8;2.5;2.4;5.3;.1;.57;6789
+76074;44.58752;-1.1137;10;20221211;6.6;-2.5;2;2.1;4.7;.1;.61;6723
+76074;44.58752;-1.1137;10;20221212;3.7;-2.7;.5;2.9;6.4;11.4;.07;2953
+76074;44.58752;-1.1137;10;20221213;8.9;3.5;6.2;3.4;10.9;4.7;0;2493
+76074;44.58752;-1.1137;10;20221214;16.6;8.1;12.4;2.2;13;6.4;.56;4956
+76074;44.58752;-1.1137;10;20221215;13.7;10.9;12.3;3.4;12.4;17.3;.84;1953
+76074;44.58752;-1.1137;10;20221216;6.6;3.6;5.1;5;7.2;.1;.76;4436
+76074;44.58752;-1.1137;10;20221217;8.4;-2.5;2.9;1.7;5.5;.2;.44;7397
+76074;44.58752;-1.1137;10;20221218;14.3;2.1;8.2;2.4;8.1;0;.67;7142
+76074;44.58752;-1.1137;10;20221219;15.2;8.3;11.7;2.2;10.5;0;.7;5723
+76074;44.58752;-1.1137;10;20221220;15.3;9.9;12.6;2.7;11.7;.7;.63;3396
+76074;44.58752;-1.1137;10;20221221;16.7;9.8;13.2;3.2;12.7;1;.69;4823
+76074;44.58752;-1.1137;10;20221222;16.1;13.2;14.7;4.5;14.6;3.4;.75;2985
+76074;44.58752;-1.1137;10;20221223;16.9;14;15.5;3;14.4;0;.96;2091
+76074;44.58752;-1.1137;10;20221224;17.9;11.7;14.8;2;12.6;0;.8;5828
+76074;44.58752;-1.1137;10;20221225;17.1;9.1;13.1;3.3;11.1;0;1.02;6732
+76074;44.58752;-1.1137;10;20221226;14.5;9.6;12.1;1;11.7;2.4;.52;2749
+76074;44.58752;-1.1137;10;20221227;14.9;5.9;10.4;.6;10.7;.5;.28;5908
+76074;44.58752;-1.1137;10;20221228;16.5;6.3;11.4;2.6;10.8;1.7;.71;6267
+76074;44.58752;-1.1137;10;20221229;13.8;12.5;13.1;3.4;13.2;14.9;.63;1387
+76074;44.58752;-1.1137;10;20221230;17.2;10.6;13.9;4.2;13;.7;1.17;4743
+76074;44.58752;-1.1137;10;20221231;18.9;12.1;15.5;5.8;9.9;0;2.6;6956
+76075;44.63712;-.84257;65;20220101;20.5;4.4;12.4;1.9;10.5;0;.96;6784
+76075;44.63712;-.84257;65;20220102;16.6;6.7;11.7;2.5;11.69;0;.74;5032
+76075;44.63712;-.84257;65;20220103;17.1;7.4;12.2;2.7;11.33;0;.9;6212
+76075;44.63712;-.84257;65;20220104;15.4;10.2;12.8;3.9;10.79;2.8;1.39;3032
+76075;44.63712;-.84257;65;20220105;9.2;2.6;5.9;1.8;7.09;.3;.53;6158
+76075;44.63712;-.84257;65;20220106;9.5;-1.3;4.1;.7;5.89;.1;.31;6536
+76075;44.63712;-.84257;65;20220107;12.5;1.3;6.9;4.1;8.16;5.3;.93;6038
+76075;44.63712;-.84257;65;20220108;12.5;8.4;10.4;6.3;11.03;10.6;.94;3013
+76075;44.63712;-.84257;65;20220109;11.3;9.3;10.3;5.3;11.16;13.7;.81;1395
+76075;44.63712;-.84257;65;20220110;12.7;9.9;11.3;4.8;12.83;1.6;.53;1421
+76075;44.63712;-.84257;65;20220111;11.7;4.7;8.2;1.5;8.19;0;.54;7122
+76075;44.63712;-.84257;65;20220112;6.4;-1;2.7;2.2;5.79;0;.51;7548
+76075;44.63712;-.84257;65;20220113;7.1;-3.9;1.6;2.3;5.69;0;.49;8192
+76075;44.63712;-.84257;65;20220114;7.9;-1.3;3.3;2.2;5.89;0;.68;7176
+76075;44.63712;-.84257;65;20220115;10;-5.3;2.3;.9;5.59;.1;.36;8891
+76075;44.63712;-.84257;65;20220116;7.6;-3.4;2.1;1.3;5.89;.1;.43;6772
+76075;44.63712;-.84257;65;20220117;7.9;-1.6;3.2;1.9;7.29;.1;.41;4127
+76075;44.63712;-.84257;65;20220118;6;1.6;3.8;1.6;7.79;.1;.38;2451
+76075;44.63712;-.84257;65;20220119;9.5;4.5;7;1.8;8.93;2.9;.55;2664
+76075;44.63712;-.84257;65;20220120;8.7;6.7;7.7;2.9;9.13;.2;.69;2146
+76075;44.63712;-.84257;65;20220121;6.3;.7;3.5;3.6;5.89;0;.84;7950
+76075;44.63712;-.84257;65;20220122;8;-2.6;2.7;2.5;5.73;.1;.71;9053
+76075;44.63712;-.84257;65;20220123;9.7;-2.7;3.5;1.8;5.89;0;.67;9441
+76075;44.63712;-.84257;65;20220124;14.1;-2.5;5.8;1.1;6.39;0;.71;9241
+76075;44.63712;-.84257;65;20220125;14.5;-2.8;5.9;1.1;6.33;0;.7;9750
+76075;44.63712;-.84257;65;20220126;11.8;-3.2;4.3;1.5;6.19;0;.74;9479
+76075;44.63712;-.84257;65;20220127;4.1;-2;1.1;2.1;5.69;.1;.49;6213
+76075;44.63712;-.84257;65;20220128;6.4;-1.6;2.4;1.6;7.09;0;.4;4122
+76075;44.63712;-.84257;65;20220129;2.8;2.4;2.6;2.3;7.26;0;.33;1679
+76075;44.63712;-.84257;65;20220130;7;1.4;4.2;2.2;8.39;.3;.33;2723
+76075;44.63712;-.84257;65;20220131;11.5;5.6;8.6;3.4;9.79;1.6;.79;5462
+76075;44.63712;-.84257;65;20220201;10.6;.3;5.4;3;8.93;.3;.52;6318
+76075;44.63712;-.84257;65;20220202;10.7;8.9;9.8;2.9;11.19;0;.63;2913
+76075;44.63712;-.84257;65;20220203;11.1;5.7;8.4;2.9;10.16;.2;.63;2651
+76075;44.63712;-.84257;65;20220204;12.8;6.3;9.5;2.9;11.03;2.8;.68;3442
+76075;44.63712;-.84257;65;20220205;11.5;2.7;7.1;2.2;7.86;0;.95;10358
+76075;44.63712;-.84257;65;20220206;11.6;.3;6;4.3;9.63;1.2;.48;6009
+76075;44.63712;-.84257;65;20220207;14;10.2;12.1;3.4;11.4;.5;1.17;7050
+76075;44.63712;-.84257;65;20220208;14.8;3.8;9.3;2.4;8.06;0;1.37;11530
+76075;44.63712;-.84257;65;20220209;17.1;1.2;9.2;1.8;8.19;.1;1.34;11879
+76075;44.63712;-.84257;65;20220210;12.1;.8;6.5;1.7;9.39;1.4;1.09;10236
+76075;44.63712;-.84257;65;20220211;12.3;6.2;9.3;3.1;8.14;0;1.42;9276
+76075;44.63712;-.84257;65;20220212;13.2;-.6;6.3;1.4;6.49;0;1.11;10728
+76075;44.63712;-.84257;65;20220213;17.8;.6;9.2;4.2;8.79;2.4;1.95;11642
+76075;44.63712;-.84257;65;20220214;12.1;8;10.1;4.8;10.04;8.9;1.26;5821
+76075;44.63712;-.84257;65;20220215;12.6;3.3;8;4.5;10.09;15.9;.84;6980
+76075;44.63712;-.84257;65;20220216;14;9.6;11.8;7;13.13;6.7;.75;3635
+76075;44.63712;-.84257;65;20220217;13;12;12.5;4.5;13.53;1.3;.76;2819
+76075;44.63712;-.84257;65;20220218;14.7;7.3;11;2.3;10.99;.2;1.07;5869
+76075;44.63712;-.84257;65;20220219;12.2;4.5;8.4;2.1;8.43;.3;1.22;10238
+76075;44.63712;-.84257;65;20220220;14.2;5.6;9.9;4.5;11.26;3.6;1.02;7072
+76075;44.63712;-.84257;65;20220221;13.2;10.4;11.8;5.5;10.39;0;1.76;7048
+76075;44.63712;-.84257;65;20220222;14.4;6.8;10.6;2;9.59;0;1.4;10399
+76075;44.63712;-.84257;65;20220223;17.2;3.6;10.4;1.7;9.33;0;1.55;13383
+76075;44.63712;-.84257;65;20220224;13.6;3;8.3;2.3;9.56;.4;1.14;9519
+76075;44.63712;-.84257;65;20220225;12.2;.2;6.2;1.9;6.93;.1;1.41;14016
+76075;44.63712;-.84257;65;20220226;14.3;-.2;7;3.5;5.69;0;2.26;14833
+76075;44.63712;-.84257;65;20220227;17.2;2.9;10.1;2.3;8.33;.1;1.89;12906
+76075;44.63712;-.84257;65;20220228;19.6;3.1;11.3;.9;8.86;0;1.64;14299
+76075;44.63712;-.84257;65;20220301;19.3;2.3;10.8;2.8;8.36;.5;2.33;13856
+76075;44.63712;-.84257;65;20220302;13;8.2;10.6;2.8;10.56;1.7;1.16;5168
+76075;44.63712;-.84257;65;20220303;13.4;5.4;9.4;2.4;10.73;1.2;1.03;7361
+76075;44.63712;-.84257;65;20220304;11.5;8.1;9.8;4.5;9.93;0;1.32;6200
+76075;44.63712;-.84257;65;20220305;12.5;2.1;7.3;2.5;7.49;.1;1.66;13705
+76075;44.63712;-.84257;65;20220306;12.8;1.7;7.3;1.9;7.06;.2;1.61;12435
+76075;44.63712;-.84257;65;20220307;12.7;-2.6;5;1.8;5.83;0;1.74;16913
+76075;44.63712;-.84257;65;20220308;11.3;5.2;8.3;3;9.16;1.3;1.15;6127
+76075;44.63712;-.84257;65;20220309;17.7;2.1;9.9;3.4;8.93;.2;2.3;15173
+76075;44.63712;-.84257;65;20220310;16.3;8.9;12.6;3.5;11.23;2.5;1.83;9486
+76075;44.63712;-.84257;65;20220311;12.7;10;11.3;3.3;11.19;10.6;1.22;4657
+76075;44.63712;-.84257;65;20220312;14.9;7.3;11.1;3.8;9.96;6.3;2.1;14667
+76075;44.63712;-.84257;65;20220313;13.8;8.1;11;4;9.33;4.4;2.02;10605
+76075;44.63712;-.84257;65;20220314;14.5;4.9;9.7;4.5;9.83;.1;1.59;7700
+76075;44.63712;-.84257;65;20220315;19.8;11.8;15.8;4.5;12.36;0;2.72;11820
+76075;44.63712;-.84257;65;20220316;16.2;10.9;13.6;3.2;12.69;0;1.59;7504
+76075;44.63712;-.84257;65;20220317;12;10.1;11;5.6;10.39;.9;1.51;3585
+76075;44.63712;-.84257;65;20220318;15.7;7.1;11.4;3.7;9.09;0;2.38;13267
+76075;44.63712;-.84257;65;20220319;19.3;5.7;12.5;3.6;9.04;0;3.05;16483
+76075;44.63712;-.84257;65;20220320;18.5;6.9;12.7;3.5;9.79;.1;2.67;14129
+76075;44.63712;-.84257;65;20220321;20.7;10.1;15.4;4.9;10.19;.1;3.61;14543
+76075;44.63712;-.84257;65;20220322;18.4;6.9;12.7;4.6;7.84;0;3.54;16016
+76075;44.63712;-.84257;65;20220323;18.2;4.3;11.2;3.3;7.39;0;3.25;19864
+76075;44.63712;-.84257;65;20220324;18.2;3.3;10.7;2.3;7.84;0;2.88;20163
+76075;44.63712;-.84257;65;20220325;18.2;5;11.6;2.7;7.64;0;2.84;15570
+76075;44.63712;-.84257;65;20220326;21.6;4.3;13;3.5;6.14;0;4.23;20462
+76075;44.63712;-.84257;65;20220327;21.4;5.1;13.2;2.8;7.79;0;3.6;19661
+76075;44.63712;-.84257;65;20220328;21.9;6.3;14.1;1.6;8.59;0;3.03;18309
+76075;44.63712;-.84257;65;20220329;16.2;8.9;12.5;1.5;11.09;0;1.64;8814
+76075;44.63712;-.84257;65;20220330;15.5;8.6;12;3;11.19;2.9;1.71;8329
+76075;44.63712;-.84257;65;20220331;14;8.1;11.1;4.8;9.14;3;2.41;11864
+76075;44.63712;-.84257;65;20220401;9.8;1.7;5.7;5.6;5.69;.6;2.45;14818
+76075;44.63712;-.84257;65;20220402;10.2;1.6;5.9;4.2;5.24;.1;2.6;16931
+76075;44.63712;-.84257;65;20220403;7.4;-2;2.7;2.8;6.13;0;2;16297
+76075;44.63712;-.84257;65;20220404;12.3;3.2;7.7;2.3;5.37;0;2.43;20397
+76075;44.63712;-.84257;65;20220405;13.9;-.6;6.7;2;7.7;.4;1.74;11900
+76075;44.63712;-.84257;65;20220406;14.2;9;11.6;3.8;11.74;1.6;1.59;9106
+76075;44.63712;-.84257;65;20220407;14.5;10.7;12.6;7.6;12.79;18.4;1.51;6775
+76075;44.63712;-.84257;65;20220408;17;11.9;14.4;7;11.24;1.3;2.96;9107
+76075;44.63712;-.84257;65;20220409;15.1;4.8;10;2.4;8.14;0;2.8;20768
+76075;44.63712;-.84257;65;20220410;20.4;2.2;11.3;4.7;7.19;0;4.38;23251
+76075;44.63712;-.84257;65;20220411;24.2;10.7;17.5;6.8;11.05;.3;5.51;22016
+76075;44.63712;-.84257;65;20220412;19.5;10.8;15.2;3.5;12.49;3.2;2.9;15106
+76075;44.63712;-.84257;65;20220413;18.2;10;14.1;2.6;12.94;.2;2.35;13916
+76075;44.63712;-.84257;65;20220414;22.9;11;16.9;1.8;12.74;0;3.66;22529
+76075;44.63712;-.84257;65;20220415;22.9;8.2;15.5;2.5;12.94;.1;3.52;22231
+76075;44.63712;-.84257;65;20220416;21.8;9.3;15.5;2.8;12.29;0;3.71;22431
+76075;44.63712;-.84257;65;20220417;22;7.4;14.7;2.7;11.49;0;3.69;22456
+76075;44.63712;-.84257;65;20220418;17.7;11;14.3;3.3;12.29;0;2.52;13107
+76075;44.63712;-.84257;65;20220419;13.4;7.5;10.5;3.3;11.29;13.2;1.38;8080
+76075;44.63712;-.84257;65;20220420;12.2;8.9;10.6;3.4;11.69;10.3;1;4555
+76075;44.63712;-.84257;65;20220421;16.7;7.3;12;2.1;12.39;.6;1.84;11757
+76075;44.63712;-.84257;65;20220422;20.9;8.2;14.5;2.5;11.54;4.8;3.35;19739
+76075;44.63712;-.84257;65;20220423;13.3;11.5;12.4;4.4;12.19;7.8;1.61;7693
+76075;44.63712;-.84257;65;20220424;16.2;10.8;13.5;5.6;12.34;.1;2.33;11531
+76075;44.63712;-.84257;65;20220425;19.1;7.9;13.5;2.5;10.99;0;3.43;22619
+76075;44.63712;-.84257;65;20220426;24;8;16;3.3;11.29;.1;4.69;26021
+76075;44.63712;-.84257;65;20220427;19.4;12.4;15.9;2.5;13.39;4.9;2.33;10021
+76075;44.63712;-.84257;65;20220428;19.2;12.8;16;2.6;14.29;0;2.7;15028
+76075;44.63712;-.84257;65;20220429;20.3;9.1;14.7;2.5;13.34;0;3.33;21902
+76075;44.63712;-.84257;65;20220430;20.8;11.1;16;2.5;13.74;0;3.25;19228
+76075;44.63712;-.84257;65;20220501;21.1;8.2;14.6;2.5;12.99;0;3.27;20848
+76075;44.63712;-.84257;65;20220502;20.8;11.8;16.3;2.5;11.64;0;3.7;19984
+76075;44.63712;-.84257;65;20220503;22.8;9.9;16.4;3;11.29;1.1;4.32;22827
+76075;44.63712;-.84257;65;20220504;21.3;12.3;16.8;3.3;10.54;0;4.38;21529
+76075;44.63712;-.84257;65;20220505;21.4;7.1;14.2;3.3;11.24;.1;4.11;25498
+76075;44.63712;-.84257;65;20220506;21.2;8.4;14.8;3.2;12.06;.1;3.38;17757
+76075;44.63712;-.84257;65;20220507;23.5;7.9;15.7;2.3;12.36;0;3.46;18136
+76075;44.63712;-.84257;65;20220508;24.9;8.5;16.7;2.3;11.89;0;3.78;18223
+76075;44.63712;-.84257;65;20220509;28;9.1;18.6;1.7;12.19;0;4.09;19566
+76075;44.63712;-.84257;65;20220510;28.3;9.8;19;2.4;13.09;0;4.41;19083
+76075;44.63712;-.84257;65;20220511;23.4;14;18.7;2.7;14.99;0;3.4;15337
+76075;44.63712;-.84257;65;20220512;21.5;13.6;17.6;1.9;14.63;0;2.47;10588
+76075;44.63712;-.84257;65;20220513;24.6;13.5;19;1.9;14.56;0;3.44;16111
+76075;44.63712;-.84257;65;20220514;31.3;11.9;21.6;2.9;15.43;.1;4.92;18167
+76075;44.63712;-.84257;65;20220515;29.8;15.6;22.7;2.4;17.96;6.5;4.01;15403
+76075;44.63712;-.84257;65;20220516;28.2;14.7;21.4;1.8;16.53;0;4.06;18844
+76075;44.63712;-.84257;65;20220517;27.9;16.2;22;3.2;16.06;0;4.83;19677
+76075;44.63712;-.84257;65;20220518;33.3;13.9;23.6;2.9;16.76;1.8;5.45;19280
+76075;44.63712;-.84257;65;20220519;26.8;17.5;22.2;2.5;19.36;0;3.32;13062
+76075;44.63712;-.84257;65;20220520;24.3;17;20.6;2.9;18.33;0;3.11;13022
+76075;44.63712;-.84257;65;20220521;32;13.6;22.8;2;17.76;0;4.45;18113
+76075;44.63712;-.84257;65;20220522;32.4;18.7;25.6;3.2;20.59;1;4.98;16920
+76075;44.63712;-.84257;65;20220523;20;16.5;18.2;5.2;16.03;1.9;2.65;8738
+76075;44.63712;-.84257;65;20220524;19.4;10.9;15.1;2.9;12.49;.5;2.92;14447
+76075;44.63712;-.84257;65;20220525;20.8;7.9;14.4;2.3;11.63;.2;3.18;16803
+76075;44.63712;-.84257;65;20220526;20.1;10.6;15.3;2.1;13.69;0;2.21;9812
+76075;44.63712;-.84257;65;20220527;23.2;9.5;16.4;2.6;14.03;.1;3.33;17200
+76075;44.63712;-.84257;65;20220528;27.2;11.9;19.5;3.3;12.33;0;5.09;20978
+76075;44.63712;-.84257;65;20220529;24.3;11;17.6;3.8;9.39;0;5.22;20917
+76075;44.63712;-.84257;65;20220530;23.7;9.4;16.5;3;9.03;.2;4.55;18756
+76075;44.63712;-.84257;65;20220531;24.7;12.9;18.8;2.6;11.79;.7;4.2;17376
+76075;44.63712;-.84257;65;20220601;30.6;13.2;21.9;3.3;13.49;3.2;5.59;19637
+76075;44.63712;-.84257;65;20220602;28.2;16.3;22.2;2.7;18.46;1.1;4.35;18788
+76075;44.63712;-.84257;65;20220603;26.2;18;22.1;2.8;19.03;2.3;3.48;13823
+76075;44.63712;-.84257;65;20220604;24.6;17.1;20.8;2.6;18.46;3.1;2.97;11672
+76075;44.63712;-.84257;65;20220605;22.8;16.6;19.7;2.8;16.09;0;2.96;10782
+76075;44.63712;-.84257;65;20220606;25.3;13;19.2;1.9;15.16;.4;3.45;15303
+76075;44.63712;-.84257;65;20220607;23.5;15.8;19.7;2.8;15.46;7.4;3.69;16104
+76075;44.63712;-.84257;65;20220608;19.9;14.5;17.2;3;16.76;2.8;2.06;9110
+76075;44.63712;-.84257;65;20220609;23;10.5;16.7;2.1;13.99;0;3.54;18777
+76075;44.63712;-.84257;65;20220610;28.1;9.8;19;1.4;14.73;.1;4.14;21083
+76075;44.63712;-.84257;65;20220611;29.7;13.9;21.8;2.2;17.09;0;5.31;25891
+76075;44.63712;-.84257;65;20220612;29.2;15.9;22.6;2.3;19.23;1.5;4.8;22714
+76075;44.63712;-.84257;65;20220613;30.4;17.6;24;3;17.76;0;6.51;29565
+76075;44.63712;-.84257;65;20220614;35.8;17.8;26.8;2.5;17.86;0;6.95;27687
+76075;44.63712;-.84257;65;20220615;32.2;19.6;25.9;2.8;19.23;0;6.67;29039
+76075;44.63712;-.84257;65;20220616;37.1;16.5;26.8;2;16.43;0;6.92;28566
+76075;44.63712;-.84257;65;20220617;38.9;19.4;29.1;2.5;18.53;0;7.75;29337
+76075;44.63712;-.84257;65;20220618;41.4;19.4;30.4;3.1;19.26;.4;8.52;28273
+76075;44.63712;-.84257;65;20220619;27.8;19.2;23.5;4.1;19.49;1.9;5.55;24793
+76075;44.63712;-.84257;65;20220620;28.3;17.8;23;2.7;18.73;6.8;4.74;20526
+76075;44.63712;-.84257;65;20220621;26.4;17.1;21.8;2.9;19.69;17.7;4.35;21185
+76075;44.63712;-.84257;65;20220622;24.2;16.5;20.3;3.7;17.83;.9;4.29;21284
+76075;44.63712;-.84257;65;20220623;24.7;14.6;19.7;2.2;17.23;8.2;4.1;21729
+76075;44.63712;-.84257;65;20220624;22.6;16.2;19.4;3;16.66;4.2;4.01;20637
+76075;44.63712;-.84257;65;20220625;19.5;15;17.3;2;15.49;7.7;2.28;10059
+76075;44.63712;-.84257;65;20220626;18.7;13.4;16;1.4;14.89;0;2.02;9655
+76075;44.63712;-.84257;65;20220627;22.4;11.4;16.9;1.8;13.49;0;3.85;21616
+76075;44.63712;-.84257;65;20220628;25;10.6;17.8;1.7;12.99;0;5.11;30020
+76075;44.63712;-.84257;65;20220629;23.7;9.8;16.8;1.7;14.26;8.7;3.86;22088
+76075;44.63712;-.84257;65;20220630;20.3;14.4;17.3;1.7;15.06;3.6;2.75;13783
+76075;44.63712;-.84257;65;20220701;23.9;9.9;16.9;1.7;13.03;.1;4.39;25707
+76075;44.63712;-.84257;65;20220702;29.9;10.8;20.4;2.4;13.39;0;6.12;30539
+76075;44.63712;-.84257;65;20220703;26.6;14.5;20.5;2.9;15.49;3.3;5.36;27137
+76075;44.63712;-.84257;65;20220704;25.2;15.9;20.5;2.1;17.59;0;3.57;16548
+76075;44.63712;-.84257;65;20220705;29.6;15.5;22.5;2.4;16.13;0;5.97;28989
+76075;44.63712;-.84257;65;20220706;29.1;14.1;21.6;2.8;14.43;0;6.26;30314
+76075;44.63712;-.84257;65;20220707;28.2;13.5;20.8;2.2;15.83;0;5.52;29099
+76075;44.63712;-.84257;65;20220708;29.7;14.2;22;2.5;15.59;0;6.17;30413
+76075;44.63712;-.84257;65;20220709;32.5;15;23.7;3;13.89;0;7.12;30460
+76075;44.63712;-.84257;65;20220710;33.6;16.1;24.9;3.5;14.49;0;7.7;30506
+76075;44.63712;-.84257;65;20220711;35.6;16.5;26.1;2.7;15.29;0;7.44;30119
+76075;44.63712;-.84257;65;20220712;36.7;16.4;26.6;2.7;14.69;0;7.72;30430
+76075;44.63712;-.84257;65;20220713;35.7;14.2;25;2;13.59;0;6.87;29506
+76075;44.63712;-.84257;65;20220714;37.1;15.7;26.4;2;15.36;0;6.92;28916
+76075;44.63712;-.84257;65;20220715;34.4;17.8;26.1;3;14.69;0;7.25;28017
+76075;44.63712;-.84257;65;20220716;36.7;17.5;27.1;3.2;13.99;0;7.91;27897
+76075;44.63712;-.84257;65;20220717;37.8;18.4;28.1;3.3;13.19;0;8.24;27004
+76075;44.63712;-.84257;65;20220718;39.8;19.7;29.8;3.9;16.39;0;9.16;28375
+76075;44.63712;-.84257;65;20220719;29.1;21.9;25.5;3.9;19.93;0;5.49;20479
+76075;44.63712;-.84257;65;20220720;26.8;19.6;23.2;2.5;18.56;.1;4.26;18064
+76075;44.63712;-.84257;65;20220721;30.9;13.7;22.3;1.9;17.26;0;5.61;28285
+76075;44.63712;-.84257;65;20220722;25.4;17.6;21.5;3.5;18.06;0;4.04;17178
+76075;44.63712;-.84257;65;20220723;29.2;13.5;21.3;1.7;16.03;0;5;25628
+76075;44.63712;-.84257;65;20220724;37.7;15.4;26.5;2.5;16.39;0;7.21;28520
+76075;44.63712;-.84257;65;20220725;25.7;19.3;22.5;3.4;19.06;.8;4.04;16564
+76075;44.63712;-.84257;65;20220726;25.9;13.4;19.6;2.2;14.89;0;4.53;23301
+76075;44.63712;-.84257;65;20220727;27.1;10.5;18.8;1.8;13.89;0;4.94;27624
+76075;44.63712;-.84257;65;20220728;26.1;13.6;19.9;2.1;15.43;0;4.83;26125
+76075;44.63712;-.84257;65;20220729;26.4;16;21.2;1.9;17.49;.4;3.72;17350
+76075;44.63712;-.84257;65;20220730;28.4;14.1;21.3;1.9;17.76;.2;4.42;22297
+76075;44.63712;-.84257;65;20220731;29.7;14.6;22.1;2.5;18.09;.1;5.32;27043
+76075;44.63712;-.84257;65;20220801;31.5;15;23.2;2.4;18.16;0;5.72;27684
+76075;44.63712;-.84257;65;20220802;35.4;14.5;25;1.9;17.06;.2;6.11;27844
+76075;44.63712;-.84257;65;20220803;37.8;17.1;27.4;2.1;19.16;.3;6.26;25080
+76075;44.63712;-.84257;65;20220804;30.4;19.7;25.1;2.8;21.79;.5;5.45;25007
+76075;44.63712;-.84257;65;20220805;29.1;19.2;24.2;2.8;18.73;0;4.91;20653
+76075;44.63712;-.84257;65;20220806;32.4;18;25.2;3;14.83;0;6.62;26870
+76075;44.63712;-.84257;65;20220807;32.8;15.9;24.3;3.3;11.53;.2;7.16;27791
+76075;44.63712;-.84257;65;20220808;34.9;15.3;25.1;3;11.06;0;7.27;27312
+76075;44.63712;-.84257;65;20220809;35.7;16.6;26.2;2.7;11.96;0;7.05;26098
+76075;44.63712;-.84257;65;20220810;36.3;18.7;27.5;2.3;12.93;0;6.06;20843
+76075;44.63712;-.84257;65;20220811;38.6;18.5;28.6;2.2;13.69;0;6.61;24302
+76075;44.63712;-.84257;65;20220812;33.8;21.5;27.6;2.6;19.49;0;5.93;23200
+76075;44.63712;-.84257;65;20220813;31.8;20.8;26.3;3.1;21.99;8.5;5.23;20997
+76075;44.63712;-.84257;65;20220814;25.1;19.3;22.2;3;20.19;.6;3.16;12875
+76075;44.63712;-.84257;65;20220815;26.8;17.2;22;2.8;18.06;.3;4.08;18209
+76075;44.63712;-.84257;65;20220816;26.5;15.6;21;2.1;17.89;2;3.57;17240
+76075;44.63712;-.84257;65;20220817;24.8;16;20.4;2.9;17.26;1.5;3.44;15400
+76075;44.63712;-.84257;65;20220818;24.8;13.8;19.3;2.6;16.79;.5;3.64;19262
+76075;44.63712;-.84257;65;20220819;26;14;20;2;17.56;.1;3.66;19547
+76075;44.63712;-.84257;65;20220820;28.2;15.1;21.7;1.7;18.36;0;3.68;18139
+76075;44.63712;-.84257;65;20220821;26.9;16.4;21.6;2.4;18.16;.9;3.71;17312
+76075;44.63712;-.84257;65;20220822;25.4;18.8;22.1;2.6;21.03;1.2;2.99;13622
+76075;44.63712;-.84257;65;20220823;29;18.8;23.9;1.6;21.33;.1;3.6;16963
+76075;44.63712;-.84257;65;20220824;36.3;16.7;26.5;1.9;18.79;3.4;5.49;23547
+76075;44.63712;-.84257;65;20220825;28.4;19.5;24;3.4;21.66;.6;4.13;18248
+76075;44.63712;-.84257;65;20220826;28;18.8;23.4;2.6;20.53;.1;3.9;17712
+76075;44.63712;-.84257;65;20220827;30.4;16.5;23.4;1.9;17.46;0;4.49;21437
+76075;44.63712;-.84257;65;20220828;34.1;15.1;24.6;2.2;14.69;0;5.51;23649
+76075;44.63712;-.84257;65;20220829;30.5;18.9;24.7;2;16.16;2.2;3.74;12697
+76075;44.63712;-.84257;65;20220830;31.6;14.7;23.2;2;18.69;0;4.58;22631
+76075;44.63712;-.84257;65;20220831;29.3;19.2;24.3;2.8;21.03;0;3.8;15280
+76075;44.63712;-.84257;65;20220901;28.5;17;22.8;2.2;18.93;4.2;3.87;18321
+76075;44.63712;-.84257;65;20220902;25.6;16.9;21.3;2.2;19.09;4.8;2.96;13805
+76075;44.63712;-.84257;65;20220903;26.2;15.8;21;1.9;17.23;.2;3.26;15899
+76075;44.63712;-.84257;65;20220904;32.1;14.7;23.4;2.2;14.96;0;4.89;22093
+76075;44.63712;-.84257;65;20220905;32.2;14.6;23.4;3.1;15.49;.1;5.43;22264
+76075;44.63712;-.84257;65;20220906;29.1;15.3;22.2;2.7;16.26;.2;4.57;21451
+76075;44.63712;-.84257;65;20220907;25.2;15.3;20.3;1.7;15.56;7;3.07;15040
+76075;44.63712;-.84257;65;20220908;23.3;14.8;19;2.8;17.86;3.6;2.56;12632
+76075;44.63712;-.84257;65;20220909;23.5;16.2;19.8;2.6;15.66;1.2;3.29;15768
+76075;44.63712;-.84257;65;20220910;27.9;12.6;20.2;1.6;15.26;0;3.68;20416
+76075;44.63712;-.84257;65;20220911;33.4;14.3;23.8;2.8;14.93;0;5.3;21119
+76075;44.63712;-.84257;65;20220912;37.8;18.1;27.9;2.9;16.46;4.7;5.84;18221
+76075;44.63712;-.84257;65;20220913;31.9;20.5;26.2;3.3;20.66;0;4.27;13292
+76075;44.63712;-.84257;65;20220914;28.3;17.9;23.1;3.1;16.99;.2;4.24;17911
+76075;44.63712;-.84257;65;20220915;27.5;14.4;20.9;2;18.13;.1;3.24;17194
+76075;44.63712;-.84257;65;20220916;23.6;14.9;19.2;2.8;15.23;0;3.24;16141
+76075;44.63712;-.84257;65;20220917;22.4;8.2;15.3;2.8;9.13;0;3.72;20385
+76075;44.63712;-.84257;65;20220918;25.2;7.6;16.4;3;7.86;0;4.39;20132
+76075;44.63712;-.84257;65;20220919;26.3;7.3;16.8;2.8;8.46;0;4.3;20200
+76075;44.63712;-.84257;65;20220920;24.7;7.6;16.2;3;8.89;0;4.08;19934
+76075;44.63712;-.84257;65;20220921;24.7;7.3;16;2.3;9.19;0;3.61;19535
+76075;44.63712;-.84257;65;20220922;26.2;6;16.1;1.5;9.23;0;3.2;19203
+76075;44.63712;-.84257;65;20220923;20.8;7.9;14.3;1.5;12.96;.3;1.66;7956
+76075;44.63712;-.84257;65;20220924;21.9;9.8;15.8;2.2;13.19;1.3;2.3;12090
+76075;44.63712;-.84257;65;20220925;21.2;6.6;13.9;1.5;10.83;.1;2.34;15535
+76075;44.63712;-.84257;65;20220926;20.7;5;12.9;2.8;11.09;5;2.37;12825
+76075;44.63712;-.84257;65;20220927;19.6;13;16.3;3.6;14.36;8.3;2.1;8867
+76075;44.63712;-.84257;65;20220928;19.9;16;18;5.8;16.49;14.3;2.34;9554
+76075;44.63712;-.84257;65;20220929;16.3;12.8;14.6;2.3;13.83;5.9;1.4;6736
+76075;44.63712;-.84257;65;20220930;19.9;7.6;13.8;1.9;11.53;1.2;2.29;16471
+76075;44.63712;-.84257;65;20221001;19.8;13.1;16.4;4.4;17.36;3.1;1.24;5635
+76075;44.63712;-.84257;65;20221002;22.8;14.7;18.7;1.9;16.99;.3;1.97;10530
+76075;44.63712;-.84257;65;20221003;24.2;10;17.1;1.2;14.23;0;2.3;15690
+76075;44.63712;-.84257;65;20221004;25.4;8;16.7;1.1;13.46;.2;2.33;16462
+76075;44.63712;-.84257;65;20221005;26;11;18.5;2;15.63;.6;2.48;13950
+76075;44.63712;-.84257;65;20221006;20.8;14.8;17.8;2.2;17.03;0;1.53;6989
+76075;44.63712;-.84257;65;20221007;25.3;10.6;17.9;1.7;14.93;1.2;2.37;14183
+76075;44.63712;-.84257;65;20221008;23.1;14.6;18.8;2.8;13.23;0;2.78;11752
+76075;44.63712;-.84257;65;20221009;27.4;10.3;18.8;1.9;12.96;0;2.85;15127
+76075;44.63712;-.84257;65;20221010;20;12.4;16.2;1.3;16.06;6.9;1.2;6487
+76075;44.63712;-.84257;65;20221011;18.1;15.6;16.8;1.6;17.83;4.6;.86;3351
+76075;44.63712;-.84257;65;20221012;21.3;14.4;17.9;1.4;16.16;.1;1.59;9278
+76075;44.63712;-.84257;65;20221013;20.4;10.9;15.6;2.5;15.76;2.7;1.31;6844
+76075;44.63712;-.84257;65;20221014;20.4;17.2;18.8;3.9;18.59;.5;1.44;4729
+76075;44.63712;-.84257;65;20221015;23.9;13.9;18.9;2.2;16.73;0;1.88;8813
+76075;44.63712;-.84257;65;20221016;29.8;13.5;21.6;2.6;16.66;3.5;3.06;13389
+76075;44.63712;-.84257;65;20221017;25.9;17.4;21.7;2.3;19.36;1.4;2.04;8532
+76075;44.63712;-.84257;65;20221018;29.9;15.5;22.7;2.8;18.26;.1;3;13067
+76075;44.63712;-.84257;65;20221019;25.9;17.2;21.5;3;18.59;9.4;2.23;7405
+76075;44.63712;-.84257;65;20221020;25.7;14.8;20.3;4;15.96;0;2.85;8917
+76075;44.63712;-.84257;65;20221021;22.5;16.7;19.6;3.7;14.69;.1;2.51;5726
+76075;44.63712;-.84257;65;20221022;26;10.7;18.3;3.3;13.93;.2;2.77;11563
+76075;44.63712;-.84257;65;20221023;25.7;16.4;21.1;5.3;14.09;0;3.8;8576
+76075;44.63712;-.84257;65;20221024;22.9;14;18.4;2.5;13.86;0;2.16;10874
+76075;44.63712;-.84257;65;20221025;23.3;9.9;16.6;2.8;13.39;1.5;2.02;7331
+76075;44.63712;-.84257;65;20221026;27;11.7;19.4;2.2;14.63;0;2.29;11601
+76075;44.63712;-.84257;65;20221027;25.3;15.5;20.4;3.6;16.16;0;2.36;4509
+76075;44.63712;-.84257;65;20221028;26.4;16;21.2;2.5;15.06;0;2.32;7320
+76075;44.63712;-.84257;65;20221029;23.1;15.6;19.3;2.3;16.39;.1;1.66;5962
+76075;44.63712;-.84257;65;20221030;21;12.5;16.8;1.7;15.53;6.7;1.27;7872
+76075;44.63712;-.84257;65;20221031;19.7;12.7;16.2;2.8;15.93;1.5;1.14;4409
+76075;44.63712;-.84257;65;20221101;19;10;14.5;2.1;13.13;.2;1.26;7800
+76075;44.63712;-.84257;65;20221102;20;8.2;14.1;2.1;12.23;0;1.4;9931
+76075;44.63712;-.84257;65;20221103;20.5;10.3;15.4;4.1;12.29;12.6;2.07;5126
+76075;44.63712;-.84257;65;20221104;16.2;10.5;13.4;5.7;11.33;6.4;1.9;6738
+76075;44.63712;-.84257;65;20221105;17.7;6.6;12.1;1.2;10.36;.1;1.01;9916
+76075;44.63712;-.84257;65;20221106;18.4;5.7;12.1;3;11.23;.3;1.34;6551
+76075;44.63712;-.84257;65;20221107;20.3;8.8;14.5;2.4;12.03;.1;1.45;9611
+76075;44.63712;-.84257;65;20221108;20.7;10.4;15.6;2.7;12.69;1.3;1.58;4798
+76075;44.63712;-.84257;65;20221109;16.3;11.9;14.1;1.8;13.76;6.6;.85;3911
+76075;44.63712;-.84257;65;20221110;17;9;13;2.2;12.43;0;1.01;8397
+76075;44.63712;-.84257;65;20221111;18.9;8;13.4;2.7;12.23;.2;1.26;9272
+76075;44.63712;-.84257;65;20221112;22.1;8.9;15.5;1.9;13.39;.2;1.27;9401
+76075;44.63712;-.84257;65;20221113;22.8;7.8;15.3;1.4;12.43;.1;1.16;9304
+76075;44.63712;-.84257;65;20221114;16.2;9.6;12.9;3;12.86;1.8;.94;3683
+76075;44.63712;-.84257;65;20221115;17.1;11.2;14.2;3.7;13.16;8.7;1.22;2717
+76075;44.63712;-.84257;65;20221116;18;11.1;14.5;4.8;13.49;3.5;1.38;6353
+76075;44.63712;-.84257;65;20221117;17.5;14.5;16;5.3;13.13;5.5;1.96;5081
+76075;44.63712;-.84257;65;20221118;13.1;7.7;10.4;2;10.93;11.8;.69;4113
+76075;44.63712;-.84257;65;20221119;13.1;6;9.5;1.7;9.66;.5;.68;7369
+76075;44.63712;-.84257;65;20221120;15.4;3.4;9.4;3.2;10.66;5.1;.82;4734
+76075;44.63712;-.84257;65;20221121;15.9;8.6;12.3;5;11.39;18.2;1.37;2541
+76075;44.63712;-.84257;65;20221122;12.2;7.7;9.9;5.4;10.99;30.9;.8;2896
+76075;44.63712;-.84257;65;20221123;16.5;10.2;13.3;5.1;13.33;3;1.04;4998
+76075;44.63712;-.84257;65;20221124;14.2;8.2;11.2;3.2;11.53;5.3;.82;3423
+76075;44.63712;-.84257;65;20221125;14.5;9.4;11.9;2.7;11.49;4.9;.85;5320
+76075;44.63712;-.84257;65;20221126;12.9;4;8.4;2.2;9.19;.1;.69;5257
+76075;44.63712;-.84257;65;20221127;13.7;3.2;8.4;2.3;9.79;12.3;.61;6027
+76075;44.63712;-.84257;65;20221128;14.5;9.5;12;3;11.53;5.2;.87;5059
+76075;44.63712;-.84257;65;20221129;13.6;6.5;10;1.7;10.63;.6;.58;4545
+76075;44.63712;-.84257;65;20221130;8.8;2.4;5.6;2.1;7.99;.1;.45;5379
+76075;44.63712;-.84257;65;20221201;10.7;1;5.8;2.3;7.59;.1;.59;6508
+76075;44.63712;-.84257;65;20221202;7.8;5.3;6.6;2.4;8.03;.1;.64;2915
+76075;44.63712;-.84257;65;20221203;7.7;3.3;5.5;1.8;7.23;0;.53;4927
+76075;44.63712;-.84257;65;20221204;10.5;-.4;5;1.4;7.13;.2;.42;6448
+76075;44.63712;-.84257;65;20221205;11.1;-.3;5.4;2.4;7.06;.1;.62;7470
+76075;44.63712;-.84257;65;20221206;11.4;6.4;8.9;2.7;8.26;0;.99;3095
+76075;44.63712;-.84257;65;20221207;7.3;1.5;4.4;2.6;7.23;0;.52;3701
+76075;44.63712;-.84257;65;20221208;6.9;2.8;4.9;2.7;7.89;9.5;.48;2082
+76075;44.63712;-.84257;65;20221209;6.6;5.2;5.9;3.3;8.29;0;.54;2595
+76075;44.63712;-.84257;65;20221210;5.1;-2.4;1.3;2.1;5.29;.1;.4;7329
+76075;44.63712;-.84257;65;20221211;6.1;-3.8;1.2;2.3;4.76;.1;.56;7041
+76075;44.63712;-.84257;65;20221212;2.9;-3.9;-.5;3;6.13;10.6;.19;1717
+76075;44.63712;-.84257;65;20221213;8;2.8;5.4;3.1;10.29;4.4;.08;1931
+76075;44.63712;-.84257;65;20221214;17.2;7.5;12.3;2.3;12.69;6.7;.62;5085
+76075;44.63712;-.84257;65;20221215;13.2;10.1;11.6;3.2;12.03;15;.71;2651
+76075;44.63712;-.84257;65;20221216;6.8;3.7;5.2;4.8;7.09;.1;.75;5712
+76075;44.63712;-.84257;65;20221217;8.4;-3.9;2.2;1.9;5.46;.2;.46;7332
+76075;44.63712;-.84257;65;20221218;13.5;.6;7;3.6;8.19;0;.85;6314
+76075;44.63712;-.84257;65;20221219;15.7;8;11.8;4.1;10.86;0;1.12;4541
+76075;44.63712;-.84257;65;20221220;14.3;10.2;12.3;3.4;11.96;1.1;.91;2365
+76075;44.63712;-.84257;65;20221221;17.5;8.6;13.1;3.2;12.76;.7;.85;4907
+76075;44.63712;-.84257;65;20221222;16.2;12.2;14.2;4.5;14.39;3.5;.86;2428
+76075;44.63712;-.84257;65;20221223;17.6;13.5;15.6;3;14.29;0;1.04;2397
+76075;44.63712;-.84257;65;20221224;18.6;10.8;14.7;2.3;12.59;.1;.9;6042
+76075;44.63712;-.84257;65;20221225;18.3;7.4;12.9;3;11.03;0;1.18;4910
+76075;44.63712;-.84257;65;20221226;14.8;8.5;11.6;1.3;11.56;1.8;.57;2883
+76075;44.63712;-.84257;65;20221227;14.9;5.8;10.3;1;10.89;.3;.38;5269
+76075;44.63712;-.84257;65;20221228;16.6;5.7;11.2;2.7;10.59;2;.84;6355
+76075;44.63712;-.84257;65;20221229;12.9;11.1;12;3.5;12.56;16.5;.73;1162
+76075;44.63712;-.84257;65;20221230;18;9.9;13.9;4;12.79;.8;1.22;3581
+76075;44.63712;-.84257;65;20221231;20.4;10.1;15.3;4.5;10.33;0;2.25;5818
+76076;44.66927;-.53045;28;20220101;19.4;4;11.7;1.8;10.35;0;.81;6800
+76076;44.66927;-.53045;28;20220102;16.5;8.4;12.4;2.5;11.47;0;.85;4233
+76076;44.66927;-.53045;28;20220103;16.6;9;12.8;3.1;11.5;0;.95;5933
+76076;44.66927;-.53045;28;20220104;15.1;11.1;13.1;3.3;10.67;1.8;1.35;2200
+76076;44.66927;-.53045;28;20220105;9.1;2.6;5.9;1.7;7.04;.1;.46;6733
+76076;44.66927;-.53045;28;20220106;9.6;-.9;4.3;.7;5.77;0;.26;7500
+76076;44.66927;-.53045;28;20220107;12.5;1.8;7.1;3.8;7.8;4.6;.96;6100
+76076;44.66927;-.53045;28;20220108;12.5;8.3;10.4;6;10.84;8.4;.88;3433
+76076;44.66927;-.53045;28;20220109;10.9;9;10;4.3;10.87;15.7;.71;1300
+76076;44.66927;-.53045;28;20220110;11.7;9.8;10.7;3.9;12.34;4.4;.48;1366
+76076;44.66927;-.53045;28;20220111;11.5;4.5;8;1.5;7.94;0;.52;7733
+76076;44.66927;-.53045;28;20220112;6.9;-.6;3.1;2.2;5.74;0;.54;7766
+76076;44.66927;-.53045;28;20220113;4.3;-2.9;.7;2.2;5.67;0;.35;7000
+76076;44.66927;-.53045;28;20220114;7.4;-1.1;3.1;1.6;5.91;0;.5;6409
+76076;44.66927;-.53045;28;20220115;7.1;-4.6;1.3;.9;5.34;.1;.34;7400
+76076;44.66927;-.53045;28;20220116;4;-4;0;1.1;5.54;.1;.33;5166
+76076;44.66927;-.53045;28;20220117;7;-1.3;2.9;1.6;7.2;.1;.35;3533
+76076;44.66927;-.53045;28;20220118;4.6;-.5;2.1;1.6;7.2;.1;.3;2433
+76076;44.66927;-.53045;28;20220119;8.6;3.6;6.1;1.8;8.74;3;.46;2300
+76076;44.66927;-.53045;28;20220120;8.1;6.1;7.1;2.6;8.7;.5;.62;2500
+76076;44.66927;-.53045;28;20220121;6.5;1;3.8;3.3;5.84;0;.8;8433
+76076;44.66927;-.53045;28;20220122;8.5;-1.7;3.4;2.5;5.74;.1;.72;9200
+76076;44.66927;-.53045;28;20220123;9.7;-1.9;3.9;1.6;5.9;0;.62;9433
+76076;44.66927;-.53045;28;20220124;13.4;-2.2;5.6;1.3;6.4;0;.73;9400
+76076;44.66927;-.53045;28;20220125;13.5;-2.6;5.4;1.1;6.4;0;.65;9466
+76076;44.66927;-.53045;28;20220126;11.9;-2.9;4.5;1.6;6.1;0;.75;9366
+76076;44.66927;-.53045;28;20220127;3.6;-1.8;.9;2;5.64;0;.45;5600
+76076;44.66927;-.53045;28;20220128;6.2;-1.1;2.6;1.6;7;0;.4;4033
+76076;44.66927;-.53045;28;20220129;3;2.6;2.8;1.9;7.24;0;.34;2133
+76076;44.66927;-.53045;28;20220130;7.7;1.9;4.8;1.8;8.47;.4;.36;2500
+76076;44.66927;-.53045;28;20220131;11.5;6.1;8.8;3.4;9.64;1.5;.8;5233
+76076;44.66927;-.53045;28;20220201;10.7;.5;5.6;3;8.8;.2;.51;5200
+76076;44.66927;-.53045;28;20220202;10.9;8.9;9.9;2.9;11.04;0;.64;3233
+76076;44.66927;-.53045;28;20220203;10.3;5.3;7.8;2.6;9.9;.2;.55;2033
+76076;44.66927;-.53045;28;20220204;12.8;6.7;9.8;2.8;11;2.2;.67;3066
+76076;44.66927;-.53045;28;20220205;12;2.9;7.4;2.3;7.8;0;.98;10633
+76076;44.66927;-.53045;28;20220206;11.7;1.1;6.4;4.3;9.57;1.3;.5;4633
+76076;44.66927;-.53045;28;20220207;14;10.4;12.2;3.2;11.27;.5;1.16;6766
+76076;44.66927;-.53045;28;20220208;14.7;3.8;9.3;2.1;7.87;0;1.27;11700
+76076;44.66927;-.53045;28;20220209;17.6;1.7;9.7;2.1;7.87;.1;1.48;11600
+76076;44.66927;-.53045;28;20220210;10.2;2.5;6.4;2.1;9.61;.9;1.24;9400
+76076;44.66927;-.53045;28;20220211;12.5;6.7;9.6;3.4;7.91;0;1.54;10000
+76076;44.66927;-.53045;28;20220212;12.9;.6;6.7;1.8;6.31;0;1.2;9700
+76076;44.66927;-.53045;28;20220213;18.9;1.7;10.3;4.9;8.81;1.5;2.26;10500
+76076;44.66927;-.53045;28;20220214;12.2;7.8;10;5.1;10.11;6.1;1.15;5900
+76076;44.66927;-.53045;28;20220215;12.7;4;8.3;4.6;10.11;13.1;.81;6200
+76076;44.66927;-.53045;28;20220216;14.4;9.4;11.9;6.7;13.14;6.7;.71;3666
+76076;44.66927;-.53045;28;20220217;13.5;12.2;12.9;4.2;13.65;.6;.76;3100
+76076;44.66927;-.53045;28;20220218;15;9.1;12.1;2.8;11.4;.2;1.15;5333
+76076;44.66927;-.53045;28;20220219;12.4;5.4;8.9;2.1;8.4;.2;1.24;10266
+76076;44.66927;-.53045;28;20220220;14.3;5.2;9.8;4.4;10.97;3.4;.99;6766
+76076;44.66927;-.53045;28;20220221;13.3;10.3;11.8;5.5;10.17;0;1.81;8866
+76076;44.66927;-.53045;28;20220222;14.6;6.7;10.6;2.2;9.7;0;1.39;10766
+76076;44.66927;-.53045;28;20220223;17.1;5.1;11.1;1.4;9.47;0;1.49;13333
+76076;44.66927;-.53045;28;20220224;14.4;3.9;9.2;2.4;9.4;.5;1.24;9300
+76076;44.66927;-.53045;28;20220225;12.1;1.1;6.6;1.7;6.74;.1;1.38;14266
+76076;44.66927;-.53045;28;20220226;14.2;0;7.1;3.1;5.64;0;2.12;15600
+76076;44.66927;-.53045;28;20220227;17.7;3.5;10.6;2.2;8.04;.1;1.97;13266
+76076;44.66927;-.53045;28;20220228;19.4;2.7;11.1;1;8.74;0;1.63;14433
+76076;44.66927;-.53045;28;20220301;18.7;2.6;10.7;2.7;8.34;.5;2.19;13500
+76076;44.66927;-.53045;28;20220302;12.8;8.5;10.7;2.8;10.47;1.4;1.14;5066
+76076;44.66927;-.53045;28;20220303;14;6.5;10.3;2.5;10.74;.4;1.12;7366
+76076;44.66927;-.53045;28;20220304;10.9;8.5;9.7;4.1;10.24;.3;1.07;5133
+76076;44.66927;-.53045;28;20220305;12.6;4.4;8.5;2.6;7.74;.1;1.67;12566
+76076;44.66927;-.53045;28;20220306;13;4.3;8.7;2.3;6.97;.1;1.84;13300
+76076;44.66927;-.53045;28;20220307;12.8;-2.1;5.3;2;5.77;0;1.78;17000
+76076;44.66927;-.53045;28;20220308;11.3;5.7;8.5;3.3;9.07;1;1.09;4266
+76076;44.66927;-.53045;28;20220309;17.1;3;10;3.7;9.2;.1;2.13;13758
+76076;44.66927;-.53045;28;20220310;16.3;9.5;12.9;3.8;11.17;2.6;1.87;8906
+76076;44.66927;-.53045;28;20220311;12.3;10.7;11.5;3.4;11.07;11.1;1.14;2915
+76076;44.66927;-.53045;28;20220312;14.5;7.6;11;3.6;10;3.6;1.92;13366
+76076;44.66927;-.53045;28;20220313;13.2;8.8;11;4.2;9.4;5.8;1.89;8879
+76076;44.66927;-.53045;28;20220314;15;4.6;9.8;4.9;9.7;.1;1.62;6633
+76076;44.66927;-.53045;28;20220315;19.5;12.5;16;5.7;12.25;0;2.96;11050
+76076;44.66927;-.53045;28;20220316;16.4;11.4;13.9;3.2;12.54;0;1.48;5133
+76076;44.66927;-.53045;28;20220317;12.5;10.4;11.5;5.6;10.4;1.2;1.56;3600
+76076;44.66927;-.53045;28;20220318;16.3;7.3;11.8;4.3;9.11;0;2.6;14900
+76076;44.66927;-.53045;28;20220319;19.6;6.9;13.2;4.2;8.91;0;3.21;15500
+76076;44.66927;-.53045;28;20220320;18.1;8.3;13.2;4.4;9.71;.1;2.95;16000
+76076;44.66927;-.53045;28;20220321;20.7;11.1;15.9;6.2;9.91;0;4.11;16000
+76076;44.66927;-.53045;28;20220322;18.2;8;13.1;5.8;7.31;0;3.94;15700
+76076;44.66927;-.53045;28;20220323;18.2;6.6;12.4;4;7.11;0;3.59;19700
+76076;44.66927;-.53045;28;20220324;18.7;4.9;11.8;2.6;7.61;0;3.07;20100
+76076;44.66927;-.53045;28;20220325;18.6;5.8;12.2;2.4;7.11;0;2.72;12800
+76076;44.66927;-.53045;28;20220326;22;6;14;3.6;6.01;0;4.35;20300
+76076;44.66927;-.53045;28;20220327;21.8;8.3;15;3.6;7.41;0;4.1;18500
+76076;44.66927;-.53045;28;20220328;21.9;8.4;15.1;2.1;8.61;0;3.1;15600
+76076;44.66927;-.53045;28;20220329;16.3;10.6;13.4;1.6;10.91;0;1.52;5900
+76076;44.66927;-.53045;28;20220330;15.9;9.2;12.5;3.3;11.11;1.8;1.79;8200
+76076;44.66927;-.53045;28;20220331;14.7;8.2;11.4;4.8;9.01;2.8;2.58;13500
+76076;44.66927;-.53045;28;20220401;9.7;1.2;5.4;5.6;5.51;.4;2.43;16600
+76076;44.66927;-.53045;28;20220402;10.6;.9;5.7;4.1;5.21;.1;2.5;16900
+76076;44.66927;-.53045;28;20220403;7;-2.7;2.2;2.3;5.71;0;1.89;16487
+76076;44.66927;-.53045;28;20220404;12.8;.8;6.8;2.1;5.24;0;2.38;19567
+76076;44.66927;-.53045;28;20220405;14.2;-.3;6.9;2;7.71;0;1.74;11900
+76076;44.66927;-.53045;28;20220406;14.8;9.7;12.2;4;11.61;1.1;1.71;9000
+76076;44.66927;-.53045;28;20220407;14.3;10.9;12.6;8.4;13.01;17.7;1.18;5100
+76076;44.66927;-.53045;28;20220408;18.2;12.1;15.1;7.2;11.31;.8;3.28;11500
+76076;44.66927;-.53045;28;20220409;16.3;5.3;10.8;2.3;8.11;0;3.01;22100
+76076;44.66927;-.53045;28;20220410;19.9;4.1;12;5.4;7.21;0;4.46;23000
+76076;44.66927;-.53045;28;20220411;24;11;17.5;7.5;11.11;.2;5.31;20000
+76076;44.66927;-.53045;28;20220412;19;12;15.5;4.7;12.31;2.8;2.99;14100
+76076;44.66927;-.53045;28;20220413;17.8;11.4;14.6;2.9;12.91;.1;2.23;12200
+76076;44.66927;-.53045;28;20220414;24;12.2;18.1;1.9;12.61;0;3.93;23200
+76076;44.66927;-.53045;28;20220415;25.5;10.1;17.8;2.4;12.41;0;4.18;23000
+76076;44.66927;-.53045;28;20220416;24.1;8.4;16.2;3;11.51;0;4.31;24800
+76076;44.66927;-.53045;28;20220417;24;8.2;16.1;2.9;10.71;0;4.34;24300
+76076;44.66927;-.53045;28;20220418;19.4;10.8;15.1;3.3;12.21;0;2.97;16300
+76076;44.66927;-.53045;28;20220419;14.1;8;11;3.4;11.21;9.4;1.41;7100
+76076;44.66927;-.53045;28;20220420;13.3;9.2;11.2;3.4;11.71;9.5;1.04;3700
+76076;44.66927;-.53045;28;20220421;18.2;8.3;13.2;2.2;12.61;.1;2.03;12000
+76076;44.66927;-.53045;28;20220422;21.2;10;15.6;2.9;12.01;4.8;3.29;17600
+76076;44.66927;-.53045;28;20220423;13.5;12;12.7;4.4;12.21;11.8;1.58;7200
+76076;44.66927;-.53045;28;20220424;16.8;11.3;14;6;12.11;0;2.57;12400
+76076;44.66927;-.53045;28;20220425;20.2;8.7;14.4;2.8;11.11;0;3.59;22300
+76076;44.66927;-.53045;28;20220426;23.5;9.2;16.3;3.4;11.21;.1;4.62;25800
+76076;44.66927;-.53045;28;20220427;21.6;13;17.3;2.8;13.01;1.4;2.86;11300
+76076;44.66927;-.53045;28;20220428;21.1;13;17;3.2;14.41;0;3.34;18900
+76076;44.66927;-.53045;28;20220429;22.5;11.1;16.8;2.9;13.51;0;3.61;20000
+76076;44.66927;-.53045;28;20220430;23.5;11.8;17.6;2.5;13.71;0;3.75;20200
+76076;44.66927;-.53045;28;20220501;22.9;8.5;15.7;2.2;12.11;0;3.51;19600
+76076;44.66927;-.53045;28;20220502;21.6;11.9;16.7;2.1;10.71;0;3.75;19900
+76076;44.66927;-.53045;28;20220503;23.6;12.8;18.2;3.1;10.91;.7;4.95;25500
+76076;44.66927;-.53045;28;20220504;22.2;12.2;17.2;3.2;10.21;0;4.48;21700
+76076;44.66927;-.53045;28;20220505;22.4;8.6;15.5;3.2;10.91;.1;4.27;23800
+76076;44.66927;-.53045;28;20220506;22.4;8.6;15.5;2.7;11.7;0;2.77;10300
+76076;44.66927;-.53045;28;20220507;24.7;8.9;16.8;2;12.14;.1;2.77;9800
+76076;44.66927;-.53045;28;20220508;25.7;9.9;17.8;1.9;11.8;0;2.95;9800
+76076;44.66927;-.53045;28;20220509;28.4;10.3;19.3;1.3;11.7;0;3.02;11133
+76076;44.66927;-.53045;28;20220510;29.9;10.6;20.3;2.2;12.47;0;3.69;10833
+76076;44.66927;-.53045;28;20220511;26.2;14;20.1;2.6;14.9;.1;3.19;10433
+76076;44.66927;-.53045;28;20220512;22.2;14;18.1;1.8;14.64;.9;1.96;5766
+76076;44.66927;-.53045;28;20220513;25.8;14.2;20;1.9;14.74;0;2.85;10066
+76076;44.66927;-.53045;28;20220514;30.7;12.1;21.4;2.4;15.5;0;3.5;9366
+76076;44.66927;-.53045;28;20220515;30.1;16.1;23.1;2.3;17.67;8.1;3.03;7300
+76076;44.66927;-.53045;28;20220516;28.6;15.7;22.2;1.6;17.34;0;2.92;10466
+76076;44.66927;-.53045;28;20220517;29.1;16.5;22.8;2.8;16.5;0;3.78;11400
+76076;44.66927;-.53045;28;20220518;32.8;14.1;23.5;2.5;17.1;1.9;3.93;10433
+76076;44.66927;-.53045;28;20220519;27;18;22.5;2.4;19.54;.1;2.44;6666
+76076;44.66927;-.53045;28;20220520;25.1;18.1;21.6;2.8;18.34;0;2.54;7233
+76076;44.66927;-.53045;28;20220521;31.6;14.2;22.9;1.6;17.94;0;2.97;9066
+76076;44.66927;-.53045;28;20220522;32.5;19.5;26;3.1;21;1.8;3.8;8533
+76076;44.66927;-.53045;28;20220523;21;17.1;19.1;5.6;16;1;2.64;5700
+76076;44.66927;-.53045;28;20220524;20;11.6;15.8;2.9;12.5;.3;2.38;8233
+76076;44.66927;-.53045;28;20220525;21.4;8.3;14.9;2.2;11.44;.2;2.49;9466
+76076;44.66927;-.53045;28;20220526;20.2;11.1;15.7;2;13.77;0;1.71;5566
+76076;44.66927;-.53045;28;20220527;24;10.9;17.4;2.2;14.1;.1;2.6;9666
+76076;44.66927;-.53045;28;20220528;27.1;12.4;19.8;3.1;12.17;0;4.07;11966
+76076;44.66927;-.53045;28;20220529;23.9;10.5;17.2;3.5;9.47;0;4.13;12166
+76076;44.66927;-.53045;28;20220530;24.4;9.1;16.8;2.5;8.9;.4;3.71;11633
+76076;44.66927;-.53045;28;20220531;25.6;13.2;19.4;2.4;11.87;1.2;3.37;10166
+76076;44.66927;-.53045;28;20220601;29.5;12.9;21.2;2.9;13.9;3.7;4;10366
+76076;44.66927;-.53045;28;20220602;28.3;16.8;22.6;2.5;18.84;4.3;3.18;10600
+76076;44.66927;-.53045;28;20220603;27.6;18.7;23.1;2.5;19.67;1.9;2.72;7633
+76076;44.66927;-.53045;28;20220604;25.4;17.4;21.4;2.5;19;6.1;2.22;5933
+76076;44.66927;-.53045;28;20220605;23.2;17.2;20.2;2.9;16.4;0;2.39;5700
+76076;44.66927;-.53045;28;20220606;25;13.2;19.1;1.8;15.2;.3;2.44;7833
+76076;44.66927;-.53045;28;20220607;24.3;15.4;19.9;2.7;15.17;8.2;3.07;10500
+76076;44.66927;-.53045;28;20220608;20.1;15.1;17.6;3;16.54;2.1;1.64;4933
+76076;44.66927;-.53045;28;20220609;23.2;11.7;17.5;2.3;14.17;0;2.64;10233
+76076;44.66927;-.53045;28;20220610;28.3;10.2;19.3;1.2;14.6;.1;2.92;11833
+76076;44.66927;-.53045;28;20220611;31;13.7;22.3;1.8;16.77;0;5.32;25966
+76076;44.66927;-.53045;28;20220612;30.6;16.4;23.5;2.1;19.37;1.1;4.84;22266
+76076;44.66927;-.53045;28;20220613;30.2;18.6;24.4;2.7;17.24;0;6.33;29100
+76076;44.66927;-.53045;28;20220614;35.5;17.5;26.5;2.4;18.27;0;6.56;26466
+76076;44.66927;-.53045;28;20220615;33.8;20.1;27;2.7;19.57;0;6.86;29400
+76076;44.66927;-.53045;28;20220616;36.5;16.5;26.5;1.6;16.9;0;6.27;27266
+76076;44.66927;-.53045;28;20220617;38.8;18.9;28.8;2.2;18.57;0;7.33;28800
+76076;44.66927;-.53045;28;20220618;40.8;19.2;30;3;19.37;.3;8.15;27133
+76076;44.66927;-.53045;28;20220619;29.1;19.9;24.5;3.4;19.7;1.6;5.49;23900
+76076;44.66927;-.53045;28;20220620;29.1;17.8;23.5;2.3;19.24;6.5;4.87;22266
+76076;44.66927;-.53045;28;20220621;27.4;17.6;22.5;2.5;19.9;27.5;4.23;19933
+76076;44.66927;-.53045;28;20220622;25.1;16.9;21;3.3;18.04;2.4;4.57;23466
+76076;44.66927;-.53045;28;20220623;25.1;15.6;20.4;2.1;17.57;7.2;4.08;21366
+76076;44.66927;-.53045;28;20220624;23.2;16.6;19.9;2.8;16.97;3.5;4.04;21033
+76076;44.66927;-.53045;28;20220625;19.8;15.3;17.5;1.9;15.67;7.2;2.16;9333
+76076;44.66927;-.53045;28;20220626;19;13.9;16.5;1.2;15.24;2.3;1.89;8900
+76076;44.66927;-.53045;28;20220627;23.2;11.8;17.5;1.6;13.67;0;3.95;22200
+76076;44.66927;-.53045;28;20220628;25.1;11.1;18.1;1.5;13.14;0;5.01;29566
+76076;44.66927;-.53045;28;20220629;24.5;10.7;17.6;1.7;14.37;8.8;3.93;21900
+76076;44.66927;-.53045;28;20220630;19.6;14.5;17;1.7;15.34;3.3;2.32;11100
+76076;44.66927;-.53045;28;20220701;24.3;9.7;17;1.3;12.8;.1;4.4;26266
+76076;44.66927;-.53045;28;20220702;29.8;11.2;20.5;2;13.64;0;5.87;30400
+76076;44.66927;-.53045;28;20220703;27.5;14.6;21.1;2.5;15.1;3.3;5.45;27366
+76076;44.66927;-.53045;28;20220704;26.2;16.3;21.2;2.1;17.27;0;3.85;17666
+76076;44.66927;-.53045;28;20220705;29.5;16;22.7;2;15.64;0;5.76;28666
+76076;44.66927;-.53045;28;20220706;29.6;14.4;22;2.5;14.1;0;6.21;30266
+76076;44.66927;-.53045;28;20220707;29;13.3;21.2;1.9;15.3;0;5.5;28700
+76076;44.66927;-.53045;28;20220708;30.2;15.2;22.7;2.5;15.1;0;6.28;30500
+76076;44.66927;-.53045;28;20220709;32.3;14.8;23.5;2.7;14.14;0;6.85;30500
+76076;44.66927;-.53045;28;20220710;33.2;15.9;24.5;3.1;14.77;0;7.25;30533
+76076;44.66927;-.53045;28;20220711;35.5;16.3;25.9;2.4;15.4;0;7.15;30100
+76076;44.66927;-.53045;28;20220712;36.7;16.4;26.6;2.4;14.9;0;7.41;30566
+76076;44.66927;-.53045;28;20220713;35.7;14.5;25.1;1.7;13.9;0;6.53;29500
+76076;44.66927;-.53045;28;20220714;37.7;15.7;26.7;1.7;15.47;0;6.61;28666
+76076;44.66927;-.53045;28;20220715;34.8;17.7;26.3;2.4;14.6;0;6.87;28233
+76076;44.66927;-.53045;28;20220716;36.3;17.8;27;2.9;14.24;0;7.42;27566
+76076;44.66927;-.53045;28;20220717;37.6;18.8;28.2;3.1;13.64;0;7.78;26466
+76076;44.66927;-.53045;28;20220718;39.7;19.2;29.4;3.6;16.27;0;8.58;28000
+76076;44.66927;-.53045;28;20220719;30.1;22.4;26.3;3.4;19.64;1.8;5.65;21633
+76076;44.66927;-.53045;28;20220720;27.6;19.5;23.5;2.3;18.67;.1;4.36;19000
+76076;44.66927;-.53045;28;20220721;31.3;14.8;23;1.5;17.34;0;5.44;27766
+76076;44.66927;-.53045;28;20220722;27;17.4;22.2;3.3;18;0;4.56;20500
+76076;44.66927;-.53045;28;20220723;30.2;14.4;22.3;1.5;16.07;0;5.06;25500
+76076;44.66927;-.53045;28;20220724;37.4;15.5;26.5;2.1;16.04;0;6.86;28300
+76076;44.66927;-.53045;28;20220725;26.7;19.9;23.3;3.4;18.84;.6;4.34;17533
+76076;44.66927;-.53045;28;20220726;26.5;13.9;20.2;2;14.74;0;4.47;22600
+76076;44.66927;-.53045;28;20220727;28.4;11.6;20;1.7;13.9;0;4.95;26500
+76076;44.66927;-.53045;28;20220728;27.6;13.8;20.7;2.2;15.3;0;5.05;26533
+76076;44.66927;-.53045;28;20220729;26.8;16.8;21.8;2.1;17.3;.9;3.8;16966
+76076;44.66927;-.53045;28;20220730;29.5;14.5;22;1.7;17.5;.2;4.29;20666
+76076;44.66927;-.53045;28;20220731;31.5;15.3;23.4;2.2;17.74;.2;5.61;27400
+76076;44.66927;-.53045;28;20220801;33.1;15.5;24.3;2.2;17.84;0;5.91;27600
+76076;44.66927;-.53045;28;20220802;36.4;15.2;25.8;1.5;16.54;.2;5.99;27633
+76076;44.66927;-.53045;28;20220803;38.5;17.4;28;1.7;17.84;.3;6.07;25266
+76076;44.66927;-.53045;28;20220804;33.4;20.1;26.8;2.9;21.5;.4;6.06;25700
+76076;44.66927;-.53045;28;20220805;30.6;19.6;25.1;2.5;18.94;0;4.89;20100
+76076;44.66927;-.53045;28;20220806;32.8;19.6;26.2;2.9;14.57;0;6.61;26466
+76076;44.66927;-.53045;28;20220807;33.5;14.8;24.2;2.9;11.47;.2;6.84;27833
+76076;44.66927;-.53045;28;20220808;35;15.1;25.1;2.6;11.17;0;6.88;27266
+76076;44.66927;-.53045;28;20220809;35.8;17.4;26.6;2.5;12;0;6.64;25166
+76076;44.66927;-.53045;28;20220810;36.9;17.9;27.4;2.1;12.8;0;5.88;21000
+76076;44.66927;-.53045;28;20220811;39.2;18.4;28.8;2.1;14.1;0;6.37;22966
+76076;44.66927;-.53045;28;20220812;36.8;21.1;29;2.4;18.34;0;6.26;23933
+76076;44.66927;-.53045;28;20220813;34.1;20.8;27.4;2.7;22;10.6;5.49;21666
+76076;44.66927;-.53045;28;20220814;25.5;19.5;22.5;2.7;20.54;1.8;2.93;11766
+76076;44.66927;-.53045;28;20220815;27.3;16.6;22;2.6;17.9;.1;3.98;18233
+76076;44.66927;-.53045;28;20220816;27.8;16;21.9;2;17.94;2.4;3.54;16233
+76076;44.66927;-.53045;28;20220817;24.9;16.2;20.5;2.4;17.5;1.7;3.2;14700
+76076;44.66927;-.53045;28;20220818;26;14;20;2.3;16.67;.4;3.73;19500
+76076;44.66927;-.53045;28;20220819;26.7;14.7;20.7;2;17.67;.1;3.68;18966
+76076;44.66927;-.53045;28;20220820;27.8;15.7;21.7;1.3;18.24;0;3.27;16066
+76076;44.66927;-.53045;28;20220821;27.2;16.2;21.7;2;17.87;.8;3.57;16800
+76076;44.66927;-.53045;28;20220822;26.5;19.3;22.9;2.4;20.84;1.2;3.25;14833
+76076;44.66927;-.53045;28;20220823;29.8;19.5;24.7;1.5;20.97;.1;3.7;17133
+76076;44.66927;-.53045;28;20220824;36.2;16.7;26.4;1.7;18.54;3.6;5.21;22966
+76076;44.66927;-.53045;28;20220825;29.3;20.1;24.7;3;21.5;.6;4.18;17766
+76076;44.66927;-.53045;28;20220826;29;19.4;24.2;2.4;20.64;0;4.12;18933
+76076;44.66927;-.53045;28;20220827;30.8;16.6;23.7;1.6;16.77;0;4.38;21333
+76076;44.66927;-.53045;28;20220828;33.7;15.4;24.5;1.9;14.87;0;5.16;23400
+76076;44.66927;-.53045;28;20220829;31.7;19.1;25.4;2;16.47;1.6;3.56;9866
+76076;44.66927;-.53045;28;20220830;33.1;15.4;24.3;1.8;18.24;0;4.63;22033
+76076;44.66927;-.53045;28;20220831;31.2;18.5;24.9;2.4;20.2;0;4.15;17366
+76076;44.66927;-.53045;28;20220901;29.6;18.1;23.8;2.2;19.2;3.7;3.79;16433
+76076;44.66927;-.53045;28;20220902;26;17.7;21.9;2;18.94;5.4;2.92;13433
+76076;44.66927;-.53045;28;20220903;26.9;16.3;21.6;1.9;17.34;.1;3.28;15533
+76076;44.66927;-.53045;28;20220904;33;15.3;24.1;1.8;15.2;.1;4.61;21133
+76076;44.66927;-.53045;28;20220905;32.8;16.6;24.7;2.8;15.47;.3;5.33;21300
+76076;44.66927;-.53045;28;20220906;30.6;15.1;22.9;2.5;16.1;0;4.61;21133
+76076;44.66927;-.53045;28;20220907;26;15.5;20.8;1.7;15.57;2.7;3.03;14233
+76076;44.66927;-.53045;28;20220908;23.4;14.8;19.1;2.9;17.2;2.8;2.46;11000
+76076;44.66927;-.53045;28;20220909;23.9;15;19.4;2.6;15.54;1;3.19;15933
+76076;44.66927;-.53045;28;20220910;27.9;12.5;20.2;1.5;14.94;0;3.52;19733
+76076;44.66927;-.53045;28;20220911;32.7;13.8;23.3;2.4;14.6;0;4.86;20800
+76076;44.66927;-.53045;28;20220912;37.8;18.7;28.3;2.9;16.37;3.5;5.69;16766
+76076;44.66927;-.53045;28;20220913;32.4;21.3;26.9;3.3;20.7;0;4.16;11600
+76076;44.66927;-.53045;28;20220914;28.9;18.4;23.7;2.8;16.64;.1;4.22;17633
+76076;44.66927;-.53045;28;20220915;28;14.8;21.4;1.8;17.9;0;3.26;17100
+76076;44.66927;-.53045;28;20220916;24.7;14.9;19.8;2.4;15.04;0;3.28;17266
+76076;44.66927;-.53045;28;20220917;22.4;8.1;15.3;2.5;9;0;3.54;20433
+76076;44.66927;-.53045;28;20220918;25.6;7.1;16.3;2.8;7.87;0;4.19;19933
+76076;44.66927;-.53045;28;20220919;26.3;6.8;16.6;2.5;8.5;0;4.04;20166
+76076;44.66927;-.53045;28;20220920;25;7.1;16.1;2.6;8.77;0;3.83;19833
+76076;44.66927;-.53045;28;20220921;25.6;7;16.3;2;8.9;0;3.53;19333
+76076;44.66927;-.53045;28;20220922;27.1;5.7;16.4;1.3;9;0;3.11;18933
+76076;44.66927;-.53045;28;20220923;21.1;8.6;14.8;1.5;12.47;0;1.57;6066
+76076;44.66927;-.53045;28;20220924;22.5;10.1;16.3;2.2;13.07;1.5;2.35;12000
+76076;44.66927;-.53045;28;20220925;21.9;6.6;14.2;1.2;10.67;.2;2.24;14933
+76076;44.66927;-.53045;28;20220926;21;5.2;13.1;2.8;11;4.5;2.26;11300
+76076;44.66927;-.53045;28;20220927;19.6;12.7;16.1;3.2;14.5;6.7;1.97;10200
+76076;44.66927;-.53045;28;20220928;20.3;15.9;18.1;5.4;16.4;9.8;2.35;10966
+76076;44.66927;-.53045;28;20220929;16.5;12.8;14.7;2.2;13.7;5.7;1.35;6266
+76076;44.66927;-.53045;28;20220930;20.3;8.8;14.5;1.9;11.47;.9;2.35;16233
+76076;44.66927;-.53045;28;20221001;19.9;12.9;16.4;3.9;17.2;3.6;1.14;5233
+76076;44.66927;-.53045;28;20221002;22.6;15.8;19.2;1.9;17.24;.2;1.87;9233
+76076;44.66927;-.53045;28;20221003;24.5;12;18.3;1.2;14.17;0;2.23;14715
+76076;44.66927;-.53045;28;20221004;25.9;8.6;17.2;1;13.24;.2;2.32;16333
+76076;44.66927;-.53045;28;20221005;27.6;10.8;19.2;1.8;14.7;.4;2.69;14633
+76076;44.66927;-.53045;28;20221006;20.7;14.2;17.4;2;16.9;.4;1.47;7733
+76076;44.66927;-.53045;28;20221007;25.2;10.7;18;1.5;15.07;0;2.16;13166
+76076;44.66927;-.53045;28;20221008;23.1;14.9;19;2.4;13.67;.1;2.49;11366
+76076;44.66927;-.53045;28;20221009;27.4;10.3;18.8;2;13.14;0;2.8;14533
+76076;44.66927;-.53045;28;20221010;20.5;12.6;16.5;1.3;16.2;4.9;1.07;4700
+76076;44.66927;-.53045;28;20221011;18.5;15.8;17.1;1.3;17.9;3.9;.83;3200
+76076;44.66927;-.53045;28;20221012;21;14.2;17.6;1.2;16;.1;1.52;9466
+76076;44.66927;-.53045;28;20221013;20.4;11.4;15.9;2.2;15.74;2.6;1.26;6466
+76076;44.66927;-.53045;28;20221014;20.7;17.1;18.9;3.7;18.47;0;1.41;4766
+76076;44.66927;-.53045;28;20221015;24.2;15;19.6;2.2;17;0;1.93;9533
+76076;44.66927;-.53045;28;20221016;29.4;14;21.7;2.6;17;2.3;2.91;12633
+76076;44.66927;-.53045;28;20221017;25.7;18.2;21.9;2.5;19.8;4.9;2;8233
+76076;44.66927;-.53045;28;20221018;29.6;16.9;23.2;3.4;18.64;0;3.17;12166
+76076;44.66927;-.53045;28;20221019;26.3;18;22.1;3.3;18.57;6.8;2.37;7000
+76076;44.66927;-.53045;28;20221020;26.2;15.4;20.8;3.8;16.27;0;2.72;7933
+76076;44.66927;-.53045;28;20221021;23.2;16.3;19.7;2.9;14.37;.1;2.2;5166
+76076;44.66927;-.53045;28;20221022;25.7;11.3;18.5;3.2;14.07;.1;2.6;10233
+76076;44.66927;-.53045;28;20221023;26.4;16.8;21.6;4.3;14;0;3.5;8000
+76076;44.66927;-.53045;28;20221024;23.3;13.1;18.2;2.4;13;0;2.19;11500
+76076;44.66927;-.53045;28;20221025;23.1;10.2;16.7;2.5;13.3;1.5;1.82;5900
+76076;44.66927;-.53045;28;20221026;27.1;12.1;19.6;2.4;14.8;.1;2.36;10800
+76076;44.66927;-.53045;28;20221027;25.2;16.4;20.8;4.3;16.84;0;2.44;3433
+76076;44.66927;-.53045;28;20221028;26.8;17.7;22.2;3.2;15.77;0;2.7;6733
+76076;44.66927;-.53045;28;20221029;23.9;16.6;20.2;2.8;16.34;.1;1.9;4700
+76076;44.66927;-.53045;28;20221030;21.7;13.4;17.6;1.9;15.64;2.9;1.35;7466
+76076;44.66927;-.53045;28;20221031;20.7;13.5;17.1;2.9;16;2;1.24;3500
+76076;44.66927;-.53045;28;20221101;19.1;10.2;14.6;2.1;13.3;.1;1.22;7833
+76076;44.66927;-.53045;28;20221102;20.2;8.9;14.6;2.1;12.1;0;1.43;9800
+76076;44.66927;-.53045;28;20221103;20.5;10.5;15.5;4;12.07;8.2;2.03;4033
+76076;44.66927;-.53045;28;20221104;16.3;10.3;13.3;4.8;11.17;3.5;1.72;7433
+76076;44.66927;-.53045;28;20221105;17.7;6;11.8;1.1;10.14;.1;.98;9466
+76076;44.66927;-.53045;28;20221106;18.2;6.2;12.2;3;11.1;.4;1.32;5733
+76076;44.66927;-.53045;28;20221107;20.1;9.8;15;2.9;12.34;0;1.55;9300
+76076;44.66927;-.53045;28;20221108;20.1;11.6;15.8;3.2;13.1;1;1.57;3933
+76076;44.66927;-.53045;28;20221109;16;12.7;14.3;1.9;13.77;5.8;.83;2966
+76076;44.66927;-.53045;28;20221110;14.6;7.9;11.3;1.9;11.84;0;.78;6933
+76076;44.66927;-.53045;28;20221111;18.7;6.6;12.7;2.4;11.7;.2;1.14;9533
+76076;44.66927;-.53045;28;20221112;22.2;9.9;16;2.3;13.47;.2;1.4;9233
+76076;44.66927;-.53045;28;20221113;22.4;7.6;15;1.6;12.1;.1;1.22;9000
+76076;44.66927;-.53045;28;20221114;16.1;10.4;13.3;2.9;12.77;3.5;.94;3633
+76076;44.66927;-.53045;28;20221115;16.8;11.8;14.3;3.6;13.2;7.6;1.16;2333
+76076;44.66927;-.53045;28;20221116;18.2;10.8;14.5;4.1;13.14;2;1.3;7133
+76076;44.66927;-.53045;28;20221117;17.3;13.8;15.6;4.5;13.3;6.3;1.56;5466
+76076;44.66927;-.53045;28;20221118;13.5;7.6;10.6;1.9;10.94;8.8;.66;4066
+76076;44.66927;-.53045;28;20221119;12.7;6.9;9.8;1.5;9.67;.2;.63;7266
+76076;44.66927;-.53045;28;20221120;15;3;9;2.7;10.2;4;.77;3900
+76076;44.66927;-.53045;28;20221121;15.3;8.7;12;4.4;11.27;16.9;1.21;1933
+76076;44.66927;-.53045;28;20221122;12.1;7.7;9.9;4.6;10.74;22.8;.72;3200
+76076;44.66927;-.53045;28;20221123;16.4;10;13.2;4.7;12.9;2.7;.98;5700
+76076;44.66927;-.53045;28;20221124;14.1;8.3;11.2;3;11.24;3.3;.83;3133
+76076;44.66927;-.53045;28;20221125;14.8;9.4;12.1;2.5;11.24;4.8;.81;5733
+76076;44.66927;-.53045;28;20221126;12.8;3.9;8.4;1.9;9.04;.1;.63;5466
+76076;44.66927;-.53045;28;20221127;12.8;3.7;8.2;2.4;9.57;9.6;.6;5266
+76076;44.66927;-.53045;28;20221128;14.6;9.5;12;2.8;11.4;4.4;.81;5500
+76076;44.66927;-.53045;28;20221129;12.6;6.2;9.4;1.6;10.17;.3;.51;4800
+76076;44.66927;-.53045;28;20221130;9.5;3.3;6.4;2;8.27;.1;.44;5566
+76076;44.66927;-.53045;28;20221201;11;2.1;6.5;2.2;7.64;.1;.61;6400
+76076;44.66927;-.53045;28;20221202;7.6;5.2;6.4;2.3;7.97;.1;.61;2466
+76076;44.66927;-.53045;28;20221203;8.1;3.5;5.8;1.7;7.4;0;.49;4900
+76076;44.66927;-.53045;28;20221204;10.4;1.1;5.7;1.4;7.3;.1;.41;6266
+76076;44.66927;-.53045;28;20221205;11.2;.4;5.8;2.5;7.07;.1;.65;7333
+76076;44.66927;-.53045;28;20221206;11.5;6;8.8;2.6;7.87;0;.98;3866
+76076;44.66927;-.53045;28;20221207;7.8;1.4;4.6;2.5;6.97;0;.51;4933
+76076;44.66927;-.53045;28;20221208;6.6;2;4.3;2.5;7.47;7.7;.47;2133
+76076;44.66927;-.53045;28;20221209;6.8;4.7;5.8;3;7.9;.1;.53;3266
+76076;44.66927;-.53045;28;20221210;4;-2.5;.7;1.9;5.24;.1;.35;6066
+76076;44.66927;-.53045;28;20221211;5.3;-3.8;.8;2.2;4.74;.1;.47;7200
+76076;44.66927;-.53045;28;20221212;3.1;-3.6;-.3;2.9;5.9;10.1;.26;1166
+76076;44.66927;-.53045;28;20221213;7.4;3.1;5.3;2.6;9.57;4.9;.16;1733
+76076;44.66927;-.53045;28;20221214;17;7;12;2.2;12.37;5.1;.6;4900
+76076;44.66927;-.53045;28;20221215;12.6;9.9;11.3;2.9;11.6;9.8;.64;2833
+76076;44.66927;-.53045;28;20221216;7.3;4;5.7;4.3;6.9;.3;.77;6500
+76076;44.66927;-.53045;28;20221217;7.9;-3.9;2;2.1;5.34;.1;.45;7566
+76076;44.66927;-.53045;28;20221218;13;1.5;7.3;4.1;8.34;0;.86;5833
+76076;44.66927;-.53045;28;20221219;16;9.1;12.5;4.8;11.2;0;1.25;4033
+76076;44.66927;-.53045;28;20221220;14.2;12.1;13.2;4;12.27;1.5;1.05;1700
+76076;44.66927;-.53045;28;20221221;17.8;9.6;13.7;3.2;12.84;.4;.92;4633
+76076;44.66927;-.53045;28;20221222;16.2;12.5;14.4;4.4;14.34;3.7;.86;1933
+76076;44.66927;-.53045;28;20221223;17.5;14.1;15.8;3;14.27;0;1.05;2333
+76076;44.66927;-.53045;28;20221224;18.8;11.6;15.2;2.3;12.77;.1;.9;6066
+76076;44.66927;-.53045;28;20221225;18;9;13.5;2.9;11.34;0;1.18;4033
+76076;44.66927;-.53045;28;20221226;14.7;9.4;12.1;1.6;11.74;1.5;.62;2566
+76076;44.66927;-.53045;28;20221227;14;6.7;10.4;1.2;11.14;.2;.4;4400
+76076;44.66927;-.53045;28;20221228;16.9;7.1;12;2.7;10.77;2;.87;6333
+76076;44.66927;-.53045;28;20221229;12.7;11.1;11.9;3.3;12.07;16.8;.77;1000
+76076;44.66927;-.53045;28;20221230;17.2;10.1;13.6;3.9;12.64;.3;1.13;2833
+76076;44.66927;-.53045;28;20221231;20.4;10.9;15.7;3.9;11.17;0;1.92;5266
+76077;44.70048;-.21801;61;20220101;17.3;5.3;11.3;2.2;10.5;0;.82;5351
+76077;44.70048;-.21801;61;20220102;16.1;6.7;11.4;2.2;11.4;0;.66;4660
+76077;44.70048;-.21801;61;20220103;13.2;7.3;10.3;2.8;11.3;.1;.53;3528
+76077;44.70048;-.21801;61;20220104;15.9;9.3;12.6;3.6;10.6;1.2;1.28;3812
+76077;44.70048;-.21801;61;20220105;8.6;1.9;5.3;2.2;6.8;0;.66;3877
+76077;44.70048;-.21801;61;20220106;8.4;-.7;3.9;.8;5.5;.1;.42;4706
+76077;44.70048;-.21801;61;20220107;11.9;.4;6.2;2.9;7.5;4.5;.78;5447
+76077;44.70048;-.21801;61;20220108;12.2;7.8;10;4.8;10.8;7.8;.73;3053
+76077;44.70048;-.21801;61;20220109;9.8;7.6;8.7;2.6;10.3;17.6;.5;1916
+76077;44.70048;-.21801;61;20220110;11.8;8.9;10.4;2.5;11.5;7.7;.52;2360
+76077;44.70048;-.21801;61;20220111;9.9;2.9;6.4;1.6;7.6;0;.57;4210
+76077;44.70048;-.21801;61;20220112;6.3;-.5;2.9;2.1;5.6;0;.64;4181
+76077;44.70048;-.21801;61;20220113;.1;-3.2;-1.5;2.1;5.5;0;.19;2670
+76077;44.70048;-.21801;61;20220114;7.5;-1.2;3.2;1.7;6;0;.52;5735
+76077;44.70048;-.21801;61;20220115;1.7;-4.5;-1.4;1.2;5.1;.1;.27;4089
+76077;44.70048;-.21801;61;20220116;1.4;-6;-2.3;.9;5;.1;.23;4605
+76077;44.70048;-.21801;61;20220117;4.8;-2.5;1.2;1.2;6.8;.1;.23;4624
+76077;44.70048;-.21801;61;20220118;2.5;-.8;.9;1.2;6.8;.1;.22;2851
+76077;44.70048;-.21801;61;20220119;7.6;2.6;5.1;1.8;8.6;3.5;.32;3768
+76077;44.70048;-.21801;61;20220120;7.3;4.8;6.1;2.2;8.3;1.5;.52;2435
+76077;44.70048;-.21801;61;20220121;6.4;.8;3.6;3.3;5.8;0;.87;4150
+76077;44.70048;-.21801;61;20220122;8.4;-1.5;3.5;2.2;5.6;0;.79;5892
+76077;44.70048;-.21801;61;20220123;9.8;-1.6;4.1;1.4;5.9;.1;.66;6472
+76077;44.70048;-.21801;61;20220124;11.6;-1.8;4.9;1.6;6.7;0;.7;7187
+76077;44.70048;-.21801;61;20220125;11.5;-2.2;4.7;.8;6.9;.1;.5;7374
+76077;44.70048;-.21801;61;20220126;11.1;-3.4;3.9;.8;6.2;0;.52;7715
+76077;44.70048;-.21801;61;20220127;-.3;-2.2;-1.2;1.7;5.5;.1;.38;4007
+76077;44.70048;-.21801;61;20220128;2.5;-3;-.2;1.2;6.45;0;.31;3775
+76077;44.70048;-.21801;61;20220129;2;.2;1.1;1.5;6.7;0;.28;2246
+76077;44.70048;-.21801;61;20220130;7.1;1.5;4.3;1.4;8.3;.3;.36;4722
+76077;44.70048;-.21801;61;20220131;11.3;5.8;8.6;3.5;9.4;1.3;.84;4742
+76077;44.70048;-.21801;61;20220201;9.5;2.4;6;3.2;8.8;.4;.52;5593
+76077;44.70048;-.21801;61;20220202;10;8.4;9.2;2.9;10.8;0;.55;2219
+76077;44.70048;-.21801;61;20220203;9;4.2;6.6;2.1;9.7;.2;.4;4576
+76077;44.70048;-.21801;61;20220204;12.5;7.3;9.9;2.3;11;1.9;.68;4874
+76077;44.70048;-.21801;61;20220205;11.3;3.3;7.3;2.5;7.8;0;.98;6356
+76077;44.70048;-.21801;61;20220206;11.1;.1;5.6;3.6;9;1.3;.55;7721
+76077;44.70048;-.21801;61;20220207;13.2;9.3;11.3;3;11;.6;.98;4299
+76077;44.70048;-.21801;61;20220208;14.6;3.4;9;2;7.5;0;1.27;8029
+76077;44.70048;-.21801;61;20220209;17.7;3.8;10.8;2.9;7.7;0;1.88;9179
+76077;44.70048;-.21801;61;20220210;7.4;4.5;6;1.9;8.93;.2;1.3;10133
+76077;44.70048;-.21801;61;20220211;12.8;7.2;10;2.3;8.5;0;1.32;9500
+76077;44.70048;-.21801;61;20220212;13.1;-1.4;5.9;1.3;6.14;0;1.03;9771
+76077;44.70048;-.21801;61;20220213;18.2;.4;9.3;3.9;8.6;1.3;1.95;10366
+76077;44.70048;-.21801;61;20220214;11.9;7.9;9.9;5;10.05;6.4;1.22;6375
+76077;44.70048;-.21801;61;20220215;11.7;3.3;7.5;3.2;9.83;10.8;.7;5633
+76077;44.70048;-.21801;61;20220216;14.4;8.3;11.4;5.6;12.9;6.4;.71;6417
+76077;44.70048;-.21801;61;20220217;13.9;12;13;4;13.8;.7;.74;3235
+76077;44.70048;-.21801;61;20220218;15.4;10;12.7;2.9;11.7;.3;1.26;6166
+76077;44.70048;-.21801;61;20220219;12.4;6.3;9.4;2.1;8.5;.2;1.2;6708
+76077;44.70048;-.21801;61;20220220;14.2;5.4;9.8;3.8;10.5;3.3;1.14;8358
+76077;44.70048;-.21801;61;20220221;13;9.9;11.5;5.2;10.1;.1;1.6;4664
+76077;44.70048;-.21801;61;20220222;14.8;7.5;11.2;2.3;9.8;0;1.36;7752
+76077;44.70048;-.21801;61;20220223;16.1;6.4;11.3;1.5;9.5;0;1.35;9202
+76077;44.70048;-.21801;61;20220224;15.1;4.5;9.8;2.5;9.3;.6;1.43;9795
+76077;44.70048;-.21801;61;20220225;11.8;2.4;7.1;2.5;6.6;0;1.49;9299
+76077;44.70048;-.21801;61;20220226;13.8;2.3;8.1;3.9;5.5;0;2.36;10524
+76077;44.70048;-.21801;61;20220227;17.5;3.4;10.5;2.6;8;.1;2.02;11910
+76077;44.70048;-.21801;61;20220228;18.7;3;10.9;1.4;8.8;0;1.68;12786
+76077;44.70048;-.21801;61;20220301;17.6;2.8;10.2;3;8.4;.2;2.08;12553
+76077;44.70048;-.21801;61;20220302;13.9;8.4;11.2;3.8;10.4;2;1.47;7400
+76077;44.70048;-.21801;61;20220303;13.7;5.8;9.8;2.5;10.4;.1;1.2;9171
+76077;44.70048;-.21801;61;20220304;9.7;8.6;9.2;3.9;10.5;1.7;.74;2901
+76077;44.70048;-.21801;61;20220305;11.4;6.3;8.9;2.6;8.1;.1;1.41;7388
+76077;44.70048;-.21801;61;20220306;12.9;6.7;9.8;2.2;6.8;.1;1.78;8348
+76077;44.70048;-.21801;61;20220307;12.7;-1.6;5.6;2.3;5.7;0;1.76;13314
+76077;44.70048;-.21801;61;20220308;10.8;5.4;8.1;2.7;8.8;.7;1.19;7935
+76077;44.70048;-.21801;61;20220309;15.8;2;8.9;4.3;9.3;.2;1.85;13392
+76077;44.70048;-.21801;61;20220310;15.3;9.8;12.6;4.7;11.1;2.2;1.83;8225
+76077;44.70048;-.21801;61;20220311;11.4;10.4;10.9;3.9;10.9;10.7;1.08;3033
+76077;44.70048;-.21801;61;20220312;13.2;7.4;10.3;3.6;10;.9;1.49;8686
+76077;44.70048;-.21801;61;20220313;14;8.7;11.4;4.5;9.6;7.3;1.94;8366
+76077;44.70048;-.21801;61;20220314;15.1;3.9;9.5;6.1;9.6;.3;1.94;12723
+76077;44.70048;-.21801;61;20220315;18.6;12.8;15.7;8;12.1;0;3.06;9010
+76077;44.70048;-.21801;61;20220316;16.3;10.7;13.5;3.6;12.3;0;1.74;8944
+76077;44.70048;-.21801;61;20220317;12.7;10.5;11.6;4.8;10.5;1.2;1.6;5335
+76077;44.70048;-.21801;61;20220318;15.5;7.2;11.4;2.7;9.43;0;2.02;11533
+76077;44.70048;-.21801;61;20220319;19;5;12;3.1;9;0;2.74;15733
+76077;44.70048;-.21801;61;20220320;18.1;6.5;12.3;3.5;9.67;0;2.5;12633
+76077;44.70048;-.21801;61;20220321;19.9;9.3;14.6;5.1;9.67;0;3.62;16033
+76077;44.70048;-.21801;61;20220322;17.7;6.8;12.2;4.8;7.3;0;3.49;14933
+76077;44.70048;-.21801;61;20220323;18;4.5;11.2;3.4;7;0;3.3;19666
+76077;44.70048;-.21801;61;20220324;18.9;1.7;10.3;2.2;7.57;0;2.87;19933
+76077;44.70048;-.21801;61;20220325;19.2;3.4;11.3;2.3;7.3;0;2.72;13900
+76077;44.70048;-.21801;61;20220326;21.2;3.4;12.3;3.4;6.4;0;3.89;20000
+76077;44.70048;-.21801;61;20220327;21.5;4.9;13.2;3;7.73;0;3.61;18900
+76077;44.70048;-.21801;61;20220328;21.8;4.9;13.3;1.8;8.6;0;2.79;15266
+76077;44.70048;-.21801;61;20220329;17.2;7.8;12.5;1.8;10.77;.1;1.66;7500
+76077;44.70048;-.21801;61;20220330;15.5;9.4;12.4;2.9;11.33;2.1;1.72;8233
+76077;44.70048;-.21801;61;20220331;14.7;7.8;11.3;4.8;9.3;2.4;2.56;14233
+76077;44.70048;-.21801;61;20220401;9.7;0;4.8;5.6;5.57;.5;2.33;16266
+76077;44.70048;-.21801;61;20220402;9.9;.3;5.1;4.1;5.27;0;2.35;16066
+76077;44.70048;-.21801;61;20220403;6.7;-3.1;1.8;2.3;5.7;0;1.89;16487
+76077;44.70048;-.21801;61;20220404;12.7;-.4;6.1;2.4;4.9;0;2.71;22600
+76077;44.70048;-.21801;61;20220405;15;-1.5;6.7;1.5;7.17;.1;1.97;15010
+76077;44.70048;-.21801;61;20220406;13.7;8.1;10.9;3.8;11.02;.9;1.4;6650
+76077;44.70048;-.21801;61;20220407;15.4;10.1;12.8;6.5;12.3;15.8;1.71;6500
+76077;44.70048;-.21801;61;20220408;18.6;10.8;14.7;6.1;11.33;.7;3.03;10133
+76077;44.70048;-.21801;61;20220409;15.9;5.9;10.9;2.3;8.1;0;2.88;19433
+76077;44.70048;-.21801;61;20220410;19.7;1.7;10.7;4.2;7.07;0;4.02;23050
+76077;44.70048;-.21801;61;20220411;23.2;8.4;15.8;6;10.73;.1;4.66;20133
+76077;44.70048;-.21801;61;20220412;18.4;10.3;14.4;3.4;11.93;3.8;2.3;9800
+76077;44.70048;-.21801;61;20220413;16.8;10.7;13.7;2.1;13.1;.6;1.67;8533
+76077;44.70048;-.21801;61;20220414;23.9;9.7;16.8;1.7;12.5;0;3.63;22033
+76077;44.70048;-.21801;61;20220415;24.8;9;16.9;2.3;12.73;0;3.78;21033
+76077;44.70048;-.21801;61;20220416;24.3;8.5;16.4;2.6;11.63;0;4.27;24166
+76077;44.70048;-.21801;61;20220417;23.6;7;15.3;3;11.1;0;4.09;22900
+76077;44.70048;-.21801;61;20220418;19.3;10.8;15.1;3.2;12.2;0;2.93;15433
+76077;44.70048;-.21801;61;20220419;14.4;8.6;11.5;2.9;11.67;6.6;1.48;7400
+76077;44.70048;-.21801;61;20220420;13.2;8.8;11;2.2;11.7;9;1.13;5300
+76077;44.70048;-.21801;61;20220421;17;8.4;12.7;1.9;12.73;.1;1.66;9300
+76077;44.70048;-.21801;61;20220422;20.6;10;15.3;2.1;12.17;8.3;3.03;17066
+76077;44.70048;-.21801;61;20220423;13.5;10.6;12;3.6;12;11.4;1.39;6000
+76077;44.70048;-.21801;61;20220424;17.2;10.5;13.8;5.7;12;0;2.62;12233
+76077;44.70048;-.21801;61;20220425;20;6.6;13.3;1.9;10.97;0;3.41;23100
+76077;44.70048;-.21801;61;20220426;23.5;6.5;15;2.8;10.93;0;4.35;25766
+76077;44.70048;-.21801;61;20220427;21.6;10.3;16;2.4;13.2;0;2.8;13700
+76077;44.70048;-.21801;61;20220428;20.2;12.5;16.4;2.7;14.47;0;2.72;14700
+76077;44.70048;-.21801;61;20220429;21.6;11.2;16.4;2.6;13.77;0;3.27;18133
+76077;44.70048;-.21801;61;20220430;22.7;11.9;17.3;2.7;13.23;0;3.81;20266
+76077;44.70048;-.21801;61;20220501;22;7.8;14.9;2.1;11.83;0;3.36;19433
+76077;44.70048;-.21801;61;20220502;20.9;10.4;15.6;2.3;11.5;0;3.46;19300
+76077;44.70048;-.21801;61;20220503;22.9;11.8;17.4;2.4;12.7;.7;3.79;19866
+76077;44.70048;-.21801;61;20220504;21.5;11.3;16.4;2.7;11.57;0;3.65;18133
+76077;44.70048;-.21801;61;20220505;22.1;8;15;2.6;10.83;.1;3.96;22433
+76077;44.70048;-.21801;61;20220506;22.8;9.8;16.3;2.6;11.9;0;3.95;21460
+76077;44.70048;-.21801;61;20220507;24.6;10.8;17.7;2.1;12.6;.2;4.15;22249
+76077;44.70048;-.21801;61;20220508;25.5;10.8;18.2;1.9;12.1;0;4.34;23106
+76077;44.70048;-.21801;61;20220509;27.4;11.2;19.3;1.6;11.8;0;4.63;24417
+76077;44.70048;-.21801;61;20220510;29.5;10;19.8;2;12.6;0;5.28;27003
+76077;44.70048;-.21801;61;20220511;28.9;12.9;20.9;2.5;15.1;.1;5.08;24486
+76077;44.70048;-.21801;61;20220512;21.6;13.2;17.4;1.4;14.8;.1;3.11;17572
+76077;44.70048;-.21801;61;20220513;25.8;14.7;20.3;1.7;15.3;0;4.01;20423
+76077;44.70048;-.21801;61;20220514;29.2;12.9;21.1;2.6;16.1;0;5.14;25046
+76077;44.70048;-.21801;61;20220515;28.3;15.5;21.9;2.8;17.1;8.4;4.81;22183
+76077;44.70048;-.21801;61;20220516;28.8;14.5;21.7;1.8;17.3;0;4.66;23593
+76077;44.70048;-.21801;61;20220517;30.7;16.4;23.6;2.7;16.2;0;5.55;23685
+76077;44.70048;-.21801;61;20220518;31.7;14.6;23.2;2.7;16.9;1.4;5.82;26083
+76077;44.70048;-.21801;61;20220519;27;17.5;22.3;2.6;19.7;.1;4.07;19282
+76077;44.70048;-.21801;61;20220520;26.1;18.6;22.4;3.5;17.8;0;4.25;17093
+76077;44.70048;-.21801;61;20220521;31;13.8;22.4;1.5;18.1;0;5.15;26441
+76077;44.70048;-.21801;61;20220522;30.6;18.9;24.8;2.9;21;1.4;5.07;21721
+76077;44.70048;-.21801;61;20220523;21.4;16.9;19.2;5.4;15.7;.5;3.49;13171
+76077;44.70048;-.21801;61;20220524;19.6;10.5;15.1;2.7;12.6;.5;3.3;19172
+76077;44.70048;-.21801;61;20220525;20.6;8.5;14.6;2.5;11.4;.1;3.75;22313
+76077;44.70048;-.21801;61;20220526;19.7;11.2;15.5;2.1;13.7;0;3.11;18609
+76077;44.70048;-.21801;61;20220527;23.6;14.4;19;2.5;14.4;.1;3.97;19451
+76077;44.70048;-.21801;61;20220528;26.7;12.7;19.7;2.7;12.2;0;5.19;24270
+76077;44.70048;-.21801;61;20220529;23.3;11.4;17.4;3;9.3;0;4.89;22362
+76077;44.70048;-.21801;61;20220530;24;9.1;16.6;1.9;8.9;0;4.69;25192
+76077;44.70048;-.21801;61;20220531;25.8;13.7;19.8;2.4;11.8;1.4;4.89;22665
+76077;44.70048;-.21801;61;20220601;29.9;13.1;21.5;2.4;13.6;3.2;5.77;26927
+76077;44.70048;-.21801;61;20220602;27.2;16.8;22;2.5;18.9;3.1;4.38;21038
+76077;44.70048;-.21801;61;20220603;29.2;18.8;24;1.9;20.5;1.5;4.55;21080
+76077;44.70048;-.21801;61;20220604;24.9;16.8;20.9;2.1;19.8;1.1;3.57;18533
+76077;44.70048;-.21801;61;20220605;22.9;17.3;20.1;2.4;16.4;0;3.39;15285
+76077;44.70048;-.21801;61;20220606;25.3;11.6;18.5;1.2;14.8;.4;4.26;24458
+76077;44.70048;-.21801;61;20220607;24.8;16;20.4;2.2;15.2;8;4.13;19453
+76077;44.70048;-.21801;61;20220608;19.6;14.6;17.1;2.6;15.7;2.1;2.72;14462
+76077;44.70048;-.21801;61;20220609;23.6;10.8;17.2;2.2;14.1;.2;4.16;23714
+76077;44.70048;-.21801;61;20220610;27.9;10.8;19.4;1.1;14.8;.1;4.85;27583
+76077;44.70048;-.21801;61;20220611;30.6;14.5;22.6;2;17.2;0;5.5;26767
+76077;44.70048;-.21801;61;20220612;30.4;16.4;23.4;2.3;19.8;.9;5.25;24925
+76077;44.70048;-.21801;61;20220613;30;17.6;23.8;2.4;18.6;0;5.23;23425
+76077;44.70048;-.21801;61;20220614;34.6;16.8;25.7;2.2;18.6;0;6.47;28267
+76077;44.70048;-.21801;61;20220615;34.3;20;27.2;2.3;20.2;0;6.16;25259
+76077;44.70048;-.21801;61;20220616;35.8;18;26.9;1.9;17;0;6.61;28301
+76077;44.70048;-.21801;61;20220617;37.9;19.8;28.9;1.8;18.9;0;6.87;28559
+76077;44.70048;-.21801;61;20220618;38.8;20.1;29.5;2.9;18.6;.3;7.98;29053
+76077;44.70048;-.21801;61;20220619;29.9;19.7;24.8;2.6;20.5;2.4;4.98;21226
+76077;44.70048;-.21801;61;20220620;29.3;18.1;23.7;2.7;19.4;2.3;5.03;22288
+76077;44.70048;-.21801;61;20220621;27.6;17.7;22.7;2.4;19.9;32.6;4.4;20900
+76077;44.70048;-.21801;61;20220622;25;16.8;20.9;3.3;18.4;2.5;3.98;18938
+76077;44.70048;-.21801;61;20220623;24.7;16.9;20.8;2.2;18;7.1;3.77;18444
+76077;44.70048;-.21801;61;20220624;23.7;16.4;20.1;2.7;17.2;2;3.68;17808
+76077;44.70048;-.21801;61;20220625;19.8;14.5;17.2;1.8;15.5;6.6;2.78;15033
+76077;44.70048;-.21801;61;20220626;18;13.8;15.9;1.1;15.8;5.1;2.3;13276
+76077;44.70048;-.21801;61;20220627;23.4;13.4;18.4;1.7;14.4;0;3.9;20962
+76077;44.70048;-.21801;61;20220628;24.9;11.1;18;1.9;13.1;0;4.53;24764
+76077;44.70048;-.21801;61;20220629;25;11.5;18.3;2;14.1;9.6;4.47;24462
+76077;44.70048;-.21801;61;20220630;17.2;14.2;15.7;1.2;15.8;4;1.99;11042
+76077;44.70048;-.21801;61;20220701;22.7;9.2;16;1.1;12.8;.1;3.95;24411
+76077;44.70048;-.21801;61;20220702;28.9;10.7;19.8;1.7;13.6;0;5.36;28455
+76077;44.70048;-.21801;61;20220703;27.4;14.6;21;2.8;14.9;3.3;5.12;23686
+76077;44.70048;-.21801;61;20220704;25.9;15.8;20.9;2.2;17.2;0;4.22;20909
+76077;44.70048;-.21801;61;20220705;29.1;16.2;22.7;2;15.7;0;5.11;23712
+76077;44.70048;-.21801;61;20220706;29;15.8;22.4;2.6;14.3;0;5.5;23957
+76077;44.70048;-.21801;61;20220707;28.5;15.2;21.9;2.4;15.2;0;5.2;24008
+76077;44.70048;-.21801;61;20220708;29.4;16.4;22.9;2.6;15.4;0;5.45;23682
+76077;44.70048;-.21801;61;20220709;31.6;15.6;23.6;2.8;14.4;0;6.28;26320
+76077;44.70048;-.21801;61;20220710;32.4;17.5;25;3;14.8;0;6.51;25314
+76077;44.70048;-.21801;61;20220711;34.3;16.4;25.4;2.1;15.4;0;6.43;27772
+76077;44.70048;-.21801;61;20220712;36;16.5;26.3;2.3;15.1;0;7.01;28960
+76077;44.70048;-.21801;61;20220713;35.3;16.4;25.9;2;14.1;0;6.64;28429
+76077;44.70048;-.21801;61;20220714;36.9;16.6;26.8;1.7;15.7;0;6.67;29422
+76077;44.70048;-.21801;61;20220715;34.3;19.1;26.7;2.2;14.8;0;6.33;25271
+76077;44.70048;-.21801;61;20220716;35.8;17.9;26.9;2.5;14.3;0;7.03;27426
+76077;44.70048;-.21801;61;20220717;36.7;17.2;27;2.4;13.4;0;7.25;28584
+76077;44.70048;-.21801;61;20220718;39.3;22;30.7;3.4;15.2;0;8.48;26791
+76077;44.70048;-.21801;61;20220719;29.8;21.9;25.9;2.5;19.5;1.7;4.7;17756
+76077;44.70048;-.21801;61;20220720;28;20;24;2.6;17.8;.2;4.51;17816
+76077;44.70048;-.21801;61;20220721;30.7;15.1;22.9;1.4;17.4;0;5;25155
+76077;44.70048;-.21801;61;20220722;27.9;18.7;23.3;3.1;17.6;0;4.72;19042
+76077;44.70048;-.21801;61;20220723;30.1;14.7;22.4;1.5;16.1;.1;4.96;24816
+76077;44.70048;-.21801;61;20220724;36;15.3;25.7;1.9;15.4;0;6.53;28811
+76077;44.70048;-.21801;61;20220725;27.5;20.4;24;3.4;18;.3;4.55;16436
+76077;44.70048;-.21801;61;20220726;26.5;15.8;21.2;1.7;14.9;0;4.2;20305
+76077;44.70048;-.21801;61;20220727;28.8;13.9;21.4;1.7;13.9;0;4.86;24029
+76077;44.70048;-.21801;61;20220728;28.7;14.6;21.7;2.2;15.3;0;4.91;23256
+76077;44.70048;-.21801;61;20220729;27.4;16.4;21.9;1.8;17;2.4;4.21;20350
+76077;44.70048;-.21801;61;20220730;30;15;22.5;1.3;17.8;.1;4.63;23813
+76077;44.70048;-.21801;61;20220731;31.9;15.7;23.8;2.2;17.8;0;5.4;24674
+76077;44.70048;-.21801;61;20220801;33.7;15.7;24.7;2.3;17.2;0;5.94;25941
+76077;44.70048;-.21801;61;20220802;35.7;16.3;26;1.6;16.6;.1;5.91;26842
+76077;44.70048;-.21801;61;20220803;37.9;17.8;27.9;1.5;15.9;.1;6.18;27210
+76077;44.70048;-.21801;61;20220804;35.8;20.9;28.4;3.2;21.9;.2;6.37;23190
+76077;44.70048;-.21801;61;20220805;32.4;19;25.7;2.4;19.7;0;5.24;21836
+76077;44.70048;-.21801;61;20220806;32.7;19.1;25.9;1.8;14.9;0;5.24;21894
+76077;44.70048;-.21801;61;20220807;33.3;16.4;24.9;2.4;11.5;.1;6.15;24384
+76077;44.70048;-.21801;61;20220808;34.7;17.1;25.9;2.7;10.8;0;6.73;24771
+76077;44.70048;-.21801;61;20220809;35.9;19.3;27.6;2.3;11.5;0;6.45;23902
+76077;44.70048;-.21801;61;20220810;38.1;17.1;27.6;2.1;11.4;0;6.78;26849
+76077;44.70048;-.21801;61;20220811;37.6;18.2;27.9;1.9;15.1;0;6.27;25627
+76077;44.70048;-.21801;61;20220812;39.3;21.5;30.4;2;19.3;0;6.38;24370
+76077;44.70048;-.21801;61;20220813;35.1;20.3;27.7;2.3;21.7;10.7;5.49;22012
+76077;44.70048;-.21801;61;20220814;25.1;19.8;22.5;2.7;20.8;3.1;2.98;12731
+76077;44.70048;-.21801;61;20220815;27.5;16.5;22;2.1;18.2;.4;3.89;18625
+76077;44.70048;-.21801;61;20220816;27.5;16.1;21.8;1.9;18.2;2.9;3.82;18859
+76077;44.70048;-.21801;61;20220817;25;15.2;20.1;2;17.5;1.7;3.34;17309
+76077;44.70048;-.21801;61;20220818;27.2;14.3;20.8;2.1;16.2;.3;4;19863
+76077;44.70048;-.21801;61;20220819;27.7;15.6;21.7;2;17.8;.2;3.88;19083
+76077;44.70048;-.21801;61;20220820;26.9;16;21.5;1.4;18.7;0;3.43;17945
+76077;44.70048;-.21801;61;20220821;26.7;16.8;21.8;2.3;17.9;.5;3.65;16943
+76077;44.70048;-.21801;61;20220822;26.1;19.2;22.7;2.5;20.2;1.1;3.2;13897
+76077;44.70048;-.21801;61;20220823;29.8;19.4;24.6;1.5;20.1;0;3.74;17146
+76077;44.70048;-.21801;61;20220824;35;16.6;25.8;1.6;18.6;3.3;5.02;22941
+76077;44.70048;-.21801;61;20220825;29.2;20;24.6;2.7;21;.5;3.9;15840
+76077;44.70048;-.21801;61;20220826;29.9;20;25;2.2;20.8;0;3.9;16343
+76077;44.70048;-.21801;61;20220827;31.1;16.6;23.9;1.7;16.5;0;4.31;19819
+76077;44.70048;-.21801;61;20220828;33.1;14.9;24;1.8;14;0;4.91;22144
+76077;44.70048;-.21801;61;20220829;33.1;18.1;25.6;2.4;15.7;.9;5.12;19866
+76077;44.70048;-.21801;61;20220830;33.2;15.9;24.6;1.5;18;0;4.45;21234
+76077;44.70048;-.21801;61;20220831;32.3;18.2;25.3;2.4;19.3;.1;4.59;18930
+76077;44.70048;-.21801;61;20220901;29.3;19.2;24.3;2.3;19.4;0;3.79;15753
+76077;44.70048;-.21801;61;20220902;26.6;17.7;22.2;1.8;18.5;4;3.12;14610
+76077;44.70048;-.21801;61;20220903;27.2;16.2;21.7;2;17.5;0;3.41;16206
+76077;44.70048;-.21801;61;20220904;33.2;16;24.6;1.6;16.2;.3;4.41;20319
+76077;44.70048;-.21801;61;20220905;34.5;18.2;26.4;2.6;17.2;.7;5.22;19587
+76077;44.70048;-.21801;61;20220906;31.7;16.1;23.9;2.9;16.3;0;4.84;18976
+76077;44.70048;-.21801;61;20220907;28;16.1;22.1;1.5;15.5;1.2;3.39;16313
+76077;44.70048;-.21801;61;20220908;23.2;14.4;18.8;2.1;16.5;2.2;2.62;13776
+76077;44.70048;-.21801;61;20220909;24.9;15.4;20.2;2;15.9;.5;2.96;14216
+76077;44.70048;-.21801;61;20220910;27.3;12.7;20;1.4;14.7;0;3.26;17677
+76077;44.70048;-.21801;61;20220911;32.2;14.8;23.5;2.3;13.9;0;4.64;19201
+76077;44.70048;-.21801;61;20220912;36.6;19.2;27.9;3.4;16.5;1.9;6.13;19020
+76077;44.70048;-.21801;61;20220913;33;21;27;3.6;20.7;0;4.83;15492
+76077;44.70048;-.21801;61;20220914;31.1;18.6;24.9;2.3;16.5;0;4.08;15676
+76077;44.70048;-.21801;61;20220915;28.5;15.2;21.9;1.8;17.1;.1;3.29;16039
+76077;44.70048;-.21801;61;20220916;24.3;15.6;20;2.5;15;0;2.95;12670
+76077;44.70048;-.21801;61;20220917;22.1;9.6;15.9;2.2;9.2;0;3.1;15211
+76077;44.70048;-.21801;61;20220918;24.9;7;16;2.4;7.9;0;3.77;18194
+76077;44.70048;-.21801;61;20220919;26.6;8.1;17.4;2.9;8.8;0;4.23;18321
+76077;44.70048;-.21801;61;20220920;24.6;8;16.3;2.1;8.7;0;3.4;17127
+76077;44.70048;-.21801;61;20220921;25.1;7.9;16.5;2;9;0;3.36;17267
+76077;44.70048;-.21801;61;20220922;27.3;6.8;17.1;1.5;9.2;0;3.29;18733
+76077;44.70048;-.21801;61;20220923;21.3;9.5;15.4;1.4;12;0;2.24;13842
+76077;44.70048;-.21801;61;20220924;22;10.5;16.3;2.2;13.6;3;2.37;13503
+76077;44.70048;-.21801;61;20220925;21;8.8;14.9;1.7;11.7;.1;2.26;13780
+76077;44.70048;-.21801;61;20220926;21;7.8;14.4;2.6;12;4.3;2.41;14208
+76077;44.70048;-.21801;61;20220927;18.1;12.2;15.2;3.1;14.3;5.7;1.67;9092
+76077;44.70048;-.21801;61;20220928;20.4;15.2;17.8;4.6;16.1;8.1;2.1;8379
+76077;44.70048;-.21801;61;20220929;17.4;12.8;15.1;1.9;13.8;5.1;1.48;7732
+76077;44.70048;-.21801;61;20220930;19.6;9.7;14.7;2.3;11.6;.5;2.13;11626
+76077;44.70048;-.21801;61;20221001;20.2;12.2;16.2;3.8;16.4;2.9;1.65;10235
+76077;44.70048;-.21801;61;20221002;22.5;15.9;19.2;1.8;17.2;.1;1.84;9100
+76077;44.70048;-.21801;61;20221003;24;11.8;17.9;1.5;14.3;0;2.18;12545
+76077;44.70048;-.21801;61;20221004;25.7;9.3;17.5;1;13.7;.2;2.19;14511
+76077;44.70048;-.21801;61;20221005;27.8;10.6;19.2;1.8;14.6;.4;2.74;14701
+76077;44.70048;-.21801;61;20221006;21.3;14.7;18;1.4;17.1;.8;1.52;8651
+76077;44.70048;-.21801;61;20221007;25.3;11.6;18.5;1.3;15.6;0;2.08;12702
+76077;44.70048;-.21801;61;20221008;22.8;14.8;18.8;2.2;15;.1;2.1;9370
+76077;44.70048;-.21801;61;20221009;26.4;11.2;18.8;2.6;13.6;0;2.87;13091
+76077;44.70048;-.21801;61;20221010;21.3;15.5;18.4;3;16.4;2.2;1.83;7637
+76077;44.70048;-.21801;61;20221011;18.8;15.9;17.4;1.9;17.8;4.4;1.05;5063
+76077;44.70048;-.21801;61;20221012;21.5;14.3;17.9;1.7;16.3;.1;1.55;8384
+76077;44.70048;-.21801;61;20221013;20.3;11.7;16;1.9;15.5;2.9;1.43;9124
+76077;44.70048;-.21801;61;20221014;20.6;16.8;18.7;3.3;18;.1;1.47;5680
+76077;44.70048;-.21801;61;20221015;25.3;14.8;20.1;2.1;16.8;0;2.09;9905
+76077;44.70048;-.21801;61;20221016;28.2;15.9;22.1;3.6;17.6;.7;3.04;10650
+76077;44.70048;-.21801;61;20221017;25.6;18.4;22;2.7;19.4;.7;2.1;7826
+76077;44.70048;-.21801;61;20221018;29.2;17.5;23.4;4;18.6;0;3.3;10085
+76077;44.70048;-.21801;61;20221019;27.1;18;22.6;4;18.1;2.8;2.94;8665
+76077;44.70048;-.21801;61;20221020;26.6;14.7;20.7;3.7;15.9;.1;2.87;9901
+76077;44.70048;-.21801;61;20221021;25;16.9;21;2.9;13.8;.2;2.71;7897
+76077;44.70048;-.21801;61;20221022;25.2;11;18.1;3.1;14.3;.1;2.42;10600
+76077;44.70048;-.21801;61;20221023;27.3;16.1;21.7;3.5;14;0;3.26;9182
+76077;44.70048;-.21801;61;20221024;24;11;17.5;1.9;11.4;0;2.07;9824
+76077;44.70048;-.21801;61;20221025;23.7;10.1;16.9;2.3;13;2.6;1.99;9927
+76077;44.70048;-.21801;61;20221026;26.3;11.6;19;2.6;14.7;.1;2.29;10212
+76077;44.70048;-.21801;61;20221027;26;18.1;22.1;5;17.4;0;3.03;7140
+76077;44.70048;-.21801;61;20221028;28.7;18.6;23.7;4.4;16.7;0;3.57;8074
+76077;44.70048;-.21801;61;20221029;25.4;17;21.2;3.7;15.9;0;2.64;7178
+76077;44.70048;-.21801;61;20221030;23.2;14.5;18.9;2.4;15.6;2.4;1.72;7214
+76077;44.70048;-.21801;61;20221031;20.8;14;17.4;3.1;15.7;.3;1.48;6181
+76077;44.70048;-.21801;61;20221101;19.2;10.7;15;1.6;13.8;.1;1.08;6915
+76077;44.70048;-.21801;61;20221102;19.8;7.8;13.8;1.8;11.5;0;1.31;8266
+76077;44.70048;-.21801;61;20221103;20;11.5;15.8;3.8;11.7;7.2;2.09;6715
+76077;44.70048;-.21801;61;20221104;15.3;9.3;12.3;4;10.9;2.8;1.39;5415
+76077;44.70048;-.21801;61;20221105;17.9;6.8;12.4;1.3;9.9;0;1.08;7581
+76077;44.70048;-.21801;61;20221106;18.2;5.2;11.7;2.5;10.8;.5;1.24;8162
+76077;44.70048;-.21801;61;20221107;18.9;8.5;13.7;2.7;12;0;1.32;7102
+76077;44.70048;-.21801;61;20221108;19.6;12.5;16.1;3.6;14;3.8;1.5;5627
+76077;44.70048;-.21801;61;20221109;15.2;13.8;14.5;1.5;13.8;4.4;.78;1960
+76077;44.70048;-.21801;61;20221110;11.3;6.5;8.9;1.4;11.2;.1;.45;4333
+76077;44.70048;-.21801;61;20221111;17.9;3.3;10.6;1.8;11;.1;.88;8117
+76077;44.70048;-.21801;61;20221112;21.8;10.7;16.3;2.7;13.6;.2;1.49;6865
+76077;44.70048;-.21801;61;20221113;21.1;7.2;14.2;1.8;11.5;.1;1.23;7685
+76077;44.70048;-.21801;61;20221114;14.9;11.3;13.1;2.7;12.8;4.3;.85;3414
+76077;44.70048;-.21801;61;20221115;16.1;11.5;13.8;3.2;13.3;6.9;.95;3919
+76077;44.70048;-.21801;61;20221116;18.3;10.7;14.5;3.7;12.6;2.2;1.39;5223
+76077;44.70048;-.21801;61;20221117;17.7;12.7;15.2;3.9;12.9;5.3;1.47;4008
+76077;44.70048;-.21801;61;20221118;13.6;8;10.8;2.2;10.6;5.9;.79;4235
+76077;44.70048;-.21801;61;20221119;11.5;7.3;9.4;1.4;9.7;.3;.63;3497
+76077;44.70048;-.21801;61;20221120;13.2;2.3;7.8;2;9.3;3.4;.6;6107
+76077;44.70048;-.21801;61;20221121;14.3;8.3;11.3;3.7;11.2;17.5;.91;4242
+76077;44.70048;-.21801;61;20221122;10.4;7;8.7;3.7;10.3;21.3;.55;2928
+76077;44.70048;-.21801;61;20221123;16.7;9.1;12.9;4;12.3;2.6;1.06;4766
+76077;44.70048;-.21801;61;20221124;14.5;7.5;11;2.2;10.8;2;.76;4482
+76077;44.70048;-.21801;61;20221125;14.2;8.4;11.3;2;11.1;4.4;.71;3950
+76077;44.70048;-.21801;61;20221126;12.5;2.3;7.4;1.6;8.6;.1;.56;5471
+76077;44.70048;-.21801;61;20221127;11.1;2.7;6.9;3;9.4;8.9;.43;4827
+76077;44.70048;-.21801;61;20221128;13.5;9.4;11.5;2.9;11.4;4.4;.77;3063
+76077;44.70048;-.21801;61;20221129;12.2;5.4;8.8;1.4;10;.3;.47;4160
+76077;44.70048;-.21801;61;20221130;10;2.9;6.5;1.6;8.1;.2;.5;4227
+76077;44.70048;-.21801;61;20221201;10.7;2;6.4;2.5;7.9;0;.64;4729
+76077;44.70048;-.21801;61;20221202;8.2;5.3;6.8;2;7.7;.1;.68;2322
+76077;44.70048;-.21801;61;20221203;7.7;3.7;5.7;1.8;7.6;.4;.53;2857
+76077;44.70048;-.21801;61;20221204;8.8;2.8;5.8;1.5;7.7;0;.48;3669
+76077;44.70048;-.21801;61;20221205;10.2;.3;5.3;2.5;7;.2;.68;4930
+76077;44.70048;-.21801;61;20221206;11.6;6.5;9.1;1.9;7.8;0;.89;3256
+76077;44.70048;-.21801;61;20221207;8;.3;4.2;2;6.7;0;.52;4176
+76077;44.70048;-.21801;61;20221208;8.3;1;4.7;1.7;7.5;5.6;.39;4014
+76077;44.70048;-.21801;61;20221209;6.4;5.1;5.8;2.2;8.1;.3;.51;1160
+76077;44.70048;-.21801;61;20221210;1.8;-2.4;-.3;2.5;5.1;.1;.41;2788
+76077;44.70048;-.21801;61;20221211;4.2;-5.7;-.7;1.7;4.5;.1;.42;4740
+76077;44.70048;-.21801;61;20221212;2.9;-4;-.5;2.6;5.8;9.3;.18;3788
+76077;44.70048;-.21801;61;20221213;7.4;3.2;5.3;2.6;9.3;4.8;.12;2743
+76077;44.70048;-.21801;61;20221214;16;7.7;11.9;2.4;12.1;4.9;.62;4207
+76077;44.70048;-.21801;61;20221215;12.3;9.5;10.9;2.7;11.2;3.4;.67;2056
+76077;44.70048;-.21801;61;20221216;7.6;4.8;6.2;2.9;7;.3;.87;2049
+76077;44.70048;-.21801;61;20221217;7.1;-4.2;1.5;2;5.1;0;.54;5017
+76077;44.70048;-.21801;61;20221218;11.4;1.8;6.6;5.3;8.4;0;.77;4546
+76077;44.70048;-.21801;61;20221219;15.4;9;12.2;5.4;11;0;1.33;3541
+76077;44.70048;-.21801;61;20221220;13.2;12.3;12.8;4.8;12.3;1.8;1.03;762
+76077;44.70048;-.21801;61;20221221;17.7;10.3;14;3.2;12.6;1;1.04;3872
+76077;44.70048;-.21801;61;20221222;15.4;12.8;14.1;3.4;13.6;3.4;.87;1928
+76077;44.70048;-.21801;61;20221223;17.4;14;15.7;2.7;13.6;0;1.1;2337
+76077;44.70048;-.21801;61;20221224;18.7;11.5;15.1;1.6;12.2;.1;.89;3818
+76077;44.70048;-.21801;61;20221225;16.8;7.5;12.2;2.4;11.1;.2;.85;4472
+76077;44.70048;-.21801;61;20221226;15.1;9.6;12.4;1.4;11.6;.7;.61;3239
+76077;44.70048;-.21801;61;20221227;15;8;11.5;1.4;11.1;.1;.57;3782
+76077;44.70048;-.21801;61;20221228;17.2;7.6;12.4;2.7;10.3;1.5;1.11;4600
+76077;44.70048;-.21801;61;20221229;11.7;9.9;10.8;2;10.9;15.2;.67;1487
+76077;44.70048;-.21801;61;20221230;14.7;9.6;12.2;3.6;12;.6;.82;3137
+76077;44.70048;-.21801;61;20221231;20.9;10.4;15.7;4.3;11.6;0;1.99;4919
+76078;44.73076;.09473;54;20220101;17.3;5.3;11.3;2.2;10.51;0;.82;5351
+76078;44.73076;.09473;54;20220102;16;6.5;11.2;2.2;11.03;0;.71;4586
+76078;44.73076;.09473;54;20220103;13.7;7.7;10.7;2.8;11.4;0;.59;4942
+76078;44.73076;.09473;54;20220104;15.7;10.1;12.9;3.6;10.57;.8;1.36;3670
+76078;44.73076;.09473;54;20220105;8.6;1.9;5.3;2.2;6.81;0;.66;3877
+76078;44.73076;.09473;54;20220106;8.4;-.6;3.9;.8;5.51;.1;.42;4706
+76078;44.73076;.09473;54;20220107;11.6;-.4;5.6;3;7.4;5.2;.75;5649
+76078;44.73076;.09473;54;20220108;12.2;7.8;10;4.8;10.81;6.3;.73;3053
+76078;44.73076;.09473;54;20220109;9.8;7.2;8.5;2.5;10.2;21.7;.52;1438
+76078;44.73076;.09473;54;20220110;10.5;8.7;9.6;2;11.13;6.8;.45;1753
+76078;44.73076;.09473;54;20220111;10.2;2.3;6.2;1.6;7.33;0;.53;6503
+76078;44.73076;.09473;54;20220112;7.1;-1.5;2.8;2.1;5.43;0;.6;6627
+76078;44.73076;.09473;54;20220113;.1;-3.7;-1.8;1.9;5.4;0;.19;3156
+76078;44.73076;.09473;54;20220114;8;-1.7;3.2;1.7;5.77;0;.56;6157
+76078;44.73076;.09473;54;20220115;3.8;-5;-.6;1.1;5.03;.1;.32;5429
+76078;44.73076;.09473;54;20220116;1.7;-5.5;-1.9;1.1;5.1;.1;.27;3935
+76078;44.73076;.09473;54;20220117;5.1;-2;1.6;1.2;6.73;.1;.3;3308
+76078;44.73076;.09473;54;20220118;2.3;-1.6;.3;1.2;6.5;.1;.23;2250
+76078;44.73076;.09473;54;20220119;7.1;2.1;4.6;1.8;8.33;3.2;.33;2356
+76078;44.73076;.09473;54;20220120;7.6;4.3;6;2.2;7.9;.9;.59;3245
+76078;44.73076;.09473;54;20220121;6.6;0;3.3;3.3;5.57;0;.85;7150
+76078;44.73076;.09473;54;20220122;8.4;-1.5;3.5;2.2;5.61;0;.79;5892
+76078;44.73076;.09473;54;20220123;10.5;-2.6;4;1.2;5.67;0;.6;8290
+76078;44.73076;.09473;54;20220124;11.6;-1.8;4.9;1.6;6.71;0;.7;7187
+76078;44.73076;.09473;54;20220125;11.9;-3.2;4.4;1;6.37;0;.59;8458
+76078;44.73076;.09473;54;20220126;11.4;-3.7;3.8;1.2;6;0;.65;8371
+76078;44.73076;.09473;54;20220127;1.1;-2.3;-.6;1.7;5.4;.1;.37;3871
+76078;44.73076;.09473;54;20220128;3;-2.9;0;1.2;6.3;0;.29;3316
+76078;44.73076;.09473;54;20220129;2.3;.7;1.5;1.4;6.83;0;.31;2115
+76078;44.73076;.09473;54;20220130;7.9;1.7;4.8;1.4;8.43;.2;.41;3540
+76078;44.73076;.09473;54;20220131;11.3;5.4;8.4;3.5;9.47;1.2;.79;4247
+76078;44.73076;.09473;54;20220201;9.5;1.2;5.3;3.1;8.6;.2;.48;4797
+76078;44.73076;.09473;54;20220202;10.2;8.4;9.3;2.7;10.73;0;.6;2539
+76078;44.73076;.09473;54;20220203;8.5;2.9;5.7;1.9;9.27;.3;.36;2792
+76078;44.73076;.09473;54;20220204;12.6;6.9;9.8;2.3;10.83;1.8;.68;3324
+76078;44.73076;.09473;54;20220205;11.6;3.6;7.6;2.3;7.63;0;1.03;9185
+76078;44.73076;.09473;54;20220206;11.1;-.4;5.3;3.7;8.83;1.3;.55;5207
+76078;44.73076;.09473;54;20220207;13.2;9.3;11.3;3;11.01;.6;.98;4299
+76078;44.73076;.09473;54;20220208;14.6;3.5;9;2;7.51;0;1.27;8029
+76078;44.73076;.09473;54;20220209;17.4;1.3;9.3;2.6;7.47;0;1.67;10693
+76078;44.73076;.09473;54;20220210;10.3;3.1;6.7;2.2;9.37;1;1.26;10000
+76078;44.73076;.09473;54;20220211;13.1;7.7;10.4;2.6;8.43;0;1.42;10100
+76078;44.73076;.09473;54;20220212;13.2;-1.8;5.7;1.3;6.14;0;1.03;9771
+76078;44.73076;.09473;54;20220213;17.9;.2;9;4.5;8.93;1.2;1.96;10266
+76078;44.73076;.09473;54;20220214;11.9;8.6;10.3;4.3;10.04;6.4;1.17;4861
+76078;44.73076;.09473;54;20220215;11.2;3.1;7.2;3.4;9.77;9.1;.69;5266
+76078;44.73076;.09473;54;20220216;14.5;8.6;11.5;5.5;12.93;6.1;.74;4572
+76078;44.73076;.09473;54;20220217;13.9;12;13;4;13.81;1.1;.74;3235
+76078;44.73076;.09473;54;20220218;15.6;10;12.8;2.8;11.8;.3;1.24;5788
+76078;44.73076;.09473;54;20220219;12.3;5.5;8.9;1.8;8.4;.1;1.18;9402
+76078;44.73076;.09473;54;20220220;14.3;4;9.1;3.7;10.43;2.8;1.01;6619
+76078;44.73076;.09473;54;20220221;13.1;10;11.5;5.5;9.93;.1;1.79;6821
+76078;44.73076;.09473;54;20220222;14.6;5.8;10.2;2;9.67;0;1.26;9050
+76078;44.73076;.09473;54;20220223;16.8;5.3;11;1.2;9.37;0;1.37;12000
+76078;44.73076;.09473;54;20220224;15.1;3.7;9.4;2.3;9.23;.5;1.38;9831
+76078;44.73076;.09473;54;20220225;11.9;1.5;6.7;2;6.6;0;1.42;12566
+76078;44.73076;.09473;54;20220226;14.2;.5;7.4;2.9;5.5;0;2.11;13741
+76078;44.73076;.09473;54;20220227;17.3;1.9;9.6;2;7.53;.1;1.83;12670
+76078;44.73076;.09473;54;20220228;18.7;1.7;10.2;1.3;8.4;0;1.67;13862
+76078;44.73076;.09473;54;20220301;17.8;1.5;9.6;2.4;8.1;.1;1.99;13717
+76078;44.73076;.09473;54;20220302;13.3;7.8;10.6;2.8;10.27;2.7;1.19;5300
+76078;44.73076;.09473;54;20220303;14.5;6.1;10.3;2.3;10.53;0;1.32;9723
+76078;44.73076;.09473;54;20220304;9.7;8.1;8.9;3.8;10.57;1.9;.65;2233
+76078;44.73076;.09473;54;20220305;11.4;6.3;8.9;2.6;8.11;0;1.41;7388
+76078;44.73076;.09473;54;20220306;12.9;6.3;9.6;2.3;6.87;0;1.95;12882
+76078;44.73076;.09473;54;20220307;12.5;-2.5;5;2.1;5.57;0;1.76;15671
+76078;44.73076;.09473;54;20220308;11.7;3.7;7.7;2.6;8.47;.7;1.18;6511
+76078;44.73076;.09473;54;20220309;16;1.8;8.9;3.6;9.33;.3;1.83;13822
+76078;44.73076;.09473;54;20220310;15.3;9.5;12.4;3.8;10.83;1.2;1.75;7781
+76078;44.73076;.09473;54;20220311;11.4;10.5;10.9;3.9;10.91;11;1.08;3033
+76078;44.73076;.09473;54;20220312;13.3;7.3;10.3;3.2;10.13;.3;1.46;8895
+76078;44.73076;.09473;54;20220313;12.6;8.7;10.6;4;9.4;8.3;1.61;6135
+76078;44.73076;.09473;54;20220314;15.2;3;9.1;5.2;9.4;.1;1.74;9041
+76078;44.73076;.09473;54;20220315;18.6;12.8;15.7;8;12.11;0;3.06;9010
+76078;44.73076;.09473;54;20220316;16.3;10.1;13.2;2.8;12.13;0;1.47;6214
+76078;44.73076;.09473;54;20220317;13;10.6;11.8;4.9;10.4;2;1.67;4345
+76078;44.73076;.09473;54;20220318;16.3;8;12.1;2.9;9.47;0;2.15;11766
+76078;44.73076;.09473;54;20220319;18.9;5.1;12;3.8;8.87;0;2.93;16100
+76078;44.73076;.09473;54;20220320;17.7;5.8;11.7;4.3;9.6;0;2.54;12166
+76078;44.73076;.09473;54;20220321;19;9.4;14.2;6.3;9.47;0;3.83;16333
+76078;44.73076;.09473;54;20220322;17.6;6.8;12.2;6.1;7.03;0;3.98;16900
+76078;44.73076;.09473;54;20220323;18;4.3;11.2;4.2;6.9;0;3.53;19566
+76078;44.73076;.09473;54;20220324;18.7;.6;9.6;2.7;7.37;0;2.99;20066
+76078;44.73076;.09473;54;20220325;19.5;2.1;10.8;2.4;6.93;0;2.83;14800
+76078;44.73076;.09473;54;20220326;21.5;1.9;11.7;3;6.2;0;3.84;20100
+76078;44.73076;.09473;54;20220327;22;3.5;12.7;3.4;7.27;0;3.92;18900
+76078;44.73076;.09473;54;20220328;22.2;3.8;13;2.2;8.27;0;3.11;16200
+76078;44.73076;.09473;54;20220329;17.4;7.1;12.3;1.9;10.57;1.8;1.69;7466
+76078;44.73076;.09473;54;20220330;15.6;9.5;12.5;2.9;11.33;2.3;1.74;8266
+76078;44.73076;.09473;54;20220331;14.6;8;11.3;5.2;9.23;1.4;2.65;14333
+76078;44.73076;.09473;54;20220401;9.7;.2;4.9;6.5;5.57;.4;2.41;15700
+76078;44.73076;.09473;54;20220402;9.8;1.7;5.8;4.8;5.27;0;2.51;15200
+76078;44.73076;.09473;54;20220403;6.3;-3.7;1.3;1.2;5.11;0;1.36;14205
+76078;44.73076;.09473;54;20220404;13;-2.5;5.2;2.4;4.9;0;2.71;22600
+76078;44.73076;.09473;54;20220405;15.2;-1.7;6.8;1.5;7.17;.1;1.97;15010
+76078;44.73076;.09473;54;20220406;13.8;9;11.4;3.3;11.3;1.2;1.37;6435
+76078;44.73076;.09473;54;20220407;15.5;10.4;13;6.7;12.43;15.7;1.78;6933
+76078;44.73076;.09473;54;20220408;18.8;11.5;15.2;6.3;11.4;.4;3.19;10400
+76078;44.73076;.09473;54;20220409;15.4;5.9;10.7;2.5;8.1;0;2.86;19166
+76078;44.73076;.09473;54;20220410;19.5;1;10.3;3.6;6.97;0;3.75;22925
+76078;44.73076;.09473;54;20220411;22.6;6.5;14.6;7.1;10.5;0;4.67;19966
+76078;44.73076;.09473;54;20220412;18.3;10.6;14.5;4.9;11.77;0;2.73;10400
+76078;44.73076;.09473;54;20220413;15.6;10.5;13.1;2.2;13.1;1.2;1.46;7300
+76078;44.73076;.09473;54;20220414;23.7;9.3;16.5;1.5;12.57;.1;3.48;21633
+76078;44.73076;.09473;54;20220415;25.4;7.4;16.4;2.1;12.63;0;3.81;21900
+76078;44.73076;.09473;54;20220416;24.4;7.1;15.8;2.7;11.47;0;4.22;24366
+76078;44.73076;.09473;54;20220417;23.5;5;14.3;2.7;10.57;0;4.1;24200
+76078;44.73076;.09473;54;20220418;19.5;10.7;15.1;3.1;12.07;0;2.93;15433
+76078;44.73076;.09473;54;20220419;15.6;8.8;12.2;3.2;11.93;11.1;1.58;8000
+76078;44.73076;.09473;54;20220420;14;9.1;11.5;2.5;11.8;7.2;1.23;5433
+76078;44.73076;.09473;54;20220421;17.7;9.3;13.5;2.2;12.67;.5;1.92;10400
+76078;44.73076;.09473;54;20220422;19.9;10.7;15.3;2.2;12.63;9.5;2.81;15433
+76078;44.73076;.09473;54;20220423;13.2;9.7;11.4;3.4;12.07;8.9;1.12;4400
+76078;44.73076;.09473;54;20220424;17.5;10.1;13.8;5.3;12;0;2.46;10666
+76078;44.73076;.09473;54;20220425;19.6;5.9;12.8;1.8;10.97;0;3.22;21833
+76078;44.73076;.09473;54;20220426;23.2;5.4;14.3;2.5;11;0;4.19;25833
+76078;44.73076;.09473;54;20220427;22.8;8.4;15.6;2.3;12.93;0;3.11;15800
+76078;44.73076;.09473;54;20220428;21.1;12.5;16.8;2.8;14.6;0;2.9;15433
+76078;44.73076;.09473;54;20220429;21.8;11.1;16.5;2.8;13.87;0;3.38;19233
+76078;44.73076;.09473;54;20220430;22.9;11.5;17.2;2.7;13.17;0;3.89;21400
+76078;44.73076;.09473;54;20220501;21.8;7.2;14.5;2;11.53;0;3.52;20700
+76078;44.73076;.09473;54;20220502;20.8;10.4;15.6;2.2;11.43;0;3.43;18300
+76078;44.73076;.09473;54;20220503;23.1;11.1;17.1;2.2;12.4;1;3.86;20766
+76078;44.73076;.09473;54;20220504;22.1;9.9;16;2.7;11.23;0;3.92;19966
+76078;44.73076;.09473;54;20220505;22.2;8.2;15.2;3;10.87;.1;4.24;23666
+76078;44.73076;.09473;54;20220506;22.8;8.6;15.7;2.4;11.6;.1;3.26;15453
+76078;44.73076;.09473;54;20220507;24.6;9.2;16.9;1.7;12.2;.2;3.33;16349
+76078;44.73076;.09473;54;20220508;25.6;9.5;17.6;1.6;11.93;0;3.51;16868
+76078;44.73076;.09473;54;20220509;27.6;9.8;18.7;1.2;11.7;0;3.68;18239
+76078;44.73076;.09473;54;20220510;29.6;9.2;19.4;1.8;12.5;0;4.24;18667
+76078;44.73076;.09473;54;20220511;28.7;11.7;20.2;2.3;14.7;.2;4.21;17895
+76078;44.73076;.09473;54;20220512;21.9;13.1;17.5;1.6;15.07;.2;2.29;10057
+76078;44.73076;.09473;54;20220513;25.9;14.3;20.1;1.7;15.63;0;3.29;14674
+76078;44.73076;.09473;54;20220514;29.4;11.7;20.5;2.3;16.03;0;4.06;17248
+76078;44.73076;.09473;54;20220515;28.5;14.9;21.7;2.3;17.07;8.8;3.56;13627
+76078;44.73076;.09473;54;20220516;28.8;14.7;21.7;1.6;17.53;0;3.74;17197
+76078;44.73076;.09473;54;20220517;30.7;15.1;22.9;2.2;16.67;.1;4.43;17861
+76078;44.73076;.09473;54;20220518;31.9;13.4;22.7;2.1;17.13;1.5;4.5;18227
+76078;44.73076;.09473;54;20220519;27.6;17.8;22.7;2.4;19.67;.1;3.47;13794
+76078;44.73076;.09473;54;20220520;26.6;17.5;22;2.8;17.6;0;3.65;13697
+76078;44.73076;.09473;54;20220521;31.2;13.8;22.5;1.3;18.4;0;3.9;17613
+76078;44.73076;.09473;54;20220522;31.2;18.5;24.9;2.7;21.03;.9;4.14;14707
+76078;44.73076;.09473;54;20220523;21.9;16.9;19.4;5.3;15.73;.6;3.28;9423
+76078;44.73076;.09473;54;20220524;20.1;10.9;15.5;2.6;12.47;.9;2.86;13524
+76078;44.73076;.09473;54;20220525;21.4;7.6;14.5;2.2;11.13;.1;3.15;15871
+76078;44.73076;.09473;54;20220526;19.9;10.3;15.1;1.7;13.3;0;2.2;10636
+76078;44.73076;.09473;54;20220527;24.3;13;18.6;2.4;14.13;.1;3.65;16750
+76078;44.73076;.09473;54;20220528;26.9;11.9;19.4;2.8;11.97;0;4.7;18990
+76078;44.73076;.09473;54;20220529;23.4;9.4;16.4;3;9.3;0;4.4;18387
+76078;44.73076;.09473;54;20220530;24.4;8.1;16.2;2;8.83;.2;4.11;18764
+76078;44.73076;.09473;54;20220531;25.8;13.1;19.4;1.9;11.73;1.3;3.81;15621
+76078;44.73076;.09473;54;20220601;29.7;11.7;20.7;2.4;14.17;3.6;4.61;18709
+76078;44.73076;.09473;54;20220602;27.9;16.5;22.2;2.4;18.9;4.6;3.82;15979
+76078;44.73076;.09473;54;20220603;29.5;18.8;24.1;2.2;20.2;1.9;3.98;15826
+76078;44.73076;.09473;54;20220604;25.5;16.1;20.8;2.4;19.67;0;2.73;11477
+76078;44.73076;.09473;54;20220605;23.2;16.9;20.1;2.8;16.53;.1;2.89;10295
+76078;44.73076;.09473;54;20220606;25.2;11.5;18.4;1.4;14.87;.3;3.18;15419
+76078;44.73076;.09473;54;20220607;25.1;15.2;20.1;2.3;14.83;7.2;3.7;15351
+76078;44.73076;.09473;54;20220608;20.1;14.4;17.2;2.4;15.8;1.3;2.07;8487
+76078;44.73076;.09473;54;20220609;23.3;10.8;17;2.1;14;.6;3.04;14271
+76078;44.73076;.09473;54;20220610;28.1;10;19;1.2;14.27;.1;3.93;19894
+76078;44.73076;.09473;54;20220611;31.3;13;22.1;1.5;16.53;0;5.43;27622
+76078;44.73076;.09473;54;20220612;30.8;15.9;23.3;1.9;19.47;.9;4.97;23408
+76078;44.73076;.09473;54;20220613;30.4;17.8;24.1;2.1;18.1;0;5.71;26841
+76078;44.73076;.09473;54;20220614;34.9;15.5;25.2;2;18.57;.1;6.22;27155
+76078;44.73076;.09473;54;20220615;34.5;20.2;27.4;2.3;19.9;0;6.59;27619
+76078;44.73076;.09473;54;20220616;35.7;16.5;26.1;1.5;17.63;0;6.09;27233
+76078;44.73076;.09473;54;20220617;38.2;18.3;28.2;1.9;18.97;0;6.98;28853
+76078;44.73076;.09473;54;20220618;39.2;18.6;28.9;2.9;18.27;.3;7.93;28317
+76078;44.73076;.09473;54;20220619;30.4;19;24.7;2.6;20.1;11.5;5.21;22308
+76078;44.73076;.09473;54;20220620;29.7;17.7;23.7;2.5;19.63;1.7;5.14;23362
+76078;44.73076;.09473;54;20220621;27.8;17.8;22.8;2.1;20.1;21.1;3.94;17733
+76078;44.73076;.09473;54;20220622;25.7;17.3;21.5;2.8;18.8;2.7;4.32;21012
+76078;44.73076;.09473;54;20220623;25.1;16.3;20.7;2;17.93;8;3.73;18281
+76078;44.73076;.09473;54;20220624;23.7;16.5;20.1;2.7;17.37;1.9;3.92;19769
+76078;44.73076;.09473;54;20220625;19.4;14.2;16.8;1.8;15.8;5.5;2.02;9511
+76078;44.73076;.09473;54;20220626;18.3;13.8;16.1;1.5;15.63;5.9;1.95;9792
+76078;44.73076;.09473;54;20220627;23.8;13.1;18.4;2;14.3;0;4.38;23954
+76078;44.73076;.09473;54;20220628;25.1;10.4;17.7;1.6;13.17;0;4.65;26788
+76078;44.73076;.09473;54;20220629;25.5;10.9;18.2;2;14.4;6.6;4.68;26087
+76078;44.73076;.09473;54;20220630;17.4;14.1;15.8;1.4;15.37;4.6;1.78;8647
+76078;44.73076;.09473;54;20220701;23.3;9.4;16.3;1.3;12.8;.1;4.32;26403
+76078;44.73076;.09473;54;20220702;29.2;10;19.6;1.6;13.73;0;5.45;29385
+76078;44.73076;.09473;54;20220703;27.7;14.6;21.1;2.5;15.1;2.5;5.33;25895
+76078;44.73076;.09473;54;20220704;26.6;16.2;21.4;2.2;17.27;0;4.39;21069
+76078;44.73076;.09473;54;20220705;29.1;16;22.6;2;15.63;0;5.6;27504
+76078;44.73076;.09473;54;20220706;29.1;14.1;21.6;2.4;14.27;0;5.69;27252
+76078;44.73076;.09473;54;20220707;28.7;13.4;21;2.1;15.07;0;5.37;27202
+76078;44.73076;.09473;54;20220708;29.6;15.1;22.4;2.4;15.17;0;5.86;28160
+76078;44.73076;.09473;54;20220709;31.6;13.9;22.7;2.3;14.37;0;6.24;28873
+76078;44.73076;.09473;54;20220710;32.3;15.1;23.7;2.5;14.8;0;6.44;28438
+76078;44.73076;.09473;54;20220711;34.5;15.1;24.8;2.1;15.5;0;6.57;29190
+76078;44.73076;.09473;54;20220712;36;15.2;25.6;2;15.1;0;6.83;29853
+76078;44.73076;.09473;54;20220713;35.6;14.4;25;1.6;14.2;0;6.4;29143
+76078;44.73076;.09473;54;20220714;37.3;15.3;26.3;1.5;15.73;0;6.51;29207
+76078;44.73076;.09473;54;20220715;34.5;17.2;25.9;1.8;14.93;0;6.3;27623
+76078;44.73076;.09473;54;20220716;35.8;16.6;26.2;2.1;14.53;0;6.76;28275
+76078;44.73076;.09473;54;20220717;37.3;16.3;26.8;2.2;13.7;0;7.15;28361
+76078;44.73076;.09473;54;20220718;39.9;19.5;29.7;3.1;15.37;0;8.32;27763
+76078;44.73076;.09473;54;20220719;30.4;20.6;25.5;2.6;19.07;21.1;5.01;19318
+76078;44.73076;.09473;54;20220720;28.3;19.2;23.8;2.6;18.4;.2;4.7;19805
+76078;44.73076;.09473;54;20220721;31.1;14.4;22.8;1.2;17.07;0;5.19;26918
+76078;44.73076;.09473;54;20220722;28.7;17.1;22.9;2.8;17.83;.1;4.95;21880
+76078;44.73076;.09473;54;20220723;30;14.9;22.5;1.5;16.17;0;4.96;24872
+76078;44.73076;.09473;54;20220724;36.5;14.2;25.3;1.8;15.4;0;6.44;28437
+76078;44.73076;.09473;54;20220725;28;20.1;24.1;3.8;18.13;.1;4.88;17278
+76078;44.73076;.09473;54;20220726;26.7;14.9;20.8;2;14.87;.1;4.37;20935
+76078;44.73076;.09473;54;20220727;29;12.4;20.7;1.8;13.83;0;5;25509
+76078;44.73076;.09473;54;20220728;28.9;13.5;21.2;2.3;15.17;0;5.17;25418
+76078;44.73076;.09473;54;20220729;27.7;16.6;22.2;2.1;16.93;1.3;4.16;18316
+76078;44.73076;.09473;54;20220730;30.2;14.4;22.3;1.6;17.33;0;4.76;23904
+76078;44.73076;.09473;54;20220731;32.5;14.9;23.7;2;17.17;0;5.67;26624
+76078;44.73076;.09473;54;20220801;34.1;15.8;24.9;2.3;17.17;0;6.18;27013
+76078;44.73076;.09473;54;20220802;36;14.9;25.4;1.4;16.2;0;5.79;27147
+76078;44.73076;.09473;54;20220803;38.2;16.5;27.3;1.3;16.07;0;5.91;26370
+76078;44.73076;.09473;54;20220804;36.3;19.9;28.1;2.7;21.17;.2;6.34;24263
+76078;44.73076;.09473;54;20220805;31.8;19.2;25.5;2.3;19.53;0;4.94;20245
+76078;44.73076;.09473;54;20220806;33;19.3;26.1;2.3;14.77;0;6.02;24798
+76078;44.73076;.09473;54;20220807;33.8;14.7;24.2;2.1;11.57;0;6.13;26394
+76078;44.73076;.09473;54;20220808;35.2;14.8;25;2.2;11.07;0;6.44;26223
+76078;44.73076;.09473;54;20220809;36.2;17.2;26.7;2;11.83;0;6.18;24767
+76078;44.73076;.09473;54;20220810;38.2;15.6;26.9;1.7;11.8;0;6.32;26583
+76078;44.73076;.09473;54;20220811;38.3;16.8;27.5;1.8;15.07;0;6;23675
+76078;44.73076;.09473;54;20220812;39.4;20.1;29.8;2.2;18.37;0;6.47;23890
+76078;44.73076;.09473;54;20220813;35.4;20.5;27.9;2.7;21.37;7.8;5.84;21737
+76078;44.73076;.09473;54;20220814;25.2;19.9;22.5;2.6;20.8;4.8;2.75;10777
+76078;44.73076;.09473;54;20220815;27.7;16.4;22;2.1;18.07;.4;3.67;16441
+76078;44.73076;.09473;54;20220816;27.2;15.6;21.4;1.7;18.37;5.1;3.16;14453
+76078;44.73076;.09473;54;20220817;25.1;15.3;20.2;2.3;17.63;2.9;3.3;16369
+76078;44.73076;.09473;54;20220818;27.2;14;20.6;2.1;16.5;.1;4.04;20554
+76078;44.73076;.09473;54;20220819;27.6;15.3;21.5;2.2;18.07;.3;3.87;18961
+76078;44.73076;.09473;54;20220820;27.2;15.9;21.5;1.1;18.7;0;3.1;15715
+76078;44.73076;.09473;54;20220821;27;15.7;21.4;1.9;17.63;.4;3.47;16414
+76078;44.73076;.09473;54;20220822;26.9;19.3;23.1;2.4;20.23;1.1;3.34;13965
+76078;44.73076;.09473;54;20220823;30.1;18.5;24.3;1.5;19.77;.1;3.96;18948
+76078;44.73076;.09473;54;20220824;35.1;15.9;25.5;1.7;18.5;2.7;5.07;22980
+76078;44.73076;.09473;54;20220825;28.9;19.2;24.1;2.5;21.1;.3;3.69;15613
+76078;44.73076;.09473;54;20220826;29.9;19.6;24.7;2.2;20.6;0;4.14;18147
+76078;44.73076;.09473;54;20220827;31.1;15.7;23.4;1.3;16.13;0;4.22;21206
+76078;44.73076;.09473;54;20220828;33.2;13.9;23.5;1.6;14.2;0;4.79;22981
+76078;44.73076;.09473;54;20220829;33;16.5;24.7;2.4;16.17;.5;4.37;14488
+76078;44.73076;.09473;54;20220830;33.3;15.6;24.4;1.5;17.73;0;4.52;21744
+76078;44.73076;.09473;54;20220831;32.5;16.9;24.7;2.2;18.33;0;4.57;19410
+76078;44.73076;.09473;54;20220901;29.3;19;24.1;2.2;19.67;3.5;3.6;14717
+76078;44.73076;.09473;54;20220902;26.9;17.6;22.3;1.8;18.7;2.9;3.14;14536
+76078;44.73076;.09473;54;20220903;27.5;16;21.7;1.8;17.47;0;3.49;17268
+76078;44.73076;.09473;54;20220904;33.2;15.2;24.2;1.7;16.5;.7;4.4;20473
+76078;44.73076;.09473;54;20220905;33.9;17.5;25.7;2.4;17.5;1.8;4.94;19695
+76078;44.73076;.09473;54;20220906;31.7;15.8;23.8;2.5;16.97;.1;4.64;19658
+76078;44.73076;.09473;54;20220907;27.2;16.1;21.6;1.6;16;.3;3.16;14804
+76078;44.73076;.09473;54;20220908;23.1;13.8;18.4;2.3;16.3;1.5;2.37;11192
+76078;44.73076;.09473;54;20220909;24.9;14.1;19.5;2.5;15.2;.4;3.13;14505
+76078;44.73076;.09473;54;20220910;27.2;11.9;19.5;1.3;14.47;0;3.3;18792
+76078;44.73076;.09473;54;20220911;31.8;12.9;22.4;2;13.97;0;4.38;20133
+76078;44.73076;.09473;54;20220912;36.7;17.5;27.1;2.9;16.23;.6;5.61;18273
+76078;44.73076;.09473;54;20220913;32.8;21.2;27;2.8;20.97;0;3.89;11297
+76078;44.73076;.09473;54;20220914;30.8;18.5;24.6;2.4;17.17;.1;4.15;16858
+76078;44.73076;.09473;54;20220915;28.7;14.2;21.5;2;17.07;.1;3.44;16879
+76078;44.73076;.09473;54;20220916;24.8;15.6;20.2;2.4;15.03;0;3.13;14356
+76078;44.73076;.09473;54;20220917;22;8.4;15.2;2.1;8.97;0;3.23;18503
+76078;44.73076;.09473;54;20220918;25.3;5.4;15.3;2;7.9;0;3.59;19131
+76078;44.73076;.09473;54;20220919;26.3;6;16.2;2.3;8.67;0;3.82;19307
+76078;44.73076;.09473;54;20220920;24.8;6.3;15.6;1.9;8.6;0;3.36;18675
+76078;44.73076;.09473;54;20220921;25.4;6.2;15.8;1.8;8.83;0;3.29;18389
+76078;44.73076;.09473;54;20220922;27.2;5.5;16.3;1.2;9.17;0;3.04;18644
+76078;44.73076;.09473;54;20220923;21.6;8.6;15.1;1.6;11.87;.1;1.96;9314
+76078;44.73076;.09473;54;20220924;22.1;10.4;16.3;1.9;13.67;4.3;2.14;11334
+76078;44.73076;.09473;54;20220925;21;7.9;14.5;1.2;11.5;.1;2.06;13560
+76078;44.73076;.09473;54;20220926;21.1;6.6;13.8;2.6;11.57;4.5;2.31;12336
+76078;44.73076;.09473;54;20220927;18.4;12.3;15.3;3.2;14.33;5.5;1.75;9164
+76078;44.73076;.09473;54;20220928;20.8;15.3;18;5.2;16.2;5.9;2.45;11026
+76078;44.73076;.09473;54;20220929;17.2;12.6;14.9;1.7;13.87;8.2;1.37;6977
+76078;44.73076;.09473;54;20220930;19.8;9.4;14.6;1.9;11.7;.4;2.2;14175
+76078;44.73076;.09473;54;20221001;20.1;11.5;15.8;3.6;16.43;2.1;1.33;6878
+76078;44.73076;.09473;54;20221002;22.2;16.1;19.1;1.7;17.33;0;1.74;8500
+76078;44.73076;.09473;54;20221003;24.2;12.1;18.1;1.2;14.1;0;2.17;14222
+76078;44.73076;.09473;54;20221004;25.3;8.3;16.8;1.1;13.23;.1;2.25;15437
+76078;44.73076;.09473;54;20221005;27.5;9.7;18.6;2.1;14.33;.4;2.79;14767
+76078;44.73076;.09473;54;20221006;21.3;14.3;17.8;1.4;16.77;.2;1.56;9150
+76078;44.73076;.09473;54;20221007;25.3;10.9;18.1;1.4;15.2;0;2.14;13200
+76078;44.73076;.09473;54;20221008;22.8;14.2;18.5;1.7;14.67;.1;1.97;9723
+76078;44.73076;.09473;54;20221009;26.2;9.8;18;2.2;13.33;0;2.69;13963
+76078;44.73076;.09473;54;20221010;21.8;13.5;17.7;1.9;16.17;0;1.51;6912
+76078;44.73076;.09473;54;20221011;19.5;15.5;17.5;1.6;17.77;3.4;1.05;4621
+76078;44.73076;.09473;54;20221012;21.5;14.3;17.9;1.7;16.31;.2;1.55;8384
+76078;44.73076;.09473;54;20221013;20.3;11.7;16;1.9;15.51;3.8;1.43;9124
+76078;44.73076;.09473;54;20221014;20.7;16.6;18.6;3.2;18.2;.4;1.39;5160
+76078;44.73076;.09473;54;20221015;24.6;15.4;20;1.9;17.13;0;1.94;9768
+76078;44.73076;.09473;54;20221016;28.1;14.8;21.4;3.1;17.5;.2;2.82;11816
+76078;44.73076;.09473;54;20221017;25.6;17.8;21.7;2.6;19.27;0;2.03;7442
+76078;44.73076;.09473;54;20221018;29.1;16.5;22.8;3.3;18.23;0;3.05;11361
+76078;44.73076;.09473;54;20221019;26.9;16.7;21.8;3.5;17.87;1.8;2.61;8221
+76078;44.73076;.09473;54;20221020;26.5;14.6;20.6;3.1;16.9;.1;2.43;8233
+76078;44.73076;.09473;54;20221021;24.5;16;20.3;2.5;14.57;.5;2.28;7032
+76078;44.73076;.09473;54;20221022;25.2;11;18.1;2.9;14.5;.1;2.33;10400
+76078;44.73076;.09473;54;20221023;27;16.2;21.6;3.7;14.13;0;3.24;7560
+76078;44.73076;.09473;54;20221024;23.8;10.6;17.2;2;12.07;0;2.05;10541
+76078;44.73076;.09473;54;20221025;23.5;9.2;16.3;2.1;13.1;.1;1.75;7609
+76078;44.73076;.09473;54;20221026;26.5;11.1;18.8;2.5;14.8;.1;2.24;10370
+76078;44.73076;.09473;54;20221027;25.9;16.6;21.2;4.6;17.3;0;2.65;5580
+76078;44.73076;.09473;54;20221028;27.8;19.1;23.4;4;16.63;0;3.28;7924
+76078;44.73076;.09473;54;20221029;25.9;16.3;21.1;3;15.13;0;2.48;7059
+76078;44.73076;.09473;54;20221030;23.3;12.8;18.1;2;14.97;1;1.57;7671
+76078;44.73076;.09473;54;20221031;21.6;13;17.3;2.8;15.6;4.5;1.45;4827
+76078;44.73076;.09473;54;20221101;19.2;10.1;14.7;1.9;13.6;.1;1.14;7371
+76078;44.73076;.09473;54;20221102;20;7.8;13.9;1.9;11.53;0;1.39;9555
+76078;44.73076;.09473;54;20221103;20.1;10;15.1;3.9;11.87;6.4;1.94;4605
+76078;44.73076;.09473;54;20221104;15.5;9.5;12.5;3.9;10.73;2.6;1.5;6605
+76078;44.73076;.09473;54;20221105;17.4;4.6;11;1.2;9.33;0;.98;8393
+76078;44.73076;.09473;54;20221106;18.1;4.3;11.2;2.5;10.3;.9;1.27;6787
+76078;44.73076;.09473;54;20221107;19.3;8.3;13.8;2.7;12;.1;1.39;8634
+76078;44.73076;.09473;54;20221108;19.6;11.6;15.6;3.7;13.63;7.2;1.49;4642
+76078;44.73076;.09473;54;20221109;15.3;13.4;14.3;1.6;13.87;4;.77;2586
+76078;44.73076;.09473;54;20221110;12.4;6.6;9.5;1.4;11.3;0;.54;4144
+76078;44.73076;.09473;54;20221111;19;3.3;11.2;1.6;10.83;.1;.96;8972
+76078;44.73076;.09473;54;20221112;22.1;9.3;15.7;2.3;12.93;.2;1.42;8321
+76078;44.73076;.09473;54;20221113;21.3;5.8;13.5;1.9;11;.1;1.29;8495
+76078;44.73076;.09473;54;20221114;15.3;9.7;12.5;2.7;12.53;4.1;.83;3038
+76078;44.73076;.09473;54;20221115;16.4;11.3;13.8;3.1;13.37;5.4;.96;3039
+76078;44.73076;.09473;54;20221116;18.3;10.6;14.5;3.6;12.77;2.8;1.33;6741
+76078;44.73076;.09473;54;20221117;17.7;12.9;15.3;4;13.17;3.9;1.46;5069
+76078;44.73076;.09473;54;20221118;14;6.7;10.4;1.8;10.57;5.2;.7;4878
+76078;44.73076;.09473;54;20221119;11.7;6.8;9.2;1.2;9.67;.8;.57;4699
+76078;44.73076;.09473;54;20221120;12.9;1.3;7.1;2.1;9.2;2.9;.59;4002
+76078;44.73076;.09473;54;20221121;14;7.2;10.6;3.7;11.07;18.8;.83;2414
+76078;44.73076;.09473;54;20221122;11.3;6.8;9.1;3.5;10.23;17.2;.67;4042
+76078;44.73076;.09473;54;20221123;16.5;9.2;12.9;3.9;12.3;2.2;1.03;5355
+76078;44.73076;.09473;54;20221124;14;7.3;10.7;2.3;10.8;1.2;.73;3927
+76078;44.73076;.09473;54;20221125;14.5;8.5;11.5;2;10.77;3.8;.76;4916
+76078;44.73076;.09473;54;20221126;12.3;2.2;7.3;1.6;8.5;.1;.56;5390
+76078;44.73076;.09473;54;20221127;11.6;2.3;7;2.5;9.17;9.2;.49;5242
+76078;44.73076;.09473;54;20221128;14;9.5;11.8;2.6;11.3;2.7;.79;4587
+76078;44.73076;.09473;54;20221129;10.8;4.5;7.7;1.3;9.5;.2;.41;3853
+76078;44.73076;.09473;54;20221130;10.8;3.6;7.2;1.7;8.33;.1;.53;5509
+76078;44.73076;.09473;54;20221201;11.3;1.2;6.3;2.2;7.47;0;.64;5843
+76078;44.73076;.09473;54;20221202;8.4;5.2;6.8;1.8;7.63;.4;.63;2607
+76078;44.73076;.09473;54;20221203;8;3.5;5.8;1.5;7.63;1.1;.49;3485
+76078;44.73076;.09473;54;20221204;9.1;2.7;5.9;1.2;7.63;0;.43;4389
+76078;44.73076;.09473;54;20221205;10.5;-.3;5.1;2.3;6.93;.1;.61;6276
+76078;44.73076;.09473;54;20221206;11.4;4;7.7;2;7.33;0;.8;4118
+76078;44.73076;.09473;54;20221207;8.5;-.5;4;1.8;6.33;.1;.46;6092
+76078;44.73076;.09473;54;20221208;7.7;-.4;3.7;1.8;6.93;5.1;.42;3104
+76078;44.73076;.09473;54;20221209;7;4.7;5.9;2.1;7.93;.4;.51;2553
+76078;44.73076;.09473;54;20221210;2.2;-2.8;-.3;2.5;5.03;.1;.43;2996
+76078;44.73076;.09473;54;20221211;4.4;-6.2;-.9;1.7;4.33;.1;.39;6180
+76078;44.73076;.09473;54;20221212;2.8;-4.9;-1;2.5;5.63;8.5;.23;2196
+76078;44.73076;.09473;54;20221213;7.1;2.9;5;2.4;9.2;4;.13;2081
+76078;44.73076;.09473;54;20221214;16.3;6.9;11.6;2.1;12.07;3.9;.58;4302
+76078;44.73076;.09473;54;20221215;12.2;8.5;10.3;2.5;11;2.4;.59;2285
+76078;44.73076;.09473;54;20221216;8;4.3;6.2;3;6.87;.3;.79;4649
+76078;44.73076;.09473;54;20221217;7.2;-5.1;1;1.7;4.93;0;.4;6739
+76078;44.73076;.09473;54;20221218;12;.3;6.2;4;8.13;0;.7;5515
+76078;44.73076;.09473;54;20221219;15.8;7.5;11.6;3.9;10.83;0;1.04;4280
+76078;44.73076;.09473;54;20221220;13.6;11.5;12.6;4.2;12.33;2.5;.94;1187
+76078;44.73076;.09473;54;20221221;17.4;9.4;13.4;3;12.73;3.1;.86;4190
+76078;44.73076;.09473;54;20221222;15.2;12.5;13.8;3.7;14;6.6;.75;1676
+76078;44.73076;.09473;54;20221223;17.2;14;15.6;2.6;14.17;0;.97;2179
+76078;44.73076;.09473;54;20221224;18.2;11.5;14.9;1.9;12.6;0;.82;5172
+76078;44.73076;.09473;54;20221225;17;6.7;11.9;2.7;11.17;0;.86;5324
+76078;44.73076;.09473;54;20221226;14.6;9.4;12;1.5;11.9;.4;.6;2346
+76078;44.73076;.09473;54;20221227;13.7;7.6;10.7;1.3;11.17;.2;.44;3794
+76078;44.73076;.09473;54;20221228;17;6.7;11.9;2.6;10.7;0;.89;5700
+76078;44.73076;.09473;54;20221229;11.8;9.8;10.8;2.4;11.3;14;.66;1095
+76078;44.73076;.09473;54;20221230;15;9.7;12.4;3.4;12.2;1;.84;2679
+76078;44.73076;.09473;54;20221231;19.8;10.7;15.3;3.9;12.07;0;1.59;5206
+76079;44.7601;.40778;97;20220101;16.6;3.1;9.9;1.8;9.43;0;.61;6068
+76079;44.7601;.40778;97;20220102;15.7;4.1;9.9;1.6;10.4;0;.59;4934
+76079;44.7601;.40778;97;20220103;14.3;6.7;10.5;2.2;11.3;0;.56;4676
+76079;44.7601;.40778;97;20220104;16.1;10.2;13.1;3.3;10.4;.4;1.38;3895
+76079;44.7601;.40778;97;20220105;8.2;1.5;4.8;2.1;6.76;0;.6;4190
+76079;44.7601;.40778;97;20220106;8;-3;2.5;.7;5.2;.1;.32;6060
+76079;44.7601;.40778;97;20220107;10.8;-2.8;4;2.4;7.3;6.6;.59;4672
+76079;44.7601;.40778;97;20220108;11.9;7.7;9.8;4.9;10.57;5.3;.78;2816
+76079;44.7601;.40778;97;20220109;9.4;6.2;7.8;2.7;10.03;21.7;.46;1421
+76079;44.7601;.40778;97;20220110;9.8;8;8.9;1.5;10.73;4.4;.46;1619
+76079;44.7601;.40778;97;20220111;10.2;.9;5.6;1;6.96;0;.43;5498
+76079;44.7601;.40778;97;20220112;7.3;-3.5;1.9;1.3;5.3;0;.45;6000
+76079;44.7601;.40778;97;20220113;2.5;-4.7;-1.1;1.1;5.13;0;.18;3705
+76079;44.7601;.40778;97;20220114;9;-3.2;2.9;1.1;5.36;.1;.43;6211
+76079;44.7601;.40778;97;20220115;8.3;-5.6;1.3;.8;5.13;0;.33;6712
+76079;44.7601;.40778;97;20220116;4.7;-5.5;-.4;.9;5.13;.1;.24;5347
+76079;44.7601;.40778;97;20220117;5.8;-2.6;1.6;.9;6.33;.1;.27;4483
+76079;44.7601;.40778;97;20220118;2.9;-1.5;.7;1.1;6.56;.1;.26;2745
+76079;44.7601;.40778;97;20220119;6.2;1.7;3.9;1.6;8.1;3.1;.33;2279
+76079;44.7601;.40778;97;20220120;7.6;3.1;5.3;1.5;7.63;.3;.53;2840
+76079;44.7601;.40778;97;20220121;6.6;-1.2;2.7;2.9;5.4;0;.82;5890
+76079;44.7601;.40778;97;20220122;8.5;-3.2;2.6;1.6;5.33;0;.64;7266
+76079;44.7601;.40778;97;20220123;11.5;-3.9;3.8;1;5.56;0;.54;7604
+76079;44.7601;.40778;97;20220124;12;-3.5;4.3;1.4;5.96;0;.66;8225
+76079;44.7601;.40778;97;20220125;11.7;-4;3.9;.9;6.16;0;.54;7810
+76079;44.7601;.40778;97;20220126;11.4;-4.6;3.4;.8;5.9;0;.5;7905
+76079;44.7601;.40778;97;20220127;2.5;-3.6;-.5;1.3;5.2;0;.37;4680
+76079;44.7601;.40778;97;20220128;3.9;-4.2;-.1;1;6;0;.33;4599
+76079;44.7601;.40778;97;20220129;1.7;-.2;.7;1.2;6.5;0;.3;1909
+76079;44.7601;.40778;97;20220130;8.5;1.2;4.8;1.6;8.26;.1;.44;4133
+76079;44.7601;.40778;97;20220131;10.7;3.6;7.2;3.5;9.2;1.1;.66;3750
+76079;44.7601;.40778;97;20220201;8.6;-.1;4.2;2.7;8.43;.6;.37;5064
+76079;44.7601;.40778;97;20220202;10;7.9;9;2;10.36;0;.58;2376
+76079;44.7601;.40778;97;20220203;7.7;1.1;4.4;1.8;8.9;.4;.35;3195
+76079;44.7601;.40778;97;20220204;12.2;6.2;9.2;2;10.46;2;.65;3853
+76079;44.7601;.40778;97;20220205;11.2;4.1;7.7;2.1;7.5;0;.98;7567
+76079;44.7601;.40778;97;20220206;10.3;-2.2;4.1;3.2;8.4;1.7;.49;5227
+76079;44.7601;.40778;97;20220207;12.8;9.1;11;2.8;10.33;.7;1.05;4242
+76079;44.7601;.40778;97;20220208;14.4;1.5;8;1.4;7.07;0;1.05;8456
+76079;44.7601;.40778;97;20220209;17.7;-.6;8.5;2;7.1;0;1.51;10501
+76079;44.7601;.40778;97;20220210;14.5;.9;7.7;2.1;8.89;.2;1.27;9900
+76079;44.7601;.40778;97;20220211;12.9;7.8;10.4;2.2;8.09;0;1.42;11500
+76079;44.7601;.40778;97;20220212;12.7;-3;4.8;1.1;5.96;0;.96;9738
+76079;44.7601;.40778;97;20220213;17.2;-2.1;7.6;4;8.59;1.7;1.71;9600
+76079;44.7601;.40778;97;20220214;11.7;8.6;10.2;4.3;10.03;4.4;1.17;4861
+76079;44.7601;.40778;97;20220215;10.4;1.8;6.1;2.3;9.59;8.5;.52;4500
+76079;44.7601;.40778;97;20220216;14.3;8.7;11.5;4.9;12.7;6.1;.81;4364
+76079;44.7601;.40778;97;20220217;13.8;11.8;12.8;3.6;13.73;1;.72;2823
+76079;44.7601;.40778;97;20220218;15.6;9.9;12.7;2.2;11.86;.3;1.12;5432
+76079;44.7601;.40778;97;20220219;12.1;4.4;8.2;1.7;8.2;0;1.11;8615
+76079;44.7601;.40778;97;20220220;13.6;1.5;7.6;3.2;10.1;2.2;.86;7193
+76079;44.7601;.40778;97;20220221;12.7;9.5;11.1;5.1;9.76;.3;1.64;5424
+76079;44.7601;.40778;97;20220222;14.3;4.3;9.3;1.5;9.56;0;1.1;7433
+76079;44.7601;.40778;97;20220223;17.2;4.4;10.8;.8;9.16;0;1.24;10744
+76079;44.7601;.40778;97;20220224;15.2;3.1;9.2;2;9;.4;1.34;9676
+76079;44.7601;.40778;97;20220225;11.5;.4;6;1.8;6.5;0;1.32;11024
+76079;44.7601;.40778;97;20220226;14.6;-1;6.8;2.4;5.3;0;1.95;12795
+76079;44.7601;.40778;97;20220227;17.2;-.6;8.3;1.4;7.06;0;1.6;12603
+76079;44.7601;.40778;97;20220228;18.3;-.1;9.1;1;7.86;0;1.54;13680
+76079;44.7601;.40778;97;20220301;17.8;-.1;8.8;1.6;7.43;0;1.74;13392
+76079;44.7601;.40778;97;20220302;12.8;5.8;9.3;1.8;9.93;2;1.01;5265
+76079;44.7601;.40778;97;20220303;15.3;6.5;10.9;1.8;10.43;0;1.28;8436
+76079;44.7601;.40778;97;20220304;10;6.5;8.2;3.2;10.33;2.1;.66;3194
+76079;44.7601;.40778;97;20220305;10;6.7;8.3;2.5;8.86;.5;1.11;5415
+76079;44.7601;.40778;97;20220306;12.4;4.7;8.5;1.9;6.53;0;1.7;11370
+76079;44.7601;.40778;97;20220307;12.3;-4;4.2;1.5;5.36;0;1.57;14535
+76079;44.7601;.40778;97;20220308;12.9;.5;6.7;1.9;8.03;.5;1.3;9670
+76079;44.7601;.40778;97;20220309;16.4;1.5;8.9;2.5;9.06;.4;1.82;13660
+76079;44.7601;.40778;97;20220310;15.1;8.8;11.9;2.5;10.56;.9;1.58;7885
+76079;44.7601;.40778;97;20220311;13.2;9.2;11.2;3.3;10.63;10.2;1.37;5231
+76079;44.7601;.40778;97;20220312;12.3;6.4;9.3;2.3;10.06;.8;1.12;7014
+76079;44.7601;.40778;97;20220313;11.7;7.5;9.6;2.9;9.06;11.2;1.45;6821
+76079;44.7601;.40778;97;20220314;15.1;1.6;8.3;4;9.16;.1;1.72;11406
+76079;44.7601;.40778;97;20220315;18.8;12.5;15.6;5.5;11.73;0;2.79;9218
+76079;44.7601;.40778;97;20220316;16.3;8.8;12.5;1.9;11.83;0;1.46;8122
+76079;44.7601;.40778;97;20220317;13.1;10.4;11.8;4;10.36;5.7;1.59;5191
+76079;44.7601;.40778;97;20220318;17.1;8.2;12.7;2.5;9.59;0;2.23;11400
+76079;44.7601;.40778;97;20220319;18.8;3.8;11.3;2.7;8.59;0;2.67;15800
+76079;44.7601;.40778;97;20220320;17.2;4;10.6;3.4;9.09;0;2.21;10000
+76079;44.7601;.40778;97;20220321;18.1;8.4;13.3;5.3;8.89;0;3.48;15200
+76079;44.7601;.40778;97;20220322;17;5.8;11.4;5;6.49;0;3.77;17600
+76079;44.7601;.40778;97;20220323;17.7;3;10.4;3.3;6.29;0;3.33;19300
+76079;44.7601;.40778;97;20220324;18.6;-2.2;8.2;2.4;6.89;0;2.86;20100
+76079;44.7601;.40778;97;20220325;19.6;.1;9.9;2;6.69;0;2.7;15100
+76079;44.7601;.40778;97;20220326;21.4;-.7;10.4;2.5;6.29;0;3.48;19900
+76079;44.7601;.40778;97;20220327;21.7;.9;11.3;3.1;7.29;0;3.66;19300
+76079;44.7601;.40778;97;20220328;22;1.3;11.7;1.8;7.99;0;2.93;17200
+76079;44.7601;.40778;97;20220329;17.6;5.9;11.8;2.1;10.29;1;1.81;8100
+76079;44.7601;.40778;97;20220330;15.2;9.3;12.3;2.6;11.19;2.7;1.8;9400
+76079;44.7601;.40778;97;20220331;14.3;7.2;10.8;5.5;9.19;1.6;2.63;15000
+76079;44.7601;.40778;97;20220401;9.3;-.9;4.2;7;5.49;.4;2.31;14500
+76079;44.7601;.40778;97;20220402;8.9;1.7;5.3;5.2;5.29;0;2.43;14400
+76079;44.7601;.40778;97;20220403;6;-4;1;1.2;5.1;0;1.36;14205
+76079;44.7601;.40778;97;20220404;12.7;-2.8;5;2.4;4.89;0;2.71;22600
+76079;44.7601;.40778;97;20220405;15;-2.1;6.4;1.2;7;0;2.01;15910
+76079;44.7601;.40778;97;20220406;13.4;8.7;11;3.3;11.29;1.6;1.37;6435
+76079;44.7601;.40778;97;20220407;14.3;10.1;12.2;6.2;12.49;14.2;1.32;4000
+76079;44.7601;.40778;97;20220408;18.2;11.4;14.8;6.8;11.49;.6;3.08;8900
+76079;44.7601;.40778;97;20220409;14.6;5.3;10;2.5;7.69;0;2.61;16300
+76079;44.7601;.40778;97;20220410;19.2;-.2;9.5;3.6;6.96;0;3.75;22925
+76079;44.7601;.40778;97;20220411;22.1;3.3;12.7;5.2;9.69;0;4.16;20400
+76079;44.7601;.40778;97;20220412;17.7;8.9;13.3;3.3;11.19;3.6;2.17;8000
+76079;44.7601;.40778;97;20220413;14.7;9.5;12.1;1.4;13.09;2.3;1.07;5000
+76079;44.7601;.40778;97;20220414;23.6;8;15.8;1.2;12.39;.2;3.24;20300
+76079;44.7601;.40778;97;20220415;25.4;5.3;15.4;1.7;12.09;0;3.78;23000
+76079;44.7601;.40778;97;20220416;24.3;6;15.2;2.3;10.69;0;4.12;24000
+76079;44.7601;.40778;97;20220417;23.1;2.2;12.7;2.5;9.79;0;3.95;24400
+76079;44.7601;.40778;97;20220418;19.4;9.9;14.7;3.3;11.99;0;3.11;17100
+76079;44.7601;.40778;97;20220419;16.8;8.5;12.7;3.1;12.29;9.1;1.98;10800
+76079;44.7601;.40778;97;20220420;14;8.7;11.4;1.8;11.99;5.2;1.29;6600
+76079;44.7601;.40778;97;20220421;17.5;9.4;13.5;2;12.89;2;1.95;10700
+76079;44.7601;.40778;97;20220422;19;10.5;14.8;1.5;12.89;1.1;2.29;12600
+76079;44.7601;.40778;97;20220423;13;8.4;10.7;3.1;11.99;14.6;.9;3000
+76079;44.7601;.40778;97;20220424;17.5;9.4;13.5;5.3;11.99;.3;2.42;9900
+76079;44.7601;.40778;97;20220425;18.9;4.9;11.9;1.4;11.09;.1;3.2;23700
+76079;44.7601;.40778;97;20220426;22.9;3.3;13.1;1.8;10.59;0;3.91;25900
+76079;44.7601;.40778;97;20220427;22.8;5.2;14;1.9;12.69;0;3.09;18300
+76079;44.7601;.40778;97;20220428;21.3;11.7;16.5;2.6;14.59;0;3.13;17500
+76079;44.7601;.40778;97;20220429;21.3;11.6;16.5;2.7;14.19;0;3.21;17600
+76079;44.7601;.40778;97;20220430;22.5;11.5;17;2.6;12.69;0;4.01;21800
+76079;44.7601;.40778;97;20220501;21.1;4.3;12.7;1.4;10.39;0;3.31;21600
+76079;44.7601;.40778;97;20220502;20.1;8.1;14.1;2;11.09;0;3.21;18600
+76079;44.7601;.40778;97;20220503;23.2;9.6;16.4;1.4;12.89;1.5;3.7;22100
+76079;44.7601;.40778;97;20220504;21.8;7.9;14.9;2.5;11.49;0;3.66;20300
+76079;44.7601;.40778;97;20220505;21.9;7.1;14.5;2.7;10.89;0;4.07;23700
+76079;44.7601;.40778;97;20220506;22.2;6.8;14.5;1.9;11;.1;3.66;22037
+76079;44.7601;.40778;97;20220507;24.1;6.9;15.5;1.3;11.53;.1;3.9;24044
+76079;44.7601;.40778;97;20220508;25.2;7.3;16.2;1.2;11.66;0;4.06;24513
+76079;44.7601;.40778;97;20220509;27.1;7.3;17.2;1;11.8;0;4.34;26101
+76079;44.7601;.40778;97;20220510;28.7;7.8;18.3;1.5;12.33;.1;4.84;26468
+76079;44.7601;.40778;97;20220511;28.8;9;18.9;1.9;14.1;4.1;4.93;26002
+76079;44.7601;.40778;97;20220512;21.5;12.2;16.8;1.3;15.53;2.3;2.36;12399
+76079;44.7601;.40778;97;20220513;25.1;13.8;19.5;1.3;16.23;0;3.49;18574
+76079;44.7601;.40778;97;20220514;28.6;10.7;19.7;1.6;16.2;0;4.57;24589
+76079;44.7601;.40778;97;20220515;28.1;13.4;20.8;1.9;17.06;7.8;4.3;21219
+76079;44.7601;.40778;97;20220516;28.2;13.9;21.1;1.4;17.1;0;4.45;23619
+76079;44.7601;.40778;97;20220517;30.8;13.8;22.3;1.7;16.16;.1;5.11;24795
+76079;44.7601;.40778;97;20220518;31.6;11.6;21.6;1.7;16.86;2.2;5.28;26513
+76079;44.7601;.40778;97;20220519;28.2;17.2;22.7;2.2;19.4;.1;4.28;19989
+76079;44.7601;.40778;97;20220520;27.5;15;21.3;2.1;17.33;0;4.33;20938
+76079;44.7601;.40778;97;20220521;31.1;13.1;22.1;.9;18.7;.1;4.75;25391
+76079;44.7601;.40778;97;20220522;31.4;16.9;24.2;2.1;20.9;.7;4.89;22217
+76079;44.7601;.40778;97;20220523;22.2;16.5;19.3;4.1;15.76;.6;3.3;12420
+76079;44.7601;.40778;97;20220524;19.8;10.3;15.1;2.4;12.63;.4;3.08;17293
+76079;44.7601;.40778;97;20220525;21.6;5.8;13.7;1.9;10.96;.1;3.77;23423
+76079;44.7601;.40778;97;20220526;20;8;14;1.4;12.73;0;2.65;15578
+76079;44.7601;.40778;97;20220527;24.5;11.2;17.8;2.1;13.66;.1;4.4;24400
+76079;44.7601;.40778;97;20220528;26.6;10.5;18.5;2.3;11.96;0;5.1;26148
+76079;44.7601;.40778;97;20220529;23.4;6.9;15.1;2.5;9.26;0;4.81;26154
+76079;44.7601;.40778;97;20220530;24.4;6.2;15.3;1.6;8.73;0;4.68;27006
+76079;44.7601;.40778;97;20220531;25.6;11.8;18.7;1.5;11.66;1.5;4.39;22712
+76079;44.7601;.40778;97;20220601;29.8;9.7;19.8;2.1;14.2;4;5.43;27284
+76079;44.7601;.40778;97;20220602;28;15.9;21.9;1.8;18.7;3.6;4.45;22130
+76079;44.7601;.40778;97;20220603;30.1;17.7;23.9;1.9;19.8;4;4.92;23013
+76079;44.7601;.40778;97;20220604;25.5;14.8;20.1;2;19.53;.5;3.33;16849
+76079;44.7601;.40778;97;20220605;23.1;15.7;19.4;2.5;16.66;.1;3.01;13149
+76079;44.7601;.40778;97;20220606;25.2;11.1;18.2;1.3;14.9;.2;3.92;21688
+76079;44.7601;.40778;97;20220607;25.2;14.3;19.7;2;14.83;4.9;4.29;21499
+76079;44.7601;.40778;97;20220608;20.2;13.3;16.8;2;15.73;2.1;2.52;13216
+76079;44.7601;.40778;97;20220609;22.7;9.8;16.3;1.6;13.8;1.1;3.19;16932
+76079;44.7601;.40778;97;20220610;28;9.4;18.7;1;14;.1;4.8;27471
+76079;44.7601;.40778;97;20220611;31.6;11;21.3;1.2;16.16;0;5.31;28178
+76079;44.7601;.40778;97;20220612;30.2;14.7;22.5;1.7;19.06;.8;4.83;23810
+76079;44.7601;.40778;97;20220613;30.6;17.2;23.9;1.7;18.73;0;5.14;24485
+76079;44.7601;.40778;97;20220614;34.6;14.1;24.3;1.7;18.86;.1;5.93;27420
+76079;44.7601;.40778;97;20220615;34.4;19.2;26.8;2;20.43;0;6.17;26731
+76079;44.7601;.40778;97;20220616;35.3;15.3;25.3;1.2;17.9;.1;5.91;27980
+76079;44.7601;.40778;97;20220617;37.9;17.1;27.5;1.5;18.96;0;6.57;28946
+76079;44.7601;.40778;97;20220618;39.4;17.8;28.6;2.3;18.1;.5;7.63;29228
+76079;44.7601;.40778;97;20220619;31.5;17.1;24.3;2.6;19.5;17.1;5.61;24584
+76079;44.7601;.40778;97;20220620;29.9;17;23.4;2.3;19.7;1.1;4.69;20782
+76079;44.7601;.40778;97;20220621;27.4;17.5;22.4;1.7;20.33;13.3;3.65;16981
+76079;44.7601;.40778;97;20220622;26.4;17.2;21.8;2.1;19.03;2.2;3.93;18986
+76079;44.7601;.40778;97;20220623;25.3;15.1;20.2;1.7;18.2;10.2;3.57;17988
+76079;44.7601;.40778;97;20220624;23.5;15.9;19.7;2.5;17.3;2.1;3.56;17640
+76079;44.7601;.40778;97;20220625;18.7;13.3;16;1.5;15.7;6;2.19;11694
+76079;44.7601;.40778;97;20220626;17.6;13.2;15.4;1.6;15.43;6.6;1.92;10213
+76079;44.7601;.40778;97;20220627;23.4;13.2;18.3;2.1;14.53;0;4.05;21736
+76079;44.7601;.40778;97;20220628;25.2;9.8;17.5;1.6;13.1;.1;4.51;25569
+76079;44.7601;.40778;97;20220629;26.2;10;18.1;1.9;14.1;12.2;4.76;26456
+76079;44.7601;.40778;97;20220630;17.1;13.8;15.4;1.6;15;6.5;1.81;8842
+76079;44.7601;.40778;97;20220701;23.1;9.8;16.5;1.3;12.83;.1;4.09;24353
+76079;44.7601;.40778;97;20220702;29.1;8.7;18.9;1.2;13.23;0;5.14;28656
+76079;44.7601;.40778;97;20220703;28;13.9;20.9;1.9;15.13;1.9;5;24980
+76079;44.7601;.40778;97;20220704;26.9;16.1;21.5;2;17.33;.1;4.33;21127
+76079;44.7601;.40778;97;20220705;28.7;15.2;22;1.8;15.56;.1;5.18;25721
+76079;44.7601;.40778;97;20220706;28.4;12.2;20.3;1.9;14.36;.1;5.13;25660
+76079;44.7601;.40778;97;20220707;28.2;12.1;20.1;1.8;15.1;0;5.05;26277
+76079;44.7601;.40778;97;20220708;29.1;13;21.1;1.9;15.06;0;5.35;27072
+76079;44.7601;.40778;97;20220709;30.6;12.6;21.6;1.8;14.46;0;5.59;27340
+76079;44.7601;.40778;97;20220710;31.5;12.8;22.2;1.9;14.93;0;5.77;27675
+76079;44.7601;.40778;97;20220711;33.7;13.8;23.8;1.8;15.76;0;6.11;28190
+76079;44.7601;.40778;97;20220712;34.7;14.4;24.5;1.8;15.23;0;6.32;28438
+76079;44.7601;.40778;97;20220713;34.9;12.8;23.8;1.1;14.66;0;5.82;28905
+76079;44.7601;.40778;97;20220714;36.6;14.6;25.6;1.4;15.96;0;6.24;28861
+76079;44.7601;.40778;97;20220715;34.1;15.6;24.8;1.6;15.56;0;5.89;26568
+76079;44.7601;.40778;97;20220716;34.9;14.6;24.8;1.7;15.13;0;6.2;27908
+76079;44.7601;.40778;97;20220717;36.9;14.5;25.7;1.9;14.06;0;6.76;28727
+76079;44.7601;.40778;97;20220718;39.8;18.1;29;2.5;15.46;0;7.66;27801
+76079;44.7601;.40778;97;20220719;31;17.4;24.2;2.4;18.86;.3;4.7;18658
+76079;44.7601;.40778;97;20220720;28.4;18.4;23.4;2.5;18.1;.2;4.59;19477
+76079;44.7601;.40778;97;20220721;31;13.4;22.2;1.2;16.86;0;5.03;26115
+76079;44.7601;.40778;97;20220722;29.6;15;22.3;2.6;17.8;.1;5.01;22899
+76079;44.7601;.40778;97;20220723;29.2;15.3;22.3;1.5;16.26;0;4.46;21214
+76079;44.7601;.40778;97;20220724;36.4;13.3;24.8;1.5;15.6;0;6.12;28212
+76079;44.7601;.40778;97;20220725;28.6;19.4;24;3.3;18.13;0;4.63;16746
+76079;44.7601;.40778;97;20220726;26.6;14;20.3;1.8;14.7;.1;4.31;21424
+76079;44.7601;.40778;97;20220727;28.5;11.2;19.8;1.7;13.43;0;4.88;25495
+76079;44.7601;.40778;97;20220728;29.1;12.2;20.6;2;14.86;0;5.01;25193
+76079;44.7601;.40778;97;20220729;27.9;15.7;21.8;1.9;16.63;.5;4.15;19227
+76079;44.7601;.40778;97;20220730;29.9;14;21.9;1.6;17.1;0;4.81;24435
+76079;44.7601;.40778;97;20220731;32.8;14.1;23.5;1.8;16.73;0;5.5;25884
+76079;44.7601;.40778;97;20220801;34.2;15.3;24.8;2;16.4;0;5.9;26179
+76079;44.7601;.40778;97;20220802;35.5;13.4;24.4;1.4;15.73;0;5.72;27242
+76079;44.7601;.40778;97;20220803;37.9;15.5;26.7;1.4;15.83;0;5.95;26555
+76079;44.7601;.40778;97;20220804;36.6;18.4;27.5;2.4;20.33;0;6.09;24361
+76079;44.7601;.40778;97;20220805;31.3;18.9;25.1;2.6;19.5;0;4.96;20127
+76079;44.7601;.40778;97;20220806;32.6;17.2;24.9;2;15.26;0;5.51;23728
+76079;44.7601;.40778;97;20220807;33.5;13.8;23.6;1.8;11.8;0;5.67;25501
+76079;44.7601;.40778;97;20220808;35.1;12.3;23.7;1.6;11.46;0;5.77;26138
+76079;44.7601;.40778;97;20220809;36.1;14.3;25.2;1.4;12.46;0;5.59;25643
+76079;44.7601;.40778;97;20220810;37.4;13.8;25.6;1.4;12.2;0;5.78;25985
+76079;44.7601;.40778;97;20220811;38.5;14.8;26.6;1.5;14.8;0;5.86;25318
+76079;44.7601;.40778;97;20220812;39.1;18.5;28.8;1.9;17.66;0;6.22;24382
+76079;44.7601;.40778;97;20220813;35.7;19.4;27.6;2.4;20.2;6.5;5.75;22304
+76079;44.7601;.40778;97;20220814;24.5;19.6;22.1;2.4;20.46;8.1;2.6;10508
+76079;44.7601;.40778;97;20220815;27.5;15.9;21.7;1.7;17.76;.2;3.61;17191
+76079;44.7601;.40778;97;20220816;25.2;14.6;19.9;1.2;18.46;7.8;2.82;14551
+76079;44.7601;.40778;97;20220817;24.6;14.5;19.5;2;17.33;4.8;3.19;16747
+76079;44.7601;.40778;97;20220818;26.8;13.4;20.1;2.2;16.33;0;3.79;18703
+76079;44.7601;.40778;97;20220819;27.7;15.5;21.6;2.3;17.86;.4;3.71;16966
+76079;44.7601;.40778;97;20220820;27.3;15.9;21.6;1.1;18.73;.1;3.19;16271
+76079;44.7601;.40778;97;20220821;27.1;14.7;20.9;1.6;17.56;.2;3.38;16796
+76079;44.7601;.40778;97;20220822;26.6;18.8;22.7;2;19.96;1.2;2.88;12093
+76079;44.7601;.40778;97;20220823;29.5;16.9;23.2;1.2;19.56;.1;3.67;18453
+76079;44.7601;.40778;97;20220824;34.4;15.3;24.9;1.3;18.3;1.9;4.69;22434
+76079;44.7601;.40778;97;20220825;28.9;17.5;23.2;2.3;20.1;.2;3.73;16513
+76079;44.7601;.40778;97;20220826;30.1;17.4;23.8;1.8;19.33;.1;3.9;18046
+76079;44.7601;.40778;97;20220827;30.3;13.9;22.1;1;16.06;0;3.83;20590
+76079;44.7601;.40778;97;20220828;32.6;12.4;22.5;1.1;14.23;0;4.33;22420
+76079;44.7601;.40778;97;20220829;32.1;14.6;23.4;1.8;15.76;.8;4.08;16246
+76079;44.7601;.40778;97;20220830;32.9;15.9;24.4;1.6;17.63;0;4.42;20422
+76079;44.7601;.40778;97;20220831;32.1;15.4;23.8;1.7;17.7;0;4.14;19123
+76079;44.7601;.40778;97;20220901;28.3;17.3;22.8;1.6;19.16;4.1;2.97;12861
+76079;44.7601;.40778;97;20220902;27.2;15.9;21.6;1.6;18.2;6.1;3.1;15055
+76079;44.7601;.40778;97;20220903;28;15.2;21.6;1.7;17.26;.1;3.53;17712
+76079;44.7601;.40778;97;20220904;33;14.3;23.6;1.8;16.86;1.4;4.49;20608
+76079;44.7601;.40778;97;20220905;34.1;16.6;25.3;2;18.66;4.3;4.61;19507
+76079;44.7601;.40778;97;20220906;31.4;16.4;23.9;2.3;17.23;.2;4.34;18597
+76079;44.7601;.40778;97;20220907;26.4;16.1;21.3;1.5;16.1;.1;3.06;14611
+76079;44.7601;.40778;97;20220908;23.1;12.6;17.9;1.8;15.46;.9;2.52;12996
+76079;44.7601;.40778;97;20220909;25;12.7;18.8;2.3;14.56;.4;3.17;15218
+76079;44.7601;.40778;97;20220910;26.5;10.5;18.5;1.1;13.93;.1;3.06;18303
+76079;44.7601;.40778;97;20220911;31.1;11.8;21.4;1.5;13.66;0;3.9;19685
+76079;44.7601;.40778;97;20220912;36.6;15.1;25.8;1.8;16.13;.3;4.77;19492
+76079;44.7601;.40778;97;20220913;32.1;20.4;26.3;1.8;21.2;1.8;3.33;12411
+76079;44.7601;.40778;97;20220914;30.4;18.6;24.5;2.1;17.8;.3;3.8;15511
+76079;44.7601;.40778;97;20220915;28.5;13;20.7;1.9;16.63;0;3.31;16556
+76079;44.7601;.40778;97;20220916;24.5;14.7;19.6;2;15;0;2.82;13555
+76079;44.7601;.40778;97;20220917;21.1;7.3;14.2;1.7;9.03;0;2.81;16737
+76079;44.7601;.40778;97;20220918;24.5;3.4;14;1.4;8;0;3.04;18924
+76079;44.7601;.40778;97;20220919;25.5;4;14.8;1.8;8.6;0;3.38;18889
+76079;44.7601;.40778;97;20220920;24.3;4.6;14.5;1.6;8.6;0;3.07;18057
+76079;44.7601;.40778;97;20220921;24.8;4.1;14.4;1.3;8.7;0;2.85;18098
+76079;44.7601;.40778;97;20220922;26.7;4.9;15.8;1.2;9.6;0;2.97;18396
+76079;44.7601;.40778;97;20220923;21.7;7.6;14.6;1.4;11.9;.5;2.06;12026
+76079;44.7601;.40778;97;20220924;20.9;10.9;15.9;1.6;14.16;8.7;1.82;9835
+76079;44.7601;.40778;97;20220925;19.9;8.7;14.3;1.3;11.96;0;1.96;12506
+76079;44.7601;.40778;97;20220926;20.5;6.5;13.5;2.5;11.46;2.7;2.26;13178
+76079;44.7601;.40778;97;20220927;18.1;11.6;14.9;3.4;13.86;6.3;1.77;9116
+76079;44.7601;.40778;97;20220928;20.3;14.9;17.6;5;16.06;5.6;2.09;8253
+76079;44.7601;.40778;97;20220929;17.2;11.6;14.4;1.8;13.3;5.5;1.34;6783
+76079;44.7601;.40778;97;20220930;19.3;7.8;13.5;1.6;11.06;.5;1.97;13318
+76079;44.7601;.40778;97;20221001;20;9.4;14.7;3.2;15.8;1.7;1.35;7550
+76079;44.7601;.40778;97;20221002;22.1;15.5;18.8;1.6;16.9;.2;1.67;7732
+76079;44.7601;.40778;97;20221003;23.9;10.5;17.2;.8;14.06;0;1.98;13555
+76079;44.7601;.40778;97;20221004;24.6;7.7;16.2;1;13.03;.1;2.11;14600
+76079;44.7601;.40778;97;20221005;26.8;8.7;17.8;1.8;13.93;.2;2.63;14845
+76079;44.7601;.40778;97;20221006;21.5;13.9;17.7;1;16.2;.1;1.43;7692
+76079;44.7601;.40778;97;20221007;25.2;10.7;18;1;14.86;0;1.99;12917
+76079;44.7601;.40778;97;20221008;22.4;12.3;17.3;1.1;14.6;.3;1.6;8632
+76079;44.7601;.40778;97;20221009;25.6;8.4;17;1.4;13.06;.1;2.26;13760
+76079;44.7601;.40778;97;20221010;22.5;11.9;17.2;1.4;15.33;0;1.59;8868
+76079;44.7601;.40778;97;20221011;20.8;14.9;17.9;1.2;17.4;.7;1.24;6495
+76079;44.7601;.40778;97;20221012;22.1;13.3;17.7;1.4;15.76;.1;1.65;9645
+76079;44.7601;.40778;97;20221013;20;10.8;15.4;1.5;15.23;4.3;1.34;7684
+76079;44.7601;.40778;97;20221014;20.4;16;18.2;3.2;18.03;.8;1.32;4800
+76079;44.7601;.40778;97;20221015;24.2;15.1;19.6;1.4;16.63;0;1.76;9668
+76079;44.7601;.40778;97;20221016;28.2;13.9;21;2.4;17.16;0;2.61;11642
+76079;44.7601;.40778;97;20221017;25.6;16.6;21.1;2;18.56;0;1.88;7920
+76079;44.7601;.40778;97;20221018;29;15;22;2.3;17.76;0;2.59;11130
+76079;44.7601;.40778;97;20221019;26.8;14.2;20.5;2.6;17.43;1.8;2.28;8984
+76079;44.7601;.40778;97;20221020;26.5;14;20.2;2.5;16.66;.1;2.23;9017
+76079;44.7601;.40778;97;20221021;23.8;14.7;19.3;1.9;14.7;1.6;1.92;7592
+76079;44.7601;.40778;97;20221022;25;10.6;17.8;2.2;14.1;.1;2.09;10467
+76079;44.7601;.40778;97;20221023;26.4;15.3;20.9;3;14.06;.1;2.79;7745
+76079;44.7601;.40778;97;20221024;23.7;9.4;16.5;1.9;11.7;.1;1.97;9896
+76079;44.7601;.40778;97;20221025;24;8.6;16.3;1.7;12.73;0;1.74;8924
+76079;44.7601;.40778;97;20221026;26.4;10.2;18.3;1.7;14.26;.1;1.9;10228
+76079;44.7601;.40778;97;20221027;26;14;20;3;16.33;0;2.22;7461
+76079;44.7601;.40778;97;20221028;27.2;19.2;23.2;2.8;16;0;2.68;7314
+76079;44.7601;.40778;97;20221029;27.5;14.1;20.8;1.9;14.03;0;2.14;8844
+76079;44.7601;.40778;97;20221030;23.5;10.6;17;1.4;13.73;0;1.41;8175
+76079;44.7601;.40778;97;20221031;22.3;11.5;16.9;2.2;14.9;3.6;1.42;6301
+76079;44.7601;.40778;97;20221101;19;10.2;14.6;1.6;13.56;.1;1.08;6418
+76079;44.7601;.40778;97;20221102;19.4;6.7;13.1;1.5;11.1;0;1.19;9267
+76079;44.7601;.40778;97;20221103;20;8.4;14.2;3.3;11.73;6.3;1.75;5948
+76079;44.7601;.40778;97;20221104;14.6;9.3;12;3.7;10.53;3.4;1.39;5618
+76079;44.7601;.40778;97;20221105;16.6;2.6;9.6;1.2;8.8;0;.95;7459
+76079;44.7601;.40778;97;20221106;17.8;2.8;10.3;1.9;9.66;1.6;1.17;7471
+76079;44.7601;.40778;97;20221107;19.9;6.5;13.2;1.8;11.6;.1;1.21;8317
+76079;44.7601;.40778;97;20221108;19.3;9.7;14.5;2.8;13;5.2;1.3;5684
+76079;44.7601;.40778;97;20221109;15.2;13.1;14.2;1.5;13.96;3.8;.76;2289
+76079;44.7601;.40778;97;20221110;14.1;8.5;11.3;1.1;11.76;.1;.64;3572
+76079;44.7601;.40778;97;20221111;20.9;3;11.9;1.2;10.8;.1;.94;8831
+76079;44.7601;.40778;97;20221112;21.8;7.6;14.7;1.6;12.26;.1;1.14;7743
+76079;44.7601;.40778;97;20221113;22;4.8;13.4;1.4;10.73;0;1.1;8431
+76079;44.7601;.40778;97;20221114;14.9;7.1;11;2;12;5.5;.67;2986
+76079;44.7601;.40778;97;20221115;16.6;10.1;13.3;2.3;13.13;7.4;.84;4003
+76079;44.7601;.40778;97;20221116;18;10.3;14.2;2.9;12.7;2.4;1.19;5797
+76079;44.7601;.40778;97;20221117;17.5;13.2;15.3;4;13.06;5.3;1.49;4048
+76079;44.7601;.40778;97;20221118;13.3;5.1;9.2;1.8;10.26;5.3;.62;4995
+76079;44.7601;.40778;97;20221119;11.6;5.8;8.7;1.4;9.46;1;.61;4251
+76079;44.7601;.40778;97;20221120;11.7;.4;6;1.9;8.76;2.7;.58;3939
+76079;44.7601;.40778;97;20221121;13.7;5.6;9.7;3.1;10.86;18.6;.74;2769
+76079;44.7601;.40778;97;20221122;11.3;5.9;8.6;3.2;9.96;15.6;.59;3790
+76079;44.7601;.40778;97;20221123;16.1;8.8;12.5;3.5;11.86;2.8;1.01;4415
+76079;44.7601;.40778;97;20221124;13.9;5.9;9.9;1.9;10.4;1.5;.66;4545
+76079;44.7601;.40778;97;20221125;13.9;8.3;11.1;1.7;10.73;4.6;.7;3297
+76079;44.7601;.40778;97;20221126;11.2;2.2;6.7;1.3;8.4;.1;.51;4544
+76079;44.7601;.40778;97;20221127;12;1.7;6.8;1.7;8.73;8.9;.48;5179
+76079;44.7601;.40778;97;20221128;13.8;8.9;11.3;2.3;11.1;2.4;.73;3796
+76079;44.7601;.40778;97;20221129;9.2;3.5;6.4;1.2;9.3;.1;.41;2806
+76079;44.7601;.40778;97;20221130;10.6;3.6;7.1;1.2;8.13;.1;.49;4149
+76079;44.7601;.40778;97;20221201;11.3;-.5;5.4;1.4;7.13;0;.54;5307
+76079;44.7601;.40778;97;20221202;8.5;5.4;6.9;1.4;7.43;.4;.65;2226
+76079;44.7601;.40778;97;20221203;7.3;3.4;5.3;1;7.6;1.3;.44;2494
+76079;44.7601;.40778;97;20221204;8.8;2.9;5.9;.8;7.66;.1;.42;3404
+76079;44.7601;.40778;97;20221205;10.1;-.8;4.7;1.7;6.7;.1;.54;5341
+76079;44.7601;.40778;97;20221206;10.3;.6;5.4;1.4;6.76;0;.6;4059
+76079;44.7601;.40778;97;20221207;8.1;-2.5;2.8;1.3;5.96;.1;.34;5284
+76079;44.7601;.40778;97;20221208;7.8;-1.9;2.9;1.3;6.8;2.7;.36;3789
+76079;44.7601;.40778;97;20221209;7.6;4.8;6.2;1.5;8.23;.5;.46;1738
+76079;44.7601;.40778;97;20221210;2.4;-2.7;-.1;2.5;4.93;0;.5;3092
+76079;44.7601;.40778;97;20221211;4.4;-7.2;-1.4;1.2;4.23;.1;.35;5352
+76079;44.7601;.40778;97;20221212;2.5;-6;-1.8;1.8;5.53;6.3;.17;3123
+76079;44.7601;.40778;97;20221213;7.1;2;4.5;2.4;9.7;3.7;.07;2195
+76079;44.7601;.40778;97;20221214;16.5;6.9;11.7;1.7;12.3;2.8;.54;3652
+76079;44.7601;.40778;97;20221215;11.6;7.5;9.6;1.8;10.96;1.5;.51;1819
+76079;44.7601;.40778;97;20221216;8.1;3.8;6;2.4;7;.2;.71;3114
+76079;44.7601;.40778;97;20221217;7.6;-6.2;.7;1.1;4.83;0;.32;5964
+76079;44.7601;.40778;97;20221218;12.4;-2.4;5;2.3;7.5;0;.55;5678
+76079;44.7601;.40778;97;20221219;16.2;5.2;10.7;2.5;10.6;0;.77;4439
+76079;44.7601;.40778;97;20221220;14.2;10.3;12.2;3.1;12.36;4.6;.8;1500
+76079;44.7601;.40778;97;20221221;16.8;9;12.9;2.7;12.8;.8;.78;3491
+76079;44.7601;.40778;97;20221222;14.8;11.8;13.3;3.6;13.8;14;.7;1803
+76079;44.7601;.40778;97;20221223;16.9;13.8;15.3;2.2;14.63;0;.8;2169
+76079;44.7601;.40778;97;20221224;17.7;10.7;14.2;1.5;12.46;0;.68;4642
+76079;44.7601;.40778;97;20221225;18.3;4;11.2;1.9;10.36;0;.71;6085
+76079;44.7601;.40778;97;20221226;14.4;8.4;11.4;1.2;11.76;.6;.52;2908
+76079;44.7601;.40778;97;20221227;12.8;7.7;10.3;.9;10.93;.2;.43;3457
+76079;44.7601;.40778;97;20221228;16.5;4.5;10.5;2.3;10.3;1.4;.76;5359
+76079;44.7601;.40778;97;20221229;11.6;9.5;10.5;2;11.3;10.7;.64;1178
+76079;44.7601;.40778;97;20221230;15.2;9.5;12.4;2.4;12.16;1.2;.75;3099
+76079;44.7601;.40778;97;20221231;18.9;10.1;14.5;2.7;11.9;0;1.2;4946
+76080;44.78851;.72111;125;20220101;18.9;5.3;12.1;2.1;9.51;0;1.09;5355
+76080;44.78851;.72111;125;20220102;15.1;4.3;9.7;1.8;10.23;.1;.63;4543
+76080;44.78851;.72111;125;20220103;13.5;6.9;10.2;2.4;11.2;0;.48;4125
+76080;44.78851;.72111;125;20220104;16.1;10;13;3.4;10.33;.7;1.38;3975
+76080;44.78851;.72111;125;20220105;7.5;1.6;4.5;2.3;6.61;0;.57;4617
+76080;44.78851;.72111;125;20220106;7.6;-2.2;2.7;1;5.21;.1;.44;4637
+76080;44.78851;.72111;125;20220107;10;-2.9;3.6;2.3;7.1;6.3;.54;4447
+76080;44.78851;.72111;125;20220108;11.3;7.4;9.3;5.4;10.34;5.6;.66;2707
+76080;44.78851;.72111;125;20220109;8.9;5.9;7.4;2.5;9.77;18.5;.44;1343
+76080;44.78851;.72111;125;20220110;8.7;7.3;8;1;10;2.7;.43;1110
+76080;44.78851;.72111;125;20220111;10.1;.2;5.2;1.3;6.6;.1;.48;5679
+76080;44.78851;.72111;125;20220112;7.7;-3.5;2.1;1.4;5.13;0;.51;6151
+76080;44.78851;.72111;125;20220113;3.5;-4.4;-.5;1.6;5.07;0;.19;3511
+76080;44.78851;.72111;125;20220114;10.2;-4;3.1;1.4;5.27;.1;.55;6766
+76080;44.78851;.72111;125;20220115;9.1;-5;2.1;.9;5.23;0;.39;6704
+76080;44.78851;.72111;125;20220116;5.8;-4.8;.5;.9;5.33;.1;.27;4941
+76080;44.78851;.72111;125;20220117;6.1;-3.1;1.5;.9;6.17;.1;.28;4517
+76080;44.78851;.72111;125;20220118;2.8;-2.1;.4;1;6.33;.2;.26;2821
+76080;44.78851;.72111;125;20220119;5.4;1.1;3.3;1.7;7.6;2.5;.33;2198
+76080;44.78851;.72111;125;20220120;7.7;2;4.9;1.6;7.17;.1;.57;3686
+76080;44.78851;.72111;125;20220121;6.8;-1.3;2.7;2.7;5.2;0;.84;6100
+76080;44.78851;.72111;125;20220122;8.4;-2.2;3.1;2;5.31;0;.77;5798
+76080;44.78851;.72111;125;20220123;12.3;-3.1;4.6;1.1;5.43;0;.68;7655
+76080;44.78851;.72111;125;20220124;12.6;-1;5.8;1.5;6.19;0;.78;6796
+76080;44.78851;.72111;125;20220125;11.8;-2.9;4.4;1.3;6.33;0;.64;7302
+76080;44.78851;.72111;125;20220126;12.1;-3.2;4.5;.8;6.23;0;.53;7435
+76080;44.78851;.72111;125;20220127;3.9;-4.2;-.1;1.2;5.33;.1;.36;5191
+76080;44.78851;.72111;125;20220128;4.2;-4.5;-.2;.8;5.8;0;.33;4608
+76080;44.78851;.72111;125;20220129;1.7;-.3;.7;1;6.43;0;.31;2085
+76080;44.78851;.72111;125;20220130;8.9;1.2;5;1.5;8.17;0;.46;4259
+76080;44.78851;.72111;125;20220131;10.4;3.5;7;3.6;9.03;1.1;.66;3478
+76080;44.78851;.72111;125;20220201;8;-.3;3.9;2.8;8.23;.7;.35;4785
+76080;44.78851;.72111;125;20220202;9.8;7.7;8.7;2.2;10.17;.1;.57;2497
+76080;44.78851;.72111;125;20220203;6.5;.4;3.5;1.8;8.43;.5;.27;2944
+76080;44.78851;.72111;125;20220204;11.5;6;8.8;1.9;10.3;2.4;.59;3523
+76080;44.78851;.72111;125;20220205;11.1;4.5;7.8;2;7.53;0;1.01;7052
+76080;44.78851;.72111;125;20220206;9.9;-1.8;4;3.1;8.27;2;.5;4693
+76080;44.78851;.72111;125;20220207;12.5;8.7;10.6;3.2;9.81;.6;1.09;4168
+76080;44.78851;.72111;125;20220208;14.5;1.3;7.9;1.4;6.79;0;1.1;8230
+76080;44.78851;.72111;125;20220209;16.9;-.5;8.2;2.5;7;0;1.59;9884
+76080;44.78851;.72111;125;20220210;14.8;1;7.9;1.8;8.89;0;1.14;10277
+76080;44.78851;.72111;125;20220211;12.6;7.8;10.2;2.1;8.25;0;1.32;8287
+76080;44.78851;.72111;125;20220212;11.9;-5.1;3.4;.5;4.79;0;.73;10214
+76080;44.78851;.72111;125;20220213;17.4;-2;7.7;3.4;8.65;2.4;1.65;10724
+76080;44.78851;.72111;125;20220214;11.6;8.8;10.2;3.9;9.99;4.8;1.18;4342
+76080;44.78851;.72111;125;20220215;10.1;2.3;6.2;2.5;9.49;7.6;.59;4548
+76080;44.78851;.72111;125;20220216;13.9;8.5;11.2;4.9;12.53;6.5;.73;4293
+76080;44.78851;.72111;125;20220217;13.5;11.6;12.5;3.7;13.59;1.3;.62;2863
+76080;44.78851;.72111;125;20220218;15;9.9;12.5;2.2;11.8;.4;1.08;5163
+76080;44.78851;.72111;125;20220219;11.9;3.9;7.9;1.7;8.1;0;1.09;8711
+76080;44.78851;.72111;125;20220220;12.5;1.9;7.2;2.9;9.87;2.3;.76;6429
+76080;44.78851;.72111;125;20220221;12.2;9.3;10.8;5.6;9.57;.5;1.64;4997
+76080;44.78851;.72111;125;20220222;13.6;4.3;9;1.8;9.47;0;1.07;7177
+76080;44.78851;.72111;125;20220223;17;5;11;1;8.97;0;1.29;10580
+76080;44.78851;.72111;125;20220224;15.2;3.4;9.3;2.4;8.83;.3;1.47;9449
+76080;44.78851;.72111;125;20220225;11.4;0;5.7;2;6.43;0;1.33;11207
+76080;44.78851;.72111;125;20220226;14.7;-1.1;6.8;2.7;5.2;0;2.08;12779
+76080;44.78851;.72111;125;20220227;16.6;-1;7.8;1.6;6.8;0;1.61;12359
+76080;44.78851;.72111;125;20220228;17.9;.4;9.2;1.3;7.8;0;1.58;12916
+76080;44.78851;.72111;125;20220301;17.5;.4;8.9;1.8;7.1;0;1.84;12724
+76080;44.78851;.72111;125;20220302;12.3;5;8.7;2.1;9.6;1;1.01;5302
+76080;44.78851;.72111;125;20220303;15.6;7.2;11.4;1.7;10.27;0;1.37;8536
+76080;44.78851;.72111;125;20220304;9.9;5.5;7.7;3.5;10.23;2;.59;3917
+76080;44.78851;.72111;125;20220305;8.2;6.4;7.3;2.5;8.84;1.1;.77;3628
+76080;44.78851;.72111;125;20220306;12.2;4.4;8.3;2;6.4;0;1.71;11390
+76080;44.78851;.72111;125;20220307;11.8;-3.9;3.9;2;5.23;0;1.61;14025
+76080;44.78851;.72111;125;20220308;13.8;.1;6.9;2.2;7.8;1;1.52;10517
+76080;44.78851;.72111;125;20220309;16.2;2.2;9.2;3;9.17;.3;1.84;13003
+76080;44.78851;.72111;125;20220310;14.5;8.7;11.6;3;10.27;1.1;1.55;7367
+76080;44.78851;.72111;125;20220311;13.6;9.8;11.7;3.7;10.34;10.2;1.55;6396
+76080;44.78851;.72111;125;20220312;11.2;6.2;8.7;2.6;10.2;2.2;.95;5949
+76080;44.78851;.72111;125;20220313;10.9;7.1;9;3.7;8.93;11.7;1.38;6039
+76080;44.78851;.72111;125;20220314;14.9;1.2;8;4.8;9.07;0;1.72;11407
+76080;44.78851;.72111;125;20220315;18.6;12.4;15.5;5.9;11.24;0;2.84;8855
+76080;44.78851;.72111;125;20220316;16.2;9;12.6;2.1;11.47;0;1.55;7757
+76080;44.78851;.72111;125;20220317;13.2;10.4;11.8;3.6;10.43;5.9;1.59;5415
+76080;44.78851;.72111;125;20220318;15.5;7.9;11.7;2.3;9.45;0;1.91;10125
+76080;44.78851;.72111;125;20220319;18.5;4;11.2;2.8;8.65;0;2.55;15954
+76080;44.78851;.72111;125;20220320;17.1;3.9;10.5;3.6;9.42;0;2.27;11730
+76080;44.78851;.72111;125;20220321;17.6;8.2;12.9;5.6;8.95;0;3.39;14928
+76080;44.78851;.72111;125;20220322;17.4;5.5;11.5;5.4;6.62;0;3.8;16482
+76080;44.78851;.72111;125;20220323;17.7;1.9;9.8;3.7;6.35;0;3.31;18764
+76080;44.78851;.72111;125;20220324;19;-2;8.5;2.2;6.82;0;2.76;19978
+76080;44.78851;.72111;125;20220325;20.4;-.2;10.1;1.9;6.55;0;2.78;17214
+76080;44.78851;.72111;125;20220326;21.3;-.4;10.5;2.2;6.09;0;3.29;20082
+76080;44.78851;.72111;125;20220327;21.8;.8;11.3;2.6;7.05;0;3.48;19396
+76080;44.78851;.72111;125;20220328;22.3;1.4;11.9;1.8;7.89;0;3.01;17729
+76080;44.78851;.72111;125;20220329;17.2;6;11.6;1.5;10.15;3;1.79;10013
+76080;44.78851;.72111;125;20220330;15;9.5;12.3;2.4;11.29;2.6;1.6;7284
+76080;44.78851;.72111;125;20220331;14.1;7.7;10.9;4.8;9.25;2.1;2.41;11766
+76080;44.78851;.72111;125;20220401;8.4;-.4;4;6.5;5.69;.7;2.12;13855
+76080;44.78851;.72111;125;20220402;8.7;1.4;5;4.6;5.35;0;2.27;13092
+76080;44.78851;.72111;125;20220403;5.9;-4.1;.9;1.2;5.09;0;1.36;14205
+76080;44.78851;.72111;125;20220404;12.7;-2.1;5.3;1.9;4.84;0;2.47;19839
+76080;44.78851;.72111;125;20220405;14.5;-2.1;6.2;1.3;7;0;2;15943
+76080;44.78851;.72111;125;20220406;12.8;7.5;10.2;2.5;10.86;1.6;1.13;5035
+76080;44.78851;.72111;125;20220407;14.2;9.9;12;5.4;12.32;13.8;1.62;6433
+76080;44.78851;.72111;125;20220408;18.4;11.3;14.8;5.6;11.39;.9;3.08;10354
+76080;44.78851;.72111;125;20220409;14.8;4.7;9.8;2.3;7.85;0;2.65;17290
+76080;44.78851;.72111;125;20220410;19.2;-1.6;8.8;2.2;6.66;0;3.3;23125
+76080;44.78851;.72111;125;20220411;21.8;4.3;13.1;6.1;9.85;0;4.26;20184
+76080;44.78851;.72111;125;20220412;18.2;10.2;14.2;4.2;11.29;5.6;2.68;10257
+76080;44.78851;.72111;125;20220413;14.6;9.9;12.2;1.4;13.12;3.1;1.1;5201
+76080;44.78851;.72111;125;20220414;23.4;7.4;15.4;1.2;12.39;.1;3.23;20746
+76080;44.78851;.72111;125;20220415;24.9;6;15.5;1.7;12.25;0;3.58;21538
+76080;44.78851;.72111;125;20220416;24.1;6.1;15.1;2.4;10.99;0;4.02;23259
+76080;44.78851;.72111;125;20220417;23.7;2.9;13.3;2.3;9.92;0;3.98;24280
+76080;44.78851;.72111;125;20220418;19.4;8.6;14;2.6;11.59;0;2.92;16383
+76080;44.78851;.72111;125;20220419;16.6;7.6;12.1;2.6;11.89;9.2;1.81;9934
+76080;44.78851;.72111;125;20220420;14.3;8.7;11.5;1.8;11.99;5.9;1.5;8366
+76080;44.78851;.72111;125;20220421;17.8;9.9;13.8;1.9;12.85;2.7;1.81;9026
+76080;44.78851;.72111;125;20220422;19;10.7;14.8;1.5;12.95;0;2.5;14478
+76080;44.78851;.72111;125;20220423;12.8;8.3;10.5;2.7;11.99;18.3;1.1;5866
+76080;44.78851;.72111;125;20220424;16.8;9.5;13.2;4.4;11.99;0;2.23;9599
+76080;44.78851;.72111;125;20220425;18.6;5.4;12;1.3;10.79;0;2.75;18734
+76080;44.78851;.72111;125;20220426;22.4;3.7;13.1;1.8;10.59;0;3.78;24904
+76080;44.78851;.72111;125;20220427;23.7;5.4;14.5;1.8;12.42;0;3.43;20387
+76080;44.78851;.72111;125;20220428;21.2;11.5;16.4;2.2;14.42;0;2.82;15158
+76080;44.78851;.72111;125;20220429;21.1;11.1;16.1;2.3;13.92;0;2.86;15490
+76080;44.78851;.72111;125;20220430;22.5;9.8;16.2;2.2;12.22;0;3.82;21822
+76080;44.78851;.72111;125;20220501;21;5.4;13.2;1.6;10.65;0;3.46;21842
+76080;44.78851;.72111;125;20220502;20.9;8.5;14.7;1.8;11.29;0;3.31;18905
+76080;44.78851;.72111;125;20220503;22.6;9.7;16.1;1.5;12.59;2.5;3.39;19291
+76080;44.78851;.72111;125;20220504;21.4;8.4;14.9;2.2;11.62;0;3.53;19531
+76080;44.78851;.72111;125;20220505;21.8;7.1;14.4;2.6;10.69;0;4.06;23338
+76080;44.78851;.72111;125;20220506;22;6.4;14.2;1.9;10.8;0;3.67;22078
+76080;44.78851;.72111;125;20220507;23.9;7.3;15.6;1.5;11.23;0;3.91;23226
+76080;44.78851;.72111;125;20220508;25;8.2;16.6;1.4;11.4;0;4.06;23011
+76080;44.78851;.72111;125;20220509;27.2;8.6;17.9;1.3;11.33;0;4.51;24807
+76080;44.78851;.72111;125;20220510;27.9;8.7;18.3;1.7;12.2;0;4.66;24644
+76080;44.78851;.72111;125;20220511;28.9;9.8;19.3;2.4;13.7;3.9;5.17;25075
+76080;44.78851;.72111;125;20220512;21.1;12.6;16.8;1.5;15.73;5;2.24;11546
+76080;44.78851;.72111;125;20220513;25;13.8;19.4;1.4;16.6;0;3.51;18664
+76080;44.78851;.72111;125;20220514;28.4;11.6;20;1.8;15.93;0;4.57;23330
+76080;44.78851;.72111;125;20220515;28.3;14.1;21.2;2.2;16.63;10.9;4.44;20272
+76080;44.78851;.72111;125;20220516;27.7;14.1;20.9;1.6;17.07;0;4.39;22905
+76080;44.78851;.72111;125;20220517;30.7;13.7;22.2;2;16.17;.1;5.22;24497
+76080;44.78851;.72111;125;20220518;31.5;12.4;22;1.8;16.9;2.7;5.24;25408
+76080;44.78851;.72111;125;20220519;28.8;17.3;23;2.4;19.23;.1;4.5;20489
+76080;44.78851;.72111;125;20220520;27.9;14.7;21.3;2.5;16.5;0;4.71;21492
+76080;44.78851;.72111;125;20220521;31.5;14;22.8;1.2;18.93;.1;4.81;24487
+76080;44.78851;.72111;125;20220522;31.5;17.4;24.5;2.1;20.5;.7;4.88;21425
+76080;44.78851;.72111;125;20220523;21.8;16.4;19.1;4;15.83;.8;3.13;11995
+76080;44.78851;.72111;125;20220524;19.9;10.5;15.2;2.3;12.53;.8;3.13;17195
+76080;44.78851;.72111;125;20220525;21.6;5.9;13.8;2;10.73;0;3.8;23119
+76080;44.78851;.72111;125;20220526;19.3;8;13.7;1.3;12.43;.1;2.51;14585
+76080;44.78851;.72111;125;20220527;24.5;9.8;17.1;2.1;13.43;.1;4.5;25601
+76080;44.78851;.72111;125;20220528;26.2;10.3;18.3;2.3;11.67;0;5.05;25968
+76080;44.78851;.72111;125;20220529;23.2;6.7;14.9;2.6;9;0;4.82;25943
+76080;44.78851;.72111;125;20220530;24.3;5.7;15;1.6;8.6;0;4.66;27079
+76080;44.78851;.72111;125;20220531;25.1;11.8;18.5;1.4;11.17;1.4;4.26;21982
+76080;44.78851;.72111;125;20220601;29.7;10.4;20.1;2.1;13.97;4.3;5.47;26403
+76080;44.78851;.72111;125;20220602;28.4;15.9;22.2;2;18.6;1.5;4.59;22416
+76080;44.78851;.72111;125;20220603;29.5;17.3;23.4;2;19.23;5;4.87;22769
+76080;44.78851;.72111;125;20220604;25.4;14.1;19.7;2.4;19.5;2.2;3.34;17663
+76080;44.78851;.72111;125;20220605;22.7;15.8;19.2;2.8;16.9;.3;2.92;12708
+76080;44.78851;.72111;125;20220606;25.2;11.7;18.4;1.3;15.27;.4;3.91;21316
+76080;44.78851;.72111;125;20220607;25;14;19.5;2.1;14.87;3.6;4.28;21550
+76080;44.78851;.72111;125;20220608;20.1;13.1;16.6;1.7;15.37;2.4;2.56;13537
+76080;44.78851;.72111;125;20220609;22;10;16;1.8;13.83;1.9;3.03;16038
+76080;44.78851;.72111;125;20220610;27.7;10.1;18.9;1.3;14.1;.1;4.77;26390
+76080;44.78851;.72111;125;20220611;31.5;12;21.8;1.1;15.43;0;5.21;26764
+76080;44.78851;.72111;125;20220612;30.2;14.8;22.5;1.5;19;.8;4.76;23564
+76080;44.78851;.72111;125;20220613;30.3;17.6;24;1.5;19;.1;5;23945
+76080;44.78851;.72111;125;20220614;34.2;14.7;24.4;2;18.57;.1;5.9;26229
+76080;44.78851;.72111;125;20220615;33.9;19.5;26.7;1.9;19.67;0;5.94;25409
+76080;44.78851;.72111;125;20220616;34.8;15.7;25.2;1.5;18.4;.1;5.82;26462
+76080;44.78851;.72111;125;20220617;37.3;17.4;27.4;1.8;19.1;0;6.53;27703
+76080;44.78851;.72111;125;20220618;38.5;18.1;28.3;3.1;17;.3;7.94;27341
+76080;44.78851;.72111;125;20220619;31.7;17.3;24.5;2.5;18.9;7.2;5.66;24267
+76080;44.78851;.72111;125;20220620;29.9;16.9;23.4;2;20.2;.6;4.59;20960
+76080;44.78851;.72111;125;20220621;27.2;17.5;22.4;1.5;20.77;10.8;3.52;16607
+76080;44.78851;.72111;125;20220622;26.7;18;22.4;1.9;19.5;1.3;3.88;18231
+76080;44.78851;.72111;125;20220623;25.2;15;20.1;1.6;18.33;11.6;3.51;17656
+76080;44.78851;.72111;125;20220624;23.2;16;19.6;2.5;17.5;1.5;3.45;17132
+76080;44.78851;.72111;125;20220625;19;13.6;16.3;1.8;16.07;3.6;2.2;11435
+76080;44.78851;.72111;125;20220626;17.3;13.1;15.2;2;15.57;4.2;1.82;9898
+76080;44.78851;.72111;125;20220627;23.5;13.4;18.5;2.2;14.43;0;4.15;21886
+76080;44.78851;.72111;125;20220628;25.3;9.6;17.5;1.5;12.97;.1;4.57;25922
+76080;44.78851;.72111;125;20220629;26.2;10.5;18.4;1.9;14.4;10.1;4.72;25773
+76080;44.78851;.72111;125;20220630;16.6;13.5;15.1;1.8;14.83;4.9;1.7;8557
+76080;44.78851;.72111;125;20220701;22.8;10.6;16.7;1.3;12.87;.1;3.94;23096
+76080;44.78851;.72111;125;20220702;29.3;9.1;19.2;1.4;13.13;0;5.24;28303
+76080;44.78851;.72111;125;20220703;28.1;13.6;20.8;1.8;15.3;1.9;4.96;25176
+76080;44.78851;.72111;125;20220704;27.2;16.3;21.7;2.1;17.17;.2;4.48;21355
+76080;44.78851;.72111;125;20220705;28.6;15;21.8;1.8;15.43;.1;5.14;25443
+76080;44.78851;.72111;125;20220706;28.2;12.8;20.5;2;14.07;0;5.08;24482
+76080;44.78851;.72111;125;20220707;28;12.5;20.3;1.9;14.73;0;5.03;25369
+76080;44.78851;.72111;125;20220708;28.8;13.3;21;2;14.83;0;5.28;26226
+76080;44.78851;.72111;125;20220709;30.4;13.2;21.8;1.8;14.37;0;5.52;26352
+76080;44.78851;.72111;125;20220710;31.1;13.2;22.2;2.1;14.87;0;5.79;26683
+76080;44.78851;.72111;125;20220711;33.3;14.6;23.9;2.3;15.67;0;6.28;26984
+76080;44.78851;.72111;125;20220712;34.4;15;24.7;2.1;15.13;0;6.38;27315
+76080;44.78851;.72111;125;20220713;34.9;13.9;24.4;1.2;14.57;0;5.77;27599
+76080;44.78851;.72111;125;20220714;36.3;15.9;26.1;1.7;16.1;0;6.28;27033
+76080;44.78851;.72111;125;20220715;34.1;15.8;24.9;1.4;15.8;0;5.72;26207
+76080;44.78851;.72111;125;20220716;34.6;15.2;24.9;1.8;15.27;0;6.15;26901
+76080;44.78851;.72111;125;20220717;36.8;15.5;26.2;2.2;13.77;0;6.93;27434
+76080;44.78851;.72111;125;20220718;39.8;18.3;29.1;3.1;15.23;0;8.25;27147
+76080;44.78851;.72111;125;20220719;31.8;16.9;24.3;2.5;18.33;0;5.17;20145
+76080;44.78851;.72111;125;20220720;28.5;18;23.2;2.9;18.1;.1;4.8;20211
+76080;44.78851;.72111;125;20220721;31.2;13.9;22.6;1.3;16.5;0;5.14;25742
+76080;44.78851;.72111;125;20220722;30;15.2;22.6;2.6;17.9;.1;5.08;22827
+76080;44.78851;.72111;125;20220723;29;15.9;22.5;1.7;16.27;0;4.45;20701
+76080;44.78851;.72111;125;20220724;36.2;13.6;24.9;1.5;15.03;0;6.03;27604
+76080;44.78851;.72111;125;20220725;28.4;18.9;23.6;3.5;17.77;0;4.72;17116
+76080;44.78851;.72111;125;20220726;26.2;14.4;20.3;1.9;14.57;.1;4.28;20707
+76080;44.78851;.72111;125;20220727;28.5;10.9;19.7;1.8;13.27;0;4.95;25619
+76080;44.78851;.72111;125;20220728;28.8;11.8;20.3;2;14.73;0;4.95;24909
+76080;44.78851;.72111;125;20220729;27.7;16;21.9;1.9;16.47;.7;4.15;18750
+76080;44.78851;.72111;125;20220730;30.1;14.4;22.2;1.7;16.87;0;4.9;24125
+76080;44.78851;.72111;125;20220731;32.9;14.6;23.8;1.8;16.33;0;5.51;25425
+76080;44.78851;.72111;125;20220801;34.4;15.4;24.9;2;16.27;0;5.92;26053
+76080;44.78851;.72111;125;20220802;35.4;14.6;25;1.5;15.23;0;5.71;26001
+76080;44.78851;.72111;125;20220803;38;16.7;27.3;1.6;15.4;0;6.05;25397
+76080;44.78851;.72111;125;20220804;36.7;17.8;27.2;2.2;19.4;0;6.09;24693
+76080;44.78851;.72111;125;20220805;31.2;19;25.1;2.4;19.6;.1;4.87;20164
+76080;44.78851;.72111;125;20220806;32.5;17.8;25.1;1.9;15.63;0;5.34;23081
+76080;44.78851;.72111;125;20220807;33.4;13.7;23.6;1.8;11.93;0;5.67;25409
+76080;44.78851;.72111;125;20220808;35.1;12.7;23.9;1.9;11.37;0;5.98;25473
+76080;44.78851;.72111;125;20220809;36.1;14.6;25.3;1.6;11.97;0;5.79;25075
+76080;44.78851;.72111;125;20220810;37.9;14.8;26.4;1.7;11.7;0;6.07;25111
+76080;44.78851;.72111;125;20220811;38.2;15.9;27.1;1.9;15.57;0;6;23780
+76080;44.78851;.72111;125;20220812;39;18.7;28.8;2;18.07;0;6.16;23794
+76080;44.78851;.72111;125;20220813;35.7;18.9;27.3;2.7;19.73;4.7;5.94;22345
+76080;44.78851;.72111;125;20220814;24.4;19.5;21.9;2.4;20.47;14.9;2.59;10519
+76080;44.78851;.72111;125;20220815;27.4;15.7;21.6;1.6;17.67;.2;3.58;17387
+76080;44.78851;.72111;125;20220816;24.7;15.2;20;1.6;18.27;10.7;2.87;13413
+76080;44.78851;.72111;125;20220817;25.1;14.2;19.7;2.1;17;3.1;3.4;17617
+76080;44.78851;.72111;125;20220818;26.8;13.5;20.2;2.5;16.23;0;3.87;18638
+76080;44.78851;.72111;125;20220819;27.4;16.2;21.8;2.7;18.03;1;3.72;16179
+76080;44.78851;.72111;125;20220820;27.1;16;21.5;1.3;18.7;.1;3.17;16001
+76080;44.78851;.72111;125;20220821;27;14.5;20.7;1.7;17.13;.1;3.45;16922
+76080;44.78851;.72111;125;20220822;26.4;18.8;22.6;2.1;19.67;1.2;2.91;12015
+76080;44.78851;.72111;125;20220823;29.6;16.4;23;1.3;19.17;.1;3.77;19116
+76080;44.78851;.72111;125;20220824;34.6;16.1;25.4;1.5;17.87;1.2;4.81;21749
+76080;44.78851;.72111;125;20220825;28.9;17.4;23.2;2.1;19.43;.6;3.67;16150
+76080;44.78851;.72111;125;20220826;30.1;16.8;23.5;1.8;19;.2;3.92;18278
+76080;44.78851;.72111;125;20220827;30.1;13.9;22;1.3;15.53;0;3.96;20149
+76080;44.78851;.72111;125;20220828;32.3;12.9;22.6;1.3;14.37;0;4.34;21548
+76080;44.78851;.72111;125;20220829;33;14.4;23.7;2.4;15.5;1.1;4.72;17067
+76080;44.78851;.72111;125;20220830;32.8;16.5;24.6;1.7;17.43;0;4.46;19913
+76080;44.78851;.72111;125;20220831;32.5;15.4;23.9;2;16.3;0;4.5;19234
+76080;44.78851;.72111;125;20220901;28;16.8;22.4;1.6;19.2;3.8;2.89;12478
+76080;44.78851;.72111;125;20220902;27.1;15.5;21.3;1.4;18.33;6.5;3.01;15089
+76080;44.78851;.72111;125;20220903;27.9;15.4;21.7;1.4;17.2;.1;3.4;17350
+76080;44.78851;.72111;125;20220904;32.9;14.5;23.7;2.2;17.1;1.4;4.66;20195
+76080;44.78851;.72111;125;20220905;33.5;16.6;25;2.4;19.33;4.1;4.57;18787
+76080;44.78851;.72111;125;20220906;31.5;16.9;24.2;2.3;18.2;.2;4.24;18078
+76080;44.78851;.72111;125;20220907;26.2;16.1;21.2;1.7;16.07;.2;3.09;14168
+76080;44.78851;.72111;125;20220908;22.7;12.7;17.7;1.7;15.37;.9;2.43;12554
+76080;44.78851;.72111;125;20220909;24.4;12.2;18.3;2.2;14.4;.5;3.02;14929
+76080;44.78851;.72111;125;20220910;26.2;10.6;18.4;1.1;13.73;.1;3.02;17854
+76080;44.78851;.72111;125;20220911;30.7;11.7;21.2;1.7;13.37;0;3.98;19252
+76080;44.78851;.72111;125;20220912;35.7;14.5;25.1;2.4;15.83;0;5.02;18925
+76080;44.78851;.72111;125;20220913;31.5;20.7;26.1;2.1;21.4;3.1;3.28;11580
+76080;44.78851;.72111;125;20220914;29.8;19.1;24.5;2;18.2;.4;3.59;14793
+76080;44.78851;.72111;125;20220915;28.3;13.6;21;1.9;16.47;.1;3.34;16111
+76080;44.78851;.72111;125;20220916;23.9;14.6;19.2;2.2;15.03;0;2.78;12970
+76080;44.78851;.72111;125;20220917;20.7;7.3;14;1.9;9.07;0;2.83;16375
+76080;44.78851;.72111;125;20220918;24.4;3.8;14.1;1.5;8;0;3.07;18474
+76080;44.78851;.72111;125;20220919;25.3;4.5;14.9;1.9;8.63;0;3.4;18231
+76080;44.78851;.72111;125;20220920;24.1;4.9;14.5;1.6;8.6;0;3.04;17616
+76080;44.78851;.72111;125;20220921;24.9;4.7;14.8;1.5;8.77;0;2.98;17652
+76080;44.78851;.72111;125;20220922;26.2;5.6;15.9;1.4;9.5;0;3;17523
+76080;44.78851;.72111;125;20220923;21.7;8.6;15.1;1.5;12.07;1.1;2.12;11146
+76080;44.78851;.72111;125;20220924;20;11.4;15.7;1.3;14.7;8.5;1.52;8348
+76080;44.78851;.72111;125;20220925;19;9.8;14.4;1.1;12.57;0;1.71;10910
+76080;44.78851;.72111;125;20220926;20.2;7.3;13.7;2.4;11.67;2.3;2.2;12404
+76080;44.78851;.72111;125;20220927;17.7;11.3;14.5;3.6;13.73;6.1;1.67;8901
+76080;44.78851;.72111;125;20220928;19.8;14.7;17.3;5.4;15.8;5.7;2.08;8269
+76080;44.78851;.72111;125;20220929;16.9;11.3;14.1;1.7;13.23;4.9;1.24;6340
+76080;44.78851;.72111;125;20220930;18.9;7.5;13.2;1.4;11;.6;1.89;13046
+76080;44.78851;.72111;125;20221001;19.4;9.1;14.2;2.8;15.47;2.4;1.22;7225
+76080;44.78851;.72111;125;20221002;21.9;15.6;18.7;1.5;16.93;.1;1.59;7399
+76080;44.78851;.72111;125;20221003;23.7;10.5;17.1;.9;13.9;0;1.97;13324
+76080;44.78851;.72111;125;20221004;24.3;8.6;16.4;1.3;13.1;.1;2.2;13847
+76080;44.78851;.72111;125;20221005;25.9;9.3;17.6;2.4;13.87;.1;2.7;13745
+76080;44.78851;.72111;125;20221006;21.6;13.6;17.6;1.2;15.87;.1;1.51;8045
+76080;44.78851;.72111;125;20221007;24.9;10.9;17.9;1.4;14.77;0;2.08;12522
+76080;44.78851;.72111;125;20221008;22.4;12.5;17.5;1.2;14.83;0;1.62;8502
+76080;44.78851;.72111;125;20221009;25;8.3;16.6;2;12.97;.1;2.37;13282
+76080;44.78851;.72111;125;20221010;23.1;11.6;17.4;1.7;15.13;0;1.82;9447
+76080;44.78851;.72111;125;20221011;21.1;15;18;1.2;16.87;0;1.34;6882
+76080;44.78851;.72111;125;20221012;22.7;13.3;18;1.3;15.34;.3;1.63;9278
+76080;44.78851;.72111;125;20221013;19.3;11.1;15.2;1.5;15.09;4.4;1.27;8051
+76080;44.78851;.72111;125;20221014;20.1;15.9;18;3.2;17.87;1.2;1.25;4655
+76080;44.78851;.72111;125;20221015;24;15.5;19.8;1.5;16.5;0;1.8;9283
+76080;44.78851;.72111;125;20221016;27.6;14;20.8;3;16.87;0;2.73;11100
+76080;44.78851;.72111;125;20221017;25.1;16.6;20.8;2.7;17.93;0;2.09;7455
+76080;44.78851;.72111;125;20221018;28.3;14.6;21.5;2.9;17.37;0;2.76;10814
+76080;44.78851;.72111;125;20221019;26;14.1;20;3.4;16.93;1.5;2.41;8492
+76080;44.78851;.72111;125;20221020;25.5;14.4;19.9;2.9;17.43;.2;2.05;8145
+76080;44.78851;.72111;125;20221021;23.7;15.1;19.4;1.8;15.23;1.6;1.78;7385
+76080;44.78851;.72111;125;20221022;24.5;11.2;17.8;2.3;14.17;.1;2.1;9876
+76080;44.78851;.72111;125;20221023;25.9;15.6;20.7;3.3;13.87;.1;2.86;7245
+76080;44.78851;.72111;125;20221024;23.5;10.4;16.9;1.8;11.63;.1;1.95;9268
+76080;44.78851;.72111;125;20221025;23.7;9;16.3;2.3;12.77;.2;1.94;8386
+76080;44.78851;.72111;125;20221026;26;10.6;18.3;2;14.33;.1;1.98;9820
+76080;44.78851;.72111;125;20221027;25.8;13.4;19.6;3.9;16.33;0;2.42;7509
+76080;44.78851;.72111;125;20221028;26.4;19.5;22.9;3.6;16;0;2.9;6779
+76080;44.78851;.72111;125;20221029;27.8;13.6;20.7;2.8;12.7;0;2.79;8854
+76080;44.78851;.72111;125;20221030;23.5;10.4;17;1.7;12.97;0;1.65;8192
+76080;44.78851;.72111;125;20221031;22.7;11.5;17.1;2.3;14.7;6.9;1.55;6429
+76080;44.78851;.72111;125;20221101;18.6;10.2;14.4;1.5;13.47;.1;1.05;6231
+76080;44.78851;.72111;125;20221102;19.2;7;13.1;1.4;11.13;0;1.16;8940
+76080;44.78851;.72111;125;20221103;19;8.2;13.6;3.5;11.53;6;1.67;5318
+76080;44.78851;.72111;125;20221104;13.6;9;11.3;4;10.33;4.2;1.26;5166
+76080;44.78851;.72111;125;20221105;16.2;2.3;9.3;1.1;8.53;0;.89;7334
+76080;44.78851;.72111;125;20221106;17;2.5;9.8;1.9;9.33;1.7;1.11;7365
+76080;44.78851;.72111;125;20221107;19.7;6.8;13.3;2.2;11.47;.1;1.3;8142
+76080;44.78851;.72111;125;20221108;19.3;9.6;14.5;3.5;12.73;3.4;1.47;5566
+76080;44.78851;.72111;125;20221109;15.2;13.1;14.1;1.4;14.13;2.7;.72;2422
+76080;44.78851;.72111;125;20221110;15.3;9.3;12.3;1.2;12.07;.1;.73;4137
+76080;44.78851;.72111;125;20221111;21.8;4.3;13;1.9;11.13;.1;1.24;8551
+76080;44.78851;.72111;125;20221112;21.9;7.6;14.7;1.9;11.77;.1;1.36;7667
+76080;44.78851;.72111;125;20221113;21.8;5.1;13.4;1.6;9.93;0;1.24;8081
+76080;44.78851;.72111;125;20221114;14.7;7.2;11;2.3;11.7;6.5;.77;2568
+76080;44.78851;.72111;125;20221115;16.4;9.7;13.1;2.6;13.07;8;.82;4065
+76080;44.78851;.72111;125;20221116;17.2;10.2;13.7;2.9;12.63;1.2;1.06;5444
+76080;44.78851;.72111;125;20221117;17.2;13;15.1;3.8;13.07;5.8;1.42;4155
+76080;44.78851;.72111;125;20221118;12.6;4.8;8.7;1.5;10.3;2.2;.52;4829
+76080;44.78851;.72111;125;20221119;11.2;5.9;8.5;1.3;9.53;.6;.55;3999
+76080;44.78851;.72111;125;20221120;10.4;.6;5.5;1.6;8.73;2.4;.42;3394
+76080;44.78851;.72111;125;20221121;12.8;5.5;9.1;3.1;10.67;17.9;.63;2280
+76080;44.78851;.72111;125;20221122;11.2;5.7;8.4;2.9;9.73;13.6;.59;3819
+76080;44.78851;.72111;125;20221123;15.8;8.6;12.2;3.3;11.6;4;.97;4412
+76080;44.78851;.72111;125;20221124;13.3;5.6;9.5;1.9;10.27;2.4;.6;4240
+76080;44.78851;.72111;125;20221125;13.5;8.5;11;1.5;10.53;5;.67;3028
+76080;44.78851;.72111;125;20221126;11.1;2.9;7;1.5;8.47;.1;.55;4295
+76080;44.78851;.72111;125;20221127;11.9;1.6;6.8;2.3;8.37;9;.63;5116
+76080;44.78851;.72111;125;20221128;13.4;8.4;10.9;2.3;11.13;4.2;.68;3685
+76080;44.78851;.72111;125;20221129;8.6;3.2;5.9;1;9.1;.1;.38;2582
+76080;44.78851;.72111;125;20221130;11.2;3.8;7.5;1.3;8.33;.1;.54;4285
+76080;44.78851;.72111;125;20221201;11.2;.9;6.1;1.8;7.1;0;.66;4915
+76080;44.78851;.72111;125;20221202;7.9;5.1;6.5;1.1;7.3;.4;.58;2279
+76080;44.78851;.72111;125;20221203;7.1;3.4;5.3;1;7.63;2.2;.42;2506
+76080;44.78851;.72111;125;20221204;8.7;3.1;5.9;1;7.7;.1;.44;3264
+76080;44.78851;.72111;125;20221205;10.4;-.6;4.9;2;6.6;.1;.63;5420
+76080;44.78851;.72111;125;20221206;10.1;-.3;4.9;1.5;6.27;0;.68;4396
+76080;44.78851;.72111;125;20221207;8.8;-2.3;3.2;1.1;5.83;.1;.43;5499
+76080;44.78851;.72111;125;20221208;7.8;-1.7;3.1;1.8;6.47;1.6;.5;3721
+76080;44.78851;.72111;125;20221209;8.5;4.7;6.6;1.3;8.37;.5;.46;2389
+76080;44.78851;.72111;125;20221210;2.1;-2.2;0;2.7;4.97;0;.5;2649
+76080;44.78851;.72111;125;20221211;4.6;-7.4;-1.4;1.4;4.07;.1;.4;5553
+76080;44.78851;.72111;125;20221212;2.7;-5.3;-1.3;2.1;5.33;6.8;.28;2863
+76080;44.78851;.72111;125;20221213;7.2;1.9;4.5;2.7;9.4;1.9;.07;2312
+76080;44.78851;.72111;125;20221214;15.7;6.9;11.3;2;12;3.2;.54;3287
+76080;44.78851;.72111;125;20221215;11.3;7.5;9.4;2.1;10.73;1;.52;1816
+76080;44.78851;.72111;125;20221216;8.4;4;6.2;2.1;7.23;0;.68;3259
+76080;44.78851;.72111;125;20221217;7.6;-5.5;1;1.2;4.8;.1;.38;5651
+76080;44.78851;.72111;125;20221218;12.2;-2.9;4.6;2.9;7.27;0;.62;5725
+76080;44.78851;.72111;125;20221219;16.5;5.4;10.9;3.3;10.33;.1;1;4513
+76080;44.78851;.72111;125;20221220;14.6;10.5;12.5;3.8;12.1;5.5;.93;1793
+76080;44.78851;.72111;125;20221221;16;9.7;12.9;2.6;12.77;.7;.71;3118
+76080;44.78851;.72111;125;20221222;14.4;11.8;13.1;3.6;13.73;16.7;.64;1512
+76080;44.78851;.72111;125;20221223;16.6;13.7;15.1;2.1;14.57;.1;.76;2150
+76080;44.78851;.72111;125;20221224;17.3;11;14.2;1.7;12.43;0;.7;4281
+76080;44.78851;.72111;125;20221225;17.7;3.9;10.8;2.4;10.1;0;.73;5852
+76080;44.78851;.72111;125;20221226;14.2;8.5;11.4;1.5;11.93;.7;.52;2738
+76080;44.78851;.72111;125;20221227;12.3;7.5;9.9;1.2;10.8;.2;.45;3376
+76080;44.78851;.72111;125;20221228;16;5.2;10.6;2.8;10.6;0;.76;4980
+76080;44.78851;.72111;125;20221229;11.5;9.4;10.5;2.2;11.27;9.8;.62;1384
+76080;44.78851;.72111;125;20221230;14.2;9.5;11.8;2.8;11.83;1.4;.69;2765
+76080;44.78851;.72111;125;20221231;18;10.1;14;3.4;11.97;0;1.14;4427
+76081;44.81598;1.03472;65;20220101;16.7;1.6;9.2;1.1;8.57;0;.34;6618
+76081;44.81598;1.03472;65;20220102;15;2.5;8.7;1;9.71;.2;.37;5230
+76081;44.81598;1.03472;65;20220103;13.9;6;9.9;1.5;10.81;0;.42;4569
+76081;44.81598;1.03472;65;20220104;16.5;9.5;13;2.6;10.26;1.2;1.15;4493
+76081;44.81598;1.03472;65;20220105;8.1;2.4;5.3;2.1;6.68;0;.65;3322
+76081;44.81598;1.03472;65;20220106;7.7;-3.7;2;.7;5.11;.1;.23;6992
+76081;44.81598;1.03472;65;20220107;9;-3.7;2.6;1.7;6.96;4.9;.39;4294
+76081;44.81598;1.03472;65;20220108;11.8;5.9;8.9;4.6;10.22;6;.55;3027
+76081;44.81598;1.03472;65;20220109;9.3;6;7.6;2.3;9.81;15.7;.43;1599
+76081;44.81598;1.03472;65;20220110;9.2;7.6;8.4;.8;9.96;1.9;.44;1225
+76081;44.81598;1.03472;65;20220111;10.8;.3;5.5;1;6.63;.1;.39;6289
+76081;44.81598;1.03472;65;20220112;8.4;-4.1;2.1;1.1;5.21;0;.38;6928
+76081;44.81598;1.03472;65;20220113;4.9;-4.2;.3;1;5.11;0;.17;4692
+76081;44.81598;1.03472;65;20220114;9.7;-4.2;2.7;.8;4.91;.1;.26;7254
+76081;44.81598;1.03472;65;20220115;7.8;-5.6;1.1;.6;4.88;0;.26;6557
+76081;44.81598;1.03472;65;20220116;6.3;-5.7;.3;.7;5.11;.2;.23;6083
+76081;44.81598;1.03472;65;20220117;7;-2.6;2.2;.6;6.08;.1;.27;4681
+76081;44.81598;1.03472;65;20220118;3.4;-2.2;.6;.9;6.23;.2;.26;3877
+76081;44.81598;1.03472;65;20220119;5.3;1.5;3.4;1.3;7.48;1.7;.35;1868
+76081;44.81598;1.03472;65;20220120;7.9;2.2;5.1;1.2;7.18;0;.51;3562
+76081;44.81598;1.03472;65;20220121;7.4;-.8;3.3;2.3;5.21;0;.81;6725
+76081;44.81598;1.03472;65;20220122;9.2;-4.2;2.5;1.2;5.11;0;.53;8302
+76081;44.81598;1.03472;65;20220123;12.4;-4.3;4;.5;5.28;0;.42;8433
+76081;44.81598;1.03472;65;20220124;12.8;-4.5;4.1;.9;5.47;0;.52;8829
+76081;44.81598;1.03472;65;20220125;12.3;-4.4;4;.7;5.68;0;.47;8391
+76081;44.81598;1.03472;65;20220126;11.2;-4.6;3.3;.7;5.51;0;.44;8070
+76081;44.81598;1.03472;65;20220127;5.5;-3.9;.8;1;5.26;.1;.38;6011
+76081;44.81598;1.03472;65;20220128;4.7;-4;.3;1;5.76;0;.36;5377
+76081;44.81598;1.03472;65;20220129;2;-.2;.9;1.1;6.38;.1;.32;2234
+76081;44.81598;1.03472;65;20220130;9.7;1.6;5.6;1.4;7.83;0;.5;4886
+76081;44.81598;1.03472;65;20220131;10.6;2.7;6.7;3.3;8.68;1;.67;3578
+76081;44.81598;1.03472;65;20220201;8.1;.2;4.2;2.6;8.18;.9;.39;4686
+76081;44.81598;1.03472;65;20220202;10.2;7.5;8.8;1.8;9.93;.2;.6;2833
+76081;44.81598;1.03472;65;20220203;6.8;-.3;3.3;1.3;8.08;.5;.31;3886
+76081;44.81598;1.03472;65;20220204;11.7;6.1;8.9;1.3;10.23;2.2;.6;3291
+76081;44.81598;1.03472;65;20220205;11.6;5.3;8.4;1.6;7.56;0;.97;8065
+76081;44.81598;1.03472;65;20220206;10.1;-2.7;3.7;2.5;7.96;1.9;.5;5011
+76081;44.81598;1.03472;65;20220207;12.9;9.1;11;3.3;9.52;.8;1.21;4236
+76081;44.81598;1.03472;65;20220208;14.5;-.6;6.9;.9;6.62;0;.87;9158
+76081;44.81598;1.03472;65;20220209;17.3;-2.3;7.5;1.5;6.88;0;1.16;11254
+76081;44.81598;1.03472;65;20220210;14.9;-.3;7.3;1.2;8.57;.5;.98;10411
+76081;44.81598;1.03472;65;20220211;13.3;8.3;10.8;2.1;7.97;0;1.4;8187
+76081;44.81598;1.03472;65;20220212;12.9;-3;4.9;1.4;4.78;0;1.17;9457
+76081;44.81598;1.03472;65;20220213;17.6;-1.1;8.3;3;8.37;2.9;1.58;10391
+76081;44.81598;1.03472;65;20220214;12.3;9.1;10.7;3.6;9.75;4.5;1.23;5161
+76081;44.81598;1.03472;65;20220215;10.2;4.1;7.1;2.4;9.37;11;.64;4215
+76081;44.81598;1.03472;65;20220216;14.2;8.8;11.5;4.2;12.43;6.8;.8;4239
+76081;44.81598;1.03472;65;20220217;14.5;12;13.2;3.2;13.64;2;.76;3509
+76081;44.81598;1.03472;65;20220218;15.4;10.5;13;1.8;11.91;.4;1.09;5101
+76081;44.81598;1.03472;65;20220219;12.3;4.6;8.4;1.6;8.03;0;1.15;9164
+76081;44.81598;1.03472;65;20220220;12.9;1.1;7;2.4;9.68;2.3;.75;6563
+76081;44.81598;1.03472;65;20220221;12.8;9.7;11.2;5.1;9.56;.7;1.73;6154
+76081;44.81598;1.03472;65;20220222;14;5.1;9.5;1.6;9.51;.1;1.09;7061
+76081;44.81598;1.03472;65;20220223;17.6;5.2;11.4;.8;9.16;0;1.28;11894
+76081;44.81598;1.03472;65;20220224;15.6;2.9;9.3;1.8;8.96;.1;1.34;10003
+76081;44.81598;1.03472;65;20220225;12;.6;6.3;1.5;6.53;0;1.32;12157
+76081;44.81598;1.03472;65;20220226;15.5;-2.4;6.5;1.7;5.28;0;1.71;14329
+76081;44.81598;1.03472;65;20220227;17;-2.2;7.4;1.1;6.53;0;1.49;13812
+76081;44.81598;1.03472;65;20220228;18.3;-.8;8.7;.9;7.51;0;1.52;14383
+76081;44.81598;1.03472;65;20220301;17.9;-1.2;8.3;1.5;7.01;0;1.71;14451
+76081;44.81598;1.03472;65;20220302;12.5;4.2;8.4;1.4;9.53;.8;.89;5538
+76081;44.81598;1.03472;65;20220303;16.2;7.7;11.9;1.3;10.21;.1;1.35;8975
+76081;44.81598;1.03472;65;20220304;11.4;5.2;8.3;2.9;10.13;2.2;.78;5290
+76081;44.81598;1.03472;65;20220305;9.8;7.2;8.5;2.3;9.31;1.2;.96;4786
+76081;44.81598;1.03472;65;20220306;12.7;4.3;8.5;1.9;6.51;0;1.76;12614
+76081;44.81598;1.03472;65;20220307;12.6;-4.3;4.2;1.4;5.48;0;1.51;15340
+76081;44.81598;1.03472;65;20220308;14.7;-1.3;6.7;1.6;7.86;2.6;1.44;11895
+76081;44.81598;1.03472;65;20220309;17.1;3.1;10.1;2.5;9.23;.2;1.94;14013
+76081;44.81598;1.03472;65;20220310;15.4;8.2;11.8;1.9;10.21;1.3;1.48;7754
+76081;44.81598;1.03472;65;20220311;15.2;8.5;11.8;3.4;10.24;11.7;1.67;6753
+76081;44.81598;1.03472;65;20220312;11.5;7.1;9.3;2.2;10.16;5.5;.98;5414
+76081;44.81598;1.03472;65;20220313;11.6;6.9;9.3;2.8;8.93;13.6;1.33;6196
+76081;44.81598;1.03472;65;20220314;15.3;.5;7.9;4.1;9.03;0;1.63;11468
+76081;44.81598;1.03472;65;20220315;18.9;12.8;15.8;6.6;11.32;0;2.94;8618
+76081;44.81598;1.03472;65;20220316;17.1;8.4;12.8;1.7;11.48;0;1.5;8183
+76081;44.81598;1.03472;65;20220317;14.1;10.7;12.4;3;10.73;2;1.63;6212
+76081;44.81598;1.03472;65;20220318;15.7;8.3;12;2.2;9.27;0;1.9;9925
+76081;44.81598;1.03472;65;20220319;19;5.3;12.2;2.4;8.51;0;2.48;16054
+76081;44.81598;1.03472;65;20220320;17.4;4.6;11;3.4;9.14;0;2.25;11397
+76081;44.81598;1.03472;65;20220321;17.6;9.6;13.6;5.1;8.57;0;3.31;13928
+76081;44.81598;1.03472;65;20220322;18;6.7;12.4;4.9;6.34;0;3.81;16948
+76081;44.81598;1.03472;65;20220323;18.4;1.9;10.2;3.4;5.84;0;3.31;18964
+76081;44.81598;1.03472;65;20220324;20.1;-1.1;9.5;1.9;6.37;0;2.81;20145
+76081;44.81598;1.03472;65;20220325;21.5;0;10.8;1.6;6.14;0;2.78;18080
+76081;44.81598;1.03472;65;20220326;22.1;.6;11.4;1.7;5.87;0;3.08;20082
+76081;44.81598;1.03472;65;20220327;22.7;1.4;12.1;2.1;6.77;0;3.31;19496
+76081;44.81598;1.03472;65;20220328;23.1;2.4;12.7;1.7;7.54;0;3.04;17829
+76081;44.81598;1.03472;65;20220329;18.1;6.7;12.4;1.2;9.74;2.8;1.85;10847
+76081;44.81598;1.03472;65;20220330;15.5;10.3;12.9;2.2;11.27;1.8;1.59;7151
+76081;44.81598;1.03472;65;20220331;14.4;8.8;11.6;4.1;9.17;2.7;2.32;10999
+76081;44.81598;1.03472;65;20220401;8.6;.4;4.5;6.4;5.61;1.1;2.15;13122
+76081;44.81598;1.03472;65;20220402;8.8;1.7;5.2;4.5;5.37;0;2.12;11992
+76081;44.81598;1.03472;65;20220403;6.2;-3.8;1.2;1.2;5.11;0;1.36;14205
+76081;44.81598;1.03472;65;20220404;13.1;-.5;6.3;1.8;4.94;0;2.55;20926
+76081;44.81598;1.03472;65;20220405;14.9;-1.7;6.6;1.3;7.01;0;2;15943
+76081;44.81598;1.03472;65;20220406;13.1;7.8;10.5;2.5;10.87;1.6;1.13;5035
+76081;44.81598;1.03472;65;20220407;14.5;10.1;12.3;4.5;12.24;13.7;1.45;6099
+76081;44.81598;1.03472;65;20220408;19.2;11.7;15.5;4.7;11.24;.9;3;10354
+76081;44.81598;1.03472;65;20220409;15.3;5.5;10.4;2.2;7.67;0;2.66;17523
+76081;44.81598;1.03472;65;20220410;19.6;-1.1;9.2;2.2;6.67;0;3.3;23125
+76081;44.81598;1.03472;65;20220411;21.8;4.1;12.9;5;9.41;0;3.94;19751
+76081;44.81598;1.03472;65;20220412;18.6;10.7;14.6;3.8;10.77;7.5;2.96;12090
+76081;44.81598;1.03472;65;20220413;15.1;10.9;13;1.3;12.44;2.3;1.22;5501
+76081;44.81598;1.03472;65;20220414;24;7.1;15.6;1.2;12.04;.1;3.33;21579
+76081;44.81598;1.03472;65;20220415;25.3;7.2;16.2;1.6;12.14;0;3.59;21705
+76081;44.81598;1.03472;65;20220416;24.7;7;15.8;2.2;10.87;0;4.02;23459
+76081;44.81598;1.03472;65;20220417;24.7;4.1;14.4;2;9.51;0;4.04;24647
+76081;44.81598;1.03472;65;20220418;20;7.8;13.9;1.9;11.04;0;2.83;16949
+76081;44.81598;1.03472;65;20220419;17.1;7.5;12.3;2.1;11.51;14.9;1.84;10367
+76081;44.81598;1.03472;65;20220420;15.8;9.5;12.6;1.6;12.17;6.1;1.6;8866
+76081;44.81598;1.03472;65;20220421;18.2;10.8;14.5;1.6;13.11;1;1.78;9026
+76081;44.81598;1.03472;65;20220422;19.7;10.6;15.1;1.4;12.91;0;2.55;15245
+76081;44.81598;1.03472;65;20220423;14.4;9.2;11.8;2.4;11.74;22.3;1.32;6066
+76081;44.81598;1.03472;65;20220424;16.4;9.9;13.2;3.4;12.07;.1;1.81;7565
+76081;44.81598;1.03472;65;20220425;19;6.3;12.7;1.2;10.54;0;2.53;16068
+76081;44.81598;1.03472;65;20220426;22.6;4.3;13.5;1.5;10.44;0;3.7;25070
+76081;44.81598;1.03472;65;20220427;24.9;6.2;15.5;1.5;11.84;0;3.68;22387
+76081;44.81598;1.03472;65;20220428;22.3;12.1;17.2;2;14.21;0;3.03;16358
+76081;44.81598;1.03472;65;20220429;21.6;11.4;16.5;2;13.74;0;2.86;15624
+76081;44.81598;1.03472;65;20220430;23.1;9;16.1;1.8;11.64;0;3.83;23222
+76081;44.81598;1.03472;65;20220501;21.3;6.9;14.1;1.5;10.37;0;3.47;22009
+76081;44.81598;1.03472;65;20220502;22.3;9.4;15.8;1.5;10.97;0;3.5;20571
+76081;44.81598;1.03472;65;20220503;23;10.2;16.6;1.6;12.31;4.2;3.32;18424
+76081;44.81598;1.03472;65;20220504;21.9;10.2;16;1.9;12.01;0;3.43;19031
+76081;44.81598;1.03472;65;20220505;22.2;8.4;15.3;2.3;10.54;0;4.14;24238
+76081;44.81598;1.03472;65;20220506;22.6;6.4;14.5;1.9;10.76;0;3.78;22669
+76081;44.81598;1.03472;65;20220507;24.3;7.3;15.8;1.5;11.36;0;4.06;24448
+76081;44.81598;1.03472;65;20220508;25.6;7.7;16.7;1.2;11.66;0;4.14;24934
+76081;44.81598;1.03472;65;20220509;27.4;7.5;17.5;.8;11.83;0;4.33;26784
+76081;44.81598;1.03472;65;20220510;28.7;7.9;18.3;1.3;12.58;0;4.7;26858
+76081;44.81598;1.03472;65;20220511;30.1;8.9;19.5;1.9;13.53;1.5;5.27;27528
+76081;44.81598;1.03472;65;20220512;21.6;13.4;17.5;1.5;15.78;1.6;2.37;11466
+76081;44.81598;1.03472;65;20220513;25.7;14.1;19.9;1;16.58;0;3.71;20534
+76081;44.81598;1.03472;65;20220514;29.3;10.7;20;1.1;15.76;0;4.57;25495
+76081;44.81598;1.03472;65;20220515;29.3;13.5;21.4;1.8;16.61;13.2;4.65;22766
+76081;44.81598;1.03472;65;20220516;28.3;14.7;21.5;1.3;17.13;0;4.56;24261
+76081;44.81598;1.03472;65;20220517;31.6;12.7;22.2;1.3;16.18;0;5.25;27423
+76081;44.81598;1.03472;65;20220518;32.5;12.8;22.7;1.2;16.91;2.6;5.24;26929
+76081;44.81598;1.03472;65;20220519;29.7;17.6;23.6;2.1;18.83;.1;4.87;22699
+76081;44.81598;1.03472;65;20220520;29.1;14.8;21.9;1.9;16.61;0;4.86;23616
+76081;44.81598;1.03472;65;20220521;32;14.1;23.1;.8;18.98;0;4.86;25649
+76081;44.81598;1.03472;65;20220522;32.1;17.1;24.6;1.6;20.66;1.3;4.82;22411
+76081;44.81598;1.03472;65;20220523;22.6;17.1;19.8;3.6;16.21;.9;3.21;12093
+76081;44.81598;1.03472;65;20220524;20.3;11.3;15.8;2.2;12.71;1;3.3;18279
+76081;44.81598;1.03472;65;20220525;22.1;6.7;14.4;1.8;10.96;0;3.84;23075
+76081;44.81598;1.03472;65;20220526;20.1;8.3;14.2;1.4;12.36;.1;2.65;15187
+76081;44.81598;1.03472;65;20220527;25.3;10.6;17.9;2;13.36;0;4.68;26127
+76081;44.81598;1.03472;65;20220528;27;10.8;18.9;2.1;11.76;0;5.3;27909
+76081;44.81598;1.03472;65;20220529;24;6.7;15.4;1.9;9.18;0;4.86;28653
+76081;44.81598;1.03472;65;20220530;25.1;6.1;15.6;1.3;9.06;0;4.69;28390
+76081;44.81598;1.03472;65;20220531;25.7;12;18.8;1.2;11.98;.9;4.13;22072
+76081;44.81598;1.03472;65;20220601;29.9;9.9;19.9;1.6;14.18;2.6;5.23;27540
+76081;44.81598;1.03472;65;20220602;29.2;16.4;22.8;1.8;18.48;3.9;4.75;22809
+76081;44.81598;1.03472;65;20220603;30.6;17.8;24.2;1.8;18.91;5.6;5.19;24296
+76081;44.81598;1.03472;65;20220604;26.7;14.5;20.6;2.1;19.76;4.3;3.79;19525
+76081;44.81598;1.03472;65;20220605;23.7;16.4;20.1;2.6;17;0;3.21;13827
+76081;44.81598;1.03472;65;20220606;25.6;12.4;19;1.2;15.54;.3;4.1;22152
+76081;44.81598;1.03472;65;20220607;25.5;14.8;20.2;1.8;15.16;2.8;4.46;22909
+76081;44.81598;1.03472;65;20220608;20.7;13.6;17.2;1.7;15.66;1.8;2.55;12946
+76081;44.81598;1.03472;65;20220609;22.2;11;16.6;1.8;13.96;2.3;3.08;16009
+76081;44.81598;1.03472;65;20220610;28.5;10.1;19.3;.8;14.13;0;5;29034
+76081;44.81598;1.03472;65;20220611;32.3;10.9;21.6;.9;15.28;0;5.49;29975
+76081;44.81598;1.03472;65;20220612;30.5;15.1;22.8;1.4;18.81;.8;4.76;23434
+76081;44.81598;1.03472;65;20220613;31;17.8;24.4;1.5;19.13;.1;5.36;26088
+76081;44.81598;1.03472;65;20220614;35.2;14.3;24.8;1.4;18.58;.2;6.01;28490
+76081;44.81598;1.03472;65;20220615;34.7;19.1;26.9;1.5;20.31;0;6.1;27832
+76081;44.81598;1.03472;65;20220616;35.4;15.6;25.5;1;19.58;0;5.77;28034
+76081;44.81598;1.03472;65;20220617;38.2;17;27.6;1.3;19.53;0;6.52;29731
+76081;44.81598;1.03472;65;20220618;39.4;16.9;28.1;2.2;17.43;0;7.57;30091
+76081;44.81598;1.03472;65;20220619;33.2;17.2;25.2;2.2;18.81;7.4;6.08;26903
+76081;44.81598;1.03472;65;20220620;30.4;17.6;24;1.8;20.18;.4;4.68;21380
+76081;44.81598;1.03472;65;20220621;28.4;18.4;23.4;1.6;20.78;6.6;3.93;17924
+76081;44.81598;1.03472;65;20220622;27.6;18.1;22.9;1.8;19.18;.8;4.32;20595
+76081;44.81598;1.03472;65;20220623;25.8;15.4;20.6;1.3;18.36;11.9;3.6;18448
+76081;44.81598;1.03472;65;20220624;24.2;16.6;20.4;2.2;17.31;.8;3.87;19252
+76081;44.81598;1.03472;65;20220625;21.1;13.2;17.1;1.6;16.11;3.9;2.75;14429
+76081;44.81598;1.03472;65;20220626;18.4;13.9;16.2;1.9;15.81;3.2;1.99;9840
+76081;44.81598;1.03472;65;20220627;23.8;14.3;19;2.2;14.78;0;4.22;22021
+76081;44.81598;1.03472;65;20220628;26.1;11;18.5;1.6;13.08;0;4.85;26746
+76081;44.81598;1.03472;65;20220629;27.3;10.2;18.8;1.7;14.53;8.5;5.01;28029
+76081;44.81598;1.03472;65;20220630;17.1;14.5;15.8;1.7;14.93;3.7;1.73;7614
+76081;44.81598;1.03472;65;20220701;23.7;11;17.4;1.1;13.08;0;4.32;25830
+76081;44.81598;1.03472;65;20220702;29.9;8.6;19.3;1;13.46;0;5.25;30091
+76081;44.81598;1.03472;65;20220703;29.4;14.2;21.8;1.6;15.78;1.7;5.26;26507
+76081;44.81598;1.03472;65;20220704;28;16.8;22.4;2.1;17.71;.2;4.79;22912
+76081;44.81598;1.03472;65;20220705;29.5;15.5;22.5;1.7;15.88;0;5.49;27433
+76081;44.81598;1.03472;65;20220706;29.1;12.2;20.7;1.7;14.23;0;5.37;27847
+76081;44.81598;1.03472;65;20220707;28.6;12.2;20.4;1.8;14.71;0;5.3;27602
+76081;44.81598;1.03472;65;20220708;29.7;13.5;21.6;1.8;14.96;0;5.6;28319
+76081;44.81598;1.03472;65;20220709;31.5;12.4;21.9;1.4;14.66;0;5.71;29383
+76081;44.81598;1.03472;65;20220710;32.4;12.8;22.6;1.6;14.86;0;5.9;29292
+76081;44.81598;1.03472;65;20220711;34.6;14;24.3;1.5;15.66;0;6.2;29732
+76081;44.81598;1.03472;65;20220712;35.2;14.5;24.8;1.4;15.38;0;6.23;29976
+76081;44.81598;1.03472;65;20220713;35.6;12.9;24.3;.9;15.01;0;5.8;29684
+76081;44.81598;1.03472;65;20220714;37;15;26;1.3;16.68;0;6.26;29578
+76081;44.81598;1.03472;65;20220715;34.9;15.1;25;1.3;16.33;0;5.94;28691
+76081;44.81598;1.03472;65;20220716;35.7;14.5;25.1;1.3;15.51;0;6.1;29153
+76081;44.81598;1.03472;65;20220717;37.9;14.3;26.1;1.4;14.46;0;6.41;29375
+76081;44.81598;1.03472;65;20220718;40.5;16.9;28.7;2.2;15.58;0;7.58;29134
+76081;44.81598;1.03472;65;20220719;33;16.9;24.9;2;18.83;0;5.28;22439
+76081;44.81598;1.03472;65;20220720;29.3;19.3;24.3;2.7;17.96;0;5.11;21145
+76081;44.81598;1.03472;65;20220721;32.3;14;23.2;1.1;16.58;0;5.31;27426
+76081;44.81598;1.03472;65;20220722;30.9;15.3;23.1;2.2;18.01;.1;5.17;23888
+76081;44.81598;1.03472;65;20220723;29.8;16.8;23.3;1.6;16.41;0;4.67;21802
+76081;44.81598;1.03472;65;20220724;37;13.1;25.1;1.1;15.56;0;5.86;28896
+76081;44.81598;1.03472;65;20220725;29;20;24.5;3.2;17.76;0;4.81;17051
+76081;44.81598;1.03472;65;20220726;26.9;15.4;21.1;1.9;14.51;0;4.6;22399
+76081;44.81598;1.03472;65;20220727;29;11.4;20.2;1.7;13.23;0;5.04;26284
+76081;44.81598;1.03472;65;20220728;29.7;12.2;21;1.8;14.58;0;5.11;26049
+76081;44.81598;1.03472;65;20220729;28.2;16.8;22.5;1.9;16.41;.5;4.2;18487
+76081;44.81598;1.03472;65;20220730;30.8;15.6;23.2;1.7;16.86;0;5.18;25039
+76081;44.81598;1.03472;65;20220731;33.6;14.9;24.3;1.6;16.51;0;5.6;26590
+76081;44.81598;1.03472;65;20220801;34.8;16;25.4;1.9;16.46;0;5.95;26466
+76081;44.81598;1.03472;65;20220802;36;14.1;25.1;1.1;15.76;0;5.6;27677
+76081;44.81598;1.03472;65;20220803;38.6;15.4;27;1.1;15.81;0;5.77;27500
+76081;44.81598;1.03472;65;20220804;37.4;18.4;27.9;1.7;19.38;0;5.93;25296
+76081;44.81598;1.03472;65;20220805;31.7;19.8;25.8;2.4;19.53;0;4.97;19891
+76081;44.81598;1.03472;65;20220806;33.3;18.2;25.8;1.9;15.96;0;5.68;24592
+76081;44.81598;1.03472;65;20220807;34.2;14.2;24.2;1.6;12.38;0;5.74;26600
+76081;44.81598;1.03472;65;20220808;35.8;12.1;23.9;1.3;11.93;0;5.57;27343
+76081;44.81598;1.03472;65;20220809;36.7;13.6;25.1;1.1;12.71;0;5.39;26521
+76081;44.81598;1.03472;65;20220810;38.1;13.3;25.7;1.3;12.66;0;5.74;26998
+76081;44.81598;1.03472;65;20220811;38.7;15.2;27;1.3;15.48;0;5.62;25525
+76081;44.81598;1.03472;65;20220812;39.7;18;28.9;1.5;17.63;0;5.95;25258
+76081;44.81598;1.03472;65;20220813;36.4;19.1;27.8;2.4;19.08;3.7;5.87;22674
+76081;44.81598;1.03472;65;20220814;25.2;20.1;22.6;2.5;20.73;13.2;2.77;10643
+76081;44.81598;1.03472;65;20220815;28.3;16.8;22.6;1.5;17.63;.2;3.74;17606
+76081;44.81598;1.03472;65;20220816;26.1;14.6;20.3;1.1;18.01;14.5;2.81;13970
+76081;44.81598;1.03472;65;20220817;26.2;15;20.6;2;17.18;2.1;3.72;18799
+76081;44.81598;1.03472;65;20220818;27.5;14.5;21;2.4;16.31;0;4.03;18720
+76081;44.81598;1.03472;65;20220819;27.7;16.8;22.3;2.5;17.81;1.2;3.73;15558
+76081;44.81598;1.03472;65;20220820;28.5;16.3;22.4;1;18.46;0;3.52;18210
+76081;44.81598;1.03472;65;20220821;28;14.7;21.4;1.5;17.16;0;3.57;17573
+76081;44.81598;1.03472;65;20220822;27.1;19.5;23.3;2;19.21;1.1;3.17;12651
+76081;44.81598;1.03472;65;20220823;30.6;16.8;23.7;1.1;18.81;0;4.02;20432
+76081;44.81598;1.03472;65;20220824;35.2;15.2;25.2;.9;17.91;.6;4.58;23677
+76081;44.81598;1.03472;65;20220825;30.2;17.6;23.9;1.9;19.51;1.2;3.99;18108
+76081;44.81598;1.03472;65;20220826;30.5;17.4;23.9;1.7;18.68;.2;3.98;18325
+76081;44.81598;1.03472;65;20220827;31;14;22.5;1;15.83;0;4;21492
+76081;44.81598;1.03472;65;20220828;33.1;12.2;22.6;.9;14.43;0;4.33;23602
+76081;44.81598;1.03472;65;20220829;33.6;13.3;23.4;1.7;15.93;1.4;4.17;17625
+76081;44.81598;1.03472;65;20220830;33.2;16.7;24.9;1.3;17.66;0;4.4;21319
+76081;44.81598;1.03472;65;20220831;32.6;14.9;23.7;1.5;16.46;.1;4.21;19994
+76081;44.81598;1.03472;65;20220901;28.4;17;22.7;1.5;18.68;4.1;2.86;12204
+76081;44.81598;1.03472;65;20220902;27.8;16.2;22;1.2;18.31;6.5;3.01;14962
+76081;44.81598;1.03472;65;20220903;28.6;16;22.3;1.2;17.23;0;3.38;17534
+76081;44.81598;1.03472;65;20220904;33.6;14.2;23.9;1.6;17.18;.7;4.35;20365
+76081;44.81598;1.03472;65;20220905;34.5;16.4;25.5;1.8;19.08;6.3;4.52;20194
+76081;44.81598;1.03472;65;20220906;31.9;17.4;24.6;1.9;18.51;.5;4.02;17510
+76081;44.81598;1.03472;65;20220907;26.9;16.5;21.7;1.6;16.28;.1;3.05;14048
+76081;44.81598;1.03472;65;20220908;23.8;12.6;18.2;1.4;15.21;.7;2.5;13573
+76081;44.81598;1.03472;65;20220909;25.1;12.6;18.9;1.9;14.48;.5;3.04;15273
+76081;44.81598;1.03472;65;20220910;26.6;10.6;18.6;.8;13.68;.1;2.99;18995
+76081;44.81598;1.03472;65;20220911;31.5;10.8;21.2;1.1;13.51;0;3.7;20997
+76081;44.81598;1.03472;65;20220912;36.1;13.1;24.6;1.7;15.98;0;4.49;20107
+76081;44.81598;1.03472;65;20220913;32.2;20.9;26.5;1.8;21.26;.8;3.21;11438
+76081;44.81598;1.03472;65;20220914;30.8;19;24.9;1.8;18.81;.3;3.61;15763
+76081;44.81598;1.03472;65;20220915;28.7;13.8;21.3;1.5;16.98;.1;3.18;16152
+76081;44.81598;1.03472;65;20220916;24.7;15.2;20;2;14.96;0;2.96;13608
+76081;44.81598;1.03472;65;20220917;21.4;7.7;14.6;1.4;9.18;0;2.78;17711
+76081;44.81598;1.03472;65;20220918;25.4;3.4;14.4;1;8.08;0;2.89;19872
+76081;44.81598;1.03472;65;20220919;26.1;3.5;14.8;1.4;8.73;0;3.17;19953
+76081;44.81598;1.03472;65;20220920;25.1;4.3;14.7;1.2;8.73;0;2.92;19345
+76081;44.81598;1.03472;65;20220921;25.6;4.2;14.9;.9;8.88;0;2.73;19080
+76081;44.81598;1.03472;65;20220922;26.7;4.9;15.8;.8;9.53;0;2.71;18993
+76081;44.81598;1.03472;65;20220923;22.6;7.6;15.1;1.2;11.98;1.4;2.08;11894
+76081;44.81598;1.03472;65;20220924;21;12.6;16.8;1.3;14.68;2.8;1.72;8835
+76081;44.81598;1.03472;65;20220925;19.7;10;14.9;1.2;12.58;0;1.82;11368
+76081;44.81598;1.03472;65;20220926;20.4;7.2;13.8;2.2;11.51;3;2.17;12694
+76081;44.81598;1.03472;65;20220927;17.9;12;15;3.5;13.73;6.3;1.76;8426
+76081;44.81598;1.03472;65;20220928;20.1;15;17.6;4.7;15.91;6.1;2.07;8604
+76081;44.81598;1.03472;65;20220929;18.2;11.7;14.9;1.6;12.93;4.7;1.56;8030
+76081;44.81598;1.03472;65;20220930;19.7;7.8;13.7;1.3;10.83;.6;1.94;13386
+76081;44.81598;1.03472;65;20221001;20.4;8.7;14.6;2.2;14.93;2.4;1.36;7718
+76081;44.81598;1.03472;65;20221002;22.5;15.1;18.8;1.1;16.38;0;1.66;8733
+76081;44.81598;1.03472;65;20221003;24.7;10.9;17.8;.6;13.96;0;2.03;14427
+76081;44.81598;1.03472;65;20221004;24.9;7.8;16.3;.9;12.58;.1;2.13;15325
+76081;44.81598;1.03472;65;20221005;26.9;8;17.4;1.7;13.43;0;2.58;15313
+76081;44.81598;1.03472;65;20221006;22.1;14.2;18.2;1.1;15.71;0;1.56;7897
+76081;44.81598;1.03472;65;20221007;25.4;10.4;17.9;.9;14.23;0;2;13569
+76081;44.81598;1.03472;65;20221008;22.8;11.9;17.4;.9;14.41;.1;1.61;9778
+76081;44.81598;1.03472;65;20221009;25.8;7.8;16.8;1.2;12.63;0;2.2;14297
+76081;44.81598;1.03472;65;20221010;23.9;10.6;17.3;1;14.68;0;1.65;10246
+76081;44.81598;1.03472;65;20221011;22.2;14.4;18.3;.9;16.43;.1;1.35;7579
+76081;44.81598;1.03472;65;20221012;23.7;13.5;18.6;1;15.31;.6;1.72;10750
+76081;44.81598;1.03472;65;20221013;19.8;10.8;15.3;1.2;14.94;4.6;1.18;6276
+76081;44.81598;1.03472;65;20221014;20.7;16.3;18.5;2.7;17.73;1.2;1.34;4678
+76081;44.81598;1.03472;65;20221015;25.1;15.4;20.2;1.3;16.18;0;1.86;10153
+76081;44.81598;1.03472;65;20221016;28.1;14;21.1;2.3;16.71;0;2.55;11810
+76081;44.81598;1.03472;65;20221017;25.9;16.9;21.4;1.9;17.73;0;1.94;7925
+76081;44.81598;1.03472;65;20221018;28.9;14.1;21.5;2.1;17.06;0;2.51;11895
+76081;44.81598;1.03472;65;20221019;26.8;13.2;20;2.4;16.76;1.8;2.16;9304
+76081;44.81598;1.03472;65;20221020;25.7;15.1;20.4;2.2;17.96;.7;1.82;7313
+76081;44.81598;1.03472;65;20221021;24;15.1;19.5;1.4;15.93;1.8;1.6;7706
+76081;44.81598;1.03472;65;20221022;25.4;10.8;18.1;1.6;14.36;.2;1.85;10841
+76081;44.81598;1.03472;65;20221023;26.4;15.2;20.8;2.2;14.38;0;2.24;6953
+76081;44.81598;1.03472;65;20221024;23.9;9.6;16.7;1.2;12.48;0;1.59;10352
+76081;44.81598;1.03472;65;20221025;24.1;8.1;16.1;1.5;12.96;.1;1.6;8887
+76081;44.81598;1.03472;65;20221026;26.3;10.3;18.3;1.6;14.21;0;1.79;10171
+76081;44.81598;1.03472;65;20221027;26.3;12.5;19.4;2.5;15.81;0;1.98;7756
+76081;44.81598;1.03472;65;20221028;26.8;19.5;23.1;2.5;15.61;0;2.38;7191
+76081;44.81598;1.03472;65;20221029;28.2;12.5;20.4;1.7;13.01;0;2.06;9662
+76081;44.81598;1.03472;65;20221030;24.2;9;16.6;.9;12.73;0;1.27;9239
+76081;44.81598;1.03472;65;20221031;23.8;10.7;17.3;1.6;14.63;6.5;1.39;7375
+76081;44.81598;1.03472;65;20221101;19.2;11.1;15.2;1.2;13.56;.1;1.05;6475
+76081;44.81598;1.03472;65;20221102;19.8;7.4;13.6;.9;11.11;0;1.06;9321
+76081;44.81598;1.03472;65;20221103;19.6;7.1;13.4;2.4;11.41;6.3;1.37;5531
+76081;44.81598;1.03472;65;20221104;14.2;9.5;11.8;3.6;10.33;3.2;1.35;5205
+76081;44.81598;1.03472;65;20221105;16.4;1.5;9;.8;8.21;.1;.8;7934
+76081;44.81598;1.03472;65;20221106;17.6;1.6;9.6;1.2;8.71;1.2;.95;7718
+76081;44.81598;1.03472;65;20221107;20.3;6;13.2;1.3;10.91;0;1.07;9211
+76081;44.81598;1.03472;65;20221108;20.3;8.5;14.4;2.4;12.56;4;1.29;6615
+76081;44.81598;1.03472;65;20221109;15.7;13.3;14.5;1.3;14.18;2.3;.72;2833
+76081;44.81598;1.03472;65;20221110;15.4;9.8;12.6;1.2;11.91;.1;.75;5082
+76081;44.81598;1.03472;65;20221111;22.6;3.3;12.9;1.1;10.61;.1;1.03;9359
+76081;44.81598;1.03472;65;20221112;22.7;6.2;14.4;1.3;11.18;0;1.12;8513
+76081;44.81598;1.03472;65;20221113;22;3.8;12.9;1;9.93;0;.91;8977
+76081;44.81598;1.03472;65;20221114;15.7;6.3;11;1.4;11.71;6.3;.63;3504
+76081;44.81598;1.03472;65;20221115;17;9.3;13.1;1.7;12.93;8.4;.75;4269
+76081;44.81598;1.03472;65;20221116;18.1;10.2;14.2;2.2;12.46;.7;1.04;6048
+76081;44.81598;1.03472;65;20221117;17.8;13.1;15.4;3;12.98;4.1;1.31;4804
+76081;44.81598;1.03472;65;20221118;13.2;5.8;9.5;1.5;10.43;2;.62;4606
+76081;44.81598;1.03472;65;20221119;11.7;6.6;9.1;1.4;9.61;.3;.61;4289
+76081;44.81598;1.03472;65;20221120;10.6;1.7;6.1;1.3;8.96;2.2;.45;3064
+76081;44.81598;1.03472;65;20221121;12.8;5.8;9.3;2.7;10.48;17.2;.66;2100
+76081;44.81598;1.03472;65;20221122;11.6;6.3;8.9;2.9;9.63;12.8;.68;4133
+76081;44.81598;1.03472;65;20221123;16.2;8.9;12.5;2.6;11.26;3.6;.99;4428
+76081;44.81598;1.03472;65;20221124;13.7;4.7;9.2;1.2;9.96;1.7;.51;4962
+76081;44.81598;1.03472;65;20221125;13.7;8.5;11.1;1.2;10.51;5.8;.63;3398
+76081;44.81598;1.03472;65;20221126;10.4;3.1;6.8;1.1;8.46;.2;.47;4072
+76081;44.81598;1.03472;65;20221127;12.3;1;6.7;1.4;8.36;9.3;.45;5692
+76081;44.81598;1.03472;65;20221128;13.7;7.7;10.7;2;10.88;4.1;.65;3982
+76081;44.81598;1.03472;65;20221129;9.6;3;6.3;1;9.06;.1;.38;3270
+76081;44.81598;1.03472;65;20221130;10.9;3.3;7.1;1;7.96;.2;.47;4423
+76081;44.81598;1.03472;65;20221201;10.3;-.1;5.1;1.3;6.88;0;.5;4884
+76081;44.81598;1.03472;65;20221202;8;5.1;6.6;.9;7.36;.3;.55;2163
+76081;44.81598;1.03472;65;20221203;8.1;3.8;6;.8;7.73;2.8;.41;3170
+76081;44.81598;1.03472;65;20221204;9.1;3.9;6.5;.9;7.86;.1;.45;3152
+76081;44.81598;1.03472;65;20221205;10.8;-.9;5;1.2;6.48;.1;.45;5784
+76081;44.81598;1.03472;65;20221206;10.2;-1.3;4.4;.9;6.31;0;.39;5035
+76081;44.81598;1.03472;65;20221207;9.3;-1.8;3.7;.6;5.93;.1;.27;5761
+76081;44.81598;1.03472;65;20221208;7.8;-2.5;2.6;1;6.38;1.6;.35;3754
+76081;44.81598;1.03472;65;20221209;9.2;4.5;6.9;1;8.28;.6;.46;2632
+76081;44.81598;1.03472;65;20221210;2.6;-1;.8;2.4;5.01;0;.5;3349
+76081;44.81598;1.03472;65;20221211;4.6;-7.3;-1.3;.9;4.06;.1;.28;5520
+76081;44.81598;1.03472;65;20221212;3;-5.9;-1.5;1.4;5.31;8.2;.23;3059
+76081;44.81598;1.03472;65;20221213;8;2.2;5.1;1.9;9.36;1.2;.21;2216
+76081;44.81598;1.03472;65;20221214;15.8;6.9;11.4;1.1;11.56;2.4;.5;3264
+76081;44.81598;1.03472;65;20221215;11.5;6.3;8.9;1.5;10.41;.8;.44;2129
+76081;44.81598;1.03472;65;20221216;9.4;4.5;7;1.7;7.61;0;.61;3964
+76081;44.81598;1.03472;65;20221217;7.7;-5.6;1.1;.9;4.81;.1;.29;5985
+76081;44.81598;1.03472;65;20221218;12.8;-3.4;4.7;1.6;6.81;0;.49;5847
+76081;44.81598;1.03472;65;20221219;17;4.9;11;1.8;9.76;0;.78;5384
+76081;44.81598;1.03472;65;20221220;15.6;9.7;12.7;2.5;11.71;5.9;.87;2645
+76081;44.81598;1.03472;65;20221221;16.4;9.9;13.2;2;12.48;.5;.68;3534
+76081;44.81598;1.03472;65;20221222;15.6;11.1;13.3;2.7;13.18;17.6;.66;2422
+76081;44.81598;1.03472;65;20221223;17.1;13.3;15.2;1.6;14.31;.3;.68;2445
+76081;44.81598;1.03472;65;20221224;17.8;10.6;14.2;1.2;12.06;0;.59;4796
+76081;44.81598;1.03472;65;20221225;18.4;3;10.7;1.3;9.66;0;.49;6538
+76081;44.81598;1.03472;65;20221226;14.4;7.6;11;.9;11.36;1;.46;2804
+76081;44.81598;1.03472;65;20221227;11.8;7.9;9.9;.9;10.81;.2;.4;2841
+76081;44.81598;1.03472;65;20221228;16.5;4.5;10.5;1.7;10.06;0;.6;5444
+76081;44.81598;1.03472;65;20221229;11.9;9.1;10.5;1.8;11.18;9.6;.57;1437
+76081;44.81598;1.03472;65;20221230;14.8;9.6;12.2;1.9;11.78;1.8;.7;2625
+76081;44.81598;1.03472;65;20221231;18.3;9.2;13.7;2.2;11.71;0;.9;4801
+76082;44.8425;1.34861;143;20220101;17.7;4.4;11.1;1.6;8.88;0;.84;5354
+76082;44.8425;1.34861;143;20220102;15.2;5.8;10.5;1.5;9.45;.1;.68;4547
+76082;44.8425;1.34861;143;20220103;13.8;7;10.4;2.3;10.85;.3;.57;4207
+76082;44.8425;1.34861;143;20220104;16.7;10.2;13.5;3;9.78;2.1;1.36;3871
+76082;44.8425;1.34861;143;20220105;7.1;1.7;4.4;1.9;6.37;0;.54;3250
+76082;44.8425;1.34861;143;20220106;6.6;-2.6;2;1;5.08;.1;.31;6551
+76082;44.8425;1.34861;143;20220107;6.4;-2.7;1.8;2;6.45;5;.42;3568
+76082;44.8425;1.34861;143;20220108;11.3;4.3;7.8;3.8;9.85;8.4;.47;2881
+76082;44.8425;1.34861;143;20220109;8.2;5.9;7;2;9.08;14.1;.44;1587
+76082;44.8425;1.34861;143;20220110;8.4;6.9;7.7;1;9.22;2;.45;1521
+76082;44.8425;1.34861;143;20220111;10.7;1.3;6;1.3;6.08;0;.5;6682
+76082;44.8425;1.34861;143;20220112;8.2;-3.3;2.4;1.1;4.88;0;.4;7051
+76082;44.8425;1.34861;143;20220113;8;-3.8;2.1;.9;4.78;0;.33;7023
+76082;44.8425;1.34861;143;20220114;10.3;-5.5;2.4;.6;4.78;.1;.25;8056
+76082;44.8425;1.34861;143;20220115;9;-4.1;2.5;.8;5.02;0;.36;7358
+76082;44.8425;1.34861;143;20220116;7.7;-5.1;1.3;.8;4.98;.1;.31;7570
+76082;44.8425;1.34861;143;20220117;9.7;-3.6;3.1;.8;5.92;.1;.32;7113
+76082;44.8425;1.34861;143;20220118;3.5;-3.1;.2;.9;5.88;.2;.25;4632
+76082;44.8425;1.34861;143;20220119;4.2;1.4;2.8;1.7;6.92;1.2;.36;1817
+76082;44.8425;1.34861;143;20220120;7;.9;4;1.1;6.62;.1;.45;3900
+76082;44.8425;1.34861;143;20220121;6.9;-.4;3.3;2.4;4.88;0;.82;7221
+76082;44.8425;1.34861;143;20220122;9.2;-3.5;2.8;1.3;4.92;0;.61;7905
+76082;44.8425;1.34861;143;20220123;11.7;-3.1;4.3;1.1;5.25;0;.6;8227
+76082;44.8425;1.34861;143;20220124;12.5;-2.6;4.9;.9;5.52;0;.58;8322
+76082;44.8425;1.34861;143;20220125;11.9;-2.5;4.7;.7;6.05;0;.47;8279
+76082;44.8425;1.34861;143;20220126;11.9;-2.1;4.9;.8;6.32;0;.54;7431
+76082;44.8425;1.34861;143;20220127;10.7;-4.1;3.3;.9;5.28;.1;.52;9068
+76082;44.8425;1.34861;143;20220128;3.3;-3.7;-.2;.8;5.32;0;.36;5359
+76082;44.8425;1.34861;143;20220129;1.3;-1;.1;.8;5.85;0;.33;2793
+76082;44.8425;1.34861;143;20220130;11.1;.9;6;1.2;7.58;.2;.52;6426
+76082;44.8425;1.34861;143;20220131;9.5;1.7;5.6;2.6;8.18;1;.58;3507
+76082;44.8425;1.34861;143;20220201;6.4;.9;3.7;2.1;7.82;1.4;.32;3882
+76082;44.8425;1.34861;143;20220202;9.7;6.2;8;1.9;9.45;.2;.57;3168
+76082;44.8425;1.34861;143;20220203;7;.7;3.9;1.4;7.82;.5;.4;4494
+76082;44.8425;1.34861;143;20220204;9.9;6.1;8;1.5;9.85;2.3;.5;2297
+76082;44.8425;1.34861;143;20220205;11.1;5.2;8.1;1.7;7.45;0;.9;7944
+76082;44.8425;1.34861;143;20220206;8.9;-.9;4;2.4;7.98;2.1;.45;4119
+76082;44.8425;1.34861;143;20220207;12.2;8.4;10.3;3;9.1;.7;1.1;4524
+76082;44.8425;1.34861;143;20220208;14.2;.5;7.4;1.5;6.4;0;1.1;9494
+76082;44.8425;1.34861;143;20220209;17.5;1.4;9.5;1.9;6.78;0;1.48;10579
+76082;44.8425;1.34861;143;20220210;15.2;2.4;8.8;1;7.96;.1;1.02;10600
+76082;44.8425;1.34861;143;20220211;13.4;8.2;10.8;2.4;7.36;0;1.57;11150
+76082;44.8425;1.34861;143;20220212;12.9;-2.4;5.2;1.4;4.76;0;1.17;9457
+76082;44.8425;1.34861;143;20220213;16.4;1.7;9;4.1;8.16;4.1;1.87;9250
+76082;44.8425;1.34861;143;20220214;12.2;8.5;10.4;3.5;9.6;4.6;1.22;5161
+76082;44.8425;1.34861;143;20220215;9;5.9;7.4;2.1;8.96;7.8;.69;3800
+76082;44.8425;1.34861;143;20220216;13.1;8.1;10.6;3.7;11.92;7.5;.63;4130
+76082;44.8425;1.34861;143;20220217;14.1;11.4;12.7;2.7;13.28;2.4;.71;3727
+76082;44.8425;1.34861;143;20220218;14.6;10.5;12.6;1.9;11.45;.5;1.02;5057
+76082;44.8425;1.34861;143;20220219;11.6;4.7;8.1;1.5;7.65;0;1.08;9146
+76082;44.8425;1.34861;143;20220220;11;1.7;6.3;2.5;9.32;3;.59;4831
+76082;44.8425;1.34861;143;20220221;11.5;9.4;10.5;4.5;9.12;.8;1.51;6318
+76082;44.8425;1.34861;143;20220222;13;6.5;9.7;1.6;9.12;0;1.11;7396
+76082;44.8425;1.34861;143;20220223;17.1;6.4;11.8;1.1;8.72;0;1.44;12544
+76082;44.8425;1.34861;143;20220224;15.8;5;10.4;2.1;8.48;.1;1.56;9301
+76082;44.8425;1.34861;143;20220225;11.3;1.6;6.5;2;6.18;0;1.42;12302
+76082;44.8425;1.34861;143;20220226;15.4;-.8;7.3;2.1;4.88;0;1.94;14085
+76082;44.8425;1.34861;143;20220227;16.8;.7;8.8;1.8;6.18;0;1.85;13846
+76082;44.8425;1.34861;143;20220228;17.2;2;9.6;1.3;7.45;0;1.64;13543
+76082;44.8425;1.34861;143;20220301;17.6;1.3;9.4;1.8;6.58;0;1.97;13963
+76082;44.8425;1.34861;143;20220302;12.3;5;8.7;2.1;8.92;1.3;1.05;4833
+76082;44.8425;1.34861;143;20220303;16.4;8.4;12.4;1.3;9.62;0;1.49;10185
+76082;44.8425;1.34861;143;20220304;12.3;4.4;8.3;2.3;9.65;4.1;.83;5135
+76082;44.8425;1.34861;143;20220305;9.2;6.6;7.9;2.1;9.08;.2;.78;4180
+76082;44.8425;1.34861;143;20220306;12.2;2.6;7.4;1.8;5.75;0;1.77;14155
+76082;44.8425;1.34861;143;20220307;13.1;-3.7;4.7;1.8;4.92;0;1.73;15635
+76082;44.8425;1.34861;143;20220308;15.8;1.1;8.5;2.1;7.92;2.6;1.65;11123
+76082;44.8425;1.34861;143;20220309;17.2;6.8;12;3.1;9.12;.1;2.2;13748
+76082;44.8425;1.34861;143;20220310;14.6;8.1;11.3;2.8;9.72;2.2;1.49;6163
+76082;44.8425;1.34861;143;20220311;14.9;8.9;11.9;5;9.68;27.4;2.02;7054
+76082;44.8425;1.34861;143;20220312;10.1;7.7;8.9;3;9.75;11.2;.92;4460
+76082;44.8425;1.34861;143;20220313;11.3;7.3;9.3;4;8.38;18.4;1.42;3791
+76082;44.8425;1.34861;143;20220314;14.5;.8;7.7;4.2;8.62;.2;1.6;10249
+76082;44.8425;1.34861;143;20220315;18;12.6;15.3;6.8;10.66;0;3.07;9912
+76082;44.8425;1.34861;143;20220316;17.4;9.7;13.6;2;10.82;0;1.66;6823
+76082;44.8425;1.34861;143;20220317;14;10.7;12.4;2.8;10.35;.8;1.59;6388
+76082;44.8425;1.34861;143;20220318;17;8.1;12.6;2.2;8.96;0;2.13;11100
+76082;44.8425;1.34861;143;20220319;19;7.8;13.4;2.4;7.76;0;2.87;16600
+76082;44.8425;1.34861;143;20220320;17;5.8;11.4;3.9;8.01;0;2.57;10050
+76082;44.8425;1.34861;143;20220321;16.1;10.7;13.4;5.6;7.61;0;3.44;13100
+76082;44.8425;1.34861;143;20220322;17;8;12.5;5;5.61;0;4.04;19100
+76082;44.8425;1.34861;143;20220323;17.9;3.3;10.6;3.1;4.76;0;3.51;20050
+76082;44.8425;1.34861;143;20220324;20.4;.2;10.3;2.7;5.26;0;3.45;20650
+76082;44.8425;1.34861;143;20220325;21.2;2.8;12;2.1;4.81;0;3.33;16950
+76082;44.8425;1.34861;143;20220326;22.2;2.4;12.3;2.2;5.16;0;3.53;20350
+76082;44.8425;1.34861;143;20220327;22.6;3.8;13.2;2.8;6.11;0;3.84;19250
+76082;44.8425;1.34861;143;20220328;23.1;6.1;14.6;2.8;6.26;0;4.02;17850
+76082;44.8425;1.34861;143;20220329;19.1;8.8;13.9;1.8;8.41;4.9;2.38;10000
+76082;44.8425;1.34861;143;20220330;15.7;10.3;13;1.7;10.76;1.7;1.69;8550
+76082;44.8425;1.34861;143;20220331;14.1;8.7;11.4;3.2;8.56;3.5;2.43;13850
+76082;44.8425;1.34861;143;20220401;7.6;1.1;4.3;5.4;5.57;1.5;1.95;12155
+76082;44.8425;1.34861;143;20220402;8;.9;4.5;4;5.24;0;1.9;10459
+76082;44.8425;1.34861;143;20220403;5.8;-4.2;.8;1.2;5.09;0;1.36;14205
+76082;44.8425;1.34861;143;20220404;12.5;1.5;7;1.6;4.96;0;2.62;22400
+76082;44.8425;1.34861;143;20220405;14.5;-1.5;6.5;1.4;6.76;0;2.07;16750
+76082;44.8425;1.34861;143;20220406;12.2;5.3;8.8;1.6;9.96;3;.96;4700
+76082;44.8425;1.34861;143;20220407;12.6;9.5;11;3.5;11.81;13.3;.92;3700
+76082;44.8425;1.34861;143;20220408;18.6;11.5;15;4;10.91;1;2.66;8950
+76082;44.8425;1.34861;143;20220409;14.2;5.6;9.9;2.3;6.91;0;2.6;16900
+76082;44.8425;1.34861;143;20220410;19.7;-.6;9.6;2.1;5.76;0;3.54;23800
+76082;44.8425;1.34861;143;20220411;20.2;6.6;13.4;5.4;8.94;0;4.08;19651
+76082;44.8425;1.34861;143;20220412;18.9;11.9;15.4;4.6;9.97;1.2;3.63;14357
+76082;44.8425;1.34861;143;20220413;15;11;13;1.4;10.91;1.9;1.4;5450
+76082;44.8425;1.34861;143;20220414;24.1;5.7;14.9;1.6;10.96;0;3.58;23050
+76082;44.8425;1.34861;143;20220415;25.4;7.8;16.6;1.5;11.41;0;3.86;23600
+76082;44.8425;1.34861;143;20220416;24.9;7.5;16.2;1.9;10.01;0;4.14;24500
+76082;44.8425;1.34861;143;20220417;24.7;4.1;14.4;1.6;8.36;0;4.02;25350
+76082;44.8425;1.34861;143;20220418;20.3;6.6;13.4;1.4;10.26;0;2.96;19200
+76082;44.8425;1.34861;143;20220419;17.9;6.3;12.1;1.7;11.11;7.6;1.99;11600
+76082;44.8425;1.34861;143;20220420;16.3;9.6;12.9;1.3;11.91;5.2;1.55;8050
+76082;44.8425;1.34861;143;20220421;17.1;10.7;13.9;1.2;12.81;.4;1.67;8900
+76082;44.8425;1.34861;143;20220422;19.7;9.6;14.6;1.4;12.26;0;2.5;14650
+76082;44.8425;1.34861;143;20220423;17.5;10.9;14.2;2.9;10.76;26.3;1.93;3800
+76082;44.8425;1.34861;143;20220424;15.2;9.1;12.2;2.3;11.76;4.2;1.21;4150
+76082;44.8425;1.34861;143;20220425;18.4;6.7;12.5;1.3;10.01;0;2.52;15750
+76082;44.8425;1.34861;143;20220426;22.2;4.2;13.2;1.4;9.71;0;3.83;26300
+76082;44.8425;1.34861;143;20220427;25;6.7;15.8;1.4;11.01;0;3.87;23350
+76082;44.8425;1.34861;143;20220428;23.6;11.9;17.7;1.7;13.71;0;3.47;19350
+76082;44.8425;1.34861;143;20220429;21.9;12;16.9;1.6;13.31;0;3.24;18450
+76082;44.8425;1.34861;143;20220430;23;8.7;15.8;1.5;10.71;0;4.06;25400
+76082;44.8425;1.34861;143;20220501;20.9;5.6;13.2;1.2;9.16;0;3.33;21900
+76082;44.8425;1.34861;143;20220502;22.7;7.6;15.2;1.4;9.71;0;3.67;22450
+76082;44.8425;1.34861;143;20220503;23.1;10;16.6;1.6;12.06;6.3;3.38;18500
+76082;44.8425;1.34861;143;20220504;21.4;11.1;16.2;1.4;12.21;.1;3.28;19200
+76082;44.8425;1.34861;143;20220505;21.5;9.8;15.7;2;10.21;0;4.21;25500
+76082;44.8425;1.34861;143;20220506;21.9;7;14.5;1.9;10.18;0;3.63;21266
+76082;44.8425;1.34861;143;20220507;23.8;8.5;16.2;1.7;10.85;0;4.04;23416
+76082;44.8425;1.34861;143;20220508;25.4;8.9;17.1;1.6;10.95;0;4.24;23917
+76082;44.8425;1.34861;143;20220509;26.9;9.5;18.2;1.2;11.02;0;4.39;25184
+76082;44.8425;1.34861;143;20220510;28.1;10.5;19.3;1.7;11.72;0;4.73;24776
+76082;44.8425;1.34861;143;20220511;30.7;12.2;21.5;2.2;12.82;1.3;5.46;25554
+76082;44.8425;1.34861;143;20220512;19.5;13.8;16.6;1.6;15.55;1.7;2.1;11009
+76082;44.8425;1.34861;143;20220513;25.4;14.6;20;1.1;16.32;0;3.88;21826
+76082;44.8425;1.34861;143;20220514;29.1;12.2;20.7;1.2;15.58;0;4.45;23899
+76082;44.8425;1.34861;143;20220515;29.9;15.7;22.8;2.3;15.18;7.4;5.16;23118
+76082;44.8425;1.34861;143;20220516;27.8;14.8;21.3;1.5;16.42;.1;4.67;25096
+76082;44.8425;1.34861;143;20220517;31.1;14.1;22.6;1.6;15.98;0;5.16;25824
+76082;44.8425;1.34861;143;20220518;32.5;15.3;23.9;1.5;16.68;1.5;5.28;25400
+76082;44.8425;1.34861;143;20220519;30;18.1;24.1;2.2;17.82;.1;5.09;23186
+76082;44.8425;1.34861;143;20220520;29.2;17.5;23.3;2.5;14.85;0;5.2;21992
+76082;44.8425;1.34861;143;20220521;31.6;15.5;23.6;1.2;18.82;.1;4.84;24143
+76082;44.8425;1.34861;143;20220522;32.3;18.6;25.5;1.6;20.68;1.3;4.6;20116
+76082;44.8425;1.34861;143;20220523;21.6;17.1;19.3;3.2;16.08;1;2.73;10574
+76082;44.8425;1.34861;143;20220524;20.1;11.9;16;1.9;12.55;.8;3.36;19528
+76082;44.8425;1.34861;143;20220525;21.1;7.7;14.4;1.7;10.92;0;3.54;21564
+76082;44.8425;1.34861;143;20220526;19.2;8.6;13.9;1.5;12.25;0;2.55;15082
+76082;44.8425;1.34861;143;20220527;25;9.3;17.1;2;13.05;0;4.58;26676
+76082;44.8425;1.34861;143;20220528;26.2;11.9;19;2.4;11.32;0;5.29;27241
+76082;44.8425;1.34861;143;20220529;23.2;9.5;16.3;2.4;8.65;0;5.01;26927
+76082;44.8425;1.34861;143;20220530;24.5;6.4;15.5;1.3;8.62;0;4.56;27381
+76082;44.8425;1.34861;143;20220531;24.5;12.1;18.3;1.1;10.85;.4;3.81;19792
+76082;44.8425;1.34861;143;20220601;29.1;11;20.1;1.7;13.52;1.3;5.11;25996
+76082;44.8425;1.34861;143;20220602;28;17;22.5;1.9;18.22;2.2;4.1;18852
+76082;44.8425;1.34861;143;20220603;30.4;17.4;23.9;2.3;17.38;14.2;5.38;24098
+76082;44.8425;1.34861;143;20220604;27.2;14.3;20.8;2.3;19.15;9.8;3.97;20881
+76082;44.8425;1.34861;143;20220605;23.4;16.4;19.9;2.2;17.2;.1;3.14;16232
+76082;44.8425;1.34861;143;20220606;24.5;12.9;18.7;1.4;15.5;.2;3.76;21264
+76082;44.8425;1.34861;143;20220607;24.5;15.1;19.8;1.7;14.98;2.5;4.21;22466
+76082;44.8425;1.34861;143;20220608;19.8;13.5;16.6;1.7;15.08;4.4;2.15;10613
+76082;44.8425;1.34861;143;20220609;20.8;12.7;16.7;2;14.02;1.2;2.93;15654
+76082;44.8425;1.34861;143;20220610;27.2;11.3;19.3;1.2;14.62;0;4.92;28526
+76082;44.8425;1.34861;143;20220611;31.1;12.9;22;1.5;14.78;0;5.51;28286
+76082;44.8425;1.34861;143;20220612;29.7;15.3;22.5;1.3;18.35;.9;4.36;21456
+76082;44.8425;1.34861;143;20220613;30;18.3;24.1;1.5;19.22;0;5.19;25664
+76082;44.8425;1.34861;143;20220614;33.9;16.2;25;1.5;18.22;.3;5.66;26340
+76082;44.8425;1.34861;143;20220615;33.5;20.3;26.9;1.9;19.28;0;5.91;25642
+76082;44.8425;1.34861;143;20220616;34;17.4;25.7;1.3;19.68;0;5.52;25742
+76082;44.8425;1.34861;143;20220617;36.6;18.4;27.5;1.4;19.42;0;6.11;27472
+76082;44.8425;1.34861;143;20220618;38.5;19.9;29.2;2.5;15.55;0;7.54;27808
+76082;44.8425;1.34861;143;20220619;33.3;20.7;27;2.6;17.15;1.1;6.37;24982
+76082;44.8425;1.34861;143;20220620;29.7;17.8;23.7;1.5;20.08;1;4.43;21277
+76082;44.8425;1.34861;143;20220621;27.8;19.4;23.6;1.8;20.62;11.4;3.88;17713
+76082;44.8425;1.34861;143;20220622;27.3;17.4;22.3;1.6;18.28;1.9;4.43;22208
+76082;44.8425;1.34861;143;20220623;25.2;15.7;20.5;1.3;18.12;16.6;3.43;17673
+76082;44.8425;1.34861;143;20220624;23.7;16.8;20.2;2.4;16.82;.5;3.8;19209
+76082;44.8425;1.34861;143;20220625;22.6;13.2;17.9;1.8;15.85;6.1;2.72;13639
+76082;44.8425;1.34861;143;20220626;17.7;13.8;15.8;1.9;15.62;3.2;1.55;7709
+76082;44.8425;1.34861;143;20220627;23.4;14.3;18.9;2;14.55;0;4.08;21931
+76082;44.8425;1.34861;143;20220628;25.7;11.4;18.6;1.7;12.92;0;4.96;28152
+76082;44.8425;1.34861;143;20220629;27.1;11.1;19.1;1.4;14.35;5.4;4.77;26789
+76082;44.8425;1.34861;143;20220630;15.5;13.9;14.7;1.8;14.85;3.3;1.38;6698
+76082;44.8425;1.34861;143;20220701;22.8;11.6;17.2;1.2;12.85;0;4.33;26407
+76082;44.8425;1.34861;143;20220702;29;9.5;19.3;1.3;13.32;0;5.19;29096
+76082;44.8425;1.34861;143;20220703;29.1;14.3;21.7;1.4;15.88;2.1;4.96;25804
+76082;44.8425;1.34861;143;20220704;28.2;16.6;22.4;1.9;17.22;.1;4.78;23351
+76082;44.8425;1.34861;143;20220705;28.7;15.6;22.2;1.8;15.25;0;5.36;27106
+76082;44.8425;1.34861;143;20220706;28.7;13.5;21.1;1.9;13.78;0;5.4;27189
+76082;44.8425;1.34861;143;20220707;27.8;12.9;20.4;1.9;14.05;0;5.19;27042
+76082;44.8425;1.34861;143;20220708;29;14.5;21.7;2.1;14.58;0;5.58;27814
+76082;44.8425;1.34861;143;20220709;31.8;14.1;22.9;1.8;14.05;0;5.87;28030
+76082;44.8425;1.34861;143;20220710;32.2;14.4;23.3;2.1;14.38;0;6.04;27755
+76082;44.8425;1.34861;143;20220711;34.4;16.8;25.6;1.9;14.72;0;6.35;27980
+76082;44.8425;1.34861;143;20220712;34.5;16.9;25.7;1.6;14.68;0;6.16;28196
+76082;44.8425;1.34861;143;20220713;35.4;15.5;25.4;1.4;14.32;0;6.03;28000
+76082;44.8425;1.34861;143;20220714;36.3;17.8;27.1;1.6;15.65;0;6.35;27844
+76082;44.8425;1.34861;143;20220715;34.4;17.9;26.2;1.6;15.45;0;5.99;26741
+76082;44.8425;1.34861;143;20220716;35.6;16.8;26.2;1.8;15.12;0;6.31;27512
+76082;44.8425;1.34861;143;20220717;37.2;17.2;27.2;2.1;13.05;0;6.91;27784
+76082;44.8425;1.34861;143;20220718;40.1;21;30.6;2.6;14.22;0;7.83;27412
+76082;44.8425;1.34861;143;20220719;35;19.9;27.4;2.5;17.28;0;6.34;24406
+76082;44.8425;1.34861;143;20220720;29.3;19.3;24.3;2.6;17.42;0;5.13;22396
+76082;44.8425;1.34861;143;20220721;32.6;14.4;23.5;1.3;16.02;0;5.36;27121
+76082;44.8425;1.34861;143;20220722;31.4;16.8;24.1;2.2;17.45;.1;5.09;22286
+76082;44.8425;1.34861;143;20220723;29.4;16;22.7;1.6;16.05;0;4.8;23794
+76082;44.8425;1.34861;143;20220724;37.2;14.8;26;1.5;14.82;0;6.16;27877
+76082;44.8425;1.34861;143;20220725;28.9;20;24.4;2.8;16.82;0;4.56;16827
+76082;44.8425;1.34861;143;20220726;26.6;16.3;21.5;1.9;13.85;0;4.8;24094
+76082;44.8425;1.34861;143;20220727;28.7;11.6;20.1;1.7;12.58;0;5;26138
+76082;44.8425;1.34861;143;20220728;29.9;12.4;21.1;1.8;13.72;0;5.1;25637
+76082;44.8425;1.34861;143;20220729;27.4;16.6;22;1.5;15.88;.2;3.84;18218
+76082;44.8425;1.34861;143;20220730;30.7;15.8;23.2;1.8;16.42;0;5.28;26493
+76082;44.8425;1.34861;143;20220731;33.4;15.3;24.4;1.6;16.08;0;5.5;26306
+76082;44.8425;1.34861;143;20220801;34.4;16.1;25.3;1.7;15.92;0;5.73;26204
+76082;44.8425;1.34861;143;20220802;35.6;15.8;25.7;1.4;14.75;0;5.69;26467
+76082;44.8425;1.34861;143;20220803;38.2;18.1;28.1;1.3;14.92;0;5.88;26303
+76082;44.8425;1.34861;143;20220804;37.9;20;28.9;1.9;17.82;0;6.1;24827
+76082;44.8425;1.34861;143;20220805;31.1;19.9;25.5;2.2;19.28;5.4;4.63;19241
+76082;44.8425;1.34861;143;20220806;33.2;18.7;26;1.9;15.95;0;5.57;24264
+76082;44.8425;1.34861;143;20220807;34.2;15.6;24.9;1.9;11.75;0;5.94;26027
+76082;44.8425;1.34861;143;20220808;35.4;15.2;25.3;1.8;10.62;0;5.92;25741
+76082;44.8425;1.34861;143;20220809;36.6;16.9;26.7;1.7;10.92;0;5.87;24258
+76082;44.8425;1.34861;143;20220810;37.8;16.5;27.2;1.5;10.92;0;5.9;25434
+76082;44.8425;1.34861;143;20220811;38.7;18.3;28.5;1.5;13.68;0;5.73;23962
+76082;44.8425;1.34861;143;20220812;39.5;20.1;29.8;1.6;15.98;0;5.83;23439
+76082;44.8425;1.34861;143;20220813;36.9;18.6;27.8;1.8;17.92;4.3;5.4;22488
+76082;44.8425;1.34861;143;20220814;24.3;20;22.2;2.1;20.18;20.4;2.5;10244
+76082;44.8425;1.34861;143;20220815;27.7;16.1;21.9;1.7;16.95;.1;3.61;17074
+76082;44.8425;1.34861;143;20220816;27.1;14.9;21;1.6;17.15;12.1;2.79;12051
+76082;44.8425;1.34861;143;20220817;26.6;15.1;20.8;2;16.88;3.9;3.92;20611
+76082;44.8425;1.34861;143;20220818;26.5;15.7;21.1;2.5;16.05;0;3.76;17405
+76082;44.8425;1.34861;143;20220819;27.2;16.8;22;2.2;17.48;1.5;3.46;15335
+76082;44.8425;1.34861;143;20220820;27.8;16.9;22.3;1.3;18.48;.1;3.53;18246
+76082;44.8425;1.34861;143;20220821;27.3;14.6;21;1.6;16.78;0;3.39;16835
+76082;44.8425;1.34861;143;20220822;26;19.3;22.7;1.6;18.62;.9;2.93;13132
+76082;44.8425;1.34861;143;20220823;29.9;16.5;23.2;1.4;18.38;0;3.95;20104
+76082;44.8425;1.34861;143;20220824;35.2;16.9;26.1;1.4;17.25;.1;4.87;22754
+76082;44.8425;1.34861;143;20220825;30.5;18.9;24.7;2;18.05;0;4.17;18172
+76082;44.8425;1.34861;143;20220826;30.1;16.2;23.1;1.6;17.28;.1;3.9;18673
+76082;44.8425;1.34861;143;20220827;30.9;14.7;22.8;1.2;15.22;0;4.14;21713
+76082;44.8425;1.34861;143;20220828;32.3;14.3;23.3;1.3;14.42;0;4.34;22089
+76082;44.8425;1.34861;143;20220829;34.6;15.4;25;1.8;15.05;2.2;4.32;16385
+76082;44.8425;1.34861;143;20220830;32.2;17.9;25.1;1.7;17.45;0;4.44;20665
+76082;44.8425;1.34861;143;20220831;32.2;15.9;24.1;1.5;15.42;.3;4.09;18816
+76082;44.8425;1.34861;143;20220901;27.4;16.2;21.8;1.3;18.08;11.1;2.7;12385
+76082;44.8425;1.34861;143;20220902;26.7;16.3;21.5;1.9;17.78;2.8;2.98;14196
+76082;44.8425;1.34861;143;20220903;28;16.3;22.2;1.4;16.68;0;3.32;16787
+76082;44.8425;1.34861;143;20220904;32.9;15.3;24.1;1.7;16.75;.3;4.08;18003
+76082;44.8425;1.34861;143;20220905;34.3;17.7;26;2.4;18.42;15.2;4.89;20109
+76082;44.8425;1.34861;143;20220906;30.9;18;24.5;1.9;18.65;2.2;3.67;15455
+76082;44.8425;1.34861;143;20220907;25.9;16.9;21.4;1.4;16.22;.1;2.64;12073
+76082;44.8425;1.34861;143;20220908;23.9;12.9;18.4;1.8;14.85;.5;2.68;13911
+76082;44.8425;1.34861;143;20220909;24.5;13.2;18.8;2.1;14.42;.2;2.93;14375
+76082;44.8425;1.34861;143;20220910;25.4;11.6;18.5;1.2;13.38;0;3.01;17818
+76082;44.8425;1.34861;143;20220911;30.6;11.8;21.2;1.6;12.68;0;3.96;20068
+76082;44.8425;1.34861;143;20220912;36.6;15.5;26.1;2;14.88;0;4.84;19405
+76082;44.8425;1.34861;143;20220913;31.7;22.2;27;2.3;20.38;1.2;3.39;10233
+76082;44.8425;1.34861;143;20220914;30.2;19.5;24.9;1.6;17.75;.2;3.35;14282
+76082;44.8425;1.34861;143;20220915;28.3;14.1;21.2;1.6;16.08;.1;3.2;16254
+76082;44.8425;1.34861;143;20220916;24.3;14.9;19.6;1.7;14.88;0;2.78;14879
+76082;44.8425;1.34861;143;20220917;20.8;7.7;14.3;1.7;9.08;0;2.87;18475
+76082;44.8425;1.34861;143;20220918;24.9;4.4;14.7;1.5;7.85;0;3.08;19111
+76082;44.8425;1.34861;143;20220919;25.5;6.3;15.9;1.9;8.72;0;3.42;18809
+76082;44.8425;1.34861;143;20220920;24.8;6.6;15.7;1.4;8.58;0;2.97;18312
+76082;44.8425;1.34861;143;20220921;25.2;6.1;15.7;1.1;8.92;0;2.77;18250
+76082;44.8425;1.34861;143;20220922;26.4;7.8;17.1;1.4;9.25;0;3.03;17837
+76082;44.8425;1.34861;143;20220923;23.1;9.9;16.5;1.8;12.28;1.5;2.25;10075
+76082;44.8425;1.34861;143;20220924;20;13.7;16.8;1.6;14.18;1.7;1.75;9270
+76082;44.8425;1.34861;143;20220925;18.9;10.5;14.7;1.4;12.42;.2;1.66;9408
+76082;44.8425;1.34861;143;20220926;19.4;7.8;13.6;2.3;11.38;3.5;1.97;11423
+76082;44.8425;1.34861;143;20220927;16.4;11.5;13.9;2.8;13.22;6.1;1.42;8036
+76082;44.8425;1.34861;143;20220928;20;14.1;17;3.9;15.22;6.5;2;9195
+76082;44.8425;1.34861;143;20220929;17.4;11.5;14.4;1.7;12.42;3.5;1.5;8504
+76082;44.8425;1.34861;143;20220930;19.2;7.1;13.1;1.4;10.32;.6;1.93;13706
+76082;44.8425;1.34861;143;20221001;18.7;8.9;13.8;2.6;14.58;3.9;1.08;6095
+76082;44.8425;1.34861;143;20221002;21.8;15.9;18.8;1.4;16.62;.1;1.63;8222
+76082;44.8425;1.34861;143;20221003;24.1;12.3;18.2;1.2;13.92;0;2.17;14287
+76082;44.8425;1.34861;143;20221004;24.9;8.9;16.9;1;12.72;.1;2.16;15320
+76082;44.8425;1.34861;143;20221005;26.9;10.2;18.5;2;13.48;0;2.69;14535
+76082;44.8425;1.34861;143;20221006;21.5;14.9;18.2;1.4;15.72;0;1.49;7224
+76082;44.8425;1.34861;143;20221007;25.3;11.6;18.5;1.2;14.58;0;2.04;12837
+76082;44.8425;1.34861;143;20221008;22.9;12.3;17.6;1.2;14.45;.5;1.73;10153
+76082;44.8425;1.34861;143;20221009;25.6;9.5;17.5;1.9;12.68;0;2.4;13712
+76082;44.8425;1.34861;143;20221010;24;12.5;18.2;2;14.78;0;1.95;9241
+76082;44.8425;1.34861;143;20221011;21.7;13.7;17.7;.9;15.58;.1;1.3;7096
+76082;44.8425;1.34861;143;20221012;24.6;13.9;19.3;1;15.12;.7;1.76;10931
+76082;44.8425;1.34861;143;20221013;18.8;11.2;15;1.2;14.72;5.1;1.09;6181
+76082;44.8425;1.34861;143;20221014;19.4;15.8;17.6;2.6;17.35;1.3;1.08;4235
+76082;44.8425;1.34861;143;20221015;25.3;15.9;20.6;2.1;15.78;0;2.11;8304
+76082;44.8425;1.34861;143;20221016;27.6;15.5;21.6;3;16.15;0;2.81;11409
+76082;44.8425;1.34861;143;20221017;25.1;19;22;3.1;17.12;0;2.36;6804
+76082;44.8425;1.34861;143;20221018;28.6;15.6;22.1;2.7;16.85;0;2.76;11618
+76082;44.8425;1.34861;143;20221019;26.1;14.4;20.3;2.7;16.08;2.9;2.21;8142
+76082;44.8425;1.34861;143;20221020;25.3;16.4;20.9;3.6;17.25;1.1;2.22;6470
+76082;44.8425;1.34861;143;20221021;24.1;17.5;20.8;2.1;15.72;3.4;1.93;6823
+76082;44.8425;1.34861;143;20221022;25.1;12.3;18.7;2.2;13.95;.1;2.1;10506
+76082;44.8425;1.34861;143;20221023;25.2;16.4;20.8;2.9;13.88;.1;2.49;4974
+76082;44.8425;1.34861;143;20221024;23.3;11.3;17.3;1.7;11.92;.1;1.83;9540
+76082;44.8425;1.34861;143;20221025;23.3;10.5;16.9;2.1;12.75;.1;1.8;7312
+76082;44.8425;1.34861;143;20221026;26.6;11.8;19.2;1.9;14.32;0;2.01;9949
+76082;44.8425;1.34861;143;20221027;27.3;14.7;21;3.4;15.32;0;2.71;7234
+76082;44.8425;1.34861;143;20221028;26.5;20;23.3;3.3;14.42;0;2.86;6801
+76082;44.8425;1.34861;143;20221029;28.4;14.8;21.6;2.9;11.25;0;3.17;9080
+76082;44.8425;1.34861;143;20221030;24.4;11.7;18.1;1.6;12.38;0;1.7;8480
+76082;44.8425;1.34861;143;20221031;24.4;13.5;19;2.2;14.68;3.7;1.72;6398
+76082;44.8425;1.34861;143;20221101;18.8;12.9;15.8;1.3;13.78;.1;1.02;6042
+76082;44.8425;1.34861;143;20221102;19.6;8.5;14;1.3;11.28;.1;1.14;8553
+76082;44.8425;1.34861;143;20221103;18.2;10;14.1;3.1;11.25;6;1.6;3207
+76082;44.8425;1.34861;143;20221104;12.6;9.2;10.9;3.7;10.28;2.6;1.07;3865
+76082;44.8425;1.34861;143;20221105;14.9;2.2;8.5;1.1;8.12;.1;.84;7995
+76082;44.8425;1.34861;143;20221106;17;2.7;9.8;1.6;8.85;.7;1.03;6848
+76082;44.8425;1.34861;143;20221107;20.3;8;14.2;2.1;11.05;0;1.37;8712
+76082;44.8425;1.34861;143;20221108;20.8;11;15.9;3.5;12.28;2.7;1.85;5870
+76082;44.8425;1.34861;143;20221109;15.9;13.5;14.7;1.5;14.12;4.9;.74;2803
+76082;44.8425;1.34861;143;20221110;16.1;10.6;13.4;1.1;11.92;.1;.79;7449
+76082;44.8425;1.34861;143;20221111;22.7;5.1;13.9;1.5;10.92;0;1.21;9058
+76082;44.8425;1.34861;143;20221112;22.9;8.8;15.8;1.6;11.68;0;1.32;6571
+76082;44.8425;1.34861;143;20221113;21.7;6;13.9;1.1;10.22;0;1.02;8376
+76082;44.8425;1.34861;143;20221114;15.7;10.8;13.2;2.6;12.12;6.5;1.01;1941
+76082;44.8425;1.34861;143;20221115;17.3;9.9;13.6;2.5;12.78;8.4;.91;3634
+76082;44.8425;1.34861;143;20221116;17.5;10.8;14.1;3.3;12.42;.8;1.14;5718
+76082;44.8425;1.34861;143;20221117;17.9;13.1;15.5;3.2;12.78;2.2;1.32;4954
+76082;44.8425;1.34861;143;20221118;12.4;7.3;9.8;1.7;10.55;2.3;.59;3790
+76082;44.8425;1.34861;143;20221119;11.3;6.8;9.1;1.5;9.45;.4;.58;4926
+76082;44.8425;1.34861;143;20221120;9.3;2.2;5.7;1.7;8.82;1.7;.37;3439
+76082;44.8425;1.34861;143;20221121;11.3;7;9.2;2.8;10.18;15.4;.64;1892
+76082;44.8425;1.34861;143;20221122;10.8;5.9;8.4;2.7;9.42;12.9;.56;4432
+76082;44.8425;1.34861;143;20221123;14.1;8.3;11.2;3.4;11.08;3.6;.74;3839
+76082;44.8425;1.34861;143;20221124;12.7;6;9.3;1.9;10.28;.9;.58;3848
+76082;44.8425;1.34861;143;20221125;12.6;9.5;11;1.8;10.62;7.1;.68;3093
+76082;44.8425;1.34861;143;20221126;9.5;3.9;6.7;1.1;8.75;.2;.39;4165
+76082;44.8425;1.34861;143;20221127;12.4;2.1;7.3;2;8.08;9.8;.64;5594
+76082;44.8425;1.34861;143;20221128;12.9;8.2;10.5;2.4;10.92;5.4;.65;3162
+76082;44.8425;1.34861;143;20221129;10.3;4.9;7.6;.9;9.15;.4;.42;3130
+76082;44.8425;1.34861;143;20221130;10;3.6;6.8;1;7.95;.2;.42;4926
+76082;44.8425;1.34861;143;20221201;10.1;-.3;4.9;1.7;6.55;0;.59;4867
+76082;44.8425;1.34861;143;20221202;7.3;4.3;5.8;1.2;6.75;.4;.59;1992
+76082;44.8425;1.34861;143;20221203;8.1;3.7;5.9;1;7.45;3.6;.41;3959
+76082;44.8425;1.34861;143;20221204;8.4;4.4;6.4;1;7.85;.2;.44;2923
+76082;44.8425;1.34861;143;20221205;10.5;.2;5.4;1.5;6.42;.1;.49;5799
+76082;44.8425;1.34861;143;20221206;9.5;-1.4;4.1;.9;5.82;0;.36;5083
+76082;44.8425;1.34861;143;20221207;8.4;-2.7;2.9;1.1;5.75;.1;.3;6383
+76082;44.8425;1.34861;143;20221208;7.8;-2.1;2.9;1.3;6.22;1.4;.43;3463
+76082;44.8425;1.34861;143;20221209;9.7;3.8;6.8;1.2;7.98;.7;.47;2983
+76082;44.8425;1.34861;143;20221210;3.1;.1;1.6;2.1;4.98;0;.45;4518
+76082;44.8425;1.34861;143;20221211;4.7;-6.9;-1.1;1.2;3.95;.1;.31;6161
+76082;44.8425;1.34861;143;20221212;3.5;-5.1;-.8;1.8;5.25;10.2;.34;2757
+76082;44.8425;1.34861;143;20221213;8.8;2.3;5.5;2.6;9.78;1.2;.1;2150
+76082;44.8425;1.34861;143;20221214;14.2;8.3;11.2;2.4;11.78;1.8;.53;2662
+76082;44.8425;1.34861;143;20221215;10.3;7;8.6;1.7;10.25;3.1;.48;1247
+76082;44.8425;1.34861;143;20221216;9;4.5;6.7;1.8;7.52;0;.52;4165
+76082;44.8425;1.34861;143;20221217;8;-4.1;2;1.3;4.78;0;.4;6173
+76082;44.8425;1.34861;143;20221218;12.9;-2.7;5.1;2.9;6.95;0;.66;5711
+76082;44.8425;1.34861;143;20221219;17.8;9.9;13.9;3.9;10.35;0;1.52;4887
+76082;44.8425;1.34861;143;20221220;15.9;12.2;14.1;4;11.45;5.5;1.4;1637
+76082;44.8425;1.34861;143;20221221;14.7;10.9;12.8;2.4;12.45;.7;.61;3500
+76082;44.8425;1.34861;143;20221222;14.8;12.2;13.5;3;13.48;13.4;.65;1826
+76082;44.8425;1.34861;143;20221223;17;13.1;15.1;2.2;14.38;.5;.72;2411
+76082;44.8425;1.34861;143;20221224;17.9;11.7;14.8;1.8;12.48;0;.75;4602
+76082;44.8425;1.34861;143;20221225;19.3;5;12.2;2.3;9.98;0;.93;6184
+76082;44.8425;1.34861;143;20221226;13.9;8.6;11.3;2.1;11.68;1.2;.61;1934
+76082;44.8425;1.34861;143;20221227;10.7;7.7;9.2;1.2;10.68;.1;.37;3021
+76082;44.8425;1.34861;143;20221228;16.9;4.1;10.5;2.3;9.88;0;.74;5688
+76082;44.8425;1.34861;143;20221229;12;9.1;10.5;3.2;10.92;8.7;.72;1336
+76082;44.8425;1.34861;143;20221230;14.4;9.2;11.8;3.3;11.42;2;.85;2210
+76082;44.8425;1.34861;143;20221231;18;9.3;13.7;3.1;11.48;0;1.16;4533
+76083;44.86809;1.66275;199;20220101;16.6;.7;8.6;.2;8.03;0;.12;6603
+76083;44.86809;1.66275;199;20220102;14.4;3.1;8.8;1;8.41;.2;.5;5425
+76083;44.86809;1.66275;199;20220103;13.4;5.4;9.4;1.4;10.26;.3;.42;5087
+76083;44.86809;1.66275;199;20220104;16.9;6.8;11.9;2;9.56;3.3;.98;5259
+76083;44.86809;1.66275;199;20220105;6.6;1.5;4;2;6.28;.1;.52;4190
+76083;44.86809;1.66275;199;20220106;6.5;-3.8;1.4;.8;4.81;.1;.28;6468
+76083;44.86809;1.66275;199;20220107;4;-4;0;1.1;6.06;7.8;.3;3572
+76083;44.86809;1.66275;199;20220108;10.2;2.8;6.5;2.2;9.31;13;.38;3589
+76083;44.86809;1.66275;199;20220109;7.5;4.7;6.1;1.1;8.61;14.6;.41;1930
+76083;44.86809;1.66275;199;20220110;8.1;5.9;7;.7;8.61;1.3;.42;2067
+76083;44.86809;1.66275;199;20220111;10.1;-.1;5;1;5.46;0;.49;6786
+76083;44.86809;1.66275;199;20220112;9;-4.6;2.2;.8;4.66;0;.35;7461
+76083;44.86809;1.66275;199;20220113;9.1;-5.3;1.9;.6;4.51;0;.28;7449
+76083;44.86809;1.66275;199;20220114;10.5;-6.2;2.2;.5;4.66;0;.21;8278
+76083;44.86809;1.66275;199;20220115;9.9;-5.1;2.4;.7;4.61;0;.34;7675
+76083;44.86809;1.66275;199;20220116;8.3;-6.4;1;.5;4.56;.1;.23;8120
+76083;44.86809;1.66275;199;20220117;10.6;-4.9;2.9;.8;5.46;.1;.36;7890
+76083;44.86809;1.66275;199;20220118;6.7;-3.7;1.5;.8;5.56;.2;.38;4325
+76083;44.86809;1.66275;199;20220119;3.4;.6;2;1.1;6.56;1.6;.36;1899
+76083;44.86809;1.66275;199;20220120;7.1;.3;3.7;.8;6.31;.2;.39;4349
+76083;44.86809;1.66275;199;20220121;6.8;-1.2;2.8;2.1;4.66;0;.79;6924
+76083;44.86809;1.66275;199;20220122;9.2;-4.8;2.2;1.2;4.71;0;.57;7996
+76083;44.86809;1.66275;199;20220123;12.3;-4.7;3.8;.7;5.06;0;.48;8622
+76083;44.86809;1.66275;199;20220124;13;-4.1;4.4;.6;5.06;0;.45;8834
+76083;44.86809;1.66275;199;20220125;12.1;-4.4;3.9;.5;5.41;0;.4;8915
+76083;44.86809;1.66275;199;20220126;12.8;-5.3;3.8;.4;5.5;0;.37;9419
+76083;44.86809;1.66275;199;20220127;12.3;-5.4;3.4;.6;4.91;.1;.44;9758
+76083;44.86809;1.66275;199;20220128;2.8;-4.9;-1;.8;5.01;0;.35;4496
+76083;44.86809;1.66275;199;20220129;4.3;-1.6;1.3;.8;5.46;0;.45;4436
+76083;44.86809;1.66275;199;20220130;10.3;.3;5.3;.8;7.1;.2;.5;5736
+76083;44.86809;1.66275;199;20220131;8.7;1.2;4.9;1.5;7.51;1.3;.54;4264
+76083;44.86809;1.66275;199;20220201;5;-1.1;2;.9;7.11;1.1;.38;4043
+76083;44.86809;1.66275;199;20220202;9.9;4.7;7.3;1;8.66;.2;.56;4242
+76083;44.86809;1.66275;199;20220203;8.7;1.5;5.1;1;7.56;.4;.52;4980
+76083;44.86809;1.66275;199;20220204;8.8;5.3;7;.8;9.31;3.2;.51;2802
+76083;44.86809;1.66275;199;20220205;11.4;5.1;8.2;1.3;7.31;0;.86;6485
+76083;44.86809;1.66275;199;20220206;7.9;-1.7;3.1;1.4;7.71;3.6;.46;5171
+76083;44.86809;1.66275;199;20220207;12.1;7.4;9.8;1.9;8.61;.7;1.02;5210
+76083;44.86809;1.66275;199;20220208;15.4;-2.3;6.5;1.2;6.01;0;.94;11021
+76083;44.86809;1.66275;199;20220209;17.5;-1.2;8.2;1.4;6.26;0;1.21;11408
+76083;44.86809;1.66275;199;20220210;8.3;-.2;4;1;7.95;.1;1.02;10600
+76083;44.86809;1.66275;199;20220211;13.1;8;10.5;2.4;7.35;0;1.57;11150
+76083;44.86809;1.66275;199;20220212;13.5;-.3;6.6;2.2;4.72;0;1.6;8700
+76083;44.86809;1.66275;199;20220213;16.1;2.8;9.4;4.1;8.15;4.9;1.87;9250
+76083;44.86809;1.66275;199;20220214;13;8.3;10.6;3.1;9.22;5.7;1.33;6800
+76083;44.86809;1.66275;199;20220215;8.6;5.6;7.1;2.1;8.95;8.4;.69;3800
+76083;44.86809;1.66275;199;20220216;12.4;7.3;9.9;2.4;11.56;11.3;.64;4230
+76083;44.86809;1.66275;199;20220217;13.7;10.9;12.3;1.4;13.01;3;.72;3803
+76083;44.86809;1.66275;199;20220218;14.4;10;12.2;1.3;11.26;.7;.98;5230
+76083;44.86809;1.66275;199;20220219;11.7;3.8;7.7;1;7.41;0;1;8984
+76083;44.86809;1.66275;199;20220220;9.6;-.3;4.7;1.5;8.76;5.4;.58;6251
+76083;44.86809;1.66275;199;20220221;11.2;8.8;10;2.6;8.96;1;1.24;6017
+76083;44.86809;1.66275;199;20220222;11.8;5.9;8.9;.9;8.96;.1;.98;7649
+76083;44.86809;1.66275;199;20220223;16.7;6.2;11.5;.8;8.76;0;1.28;11732
+76083;44.86809;1.66275;199;20220224;15.8;3.2;9.5;1.6;8.21;.1;1.46;10707
+76083;44.86809;1.66275;199;20220225;11.7;.6;6.1;1.5;6.11;0;1.32;12286
+76083;44.86809;1.66275;199;20220226;15.5;-2;6.7;2;4.66;0;1.85;14654
+76083;44.86809;1.66275;199;20220227;16.4;-1.5;7.4;1.5;5.61;0;1.73;14553
+76083;44.86809;1.66275;199;20220228;16.8;-.7;8.1;1;6.71;0;1.52;14537
+76083;44.86809;1.66275;199;20220301;17.7;-1.5;8.1;1.3;6.11;0;1.75;15098
+76083;44.86809;1.66275;199;20220302;11.6;2.4;7;1.3;8.56;2.2;1.02;7117
+76083;44.86809;1.66275;199;20220303;16.2;7.7;12;.9;9.41;0;1.39;10512
+76083;44.86809;1.66275;199;20220304;12.4;2.2;7.3;1.1;9.21;2.1;.92;7208
+76083;44.86809;1.66275;199;20220305;10.7;6.8;8.8;1.2;8.81;0;.93;5546
+76083;44.86809;1.66275;199;20220306;12.4;.1;6.3;1.3;5.26;0;1.61;14987
+76083;44.86809;1.66275;199;20220307;13.1;-4.8;4.1;1.6;4.76;0;1.65;15833
+76083;44.86809;1.66275;199;20220308;16.6;-.9;7.8;1.8;7.26;1.6;1.75;12949
+76083;44.86809;1.66275;199;20220309;16.2;4.6;10.4;2.3;8.46;.1;1.96;13878
+76083;44.86809;1.66275;199;20220310;15.3;6.3;10.8;2.4;9.06;2.7;1.68;9078
+76083;44.86809;1.66275;199;20220311;14.2;7.8;11;4.7;9.26;22.1;2;8084
+76083;44.86809;1.66275;199;20220312;9.9;7;8.4;2.6;9.31;12.8;.98;5117
+76083;44.86809;1.66275;199;20220313;10.7;6;8.4;3.5;7.86;23.1;1.48;5680
+76083;44.86809;1.66275;199;20220314;14.1;-.3;6.9;3.8;8.31;.5;1.65;11761
+76083;44.86809;1.66275;199;20220315;17.1;10.9;14;5.2;10.26;0;2.74;11078
+76083;44.86809;1.66275;199;20220316;18.5;9.8;14.1;1.6;10.46;0;1.88;9357
+76083;44.86809;1.66275;199;20220317;14.9;9.8;12.3;2.3;10.21;.6;1.69;8328
+76083;44.86809;1.66275;199;20220318;16.7;7.7;12.2;2.2;8.95;0;2.13;11100
+76083;44.86809;1.66275;199;20220319;18.5;8;13.2;2.4;7.75;0;2.87;16600
+76083;44.86809;1.66275;199;20220320;16.7;6;11.3;3.9;8;0;2.57;10050
+76083;44.86809;1.66275;199;20220321;15.6;10.2;12.9;5.6;7.6;0;3.44;13100
+76083;44.86809;1.66275;199;20220322;16.5;7.6;12.1;5;5.6;0;4.04;19100
+76083;44.86809;1.66275;199;20220323;17.3;3.7;10.5;3.1;4.75;0;3.51;20050
+76083;44.86809;1.66275;199;20220324;19.8;.5;10.1;2.7;5.25;0;3.45;20650
+76083;44.86809;1.66275;199;20220325;20.6;3.9;12.2;2.1;4.8;0;3.33;16950
+76083;44.86809;1.66275;199;20220326;21.6;2.8;12.2;2.2;5.15;0;3.53;20350
+76083;44.86809;1.66275;199;20220327;22;4.5;13.2;2.8;6.1;0;3.84;19250
+76083;44.86809;1.66275;199;20220328;22.7;7.2;14.9;2.8;6.25;0;4.02;17850
+76083;44.86809;1.66275;199;20220329;18.8;9;13.9;1.8;8.4;5.4;2.38;10000
+76083;44.86809;1.66275;199;20220330;15.4;9.9;12.6;1.7;10.75;2.8;1.69;8550
+76083;44.86809;1.66275;199;20220331;13.8;8.4;11.1;3.2;8.55;3.6;2.43;13850
+76083;44.86809;1.66275;199;20220401;7.1;.9;4;4.2;5.42;2.7;1.71;11600
+76083;44.86809;1.66275;199;20220402;7.5;.3;3.9;3.7;4.92;0;1.76;9800
+76083;44.86809;1.66275;199;20220403;6;-2.4;1.8;2.7;5.14;0;1.43;11636
+76083;44.86809;1.66275;199;20220404;12.1;.8;6.5;1.6;4.95;0;2.62;22400
+76083;44.86809;1.66275;199;20220405;14.1;-1.8;6.2;1.4;6.75;0;2.07;16750
+76083;44.86809;1.66275;199;20220406;11.9;5;8.4;1.6;9.95;3;.96;4700
+76083;44.86809;1.66275;199;20220407;12.4;9.1;10.8;3.5;11.8;14;.92;3700
+76083;44.86809;1.66275;199;20220408;18.2;11.1;14.6;4;10.9;1.5;2.66;8950
+76083;44.86809;1.66275;199;20220409;13.8;5.1;9.5;2.3;6.9;.3;2.6;16900
+76083;44.86809;1.66275;199;20220410;19.4;-.5;9.5;2.1;5.75;0;3.54;23800
+76083;44.86809;1.66275;199;20220411;19.2;9.9;14.5;6.4;8.32;0;4.56;20100
+76083;44.86809;1.66275;199;20220412;19;12.3;15.6;5.7;8.82;1.4;4.2;14800
+76083;44.86809;1.66275;199;20220413;14.6;10.7;12.7;1.4;10.9;1.1;1.4;5450
+76083;44.86809;1.66275;199;20220414;23.7;5.4;14.6;1.6;10.95;0;3.58;23050
+76083;44.86809;1.66275;199;20220415;25.1;7.8;16.5;1.5;11.4;0;3.86;23600
+76083;44.86809;1.66275;199;20220416;24.5;7.4;16;1.9;10;0;4.14;24500
+76083;44.86809;1.66275;199;20220417;24.3;4.1;14.2;1.6;8.35;0;4.02;25350
+76083;44.86809;1.66275;199;20220418;20;6.7;13.4;1.4;10.25;0;2.96;19200
+76083;44.86809;1.66275;199;20220419;17.6;6.1;11.8;1.7;11.1;6.8;1.99;11600
+76083;44.86809;1.66275;199;20220420;15.6;9.2;12.4;1.3;11.9;4.4;1.55;8050
+76083;44.86809;1.66275;199;20220421;16.6;10.3;13.4;1.2;12.8;1;1.67;8900
+76083;44.86809;1.66275;199;20220422;19.4;9.6;14.5;1.4;12.25;.1;2.5;14650
+76083;44.86809;1.66275;199;20220423;17.2;11;14.1;2.9;10.75;31.8;1.93;3800
+76083;44.86809;1.66275;199;20220424;15.1;8.7;11.9;2.3;11.75;4.7;1.21;4150
+76083;44.86809;1.66275;199;20220425;18;6.4;12.2;1.3;10;0;2.52;15750
+76083;44.86809;1.66275;199;20220426;21.9;4.2;13;1.4;9.7;0;3.83;26300
+76083;44.86809;1.66275;199;20220427;24.6;6.9;15.7;1.4;11;0;3.87;23350
+76083;44.86809;1.66275;199;20220428;23.2;11.6;17.4;1.7;13.7;0;3.47;19350
+76083;44.86809;1.66275;199;20220429;21.7;11.7;16.7;1.6;13.3;0;3.24;18450
+76083;44.86809;1.66275;199;20220430;22.5;8.7;15.6;1.5;10.7;0;4.06;25400
+76083;44.86809;1.66275;199;20220501;20.5;5.3;12.9;1.2;9.15;0;3.33;21900
+76083;44.86809;1.66275;199;20220502;22.1;7.1;14.6;1.4;9.7;0;3.67;22450
+76083;44.86809;1.66275;199;20220503;22.6;10;16.3;1.6;12.05;6.8;3.38;18500
+76083;44.86809;1.66275;199;20220504;20.9;10.7;15.8;1.4;12.2;0;3.28;19200
+76083;44.86809;1.66275;199;20220505;21.1;9.7;15.4;2;10.2;0;4.21;25500
+76083;44.86809;1.66275;199;20220506;20.8;5;12.9;1.2;10.06;0;3.42;22796
+76083;44.86809;1.66275;199;20220507;23.3;5.7;14.5;1.2;10.31;0;3.88;25068
+76083;44.86809;1.66275;199;20220508;24.6;6.8;15.7;1.1;10.76;0;4.01;24898
+76083;44.86809;1.66275;199;20220509;27;7;17;.9;11.01;0;4.43;27324
+76083;44.86809;1.66275;199;20220510;28;8.2;18.1;1.3;11.66;0;4.65;26638
+76083;44.86809;1.66275;199;20220511;30.7;9.4;20.1;1.4;12.41;.9;5.21;27774
+76083;44.86809;1.66275;199;20220512;23;12.4;17.7;1;15.46;1.6;2.96;16428
+76083;44.86809;1.66275;199;20220513;25.5;14.9;20.2;1;16.31;0;3.77;20924
+76083;44.86809;1.66275;199;20220514;29.3;10.5;19.9;1;15.31;0;4.54;25488
+76083;44.86809;1.66275;199;20220515;30.3;13.6;21.9;1.9;14.76;6.2;5.35;25973
+76083;44.86809;1.66275;199;20220516;28.3;14.1;21.2;1.2;15.86;0;4.63;25047
+76083;44.86809;1.66275;199;20220517;31.7;11.9;21.8;.8;15.36;0;5.02;27562
+76083;44.86809;1.66275;199;20220518;33.2;13.8;23.5;1.2;16.36;.9;5.34;26896
+76083;44.86809;1.66275;199;20220519;30.5;17.2;23.8;1.9;16.81;.2;5.08;23118
+76083;44.86809;1.66275;199;20220520;30.8;15.4;23.1;1.9;14.11;0;5.45;25195
+76083;44.86809;1.66275;199;20220521;33.1;14.2;23.7;1.2;18.46;0;5.16;25952
+76083;44.86809;1.66275;199;20220522;32.5;17.4;25;1.2;20.81;4.7;4.71;21873
+76083;44.86809;1.66275;199;20220523;21.2;16.8;19;1.9;16.71;2.1;2.45;10582
+76083;44.86809;1.66275;199;20220524;20.2;11.5;15.9;1.1;12.56;.6;3.26;19159
+76083;44.86809;1.66275;199;20220525;20.9;6.8;13.9;1.3;10.91;0;3.56;22643
+76083;44.86809;1.66275;199;20220526;19.9;7.4;13.6;1.2;11.81;0;2.98;18533
+76083;44.86809;1.66275;199;20220527;25.5;7.5;16.5;1.5;12.71;.1;4.64;28187
+76083;44.86809;1.66275;199;20220528;26.7;10;18.3;1.6;11.11;0;5.06;27874
+76083;44.86809;1.66275;199;20220529;23.7;7.3;15.5;1.7;8.41;0;4.85;28384
+76083;44.86809;1.66275;199;20220530;24.8;4.4;14.6;1.1;8.51;.2;4.53;28427
+76083;44.86809;1.66275;199;20220531;24.6;10.2;17.4;1;10.76;.7;4.02;22266
+76083;44.86809;1.66275;199;20220601;29.9;9;19.4;1.4;12.91;2.7;5.33;28249
+76083;44.86809;1.66275;199;20220602;26.8;16.2;21.5;1.4;18.11;3.9;3.8;18443
+76083;44.86809;1.66275;199;20220603;31.5;16;23.8;1.9;16.66;18.9;5.57;25452
+76083;44.86809;1.66275;199;20220604;28.7;13.4;21;1.6;18.76;14.4;4.32;22637
+76083;44.86809;1.66275;199;20220605;23.1;16.8;20;1.4;17.11;.3;3.13;15583
+76083;44.86809;1.66275;199;20220606;25.4;12.5;18.9;1.1;15.81;.2;3.95;22049
+76083;44.86809;1.66275;199;20220607;24.3;15;19.7;1.1;14.91;2.6;3.85;20692
+76083;44.86809;1.66275;199;20220608;19;12.5;15.7;1.2;14.81;5.5;2.26;11985
+76083;44.86809;1.66275;199;20220609;20.5;11.7;16.1;1.2;13.66;.6;2.96;16632
+76083;44.86809;1.66275;199;20220610;27.4;10.2;18.8;1.1;14.31;0;4.89;28655
+76083;44.86809;1.66275;199;20220611;31.5;10.9;21.2;1.1;14.66;0;5.45;29576
+76083;44.86809;1.66275;199;20220612;30;13.6;21.8;.9;17.76;.5;4.52;23692
+76083;44.86809;1.66275;199;20220613;30.5;16.8;23.6;1.1;18.76;0;5.1;26093
+76083;44.86809;1.66275;199;20220614;34.1;14;24;1.1;17.26;.5;5.72;28517
+76083;44.86809;1.66275;199;20220615;33.4;17.8;25.6;1.4;19.26;0;5.8;27103
+76083;44.86809;1.66275;199;20220616;34.6;16.1;25.3;.9;19.81;0;5.58;27419
+76083;44.86809;1.66275;199;20220617;37;16.5;26.8;1;18.71;0;6.15;29542
+76083;44.86809;1.66275;199;20220618;38.4;17.6;28;2.4;14.86;0;7.76;30053
+76083;44.86809;1.66275;199;20220619;35.1;20.9;28;3;15.26;.3;7.38;26884
+76083;44.86809;1.66275;199;20220620;30.9;17.8;24.4;1.3;19.46;2.8;4.63;21990
+76083;44.86809;1.66275;199;20220621;29.3;19.2;24.3;1.7;21.01;11.3;4.23;19174
+76083;44.86809;1.66275;199;20220622;28.2;16.4;22.3;1.4;18.01;1.4;4.68;23773
+76083;44.86809;1.66275;199;20220623;25.6;14.7;20.1;1;18.11;22.2;3.6;19088
+76083;44.86809;1.66275;199;20220624;23.9;16.6;20.3;1.7;17.01;1.1;3.62;18440
+76083;44.86809;1.66275;199;20220625;26.7;12.1;19.4;1.4;15.81;7;3.88;20040
+76083;44.86809;1.66275;199;20220626;19.3;14.4;16.9;1.3;16.36;15.6;2.05;10382
+76083;44.86809;1.66275;199;20220627;23.5;14.7;19.1;1.4;15.11;0;3.81;20512
+76083;44.86809;1.66275;199;20220628;25.8;10.9;18.3;1.1;13.41;0;4.74;27977
+76083;44.86809;1.66275;199;20220629;27.8;10.1;18.9;1.1;14.06;6.3;4.85;27940
+76083;44.86809;1.66275;199;20220630;15.3;14.9;15.1;1.3;15.26;2.6;.88;2500
+76083;44.86809;1.66275;199;20220701;23.1;11.5;17.3;1.1;13.01;.1;4.21;25321
+76083;44.86809;1.66275;199;20220702;29.8;8.4;19.1;1;13.31;0;5.21;29905
+76083;44.86809;1.66275;199;20220703;29.4;13.1;21.2;1;16.21;2.8;4.99;27046
+76083;44.86809;1.66275;199;20220704;28.2;16;22.1;1.6;17.76;0;4.58;22906
+76083;44.86809;1.66275;199;20220705;29.3;14.3;21.8;1.2;15.46;0;5.15;27621
+76083;44.86809;1.66275;199;20220706;28.5;11.4;20;1.4;13.76;0;5.18;28034
+76083;44.86809;1.66275;199;20220707;28;11.1;19.5;1.5;13.96;0;5.14;28337
+76083;44.86809;1.66275;199;20220708;29;13.1;21;1.5;14.26;0;5.37;28459
+76083;44.86809;1.66275;199;20220709;31.9;11.8;21.8;1.3;13.76;0;5.68;29549
+76083;44.86809;1.66275;199;20220710;32;11.7;21.8;1.4;14.11;0;5.73;29454
+76083;44.86809;1.66275;199;20220711;34.8;14.2;24.5;1.4;14.51;0;6.28;30092
+76083;44.86809;1.66275;199;20220712;34.3;14.5;24.4;1.3;14.51;0;6;29574
+76083;44.86809;1.66275;199;20220713;36;13.3;24.6;.9;14.56;0;5.82;29642
+76083;44.86809;1.66275;199;20220714;36.1;15.5;25.8;1.3;15.91;0;6.3;29380
+76083;44.86809;1.66275;199;20220715;35.1;15.8;25.4;1.3;15.61;0;5.99;28850
+76083;44.86809;1.66275;199;20220716;35.7;14.5;25.1;1.4;14.91;0;6.18;29135
+76083;44.86809;1.66275;199;20220717;37.1;14.5;25.8;1.6;12.96;0;6.67;29583
+76083;44.86809;1.66275;199;20220718;40.2;18.4;29.3;2.2;14.51;0;7.58;29240
+76083;44.86809;1.66275;199;20220719;35.9;19.8;27.9;2.1;17.21;0;6.51;26182
+76083;44.86809;1.66275;199;20220720;28.9;19.3;24.1;1.4;18.51;0;4.43;20699
+76083;44.86809;1.66275;199;20220721;33.7;13.1;23.4;1;15.41;0;5.46;28410
+76083;44.86809;1.66275;199;20220722;32.1;15;23.5;1.4;16.76;0;5.17;24992
+76083;44.86809;1.66275;199;20220723;29.9;15.8;22.8;1.2;15.81;0;4.69;23677
+76083;44.86809;1.66275;199;20220724;37.6;13.1;25.3;1;14.91;0;5.88;28849
+76083;44.86809;1.66275;199;20220725;28.6;17.3;22.9;1.6;16.51;0;4.22;18598
+76083;44.86809;1.66275;199;20220726;26.9;15.6;21.3;1.6;13.81;0;4.68;23687
+76083;44.86809;1.66275;199;20220727;29.5;10.4;19.9;1.3;12.41;0;4.95;27226
+76083;44.86809;1.66275;199;20220728;30.6;10.6;20.6;1.2;12.96;0;5.01;27094
+76083;44.86809;1.66275;199;20220729;27.7;15;21.4;1;15.56;.7;3.9;20067
+76083;44.86809;1.66275;199;20220730;31.4;15.4;23.4;1.2;16.06;0;5.11;26358
+76083;44.86809;1.66275;199;20220731;33.9;14.1;24;1.1;15.71;0;5.34;27255
+76083;44.86809;1.66275;199;20220801;34.7;14.5;24.6;1.3;15.46;0;5.59;27307
+76083;44.86809;1.66275;199;20220802;36.1;13.8;24.9;1.1;14.71;0;5.59;27987
+76083;44.86809;1.66275;199;20220803;38.7;15.8;27.2;.9;14.56;0;5.7;27756
+76083;44.86809;1.66275;199;20220804;38.4;18;28.2;1.3;16.36;0;5.92;26482
+76083;44.86809;1.66275;199;20220805;31;18.8;24.9;1.7;19.11;2.7;4.47;19712
+76083;44.86809;1.66275;199;20220806;33.8;18.5;26.2;1.5;16.11;0;5.29;23923
+76083;44.86809;1.66275;199;20220807;34;13.2;23.6;1.3;11.71;0;5.49;26946
+76083;44.86809;1.66275;199;20220808;35.2;12.1;23.7;1.3;10.76;0;5.5;27113
+76083;44.86809;1.66275;199;20220809;36.9;13.3;25.1;1.2;10.66;0;5.58;26540
+76083;44.86809;1.66275;199;20220810;38.1;13.6;25.8;.9;10.91;0;5.36;26867
+76083;44.86809;1.66275;199;20220811;38.7;15.5;27.1;1.1;13.11;0;5.41;25443
+76083;44.86809;1.66275;199;20220812;38.9;17.3;28.1;1.2;15.11;0;5.64;25217
+76083;44.86809;1.66275;199;20220813;37.2;16.3;26.8;.9;16.56;.4;5.05;24536
+76083;44.86809;1.66275;199;20220814;24.3;20.4;22.3;1.4;19.61;10.8;2.45;10366
+76083;44.86809;1.66275;199;20220815;27.5;15.3;21.4;1.1;16.96;.2;3.39;17351
+76083;44.86809;1.66275;199;20220816;29;13;21;1.3;16.76;13.6;3.41;16796
+76083;44.86809;1.66275;199;20220817;26.7;14.6;20.7;1.5;16.91;1;3.92;21145
+76083;44.86809;1.66275;199;20220818;26.6;14.4;20.5;1.8;15.7;0;4.01;19734
+76083;44.86809;1.66275;199;20220819;26.8;15;20.9;1.2;16.86;.6;3.36;17083
+76083;44.86809;1.66275;199;20220820;28.7;15.7;22.2;1;17.76;.1;3.68;19689
+76083;44.86809;1.66275;199;20220821;27.3;13.3;20.3;1.1;16.36;0;3.38;18425
+76083;44.86809;1.66275;199;20220822;25.6;18.4;22;1;17.96;.5;2.78;13525
+76083;44.86809;1.66275;199;20220823;30.6;15.7;23.1;.9;17.96;0;3.85;20555
+76083;44.86809;1.66275;199;20220824;35.7;15;25.4;1;16.41;.1;4.69;24132
+76083;44.86809;1.66275;199;20220825;31.1;16.3;23.7;1.5;17.36;0;4.3;20778
+76083;44.86809;1.66275;199;20220826;30.6;14.9;22.8;1.4;16.81;0;3.97;19724
+76083;44.86809;1.66275;199;20220827;31.2;13.2;22.2;1;14.71;0;4.15;22828
+76083;44.86809;1.66275;199;20220828;33;12.6;22.8;1;13.56;0;4.31;23458
+76083;44.86809;1.66275;199;20220829;35.2;13.1;24.2;1.2;14.31;2.4;4.29;19800
+76083;44.86809;1.66275;199;20220830;32.4;16.3;24.3;1.4;17.06;0;4.31;21007
+76083;44.86809;1.66275;199;20220831;32.6;14;23.3;1;15.26;.9;3.97;20335
+76083;44.86809;1.66275;199;20220901;27.8;14.9;21.3;1;17.66;4.5;2.91;14998
+76083;44.86809;1.66275;199;20220902;26.9;15.4;21.2;1.1;17.56;3.9;3;15818
+76083;44.86809;1.66275;199;20220903;27.8;15.8;21.8;1.1;16.76;0;3.25;17402
+76083;44.86809;1.66275;199;20220904;33.1;13.8;23.4;1.3;16.21;.1;4.03;19967
+76083;44.86809;1.66275;199;20220905;34.2;17.1;25.6;2.3;18.26;20.1;4.9;20692
+76083;44.86809;1.66275;199;20220906;29.4;16.8;23.1;1.2;19.21;4.1;3.27;16017
+76083;44.86809;1.66275;199;20220907;26.3;16.3;21.3;1;17.16;0;2.64;13489
+76083;44.86809;1.66275;199;20220908;23.4;12.1;17.8;1.4;14.61;.7;2.67;15072
+76083;44.86809;1.66275;199;20220909;23.9;12.5;18.2;1.3;14.01;.2;2.73;14902
+76083;44.86809;1.66275;199;20220910;24.8;10.2;17.5;1.1;12.96;0;2.9;17911
+76083;44.86809;1.66275;199;20220911;30.8;10;20.4;1;12.31;0;3.55;20971
+76083;44.86809;1.66275;199;20220912;36.9;13.3;25.1;1.4;14.71;0;4.37;20611
+76083;44.86809;1.66275;199;20220913;31.4;19.4;25.4;1.8;19.71;1.8;3.35;12845
+76083;44.86809;1.66275;199;20220914;30.2;17.6;23.9;1.2;17.71;0;3.23;15348
+76083;44.86809;1.66275;199;20220915;28;13.7;20.8;1.4;15.91;.2;3.23;17250
+76083;44.86809;1.66275;199;20220916;24.2;15.1;19.6;1.2;14.61;0;2.64;14792
+76083;44.86809;1.66275;199;20220917;20.6;6.1;13.3;1.4;8.91;0;2.66;18492
+76083;44.86809;1.66275;199;20220918;24.9;2.4;13.6;.9;7.76;0;2.75;20057
+76083;44.86809;1.66275;199;20220919;25.1;4.2;14.7;1.5;8.51;0;3.21;19748
+76083;44.86809;1.66275;199;20220920;24.8;4.1;14.4;1;8.41;0;2.74;19409
+76083;44.86809;1.66275;199;20220921;25.3;4.3;14.8;.9;8.76;0;2.68;19015
+76083;44.86809;1.66275;199;20220922;25.9;5.5;15.7;1.1;9.46;0;2.85;18650
+76083;44.86809;1.66275;199;20220923;23.6;7.4;15.5;1.2;12.01;1.2;2.22;13031
+76083;44.86809;1.66275;199;20220924;19.6;13.6;16.6;1;14.21;2.7;1.66;9311
+76083;44.86809;1.66275;199;20220925;19.1;11.2;15.1;1.1;12.61;.5;1.61;8914
+76083;44.86809;1.66275;199;20220926;18.6;8.1;13.4;1.6;11.26;3.7;1.81;10755
+76083;44.86809;1.66275;199;20220927;15.9;11.2;13.5;1.5;12.96;8.1;1.37;8053
+76083;44.86809;1.66275;199;20220928;18.9;13.2;16;2.1;15.01;8.9;1.6;8339
+76083;44.86809;1.66275;199;20220929;16.5;10.5;13.5;.8;12.41;3;1.32;8383
+76083;44.86809;1.66275;199;20220930;19;6.7;12.9;.8;10.16;.8;1.81;14278
+76083;44.86809;1.66275;199;20221001;18;7;12.5;1.8;13.86;7.8;1.23;8035
+76083;44.86809;1.66275;199;20221002;21.8;15.3;18.5;.9;16.56;.2;1.58;8562
+76083;44.86809;1.66275;199;20221003;23.6;11.2;17.4;1.1;13.66;0;2.15;14458
+76083;44.86809;1.66275;199;20221004;24.8;7.7;16.3;.7;12.16;.1;2.04;15560
+76083;44.86809;1.66275;199;20221005;26.5;8.6;17.5;1.6;12.86;0;2.53;15420
+76083;44.86809;1.66275;199;20221006;22.7;13.6;18.1;1;15.36;0;1.57;9031
+76083;44.86809;1.66275;199;20221007;25.5;10.4;18;1.1;14.11;.4;2.03;13211
+76083;44.86809;1.66275;199;20221008;22.7;11.1;16.9;1.1;13.91;1.1;1.68;10415
+76083;44.86809;1.66275;199;20221009;25.3;8.1;16.7;1.2;12.11;0;2.13;14358
+76083;44.86809;1.66275;199;20221010;24.9;9.8;17.4;1.5;13.91;0;2;11844
+76083;44.86809;1.66275;199;20221011;21.6;12.5;17.1;.6;15.26;.1;1.33;8682
+76083;44.86809;1.66275;199;20221012;24.2;13.5;18.8;.9;14.96;.9;1.68;10594
+76083;44.86809;1.66275;199;20221013;17.7;10.1;13.9;.8;14.31;7.9;1.03;6554
+76083;44.86809;1.66275;199;20221014;19.1;15.1;17.1;1.4;17.21;1.8;1;4814
+76083;44.86809;1.66275;199;20221015;24.6;15.2;19.9;1.4;16.06;0;1.76;7497
+76083;44.86809;1.66275;199;20221016;26.7;13.4;20.1;2.5;15.76;0;2.56;11734
+76083;44.86809;1.66275;199;20221017;24.6;19.1;21.8;2.9;16.81;0;2.34;6834
+76083;44.86809;1.66275;199;20221018;28.3;14.1;21.2;2;16.01;0;2.45;12048
+76083;44.86809;1.66275;199;20221019;25.7;12.5;19.1;1.8;15.31;2.4;1.94;9364
+76083;44.86809;1.66275;199;20221020;24.5;16.5;20.5;3.1;17.46;2.7;2.05;6608
+76083;44.86809;1.66275;199;20221021;23.6;16.1;19.8;1.6;16.31;5.1;1.68;7302
+76083;44.86809;1.66275;199;20221022;24.6;11.6;18.1;1.9;14.21;.1;1.95;10761
+76083;44.86809;1.66275;199;20221023;23.1;14.2;18.7;2.4;14.36;.2;2.04;6039
+76083;44.86809;1.66275;199;20221024;23.2;10.3;16.7;1.5;12.16;.2;1.69;9847
+76083;44.86809;1.66275;199;20221025;22.3;8.7;15.5;1.8;12.46;0;1.66;8128
+76083;44.86809;1.66275;199;20221026;26.3;9.8;18;1.5;13.61;0;1.79;10786
+76083;44.86809;1.66275;199;20221027;26.6;11.7;19.1;2.6;14.41;0;2.38;9063
+76083;44.86809;1.66275;199;20221028;24.8;17;20.9;2.5;14.31;0;2.42;7314
+76083;44.86809;1.66275;199;20221029;27.4;12;19.7;1.9;10.66;0;2.44;10179
+76083;44.86809;1.66275;199;20221030;24.5;8.4;16.4;1.3;11.96;0;1.54;10068
+76083;44.86809;1.66275;199;20221031;24.3;10.9;17.6;1.8;14.31;7;1.61;7711
+76083;44.86809;1.66275;199;20221101;18.6;12.6;15.6;.8;13.76;.1;.93;5747
+76083;44.86809;1.66275;199;20221102;20;9;14.5;1;11.31;.1;1.07;8328
+76083;44.86809;1.66275;199;20221103;16.9;8.4;12.7;2.3;11.06;8.4;1.29;4752
+76083;44.86809;1.66275;199;20221104;11.9;8.9;10.4;2.7;10.41;4.2;.85;3143
+76083;44.86809;1.66275;199;20221105;14;2.7;8.4;1.1;8.06;.1;.81;8062
+76083;44.86809;1.66275;199;20221106;16.4;2.5;9.4;.9;8.61;.5;.88;7376
+76083;44.86809;1.66275;199;20221107;20.5;6.3;13.4;1.4;10.56;0;1.15;8935
+76083;44.86809;1.66275;199;20221108;20.6;9.5;15.1;2.7;12.31;2.1;1.58;6783
+76083;44.86809;1.66275;199;20221109;15.6;11.5;13.5;.7;13.86;7.5;.63;3476
+76083;44.86809;1.66275;199;20221110;15.5;9.2;12.4;.9;11.66;0;.7;6909
+76083;44.86809;1.66275;199;20221111;22.1;4.1;13.1;1.3;10.46;0;1.05;9366
+76083;44.86809;1.66275;199;20221112;21.9;8.1;15;1.2;11.36;0;1.11;6294
+76083;44.86809;1.66275;199;20221113;20.6;4.6;12.6;.8;9.96;0;.81;8404
+76083;44.86809;1.66275;199;20221114;14.8;8.8;11.8;1.9;11.86;5.5;.88;3600
+76083;44.86809;1.66275;199;20221115;17.6;9.1;13.3;1.8;12.66;5.4;.81;4454
+76083;44.86809;1.66275;199;20221116;16.7;10.4;13.5;2.7;12.41;1.2;1;5445
+76083;44.86809;1.66275;199;20221117;17.6;12.7;15.2;2.4;12.61;4.8;1.19;4597
+76083;44.86809;1.66275;199;20221118;12.4;7.3;9.8;1;10.46;2.5;.54;3787
+76083;44.86809;1.66275;199;20221119;11.5;6.2;8.8;1;9.21;.5;.53;4962
+76083;44.86809;1.66275;199;20221120;8.5;1.9;5.2;1.3;8.36;1.6;.36;3573
+76083;44.86809;1.66275;199;20221121;10.2;5.9;8;2;9.81;15.3;.53;2439
+76083;44.86809;1.66275;199;20221122;10.8;5.6;8.2;1.9;9.41;14.3;.53;4080
+76083;44.86809;1.66275;199;20221123;12.8;7.6;10.2;2.5;10.76;4.6;.48;3494
+76083;44.86809;1.66275;199;20221124;13.1;4.6;8.8;1.1;10.1;1;.45;5079
+76083;44.86809;1.66275;199;20221125;11.6;8.6;10.1;1.2;10.71;7.8;.57;2796
+76083;44.86809;1.66275;199;20221126;10;3.3;6.7;1.1;8.61;.1;.41;4377
+76083;44.86809;1.66275;199;20221127;12.5;1.6;7.1;1.5;7.86;8.8;.61;5668
+76083;44.86809;1.66275;199;20221128;12.4;6.4;9.4;1.5;10.71;6.6;.5;4101
+76083;44.86809;1.66275;199;20221129;10.2;5.2;7.7;.8;9.26;.8;.39;3305
+76083;44.86809;1.66275;199;20221130;10.2;2.9;6.5;1;7.56;.1;.42;5303
+76083;44.86809;1.66275;199;20221201;9.4;-.8;4.3;.9;6.76;0;.37;4824
+76083;44.86809;1.66275;199;20221202;6.5;2.7;4.6;.7;7.16;.6;.42;2612
+76083;44.86809;1.66275;199;20221203;8.3;3.3;5.8;.6;7.76;4.2;.36;3654
+76083;44.86809;1.66275;199;20221204;7.3;4.4;5.9;.7;8.06;.5;.39;2810
+76083;44.86809;1.66275;199;20221205;10.3;.9;5.6;1.4;6.81;.1;.5;5590
+76083;44.86809;1.66275;199;20221206;8.9;-2.5;3.2;.6;5.96;0;.28;4831
+76083;44.86809;1.66275;199;20221207;8.7;-2.7;3;.9;5.71;.1;.29;6369
+76083;44.86809;1.66275;199;20221208;7;-3.2;1.9;.9;5.86;1.5;.35;3899
+76083;44.86809;1.66275;199;20221209;9.5;2.2;5.8;.9;7.96;.9;.35;3518
+76083;44.86809;1.66275;199;20221210;3.8;1.7;2.7;1.8;5.21;0;.61;2732
+76083;44.86809;1.66275;199;20221211;5.3;-7.6;-1.2;1.1;3.96;.1;.25;6760
+76083;44.86809;1.66275;199;20221212;3.8;-6.2;-1.2;1.7;5.11;16;.31;3408
+76083;44.86809;1.66275;199;20221213;8.9;2;5.4;2.1;9.51;2.3;.12;2595
+76083;44.86809;1.66275;199;20221214;13;7;10;1.7;11.16;2.8;.41;2970
+76083;44.86809;1.66275;199;20221215;8.8;6.1;7.4;1.5;9.86;9.7;.42;1686
+76083;44.86809;1.66275;199;20221216;7.9;3.6;5.7;1.4;7.71;0;.41;3473
+76083;44.86809;1.66275;199;20221217;7.3;-5.1;1.1;.8;4.61;0;.27;6131
+76083;44.86809;1.66275;199;20221218;11.7;-4.4;3.7;2.1;6.31;0;.57;6246
+76083;44.86809;1.66275;199;20221219;17.4;7.1;12.3;3.5;10.06;0;1.33;5093
+76083;44.86809;1.66275;199;20221220;16.1;11.6;13.8;2.9;11.16;3.4;1.16;2240
+76083;44.86809;1.66275;199;20221221;14.1;9.9;12;1.6;12.21;1.6;.48;3432
+76083;44.86809;1.66275;199;20221222;14.4;10.3;12.4;2.3;13.26;14.9;.51;2532
+76083;44.86809;1.66275;199;20221223;17.2;12.5;14.9;1.6;14.46;.5;.6;2934
+76083;44.86809;1.66275;199;20221224;17.5;11.3;14.4;1.2;12.46;0;.6;4505
+76083;44.86809;1.66275;199;20221225;17.8;3.9;10.8;1.8;9.51;0;.77;5994
+76083;44.86809;1.66275;199;20221226;11;6.1;8.5;1.3;10.66;1.2;.43;2406
+76083;44.86809;1.66275;199;20221227;10.7;6.6;8.7;1;10.11;0;.36;3511
+76083;44.86809;1.66275;199;20221228;15;3.3;9.2;1.5;9.21;0;.55;5520
+76083;44.86809;1.66275;199;20221229;10.7;6.2;8.4;2.1;10.46;10.8;.54;2449
+76083;44.86809;1.66275;199;20221230;13.1;8.3;10.7;2.2;11.26;2.5;.7;2355
+76083;44.86809;1.66275;199;20221231;17;8.4;12.7;1.9;11.16;0;.83;4794
+76084;44.89273;1.97715;341;20220101;16.7;6.4;11.6;1.8;7.62;0;1.11;4993
+76084;44.89273;1.97715;341;20220102;12.9;5.3;9.1;1.3;8.32;.2;.63;4216
+76084;44.89273;1.97715;341;20220103;11.6;5.9;8.7;1.3;10.29;.2;.39;3398
+76084;44.89273;1.97715;341;20220104;16.6;6.5;11.6;2.8;9.22;5.4;1.23;4820
+76084;44.89273;1.97715;341;20220105;5.5;1.1;3.3;2.7;6.09;0;.59;2996
+76084;44.89273;1.97715;341;20220106;4.9;-2.1;1.4;2.2;4.99;0;.56;4075
+76084;44.89273;1.97715;341;20220107;1.6;-3.3;-.8;1;5.79;8.6;.24;3250
+76084;44.89273;1.97715;341;20220108;9.3;.4;4.8;4.1;9.16;19.6;.13;4617
+76084;44.89273;1.97715;341;20220109;6.6;4.4;5.5;2.5;8.46;15.6;.41;1961
+76084;44.89273;1.97715;341;20220110;6.7;5.2;5.9;1.5;8.36;1.4;.45;1461
+76084;44.89273;1.97715;341;20220111;7.7;-1.2;3.2;1.5;5.46;0;.58;4896
+76084;44.89273;1.97715;341;20220112;6.9;-3.2;1.8;1.3;4.66;0;.55;5339
+76084;44.89273;1.97715;341;20220113;7.3;-4.5;1.4;1.1;4.52;0;.47;5872
+76084;44.89273;1.97715;341;20220114;12.4;-2.3;5;1.5;4.42;0;.89;6734
+76084;44.89273;1.97715;341;20220115;9.4;-3.3;3;.8;4.76;0;.47;6270
+76084;44.89273;1.97715;341;20220116;7.8;-4.6;1.6;1.1;4.69;0;.46;6225
+76084;44.89273;1.97715;341;20220117;9.7;-3.8;3;1.2;5.52;.1;.5;6560
+76084;44.89273;1.97715;341;20220118;3.1;-4.8;-.9;.8;5.32;.1;.33;5063
+76084;44.89273;1.97715;341;20220119;2.1;-1.1;.5;1.1;6.26;1.9;.32;2709
+76084;44.89273;1.97715;341;20220120;5.5;-.5;2.5;1.8;6.39;.1;.41;4224
+76084;44.89273;1.97715;341;20220121;5.7;-1;2.3;3;4.66;0;.95;4633
+76084;44.89273;1.97715;341;20220122;8;-4.2;1.9;1.6;4.72;0;.69;6633
+76084;44.89273;1.97715;341;20220123;12.3;-1.7;5.3;1.4;5.39;0;.8;7301
+76084;44.89273;1.97715;341;20220124;13.2;.5;6.8;1.6;5.09;0;1.05;7095
+76084;44.89273;1.97715;341;20220125;11.1;-1.4;4.9;.9;5.42;0;.62;7063
+76084;44.89273;1.97715;341;20220126;11.8;-1.7;5.1;.8;5.49;0;.59;7448
+76084;44.89273;1.97715;341;20220127;11.1;-3.5;3.8;1.3;5.09;0;.71;7853
+76084;44.89273;1.97715;341;20220128;.6;-4.6;-2;.7;5.09;0;.32;4576
+76084;44.89273;1.97715;341;20220129;3.1;-2.3;.4;1.1;5.56;0;.44;4709
+76084;44.89273;1.97715;341;20220130;6.7;-1.2;2.8;1.2;6.86;.1;.47;5889
+76084;44.89273;1.97715;341;20220131;7.4;1.4;4.4;2.8;7.59;1.7;.49;5023
+76084;44.89273;1.97715;341;20220201;4.3;-.8;1.7;2.5;7.06;2.3;.29;4672
+76084;44.89273;1.97715;341;20220202;8.2;4.5;6.4;1.9;8.69;.3;.51;3877
+76084;44.89273;1.97715;341;20220203;9.8;1.6;5.7;1.7;7.66;.3;.67;6197
+76084;44.89273;1.97715;341;20220204;8;4.8;6.4;1.1;9.29;4;.47;3651
+76084;44.89273;1.97715;341;20220205;9.5;5.3;7.4;2.1;7.62;0;.89;4477
+76084;44.89273;1.97715;341;20220206;6.7;-1.4;2.7;2.2;7.76;5.7;.39;6377
+76084;44.89273;1.97715;341;20220207;10.2;6.4;8.3;3.4;8.59;.6;1.02;4237
+76084;44.89273;1.97715;341;20220208;15.7;-1.6;7;1.3;5.89;0;1.15;10124
+76084;44.89273;1.97715;341;20220209;16.1;1.1;8.6;2;6.22;0;1.45;9626
+76084;44.89273;1.97715;341;20220210;5.1;1.9;3.5;1.4;7.53;.2;1.17;10766
+76084;44.89273;1.97715;341;20220211;12;7.1;9.6;2.4;7.03;0;1.48;9966
+76084;44.89273;1.97715;341;20220212;12.7;-3;4.8;1.7;5.11;0;1.32;9533
+76084;44.89273;1.97715;341;20220213;15.3;1.3;8.3;4.7;7.97;5.5;1.88;10275
+76084;44.89273;1.97715;341;20220214;11;6.9;8.9;3.3;8.93;8;1.08;5875
+76084;44.89273;1.97715;341;20220215;7.5;4.4;6;2.3;8.43;14;.62;4100
+76084;44.89273;1.97715;341;20220216;11.3;6.5;8.9;3.8;11.26;18.3;.61;5517
+76084;44.89273;1.97715;341;20220217;12.7;10;11.4;2.8;12.79;6.9;.69;4013
+76084;44.89273;1.97715;341;20220218;13;9.2;11.1;2.2;11.19;1;.95;4948
+76084;44.89273;1.97715;341;20220219;9.4;4.1;6.8;2.1;7.42;0;1.01;6406
+76084;44.89273;1.97715;341;20220220;8.9;.9;4.9;2.1;8.69;8.4;.64;7921
+76084;44.89273;1.97715;341;20220221;9.6;8;8.8;4.3;8.96;1.6;1.13;3106
+76084;44.89273;1.97715;341;20220222;10.8;5.3;8;1.9;8.82;.3;.98;6499
+76084;44.89273;1.97715;341;20220223;15.1;5.2;10.1;1.1;8.66;0;1.24;9169
+76084;44.89273;1.97715;341;20220224;14.2;4.7;9.5;2.5;8.26;.2;1.53;9327
+76084;44.89273;1.97715;341;20220225;9.9;1.7;5.8;2.4;6.29;0;1.29;8809
+76084;44.89273;1.97715;341;20220226;14.7;-.9;6.9;2.1;4.72;0;1.87;12431
+76084;44.89273;1.97715;341;20220227;14.6;.9;7.8;1.6;5.86;0;1.59;11978
+76084;44.89273;1.97715;341;20220228;15.1;1.9;8.5;1.7;6.96;0;1.59;11837
+76084;44.89273;1.97715;341;20220301;16.3;-.2;8;1.8;6.29;0;1.78;13348
+76084;44.89273;1.97715;341;20220302;10.6;3.7;7.2;1.6;8.66;2.3;1.01;8536
+76084;44.89273;1.97715;341;20220303;14.3;7;10.7;.8;9.72;0;1.19;8819
+76084;44.89273;1.97715;341;20220304;11.4;3.5;7.5;2.1;9.42;.8;1.01;9400
+76084;44.89273;1.97715;341;20220305;9.7;6.2;7.9;2.4;9.06;0;.93;5985
+76084;44.89273;1.97715;341;20220306;10.7;.4;5.5;1.4;5.49;0;1.41;11183
+76084;44.89273;1.97715;341;20220307;11.7;-1.9;4.9;1.8;4.96;0;1.64;13046
+76084;44.89273;1.97715;341;20220308;14.4;1.7;8.1;2.8;7.06;1.1;1.95;12968
+76084;44.89273;1.97715;341;20220309;14.8;5.9;10.3;2.7;8.26;0;1.91;10748
+76084;44.89273;1.97715;341;20220310;15.3;6.6;10.9;2.6;8.96;2.7;1.84;10603
+76084;44.89273;1.97715;341;20220311;12.1;8;10.1;4.5;9.29;15.3;1.63;7382
+76084;44.89273;1.97715;341;20220312;8.6;6.6;7.6;3.1;9.26;8.7;.86;4714
+76084;44.89273;1.97715;341;20220313;9.4;6.7;8.1;3.6;7.86;21.4;1.41;6040
+76084;44.89273;1.97715;341;20220314;12.6;.8;6.7;4.7;8.52;1.1;1.5;13212
+76084;44.89273;1.97715;341;20220315;15.7;11;13.3;5.9;10.29;.1;2.43;8167
+76084;44.89273;1.97715;341;20220316;17.2;10.1;13.6;2.5;10.42;0;2.07;10352
+76084;44.89273;1.97715;341;20220317;14.8;9.2;12;2.4;10.19;0;1.72;8871
+76084;44.89273;1.97715;341;20220318;15.5;6.9;11.2;2.5;8.73;.1;2.03;11100
+76084;44.89273;1.97715;341;20220319;17.5;7.5;12.5;2.7;7.57;0;2.82;16033
+76084;44.89273;1.97715;341;20220320;15.2;5.3;10.3;4.8;7.7;0;2.42;9633
+76084;44.89273;1.97715;341;20220321;14.3;9.3;11.8;6.4;7.27;0;3.34;13133
+76084;44.89273;1.97715;341;20220322;15.2;6.5;10.9;6.1;5.3;0;3.97;18800
+76084;44.89273;1.97715;341;20220323;16.3;3.8;10.1;4.1;4.5;0;3.73;19566
+76084;44.89273;1.97715;341;20220324;18.9;1.3;10.1;3;4.9;0;3.58;20100
+76084;44.89273;1.97715;341;20220325;19.7;4.7;12.2;2.4;4.7;0;3.38;16700
+76084;44.89273;1.97715;341;20220326;20.6;1.7;11.2;2.5;5.03;0;3.52;19933
+76084;44.89273;1.97715;341;20220327;20.9;3.5;12.2;3.1;5.9;0;3.76;18933
+76084;44.89273;1.97715;341;20220328;21.4;6.7;14.1;3.5;5.97;0;4.06;17533
+76084;44.89273;1.97715;341;20220329;18.2;8.5;13.3;2.2;7.93;5.6;2.54;10733
+76084;44.89273;1.97715;341;20220330;13.8;9;11.4;1.7;10.4;3.6;1.45;7366
+76084;44.89273;1.97715;341;20220331;12.4;7.5;10;3.4;8.33;4.2;2.14;12333
+76084;44.89273;1.97715;341;20220401;6.4;.5;3.4;5.5;5.41;3.1;1.99;12733
+76084;44.89273;1.97715;341;20220402;5.9;-.4;2.7;3.7;5.08;0;1.7;9966
+76084;44.89273;1.97715;341;20220403;4.5;-1.4;1.5;3.6;4.96;0;1.41;9534
+76084;44.89273;1.97715;341;20220404;10.8;-.1;5.4;1.6;4.97;0;2.54;22500
+76084;44.89273;1.97715;341;20220405;13.6;-2.7;5.5;1.7;6.57;0;2.13;17966
+76084;44.89273;1.97715;341;20220406;11.1;3.3;7.2;1.9;9.43;4;.92;5500
+76084;44.89273;1.97715;341;20220407;11.5;8.2;9.9;3.8;11.3;17.5;.83;3600
+76084;44.89273;1.97715;341;20220408;16.6;10.3;13.5;4.3;10.6;2.4;2.35;8100
+76084;44.89273;1.97715;341;20220409;12.3;3;7.6;2.7;6.53;.3;2.39;16075
+76084;44.89273;1.97715;341;20220410;18.5;-1.3;8.6;2.5;5.5;0;3.56;24000
+76084;44.89273;1.97715;341;20220411;19.2;6.3;12.7;5.7;8.4;0;3.99;20000
+76084;44.89273;1.97715;341;20220412;18.5;11.4;15;4.8;8.55;0;3.79;14575
+76084;44.89273;1.97715;341;20220413;15;9.1;12.1;1.6;9.67;.4;1.75;7233
+76084;44.89273;1.97715;341;20220414;23;4.1;13.6;1.8;10.37;0;3.6;23300
+76084;44.89273;1.97715;341;20220415;24.2;7;15.6;1.7;11.03;0;3.8;23466
+76084;44.89273;1.97715;341;20220416;23.8;6.5;15.2;2;9.57;0;4.08;24233
+76084;44.89273;1.97715;341;20220417;23.5;2.8;13.1;1.8;7.97;0;4;25300
+76084;44.89273;1.97715;341;20220418;19.2;5.6;12.4;1.6;9.6;0;2.99;20000
+76084;44.89273;1.97715;341;20220419;17.2;5.5;11.4;1.8;10.6;9.9;2.16;13233
+76084;44.89273;1.97715;341;20220420;14.7;8.8;11.8;1.4;11.47;4.6;1.44;6966
+76084;44.89273;1.97715;341;20220421;15.7;9.3;12.5;1.2;12.2;3;1.64;9200
+76084;44.89273;1.97715;341;20220422;18.8;8.8;13.8;1.6;11.73;.4;2.6;15900
+76084;44.89273;1.97715;341;20220423;16.3;10.6;13.5;3.6;10.13;38.5;2.16;5433
+76084;44.89273;1.97715;341;20220424;13.7;7.3;10.5;2.5;11.07;15.2;1.06;4100
+76084;44.89273;1.97715;341;20220425;16.7;6.1;11.4;1.5;9.6;0;2.37;14600
+76084;44.89273;1.97715;341;20220426;21;3.2;12.1;1.7;9.3;0;3.77;26566
+76084;44.89273;1.97715;341;20220427;23.8;6.6;15.2;1.8;10.4;0;4.03;24000
+76084;44.89273;1.97715;341;20220428;22.4;10.7;16.6;1.9;12.9;0;3.61;20766
+76084;44.89273;1.97715;341;20220429;21;10.7;15.8;1.8;13.07;.3;3.16;18633
+76084;44.89273;1.97715;341;20220430;21.4;8.1;14.7;1.7;10.4;0;3.93;25200
+76084;44.89273;1.97715;341;20220501;19.8;4.2;12;1.4;8.7;0;3.44;23300
+76084;44.89273;1.97715;341;20220502;21.1;5.9;13.5;1.5;9.47;0;3.57;22466
+76084;44.89273;1.97715;341;20220503;21.1;9.4;15.2;1.6;11.7;6;2.99;16333
+76084;44.89273;1.97715;341;20220504;19.7;9.5;14.6;1.7;11.83;.6;3.08;18733
+76084;44.89273;1.97715;341;20220505;19.8;8.8;14.3;2.3;9.9;.1;3.88;23666
+76084;44.89273;1.97715;341;20220506;18.6;6.9;12.7;2.5;10.16;0;3.32;20556
+76084;44.89273;1.97715;341;20220507;21.8;8.3;15;2.3;10.42;0;3.88;22102
+76084;44.89273;1.97715;341;20220508;23.2;8.3;15.7;1.6;10.66;0;3.97;23248
+76084;44.89273;1.97715;341;20220509;25.3;9.9;17.6;1;10.82;0;4.12;23992
+76084;44.89273;1.97715;341;20220510;26.6;11.3;18.9;1.5;11.59;0;4.51;23984
+76084;44.89273;1.97715;341;20220511;29.1;12.1;20.6;1.9;12.26;0;5.17;25454
+76084;44.89273;1.97715;341;20220512;23.3;12.4;17.9;1.1;15.32;.5;3.48;19954
+76084;44.89273;1.97715;341;20220513;24.5;14.8;19.7;1.2;16.19;.3;3.54;18734
+76084;44.89273;1.97715;341;20220514;28.3;12.2;20.2;1;14.89;0;4.47;24811
+76084;44.89273;1.97715;341;20220515;28.6;15.7;22.1;2;13.96;2.9;4.98;22548
+76084;44.89273;1.97715;341;20220516;27.6;13.1;20.3;1.4;14.62;0;4.48;23305
+76084;44.89273;1.97715;341;20220517;31.4;14;22.7;1.8;14.72;0;5.48;26115
+76084;44.89273;1.97715;341;20220518;31.9;16;23.9;1.6;15.82;.5;5.37;25196
+76084;44.89273;1.97715;341;20220519;28.6;17.6;23.1;2.4;15.62;.2;4.97;20949
+76084;44.89273;1.97715;341;20220520;30.2;17.4;23.8;2.6;13.72;0;5.68;22895
+76084;44.89273;1.97715;341;20220521;33.2;15.4;24.3;1.3;17.42;0;5.49;26743
+76084;44.89273;1.97715;341;20220522;31;18.2;24.6;1.3;19.72;5.4;4.81;22624
+76084;44.89273;1.97715;341;20220523;19.7;15.7;17.7;2.6;16.16;5.4;2.56;11961
+76084;44.89273;1.97715;341;20220524;18.6;10.8;14.7;2;12.56;.7;3.05;17627
+76084;44.89273;1.97715;341;20220525;19;8;13.5;2.5;11.16;0;3.46;21275
+76084;44.89273;1.97715;341;20220526;18.6;8.7;13.7;2.5;11.76;.1;3.29;20376
+76084;44.89273;1.97715;341;20220527;24.6;9.3;16.9;2.4;13.16;0;4.51;25284
+76084;44.89273;1.97715;341;20220528;25.5;10.2;17.9;2.6;10.9;0;4.99;24705
+76084;44.89273;1.97715;341;20220529;23;7.8;15.4;2.3;8.24;0;4.64;24230
+76084;44.89273;1.97715;341;20220530;24;6.7;15.4;1.4;8.24;.3;4.54;26690
+76084;44.89273;1.97715;341;20220531;23.9;11.3;17.6;1.3;10.92;.7;4.19;22991
+76084;44.89273;1.97715;341;20220601;30.1;12.4;21.2;1.8;12.99;4.5;5.57;27636
+76084;44.89273;1.97715;341;20220602;29.2;15.8;22.5;1.6;16.66;2.1;4.75;23043
+76084;44.89273;1.97715;341;20220603;31;15.9;23.4;2.3;15.84;22.6;5.56;24985
+76084;44.89273;1.97715;341;20220604;27.7;14;20.8;2;18.54;14.3;4.67;24468
+76084;44.89273;1.97715;341;20220605;22.1;15.6;18.8;1.9;16.74;0;3.11;16267
+76084;44.89273;1.97715;341;20220606;25.2;12;18.6;1.1;15.57;.3;4.11;22973
+76084;44.89273;1.97715;341;20220607;22.6;14.5;18.5;2.1;14.5;2.1;3.64;18165
+76084;44.89273;1.97715;341;20220608;17.7;12.5;15.1;1.8;14.82;9;2.5;14800
+76084;44.89273;1.97715;341;20220609;18.6;11.6;15.1;2.2;13.66;.3;2.96;17414
+76084;44.89273;1.97715;341;20220610;26.1;10.3;18.2;1.4;14.32;0;4.64;26189
+76084;44.89273;1.97715;341;20220611;30.6;13.7;22.1;1.4;14.06;0;5.51;27557
+76084;44.89273;1.97715;341;20220612;29.4;15.4;22.4;1.2;17.16;.2;4.91;24815
+76084;44.89273;1.97715;341;20220613;29.3;17.8;23.6;1.5;19.16;0;4.71;22617
+76084;44.89273;1.97715;341;20220614;33.1;16.6;24.9;1.7;16.49;.5;5.98;27370
+76084;44.89273;1.97715;341;20220615;32.7;18.5;25.6;2.1;19.19;.1;5.8;25014
+76084;44.89273;1.97715;341;20220616;33.5;18.2;25.8;1.1;19.69;0;5.5;26174
+76084;44.89273;1.97715;341;20220617;35.9;19.6;27.8;1.6;17.46;0;6.39;27203
+76084;44.89273;1.97715;341;20220618;36.9;21.3;29.1;2.8;14.36;0;7.66;26776
+76084;44.89273;1.97715;341;20220619;34;22;28;3.6;14.39;0;7.37;23370
+76084;44.89273;1.97715;341;20220620;31;17.8;24.4;1.6;18.09;0;5.21;23991
+76084;44.89273;1.97715;341;20220621;29;19.5;24.3;1.8;19.86;6.4;4.56;20246
+76084;44.89273;1.97715;341;20220622;26.6;17;21.8;1.9;18.06;8.3;4.3;20679
+76084;44.89273;1.97715;341;20220623;24.2;15.6;19.9;1.5;17.92;25.5;3.71;19483
+76084;44.89273;1.97715;341;20220624;22.6;15.5;19.1;1.7;16.56;1.4;3.38;17206
+76084;44.89273;1.97715;341;20220625;25.6;13.1;19.3;2.4;15.69;7.9;4.58;23739
+76084;44.89273;1.97715;341;20220626;18.4;13.9;16.1;2.2;16.56;26.5;2.33;13572
+76084;44.89273;1.97715;341;20220627;22;13.9;17.9;2.4;15.19;.1;3.59;18562
+76084;44.89273;1.97715;341;20220628;24.1;12.4;18.2;1.9;13.16;0;4.35;22860
+76084;44.89273;1.97715;341;20220629;27;11.7;19.4;1.4;14.02;2.5;4.8;25961
+76084;44.89273;1.97715;341;20220630;14.9;14.3;14.6;2.5;15.22;2;1.03;3778
+76084;44.89273;1.97715;341;20220701;21.5;10.7;16.1;1.4;12.69;.1;3.75;21501
+76084;44.89273;1.97715;341;20220702;29.7;10.3;20;1.5;12.92;0;5.52;29222
+76084;44.89273;1.97715;341;20220703;28.5;15.1;21.8;1.3;16.02;1.3;4.83;24472
+76084;44.89273;1.97715;341;20220704;27;16.2;21.6;1.8;17.66;2.2;4.4;21495
+76084;44.89273;1.97715;341;20220705;28;15.5;21.7;1.8;15.96;0;4.81;23440
+76084;44.89273;1.97715;341;20220706;27.7;13.3;20.5;2;13.46;0;5.16;25088
+76084;44.89273;1.97715;341;20220707;26.7;12.8;19.8;2.5;13.46;0;5.13;24624
+76084;44.89273;1.97715;341;20220708;28.7;14.1;21.4;2.1;13.79;0;5.32;25157
+76084;44.89273;1.97715;341;20220709;30.8;13.3;22.1;1.6;13.26;0;5.64;27602
+76084;44.89273;1.97715;341;20220710;30.9;14.2;22.6;1.7;13.86;0;5.66;26954
+76084;44.89273;1.97715;341;20220711;34.2;17.6;25.9;2;13.99;0;6.38;27049
+76084;44.89273;1.97715;341;20220712;33.5;18.6;26;1.8;13.86;0;6.02;25520
+76084;44.89273;1.97715;341;20220713;34.4;17.7;26;1.4;13.19;0;6;27005
+76084;44.89273;1.97715;341;20220714;35.3;18.6;27;1.7;15.32;0;6.24;26719
+76084;44.89273;1.97715;341;20220715;34;18;26;1.4;15.02;0;5.8;26070
+76084;44.89273;1.97715;341;20220716;35;18.3;26.6;1.7;14.39;0;6.23;26755
+76084;44.89273;1.97715;341;20220717;36.8;18.2;27.5;1.8;12.29;0;6.71;27784
+76084;44.89273;1.97715;341;20220718;38.7;21.4;30;2.5;13.82;0;7.56;26651
+76084;44.89273;1.97715;341;20220719;36.4;23.2;29.8;2.3;15.99;.2;6.62;23450
+76084;44.89273;1.97715;341;20220720;27.2;18.1;22.7;2.4;18.09;0;4.31;18704
+76084;44.89273;1.97715;341;20220721;33;14.4;23.7;1.1;15.29;0;5.46;27428
+76084;44.89273;1.97715;341;20220722;30.8;17.9;24.4;2;16.36;0;5.31;23033
+76084;44.89273;1.97715;341;20220723;28.7;15.8;22.2;1.8;15.59;0;4.8;22584
+76084;44.89273;1.97715;341;20220724;36.4;15.8;26.1;1.5;13.96;0;6.25;28463
+76084;44.89273;1.97715;341;20220725;26.9;18.3;22.6;2.5;16.12;0;4.49;18508
+76084;44.89273;1.97715;341;20220726;25.7;15.9;20.8;2.6;13.89;0;4.46;19372
+76084;44.89273;1.97715;341;20220727;27.8;12.3;20.1;1.9;12.26;0;4.96;24594
+76084;44.89273;1.97715;341;20220728;29.6;12.3;21;1.3;12.72;0;4.97;25917
+76084;44.89273;1.97715;341;20220729;26.2;16.4;21.3;1.7;15.42;.1;4.1;19388
+76084;44.89273;1.97715;341;20220730;29.9;16.4;23.2;2.3;15.76;0;5.14;22596
+76084;44.89273;1.97715;341;20220731;32.7;16.1;24.4;1.9;15.26;0;5.63;25013
+76084;44.89273;1.97715;341;20220801;33.7;17;25.3;1.8;14.96;0;5.7;25048
+76084;44.89273;1.97715;341;20220802;34.4;16.3;25.4;1.3;14.12;0;5.55;25943
+76084;44.89273;1.97715;341;20220803;37.4;20.7;29;1.7;13.52;0;6.13;24785
+76084;44.89273;1.97715;341;20220804;37.1;20.4;28.8;1.7;15.56;0;6.06;24719
+76084;44.89273;1.97715;341;20220805;30;19;24.5;2.2;18.99;4.1;4.61;19630
+76084;44.89273;1.97715;341;20220806;32.4;18.9;25.7;1.7;16.22;0;5.05;21649
+76084;44.89273;1.97715;341;20220807;32.8;16.8;24.8;1.8;11.62;0;5.54;24005
+76084;44.89273;1.97715;341;20220808;33.8;16.7;25.2;1.5;10.52;0;5.45;24530
+76084;44.89273;1.97715;341;20220809;35.2;18.1;26.6;1.5;9.99;0;5.55;24222
+76084;44.89273;1.97715;341;20220810;36.5;18.7;27.6;1.5;10.09;0;5.76;24532
+76084;44.89273;1.97715;341;20220811;37.1;19.4;28.2;1.6;12.99;0;5.85;24350
+76084;44.89273;1.97715;341;20220812;37.6;20.2;28.9;1.4;14.59;0;5.66;24152
+76084;44.89273;1.97715;341;20220813;36.2;18.1;27.2;1.3;16.09;0;5.38;24625
+76084;44.89273;1.97715;341;20220814;24.6;19.7;22.1;2.1;19.76;9.3;2.72;11422
+76084;44.89273;1.97715;341;20220815;26.3;15.4;20.9;1.2;16.92;.2;3.51;18245
+76084;44.89273;1.97715;341;20220816;30.1;15.1;22.6;2.3;16.32;22.5;4.76;21657
+76084;44.89273;1.97715;341;20220817;25.1;14.5;19.8;1.9;16.89;.8;3.46;17995
+76084;44.89273;1.97715;341;20220818;23.9;14.5;19.2;2.4;15.32;.3;3.46;16922
+76084;44.89273;1.97715;341;20220819;24.5;15.3;19.9;2.3;16.82;.2;3.35;16685
+76084;44.89273;1.97715;341;20220820;27.6;16.1;21.8;1.6;17.56;.1;3.71;18415
+76084;44.89273;1.97715;341;20220821;25.7;14.9;20.3;1.5;16.26;0;3.46;17831
+76084;44.89273;1.97715;341;20220822;23.7;17.5;20.6;1.8;17.82;.3;2.82;13298
+76084;44.89273;1.97715;341;20220823;29.5;16;22.8;1.6;17.89;0;4;19630
+76084;44.89273;1.97715;341;20220824;34.1;17.9;26;1.5;15.72;0;4.84;21657
+76084;44.89273;1.97715;341;20220825;30.2;18.6;24.4;2.1;16.92;.1;4.35;17922
+76084;44.89273;1.97715;341;20220826;29.4;16.1;22.8;1.9;16.59;.2;4.13;19116
+76084;44.89273;1.97715;341;20220827;29.8;15;22.4;1.3;14.72;0;4.02;20159
+76084;44.89273;1.97715;341;20220828;31.9;16.2;24.1;1.5;13.52;0;4.46;20662
+76084;44.89273;1.97715;341;20220829;34.2;17.1;25.7;2;13.92;1.6;5.21;21368
+76084;44.89273;1.97715;341;20220830;31;16.4;23.7;1.9;17.19;0;4.26;19236
+76084;44.89273;1.97715;341;20220831;31.2;16;23.6;1.5;14.89;1.2;4.23;19826
+76084;44.89273;1.97715;341;20220901;27.5;15.5;21.5;1.4;17.29;.6;3.34;17054
+76084;44.89273;1.97715;341;20220902;26.2;15.9;21.1;1.4;17.82;6.2;3.07;15800
+76084;44.89273;1.97715;341;20220903;26.4;15.5;21;1.2;16.59;0;3.07;16011
+76084;44.89273;1.97715;341;20220904;32.3;16;24.2;2.1;16.12;.1;4.57;19888
+76084;44.89273;1.97715;341;20220905;32.9;19.1;26;2.6;18.46;18.5;4.77;18068
+76084;44.89273;1.97715;341;20220906;29.2;17.6;23.4;2;18.89;3;3.61;16069
+76084;44.89273;1.97715;341;20220907;26.1;15.7;20.9;1.7;16.72;0;3.1;14998
+76084;44.89273;1.97715;341;20220908;22.3;12.4;17.3;1.3;14.62;2.1;2.51;14460
+76084;44.89273;1.97715;341;20220909;22.7;13.5;18.1;1.8;14.42;.4;2.69;14036
+76084;44.89273;1.97715;341;20220910;23.6;10.7;17.1;1.1;12.89;0;2.74;16483
+76084;44.89273;1.97715;341;20220911;30.8;12.2;21.5;1.5;11.82;0;3.94;19760
+76084;44.89273;1.97715;341;20220912;36.2;16.9;26.6;2.3;14.29;0;5.18;19698
+76084;44.89273;1.97715;341;20220913;30.7;20.1;25.4;2.2;19.66;8.7;3.72;14616
+76084;44.89273;1.97715;341;20220914;28.9;18.1;23.5;1.7;17.69;0;3.3;14592
+76084;44.89273;1.97715;341;20220915;27.1;14.3;20.7;1.7;15.99;.2;3.11;15577
+76084;44.89273;1.97715;341;20220916;23;15.3;19.2;2.2;14.42;0;2.7;11929
+76084;44.89273;1.97715;341;20220917;19.6;7.8;13.7;2;8.86;.1;2.65;14759
+76084;44.89273;1.97715;341;20220918;24.3;4;14.2;1.3;7.46;0;3.04;19354
+76084;44.89273;1.97715;341;20220919;24.3;7;15.7;1.8;8.26;0;3.26;17857
+76084;44.89273;1.97715;341;20220920;23.3;6.8;15.1;1.6;8.29;0;2.96;17178
+76084;44.89273;1.97715;341;20220921;24.1;7.9;16;1.4;8.56;0;2.91;16835
+76084;44.89273;1.97715;341;20220922;24.8;9.3;17;1.6;9.52;0;2.98;16305
+76084;44.89273;1.97715;341;20220923;24.2;10.1;17.2;1.5;11.76;1.3;2.67;15176
+76084;44.89273;1.97715;341;20220924;18.3;12.5;15.4;1.4;14.02;5.5;1.65;9258
+76084;44.89273;1.97715;341;20220925;17.8;10.3;14.1;1.4;12.49;.6;1.71;10362
+76084;44.89273;1.97715;341;20220926;17.4;8.5;12.9;2.3;11.46;4.6;1.89;11275
+76084;44.89273;1.97715;341;20220927;14.4;10.7;12.6;2.9;12.69;19.2;1.27;6931
+76084;44.89273;1.97715;341;20220928;18.6;12.4;15.5;4;14.69;18.8;1.78;8867
+76084;44.89273;1.97715;341;20220929;14.7;10.3;12.5;1.6;12.29;2.6;1.28;7711
+76084;44.89273;1.97715;341;20220930;16.9;6.6;11.8;1.5;10.09;1;1.72;11902
+76084;44.89273;1.97715;341;20221001;17.3;7.5;12.4;1.7;13.39;15.4;1.46;11304
+76084;44.89273;1.97715;341;20221002;20.4;14.8;17.6;1.2;16.16;.3;1.54;8264
+76084;44.89273;1.97715;341;20221003;22.4;10.8;16.6;1.1;13.49;0;1.92;12060
+76084;44.89273;1.97715;341;20221004;24;9.5;16.7;1.2;12.19;.1;2.17;13498
+76084;44.89273;1.97715;341;20221005;25;10.4;17.7;2;12.86;0;2.57;13597
+76084;44.89273;1.97715;341;20221006;22.1;13.6;17.9;1;15.16;.2;1.67;9872
+76084;44.89273;1.97715;341;20221007;24.2;12;18.1;1.4;14.09;0;2.07;11958
+76084;44.89273;1.97715;341;20221008;21.9;11.8;16.8;1.2;13.86;.8;1.73;10583
+76084;44.89273;1.97715;341;20221009;24.2;10.2;17.2;2;11.92;0;2.39;12652
+76084;44.89273;1.97715;341;20221010;24.4;12;18.2;1.7;13.62;0;2.15;11736
+76084;44.89273;1.97715;341;20221011;21.7;12.7;17.2;1.2;14.89;.9;1.6;9405
+76084;44.89273;1.97715;341;20221012;21.8;13.7;17.7;1;15.02;.9;1.54;9000
+76084;44.89273;1.97715;341;20221013;17.9;10.9;14.4;1;14.29;11.2;1.18;8004
+76084;44.89273;1.97715;341;20221014;18.4;14.3;16.3;2.2;16.69;2.8;1.13;5862
+76084;44.89273;1.97715;341;20221015;24.1;13.6;18.9;1.3;15.52;0;1.76;9590
+76084;44.89273;1.97715;341;20221016;25.6;15.3;20.5;2.9;15.59;0;2.58;9765
+76084;44.89273;1.97715;341;20221017;23.6;18.5;21.1;3;16.39;0;2.28;6437
+76084;44.89273;1.97715;341;20221018;26.7;15.4;21;2.2;16.02;0;2.31;10033
+76084;44.89273;1.97715;341;20221019;23.9;14.3;19.1;2.2;15.46;1.1;1.96;9120
+76084;44.89273;1.97715;341;20221020;22.5;16.4;19.4;2.7;17.46;5.1;1.7;6915
+76084;44.89273;1.97715;341;20221021;22.4;15.7;19;1.4;16.16;3.3;1.5;7101
+76084;44.89273;1.97715;341;20221022;24;12.2;18.1;1.8;14.09;0;1.85;9501
+76084;44.89273;1.97715;341;20221023;23.5;15.6;19.6;2.4;13.99;.2;2.18;7644
+76084;44.89273;1.97715;341;20221024;21.9;12.7;17.3;1.2;12.79;0;1.48;8163
+76084;44.89273;1.97715;341;20221025;23;11;17;1.9;12.32;0;1.88;9213
+76084;44.89273;1.97715;341;20221026;24.2;11.6;17.9;1.6;13.82;.1;1.66;9443
+76084;44.89273;1.97715;341;20221027;26.2;14.1;20.1;2.7;14.69;0;2.32;9148
+76084;44.89273;1.97715;341;20221028;25.1;17.5;21.3;2.5;13.42;.1;2.52;6892
+76084;44.89273;1.97715;341;20221029;26.6;15.9;21.3;2.7;9.89;0;3.12;8415
+76084;44.89273;1.97715;341;20221030;23.4;12.8;18.1;1.8;11.86;.1;1.86;8258
+76084;44.89273;1.97715;341;20221031;23.7;13.1;18.4;2.1;14.29;12;1.77;8042
+76084;44.89273;1.97715;341;20221101;17.7;12.6;15.2;1.2;13.62;.1;.97;5145
+76084;44.89273;1.97715;341;20221102;18.1;8.1;13.1;1.2;11.02;.1;1.07;7289
+76084;44.89273;1.97715;341;20221103;15.5;9.1;12.3;2.4;10.79;9.6;1.19;5803
+76084;44.89273;1.97715;341;20221104;10.8;8.5;9.6;4.1;10.22;7.7;.9;3001
+76084;44.89273;1.97715;341;20221105;12.7;3.1;7.9;1.6;7.96;.1;.9;6896
+76084;44.89273;1.97715;341;20221106;16.1;2.9;9.5;1.7;8.09;.2;1.16;8050
+76084;44.89273;1.97715;341;20221107;19.4;6.6;13;1.8;9.89;0;1.33;7926
+76084;44.89273;1.97715;341;20221108;19.4;11;15.2;2.5;12.16;.9;1.45;6353
+76084;44.89273;1.97715;341;20221109;15.4;12;13.7;1.3;13.62;9.1;.72;3656
+76084;44.89273;1.97715;341;20221110;15.2;9.5;12.4;1.4;11.49;0;.81;4756
+76084;44.89273;1.97715;341;20221111;20.8;7.2;14;2.7;10.79;0;1.51;7907
+76084;44.89273;1.97715;341;20221112;21.8;11.1;16.5;2.1;11.22;0;1.57;6769
+76084;44.89273;1.97715;341;20221113;20.1;9.4;14.8;1.7;9.72;0;1.39;6767
+76084;44.89273;1.97715;341;20221114;15.5;10.8;13.1;1.7;11.82;6;.89;4125
+76084;44.89273;1.97715;341;20221115;16.5;9.4;12.9;1.8;12.69;11.5;.76;5127
+76084;44.89273;1.97715;341;20221116;16;9.8;12.9;1.9;12.06;2.1;.87;4532
+76084;44.89273;1.97715;341;20221117;15.9;11.6;13.8;2.7;12.22;6.3;1.13;3607
+76084;44.89273;1.97715;341;20221118;11.1;7.5;9.3;1.8;10.26;2.7;.6;3274
+76084;44.89273;1.97715;341;20221119;9.8;5.9;7.9;1.7;9.06;.4;.59;3406
+76084;44.89273;1.97715;341;20221120;8.3;3.3;5.8;1.3;8.62;1.7;.39;3804
+76084;44.89273;1.97715;341;20221121;9.8;5.1;7.5;2.2;9.39;13.9;.52;3618
+76084;44.89273;1.97715;341;20221122;8.9;4.9;6.9;2.8;9.02;15.7;.55;3252
+76084;44.89273;1.97715;341;20221123;13.8;6.6;10.2;2.2;10.29;7.9;.74;4484
+76084;44.89273;1.97715;341;20221124;11.7;5.6;8.6;1.6;10.06;.4;.49;4170
+76084;44.89273;1.97715;341;20221125;9.8;7.7;8.8;1.4;10.36;10.8;.51;1952
+76084;44.89273;1.97715;341;20221126;8.4;4;6.2;1.4;8.56;0;.46;3413
+76084;44.89273;1.97715;341;20221127;12.5;3.8;8.1;2.2;7.29;7.9;1.02;4893
+76084;44.89273;1.97715;341;20221128;10.6;6.6;8.6;1.9;10.22;7.7;.5;3114
+76084;44.89273;1.97715;341;20221129;8.5;5;6.7;1.7;8.82;.3;.46;2711
+76084;44.89273;1.97715;341;20221130;7.9;.9;4.4;1.1;7.22;0;.41;4219
+76084;44.89273;1.97715;341;20221201;8.1;-.4;3.8;1;6.82;0;.38;4632
+76084;44.89273;1.97715;341;20221202;5.5;2.8;4.1;.6;6.99;.7;.4;2225
+76084;44.89273;1.97715;341;20221203;7;2.6;4.8;1.1;7.42;3.8;.43;3041
+76084;44.89273;1.97715;341;20221204;6.8;3.3;5;1;7.66;1.4;.44;2448
+76084;44.89273;1.97715;341;20221205;9.1;-.2;4.5;2.1;6.49;.1;.64;4605
+76084;44.89273;1.97715;341;20221206;9.2;-.7;4.2;1.4;5.46;0;.6;4909
+76084;44.89273;1.97715;341;20221207;9.3;-1.4;3.9;1.3;5.59;0;.55;4998
+76084;44.89273;1.97715;341;20221208;7;-1;3;2.2;5.72;1.6;.61;4281
+76084;44.89273;1.97715;341;20221209;8.9;4.5;6.7;1.3;8.59;1.1;.4;3017
+76084;44.89273;1.97715;341;20221210;2;.4;1.2;2.6;5.42;0;.59;1396
+76084;44.89273;1.97715;341;20221211;4.6;-7.4;-1.4;1.1;3.89;.1;.36;5303
+76084;44.89273;1.97715;341;20221212;2.6;-4.7;-1;2.1;4.99;17.9;.34;3916
+76084;44.89273;1.97715;341;20221213;8.5;1.7;5.1;2.3;9.42;2.5;.08;3660
+76084;44.89273;1.97715;341;20221214;11.4;7.8;9.6;1.5;11.06;3.3;.39;2561
+76084;44.89273;1.97715;341;20221215;9.5;6.5;8;1.8;9.92;13.4;.41;2241
+76084;44.89273;1.97715;341;20221216;8.6;4.1;6.3;1.4;7.86;0;.48;2729
+76084;44.89273;1.97715;341;20221217;5.5;-2.8;1.4;1.8;4.59;0;.56;4260
+76084;44.89273;1.97715;341;20221218;11.7;-2.9;4.4;2.8;5.99;0;.84;5792
+76084;44.89273;1.97715;341;20221219;16.1;7.7;11.9;4.3;10.02;0;1.39;4271
+76084;44.89273;1.97715;341;20221220;14.8;11.4;13.1;2.6;10.76;4;1.13;2369
+76084;44.89273;1.97715;341;20221221;13.6;9.5;11.5;1.5;11.76;1.7;.55;2593
+76084;44.89273;1.97715;341;20221222;13;9.6;11.3;3;12.96;22.2;.42;2326
+76084;44.89273;1.97715;341;20221223;15.9;12.1;14;1.9;14.16;1.1;.62;2497
+76084;44.89273;1.97715;341;20221224;16.6;10.8;13.7;1.3;12.39;0;.64;3302
+76084;44.89273;1.97715;341;20221225;16.6;6.9;11.7;2.1;9.56;0;.93;4644
+76084;44.89273;1.97715;341;20221226;11.1;6.6;8.9;1.2;10.39;1.1;.39;2826
+76084;44.89273;1.97715;341;20221227;11.4;7.1;9.2;1.2;10.02;0;.48;2710
+76084;44.89273;1.97715;341;20221228;15.7;3.8;9.7;1.9;9.09;.1;.75;5053
+76084;44.89273;1.97715;341;20221229;11.1;6.4;8.8;1.4;9.92;11.6;.5;2974
+76084;44.89273;1.97715;341;20221230;12.2;7.7;9.9;1.8;11.02;2.7;.52;2801
+76084;44.89273;1.97715;341;20221231;17.3;9.5;13.4;2.1;10.96;0;1;4113
+76085;44.91643;2.2918;583;20220101;19.9;10.1;15;1.6;5.89;0;1.45;5004
+76085;44.91643;2.2918;583;20220102;14.3;5.1;9.7;2;7.7;.1;.94;4614
+76085;44.91643;2.2918;583;20220103;10.6;6.6;8.6;2.5;10;.1;.53;2380
+76085;44.91643;2.2918;583;20220104;14.4;9.7;12;4;8.59;7.2;1.76;3311
+76085;44.91643;2.2918;583;20220105;3.1;-.2;1.4;3.1;5.59;0;.57;2679
+76085;44.91643;2.2918;583;20220106;3.2;-1;1.1;2.5;4.75;0;.59;5202
+76085;44.91643;2.2918;583;20220107;.9;-3.7;-1.4;1.3;5.55;8.1;.21;2489
+76085;44.91643;2.2918;583;20220108;7.2;1.2;4.2;4;8.45;17.4;.18;2784
+76085;44.91643;2.2918;583;20220109;4.5;2.5;3.5;2.6;7.5;12.7;.34;1669
+76085;44.91643;2.2918;583;20220110;5.5;3;4.2;1.8;6.8;1;.53;2318
+76085;44.91643;2.2918;583;20220111;7.3;-2.7;2.3;2;4.55;0;.66;7037
+76085;44.91643;2.2918;583;20220112;6.2;-4.3;.9;1.8;4.15;0;.64;7142
+76085;44.91643;2.2918;583;20220113;8.2;-3.4;2.4;1.5;3.9;0;.74;6682
+76085;44.91643;2.2918;583;20220114;12.3;-1.5;5.4;2.1;3.6;0;1.26;7225
+76085;44.91643;2.2918;583;20220115;9.6;-1.1;4.2;1.4;4.1;0;.78;6511
+76085;44.91643;2.2918;583;20220116;7.2;-4.6;1.3;1.5;4.35;0;.58;7684
+76085;44.91643;2.2918;583;20220117;9.1;-2.6;3.3;2.1;5.3;.1;.73;7115
+76085;44.91643;2.2918;583;20220118;7.6;-2.4;2.6;1.6;5.2;.1;.59;7034
+76085;44.91643;2.2918;583;20220119;.5;-3.6;-1.5;1.4;5.6;1.4;.23;2199
+76085;44.91643;2.2918;583;20220120;4.1;-1;1.6;2.5;5.65;0;.54;4460
+76085;44.91643;2.2918;583;20220121;3.5;-2.2;.6;3.2;4.1;0;.86;6375
+76085;44.91643;2.2918;583;20220122;6.5;-4.5;1;2;4.25;0;.74;7402
+76085;44.91643;2.2918;583;20220123;12;-3.1;4.5;2.8;5.05;0;1.28;8248
+76085;44.91643;2.2918;583;20220124;12.9;.4;6.6;1.4;4.44;0;1.12;7829
+76085;44.91643;2.2918;583;20220125;11.5;-1.4;5.1;1.2;4.9;0;.81;7568
+76085;44.91643;2.2918;583;20220126;10.9;-2;4.4;1.6;5.05;0;.87;8207
+76085;44.91643;2.2918;583;20220127;11.4;-2.6;4.4;1.6;4.27;0;1.03;8480
+76085;44.91643;2.2918;583;20220128;7.6;-3.6;2;1.2;4.75;0;.66;8001
+76085;44.91643;2.2918;583;20220129;7.6;-4.5;1.6;1.6;5.31;0;.64;8471
+76085;44.91643;2.2918;583;20220130;9.7;-2.6;3.6;1.8;6.5;0;.66;7843
+76085;44.91643;2.2918;583;20220131;5.6;-.9;2.3;3;6.7;1.6;.47;3457
+76085;44.91643;2.2918;583;20220201;2.5;-.9;.8;2.1;6.2;2.8;.36;3642
+76085;44.91643;2.2918;583;20220202;6.8;2.2;4.5;2;8.1;.2;.44;4728
+76085;44.91643;2.2918;583;20220203;12.2;-1.5;5.3;1.7;6.6;.2;.93;7462
+76085;44.91643;2.2918;583;20220204;6.6;2.9;4.7;1.5;8.4;3.3;.41;2881
+76085;44.91643;2.2918;583;20220205;8.5;5.1;6.8;1.8;7.05;0;.89;6326
+76085;44.91643;2.2918;583;20220206;4.6;-1;1.8;2.2;7.3;5.8;.26;3585
+76085;44.91643;2.2918;583;20220207;8.6;4.5;6.6;3.3;7.4;.3;1.01;6134
+76085;44.91643;2.2918;583;20220208;14.5;-2.5;6;2.2;5.4;0;1.48;11045
+76085;44.91643;2.2918;583;20220209;13.9;1.2;7.5;2.9;5.75;0;1.71;9770
+76085;44.91643;2.2918;583;20220210;12.1;2.1;7.1;2.2;6.71;.2;1.47;11100
+76085;44.91643;2.2918;583;20220211;10;5.5;7.8;2.3;6.41;0;1.28;7600
+76085;44.91643;2.2918;583;20220212;9.6;-2.9;3.3;3;5.13;0;1.31;7333
+76085;44.91643;2.2918;583;20220213;11;3.6;7.3;6.6;7.71;6.9;1.47;9400
+76085;44.91643;2.2918;583;20220214;7.9;6.3;7.1;3.1;8.21;8.1;.87;4500
+76085;44.91643;2.2918;583;20220215;5.1;2.1;3.6;2.9;7.41;12.5;.49;4700
+76085;44.91643;2.2918;583;20220216;9.7;4.8;7.2;3.1;10.25;16.1;.44;3965
+76085;44.91643;2.2918;583;20220217;10.8;8.7;9.7;3.6;11.81;4.3;.54;3749
+76085;44.91643;2.2918;583;20220218;12.6;7.8;10.2;2.7;10.3;1.1;1.11;6940
+76085;44.91643;2.2918;583;20220219;7.5;2.5;5;2.1;6.45;0;1;7547
+76085;44.91643;2.2918;583;20220220;6.9;-.1;3.4;2;8;7;.47;5274
+76085;44.91643;2.2918;583;20220221;7.5;6.5;7;4.9;8.2;3.2;1.02;4089
+76085;44.91643;2.2918;583;20220222;7.4;3.5;5.4;2.3;8.2;.5;.69;5925
+76085;44.91643;2.2918;583;20220223;13.4;4.8;9.1;2;8.15;0;1.43;11259
+76085;44.91643;2.2918;583;20220224;12.8;4.3;8.5;3.1;7.8;.2;1.56;9544
+76085;44.91643;2.2918;583;20220225;7.6;1.1;4.3;3.4;5.7;0;1.38;11452
+76085;44.91643;2.2918;583;20220226;11.2;-3;4.1;3.4;4.15;0;2.01;13967
+76085;44.91643;2.2918;583;20220227;12.7;.2;6.4;2.4;5.1;0;1.86;13447
+76085;44.91643;2.2918;583;20220228;12.8;.6;6.7;2.2;6.45;0;1.62;12973
+76085;44.91643;2.2918;583;20220301;14.1;-1.8;6.2;2.5;5.65;0;1.94;13979
+76085;44.91643;2.2918;583;20220302;9.6;3;6.3;2.4;8.05;2.2;.94;5743
+76085;44.91643;2.2918;583;20220303;12.9;6.4;9.7;1;9.25;0;1.17;8678
+76085;44.91643;2.2918;583;20220304;11;3.3;7.1;2;8.85;0;1.05;7838
+76085;44.91643;2.2918;583;20220305;9.8;5.1;7.4;2;7.7;0;1.28;9239
+76085;44.91643;2.2918;583;20220306;9.5;-3.1;3.2;2.1;4.45;0;1.64;14632
+76085;44.91643;2.2918;583;20220307;9.6;-2.4;3.6;2.8;4.45;0;1.84;14633
+76085;44.91643;2.2918;583;20220308;12.1;1.3;6.7;4.4;6.45;.1;2.06;13404
+76085;44.91643;2.2918;583;20220309;12.1;3.4;7.8;3.9;7.55;0;1.79;11622
+76085;44.91643;2.2918;583;20220310;12.4;5.2;8.8;4.8;8.2;2.4;1.88;10923
+76085;44.91643;2.2918;583;20220311;9.6;7;8.3;8.1;8.2;10.6;1.68;5993
+76085;44.91643;2.2918;583;20220312;7.4;5.2;6.3;6.5;7.75;2.2;1.17;4219
+76085;44.91643;2.2918;583;20220313;7.4;5.7;6.5;5.7;6.8;12.9;1.54;3575
+76085;44.91643;2.2918;583;20220314;10.5;-.3;5.1;5.9;7.8;1.6;1.23;10655
+76085;44.91643;2.2918;583;20220315;13.2;8.9;11.1;8.8;9.55;0;2.27;9194
+76085;44.91643;2.2918;583;20220316;15.4;9;12.2;3.9;9.65;0;2.11;8422
+76085;44.91643;2.2918;583;20220317;13.5;7.1;10.3;2.4;9.35;0;1.5;7754
+76085;44.91643;2.2918;583;20220318;12.9;5.9;9.4;3.1;8.31;.1;1.84;11100
+76085;44.91643;2.2918;583;20220319;15.9;6.5;11.2;3.2;7.21;0;2.71;14900
+76085;44.91643;2.2918;583;20220320;11.7;3.8;7.8;6.7;7.11;0;2.11;8800
+76085;44.91643;2.2918;583;20220321;11.7;7.9;9.8;8;6.61;0;3.14;13200
+76085;44.91643;2.2918;583;20220322;12.5;4.2;8.4;8.2;4.71;0;3.83;18200
+76085;44.91643;2.2918;583;20220323;14.7;4.4;9.6;6.1;4.01;0;4.18;18600
+76085;44.91643;2.2918;583;20220324;17.5;4;10.8;3.7;4.21;0;3.84;19000
+76085;44.91643;2.2918;583;20220325;18.4;6.1;12.3;2.8;4.51;0;3.49;16200
+76085;44.91643;2.2918;583;20220326;19;-1.3;8.9;3.1;4.81;0;3.5;19100
+76085;44.91643;2.2918;583;20220327;19.1;.3;9.7;3.6;5.51;0;3.59;18300
+76085;44.91643;2.2918;583;20220328;18.7;4.6;11.7;4.8;5.41;0;4.13;16900
+76085;44.91643;2.2918;583;20220329;17.4;7.4;12.4;2.9;7.01;3.3;2.87;12200
+76085;44.91643;2.2918;583;20220330;10.1;7.2;8.7;1.8;9.71;4.6;.97;5000
+76085;44.91643;2.2918;583;20220331;9.1;6.1;7.6;3.7;7.91;4.1;1.55;9300
+76085;44.91643;2.2918;583;20220401;3.5;-1.4;1.1;5.1;5.45;2.8;1.48;10600
+76085;44.91643;2.2918;583;20220402;3.6;-2;.8;4;5.02;0;1.45;10100
+76085;44.91643;2.2918;583;20220403;2.8;-3.1;-.1;3.2;4.99;0;1.31;9167
+76085;44.91643;2.2918;583;20220404;8.7;-3;2.8;1.3;5.01;0;2.22;21700
+76085;44.91643;2.2918;583;20220405;12.9;-4.1;4.4;2.2;6.21;0;2.25;20400
+76085;44.91643;2.2918;583;20220406;9.8;-.8;4.5;2.4;8.41;4;.84;7100
+76085;44.91643;2.2918;583;20220407;9.7;6.7;8.2;4.5;10.31;23.2;.64;3400
+76085;44.91643;2.2918;583;20220408;13.1;9.1;11.1;4.9;10.01;3.3;1.73;6400
+76085;44.91643;2.2918;583;20220409;9.8;2.2;6;3.1;5.81;.3;2.22;15700
+76085;44.91643;2.2918;583;20220410;17.1;-3.5;6.8;3.3;5.01;0;3.59;24400
+76085;44.91643;2.2918;583;20220411;14;6.4;10.2;7.8;7.51;0;3.44;19700
+76085;44.91643;2.2918;583;20220412;15.9;9.6;12.8;6.8;7.01;0;4.11;15300
+76085;44.91643;2.2918;583;20220413;17.3;5.4;11.4;2.1;7.21;.2;2.46;10800
+76085;44.91643;2.2918;583;20220414;22;1.3;11.7;2.4;9.21;0;3.64;23800
+76085;44.91643;2.2918;583;20220415;22.8;5;13.9;2;10.31;0;3.67;23200
+76085;44.91643;2.2918;583;20220416;22.9;4.6;13.8;2.2;8.71;0;3.96;23700
+76085;44.91643;2.2918;583;20220417;22;-.3;10.9;2.3;7.21;0;3.96;25200
+76085;44.91643;2.2918;583;20220418;17.6;2.9;10.3;2.1;8.31;0;3.06;21600
+76085;44.91643;2.2918;583;20220419;17.2;4.6;10.9;1.9;9.61;1.7;2.5;16500
+76085;44.91643;2.2918;583;20220420;13.6;8.7;11.2;1.6;10.61;8.7;1.22;4800
+76085;44.91643;2.2918;583;20220421;14.3;7.2;10.8;1.3;11.01;4.3;1.58;9800
+76085;44.91643;2.2918;583;20220422;18.1;7.1;12.6;2;10.71;1.1;2.82;18400
+76085;44.91643;2.2918;583;20220423;14.6;9.8;12.2;5.1;8.91;30;2.63;8700
+76085;44.91643;2.2918;583;20220424;10.3;4.2;7.3;3.1;9.71;14.9;.74;4000
+76085;44.91643;2.2918;583;20220425;14;6.2;10.1;2;8.81;0;2.08;12300
+76085;44.91643;2.2918;583;20220426;19.3;1;10.2;2.1;8.51;0;3.67;27100
+76085;44.91643;2.2918;583;20220427;22.4;6.4;14.4;2.7;9.21;0;4.35;25300
+76085;44.91643;2.2918;583;20220428;21.3;9.1;15.2;2.4;11.31;0;3.88;23600
+76085;44.91643;2.2918;583;20220429;19.8;8.7;14.3;2.2;12.61;.4;3.01;19000
+76085;44.91643;2.2918;583;20220430;19;6.8;12.9;2;9.81;0;3.67;24800
+76085;44.91643;2.2918;583;20220501;18.5;2.1;10.3;2;7.81;0;3.67;26100
+76085;44.91643;2.2918;583;20220502;19.2;3.7;11.5;1.8;9.01;0;3.36;22500
+76085;44.91643;2.2918;583;20220503;17.6;8.3;13;1.6;11.01;5.2;2.21;12000
+76085;44.91643;2.2918;583;20220504;17.1;7.1;12.1;2.1;11.11;2.9;2.68;17800
+76085;44.91643;2.2918;583;20220505;17.2;6.9;12.1;2.7;9.31;.1;3.22;20000
+76085;44.91643;2.2918;583;20220506;17;6.5;11.7;2.9;9.65;0;2.84;16206
+76085;44.91643;2.2918;583;20220507;19.7;6.5;13.1;2.4;9.85;0;3.85;24492
+76085;44.91643;2.2918;583;20220508;20.9;8.3;14.6;2.6;10.3;0;3.92;22254
+76085;44.91643;2.2918;583;20220509;23.1;7.9;15.5;1.9;10.15;0;4.33;25109
+76085;44.91643;2.2918;583;20220510;24;11.3;17.6;2.5;10.95;0;4.53;23156
+76085;44.91643;2.2918;583;20220511;26.4;10.5;18.4;3.3;11.2;0;5.48;26530
+76085;44.91643;2.2918;583;20220512;22.6;11.4;17;2.3;13.65;1.1;3.57;18729
+76085;44.91643;2.2918;583;20220513;23;12.9;17.9;1.6;14.1;.3;3.92;22224
+76085;44.91643;2.2918;583;20220514;26.4;11.4;18.9;1.8;14.25;0;4.59;24657
+76085;44.91643;2.2918;583;20220515;25.4;15.7;20.5;4.1;12.9;1.7;5.4;22794
+76085;44.91643;2.2918;583;20220516;25.6;11.6;18.6;1.9;13.4;0;4.65;25298
+76085;44.91643;2.2918;583;20220517;28.7;12;20.3;1.8;13.5;0;5.15;26433
+76085;44.91643;2.2918;583;20220518;29.5;14.1;21.8;2.6;14.85;.2;5.52;25314
+76085;44.91643;2.2918;583;20220519;27.1;16.5;21.8;4.2;13.35;.1;5.73;22174
+76085;44.91643;2.2918;583;20220520;28.3;18.4;23.3;4.1;12.4;0;6.43;23356
+76085;44.91643;2.2918;583;20220521;31.3;14.2;22.8;1.8;15.85;0;5.57;26584
+76085;44.91643;2.2918;583;20220522;30.6;17.4;24;1.4;17.35;3.6;4.58;20670
+76085;44.91643;2.2918;583;20220523;17.5;14.8;16.2;2.3;14.75;12.7;2.06;9199
+76085;44.91643;2.2918;583;20220524;16.4;9.5;12.9;2.1;11.3;.9;3.03;19295
+76085;44.91643;2.2918;583;20220525;16.7;5.8;11.2;1.9;10.4;.1;3.16;22145
+76085;44.91643;2.2918;583;20220526;17.9;7.7;12.8;1.9;11.05;0;3.4;22303
+76085;44.91643;2.2918;583;20220527;24;7.6;15.8;2.3;12.3;0;4.64;27407
+76085;44.91643;2.2918;583;20220528;22.9;9.1;16;2.8;10.6;0;4.86;26623
+76085;44.91643;2.2918;583;20220529;20.7;6.2;13.5;2.7;8;0;4.7;26852
+76085;44.91643;2.2918;583;20220530;21.7;5.7;13.7;2;7.95;0;4.63;27470
+76085;44.91643;2.2918;583;20220531;21.1;10.2;15.7;1.8;9.85;1;3.73;19200
+76085;44.91643;2.2918;583;20220601;27.4;10.1;18.8;2.4;12.25;3.1;5.26;26086
+76085;44.91643;2.2918;583;20220602;27.1;14.5;20.8;2.8;15.55;2.7;4.82;22138
+76085;44.91643;2.2918;583;20220603;29;14.1;21.6;2.9;14.8;17.3;5.65;25607
+76085;44.91643;2.2918;583;20220604;26.7;12.7;19.7;2.5;17.2;22.1;4.62;24256
+76085;44.91643;2.2918;583;20220605;20.4;13.4;16.9;2.1;15.85;0;3.05;17136
+76085;44.91643;2.2918;583;20220606;23.2;10.3;16.8;1.3;14.55;.3;4.05;24083
+76085;44.91643;2.2918;583;20220607;20.6;12.9;16.7;1.5;13.5;1.2;3.55;20127
+76085;44.91643;2.2918;583;20220608;15.5;11.6;13.5;2;13.5;10.6;1.63;8065
+76085;44.91643;2.2918;583;20220609;17.3;10.5;13.9;2.6;12.3;.1;2.98;17613
+76085;44.91643;2.2918;583;20220610;24.6;9;16.8;1.8;12.8;.1;4.81;28261
+76085;44.91643;2.2918;583;20220611;28.7;9.6;19.1;1.7;12.65;0;5.57;29921
+76085;44.91643;2.2918;583;20220612;27.7;14.5;21.1;1.4;15.9;.2;4.6;23115
+76085;44.91643;2.2918;583;20220613;27.2;15.3;21.3;2;16.85;0;5.12;26255
+76085;44.91643;2.2918;583;20220614;31.2;15.2;23.2;2.4;15.6;.5;6.17;28145
+76085;44.91643;2.2918;583;20220615;30.2;18.7;24.4;2.6;17.6;.1;5.71;24516
+76085;44.91643;2.2918;583;20220616;31.8;16.5;24.2;1.6;18.35;0;5.54;26222
+76085;44.91643;2.2918;583;20220617;34.1;16.4;25.2;2.3;14.9;0;6.7;28273
+76085;44.91643;2.2918;583;20220618;34;20.8;27.4;4.4;13.15;0;8.38;27036
+76085;44.91643;2.2918;583;20220619;30.7;22.6;26.7;6.9;13.5;0;8.8;24483
+76085;44.91643;2.2918;583;20220620;29.4;17.4;23.4;2.8;15.15;0;5.99;26149
+76085;44.91643;2.2918;583;20220621;27.2;17.3;22.2;2;17.8;2.2;4.46;20771
+76085;44.91643;2.2918;583;20220622;24.8;16.2;20.5;2.4;17.15;10.7;4.39;22208
+76085;44.91643;2.2918;583;20220623;23.2;14.1;18.7;2.7;16.25;23;3.69;18742
+76085;44.91643;2.2918;583;20220624;20.9;14.3;17.6;1.7;15;2.7;3.17;16565
+76085;44.91643;2.2918;583;20220625;24;11.8;17.9;2.9;14.4;11.8;4.2;21333
+76085;44.91643;2.2918;583;20220626;18.5;13.6;16;1.6;15.9;25.6;2.01;10273
+76085;44.91643;2.2918;583;20220627;20;13.4;16.7;1.8;14.6;.2;2.77;14217
+76085;44.91643;2.2918;583;20220628;23;10.1;16.6;1.9;12.4;.1;4.66;27498
+76085;44.91643;2.2918;583;20220629;25.1;10.8;17.9;1.6;13;5.6;4.8;27086
+76085;44.91643;2.2918;583;20220630;14.3;13.5;13.9;1.6;14.4;1.4;1;3100
+76085;44.91643;2.2918;583;20220701;20.6;8.9;14.7;1.6;11.7;.1;4.35;27769
+76085;44.91643;2.2918;583;20220702;27.4;8.1;17.8;1.9;11.8;0;5.43;29634
+76085;44.91643;2.2918;583;20220703;27.6;13.9;20.8;1.9;14.8;1.2;5.13;25835
+76085;44.91643;2.2918;583;20220704;25.7;15.1;20.4;2;16.85;0;4.23;21359
+76085;44.91643;2.2918;583;20220705;26.5;13.9;20.2;1.8;15.05;.1;5.13;27301
+76085;44.91643;2.2918;583;20220706;26.3;11.5;18.9;2.4;12.3;0;5.35;27382
+76085;44.91643;2.2918;583;20220707;25;10.2;17.6;2.9;12.6;0;5.12;27261
+76085;44.91643;2.2918;583;20220708;27.6;11.5;19.5;2.9;12.6;0;5.76;27929
+76085;44.91643;2.2918;583;20220709;29.3;11.8;20.6;2.7;12.1;0;6.07;28313
+76085;44.91643;2.2918;583;20220710;29.3;12.6;20.9;2.4;12.85;0;5.88;27948
+76085;44.91643;2.2918;583;20220711;31.5;15.9;23.7;3;13.25;0;6.77;28656
+76085;44.91643;2.2918;583;20220712;31.2;17;24.1;2.6;13.65;0;6.47;27615
+76085;44.91643;2.2918;583;20220713;32.1;16.6;24.4;2.3;12.4;0;6.44;27847
+76085;44.91643;2.2918;583;20220714;32.7;17.7;25.2;2.4;14.2;0;6.44;27018
+76085;44.91643;2.2918;583;20220715;31.7;16.5;24.1;2.3;14.3;0;6.14;26637
+76085;44.91643;2.2918;583;20220716;32.7;15;23.9;2.3;13.8;0;6.45;28367
+76085;44.91643;2.2918;583;20220717;33.7;16.7;25.2;3;11.75;0;7.35;28562
+76085;44.91643;2.2918;583;20220718;36.1;20.6;28.3;3.1;13.2;0;7.62;26381
+76085;44.91643;2.2918;583;20220719;34;22.7;28.3;3.9;13.9;.5;7.63;24065
+76085;44.91643;2.2918;583;20220720;25.5;16.2;20.8;2.1;16.65;.1;3.85;17960
+76085;44.91643;2.2918;583;20220721;30.5;13.4;21.9;1.6;14.45;0;5.43;27276
+76085;44.91643;2.2918;583;20220722;29.4;17.2;23.3;3.2;15.3;0;5.56;21849
+76085;44.91643;2.2918;583;20220723;26.9;15;20.9;2;14.9;0;5;25464
+76085;44.91643;2.2918;583;20220724;33.6;13.9;23.7;1.7;13.25;0;6.04;28433
+76085;44.91643;2.2918;583;20220725;24.7;17.3;21;2.4;14.85;0;4.22;19263
+76085;44.91643;2.2918;583;20220726;24;14.6;19.3;2.7;13.1;0;4.78;24098
+76085;44.91643;2.2918;583;20220727;25.9;10.6;18.3;1.8;11.8;0;4.81;25924
+76085;44.91643;2.2918;583;20220728;27.9;12.1;20;1.6;12.1;0;4.74;24184
+76085;44.91643;2.2918;583;20220729;24.3;15.1;19.7;1.3;14.55;.2;3.39;16805
+76085;44.91643;2.2918;583;20220730;28.2;14.5;21.3;1.4;15;0;4.67;24042
+76085;44.91643;2.2918;583;20220731;30.2;13.7;22;1.8;14.25;0;5.27;25775
+76085;44.91643;2.2918;583;20220801;31;15.6;23.3;2.3;13.75;0;5.64;24793
+76085;44.91643;2.2918;583;20220802;32.3;14.7;23.5;2.3;13.5;.1;5.97;26084
+76085;44.91643;2.2918;583;20220803;35;19.6;27.3;2.5;12.7;0;6.68;25538
+76085;44.91643;2.2918;583;20220804;34.8;20.6;27.7;2.2;14.15;0;6.09;23737
+76085;44.91643;2.2918;583;20220805;27.8;18.1;22.9;2.1;18.25;4.3;4.45;20820
+76085;44.91643;2.2918;583;20220806;30.8;17.6;24.2;2.3;15.45;0;5.44;23709
+76085;44.91643;2.2918;583;20220807;30.3;13.8;22;2.5;11.6;0;5.78;25555
+76085;44.91643;2.2918;583;20220808;31.6;13.2;22.4;2.7;10.25;0;6.19;25954
+76085;44.91643;2.2918;583;20220809;33;15.8;24.4;2.6;9.55;0;6.37;25138
+76085;44.91643;2.2918;583;20220810;33.9;18.2;26.1;2.5;9.65;0;6.49;25217
+76085;44.91643;2.2918;583;20220811;34.8;19;26.9;3.1;11.5;0;6.95;23982
+76085;44.91643;2.2918;583;20220812;35.1;18.1;26.6;2.5;12.65;0;6.39;23994
+76085;44.91643;2.2918;583;20220813;34.4;17.6;26;1.7;13.35;6.3;5.48;23678
+76085;44.91643;2.2918;583;20220814;21.5;18.3;19.9;2.3;17.7;7.6;2.61;11602
+76085;44.91643;2.2918;583;20220815;24.4;14.1;19.3;1.4;15.25;.4;3.25;16660
+76085;44.91643;2.2918;583;20220816;28.3;14;21.1;2.9;14.7;32.5;4.51;17766
+76085;44.91643;2.2918;583;20220817;23.1;13.2;18.1;1.8;15.65;0;3.05;16196
+76085;44.91643;2.2918;583;20220818;21.8;12.3;17;2;14.9;4.2;2.93;16193
+76085;44.91643;2.2918;583;20220819;22.4;15;18.7;2.4;15.95;.4;3;14863
+76085;44.91643;2.2918;583;20220820;25.7;15;20.4;1.8;16.3;.1;3.8;20099
+76085;44.91643;2.2918;583;20220821;24.4;12.6;18.5;2;15.1;0;3.49;18642
+76085;44.91643;2.2918;583;20220822;22.6;15.7;19.2;1.5;16.35;.1;2.75;13981
+76085;44.91643;2.2918;583;20220823;27.8;14.5;21.2;1.3;16.9;0;3.8;20206
+76085;44.91643;2.2918;583;20220824;32.3;16.4;24.3;2.3;14.6;0;5.28;22652
+76085;44.91643;2.2918;583;20220825;27.8;17.9;22.8;2.7;16.05;.4;4.28;17747
+76085;44.91643;2.2918;583;20220826;28;15.3;21.7;1.9;16.5;.5;4.13;20691
+76085;44.91643;2.2918;583;20220827;27.3;13.1;20.2;2;14.7;0;4.11;20968
+76085;44.91643;2.2918;583;20220828;29.4;14.3;21.8;2.2;13.25;0;4.71;21970
+76085;44.91643;2.2918;583;20220829;31.9;16;23.9;2.8;13.25;1.3;5.08;18046
+76085;44.91643;2.2918;583;20220830;28.7;16.1;22.4;2.3;15.15;0;4.23;18657
+76085;44.91643;2.2918;583;20220831;28.7;13;20.8;2.3;13.75;.9;4.28;19393
+76085;44.91643;2.2918;583;20220901;25.7;13.9;19.8;1.6;15.35;0;3.45;18631
+76085;44.91643;2.2918;583;20220902;23.2;14.7;18.9;1.6;16.15;6.6;2.63;13393
+76085;44.91643;2.2918;583;20220903;24.2;14.8;19.5;1.4;15.7;0;3.02;16481
+76085;44.91643;2.2918;583;20220904;29.9;14.9;22.4;3.4;15.25;.1;4.89;19699
+76085;44.91643;2.2918;583;20220905;29.7;18.1;23.9;4.1;17.45;11.3;4.95;18280
+76085;44.91643;2.2918;583;20220906;26;15.9;20.9;2.3;18;2.8;3.1;14730
+76085;44.91643;2.2918;583;20220907;24;14.5;19.3;1.8;15.85;.2;2.66;12754
+76085;44.91643;2.2918;583;20220908;20.5;10.9;15.7;1.6;13.2;.4;2.29;12752
+76085;44.91643;2.2918;583;20220909;21.1;12.2;16.7;1.6;13.15;.7;2.6;14532
+76085;44.91643;2.2918;583;20220910;20.9;10.4;15.7;1.3;12.2;0;2.67;16889
+76085;44.91643;2.2918;583;20220911;28;9.9;18.9;2.4;10.85;0;4.22;20094
+76085;44.91643;2.2918;583;20220912;33.6;16.2;24.9;3.7;12.95;0;5.94;19054
+76085;44.91643;2.2918;583;20220913;27.8;19.6;23.7;4.3;19;4.6;3.93;12909
+76085;44.91643;2.2918;583;20220914;25.7;17.4;21.6;2.6;16.85;2.2;3.29;14655
+76085;44.91643;2.2918;583;20220915;24.4;13.6;19;1.5;15.05;.1;2.8;15436
+76085;44.91643;2.2918;583;20220916;20.7;13.1;16.9;2.3;13.45;0;2.48;12464
+76085;44.91643;2.2918;583;20220917;16.8;5.8;11.3;2.5;8.45;0;2.62;16945
+76085;44.91643;2.2918;583;20220918;22;2.7;12.3;2;7.1;0;3.16;19148
+76085;44.91643;2.2918;583;20220919;21.9;4.4;13.1;2.5;7.75;0;3.35;18682
+76085;44.91643;2.2918;583;20220920;21.6;4.9;13.2;2;7.75;0;3.04;18197
+76085;44.91643;2.2918;583;20220921;21.8;5.5;13.7;2.1;8.3;0;3.06;17710
+76085;44.91643;2.2918;583;20220922;22.5;8.6;15.6;2.3;9.25;0;3.18;16947
+76085;44.91643;2.2918;583;20220923;22.1;8.5;15.3;1.9;11.1;3;2.54;13532
+76085;44.91643;2.2918;583;20220924;16.8;10.3;13.5;1.2;12.6;6.5;1.48;8949
+76085;44.91643;2.2918;583;20220925;15.7;9.7;12.7;1.6;11.95;.8;1.48;8920
+76085;44.91643;2.2918;583;20220926;14.6;7.9;11.3;1.9;11;4.6;1.48;9648
+76085;44.91643;2.2918;583;20220927;11.5;8.8;10.1;2.9;11.6;13.3;.92;6190
+76085;44.91643;2.2918;583;20220928;14.3;10.6;12.5;3.9;13.55;14.3;1.1;7756
+76085;44.91643;2.2918;583;20220929;12.9;8.6;10.7;2;11;2;1.21;7351
+76085;44.91643;2.2918;583;20220930;14.7;5.3;10;1.6;9.15;.6;1.75;14033
+76085;44.91643;2.2918;583;20221001;15.2;6.1;10.6;2.1;12.5;12.8;.95;6691
+76085;44.91643;2.2918;583;20221002;18;13.1;15.5;1.5;14.9;.1;1.41;8163
+76085;44.91643;2.2918;583;20221003;19.9;7.6;13.8;1.8;12.05;0;2.02;14301
+76085;44.91643;2.2918;583;20221004;21.2;6.9;14.1;1.8;11.45;.1;2.2;14913
+76085;44.91643;2.2918;583;20221005;22.2;9.8;16;3.4;12.45;0;2.7;14375
+76085;44.91643;2.2918;583;20221006;20.4;12.5;16.4;1.8;13.95;0;1.83;10327
+76085;44.91643;2.2918;583;20221007;22;11.4;16.7;2.3;13.2;.1;2.27;12936
+76085;44.91643;2.2918;583;20221008;20.3;10.5;15.4;1.8;12.9;1.7;1.8;10473
+76085;44.91643;2.2918;583;20221009;21.2;9.4;15.3;3.1;11.35;0;2.53;13153
+76085;44.91643;2.2918;583;20221010;21.8;11.2;16.5;3;12.85;0;2.38;11671
+76085;44.91643;2.2918;583;20221011;20;10.8;15.4;1.7;13.5;1.5;1.59;9467
+76085;44.91643;2.2918;583;20221012;21.1;12.9;17;1.5;13.5;1;1.67;8612
+76085;44.91643;2.2918;583;20221013;15.7;9.7;12.7;1.3;13.25;11.1;.91;4943
+76085;44.91643;2.2918;583;20221014;15.5;13;14.2;2.1;15.5;3.4;.73;3638
+76085;44.91643;2.2918;583;20221015;21.3;12.8;17;2.6;14.45;0;1.96;10933
+76085;44.91643;2.2918;583;20221016;22.3;15.2;18.8;5.8;14.4;0;3.01;10168
+76085;44.91643;2.2918;583;20221017;20.7;17;18.8;6.3;15.2;0;2.64;6095
+76085;44.91643;2.2918;583;20221018;23.5;14.8;19.1;4.3;15.15;0;2.69;10925
+76085;44.91643;2.2918;583;20221019;21.9;15;18.4;4.3;13.15;2.3;2.7;7319
+76085;44.91643;2.2918;583;20221020;20.5;15.7;18.1;5.5;16.35;5.7;1.93;5716
+76085;44.91643;2.2918;583;20221021;20.9;15.4;18.1;2.4;14.65;1.1;1.78;7251
+76085;44.91643;2.2918;583;20221022;21.4;10.8;16.1;2.8;12.4;0;2.07;10587
+76085;44.91643;2.2918;583;20221023;20.7;15.5;18.1;4.8;13.6;.4;2.42;4001
+76085;44.91643;2.2918;583;20221024;19.7;12.3;16;1.8;11.85;.2;1.6;8960
+76085;44.91643;2.2918;583;20221025;19.9;10.1;15;3.5;11.5;.2;2;7123
+76085;44.91643;2.2918;583;20221026;22;11.7;16.9;2.5;12.55;0;1.95;8647
+76085;44.91643;2.2918;583;20221027;23.8;13.2;18.5;4.1;13.55;0;2.64;8209
+76085;44.91643;2.2918;583;20221028;24.5;18.5;21.5;4.3;11.3;0;3.72;6592
+76085;44.91643;2.2918;583;20221029;23;15.9;19.4;5;8.05;0;4.31;7578
+76085;44.91643;2.2918;583;20221030;21.5;14;17.8;3.9;10.95;.1;2.75;8180
+76085;44.91643;2.2918;583;20221031;20.6;13.4;17;4.4;13.55;10.5;2.13;7784
+76085;44.91643;2.2918;583;20221101;15.2;11.6;13.4;1.5;12.7;.1;.92;5533
+76085;44.91643;2.2918;583;20221102;16.6;7.1;11.8;1.7;10.15;.1;1.15;8430
+76085;44.91643;2.2918;583;20221103;14.7;8.5;11.6;4.5;10.4;9.1;1.41;3565
+76085;44.91643;2.2918;583;20221104;8;6.1;7.1;4;9.4;10.9;.53;2943
+76085;44.91643;2.2918;583;20221105;10.1;1;5.6;1.7;7.4;0;.75;8117
+76085;44.91643;2.2918;583;20221106;14.9;1.7;8.3;2.1;6.9;0;1.3;8173
+76085;44.91643;2.2918;583;20221107;16.5;5.8;11.2;3.4;9.55;0;1.47;8731
+76085;44.91643;2.2918;583;20221108;17.1;10.9;14;5.3;11.3;4.8;1.89;6232
+76085;44.91643;2.2918;583;20221109;14;11.1;12.5;1.9;12.5;7.5;.76;3015
+76085;44.91643;2.2918;583;20221110;13;6.9;10;1.3;10.35;0;.68;6117
+76085;44.91643;2.2918;583;20221111;18.8;7.3;13;3.8;10.8;0;1.62;8322
+76085;44.91643;2.2918;583;20221112;20.7;10.7;15.7;3.2;10.15;0;2.07;7612
+76085;44.91643;2.2918;583;20221113;19.4;9;14.2;2.4;9.55;0;1.6;6700
+76085;44.91643;2.2918;583;20221114;13.6;10.9;12.3;3.8;11.35;6.5;1.12;2775
+76085;44.91643;2.2918;583;20221115;15.4;8.8;12.1;3.3;11.9;9.7;.93;4952
+76085;44.91643;2.2918;583;20221116;13.4;7.8;10.6;2.6;10.9;2.4;.75;5184
+76085;44.91643;2.2918;583;20221117;14.1;9.9;12;3.3;11.25;7.8;1;4216
+76085;44.91643;2.2918;583;20221118;9;6.5;7.7;1.8;9.35;1.9;.53;4077
+76085;44.91643;2.2918;583;20221119;8.3;4.3;6.3;1.6;8.2;.2;.51;5140
+76085;44.91643;2.2918;583;20221120;6.9;.7;3.8;1.3;7.65;2;.35;4374
+76085;44.91643;2.2918;583;20221121;8;3.7;5.9;2.9;8.4;11.2;.52;2324
+76085;44.91643;2.2918;583;20221122;6.6;3.8;5.2;2.9;8.2;12.9;.44;3339
+76085;44.91643;2.2918;583;20221123;10.7;5.2;8;2.6;9.4;7.7;.61;3273
+76085;44.91643;2.2918;583;20221124;10.3;5.2;7.7;1.9;9.45;.4;.49;4176
+76085;44.91643;2.2918;583;20221125;8.8;7.7;8.2;1.8;9.4;9.2;.6;1336
+76085;44.91643;2.2918;583;20221126;9;2;5.5;1.8;7.25;0;.56;4756
+76085;44.91643;2.2918;583;20221127;12.7;3.5;8.1;3.6;5.5;5.8;1.74;5573
+76085;44.91643;2.2918;583;20221128;8.2;7;7.6;2.7;9.3;7.1;.54;1909
+76085;44.91643;2.2918;583;20221129;7.1;3.7;5.4;1.8;7.75;.1;.47;3687
+76085;44.91643;2.2918;583;20221130;8.4;-1.7;3.3;1.4;6.15;0;.41;6667
+76085;44.91643;2.2918;583;20221201;6.8;-.9;2.9;2.1;6.1;0;.57;3710
+76085;44.91643;2.2918;583;20221202;3;.7;1.9;1.6;5.9;.5;.47;1476
+76085;44.91643;2.2918;583;20221203;4.4;.7;2.5;1.4;6.75;4.7;.36;2147
+76085;44.91643;2.2918;583;20221204;4.3;2.1;3.2;1.1;7.15;3;.36;1736
+76085;44.91643;2.2918;583;20221205;8.2;-1.4;3.4;2.5;5.6;0;.65;6526
+76085;44.91643;2.2918;583;20221206;11.4;-2.2;4.6;2;4.45;0;.97;6462
+76085;44.91643;2.2918;583;20221207;8;-3.2;2.4;2.1;4.9;0;.67;6328
+76085;44.91643;2.2918;583;20221208;7.9;-2.1;2.9;2.4;5.55;2.6;.71;3827
+76085;44.91643;2.2918;583;20221209;7.8;5.5;6.7;1.2;8.7;1.6;.45;1694
+76085;44.91643;2.2918;583;20221210;.7;-.1;.3;2.2;5.4;0;.41;1905
+76085;44.91643;2.2918;583;20221211;5.3;-8.5;-1.6;1.5;3.37;0;.52;5950
+76085;44.91643;2.2918;583;20221212;3.6;-3.9;-.1;2.1;4.21;17.7;.55;3697
+76085;44.91643;2.2918;583;20221213;7.6;.6;4.1;3.3;9.1;3.1;.04;2954
+76085;44.91643;2.2918;583;20221214;10;6.8;8.4;2.8;10.5;3.1;.38;2310
+76085;44.91643;2.2918;583;20221215;8.9;5.4;7.2;2.7;9.2;13.9;.53;1122
+76085;44.91643;2.2918;583;20221216;5.5;3.7;4.6;2.3;7.1;0;.49;2000
+76085;44.91643;2.2918;583;20221217;7.6;-4.7;1.4;1.9;3.6;0;.78;6059
+76085;44.91643;2.2918;583;20221218;9.7;-2.3;3.7;4.7;5.25;0;1.27;5450
+76085;44.91643;2.2918;583;20221219;13.6;7.7;10.6;7.8;9.2;0;1.68;4294
+76085;44.91643;2.2918;583;20221220;13.7;10;11.9;6.7;9.9;2.7;1.71;2828
+76085;44.91643;2.2918;583;20221221;11.4;8.9;10.1;2.3;11;1.4;.49;3077
+76085;44.91643;2.2918;583;20221222;11.6;8.4;10;3.5;12;14.9;.34;1664
+76085;44.91643;2.2918;583;20221223;13.6;10.7;12.1;2.2;13.1;1.3;.48;2324
+76085;44.91643;2.2918;583;20221224;14.2;9.2;11.7;2.2;11.15;0;.65;4343
+76085;44.91643;2.2918;583;20221225;16.7;6.4;11.5;4.1;8.9;0;1.56;5375
+76085;44.91643;2.2918;583;20221226;11.3;7.4;9.3;2.1;9.75;1.4;.68;1709
+76085;44.91643;2.2918;583;20221227;10.7;4.8;7.8;1.6;8.95;0;.42;4417
+76085;44.91643;2.2918;583;20221228;13.9;3.3;8.6;3.3;8.75;.1;.9;4922
+76085;44.91643;2.2918;583;20221229;10.6;7.7;9.1;3.1;9.3;10.4;.85;1481
+76085;44.91643;2.2918;583;20221230;11.7;6.3;9;3.8;10;2.6;.69;2383
+76085;44.91643;2.2918;583;20221231;17;10.9;14;4.5;10.4;0;1.71;4904
+76086;44.93919;2.60667;740;20220101;18.4;5.2;11.8;1.5;5.97;0;1.1;5914
+76086;44.93919;2.60667;740;20220102;13;5.1;9;2.5;7.32;.1;1.16;3973
+76086;44.93919;2.60667;740;20220103;9.6;5.8;7.7;2.6;9.49;.1;.48;2941
+76086;44.93919;2.60667;740;20220104;12.5;7.1;9.8;4;8.2;7.9;1.28;4306
+76086;44.93919;2.60667;740;20220105;1.4;-.8;.3;4.2;5.2;0;.55;3202
+76086;44.93919;2.60667;740;20220106;2.6;-1.5;.5;3.7;4.52;0;.76;5060
+76086;44.93919;2.60667;740;20220107;.1;-4.8;-2.4;2.5;5.27;6.5;.23;2995
+76086;44.93919;2.60667;740;20220108;6;.1;3.1;5.2;7.72;15.7;.24;3434
+76086;44.93919;2.60667;740;20220109;3.4;1.6;2.5;4.2;6.87;10.6;.43;1844
+76086;44.93919;2.60667;740;20220110;4.4;1.3;2.9;2.7;6.17;0;.59;2748
+76086;44.93919;2.60667;740;20220111;5.6;-3.9;.9;3.1;4.34;0;.78;6794
+76086;44.93919;2.60667;740;20220112;5.6;-5.8;-.1;3.3;3.72;0;.95;7043
+76086;44.93919;2.60667;740;20220113;9.1;-4.1;2.5;2.3;3.69;0;1.05;7305
+76086;44.93919;2.60667;740;20220114;11.8;-3.1;4.4;1.8;3.19;0;1.12;7715
+76086;44.93919;2.60667;740;20220115;9.7;-2.1;3.8;1.5;3.52;0;.86;7150
+76086;44.93919;2.60667;740;20220116;6.9;-5.4;.8;2;4.17;0;.73;7750
+76086;44.93919;2.60667;740;20220117;7.8;-3.2;2.3;3.6;5.39;0;.84;6947
+76086;44.93919;2.60667;740;20220118;8.3;-2.2;3.1;2.7;5.12;.1;.91;7271
+76086;44.93919;2.60667;740;20220119;.1;-4.3;-2.1;2.2;5.47;.9;.22;2878
+76086;44.93919;2.60667;740;20220120;3.1;-1.7;.7;3.7;5.47;0;.59;4801
+76086;44.93919;2.60667;740;20220121;2.3;-2.9;-.3;5.5;4.02;0;1;6226
+76086;44.93919;2.60667;740;20220122;4.8;-5.1;-.1;3.7;4.27;0;.85;7120
+76086;44.93919;2.60667;740;20220123;12.6;-3.6;4.5;2.7;4.84;0;1.3;8550
+76086;44.93919;2.60667;740;20220124;13.7;-1.4;6.1;1.7;4.27;0;1.17;8452
+76086;44.93919;2.60667;740;20220125;11.3;-1;5.2;1.5;4.39;0;1;8216
+76086;44.93919;2.60667;740;20220126;11.6;-2.7;4.4;2.1;4.52;0;1.15;8844
+76086;44.93919;2.60667;740;20220127;11.5;-1.2;5.1;2.5;4.17;0;1.38;8519
+76086;44.93919;2.60667;740;20220128;9.7;-4.8;2.5;2.3;4.98;0;.98;8964
+76086;44.93919;2.60667;740;20220129;9;-3.3;2.9;2;5.43;0;.81;8439
+76086;44.93919;2.60667;740;20220130;7.8;-1.2;3.3;2.6;6.24;0;.7;6804
+76086;44.93919;2.60667;740;20220131;4.8;-1.7;1.5;4.4;6.39;1.1;.51;3965
+76086;44.93919;2.60667;740;20220201;1.7;-1.9;-.1;3.9;5.87;2.9;.4;4458
+76086;44.93919;2.60667;740;20220202;7.3;1.1;4.2;3.2;7.67;.3;.59;6821
+76086;44.93919;2.60667;740;20220203;13;-2.7;5.1;2.4;5.92;.1;1.27;8480
+76086;44.93919;2.60667;740;20220204;5.7;1.8;3.8;2.5;7.82;2.8;.44;3353
+76086;44.93919;2.60667;740;20220205;7.9;2.9;5.4;2.9;6.44;.1;1.03;7117
+76086;44.93919;2.60667;740;20220206;3.9;-2.9;.5;3.6;6.77;6.2;.26;4784
+76086;44.93919;2.60667;740;20220207;7.8;3.5;5.6;4.4;6.94;.2;1.09;6440
+76086;44.93919;2.60667;740;20220208;14.7;-3.1;5.8;2.7;4.97;0;1.79;11153
+76086;44.93919;2.60667;740;20220209;12.6;-.3;6.1;2.6;5.69;0;1.47;9307
+76086;44.93919;2.60667;740;20220210;11.7;1.8;6.7;2.2;6.67;.1;1.47;11100
+76086;44.93919;2.60667;740;20220211;9.1;4.6;6.8;2.3;6.38;0;1.28;7600
+76086;44.93919;2.60667;740;20220212;8.7;-3.4;2.7;3;5.09;0;1.31;7333
+76086;44.93919;2.60667;740;20220213;10.1;2.7;6.4;6.6;7.67;7.4;1.47;9400
+76086;44.93919;2.60667;740;20220214;7;5.4;6.2;3.1;8.17;7.8;.87;4500
+76086;44.93919;2.60667;740;20220215;4.2;1.2;2.7;2.9;7.38;11.9;.49;4700
+76086;44.93919;2.60667;740;20220216;8.9;3.6;6.3;4.4;9.69;13.8;.42;4431
+76086;44.93919;2.60667;740;20220217;10.4;7.8;9.1;4;11.1;3.5;.61;4157
+76086;44.93919;2.60667;740;20220218;13.6;7.1;10.3;3.7;9.87;1.2;1.45;8249
+76086;44.93919;2.60667;740;20220219;6.7;.8;3.7;2.1;6.23;0;.98;8164
+76086;44.93919;2.60667;740;20220220;6.2;-.3;2.9;3.3;7.59;6.7;.52;5402
+76086;44.93919;2.60667;740;20220221;6.5;5.4;5.9;6.9;7.57;3.5;1.14;5193
+76086;44.93919;2.60667;740;20220222;6.6;2.4;4.5;3.6;7.69;.5;.85;7539
+76086;44.93919;2.60667;740;20220223;13;3.8;8.4;2.5;7.82;0;1.56;11468
+76086;44.93919;2.60667;740;20220224;11.9;3.1;7.5;3.3;7.59;.5;1.55;9843
+76086;44.93919;2.60667;740;20220225;6.7;.1;3.4;4.2;5.39;0;1.47;11471
+76086;44.93919;2.60667;740;20220226;10.3;-3.1;3.6;4.4;4.12;0;2.23;13392
+76086;44.93919;2.60667;740;20220227;11.7;-1.7;5;2.3;4.89;0;1.74;13751
+76086;44.93919;2.60667;740;20220228;12.7;-.1;6.3;2.6;5.82;0;1.8;12826
+76086;44.93919;2.60667;740;20220301;12.9;-3.1;4.9;2.7;5.44;0;1.8;14075
+76086;44.93919;2.60667;740;20220302;8.4;2.4;5.4;2.5;7.57;1.6;.91;5120
+76086;44.93919;2.60667;740;20220303;11.6;5.4;8.5;1.5;8.92;0;1.18;8592
+76086;44.93919;2.60667;740;20220304;11.3;2.9;7.1;3.1;8.34;0;1.27;8211
+76086;44.93919;2.60667;740;20220305;9.5;2.9;6.2;3;7.02;0;1.42;10700
+76086;44.93919;2.60667;740;20220306;8.5;-3.9;2.3;2.9;4.32;0;1.74;14358
+76086;44.93919;2.60667;740;20220307;9;-4;2.5;2.6;4.07;0;1.82;14920
+76086;44.93919;2.60667;740;20220308;11.2;-1.4;4.9;3.4;5.94;0;1.71;11846
+76086;44.93919;2.60667;740;20220309;10.6;2.7;6.7;3.6;7.14;0;1.54;9230
+76086;44.93919;2.60667;740;20220310;11.6;3.6;7.6;4.4;7.69;2;1.66;9554
+76086;44.93919;2.60667;740;20220311;9.1;6.2;7.7;7.4;7.79;7.2;1.66;5478
+76086;44.93919;2.60667;740;20220312;6.2;3.9;5.1;6.3;7.42;0;.98;4612
+76086;44.93919;2.60667;740;20220313;6.4;4.9;5.7;5.9;6.59;10.6;1.42;3080
+76086;44.93919;2.60667;740;20220314;9.6;-2.3;3.7;5.1;7.42;2.1;1.04;9572
+76086;44.93919;2.60667;740;20220315;12.6;7.7;10.2;7.2;9.19;0;1.98;7941
+76086;44.93919;2.60667;740;20220316;14.3;6.7;10.5;2.9;9.22;0;1.74;9279
+76086;44.93919;2.60667;740;20220317;11.4;6.4;8.9;3.7;9.17;0;1.24;5109
+76086;44.93919;2.60667;740;20220318;12;5;8.5;3.1;8.28;0;1.84;11100
+76086;44.93919;2.60667;740;20220319;15;5.6;10.3;3.2;7.17;0;2.71;14900
+76086;44.93919;2.60667;740;20220320;10.8;2.9;6.8;6.7;7.07;0;2.11;8800
+76086;44.93919;2.60667;740;20220321;10.8;7;8.9;8;6.57;0;3.14;13200
+76086;44.93919;2.60667;740;20220322;11.6;3.3;7.4;8.2;4.67;0;3.83;18200
+76086;44.93919;2.60667;740;20220323;13.8;3.5;8.6;6.1;3.97;0;4.18;18600
+76086;44.93919;2.60667;740;20220324;16.6;3.1;9.9;3.7;4.17;0;3.84;19000
+76086;44.93919;2.60667;740;20220325;17.5;5.2;11.4;2.8;4.47;0;3.49;16200
+76086;44.93919;2.60667;740;20220326;18.1;-2.2;8;3.1;4.78;0;3.5;19100
+76086;44.93919;2.60667;740;20220327;18.2;-.6;8.8;3.6;5.47;0;3.59;18300
+76086;44.93919;2.60667;740;20220328;17.8;3.7;10.7;4.8;5.38;0;4.13;16900
+76086;44.93919;2.60667;740;20220329;16.5;6.5;11.5;2.9;6.97;1.9;2.87;12200
+76086;44.93919;2.60667;740;20220330;9.2;6.3;7.8;1.8;9.67;3.6;.97;5000
+76086;44.93919;2.60667;740;20220331;8.2;5.2;6.7;3.7;7.88;3.3;1.55;9300
+76086;44.93919;2.60667;740;20220401;2.6;-2.3;.2;5.1;5.41;3.3;1.48;10600
+76086;44.93919;2.60667;740;20220402;2.6;-3;-.2;3.7;4.93;0;1.45;10233
+76086;44.93919;2.60667;740;20220403;1.9;-4;-1.1;3.2;4.96;0;1.31;9167
+76086;44.93919;2.60667;740;20220404;7.8;-3.9;1.9;1.3;4.97;0;2.22;21700
+76086;44.93919;2.60667;740;20220405;12;-5;3.5;2.2;6.17;0;2.25;20400
+76086;44.93919;2.60667;740;20220406;8.9;-1.7;3.6;2.4;8.37;4;.84;7100
+76086;44.93919;2.60667;740;20220407;8.8;5.8;7.3;4.5;10.28;28.1;.64;3400
+76086;44.93919;2.60667;740;20220408;12.2;8.2;10.2;4.9;9.97;6.2;1.73;6400
+76086;44.93919;2.60667;740;20220409;8.9;1.3;5.1;3.1;5.78;.4;2.22;15700
+76086;44.93919;2.60667;740;20220410;16.2;-4.4;5.9;3.3;4.97;0;3.59;24400
+76086;44.93919;2.60667;740;20220411;13.1;5.5;9.3;7.8;7.47;0;3.44;19700
+76086;44.93919;2.60667;740;20220412;15;8.7;11.8;6.8;6.97;0;4.11;15300
+76086;44.93919;2.60667;740;20220413;16.4;4.5;10.4;2.1;7.17;.1;2.46;10800
+76086;44.93919;2.60667;740;20220414;21.1;.4;10.8;2.4;9.17;.5;3.64;23800
+76086;44.93919;2.60667;740;20220415;21.9;4.1;13;2;10.28;0;3.67;23200
+76086;44.93919;2.60667;740;20220416;22;3.7;12.9;2.2;8.67;0;3.96;23700
+76086;44.93919;2.60667;740;20220417;21.1;-1.2;10;2.3;7.17;0;3.96;25200
+76086;44.93919;2.60667;740;20220418;16.7;2;9.3;2.1;8.28;0;3.06;21600
+76086;44.93919;2.60667;740;20220419;16.3;3.7;10;1.9;9.58;0;2.5;16500
+76086;44.93919;2.60667;740;20220420;12.7;7.8;10.2;1.6;10.58;25;1.22;4800
+76086;44.93919;2.60667;740;20220421;13.4;6.3;9.8;1.3;10.97;3.1;1.58;9800
+76086;44.93919;2.60667;740;20220422;17.2;6.2;11.7;2;10.67;2.5;2.82;18400
+76086;44.93919;2.60667;740;20220423;13.7;8.9;11.3;5.1;8.87;27.1;2.63;8700
+76086;44.93919;2.60667;740;20220424;9.4;3.3;6.3;3.1;9.67;14.8;.74;4000
+76086;44.93919;2.60667;740;20220425;13.1;5.3;9.2;2;8.78;0;2.08;12300
+76086;44.93919;2.60667;740;20220426;18.4;.1;9.2;2.1;8.47;0;3.67;27100
+76086;44.93919;2.60667;740;20220427;21.5;5.5;13.5;2.7;9.17;0;4.35;25300
+76086;44.93919;2.60667;740;20220428;20.4;8.2;14.3;2.4;11.28;.6;3.88;23600
+76086;44.93919;2.60667;740;20220429;18.9;7.8;13.3;2.2;12.58;.7;3.01;19000
+76086;44.93919;2.60667;740;20220430;18.1;5.9;12;2;9.78;0;3.67;24800
+76086;44.93919;2.60667;740;20220501;17.6;1.2;9.4;2;7.78;0;3.67;26100
+76086;44.93919;2.60667;740;20220502;18.3;2.8;10.5;1.8;8.97;.5;3.36;22500
+76086;44.93919;2.60667;740;20220503;16.7;7.4;12;1.6;10.97;5.5;2.21;12000
+76086;44.93919;2.60667;740;20220504;16.2;6.2;11.2;2.1;11.08;4.3;2.68;17800
+76086;44.93919;2.60667;740;20220505;16.3;6;11.1;2.7;9.28;.3;3.22;20000
+76086;44.93919;2.60667;740;20220506;16.1;6;11.1;4.6;9.44;0;2.97;16322
+76086;44.93919;2.60667;740;20220507;18.8;6.4;12.6;4.3;9.37;.2;4.21;23814
+76086;44.93919;2.60667;740;20220508;19.9;7.5;13.7;3.5;10.12;0;3.84;20626
+76086;44.93919;2.60667;740;20220509;22.7;7;14.8;2.4;10.09;0;4.41;24617
+76086;44.93919;2.60667;740;20220510;23.4;8.6;16;2.1;10.89;0;4.49;25182
+76086;44.93919;2.60667;740;20220511;25.1;11.1;18.1;3.4;10.79;0;5.34;25182
+76086;44.93919;2.60667;740;20220512;21.8;11.1;16.5;2.6;12.54;0;3.75;19366
+76086;44.93919;2.60667;740;20220513;22.1;11.3;16.7;1.9;13.04;.4;3.86;21460
+76086;44.93919;2.60667;740;20220514;25.9;10.2;18;1.8;13.64;0;4.63;25206
+76086;44.93919;2.60667;740;20220515;24.1;14.2;19.2;3.8;12.22;.5;5.13;23105
+76086;44.93919;2.60667;740;20220516;24.6;11.2;17.9;2.3;12.42;0;4.7;24350
+76086;44.93919;2.60667;740;20220517;27.5;10.8;19.1;1.8;12.89;0;5.05;26230
+76086;44.93919;2.60667;740;20220518;28.5;13.2;20.8;2.6;14.19;.1;5.48;25486
+76086;44.93919;2.60667;740;20220519;26;15.8;20.9;4.2;13.12;.1;5.54;22390
+76086;44.93919;2.60667;740;20220520;26.7;18;22.4;4.4;11.67;0;6.2;22023
+76086;44.93919;2.60667;740;20220521;30.6;13;21.8;1.6;14.87;0;5.4;26504
+76086;44.93919;2.60667;740;20220522;29.6;16.3;22.9;1.7;16.59;2.5;4.88;22200
+76086;44.93919;2.60667;740;20220523;16.1;14.5;15.3;3.4;14.97;14.4;1.53;5189
+76086;44.93919;2.60667;740;20220524;15.2;8.5;11.9;2.9;10.67;.1;2.75;16543
+76086;44.93919;2.60667;740;20220525;16.4;4.7;10.5;3.1;9.62;0;3.55;23897
+76086;44.93919;2.60667;740;20220526;17.7;6.8;12.2;3.6;10.69;0;3.7;23096
+76086;44.93919;2.60667;740;20220527;23.5;7.4;15.5;3.7;11.84;0;4.96;26610
+76086;44.93919;2.60667;740;20220528;21.8;8.7;15.3;4.7;10.09;0;5.21;25570
+76086;44.93919;2.60667;740;20220529;19.6;6;12.8;3.9;7.47;0;4.98;25893
+76086;44.93919;2.60667;740;20220530;20.9;5.1;13;2.3;7.74;.1;4.68;27256
+76086;44.93919;2.60667;740;20220531;20.2;9.7;14.9;2.3;10.14;1.4;3.85;19714
+76086;44.93919;2.60667;740;20220601;25.8;9.1;17.5;2.4;12.02;1.8;5.09;26219
+76086;44.93919;2.60667;740;20220602;25.7;13.5;19.6;2.9;14.27;2.4;4.84;22719
+76086;44.93919;2.60667;740;20220603;27.1;13.8;20.5;3.4;14.12;11.7;5.51;24822
+76086;44.93919;2.60667;740;20220604;26.3;11.9;19.1;3.3;16.17;27.2;5;25367
+76086;44.93919;2.60667;740;20220605;19.9;13.2;16.6;3;14.99;1.4;3.46;18320
+76086;44.93919;2.60667;740;20220606;22.4;10.1;16.2;2.4;13.87;.4;4.21;22653
+76086;44.93919;2.60667;740;20220607;19.6;12.3;15.9;3;12.84;.7;3.86;20613
+76086;44.93919;2.60667;740;20220608;15.7;10.9;13.3;3.2;12.82;9.4;2.19;10937
+76086;44.93919;2.60667;740;20220609;16.8;9.8;13.3;4.5;11.37;.1;3.22;18167
+76086;44.93919;2.60667;740;20220610;24.7;7.7;16.2;3.2;11.97;.1;5.39;28737
+76086;44.93919;2.60667;740;20220611;28.6;9.2;18.9;2.5;11.92;0;6.19;29919
+76086;44.93919;2.60667;740;20220612;27.1;13.8;20.4;1.9;14.39;.1;5.09;24101
+76086;44.93919;2.60667;740;20220613;26.8;14.2;20.5;3;15.72;.1;5.37;25762
+76086;44.93919;2.60667;740;20220614;30.6;13;21.8;2.3;13.69;.5;6.28;28758
+76086;44.93919;2.60667;740;20220615;30;18;24;2.6;16.02;0;5.82;23808
+76086;44.93919;2.60667;740;20220616;31.7;16.1;23.9;2.5;16.42;0;6.22;26193
+76086;44.93919;2.60667;740;20220617;34.2;15.5;24.9;3.1;13.24;0;7.53;28462
+76086;44.93919;2.60667;740;20220618;33.3;19.3;26.3;4.1;12.27;0;8.1;27650
+76086;44.93919;2.60667;740;20220619;30;22.1;26.1;6.8;12.59;0;8.64;23935
+76086;44.93919;2.60667;740;20220620;28.6;17.2;22.9;3.7;14.29;.2;6.19;25633
+76086;44.93919;2.60667;740;20220621;27;16.5;21.8;2.5;17.44;.9;4.6;20474
+76086;44.93919;2.60667;740;20220622;24.3;15.6;19.9;2.7;16.87;9.1;4.09;19198
+76086;44.93919;2.60667;740;20220623;23;13.4;18.2;2.6;16.14;18.6;3.84;19556
+76086;44.93919;2.60667;740;20220624;20;13.4;16.7;2.6;14.49;4.3;3.22;16637
+76086;44.93919;2.60667;740;20220625;23.6;11.1;17.3;2.9;13.92;14.2;4.38;22812
+76086;44.93919;2.60667;740;20220626;18.1;13.3;15.7;2.4;15.72;23.2;2.21;10930
+76086;44.93919;2.60667;740;20220627;18.8;12.7;15.8;2.5;14.44;.8;2.79;14625
+76086;44.93919;2.60667;740;20220628;22.3;9.7;16;3;12.34;.1;4.77;26947
+76086;44.93919;2.60667;740;20220629;25;8.9;16.9;1.9;12.69;1.4;5.08;28508
+76086;44.93919;2.60667;740;20220630;15;12.9;13.9;2.5;14.02;.6;1.6;7160
+76086;44.93919;2.60667;740;20220701;20.1;9.1;14.6;2.4;11.34;.1;4.35;26306
+76086;44.93919;2.60667;740;20220702;27.3;7.7;17.5;2.1;11.07;0;5.63;29217
+76086;44.93919;2.60667;740;20220703;27.1;13;20;2;14.49;1.1;5.23;26094
+76086;44.93919;2.60667;740;20220704;24.9;14.4;19.7;2.6;16.44;0;4.5;22718
+76086;44.93919;2.60667;740;20220705;25.1;13.4;19.3;2.8;14.74;.1;5.12;25909
+76086;44.93919;2.60667;740;20220706;24.7;11.6;18.1;4;11.82;0;5.65;25813
+76086;44.93919;2.60667;740;20220707;23.7;9.6;16.7;4.3;12.22;0;5.29;26453
+76086;44.93919;2.60667;740;20220708;26;11.3;18.6;4.4;12.52;0;5.83;26662
+76086;44.93919;2.60667;740;20220709;27.9;11.4;19.7;4.2;11.72;0;6.48;27356
+76086;44.93919;2.60667;740;20220710;27.7;12.7;20.2;3.9;12.57;0;6.17;26275
+76086;44.93919;2.60667;740;20220711;29.5;14.4;22;3.8;12.87;0;6.65;27247
+76086;44.93919;2.60667;740;20220712;29.9;16.2;23.1;3.2;13.32;0;6.43;26334
+76086;44.93919;2.60667;740;20220713;30.9;15.4;23.2;2.4;12.09;0;6.36;27389
+76086;44.93919;2.60667;740;20220714;31.7;15.5;23.6;2.4;13.92;0;6.41;27739
+76086;44.93919;2.60667;740;20220715;30.5;15.2;22.9;2.7;13.94;0;6.23;26763
+76086;44.93919;2.60667;740;20220716;31.3;14.8;23;3.7;12.72;0;6.92;26680
+76086;44.93919;2.60667;740;20220717;32;15.9;23.9;4.1;11.39;0;7.55;26937
+76086;44.93919;2.60667;740;20220718;34.8;16.7;25.7;3.1;13.07;.5;7.4;28723
+76086;44.93919;2.60667;740;20220719;33;22;27.5;4.1;12.84;.3;7.69;24053
+76086;44.93919;2.60667;740;20220720;24.1;16.2;20.1;2.7;15.97;.2;3.94;17068
+76086;44.93919;2.60667;740;20220721;29.9;12;20.9;2.1;14.12;0;5.75;27556
+76086;44.93919;2.60667;740;20220722;29.7;15.3;22.5;2.9;15.12;.2;5.7;23613
+76086;44.93919;2.60667;740;20220723;26.2;14.6;20.4;2.7;14.74;0;5.12;24390
+76086;44.93919;2.60667;740;20220724;33;13;23;1.8;13.39;0;6.11;28344
+76086;44.93919;2.60667;740;20220725;24.1;16.6;20.4;3.2;14.79;0;4.39;18346
+76086;44.93919;2.60667;740;20220726;23.8;13.8;18.8;3.5;12.89;0;5.06;24342
+76086;44.93919;2.60667;740;20220727;25.2;9.8;17.5;3;11.42;0;5.28;25900
+76086;44.93919;2.60667;740;20220728;27;10.7;18.8;2;11.67;0;4.93;24186
+76086;44.93919;2.60667;740;20220729;24.2;14.7;19.5;2;13.97;.2;3.94;17666
+76086;44.93919;2.60667;740;20220730;27.4;13.4;20.4;2.4;14.29;0;5.18;24978
+76086;44.93919;2.60667;740;20220731;29.7;13.1;21.4;2.5;13.62;0;5.72;26109
+76086;44.93919;2.60667;740;20220801;30.7;14.8;22.8;3.1;13.42;0;6.25;25285
+76086;44.93919;2.60667;740;20220802;31.7;14.2;22.9;3;13.37;.3;6.34;25732
+76086;44.93919;2.60667;740;20220803;33.7;17.2;25.4;2.4;12.49;0;6.51;26437
+76086;44.93919;2.60667;740;20220804;33.9;19.5;26.7;2.5;13.27;0;6.28;23792
+76086;44.93919;2.60667;740;20220805;28.2;18.3;23.3;2.8;17.27;9.5;4.86;20156
+76086;44.93919;2.60667;740;20220806;29.8;16.3;23.1;3.4;14.77;0;5.81;23209
+76086;44.93919;2.60667;740;20220807;29.4;13.3;21.3;3.3;10.99;0;6.14;24782
+76086;44.93919;2.60667;740;20220808;30.7;13.1;21.9;3.8;9.97;0;6.78;24986
+76086;44.93919;2.60667;740;20220809;31.6;15.7;23.6;3.3;9.49;0;6.63;23821
+76086;44.93919;2.60667;740;20220810;33;17.7;25.4;3.3;10.19;0;6.95;24381
+76086;44.93919;2.60667;740;20220811;33.7;16.5;25.1;2.7;11.74;0;6.45;24878
+76086;44.93919;2.60667;740;20220812;34;16.5;25.2;2.9;12.34;0;6.46;24066
+76086;44.93919;2.60667;740;20220813;33.6;16.4;25;1.9;12.09;8.4;5.63;23249
+76086;44.93919;2.60667;740;20220814;21.5;17.3;19.4;3.4;17.02;7;3.12;13482
+76086;44.93919;2.60667;740;20220815;23.7;13.9;18.8;2.6;14.67;.4;3.74;17896
+76086;44.93919;2.60667;740;20220816;28.7;13;20.8;2.9;14.24;26.9;4.77;20072
+76086;44.93919;2.60667;740;20220817;22.5;12.7;17.6;2.3;15.37;0;3.12;15854
+76086;44.93919;2.60667;740;20220818;20.7;11.8;16.3;3;14.72;15.4;2.91;14964
+76086;44.93919;2.60667;740;20220819;21.3;13.9;17.6;3.6;15.44;.2;3.3;16756
+76086;44.93919;2.60667;740;20220820;25;13.8;19.4;3.3;15.67;.1;4.23;20499
+76086;44.93919;2.60667;740;20220821;23.9;11.4;17.6;3;14.42;.1;3.94;19486
+76086;44.93919;2.60667;740;20220822;22.5;15.1;18.8;3.1;15.74;0;3.38;15827
+76086;44.93919;2.60667;740;20220823;27;14.2;20.6;2.3;16.29;.1;4.15;20326
+76086;44.93919;2.60667;740;20220824;31;15;23;2.4;14.39;0;5.17;22322
+76086;44.93919;2.60667;740;20220825;27.6;16.3;22;2.7;15.49;.9;4.4;18555
+76086;44.93919;2.60667;740;20220826;26.2;14.7;20.5;3;16.34;.8;4.13;19017
+76086;44.93919;2.60667;740;20220827;26;12.6;19.3;3;14.29;.1;4.25;19869
+76086;44.93919;2.60667;740;20220828;28.5;12.7;20.6;2.5;13.07;0;4.73;22086
+76086;44.93919;2.60667;740;20220829;30;14.1;22.1;2.7;12.92;.8;4.79;18726
+76086;44.93919;2.60667;740;20220830;27.1;15;21;2.8;15.44;0;4.19;17636
+76086;44.93919;2.60667;740;20220831;27.8;12.1;19.9;3.3;13.69;.5;4.51;18708
+76086;44.93919;2.60667;740;20220901;26.2;12.5;19.3;2;14.47;0;3.8;19536
+76086;44.93919;2.60667;740;20220902;22.8;13.6;18.2;1.8;15.44;6.3;2.75;13719
+76086;44.93919;2.60667;740;20220903;23.3;14.4;18.8;2.3;15.62;0;3.12;15961
+76086;44.93919;2.60667;740;20220904;28;12.8;20.4;2.8;15.04;.1;4.11;19006
+76086;44.93919;2.60667;740;20220905;28.1;16.3;22.2;4;16.79;6.4;4.32;17078
+76086;44.93919;2.60667;740;20220906;24.5;14.9;19.7;2.6;17.42;3.8;2.94;13776
+76086;44.93919;2.60667;740;20220907;22.9;13.9;18.4;2.4;15.99;1.7;2.69;13100
+76086;44.93919;2.60667;740;20220908;20.3;9.9;15.1;2.5;13.04;.9;2.59;14028
+76086;44.93919;2.60667;740;20220909;19.2;11.5;15.3;2.9;12.97;0;2.43;12719
+76086;44.93919;2.60667;740;20220910;20.3;10.4;15.4;2.2;11.92;0;2.94;16591
+76086;44.93919;2.60667;740;20220911;26.9;8.1;17.5;2.2;10.99;0;3.99;20428
+76086;44.93919;2.60667;740;20220912;31.2;14.1;22.6;3;13.17;0;4.81;19374
+76086;44.93919;2.60667;740;20220913;27.1;18.6;22.8;3.7;18.49;2.7;3.48;12137
+76086;44.93919;2.60667;740;20220914;24;16.8;20.4;2.8;16.97;9.4;2.81;12040
+76086;44.93919;2.60667;740;20220915;23.4;13;18.2;2.3;15.07;.4;2.91;15041
+76086;44.93919;2.60667;740;20220916;19.9;12.3;16.1;2.9;13.04;0;2.65;12598
+76086;44.93919;2.60667;740;20220917;15.9;5.2;10.5;4.1;8.27;0;2.84;16827
+76086;44.93919;2.60667;740;20220918;21.2;2.8;12;3.4;6.84;0;3.72;18671
+76086;44.93919;2.60667;740;20220919;21;4.9;13;4;7.74;0;3.77;17549
+76086;44.93919;2.60667;740;20220920;20.8;4.8;12.8;4;7.44;0;3.73;17528
+76086;44.93919;2.60667;740;20220921;21.2;5.6;13.4;3.6;8.07;0;3.53;17131
+76086;44.93919;2.60667;740;20220922;21.9;6.7;14.3;2;9.32;0;3.02;17794
+76086;44.93919;2.60667;740;20220923;20.2;8.2;14.2;2.4;11.12;9.2;2.33;12009
+76086;44.93919;2.60667;740;20220924;16.7;9.8;13.3;2.2;12.12;5.1;1.77;9707
+76086;44.93919;2.60667;740;20220925;14.4;9.1;11.7;2.1;11.32;1.3;1.51;8598
+76086;44.93919;2.60667;740;20220926;13.7;7.2;10.5;2.9;10.42;5.3;1.59;9923
+76086;44.93919;2.60667;740;20220927;10.9;7.8;9.4;4.2;10.77;12.9;1.12;6966
+76086;44.93919;2.60667;740;20220928;14.3;9.7;12;5;12.79;20.5;1.27;7842
+76086;44.93919;2.60667;740;20220929;13;7.4;10.2;2.5;10.27;1.2;1.41;8487
+76086;44.93919;2.60667;740;20220930;13.8;4.7;9.2;2.7;8.87;.5;1.74;12446
+76086;44.93919;2.60667;740;20221001;14.4;5.2;9.8;3;11.84;12.5;1.02;7790
+76086;44.93919;2.60667;740;20221002;17.5;12.1;14.8;2.4;14.29;0;1.68;10157
+76086;44.93919;2.60667;740;20221003;19.3;7.4;13.4;2.8;11.82;0;2.2;13685
+76086;44.93919;2.60667;740;20221004;20.7;6.4;13.5;1.6;11.09;.1;2.17;14996
+76086;44.93919;2.60667;740;20221005;20.7;9.4;15.1;3;12.19;0;2.31;12000
+76086;44.93919;2.60667;740;20221006;20.3;11.8;16;1.7;13.64;0;1.86;10933
+76086;44.93919;2.60667;740;20221007;20.4;9.4;14.9;1.9;12.74;.2;1.96;12433
+76086;44.93919;2.60667;740;20221008;18.2;9.7;14;2.2;12.42;.6;1.65;9301
+76086;44.93919;2.60667;740;20221009;20.1;6.6;13.3;2.5;11.04;0;2.14;13763
+76086;44.93919;2.60667;740;20221010;21;10;15.5;2.6;12.64;0;2.22;12113
+76086;44.93919;2.60667;740;20221011;19.3;9.8;14.5;1.9;13.24;1.9;1.61;10056
+76086;44.93919;2.60667;740;20221012;19.7;11.3;15.5;1.4;13.02;.8;1.54;8513
+76086;44.93919;2.60667;740;20221013;14.9;8.4;11.7;1.8;12.64;9.7;.99;6044
+76086;44.93919;2.60667;740;20221014;15.2;11.8;13.5;3.3;14.69;4.4;.9;4755
+76086;44.93919;2.60667;740;20221015;20.1;11.5;15.8;2.8;13.82;0;1.83;10523
+76086;44.93919;2.60667;740;20221016;21.5;14;17.8;4.9;13.69;0;2.62;8662
+76086;44.93919;2.60667;740;20221017;19.5;16.1;17.8;5.8;14.62;0;2.27;4781
+76086;44.93919;2.60667;740;20221018;22.4;13.8;18.1;3.1;14.54;0;2.08;9138
+76086;44.93919;2.60667;740;20221019;21.6;12.7;17.2;3.3;12.79;11.8;2.25;7987
+76086;44.93919;2.60667;740;20221020;19.3;15;17.1;5;15.82;6.8;1.64;4698
+76086;44.93919;2.60667;740;20221021;19.7;14.6;17.2;3.4;14.82;4.7;1.77;7289
+76086;44.93919;2.60667;740;20221022;20.4;10.1;15.3;3;12.32;0;2;10151
+76086;44.93919;2.60667;740;20221023;19.3;14.3;16.8;5;13.77;.7;2.09;3953
+76086;44.93919;2.60667;740;20221024;18.8;11.6;15.2;2.5;12.22;.3;1.76;8828
+76086;44.93919;2.60667;740;20221025;19.6;9.3;14.5;2.9;11.17;1.7;1.87;7702
+76086;44.93919;2.60667;740;20221026;21.3;10.8;16;2.1;12.47;0;1.71;8523
+76086;44.93919;2.60667;740;20221027;23.1;11.7;17.4;3.2;12.64;0;2.36;9026
+76086;44.93919;2.60667;740;20221028;23.3;17.2;20.2;3.7;10.82;0;3.24;6708
+76086;44.93919;2.60667;740;20221029;22.6;14;18.3;4.4;7.94;0;3.85;8218
+76086;44.93919;2.60667;740;20221030;20.2;13.2;16.7;3.8;10.52;.1;2.48;7843
+76086;44.93919;2.60667;740;20221031;19.6;11.7;15.7;4.5;12.97;9.6;1.94;6861
+76086;44.93919;2.60667;740;20221101;14.6;10.7;12.6;2.6;12.17;.1;1.06;5894
+76086;44.93919;2.60667;740;20221102;16;6;11;1.7;9.72;.1;1.17;8687
+76086;44.93919;2.60667;740;20221103;13.8;6.7;10.2;4.4;9.87;11.6;1.31;4173
+76086;44.93919;2.60667;740;20221104;7;5.8;6.4;5.3;8.89;11.2;.64;2116
+76086;44.93919;2.60667;740;20221105;9.5;.5;5;2.9;7.07;0;.95;8614
+76086;44.93919;2.60667;740;20221106;14.1;.4;7.2;2.7;6.39;.1;1.46;8849
+76086;44.93919;2.60667;740;20221107;15.7;5.3;10.5;3.3;9.04;0;1.5;8538
+76086;44.93919;2.60667;740;20221108;16.1;9.7;12.9;5.1;10.87;7.1;1.66;4993
+76086;44.93919;2.60667;740;20221109;13.3;10.7;12;2.5;12.24;6.3;.86;2622
+76086;44.93919;2.60667;740;20221110;13.6;6.5;10;1.9;9.69;0;.91;6897
+76086;44.93919;2.60667;740;20221111;17.9;4.7;11.3;3.3;10.54;0;1.23;7633
+76086;44.93919;2.60667;740;20221112;19.6;7.3;13.5;2.4;9.69;0;1.54;8521
+76086;44.93919;2.60667;740;20221113;18.7;7.5;13.1;2.3;9.02;0;1.5;6813
+76086;44.93919;2.60667;740;20221114;13;9.9;11.4;3.7;10.74;9.6;1.07;2839
+76086;44.93919;2.60667;740;20221115;14.2;8.2;11.2;3.6;11.42;9.8;.89;4212
+76086;44.93919;2.60667;740;20221116;12.1;6.6;9.3;3.1;10.24;3.8;.68;5213
+76086;44.93919;2.60667;740;20221117;12.3;8.5;10.4;3.9;10.59;12.3;.88;3622
+76086;44.93919;2.60667;740;20221118;8.4;5.4;6.9;3;8.59;2.3;.69;4041
+76086;44.93919;2.60667;740;20221119;7.5;3.3;5.4;2.8;7.59;.2;.66;5158
+76086;44.93919;2.60667;740;20221120;5.8;-.8;2.5;2.7;6.89;1.6;.49;5167
+76086;44.93919;2.60667;740;20221121;6.9;2.6;4.7;3.4;7.72;11;.54;2408
+76086;44.93919;2.60667;740;20221122;5.8;2.5;4.1;4.1;7.59;11.4;.47;2990
+76086;44.93919;2.60667;740;20221123;9.7;4;6.8;3.3;8.87;9.7;.59;3469
+76086;44.93919;2.60667;740;20221124;10.2;4.7;7.4;2.3;9.07;.8;.58;4505
+76086;44.93919;2.60667;740;20221125;8.1;6.4;7.3;2.4;8.82;7.9;.63;2095
+76086;44.93919;2.60667;740;20221126;8.1;.9;4.5;2.5;7.02;0;.67;4843
+76086;44.93919;2.60667;740;20221127;12.3;1.5;6.9;2.7;5.49;4.8;1.26;6184
+76086;44.93919;2.60667;740;20221128;7.4;5.8;6.6;2.9;8.67;6.1;.57;2245
+76086;44.93919;2.60667;740;20221129;6.4;2.5;4.5;2.8;7.22;.2;.55;4169
+76086;44.93919;2.60667;740;20221130;6.8;-1.1;2.8;2.5;6.32;0;.47;5804
+76086;44.93919;2.60667;740;20221201;5.5;-.6;2.5;3;6.14;0;.63;3728
+76086;44.93919;2.60667;740;20221202;1.8;-.3;.8;1.9;5.69;.6;.44;1392
+76086;44.93919;2.60667;740;20221203;3.8;-.1;1.8;1.5;6.49;6.1;.38;2236
+76086;44.93919;2.60667;740;20221204;3.3;1.5;2.4;1.7;6.99;5.7;.37;1391
+76086;44.93919;2.60667;740;20221205;7.1;-2.6;2.2;2.1;5.54;0;.52;6422
+76086;44.93919;2.60667;740;20221206;9.7;-3.6;3.1;1.8;4.57;0;.77;6253
+76086;44.93919;2.60667;740;20221207;6.2;-4.1;1;2;4.67;0;.57;6026
+76086;44.93919;2.60667;740;20221208;7.1;-4.1;1.5;2.1;5.37;3.9;.56;4324
+76086;44.93919;2.60667;740;20221209;6.9;3.4;5.1;1.9;8.12;1.8;.41;2586
+76086;44.93919;2.60667;740;20221210;-.2;-1.2;-.7;3.7;5.07;0;.52;1800
+76086;44.93919;2.60667;740;20221211;3.6;-9.2;-2.8;1.9;3.07;0;.58;5959
+76086;44.93919;2.60667;740;20221212;2.3;-5.3;-1.5;1.8;3.83;17.6;.5;3981
+76086;44.93919;2.60667;740;20221213;6.7;-.6;3;3;8.39;3.7;.09;3047
+76086;44.93919;2.60667;740;20221214;9.4;5.3;7.3;2.9;9.99;3.2;.32;2938
+76086;44.93919;2.60667;740;20221215;8.2;3;5.6;2.6;8.67;13.7;.41;2091
+76086;44.93919;2.60667;740;20221216;4.7;2;3.4;3.1;6.42;0;.57;2932
+76086;44.93919;2.60667;740;20221217;6.7;-6.2;.2;2.5;3.32;0;.86;6385
+76086;44.93919;2.60667;740;20221218;8.8;-3.9;2.5;4.1;4.77;0;1.16;4628
+76086;44.93919;2.60667;740;20221219;12.7;6.9;9.8;6.6;8.77;0;1.51;3419
+76086;44.93919;2.60667;740;20221220;13;9.3;11.1;6.1;9.47;3;1.6;2527
+76086;44.93919;2.60667;740;20221221;10.4;8;9.2;3.3;10.44;2.4;.53;3116
+76086;44.93919;2.60667;740;20221222;11.1;7.3;9.2;5.2;11.12;14.6;.54;2301
+76086;44.93919;2.60667;740;20221223;12.5;9.7;11.1;3.6;12.44;2.6;.47;2581
+76086;44.93919;2.60667;740;20221224;12.6;8.3;10.5;2.3;10.77;0;.58;3787
+76086;44.93919;2.60667;740;20221225;14.8;5.3;10;2.9;8.72;0;1.03;4990
+76086;44.93919;2.60667;740;20221226;10.9;6.7;8.8;2.4;9.64;1.9;.71;2478
+76086;44.93919;2.60667;740;20221227;9.9;3.8;6.9;1.7;8.39;0;.47;4466
+76086;44.93919;2.60667;740;20221228;12.2;2.7;7.4;3.3;8.54;.3;.73;4911
+76086;44.93919;2.60667;740;20221229;9.2;6.2;7.7;3.1;9.04;11.2;.66;1799
+76086;44.93919;2.60667;740;20221230;10.5;5.3;7.9;3.5;9.69;2.6;.55;2598
+76086;44.93919;2.60667;740;20221231;15.5;9.6;12.5;3.9;10.14;0;1.38;3841
+76087;44.96099;2.92178;900;20220101;16.2;-1.5;7.3;1.2;6.12;0;.61;7000
+76087;44.96099;2.92178;900;20220102;12.6;-.8;5.9;3.1;6.32;0;1.08;4300
+76087;44.96099;2.92178;900;20220103;8.7;.7;4.7;3;7.72;0;.4;4000
+76087;44.96099;2.92178;900;20220104;12.6;3.9;8.2;6.1;7.62;6.6;1.42;5000
+76087;44.96099;2.92178;900;20220105;-.1;-.8;-.5;6.1;4.62;0;.59;4900
+76087;44.96099;2.92178;900;20220106;.6;-2.2;-.8;4.8;4.22;0;.63;5800
+76087;44.96099;2.92178;900;20220107;2.4;-6.4;-2;3.7;4.82;3.8;.29;5200
+76087;44.96099;2.92178;900;20220108;5.3;.8;3;6.9;6.52;8.3;.55;4400
+76087;44.96099;2.92178;900;20220109;2.6;.6;1.6;6;5.82;5.2;.51;3400
+76087;44.96099;2.92178;900;20220110;2.1;.5;1.3;3.5;5.42;.2;.5;4200
+76087;44.96099;2.92178;900;20220111;2.7;-5.3;-1.3;5.3;4.12;0;.67;8100
+76087;44.96099;2.92178;900;20220112;-1.1;-4.9;-3;5.4;4.12;0;.36;7000
+76087;44.96099;2.92178;900;20220113;5.7;-7.7;-1;2.2;3.62;0;.64;8100
+76087;44.96099;2.92178;900;20220114;10.2;-7.8;1.2;1.3;3.22;0;.69;7900
+76087;44.96099;2.92178;900;20220115;7.6;-7.1;.2;1.2;3.62;0;.52;8000
+76087;44.96099;2.92178;900;20220116;7;-8.8;-.9;2.4;3.62;0;.77;8400
+76087;44.96099;2.92178;900;20220117;3;-2.7;.1;4.3;5.92;0;.25;3000
+76087;44.96099;2.92178;900;20220118;3.6;-1.6;1;3.4;5.42;0;.51;4900
+76087;44.96099;2.92178;900;20220119;2.5;-2.3;.1;4.5;5.12;.3;.49;6200
+76087;44.96099;2.92178;900;20220120;1.7;-1.2;.2;5.2;5.22;.3;.53;3200
+76087;44.96099;2.92178;900;20220121;-1.8;-3.5;-2.7;8.9;4.12;0;.55;2900
+76087;44.96099;2.92178;900;20220122;-1.7;-4.4;-3.1;5.8;4.42;0;.3;3300
+76087;44.96099;2.92178;900;20220123;7.1;-3.2;1.9;2.7;4.82;0;.78;8800
+76087;44.96099;2.92178;900;20220124;13.4;-6.7;3.3;1.2;4.22;0;.81;9000
+76087;44.96099;2.92178;900;20220125;12.5;-5.7;3.4;1.3;4.02;0;.85;9000
+76087;44.96099;2.92178;900;20220126;10.3;-6.5;1.9;1.8;3.72;0;.96;9500
+76087;44.96099;2.92178;900;20220127;10.6;-7.7;1.4;1.8;3.12;0;1.06;9700
+76087;44.96099;2.92178;900;20220128;4.8;-5.2;-.2;2.9;5.32;0;.48;6800
+76087;44.96099;2.92178;900;20220129;8.9;-6.2;1.3;2.4;5.02;0;.82;8600
+76087;44.96099;2.92178;900;20220130;4.7;1.2;2.9;3.5;6.32;0;.59;4900
+76087;44.96099;2.92178;900;20220131;4.6;-2.6;1;6.8;5.72;.5;.58;7500
+76087;44.96099;2.92178;900;20220201;3.5;-2.6;.4;7.6;5.32;.6;.65;5000
+76087;44.96099;2.92178;900;20220202;7.6;3.4;5.5;4.4;7.12;0;.87;9300
+76087;44.96099;2.92178;900;20220203;15;-4.4;5.3;2.6;5.42;0;1.49;8000
+76087;44.96099;2.92178;900;20220204;5.7;-1.4;2.1;2.8;6.52;1.6;.47;4200
+76087;44.96099;2.92178;900;20220205;5.4;.6;3;3.1;5.12;.1;.96;10800
+76087;44.96099;2.92178;900;20220206;4.9;-5.6;-.4;3.7;5.82;4.3;.39;7000
+76087;44.96099;2.92178;900;20220207;5.9;3.7;4.8;6.3;6.02;.4;1.28;9500
+76087;44.96099;2.92178;900;20220208;10.5;-4;3.2;2.2;4.52;0;1.2;12100
+76087;44.96099;2.92178;900;20220209;12.2;-4.8;3.7;2.5;5.12;0;1.31;12300
+76087;44.96099;2.92178;900;20220210;2.4;-4.3;-1;2.6;7.02;.6;1.68;10900
+76087;44.96099;2.92178;900;20220211;7.8;3.5;5.6;3.3;6.42;0;1.43;8133
+76087;44.96099;2.92178;900;20220212;7.2;-4.5;1.3;3.4;5.31;0;1.17;6650
+76087;44.96099;2.92178;900;20220213;8.4;1.4;4.9;6.9;7.75;5.5;1.43;7166
+76087;44.96099;2.92178;900;20220214;6.5;4.8;5.7;4.3;7.95;6.8;1.22;4266
+76087;44.96099;2.92178;900;20220215;4.3;.2;2.3;4;6.98;5.2;.83;5833
+76087;44.96099;2.92178;900;20220216;9.8;1.5;5.6;5.4;8.12;6.4;.78;5900
+76087;44.96099;2.92178;900;20220217;12.3;7;9.6;3.2;9.22;1.4;1.22;8400
+76087;44.96099;2.92178;900;20220218;14.3;4.4;9.3;5.2;8.62;.5;1.73;12100
+76087;44.96099;2.92178;900;20220219;4.9;.6;2.7;3.7;4.92;0;1.25;12500
+76087;44.96099;2.92178;900;20220220;9.5;-1;4.2;4.1;6.52;4;1.17;10700
+76087;44.96099;2.92178;900;20220221;5.1;5;5;8.6;6.22;2.6;1.46;7600
+76087;44.96099;2.92178;900;20220222;6.3;.9;3.6;4.9;6.52;.2;.94;9800
+76087;44.96099;2.92178;900;20220223;10.1;1.9;6;3.2;7.02;0;1.26;10700
+76087;44.96099;2.92178;900;20220224;10.4;.2;5.3;4.2;6.52;.4;1.39;9600
+76087;44.96099;2.92178;900;20220225;4.7;-.4;2.1;5.3;5.02;0;1.32;13900
+76087;44.96099;2.92178;900;20220226;7.8;-2;2.9;4.7;4.12;0;1.9;15500
+76087;44.96099;2.92178;900;20220227;11.1;-6.1;2.5;2.5;4.22;0;1.69;15200
+76087;44.96099;2.92178;900;20220228;11;-5.5;2.7;2.5;4.92;0;1.58;15300
+76087;44.96099;2.92178;900;20220301;12;-3.7;4.1;1.9;4.82;0;1.59;13600
+76087;44.96099;2.92178;900;20220302;9;-1.9;3.5;2.1;6.62;1.1;.9;6900
+76087;44.96099;2.92178;900;20220303;10.9;3.1;7;1.5;8.02;0;1.03;7500
+76087;44.96099;2.92178;900;20220304;7.7;3.6;5.6;2.3;7.32;0;.87;4200
+76087;44.96099;2.92178;900;20220305;8.2;-2.4;2.9;2.8;4.52;0;1.67;16200
+76087;44.96099;2.92178;900;20220306;5.2;-7.8;-1.3;3.1;3.22;0;1.54;17100
+76087;44.96099;2.92178;900;20220307;7.6;-8.4;-.4;2.5;3.52;0;1.6;17000
+76087;44.96099;2.92178;900;20220308;10.5;-7.6;1.4;3.4;5.22;0;1.62;16400
+76087;44.96099;2.92178;900;20220309;9.2;-1.1;4;3.6;6.02;0;1.42;11100
+76087;44.96099;2.92178;900;20220310;9.8;-3.8;3;4.1;6.52;1.5;1.17;10100
+76087;44.96099;2.92178;900;20220311;6.8;2.3;4.5;7.4;7.32;3.6;.83;5200
+76087;44.96099;2.92178;900;20220312;5.2;2.5;3.8;6;6.52;0;.88;2400
+76087;44.96099;2.92178;900;20220313;5.1;3.3;4.2;6.6;6.02;7.1;1.2;2500
+76087;44.96099;2.92178;900;20220314;7.3;-5.3;1;3.4;6.92;2.7;.6;8700
+76087;44.96099;2.92178;900;20220315;10.6;6.1;8.3;7.3;8.62;.1;1.52;8800
+76087;44.96099;2.92178;900;20220316;13.3;1.9;7.6;2.6;8.72;0;1.19;6600
+76087;44.96099;2.92178;900;20220317;7.3;4.7;6;4.7;8.72;.9;.46;1100
+76087;44.96099;2.92178;900;20220318;10.1;4.3;7.2;3.4;8.38;0;1.51;6733
+76087;44.96099;2.92178;900;20220319;12.9;4.2;8.6;3;7.82;0;2.37;14166
+76087;44.96099;2.92178;900;20220320;8.6;2.7;5.6;6.1;7.38;0;1.84;5500
+76087;44.96099;2.92178;900;20220321;9.6;4.7;7.2;7.3;6.88;0;2.72;10533
+76087;44.96099;2.92178;900;20220322;10.8;1.1;5.9;7.4;5.15;0;3.49;18533
+76087;44.96099;2.92178;900;20220323;12.5;.5;6.5;4.9;4.45;0;3.59;19800
+76087;44.96099;2.92178;900;20220324;15.4;1.3;8.4;3.2;4.45;0;3.57;20266
+76087;44.96099;2.92178;900;20220325;16.1;2.6;9.3;2.9;4.48;0;3.51;17366
+76087;44.96099;2.92178;900;20220326;16.3;-.5;7.9;3.1;5.45;0;3.46;20100
+76087;44.96099;2.92178;900;20220327;17.3;1.2;9.3;3.6;5.72;0;3.87;19533
+76087;44.96099;2.92178;900;20220328;16.9;3.8;10.4;4.7;5.42;0;4.37;17833
+76087;44.96099;2.92178;900;20220329;15;5.9;10.4;3.6;7.25;2.7;3.11;12300
+76087;44.96099;2.92178;900;20220330;9.2;5.1;7.2;2.3;9.92;2.2;1.28;7300
+76087;44.96099;2.92178;900;20220331;8.5;4.1;6.3;4.7;7.85;2.8;1.96;11033
+76087;44.96099;2.92178;900;20220401;1.5;-3.7;-1.1;4.4;5.39;3.7;1.39;10733
+76087;44.96099;2.92178;900;20220402;1.6;-4;-1.2;3.7;4.89;.7;1.45;10233
+76087;44.96099;2.92178;900;20220403;1;-5;-2;3.2;4.92;.1;1.31;9167
+76087;44.96099;2.92178;900;20220404;7.1;-5.2;.9;1.5;4.72;0;2.36;22666
+76087;44.96099;2.92178;900;20220405;11.6;-4.1;3.7;2.3;6.48;0;2.29;18433
+76087;44.96099;2.92178;900;20220406;9.4;.4;4.9;3.1;8.72;3;1.46;8866
+76087;44.96099;2.92178;900;20220407;9.9;5.1;7.5;5.3;9.88;22.2;1.49;4866
+76087;44.96099;2.92178;900;20220408;13.1;7.7;10.4;7.2;9.65;5.8;3.08;11200
+76087;44.96099;2.92178;900;20220409;8.6;1.4;5;5;5.97;.2;2.58;16466
+76087;44.96099;2.92178;900;20220410;14.6;-3.8;5.4;3.1;5.22;0;3.48;24366
+76087;44.96099;2.92178;900;20220411;11.2;3.2;7.2;7.8;7.92;0;2.88;14566
+76087;44.96099;2.92178;900;20220412;13.3;7;10.1;6.7;7.05;0;3.7;9933
+76087;44.96099;2.92178;900;20220413;14.7;4.6;9.7;2.5;7.78;0;2.69;13066
+76087;44.96099;2.92178;900;20220414;19.8;2.7;11.3;2.7;10.05;0;3.72;22666
+76087;44.96099;2.92178;900;20220415;20.9;4.9;12.9;3.2;10.38;0;4.12;23166
+76087;44.96099;2.92178;900;20220416;20.7;5.3;13;4.3;8.85;0;4.69;23200
+76087;44.96099;2.92178;900;20220417;19.7;1.7;10.7;3.4;7.25;0;4.52;25800
+76087;44.96099;2.92178;900;20220418;16.9;2.1;9.5;2.5;8.15;0;3.53;22933
+76087;44.96099;2.92178;900;20220419;16.2;3.3;9.7;2.2;9.38;0;2.87;17566
+76087;44.96099;2.92178;900;20220420;11.8;6.2;9;1.9;10.35;6.9;1.45;6433
+76087;44.96099;2.92178;900;20220421;12.3;5.9;9.1;1.8;10.75;3.4;1.84;9933
+76087;44.96099;2.92178;900;20220422;16.8;4.3;10.6;2.4;10.05;2.2;3.15;20300
+76087;44.96099;2.92178;900;20220423;12.1;7.5;9.8;5;9.32;18.4;2.29;6600
+76087;44.96099;2.92178;900;20220424;9.5;2.3;5.9;3.8;9.65;6.3;1.18;6200
+76087;44.96099;2.92178;900;20220425;13.2;5.1;9.2;2.6;9.08;0;2.68;15900
+76087;44.96099;2.92178;900;20220426;17.7;1.7;9.7;2.3;8.75;0;3.75;25566
+76087;44.96099;2.92178;900;20220427;19.6;4.5;12;2.5;9.15;0;4.17;25533
+76087;44.96099;2.92178;900;20220428;20.3;6.8;13.6;2.3;10.65;.7;4.08;23766
+76087;44.96099;2.92178;900;20220429;18.9;7.1;13;2.5;11.82;.9;3.39;19500
+76087;44.96099;2.92178;900;20220430;17.5;6.3;11.9;3;10.02;0;3.82;23066
+76087;44.96099;2.92178;900;20220501;17;1.8;9.4;2.4;7.75;0;3.96;26300
+76087;44.96099;2.92178;900;20220502;17.5;3.7;10.6;2;8.72;1.1;3.74;23700
+76087;44.96099;2.92178;900;20220503;16.4;6.6;11.5;1.7;10.68;5.4;2.69;14833
+76087;44.96099;2.92178;900;20220504;15.9;5.4;10.7;1.9;11.45;5.1;2.53;15166
+76087;44.96099;2.92178;900;20220505;15.4;5.7;10.6;3.4;9.78;.9;3.37;19933
+76087;44.96099;2.92178;900;20220506;12.8;6.4;9.6;5.9;9.02;0;1.42;1100
+76087;44.96099;2.92178;900;20220507;16.6;6;11.3;5.6;9.02;.1;2.15;2700
+76087;44.96099;2.92178;900;20220508;17.2;5.3;11.2;4.1;9.32;0;1.82;2200
+76087;44.96099;2.92178;900;20220509;20.3;6.9;13.6;2.8;9.22;0;2.13;2700
+76087;44.96099;2.92178;900;20220510;22.4;3.3;12.8;2.2;9.82;0;1.9;2700
+76087;44.96099;2.92178;900;20220511;23.4;3.6;13.5;2.7;9.62;0;2.3;2800
+76087;44.96099;2.92178;900;20220512;22.9;4.8;13.8;2.7;11.12;.2;1.87;1700
+76087;44.96099;2.92178;900;20220513;20.8;6.4;13.6;1.9;11.52;5.2;1.39;1900
+76087;44.96099;2.92178;900;20220514;22.7;6.4;14.5;1.9;12.42;0;1.5;2300
+76087;44.96099;2.92178;900;20220515;23.9;9.1;16.5;2.9;11.82;.3;2.27;2700
+76087;44.96099;2.92178;900;20220516;23.8;8.9;16.3;2.4;10.92;0;2.19;2500
+76087;44.96099;2.92178;900;20220517;25.4;5.9;15.6;1.7;11.42;0;1.85;2300
+76087;44.96099;2.92178;900;20220518;26.5;10.6;18.5;1.8;12.92;.3;2;2500
+76087;44.96099;2.92178;900;20220519;25.8;10.1;17.9;4.4;12.22;0;3.1;2500
+76087;44.96099;2.92178;900;20220520;26.4;8.7;17.5;4.2;11.42;0;3.23;2200
+76087;44.96099;2.92178;900;20220521;30.2;8.7;19.4;1.8;13.82;0;2.26;2600
+76087;44.96099;2.92178;900;20220522;30.2;11.4;20.8;2.4;14.12;1.2;2.61;2200
+76087;44.96099;2.92178;900;20220523;16.1;14.9;15.5;4.4;13.12;5;1.56;1300
+76087;44.96099;2.92178;900;20220524;15.6;6.8;11.2;2.8;9.42;0;1.42;1800
+76087;44.96099;2.92178;900;20220525;15;3;9;3.4;8.72;0;1.39;2200
+76087;44.96099;2.92178;900;20220526;15.1;5.5;10.3;3.6;9.62;0;1.32;1600
+76087;44.96099;2.92178;900;20220527;20.9;10.4;15.6;5;11.62;0;2.47;2400
+76087;44.96099;2.92178;900;20220528;18.7;10;14.3;5.4;9.62;0;2.74;2800
+76087;44.96099;2.92178;900;20220529;15.8;4;9.9;4.1;6.92;0;2.29;3100
+76087;44.96099;2.92178;900;20220530;19.8;.7;10.2;2.6;7.02;.3;2.2;2900
+76087;44.96099;2.92178;900;20220531;18.4;6.2;12.3;3.3;8.92;1.5;1.96;1600
+76087;44.96099;2.92178;900;20220601;26.2;1.3;13.7;2.2;10.42;2.5;2.23;2400
+76087;44.96099;2.92178;900;20220602;25.6;11.1;18.3;3.8;13.82;2.1;2.5;2000
+76087;44.96099;2.92178;900;20220603;27.2;12.6;19.9;2.9;13.82;5.9;2.53;2100
+76087;44.96099;2.92178;900;20220604;26.7;10.7;18.7;2.8;15.42;21.4;2.08;2600
+76087;44.96099;2.92178;900;20220605;19.8;13.9;16.8;2.5;13.62;0;1.61;2500
+76087;44.96099;2.92178;900;20220606;22.7;5.8;14.2;2.3;11.82;.1;1.69;2200
+76087;44.96099;2.92178;900;20220607;19.2;7.7;13.4;3.4;10.52;.4;1.94;3000
+76087;44.96099;2.92178;900;20220608;17.4;6.7;12;2.9;11.02;3.9;1.24;1200
+76087;44.96099;2.92178;900;20220609;17;9.3;13.1;6.2;9.62;0;2.45;2400
+76087;44.96099;2.92178;900;20220610;23;8.8;15.9;3.2;11.22;.1;2.39;3100
+76087;44.96099;2.92178;900;20220611;27.7;7.6;17.6;2;11.22;0;5.66;31000
+76087;44.96099;2.92178;900;20220612;27.6;11;19.3;2.7;13.42;.1;5.14;24700
+76087;44.96099;2.92178;900;20220613;23.4;13.2;18.3;3.5;14.72;0;4.49;24100
+76087;44.96099;2.92178;900;20220614;30.4;7.7;19;2;11.72;.4;5.92;30000
+76087;44.96099;2.92178;900;20220615;30.4;11.7;21;3.2;14.52;.1;5.89;26000
+76087;44.96099;2.92178;900;20220616;28.8;8.8;18.8;2.5;13.22;0;5.27;25600
+76087;44.96099;2.92178;900;20220617;31.8;12.1;21.9;2.5;12.42;0;6.52;29600
+76087;44.96099;2.92178;900;20220618;33.8;13.4;23.6;3.1;12.02;0;7.32;29500
+76087;44.96099;2.92178;900;20220619;30.1;14.2;22.1;6.6;12.12;0;8.05;29600
+76087;44.96099;2.92178;900;20220620;29.3;10.5;19.9;4.7;11.42;.2;7;29800
+76087;44.96099;2.92178;900;20220621;27.7;11.8;19.7;3.2;14.92;1;5.16;24700
+76087;44.96099;2.92178;900;20220622;25.7;13.8;19.7;3.4;15.12;1.9;4.99;24800
+76087;44.96099;2.92178;900;20220623;23.4;10.5;16.9;2.7;14.22;16;3.7;19400
+76087;44.96099;2.92178;900;20220624;19.4;11.9;15.6;4.1;12.82;2.1;3.14;15400
+76087;44.96099;2.92178;900;20220625;23.5;5.1;14.3;2.5;12.32;13;3.8;21500
+76087;44.96099;2.92178;900;20220626;16.9;12.7;14.8;2.6;14.22;20.9;1.71;8000
+76087;44.96099;2.92178;900;20220627;16.9;12.1;14.5;2.2;13.62;1.8;1.66;7300
+76087;44.96099;2.92178;900;20220628;20.5;8.9;14.7;3;11.62;.1;4.61;29600
+76087;44.96099;2.92178;900;20220629;25.5;6.4;15.9;1.8;11.92;0;4.81;27900
+76087;44.96099;2.92178;900;20220630;18;11.7;14.8;2.8;12.92;4;2.02;8200
+76087;44.96099;2.92178;900;20220701;19.5;5.2;12.3;2.7;10.02;0;4.07;26800
+76087;44.96099;2.92178;900;20220702;27.5;5.4;16.4;2.2;10.22;0;5.58;30200
+76087;44.96099;2.92178;900;20220703;29.1;10.6;19.8;2.1;13.72;2.1;5.27;26000
+76087;44.96099;2.92178;900;20220704;25;11.9;18.4;2.4;14.02;1.1;3.5;15100
+76087;44.96099;2.92178;900;20220705;23;11.3;17.1;3.2;12.32;.1;5.21;30000
+76087;44.96099;2.92178;900;20220706;22.2;9.7;15.9;4;10.52;0;5.37;30500
+76087;44.96099;2.92178;900;20220707;22.4;9.8;16.1;5.3;11.32;0;5.2;28300
+76087;44.96099;2.92178;900;20220708;22.2;12.4;17.3;6.3;12.22;0;5.34;28000
+76087;44.96099;2.92178;900;20220709;24.7;10.8;17.7;3.6;11.32;0;5.71;30200
+76087;44.96099;2.92178;900;20220710;24.6;13;18.8;4.2;12.32;0;5.81;29700
+76087;44.96099;2.92178;900;20220711;27.5;10.2;18.8;3.1;11.92;0;5.94;29900
+76087;44.96099;2.92178;900;20220712;27.6;11.5;19.5;3.1;11.82;0;6.05;29800
+76087;44.96099;2.92178;900;20220713;30.7;11.2;20.9;2.3;9.92;0;6.24;28900
+76087;44.96099;2.92178;900;20220714;31.9;10.3;21.1;2.5;12.42;0;6.29;28800
+76087;44.96099;2.92178;900;20220715;29.6;13.5;21.5;2.8;12.62;0;6.07;27600
+76087;44.96099;2.92178;900;20220716;28.4;10.9;19.6;3.3;11.22;0;6.21;29100
+76087;44.96099;2.92178;900;20220717;30.2;9;19.6;2.9;10.92;0;6.29;29100
+76087;44.96099;2.92178;900;20220718;34.6;11.6;23.1;3.5;11.82;1.5;7.44;28200
+76087;44.96099;2.92178;900;20220719;33.7;13.5;23.6;3.6;12.02;.3;7.25;27100
+76087;44.96099;2.92178;900;20220720;24.6;13.5;19;2.8;13.12;0;3.79;15300
+76087;44.96099;2.92178;900;20220721;28.7;9.5;19.1;2.9;12.92;0;5.65;27900
+76087;44.96099;2.92178;900;20220722;32.4;8.8;20.6;2.8;14.02;.7;5.28;20500
+76087;44.96099;2.92178;900;20220723;26.5;14.6;20.5;2.9;14.82;0;5.28;26700
+76087;44.96099;2.92178;900;20220724;33.2;11;22.1;2.2;11.72;0;6.26;28200
+76087;44.96099;2.92178;900;20220725;28.7;14;21.3;4;13.12;0;6.14;26300
+76087;44.96099;2.92178;900;20220726;23.9;11.4;17.6;3.7;12.52;0;5.17;28500
+76087;44.96099;2.92178;900;20220727;23.2;9.1;16.1;3.1;10.42;0;5.03;28200
+76087;44.96099;2.92178;900;20220728;27;5.7;16.3;2.6;10.52;0;4.98;25200
+76087;44.96099;2.92178;900;20220729;23.2;13.3;18.2;2.5;12.42;.8;3.16;11700
+76087;44.96099;2.92178;900;20220730;25.9;10.8;18.3;2.7;11.82;0;4.64;22100
+76087;44.96099;2.92178;900;20220731;28.7;10.5;19.6;2.8;12.22;0;5.34;24700
+76087;44.96099;2.92178;900;20220801;30;12.1;21;2.6;12.32;0;5.71;26300
+76087;44.96099;2.92178;900;20220802;29.8;11.2;20.5;2.9;12.82;.9;5.78;27000
+76087;44.96099;2.92178;900;20220803;33.3;10.9;22.1;2.5;11.62;0;6.21;26600
+76087;44.96099;2.92178;900;20220804;34;13.2;23.6;2.6;11.92;0;6.29;25200
+76087;44.96099;2.92178;900;20220805;30.3;14.2;22.2;2.5;15.32;9.5;5;21900
+76087;44.96099;2.92178;900;20220806;25.8;14;19.9;3.9;14.02;0;5.22;25700
+76087;44.96099;2.92178;900;20220807;25.9;10;17.9;3.8;10.12;0;5.69;27600
+76087;44.96099;2.92178;900;20220808;27.3;7.9;17.6;2.9;8.92;0;5.58;27200
+76087;44.96099;2.92178;900;20220809;28.6;9.7;19.1;2.5;8.12;0;5.68;26700
+76087;44.96099;2.92178;900;20220810;31.5;11.5;21.5;2.9;8.82;0;6.18;24600
+76087;44.96099;2.92178;900;20220811;32.5;9.4;20.9;2.3;9.42;0;5.86;25600
+76087;44.96099;2.92178;900;20220812;32.6;10.7;21.6;2.9;10.22;0;6.19;24700
+76087;44.96099;2.92178;900;20220813;32.5;11;21.7;2;9.72;8.1;5.52;24600
+76087;44.96099;2.92178;900;20220814;22;16.5;19.2;3.7;14.62;17.1;3.47;14600
+76087;44.96099;2.92178;900;20220815;22.7;11.2;16.9;3.2;12.62;0;3.72;18800
+76087;44.96099;2.92178;900;20220816;26.8;6.9;16.8;2.4;12.32;13.1;3.6;15700
+76087;44.96099;2.92178;900;20220817;23.9;10.6;17.2;2.6;14.42;2.9;3.31;17300
+76087;44.96099;2.92178;900;20220818;19.9;9.7;14.8;4;13.62;20.9;2.06;8900
+76087;44.96099;2.92178;900;20220819;20.1;13.7;16.9;6.1;14.12;.1;3.54;19600
+76087;44.96099;2.92178;900;20220820;22.3;13.8;18;3.4;14.62;.1;3.5;18200
+76087;44.96099;2.92178;900;20220821;23.1;9.7;16.4;2.7;13.02;.1;3.67;20900
+76087;44.96099;2.92178;900;20220822;22.7;14;18.3;3.4;14.92;.1;3.5;18000
+76087;44.96099;2.92178;900;20220823;24.1;14.1;19.1;3.4;15.12;.2;3.9;20000
+76087;44.96099;2.92178;900;20220824;28.4;10.2;19.3;1.6;13.32;0;4.41;24500
+76087;44.96099;2.92178;900;20220825;27.3;11.5;19.4;3.2;14.22;1.2;4.42;21100
+76087;44.96099;2.92178;900;20220826;22.6;12.8;17.7;3.2;16.22;1.2;3.09;18000
+76087;44.96099;2.92178;900;20220827;21.1;9.7;15.4;2.6;13.62;.1;2.88;17400
+76087;44.96099;2.92178;900;20220828;26.3;9.6;17.9;2.4;12.42;0;4.28;23200
+76087;44.96099;2.92178;900;20220829;29;7.2;18.1;1.5;11.92;.7;3.72;18800
+76087;44.96099;2.92178;900;20220830;25.7;12.7;19.2;2.2;14.72;.1;3.3;15700
+76087;44.96099;2.92178;900;20220831;23.2;7.2;15.2;2.2;12.92;.2;3.18;19200
+76087;44.96099;2.92178;900;20220901;24.4;10.1;17.2;2;12.62;0;3.32;17600
+76087;44.96099;2.92178;900;20220902;22.7;8.8;15.7;2.4;12.82;3.8;2.79;14400
+76087;44.96099;2.92178;900;20220903;22.6;9;15.8;3.3;13.62;.2;3.21;19100
+76087;44.96099;2.92178;900;20220904;25.6;8.1;16.8;1.6;13.02;.1;3.34;19400
+76087;44.96099;2.92178;900;20220905;27;10;18.5;3;14.32;2.8;3.74;17800
+76087;44.96099;2.92178;900;20220906;23.3;10;16.6;2.1;14.72;1.7;2.26;10900
+76087;44.96099;2.92178;900;20220907;23.5;9.5;16.5;2.1;14.22;2.9;2.77;15700
+76087;44.96099;2.92178;900;20220908;20.4;7.2;13.8;2.8;11.72;.6;2.66;15800
+76087;44.96099;2.92178;900;20220909;19.3;7.4;13.3;3.5;10.52;0;2.93;17200
+76087;44.96099;2.92178;900;20220910;19.4;4.7;12;2.6;9.82;0;2.83;18600
+76087;44.96099;2.92178;900;20220911;23.9;5.7;14.8;2;9.72;0;3.48;20900
+76087;44.96099;2.92178;900;20220912;30.8;6.9;18.8;1.6;11.12;0;3.91;20000
+76087;44.96099;2.92178;900;20220913;25.6;11.9;18.7;3.6;15.92;1.8;2.99;13100
+76087;44.96099;2.92178;900;20220914;24.1;14;19;3.5;15.42;12.3;2.91;12400
+76087;44.96099;2.92178;900;20220915;21.8;9.9;15.8;2.3;13.62;.5;2.51;14700
+76087;44.96099;2.92178;900;20220916;18.4;10.8;14.6;3.1;11.82;0;2.62;16100
+76087;44.96099;2.92178;900;20220917;12.5;5.3;8.9;4.8;7.52;0;2.56;19200
+76087;44.96099;2.92178;900;20220918;17.8;1.1;9.4;2.6;6.42;0;2.97;20300
+76087;44.96099;2.92178;900;20220919;16.5;2.3;9.4;3.5;6.92;0;2.94;20100
+76087;44.96099;2.92178;900;20220920;16.2;2.4;9.3;2.8;7.02;0;2.72;19900
+76087;44.96099;2.92178;900;20220921;16.8;1.8;9.3;2.5;7.22;0;2.63;19400
+76087;44.96099;2.92178;900;20220922;21.4;-.1;10.6;1.9;7.72;0;2.81;18900
+76087;44.96099;2.92178;900;20220923;20.2;2.2;11.2;1.9;9.52;13.8;2.14;12900
+76087;44.96099;2.92178;900;20220924;15.5;6.4;10.9;2.2;10.52;2.9;1.59;10600
+76087;44.96099;2.92178;900;20220925;13.8;6;9.9;1.7;9.82;1.8;1.35;8700
+76087;44.96099;2.92178;900;20220926;12.2;4.5;8.3;3.6;8.92;3;1.44;10200
+76087;44.96099;2.92178;900;20220927;10.6;6.6;8.6;5.7;9.12;6.2;1.33;8300
+76087;44.96099;2.92178;900;20220928;14.5;9.8;12.1;3.9;11.22;8.4;1.56;8400
+76087;44.96099;2.92178;900;20220929;11.5;6.2;8.8;3.3;8.62;.5;1.52;10000
+76087;44.96099;2.92178;900;20220930;11.9;2.2;7;2.8;7.52;.7;1.63;13300
+76087;44.96099;2.92178;900;20221001;17.7;.8;9.2;4.4;10.62;3.8;1.8;15400
+76087;44.96099;2.92178;900;20221002;17.7;10.8;14.2;3.7;12.32;0;2.26;16000
+76087;44.96099;2.92178;900;20221003;14.9;6.4;10.6;2.6;11.12;0;1.2;7800
+76087;44.96099;2.92178;900;20221004;20.3;4.2;12.2;2.3;10.52;.1;2.18;15200
+76087;44.96099;2.92178;900;20221005;21.2;2.5;11.8;3.8;9.72;0;2.75;16700
+76087;44.96099;2.92178;900;20221006;17.8;4.7;11.2;2.2;11.22;0;1.43;9300
+76087;44.96099;2.92178;900;20221007;19.9;8.1;14;1.9;11.62;.4;1.98;13900
+76087;44.96099;2.92178;900;20221008;14.2;8;11.1;2.4;10.72;.2;1.16;5900
+76087;44.96099;2.92178;900;20221009;19.3;3.5;11.4;2.7;9.32;0;2.19;15100
+76087;44.96099;2.92178;900;20221010;21;2.9;11.9;2.3;10.22;0;2.06;13600
+76087;44.96099;2.92178;900;20221011;19;4.6;11.8;2.1;11.22;.7;1.61;11600
+76087;44.96099;2.92178;900;20221012;18.2;10.4;14.3;1.6;11.72;.8;1.51;8800
+76087;44.96099;2.92178;900;20221013;14.6;3.4;9;2;10.72;7.2;.79;4300
+76087;44.96099;2.92178;900;20221014;16.4;10.8;13.6;3.6;12.72;1.6;1.4;8200
+76087;44.96099;2.92178;900;20221015;19.7;10.6;15.1;3.9;12.02;0;2.14;10300
+76087;44.96099;2.92178;900;20221016;20.2;8;14.1;3.3;12.62;0;1.85;12000
+76087;44.96099;2.92178;900;20221017;18;11.1;14.5;4.8;13.22;.1;1.5;5300
+76087;44.96099;2.92178;900;20221018;22.6;7.7;15.1;1.1;12.32;0;1.67;13300
+76087;44.96099;2.92178;900;20221019;21.6;5.3;13.4;1.9;11.72;2.8;1.57;8800
+76087;44.96099;2.92178;900;20221020;19;11.7;15.3;5;14.62;8.2;1.41;6500
+76087;44.96099;2.92178;900;20221021;19;13.1;16;4.1;13.22;1.9;1.87;8000
+76087;44.96099;2.92178;900;20221022;19.9;5;12.4;2.2;10.62;0;1.68;12600
+76087;44.96099;2.92178;900;20221023;17.4;8.5;12.9;3.7;12.12;.2;1.18;2400
+76087;44.96099;2.92178;900;20221024;18.1;9;13.5;3;10.62;.1;1.77;10800
+76087;44.96099;2.92178;900;20221025;19.6;3.5;11.5;1.8;9.62;.2;1.46;9300
+76087;44.96099;2.92178;900;20221026;20.1;5.8;12.9;2.2;10.82;0;1.53;9300
+76087;44.96099;2.92178;900;20221027;22.9;5.5;14.2;1.9;11.42;0;1.6;8000
+76087;44.96099;2.92178;900;20221028;22.7;9.2;15.9;2.2;10.72;0;1.9;8200
+76087;44.96099;2.92178;900;20221029;21.9;5.7;13.8;2;8.32;0;1.9;9500
+76087;44.96099;2.92178;900;20221030;20.4;7.3;13.8;2.7;9.22;.1;1.95;8800
+76087;44.96099;2.92178;900;20221031;18.6;7.8;13.2;4.8;11.42;8.6;1.75;10000
+76087;44.96099;2.92178;900;20221101;14.7;10.4;12.5;4;10.72;.1;1.48;11500
+76087;44.96099;2.92178;900;20221102;14.9;1.5;8.2;1.6;7.92;0;1.03;9900
+76087;44.96099;2.92178;900;20221103;13.4;1.5;7.4;3.9;8.22;6.5;1.12;3600
+76087;44.96099;2.92178;900;20221104;6.4;4;5.2;5.6;7.42;7.9;.76;5300
+76087;44.96099;2.92178;900;20221105;8.4;0;4.2;3.9;6.32;0;.95;10600
+76087;44.96099;2.92178;900;20221106;14.3;-3;5.6;3;5.62;.1;1.51;10100
+76087;44.96099;2.92178;900;20221107;14.9;.7;7.8;2.7;7.62;0;1.2;10100
+76087;44.96099;2.92178;900;20221108;14.7;2.4;8.5;4.1;9.42;4.3;1.02;6800
+76087;44.96099;2.92178;900;20221109;14.8;7.9;11.3;4.1;10.52;3.7;1.16;5400
+76087;44.96099;2.92178;900;20221110;10.4;6.3;8.3;2.5;8.72;0;.79;5800
+76087;44.96099;2.92178;900;20221111;16.8;-.6;8.1;2.5;8.22;0;1.14;9700
+76087;44.96099;2.92178;900;20221112;18.7;1.2;9.9;1.8;8.02;0;1.19;8700
+76087;44.96099;2.92178;900;20221113;16.2;1.7;8.9;2.2;8.22;0;1.08;7000
+76087;44.96099;2.92178;900;20221114;11.9;5.1;8.5;3.9;9.72;8.6;.69;3100
+76087;44.96099;2.92178;900;20221115;13.8;6.9;10.3;3.7;10.52;6.1;.85;4400
+76087;44.96099;2.92178;900;20221116;11;5.8;8.4;5.6;8.62;1.6;1.06;5300
+76087;44.96099;2.92178;900;20221117;12.3;7.5;9.9;7.4;8.82;4.9;1.53;5500
+76087;44.96099;2.92178;900;20221118;7.8;2.3;5;2.3;7.02;.4;.62;4600
+76087;44.96099;2.92178;900;20221119;6;2;4;3.5;6.52;.5;.64;6000
+76087;44.96099;2.92178;900;20221120;6.7;-1;2.8;3.4;5.82;.7;.68;6900
+76087;44.96099;2.92178;900;20221121;6.3;-1.2;2.5;3.2;6.52;6.6;.49;2200
+76087;44.96099;2.92178;900;20221122;5.8;-.5;2.6;3.8;6.22;6.5;.53;5900
+76087;44.96099;2.92178;900;20221123;9.8;1.5;5.6;4.3;7.52;4.1;.72;6400
+76087;44.96099;2.92178;900;20221124;9.4;1;5.2;2.8;7.42;.4;.55;6500
+76087;44.96099;2.92178;900;20221125;7.2;4.9;6;3.5;7.92;4.8;.63;1600
+76087;44.96099;2.92178;900;20221126;6.3;1.6;3.9;1.7;6.22;0;.5;5300
+76087;44.96099;2.92178;900;20221127;11;-3.5;3.7;1.9;5.52;1;.74;6100
+76087;44.96099;2.92178;900;20221128;7;2.4;4.7;2.4;7.32;2.4;.48;3300
+76087;44.96099;2.92178;900;20221129;5;.9;2.9;3.6;6.02;.3;.6;4300
+76087;44.96099;2.92178;900;20221130;3.5;.4;1.9;3.5;6.62;.1;.31;1200
+76087;44.96099;2.92178;900;20221201;1.9;1.4;1.6;5.2;6.12;0;.43;1100
+76087;44.96099;2.92178;900;20221202;-.2;-1.2;-.7;3;5.22;1.1;.35;1200
+76087;44.96099;2.92178;900;20221203;1;-1.2;-.1;1.6;5.72;8.4;.28;1800
+76087;44.96099;2.92178;900;20221204;1.8;.1;.9;2.2;5.72;8.2;.32;3700
+76087;44.96099;2.92178;900;20221205;-2.6;-10.1;-6.4;2;3.52;0;.1;8200
+76087;44.96099;2.92178;900;20221206;3.9;-13.1;-4.6;1.5;2.92;0;.35;9300
+76087;44.96099;2.92178;900;20221207;-3;-9.5;-6.3;2.1;3.82;0;.14;2800
+76087;44.96099;2.92178;900;20221208;0;-9.6;-4.8;.8;4.32;3.5;.17;3400
+76087;44.96099;2.92178;900;20221209;2.8;.7;1.7;1.7;6.62;1.5;.23;3000
+76087;44.96099;2.92178;900;20221210;-3.4;-2.9;-3.2;3.2;4.42;0;.22;3400
+76087;44.96099;2.92178;900;20221211;0;-8.8;-4.4;1.9;3.02;0;.33;7400
+76087;44.96099;2.92178;900;20221212;.1;-10.1;-5;.8;3.62;15.8;.22;3900
+76087;44.96099;2.92178;900;20221213;4.5;-1.8;1.3;4.5;6.72;3.1;.07;5100
+76087;44.96099;2.92178;900;20221214;7.8;2.7;5.2;3.3;7.92;1.8;.42;2900
+76087;44.96099;2.92178;900;20221215;4.9;.9;2.9;2.2;7.12;17.9;.35;600
+76087;44.96099;2.92178;900;20221216;.1;.4;.2;3.2;5.52;0;.37;1200
+76087;44.96099;2.92178;900;20221217;1.8;-8.4;-3.3;1.7;3.22;0;.33;7200
+76087;44.96099;2.92178;900;20221218;7.2;-8.9;-.9;2.5;4.52;0;.53;6200
+76087;44.96099;2.92178;900;20221219;9.9;3.1;6.5;4.8;8.22;0;.66;2900
+76087;44.96099;2.92178;900;20221220;10.7;3.3;7;4.3;8.62;1.6;.63;3000
+76087;44.96099;2.92178;900;20221221;9.7;6.5;8.1;4.4;9.12;1.6;.6;4000
+76087;44.96099;2.92178;900;20221222;10.5;7.4;8.9;6.8;9.12;7.2;1.03;2100
+76087;44.96099;2.92178;900;20221223;12;9.1;10.5;4.8;10.92;1.7;.75;1200
+76087;44.96099;2.92178;900;20221224;11.8;7.6;9.7;2.6;9.52;0;.6;5000
+76087;44.96099;2.92178;900;20221225;13.3;-1.3;6;2.6;6.92;0;.78;6000
+76087;44.96099;2.92178;900;20221226;11.6;1.6;6.6;3.4;7.82;.8;.71;4700
+76087;44.96099;2.92178;900;20221227;4.8;0;2.4;1.6;6.62;0;.28;3300
+76087;44.96099;2.92178;900;20221228;10.7;-2.1;4.3;4;7.52;.1;.57;3500
+76087;44.96099;2.92178;900;20221229;7.8;2.5;5.1;4.3;8.22;7.9;.38;1700
+76087;44.96099;2.92178;900;20221230;8.7;3.5;6.1;4.6;8.92;2;.31;2600
+76087;44.96099;2.92178;900;20221231;14.8;4.1;9.4;3.5;9.12;0;.87;6100
+76088;44.98186;3.2371;880;20220101;17.7;2;9.8;1.3;5.78;0;.85;6421
+76088;44.98186;3.2371;880;20220102;13.1;3.4;8.2;2.7;6.54;0;1.19;4226
+76088;44.98186;3.2371;880;20220103;9.3;3.3;6.3;2.8;8.48;.5;.46;3426
+76088;44.98186;3.2371;880;20220104;12.2;4.7;8.4;4.3;7.64;5.9;1.19;4427
+76088;44.98186;3.2371;880;20220105;.1;-1;-.4;4.6;4.78;.1;.58;2555
+76088;44.98186;3.2371;880;20220106;.8;-1.9;-.6;4;4.14;0;.74;3645
+76088;44.98186;3.2371;880;20220107;.8;-6.1;-2.7;3.1;4.81;1.9;.21;4267
+76088;44.98186;3.2371;880;20220108;4.7;.2;2.4;4.9;6.88;3.3;.3;3779
+76088;44.98186;3.2371;880;20220109;2.4;.4;1.4;3.9;6.08;3.3;.4;2444
+76088;44.98186;3.2371;880;20220110;2.5;.4;1.5;2.9;5.58;.5;.52;3012
+76088;44.98186;3.2371;880;20220111;3.2;-4.1;-.5;4.1;4.11;0;.79;5693
+76088;44.98186;3.2371;880;20220112;1.7;-4.6;-1.4;4.3;3.58;0;.84;5681
+76088;44.98186;3.2371;880;20220113;8.6;-6.3;1.1;2.2;3.44;0;.94;7499
+76088;44.98186;3.2371;880;20220114;11.7;-5;3.3;1.2;2.88;0;.79;7400
+76088;44.98186;3.2371;880;20220115;9;-4.1;2.4;1.3;3.18;0;.75;6822
+76088;44.98186;3.2371;880;20220116;7.4;-6.4;.5;2.4;3.74;0;.91;7093
+76088;44.98186;3.2371;880;20220117;4.5;-1.7;1.4;3.8;5.68;0;.59;4139
+76088;44.98186;3.2371;880;20220118;6.3;-1.3;2.5;3.4;5.08;0;.93;5488
+76088;44.98186;3.2371;880;20220119;1.8;-2.7;-.4;3.3;5.24;0;.38;4565
+76088;44.98186;3.2371;880;20220120;1.9;-1.2;.4;4;5.18;.6;.56;3235
+76088;44.98186;3.2371;880;20220121;-.6;-3.2;-1.9;6.4;3.91;0;.75;3221
+76088;44.98186;3.2371;880;20220122;.8;-4.4;-1.8;4.4;4.24;0;.6;4587
+76088;44.98186;3.2371;880;20220123;10.1;-3.1;3.5;2.1;4.61;0;.91;8196
+76088;44.98186;3.2371;880;20220124;13.2;-3.2;5;1.4;3.81;0;.99;7951
+76088;44.98186;3.2371;880;20220125;12.8;-2.4;5.2;1.2;3.74;0;.95;7913
+76088;44.98186;3.2371;880;20220126;11.2;-3.6;3.8;2.3;3.74;0;1.35;8195
+76088;44.98186;3.2371;880;20220127;11.2;-3.6;3.8;2.5;3.24;0;1.54;8088
+76088;44.98186;3.2371;880;20220128;7.1;-3.4;1.8;3.3;5.04;0;.99;6945
+76088;44.98186;3.2371;880;20220129;9.8;-3.1;3.4;2.4;4.84;0;1.11;7659
+76088;44.98186;3.2371;880;20220130;6.5;1.4;4;3.5;6.34;.2;.85;5260
+76088;44.98186;3.2371;880;20220131;4.1;-1.6;1.2;4.5;5.84;.3;.55;5533
+76088;44.98186;3.2371;880;20220201;2.4;-2.4;0;5.1;5.28;.3;.57;4468
+76088;44.98186;3.2371;880;20220202;7.4;1.9;4.6;3.2;7.18;0;.68;6884
+76088;44.98186;3.2371;880;20220203;15;-3.1;5.9;2.6;5.14;0;1.58;9091
+76088;44.98186;3.2371;880;20220204;5.2;0;2.6;2.5;7.01;.3;.43;4292
+76088;44.98186;3.2371;880;20220205;6.1;1;3.6;2.7;5.44;.2;.95;7114
+76088;44.98186;3.2371;880;20220206;3.7;-3.9;-.1;3.7;6.14;1;.28;5910
+76088;44.98186;3.2371;880;20220207;6.3;3.2;4.7;4.4;6.24;.7;1.09;6219
+76088;44.98186;3.2371;880;20220208;12.8;-3;4.9;2.3;4.48;0;1.54;10817
+76088;44.98186;3.2371;880;20220209;12.1;-1.6;5.3;2.2;5.24;0;1.35;9633
+76088;44.98186;3.2371;880;20220210;5;-1.1;1.9;2.6;7.02;.6;1.68;10900
+76088;44.98186;3.2371;880;20220211;7.9;3.6;5.7;3.3;6.42;0;1.43;8133
+76088;44.98186;3.2371;880;20220212;7.4;-4.4;1.5;3.4;5.31;0;1.17;6650
+76088;44.98186;3.2371;880;20220213;8.5;1.5;5;6.9;7.75;3.1;1.43;7166
+76088;44.98186;3.2371;880;20220214;6.6;5;5.8;4.3;7.95;5.3;1.22;4266
+76088;44.98186;3.2371;880;20220215;4.5;.3;2.4;4;6.99;1.6;.83;5833
+76088;44.98186;3.2371;880;20220216;8.8;2;5.4;4.7;8.74;0;.52;6194
+76088;44.98186;3.2371;880;20220217;10.8;7;8.9;4;10.01;0;.79;5612
+76088;44.98186;3.2371;880;20220218;13.4;5;9.2;3.9;9.01;0;1.38;8756
+76088;44.98186;3.2371;880;20220219;5.5;.3;2.9;2.9;5.18;0;1.11;8729
+76088;44.98186;3.2371;880;20220220;7;-.8;3.1;3.8;6.91;1;.69;8082
+76088;44.98186;3.2371;880;20220221;5.2;4.6;4.9;6.2;6.68;1.2;1.11;4278
+76088;44.98186;3.2371;880;20220222;6.7;1.1;3.9;3.1;6.84;0;.87;7931
+76088;44.98186;3.2371;880;20220223;11.4;2.6;7;2.3;7.08;0;1.33;9669
+76088;44.98186;3.2371;880;20220224;10.8;1;5.9;3.1;6.94;.4;1.32;9468
+76088;44.98186;3.2371;880;20220225;5.1;-.6;2.3;3.7;4.98;0;1.21;9688
+76088;44.98186;3.2371;880;20220226;8.4;-1.5;3.4;3.7;3.94;0;1.85;11764
+76088;44.98186;3.2371;880;20220227;10.8;-4.5;3.2;2;4.44;0;1.52;12966
+76088;44.98186;3.2371;880;20220228;11.3;-3.7;3.8;2;5.14;0;1.53;13078
+76088;44.98186;3.2371;880;20220301;11.6;-2.8;4.4;2.3;4.81;0;1.61;12404
+76088;44.98186;3.2371;880;20220302;8.3;.6;4.4;2.1;6.84;.9;.99;7289
+76088;44.98186;3.2371;880;20220303;11.2;3.2;7.2;1.7;8.21;0;1.13;8820
+76088;44.98186;3.2371;880;20220304;8.5;4;6.3;2.2;7.54;0;1.03;6292
+76088;44.98186;3.2371;880;20220305;8.7;-.9;3.9;2.6;5.31;0;1.49;12182
+76088;44.98186;3.2371;880;20220306;6.4;-5.2;.6;3;3.58;0;1.61;13238
+76088;44.98186;3.2371;880;20220307;8.2;-6.2;1;2.4;3.64;0;1.67;14249
+76088;44.98186;3.2371;880;20220308;9.9;-5.2;2.4;2.7;5.31;0;1.55;13824
+76088;44.98186;3.2371;880;20220309;9.2;.3;4.7;2.8;6.41;0;1.35;10000
+76088;44.98186;3.2371;880;20220310;9.9;-.5;4.7;3.2;6.91;.9;1.3;9569
+76088;44.98186;3.2371;880;20220311;7.6;3.9;5.7;6.1;7.28;.5;1.23;5420
+76088;44.98186;3.2371;880;20220312;5.1;2.4;3.8;5.6;6.74;0;.88;4679
+76088;44.98186;3.2371;880;20220313;5.1;3.6;4.4;5.5;6.14;6.3;1.23;3535
+76088;44.98186;3.2371;880;20220314;7.9;-3.5;2.2;3.8;7.01;2.3;.92;10961
+76088;44.98186;3.2371;880;20220315;11.3;6.5;8.9;6;8.64;0;1.68;7981
+76088;44.98186;3.2371;880;20220316;13.4;3.9;8.7;1.9;8.68;0;1.47;9582
+76088;44.98186;3.2371;880;20220317;8.7;5.5;7.1;4.2;8.64;1.8;1.01;4613
+76088;44.98186;3.2371;880;20220318;10.1;4.4;7.3;3.4;8.39;0;1.51;6733
+76088;44.98186;3.2371;880;20220319;12.9;4.3;8.6;3;7.82;0;2.37;14166
+76088;44.98186;3.2371;880;20220320;8.6;2.9;5.8;6.1;7.39;0;1.84;5500
+76088;44.98186;3.2371;880;20220321;9.7;4.8;7.3;7.3;6.89;0;2.72;10533
+76088;44.98186;3.2371;880;20220322;10.9;1.2;6;7.4;5.15;0;3.49;18533
+76088;44.98186;3.2371;880;20220323;12.6;.5;6.6;4.9;4.45;0;3.59;19800
+76088;44.98186;3.2371;880;20220324;15.5;1.4;8.4;3.2;4.45;0;3.57;20266
+76088;44.98186;3.2371;880;20220325;16.2;2.6;9.4;2.9;4.49;0;3.51;17366
+76088;44.98186;3.2371;880;20220326;16.3;-.3;8;3.1;5.45;0;3.46;20100
+76088;44.98186;3.2371;880;20220327;17.5;1.5;9.5;3.6;5.72;0;3.87;19533
+76088;44.98186;3.2371;880;20220328;17;4;10.5;4.7;5.42;0;4.37;17833
+76088;44.98186;3.2371;880;20220329;15;6;10.5;3.6;7.25;2.6;3.11;12300
+76088;44.98186;3.2371;880;20220330;9.4;5.2;7.3;2.3;9.92;2.3;1.28;7300
+76088;44.98186;3.2371;880;20220331;8.7;4.2;6.5;4.7;7.85;6;1.96;11033
+76088;44.98186;3.2371;880;20220401;1.6;-3.6;-1;4.4;5.39;5;1.39;10733
+76088;44.98186;3.2371;880;20220402;1.7;-3.9;-1.1;3.7;4.9;1.5;1.45;10233
+76088;44.98186;3.2371;880;20220403;1.1;-4.9;-1.9;3.2;4.92;.5;1.31;9167
+76088;44.98186;3.2371;880;20220404;7.2;-5.1;1;1.5;4.73;0;2.36;22666
+76088;44.98186;3.2371;880;20220405;11.7;-3.9;3.9;2.3;6.49;0;2.29;18433
+76088;44.98186;3.2371;880;20220406;9.6;.7;5.1;3.1;8.72;2.4;1.46;8866
+76088;44.98186;3.2371;880;20220407;10.1;5.2;7.7;5.3;9.89;13.8;1.49;4866
+76088;44.98186;3.2371;880;20220408;13.4;7.9;10.6;7.2;9.65;3.6;3.08;11200
+76088;44.98186;3.2371;880;20220409;8.8;1.5;5.1;5;5.97;.5;2.58;16466
+76088;44.98186;3.2371;880;20220410;14.7;-3.5;5.6;3.1;5.22;.2;3.48;24366
+76088;44.98186;3.2371;880;20220411;11.3;3.3;7.3;7.8;7.92;0;2.88;14566
+76088;44.98186;3.2371;880;20220412;13.3;7;10.2;6.7;7.05;0;3.7;9933
+76088;44.98186;3.2371;880;20220413;14.8;4.8;9.8;2.5;7.79;0;2.69;13066
+76088;44.98186;3.2371;880;20220414;19.9;3;11.5;2.7;10.05;0;3.72;22666
+76088;44.98186;3.2371;880;20220415;21.1;5.2;13.1;3.2;10.39;0;4.12;23166
+76088;44.98186;3.2371;880;20220416;20.8;5.6;13.2;4.3;8.85;0;4.69;23200
+76088;44.98186;3.2371;880;20220417;19.8;2;10.9;3.4;7.25;0;4.52;25800
+76088;44.98186;3.2371;880;20220418;17.1;2.3;9.7;2.5;8.15;0;3.53;22933
+76088;44.98186;3.2371;880;20220419;16.3;3.4;9.9;2.2;9.39;0;2.87;17566
+76088;44.98186;3.2371;880;20220420;11.9;6.3;9.1;1.9;10.35;6;1.45;6433
+76088;44.98186;3.2371;880;20220421;12.4;6.1;9.3;1.8;10.75;4.6;1.84;9933
+76088;44.98186;3.2371;880;20220422;16.9;4.4;10.7;2.4;10.05;.4;3.15;20300
+76088;44.98186;3.2371;880;20220423;12.2;7.6;9.9;5;9.32;8.9;2.29;6600
+76088;44.98186;3.2371;880;20220424;9.7;2.4;6.1;3.8;9.65;6.8;1.18;6200
+76088;44.98186;3.2371;880;20220425;13.4;5.3;9.4;2.6;9.09;0;2.68;15900
+76088;44.98186;3.2371;880;20220426;17.8;1.9;9.9;2.3;8.75;0;3.75;25566
+76088;44.98186;3.2371;880;20220427;19.7;4.6;12.1;2.5;9.15;0;4.17;25533
+76088;44.98186;3.2371;880;20220428;20.5;6.9;13.7;2.3;10.65;.9;4.08;23766
+76088;44.98186;3.2371;880;20220429;19.1;7.2;13.2;2.5;11.82;.9;3.39;19500
+76088;44.98186;3.2371;880;20220430;17.6;6.5;12;3;10.02;0;3.82;23066
+76088;44.98186;3.2371;880;20220501;17.1;2;9.6;2.4;7.75;0;3.96;26300
+76088;44.98186;3.2371;880;20220502;17.7;3.9;10.8;2;8.72;1.4;3.74;23700
+76088;44.98186;3.2371;880;20220503;16.6;6.7;11.7;1.7;10.69;4.7;2.69;14833
+76088;44.98186;3.2371;880;20220504;16.1;5.5;10.8;1.9;11.45;5.4;2.53;15166
+76088;44.98186;3.2371;880;20220505;15.5;5.9;10.7;3.4;9.79;2;3.37;19933
+76088;44.98186;3.2371;880;20220506;13.6;6.5;10;4.8;9.01;.2;2.28;11067
+76088;44.98186;3.2371;880;20220507;17.1;6.6;11.9;4.3;8.98;.1;3.05;13697
+76088;44.98186;3.2371;880;20220508;17.6;6.4;12;3.6;9.61;0;2.86;13663
+76088;44.98186;3.2371;880;20220509;20.8;7.3;14.1;2.6;9.64;0;3.37;15649
+76088;44.98186;3.2371;880;20220510;22.5;6.3;14.4;1.9;10.41;0;3.3;15994
+76088;44.98186;3.2371;880;20220511;23.6;7.3;15.5;2.6;9.94;0;3.81;15867
+76088;44.98186;3.2371;880;20220512;21.8;7.8;14.8;2.3;11.24;0;3.05;13894
+76088;44.98186;3.2371;880;20220513;21;8.2;14.6;1.6;11.94;5.3;2.79;14404
+76088;44.98186;3.2371;880;20220514;24;8.2;16.1;1.6;12.71;0;3.32;16859
+76088;44.98186;3.2371;880;20220515;23.6;11;17.3;2.7;11.54;.2;3.62;14372
+76088;44.98186;3.2371;880;20220516;23.9;10.2;17.1;2;11.34;0;3.55;15661
+76088;44.98186;3.2371;880;20220517;26;8.9;17.5;1.6;12.01;0;3.72;17016
+76088;44.98186;3.2371;880;20220518;27;12.3;19.7;2.4;12.98;.4;4.1;16263
+76088;44.98186;3.2371;880;20220519;25.6;13.1;19.3;3.4;12.18;0;4.23;14082
+76088;44.98186;3.2371;880;20220520;25.7;13;19.3;3.7;10.98;0;4.48;13056
+76088;44.98186;3.2371;880;20220521;29.7;10.1;19.9;1.4;13.31;0;4.15;18865
+76088;44.98186;3.2371;880;20220522;29.8;14.1;22;1.8;14.41;1;4.12;16183
+76088;44.98186;3.2371;880;20220523;15.5;14.8;15.1;3.6;14.11;2.8;1.3;2679
+76088;44.98186;3.2371;880;20220524;14.9;7.4;11.2;2.3;9.71;0;2.22;11426
+76088;44.98186;3.2371;880;20220525;16;4.1;10;2.6;8.88;0;2.74;15435
+76088;44.98186;3.2371;880;20220526;16.6;6.4;11.5;2.9;9.81;0;2.75;14437
+76088;44.98186;3.2371;880;20220527;22;10.1;16;4.1;11.31;0;3.95;16287
+76088;44.98186;3.2371;880;20220528;19.7;9.8;14.7;4.7;9.44;0;3.94;15105
+76088;44.98186;3.2371;880;20220529;17.3;5.7;11.5;3.9;6.78;0;3.74;15589
+76088;44.98186;3.2371;880;20220530;20.4;2.4;11.4;2.1;7.04;.4;3.69;18920
+76088;44.98186;3.2371;880;20220531;18.8;8.1;13.5;2.7;9.58;1.7;3.16;13910
+76088;44.98186;3.2371;880;20220601;25.2;6;15.6;2;11.24;1.9;3.84;17527
+76088;44.98186;3.2371;880;20220602;25.3;12.6;19;3.2;12.84;1.8;4.06;15203
+76088;44.98186;3.2371;880;20220603;26.4;13.5;19.9;3;13.01;2.8;4.21;15393
+76088;44.98186;3.2371;880;20220604;26;11.7;18.8;2.9;14.98;12;3.87;16599
+76088;44.98186;3.2371;880;20220605;19.5;14;16.7;2.5;13.94;0;2.52;10754
+76088;44.98186;3.2371;880;20220606;22.2;8.7;15.5;2.3;12.61;.1;3.24;15147
+76088;44.98186;3.2371;880;20220607;19.2;10;14.6;3.1;11.51;.2;2.96;12835
+76088;44.98186;3.2371;880;20220608;16.4;8.5;12.5;2.6;11.68;2.3;2.13;10774
+76088;44.98186;3.2371;880;20220609;16.6;9.2;12.9;4;10.18;0;2.86;12518
+76088;44.98186;3.2371;880;20220610;23.7;9;16.4;3.2;11.11;0;4.25;18241
+76088;44.98186;3.2371;880;20220611;28.5;9.7;19.1;2.3;11.14;0;5.98;28898
+76088;44.98186;3.2371;880;20220612;27.7;12.5;20.1;2;13.08;.1;5.1;24918
+76088;44.98186;3.2371;880;20220613;24.9;14;19.4;3.1;14.44;0;4.7;22948
+76088;44.98186;3.2371;880;20220614;30.4;10.1;20.3;2;12.21;.2;5.99;29023
+76088;44.98186;3.2371;880;20220615;30;15.1;22.6;2.7;14.51;.1;5.64;23940
+76088;44.98186;3.2371;880;20220616;30.1;12.7;21.4;2.1;14.21;0;5.54;25962
+76088;44.98186;3.2371;880;20220617;32.7;15.3;24;2.9;11.84;0;6.95;27376
+76088;44.98186;3.2371;880;20220618;32.9;16.9;24.9;3.5;11.68;0;7.3;25613
+76088;44.98186;3.2371;880;20220619;29.5;17.8;23.7;5.9;11.98;0;7.51;22634
+76088;44.98186;3.2371;880;20220620;28.4;14.4;21.4;3.6;12.04;.1;6.09;23948
+76088;44.98186;3.2371;880;20220621;27.4;13.7;20.5;2.6;15.91;1.1;4.96;23650
+76088;44.98186;3.2371;880;20220622;24.3;14.8;19.6;2.9;15.88;4.9;4.19;20440
+76088;44.98186;3.2371;880;20220623;23;12.4;17.7;2.4;15.14;16;3.72;19360
+76088;44.98186;3.2371;880;20220624;19;12.4;15.7;3;13.44;2.8;3;15732
+76088;44.98186;3.2371;880;20220625;23.2;7.8;15.5;2.3;13.01;12.4;4.11;23149
+76088;44.98186;3.2371;880;20220626;18.1;12.9;15.5;2.3;14.91;12.4;2.47;12965
+76088;44.98186;3.2371;880;20220627;18.1;12.2;15.1;2.1;13.84;1.6;2.61;13852
+76088;44.98186;3.2371;880;20220628;21.4;9.9;15.7;2.8;11.74;.1;4.4;24772
+76088;44.98186;3.2371;880;20220629;25.3;7.9;16.6;1.8;12.01;.1;4.81;27041
+76088;44.98186;3.2371;880;20220630;17;12.3;14.6;2.3;13.38;6.1;2.17;10670
+76088;44.98186;3.2371;880;20220701;19.6;7.1;13.4;2.5;10.58;.1;3.91;23529
+76088;44.98186;3.2371;880;20220702;27.1;7.1;17.1;2.3;10.44;0;5.55;28927
+76088;44.98186;3.2371;880;20220703;28.4;12;20.2;1.7;13.71;2;5.09;25556
+76088;44.98186;3.2371;880;20220704;25.1;13.3;19.2;2.5;14.91;3.8;4.12;19360
+76088;44.98186;3.2371;880;20220705;24;12.7;18.3;3;13.08;.1;4.87;24552
+76088;44.98186;3.2371;880;20220706;23.1;11.4;17.2;3.8;10.88;0;5.15;24723
+76088;44.98186;3.2371;880;20220707;22.5;10.6;16.5;4.2;11.34;0;4.86;24179
+76088;44.98186;3.2371;880;20220708;23.5;12.6;18;5;11.78;0;5.31;24335
+76088;44.98186;3.2371;880;20220709;25.8;12;18.9;3.7;11.04;.1;5.83;26280
+76088;44.98186;3.2371;880;20220710;25.5;13.9;19.7;4;12.01;0;5.67;24712
+76088;44.98186;3.2371;880;20220711;28;12.3;20.1;3.4;12.34;0;5.94;26462
+76088;44.98186;3.2371;880;20220712;27.9;13.9;20.9;3.2;12.74;0;5.79;25061
+76088;44.98186;3.2371;880;20220713;30;13.1;21.5;2.3;10.81;0;5.88;26241
+76088;44.98186;3.2371;880;20220714;31.6;12.9;22.2;2;12.74;0;5.9;27041
+76088;44.98186;3.2371;880;20220715;29.5;15.5;22.5;2.9;12.81;0;5.91;24243
+76088;44.98186;3.2371;880;20220716;29.1;13.7;21.4;3.7;11.51;0;6.45;25583
+76088;44.98186;3.2371;880;20220717;30.6;13.5;22;3.7;10.38;0;6.85;25578
+76088;44.98186;3.2371;880;20220718;33.9;13.2;23.6;3;12.11;5.6;7.04;27885
+76088;44.98186;3.2371;880;20220719;32.7;17.6;25.1;3.2;12.48;.3;6.59;23118
+76088;44.98186;3.2371;880;20220720;24;15;19.5;2.5;14.64;0;3.65;16388
+76088;44.98186;3.2371;880;20220721;29;11.3;20.2;2.2;13.24;0;5.43;26523
+76088;44.98186;3.2371;880;20220722;31;12.1;21.5;2.4;14.28;.8;5.39;23281
+76088;44.98186;3.2371;880;20220723;26;14.6;20.3;2.7;14.71;0;4.75;22804
+76088;44.98186;3.2371;880;20220724;32.7;12.5;22.6;2.1;12.54;0;6.13;27430
+76088;44.98186;3.2371;880;20220725;26.2;15.4;20.8;3.1;13.91;0;4.73;20224
+76088;44.98186;3.2371;880;20220726;23.4;12.5;17.9;2.8;12.74;0;4.39;22365
+76088;44.98186;3.2371;880;20220727;24.1;10.2;17.1;2.8;10.81;0;4.86;24762
+76088;44.98186;3.2371;880;20220728;26.7;8.1;17.4;2;10.78;0;4.82;25121
+76088;44.98186;3.2371;880;20220729;23.8;14.2;19;2;13.11;3.1;3.67;16352
+76088;44.98186;3.2371;880;20220730;26.5;11.8;19.2;2.4;12.71;0;4.78;22806
+76088;44.98186;3.2371;880;20220731;29.1;11.9;20.5;2.3;12.31;0;5.32;24682
+76088;44.98186;3.2371;880;20220801;30.2;14.7;22.4;2.7;12.44;0;5.75;23682
+76088;44.98186;3.2371;880;20220802;30.1;14.3;22.2;2.9;13.08;2.2;5.73;23888
+76088;44.98186;3.2371;880;20220803;32.7;14.4;23.6;2.3;11.94;0;5.92;24271
+76088;44.98186;3.2371;880;20220804;33.3;16;24.7;2.1;12.21;0;5.77;23585
+76088;44.98186;3.2371;880;20220805;28.6;16.1;22.3;2.5;15.64;4.3;4.55;19455
+76088;44.98186;3.2371;880;20220806;26.8;14.9;20.8;4;13.91;0;5.31;22127
+76088;44.98186;3.2371;880;20220807;26.8;12.7;19.7;3.8;10.41;0;5.76;23176
+76088;44.98186;3.2371;880;20220808;28.2;11.9;20;3.5;9.41;0;5.98;23661
+76088;44.98186;3.2371;880;20220809;29.3;13.1;21.2;2.7;8.98;0;5.69;23470
+76088;44.98186;3.2371;880;20220810;31.2;15.4;23.3;3;9.48;0;6.06;21858
+76088;44.98186;3.2371;880;20220811;32.2;12.9;22.6;2.2;10.51;0;5.7;24054
+76088;44.98186;3.2371;880;20220812;32.7;13.7;23.2;2.4;11.04;0;5.84;23858
+76088;44.98186;3.2371;880;20220813;32.8;14.1;23.5;1.7;10.68;12.8;5.34;23615
+76088;44.98186;3.2371;880;20220814;21.3;16.8;19;3;15.98;14;2.84;12069
+76088;44.98186;3.2371;880;20220815;22.6;12.7;17.7;2.6;13.58;0;3.46;17314
+76088;44.98186;3.2371;880;20220816;26.7;9.9;18.3;2.4;13.24;8.4;4.11;19409
+76088;44.98186;3.2371;880;20220817;23.2;11.9;17.6;2.4;14.98;12.7;3.25;17180
+76088;44.98186;3.2371;880;20220818;19.6;11.5;15.6;2.8;14.21;12.6;2.37;12105
+76088;44.98186;3.2371;880;20220819;20.2;13.4;16.8;3.2;14.68;.4;2.94;16219
+76088;44.98186;3.2371;880;20220820;23;13.9;18.5;2.5;14.94;.2;3.38;17222
+76088;44.98186;3.2371;880;20220821;23.2;10.9;17.1;2.4;13.41;.1;3.59;19163
+76088;44.98186;3.2371;880;20220822;21.9;14;17.9;2.2;15.04;.9;2.98;15602
+76088;44.98186;3.2371;880;20220823;24.7;14.4;19.5;2.6;15.61;.2;3.66;18117
+76088;44.98186;3.2371;880;20220824;29.2;12.6;20.9;2.1;13.78;0;4.61;21988
+76088;44.98186;3.2371;880;20220825;27.5;13.6;20.5;2.3;14.58;2.3;4.11;19395
+76088;44.98186;3.2371;880;20220826;23.8;14.4;19.1;2.8;16.31;1.2;3.29;16476
+76088;44.98186;3.2371;880;20220827;22.6;12.1;17.4;3;13.94;.2;3.37;16601
+76088;44.98186;3.2371;880;20220828;26.8;10.7;18.7;2.2;12.78;.1;4.15;21373
+76088;44.98186;3.2371;880;20220829;28.7;11.1;19.9;1.8;12.84;.5;4.07;19156
+76088;44.98186;3.2371;880;20220830;25.4;13.8;19.6;2.1;15.08;.1;3.33;16085
+76088;44.98186;3.2371;880;20220831;24.4;10.6;17.5;2.8;13.28;.1;3.7;18044
+76088;44.98186;3.2371;880;20220901;25;11;18;2;13.14;0;3.51;18242
+76088;44.98186;3.2371;880;20220902;22.2;11.1;16.7;1.8;14.04;2.8;2.68;14569
+76088;44.98186;3.2371;880;20220903;22.2;11.7;17;2.6;14.81;2;2.88;15711
+76088;44.98186;3.2371;880;20220904;25.7;10.8;18.2;1.7;14.24;.1;3.35;17970
+76088;44.98186;3.2371;880;20220905;26.4;12.5;19.4;2.6;15.14;.9;3.56;16545
+76088;44.98186;3.2371;880;20220906;23.1;12.6;17.8;2;15.94;1.8;2.51;12780
+76088;44.98186;3.2371;880;20220907;22.9;12;17.4;2.2;15.24;8.7;2.73;14422
+76088;44.98186;3.2371;880;20220908;19.6;9;14.3;2.8;12.24;.1;2.52;14374
+76088;44.98186;3.2371;880;20220909;17.8;9.4;13.6;3.1;11.91;0;2.3;13080
+76088;44.98186;3.2371;880;20220910;19.6;7.6;13.6;2.3;10.94;0;2.7;15897
+76088;44.98186;3.2371;880;20220911;25;6.8;15.9;2;10.24;0;3.58;19984
+76088;44.98186;3.2371;880;20220912;29.8;10.1;20;1.8;12.31;0;3.92;18823
+76088;44.98186;3.2371;880;20220913;25.8;14.2;20;3.1;16.78;0;3.09;13672
+76088;44.98186;3.2371;880;20220914;23.1;15;19.1;2.7;16.01;11.4;2.56;11571
+76088;44.98186;3.2371;880;20220915;21.5;11.3;16.4;1.9;14.21;.9;2.38;13615
+76088;44.98186;3.2371;880;20220916;18.2;11.8;15;2.2;12.41;.3;2.2;12158
+76088;44.98186;3.2371;880;20220917;13.3;5.8;9.6;3.9;7.84;0;2.36;14338
+76088;44.98186;3.2371;880;20220918;18.9;2.8;10.8;3.5;6.61;0;3.44;18064
+76088;44.98186;3.2371;880;20220919;17.5;5.2;11.3;4.2;7.54;0;3.22;15994
+76088;44.98186;3.2371;880;20220920;17.7;4.7;11.2;4.1;7.31;0;3.31;16460
+76088;44.98186;3.2371;880;20220921;18.1;4.6;11.4;3.6;7.54;0;3.12;16191
+76088;44.98186;3.2371;880;20220922;21.2;3.1;12.2;1.5;8.88;0;2.58;16997
+76088;44.98186;3.2371;880;20220923;19.1;5.6;12.4;2.1;10.44;12.9;2.18;12785
+76088;44.98186;3.2371;880;20220924;15.8;8.4;12.1;2.2;11.21;2.3;1.7;10123
+76088;44.98186;3.2371;880;20220925;13.7;7.4;10.5;1.8;10.38;1.6;1.4;8831
+76088;44.98186;3.2371;880;20220926;12.5;5.1;8.8;2.9;9.41;1.3;1.44;10271
+76088;44.98186;3.2371;880;20220927;10.3;6.8;8.6;4.4;9.78;.3;1.11;7241
+76088;44.98186;3.2371;880;20220928;13.7;9.2;11.5;4.2;11.78;7.4;1.25;8077
+76088;44.98186;3.2371;880;20220929;12;6.3;9.2;2.8;9.24;.4;1.44;9439
+76088;44.98186;3.2371;880;20220930;12.1;3.5;7.8;2.3;8.04;.6;1.54;11127
+76088;44.98186;3.2371;880;20221001;15.3;2.4;8.8;3.6;11.08;0;1.3;12806
+76088;44.98186;3.2371;880;20221002;17.1;11.4;14.3;2.9;13.21;0;1.7;10607
+76088;44.98186;3.2371;880;20221003;16.7;7.8;12.3;2.7;11.31;0;1.74;9954
+76088;44.98186;3.2371;880;20221004;20.4;5.3;12.9;1.7;10.38;.1;2.03;14124
+76088;44.98186;3.2371;880;20221005;20.4;6.2;13.3;2.8;11.04;.1;2.32;13280
+76088;44.98186;3.2371;880;20221006;18.9;8;13.5;1.8;12.31;0;1.65;10176
+76088;44.98186;3.2371;880;20221007;19.2;8.6;13.9;1.7;11.98;.7;1.76;11644
+76088;44.98186;3.2371;880;20221008;14.8;9;11.9;2.2;11.48;1.3;1.29;7221
+76088;44.98186;3.2371;880;20221009;18.8;4.5;11.7;2.2;10.11;.1;1.91;13170
+76088;44.98186;3.2371;880;20221010;20.5;6.3;13.4;1.8;11.38;0;1.87;11944
+76088;44.98186;3.2371;880;20221011;18.4;7.3;12.8;1.6;12.08;.1;1.46;10203
+76088;44.98186;3.2371;880;20221012;18.1;10.4;14.3;1.1;12.04;.5;1.39;8779
+76088;44.98186;3.2371;880;20221013;14.6;6.1;10.3;1.9;11.58;4.3;.97;6747
+76088;44.98186;3.2371;880;20221014;15.1;11;13;3.2;13.51;1.1;.98;6114
+76088;44.98186;3.2371;880;20221015;19.2;10.3;14.7;3;12.54;0;1.7;9386
+76088;44.98186;3.2371;880;20221016;20.4;10.3;15.4;3.3;13.01;0;2.01;9864
+76088;44.98186;3.2371;880;20221017;18;13.3;15.7;4.2;13.61;0;1.69;5091
+76088;44.98186;3.2371;880;20221018;22.3;10.1;16.2;1.5;13.28;.1;1.72;10643
+76088;44.98186;3.2371;880;20221019;21.7;8.7;15.2;2;12.14;3.1;1.87;9308
+76088;44.98186;3.2371;880;20221020;18.6;12.9;15.7;4.3;14.74;6.6;1.44;6068
+76088;44.98186;3.2371;880;20221021;18.9;13.6;16.3;3.9;13.84;.7;1.77;6746
+76088;44.98186;3.2371;880;20221022;20;7.6;13.8;2.1;11.54;0;1.63;10334
+76088;44.98186;3.2371;880;20221023;18.2;11.3;14.8;3.8;12.71;0;1.71;4985
+76088;44.98186;3.2371;880;20221024;17.9;10.5;14.2;2.7;11.24;.1;1.68;8125
+76088;44.98186;3.2371;880;20221025;19.6;6.3;13;2;10.21;0;1.63;9134
+76088;44.98186;3.2371;880;20221026;20.5;8.3;14.4;1.8;11.88;0;1.53;8915
+76088;44.98186;3.2371;880;20221027;22.5;9.1;15.8;1.9;11.98;0;1.76;8261
+76088;44.98186;3.2371;880;20221028;22.7;12.5;17.6;2.4;10.64;0;2.33;7473
+76088;44.98186;3.2371;880;20221029;22.2;10.1;16.2;2.6;8.11;0;2.58;8227
+76088;44.98186;3.2371;880;20221030;20;9.8;14.9;2.7;9.58;0;2.06;7702
+76088;44.98186;3.2371;880;20221031;18.7;9;13.8;3.9;11.71;5.2;1.71;8246
+76088;44.98186;3.2371;880;20221101;14.5;10.2;12.3;3.2;11.38;0;1.16;7103
+76088;44.98186;3.2371;880;20221102;14.8;4.3;9.6;1.6;8.71;0;1.05;7956
+76088;44.98186;3.2371;880;20221103;13.2;4;8.6;3.3;8.98;4.1;1.12;5416
+76088;44.98186;3.2371;880;20221104;6;4.8;5.4;4.8;7.98;10.6;.62;2326
+76088;44.98186;3.2371;880;20221105;8.8;1.2;5;2.9;6.64;0;.94;7601
+76088;44.98186;3.2371;880;20221106;13.9;-1.1;6.4;2.7;5.61;0;1.42;8992
+76088;44.98186;3.2371;880;20221107;14.9;3.3;9.1;2.6;8.24;0;1.25;8083
+76088;44.98186;3.2371;880;20221108;15;5.3;10.2;4.1;9.84;5.5;1.29;6288
+76088;44.98186;3.2371;880;20221109;13.6;9.2;11.4;2.8;11.38;3.1;.88;3717
+76088;44.98186;3.2371;880;20221110;11.8;6.1;8.9;1.9;8.94;0;.81;5734
+76088;44.98186;3.2371;880;20221111;17.6;1.9;9.8;2.1;9.58;.1;1.08;8654
+76088;44.98186;3.2371;880;20221112;19.3;4;11.6;1.2;8.68;0;1.05;8131
+76088;44.98186;3.2371;880;20221113;17.7;4.4;11;1.6;8.28;0;1.11;7249
+76088;44.98186;3.2371;880;20221114;12.1;6.8;9.5;3;9.84;6.3;.83;3574
+76088;44.98186;3.2371;880;20221115;13.6;7.2;10.4;3;10.64;6;.81;4701
+76088;44.98186;3.2371;880;20221116;10.9;5.9;8.4;4.1;9.18;.7;.76;4654
+76088;44.98186;3.2371;880;20221117;11.5;7.2;9.4;5.2;9.58;5.6;1.01;4363
+76088;44.98186;3.2371;880;20221118;7.2;3.4;5.3;2.4;7.64;.6;.57;3434
+76088;44.98186;3.2371;880;20221119;5.9;2.1;4;2.4;6.78;.7;.56;4412
+76088;44.98186;3.2371;880;20221120;5.7;-1.1;2.3;2.5;6.21;0;.48;5431
+76088;44.98186;3.2371;880;20221121;6.2;.2;3.2;3;6.98;5.3;.47;3484
+76088;44.98186;3.2371;880;20221122;4.9;.8;2.8;3.7;6.81;2.6;.43;3729
+76088;44.98186;3.2371;880;20221123;9;2.3;5.6;3.2;8.18;1.1;.51;4922
+76088;44.98186;3.2371;880;20221124;9.6;3.1;6.4;2.5;8.18;.2;.57;4861
+76088;44.98186;3.2371;880;20221125;7.3;4.6;6;2.5;8.14;5;.53;2545
+76088;44.98186;3.2371;880;20221126;7.2;1.7;4.4;2.2;6.48;0;.64;4686
+76088;44.98186;3.2371;880;20221127;11.9;-.9;5.5;1.6;5.11;2.1;.87;6050
+76088;44.98186;3.2371;880;20221128;6.6;3.3;5;2.3;7.74;1.9;.48;2744
+76088;44.98186;3.2371;880;20221129;5.5;1.3;3.4;2.5;6.51;.7;.53;3736
+76088;44.98186;3.2371;880;20221130;4.6;.6;2.6;3;6.41;.3;.49;2822
+76088;44.98186;3.2371;880;20221201;3.1;1.6;2.3;4.1;6.01;.1;.6;1890
+76088;44.98186;3.2371;880;20221202;.6;-.8;-.1;2.2;5.28;2.8;.4;1703
+76088;44.98186;3.2371;880;20221203;3.1;-.9;1.1;1.6;6.11;8.3;.33;3132
+76088;44.98186;3.2371;880;20221204;2.4;1;1.7;1.8;6.21;4.4;.38;2278
+76088;44.98186;3.2371;880;20221205;3.2;-6;-1.4;1.3;4.61;0;.26;6370
+76088;44.98186;3.2371;880;20221206;7;-6.9;0;1.5;3.94;.1;.53;6862
+76088;44.98186;3.2371;880;20221207;1.4;-6.1;-2.4;1.9;4.21;0;.4;4057
+76088;44.98186;3.2371;880;20221208;4.5;-6.5;-1;1.1;4.94;3.8;.35;4949
+76088;44.98186;3.2371;880;20221209;4.6;1.8;3.2;2;7.48;1.3;.33;2843
+76088;44.98186;3.2371;880;20221210;-2.6;-2.1;-2.3;3.3;4.74;0;.36;1310
+76088;44.98186;3.2371;880;20221211;2.2;-9.1;-3.5;1.9;2.88;0;.56;6377
+76088;44.98186;3.2371;880;20221212;1.5;-8.2;-3.4;1.1;3.58;11;.34;4565
+76088;44.98186;3.2371;880;20221213;5.1;-1.3;1.9;3.1;7.58;1.6;.04;4376
+76088;44.98186;3.2371;880;20221214;8.3;3.5;5.9;2.8;8.94;.5;.28;3074
+76088;44.98186;3.2371;880;20221215;6.4;1.6;4;2.3;7.74;19.2;.35;2577
+76088;44.98186;3.2371;880;20221216;1.6;.6;1.1;3.2;5.78;.1;.48;1694
+76088;44.98186;3.2371;880;20221217;3.8;-7.4;-1.8;2.5;3.04;0;.8;6042
+76088;44.98186;3.2371;880;20221218;8.1;-5.8;1.1;2.6;4.41;0;.82;5704
+76088;44.98186;3.2371;880;20221219;10.9;4.8;7.9;5;8.31;0;1.03;3302
+76088;44.98186;3.2371;880;20221220;11.4;6.3;8.9;4.3;8.98;1;1.04;2686
+76088;44.98186;3.2371;880;20221221;9.6;7.1;8.3;3.5;9.54;.7;.52;2604
+76088;44.98186;3.2371;880;20221222;10.1;6.5;8.3;5.4;10.08;3.2;.5;2618
+76088;44.98186;3.2371;880;20221223;11.5;9;10.3;4.1;11.54;.9;.48;1860
+76088;44.98186;3.2371;880;20221224;12;8;10;2.2;10.01;0;.55;3621
+76088;44.98186;3.2371;880;20221225;13.1;2.3;7.7;2.4;7.84;0;.83;4918
+76088;44.98186;3.2371;880;20221226;11.2;4.6;7.9;2.7;8.78;.3;.7;3390
+76088;44.98186;3.2371;880;20221227;7.2;1.5;4.3;1.4;7.24;0;.38;3718
+76088;44.98186;3.2371;880;20221228;10.8;.5;5.6;3.1;7.88;0;.55;4198
+76088;44.98186;3.2371;880;20221229;8.1;3.3;5.7;3.4;8.41;5.1;.46;2254
+76088;44.98186;3.2371;880;20221230;9.2;3.8;6.5;3.6;9.04;1.1;.37;3329
+76088;44.98186;3.2371;880;20221231;14.7;6.6;10.7;3.1;9.38;0;1.06;4602
+76089;45.00177;3.55263;829;20220101;19.4;-1.7;8.8;.8;5.53;0;.5;7426
+76089;45.00177;3.55263;829;20220102;15.4;-2.2;6.6;2;6.33;0;.86;6790
+76089;45.00177;3.55263;829;20220103;11.2;3.1;7.2;1.7;7.7;0;.62;4300
+76089;45.00177;3.55263;829;20220104;14.6;8.7;11.6;4.9;7.33;6.3;2.06;3834
+76089;45.00177;3.55263;829;20220105;-.3;-.2;-.3;6.3;4.93;.5;.57;0
+76089;45.00177;3.55263;829;20220106;.7;-1.7;-.5;4.4;4.2;0;.8;3200
+76089;45.00177;3.55263;829;20220107;2.9;-5.1;-1.1;2.5;4.7;3.1;.41;5500
+76089;45.00177;3.55263;829;20220108;5;.2;2.6;3.8;6.6;1.9;.47;3100
+76089;45.00177;3.55263;829;20220109;3.2;1.5;2.4;3.8;5.8;4.4;.67;2800
+76089;45.00177;3.55263;829;20220110;3.8;.6;2.2;3.2;5.4;.7;.63;6100
+76089;45.00177;3.55263;829;20220111;3.3;-6.7;-1.7;1.9;4.3;0;.36;7900
+76089;45.00177;3.55263;829;20220112;1.3;-7.3;-3;1.4;4;0;.26;7900
+76089;45.00177;3.55263;829;20220113;4.5;-6.9;-1.2;1.2;3.6;0;.45;6800
+76089;45.00177;3.55263;829;20220114;11.2;-8;1.6;1.2;3.7;0;.64;8400
+76089;45.00177;3.55263;829;20220115;11.7;-7.2;2.3;1;3.2;0;.6;8700
+76089;45.00177;3.55263;829;20220116;9.2;-6.9;1.2;1.2;3.6;0;.58;8800
+76089;45.00177;3.55263;829;20220117;4.4;-4.2;.1;1.9;5.5;0;.39;4700
+76089;45.00177;3.55263;829;20220118;2.3;-.3;1;1.6;4.9;0;.56;3100
+76089;45.00177;3.55263;829;20220119;3.4;-4.5;-.5;2.1;4.7;0;.54;3500
+76089;45.00177;3.55263;829;20220120;2.8;-.4;1.2;4.5;5.2;.2;.76;3400
+76089;45.00177;3.55263;829;20220121;.7;-2.7;-1;5.6;3.7;0;.99;7800
+76089;45.00177;3.55263;829;20220122;1;-6.9;-2.9;1.8;4.2;0;.42;3600
+76089;45.00177;3.55263;829;20220123;1.3;-2.3;-.5;.9;4.9;0;.39;4000
+76089;45.00177;3.55263;829;20220124;12.6;-8.6;2;1;4.2;0;.66;10300
+76089;45.00177;3.55263;829;20220125;11.9;-6.1;2.9;1.3;4;0;.83;9700
+76089;45.00177;3.55263;829;20220126;9.7;-6.7;1.5;1.2;3.9;0;.7;9800
+76089;45.00177;3.55263;829;20220127;10.1;-8.3;.9;1.3;3.6;0;.79;10100
+76089;45.00177;3.55263;829;20220128;4.9;-6.4;-.7;1.3;4.7;0;.49;7500
+76089;45.00177;3.55263;829;20220129;8.4;-8.6;-.1;1.3;4.6;.1;.64;8700
+76089;45.00177;3.55263;829;20220130;6.4;-1.1;2.7;2.4;6.2;.1;.63;5000
+76089;45.00177;3.55263;829;20220131;5;.8;2.9;6;5.6;.5;1.08;4000
+76089;45.00177;3.55263;829;20220201;2.2;-3;-.4;5.6;5.2;.6;.57;5300
+76089;45.00177;3.55263;829;20220202;7.5;1.9;4.7;3.6;7.4;0;.7;4700
+76089;45.00177;3.55263;829;20220203;14.7;-.6;7.1;1.5;5.8;0;1.16;6600
+76089;45.00177;3.55263;829;20220204;8;-2.3;2.9;1.9;6;.3;.73;6700
+76089;45.00177;3.55263;829;20220205;6.5;1.8;4.2;2.4;5.5;.3;.98;9900
+76089;45.00177;3.55263;829;20220206;5.6;-6.1;-.2;2.8;5.3;.5;.64;7900
+76089;45.00177;3.55263;829;20220207;6.2;4.1;5.2;5.7;5.8;1;1.5;10000
+76089;45.00177;3.55263;829;20220208;10.8;-5.6;2.6;1.4;4.3;0;1.02;11700
+76089;45.00177;3.55263;829;20220209;15.6;-5.3;5.2;1.2;4.8;0;1.18;12000
+76089;45.00177;3.55263;829;20220210;14.7;-3;5.9;1.5;5.7;.6;1.23;11300
+76089;45.00177;3.55263;829;20220211;5.6;3.3;4.5;2.5;5.6;.2;1.07;7400
+76089;45.00177;3.55263;829;20220212;9;-3.8;2.6;3.3;4.83;0;1.27;9500
+76089;45.00177;3.55263;829;20220213;8.5;1.6;5.1;5.4;6.6;2.2;1.33;12300
+76089;45.00177;3.55263;829;20220214;6.1;4.1;5.1;2.8;6.7;4.5;.94;4300
+76089;45.00177;3.55263;829;20220215;5.5;1;3.3;3.4;5.8;1.4;1.01;7900
+76089;45.00177;3.55263;829;20220216;10.9;.8;5.9;3.1;8.2;.5;.86;5600
+76089;45.00177;3.55263;829;20220217;13.3;7.8;10.5;4.4;9.23;.2;1.45;6299
+76089;45.00177;3.55263;829;20220218;18;1.3;9.7;2.7;7.9;.1;1.91;12300
+76089;45.00177;3.55263;829;20220219;6.8;.7;3.8;3.4;4.9;0;1.47;12100
+76089;45.00177;3.55263;829;20220220;9.7;-.6;4.6;2.7;6.2;.2;1.22;9600
+76089;45.00177;3.55263;829;20220221;7.1;5.6;6.4;7;6.2;2;1.85;6200
+76089;45.00177;3.55263;829;20220222;8.9;1.2;5.1;4.5;6.3;.4;1.47;10800
+76089;45.00177;3.55263;829;20220223;10.6;3.6;7.1;1.6;7;0;1.18;8300
+76089;45.00177;3.55263;829;20220224;12.3;.3;6.3;3.5;6.5;.6;1.67;10400
+76089;45.00177;3.55263;829;20220225;5.5;.8;3.2;4.8;5;0;1.6;15100
+76089;45.00177;3.55263;829;20220226;7.2;-2.1;2.6;3;4.1;0;1.65;15500
+76089;45.00177;3.55263;829;20220227;10.6;-7;1.8;1.4;4;0;1.43;15700
+76089;45.00177;3.55263;829;20220228;11.8;-4.1;3.9;1.5;4.8;0;1.54;15700
+76089;45.00177;3.55263;829;20220301;14.7;-4.7;5;1.2;4.8;0;1.61;15000
+76089;45.00177;3.55263;829;20220302;11.8;-2.9;4.4;1.9;5.83;0;1.4;12486
+76089;45.00177;3.55263;829;20220303;12.5;2.1;7.3;1.2;7.5;0;1.37;12500
+76089;45.00177;3.55263;829;20220304;10.4;5.4;7.9;3.1;7.2;0;1.53;6700
+76089;45.00177;3.55263;829;20220305;8.7;-2.7;3;2.1;4.4;0;1.67;16600
+76089;45.00177;3.55263;829;20220306;6.5;-6.5;0;1.7;3.4;0;1.47;16700
+76089;45.00177;3.55263;829;20220307;9.8;-9.1;.4;1.4;3.4;0;1.57;17000
+76089;45.00177;3.55263;829;20220308;11.9;-7.7;2.1;2.1;4.8;0;1.76;16800
+76089;45.00177;3.55263;829;20220309;11.1;-4.3;3.4;1.8;5.8;0;1.49;14000
+76089;45.00177;3.55263;829;20220310;10.3;.6;5.5;2.8;6.8;.6;1.33;7800
+76089;45.00177;3.55263;829;20220311;7.6;4;5.8;5.4;6.7;.1;1.4;3600
+76089;45.00177;3.55263;829;20220312;6;3.7;4.9;5.2;6.1;0;1.36;2900
+76089;45.00177;3.55263;829;20220313;7.4;2.4;4.9;4;6;5.1;1.45;6300
+76089;45.00177;3.55263;829;20220314;9.6;-4;2.8;3.1;6.9;1.4;1.01;8000
+76089;45.00177;3.55263;829;20220315;11.6;6.9;9.3;5.4;8.4;0;1.84;7200
+76089;45.00177;3.55263;829;20220316;15.8;3.4;9.6;1.7;8.6;0;1.62;9100
+76089;45.00177;3.55263;829;20220317;9.4;5.7;7.6;2.6;9;1.8;.83;2300
+76089;45.00177;3.55263;829;20220318;5;3.8;4.4;1.7;8.2;.1;.48;1600
+76089;45.00177;3.55263;829;20220319;14.1;3.8;9;1.3;7.6;0;1.87;14100
+76089;45.00177;3.55263;829;20220320;8.7;.3;4.5;4.2;6.1;0;1.47;6600
+76089;45.00177;3.55263;829;20220321;10.9;4;7.5;4;5.4;0;2.64;16200
+76089;45.00177;3.55263;829;20220322;11.7;-2.2;4.8;3.8;4.2;0;2.77;19900
+76089;45.00177;3.55263;829;20220323;13.2;-4.8;4.2;2.8;3.7;0;2.76;20400
+76089;45.00177;3.55263;829;20220324;15.5;-4.3;5.6;2.5;4;0;2.94;20800
+76089;45.00177;3.55263;829;20220325;16.8;-3.8;6.5;2;4.5;0;2.79;19400
+76089;45.00177;3.55263;829;20220326;17.9;-2.6;7.7;1.6;5;0;2.74;19800
+76089;45.00177;3.55263;829;20220327;17.8;-1.7;8.1;1.7;4.7;0;2.91;20800
+76089;45.00177;3.55263;829;20220328;18.1;-1.2;8.5;2.4;4.7;0;3.2;19300
+76089;45.00177;3.55263;829;20220329;15.4;2.8;9.1;2.5;6;1.5;2.4;10700
+76089;45.00177;3.55263;829;20220330;11.2;5.4;8.3;1.8;8.1;2.8;1.4;7100
+76089;45.00177;3.55263;829;20220331;7;1.8;4.4;2.7;7.1;7;1;5700
+76089;45.00177;3.55263;829;20220401;.2;-2.2;-1;6;4.43;5.1;1.08;12200
+76089;45.00177;3.55263;829;20220402;-1.7;-3.8;-2.7;4.4;3.83;1.5;.82;6200
+76089;45.00177;3.55263;829;20220403;-.6;-4;-2.3;3.7;3.83;.7;.9;6800
+76089;45.00177;3.55263;829;20220404;6.9;-6.1;.4;1.6;4.4;0;1.96;22100
+76089;45.00177;3.55263;829;20220405;11.6;-5;3.3;1.9;6.1;0;1.88;16300
+76089;45.00177;3.55263;829;20220406;13;2.4;7.7;2.2;8.1;1.2;1.89;13100
+76089;45.00177;3.55263;829;20220407;12.4;5.9;9.2;5.3;8.4;5.9;2.21;11900
+76089;45.00177;3.55263;829;20220408;14.1;8;11.1;6.6;8.2;2;2.96;11700
+76089;45.00177;3.55263;829;20220409;7.9;1.4;4.7;5;4.7;.7;2.52;15700
+76089;45.00177;3.55263;829;20220410;14.1;-5.5;4.3;1.6;4.7;.2;2.79;24200
+76089;45.00177;3.55263;829;20220411;11.5;-.1;5.7;6.2;6.4;0;2.43;15900
+76089;45.00177;3.55263;829;20220412;13.3;6.9;10.1;5.8;5.7;0;3.21;6600
+76089;45.00177;3.55263;829;20220413;19.1;6.6;12.9;3;6.7;0;3.71;17800
+76089;45.00177;3.55263;829;20220414;18.8;4.3;11.6;2.1;9.4;0;3.05;20000
+76089;45.00177;3.55263;829;20220415;20.4;4.3;12.4;2;9.3;0;3.22;19700
+76089;45.00177;3.55263;829;20220416;19.5;4.1;11.8;3.7;7.6;0;3.97;21900
+76089;45.00177;3.55263;829;20220417;18.3;.1;9.2;2;6.7;0;3.58;25900
+76089;45.00177;3.55263;829;20220418;18.9;.1;9.5;2.2;5.7;0;3.77;24800
+76089;45.00177;3.55263;829;20220419;17;1.3;9.2;1.7;6.9;0;2.95;19900
+76089;45.00177;3.55263;829;20220420;13.8;3.8;8.8;1.3;8.8;4.7;1.58;8800
+76089;45.00177;3.55263;829;20220421;14.6;6.7;10.7;1.5;9.7;1.2;1.93;11200
+76089;45.00177;3.55263;829;20220422;17.7;1.3;9.5;1.8;7.9;1.6;2.99;20300
+76089;45.00177;3.55263;829;20220423;12.7;8.7;10.7;3.8;8.2;8.1;2.14;6300
+76089;45.00177;3.55263;829;20220424;12.4;2;7.2;2.8;8.4;6.5;1.69;10600
+76089;45.00177;3.55263;829;20220425;14.5;5.6;10.1;2.4;7.6;0;2.87;17800
+76089;45.00177;3.55263;829;20220426;17.4;2.2;9.8;1.9;7.8;0;3.21;22000
+76089;45.00177;3.55263;829;20220427;19.5;.9;10.2;1.7;7.7;0;3.71;26100
+76089;45.00177;3.55263;829;20220428;21.5;2.7;12.1;2;8.6;.8;3.73;22500
+76089;45.00177;3.55263;829;20220429;21.1;2.3;11.7;1.5;9.1;1.8;3.37;21400
+76089;45.00177;3.55263;829;20220430;15.7;8.3;12;1.6;9.7;.4;2.48;14500
+76089;45.00177;3.55263;829;20220501;16.6;.8;8.7;1.9;7.4;0;3.37;24900
+76089;45.00177;3.55263;829;20220502;17.8;1.4;9.6;1.8;7.4;1.2;3.65;26200
+76089;45.00177;3.55263;829;20220503;17.7;6.1;11.9;1.3;9.3;2.2;2.35;12700
+76089;45.00177;3.55263;829;20220504;17.7;2.7;10.2;1.2;9.9;5;2.62;17800
+76089;45.00177;3.55263;829;20220505;12.6;7.9;10.3;3.1;9.4;5.1;2.02;10500
+76089;45.00177;3.55263;829;20220506;12.9;6.5;9.7;4.9;9.4;.8;1.82;7600
+76089;45.00177;3.55263;829;20220507;18.2;6.7;12.5;4.4;8.9;0;4.17;24700
+76089;45.00177;3.55263;829;20220508;17;6.3;11.7;2.5;9.5;0;2.69;14500
+76089;45.00177;3.55263;829;20220509;20.9;4.4;12.7;1.6;9.6;0;3.52;21500
+76089;45.00177;3.55263;829;20220510;23.7;5.5;14.6;1.5;10.1;0;4.18;25000
+76089;45.00177;3.55263;829;20220511;24.7;6.8;15.8;2.4;10.5;0;5;28400
+76089;45.00177;3.55263;829;20220512;26.1;6.6;16.4;2.1;10.3;0;4.32;20700
+76089;45.00177;3.55263;829;20220513;21.9;6.3;14.1;1.3;11.3;2.6;3.37;20000
+76089;45.00177;3.55263;829;20220514;24.5;11.8;18.2;1.1;13.4;0;4.33;25100
+76089;45.00177;3.55263;829;20220515;23.9;10.2;17.1;3;11.4;.3;4.96;26100
+76089;45.00177;3.55263;829;20220516;25.6;9.1;17.4;2;9.9;0;4.6;22700
+76089;45.00177;3.55263;829;20220517;27.7;8;17.9;1.7;11.7;0;5.09;27600
+76089;45.00177;3.55263;829;20220518;27.5;10.3;18.9;2;12.8;.2;4.98;25400
+76089;45.00177;3.55263;829;20220519;26.4;12.7;19.6;3.4;11.8;0;5.71;26300
+76089;45.00177;3.55263;829;20220520;27.2;17.1;22.2;4.4;10.4;0;6.64;23800
+76089;45.00177;3.55263;829;20220521;30.9;9.6;20.3;1.6;12.5;0;5.29;25900
+76089;45.00177;3.55263;829;20220522;32.4;13.2;22.8;1.7;14.5;1.6;4.82;20000
+76089;45.00177;3.55263;829;20220523;21.3;14.6;18;2.6;13.3;3.3;3.92;19400
+76089;45.00177;3.55263;829;20220524;17.4;8.6;13;2.3;9.2;0;3.47;19600
+76089;45.00177;3.55263;829;20220525;17.8;8.1;13;3.4;8.9;0;3.6;18000
+76089;45.00177;3.55263;829;20220526;17.3;5.9;11.6;3.1;9.6;0;3.09;17400
+76089;45.00177;3.55263;829;20220527;23.4;8.6;16;2.3;11.2;0;4.72;26500
+76089;45.00177;3.55263;829;20220528;21.2;11;16.1;4.1;9.3;0;5.63;30100
+76089;45.00177;3.55263;829;20220529;18.2;5.9;12.1;3.4;6.7;0;4.92;29500
+76089;45.00177;3.55263;829;20220530;22.4;2;12.2;2.1;6.7;.9;4.77;27800
+76089;45.00177;3.55263;829;20220531;21.2;7.8;14.5;1.5;10.1;2.4;2.84;13000
+76089;45.00177;3.55263;829;20220601;24.9;5.8;15.4;1.5;12;3.8;4.02;22400
+76089;45.00177;3.55263;829;20220602;26.2;12.4;19.3;2;13.6;1.2;4.43;21200
+76089;45.00177;3.55263;829;20220603;28;12.9;20.5;2.6;13;1;5.7;27000
+76089;45.00177;3.55263;829;20220604;28.3;12.1;20.2;3.3;14;3.6;6.06;29000
+76089;45.00177;3.55263;829;20220605;23.1;14;18.6;3.1;13.8;0;5.32;29400
+76089;45.00177;3.55263;829;20220606;25.6;9.2;17.4;2.2;11.9;.5;4.9;25500
+76089;45.00177;3.55263;829;20220607;21.3;9.7;15.5;2.8;11;.1;4.74;27300
+76089;45.00177;3.55263;829;20220608;20;8.2;14.1;2;11.2;1.7;2.99;15200
+76089;45.00177;3.55263;829;20220609;17.8;8.8;13.3;5.6;9.5;0;4.32;23500
+76089;45.00177;3.55263;829;20220610;24.7;7.7;16.2;3;10.4;0;5.71;31400
+76089;45.00177;3.55263;829;20220611;28.8;7.2;18;1.9;10.1;0;5.94;31300
+76089;45.00177;3.55263;829;20220612;30.9;11;21;1.9;12.5;.2;5.22;22700
+76089;45.00177;3.55263;829;20220613;25.1;12.5;18.8;1.7;14.3;0;3.62;16800
+76089;45.00177;3.55263;829;20220614;32.1;6.8;19.5;1.5;9.5;.2;6.02;30300
+76089;45.00177;3.55263;829;20220615;33;15;24;2.7;13.2;.2;6.36;24300
+76089;45.00177;3.55263;829;20220616;31.4;13.8;22.6;2;14.5;0;5.88;26900
+76089;45.00177;3.55263;829;20220617;33.4;12.5;23;2.3;12.3;0;6.8;29800
+76089;45.00177;3.55263;829;20220618;33.2;12.9;23.1;3;11.2;0;7.38;30100
+76089;45.00177;3.55263;829;20220619;29.7;20.1;24.9;6.2;12.2;0;8.71;29700
+76089;45.00177;3.55263;829;20220620;29.3;17.5;23.4;4;10.6;0;7.64;30400
+76089;45.00177;3.55263;829;20220621;30.6;14.5;22.6;2.3;14.2;1.5;5.43;22600
+76089;45.00177;3.55263;829;20220622;26.9;16.3;21.6;3.4;15.8;14.9;4.88;19800
+76089;45.00177;3.55263;829;20220623;21.3;14.2;17.8;2;15.8;16.8;2.5;11000
+76089;45.00177;3.55263;829;20220624;20.9;11.7;16.3;2.4;12.9;3.2;3.49;17700
+76089;45.00177;3.55263;829;20220625;25.2;7.9;16.6;2.1;12.9;16.7;3.93;19400
+76089;45.00177;3.55263;829;20220626;22.5;13.1;17.8;2;15.4;2;3.08;14900
+76089;45.00177;3.55263;829;20220627;19.1;12.9;16;2.8;14.1;.7;2.57;11900
+76089;45.00177;3.55263;829;20220628;20.7;9.6;15.2;2.4;12.2;.1;3.62;19800
+76089;45.00177;3.55263;829;20220629;26.6;8.6;17.6;1.4;11.2;0;5.26;29700
+76089;45.00177;3.55263;829;20220630;24.8;14.1;19.5;2.2;13.1;3.2;4.38;20200
+76089;45.00177;3.55263;829;20220701;20.2;9.5;14.9;2.4;10.7;0;4.65;28300
+76089;45.00177;3.55263;829;20220702;29.3;5.9;17.6;1.7;10.1;0;5.81;31000
+76089;45.00177;3.55263;829;20220703;30.6;12.6;21.6;1.8;13.4;1.7;5.72;27400
+76089;45.00177;3.55263;829;20220704;26.6;13.7;20.2;1.8;15.7;3.3;3.93;18100
+76089;45.00177;3.55263;829;20220705;24.2;12.7;18.5;1.8;13.9;0;4.2;21700
+76089;45.00177;3.55263;829;20220706;24.3;10;17.2;2.4;10.7;0;5.48;30300
+76089;45.00177;3.55263;829;20220707;24.1;9;16.6;4.1;10.9;.1;5.69;29700
+76089;45.00177;3.55263;829;20220708;25.2;13.3;19.3;4.2;10.7;0;6.5;30700
+76089;45.00177;3.55263;829;20220709;27.1;8.4;17.8;2.3;10.2;.1;5.83;30600
+76089;45.00177;3.55263;829;20220710;26.6;11.4;19;2.6;11.3;0;5.96;30600
+76089;45.00177;3.55263;829;20220711;28.8;9;18.9;2;11;0;5.93;30800
+76089;45.00177;3.55263;829;20220712;29.3;10.7;20;2;11.6;0;5.9;29600
+76089;45.00177;3.55263;829;20220713;32.4;9.3;20.9;2.1;9.2;0;6.54;30100
+76089;45.00177;3.55263;829;20220714;33.7;12.7;23.2;1.9;11.4;0;6.56;30000
+76089;45.00177;3.55263;829;20220715;30.7;13.9;22.3;2.1;12.2;0;6.09;28200
+76089;45.00177;3.55263;829;20220716;30.2;11.5;20.9;2.3;11.1;0;6.28;29900
+76089;45.00177;3.55263;829;20220717;31.3;10.4;20.9;2.3;9.4;0;6.53;30100
+76089;45.00177;3.55263;829;20220718;34.9;11.3;23.1;1.7;11.1;3.4;6.44;29600
+76089;45.00177;3.55263;829;20220719;33;15.6;24.3;2.9;12.8;.2;6.94;28100
+76089;45.00177;3.55263;829;20220720;28.7;14.2;21.5;2.6;13.6;.2;5.69;26200
+76089;45.00177;3.55263;829;20220721;30.3;12.8;21.6;2;13.3;0;5.87;28600
+76089;45.00177;3.55263;829;20220722;34.7;12.1;23.4;1.7;13.3;2.2;5.43;22400
+76089;45.00177;3.55263;829;20220723;27.2;17.7;22.5;1.9;16.3;0;4.84;23100
+76089;45.00177;3.55263;829;20220724;33.4;10.8;22.1;1.8;12.7;.1;6.09;28700
+76089;45.00177;3.55263;829;20220725;30.6;15.2;22.9;2.2;13.3;.1;5.13;20600
+76089;45.00177;3.55263;829;20220726;25.6;14.6;20.1;3.4;11.9;0;5.98;28900
+76089;45.00177;3.55263;829;20220727;25.6;10.3;18;2.1;10.3;0;5.3;28500
+76089;45.00177;3.55263;829;20220728;28.9;7.6;18.3;1.4;10;0;4.58;22800
+76089;45.00177;3.55263;829;20220729;25.4;14.2;19.8;2;11.6;1;3.96;16200
+76089;45.00177;3.55263;829;20220730;27.4;10.6;19;2.2;10.7;0;5.09;24300
+76089;45.00177;3.55263;829;20220731;29.5;10.9;20.2;2;11.2;0;5.37;25600
+76089;45.00177;3.55263;829;20220801;31;12.2;21.6;2.2;11.7;0;5.79;26300
+76089;45.00177;3.55263;829;20220802;31.2;11.8;21.5;2.1;11.9;1.9;5.87;27700
+76089;45.00177;3.55263;829;20220803;34.9;13.3;24.1;1.8;11.4;0;5.93;25500
+76089;45.00177;3.55263;829;20220804;33.8;16.1;25;1.1;11.2;0;4.31;17900
+76089;45.00177;3.55263;829;20220805;31.9;16.7;24.3;1.5;13.3;4.2;4.26;16400
+76089;45.00177;3.55263;829;20220806;26.9;12.3;19.6;1.5;14.1;0;4.21;21800
+76089;45.00177;3.55263;829;20220807;27.1;9.6;18.4;2.1;10.7;0;5.16;27000
+76089;45.00177;3.55263;829;20220808;28.8;10.6;19.7;2.5;9.2;0;5.84;27600
+76089;45.00177;3.55263;829;20220809;30.4;9.7;20.1;2.2;8.5;0;5.8;26900
+76089;45.00177;3.55263;829;20220810;32;10.7;21.4;1.9;9.2;0;5.45;24000
+76089;45.00177;3.55263;829;20220811;33.6;12.5;23.1;2.4;9.4;0;6.37;26500
+76089;45.00177;3.55263;829;20220812;33.2;13.2;23.2;2.3;10;0;6.14;25900
+76089;45.00177;3.55263;829;20220813;33.5;12.3;22.9;2.2;10.1;13.8;5.97;25200
+76089;45.00177;3.55263;829;20220814;20.6;16.1;18.4;1.5;16.8;20.6;2.37;11700
+76089;45.00177;3.55263;829;20220815;24.4;12.8;18.6;2.7;13;.1;4.6;24200
+76089;45.00177;3.55263;829;20220816;28;10;19;1.8;13.4;6.3;4.02;19300
+76089;45.00177;3.55263;829;20220817;24.7;13.4;19.1;2;15.5;30.7;2.68;10600
+76089;45.00177;3.55263;829;20220818;19.5;9;14.3;2.8;13.6;7.2;2.15;11000
+76089;45.00177;3.55263;829;20220819;21.7;14.5;18.1;4.2;14.5;.4;3.54;16100
+76089;45.00177;3.55263;829;20220820;23.6;14.9;19.3;2.6;14.3;.2;3.95;19700
+76089;45.00177;3.55263;829;20220821;23.7;10.4;17.1;2.2;12.5;.1;4;22400
+76089;45.00177;3.55263;829;20220822;22.1;14.8;18.5;2.8;14.1;.2;3.25;14500
+76089;45.00177;3.55263;829;20220823;25.7;14.7;20.2;2.4;14.8;.1;4.22;21100
+76089;45.00177;3.55263;829;20220824;29.1;11.5;20.3;1.1;12.9;0;4.35;24600
+76089;45.00177;3.55263;829;20220825;29.8;12.5;21.2;2.3;14.7;3.8;4.35;18800
+76089;45.00177;3.55263;829;20220826;23.7;16;19.9;2.2;16.8;1.1;2.78;12200
+76089;45.00177;3.55263;829;20220827;21.7;14.5;18.1;1.7;15;.2;2.47;11600
+76089;45.00177;3.55263;829;20220828;26.5;9.5;18;1.5;13;.1;4.05;23600
+76089;45.00177;3.55263;829;20220829;29.4;10.7;20.1;1.1;13.5;.2;3.66;19200
+76089;45.00177;3.55263;829;20220830;26.1;15.5;20.8;2.1;15.8;.2;3.98;20400
+76089;45.00177;3.55263;829;20220831;24.2;11.9;18.1;2.1;14.4;.1;3.42;18400
+76089;45.00177;3.55263;829;20220901;25.3;10.1;17.7;1.3;13;0;3.44;19900
+76089;45.00177;3.55263;829;20220902;24.9;10.9;17.9;1.8;13.6;5.8;2.76;12000
+76089;45.00177;3.55263;829;20220903;23.1;11.3;17.2;1.5;14.5;4;2.76;15300
+76089;45.00177;3.55263;829;20220904;25.1;9.6;17.4;1.2;14.3;.2;3.09;18200
+76089;45.00177;3.55263;829;20220905;26.2;14;20.1;2.6;16;.2;3.83;19400
+76089;45.00177;3.55263;829;20220906;25.5;13.9;19.7;1.1;15.6;2.4;2.42;11300
+76089;45.00177;3.55263;829;20220907;23.9;12.3;18.1;1.6;15.3;7.1;2.57;13000
+76089;45.00177;3.55263;829;20220908;20.9;8.2;14.6;1.7;12.1;.1;2.93;19200
+76089;45.00177;3.55263;829;20220909;19.9;8.4;14.2;2.5;11;0;2.94;17400
+76089;45.00177;3.55263;829;20220910;19.7;8.4;14.1;2;10.6;0;2.98;19000
+76089;45.00177;3.55263;829;20220911;22.9;5.5;14.2;1.2;10.2;0;3.13;21400
+76089;45.00177;3.55263;829;20220912;30.5;7.3;18.9;1.4;12.4;0;3.8;20500
+76089;45.00177;3.55263;829;20220913;26.4;14.8;20.6;2.6;17.4;.3;3.08;13800
+76089;45.00177;3.55263;829;20220914;23.8;16.4;20.1;3.3;16.3;9.1;3.19;14200
+76089;45.00177;3.55263;829;20220915;22.4;11;16.7;2;14.3;1.3;2.71;15900
+76089;45.00177;3.55263;829;20220916;19.1;12.3;15.7;3.5;12.2;.2;2.83;14400
+76089;45.00177;3.55263;829;20220917;13.8;5.8;9.8;3.5;8.1;0;2.49;16700
+76089;45.00177;3.55263;829;20220918;18.1;1.3;9.7;1.8;6.7;0;2.79;20400
+76089;45.00177;3.55263;829;20220919;17.3;.2;8.8;1.8;7.3;0;2.56;20000
+76089;45.00177;3.55263;829;20220920;17.3;1.8;9.6;1.8;7;0;2.64;20000
+76089;45.00177;3.55263;829;20220921;16.8;1.8;9.3;2.1;7.2;0;2.59;19200
+76089;45.00177;3.55263;829;20220922;21.6;1;11.3;1.5;7.7;0;2.78;19400
+76089;45.00177;3.55263;829;20220923;19.6;4.8;12.2;1.1;10.3;14.7;1.85;11500
+76089;45.00177;3.55263;829;20220924;17.9;6;12;1.4;10.7;1.6;1.89;12900
+76089;45.00177;3.55263;829;20220925;13.9;8.9;11.4;1.8;10.6;1.2;1.37;7000
+76089;45.00177;3.55263;829;20220926;13.8;6.3;10.1;3;9.3;1.9;1.88;12700
+76089;45.00177;3.55263;829;20220927;12.4;7.3;9.9;4.2;9.3;0;1.8;11200
+76089;45.00177;3.55263;829;20220928;15.9;8.8;12.4;3.6;11.1;3.3;1.75;8000
+76089;45.00177;3.55263;829;20220929;12.6;7.9;10.3;3.3;8.8;.4;1.96;12300
+76089;45.00177;3.55263;829;20220930;11.5;4.9;8.2;2.4;7.9;.6;1.43;7500
+76089;45.00177;3.55263;829;20221001;16.1;.8;8.5;2.5;10;0;1.42;10000
+76089;45.00177;3.55263;829;20221002;19.4;10.8;15.1;2.9;12.4;0;2.45;15600
+76089;45.00177;3.55263;829;20221003;15.7;7.7;11.7;1.8;11.3;0;1.29;7000
+76089;45.00177;3.55263;829;20221004;23.9;6.5;15.2;1;10.9;.1;2.21;15600
+76089;45.00177;3.55263;829;20221005;23;4.8;13.9;1.7;10;.1;2.5;16700
+76089;45.00177;3.55263;829;20221006;18.3;5.8;12.1;1.1;11.4;0;1.39;9000
+76089;45.00177;3.55263;829;20221007;20.7;9.7;15.2;1.2;12.3;1.3;1.76;11000
+76089;45.00177;3.55263;829;20221008;13.4;11.5;12.5;1;12.8;4.5;.81;3000
+76089;45.00177;3.55263;829;20221009;18.1;3.8;11;.8;10.4;.2;1.3;9400
+76089;45.00177;3.55263;829;20221010;21.9;4.4;13.2;1.1;10.1;0;1.93;14900
+76089;45.00177;3.55263;829;20221011;19;5.6;12.3;1.1;11.4;1.2;1.53;11900
+76089;45.00177;3.55263;829;20221012;20.5;10.8;15.7;1.1;12.6;.2;1.68;11500
+76089;45.00177;3.55263;829;20221013;16.2;6.4;11.3;1.1;11.2;3.2;1.02;5500
+76089;45.00177;3.55263;829;20221014;18.1;9.8;14;2;12.8;.4;1.4;7700
+76089;45.00177;3.55263;829;20221015;22.4;9.3;15.9;1.9;11.5;0;2.07;11400
+76089;45.00177;3.55263;829;20221016;20;8.8;14.4;3;13.1;0;1.91;13300
+76089;45.00177;3.55263;829;20221017;18.4;14.2;16.3;3.2;13.2;.1;1.82;6200
+76089;45.00177;3.55263;829;20221018;23;9.1;16.1;1.5;12.4;.1;1.91;13300
+76089;45.00177;3.55263;829;20221019;24.1;6.9;15.5;1.3;11.7;6.8;1.76;10500
+76089;45.00177;3.55263;829;20221020;19.8;11.5;15.7;3.3;14.9;5.2;1.46;7000
+76089;45.00177;3.55263;829;20221021;20.4;14.1;17.3;3.3;13.9;0;1.96;7100
+76089;45.00177;3.55263;829;20221022;20.8;7.2;14;1.5;11.5;0;1.6;12100
+76089;45.00177;3.55263;829;20221023;19.8;11.9;15.9;5.6;14.2;0;1.9;6500
+76089;45.00177;3.55263;829;20221024;19.6;12.6;16.1;2;12.1;0;1.73;10100
+76089;45.00177;3.55263;829;20221025;20.5;4.4;12.5;1.4;10;0;1.44;9500
+76089;45.00177;3.55263;829;20221026;21.5;7.7;14.6;1.6;11.9;0;1.52;9900
+76089;45.00177;3.55263;829;20221027;24.9;8.1;16.5;1.3;12;0;1.63;9600
+76089;45.00177;3.55263;829;20221028;26.8;11.6;19.2;1.1;10.3;0;1.73;9000
+76089;45.00177;3.55263;829;20221029;23.6;9;16.3;2.2;8.4;0;2.32;8200
+76089;45.00177;3.55263;829;20221030;21.5;11.9;16.7;2.7;8.6;0;2.46;8000
+76089;45.00177;3.55263;829;20221031;18.8;10.3;14.6;3.5;11.6;4.8;1.81;8400
+76089;45.00177;3.55263;829;20221101;17;12;14.5;2.6;10.9;0;1.63;10300
+76089;45.00177;3.55263;829;20221102;14.4;3.4;8.9;1.1;7.9;0;.96;10100
+76089;45.00177;3.55263;829;20221103;13.8;1.5;7.7;3.3;8.4;.9;1.14;3000
+76089;45.00177;3.55263;829;20221104;7.8;1.7;4.8;3.3;7.5;9.7;.7;4500
+76089;45.00177;3.55263;829;20221105;7.6;3.5;5.6;3.3;6.7;0;1.02;8200
+76089;45.00177;3.55263;829;20221106;17.5;-2.3;7.6;1.4;5.8;0;1.26;8900
+76089;45.00177;3.55263;829;20221107;17.2;.2;8.7;1.7;7.5;0;1.2;10200
+76089;45.00177;3.55263;829;20221108;15.9;4.2;10.1;4.5;10.6;7.5;1.16;8700
+76089;45.00177;3.55263;829;20221109;14;10.1;12.1;1.4;11.8;3.2;.75;3500
+76089;45.00177;3.55263;829;20221110;10.7;8.2;9.5;1.7;9.3;.1;.8;5100
+76089;45.00177;3.55263;829;20221111;16.7;1;8.9;1.6;8.5;.1;.97;8600
+76089;45.00177;3.55263;829;20221112;18.6;2.4;10.5;1.3;8.7;0;.98;9300
+76089;45.00177;3.55263;829;20221113;13.5;3.8;8.7;1.5;9.3;0;.73;4500
+76089;45.00177;3.55263;829;20221114;13.2;7.4;10.3;2.6;9.9;4.2;.94;5100
+76089;45.00177;3.55263;829;20221115;12.5;7.8;10.2;2.9;10.7;4.6;.78;2700
+76089;45.00177;3.55263;829;20221116;12.5;4.2;8.4;2.2;8.5;.4;.81;8100
+76089;45.00177;3.55263;829;20221117;13.4;6.3;9.9;4.7;9;5.1;1.37;4900
+76089;45.00177;3.55263;829;20221118;8.2;3.9;6.1;3.5;7.2;.5;.88;5700
+76089;45.00177;3.55263;829;20221119;6.5;-.4;3.1;2.5;6.5;1;.54;5500
+76089;45.00177;3.55263;829;20221120;7.1;.1;3.6;2;6.1;0;.58;7600
+76089;45.00177;3.55263;829;20221121;8;-.4;3.8;3.2;6.8;3.9;.72;1500
+76089;45.00177;3.55263;829;20221122;7.2;1.6;4.4;4;6.2;1.2;.93;5600
+76089;45.00177;3.55263;829;20221123;11.8;1.6;6.7;2.2;7.4;2;.81;5300
+76089;45.00177;3.55263;829;20221124;10.3;-1;4.7;1.5;6.8;.1;.5;7700
+76089;45.00177;3.55263;829;20221125;7.4;2.5;5;2;7.8;6.1;.51;1800
+76089;45.00177;3.55263;829;20221126;7;2.9;5;1.8;6.6;0;.57;5500
+76089;45.00177;3.55263;829;20221127;11.7;-2.7;4.5;1.4;5.9;1.8;.65;6200
+76089;45.00177;3.55263;829;20221128;7.6;4.5;6.1;2.1;8;2.2;.58;2300
+76089;45.00177;3.55263;829;20221129;5;2.4;3.7;3;6.7;1.3;.57;3200
+76089;45.00177;3.55263;829;20221130;4.8;1.8;3.3;2.1;6.7;.8;.52;1400
+76089;45.00177;3.55263;829;20221201;2.5;1.6;2.1;2.6;6.2;.4;.51;600
+76089;45.00177;3.55263;829;20221202;1.8;-.6;.6;1.4;5.4;2.4;.45;1400
+76089;45.00177;3.55263;829;20221203;2.1;-.5;.8;1;6;8.2;.35;1600
+76089;45.00177;3.55263;829;20221204;2.4;.2;1.3;1.1;6;4.4;.39;1400
+76089;45.00177;3.55263;829;20221205;4;-7.4;-1.7;1;4.3;0;.17;8600
+76089;45.00177;3.55263;829;20221206;3.3;-8.7;-2.7;.8;3.9;.1;.16;7900
+76089;45.00177;3.55263;829;20221207;-1.4;-5.3;-3.3;1.2;4.7;0;.27;1000
+76089;45.00177;3.55263;829;20221208;1.2;-4.8;-1.8;1;5.2;4.4;.23;3200
+76089;45.00177;3.55263;829;20221209;4.9;.7;2.8;.9;7;1.6;.34;2100
+76089;45.00177;3.55263;829;20221210;-1.6;-2.1;-1.8;2.9;4.7;0;.38;2000
+76089;45.00177;3.55263;829;20221211;-.7;-10.3;-5.5;1;3.2;0;.17;7000
+76089;45.00177;3.55263;829;20221212;-.2;-8.9;-4.5;1.2;4;7.9;.2;4400
+76089;45.00177;3.55263;829;20221213;9.3;-2.1;3.6;1.2;6.5;.7;.34;5700
+76089;45.00177;3.55263;829;20221214;11.1;2.3;6.7;2;8;.4;.58;4000
+76089;45.00177;3.55263;829;20221215;3.8;-1.3;1.3;1.3;6.6;19.5;.35;200
+76089;45.00177;3.55263;829;20221216;1.3;.9;1.1;1.2;5.8;.1;.41;1000
+76089;45.00177;3.55263;829;20221217;1;-7.9;-3.4;1;3.6;0;.21;6100
+76089;45.00177;3.55263;829;20221218;7.1;-9.6;-1.2;3.1;5.1;0;.47;6200
+76089;45.00177;3.55263;829;20221219;10.3;5.4;7.9;5.5;8.8;0;.94;1900
+76089;45.00177;3.55263;829;20221220;11.5;8.7;10.1;6.4;9.5;1.4;1.23;4400
+76089;45.00177;3.55263;829;20221221;12.1;8.8;10.5;2.8;9.3;.2;.78;6100
+76089;45.00177;3.55263;829;20221222;11.5;4.6;8.1;2.6;8.9;2.4;.71;2600
+76089;45.00177;3.55263;829;20221223;14.1;9.9;12;2.7;10.8;.5;.93;2800
+76089;45.00177;3.55263;829;20221224;14.6;9;11.8;1.4;9.6;0;.61;5500
+76089;45.00177;3.55263;829;20221225;14.7;0;7.4;1.5;7.6;0;.59;6000
+76089;45.00177;3.55263;829;20221226;14;3.7;8.9;2.3;8.5;.2;.79;5000
+76089;45.00177;3.55263;829;20221227;8.9;-.3;4.3;1.2;6.7;0;.28;6500
+76089;45.00177;3.55263;829;20221228;12.5;-3.7;4.4;1.7;6.3;0;.64;5400
+76089;45.00177;3.55263;829;20221229;10.6;2.1;6.4;2.1;8;3.3;.66;1800
+76089;45.00177;3.55263;829;20221230;11.9;.7;6.3;1.9;8.3;.4;.64;1700
+76089;45.00177;3.55263;829;20221231;12.9;7.9;10.4;3.6;9.6;0;.93;5500
+76090;45.02073;3.86835;747;20220101;18.9;7;12.9;1.4;6.12;0;1.02;5712
+76090;45.02073;3.86835;747;20220102;14.7;4.3;9.5;2.6;6.62;0;1.27;5402
+76090;45.02073;3.86835;747;20220103;11.8;5.9;8.9;2.6;8.18;0;.92;3703
+76090;45.02073;3.86835;747;20220104;12.1;7.8;10;4.8;8.25;6.2;1.59;3173
+76090;45.02073;3.86835;747;20220105;.7;1.1;.9;5.8;5.15;1.1;.72;0
+76090;45.02073;3.86835;747;20220106;1;-1;0;4.5;4.41;0;.8;2379
+76090;45.02073;3.86835;747;20220107;3.1;-3.5;-.2;2.9;4.74;5.8;.53;4497
+76090;45.02073;3.86835;747;20220108;4.8;.6;2.7;3.1;6.88;2.1;.35;3169
+76090;45.02073;3.86835;747;20220109;4.2;2.2;3.2;3.5;5.91;4.8;.73;2528
+76090;45.02073;3.86835;747;20220110;3.5;.8;2.1;3.3;5.71;.3;.56;3691
+76090;45.02073;3.86835;747;20220111;1.7;-3.9;-1.1;3.4;4.84;0;.37;4503
+76090;45.02073;3.86835;747;20220112;.4;-4.5;-2.1;2.9;4.28;0;.43;4326
+76090;45.02073;3.86835;747;20220113;4.4;-4.4;0;1.5;3.98;0;.54;5406
+76090;45.02073;3.86835;747;20220114;11.5;-4.7;3.4;1.6;3.81;0;.84;7385
+76090;45.02073;3.86835;747;20220115;11.7;-2.3;4.7;1.2;3.38;0;.81;6892
+76090;45.02073;3.86835;747;20220116;8.7;-2.2;3.2;2.2;3.68;0;1.13;6286
+76090;45.02073;3.86835;747;20220117;4.1;-1.4;1.4;3.1;5.84;0;.55;3852
+76090;45.02073;3.86835;747;20220118;2.2;-.7;.8;2;5.41;0;.44;3017
+76090;45.02073;3.86835;747;20220119;4.3;-2.2;1;2.3;5.28;.1;.56;4081
+76090;45.02073;3.86835;747;20220120;2.4;-.2;1.1;3.8;5.54;.3;.56;2842
+76090;45.02073;3.86835;747;20220121;1;-2.1;-.6;6;3.91;0;1.01;4666
+76090;45.02073;3.86835;747;20220122;1.1;-4.4;-1.7;3;4.61;0;.46;3671
+76090;45.02073;3.86835;747;20220123;2.1;-1.5;.3;1.8;5.21;0;.47;3628
+76090;45.02073;3.86835;747;20220124;11.2;-6.1;2.5;1.7;4.81;0;.78;8656
+76090;45.02073;3.86835;747;20220125;11.5;-1.6;4.9;1.6;4.21;0;1.01;7541
+76090;45.02073;3.86835;747;20220126;9.6;-1.5;4.1;2.4;3.98;0;1.34;7095
+76090;45.02073;3.86835;747;20220127;9.9;-3.1;3.4;2.6;3.41;0;1.46;7702
+76090;45.02073;3.86835;747;20220128;4;-3.9;0;3.3;4.94;0;.72;5837
+76090;45.02073;3.86835;747;20220129;6.7;-4.4;1.1;3;5.08;.1;.89;6805
+76090;45.02073;3.86835;747;20220130;6;.7;3.3;3.4;6.88;0;.55;4450
+76090;45.02073;3.86835;747;20220131;5.3;1.2;3.3;4.8;6.08;1.3;.85;4226
+76090;45.02073;3.86835;747;20220201;2.9;-1.9;.5;4.1;5.34;.4;.58;4893
+76090;45.02073;3.86835;747;20220202;7.9;2.5;5.2;3.4;7.88;.2;.61;4992
+76090;45.02073;3.86835;747;20220203;13.8;1.3;7.5;2;6.41;0;1.18;7221
+76090;45.02073;3.86835;747;20220204;8.3;.1;4.2;1.8;6.68;.3;.7;6292
+76090;45.02073;3.86835;747;20220205;6.5;3;4.7;2.8;5.88;.2;1.02;5783
+76090;45.02073;3.86835;747;20220206;6.1;-2.6;1.7;3.5;5.64;1.6;.79;6799
+76090;45.02073;3.86835;747;20220207;6.2;4.6;5.4;5.1;6.01;1;1.36;5034
+76090;45.02073;3.86835;747;20220208;10.4;-2.3;4;2.1;4.58;0;1.24;9179
+76090;45.02073;3.86835;747;20220209;14;-.8;6.6;2.1;5.34;0;1.45;9330
+76090;45.02073;3.86835;747;20220210;10.4;.4;5.4;1.5;5.72;.2;1.23;11300
+76090;45.02073;3.86835;747;20220211;6.1;3.8;5;2.5;5.62;.6;1.07;7400
+76090;45.02073;3.86835;747;20220212;9.3;-4.4;2.5;2.5;5.28;0;1.2;10218
+76090;45.02073;3.86835;747;20220213;9;2.1;5.6;5.4;6.62;1.5;1.33;12300
+76090;45.02073;3.86835;747;20220214;6.6;4.6;5.6;2.8;6.72;6.6;.94;4300
+76090;45.02073;3.86835;747;20220215;6;1.5;3.8;3.4;5.82;3;1.01;7900
+76090;45.02073;3.86835;747;20220216;10.7;1.9;6.3;3.1;8.58;2.2;.84;7024
+76090;45.02073;3.86835;747;20220217;14.2;8.6;11.4;3.7;9.45;.8;1.52;6465
+76090;45.02073;3.86835;747;20220218;17.4;4.8;11.1;3.1;8.64;0;1.94;10017
+76090;45.02073;3.86835;747;20220219;7;2;4.5;3.1;4.98;0;1.42;7937
+76090;45.02073;3.86835;747;20220220;10.7;.7;5.7;2.9;6.21;.1;1.39;9269
+76090;45.02073;3.86835;747;20220221;7.6;6.1;6.8;4.9;6.31;2.7;1.58;4174
+76090;45.02073;3.86835;747;20220222;8.8;2.1;5.4;3.9;6.81;.3;1.22;8500
+76090;45.02073;3.86835;747;20220223;10.4;4.2;7.3;2.4;7.61;0;1.14;7523
+76090;45.02073;3.86835;747;20220224;11.7;3.1;7.4;3.8;7.14;.5;1.58;8522
+76090;45.02073;3.86835;747;20220225;5.6;1.4;3.5;4.7;4.98;0;1.5;9063
+76090;45.02073;3.86835;747;20220226;6.9;-.7;3.1;3.4;4.31;0;1.58;10535
+76090;45.02073;3.86835;747;20220227;10.1;-3.3;3.4;1.7;4.71;0;1.37;12173
+76090;45.02073;3.86835;747;20220228;10.8;-.9;5;2;5.64;0;1.41;11742
+76090;45.02073;3.86835;747;20220301;13.4;-1.1;6.2;2.1;5.58;0;1.67;12278
+76090;45.02073;3.86835;747;20220302;10.6;.9;5.8;2.2;6.72;0;1.3;10434
+76090;45.02073;3.86835;747;20220303;11.9;3.2;7.6;1.9;8.31;0;1.22;10328
+76090;45.02073;3.86835;747;20220304;11;5.4;8.2;3.4;7.08;0;1.66;7764
+76090;45.02073;3.86835;747;20220305;8.9;-.3;4.3;2.6;4.24;0;1.8;11998
+76090;45.02073;3.86835;747;20220306;6.3;-3.6;1.4;2.3;3.41;0;1.57;12089
+76090;45.02073;3.86835;747;20220307;8.5;-5.5;1.5;1.7;3.64;0;1.48;13437
+76090;45.02073;3.86835;747;20220308;9.6;-3.6;3;2.4;5.21;0;1.54;12613
+76090;45.02073;3.86835;747;20220309;10.8;-.7;5;2.4;6.68;0;1.47;11834
+76090;45.02073;3.86835;747;20220310;10;2.7;6.3;3.6;7.38;.8;1.36;8338
+76090;45.02073;3.86835;747;20220311;7.7;4.9;6.3;6.5;6.94;0;1.47;4768
+76090;45.02073;3.86835;747;20220312;6.9;3.5;5.2;5.1;6.54;0;1.34;5899
+76090;45.02073;3.86835;747;20220313;6.9;3.3;5.1;5;6.64;12.1;1.26;6155
+76090;45.02073;3.86835;747;20220314;10.2;-.7;4.8;3.1;7.71;1.2;1.17;10421
+76090;45.02073;3.86835;747;20220315;12;7.7;9.9;6.2;8.44;0;2.03;7377
+76090;45.02073;3.86835;747;20220316;15.3;6.3;10.8;2.5;8.74;0;1.89;9767
+76090;45.02073;3.86835;747;20220317;9.9;7.7;8.8;3.1;9.14;1.5;1.07;3558
+76090;45.02073;3.86835;747;20220318;5.5;4.3;4.9;1.7;8.22;0;.48;1600
+76090;45.02073;3.86835;747;20220319;14.6;4.3;9.5;1.3;7.62;0;1.87;14100
+76090;45.02073;3.86835;747;20220320;9.2;.8;5;4.2;6.12;0;1.47;6600
+76090;45.02073;3.86835;747;20220321;11.4;4.5;8;4;5.42;0;2.64;16200
+76090;45.02073;3.86835;747;20220322;12.2;-1.7;5.3;3.8;4.22;0;2.77;19900
+76090;45.02073;3.86835;747;20220323;13.7;-4.3;4.7;2.8;3.72;0;2.76;20400
+76090;45.02073;3.86835;747;20220324;16;-3.8;6.1;2.5;4.02;0;2.94;20800
+76090;45.02073;3.86835;747;20220325;17.3;-3.3;7;2;4.52;0;2.79;19400
+76090;45.02073;3.86835;747;20220326;18.4;-2.1;8.2;1.6;5.02;0;2.74;19800
+76090;45.02073;3.86835;747;20220327;18.3;-1.2;8.6;1.7;4.72;0;2.91;20800
+76090;45.02073;3.86835;747;20220328;18.6;-.7;9;2.4;4.72;0;3.2;19300
+76090;45.02073;3.86835;747;20220329;15.9;3.3;9.6;2.5;6.02;1.9;2.4;10700
+76090;45.02073;3.86835;747;20220330;11.7;5.9;8.8;1.8;8.12;2.4;1.4;7100
+76090;45.02073;3.86835;747;20220331;7.5;2.3;4.9;2.7;7.12;3.4;1;5700
+76090;45.02073;3.86835;747;20220401;1.5;-1.1;.2;3.9;5.03;3.9;1.05;9100
+76090;45.02073;3.86835;747;20220402;.6;-2.7;-1.1;4.4;4.39;1.5;1.53;9685
+76090;45.02073;3.86835;747;20220403;1.9;-2.8;-.4;4.9;4.41;.2;1.65;9811
+76090;45.02073;3.86835;747;20220404;7.4;-5.6;.9;1.6;4.42;0;1.96;22100
+76090;45.02073;3.86835;747;20220405;12.1;-4.5;3.8;1.9;6.12;0;1.88;16300
+76090;45.02073;3.86835;747;20220406;13.5;2.9;8.2;2.2;8.12;1.5;1.89;13100
+76090;45.02073;3.86835;747;20220407;12.9;6.4;9.7;5.3;8.42;.9;2.21;11900
+76090;45.02073;3.86835;747;20220408;14.6;8.5;11.6;6.6;8.22;1.2;2.96;11700
+76090;45.02073;3.86835;747;20220409;8.4;1.9;5.2;5;4.72;0;2.52;15700
+76090;45.02073;3.86835;747;20220410;14.6;-5;4.8;1.6;4.72;0;2.79;24200
+76090;45.02073;3.86835;747;20220411;12;.4;6.2;6.2;6.42;0;2.43;15900
+76090;45.02073;3.86835;747;20220412;13.8;7.4;10.6;5.8;5.72;0;3.21;6600
+76090;45.02073;3.86835;747;20220413;19.6;7.1;13.4;3;6.72;0;3.71;17800
+76090;45.02073;3.86835;747;20220414;19.3;4.8;12.1;2.1;9.42;0;3.05;20000
+76090;45.02073;3.86835;747;20220415;20.9;4.8;12.9;2;9.32;0;3.22;19700
+76090;45.02073;3.86835;747;20220416;20;4.6;12.3;3.7;7.62;0;3.97;21900
+76090;45.02073;3.86835;747;20220417;18.8;.6;9.7;2;6.72;0;3.58;25900
+76090;45.02073;3.86835;747;20220418;19.4;.6;10;2.2;5.72;0;3.77;24800
+76090;45.02073;3.86835;747;20220419;17.5;1.8;9.7;1.7;6.92;0;2.95;19900
+76090;45.02073;3.86835;747;20220420;14.3;4.3;9.3;1.3;8.82;5.1;1.58;8800
+76090;45.02073;3.86835;747;20220421;15.1;7.2;11.2;1.5;9.72;1;1.93;11200
+76090;45.02073;3.86835;747;20220422;18.2;1.8;10;1.8;7.92;0;2.99;20300
+76090;45.02073;3.86835;747;20220423;13.2;9.2;11.2;3.8;8.22;8.7;2.14;6300
+76090;45.02073;3.86835;747;20220424;12.9;2.5;7.7;2.8;8.42;5.2;1.69;10600
+76090;45.02073;3.86835;747;20220425;15;6.1;10.6;2.4;7.62;0;2.87;17800
+76090;45.02073;3.86835;747;20220426;17.9;2.7;10.3;1.9;7.82;0;3.21;22000
+76090;45.02073;3.86835;747;20220427;20;1.4;10.7;1.7;7.72;0;3.71;26100
+76090;45.02073;3.86835;747;20220428;22;3.2;12.6;2;8.62;.5;3.73;22500
+76090;45.02073;3.86835;747;20220429;21.6;2.8;12.2;1.5;9.12;2.2;3.37;21400
+76090;45.02073;3.86835;747;20220430;16.2;8.8;12.5;1.6;9.72;.8;2.48;14500
+76090;45.02073;3.86835;747;20220501;17.1;1.3;9.2;1.9;7.42;0;3.37;24900
+76090;45.02073;3.86835;747;20220502;18.3;1.9;10.1;1.8;7.42;.7;3.65;26200
+76090;45.02073;3.86835;747;20220503;18.2;6.6;12.4;1.3;9.32;1.1;2.35;12700
+76090;45.02073;3.86835;747;20220504;18.2;3.2;10.7;1.2;9.92;5.2;2.62;17800
+76090;45.02073;3.86835;747;20220505;13.1;8.4;10.8;3.1;9.42;3.3;2.02;10500
+76090;45.02073;3.86835;747;20220506;13.3;7.8;10.5;4.3;9.64;.3;2.11;11259
+76090;45.02073;3.86835;747;20220507;18.3;8.4;13.3;3.7;9.31;0;3.7;20109
+76090;45.02073;3.86835;747;20220508;18.1;8.5;13.3;3;9.94;0;3.18;16710
+76090;45.02073;3.86835;747;20220509;21.2;7.9;14.5;1.8;10.31;.1;3.62;20625
+76090;45.02073;3.86835;747;20220510;24.2;9.3;16.7;1.8;11.18;.1;4.22;22808
+76090;45.02073;3.86835;747;20220511;24.5;10.4;17.5;2.8;11.04;0;4.74;23363
+76090;45.02073;3.86835;747;20220512;24.6;10.2;17.4;2.3;10.58;0;4.34;20621
+76090;45.02073;3.86835;747;20220513;22.1;9.3;15.7;1.7;11.88;2.9;3.61;20376
+76090;45.02073;3.86835;747;20220514;24.4;12.8;18.6;1.6;13.68;0;4.07;21972
+76090;45.02073;3.86835;747;20220515;23.8;11.8;17.8;2.9;11.88;.6;4.53;22273
+76090;45.02073;3.86835;747;20220516;25.4;11.1;18.3;2.2;9.84;0;4.75;22510
+76090;45.02073;3.86835;747;20220517;27.9;11.8;19.9;1.8;12.44;0;4.93;24747
+76090;45.02073;3.86835;747;20220518;27.7;14.6;21.1;2.3;13.28;.1;4.91;21973
+76090;45.02073;3.86835;747;20220519;26.2;15.4;20.8;3.9;12.44;0;5.43;21252
+76090;45.02073;3.86835;747;20220520;26.3;17.2;21.7;4.5;10.88;0;6.05;20199
+76090;45.02073;3.86835;747;20220521;30;13;21.5;1.4;13.71;0;5.01;24732
+76090;45.02073;3.86835;747;20220522;30.8;15.6;23.2;1.8;15.44;1.9;4.92;21783
+76090;45.02073;3.86835;747;20220523;21.6;16.2;18.9;3;13.41;1.2;3.72;15639
+76090;45.02073;3.86835;747;20220524;18.1;10.5;14.3;2.9;9.58;0;3.54;17710
+76090;45.02073;3.86835;747;20220525;18.8;9.2;14;3.8;9.14;0;3.93;19198
+76090;45.02073;3.86835;747;20220526;18.9;8.2;13.5;3.1;9.84;0;3.68;19454
+76090;45.02073;3.86835;747;20220527;22.9;10.5;16.7;3.2;11.64;0;4.49;23058
+76090;45.02073;3.86835;747;20220528;21.2;11.1;16.2;4.6;9.61;0;5.03;23691
+76090;45.02073;3.86835;747;20220529;18.2;7.4;12.8;3.9;6.94;0;4.56;23423
+76090;45.02073;3.86835;747;20220530;21.5;5.3;13.4;2;7.24;.4;4.45;25282
+76090;45.02073;3.86835;747;20220531;20.4;10.3;15.4;1.7;11.11;3.5;3.25;16651
+76090;45.02073;3.86835;747;20220601;25.4;9.2;17.3;1.9;12.81;3.9;4.44;24044
+76090;45.02073;3.86835;747;20220602;26.7;13.7;20.2;2.2;13.42;1.6;4.74;23002
+76090;45.02073;3.86835;747;20220603;27.9;15.4;21.7;2.6;13.02;1.4;5.7;27000
+76090;45.02073;3.86835;747;20220604;28.7;14.8;21.8;3.1;14.44;2.1;5.71;25089
+76090;45.02073;3.86835;747;20220605;24.3;16;20.1;2.6;14.41;.7;4.55;22070
+76090;45.02073;3.86835;747;20220606;26;12;19;2;12.94;.3;4.77;24095
+76090;45.02073;3.86835;747;20220607;22.8;11.6;17.2;2.5;11.61;.1;4.52;23730
+76090;45.02073;3.86835;747;20220608;20;10.9;15.5;2.4;11.44;2.6;3.36;16913
+76090;45.02073;3.86835;747;20220609;18.7;10.4;14.5;4.4;9.94;0;4.07;20282
+76090;45.02073;3.86835;747;20220610;24.3;9.6;16.9;3.3;10.18;0;5.35;26603
+76090;45.02073;3.86835;747;20220611;28.8;11.2;20;2.5;10.08;0;6.06;27666
+76090;45.02073;3.86835;747;20220612;31.4;15.1;23.2;2.1;11.88;1;5.8;24187
+76090;45.02073;3.86835;747;20220613;25.5;15.2;20.4;2.4;14.34;0;4.28;18717
+76090;45.02073;3.86835;747;20220614;31.5;10.8;21.2;1.9;9.71;.1;6.15;28904
+76090;45.02073;3.86835;747;20220615;32.5;17.7;25.1;2.6;13.61;.2;6.29;23947
+76090;45.02073;3.86835;747;20220616;31.7;17.8;24.7;2.4;15.31;0;5.91;24220
+76090;45.02073;3.86835;747;20220617;33.1;16.8;24.9;2.8;12.34;0;6.85;26250
+76090;45.02073;3.86835;747;20220618;33;17.4;25.2;3.6;11.94;0;7.34;25633
+76090;45.02073;3.86835;747;20220619;29.9;20.7;25.3;6.2;12.58;0;8.01;23200
+76090;45.02073;3.86835;747;20220620;30.1;17.9;24;4;11.24;0;7.15;25742
+76090;45.02073;3.86835;747;20220621;29.5;16.7;23.1;3.2;14.88;.9;5.64;21982
+76090;45.02073;3.86835;747;20220622;26.1;17.3;21.7;3.9;17.01;6.7;4.57;18760
+76090;45.02073;3.86835;747;20220623;22.3;15.5;18.9;2;15.82;13.7;2.5;11000
+76090;45.02073;3.86835;747;20220624;20.8;13.9;17.4;2.3;13.91;1.8;3.28;16237
+76090;45.02073;3.86835;747;20220625;25.1;11.5;18.3;2.5;13.18;13.7;4.41;21307
+76090;45.02073;3.86835;747;20220626;21.8;13.7;17.8;2.1;15.81;4.1;3.12;16115
+76090;45.02073;3.86835;747;20220627;20.7;14;17.3;2.8;14.64;.6;3.18;15654
+76090;45.02073;3.86835;747;20220628;21.8;11.3;16.6;3.1;12.84;.2;4.02;20666
+76090;45.02073;3.86835;747;20220629;26.7;12;19.3;1.9;12.21;0;5.07;25671
+76090;45.02073;3.86835;747;20220630;25.4;15.2;20.3;2.3;13.51;13.9;4.53;20527
+76090;45.02073;3.86835;747;20220701;20.1;9.8;15;2.8;11.11;.1;4.08;23503
+76090;45.02073;3.86835;747;20220702;28.9;9.3;19.1;2;10.84;0;5.67;28576
+76090;45.02073;3.86835;747;20220703;30.3;16;23.1;1.6;13.84;3.8;5.25;24424
+76090;45.02073;3.86835;747;20220704;26.7;15.9;21.3;2;15.84;3.1;4.27;19580
+76090;45.02073;3.86835;747;20220705;24.5;14.3;19.4;2.4;13.71;0;4.37;20641
+76090;45.02073;3.86835;747;20220706;24.1;13.1;18.6;3.6;10.98;0;5.25;23188
+76090;45.02073;3.86835;747;20220707;24.1;11.4;17.7;4.1;11.18;0;5.28;24523
+76090;45.02073;3.86835;747;20220708;24.1;13.5;18.8;4.4;11.71;0;5.37;23970
+76090;45.02073;3.86835;747;20220709;26.6;12.3;19.5;2.9;11.04;0;5.54;25051
+76090;45.02073;3.86835;747;20220710;26;14.5;20.3;3.3;11.78;0;5.47;23303
+76090;45.02073;3.86835;747;20220711;27.9;12.3;20.1;2.6;11.68;0;5.6;25965
+76090;45.02073;3.86835;747;20220712;29;14.4;21.7;2.5;12.14;0;5.68;24892
+76090;45.02073;3.86835;747;20220713;31.7;14;22.9;2.2;10.01;0;6.22;26442
+76090;45.02073;3.86835;747;20220714;33.9;16.7;25.3;1.9;12.71;0;6.26;26649
+76090;45.02073;3.86835;747;20220715;30.2;17.7;23.9;2.5;12.81;0;5.75;22886
+76090;45.02073;3.86835;747;20220716;29.6;15.2;22.4;3;10.98;0;6.17;24619
+76090;45.02073;3.86835;747;20220717;31.1;14.5;22.8;2.6;9.78;0;6.42;26037
+76090;45.02073;3.86835;747;20220718;34.9;16.2;25.5;2.2;11.74;.8;6.61;26691
+76090;45.02073;3.86835;747;20220719;33.5;19.6;26.5;3.2;13.54;.1;6.87;23982
+76090;45.02073;3.86835;747;20220720;30.2;17.9;24.1;2.9;14.94;0;5.72;22708
+76090;45.02073;3.86835;747;20220721;30;15.1;22.5;2.4;14.31;0;5.58;25013
+76090;45.02073;3.86835;747;20220722;34.5;16.1;25.3;2;13.81;4.8;5.95;24141
+76090;45.02073;3.86835;747;20220723;27.1;18.4;22.7;2.3;17.08;0;4.43;19651
+76090;45.02073;3.86835;747;20220724;32.9;14.1;23.5;2.2;13.88;0;6.04;26583
+76090;45.02073;3.86835;747;20220725;31.3;18.9;25.1;2.7;14.21;0;5.65;20363
+76090;45.02073;3.86835;747;20220726;25.4;15.7;20.5;3.6;13.01;0;5.12;22062
+76090;45.02073;3.86835;747;20220727;25.5;12.8;19.1;2.9;10.81;0;5.13;23336
+76090;45.02073;3.86835;747;20220728;29.4;11.7;20.6;1.8;10.61;0;5.12;23818
+76090;45.02073;3.86835;747;20220729;25.2;16;20.6;1.9;12.91;1.1;3.92;16728
+76090;45.02073;3.86835;747;20220730;27.5;13.9;20.7;2.7;11.34;0;5.22;22036
+76090;45.02073;3.86835;747;20220731;29.7;15.3;22.5;2.8;11.81;0;5.67;22558
+76090;45.02073;3.86835;747;20220801;31.1;16.1;23.6;2.7;12.34;0;5.88;23186
+76090;45.02073;3.86835;747;20220802;31.1;15.7;23.4;2.4;12.98;.8;5.68;23799
+76090;45.02073;3.86835;747;20220803;34.3;16.8;25.5;2;12.31;0;5.88;24084
+76090;45.02073;3.86835;747;20220804;33.9;19.3;26.6;2;11.74;.1;5.51;20177
+76090;45.02073;3.86835;747;20220805;32.2;19.3;25.8;2.2;13.74;2.2;5.21;18932
+76090;45.02073;3.86835;747;20220806;27.3;14.6;21;2.5;14.94;0;4.52;20697
+76090;45.02073;3.86835;747;20220807;27.4;13;20.2;2.6;11.51;0;5.1;22880
+76090;45.02073;3.86835;747;20220808;28.9;14;21.4;2.8;10.11;0;5.63;23158
+76090;45.02073;3.86835;747;20220809;30.5;14.4;22.4;2.2;9.38;0;5.56;23201
+76090;45.02073;3.86835;747;20220810;32.1;15.8;24;1.8;10.18;0;5.26;22047
+76090;45.02073;3.86835;747;20220811;33;16.4;24.7;2;11.21;0;5.61;23141
+76090;45.02073;3.86835;747;20220812;33.2;15.9;24.6;2.1;11.41;0;5.72;23834
+76090;45.02073;3.86835;747;20220813;32.8;16.8;24.8;2.1;10.58;20.4;5.58;22026
+76090;45.02073;3.86835;747;20220814;21.2;16.9;19;1.5;16.82;20.1;2.37;11700
+76090;45.02073;3.86835;747;20220815;25.4;13.9;19.6;2.7;13.02;.1;4.6;24200
+76090;45.02073;3.86835;747;20220816;28.5;13.4;20.9;1.8;13.42;4.1;4.02;19300
+76090;45.02073;3.86835;747;20220817;24.3;15.5;19.9;2;15.52;24.2;2.68;10600
+76090;45.02073;3.86835;747;20220818;19.7;11.3;15.5;2.8;13.62;4.7;2.15;11000
+76090;45.02073;3.86835;747;20220819;22.3;15;18.6;3.8;14.91;.7;3.42;15326
+76090;45.02073;3.86835;747;20220820;23.8;15.6;19.7;3;15.08;.1;3.64;16658
+76090;45.02073;3.86835;747;20220821;23.6;12.7;18.2;2.6;12.61;.1;3.86;18560
+76090;45.02073;3.86835;747;20220822;22.8;14.9;18.8;3;13.91;.2;3.49;15146
+76090;45.02073;3.86835;747;20220823;25.7;15.8;20.7;3.1;14.88;.1;4.13;17828
+76090;45.02073;3.86835;747;20220824;29.4;14.8;22.1;1.7;13.48;0;4.41;20819
+76090;45.02073;3.86835;747;20220825;30;15.8;22.9;2.5;15.38;4.7;4.55;18615
+76090;45.02073;3.86835;747;20220826;23.9;17;20.5;3.2;16.94;1;3.17;12910
+76090;45.02073;3.86835;747;20220827;22.3;15.6;19;2;15.64;.1;2.69;12542
+76090;45.02073;3.86835;747;20220828;26.4;12.9;19.7;1.7;14.34;.1;3.71;19442
+76090;45.02073;3.86835;747;20220829;29.7;14.6;22.1;1.6;14.48;.2;3.98;18626
+76090;45.02073;3.86835;747;20220830;25.2;17.5;21.4;2.2;16.94;2.2;3.28;14993
+76090;45.02073;3.86835;747;20220831;24.3;14.3;19.3;2.1;14.42;.1;3.42;18400
+76090;45.02073;3.86835;747;20220901;25.8;13.5;19.6;1.3;13.02;0;3.44;19900
+76090;45.02073;3.86835;747;20220902;24.7;14.3;19.5;1.9;13.61;7.1;3.05;13338
+76090;45.02073;3.86835;747;20220903;23.4;13.8;18.6;2;15.21;2.8;2.88;14537
+76090;45.02073;3.86835;747;20220904;25.5;12.6;19.1;1.7;15.88;.1;3.14;16997
+76090;45.02073;3.86835;747;20220905;26.3;16.7;21.5;3.1;17.28;.2;3.6;15536
+76090;45.02073;3.86835;747;20220906;25.1;16.2;20.7;2;16.68;2.3;2.77;12290
+76090;45.02073;3.86835;747;20220907;22.7;14.4;18.5;2.3;16.41;8.9;2.44;12193
+76090;45.02073;3.86835;747;20220908;21.7;11.2;16.5;2.5;12.71;.1;3.02;15882
+76090;45.02073;3.86835;747;20220909;20.6;11.6;16.1;2.3;11.24;0;2.83;14290
+76090;45.02073;3.86835;747;20220910;20.4;10.5;15.5;1.9;10.84;0;2.81;15561
+76090;45.02073;3.86835;747;20220911;22.5;8.9;15.7;1.9;10.98;0;3.06;17380
+76090;45.02073;3.86835;747;20220912;29.2;11;20.1;1.9;12.88;0;3.83;18465
+76090;45.02073;3.86835;747;20220913;25;16.9;21;3.5;18.24;3.8;2.87;11548
+76090;45.02073;3.86835;747;20220914;23.4;17.3;20.3;3.3;16.32;5.6;3.19;14200
+76090;45.02073;3.86835;747;20220915;22.3;13.3;17.8;2.1;15.14;2.4;2.5;13366
+76090;45.02073;3.86835;747;20220916;18.4;13.4;15.9;3;13.11;.2;2.22;10458
+76090;45.02073;3.86835;747;20220917;13.5;7;10.3;4;8.51;0;2.2;12320
+76090;45.02073;3.86835;747;20220918;17.2;3.7;10.4;2.2;7.28;0;2.58;16427
+76090;45.02073;3.86835;747;20220919;16.6;4.4;10.5;2.6;7.78;0;2.53;15158
+76090;45.02073;3.86835;747;20220920;16.9;4.8;10.8;2.6;7.51;0;2.62;15496
+76090;45.02073;3.86835;747;20220921;16.9;5.1;11;2.2;7.91;0;2.44;15084
+76090;45.02073;3.86835;747;20220922;20.7;4.8;12.7;1.8;8.71;0;2.61;16321
+76090;45.02073;3.86835;747;20220923;19.2;8.6;13.9;1.7;11.74;11.4;1.96;11385
+76090;45.02073;3.86835;747;20220924;18.7;9.1;13.9;1.6;11.88;1.5;1.93;11872
+76090;45.02073;3.86835;747;20220925;14.7;9.8;12.2;2;11.11;1.8;1.49;8057
+76090;45.02073;3.86835;747;20220926;14.7;8.1;11.4;2.9;9.71;1.7;1.87;10594
+76090;45.02073;3.86835;747;20220927;12.6;7.9;10.2;3.5;9.44;1.6;1.59;9207
+76090;45.02073;3.86835;747;20220928;16.5;9.4;13;3.7;11.28;6.4;1.77;9424
+76090;45.02073;3.86835;747;20220929;12.7;8.9;10.8;2.7;9.48;.4;1.57;8523
+76090;45.02073;3.86835;747;20220930;11.2;6.1;8.7;2.7;8.38;.2;1.39;7454
+76090;45.02073;3.86835;747;20221001;16.5;4;10.3;2.7;10.18;0;1.7;11353
+76090;45.02073;3.86835;747;20221002;20.8;12.4;16.6;2.9;12.74;0;2.46;12214
+76090;45.02073;3.86835;747;20221003;16.6;10.5;13.5;2.3;12.04;0;1.55;7643
+76090;45.02073;3.86835;747;20221004;22.9;8.6;15.8;1.6;11.58;.1;2.24;13649
+76090;45.02073;3.86835;747;20221005;21.6;9.1;15.3;2.6;10.98;.1;2.53;12408
+76090;45.02073;3.86835;747;20221006;18.5;9.3;13.9;1.7;12.21;0;1.59;9260
+76090;45.02073;3.86835;747;20221007;20.1;10.5;15.3;1.6;12.64;2.3;1.77;10408
+76090;45.02073;3.86835;747;20221008;14.1;12.4;13.3;1.6;12.91;3.6;.95;3464
+76090;45.02073;3.86835;747;20221009;17.4;6.4;11.9;1.7;10.84;.2;1.46;9644
+76090;45.02073;3.86835;747;20221010;21.3;8.7;15;1.6;11.64;.1;1.91;11782
+76090;45.02073;3.86835;747;20221011;19;9.2;14.1;1.5;12.44;.1;1.51;9970
+76090;45.02073;3.86835;747;20221012;19.5;11.9;15.7;1.4;13.08;.2;1.54;9237
+76090;45.02073;3.86835;747;20221013;17.2;9.4;13.3;1.6;12.04;2.2;1.27;7231
+76090;45.02073;3.86835;747;20221014;17.7;10.9;14.3;2.1;12.74;.3;1.38;7604
+76090;45.02073;3.86835;747;20221015;21.9;11.2;16.5;2.8;11.91;0;2.28;10099
+76090;45.02073;3.86835;747;20221016;19.7;12.5;16.1;4.1;13.88;0;2;8705
+76090;45.02073;3.86835;747;20221017;19.4;14.5;17;4.2;13.68;.1;2.07;6597
+76090;45.02073;3.86835;747;20221018;22.8;12;17.4;2.3;13.04;.1;2.12;10315
+76090;45.02073;3.86835;747;20221019;23;10.1;16.6;2.1;12.88;2;1.96;9755
+76090;45.02073;3.86835;747;20221020;18.5;14.1;16.3;4.7;15.31;5.2;1.45;4775
+76090;45.02073;3.86835;747;20221021;19.5;14.4;16.9;4.3;14.41;0;1.84;6192
+76090;45.02073;3.86835;747;20221022;20.6;10.5;15.6;2.3;12.81;0;1.71;9293
+76090;45.02073;3.86835;747;20221023;19.6;14.2;16.9;6.3;14.78;0;2.02;5633
+76090;45.02073;3.86835;747;20221024;19.6;14.7;17.2;3;13.38;.2;1.8;6682
+76090;45.02073;3.86835;747;20221025;20;8.4;14.2;2.2;10.71;.1;1.69;8468
+76090;45.02073;3.86835;747;20221026;21.9;11.8;16.9;2.3;13.41;.8;1.77;8277
+76090;45.02073;3.86835;747;20221027;24.3;12;18.1;2.1;13.28;.1;1.97;8544
+76090;45.02073;3.86835;747;20221028;24.8;14.7;19.7;2.3;10.01;0;2.56;7436
+76090;45.02073;3.86835;747;20221029;23;13.1;18.1;2.7;7.88;0;2.84;7252
+76090;45.02073;3.86835;747;20221030;21.5;14.1;17.8;3.4;9.28;0;2.87;6794
+76090;45.02073;3.86835;747;20221031;18;12.5;15.2;4.5;12.31;3.3;1.85;5915
+76090;45.02073;3.86835;747;20221101;17.4;12.4;14.9;2.6;10.92;0;1.63;10300
+76090;45.02073;3.86835;747;20221102;14.7;6.6;10.7;1.1;7.92;0;.96;10100
+76090;45.02073;3.86835;747;20221103;13.3;5.7;9.5;3.3;8.42;.8;1.14;3000
+76090;45.02073;3.86835;747;20221104;8.9;4.6;6.7;3.3;7.52;6.9;.7;4500
+76090;45.02073;3.86835;747;20221105;8.1;4.5;6.3;3.3;6.72;0;1.02;8200
+76090;45.02073;3.86835;747;20221106;15.6;.9;8.3;2.2;5.94;0;1.47;8156
+76090;45.02073;3.86835;747;20221107;16.4;4.2;10.3;2.6;8.18;0;1.42;8003
+76090;45.02073;3.86835;747;20221108;14.7;7.9;11.3;4.9;10.54;8.4;1.35;5726
+76090;45.02073;3.86835;747;20221109;13.8;11.1;12.4;2.7;12.34;4.8;.77;2972
+76090;45.02073;3.86835;747;20221110;11.7;8.4;10.1;2.6;9.64;0;.91;4421
+76090;45.02073;3.86835;747;20221111;16.6;3.6;10.1;1.5;9.31;.1;.92;7672
+76090;45.02073;3.86835;747;20221112;17.9;6.2;12.1;1.4;9.91;0;.96;7324
+76090;45.02073;3.86835;747;20221113;15.1;7.2;11.1;1.9;9.41;0;1.03;5083
+76090;45.02073;3.86835;747;20221114;12.7;8.5;10.6;3.3;10.14;3;.97;3997
+76090;45.02073;3.86835;747;20221115;12.4;8.7;10.5;3.2;11.11;3.2;.73;3147
+76090;45.02073;3.86835;747;20221116;13.3;6.1;9.7;2.9;8.84;.1;1.05;6093
+76090;45.02073;3.86835;747;20221117;13.1;7.9;10.5;4.4;9.44;3.8;1.31;4248
+76090;45.02073;3.86835;747;20221118;9;5.1;7;2.7;7.41;.5;.88;4310
+76090;45.02073;3.86835;747;20221119;6.7;2;4.3;2.9;6.84;1.2;.67;4084
+76090;45.02073;3.86835;747;20221120;7.4;2.1;4.7;2.7;6.48;.5;.76;5156
+76090;45.02073;3.86835;747;20221121;7.4;1.9;4.6;3;7.01;4.3;.68;2823
+76090;45.02073;3.86835;747;20221122;7.7;2.4;5.1;2.8;6.31;1.8;.83;4634
+76090;45.02073;3.86835;747;20221123;11.3;2.2;6.8;2.4;7.31;1.5;.8;5341
+76090;45.02073;3.86835;747;20221124;11.2;1.9;6.6;2;6.98;0;.77;6041
+76090;45.02073;3.86835;747;20221125;9;5.1;7.1;2.6;7.94;5.8;.78;2647
+76090;45.02073;3.86835;747;20221126;7.1;4;5.5;2.6;6.91;0;.72;3544
+76090;45.02073;3.86835;747;20221127;11.2;-.1;5.5;2.8;6.38;.9;.91;5669
+76090;45.02073;3.86835;747;20221128;7.3;5.7;6.5;2.5;8.31;2.6;.59;1588
+76090;45.02073;3.86835;747;20221129;5.1;3.1;4.1;3.3;6.88;1.3;.61;2408
+76090;45.02073;3.86835;747;20221130;5;3;4;3;7.08;.8;.51;1675
+76090;45.02073;3.86835;747;20221201;3.3;2.2;2.8;3.1;6.48;.2;.5;1222
+76090;45.02073;3.86835;747;20221202;1.7;0;.8;1.5;5.68;1;.4;1652
+76090;45.02073;3.86835;747;20221203;2.4;0;1.2;1.4;6.28;6.7;.3;2108
+76090;45.02073;3.86835;747;20221204;3.5;1.1;2.3;1.5;6.54;4.4;.36;2101
+76090;45.02073;3.86835;747;20221205;5;-3.6;.7;1.2;5.21;0;.32;5754
+76090;45.02073;3.86835;747;20221206;4.9;-4.7;.1;1.3;4.64;0;.36;5769
+76090;45.02073;3.86835;747;20221207;-.5;-2.8;-1.6;2;5.08;.1;.31;1448
+76090;45.02073;3.86835;747;20221208;2.6;-3.7;-.5;1.3;5.28;5.4;.28;3751
+76090;45.02073;3.86835;747;20221209;4.8;1.4;3.1;1.2;7.01;1.9;.33;2446
+76090;45.02073;3.86835;747;20221210;-1.4;-1.4;-1.4;3.1;4.94;0;.37;666
+76090;45.02073;3.86835;747;20221211;-.5;-7.1;-3.8;2.3;3.51;0;.42;4634
+76090;45.02073;3.86835;747;20221212;1.4;-6.6;-2.6;1.7;3.91;6.5;.35;4400
+76090;45.02073;3.86835;747;20221213;7;-2.3;2.4;2.1;6.51;.8;.29;4826
+76090;45.02073;3.86835;747;20221214;10.2;3.8;7;2.5;8.51;0;.55;3623
+76090;45.02073;3.86835;747;20221215;5;1.7;3.4;1.9;7.38;22;.36;1513
+76090;45.02073;3.86835;747;20221216;1.4;1.3;1.4;2.7;5.84;.2;.49;515
+76090;45.02073;3.86835;747;20221217;1.5;-6;-2.3;2.1;3.68;0;.51;4723
+76090;45.02073;3.86835;747;20221218;7.5;-6;.8;3.5;5.78;0;.49;5654
+76090;45.02073;3.86835;747;20221219;10.6;6;8.3;5.9;9.18;0;.84;2724
+76090;45.02073;3.86835;747;20221220;11.2;9.2;10.2;6.8;9.91;0;1.13;2616
+76090;45.02073;3.86835;747;20221221;12.3;9.3;10.8;3.2;9.84;0;.89;3678
+76090;45.02073;3.86835;747;20221222;11.7;7.2;9.5;3.2;8.88;1.6;.93;2598
+76090;45.02073;3.86835;747;20221223;13.8;9.6;11.7;2.7;10.91;.2;.79;2982
+76090;45.02073;3.86835;747;20221224;15.2;10;12.6;1.9;10.04;0;.84;4115
+76090;45.02073;3.86835;747;20221225;13.1;4.4;8.8;2.6;8.91;0;.72;4225
+76090;45.02073;3.86835;747;20221226;13.8;6.8;10.3;2.7;9.44;.1;.88;3930
+76090;45.02073;3.86835;747;20221227;9.6;3.4;6.5;1.8;7.34;0;.58;4314
+76090;45.02073;3.86835;747;20221228;11.5;.2;5.9;2.4;7.04;0;.74;4726
+76090;45.02073;3.86835;747;20221229;10.4;5.1;7.8;3.4;8.81;2;.75;2344
+76090;45.02073;3.86835;747;20221230;11.1;3.9;7.5;3;8.91;0;.67;2715
+76090;45.02073;3.86835;747;20221231;13.2;8.8;11;4.3;9.88;0;1.13;3884
+76091;45.03875;4.18427;925;20220101;19;4.1;11.5;1.7;5.03;0;1.25;6807
+76091;45.03875;4.18427;925;20220102;14.2;4.2;9.2;3.3;5.89;0;1.68;4505
+76091;45.03875;4.18427;925;20220103;10.8;4.3;7.6;2.4;7.68;0;.73;4083
+76091;45.03875;4.18427;925;20220104;12;6.5;9.2;4.1;7.56;5.8;1.33;4526
+76091;45.03875;4.18427;925;20220105;-1;-.7;-.9;7.5;4.83;1.3;.48;1666
+76091;45.03875;4.18427;925;20220106;-1.2;-2.7;-2;6;4.18;0;.55;2979
+76091;45.03875;4.18427;925;20220107;1.6;-5.5;-2;4.2;4.58;3;.34;5267
+76091;45.03875;4.18427;925;20220108;3.2;-.3;1.5;5.6;6.35;2.2;.26;3255
+76091;45.03875;4.18427;925;20220109;2.2;.5;1.3;6;5.58;3.9;.54;3080
+76091;45.03875;4.18427;925;20220110;1.5;-.2;.7;5.4;5.25;.6;.49;4741
+76091;45.03875;4.18427;925;20220111;-.7;-5;-2.9;5.4;4.32;0;.27;4671
+76091;45.03875;4.18427;925;20220112;-2.2;-5.8;-4;4.5;3.88;0;.28;5451
+76091;45.03875;4.18427;925;20220113;3.6;-6.8;-1.6;2.4;3.62;0;.57;7080
+76091;45.03875;4.18427;925;20220114;9.5;-4.3;2.6;2.1;3.18;0;1.01;7858
+76091;45.03875;4.18427;925;20220115;13.2;-2.3;5.5;1.6;2.68;0;1.1;8211
+76091;45.03875;4.18427;925;20220116;6.7;-3.2;1.8;3.2;3.32;0;1.14;7745
+76091;45.03875;4.18427;925;20220117;1.9;-2.4;-.2;4.7;5.55;0;.29;3596
+76091;45.03875;4.18427;925;20220118;2.9;-1.6;.6;3.3;4.82;0;.63;4077
+76091;45.03875;4.18427;925;20220119;4.2;-.4;1.9;3;4.72;.1;.82;4408
+76091;45.03875;4.18427;925;20220120;.5;-1.5;-.5;5.7;5.15;.6;.43;2666
+76091;45.03875;4.18427;925;20220121;-1.2;-3.9;-2.5;6.5;3.82;0;.66;5276
+76091;45.03875;4.18427;925;20220122;-1.6;-5.8;-3.7;4.7;4.28;0;.24;3320
+76091;45.03875;4.18427;925;20220123;1.4;-3;-.8;2.1;4.95;0;.37;5901
+76091;45.03875;4.18427;925;20220124;13.5;-5.1;4.2;1.1;4.08;0;.78;9693
+76091;45.03875;4.18427;925;20220125;11.1;-.9;5.1;2.1;3.58;0;1.25;8867
+76091;45.03875;4.18427;925;20220126;7.8;-1.9;2.9;3.3;3.78;0;1.29;8648
+76091;45.03875;4.18427;925;20220127;8.1;-3.1;2.5;3.6;3.25;0;1.48;8831
+76091;45.03875;4.18427;925;20220128;2;-3.9;-1;5.1;4.85;0;.46;6526
+76091;45.03875;4.18427;925;20220129;6.6;-4.8;.9;4.4;4.72;.1;.92;8097
+76091;45.03875;4.18427;925;20220130;3.7;-.2;1.8;5.5;6.22;.1;.43;4282
+76091;45.03875;4.18427;925;20220131;3.3;-.1;1.6;7.8;5.58;1.4;.74;3871
+76091;45.03875;4.18427;925;20220201;1.4;-3.5;-1.1;7.4;5.15;.4;.39;5375
+76091;45.03875;4.18427;925;20220202;5.8;1.6;3.7;5.8;7.32;.2;.43;3669
+76091;45.03875;4.18427;925;20220203;15.5;-.2;7.7;2.1;5.32;0;1.49;7841
+76091;45.03875;4.18427;925;20220204;7;-.8;3.1;3.3;5.98;.4;.81;7395
+76091;45.03875;4.18427;925;20220205;4.4;1.5;3;4.6;5.55;.3;.89;7828
+76091;45.03875;4.18427;925;20220206;4.3;-3.9;.2;5.1;5.45;1.6;.56;7001
+76091;45.03875;4.18427;925;20220207;4;3.4;3.7;7.7;5.78;1.3;1.15;6000
+76091;45.03875;4.18427;925;20220208;10.5;-3.1;3.7;2.7;4.52;0;1.33;10864
+76091;45.03875;4.18427;925;20220209;12.7;-1.1;5.8;1.7;5.05;0;1.23;11076
+76091;45.03875;4.18427;925;20220210;11.1;-.3;5.4;1.5;5.68;.3;1.23;11300
+76091;45.03875;4.18427;925;20220211;5;2.7;3.9;2.5;5.58;.2;1.07;7400
+76091;45.03875;4.18427;925;20220212;8.5;-4.3;2.1;3.3;4.8;0;1.27;9500
+76091;45.03875;4.18427;925;20220213;7.9;1;4.5;5.4;6.58;8.6;1.33;12300
+76091;45.03875;4.18427;925;20220214;5.5;3.5;4.5;2.8;6.68;9.7;.94;4300
+76091;45.03875;4.18427;925;20220215;4.9;.4;2.7;3.4;5.78;1;1.01;7900
+76091;45.03875;4.18427;925;20220216;9.4;.7;5;4.5;7.98;2.1;.66;5692
+76091;45.03875;4.18427;925;20220217;12.4;7.6;10;5.3;8.89;.3;1.51;7033
+76091;45.03875;4.18427;925;20220218;17.4;3.5;10.4;3.5;8.05;0;2.02;11831
+76091;45.03875;4.18427;925;20220219;5.2;.5;2.9;4.9;4.88;0;1.35;9803
+76091;45.03875;4.18427;925;20220220;9;-1.2;3.9;4.4;6.02;.1;1.22;9194
+76091;45.03875;4.18427;925;20220221;5.6;4.7;5.2;8.1;6.05;3.6;1.5;4716
+76091;45.03875;4.18427;925;20220222;7;.7;3.9;6;6.38;.4;1.08;9142
+76091;45.03875;4.18427;925;20220223;9.7;3.2;6.5;3.4;6.85;0;1.29;8408
+76091;45.03875;4.18427;925;20220224;10.9;2.9;6.9;4.9;6.35;.8;1.81;9072
+76091;45.03875;4.18427;925;20220225;3.7;-.1;1.8;5.7;4.92;0;1.25;11354
+76091;45.03875;4.18427;925;20220226;6.5;-2.7;1.9;3.2;4.12;0;1.5;13766
+76091;45.03875;4.18427;925;20220227;9.5;-4.3;2.6;1.8;4.55;0;1.37;14329
+76091;45.03875;4.18427;925;20220228;10;-1.7;4.1;2.5;4.95;0;1.58;14070
+76091;45.03875;4.18427;925;20220301;12.7;-1.9;5.4;2.2;5.25;0;1.69;14085
+76091;45.03875;4.18427;925;20220302;11.6;-1.6;5;2.2;6.06;0;1.46;12555
+76091;45.03875;4.18427;925;20220303;11.1;2.2;6.7;2.2;7.62;0;1.27;10945
+76091;45.03875;4.18427;925;20220304;9.4;4.1;6.7;5;6.68;0;1.63;8936
+76091;45.03875;4.18427;925;20220305;7.4;-2;2.7;3.7;4.08;0;1.8;14648
+76091;45.03875;4.18427;925;20220306;5.2;-5.7;-.2;2.5;3.32;0;1.48;15143
+76091;45.03875;4.18427;925;20220307;7.9;-7.2;.3;2;3.42;0;1.55;15916
+76091;45.03875;4.18427;925;20220308;8.4;-4;2.2;2.8;4.85;0;1.56;15160
+76091;45.03875;4.18427;925;20220309;9.8;-2.1;3.8;2.7;5.85;0;1.51;14207
+76091;45.03875;4.18427;925;20220310;8.9;.8;4.9;4;6.82;1.7;1.19;8613
+76091;45.03875;4.18427;925;20220311;6;3.4;4.7;8.1;6.68;1.1;1.1;4279
+76091;45.03875;4.18427;925;20220312;4.3;1.9;3.1;7.3;6.28;2;.85;4142
+76091;45.03875;4.18427;925;20220313;4.4;1.7;3.1;6.1;6.28;1.8;.85;5344
+76091;45.03875;4.18427;925;20220314;8.3;-1.2;3.5;4.7;7.42;1.9;.79;8304
+76091;45.03875;4.18427;925;20220315;10.5;6.3;8.4;7.5;8.15;0;1.73;9155
+76091;45.03875;4.18427;925;20220316;14.4;5.5;9.9;2.9;8.45;0;1.81;9804
+76091;45.03875;4.18427;925;20220317;8.3;6.5;7.4;4.5;8.75;1.2;.83;2579
+76091;45.03875;4.18427;925;20220318;4.4;3.2;3.8;1.7;8.18;0;.48;1600
+76091;45.03875;4.18427;925;20220319;13.5;3.2;8.4;1.3;7.58;0;1.87;14100
+76091;45.03875;4.18427;925;20220320;8.1;-.3;3.9;4.2;6.08;0;1.47;6600
+76091;45.03875;4.18427;925;20220321;10.3;3.4;6.9;4;5.38;0;2.64;16200
+76091;45.03875;4.18427;925;20220322;11.1;-2.8;4.2;3.8;4.18;0;2.77;19900
+76091;45.03875;4.18427;925;20220323;12.6;-5.4;3.6;2.8;3.68;0;2.76;20400
+76091;45.03875;4.18427;925;20220324;14.9;-4.9;5;2.5;3.98;0;2.94;20800
+76091;45.03875;4.18427;925;20220325;16.2;-4.4;5.9;2;4.48;0;2.79;19400
+76091;45.03875;4.18427;925;20220326;17.3;-3.2;7.1;1.6;4.98;0;2.74;19800
+76091;45.03875;4.18427;925;20220327;17.2;-2.3;7.5;1.7;4.68;0;2.91;20800
+76091;45.03875;4.18427;925;20220328;17.5;-1.8;7.9;2.4;4.68;0;3.2;19300
+76091;45.03875;4.18427;925;20220329;14.8;2.2;8.5;2.5;5.98;1.9;2.4;10700
+76091;45.03875;4.18427;925;20220330;10.6;4.8;7.7;1.8;8.08;2.4;1.4;7100
+76091;45.03875;4.18427;925;20220331;6.4;1.2;3.8;2.7;7.08;4.3;1;5700
+76091;45.03875;4.18427;925;20220401;-.3;-2.7;-1.5;6;4.4;7.6;1.08;12200
+76091;45.03875;4.18427;925;20220402;-2.2;-4.3;-3.3;4.4;3.8;2.7;.82;6200
+76091;45.03875;4.18427;925;20220403;-1.1;-4.5;-2.8;3.7;3.8;.3;.9;6800
+76091;45.03875;4.18427;925;20220404;6.3;-6.7;-.2;1.6;4.38;0;1.96;22100
+76091;45.03875;4.18427;925;20220405;11;-5.6;2.7;1.9;6.08;0;1.88;16300
+76091;45.03875;4.18427;925;20220406;12.4;1.8;7.1;2.2;8.08;1.1;1.89;13100
+76091;45.03875;4.18427;925;20220407;11.8;5.3;8.6;5.3;8.38;.3;2.21;11900
+76091;45.03875;4.18427;925;20220408;13.5;7.4;10.5;6.6;8.18;.8;2.96;11700
+76091;45.03875;4.18427;925;20220409;7.3;.8;4.1;5;4.68;.5;2.52;15700
+76091;45.03875;4.18427;925;20220410;13.5;-6.1;3.7;1.6;4.68;0;2.79;24200
+76091;45.03875;4.18427;925;20220411;10.9;-.7;5.1;6.2;6.38;0;2.43;15900
+76091;45.03875;4.18427;925;20220412;12.7;6.3;9.5;5.8;5.68;0;3.21;6600
+76091;45.03875;4.18427;925;20220413;18.5;6;12.3;3;6.68;0;3.71;17800
+76091;45.03875;4.18427;925;20220414;18.2;3.7;11;2.1;9.38;0;3.05;20000
+76091;45.03875;4.18427;925;20220415;19.8;3.7;11.8;2;9.28;0;3.22;19700
+76091;45.03875;4.18427;925;20220416;18.9;3.5;11.2;3.7;7.58;0;3.97;21900
+76091;45.03875;4.18427;925;20220417;17.7;-.5;8.6;2;6.68;0;3.58;25900
+76091;45.03875;4.18427;925;20220418;18.3;-.5;8.9;2.2;5.68;0;3.77;24800
+76091;45.03875;4.18427;925;20220419;16.4;.7;8.6;1.7;6.88;0;2.95;19900
+76091;45.03875;4.18427;925;20220420;13.2;3.2;8.2;1.3;8.78;6.3;1.58;8800
+76091;45.03875;4.18427;925;20220421;14;6.1;10.1;1.5;9.68;1;1.93;11200
+76091;45.03875;4.18427;925;20220422;17.1;.7;8.9;1.8;7.88;.9;2.99;20300
+76091;45.03875;4.18427;925;20220423;12.1;8.1;10.1;3.8;8.18;15.3;2.14;6300
+76091;45.03875;4.18427;925;20220424;11.8;1.4;6.6;2.8;8.38;2.8;1.69;10600
+76091;45.03875;4.18427;925;20220425;13.9;5;9.5;2.4;7.58;0;2.87;17800
+76091;45.03875;4.18427;925;20220426;16.8;1.6;9.2;1.9;7.78;0;3.21;22000
+76091;45.03875;4.18427;925;20220427;18.9;.3;9.6;1.7;7.68;0;3.71;26100
+76091;45.03875;4.18427;925;20220428;20.9;2.1;11.5;2;8.58;.3;3.73;22500
+76091;45.03875;4.18427;925;20220429;20.5;1.7;11.1;1.5;9.08;1;3.37;21400
+76091;45.03875;4.18427;925;20220430;15.1;7.7;11.4;1.6;9.68;.1;2.48;14500
+76091;45.03875;4.18427;925;20220501;16;.2;8.1;1.9;7.38;0;3.37;24900
+76091;45.03875;4.18427;925;20220502;17.2;.8;9;1.8;7.38;.5;3.65;26200
+76091;45.03875;4.18427;925;20220503;17.1;5.5;11.3;1.3;9.28;2.9;2.35;12700
+76091;45.03875;4.18427;925;20220504;17.1;2.1;9.6;1.2;9.88;4;2.62;17800
+76091;45.03875;4.18427;925;20220505;12;7.3;9.7;3.1;9.38;1.9;2.02;10500
+76091;45.03875;4.18427;925;20220506;11.2;6.3;8.8;6.3;9.48;.8;1.33;6595
+76091;45.03875;4.18427;925;20220507;16.2;6.5;11.3;5.3;9.12;0;2.91;14668
+76091;45.03875;4.18427;925;20220508;16.4;6.8;11.6;3.6;9.62;.1;2.39;11330
+76091;45.03875;4.18427;925;20220509;19.5;6.2;12.9;1.9;9.78;.1;2.83;15008
+76091;45.03875;4.18427;925;20220510;21.9;8;15;1.6;10.95;.1;3.15;16460
+76091;45.03875;4.18427;925;20220511;22.2;10;16.1;2.6;10.55;0;3.71;16868
+76091;45.03875;4.18427;925;20220512;22.8;9;15.9;2.3;9.68;0;3.54;14879
+76091;45.03875;4.18427;925;20220513;20.6;8.2;14.4;2;10.78;.4;2.94;14299
+76091;45.03875;4.18427;925;20220514;23.4;11.7;17.5;2;13.15;0;3.34;16064
+76091;45.03875;4.18427;925;20220515;21.5;11.5;16.5;3.2;11.32;.8;3.63;15681
+76091;45.03875;4.18427;925;20220516;24.1;11.4;17.8;2.4;9.28;0;3.93;15252
+76091;45.03875;4.18427;925;20220517;26.6;10.4;18.5;1.9;11.82;0;4;18394
+76091;45.03875;4.18427;925;20220518;25.9;13.2;19.5;2.6;12.78;0;4.06;16238
+76091;45.03875;4.18427;925;20220519;23.7;14.8;19.2;5;11.75;0;4.63;14819
+76091;45.03875;4.18427;925;20220520;24.1;15.5;19.8;4.9;10.58;0;5;14496
+76091;45.03875;4.18427;925;20220521;28;11.5;19.7;1.7;13.38;0;3.96;17537
+76091;45.03875;4.18427;925;20220522;29.2;15.4;22.3;1.6;13.85;.7;3.86;14815
+76091;45.03875;4.18427;925;20220523;21.1;15;18;2.4;13.15;.7;3.02;12297
+76091;45.03875;4.18427;925;20220524;16.2;8.6;12.4;3.5;9.32;0;2.79;12719
+76091;45.03875;4.18427;925;20220525;17;7.3;12.2;4.9;8.92;0;3.1;13407
+76091;45.03875;4.18427;925;20220526;17.1;6.5;11.8;4.4;9.68;0;2.78;13592
+76091;45.03875;4.18427;925;20220527;21.6;9.2;15.4;4.4;11.42;0;3.74;16968
+76091;45.03875;4.18427;925;20220528;19.1;9.8;14.4;5.9;9.48;0;4.1;17350
+76091;45.03875;4.18427;925;20220529;16.3;4.6;10.5;4.3;6.88;0;3.63;18324
+76091;45.03875;4.18427;925;20220530;19.1;3;11;2.1;7.22;.7;3.43;18544
+76091;45.03875;4.18427;925;20220531;17.9;9.6;13.7;1.6;10.95;5.6;2.2;9727
+76091;45.03875;4.18427;925;20220601;23.1;7.6;15.4;1.6;12.05;4.7;3.22;16442
+76091;45.03875;4.18427;925;20220602;24.8;11.6;18.2;1.9;13.02;2.1;3.54;15714
+76091;45.03875;4.18427;925;20220603;25.5;15.1;20.3;3.2;12.48;0;4.45;16084
+76091;45.03875;4.18427;925;20220604;26.1;14.7;20.4;4;13.65;.8;4.72;17116
+76091;45.03875;4.18427;925;20220605;23.1;14.4;18.7;3.4;13.55;1.1;3.98;17118
+76091;45.03875;4.18427;925;20220606;24.5;10;17.3;2.4;12.08;.4;3.85;17422
+76091;45.03875;4.18427;925;20220607;20.7;10.8;15.8;3.5;10.95;0;3.75;16625
+76091;45.03875;4.18427;925;20220608;18.9;8.8;13.9;3.1;10.95;2.4;2.77;12410
+76091;45.03875;4.18427;925;20220609;15.9;8.8;12.3;6.1;9.58;.1;3.07;13733
+76091;45.03875;4.18427;925;20220610;22.4;7.8;15.1;4.7;10.15;0;4.44;19574
+76091;45.03875;4.18427;925;20220611;27.3;9.2;18.3;2.8;10.02;0;6.06;30274
+76091;45.03875;4.18427;925;20220612;29.6;13.5;21.5;2;11.85;2;5.36;23636
+76091;45.03875;4.18427;925;20220613;23.9;13.5;18.7;2.9;14.12;0;4.15;19981
+76091;45.03875;4.18427;925;20220614;29.7;8.5;19.1;2.3;9.18;.1;6.29;30742
+76091;45.03875;4.18427;925;20220615;30.7;17.4;24;2.9;12.85;.1;5.84;20863
+76091;45.03875;4.18427;925;20220616;30.2;16.2;23.2;2.4;14.65;0;5.93;26404
+76091;45.03875;4.18427;925;20220617;31.4;14.6;23;2.8;11.85;0;6.77;28975
+76091;45.03875;4.18427;925;20220618;30.6;15.2;22.9;4;11.58;0;7.24;28784
+76091;45.03875;4.18427;925;20220619;27.5;19.6;23.5;7.7;11.95;0;7.97;25534
+76091;45.03875;4.18427;925;20220620;27.4;17;22.2;5.7;10.55;0;7.41;27805
+76091;45.03875;4.18427;925;20220621;27.9;15.7;21.8;3.4;14.15;1;5.34;22104
+76091;45.03875;4.18427;925;20220622;24.4;16;20.2;4.1;15.88;8.7;4.3;19132
+76091;45.03875;4.18427;925;20220623;20.9;15;17.9;2.5;15.45;13;2.77;13026
+76091;45.03875;4.18427;925;20220624;20.3;12.3;16.3;2.8;12.42;3.6;3.5;17588
+76091;45.03875;4.18427;925;20220625;23.5;9.8;16.7;2.5;12.48;8.4;4.42;24021
+76091;45.03875;4.18427;925;20220626;23.3;12.8;18.1;2.8;15.12;0;3.62;18330
+76091;45.03875;4.18427;925;20220627;19.4;12.5;16;3.6;13.55;.4;2.99;15199
+76091;45.03875;4.18427;925;20220628;20.2;10.4;15.3;4.1;12.22;.2;3.81;21269
+76091;45.03875;4.18427;925;20220629;25.2;10.3;17.7;2.1;11.62;0;5.21;28585
+76091;45.03875;4.18427;925;20220630;23.7;14.2;18.9;2.7;12.85;11.8;4.34;20197
+76091;45.03875;4.18427;925;20220701;19;8.6;13.8;3.3;10.28;.1;4.25;26099
+76091;45.03875;4.18427;925;20220702;26.8;7;16.9;2.1;10.55;0;5.54;30654
+76091;45.03875;4.18427;925;20220703;29.4;15.4;22.4;2;13.55;13.3;5.49;25316
+76091;45.03875;4.18427;925;20220704;25;13.7;19.4;2.7;15.28;2.5;4.08;19705
+76091;45.03875;4.18427;925;20220705;23;12.3;17.6;3.1;13.12;0;4.6;24896
+76091;45.03875;4.18427;925;20220706;22.4;10.3;16.4;4.2;10.78;0;5.21;28312
+76091;45.03875;4.18427;925;20220707;22.2;8.9;15.5;5.7;10.72;0;5.21;28007
+76091;45.03875;4.18427;925;20220708;22.3;11.8;17;5.8;11.35;0;5.27;26787
+76091;45.03875;4.18427;925;20220709;24.9;9.6;17.2;4.2;10.78;0;5.66;29000
+76091;45.03875;4.18427;925;20220710;24.7;12;18.3;4.1;11.65;0;5.64;28245
+76091;45.03875;4.18427;925;20220711;26.7;10.7;18.7;3;11.55;.1;5.73;28870
+76091;45.03875;4.18427;925;20220712;27.3;12.5;19.9;2.6;11.72;0;5.75;28402
+76091;45.03875;4.18427;925;20220713;29.8;12.3;21.1;2.3;9.95;0;6.16;28822
+76091;45.03875;4.18427;925;20220714;32.1;15.3;23.7;1.8;12.05;0;6.19;28676
+76091;45.03875;4.18427;925;20220715;29.2;15.7;22.5;2.8;12.15;0;6.12;26881
+76091;45.03875;4.18427;925;20220716;28.2;12.4;20.3;3.5;10.85;0;6.33;28547
+76091;45.03875;4.18427;925;20220717;29.6;12.1;20.9;3.2;9.45;0;6.66;28895
+76091;45.03875;4.18427;925;20220718;33.1;14.7;23.9;2;10.88;.3;6.48;28957
+76091;45.03875;4.18427;925;20220719;31.1;19;25;3.4;13.18;0;6.73;26005
+76091;45.03875;4.18427;925;20220720;28.8;16.3;22.6;3.2;13.75;0;5.72;23769
+76091;45.03875;4.18427;925;20220721;28.7;13.1;20.9;2.3;13.12;0;5.69;27885
+76091;45.03875;4.18427;925;20220722;32.7;14;23.4;1.9;13.18;8.1;5.59;24228
+76091;45.03875;4.18427;925;20220723;25.8;16.9;21.4;2.6;16.42;0;4.41;21049
+76091;45.03875;4.18427;925;20220724;31.2;12.1;21.6;2.4;13.18;.1;6;28444
+76091;45.03875;4.18427;925;20220725;30.2;18.3;24.2;3.1;13.52;.4;5.59;20213
+76091;45.03875;4.18427;925;20220726;23.4;14.2;18.8;4.5;12.38;0;5.06;24041
+76091;45.03875;4.18427;925;20220727;23.7;10.1;16.9;3.7;10.48;0;5.14;27030
+76091;45.03875;4.18427;925;20220728;27.6;9.7;18.6;2.1;10.45;.1;4.8;23041
+76091;45.03875;4.18427;925;20220729;22.7;14.2;18.5;2.1;12.48;4.3;3.48;15530
+76091;45.03875;4.18427;925;20220730;25.6;11.9;18.7;3;10.98;0;5.07;23955
+76091;45.03875;4.18427;925;20220731;27.8;13.1;20.5;2.9;11.38;0;5.64;25780
+76091;45.03875;4.18427;925;20220801;29.3;13.9;21.6;3;11.78;0;5.92;25916
+76091;45.03875;4.18427;925;20220802;29.5;13.6;21.6;2.9;12.38;.3;5.87;26641
+76091;45.03875;4.18427;925;20220803;32.5;15.4;23.9;2;11.72;0;5.83;25845
+76091;45.03875;4.18427;925;20220804;32.7;18.5;25.6;2.1;10.78;0;5.64;22605
+76091;45.03875;4.18427;925;20220805;29.6;18.5;24.1;2.4;13.15;1;4.49;15048
+76091;45.03875;4.18427;925;20220806;25.1;13.5;19.3;3.9;14.38;0;4.56;22760
+76091;45.03875;4.18427;925;20220807;25.4;10.9;18.1;3.3;10.92;0;5.17;25924
+76091;45.03875;4.18427;925;20220808;27;12.2;19.6;3.1;9.55;0;5.69;26053
+76091;45.03875;4.18427;925;20220809;29;12.6;20.8;2.7;8.62;0;5.9;25922
+76091;45.03875;4.18427;925;20220810;30.3;13.6;22;2;9.78;0;5.31;23498
+76091;45.03875;4.18427;925;20220811;31.5;15.2;23.3;1.9;10.28;0;5.56;24897
+76091;45.03875;4.18427;925;20220812;31.7;15.4;23.5;2.7;10.12;0;6.19;25255
+76091;45.03875;4.18427;925;20220813;31.4;15.3;23.4;2.2;10.35;17.3;5.67;24134
+76091;45.03875;4.18427;925;20220814;20.1;15.8;17.9;2.1;16.78;33.9;2.2;11191
+76091;45.03875;4.18427;925;20220815;23.2;12.4;17.8;2.3;12.65;.1;3.95;21245
+76091;45.03875;4.18427;925;20220816;26.7;11.7;19.2;2.6;12.98;2.1;4.48;21858
+76091;45.03875;4.18427;925;20220817;23.2;14.3;18.7;3.4;14.58;19.7;3.15;13081
+76091;45.03875;4.18427;925;20220818;18.1;10;14;3.8;13.32;2.4;2.07;11386
+76091;45.03875;4.18427;925;20220819;20.5;13.6;17;5.6;14.45;2.2;3.1;15453
+76091;45.03875;4.18427;925;20220820;21.7;14.6;18.1;3.9;14.45;.6;3.43;16840
+76091;45.03875;4.18427;925;20220821;21.1;10.9;16;3.5;12.25;.2;3.57;19687
+76091;45.03875;4.18427;925;20220822;20.9;13.2;17;4.1;13.65;.3;3.12;15134
+76091;45.03875;4.18427;925;20220823;24.1;14.5;19.3;3.7;14.78;.2;3.94;19210
+76091;45.03875;4.18427;925;20220824;27.9;13.4;20.6;2;13.38;0;4.48;23063
+76091;45.03875;4.18427;925;20220825;28.4;15.1;21.8;2.2;14.02;6;4.23;18704
+76091;45.03875;4.18427;925;20220826;22.3;15.4;18.8;4.1;16.32;.5;3.05;15391
+76091;45.03875;4.18427;925;20220827;19.8;14.3;17.1;3.2;14.95;.1;2.28;10855
+76091;45.03875;4.18427;925;20220828;25.1;11.8;18.4;1.9;13.92;.1;3.8;21473
+76091;45.03875;4.18427;925;20220829;27.7;13.2;20.4;1.3;13.82;.2;3.7;19625
+76091;45.03875;4.18427;925;20220830;24.7;15.8;20.3;2;15.45;5.4;3.47;17351
+76091;45.03875;4.18427;925;20220831;22.4;12.9;17.7;3.5;14.38;.2;3.26;17138
+76091;45.03875;4.18427;925;20220901;24.2;11.8;18;2;12.82;0;3.6;19772
+76091;45.03875;4.18427;925;20220902;23.4;13.3;18.3;1.9;12.65;4.4;2.94;13254
+76091;45.03875;4.18427;925;20220903;22.5;12.7;17.6;1.8;14.08;2.4;2.75;14579
+76091;45.03875;4.18427;925;20220904;24;12.3;18.1;2;15.08;.1;3.08;17424
+76091;45.03875;4.18427;925;20220905;24.1;15.6;19.9;3.9;15.92;.2;3.63;17527
+76091;45.03875;4.18427;925;20220906;23.5;15.4;19.5;2.3;15.72;.8;2.58;11981
+76091;45.03875;4.18427;925;20220907;22.2;13.6;17.9;2.1;15.28;7.8;2.52;13108
+76091;45.03875;4.18427;925;20220908;20;9.4;14.7;1.9;11.92;0;2.76;17500
+76091;45.03875;4.18427;925;20220909;19.1;9.7;14.4;3.1;10.62;0;2.97;16836
+76091;45.03875;4.18427;925;20220910;18.1;8.5;13.3;2.6;10.35;.2;2.73;17165
+76091;45.03875;4.18427;925;20220911;21.7;7;14.4;1.6;10.55;.1;3.04;20161
+76091;45.03875;4.18427;925;20220912;27.6;10.6;19.1;1.7;12.35;0;3.66;19846
+76091;45.03875;4.18427;925;20220913;23.4;15.8;19.6;3.6;17.08;6.5;2.78;13125
+76091;45.03875;4.18427;925;20220914;21.3;16.1;18.7;3.7;16.32;5;2.57;12416
+76091;45.03875;4.18427;925;20220915;20.6;11.8;16.2;2.8;13.98;4.2;2.51;14803
+76091;45.03875;4.18427;925;20220916;17.3;12;14.7;4.5;12.38;1;2.36;12546
+76091;45.03875;4.18427;925;20220917;11.3;5.6;8.5;5.1;8.12;0;1.96;13376
+76091;45.03875;4.18427;925;20220918;15.9;1.9;8.9;3.2;6.85;0;2.7;18917
+76091;45.03875;4.18427;925;20220919;14.7;2.6;8.6;4;7.45;0;2.49;18097
+76091;45.03875;4.18427;925;20220920;15.3;2.8;9.1;4;7.18;0;2.63;18154
+76091;45.03875;4.18427;925;20220921;15.6;3.3;9.5;3.2;7.52;0;2.53;17693
+76091;45.03875;4.18427;925;20220922;20;3.6;11.8;1.5;8.28;0;2.6;18447
+76091;45.03875;4.18427;925;20220923;17.8;7.7;12.7;1.7;10.98;6.7;1.86;11902
+76091;45.03875;4.18427;925;20220924;17.3;8.4;12.9;1.6;11.22;1.1;1.85;12603
+76091;45.03875;4.18427;925;20220925;13.2;8.6;10.9;2.9;10.38;1.2;1.42;8337
+76091;45.03875;4.18427;925;20220926;12.6;7;9.8;4.1;9.15;2.2;1.73;10844
+76091;45.03875;4.18427;925;20220927;11.2;6.2;8.7;5.1;8.95;1.8;1.46;9817
+76091;45.03875;4.18427;925;20220928;14.9;8;11.5;4.9;10.82;7.6;1.54;9066
+76091;45.03875;4.18427;925;20220929;10.9;7.2;9.1;3.8;8.72;.6;1.49;9263
+76091;45.03875;4.18427;925;20220930;9.6;4.9;7.2;4;7.95;.1;1.21;6338
+76091;45.03875;4.18427;925;20221001;15.8;2.8;9.3;3.6;10.02;.8;1.45;9942
+76091;45.03875;4.18427;925;20221002;18.5;11.7;15.1;2.8;12.28;.1;2.18;13159
+76091;45.03875;4.18427;925;20221003;15.3;9.2;12.3;3.4;11.58;.1;1.46;8666
+76091;45.03875;4.18427;925;20221004;21.6;7.4;14.5;1.5;10.52;.1;2.22;15176
+76091;45.03875;4.18427;925;20221005;20.1;8.3;14.2;2.6;9.78;.1;2.52;14815
+76091;45.03875;4.18427;925;20221006;16.6;7.8;12.2;2.2;11.32;.2;1.49;9539
+76091;45.03875;4.18427;925;20221007;19.1;8.9;14;1.5;11.82;3.5;1.74;12035
+76091;45.03875;4.18427;925;20221008;13.4;11.4;12.4;2.4;12.25;2.5;.96;3991
+76091;45.03875;4.18427;925;20221009;16;5;10.5;2.1;10.35;.2;1.44;11640
+76091;45.03875;4.18427;925;20221010;19.9;7.4;13.6;1.4;10.52;.2;1.86;13583
+76091;45.03875;4.18427;925;20221011;18.7;7.2;12.9;1.7;11.52;.3;1.62;11757
+76091;45.03875;4.18427;925;20221012;18.7;9.9;14.3;1.5;12.15;.4;1.55;10325
+76091;45.03875;4.18427;925;20221013;15.7;8;11.8;2.1;11.25;1.3;1.21;6934
+76091;45.03875;4.18427;925;20221014;16.1;9.9;13;3;12.15;.3;1.26;6859
+76091;45.03875;4.18427;925;20221015;21.9;9.3;15.6;2.1;11.32;0;2.09;11908
+76091;45.03875;4.18427;925;20221016;17.7;11.1;14.4;4.7;13.08;0;1.72;10240
+76091;45.03875;4.18427;925;20221017;17.6;13.5;15.6;5;12.75;0;1.94;7279
+76091;45.03875;4.18427;925;20221018;21.2;10.8;16;1.9;12.15;0;1.86;11976
+76091;45.03875;4.18427;925;20221019;22.3;9.8;16.1;1.7;11.28;.7;1.88;10631
+76091;45.03875;4.18427;925;20221020;16.4;12.9;14.7;5.1;14.65;17.8;1.04;4347
+76091;45.03875;4.18427;925;20221021;17.1;12.9;15;4.8;13.62;1;1.44;6139
+76091;45.03875;4.18427;925;20221022;19.2;9;14.1;2.6;11.85;0;1.65;11185
+76091;45.03875;4.18427;925;20221023;18.1;12.9;15.5;6.7;14.12;4.6;1.67;6043
+76091;45.03875;4.18427;925;20221024;19.1;13.4;16.3;3.2;12.38;2.6;1.84;8556
+76091;45.03875;4.18427;925;20221025;18.9;6.9;12.9;2.5;9.85;.1;1.68;9311
+76091;45.03875;4.18427;925;20221026;21;10.6;15.8;2;12.15;.1;1.64;9771
+76091;45.03875;4.18427;925;20221027;22.5;10.9;16.7;2;12.25;.1;1.75;9601
+76091;45.03875;4.18427;925;20221028;22.9;13.2;18;2.1;8.92;0;2.21;8938
+76091;45.03875;4.18427;925;20221029;21.9;12.6;17.2;3.5;6.98;0;3.23;8472
+76091;45.03875;4.18427;925;20221030;20.1;13.8;16.9;5.3;7.85;0;3.55;7596
+76091;45.03875;4.18427;925;20221031;16;11.3;13.6;5.6;11.38;12.2;1.71;6941
+76091;45.03875;4.18427;925;20221101;16.6;11.4;14;2.6;10.98;0;1.42;8650
+76091;45.03875;4.18427;925;20221102;13.7;5;9.3;1.6;8.05;0;1.04;8980
+76091;45.03875;4.18427;925;20221103;12;4.3;8.1;3.9;8.45;1.1;1.13;3713
+76091;45.03875;4.18427;925;20221104;7.2;2.9;5;4.8;7.05;6.6;.85;5156
+76091;45.03875;4.18427;925;20221105;6.1;3.2;4.6;5.3;6.72;0;.86;5610
+76091;45.03875;4.18427;925;20221106;15.2;-.4;7.4;2.2;5.42;0;1.45;9410
+76091;45.03875;4.18427;925;20221107;15.7;3.1;9.4;2.8;7.62;0;1.38;9544
+76091;45.03875;4.18427;925;20221108;12.4;6.9;9.7;6.2;10.08;11.2;1.03;5092
+76091;45.03875;4.18427;925;20221109;13.2;10.3;11.8;2.8;11.58;7.4;.79;3322
+76091;45.03875;4.18427;925;20221110;9.9;7.1;8.5;3.1;9.08;0;.76;5421
+76091;45.03875;4.18427;925;20221111;15.9;2.6;9.3;2.2;9.22;.1;.94;8680
+76091;45.03875;4.18427;925;20221112;18.5;7;12.7;1.4;8.92;0;1.11;8054
+76091;45.03875;4.18427;925;20221113;15.8;7.4;11.6;2.1;8.18;0;1.35;5145
+76091;45.03875;4.18427;925;20221114;10.7;7.8;9.3;4.2;9.58;4.6;.86;3731
+76091;45.03875;4.18427;925;20221115;10.8;7.7;9.3;4.1;10.48;4.5;.6;2505
+76091;45.03875;4.18427;925;20221116;11.4;4.6;8;3;8.25;0;.84;6906
+76091;45.03875;4.18427;925;20221117;12.1;6.6;9.3;5.1;8.72;3.8;1.15;4958
+76091;45.03875;4.18427;925;20221118;7.1;3.4;5.2;4.4;7.02;.4;.78;4791
+76091;45.03875;4.18427;925;20221119;4.8;1;2.9;4.6;6.45;1.4;.53;4023
+76091;45.03875;4.18427;925;20221120;5.9;.5;3.2;4.2;6.12;.3;.64;6594
+76091;45.03875;4.18427;925;20221121;6.2;.4;3.3;3.6;6.62;4.3;.62;2334
+76091;45.03875;4.18427;925;20221122;5.6;.8;3.2;4.9;5.98;1.2;.75;4825
+76091;45.03875;4.18427;925;20221123;11.1;.8;5.9;3.1;7.02;1;.83;5275
+76091;45.03875;4.18427;925;20221124;10.2;1.1;5.7;2;6.48;0;.68;6900
+76091;45.03875;4.18427;925;20221125;7.7;3.3;5.5;3.4;7.38;5.9;.73;2411
+76091;45.03875;4.18427;925;20221126;5.2;2.5;3.9;4;6.42;0;.61;4510
+76091;45.03875;4.18427;925;20221127;10.1;-.6;4.8;2.9;5.52;.3;.98;6047
+76091;45.03875;4.18427;925;20221128;6.1;5;5.5;3.5;7.75;3.6;.59;1233
+76091;45.03875;4.18427;925;20221129;3.5;1.7;2.6;4.8;6.42;1.4;.46;2351
+76091;45.03875;4.18427;925;20221130;3.3;1.4;2.4;3.3;6.58;1.1;.38;1345
+76091;45.03875;4.18427;925;20221201;1.5;.9;1.2;2.7;5.95;.2;.41;950
+76091;45.03875;4.18427;925;20221202;1.3;-1.2;0;1.8;5.35;1.2;.36;2157
+76091;45.03875;4.18427;925;20221203;1.8;-.5;.6;1.7;6.02;10.8;.27;2268
+76091;45.03875;4.18427;925;20221204;2.4;.4;1.4;2.8;6.05;5.6;.36;2135
+76091;45.03875;4.18427;925;20221205;5.3;-5.1;.1;1.7;4.32;0;.41;7408
+76091;45.03875;4.18427;925;20221206;5.5;-5.1;.2;1.7;4.05;0;.48;7120
+76091;45.03875;4.18427;925;20221207;-2;-4.5;-3.2;3.4;4.58;0;.21;1582
+76091;45.03875;4.18427;925;20221208;1.8;-6.4;-2.3;1.6;5.08;5.6;.18;4049
+76091;45.03875;4.18427;925;20221209;4.2;2;3.1;1.2;7.15;2.4;.3;2332
+76091;45.03875;4.18427;925;20221210;-2.3;-2.1;-2.2;4.5;4.65;.1;.32;1300
+76091;45.03875;4.18427;925;20221211;-1.3;-8.4;-4.8;3.2;3.25;0;.36;6157
+76091;45.03875;4.18427;925;20221212;1.2;-6.8;-2.8;2.3;3.45;5.3;.53;4722
+76091;45.03875;4.18427;925;20221213;5.7;-2.7;1.5;3;6.42;.6;.17;4566
+76091;45.03875;4.18427;925;20221214;9.3;2.8;6.1;2.3;7.92;.1;.47;3642
+76091;45.03875;4.18427;925;20221215;4.8;1.5;3.1;2;7.05;23.4;.4;1074
+76091;45.03875;4.18427;925;20221216;.3;.3;.3;3.8;5.52;.1;.39;1300
+76091;45.03875;4.18427;925;20221217;-.6;-8.1;-4.3;3.2;3.32;0;.4;5919
+76091;45.03875;4.18427;925;20221218;6;-6;0;4.4;5.25;0;.52;6330
+76091;45.03875;4.18427;925;20221219;8.9;5.1;7;7.6;8.68;.6;.69;2568
+76091;45.03875;4.18427;925;20221220;9.5;8;8.8;7.9;9.32;1.7;.92;2540
+76091;45.03875;4.18427;925;20221221;10.9;8.1;9.5;3.9;9.02;0;.81;4784
+76091;45.03875;4.18427;925;20221222;10.3;5.5;7.9;3.5;8.58;3;.72;2786
+76091;45.03875;4.18427;925;20221223;13.2;8.6;10.9;3.7;10.45;.6;.83;2728
+76091;45.03875;4.18427;925;20221224;13.9;8.6;11.2;1.4;9.62;0;.55;4951
+76091;45.03875;4.18427;925;20221225;11.6;4.1;7.9;2.5;8.08;0;.66;5198
+76091;45.03875;4.18427;925;20221226;12.2;5.9;9;2.8;8.85;.2;.75;4120
+76091;45.03875;4.18427;925;20221227;8;1.9;4.9;1.7;6.75;0;.4;5567
+76091;45.03875;4.18427;925;20221228;10.8;-.7;5;2.2;6.75;0;.6;5173
+76091;45.03875;4.18427;925;20221229;9.3;4.4;6.8;3.4;8.15;1.9;.64;2848
+76091;45.03875;4.18427;925;20221230;9.5;2.5;6;2.6;8.08;.2;.54;2521
+76091;45.03875;4.18427;925;20221231;12.1;6.7;9.4;4.6;9.38;0;.85;4960
+76092;45.05581;4.50036;646;20220101;16.8;9;12.9;1.4;6.82;0;1.02;5225
+76092;45.05581;4.50036;646;20220102;10.2;4.9;7.6;2;7.19;0;.95;3541
+76092;45.05581;4.50036;646;20220103;12.3;7.4;9.8;2.1;8.16;0;1;3618
+76092;45.05581;4.50036;646;20220104;10.7;7.5;9.1;3.6;8.79;5.8;1.09;3338
+76092;45.05581;4.50036;646;20220105;1.6;1.4;1.5;5.5;5.39;.2;.8;2322
+76092;45.05581;4.50036;646;20220106;2.5;-.3;1.1;5.7;4.59;0;1.08;3277
+76092;45.05581;4.50036;646;20220107;3.4;-2;.7;2.6;4.72;0;.65;3975
+76092;45.05581;4.50036;646;20220108;4.7;.8;2.7;2.6;6.66;2.4;.47;3095
+76092;45.05581;4.50036;646;20220109;4.8;3;3.9;2.8;5.96;2.3;.83;2375
+76092;45.05581;4.50036;646;20220110;3.3;1.1;2.2;4;5.92;.3;.66;2734
+76092;45.05581;4.50036;646;20220111;.4;-2;-.8;5.4;4.99;0;.57;2537
+76092;45.05581;4.50036;646;20220112;-.1;-2.2;-1.1;4.8;4.46;0;.7;2862
+76092;45.05581;4.50036;646;20220113;1.9;-2.8;-.5;2.9;4.29;0;.66;5230
+76092;45.05581;4.50036;646;20220114;8.4;-2.6;2.9;1.5;4.16;0;.81;6700
+76092;45.05581;4.50036;646;20220115;8.4;.7;4.6;1.4;3.82;0;.87;5828
+76092;45.05581;4.50036;646;20220116;7.2;.6;3.9;3;4.02;0;1.32;5845
+76092;45.05581;4.50036;646;20220117;3.3;.1;1.7;5;5.82;0;.77;3508
+76092;45.05581;4.50036;646;20220118;2.1;-.7;.7;3.4;5.59;0;.55;2905
+76092;45.05581;4.50036;646;20220119;4.8;-1;1.9;1.5;5.76;0;.49;3602
+76092;45.05581;4.50036;646;20220120;2.9;0;1.5;5.1;5.59;.4;.8;2377
+76092;45.05581;4.50036;646;20220121;1.2;-1.2;0;7;4.02;0;1.24;3988
+76092;45.05581;4.50036;646;20220122;1.6;-2.4;-.4;5.7;4.79;0;.77;3541
+76092;45.05581;4.50036;646;20220123;1.2;-.9;.1;3.5;5.32;0;.58;2504
+76092;45.05581;4.50036;646;20220124;6.9;-3.4;1.8;1.2;5.22;0;.55;7150
+76092;45.05581;4.50036;646;20220125;9.8;.6;5.2;1.1;4.96;0;.71;7060
+76092;45.05581;4.50036;646;20220126;7.6;1.7;4.7;2.9;4.36;0;1.39;6537
+76092;45.05581;4.50036;646;20220127;5.4;-3.2;1.1;2.2;4.09;0;.98;6622
+76092;45.05581;4.50036;646;20220128;3;-5.1;-1.1;3.6;5.42;0;.45;6102
+76092;45.05581;4.50036;646;20220129;3.5;-2.2;.7;3.5;5.22;0;.9;5606
+76092;45.05581;4.50036;646;20220130;6.9;-.3;3.3;4.7;7.09;0;.68;5214
+76092;45.05581;4.50036;646;20220131;6.5;1.7;4.1;5;5.99;.6;1.18;4647
+76092;45.05581;4.50036;646;20220201;3.8;-.4;1.7;5.5;5.19;.4;1.04;5743
+76092;45.05581;4.50036;646;20220202;9;1.7;5.3;4.1;7.72;.2;.85;5000
+76092;45.05581;4.50036;646;20220203;11.4;3.3;7.4;2.6;7.12;0;1.17;6829
+76092;45.05581;4.50036;646;20220204;7.8;2.2;5;2.3;7.09;.2;.79;6746
+76092;45.05581;4.50036;646;20220205;6.9;3.7;5.3;3.7;5.96;.1;1.29;6281
+76092;45.05581;4.50036;646;20220206;6.6;0;3.3;3;5.69;.9;.96;6632
+76092;45.05581;4.50036;646;20220207;6.5;5.2;5.8;4.9;6.09;.9;1.51;4630
+76092;45.05581;4.50036;646;20220208;8.6;.7;4.7;3;4.82;0;1.41;8411
+76092;45.05581;4.50036;646;20220209;11;2;6.5;2.6;5.89;0;1.41;8906
+76092;45.05581;4.50036;646;20220210;5.7;3.7;4.7;2;6.66;.3;1.41;11031
+76092;45.05581;4.50036;646;20220211;7.1;2.4;4.7;3.2;6.08;0;1.28;6943
+76092;45.05581;4.50036;646;20220212;9.5;-4.4;2.5;2.4;5.48;0;1.15;9454
+76092;45.05581;4.50036;646;20220213;9.6;0;4.8;4.7;6.83;10.5;1.38;10247
+76092;45.05581;4.50036;646;20220214;8;4.7;6.3;3.4;7.83;9.9;1.12;3680
+76092;45.05581;4.50036;646;20220215;7.4;1.2;4.3;3;6.43;.3;1.12;7107
+76092;45.05581;4.50036;646;20220216;8.7;3.2;6;1.7;8.09;2.1;.81;5538
+76092;45.05581;4.50036;646;20220217;14;7.6;10.8;2.6;9.22;.1;1.44;6611
+76092;45.05581;4.50036;646;20220218;16.8;8.1;12.4;3;8.79;0;2.02;9699
+76092;45.05581;4.50036;646;20220219;7.3;3.8;5.6;3.8;5.36;0;1.64;7432
+76092;45.05581;4.50036;646;20220220;11.2;1.9;6.5;2.7;6.12;.1;1.55;9646
+76092;45.05581;4.50036;646;20220221;8.2;7.1;7.6;4.6;6.39;1.4;1.81;4117
+76092;45.05581;4.50036;646;20220222;8.9;3.5;6.2;4.7;6.66;.2;1.58;8589
+76092;45.05581;4.50036;646;20220223;10.9;5.1;8;3.2;7.76;0;1.43;7698
+76092;45.05581;4.50036;646;20220224;11.1;5.4;8.3;3.3;7.46;.2;1.59;8030
+76092;45.05581;4.50036;646;20220225;6.2;2.6;4.4;5.3;4.99;0;1.84;8932
+76092;45.05581;4.50036;646;20220226;6.7;.6;3.6;3.6;4.72;0;1.63;10415
+76092;45.05581;4.50036;646;20220227;9;-.3;4.3;1.8;5.26;0;1.3;10086
+76092;45.05581;4.50036;646;20220228;10;1.2;5.6;2.1;5.92;0;1.45;11341
+76092;45.05581;4.50036;646;20220301;11.1;1.2;6.1;2.5;5.86;0;1.65;11554
+76092;45.05581;4.50036;646;20220302;9.3;2.1;5.7;1.9;7.16;0;1.16;9548
+76092;45.05581;4.50036;646;20220303;11.9;4.2;8.1;1.8;8.19;0;1.34;10034
+76092;45.05581;4.50036;646;20220304;11.8;5.8;8.8;3.7;6.29;0;2.23;10688
+76092;45.05581;4.50036;646;20220305;8.8;1.7;5.2;3.1;4.02;0;2.08;11307
+76092;45.05581;4.50036;646;20220306;6.5;-.9;2.8;2.8;3.39;0;1.83;11870
+76092;45.05581;4.50036;646;20220307;7.6;-2;2.8;1.9;3.89;0;1.54;12470
+76092;45.05581;4.50036;646;20220308;7.7;0;3.9;2.1;5.36;0;1.44;10080
+76092;45.05581;4.50036;646;20220309;10.2;1.8;6;2.4;6.89;0;1.54;12039
+76092;45.05581;4.50036;646;20220310;10.4;4.4;7.4;3;7.89;1.4;1.44;9174
+76092;45.05581;4.50036;646;20220311;9.1;5.7;7.4;4.3;7.39;1;1.6;6489
+76092;45.05581;4.50036;646;20220312;8.1;4;6;3.4;7.02;2.7;1.33;6423
+76092;45.05581;4.50036;646;20220313;7;4.5;5.8;3.7;7.42;21.4;1.16;5633
+76092;45.05581;4.50036;646;20220314;10;2.5;6.2;1.7;8.79;1.7;1.1;10066
+76092;45.05581;4.50036;646;20220315;12.3;7.6;9.9;4.4;8.69;0;1.97;8537
+76092;45.05581;4.50036;646;20220316;13.9;8.1;11;2.6;9.19;0;1.84;9615
+76092;45.05581;4.50036;646;20220317;11.3;8.9;10.1;4.3;9.66;.7;1.48;5565
+76092;45.05581;4.50036;646;20220318;7.7;5.7;6.7;2.9;8.78;0;1.16;3653
+76092;45.05581;4.50036;646;20220319;14.8;1;7.9;1.7;7.81;0;2.02;15336
+76092;45.05581;4.50036;646;20220320;11.1;1.1;6.1;3.6;6.76;0;1.91;9195
+76092;45.05581;4.50036;646;20220321;13.2;4.2;8.7;3.6;6.11;0;2.86;15500
+76092;45.05581;4.50036;646;20220322;13.8;-2.5;5.6;3.3;4.93;0;2.88;18896
+76092;45.05581;4.50036;646;20220323;15.1;-4;5.5;2.2;4.96;0;2.69;19358
+76092;45.05581;4.50036;646;20220324;17.6;-3;7.3;2.3;5.01;0;3.05;19710
+76092;45.05581;4.50036;646;20220325;18.1;-2.3;7.9;2.1;5.36;0;3;19285
+76092;45.05581;4.50036;646;20220326;18.9;-1.8;8.5;1.8;5.98;0;2.93;19609
+76092;45.05581;4.50036;646;20220327;19.1;-.7;9.2;1.9;5.76;0;2.9;17008
+76092;45.05581;4.50036;646;20220328;19.4;1;10.2;2.8;5.43;0;3.62;19143
+76092;45.05581;4.50036;646;20220329;16.9;3.1;10;2.9;6.86;2.1;2.93;13686
+76092;45.05581;4.50036;646;20220330;13.1;6.4;9.8;1.7;9.56;3.2;1.7;9803
+76092;45.05581;4.50036;646;20220331;9.9;3.2;6.6;2.6;8.03;3.3;1.58;8697
+76092;45.05581;4.50036;646;20220401;3;.9;2;4.9;4.8;5.7;1.56;8961
+76092;45.05581;4.50036;646;20220402;2.4;-1.3;.5;4.7;4.16;1.4;1.54;8047
+76092;45.05581;4.50036;646;20220403;3.1;-2;.5;5;4.65;0;1.65;10037
+76092;45.05581;4.50036;646;20220404;8.7;-4.4;2.2;2.3;4.73;0;2.36;20965
+76092;45.05581;4.50036;646;20220405;13;-4.1;4.4;2;6.11;0;2.42;18433
+76092;45.05581;4.50036;646;20220406;14.2;3.3;8.7;1.9;8.96;1.3;2.06;13256
+76092;45.05581;4.50036;646;20220407;13.8;6.1;9.9;4.2;9.48;.3;2.12;9380
+76092;45.05581;4.50036;646;20220408;16.4;9;12.7;4.6;9.16;.2;3.07;11181
+76092;45.05581;4.50036;646;20220409;9.5;3.3;6.4;4.3;5.46;.3;2.71;13521
+76092;45.05581;4.50036;646;20220410;14.3;-3.8;5.2;1.9;5.46;0;2.94;23250
+76092;45.05581;4.50036;646;20220411;14.4;-.5;7;4.9;7.18;0;3.01;18839
+76092;45.05581;4.50036;646;20220412;15.2;5.6;10.4;3.6;6.96;0;3.03;12393
+76092;45.05581;4.50036;646;20220413;18.7;5.3;12;2.1;8.16;0;3.15;17711
+76092;45.05581;4.50036;646;20220414;20.4;4.1;12.3;2.5;10.53;0;3.6;22045
+76092;45.05581;4.50036;646;20220415;21.6;5.4;13.5;2.9;10.68;0;3.93;21333
+76092;45.05581;4.50036;646;20220416;20.1;4.1;12.1;3.6;8.81;0;4.03;23533
+76092;45.05581;4.50036;646;20220417;18.4;1.4;9.9;2.3;7.38;0;3.67;24215
+76092;45.05581;4.50036;646;20220418;19.7;0;9.8;2;6.31;0;3.85;24881
+76092;45.05581;4.50036;646;20220419;19;1.9;10.4;2.3;7.03;0;3.76;22652
+76092;45.05581;4.50036;646;20220420;15.4;3.3;9.4;1.8;9.48;7.6;2.19;13215
+76092;45.05581;4.50036;646;20220421;17.4;8.1;12.7;1.7;10.51;.2;2.84;16268
+76092;45.05581;4.50036;646;20220422;19.6;1.9;10.8;2;8.81;0;3.48;21822
+76092;45.05581;4.50036;646;20220423;15.1;9.2;12.1;4;8.91;16.9;2.55;6600
+76092;45.05581;4.50036;646;20220424;14;4.1;9.1;2.1;9.61;1.4;2.22;14224
+76092;45.05581;4.50036;646;20220425;16;7;11.5;2.2;9.66;0;2.93;17470
+76092;45.05581;4.50036;646;20220426;18.1;3.8;11;2.2;9.11;0;3.56;23325
+76092;45.05581;4.50036;646;20220427;19.8;1.5;10.7;1.9;8.38;0;3.88;25778
+76092;45.05581;4.50036;646;20220428;22.1;3.1;12.6;2.1;9.38;0;4.11;25068
+76092;45.05581;4.50036;646;20220429;21.7;3.2;12.4;2.1;9.46;.4;3.9;22638
+76092;45.05581;4.50036;646;20220430;18.1;6.8;12.5;2.9;9.31;0;3.82;21503
+76092;45.05581;4.50036;646;20220501;18;2.3;10.2;2.6;8.11;0;3.91;24382
+76092;45.05581;4.50036;646;20220502;19.6;2;10.8;1.9;8.41;0;3.96;25992
+76092;45.05581;4.50036;646;20220503;19.2;6;12.6;1.8;10.18;2.9;3.08;17256
+76092;45.05581;4.50036;646;20220504;20;4.7;12.3;2;10.91;1.7;3.49;21126
+76092;45.05581;4.50036;646;20220505;14.4;8.9;11.7;3.4;10.43;1;2.58;11962
+76092;45.05581;4.50036;646;20220506;14.4;8.9;11.6;6;9.89;0;2.5;9805
+76092;45.05581;4.50036;646;20220507;19;9.9;14.5;5.2;9.62;0;3.76;13284
+76092;45.05581;4.50036;646;20220508;19.2;10.3;14.8;2.9;10.26;.2;3.13;12681
+76092;45.05581;4.50036;646;20220509;21.6;10.7;16.1;1.6;11.22;.1;2.98;14463
+76092;45.05581;4.50036;646;20220510;24.6;11.9;18.3;1.7;12.42;.1;3.42;15238
+76092;45.05581;4.50036;646;20220511;24.4;12.5;18.5;2.8;11.26;0;4.11;15158
+76092;45.05581;4.50036;646;20220512;23.3;11.6;17.5;2.1;11.29;0;3.58;14848
+76092;45.05581;4.50036;646;20220513;22.5;11.1;16.8;1.9;12.46;.3;3.19;14645
+76092;45.05581;4.50036;646;20220514;24.2;13.9;19.1;2.4;13.72;0;3.54;14495
+76092;45.05581;4.50036;646;20220515;23.9;13.5;18.7;2.3;12.42;.6;3.65;14419
+76092;45.05581;4.50036;646;20220516;25.9;13.2;19.6;2.1;9.86;0;4.21;15519
+76092;45.05581;4.50036;646;20220517;28;14.6;21.3;1.3;13.09;0;3.76;16354
+76092;45.05581;4.50036;646;20220518;28.4;17.8;23.1;2.5;13.86;0;4.4;14682
+76092;45.05581;4.50036;646;20220519;26.6;17.3;21.9;3.9;13.02;0;4.96;14120
+76092;45.05581;4.50036;646;20220520;26.1;17.3;21.7;3.9;11.59;0;5.16;13560
+76092;45.05581;4.50036;646;20220521;29;15.6;22.3;1.4;14.79;0;3.86;16314
+76092;45.05581;4.50036;646;20220522;29.4;17.5;23.5;1.6;16.76;.1;3.78;14976
+76092;45.05581;4.50036;646;20220523;22.9;17.2;20;2.7;13.99;.3;3.34;10510
+76092;45.05581;4.50036;646;20220524;19;12.6;15.8;3.2;10.09;0;3.41;12044
+76092;45.05581;4.50036;646;20220525;20;10.6;15.3;5.4;9.36;0;4.31;14529
+76092;45.05581;4.50036;646;20220526;20.2;11.1;15.6;4.7;10.02;0;4.03;14170
+76092;45.05581;4.50036;646;20220527;22.7;12.4;17.6;5.1;11.92;0;4.39;15188
+76092;45.05581;4.50036;646;20220528;21.1;11.9;16.5;5.5;9.69;0;4.7;14637
+76092;45.05581;4.50036;646;20220529;18.4;9.3;13.9;4.1;7.02;0;4.26;15143
+76092;45.05581;4.50036;646;20220530;20.9;8.5;14.7;2.2;7.59;1.6;3.69;15936
+76092;45.05581;4.50036;646;20220531;19.1;12.4;15.7;1.7;11.82;8;2.58;11214
+76092;45.05581;4.50036;646;20220601;25.8;12;18.9;1.5;13.59;4.1;3.59;16875
+76092;45.05581;4.50036;646;20220602;27;14.5;20.7;1.6;14.16;1;3.79;16344
+76092;45.05581;4.50036;646;20220603;27.4;17;22.2;2;13.96;0;4.11;15111
+76092;45.05581;4.50036;646;20220604;29.1;16.8;23;3;14.82;1.2;5;16684
+76092;45.05581;4.50036;646;20220605;24.8;17.5;21.1;2.8;15.49;2.1;4.37;18073
+76092;45.05581;4.50036;646;20220606;25.6;14.6;20.1;2.3;13.8;.5;4.72;21962
+76092;45.05581;4.50036;646;20220607;23.9;13.9;18.9;2.9;12.69;0;4.6;20832
+76092;45.05581;4.50036;646;20220608;20.4;13.7;17.1;2;11.89;2.2;2.97;11972
+76092;45.05581;4.50036;646;20220609;19.1;11.4;15.3;4.3;10.86;.1;3.52;13283
+76092;45.05581;4.50036;646;20220610;23.6;11.5;17.6;4.4;10.06;0;5.02;17091
+76092;45.05581;4.50036;646;20220611;28.1;15.1;21.6;3.1;10.39;0;6.5;27077
+76092;45.05581;4.50036;646;20220612;30.6;18.6;24.6;2.2;12.16;3;6.01;24090
+76092;45.05581;4.50036;646;20220613;25.9;17.9;21.9;3.4;14.46;0;5.36;21463
+76092;45.05581;4.50036;646;20220614;30.7;14.7;22.7;2.8;10.26;0;6.82;28427
+76092;45.05581;4.50036;646;20220615;31.7;18.2;25;2.2;13.99;.1;5.82;22344
+76092;45.05581;4.50036;646;20220616;31.6;21;26.3;2.6;15.66;0;6.3;24299
+76092;45.05581;4.50036;646;20220617;32.2;20.3;26.3;3.4;11.92;0;7.41;25906
+76092;45.05581;4.50036;646;20220618;33.3;20.8;27;3.1;12.62;0;7.39;26212
+76092;45.05581;4.50036;646;20220619;30.6;20.7;25.7;3.9;13.26;0;7.12;23700
+76092;45.05581;4.50036;646;20220620;30.4;18.2;24.3;3.1;11.59;0;6.83;25856
+76092;45.05581;4.50036;646;20220621;28.1;18.9;23.5;3;16.12;.9;5.31;20733
+76092;45.05581;4.50036;646;20220622;25.5;18.1;21.8;3.1;18.42;10.6;4.06;17105
+76092;45.05581;4.50036;646;20220623;24;16.6;20.3;2.4;17.66;7;3.61;16900
+76092;45.05581;4.50036;646;20220624;21.5;15.8;18.6;2.2;14.82;18.2;3.4;15809
+76092;45.05581;4.50036;646;20220625;25.1;15;20.1;2.2;14.02;10;4.87;23677
+76092;45.05581;4.50036;646;20220626;21.6;14.1;17.9;2.1;16.37;0;2.88;14182
+76092;45.05581;4.50036;646;20220627;21.9;14.7;18.3;2.7;15.26;.3;3.55;17614
+76092;45.05581;4.50036;646;20220628;23;12.6;17.8;3.1;13.61;.1;4.31;21460
+76092;45.05581;4.50036;646;20220629;27;15.1;21;2.7;12.95;0;5.34;23151
+76092;45.05581;4.50036;646;20220630;24.6;16.3;20.4;2.3;14.44;28.2;4.27;19141
+76092;45.05581;4.50036;646;20220701;20.6;10.1;15.3;3.8;11.59;0;4.14;21612
+76092;45.05581;4.50036;646;20220702;27.5;12.3;19.9;3;11.4;0;5.9;26030
+76092;45.05581;4.50036;646;20220703;31.9;17.1;24.5;1.6;13.55;3.4;5.66;25554
+76092;45.05581;4.50036;646;20220704;26.5;18;22.2;3.1;16.1;2.3;4.76;19162
+76092;45.05581;4.50036;646;20220705;25.5;16.4;20.9;4.1;13.8;0;5.22;19999
+76092;45.05581;4.50036;646;20220706;24.6;16;20.3;5.4;11.34;0;5.92;19448
+76092;45.05581;4.50036;646;20220707;24.5;13.4;19;5;11.34;0;5.67;22040
+76092;45.05581;4.50036;646;20220708;24.5;14;19.3;5.5;12.19;0;5.63;21466
+76092;45.05581;4.50036;646;20220709;27.1;15.5;21.3;5;11.34;0;6.51;22445
+76092;45.05581;4.50036;646;20220710;26.6;16.9;21.7;5.1;11.9;0;6.32;20554
+76092;45.05581;4.50036;646;20220711;28.2;16.1;22.1;3.9;12.19;.1;6.14;22870
+76092;45.05581;4.50036;646;20220712;28.8;17.7;23.3;2.9;12.36;0;6.18;24841
+76092;45.05581;4.50036;646;20220713;31.9;18.4;25.1;2;10.69;0;6.17;25951
+76092;45.05581;4.50036;646;20220714;33.8;19.3;26.6;1.4;14.09;0;5.92;26647
+76092;45.05581;4.50036;646;20220715;30.6;21.4;26;2.9;13.22;0;6.46;23374
+76092;45.05581;4.50036;646;20220716;29.5;17.7;23.6;4.1;10.79;0;7.17;25019
+76092;45.05581;4.50036;646;20220717;30.9;17.7;24.3;3;10.39;0;6.83;25725
+76092;45.05581;4.50036;646;20220718;34.8;20.3;27.5;2.2;12.22;0;6.76;26445
+76092;45.05581;4.50036;646;20220719;34.1;22.8;28.5;2.7;14.19;0;6.77;23864
+76092;45.05581;4.50036;646;20220720;32;20.5;26.3;2.8;16.62;.4;6.12;23137
+76092;45.05581;4.50036;646;20220721;30.1;17.6;23.9;3.5;14.86;0;6.36;25080
+76092;45.05581;4.50036;646;20220722;34.5;19.7;27.1;2.3;14.32;5.9;6.4;24608
+76092;45.05581;4.50036;646;20220723;28;19.2;23.6;2.7;17.56;0;4.9;20197
+76092;45.05581;4.50036;646;20220724;32.9;17.5;25.2;2.8;14.49;0;6.55;25988
+76092;45.05581;4.50036;646;20220725;32.6;20.8;26.7;2.9;15.09;1.8;6.07;20390
+76092;45.05581;4.50036;646;20220726;26.1;17.3;21.7;4.4;13.99;0;5.65;21710
+76092;45.05581;4.50036;646;20220727;25.8;15.3;20.6;4.1;11.22;0;5.97;23689
+76092;45.05581;4.50036;646;20220728;29.3;16.3;22.8;2.1;11.02;0;5.38;22631
+76092;45.05581;4.50036;646;20220729;24.5;18.7;21.6;2;13.66;5.8;3.95;15607
+76092;45.05581;4.50036;646;20220730;27.8;17.7;22.8;3;11.69;0;5.79;22850
+76092;45.05581;4.50036;646;20220731;30.3;19.1;24.7;3;12.16;0;6.28;23512
+76092;45.05581;4.50036;646;20220801;31.6;20.2;25.9;3.6;12.62;0;6.91;23456
+76092;45.05581;4.50036;646;20220802;31;18.9;25;3.5;13.59;0;6.59;23770
+76092;45.05581;4.50036;646;20220803;34.2;19.4;26.8;2.2;12.89;0;6.25;24686
+76092;45.05581;4.50036;646;20220804;35;20.7;27.9;2.5;12.46;0;6.63;23724
+76092;45.05581;4.50036;646;20220805;32.4;20.5;26.4;2.4;15.56;1;5.3;18455
+76092;45.05581;4.50036;646;20220806;28.1;17.9;23;4.3;15.16;0;5.83;21756
+76092;45.05581;4.50036;646;20220807;28;15.6;21.8;3.6;12.32;0;5.83;22936
+76092;45.05581;4.50036;646;20220808;28.9;17.5;23.2;3.5;10.89;0;6.16;22598
+76092;45.05581;4.50036;646;20220809;30.6;18.8;24.7;2.7;9.92;0;6.12;22786
+76092;45.05581;4.50036;646;20220810;32.4;20.1;26.2;1.9;10.66;0;5.48;21968
+76092;45.05581;4.50036;646;20220811;33.3;18.7;26;1.6;13.19;0;5.34;23521
+76092;45.05581;4.50036;646;20220812;32.8;18.6;25.7;1.6;13.22;0;5.26;23168
+76092;45.05581;4.50036;646;20220813;32.5;20.2;26.4;1.7;11.36;15.2;5.26;21945
+76092;45.05581;4.50036;646;20220814;22.3;17.7;20;2;18.72;23.6;2.45;11143
+76092;45.05581;4.50036;646;20220815;26.2;14.9;20.5;1.8;14.22;.1;4.08;19682
+76092;45.05581;4.50036;646;20220816;29.3;16.9;23.1;2;14.09;1.3;4.62;19733
+76092;45.05581;4.50036;646;20220817;24.2;16.3;20.2;1.9;16.89;16.2;3.23;15595
+76092;45.05581;4.50036;646;20220818;20.3;12.9;16.6;3.3;14.8;1.2;2.93;15068
+76092;45.05581;4.50036;646;20220819;22.6;15.9;19.2;4.1;15.79;1.2;3.47;13721
+76092;45.05581;4.50036;646;20220820;24.4;16.5;20.5;3.7;15.79;.3;3.98;16119
+76092;45.05581;4.50036;646;20220821;23.6;15.5;19.6;3.4;12.66;.2;4.29;17437
+76092;45.05581;4.50036;646;20220822;24.5;16.1;20.3;3.7;13.36;.3;4.63;18827
+76092;45.05581;4.50036;646;20220823;26.4;16.9;21.7;3.9;14.76;.5;4.91;19153
+76092;45.05581;4.50036;646;20220824;29.7;18.3;24;2.3;13.69;0;4.88;20029
+76092;45.05581;4.50036;646;20220825;30.5;17.8;24.1;1.9;15.79;5.7;4.46;18895
+76092;45.05581;4.50036;646;20220826;24.8;18.2;21.5;3.6;16.72;.4;3.9;14927
+76092;45.05581;4.50036;646;20220827;23.3;16.1;19.7;3.2;16.26;.1;3.4;15064
+76092;45.05581;4.50036;646;20220828;26.8;16.2;21.5;2.2;15.46;.1;4.11;19147
+76092;45.05581;4.50036;646;20220829;29.9;17.2;23.6;2;15.46;.1;4.43;19495
+76092;45.05581;4.50036;646;20220830;25.4;19;22.2;2.3;18.66;7.9;3.14;12989
+76092;45.05581;4.50036;646;20220831;24.5;15.6;20.1;3.2;15.96;.2;3.68;16379
+76092;45.05581;4.50036;646;20220901;25.8;15.9;20.9;2.5;13.69;0;4.1;17865
+76092;45.05581;4.50036;646;20220902;25.4;16.7;21.1;1.9;13.86;.9;3.46;14835
+76092;45.05581;4.50036;646;20220903;24.9;15.2;20.1;2;16.42;1.9;3.18;15459
+76092;45.05581;4.50036;646;20220904;26.5;15.3;20.9;1.6;17.12;.1;3.35;17333
+76092;45.05581;4.50036;646;20220905;26.6;18.5;22.5;3;18.62;.1;3.68;15242
+76092;45.05581;4.50036;646;20220906;26;18.6;22.3;2.4;18.39;1;3.28;13628
+76092;45.05581;4.50036;646;20220907;22.8;15.8;19.3;2.2;17.42;10.4;2.53;12409
+76092;45.05581;4.50036;646;20220908;23.1;13.5;18.3;2.2;13.5;.2;3.04;15087
+76092;45.05581;4.50036;646;20220909;22.2;13.9;18.1;1.8;11.53;0;2.92;14027
+76092;45.05581;4.50036;646;20220910;20.5;12.4;16.5;1.8;11.23;.1;2.77;14199
+76092;45.05581;4.50036;646;20220911;22;11.7;16.9;2.7;11.39;0;3.42;16917
+76092;45.05581;4.50036;646;20220912;27;14.3;20.7;1.8;13.59;0;3.57;17540
+76092;45.05581;4.50036;646;20220913;23.8;18.3;21.1;2.9;19.22;20.4;2.41;9399
+76092;45.05581;4.50036;646;20220914;22.3;17.2;19.7;3.3;18.22;5.4;2.5;10507
+76092;45.05581;4.50036;646;20220915;22.6;15.1;18.9;2.1;15.86;6.4;2.6;12777
+76092;45.05581;4.50036;646;20220916;18.2;14.3;16.3;3.1;14.26;.3;2.15;9570
+76092;45.05581;4.50036;646;20220917;13.2;8.3;10.8;5.2;9.12;0;2.44;13047
+76092;45.05581;4.50036;646;20220918;16.6;7;11.8;3.7;7.76;0;3.06;15878
+76092;45.05581;4.50036;646;20220919;16.4;8.3;12.3;4.1;8.02;0;3.13;14870
+76092;45.05581;4.50036;646;20220920;16.9;7.4;12.2;4.4;7.76;0;3.27;14969
+76092;45.05581;4.50036;646;20220921;16.9;7.8;12.3;3.3;8.32;0;2.87;14499
+76092;45.05581;4.50036;646;20220922;20.2;8.1;14.1;1.6;9.39;.1;2.59;15841
+76092;45.05581;4.50036;646;20220923;18.9;11.6;15.2;2.4;13.16;6.1;2.16;11793
+76092;45.05581;4.50036;646;20220924;18.8;11.4;15.1;1.9;13.26;2.1;2.01;11623
+76092;45.05581;4.50036;646;20220925;15;10.3;12.7;2.3;11.89;1;1.61;9050
+76092;45.05581;4.50036;646;20220926;15.3;9.1;12.2;2.7;10.29;1.8;1.94;9957
+76092;45.05581;4.50036;646;20220927;13.6;8.6;11.1;2.6;9.66;.8;1.69;8775
+76092;45.05581;4.50036;646;20220928;17;9.5;13.2;2.4;11.49;6.4;1.79;9514
+76092;45.05581;4.50036;646;20220929;13.1;10;11.5;2.2;10.29;.9;1.52;7463
+76092;45.05581;4.50036;646;20220930;11.2;6.9;9;3.4;8.96;.2;1.46;6984
+76092;45.05581;4.50036;646;20221001;17;7.2;12.1;2;10.29;.5;1.77;10124
+76092;45.05581;4.50036;646;20221002;21.7;13.6;17.6;2;13.32;.1;2.33;11441
+76092;45.05581;4.50036;646;20221003;16.7;12.2;14.4;3.8;12.76;0;1.94;9224
+76092;45.05581;4.50036;646;20221004;21.3;10.5;15.9;2;12.56;.1;2.19;12492
+76092;45.05581;4.50036;646;20221005;20.1;11.7;15.9;2.6;12.29;.1;2.39;12082
+76092;45.05581;4.50036;646;20221006;19.3;11.5;15.4;2.5;13.22;.1;1.98;10855
+76092;45.05581;4.50036;646;20221007;20.2;11.3;15.8;1.9;13.19;2.9;1.85;10171
+76092;45.05581;4.50036;646;20221008;14.3;13.5;13.9;2.3;13.49;1.6;1.03;2516
+76092;45.05581;4.50036;646;20221009;16;8.8;12.4;2.4;11.52;.3;1.46;8318
+76092;45.05581;4.50036;646;20221010;20.6;11.9;16.2;1.5;13.39;.2;1.82;10777
+76092;45.05581;4.50036;646;20221011;19.3;11.5;15.4;1.8;13.59;.2;1.69;10404
+76092;45.05581;4.50036;646;20221012;17.9;13;15.5;2;13.99;.3;1.46;7597
+76092;45.05581;4.50036;646;20221013;17.8;11.8;14.8;1.6;12.92;1.8;1.39;6983
+76092;45.05581;4.50036;646;20221014;17.2;11.9;14.6;1.2;13.12;.3;1.18;6165
+76092;45.05581;4.50036;646;20221015;22.2;12.8;17.5;2.2;12.49;0;2.21;10466
+76092;45.05581;4.50036;646;20221016;18.8;14.6;16.7;3.2;14.86;.1;1.8;6564
+76092;45.05581;4.50036;646;20221017;20.2;14.9;17.5;3.6;14.49;0;2.11;7616
+76092;45.05581;4.50036;646;20221018;21.7;14.2;17.9;1.7;13.99;.1;1.78;9193
+76092;45.05581;4.50036;646;20221019;20.2;12.8;16.5;1.5;14.39;.3;1.44;8293
+76092;45.05581;4.50036;646;20221020;17.5;15.9;16.7;3.8;15.92;15.7;1.35;3395
+76092;45.05581;4.50036;646;20221021;18;14.6;16.3;3.4;15.69;17.5;1.27;4404
+76092;45.05581;4.50036;646;20221022;20.6;13.4;17;1.6;15.02;0;1.44;7983
+76092;45.05581;4.50036;646;20221023;19.6;15.3;17.4;3.9;15.46;12.5;1.84;5905
+76092;45.05581;4.50036;646;20221024;20.5;16;18.2;2.6;15.22;9.3;1.66;5912
+76092;45.05581;4.50036;646;20221025;19.2;12.3;15.7;2.3;12.16;.1;1.69;7659
+76092;45.05581;4.50036;646;20221026;22.4;14.9;18.6;2.3;14.66;.1;1.89;7806
+76092;45.05581;4.50036;646;20221027;21.3;14.8;18;2.2;14.82;.1;1.63;7258
+76092;45.05581;4.50036;646;20221028;21.1;15.8;18.4;2.2;12.02;0;2;6342
+76092;45.05581;4.50036;646;20221029;22.3;14.9;18.6;2.5;9.42;0;2.55;7779
+76092;45.05581;4.50036;646;20221030;20.9;14.8;17.9;3.4;10.86;0;2.62;7724
+76092;45.05581;4.50036;646;20221031;18;13.3;15.6;3.3;13.52;32.9;1.52;6142
+76092;45.05581;4.50036;646;20221101;18.4;12.7;15.5;2.1;13.46;0;1.32;6427
+76092;45.05581;4.50036;646;20221102;14.6;9.2;11.9;2;9.69;.1;1.25;6885
+76092;45.05581;4.50036;646;20221103;12.9;7.7;10.3;2.3;9.86;2.4;1.05;4261
+76092;45.05581;4.50036;646;20221104;9.9;6.5;8.2;3.4;7.89;4.5;1.23;4847
+76092;45.05581;4.50036;646;20221105;9;5.5;7.2;5.3;7.46;0;1.39;5323
+76092;45.05581;4.50036;646;20221106;14.3;3.9;9.1;2.7;6.72;0;1.51;7947
+76092;45.05581;4.50036;646;20221107;16.2;8.2;12.2;2.2;8.56;0;1.45;7335
+76092;45.05581;4.50036;646;20221108;13.9;9.9;11.9;3.6;10.72;14.4;1.32;3510
+76092;45.05581;4.50036;646;20221109;13.3;11.9;12.6;2.5;13.06;12;.74;1712
+76092;45.05581;4.50036;646;20221110;12.1;8.3;10.2;3.4;10.39;0;.97;5724
+76092;45.05581;4.50036;646;20221111;14.9;5.6;10.3;1.6;10.29;.1;.77;6793
+76092;45.05581;4.50036;646;20221112;15.3;9.2;12.2;1.1;11.29;0;.75;5452
+76092;45.05581;4.50036;646;20221113;14.6;9.4;12;1.9;10.02;0;1.07;4705
+76092;45.05581;4.50036;646;20221114;12.3;10.1;11.2;3.7;10.62;6.7;1.18;2922
+76092;45.05581;4.50036;646;20221115;12.3;9.6;10.9;2.4;11.76;4.4;.69;2754
+76092;45.05581;4.50036;646;20221116;14.1;8.4;11.3;2.7;9.39;0;1.22;5761
+76092;45.05581;4.50036;646;20221117;13.9;9.4;11.6;3.4;10.26;2.5;1.27;4215
+76092;45.05581;4.50036;646;20221118;9.9;6.2;8;2.3;7.92;.4;.91;4313
+76092;45.05581;4.50036;646;20221119;7.3;4.2;5.8;3.8;7.16;.5;.97;3265
+76092;45.05581;4.50036;646;20221120;8.2;3.2;5.7;2.9;6.89;0;.87;5296
+76092;45.05581;4.50036;646;20221121;6.8;3.8;5.3;2;7.49;4.6;.63;2472
+76092;45.05581;4.50036;646;20221122;7.3;3.5;5.4;2.4;6.76;.1;.8;3638
+76092;45.05581;4.50036;646;20221123;10.4;3.6;7;1.6;7.52;.3;.72;4519
+76092;45.05581;4.50036;646;20221124;11;5.2;8.1;1.9;7.09;.1;.9;5139
+76092;45.05581;4.50036;646;20221125;11;6.7;8.9;2.6;8.26;5;1.01;3298
+76092;45.05581;4.50036;646;20221126;7.5;4.9;6.2;4.6;7.62;0;.94;3729
+76092;45.05581;4.50036;646;20221127;10.1;1.5;5.8;2.3;7.19;.2;.72;5093
+76092;45.05581;4.50036;646;20221128;7;6.8;6.9;2.2;8.56;6.6;.67;752
+76092;45.05581;4.50036;646;20221129;5.8;3.5;4.6;3.1;7.42;.6;.61;2165
+76092;45.05581;4.50036;646;20221130;5.8;4.1;4.9;4.5;7.66;.4;.67;1599
+76092;45.05581;4.50036;646;20221201;4.4;3.1;3.8;3.9;6.86;.1;.67;1740
+76092;45.05581;4.50036;646;20221202;2.1;.5;1.3;2.2;6.19;1;.4;1661
+76092;45.05581;4.50036;646;20221203;3;.5;1.7;2.5;6.79;11.4;.3;1876
+76092;45.05581;4.50036;646;20221204;4.3;1.7;3;1.8;7.19;8.6;.37;1736
+76092;45.05581;4.50036;646;20221205;5.4;-.1;2.6;1.5;6.06;0;.39;4548
+76092;45.05581;4.50036;646;20221206;4.1;-.7;1.7;2.4;5.46;0;.56;4674
+76092;45.05581;4.50036;646;20221207;.6;-1.2;-.3;4.3;5.62;0;.4;1509
+76092;45.05581;4.50036;646;20221208;2.8;-2.1;.3;2;5.56;9.5;.35;3327
+76092;45.05581;4.50036;646;20221209;4.1;1.1;2.6;2.4;7.12;3;.31;2473
+76092;45.05581;4.50036;646;20221210;-1.4;-1;-1.2;4.9;5.19;0;.4;366
+76092;45.05581;4.50036;646;20221211;-.6;-4.9;-2.7;3.8;3.79;0;.58;4085
+76092;45.05581;4.50036;646;20221212;.7;-5.6;-2.5;1.4;3.99;4.6;.41;4495
+76092;45.05581;4.50036;646;20221213;3.2;-2.9;.2;2.7;6.64;3;.26;3763
+76092;45.05581;4.50036;646;20221214;8.9;4.2;6.5;2.3;9.12;.7;.41;3102
+76092;45.05581;4.50036;646;20221215;5.5;4;4.8;2.2;8.39;23;.37;829
+76092;45.05581;4.50036;646;20221216;.5;.4;.4;2.8;6.14;0;.32;425
+76092;45.05581;4.50036;646;20221217;.3;-4.3;-2;3.2;4.17;0;.49;4539
+76092;45.05581;4.50036;646;20221218;7.9;-4.6;1.7;2.4;6.49;.5;.38;5060
+76092;45.05581;4.50036;646;20221219;10.4;6.9;8.6;4.7;9.72;2.9;.8;2247
+76092;45.05581;4.50036;646;20221220;11.1;9.5;10.3;5.2;10.56;5.2;1.02;1504
+76092;45.05581;4.50036;646;20221221;12.7;9.8;11.2;2.4;10.62;.4;.82;2894
+76092;45.05581;4.50036;646;20221222;12.2;8.3;10.3;2.2;9.36;1.9;.91;2542
+76092;45.05581;4.50036;646;20221223;14.5;9.7;12.1;2;11.26;.4;.81;2445
+76092;45.05581;4.50036;646;20221224;15.6;10.2;12.9;1;11.06;0;.6;3850
+76092;45.05581;4.50036;646;20221225;12.7;7.4;10.1;2.7;10.02;0;.84;4138
+76092;45.05581;4.50036;646;20221226;13.3;9.8;11.5;2.4;10.32;.1;.93;2937
+76092;45.05581;4.50036;646;20221227;9.2;5.9;7.5;2.3;8.19;0;.67;3633
+76092;45.05581;4.50036;646;20221228;10.2;3;6.6;1.9;7.76;.2;.64;4091
+76092;45.05581;4.50036;646;20221229;10.6;7.8;9.2;2.9;9.62;2.1;.8;2836
+76092;45.05581;4.50036;646;20221230;10.3;6.7;8.5;2.7;9.82;0;.63;2500
+76092;45.05581;4.50036;646;20221231;13.2;9.8;11.5;3.6;10.36;.1;1.23;2935
+76093;45.07192;4.81662;180;20220101;10.5;1.8;6.2;1.2;8.24;0;.4;4719
+76093;45.07192;4.81662;180;20220102;8.9;2.9;5.9;3;9.44;0;.2;4336
+76093;45.07192;4.81662;180;20220103;11.5;5.7;8.6;1.7;9.59;0;.48;4220
+76093;45.07192;4.81662;180;20220104;13.1;6.4;9.8;6;10.24;8.5;.97;4649
+76093;45.07192;4.81662;180;20220105;5.5;3.8;4.6;7;6.39;.2;1.14;2234
+76093;45.07192;4.81662;180;20220106;6.2;2.7;4.5;6.8;5.74;0;1.35;3286
+76093;45.07192;4.81662;180;20220107;5.4;-2.2;1.6;2.2;5.79;1.2;.44;4978
+76093;45.07192;4.81662;180;20220108;7.3;1.3;4.3;3;7.49;2.3;.44;4430
+76093;45.07192;4.81662;180;20220109;7.5;3.2;5.4;2.2;7.29;2.3;.59;3721
+76093;45.07192;4.81662;180;20220110;6.4;3.5;5;5.2;6.79;.1;.94;3160
+76093;45.07192;4.81662;180;20220111;3.4;1.2;2.3;6.5;5.84;0;.82;2676
+76093;45.07192;4.81662;180;20220112;3.4;1.4;2.4;5.7;5.14;0;1.09;2573
+76093;45.07192;4.81662;180;20220113;3.8;-3.9;-.1;2.3;4.79;0;.49;5406
+76093;45.07192;4.81662;180;20220114;5.8;-6.2;-.2;1.7;4.84;0;.41;6751
+76093;45.07192;4.81662;180;20220115;3.5;-4.8;-.6;1.2;4.89;0;.38;5208
+76093;45.07192;4.81662;180;20220116;5.2;-4.5;.4;2.6;4.99;0;.66;5758
+76093;45.07192;4.81662;180;20220117;4.7;-2.5;1.1;5.3;6.09;0;.44;5383
+76093;45.07192;4.81662;180;20220118;5.3;2.5;3.9;3.7;5.99;0;.9;3330
+76093;45.07192;4.81662;180;20220119;3.7;-4.4;-.3;1.6;5.74;0;.28;5825
+76093;45.07192;4.81662;180;20220120;5.7;2.1;3.9;6.1;6.64;0;.84;3872
+76093;45.07192;4.81662;180;20220121;5.6;1.3;3.4;8.6;5.14;0;1.58;4251
+76093;45.07192;4.81662;180;20220122;5.5;-.4;2.5;6.1;5.59;0;1.02;5059
+76093;45.07192;4.81662;180;20220123;4.8;1.8;3.3;3.5;6.04;0;.8;3628
+76093;45.07192;4.81662;180;20220124;6.1;-.1;3;1.2;5.49;0;.55;5465
+76093;45.07192;4.81662;180;20220125;8.6;-5.9;1.4;1;5.14;0;.51;8440
+76093;45.07192;4.81662;180;20220126;7.3;-3.5;1.9;4.2;5.29;0;1.02;7323
+76093;45.07192;4.81662;180;20220127;2.3;-2.1;.1;5.7;5.04;0;.73;4376
+76093;45.07192;4.81662;180;20220128;5.2;-1.9;1.7;6.7;5.94;0;.74;6107
+76093;45.07192;4.81662;180;20220129;5;-1.5;1.8;4.9;5.99;0;.67;5886
+76093;45.07192;4.81662;180;20220130;10.7;2.3;6.5;6.3;7.79;0;1.17;6883
+76093;45.07192;4.81662;180;20220131;8.9;4.1;6.5;4.6;7.39;.5;1.13;5228
+76093;45.07192;4.81662;180;20220201;8.1;1.7;4.9;6.3;5.99;.7;1.44;6075
+76093;45.07192;4.81662;180;20220202;12.4;3.6;8;4.8;8.89;.1;.99;7336
+76093;45.07192;4.81662;180;20220203;12.4;6.1;9.3;3.3;8.49;0;1.27;6243
+76093;45.07192;4.81662;180;20220204;11.4;4.4;7.9;3.3;7.69;.2;1.21;6679
+76093;45.07192;4.81662;180;20220205;10.7;5.9;8.3;5;6.54;0;1.9;5567
+76093;45.07192;4.81662;180;20220206;10.2;-2.1;4;2.5;6.14;.2;.99;9188
+76093;45.07192;4.81662;180;20220207;10.5;5.7;8.1;5.9;6.74;.6;1.93;5592
+76093;45.07192;4.81662;180;20220208;11.5;-.4;5.6;2.7;5.14;0;1.45;9202
+76093;45.07192;4.81662;180;20220209;13.8;-4.1;4.9;3.9;6.59;0;1.54;11553
+76093;45.07192;4.81662;180;20220210;6.5;2;4.2;1.5;7.91;.3;1.15;11076
+76093;45.07192;4.81662;180;20220211;10;4.5;7.3;4.8;6.56;0;1.66;9233
+76093;45.07192;4.81662;180;20220212;11.8;-1.1;5.4;2;5.81;0;1.21;10485
+76093;45.07192;4.81662;180;20220213;11.7;2.9;7.3;4.3;7.33;2.9;1.51;7687
+76093;45.07192;4.81662;180;20220214;10.6;8;9.3;3.2;9.03;8.9;1.1;3053
+76093;45.07192;4.81662;180;20220215;10.6;3.4;7;2.9;6.98;1.4;1.26;7079
+76093;45.07192;4.81662;180;20220216;9.6;2.7;6.1;1.8;8.59;4;.74;7676
+76093;45.07192;4.81662;180;20220217;18.2;5.7;12;1.9;10.19;0;1.46;10688
+76093;45.07192;4.81662;180;20220218;19;3;11;3.5;9.64;0;2;12333
+76093;45.07192;4.81662;180;20220219;11.1;6.9;9;5.1;6.39;0;2.19;6319
+76093;45.07192;4.81662;180;20220220;13.9;.1;7;2.5;6.99;.1;1.5;11833
+76093;45.07192;4.81662;180;20220221;11.1;5.9;8.5;3.9;7.59;2.6;1.6;7001
+76093;45.07192;4.81662;180;20220222;12.6;6.4;9.5;5.7;7.59;0;2.13;7801
+76093;45.07192;4.81662;180;20220223;15.4;7.6;11.5;2.9;8.54;0;1.83;9020
+76093;45.07192;4.81662;180;20220224;14.7;3.6;9.1;5;8.74;0;1.85;11187
+76093;45.07192;4.81662;180;20220225;10.4;5.5;8;7;5.79;0;2.6;7213
+76093;45.07192;4.81662;180;20220226;11.4;1.5;6.4;3.8;5.44;0;2;10622
+76093;45.07192;4.81662;180;20220227;13.6;-4;4.8;1;5.49;0;1.33;14576
+76093;45.07192;4.81662;180;20220228;14.4;-2.8;5.8;1.9;5.84;0;1.7;14571
+76093;45.07192;4.81662;180;20220301;14.5;-1;6.8;3.2;6.29;0;2.05;14112
+76093;45.07192;4.81662;180;20220302;11.9;3.9;7.9;4.2;7.49;0;1.76;10129
+76093;45.07192;4.81662;180;20220303;15.9;1;8.4;2.1;7.89;0;1.78;14005
+76093;45.07192;4.81662;180;20220304;15.5;.6;8;4.1;5.94;0;2.59;14246
+76093;45.07192;4.81662;180;20220305;12.3;-2.4;4.9;3.4;3.99;0;2.4;14401
+76093;45.07192;4.81662;180;20220306;10.5;-4.7;2.9;2.9;3.79;0;2;14743
+76093;45.07192;4.81662;180;20220307;11.8;-5.4;3.2;1.3;4.24;0;1.58;15871
+76093;45.07192;4.81662;180;20220308;12.2;-5;3.6;3.2;5.74;0;1.84;16089
+76093;45.07192;4.81662;180;20220309;13.8;-1.2;6.3;3.3;7.09;0;1.94;15218
+76093;45.07192;4.81662;180;20220310;15.2;.1;7.6;4.3;8.14;.6;2.07;15356
+76093;45.07192;4.81662;180;20220311;14.5;8.8;11.6;8.2;8.04;0;3.21;9498
+76093;45.07192;4.81662;180;20220312;13.9;8.5;11.2;5.1;7.44;.2;2.74;8915
+76093;45.07192;4.81662;180;20220313;11.6;8.3;10;5.5;8.54;20.2;2;7285
+76093;45.07192;4.81662;180;20220314;13.6;2.7;8.1;1.6;9.69;1.4;1.46;13712
+76093;45.07192;4.81662;180;20220315;16.2;9.3;12.8;7;9.99;0;2.8;11017
+76093;45.07192;4.81662;180;20220316;17.2;9;13.1;4;10.39;0;2.45;12256
+76093;45.07192;4.81662;180;20220317;15.1;7.5;11.3;4.7;10.59;.1;1.96;11803
+76093;45.07192;4.81662;180;20220318;12.9;9.1;11;4.3;9.43;0;1.84;6349
+76093;45.07192;4.81662;180;20220319;17;4.1;10.6;1.9;8.51;0;2.16;14915
+76093;45.07192;4.81662;180;20220320;14.5;5;9.7;3.3;7.11;0;2.32;10628
+76093;45.07192;4.81662;180;20220321;16.1;8.2;12.2;3.7;6.53;0;3.17;14837
+76093;45.07192;4.81662;180;20220322;16.5;1.8;9.1;2.9;5.76;0;2.95;18724
+76093;45.07192;4.81662;180;20220323;17.7;.8;9.2;1.5;5.86;0;2.54;19236
+76093;45.07192;4.81662;180;20220324;20.8;1.7;11.2;1.4;5.86;0;2.83;19770
+76093;45.07192;4.81662;180;20220325;20.7;2.1;11.4;1.4;6.28;0;2.77;19458
+76093;45.07192;4.81662;180;20220326;21;2.9;11.9;1.6;6.98;0;2.93;19910
+76093;45.07192;4.81662;180;20220327;21.5;3.5;12.5;1.1;7.21;0;2.63;17547
+76093;45.07192;4.81662;180;20220328;21.9;3.5;12.7;2.2;6.36;0;3.46;18950
+76093;45.07192;4.81662;180;20220329;19.4;8.1;13.8;3.8;7.36;1.6;3.68;14190
+76093;45.07192;4.81662;180;20220330;16.4;9.4;12.9;2.3;10.43;2.7;2.09;11171
+76093;45.07192;4.81662;180;20220331;14.4;7.7;11;3.2;9.01;3.8;2.25;12342
+76093;45.07192;4.81662;180;20220401;6.4;2.5;4.5;6.4;5.51;5.4;1.82;7242
+76093;45.07192;4.81662;180;20220402;6.6;2.3;4.5;8;4.96;.4;2.24;9457
+76093;45.07192;4.81662;180;20220403;7.9;1.6;4.8;5.2;5.16;0;2.15;11937
+76093;45.07192;4.81662;180;20220404;12.1;1.2;6.6;3.4;5.07;0;2.82;21065
+76093;45.07192;4.81662;180;20220405;15.4;1.5;8.4;3.4;7.34;0;2.92;19900
+76093;45.07192;4.81662;180;20220406;16.9;7.6;12.2;1.7;10.08;1.2;2.11;12157
+76093;45.07192;4.81662;180;20220407;15.7;8.4;12;3.6;10.63;.4;1.93;8759
+76093;45.07192;4.81662;180;20220408;20.3;11.2;15.7;4.5;10.26;0;3.31;11212
+76093;45.07192;4.81662;180;20220409;12.4;6;9.2;4.3;6.51;.5;2.86;14670
+76093;45.07192;4.81662;180;20220410;15.9;1;8.5;2.3;6.31;0;3.07;21959
+76093;45.07192;4.81662;180;20220411;16.9;3.2;10;5.5;7.38;0;3.36;15359
+76093;45.07192;4.81662;180;20220412;19.5;9.8;14.6;4.1;7.36;.1;3.96;12466
+76093;45.07192;4.81662;180;20220413;21.3;8;14.6;1.7;9.26;0;3.03;16552
+76093;45.07192;4.81662;180;20220414;23.3;8.2;15.8;3.8;11.58;0;4.15;22222
+76093;45.07192;4.81662;180;20220415;24.4;11.4;17.9;4.3;11.58;0;4.75;21873
+76093;45.07192;4.81662;180;20220416;22.7;12.9;17.8;6.8;9.89;0;6;24150
+76093;45.07192;4.81662;180;20220417;20.3;7.5;13.9;2.8;7.78;0;4.16;23951
+76093;45.07192;4.81662;180;20220418;21.9;4.6;13.3;2.1;7.18;0;3.93;22887
+76093;45.07192;4.81662;180;20220419;22;6.6;14.3;2.7;7.38;0;4.31;22682
+76093;45.07192;4.81662;180;20220420;19.7;7;13.3;2.1;10.18;4.9;2.76;14858
+76093;45.07192;4.81662;180;20220421;20.6;11.4;16;2.3;11.23;.1;3.35;17514
+76093;45.07192;4.81662;180;20220422;22.1;7;14.5;2.3;9.61;0;3.8;21526
+76093;45.07192;4.81662;180;20220423;17.1;11.3;14.2;4.2;10.24;12.4;2.47;4500
+76093;45.07192;4.81662;180;20220424;16.2;7.7;12;2.8;10.83;.9;2.39;14157
+76093;45.07192;4.81662;180;20220425;18.8;10.1;14.4;1.9;11.18;0;2.87;16520
+76093;45.07192;4.81662;180;20220426;19.8;8.5;14.2;2.8;10.51;0;3.7;22318
+76093;45.07192;4.81662;180;20220427;21.5;6.9;14.2;2.6;9.23;0;4.21;25013
+76093;45.07192;4.81662;180;20220428;23.9;6.7;15.3;1.9;10.28;0;4.28;25889
+76093;45.07192;4.81662;180;20220429;23.6;8.2;15.9;2.8;10.38;.2;4.26;21873
+76093;45.07192;4.81662;180;20220430;21.4;10.2;15.8;3.7;10.06;0;4.55;23492
+76093;45.07192;4.81662;180;20220501;20.7;9;14.9;3.8;8.68;0;4.72;24937
+76093;45.07192;4.81662;180;20220502;22.3;7.3;14.8;2.5;9.43;.2;4.33;25075
+76093;45.07192;4.81662;180;20220503;22.8;10.4;16.6;1.9;11.46;1;3.58;18679
+76093;45.07192;4.81662;180;20220504;22.9;9;16;2.2;11.83;2.6;3.89;22154
+76093;45.07192;4.81662;180;20220505;19.8;12.2;16;4.7;11.06;.4;3.86;16567
+76093;45.07192;4.81662;180;20220506;17.3;11.2;14.3;5.9;11.09;0;3.24;13082
+76093;45.07192;4.81662;180;20220507;22.7;11.4;17;4.7;10.89;.1;4.88;21797
+76093;45.07192;4.81662;180;20220508;23.4;12.8;18.1;3.1;11.84;.7;4.41;20935
+76093;45.07192;4.81662;180;20220509;25.5;8.6;17;1.4;12.84;.1;4.43;26880
+76093;45.07192;4.81662;180;20220510;27.5;10.3;18.9;1.9;13.44;0;5;27243
+76093;45.07192;4.81662;180;20220511;27.4;13.1;20.2;4.5;12.49;0;6.07;24902
+76093;45.07192;4.81662;180;20220512;25.9;12.6;19.3;5;12.19;0;5.81;23930
+76093;45.07192;4.81662;180;20220513;26.4;11.5;18.9;2.6;13.29;.3;5.01;25546
+76093;45.07192;4.81662;180;20220514;27.9;13.4;20.6;2.8;14.39;0;5.33;25442
+76093;45.07192;4.81662;180;20220515;27.8;11.8;19.8;3.5;13.69;.4;5.68;26953
+76093;45.07192;4.81662;180;20220516;28.9;14.5;21.7;2.6;11.84;0;5.71;25518
+76093;45.07192;4.81662;180;20220517;31.3;12;21.6;1.2;13.99;0;5.45;29435
+76093;45.07192;4.81662;180;20220518;32.5;14.3;23.4;2.3;15.84;0;6.18;28646
+76093;45.07192;4.81662;180;20220519;30;17.6;23.8;5.3;15.79;0;6.8;24072
+76093;45.07192;4.81662;180;20220520;29.1;18.2;23.6;6.3;13.24;0;7.39;22432
+76093;45.07192;4.81662;180;20220521;33;14.3;23.6;1.5;15.19;0;5.98;29578
+76093;45.07192;4.81662;180;20220522;32.1;15.9;24;1.9;18.44;.1;5.79;27705
+76093;45.07192;4.81662;180;20220523;27.8;18.9;23.4;4.8;16.49;0;5.69;20391
+76093;45.07192;4.81662;180;20220524;21.8;16.2;19;3.6;12.14;0;4.15;15506
+76093;45.07192;4.81662;180;20220525;24.3;13.6;18.9;5.8;10.39;0;6.11;22604
+76093;45.07192;4.81662;180;20220526;24.8;13.3;19.1;5.2;10.89;0;5.98;23616
+76093;45.07192;4.81662;180;20220527;26.4;14.1;20.3;5.4;12.74;0;6.18;24442
+76093;45.07192;4.81662;180;20220528;24.8;15.1;19.9;7.2;10.59;0;6.72;21519
+76093;45.07192;4.81662;180;20220529;22.2;12.4;17.3;5.5;7.59;0;6.09;21670
+76093;45.07192;4.81662;180;20220530;23.8;8.2;16;2.1;8.89;1.5;4.98;27709
+76093;45.07192;4.81662;180;20220531;21.4;13.2;17.3;2.1;14.04;4;3.31;16760
+76093;45.07192;4.81662;180;20220601;29.6;12.3;21;1.5;15.64;0;5.46;29318
+76093;45.07192;4.81662;180;20220602;30.5;15.5;23;2.3;16.69;.4;5.82;27227
+76093;45.07192;4.81662;180;20220603;31.4;16.9;24.2;2.4;16.94;0;6.09;27077
+76093;45.07192;4.81662;180;20220604;33.2;18.3;25.8;3.3;16.59;1.1;7.03;27357
+76093;45.07192;4.81662;180;20220605;29;21.3;25.2;3.4;17.39;5.1;5.5;19632
+76093;45.07192;4.81662;180;20220606;28.7;14.6;21.6;3.6;15.89;.4;5.82;25057
+76093;45.07192;4.81662;180;20220607;27.5;15;21.3;3.8;14.49;0;5.8;23999
+76093;45.07192;4.81662;180;20220608;24.2;13.1;18.7;1.8;13.64;4;3.7;17146
+76093;45.07192;4.81662;180;20220609;22.6;13.2;17.9;4.8;12.84;.4;4.77;21906
+76093;45.07192;4.81662;180;20220610;26.4;11.6;19;5.1;11.09;0;6.5;27652
+76093;45.07192;4.81662;180;20220611;30.7;11.7;21.2;3.4;12.44;0;6.88;30386
+76093;45.07192;4.81662;180;20220612;34.1;13.7;23.9;1.7;15.14;.7;6.55;31362
+76093;45.07192;4.81662;180;20220613;29.2;16.6;22.9;4.3;15.69;0;6.39;25634
+76093;45.07192;4.81662;180;20220614;33;12.9;23;2.4;12.49;0;6.97;31687
+76093;45.07192;4.81662;180;20220615;33.6;18.4;26;2.9;16.49;.1;7.05;28055
+76093;45.07192;4.81662;180;20220616;34;16.8;25.4;2.6;17.59;0;6.91;29823
+76093;45.07192;4.81662;180;20220617;34.9;16.8;25.8;3.5;14.84;0;7.88;30345
+76093;45.07192;4.81662;180;20220618;37.1;16.9;27;3.7;15.44;0;8.62;31475
+76093;45.07192;4.81662;180;20220619;35.1;22.2;28.6;6.9;15.24;0;9.95;25747
+76093;45.07192;4.81662;180;20220620;34.6;20.8;27.7;6;11.94;0;9.82;26563
+76093;45.07192;4.81662;180;20220621;32.7;20.6;26.6;4.1;17.59;.4;7.11;25105
+76093;45.07192;4.81662;180;20220622;30.1;20;25.1;4;21.74;11.9;5.58;22801
+76093;45.07192;4.81662;180;20220623;29.2;18.8;24;2.6;20.34;1.9;5.09;23001
+76093;45.07192;4.81662;180;20220624;25.5;19.2;22.4;2;17.64;24.7;3.99;17727
+76093;45.07192;4.81662;180;20220625;30.4;14.7;22.6;2.6;16.64;8.6;6.07;28531
+76093;45.07192;4.81662;180;20220626;27.2;16.6;21.9;3.3;18.59;0;4.28;18211
+76093;45.07192;4.81662;180;20220627;25.3;18.1;21.7;4.3;16.69;2;4.4;15747
+76093;45.07192;4.81662;180;20220628;26.2;17;21.6;4.6;16.04;0;5.13;20044
+76093;45.07192;4.81662;180;20220629;29.3;15.8;22.5;2.3;16.14;0;5.57;26266
+76093;45.07192;4.81662;180;20220630;30.6;16.1;23.4;3.6;16.39;48;6.49;27357
+76093;45.07192;4.81662;180;20220701;23.3;13.2;18.3;4.2;13.79;0;4.69;22740
+76093;45.07192;4.81662;180;20220702;30.9;11.4;21.1;1.7;13.99;0;6.06;31384
+76093;45.07192;4.81662;180;20220703;32.6;15.2;23.9;1.3;17.79;.1;5.9;29669
+76093;45.07192;4.81662;180;20220704;28.9;19.4;24.2;3.2;19.04;1.6;5.25;21678
+76093;45.07192;4.81662;180;20220705;28.1;16.1;22.1;3.3;15.94;0;5.58;24721
+76093;45.07192;4.81662;180;20220706;27.4;15.3;21.4;5;12.39;0;6.57;24732
+76093;45.07192;4.81662;180;20220707;27.6;15.1;21.4;5.9;12.44;0;6.95;25097
+76093;45.07192;4.81662;180;20220708;27;17;22;7.2;13.74;0;6.82;22327
+76093;45.07192;4.81662;180;20220709;29;13.9;21.4;3.9;12.69;0;6.56;27393
+76093;45.07192;4.81662;180;20220710;29.1;18.3;23.7;5.7;13.79;0;7.13;23235
+76093;45.07192;4.81662;180;20220711;30.2;16;23.1;3.6;13.79;.1;6.59;26342
+76093;45.07192;4.81662;180;20220712;31.9;15;23.5;2.9;14.74;0;6.66;28991
+76093;45.07192;4.81662;180;20220713;35.3;14.2;24.8;1.7;13.94;0;6.66;30911
+76093;45.07192;4.81662;180;20220714;36.9;18;27.4;1.7;16.69;0;6.83;30094
+76093;45.07192;4.81662;180;20220715;33.1;18.3;25.7;3.3;15.74;0;6.97;26932
+76093;45.07192;4.81662;180;20220716;31.9;18.6;25.2;4.5;11.49;0;7.84;25298
+76093;45.07192;4.81662;180;20220717;33.7;17.3;25.5;3.4;12.54;0;7.52;27901
+76093;45.07192;4.81662;180;20220718;37.7;15.8;26.8;1.8;15.54;0;6.96;30499
+76093;45.07192;4.81662;180;20220719;38;22.1;30.1;4.2;17.34;0;8.82;27461
+76093;45.07192;4.81662;180;20220720;36.8;20.2;28.5;2.9;19.24;1.4;7.37;28016
+76093;45.07192;4.81662;180;20220721;32.8;19.8;26.3;3.7;16.39;0;6.88;24748
+76093;45.07192;4.81662;180;20220722;38;15.4;26.7;2.2;16.24;2.7;7.28;30115
+76093;45.07192;4.81662;180;20220723;31.5;21.2;26.3;3.6;19.94;0;5.9;21819
+76093;45.07192;4.81662;180;20220724;35.8;16.6;26.2;2.6;16.49;0;7.12;29108
+76093;45.07192;4.81662;180;20220725;35.1;21.3;28.2;3.6;17.44;2.6;7.35;25049
+76093;45.07192;4.81662;180;20220726;29.4;21.3;25.4;5.6;15.34;0;6.8;18993
+76093;45.07192;4.81662;180;20220727;29.1;17.7;23.4;4.8;12.49;0;6.87;22423
+76093;45.07192;4.81662;180;20220728;34.1;13.6;23.8;1.9;13.49;0;6.36;29454
+76093;45.07192;4.81662;180;20220729;27.3;16.9;22.1;1.7;17.34;5.5;3.79;16946
+76093;45.07192;4.81662;180;20220730;31.6;15.7;23.6;3.8;14.44;0;6.74;26494
+76093;45.07192;4.81662;180;20220731;33.4;15.5;24.4;3.7;14.14;0;7.26;27767
+76093;45.07192;4.81662;180;20220801;34.7;17.7;26.2;3.8;14.49;0;7.65;27080
+76093;45.07192;4.81662;180;20220802;33.8;19.6;26.7;4.2;15.04;0;7.5;24622
+76093;45.07192;4.81662;180;20220803;37.9;16.1;27;2.6;15.14;0;7.45;28696
+76093;45.07192;4.81662;180;20220804;38.3;20.9;29.6;4.1;15.69;0;8.66;26976
+76093;45.07192;4.81662;180;20220805;35.5;21.5;28.5;3.5;18.84;1.4;6.98;23908
+76093;45.07192;4.81662;180;20220806;31.7;20;25.9;5.2;15.79;0;7.13;21839
+76093;45.07192;4.81662;180;20220807;31.3;18.4;24.9;4.6;13.89;0;6.98;22825
+76093;45.07192;4.81662;180;20220808;32.5;16.9;24.7;3.4;12.79;0;6.74;25173
+76093;45.07192;4.81662;180;20220809;34.2;14.6;24.4;2.7;12.29;0;6.74;27464
+76093;45.07192;4.81662;180;20220810;36;14.5;25.2;1.6;13.14;0;6.02;27699
+76093;45.07192;4.81662;180;20220811;36.3;16;26.1;2.9;13.79;0;7.18;27547
+76093;45.07192;4.81662;180;20220812;36.1;17.5;26.8;2.2;14.39;0;6.45;26516
+76093;45.07192;4.81662;180;20220813;35.9;14.7;25.3;2.4;13.44;15.2;6.63;27238
+76093;45.07192;4.81662;180;20220814;25;19.7;22.4;3.2;22.14;19.1;3.07;14107
+76093;45.07192;4.81662;180;20220815;29.5;16;22.7;1.6;17.49;.1;4.5;22395
+76093;45.07192;4.81662;180;20220816;33.1;14.6;23.8;2.3;17.49;1.4;5.64;25915
+76093;45.07192;4.81662;180;20220817;27.3;19.4;23.3;2.2;19.79;17.2;3.52;14918
+76093;45.07192;4.81662;180;20220818;24.7;14.6;19.7;3;17.59;2.1;3.64;18989
+76093;45.07192;4.81662;180;20220819;25;17.9;21.5;3.2;18.84;1.2;3.07;11415
+76093;45.07192;4.81662;180;20220820;28;18.2;23.1;3.5;17.94;.2;4.56;18367
+76093;45.07192;4.81662;180;20220821;27.6;15.2;21.4;3.2;14.79;.1;4.8;20691
+76093;45.07192;4.81662;180;20220822;29.1;14.3;21.7;3.6;14.94;.1;5.33;22425
+76093;45.07192;4.81662;180;20220823;30.5;17.6;24.1;3.4;16.69;.4;5.37;20820
+76093;45.07192;4.81662;180;20220824;33;14.9;23.9;1.7;15.74;0;5.09;24392
+76093;45.07192;4.81662;180;20220825;33.9;15.9;24.9;2.1;17.09;5.2;5.39;24225
+76093;45.07192;4.81662;180;20220826;28.3;17.8;23.1;3.5;18.69;.2;4.47;18329
+76093;45.07192;4.81662;180;20220827;27.1;17.4;22.2;3.5;17.89;0;4.16;17364
+76093;45.07192;4.81662;180;20220828;30.3;16.2;23.3;2.1;17.49;0;4.47;20812
+76093;45.07192;4.81662;180;20220829;33.3;14.5;23.9;2;17.14;0;5.09;23863
+76093;45.07192;4.81662;180;20220830;29.1;21.5;25.3;3.1;21.44;8.6;3.82;13033
+76093;45.07192;4.81662;180;20220831;28.5;18.2;23.4;3.1;18.64;.1;3.98;15074
+76093;45.07192;4.81662;180;20220901;29.3;15.2;22.2;2.1;15.79;0;4.29;20229
+76093;45.07192;4.81662;180;20220902;28.7;14.3;21.5;2.2;16.99;.9;4.1;20224
+76093;45.07192;4.81662;180;20220903;28.5;18.4;23.4;3.2;19.19;7;4.1;16846
+76093;45.07192;4.81662;180;20220904;29.8;15.8;22.8;2;19.24;.1;3.98;19612
+76093;45.07192;4.81662;180;20220905;31.1;20.6;25.8;4.4;21.29;0;4.95;16889
+76093;45.07192;4.81662;180;20220906;30.7;20;25.4;3.6;20.84;.5;4.57;16847
+76093;45.07192;4.81662;180;20220907;27;16.5;21.7;2.1;19.54;15;3.31;16687
+76093;45.07192;4.81662;180;20220908;26.5;15.4;20.9;1.6;17.34;0;3.24;16966
+76093;45.07192;4.81662;180;20220909;25.8;13.6;19.7;1.5;14.64;.1;2.94;14578
+76093;45.07192;4.81662;180;20220910;24.3;12.3;18.3;2.2;13.49;.1;3.34;17296
+76093;45.07192;4.81662;180;20220911;25.8;11;18.4;2.4;12.94;0;3.76;19098
+76093;45.07192;4.81662;180;20220912;29.4;10.7;20;2.6;15.39;0;4.23;21197
+76093;45.07192;4.81662;180;20220913;27.4;20.2;23.8;5.5;21.44;16;3.62;10971
+76093;45.07192;4.81662;180;20220914;26.2;19.7;22.9;3.6;20.74;8.2;3.13;12199
+76093;45.07192;4.81662;180;20220915;27;16.2;21.6;1.4;19.09;7.1;2.9;15493
+76093;45.07192;4.81662;180;20220916;22.9;16.6;19.7;3.1;16.54;.4;2.77;11764
+76093;45.07192;4.81662;180;20220917;17.7;11.5;14.6;5.8;10.34;0;3.22;11493
+76093;45.07192;4.81662;180;20220918;20.3;7.7;14;3.4;8.94;0;3.34;16458
+76093;45.07192;4.81662;180;20220919;20.1;6.9;13.5;4;9.04;0;3.4;16679
+76093;45.07192;4.81662;180;20220920;20.7;8.3;14.5;4;8.84;0;3.61;15888
+76093;45.07192;4.81662;180;20220921;20.8;9.3;15.1;3.6;9.39;0;3.4;15168
+76093;45.07192;4.81662;180;20220922;23.7;4.8;14.2;1.1;10.14;0;2.69;19354
+76093;45.07192;4.81662;180;20220923;22.6;9.2;15.9;2.7;13.29;7.2;2.56;13082
+76093;45.07192;4.81662;180;20220924;21.3;14.4;17.9;2;15.69;4.5;1.87;8229
+76093;45.07192;4.81662;180;20220925;19.6;11.5;15.5;2.1;13.49;2.3;2.09;12226
+76093;45.07192;4.81662;180;20220926;19.4;10.4;14.9;2.1;11.99;2.3;2.07;10461
+76093;45.07192;4.81662;180;20220927;17.9;10.9;14.4;2.2;11.89;1.4;1.84;8773
+76093;45.07192;4.81662;180;20220928;20.8;12.3;16.6;3.4;13.24;7.7;2.4;9728
+76093;45.07192;4.81662;180;20220929;15.9;12.3;14.1;2.5;12.69;1.4;1.41;5036
+76093;45.07192;4.81662;180;20220930;14.3;7.5;10.9;3.4;10.44;.3;1.54;7803
+76093;45.07192;4.81662;180;20221001;17.6;5.1;11.3;1.5;10.84;.7;1.5;9902
+76093;45.07192;4.81662;180;20221002;25.1;11.1;18.1;1.5;14.09;0;2.48;14932
+76093;45.07192;4.81662;180;20221003;20.4;14.2;17.3;3.9;14.39;0;2.25;7461
+76093;45.07192;4.81662;180;20221004;25.3;11.5;18.4;1.6;13.79;.1;2.5;14454
+76093;45.07192;4.81662;180;20221005;23.6;9.6;16.6;3.4;13.69;.1;2.74;14386
+76093;45.07192;4.81662;180;20221006;22.7;10.3;16.5;2.4;14.09;0;2.28;13331
+76093;45.07192;4.81662;180;20221007;24;9.7;16.9;1.5;13.54;2;2.05;12020
+76093;45.07192;4.81662;180;20221008;18.2;15.1;16.6;2.3;15.04;1.4;1.37;4520
+76093;45.07192;4.81662;180;20221009;19.8;10;14.9;2.2;12.84;.3;1.69;8155
+76093;45.07192;4.81662;180;20221010;24.2;10.5;17.3;1.9;14.04;.1;2.24;13382
+76093;45.07192;4.81662;180;20221011;23;8.7;15.9;1.6;13.54;0;2.01;13347
+76093;45.07192;4.81662;180;20221012;21.3;12.9;17.1;1.5;14.84;.1;1.49;6834
+76093;45.07192;4.81662;180;20221013;19;8.4;13.7;1;13.59;1.9;1.16;7509
+76093;45.07192;4.81662;180;20221014;19.9;13.2;16.6;1.4;15.44;.4;1.23;5936
+76093;45.07192;4.81662;180;20221015;24.8;9.3;17;2.8;13.69;0;2.52;13190
+76093;45.07192;4.81662;180;20221016;24.3;13.7;19;5.6;16.09;0;2.91;10821
+76093;45.07192;4.81662;180;20221017;24.4;16.5;20.5;5.5;15.89;0;3.24;9175
+76093;45.07192;4.81662;180;20221018;25.7;13.3;19.5;2.4;14.94;.1;2.45;11483
+76093;45.07192;4.81662;180;20221019;23.3;8.9;16.1;2.8;14.34;.1;2.04;12133
+76093;45.07192;4.81662;180;20221020;22.2;17.5;19.9;5.5;17.24;3.7;2.39;5656
+76093;45.07192;4.81662;180;20221021;18.2;17.6;17.9;4.2;17.14;48.1;1.39;2534
+76093;45.07192;4.81662;180;20221022;23.2;14.5;18.8;2.2;17.19;0;1.68;9061
+76093;45.07192;4.81662;180;20221023;22.7;15.6;19.2;5.4;17.04;13.8;2.25;6467
+76093;45.07192;4.81662;180;20221024;23.4;17.6;20.5;3.4;17.84;8.2;1.97;5624
+76093;45.07192;4.81662;180;20221025;19.8;10.2;15;2.3;14.99;0;1.22;9179
+76093;45.07192;4.81662;180;20221026;24.8;14.6;19.7;2.9;16.49;.1;2.12;9283
+76093;45.07192;4.81662;180;20221027;24;14.8;19.4;3.4;17.44;.1;1.97;8765
+76093;45.07192;4.81662;180;20221028;24;16.8;20.4;4.5;16.74;0;2.5;7627
+76093;45.07192;4.81662;180;20221029;24.5;12.9;18.7;2.8;14.89;0;2.1;9556
+76093;45.07192;4.81662;180;20221030;23.4;12.4;17.9;3.2;14.54;0;2.03;9211
+76093;45.07192;4.81662;180;20221031;22.2;13.9;18.1;4.8;15.79;37.9;2.08;7879
+76093;45.07192;4.81662;180;20221101;21.8;14.8;18.3;2.1;15.99;0;1.44;7069
+76093;45.07192;4.81662;180;20221102;18.2;9.9;14;2;12.19;.1;1.24;7664
+76093;45.07192;4.81662;180;20221103;14.4;6.8;10.6;2.4;11.49;4.3;.82;6208
+76093;45.07192;4.81662;180;20221104;13.9;7.7;10.8;2.7;10.24;5.2;1.07;4470
+76093;45.07192;4.81662;180;20221105;12.3;8.2;10.2;4.6;9.39;0;1.35;3838
+76093;45.07192;4.81662;180;20221106;16.6;2.7;9.6;2.1;8.49;.1;1.24;9473
+76093;45.07192;4.81662;180;20221107;18.6;3.4;11;1.4;9.44;0;1.06;9739
+76093;45.07192;4.81662;180;20221108;16.9;9.8;13.4;5.5;11.34;10.8;1.83;5452
+76093;45.07192;4.81662;180;20221109;14.5;14.6;14.6;3.2;13.99;31;1;171
+76093;45.07192;4.81662;180;20221110;15.1;11;13;3.9;12.19;0;1.18;4407
+76093;45.07192;4.81662;180;20221111;12.4;8.6;10.5;1.4;10.94;.1;.68;3242
+76093;45.07192;4.81662;180;20221112;11.3;6.3;8.8;.8;10.64;0;.48;3455
+76093;45.07192;4.81662;180;20221113;13.6;6.6;10.1;2.4;11.19;0;.7;4185
+76093;45.07192;4.81662;180;20221114;15.3;10.9;13.1;4.3;11.74;7.6;1.38;3674
+76093;45.07192;4.81662;180;20221115;15.2;11.2;13.2;3;13.44;8;.8;3011
+76093;45.07192;4.81662;180;20221116;17.4;9.2;13.3;2.4;11.54;0;1.13;6312
+76093;45.07192;4.81662;180;20221117;17.6;9.5;13.6;5;11.94;2;1.59;4594
+76093;45.07192;4.81662;180;20221118;13.5;8.2;10.8;2;9.54;.5;.93;4377
+76093;45.07192;4.81662;180;20221119;10.8;5.1;8;3.8;8.64;.2;.91;4294
+76093;45.07192;4.81662;180;20221120;11.2;5.6;8.4;2.9;8.29;0;.97;4315
+76093;45.07192;4.81662;180;20221121;8.8;3.4;6.1;2.5;8.69;5.3;.48;3614
+76093;45.07192;4.81662;180;20221122;10.5;5.3;7.9;1.8;8.84;.6;.63;3645
+76093;45.07192;4.81662;180;20221123;10.7;1.2;5.9;2.2;8.14;1.5;.59;4204
+76093;45.07192;4.81662;180;20221124;10.1;1.6;5.9;1.3;8.49;.1;.43;3497
+76093;45.07192;4.81662;180;20221125;12;4.4;8.2;2.1;9.64;3.9;.58;4284
+76093;45.07192;4.81662;180;20221126;10.2;6.3;8.2;4;8.94;0;.91;2538
+76093;45.07192;4.81662;180;20221127;13;3.5;8.3;3.3;8.54;0;.99;4977
+76093;45.07192;4.81662;180;20221128;10.5;9.6;10.1;3.3;9.39;12;1.15;858
+76093;45.07192;4.81662;180;20221129;8.7;4.8;6.8;2.6;8.94;1.1;.5;2389
+76093;45.07192;4.81662;180;20221130;9;7.1;8.1;4.8;8.89;.1;.94;1518
+76093;45.07192;4.81662;180;20221201;8.1;6.3;7.2;4.1;8.09;0;.94;1267
+76093;45.07192;4.81662;180;20221202;5.3;4.7;5;2.4;7.34;.9;.63;805
+76093;45.07192;4.81662;180;20221203;5.7;3.4;4.6;2.7;7.79;14;.44;1705
+76093;45.07192;4.81662;180;20221204;6.1;4.2;5.1;1.9;8.24;13.1;.42;1381
+76093;45.07192;4.81662;180;20221205;4.8;2.6;3.7;1.3;7.44;0;.36;2097
+76093;45.07192;4.81662;180;20221206;3.6;0;1.8;3;6.64;0;.31;2161
+76093;45.07192;4.81662;180;20221207;4.1;1.9;3;4.5;6.69;0;.56;1424
+76093;45.07192;4.81662;180;20221208;4.9;-.5;2.2;1.4;6.39;11.5;.36;3024
+76093;45.07192;4.81662;180;20221209;5.2;2.7;3.9;3.4;7.34;4.5;.48;1560
+76093;45.07192;4.81662;180;20221210;2.5;2.1;2.3;5.4;5.84;0;.78;496
+76093;45.07192;4.81662;180;20221211;1.3;-1.1;.1;4.8;4.59;0;.8;2027
+76093;45.07192;4.81662;180;20221212;-.4;-2.7;-1.6;2.3;4.79;4;.38;1519
+76093;45.07192;4.81662;180;20221213;5.8;-1;2.4;2;6.89;6.8;.3;2973
+76093;45.07192;4.81662;180;20221214;10.7;5.9;8.3;3.1;9.89;.7;.53;2910
+76093;45.07192;4.81662;180;20221215;7.2;5;6.1;2.6;9.09;23.9;.34;1543
+76093;45.07192;4.81662;180;20221216;3.6;3.3;3.5;4.5;6.94;0;.59;272
+76093;45.07192;4.81662;180;20221217;2.5;.1;1.3;7;4.99;0;.99;796
+76093;45.07192;4.81662;180;20221218;11.9;-1.4;5.3;3.2;6.59;0;.9;6349
+76093;45.07192;4.81662;180;20221219;14.7;9.9;12.3;7.6;10.34;0;1.93;2995
+76093;45.07192;4.81662;180;20221220;15.6;12.8;14.2;8.2;10.89;2.8;2.48;2301
+76093;45.07192;4.81662;180;20221221;15.5;12.3;13.9;3.4;12.04;.5;1.22;2155
+76093;45.07192;4.81662;180;20221222;12.4;8.1;10.3;2.3;11.29;2.1;.59;1982
+76093;45.07192;4.81662;180;20221223;14.2;10.4;12.3;2.6;12.19;.3;.76;2080
+76093;45.07192;4.81662;180;20221224;16.4;10.3;13.4;1.3;12.09;.1;.59;4174
+76093;45.07192;4.81662;180;20221225;16;5.2;10.6;3.4;10.54;0;.87;5659
+76093;45.07192;4.81662;180;20221226;16.1;8.8;12.5;2.8;11.39;0;.9;4606
+76093;45.07192;4.81662;180;20221227;13;6.3;9.7;1.9;8.94;0;.7;4439
+76093;45.07192;4.81662;180;20221228;10.7;-.8;5;2.1;7.39;.2;.45;5853
+76093;45.07192;4.81662;180;20221229;14.7;7.3;11;4.3;10.49;2.7;1.09;3865
+76093;45.07192;4.81662;180;20221230;12.8;7.6;10.2;3.8;11.29;.7;.59;2781
+76093;45.07192;4.81662;180;20221231;16.3;8.6;12.5;4.8;11.34;0;1.29;4882
+76094;45.08708;5.13305;203;20220101;11.3;.9;6.1;1.1;8.1;0;.45;4818
+76094;45.08708;5.13305;203;20220102;9.2;1.6;5.4;2.1;9.03;0;.21;3874
+76094;45.08708;5.13305;203;20220103;10.6;4.6;7.6;1.4;9.2;0;.45;4008
+76094;45.08708;5.13305;203;20220104;13;5.2;9.1;4.6;9.97;10.3;.81;4246
+76094;45.08708;5.13305;203;20220105;5.2;3.6;4.4;5.5;6.2;.5;1.02;1918
+76094;45.08708;5.13305;203;20220106;6;2;4;5;5.63;.3;1.12;2863
+76094;45.08708;5.13305;203;20220107;4.8;-2.8;1;1.9;5.7;3;.42;4278
+76094;45.08708;5.13305;203;20220108;6.4;.6;3.5;2.4;7.33;2.4;.4;3951
+76094;45.08708;5.13305;203;20220109;6.7;3;4.8;1.8;7.23;5.5;.53;2859
+76094;45.08708;5.13305;203;20220110;6.6;3;4.8;4.2;6.7;0;.83;3126
+76094;45.08708;5.13305;203;20220111;3.7;.7;2.2;4.9;5.8;0;.72;1920
+76094;45.08708;5.13305;203;20220112;3.3;1;2.2;4.3;5.17;0;.92;2322
+76094;45.08708;5.13305;203;20220113;3.7;-4.3;-.3;1.9;4.77;0;.47;5006
+76094;45.08708;5.13305;203;20220114;5.7;-6.1;-.2;1.4;4.97;0;.42;6054
+76094;45.08708;5.13305;203;20220115;4.6;-4.9;-.2;1.1;5.13;0;.4;5130
+76094;45.08708;5.13305;203;20220116;4.6;-4.7;-.1;2;5;0;.62;5737
+76094;45.08708;5.13305;203;20220117;3.9;-3.1;.4;3.9;5.8;0;.42;5245
+76094;45.08708;5.13305;203;20220118;5.7;1;3.4;2.9;5.93;0;.78;3652
+76094;45.08708;5.13305;203;20220119;4.8;-4.7;0;1.4;5.73;0;.34;5628
+76094;45.08708;5.13305;203;20220120;6.4;1.8;4.1;4.8;6.43;0;.83;3666
+76094;45.08708;5.13305;203;20220121;5.7;.8;3.3;6.6;4.87;0;1.47;3868
+76094;45.08708;5.13305;203;20220122;5.6;-1.7;1.9;4.5;5.27;0;.85;5086
+76094;45.08708;5.13305;203;20220123;5.2;-.4;2.4;2.9;5.8;0;.74;4145
+76094;45.08708;5.13305;203;20220124;6.6;-1.6;2.5;1.4;5.47;0;.66;5294
+76094;45.08708;5.13305;203;20220125;8.7;-5.9;1.4;.9;5.23;0;.51;7871
+76094;45.08708;5.13305;203;20220126;7.8;-4;1.9;3.2;5.27;0;.9;7085
+76094;45.08708;5.13305;203;20220127;2;-2.7;-.4;4.6;5;0;.69;4312
+76094;45.08708;5.13305;203;20220128;4.7;-2.1;1.3;5.1;5.67;0;.67;5810
+76094;45.08708;5.13305;203;20220129;5;-2.1;1.5;3.8;5.8;0;.67;5137
+76094;45.08708;5.13305;203;20220130;9.3;1.3;5.3;4.6;7.43;0;.95;6656
+76094;45.08708;5.13305;203;20220131;8;2.1;5;3.4;7.33;1.4;.94;4600
+76094;45.08708;5.13305;203;20220201;8.2;1.5;4.8;4.9;5.93;1.7;1.25;5626
+76094;45.08708;5.13305;203;20220202;12;3.1;7.6;3.6;8.7;.1;.9;6963
+76094;45.08708;5.13305;203;20220203;12.4;4.9;8.6;2.8;8.33;0;1.12;6280
+76094;45.08708;5.13305;203;20220204;10.7;2.7;6.7;2.6;7.67;.2;1.04;5732
+76094;45.08708;5.13305;203;20220205;10.6;4.8;7.7;3.9;6.8;0;1.54;4199
+76094;45.08708;5.13305;203;20220206;9.8;-2;3.9;2.1;6.17;.4;.9;8399
+76094;45.08708;5.13305;203;20220207;10.6;5.3;8;4.8;6.8;.6;1.7;5392
+76094;45.08708;5.13305;203;20220208;11.5;-1.2;5.1;2.1;5.17;0;1.22;8709
+76094;45.08708;5.13305;203;20220209;13.9;-4.1;4.9;2.9;6.57;0;1.3;10506
+76094;45.08708;5.13305;203;20220210;8.8;.5;4.6;1.2;7.45;.4;1;10756
+76094;45.08708;5.13305;203;20220211;10.8;3.1;6.9;4.4;6.52;.2;1.63;9293
+76094;45.08708;5.13305;203;20220212;11.6;-2.1;4.7;2;5.83;0;1.19;9529
+76094;45.08708;5.13305;203;20220213;13.2;.4;6.8;3.4;6.97;.7;1.4;7597
+76094;45.08708;5.13305;203;20220214;11;7;9;3.3;8.6;11.2;1.18;1933
+76094;45.08708;5.13305;203;20220215;9.6;3.4;6.5;2.5;7.02;3.7;1.16;6707
+76094;45.08708;5.13305;203;20220216;8.6;1.9;5.2;1.9;8.4;6.4;.68;6581
+76094;45.08708;5.13305;203;20220217;17.3;5.5;11.4;1.7;10.23;0;1.36;9987
+76094;45.08708;5.13305;203;20220218;19;2.6;10.8;3.3;9.47;.2;2.04;11608
+76094;45.08708;5.13305;203;20220219;11.2;6.5;8.8;4.2;6.37;0;1.95;5696
+76094;45.08708;5.13305;203;20220220;14;-.3;6.8;2;6.8;0;1.38;10819
+76094;45.08708;5.13305;203;20220221;10.6;5.2;7.9;3;7.7;9.1;1.34;5923
+76094;45.08708;5.13305;203;20220222;12.5;5.5;9;4.5;7.67;.3;1.82;7744
+76094;45.08708;5.13305;203;20220223;15.3;6.1;10.7;2.5;8.23;0;1.7;9059
+76094;45.08708;5.13305;203;20220224;14.9;2.6;8.7;3.8;8.53;0;1.7;10808
+76094;45.08708;5.13305;203;20220225;10.7;5.7;8.2;6;5.8;0;2.36;7019
+76094;45.08708;5.13305;203;20220226;11.3;1.1;6.2;3.3;5.37;0;1.92;10102
+76094;45.08708;5.13305;203;20220227;13;-3.7;4.6;1.4;5.3;0;1.48;13030
+76094;45.08708;5.13305;203;20220228;14.1;-2.9;5.6;1.8;5.5;0;1.71;13483
+76094;45.08708;5.13305;203;20220301;14.4;-1.5;6.5;2.5;6.07;0;1.83;13118
+76094;45.08708;5.13305;203;20220302;12.6;2.3;7.4;3.1;7.27;0;1.59;10546
+76094;45.08708;5.13305;203;20220303;16;1.1;8.6;1.7;7.83;0;1.66;13182
+76094;45.08708;5.13305;203;20220304;15.5;.2;7.8;3.3;6.1;0;2.32;13259
+76094;45.08708;5.13305;203;20220305;12.5;-2.4;5.1;3;3.97;0;2.25;13180
+76094;45.08708;5.13305;203;20220306;10.6;-4.5;3.1;2.4;3.9;0;1.83;13693
+76094;45.08708;5.13305;203;20220307;11.7;-5;3.3;1.3;4.37;0;1.61;14873
+76094;45.08708;5.13305;203;20220308;12.6;-4.7;4;2.8;5.7;0;1.89;15007
+76094;45.08708;5.13305;203;20220309;14.5;-.7;6.9;2.6;6.97;0;1.84;14482
+76094;45.08708;5.13305;203;20220310;15.5;-.4;7.5;3;7.9;.4;1.85;14716
+76094;45.08708;5.13305;203;20220311;15.6;7.3;11.5;5.8;8.07;0;2.66;9784
+76094;45.08708;5.13305;203;20220312;14.6;8.1;11.3;3.8;7.43;.1;2.29;8614
+76094;45.08708;5.13305;203;20220313;12.4;7.3;9.9;4.1;8.37;11.2;1.86;8487
+76094;45.08708;5.13305;203;20220314;14;3.4;8.7;1.7;9.57;1.2;1.54;13262
+76094;45.08708;5.13305;203;20220315;17.3;9;13.2;5.1;10.03;0;2.45;10857
+76094;45.08708;5.13305;203;20220316;17.4;7.5;12.4;2.9;10.27;0;2.2;12330
+76094;45.08708;5.13305;203;20220317;15.6;7.1;11.3;3.7;10.6;.2;1.88;11394
+76094;45.08708;5.13305;203;20220318;12.7;9.2;11;4.9;9.45;.1;1.95;6378
+76094;45.08708;5.13305;203;20220319;17;4.3;10.7;2.1;8.3;0;2.34;15136
+76094;45.08708;5.13305;203;20220320;15.1;3;9.1;2.3;7.42;0;1.91;10245
+76094;45.08708;5.13305;203;20220321;17.3;5.2;11.2;2.7;6.8;0;2.73;15000
+76094;45.08708;5.13305;203;20220322;17.2;1.4;9.3;2.2;6.07;0;2.57;18321
+76094;45.08708;5.13305;203;20220323;18.3;.2;9.3;1.3;6.05;0;2.38;18833
+76094;45.08708;5.13305;203;20220324;21.2;.6;10.9;1.4;6.1;0;2.75;19210
+76094;45.08708;5.13305;203;20220325;21.1;1.5;11.3;1.2;6.27;0;2.64;18885
+76094;45.08708;5.13305;203;20220326;21.8;2;11.9;1.5;6.85;0;2.86;19484
+76094;45.08708;5.13305;203;20220327;21.8;2.3;12.1;.9;6.92;0;2.42;16708
+76094;45.08708;5.13305;203;20220328;22.5;2.2;12.4;1.7;6.52;0;3.07;18943
+76094;45.08708;5.13305;203;20220329;20;6.7;13.3;2.9;7.7;3;3.18;14861
+76094;45.08708;5.13305;203;20220330;15.6;9.3;12.4;1.9;10.47;2.3;1.92;10778
+76094;45.08708;5.13305;203;20220331;13.4;7.8;10.6;2.7;9.05;6.6;2.09;11572
+76094;45.08708;5.13305;203;20220401;6.2;2.2;4.2;6.4;5.51;13;1.82;7242
+76094;45.08708;5.13305;203;20220402;6.4;2;4.2;8;4.96;2.7;2.24;9457
+76094;45.08708;5.13305;203;20220403;7.8;1.5;4.7;5.8;4.98;0;2.39;13845
+76094;45.08708;5.13305;203;20220404;12.1;.9;6.5;3.4;5.28;0;2.72;19803
+76094;45.08708;5.13305;203;20220405;15.7;.3;8;2.6;7.12;0;2.79;20500
+76094;45.08708;5.13305;203;20220406;17.9;4.7;11.3;1.7;9.8;1.6;2.28;14356
+76094;45.08708;5.13305;203;20220407;14.4;9.6;12;3.4;10.8;1.3;1.71;8130
+76094;45.08708;5.13305;203;20220408;16.9;10.5;13.7;4.3;10.27;.4;2.96;10131
+76094;45.08708;5.13305;203;20220409;11;6.2;8.6;3.9;6.35;1.7;2.85;14215
+76094;45.08708;5.13305;203;20220410;16.7;0;8.4;2.1;6.3;0;3.11;23025
+76094;45.08708;5.13305;203;20220411;19.3;1.8;10.6;3.8;7.52;0;2.92;16814
+76094;45.08708;5.13305;203;20220412;18.9;8;13.5;2.9;8.12;.1;3.38;14720
+76094;45.08708;5.13305;203;20220413;22.3;7.8;15;1.5;9.5;0;3.03;17936
+76094;45.08708;5.13305;203;20220414;23.5;7.2;15.3;3.3;11.47;0;4.04;22320
+76094;45.08708;5.13305;203;20220415;24.8;10.2;17.5;3.7;11.91;0;4.53;21344
+76094;45.08708;5.13305;203;20220416;23.2;11.1;17.2;6.6;9.92;0;5.78;24033
+76094;45.08708;5.13305;203;20220417;20.6;6.7;13.6;3.4;7.8;0;4.33;23740
+76094;45.08708;5.13305;203;20220418;22.3;3.9;13.1;1.9;7.4;0;3.96;24581
+76094;45.08708;5.13305;203;20220419;22.6;5.6;14.1;2.5;7.57;0;4.28;23602
+76094;45.08708;5.13305;203;20220420;20.6;6.3;13.4;1.8;10.12;4.6;2.73;15740
+76094;45.08708;5.13305;203;20220421;21;11.7;16.3;2.1;11.15;.2;3.38;18393
+76094;45.08708;5.13305;203;20220422;22.6;6.6;14.6;2.1;9.9;0;3.63;21222
+76094;45.08708;5.13305;203;20220423;17.9;11.5;14.7;3.5;10.62;13.7;2.28;5566
+76094;45.08708;5.13305;203;20220424;17.1;7.7;12.4;2.1;10.87;.9;2.26;13849
+76094;45.08708;5.13305;203;20220425;18.4;10.2;14.3;1.7;11.3;0;2.8;16545
+76094;45.08708;5.13305;203;20220426;20.3;8.5;14.4;2.5;10.5;0;3.64;22325
+76094;45.08708;5.13305;203;20220427;22;5.6;13.8;2.6;9.35;0;4.28;25428
+76094;45.08708;5.13305;203;20220428;24.2;6.2;15.2;2.1;10.15;0;4.31;25918
+76094;45.08708;5.13305;203;20220429;24;7.3;15.6;2.7;10.2;0;4.39;23338
+76094;45.08708;5.13305;203;20220430;22.2;9.4;15.8;3.5;10.22;0;4.56;23378
+76094;45.08708;5.13305;203;20220501;21.4;7.7;14.5;3.6;8.97;0;4.65;25157
+76094;45.08708;5.13305;203;20220502;23;6.5;14.8;2.2;9.7;.5;4.27;25542
+76094;45.08708;5.13305;203;20220503;22.6;10.2;16.4;1.8;11.75;.8;3.36;18006
+76094;45.08708;5.13305;203;20220504;22.8;9.4;16.1;1.9;12.1;8.2;3.71;21601
+76094;45.08708;5.13305;203;20220505;17.8;12.2;15;3.9;11.27;1.6;3.38;14337
+76094;45.08708;5.13305;203;20220506;17.3;10.9;14.1;4.2;11.23;.1;2.92;13389
+76094;45.08708;5.13305;203;20220507;21.9;11.5;16.7;3.6;11.3;.4;4.27;20052
+76094;45.08708;5.13305;203;20220508;23;12.8;17.9;2.3;11.97;.9;4.05;20555
+76094;45.08708;5.13305;203;20220509;25.4;8.8;17.1;1.1;12.97;.1;4.26;25712
+76094;45.08708;5.13305;203;20220510;27.5;10.4;18.9;1.5;13.47;.1;4.67;25938
+76094;45.08708;5.13305;203;20220511;27.9;12.6;20.2;3.3;12.7;0;5.45;24522
+76094;45.08708;5.13305;203;20220512;26.6;12.2;19.4;3.6;12.3;0;5.28;24019
+76094;45.08708;5.13305;203;20220513;26.5;11.9;19.2;2.1;13.23;0;4.66;24402
+76094;45.08708;5.13305;203;20220514;28.1;13.1;20.6;2.2;14.57;0;4.93;24452
+76094;45.08708;5.13305;203;20220515;28.2;12.2;20.2;2.5;14;.3;5.25;26140
+76094;45.08708;5.13305;203;20220516;28.7;14.6;21.6;1.9;12.33;.1;5.21;24566
+76094;45.08708;5.13305;203;20220517;31.3;12.3;21.8;1.2;13.99;0;5.45;29435
+76094;45.08708;5.13305;203;20220518;32.4;14.1;23.2;2.3;15.84;.3;6.18;28646
+76094;45.08708;5.13305;203;20220519;30.3;17.1;23.7;5.3;15.79;0;6.8;24072
+76094;45.08708;5.13305;203;20220520;29.4;17.5;23.4;4.6;13.5;0;6.55;23204
+76094;45.08708;5.13305;203;20220521;32.6;14.6;23.6;1.2;15.03;0;5.56;28026
+76094;45.08708;5.13305;203;20220522;32.2;16.4;24.3;1.5;18.1;.3;5.47;26404
+76094;45.08708;5.13305;203;20220523;27.4;18.9;23.2;3.6;17;2.4;4.98;19225
+76094;45.08708;5.13305;203;20220524;21.5;15.9;18.7;2.7;12.63;0;3.72;15335
+76094;45.08708;5.13305;203;20220525;23.8;13.3;18.6;4.4;10.5;0;5.33;21619
+76094;45.08708;5.13305;203;20220526;24.9;13.1;19;4;11.17;0;5.44;23414
+76094;45.08708;5.13305;203;20220527;26.4;13.8;20.1;4.3;12.93;0;5.69;24263
+76094;45.08708;5.13305;203;20220528;25.2;14.4;19.8;5.5;10.97;0;5.96;21610
+76094;45.08708;5.13305;203;20220529;22.5;11.4;17;4.3;7.93;0;5.51;22212
+76094;45.08708;5.13305;203;20220530;23.9;8.8;16.4;1.8;9;1.1;4.75;26564
+76094;45.08708;5.13305;203;20220531;20.7;13.1;16.9;1.8;13.87;2.9;3.11;16224
+76094;45.08708;5.13305;203;20220601;28.5;12.3;20.4;1.6;15.67;0;5.14;27491
+76094;45.08708;5.13305;203;20220602;29.4;15.4;22.4;2.1;16.87;.3;5.38;25402
+76094;45.08708;5.13305;203;20220603;30.8;16.7;23.7;2.1;16.9;0;5.61;25485
+76094;45.08708;5.13305;203;20220604;33.1;17.6;25.4;2.5;17.13;.3;6.42;26629
+76094;45.08708;5.13305;203;20220605;28.5;20.5;24.5;2.7;17.4;3.2;4.89;18096
+76094;45.08708;5.13305;203;20220606;28.9;14.4;21.7;3.6;15.89;.3;5.82;25057
+76094;45.08708;5.13305;203;20220607;27.3;15.2;21.2;3.8;14.49;0;5.8;23999
+76094;45.08708;5.13305;203;20220608;24;12.8;18.4;1.6;13.37;6.6;3.61;17448
+76094;45.08708;5.13305;203;20220609;22;13.4;17.7;3.6;13.2;1.6;4.17;19976
+76094;45.08708;5.13305;203;20220610;26.2;11;18.6;3.9;11.37;.1;5.9;26599
+76094;45.08708;5.13305;203;20220611;30.5;11.3;20.9;2.7;12.73;0;6.35;29290
+76094;45.08708;5.13305;203;20220612;33.8;13.4;23.6;1.5;15.03;.4;6.18;29949
+76094;45.08708;5.13305;203;20220613;29.4;16.3;22.9;3.4;15.53;0;5.8;24216
+76094;45.08708;5.13305;203;20220614;32.5;12.9;22.7;1.8;13;0;6.45;30786
+76094;45.08708;5.13305;203;20220615;33.3;18;25.6;2.4;16.7;.1;6.37;26587
+76094;45.08708;5.13305;203;20220616;34;16.6;25.3;2;17.2;0;6.46;28633
+76094;45.08708;5.13305;203;20220617;34.6;16.8;25.7;2.6;15.2;0;7.11;28867
+76094;45.08708;5.13305;203;20220618;36.8;16.7;26.8;2.8;15.5;0;7.76;30059
+76094;45.08708;5.13305;203;20220619;35.2;21.1;28.1;5.1;15.87;0;8.69;25925
+76094;45.08708;5.13305;203;20220620;34.6;20;27.3;4.4;12.57;0;8.45;26587
+76094;45.08708;5.13305;203;20220621;32.5;19.7;26.1;3.2;17.1;.4;6.41;24304
+76094;45.08708;5.13305;203;20220622;29.6;19.7;24.7;3.1;21.17;9.8;5.22;22386
+76094;45.08708;5.13305;203;20220623;29.1;18.3;23.7;2.2;20.17;1.3;4.9;22623
+76094;45.08708;5.13305;203;20220624;25.4;18.8;22.1;1.8;17.77;19.3;3.75;16844
+76094;45.08708;5.13305;203;20220625;30.3;14.4;22.4;2.4;16.4;5.5;5.77;27444
+76094;45.08708;5.13305;203;20220626;27.9;16.6;22.3;2.6;18.63;0;4.32;19490
+76094;45.08708;5.13305;203;20220627;24.5;18.6;21.5;3.4;16.9;1.5;4.05;15466
+76094;45.08708;5.13305;203;20220628;25.7;17;21.4;3.4;16.43;0;4.48;18805
+76094;45.08708;5.13305;203;20220629;29.7;16.6;23.2;1.9;16.77;0;5.19;24596
+76094;45.08708;5.13305;203;20220630;30.5;16.3;23.4;2.9;16.4;2.5;5.94;25900
+76094;45.08708;5.13305;203;20220701;23.8;13.6;18.7;3.2;13.87;0;4.42;22086
+76094;45.08708;5.13305;203;20220702;30.9;11.4;21.1;1.4;14.27;0;5.76;30103
+76094;45.08708;5.13305;203;20220703;33;15.4;24.2;1.2;17.67;.1;5.71;28258
+76094;45.08708;5.13305;203;20220704;29.4;19.3;24.4;2.5;18.83;2.2;4.94;20978
+76094;45.08708;5.13305;203;20220705;28.5;16.4;22.4;2.6;15.9;0;5.23;23924
+76094;45.08708;5.13305;203;20220706;28;14.9;21.4;3.8;12.67;0;5.96;24311
+76094;45.08708;5.13305;203;20220707;27.9;14.7;21.3;4.7;12.8;0;6.31;24636
+76094;45.08708;5.13305;203;20220708;27.5;16.3;21.9;5.5;13.83;0;6.24;22679
+76094;45.08708;5.13305;203;20220709;29.2;13.6;21.4;3.1;13.07;0;6.05;26443
+76094;45.08708;5.13305;203;20220710;29.5;17;23.2;4.4;14.23;0;6.47;23439
+76094;45.08708;5.13305;203;20220711;30.3;15.4;22.9;2.9;14.03;.1;6.11;25462
+76094;45.08708;5.13305;203;20220712;31.9;14.8;23.3;2.4;14.6;0;6.27;27632
+76094;45.08708;5.13305;203;20220713;34.9;14.2;24.5;1.4;13.73;0;6.27;29596
+76094;45.08708;5.13305;203;20220714;37;18.3;27.7;1.4;16.2;0;6.47;29295
+76094;45.08708;5.13305;203;20220715;33.4;18;25.7;2.6;15.2;0;6.41;25462
+76094;45.08708;5.13305;203;20220716;32.4;17.6;25;3.5;12;0;7.1;25312
+76094;45.08708;5.13305;203;20220717;33.6;16.5;25.1;2.7;12.77;0;6.97;27755
+76094;45.08708;5.13305;203;20220718;37.4;15.9;26.7;1.6;15.03;0;6.75;29589
+76094;45.08708;5.13305;203;20220719;37.9;21.2;29.5;3.2;17.57;0;7.92;26899
+76094;45.08708;5.13305;203;20220720;36.9;20.7;28.8;2.5;19.1;.8;6.92;26676
+76094;45.08708;5.13305;203;20220721;32.9;20.2;26.6;3.1;16.1;0;6.46;23772
+76094;45.08708;5.13305;203;20220722;37.9;15.7;26.8;1.8;15.87;1.2;6.78;28954
+76094;45.08708;5.13305;203;20220723;31.8;21.2;26.5;3;19.23;0;5.53;21211
+76094;45.08708;5.13305;203;20220724;36.1;16.7;26.4;2.1;16.3;0;6.64;28192
+76094;45.08708;5.13305;203;20220725;34.9;20.2;27.6;2.7;17;1.9;6.65;24919
+76094;45.08708;5.13305;203;20220726;29.4;21.7;25.5;4.5;15.47;0;6.1;18615
+76094;45.08708;5.13305;203;20220727;29.6;16.9;23.2;3.9;12.57;0;6.34;22684
+76094;45.08708;5.13305;203;20220728;33.4;13.7;23.6;1.6;13.4;0;5.83;27620
+76094;45.08708;5.13305;203;20220729;26.8;16.6;21.7;1.3;16.83;5.5;3.56;16394
+76094;45.08708;5.13305;203;20220730;31.5;15.5;23.5;3;14.4;0;6.22;25713
+76094;45.08708;5.13305;203;20220731;33.2;14.9;24.1;3;13.73;0;6.72;26684
+76094;45.08708;5.13305;203;20220801;34.8;17.1;25.9;3;14.3;0;6.91;26136
+76094;45.08708;5.13305;203;20220802;34;18.5;26.2;3.3;14.8;0;6.8;24083
+76094;45.08708;5.13305;203;20220803;37.7;16.2;26.9;2;14.97;0;6.7;27618
+76094;45.08708;5.13305;203;20220804;37.9;20.2;29.1;3.1;15.8;0;7.75;26429
+76094;45.08708;5.13305;203;20220805;36.1;20.8;28.4;2.9;18.2;.1;6.62;24144
+76094;45.08708;5.13305;203;20220806;31.9;18.9;25.4;4;16.37;0;6.42;21884
+76094;45.08708;5.13305;203;20220807;31;18;24.5;3.6;14.67;0;6.24;21991
+76094;45.08708;5.13305;203;20220808;32.3;16.7;24.5;2.8;13.5;0;6.22;24136
+76094;45.08708;5.13305;203;20220809;34.1;14.8;24.5;2.3;12.57;0;6.24;25729
+76094;45.08708;5.13305;203;20220810;35.8;14.8;25.3;1.5;12.83;0;5.74;26051
+76094;45.08708;5.13305;203;20220811;36.3;15.9;26.1;2.4;13.27;0;6.59;25932
+76094;45.08708;5.13305;203;20220812;35.8;16.9;26.4;1.9;13.53;0;6;25325
+76094;45.08708;5.13305;203;20220813;35.6;14.2;24.9;2.2;12.27;9.7;6.32;25560
+76094;45.08708;5.13305;203;20220814;24.3;18.4;21.3;2.5;20.5;27;2.79;12233
+76094;45.08708;5.13305;203;20220815;29.3;15.9;22.6;1.6;17.33;0;4.38;21504
+76094;45.08708;5.13305;203;20220816;33.1;14.4;23.7;2;16.87;1.3;5.4;24881
+76094;45.08708;5.13305;203;20220817;27.8;18.9;23.4;1.9;19.67;22.1;3.57;15652
+76094;45.08708;5.13305;203;20220818;24.7;14.4;19.6;2.6;17.47;17.2;3.41;17848
+76094;45.08708;5.13305;203;20220819;24.7;17.5;21.1;2.5;18.83;1.7;2.83;11616
+76094;45.08708;5.13305;203;20220820;28;17.1;22.5;2.9;17.93;.7;4.16;17460
+76094;45.08708;5.13305;203;20220821;27.9;15;21.5;2.6;15;0;4.43;19752
+76094;45.08708;5.13305;203;20220822;29.1;14.2;21.6;2.9;14.67;0;4.92;21478
+76094;45.08708;5.13305;203;20220823;30.6;16.5;23.6;2.7;16.23;.2;4.98;20706
+76094;45.08708;5.13305;203;20220824;32.7;14.6;23.6;1.5;15.3;0;4.83;23226
+76094;45.08708;5.13305;203;20220825;34;15.6;24.8;1.8;16.77;3.7;5.09;23016
+76094;45.08708;5.13305;203;20220826;28.4;17.9;23.2;2.7;18.27;.3;3.99;16753
+76094;45.08708;5.13305;203;20220827;27.5;16.8;22.2;2.7;17.7;0;3.79;16795
+76094;45.08708;5.13305;203;20220828;30.6;16.4;23.5;1.6;17.37;.1;4.11;19864
+76094;45.08708;5.13305;203;20220829;33.5;14.5;24;1.6;16.93;0;4.63;22241
+76094;45.08708;5.13305;203;20220830;29.2;20.5;24.8;2.4;20.9;10.6;3.57;13548
+76094;45.08708;5.13305;203;20220831;28.1;18.2;23.2;2.4;18.63;.1;3.62;14927
+76094;45.08708;5.13305;203;20220901;29.2;14.8;22;1.9;15.63;0;4.08;19005
+76094;45.08708;5.13305;203;20220902;28.3;14.3;21.3;2.2;16.6;2.9;3.9;18071
+76094;45.08708;5.13305;203;20220903;28.4;17.8;23.1;2.8;18.73;12;3.81;16096
+76094;45.08708;5.13305;203;20220904;29.8;15.5;22.7;1.9;18.6;.1;3.82;18745
+76094;45.08708;5.13305;203;20220905;31.1;19.3;25.2;3.2;20.83;0;4.32;16488
+76094;45.08708;5.13305;203;20220906;30.8;18.9;24.9;2.7;20.5;.7;4.04;15940
+76094;45.08708;5.13305;203;20220907;27.4;17.2;22.3;1.7;19.4;14;3.16;15924
+76094;45.08708;5.13305;203;20220908;26.7;15.4;21;1.6;17.2;0;3.12;15823
+76094;45.08708;5.13305;203;20220909;25.8;13.5;19.7;1.4;14.37;.1;2.9;14582
+76094;45.08708;5.13305;203;20220910;24.5;12.4;18.4;1.9;13.3;0;3.06;15649
+76094;45.08708;5.13305;203;20220911;26;10.8;18.4;1.9;12.73;0;3.42;18243
+76094;45.08708;5.13305;203;20220912;29.7;10.6;20.2;2.2;14.87;0;3.94;19841
+76094;45.08708;5.13305;203;20220913;27.5;18.4;23;3.9;20.23;7;3.37;12388
+76094;45.08708;5.13305;203;20220914;26.5;19.4;23;2.8;20.57;6.7;2.86;11677
+76094;45.08708;5.13305;203;20220915;26.5;15.8;21.1;1.3;18.7;6.5;2.71;14352
+76094;45.08708;5.13305;203;20220916;23.1;16.6;19.8;2.5;16.47;.1;2.46;10757
+76094;45.08708;5.13305;203;20220917;18.1;11.4;14.8;4.9;10.17;0;2.93;10910
+76094;45.08708;5.13305;203;20220918;20.5;6.9;13.7;2.7;8.87;0;2.98;15724
+76094;45.08708;5.13305;203;20220919;20.6;6.5;13.6;3.1;9.13;0;3.03;15927
+76094;45.08708;5.13305;203;20220920;20.9;7.5;14.2;3.1;9.1;0;3.13;15410
+76094;45.08708;5.13305;203;20220921;21;8.3;14.6;2.7;9.63;0;2.94;14561
+76094;45.08708;5.13305;203;20220922;23.9;5.3;14.6;1;10.3;0;2.5;17774
+76094;45.08708;5.13305;203;20220923;23;8.4;15.7;2.1;12.8;9;2.44;13400
+76094;45.08708;5.13305;203;20220924;21.5;14.4;17.9;1.8;15.57;5.7;1.85;8711
+76094;45.08708;5.13305;203;20220925;19.3;11.9;15.6;1.7;13.57;.5;1.83;10644
+76094;45.08708;5.13305;203;20220926;19.4;9.7;14.5;1.6;11.97;3.9;1.88;10431
+76094;45.08708;5.13305;203;20220927;17.6;10.7;14.1;1.8;11.87;1.5;1.66;8346
+76094;45.08708;5.13305;203;20220928;19.7;11.7;15.7;2.9;13.17;15.9;2.09;9477
+76094;45.08708;5.13305;203;20220929;15.9;12.2;14.1;2;12.53;1.7;1.25;4688
+76094;45.08708;5.13305;203;20220930;14.2;7.1;10.7;2.5;10.43;.9;1.39;7902
+76094;45.08708;5.13305;203;20221001;16.4;6.1;11.2;1.4;11.13;1;1.35;9238
+76094;45.08708;5.13305;203;20221002;25.1;11.1;18.1;1.3;14.3;0;2.29;13934
+76094;45.08708;5.13305;203;20221003;21;13;17;3;14.33;0;2.02;8142
+76094;45.08708;5.13305;203;20221004;25;10.8;17.9;1.6;13.73;.1;2.34;13364
+76094;45.08708;5.13305;203;20221005;23.7;9.2;16.5;2.7;13.8;.1;2.41;13346
+76094;45.08708;5.13305;203;20221006;23.1;10.1;16.6;2;14.3;0;2.07;12268
+76094;45.08708;5.13305;203;20221007;24.1;10.2;17.1;1.2;13.9;1.3;1.89;11635
+76094;45.08708;5.13305;203;20221008;18.3;15;16.7;1.8;15.3;1.3;1.28;4663
+76094;45.08708;5.13305;203;20221009;19.5;10.9;15.2;1.7;13.3;.4;1.53;7953
+76094;45.08708;5.13305;203;20221010;24;11;17.5;1.4;14.37;0;1.96;12028
+76094;45.08708;5.13305;203;20221011;22.9;9.2;16;1.4;13.9;0;1.86;12169
+76094;45.08708;5.13305;203;20221012;21.6;12.4;17;1.3;14.7;.1;1.47;7460
+76094;45.08708;5.13305;203;20221013;19.1;9.3;14.2;1.1;13.67;2.1;1.23;7688
+76094;45.08708;5.13305;203;20221014;20;13.3;16.7;1.2;15.53;.4;1.21;6390
+76094;45.08708;5.13305;203;20221015;24.9;9.4;17.1;2.1;14.07;0;2.16;12006
+76094;45.08708;5.13305;203;20221016;25;12.4;18.7;4;15.63;0;2.45;10683
+76094;45.08708;5.13305;203;20221017;24.9;14.5;19.7;4;16.03;0;2.65;9036
+76094;45.08708;5.13305;203;20221018;25.5;12.6;19;1.9;15.07;.1;2.09;10651
+76094;45.08708;5.13305;203;20221019;23.1;9;16.1;2.2;14.4;.1;1.85;11137
+76094;45.08708;5.13305;203;20221020;21;15.7;18.3;4.1;16.5;.2;1.98;5892
+76094;45.08708;5.13305;203;20221021;19.1;17;18;3.4;16.8;46.9;1.24;2189
+76094;45.08708;5.13305;203;20221022;22.8;14.1;18.5;2.2;16.53;0;1.63;8390
+76094;45.08708;5.13305;203;20221023;23.4;14.6;19;3.9;16.53;9.5;1.89;6952
+76094;45.08708;5.13305;203;20221024;22.4;17;19.7;2.6;17.43;.9;1.7;5682
+76094;45.08708;5.13305;203;20221025;19.5;10.3;14.9;2;14.63;0;1.21;8552
+76094;45.08708;5.13305;203;20221026;24.7;13.4;19;2.2;16.1;0;1.81;8820
+76094;45.08708;5.13305;203;20221027;24;13.2;18.6;2.5;16.63;0;1.69;8565
+76094;45.08708;5.13305;203;20221028;24;14.5;19.2;3.2;16.43;0;2.01;7578
+76094;45.08708;5.13305;203;20221029;24.1;11.8;17.9;2;14.6;0;1.75;8956
+76094;45.08708;5.13305;203;20221030;23;11.3;17.2;2.3;14.27;0;1.69;8809
+76094;45.08708;5.13305;203;20221031;21.9;12.5;17.2;3.5;15.03;32.5;1.73;7517
+76094;45.08708;5.13305;203;20221101;21.4;14;17.7;2.2;15.5;0;1.38;6377
+76094;45.08708;5.13305;203;20221102;17.9;9.5;13.7;1.6;12.3;.1;1.13;7010
+76094;45.08708;5.13305;203;20221103;13.7;6.3;10;1.9;11.5;6.5;.74;5768
+76094;45.08708;5.13305;203;20221104;12.9;6.9;9.9;2.3;10.13;8.5;.9;4333
+76094;45.08708;5.13305;203;20221105;12.5;7.5;10;3.5;9.37;.3;1.15;4007
+76094;45.08708;5.13305;203;20221106;16.4;2.4;9.4;1.8;8.57;.1;1.11;8514
+76094;45.08708;5.13305;203;20221107;18.4;3.1;10.8;1.1;9.47;0;.94;8821
+76094;45.08708;5.13305;203;20221108;18.1;7.8;12.9;4;10.97;5.5;1.47;5928
+76094;45.08708;5.13305;203;20221109;13.9;13.3;13.6;2.6;13.4;38.1;.93;470
+76094;45.08708;5.13305;203;20221110;15.2;10.5;12.8;2.8;12.07;0;.98;4162
+76094;45.08708;5.13305;203;20221111;13.5;7.4;10.5;1.4;10.8;.1;.72;4175
+76094;45.08708;5.13305;203;20221112;11.9;5.2;8.5;.8;10.47;0;.53;4148
+76094;45.08708;5.13305;203;20221113;13.3;5.8;9.6;1.8;10.87;0;.65;4096
+76094;45.08708;5.13305;203;20221114;15.4;8.9;12.1;3;11.4;6.2;1.09;4095
+76094;45.08708;5.13305;203;20221115;14.7;10.7;12.7;2.2;13.23;9;.71;3062
+76094;45.08708;5.13305;203;20221116;17.1;8.7;12.9;2.1;11.47;0;1.01;5638
+76094;45.08708;5.13305;203;20221117;17;8.5;12.8;3.9;11.6;3.5;1.35;4610
+76094;45.08708;5.13305;203;20221118;13.7;8;10.9;1.8;9.57;.4;.86;4078
+76094;45.08708;5.13305;203;20221119;11;4.3;7.7;2.9;8.67;1;.81;3870
+76094;45.08708;5.13305;203;20221120;11.3;4.3;7.8;2.3;8.2;.3;.85;4003
+76094;45.08708;5.13305;203;20221121;8.7;2.8;5.8;2.1;8.5;6.8;.47;3534
+76094;45.08708;5.13305;203;20221122;10.4;5.2;7.8;1.6;8.77;.1;.61;3554
+76094;45.08708;5.13305;203;20221123;9.6;.9;5.2;2.3;8.03;4.5;.56;4096
+76094;45.08708;5.13305;203;20221124;10.3;2.1;6.2;1.2;8.47;.1;.44;3736
+76094;45.08708;5.13305;203;20221125;12;4.1;8.1;1.7;9.37;2.8;.55;4267
+76094;45.08708;5.13305;203;20221126;10.5;5.1;7.8;3.3;8.67;0;.85;3037
+76094;45.08708;5.13305;203;20221127;11.6;2.2;6.9;2.7;8.03;0;.87;4763
+76094;45.08708;5.13305;203;20221128;9.8;7.3;8.5;2.4;9;10.7;.89;1565
+76094;45.08708;5.13305;203;20221129;8.3;4.6;6.5;2;8.9;3.4;.47;1840
+76094;45.08708;5.13305;203;20221130;8.4;6.5;7.5;3.4;8.9;.1;.77;1316
+76094;45.08708;5.13305;203;20221201;7.7;5.1;6.4;2.9;8.1;0;.75;1451
+76094;45.08708;5.13305;203;20221202;5.8;4.3;5.1;1.9;7.33;1.2;.57;1211
+76094;45.08708;5.13305;203;20221203;5.9;2.4;4.2;2.1;7.53;18;.44;1821
+76094;45.08708;5.13305;203;20221204;6.1;3.5;4.8;1.7;8;9.9;.43;1444
+76094;45.08708;5.13305;203;20221205;5.4;2.6;4;1.1;7.43;0;.37;2475
+76094;45.08708;5.13305;203;20221206;4;.2;2.1;2.3;6.47;0;.33;2673
+76094;45.08708;5.13305;203;20221207;3.9;1;2.5;3.3;6.47;0;.52;1392
+76094;45.08708;5.13305;203;20221208;4.9;.1;2.5;1.6;6.13;11.7;.44;2840
+76094;45.08708;5.13305;203;20221209;5.1;2.7;3.9;2.7;7.4;6.8;.45;1557
+76094;45.08708;5.13305;203;20221210;2.7;2.4;2.5;4.3;5.97;.2;.67;330
+76094;45.08708;5.13305;203;20221211;1.7;-1.2;.2;4;4.67;0;.71;2003
+76094;45.08708;5.13305;203;20221212;.8;-3.1;-1.2;2.1;4.8;4.8;.42;2184
+76094;45.08708;5.13305;203;20221213;4.5;-1;1.8;1.7;6.67;6.3;.3;2444
+76094;45.08708;5.13305;203;20221214;8.9;3.9;6.4;2.3;9.3;1.1;.44;2977
+76094;45.08708;5.13305;203;20221215;6.3;3.8;5;1.9;8.93;24.9;.34;1633
+76094;45.08708;5.13305;203;20221216;3.7;3.4;3.5;3.6;6.93;.1;.54;181
+76094;45.08708;5.13305;203;20221217;2.8;.2;1.5;7;4.99;0;.99;796
+76094;45.08708;5.13305;203;20221218;10.4;-2;4.2;3;6.3;0;.84;5401
+76094;45.08708;5.13305;203;20221219;13.5;7.4;10.5;5.5;9.4;0;1.5;3798
+76094;45.08708;5.13305;203;20221220;14.6;9.9;12.2;6;10.2;.2;2.01;2591
+76094;45.08708;5.13305;203;20221221;14.3;11;12.7;2.6;11.57;.5;1;1945
+76094;45.08708;5.13305;203;20221222;12.2;6.7;9.5;2.1;11;4.3;.56;2273
+76094;45.08708;5.13305;203;20221223;12.9;9.8;11.4;2.3;12.1;.8;.65;1818
+76094;45.08708;5.13305;203;20221224;15.9;9.9;12.9;1.4;12.13;.1;.62;3621
+76094;45.08708;5.13305;203;20221225;14.8;4.9;9.8;2.7;10.43;.1;.74;5115
+76094;45.08708;5.13305;203;20221226;14.3;6.8;10.6;2.1;11.07;.3;.72;4193
+76094;45.08708;5.13305;203;20221227;12.3;6.4;9.3;1.6;9.1;0;.63;4160
+76094;45.08708;5.13305;203;20221228;10.1;.1;5.1;1.9;7.33;0;.51;5139
+76094;45.08708;5.13305;203;20221229;14.3;5.1;9.7;3.2;9.93;2.3;.89;3957
+76094;45.08708;5.13305;203;20221230;11.7;6.6;9.1;3;11.2;.8;.54;2568
+76094;45.08708;5.13305;203;20221231;16.2;7.8;12;3.6;11.23;0;1.03;4414
+76095;45.10128;5.44962;399;20220101;15.2;.9;8;3.2;7;0;1.21;7100
+76095;45.10128;5.44962;399;20220102;6.1;-.5;2.8;2.7;8;0;.09;3100
+76095;45.10128;5.44962;399;20220103;11.5;3.2;7.3;3.3;8.5;.3;.71;4400
+76095;45.10128;5.44962;399;20220104;12.8;4.1;8.4;2.9;9.1;10.8;.69;5200
+76095;45.10128;5.44962;399;20220105;3.7;1.3;2.5;5.6;5.9;1.2;.74;3100
+76095;45.10128;5.44962;399;20220106;4;.8;2.4;5.2;5.6;.2;.79;4200
+76095;45.10128;5.44962;399;20220107;3.4;-4.2;-.4;3;5.4;8;.35;4100
+76095;45.10128;5.44962;399;20220108;4.7;.1;2.4;3.5;6.9;5.9;.32;3000
+76095;45.10128;5.44962;399;20220109;4.3;1.7;3;3.1;6.7;9;.49;1900
+76095;45.10128;5.44962;399;20220110;3.8;1.2;2.5;2.1;6.3;0;.49;1700
+76095;45.10128;5.44962;399;20220111;.9;-.8;0;4.4;5.6;0;.4;1400
+76095;45.10128;5.44962;399;20220112;1.4;-.8;.3;3.8;5;0;.57;4300
+76095;45.10128;5.44962;399;20220113;1.4;-6.6;-2.6;2.3;4.5;0;.29;6100
+76095;45.10128;5.44962;399;20220114;6.8;-6.3;.2;3;4.7;0;.65;8800
+76095;45.10128;5.44962;399;20220115;7.4;-5.5;.9;3.1;5;0;.68;8700
+76095;45.10128;5.44962;399;20220116;8.2;-6.2;1;2.3;4.6;0;.69;9000
+76095;45.10128;5.44962;399;20220117;3.5;-6.3;-1.4;2.3;5.6;0;.21;5400
+76095;45.10128;5.44962;399;20220118;4.8;.2;2.5;2.7;5.7;0;.63;4600
+76095;45.10128;5.44962;399;20220119;5.8;-5.1;.3;4.1;5.8;0;.49;4600
+76095;45.10128;5.44962;399;20220120;3.4;.8;2.1;4.2;6.2;.1;.55;2200
+76095;45.10128;5.44962;399;20220121;4.1;-1;1.5;4.6;4.9;0;.88;7400
+76095;45.10128;5.44962;399;20220122;3.9;-4.1;-.1;2.9;5.1;0;.49;7400
+76095;45.10128;5.44962;399;20220123;3.5;-.6;1.4;2.4;5.6;0;.51;5600
+76095;45.10128;5.44962;399;20220124;8.4;-5.1;1.6;1.8;5;0;.63;9800
+76095;45.10128;5.44962;399;20220125;10.1;-5.4;2.3;3;5;0;1.04;9300
+76095;45.10128;5.44962;399;20220126;7.5;-6.1;.7;3.3;4.8;0;.86;9600
+76095;45.10128;5.44962;399;20220127;2.3;-4;-.9;3;4.7;0;.52;8600
+76095;45.10128;5.44962;399;20220128;1.9;-3.5;-.8;3;5.7;0;.28;1700
+76095;45.10128;5.44962;399;20220129;2.7;-.5;1.1;2.5;6;0;.41;6400
+76095;45.10128;5.44962;399;20220130;7.2;-.4;3.4;2.9;7.6;0;.4;3500
+76095;45.10128;5.44962;399;20220131;6;-.9;2.5;2.5;7;2.7;.43;2100
+76095;45.10128;5.44962;399;20220201;5.2;.6;2.9;5.2;5.9;3.7;.9;6300
+76095;45.10128;5.44962;399;20220202;8.9;2;5.4;4;8.6;.2;.5;3900
+76095;45.10128;5.44962;399;20220203;11.6;.1;5.8;2.4;7.9;0;.79;8100
+76095;45.10128;5.44962;399;20220204;8.6;4;6.3;2.6;7.3;.2;.89;5600
+76095;45.10128;5.44962;399;20220205;7.8;4.2;6;3.2;6.8;.1;1.04;8800
+76095;45.10128;5.44962;399;20220206;9;-5.2;1.9;2.7;5.9;2.3;.82;8400
+76095;45.10128;5.44962;399;20220207;9.5;4.1;6.8;2.5;6.6;1;1.08;4784
+76095;45.10128;5.44962;399;20220208;9.6;-4.4;2.6;2.2;4.7;0;1.1;11700
+76095;45.10128;5.44962;399;20220209;13.1;-3;5;3.9;6.6;0;1.43;11700
+76095;45.10128;5.44962;399;20220210;15.3;-.3;7.5;2.8;7.1;.9;1.52;11400
+76095;45.10128;5.44962;399;20220211;7.2;1;4.1;3.3;6.8;.6;.8;4100
+76095;45.10128;5.44962;399;20220212;10.3;-5.4;2.4;2.3;5.8;0;1;10800
+76095;45.10128;5.44962;399;20220213;12.9;-.9;6;4.3;6.3;.6;1.74;12700
+76095;45.10128;5.44962;399;20220214;10.7;4.7;7.7;3.9;7.7;12.2;1.26;1600
+76095;45.10128;5.44962;399;20220215;8.2;2.1;5.1;3.4;7.1;5.1;.94;5100
+76095;45.10128;5.44962;399;20220216;6.7;1.1;3.9;5.2;8;10.5;.37;2700
+76095;45.10128;5.44962;399;20220217;16.6;5.9;11.2;3.9;10.1;1.1;1.65;8300
+76095;45.10128;5.44962;399;20220218;18.9;6;12.4;2.2;8.64;.6;1.79;9676
+76095;45.10128;5.44962;399;20220219;9.9;6.2;8;2.4;6.27;0;1.41;4871
+76095;45.10128;5.44962;399;20220220;12.9;-2.5;5.2;2.7;6.6;.7;1.36;9700
+76095;45.10128;5.44962;399;20220221;8.6;4.4;6.5;4.5;7.8;15.2;1.11;6500
+76095;45.10128;5.44962;399;20220222;10.4;3.9;7.1;3.4;7.7;.2;1.32;10600
+76095;45.10128;5.44962;399;20220223;13.8;5.5;9.6;3;8.1;0;1.7;11000
+76095;45.10128;5.44962;399;20220224;13.5;1.5;7.5;5;8;.1;1.63;8800
+76095;45.10128;5.44962;399;20220225;8.3;3.8;6;6.1;5.8;0;2.05;15000
+76095;45.10128;5.44962;399;20220226;9.3;.2;4.7;3.4;5.1;0;1.77;15100
+76095;45.10128;5.44962;399;20220227;12;-3;4.5;4;4.9;0;2.11;15300
+76095;45.10128;5.44962;399;20220228;12.7;-2.1;5.3;3.7;4.8;0;2.24;15600
+76095;45.10128;5.44962;399;20220301;13.9;-4.7;4.6;2;5.3;0;1.74;15300
+76095;45.10128;5.44962;399;20220302;12;-1.4;5.3;2.9;6.5;0;1.55;12200
+76095;45.10128;5.44962;399;20220303;14.1;-.9;6.6;2.5;7.5;0;1.62;14000
+76095;45.10128;5.44962;399;20220304;12.9;-1.7;5.6;3.4;5.9;0;2.02;16100
+76095;45.10128;5.44962;399;20220305;10;-4.6;2.7;2.4;3.7;0;1.88;16800
+76095;45.10128;5.44962;399;20220306;8.4;-7.7;.3;1.9;3.7;0;1.52;16400
+76095;45.10128;5.44962;399;20220307;10.7;-7.1;1.8;2.2;4.4;0;1.69;16100
+76095;45.10128;5.44962;399;20220308;13.1;-3;5;5;5.8;0;2.33;16900
+76095;45.10128;5.44962;399;20220309;13.5;-1.5;6;3.1;6.4;0;2.02;16200
+76095;45.10128;5.44962;399;20220310;14.6;-2.1;6.2;3.8;7.2;.2;2;14600
+76095;45.10128;5.44962;399;20220311;15.3;7.2;11.2;5.5;7.5;0;2.94;11600
+76095;45.10128;5.44962;399;20220312;12.1;7.2;9.6;2.3;6.8;0;1.83;8100
+76095;45.10128;5.44962;399;20220313;11.6;6.5;9;2.6;8;8;1.37;3700
+76095;45.10128;5.44962;399;20220314;14.2;-.5;6.8;2.9;8.7;1.2;1.51;12400
+76095;45.10128;5.44962;399;20220315;15.6;8.1;11.8;4.3;9.4;0;2.3;10600
+76095;45.10128;5.44962;399;20220316;16.1;4.4;10.2;3.2;9.4;0;1.9;10600
+76095;45.10128;5.44962;399;20220317;13.7;6.5;10.1;3.6;10.2;.2;1.38;6600
+76095;45.10128;5.44962;399;20220318;8.7;7.2;7.9;2.4;9.2;.1;.8;2100
+76095;45.10128;5.44962;399;20220319;15.7;.5;8.1;2.1;7.7;0;2.13;16900
+76095;45.10128;5.44962;399;20220320;12.7;1;6.8;3.5;6.7;0;1.84;8400
+76095;45.10128;5.44962;399;20220321;15.4;2;8.7;3.4;6.3;0;2.85;18900
+76095;45.10128;5.44962;399;20220322;15.3;-1.7;6.8;2.5;5.6;0;2.61;19600
+76095;45.10128;5.44962;399;20220323;16.7;-2;7.3;2.5;5.8;0;2.76;19800
+76095;45.10128;5.44962;399;20220324;19.6;-1.5;9;2.9;5.7;0;3.38;20100
+76095;45.10128;5.44962;399;20220325;19.4;.1;9.7;2.9;6.3;0;3.31;19900
+76095;45.10128;5.44962;399;20220326;20;-.6;9.7;2.8;6.6;0;3.32;20300
+76095;45.10128;5.44962;399;20220327;20.1;1.7;10.9;2.9;6.3;0;3.36;17000
+76095;45.10128;5.44962;399;20220328;20.5;1.5;11;3.5;5.9;0;3.88;19600
+76095;45.10128;5.44962;399;20220329;17.8;2.7;10.2;3.1;6.7;1;2.86;12900
+76095;45.10128;5.44962;399;20220330;14.7;7.5;11.1;2;9.6;3.3;1.84;10500
+76095;45.10128;5.44962;399;20220331;11;6.2;8.6;2.3;9.2;8;1.14;5000
+76095;45.10128;5.44962;399;20220401;6;2.3;4.1;6.2;5.33;13.5;1.95;8321
+76095;45.10128;5.44962;399;20220402;7;1.9;4.4;6.6;4.13;3.9;2.8;15313
+76095;45.10128;5.44962;399;20220403;4.3;-1;1.6;4.2;5.3;0;1.28;10000
+76095;45.10128;5.44962;399;20220404;8.8;-3.9;2.4;1.7;5.2;0;2.06;22100
+76095;45.10128;5.44962;399;20220405;15.5;-2.1;6.7;1.7;6.33;0;2.63;20233
+76095;45.10128;5.44962;399;20220406;15.2;2.1;8.6;1.6;9.1;1.8;1.75;11800
+76095;45.10128;5.44962;399;20220407;13.1;6.7;9.9;4.3;10.4;7.9;1.17;3400
+76095;45.10128;5.44962;399;20220408;16.4;9;12.7;4.3;10.3;2.8;2.08;5200
+76095;45.10128;5.44962;399;20220409;9.1;3.4;6.2;3.4;6.6;2.5;1.88;12000
+76095;45.10128;5.44962;399;20220410;14.6;-2.4;6.1;2.1;6.5;0;2.76;24000
+76095;45.10128;5.44962;399;20220411;17;1.3;9.1;4.3;7.3;0;3.33;20500
+76095;45.10128;5.44962;399;20220412;17.3;6.9;12.1;3.2;7.1;.1;2.95;10400
+76095;45.10128;5.44962;399;20220413;18.8;6.2;12.5;2.2;9.4;0;2.74;15300
+76095;45.10128;5.44962;399;20220414;21.1;3.8;12.4;2.3;11.5;0;3.27;23100
+76095;45.10128;5.44962;399;20220415;21.6;6.7;14.1;2.8;11.7;0;3.56;22600
+76095;45.10128;5.44962;399;20220416;20.9;6.2;13.5;3.7;10;0;4.06;25000
+76095;45.10128;5.44962;399;20220417;18;1.9;9.9;2.9;8;0;3.53;25400
+76095;45.10128;5.44962;399;20220418;19.1;-.8;9.1;2.1;6.5;0;3.62;25700
+76095;45.10128;5.44962;399;20220419;19.9;3.1;11.5;2.8;7;0;4.04;24900
+76095;45.10128;5.44962;399;20220420;18.3;2.2;10.2;2.7;9.6;.9;2.67;16900
+76095;45.10128;5.44962;399;20220421;19.1;9.9;14.5;2.3;10.2;.5;3.11;16600
+76095;45.10128;5.44962;399;20220422;21.2;1.7;11.4;2.1;8.8;0;3.5;22100
+76095;45.10128;5.44962;399;20220423;16.7;9;12.8;2.7;9.7;14.6;2;5400
+76095;45.10128;5.44962;399;20220424;16.2;6.6;11.4;2.8;10;1.5;2.54;15500
+76095;45.10128;5.44962;399;20220425;16.2;10;13.1;2;11.3;.7;2.44;14700
+76095;45.10128;5.44962;399;20220426;18.6;6.7;12.6;1.9;9.6;0;3.39;22500
+76095;45.10128;5.44962;399;20220427;19.8;.9;10.3;1.8;8.9;0;3.67;27300
+76095;45.10128;5.44962;399;20220428;21.9;3.8;12.8;2.9;9.7;0;4.27;27100
+76095;45.10128;5.44962;399;20220429;21.4;3.8;12.6;2.3;9.3;0;3.82;23600
+76095;45.10128;5.44962;399;20220430;19;5;12;3.7;9.4;0;4.07;27600
+76095;45.10128;5.44962;399;20220501;18.7;3;10.8;2.7;9;0;3.67;25700
+76095;45.10128;5.44962;399;20220502;20.4;2.2;11.3;2.1;9.2;1.2;3.84;26600
+76095;45.10128;5.44962;399;20220503;20.3;5.3;12.8;2.7;10.3;2.9;3.45;20600
+76095;45.10128;5.44962;399;20220504;22.3;8.1;15.2;2.4;11.5;9.9;3.98;23300
+76095;45.10128;5.44962;399;20220505;14.9;10.7;12.8;2.8;11.7;6.9;1.78;7800
+76095;45.10128;5.44962;399;20220506;16.4;9.1;12.7;3.7;11.4;.2;1.84;6100
+76095;45.10128;5.44962;399;20220507;19.5;8.2;13.8;2.2;11.6;.2;3.24;19900
+76095;45.10128;5.44962;399;20220508;21;5.7;13.3;1.7;11.6;1;3.42;22100
+76095;45.10128;5.44962;399;20220509;24.2;6.9;15.5;1.9;12.3;3.3;4.43;27400
+76095;45.10128;5.44962;399;20220510;26.5;8.7;17.6;2.5;12.5;0;4.99;26900
+76095;45.10128;5.44962;399;20220511;26.5;9.7;18.1;4.4;11.6;0;5.95;28500
+76095;45.10128;5.44962;399;20220512;25.9;8.4;17.1;3.4;10.9;0;5.27;25600
+76095;45.10128;5.44962;399;20220513;24.1;8.6;16.3;1.7;12.5;0;4.2;24700
+76095;45.10128;5.44962;399;20220514;25.5;8.7;17.1;1.8;13.5;0;4.75;28400
+76095;45.10128;5.44962;399;20220515;27.2;9.4;18.3;2.8;13;.2;5.16;26200
+76095;45.10128;5.44962;399;20220516;27.9;12.8;20.3;2.1;11.9;.6;5.08;24000
+76095;45.10128;5.44962;399;20220517;29.3;11;20.1;2;13.9;0;5.33;27100
+76095;45.10128;5.44962;399;20220518;30.7;12.3;21.5;2.1;14.9;.6;5.6;27200
+76095;45.10128;5.44962;399;20220519;29.5;16.1;22.8;2.8;15.2;.2;5.78;25800
+76095;45.10128;5.44962;399;20220520;29.1;14.5;21.8;3.4;12.6;0;6.05;24700
+76095;45.10128;5.44962;399;20220521;31;11.7;21.3;2.3;14;0;5.85;27600
+76095;45.10128;5.44962;399;20220522;31.4;14.5;22.9;2.4;17.1;.1;4.97;20500
+76095;45.10128;5.44962;399;20220523;26.7;16.6;21.6;3;15.6;2.9;4.4;17300
+76095;45.10128;5.44962;399;20220524;20.1;13;16.5;2.1;11.6;.6;3.52;17700
+76095;45.10128;5.44962;399;20220525;21.9;11;16.4;5;10.2;0;5.38;26400
+76095;45.10128;5.44962;399;20220526;22.9;10.4;16.6;3.8;10.9;0;5.32;28500
+76095;45.10128;5.44962;399;20220527;24.2;9.4;16.8;3;12.4;0;5.06;28500
+76095;45.10128;5.44962;399;20220528;22.6;12.3;17.4;4.3;11;0;5.49;27800
+76095;45.10128;5.44962;399;20220529;20.6;5.2;12.9;2.6;7.9;0;4.79;29400
+76095;45.10128;5.44962;399;20220530;22.8;5.7;14.2;1.7;8.5;1.4;4.15;23100
+76095;45.10128;5.44962;399;20220531;19;11.8;15.4;2.3;13.3;4.5;2.38;10900
+76095;45.10128;5.44962;399;20220601;27.7;10.9;19.3;2.4;15;.1;4.51;21400
+76095;45.10128;5.44962;399;20220602;28;15.2;21.6;3.2;16.8;.3;4.22;15700
+76095;45.10128;5.44962;399;20220603;30.2;15.8;23;3;16.2;.1;5.49;22300
+76095;45.10128;5.44962;399;20220604;31.6;15.4;23.5;2.5;16.5;0;6.24;28500
+76095;45.10128;5.44962;399;20220605;27.8;18.5;23.1;2.6;16.9;1.7;4.96;21200
+76095;45.10128;5.44962;399;20220606;27.9;12.4;20.1;1.3;14.6;.4;4.67;24500
+76095;45.10128;5.44962;399;20220607;25;13.5;19.2;2;13.6;0;4.95;26400
+76095;45.10128;5.44962;399;20220608;22.4;9.6;16;2.1;13.4;10.5;3.07;15200
+76095;45.10128;5.44962;399;20220609;19.8;12.6;16.2;3.3;13;3;3.61;18900
+76095;45.10128;5.44962;399;20220610;24.1;6.6;15.3;2.8;11;.1;5.32;31500
+76095;45.10128;5.44962;399;20220611;28;8.6;18.3;2.7;13.1;0;5.86;31100
+76095;45.10128;5.44962;399;20220612;31.6;12.3;21.9;2.5;14.8;.5;5.98;26600
+76095;45.10128;5.44962;399;20220613;26.9;14.1;20.5;2.9;15.3;0;5.5;27600
+76095;45.10128;5.44962;399;20220614;30.6;8.8;19.7;2;13;0;6.01;30600
+76095;45.10128;5.44962;399;20220615;31.4;15.3;23.3;2.7;15.3;.3;4.9;16300
+76095;45.10128;5.44962;399;20220616;32.7;15.7;24.2;3.1;15.9;0;6.91;29100
+76095;45.10128;5.44962;399;20220617;32.9;13.5;23.2;2.1;14.7;0;6.42;29500
+76095;45.10128;5.44962;399;20220618;35.2;14.1;24.6;2.9;15.7;.2;7.26;29500
+76095;45.10128;5.44962;399;20220619;33.7;18;25.8;4.6;15.5;0;8.15;29300
+76095;45.10128;5.44962;399;20220620;32.8;18.4;25.6;4.1;11.9;0;8.26;29900
+76095;45.10128;5.44962;399;20220621;31.5;15.3;23.4;2.8;16.6;1.5;5.32;20300
+76095;45.10128;5.44962;399;20220622;29.5;18.6;24;3.1;20;5.1;4.8;19300
+76095;45.10128;5.44962;399;20220623;26.2;17.7;21.9;3.7;19.1;3.1;4.76;22600
+76095;45.10128;5.44962;399;20220624;24.6;17.1;20.8;2.2;17;15.7;3.8;17400
+76095;45.10128;5.44962;399;20220625;28.8;13.6;21.2;3.5;15.5;2.3;6.06;28500
+76095;45.10128;5.44962;399;20220626;26;15.4;20.7;2.5;17.9;0;4.69;24400
+76095;45.10128;5.44962;399;20220627;23.5;16.6;20;2.3;15.6;.5;3.45;14600
+76095;45.10128;5.44962;399;20220628;24.4;15.4;19.9;2.2;15.9;0;4.19;20900
+76095;45.10128;5.44962;399;20220629;27.6;15.6;21.6;1.8;16.7;0;5.16;26500
+76095;45.10128;5.44962;399;20220630;29.3;12.6;20.9;2.5;15.6;5.5;5.01;22500
+76095;45.10128;5.44962;399;20220701;22.1;12.5;17.3;2.6;13.1;.2;4.47;24800
+76095;45.10128;5.44962;399;20220702;30.1;9.2;19.6;1.9;13.2;0;5.94;31100
+76095;45.10128;5.44962;399;20220703;31.6;13.9;22.7;2.4;16.3;.8;5.82;26100
+76095;45.10128;5.44962;399;20220704;27.6;17.9;22.7;2.1;17.5;.9;4.71;21600
+76095;45.10128;5.44962;399;20220705;27;13.8;20.4;2.6;14.4;0;5.87;30700
+76095;45.10128;5.44962;399;20220706;26.1;12.8;19.4;3.4;12.3;0;6.12;30900
+76095;45.10128;5.44962;399;20220707;26.2;13;19.6;4.6;11.9;0;6.56;30700
+76095;45.10128;5.44962;399;20220708;26.1;14;20;4.5;13.8;0;6.18;30000
+76095;45.10128;5.44962;399;20220709;27.6;10.2;18.9;2.1;13;0;5.58;30100
+76095;45.10128;5.44962;399;20220710;27.6;12;19.8;2.7;14;0;5.79;30000
+76095;45.10128;5.44962;399;20220711;28.7;11.1;19.9;1.9;13.7;.1;5.64;29900
+76095;45.10128;5.44962;399;20220712;30.7;11.7;21.2;2.6;13.8;0;6.34;30400
+76095;45.10128;5.44962;399;20220713;33.7;11.3;22.5;1.9;13.1;0;6.33;29400
+76095;45.10128;5.44962;399;20220714;35.9;15.5;25.7;2.3;14.4;0;7.07;29500
+76095;45.10128;5.44962;399;20220715;32.1;15.5;23.8;2.5;13.4;0;6.62;29100
+76095;45.10128;5.44962;399;20220716;30.8;13.3;22;2.1;11.8;0;6.23;29700
+76095;45.10128;5.44962;399;20220717;31.8;11.1;21.4;1.9;12.5;0;6.05;29300
+76095;45.10128;5.44962;399;20220718;36.7;13.9;25.3;2.4;14.2;0;7.17;29200
+76095;45.10128;5.44962;399;20220719;36.5;19;27.7;4.7;17;0;8.53;27800
+76095;45.10128;5.44962;399;20220720;35.5;18.9;27.2;3.6;17.8;.2;7.07;24200
+76095;45.10128;5.44962;399;20220721;31.7;20.1;25.9;2.5;14.2;0;6.74;29000
+76095;45.10128;5.44962;399;20220722;37.2;12.7;24.9;2.5;14.1;.8;6.71;24600
+76095;45.10128;5.44962;399;20220723;29.6;18.9;24.2;2.5;17.1;0;5.57;24600
+76095;45.10128;5.44962;399;20220724;34.7;13.4;24;1.7;15.3;0;6.13;28500
+76095;45.10128;5.44962;399;20220725;35.6;17.8;26.7;2.8;15.5;1.3;5.96;18400
+76095;45.10128;5.44962;399;20220726;27.7;19;23.3;4.3;15.3;0;5.76;21100
+76095;45.10128;5.44962;399;20220727;28.1;14.1;21.1;2.7;11.9;0;5.99;28600
+76095;45.10128;5.44962;399;20220728;32;10.8;21.4;2.2;12.1;0;5.44;22600
+76095;45.10128;5.44962;399;20220729;26.6;15.3;20.9;2.1;15.4;7.7;3.73;15500
+76095;45.10128;5.44962;399;20220730;30.6;12.9;21.7;3.2;13.9;0;6.3;28300
+76095;45.10128;5.44962;399;20220731;32.1;12.7;22.4;2.4;13.2;0;6.19;28200
+76095;45.10128;5.44962;399;20220801;33.4;14.3;23.8;2.4;13.3;0;6.42;27900
+76095;45.10128;5.44962;399;20220802;32.3;14.4;23.3;2.4;13.9;0;6.23;28100
+76095;45.10128;5.44962;399;20220803;36.5;14.3;25.4;2.5;13.3;0;6.94;27500
+76095;45.10128;5.44962;399;20220804;37.1;18.2;27.6;3.4;13.1;1.8;7.93;27200
+76095;45.10128;5.44962;399;20220805;35.4;16.4;25.9;2.5;15.3;0;6.02;22000
+76095;45.10128;5.44962;399;20220806;30.4;16.3;23.3;2.6;15.7;0;5.83;26900
+76095;45.10128;5.44962;399;20220807;29.4;14.1;21.7;2.3;14.8;0;5.37;26200
+76095;45.10128;5.44962;399;20220808;31.3;13.5;22.4;2.5;13.6;0;5.98;27600
+76095;45.10128;5.44962;399;20220809;32.9;11.7;22.3;2;12.1;0;5.82;26900
+76095;45.10128;5.44962;399;20220810;34.3;14.1;24.2;2;11.7;0;6.05;26500
+76095;45.10128;5.44962;399;20220811;35.4;15.4;25.4;2.2;11.9;0;6.35;26100
+76095;45.10128;5.44962;399;20220812;33.9;15.5;24.7;2;11.9;0;6.04;26800
+76095;45.10128;5.44962;399;20220813;34;13.6;23.8;2;10.7;3.3;5.95;26000
+76095;45.10128;5.44962;399;20220814;24;19.1;21.5;3.6;19.7;33.4;2.77;10000
+76095;45.10128;5.44962;399;20220815;27.8;15.4;21.6;2.6;16.3;.1;4.75;23000
+76095;45.10128;5.44962;399;20220816;32.3;14.5;23.4;3.4;15.7;.7;6.09;24900
+76095;45.10128;5.44962;399;20220817;28.2;17;22.6;2.8;18.7;27.5;3.41;12000
+76095;45.10128;5.44962;399;20220818;22.4;13.5;17.9;2.9;16.7;18.7;2.58;12600
+76095;45.10128;5.44962;399;20220819;23.6;17;20.3;3.8;17.5;1.8;2.83;9600
+76095;45.10128;5.44962;399;20220820;25.7;17.6;21.6;2.7;17.3;.5;3.74;16400
+76095;45.10128;5.44962;399;20220821;26;12.8;19.4;2.2;13.8;0;4.27;22300
+76095;45.10128;5.44962;399;20220822;26.8;14.8;20.8;3;14;0;5.07;25000
+76095;45.10128;5.44962;399;20220823;28.6;15.4;22;2.7;15.9;.1;5;24300
+76095;45.10128;5.44962;399;20220824;31.4;12;21.7;2.1;14.4;0;5.01;23900
+76095;45.10128;5.44962;399;20220825;32.5;15.3;23.9;2.6;16;2.1;5.4;23100
+76095;45.10128;5.44962;399;20220826;26.3;17.1;21.7;2.7;17.2;.5;4.02;18900
+76095;45.10128;5.44962;399;20220827;25.3;14.6;19.9;2.3;16.7;.1;3.33;16300
+76095;45.10128;5.44962;399;20220828;28.5;13.2;20.8;1.5;16.2;.1;3.9;20700
+76095;45.10128;5.44962;399;20220829;31.9;13.7;22.8;3;15.7;.1;5.31;22300
+76095;45.10128;5.44962;399;20220830;28.5;18.7;23.6;2.8;19;6.3;3.19;9500
+76095;45.10128;5.44962;399;20220831;26.8;16.9;21.8;2.5;17.8;.2;3.84;18400
+76095;45.10128;5.44962;399;20220901;27.5;12.1;19.8;2.5;15.1;0;4.31;22700
+76095;45.10128;5.44962;399;20220902;27.9;15;21.4;3.8;15.1;3.3;4.59;18000
+76095;45.10128;5.44962;399;20220903;27.3;15.7;21.5;3.6;17.4;16.9;4.21;19100
+76095;45.10128;5.44962;399;20220904;28.5;14.8;21.6;2.9;18;.2;4.34;21800
+76095;45.10128;5.44962;399;20220905;30;17.9;23.9;3.2;19.2;0;4.73;21100
+76095;45.10128;5.44962;399;20220906;30.3;18.1;24.2;3;19.3;1.2;4.29;17300
+76095;45.10128;5.44962;399;20220907;28;14.7;21.3;2.5;18.2;12;3.38;15200
+76095;45.10128;5.44962;399;20220908;25.4;14.6;20;2.1;15.9;.1;3.71;20900
+76095;45.10128;5.44962;399;20220909;24.5;10.8;17.6;2.4;13.5;.1;3.6;20500
+76095;45.10128;5.44962;399;20220910;22.2;10.9;16.5;1.8;12.6;0;2.88;16500
+76095;45.10128;5.44962;399;20220911;24.9;8.2;16.5;2.3;11.7;0;3.72;21500
+76095;45.10128;5.44962;399;20220912;29.6;9.9;19.7;2.8;13.9;0;4.46;21200
+76095;45.10128;5.44962;399;20220913;28.3;15.2;21.7;3.5;18.6;3.1;3.41;12900
+76095;45.10128;5.44962;399;20220914;26.5;19.8;23.1;3.7;19.2;11.8;3.61;14000
+76095;45.10128;5.44962;399;20220915;25;14.5;19.7;2.7;17.3;6.4;3.01;15500
+76095;45.10128;5.44962;399;20220916;20.9;15.1;18;2.4;15.2;.1;2.51;13200
+76095;45.10128;5.44962;399;20220917;15.8;9.2;12.5;5.4;9.8;0;3.1;20400
+76095;45.10128;5.44962;399;20220918;18.4;2.4;10.4;1.9;8.1;0;2.69;20300
+76095;45.10128;5.44962;399;20220919;19;3.7;11.3;2.6;8.3;0;2.96;20100
+76095;45.10128;5.44962;399;20220920;19;3.1;11;1.9;8.3;0;2.7;19800
+76095;45.10128;5.44962;399;20220921;19.1;4.3;11.7;1.6;9;0;2.55;19300
+76095;45.10128;5.44962;399;20220922;22.2;3;12.6;2.4;9.3;0;3.06;19300
+76095;45.10128;5.44962;399;20220923;22.1;7.7;14.9;3.7;11.8;11.5;2.93;14300
+76095;45.10128;5.44962;399;20220924;20.4;13.3;16.8;1.7;14.7;7;1.84;9400
+76095;45.10128;5.44962;399;20220925;17.9;11.4;14.6;2.1;12.8;3.3;1.81;9900
+76095;45.10128;5.44962;399;20220926;18;9.1;13.5;2;11.4;5.9;2;12400
+76095;45.10128;5.44962;399;20220927;16.3;9.8;13;2.7;11.1;5.3;1.91;10700
+76095;45.10128;5.44962;399;20220928;19.2;10.2;14.7;3.4;12.6;15.7;1.98;8100
+76095;45.10128;5.44962;399;20220929;13.6;10.6;12.1;1.6;11.5;1.7;1.29;7500
+76095;45.10128;5.44962;399;20220930;12.4;4.6;8.5;1.8;9.6;.9;1.02;5800
+76095;45.10128;5.44962;399;20221001;14.5;3.5;9;2.9;11;4;.92;5600
+76095;45.10128;5.44962;399;20221002;23.8;10.6;17.2;3.4;14;0;2.92;15800
+76095;45.10128;5.44962;399;20221003;18.4;12.9;15.6;2.5;14.2;0;1.83;11200
+76095;45.10128;5.44962;399;20221004;24.1;9;16.5;2;12.9;.1;2.59;16100
+76095;45.10128;5.44962;399;20221005;21.8;8.6;15.2;3.7;13.3;.1;2.31;11600
+76095;45.10128;5.44962;399;20221006;20.3;10.2;15.2;2.8;13.8;.1;1.88;10600
+76095;45.10128;5.44962;399;20221007;21.9;8.9;15.4;1.6;14.3;.9;1.71;10700
+76095;45.10128;5.44962;399;20221008;16.7;14.1;15.4;2.7;15;1.3;1.18;4800
+76095;45.10128;5.44962;399;20221009;18.7;7.5;13.1;1.9;12.8;1.2;1.42;9100
+76095;45.10128;5.44962;399;20221010;22.7;10.6;16.6;3.1;14.1;.1;2.34;12800
+76095;45.10128;5.44962;399;20221011;21.3;9.6;15.4;2.6;13.7;.1;2.05;13600
+76095;45.10128;5.44962;399;20221012;21;10.7;15.8;1.4;13.3;.4;1.67;10600
+76095;45.10128;5.44962;399;20221013;18.8;6.8;12.8;2.1;12.8;2.1;1.24;6600
+76095;45.10128;5.44962;399;20221014;19;11.7;15.3;2.3;14.7;.4;1.25;5600
+76095;45.10128;5.44962;399;20221015;24.3;9.6;16.9;2.5;13.4;0;2.43;14600
+76095;45.10128;5.44962;399;20221016;23.9;9.7;16.8;3;14.4;0;2.29;13000
+76095;45.10128;5.44962;399;20221017;23.4;11.1;17.2;3.4;14.7;0;2.26;11300
+76095;45.10128;5.44962;399;20221018;24.1;10.2;17.1;2.5;14;0;2.22;12900
+76095;45.10128;5.44962;399;20221019;22.7;10;16.3;3.1;13.9;.1;2.12;11800
+76095;45.10128;5.44962;399;20221020;19.6;13.2;16.4;2.5;15.8;.5;1.09;2600
+76095;45.10128;5.44962;399;20221021;18.1;15;16.5;4.1;15.8;42.6;1.21;1500
+76095;45.10128;5.44962;399;20221022;22.7;12;17.3;3.3;15.2;0;2.06;12200
+76095;45.10128;5.44962;399;20221023;22.6;11;16.8;3.6;15.4;1.3;1.69;5200
+76095;45.10128;5.44962;399;20221024;20.6;15.9;18.2;2.9;16.4;1.4;1.49;4700
+76095;45.10128;5.44962;399;20221025;19.3;11.6;15.4;3.7;14.2;0;1.58;8900
+76095;45.10128;5.44962;399;20221026;23.9;12.5;18.2;2.3;15.1;0;1.89;11000
+76095;45.10128;5.44962;399;20221027;23.3;12;17.6;3.1;14.9;0;1.99;10300
+76095;45.10128;5.44962;399;20221028;24.2;12.7;18.4;2.8;15.2;0;2.02;10400
+76095;45.10128;5.44962;399;20221029;23.6;10.6;17.1;2.8;13.1;0;2.07;9600
+76095;45.10128;5.44962;399;20221030;22;10.9;16.4;3.1;12.9;0;2;10800
+76095;45.10128;5.44962;399;20221031;20.9;11.3;16.1;3.1;13.9;29.5;1.65;8700
+76095;45.10128;5.44962;399;20221101;19.7;13.4;16.5;2.9;14.5;5.1;1.49;8000
+76095;45.10128;5.44962;399;20221102;17;8.8;12.9;1.9;11.8;.1;1.1;9000
+76095;45.10128;5.44962;399;20221103;12.9;5;8.9;3.1;11.1;12.1;.55;2600
+76095;45.10128;5.44962;399;20221104;11.3;3.8;7.5;3.2;9.6;13.2;.65;3100
+76095;45.10128;5.44962;399;20221105;11;5.9;8.4;3.5;9.1;.7;.94;6600
+76095;45.10128;5.44962;399;20221106;15.7;.5;8.1;2.2;8.2;.3;1.13;9000
+76095;45.10128;5.44962;399;20221107;17.1;4.2;10.6;3.5;8.8;0;1.63;10200
+76095;45.10128;5.44962;399;20221108;18.7;4.5;11.6;2.4;10.2;3.2;1.3;7300
+76095;45.10128;5.44962;399;20221109;13.7;10.2;11.9;1.9;12.8;31.4;.61;800
+76095;45.10128;5.44962;399;20221110;12.3;9;10.6;2.1;11.7;0;.62;4900
+76095;45.10128;5.44962;399;20221111;16.3;4.6;10.4;2.8;10.4;.1;1.02;9400
+76095;45.10128;5.44962;399;20221112;15;6.3;10.6;4.5;9.8;0;1.36;7000
+76095;45.10128;5.44962;399;20221113;16;4.3;10.1;3;10.1;0;1.07;4200
+76095;45.10128;5.44962;399;20221114;14.1;8.8;11.4;1.6;10.6;4.2;.82;3800
+76095;45.10128;5.44962;399;20221115;14.4;9.5;11.9;2.5;12.4;10.2;.71;2800
+76095;45.10128;5.44962;399;20221116;16.8;7.1;11.9;2.6;10.6;.1;1.05;9200
+76095;45.10128;5.44962;399;20221117;16.4;6.3;11.3;3.9;10.7;7.3;1.22;4500
+76095;45.10128;5.44962;399;20221118;13.1;5.6;9.3;2;9.2;.3;.74;7400
+76095;45.10128;5.44962;399;20221119;9.3;3.7;6.5;4.4;8.5;1.3;.67;4600
+76095;45.10128;5.44962;399;20221120;10.7;4.3;7.5;1.9;7.8;.3;.69;6700
+76095;45.10128;5.44962;399;20221121;8.3;3.2;5.7;2.9;8.2;13.5;.57;2200
+76095;45.10128;5.44962;399;20221122;8;3;5.5;2.4;8;.6;.52;3400
+76095;45.10128;5.44962;399;20221123;8.4;-1.8;3.3;3.1;7.6;6.6;.4;2600
+76095;45.10128;5.44962;399;20221124;10.9;1.4;6.1;4.2;8.4;.1;.63;6800
+76095;45.10128;5.44962;399;20221125;12.1;1.9;7;3.7;8.6;2.2;.83;2800
+76095;45.10128;5.44962;399;20221126;8.1;4.5;6.3;3;8;0;.57;5800
+76095;45.10128;5.44962;399;20221127;10.4;-.1;5.1;3;6.8;0;.82;5200
+76095;45.10128;5.44962;399;20221128;7.8;3.7;5.7;2.7;8;9;.61;1000
+76095;45.10128;5.44962;399;20221129;7;3.7;5.3;3.1;8.5;5.4;.4;1600
+76095;45.10128;5.44962;399;20221130;7.2;5.5;6.3;2.6;8.6;.1;.53;1200
+76095;45.10128;5.44962;399;20221201;6.2;4.5;5.3;2;7.6;0;.54;2100
+76095;45.10128;5.44962;399;20221202;5.1;3;4;1.5;7.2;1.1;.45;1700
+76095;45.10128;5.44962;399;20221203;5.1;1;3;1.1;7.3;6.2;.34;1500
+76095;45.10128;5.44962;399;20221204;6.2;3.1;4.6;2.8;7.7;8.6;.49;1200
+76095;45.10128;5.44962;399;20221205;7.5;.1;3.8;1.8;6.9;0;.4;4600
+76095;45.10128;5.44962;399;20221206;4;-3.4;.3;1.8;5.7;0;.24;5300
+76095;45.10128;5.44962;399;20221207;2.6;-.2;1.2;1.7;6.3;0;.36;600
+76095;45.10128;5.44962;399;20221208;4.3;-.6;1.8;2.8;5.9;10.3;.42;4700
+76095;45.10128;5.44962;399;20221209;4.1;2.3;3.2;2.2;7.2;9.1;.37;1400
+76095;45.10128;5.44962;399;20221210;.6;.3;.4;4;5.6;.4;.47;900
+76095;45.10128;5.44962;399;20221211;-1.7;-3.1;-2.4;3.1;4.5;0;.34;2700
+76095;45.10128;5.44962;399;20221212;2.7;-5.3;-1.3;1;4.7;6.8;.23;4600
+76095;45.10128;5.44962;399;20221213;1.9;-2.1;-.1;3.6;6.2;6.2;.14;2000
+76095;45.10128;5.44962;399;20221214;9;1;5;3.3;8.7;2.9;.31;2000
+76095;45.10128;5.44962;399;20221215;7;6;6.5;2.4;9;29;.48;300
+76095;45.10128;5.44962;399;20221216;2.1;1.6;1.8;2.7;6.4;.1;.42;600
+76095;45.10128;5.44962;399;20221217;.3;-2.5;-1.1;2.8;5.1;0;.28;3400
+76095;45.10128;5.44962;399;20221218;10.4;-6.1;2.1;3.3;5.8;0;.72;6800
+76095;45.10128;5.44962;399;20221219;14.7;2.4;8.5;2.4;8.6;0;.85;3800
+76095;45.10128;5.44962;399;20221220;14.6;6.2;10.4;3.2;9.2;0;1.22;1700
+76095;45.10128;5.44962;399;20221221;12.9;8.2;10.5;2.5;10.4;1.1;.71;3200
+76095;45.10128;5.44962;399;20221222;13.5;4.8;9.1;3.7;10.4;10.4;.63;3600
+76095;45.10128;5.44962;399;20221223;11.8;8.9;10.3;3.7;11.8;1.9;.54;600
+76095;45.10128;5.44962;399;20221224;15;10.2;12.6;3.8;12.1;.1;.79;5300
+76095;45.10128;5.44962;399;20221225;15.1;4.5;9.8;3.2;10.1;0;.72;5900
+76095;45.10128;5.44962;399;20221226;11.8;5.2;8.5;2.6;10.6;1;.37;3300
+76095;45.10128;5.44962;399;20221227;12.3;4.6;8.4;2.1;8.8;0;.54;5700
+76095;45.10128;5.44962;399;20221228;9.1;-.7;4.2;3.3;7.3;0;.48;5100
+76095;45.10128;5.44962;399;20221229;13.8;5.2;9.5;3.1;9.5;1.8;.78;5200
+76095;45.10128;5.44962;399;20221230;11;6.8;8.9;2.7;10.9;3.5;.45;1000
+76095;45.10128;5.44962;399;20221231;14.6;5.6;10.1;3.2;11;.1;.6;4800
+76096;45.11453;5.76634;318;20220101;14.9;1.6;8.3;.9;7.8;0;.56;5016
+76096;45.11453;5.76634;318;20220102;7.8;-.1;3.9;.3;8.2;0;.25;2951
+76096;45.11453;5.76634;318;20220103;9.4;2.7;6.1;.7;8.4;0;.37;3584
+76096;45.11453;5.76634;318;20220104;11.7;3.5;7.6;1.6;9.4;9.6;.48;3441
+76096;45.11453;5.76634;318;20220105;4.2;2.5;3.3;2.5;5.8;1.9;.76;1285
+76096;45.11453;5.76634;318;20220106;4.8;.9;2.9;1.6;5.4;0;.66;2017
+76096;45.11453;5.76634;318;20220107;3;-2.8;.1;1.2;5.5;7.2;.37;2880
+76096;45.11453;5.76634;318;20220108;4.6;-.5;2;1.3;7;11.9;.31;2994
+76096;45.11453;5.76634;318;20220109;4;2.4;3.2;.9;7.1;7.9;.4;1134
+76096;45.11453;5.76634;318;20220110;6.6;1.4;4;2.3;6.5;.1;.61;3060
+76096;45.11453;5.76634;318;20220111;2.6;.2;1.4;1.6;5.7;0;.51;408
+76096;45.11453;5.76634;318;20220112;2.7;.2;1.5;1.4;5.2;0;.56;1820
+76096;45.11453;5.76634;318;20220113;3.5;-4.7;-.6;1.2;4.7;0;.41;4207
+76096;45.11453;5.76634;318;20220114;6;-3.8;1.1;1;5.2;0;.44;4660
+76096;45.11453;5.76634;318;20220115;7.4;-3.3;2;.9;5.6;0;.43;4973
+76096;45.11453;5.76634;318;20220116;6.6;-3.6;1.5;1;5;0;.55;5695
+76096;45.11453;5.76634;318;20220117;3.6;-4.6;-.5;1;5.2;0;.36;4970
+76096;45.11453;5.76634;318;20220118;6.4;-1.6;2.4;1.5;5.8;0;.55;4297
+76096;45.11453;5.76634;318;20220119;7.5;-3.6;2;1;5.7;.8;.46;5234
+76096;45.11453;5.76634;318;20220120;7.3;1.5;4.4;2.2;6;0;.81;3255
+76096;45.11453;5.76634;318;20220121;5.7;.7;3.2;2.8;4.3;0;1.24;3103
+76096;45.11453;5.76634;318;20220122;5.6;-4.1;.7;1.1;4.6;0;.53;5141
+76096;45.11453;5.76634;318;20220123;6.3;-3.9;1.2;1.7;5.3;0;.63;5178
+76096;45.11453;5.76634;318;20220124;7.8;-2.3;2.8;2;5.4;0;.86;4954
+76096;45.11453;5.76634;318;20220125;9.7;-3.9;2.9;.7;5.4;0;.52;6732
+76096;45.11453;5.76634;318;20220126;9.4;-3.7;2.8;1.1;5.2;0;.67;6610
+76096;45.11453;5.76634;318;20220127;2.2;-3.3;-.6;2.4;4.9;0;.62;4183
+76096;45.11453;5.76634;318;20220128;3.8;-3.3;.3;1.9;5.1;0;.54;5218
+76096;45.11453;5.76634;318;20220129;4.8;-1.3;1.7;1.6;5.4;0;.67;3641
+76096;45.11453;5.76634;318;20220130;6.8;-1.8;2.5;1.3;6.7;0;.5;6203
+76096;45.11453;5.76634;318;20220131;6.1;.3;3.2;1.1;7.2;1.7;.55;3345
+76096;45.11453;5.76634;318;20220201;7.6;1;4.3;2.1;5.8;3.1;.87;4728
+76096;45.11453;5.76634;318;20220202;11.5;2.3;6.9;1.4;8.3;.1;.73;6218
+76096;45.11453;5.76634;318;20220203;11.9;2;6.9;1.7;8;0;.82;6355
+76096;45.11453;5.76634;318;20220204;8.6;2;5.3;1.2;7.6;0;.71;3840
+76096;45.11453;5.76634;318;20220205;8.7;4.5;6.6;1.5;7.3;.1;.84;1464
+76096;45.11453;5.76634;318;20220206;8.7;-1.3;3.7;1.3;6.2;11.2;.72;6823
+76096;45.11453;5.76634;318;20220207;10.6;4.5;7.6;2.6;6.9;1.3;1.24;4992
+76096;45.11453;5.76634;318;20220208;10.3;-2.4;4;.9;5.2;0;.77;7723
+76096;45.11453;5.76634;318;20220209;13;-2;5.5;.9;6.5;0;.82;8413
+76096;45.11453;5.76634;318;20220210;9.6;-1.3;4.2;2.4;6.7;.2;1.28;10900
+76096;45.11453;5.76634;318;20220211;10.6;0;5.3;3.5;6.8;.9;1.09;5700
+76096;45.11453;5.76634;318;20220212;10.4;-3.8;3.3;2;5.7;0;1;10450
+76096;45.11453;5.76634;318;20220213;15.3;-3.7;5.8;4;5.85;0;1.85;11550
+76096;45.11453;5.76634;318;20220214;11.2;5.3;8.3;3.9;7.72;13;1.26;1600
+76096;45.11453;5.76634;318;20220215;7.5;2.8;5.2;2.7;7.3;3;.88;4900
+76096;45.11453;5.76634;318;20220216;6.2;1.6;3.9;2.3;8;11.5;.57;4393
+76096;45.11453;5.76634;318;20220217;15.7;5.5;10.6;1.3;10.3;1.8;1.14;8587
+76096;45.11453;5.76634;318;20220218;19.2;3.9;11.6;2.9;9.1;1.6;2.12;10160
+76096;45.11453;5.76634;318;20220219;10.4;6.1;8.3;2.4;6.3;0;1.48;4451
+76096;45.11453;5.76634;318;20220220;13.3;1;7.2;1;6.4;1.3;1.13;8790
+76096;45.11453;5.76634;318;20220221;8.5;4.8;6.7;1.2;7.9;19.4;.8;3769
+76096;45.11453;5.76634;318;20220222;11.8;3.6;7.7;2;7.8;.1;1.2;7630
+76096;45.11453;5.76634;318;20220223;14.5;3.2;8.9;1.7;7.6;0;1.43;9137
+76096;45.11453;5.76634;318;20220224;15.2;1.8;8.5;1.6;8.1;.5;1.4;10050
+76096;45.11453;5.76634;318;20220225;10.4;4.9;7.7;4;5.8;0;1.89;6630
+76096;45.11453;5.76634;318;20220226;11.5;1.5;6.5;2.3;5.2;0;1.75;9063
+76096;45.11453;5.76634;318;20220227;11.8;-.3;5.8;2.1;4.9;0;1.76;9937
+76096;45.11453;5.76634;318;20220228;13.3;-1.1;6.1;1.7;4.8;0;1.73;11308
+76096;45.11453;5.76634;318;20220301;13.4;-.8;6.3;1.1;5.6;0;1.38;11130
+76096;45.11453;5.76634;318;20220302;13.4;-.9;6.3;.9;6.8;0;1.23;11382
+76096;45.11453;5.76634;318;20220303;16;2.5;9.2;.9;7.7;0;1.42;11538
+76096;45.11453;5.76634;318;20220304;14.9;1.1;8;1.8;6.4;0;1.78;11287
+76096;45.11453;5.76634;318;20220305;12.4;0;6.2;2;3.9;0;1.97;10738
+76096;45.11453;5.76634;318;20220306;10.2;-2.9;3.7;1.5;4.1;0;1.5;11593
+76096;45.11453;5.76634;318;20220307;12.1;-2.4;4.9;1.4;4.6;0;1.67;12878
+76096;45.11453;5.76634;318;20220308;14.1;-1;6.6;2;5.6;0;1.99;12845
+76096;45.11453;5.76634;318;20220309;15.4;.9;8.1;1.2;6.7;0;1.65;13011
+76096;45.11453;5.76634;318;20220310;15.4;-.3;7.5;.5;7.4;0;1.41;13435
+76096;45.11453;5.76634;318;20220311;16.8;5.6;11.2;.9;8.1;0;1.57;10357
+76096;45.11453;5.76634;318;20220312;14;7.1;10.5;1;7.4;0;1.4;8012
+76096;45.11453;5.76634;318;20220313;13.9;4.4;9.2;1.5;8;5.5;1.58;10891
+76096;45.11453;5.76634;318;20220314;15.1;4.4;9.8;2;9.3;.8;1.7;12362
+76096;45.11453;5.76634;318;20220315;18.3;8.4;13.3;1.3;10.1;0;1.75;10538
+76096;45.11453;5.76634;318;20220316;17.3;5;11.2;.9;10;0;1.7;12478
+76096;45.11453;5.76634;318;20220317;16.2;7;11.6;1.8;10.6;.1;1.71;10576
+76096;45.11453;5.76634;318;20220318;11.2;8.8;10;3.9;9.35;.2;1.23;2800
+76096;45.11453;5.76634;318;20220319;16.7;5.5;11.1;2.7;7.7;0;2.42;16000
+76096;45.11453;5.76634;318;20220320;15.7;1.3;8.5;2.3;7.3;0;1.68;9450
+76096;45.11453;5.76634;318;20220321;18.6;.7;9.7;2.4;6.7;0;2.5;17950
+76096;45.11453;5.76634;318;20220322;18;.6;9.3;1.8;6.2;0;2.33;18650
+76096;45.11453;5.76634;318;20220323;18.1;-.1;9;1.8;6.15;0;2.46;19050
+76096;45.11453;5.76634;318;20220324;20.6;-.4;10.1;2;6.3;0;2.86;19300
+76096;45.11453;5.76634;318;20220325;21;.6;10.8;2.2;6.6;0;2.96;19050
+76096;45.11453;5.76634;318;20220326;22.3;.7;11.5;2.3;6.7;0;3.13;19500
+76096;45.11453;5.76634;318;20220327;21;.6;10.8;2;6.2;0;2.83;16200
+76096;45.11453;5.76634;318;20220328;23;.4;11.7;2.4;6.4;0;3.23;18950
+76096;45.11453;5.76634;318;20220329;20;4;12;2.5;7.15;1.1;2.8;13150
+76096;45.11453;5.76634;318;20220330;13.6;8.7;11.2;1.8;9.9;2.9;1.76;10100
+76096;45.11453;5.76634;318;20220331;11.4;8.6;10;1.7;9.55;4.4;1.09;4800
+76096;45.11453;5.76634;318;20220401;6.3;2.7;4.5;6.2;5.35;5.1;1.95;8321
+76096;45.11453;5.76634;318;20220402;7;2.5;4.7;7.2;4.68;2.8;2.53;13623
+76096;45.11453;5.76634;318;20220403;7.8;1.2;4.5;4.6;5.3;.1;1.97;15100
+76096;45.11453;5.76634;318;20220404;11.8;1.8;6.8;2.3;5.45;0;2.23;19550
+76096;45.11453;5.76634;318;20220405;14.5;-.5;7;1.7;7.08;0;2.36;19394
+76096;45.11453;5.76634;318;20220406;18.3;.7;9.5;1.5;9.1;4;2.07;15700
+76096;45.11453;5.76634;318;20220407;11.9;10.4;11.2;4.7;10.8;24.9;1.14;3900
+76096;45.11453;5.76634;318;20220408;11.5;8.4;10;5.1;10.35;7.8;2.01;4600
+76096;45.11453;5.76634;318;20220409;7.6;6.2;6.9;3;6.55;2.6;1.96;11850
+76096;45.11453;5.76634;318;20220410;16.6;-1;7.8;1.7;6.5;0;2.72;23450
+76096;45.11453;5.76634;318;20220411;21.9;.9;11.4;3;7.3;0;3.11;20300
+76096;45.11453;5.76634;318;20220412;18.3;5.5;11.9;2.1;8.1;.1;2.65;12900
+76096;45.11453;5.76634;318;20220413;23.3;7.8;15.6;2;9.9;0;3;17300
+76096;45.11453;5.76634;318;20220414;22.2;4.5;13.3;1.8;11.45;0;3.3;22650
+76096;45.11453;5.76634;318;20220415;23.1;7.1;15.1;2.4;12.2;0;3.58;21550
+76096;45.11453;5.76634;318;20220416;23.6;8.3;16;4.9;10;0;4.69;24400
+76096;45.11453;5.76634;318;20220417;19.6;5.9;12.8;3.8;7.85;0;3.93;24650
+76096;45.11453;5.76634;318;20220418;21.8;3.2;12.5;1.8;7.05;0;3.57;24900
+76096;45.11453;5.76634;318;20220419;22.3;5.2;13.8;2.2;7.6;0;3.85;24350
+76096;45.11453;5.76634;318;20220420;20.7;4.9;12.8;2.2;9.45;.1;2.93;18500
+76096;45.11453;5.76634;318;20220421;19.8;11.6;15.7;2.4;10;.5;3.47;18600
+76096;45.11453;5.76634;318;20220422;22.8;5.9;14.4;1.9;9.35;0;3.27;20300
+76096;45.11453;5.76634;318;20220423;18.5;11;14.8;2.4;10.55;15.4;1.95;6550
+76096;45.11453;5.76634;318;20220424;17.1;7.5;12.3;2.3;10.25;5.1;2.33;13550
+76096;45.11453;5.76634;318;20220425;17;10.4;13.7;1.6;11.65;.3;2.1;12150
+76096;45.11453;5.76634;318;20220426;19.9;8.7;14.3;1.6;10.2;0;3.2;21100
+76096;45.11453;5.76634;318;20220427;21.8;4.2;13;2.2;9.3;0;3.81;26450
+76096;45.11453;5.76634;318;20220428;23.5;5.4;14.5;2.6;9.75;0;4.23;26550
+76096;45.11453;5.76634;318;20220429;23.7;6.2;15;2.4;9.55;0;3.92;22900
+76096;45.11453;5.76634;318;20220430;22.1;8.7;15.4;3.1;10.25;.1;3.98;25050
+76096;45.11453;5.76634;318;20220501;21.1;5.5;13.3;2.6;9.55;0;3.72;25250
+76096;45.11453;5.76634;318;20220502;23;5.9;14.5;1.8;9.85;2.3;3.83;26100
+76096;45.11453;5.76634;318;20220503;21.9;9.9;15.9;2.5;11.2;1.4;3.18;18400
+76096;45.11453;5.76634;318;20220504;22.2;10.8;16.5;2.2;12.1;10.6;3.69;21600
+76096;45.11453;5.76634;318;20220505;14;11.8;12.9;2.1;12;9.7;1.66;7350
+76096;45.11453;5.76634;318;20220506;16.6;10.2;13.4;.8;11.5;0;2.3;14003
+76096;45.11453;5.76634;318;20220507;19.9;11.9;15.9;1.3;12.1;1;3.03;16563
+76096;45.11453;5.76634;318;20220508;21.9;11.6;16.8;.8;12.2;1.3;3.33;19796
+76096;45.11453;5.76634;318;20220509;25.4;10;17.7;.7;13.2;.6;3.91;23377
+76096;45.11453;5.76634;318;20220510;26.9;11.1;19;.7;13.5;0;4.02;23328
+76096;45.11453;5.76634;318;20220511;28.1;11.7;19.9;.8;13.1;0;4.22;23764
+76096;45.11453;5.76634;318;20220512;27.5;11.2;19.3;.8;12.5;0;4.22;24198
+76096;45.11453;5.76634;318;20220513;26;12.5;19.3;.9;13.1;0;3.95;22113
+76096;45.11453;5.76634;318;20220514;27.4;12.9;20.2;1;14.9;0;4.14;22474
+76096;45.11453;5.76634;318;20220515;29.1;13.3;21.2;.6;14.6;.9;4.38;24516
+76096;45.11453;5.76634;318;20220516;28.1;14.7;21.4;.7;13.3;.5;4.2;22664
+76096;45.11453;5.76634;318;20220517;30.1;12.3;21.2;1.6;14.51;0;5.21;26497
+76096;45.11453;5.76634;318;20220518;31.1;12.9;22;1.9;15.64;1.6;5.49;26536
+76096;45.11453;5.76634;318;20220519;30.4;16.5;23.4;3.4;16.27;.2;5.78;22990
+76096;45.11453;5.76634;318;20220520;30.3;14.9;22.6;1.1;14;0;4.88;24749
+76096;45.11453;5.76634;318;20220521;31;15.5;23.2;.7;14.7;0;4.72;24921
+76096;45.11453;5.76634;318;20220522;32.5;18.4;25.4;.8;17.4;.2;4.84;23802
+76096;45.11453;5.76634;318;20220523;25.8;18.5;22.1;1.2;18;3.2;3.56;16892
+76096;45.11453;5.76634;318;20220524;20.2;14.4;17.3;1;13.6;1.2;2.85;14993
+76096;45.11453;5.76634;318;20220525;21.7;12.1;16.9;1.6;10.7;0;3.78;19649
+76096;45.11453;5.76634;318;20220526;24.9;12;18.4;1.5;11.7;0;4.36;23011
+76096;45.11453;5.76634;318;20220527;26.1;12.3;19.2;2;13.3;.1;4.71;23904
+76096;45.11453;5.76634;318;20220528;25;12.6;18.8;2.1;11.7;0;4.44;21791
+76096;45.11453;5.76634;318;20220529;22.5;8.9;15.7;1.9;8.6;0;4.35;23296
+76096;45.11453;5.76634;318;20220530;24.1;10.1;17.1;1.1;9.2;1.1;4.29;24275
+76096;45.11453;5.76634;318;20220531;18.6;12.8;15.7;1.2;13.5;6.3;2.73;15151
+76096;45.11453;5.76634;318;20220601;25.9;12.6;19.3;1.7;15.7;1.1;4.51;23839
+76096;45.11453;5.76634;318;20220602;27.2;15.9;21.5;1.6;17.2;.3;4.51;21753
+76096;45.11453;5.76634;318;20220603;29;16.7;22.8;1.3;16.8;.8;4.65;22302
+76096;45.11453;5.76634;318;20220604;32.7;16.9;24.8;1;18.2;.1;5.22;25173
+76096;45.11453;5.76634;318;20220605;26.8;19.8;23.3;1.4;17.4;6.3;3.66;15023
+76096;45.11453;5.76634;318;20220606;29.1;14.5;21.8;1;16.5;2.8;4.72;24537
+76096;45.11453;5.76634;318;20220607;26;15.4;20.7;1.4;14.4;.1;4.24;21011
+76096;45.11453;5.76634;318;20220608;22.2;12.9;17.5;1.2;12.8;14.3;3.43;18054
+76096;45.11453;5.76634;318;20220609;20;13.6;16.8;1.1;13.9;2.7;2.96;16116
+76096;45.11453;5.76634;318;20220610;25.6;11;18.3;1.6;11.9;0;4.72;24493
+76096;45.11453;5.76634;318;20220611;29.7;11.8;20.7;1.3;13.3;0;5.29;27097
+76096;45.11453;5.76634;318;20220612;32.5;14.4;23.4;1;14.8;1.3;5.43;27125
+76096;45.11453;5.76634;318;20220613;28.4;16.3;22.3;1.6;15.2;0;4.61;21380
+76096;45.11453;5.76634;318;20220614;31.8;13.3;22.5;.7;14;0;5.41;28983
+76096;45.11453;5.76634;318;20220615;31.4;17.5;24.5;1.2;17.1;1.9;5.02;23653
+76096;45.11453;5.76634;318;20220616;33.9;17.4;25.7;1;16.4;0;5.54;26254
+76096;45.11453;5.76634;318;20220617;34;18.2;26.1;1;15.9;0;5.55;25912
+76096;45.11453;5.76634;318;20220618;36;18.1;27.1;1.2;15.6;6.3;6.06;27228
+76096;45.11453;5.76634;318;20220619;35.2;19;27.1;1.6;17.1;0;6.17;26282
+76096;45.11453;5.76634;318;20220620;34.5;18.2;26.4;1.1;13.8;0;5.73;26635
+76096;45.11453;5.76634;318;20220621;30.6;17.7;24.2;1.5;16.1;2.1;5;22701
+76096;45.11453;5.76634;318;20220622;28.7;18.7;23.7;1.2;20;3;4.5;21555
+76096;45.11453;5.76634;318;20220623;28.8;17.4;23.1;1.4;19.8;2.4;4.53;21868
+76096;45.11453;5.76634;318;20220624;24.4;18.3;21.3;1.3;18;19.5;3.28;15079
+76096;45.11453;5.76634;318;20220625;29.3;14;21.6;1.8;15.9;.5;5.16;25270
+76096;45.11453;5.76634;318;20220626;28.6;16.6;22.6;1.2;18.7;0;4.39;22047
+76096;45.11453;5.76634;318;20220627;23.1;18.9;21;1.7;17.3;.1;3.35;14903
+76096;45.11453;5.76634;318;20220628;23.4;16.6;20;.9;17.2;1.7;3.16;16329
+76096;45.11453;5.76634;318;20220629;29.7;18.7;24.2;1;18;0;4.43;21257
+76096;45.11453;5.76634;318;20220630;29.3;16.6;23;1.5;16.4;5.5;4.83;22987
+76096;45.11453;5.76634;318;20220701;24;13.9;18.9;1.3;14;.9;3.88;20779
+76096;45.11453;5.76634;318;20220702;30.3;12.3;21.3;.9;14.8;0;5.15;27541
+76096;45.11453;5.76634;318;20220703;33.1;16.9;25;1.1;17.4;.6;5.33;25437
+76096;45.11453;5.76634;318;20220704;29.9;19.7;24.8;1.1;18.4;2.6;4.31;19578
+76096;45.11453;5.76634;318;20220705;28.6;16.6;22.6;1.2;15.8;0;4.53;22332
+76096;45.11453;5.76634;318;20220706;28.1;14.2;21.1;1.4;13.2;0;4.73;23471
+76096;45.11453;5.76634;318;20220707;27.7;13.8;20.7;2.2;13.5;0;5.04;23714
+76096;45.11453;5.76634;318;20220708;28.3;14.8;21.5;2.1;14;0;5.09;23384
+76096;45.11453;5.76634;318;20220709;29.5;14.1;21.8;1.4;13.8;0;5.04;24544
+76096;45.11453;5.76634;318;20220710;29.7;14.9;22.3;1.8;15.1;0;5.14;23849
+76096;45.11453;5.76634;318;20220711;30.7;16;23.3;1.4;14.5;0;5.16;23703
+76096;45.11453;5.76634;318;20220712;32;16.1;24.1;1.4;14.3;0;5.47;24913
+76096;45.11453;5.76634;318;20220713;34.1;16;25;.9;13.3;0;5.5;26966
+76096;45.11453;5.76634;318;20220714;37.4;19.2;28.3;.8;15.2;0;5.75;27697
+76096;45.11453;5.76634;318;20220715;33.6;19.4;26.5;1.3;14.1;0;5.28;22523
+76096;45.11453;5.76634;318;20220716;32.6;15.8;24.2;1.6;13;0;5.62;25340
+76096;45.11453;5.76634;318;20220717;33.9;15.3;24.6;1.3;13.2;0;5.85;27464
+76096;45.11453;5.76634;318;20220718;37.6;18.1;27.8;1.3;14;0;6.33;27769
+76096;45.11453;5.76634;318;20220719;37.8;20.5;29.2;1.3;18;0;6.1;25775
+76096;45.11453;5.76634;318;20220720;37;22.7;29.8;1.6;18.8;.7;6.01;23997
+76096;45.11453;5.76634;318;20220721;33.3;21.3;27.3;1.9;15.5;0;5.61;21821
+76096;45.11453;5.76634;318;20220722;36.9;17.9;27.4;1.1;15.1;.6;5.79;26632
+76096;45.11453;5.76634;318;20220723;31.4;20.7;26.1;1.7;17.8;.2;4.78;19996
+76096;45.11453;5.76634;318;20220724;36.3;17.7;27;1.1;15.9;0;5.68;26360
+76096;45.11453;5.76634;318;20220725;34.9;18.7;26.8;.9;16.1;.9;5.24;24661
+76096;45.11453;5.76634;318;20220726;29.3;21.4;25.3;2.1;15.7;0;4.71;17860
+76096;45.11453;5.76634;318;20220727;30;15.2;22.6;2;12.7;0;5.28;23207
+76096;45.11453;5.76634;318;20220728;31.1;15.1;23.1;1;13.2;0;4.78;23952
+76096;45.11453;5.76634;318;20220729;25.2;17.6;21.4;.6;15.8;6.8;3.11;15290
+76096;45.11453;5.76634;318;20220730;31.7;15.7;23.7;1.4;14.3;0;5.17;24151
+76096;45.11453;5.76634;318;20220731;33.4;15.9;24.6;1.6;12.9;0;5.63;24520
+76096;45.11453;5.76634;318;20220801;34.9;17.3;26.1;1.3;13.9;0;5.43;24249
+76096;45.11453;5.76634;318;20220802;33.8;17.4;25.6;1.6;14.3;0;5.4;23007
+76096;45.11453;5.76634;318;20220803;36.8;17.8;27.3;.8;14.6;0;5.22;25462
+76096;45.11453;5.76634;318;20220804;38;19.7;28.9;1.3;16;0;5.93;25336
+76096;45.11453;5.76634;318;20220805;37.1;19.5;28.3;1.6;16.9;.1;5.89;24615
+76096;45.11453;5.76634;318;20220806;32.2;17.3;24.7;1.7;17.5;0;5;21975
+76096;45.11453;5.76634;318;20220807;30.5;18.1;24.3;1.7;16.2;0;4.74;20324
+76096;45.11453;5.76634;318;20220808;32.7;17.8;25.3;1.6;14.9;0;5.19;22064
+76096;45.11453;5.76634;318;20220809;33.8;17.7;25.7;1.5;13.1;0;5.23;22260
+76096;45.11453;5.76634;318;20220810;35.7;18.7;27.2;1.2;12.2;.1;5.19;22756
+76096;45.11453;5.76634;318;20220811;36.3;18.8;27.5;1.4;12.2;0;5.43;22701
+76096;45.11453;5.76634;318;20220812;35.2;17.6;26.4;1.2;11.8;0;5.09;22942
+76096;45.11453;5.76634;318;20220813;35;17.2;26.1;1.8;9.9;.6;5.71;22205
+76096;45.11453;5.76634;318;20220814;22.5;18;20.3;1.1;17.2;33.8;2.23;8486
+76096;45.11453;5.76634;318;20220815;28.8;16.1;22.5;1.5;17;0;4.14;19722
+76096;45.11453;5.76634;318;20220816;32.8;15;23.9;1.5;15.6;.4;4.9;22812
+76096;45.11453;5.76634;318;20220817;28.9;18.4;23.7;1.3;19.4;27.7;3.68;17119
+76096;45.11453;5.76634;318;20220818;23.6;14.4;19;1.9;17.2;26.5;2.96;15566
+76096;45.11453;5.76634;318;20220819;22.9;16.8;19.8;1;18.8;.9;2.36;12020
+76096;45.11453;5.76634;318;20220820;26.9;16.1;21.5;1.6;17.9;.2;3.36;15645
+76096;45.11453;5.76634;318;20220821;27.6;15.2;21.4;1.5;15.4;0;3.7;17874
+76096;45.11453;5.76634;318;20220822;28.6;14.3;21.5;1.6;14.1;0;4.1;19585
+76096;45.11453;5.76634;318;20220823;30.6;14.6;22.6;1.3;15.3;0;4.19;20479
+76096;45.11453;5.76634;318;20220824;31.8;15.2;23.5;1.2;14.4;0;4.32;20895
+76096;45.11453;5.76634;318;20220825;33.3;16.3;24.8;1.4;16.1;.9;4.49;20600
+76096;45.11453;5.76634;318;20220826;27.6;19.2;23.4;1.1;17.4;1;3.04;13602
+76096;45.11453;5.76634;318;20220827;26.6;15.7;21.2;1.2;17.3;.1;3.04;15656
+76096;45.11453;5.76634;318;20220828;30;16.9;23.4;.7;17.1;.1;3.39;17969
+76096;45.11453;5.76634;318;20220829;32.5;16.4;24.4;.8;16.5;0;3.72;18996
+76096;45.11453;5.76634;318;20220830;29.3;19.4;24.3;.8;19.8;7.8;3.08;14578
+76096;45.11453;5.76634;318;20220831;26.7;17.8;22.2;1;18.6;.4;2.91;14633
+76096;45.11453;5.76634;318;20220901;28.4;15.5;22;1.6;15.3;.1;3.65;16558
+76096;45.11453;5.76634;318;20220902;26.8;16.9;21.9;2.1;15.8;8.7;3.5;13765
+76096;45.11453;5.76634;318;20220903;26.9;16.5;21.7;2.1;17.8;15.7;3.24;14598
+76096;45.11453;5.76634;318;20220904;28.6;15;21.8;1.8;17.3;.1;3.51;17012
+76096;45.11453;5.76634;318;20220905;30.2;17.4;23.8;.7;19.9;0;3.06;15686
+76096;45.11453;5.76634;318;20220906;29.7;18.2;24;1;19.8;2.5;2.98;14126
+76096;45.11453;5.76634;318;20220907;27.9;18.3;23.1;1;19.1;15.4;2.86;14399
+76096;45.11453;5.76634;318;20220908;26.1;16.1;21.1;1.6;16.9;0;2.87;13537
+76096;45.11453;5.76634;318;20220909;24.9;13.6;19.3;1.3;13.8;.1;2.81;14591
+76096;45.11453;5.76634;318;20220910;23.3;13.9;18.6;1.2;12.9;0;2.5;12354
+76096;45.11453;5.76634;318;20220911;25.4;10.8;18.1;.8;12.3;0;2.73;16533
+76096;45.11453;5.76634;318;20220912;29;12.1;20.6;1.4;13.8;0;3.35;17129
+76096;45.11453;5.76634;318;20220913;28.1;15.2;21.6;.9;17.8;1.3;2.87;15223
+76096;45.11453;5.76634;318;20220914;26.3;19.1;22.7;1.2;20.2;14.3;2.32;10633
+76096;45.11453;5.76634;318;20220915;24.7;15.7;20.2;1;17.9;7;2.31;12069
+76096;45.11453;5.76634;318;20220916;22;16.4;19.2;1.2;16.3;1;1.85;8744
+76096;45.11453;5.76634;318;20220917;17.5;10.9;14.2;2.9;9.8;0;2.37;9744
+76096;45.11453;5.76634;318;20220918;19.5;6;12.8;1.2;8.7;0;2.24;14257
+76096;45.11453;5.76634;318;20220919;20.3;6.3;13.3;1.4;9.3;0;2.3;14424
+76096;45.11453;5.76634;318;20220920;20;6;13;1.2;9.6;0;2.18;14454
+76096;45.11453;5.76634;318;20220921;19.9;7;13.5;1;10.1;.1;2.04;13346
+76096;45.11453;5.76634;318;20220922;22.4;7.4;14.9;.8;10.6;0;2.13;14615
+76096;45.11453;5.76634;318;20220923;22.7;8;15.3;1;11.8;12.5;2.19;14037
+76096;45.11453;5.76634;318;20220924;20.9;13.9;17.4;1.5;15.3;9.8;1.81;9675
+76096;45.11453;5.76634;318;20220925;17.3;12.6;14.9;.8;13.7;5.3;1.32;7481
+76096;45.11453;5.76634;318;20220926;18.2;9.1;13.7;.4;11.9;6.7;1.49;10372
+76096;45.11453;5.76634;318;20220927;15.5;10.2;12.9;1;11.8;7.7;1.29;7493
+76096;45.11453;5.76634;318;20220928;16.4;10.2;13.3;1.9;13;17.2;1.48;8977
+76096;45.11453;5.76634;318;20220929;14;11.5;12.7;1.2;12.2;1.4;.95;3992
+76096;45.11453;5.76634;318;20220930;12.8;6.4;9.6;.7;10.4;.9;1.09;8100
+76096;45.11453;5.76634;318;20221001;12.7;7.9;10.3;1.1;11.7;7.2;1.03;7912
+76096;45.11453;5.76634;318;20221002;23.9;11.7;17.8;.9;14.7;0;1.91;11938
+76096;45.11453;5.76634;318;20221003;20.7;11.1;15.9;1.2;14.2;0;1.58;9503
+76096;45.11453;5.76634;318;20221004;22.9;10.4;16.7;1.6;13.6;0;2.01;11186
+76096;45.11453;5.76634;318;20221005;22.3;9.3;15.8;1.3;14;.1;1.75;11267
+76096;45.11453;5.76634;318;20221006;22.2;10.8;16.5;1.2;14.7;.1;1.64;10142
+76096;45.11453;5.76634;318;20221007;22.4;10.9;16.7;.7;14.6;.5;1.55;10866
+76096;45.11453;5.76634;318;20221008;18.2;14.9;16.5;1;15.8;2.5;1.09;4949
+76096;45.11453;5.76634;318;20221009;18.1;12.4;15.2;.8;14.2;4.7;1.2;7548
+76096;45.11453;5.76634;318;20221010;21.9;12.4;17.2;.6;15;.1;1.4;9320
+76096;45.11453;5.76634;318;20221011;21.9;11.3;16.6;1;14.6;.4;1.56;9813
+76096;45.11453;5.76634;318;20221012;21.7;12.2;16.9;.8;14.4;1.1;1.43;8714
+76096;45.11453;5.76634;318;20221013;18.9;11.6;15.2;1.4;13.8;1.6;1.35;8048
+76096;45.11453;5.76634;318;20221014;19.6;13.3;16.4;.8;15.7;.4;1.17;7297
+76096;45.11453;5.76634;318;20221015;23.5;11;17.3;.7;14.8;.1;1.42;9637
+76096;45.11453;5.76634;318;20221016;25;10.3;17.7;.8;14.7;0;1.54;10407
+76096;45.11453;5.76634;318;20221017;24.4;11.9;18.2;1;16.3;0;1.48;8759
+76096;45.11453;5.76634;318;20221018;23.7;12;17.8;.7;15.3;0;1.37;8987
+76096;45.11453;5.76634;318;20221019;22.6;10.6;16.6;1.1;14.5;.1;1.47;9147
+76096;45.11453;5.76634;318;20221020;18.4;12.3;15.4;1.1;15;.9;1.15;6363
+76096;45.11453;5.76634;318;20221021;18.7;15.9;17.3;2;16.1;40.9;.95;1499
+76096;45.11453;5.76634;318;20221022;21.3;13.4;17.4;2.1;15.2;0;1.52;7049
+76096;45.11453;5.76634;318;20221023;22.6;11.7;17.1;1;15.5;.7;1.17;7922
+76096;45.11453;5.76634;318;20221024;20.7;15.7;18.2;.9;16.6;6.7;1.16;5798
+76096;45.11453;5.76634;318;20221025;19;10.7;14.9;1.5;13.9;0;1.19;7299
+76096;45.11453;5.76634;318;20221026;23.6;12;17.8;.7;15.3;0;1.19;7893
+76096;45.11453;5.76634;318;20221027;22.9;10.3;16.6;.7;15;0;1.12;8166
+76096;45.11453;5.76634;318;20221028;22.9;11;17;.5;15.8;0;1.03;7480
+76096;45.11453;5.76634;318;20221029;22.2;10.3;16.2;.6;14;0;1.04;7756
+76096;45.11453;5.76634;318;20221030;21.8;9.6;15.7;.6;13.7;0;1.02;8007
+76096;45.11453;5.76634;318;20221031;20.8;10.6;15.7;.8;13.5;21.8;1.04;6792
+76096;45.11453;5.76634;318;20221101;19.3;12.7;16;2.3;14.5;0;1.24;4992
+76096;45.11453;5.76634;318;20221102;17.8;10.3;14;.7;12.5;.1;.9;5702
+76096;45.11453;5.76634;318;20221103;12.1;6.2;9.2;.8;11.5;21.6;.58;4889
+76096;45.11453;5.76634;318;20221104;9.9;5.2;7.6;1.4;9.9;8.2;.55;4058
+76096;45.11453;5.76634;318;20221105;11.9;6.2;9.1;1.3;9.3;0;.75;4346
+76096;45.11453;5.76634;318;20221106;14.6;3.1;8.9;1.3;8.7;1.6;.85;6596
+76096;45.11453;5.76634;318;20221107;16.9;4.1;10.5;.6;9.5;0;.71;6985
+76096;45.11453;5.76634;318;20221108;18;3.9;11;.9;10.2;.6;.74;6881
+76096;45.11453;5.76634;318;20221109;12.6;11.2;11.9;1.6;12.2;25.8;.79;1069
+76096;45.11453;5.76634;318;20221110;14.3;9.1;11.7;.7;11.8;0;.6;3672
+76096;45.11453;5.76634;318;20221111;16;5.3;10.6;1.4;10.5;0;.8;6042
+76096;45.11453;5.76634;318;20221112;13.8;4.3;9.1;.8;10.1;0;.61;5535
+76096;45.11453;5.76634;318;20221113;12.2;5.8;9;.7;10.2;1.2;.55;3919
+76096;45.11453;5.76634;318;20221114;14.7;5.4;10;.4;10.7;7.3;.52;4938
+76096;45.11453;5.76634;318;20221115;13.5;9.6;11.6;.6;12.8;15;.52;3164
+76096;45.11453;5.76634;318;20221116;15.4;8.2;11.8;1.5;11.3;1;.77;4292
+76096;45.11453;5.76634;318;20221117;15.5;7.4;11.4;1.7;10.9;10.5;.88;4644
+76096;45.11453;5.76634;318;20221118;13.2;7.6;10.4;1.3;9.6;.5;.73;3481
+76096;45.11453;5.76634;318;20221119;10.6;4.4;7.5;1.2;8.7;.1;.62;3022
+76096;45.11453;5.76634;318;20221120;10.5;3.5;7;1.1;8;1.1;.62;3378
+76096;45.11453;5.76634;318;20221121;7.9;2.2;5;1.4;8.1;10.4;.44;3375
+76096;45.11453;5.76634;318;20221122;10.1;5;7.5;1.2;8.6;.7;.57;3373
+76096;45.11453;5.76634;318;20221123;7.4;1;4.2;2.5;7.8;9.5;.5;3881
+76096;45.11453;5.76634;318;20221124;10.4;3.2;6.8;1;8.4;0;.46;4214
+76096;45.11453;5.76634;318;20221125;11.7;3.8;7.7;1;8.8;1.8;.5;4232
+76096;45.11453;5.76634;318;20221126;11.4;3.5;7.4;1.7;8.1;0;.74;4035
+76096;45.11453;5.76634;318;20221127;8.8;.5;4.6;1.6;7;0;.62;4337
+76096;45.11453;5.76634;318;20221128;7.7;2.2;4.9;.5;8.2;3.9;.36;2980
+76096;45.11453;5.76634;318;20221129;6.3;4.6;5.4;.7;8.8;3.5;.4;742
+76096;45.11453;5.76634;318;20221130;6.6;5.2;5.9;.5;8.9;.1;.42;913
+76096;45.11453;5.76634;318;20221201;6.3;3.1;4.7;.6;8.1;0;.39;1819
+76096;45.11453;5.76634;318;20221202;6.6;3.3;4.9;.9;7.3;.1;.45;2023
+76096;45.11453;5.76634;318;20221203;6;1.7;3.8;.8;7;.9;.44;2053
+76096;45.11453;5.76634;318;20221204;5.8;2.7;4.2;1.2;7.5;7;.45;1572
+76096;45.11453;5.76634;318;20221205;7.7;2.3;5;.9;7.4;.1;.41;3233
+76096;45.11453;5.76634;318;20221206;5.9;-.1;2.9;.9;6.1;0;.37;3697
+76096;45.11453;5.76634;318;20221207;2.9;-.2;1.4;1;6;0;.42;1330
+76096;45.11453;5.76634;318;20221208;4.7;.9;2.8;2;5.6;10.1;.62;2472
+76096;45.11453;5.76634;318;20221209;5;2.7;3.9;1.4;7.5;13.9;.4;1551
+76096;45.11453;5.76634;318;20221210;1.9;2;1.9;2.2;6.2;.5;.43;0
+76096;45.11453;5.76634;318;20221211;1.7;-1.9;-.1;2.6;4.8;0;.53;1955
+76096;45.11453;5.76634;318;20221212;4.1;-3.5;.3;1.7;4.8;6.8;.51;3516
+76096;45.11453;5.76634;318;20221213;1.3;-.6;.3;1.1;6.2;4.2;.3;1386
+76096;45.11453;5.76634;318;20221214;5.7;.1;2.9;.7;8.1;4.1;.25;3113
+76096;45.11453;5.76634;318;20221215;5.6;2.5;4.1;.7;8.6;25.9;.34;1813
+76096;45.11453;5.76634;318;20221216;3;3.1;3;1.8;6.9;.3;.44;0
+76096;45.11453;5.76634;318;20221217;2.5;.2;1.4;2.5;5.7;0;.48;1237
+76096;45.11453;5.76634;318;20221218;6.5;-1.5;2.5;2.6;5.7;0;.74;3507
+76096;45.11453;5.76634;318;20221219;13.7;1.1;7.4;1.3;7.5;0;.66;5405
+76096;45.11453;5.76634;318;20221220;13.9;6.4;10.2;1.7;8.8;0;1.06;3172
+76096;45.11453;5.76634;318;20221221;11.4;8.5;9.9;1;10.6;3.7;.56;1525
+76096;45.11453;5.76634;318;20221222;11.9;5.3;8.6;1.7;10.4;15.6;.52;2855
+76096;45.11453;5.76634;318;20221223;10.4;8.7;9.5;1.6;11.9;5.5;.42;1294
+76096;45.11453;5.76634;318;20221224;14.7;9.7;12.2;1.8;12.2;.2;.68;2516
+76096;45.11453;5.76634;318;20221225;13;4.7;8.9;1.3;10.2;0;.48;4026
+76096;45.11453;5.76634;318;20221226;11.3;4;7.6;.7;10.4;4.1;.36;3366
+76096;45.11453;5.76634;318;20221227;11.7;5.7;8.7;1.1;9.4;0;.47;3602
+76096;45.11453;5.76634;318;20221228;9.4;2.5;5.9;1.6;7.2;0;.61;3710
+76096;45.11453;5.76634;318;20221229;13;1.9;7.4;1.2;8.8;4.3;.49;4142
+76096;45.11453;5.76634;318;20221230;10.1;6.1;8.1;1.6;11;6.5;.44;2141
+76096;45.11453;5.76634;318;20221231;15.1;6.8;10.9;1;11;0;.5;3478
+76097;45.12683;6.08318;1445;20220101;14.4;6.9;10.7;1.2;3.69;0;.98;5121
+76097;45.12683;6.08318;1445;20220102;11.5;6.3;8.9;2.3;4.45;0;1.48;3943
+76097;45.12683;6.08318;1445;20220103;6.8;1.7;4.2;2.2;5.22;0;.74;4173
+76097;45.12683;6.08318;1445;20220104;8.8;3.2;6;3.7;5.85;6.7;1.14;4409
+76097;45.12683;6.08318;1445;20220105;-.8;-1.3;-1;4.7;3.89;2.6;.8;873
+76097;45.12683;6.08318;1445;20220106;-2.1;-7.6;-4.9;4.3;2.72;0;.72;4453
+76097;45.12683;6.08318;1445;20220107;-.5;-8.5;-4.5;2.1;3.02;4.7;.38;5540
+76097;45.12683;6.08318;1445;20220108;.8;-4.9;-2.1;3.3;4.29;10.5;.36;4598
+76097;45.12683;6.08318;1445;20220109;-2.4;-3.8;-3.1;2.9;4.45;6.9;.23;2269
+76097;45.12683;6.08318;1445;20220110;-2.4;-5.2;-3.8;3.3;3.52;.1;.45;2624
+76097;45.12683;6.08318;1445;20220111;-1.8;-8.2;-5;3.8;2.89;0;.46;4772
+76097;45.12683;6.08318;1445;20220112;.1;-8.6;-4.2;3.5;2.52;0;.45;5969
+76097;45.12683;6.08318;1445;20220113;6.4;-4.6;.9;2.1;2.35;0;.8;6734
+76097;45.12683;6.08318;1445;20220114;9.5;.4;4.9;1.7;2.62;0;1.08;6137
+76097;45.12683;6.08318;1445;20220115;10.5;1.6;6.1;1.8;2.99;0;1.17;6245
+76097;45.12683;6.08318;1445;20220116;5.5;-.4;2.5;2.7;2.35;0;1.4;4493
+76097;45.12683;6.08318;1445;20220117;3.5;-2.7;.4;4.5;3.05;0;.94;5083
+76097;45.12683;6.08318;1445;20220118;7.6;-3.3;2.2;2.9;3.12;0;1.15;7178
+76097;45.12683;6.08318;1445;20220119;4.5;.4;2.5;2.5;3.42;.4;1.11;3425
+76097;45.12683;6.08318;1445;20220120;1;-5.1;-2.1;3.7;3.42;0;.7;5280
+76097;45.12683;6.08318;1445;20220121;-2.2;-7.7;-4.9;4;2.95;0;.35;4454
+76097;45.12683;6.08318;1445;20220122;1;-8.2;-3.6;4.4;3.19;0;.41;6674
+76097;45.12683;6.08318;1445;20220123;6.9;-4.1;1.4;2.7;3.22;0;.83;7723
+76097;45.12683;6.08318;1445;20220124;8.8;0;4.4;1.5;2.88;0;.98;6710
+76097;45.12683;6.08318;1445;20220125;6.9;-.4;3.3;2;2.89;0;1.14;6226
+76097;45.12683;6.08318;1445;20220126;9;.8;4.9;3.7;2.52;0;1.89;6298
+76097;45.12683;6.08318;1445;20220127;8.5;0;4.3;2.8;2.22;0;1.59;6672
+76097;45.12683;6.08318;1445;20220128;5.8;-1.4;2.2;5.1;2.45;0;1.9;6182
+76097;45.12683;6.08318;1445;20220129;8.5;-1.4;3.5;3.8;2.55;0;1.85;7521
+76097;45.12683;6.08318;1445;20220130;6.9;1.6;4.3;4.1;3.95;0;1.52;4490
+76097;45.12683;6.08318;1445;20220131;1;-2.7;-.9;3.2;3.65;4.2;.83;4492
+76097;45.12683;6.08318;1445;20220201;1.5;-5.5;-2;3.4;3.85;1.9;.68;6673
+76097;45.12683;6.08318;1445;20220202;4.8;.1;2.5;3.5;5.45;0;.77;5498
+76097;45.12683;6.08318;1445;20220203;14.1;.2;7.2;2.8;3.72;0;1.84;9720
+76097;45.12683;6.08318;1445;20220204;6.9;-1.1;2.9;2.5;4.82;0;.91;7278
+76097;45.12683;6.08318;1445;20220205;4.2;.1;2.1;2.9;4.45;0;.92;4264
+76097;45.12683;6.08318;1445;20220206;3.1;-4.9;-.9;2.7;3.79;13;.69;7764
+76097;45.12683;6.08318;1445;20220207;2.9;-1.5;.7;3.5;3.99;1;.96;4503
+76097;45.12683;6.08318;1445;20220208;7.3;-4.1;1.6;3.7;2.82;0;1.56;9597
+76097;45.12683;6.08318;1445;20220209;13;1.4;7.2;1.7;3.05;0;1.57;9789
+76097;45.12683;6.08318;1445;20220210;7.8;1.2;4.5;1.1;3.27;0;1.15;10499
+76097;45.12683;6.08318;1445;20220211;8;-3;2.5;1.5;3.37;.9;1.18;8937
+76097;45.12683;6.08318;1445;20220212;4.7;-5;-.1;2.8;3.17;0;1.32;8486
+76097;45.12683;6.08318;1445;20220213;6.5;-5.8;.4;1.9;3.47;.5;1.17;9737
+76097;45.12683;6.08318;1445;20220214;-.6;-2.7;-1.6;2.2;4.67;11.1;.6;3855
+76097;45.12683;6.08318;1445;20220215;3.5;-7.3;-1.9;2.2;3.47;1.8;1.01;9354
+76097;45.12683;6.08318;1445;20220216;4.2;-5.5;-.7;2.6;5.65;9.1;.42;9826
+76097;45.12683;6.08318;1445;20220217;8.2;1.4;4.8;3.2;6.39;1.6;1.05;7154
+76097;45.12683;6.08318;1445;20220218;13.5;1.4;7.5;3;5.59;2.2;1.76;11265
+76097;45.12683;6.08318;1445;20220219;2.2;-.3;1;2.8;4.92;0;.74;4806
+76097;45.12683;6.08318;1445;20220220;7.1;-3.3;1.9;2.5;4.12;1.3;1.24;10745
+76097;45.12683;6.08318;1445;20220221;2.1;-.8;.7;3.3;4.92;18.3;.75;4866
+76097;45.12683;6.08318;1445;20220222;4;-2.6;.7;3.2;4.45;.1;1.08;8463
+76097;45.12683;6.08318;1445;20220223;7.2;-1.7;2.8;3.2;4.52;0;1.27;10104
+76097;45.12683;6.08318;1445;20220224;4.4;1.3;2.9;3;4.65;.2;1.33;5944
+76097;45.12683;6.08318;1445;20220225;2.1;-3.5;-.7;3.6;3.55;0;1.11;7970
+76097;45.12683;6.08318;1445;20220226;2.2;-5.9;-1.9;3.6;2.62;0;1.25;10434
+76097;45.12683;6.08318;1445;20220227;3.5;-5.2;-.9;2;2.72;0;1.29;10877
+76097;45.12683;6.08318;1445;20220228;4.2;-5.3;-.5;2.8;2.85;0;1.37;11538
+76097;45.12683;6.08318;1445;20220301;6.3;-2.1;2.1;3;3.29;0;1.69;10721
+76097;45.12683;6.08318;1445;20220302;7.3;-2.2;2.6;1.7;3.99;0;1.34;11439
+76097;45.12683;6.08318;1445;20220303;7.6;.2;3.9;2.9;4.72;0;1.49;10209
+76097;45.12683;6.08318;1445;20220304;6.3;-1;2.6;3.1;3.69;0;1.62;9940
+76097;45.12683;6.08318;1445;20220305;3.9;-4.4;-.3;2.7;2.49;0;1.59;11077
+76097;45.12683;6.08318;1445;20220306;2.1;-7.1;-2.5;2.5;2.72;0;1.26;11933
+76097;45.12683;6.08318;1445;20220307;4.2;-7;-1.4;1.6;3.05;0;1.26;13357
+76097;45.12683;6.08318;1445;20220308;5.3;-4.1;.6;1.8;3.42;0;1.45;12708
+76097;45.12683;6.08318;1445;20220309;6.6;-3.5;1.5;1.7;4.22;0;1.31;12769
+76097;45.12683;6.08318;1445;20220310;9;-1.3;3.9;2.1;4.32;0;1.7;13162
+76097;45.12683;6.08318;1445;20220311;6.4;0;3.2;4.2;4.32;0;1.81;10621
+76097;45.12683;6.08318;1445;20220312;4.5;.8;2.6;4.3;4.29;0;1.62;8146
+76097;45.12683;6.08318;1445;20220313;4.3;1.1;2.7;4.4;4.79;4.9;1.43;7274
+76097;45.12683;6.08318;1445;20220314;6.7;-2.6;2.1;2.9;5.59;.7;1.34;13065
+76097;45.12683;6.08318;1445;20220315;10.9;1.9;6.4;4.1;6.32;0;2;13178
+76097;45.12683;6.08318;1445;20220316;13.9;4.8;9.3;2.5;5.99;0;2.3;12268
+76097;45.12683;6.08318;1445;20220317;8.3;4.8;6.6;3.7;7.12;0;1.48;7731
+76097;45.12683;6.08318;1445;20220318;9.8;5;7.4;4;5.67;.1;2.32;9082
+76097;45.12683;6.08318;1445;20220319;10.4;1.8;6.1;4.1;3.87;0;2.83;12420
+76097;45.12683;6.08318;1445;20220320;7.3;.3;3.8;4.1;3.47;0;2.45;11290
+76097;45.12683;6.08318;1445;20220321;7.5;-.9;3.3;3.4;3.47;0;2.3;12537
+76097;45.12683;6.08318;1445;20220322;8.9;-3.7;2.6;2.4;2.17;0;2.45;15604
+76097;45.12683;6.08318;1445;20220323;11.7;-3.6;4.1;1.8;2.27;0;2.52;17413
+76097;45.12683;6.08318;1445;20220324;14.1;-3.1;5.5;1.5;2.57;0;2.61;18676
+76097;45.12683;6.08318;1445;20220325;15.6;-2.7;6.5;2.2;2.67;0;3.16;19472
+76097;45.12683;6.08318;1445;20220326;12.3;-1.8;5.3;1.9;2.87;0;2.63;17217
+76097;45.12683;6.08318;1445;20220327;11;-1.7;4.7;1.4;2.97;0;2.29;16483
+76097;45.12683;6.08318;1445;20220328;16;-2.3;6.9;1.8;2.97;0;3.04;20056
+76097;45.12683;6.08318;1445;20220329;14.6;-.7;7;2.5;4.27;1.1;3.03;18483
+76097;45.12683;6.08318;1445;20220330;6.5;1.3;3.9;1.8;6.47;1.8;1.44;10719
+76097;45.12683;6.08318;1445;20220331;10;1.5;5.8;1.8;5.67;5.4;2.04;13942
+76097;45.12683;6.08318;1445;20220401;4.5;-3.3;.6;3;3.47;13.3;1.92;13465
+76097;45.12683;6.08318;1445;20220402;3.1;-5.9;-1.4;4;2.57;2.2;2.08;14625
+76097;45.12683;6.08318;1445;20220403;4.5;-6.5;-1;3.3;3.07;.2;2.03;16356
+76097;45.12683;6.08318;1445;20220404;9.6;-5.8;1.9;1.6;3.47;0;2.33;19596
+76097;45.12683;6.08318;1445;20220405;15.8;-4.8;5.5;1.9;3.97;0;3.17;22680
+76097;45.12683;6.08318;1445;20220406;14.1;-1.6;6.3;1.8;5.27;4;2.78;20137
+76097;45.12683;6.08318;1445;20220407;11.1;-.1;5.5;2.3;6.67;34.4;2.24;17094
+76097;45.12683;6.08318;1445;20220408;9.4;1.5;5.5;1.7;7.87;10.3;1.78;14417
+76097;45.12683;6.08318;1445;20220409;4.8;1.6;3.2;3.1;4.07;3;1.95;9113
+76097;45.12683;6.08318;1445;20220410;12.8;-5;3.9;2.1;3.17;0;3.06;22192
+76097;45.12683;6.08318;1445;20220411;15.6;-2.3;6.7;2.2;5.17;0;3.25;22435
+76097;45.12683;6.08318;1445;20220412;16.1;0;8.1;3.1;6.17;0;3.43;21426
+76097;45.12683;6.08318;1445;20220413;16.9;7.3;12.1;4.1;5.97;0;4.05;16587
+76097;45.12683;6.08318;1445;20220414;19.4;1.7;10.6;3.3;5.87;0;4.27;22833
+76097;45.12683;6.08318;1445;20220415;22.1;3.2;12.7;1.4;6.57;0;3.85;23785
+76097;45.12683;6.08318;1445;20220416;22.1;4.7;13.4;1.9;6.07;0;4.15;22976
+76097;45.12683;6.08318;1445;20220417;18.6;5.7;12.2;2.7;5.77;0;3.98;19874
+76097;45.12683;6.08318;1445;20220418;18;.7;9.4;2.1;5.37;0;3.75;23242
+76097;45.12683;6.08318;1445;20220419;18;.5;9.3;1.8;4.87;0;3.71;23543
+76097;45.12683;6.08318;1445;20220420;13.3;1.1;7.2;3.9;6.47;0;3.11;19731
+76097;45.12683;6.08318;1445;20220421;9.4;4.2;6.8;3.5;6.67;.1;2.29;12837
+76097;45.12683;6.08318;1445;20220422;15.9;4.2;10.1;3.2;6.67;.1;3.57;19578
+76097;45.12683;6.08318;1445;20220423;6.5;4.6;5.6;1.4;7.57;17.8;1.33;7714
+76097;45.12683;6.08318;1445;20220424;11.1;-.6;5.3;2;6.77;5;2.51;19836
+76097;45.12683;6.08318;1445;20220425;14.7;2.9;8.8;1.5;6.77;.5;3;20049
+76097;45.12683;6.08318;1445;20220426;15.9;.4;8.2;1.9;5.77;0;3.47;23178
+76097;45.12683;6.08318;1445;20220427;18.7;-.3;9.2;2.5;5.67;0;4.2;25860
+76097;45.12683;6.08318;1445;20220428;18.4;3.8;11.1;2.5;5.97;0;4.09;22757
+76097;45.12683;6.08318;1445;20220429;20.5;2.5;11.5;3.4;6.57;.2;4.76;25460
+76097;45.12683;6.08318;1445;20220430;14.9;7.4;11.2;2.6;6.57;.2;3.33;16394
+76097;45.12683;6.08318;1445;20220501;16.8;.2;8.5;1.3;5.17;0;3.58;24714
+76097;45.12683;6.08318;1445;20220502;18;1.5;9.8;2.3;7.07;2.3;3.9;24775
+76097;45.12683;6.08318;1445;20220503;13.1;3.9;8.5;1.6;8.37;.6;2.69;18504
+76097;45.12683;6.08318;1445;20220504;14.4;4.1;9.3;2.4;8.27;5.6;3.04;19705
+76097;45.12683;6.08318;1445;20220505;7.9;5.6;6.8;2.4;8.27;11.3;1.58;9159
+76097;45.12683;6.08318;1445;20220506;8.6;4.2;6.4;4.1;7.85;0;1.78;13642
+76097;45.12683;6.08318;1445;20220507;12;5.8;8.9;3.5;8.59;3.4;2.38;16101
+76097;45.12683;6.08318;1445;20220508;13;5.4;9.2;2.4;8.92;2.1;2.53;18012
+76097;45.12683;6.08318;1445;20220509;15.1;6.6;10.9;1.4;9.32;.6;2.93;19582
+76097;45.12683;6.08318;1445;20220510;18;7.6;12.8;1.5;9.49;0;3.43;21381
+76097;45.12683;6.08318;1445;20220511;20.2;9.3;14.7;2.3;9.22;0;4.04;22176
+76097;45.12683;6.08318;1445;20220512;20.4;9.4;14.9;2.2;8.62;0;4.13;22272
+76097;45.12683;6.08318;1445;20220513;18.2;9.2;13.7;2.2;9.95;0;3.5;19909
+76097;45.12683;6.08318;1445;20220514;20;9.3;14.6;2;10.59;0;3.82;22090
+76097;45.12683;6.08318;1445;20220515;20.5;10.4;15.4;2.4;10.99;1.8;3.89;21591
+76097;45.12683;6.08318;1445;20220516;19.9;8.5;14.2;2.1;10.19;1;3.89;22865
+76097;45.12683;6.08318;1445;20220517;21.8;10.8;16.3;1.9;10.52;0;4.14;22514
+76097;45.12683;6.08318;1445;20220518;23.1;12.7;17.9;2.4;10.72;3.5;4.44;21889
+76097;45.12683;6.08318;1445;20220519;22.2;12.8;17.5;3.1;11.15;.8;4.48;20995
+76097;45.12683;6.08318;1445;20220520;24.1;13.4;18.7;3.5;9.89;0;5.26;22429
+76097;45.12683;6.08318;1445;20220521;24.2;11.7;17.9;1.9;9.89;0;4.73;24486
+76097;45.12683;6.08318;1445;20220522;26.1;15.3;20.7;2;10.85;1.2;4.93;22561
+76097;45.12683;6.08318;1445;20220523;21.7;13.9;17.8;3.1;10.52;2.2;4.34;19074
+76097;45.12683;6.08318;1445;20220524;13.3;6.9;10.1;2.8;9.39;2.1;2.59;17366
+76097;45.12683;6.08318;1445;20220525;14.1;6;10;2.9;8.99;.6;2.88;19789
+76097;45.12683;6.08318;1445;20220526;15.9;6.7;11.3;2.8;9.79;.5;3.17;21543
+76097;45.12683;6.08318;1445;20220527;19.2;8.7;14;2.8;11.02;0;3.69;22648
+76097;45.12683;6.08318;1445;20220528;19;8;13.5;3;8.85;0;3.94;23179
+76097;45.12683;6.08318;1445;20220529;15.9;4.7;10.3;3;6.89;0;3.88;24030
+76097;45.12683;6.08318;1445;20220530;16.3;4.2;10.3;2.9;6.89;.3;3.95;25047
+76097;45.12683;6.08318;1445;20220531;14.7;7.7;11.2;3.2;8.95;2.7;3.05;18171
+76097;45.12683;6.08318;1445;20220601;20.3;8;14.1;2.9;10.25;.1;4.33;25189
+76097;45.12683;6.08318;1445;20220602;22.7;10.6;16.7;3.1;10.85;.3;4.81;25081
+76097;45.12683;6.08318;1445;20220603;20.8;13.7;17.3;2.3;11.82;1.3;3.92;19325
+76097;45.12683;6.08318;1445;20220604;24.4;13;18.7;3.5;12.29;.3;5.26;24378
+76097;45.12683;6.08318;1445;20220605;20.4;13;16.7;2.6;11.85;3.2;3.78;19523
+76097;45.12683;6.08318;1445;20220606;21.1;9.1;15.1;2.3;10.45;2;4.38;25045
+76097;45.12683;6.08318;1445;20220607;18.1;9.9;14;2.4;9.69;.3;3.68;20836
+76097;45.12683;6.08318;1445;20220608;16.7;7.6;12.2;2;7.99;12.5;3.75;22245
+76097;45.12683;6.08318;1445;20220609;12;7.3;9.7;3.1;8.29;2;2.61;14799
+76097;45.12683;6.08318;1445;20220610;19.5;4.5;12;4;7.29;.1;4.64;27197
+76097;45.12683;6.08318;1445;20220611;22.8;9.2;16;3;8.42;0;4.98;26493
+76097;45.12683;6.08318;1445;20220612;25.8;13;19.4;2.6;7.95;1.2;5.66;25289
+76097;45.12683;6.08318;1445;20220613;21.3;13.4;17.3;2.8;10.82;0;4.16;18942
+76097;45.12683;6.08318;1445;20220614;25.1;10.8;18;2.8;9.79;0;5.49;27617
+76097;45.12683;6.08318;1445;20220615;25.6;14.9;20.3;2.3;10.42;2;5.24;23718
+76097;45.12683;6.08318;1445;20220616;25.9;14.5;20.2;2.4;11.52;0;5.25;24590
+76097;45.12683;6.08318;1445;20220617;27.1;14;20.6;2.8;10.39;0;5.61;25566
+76097;45.12683;6.08318;1445;20220618;27.8;17;22.4;3.2;11.69;12.5;5.9;24193
+76097;45.12683;6.08318;1445;20220619;27.3;16.5;21.9;3.8;12.39;0;5.9;23975
+76097;45.12683;6.08318;1445;20220620;25.9;14.8;20.3;3.4;10.15;.1;5.82;24056
+76097;45.12683;6.08318;1445;20220621;26.1;16.2;21.1;4.4;10.25;3.8;6.11;22733
+76097;45.12683;6.08318;1445;20220622;21.1;12.9;17;2.8;13.42;1.9;3.95;21286
+76097;45.12683;6.08318;1445;20220623;20.9;11.5;16.2;2.2;13.29;1.3;3.95;22895
+76097;45.12683;6.08318;1445;20220624;15.6;10.5;13.1;2.1;11.49;8.5;2.71;16082
+76097;45.12683;6.08318;1445;20220625;21.5;8.8;15.1;2.3;10.88;0;4.32;24520
+76097;45.12683;6.08318;1445;20220626;23.5;11.5;17.5;2.9;12.48;.1;4.64;23883
+76097;45.12683;6.08318;1445;20220627;18.1;13.8;15.9;2.4;14.01;.8;2.64;13090
+76097;45.12683;6.08318;1445;20220628;17.4;10.7;14;2.1;13.61;6.5;3.05;19105
+76097;45.12683;6.08318;1445;20220629;21.4;10.2;15.8;1.6;12.79;0;4.16;24332
+76097;45.12683;6.08318;1445;20220630;22.8;12.6;17.7;2.6;11.92;5.2;4.51;23002
+76097;45.12683;6.08318;1445;20220701;17.5;8.1;12.8;2.6;10.29;.5;3.45;21289
+76097;45.12683;6.08318;1445;20220702;24.3;8.5;16.4;2.6;8.69;0;5.36;28761
+76097;45.12683;6.08318;1445;20220703;27.3;14.5;20.9;2.1;10.52;1.5;5.51;25708
+76097;45.12683;6.08318;1445;20220704;24.1;14.7;19.4;1.9;13.22;.3;4.41;21829
+76097;45.12683;6.08318;1445;20220705;21.6;11.9;16.7;2.4;12.35;.1;4.05;21990
+76097;45.12683;6.08318;1445;20220706;21.8;11.9;16.9;3.4;10.59;0;4.57;22622
+76097;45.12683;6.08318;1445;20220707;21.2;10.5;15.9;3.1;10.65;0;4.42;23899
+76097;45.12683;6.08318;1445;20220708;22.2;9.5;15.9;3.6;9.79;0;4.97;25812
+76097;45.12683;6.08318;1445;20220709;23.2;11.2;17.2;2.9;10.25;.1;4.87;25058
+76097;45.12683;6.08318;1445;20220710;24;11.4;17.7;3.1;10.19;0;5.14;25055
+76097;45.12683;6.08318;1445;20220711;23.9;11.7;17.8;2.6;11.39;0;4.84;25107
+76097;45.12683;6.08318;1445;20220712;24.7;12.9;18.8;2.3;10.15;0;5.07;24375
+76097;45.12683;6.08318;1445;20220713;25.9;14;20;2;11.12;0;5.17;24905
+76097;45.12683;6.08318;1445;20220714;27.9;16.7;22.3;1.8;11.62;0;5.28;24155
+76097;45.12683;6.08318;1445;20220715;26.7;15.7;21.2;2.5;10.05;0;5.17;22392
+76097;45.12683;6.08318;1445;20220716;26.5;14.1;20.3;3.1;10.25;0;5.47;24167
+76097;45.12683;6.08318;1445;20220717;26.9;14.3;20.6;2.7;10.75;0;5.56;25194
+76097;45.12683;6.08318;1445;20220718;29.4;16.4;22.9;1.8;11.69;0;5.6;25593
+76097;45.12683;6.08318;1445;20220719;29.5;17;23.3;2.1;14.09;0;5.56;24921
+76097;45.12683;6.08318;1445;20220720;27.7;16.2;22;2.4;14.72;2.4;5.15;23825
+76097;45.12683;6.08318;1445;20220721;26.3;13.3;19.8;2.4;12.52;0;5.04;25327
+76097;45.12683;6.08318;1445;20220722;29.2;15.6;22.4;2.6;11.39;.3;5.94;25779
+76097;45.12683;6.08318;1445;20220723;24.8;15.3;20;2.7;13.32;.9;4.52;20957
+76097;45.12683;6.08318;1445;20220724;28.3;14;21.2;2.2;12.72;0;5.51;26404
+76097;45.12683;6.08318;1445;20220725;28;17.7;22.9;2.3;11.29;2.1;5.23;21578
+76097;45.12683;6.08318;1445;20220726;23.1;12.3;17.7;2.6;12.29;0;4.16;21576
+76097;45.12683;6.08318;1445;20220727;23.6;12.3;17.9;3.1;11.49;0;4.7;23073
+76097;45.12683;6.08318;1445;20220728;24.7;12.9;18.8;2.4;10.99;0;4.81;23670
+76097;45.12683;6.08318;1445;20220729;19.2;14;16.6;1.9;11.32;6;3.1;14985
+76097;45.12683;6.08318;1445;20220730;23.1;11.4;17.2;3.3;9.99;.1;4.67;23300
+76097;45.12683;6.08318;1445;20220731;25.9;13;19.5;3;9.52;0;5.34;24067
+76097;45.12683;6.08318;1445;20220801;27.2;14.3;20.8;3;10.52;0;5.43;23648
+76097;45.12683;6.08318;1445;20220802;26.7;14;20.3;2.8;10.79;0;5.3;23723
+76097;45.12683;6.08318;1445;20220803;27.9;15.9;21.9;1.9;12.02;0;5.03;23080
+76097;45.12683;6.08318;1445;20220804;27.7;18.1;22.9;2;12.75;.8;4.73;20521
+76097;45.12683;6.08318;1445;20220805;27;17;22;2.4;12.72;1.3;4.88;20829
+76097;45.12683;6.08318;1445;20220806;25.2;12.5;18.9;2.4;12.72;0;4.47;22813
+76097;45.12683;6.08318;1445;20220807;23.9;12.7;18.3;2.4;13.05;.1;4.2;21701
+76097;45.12683;6.08318;1445;20220808;24.5;11.7;18.1;2.5;11.62;0;4.51;23130
+76097;45.12683;6.08318;1445;20220809;26.5;14.2;20.3;1.9;11.39;.2;4.62;22541
+76097;45.12683;6.08318;1445;20220810;25.7;15.2;20.4;1.8;11.29;.7;4.39;20892
+76097;45.12683;6.08318;1445;20220811;26.7;14.2;20.4;1.6;10.45;0;4.58;22565
+76097;45.12683;6.08318;1445;20220812;26.3;14.3;20.3;1.7;9.75;0;4.55;21397
+76097;45.12683;6.08318;1445;20220813;26.1;13.7;19.9;1.8;7.95;0;4.6;21522
+76097;45.12683;6.08318;1445;20220814;19;14.6;16.8;2.6;10.49;26.8;2.92;9785
+76097;45.12683;6.08318;1445;20220815;20.7;10.2;15.4;2.5;10.99;.1;3.66;20034
+76097;45.12683;6.08318;1445;20220816;23.9;11;17.5;2.3;10.62;.1;4.27;22305
+76097;45.12683;6.08318;1445;20220817;22.4;13.9;18.1;3.2;12.75;21.3;3.75;17870
+76097;45.12683;6.08318;1445;20220818;16.4;9.3;12.8;3.3;11.72;23;2.49;15759
+76097;45.12683;6.08318;1445;20220819;15.8;9.5;12.7;2.9;11.89;.3;2.21;14222
+76097;45.12683;6.08318;1445;20220820;19.5;10.5;15;2.7;11.65;.2;3.17;17514
+76097;45.12683;6.08318;1445;20220821;20.3;11;15.6;3.2;11.72;.1;3.22;17398
+76097;45.12683;6.08318;1445;20220822;21;11.3;16.2;3.2;10.75;0;3.69;18467
+76097;45.12683;6.08318;1445;20220823;22.8;11.4;17.1;3.4;10.22;0;4.17;19811
+76097;45.12683;6.08318;1445;20220824;23.9;13;18.5;1.9;11.25;0;3.85;19457
+76097;45.12683;6.08318;1445;20220825;24.5;14.4;19.4;1.8;12.59;.2;3.72;18504
+76097;45.12683;6.08318;1445;20220826;20.5;13.5;17;2.3;13.19;2.1;2.76;14872
+76097;45.12683;6.08318;1445;20220827;19.8;10.7;15.3;2.6;13.84;.1;2.52;14940
+76097;45.12683;6.08318;1445;20220828;20.5;12;16.2;1.8;13.64;.1;2.96;17111
+76097;45.12683;6.08318;1445;20220829;22.9;13.4;18.2;1.7;11.81;.1;3.46;17700
+76097;45.12683;6.08318;1445;20220830;22;14.6;18.3;2.5;12.22;4.1;3.28;14805
+76097;45.12683;6.08318;1445;20220831;19.4;10.7;15.1;2.3;12.82;.8;2.58;15548
+76097;45.12683;6.08318;1445;20220901;20.9;9.8;15.3;2;10.65;0;3.15;18220
+76097;45.12683;6.08318;1445;20220902;20;11.8;15.9;2;10.32;6.6;3.02;15623
+76097;45.12683;6.08318;1445;20220903;18.8;10.8;14.8;3.1;11.82;8.7;2.81;15350
+76097;45.12683;6.08318;1445;20220904;21.2;10;15.6;1.5;11.39;.1;3;18093
+76097;45.12683;6.08318;1445;20220905;22.6;12.2;17.4;2.6;11.99;0;3.44;17123
+76097;45.12683;6.08318;1445;20220906;22.3;13.1;17.7;2.8;12.32;2;3.32;15521
+76097;45.12683;6.08318;1445;20220907;21.4;12.7;17.1;3;12.35;13.6;3.16;15096
+76097;45.12683;6.08318;1445;20220908;17.7;9.1;13.4;2.5;11.09;0;2.47;15219
+76097;45.12683;6.08318;1445;20220909;16.8;8.2;12.5;2.4;9.32;.1;2.5;14879
+76097;45.12683;6.08318;1445;20220910;14.9;6.5;10.7;2.2;9.05;0;2.16;14462
+76097;45.12683;6.08318;1445;20220911;18.2;6;12.1;2.2;8.29;0;2.77;17707
+76097;45.12683;6.08318;1445;20220912;23.3;9.6;16.4;1.8;7.82;0;3.47;18558
+76097;45.12683;6.08318;1445;20220913;23.9;14;19;3.2;10.15;.7;3.9;15311
+76097;45.12683;6.08318;1445;20220914;17.9;14.2;16;4.3;12.15;10.9;2.6;9506
+76097;45.12683;6.08318;1445;20220915;16.6;9.7;13.2;2.2;11.65;4.2;1.99;12476
+76097;45.12683;6.08318;1445;20220916;14;9;11.5;2.8;10.49;.3;1.55;8063
+76097;45.12683;6.08318;1445;20220917;10;3.5;6.7;3.6;5.92;0;2.12;12413
+76097;45.12683;6.08318;1445;20220918;14;1.2;7.6;3.6;5.49;0;2.51;16817
+76097;45.12683;6.08318;1445;20220919;14.9;4.5;9.7;2.9;5.39;0;2.65;14464
+76097;45.12683;6.08318;1445;20220920;14.1;3.2;8.6;3;6.45;0;2.22;15029
+76097;45.12683;6.08318;1445;20220921;13.3;4.4;8.9;3;7.32;0;2.22;13800
+76097;45.12683;6.08318;1445;20220922;15.1;5.8;10.5;2.1;7.92;0;2.2;13813
+76097;45.12683;6.08318;1445;20220923;15.1;5.9;10.5;2.4;8.02;7.6;2.17;13566
+76097;45.12683;6.08318;1445;20220924;11.3;7.1;9.2;2.2;9.59;9.9;1.36;9394
+76097;45.12683;6.08318;1445;20220925;9.6;5.3;7.4;1.1;8.75;5.2;1.24;8961
+76097;45.12683;6.08318;1445;20220926;10.6;3;6.8;1.6;7.28;6.6;1.64;12572
+76097;45.12683;6.08318;1445;20220927;8.5;2.9;5.7;1.7;6.9;7.7;1.38;10055
+76097;45.12683;6.08318;1445;20220928;9.1;2.6;5.9;2.9;8.49;19.6;1.02;11031
+76097;45.12683;6.08318;1445;20220929;8.1;4.3;6.2;2.3;7.79;.7;1.06;7358
+76097;45.12683;6.08318;1445;20220930;5.9;2.2;4;2;7.22;2.7;.87;7896
+76097;45.12683;6.08318;1445;20221001;10.1;2.1;6.1;2.5;8.55;8.7;1.17;11993
+76097;45.12683;6.08318;1445;20221002;15.8;8;11.9;2.4;10.95;0;1.56;10986
+76097;45.12683;6.08318;1445;20221003;14.2;6.4;10.3;3.1;9.12;0;1.49;10611
+76097;45.12683;6.08318;1445;20221004;18;6.1;12;2.4;7.39;0;2.4;13971
+76097;45.12683;6.08318;1445;20221005;18.5;8.7;13.6;2;8.49;.1;2.21;12005
+76097;45.12683;6.08318;1445;20221006;16.3;7.6;12;2.1;10.25;0;1.59;11020
+76097;45.12683;6.08318;1445;20221007;16.8;7.9;12.4;1.5;9.99;.3;1.66;11334
+76097;45.12683;6.08318;1445;20221008;11.6;8;9.8;1.8;10.52;4.5;.97;6397
+76097;45.12683;6.08318;1445;20221009;12.6;7.5;10.1;1.8;10.75;8.7;1.09;8342
+76097;45.12683;6.08318;1445;20221010;15.6;8.1;11.8;1.6;10.19;.1;1.47;10248
+76097;45.12683;6.08318;1445;20221011;16.6;7.1;11.9;2.1;9.89;0;1.58;11171
+76097;45.12683;6.08318;1445;20221012;14.6;7.7;11.1;1.8;9.89;1.1;1.35;9360
+76097;45.12683;6.08318;1445;20221013;13.3;6.5;9.9;1.3;8.95;.6;1.24;9068
+76097;45.12683;6.08318;1445;20221014;12;6.5;9.3;1.6;9.89;.4;.98;7986
+76097;45.12683;6.08318;1445;20221015;17.5;7;12.3;2.4;9.12;.1;1.85;11361
+76097;45.12683;6.08318;1445;20221016;18;9.8;13.9;3.6;9.02;0;2.35;9613
+76097;45.12683;6.08318;1445;20221017;19;10;14.5;3.5;9.19;0;2.42;9832
+76097;45.12683;6.08318;1445;20221018;19.4;9.3;14.4;1.8;9.15;0;1.84;10465
+76097;45.12683;6.08318;1445;20221019;20.7;10.3;15.5;1.7;7.79;.1;2.04;10635
+76097;45.12683;6.08318;1445;20221020;15.3;10.8;13;4.3;8.92;5.2;2.37;6182
+76097;45.12683;6.08318;1445;20221021;11.8;11.3;11.6;4.8;10.85;30.8;1.39;2227
+76097;45.12683;6.08318;1445;20221022;15.2;8;11.6;3;9.92;.2;1.5;8727
+76097;45.12683;6.08318;1445;20221023;17.7;10.1;13.9;5.9;9.19;8.5;2.8;8458
+76097;45.12683;6.08318;1445;20221024;12.5;10.3;11.4;3.8;10.62;11.5;1.33;4647
+76097;45.12683;6.08318;1445;20221025;16.6;6.8;11.7;2.7;8.32;.2;1.75;9599
+76097;45.12683;6.08318;1445;20221026;18.9;9.6;14.2;2.9;8.42;0;2.16;9048
+76097;45.12683;6.08318;1445;20221027;20.2;10.8;15.5;2.9;8.45;0;2.27;9109
+76097;45.12683;6.08318;1445;20221028;21.6;12.5;17;2.5;7.59;0;2.45;8778
+76097;45.12683;6.08318;1445;20221029;21.1;13;17.1;2.4;7.29;0;2.39;7852
+76097;45.12683;6.08318;1445;20221030;19.8;11.9;15.8;2.5;6.89;0;2.33;7597
+76097;45.12683;6.08318;1445;20221031;17.4;9.7;13.5;3.1;6.92;18.5;2.21;7676
+76097;45.12683;6.08318;1445;20221101;12.4;7;9.7;2.4;9.09;6.7;.99;6571
+76097;45.12683;6.08318;1445;20221102;10.8;4.2;7.5;1.9;8.32;.1;.72;6451
+76097;45.12683;6.08318;1445;20221103;9.7;4.3;7;3.4;7.19;23.9;1.21;6395
+76097;45.12683;6.08318;1445;20221104;4.5;-.1;2.2;2.7;5.85;4.9;.62;5461
+76097;45.12683;6.08318;1445;20221105;4.6;-.2;2.2;3.1;4.99;.1;.86;5454
+76097;45.12683;6.08318;1445;20221106;12.1;-.5;5.8;2.3;3.92;.9;1.42;9464
+76097;45.12683;6.08318;1445;20221107;13.7;2.6;8.2;2.3;5.25;0;1.38;8665
+76097;45.12683;6.08318;1445;20221108;12.7;5.2;9;3.3;5.32;0;1.84;6270
+76097;45.12683;6.08318;1445;20221109;8.8;5.9;7.4;3;7.92;21.6;.91;3873
+76097;45.12683;6.08318;1445;20221110;10.1;3.2;6.7;2.8;7.39;0;.86;6350
+76097;45.12683;6.08318;1445;20221111;14.7;3.9;9.3;1.4;5.45;0;1.08;7975
+76097;45.12683;6.08318;1445;20221112;15.3;7.9;11.6;1.7;4.69;0;1.52;6453
+76097;45.12683;6.08318;1445;20221113;11.1;8.7;9.9;2.4;5.19;0;1.66;3706
+76097;45.12683;6.08318;1445;20221114;7.8;4.7;6.3;2.8;6.39;3.4;1;4058
+76097;45.12683;6.08318;1445;20221115;8.3;4.1;6.2;3.6;7.75;11.5;.76;4866
+76097;45.12683;6.08318;1445;20221116;8.1;3.5;5.8;2.7;6.95;.8;.73;5054
+76097;45.12683;6.08318;1445;20221117;9.6;3.2;6.4;3.6;7.05;9.4;.95;5141
+76097;45.12683;6.08318;1445;20221118;3.4;.4;1.9;2.8;5.95;.4;.42;3089
+76097;45.12683;6.08318;1445;20221119;3;-1.6;.7;2.5;4.72;0;.61;4142
+76097;45.12683;6.08318;1445;20221120;3;-2.7;.2;2.5;4.39;1;.6;5211
+76097;45.12683;6.08318;1445;20221121;6.3;-2.9;1.7;3;4.75;9.4;.76;6736
+76097;45.12683;6.08318;1445;20221122;1.3;-1.8;-.2;2.5;4.79;.4;.48;3519
+76097;45.12683;6.08318;1445;20221123;4.9;-3.2;.9;2.4;4.79;8.6;.55;6114
+76097;45.12683;6.08318;1445;20221124;6.7;-1.6;2.5;2.2;4.62;0;.7;6095
+76097;45.12683;6.08318;1445;20221125;6.8;.5;3.7;2.4;4.95;.9;.78;4824
+76097;45.12683;6.08318;1445;20221126;5;-.5;2.3;4.1;4.19;0;1.02;4759
+76097;45.12683;6.08318;1445;20221127;7.7;-.7;3.5;2.3;2.75;0;1.23;5928
+76097;45.12683;6.08318;1445;20221128;3.6;.9;2.3;2.3;4.12;2.1;.91;2766
+76097;45.12683;6.08318;1445;20221129;.6;-1.8;-.6;2.5;5.22;2;.3;2603
+76097;45.12683;6.08318;1445;20221130;1.8;-2.6;-.4;3;4.75;0;.31;3607
+76097;45.12683;6.08318;1445;20221201;1.4;-3.3;-1;2.3;4.29;0;.42;4129
+76097;45.12683;6.08318;1445;20221202;1.7;-4.9;-1.6;2.9;4.09;0;.45;5078
+76097;45.12683;6.08318;1445;20221203;1.1;-2;-.4;5.3;4.52;.7;.68;3466
+76097;45.12683;6.08318;1445;20221204;2.2;-.1;1;2.6;5.32;7.7;.5;2825
+76097;45.12683;6.08318;1445;20221205;1.9;-2.3;-.2;2.4;4.39;.1;.56;3999
+76097;45.12683;6.08318;1445;20221206;4.8;-3.1;.9;1.2;2.95;0;.65;5408
+76097;45.12683;6.08318;1445;20221207;1.2;-3.5;-1.2;2.2;3.25;0;.71;3739
+76097;45.12683;6.08318;1445;20221208;2.9;-4.7;-.9;3.1;3.22;12.7;.94;5011
+76097;45.12683;6.08318;1445;20221209;1.5;-.6;.5;3.6;6.02;15.6;.31;2651
+76097;45.12683;6.08318;1445;20221210;-.2;-1;-.6;2.6;4.82;0;.45;1052
+76097;45.12683;6.08318;1445;20221211;-4.3;-9.2;-6.8;2.4;2.55;0;.39;3811
+76097;45.12683;6.08318;1445;20221212;-1.7;-9.9;-5.8;2;2.52;8;.42;5225
+76097;45.12683;6.08318;1445;20221213;1.6;-5.6;-2;4.6;5.09;5.5;.15;5015
+76097;45.12683;6.08318;1445;20221214;4.7;.8;2.7;2;6.59;3.6;.29;3309
+76097;45.12683;6.08318;1445;20221215;2.9;1.1;2;2.4;6.02;23.3;.44;2463
+76097;45.12683;6.08318;1445;20221216;1.8;-1;.4;2.2;5.55;.2;.3;2582
+76097;45.12683;6.08318;1445;20221217;.9;-6;-2.5;3.4;3.25;0;.65;4943
+76097;45.12683;6.08318;1445;20221218;5;-3.4;.8;2.3;2.59;0;1.05;5223
+76097;45.12683;6.08318;1445;20221219;6.6;-.2;3.2;2;4.59;0;.73;4501
+76097;45.12683;6.08318;1445;20221220;7.8;1.2;4.5;2.6;5.19;1.9;.92;4716
+76097;45.12683;6.08318;1445;20221221;5.2;1.8;3.5;2.3;6.62;4;.43;3238
+76097;45.12683;6.08318;1445;20221222;5.5;1.2;3.4;2.3;6.49;24.4;.38;3396
+76097;45.12683;6.08318;1445;20221223;6.7;2.4;4.5;3.1;8.25;12.8;.15;3776
+76097;45.12683;6.08318;1445;20221224;8;3.7;5.8;2.2;7.62;.2;.45;3830
+76097;45.12683;6.08318;1445;20221225;11.6;4.1;7.8;3.6;5.65;0;1.57;4984
+76097;45.12683;6.08318;1445;20221226;8;2.9;5.4;3.1;6.45;3.9;.75;3948
+76097;45.12683;6.08318;1445;20221227;5.4;.8;3.1;1.6;5.29;0;.51;3960
+76097;45.12683;6.08318;1445;20221228;5.4;-1.8;1.8;2.6;3.62;0;.89;4800
+76097;45.12683;6.08318;1445;20221229;7.4;.3;3.9;3.1;5.19;2.3;.89;4728
+76097;45.12683;6.08318;1445;20221230;6.3;1.6;3.9;3.1;7.05;12;.39;4031
+76097;45.12683;6.08318;1445;20221231;11.3;4.5;7.9;4.1;7.79;.1;1.05;4880
+76098;45.13817;6.40015;1726;20220101;13.6;7.2;10.4;1.5;3.3;0;1.16;5281
+76098;45.13817;6.40015;1726;20220102;11.4;8.8;10.1;2.5;4.1;0;1.77;3468
+76098;45.13817;6.40015;1726;20220103;5.5;1.9;3.7;2.6;4.8;0;.92;4061
+76098;45.13817;6.40015;1726;20220104;8.4;4.6;6.5;5.6;5.9;4.4;1.57;4190
+76098;45.13817;6.40015;1726;20220105;-3.8;-3.3;-3.5;5;3.9;1.9;.55;0
+76098;45.13817;6.40015;1726;20220106;-6;-10.5;-8.2;3.5;2.8;0;.29;4596
+76098;45.13817;6.40015;1726;20220107;-3.3;-11.1;-7.2;2.1;2.9;4.1;.29;6018
+76098;45.13817;6.40015;1726;20220108;-1.5;-6.3;-3.9;4.4;4.4;10.8;.21;4806
+76098;45.13817;6.40015;1726;20220109;-5.1;-6.2;-5.6;3.2;4.1;12.1;.14;2441
+76098;45.13817;6.40015;1726;20220110;-4.8;-6.5;-5.6;2.7;3.5;0;.32;3000
+76098;45.13817;6.40015;1726;20220111;-3.6;-9.6;-6.6;3.5;2.7;0;.5;5474
+76098;45.13817;6.40015;1726;20220112;1.2;-10.8;-4.8;1;2;0;.4;7710
+76098;45.13817;6.40015;1726;20220113;7.6;-.6;3.5;1.4;1.6;0;.95;6472
+76098;45.13817;6.40015;1726;20220114;6.7;.7;3.7;2.5;2.1;0;1.47;5621
+76098;45.13817;6.40015;1726;20220115;10.1;2.2;6.2;2.6;2.7;0;1.6;6476
+76098;45.13817;6.40015;1726;20220116;2.4;1.1;1.8;3.1;2.4;0;1.52;2793
+76098;45.13817;6.40015;1726;20220117;.4;-3.5;-1.5;5;2.4;0;1.41;4711
+76098;45.13817;6.40015;1726;20220118;7.7;-2.4;2.7;2.8;2.4;0;1.44;7515
+76098;45.13817;6.40015;1726;20220119;2.7;2.3;2.5;3.2;3;.3;1.52;1700
+76098;45.13817;6.40015;1726;20220120;-3;-6.9;-4.9;4.8;3.7;.1;.39;4859
+76098;45.13817;6.40015;1726;20220121;-7.4;-8.7;-8;3.6;3;0;.29;2935
+76098;45.13817;6.40015;1726;20220122;-2.9;-9.7;-6.3;3.9;3.1;0;.46;6482
+76098;45.13817;6.40015;1726;20220123;6.5;-5.6;.5;1.6;2.8;0;.84;8666
+76098;45.13817;6.40015;1726;20220124;5.5;.6;3.1;2.5;2.7;0;1.37;5665
+76098;45.13817;6.40015;1726;20220125;5.2;-1.1;2.1;3;2.7;0;1.43;6466
+76098;45.13817;6.40015;1726;20220126;5;.6;2.8;4.7;2.7;0;1.95;5506
+76098;45.13817;6.40015;1726;20220127;5.1;.2;2.7;3.8;1.9;0;1.96;5867
+76098;45.13817;6.40015;1726;20220128;3.9;-.4;1.8;4.1;2.3;0;1.81;5577
+76098;45.13817;6.40015;1726;20220129;4.2;-2;1.1;4.3;2.4;0;1.74;6731
+76098;45.13817;6.40015;1726;20220130;3.4;.2;1.8;4.9;4;0;1.38;4962
+76098;45.13817;6.40015;1726;20220131;-2.4;-4.4;-3.4;3.9;3.4;.8;.72;4020
+76098;45.13817;6.40015;1726;20220201;-2.6;-8.6;-5.6;4.9;3.9;3;.29;6876
+76098;45.13817;6.40015;1726;20220202;.8;-2.5;-.8;3.9;5.9;0;.23;5225
+76098;45.13817;6.40015;1726;20220203;13.1;-.9;6.1;3.8;2.9;0;2.38;10070
+76098;45.13817;6.40015;1726;20220204;5.5;-.2;2.7;1.9;4.4;0;.95;6967
+76098;45.13817;6.40015;1726;20220205;-.3;-1.7;-1;4.3;4.9;0;.55;3616
+76098;45.13817;6.40015;1726;20220206;2.9;-6;-1.5;3.4;3.8;13.1;.91;8873
+76098;45.13817;6.40015;1726;20220207;-1.1;-1.8;-1.4;3.3;4.6;.8;.57;2690
+76098;45.13817;6.40015;1726;20220208;6.2;-5;.6;3.8;2.8;0;1.63;10186
+76098;45.13817;6.40015;1726;20220209;13.9;2.8;8.4;2.1;2.4;0;1.93;10275
+76098;45.13817;6.40015;1726;20220210;4.8;3.1;4;4.2;3.66;0;1.16;10333
+76098;45.13817;6.40015;1726;20220211;1;-3.9;-1.4;4.3;3.42;.9;1;8779
+76098;45.13817;6.40015;1726;20220212;1;-8.4;-3.7;4.9;2.59;0;1.13;10395
+76098;45.13817;6.40015;1726;20220213;1.8;-6.6;-2.4;5.5;3.09;.5;1.04;11379
+76098;45.13817;6.40015;1726;20220214;-.3;-4.9;-2.6;5.4;4.16;9.5;.7;4718
+76098;45.13817;6.40015;1726;20220215;-.8;-5.8;-3.3;3.8;3.69;1.9;.67;8318
+76098;45.13817;6.40015;1726;20220216;2.2;-6.7;-2.2;2.7;6.2;7.3;.25;10106
+76098;45.13817;6.40015;1726;20220217;4.6;1.8;3.2;2.3;6.8;1.6;.7;5846
+76098;45.13817;6.40015;1726;20220218;13.2;1.6;7.4;3.4;4.6;2;2.22;11807
+76098;45.13817;6.40015;1726;20220219;-2.4;-3.7;-3;3;4.9;0;.33;4161
+76098;45.13817;6.40015;1726;20220220;3.6;-6.1;-1.2;3.1;3.9;1.5;1.08;11100
+76098;45.13817;6.40015;1726;20220221;-.6;-1.5;-1;3.2;4.7;14.5;.65;3588
+76098;45.13817;6.40015;1726;20220222;1.3;-4.6;-1.6;4.4;4.7;0;.73;8933
+76098;45.13817;6.40015;1726;20220223;5.2;-2.5;1.4;4;4.2;0;1.44;10302
+76098;45.13817;6.40015;1726;20220224;4.3;4;4.2;3.7;3.9;0;1.71;2248
+76098;45.13817;6.40015;1726;20220225;-1.5;-4.4;-2.9;3.2;3.7;.1;.8;6574
+76098;45.13817;6.40015;1726;20220226;1.3;-7.8;-3.2;1.9;2.4;0;1.14;11609
+76098;45.13817;6.40015;1726;20220227;1.5;-5.6;-2;2.1;2.8;0;1.16;10410
+76098;45.13817;6.40015;1726;20220228;1;-6.6;-2.8;2.8;2.6;0;1.26;10896
+76098;45.13817;6.40015;1726;20220301;4.1;-3.1;.5;2.5;3.1;0;1.47;10743
+76098;45.13817;6.40015;1726;20220302;5.3;-2;1.7;1.8;3.7;0;1.35;10948
+76098;45.13817;6.40015;1726;20220303;4.7;-1.1;1.8;2.9;4.5;0;1.34;9903
+76098;45.13817;6.40015;1726;20220304;3.1;-1.3;.9;3.1;3.9;0;1.35;8760
+76098;45.13817;6.40015;1726;20220305;.8;-5.6;-2.4;2.9;2.5;0;1.37;10643
+76098;45.13817;6.40015;1726;20220306;-1.1;-10;-5.5;2.4;2.6;0;1.04;12658
+76098;45.13817;6.40015;1726;20220307;1.3;-8.1;-3.4;1;2.9;0;1.06;13156
+76098;45.13817;6.40015;1726;20220308;3.2;-5.1;-.9;1.6;3.1;0;1.3;12522
+76098;45.13817;6.40015;1726;20220309;4.2;-3.9;.2;1.6;4.4;0;1.21;12517
+76098;45.13817;6.40015;1726;20220310;6.5;-1.9;2.3;1.7;3.9;0;1.54;12889
+76098;45.13817;6.40015;1726;20220311;5.8;-.6;2.6;4.5;3.7;.8;2.03;11409
+76098;45.13817;6.40015;1726;20220312;3.8;.3;2.1;4.3;3.9;0;1.72;8594
+76098;45.13817;6.40015;1726;20220313;3.1;1.5;2.3;4.6;5.1;4.4;1.27;5951
+76098;45.13817;6.40015;1726;20220314;5.4;-1.5;2;4.2;5.3;1;1.41;12240
+76098;45.13817;6.40015;1726;20220315;10.2;1.9;6.1;6.8;5.3;0;2.62;13549
+76098;45.13817;6.40015;1726;20220316;11.7;8.9;10.3;3.6;5.3;0;2.65;8054
+76098;45.13817;6.40015;1726;20220317;5.4;3.9;4.7;2.6;7;0;1.03;6021
+76098;45.13817;6.40015;1726;20220318;6.1;1;3.5;7.3;5.52;0;1.61;10560
+76098;45.13817;6.40015;1726;20220319;7.1;-1.1;3;3.8;4.06;0;2.19;15140
+76098;45.13817;6.40015;1726;20220320;5;-2.5;1.2;4.5;3.72;0;2.07;15596
+76098;45.13817;6.40015;1726;20220321;5.8;-2.5;1.7;3.2;3.69;0;2.07;16312
+76098;45.13817;6.40015;1726;20220322;7.3;-3.7;1.8;2.6;2.89;0;2.3;19001
+76098;45.13817;6.40015;1726;20220323;9.3;-3;3.2;3.2;2.86;0;2.61;19671
+76098;45.13817;6.40015;1726;20220324;11.2;-1.1;5.1;2.8;2.99;0;2.81;20258
+76098;45.13817;6.40015;1726;20220325;10.9;-.6;5.2;4.2;3.06;0;3.13;20457
+76098;45.13817;6.40015;1726;20220326;10.5;-1.1;4.7;3.8;3.12;0;3.02;20039
+76098;45.13817;6.40015;1726;20220327;10.9;-.4;5.3;1.8;2.89;0;2.6;18561
+76098;45.13817;6.40015;1726;20220328;12.6;-.2;6.2;2.3;2.99;0;3.04;20818
+76098;45.13817;6.40015;1726;20220329;10;.5;5.2;4.6;4.06;1;2.85;15827
+76098;45.13817;6.40015;1726;20220330;4;-.1;1.9;3;6.16;1.8;1.15;8873
+76098;45.13817;6.40015;1726;20220331;4.1;-.3;1.9;3.6;5.72;3.2;1.35;10114
+76098;45.13817;6.40015;1726;20220401;-.2;-3.8;-2;2.6;3.8;7.9;1.21;8621
+76098;45.13817;6.40015;1726;20220402;-1.9;-8.2;-5;3.9;2.87;1.6;1.17;12975
+76098;45.13817;6.40015;1726;20220403;0;-8.8;-4.4;2;2.97;.2;1.77;21218
+76098;45.13817;6.40015;1726;20220404;2;-8.8;-3.4;2.7;3.29;0;1.75;21198
+76098;45.13817;6.40015;1726;20220405;8;-5.6;1.2;2.7;4.32;0;2.23;20060
+76098;45.13817;6.40015;1726;20220406;9.1;-1.3;3.9;3.5;5.46;4;2.32;18845
+76098;45.13817;6.40015;1726;20220407;4.7;-.7;2;6.1;6.39;35.2;1.13;8731
+76098;45.13817;6.40015;1726;20220408;5.6;-.2;2.7;6.7;7.16;13.6;1.2;10672
+76098;45.13817;6.40015;1726;20220409;-.5;-2.8;-1.6;5.1;4.06;2.4;1.26;10704
+76098;45.13817;6.40015;1726;20220410;5.4;-6.7;-.7;2.6;3.16;0;2.41;22764
+76098;45.13817;6.40015;1726;20220411;10.8;-2.6;4.1;4.9;4.52;0;2.93;22578
+76098;45.13817;6.40015;1726;20220412;14.5;1.1;7.8;4.5;5.49;0;3.64;21842
+76098;45.13817;6.40015;1726;20220413;15.5;5.9;10.7;2.5;5.5;0;3.58;19895
+76098;45.13817;6.40015;1726;20220414;15.6;2.7;9.1;3.2;6.42;0;3.34;19744
+76098;45.13817;6.40015;1726;20220415;16.2;3.4;9.8;2.9;7.16;0;3.21;20461
+76098;45.13817;6.40015;1726;20220416;15.6;3.5;9.6;4.9;5.02;0;4.25;24858
+76098;45.13817;6.40015;1726;20220417;12.5;1;6.7;5.9;3.92;0;3.97;24124
+76098;45.13817;6.40015;1726;20220418;13.3;-.1;6.6;2.6;4.79;0;3.48;24147
+76098;45.13817;6.40015;1726;20220419;12.9;.6;6.7;2.8;4.52;0;3.54;23981
+76098;45.13817;6.40015;1726;20220420;12;.7;6.4;4.1;5.56;0;3.16;19643
+76098;45.13817;6.40015;1726;20220421;10.7;2.2;6.4;3.4;5.76;0;2.97;19879
+76098;45.13817;6.40015;1726;20220422;12.5;2.2;7.3;2.8;6.22;0;3.02;19126
+76098;45.13817;6.40015;1726;20220423;6.7;2.9;4.8;3.6;6.96;17.3;1.44;7771
+76098;45.13817;6.40015;1726;20220424;5.2;-1.9;1.6;4.4;6.32;2.9;1.65;15812
+76098;45.13817;6.40015;1726;20220425;7.1;1.1;4.1;3.8;6.96;.1;1.77;13516
+76098;45.13817;6.40015;1726;20220426;9.5;.4;5;3.5;5.96;0;2.58;19092
+76098;45.13817;6.40015;1726;20220427;12.8;-1.5;5.7;3.4;5.49;0;3.51;26886
+76098;45.13817;6.40015;1726;20220428;14;1.6;7.8;3.2;5.36;0;3.86;26385
+76098;45.13817;6.40015;1726;20220429;15.3;2.2;8.8;3.9;5.62;.2;4.21;24620
+76098;45.13817;6.40015;1726;20220430;10.1;3.3;6.7;2.7;6.62;0;2.61;16964
+76098;45.13817;6.40015;1726;20220501;11.1;-.4;5.4;2.8;5.79;0;3.08;24838
+76098;45.13817;6.40015;1726;20220502;12.6;.7;6.6;3.2;6.39;2;3.17;21658
+76098;45.13817;6.40015;1726;20220503;9.2;3.5;6.4;2.2;7.52;.3;2.21;14268
+76098;45.13817;6.40015;1726;20220504;10.6;2.9;6.8;2.7;7.79;5.4;2.52;17168
+76098;45.13817;6.40015;1726;20220505;5.9;3.1;4.5;3.2;7.72;13;1.3;8219
+76098;45.13817;6.40015;1726;20220506;5;1.7;3.4;3.7;7.6;0;1.24;12971
+76098;45.13817;6.40015;1726;20220507;7.2;3.8;5.5;2;8.6;3.8;1.6;13226
+76098;45.13817;6.40015;1726;20220508;8.7;4.1;6.4;1.7;8.8;1.3;1.95;15419
+76098;45.13817;6.40015;1726;20220509;11.5;5.2;8.4;.8;9;.2;2.53;18088
+76098;45.13817;6.40015;1726;20220510;14.5;7.6;11.1;1.5;9.1;0;2.99;19004
+76098;45.13817;6.40015;1726;20220511;17.1;9;13.1;1.9;8.8;0;3.58;20662
+76098;45.13817;6.40015;1726;20220512;17.5;9.3;13.4;2.3;8.4;0;3.81;20878
+76098;45.13817;6.40015;1726;20220513;14.2;8.6;11.4;1.9;10.6;0;2.74;17367
+76098;45.13817;6.40015;1726;20220514;16.6;8.6;12.6;2.1;10.7;0;3.34;20797
+76098;45.13817;6.40015;1726;20220515;17.5;10.6;14.1;3.4;9.8;1.3;3.77;19408
+76098;45.13817;6.40015;1726;20220516;16.9;10.2;13.6;2.9;9.6;.7;3.6;19202
+76098;45.13817;6.40015;1726;20220517;18;10.8;14.4;1.4;10.8;0;3.47;19973
+76098;45.13817;6.40015;1726;20220518;19.4;12.6;16;3.3;10;7.5;4.19;19488
+76098;45.13817;6.40015;1726;20220519;19.8;13.9;16.9;4.7;9.5;.8;4.71;18233
+76098;45.13817;6.40015;1726;20220520;21.7;15;18.4;4.5;8.2;.1;5.47;19481
+76098;45.13817;6.40015;1726;20220521;20.7;12.9;16.8;1.6;9.4;.4;4.11;21072
+76098;45.13817;6.40015;1726;20220522;23.3;16.7;20;1.9;10.9;1.9;4.39;19465
+76098;45.13817;6.40015;1726;20220523;19.4;14.6;17;3.9;10;1.2;4.28;16686
+76098;45.13817;6.40015;1726;20220524;10;6.2;8.1;1.8;9.8;3.5;2.07;14917
+76098;45.13817;6.40015;1726;20220525;9;4.5;6.8;3.4;8.5;.2;2.07;16259
+76098;45.13817;6.40015;1726;20220526;10.9;4.5;7.7;3.5;9.6;.3;2.3;19399
+76098;45.13817;6.40015;1726;20220527;14;7.7;10.9;3.2;11.6;0;2.65;19301
+76098;45.13817;6.40015;1726;20220528;14.2;7.7;11;3.9;10;0;3.05;19652
+76098;45.13817;6.40015;1726;20220529;11.5;3.1;7.3;3.5;6.8;0;3.18;22363
+76098;45.13817;6.40015;1726;20220530;12.3;3.2;7.8;4.2;6.5;.1;3.49;23322
+76098;45.13817;6.40015;1726;20220531;11.1;7.6;9.4;6.1;8.2;2.9;2.72;14586
+76098;45.13817;6.40015;1726;20220601;17.7;9;13.4;3.8;9.9;0;4.08;22910
+76098;45.13817;6.40015;1726;20220602;19.2;10.5;14.9;3;11;.1;4.17;22957
+76098;45.13817;6.40015;1726;20220603;18.7;13.3;16;2.9;11;3.2;3.83;18172
+76098;45.13817;6.40015;1726;20220604;22;14.4;18.2;5.8;10.1;0;5.68;21553
+76098;45.13817;6.40015;1726;20220605;16.3;11.4;13.9;2.8;12.1;2.4;3.08;17383
+76098;45.13817;6.40015;1726;20220606;16.9;8.2;12.6;2.3;11.1;1.8;3.63;23121
+76098;45.13817;6.40015;1726;20220607;14.3;8.4;11.4;2.1;9.8;0;3.1;19111
+76098;45.13817;6.40015;1726;20220608;14.7;6.6;10.7;2.2;8;6.3;3.59;22383
+76098;45.13817;6.40015;1726;20220609;6.8;4.5;5.7;3.1;8.6;.9;1.48;12053
+76098;45.13817;6.40015;1726;20220610;14.3;3.4;8.9;3.3;7.8;.1;3.71;25992
+76098;45.13817;6.40015;1726;20220611;18.5;8.8;13.7;3.2;9;0;4.46;24559
+76098;45.13817;6.40015;1726;20220612;21.3;13.7;17.5;2.4;7.4;.5;4.88;21787
+76098;45.13817;6.40015;1726;20220613;16.7;13.4;15.1;2.8;11.7;.1;3.07;14449
+76098;45.13817;6.40015;1726;20220614;21.3;10.3;15.8;3;11.2;0;4.82;26206
+76098;45.13817;6.40015;1726;20220615;22.4;15.5;19;3;9.7;1;5.02;20818
+76098;45.13817;6.40015;1726;20220616;22.4;14.4;18.4;2.3;12.1;0;4.61;22410
+76098;45.13817;6.40015;1726;20220617;22.8;14.3;18.6;2.8;11.7;0;4.91;23103
+76098;45.13817;6.40015;1726;20220618;24.8;16.7;20.8;3.3;11.2;5.6;5.56;22566
+76098;45.13817;6.40015;1726;20220619;23.8;16.8;20.3;6.4;10.6;0;6.38;20999
+76098;45.13817;6.40015;1726;20220620;22.7;15.9;19.3;4.9;9.1;0;5.89;20703
+76098;45.13817;6.40015;1726;20220621;23.2;17.4;20.3;8.4;8.8;4.3;7.24;19138
+76098;45.13817;6.40015;1726;20220622;18.7;12.1;15.4;4.2;11.6;2.3;4.04;20397
+76098;45.13817;6.40015;1726;20220623;19.1;11.2;15.2;2.5;12;.8;3.98;22289
+76098;45.13817;6.40015;1726;20220624;12.9;10.5;11.7;2.8;10.7;7.5;2.32;12387
+76098;45.13817;6.40015;1726;20220625;18.7;8.7;13.7;2.6;9.4;0;4.38;25029
+76098;45.13817;6.40015;1726;20220626;20.8;11.7;16.3;3.3;11.5;0;4.61;23875
+76098;45.13817;6.40015;1726;20220627;13.2;12.4;12.8;1.9;13.6;.5;1.47;7240
+76098;45.13817;6.40015;1726;20220628;15.4;9.6;12.5;2;13;10.8;2.9;19082
+76098;45.13817;6.40015;1726;20220629;17.8;9.5;13.7;1.3;13.2;0;3.62;22761
+76098;45.13817;6.40015;1726;20220630;19.3;13.2;16.3;2.9;11.4;3.8;4;19528
+76098;45.13817;6.40015;1726;20220701;10.3;6.6;8.5;2.5;10.5;.3;2;15244
+76098;45.13817;6.40015;1726;20220702;21.7;8;14.9;2.3;7.4;0;5.2;28204
+76098;45.13817;6.40015;1726;20220703;24.3;16.2;20.3;2.2;10.1;1.9;5.08;22388
+76098;45.13817;6.40015;1726;20220704;21.8;15.7;18.8;2.1;12.1;0;4.2;19432
+76098;45.13817;6.40015;1726;20220705;16.9;11.3;14.1;2.6;13.1;0;3.12;18601
+76098;45.13817;6.40015;1726;20220706;16.8;9.9;13.4;3.4;11.3;0;3.5;20589
+76098;45.13817;6.40015;1726;20220707;17.5;9;13.3;3.4;11.1;0;3.77;22787
+76098;45.13817;6.40015;1726;20220708;17.5;8.2;12.9;3.3;10.1;0;3.98;23781
+76098;45.13817;6.40015;1726;20220709;19.4;10.9;15.2;2.4;10.2;0;4.23;22702
+76098;45.13817;6.40015;1726;20220710;19.4;11.6;15.5;3.1;10.2;0;4.31;21713
+76098;45.13817;6.40015;1726;20220711;20.1;11.7;15.9;2.1;11.2;0;4.17;22476
+76098;45.13817;6.40015;1726;20220712;20.5;12.7;16.6;2.5;10.2;0;4.39;21619
+76098;45.13817;6.40015;1726;20220713;22.9;13;18;1.9;10.8;0;4.75;24269
+76098;45.13817;6.40015;1726;20220714;24.6;15.4;20;1.6;10.7;0;4.82;23347
+76098;45.13817;6.40015;1726;20220715;22.5;15.9;19.2;2.8;11.2;0;4.63;19760
+76098;45.13817;6.40015;1726;20220716;21;13.7;17.4;3.5;11.4;0;4.5;20714
+76098;45.13817;6.40015;1726;20220717;23.1;13.7;18.4;2.4;10.5;0;4.89;23409
+76098;45.13817;6.40015;1726;20220718;25.7;16.1;20.9;1.1;11.4;0;4.68;23586
+76098;45.13817;6.40015;1726;20220719;26.3;17;21.7;1.5;13.8;0;4.81;23149
+76098;45.13817;6.40015;1726;20220720;24.6;16.1;20.4;1.8;14.7;1.3;4.5;22073
+76098;45.13817;6.40015;1726;20220721;21.9;11.8;16.9;2;14;0;4.23;23964
+76098;45.13817;6.40015;1726;20220722;25.9;15.9;20.9;2.6;10.7;0;5.45;23767
+76098;45.13817;6.40015;1726;20220723;20.9;14.9;17.9;2.4;13.7;.3;3.76;18401
+76098;45.13817;6.40015;1726;20220724;24.5;13.3;18.9;2.2;12.1;0;4.96;24966
+76098;45.13817;6.40015;1726;20220725;24.2;18;21.1;3.1;10.7;1.3;5.01;18568
+76098;45.13817;6.40015;1726;20220726;16.1;11;13.6;2.8;12.9;0;2.77;16800
+76098;45.13817;6.40015;1726;20220727;18.2;9.6;13.9;3.3;11.2;0;3.73;21663
+76098;45.13817;6.40015;1726;20220728;21.2;11.7;16.5;2.4;10.5;0;4.38;22667
+76098;45.13817;6.40015;1726;20220729;16.7;13.4;15.1;2.5;11.1;5.6;2.94;13402
+76098;45.13817;6.40015;1726;20220730;19;9.8;14.4;3.2;10.4;0;4.03;22128
+76098;45.13817;6.40015;1726;20220731;22.1;12.4;17.3;2.7;9.3;0;4.74;22619
+76098;45.13817;6.40015;1726;20220801;22.6;13.6;18.1;2.8;10.8;0;4.64;21701
+76098;45.13817;6.40015;1726;20220802;21.8;13;17.4;2.8;10.7;0;4.46;21366
+76098;45.13817;6.40015;1726;20220803;24.8;15.8;20.3;1.7;11.3;0;4.51;21506
+76098;45.13817;6.40015;1726;20220804;23.3;16.5;19.9;1.8;12.2;2;4.05;18637
+76098;45.13817;6.40015;1726;20220805;25.1;16.8;21;2.4;11.7;2.5;4.75;20467
+76098;45.13817;6.40015;1726;20220806;20.9;12.9;16.9;2.9;12.6;0;3.92;20000
+76098;45.13817;6.40015;1726;20220807;19.4;11.8;15.6;2.3;13.8;.4;3.34;19402
+76098;45.13817;6.40015;1726;20220808;21;11.8;16.4;2.9;12.4;0;3.99;21215
+76098;45.13817;6.40015;1726;20220809;22.3;13.4;17.9;2;11;1.4;4.14;20761
+76098;45.13817;6.40015;1726;20220810;22.5;14.4;18.5;1.9;10.3;2.3;4.11;19712
+76098;45.13817;6.40015;1726;20220811;23.4;14.1;18.8;1.4;9.3;0;4.13;20990
+76098;45.13817;6.40015;1726;20220812;22;15.4;18.7;1.6;9.1;0;3.82;17622
+76098;45.13817;6.40015;1726;20220813;21.9;14.9;18.4;2;7.7;0;4.14;18039
+76098;45.13817;6.40015;1726;20220814;15.7;16.1;15.9;3.5;9.4;20.1;2.3;0
+76098;45.13817;6.40015;1726;20220815;18.4;11;14.7;3.7;10.5;.1;3.64;18327
+76098;45.13817;6.40015;1726;20220816;20.7;11.3;16;2.8;9.8;0;4.1;20502
+76098;45.13817;6.40015;1726;20220817;19;13.4;16.2;3.8;11.3;14.3;3.58;15782
+76098;45.13817;6.40015;1726;20220818;12.5;8.6;10.6;4.4;10.6;22.6;2.06;13128
+76098;45.13817;6.40015;1726;20220819;11.7;8.8;10.3;4.3;11.7;.7;1.52;11282
+76098;45.13817;6.40015;1726;20220820;14.8;9.4;12.1;3;11.8;.1;2.36;15212
+76098;45.13817;6.40015;1726;20220821;14;9.7;11.9;3.3;12.2;.1;2.04;13512
+76098;45.13817;6.40015;1726;20220822;16.3;9.3;12.8;3;11.2;0;2.81;17061
+76098;45.13817;6.40015;1726;20220823;18.2;10.5;14.4;3.1;10.4;.1;3.37;17762
+76098;45.13817;6.40015;1726;20220824;20.9;12.8;16.9;1.8;11.2;0;3.46;18087
+76098;45.13817;6.40015;1726;20220825;21.3;14.1;17.7;1.9;12.5;.2;3.36;16947
+76098;45.13817;6.40015;1726;20220826;16.2;11.8;14;2.7;13;4;2.31;13206
+76098;45.13817;6.40015;1726;20220827;14.2;10.4;12.3;2.6;13.5;0;1.77;12202
+76098;45.13817;6.40015;1726;20220828;18.4;10.4;14.4;1.4;13.3;.1;2.76;17470
+76098;45.13817;6.40015;1726;20220829;20.8;12.7;16.8;1.9;10.4;0;3.42;17447
+76098;45.13817;6.40015;1726;20220830;19.2;14.9;17.1;2.7;11.5;.8;3.06;12680
+76098;45.13817;6.40015;1726;20220831;13.4;10.1;11.8;2.9;12.4;.9;1.7;11053
+76098;45.13817;6.40015;1726;20220901;16.9;9.7;13.3;2.3;10.4;0;2.79;16089
+76098;45.13817;6.40015;1726;20220902;16.9;11.5;14.2;3;8.8;5.5;3.11;13856
+76098;45.13817;6.40015;1726;20220903;17.1;11.1;14.1;5;10.3;3.6;3.22;14477
+76098;45.13817;6.40015;1726;20220904;18.3;9.8;14.1;2.1;10.6;0;2.93;17047
+76098;45.13817;6.40015;1726;20220905;20.2;13.3;16.8;4.2;10.1;0;3.88;15256
+76098;45.13817;6.40015;1726;20220906;19.6;15.1;17.4;4.5;11.4;1.1;3.53;12264
+76098;45.13817;6.40015;1726;20220907;18.1;12.9;15.5;4;10.7;10.7;3.16;13055
+76098;45.13817;6.40015;1726;20220908;14.2;8.4;11.3;2.7;9.9;0;2.26;13657
+76098;45.13817;6.40015;1726;20220909;13.4;7.9;10.7;2.2;8.4;.1;2.27;13191
+76098;45.13817;6.40015;1726;20220910;10.8;5.8;8.3;2;9.2;0;1.7;12478
+76098;45.13817;6.40015;1726;20220911;14.3;5.5;9.9;2.4;8;0;2.51;16331
+76098;45.13817;6.40015;1726;20220912;20.6;11.1;15.9;1.7;6;0;3.31;16806
+76098;45.13817;6.40015;1726;20220913;21.1;14.9;18;5.7;8.3;0;4.86;13498
+76098;45.13817;6.40015;1726;20220914;16.7;13.8;15.3;7.9;10.2;7.2;3.57;9221
+76098;45.13817;6.40015;1726;20220915;13.3;9.2;11.3;2.5;10.6;2.6;1.81;10819
+76098;45.13817;6.40015;1726;20220916;9;8.8;8.9;2.3;10.7;.2;.73;2550
+76098;45.13817;6.40015;1726;20220917;6.6;.8;3.7;3.6;6.5;0;1.45;12581
+76098;45.13817;6.40015;1726;20220918;9.4;.9;5.2;3.9;5.6;0;2.17;15034
+76098;45.13817;6.40015;1726;20220919;10.3;5.4;7.9;3.7;5.5;0;2.42;11360
+76098;45.13817;6.40015;1726;20220920;9.2;2.8;6;3.2;6.5;0;1.85;12821
+76098;45.13817;6.40015;1726;20220921;11;4;7.5;2.6;7.1;0;1.95;13264
+76098;45.13817;6.40015;1726;20220922;12.2;5.7;9;2.1;7.6;0;1.96;12661
+76098;45.13817;6.40015;1726;20220923;12.3;5.9;9.1;2.5;6.7;6.4;2.17;12437
+76098;45.13817;6.40015;1726;20220924;10.9;5.7;8.3;3.8;9;11.1;1.58;11118
+76098;45.13817;6.40015;1726;20220925;6.8;4.7;5.8;1.5;8.2;5.1;1;7078
+76098;45.13817;6.40015;1726;20220926;5.6;2.2;3.9;2.4;7.1;5.4;1.05;8849
+76098;45.13817;6.40015;1726;20220927;3.1;.9;2;2.2;7;6;.71;7089
+76098;45.13817;6.40015;1726;20220928;7;1.4;4.2;2.6;8.4;18.2;.93;11050
+76098;45.13817;6.40015;1726;20220929;4.6;1.8;3.2;2.2;7;.4;.9;7798
+76098;45.13817;6.40015;1726;20220930;2.7;.5;1.6;2.7;6.5;3.1;.72;6864
+76098;45.13817;6.40015;1726;20221001;8.7;1;4.9;2.3;8.3;7.6;1.15;12497
+76098;45.13817;6.40015;1726;20221002;12.8;8.2;10.5;2.4;11;.1;1.37;9605
+76098;45.13817;6.40015;1726;20221003;9.5;5.6;7.6;3;9.2;0;1.14;8763
+76098;45.13817;6.40015;1726;20221004;16;5.7;10.9;2.8;6.1;0;2.62;13934
+76098;45.13817;6.40015;1726;20221005;15.8;10.4;13.1;2.8;7.9;.3;2.39;10038
+76098;45.13817;6.40015;1726;20221006;11.5;7.5;9.5;2.2;9.8;0;1.29;8573
+76098;45.13817;6.40015;1726;20221007;13.9;7.8;10.9;1.5;9.4;.2;1.55;10409
+76098;45.13817;6.40015;1726;20221008;9.5;8.1;8.8;2;10.2;4.1;.89;5051
+76098;45.13817;6.40015;1726;20221009;9.9;6.8;8.4;1.9;10.1;3.6;.97;7315
+76098;45.13817;6.40015;1726;20221010;13.1;7.1;10.1;2;9.7;0;1.43;9965
+76098;45.13817;6.40015;1726;20221011;13.2;6.5;9.9;2.1;9.7;0;1.42;10391
+76098;45.13817;6.40015;1726;20221012;11.9;7.5;9.7;1.4;9.7;.5;1.19;8364
+76098;45.13817;6.40015;1726;20221013;11.1;6.7;8.9;1.2;8.2;.1;1.21;8263
+76098;45.13817;6.40015;1726;20221014;10.2;6.9;8.6;1.1;9.6;.9;.98;7101
+76098;45.13817;6.40015;1726;20221015;16.2;7.8;12;2.7;7.9;.1;2.12;11052
+76098;45.13817;6.40015;1726;20221016;16.1;11.2;13.7;5.9;8.2;0;3.07;8392
+76098;45.13817;6.40015;1726;20221017;17.2;12.7;15;5.7;8;0;3.4;7953
+76098;45.13817;6.40015;1726;20221018;17;11;14;2.7;8.5;.1;2.18;9033
+76098;45.13817;6.40015;1726;20221019;18.4;11;14.7;2.2;6.9;0;2.29;9881
+76098;45.13817;6.40015;1726;20221020;15.8;15;15.4;7.8;7.4;6.8;4.14;3366
+76098;45.13817;6.40015;1726;20221021;12.3;11.8;12.1;9.6;9.4;26.7;2.43;2678
+76098;45.13817;6.40015;1726;20221022;14.4;6.8;10.6;3.9;8.8;.1;1.8;9636
+76098;45.13817;6.40015;1726;20221023;16.7;12.1;14.4;12;7.2;1.9;4.8;7454
+76098;45.13817;6.40015;1726;20221024;12.8;10.9;11.9;6.7;8.8;12.8;2.31;4814
+76098;45.13817;6.40015;1726;20221025;14.7;7;10.9;4.7;7.1;.1;2.4;9332
+76098;45.13817;6.40015;1726;20221026;17.5;12;14.8;5.2;7.3;0;3.28;7823
+76098;45.13817;6.40015;1726;20221027;18;11.4;14.7;5.4;7.6;0;3.28;8438
+76098;45.13817;6.40015;1726;20221028;19.8;14;16.9;4.4;6.8;0;3.52;7823
+76098;45.13817;6.40015;1726;20221029;18.7;15;16.9;4.2;6.6;0;3.42;6216
+76098;45.13817;6.40015;1726;20221030;17.3;14.1;15.7;4.5;6;0;3.45;5724
+76098;45.13817;6.40015;1726;20221031;15.8;10.9;13.4;5.9;5.4;10.6;3.64;6938
+76098;45.13817;6.40015;1726;20221101;11.3;6.2;8.8;4;8.5;5.3;1.28;6984
+76098;45.13817;6.40015;1726;20221102;6.5;4.7;5.6;1.5;8.3;.1;.59;4192
+76098;45.13817;6.40015;1726;20221103;9.4;4.8;7.1;5.5;6;23.3;1.86;6477
+76098;45.13817;6.40015;1726;20221104;.8;-1.5;-.3;3;5.2;2.6;.54;4591
+76098;45.13817;6.40015;1726;20221105;0;-2.3;-1.1;3.6;5;0;.49;4535
+76098;45.13817;6.40015;1726;20221106;11.2;-.3;5.5;2.2;3.3;.3;1.52;9724
+76098;45.13817;6.40015;1726;20221107;13.9;3.7;8.8;2.7;4.7;0;1.81;9056
+76098;45.13817;6.40015;1726;20221108;10.1;8.5;9.3;5.3;4.6;0;2.72;3684
+76098;45.13817;6.40015;1726;20221109;8.6;7.3;8;5.1;7.5;19;1.41;3304
+76098;45.13817;6.40015;1726;20221110;8.8;2.7;5.8;2.7;6.8;0;.94;6798
+76098;45.13817;6.40015;1726;20221111;13.7;6.4;10.1;1.1;4.3;0;1.08;7324
+76098;45.13817;6.40015;1726;20221112;14.5;8.7;11.6;1.1;3.9;0;1.18;6475
+76098;45.13817;6.40015;1726;20221113;11.8;9;10.4;2.1;4.6;0;1.67;4517
+76098;45.13817;6.40015;1726;20221114;6.6;4.8;5.7;4.7;5.8;1.8;1.43;3626
+76098;45.13817;6.40015;1726;20221115;8.2;4;6.1;6.5;7.2;7.6;1.18;5352
+76098;45.13817;6.40015;1726;20221116;6.9;1.8;4.4;3.4;5.8;.4;1;5806
+76098;45.13817;6.40015;1726;20221117;6.3;5.1;5.7;4.5;6.7;9.7;1.1;2906
+76098;45.13817;6.40015;1726;20221118;-.5;-1.1;-.8;2.6;5.7;.4;.28;2102
+76098;45.13817;6.40015;1726;20221119;-1.2;-2.9;-2;3.5;4.8;0;.37;3341
+76098;45.13817;6.40015;1726;20221120;1.6;-4.2;-1.3;3.2;4.5;.6;.54;5907
+76098;45.13817;6.40015;1726;20221121;5.4;-4.1;.7;3.8;4.4;8.3;.91;7413
+76098;45.13817;6.40015;1726;20221122;-2.3;-3.7;-3;2.8;4.7;.2;.27;2961
+76098;45.13817;6.40015;1726;20221123;3.3;-3.8;-.2;2.4;4.7;8.2;.54;6308
+76098;45.13817;6.40015;1726;20221124;5.5;-2.3;1.6;2.8;4;0;.95;6534
+76098;45.13817;6.40015;1726;20221125;3.9;.7;2.3;3;4.7;.4;.9;4229
+76098;45.13817;6.40015;1726;20221126;1.8;-2.7;-.4;3.3;3.8;0;.83;4924
+76098;45.13817;6.40015;1726;20221127;8.6;2.3;5.5;2.8;1.8;0;1.81;5730
+76098;45.13817;6.40015;1726;20221128;2.2;1.6;1.9;3.3;3.5;1.8;1.29;1915
+76098;45.13817;6.40015;1726;20221129;-2.4;-2.7;-2.5;3.2;5;1.7;.24;1413
+76098;45.13817;6.40015;1726;20221130;-2.8;-4.7;-3.7;3;4.5;0;.22;3172
+76098;45.13817;6.40015;1726;20221201;-.4;-5.2;-2.8;2.2;4.1;0;.38;4864
+76098;45.13817;6.40015;1726;20221202;0;-6.6;-3.3;4.6;3.8;.1;.54;5619
+76098;45.13817;6.40015;1726;20221203;1.6;-2;-.2;6.3;3.6;0;1.24;4181
+76098;45.13817;6.40015;1726;20221204;.8;-.3;.3;4.4;4.8;8.7;.72;2400
+76098;45.13817;6.40015;1726;20221205;1.3;-2.7;-.7;3.9;3.4;.1;.98;4334
+76098;45.13817;6.40015;1726;20221206;6.2;-1;2.6;1.6;2.1;0;.92;5698
+76098;45.13817;6.40015;1726;20221207;2.9;-1.9;.5;2.9;2.3;0;1.23;4668
+76098;45.13817;6.40015;1726;20221208;3.7;-.4;1.7;5.6;2.5;12.3;1.92;4308
+76098;45.13817;6.40015;1726;20221209;2.9;1.3;2.1;6.7;6.4;14.9;.48;2766
+76098;45.13817;6.40015;1726;20221210;-2.4;-1.3;-1.8;2.9;4.8;0;.43;0
+76098;45.13817;6.40015;1726;20221211;-5.7;-9.7;-7.7;2.1;2.6;0;.33;4198
+76098;45.13817;6.40015;1726;20221212;-2;-7.6;-4.8;2.7;2.2;6;.71;4904
+76098;45.13817;6.40015;1726;20221213;3.3;-5.2;-.9;8.2;6.1;2.7;0;5965
+76098;45.13817;6.40015;1726;20221214;3.4;2.3;2.9;2.6;6.6;2.3;.46;2290
+76098;45.13817;6.40015;1726;20221215;4.4;1.9;3.2;2.5;5.6;18.6;.67;3324
+76098;45.13817;6.40015;1726;20221216;-1.3;-1.6;-1.4;3.5;5.2;.3;.31;1303
+76098;45.13817;6.40015;1726;20221217;3.2;-6.5;-1.6;3.7;2.2;0;1.19;6292
+76098;45.13817;6.40015;1726;20221218;8.2;2;5.1;2.9;1.4;0;1.82;5070
+76098;45.13817;6.40015;1726;20221219;6.7;3.8;5.3;2.6;3.5;0;1.38;3538
+76098;45.13817;6.40015;1726;20221220;9.2;2.6;5.9;4;4.3;1.3;1.61;5215
+76098;45.13817;6.40015;1726;20221221;5.7;3.3;4.5;3.1;6.4;3.4;.73;3238
+76098;45.13817;6.40015;1726;20221222;4;2.1;3.1;2.1;6.4;23.1;.47;2908
+76098;45.13817;6.40015;1726;20221223;6.3;2.4;4.4;2.7;8.6;16.1;.14;4067
+76098;45.13817;6.40015;1726;20221224;9.4;4.6;7;2.3;7.3;.1;.7;4492
+76098;45.13817;6.40015;1726;20221225;13.2;7.1;10.2;6.4;4.1;0;3.14;5042
+76098;45.13817;6.40015;1726;20221226;8.2;5;6.6;4.2;5.5;2.5;1.47;3724
+76098;45.13817;6.40015;1726;20221227;4.5;-.1;2.2;2.1;4.7;0;.65;4429
+76098;45.13817;6.40015;1726;20221228;4.8;.8;2.8;3.9;2.6;0;1.68;4158
+76098;45.13817;6.40015;1726;20221229;7.3;3.2;5.3;5.8;4.6;2.4;1.8;4221
+76098;45.13817;6.40015;1726;20221230;5.9;1.7;3.8;5.5;6.8;8.5;.63;4285
+76098;45.13817;6.40015;1726;20221231;12.1;6.2;9.2;7.7;7.6;.1;1.85;5057
+76099;45.14856;6.71723;1744;20220101;12.9;7.1;10;1.4;2.98;0;.93;6927
+76099;45.14856;6.71723;1744;20220102;10.6;6.1;8.3;2.2;3.9;0;1.28;5692
+76099;45.14856;6.71723;1744;20220103;6.2;3.1;4.7;2;4.06;0;.86;5415
+76099;45.14856;6.71723;1744;20220104;8.4;3.8;6.1;3.4;5.46;2.2;1.13;5247
+76099;45.14856;6.71723;1744;20220105;-1.4;-2.2;-1.8;3.4;4.1;1;.57;4300
+76099;45.14856;6.71723;1744;20220106;-4.5;-9.7;-7.1;2.7;2.01;0;.56;7224
+76099;45.14856;6.71723;1744;20220107;-1.5;-10.1;-5.8;1.8;2.09;3.7;.51;6579
+76099;45.14856;6.71723;1744;20220108;-.7;-6.4;-3.6;3.2;3.46;9.4;.5;5451
+76099;45.14856;6.71723;1744;20220109;-4.3;-5.5;-4.9;3.4;3.49;10.8;.4;4710
+76099;45.14856;6.71723;1744;20220110;-3.8;-6.7;-5.3;2;2.44;0;.45;6600
+76099;45.14856;6.71723;1744;20220111;-.7;-8.9;-4.8;1.9;1.76;0;.54;7843
+76099;45.14856;6.71723;1744;20220112;2;-7.5;-2.7;1.6;1.44;0;.76;7902
+76099;45.14856;6.71723;1744;20220113;6.7;-1.5;2.6;1.9;1.79;0;1.01;8118
+76099;45.14856;6.71723;1744;20220114;7.2;1.3;4.2;2;2.49;0;1.06;7905
+76099;45.14856;6.71723;1744;20220115;8.9;2;5.4;1.9;2.69;0;1.06;8169
+76099;45.14856;6.71723;1744;20220116;4.3;.8;2.5;2.3;2.34;0;1.17;7398
+76099;45.14856;6.71723;1744;20220117;3.2;-2.9;.1;2.6;1.96;0;1.04;7877
+76099;45.14856;6.71723;1744;20220118;7;-1.2;2.9;1.9;2.46;0;.97;8578
+76099;45.14856;6.71723;1744;20220119;3.7;.5;2.1;2.3;3.04;.1;.98;6675
+76099;45.14856;6.71723;1744;20220120;-.3;-6.7;-3.5;2.4;3.21;0;.5;8189
+76099;45.14856;6.71723;1744;20220121;-4.2;-8.1;-6.1;1.9;2.79;0;.41;7183
+76099;45.14856;6.71723;1744;20220122;.9;-8.5;-3.8;2.1;2.89;0;.56;8645
+76099;45.14856;6.71723;1744;20220123;6.5;-2.8;1.8;1.5;2.76;0;.81;9266
+76099;45.14856;6.71723;1744;20220124;6.5;-.7;2.9;1.7;2.69;0;.96;8766
+76099;45.14856;6.71723;1744;20220125;6.2;-1.1;2.5;1.8;2.81;0;.97;9166
+76099;45.14856;6.71723;1744;20220126;6.3;.4;3.4;2.4;2.34;0;1.22;9101
+76099;45.14856;6.71723;1744;20220127;6.6;.2;3.4;2.2;1.91;0;1.33;8516
+76099;45.14856;6.71723;1744;20220128;5.8;.2;3;2.3;2.11;0;1.3;9294
+76099;45.14856;6.71723;1744;20220129;5.9;-1.3;2.3;2.5;2.54;0;1.28;9032
+76099;45.14856;6.71723;1744;20220130;7.7;.5;4.1;2.5;2.86;0;1.25;9140
+76099;45.14856;6.71723;1744;20220131;1;-.8;.1;3.7;2.69;1.6;1.35;5830
+76099;45.14856;6.71723;1744;20220201;-.5;-8;-4.2;3.1;3.11;3;.73;8519
+76099;45.14856;6.71723;1744;20220202;4.4;-1.3;1.6;3.1;4.54;0;1.05;7656
+76099;45.14856;6.71723;1744;20220203;11.1;.1;5.6;2.4;3.04;0;1.61;9617
+76099;45.14856;6.71723;1744;20220204;6.3;0;3.2;1.9;3.91;0;1.03;10191
+76099;45.14856;6.71723;1744;20220205;3.1;-1.8;.7;2.3;4.26;0;.79;9754
+76099;45.14856;6.71723;1744;20220206;3.7;-4.9;-.6;2.1;3.29;12.6;.94;9668
+76099;45.14856;6.71723;1744;20220207;1.8;-1.5;.2;2.8;3.89;.8;1.03;9372
+76099;45.14856;6.71723;1744;20220208;7.1;-4.6;1.3;2.2;3.09;0;1.21;11496
+76099;45.14856;6.71723;1744;20220209;11.9;1.7;6.8;2.2;2.31;0;1.93;11825
+76099;45.14856;6.71723;1744;20220210;6.2;2.6;4.4;1.3;2.86;0;1.1;10833
+76099;45.14856;6.71723;1744;20220211;1.7;-3;-.6;1.4;3.36;.4;.89;7245
+76099;45.14856;6.71723;1744;20220212;1.7;-8.4;-3.3;1.8;2.06;0;1.03;10795
+76099;45.14856;6.71723;1744;20220213;2.4;-7.6;-2.6;1.5;2.2;.2;1.01;11279
+76099;45.14856;6.71723;1744;20220214;.8;-6.3;-2.8;1.7;3.3;6.2;.77;7051
+76099;45.14856;6.71723;1744;20220215;.5;-5.8;-2.7;1.6;3.33;1.2;.82;8551
+76099;45.14856;6.71723;1744;20220216;3.2;-6.4;-1.6;1.8;4.79;5;.6;8651
+76099;45.14856;6.71723;1744;20220217;6.4;2.1;4.3;2.4;5.81;1.3;1.15;9411
+76099;45.14856;6.71723;1744;20220218;12.7;1.7;7.2;2.7;4.38;1.1;1.98;12326
+76099;45.14856;6.71723;1744;20220219;1;-1.2;-.1;2.4;4.78;0;.9;7490
+76099;45.14856;6.71723;1744;20220220;5.3;-5.1;.1;2.1;3.79;.8;1.18;12800
+76099;45.14856;6.71723;1744;20220221;.2;-1.3;-.5;4.7;3.96;10.4;1.11;6522
+76099;45.14856;6.71723;1744;20220222;2.8;-4.7;-.9;2.9;3.56;0;1.18;13358
+76099;45.14856;6.71723;1744;20220223;5.6;-2.5;1.5;2.4;3.34;0;1.48;13975
+76099;45.14856;6.71723;1744;20220224;4.8;.7;2.7;2.7;3.46;0;1.52;9837
+76099;45.14856;6.71723;1744;20220225;.4;-3.3;-1.5;2.8;3.29;0;1.21;12443
+76099;45.14856;6.71723;1744;20220226;1.6;-7.9;-3.2;1.9;1.84;0;1.33;15002
+76099;45.14856;6.71723;1744;20220227;.8;-6.6;-2.9;1.9;2.34;0;1.17;12802
+76099;45.14856;6.71723;1744;20220228;2.9;-7.1;-2.1;2.1;2.14;0;1.43;14874
+76099;45.14856;6.71723;1744;20220301;4.1;-3.3;.4;2;2.91;0;1.46;14785
+76099;45.14856;6.71723;1744;20220302;5.6;-2.9;1.3;1.6;3.14;0;1.37;13437
+76099;45.14856;6.71723;1744;20220303;5.6;-1.5;2.1;2.2;4.04;0;1.44;13725
+76099;45.14856;6.71723;1744;20220304;3.3;-2.9;.2;2.8;3.64;0;1.42;13790
+76099;45.14856;6.71723;1744;20220305;.5;-6;-2.7;2.2;2.79;0;1.21;12735
+76099;45.14856;6.71723;1744;20220306;-1.1;-9.4;-5.3;1.8;2.66;0;1.02;13889
+76099;45.14856;6.71723;1744;20220307;1.6;-8.6;-3.5;1.6;2.59;0;1.28;16439
+76099;45.14856;6.71723;1744;20220308;3.3;-5.3;-1;1.7;2.86;0;1.44;15830
+76099;45.14856;6.71723;1744;20220309;5.1;-5;0;1.7;3.29;0;1.53;16729
+76099;45.14856;6.71723;1744;20220310;7.1;-2.2;2.4;1.7;3.14;0;1.78;16522
+76099;45.14856;6.71723;1744;20220311;4.9;-1.3;1.8;3.1;3.66;0;1.66;12602
+76099;45.14856;6.71723;1744;20220312;3.1;-1.5;.8;2.9;3.59;0;1.48;11523
+76099;45.14856;6.71723;1744;20220313;2.3;-1.1;.6;2.6;4.36;2.6;1.09;8237
+76099;45.14856;6.71723;1744;20220314;5.5;-3;1.2;2.6;4.84;.5;1.36;13485
+76099;45.14856;6.71723;1744;20220315;9.2;1.3;5.3;3;5.66;0;1.71;10587
+76099;45.14856;6.71723;1744;20220316;11.2;6.1;8.6;2;5.01;.1;2.16;12463
+76099;45.14856;6.71723;1744;20220317;7.5;4.2;5.8;1.5;5.99;0;1.38;8830
+76099;45.14856;6.71723;1744;20220318;8.8;1.6;5.2;2.4;5.4;0;2.01;13460
+76099;45.14856;6.71723;1744;20220319;8.5;-.4;4.1;2.8;3.4;0;2.43;15673
+76099;45.14856;6.71723;1744;20220320;5;-3.5;.8;2.6;3.2;0;2.06;16330
+76099;45.14856;6.71723;1744;20220321;6.5;-3.7;1.4;2.2;3.03;0;2.06;15979
+76099;45.14856;6.71723;1744;20220322;8.2;-4.2;2;2;2.16;0;2.35;18634
+76099;45.14856;6.71723;1744;20220323;10.4;-3.4;3.5;1.9;2.2;0;2.57;19404
+76099;45.14856;6.71723;1744;20220324;11.8;-2;4.9;1.7;2.4;0;2.63;19925
+76099;45.14856;6.71723;1744;20220325;11.8;-1.3;5.2;2.1;2.63;0;2.88;20157
+76099;45.14856;6.71723;1744;20220326;10.8;-1.7;4.5;2.3;2.56;0;2.81;19639
+76099;45.14856;6.71723;1744;20220327;11.3;-1.3;5;1.7;2.5;0;2.62;18694
+76099;45.14856;6.71723;1744;20220328;12.7;-1.4;5.7;1.8;2.63;0;2.88;20785
+76099;45.14856;6.71723;1744;20220329;11.8;.1;6;2.3;3.86;1;2.73;17261
+76099;45.14856;6.71723;1744;20220330;3.7;0;1.9;1.5;6.03;1.9;1.16;8406
+76099;45.14856;6.71723;1744;20220331;4.6;0;2.3;1.7;5.83;2.5;1.37;9947
+76099;45.14856;6.71723;1744;20220401;-.4;-3.9;-2.2;2.6;3.8;6.8;1.21;8621
+76099;45.14856;6.71723;1744;20220402;-2;-8.3;-5.2;2.6;2.88;.6;1.5;12862
+76099;45.14856;6.71723;1744;20220403;-.2;-8.9;-4.5;2;2.96;.2;1.77;21218
+76099;45.14856;6.71723;1744;20220404;4;-8.3;-2.2;1.4;3.1;0;2.03;21998
+76099;45.14856;6.71723;1744;20220405;9.8;-4.5;2.6;1.6;3.9;0;2.58;21826
+76099;45.14856;6.71723;1744;20220406;10.6;-1.6;4.5;1.9;4.96;1.9;2.52;19312
+76099;45.14856;6.71723;1744;20220407;5.5;-.6;2.4;1.6;6.16;30.6;1.34;9098
+76099;45.14856;6.71723;1744;20220408;6.8;-.2;3.3;1.7;7.03;13.9;1.49;12139
+76099;45.14856;6.71723;1744;20220409;.4;-1.1;-.4;2.8;3.86;1.9;1.56;10337
+76099;45.14856;6.71723;1744;20220410;7.1;-6.8;.1;1.8;2.83;0;2.59;23530
+76099;45.14856;6.71723;1744;20220411;12.8;-2.4;5.2;1.9;3.86;0;3.1;22845
+76099;45.14856;6.71723;1744;20220412;15.6;.7;8.1;2.2;5.03;0;3.35;21675
+76099;45.14856;6.71723;1744;20220413;15.4;5.8;10.6;2.5;5.5;0;3.58;19895
+76099;45.14856;6.71723;1744;20220414;16.6;2.4;9.5;2.4;5.43;0;3.77;23411
+76099;45.14856;6.71723;1744;20220415;17;3.4;10.2;1.7;6.1;0;3.59;23561
+76099;45.14856;6.71723;1744;20220416;16;3.6;9.8;2.1;5;0;3.84;24125
+76099;45.14856;6.71723;1744;20220417;14.1;1.5;7.8;2.2;4.2;0;3.63;23291
+76099;45.14856;6.71723;1744;20220418;13.5;0;6.7;2;4.6;0;3.44;24447
+76099;45.14856;6.71723;1744;20220419;13.2;-.2;6.5;2.1;4.26;0;3.45;24181
+76099;45.14856;6.71723;1744;20220420;12.3;.3;6.3;2.8;5.23;.1;3.18;21777
+76099;45.14856;6.71723;1744;20220421;11.2;1.9;6.5;2.6;5.7;.1;2.92;20145
+76099;45.14856;6.71723;1744;20220422;12.4;1.8;7.1;2.3;5.66;.4;3.01;18926
+76099;45.14856;6.71723;1744;20220423;8.5;3.6;6;1.9;6.53;14.9;1.79;9604
+76099;45.14856;6.71723;1744;20220424;6.1;-1.8;2.1;1.8;6.1;1.5;2.02;17778
+76099;45.14856;6.71723;1744;20220425;8.3;.7;4.5;1.5;6.76;0;2.04;14883
+76099;45.14856;6.71723;1744;20220426;9.8;.2;5;1.9;5.6;.1;2.63;18526
+76099;45.14856;6.71723;1744;20220427;13.6;-1.3;6.1;2.3;4.43;0;3.8;26820
+76099;45.14856;6.71723;1744;20220428;14.8;1.3;8.1;2.2;4.46;0;3.95;25819
+76099;45.14856;6.71723;1744;20220429;15.9;2;8.9;2.6;5.4;.2;4.17;25920
+76099;45.14856;6.71723;1744;20220430;9.3;3.9;6.6;1.5;6.4;0;2.2;12298
+76099;45.14856;6.71723;1744;20220501;11.8;-.8;5.5;1.6;5.03;0;3.5;28104
+76099;45.14856;6.71723;1744;20220502;13.7;.3;7;2.1;5.73;1.9;3.57;24925
+76099;45.14856;6.71723;1744;20220503;8.4;2.3;5.4;1.3;7.4;1.2;2.02;14101
+76099;45.14856;6.71723;1744;20220504;11.7;2.8;7.2;1.8;7.56;7.1;2.78;19568
+76099;45.14856;6.71723;1744;20220505;5.3;3.5;4.4;1.7;7.63;9;1.27;7519
+76099;45.14856;6.71723;1744;20220506;7.9;2.1;5;2.2;6.99;0;1.36;7217
+76099;45.14856;6.71723;1744;20220507;9.4;3.9;6.7;1.8;7.74;3.9;1.42;6831
+76099;45.14856;6.71723;1744;20220508;10.4;4.2;7.3;1.5;7.91;1.7;1.72;10104
+76099;45.14856;6.71723;1744;20220509;12;4.9;8.4;1.6;7.74;.2;1.93;10172
+76099;45.14856;6.71723;1744;20220510;14.8;6.4;10.6;1.9;7.94;0;2.48;12576
+76099;45.14856;6.71723;1744;20220511;18;8.1;13.1;2;8.06;0;2.98;13540
+76099;45.14856;6.71723;1744;20220512;18.4;8.7;13.5;2.1;7.91;0;3.1;13694
+76099;45.14856;6.71723;1744;20220513;16.1;8.6;12.3;1.8;9.74;0;2.31;10791
+76099;45.14856;6.71723;1744;20220514;17.4;8.5;13;2;9.59;0;2.74;13349
+76099;45.14856;6.71723;1744;20220515;17.9;9.7;13.8;1.9;9.31;2.5;2.66;11952
+76099;45.14856;6.71723;1744;20220516;17.6;9.2;13.4;2.2;8.89;0;2.63;10325
+76099;45.14856;6.71723;1744;20220517;19;10.1;14.5;1.9;9.01;.1;3.02;13068
+76099;45.14856;6.71723;1744;20220518;20.1;11.6;15.8;2.5;9.51;9.7;3.33;13372
+76099;45.14856;6.71723;1744;20220519;20;11.9;15.9;2.6;9.84;1.1;3.08;11158
+76099;45.14856;6.71723;1744;20220520;22.3;12.6;17.4;2.6;8.46;0;3.75;12970
+76099;45.14856;6.71723;1744;20220521;21.4;12.3;16.8;2;8.56;0;3.42;12493
+76099;45.14856;6.71723;1744;20220522;23.7;15.3;19.5;2.1;9.34;1.7;3.58;11116
+76099;45.14856;6.71723;1744;20220523;19.9;13.5;16.7;2.8;9.09;0;3.36;11096
+76099;45.14856;6.71723;1744;20220524;13;7.1;10.1;2.2;9.09;3.3;2.22;10729
+76099;45.14856;6.71723;1744;20220525;10.6;5.6;8.1;2;8.81;.3;1.55;8139
+76099;45.14856;6.71723;1744;20220526;14.3;5.4;9.8;2.2;9.29;0;2.29;13149
+76099;45.14856;6.71723;1744;20220527;17.2;8.3;12.7;2.2;9.84;0;2.65;13200
+76099;45.14856;6.71723;1744;20220528;16.4;8.8;12.6;2.7;8.59;0;2.95;13563
+76099;45.14856;6.71723;1744;20220529;12.4;4.5;8.5;2.5;7.44;0;2.48;13915
+76099;45.14856;6.71723;1744;20220530;13.6;3.7;8.6;2.7;6.51;0;2.7;14055
+76099;45.14856;6.71723;1744;20220531;12.1;6.6;9.4;3;7.54;2.3;1.92;7046
+76099;45.14856;6.71723;1744;20220601;17.7;8.4;13;2.7;9.06;0;2.7;10502
+76099;45.14856;6.71723;1744;20220602;19.5;10.3;14.9;2.4;9.81;2.5;2.81;10414
+76099;45.14856;6.71723;1744;20220603;18.5;12.3;15.4;2.1;10.26;4.8;2.58;9318
+76099;45.14856;6.71723;1744;20220604;22.3;12.9;17.6;3.4;10.06;0;3.82;12038
+76099;45.14856;6.71723;1744;20220605;17.7;12.4;15.1;2.8;10.24;.7;2.94;10495
+76099;45.14856;6.71723;1744;20220606;18;8.3;13.2;2.2;8.99;.7;3.02;13130
+76099;45.14856;6.71723;1744;20220607;15.5;8.8;12.2;2.7;8.51;0;2.92;12152
+76099;45.14856;6.71723;1744;20220608;14.9;6.6;10.7;2.1;7.56;3;2.48;10320
+76099;45.14856;6.71723;1744;20220609;10.3;5.4;7.9;3;7.19;0;2.18;9663
+76099;45.14856;6.71723;1744;20220610;16.5;3.8;10.2;2.3;6.59;.1;2.98;14826
+76099;45.14856;6.71723;1744;20220611;20.7;8.4;14.5;2.4;7.76;0;5.33;30389
+76099;45.14856;6.71723;1744;20220612;22.2;12.5;17.4;2.2;7.69;.2;5.3;26796
+76099;45.14856;6.71723;1744;20220613;19.3;12.8;16;2.4;10.19;.1;4.66;25187
+76099;45.14856;6.71723;1744;20220614;22.1;10.7;16.4;2.2;9.51;0;5.24;28751
+76099;45.14856;6.71723;1744;20220615;22.6;14.6;18.6;2.2;9.74;1;4.83;22354
+76099;45.14856;6.71723;1744;20220616;23.5;14.1;18.8;2.5;10.26;0;5.72;29002
+76099;45.14856;6.71723;1744;20220617;24.3;14;19.2;2.4;9.61;0;5.7;28025
+76099;45.14856;6.71723;1744;20220618;25.3;15.7;20.5;2.4;11.26;1.7;5.39;24716
+76099;45.14856;6.71723;1744;20220619;24.5;15.2;19.9;3.2;10.64;0;5.84;26574
+76099;45.14856;6.71723;1744;20220620;23.7;14.5;19.1;2.9;9.29;0;5.73;26500
+76099;45.14856;6.71723;1744;20220621;24.2;16.4;20.3;4.2;9.01;4.1;5.48;18159
+76099;45.14856;6.71723;1744;20220622;18.7;12;15.4;2.5;11.29;4.3;3.15;14824
+76099;45.14856;6.71723;1744;20220623;19.5;11.2;15.3;2;11.11;.8;3.78;20297
+76099;45.14856;6.71723;1744;20220624;14.2;10.2;12.2;2.3;10.06;6.9;2.75;14946
+76099;45.14856;6.71723;1744;20220625;19.3;8.1;13.7;2.1;8.76;0;4.68;27757
+76099;45.14856;6.71723;1744;20220626;22.3;11;16.7;2.7;10.16;0;5.1;26643
+76099;45.14856;6.71723;1744;20220627;18.1;13.2;15.6;2.3;11.79;1.1;4;20285
+76099;45.14856;6.71723;1744;20220628;16.8;11;13.9;1.8;12.04;14.3;2.59;12645
+76099;45.14856;6.71723;1744;20220629;19.4;9.6;14.5;1.5;11.36;.1;4.5;27615
+76099;45.14856;6.71723;1744;20220630;20.5;12.1;16.3;2;11.56;5;4.04;21032
+76099;45.14856;6.71723;1744;20220701;14.7;8;11.4;2.1;10.29;.1;3.87;25986
+76099;45.14856;6.71723;1744;20220702;22.7;8.7;15.7;1.9;8.16;0;5.5;31051
+76099;45.14856;6.71723;1744;20220703;24.9;15.1;20;2.3;9.19;.7;5.73;27622
+76099;45.14856;6.71723;1744;20220704;22.3;14.7;18.5;2.3;10.96;.2;4.64;22258
+76099;45.14856;6.71723;1744;20220705;19.3;11.4;15.4;2.4;10.96;0;4.81;27450
+76099;45.14856;6.71723;1744;20220706;19.1;10.4;14.8;2.4;10.06;0;4.69;27347
+76099;45.14856;6.71723;1744;20220707;19.4;9.7;14.5;2.6;10.41;0;4.7;27821
+76099;45.14856;6.71723;1744;20220708;19.6;8.8;14.2;2.3;9.61;.1;4.82;28495
+76099;45.14856;6.71723;1744;20220709;20.2;10.8;15.5;2.2;9.79;0;4.59;25450
+76099;45.14856;6.71723;1744;20220710;20.5;11;15.7;2.5;10.04;0;5.05;28353
+76099;45.14856;6.71723;1744;20220711;21.3;11.7;16.5;1.9;10.44;0;4.69;25644
+76099;45.14856;6.71723;1744;20220712;21.5;12.2;16.8;2.3;10.06;0;5.23;28529
+76099;45.14856;6.71723;1744;20220713;22.5;12.5;17.5;1.9;11.09;.1;4.55;23892
+76099;45.14856;6.71723;1744;20220714;24.4;14.7;19.5;2;11.29;0;4.92;24436
+76099;45.14856;6.71723;1744;20220715;23.7;14.8;19.3;2.6;9.91;0;5.62;27490
+76099;45.14856;6.71723;1744;20220716;23.4;13.6;18.5;2.5;10.49;0;5.16;25403
+76099;45.14856;6.71723;1744;20220717;23.7;13.7;18.7;2.2;10.81;.4;4.82;23402
+76099;45.14856;6.71723;1744;20220718;26;15.5;20.8;2;11.26;0;5.13;24521
+76099;45.14856;6.71723;1744;20220719;26.8;16.1;21.5;2;12.39;.4;5.02;22962
+76099;45.14856;6.71723;1744;20220720;25.3;15.8;20.6;1.8;13.34;1;4.81;23643
+76099;45.14856;6.71723;1744;20220721;23.5;12.6;18;1.7;12.71;0;5;28016
+76099;45.14856;6.71723;1744;20220722;26.5;15.2;20.9;2.2;11.01;0;5.34;24741
+76099;45.14856;6.71723;1744;20220723;21.8;15.2;18.5;2.8;12.56;0;4.29;20000
+76099;45.14856;6.71723;1744;20220724;24.8;12.8;18.8;2.2;11.51;0;5.13;26383
+76099;45.14856;6.71723;1744;20220725;25;17.2;21.1;3.1;10.56;0;4.94;17584
+76099;45.14856;6.71723;1744;20220726;19.9;12.1;16;2.4;11.76;.9;4.29;24125
+76099;45.14856;6.71723;1744;20220727;20.4;10.5;15.4;2.3;11.51;0;4.35;24665
+76099;45.14856;6.71723;1744;20220728;22.2;12;17.1;2.1;10.46;0;4.18;20691
+76099;45.14856;6.71723;1744;20220729;17.7;13.1;15.4;1.9;10.59;3.8;2.95;13625
+76099;45.14856;6.71723;1744;20220730;19.8;10.1;15;2.6;9.59;0;4.35;23832
+76099;45.14856;6.71723;1744;20220731;22.6;11.7;17.1;2.4;9.16;0;5.06;26329
+76099;45.14856;6.71723;1744;20220801;23.3;13.1;18.2;2.6;9.86;0;5.11;25600
+76099;45.14856;6.71723;1744;20220802;23.3;13;18.2;2.4;9.96;0;5.06;25691
+76099;45.14856;6.71723;1744;20220803;24.9;14.7;19.8;1.9;10.91;0;4.61;22426
+76099;45.14856;6.71723;1744;20220804;24.4;15.9;20.1;1.7;11.79;1.5;3.92;17309
+76099;45.14856;6.71723;1744;20220805;24.7;15.7;20.2;1.9;11.66;4.1;4;17666
+76099;45.14856;6.71723;1744;20220806;22;12.7;17.4;2.3;11.19;0;4.39;22825
+76099;45.14856;6.71723;1744;20220807;20.4;12.1;16.2;1.9;11.96;.9;3.65;19875
+76099;45.14856;6.71723;1744;20220808;21.3;11.5;16.4;2;10.76;0;4.15;23328
+76099;45.14856;6.71723;1744;20220809;22.8;12.9;17.9;1.9;10.96;1.7;4.49;24165
+76099;45.14856;6.71723;1744;20220810;22.5;13.8;18.2;2.2;10.56;2.9;4.25;20903
+76099;45.14856;6.71723;1744;20220811;22.7;13.3;18;2.3;9.49;0;4.48;22472
+76099;45.14856;6.71723;1744;20220812;22.5;14.3;18.4;2.2;9.46;0;4.58;22830
+76099;45.14856;6.71723;1744;20220813;22.1;13.6;17.9;2.2;8.81;0;4.57;23234
+76099;45.14856;6.71723;1744;20220814;16.9;14.3;15.6;2.2;9.64;6.9;2.47;7850
+76099;45.14856;6.71723;1744;20220815;19.6;10.4;15;2.7;9.44;.1;3.99;21506
+76099;45.14856;6.71723;1744;20220816;21.2;10.5;15.9;2;9.21;0;4.03;21925
+76099;45.14856;6.71723;1744;20220817;19.1;13.1;16.1;3;10.21;12.3;3.15;12345
+76099;45.14856;6.71723;1744;20220818;14.2;8.5;11.3;3;10.41;16.6;2.25;12557
+76099;45.14856;6.71723;1744;20220819;14;8.7;11.4;2.5;10.71;.4;2.06;11745
+76099;45.14856;6.71723;1744;20220820;17.3;10;13.7;2;10.88;0;3.15;18670
+76099;45.14856;6.71723;1744;20220821;17.3;10.2;13.8;2.1;10.84;.1;3.16;19170
+76099;45.14856;6.71723;1744;20220822;17.8;10;13.9;2;10.91;0;3.14;18687
+76099;45.14856;6.71723;1744;20220823;19.7;10.7;15.2;2.2;10.24;0;3.64;20254
+76099;45.14856;6.71723;1744;20220824;21.3;12.6;17;1.9;10.94;0;3.74;20062
+76099;45.14856;6.71723;1744;20220825;21.5;13.6;17.6;1.9;11.91;.3;3.58;18749
+76099;45.14856;6.71723;1744;20220826;16.7;12.4;14.5;2.1;11.68;5.5;2.19;9802
+76099;45.14856;6.71723;1744;20220827;16.6;10.6;13.6;1.9;11.71;.3;2.53;14834
+76099;45.14856;6.71723;1744;20220828;19.6;10.9;15.2;1.3;12.11;.7;3.16;19223
+76099;45.14856;6.71723;1744;20220829;21.5;12.1;16.8;1.8;10.78;0;3.83;21749
+76099;45.14856;6.71723;1744;20220830;19.9;13.9;16.9;2.1;10.51;1.2;3.05;13760
+76099;45.14856;6.71723;1744;20220831;16.2;10;13.1;2;10.81;.8;2.68;16284
+76099;45.14856;6.71723;1744;20220901;18.2;9.6;13.9;1.8;10.14;0;3.03;17963
+76099;45.14856;6.71723;1744;20220902;17.3;10.7;14;1.9;9.56;4.5;2.59;13239
+76099;45.14856;6.71723;1744;20220903;17.5;10.5;14;2.3;9.81;1.6;2.64;13494
+76099;45.14856;6.71723;1744;20220904;18.6;9.5;14;1.6;9.96;0;3.02;18636
+76099;45.14856;6.71723;1744;20220905;20.6;12.1;16.3;2.4;10.19;0;3.47;17739
+76099;45.14856;6.71723;1744;20220906;20.2;13.5;16.8;2.4;10.89;1.2;3.18;15691
+76099;45.14856;6.71723;1744;20220907;19.1;12;15.6;2.2;11.26;10;2.69;13288
+76099;45.14856;6.71723;1744;20220908;15.7;8.5;12.1;2.1;9.59;0;2.8;18614
+76099;45.14856;6.71723;1744;20220909;14.5;7.8;11.2;2.7;7.24;0;3.08;18947
+76099;45.14856;6.71723;1744;20220910;13.8;5.8;9.8;2.1;7.56;0;2.7;18894
+76099;45.14856;6.71723;1744;20220911;16.7;6;11.4;1.9;7.44;0;3.07;20632
+76099;45.14856;6.71723;1744;20220912;21.2;9.8;15.5;1.8;7.01;0;3.57;20501
+76099;45.14856;6.71723;1744;20220913;21.5;13.7;17.6;2.8;7.84;0;3.58;14124
+76099;45.14856;6.71723;1744;20220914;16.8;14.2;15.5;4.1;10.26;11.6;2.58;6905
+76099;45.14856;6.71723;1744;20220915;14.8;9.2;12;2.3;10.19;1.2;2.16;12604
+76099;45.14856;6.71723;1744;20220916;12.5;9.2;10.8;2.6;9.39;1;2.17;13862
+76099;45.14856;6.71723;1744;20220917;9.2;2.2;5.7;2.9;5.46;0;2.33;17520
+76099;45.14856;6.71723;1744;20220918;12.2;1.1;6.6;2.3;5.06;0;2.52;19133
+76099;45.14856;6.71723;1744;20220919;13.1;5.1;9.1;2.3;5.11;0;2.79;18240
+76099;45.14856;6.71723;1744;20220920;12.5;3.5;8;1.9;6.31;0;2.24;16580
+76099;45.14856;6.71723;1744;20220921;12.2;4.3;8.2;1.8;6.89;0;2.01;14691
+76099;45.14856;6.71723;1744;20220922;13.1;4.6;8.8;1.9;7.31;0;2.13;15715
+76099;45.14856;6.71723;1744;20220923;13.2;5.3;9.3;1.9;6.76;5;2.18;14459
+76099;45.14856;6.71723;1744;20220924;9.3;6;7.7;1.9;8.59;10.6;1.07;6054
+76099;45.14856;6.71723;1744;20220925;8.2;4.6;6.4;1.5;7.89;4.7;1.33;9869
+76099;45.14856;6.71723;1744;20220926;8.2;2.5;5.4;1.8;6.46;3.2;1.66;14137
+76099;45.14856;6.71723;1744;20220927;6;1.7;3.9;2.6;6.29;3.9;1.59;14122
+76099;45.14856;6.71723;1744;20220928;8.2;2;5.1;2.7;7.29;14.9;1.28;9012
+76099;45.14856;6.71723;1744;20220929;7;2.9;4.9;2.2;6.84;0;1.36;9999
+76099;45.14856;6.71723;1744;20220930;4.8;1.4;3.1;1.7;6.61;2.5;.94;6791
+76099;45.14856;6.71723;1744;20221001;9.8;1.3;5.5;2.1;7.74;7.6;1.22;8799
+76099;45.14856;6.71723;1744;20221002;14.8;7.8;11.3;2.4;8.84;0;2.23;14451
+76099;45.14856;6.71723;1744;20221003;13.3;6.7;10;2;7.01;0;2.05;13965
+76099;45.14856;6.71723;1744;20221004;16.8;7;11.9;1.8;5.99;0;2.4;15283
+76099;45.14856;6.71723;1744;20221005;16.7;9;12.9;1.9;7.16;.3;2.28;14334
+76099;45.14856;6.71723;1744;20221006;14.1;7.4;10.8;1.8;8.49;0;1.85;13493
+76099;45.14856;6.71723;1744;20221007;15.1;7.3;11.2;1.4;8.39;.1;1.84;13902
+76099;45.14856;6.71723;1744;20221008;10.8;8;9.4;1.3;9.36;3.8;1.03;5212
+76099;45.14856;6.71723;1744;20221009;10.2;6.6;8.4;1.3;9.49;.2;.92;6103
+76099;45.14856;6.71723;1744;20221010;12.6;6.5;9.5;1.5;8.99;0;1.38;10841
+76099;45.14856;6.71723;1744;20221011;13.7;6.2;10;1.5;8.51;0;1.57;12522
+76099;45.14856;6.71723;1744;20221012;11.9;6.9;9.4;1.2;8.94;.3;1.27;10116
+76099;45.14856;6.71723;1744;20221013;11.7;5.8;8.8;1.5;7.84;0;1.32;9090
+76099;45.14856;6.71723;1744;20221014;11;6.6;8.8;1.3;8.46;1.4;1.18;7975
+76099;45.14856;6.71723;1744;20221015;16.5;7.2;11.9;2.2;7.51;.1;2.02;12188
+76099;45.14856;6.71723;1744;20221016;16.1;9.4;12.7;2.8;7.56;0;2.16;11648
+76099;45.14856;6.71723;1744;20221017;17.1;9.9;13.5;2.5;7.66;0;2.18;11488
+76099;45.14856;6.71723;1744;20221018;17.3;9.9;13.6;1.8;8.09;0;1.9;11933
+76099;45.14856;6.71723;1744;20221019;18.6;10.1;14.3;1.8;6.79;0;2.08;12420
+76099;45.14856;6.71723;1744;20221020;16.2;12.4;14.3;3.8;7.39;7.3;2.52;5541
+76099;45.14856;6.71723;1744;20221021;11.5;10;10.7;4.5;9.66;24.2;1.34;1794
+76099;45.14856;6.71723;1744;20221022;14.1;6.6;10.3;2.6;8.74;1.2;1.47;8859
+76099;45.14856;6.71723;1744;20221023;16.7;10.4;13.6;5.2;7.54;1.4;2.72;6088
+76099;45.14856;6.71723;1744;20221024;12.4;10;11.2;3.9;8.66;10.4;1.64;4303
+76099;45.14856;6.71723;1744;20221025;14.4;6.4;10.4;2.6;7.14;0;1.72;10008
+76099;45.14856;6.71723;1744;20221026;17.1;10.3;13.7;2.6;7.14;0;2.11;10405
+76099;45.14856;6.71723;1744;20221027;18;10.9;14.5;2.6;7.14;0;2.15;10584
+76099;45.14856;6.71723;1744;20221028;19.3;12.1;15.7;2.3;6.89;.1;2.23;9480
+76099;45.14856;6.71723;1744;20221029;18.8;12.9;15.9;2.3;6.71;0;2.25;9379
+76099;45.14856;6.71723;1744;20221030;17.7;12.2;14.9;2.7;5.99;0;2.42;8706
+76099;45.14856;6.71723;1744;20221031;16.2;9.8;13;3.1;5.54;5.4;2.37;9834
+76099;45.14856;6.71723;1744;20221101;11.2;6.1;8.6;2.4;7.64;5;1.13;7321
+76099;45.14856;6.71723;1744;20221102;8.7;4.7;6.7;1.6;7.34;0;.89;8173
+76099;45.14856;6.71723;1744;20221103;8.7;3.8;6.2;2.8;6.31;16.1;1.13;4219
+76099;45.14856;6.71723;1744;20221104;2.5;-1.2;.6;3.1;4.89;.4;.85;6297
+76099;45.14856;6.71723;1744;20221105;3.7;-2.6;.6;2.1;4.04;0;.83;8908
+76099;45.14856;6.71723;1744;20221106;10.8;-.3;5.2;1.9;3.51;.1;1.34;9256
+76099;45.14856;6.71723;1744;20221107;13.3;3.1;8.2;1.7;3.94;0;1.33;10114
+76099;45.14856;6.71723;1744;20221108;10.9;6.6;8.7;2.4;4.24;0;1.55;7521
+76099;45.14856;6.71723;1744;20221109;8.2;6;7.1;2.6;6.91;14.2;1;2426
+76099;45.14856;6.71723;1744;20221110;9.6;2.7;6.1;1.6;6.66;0;.8;8749
+76099;45.14856;6.71723;1744;20221111;13;5.2;9.1;1.3;4.21;0;1.1;9056
+76099;45.14856;6.71723;1744;20221112;14.2;7.6;10.9;1.4;3.91;0;1.32;6443
+76099;45.14856;6.71723;1744;20221113;11;7.7;9.3;1.6;4.36;0;1.26;6154
+76099;45.14856;6.71723;1744;20221114;5.3;2.6;3.9;1.9;5.86;.5;.74;3406
+76099;45.14856;6.71723;1744;20221115;6.9;2.7;4.8;2.7;6.89;7.3;.67;3313
+76099;45.14856;6.71723;1744;20221116;7.5;1.7;4.6;2.4;5.76;0;.83;8326
+76099;45.14856;6.71723;1744;20221117;7.8;3.7;5.7;3.5;5.86;8.7;1.16;6051
+76099;45.14856;6.71723;1744;20221118;2.1;-.6;.7;2.3;4.94;.5;.62;6350
+76099;45.14856;6.71723;1744;20221119;1.4;-3.1;-.9;1.9;3.69;0;.54;7260
+76099;45.14856;6.71723;1744;20221120;2.6;-4.3;-.8;2.1;3.51;.7;.61;8351
+76099;45.14856;6.71723;1744;20221121;5.1;-3.5;.8;2.6;3.74;3.8;.89;5528
+76099;45.14856;6.71723;1744;20221122;-1;-3;-2;2.8;4.21;.1;.5;6340
+76099;45.14856;6.71723;1744;20221123;3.6;-4.3;-.4;2.1;3.51;6.9;.77;5577
+76099;45.14856;6.71723;1744;20221124;5.1;-2;1.5;1.9;3.49;0;.74;8108
+76099;45.14856;6.71723;1744;20221125;5;.4;2.7;1.9;3.94;0;.76;6432
+76099;45.14856;6.71723;1744;20221126;4;-2.3;.9;2.2;3.16;0;.8;7331
+76099;45.14856;6.71723;1744;20221127;7.3;.1;3.7;1.8;2.44;0;1.07;6257
+76099;45.14856;6.71723;1744;20221128;2.4;.5;1.5;1.9;3.71;1.1;.82;3028
+76099;45.14856;6.71723;1744;20221129;-.8;-2.6;-1.7;1.5;4.66;1.8;.31;3328
+76099;45.14856;6.71723;1744;20221130;.4;-4.5;-2.1;1.5;3.84;0;.31;6443
+76099;45.14856;6.71723;1744;20221201;1.1;-5.2;-2.1;1.4;3.61;.1;.34;7066
+76099;45.14856;6.71723;1744;20221202;.7;-5.9;-2.6;2.4;3.34;.1;.46;6729
+76099;45.14856;6.71723;1744;20221203;1.4;-3.8;-1.2;3.3;3.66;0;.7;3795
+76099;45.14856;6.71723;1744;20221204;1.1;-.7;.2;2.4;4.81;7.4;.5;2850
+76099;45.14856;6.71723;1744;20221205;1.5;-3.2;-.8;2;3.61;.1;.53;6358
+76099;45.14856;6.71723;1744;20221206;6.3;-2.2;2;1.5;2.21;0;.71;7174
+76099;45.14856;6.71723;1744;20221207;3.7;-2.3;.7;1.7;2.29;0;.7;6942
+76099;45.14856;6.71723;1744;20221208;3.8;-2.5;.7;2.6;2.59;6.9;.94;6052
+76099;45.14856;6.71723;1744;20221209;2.5;-.5;1;3.2;5.66;11.2;.4;2041
+76099;45.14856;6.71723;1744;20221210;-.4;-1;-.7;1.8;4.56;0;.42;3650
+76099;45.14856;6.71723;1744;20221211;-4.7;-9.5;-7.1;1.7;1.74;0;.46;6749
+76099;45.14856;6.71723;1744;20221212;-2;-8.5;-5.3;1.6;1.86;3.7;.46;6501
+76099;45.14856;6.71723;1744;20221213;2.1;-6.5;-2.2;3.4;4.86;.6;.16;4116
+76099;45.14856;6.71723;1744;20221214;4.1;.5;2.3;2;5.71;1;.44;3822
+76099;45.14856;6.71723;1744;20221215;3.6;.8;2.2;1.8;5.06;15.3;.63;1806
+76099;45.14856;6.71723;1744;20221216;.7;-1.1;-.2;1.6;5.41;.2;.26;3950
+76099;45.14856;6.71723;1744;20221217;2.9;-5.3;-1.2;1.8;2.56;0;.57;7298
+76099;45.14856;6.71723;1744;20221218;5.8;-1.5;2.2;1.8;2.19;0;.87;6817
+76099;45.14856;6.71723;1744;20221219;6.6;1.1;3.9;1.4;3.66;0;.71;4909
+76099;45.14856;6.71723;1744;20221220;8.6;1.9;5.2;2.1;4.69;.2;.85;5128
+76099;45.14856;6.71723;1744;20221221;4.8;2.4;3.6;1.9;6.06;1.4;.52;2684
+76099;45.14856;6.71723;1744;20221222;5.1;1.5;3.3;2.4;5.56;12.8;.67;4402
+76099;45.14856;6.71723;1744;20221223;6.7;1.8;4.2;3.1;7.34;15.5;.53;3041
+76099;45.14856;6.71723;1744;20221224;9.3;4.5;6.9;2.8;6.54;0;.97;4823
+76099;45.14856;6.71723;1744;20221225;11.8;6.4;9.1;3.2;4.34;0;1.56;6510
+76099;45.14856;6.71723;1744;20221226;8.4;5.1;6.8;3;4.86;1.1;1.17;5206
+76099;45.14856;6.71723;1744;20221227;4.8;-.1;2.3;2.1;3.91;0;.73;6682
+76099;45.14856;6.71723;1744;20221228;5;-.7;2.1;2.3;2.34;0;.93;6689
+76099;45.14856;6.71723;1744;20221229;6;.8;3.4;2.7;4.41;1;.87;4505
+76099;45.14856;6.71723;1744;20221230;4.9;.8;2.8;2.5;6.11;5;.48;3121
+76099;45.14856;6.71723;1744;20221231;11.2;4.6;7.9;3.8;7.01;.1;1.05;5414
+76100;45.15799;7.03441;1323;20220101;9.5;-3.4;3.1;.7;4.19;0;.29;6901
+76100;45.15799;7.03441;1323;20220102;8.4;-3.3;2.6;.8;4.26;0;.33;6513
+76100;45.15799;7.03441;1323;20220103;7.2;-3.3;2;.9;4.43;0;.33;6121
+76100;45.15799;7.03441;1323;20220104;9.9;-2.8;3.5;1.5;5.33;.9;.46;7042
+76100;45.15799;7.03441;1323;20220105;2.9;-.2;1.4;1.5;4.36;.1;.5;3213
+76100;45.15799;7.03441;1323;20220106;.3;-12.1;-5.9;1.1;2.09;0;.34;6943
+76100;45.15799;7.03441;1323;20220107;1.8;-12.9;-5.5;.9;2.13;0;.29;7587
+76100;45.15799;7.03441;1323;20220108;2.5;-9.2;-3.3;1.2;3.36;4.2;.28;6771
+76100;45.15799;7.03441;1323;20220109;.2;-3.4;-1.6;2.1;3.79;2.4;.46;3630
+76100;45.15799;7.03441;1323;20220110;.3;-9.2;-4.5;.9;2.39;0;.37;5298
+76100;45.15799;7.03441;1323;20220111;3.2;-13.7;-5.3;1.1;1.93;0;.43;8162
+76100;45.15799;7.03441;1323;20220112;4.4;-12.5;-4.1;1;1.79;0;.5;8031
+76100;45.15799;7.03441;1323;20220113;7.7;-9.3;-.8;1;2.36;0;.53;8084
+76100;45.15799;7.03441;1323;20220114;9.4;-6.4;1.5;.7;3.03;0;.45;7757
+76100;45.15799;7.03441;1323;20220115;10;-6.2;1.9;.7;3.13;.1;.43;8006
+76100;45.15799;7.03441;1323;20220116;7.6;-7.4;.1;.6;2.66;0;.4;7905
+76100;45.15799;7.03441;1323;20220117;5.9;-10.5;-2.3;.8;2.26;0;.42;8256
+76100;45.15799;7.03441;1323;20220118;9.2;-7.7;.7;1;2.89;0;.53;8709
+76100;45.15799;7.03441;1323;20220119;6.5;-7.8;-.7;.9;2.93;0;.49;8010
+76100;45.15799;7.03441;1323;20220120;3.2;-7.9;-2.3;1.1;2.96;0;.43;6968
+76100;45.15799;7.03441;1323;20220121;2.1;-11.5;-4.7;1.2;2.29;0;.51;8085
+76100;45.15799;7.03441;1323;20220122;5.2;-11.2;-3;1;2.49;0;.51;8933
+76100;45.15799;7.03441;1323;20220123;8.5;-8.2;.2;.7;2.73;0;.52;8955
+76100;45.15799;7.03441;1323;20220124;8.4;-8.6;-.1;.6;2.79;0;.49;9154
+76100;45.15799;7.03441;1323;20220125;8.8;-7.6;.6;.7;2.79;0;.55;8838
+76100;45.15799;7.03441;1323;20220126;8.2;-9;-.4;.8;2.46;0;.59;9371
+76100;45.15799;7.03441;1323;20220127;8.8;-8.7;.1;.8;2.46;0;.57;9578
+76100;45.15799;7.03441;1323;20220128;9.1;-7.7;.7;1.2;2.63;0;.81;9398
+76100;45.15799;7.03441;1323;20220129;8;-7.4;.3;.9;2.99;0;.65;9413
+76100;45.15799;7.03441;1323;20220130;9.5;-6;1.7;1.1;3.03;0;.79;9532
+76100;45.15799;7.03441;1323;20220131;5.5;-6.3;-.4;3;2.93;0;1.06;8625
+76100;45.15799;7.03441;1323;20220201;6.4;-9;-1.3;1.8;3.23;.9;.83;8686
+76100;45.15799;7.03441;1323;20220202;12.2;-1.6;5.3;3.1;4.03;0;1.62;9572
+76100;45.15799;7.03441;1323;20220203;11.2;-4.2;3.5;1;3.79;0;.8;10307
+76100;45.15799;7.03441;1323;20220204;8.9;-5.6;1.6;1;3.69;0;.76;9890
+76100;45.15799;7.03441;1323;20220205;7.9;-4.6;1.6;1.1;3.63;0;.77;8341
+76100;45.15799;7.03441;1323;20220206;7.3;-8.6;-.7;1.5;2.99;5;.88;10511
+76100;45.15799;7.03441;1323;20220207;10.2;-1.9;4.2;2.8;3.63;.5;1.42;9222
+76100;45.15799;7.03441;1323;20220208;9.5;-7.6;1;1;3.06;0;.87;10831
+76100;45.15799;7.03441;1323;20220209;11.8;-5.1;3.4;.8;3.29;0;.9;11121
+76100;45.15799;7.03441;1323;20220210;-.1;-5.7;-2.9;1.9;7.21;0;.59;6880
+76100;45.15799;7.03441;1323;20220211;4.9;1.8;3.3;2.8;5.98;.1;.95;9427
+76100;45.15799;7.03441;1323;20220212;.6;-1.7;-.6;4;4.34;0;.82;6713
+76100;45.15799;7.03441;1323;20220213;1.7;-2.9;-.6;2.3;4.38;0;.79;11384
+76100;45.15799;7.03441;1323;20220214;-.5;-3.2;-1.8;3.1;4.61;2.2;.52;3973
+76100;45.15799;7.03441;1323;20220215;3.9;-3.8;0;4.3;4.78;0;.94;7663
+76100;45.15799;7.03441;1323;20220216;5.3;-8.5;-1.6;1;4.26;1.6;.71;11383
+76100;45.15799;7.03441;1323;20220217;12.2;-1.1;5.5;2.2;5.49;.4;1.31;10642
+76100;45.15799;7.03441;1323;20220218;15.2;-2.9;6.1;1.4;4.83;0;1.4;12668
+76100;45.15799;7.03441;1323;20220219;7.2;0;3.6;1.6;5.06;0;.94;8142
+76100;45.15799;7.03441;1323;20220220;10.1;-6.8;1.6;1.2;3.86;0;1.1;12797
+76100;45.15799;7.03441;1323;20220221;4.4;-2.8;.8;3.1;4.26;5.2;1.02;9202
+76100;45.15799;7.03441;1323;20220222;8.6;-3.7;2.5;1.5;3.56;0;1.23;11529
+76100;45.15799;7.03441;1323;20220223;11.4;-6.8;2.3;1.3;3.26;0;1.31;13605
+76100;45.15799;7.03441;1323;20220224;9.7;-3.9;2.9;1.7;3.86;0;1.35;12887
+76100;45.15799;7.03441;1323;20220225;7.2;-3.9;1.6;1.5;3.39;.1;1.18;10235
+76100;45.15799;7.03441;1323;20220226;6.4;-9.8;-1.7;1.5;1.79;0;1.26;13929
+76100;45.15799;7.03441;1323;20220227;4.2;-10.7;-3.2;1.8;2.13;0;1.19;13829
+76100;45.15799;7.03441;1323;20220228;8.2;-10.6;-1.2;1.3;2.29;0;1.31;14418
+76100;45.15799;7.03441;1323;20220301;8.5;-6.7;.9;1.9;2.93;0;1.51;14278
+76100;45.15799;7.03441;1323;20220302;8.8;-7.3;.8;.8;3.33;0;1.2;14401
+76100;45.15799;7.03441;1323;20220303;9.3;-3.3;3;1.5;3.93;0;1.42;13396
+76100;45.15799;7.03441;1323;20220304;8.2;-6;1.1;1.7;3.59;2;1.37;14259
+76100;45.15799;7.03441;1323;20220305;5.7;-6.4;-.4;1.3;2.83;0;1.24;13611
+76100;45.15799;7.03441;1323;20220306;4.3;-9.7;-2.7;1.3;2.53;0;1.17;14792
+76100;45.15799;7.03441;1323;20220307;6.6;-10.4;-1.9;1;2.46;0;1.25;15464
+76100;45.15799;7.03441;1323;20220308;8.1;-9.2;-.5;1.1;2.59;0;1.4;15772
+76100;45.15799;7.03441;1323;20220309;10.3;-8.8;.8;1;2.83;0;1.52;16214
+76100;45.15799;7.03441;1323;20220310;11;-7.3;1.8;1.8;3.13;0;1.82;16389
+76100;45.15799;7.03441;1323;20220311;4.8;-1.8;1.5;3.6;3.73;1.7;1.42;9542
+76100;45.15799;7.03441;1323;20220312;4.3;-.7;1.8;3.8;3.69;1;1.48;9444
+76100;45.15799;7.03441;1323;20220313;3.5;.4;2;3.5;4.23;1.9;1.22;7976
+76100;45.15799;7.03441;1323;20220314;9.7;-6.6;1.6;2;4.89;2.1;1.54;16828
+76100;45.15799;7.03441;1323;20220315;13.2;1.1;7.2;1.2;6.26;.1;1.74;15130
+76100;45.15799;7.03441;1323;20220316;15.1;0;7.5;1.1;5.59;.2;1.92;16171
+76100;45.15799;7.03441;1323;20220317;11.9;1.7;6.8;2.2;5.89;0;1.87;13966
+76100;45.15799;7.03441;1323;20220318;5;2.5;3.8;4.7;7.08;.5;.96;9846
+76100;45.15799;7.03441;1323;20220319;5.7;-.1;2.8;5.3;5.51;0;1.72;16827
+76100;45.15799;7.03441;1323;20220320;5.3;-2;1.6;4.3;3.91;0;2.07;16876
+76100;45.15799;7.03441;1323;20220321;6;-.9;2.5;3;3.71;0;2.09;18915
+76100;45.15799;7.03441;1323;20220322;7.2;.1;3.7;3.9;3.51;0;2.44;21563
+76100;45.15799;7.03441;1323;20220323;10.3;1.9;6.1;2.8;2.74;0;2.73;22330
+76100;45.15799;7.03441;1323;20220324;12.6;5.3;8.9;2.9;3.01;0;3.26;21857
+76100;45.15799;7.03441;1323;20220325;10.8;5;7.9;2.4;3.21;0;3.12;21624
+76100;45.15799;7.03441;1323;20220326;12.1;4.9;8.5;2.2;3.18;0;3.13;21766
+76100;45.15799;7.03441;1323;20220327;10.5;5.9;8.2;3.8;3.71;0;3.07;16334
+76100;45.15799;7.03441;1323;20220328;13.5;6.2;9.8;3.1;3.31;0;3.59;21302
+76100;45.15799;7.03441;1323;20220329;9.5;4.2;6.9;2.7;5.48;1.3;2.29;16396
+76100;45.15799;7.03441;1323;20220330;4;1.4;2.7;3.1;6.62;2.2;.66;6166
+76100;45.15799;7.03441;1323;20220331;7.3;1.5;4.4;3.5;7.94;1;1.25;11066
+76100;45.15799;7.03441;1323;20220401;5.8;1.3;3.5;4.3;6.84;11.6;1.54;13716
+76100;45.15799;7.03441;1323;20220402;-.3;-3.2;-1.7;3.6;4.09;.9;1.07;12800
+76100;45.15799;7.03441;1323;20220403;2.7;-2.4;.2;2.8;4.19;.2;1.51;18966
+76100;45.15799;7.03441;1323;20220404;3.4;-1.7;.9;2.2;5.22;0;1.34;17466
+76100;45.15799;7.03441;1323;20220405;9.9;.3;5.1;3;6.24;0;2.29;25050
+76100;45.15799;7.03441;1323;20220406;8.1;3.6;5.8;3;7.06;.2;2.1;21233
+76100;45.15799;7.03441;1323;20220407;11.7;2.5;7.1;2.6;7.12;17.4;1.88;15633
+76100;45.15799;7.03441;1323;20220408;13.2;6.9;10.1;3.4;8.02;4.5;2.11;14133
+76100;45.15799;7.03441;1323;20220409;9.8;6.4;8.1;5.6;3.76;.5;3.43;23833
+76100;45.15799;7.03441;1323;20220410;8.9;-.7;4.1;3.5;3.22;0;2.78;25033
+76100;45.15799;7.03441;1323;20220411;8.9;1.1;5;2.5;4.22;0;2.58;23933
+76100;45.15799;7.03441;1323;20220412;9.8;3;6.4;1.7;5.06;0;2.79;24233
+76100;45.15799;7.03441;1323;20220413;13.8;5.6;9.7;3.2;6.69;0;3.12;23766
+76100;45.15799;7.03441;1323;20220414;15.7;6.4;11;4;7.26;0;3.57;25633
+76100;45.15799;7.03441;1323;20220415;18.3;9.5;13.9;3.1;6.86;0;4.13;25366
+76100;45.15799;7.03441;1323;20220416;17.3;9.5;13.4;3.7;5.82;.5;4.27;24166
+76100;45.15799;7.03441;1323;20220417;11.3;3.3;7.3;3.4;6.76;0;2.69;24100
+76100;45.15799;7.03441;1323;20220418;11.3;2;6.6;2.6;6.26;0;2.71;25200
+76100;45.15799;7.03441;1323;20220419;11.2;4.4;7.8;3.2;6.39;0;2.9;24900
+76100;45.15799;7.03441;1323;20220420;5.8;4.6;5.2;2.1;7.26;.9;1.06;7866
+76100;45.15799;7.03441;1323;20220421;4.7;3.5;4.1;4;6.86;3.8;.9;8200
+76100;45.15799;7.03441;1323;20220422;9.7;2.7;6.2;3.7;7.62;3;1.45;12966
+76100;45.15799;7.03441;1323;20220423;6.5;4.8;5.6;6.1;7.72;27.1;.56;4200
+76100;45.15799;7.03441;1323;20220424;6.7;1.6;4.1;3.3;6.86;1.1;.91;9500
+76100;45.15799;7.03441;1323;20220425;9.1;3.4;6.2;2.1;8.54;.2;1.38;12600
+76100;45.15799;7.03441;1323;20220426;10.2;4.9;7.5;2.2;7.86;.1;1.92;16000
+76100;45.15799;7.03441;1323;20220427;13.2;5.8;9.5;2.5;7.49;0;3.25;26466
+76100;45.15799;7.03441;1323;20220428;15.1;6.5;10.8;3.2;8.82;0;3.12;23933
+76100;45.15799;7.03441;1323;20220429;14.5;6.3;10.4;3.4;8.89;.2;2.79;20866
+76100;45.15799;7.03441;1323;20220430;12.9;6.5;9.7;2.8;7.89;.5;2.19;15433
+76100;45.15799;7.03441;1323;20220501;12.7;6.2;9.4;2.2;7.76;.1;3;23500
+76100;45.15799;7.03441;1323;20220502;13.1;5.5;9.3;2.6;8.89;1.6;2.6;22000
+76100;45.15799;7.03441;1323;20220503;11.8;6.4;9.1;2.2;9.09;3.5;1.96;15733
+76100;45.15799;7.03441;1323;20220504;12.5;6.5;9.5;3.2;9.16;7.9;2.02;16333
+76100;45.15799;7.03441;1323;20220505;7.3;6.4;6.9;3.7;8.39;8.5;1.24;10166
+76100;45.15799;7.03441;1323;20220506;12.6;3.9;8.2;1.3;7.56;5.2;2.54;19129
+76100;45.15799;7.03441;1323;20220507;15.1;4.8;9.9;1.4;8.09;6.7;2.89;20726
+76100;45.15799;7.03441;1323;20220508;15.3;4.9;10.1;1.4;8.46;2.2;2.93;21444
+76100;45.15799;7.03441;1323;20220509;16.4;5.4;10.9;1.4;7.96;.4;3.18;22014
+76100;45.15799;7.03441;1323;20220510;19.5;1.9;10.7;1.3;7.83;0;3.73;26381
+76100;45.15799;7.03441;1323;20220511;21.9;4.2;13.1;1.4;8.39;0;4.07;26520
+76100;45.15799;7.03441;1323;20220512;23.2;3.8;13.5;1.2;8.09;.1;4.22;26966
+76100;45.15799;7.03441;1323;20220513;22.3;4.9;13.6;1.4;8.96;0;4.15;26702
+76100;45.15799;7.03441;1323;20220514;22.6;5.2;13.9;1.6;9.43;.6;4.25;27036
+76100;45.15799;7.03441;1323;20220515;20.6;5.6;13.1;1.1;9.86;4.6;3.92;26153
+76100;45.15799;7.03441;1323;20220516;21.8;4.8;13.3;1.3;9.03;0;4.11;26820
+76100;45.15799;7.03441;1323;20220517;24.4;5.3;14.9;1.1;8.86;.1;4.4;27397
+76100;45.15799;7.03441;1323;20220518;24.4;5.4;14.9;1.6;9.79;7.7;4.49;27742
+76100;45.15799;7.03441;1323;20220519;23.9;9.2;16.5;1.5;10.69;1.1;4.49;26403
+76100;45.15799;7.03441;1323;20220520;25.8;6.6;16.2;1.3;9.69;.2;4.7;27668
+76100;45.15799;7.03441;1323;20220521;26;7.1;16.5;1.4;9.49;0;4.79;27851
+76100;45.15799;7.03441;1323;20220522;27.5;8.2;17.9;1.1;9.93;1.5;4.87;28098
+76100;45.15799;7.03441;1323;20220523;23.9;8.2;16;1.7;9.06;3.1;4.69;27190
+76100;45.15799;7.03441;1323;20220524;19;7;13;1.4;9.36;4.2;3.67;23869
+76100;45.15799;7.03441;1323;20220525;15.1;6.3;10.7;1;9.79;2;2.97;20956
+76100;45.15799;7.03441;1323;20220526;20.1;5;12.5;1.4;10.16;1;3.94;26810
+76100;45.15799;7.03441;1323;20220527;24.1;6.9;15.5;1.4;9.93;0;4.59;27759
+76100;45.15799;7.03441;1323;20220528;23.5;4.9;14.2;1.7;8.99;5.9;4.6;27699
+76100;45.15799;7.03441;1323;20220529;19.7;4.9;12.3;1.9;7.59;.7;4.1;26222
+76100;45.15799;7.03441;1323;20220530;18;1.1;9.6;1.6;6.53;.8;3.93;27771
+76100;45.15799;7.03441;1323;20220531;17.8;4;10.9;1.2;8.36;2.3;3.68;26080
+76100;45.15799;7.03441;1323;20220601;21.9;4.2;13;1.6;8.99;.4;4.34;28413
+76100;45.15799;7.03441;1323;20220602;24.4;7;15.7;1.8;9.86;4.1;4.66;27092
+76100;45.15799;7.03441;1323;20220603;21.1;10.6;15.9;1.4;11.86;6.4;3.92;23707
+76100;45.15799;7.03441;1323;20220604;25.6;9;17.3;1.7;11.29;.1;4.93;28153
+76100;45.15799;7.03441;1323;20220605;23.9;11.2;17.6;1.9;10.23;1.2;4.69;25207
+76100;45.15799;7.03441;1323;20220606;23.7;5.2;14.5;1.8;9.29;2;4.72;28834
+76100;45.15799;7.03441;1323;20220607;21.1;8.2;14.6;1.8;8.66;0;4.27;25306
+76100;45.15799;7.03441;1323;20220608;19.5;2.5;11;1.5;7.63;.4;4.13;28228
+76100;45.15799;7.03441;1323;20220609;17.9;6;12;1.9;7.46;0;3.85;24143
+76100;45.15799;7.03441;1323;20220610;22.9;.7;11.8;1.9;6.93;.1;4.75;30094
+76100;45.15799;7.03441;1323;20220611;25.6;3.8;14.7;1.5;8.23;0;5.04;30019
+76100;45.15799;7.03441;1323;20220612;27.5;5.6;16.5;1.1;8.66;.2;5.12;29873
+76100;45.15799;7.03441;1323;20220613;26.4;7.8;17.1;1.4;9.73;0;5.1;28995
+76100;45.15799;7.03441;1323;20220614;26.5;6.4;16.4;1.6;10.06;.1;5.05;29965
+76100;45.15799;7.03441;1323;20220615;26.4;8.9;17.7;1;10.46;.5;4.93;28799
+76100;45.15799;7.03441;1323;20220616;29.1;8.3;18.7;1.5;9.33;0;5.57;29891
+76100;45.15799;7.03441;1323;20220617;30.4;6.5;18.4;1.3;9.56;0;5.62;30567
+76100;45.15799;7.03441;1323;20220618;28.3;11;19.6;1.4;12.46;0;5.25;28935
+76100;45.15799;7.03441;1323;20220619;26.9;11.2;19.1;2.2;11.96;.1;5.24;28497
+76100;45.15799;7.03441;1323;20220620;28.5;9.9;19.2;1.8;10.43;0;5.6;29492
+76100;45.15799;7.03441;1323;20220621;26.6;11.7;19.2;1.7;10.66;3.4;5.27;28154
+76100;45.15799;7.03441;1323;20220622;21.7;11.8;16.7;1.2;12.93;7.1;4.02;23868
+76100;45.15799;7.03441;1323;20220623;23.1;8.3;15.7;1.3;10.79;2.3;4.54;27451
+76100;45.15799;7.03441;1323;20220624;19.8;7.2;13.5;1.1;10.03;5.9;3.99;25904
+76100;45.15799;7.03441;1323;20220625;22.4;4.8;13.6;1.5;9.3;0;4.65;28876
+76100;45.15799;7.03441;1323;20220626;24.8;8.9;16.9;2.2;11.1;.7;5.08;28943
+76100;45.15799;7.03441;1323;20220627;25.5;12.4;18.9;2.8;12.67;4.6;5;25893
+76100;45.15799;7.03441;1323;20220628;19.9;12;15.9;1.4;13.34;14.4;3.49;20089
+76100;45.15799;7.03441;1323;20220629;25.4;6;15.7;1.3;10.44;.1;4.99;29307
+76100;45.15799;7.03441;1323;20220630;24.4;8.3;16.3;1.2;10.93;7.4;4.71;28485
+76100;45.15799;7.03441;1323;20220701;23.5;9.8;16.7;1.6;10.13;.4;4.48;25670
+76100;45.15799;7.03441;1323;20220702;27.8;5.1;16.5;1.2;8.13;0;5.09;29649
+76100;45.15799;7.03441;1323;20220703;29.3;8.1;18.7;1.4;9.86;.2;5.43;29567
+76100;45.15799;7.03441;1323;20220704;26.9;11.5;19.2;1.3;11.93;5.2;4.94;27263
+76100;45.15799;7.03441;1323;20220705;26.2;9;17.6;1.2;10.93;0;4.93;28351
+76100;45.15799;7.03441;1323;20220706;25.3;8;16.6;1.5;10.69;.4;4.81;28579
+76100;45.15799;7.03441;1323;20220707;25.7;7.4;16.6;1.6;10.09;0;4.93;28506
+76100;45.15799;7.03441;1323;20220708;25.4;9.1;17.3;2.6;9.41;.1;5.86;30906
+76100;45.15799;7.03441;1323;20220709;24.9;9.7;17.3;1.5;10.59;0;5.23;29481
+76100;45.15799;7.03441;1323;20220710;25.9;9.3;17.6;2.3;10.01;0;5.61;30352
+76100;45.15799;7.03441;1323;20220711;26.2;10.1;18.2;1.8;11.46;0;5.42;29776
+76100;45.15799;7.03441;1323;20220712;26.3;9.8;18;1.4;11.41;0;5.09;28452
+76100;45.15799;7.03441;1323;20220713;26.3;11.1;18.7;1.5;12.74;.7;4.96;26470
+76100;45.15799;7.03441;1323;20220714;28.1;13.9;21;1.9;13.61;1;5.35;26429
+76100;45.15799;7.03441;1323;20220715;29.5;11.2;20.3;1.8;11.24;0;5.97;30619
+76100;45.15799;7.03441;1323;20220716;29;9.8;19.4;2;11.21;0;5.88;30349
+76100;45.15799;7.03441;1323;20220717;29.1;11.3;20.2;1.6;13.19;2.2;5.4;28162
+76100;45.15799;7.03441;1323;20220718;29.6;13;21.3;1.5;14.14;.1;5.46;27858
+76100;45.15799;7.03441;1323;20220719;28.6;10.3;19.5;1.6;12.99;.3;5.09;27978
+76100;45.15799;7.03441;1323;20220720;29.2;13.8;21.5;1.7;13.63;1.4;5.32;27206
+76100;45.15799;7.03441;1323;20220721;30.2;10.7;20.4;1.6;11.59;0;5.35;27803
+76100;45.15799;7.03441;1323;20220722;29.8;10.5;20.2;1.5;11.73;.3;5.22;27847
+76100;45.15799;7.03441;1323;20220723;28.9;11.5;20.2;1.4;11.89;.2;5.07;27162
+76100;45.15799;7.03441;1323;20220724;29.9;10.9;20.4;1.6;12.46;.3;5.17;27339
+76100;45.15799;7.03441;1323;20220725;30.8;10.7;20.8;1.3;11.99;.8;5.21;27555
+76100;45.15799;7.03441;1323;20220726;27.6;9.9;18.7;1.6;12.03;1.7;4.9;27094
+76100;45.15799;7.03441;1323;20220727;26.5;10.5;18.5;2.1;12.09;.5;4.85;26853
+76100;45.15799;7.03441;1323;20220728;26.8;10.3;18.5;1.6;10.86;3.6;4.79;26467
+76100;45.15799;7.03441;1323;20220729;20.9;9.3;15.1;1;10.89;3.8;3.68;23112
+76100;45.15799;7.03441;1323;20220730;25.5;7.6;16.6;1.6;10.33;0;4.52;25859
+76100;45.15799;7.03441;1323;20220731;27.2;7.7;17.5;1.4;9.93;0;4.7;26774
+76100;45.15799;7.03441;1323;20220801;29.6;8.2;18.9;1.3;9.83;0;4.94;27020
+76100;45.15799;7.03441;1323;20220802;27.7;8.4;18;1.8;10.59;0;4.77;26921
+76100;45.15799;7.03441;1323;20220803;27.6;11.1;19.3;1.6;11.93;.4;4.65;25745
+76100;45.15799;7.03441;1323;20220804;26.9;12.2;19.6;1.1;13.33;1.4;4.4;24921
+76100;45.15799;7.03441;1323;20220805;26.7;11.8;19.2;.9;13.86;4.1;4.2;24042
+76100;45.15799;7.03441;1323;20220806;27.8;9.3;18.6;1.3;11.86;1.2;4.56;26020
+76100;45.15799;7.03441;1323;20220807;25.1;11;18.1;1.8;11.69;2.2;4.23;24236
+76100;45.15799;7.03441;1323;20220808;26.3;7.4;16.9;1.2;10.43;0;4.27;25800
+76100;45.15799;7.03441;1323;20220809;27.1;9.5;18.3;1.9;11.19;1.2;4.62;25454
+76100;45.15799;7.03441;1323;20220810;26.2;14;20.1;1.8;12.09;1.9;4.34;23012
+76100;45.15799;7.03441;1323;20220811;26.4;9.7;18.1;1.2;11.16;0;4.27;24857
+76100;45.15799;7.03441;1323;20220812;27.5;8.7;18.1;1.6;9.73;0;4.56;25251
+76100;45.15799;7.03441;1323;20220813;27.8;7.3;17.5;1.4;8.16;0;4.61;25469
+76100;45.15799;7.03441;1323;20220814;21.1;8.4;14.8;1;10.29;3.2;3.46;22365
+76100;45.15799;7.03441;1323;20220815;22.9;6.3;14.6;1.2;9.66;.3;3.75;24100
+76100;45.15799;7.03441;1323;20220816;25.5;5.5;15.5;1.4;9.53;2.2;4.12;24966
+76100;45.15799;7.03441;1323;20220817;22;11;16.5;2.1;11.29;15.3;3.62;20614
+76100;45.15799;7.03441;1323;20220818;18.5;7.4;13;1.3;11.46;12.7;2.94;20447
+76100;45.15799;7.03441;1323;20220819;20.8;7.6;14.2;1.2;10.73;0;3.11;19898
+76100;45.15799;7.03441;1323;20220820;24.1;5.8;15;1.4;10.23;0;3.79;23898
+76100;45.15799;7.03441;1323;20220821;24.9;7.9;16.4;1.5;10.69;0;3.86;23358
+76100;45.15799;7.03441;1323;20220822;23.9;9;16.4;1.3;11.19;.2;3.65;22493
+76100;45.15799;7.03441;1323;20220823;25.1;7.5;16.3;1.4;10.73;0;3.78;23429
+76100;45.15799;7.03441;1323;20220824;25.5;8.5;17;1.4;11.19;0;3.8;22889
+76100;45.15799;7.03441;1323;20220825;26.1;9.9;18;1.2;11.76;.3;3.79;22502
+76100;45.15799;7.03441;1323;20220826;21.7;12.3;17;.9;12.76;4.3;2.9;17494
+76100;45.15799;7.03441;1323;20220827;23.4;7;15.2;1.3;11.16;1.6;3.47;22535
+76100;45.15799;7.03441;1323;20220828;25.1;8.4;16.7;1.1;10.86;1.6;3.59;22182
+76100;45.15799;7.03441;1323;20220829;26;7.1;16.6;1;9.59;0;3.63;22702
+76100;45.15799;7.03441;1323;20220830;23.7;9.8;16.8;1.2;11.19;3.7;3.39;20965
+76100;45.15799;7.03441;1323;20220831;22.5;7.6;15;1.2;11.46;.6;3.22;21408
+76100;45.15799;7.03441;1323;20220901;23.8;7.6;15.7;1.2;10.43;4;3.37;21497
+76100;45.15799;7.03441;1323;20220902;21.4;6.6;14;1;10.13;6.3;3.05;20866
+76100;45.15799;7.03441;1323;20220903;19.7;8.3;14;1.3;11.19;4.2;2.73;18462
+76100;45.15799;7.03441;1323;20220904;21.9;6.2;14;1.1;10.46;.5;2.99;20264
+76100;45.15799;7.03441;1323;20220905;23.8;7.9;15.9;.9;10.19;.8;3.16;20805
+76100;45.15799;7.03441;1323;20220906;23.9;7.5;15.7;1.1;11.19;2.7;3.15;20659
+76100;45.15799;7.03441;1323;20220907;23.7;10.9;17.3;1.3;11.63;5.5;3.15;19277
+76100;45.15799;7.03441;1323;20220908;20.4;9.6;15;1.2;10.46;.4;2.68;17464
+76100;45.15799;7.03441;1323;20220909;19;4.4;11.7;1.4;7.69;.1;2.77;19278
+76100;45.15799;7.03441;1323;20220910;20.2;2.8;11.5;1.1;7.33;0;2.71;19586
+76100;45.15799;7.03441;1323;20220911;23.5;2.4;13;1.1;7.46;0;3.02;20571
+76100;45.15799;7.03441;1323;20220912;25.5;3.7;14.6;1;7.89;0;3.09;20496
+76100;45.15799;7.03441;1323;20220913;25.6;6.3;15.9;1;9.63;0;3.06;19813
+76100;45.15799;7.03441;1323;20220914;18.9;12.5;15.7;1.5;12.43;12.1;2.24;13328
+76100;45.15799;7.03441;1323;20220915;19.8;9.1;14.5;1.1;11.06;1.1;2.3;15068
+76100;45.15799;7.03441;1323;20220916;19.5;6.5;13;1.3;9.59;.1;2.37;16137
+76100;45.15799;7.03441;1323;20220917;15.5;3.6;9.5;1.7;5.73;0;2.34;16136
+76100;45.15799;7.03441;1323;20220918;18.2;-1.8;8.2;1.1;5.13;0;2.42;19017
+76100;45.15799;7.03441;1323;20220919;19.8;.8;10.3;1.2;5.36;0;2.56;18937
+76100;45.15799;7.03441;1323;20220920;19.4;-.2;9.6;1;5.99;0;2.36;18582
+76100;45.15799;7.03441;1323;20220921;16.5;1.5;9;2.1;7.06;.1;2.17;17570
+76100;45.15799;7.03441;1323;20220922;18.3;5.3;11.8;1;7.43;0;2.23;16600
+76100;45.15799;7.03441;1323;20220923;17.9;1.4;9.6;1.1;6.89;3.3;2.19;17605
+76100;45.15799;7.03441;1323;20220924;10.3;6.6;8.4;.8;9.03;7.7;1.21;9139
+76100;45.15799;7.03441;1323;20220925;13.2;4.3;8.8;.8;8.46;4.2;1.53;13084
+76100;45.15799;7.03441;1323;20220926;15;.7;7.9;1.3;6.83;.6;1.87;15547
+76100;45.15799;7.03441;1323;20220927;13.1;2.7;7.9;1.5;6.33;1.1;1.77;13893
+76100;45.15799;7.03441;1323;20220928;12.4;.9;6.6;1.3;7.29;5.3;1.57;14660
+76100;45.15799;7.03441;1323;20220929;12.7;5.2;8.9;1.3;7.89;.8;1.49;11796
+76100;45.15799;7.03441;1323;20220930;9.5;2.6;6.1;1.2;7.46;1.7;1.21;11300
+76100;45.15799;7.03441;1323;20221001;11.7;1.9;6.8;1.2;8.03;3.9;1.35;13059
+76100;45.15799;7.03441;1323;20221002;19.8;7.1;13.5;1.4;9.19;0;2;13686
+76100;45.15799;7.03441;1323;20221003;20.4;1.1;10.8;1;6.79;0;2.06;16237
+76100;45.15799;7.03441;1323;20221004;21.6;1.5;11.6;.8;6.43;0;1.97;16064
+76100;45.15799;7.03441;1323;20221005;21.6;2;11.8;.7;6.99;.3;1.92;15801
+76100;45.15799;7.03441;1323;20221006;20.5;3.4;11.9;1.1;7.79;0;1.99;15257
+76100;45.15799;7.03441;1323;20221007;19.9;2;10.9;.9;7.53;.1;1.85;15239
+76100;45.15799;7.03441;1323;20221008;14.9;3.1;9;.4;8.89;6.6;1.38;13389
+76100;45.15799;7.03441;1323;20221009;13.1;8.2;10.7;1;10.29;13.7;1.16;8832
+76100;45.15799;7.03441;1323;20221010;15.4;8.1;11.8;1.1;9.39;.9;1.39;10208
+76100;45.15799;7.03441;1323;20221011;18;3;10.5;.9;8.29;.2;1.59;14224
+76100;45.15799;7.03441;1323;20221012;15.8;4;9.9;1.2;8.23;.2;1.45;12468
+76100;45.15799;7.03441;1323;20221013;15.8;1.2;8.5;.7;7.43;0;1.38;13621
+76100;45.15799;7.03441;1323;20221014;16;3.9;9.9;.9;8.63;.9;1.31;11966
+76100;45.15799;7.03441;1323;20221015;20.6;4.5;12.5;.7;8.06;.3;1.55;13943
+76100;45.15799;7.03441;1323;20221016;19.6;3;11.3;.7;7.49;.7;1.45;13495
+76100;45.15799;7.03441;1323;20221017;20.5;3.2;11.8;1.1;7.73;.1;1.67;13619
+76100;45.15799;7.03441;1323;20221018;21.4;4.3;12.9;.9;8.09;0;1.61;13229
+76100;45.15799;7.03441;1323;20221019;22.8;2.6;12.7;.8;6.76;0;1.59;13485
+76100;45.15799;7.03441;1323;20221020;19.6;3.6;11.6;1;8.13;7.8;1.45;13065
+76100;45.15799;7.03441;1323;20221021;12.3;10.4;11.4;1.1;11.26;15.8;.78;4630
+76100;45.15799;7.03441;1323;20221022;16.1;9;12.5;1.4;9.53;.6;1.28;9198
+76100;45.15799;7.03441;1323;20221023;20.4;6.9;13.6;1.5;8.76;3;1.63;11858
+76100;45.15799;7.03441;1323;20221024;17.3;10;13.7;1.2;9.66;1.6;1.27;8778
+76100;45.15799;7.03441;1323;20221025;18;3.1;10.6;1.1;7.59;0;1.27;11951
+76100;45.15799;7.03441;1323;20221026;21.1;5.7;13.4;1.3;7.96;0;1.54;11703
+76100;45.15799;7.03441;1323;20221027;21.5;5.8;13.6;.9;7.99;0;1.35;11715
+76100;45.15799;7.03441;1323;20221028;22.6;5.3;13.9;.9;7.53;0;1.36;11819
+76100;45.15799;7.03441;1323;20221029;22.5;3.9;13.2;1.1;6.96;0;1.46;11838
+76100;45.15799;7.03441;1323;20221030;20.6;4.8;12.7;1.6;6.53;0;1.62;10992
+76100;45.15799;7.03441;1323;20221031;19.2;4.2;11.7;1.7;6.26;2.1;1.58;10688
+76100;45.15799;7.03441;1323;20221101;12.3;4.9;8.6;.8;7.49;3.6;.84;7660
+76100;45.15799;7.03441;1323;20221102;13.7;.6;7.1;.6;6.39;0;.8;10267
+76100;45.15799;7.03441;1323;20221103;11.7;-1.3;5.2;1.1;5.99;9.1;.83;10152
+76100;45.15799;7.03441;1323;20221104;6.8;.1;3.5;1.7;5.93;0;.66;7241
+76100;45.15799;7.03441;1323;20221105;8.7;-2.9;2.9;1.1;4.66;0;.74;8977
+76100;45.15799;7.03441;1323;20221106;12.7;-3.4;4.6;.8;4.56;0;.77;10305
+76100;45.15799;7.03441;1323;20221107;14.5;-3.2;5.7;.8;4.43;0;.83;10424
+76100;45.15799;7.03441;1323;20221108;14.6;-1.4;6.6;.9;4.79;0;.84;10117
+76100;45.15799;7.03441;1323;20221109;11.1;1.7;6.4;1.1;6.89;9.4;.71;8088
+76100;45.15799;7.03441;1323;20221110;12.5;.4;6.4;.7;6.36;0;.61;8870
+76100;45.15799;7.03441;1323;20221111;14.9;-1.6;6.6;.9;4.76;0;.78;9717
+76100;45.15799;7.03441;1323;20221112;15.7;.3;8;.9;5.43;0;.82;9563
+76100;45.15799;7.03441;1323;20221113;11.8;3.4;7.6;1.9;5.56;0;.99;7270
+76100;45.15799;7.03441;1323;20221114;8.8;1.9;5.4;.9;6.29;.2;.55;6459
+76100;45.15799;7.03441;1323;20221115;8.7;3.7;6.2;.6;7.43;2;.49;5770
+76100;45.15799;7.03441;1323;20221116;9.3;3.6;6.5;1.4;6.76;.1;.64;5754
+76100;45.15799;7.03441;1323;20221117;11.8;-1.5;5.2;1.5;6.13;1.9;.66;8727
+76100;45.15799;7.03441;1323;20221118;7.1;1.3;4.2;1.2;5.53;.2;.56;5379
+76100;45.15799;7.03441;1323;20221119;6;-6.3;-.1;.9;3.63;0;.44;8165
+76100;45.15799;7.03441;1323;20221120;4;-7.6;-1.8;.9;3.36;.3;.41;7695
+76100;45.15799;7.03441;1323;20221121;6.9;-6.6;.2;1;4.13;1.3;.44;8224
+76100;45.15799;7.03441;1323;20221122;3.7;-.4;1.7;1.9;4.56;0;.6;4344
+76100;45.15799;7.03441;1323;20221123;5.7;-8;-1.1;1.1;3.83;1.1;.41;8121
+76100;45.15799;7.03441;1323;20221124;6.6;-4.2;1.2;.9;4.03;0;.44;6861
+76100;45.15799;7.03441;1323;20221125;7.8;-3.9;1.9;.8;4.06;0;.4;7424
+76100;45.15799;7.03441;1323;20221126;7.5;-4.9;1.3;1.1;3.59;0;.51;6729
+76100;45.15799;7.03441;1323;20221127;7.8;-6.6;.6;.7;3.39;0;.36;7944
+76100;45.15799;7.03441;1323;20221128;5.1;-2.7;1.2;.8;4.09;.3;.38;5885
+76100;45.15799;7.03441;1323;20221129;2.6;-3.3;-.3;.9;4.53;2.1;.32;4987
+76100;45.15799;7.03441;1323;20221130;5.9;-7;-.6;1;3.53;0;.36;7388
+76100;45.15799;7.03441;1323;20221201;5.3;-6.5;-.6;.8;3.29;.1;.34;7072
+76100;45.15799;7.03441;1323;20221202;3.3;-7.5;-2.1;1.4;3.39;2;.36;6652
+76100;45.15799;7.03441;1323;20221203;3.2;-3.4;-.1;2.4;4.23;4;.5;5155
+76100;45.15799;7.03441;1323;20221204;5.1;.5;2.8;1.4;5.19;4.5;.48;4688
+76100;45.15799;7.03441;1323;20221205;2.6;-3.2;-.3;1;4.03;0;.36;4870
+76100;45.15799;7.03441;1323;20221206;4;-9.7;-2.9;.6;2.79;0;.22;7204
+76100;45.15799;7.03441;1323;20221207;3.9;-9.3;-2.7;.6;2.63;0;.24;6951
+76100;45.15799;7.03441;1323;20221208;2.9;-9.8;-3.5;1;3.06;1.2;.28;7037
+76100;45.15799;7.03441;1323;20221209;2.6;-1.2;.7;.9;5.69;5.7;.22;4205
+76100;45.15799;7.03441;1323;20221210;4.5;.7;2.6;1.2;5.23;0;.41;3477
+76100;45.15799;7.03441;1323;20221211;-2;-9;-5.5;1.3;2.36;0;.36;4799
+76100;45.15799;7.03441;1323;20221212;-1.8;-13.9;-7.9;.6;2.33;1.3;.14;6783
+76100;45.15799;7.03441;1323;20221213;.9;-5.3;-2.2;.6;4.53;0;.16;5126
+76100;45.15799;7.03441;1323;20221214;4.2;-2.4;.9;.7;5.63;0;.18;5206
+76100;45.15799;7.03441;1323;20221215;2.9;-3.4;-.3;1.1;5.16;15.8;.21;5215
+76100;45.15799;7.03441;1323;20221216;3.7;-1;1.3;.7;5.59;.2;.24;4231
+76100;45.15799;7.03441;1323;20221217;1.9;-8.8;-3.4;.8;3.19;0;.2;6388
+76100;45.15799;7.03441;1323;20221218;3.5;-11.5;-4;.5;2.39;0;.18;7064
+76100;45.15799;7.03441;1323;20221219;6;-7.3;-.6;.5;3.69;0;.14;6974
+76100;45.15799;7.03441;1323;20221220;5.4;-5.4;0;.7;4.29;0;.22;6334
+76100;45.15799;7.03441;1323;20221221;3.5;-2.7;.4;.8;5.63;.1;.2;4767
+76100;45.15799;7.03441;1323;20221222;6.3;-.1;3.1;1;5.83;8.1;.29;4680
+76100;45.15799;7.03441;1323;20221223;8.3;.9;4.6;1.2;6.66;10.4;.32;4829
+76100;45.15799;7.03441;1323;20221224;8.9;.7;4.8;.8;6.13;0;.29;5397
+76100;45.15799;7.03441;1323;20221225;10.7;-2.4;4.2;.8;4.69;0;.34;6636
+76100;45.15799;7.03441;1323;20221226;10.1;-2.4;3.9;1.3;4.89;.1;.45;6558
+76100;45.15799;7.03441;1323;20221227;5.9;-1.4;2.2;1.1;4.63;0;.44;3817
+76100;45.15799;7.03441;1323;20221228;5.2;-8.2;-1.5;.7;2.93;0;.24;6847
+76100;45.15799;7.03441;1323;20221229;6.3;-6.4;-.1;.9;4.29;0;.22;6963
+76100;45.15799;7.03441;1323;20221230;6.2;0;3.1;1.2;6.26;2.1;.27;5059
+76100;45.15799;7.03441;1323;20221231;10.9;1.3;6.1;1.1;6.93;.1;.35;6080
+77074;44.83263;-1.13547;12;20220101;18.6;5.6;12.1;2;11;0;.73;6824
+77074;44.83263;-1.13547;12;20220102;16;9.2;12.6;2.2;12.1;0;.61;5199
+77074;44.83263;-1.13547;12;20220103;16.9;9;13;2.8;11.7;0;1.07;5607
+77074;44.83263;-1.13547;12;20220104;15.7;10.7;13.2;3.8;10.97;2.6;1.4;3023
+77074;44.83263;-1.13547;12;20220105;9.5;3.6;6.5;1.5;6.97;.3;.48;5882
+77074;44.83263;-1.13547;12;20220106;9.2;-.3;4.4;1.3;6.07;.5;.47;6052
+77074;44.83263;-1.13547;12;20220107;12.6;3.3;8;5.1;8.7;5.6;.95;5911
+77074;44.83263;-1.13547;12;20220108;13.2;10.4;11.8;8.6;11.14;7.8;1.36;3186
+77074;44.83263;-1.13547;12;20220109;12.2;9.8;11;7;11.37;11.1;.97;1847
+77074;44.83263;-1.13547;12;20220110;12.9;10.7;11.8;5.3;12.9;.3;.54;1988
+77074;44.83263;-1.13547;12;20220111;11.7;4.8;8.2;1.6;8.4;0;.56;6598
+77074;44.83263;-1.13547;12;20220112;6.3;.8;3.6;2.6;6.04;0;.55;7071
+77074;44.83263;-1.13547;12;20220113;8.1;-1;3.5;2.7;5.84;0;.69;7506
+77074;44.83263;-1.13547;12;20220114;9.3;-1.3;4;2.5;6.07;0;.72;7948
+77074;44.83263;-1.13547;12;20220115;9.1;-3.9;2.6;1.2;6.1;.1;.39;8506
+77074;44.83263;-1.13547;12;20220116;6.9;-1.4;2.8;2;6.67;.1;.43;6387
+77074;44.83263;-1.13547;12;20220117;8.6;0;4.3;2.2;7.47;.1;.44;4879
+77074;44.83263;-1.13547;12;20220118;6.8;2.9;4.8;1.5;7.87;.1;.38;3172
+77074;44.83263;-1.13547;12;20220119;10;5.2;7.6;2;9.07;2.8;.54;3632
+77074;44.83263;-1.13547;12;20220120;9.8;7.7;8.8;3.6;9.27;.2;.85;2292
+77074;44.83263;-1.13547;12;20220121;6.7;1.9;4.3;3.7;6.1;0;.86;7236
+77074;44.83263;-1.13547;12;20220122;8;.5;4.2;3.7;6.1;0;.89;7990
+77074;44.83263;-1.13547;12;20220123;9.5;0;4.7;2.8;6.27;0;.89;8506
+77074;44.83263;-1.13547;12;20220124;13;-.6;6.2;1.6;6.47;0;.84;9319
+77074;44.83263;-1.13547;12;20220125;13.9;-1.6;6.1;1.4;6.7;0;.78;9767
+77074;44.83263;-1.13547;12;20220126;9.7;-1.3;4.2;2.4;6.57;0;.79;8610
+77074;44.83263;-1.13547;12;20220127;4.4;-1.4;1.5;2.1;5.8;0;.47;5515
+77074;44.83263;-1.13547;12;20220128;7;-1;3;1.4;7.4;0;.35;5529
+77074;44.83263;-1.13547;12;20220129;4;2.5;3.3;1.9;7.64;0;.37;1751
+77074;44.83263;-1.13547;12;20220130;7.7;2.7;5.2;1.9;8.67;.5;.37;3591
+77074;44.83263;-1.13547;12;20220131;11.7;7;9.4;4.6;10.04;1.4;.87;5186
+77074;44.83263;-1.13547;12;20220201;11.5;1.8;6.6;3.7;9.1;.2;.63;7515
+77074;44.83263;-1.13547;12;20220202;10.9;9.6;10.3;2.8;11.1;0;.66;2369
+77074;44.83263;-1.13547;12;20220203;11.1;6.3;8.7;2.8;10.17;.6;.62;3354
+77074;44.83263;-1.13547;12;20220204;12.6;7.8;10.2;3.2;11.4;2.2;.68;4275
+77074;44.83263;-1.13547;12;20220205;11.6;3.3;7.5;1.9;7.84;.1;.84;10219
+77074;44.83263;-1.13547;12;20220206;11.9;1.6;6.7;4.3;9.9;1;.55;7781
+77074;44.83263;-1.13547;12;20220207;13.7;11;12.3;3.6;11.41;.4;1.2;6816
+77074;44.83263;-1.13547;12;20220208;14.5;4.6;9.6;2.3;8.24;0;1.34;10825
+77074;44.83263;-1.13547;12;20220209;15.2;3.2;9.2;1.8;8.84;.1;1.11;11532
+77074;44.83263;-1.13547;12;20220210;12.7;1.9;7.3;1.8;9.67;1.5;1.06;9991
+77074;44.83263;-1.13547;12;20220211;12.5;6.8;9.6;2.9;8.44;0;1.35;9151
+77074;44.83263;-1.13547;12;20220212;13.6;1.3;7.4;2.1;6.71;0;1.34;10585
+77074;44.83263;-1.13547;12;20220213;16.6;2.9;9.7;4.6;8.97;2.6;2;11228
+77074;44.83263;-1.13547;12;20220214;12.4;9.2;10.8;6.9;10.17;5.2;1.34;5781
+77074;44.83263;-1.13547;12;20220215;13.1;5.5;9.3;6;10.21;14.4;1.1;7086
+77074;44.83263;-1.13547;12;20220216;13.5;10.5;12;7.3;13.2;4.1;.72;4373
+77074;44.83263;-1.13547;12;20220217;12.9;12.2;12.6;4.7;13.63;.6;.72;2724
+77074;44.83263;-1.13547;12;20220218;13.5;7;10.3;3.1;10.74;.2;1.09;6961
+77074;44.83263;-1.13547;12;20220219;12.6;4;8.3;2.4;8.57;.3;1.19;10647
+77074;44.83263;-1.13547;12;20220220;14.3;8.7;11.5;5;11.94;1.4;1.1;7477
+77074;44.83263;-1.13547;12;20220221;13.6;10.9;12.3;6.7;10.57;0;1.85;5677
+77074;44.83263;-1.13547;12;20220222;14;9.2;11.6;2.5;9.9;0;1.46;8873
+77074;44.83263;-1.13547;12;20220223;16.6;4.2;10.4;1.8;9.9;0;1.48;12366
+77074;44.83263;-1.13547;12;20220224;14;3.8;8.9;2.5;9.84;.5;1.15;10421
+77074;44.83263;-1.13547;12;20220225;12.8;2.3;7.5;2.1;7.27;.1;1.43;13790
+77074;44.83263;-1.13547;12;20220226;14.2;1.4;7.8;3.4;5.74;0;2.26;14441
+77074;44.83263;-1.13547;12;20220227;15.7;4.1;9.9;2.3;8.74;.2;1.65;13073
+77074;44.83263;-1.13547;12;20220228;19.1;4.8;12;1.3;9.67;0;1.65;14668
+77074;44.83263;-1.13547;12;20220301;19.8;3.9;11.8;2.4;8.67;1.3;2.32;14422
+77074;44.83263;-1.13547;12;20220302;13.6;9.5;11.6;2.2;10.97;2.5;1.19;6707
+77074;44.83263;-1.13547;12;20220303;12.8;6.1;9.5;2.6;10.9;2.1;.96;8248
+77074;44.83263;-1.13547;12;20220304;12.5;8.5;10.5;5.9;9.77;0;1.57;7693
+77074;44.83263;-1.13547;12;20220305;12.9;2.6;7.8;2.3;7.6;.1;1.51;13918
+77074;44.83263;-1.13547;12;20220306;12.5;3.6;8.1;1.8;7.24;.1;1.51;10629
+77074;44.83263;-1.13547;12;20220307;11.3;-.3;5.5;1.7;5.87;0;1.59;16631
+77074;44.83263;-1.13547;12;20220308;12.2;4.6;8.4;2.9;9.24;1.5;1.32;10179
+77074;44.83263;-1.13547;12;20220309;18;3.4;10.7;3;8.9;.2;2.29;15813
+77074;44.83263;-1.13547;12;20220310;14.9;10;12.4;2.8;11.14;2.6;1.69;9263
+77074;44.83263;-1.13547;12;20220311;13.9;9.4;11.6;2.8;11.2;6.6;1.38;7759
+77074;44.83263;-1.13547;12;20220312;15.5;7.6;11.6;3.4;9.94;6.9;2.08;14848
+77074;44.83263;-1.13547;12;20220313;14.1;8;11.1;3.8;9.37;4.5;2;11895
+77074;44.83263;-1.13547;12;20220314;14;5.5;9.8;4.2;9.87;.2;1.54;10325
+77074;44.83263;-1.13547;12;20220315;20.3;11.6;15.9;4.6;12.5;0;2.63;12231
+77074;44.83263;-1.13547;12;20220316;16.2;11.6;13.9;3.6;12.67;0;1.73;8430
+77074;44.83263;-1.13547;12;20220317;12;10.1;11;5.2;10.1;.1;1.5;4239
+77074;44.83263;-1.13547;12;20220318;16;7.5;11.7;3.4;9.17;0;2.23;12511
+77074;44.83263;-1.13547;12;20220319;19.4;6.4;12.9;3.6;9.21;0;3.04;17403
+77074;44.83263;-1.13547;12;20220320;19.4;7.3;13.4;3.6;9.91;0;2.82;15049
+77074;44.83263;-1.13547;12;20220321;21.3;10.5;15.9;4.6;10.51;.1;3.55;14958
+77074;44.83263;-1.13547;12;20220322;19;7.4;13.2;4.4;8.11;0;3.46;16347
+77074;44.83263;-1.13547;12;20220323;18.7;5.2;12;3.3;7.61;0;3.3;20021
+77074;44.83263;-1.13547;12;20220324;17.7;4.8;11.2;2.7;8.07;0;2.87;20097
+77074;44.83263;-1.13547;12;20220325;18.3;6.6;12.4;2.9;7.87;0;2.99;15912
+77074;44.83263;-1.13547;12;20220326;21.4;5.8;13.6;3.7;6.11;0;4.38;20620
+77074;44.83263;-1.13547;12;20220327;21.2;6.4;13.8;2.9;7.97;0;3.63;20153
+77074;44.83263;-1.13547;12;20220328;21.9;7.9;14.9;1.9;8.57;0;3.22;19318
+77074;44.83263;-1.13547;12;20220329;16.1;9;12.6;1.9;11.41;0;1.78;9444
+77074;44.83263;-1.13547;12;20220330;16.3;9.3;12.8;3.7;11.31;2.3;1.74;7417
+77074;44.83263;-1.13547;12;20220331;14.6;8.9;11.7;5.5;9.27;2.2;2.51;12828
+77074;44.83263;-1.13547;12;20220401;10.6;3.5;7;6.3;5.74;1.1;2.56;14288
+77074;44.83263;-1.13547;12;20220402;10.9;3.3;7.1;4.5;5.31;0;2.7;17369
+77074;44.83263;-1.13547;12;20220403;8.9;.1;4.5;3.2;5.48;0;2.23;17204
+77074;44.83263;-1.13547;12;20220404;12.6;3.5;8;2.7;5.61;0;2.43;17981
+77074;44.83263;-1.13547;12;20220405;14.3;-.2;7;2;7.71;.1;1.74;11900
+77074;44.83263;-1.13547;12;20220406;14.5;9.7;12.1;4.2;11.91;1.6;1.56;8955
+77074;44.83263;-1.13547;12;20220407;14.7;11.4;13.1;8.3;12.77;16.6;1.47;6261
+77074;44.83263;-1.13547;12;20220408;16.6;12.3;14.4;7.8;11.34;1;2.82;8110
+77074;44.83263;-1.13547;12;20220409;15.3;6.7;11;3.2;8.31;0;2.95;20532
+77074;44.83263;-1.13547;12;20220410;21;3.8;12.4;4.7;7.21;0;4.38;23251
+77074;44.83263;-1.13547;12;20220411;25.3;11.2;18.2;6.8;11.06;.7;5.51;22016
+77074;44.83263;-1.13547;12;20220412;20.3;11.1;15.7;3.5;12.44;.3;3.12;16721
+77074;44.83263;-1.13547;12;20220413;19.3;10.3;14.8;2.7;13.01;.4;2.36;13277
+77074;44.83263;-1.13547;12;20220414;21.4;11.7;16.6;1.9;13.07;0;3.45;22453
+77074;44.83263;-1.13547;12;20220415;20.7;8.2;14.5;2.8;13.21;.1;3.12;20621
+77074;44.83263;-1.13547;12;20220416;20.1;10.8;15.4;2.8;12.61;0;3.36;21187
+77074;44.83263;-1.13547;12;20220417;19.4;8.7;14;2.6;12.21;0;3.31;21404
+77074;44.83263;-1.13547;12;20220418;16.7;11.8;14.3;4;12.41;0;2.49;13004
+77074;44.83263;-1.13547;12;20220419;13.7;9.2;11.5;4.1;11.37;7.3;1.4;6887
+77074;44.83263;-1.13547;12;20220420;11.9;9.4;10.7;3.9;11.71;8.4;.92;4070
+77074;44.83263;-1.13547;12;20220421;16.6;8.4;12.5;2.5;12.57;0;1.85;11971
+77074;44.83263;-1.13547;12;20220422;21.3;8.2;14.7;2.6;11.51;5.9;3.23;18292
+77074;44.83263;-1.13547;12;20220423;14;11.7;12.9;4.4;12.21;7.6;1.61;7693
+77074;44.83263;-1.13547;12;20220424;16.7;11.4;14;6.3;12.61;.1;2.21;11187
+77074;44.83263;-1.13547;12;20220425;18.9;9.1;14;2.9;11.41;0;3.43;23146
+77074;44.83263;-1.13547;12;20220426;24.5;9.3;16.9;3.3;11.31;.1;4.69;26021
+77074;44.83263;-1.13547;12;20220427;18.8;12.6;15.7;2.5;13.41;4.4;2.33;10021
+77074;44.83263;-1.13547;12;20220428;17.8;13.2;15.5;2.7;14.34;0;2.45;13885
+77074;44.83263;-1.13547;12;20220429;19;9.9;14.4;2.6;13.44;0;3.08;20635
+77074;44.83263;-1.13547;12;20220430;19;12;15.5;2.9;13.81;0;3.05;18452
+77074;44.83263;-1.13547;12;20220501;20.4;9.1;14.8;3;13.47;0;3.19;20898
+77074;44.83263;-1.13547;12;20220502;20.8;12.5;16.7;3.1;12.37;0;3.6;20156
+77074;44.83263;-1.13547;12;20220503;21.9;10.8;16.4;3.1;11.94;.8;3.87;21851
+77074;44.83263;-1.13547;12;20220504;21;13.5;17.2;3.3;11.27;0;4.28;22652
+77074;44.83263;-1.13547;12;20220505;21.1;9.1;15.1;3.3;11.91;.1;3.97;25998
+77074;44.83263;-1.13547;12;20220506;20;10.5;15.3;3;13.04;.1;3.58;25676
+77074;44.83263;-1.13547;12;20220507;21.5;9.3;15.4;2.2;13.27;0;3.05;18705
+77074;44.83263;-1.13547;12;20220508;23.2;8.6;15.9;2.2;12.07;0;3.68;19427
+77074;44.83263;-1.13547;12;20220509;25.7;10.9;18.3;1.5;12.54;0;3.89;19548
+77074;44.83263;-1.13547;12;20220510;25.8;11.7;18.7;2.4;13.9;0;4.76;26109
+77074;44.83263;-1.13547;12;20220511;20.1;14.3;17.2;2.4;15.1;0;2.98;17116
+77074;44.83263;-1.13547;12;20220512;19.8;14.9;17.4;2;14.9;0;2.69;14210
+77074;44.83263;-1.13547;12;20220513;21.7;12.3;17;1.9;14.27;0;3.63;22424
+77074;44.83263;-1.13547;12;20220514;31.8;12.5;22.2;3;15.57;0;5.83;26124
+77074;44.83263;-1.13547;12;20220515;28.7;15.8;22.2;2.6;17.77;4;5.03;24283
+77074;44.83263;-1.13547;12;20220516;27.3;13.2;20.2;1.9;15.77;0;4.94;27577
+77074;44.83263;-1.13547;12;20220517;26.2;16;21.1;2.9;16.14;0;5.43;28181
+77074;44.83263;-1.13547;12;20220518;34.1;14.8;24.4;2.6;16.77;.9;6.34;27686
+77074;44.83263;-1.13547;12;20220519;25.8;17.4;21.6;2.4;18.7;.1;3.81;18582
+77074;44.83263;-1.13547;12;20220520;23.7;16.5;20.1;2.9;17.94;0;3.56;19362
+77074;44.83263;-1.13547;12;20220521;31.8;14.2;23;2.2;17.3;0;5.65;26755
+77074;44.83263;-1.13547;12;20220522;29.2;18.3;23.7;2.9;20.14;2;5.61;25441
+77074;44.83263;-1.13547;12;20220523;20.1;16.4;18.2;6.1;15.9;2.1;3.06;13214
+77074;44.83263;-1.13547;12;20220524;19.3;12.6;16;4;12.14;.7;3.68;19854
+77074;44.83263;-1.13547;12;20220525;21.2;10.4;15.8;2.9;12.17;.1;4.02;26056
+77074;44.83263;-1.13547;12;20220526;20.6;13.4;17;2.8;14;0;3.25;17360
+77074;44.83263;-1.13547;12;20220527;21.8;12;16.9;2.9;14.47;0;3.79;22257
+77074;44.83263;-1.13547;12;20220528;26.2;13.8;20;3.7;13.24;0;5.94;29266
+77074;44.83263;-1.13547;12;20220529;24.5;13.3;18.9;4.1;9.87;0;5.91;27257
+77074;44.83263;-1.13547;12;20220530;22;11.3;16.6;3.8;9.67;0;4.99;25272
+77074;44.83263;-1.13547;12;20220531;22.4;13.3;17.8;2.4;12.37;.6;4.21;23095
+77074;44.83263;-1.13547;12;20220601;29.2;13.6;21.4;3.6;13.44;4.6;6.61;30422
+77074;44.83263;-1.13547;12;20220602;26.9;16;21.4;2.9;17.8;1.7;5.22;26942
+77074;44.83263;-1.13547;12;20220603;24.4;17.8;21.1;2.7;18.77;.9;3.94;20139
+77074;44.83263;-1.13547;12;20220604;24.3;16.8;20.5;2.4;18.34;1.5;3.77;19666
+77074;44.83263;-1.13547;12;20220605;22.6;16.7;19.7;2.9;16.17;0;4.01;21613
+77074;44.83263;-1.13547;12;20220606;23.9;14.3;19.1;1.8;15.5;.4;4.01;21889
+77074;44.83263;-1.13547;12;20220607;22.9;17;19.9;3.1;15.7;8.3;4.27;22028
+77074;44.83263;-1.13547;12;20220608;20.9;15.2;18.1;3.9;16.94;1.2;2.65;13921
+77074;44.83263;-1.13547;12;20220609;22.8;13.6;18.2;2.6;14.47;0;4.31;24525
+77074;44.83263;-1.13547;12;20220610;25.5;10.7;18.1;2.2;15.07;.1;5.03;29977
+77074;44.83263;-1.13547;12;20220611;25.9;14.9;20.4;2.7;17.24;.1;4.76;25751
+77074;44.83263;-1.13547;12;20220612;27.2;16;21.6;2.5;18.67;1;4.82;24377
+77074;44.83263;-1.13547;12;20220613;30.6;17.6;24.1;3.4;17;0;6.29;28736
+77074;44.83263;-1.13547;12;20220614;34.8;17;25.9;2.7;17.1;0;6.95;28553
+77074;44.83263;-1.13547;12;20220615;28.3;19.8;24.1;2.8;19.27;0;5.5;26300
+77074;44.83263;-1.13547;12;20220616;36.7;16.5;26.6;2;16.44;0;6.79;29277
+77074;44.83263;-1.13547;12;20220617;37.9;19.6;28.7;2.4;19.27;0;7.72;29820
+77074;44.83263;-1.13547;12;20220618;41.5;20;30.8;3;18.87;.7;8.62;29393
+77074;44.83263;-1.13547;12;20220619;25.7;19.6;22.7;4.4;19.84;2.2;4.49;21219
+77074;44.83263;-1.13547;12;20220620;26;18.4;22.2;3.9;18;4.4;4.65;19864
+77074;44.83263;-1.13547;12;20220621;25.1;17.4;21.2;3.4;19.7;2.5;4.22;22082
+77074;44.83263;-1.13547;12;20220622;23.9;16.8;20.3;3.5;18.2;1.2;3.99;20902
+77074;44.83263;-1.13547;12;20220623;24.4;14.2;19.3;2.1;16.87;6.6;4.26;24503
+77074;44.83263;-1.13547;12;20220624;23.3;16.5;19.9;4;16.57;7;4.22;21400
+77074;44.83263;-1.13547;12;20220625;18.7;15.2;17;2.5;15.9;7.4;2.11;9611
+77074;44.83263;-1.13547;12;20220626;20.2;13.9;17.1;1.7;14.5;0;2.69;14434
+77074;44.83263;-1.13547;12;20220627;22.2;13.3;17.7;2.8;13.2;0;4.36;24408
+77074;44.83263;-1.13547;12;20220628;23.1;10.1;16.6;2;12.77;0;4.79;29423
+77074;44.83263;-1.13547;12;20220629;23.1;10.2;16.6;2.3;14.1;1.3;4.22;25796
+77074;44.83263;-1.13547;12;20220630;21.1;14.8;17.9;2.3;14.34;3;3.32;16985
+77074;44.83263;-1.13547;12;20220701;23.4;11.7;17.5;2.1;12.94;.1;4.57;27675
+77074;44.83263;-1.13547;12;20220702;28.2;12.3;20.3;3.2;13.5;0;6.19;30290
+77074;44.83263;-1.13547;12;20220703;23.6;15.5;19.5;3.4;16.07;2.2;4.6;25442
+77074;44.83263;-1.13547;12;20220704;24.1;16.5;20.3;2.2;17.64;.2;3.49;17882
+77074;44.83263;-1.13547;12;20220705;27.4;16;21.7;3.2;16.67;0;5.72;29001
+77074;44.83263;-1.13547;12;20220706;27.3;15.3;21.3;3.6;15.17;0;6.09;29708
+77074;44.83263;-1.13547;12;20220707;25.4;13.9;19.7;2.5;16.94;0;5.05;28784
+77074;44.83263;-1.13547;12;20220708;28;14.4;21.2;2.7;16.4;0;5.74;30067
+77074;44.83263;-1.13547;12;20220709;31.6;16.1;23.8;3.2;14.47;0;6.84;30028
+77074;44.83263;-1.13547;12;20220710;34.1;17.3;25.7;3.7;14.64;0;7.74;30020
+77074;44.83263;-1.13547;12;20220711;34.6;18;26.3;3.5;15.54;0;7.53;29744
+77074;44.83263;-1.13547;12;20220712;35.9;17.5;26.7;2.7;15.47;0;7.45;29632
+77074;44.83263;-1.13547;12;20220713;36.1;16.2;26.1;2.3;14.1;0;7.05;29218
+77074;44.83263;-1.13547;12;20220714;34.4;16.8;25.6;2.2;15.9;0;6.2;26569
+77074;44.83263;-1.13547;12;20220715;32.2;18.8;25.5;3.2;15.34;0;6.86;27798
+77074;44.83263;-1.13547;12;20220716;36.8;18.6;27.7;4;13.5;0;8.71;28564
+77074;44.83263;-1.13547;12;20220717;38.2;19.4;28.8;4.3;12.77;0;9.51;28176
+77074;44.83263;-1.13547;12;20220718;40.2;20.7;30.4;3.8;16.2;0;9.52;28585
+77074;44.83263;-1.13547;12;20220719;27.2;21.6;24.4;4.1;20.6;0;4.61;18591
+77074;44.83263;-1.13547;12;20220720;26.6;20;23.3;2.8;19.2;0;4.23;19677
+77074;44.83263;-1.13547;12;20220721;27.9;14.5;21.2;2.5;17.37;0;5.25;27781
+77074;44.83263;-1.13547;12;20220722;25.3;18.4;21.9;3.4;18.54;.1;3.8;17342
+77074;44.83263;-1.13547;12;20220723;26.6;15;20.8;2.1;16.74;0;4.64;25675
+77074;44.83263;-1.13547;12;20220724;35.3;16.1;25.7;2.9;16.47;0;6.88;28270
+77074;44.83263;-1.13547;12;20220725;24.9;20.1;22.5;3.5;19.37;1;3.84;16007
+77074;44.83263;-1.13547;12;20220726;25.4;15.4;20.4;2.3;15.7;0;4.4;23968
+77074;44.83263;-1.13547;12;20220727;25.6;11.6;18.6;2.2;14.74;0;4.7;27896
+77074;44.83263;-1.13547;12;20220728;25.6;15;20.3;2.6;15.74;0;4.77;25613
+77074;44.83263;-1.13547;12;20220729;26.1;18;22;1.9;18.2;.1;4.05;21371
+77074;44.83263;-1.13547;12;20220730;27.1;15;21;2.2;18.3;.1;4.58;26027
+77074;44.83263;-1.13547;12;20220731;26.2;15.6;20.9;3;19;.1;4.46;25804
+77074;44.83263;-1.13547;12;20220801;26.7;16.3;21.5;2.8;19.3;0;4.68;26210
+77074;44.83263;-1.13547;12;20220802;31.9;15;23.5;2.1;18.17;.1;5.7;27707
+77074;44.83263;-1.13547;12;20220803;32.7;17.7;25.2;2.2;19.8;.1;5.64;25600
+77074;44.83263;-1.13547;12;20220804;28.6;19.7;24.1;2.8;21.74;.4;4.82;23460
+77074;44.83263;-1.13547;12;20220805;26.7;19.4;23;3.7;18.14;0;4.88;21799
+77074;44.83263;-1.13547;12;20220806;31.3;18.5;24.9;3.6;14.44;0;6.61;25784
+77074;44.83263;-1.13547;12;20220807;30.4;17.9;24.1;4.1;11.64;0;7.2;27265
+77074;44.83263;-1.13547;12;20220808;33;18.1;25.5;3.9;11.5;0;7.43;26902
+77074;44.83263;-1.13547;12;20220809;34.3;19.1;26.7;3.4;12.47;0;7.55;26674
+77074;44.83263;-1.13547;12;20220810;37.4;19.7;28.5;2.9;12.74;0;6.82;23003
+77074;44.83263;-1.13547;12;20220811;35.6;19.5;27.6;2.1;13.87;0;6.47;25613
+77074;44.83263;-1.13547;12;20220812;30.7;20.9;25.8;2.7;19.74;0;5.25;23294
+77074;44.83263;-1.13547;12;20220813;27.8;21.7;24.7;3.8;21.87;3.4;4.27;17509
+77074;44.83263;-1.13547;12;20220814;25.5;20.1;22.8;4;19.84;.1;3.7;14738
+77074;44.83263;-1.13547;12;20220815;26.2;20.3;23.2;3.5;18.74;.1;4.14;17095
+77074;44.83263;-1.13547;12;20220816;25.8;16.7;21.2;1.8;17.67;.6;3.57;19097
+77074;44.83263;-1.13547;12;20220817;24.9;17.3;21.1;2.7;17.4;1.1;3.44;16360
+77074;44.83263;-1.13547;12;20220818;24.7;15.1;19.9;2.5;16.7;.5;3.54;20629
+77074;44.83263;-1.13547;12;20220819;25.1;17;21;2;18.1;.1;3.47;18867
+77074;44.83263;-1.13547;12;20220820;27.6;17.8;22.7;1.7;18.6;0;3.69;18420
+77074;44.83263;-1.13547;12;20220821;25.9;16.9;21.4;2;18;1;3.62;19363
+77074;44.83263;-1.13547;12;20220822;25.3;19.6;22.4;2.5;21.24;1.3;2.72;12741
+77074;44.83263;-1.13547;12;20220823;27.7;19.5;23.6;1.5;21.5;.1;3.46;17032
+77074;44.83263;-1.13547;12;20220824;36.2;18.4;27.3;1.9;18.84;4.2;5.49;23953
+77074;44.83263;-1.13547;12;20220825;27.3;20.3;23.8;3.3;21.97;2;3.76;17528
+77074;44.83263;-1.13547;12;20220826;26.3;19.8;23.1;2.4;20.3;0;3.6;17415
+77074;44.83263;-1.13547;12;20220827;29.6;17.6;23.6;1.6;17.3;0;4.29;22000
+77074;44.83263;-1.13547;12;20220828;34.1;16.8;25.4;2;14.74;0;5.26;23719
+77074;44.83263;-1.13547;12;20220829;30.7;19.2;24.9;1.7;16.74;.4;4.03;17206
+77074;44.83263;-1.13547;12;20220830;28.5;16.4;22.5;2;19.57;0;4.14;22060
+77074;44.83263;-1.13547;12;20220831;26.3;20;23.1;3.8;21.14;0;3.66;15314
+77074;44.83263;-1.13547;12;20220901;26.5;17.4;21.9;2.9;19.2;4.5;3.76;18872
+77074;44.83263;-1.13547;12;20220902;25.4;18.6;22;2.8;19.5;3.6;3.26;15687
+77074;44.83263;-1.13547;12;20220903;25.6;17.6;21.6;2.5;16.8;.5;3.63;17840
+77074;44.83263;-1.13547;12;20220904;29.6;14.9;22.3;2;15.27;0;4.45;22298
+77074;44.83263;-1.13547;12;20220905;30.1;16.2;23.2;2.7;16.57;0;4.72;21706
+77074;44.83263;-1.13547;12;20220906;28.4;16.3;22.4;2.3;16.17;.1;4.29;21595
+77074;44.83263;-1.13547;12;20220907;23.6;15.8;19.7;2.2;16.37;5.3;2.98;15297
+77074;44.83263;-1.13547;12;20220908;23.6;17.3;20.4;3.4;17.64;2.1;3.06;13271
+77074;44.83263;-1.13547;12;20220909;24.3;18.8;21.5;4.5;15.44;1.2;3.96;14542
+77074;44.83263;-1.13547;12;20220910;26.6;14.4;20.5;2.2;15.7;0;3.77;20608
+77074;44.83263;-1.13547;12;20220911;33.1;15.6;24.4;3.2;14.84;0;5.8;21107
+77074;44.83263;-1.13547;12;20220912;36.5;18.9;27.7;2.8;16.37;2.8;5.75;18844
+77074;44.83263;-1.13547;12;20220913;31.2;20.9;26.1;3.3;20.4;0;4.55;15681
+77074;44.83263;-1.13547;12;20220914;28;18.3;23.1;2.8;18.37;.2;3.88;17199
+77074;44.83263;-1.13547;12;20220915;26.2;15.3;20.7;2.3;18.47;.1;3.12;17858
+77074;44.83263;-1.13547;12;20220916;22.6;17;19.8;3.8;14.7;0;3.54;16264
+77074;44.83263;-1.13547;12;20220917;22.6;10.5;16.6;3.1;9.07;0;3.95;19940
+77074;44.83263;-1.13547;12;20220918;25.2;9.2;17.2;3.3;7.9;0;4.54;19959
+77074;44.83263;-1.13547;12;20220919;25.6;10.7;18.2;3.6;9.3;0;4.55;19794
+77074;44.83263;-1.13547;12;20220920;24.3;9.8;17;3.5;9.4;0;4.13;19629
+77074;44.83263;-1.13547;12;20220921;24.1;10.6;17.3;3;9.77;0;3.83;19141
+77074;44.83263;-1.13547;12;20220922;23.7;9;16.3;1.8;10.17;0;3.07;19164
+77074;44.83263;-1.13547;12;20220923;20.8;9.7;15.3;1.4;13.3;.4;1.91;11977
+77074;44.83263;-1.13547;12;20220924;21.3;12.5;16.9;2.9;13.7;2.4;2.42;13288
+77074;44.83263;-1.13547;12;20220925;20.9;9.1;15;1.7;11.2;.1;2.46;17830
+77074;44.83263;-1.13547;12;20220926;21.1;7.1;14.1;3.3;11.77;4.1;2.68;15686
+77074;44.83263;-1.13547;12;20220927;20.4;15.2;17.8;5.9;13.84;6.4;2.81;8502
+77074;44.83263;-1.13547;12;20220928;20.4;16.8;18.6;7.9;16.2;10.8;2.47;7982
+77074;44.83263;-1.13547;12;20220929;17.1;13.3;15.2;3.5;13.47;5;1.75;8161
+77074;44.83263;-1.13547;12;20220930;19.3;8.3;13.8;2.3;11.9;1;2.16;16470
+77074;44.83263;-1.13547;12;20221001;19.6;15.7;17.6;5.8;17.74;1.9;1.72;7195
+77074;44.83263;-1.13547;12;20221002;21.5;16.5;19;2.3;17.2;.2;2.07;11543
+77074;44.83263;-1.13547;12;20221003;24;11.6;17.8;1.9;14.57;0;2.46;15557
+77074;44.83263;-1.13547;12;20221004;22.8;10;16.4;1.5;13.9;.2;2.14;15759
+77074;44.83263;-1.13547;12;20221005;21.5;11.6;16.5;1.8;16.14;.6;1.9;12809
+77074;44.83263;-1.13547;12;20221006;21.1;15.8;18.5;2.6;16.27;0;1.99;9372
+77074;44.83263;-1.13547;12;20221007;24.8;12.2;18.5;2.1;14.6;1.5;2.53;15347
+77074;44.83263;-1.13547;12;20221008;22.8;15.3;19;2.9;12.6;0;2.91;12305
+77074;44.83263;-1.13547;12;20221009;26;11;18.5;2.1;12.87;.2;2.79;15465
+77074;44.83263;-1.13547;12;20221010;19.9;13.3;16.6;.9;15.87;3.8;1.42;9361
+77074;44.83263;-1.13547;12;20221011;18.8;16.2;17.5;1.5;17.57;5.2;1.03;4719
+77074;44.83263;-1.13547;12;20221012;21.5;14.7;18.1;1.3;15.87;.1;1.64;10849
+77074;44.83263;-1.13547;12;20221013;20.5;11.6;16;3;16.27;3.4;1.35;9130
+77074;44.83263;-1.13547;12;20221014;20.2;18.1;19.2;4.7;18.67;.5;1.57;4921
+77074;44.83263;-1.13547;12;20221015;22.5;16.4;19.5;2.5;16.9;0;1.79;6998
+77074;44.83263;-1.13547;12;20221016;27.6;14.7;21.1;2.5;16.14;3.9;2.99;13451
+77074;44.83263;-1.13547;12;20221017;25.3;17.7;21.5;2.1;18.34;.8;2.08;8623
+77074;44.83263;-1.13547;12;20221018;29.1;15;22.1;2.6;17.3;0;2.9;13641
+77074;44.83263;-1.13547;12;20221019;25.8;17.1;21.4;2.8;17.94;9.5;2.34;8736
+77074;44.83263;-1.13547;12;20221020;24.9;15.3;20.1;3.6;15.57;0;2.71;9703
+77074;44.83263;-1.13547;12;20221021;22;19;20.5;4.6;15.2;.1;2.84;6434
+77074;44.83263;-1.13547;12;20221022;25.8;12.3;19.1;2.6;13.77;0;2.57;12365
+77074;44.83263;-1.13547;12;20221023;24.2;18.4;21.3;5.4;14.44;0;3.69;8874
+77074;44.83263;-1.13547;12;20221024;22.4;16.6;19.5;2.4;15.2;.5;2.02;9404
+77074;44.83263;-1.13547;12;20221025;23.1;11;17;3.1;13.2;.7;2.24;9325
+77074;44.83263;-1.13547;12;20221026;26.6;13;19.8;1.8;14.57;0;2.16;11935
+77074;44.83263;-1.13547;12;20221027;25.4;15.7;20.5;3.2;14.8;0;2.79;6899
+77074;44.83263;-1.13547;12;20221028;25.1;18.3;21.7;2.4;14.4;0;2.6;7661
+77074;44.83263;-1.13547;12;20221029;24;16.8;20.4;2.4;15.44;0;2.11;7296
+77074;44.83263;-1.13547;12;20221030;20.4;13.3;16.9;1.8;15.24;6;1.32;8196
+77074;44.83263;-1.13547;12;20221031;20;13.4;16.7;3.1;15.4;.7;1.41;6001
+77074;44.83263;-1.13547;12;20221101;19.3;13.6;16.4;3.4;12.3;1;2.04;6954
+77074;44.83263;-1.13547;12;20221102;20.1;11.8;15.9;2.3;12.44;0;1.55;9935
+77074;44.83263;-1.13547;12;20221103;19.6;11.3;15.5;5;12.27;15.3;2.12;6961
+77074;44.83263;-1.13547;12;20221104;16.7;11.5;14.1;8.7;11.14;4.3;2.35;6241
+77074;44.83263;-1.13547;12;20221105;17.8;8.5;13.1;1.6;10.2;.1;1.22;9751
+77074;44.83263;-1.13547;12;20221106;18.7;7.2;12.9;3.2;11.47;.3;1.43;8428
+77074;44.83263;-1.13547;12;20221107;20.3;11.7;16;2.1;12.17;.1;1.53;8642
+77074;44.83263;-1.13547;12;20221108;20.5;11.8;16.2;2.6;12.47;2.1;1.79;6194
+77074;44.83263;-1.13547;12;20221109;17.1;12.4;14.8;2.1;13.44;4.9;1.05;4877
+77074;44.83263;-1.13547;12;20221110;18.9;9.5;14.2;2.2;11.77;0;1.17;8797
+77074;44.83263;-1.13547;12;20221111;19.2;8.8;14;3.1;12.04;.2;1.43;8970
+77074;44.83263;-1.13547;12;20221112;21.5;9.7;15.6;2.1;13.14;.2;1.35;9522
+77074;44.83263;-1.13547;12;20221113;22.5;9.1;15.8;1.7;12;.1;1.4;9621
+77074;44.83263;-1.13547;12;20221114;17.4;11.3;14.3;3.5;12.4;1.1;1.41;5022
+77074;44.83263;-1.13547;12;20221115;17.3;11.9;14.6;4.2;12.84;9;1.39;3656
+77074;44.83263;-1.13547;12;20221116;17.9;13.5;15.7;6.1;13.67;3.3;1.72;5191
+77074;44.83263;-1.13547;12;20221117;17.7;15.4;16.6;7.5;12.77;5.3;2.56;3806
+77074;44.83263;-1.13547;12;20221118;14.6;10.9;12.7;3.7;10.6;12.8;1.36;4334
+77074;44.83263;-1.13547;12;20221119;13.3;7.1;10.2;2.1;9.67;1.2;.84;5887
+77074;44.83263;-1.13547;12;20221120;15.7;4.6;10.2;3.6;10.57;7.7;.93;6078
+77074;44.83263;-1.13547;12;20221121;16.3;9.1;12.7;6.4;11.07;16.2;1.67;3940
+77074;44.83263;-1.13547;12;20221122;13.9;9.2;11.5;8.1;10.87;17.6;1.34;3193
+77074;44.83263;-1.13547;12;20221123;16.7;11.2;13.9;6.4;13.34;2;1.21;4946
+77074;44.83263;-1.13547;12;20221124;14.6;11.5;13.1;4;11.84;4.3;1.11;3310
+77074;44.83263;-1.13547;12;20221125;14.9;11.2;13.1;3.8;11.24;2.5;1.23;4613
+77074;44.83263;-1.13547;12;20221126;13.3;5.4;9.4;2;9.3;.1;.69;5788
+77074;44.83263;-1.13547;12;20221127;14.9;5.1;10;2.6;9.97;8.6;.79;6152
+77074;44.83263;-1.13547;12;20221128;14.8;10.5;12.6;5.5;11.2;5.8;1.43;4485
+77074;44.83263;-1.13547;12;20221129;14.2;8.2;11.2;2.4;10.54;.6;.79;4864
+77074;44.83263;-1.13547;12;20221130;9.3;2.8;6;2.4;7.74;.1;.54;6375
+77074;44.83263;-1.13547;12;20221201;10.8;3.5;7.2;3.5;7.94;0;.8;6358
+77074;44.83263;-1.13547;12;20221202;8;5.3;6.7;2.8;7.8;0;.7;4203
+77074;44.83263;-1.13547;12;20221203;8.1;4.5;6.3;2.2;7;0;.7;4872
+77074;44.83263;-1.13547;12;20221204;10;.2;5.1;1.5;6.8;.2;.46;6302
+77074;44.83263;-1.13547;12;20221205;10.5;.3;5.4;2.8;6.67;.1;.77;7575
+77074;44.83263;-1.13547;12;20221206;10.3;6;8.1;3.5;7.97;0;.96;3219
+77074;44.83263;-1.13547;12;20221207;7.1;2.4;4.7;3.2;7.1;0;.62;4266
+77074;44.83263;-1.13547;12;20221208;6.9;2.6;4.8;3.6;7.4;8.1;.52;2891
+77074;44.83263;-1.13547;12;20221209;6.8;5.3;6.1;3.6;7.9;0;.63;2443
+77074;44.83263;-1.13547;12;20221210;5.9;-2.3;1.8;2;5.1;0;.46;6681
+77074;44.83263;-1.13547;12;20221211;6;-2.6;1.7;2.7;4.77;.1;.73;6387
+77074;44.83263;-1.13547;12;20221212;3.5;-2.7;.4;3.6;6.27;10.7;.22;2883
+77074;44.83263;-1.13547;12;20221213;8.2;3;5.6;4.1;9.84;2.3;.06;3225
+77074;44.83263;-1.13547;12;20221214;16.5;7.6;12.1;2.8;12.74;4.8;.62;5268
+77074;44.83263;-1.13547;12;20221215;12.7;9.8;11.3;3.8;11.57;14.8;.7;3079
+77074;44.83263;-1.13547;12;20221216;6.6;3.2;4.9;5.2;6.54;0;.98;5049
+77074;44.83263;-1.13547;12;20221217;7.6;-2.9;2.4;2.7;5.24;.1;.67;6848
+77074;44.83263;-1.13547;12;20221218;13.8;.9;7.4;2.9;7.8;0;.81;6955
+77074;44.83263;-1.13547;12;20221219;15.2;8.6;11.9;3.2;10.27;0;1.07;4390
+77074;44.83263;-1.13547;12;20221220;15.5;10.4;12.9;3.5;11.47;.3;1.22;2940
+77074;44.83263;-1.13547;12;20221221;16.4;9.9;13.1;3.7;12.8;.7;.86;4775
+77074;44.83263;-1.13547;12;20221222;15.9;13.4;14.7;5;14.44;4.6;.98;2373
+77074;44.83263;-1.13547;12;20221223;16.9;14.1;15.5;3.3;14.17;1.2;1.12;2533
+77074;44.83263;-1.13547;12;20221224;17.5;11.7;14.6;2.1;12.57;0;.88;5500
+77074;44.83263;-1.13547;12;20221225;17.1;8.9;13;3.4;11.37;0;1.2;5616
+77074;44.83263;-1.13547;12;20221226;14.5;10.1;12.3;1.4;12.14;1;.63;2852
+77074;44.83263;-1.13547;12;20221227;14.8;5.1;10;1.1;10.54;.3;.38;6337
+77074;44.83263;-1.13547;12;20221228;16.1;6.2;11.1;2.8;11.07;0;.76;6233
+77074;44.83263;-1.13547;12;20221229;13.6;12.7;13.1;4.2;12.9;12.8;1;695
+77074;44.83263;-1.13547;12;20221230;17.1;10;13.6;4.1;12.84;.6;1.08;4574
+77074;44.83263;-1.13547;12;20221231;18.9;12.7;15.8;5.7;10;0;3.04;5321
+77075;44.8598;-.88602;35;20220101;18.8;6.1;12.4;2.3;10.83;0;.91;6256
+77075;44.8598;-.88602;35;20220102;16.5;8;12.2;3.1;12.2;0;.76;4699
+77075;44.8598;-.88602;35;20220103;17.6;9.1;13.3;3.1;11.73;0;1.03;5912
+77075;44.8598;-.88602;35;20220104;15.1;11.1;13.1;4.2;10.9;2.3;1.46;2698
+77075;44.8598;-.88602;35;20220105;9.1;2.5;5.8;1.9;7.07;.2;.51;6291
+77075;44.8598;-.88602;35;20220106;9.5;-.7;4.4;1.1;5.97;.4;.4;6370
+77075;44.8598;-.88602;35;20220107;12.7;2.5;7.6;4.2;8.3;5.6;.95;6004
+77075;44.8598;-.88602;35;20220108;12.8;8.9;10.8;6.2;10.97;9.5;1.04;3113
+77075;44.8598;-.88602;35;20220109;11.2;9;10.1;4.4;11;14.3;.73;1395
+77075;44.8598;-.88602;35;20220110;12.5;9.9;11.2;4.2;12.6;1.7;.52;1487
+77075;44.8598;-.88602;35;20220111;11.4;5.2;8.3;1.7;8.23;0;.56;6989
+77075;44.8598;-.88602;35;20220112;6.4;.3;3.4;3.1;5.97;0;.63;7015
+77075;44.8598;-.88602;35;20220113;6.8;-2.1;2.3;2.6;5.83;0;.55;7958
+77075;44.8598;-.88602;35;20220114;8.4;-1.1;3.7;2.4;6;0;.65;7084
+77075;44.8598;-.88602;35;20220115;9.1;-4.3;2.4;.8;5.77;.1;.29;8658
+77075;44.8598;-.88602;35;20220116;4.8;-2.9;.9;1.4;6;.1;.33;5539
+77075;44.8598;-.88602;35;20220117;7.7;-.7;3.5;2;7.5;.1;.37;3793
+77075;44.8598;-.88602;35;20220118;5.4;.3;2.9;1.5;7.5;.1;.33;2884
+77075;44.8598;-.88602;35;20220119;9.2;4.4;6.8;1.7;8.9;2.7;.51;2397
+77075;44.8598;-.88602;35;20220120;8.1;6.5;7.3;3.2;8.9;.1;.67;2246
+77075;44.8598;-.88602;35;20220121;6.6;1.5;4.1;4.1;6.03;0;.89;7450
+77075;44.8598;-.88602;35;20220122;8.4;-1.2;3.6;3.4;6.07;0;.83;8620
+77075;44.8598;-.88602;35;20220123;9.5;-1.1;4.2;2.2;6.23;0;.73;9008
+77075;44.8598;-.88602;35;20220124;13.1;-1.5;5.8;1.2;6.57;0;.64;8808
+77075;44.8598;-.88602;35;20220125;13.5;-1.8;5.8;1.2;6.6;0;.65;9450
+77075;44.8598;-.88602;35;20220126;10.2;-2.5;3.8;2;6.33;0;.64;9512
+77075;44.8598;-.88602;35;20220127;2.7;-1.8;.5;2.4;5.73;0;.4;5280
+77075;44.8598;-.88602;35;20220128;8.8;-1;3.9;2;7.6;0;.47;4755
+77075;44.8598;-.88602;35;20220129;3.6;3.1;3.4;2.2;7.57;0;.34;1612
+77075;44.8598;-.88602;35;20220130;7.8;2.4;5.1;1.8;8.8;.3;.36;2890
+77075;44.8598;-.88602;35;20220131;11.8;6.4;9.1;3.4;9.93;1.2;.82;5728
+77075;44.8598;-.88602;35;20220201;11.2;1.1;6.2;3.1;9.07;.3;.57;5818
+77075;44.8598;-.88602;35;20220202;11.2;9.1;10.2;2.7;11.2;0;.65;3013
+77075;44.8598;-.88602;35;20220203;11;5.8;8.4;2.7;10;.5;.62;2584
+77075;44.8598;-.88602;35;20220204;13;7;10;2.8;11.1;2.4;.71;3909
+77075;44.8598;-.88602;35;20220205;12;3.2;7.6;2.2;8;.1;.95;10058
+77075;44.8598;-.88602;35;20220206;11.9;1.9;6.9;4.2;9.93;1.2;.51;5609
+77075;44.8598;-.88602;35;20220207;14;10.4;12.2;3.2;11.3;.4;1.14;7366
+77075;44.8598;-.88602;35;20220208;14.8;4.4;9.6;2.3;8.1;0;1.32;11230
+77075;44.8598;-.88602;35;20220209;16.8;2.4;9.6;2.3;8.6;.1;1.36;11179
+77075;44.8598;-.88602;35;20220210;14;2;8;2.1;9.6;1;1.24;9400
+77075;44.8598;-.88602;35;20220211;12.4;6.6;9.5;3.4;7.9;0;1.54;10000
+77075;44.8598;-.88602;35;20220212;12.8;.5;6.7;1.8;6.3;0;1.2;9700
+77075;44.8598;-.88602;35;20220213;18.8;1.6;10.2;4.9;8.8;2.6;2.26;10500
+77075;44.8598;-.88602;35;20220214;12.1;7.7;9.9;5.1;10.1;5.7;1.15;5900
+77075;44.8598;-.88602;35;20220215;12.6;3.9;8.3;4.6;10.1;17.3;.81;6200
+77075;44.8598;-.88602;35;20220216;14.2;9.6;11.9;6.7;13.37;6.4;.62;3235
+77075;44.8598;-.88602;35;20220217;13.2;12.2;12.7;4.6;13.77;1.1;.71;2786
+77075;44.8598;-.88602;35;20220218;14.4;8.6;11.5;2.5;11.2;.2;1.06;5336
+77075;44.8598;-.88602;35;20220219;12.5;4.4;8.5;2.2;8.33;.2;1.22;10371
+77075;44.8598;-.88602;35;20220220;14.3;5.9;10.1;4.5;11.6;2.6;.92;6739
+77075;44.8598;-.88602;35;20220221;13.4;10.1;11.8;5.1;10.2;.1;1.7;6581
+77075;44.8598;-.88602;35;20220222;14.5;7.4;11;2.2;9.83;0;1.33;9099
+77075;44.8598;-.88602;35;20220223;17;5.6;11.3;1.5;9.87;0;1.46;12416
+77075;44.8598;-.88602;35;20220224;14.2;4.2;9.2;2.2;9.53;.6;1.22;10153
+77075;44.8598;-.88602;35;20220225;12.2;.8;6.5;1.9;7.07;.1;1.36;13816
+77075;44.8598;-.88602;35;20220226;14.3;1.6;7.9;3.5;5.9;0;2.28;14466
+77075;44.8598;-.88602;35;20220227;17.3;4.3;10.8;2.3;8.4;.2;1.88;12673
+77075;44.8598;-.88602;35;20220228;19.3;4.2;11.7;1;9.13;0;1.59;13732
+77075;44.8598;-.88602;35;20220301;19.1;4.1;11.6;2.7;8.6;.9;2.3;13822
+77075;44.8598;-.88602;35;20220302;12.4;8.7;10.6;2.9;10.67;1.3;1.03;3768
+77075;44.8598;-.88602;35;20220303;13.3;6.1;9.7;2.4;10.83;1;.95;6928
+77075;44.8598;-.88602;35;20220304;11.6;8.4;10;4.4;10.03;0;1.24;5034
+77075;44.8598;-.88602;35;20220305;12.8;3.1;8;2.8;7.77;.2;1.68;14405
+77075;44.8598;-.88602;35;20220306;12.8;4.4;8.6;2.7;7.27;.1;1.87;13501
+77075;44.8598;-.88602;35;20220307;12.6;-1.2;5.7;2.4;5.8;0;1.86;16713
+77075;44.8598;-.88602;35;20220308;11.4;6.3;8.9;3.5;9.3;1.1;1.2;5993
+77075;44.8598;-.88602;35;20220309;17.2;3.1;10.2;3.7;9.23;.1;2.14;14973
+77075;44.8598;-.88602;35;20220310;15.9;9.5;12.7;3.7;11.33;2.2;1.71;8586
+77075;44.8598;-.88602;35;20220311;13.2;10.4;11.8;3.9;11.23;10.2;1.37;5324
+77075;44.8598;-.88602;35;20220312;14.9;7.5;11.2;4.1;10;6.6;2.08;14767
+77075;44.8598;-.88602;35;20220313;14;8.3;11.2;4.1;9.43;4.2;2;10638
+77075;44.8598;-.88602;35;20220314;14.8;5.2;10;4.7;9.67;.3;1.69;8100
+77075;44.8598;-.88602;35;20220315;19.5;11.8;15.7;5;12.33;0;2.69;11182
+77075;44.8598;-.88602;35;20220316;16.4;11.6;14;3.5;12.67;0;1.64;7271
+77075;44.8598;-.88602;35;20220317;12;10;11;5.9;10.23;.1;1.55;3918
+77075;44.8598;-.88602;35;20220318;16.2;7.2;11.7;4.3;9.1;0;2.6;14900
+77075;44.8598;-.88602;35;20220319;19.5;6.8;13.2;4.2;8.9;0;3.21;15500
+77075;44.8598;-.88602;35;20220320;18;8.2;13.1;4.4;9.7;.1;2.95;16000
+77075;44.8598;-.88602;35;20220321;20.6;11;15.8;6.2;9.9;0;4.11;16000
+77075;44.8598;-.88602;35;20220322;18.1;7.9;13;5.8;7.3;0;3.94;15700
+77075;44.8598;-.88602;35;20220323;18.1;6.5;12.3;4;7.1;0;3.59;19700
+77075;44.8598;-.88602;35;20220324;18.6;4.8;11.7;2.6;7.6;0;3.07;20100
+77075;44.8598;-.88602;35;20220325;18.5;5.7;12.1;2.4;7.1;0;2.72;12800
+77075;44.8598;-.88602;35;20220326;21.9;5.9;13.9;3.6;6;0;4.35;20300
+77075;44.8598;-.88602;35;20220327;21.7;8.2;15;3.6;7.4;0;4.1;18500
+77075;44.8598;-.88602;35;20220328;21.8;8.3;15.1;2.1;8.6;0;3.1;15600
+77075;44.8598;-.88602;35;20220329;16.2;10.5;13.4;1.6;10.9;0;1.52;5900
+77075;44.8598;-.88602;35;20220330;15.8;9.1;12.5;3.3;11.1;2.1;1.79;8200
+77075;44.8598;-.88602;35;20220331;14.6;8.1;11.4;4.8;9;2;2.58;13500
+77075;44.8598;-.88602;35;20220401;9.6;1.1;5.4;5.6;5.5;.5;2.43;16600
+77075;44.8598;-.88602;35;20220402;10.5;.8;5.7;4.1;5.2;.1;2.5;16900
+77075;44.8598;-.88602;35;20220403;8.7;0;4.3;3.2;5.47;0;2.23;17204
+77075;44.8598;-.88602;35;20220404;12.4;3.3;7.9;2.4;5.41;0;2.38;17755
+77075;44.8598;-.88602;35;20220405;14.1;-.4;6.9;2;7.7;.1;1.74;11900
+77075;44.8598;-.88602;35;20220406;14.7;9.6;12.2;4;11.6;1.7;1.71;9000
+77075;44.8598;-.88602;35;20220407;14.2;10.8;12.5;8.4;13;18.6;1.18;5100
+77075;44.8598;-.88602;35;20220408;18.1;12;15.1;7.2;11.3;1.2;3.28;11500
+77075;44.8598;-.88602;35;20220409;16.2;5.2;10.7;2.3;8.1;0;3.01;22100
+77075;44.8598;-.88602;35;20220410;19.8;4;11.9;5.4;7.2;0;4.46;23000
+77075;44.8598;-.88602;35;20220411;23.9;10.9;17.4;7.5;11.1;.2;5.31;20000
+77075;44.8598;-.88602;35;20220412;18.9;11.9;15.4;4.7;12.3;1.4;2.99;14100
+77075;44.8598;-.88602;35;20220413;17.7;11.3;14.5;2.9;12.9;.6;2.23;12200
+77075;44.8598;-.88602;35;20220414;23.9;12.1;18;1.9;12.6;0;3.93;23200
+77075;44.8598;-.88602;35;20220415;25.4;10;17.7;2.4;12.4;0;4.18;23000
+77075;44.8598;-.88602;35;20220416;24;8.3;16.2;3;11.5;0;4.31;24800
+77075;44.8598;-.88602;35;20220417;23.9;8.1;16;2.9;10.7;0;4.34;24300
+77075;44.8598;-.88602;35;20220418;19.3;10.7;15;3.3;12.2;0;2.97;16300
+77075;44.8598;-.88602;35;20220419;14;7.9;11;3.4;11.2;7.1;1.41;7100
+77075;44.8598;-.88602;35;20220420;13.2;9.1;11.2;3.4;11.7;9.5;1.04;3700
+77075;44.8598;-.88602;35;20220421;18.1;8.2;13.2;2.2;12.6;.1;2.03;12000
+77075;44.8598;-.88602;35;20220422;21.1;9.9;15.5;2.9;12;6.3;3.29;17600
+77075;44.8598;-.88602;35;20220423;13.4;11.9;12.7;4.4;12.2;9.4;1.58;7200
+77075;44.8598;-.88602;35;20220424;16.7;11.2;14;6;12.1;0;2.57;12400
+77075;44.8598;-.88602;35;20220425;20.1;8.6;14.4;2.8;11.1;0;3.59;22300
+77075;44.8598;-.88602;35;20220426;23.4;9.1;16.3;3.4;11.2;.1;4.62;25800
+77075;44.8598;-.88602;35;20220427;21.5;12.9;17.2;2.8;13;4.7;2.86;11300
+77075;44.8598;-.88602;35;20220428;21;12.9;17;3.2;14.4;0;3.34;18900
+77075;44.8598;-.88602;35;20220429;22.4;11;16.7;2.9;13.5;0;3.61;20000
+77075;44.8598;-.88602;35;20220430;23.4;11.7;17.6;2.5;13.7;0;3.75;20200
+77075;44.8598;-.88602;35;20220501;22.8;8.4;15.6;2.2;12.1;0;3.51;19600
+77075;44.8598;-.88602;35;20220502;21.5;11.8;16.7;2.1;10.7;0;3.75;19900
+77075;44.8598;-.88602;35;20220503;23.5;12.7;18.1;3.1;10.9;.8;4.95;25500
+77075;44.8598;-.88602;35;20220504;22.1;12.1;17.1;3.2;10.2;0;4.48;21700
+77075;44.8598;-.88602;35;20220505;22.3;8.5;15.4;3.2;10.9;.1;4.27;23800
+77075;44.8598;-.88602;35;20220506;21.7;9.7;15.7;2.9;12.4;.1;3.35;17857
+77075;44.8598;-.88602;35;20220507;23.8;9.7;16.8;2.3;12.83;0;3.49;18170
+77075;44.8598;-.88602;35;20220508;25.1;9.9;17.5;2.2;12.23;0;3.74;18256
+77075;44.8598;-.88602;35;20220509;27.9;11.2;19.6;1.8;12.6;0;4.15;19632
+77075;44.8598;-.88602;35;20220510;28.7;11.4;20.1;2.4;13.53;0;4.37;19050
+77075;44.8598;-.88602;35;20220511;23.8;14.4;19.1;2.5;15.2;0;3.3;15337
+77075;44.8598;-.88602;35;20220512;21.1;14.2;17.7;1.8;14.77;.3;2.37;10422
+77075;44.8598;-.88602;35;20220513;24.2;13.6;18.9;1.8;14.5;0;3.27;16111
+77075;44.8598;-.88602;35;20220514;30.7;13.1;21.9;3;15.77;0;4.85;18201
+77075;44.8598;-.88602;35;20220515;30;16.3;23.1;2.7;17.43;6.2;4.29;15536
+77075;44.8598;-.88602;35;20220516;28.4;14.8;21.6;2;16.5;0;4.13;18777
+77075;44.8598;-.88602;35;20220517;28.7;16.9;22.8;3.3;16.17;0;4.98;19644
+77075;44.8598;-.88602;35;20220518;32.9;14.8;23.9;2.7;16.83;1.5;5.26;19246
+77075;44.8598;-.88602;35;20220519;26.7;17.6;22.1;2.4;18.9;0;3.27;13029
+77075;44.8598;-.88602;35;20220520;25;17.8;21.4;3;17.93;0;3.3;13089
+77075;44.8598;-.88602;35;20220521;32;14.4;23.2;2;17.53;0;4.45;18146
+77075;44.8598;-.88602;35;20220522;32.5;19.5;26;3;20.8;2.3;4.82;16886
+77075;44.8598;-.88602;35;20220523;20.2;16.5;18.3;4.9;16.3;2.3;2.5;8805
+77075;44.8598;-.88602;35;20220524;19.3;11.2;15.3;2.7;12.53;.6;2.84;14381
+77075;44.8598;-.88602;35;20220525;21.1;9;15;2.2;11.93;.2;3.14;16769
+77075;44.8598;-.88602;35;20220526;19.9;11.9;15.9;2.2;14.1;0;2.15;9646
+77075;44.8598;-.88602;35;20220527;23;11;17;2.5;14.4;.1;3.26;17067
+77075;44.8598;-.88602;35;20220528;26.7;13.4;20;3.7;12.6;0;5.27;20978
+77075;44.8598;-.88602;35;20220529;23.4;12.7;18;4.2;9.53;0;5.32;20917
+77075;44.8598;-.88602;35;20220530;23.7;10.8;17.3;3.5;8.97;0;4.8;18856
+77075;44.8598;-.88602;35;20220531;24.2;13.4;18.8;2.7;11.87;1.2;4.14;17376
+77075;44.8598;-.88602;35;20220601;29;13.7;21.3;3.1;13.87;6.2;5.12;19504
+77075;44.8598;-.88602;35;20220602;28.4;17;22.7;2.5;18.53;4.9;4.29;18788
+77075;44.8598;-.88602;35;20220603;26.1;18.5;22.3;2.6;19.07;.8;3.39;13923
+77075;44.8598;-.88602;35;20220604;24.7;17.1;20.9;2.2;18.27;2.6;2.87;11739
+77075;44.8598;-.88602;35;20220605;22.8;17.1;19.9;2.5;16.3;0;2.79;10582
+77075;44.8598;-.88602;35;20220606;24.6;14.2;19.4;1.8;15.53;.5;3.28;15169
+77075;44.8598;-.88602;35;20220607;23.6;15.3;19.4;2.8;15.27;8.5;3.63;16238
+77075;44.8598;-.88602;35;20220608;20.3;15.2;17.8;3;16.8;1.9;2.14;9243
+77075;44.8598;-.88602;35;20220609;22.9;11.2;17.1;2.1;14.17;0;3.46;18544
+77075;44.8598;-.88602;35;20220610;27.7;10.6;19.2;1.5;15.2;.1;4.12;21116
+77075;44.8598;-.88602;35;20220611;29.8;15;22.4;2.4;17.07;0;5.6;27491
+77075;44.8598;-.88602;35;20220612;30;16.5;23.3;2.2;18.77;.7;5.05;23980
+77075;44.8598;-.88602;35;20220613;30;18.5;24.3;3.5;16.03;0;6.76;29298
+77075;44.8598;-.88602;35;20220614;35.2;18.2;26.7;2.5;17.13;0;6.94;28554
+77075;44.8598;-.88602;35;20220615;32.5;20;26.3;2.6;18.97;0;6.6;29106
+77075;44.8598;-.88602;35;20220616;36.4;17.1;26.8;2.1;16.87;0;6.85;28299
+77075;44.8598;-.88602;35;20220617;38.9;19.8;29.3;2.3;18.5;0;7.56;29470
+77075;44.8598;-.88602;35;20220618;40.7;20.1;30.4;3;18.9;.9;8.44;29407
+77075;44.8598;-.88602;35;20220619;28;19.6;23.8;3.7;20;2.2;5.35;24593
+77075;44.8598;-.88602;35;20220620;28.6;17.8;23.2;2.7;18.57;9.6;4.87;21459
+77075;44.8598;-.88602;35;20220621;26.2;17.2;21.7;2.9;19.83;5.7;4.07;19985
+77075;44.8598;-.88602;35;20220622;24.6;16.7;20.7;3.8;18.1;2.2;4.2;20817
+77075;44.8598;-.88602;35;20220623;24.6;15.3;19.9;2.1;17.33;7.4;3.91;20729
+77075;44.8598;-.88602;35;20220624;22.8;16.4;19.6;3;16.73;7.6;4.03;20937
+77075;44.8598;-.88602;35;20220625;20;16;18;2.2;15.83;6.9;2.3;9892
+77075;44.8598;-.88602;35;20220626;19.4;14;16.7;1.7;14.83;0;2.25;10622
+77075;44.8598;-.88602;35;20220627;22.9;12;17.4;2;13.43;0;4.25;24416
+77075;44.8598;-.88602;35;20220628;24.7;11.7;18.2;1.7;13.03;0;4.92;28787
+77075;44.8598;-.88602;35;20220629;23.9;11;17.4;1.7;14.57;3.7;3.73;21088
+77075;44.8598;-.88602;35;20220630;20.6;14.6;17.6;1.7;14.97;3.2;2.98;15616
+77075;44.8598;-.88602;35;20220701;23.7;10.4;17.1;1.7;13.03;.1;4.36;25673
+77075;44.8598;-.88602;35;20220702;29;12.4;20.7;2.5;13.53;0;6.07;30739
+77075;44.8598;-.88602;35;20220703;25.9;15.3;20.6;3.1;15.6;2.6;5.23;27004
+77075;44.8598;-.88602;35;20220704;25.9;16.2;21;2.3;16.97;.2;3.9;17848
+77075;44.8598;-.88602;35;20220705;29.3;16;22.7;2.6;15.83;0;6.19;30155
+77075;44.8598;-.88602;35;20220706;29;16.2;22.6;3.1;14.63;0;6.47;30548
+77075;44.8598;-.88602;35;20220707;28.2;15.1;21.6;2.4;16.23;0;5.63;29465
+77075;44.8598;-.88602;35;20220708;29.7;16.3;23;3;15.67;0;6.5;30613
+77075;44.8598;-.88602;35;20220709;32.2;16.7;24.5;3.3;13.97;0;7.3;30493
+77075;44.8598;-.88602;35;20220710;33;17.9;25.5;3.8;14.57;0;7.75;30406
+77075;44.8598;-.88602;35;20220711;35.5;18.4;26.9;3;15.07;0;7.75;30219
+77075;44.8598;-.88602;35;20220712;36.8;18.3;27.6;2.8;14.6;0;7.86;30496
+77075;44.8598;-.88602;35;20220713;36.5;16.1;26.3;2.3;13.03;0;7.33;30106
+77075;44.8598;-.88602;35;20220714;36.7;17.2;26.9;2.1;15.2;0;7.03;29549
+77075;44.8598;-.88602;35;20220715;33.8;19.7;26.8;3.1;14.4;0;7.39;28551
+77075;44.8598;-.88602;35;20220716;36.2;19.3;27.7;3.6;13.1;0;8.37;29131
+77075;44.8598;-.88602;35;20220717;38.5;20.3;29.4;3.6;12.6;0;8.87;28270
+77075;44.8598;-.88602;35;20220718;40.7;21.8;31.3;3.8;15.87;0;9.31;28342
+77075;44.8598;-.88602;35;20220719;29.2;22.2;25.7;4;19.97;0;5.48;20812
+77075;44.8598;-.88602;35;20220720;27.2;20.2;23.7;2.8;18.47;0;4.63;19931
+77075;44.8598;-.88602;35;20220721;30.6;15;22.8;1.9;17.4;0;5.46;27552
+77075;44.8598;-.88602;35;20220722;26.4;17.9;22.1;3.3;18.13;0;4.14;17278
+77075;44.8598;-.88602;35;20220723;29.1;14.5;21.8;2;16.23;0;5.06;25594
+77075;44.8598;-.88602;35;20220724;36.9;16.8;26.9;2.5;15.77;0;7.16;28754
+77075;44.8598;-.88602;35;20220725;25.6;20;22.8;3.2;18.93;1.1;4;16497
+77075;44.8598;-.88602;35;20220726;26.1;15.3;20.7;2.3;15.23;0;4.35;21301
+77075;44.8598;-.88602;35;20220727;27.4;12.3;19.9;1.8;14.47;0;4.93;27224
+77075;44.8598;-.88602;35;20220728;26.7;14.8;20.8;2.4;15.8;.1;4.88;25492
+77075;44.8598;-.88602;35;20220729;25.9;17.3;21.6;1.9;18.03;.2;3.45;15716
+77075;44.8598;-.88602;35;20220730;29;15.1;22;1.9;18.17;.1;4.49;22730
+77075;44.8598;-.88602;35;20220731;29.7;15.6;22.6;2.4;18.33;.1;5.26;27077
+77075;44.8598;-.88602;35;20220801;31.8;15.4;23.6;2.4;18.17;0;5.61;27118
+77075;44.8598;-.88602;35;20220802;35.3;16.2;25.7;2.1;17.67;.1;6.22;27944
+77075;44.8598;-.88602;35;20220803;37.9;18.6;28.2;2;18.77;.1;6.27;25547
+77075;44.8598;-.88602;35;20220804;31.9;19.5;25.7;2.6;20.3;.3;5.51;24341
+77075;44.8598;-.88602;35;20220805;30.1;19.5;24.8;3;18.13;0;5.08;20286
+77075;44.8598;-.88602;35;20220806;32.3;20;26.1;3.8;13.7;0;7.28;27070
+77075;44.8598;-.88602;35;20220807;32.9;17.8;25.3;4.1;11.07;0;7.8;27691
+77075;44.8598;-.88602;35;20220808;35;18.2;26.6;3.6;10.7;0;7.88;27345
+77075;44.8598;-.88602;35;20220809;36;19.5;27.8;3.2;11.7;0;7.53;26065
+77075;44.8598;-.88602;35;20220810;37.8;19.8;28.8;2.7;11.8;0;7.35;26543
+77075;44.8598;-.88602;35;20220811;38.8;20.3;29.6;2.2;12.83;0;6.74;24402
+77075;44.8598;-.88602;35;20220812;35.7;22.7;29.2;2.5;17.97;0;6.17;23067
+77075;44.8598;-.88602;35;20220813;32.2;20.9;26.5;3.2;22.13;8.4;5.21;21064
+77075;44.8598;-.88602;35;20220814;25.8;19.7;22.7;3.2;20.2;.4;3.49;14842
+77075;44.8598;-.88602;35;20220815;26.9;17.7;22.3;2.9;18.3;.2;4.15;18776
+77075;44.8598;-.88602;35;20220816;26.8;17.2;22;2;18.27;1.1;3.52;16774
+77075;44.8598;-.88602;35;20220817;25;16.6;20.8;3;17.2;1.7;3.67;16800
+77075;44.8598;-.88602;35;20220818;25.3;14.7;20;2.6;17.1;.5;3.7;19529
+77075;44.8598;-.88602;35;20220819;26.5;15.6;21;2.2;18.23;.1;3.73;19180
+77075;44.8598;-.88602;35;20220820;27.7;17.1;22.4;1.8;19;0;3.44;16139
+77075;44.8598;-.88602;35;20220821;27;17.1;22.1;2.2;17.9;1;3.48;15578
+77075;44.8598;-.88602;35;20220822;25.9;19.2;22.5;2.6;20.9;1.1;3.33;16022
+77075;44.8598;-.88602;35;20220823;28.9;19.3;24.1;1.7;21.4;.1;3.56;16630
+77075;44.8598;-.88602;35;20220824;35.9;18.4;27.1;2.1;19.07;4.4;5.68;23814
+77075;44.8598;-.88602;35;20220825;28.8;20.1;24.5;3.4;22.03;1.1;3.87;16448
+77075;44.8598;-.88602;35;20220826;28.5;18.9;23.7;2.6;20.47;0;3.95;18045
+77075;44.8598;-.88602;35;20220827;30.6;17.2;23.9;2.2;17.13;0;4.84;22671
+77075;44.8598;-.88602;35;20220828;33.2;17;25.1;2.4;14.5;0;5.63;23649
+77075;44.8598;-.88602;35;20220829;31.2;20.1;25.6;2.2;15.9;.4;4.27;14897
+77075;44.8598;-.88602;35;20220830;32;16.5;24.2;2.1;18.9;0;4.61;22097
+77075;44.8598;-.88602;35;20220831;30.4;19.5;24.9;2.8;20.87;.1;4.06;16713
+77075;44.8598;-.88602;35;20220901;28.5;18.3;23.4;2.2;19.2;4.9;3.84;18088
+77075;44.8598;-.88602;35;20220902;25.9;18.1;22;2.4;19.2;5.4;3.15;14538
+77075;44.8598;-.88602;35;20220903;26.3;16.3;21.3;2.1;17.1;.3;3.32;15965
+77075;44.8598;-.88602;35;20220904;32;15.8;23.9;2.3;15;0;4.9;21826
+77075;44.8598;-.88602;35;20220905;32.2;17;24.6;3.1;15.83;.1;5.43;21964
+77075;44.8598;-.88602;35;20220906;29.5;16.9;23.2;2.5;16.6;.1;4.48;21284
+77075;44.8598;-.88602;35;20220907;24.2;16.8;20.5;2;16;4.4;2.81;13140
+77075;44.8598;-.88602;35;20220908;23.5;16.1;19.8;3;17.6;2.3;2.77;13165
+77075;44.8598;-.88602;35;20220909;23.6;15.9;19.7;2.7;15.23;1.6;3.19;14401
+77075;44.8598;-.88602;35;20220910;27.1;13.6;20.4;1.8;15.57;0;3.46;18483
+77075;44.8598;-.88602;35;20220911;33;16;24.5;3;14.9;0;5.4;20985
+77075;44.8598;-.88602;35;20220912;37.2;19.9;28.5;2.9;16.3;2.9;5.73;17521
+77075;44.8598;-.88602;35;20220913;32.6;21.1;26.8;3.5;20.67;0;4.47;12892
+77075;44.8598;-.88602;35;20220914;28.6;19;23.8;3.2;17.53;.3;4.28;17711
+77075;44.8598;-.88602;35;20220915;27;15.6;21.3;2.1;18.43;0;3.14;16394
+77075;44.8598;-.88602;35;20220916;23.7;15.6;19.6;3.1;14.8;0;3.4;16674
+77075;44.8598;-.88602;35;20220917;22.3;10.6;16.4;3.3;9.2;0;4;20252
+77075;44.8598;-.88602;35;20220918;25.1;10;17.5;3.3;7.93;0;4.55;19832
+77075;44.8598;-.88602;35;20220919;25.6;10;17.8;3.4;8.83;0;4.52;19933
+77075;44.8598;-.88602;35;20220920;24.3;9.9;17.1;3.6;9.07;0;4.32;19701
+77075;44.8598;-.88602;35;20220921;24.6;10.1;17.4;3.1;9.47;0;4.06;19302
+77075;44.8598;-.88602;35;20220922;26.1;8.4;17.2;1.6;9.67;0;3.25;19003
+77075;44.8598;-.88602;35;20220923;21;9.4;15.2;1.5;13.03;.2;1.64;7622
+77075;44.8598;-.88602;35;20220924;21.8;11.3;16.5;2.3;13.57;.9;2.37;13056
+77075;44.8598;-.88602;35;20220925;20.9;8;14.5;1.5;11.27;.2;2.27;15535
+77075;44.8598;-.88602;35;20220926;21;6.8;13.9;2.7;11.57;4.5;2.33;12292
+77075;44.8598;-.88602;35;20220927;19.9;13.5;16.7;3.6;14.23;7.2;2.19;9100
+77075;44.8598;-.88602;35;20220928;20.4;16;18.2;5.4;16.23;9.5;2.43;10621
+77075;44.8598;-.88602;35;20220929;16.9;12.9;14.9;2;13.5;4.1;1.51;7970
+77075;44.8598;-.88602;35;20220930;20.1;8.5;14.3;1.9;11.7;1.1;2.27;16337
+77075;44.8598;-.88602;35;20221001;19.7;14;16.9;4.7;17.83;3.4;1.15;5402
+77075;44.8598;-.88602;35;20221002;22;15.9;19;2.1;17.33;.2;1.9;9930
+77075;44.8598;-.88602;35;20221003;24.1;11.2;17.6;1.4;14.7;0;2.35;15857
+77075;44.8598;-.88602;35;20221004;25;9.6;17.3;1;14.1;.2;2.19;16262
+77075;44.8598;-.88602;35;20221005;25.6;12.2;18.9;1.9;16.17;.5;2.27;13383
+77075;44.8598;-.88602;35;20221006;20.8;15.3;18.1;2.6;16.7;0;1.71;7823
+77075;44.8598;-.88602;35;20221007;24.9;11.8;18.3;1.6;15.2;2;2.29;14316
+77075;44.8598;-.88602;35;20221008;22.9;15.1;19;3.1;12.9;0;2.99;13085
+77075;44.8598;-.88602;35;20221009;27.1;11.7;19.4;2.1;13.33;.1;2.83;14927
+77075;44.8598;-.88602;35;20221010;19.7;13.6;16.6;1.2;16.13;6.2;1.21;6687
+77075;44.8598;-.88602;35;20221011;18.8;16.2;17.5;1.6;18;5.6;.98;4251
+77075;44.8598;-.88602;35;20221012;20.9;14.6;17.7;1.4;16.13;.1;1.59;10012
+77075;44.8598;-.88602;35;20221013;20.5;11.8;16.2;2.5;16.2;4.1;1.22;5944
+77075;44.8598;-.88602;35;20221014;20.6;17.2;18.9;3.8;18.57;.7;1.44;4896
+77075;44.8598;-.88602;35;20221015;23.2;15.8;19.5;2.6;17.2;0;1.77;6880
+77075;44.8598;-.88602;35;20221016;29.7;14.8;22.3;2.8;17;3.9;3.08;12955
+77075;44.8598;-.88602;35;20221017;25.3;17.8;21.5;2.4;19.47;1.2;1.86;7032
+77075;44.8598;-.88602;35;20221018;29;16.1;22.5;2.9;18.63;0;2.79;12834
+77075;44.8598;-.88602;35;20221019;25.6;17.8;21.7;3.2;18.73;9.5;2.3;8472
+77075;44.8598;-.88602;35;20221020;25.3;15.4;20.4;4.1;16.3;.1;2.72;8951
+77075;44.8598;-.88602;35;20221021;22.5;17.5;20;3.8;14.7;.1;2.57;5559
+77075;44.8598;-.88602;35;20221022;25.1;11.7;18.4;3.3;14.47;0;2.47;10563
+77075;44.8598;-.88602;35;20221023;25.7;17.6;21.6;5.6;14.57;0;3.85;8509
+77075;44.8598;-.88602;35;20221024;22.8;15.2;19;2.3;14.77;.5;1.96;9641
+77075;44.8598;-.88602;35;20221025;22.8;11;16.9;2.9;13.97;.7;1.85;7297
+77075;44.8598;-.88602;35;20221026;26.7;12.8;19.8;2.5;15.23;0;2.31;11401
+77075;44.8598;-.88602;35;20221027;25.4;16.6;21;4.1;16.57;0;2.43;4475
+77075;44.8598;-.88602;35;20221028;25.7;16.6;21.1;2.8;15.63;0;2.26;7153
+77075;44.8598;-.88602;35;20221029;22.9;16.8;19.8;2.8;16.5;.1;1.82;6262
+77075;44.8598;-.88602;35;20221030;20.6;13.6;17.1;1.9;15.73;6;1.21;7205
+77075;44.8598;-.88602;35;20221031;19.6;14;16.8;2.9;16.07;.8;1.16;4242
+77075;44.8598;-.88602;35;20221101;19.2;10.1;14.6;2.4;12.87;.6;1.34;7700
+77075;44.8598;-.88602;35;20221102;19.7;9.6;14.6;2.2;12.63;0;1.38;9431
+77075;44.8598;-.88602;35;20221103;20.3;11.8;16;4;12.33;13.1;2.02;5259
+77075;44.8598;-.88602;35;20221104;16.3;10.3;13.3;5.1;11.17;5.4;1.77;6771
+77075;44.8598;-.88602;35;20221105;17.6;7.1;12.3;1.5;10.4;0;1.05;9283
+77075;44.8598;-.88602;35;20221106;18.3;7;12.7;3;11.47;.3;1.33;6384
+77075;44.8598;-.88602;35;20221107;19.9;10.4;15.1;2.7;12.5;.1;1.47;9611
+77075;44.8598;-.88602;35;20221108;20.3;11.5;15.9;3;12.77;.9;1.6;4498
+77075;44.8598;-.88602;35;20221109;16.5;12.3;14.4;1.7;13.63;4.8;.86;4111
+77075;44.8598;-.88602;35;20221110;15.3;8.6;11.9;2.1;12.17;0;.8;6630
+77075;44.8598;-.88602;35;20221111;18.8;8.1;13.5;2.9;12.3;.2;1.22;9206
+77075;44.8598;-.88602;35;20221112;21.8;9.7;15.8;2.2;13.67;.2;1.26;9268
+77075;44.8598;-.88602;35;20221113;21.9;8.9;15.4;1.7;12.7;.1;1.13;9237
+77075;44.8598;-.88602;35;20221114;16.3;10.3;13.3;3.2;12.77;2.2;1;3650
+77075;44.8598;-.88602;35;20221115;16.7;11.5;14.1;3.7;13.1;13.5;1.14;2384
+77075;44.8598;-.88602;35;20221116;17.8;11.1;14.4;4.6;13.53;3.3;1.25;5419
+77075;44.8598;-.88602;35;20221117;17.1;14.3;15.7;5;13;6;1.79;4448
+77075;44.8598;-.88602;35;20221118;13.9;7.9;10.9;2;10.83;12.1;.75;5046
+77075;44.8598;-.88602;35;20221119;13.1;6.7;9.9;1.6;9.7;.5;.65;7436
+77075;44.8598;-.88602;35;20221120;15.3;3.9;9.6;3.2;10.57;6.8;.81;4668
+77075;44.8598;-.88602;35;20221121;15.7;8.7;12.2;4.9;11.17;16;1.35;2775
+77075;44.8598;-.88602;35;20221122;12.7;8.1;10.4;4.9;10.83;17.2;.9;3562
+77075;44.8598;-.88602;35;20221123;16.8;10.6;13.7;4.9;13.2;2.1;1.08;5298
+77075;44.8598;-.88602;35;20221124;13.8;8.5;11.1;3.2;11.63;3.7;.74;3223
+77075;44.8598;-.88602;35;20221125;14.5;10;12.2;2.7;11.5;3.8;.84;5520
+77075;44.8598;-.88602;35;20221126;12.8;4.8;8.8;2.4;9.5;.1;.67;5390
+77075;44.8598;-.88602;35;20221127;12.9;4.4;8.6;2.4;9.97;9.2;.54;5893
+77075;44.8598;-.88602;35;20221128;14.8;9.8;12.3;2.9;11.37;4.3;.91;4892
+77075;44.8598;-.88602;35;20221129;13.6;6.3;10;1.9;10.43;.5;.59;4912
+77075;44.8598;-.88602;35;20221130;9.3;3.4;6.3;2.4;8.27;.1;.48;5579
+77075;44.8598;-.88602;35;20221201;10.6;3.3;7;3.7;8;0;.75;6841
+77075;44.8598;-.88602;35;20221202;7.5;5.4;6.4;3.1;7.93;.1;.73;2015
+77075;44.8598;-.88602;35;20221203;8.1;3.5;5.8;2.2;7.2;0;.62;4527
+77075;44.8598;-.88602;35;20221204;10.1;.1;5.1;1.3;7.2;.1;.36;6081
+77075;44.8598;-.88602;35;20221205;11.1;.6;5.9;2.6;7.17;.1;.63;7437
+77075;44.8598;-.88602;35;20221206;10.2;5.6;7.9;2.7;7.8;0;.88;2895
+77075;44.8598;-.88602;35;20221207;7;1.4;4.2;2.9;6.93;0;.54;4234
+77075;44.8598;-.88602;35;20221208;6.1;2;4;2.6;7.2;7.4;.47;2282
+77075;44.8598;-.88602;35;20221209;6.3;4.4;5.3;3.6;7.63;0;.57;3161
+77075;44.8598;-.88602;35;20221210;3.5;-2.2;.7;2.3;5.3;0;.39;5629
+77075;44.8598;-.88602;35;20221211;5.4;-3.2;1.1;2.6;4.9;.1;.55;6274
+77075;44.8598;-.88602;35;20221212;3;-3.2;-.1;3.3;5.97;9.8;.27;1817
+77075;44.8598;-.88602;35;20221213;7.3;2.5;4.9;2.8;9.2;2.4;.19;1864
+77075;44.8598;-.88602;35;20221214;17.1;7;12;2.5;12.47;5.4;.59;5085
+77075;44.8598;-.88602;35;20221215;12.4;10;11.2;3.3;11.53;11.3;.69;2184
+77075;44.8598;-.88602;35;20221216;6.8;3.1;4.9;5.3;6.47;0;.91;5945
+77075;44.8598;-.88602;35;20221217;7.2;-3.4;1.9;2.2;5.27;.1;.47;7132
+77075;44.8598;-.88602;35;20221218;13.1;.7;6.9;3.9;8.27;0;.73;5714
+77075;44.8598;-.88602;35;20221219;16.1;8.9;12.5;4.4;10.83;0;1.2;4341
+77075;44.8598;-.88602;35;20221220;15;10.7;12.9;3.9;11.8;.5;1.08;2565
+77075;44.8598;-.88602;35;20221221;17.3;9;13.1;3.7;12.63;.3;.88;4374
+77075;44.8598;-.88602;35;20221222;16.6;12.6;14.6;4.9;14.5;5.4;.9;2128
+77075;44.8598;-.88602;35;20221223;17.1;13.8;15.5;3.5;14.27;.9;1.05;1863
+77075;44.8598;-.88602;35;20221224;18.3;11.8;15.1;2.4;12.77;0;.89;5376
+77075;44.8598;-.88602;35;20221225;17.9;8.3;13.1;3.4;11.23;0;1.19;4977
+77075;44.8598;-.88602;35;20221226;14.4;9.1;11.8;1.6;11.87;1.3;.57;2583
+77075;44.8598;-.88602;35;20221227;14;5.5;9.8;1.2;10.67;.2;.35;4769
+77075;44.8598;-.88602;35;20221228;16.6;6;11.3;3.1;10.83;.3;.8;5855
+77075;44.8598;-.88602;35;20221229;13;11.7;12.3;3.5;12.8;15.8;.7;1229
+77075;44.8598;-.88602;35;20221230;17.5;10;13.7;4.3;13.03;.9;1.08;3081
+77075;44.8598;-.88602;35;20221231;20.1;10.9;15.5;4.9;10.67;0;2.27;5285
+77076;44.89209;-.57269;3;20220101;18.4;6.3;12.4;2.2;10.61;0;.86;6367
+77076;44.89209;-.57269;3;20220102;16.5;9.6;13;2.7;11.86;0;.86;3904
+77076;44.89209;-.57269;3;20220103;17.5;10.2;13.8;3.1;11.76;0;1.1;5150
+77076;44.89209;-.57269;3;20220104;14.8;11.5;13.2;2.9;10.66;1.7;1.21;2249
+77076;44.89209;-.57269;3;20220105;9.2;2.6;5.9;1.5;6.96;.1;.49;5482
+77076;44.89209;-.57269;3;20220106;9.4;-.4;4.5;1;5.61;.1;.4;6331
+77076;44.89209;-.57269;3;20220107;13.2;3.4;8.3;3.5;7.86;2.9;1.06;5939
+77076;44.89209;-.57269;3;20220108;12.3;8.3;10.3;5.1;10.86;8.6;.75;3081
+77076;44.89209;-.57269;3;20220109;10.9;8;9.4;3.2;10.71;15.8;.53;2094
+77076;44.89209;-.57269;3;20220110;12.4;9.7;11;3.1;12.16;4.6;.49;1952
+77076;44.89209;-.57269;3;20220111;11.4;5.1;8.3;1.5;7.96;.1;.58;5982
+77076;44.89209;-.57269;3;20220112;7;.1;3.6;2.5;5.81;0;.63;6460
+77076;44.89209;-.57269;3;20220113;5.9;-2;1.9;2.3;5.76;0;.43;6493
+77076;44.89209;-.57269;3;20220114;7.9;-1.1;3.4;2.1;5.86;0;.6;6388
+77076;44.89209;-.57269;3;20220115;6.2;-3.6;1.3;1;5.51;.1;.3;7003
+77076;44.89209;-.57269;3;20220116;2;-3.9;-1;1;5.41;.1;.23;5233
+77076;44.89209;-.57269;3;20220117;7.3;-.8;3.3;1.5;7.36;.1;.31;4910
+77076;44.89209;-.57269;3;20220118;4.1;-1.1;1.5;1.3;6.96;.1;.23;3280
+77076;44.89209;-.57269;3;20220119;8.4;3.5;6;1.4;8.81;3;.39;3185
+77076;44.89209;-.57269;3;20220120;7.9;5.9;6.9;2.5;8.51;.2;.59;2491
+77076;44.89209;-.57269;3;20220121;6.8;1;3.9;3.3;5.86;0;.83;6320
+77076;44.89209;-.57269;3;20220122;9.2;-1.2;4;2.6;5.91;.1;.78;7704
+77076;44.89209;-.57269;3;20220123;9.8;-1.4;4.2;1.8;6.01;0;.66;8162
+77076;44.89209;-.57269;3;20220124;13.3;-1.1;6.1;1.5;6.66;0;.75;8568
+77076;44.89209;-.57269;3;20220125;13.4;-1.6;5.9;1.3;6.66;0;.69;8887
+77076;44.89209;-.57269;3;20220126;11.5;-2.5;4.5;1.9;6.21;0;.78;8923
+77076;44.89209;-.57269;3;20220127;2.7;-1.9;.4;2.3;5.51;0;.41;5259
+77076;44.89209;-.57269;3;20220128;10.5;-.5;5;1.4;7.46;0;.54;6306
+77076;44.89209;-.57269;3;20220129;3.5;2.7;3.1;1.5;7.46;0;.34;1702
+77076;44.89209;-.57269;3;20220130;8.3;2.8;5.6;1.5;8.86;.4;.38;3668
+77076;44.89209;-.57269;3;20220131;11.7;6.5;9.1;2.8;9.81;1.1;.75;5493
+77076;44.89209;-.57269;3;20220201;11.3;1.8;6.5;2.6;8.91;.5;.59;6275
+77076;44.89209;-.57269;3;20220202;11.4;8.9;10.1;2.4;11.06;.1;.64;3710
+77076;44.89209;-.57269;3;20220203;10.2;5.4;7.8;2.4;9.86;.4;.53;3546
+77076;44.89209;-.57269;3;20220204;13.2;7.3;10.2;2.4;11.06;1.8;.7;4405
+77076;44.89209;-.57269;3;20220205;12.3;2.9;7.6;2.1;7.81;.1;.98;9238
+77076;44.89209;-.57269;3;20220206;11.8;3;7.4;3.6;9.81;1.2;.58;5793
+77076;44.89209;-.57269;3;20220207;14.2;10.4;12.3;2.6;11.21;.4;1.08;5780
+77076;44.89209;-.57269;3;20220208;14.7;5.1;9.9;2.1;7.96;0;1.3;10016
+77076;44.89209;-.57269;3;20220209;17.6;3.1;10.4;2.1;8.06;.1;1.5;11002
+77076;44.89209;-.57269;3;20220210;11.8;3.3;7.6;2.1;9.61;.9;1.24;9400
+77076;44.89209;-.57269;3;20220211;12.6;6.8;9.7;3.4;7.91;0;1.54;10000
+77076;44.89209;-.57269;3;20220212;13;.7;6.9;1.8;6.31;0;1.2;9700
+77076;44.89209;-.57269;3;20220213;19;1.8;10.4;4.9;8.81;1.7;2.26;10500
+77076;44.89209;-.57269;3;20220214;12.3;7.9;10.1;5.1;10.11;4.9;1.15;5900
+77076;44.89209;-.57269;3;20220215;12.8;4.1;8.5;4.6;10.11;15.4;.81;6200
+77076;44.89209;-.57269;3;20220216;14.4;9.4;11.9;5.9;13.31;6.4;.63;4679
+77076;44.89209;-.57269;3;20220217;13.6;12.4;13;4;13.86;.6;.7;3039
+77076;44.89209;-.57269;3;20220218;14.3;10.4;12.3;2.5;11.61;.2;1.06;4935
+77076;44.89209;-.57269;3;20220219;12.8;5.4;9.1;1.9;8.26;.1;1.22;9279
+77076;44.89209;-.57269;3;20220220;14.3;5.7;10;3.9;11.11;2.7;.97;7877
+77076;44.89209;-.57269;3;20220221;13.5;9.8;11.6;4.3;10.01;0;1.6;7628
+77076;44.89209;-.57269;3;20220222;14.8;7.1;10.9;2.1;9.81;0;1.34;9741
+77076;44.89209;-.57269;3;20220223;17.3;6.6;11.9;1.3;9.76;0;1.4;11576
+77076;44.89209;-.57269;3;20220224;14.9;5.1;10;2.1;9.51;.6;1.31;9996
+77076;44.89209;-.57269;3;20220225;12.4;1;6.7;1.6;6.76;0;1.32;12729
+77076;44.89209;-.57269;3;20220226;14.2;.5;7.4;3;5.51;0;2.13;14200
+77076;44.89209;-.57269;3;20220227;18;4.6;11.3;2.3;7.96;.1;2.03;12521
+77076;44.89209;-.57269;3;20220228;19.7;3.5;11.6;.8;8.96;0;1.54;14165
+77076;44.89209;-.57269;3;20220301;18.7;3.3;11;2.6;8.26;.4;2.21;13901
+77076;44.89209;-.57269;3;20220302;12.4;8.8;10.6;2.6;10.56;1;1.05;5071
+77076;44.89209;-.57269;3;20220303;13.7;6.9;10.3;2;10.81;.5;1.09;7937
+77076;44.89209;-.57269;3;20220304;11.1;8.5;9.8;3;10.36;.2;1.01;4875
+77076;44.89209;-.57269;3;20220305;12.8;4.5;8.6;2.6;7.76;.4;1.65;11898
+77076;44.89209;-.57269;3;20220306;13.1;6.2;9.6;2.5;7.01;.1;1.92;12275
+77076;44.89209;-.57269;3;20220307;12.7;-1.5;5.6;2.1;5.61;0;1.8;15438
+77076;44.89209;-.57269;3;20220308;11.2;6.7;8.9;3.5;9.21;1;1.19;5897
+77076;44.89209;-.57269;3;20220309;16.9;4;10.4;3.9;9.41;.2;2.11;13972
+77076;44.89209;-.57269;3;20220310;16;10.1;13.1;4;11.36;2.6;1.81;8678
+77076;44.89209;-.57269;3;20220311;12.5;11.2;11.9;3.9;11.11;11.6;1.23;3148
+77076;44.89209;-.57269;3;20220312;14.6;7.8;11.2;3.6;9.91;4.4;1.9;12376
+77076;44.89209;-.57269;3;20220313;14.4;8.8;11.6;4;9.21;5.6;2.07;9928
+77076;44.89209;-.57269;3;20220314;15.3;4.7;10;5.1;9.51;.1;1.9;10468
+77076;44.89209;-.57269;3;20220315;19.2;12.3;15.8;5.3;12.23;0;2.75;10837
+77076;44.89209;-.57269;3;20220316;16.4;12.1;14.2;2.9;12.51;0;1.63;7050
+77076;44.89209;-.57269;3;20220317;12.3;10.4;11.3;5.2;10.21;.7;1.56;4555
+77076;44.89209;-.57269;3;20220318;16.4;7.4;11.9;4.3;9.11;0;2.6;14900
+77076;44.89209;-.57269;3;20220319;19.7;7;13.4;4.2;8.91;0;3.21;15500
+77076;44.89209;-.57269;3;20220320;18.2;8.4;13.3;4.4;9.71;0;2.95;16000
+77076;44.89209;-.57269;3;20220321;20.8;11.2;16;6.2;9.91;0;4.11;16000
+77076;44.89209;-.57269;3;20220322;18.3;8.1;13.2;5.8;7.31;0;3.94;15700
+77076;44.89209;-.57269;3;20220323;18.3;6.7;12.5;4;7.11;0;3.59;19700
+77076;44.89209;-.57269;3;20220324;18.8;5;11.9;2.6;7.61;0;3.07;20100
+77076;44.89209;-.57269;3;20220325;18.7;5.9;12.3;2.4;7.11;0;2.72;12800
+77076;44.89209;-.57269;3;20220326;22.1;6.1;14.1;3.6;6.01;0;4.35;20300
+77076;44.89209;-.57269;3;20220327;21.9;8.4;15.2;3.6;7.41;0;4.1;18500
+77076;44.89209;-.57269;3;20220328;22;8.5;15.3;2.1;8.61;0;3.1;15600
+77076;44.89209;-.57269;3;20220329;16.4;10.7;13.6;1.6;10.91;0;1.52;5900
+77076;44.89209;-.57269;3;20220330;16;9.3;12.7;3.3;11.11;.8;1.79;8200
+77076;44.89209;-.57269;3;20220331;14.8;8.3;11.6;4.8;9.01;1.9;2.58;13500
+77076;44.89209;-.57269;3;20220401;9.8;1.3;5.6;5.6;5.51;.4;2.43;16600
+77076;44.89209;-.57269;3;20220402;10.7;1;5.9;4.1;5.21;.1;2.5;16900
+77076;44.89209;-.57269;3;20220403;8.8;0;4.4;3.2;5.48;0;2.23;17204
+77076;44.89209;-.57269;3;20220404;12.8;1.7;7.3;2.1;5.25;0;2.38;19567
+77076;44.89209;-.57269;3;20220405;14.3;-.2;7.1;2;7.71;0;1.74;11900
+77076;44.89209;-.57269;3;20220406;14.9;9.8;12.4;4;11.61;1.4;1.71;9000
+77076;44.89209;-.57269;3;20220407;14.4;11;12.7;8.4;13.01;19.9;1.18;5100
+77076;44.89209;-.57269;3;20220408;18.3;12.2;15.3;7.2;11.31;1.1;3.28;11500
+77076;44.89209;-.57269;3;20220409;16.4;5.4;10.9;2.3;8.11;0;3.01;22100
+77076;44.89209;-.57269;3;20220410;20;4.2;12.1;5.4;7.21;0;4.46;23000
+77076;44.89209;-.57269;3;20220411;24.1;11.1;17.6;7.5;11.11;.2;5.31;20000
+77076;44.89209;-.57269;3;20220412;19.1;12.1;15.6;4.7;12.31;2.6;2.99;14100
+77076;44.89209;-.57269;3;20220413;17.9;11.5;14.7;2.9;12.91;.4;2.23;12200
+77076;44.89209;-.57269;3;20220414;24.1;12.3;18.2;1.9;12.61;0;3.93;23200
+77076;44.89209;-.57269;3;20220415;25.6;10.2;17.9;2.4;12.41;0;4.18;23000
+77076;44.89209;-.57269;3;20220416;24.2;8.5;16.4;3;11.51;0;4.31;24800
+77076;44.89209;-.57269;3;20220417;24.1;8.3;16.2;2.9;10.71;0;4.34;24300
+77076;44.89209;-.57269;3;20220418;19.5;10.9;15.2;3.3;12.21;0;2.97;16300
+77076;44.89209;-.57269;3;20220419;14.2;8.1;11.2;3.4;11.21;9.5;1.41;7100
+77076;44.89209;-.57269;3;20220420;13.4;9.3;11.4;3.4;11.71;11.6;1.04;3700
+77076;44.89209;-.57269;3;20220421;18.3;8.4;13.4;2.2;12.61;.1;2.03;12000
+77076;44.89209;-.57269;3;20220422;21.3;10.1;15.7;2.9;12.01;6.7;3.29;17600
+77076;44.89209;-.57269;3;20220423;13.6;12.1;12.9;4.4;12.21;11.5;1.58;7200
+77076;44.89209;-.57269;3;20220424;16.9;11.4;14.2;6;12.11;0;2.57;12400
+77076;44.89209;-.57269;3;20220425;20.3;8.8;14.6;2.8;11.11;.1;3.59;22300
+77076;44.89209;-.57269;3;20220426;23.6;9.3;16.5;3.4;11.21;0;4.62;25800
+77076;44.89209;-.57269;3;20220427;21.7;13.1;17.4;2.8;13.01;.9;2.86;11300
+77076;44.89209;-.57269;3;20220428;21.2;13.1;17.2;3.2;14.41;0;3.34;18900
+77076;44.89209;-.57269;3;20220429;22.6;11.2;16.9;2.9;13.51;0;3.61;20000
+77076;44.89209;-.57269;3;20220430;23.6;11.9;17.8;2.5;13.71;0;3.75;20200
+77076;44.89209;-.57269;3;20220501;23;8.6;15.8;2.2;12.11;0;3.51;19600
+77076;44.89209;-.57269;3;20220502;21.7;12;16.9;2.1;10.71;0;3.75;19900
+77076;44.89209;-.57269;3;20220503;23.7;12.9;18.3;3.1;10.91;.1;4.95;25500
+77076;44.89209;-.57269;3;20220504;22.3;12.3;17.3;3.2;10.21;0;4.48;21700
+77076;44.89209;-.57269;3;20220505;22.5;8.7;15.6;3.2;10.91;.1;4.27;23800
+77076;44.89209;-.57269;3;20220506;22.5;9.4;16;2.2;12.16;.1;4.04;24692
+77076;44.89209;-.57269;3;20220507;25;10.3;17.6;1.9;12.51;.1;4.31;24636
+77076;44.89209;-.57269;3;20220508;25.8;10.6;18.2;1.7;12.01;0;4.44;24982
+77076;44.89209;-.57269;3;20220509;28.1;11.5;19.8;1.6;12.16;0;4.99;27283
+77076;44.89209;-.57269;3;20220510;30.2;11.8;21;1.9;13.06;0;5.44;27553
+77076;44.89209;-.57269;3;20220511;26.3;14.6;20.5;2.3;15.26;.5;4.63;24403
+77076;44.89209;-.57269;3;20220512;21.6;14.3;18;1.4;14.81;1.1;2.96;15815
+77076;44.89209;-.57269;3;20220513;25.8;14.1;19.9;1.6;14.76;0;4.44;24404
+77076;44.89209;-.57269;3;20220514;30.3;13;21.7;2.4;15.81;0;5.4;26047
+77076;44.89209;-.57269;3;20220515;30.5;16.5;23.5;2.5;17.46;8.4;5.02;21764
+77076;44.89209;-.57269;3;20220516;28.2;15.5;21.8;1.5;17.31;0;4.78;25339
+77076;44.89209;-.57269;3;20220517;29.7;17.4;23.5;3;16.56;.1;5.83;26537
+77076;44.89209;-.57269;3;20220518;32.9;14.9;23.9;2.4;17.11;2.6;6.04;27569
+77076;44.89209;-.57269;3;20220519;26.6;17.8;22.2;2.3;19.36;.1;3.9;18557
+77076;44.89209;-.57269;3;20220520;25.7;18.7;22.2;2.6;18.31;0;3.93;17713
+77076;44.89209;-.57269;3;20220521;31.2;14;22.6;1.6;17.91;0;5.15;25680
+77076;44.89209;-.57269;3;20220522;32.5;20;26.3;2.8;21.36;2.5;5.55;22606
+77076;44.89209;-.57269;3;20220523;21;17;19;4.8;16.36;2;3.19;14235
+77076;44.89209;-.57269;3;20220524;19;11.9;15.5;2.4;12.56;.5;3.25;18575
+77076;44.89209;-.57269;3;20220525;21.4;9.3;15.4;1.9;11.96;.2;3.86;23448
+77076;44.89209;-.57269;3;20220526;20.3;12.8;16.5;1.9;14.21;0;2.91;16022
+77076;44.89209;-.57269;3;20220527;23.6;12.3;18;2.1;14.41;.1;4.13;23547
+77076;44.89209;-.57269;3;20220528;26.3;12.9;19.6;2.9;12.41;0;5.55;27930
+77076;44.89209;-.57269;3;20220529;22.8;10.8;16.8;3.3;9.66;0;5.32;27865
+77076;44.89209;-.57269;3;20220530;24.3;9.4;16.9;2.5;8.96;0;5.35;28551
+77076;44.89209;-.57269;3;20220531;24.8;13.4;19.1;2.4;12.31;1.8;4.83;24468
+77076;44.89209;-.57269;3;20220601;28.2;12.9;20.5;2.6;14.21;8.9;5.56;27057
+77076;44.89209;-.57269;3;20220602;28.7;17.2;22.9;2.3;18.76;1.3;5.16;25508
+77076;44.89209;-.57269;3;20220603;27.6;18.7;23.1;2.2;19.26;.7;4.4;20419
+77076;44.89209;-.57269;3;20220604;25.4;16.9;21.2;1.9;18.61;1.6;3.68;18096
+77076;44.89209;-.57269;3;20220605;23.2;17.6;20.4;2.1;16.41;0;3.32;14716
+77076;44.89209;-.57269;3;20220606;24.1;14.7;19.4;1.6;15.56;.3;3.81;20006
+77076;44.89209;-.57269;3;20220607;24.3;14.8;19.6;2.4;15.01;8.9;4.6;24443
+77076;44.89209;-.57269;3;20220608;20.3;15.6;17.9;2.7;16.61;2.3;2.68;13742
+77076;44.89209;-.57269;3;20220609;23.5;12.3;17.9;1.9;14.16;0;4.27;24317
+77076;44.89209;-.57269;3;20220610;28.1;10.5;19.3;1.4;15.16;.1;5.22;30138
+77076;44.89209;-.57269;3;20220611;30.5;14.3;22.4;2;17.06;0;5.66;28111
+77076;44.89209;-.57269;3;20220612;31;17.2;24.1;1.8;19.11;.4;5.26;24929
+77076;44.89209;-.57269;3;20220613;29.6;19;24.3;2.8;15.81;0;6.07;26208
+77076;44.89209;-.57269;3;20220614;35.5;17.8;26.6;2.3;17.56;.1;6.81;28645
+77076;44.89209;-.57269;3;20220615;34;20.5;27.3;2.1;19.46;0;6.41;27809
+77076;44.89209;-.57269;3;20220616;36.3;17.1;26.7;1.8;17.46;0;6.67;29214
+77076;44.89209;-.57269;3;20220617;38.7;19.9;29.3;1.9;18.46;0;7.24;29720
+77076;44.89209;-.57269;3;20220618;40.3;21.9;31.1;3;18.71;.6;8.52;29455
+77076;44.89209;-.57269;3;20220619;29.8;20.1;25;2.9;19.76;2.7;5.47;23917
+77076;44.89209;-.57269;3;20220620;28.9;17.7;23.3;2;19.21;8.6;4.88;23370
+77076;44.89209;-.57269;3;20220621;26.9;17.6;22.2;2.5;20.04;14.5;3.95;18733
+77076;44.89209;-.57269;3;20220622;25.1;17.1;21.1;3.4;18.31;4.3;4.49;23000
+77076;44.89209;-.57269;3;20220623;24.7;16;20.3;2;17.68;6.9;3.9;20366
+77076;44.89209;-.57269;3;20220624;23.2;16.7;19.9;2.8;17.04;7.1;4.06;21333
+77076;44.89209;-.57269;3;20220625;20.1;16.1;18.1;2.1;16.01;7;2.18;9166
+77076;44.89209;-.57269;3;20220626;19.7;14.4;17.1;1.5;15.18;1.2;2.13;9866
+77076;44.89209;-.57269;3;20220627;23.3;12.3;17.8;1.8;13.61;0;4.35;25000
+77076;44.89209;-.57269;3;20220628;24.7;11.9;18.3;1.5;13.18;0;4.82;28333
+77076;44.89209;-.57269;3;20220629;24.3;11.6;17.9;1.7;14.68;5.2;3.81;20900
+77076;44.89209;-.57269;3;20220630;20;14.7;17.4;1.6;15.24;3;2.55;12933
+77076;44.89209;-.57269;3;20220701;24;10.3;17.1;1.3;12.81;0;4.37;26233
+77076;44.89209;-.57269;3;20220702;28.8;12.1;20.4;2;13.46;0;5.79;30324
+77076;44.89209;-.57269;3;20220703;26.8;14.7;20.7;2.6;14.96;2.3;5.26;26562
+77076;44.89209;-.57269;3;20220704;26.4;16.2;21.3;1.9;16.86;.1;4.1;19555
+77076;44.89209;-.57269;3;20220705;28.9;16;22.4;1.9;15.51;0;5.55;27829
+77076;44.89209;-.57269;3;20220706;28.9;15.6;22.2;2.6;14.36;0;6.02;28610
+77076;44.89209;-.57269;3;20220707;28.4;15.1;21.7;1.8;15.91;0;5.24;26885
+77076;44.89209;-.57269;3;20220708;29.6;16.1;22.9;2.7;15.41;0;6.13;28808
+77076;44.89209;-.57269;3;20220709;31.6;15.9;23.7;2.8;14.26;0;6.77;29986
+77076;44.89209;-.57269;3;20220710;32.4;17.7;25.1;3.4;14.84;0;7.3;30433
+77076;44.89209;-.57269;3;20220711;35.1;17.6;26.4;2.8;15.18;0;7.46;30200
+77076;44.89209;-.57269;3;20220712;36.4;18;27.2;2.5;14.81;0;7.54;30633
+77076;44.89209;-.57269;3;20220713;36;17.1;26.6;1.7;13.56;0;6.76;30119
+77076;44.89209;-.57269;3;20220714;36.9;17.8;27.3;1.9;15.76;0;6.91;29632
+77076;44.89209;-.57269;3;20220715;33.8;19;26.4;2.4;14.41;0;6.88;28452
+77076;44.89209;-.57269;3;20220716;35.7;18.2;26.9;2.8;13.51;0;7.54;29353
+77076;44.89209;-.57269;3;20220717;37.9;20;28.9;3;12.86;0;8.14;28662
+77076;44.89209;-.57269;3;20220718;40.2;22.5;31.4;3.6;15.71;0;9.01;28469
+77076;44.89209;-.57269;3;20220719;29.5;22.6;26;3.3;19.86;.7;5.31;19935
+77076;44.89209;-.57269;3;20220720;27.6;19.8;23.7;2.3;18.56;0;4.47;19566
+77076;44.89209;-.57269;3;20220721;31.1;15.8;23.4;1.4;17.81;0;5.39;27682
+77076;44.89209;-.57269;3;20220722;27.3;17.8;22.5;3;18.01;0;4.54;20392
+77076;44.89209;-.57269;3;20220723;30.1;15.3;22.7;1.8;16.51;0;5.13;25364
+77076;44.89209;-.57269;3;20220724;36.6;16.6;26.6;1.9;15.61;0;6.62;28782
+77076;44.89209;-.57269;3;20220725;26.2;20.5;23.3;2.8;18.76;.8;3.93;16040
+77076;44.89209;-.57269;3;20220726;26.4;16.1;21.2;1.7;15.36;0;4.38;22130
+77076;44.89209;-.57269;3;20220727;28.2;14;21.1;1.5;14.76;0;4.94;26393
+77076;44.89209;-.57269;3;20220728;28;15.9;21.9;2.1;16.01;0;4.98;25214
+77076;44.89209;-.57269;3;20220729;26.2;18;22.1;1.6;18.01;.2;3.42;15629
+77076;44.89209;-.57269;3;20220730;29.6;16.1;22.8;1.5;18.51;.1;4.49;22351
+77076;44.89209;-.57269;3;20220731;31.2;16.2;23.7;1.9;18.46;.1;5.37;26557
+77076;44.89209;-.57269;3;20220801;32.7;16;24.4;2;18.26;0;5.68;26666
+77076;44.89209;-.57269;3;20220802;35.9;16.8;26.3;1.8;17.56;.1;6.17;27959
+77076;44.89209;-.57269;3;20220803;38.4;19.1;28.8;1.6;17.76;.1;6.31;26695
+77076;44.89209;-.57269;3;20220804;33.8;19.8;26.8;2.8;20.36;.2;6;25251
+77076;44.89209;-.57269;3;20220805;31.6;19.9;25.7;2.3;18.71;0;5.06;20604
+77076;44.89209;-.57269;3;20220806;32.2;20.7;26.4;3.2;13.56;0;6.58;24299
+77076;44.89209;-.57269;3;20220807;33.3;17.3;25.3;3.1;10.91;0;7.02;27059
+77076;44.89209;-.57269;3;20220808;35;17.6;26.3;2.8;10.71;0;7.08;27405
+77076;44.89209;-.57269;3;20220809;36;19.1;27.6;2.5;11.46;0;6.93;26634
+77076;44.89209;-.57269;3;20220810;38.1;19.7;28.9;2.4;11.36;0;7.13;26911
+77076;44.89209;-.57269;3;20220811;39;20;29.5;2;13.21;0;6.54;24688
+77076;44.89209;-.57269;3;20220812;38;23.3;30.6;2.2;16.96;0;6.47;24463
+77076;44.89209;-.57269;3;20220813;34.1;21.2;27.7;2.5;22.11;9.7;5.42;21763
+77076;44.89209;-.57269;3;20220814;26.5;19.9;23.2;2.8;20.51;1.1;3.42;14495
+77076;44.89209;-.57269;3;20220815;27.4;17.4;22.4;2.6;18.26;0;4.19;19981
+77076;44.89209;-.57269;3;20220816;27.9;17.3;22.6;1.7;18.56;1.6;3.69;17709
+77076;44.89209;-.57269;3;20220817;24.9;17.3;21.1;2.4;17.56;2;3.27;14717
+77076;44.89209;-.57269;3;20220818;26.2;14.6;20.4;1.9;16.81;.4;3.72;19553
+77076;44.89209;-.57269;3;20220819;27;16.5;21.8;2;18.36;0;3.68;18138
+77076;44.89209;-.57269;3;20220820;27.2;17.6;22.4;1.4;19.11;0;3.27;16076
+77076;44.89209;-.57269;3;20220821;27.4;16.6;22;2.1;17.61;.9;3.74;17586
+77076;44.89209;-.57269;3;20220822;27;19.6;23.3;2.3;20.61;1;3.46;16017
+77076;44.89209;-.57269;3;20220823;29.9;19.7;24.8;1.3;21.21;.1;3.66;17806
+77076;44.89209;-.57269;3;20220824;35.6;18.1;26.8;1.6;19.01;4.2;5.27;24024
+77076;44.89209;-.57269;3;20220825;29.4;20.4;24.9;2.7;21.71;1.1;4.08;17417
+77076;44.89209;-.57269;3;20220826;29.2;19.3;24.3;2.4;20.58;0;4.17;19266
+77076;44.89209;-.57269;3;20220827;31;16.9;24;1.8;16.61;0;4.6;22103
+77076;44.89209;-.57269;3;20220828;33;16.7;24.9;2.2;14.76;0;5.31;23642
+77076;44.89209;-.57269;3;20220829;32.1;20.1;26.1;1.9;16.26;.2;4.22;15264
+77076;44.89209;-.57269;3;20220830;33.1;17.5;25.3;1.6;18.51;0;4.52;21416
+77076;44.89209;-.57269;3;20220831;31.8;18.9;25.4;2;20.21;0;4.33;19087
+77076;44.89209;-.57269;3;20220901;29.3;19;24.2;1.8;19.41;2.7;3.62;16417
+77076;44.89209;-.57269;3;20220902;25.9;18.3;22.1;1.7;19.36;5.5;2.89;13919
+77076;44.89209;-.57269;3;20220903;26.9;16.8;21.9;1.9;17.56;0;3.4;16419
+77076;44.89209;-.57269;3;20220904;32.5;16;24.2;2.1;15.36;0;4.83;21561
+77076;44.89209;-.57269;3;20220905;32.7;18.2;25.4;2.9;15.86;.2;5.33;20772
+77076;44.89209;-.57269;3;20220906;30.3;16.6;23.5;2.3;16.11;0;4.5;20671
+77076;44.89209;-.57269;3;20220907;24.4;17.3;20.9;1.6;16.21;2.7;2.75;12707
+77076;44.89209;-.57269;3;20220908;23.4;16.8;20.1;2.9;17.61;2.2;2.62;11738
+77076;44.89209;-.57269;3;20220909;23.4;15.4;19.4;2.3;15.61;1.3;2.93;14670
+77076;44.89209;-.57269;3;20220910;26.7;15;20.9;1.5;15.76;0;3.3;17936
+77076;44.89209;-.57269;3;20220911;32.1;16.3;24.2;2.8;14.41;0;5.07;20361
+77076;44.89209;-.57269;3;20220912;37.1;20.5;28.8;2.8;16.46;2.4;5.67;18457
+77076;44.89209;-.57269;3;20220913;32.8;21.4;27.1;3.3;20.61;0;4.47;14055
+77076;44.89209;-.57269;3;20220914;28.9;20.2;24.5;2.8;17.21;.2;4.02;15499
+77076;44.89209;-.57269;3;20220915;27.6;17.3;22.5;1.5;19.36;0;2.97;15521
+77076;44.89209;-.57269;3;20220916;24.3;15.9;20.1;2.2;15.01;0;3.02;15027
+77076;44.89209;-.57269;3;20220917;22.2;9.7;16;2.5;9.06;0;3.5;18849
+77076;44.89209;-.57269;3;20220918;25.3;8.4;16.8;2.6;7.86;0;4.11;20045
+77076;44.89209;-.57269;3;20220919;25.5;8.8;17.2;2.6;8.86;0;3.95;19726
+77076;44.89209;-.57269;3;20220920;24.3;8.7;16.5;2.7;8.86;0;3.81;19232
+77076;44.89209;-.57269;3;20220921;25.3;8.7;17;2.2;9.06;0;3.6;19140
+77076;44.89209;-.57269;3;20220922;27;8.1;17.6;1.4;9.56;0;3.2;19049
+77076;44.89209;-.57269;3;20220923;20.9;10.4;15.7;1.3;13.51;0;1.79;9732
+77076;44.89209;-.57269;3;20220924;22.9;12.3;17.6;2.1;13.86;.9;2.52;13477
+77076;44.89209;-.57269;3;20220925;21.7;9.2;15.4;1.3;11.56;.1;2.25;14828
+77076;44.89209;-.57269;3;20220926;20.5;7.5;14;2.6;11.66;4.1;2.31;13042
+77076;44.89209;-.57269;3;20220927;19.8;12.8;16.3;2.9;14.26;7.2;2.04;10738
+77076;44.89209;-.57269;3;20220928;20.8;16;18.4;4.8;16.26;7;2.37;10452
+77076;44.89209;-.57269;3;20220929;17.3;13;15.1;1.8;13.26;3.8;1.51;7799
+77076;44.89209;-.57269;3;20220930;20.5;8.9;14.7;1.6;11.56;1.3;2.21;15393
+77076;44.89209;-.57269;3;20221001;20.2;14;17.1;3.8;17.61;4.2;1.35;7468
+77076;44.89209;-.57269;3;20221002;22;16.7;19.3;2;17.51;.1;1.8;8794
+77076;44.89209;-.57269;3;20221003;24.4;10.6;17.5;1.2;14.26;0;2.25;15412
+77076;44.89209;-.57269;3;20221004;25.6;10;17.8;1;14.01;.2;2.23;15761
+77076;44.89209;-.57269;3;20221005;27.1;11.9;19.5;1.6;15.26;.6;2.57;14846
+77076;44.89209;-.57269;3;20221006;20.5;14.9;17.7;2;16.56;.5;1.52;7527
+77076;44.89209;-.57269;3;20221007;25.1;11.6;18.4;1.5;15.31;1.2;2.21;13874
+77076;44.89209;-.57269;3;20221008;23;15;19;2.8;13.06;0;2.7;11888
+77076;44.89209;-.57269;3;20221009;27.2;11.8;19.5;2.1;13.41;.1;2.81;14303
+77076;44.89209;-.57269;3;20221010;19.3;14.3;16.8;1.4;16.16;4.4;1.17;5801
+77076;44.89209;-.57269;3;20221011;19.7;16.3;18;1.4;18.06;3.7;1.06;5213
+77076;44.89209;-.57269;3;20221012;20.4;13.7;17;1.3;15.91;.1;1.47;9651
+77076;44.89209;-.57269;3;20221013;20.5;11.8;16.1;2.2;16.06;3.8;1.33;8047
+77076;44.89209;-.57269;3;20221014;20.9;16.9;18.9;3.5;18.41;.1;1.43;5778
+77076;44.89209;-.57269;3;20221015;23.3;16.4;19.9;2.4;17.31;0;1.87;8100
+77076;44.89209;-.57269;3;20221016;29.3;14.8;22;2.9;17.31;3.3;2.99;12499
+77076;44.89209;-.57269;3;20221017;25.5;18.2;21.8;2.5;20.01;4.2;1.92;8339
+77076;44.89209;-.57269;3;20221018;28.7;17.5;23.1;3.4;18.96;0;2.93;11339
+77076;44.89209;-.57269;3;20221019;25.8;18.3;22.1;2.9;18.61;11.6;2.22;7856
+77076;44.89209;-.57269;3;20221020;25.5;15.9;20.7;3.8;16.36;.3;2.65;8996
+77076;44.89209;-.57269;3;20221021;22.7;17.6;20.1;2.8;14.41;0;2.22;5619
+77076;44.89209;-.57269;3;20221022;25.3;12.9;19.1;3.4;14.41;0;2.6;9972
+77076;44.89209;-.57269;3;20221023;26.1;17.6;21.9;4.7;14.26;0;3.63;8287
+77076;44.89209;-.57269;3;20221024;23.3;15.3;19.3;2.3;14.11;0;2.05;9581
+77076;44.89209;-.57269;3;20221025;22.9;11.3;17.1;2.8;13.61;1.6;1.94;8028
+77076;44.89209;-.57269;3;20221026;26.7;13.4;20;2.4;15.41;0;2.27;10419
+77076;44.89209;-.57269;3;20221027;25.3;18.1;21.7;4.2;17.16;0;2.59;4958
+77076;44.89209;-.57269;3;20221028;26;18;22;3;16.31;0;2.42;6640
+77076;44.89209;-.57269;3;20221029;23.4;17.7;20.5;2.8;16.71;.1;1.82;5389
+77076;44.89209;-.57269;3;20221030;21.1;15.3;18.2;1.9;16.01;3;1.32;6592
+77076;44.89209;-.57269;3;20221031;20.4;14.8;17.6;3;16.21;2.1;1.31;4795
+77076;44.89209;-.57269;3;20221101;19.4;11.3;15.3;2;13.36;.2;1.23;7314
+77076;44.89209;-.57269;3;20221102;19.7;10.7;15.2;2;12.56;.1;1.33;8539
+77076;44.89209;-.57269;3;20221103;20.1;13;16.5;3.8;12.16;7.7;2.12;5499
+77076;44.89209;-.57269;3;20221104;16.5;10.2;13.4;3.8;11.26;4.4;1.46;6171
+77076;44.89209;-.57269;3;20221105;17.6;7.8;12.7;1.3;10.31;0;1.03;8633
+77076;44.89209;-.57269;3;20221106;18.4;7.5;13;2.8;11.31;.5;1.31;6814
+77076;44.89209;-.57269;3;20221107;20;11.2;15.6;2.9;12.76;0;1.53;8133
+77076;44.89209;-.57269;3;20221108;20.1;12.6;16.4;3.3;13.16;0;1.63;4979
+77076;44.89209;-.57269;3;20221109;16.7;12.9;14.8;1.6;13.71;4.1;.84;3574
+77076;44.89209;-.57269;3;20221110;13.2;7.3;10.2;1.7;11.71;0;.59;6691
+77076;44.89209;-.57269;3;20221111;18.4;7;12.7;2.5;11.86;.2;1.09;8846
+77076;44.89209;-.57269;3;20221112;21.8;10.8;16.3;2.3;13.81;.2;1.31;8332
+77076;44.89209;-.57269;3;20221113;21.6;9.9;15.7;2;12.66;.1;1.29;8310
+77076;44.89209;-.57269;3;20221114;16.2;11.3;13.7;3.1;12.61;4.5;1.03;3989
+77076;44.89209;-.57269;3;20221115;16.7;11.9;14.3;3.5;13.16;10.6;1.1;3209
+77076;44.89209;-.57269;3;20221116;18.1;10.8;14.5;3.7;13.16;2;1.19;6441
+77076;44.89209;-.57269;3;20221117;16.5;13.7;15.1;4;13.21;6;1.34;4114
+77076;44.89209;-.57269;3;20221118;14;8.3;11.1;1.7;11.01;9.6;.69;4411
+77076;44.89209;-.57269;3;20221119;13.2;7;10.1;1.2;9.71;.2;.58;6673
+77076;44.89209;-.57269;3;20221120;14.2;4.1;9.2;2.4;10.41;5.5;.65;5010
+77076;44.89209;-.57269;3;20221121;15.1;9.2;12.2;3.9;11.11;16;1.16;3272
+77076;44.89209;-.57269;3;20221122;12.3;8.1;10.2;3.8;10.71;18.8;.75;3365
+77076;44.89209;-.57269;3;20221123;16.5;10.5;13.5;4.1;12.96;2.3;.97;5113
+77076;44.89209;-.57269;3;20221124;13.9;8.9;11.4;2.4;11.31;2.6;.71;3398
+77076;44.89209;-.57269;3;20221125;14.8;10.1;12.5;2;11.26;4;.79;4598
+77076;44.89209;-.57269;3;20221126;12.9;4.6;8.7;2.1;9.26;.1;.63;5387
+77076;44.89209;-.57269;3;20221127;12.2;5.1;8.6;2.4;9.76;8.5;.55;4994
+77076;44.89209;-.57269;3;20221128;15.1;9.9;12.5;2.8;11.41;4.1;.88;4827
+77076;44.89209;-.57269;3;20221129;13.4;6.7;10.1;1.7;10.21;.4;.58;4714
+77076;44.89209;-.57269;3;20221130;10;4;7;2;8.51;.1;.45;5187
+77076;44.89209;-.57269;3;20221201;10.8;3.6;7.2;2.8;7.96;.1;.7;5627
+77076;44.89209;-.57269;3;20221202;7.2;4;5.6;2.3;7.86;.1;.51;2440
+77076;44.89209;-.57269;3;20221203;7.7;3.3;5.5;1.6;7.26;0;.48;4174
+77076;44.89209;-.57269;3;20221204;10.7;1.3;6;1.3;7.16;0;.43;6063
+77076;44.89209;-.57269;3;20221205;11;.9;6;2.4;7.11;.1;.65;6465
+77076;44.89209;-.57269;3;20221206;10.8;5.3;8;2.6;7.36;0;.95;3771
+77076;44.89209;-.57269;3;20221207;7.8;1.1;4.4;2.3;6.71;.1;.52;4068
+77076;44.89209;-.57269;3;20221208;5.8;1.4;3.6;2.4;6.96;5.4;.42;2815
+77076;44.89209;-.57269;3;20221209;6.6;4;5.3;2.8;7.31;0;.56;3194
+77076;44.89209;-.57269;3;20221210;3;-2.1;.4;2;5.26;.1;.31;5407
+77076;44.89209;-.57269;3;20221211;4.6;-3.4;.6;2.1;4.76;.1;.45;5949
+77076;44.89209;-.57269;3;20221212;3.1;-2.8;.2;2.6;5.71;8.7;.3;2449
+77076;44.89209;-.57269;3;20221213;6.9;2.8;4.9;1.8;8.61;3.6;.23;2195
+77076;44.89209;-.57269;3;20221214;16.8;6.9;11.9;2.1;12.31;5.1;.52;5088
+77076;44.89209;-.57269;3;20221215;12.2;10.3;11.2;2.8;11.26;3.9;.69;2305
+77076;44.89209;-.57269;3;20221216;7.2;3.2;5.2;4;6.31;0;.87;4941
+77076;44.89209;-.57269;3;20221217;6.9;-3.8;1.6;1.9;5.06;0;.47;6128
+77076;44.89209;-.57269;3;20221218;12.9;1.8;7.3;3.9;8.36;0;.8;5637
+77076;44.89209;-.57269;3;20221219;16.7;9.6;13.1;4.5;11.21;0;1.36;4158
+77076;44.89209;-.57269;3;20221220;15;12.3;13.7;4;12.06;1.5;1.17;2173
+77076;44.89209;-.57269;3;20221221;17.3;9.9;13.6;3;12.71;.3;.85;4521
+77076;44.89209;-.57269;3;20221222;16.1;12.6;14.3;4.4;14.46;6.9;.8;2193
+77076;44.89209;-.57269;3;20221223;17.1;14;15.5;2.8;14.36;0;.92;2294
+77076;44.89209;-.57269;3;20221224;19;12.5;15.7;2;12.91;0;.91;4955
+77076;44.89209;-.57269;3;20221225;17.6;9.4;13.5;3.3;11.54;0;1.19;4100
+77076;44.89209;-.57269;3;20221226;14;9.9;11.9;1.3;11.96;1.6;.52;2632
+77076;44.89209;-.57269;3;20221227;13.5;6.6;10.1;1.2;10.91;.1;.38;4027
+77076;44.89209;-.57269;3;20221228;17;7.2;12.1;2.6;10.96;.3;.83;5696
+77076;44.89209;-.57269;3;20221229;12.8;11.6;12.2;2.9;12.41;16.5;.68;1290
+77076;44.89209;-.57269;3;20221230;17.1;10.1;13.6;3.6;12.81;.9;.97;3346
+77076;44.89209;-.57269;3;20221231;20.8;11.5;16.2;3.8;11.21;0;1.94;4880
+77077;44.92345;-.25904;7;20220101;18;4.3;11.1;1.8;9.91;.1;.73;6700
+77077;44.92345;-.25904;7;20220102;16.1;9.6;12.8;2.2;11.31;0;.85;4000
+77077;44.92345;-.25904;7;20220103;15.5;10.2;12.8;3;11.71;0;.84;5600
+77077;44.92345;-.25904;7;20220104;15;11.5;13.2;3.5;10.41;1.1;1.44;2300
+77077;44.92345;-.25904;7;20220105;8.8;2.2;5.5;1.7;6.91;0;.42;7000
+77077;44.92345;-.25904;7;20220106;9.4;-1.2;4.1;.9;5.71;.1;.29;7600
+77077;44.92345;-.25904;7;20220107;12;2.2;7.1;3.3;7.41;3.4;.93;6000
+77077;44.92345;-.25904;7;20220108;12.7;8.8;10.7;5.3;10.51;7;1;3800
+77077;44.92345;-.25904;7;20220109;10.4;8.5;9.4;2.7;10.31;15.8;.63;1400
+77077;44.92345;-.25904;7;20220110;9.8;9.4;9.6;2.2;11.51;6.7;.38;1500
+77077;44.92345;-.25904;7;20220111;11.1;3.5;7.3;1.9;7.61;.1;.56;7900
+77077;44.92345;-.25904;7;20220112;7.4;-.1;3.6;2.6;5.61;0;.68;7400
+77077;44.92345;-.25904;7;20220113;.5;-2.1;-.8;1.9;5.51;0;.2;4600
+77077;44.92345;-.25904;7;20220114;7.7;-1.2;3.2;2.1;5.81;0;.57;6800
+77077;44.92345;-.25904;7;20220115;2.3;-4;-.9;1;5.01;.2;.3;4100
+77077;44.92345;-.25904;7;20220116;.2;-5.1;-2.5;.8;5.01;.1;.24;2500
+77077;44.92345;-.25904;7;20220117;5.8;-1.2;2.3;1.3;6.91;.1;.33;2500
+77077;44.92345;-.25904;7;20220118;2.4;-2.5;-.1;1.5;6.31;.1;.21;2000
+77077;44.92345;-.25904;7;20220119;7.3;2.3;4.8;1.8;8.41;3.6;.34;1700
+77077;44.92345;-.25904;7;20220120;7.7;5;6.3;2.4;8.01;.6;.62;2900
+77077;44.92345;-.25904;7;20220121;6.7;.9;3.8;2.9;5.71;0;.76;8600
+77077;44.92345;-.25904;7;20220122;8.9;0;4.4;2.6;5.81;0;.83;8800
+77077;44.92345;-.25904;7;20220123;10.1;-1;4.5;1.5;5.91;0;.63;9200
+77077;44.92345;-.25904;7;20220124;11.9;-2.8;4.5;1.3;6.21;0;.62;9300
+77077;44.92345;-.25904;7;20220125;12.5;-2.9;4.8;.8;6.41;.1;.5;9200
+77077;44.92345;-.25904;7;20220126;12.3;-2.6;4.8;1.8;6.01;0;.84;9300
+77077;44.92345;-.25904;7;20220127;4.3;-1.9;1.2;1.7;5.61;0;.47;5200
+77077;44.92345;-.25904;7;20220128;4.6;-.7;1.9;1.3;6.81;.1;.34;3600
+77077;44.92345;-.25904;7;20220129;3.1;2.4;2.7;1.2;7.21;.1;.35;2000
+77077;44.92345;-.25904;7;20220130;8.4;2.3;5.3;1;8.51;.4;.42;2800
+77077;44.92345;-.25904;7;20220131;11.5;6.8;9.1;3;9.51;1;.85;4700
+77077;44.92345;-.25904;7;20220201;10.5;.5;5.5;3;8.61;.7;.52;4500
+77077;44.92345;-.25904;7;20220202;10.8;8.8;9.8;2.9;10.71;.1;.67;2500
+77077;44.92345;-.25904;7;20220203;9.1;4.3;6.7;2;9.41;.4;.44;1900
+77077;44.92345;-.25904;7;20220204;12.5;7;9.7;2.4;11.01;1.1;.62;2900
+77077;44.92345;-.25904;7;20220205;12;2.8;7.4;2.1;7.61;.1;.97;10300
+77077;44.92345;-.25904;7;20220206;11.6;1.5;6.5;4.1;9.31;1.4;.58;4000
+77077;44.92345;-.25904;7;20220207;13.9;10.5;12.2;2.9;11.01;.5;1.14;6200
+77077;44.92345;-.25904;7;20220208;14.7;2.3;8.5;1.4;7.41;0;1.06;11300
+77077;44.92345;-.25904;7;20220209;17.7;1;9.3;2;7.61;.1;1.46;11300
+77077;44.92345;-.25904;7;20220210;7.9;4.2;6;2.1;9.26;.7;1.25;9650
+77077;44.92345;-.25904;7;20220211;12.9;7.3;10.1;2.8;8.01;0;1.48;10750
+77077;44.92345;-.25904;7;20220212;13;.7;6.8;1.8;6.31;0;1.2;9700
+77077;44.92345;-.25904;7;20220213;17.9;.6;9.3;4.6;8.76;1.4;1.87;10521
+77077;44.92345;-.25904;7;20220214;12.3;7.9;10.1;5.1;10.11;5.6;1.15;5900
+77077;44.92345;-.25904;7;20220215;12.4;3.5;8;4;9.91;14.2;.75;5915
+77077;44.92345;-.25904;7;20220216;14.5;9.3;11.9;5.3;13.11;6.3;.68;3500
+77077;44.92345;-.25904;7;20220217;13.8;12.3;13;4;13.91;.9;.71;3200
+77077;44.92345;-.25904;7;20220218;15;10.1;12.5;3.1;11.61;.2;1.21;5400
+77077;44.92345;-.25904;7;20220219;12.5;5.8;9.1;1.9;8.41;.1;1.21;9800
+77077;44.92345;-.25904;7;20220220;14.5;5.4;9.9;3.9;10.71;2.4;1.05;6200
+77077;44.92345;-.25904;7;20220221;13.3;10.3;11.8;5.3;9.81;.1;1.86;8400
+77077;44.92345;-.25904;7;20220222;14.3;6.6;10.4;2;9.81;0;1.24;9300
+77077;44.92345;-.25904;7;20220223;16.7;6.5;11.6;1.1;9.71;0;1.37;12800
+77077;44.92345;-.25904;7;20220224;14.8;4;9.4;2.1;9.31;.7;1.29;10000
+77077;44.92345;-.25904;7;20220225;11.9;2;6.9;1.5;6.61;.1;1.35;13800
+77077;44.92345;-.25904;7;20220226;14.1;-.3;6.9;2.4;5.61;0;1.89;15200
+77077;44.92345;-.25904;7;20220227;17.2;3.9;10.5;1.9;7.71;.1;1.85;13200
+77077;44.92345;-.25904;7;20220228;19;2.2;10.6;1.1;8.71;0;1.61;14100
+77077;44.92345;-.25904;7;20220301;18;2.5;10.2;2.1;8.41;.1;1.91;14100
+77077;44.92345;-.25904;7;20220302;12.8;9;10.9;2.5;10.41;2.1;1.13;4900
+77077;44.92345;-.25904;7;20220303;14.1;7.5;10.8;2.1;10.71;.2;1.19;7800
+77077;44.92345;-.25904;7;20220304;9.7;8.9;9.3;3.3;10.61;.9;.69;2300
+77077;44.92345;-.25904;7;20220305;12.5;6.4;9.4;2.5;8.11;.4;1.64;11300
+77077;44.92345;-.25904;7;20220306;13.1;7;10;2.6;7.11;.1;2.08;14400
+77077;44.92345;-.25904;7;20220307;12.3;-1.6;5.3;2.4;5.71;0;1.85;17100
+77077;44.92345;-.25904;7;20220308;11.4;5.8;8.6;3.1;8.91;.6;1.11;4200
+77077;44.92345;-.25904;7;20220309;16;3.4;9.7;3.6;9.61;.3;1.79;12875
+77077;44.92345;-.25904;7;20220310;15.8;10.2;13;3.9;10.91;2.3;1.89;8418
+77077;44.92345;-.25904;7;20220311;11.7;11.4;11.5;3.4;10.81;11.5;1.1;1346
+77077;44.92345;-.25904;7;20220312;13.8;7.9;10.8;3.2;10.11;0;1.59;10000
+77077;44.92345;-.25904;7;20220313;11.9;9.5;10.7;3.9;9.51;7.9;1.53;5439
+77077;44.92345;-.25904;7;20220314;15.1;3.8;9.4;4.6;9.41;.1;1.59;6300
+77077;44.92345;-.25904;7;20220315;19;12.9;15.9;6;11.91;0;2.94;9800
+77077;44.92345;-.25904;7;20220316;16.1;11.3;13.7;2.6;12.21;0;1.35;4200
+77077;44.92345;-.25904;7;20220317;12.9;10.7;11.8;5.6;10.31;.7;1.67;3400
+77077;44.92345;-.25904;7;20220318;15.8;7.4;11.6;4.2;9.06;0;2.32;11908
+77077;44.92345;-.25904;7;20220319;19.6;6;12.8;3.3;8.96;0;2.91;15891
+77077;44.92345;-.25904;7;20220320;18.5;7;12.8;3.7;9.36;0;2.66;12739
+77077;44.92345;-.25904;7;20220321;20.4;9.7;15;5;9.53;0;3.59;14921
+77077;44.92345;-.25904;7;20220322;18.5;6.9;12.7;4.8;7.18;0;3.72;16908
+77077;44.92345;-.25904;7;20220323;18.4;4.9;11.7;3.4;6.78;0;3.38;19407
+77077;44.92345;-.25904;7;20220324;18.9;2.6;10.7;2.4;7.13;0;2.95;19956
+77077;44.92345;-.25904;7;20220325;19.7;4.3;12;2.5;7.01;0;3.01;16010
+77077;44.92345;-.25904;7;20220326;22.2;4.4;13.3;3;6.38;0;3.9;19831
+77077;44.92345;-.25904;7;20220327;22.2;5.2;13.7;2.8;7.51;0;3.65;18955
+77077;44.92345;-.25904;7;20220328;22.3;6.2;14.2;1.8;8.26;0;3.08;17529
+77077;44.92345;-.25904;7;20220329;17;9.1;13;1.9;10.61;0;1.82;8707
+77077;44.92345;-.25904;7;20220330;15.9;8.9;12.4;3;11.08;1.6;1.76;8639
+77077;44.92345;-.25904;7;20220331;14.6;8.1;11.4;5;8.96;1.9;2.56;12957
+77077;44.92345;-.25904;7;20220401;10.1;1.3;5.7;6.2;5.53;.5;2.5;15134
+77077;44.92345;-.25904;7;20220402;10.2;1.7;6;4.5;5.23;0;2.52;15965
+77077;44.92345;-.25904;7;20220403;7.5;-2.3;2.6;2.9;5.37;0;1.68;13624
+77077;44.92345;-.25904;7;20220404;13.1;.5;6.8;2.5;5.21;0;2.5;19127
+77077;44.92345;-.25904;7;20220405;14.3;-.2;7;2;7.71;0;1.74;11900
+77077;44.92345;-.25904;7;20220406;14.9;9.8;12.3;4;11.61;1.4;1.71;9000
+77077;44.92345;-.25904;7;20220407;14.4;11;12.7;7.5;12.81;19.8;1.27;4987
+77077;44.92345;-.25904;7;20220408;17.8;12.1;15;7.7;11.31;1.1;3.1;9028
+77077;44.92345;-.25904;7;20220409;15.3;4.9;10.1;2.3;7.86;0;2.63;18709
+77077;44.92345;-.25904;7;20220410;20;4.2;12.1;5.4;7.21;0;4.46;23000
+77077;44.92345;-.25904;7;20220411;23.6;8.8;16.2;6.3;10.41;.1;4.73;20200
+77077;44.92345;-.25904;7;20220412;19;11.3;15.2;3.7;11.88;3.4;2.67;11628
+77077;44.92345;-.25904;7;20220413;17.9;10.4;14.2;2.1;12.88;.3;1.98;11183
+77077;44.92345;-.25904;7;20220414;23.6;11.2;17.4;1.8;12.61;0;3.61;21639
+77077;44.92345;-.25904;7;20220415;24.2;8.5;16.4;2.4;12.26;0;3.79;22540
+77077;44.92345;-.25904;7;20220416;23.1;8.9;16;2.8;11.51;0;3.97;23040
+77077;44.92345;-.25904;7;20220417;23.1;7.2;15.1;2.7;10.61;0;3.93;23128
+77077;44.92345;-.25904;7;20220418;19.1;10.8;14.9;3.2;12.13;0;2.79;14753
+77077;44.92345;-.25904;7;20220419;15.1;8;11.5;3.1;11.13;10.1;1.7;8740
+77077;44.92345;-.25904;7;20220420;13.4;9.1;11.3;3.1;11.76;9.3;1.11;4752
+77077;44.92345;-.25904;7;20220421;18.2;8.5;13.4;2;12.58;1.3;2.06;12078
+77077;44.92345;-.25904;7;20220422;20.4;9.7;15;2.1;12.18;7;2.89;16844
+77077;44.92345;-.25904;7;20220423;14.1;10.9;12.5;3.8;12.11;10.5;1.5;6996
+77077;44.92345;-.25904;7;20220424;16.8;10.9;13.8;5.4;12.33;0;2.22;10090
+77077;44.92345;-.25904;7;20220425;19.4;8.5;14;2.4;11.16;0;3.33;21609
+77077;44.92345;-.25904;7;20220426;23.5;7;15.3;3.1;10.88;0;4.34;25510
+77077;44.92345;-.25904;7;20220427;21.2;10.7;15.9;2.6;12.41;0;2.95;14285
+77077;44.92345;-.25904;7;20220428;20.5;13;16.7;2.4;13.81;0;2.94;15939
+77077;44.92345;-.25904;7;20220429;21.5;10.7;16.1;2.6;13.68;0;3.27;19401
+77077;44.92345;-.25904;7;20220430;22.2;10.9;16.6;2.5;12.78;0;3.64;20914
+77077;44.92345;-.25904;7;20220501;21.5;8;14.8;2.1;11.28;0;3.45;21474
+77077;44.92345;-.25904;7;20220502;21.3;11.1;16.2;2.6;10.91;0;3.75;20042
+77077;44.92345;-.25904;7;20220503;23.3;10.6;16.9;2.7;11.36;.2;4.24;22813
+77077;44.92345;-.25904;7;20220504;21.8;11;16.4;2.8;10.66;0;3.96;20439
+77077;44.92345;-.25904;7;20220505;22.1;7.6;14.8;3;11.01;.1;4.05;24074
+77077;44.92345;-.25904;7;20220506;23;9.2;16.1;2;11.61;.1;1.9;2500
+77077;44.92345;-.25904;7;20220507;25.1;9.3;17.2;1.7;12.31;.3;1.89;2400
+77077;44.92345;-.25904;7;20220508;25.7;9.9;17.8;1.5;11.71;0;1.97;2700
+77077;44.92345;-.25904;7;20220509;28;11.1;19.5;.9;11.41;0;1.8;2800
+77077;44.92345;-.25904;7;20220510;30.6;10.5;20.5;1.6;11.81;0;2.55;2700
+77077;44.92345;-.25904;7;20220511;28.3;14;21.1;2.4;14.71;.5;2.55;2600
+77077;44.92345;-.25904;7;20220512;22.4;14.4;18.4;1.8;14.71;0;1.51;1700
+77077;44.92345;-.25904;7;20220513;25.9;14.7;20.3;1.7;15.21;0;1.8;2000
+77077;44.92345;-.25904;7;20220514;29.9;11.6;20.7;2.1;15.51;0;2.34;2300
+77077;44.92345;-.25904;7;20220515;29.8;15.9;22.8;1.9;16.71;12.8;2.17;1800
+77077;44.92345;-.25904;7;20220516;28.8;15.8;22.3;1.4;17.71;0;1.77;2500
+77077;44.92345;-.25904;7;20220517;30;15.7;22.8;2;17.01;.1;2.34;2800
+77077;44.92345;-.25904;7;20220518;32.5;14.1;23.3;1.9;17.51;2.1;2.43;2600
+77077;44.92345;-.25904;7;20220519;27.3;18.6;22.9;1.9;19.61;.1;1.7;1800
+77077;44.92345;-.25904;7;20220520;25.5;18.7;22.1;2.6;18.21;0;1.98;2000
+77077;44.92345;-.25904;7;20220521;31.3;14.7;23;1.4;18.21;0;1.88;2300
+77077;44.92345;-.25904;7;20220522;31.7;19.9;25.8;2.7;21.81;2.1;2.46;2100
+77077;44.92345;-.25904;7;20220523;22.2;17.6;19.9;5.6;15.71;1.7;2.63;1300
+77077;44.92345;-.25904;7;20220524;20.4;11.9;16.1;2.5;12.41;1.3;1.79;2300
+77077;44.92345;-.25904;7;20220525;21.5;8.4;14.9;1.8;11.21;.2;1.7;2600
+77077;44.92345;-.25904;7;20220526;19.8;11.4;15.6;1.5;13.81;0;1.09;1200
+77077;44.92345;-.25904;7;20220527;24.4;11.8;18.1;1.9;14.31;0;1.76;2500
+77077;44.92345;-.25904;7;20220528;27;12.9;19.9;3.2;12.01;0;3.25;3000
+77077;44.92345;-.25904;7;20220529;23.3;9.8;16.5;3.3;9.41;0;3.06;3100
+77077;44.92345;-.25904;7;20220530;24.3;9;16.6;2.1;8.71;0;2.61;2900
+77077;44.92345;-.25904;7;20220531;25.7;13.7;19.7;1.7;11.71;2.8;2.22;2400
+77077;44.92345;-.25904;7;20220601;28.1;12.2;20.1;2.2;14.41;10;2.36;2500
+77077;44.92345;-.25904;7;20220602;28.3;17.1;22.7;2.5;19.11;1.7;2.13;2600
+77077;44.92345;-.25904;7;20220603;28.7;19.4;24;2.3;20.61;1.7;1.98;2000
+77077;44.92345;-.25904;7;20220604;26.3;17.4;21.8;2.1;19.81;.3;1.5;1400
+77077;44.92345;-.25904;7;20220605;23.1;17.9;20.5;2.9;16.61;0;1.91;1500
+77077;44.92345;-.25904;7;20220606;24.3;13;18.6;1.4;15.21;.3;1.44;1900
+77077;44.92345;-.25904;7;20220607;24.8;15;19.9;2.3;14.71;8.9;2.11;2500
+77077;44.92345;-.25904;7;20220608;20.3;15.3;17.8;2.6;16.21;2.2;1.26;1100
+77077;44.92345;-.25904;7;20220609;22.8;12.6;17.7;2.1;14.51;.2;1.64;2200
+77077;44.92345;-.25904;7;20220610;28.2;10.6;19.4;1.2;14.61;.1;1.79;3000
+77077;44.92345;-.25904;7;20220611;31.5;13.5;22.5;1.4;16.41;0;5.53;28300
+77077;44.92345;-.25904;7;20220612;31.2;16.5;23.8;1.7;19.61;.4;4.9;23000
+77077;44.92345;-.25904;7;20220613;30;19;24.5;2.2;16.61;0;6.16;29200
+77077;44.92345;-.25904;7;20220614;34.9;16;25.4;2;18.21;.1;6.21;27200
+77077;44.92345;-.25904;7;20220615;34.8;21;27.9;2.4;19.51;0;6.93;29100
+77077;44.92345;-.25904;7;20220616;35.9;15.7;25.8;1.3;17.11;0;5.87;27000
+77077;44.92345;-.25904;7;20220617;38.8;17.7;28.2;2;18.41;0;7.17;29300
+77077;44.92345;-.25904;7;20220618;39.8;17.7;28.7;2.7;18.51;.2;7.67;27500
+77077;44.92345;-.25904;7;20220619;29.7;20.3;25;2.3;20.01;4.2;4.77;20100
+77077;44.92345;-.25904;7;20220620;29.8;17.9;23.8;2.2;19.31;3.5;5.21;24500
+77077;44.92345;-.25904;7;20220621;27.9;18.4;23.1;2;20.01;19.9;3.64;15500
+77077;44.92345;-.25904;7;20220622;25.6;17.6;21.6;2.4;18.41;9.6;4.58;23600
+77077;44.92345;-.25904;7;20220623;25.3;16.4;20.8;1.9;17.81;6.2;3.98;20300
+77077;44.92345;-.25904;7;20220624;24.2;17.2;20.7;2.4;17.21;3.7;4.22;21600
+77077;44.92345;-.25904;7;20220625;19.3;15.1;17.2;1.6;15.91;7.2;1.74;7100
+77077;44.92345;-.25904;7;20220626;19.2;14.3;16.7;1.1;15.61;3.7;1.85;8700
+77077;44.92345;-.25904;7;20220627;23.8;12.4;18.1;1.7;14.01;0;4.29;24400
+77077;44.92345;-.25904;7;20220628;24.4;10.5;17.4;1.1;13.11;0;4.5;27300
+77077;44.92345;-.25904;7;20220629;25.2;11;18.1;1.7;14.51;8.7;4.44;25400
+77077;44.92345;-.25904;7;20220630;18.2;14.4;16.3;1.1;15.51;3;1.79;8700
+77077;44.92345;-.25904;7;20220701;24.1;9.6;16.8;1.2;12.71;.1;4.55;28100
+77077;44.92345;-.25904;7;20220702;29.4;11.1;20.2;1.7;14.21;0;5.61;30300
+77077;44.92345;-.25904;7;20220703;27.6;14.9;21.2;2.1;14.91;2.2;5.35;27300
+77077;44.92345;-.25904;7;20220704;26.9;16.9;21.9;2;17.11;0;4.23;19800
+77077;44.92345;-.25904;7;20220705;29.5;16.6;23;1.8;15.31;0;5.79;29100
+77077;44.92345;-.25904;7;20220706;29.7;14.3;22;2.4;13.91;0;6.19;30400
+77077;44.92345;-.25904;7;20220707;29.4;12.4;20.9;1.8;14.81;0;5.52;29000
+77077;44.92345;-.25904;7;20220708;30.3;15.1;22.7;2.2;14.81;0;6.21;30700
+77077;44.92345;-.25904;7;20220709;32.4;13.7;23;2.5;14.11;0;6.64;30500
+77077;44.92345;-.25904;7;20220710;33.1;14.5;23.8;2.5;14.51;0;6.76;30400
+77077;44.92345;-.25904;7;20220711;35.7;15.3;25.5;2.2;14.91;0;6.98;30200
+77077;44.92345;-.25904;7;20220712;37.3;15.3;26.3;2.1;14.41;0;7.22;30600
+77077;44.92345;-.25904;7;20220713;36.7;14.1;25.4;1.7;13.21;0;6.7;30100
+77077;44.92345;-.25904;7;20220714;38.1;14.9;26.5;1.3;15.11;0;6.37;29300
+77077;44.92345;-.25904;7;20220715;35.1;17.4;26.2;2;14.11;0;6.7;29100
+77077;44.92345;-.25904;7;20220716;36.5;17.5;27;2.4;13.61;0;7.24;28900
+77077;44.92345;-.25904;7;20220717;38.4;18.1;28.2;2.7;13.01;0;7.8;28200
+77077;44.92345;-.25904;7;20220718;40.7;17.4;29;2.9;14.91;0;8.33;28600
+77077;44.92345;-.25904;7;20220719;30;23;26.5;2.7;18.71;7.5;5.22;19500
+77077;44.92345;-.25904;7;20220720;28;18.9;23.4;2.1;19.11;.2;4.32;19700
+77077;44.92345;-.25904;7;20220721;31.5;15.1;23.3;1;17.41;0;5.25;27900
+77077;44.92345;-.25904;7;20220722;28.8;17.5;23.1;3;18.01;0;5.1;22800
+77077;44.92345;-.25904;7;20220723;30.3;15.5;22.9;1.4;16.11;0;4.99;25100
+77077;44.92345;-.25904;7;20220724;36.8;14.6;25.7;1.8;15.11;0;6.48;28500
+77077;44.92345;-.25904;7;20220725;27.9;20.8;24.3;3.4;18.31;.4;4.83;18400
+77077;44.92345;-.25904;7;20220726;26.6;14.1;20.3;1.9;14.91;.1;4.16;20400
+77077;44.92345;-.25904;7;20220727;29.1;11.9;20.5;1.4;13.81;0;4.73;24900
+77077;44.92345;-.25904;7;20220728;29;13;21;2;14.91;0;5.21;26900
+77077;44.92345;-.25904;7;20220729;27.1;17.9;22.5;2;17.41;.9;3.94;17600
+77077;44.92345;-.25904;7;20220730;30.3;14.2;22.2;1.5;17.21;.1;4.39;21400
+77077;44.92345;-.25904;7;20220731;32.5;14.9;23.7;1.9;17.21;0;5.72;27900
+77077;44.92345;-.25904;7;20220801;33.7;15.8;24.7;2;17.61;0;5.97;27900
+77077;44.92345;-.25904;7;20220802;36.6;14.5;25.5;1.2;15.81;0;5.7;27500
+77077;44.92345;-.25904;7;20220803;38.4;16.8;27.6;1.3;15.91;0;5.82;25900
+77077;44.92345;-.25904;7;20220804;36.5;20.2;28.3;2.7;21.01;.1;6.51;25300
+77077;44.92345;-.25904;7;20220805;31;20.3;25.6;2.1;18.91;0;4.51;17900
+77077;44.92345;-.25904;7;20220806;33.3;21.5;27.4;2.9;13.81;0;6.87;26400
+77077;44.92345;-.25904;7;20220807;34.4;13.3;23.8;2.4;11.01;0;6.55;27600
+77077;44.92345;-.25904;7;20220808;35.5;15;25.2;2.5;10.61;0;6.84;27200
+77077;44.92345;-.25904;7;20220809;36.4;17.8;27.1;2.3;11.31;0;6.51;24400
+77077;44.92345;-.25904;7;20220810;38.6;16.1;27.3;1.6;11.41;0;6.2;26600
+77077;44.92345;-.25904;7;20220811;39.1;17.2;28.1;1.8;13.91;0;6.02;22900
+77077;44.92345;-.25904;7;20220812;39.6;20.1;29.8;1.9;16.91;0;6.25;23700
+77077;44.92345;-.25904;7;20220813;35.4;21;28.2;2.4;21.81;9.5;5.58;21800
+77077;44.92345;-.25904;7;20220814;25.7;19.8;22.7;2.4;20.91;1.8;2.62;10000
+77077;44.92345;-.25904;7;20220815;27.6;17.2;22.4;2.3;18.01;.1;3.6;15200
+77077;44.92345;-.25904;7;20220816;28.8;15.9;22.3;1.8;17.91;2.1;3.53;15500
+77077;44.92345;-.25904;7;20220817;24.9;16.2;20.5;2.3;18.01;4.5;3.06;14500
+77077;44.92345;-.25904;7;20220818;26.9;14.4;20.6;1.9;16.91;.2;3.86;20200
+77077;44.92345;-.25904;7;20220819;26.8;14.9;20.8;2;18.21;.2;3.71;19600
+77077;44.92345;-.25904;7;20220820;27.1;16.1;21.6;1;18.61;0;2.81;13900
+77077;44.92345;-.25904;7;20220821;27;16;21.5;1.7;17.51;.7;3.41;16500
+77077;44.92345;-.25904;7;20220822;27.3;19.8;23.5;2.2;20.51;.9;3.44;15200
+77077;44.92345;-.25904;7;20220823;30.9;19.8;25.3;1.6;20.21;0;4.12;18900
+77077;44.92345;-.25904;7;20220824;36.4;16.5;26.4;1.8;18.11;3.8;5.35;23100
+77077;44.92345;-.25904;7;20220825;29;20.3;24.6;2.7;21.41;.9;3.79;15600
+77077;44.92345;-.25904;7;20220826;29.4;20.6;25;2.1;20.81;0;4.29;20100
+77077;44.92345;-.25904;7;20220827;31.4;16.6;24;1.4;16.01;0;4.43;22200
+77077;44.92345;-.25904;7;20220828;33.7;15;24.3;1.6;14.21;0;4.93;23400
+77077;44.92345;-.25904;7;20220829;33.2;17.9;25.5;2.1;16.11;.3;4.06;12600
+77077;44.92345;-.25904;7;20220830;33.6;15.8;24.7;1.5;17.81;0;4.56;22000
+77077;44.92345;-.25904;7;20220831;32.4;17.3;24.8;2;18.91;.1;4.46;19900
+77077;44.92345;-.25904;7;20220901;30.3;19;24.6;2.1;19.61;0;3.71;15100
+77077;44.92345;-.25904;7;20220902;26.2;18.9;22.5;1.8;18.81;4.1;3.02;13800
+77077;44.92345;-.25904;7;20220903;27.1;16.5;21.8;1.9;17.21;0;3.35;15900
+77077;44.92345;-.25904;7;20220904;33.5;15.4;24.4;1.2;15.51;.3;4.08;20000
+77077;44.92345;-.25904;7;20220905;33;18.3;25.6;2.4;15.51;.6;5;19800
+77077;44.92345;-.25904;7;20220906;32.1;14.4;23.2;2.2;16.11;0;4.55;20400
+77077;44.92345;-.25904;7;20220907;26.4;15.3;20.8;1.7;15.71;1.5;3.04;14300
+77077;44.92345;-.25904;7;20220908;23.1;14.5;18.8;2.6;16.51;1.8;2.29;9700
+77077;44.92345;-.25904;7;20220909;24.5;13.9;19.2;2.6;15.01;.4;3.06;14100
+77077;44.92345;-.25904;7;20220910;27.8;12;19.9;1.4;14.51;0;3.46;19700
+77077;44.92345;-.25904;7;20220911;32.7;12.2;22.4;2;13.71;0;4.51;20600
+77077;44.92345;-.25904;7;20220912;37.5;18.6;28;2.8;15.71;1.4;5.61;17000
+77077;44.92345;-.25904;7;20220913;32.8;22.3;27.5;3.2;20.71;.3;4.11;10400
+77077;44.92345;-.25904;7;20220914;29.8;18.3;24;2.5;16.21;0;4.11;16700
+77077;44.92345;-.25904;7;20220915;28.1;14.8;21.4;1.8;17.31;0;3.23;16500
+77077;44.92345;-.25904;7;20220916;25.5;16;20.7;2;14.71;0;3.3;16700
+77077;44.92345;-.25904;7;20220917;22.6;8;15.3;2.2;8.71;0;3.44;20200
+77077;44.92345;-.25904;7;20220918;26.4;6;16.2;2.4;7.61;0;4.04;19600
+77077;44.92345;-.25904;7;20220919;26.5;6.2;16.3;2.5;8.51;0;4.01;19900
+77077;44.92345;-.25904;7;20220920;25.4;6.5;15.9;2.3;8.61;0;3.69;19500
+77077;44.92345;-.25904;7;20220921;26.2;6.8;16.5;2.1;8.81;0;3.62;19000
+77077;44.92345;-.25904;7;20220922;27.3;4.9;16.1;1.1;8.81;0;2.93;18600
+77077;44.92345;-.25904;7;20220923;21.3;8.9;15.1;1.3;11.91;0;1.61;6400
+77077;44.92345;-.25904;7;20220924;22.5;9.9;16.2;2;13.01;1.2;2.3;12300
+77077;44.92345;-.25904;7;20220925;22.4;5.3;13.8;.8;10.61;.1;2.06;15000
+77077;44.92345;-.25904;7;20220926;21.6;4.7;13.1;2.6;11.11;4;2.25;11200
+77077;44.92345;-.25904;7;20220927;19.4;13;16.2;2.9;14.51;8;1.9;10000
+77077;44.92345;-.25904;7;20220928;20.8;15.7;18.2;4.8;16.21;7.2;2.42;11600
+77077;44.92345;-.25904;7;20220929;16.5;13;14.7;1.8;13.81;4.7;1.28;6200
+77077;44.92345;-.25904;7;20220930;20.1;10.5;15.3;1.9;11.91;1.1;2.29;15200
+77077;44.92345;-.25904;7;20221001;19.7;13.1;16.4;3.4;17.11;3.8;1.08;4700
+77077;44.92345;-.25904;7;20221002;22.1;16.9;19.5;1.9;17.81;0;1.7;7800
+77077;44.92345;-.25904;7;20221003;24.8;15.4;20.1;1.2;14.11;0;2.21;14867
+77077;44.92345;-.25904;7;20221004;25.3;8.7;17;.8;13.21;.2;2.14;15800
+77077;44.92345;-.25904;7;20221005;28.3;9.5;18.9;1.5;14.21;1;2.6;14700
+77077;44.92345;-.25904;7;20221006;20.5;13.8;17.1;1.5;17.01;.6;1.42;8900
+77077;44.92345;-.25904;7;20221007;25.2;10.8;18;1.3;15.41;.2;2.03;12800
+77077;44.92345;-.25904;7;20221008;23.2;15.7;19.4;1.9;14.31;0;2.23;10700
+77077;44.92345;-.25904;7;20221009;26.8;9.5;18.1;2.2;13.41;0;2.73;14300
+77077;44.92345;-.25904;7;20221010;21.3;12.5;16.9;1;16.41;2;1.12;5500
+77077;44.92345;-.25904;7;20221011;18.8;15.9;17.3;1.2;18.01;6;.79;2700
+77077;44.92345;-.25904;7;20221012;20.5;14;17.2;1;15.81;.1;1.48;10300
+77077;44.92345;-.25904;7;20221013;20.3;11.5;15.9;1.7;15.81;3.8;1.15;6100
+77077;44.92345;-.25904;7;20221014;20.9;17;18.9;3.2;18.41;.3;1.35;4600
+77077;44.92345;-.25904;7;20221015;24.1;16.3;20.2;1.9;17.61;0;1.82;8900
+77077;44.92345;-.25904;7;20221016;28.5;14.2;21.3;2.5;17.61;1.2;2.63;12500
+77077;44.92345;-.25904;7;20221017;25.5;18.9;22.2;2.8;20.01;2.8;2.02;7400
+77077;44.92345;-.25904;7;20221018;29.3;17.3;23.3;3.2;18.81;.1;3.01;11700
+77077;44.92345;-.25904;7;20221019;26.7;18.2;22.4;3.1;18.31;6.2;2.49;8300
+77077;44.92345;-.25904;7;20221020;26.5;15.7;21.1;2.9;17.01;.6;2.31;7200
+77077;44.92345;-.25904;7;20221021;23.9;16.8;20.3;2.5;14.41;.1;2.18;5400
+77077;44.92345;-.25904;7;20221022;25.4;11.6;18.5;2.7;14.61;0;2.24;9700
+77077;44.92345;-.25904;7;20221023;26.9;17.7;22.3;3.9;14.21;0;3.42;7700
+77077;44.92345;-.25904;7;20221024;23.7;12.2;17.9;1.8;12.61;0;1.95;11400
+77077;44.92345;-.25904;7;20221025;22.8;9.6;16.2;1.4;13.21;3.3;1.36;5900
+77077;44.92345;-.25904;7;20221026;27;11.9;19.4;2.2;15.31;0;2.15;10600
+77077;44.92345;-.25904;7;20221027;25.5;17.3;21.4;4.6;17.51;0;2.54;4100
+77077;44.92345;-.25904;7;20221028;27.1;19.8;23.4;3.5;16.61;0;2.97;7700
+77077;44.92345;-.25904;7;20221029;25.3;17;21.1;2.9;15.91;0;2.24;5700
+77077;44.92345;-.25904;7;20221030;22.6;13.6;18.1;1.9;16.01;1.9;1.38;7300
+77077;44.92345;-.25904;7;20221031;21.7;13.8;17.7;2.6;16.21;2;1.3;3700
+77077;44.92345;-.25904;7;20221101;19.2;9.8;14.5;2.1;13.41;.3;1.16;7700
+77077;44.92345;-.25904;7;20221102;20.5;9.6;15;2.1;12.21;0;1.46;10100
+77077;44.92345;-.25904;7;20221103;20.4;10;15.2;3.7;12.01;7.4;1.87;4000
+77077;44.92345;-.25904;7;20221104;16.4;10.1;13.2;3.4;10.91;2.6;1.5;8000
+77077;44.92345;-.25904;7;20221105;17.6;4.4;11;1;9.81;0;.89;8700
+77077;44.92345;-.25904;7;20221106;18;6.1;12;2.5;10.91;.6;1.21;5600
+77077;44.92345;-.25904;7;20221107;19.7;10.9;15.3;2.9;12.81;0;1.47;9300
+77077;44.92345;-.25904;7;20221108;19.8;12.5;16.1;3.3;13.91;.2;1.45;3800
+77077;44.92345;-.25904;7;20221109;15.4;13.3;14.3;1.7;13.71;2.8;.79;2700
+77077;44.92345;-.25904;7;20221110;12;6.2;9.1;1.3;11.01;0;.48;3200
+77077;44.92345;-.25904;7;20221111;18.7;4.1;11.4;1.8;11.01;.2;.95;9400
+77077;44.92345;-.25904;7;20221112;22.5;10.1;16.3;2.4;13.51;.2;1.44;9000
+77077;44.92345;-.25904;7;20221113;21.7;5.8;13.7;1.4;11.31;.1;1.07;8800
+77077;44.92345;-.25904;7;20221114;16.3;11.1;13.7;2.6;12.91;5.3;.93;3900
+77077;44.92345;-.25904;7;20221115;16.1;12.3;14.2;3.2;13.31;9.4;1.01;2300
+77077;44.92345;-.25904;7;20221116;18.4;10.9;14.6;3.5;13.01;2;1.25;7400
+77077;44.92345;-.25904;7;20221117;17.3;12.9;15.1;3.4;13.41;7.9;1.19;5400
+77077;44.92345;-.25904;7;20221118;14.2;7.3;10.7;1.4;10.91;6.3;.61;5100
+77077;44.92345;-.25904;7;20221119;11.9;7.8;9.8;.9;9.81;.2;.53;5400
+77077;44.92345;-.25904;7;20221120;14.2;2;8.1;2.3;9.71;4.5;.66;3500
+77077;44.92345;-.25904;7;20221121;14.3;8.2;11.2;3.8;11.21;16.3;.92;1900
+77077;44.92345;-.25904;7;20221122;12.4;7.7;10;3.3;10.51;18.3;.72;4500
+77077;44.92345;-.25904;7;20221123;16.3;9.9;13.1;4;12.51;1.6;.97;6000
+77077;44.92345;-.25904;7;20221124;13.9;8.7;11.3;2.7;11.11;1.2;.8;3100
+77077;44.92345;-.25904;7;20221125;15.3;9.4;12.3;2.1;10.91;3.2;.81;6400
+77077;44.92345;-.25904;7;20221126;12.8;3.3;8;1.3;8.81;.1;.5;6000
+77077;44.92345;-.25904;7;20221127;12;3.3;7.6;2.2;9.31;7.9;.5;5300
+77077;44.92345;-.25904;7;20221128;14.6;9.3;11.9;2.4;11.31;3.1;.74;5400
+77077;44.92345;-.25904;7;20221129;11.1;5.4;8.2;1.4;9.81;.4;.39;4700
+77077;44.92345;-.25904;7;20221130;10.9;3.9;7.4;1.7;8.61;.1;.46;5900
+77077;44.92345;-.25904;7;20221201;11.6;3.4;7.5;2.6;7.91;0;.71;6700
+77077;44.92345;-.25904;7;20221202;7.3;5;6.1;2;7.91;.1;.57;1800
+77077;44.92345;-.25904;7;20221203;8.8;3.8;6.3;1.7;7.61;.3;.53;4000
+77077;44.92345;-.25904;7;20221204;10.1;2.1;6.1;1.2;7.51;0;.37;6000
+77077;44.92345;-.25904;7;20221205;11.2;.2;5.7;2.3;7.01;.2;.6;7300
+77077;44.92345;-.25904;7;20221206;11.4;4.8;8.1;2.2;7.41;0;.83;4800
+77077;44.92345;-.25904;7;20221207;8.6;1.2;4.9;2.3;6.61;.1;.51;7000
+77077;44.92345;-.25904;7;20221208;6.4;.4;3.4;2.2;6.91;2.3;.43;2400
+77077;44.92345;-.25904;7;20221209;7.3;4;5.6;2.5;7.41;.2;.55;3800
+77077;44.92345;-.25904;7;20221210;3.2;-3.1;0;1.8;5.11;.1;.4;3000
+77077;44.92345;-.25904;7;20221211;4.6;-4.6;0;1.8;4.61;.1;.34;7200
+77077;44.92345;-.25904;7;20221212;3.1;-3.9;-.4;2.4;5.71;5.5;.3;1300
+77077;44.92345;-.25904;7;20221213;6.7;3.6;5.1;1.8;8.71;4.5;.26;1900
+77077;44.92345;-.25904;7;20221214;16.4;6;11.2;2;12.01;4.4;.5;4400
+77077;44.92345;-.25904;7;20221215;12.3;9.5;10.9;2.5;11.11;1.2;.63;2500
+77077;44.92345;-.25904;7;20221216;7.9;4.2;6;3.6;6.61;0;.8;6800
+77077;44.92345;-.25904;7;20221217;7.3;-4.6;1.3;2.3;5.11;0;.43;8100
+77077;44.92345;-.25904;7;20221218;12.4;1.9;7.1;4.1;8.51;0;.72;5700
+77077;44.92345;-.25904;7;20221219;15.8;9.6;12.7;4.3;11.51;0;1.1;4200
+77077;44.92345;-.25904;7;20221220;13.9;13;13.4;4.3;12.61;2.5;1.04;1400
+77077;44.92345;-.25904;7;20221221;17.6;10;13.8;3.2;12.91;1.1;.9;4000
+77077;44.92345;-.25904;7;20221222;15.7;12.7;14.2;4.1;14.41;10.1;.74;1500
+77077;44.92345;-.25904;7;20221223;17;14.4;15.7;2.8;14.31;.4;.97;1900
+77077;44.92345;-.25904;7;20221224;18.6;12.2;15.4;2.1;13.11;0;.8;5900
+77077;44.92345;-.25904;7;20221225;17.1;10.1;13.6;3.1;12.01;0;1.01;4100
+77077;44.92345;-.25904;7;20221226;14.5;10.4;12.4;2;12.21;1.3;.68;1800
+77077;44.92345;-.25904;7;20221227;12.8;7.1;9.9;1.3;11.41;.1;.36;3300
+77077;44.92345;-.25904;7;20221228;17;8;12.5;2.6;11.31;.1;.79;6200
+77077;44.92345;-.25904;7;20221229;12.5;10.8;11.6;2.9;11.71;15.4;.75;900
+77077;44.92345;-.25904;7;20221230;15.7;10.2;12.9;3.8;12.51;1.2;.9;2500
+77077;44.92345;-.25904;7;20221231;19.8;11.5;15.6;4.1;12.41;0;1.6;5300
+77078;44.95387;.05493;37;20220101;17.6;4.2;10.9;1.4;10.14;0;.57;6183
+77078;44.95387;.05493;37;20220102;15.9;7.1;11.5;2;11.21;0;.65;4290
+77078;44.95387;.05493;37;20220103;14.6;8.8;11.7;2.8;11.58;0;.6;5057
+77078;44.95387;.05493;37;20220104;14.9;10.6;12.8;3.5;10.56;.7;1.28;3203
+77078;44.95387;.05493;37;20220105;8.5;1.9;5.2;2.1;6.84;0;.5;5992
+77078;44.95387;.05493;37;20220106;8.7;-1.2;3.7;.7;5.67;.1;.28;6435
+77078;44.95387;.05493;37;20220107;11.7;.1;5.9;3;7.56;6.4;.69;5811
+77078;44.95387;.05493;37;20220108;12.3;8.3;10.3;5.1;10.67;7.3;.8;3684
+77078;44.95387;.05493;37;20220109;9.9;7.3;8.6;2.4;10.21;18.8;.48;1379
+77078;44.95387;.05493;37;20220110;10.1;8.8;9.4;1.9;11.01;5.2;.44;1715
+77078;44.95387;.05493;37;20220111;10.4;2.8;6.6;2;7.36;.1;.57;6827
+77078;44.95387;.05493;37;20220112;7.2;-1.1;3;2.5;5.53;0;.62;6670
+77078;44.95387;.05493;37;20220113;1.9;-2.8;-.5;1.8;5.46;0;.25;4392
+77078;44.95387;.05493;37;20220114;8.3;-1.6;3.3;1.6;5.64;0;.55;6833
+77078;44.95387;.05493;37;20220115;4.7;-4.6;0;1;5.13;.1;.3;6347
+77078;44.95387;.05493;37;20220116;1.8;-5.2;-1.7;1;5.16;.1;.26;4051
+77078;44.95387;.05493;37;20220117;5.7;-1.7;2;1.3;6.81;.1;.32;3206
+77078;44.95387;.05493;37;20220118;2.3;-1.6;.4;1.3;6.46;.1;.22;3212
+77078;44.95387;.05493;37;20220119;6.8;1.9;4.4;1.6;8.23;3.5;.33;2017
+77078;44.95387;.05493;37;20220120;7.5;4.2;5.9;2.2;7.86;.5;.56;3183
+77078;44.95387;.05493;37;20220121;6.5;.4;3.5;3.7;5.66;0;.86;7437
+77078;44.95387;.05493;37;20220122;8.6;-.3;4.2;3.2;5.84;0;.88;7830
+77078;44.95387;.05493;37;20220123;10.5;-2;4.3;1.4;5.81;0;.61;8468
+77078;44.95387;.05493;37;20220124;11.8;-2.8;4.5;1.1;6.31;0;.55;8729
+77078;44.95387;.05493;37;20220125;12.1;-3.2;4.4;.8;6.33;0;.5;8718
+77078;44.95387;.05493;37;20220126;10.6;-3.4;3.6;1.4;5.98;0;.59;8778
+77078;44.95387;.05493;37;20220127;2.5;-2.2;.1;2;5.44;0;.42;5033
+77078;44.95387;.05493;37;20220128;5.2;-1.9;1.6;1.7;6.87;0;.42;4733
+77078;44.95387;.05493;37;20220129;2.7;1.4;2.1;1.4;6.96;0;.31;2286
+77078;44.95387;.05493;37;20220130;8.4;2.1;5.3;1.5;8.63;.2;.41;3280
+77078;44.95387;.05493;37;20220131;11.2;6.1;8.6;3.6;9.46;1;.81;4310
+77078;44.95387;.05493;37;20220201;9.8;.8;5.3;3.1;8.61;.3;.47;4548
+77078;44.95387;.05493;37;20220202;10.4;8.5;9.5;2.6;10.66;0;.61;2629
+77078;44.95387;.05493;37;20220203;8.3;3.2;5.8;1.9;9.18;.4;.35;2469
+77078;44.95387;.05493;37;20220204;12.7;6.9;9.8;2.2;10.71;1.2;.7;3318
+77078;44.95387;.05493;37;20220205;11.6;3.4;7.5;2.3;7.63;.1;1;9489
+77078;44.95387;.05493;37;20220206;11.2;-.1;5.6;3.6;8.91;1.4;.51;4905
+77078;44.95387;.05493;37;20220207;13.3;10;11.7;3.1;10.71;.6;1.12;5833
+77078;44.95387;.05493;37;20220208;14.5;2.1;8.3;1.6;7.34;0;1.1;10243
+77078;44.95387;.05493;37;20220209;17.3;.6;8.9;2.3;7.43;.1;1.54;10894
+77078;44.95387;.05493;37;20220210;8.5;2.5;5.5;1.7;8.91;.2;1.14;9844
+77078;44.95387;.05493;37;20220211;12.8;7.7;10.3;2.5;7.81;0;1.41;8687
+77078;44.95387;.05493;37;20220212;13.3;-2.1;5.6;1.4;6.07;0;1.04;9904
+77078;44.95387;.05493;37;20220213;17.6;.1;8.9;4.9;8.74;1.6;1.95;9766
+77078;44.95387;.05493;37;20220214;12.3;8.3;10.3;4.6;10.03;7.8;1.22;5521
+77078;44.95387;.05493;37;20220215;11.7;3.1;7.4;3.9;9.84;13.7;.72;5300
+77078;44.95387;.05493;37;20220216;14.4;8.9;11.7;5.4;12.96;6.8;.71;4279
+77078;44.95387;.05493;37;20220217;13.8;12.2;13;4;13.81;1.1;.74;3345
+77078;44.95387;.05493;37;20220218;15.1;10.1;12.6;2.9;11.71;.2;1.21;5391
+77078;44.95387;.05493;37;20220219;12.3;5.1;8.7;1.8;8.31;.1;1.15;9677
+77078;44.95387;.05493;37;20220220;14.1;4.4;9.2;3.8;10.53;2.6;.93;6389
+77078;44.95387;.05493;37;20220221;12.9;9.8;11.4;5.6;9.86;.1;1.72;7041
+77078;44.95387;.05493;37;20220222;14.2;5.5;9.8;2;9.63;0;1.17;8388
+77078;44.95387;.05493;37;20220223;16.7;5.9;11.3;1.1;9.56;0;1.33;11875
+77078;44.95387;.05493;37;20220224;14.9;3.8;9.3;2.3;9.13;.5;1.36;9998
+77078;44.95387;.05493;37;20220225;11.8;1.4;6.6;2.1;6.56;.1;1.42;12699
+77078;44.95387;.05493;37;20220226;14.1;.6;7.4;3;5.51;0;2.13;14156
+77078;44.95387;.05493;37;20220227;17.5;2.3;9.9;1.8;7.51;.1;1.78;12977
+77078;44.95387;.05493;37;20220228;18.7;1.5;10.1;1.1;8.38;0;1.61;14046
+77078;44.95387;.05493;37;20220301;17.9;1.5;9.7;2.1;8.01;.1;1.9;13763
+77078;44.95387;.05493;37;20220302;12.9;8.1;10.5;2.6;10.28;2.9;1.11;4750
+77078;44.95387;.05493;37;20220303;14.5;6.9;10.7;2.2;10.58;0;1.31;9267
+77078;44.95387;.05493;37;20220304;9.7;8.5;9.1;3.7;10.51;1.9;.67;2175
+77078;44.95387;.05493;37;20220305;11.8;6.3;9;2.7;8.27;.1;1.48;9662
+77078;44.95387;.05493;37;20220306;12.8;6.5;9.6;2.6;6.86;0;2.03;13662
+77078;44.95387;.05493;37;20220307;12.1;-2.1;5;2.1;5.43;0;1.76;15953
+77078;44.95387;.05493;37;20220308;11.7;3.7;7.7;2.4;8.43;.6;1.11;6033
+77078;44.95387;.05493;37;20220309;16.1;2.9;9.5;3.6;9.43;.4;1.88;14091
+77078;44.95387;.05493;37;20220310;15.3;9.6;12.4;3.7;10.76;1.6;1.68;7210
+77078;44.95387;.05493;37;20220311;11.6;10.4;11;3.8;10.81;11.3;1.04;2326
+77078;44.95387;.05493;37;20220312;13.5;7.5;10.5;3.1;10.11;1.3;1.47;9246
+77078;44.95387;.05493;37;20220313;12.5;8.8;10.6;3.7;9.26;8.7;1.63;6426
+77078;44.95387;.05493;37;20220314;15.1;3.2;9.1;5;9.33;0;1.71;8930
+77078;44.95387;.05493;37;20220315;18.9;12.6;15.7;6.8;11.87;0;3.02;9903
+77078;44.95387;.05493;37;20220316;16.1;10.5;13.3;2.8;12.03;0;1.45;5961
+77078;44.95387;.05493;37;20220317;12.8;10.6;11.7;5.1;10.31;1.5;1.66;4358
+77078;44.95387;.05493;37;20220318;15.9;7.4;11.6;4.5;9.04;0;2.37;12000
+77078;44.95387;.05493;37;20220319;19.3;5.7;12.5;3.4;8.87;0;2.92;15366
+77078;44.95387;.05493;37;20220320;18;6.5;12.2;4.1;9.17;0;2.76;12900
+77078;44.95387;.05493;37;20220321;19.6;9;14.3;5.5;9.2;0;3.75;15533
+77078;44.95387;.05493;37;20220322;18;6.5;12.3;5.3;6.77;0;3.91;17100
+77078;44.95387;.05493;37;20220323;18.1;5;11.5;3.7;6.47;0;3.54;19200
+77078;44.95387;.05493;37;20220324;19;1.4;10.2;2.5;6.8;0;3.04;19866
+77078;44.95387;.05493;37;20220325;20.2;3.1;11.6;2.3;6.6;0;3.02;15233
+77078;44.95387;.05493;37;20220326;22.2;3.6;12.9;2.8;6.4;0;3.83;19566
+77078;44.95387;.05493;37;20220327;22.3;4.7;13.5;3.1;7.27;0;3.83;18333
+77078;44.95387;.05493;37;20220328;22.1;5.3;13.7;2.1;8.14;0;3.12;16366
+77078;44.95387;.05493;37;20220329;17.2;8.6;12.9;2.1;10.37;.1;1.84;7700
+77078;44.95387;.05493;37;20220330;15.8;8.8;12.3;3;11;1.6;1.8;8700
+77078;44.95387;.05493;37;20220331;14.7;7.6;11.2;5.2;8.84;1.6;2.67;13866
+77078;44.95387;.05493;37;20220401;9.8;.4;5.1;6.4;5.4;.5;2.5;15833
+77078;44.95387;.05493;37;20220402;9.8;1.3;5.6;4.6;5.2;0;2.46;15633
+77078;44.95387;.05493;37;20220403;6.4;-3.6;1.4;1.2;5.12;0;1.36;14205
+77078;44.95387;.05493;37;20220404;13;-.7;6.2;2.4;4.9;0;2.71;22600
+77078;44.95387;.05493;37;20220405;14.5;.9;7.7;1.7;7.57;0;1.9;13610
+77078;44.95387;.05493;37;20220406;14;9.2;11.6;3.7;11.28;1.6;1.44;6701
+77078;44.95387;.05493;37;20220407;14;10.7;12.3;7.7;12.87;19.2;1.08;3833
+77078;44.95387;.05493;37;20220408;18.2;11.9;15;8;11.34;1.2;3.26;9800
+77078;44.95387;.05493;37;20220409;15.1;4.7;9.9;2.2;7.74;0;2.65;18466
+77078;44.95387;.05493;37;20220410;19.3;1.4;10.4;3.6;6.86;0;3.76;22794
+77078;44.95387;.05493;37;20220411;22.9;6.2;14.6;5.7;10.01;0;4.51;20351
+77078;44.95387;.05493;37;20220412;18.1;11.1;14.6;4.2;11.6;0;2.62;10133
+77078;44.95387;.05493;37;20220413;16.9;10.4;13.6;2;12.84;.7;1.82;9700
+77078;44.95387;.05493;37;20220414;23.8;10.6;17.2;1.8;12.5;.1;3.68;21566
+77078;44.95387;.05493;37;20220415;25.2;8.1;16.6;2.4;11.84;0;4.1;22900
+77078;44.95387;.05493;37;20220416;24;7.8;15.9;2.9;10.97;0;4.25;24033
+77078;44.95387;.05493;37;20220417;23.6;6.1;14.9;2.7;10.04;0;4.22;23966
+77078;44.95387;.05493;37;20220418;19.8;10.1;15;3.2;12.04;0;3.03;16366
+77078;44.95387;.05493;37;20220419;16;8.1;12;3.1;11.04;14.4;1.82;8633
+77078;44.95387;.05493;37;20220420;14;8.8;11.4;3;11.77;9.1;1.16;4533
+77078;44.95387;.05493;37;20220421;18.8;9.1;14;2.1;12.7;0;2.2;12266
+77078;44.95387;.05493;37;20220422;19.7;10.5;15.1;2.1;12.54;7.8;2.71;15166
+77078;44.95387;.05493;37;20220423;14;10;12;3.6;12.07;11.9;1.45;6600
+77078;44.95387;.05493;37;20220424;16.9;10.5;13.7;5.5;12.24;.1;2.26;9900
+77078;44.95387;.05493;37;20220425;19.3;8.1;13.7;2.5;11.24;0;3.35;21166
+77078;44.95387;.05493;37;20220426;22.8;5.7;14.2;3;10.7;0;4.19;25266
+77078;44.95387;.05493;37;20220427;22.4;8.7;15.5;2.7;11.94;0;3.33;16133
+77078;44.95387;.05493;37;20220428;21.2;12.6;16.9;2.6;13.67;0;3.23;17533
+77078;44.95387;.05493;37;20220429;22.1;11.6;16.9;2.7;13.84;0;3.34;17933
+77078;44.95387;.05493;37;20220430;23;10.7;16.8;2.5;12.44;0;3.94;21800
+77078;44.95387;.05493;37;20220501;21.6;7.1;14.4;1.9;10.4;0;3.59;21266
+77078;44.95387;.05493;37;20220502;21.1;9.9;15.5;2.5;10.34;0;3.79;20033
+77078;44.95387;.05493;37;20220503;23.3;10.8;17;2.6;11.24;.3;4.43;23700
+77078;44.95387;.05493;37;20220504;21.9;9.5;15.7;2.6;10.57;0;3.86;20133
+77078;44.95387;.05493;37;20220505;22.3;7.7;15;2.9;10.8;0;4.08;23033
+77078;44.95387;.05493;37;20220506;22.8;8.9;15.8;2.5;11.48;.1;3.01;12240
+77078;44.95387;.05493;37;20220507;24.6;9.3;17;1.7;12.06;.2;3;12862
+77078;44.95387;.05493;37;20220508;25.6;9.6;17.6;1.6;11.86;0;3.12;13301
+77078;44.95387;.05493;37;20220509;27.8;10.5;19.1;1.2;11.73;0;3.2;14354
+77078;44.95387;.05493;37;20220510;29.7;9.6;19.7;1.7;12.41;0;3.68;14675
+77078;44.95387;.05493;37;20220511;28.5;12.2;20.3;2.2;14.66;0;3.68;14046
+77078;44.95387;.05493;37;20220512;22;13.5;17.7;1.5;14.98;.3;2.02;7918
+77078;44.95387;.05493;37;20220513;25.7;14.4;20;1.7;15.53;0;2.87;11505
+77078;44.95387;.05493;37;20220514;29.5;11.7;20.6;2.2;15.81;0;3.61;13536
+77078;44.95387;.05493;37;20220515;28.9;15.6;22.3;2.4;17.01;9;3.35;10720
+77078;44.95387;.05493;37;20220516;28.3;15.1;21.7;1.5;17.53;0;3.19;13548
+77078;44.95387;.05493;37;20220517;30.4;14.9;22.7;2.2;16.61;.1;3.94;14096
+77078;44.95387;.05493;37;20220518;32.1;13.8;22.9;2.1;17.08;1.8;4.01;14320
+77078;44.95387;.05493;37;20220519;27.4;18;22.7;2.4;19.56;0;3.04;10795
+77078;44.95387;.05493;37;20220520;26.2;17.7;21.9;2.6;17.63;0;3.19;10798
+77078;44.95387;.05493;37;20220521;31.2;14.1;22.6;1.4;18.26;0;3.41;13835
+77078;44.95387;.05493;37;20220522;31.5;18.9;25.2;2.7;21.01;2;3.71;11555
+77078;44.95387;.05493;37;20220523;21.7;17;19.4;5.2;15.83;1.3;2.93;7367
+77078;44.95387;.05493;37;20220524;20;11.1;15.5;2.5;12.46;1.8;2.52;10668
+77078;44.95387;.05493;37;20220525;21.3;7.6;14.5;2.2;11.21;.1;2.77;12528
+77078;44.95387;.05493;37;20220526;19.7;10.3;15;1.5;13.23;0;1.86;8227
+77078;44.95387;.05493;37;20220527;24.1;12.4;18.3;2.4;14.11;.1;3.2;13187
+77078;44.95387;.05493;37;20220528;26.6;12.5;19.6;3.2;12.06;0;4.39;14992
+77078;44.95387;.05493;37;20220529;23;9.7;16.3;3.4;9.41;0;4.1;14565
+77078;44.95387;.05493;37;20220530;24.2;8.5;16.3;2.3;8.88;0;3.84;14848
+77078;44.95387;.05493;37;20220531;25.4;13.2;19.3;1.8;11.66;2.5;3.37;12391
+77078;44.95387;.05493;37;20220601;28.6;11.7;20.2;2.3;14.18;7.7;3.97;14581
+77078;44.95387;.05493;37;20220602;28.2;16.6;22.4;2.4;18.88;2.7;3.38;12634
+77078;44.95387;.05493;37;20220603;28.9;18.8;23.9;2.2;20.23;1.3;3.44;12345
+77078;44.95387;.05493;37;20220604;25.7;16.6;21.2;2.3;19.66;.8;2.42;9058
+77078;44.95387;.05493;37;20220605;22.8;16.9;19.9;2.7;16.51;.1;2.51;8121
+77078;44.95387;.05493;37;20220606;24.4;12.1;18.2;1.2;14.93;.2;2.65;12014
+77078;44.95387;.05493;37;20220607;24.7;14.6;19.7;2.1;14.76;8.2;3.17;12188
+77078;44.95387;.05493;37;20220608;20.1;14.5;17.3;2.5;15.78;1.4;1.85;6665
+77078;44.95387;.05493;37;20220609;22.8;11.4;17.1;2;14.03;.6;2.62;11203
+77078;44.95387;.05493;37;20220610;28;10;19;1.1;14.33;.1;3.31;15670
+77078;44.95387;.05493;37;20220611;31.3;13.2;22.2;1.4;16.66;0;5.44;27891
+77078;44.95387;.05493;37;20220612;30.7;16.3;23.5;1.9;19.28;.4;5.01;23656
+77078;44.95387;.05493;37;20220613;29.9;17.9;23.9;2.5;17.43;0;5.89;27481
+77078;44.95387;.05493;37;20220614;34.7;15.4;25;1.9;18.23;.1;6.14;27491
+77078;44.95387;.05493;37;20220615;34.2;20.4;27.3;2.1;19.86;0;6.47;28039
+77078;44.95387;.05493;37;20220616;35.5;15.8;25.7;1.4;17.51;0;5.93;26875
+77078;44.95387;.05493;37;20220617;38.2;17.9;28.1;1.7;18.76;0;6.85;29039
+77078;44.95387;.05493;37;20220618;39.2;18.5;28.9;2.7;18.23;.2;7.7;28238
+77078;44.95387;.05493;37;20220619;30;19.7;24.8;2.7;19.86;13.7;5.23;22206
+77078;44.95387;.05493;37;20220620;29.6;17.6;23.6;2.5;19.51;2.7;4.97;22422
+77078;44.95387;.05493;37;20220621;27.5;17.8;22.6;2.1;20.03;20;3.7;16575
+77078;44.95387;.05493;37;20220622;25.6;17.5;21.6;3.1;18.68;5.2;4.45;21909
+77078;44.95387;.05493;37;20220623;25.2;16;20.6;2;17.88;6.4;3.74;18611
+77078;44.95387;.05493;37;20220624;23.5;16.6;20.1;2.7;17.23;3.3;3.9;20127
+77078;44.95387;.05493;37;20220625;19.2;14.6;16.9;1.8;15.81;6.2;1.94;8933
+77078;44.95387;.05493;37;20220626;18.8;14;16.4;1.5;15.56;5.1;1.95;9694
+77078;44.95387;.05493;37;20220627;23.6;12.7;18.2;2;14.06;0;4.37;24390
+77078;44.95387;.05493;37;20220628;24.8;10.5;17.6;1.5;13.16;0;4.71;27491
+77078;44.95387;.05493;37;20220629;25.3;10.7;18;1.9;14.26;6.7;4.6;26040
+77078;44.95387;.05493;37;20220630;18;14.1;16;1.4;15.21;3.4;1.89;9285
+77078;44.95387;.05493;37;20220701;23.5;9.1;16.3;1.1;12.61;.1;4.37;27402
+77078;44.95387;.05493;37;20220702;29.2;10.1;19.6;1.6;13.53;0;5.43;29738
+77078;44.95387;.05493;37;20220703;27.5;14.6;21;2.6;14.98;2.6;5.34;26071
+77078;44.95387;.05493;37;20220704;26.7;16.4;21.5;2.3;16.93;.1;4.48;21327
+77078;44.95387;.05493;37;20220705;29;16.1;22.5;2.2;15.28;.1;5.74;28328
+77078;44.95387;.05493;37;20220706;29.1;14.4;21.7;2.6;14.11;0;5.89;28114
+77078;44.95387;.05493;37;20220707;28.8;13.2;21;2.1;15.03;0;5.45;27877
+77078;44.95387;.05493;37;20220708;29.6;15.2;22.4;2.7;15.08;0;6.04;28870
+77078;44.95387;.05493;37;20220709;31.6;14.2;22.9;2.7;14.36;0;6.45;29280
+77078;44.95387;.05493;37;20220710;32.3;15;23.7;2.8;14.76;0;6.62;28878
+77078;44.95387;.05493;37;20220711;34.8;15.3;25;2.3;15.31;0;6.78;29468
+77078;44.95387;.05493;37;20220712;36.2;15.6;25.9;2;14.96;0;6.85;30040
+77078;44.95387;.05493;37;20220713;35.8;14.5;25.1;1.5;14.31;0;6.32;29282
+77078;44.95387;.05493;37;20220714;37.2;15.2;26.2;1.6;15.73;0;6.5;29255
+77078;44.95387;.05493;37;20220715;34.2;17.7;25.9;2.3;14.66;0;6.55;27667
+77078;44.95387;.05493;37;20220716;35.5;17;26.3;2.5;14.18;0;7.03;28431
+77078;44.95387;.05493;37;20220717;37.5;16.9;27.2;2.3;13.61;0;7.13;28221
+77078;44.95387;.05493;37;20220718;40;18.9;29.4;3;15.48;0;8.17;27897
+77078;44.95387;.05493;37;20220719;29.8;21.1;25.5;2.5;19.26;13.9;4.86;19339
+77078;44.95387;.05493;37;20220720;27.9;18.7;23.3;2.5;18.43;.2;4.57;20004
+77078;44.95387;.05493;37;20220721;31;14.4;22.7;1.2;17.03;0;5.2;27213
+77078;44.95387;.05493;37;20220722;28.6;17;22.8;2.7;17.93;.1;4.89;22260
+77078;44.95387;.05493;37;20220723;29.8;15.4;22.6;1.4;16.31;0;4.98;25254
+77078;44.95387;.05493;37;20220724;36.6;14.3;25.4;1.7;15.48;0;6.3;28427
+77078;44.95387;.05493;37;20220725;27.5;20.2;23.9;3.6;18.08;.2;4.69;17309
+77078;44.95387;.05493;37;20220726;26.3;14.7;20.5;1.8;14.91;.1;4.16;20326
+77078;44.95387;.05493;37;20220727;28.8;11.8;20.3;1.6;13.76;0;4.83;25307
+77078;44.95387;.05493;37;20220728;29;13.2;21.1;2;15.18;0;5.04;25239
+77078;44.95387;.05493;37;20220729;27.3;16.9;22.1;1.9;17.06;.4;4.04;18337
+77078;44.95387;.05493;37;20220730;30.1;14.3;22.2;1.5;17.31;.1;4.69;23853
+77078;44.95387;.05493;37;20220731;32.3;14.7;23.5;1.9;17.18;0;5.55;26743
+77078;44.95387;.05493;37;20220801;33.7;15.6;24.7;2.1;17.11;0;6.01;27085
+77078;44.95387;.05493;37;20220802;35.9;15.1;25.5;1.4;16.36;0;5.72;27160
+77078;44.95387;.05493;37;20220803;38.1;16.5;27.3;1.3;16.08;0;5.81;26252
+77078;44.95387;.05493;37;20220804;36.4;19.5;27.9;2.6;20.53;0;6.22;24172
+77078;44.95387;.05493;37;20220805;31.4;19.3;25.4;2.4;19.23;0;5.03;21084
+77078;44.95387;.05493;37;20220806;32.7;19.8;26.2;2.9;14.48;0;6.38;25298
+77078;44.95387;.05493;37;20220807;33.7;14.6;24.2;2.7;11.38;0;6.55;26671
+77078;44.95387;.05493;37;20220808;35.1;15.2;25.2;2.7;11.06;0;6.78;26317
+77078;44.95387;.05493;37;20220809;36.1;17.6;26.9;2.3;11.78;0;6.5;24925
+77078;44.95387;.05493;37;20220810;38.2;15.9;27;1.9;11.73;0;6.49;26562
+77078;44.95387;.05493;37;20220811;38.6;16.9;27.8;1.8;14.61;0;6.08;23706
+77078;44.95387;.05493;37;20220812;39.6;19.8;29.7;2;17.38;0;6.3;23942
+77078;44.95387;.05493;37;20220813;35.4;20.4;27.9;2.6;21.18;10;5.75;21878
+77078;44.95387;.05493;37;20220814;25.3;19.8;22.6;2.4;20.66;3.2;2.69;10532
+77078;44.95387;.05493;37;20220815;27.6;16.7;22.1;2;18.01;0;3.63;16381
+77078;44.95387;.05493;37;20220816;27.6;15.4;21.5;1.6;18.13;4.4;3.06;13914
+77078;44.95387;.05493;37;20220817;24.9;15.4;20.1;2;17.48;3.9;3.21;16227
+77078;44.95387;.05493;37;20220818;26.9;13.8;20.4;2;16.33;0;3.92;20190
+77078;44.95387;.05493;37;20220819;27.3;15.1;21.2;2.1;18.11;.6;3.75;18420
+77078;44.95387;.05493;37;20220820;27.3;16;21.7;1.2;18.56;0;3.13;15786
+77078;44.95387;.05493;37;20220821;26.9;15.6;21.2;2;17.46;.5;3.44;16235
+77078;44.95387;.05493;37;20220822;27.2;19.4;23.3;2.3;20.08;1;3.4;14574
+77078;44.95387;.05493;37;20220823;30.2;18.7;24.5;1.5;19.73;0;4.05;19686
+77078;44.95387;.05493;37;20220824;35.4;16.2;25.8;1.6;18.36;3.1;5.04;23060
+77078;44.95387;.05493;37;20220825;28.8;19.4;24.1;2.3;20.61;.5;3.62;15335
+77078;44.95387;.05493;37;20220826;29.6;19.3;24.4;2.1;19.98;0;3.94;17460
+77078;44.95387;.05493;37;20220827;31.1;15.8;23.4;1.6;15.78;0;4.43;21454
+77078;44.95387;.05493;37;20220828;33.2;14.3;23.7;1.6;14.21;0;4.83;22986
+77078;44.95387;.05493;37;20220829;33.1;16.5;24.8;2.3;16.13;.4;4.33;14516
+77078;44.95387;.05493;37;20220830;33.3;15.8;24.6;1.4;17.56;0;4.39;21083
+77078;44.95387;.05493;37;20220831;32.5;16.8;24.6;2.2;18.11;0;4.56;19307
+77078;44.95387;.05493;37;20220901;29.5;18.6;24.1;2.1;19.26;1.3;3.63;15188
+77078;44.95387;.05493;37;20220902;26.5;17.9;22.2;1.7;18.46;3.6;3.08;14377
+77078;44.95387;.05493;37;20220903;27.3;16.1;21.7;1.8;17.26;0;3.46;17351
+77078;44.95387;.05493;37;20220904;33.1;15;24.1;1.7;16.23;.9;4.43;20629
+77078;44.95387;.05493;37;20220905;33.4;17.7;25.5;2.3;16.93;1.6;4.87;19596
+77078;44.95387;.05493;37;20220906;31.6;14.9;23.2;2.4;16.46;.1;4.52;19469
+77078;44.95387;.05493;37;20220907;26.4;15.7;21;1.6;15.98;.3;2.99;14178
+77078;44.95387;.05493;37;20220908;23.1;13.8;18.5;2.4;16.18;1.2;2.46;11819
+77078;44.95387;.05493;37;20220909;24.8;13.6;19.2;2.3;14.91;.3;3.07;14379
+77078;44.95387;.05493;37;20220910;27.2;11.5;19.4;1.2;14.28;0;3.21;18569
+77078;44.95387;.05493;37;20220911;31.9;12.6;22.2;1.9;13.76;0;4.31;20250
+77078;44.95387;.05493;37;20220912;36.8;17.3;27;2.6;15.78;.5;5.31;17805
+77078;44.95387;.05493;37;20220913;32.2;21.8;27;2.7;20.93;1.6;3.65;10498
+77078;44.95387;.05493;37;20220914;30.2;18.1;24.1;2.2;17.11;0;3.97;16719
+77078;44.95387;.05493;37;20220915;28.3;14.3;21.3;1.9;17.13;.2;3.32;16509
+77078;44.95387;.05493;37;20220916;24.8;15.3;20;2.4;14.71;0;3.21;15592
+77078;44.95387;.05493;37;20220917;22;8.5;15.2;2.4;8.93;0;3.37;18977
+77078;44.95387;.05493;37;20220918;25.5;5.8;15.6;2.3;7.78;0;3.76;19298
+77078;44.95387;.05493;37;20220919;26.1;6.9;16.5;2.7;8.71;0;4;19430
+77078;44.95387;.05493;37;20220920;24.8;6.9;15.9;2.4;8.61;0;3.63;18931
+77078;44.95387;.05493;37;20220921;25.5;7.1;16.3;2.3;8.83;0;3.62;18566
+77078;44.95387;.05493;37;20220922;27.1;5.5;16.3;1.2;9.08;0;2.99;18658
+77078;44.95387;.05493;37;20220923;21.2;8.5;14.9;1.3;11.56;.3;1.81;8560
+77078;44.95387;.05493;37;20220924;22;10.2;16.1;1.9;13.48;3.4;2.07;10850
+77078;44.95387;.05493;37;20220925;21.3;7.3;14.3;1.3;11.48;.1;2.11;14095
+77078;44.95387;.05493;37;20220926;21.1;5.9;13.5;2.6;11.48;5.7;2.24;11927
+77078;44.95387;.05493;37;20220927;18.5;12.1;15.3;3.3;14.06;6.2;1.72;8948
+77078;44.95387;.05493;37;20220928;20.5;15.3;17.9;5.2;16.06;5.1;2.38;11194
+77078;44.95387;.05493;37;20220929;17;12.5;14.7;1.6;13.43;6;1.43;7783
+77078;44.95387;.05493;37;20220930;19.8;9.3;14.5;1.8;11.48;1;2.18;14681
+77078;44.95387;.05493;37;20221001;19.9;11.9;15.9;3.7;16.56;3.7;1.23;6458
+77078;44.95387;.05493;37;20221002;22;16.4;19.2;1.9;17.28;.1;1.79;8725
+77078;44.95387;.05493;37;20221003;24.3;12.4;18.3;1.1;13.94;0;2.17;14848
+77078;44.95387;.05493;37;20221004;25.3;8.3;16.8;1;13.18;.1;2.2;15627
+77078;44.95387;.05493;37;20221005;27.6;9.4;18.5;1.9;14.13;.7;2.68;14800
+77078;44.95387;.05493;37;20221006;21.1;14.1;17.6;1.4;16.51;0;1.56;8862
+77078;44.95387;.05493;37;20221007;25.1;10.6;17.8;1.3;15.01;0;2.06;12850
+77078;44.95387;.05493;37;20221008;22.9;14.7;18.8;2.1;14.33;0;2.2;10567
+77078;44.95387;.05493;37;20221009;26.2;9.6;17.9;2.1;13.13;.1;2.63;14072
+77078;44.95387;.05493;37;20221010;21.4;13;17.2;1.7;15.98;.2;1.43;6584
+77078;44.95387;.05493;37;20221011;19.5;15.7;17.6;1.9;17.63;6.1;1.1;4565
+77078;44.95387;.05493;37;20221012;20.4;13.8;17.1;1.4;15.61;.1;1.5;9394
+77078;44.95387;.05493;37;20221013;20.1;11.2;15.6;1.8;15.31;4.3;1.23;6841
+77078;44.95387;.05493;37;20221014;20.7;16.6;18.7;3.5;18.13;.8;1.4;5145
+77078;44.95387;.05493;37;20221015;24;15.9;20;2.1;17.18;0;1.88;8876
+77078;44.95387;.05493;37;20221016;28.2;14.2;21.2;2.9;17.26;.4;2.77;11837
+77078;44.95387;.05493;37;20221017;25.3;18.3;21.8;2.6;19.16;0;1.98;7281
+77078;44.95387;.05493;37;20221018;29;16.3;22.6;3.1;18.03;.1;2.9;11396
+77078;44.95387;.05493;37;20221019;26.8;16.8;21.8;3.3;17.73;4.3;2.54;8466
+77078;44.95387;.05493;37;20221020;26.1;15;20.5;3.2;16.86;.5;2.34;8000
+77078;44.95387;.05493;37;20221021;23.8;15.8;19.8;2.4;14.46;.5;2.12;6524
+77078;44.95387;.05493;37;20221022;24.8;11.2;18;2.6;14.48;0;2.15;10200
+77078;44.95387;.05493;37;20221023;26.7;16.5;21.6;3.9;14.13;0;3.26;7545
+77078;44.95387;.05493;37;20221024;23.4;11.1;17.3;1.8;12.23;0;1.9;10456
+77078;44.95387;.05493;37;20221025;23.1;9.1;16.1;1.9;13.06;1.8;1.62;7081
+77078;44.95387;.05493;37;20221026;26.5;11.2;18.9;2.1;14.76;.1;2.05;10403
+77078;44.95387;.05493;37;20221027;25.4;16.2;20.8;4.1;17.18;0;2.4;5135
+77078;44.95387;.05493;37;20221028;27.3;19.3;23.3;3.6;16.63;0;3.03;7693
+77078;44.95387;.05493;37;20221029;25.6;16.5;21;2.7;15.03;0;2.3;6694
+77078;44.95387;.05493;37;20221030;22.9;12.7;17.8;1.7;14.91;1.1;1.45;7453
+77078;44.95387;.05493;37;20221031;21.6;13.2;17.4;2.7;15.66;4;1.4;4670
+77078;44.95387;.05493;37;20221101;19.1;10.2;14.6;1.8;13.51;.3;1.12;7678
+77078;44.95387;.05493;37;20221102;19.9;8.5;14.2;1.7;11.68;.1;1.29;9516
+77078;44.95387;.05493;37;20221103;19.7;9.9;14.8;3.6;11.91;9.2;1.76;4378
+77078;44.95387;.05493;37;20221104;15.6;9.6;12.6;3.9;10.76;3;1.45;6728
+77078;44.95387;.05493;37;20221105;17.2;4.2;10.7;1;9.26;0;.92;8520
+77078;44.95387;.05493;37;20221106;17.8;4.6;11.2;2.3;10.31;.9;1.18;6515
+77078;44.95387;.05493;37;20221107;19.4;9.5;14.5;2.6;12.18;0;1.36;8850
+77078;44.95387;.05493;37;20221108;19.6;11.5;15.5;3.6;13.53;1.5;1.46;4556
+77078;44.95387;.05493;37;20221109;15.4;13.2;14.3;1.4;13.78;2.4;.75;2715
+77078;44.95387;.05493;37;20221110;12.4;6.5;9.4;1.3;11.08;0;.54;3983
+77078;44.95387;.05493;37;20221111;19;3.5;11.3;1.4;10.73;.1;.91;8929
+77078;44.95387;.05493;37;20221112;22.2;9.6;15.9;2.2;12.93;.2;1.38;8541
+77078;44.95387;.05493;37;20221113;21.3;5.7;13.5;1.5;10.96;.1;1.13;8596
+77078;44.95387;.05493;37;20221114;15.4;9.5;12.5;2.3;12.33;4.7;.77;2878
+77078;44.95387;.05493;37;20221115;16.1;11.4;13.7;3.1;13.28;6.9;.91;2779
+77078;44.95387;.05493;37;20221116;18.2;10.6;14.4;3.7;12.86;2.4;1.26;6405
+77078;44.95387;.05493;37;20221117;17.1;12.6;14.9;3.8;13.08;7.5;1.32;4752
+77078;44.95387;.05493;37;20221118;13.9;6.7;10.3;1.6;10.56;5.2;.65;4908
+77078;44.95387;.05493;37;20221119;11.8;7.1;9.5;1.2;9.58;.2;.56;5024
+77078;44.95387;.05493;37;20221120;13.1;1.2;7.2;1.8;9.03;3.8;.58;3851
+77078;44.95387;.05493;37;20221121;13.9;7.2;10.6;3.7;10.91;17.4;.83;2285
+77078;44.95387;.05493;37;20221122;11.8;6.9;9.4;3.4;10.18;15.9;.67;4157
+77078;44.95387;.05493;37;20221123;16.2;9.5;12.9;3.9;12.23;1.8;1;5691
+77078;44.95387;.05493;37;20221124;13.7;7.5;10.6;2.1;10.76;.9;.68;3745
+77078;44.95387;.05493;37;20221125;14.7;8.9;11.8;1.9;10.73;2.6;.74;5187
+77078;44.95387;.05493;37;20221126;12.6;2.4;7.5;1.4;8.43;.1;.52;5567
+77078;44.95387;.05493;37;20221127;11.7;2.6;7.2;2.2;9.01;8;.47;5131
+77078;44.95387;.05493;37;20221128;14.1;9.3;11.7;2.4;11.11;2.2;.74;4665
+77078;44.95387;.05493;37;20221129;10.2;4.3;7.2;1.1;9.21;.4;.38;3765
+77078;44.95387;.05493;37;20221130;11;3.9;7.5;1.9;8.41;.1;.54;5806
+77078;44.95387;.05493;37;20221201;11.1;2.2;6.7;2.7;7.58;0;.67;6082
+77078;44.95387;.05493;37;20221202;7.8;4.8;6.3;2.1;7.63;.6;.62;2280
+77078;44.95387;.05493;37;20221203;8.2;3.7;5.9;1.8;7.58;.5;.52;3389
+77078;44.95387;.05493;37;20221204;9.3;2.3;5.8;1.1;7.46;.1;.41;4242
+77078;44.95387;.05493;37;20221205;10.7;-.6;5.1;2;6.76;.1;.55;6657
+77078;44.95387;.05493;37;20221206;10.4;3.2;6.8;2.1;7.11;0;.74;3764
+77078;44.95387;.05493;37;20221207;8.4;.1;4.3;2.1;6.33;.1;.49;6344
+77078;44.95387;.05493;37;20221208;6.8;-.5;3.2;1.7;6.71;2.3;.41;3053
+77078;44.95387;.05493;37;20221209;7;4.2;5.6;2.5;7.61;.3;.57;2840
+77078;44.95387;.05493;37;20221210;2.8;-2.7;0;2.4;5.03;.1;.45;3222
+77078;44.95387;.05493;37;20221211;4.3;-5.5;-.6;1.4;4.36;.1;.33;6085
+77078;44.95387;.05493;37;20221212;2.8;-4.5;-.9;2.4;5.56;5.2;.26;2047
+77078;44.95387;.05493;37;20221213;6.7;2.9;4.8;2.4;8.83;2.9;.16;1960
+77078;44.95387;.05493;37;20221214;16.4;6.4;11.4;2;11.93;3.4;.55;4301
+77078;44.95387;.05493;37;20221215;11.7;8.7;10.2;2.8;10.96;.8;.56;2214
+77078;44.95387;.05493;37;20221216;7.9;3.8;5.8;3.6;6.63;0;.85;5187
+77078;44.95387;.05493;37;20221217;7;-5.1;.9;1.7;4.78;0;.39;6829
+77078;44.95387;.05493;37;20221218;12.1;0;6;3.6;7.91;0;.67;5211
+77078;44.95387;.05493;37;20221219;15.8;7.8;11.8;3.7;10.73;0;1.02;4185
+77078;44.95387;.05493;37;20221220;13.9;11.8;12.8;4.3;12.31;2.5;.95;1265
+77078;44.95387;.05493;37;20221221;17;9.6;13.3;3;12.78;1.9;.78;3918
+77078;44.95387;.05493;37;20221222;15.3;12.4;13.8;3.9;14.08;12.2;.7;1632
+77078;44.95387;.05493;37;20221223;16.9;14;15.5;2.6;14.16;.7;.93;2034
+77078;44.95387;.05493;37;20221224;18.1;11.8;14.9;1.7;12.66;0;.73;5129
+77078;44.95387;.05493;37;20221225;16.8;7.6;12.2;2.5;11.16;0;.8;4943
+77078;44.95387;.05493;37;20221226;14.3;9.7;12;1.4;11.81;1.4;.57;2284
+77078;44.95387;.05493;37;20221227;13;7.2;10.1;1.1;10.93;.1;.41;3695
+77078;44.95387;.05493;37;20221228;16.7;6.8;11.8;2.5;10.76;0;.81;5600
+77078;44.95387;.05493;37;20221229;12.1;10.1;11.1;2.5;11.36;15.1;.67;1046
+77078;44.95387;.05493;37;20221230;14.9;9.9;12.4;3.5;12.13;2.5;.83;2359
+77078;44.95387;.05493;37;20221231;19.4;11;15.2;3.9;12.03;0;1.55;4979
+77079;44.98335;.36919;70;20220101;17.5;2.9;10.2;1;9.54;0;.44;6102
+77079;44.98335;.36919;70;20220102;15.6;4.5;10;1.6;10.88;0;.51;4645
+77079;44.98335;.36919;70;20220103;14;7.5;10.8;2.3;11.48;0;.51;4693
+77079;44.98335;.36919;70;20220104;15.2;10.1;12.6;3.2;10.5;.6;1.22;3510
+77079;44.98335;.36919;70;20220105;8.2;1.5;4.8;2.1;6.6;0;.56;4956
+77079;44.98335;.36919;70;20220106;8.1;-2.3;2.9;.5;5.4;.1;.24;5760
+77079;44.98335;.36919;70;20220107;11.2;-2.2;4.5;2.5;7.53;6.4;.55;5163
+77079;44.98335;.36919;70;20220108;11.9;8;10;4.8;10.64;8.1;.75;3280
+77079;44.98335;.36919;70;20220109;9.4;6.2;7.8;2.2;10.05;19.9;.44;1442
+77079;44.98335;.36919;70;20220110;9.8;8;8.9;1.4;10.58;3.8;.45;1685
+77079;44.98335;.36919;70;20220111;10.2;1.4;5.8;1.6;7.03;0;.49;6246
+77079;44.98335;.36919;70;20220112;7.4;-2.5;2.4;2.1;5.4;0;.55;6228
+77079;44.98335;.36919;70;20220113;3.7;-3.7;0;1.4;5.28;0;.24;4791
+77079;44.98335;.36919;70;20220114;9.2;-2.8;3.2;1.3;5.23;.1;.46;6921
+77079;44.98335;.36919;70;20220115;7.4;-5.5;1;.8;5.03;0;.29;7024
+77079;44.98335;.36919;70;20220116;4.3;-5.5;-.6;.8;5.1;.1;.24;5205
+77079;44.98335;.36919;70;20220117;6.2;-2.4;1.9;1.1;6.53;.1;.3;4134
+77079;44.98335;.36919;70;20220118;2.5;-1.7;.4;1.1;6.3;.2;.23;3960
+77079;44.98335;.36919;70;20220119;6.2;1.4;3.8;1.3;8;3.3;.32;2111
+77079;44.98335;.36919;70;20220120;7.4;3.1;5.3;1.8;7.6;.2;.52;3095
+77079;44.98335;.36919;70;20220121;6.6;-.4;3.1;3.5;5.55;0;.85;6533
+77079;44.98335;.36919;70;20220122;8.6;-1.5;3.6;2.9;5.7;0;.83;7099
+77079;44.98335;.36919;70;20220123;11.4;-3.1;4.1;1.1;5.7;0;.56;8041
+77079;44.98335;.36919;70;20220124;12.1;-3.4;4.3;.9;5.9;0;.49;8325
+77079;44.98335;.36919;70;20220125;11.9;-3.9;4;.7;6.1;0;.46;8405
+77079;44.98335;.36919;70;20220126;10.5;-4.3;3.1;1;5.83;0;.47;8590
+77079;44.98335;.36919;70;20220127;2.6;-3.1;-.3;1.3;5.27;0;.43;5475
+77079;44.98335;.36919;70;20220128;5.8;-3.4;1.2;1;6.23;0;.34;4482
+77079;44.98335;.36919;70;20220129;2.3;.5;1.4;1.3;6.83;0;.3;2205
+77079;44.98335;.36919;70;20220130;9;1.9;5.4;1.6;8.58;.1;.45;3768
+77079;44.98335;.36919;70;20220131;11;4.8;7.9;3.7;9.28;1;.78;3968
+77079;44.98335;.36919;70;20220201;9;.5;4.7;2.8;8.53;.4;.41;4680
+77079;44.98335;.36919;70;20220202;10.1;8.2;9.2;2.2;10.4;0;.59;2444
+77079;44.98335;.36919;70;20220203;7.4;1.6;4.5;1.8;8.88;.5;.3;2746
+77079;44.98335;.36919;70;20220204;12.5;6.6;9.5;1.9;10.48;1.6;.68;3706
+77079;44.98335;.36919;70;20220205;11.4;3.8;7.6;2.1;7.53;0;.97;8450
+77079;44.98335;.36919;70;20220206;10.7;-1.8;4.5;3.1;8.6;1.8;.48;5045
+77079;44.98335;.36919;70;20220207;12.9;9.5;11.2;3;10.1;.7;1.15;5299
+77079;44.98335;.36919;70;20220208;14.6;.5;7.5;1.3;6.87;0;.98;9791
+77079;44.98335;.36919;70;20220209;17.2;-.8;8.2;2;7.13;.1;1.42;10806
+77079;44.98335;.36919;70;20220210;11.5;.7;6.1;2.1;8.9;.2;1.27;9900
+77079;44.98335;.36919;70;20220211;13.1;8;10.5;2.2;8.1;0;1.42;11500
+77079;44.98335;.36919;70;20220212;12.3;-2.9;4.7;1.1;5.55;0;.97;9957
+77079;44.98335;.36919;70;20220213;17.4;-1.9;7.7;4;8.6;2.2;1.71;9600
+77079;44.98335;.36919;70;20220214;12.1;8.7;10.4;4.4;10;4.7;1.24;5394
+77079;44.98335;.36919;70;20220215;10.6;2;6.3;2.3;9.6;11.8;.52;4500
+77079;44.98335;.36919;70;20220216;14.3;8.8;11.5;5;12.88;7.5;.71;4219
+77079;44.98335;.36919;70;20220217;13.9;12.1;13;3.6;13.8;1;.73;2987
+77079;44.98335;.36919;70;20220218;15.2;10;12.6;2.5;11.75;.2;1.13;5081
+77079;44.98335;.36919;70;20220219;12.1;4.2;8.1;1.7;8.15;0;1.1;9235
+77079;44.98335;.36919;70;20220220;13.5;2.9;8.2;3.4;10.3;2.5;.85;6635
+77079;44.98335;.36919;70;20220221;12.6;9.5;11;5.4;9.75;.3;1.64;5920
+77079;44.98335;.36919;70;20220222;14;4.4;9.2;1.7;9.58;0;1.06;7170
+77079;44.98335;.36919;70;20220223;17;5.4;11.2;.9;9.43;0;1.25;10923
+77079;44.98335;.36919;70;20220224;15;3.1;9.1;2.1;8.9;.4;1.35;10120
+77079;44.98335;.36919;70;20220225;11.6;.4;6;2;6.5;0;1.34;11796
+77079;44.98335;.36919;70;20220226;14.4;0;7.2;2.8;5.4;0;2.07;13553
+77079;44.98335;.36919;70;20220227;17.5;-.1;8.7;1.4;7.15;0;1.63;13101
+77079;44.98335;.36919;70;20220228;18.5;.2;9.3;.9;8;0;1.51;13991
+77079;44.98335;.36919;70;20220301;17.9;0;8.9;1.8;7.53;0;1.76;13754
+77079;44.98335;.36919;70;20220302;12.8;6.4;9.6;2.2;10.08;2.2;1.02;4821
+77079;44.98335;.36919;70;20220303;15;6.8;10.9;1.9;10.5;0;1.26;8393
+77079;44.98335;.36919;70;20220304;9.9;7.2;8.6;3.5;10.35;2.1;.68;3018
+77079;44.98335;.36919;70;20220305;10.3;6.4;8.3;2.5;8.64;.6;1.15;6515
+77079;44.98335;.36919;70;20220306;12.5;5.6;9;2.4;6.6;0;1.88;12375
+77079;44.98335;.36919;70;20220307;12;-3.2;4.4;1.8;5.25;0;1.64;15166
+77079;44.98335;.36919;70;20220308;12.5;.9;6.7;1.9;8.08;.5;1.19;8405
+77079;44.98335;.36919;70;20220309;16.3;2.1;9.2;3.2;9.25;.4;1.88;14222
+77079;44.98335;.36919;70;20220310;14.9;9;12;3.2;10.6;1.3;1.59;7192
+77079;44.98335;.36919;70;20220311;12.3;9.4;10.8;3.6;10.6;11.7;1.19;4431
+77079;44.98335;.36919;70;20220312;12.6;6.7;9.7;2.8;10.1;.8;1.24;7839
+77079;44.98335;.36919;70;20220313;12.2;7.8;10;3.2;9.1;12.4;1.55;7029
+77079;44.98335;.36919;70;20220314;15.1;1.9;8.5;4.7;9.18;0;1.74;10912
+77079;44.98335;.36919;70;20220315;19.2;12.3;15.7;6.1;11.6;0;3;10084
+77079;44.98335;.36919;70;20220316;16.2;9.3;12.7;2.3;11.78;0;1.47;7527
+77079;44.98335;.36919;70;20220317;12.9;10.5;11.7;4.5;10.25;1.7;1.64;5068
+77079;44.98335;.36919;70;20220318;17.3;8.4;12.8;2.5;9.6;0;2.23;11400
+77079;44.98335;.36919;70;20220319;19;4;11.5;2.7;8.6;0;2.67;15800
+77079;44.98335;.36919;70;20220320;17.4;4.2;10.8;3.4;9.1;0;2.21;10000
+77079;44.98335;.36919;70;20220321;18.3;8.6;13.4;5.3;8.9;0;3.48;15200
+77079;44.98335;.36919;70;20220322;17.2;6;11.6;5;6.5;0;3.77;17600
+77079;44.98335;.36919;70;20220323;17.9;3.2;10.5;3.3;6.3;0;3.33;19300
+77079;44.98335;.36919;70;20220324;18.8;-2;8.4;2.4;6.9;0;2.86;20100
+77079;44.98335;.36919;70;20220325;19.8;.3;10;2;6.7;0;2.7;15100
+77079;44.98335;.36919;70;20220326;21.6;-.5;10.5;2.5;6.3;0;3.48;19900
+77079;44.98335;.36919;70;20220327;21.9;1.1;11.5;3.1;7.3;0;3.66;19300
+77079;44.98335;.36919;70;20220328;22.2;1.5;11.8;1.8;8;0;2.93;17200
+77079;44.98335;.36919;70;20220329;17.8;6.1;11.9;2.1;10.3;1.5;1.81;8100
+77079;44.98335;.36919;70;20220330;15.4;9.5;12.4;2.6;11.2;2.2;1.8;9400
+77079;44.98335;.36919;70;20220331;14.5;7.4;10.9;5.5;9.2;1.7;2.63;15000
+77079;44.98335;.36919;70;20220401;9.5;-.7;4.4;7;5.5;.6;2.31;14500
+77079;44.98335;.36919;70;20220402;9.1;1.9;5.5;5.2;5.3;0;2.43;14400
+77079;44.98335;.36919;70;20220403;6.2;-3.8;1.2;1.2;5.11;0;1.36;14205
+77079;44.98335;.36919;70;20220404;12.9;-2.6;5.1;2.4;4.9;0;2.71;22600
+77079;44.98335;.36919;70;20220405;14.6;-.4;7.1;1.6;7.48;0;1.89;13857
+77079;44.98335;.36919;70;20220406;13.4;8.8;11.1;3.5;11.17;1.8;1.34;5935
+77079;44.98335;.36919;70;20220407;14.5;10.3;12.4;6.2;12.5;17.5;1.32;4000
+77079;44.98335;.36919;70;20220408;18.4;11.6;15;6.8;11.5;1;3.08;8900
+77079;44.98335;.36919;70;20220409;14.8;5.5;10.1;2.5;7.7;0;2.61;16300
+77079;44.98335;.36919;70;20220410;19.1;-.4;9.3;3;6.73;0;3.53;22725
+77079;44.98335;.36919;70;20220411;22.3;3.5;12.9;5.2;9.7;0;4.16;20400
+77079;44.98335;.36919;70;20220412;17.9;9.1;13.5;3.3;11.2;0;2.17;8000
+77079;44.98335;.36919;70;20220413;14.9;9.7;12.3;1.4;13.1;1.5;1.07;5000
+77079;44.98335;.36919;70;20220414;23.8;8.2;16;1.2;12.4;.1;3.24;20300
+77079;44.98335;.36919;70;20220415;25.6;5.5;15.5;1.7;12.1;0;3.78;23000
+77079;44.98335;.36919;70;20220416;24.5;6.2;15.3;2.3;10.7;0;4.12;24000
+77079;44.98335;.36919;70;20220417;23.3;2.4;12.8;2.5;9.8;0;3.95;24400
+77079;44.98335;.36919;70;20220418;19.6;10.1;14.8;3.3;12;0;3.11;17100
+77079;44.98335;.36919;70;20220419;17;8.7;12.8;3.1;12.3;9;1.98;10800
+77079;44.98335;.36919;70;20220420;14.2;8.9;11.5;1.8;12;7.6;1.29;6600
+77079;44.98335;.36919;70;20220421;17.7;9.6;13.6;2;12.9;1.2;1.95;10700
+77079;44.98335;.36919;70;20220422;19.2;10.7;14.9;1.5;12.9;2.1;2.29;12600
+77079;44.98335;.36919;70;20220423;13.2;8.6;10.9;3.1;12;14.9;.9;3000
+77079;44.98335;.36919;70;20220424;17.7;9.6;13.6;5.3;12;1.5;2.42;9900
+77079;44.98335;.36919;70;20220425;19.1;5.1;12.1;1.4;11.1;0;3.2;23700
+77079;44.98335;.36919;70;20220426;23.1;3.5;13.3;1.8;10.6;0;3.91;25900
+77079;44.98335;.36919;70;20220427;23;5.4;14.2;1.9;12.7;0;3.09;18300
+77079;44.98335;.36919;70;20220428;21.5;11.9;16.7;2.6;14.6;0;3.13;17500
+77079;44.98335;.36919;70;20220429;21.5;11.8;16.6;2.7;14.2;0;3.21;17600
+77079;44.98335;.36919;70;20220430;22.7;11.7;17.2;2.6;12.7;0;4.01;21800
+77079;44.98335;.36919;70;20220501;21.3;4.5;12.9;1.4;10.4;0;3.31;21600
+77079;44.98335;.36919;70;20220502;20.3;8.3;14.3;2;11.1;0;3.21;18600
+77079;44.98335;.36919;70;20220503;23.4;9.8;16.6;1.4;12.9;1.3;3.7;22100
+77079;44.98335;.36919;70;20220504;22;8.1;15;2.5;11.5;0;3.66;20300
+77079;44.98335;.36919;70;20220505;22.1;7.3;14.7;2.7;10.9;0;4.07;23700
+77079;44.98335;.36919;70;20220506;22.5;7.6;15.1;2.2;11.15;.1;3.41;17529
+77079;44.98335;.36919;70;20220507;24.3;8.3;16.3;1.6;11.73;0;3.48;18384
+77079;44.98335;.36919;70;20220508;25.4;8.4;16.9;1.4;11.73;0;3.62;18951
+77079;44.98335;.36919;70;20220509;27.5;9;18.3;1.1;11.78;0;3.77;20179
+77079;44.98335;.36919;70;20220510;28.8;8.3;18.6;1.5;12.45;0;4.15;20722
+77079;44.98335;.36919;70;20220511;28.7;9.9;19.3;2.1;14.25;.4;4.3;20149
+77079;44.98335;.36919;70;20220512;21.6;12.7;17.2;1.3;15.3;1.9;2.11;9700
+77079;44.98335;.36919;70;20220513;25.3;14.1;19.7;1.5;15.93;0;3.13;14713
+77079;44.98335;.36919;70;20220514;28.9;11.1;20;1.9;15.8;0;4.12;19283
+77079;44.98335;.36919;70;20220515;28.4;14.6;21.5;2.3;17.08;9.4;3.94;16247
+77079;44.98335;.36919;70;20220516;27.9;14.4;21.2;1.4;17.35;0;3.74;18316
+77079;44.98335;.36919;70;20220517;30.8;13.6;22.2;2;16.25;.1;4.6;19975
+77079;44.98335;.36919;70;20220518;31.9;12.7;22.3;1.9;16.9;2.2;4.7;20621
+77079;44.98335;.36919;70;20220519;27.9;17.5;22.7;2.3;19.4;.1;3.71;15581
+77079;44.98335;.36919;70;20220520;27.1;15.9;21.5;2.3;17.35;0;3.78;16191
+77079;44.98335;.36919;70;20220521;31.3;13.5;22.4;1.2;18.35;.1;4.15;19935
+77079;44.98335;.36919;70;20220522;31.5;17.6;24.6;2.3;20.8;1.2;4.33;17163
+77079;44.98335;.36919;70;20220523;21.7;16.7;19.2;4.5;15.9;1;2.95;9317
+77079;44.98335;.36919;70;20220524;19.8;10.5;15.2;2.4;12.45;1.2;2.8;13949
+77079;44.98335;.36919;70;20220525;21.6;6.4;14;2.1;11;.1;3.32;18265
+77079;44.98335;.36919;70;20220526;19.6;8.8;14.2;1.3;12.83;0;2.16;11406
+77079;44.98335;.36919;70;20220527;24.2;11.5;17.8;2.3;13.75;.1;3.8;18986
+77079;44.98335;.36919;70;20220528;26.4;11.5;18.9;2.9;11.93;0;4.76;20486
+77079;44.98335;.36919;70;20220529;23;8.2;15.6;3;9.33;0;4.43;20439
+77079;44.98335;.36919;70;20220530;24.2;7;15.6;2;8.83;0;4.26;21157
+77079;44.98335;.36919;70;20220531;25.3;12.3;18.8;1.7;11.63;2.6;3.86;17664
+77079;44.98335;.36919;70;20220601;29;10.4;19.7;2.1;14.1;7.6;4.6;21023
+77079;44.98335;.36919;70;20220602;28.4;16.1;22.3;2.1;18.75;8.8;3.99;17663
+77079;44.98335;.36919;70;20220603;29.3;18.1;23.7;2;20.03;2.3;4.03;17306
+77079;44.98335;.36919;70;20220604;25.5;15.4;20.5;2.2;19.6;0;2.94;13575
+77079;44.98335;.36919;70;20220605;22.6;16.1;19.4;2.4;16.55;0;2.59;9803
+77079;44.98335;.36919;70;20220606;24.6;11.4;18;1.1;14.95;.2;3.23;17030
+77079;44.98335;.36919;70;20220607;24.9;14;19.4;2;14.78;6.8;3.68;17062
+77079;44.98335;.36919;70;20220608;20.1;13.7;16.9;2.1;15.65;1.6;2.19;10100
+77079;44.98335;.36919;70;20220609;22.5;10.2;16.4;1.8;13.88;.9;2.78;13445
+77079;44.98335;.36919;70;20220610;28;9.5;18.7;1;14.15;.1;4.03;21718
+77079;44.98335;.36919;70;20220611;31.4;12;21.7;1.3;16.35;0;5.41;28357
+77079;44.98335;.36919;70;20220612;30.4;15.6;23;1.7;19;.5;4.99;24320
+77079;44.98335;.36919;70;20220613;30.1;17.3;23.7;2.3;17.68;.1;5.52;25719
+77079;44.98335;.36919;70;20220614;34.6;14.3;24.5;1.8;18.05;.2;6.08;28075
+77079;44.98335;.36919;70;20220615;33.9;19.6;26.8;1.8;20.03;0;6.12;27193
+77079;44.98335;.36919;70;20220616;35.2;15.2;25.2;1.3;17.88;0;5.89;27695
+77079;44.98335;.36919;70;20220617;37.9;17.4;27.6;1.5;18.78;0;6.66;29288
+77079;44.98335;.36919;70;20220618;38.9;18;28.4;2.4;18.1;.3;7.58;29160
+77079;44.98335;.36919;70;20220619;30.7;18.3;24.5;2.6;19.58;21.4;5.42;23620
+77079;44.98335;.36919;70;20220620;29.7;17.3;23.5;2.4;19.7;2.4;4.66;20508
+77079;44.98335;.36919;70;20220621;27.3;17.3;22.3;1.8;20.25;14.6;3.54;16327
+77079;44.98335;.36919;70;20220622;26.1;17.6;21.8;2.8;18.88;2.2;4.18;20048
+77079;44.98335;.36919;70;20220623;25.1;15.3;20.2;1.8;18.03;7.2;3.57;17982
+77079;44.98335;.36919;70;20220624;23.1;16.1;19.6;2.6;17.28;3.7;3.6;18308
+77079;44.98335;.36919;70;20220625;19;13.8;16.4;1.6;15.83;5.5;2.16;11036
+77079;44.98335;.36919;70;20220626;18.1;13.6;15.9;1.5;15.6;6.3;1.94;10038
+77079;44.98335;.36919;70;20220627;23.5;13.2;18.3;2;14.2;0;4.23;23070
+77079;44.98335;.36919;70;20220628;25.1;10;17.6;1.5;13.1;.1;4.66;27086
+77079;44.98335;.36919;70;20220629;25.6;10.1;17.8;1.9;14.15;6.9;4.65;26307
+77079;44.98335;.36919;70;20220630;17.6;13.8;15.7;1.4;15.05;5.1;1.9;9398
+77079;44.98335;.36919;70;20220701;23.1;9.3;16.2;1;12.65;.1;4.16;25900
+77079;44.98335;.36919;70;20220702;29.1;8.9;19;1.3;13.3;.1;5.25;29511
+77079;44.98335;.36919;70;20220703;27.6;13.9;20.8;2.3;14.95;2.9;5.14;25631
+77079;44.98335;.36919;70;20220704;26.8;16.2;21.5;2.2;16.95;.1;4.45;21385
+77079;44.98335;.36919;70;20220705;28.7;15.3;22;2;15.23;.2;5.48;27212
+77079;44.98335;.36919;70;20220706;28.5;13.3;20.9;2.3;14.13;0;5.54;27070
+77079;44.98335;.36919;70;20220707;28.3;12.8;20.6;1.9;15.03;0;5.25;27171
+77079;44.98335;.36919;70;20220708;29.1;14.3;21.7;2.5;14.98;0;5.74;27727
+77079;44.98335;.36919;70;20220709;30.9;13.6;22.2;2.4;14.45;0;6.06;28367
+77079;44.98335;.36919;70;20220710;31.6;14;22.8;2.5;14.8;0;6.25;28348
+77079;44.98335;.36919;70;20220711;33.9;14.5;24.2;2.2;15.45;0;6.49;28972
+77079;44.98335;.36919;70;20220712;35.1;14.8;25;1.9;15.08;0;6.58;29605
+77079;44.98335;.36919;70;20220713;35.2;13.8;24.5;1.3;14.65;0;6.04;29297
+77079;44.98335;.36919;70;20220714;36.6;14.9;25.7;1.6;16.1;0;6.44;29282
+77079;44.98335;.36919;70;20220715;33.8;16.6;25.2;2.1;15.18;0;6.31;27377
+77079;44.98335;.36919;70;20220716;34.7;15.6;25.2;2.2;14.48;0;6.67;28347
+77079;44.98335;.36919;70;20220717;36.9;15.3;26.1;2;13.9;0;6.85;28630
+77079;44.98335;.36919;70;20220718;39.7;18.6;29.1;2.7;15.7;0;7.94;28236
+77079;44.98335;.36919;70;20220719;30.2;18.5;24.4;2.3;19.25;11.1;4.62;18985
+77079;44.98335;.36919;70;20220720;28;18.3;23.2;2.6;18.3;.3;4.57;19898
+77079;44.98335;.36919;70;20220721;30.9;13.5;22.2;1.2;16.88;0;5.08;26737
+77079;44.98335;.36919;70;20220722;29.1;15.8;22.4;2.5;17.93;.3;4.92;22849
+77079;44.98335;.36919;70;20220723;29.4;15.8;22.6;1.5;16.43;0;4.66;22634
+77079;44.98335;.36919;70;20220724;36.4;13.4;24.9;1.4;15.5;0;6.03;28645
+77079;44.98335;.36919;70;20220725;27.6;19.5;23.6;3.3;17.95;0;4.49;16695
+77079;44.98335;.36919;70;20220726;26.1;14.8;20.4;1.6;14.85;.1;4.06;20180
+77079;44.98335;.36919;70;20220727;28.6;11.3;19.9;1.5;13.53;0;4.78;25438
+77079;44.98335;.36919;70;20220728;29;12.6;20.8;1.8;15.03;0;4.91;25021
+77079;44.98335;.36919;70;20220729;27.5;16.2;21.8;1.8;16.93;.4;4.03;18830
+77079;44.98335;.36919;70;20220730;30;14.2;22.1;1.4;17.23;0;4.76;24411
+77079;44.98335;.36919;70;20220731;32.4;14.3;23.4;1.8;17.03;.2;5.42;26192
+77079;44.98335;.36919;70;20220801;33.9;15.3;24.6;1.9;16.68;0;5.86;26675
+77079;44.98335;.36919;70;20220802;35.4;14.6;25;1.3;16.28;0;5.63;27147
+77079;44.98335;.36919;70;20220803;38;15.7;26.9;1.2;16.03;0;5.79;26763
+77079;44.98335;.36919;70;20220804;36.5;18.3;27.4;2.2;19.88;0;6.04;24483
+77079;44.98335;.36919;70;20220805;31.5;18.9;25.2;2.4;19.33;0;5.08;21344
+77079;44.98335;.36919;70;20220806;32.4;18.2;25.3;2.5;14.83;0;5.88;24226
+77079;44.98335;.36919;70;20220807;33.4;14.5;23.9;2.4;11.58;0;6.21;26306
+77079;44.98335;.36919;70;20220808;35;13.8;24.4;2.3;11.4;0;6.42;26389
+77079;44.98335;.36919;70;20220809;36;15.8;25.9;2;12.15;0;6.15;25660
+77079;44.98335;.36919;70;20220810;37.9;14.6;26.2;1.8;11.98;0;6.3;26710
+77079;44.98335;.36919;70;20220811;38.3;15.6;27;1.6;14.7;0;5.88;24742
+77079;44.98335;.36919;70;20220812;39.5;18.6;29;1.7;17.1;0;6.07;24678
+77079;44.98335;.36919;70;20220813;35.6;19.5;27.6;2.3;20.4;3.5;5.67;22432
+77079;44.98335;.36919;70;20220814;24.9;19.7;22.3;2.3;20.55;6.2;2.63;10558
+77079;44.98335;.36919;70;20220815;27.6;16.2;21.9;1.7;17.98;0;3.59;17157
+77079;44.98335;.36919;70;20220816;25.8;14.8;20.3;1.4;18.25;7.1;2.86;14047
+77079;44.98335;.36919;70;20220817;24.9;14.6;19.8;1.8;17.15;4.2;3.26;17021
+77079;44.98335;.36919;70;20220818;26.9;13.3;20.1;2;16.13;0;3.83;19300
+77079;44.98335;.36919;70;20220819;27.6;15.6;21.6;2.2;18.13;1.4;3.63;16844
+77079;44.98335;.36919;70;20220820;27.4;15.9;21.7;1.1;18.58;.1;3.21;16522
+77079;44.98335;.36919;70;20220821;26.9;14.8;20.9;1.8;17.33;.3;3.44;16801
+77079;44.98335;.36919;70;20220822;27.1;19.1;23.1;2.1;19.85;1.5;3.14;13262
+77079;44.98335;.36919;70;20220823;29.8;17.5;23.7;1.3;19.55;.1;3.92;19587
+77079;44.98335;.36919;70;20220824;34.7;15.6;25.2;1.3;18.33;2.1;4.76;23019
+77079;44.98335;.36919;70;20220825;28.9;18;23.4;2.1;19.85;.3;3.66;16171
+77079;44.98335;.36919;70;20220826;29.8;17.7;23.8;1.7;19.18;0;3.77;17307
+77079;44.98335;.36919;70;20220827;30.7;14.4;22.5;1.5;15.55;0;4.24;21216
+77079;44.98335;.36919;70;20220828;32.7;13;22.8;1.4;14.3;0;4.54;22842
+77079;44.98335;.36919;70;20220829;33;14.5;23.7;2.1;16.05;.4;4.4;17028
+77079;44.98335;.36919;70;20220830;33.1;15.9;24.5;1.4;17.55;0;4.32;20467
+77079;44.98335;.36919;70;20220831;32.7;15.6;24.1;1.9;17.43;0;4.44;19625
+77079;44.98335;.36919;70;20220901;28.7;17.6;23.2;1.8;18.95;4.2;3.21;13803
+77079;44.98335;.36919;70;20220902;27;16.5;21.7;1.5;18.25;5.8;3.01;14789
+77079;44.98335;.36919;70;20220903;27.6;15.5;21.6;1.6;17.18;.1;3.44;17620
+77079;44.98335;.36919;70;20220904;32.9;14.3;23.6;1.8;16.53;2;4.47;20887
+77079;44.98335;.36919;70;20220905;33.7;16.6;25.2;2;17.73;3.1;4.66;19722
+77079;44.98335;.36919;70;20220906;31.4;15.5;23.5;2.3;16.8;.3;4.38;18973
+77079;44.98335;.36919;70;20220907;26.3;15.9;21.1;1.4;16.05;0;2.95;14360
+77079;44.98335;.36919;70;20220908;22.9;12.9;17.9;2.1;15.8;.8;2.47;12936
+77079;44.98335;.36919;70;20220909;24.9;12.6;18.7;2.1;14.45;.3;3.04;15036
+77079;44.98335;.36919;70;20220910;26.6;10.7;18.6;1;13.98;.1;3.01;18226
+77079;44.98335;.36919;70;20220911;31.2;11.9;21.5;1.6;13.58;0;3.98;20162
+77079;44.98335;.36919;70;20220912;36.2;15;25.6;2.1;15.65;.3;4.89;18892
+77079;44.98335;.36919;70;20220913;31.7;21.1;26.4;2.1;21.2;3.4;3.38;11449
+77079;44.98335;.36919;70;20220914;30.3;18.2;24.2;1.9;17.68;0;3.68;15889
+77079;44.98335;.36919;70;20220915;28.4;13.5;21;1.7;16.93;.4;3.19;16332
+77079;44.98335;.36919;70;20220916;24.2;14.5;19.3;2.2;14.58;0;3;14897
+77079;44.98335;.36919;70;20220917;21.2;8;14.6;2.2;9.03;0;3.09;17796
+77079;44.98335;.36919;70;20220918;24.8;4.4;14.6;1.8;7.9;0;3.38;19238
+77079;44.98335;.36919;70;20220919;25.6;5.7;15.6;2.4;8.75;0;3.76;19356
+77079;44.98335;.36919;70;20220920;24.4;5.8;15.1;2.2;8.6;0;3.41;18684
+77079;44.98335;.36919;70;20220921;25.1;5.9;15.5;2.1;8.78;0;3.39;18507
+77079;44.98335;.36919;70;20220922;26.8;5.3;16;1.1;9.28;0;2.91;18648
+77079;44.98335;.36919;70;20220923;21.3;7.9;14.6;1.1;11.4;1;1.88;10590
+77079;44.98335;.36919;70;20220924;21.4;10.5;16;1.5;13.88;7.4;1.87;10142
+77079;44.98335;.36919;70;20220925;20.2;9;14.6;1.3;12;0;2.01;13088
+77079;44.98335;.36919;70;20220926;20.6;6.6;13.6;2.4;11.55;3.5;2.2;12504
+77079;44.98335;.36919;70;20220927;17.9;11.4;14.7;3.4;13.75;6.2;1.7;8856
+77079;44.98335;.36919;70;20220928;20.2;15.1;17.6;5.1;15.95;4.2;2.17;9297
+77079;44.98335;.36919;70;20220929;17.5;11.7;14.6;1.4;12.98;5.5;1.45;8008
+77079;44.98335;.36919;70;20220930;19.5;7.9;13.7;1.5;11.1;.9;2.02;14105
+77079;44.98335;.36919;70;20221001;19.9;10.2;15.1;3.3;16.28;4.6;1.19;6875
+77079;44.98335;.36919;70;20221002;22;16;19;1.7;17.1;.2;1.7;7944
+77079;44.98335;.36919;70;20221003;23.9;10.2;17;.9;13.85;0;2.06;14369
+77079;44.98335;.36919;70;20221004;25;7.8;16.4;.9;13.05;.1;2.12;15102
+77079;44.98335;.36919;70;20221005;26.8;8.8;17.8;1.7;13.88;.4;2.54;14825
+77079;44.98335;.36919;70;20221006;21.5;14;17.8;1.2;16.1;0;1.48;7923
+77079;44.98335;.36919;70;20221007;25;10.3;17.7;1.1;14.73;0;1.97;12840
+77079;44.98335;.36919;70;20221008;22.5;13.3;17.9;1.8;14.25;0;1.98;9639
+77079;44.98335;.36919;70;20221009;25.6;8.8;17.2;1.7;12.83;.1;2.41;14017
+77079;44.98335;.36919;70;20221010;22;12.4;17.2;1.6;15.5;0;1.52;8056
+77079;44.98335;.36919;70;20221011;20.3;15.3;17.8;1.7;17.4;3;1.21;5749
+77079;44.98335;.36919;70;20221012;20.8;13.1;17;1.3;15.37;.1;1.48;9178
+77079;44.98335;.36919;70;20221013;19.4;10.6;15;1.5;15.07;4.7;1.16;6817
+77079;44.98335;.36919;70;20221014;20.5;16.2;18.4;3.3;18.05;1.3;1.34;4828
+77079;44.98335;.36919;70;20221015;23.9;15.8;19.8;1.8;17.03;0;1.78;8707
+77079;44.98335;.36919;70;20221016;28;13.9;20.9;2.7;17.08;.1;2.65;11548
+77079;44.98335;.36919;70;20221017;25.2;17.2;21.2;2.3;18.65;2.1;1.91;7563
+77079;44.98335;.36919;70;20221018;28.6;14.9;21.8;2.6;17.68;0;2.64;11231
+77079;44.98335;.36919;70;20221019;26.6;15;20.8;2.9;17.4;2.9;2.38;8914
+77079;44.98335;.36919;70;20221020;25.9;14.3;20.1;3;16.88;.1;2.25;8585
+77079;44.98335;.36919;70;20221021;23.7;14.9;19.3;2;14.6;1.1;1.89;7066
+77079;44.98335;.36919;70;20221022;24.5;10.7;17.6;2.2;14.35;0;1.98;10293
+77079;44.98335;.36919;70;20221023;26.4;15.5;20.9;3.4;14.13;.1;2.96;7803
+77079;44.98335;.36919;70;20221024;23.3;9.9;16.6;1.6;12.08;0;1.74;10054
+77079;44.98335;.36919;70;20221025;23.5;8.2;15.8;1.7;12.85;1.6;1.61;8283
+77079;44.98335;.36919;70;20221026;26.2;10.4;18.3;1.7;14.38;.1;1.85;10308
+77079;44.98335;.36919;70;20221027;25.6;14.3;20;3.3;16.68;0;2.18;6544
+77079;44.98335;.36919;70;20221028;27.1;19.2;23.2;3.1;16.35;0;2.74;7229
+77079;44.98335;.36919;70;20221029;26.6;14.8;20.7;2.2;14.18;0;2.12;7953
+77079;44.98335;.36919;70;20221030;23.2;10.9;17.1;1.3;14;.5;1.33;7962
+77079;44.98335;.36919;70;20221031;22;11.9;17;2.4;15.2;3.4;1.37;5876
+77079;44.98335;.36919;70;20221101;18.9;10;14.5;1.5;13.38;.1;1.03;7243
+77079;44.98335;.36919;70;20221102;19.5;7.2;13.3;1.3;11.3;0;1.12;9464
+77079;44.98335;.36919;70;20221103;19.3;8.7;14;3.1;11.75;7.9;1.58;5420
+77079;44.98335;.36919;70;20221104;14.7;9.2;12;3.7;10.58;3.5;1.34;6034
+77079;44.98335;.36919;70;20221105;16.8;3;9.9;.9;8.83;0;.87;7961
+77079;44.98335;.36919;70;20221106;17.4;3;10.2;1.8;9.85;1.4;1.03;7152
+77079;44.98335;.36919;70;20221107;19.4;7.9;13.7;2;11.93;.1;1.2;8454
+77079;44.98335;.36919;70;20221108;19.5;10.1;14.8;3.2;13.2;3.3;1.37;5428
+77079;44.98335;.36919;70;20221109;15.3;13.1;14.2;1.3;13.85;2.7;.71;2471
+77079;44.98335;.36919;70;20221110;13.3;7.6;10.5;1.1;11.35;0;.58;3775
+77079;44.98335;.36919;70;20221111;20.3;3;11.6;1.2;10.68;.1;.89;8880
+77079;44.98335;.36919;70;20221112;22;8.1;15;1.8;12.23;.1;1.23;8371
+77079;44.98335;.36919;70;20221113;21.5;4.9;13.2;1.2;10.53;0;.98;8636
+77079;44.98335;.36919;70;20221114;14.9;7.4;11.2;1.9;11.93;4.5;.66;2996
+77079;44.98335;.36919;70;20221115;16.2;10.3;13.3;2.6;13.13;7.3;.81;3431
+77079;44.98335;.36919;70;20221116;17.8;10.3;14.1;3.2;12.8;2.4;1.13;5668
+77079;44.98335;.36919;70;20221117;16.9;12.6;14.8;3.7;13;10.1;1.29;4130
+77079;44.98335;.36919;70;20221118;13.5;5.6;9.5;1.4;10.3;4.3;.59;5108
+77079;44.98335;.36919;70;20221119;11.6;6.3;9;1.1;9.48;.4;.56;4617
+77079;44.98335;.36919;70;20221120;11.8;.5;6.1;1.5;8.68;3.2;.51;3755
+77079;44.98335;.36919;70;20221121;13.5;5.9;9.7;3.2;10.7;17.3;.74;2538
+77079;44.98335;.36919;70;20221122;11.6;6.2;8.9;3;10;15.1;.63;4024
+77079;44.98335;.36919;70;20221123;16.2;9.1;12.6;3.5;11.93;2.4;1;5053
+77079;44.98335;.36919;70;20221124;13.6;6;9.8;1.6;10.4;2.4;.58;4306
+77079;44.98335;.36919;70;20221125;14.2;8.5;11.3;1.5;10.65;2.5;.68;4145
+77079;44.98335;.36919;70;20221126;11.9;2;6.9;1.3;8.25;.1;.5;5135
+77079;44.98335;.36919;70;20221127;11.7;1.6;6.6;1.7;8.65;8.9;.42;5237
+77079;44.98335;.36919;70;20221128;13.7;8.8;11.2;2.1;11;2.3;.67;4136
+77079;44.98335;.36919;70;20221129;9;3;6;.9;9.03;.2;.35;3176
+77079;44.98335;.36919;70;20221130;11.3;3.9;7.6;1.6;8.35;.1;.53;4999
+77079;44.98335;.36919;70;20221201;11;1.1;6;2.4;7.4;0;.64;5576
+77079;44.98335;.36919;70;20221202;8.1;5;6.5;1.9;7.45;.6;.63;2079
+77079;44.98335;.36919;70;20221203;7.6;3.6;5.6;1.5;7.55;.9;.5;2798
+77079;44.98335;.36919;70;20221204;8.8;2.6;5.7;.9;7.53;.2;.41;3520
+77079;44.98335;.36919;70;20221205;10.3;-1.2;4.6;1.7;6.55;.1;.51;6098
+77079;44.98335;.36919;70;20221206;9.6;.7;5.1;1.6;6.63;0;.59;3820
+77079;44.98335;.36919;70;20221207;8.2;-1.6;3.3;1.7;5.98;.1;.42;5841
+77079;44.98335;.36919;70;20221208;7.2;-1.7;2.7;1.4;6.48;2.2;.37;3627
+77079;44.98335;.36919;70;20221209;7.3;4.3;5.8;2;7.65;.4;.54;2392
+77079;44.98335;.36919;70;20221210;2.5;-2.5;0;2.5;4.93;0;.48;3246
+77079;44.98335;.36919;70;20221211;4.2;-6.8;-1.3;1.1;4.2;.1;.29;5564
+77079;44.98335;.36919;70;20221212;2.6;-5.4;-1.4;2;5.4;5.3;.23;2803
+77079;44.98335;.36919;70;20221213;6.6;2;4.3;2.2;8.78;3.6;.15;1979
+77079;44.98335;.36919;70;20221214;16.4;6.4;11.4;1.6;11.88;3.3;.53;3887
+77079;44.98335;.36919;70;20221215;11.3;7.9;9.6;2.5;10.83;1.7;.52;1974
+77079;44.98335;.36919;70;20221216;8.1;3.4;5.7;3.2;6.55;0;.83;4241
+77079;44.98335;.36919;70;20221217;7;-6;.5;1.3;4.55;0;.35;6223
+77079;44.98335;.36919;70;20221218;12;-2.3;4.8;2.9;7.35;.1;.58;5304
+77079;44.98335;.36919;70;20221219;16.1;5.8;10.9;3;10.4;.1;.9;4384
+77079;44.98335;.36919;70;20221220;14.3;10.6;12.5;3.8;12.2;3;.91;1665
+77079;44.98335;.36919;70;20221221;16.5;9.5;13;2.8;12.8;.7;.77;3356
+77079;44.98335;.36919;70;20221222;15;12.1;13.5;3.8;13.9;16.1;.7;1640
+77079;44.98335;.36919;70;20221223;16.7;13.8;15.2;2.3;14.3;.4;.84;2041
+77079;44.98335;.36919;70;20221224;17.7;11.3;14.5;1.4;12.45;0;.65;4678
+77079;44.98335;.36919;70;20221225;17.1;4.8;11;1.8;10.48;0;.61;5389
+77079;44.98335;.36919;70;20221226;14.1;8.8;11.5;1;11.65;1.2;.48;2677
+77079;44.98335;.36919;70;20221227;12.6;7.2;9.9;1;10.65;.1;.41;3547
+77079;44.98335;.36919;70;20221228;16.5;5.5;11;2.3;10.55;1.7;.75;5254
+77079;44.98335;.36919;70;20221229;11.6;9.6;10.6;2;11.28;15.5;.6;1056
+77079;44.98335;.36919;70;20221230;14.4;9.7;12;2.8;11.98;2.7;.73;2445
+77079;44.98335;.36919;70;20221231;18.8;10.4;14.6;3.3;11.88;0;1.34;4811
+77080;45.01189;.68375;149;20220101;18.6;3.9;11.2;2.1;8.98;0;.99;6357
+77080;45.01189;.68375;149;20220102;14.7;5.3;10;1.8;10.26;.1;.61;4974
+77080;45.01189;.68375;149;20220103;14.1;7.7;10.9;2.6;11.26;.1;.59;5015
+77080;45.01189;.68375;149;20220104;15.6;10.2;12.9;3.7;10.23;.7;1.44;3843
+77080;45.01189;.68375;149;20220105;7.2;1.3;4.3;2.3;6.31;0;.57;4715
+77080;45.01189;.68375;149;20220106;6.9;-2.2;2.3;.8;5.14;.1;.3;5777
+77080;45.01189;.68375;149;20220107;9.7;-2.6;3.6;2.1;7.19;7.1;.47;4601
+77080;45.01189;.68375;149;20220108;11.4;7.4;9.4;5;10.21;8.9;.7;2810
+77080;45.01189;.68375;149;20220109;8.5;5.7;7.1;2.2;9.66;15.7;.42;1351
+77080;45.01189;.68375;149;20220110;8.4;7;7.7;1;9.93;1.8;.42;1393
+77080;45.01189;.68375;149;20220111;9.9;.4;5.2;1.4;6.43;.1;.47;6958
+77080;45.01189;.68375;149;20220112;7.6;-2.9;2.4;1.9;5.06;0;.61;6843
+77080;45.01189;.68375;149;20220113;6.6;-3.5;1.5;1.3;4.96;0;.35;5398
+77080;45.01189;.68375;149;20220114;9.9;-4.5;2.7;1.2;4.89;.1;.49;7487
+77080;45.01189;.68375;149;20220115;9.1;-4.5;2.3;.8;4.96;0;.36;7636
+77080;45.01189;.68375;149;20220116;7.1;-5.6;.8;1.1;5.19;.2;.28;6838
+77080;45.01189;.68375;149;20220117;6.8;-1.9;2.4;1.1;6.43;.1;.33;4205
+77080;45.01189;.68375;149;20220118;2.2;-2.1;.1;1;6.06;.2;.25;3830
+77080;45.01189;.68375;149;20220119;4.9;.4;2.7;1.7;7.56;2.3;.29;1625
+77080;45.01189;.68375;149;20220120;6.6;1.5;4;1.7;7.13;.1;.5;3449
+77080;45.01189;.68375;149;20220121;6.3;-.9;2.7;3.5;5.23;0;.89;7394
+77080;45.01189;.68375;149;20220122;8.3;-2.1;3.1;2.6;5.34;0;.83;6974
+77080;45.01189;.68375;149;20220123;12.2;-2.7;4.7;1.1;5.46;0;.63;8497
+77080;45.01189;.68375;149;20220124;12.5;-1.7;5.4;1.2;5.64;0;.69;7852
+77080;45.01189;.68375;149;20220125;11.9;-3.3;4.3;1.1;5.96;0;.59;8515
+77080;45.01189;.68375;149;20220126;12.2;-3.4;4.4;1.2;5.83;0;.61;8716
+77080;45.01189;.68375;149;20220127;5.7;-5.2;.3;1.3;5.09;.1;.43;7109
+77080;45.01189;.68375;149;20220128;6.4;-4.9;.8;1.1;5.96;0;.38;5349
+77080;45.01189;.68375;149;20220129;1.6;-.2;.7;1.2;6.59;0;.29;2092
+77080;45.01189;.68375;149;20220130;9.8;1.4;5.6;1.9;8.39;.1;.51;3750
+77080;45.01189;.68375;149;20220131;10.4;4;7.2;3.8;8.99;1;.75;3477
+77080;45.01189;.68375;149;20220201;7.9;-.2;3.8;2.8;8.29;.7;.34;4376
+77080;45.01189;.68375;149;20220202;9.6;7.6;8.6;2;10.03;.1;.6;2619
+77080;45.01189;.68375;149;20220203;6.2;.8;3.5;1.9;8.36;.5;.28;2437
+77080;45.01189;.68375;149;20220204;11;5.9;8.4;2;10.26;1.8;.59;2716
+77080;45.01189;.68375;149;20220205;10.6;3.3;6.9;2.4;7.36;0;.99;9248
+77080;45.01189;.68375;149;20220206;9.6;-1.4;4.1;2.8;8.36;1.9;.46;3886
+77080;45.01189;.68375;149;20220207;12;8.7;10.3;3.2;9.28;.7;1.17;5434
+77080;45.01189;.68375;149;20220208;14.1;-.1;7;1.3;6.41;0;1;9661
+77080;45.01189;.68375;149;20220209;16.8;-.5;8.2;2.5;6.86;0;1.56;11282
+77080;45.01189;.68375;149;20220210;13.3;1.5;7.4;1.4;8.53;0;1.08;10066
+77080;45.01189;.68375;149;20220211;12.1;7.6;9.9;2;7.73;0;1.34;8030
+77080;45.01189;.68375;149;20220212;11.7;-5.3;3.2;.5;4.79;0;.73;10214
+77080;45.01189;.68375;149;20220213;17.4;-3.5;6.9;2.9;8.28;2.5;1.53;10736
+77080;45.01189;.68375;149;20220214;11.7;8.7;10.2;3.3;9.89;3.8;1.13;2484
+77080;45.01189;.68375;149;20220215;9.9;1.6;5.8;2;9.43;11.8;.51;4273
+77080;45.01189;.68375;149;20220216;13.3;8.4;10.9;4.3;12.63;8.3;.64;3254
+77080;45.01189;.68375;149;20220217;13.3;11.4;12.3;3.3;13.54;1.3;.6;2769
+77080;45.01189;.68375;149;20220218;14.2;9.8;12;2.4;11.69;.3;1.06;4919
+77080;45.01189;.68375;149;20220219;11.3;3.9;7.6;1.6;7.93;0;1.1;10244
+77080;45.01189;.68375;149;20220220;12.1;2.7;7.4;2.9;9.96;2.3;.73;5261
+77080;45.01189;.68375;149;20220221;11.7;8.8;10.2;5.5;9.46;.4;1.62;6339
+77080;45.01189;.68375;149;20220222;12.9;4.3;8.6;1.7;9.39;0;1;7109
+77080;45.01189;.68375;149;20220223;16.9;6.1;11.5;.9;8.93;0;1.36;12231
+77080;45.01189;.68375;149;20220224;14.7;3.7;9.2;2.2;8.63;.3;1.44;9828
+77080;45.01189;.68375;149;20220225;10.6;.2;5.4;1.9;6.39;0;1.3;12362
+77080;45.01189;.68375;149;20220226;14.3;-1.5;6.4;2.6;5.19;0;2.03;14363
+77080;45.01189;.68375;149;20220227;16.5;-.7;7.9;1.4;6.63;0;1.6;13165
+77080;45.01189;.68375;149;20220228;17.6;.1;8.8;1;7.59;0;1.54;14326
+77080;45.01189;.68375;149;20220301;17.5;.1;8.8;1.8;7.03;0;1.84;14154
+77080;45.01189;.68375;149;20220302;11.6;5;8.3;1.9;9.66;1.6;.88;3962
+77080;45.01189;.68375;149;20220303;14.6;7.6;11.1;1.7;10.39;0;1.27;8001
+77080;45.01189;.68375;149;20220304;9.9;5.8;7.8;3.6;10.23;2;.62;3024
+77080;45.01189;.68375;149;20220305;7.3;6.3;6.8;2.6;9.04;1.4;.59;2400
+77080;45.01189;.68375;149;20220306;11.6;4.2;7.9;2.3;6.26;0;1.85;13784
+77080;45.01189;.68375;149;20220307;11.5;-3.9;3.8;1.9;5.03;0;1.67;15750
+77080;45.01189;.68375;149;20220308;13.4;.3;6.8;2.1;7.59;.9;1.45;9962
+77080;45.01189;.68375;149;20220309;16.4;2.4;9.4;3.1;8.99;.3;1.97;14465
+77080;45.01189;.68375;149;20220310;14.2;8.5;11.3;3.1;10.23;1.3;1.55;7248
+77080;45.01189;.68375;149;20220311;13.3;9.5;11.4;4.1;10.18;11;1.56;5841
+77080;45.01189;.68375;149;20220312;10.6;6.1;8.3;2.5;10.09;1.6;.94;5757
+77080;45.01189;.68375;149;20220313;10.3;6.7;8.5;3.7;8.89;12.2;1.27;5484
+77080;45.01189;.68375;149;20220314;14.4;.7;7.6;4.6;8.89;0;1.64;10242
+77080;45.01189;.68375;149;20220315;19.1;11.9;15.5;6.1;10.91;0;3.12;10046
+77080;45.01189;.68375;149;20220316;15.6;8.8;12.2;1.9;11.36;0;1.4;6954
+77080;45.01189;.68375;149;20220317;12.8;10.2;11.5;4.4;10.06;1.6;1.72;5213
+77080;45.01189;.68375;149;20220318;15.6;7.8;11.7;2.4;9.33;0;2.06;10688
+77080;45.01189;.68375;149;20220319;18.6;3.6;11.1;1.9;8.43;0;2.38;15431
+77080;45.01189;.68375;149;20220320;16.8;3.1;10;3;9.13;0;2.16;12346
+77080;45.01189;.68375;149;20220321;17.2;7.9;12.5;4.6;8.63;0;3.14;13492
+77080;45.01189;.68375;149;20220322;17.3;5;11.2;4.4;6.28;0;3.59;16023
+77080;45.01189;.68375;149;20220323;17.6;.9;9.3;2.9;5.88;0;3.13;18296
+77080;45.01189;.68375;149;20220324;19.2;-3;8.1;1.7;6.43;0;2.61;19968
+77080;45.01189;.68375;149;20220325;20.8;-.8;10;1.4;6.33;0;2.64;17571
+77080;45.01189;.68375;149;20220326;21.5;-1.2;10.2;1.8;5.98;0;3.09;20073
+77080;45.01189;.68375;149;20220327;21.6;.1;10.8;2.1;7.03;0;3.23;19644
+77080;45.01189;.68375;149;20220328;22.3;.8;11.6;1.4;7.73;0;2.86;18694
+77080;45.01189;.68375;149;20220329;17;6.3;11.6;1.2;9.98;1.6;1.81;10820
+77080;45.01189;.68375;149;20220330;14.8;9.4;12.1;2.1;11.08;.9;1.58;7327
+77080;45.01189;.68375;149;20220331;13.8;7.4;10.6;4.5;9.13;2.2;2.25;10399
+77080;45.01189;.68375;149;20220401;7.6;-.6;3.5;6.3;5.68;.7;1.94;12783
+77080;45.01189;.68375;149;20220402;8.1;1;4.5;4.4;5.38;0;2.1;12488
+77080;45.01189;.68375;149;20220403;5.7;-4.3;.7;1.2;5.09;0;1.36;14205
+77080;45.01189;.68375;149;20220404;12.6;-2;5.3;1.9;4.83;0;2.47;19839
+77080;45.01189;.68375;149;20220405;13.7;-2.3;5.7;1.1;7.79;0;1.4;9830
+77080;45.01189;.68375;149;20220406;12.7;8.7;10.7;2.6;11.19;1.9;1.18;5007
+77080;45.01189;.68375;149;20220407;12.6;9.8;11.2;5.4;12.58;18.1;1.01;3799
+77080;45.01189;.68375;149;20220408;17.8;11.5;14.6;5.9;11.38;.8;3.02;10132
+77080;45.01189;.68375;149;20220409;14.6;3.6;9.1;2.1;7.53;0;2.49;16385
+77080;45.01189;.68375;149;20220410;18.7;-2.3;8.2;1.6;6.29;0;3.04;22176
+77080;45.01189;.68375;149;20220411;21.8;3.4;12.6;4.8;9.43;0;4.12;20526
+77080;45.01189;.68375;149;20220412;18.2;9.9;14;3;11.03;2.7;2.5;10835
+77080;45.01189;.68375;149;20220413;14.6;9.5;12.1;1;13.03;2.4;1.11;5452
+77080;45.01189;.68375;149;20220414;23.6;7.1;15.3;1.1;12.23;.1;3.21;20419
+77080;45.01189;.68375;149;20220415;24.9;5.4;15.2;1.5;11.68;0;3.63;22458
+77080;45.01189;.68375;149;20220416;23.8;5.7;14.8;2.1;10.38;0;3.92;22738
+77080;45.01189;.68375;149;20220417;24;1.8;12.9;2.1;9.28;0;3.97;24470
+77080;45.01189;.68375;149;20220418;19.5;7.3;13.4;2.5;11.38;0;3.02;18124
+77080;45.01189;.68375;149;20220419;17.2;6.7;12;2.3;11.68;8.3;2.04;11851
+77080;45.01189;.68375;149;20220420;14.3;8.6;11.5;1.5;12.13;6;1.56;9550
+77080;45.01189;.68375;149;20220421;18.1;10.1;14.1;1.6;13.03;.7;1.83;9289
+77080;45.01189;.68375;149;20220422;18.7;10.5;14.6;1.1;12.93;0;2.32;13668
+77080;45.01189;.68375;149;20220423;12.7;7.9;10.3;2.8;11.98;18.7;1.2;7299
+77080;45.01189;.68375;149;20220424;16.3;9.5;12.9;4.3;12.03;4.8;2.15;9548
+77080;45.01189;.68375;149;20220425;18.1;5.9;12;1.3;10.83;0;2.69;18352
+77080;45.01189;.68375;149;20220426;22.1;3.4;12.8;1.4;10.28;0;3.65;24456
+77080;45.01189;.68375;149;20220427;23.8;4.2;14;1.6;12.08;0;3.46;21681
+77080;45.01189;.68375;149;20220428;21.4;11;16.2;2.1;14.23;0;3.12;17788
+77080;45.01189;.68375;149;20220429;20.8;11.6;16.2;2.1;13.93;0;2.63;13186
+77080;45.01189;.68375;149;20220430;22.5;9.1;15.8;1.9;11.78;0;3.77;21634
+77080;45.01189;.68375;149;20220501;20.8;3.8;12.3;1.2;9.93;0;3.32;22313
+77080;45.01189;.68375;149;20220502;21;7.2;14.1;1.5;10.68;0;3.3;20157
+77080;45.01189;.68375;149;20220503;22.8;9;15.9;1.3;12.18;2.1;3.61;21587
+77080;45.01189;.68375;149;20220504;21;7.7;14.4;2.1;11.43;0;3.49;20347
+77080;45.01189;.68375;149;20220505;21.7;6.2;13.9;2.3;10.63;0;3.89;23258
+77080;45.01189;.68375;149;20220506;21.7;6.6;14.1;2.2;10.66;0;3.2;16119
+77080;45.01189;.68375;149;20220507;23.2;7.8;15.5;1.5;11.16;0;3.27;17062
+77080;45.01189;.68375;149;20220508;24.7;8;16.3;1.7;11.36;0;3.59;17533
+77080;45.01189;.68375;149;20220509;27;8.9;17.9;1.2;11.63;0;3.74;18766
+77080;45.01189;.68375;149;20220510;28;9.1;18.5;1.8;12.23;0;4.09;18595
+77080;45.01189;.68375;149;20220511;28.6;9.3;18.9;2.1;13.39;.2;4.26;18736
+77080;45.01189;.68375;149;20220512;20.6;12.6;16.6;1.5;15.47;2;2.34;12506
+77080;45.01189;.68375;149;20220513;24.5;14;19.2;1.4;16.39;0;2.77;12776
+77080;45.01189;.68375;149;20220514;28.1;11.2;19.7;1.8;15.93;0;3.75;17329
+77080;45.01189;.68375;149;20220515;27.8;14.8;21.3;2.2;16.76;8.2;3.62;14202
+77080;45.01189;.68375;149;20220516;27.1;14.3;20.7;1.5;17.23;0;3.51;16524
+77080;45.01189;.68375;149;20220517;30.5;13.1;21.8;2.1;16.09;0;4.5;18705
+77080;45.01189;.68375;149;20220518;31.5;12.7;22.1;1.9;16.66;2.7;4.5;18834
+77080;45.01189;.68375;149;20220519;28.3;17.4;22.8;2.7;18.96;0;3.88;14447
+77080;45.01189;.68375;149;20220520;27.6;15.4;21.5;2.5;16.23;0;4.16;15957
+77080;45.01189;.68375;149;20220521;31.4;13.8;22.6;1.1;18.49;0;3.9;17767
+77080;45.01189;.68375;149;20220522;31.4;17.3;24.3;2.1;20.86;.8;4.03;15611
+77080;45.01189;.68375;149;20220523;21.4;16.3;18.9;3.7;15.76;1.2;2.69;8065
+77080;45.01189;.68375;149;20220524;19.4;10.4;14.9;2.6;12.33;.4;2.68;12175
+77080;45.01189;.68375;149;20220525;21.4;6.5;14;2.2;10.63;0;3.35;16982
+77080;45.01189;.68375;149;20220526;18.7;8.4;13.5;1.4;12.39;0;1.93;9038
+77080;45.01189;.68375;149;20220527;23.7;9.7;16.7;2.4;13.33;0;3.82;18964
+77080;45.01189;.68375;149;20220528;25.9;10.7;18.3;2.8;11.53;0;4.6;19224
+77080;45.01189;.68375;149;20220529;22.5;7.2;14.9;2.7;9.09;0;4.21;19765
+77080;45.01189;.68375;149;20220530;23.8;6;14.9;1.8;8.53;0;4.03;19779
+77080;45.01189;.68375;149;20220531;24.7;11.4;18;1.4;11.29;1.9;3.52;15764
+77080;45.01189;.68375;149;20220601;27.7;9.6;18.7;2.3;14.16;7.9;4.35;19088
+77080;45.01189;.68375;149;20220602;28.4;15.6;22;2.4;18.43;11.6;4.01;16405
+77080;45.01189;.68375;149;20220603;28.7;17.5;23.1;2.1;19.36;3.2;4;16114
+77080;45.01189;.68375;149;20220604;25.3;14.3;19.8;2.2;19.26;2.8;2.7;11855
+77080;45.01189;.68375;149;20220605;21.9;15.4;18.7;2.5;16.59;.3;2.29;7842
+77080;45.01189;.68375;149;20220606;24;11.7;17.9;1.3;14.99;.2;2.99;14654
+77080;45.01189;.68375;149;20220607;24.3;13.6;19;2.1;14.63;5.6;3.64;16299
+77080;45.01189;.68375;149;20220608;19.4;13;16.2;1.9;15.39;2.2;1.96;8546
+77080;45.01189;.68375;149;20220609;21.3;10.2;15.7;1.8;13.73;1.3;2.32;9889
+77080;45.01189;.68375;149;20220610;27.4;10.2;18.8;1.2;13.93;.1;3.9;19764
+77080;45.01189;.68375;149;20220611;31;11.6;21.3;1.3;15.46;0;5.54;29187
+77080;45.01189;.68375;149;20220612;29.8;15.2;22.5;1.5;18.36;.6;4.89;24018
+77080;45.01189;.68375;149;20220613;29.4;17.7;23.6;1.9;17.86;.1;5.48;26418
+77080;45.01189;.68375;149;20220614;33.8;13.9;23.9;2;17.73;.2;6.16;28011
+77080;45.01189;.68375;149;20220615;33.3;19.9;26.6;2.2;19.53;0;6.41;27572
+77080;45.01189;.68375;149;20220616;34.7;14.9;24.8;1.3;18.26;0;5.88;27960
+77080;45.01189;.68375;149;20220617;37.7;17;27.4;1.7;18.39;0;6.77;28998
+77080;45.01189;.68375;149;20220618;38.3;18.6;28.5;2.7;17.05;.2;7.66;27584
+77080;45.01189;.68375;149;20220619;31.3;18.4;24.8;2.7;18.75;11.8;5.59;22821
+77080;45.01189;.68375;149;20220620;29.2;16.7;23;2;20.07;2.6;4.52;21100
+77080;45.01189;.68375;149;20220621;26.6;17.1;21.8;1.5;20.43;9.9;3.46;16502
+77080;45.01189;.68375;149;20220622;25.8;18;21.9;2.1;19.19;1.3;3.91;18485
+77080;45.01189;.68375;149;20220623;24.2;14.8;19.5;1.8;17.99;8.1;3.3;16595
+77080;45.01189;.68375;149;20220624;22.3;15.7;19;2.3;17.16;2.5;3.41;17542
+77080;45.01189;.68375;149;20220625;18.1;13.1;15.6;1.6;15.76;4.6;1.93;9938
+77080;45.01189;.68375;149;20220626;16.7;12.8;14.7;1.9;15.43;8.2;1.56;7659
+77080;45.01189;.68375;149;20220627;22.9;13.4;18.2;2.4;14.39;0;4.38;23939
+77080;45.01189;.68375;149;20220628;24.5;9.4;17;1.8;12.96;.1;4.8;28360
+77080;45.01189;.68375;149;20220629;25.5;10.3;17.9;2.2;14.33;13.5;4.89;27489
+77080;45.01189;.68375;149;20220630;16.5;13.3;14.9;1.7;14.76;6.5;1.58;7217
+77080;45.01189;.68375;149;20220701;22.6;9.8;16.2;1.3;12.79;.1;4.21;25797
+77080;45.01189;.68375;149;20220702;28.5;8.9;18.7;1.3;13.26;.1;5.25;29763
+77080;45.01189;.68375;149;20220703;27;13.2;20.1;1.9;15.03;4.7;5;26113
+77080;45.01189;.68375;149;20220704;26.2;16.2;21.2;2;16.99;.1;4.51;22443
+77080;45.01189;.68375;149;20220705;27.8;14.7;21.2;2.2;15.19;.4;5.54;28378
+77080;45.01189;.68375;149;20220706;27.6;12.7;20.1;2.2;14.13;0;5.44;27941
+77080;45.01189;.68375;149;20220707;27.8;12.8;20.3;2;14.72;0;5.02;24998
+77080;45.01189;.68375;149;20220708;28.4;13.8;21.1;2.5;14.9;0;5.33;25176
+77080;45.01189;.68375;149;20220709;30.1;13.7;21.9;2.2;14.37;0;5.63;25925
+77080;45.01189;.68375;149;20220710;30.8;14.2;22.5;2.4;14.77;0;5.85;25747
+77080;45.01189;.68375;149;20220711;33;15.1;24.1;2.3;15.5;0;6.18;26641
+77080;45.01189;.68375;149;20220712;34;15.3;24.6;2.1;15.12;0;6.31;27100
+77080;45.01189;.68375;149;20220713;34.7;14.8;24.7;1;14.93;0;5.73;29530
+77080;45.01189;.68375;149;20220714;36;16.1;26;1.6;16.07;0;6.24;27355
+77080;45.01189;.68375;149;20220715;33.3;16.3;24.8;1.9;15.47;0;5.87;25505
+77080;45.01189;.68375;149;20220716;33.9;15.4;24.7;2.2;14.82;0;6.26;26467
+77080;45.01189;.68375;149;20220717;36.3;15.8;26;2.2;14.05;0;6.82;27386
+77080;45.01189;.68375;149;20220718;39.2;18.7;29;2.9;15.4;0;7.88;26998
+77080;45.01189;.68375;149;20220719;31;17.4;24.2;2.5;18.5;5.4;4.99;19989
+77080;45.01189;.68375;149;20220720;27.7;17.7;22.7;2.9;18.3;.1;4.59;19813
+77080;45.01189;.68375;149;20220721;30.7;13.6;22.1;1.2;16.87;0;4.99;25759
+77080;45.01189;.68375;149;20220722;29.5;15.7;22.6;2.8;18.17;.4;4.95;22168
+77080;45.01189;.68375;149;20220723;28.5;16.7;22.6;1.6;16.36;0;4.51;21274
+77080;45.01189;.68375;149;20220724;35.8;13;24.4;1.5;15.43;0;6.08;28656
+77080;45.01189;.68375;149;20220725;27.5;18.5;23;3.2;17.76;0;4.5;16948
+77080;45.01189;.68375;149;20220726;25;14.4;19.7;2.1;14.53;.1;4.22;20705
+77080;45.01189;.68375;149;20220727;27.8;11.2;19.5;1.6;13.26;0;4.94;26607
+77080;45.01189;.68375;149;20220728;28.9;11.7;20.3;1.9;14.85;0;4.88;24674
+77080;45.01189;.68375;149;20220729;27;16;21.5;1.8;16.62;.4;4.05;18732
+77080;45.01189;.68375;149;20220730;29.5;14.4;22;1.8;17.15;0;4.83;23816
+77080;45.01189;.68375;149;20220731;32.2;14.9;23.5;1.8;16.6;.4;5.38;25226
+77080;45.01189;.68375;149;20220801;33.5;15.5;24.5;2;16.42;0;5.75;25343
+77080;45.01189;.68375;149;20220802;34.8;14.5;24.6;1.7;15.87;0;5.75;25672
+77080;45.01189;.68375;149;20220803;37.6;16.3;27;1.3;15.73;0;5.87;26814
+77080;45.01189;.68375;149;20220804;36.5;17.7;27.1;1.9;19.13;.1;6.01;25114
+77080;45.01189;.68375;149;20220805;30.8;18.9;24.8;2.3;19.39;0;4.79;19881
+77080;45.01189;.68375;149;20220806;31.9;17.7;24.8;2.3;15.13;0;5.78;24804
+77080;45.01189;.68375;149;20220807;33;13.4;23.2;2;11.66;0;5.9;26747
+77080;45.01189;.68375;149;20220808;34.6;12.7;23.7;1.8;11.53;0;5.97;26928
+77080;45.01189;.68375;149;20220809;35.8;14.5;25.2;1.6;12.33;0;5.81;25613
+77080;45.01189;.68375;149;20220810;37.5;14.8;26.1;1.8;12.06;0;6.24;26530
+77080;45.01189;.68375;149;20220811;38;15.6;26.8;1.7;14.36;0;5.99;24481
+77080;45.01189;.68375;149;20220812;38.8;18.5;28.7;1.9;16.13;0;6.27;24680
+77080;45.01189;.68375;149;20220813;35.8;18.7;27.2;2.3;19.36;3.8;5.81;22772
+77080;45.01189;.68375;149;20220814;23.8;19;21.4;2.4;20.39;8.4;2.37;9167
+77080;45.01189;.68375;149;20220815;27.3;16;21.7;1.7;17.73;0;3.69;17734
+77080;45.01189;.68375;149;20220816;23.6;14.7;19.1;1.3;18.46;10.2;2.3;11144
+77080;45.01189;.68375;149;20220817;24.7;13.9;19.3;2;16.96;2.7;3.24;16559
+77080;45.01189;.68375;149;20220818;26.6;13.4;20;2.2;16.13;0;3.92;19546
+77080;45.01189;.68375;149;20220819;27.1;15.8;21.4;2.4;18.19;2.9;3.57;15931
+77080;45.01189;.68375;149;20220820;26.9;15.9;21.4;1.2;18.69;.1;3.18;16248
+77080;45.01189;.68375;149;20220821;26.5;14.4;20.5;1.6;17.29;.1;3.28;16354
+77080;45.01189;.68375;149;20220822;26.1;18.6;22.4;1.8;19.56;1.4;2.86;11784
+77080;45.01189;.68375;149;20220823;29.4;16.7;23.1;1.3;19.19;0;3.85;19600
+77080;45.01189;.68375;149;20220824;34.6;15.8;25.2;1.5;18.29;1.2;4.86;23011
+77080;45.01189;.68375;149;20220825;28.6;17.3;23;2.3;19.13;.1;3.76;16482
+77080;45.01189;.68375;149;20220826;29.8;16.5;23.2;1.7;18.46;0;3.96;18696
+77080;45.01189;.68375;149;20220827;30;13.7;21.8;1.2;15.33;0;4.04;21516
+77080;45.01189;.68375;149;20220828;31.9;12.5;22.2;1.3;14.36;0;4.44;22908
+77080;45.01189;.68375;149;20220829;32.6;13.9;23.2;2.2;16.09;.8;4.28;15783
+77080;45.01189;.68375;149;20220830;32.5;16.9;24.7;1.8;17.29;0;4.62;20745
+77080;45.01189;.68375;149;20220831;32.3;15;23.6;1.9;16.36;0;4.44;19791
+77080;45.01189;.68375;149;20220901;28;16;22;1.5;19.03;0;2.8;12287
+77080;45.01189;.68375;149;20220902;26.7;15.4;21;1.4;17.89;5.8;2.99;14649
+77080;45.01189;.68375;149;20220903;27.8;15.3;21.6;1.6;17.13;0;3.55;18025
+77080;45.01189;.68375;149;20220904;32.5;14.2;23.4;2.1;17.06;3;4.63;20909
+77080;45.01189;.68375;149;20220905;33.3;16.3;24.8;2.3;18.86;3.3;4.66;19868
+77080;45.01189;.68375;149;20220906;31.4;16.2;23.8;2.2;17.53;.4;4.31;18606
+77080;45.01189;.68375;149;20220907;26.3;15.6;21;1.5;16.13;0;3.03;14543
+77080;45.01189;.68375;149;20220908;21.9;12.9;17.4;2;15.33;.7;2.33;11823
+77080;45.01189;.68375;149;20220909;24.3;11.8;18.1;2.2;14.09;.2;3.12;15609
+77080;45.01189;.68375;149;20220910;25.6;10.6;18.1;1.1;13.79;.1;3;18142
+77080;45.01189;.68375;149;20220911;30.7;11.1;20.9;1.7;13.39;0;4;20416
+77080;45.01189;.68375;149;20220912;35.7;13.7;24.7;2.1;15.43;0;4.84;19383
+77080;45.01189;.68375;149;20220913;31;20.7;25.9;1.9;21.36;10.9;3.02;10035
+77080;45.01189;.68375;149;20220914;29.4;18.6;24;1.9;18.29;0;3.68;16460
+77080;45.01189;.68375;149;20220915;27.1;13.6;20.3;1.7;16.63;.2;3.12;16163
+77080;45.01189;.68375;149;20220916;23.2;14;18.6;2.2;14.66;0;2.88;14573
+77080;45.01189;.68375;149;20220917;20;7.1;13.6;1.9;9.06;0;2.89;18525
+77080;45.01189;.68375;149;20220918;24.2;3.7;13.9;1.6;8.13;0;3.14;19520
+77080;45.01189;.68375;149;20220919;24.5;4.6;14.6;2.1;8.73;0;3.44;19601
+77080;45.01189;.68375;149;20220920;23.9;5;14.4;1.8;8.56;0;3.18;19070
+77080;45.01189;.68375;149;20220921;24.6;5;14.8;1.7;8.73;0;3.14;18820
+77080;45.01189;.68375;149;20220922;25.9;5.6;15.8;1.2;9.46;0;2.94;18520
+77080;45.01189;.68375;149;20220923;20.9;8.7;14.8;1.5;11.33;.1;2.01;9740
+77080;45.01189;.68375;149;20220924;19.9;11.3;15.6;1.4;14.46;8.1;1.61;8589
+77080;45.01189;.68375;149;20220925;18.7;9.1;13.9;1.1;12.36;0;1.73;11457
+77080;45.01189;.68375;149;20220926;19.5;6.7;13.1;2.3;11.69;3.3;2.05;12169
+77080;45.01189;.68375;149;20220927;17.2;10.6;13.9;3.5;13.49;8.1;1.64;8810
+77080;45.01189;.68375;149;20220928;18.7;14.5;16.6;4.9;15.86;4.4;1.98;8903
+77080;45.01189;.68375;149;20220929;17.1;10.8;13.9;1.5;12.56;3.6;1.48;8134
+77080;45.01189;.68375;149;20220930;18.8;6.9;12.9;1.4;10.83;1;1.98;14698
+77080;45.01189;.68375;149;20221001;18.8;9.6;14.2;2.9;15.86;6.6;1;4956
+77080;45.01189;.68375;149;20221002;21.3;15.6;18.5;1.5;16.93;.2;1.58;7492
+77080;45.01189;.68375;149;20221003;23.4;10.3;16.8;.9;13.79;0;2.07;14977
+77080;45.01189;.68375;149;20221004;23.8;8.1;16;1.4;12.96;.1;2.23;15266
+77080;45.01189;.68375;149;20221005;25.8;9.4;17.6;2.4;13.86;.2;2.75;14833
+77080;45.01189;.68375;149;20221006;20.8;13.6;17.2;1.3;15.79;.1;1.45;7380
+77080;45.01189;.68375;149;20221007;24.4;10.3;17.3;1.3;14.73;0;2.01;12886
+77080;45.01189;.68375;149;20221008;21.7;12.7;17.2;1.5;14.46;0;1.65;8495
+77080;45.01189;.68375;149;20221009;24.7;7.7;16.2;1.9;12.59;.1;2.39;14259
+77080;45.01189;.68375;149;20221010;22.6;11.8;17.2;1.8;15.13;.6;1.75;9229
+77080;45.01189;.68375;149;20221011;20.1;14.8;17.5;1.4;17.23;.5;1.19;6011
+77080;45.01189;.68375;149;20221012;21.8;12.7;17.2;1.3;15.28;.3;1.6;10281
+77080;45.01189;.68375;149;20221013;18.2;10.7;14.4;1.4;14.98;5;1.04;6390
+77080;45.01189;.68375;149;20221014;19.7;15.4;17.6;2.9;17.96;1.6;1.14;4277
+77080;45.01189;.68375;149;20221015;23.3;15.6;19.5;1.7;16.89;0;1.74;9142
+77080;45.01189;.68375;149;20221016;27.2;13.9;20.5;2.9;16.96;0;2.65;11881
+77080;45.01189;.68375;149;20221017;24.7;16.6;20.7;2.4;17.99;17;1.95;7275
+77080;45.01189;.68375;149;20221018;27.9;14.3;21.1;2.6;17.36;0;2.6;11813
+77080;45.01189;.68375;149;20221019;25.5;13.8;19.7;3;16.93;1.5;2.21;8664
+77080;45.01189;.68375;149;20221020;25.5;14.3;19.9;2.8;17.19;.4;2.09;8013
+77080;45.01189;.68375;149;20221021;23;15.3;19.2;2.2;14.99;1.5;1.91;7489
+77080;45.01189;.68375;149;20221022;23.7;11.2;17.5;2.5;14.29;.1;2.04;10257
+77080;45.01189;.68375;149;20221023;25.6;15.8;20.7;3.5;13.93;0;2.96;7010
+77080;45.01189;.68375;149;20221024;22.9;10.7;16.8;2;11.89;0;1.96;10231
+77080;45.01189;.68375;149;20221025;23;8.5;15.7;2.1;12.83;.5;1.7;8035
+77080;45.01189;.68375;149;20221026;25.7;10.7;18.2;2.1;14.36;0;1.97;10107
+77080;45.01189;.68375;149;20221027;25.5;13.8;19.6;3.7;16.19;0;2.38;7346
+77080;45.01189;.68375;149;20221028;25.7;19.6;22.6;3.6;15.79;0;2.87;7147
+77080;45.01189;.68375;149;20221029;27.5;13.8;20.7;2.4;12.63;0;2.56;9044
+77080;45.01189;.68375;149;20221030;22.9;10.6;16.8;1.5;12.79;0;1.52;8678
+77080;45.01189;.68375;149;20221031;22.3;11.7;17;2.5;14.69;6.2;1.53;5974
+77080;45.01189;.68375;149;20221101;17.9;9.8;13.8;1.7;13.29;.2;1.02;7219
+77080;45.01189;.68375;149;20221102;18.8;7.2;13;1.7;11.09;0;1.21;9896
+77080;45.01189;.68375;149;20221103;19;8.6;13.8;3.7;11.59;6.2;1.74;5022
+77080;45.01189;.68375;149;20221104;13.3;8.8;11;3.6;10.29;2.9;1.25;5674
+77080;45.01189;.68375;149;20221105;15.7;2.2;9;1.2;8.46;0;.89;7821
+77080;45.01189;.68375;149;20221106;16.2;2.5;9.3;2.1;9.46;1.4;1.01;6748
+77080;45.01189;.68375;149;20221107;19.3;8;13.7;2.3;11.76;0;1.28;8905
+77080;45.01189;.68375;149;20221108;19.2;9.5;14.4;3.6;12.63;2.4;1.49;5328
+77080;45.01189;.68375;149;20221109;14.5;12.9;13.7;1.4;13.93;1.8;.69;2442
+77080;45.01189;.68375;149;20221110;14.5;9.5;12;1.2;11.96;.1;.67;4356
+77080;45.01189;.68375;149;20221111;21.4;3.8;12.6;1.6;10.89;.1;1.1;9267
+77080;45.01189;.68375;149;20221112;21.5;7.6;14.5;2.1;11.69;.1;1.31;8807
+77080;45.01189;.68375;149;20221113;22;5.4;13.7;1.6;10.13;0;1.2;8919
+77080;45.01189;.68375;149;20221114;14.7;7.8;11.2;2.5;11.76;6.2;.79;2690
+77080;45.01189;.68375;149;20221115;15.8;9.5;12.7;2.7;12.96;8;.79;3568
+77080;45.01189;.68375;149;20221116;16.8;10.2;13.5;3.2;12.73;3.1;1.05;5950
+77080;45.01189;.68375;149;20221117;16;12.5;14.3;3.8;13.06;11.1;1.25;4238
+77080;45.01189;.68375;149;20221118;12.4;5.2;8.8;1.4;10.23;1.8;.53;5599
+77080;45.01189;.68375;149;20221119;10.9;6;8.4;1.3;9.43;.2;.55;4857
+77080;45.01189;.68375;149;20221120;10;.4;5.2;1.8;8.53;3.2;.43;2705
+77080;45.01189;.68375;149;20221121;12.4;5.3;8.8;3.1;10.46;15.3;.63;1704
+77080;45.01189;.68375;149;20221122;11.2;5.7;8.5;2.9;9.79;14.2;.61;4690
+77080;45.01189;.68375;149;20221123;15.3;8.5;11.9;3.5;11.56;4.5;.97;4615
+77080;45.01189;.68375;149;20221124;13.2;5.6;9.4;2.1;10.26;1.2;.59;4648
+77080;45.01189;.68375;149;20221125;13.3;8.7;11;1.6;10.53;3.1;.68;3777
+77080;45.01189;.68375;149;20221126;10.3;2.1;6.2;1.5;8.33;.1;.47;4656
+77080;45.01189;.68375;149;20221127;11.4;1.7;6.5;2.2;8.36;9.2;.54;5540
+77080;45.01189;.68375;149;20221128;12.9;8.2;10.5;2.1;11.03;3;.64;4461
+77080;45.01189;.68375;149;20221129;7.7;2.9;5.3;1.1;8.86;.1;.32;2715
+77080;45.01189;.68375;149;20221130;11.1;3.7;7.4;1.4;8.39;.2;.51;5457
+77080;45.01189;.68375;149;20221201;10.7;1.4;6;2.1;7.06;0;.64;5859
+77080;45.01189;.68375;149;20221202;7.2;5;6.1;1.6;7.16;.5;.65;2231
+77080;45.01189;.68375;149;20221203;6.8;3.2;5;1.2;7.46;1.6;.45;2579
+77080;45.01189;.68375;149;20221204;8.7;3;5.9;1;7.66;.2;.41;3971
+77080;45.01189;.68375;149;20221205;9.9;-1;4.4;2;6.49;.1;.54;6420
+77080;45.01189;.68375;149;20221206;8.5;-1.4;3.5;1.6;6.13;0;.54;4174
+77080;45.01189;.68375;149;20221207;7.5;-3.2;2.2;1.2;5.56;.1;.32;6729
+77080;45.01189;.68375;149;20221208;6.9;-2.5;2.2;1.7;6.16;1.3;.42;3665
+77080;45.01189;.68375;149;20221209;7.9;4.1;6;1.7;7.73;.3;.52;2802
+77080;45.01189;.68375;149;20221210;1.9;-2.7;-.4;2.9;4.79;0;.49;3365
+77080;45.01189;.68375;149;20221211;3.7;-7.3;-1.8;1.4;3.99;.1;.34;5938
+77080;45.01189;.68375;149;20221212;2.5;-5.3;-1.4;1.9;5.16;5.9;.29;2575
+77080;45.01189;.68375;149;20221213;6.2;1;3.6;2.2;8.86;4.5;.08;1691
+77080;45.01189;.68375;149;20221214;15.4;6.2;10.8;2.1;12.03;2.6;.47;3314
+77080;45.01189;.68375;149;20221215;10.7;7.4;9.1;2.2;10.63;3.2;.48;1881
+77080;45.01189;.68375;149;20221216;7.8;2.8;5.3;2.8;6.49;0;.75;4672
+77080;45.01189;.68375;149;20221217;7.1;-6;.5;1.4;4.39;0;.38;6525
+77080;45.01189;.68375;149;20221218;11.8;-3;4.4;2.8;6.99;.1;.63;5924
+77080;45.01189;.68375;149;20221219;16.4;6.1;11.2;3;10.26;.3;.95;4998
+77080;45.01189;.68375;149;20221220;14.7;10.7;12.7;3.8;12.09;3.8;.94;2033
+77080;45.01189;.68375;149;20221221;15.4;10.2;12.8;2.9;12.79;.5;.69;3351
+77080;45.01189;.68375;149;20221222;14.4;11.7;13.1;3.6;13.79;16.5;.65;1577
+77080;45.01189;.68375;149;20221223;15.8;13.5;14.7;2.3;14.63;1.3;.7;2009
+77080;45.01189;.68375;149;20221224;17.1;11.1;14.1;1.8;12.49;0;.68;5065
+77080;45.01189;.68375;149;20221225;17.8;4.5;11.1;2.2;10.13;.6;.7;6095
+77080;45.01189;.68375;149;20221226;13.3;8.8;11;1.4;11.79;.9;.49;2190
+77080;45.01189;.68375;149;20221227;11;6.2;8.6;1.2;10.36;.2;.35;3602
+77080;45.01189;.68375;149;20221228;15.8;5.2;10.5;2.6;10.46;1.9;.71;5805
+77080;45.01189;.68375;149;20221229;10.7;9.5;10.1;2.3;11.26;15.2;.56;813
+77080;45.01189;.68375;149;20221230;13.8;9.3;11.5;2.9;11.89;3.1;.67;2215
+77080;45.01189;.68375;149;20221231;18;9.8;13.9;3.3;11.89;0;1.14;5008
+77081;45.03948;.99859;168;20220101;18.3;4.3;11.3;1.4;8.94;0;.77;5534
+77081;45.03948;.99859;168;20220102;14.7;6.3;10.5;1.6;10.21;.3;.65;4041
+77081;45.03948;.99859;168;20220103;14.1;8.4;11.3;2.2;11.34;.3;.61;3238
+77081;45.03948;.99859;168;20220104;15.8;10.1;13;3.3;10.04;.9;1.39;3357
+77081;45.03948;.99859;168;20220105;7.2;1.1;4.2;2;6.31;0;.58;3539
+77081;45.03948;.99859;168;20220106;6.7;-2.9;1.9;.8;5.14;.1;.34;4578
+77081;45.03948;.99859;168;20220107;8.7;-2.1;3.3;1.9;7.01;6.1;.41;4160
+77081;45.03948;.99859;168;20220108;10.9;6.9;8.9;5;10.24;8.9;.59;2715
+77081;45.03948;.99859;168;20220109;8.2;5.8;7;2.5;9.41;13.6;.4;1744
+77081;45.03948;.99859;168;20220110;8.2;6.8;7.5;1;9.54;1.5;.43;1204
+77081;45.03948;.99859;168;20220111;10;.7;5.4;1.5;6.31;.1;.61;4745
+77081;45.03948;.99859;168;20220112;7.4;-2;2.7;1.8;5.01;0;.66;4851
+77081;45.03948;.99859;168;20220113;8.2;-2.9;2.7;.7;4.91;0;.35;5327
+77081;45.03948;.99859;168;20220114;11;-5.1;3;.8;4.84;.1;.44;6734
+77081;45.03948;.99859;168;20220115;9.3;-3.5;2.9;.6;5.21;0;.34;5945
+77081;45.03948;.99859;168;20220116;8.3;-4.3;2;.9;5.31;.2;.35;5923
+77081;45.03948;.99859;168;20220117;8.2;-2.1;3;1.2;6.34;.1;.39;5393
+77081;45.03948;.99859;168;20220118;2.1;-3;-.4;.9;5.91;.2;.23;3560
+77081;45.03948;.99859;168;20220119;4.6;1;2.8;1.6;7.28;1.7;.3;2602
+77081;45.03948;.99859;168;20220120;6.3;1.2;3.7;1.3;6.88;.2;.45;3170
+77081;45.03948;.99859;168;20220121;6.2;-.2;3;3.1;5.18;0;.9;4340
+77081;45.03948;.99859;168;20220122;8.4;-2;3.2;2.5;5.31;0;.85;5774
+77081;45.03948;.99859;168;20220123;12.1;-1.7;5.2;1.1;5.61;.1;.66;6861
+77081;45.03948;.99859;168;20220124;12.5;-1.4;5.5;1;5.58;0;.66;6940
+77081;45.03948;.99859;168;20220125;12.1;-1.6;5.3;.8;6.34;.1;.53;6988
+77081;45.03948;.99859;168;20220126;12.7;-2.7;5;.6;6.18;0;.49;7561
+77081;45.03948;.99859;168;20220127;9.3;-4.4;2.4;1.1;5.38;.1;.56;7222
+77081;45.03948;.99859;168;20220128;6;-4.3;.8;.7;5.68;0;.39;6043
+77081;45.03948;.99859;168;20220129;1.5;-.6;.4;.8;6.31;.1;.31;2238
+77081;45.03948;.99859;168;20220130;10.6;1.1;5.8;1.7;8.24;.1;.56;5732
+77081;45.03948;.99859;168;20220131;9.6;4.1;6.8;3.2;8.68;.8;.66;3683
+77081;45.03948;.99859;168;20220201;7.4;-.3;3.5;2.6;8.14;1.3;.27;5212
+77081;45.03948;.99859;168;20220202;9.5;7.3;8.4;1.9;9.78;0;.57;2427
+77081;45.03948;.99859;168;20220203;5.8;1.7;3.7;1.7;8.21;.6;.3;3189
+77081;45.03948;.99859;168;20220204;10.1;5.8;7.9;1.6;10.11;2.1;.48;4153
+77081;45.03948;.99859;168;20220205;10.6;3.8;7.2;2;7.48;0;.9;5576
+77081;45.03948;.99859;168;20220206;8.9;-.5;4.2;2.7;8.48;1.9;.38;5459
+77081;45.03948;.99859;168;20220207;12.4;8.4;10.4;2.8;9.31;.7;1.12;4317
+77081;45.03948;.99859;168;20220208;14;-.3;6.9;1;6.41;0;.9;8699
+77081;45.03948;.99859;168;20220209;17.1;1.7;9.4;1.9;6.94;0;1.46;9130
+77081;45.03948;.99859;168;20220210;11.2;2.8;7;1.1;8.31;.3;.98;10144
+77081;45.03948;.99859;168;20220211;12.4;7.7;10;2.1;7.55;0;1.44;9087
+77081;45.03948;.99859;168;20220212;12.3;-3.5;4.4;1.4;4.75;0;1.17;9457
+77081;45.03948;.99859;168;20220213;16.9;-3.3;6.8;2.9;8.08;3.8;1.51;10024
+77081;45.03948;.99859;168;20220214;12.2;8.6;10.4;3.2;9.55;3;1.23;4642
+77081;45.03948;.99859;168;20220215;9.4;2.9;6.2;2.1;9.35;6.9;.57;4015
+77081;45.03948;.99859;168;20220216;13.1;8.2;10.7;4.3;12.34;7;.59;4738
+77081;45.03948;.99859;168;20220217;13.4;11.4;12.4;3.3;13.58;1.7;.61;2809
+77081;45.03948;.99859;168;20220218;13.6;10;11.8;2.1;11.64;.4;.91;4409
+77081;45.03948;.99859;168;20220219;11.1;4.1;7.6;1.7;7.78;0;1.01;6870
+77081;45.03948;.99859;168;20220220;11.2;2.8;7;2.7;9.78;1.8;.66;7281
+77081;45.03948;.99859;168;20220221;11.2;8.8;10;5;9.38;.5;1.35;3665
+77081;45.03948;.99859;168;20220222;12.7;5.8;9.2;1.8;9.41;0;1;6058
+77081;45.03948;.99859;168;20220223;16.5;7.1;11.8;.8;8.91;0;1.2;8658
+77081;45.03948;.99859;168;20220224;14.4;4.7;9.6;1.9;8.54;.2;1.34;8782
+77081;45.03948;.99859;168;20220225;10.7;.9;5.8;1.8;6.31;0;1.22;9051
+77081;45.03948;.99859;168;20220226;14.4;-.1;7.1;2.3;5.11;0;1.89;11323
+77081;45.03948;.99859;168;20220227;16.5;.7;8.6;1.2;6.48;0;1.52;12008
+77081;45.03948;.99859;168;20220228;17.1;2;9.6;1.1;7.71;0;1.44;11816
+77081;45.03948;.99859;168;20220301;17.3;2;9.7;1.5;6.94;0;1.7;12088
+77081;45.03948;.99859;168;20220302;11.7;5.4;8.5;1.8;9.34;1;1.01;6195
+77081;45.03948;.99859;168;20220303;15;8.3;11.6;1.4;10.18;0;1.24;6968
+77081;45.03948;.99859;168;20220304;10.4;5.6;8;2.8;10.04;2;.75;5703
+77081;45.03948;.99859;168;20220305;7.4;6.3;6.8;2.4;9.08;.7;.6;2642
+77081;45.03948;.99859;168;20220306;11.4;4;7.7;2;6.04;0;1.57;8815
+77081;45.03948;.99859;168;20220307;12;-3.4;4.3;1.6;4.98;0;1.57;13180
+77081;45.03948;.99859;168;20220308;13.8;1.4;7.6;2.1;7.74;2.6;1.56;11844
+77081;45.03948;.99859;168;20220309;16.3;4.8;10.5;2.8;9.14;.2;1.88;11537
+77081;45.03948;.99859;168;20220310;13.6;8.8;11.2;2.6;10.08;1.2;1.43;7341
+77081;45.03948;.99859;168;20220311;13.6;9.2;11.4;3.5;10.14;10.5;1.57;7057
+77081;45.03948;.99859;168;20220312;9.6;6.5;8.1;2.5;10.01;4.6;.75;4643
+77081;45.03948;.99859;168;20220313;10.2;6.8;8.5;3.2;8.78;7.9;1.23;6208
+77081;45.03948;.99859;168;20220314;14.1;1.2;7.6;4.1;8.84;.1;1.62;13086
+77081;45.03948;.99859;168;20220315;18.7;12;15.3;5.6;10.94;0;2.91;9294
+77081;45.03948;.99859;168;20220316;15.8;10.1;12.9;1.9;11.21;0;1.59;8599
+77081;45.03948;.99859;168;20220317;12.8;10.4;11.6;3.5;10.24;2.1;1.51;5371
+77081;45.03948;.99859;168;20220318;15.9;7.9;11.9;2.3;9.21;0;2.11;10725
+77081;45.03948;.99859;168;20220319;18.8;4.5;11.6;1.7;8.31;0;2.4;15654
+77081;45.03948;.99859;168;20220320;16.7;3.4;10;2.9;8.81;.1;2.16;11230
+77081;45.03948;.99859;168;20220321;16.8;8.8;12.8;4.4;8.31;0;3.17;13061
+77081;45.03948;.99859;168;20220322;17.3;5.9;11.6;4.1;6.05;0;3.65;17015
+77081;45.03948;.99859;168;20220323;17.8;.8;9.3;2.8;5.48;0;3.2;18831
+77081;45.03948;.99859;168;20220324;19.7;-2.6;8.6;1.6;6.11;0;2.74;20178
+77081;45.03948;.99859;168;20220325;21.1;-1.1;10;1.4;6.01;0;2.66;17614
+77081;45.03948;.99859;168;20220326;21.8;-.8;10.5;1.5;5.85;0;3.01;20015
+77081;45.03948;.99859;168;20220327;22;.2;11.1;1.9;6.81;0;3.2;19629
+77081;45.03948;.99859;168;20220328;22.6;1.2;11.9;1.4;7.45;0;2.92;18296
+77081;45.03948;.99859;168;20220329;17.5;6.5;12;1.2;9.65;3.7;1.87;10747
+77081;45.03948;.99859;168;20220330;14.9;9.6;12.3;2.1;11.08;.6;1.65;7884
+77081;45.03948;.99859;168;20220331;13.7;7.7;10.7;4.2;9.05;3.2;2.28;11166
+77081;45.03948;.99859;168;20220401;6.8;.1;3.5;4.9;5.65;.8;1.64;11333
+77081;45.03948;.99859;168;20220402;7.6;.6;4.1;3.6;5.2;0;1.76;10188
+77081;45.03948;.99859;168;20220403;5.6;-4.4;.6;1.2;5.08;0;1.36;14205
+77081;45.03948;.99859;168;20220404;12.5;-.5;6;1.8;4.91;0;2.55;20926
+77081;45.03948;.99859;168;20220405;14;-2;6;1.3;7.1;0;1.85;14443
+77081;45.03948;.99859;168;20220406;12.3;6.6;9.5;1.9;10.36;1.9;1.03;4802
+77081;45.03948;.99859;168;20220407;12.3;9.6;10.9;4.8;12.45;15.7;.94;3533
+77081;45.03948;.99859;168;20220408;18;11.5;14.7;5.3;11.25;.6;2.96;9721
+77081;45.03948;.99859;168;20220409;14.4;4.2;9.3;2.1;7.38;0;2.54;16590
+77081;45.03948;.99859;168;20220410;19.2;-1.4;8.9;2;5.93;0;3.37;23258
+77081;45.03948;.99859;168;20220411;20.8;5.9;13.4;5.4;8.75;0;4.32;20376
+77081;45.03948;.99859;168;20220412;18.8;11.3;15;4.2;9.85;4;3.52;14235
+77081;45.03948;.99859;168;20220413;14.7;9.9;12.3;1;12.35;2.1;1.21;5601
+77081;45.03948;.99859;168;20220414;23.7;6.4;15.1;1.2;11.91;.1;3.32;21212
+77081;45.03948;.99859;168;20220415;24.9;5.8;15.4;1.4;11.68;0;3.69;22805
+77081;45.03948;.99859;168;20220416;24.1;6;15;2;10.35;0;3.99;23359
+77081;45.03948;.99859;168;20220417;24.2;2.2;13.2;2;9.01;0;4.02;24813
+77081;45.03948;.99859;168;20220418;19.5;6.3;12.9;2.1;11.01;0;2.96;18349
+77081;45.03948;.99859;168;20220419;17.4;6.3;11.8;2.1;11.48;7.7;2.05;11934
+77081;45.03948;.99859;168;20220420;15.2;8.9;12;1.4;12.25;6.6;1.58;9066
+77081;45.03948;.99859;168;20220421;17.9;10.3;14.1;1.5;13.21;.3;1.84;9759
+77081;45.03948;.99859;168;20220422;18.9;9.8;14.3;1.2;12.85;0;2.36;14078
+77081;45.03948;.99859;168;20220423;14.1;8.3;11.2;2.6;11.71;21.4;1.33;6066
+77081;45.03948;.99859;168;20220424;15.6;9.3;12.5;3.6;12.08;5.6;1.81;7632
+77081;45.03948;.99859;168;20220425;18.1;6.1;12.1;1.2;10.65;0;2.64;17468
+77081;45.03948;.99859;168;20220426;22;3.3;12.7;1.3;10.21;0;3.65;25104
+77081;45.03948;.99859;168;20220427;24.2;4.4;14.3;1.4;11.68;.1;3.59;22554
+77081;45.03948;.99859;168;20220428;22.1;11.1;16.6;2;14.11;0;3.33;18892
+77081;45.03948;.99859;168;20220429;20.9;11.5;16.2;2;13.81;0;2.82;14790
+77081;45.03948;.99859;168;20220430;22.7;8.4;15.5;1.7;11.48;0;3.86;23089
+77081;45.03948;.99859;168;20220501;20.7;4.2;12.4;1.2;9.78;0;3.33;22242
+77081;45.03948;.99859;168;20220502;21.7;7.3;14.5;1.4;10.48;0;3.47;21305
+77081;45.03948;.99859;168;20220503;22.9;8.9;15.9;1.4;12.11;3.1;3.58;20891
+77081;45.03948;.99859;168;20220504;21.1;8.8;14.9;1.9;11.81;0;3.44;19831
+77081;45.03948;.99859;168;20220505;21.6;7.1;14.3;2.2;10.55;.1;4.03;24305
+77081;45.03948;.99859;168;20220506;21.1;7;14.1;1.9;10.48;0;3.51;21301
+77081;45.03948;.99859;168;20220507;23.3;9;16.1;1.9;11.18;0;3.85;21442
+77081;45.03948;.99859;168;20220508;24.5;8.5;16.5;1.7;11.18;0;4.08;23013
+77081;45.03948;.99859;168;20220509;26.2;10.1;18.1;1.2;11.58;0;4.08;23069
+77081;45.03948;.99859;168;20220510;27.3;10.8;19.1;1.3;12.11;0;4.35;23513
+77081;45.03948;.99859;168;20220511;28.9;11.6;20.2;2.2;13.41;2.3;5.01;24179
+77081;45.03948;.99859;168;20220512;19.5;12.7;16.1;1.4;15.68;1.7;2.18;12503
+77081;45.03948;.99859;168;20220513;24.2;13.8;19;1;16.64;0;3.22;17717
+77081;45.03948;.99859;168;20220514;27.9;12.2;20.1;1.4;16.04;0;4.33;23480
+77081;45.03948;.99859;168;20220515;28.4;16;22.2;2;16.34;8;4.49;20757
+77081;45.03948;.99859;168;20220516;26.6;14.1;20.3;1.2;17.01;0;3.92;21154
+77081;45.03948;.99859;168;20220517;30.1;14.2;22.1;1.8;16.34;0;4.87;23781
+77081;45.03948;.99859;168;20220518;31.2;14.1;22.7;1.5;17.14;3.9;5.02;24775
+77081;45.03948;.99859;168;20220519;28.5;17;22.8;1.9;18.88;.1;4.32;20439
+77081;45.03948;.99859;168;20220520;27.7;16.5;22.1;2.5;15.88;0;4.63;19843
+77081;45.03948;.99859;168;20220521;31.1;14.7;22.9;1;19.21;0;4.71;24602
+77081;45.03948;.99859;168;20220522;31;17.7;24.4;1.2;21.18;.6;4.55;22086
+77081;45.03948;.99859;168;20220523;21;16.5;18.7;3.4;15.84;1.1;2.78;11273
+77081;45.03948;.99859;168;20220524;18.8;10.9;14.8;2.2;12.61;.5;2.79;15538
+77081;45.03948;.99859;168;20220525;20.6;7.1;13.9;1.9;10.78;0;3.64;22467
+77081;45.03948;.99859;168;20220526;18.1;8.6;13.4;1.4;12.61;.1;2.56;16208
+77081;45.03948;.99859;168;20220527;23.7;10;16.9;2.2;13.44;0;4.06;22783
+77081;45.03948;.99859;168;20220528;25.3;11.4;18.4;2.7;11.51;0;4.81;23159
+77081;45.03948;.99859;168;20220529;22.2;8.7;15.4;2.5;8.97;0;4.24;20019
+77081;45.03948;.99859;168;20220530;23.6;6.4;15;1.5;8.55;0;4.01;21195
+77081;45.03948;.99859;168;20220531;24.2;12.1;18.1;1.2;11.22;1.5;3.37;16017
+77081;45.03948;.99859;168;20220601;28;10.7;19.4;1.8;14;5.4;4.27;20414
+77081;45.03948;.99859;168;20220602;27.8;16.3;22;2.3;18.42;4.3;3.91;16193
+77081;45.03948;.99859;168;20220603;28.9;17.2;23.1;2.1;18.65;2.3;4.18;17735
+77081;45.03948;.99859;168;20220604;25.4;14.1;19.7;2.2;19.22;8.2;3.25;16003
+77081;45.03948;.99859;168;20220605;21.7;15.5;18.6;2.4;16.93;0;2.38;10231
+77081;45.03948;.99859;168;20220606;23.7;12.5;18.1;1.3;15.38;.1;3.1;16338
+77081;45.03948;.99859;168;20220607;24;14.1;19.1;2;14.87;4.5;3.65;17323
+77081;45.03948;.99859;168;20220608;19.2;13.1;16.2;1.7;15.3;2.8;2.06;9945
+77081;45.03948;.99859;168;20220609;20.4;11;15.7;1.9;14.04;1.3;2.83;15943
+77081;45.03948;.99859;168;20220610;27.1;10.9;19;1.1;14.54;.1;4.53;25614
+77081;45.03948;.99859;168;20220611;31.1;12.5;21.8;1.4;15.44;0;5.37;27415
+77081;45.03948;.99859;168;20220612;29.4;15.5;22.4;1.4;18.68;.6;4.69;23652
+77081;45.03948;.99859;168;20220613;29.3;18;23.6;1.7;18.44;.1;4.63;21421
+77081;45.03948;.99859;168;20220614;33.1;15.7;24.4;1.6;17.94;.5;5.63;26532
+77081;45.03948;.99859;168;20220615;33.2;20.3;26.7;1.7;19.71;0;5.38;22730
+77081;45.03948;.99859;168;20220616;34.2;16.1;25.1;1.2;18.74;0;5.66;27153
+77081;45.03948;.99859;168;20220617;36.7;18.2;27.5;1.6;18.84;0;6.35;27528
+77081;45.03948;.99859;168;20220618;37.9;19.7;28.8;2.5;16.81;0;7.28;26964
+77081;45.03948;.99859;168;20220619;31.8;19.6;25.7;2.5;17.81;5.6;5.59;22057
+77081;45.03948;.99859;168;20220620;29.5;16.9;23.2;1.7;20.01;1.3;4.36;20606
+77081;45.03948;.99859;168;20220621;26.5;17.7;22.1;1.4;20.58;9;3.45;16956
+77081;45.03948;.99859;168;20220622;25.8;17.4;21.6;1.6;18.94;1.8;3.58;17417
+77081;45.03948;.99859;168;20220623;24.9;14.8;19.8;1.1;18.28;9.5;3.52;19064
+77081;45.03948;.99859;168;20220624;22.6;15.7;19.1;2.4;17.01;1.2;3.17;15782
+77081;45.03948;.99859;168;20220625;18.8;13.3;16.1;1.5;15.98;4.6;2.5;14741
+77081;45.03948;.99859;168;20220626;16.2;12.8;14.5;1.9;15.48;17.1;1.72;10475
+77081;45.03948;.99859;168;20220627;23;13.4;18.2;2.2;14.28;0;3.8;19676
+77081;45.03948;.99859;168;20220628;24.4;10.6;17.5;1.8;12.84;.1;4.32;23721
+77081;45.03948;.99859;168;20220629;25.9;10.5;18.2;1.7;14.34;11.6;4.48;24972
+77081;45.03948;.99859;168;20220630;16.1;13.2;14.7;1.6;14.61;7.2;1.79;9885
+77081;45.03948;.99859;168;20220701;22.2;10.9;16.6;1;12.78;.1;3.63;21320
+77081;45.03948;.99859;168;20220702;28.6;9.6;19.1;1.3;13.41;0;5;27843
+77081;45.03948;.99859;168;20220703;27.8;14.2;21;1.6;15.28;5.9;4.63;23376
+77081;45.03948;.99859;168;20220704;26.6;16.5;21.5;1.8;16.91;0;4.18;20118
+77081;45.03948;.99859;168;20220705;28.1;15.6;21.9;2;14.94;.1;4.81;22193
+77081;45.03948;.99859;168;20220706;27.8;14;20.9;2;13.71;0;4.92;23284
+77081;45.03948;.99859;168;20220707;27.1;12.9;20;1.8;14.34;0;4.66;23697
+77081;45.03948;.99859;168;20220708;28.3;14.2;21.3;2.3;14.58;0;5.04;23511
+77081;45.03948;.99859;168;20220709;30.1;14.8;22.4;2.4;14.18;0;5.55;24558
+77081;45.03948;.99859;168;20220710;31;14.7;22.8;2.3;14.58;0;5.68;25196
+77081;45.03948;.99859;168;20220711;33.1;16.9;25;2.1;15.18;0;5.93;25062
+77081;45.03948;.99859;168;20220712;33.7;17.4;25.5;2.1;14.71;0;6.11;25039
+77081;45.03948;.99859;168;20220713;34.5;15.9;25.2;1.4;14.48;0;5.89;27105
+77081;45.03948;.99859;168;20220714;35.5;17.6;26.5;1.5;15.94;0;5.94;26209
+77081;45.03948;.99859;168;20220715;33.5;17.8;25.7;1.9;15.44;0;5.79;24352
+77081;45.03948;.99859;168;20220716;34.1;16.1;25.1;2.1;14.91;0;6.2;26228
+77081;45.03948;.99859;168;20220717;36.3;17.5;26.9;2.4;13.54;0;6.94;26694
+77081;45.03948;.99859;168;20220718;39.3;20;29.6;2.7;14.94;0;7.69;26526
+77081;45.03948;.99859;168;20220719;32.1;18.7;25.4;2.4;17.91;1.5;5.21;20209
+77081;45.03948;.99859;168;20220720;27.7;17.7;22.7;2.8;17.98;0;4.47;19228
+77081;45.03948;.99859;168;20220721;31.2;13.8;22.5;1.4;16.78;0;5.05;25529
+77081;45.03948;.99859;168;20220722;30;16.4;23.2;2.6;18.14;.3;4.98;22101
+77081;45.03948;.99859;168;20220723;28.5;16.2;22.4;1.8;16.34;0;4.27;19423
+77081;45.03948;.99859;168;20220724;35.8;14.6;25.2;1.4;15.21;0;5.9;27741
+77081;45.03948;.99859;168;20220725;27.5;18.9;23.2;2.9;17.44;0;4.3;16869
+77081;45.03948;.99859;168;20220726;24.9;14.3;19.6;1.6;14.28;.1;3.84;19329
+77081;45.03948;.99859;168;20220727;27.6;11.5;19.6;1.6;12.88;0;4.61;23925
+77081;45.03948;.99859;168;20220728;28.5;11.7;20.1;1.8;14.34;0;4.74;24241
+77081;45.03948;.99859;168;20220729;26.8;16.4;21.6;1.8;16.61;.3;3.96;18933
+77081;45.03948;.99859;168;20220730;29.3;14.5;21.9;1.9;16.98;0;4.6;22662
+77081;45.03948;.99859;168;20220731;32.2;15.3;23.8;1.7;16.58;.1;5.18;24093
+77081;45.03948;.99859;168;20220801;33.3;15.1;24.2;1.7;16.14;0;5.43;24928
+77081;45.03948;.99859;168;20220802;34.8;15.8;25.3;1.6;15.34;0;5.59;25319
+77081;45.03948;.99859;168;20220803;37.3;18.1;27.7;1.4;15.48;0;5.74;25269
+77081;45.03948;.99859;168;20220804;36.3;18.6;27.4;2;18.84;0;5.92;24212
+77081;45.03948;.99859;168;20220805;30.7;19;24.9;2.4;19.48;.2;4.67;19515
+77081;45.03948;.99859;168;20220806;31.8;18.6;25.2;2.3;15.31;0;5.24;20588
+77081;45.03948;.99859;168;20220807;33;14.8;23.9;2.3;11.68;0;5.85;24158
+77081;45.03948;.99859;168;20220808;34.6;14.5;24.5;2.1;11.14;.1;6.07;24874
+77081;45.03948;.99859;168;20220809;35.7;16.3;26;1.8;11.74;0;5.9;24444
+77081;45.03948;.99859;168;20220810;37.2;16.5;26.8;1.8;11.54;0;6.01;24737
+77081;45.03948;.99859;168;20220811;37.7;18.2;27.9;1.7;13.91;0;5.86;24032
+77081;45.03948;.99859;168;20220812;38.4;20;29.2;1.6;15.64;0;5.8;23576
+77081;45.03948;.99859;168;20220813;35.6;18.5;27;2.2;18.78;5.8;5.61;22595
+77081;45.03948;.99859;168;20220814;23.6;19.1;21.3;2.2;20.31;9.9;2.41;10522
+77081;45.03948;.99859;168;20220815;26.6;15.9;21.3;1.6;17.51;0;3.52;17715
+77081;45.03948;.99859;168;20220816;24.2;15.2;19.7;1.4;17.84;13.2;3.02;16022
+77081;45.03948;.99859;168;20220817;24.3;14.2;19.2;1.9;16.84;1.1;3.16;16923
+77081;45.03948;.99859;168;20220818;25.9;14.1;20;2.4;15.91;0;3.58;16996
+77081;45.03948;.99859;168;20220819;26.3;16.1;21.2;2.5;17.91;3.1;3.42;15662
+77081;45.03948;.99859;168;20220820;26.5;16.5;21.5;1.3;18.71;.1;3.16;16220
+77081;45.03948;.99859;168;20220821;26.3;15.1;20.7;1.5;17.24;0;3.34;17307
+77081;45.03948;.99859;168;20220822;25.2;18.5;21.9;1.6;19.38;1.2;2.65;11967
+77081;45.03948;.99859;168;20220823;28.9;17.1;23;1.4;19.18;0;3.58;17579
+77081;45.03948;.99859;168;20220824;34.7;17;25.9;1.3;17.98;.6;4.59;21404
+77081;45.03948;.99859;168;20220825;28.8;18.7;23.7;1.9;18.48;.5;3.65;15597
+77081;45.03948;.99859;168;20220826;29.4;16.2;22.8;1.5;17.81;0;3.72;18168
+77081;45.03948;.99859;168;20220827;29.8;14.5;22.2;1.5;15.48;0;3.94;19406
+77081;45.03948;.99859;168;20220828;31.6;13.9;22.7;1.2;14.81;0;4.09;20716
+77081;45.03948;.99859;168;20220829;32.8;15.8;24.3;1.9;15.84;1.1;4.65;20137
+77081;45.03948;.99859;168;20220830;31.6;17.3;24.5;1.7;17.98;0;4.07;18386
+77081;45.03948;.99859;168;20220831;31.8;15.9;23.8;1.7;16.08;.1;4.22;19197
+77081;45.03948;.99859;168;20220901;27.3;15.8;21.5;1.1;18.84;.7;2.67;13261
+77081;45.03948;.99859;168;20220902;26;15.2;20.6;1.6;17.94;2.6;2.88;14856
+77081;45.03948;.99859;168;20220903;27.4;15.8;21.6;1.3;16.98;0;3.14;15905
+77081;45.03948;.99859;168;20220904;32.3;15.1;23.7;1.7;16.91;1.5;4.17;19322
+77081;45.03948;.99859;168;20220905;33.1;16.9;25;2.2;18.35;4.4;4.63;19658
+77081;45.03948;.99859;168;20220906;30.7;17.1;23.9;2.1;18.04;.7;3.88;16852
+77081;45.03948;.99859;168;20220907;25.4;16;20.7;1.5;15.91;.1;2.82;13712
+77081;45.03948;.99859;168;20220908;22;12.5;17.3;1.7;15.11;.6;2.42;13761
+77081;45.03948;.99859;168;20220909;23.6;12.4;18;2.1;14.21;.3;2.86;14711
+77081;45.03948;.99859;168;20220910;25.1;10.8;18;.9;13.68;.1;2.72;16600
+77081;45.03948;.99859;168;20220911;30.3;12.3;21.3;1.5;13.04;0;3.68;18580
+77081;45.03948;.99859;168;20220912;35.4;15.4;25.4;1.9;15.24;0;4.62;19223
+77081;45.03948;.99859;168;20220913;30.4;21.1;25.7;1.8;21.31;10.3;3.22;12971
+77081;45.03948;.99859;168;20220914;28.8;18.6;23.7;1.4;18.24;0;2.95;13476
+77081;45.03948;.99859;168;20220915;27.3;14.4;20.8;1.5;16.54;.2;2.95;15082
+77081;45.03948;.99859;168;20220916;23.3;13.8;18.6;1.9;14.74;.1;2.56;13002
+77081;45.03948;.99859;168;20220917;19.9;7.9;13.9;1.9;9.31;0;2.57;14207
+77081;45.03948;.99859;168;20220918;24.1;4.6;14.3;1.6;8.14;0;3.07;18069
+77081;45.03948;.99859;168;20220919;24.5;5.9;15.2;2.2;8.94;0;3.36;17423
+77081;45.03948;.99859;168;20220920;23.7;6.7;15.2;1.9;8.71;0;3.09;16444
+77081;45.03948;.99859;168;20220921;24.3;6.3;15.3;1.7;8.91;0;2.98;16779
+77081;45.03948;.99859;168;20220922;25.6;8.1;16.9;1.2;9.51;0;2.81;16372
+77081;45.03948;.99859;168;20220923;21.3;10.3;15.8;1.3;12.08;0;2.15;12712
+77081;45.03948;.99859;168;20220924;19.2;12.1;15.6;1.4;14.54;2.7;1.58;9265
+77081;45.03948;.99859;168;20220925;18.3;9.5;13.9;1.2;12.51;0;1.64;10925
+77081;45.03948;.99859;168;20220926;19;7;13;2.4;11.51;3.2;2.01;12925
+77081;45.03948;.99859;168;20220927;16.7;10.7;13.7;3.4;13.34;4.3;1.49;8808
+77081;45.03948;.99859;168;20220928;18.9;14.2;16.5;4.8;15.48;3.4;1.74;6637
+77081;45.03948;.99859;168;20220929;16.8;10.5;13.7;1.7;12.24;3.2;1.41;7701
+77081;45.03948;.99859;168;20220930;18.3;6.9;12.6;1.6;10.51;1;1.79;11914
+77081;45.03948;.99859;168;20221001;18.2;9;13.6;2.7;15.31;5.6;1.11;8703
+77081;45.03948;.99859;168;20221002;21.2;15.7;18.5;1.7;16.94;.2;1.5;6722
+77081;45.03948;.99859;168;20221003;23.2;11.5;17.3;1.2;13.91;0;1.91;11634
+77081;45.03948;.99859;168;20221004;23.8;9.6;16.7;1;13.24;.1;1.93;12823
+77081;45.03948;.99859;168;20221005;25.4;10.1;17.8;1.6;13.88;.1;2.28;13138
+77081;45.03948;.99859;168;20221006;20.8;13.7;17.2;1.3;15.81;.1;1.37;7180
+77081;45.03948;.99859;168;20221007;24.6;11.5;18;.9;14.94;0;1.83;11830
+77081;45.03948;.99859;168;20221008;21.7;13.1;17.4;1;14.51;0;1.51;8273
+77081;45.03948;.99859;168;20221009;24.5;8.9;16.7;1.6;12.61;.1;2.15;12599
+77081;45.03948;.99859;168;20221010;22.7;12.6;17.7;1.6;15.04;.3;1.77;9837
+77081;45.03948;.99859;168;20221011;20.5;14.8;17.7;1.2;16.44;.2;1.31;7163
+77081;45.03948;.99859;168;20221012;22.6;12.7;17.7;1.2;15.28;.5;1.59;9574
+77081;45.03948;.99859;168;20221013;18;10.8;14.4;1.1;14.98;5.3;1.06;7083
+77081;45.03948;.99859;168;20221014;19.3;15.6;17.4;3.4;17.61;1.6;1.11;4560
+77081;45.03948;.99859;168;20221015;23.6;15.3;19.5;1.5;16.48;.1;1.67;8387
+77081;45.03948;.99859;168;20221016;27.1;14.7;20.9;2.6;16.68;0;2.45;10158
+77081;45.03948;.99859;168;20221017;24.4;17;20.7;2.4;17.64;0;1.95;7586
+77081;45.03948;.99859;168;20221018;27.7;15.5;21.6;2.5;17.41;0;2.43;9837
+77081;45.03948;.99859;168;20221019;25.3;14.7;20;2.6;16.74;1.4;2.1;8931
+77081;45.03948;.99859;168;20221020;24.9;15;19.9;2.5;17.18;.8;1.94;8519
+77081;45.03948;.99859;168;20221021;23;16;19.5;1.7;15.24;2;1.66;6947
+77081;45.03948;.99859;168;20221022;23.8;11.9;17.9;1.7;14.21;.2;1.73;9166
+77081;45.03948;.99859;168;20221023;25.1;16;20.6;2.6;13.91;0;2.43;7779
+77081;45.03948;.99859;168;20221024;22.6;11.7;17.1;1.3;11.74;0;1.6;8473
+77081;45.03948;.99859;168;20221025;22.7;10.1;16.4;1.4;12.88;.9;1.5;8991
+77081;45.03948;.99859;168;20221026;25.6;12;18.8;1.4;14.41;0;1.65;9325
+77081;45.03948;.99859;168;20221027;25.7;14.6;20.1;2.8;15.94;0;2.2;8148
+77081;45.03948;.99859;168;20221028;25.2;19.6;22.4;3;15.44;0;2.48;5577
+77081;45.03948;.99859;168;20221029;28;14.8;21.4;2.5;11.84;0;2.81;8625
+77081;45.03948;.99859;168;20221030;23.3;12.5;17.9;1.3;12.58;0;1.53;7676
+77081;45.03948;.99859;168;20221031;22.5;13;17.7;2.1;14.64;6.1;1.55;7065
+77081;45.03948;.99859;168;20221101;17.7;11.1;14.4;1.6;13.48;.1;.95;5349
+77081;45.03948;.99859;168;20221102;18.6;8.1;13.3;1.1;11.41;0;.98;7819
+77081;45.03948;.99859;168;20221103;18.2;9.5;13.9;2.9;11.38;6.8;1.52;6325
+77081;45.03948;.99859;168;20221104;12.5;8.8;10.6;3.5;10.28;2.5;1.03;4290
+77081;45.03948;.99859;168;20221105;15.5;2.7;9.1;1.1;8.51;.1;.82;6952
+77081;45.03948;.99859;168;20221106;15.9;3.4;9.7;1.4;9.44;1.3;.86;7599
+77081;45.03948;.99859;168;20221107;19.3;8.7;14;1.8;11.78;0;1.16;6843
+77081;45.03948;.99859;168;20221108;19.5;10.4;15;2.7;12.44;2.8;1.41;6122
+77081;45.03948;.99859;168;20221109;15.1;13.2;14.2;1.7;13.98;2.1;.73;2083
+77081;45.03948;.99859;168;20221110;15.6;10.5;13.1;1;11.98;.1;.74;3882
+77081;45.03948;.99859;168;20221111;22.1;5.6;13.8;1.6;11.28;.1;1.18;8235
+77081;45.03948;.99859;168;20221112;21.6;9.2;15.4;1.7;11.78;0;1.26;6889
+77081;45.03948;.99859;168;20221113;22;7.1;14.5;1;10.34;0;.96;7538
+77081;45.03948;.99859;168;20221114;14.4;9.6;12;2;11.81;7.2;.8;2967
+77081;45.03948;.99859;168;20221115;16;9.5;12.8;2.1;12.71;8.2;.75;4632
+77081;45.03948;.99859;168;20221116;16.7;10.4;13.5;2.7;12.68;2.2;.93;4383
+77081;45.03948;.99859;168;20221117;16.1;12.6;14.3;3.5;12.94;6.5;1.14;3153
+77081;45.03948;.99859;168;20221118;11.8;5.7;8.7;1.4;10.08;1.8;.52;4536
+77081;45.03948;.99859;168;20221119;11.1;6.1;8.6;1.3;9.31;.3;.57;3727
+77081;45.03948;.99859;168;20221120;9.6;1;5.3;1.5;8.48;2.9;.37;4357
+77081;45.03948;.99859;168;20221121;11.9;6.4;9.2;2.8;10.38;15.2;.6;3146
+77081;45.03948;.99859;168;20221122;10.6;5.7;8.1;2.7;9.58;13.7;.54;3533
+77081;45.03948;.99859;168;20221123;15.3;8.3;11.8;3.3;11.21;3.2;.95;4069
+77081;45.03948;.99859;168;20221124;12.7;6.2;9.5;1.7;10.24;.5;.54;4012
+77081;45.03948;.99859;168;20221125;12.7;8.9;10.8;1.6;10.54;4.4;.64;2451
+77081;45.03948;.99859;168;20221126;9.7;2.9;6.3;1.1;8.38;.2;.4;4145
+77081;45.03948;.99859;168;20221127;11.5;2.1;6.8;1.8;8.04;9.2;.57;4913
+77081;45.03948;.99859;168;20221128;12.2;7.9;10.1;2.4;10.84;3.9;.61;2655
+77081;45.03948;.99859;168;20221129;8.2;3.9;6.1;.9;8.84;0;.37;2481
+77081;45.03948;.99859;168;20221130;10.4;3.2;6.8;1.4;8.25;.3;.48;4589
+77081;45.03948;.99859;168;20221201;10.1;2.6;6.3;2.2;7.1;0;.69;5286
+77081;45.03948;.99859;168;20221202;6.9;5.1;6;1.3;7.07;.6;.57;1809
+77081;45.03948;.99859;168;20221203;6.5;3.5;5;1.2;7.5;1.8;.43;2805
+77081;45.03948;.99859;168;20221204;8;3.3;5.6;1.2;7.75;.3;.45;3598
+77081;45.03948;.99859;168;20221205;9.4;-.2;4.6;1.8;6.5;.2;.57;5715
+77081;45.03948;.99859;168;20221206;8.8;-.2;4.3;1.4;5.85;.1;.57;4622
+77081;45.03948;.99859;168;20221207;7.4;-2.4;2.5;1.4;5.74;.1;.41;4605
+77081;45.03948;.99859;168;20221208;7.3;-1;3.1;1.3;6.21;1.3;.4;4166
+77081;45.03948;.99859;168;20221209;8.8;4.7;6.7;1.3;7.74;.3;.55;2298
+77081;45.03948;.99859;168;20221210;2.2;-1.9;.1;2.5;4.78;0;.52;2658
+77081;45.03948;.99859;168;20221211;4.3;-6.6;-1.1;1.2;4.01;.1;.38;4794
+77081;45.03948;.99859;168;20221212;2.8;-4.6;-.9;1.6;5.14;7;.27;3785
+77081;45.03948;.99859;168;20221213;6.9;1.5;4.2;2.1;9.08;3.6;.09;2800
+77081;45.03948;.99859;168;20221214;14.6;7.5;11;2.1;12.04;2.8;.45;3032
+77081;45.03948;.99859;168;20221215;10.6;8.2;9.4;1.7;10.51;4.1;.49;1628
+77081;45.03948;.99859;168;20221216;7.7;3.4;5.6;2.4;6.71;0;.73;2708
+77081;45.03948;.99859;168;20221217;7.4;-4.7;1.3;1.5;4.48;0;.51;4942
+77081;45.03948;.99859;168;20221218;11.7;-2.4;4.6;2.9;6.94;.1;.63;5412
+77081;45.03948;.99859;168;20221219;16.9;7.9;12.4;3.6;10.44;.1;1.26;4119
+77081;45.03948;.99859;168;20221220;15.1;11.7;13.4;3.4;12.01;5.4;1.03;2208
+77081;45.03948;.99859;168;20221221;14.9;11.1;13;2.8;12.71;.6;.72;2231
+77081;45.03948;.99859;168;20221222;14.3;11.7;13;3.6;13.54;18.6;.61;1706
+77081;45.03948;.99859;168;20221223;15.9;13.5;14.7;2.3;14.54;2;.66;1923
+77081;45.03948;.99859;168;20221224;17.3;11.3;14.3;1.5;12.48;.1;.69;3466
+77081;45.03948;.99859;168;20221225;18.1;5.5;11.8;1.8;10.11;.3;.74;5075
+77081;45.03948;.99859;168;20221226;13.4;9.1;11.2;1.7;11.81;1;.49;2684
+77081;45.03948;.99859;168;20221227;10.4;7.4;8.9;1;10.44;.2;.39;2150
+77081;45.03948;.99859;168;20221228;15.7;5.4;10.6;2.3;10.34;1.9;.71;4600
+77081;45.03948;.99859;168;20221229;11;9.6;10.3;2.3;11.08;14.6;.58;1237
+77081;45.03948;.99859;168;20221230;13.6;9.2;11.4;2.6;11.68;3.7;.6;2850
+77081;45.03948;.99859;168;20221231;17.6;10;13.8;3;11.74;.1;1.08;3849
+77082;45.06613;1.31371;171;20220101;17.5;3.9;10.7;1.1;8.65;0;.61;5530
+77082;45.06613;1.31371;171;20220102;14.6;4.8;9.7;1.2;9.58;.3;.53;4241
+77082;45.06613;1.31371;171;20220103;13.7;7.3;10.5;1.7;11.11;.9;.52;3284
+77082;45.06613;1.31371;171;20220104;16.4;9.8;13.1;2.7;9.71;1.6;1.24;3878
+77082;45.06613;1.31371;171;20220105;6.7;1.6;4.1;2;6.15;0;.54;4257
+77082;45.06613;1.31371;171;20220106;6.2;-2.1;2;1.1;5.28;.1;.37;5102
+77082;45.06613;1.31371;171;20220107;5.3;-2.7;1.3;1.2;6.58;4.3;.26;3590
+77082;45.06613;1.31371;171;20220108;11.2;3.4;7.3;3.8;9.98;11.2;.33;3428
+77082;45.06613;1.31371;171;20220109;8;5.7;6.9;2.1;9.18;12.9;.4;1710
+77082;45.06613;1.31371;171;20220110;8.3;6.7;7.5;1.2;9.18;1.1;.45;1348
+77082;45.06613;1.31371;171;20220111;10.7;1.2;5.9;1.8;5.95;0;.73;5325
+77082;45.06613;1.31371;171;20220112;8.2;-2.6;2.8;1.8;4.88;0;.66;5642
+77082;45.06613;1.31371;171;20220113;8.5;-4.2;2.2;.6;4.68;0;.31;6431
+77082;45.06613;1.31371;171;20220114;12;-4.6;3.7;.9;4.71;.1;.49;7146
+77082;45.06613;1.31371;171;20220115;8.9;-4.3;2.3;.7;5.05;0;.36;6416
+77082;45.06613;1.31371;171;20220116;8.2;-4.6;1.8;1;5.21;.1;.41;6345
+77082;45.06613;1.31371;171;20220117;10.1;-2;4;1.3;6.51;.1;.42;5816
+77082;45.06613;1.31371;171;20220118;2.8;-3.2;-.2;1.2;5.91;.2;.2;4624
+77082;45.06613;1.31371;171;20220119;3.8;1.2;2.5;1.4;6.91;1.4;.33;2104
+77082;45.06613;1.31371;171;20220120;6.5;.6;3.6;1.3;6.68;.1;.41;3773
+77082;45.06613;1.31371;171;20220121;6.3;-.2;3;3;4.98;0;.89;5363
+77082;45.06613;1.31371;171;20220122;8.9;-2.6;3.1;2.2;5.11;0;.8;6518
+77082;45.06613;1.31371;171;20220123;12.5;-1.9;5.3;1;5.55;0;.63;7307
+77082;45.06613;1.31371;171;20220124;10.3;-2.1;4.1;.7;5.46;0;.51;7500
+77082;45.06613;1.31371;171;20220125;12.5;-3.1;4.7;.6;5.96;0;.46;7562
+77082;45.06613;1.31371;171;20220126;12;-3;4.5;.8;5.98;0;.53;7838
+77082;45.06613;1.31371;171;20220127;11.3;-4.2;3.6;1.1;5.31;.1;.63;8138
+77082;45.06613;1.31371;171;20220128;4.6;-4.3;.2;.8;5.33;0;.38;6493
+77082;45.06613;1.31371;171;20220129;1.5;-1.4;.1;.8;5.96;0;.37;3503
+77082;45.06613;1.31371;171;20220130;12.1;1;6.5;1.4;7.78;.2;.6;6882
+77082;45.06613;1.31371;171;20220131;9.6;2.6;6.1;2.8;8.11;.9;.72;3550
+77082;45.06613;1.31371;171;20220201;6.4;1.1;3.7;2.2;7.91;1.4;.33;4227
+77082;45.06613;1.31371;171;20220202;9.2;6.3;7.8;1.6;9.38;.1;.56;2704
+77082;45.06613;1.31371;171;20220203;6.3;1;3.6;1.3;7.88;.5;.37;3866
+77082;45.06613;1.31371;171;20220204;9.7;5.4;7.6;1.4;9.88;2.9;.47;3134
+77082;45.06613;1.31371;171;20220205;10.5;5.2;7.8;1.9;7.48;0;.88;6813
+77082;45.06613;1.31371;171;20220206;8.2;-1.3;3.4;2.1;8.25;3;.32;5114
+77082;45.06613;1.31371;171;20220207;11.8;7.9;9.8;2.4;8.88;.7;1.03;5496
+77082;45.06613;1.31371;171;20220208;15.1;-.8;7.1;1.2;6.11;0;.99;10162
+77082;45.06613;1.31371;171;20220209;16.9;1.3;9.1;1.6;6.78;0;1.29;9287
+77082;45.06613;1.31371;171;20220210;11.5;2.1;6.8;.9;8.03;.3;.98;10477
+77082;45.06613;1.31371;171;20220211;12.8;7.9;10.4;2.2;7.36;0;1.47;8953
+77082;45.06613;1.31371;171;20220212;12.6;-2.8;4.9;1.4;4.75;0;1.17;9457
+77082;45.06613;1.31371;171;20220213;16.6;-.5;8.1;3.3;8.1;6;1.69;10124
+77082;45.06613;1.31371;171;20220214;12.4;8.5;10.4;3.2;9.55;5.3;1.23;4642
+77082;45.06613;1.31371;171;20220215;9;4.6;6.8;1.9;9.06;7.1;.63;3882
+77082;45.06613;1.31371;171;20220216;12.9;8;10.5;3.6;12.11;8.3;.59;4833
+77082;45.06613;1.31371;171;20220217;14;11.3;12.7;2.8;13.41;2;.7;3770
+77082;45.06613;1.31371;171;20220218;13.7;10.5;12.1;1.9;11.58;.4;.91;4215
+77082;45.06613;1.31371;171;20220219;11.2;4.3;7.8;1.6;7.61;0;1.04;7906
+77082;45.06613;1.31371;171;20220220;10.7;2;6.4;2.3;9.48;3;.58;5910
+77082;45.06613;1.31371;171;20220221;11.1;9;10.1;4.6;9.11;.5;1.39;4807
+77082;45.06613;1.31371;171;20220222;11.9;6.1;9;1.6;9.41;0;.91;6137
+77082;45.06613;1.31371;171;20220223;16.5;7.1;11.8;1;9.01;0;1.27;9995
+77082;45.06613;1.31371;171;20220224;14.8;4.8;9.8;1.9;8.65;.1;1.34;8415
+77082;45.06613;1.31371;171;20220225;10.8;1.4;6.1;1.8;6.38;0;1.25;10213
+77082;45.06613;1.31371;171;20220226;15;-.2;7.4;2.1;5.11;0;1.82;11834
+77082;45.06613;1.31371;171;20220227;16.4;.3;8.4;1.4;6.08;0;1.63;12353
+77082;45.06613;1.31371;171;20220228;16.9;1.4;9.1;1.2;7.35;0;1.5;12332
+77082;45.06613;1.31371;171;20220301;16.8;.9;8.9;1.5;6.51;0;1.73;12593
+77082;45.06613;1.31371;171;20220302;11.8;5;8.4;1.8;9.05;1.2;.98;5577
+77082;45.06613;1.31371;171;20220303;15.6;8.5;12;1.4;10.05;0;1.32;8354
+77082;45.06613;1.31371;171;20220304;12.5;5.5;9;2.4;9.98;2.1;.96;6263
+77082;45.06613;1.31371;171;20220305;9;6.3;7.7;2.4;9.21;.2;.76;4575
+77082;45.06613;1.31371;171;20220306;11.6;2.1;6.9;2.4;5.68;0;1.74;11375
+77082;45.06613;1.31371;171;20220307;12.8;-3.3;4.7;1.7;4.95;0;1.66;13989
+77082;45.06613;1.31371;171;20220308;15.5;1.3;8.4;2;7.85;2.6;1.64;11161
+77082;45.06613;1.31371;171;20220309;16.8;7;11.9;2.5;9.28;.1;1.95;11632
+77082;45.06613;1.31371;171;20220310;14.3;7.7;11;2.2;9.85;1.7;1.35;6741
+77082;45.06613;1.31371;171;20220311;14.4;8.5;11.4;3.9;9.88;20.1;1.71;7208
+77082;45.06613;1.31371;171;20220312;9.7;7.4;8.6;2.5;9.85;8.7;.82;4503
+77082;45.06613;1.31371;171;20220313;11.1;7.1;9.1;3.1;8.51;13.9;1.31;4969
+77082;45.06613;1.31371;171;20220314;14.1;.5;7.3;3.8;8.75;.8;1.48;11284
+77082;45.06613;1.31371;171;20220315;17.9;11.3;14.6;5.5;10.55;0;2.78;9632
+77082;45.06613;1.31371;171;20220316;16.9;9.4;13.2;1.9;10.95;0;1.58;7315
+77082;45.06613;1.31371;171;20220317;13.4;10.6;12;3.4;10.35;1.3;1.54;5358
+77082;45.06613;1.31371;171;20220318;16.3;7.9;12.1;2.2;9;0;2.05;10725
+77082;45.06613;1.31371;171;20220319;18.8;6.4;12.6;2;7.93;0;2.61;16087
+77082;45.06613;1.31371;171;20220320;16.7;4.7;10.7;3.4;8.4;.1;2.42;11597
+77082;45.06613;1.31371;171;20220321;16.1;9.8;13;5;7.86;0;3.23;12661
+77082;45.06613;1.31371;171;20220322;17.1;6.9;12;4.6;5.76;0;3.82;17548
+77082;45.06613;1.31371;171;20220323;17.8;2;9.9;2.9;5;0;3.32;19131
+77082;45.06613;1.31371;171;20220324;20.1;-1.1;9.5;2.1;5.5;0;3.09;20378
+77082;45.06613;1.31371;171;20220325;21.2;1.2;11.2;1.7;5.2;0;3.08;17980
+77082;45.06613;1.31371;171;20220326;22;1;11.5;1.8;5.33;0;3.25;20315
+77082;45.06613;1.31371;171;20220327;22.3;2.3;12.3;2.3;6.33;0;3.49;19496
+77082;45.06613;1.31371;171;20220328;22.9;4.1;13.5;2.2;6.66;0;3.61;18629
+77082;45.06613;1.31371;171;20220329;18.3;7.9;13.1;1.3;8.83;5.2;2.19;11180
+77082;45.06613;1.31371;171;20220330;15.2;10;12.6;1.7;10.83;.7;1.59;7451
+77082;45.06613;1.31371;171;20220331;13.8;8.2;11;3.3;8.73;3;2.24;11166
+77082;45.06613;1.31371;171;20220401;6.9;.3;3.6;4.9;5.65;1.2;1.64;11333
+77082;45.06613;1.31371;171;20220402;7.6;.5;4.1;3.6;5.2;0;1.76;10188
+77082;45.06613;1.31371;171;20220403;5.6;-4.4;.6;1.2;5.08;0;1.36;14205
+77082;45.06613;1.31371;171;20220404;12.4;.7;6.6;1.6;4.9;0;2.48;20626
+77082;45.06613;1.31371;171;20220405;14.1;-1.9;6.1;1.3;7.1;0;1.85;14443
+77082;45.06613;1.31371;171;20220406;12.2;6.1;9.1;1.9;10.36;4;1.03;4802
+77082;45.06613;1.31371;171;20220407;12.2;9.4;10.8;3.9;12.1;16.7;.85;3666
+77082;45.06613;1.31371;171;20220408;18.2;11.4;14.8;4.3;11.03;.8;2.76;9754
+77082;45.06613;1.31371;171;20220409;14.2;4.7;9.5;2.1;7.06;0;2.52;16757
+77082;45.06613;1.31371;171;20220410;19.3;-1.3;9;2;5.93;0;3.37;23258
+77082;45.06613;1.31371;171;20220411;20.5;6.8;13.6;5.4;8.75;0;4.32;20376
+77082;45.06613;1.31371;171;20220412;18.9;11.5;15.2;4.2;9.85;.9;3.52;14235
+77082;45.06613;1.31371;171;20220413;14.8;10.5;12.7;1.2;11.6;1.8;1.32;5601
+77082;45.06613;1.31371;171;20220414;23.9;5.8;14.8;1.4;11.33;0;3.45;22212
+77082;45.06613;1.31371;171;20220415;25.1;7;16.1;1.4;11.36;0;3.73;23038
+77082;45.06613;1.31371;171;20220416;24.4;6.8;15.6;1.9;10.03;0;4;23492
+77082;45.06613;1.31371;171;20220417;24.5;3.3;13.9;1.6;8.5;0;4.01;25080
+77082;45.06613;1.31371;171;20220418;19.9;6;13;1.5;10.43;0;2.95;19183
+77082;45.06613;1.31371;171;20220419;17.7;6;11.8;1.6;11.1;8;2.03;12034
+77082;45.06613;1.31371;171;20220420;15.8;9.2;12.5;1.3;12.03;6.1;1.64;9533
+77082;45.06613;1.31371;171;20220421;17.4;10.6;14;1.2;12.93;1.3;1.68;8559
+77082;45.06613;1.31371;171;20220422;19.2;9.6;14.4;1.2;12.5;.2;2.45;14678
+77082;45.06613;1.31371;171;20220423;16;9.8;12.9;2.8;11.16;27.5;1.79;6399
+77082;45.06613;1.31371;171;20220424;15.1;9.1;12.1;2.6;11.86;9.4;1.44;5832
+77082;45.06613;1.31371;171;20220425;18.1;6.5;12.3;1.2;10.2;0;2.41;14834
+77082;45.06613;1.31371;171;20220426;21.9;3.8;12.9;1.3;9.8;0;3.68;25204
+77082;45.06613;1.31371;171;20220427;24.8;5.6;15.2;1.3;11.16;0;3.86;23920
+77082;45.06613;1.31371;171;20220428;23;11.4;17.2;1.7;13.76;0;3.35;18925
+77082;45.06613;1.31371;171;20220429;21.4;11.7;16.6;1.6;13.43;0;2.84;15224
+77082;45.06613;1.31371;171;20220430;22.8;8.2;15.5;1.4;10.76;0;3.88;24089
+77082;45.06613;1.31371;171;20220501;20.7;4.9;12.8;1.1;9.26;0;3.33;22275
+77082;45.06613;1.31371;171;20220502;22.3;7.3;14.8;1.2;9.9;0;3.58;22205
+77082;45.06613;1.31371;171;20220503;22.9;9.5;16.2;1.5;11.86;4;3.43;19358
+77082;45.06613;1.31371;171;20220504;21.1;10.1;15.6;1.5;11.93;0;3.3;19598
+77082;45.06613;1.31371;171;20220505;21.4;8.5;15;2;10.26;0;4.04;24605
+77082;45.06613;1.31371;171;20220506;21.6;7.2;14.4;2;10.51;0;3.52;20621
+77082;45.06613;1.31371;171;20220507;23.6;9.2;16.4;1.9;11.21;0;3.92;21910
+77082;45.06613;1.31371;171;20220508;24.9;8.8;16.8;1.9;11.15;0;4.18;23177
+77082;45.06613;1.31371;171;20220509;26.6;9.6;18.1;1.4;11.48;0;4.3;23882
+77082;45.06613;1.31371;171;20220510;27.8;10.8;19.3;1.3;12.21;0;4.38;23665
+77082;45.06613;1.31371;171;20220511;30.4;11.4;20.9;1.9;13.21;2.5;5.19;25406
+77082;45.06613;1.31371;171;20220512;18.8;13.3;16;1.7;15.81;3.1;2.12;12176
+77082;45.06613;1.31371;171;20220513;24.7;14.3;19.5;1;16.91;0;3.55;20029
+77082;45.06613;1.31371;171;20220514;28.5;11.9;20.2;1.2;15.68;0;4.32;23638
+77082;45.06613;1.31371;171;20220515;29.3;15.4;22.4;2.2;15.55;9;4.8;21350
+77082;45.06613;1.31371;171;20220516;26.9;14.9;20.9;1.4;17.18;0;4.15;22196
+77082;45.06613;1.31371;171;20220517;30.8;13.7;22.2;1.6;16.35;0;5.03;25198
+77082;45.06613;1.31371;171;20220518;31.9;15.3;23.6;1.3;17.45;3.2;4.98;24524
+77082;45.06613;1.31371;171;20220519;29.2;17.5;23.3;1.8;18.48;.1;4.62;22092
+77082;45.06613;1.31371;171;20220520;28.9;17.4;23.1;2.4;14.91;0;4.91;20279
+77082;45.06613;1.31371;171;20220521;31.2;15.2;23.2;1.1;19.35;0;4.74;24268
+77082;45.06613;1.31371;171;20220522;31.6;18.2;24.9;1.2;21.78;1.5;4.42;20989
+77082;45.06613;1.31371;171;20220523;20.7;16.9;18.8;3.4;16.28;1.2;2.6;10589
+77082;45.06613;1.31371;171;20220524;19.3;11.7;15.5;1.7;12.75;.5;3.07;17992
+77082;45.06613;1.31371;171;20220525;20.7;8.5;14.6;1.7;11.08;0;3.46;20573
+77082;45.06613;1.31371;171;20220526;18.9;9.3;14.1;1.6;12.48;0;2.65;15930
+77082;45.06613;1.31371;171;20220527;24.4;10.4;17.4;2.3;13.48;0;4.28;23606
+77082;45.06613;1.31371;171;20220528;25.5;12;18.8;2.9;11.45;0;5.09;24675
+77082;45.06613;1.31371;171;20220529;22.3;9.1;15.7;2.3;8.86;0;4.18;20187
+77082;45.06613;1.31371;171;20220530;24;7.4;15.7;1.5;8.58;.5;4.02;20991
+77082;45.06613;1.31371;171;20220531;23.6;11.8;17.7;1.1;11.23;1.8;3.31;16251
+77082;45.06613;1.31371;171;20220601;27.6;10.9;19.2;1.8;13.68;2;4.28;20535
+77082;45.06613;1.31371;171;20220602;27.8;16.6;22.2;2.1;18.41;4.8;3.71;15518
+77082;45.06613;1.31371;171;20220603;29.8;17.2;23.5;2.2;17.91;5.1;4.47;18888
+77082;45.06613;1.31371;171;20220604;26.8;14.5;20.7;1.9;19.03;13.8;3.62;17678
+77082;45.06613;1.31371;171;20220605;22.6;16.2;19.4;1.9;17.05;0;2.38;10280
+77082;45.06613;1.31371;171;20220606;24;12.7;18.4;1.2;15.75;0;2.99;15136
+77082;45.06613;1.31371;171;20220607;24.2;15.1;19.7;1.7;14.88;3.8;3.48;16262
+77082;45.06613;1.31371;171;20220608;19.2;13.3;16.3;1.6;15.01;3.4;2.02;9950
+77082;45.06613;1.31371;171;20220609;20.5;12.6;16.6;1.7;14.21;.8;2.98;16598
+77082;45.06613;1.31371;171;20220610;27.1;11.4;19.3;1.1;14.81;.1;4.66;26636
+77082;45.06613;1.31371;171;20220611;31.1;12.8;21.9;1.3;14.88;0;5.39;27741
+77082;45.06613;1.31371;171;20220612;29.3;15.1;22.2;1.3;18.31;.4;4.5;22581
+77082;45.06613;1.31371;171;20220613;29.7;17.8;23.7;1.9;18.51;0;5.06;23846
+77082;45.06613;1.31371;171;20220614;33.6;15.9;24.8;1.4;17.78;.6;5.57;26249
+77082;45.06613;1.31371;171;20220615;33.1;20;26.5;1.7;20.21;0;5.46;24081
+77082;45.06613;1.31371;171;20220616;33.7;17;25.4;1.4;19.51;0;5.53;25895
+77082;45.06613;1.31371;171;20220617;36.6;18;27.3;1.6;18.81;0;6.3;27357
+77082;45.06613;1.31371;171;20220618;38.3;20.1;29.2;2.4;15.98;0;7.24;26211
+77082;45.06613;1.31371;171;20220619;32.9;21;27;2.5;17.28;3.1;5.87;21888
+77082;45.06613;1.31371;171;20220620;29.6;17.7;23.7;1.5;20.31;.3;4.49;21707
+77082;45.06613;1.31371;171;20220621;27.1;18.7;22.9;1.8;20.28;17.7;3.8;18024
+77082;45.06613;1.31371;171;20220622;26.4;17;21.7;1.9;18.25;.9;4.11;20382
+77082;45.06613;1.31371;171;20220623;24.8;15.2;20;1.2;18.21;11.5;3.54;19041
+77082;45.06613;1.31371;171;20220624;23.1;16.3;19.7;2;16.88;2;3.5;18045
+77082;45.06613;1.31371;171;20220625;21.8;12.4;17.1;1.7;15.85;2.8;2.9;16347
+77082;45.06613;1.31371;171;20220626;17.3;13.6;15.5;2.1;15.78;9.8;1.68;9400
+77082;45.06613;1.31371;171;20220627;23;14.1;18.6;2.1;14.58;0;3.86;20290
+77082;45.06613;1.31371;171;20220628;25.2;11.6;18.4;2;12.78;0;4.68;25110
+77082;45.06613;1.31371;171;20220629;26.7;10.7;18.7;1.6;14.28;6.7;4.66;25963
+77082;45.06613;1.31371;171;20220630;15.3;13.8;14.6;2;14.85;8.7;1.42;7132
+77082;45.06613;1.31371;171;20220701;22.3;10.8;16.6;1.1;12.71;0;3.99;24200
+77082;45.06613;1.31371;171;20220702;28.8;9.7;19.3;1.3;13.51;0;5.11;28306
+77082;45.06613;1.31371;171;20220703;28.6;14.7;21.6;1.7;15.81;1.8;4.83;23839
+77082;45.06613;1.31371;171;20220704;27.5;17;22.2;1.9;17.28;0;4.5;21569
+77082;45.06613;1.31371;171;20220705;28.4;16;22.2;2;15.41;0;5.06;24157
+77082;45.06613;1.31371;171;20220706;28.1;14.4;21.3;2.3;13.81;0;5.23;24423
+77082;45.06613;1.31371;171;20220707;27.3;13.1;20.2;2;14.15;0;4.86;24551
+77082;45.06613;1.31371;171;20220708;28.5;14.4;21.5;2.5;14.58;0;5.33;24907
+77082;45.06613;1.31371;171;20220709;31.2;14.5;22.8;2.6;14.18;0;5.96;26188
+77082;45.06613;1.31371;171;20220710;31.8;15;23.4;2.6;14.61;0;6.09;26108
+77082;45.06613;1.31371;171;20220711;33.9;17;25.5;2.2;14.68;0;6.27;25891
+77082;45.06613;1.31371;171;20220712;34;17.9;25.9;2;14.45;0;6.14;25439
+77082;45.06613;1.31371;171;20220713;35;16;25.5;1.7;14.45;0;6.08;26841
+77082;45.06613;1.31371;171;20220714;36;18.5;27.2;1.4;15.78;0;5.95;26030
+77082;45.06613;1.31371;171;20220715;34;18.4;26.2;1.9;15.41;0;5.9;24564
+77082;45.06613;1.31371;171;20220716;34.9;16.4;25.6;2.3;14.85;0;6.49;26892
+77082;45.06613;1.31371;171;20220717;37;17;27;2.4;12.85;0;7.06;26855
+77082;45.06613;1.31371;171;20220718;40;20.8;30.4;2.7;14.28;0;7.66;25782
+77082;45.06613;1.31371;171;20220719;34;20.9;27.5;2.3;17.41;.5;5.7;21087
+77082;45.06613;1.31371;171;20220720;28.7;18.9;23.8;2.9;17.61;0;4.94;20874
+77082;45.06613;1.31371;171;20220721;32.2;14.8;23.5;1.4;16.38;0;5.22;25833
+77082;45.06613;1.31371;171;20220722;31.1;16.8;24;2.1;17.91;.2;4.94;21872
+77082;45.06613;1.31371;171;20220723;29.1;16.4;22.8;1.7;16.18;0;4.66;22298
+77082;45.06613;1.31371;171;20220724;36.4;14.7;25.6;1.4;14.65;0;5.99;27794
+77082;45.06613;1.31371;171;20220725;28.4;19.6;24;2.6;16.81;0;4.48;17448
+77082;45.06613;1.31371;171;20220726;25.9;15.8;20.9;2;14.05;0;4.38;21201
+77082;45.06613;1.31371;171;20220727;28.1;13;20.5;1.8;12.78;0;4.73;23343
+77082;45.06613;1.31371;171;20220728;29.4;12.4;20.9;1.6;13.78;0;4.86;24766
+77082;45.06613;1.31371;171;20220729;27.2;17.2;22.2;1.8;16.55;0;3.9;17783
+77082;45.06613;1.31371;171;20220730;30.2;16;23.1;1.9;16.71;0;4.96;23767
+77082;45.06613;1.31371;171;20220731;32.8;16.6;24.7;1.8;16.41;0;5.3;23815
+77082;45.06613;1.31371;171;20220801;34;16.8;25.4;1.6;16.01;0;5.38;24407
+77082;45.06613;1.31371;171;20220802;35.1;15.8;25.5;1.5;15.25;0;5.57;25623
+77082;45.06613;1.31371;171;20220803;37.8;19.1;28.4;1.3;15.01;0;5.63;24681
+77082;45.06613;1.31371;171;20220804;37.2;20.2;28.7;1.7;17.68;0;5.72;23448
+77082;45.06613;1.31371;171;20220805;30.5;19.7;25.1;2.1;19.55;4.1;4.45;18716
+77082;45.06613;1.31371;171;20220806;32.5;19.2;25.8;2.5;15.65;0;5.59;22094
+77082;45.06613;1.31371;171;20220807;33.5;15.5;24.5;2.6;11.68;0;6.22;24734
+77082;45.06613;1.31371;171;20220808;35;15;25;2.3;10.78;0;6.33;25185
+77082;45.06613;1.31371;171;20220809;36.4;16.6;26.5;2.1;11.25;0;6.19;24148
+77082;45.06613;1.31371;171;20220810;37.3;16.5;26.9;1.9;11.15;0;6.17;24851
+77082;45.06613;1.31371;171;20220811;38;18.9;28.5;1.5;12.98;0;5.61;23316
+77082;45.06613;1.31371;171;20220812;38.9;19.9;29.4;1.4;14.35;0;5.56;23063
+77082;45.06613;1.31371;171;20220813;36.8;18.1;27.4;1.8;17.48;6.6;5.53;22959
+77082;45.06613;1.31371;171;20220814;23.9;19.5;21.7;2.4;20.58;7.5;2.4;10190
+77082;45.06613;1.31371;171;20220815;27.4;16.4;21.9;1.5;17.48;.1;3.54;17506
+77082;45.06613;1.31371;171;20220816;26.7;14.6;20.7;1.6;17.51;12.4;3.03;14719
+77082;45.06613;1.31371;171;20220817;25.7;14.8;20.3;2.2;17.15;.4;3.51;18074
+77082;45.06613;1.31371;171;20220818;26.3;15.5;20.9;2.2;15.88;0;3.69;17236
+77082;45.06613;1.31371;171;20220819;26.4;16.7;21.6;2.3;17.71;2;3.36;15044
+77082;45.06613;1.31371;171;20220820;27.6;17;22.3;1.4;18.91;.1;3.41;17263
+77082;45.06613;1.31371;171;20220821;26.7;15.1;20.9;1.6;16.98;0;3.29;16304
+77082;45.06613;1.31371;171;20220822;25.3;19.1;22.2;1.7;18.91;1.2;2.79;12480
+77082;45.06613;1.31371;171;20220823;29.5;16.4;23;1.4;18.61;0;3.81;19108
+77082;45.06613;1.31371;171;20220824;34.9;17.3;26.1;1.5;17.31;.1;4.75;21410
+77082;45.06613;1.31371;171;20220825;30.1;19;24.5;1.8;17.88;.1;3.87;16555
+77082;45.06613;1.31371;171;20220826;29.3;16.8;23;1.6;17.41;0;3.72;17470
+77082;45.06613;1.31371;171;20220827;30.4;14.9;22.6;1.7;15.58;0;4.15;19918
+77082;45.06613;1.31371;171;20220828;32;14.8;23.4;1.5;14.55;0;4.33;20718
+77082;45.06613;1.31371;171;20220829;33.6;15.7;24.6;1.4;15.48;1.6;4.06;17575
+77082;45.06613;1.31371;171;20220830;31.6;17.7;24.6;1.5;17.68;.1;4.09;19311
+77082;45.06613;1.31371;171;20220831;31.9;15.8;23.9;1.7;15.61;.5;4.19;18880
+77082;45.06613;1.31371;171;20220901;26.8;15.9;21.4;1.1;18.11;.8;2.7;13420
+77082;45.06613;1.31371;171;20220902;27;16.2;21.6;1.5;17.95;1;2.94;14415
+77082;45.06613;1.31371;171;20220903;27.9;16.3;22.1;1.3;16.68;0;3.17;15773
+77082;45.06613;1.31371;171;20220904;32.9;15.1;24;1.7;16.61;.6;4.12;18247
+77082;45.06613;1.31371;171;20220905;34;18.2;26.1;2.3;18.11;12;4.75;19189
+77082;45.06613;1.31371;171;20220906;30.4;17.7;24.1;2.2;18.71;.7;3.67;15330
+77082;45.06613;1.31371;171;20220907;25.8;16.5;21.2;1.6;16.35;.8;2.76;12656
+77082;45.06613;1.31371;171;20220908;22.9;13.1;18;1.9;15.01;.5;2.46;12842
+77082;45.06613;1.31371;171;20220909;24;12.3;18.2;1.8;14.35;.2;2.78;14667
+77082;45.06613;1.31371;171;20220910;25.2;11.3;18.3;1.1;13.58;0;2.85;17065
+77082;45.06613;1.31371;171;20220911;30.2;11.6;20.9;1.6;12.68;0;3.8;19092
+77082;45.06613;1.31371;171;20220912;36.2;15;25.6;1.8;14.75;0;4.55;18851
+77082;45.06613;1.31371;171;20220913;31.1;22.1;26.6;2;20.68;8.3;3.14;10602
+77082;45.06613;1.31371;171;20220914;29.8;19.1;24.5;1.7;18.15;0;3.28;13954
+77082;45.06613;1.31371;171;20220915;27.5;14;20.8;1.4;16.31;.1;2.86;14782
+77082;45.06613;1.31371;171;20220916;23.6;14.5;19;1.8;14.95;0;2.53;12737
+77082;45.06613;1.31371;171;20220917;20.3;8.5;14.4;2.1;9.31;0;2.78;15472
+77082;45.06613;1.31371;171;20220918;25.3;4.8;15.1;1.8;7.98;0;3.32;18591
+77082;45.06613;1.31371;171;20220919;25;5.8;15.4;2.3;8.91;0;3.44;17856
+77082;45.06613;1.31371;171;20220920;24.6;6.8;15.7;1.9;8.61;0;3.16;17191
+77082;45.06613;1.31371;171;20220921;25;6.9;16;1.5;9.01;0;2.91;17049
+77082;45.06613;1.31371;171;20220922;25.6;8.2;16.9;1.2;9.38;0;2.79;16492
+77082;45.06613;1.31371;171;20220923;22.1;9.6;15.8;1.5;12.01;0;2.12;11001
+77082;45.06613;1.31371;171;20220924;20.2;13.4;16.8;1.6;14.35;1.3;1.77;9397
+77082;45.06613;1.31371;171;20220925;18.6;9.9;14.2;1.4;12.68;.1;1.67;10654
+77082;45.06613;1.31371;171;20220926;19.1;8.1;13.6;2.2;11.85;3.5;1.91;11742
+77082;45.06613;1.31371;171;20220927;15.9;11.2;13.5;3;13.28;5.3;1.32;7518
+77082;45.06613;1.31371;171;20220928;18.5;13.8;16.1;3.9;15.45;7.2;1.55;7966
+77082;45.06613;1.31371;171;20220929;17.3;11;14.2;1.6;11.98;2.1;1.56;8790
+77082;45.06613;1.31371;171;20220930;18.5;6.7;12.6;1.4;10.08;1.4;1.78;12171
+77082;45.06613;1.31371;171;20221001;18.2;9.2;13.7;2.2;14.85;6.9;1.11;7843
+77082;45.06613;1.31371;171;20221002;21.1;15.8;18.5;1.5;17.01;.2;1.53;7654
+77082;45.06613;1.31371;171;20221003;23.7;11.6;17.6;1.1;13.95;0;1.99;12810
+77082;45.06613;1.31371;171;20221004;24.2;9.3;16.7;1;13.08;.1;2.01;13634
+77082;45.06613;1.31371;171;20221005;26.7;9.8;18.3;1.5;13.65;0;2.37;13597
+77082;45.06613;1.31371;171;20221006;21.6;14.4;18;1.1;15.85;0;1.47;7998
+77082;45.06613;1.31371;171;20221007;24.7;11.6;18.2;.9;14.88;.1;1.83;12023
+77082;45.06613;1.31371;171;20221008;22.3;12.3;17.3;1.2;14.08;0;1.7;9888
+77082;45.06613;1.31371;171;20221009;25.2;8.8;17;1.4;12.25;0;2.16;12874
+77082;45.06613;1.31371;171;20221010;23.7;12.1;17.9;1.5;14.61;0;1.8;9251
+77082;45.06613;1.31371;171;20221011;21.6;13.9;17.8;1.3;15.61;.2;1.38;7110
+77082;45.06613;1.31371;171;20221012;23.8;13.9;18.8;1.1;15.05;.7;1.66;9858
+77082;45.06613;1.31371;171;20221013;17.8;11.3;14.5;1;14.81;6.7;1;6331
+77082;45.06613;1.31371;171;20221014;19.3;15.6;17.5;2.7;17.35;1.9;1.09;4682
+77082;45.06613;1.31371;171;20221015;24;15.6;19.8;1.5;16.08;0;1.71;8593
+77082;45.06613;1.31371;171;20221016;27.4;15.6;21.5;2.4;16.18;0;2.53;10280
+77082;45.06613;1.31371;171;20221017;24.7;18.3;21.5;2.3;16.95;0;2;6619
+77082;45.06613;1.31371;171;20221018;28;15.6;21.8;2.3;16.78;0;2.42;10057
+77082;45.06613;1.31371;171;20221019;26;14.3;20.1;2.2;16.08;2.7;2.03;8285
+77082;45.06613;1.31371;171;20221020;25;15.9;20.5;2.1;17.11;1.9;1.81;7050
+77082;45.06613;1.31371;171;20221021;23.5;16.6;20.1;1.6;15.88;2.2;1.6;6743
+77082;45.06613;1.31371;171;20221022;24.4;11.9;18.2;1.6;14.21;.2;1.72;9498
+77082;45.06613;1.31371;171;20221023;25;15.8;20.4;1.8;14.05;.3;1.92;6032
+77082;45.06613;1.31371;171;20221024;22.9;10.6;16.8;1.2;12.05;.1;1.54;9209
+77082;45.06613;1.31371;171;20221025;22.6;10.1;16.3;1.6;12.85;.5;1.51;7863
+77082;45.06613;1.31371;171;20221026;26.1;11.3;18.7;1.3;14.18;0;1.64;9439
+77082;45.06613;1.31371;171;20221027;26.6;13.9;20.2;2.2;15.25;0;2.03;7403
+77082;45.06613;1.31371;171;20221028;26.3;19.7;23;2.2;14.11;0;2.32;6311
+77082;45.06613;1.31371;171;20221029;28.1;14.4;21.3;2.1;11.15;0;2.65;8377
+77082;45.06613;1.31371;171;20221030;24;12.4;18.2;1.5;12.05;0;1.68;7378
+77082;45.06613;1.31371;171;20221031;24.2;13.4;18.8;1.9;14.61;4.5;1.62;6776
+77082;45.06613;1.31371;171;20221101;17.8;12.4;15.1;1.4;13.75;.1;.92;5378
+77082;45.06613;1.31371;171;20221102;18.5;8.1;13.3;1.1;11.21;.1;.98;7626
+77082;45.06613;1.31371;171;20221103;18.1;8.8;13.4;2.5;11.18;8.1;1.34;4679
+77082;45.06613;1.31371;171;20221104;12.3;9.1;10.7;3.5;10.18;2.2;1.04;3776
+77082;45.06613;1.31371;171;20221105;14.1;1.9;8;1.2;8.18;.1;.8;7214
+77082;45.06613;1.31371;171;20221106;15.7;2.3;9;1.4;8.91;.8;.85;6882
+77082;45.06613;1.31371;171;20221107;19.8;8.1;13.9;1.7;11.28;0;1.16;7757
+77082;45.06613;1.31371;171;20221108;20.8;10.1;15.4;2.5;12.11;5.4;1.54;6091
+77082;45.06613;1.31371;171;20221109;15.4;13.5;14.5;1.5;13.95;4;.73;2469
+77082;45.06613;1.31371;171;20221110;15.7;10.5;13.1;1.1;11.91;.1;.76;5718
+77082;45.06613;1.31371;171;20221111;22.3;5.4;13.8;1.9;11.08;.1;1.29;8177
+77082;45.06613;1.31371;171;20221112;22.1;9.4;15.7;1.8;11.58;0;1.34;6570
+77082;45.06613;1.31371;171;20221113;21.2;6.6;13.9;1;10.31;0;.94;7550
+77082;45.06613;1.31371;171;20221114;15.2;10.8;13;1.9;12.18;7.6;.86;1768
+77082;45.06613;1.31371;171;20221115;16.4;9.6;13;1.8;12.61;9.6;.74;3878
+77082;45.06613;1.31371;171;20221116;17.1;10.8;14;2.6;12.48;2.8;.99;4779
+77082;45.06613;1.31371;171;20221117;17.1;12.4;14.8;3;12.71;7.2;1.15;4283
+77082;45.06613;1.31371;171;20221118;11.4;6.9;9.2;1.4;10.25;1.8;.52;3416
+77082;45.06613;1.31371;171;20221119;11.1;6.5;8.8;1.3;9.25;.3;.57;4186
+77082;45.06613;1.31371;171;20221120;8.8;2;5.4;1.1;8.58;2.4;.36;3854
+77082;45.06613;1.31371;171;20221121;10.9;6.8;8.8;2.5;9.98;14.9;.61;2178
+77082;45.06613;1.31371;171;20221122;10.6;5.8;8.2;2.4;9.38;14.3;.55;4010
+77082;45.06613;1.31371;171;20221123;14.9;8.1;11.5;2.7;10.75;4.5;.87;4163
+77082;45.06613;1.31371;171;20221124;12.3;5.6;8.9;1.6;10.21;.9;.49;3919
+77082;45.06613;1.31371;171;20221125;11.9;9.7;10.8;1.5;10.61;5.3;.63;2280
+77082;45.06613;1.31371;171;20221126;9.3;3.6;6.5;1;8.51;.2;.39;3933
+77082;45.06613;1.31371;171;20221127;12;2.9;7.5;1.7;7.98;10.2;.64;4841
+77082;45.06613;1.31371;171;20221128;12.2;7.6;9.9;2;10.75;6.8;.56;2665
+77082;45.06613;1.31371;171;20221129;9.3;4.3;6.8;.9;9.05;.5;.37;2888
+77082;45.06613;1.31371;171;20221130;10.4;2.7;6.5;1.1;7.88;.2;.46;4306
+77082;45.06613;1.31371;171;20221201;10.1;1.2;5.6;2.2;6.85;0;.7;4408
+77082;45.06613;1.31371;171;20221202;6.9;4.3;5.6;1.3;6.68;.7;.62;1821
+77082;45.06613;1.31371;171;20221203;8.1;3.5;5.8;1.1;7.35;3.2;.44;3363
+77082;45.06613;1.31371;171;20221204;7.8;4.3;6.1;.9;7.78;.4;.43;2496
+77082;45.06613;1.31371;171;20221205;9.7;-.2;4.7;1.3;6.48;.1;.44;4881
+77082;45.06613;1.31371;171;20221206;9.6;-1.7;4;1.1;5.71;0;.44;5058
+77082;45.06613;1.31371;171;20221207;8.3;-3.1;2.6;1.2;5.48;.1;.39;5456
+77082;45.06613;1.31371;171;20221208;7.3;-1.5;2.9;1.2;5.98;.9;.46;3538
+77082;45.06613;1.31371;171;20221209;10;3.6;6.8;1.5;7.58;.2;.58;3128
+77082;45.06613;1.31371;171;20221210;3.1;-.2;1.4;2.3;4.78;0;.53;3931
+77082;45.06613;1.31371;171;20221211;5.3;-6.8;-.7;1.1;3.91;.1;.36;5177
+77082;45.06613;1.31371;171;20221212;2.9;-5.1;-1.1;1.5;5.01;9.9;.31;3277
+77082;45.06613;1.31371;171;20221213;7.7;1.8;4.8;1.8;9.08;1.8;.13;2529
+77082;45.06613;1.31371;171;20221214;13.6;7.6;10.6;1.7;11.68;3.2;.4;2783
+77082;45.06613;1.31371;171;20221215;10.2;6.7;8.5;1.9;10.08;9;.5;1284
+77082;45.06613;1.31371;171;20221216;8.5;3.6;6;2.5;6.81;0;.7;3658
+77082;45.06613;1.31371;171;20221217;6.7;-4.5;1.1;1.6;4.21;0;.54;5071
+77082;45.06613;1.31371;171;20221218;12.5;-3.1;4.7;2.3;6.35;0;.69;5291
+77082;45.06613;1.31371;171;20221219;17.6;9.5;13.5;3.9;10.21;0;1.5;4368
+77082;45.06613;1.31371;171;20221220;15.4;12.2;13.8;3.1;11.41;4.8;1.22;1630
+77082;45.06613;1.31371;171;20221221;14.2;11;12.6;2.4;12.45;.9;.61;2589
+77082;45.06613;1.31371;171;20221222;14.3;11.9;13.1;3;13.45;15.5;.59;1580
+77082;45.06613;1.31371;171;20221223;16.1;13;14.5;2.1;14.51;2;.6;1803
+77082;45.06613;1.31371;171;20221224;17.6;11.5;14.5;1.5;12.61;0;.68;3665
+77082;45.06613;1.31371;171;20221225;18.9;5.5;12.2;1.7;10.01;0;.79;5412
+77082;45.06613;1.31371;171;20221226;12.6;8.3;10.4;1.4;11.38;1.2;.48;1678
+77082;45.06613;1.31371;171;20221227;9.3;7.2;8.3;1;10.21;.1;.38;1825
+77082;45.06613;1.31371;171;20221228;16.1;4.4;10.3;1.9;9.68;1.2;.67;4910
+77082;45.06613;1.31371;171;20221229;11.2;8.7;9.9;2.4;10.88;14.1;.56;1192
+77082;45.06613;1.31371;171;20221230;13.3;9;11.2;2.2;11.45;3.5;.59;2155
+77082;45.06613;1.31371;171;20221231;17.2;8.6;12.9;2.4;11.45;0;.89;3964
+77083;45.09183;1.6291;195;20220101;16.4;1;8.7;.6;7.97;0;.36;5989
+77083;45.09183;1.6291;195;20220102;14.1;1.8;7.9;.7;8.77;.3;.36;4805
+77083;45.09183;1.6291;195;20220103;13.4;5.6;9.5;.9;10.77;.6;.39;3692
+77083;45.09183;1.6291;195;20220104;16.7;7.5;12.1;2.1;9.5;2.4;1.08;4398
+77083;45.09183;1.6291;195;20220105;6.6;1.1;3.9;1.6;6.11;0;.53;3086
+77083;45.09183;1.6291;195;20220106;6.2;-2.8;1.7;.9;5.17;.1;.33;5213
+77083;45.09183;1.6291;195;20220107;3.1;-3.9;-.4;.8;6.2;5.2;.23;3282
+77083;45.09183;1.6291;195;20220108;10.7;1.7;6.2;2.7;9.63;15.1;.28;3916
+77083;45.09183;1.6291;195;20220109;7.6;4.9;6.2;1.5;8.93;13.1;.4;1824
+77083;45.09183;1.6291;195;20220110;8.2;5.9;7.1;.7;8.9;.6;.43;1670
+77083;45.09183;1.6291;195;20220111;10.7;-.1;5.3;1.3;5.73;0;.6;5644
+77083;45.09183;1.6291;195;20220112;9.4;-4.4;2.5;1.1;4.77;0;.47;6359
+77083;45.09183;1.6291;195;20220113;9;-5.3;1.8;.4;4.6;0;.23;6758
+77083;45.09183;1.6291;195;20220114;11.4;-6.3;2.6;.5;4.57;0;.3;7307
+77083;45.09183;1.6291;195;20220115;9.5;-6.1;1.7;.6;4.77;0;.27;6915
+77083;45.09183;1.6291;195;20220116;8.6;-6.7;1;.6;4.77;.1;.3;6877
+77083;45.09183;1.6291;195;20220117;11;-4.6;3.2;.7;5.9;.1;.33;6668
+77083;45.09183;1.6291;195;20220118;6.5;-4.4;1.1;1;5.73;.2;.27;6110
+77083;45.09183;1.6291;195;20220119;3.2;.9;2;1;6.73;1.6;.35;1844
+77083;45.09183;1.6291;195;20220120;7.4;.5;4;.9;6.57;.1;.4;4152
+77083;45.09183;1.6291;195;20220121;6.7;-1;2.9;2.2;4.83;0;.82;5754
+77083;45.09183;1.6291;195;20220122;9.3;-4.5;2.4;1.4;4.93;0;.66;7182
+77083;45.09183;1.6291;195;20220123;12.8;-4;4.4;.6;5.3;0;.49;7786
+77083;45.09183;1.6291;195;20220124;11.3;-4.5;3.4;.2;5.04;0;.24;8634
+77083;45.09183;1.6291;195;20220125;12.6;-6.1;3.3;.2;5.14;0;.29;8615
+77083;45.09183;1.6291;195;20220126;12.7;-5.2;3.7;.5;5.43;0;.42;8431
+77083;45.09183;1.6291;195;20220127;12.4;-6;3.2;.7;5.03;0;.48;8698
+77083;45.09183;1.6291;195;20220128;3.7;-5.1;-.7;.9;5.09;0;.4;7646
+77083;45.09183;1.6291;195;20220129;4.3;-2;1.1;.8;5.79;0;.44;4486
+77083;45.09183;1.6291;195;20220130;11.8;.4;6.1;.9;7.23;.1;.59;6987
+77083;45.09183;1.6291;195;20220131;9.3;.7;5;2;7.63;1.1;.64;4461
+77083;45.09183;1.6291;195;20220201;5.1;-.6;2.2;1.4;7.47;1.4;.35;4168
+77083;45.09183;1.6291;195;20220202;9.6;4.9;7.2;1.1;8.93;.2;.54;3559
+77083;45.09183;1.6291;195;20220203;8.1;.5;4.3;1;7.63;.4;.45;5128
+77083;45.09183;1.6291;195;20220204;8.9;5;7;.8;9.63;3.8;.48;2929
+77083;45.09183;1.6291;195;20220205;11.2;5.7;8.4;1.4;7.4;0;.85;6720
+77083;45.09183;1.6291;195;20220206;7.5;-2;2.8;1.6;8.03;4.4;.35;5208
+77083;45.09183;1.6291;195;20220207;12.1;7.3;9.7;2;8.76;.6;.96;4395
+77083;45.09183;1.6291;195;20220208;16;-2.5;6.8;.8;5.96;0;.85;9643
+77083;45.09183;1.6291;195;20220209;17.3;-2;7.7;.9;6.37;0;.97;10291
+77083;45.09183;1.6291;195;20220210;7.5;-1.1;3.2;.4;7.88;.3;.77;10300
+77083;45.09183;1.6291;195;20220211;13.2;7.7;10.5;2.4;7.18;0;1.64;11200
+77083;45.09183;1.6291;195;20220212;13.5;-.3;6.6;2.2;4.72;0;1.6;8700
+77083;45.09183;1.6291;195;20220213;15.9;-2.5;6.7;2.8;7.68;6.7;1.49;8600
+77083;45.09183;1.6291;195;20220214;13;8.3;10.6;3.1;9.22;7.3;1.33;6800
+77083;45.09183;1.6291;195;20220215;8.6;5.4;7;2.2;9.18;9.5;.68;3500
+77083;45.09183;1.6291;195;20220216;12.5;7.5;10;2.9;11.97;12;.63;4865
+77083;45.09183;1.6291;195;20220217;14;11;12.5;2.1;13.37;2.8;.74;4065
+77083;45.09183;1.6291;195;20220218;13.7;10.2;12;1.5;11.53;.8;.91;4370
+77083;45.09183;1.6291;195;20220219;11.6;3.5;7.6;1.3;7.57;0;1.01;8383
+77083;45.09183;1.6291;195;20220220;9.9;.4;5.1;1.6;9.13;5.1;.6;6288
+77083;45.09183;1.6291;195;20220221;11.2;8.9;10;3.4;9.17;.8;1.29;4777
+77083;45.09183;1.6291;195;20220222;11.4;5.7;8.5;1;9.33;.1;.85;6085
+77083;45.09183;1.6291;195;20220223;16.7;6.4;11.6;.8;9.07;0;1.24;10434
+77083;45.09183;1.6291;195;20220224;15.2;2.7;8.9;1.5;8.5;.1;1.28;9401
+77083;45.09183;1.6291;195;20220225;11.5;.4;5.9;1.4;6.37;0;1.2;10851
+77083;45.09183;1.6291;195;20220226;15.6;-2.6;6.5;1.3;4.97;0;1.53;12962
+77083;45.09183;1.6291;195;20220227;16.3;-2.8;6.8;1.1;5.73;0;1.49;13359
+77083;45.09183;1.6291;195;20220228;16.8;-1.4;7.7;.9;6.93;0;1.41;13244
+77083;45.09183;1.6291;195;20220301;17.3;-2;7.6;1.1;6.17;0;1.58;13788
+77083;45.09183;1.6291;195;20220302;11.6;2.2;6.9;1.1;8.77;1.4;.96;6955
+77083;45.09183;1.6291;195;20220303;16.4;7.9;12.1;.9;9.8;0;1.32;9114
+77083;45.09183;1.6291;195;20220304;12.8;3.1;8;1.6;9.67;1.9;1.02;7992
+77083;45.09183;1.6291;195;20220305;10.7;6.7;8.7;1.7;9.13;.1;.92;5731
+77083;45.09183;1.6291;195;20220306;12.3;-.3;6;1.8;5.37;0;1.67;12825
+77083;45.09183;1.6291;195;20220307;13.2;-4.6;4.3;1.3;4.87;0;1.57;14715
+77083;45.09183;1.6291;195;20220308;16.7;-2;7.4;1.6;7.47;2.6;1.68;13035
+77083;45.09183;1.6291;195;20220309;16.6;5.2;10.9;2;8.83;0;1.89;12294
+77083;45.09183;1.6291;195;20220310;15.2;6.1;10.6;1.7;9.47;2.1;1.42;8131
+77083;45.09183;1.6291;195;20220311;14.4;7.4;10.9;3.7;9.6;23.9;1.78;8081
+77083;45.09183;1.6291;195;20220312;9.8;7.1;8.4;2;9.7;10.5;.87;4789
+77083;45.09183;1.6291;195;20220313;11.1;5.9;8.5;2.6;8.13;20.6;1.38;5856
+77083;45.09183;1.6291;195;20220314;14.2;-1.3;6.4;2.8;8.47;1.2;1.49;12197
+77083;45.09183;1.6291;195;20220315;17.2;10.5;13.9;4.5;10.41;0;2.5;8948
+77083;45.09183;1.6291;195;20220316;18.3;8.5;13.4;1.3;10.73;0;1.63;8866
+77083;45.09183;1.6291;195;20220317;14.5;9.7;12.1;2.6;10.3;.8;1.62;6974
+77083;45.09183;1.6291;195;20220318;16.8;8.1;12.5;2.2;8.98;0;2.2;10800
+77083;45.09183;1.6291;195;20220319;19.2;6.1;12.7;1.4;8.08;0;2.44;16100
+77083;45.09183;1.6291;195;20220320;16.5;4;10.3;2.8;8.18;0;2.16;9000
+77083;45.09183;1.6291;195;20220321;16.1;10.7;13.4;3.9;7.68;0;3.23;12200
+77083;45.09183;1.6291;195;20220322;17.1;7.6;12.4;3.6;5.58;0;3.79;19000
+77083;45.09183;1.6291;195;20220323;18.3;1.1;9.7;2.5;4.68;0;3.34;19900
+77083;45.09183;1.6291;195;20220324;20.7;-1.8;9.5;1.6;5.48;0;3;20600
+77083;45.09183;1.6291;195;20220325;21.6;-1.4;10.1;1.2;5.38;0;2.7;17700
+77083;45.09183;1.6291;195;20220326;22.5;0;11.3;1.1;5.58;0;2.86;19900
+77083;45.09183;1.6291;195;20220327;22.9;.7;11.8;1.5;6.38;0;3.15;19600
+77083;45.09183;1.6291;195;20220328;23;2;12.5;1.5;6.88;0;3.04;17500
+77083;45.09183;1.6291;195;20220329;18.6;6.9;12.8;1.1;8.98;5.3;1.99;10600
+77083;45.09183;1.6291;195;20220330;15.2;10;12.6;2;11.08;2;1.79;9000
+77083;45.09183;1.6291;195;20220331;13.4;8.2;10.8;3.4;8.88;3.5;2.35;12700
+77083;45.09183;1.6291;195;20220401;7.1;.9;4;4.2;5.42;1.5;1.71;11600
+77083;45.09183;1.6291;195;20220402;7.5;.3;3.9;3.7;4.92;0;1.76;9800
+77083;45.09183;1.6291;195;20220403;5.6;-2.1;1.8;3;5.02;0;1.4;10702
+77083;45.09183;1.6291;195;20220404;12.3;2.2;7.3;1.5;5.08;0;2.72;23100
+77083;45.09183;1.6291;195;20220405;14.1;-2;6.1;1.1;7.18;0;1.85;14600
+77083;45.09183;1.6291;195;20220406;12;4.9;8.5;1.7;10.28;4;.98;4800
+77083;45.09183;1.6291;195;20220407;11.8;9.3;10.6;3.6;12.18;19.9;.82;3000
+77083;45.09183;1.6291;195;20220408;18.4;11.4;14.9;4.1;10.98;1.9;2.83;8900
+77083;45.09183;1.6291;195;20220409;14.1;5.5;9.8;2;7.08;0;2.63;17000
+77083;45.09183;1.6291;195;20220410;19.4;-2.2;8.6;1.3;6.28;0;3.11;23600
+77083;45.09183;1.6291;195;20220411;19.2;9.9;14.5;6.4;8.32;0;4.56;20100
+77083;45.09183;1.6291;195;20220412;19;12.3;15.6;5.7;8.82;1.3;4.2;14800
+77083;45.09183;1.6291;195;20220413;14.9;10.6;12.8;1;10.98;.7;1.41;5900
+77083;45.09183;1.6291;195;20220414;23.9;5.2;14.6;1.4;11.28;0;3.55;22800
+77083;45.09183;1.6291;195;20220415;25.1;6.6;15.9;1.4;11.68;0;3.8;23500
+77083;45.09183;1.6291;195;20220416;24.7;6.5;15.6;1.8;10.28;0;4.13;24600
+77083;45.09183;1.6291;195;20220417;24.4;3.1;13.8;1.7;8.48;0;4.13;25500
+77083;45.09183;1.6291;195;20220418;19.6;4.9;12.3;1.3;10.28;0;2.83;18800
+77083;45.09183;1.6291;195;20220419;17.5;5.7;11.6;1.7;11.08;3.2;2.07;12100
+77083;45.09183;1.6291;195;20220420;16.9;9.4;13.2;1.1;12.48;7.1;1.61;8100
+77083;45.09183;1.6291;195;20220421;17.2;10.5;13.9;1.2;13.58;3.1;1.87;10700
+77083;45.09183;1.6291;195;20220422;19.2;8.2;13.7;1.4;12.68;.2;2.44;14900
+77083;45.09183;1.6291;195;20220423;16.9;9.3;13.1;2.2;11.18;29.9;1.57;3600
+77083;45.09183;1.6291;195;20220424;14.4;9;11.7;2.3;12.18;5.7;1.14;3800
+77083;45.09183;1.6291;195;20220425;18.2;6.3;12.3;1.2;10.28;0;2.53;15700
+77083;45.09183;1.6291;195;20220426;21.9;3.1;12.5;.9;10.08;0;3.66;26400
+77083;45.09183;1.6291;195;20220427;24.8;5;14.9;1.1;10.88;0;3.84;24300
+77083;45.09183;1.6291;195;20220428;23.5;11.4;17.5;1.8;13.88;0;3.75;21100
+77083;45.09183;1.6291;195;20220429;21.2;11.5;16.4;1.8;13.58;.3;3.2;18000
+77083;45.09183;1.6291;195;20220430;22.9;7.4;15.2;1.3;10.88;0;4.05;26000
+77083;45.09183;1.6291;195;20220501;20.5;5.1;12.8;1.1;9.48;0;3.35;22100
+77083;45.09183;1.6291;195;20220502;22.9;7.7;15.3;1.1;10.08;0;3.8;23600
+77083;45.09183;1.6291;195;20220503;23.1;9;16.1;1.5;11.98;3.9;3.51;19500
+77083;45.09183;1.6291;195;20220504;21.3;10.9;16.1;1.6;12.58;.1;3.34;18800
+77083;45.09183;1.6291;195;20220505;21.4;9;15.2;2;10.38;0;4.32;26400
+77083;45.09183;1.6291;195;20220506;21.2;5.9;13.6;1.4;10.37;0;3.46;21270
+77083;45.09183;1.6291;195;20220507;23.6;7;15.3;1.2;10.77;0;3.83;23159
+77083;45.09183;1.6291;195;20220508;24.9;7.5;16.2;1.3;10.97;0;4.09;23880
+77083;45.09183;1.6291;195;20220509;27;7.4;17.2;1;11.3;0;4.28;25447
+77083;45.09183;1.6291;195;20220510;28.1;8.5;18.3;1;12;0;4.4;25316
+77083;45.09183;1.6291;195;20220511;30.7;9.3;20;1.5;12.93;1.2;5.13;26834
+77083;45.09183;1.6291;195;20220512;21;12.6;16.8;1.4;15.83;2.6;2.45;13877
+77083;45.09183;1.6291;195;20220513;25.2;15;20.1;.9;17.03;0;3.6;19930
+77083;45.09183;1.6291;195;20220514;28.9;10.6;19.8;.9;15.33;0;4.35;24678
+77083;45.09183;1.6291;195;20220515;30.1;12.9;21.5;1.7;15.33;8.7;4.9;23762
+77083;45.09183;1.6291;195;20220516;27.8;14.3;21;1.2;16.77;.1;4.29;23094
+77083;45.09183;1.6291;195;20220517;31.3;11.8;21.5;1.2;15.83;0;5.02;26687
+77083;45.09183;1.6291;195;20220518;32.7;14;23.4;1;17.2;2.3;5.06;25748
+77083;45.09183;1.6291;195;20220519;29.8;17.1;23.4;1.7;17.77;.1;4.79;22665
+77083;45.09183;1.6291;195;20220520;30.1;14.9;22.5;1.9;14.73;0;5.05;22816
+77083;45.09183;1.6291;195;20220521;32.4;14.4;23.4;.9;19.1;0;4.89;25344
+77083;45.09183;1.6291;195;20220522;31.8;17.4;24.6;1.1;21.53;2.7;4.52;21745
+77083;45.09183;1.6291;195;20220523;20.7;17;18.8;2.7;16.9;2.5;2.46;10343
+77083;45.09183;1.6291;195;20220524;19.5;11.7;15.6;1.4;12.87;.4;3.12;18263
+77083;45.09183;1.6291;195;20220525;20.8;7.7;14.2;1.3;11.17;0;3.48;21314
+77083;45.09183;1.6291;195;20220526;19.7;7.9;13.8;1.3;12.13;0;2.88;17632
+77083;45.09183;1.6291;195;20220527;25.2;8.7;17;1.8;13.2;0;4.43;25421
+77083;45.09183;1.6291;195;20220528;26.2;10.7;18.4;2.1;11.27;0;5.01;25865
+77083;45.09183;1.6291;195;20220529;23;7.2;15.1;1.9;8.8;0;4.58;25916
+77083;45.09183;1.6291;195;20220530;24.3;5.7;15;1.1;8.7;.6;4.43;26988
+77083;45.09183;1.6291;195;20220531;23.7;10.5;17.1;.9;11.43;2.3;3.73;21001
+77083;45.09183;1.6291;195;20220601;28.5;8.8;18.7;1.4;13.6;3.3;4.87;26614
+77083;45.09183;1.6291;195;20220602;27.1;16.2;21.7;1.6;18.53;5.7;4.1;19957
+77083;45.09183;1.6291;195;20220603;30.6;15.9;23.3;1.9;17.6;12.8;5.23;24485
+77083;45.09183;1.6291;195;20220604;28.4;13.7;21.1;1.7;19.1;18.6;4.37;23038
+77083;45.09183;1.6291;195;20220605;22.7;16.8;19.8;1.6;17.36;.4;2.94;14821
+77083;45.09183;1.6291;195;20220606;24.5;13;18.8;1;16.06;.1;3.79;21654
+77083;45.09183;1.6291;195;20220607;24.2;15.4;19.8;1.5;15;3.7;4;20749
+77083;45.09183;1.6291;195;20220608;18.9;12.6;15.7;1.4;15;4.7;2.37;12966
+77083;45.09183;1.6291;195;20220609;20.6;12.2;16.4;1.3;14.07;.4;3.02;16821
+77083;45.09183;1.6291;195;20220610;27.5;10.7;19.1;.8;14.6;.1;4.69;27182
+77083;45.09183;1.6291;195;20220611;31.4;11.1;21.3;1;14.43;0;5.36;28850
+77083;45.09183;1.6291;195;20220612;29.6;14;21.8;1;18.13;.3;4.51;23465
+77083;45.09183;1.6291;195;20220613;30.3;16.7;23.5;1.3;18.63;0;5.04;25036
+77083;45.09183;1.6291;195;20220614;33.9;13.8;23.8;1.2;17.5;.6;5.62;27679
+77083;45.09183;1.6291;195;20220615;33.2;17.8;25.5;1.4;20.17;0;5.5;25700
+77083;45.09183;1.6291;195;20220616;34;16.3;25.1;1.1;20.1;0;5.42;26291
+77083;45.09183;1.6291;195;20220617;37;16.5;26.7;1.2;19;0;6.11;28393
+77083;45.09183;1.6291;195;20220618;38.5;16.7;27.6;1.9;15.9;0;7.04;28387
+77083;45.09183;1.6291;195;20220619;34.3;19.9;27.1;2.5;16.43;2.6;6.35;23887
+77083;45.09183;1.6291;195;20220620;30.7;17.9;24.3;1.2;20.07;0;4.58;22154
+77083;45.09183;1.6291;195;20220621;28.8;18.6;23.7;1.6;20.5;17.1;4.15;19300
+77083;45.09183;1.6291;195;20220622;27.2;16.5;21.8;1.5;18.27;.9;4.3;21506
+77083;45.09183;1.6291;195;20220623;25.1;15;20;1.1;18.47;19.7;3.57;19139
+77083;45.09183;1.6291;195;20220624;23.5;16.7;20.1;1.7;17.1;2.8;3.52;17807
+77083;45.09183;1.6291;195;20220625;25.5;11.6;18.5;1.5;15.9;6.9;3.66;20177
+77083;45.09183;1.6291;195;20220626;18.9;14.3;16.6;1.6;16.4;8.9;1.99;10648
+77083;45.09183;1.6291;195;20220627;23.4;14.8;19.1;1.7;15.23;0;3.78;19893
+77083;45.09183;1.6291;195;20220628;25.6;11.2;18.4;1.4;13.2;0;4.61;25686
+77083;45.09183;1.6291;195;20220629;27.4;10.2;18.8;1.2;14.27;7;4.7;26696
+77083;45.09183;1.6291;195;20220630;15.3;14.9;15.1;1.6;15.37;7.6;1.03;3728
+77083;45.09183;1.6291;195;20220701;22.9;11.4;17.1;1;13;0;4.03;24099
+77083;45.09183;1.6291;195;20220702;29.3;8.7;19;.9;13.47;0;5.08;29192
+77083;45.09183;1.6291;195;20220703;29.3;13.2;21.3;1.2;16.23;1.7;4.84;25445
+77083;45.09183;1.6291;195;20220704;28;16.5;22.3;1.7;17.83;0;4.58;22317
+77083;45.09183;1.6291;195;20220705;29.2;15.2;22.2;1.3;15.8;0;4.97;25296
+77083;45.09183;1.6291;195;20220706;28.4;12.4;20.4;1.8;13.87;0;5.17;25959
+77083;45.09183;1.6291;195;20220707;27.7;11.7;19.7;1.6;14.1;0;4.9;25713
+77083;45.09183;1.6291;195;20220708;28.9;12.9;20.9;1.9;14.47;0;5.24;26325
+77083;45.09183;1.6291;195;20220709;31.6;12.5;22;1.7;14.07;0;5.72;27910
+77083;45.09183;1.6291;195;20220710;32;12.9;22.4;2;14.6;0;5.9;27596
+77083;45.09183;1.6291;195;20220711;34.4;14.1;24.2;1.7;14.7;0;6.13;28109
+77083;45.09183;1.6291;195;20220712;34.2;15.2;24.7;1.5;14.6;0;5.92;27398
+77083;45.09183;1.6291;195;20220713;35.6;13.9;24.8;1.1;14.73;0;5.87;28428
+77083;45.09183;1.6291;195;20220714;35.9;15.9;25.9;1.1;16.33;.1;5.85;27588
+77083;45.09183;1.6291;195;20220715;34.7;16.1;25.4;1.3;15.9;0;5.72;26533
+77083;45.09183;1.6291;195;20220716;35.2;14.7;25;1.7;15;0;6.22;28022
+77083;45.09183;1.6291;195;20220717;37.2;14;25.6;1.7;13.17;0;6.6;28480
+77083;45.09183;1.6291;195;20220718;40.4;17;28.7;1.9;14.8;0;7.06;27612
+77083;45.09183;1.6291;195;20220719;35.3;19.8;27.5;1.8;17.8;.2;5.73;22734
+77083;45.09183;1.6291;195;20220720;28.7;19.4;24.1;2.2;18.27;.1;4.71;20367
+77083;45.09183;1.6291;195;20220721;33.1;14;23.5;1;16.03;0;5.2;26595
+77083;45.09183;1.6291;195;20220722;31.9;15.3;23.6;1.7;17.47;.1;5.04;23437
+77083;45.09183;1.6291;195;20220723;29.7;16.1;22.9;1.4;16.13;0;4.65;22828
+77083;45.09183;1.6291;195;20220724;36.9;13.5;25.2;1.1;14.83;0;5.84;28519
+77083;45.09183;1.6291;195;20220725;28.3;17.7;23;2;16.73;0;4.39;18521
+77083;45.09183;1.6291;195;20220726;26.5;15.6;21.1;1.8;14.03;0;4.45;21563
+77083;45.09183;1.6291;195;20220727;28.9;11.5;20.2;1.4;12.77;0;4.74;24648
+77083;45.09183;1.6291;195;20220728;30.3;11.1;20.7;1.3;13.33;0;4.9;25901
+77083;45.09183;1.6291;195;20220729;27.4;15.7;21.5;1.4;16.27;0;3.88;18803
+77083;45.09183;1.6291;195;20220730;31;15.7;23.3;1.5;16.5;0;4.95;24348
+77083;45.09183;1.6291;195;20220731;33.5;15.1;24.3;1.4;16.17;0;5.26;25064
+77083;45.09183;1.6291;195;20220801;34.4;15.5;24.9;1.2;15.77;0;5.28;25207
+77083;45.09183;1.6291;195;20220802;35.7;14.1;24.9;1;15.1;0;5.39;26811
+77083;45.09183;1.6291;195;20220803;38.4;16.5;27.4;1;14.9;0;5.58;26100
+77083;45.09183;1.6291;195;20220804;38;18.3;28.1;1.3;16.97;0;5.63;24833
+77083;45.09183;1.6291;195;20220805;30.7;19.1;24.9;1.9;19.5;4.2;4.45;18932
+77083;45.09183;1.6291;195;20220806;33.4;19.2;26.3;1.9;15.8;0;5.41;22756
+77083;45.09183;1.6291;195;20220807;33.6;13.8;23.7;1.7;11.8;0;5.65;25649
+77083;45.09183;1.6291;195;20220808;35;12.3;23.7;1.6;10.9;0;5.74;26322
+77083;45.09183;1.6291;195;20220809;36.8;13.6;25.2;1.5;11.27;0;5.66;25236
+77083;45.09183;1.6291;195;20220810;37.7;13.7;25.7;1.3;11.27;0;5.61;25823
+77083;45.09183;1.6291;195;20220811;38.2;15.5;26.8;1;13.1;0;5.21;24922
+77083;45.09183;1.6291;195;20220812;38.8;17;27.9;1;14.47;0;5.32;24685
+77083;45.09183;1.6291;195;20220813;37.2;16;26.6;1.3;16.6;1.9;5.27;24214
+77083;45.09183;1.6291;195;20220814;24.3;20;22.2;2;20.2;8;2.46;10158
+77083;45.09183;1.6291;195;20220815;27.4;16.2;21.8;1.1;17.5;.2;3.48;17668
+77083;45.09183;1.6291;195;20220816;28.9;13;21;1.2;17.23;11.8;3.35;17123
+77083;45.09183;1.6291;195;20220817;26.3;14.3;20.3;1.8;17;0;3.66;18984
+77083;45.09183;1.6291;195;20220818;25.7;14.6;20.1;1.8;15.77;0;3.55;17447
+77083;45.09183;1.6291;195;20220819;26.5;15.4;20.9;1.7;17.37;.8;3.31;15769
+77083;45.09183;1.6291;195;20220820;28.8;16;22.4;1.1;18.3;0;3.56;18497
+77083;45.09183;1.6291;195;20220821;27.3;13.8;20.5;1.3;16.53;0;3.4;17570
+77083;45.09183;1.6291;195;20220822;25.5;18.6;22;1.4;18.47;.5;2.82;12879
+77083;45.09183;1.6291;195;20220823;30.4;15.8;23.1;1;18.27;0;3.85;20104
+77083;45.09183;1.6291;195;20220824;35.3;15.3;25.3;1.1;16.8;0;4.56;22460
+77083;45.09183;1.6291;195;20220825;31;16.8;23.9;1.5;17.7;.3;4.02;18498
+77083;45.09183;1.6291;195;20220826;30.1;15.6;22.9;1.3;17.23;0;3.77;18487
+77083;45.09183;1.6291;195;20220827;30.8;13.5;22.1;1.2;15.3;0;3.97;20894
+77083;45.09183;1.6291;195;20220828;32.7;13.4;23;1;14.17;0;4.13;21571
+77083;45.09183;1.6291;195;20220829;34.5;13.1;23.8;1.1;14.83;1.6;4.02;19373
+77083;45.09183;1.6291;195;20220830;31.9;17;24.4;1.3;17.4;0;4.1;19707
+77083;45.09183;1.6291;195;20220831;32.5;14.2;23.4;1.2;15.57;1.3;4.03;19913
+77083;45.09183;1.6291;195;20220901;27.2;15.1;21.1;.9;17.77;.8;2.73;13997
+77083;45.09183;1.6291;195;20220902;27.1;15.4;21.3;1.1;17.93;3.5;2.88;14916
+77083;45.09183;1.6291;195;20220903;27.9;16.2;22;1;16.77;0;3.08;15883
+77083;45.09183;1.6291;195;20220904;33.3;13.4;23.4;1.3;16.2;.3;3.98;19216
+77083;45.09183;1.6291;195;20220905;34.2;16.9;25.6;2;18.1;17.8;4.59;19052
+77083;45.09183;1.6291;195;20220906;29.4;16.9;23.2;1.6;19.33;1.2;3.37;15251
+77083;45.09183;1.6291;195;20220907;26.2;16.3;21.3;1.3;17;0;2.68;12919
+77083;45.09183;1.6291;195;20220908;22.9;12.6;17.7;1.5;14.9;.6;2.47;13232
+77083;45.09183;1.6291;195;20220909;23.7;11.7;17.7;1.4;14.1;.3;2.69;14908
+77083;45.09183;1.6291;195;20220910;24.9;10.7;17.8;.8;13.4;0;2.74;17234
+77083;45.09183;1.6291;195;20220911;30.5;9.7;20.1;1.1;12.43;0;3.51;20110
+77083;45.09183;1.6291;195;20220912;36.8;11.6;24.2;1.2;14.6;0;4.16;19989
+77083;45.09183;1.6291;195;20220913;31.6;20;25.8;1.7;20.3;5.6;3.21;11996
+77083;45.09183;1.6291;195;20220914;29.9;17.8;23.9;1.4;18.43;0;3.21;14420
+77083;45.09183;1.6291;195;20220915;27.4;13.6;20.5;1.2;16.33;.2;2.82;15051
+77083;45.09183;1.6291;195;20220916;23.8;14.3;19.1;1.4;14.8;0;2.45;12915
+77083;45.09183;1.6291;195;20220917;20.5;6.7;13.6;1.6;9.1;0;2.67;16460
+77083;45.09183;1.6291;195;20220918;25.4;3.1;14.2;1.2;8.03;0;2.96;19259
+77083;45.09183;1.6291;195;20220919;25.1;3.9;14.5;1.6;8.77;0;3.14;18743
+77083;45.09183;1.6291;195;20220920;24.9;4.6;14.8;1.3;8.6;0;2.88;18236
+77083;45.09183;1.6291;195;20220921;25.4;5;15.2;.9;9;0;2.6;18018
+77083;45.09183;1.6291;195;20220922;25.5;5.7;15.6;.9;9.37;0;2.63;17511
+77083;45.09183;1.6291;195;20220923;22.9;7.1;15;1.2;11.93;.4;2.11;12625
+77083;45.09183;1.6291;195;20220924;20;13.7;16.8;1.3;14.33;2.3;1.72;9132
+77083;45.09183;1.6291;195;20220925;19;11.2;15.1;1.1;13;.6;1.65;10038
+77083;45.09183;1.6291;195;20220926;18.5;8.9;13.7;1.8;11.93;4.1;1.84;11046
+77083;45.09183;1.6291;195;20220927;15.3;11.2;13.3;2.3;13.23;8.3;1.25;6926
+77083;45.09183;1.6291;195;20220928;18.3;13.2;15.8;3;15.37;12.4;1.57;8354
+77083;45.09183;1.6291;195;20220929;16.9;10.5;13.7;1.1;12.2;1.5;1.47;8883
+77083;45.09183;1.6291;195;20220930;18.8;6.6;12.7;.9;9.97;1.4;1.71;12413
+77083;45.09183;1.6291;195;20221001;17.8;7.6;12.7;1.5;14.43;10.4;1.18;8380
+77083;45.09183;1.6291;195;20221002;21.2;15.4;18.3;1;17.07;.2;1.48;7954
+77083;45.09183;1.6291;195;20221003;23.9;11;17.4;.8;13.97;0;1.92;13179
+77083;45.09183;1.6291;195;20221004;24.4;7.9;16.2;.8;12.57;.1;1.94;14303
+77083;45.09183;1.6291;195;20221005;26.8;7.7;17.3;1.2;13;0;2.31;14575
+77083;45.09183;1.6291;195;20221006;22.6;13.5;18;.6;15.57;0;1.47;8710
+77083;45.09183;1.6291;195;20221007;25.1;10.4;17.7;.7;14.37;.6;1.8;12656
+77083;45.09183;1.6291;195;20221008;22.6;11;16.8;1;13.5;0;1.7;10773
+77083;45.09183;1.6291;195;20221009;25.3;6.7;16;1.1;11.77;0;2.02;13719
+77083;45.09183;1.6291;195;20221010;24.6;9.2;16.9;1.1;13.83;0;1.77;10647
+77083;45.09183;1.6291;195;20221011;22;12.8;17.4;.8;15.17;0;1.37;7976
+77083;45.09183;1.6291;195;20221012;23.9;13.8;18.9;.8;14.83;.8;1.61;9928
+77083;45.09183;1.6291;195;20221013;17.2;10.3;13.8;.7;14.43;9.1;1.01;6574
+77083;45.09183;1.6291;195;20221014;19.2;15.2;17.2;1.9;17.27;2.5;1.08;4810
+77083;45.09183;1.6291;195;20221015;24.2;15.3;19.8;1;16.1;0;1.62;8817
+77083;45.09183;1.6291;195;20221016;26.9;13.7;20.3;2;15.83;0;2.36;10769
+77083;45.09183;1.6291;195;20221017;24.6;18.6;21.6;1.9;16.63;0;1.96;6368
+77083;45.09183;1.6291;195;20221018;28;13.4;20.7;1.5;16.1;0;2.12;10882
+77083;45.09183;1.6291;195;20221019;26;11.7;18.9;1.5;15.47;2.9;1.82;9271
+77083;45.09183;1.6291;195;20221020;24.7;15.9;20.3;1.8;17.3;2.4;1.73;6953
+77083;45.09183;1.6291;195;20221021;23.4;15.9;19.6;1.2;16.4;1.3;1.46;6977
+77083;45.09183;1.6291;195;20221022;24.6;11.1;17.8;1.2;14.27;.1;1.62;9903
+77083;45.09183;1.6291;195;20221023;23.8;13.7;18.7;1.4;14.33;.8;1.66;6398
+77083;45.09183;1.6291;195;20221024;23;9.8;16.4;.9;12.17;.2;1.4;9639
+77083;45.09183;1.6291;195;20221025;21.9;8.2;15;1.2;12.57;.2;1.39;8371
+77083;45.09183;1.6291;195;20221026;26.3;9.6;17.9;1;13.63;0;1.55;10061
+77083;45.09183;1.6291;195;20221027;26.2;10.6;18.4;1.6;14.37;0;1.82;8377
+77083;45.09183;1.6291;195;20221028;25.3;17.3;21.3;1.5;13.93;0;1.93;6891
+77083;45.09183;1.6291;195;20221029;27.5;10.8;19.1;1.5;11.17;0;2.08;9329
+77083;45.09183;1.6291;195;20221030;24.1;8.4;16.2;1;11.8;0;1.39;8607
+77083;45.09183;1.6291;195;20221031;24.4;10.8;17.6;1.4;14.43;8.9;1.46;7691
+77083;45.09183;1.6291;195;20221101;18.1;12.4;15.2;.9;13.9;.1;.88;5490
+77083;45.09183;1.6291;195;20221102;19.4;8.9;14.1;.8;11.27;.1;.92;7742
+77083;45.09183;1.6291;195;20221103;17.1;6.9;12;1.9;11;11.1;1.13;5085
+77083;45.09183;1.6291;195;20221104;12.1;9.3;10.7;3;10.23;5.4;1.03;3553
+77083;45.09183;1.6291;195;20221105;13.8;2.4;8.1;.9;8;.1;.74;7087
+77083;45.09183;1.6291;195;20221106;15.3;1.8;8.5;.9;8.53;.6;.74;7030
+77083;45.09183;1.6291;195;20221107;20.1;6.5;13.3;1.1;10.7;0;.98;8355
+77083;45.09183;1.6291;195;20221108;20.9;8.1;14.5;2.1;12.07;6.3;1.41;6689
+77083;45.09183;1.6291;195;20221109;15.5;11.9;13.7;1;13.83;6.5;.68;3316
+77083;45.09183;1.6291;195;20221110;15.7;9.4;12.5;.9;11.63;0;.74;6048
+77083;45.09183;1.6291;195;20221111;22.3;3.6;13;1.3;10.4;.1;1.08;8660
+77083;45.09183;1.6291;195;20221112;21.7;7.1;14.4;1;11.07;.1;.97;7223
+77083;45.09183;1.6291;195;20221113;20.7;4.4;12.6;.6;10.1;0;.73;8044
+77083;45.09183;1.6291;195;20221114;14.9;8.1;11.5;1.4;11.93;6.7;.75;2866
+77083;45.09183;1.6291;195;20221115;17.1;9;13.1;1.4;12.57;5.8;.73;4285
+77083;45.09183;1.6291;195;20221116;16.9;10.4;13.6;2;12.4;3.6;.94;4862
+77083;45.09183;1.6291;195;20221117;17.3;12.6;14.9;2.4;12.6;7.4;1.16;4320
+77083;45.09183;1.6291;195;20221118;11.8;7.3;9.6;1.2;10.37;2.1;.54;3327
+77083;45.09183;1.6291;195;20221119;11.3;6.3;8.8;1;9.27;.4;.54;4185
+77083;45.09183;1.6291;195;20221120;8.4;2.6;5.5;.9;8.63;2.2;.37;3389
+77083;45.09183;1.6291;195;20221121;10.2;5.6;7.9;1.8;9.7;14.3;.55;2355
+77083;45.09183;1.6291;195;20221122;10.8;5.8;8.3;1.9;9.33;14.7;.57;4053
+77083;45.09183;1.6291;195;20221123;14.4;7.7;11.1;1.9;10.5;6.1;.77;4121
+77083;45.09183;1.6291;195;20221124;12.9;4.9;8.9;1.1;10.1;.7;.47;4369
+77083;45.09183;1.6291;195;20221125;11.3;9.1;10.2;1.1;10.77;6.8;.57;2230
+77083;45.09183;1.6291;195;20221126;9.8;3.7;6.8;1;8.63;.1;.42;3928
+77083;45.09183;1.6291;195;20221127;12.1;1.8;7;1.1;7.97;10.3;.51;5208
+77083;45.09183;1.6291;195;20221128;12.3;5.8;9.1;1.3;10.7;6.5;.48;3267
+77083;45.09183;1.6291;195;20221129;10;4.9;7.5;.7;9.1;.8;.41;3019
+77083;45.09183;1.6291;195;20221130;10.6;2.1;6.3;.9;7.57;.1;.44;4461
+77083;45.09183;1.6291;195;20221201;9.8;.1;4.9;1.3;6.7;0;.53;4750
+77083;45.09183;1.6291;195;20221202;6.4;2.8;4.6;.8;6.77;1;.51;2200
+77083;45.09183;1.6291;195;20221203;8.5;3.3;5.9;.8;7.6;3.5;.4;3662
+77083;45.09183;1.6291;195;20221204;7.2;4.4;5.8;.8;8;.8;.43;2197
+77083;45.09183;1.6291;195;20221205;9.9;.5;5.2;1.1;6.6;.1;.44;4792
+77083;45.09183;1.6291;195;20221206;9.5;-3.1;3.2;.7;5.57;0;.31;5437
+77083;45.09183;1.6291;195;20221207;8.6;-3.2;2.7;.8;5.43;.1;.32;5610
+77083;45.09183;1.6291;195;20221208;6.5;-3.5;1.5;.9;5.73;.8;.36;3900
+77083;45.09183;1.6291;195;20221209;10.4;1.8;6.1;1.1;7.67;.2;.44;3828
+77083;45.09183;1.6291;195;20221210;3.8;1.5;2.7;1.9;4.93;0;.61;3478
+77083;45.09183;1.6291;195;20221211;5.7;-7.7;-1;.7;3.9;.1;.25;5423
+77083;45.09183;1.6291;195;20221212;3.1;-6.2;-1.5;1;5.07;13.2;.25;3563
+77083;45.09183;1.6291;195;20221213;8.1;1.7;4.9;1.3;9.1;1.4;.19;2634
+77083;45.09183;1.6291;195;20221214;13.1;6.7;9.9;1.1;11.07;3.7;.4;2841
+77083;45.09183;1.6291;195;20221215;9;5;7;1.3;9.7;10;.42;1608
+77083;45.09183;1.6291;195;20221216;8.1;3;5.6;1.8;7.07;0;.56;3769
+77083;45.09183;1.6291;195;20221217;6.4;-5.8;.3;1;4.23;0;.35;5247
+77083;45.09183;1.6291;195;20221218;11.9;-5.1;3.4;1.5;5.97;0;.52;5612
+77083;45.09183;1.6291;195;20221219;17.6;7.3;12.5;3.4;10.03;0;1.38;4764
+77083;45.09183;1.6291;195;20221220;16;12;14;2.5;11.13;5.3;1.18;1885
+77083;45.09183;1.6291;195;20221221;14.1;10.6;12.3;1.7;12.33;1.8;.58;2630
+77083;45.09183;1.6291;195;20221222;14.3;10.5;12.4;2.4;13.37;15.2;.55;1965
+77083;45.09183;1.6291;195;20221223;16.6;12.8;14.7;1.5;14.57;2.4;.59;2089
+77083;45.09183;1.6291;195;20221224;17.7;11.2;14.4;1.1;12.57;0;.6;3770
+77083;45.09183;1.6291;195;20221225;18;3.9;10.9;1.2;9.53;0;.61;5646
+77083;45.09183;1.6291;195;20221226;10.8;5.9;8.4;.9;10.6;1.6;.43;1989
+77083;45.09183;1.6291;195;20221227;9.4;6.4;7.9;.9;9.97;0;.37;2172
+77083;45.09183;1.6291;195;20221228;15.1;3.5;9.3;1.2;9.23;1.5;.52;4985
+77083;45.09183;1.6291;195;20221229;10.4;6.3;8.3;1.6;10.6;15.4;.48;1803
+77083;45.09183;1.6291;195;20221230;12.7;8.4;10.5;1.4;11.37;4.4;.55;2167
+77083;45.09183;1.6291;195;20221231;16.8;7.3;12.1;1.6;11.2;0;.69;4286
+77084;45.11659;1.94474;376;20220101;17.5;7.1;12.3;1.6;7.19;0;1.19;4969
+77084;45.11659;1.94474;376;20220102;13;6.2;9.6;1.5;8.46;.4;.75;3795
+77084;45.11659;1.94474;376;20220103;10.6;6.8;8.7;1.9;10.66;.3;.37;2590
+77084;45.11659;1.94474;376;20220104;15.3;7.8;11.5;3.2;9.16;3.5;1.32;4152
+77084;45.11659;1.94474;376;20220105;4.9;.5;2.7;2.7;5.96;0;.56;3064
+77084;45.11659;1.94474;376;20220106;4.3;-3;.7;1.9;5.06;0;.44;4198
+77084;45.11659;1.94474;376;20220107;2;-2.8;-.4;1.5;5.99;5.4;.21;3267
+77084;45.11659;1.94474;376;20220108;8.9;.9;4.9;3.9;9.19;18.9;.12;4462
+77084;45.11659;1.94474;376;20220109;6.3;3.8;5.1;2.1;8.36;14.5;.37;2212
+77084;45.11659;1.94474;376;20220110;6.8;5;5.9;1.6;8.32;.1;.45;1783
+77084;45.11659;1.94474;376;20220111;8.6;-.5;4;1.9;5.16;.1;.81;4979
+77084;45.11659;1.94474;376;20220112;7.5;-2.4;2.5;1.7;4.49;0;.73;5324
+77084;45.11659;1.94474;376;20220113;8.2;-3.3;2.4;1.1;4.29;0;.56;5832
+77084;45.11659;1.94474;376;20220114;12.3;-2.5;4.9;1.5;4.12;.1;.96;6750
+77084;45.11659;1.94474;376;20220115;9.4;-2.5;3.4;1;4.49;.1;.58;6056
+77084;45.11659;1.94474;376;20220116;7.4;-4.4;1.5;1.2;4.79;0;.46;6126
+77084;45.11659;1.94474;376;20220117;9.5;-2.5;3.5;1.7;5.89;.1;.57;6250
+77084;45.11659;1.94474;376;20220118;7;-3.7;1.7;1.4;5.56;.1;.5;5871
+77084;45.11659;1.94474;376;20220119;2.1;-.9;.6;1.6;6.32;1.4;.29;2625
+77084;45.11659;1.94474;376;20220120;5.4;-.2;2.6;1.8;6.42;.1;.41;4218
+77084;45.11659;1.94474;376;20220121;4.9;-1;2;3.6;4.66;0;1;4300
+77084;45.11659;1.94474;376;20220122;7.3;-3.4;1.9;2.2;4.82;.1;.79;6191
+77084;45.11659;1.94474;376;20220123;11.9;-2.2;4.8;1.4;5.46;0;.76;7356
+77084;45.11659;1.94474;376;20220124;13.3;-.2;6.5;1.3;4.99;.1;.92;7301
+77084;45.11659;1.94474;376;20220125;11.3;-1.1;5.1;1;5.46;0;.65;7084
+77084;45.11659;1.94474;376;20220126;12.2;-1.7;5.3;1.3;5.42;.1;.76;7608
+77084;45.11659;1.94474;376;20220127;11.6;-2.7;4.5;1.5;4.79;0;.89;7835
+77084;45.11659;1.94474;376;20220128;4.8;-4.7;0;1.3;5.32;.1;.51;6286
+77084;45.11659;1.94474;376;20220129;5.5;-3.1;1.2;1.5;5.66;0;.51;6007
+77084;45.11659;1.94474;376;20220130;9.5;-.2;4.6;1.6;7.02;0;.63;6553
+77084;45.11659;1.94474;376;20220131;7.2;1.6;4.4;3;7.49;1.3;.54;4866
+77084;45.11659;1.94474;376;20220201;4;-.8;1.6;2.3;7.09;1.5;.28;4493
+77084;45.11659;1.94474;376;20220202;8;4.2;6.1;1.7;8.59;.1;.5;4026
+77084;45.11659;1.94474;376;20220203;8.9;.6;4.8;1.7;7.46;.3;.61;6348
+77084;45.11659;1.94474;376;20220204;7.8;4.2;6;1.3;9.16;4;.45;3987
+77084;45.11659;1.94474;376;20220205;9;4.2;6.6;2.2;7.42;0;.82;4801
+77084;45.11659;1.94474;376;20220206;6.6;-.1;3.2;2.6;8.09;6.2;.33;5861
+77084;45.11659;1.94474;376;20220207;10.2;6.5;8.3;3.2;8.42;.4;1.02;4297
+77084;45.11659;1.94474;376;20220208;15.3;-1.4;6.9;1.3;5.99;0;1.09;9995
+77084;45.11659;1.94474;376;20220209;15.8;1.8;8.8;2;6.09;0;1.49;9288
+77084;45.11659;1.94474;376;20220210;5.8;1.9;3.8;2.2;7.81;.2;1.4;10433
+77084;45.11659;1.94474;376;20220211;10.4;5.4;7.9;2.5;7.04;0;1.3;11233
+77084;45.11659;1.94474;376;20220212;10.9;-2.1;4.4;2.1;4.95;0;1.37;9100
+77084;45.11659;1.94474;376;20220213;14.7;2.2;8.4;5.5;7.91;6.4;1.83;10233
+77084;45.11659;1.94474;376;20220214;10.7;7.2;9;4;8.77;9.2;1.16;6000
+77084;45.11659;1.94474;376;20220215;7.6;4.2;5.9;3.6;8.31;12.2;.67;5033
+77084;45.11659;1.94474;376;20220216;11.2;6.3;8.7;3.9;11.39;16.1;.52;5653
+77084;45.11659;1.94474;376;20220217;12.4;9.9;11.2;2.9;12.79;3.4;.65;3893
+77084;45.11659;1.94474;376;20220218;12.1;9.1;10.6;2.5;11.09;1.1;.89;4228
+77084;45.11659;1.94474;376;20220219;9.4;3;6.2;1.9;7.32;0;.95;6984
+77084;45.11659;1.94474;376;20220220;8.5;1.4;4.9;2.5;8.79;7.5;.59;7417
+77084;45.11659;1.94474;376;20220221;9.5;7.4;8.4;4.1;8.89;1.5;1.09;3735
+77084;45.11659;1.94474;376;20220222;10.1;4.8;7.5;1.7;8.92;.5;.88;6445
+77084;45.11659;1.94474;376;20220223;14.9;6;10.4;1.1;8.69;0;1.22;8842
+77084;45.11659;1.94474;376;20220224;13.8;4.2;9;2;8.22;.2;1.38;9377
+77084;45.11659;1.94474;376;20220225;9.4;.6;5;2.3;6.12;0;1.23;9043
+77084;45.11659;1.94474;376;20220226;13.8;-1.5;6.2;2.2;4.56;.1;1.85;12343
+77084;45.11659;1.94474;376;20220227;14.7;.2;7.5;1.6;5.62;0;1.65;12148
+77084;45.11659;1.94474;376;20220228;15;.7;7.8;1.6;6.79;.1;1.54;12271
+77084;45.11659;1.94474;376;20220301;15.7;-.1;7.8;1.9;5.79;0;1.83;13047
+77084;45.11659;1.94474;376;20220302;10.1;3.6;6.8;1.7;8.52;1;1.01;8193
+77084;45.11659;1.94474;376;20220303;14.4;6.8;10.6;1.1;9.66;0;1.26;9068
+77084;45.11659;1.94474;376;20220304;11.6;4;7.8;2.4;9.49;.9;1.07;9195
+77084;45.11659;1.94474;376;20220305;9.1;5.6;7.4;2.7;8.79;.1;.93;6105
+77084;45.11659;1.94474;376;20220306;10.3;-.3;5;1.8;5.16;0;1.5;11284
+77084;45.11659;1.94474;376;20220307;11.3;-2.4;4.5;2;4.76;0;1.68;13124
+77084;45.11659;1.94474;376;20220308;14.5;1.2;7.8;2.6;7.02;1.1;1.9;13033
+77084;45.11659;1.94474;376;20220309;14.9;5;10;2.9;8.19;0;1.95;11283
+77084;45.11659;1.94474;376;20220310;14;6.3;10.1;2.6;8.89;1.9;1.69;9893
+77084;45.11659;1.94474;376;20220311;12.3;7.3;9.8;4.6;9.19;13.7;1.68;8018
+77084;45.11659;1.94474;376;20220312;8;6.3;7.2;3.4;9.26;4.8;.79;4556
+77084;45.11659;1.94474;376;20220313;9.3;6;7.6;3.7;7.79;19.7;1.42;6567
+77084;45.11659;1.94474;376;20220314;12.5;.4;6.5;4.4;8.26;1.8;1.55;13392
+77084;45.11659;1.94474;376;20220315;15.8;10;12.9;5.5;10.19;0;2.39;9177
+77084;45.11659;1.94474;376;20220316;16.7;9.5;13.1;2.1;10.29;0;1.93;10410
+77084;45.11659;1.94474;376;20220317;12.9;9.4;11.1;3.2;9.96;0;1.6;6616
+77084;45.11659;1.94474;376;20220318;12.9;5.6;9.3;2.7;8.54;.1;1.57;7900
+77084;45.11659;1.94474;376;20220319;16.5;7.6;12.1;3.1;7.77;0;2.78;15766
+77084;45.11659;1.94474;376;20220320;14.8;5.3;10;5.9;7.67;0;2.45;8766
+77084;45.11659;1.94474;376;20220321;15.2;6.8;11;7.2;7.47;0;3.14;13866
+77084;45.11659;1.94474;376;20220322;15.6;2.7;9.1;6.7;5.37;0;3.8;19400
+77084;45.11659;1.94474;376;20220323;16.4;1.3;8.9;4.4;4.67;0;3.6;20066
+77084;45.11659;1.94474;376;20220324;18.7;.3;9.5;3.9;4.91;0;3.83;18690
+77084;45.11659;1.94474;376;20220325;19;2.5;10.8;3.3;4.61;0;3.74;18033
+77084;45.11659;1.94474;376;20220326;19.4;1.1;10.3;3.5;5.31;0;3.8;20600
+77084;45.11659;1.94474;376;20220327;20.8;3.4;12.1;3.5;6.07;0;3.96;19600
+77084;45.11659;1.94474;376;20220328;21.1;6;13.6;4.2;5.84;0;4.37;18066
+77084;45.11659;1.94474;376;20220329;17.6;8.6;13.1;2.6;7.71;5.6;2.65;10000
+77084;45.11659;1.94474;376;20220330;12.8;7.5;10.2;1.8;10.01;4.3;1.22;6166
+77084;45.11659;1.94474;376;20220331;11.8;6.7;9.3;4;8.17;3.6;1.97;10966
+77084;45.11659;1.94474;376;20220401;5;-.4;2.3;4.9;5.47;2.7;1.69;11500
+77084;45.11659;1.94474;376;20220402;4.7;-.8;1.9;3.7;5.02;0;1.45;10233
+77084;45.11659;1.94474;376;20220403;3.8;-1.9;1;3.4;4.94;0;1.3;8850
+77084;45.11659;1.94474;376;20220404;10.6;-.2;5.2;1.6;4.97;0;2.54;22500
+77084;45.11659;1.94474;376;20220405;12.8;-1.4;5.7;1.9;6.91;0;1.92;15833
+77084;45.11659;1.94474;376;20220406;11;4.2;7.6;2.5;9.41;4;.94;5733
+77084;45.11659;1.94474;376;20220407;12;8.1;10.1;5;11.11;24.6;1.01;4666
+77084;45.11659;1.94474;376;20220408;16.2;10.1;13.1;5.9;10.44;3.1;2.62;9900
+77084;45.11659;1.94474;376;20220409;12;2.1;7;3.3;6.44;.2;2.45;17200
+77084;45.11659;1.94474;376;20220410;17.4;-1.8;7.8;3.2;5.37;0;3.64;24033
+77084;45.11659;1.94474;376;20220411;20;5;12.5;6.8;8.47;0;4.01;20066
+77084;45.11659;1.94474;376;20220412;18.7;11.3;15;5.9;8.44;0;3.85;14033
+77084;45.11659;1.94474;376;20220413;15.3;9.5;12.4;1.6;9.81;.3;1.76;7566
+77084;45.11659;1.94474;376;20220414;21.5;4.2;12.9;2;10.34;0;3.31;21666
+77084;45.11659;1.94474;376;20220415;22.6;5.4;14;2;10.61;0;3.67;23533
+77084;45.11659;1.94474;376;20220416;22.2;4.4;13.3;2.5;9.27;0;3.88;23800
+77084;45.11659;1.94474;376;20220417;21.6;1.8;11.7;2.3;7.77;0;3.89;25400
+77084;45.11659;1.94474;376;20220418;19.3;4.5;11.9;2.3;9.27;0;3.17;20866
+77084;45.11659;1.94474;376;20220419;16.7;3.6;10.2;2.2;10.27;4.2;2.37;16800
+77084;45.11659;1.94474;376;20220420;14.7;8.3;11.5;1.4;10.94;7.3;1.49;7966
+77084;45.11659;1.94474;376;20220421;16.6;8.3;12.5;1.7;11.11;3.8;1.84;10266
+77084;45.11659;1.94474;376;20220422;19.6;6.1;12.8;1.9;10.67;.2;2.9;18233
+77084;45.11659;1.94474;376;20220423;17.1;9.7;13.4;3.9;10.41;30.8;2.39;8066
+77084;45.11659;1.94474;376;20220424;14.9;7.4;11.1;2.9;11.04;10.4;1.23;4866
+77084;45.11659;1.94474;376;20220425;16;7.2;11.6;1.7;10.07;0;2.35;15166
+77084;45.11659;1.94474;376;20220426;19.5;5.3;12.4;1.8;9.24;0;3.73;26000
+77084;45.11659;1.94474;376;20220427;21.8;5.5;13.7;2.1;10.11;0;3.84;24033
+77084;45.11659;1.94474;376;20220428;22.2;7.7;15;2.1;12.17;.3;3.38;19933
+77084;45.11659;1.94474;376;20220429;21;9.4;15.2;2.2;12.44;2.1;2.62;12966
+77084;45.11659;1.94474;376;20220430;20.2;6.9;13.5;2.1;10.27;0;3.67;23200
+77084;45.11659;1.94474;376;20220501;18.8;3.1;11;1.6;8.54;0;3.39;23933
+77084;45.11659;1.94474;376;20220502;19.8;4.8;12.3;1.7;9.04;0;3.49;22500
+77084;45.11659;1.94474;376;20220503;20;7.1;13.5;1.5;11.41;4.3;2.68;15466
+77084;45.11659;1.94474;376;20220504;18.5;8.9;13.7;1.5;11.47;.9;2.76;17333
+77084;45.11659;1.94474;376;20220505;19;6.2;12.6;2.3;9.87;0;3.37;21333
+77084;45.11659;1.94474;376;20220506;19;6.5;12.7;2.5;10.12;0;3.43;21267
+77084;45.11659;1.94474;376;20220507;21.2;8;14.6;2.5;10.46;0;3.84;22010
+77084;45.11659;1.94474;376;20220508;22.7;8.2;15.5;2;10.49;0;4.1;23129
+77084;45.11659;1.94474;376;20220509;24.9;10;17.5;1.3;10.86;0;4.18;23605
+77084;45.11659;1.94474;376;20220510;26;11.1;18.5;1.4;11.42;0;4.39;23758
+77084;45.11659;1.94474;376;20220511;28.3;12.2;20.2;1.9;12.32;0;5.02;24825
+77084;45.11659;1.94474;376;20220512;20.9;12.1;16.5;1.3;15.36;1.3;3.02;17883
+77084;45.11659;1.94474;376;20220513;23.7;14.6;19.2;1.2;16.46;0;3.43;18532
+77084;45.11659;1.94474;376;20220514;27.4;11.9;19.7;1.2;14.86;0;4.44;24609
+77084;45.11659;1.94474;376;20220515;27.6;15.4;21.5;2.2;14.46;4.1;4.8;21745
+77084;45.11659;1.94474;376;20220516;26.4;13.4;19.9;1.5;15.49;.1;4.26;22457
+77084;45.11659;1.94474;376;20220517;29.8;13.1;21.5;1.5;14.99;0;5.08;25870
+77084;45.11659;1.94474;376;20220518;30.9;15.4;23.2;1.7;16.16;1;5.28;25036
+77084;45.11659;1.94474;376;20220519;28.1;16.7;22.4;2.3;16.49;.1;4.79;21327
+77084;45.11659;1.94474;376;20220520;28.8;17;22.9;2.5;13.79;.1;5.29;21671
+77084;45.11659;1.94474;376;20220521;31.5;15.1;23.3;1.2;17.89;0;5.14;25835
+77084;45.11659;1.94474;376;20220522;30.4;18.1;24.2;1.4;20.19;2.3;4.74;22499
+77084;45.11659;1.94474;376;20220523;18.8;15.6;17.2;2.8;16.26;4.4;2.35;11104
+77084;45.11659;1.94474;376;20220524;18.1;10.4;14.2;1.9;12.39;2;2.96;17467
+77084;45.11659;1.94474;376;20220525;18.5;7.4;13;2.2;10.86;.1;3.41;21518
+77084;45.11659;1.94474;376;20220526;18;8.5;13.2;2.3;11.89;0;3.12;19827
+77084;45.11659;1.94474;376;20220527;23.6;9.4;16.5;2.8;13.12;.1;4.39;24481
+77084;45.11659;1.94474;376;20220528;24.6;10.4;17.5;2.6;10.86;0;4.9;24478
+77084;45.11659;1.94474;376;20220529;21.6;7.9;14.7;2.5;8.32;0;4.54;24189
+77084;45.11659;1.94474;376;20220530;23;6.1;14.5;1.4;8.22;.2;4.49;26947
+77084;45.11659;1.94474;376;20220531;22.4;11;16.7;1.2;10.62;2;3.95;22108
+77084;45.11659;1.94474;376;20220601;27.3;11.6;19.4;1.6;12.99;7.7;4.95;26021
+77084;45.11659;1.94474;376;20220602;26.8;15.4;21.1;1.8;17.02;5.5;4.42;21915
+77084;45.11659;1.94474;376;20220603;29.3;15.9;22.6;2.1;16.36;20.1;5.21;24115
+77084;45.11659;1.94474;376;20220604;27.1;13.2;20.2;2.1;18.62;11.1;4.58;24723
+77084;45.11659;1.94474;376;20220605;21.1;15.4;18.2;1.9;16.89;1.1;2.94;15385
+77084;45.11659;1.94474;376;20220606;23.6;12.2;17.9;1;15.52;.2;3.86;22092
+77084;45.11659;1.94474;376;20220607;21.9;13.9;17.9;1.7;14.32;3.3;3.58;18680
+77084;45.11659;1.94474;376;20220608;17.5;12.2;14.8;2;14.52;5.4;2.55;15126
+77084;45.11659;1.94474;376;20220609;18.4;11.4;14.9;1.9;13.56;.2;2.95;17569
+77084;45.11659;1.94474;376;20220610;25.7;11.2;18.5;1.7;14.16;0;4.65;25511
+77084;45.11659;1.94474;376;20220611;29.9;13.4;21.6;1.5;13.72;0;5.49;27402
+77084;45.11659;1.94474;376;20220612;28.4;15.5;21.9;1.2;17.16;.4;4.72;24033
+77084;45.11659;1.94474;376;20220613;28.4;17.1;22.8;1.6;18.09;0;4.71;22587
+77084;45.11659;1.94474;376;20220614;32.4;15.1;23.7;1.3;16.26;.5;5.74;28194
+77084;45.11659;1.94474;376;20220615;31.5;19.1;25.3;2.1;18.82;.1;5.52;23627
+77084;45.11659;1.94474;376;20220616;32.8;17.5;25.2;1.5;19.09;.1;5.67;26457
+77084;45.11659;1.94474;376;20220617;35.4;19.1;27.2;1.7;17.09;0;6.39;27370
+77084;45.11659;1.94474;376;20220618;36.5;19.8;28.2;2.4;14.46;0;7.33;27587
+77084;45.11659;1.94474;376;20220619;33.3;21;27.1;3.4;15.16;.3;7.04;23632
+77084;45.11659;1.94474;376;20220620;29.5;17.1;23.3;1.9;18.86;.7;4.97;23514
+77084;45.11659;1.94474;376;20220621;27.1;19;23;2;19.96;15.9;4.2;19121
+77084;45.11659;1.94474;376;20220622;25.8;16.6;21.2;2;17.79;3.7;4.19;20304
+77084;45.11659;1.94474;376;20220623;23.8;15.1;19.4;1.4;17.76;24.9;3.68;19702
+77084;45.11659;1.94474;376;20220624;21.6;15.4;18.5;2;16.62;2.7;3.17;16287
+77084;45.11659;1.94474;376;20220625;23.9;12.8;18.3;2.1;15.46;10.8;4.14;22254
+77084;45.11659;1.94474;376;20220626;16.9;13.2;15;2.3;16.06;16.4;2.08;12572
+77084;45.11659;1.94474;376;20220627;21.5;13.7;17.6;2.5;14.72;.2;3.59;18565
+77084;45.11659;1.94474;376;20220628;23.6;11.2;17.4;2;12.79;0;4.41;23695
+77084;45.11659;1.94474;376;20220629;26;11.6;18.8;1.5;14.02;5.3;4.67;25549
+77084;45.11659;1.94474;376;20220630;14.1;13.3;13.7;2.3;15.09;5.7;1;4534
+77084;45.11659;1.94474;376;20220701;21.1;10.6;15.8;1.5;12.62;.1;3.71;21482
+77084;45.11659;1.94474;376;20220702;28.5;10.4;19.4;1.5;12.86;0;5.32;28504
+77084;45.11659;1.94474;376;20220703;27.9;14.5;21.2;1.8;15.62;1.2;4.95;24520
+77084;45.11659;1.94474;376;20220704;26.3;15.8;21;2;17.26;1.4;4.39;21532
+77084;45.11659;1.94474;376;20220705;27.4;14.9;21.2;2;15.22;0;4.88;23530
+77084;45.11659;1.94474;376;20220706;27.1;13.1;20.1;2.4;13.09;0;5.22;24815
+77084;45.11659;1.94474;376;20220707;25.9;12.6;19.3;2.7;13.39;.1;5.02;24192
+77084;45.11659;1.94474;376;20220708;27.8;13.4;20.6;2.5;13.79;0;5.34;25053
+77084;45.11659;1.94474;376;20220709;30.1;13.6;21.9;2;13.19;.1;5.65;26665
+77084;45.11659;1.94474;376;20220710;30.3;14.7;22.5;1.9;13.69;0;5.62;26031
+77084;45.11659;1.94474;376;20220711;33.3;16;24.6;2;13.79;0;6.29;27473
+77084;45.11659;1.94474;376;20220712;32.6;17.8;25.2;2.1;13.59;0;6.13;25302
+77084;45.11659;1.94474;376;20220713;33.9;16.7;25.3;1.7;13.22;0;6.17;27239
+77084;45.11659;1.94474;376;20220714;34.3;17.8;26;1.7;15.16;.2;6.14;26696
+77084;45.11659;1.94474;376;20220715;33;18;25.5;1.7;14.86;0;5.79;25270
+77084;45.11659;1.94474;376;20220716;33.7;16.7;25.2;2;14.09;0;6.26;26804
+77084;45.11659;1.94474;376;20220717;35.4;16.6;26;2;12.32;0;6.65;27837
+77084;45.11659;1.94474;376;20220718;38.3;19.7;29;2.2;13.92;0;7.24;27386
+77084;45.11659;1.94474;376;20220719;34.6;22.4;28.5;2.5;16.79;.9;6.35;22284
+77084;45.11659;1.94474;376;20220720;26.7;18;22.3;2.5;18.09;.1;4.23;18610
+77084;45.11659;1.94474;376;20220721;31.5;14;22.8;1.5;15.52;.1;5.39;26761
+77084;45.11659;1.94474;376;20220722;30.2;16.5;23.4;2;16.69;0;5.2;23745
+77084;45.11659;1.94474;376;20220723;27.9;15.2;21.5;1.6;15.72;0;4.58;22509
+77084;45.11659;1.94474;376;20220724;35.5;15.8;25.6;1.3;14.32;0;5.98;27955
+77084;45.11659;1.94474;376;20220725;26.7;17.5;22.1;2.3;16.09;.1;4.38;19034
+77084;45.11659;1.94474;376;20220726;24.5;14.9;19.7;2.3;13.79;0;4.17;19330
+77084;45.11659;1.94474;376;20220727;27;12.1;19.5;2;12.42;0;4.83;24173
+77084;45.11659;1.94474;376;20220728;28.6;12.2;20.4;1.3;12.69;0;4.81;25191
+77084;45.11659;1.94474;376;20220729;25.7;16;20.9;1.6;15.52;0;3.99;19268
+77084;45.11659;1.94474;376;20220730;29.4;15.7;22.6;2.1;15.89;0;4.96;22851
+77084;45.11659;1.94474;376;20220731;32.1;16.1;24.1;2;15.42;0;5.54;24645
+77084;45.11659;1.94474;376;20220801;32.8;16.6;24.7;2;15.02;0;5.65;24636
+77084;45.11659;1.94474;376;20220802;33.7;16.8;25.2;1.7;14.42;0;5.65;25127
+77084;45.11659;1.94474;376;20220803;36.7;19.6;28.2;1.6;13.86;0;5.97;25059
+77084;45.11659;1.94474;376;20220804;36.3;20.8;28.5;1.7;15.79;0;5.84;23771
+77084;45.11659;1.94474;376;20220805;28.7;18.3;23.5;2.3;18.96;4.2;4.42;19168
+77084;45.11659;1.94474;376;20220806;31.4;18.5;24.9;2.4;15.39;0;5.33;21278
+77084;45.11659;1.94474;376;20220807;32;14.7;23.4;2.1;11.26;0;5.69;24790
+77084;45.11659;1.94474;376;20220808;33.1;15.3;24.2;1.8;10.39;0;5.67;24842
+77084;45.11659;1.94474;376;20220809;34.5;16.5;25.5;1.7;10.46;0;5.67;24698
+77084;45.11659;1.94474;376;20220810;35.9;17.7;26.8;1.8;10.32;0;5.95;24519
+77084;45.11659;1.94474;376;20220811;36.4;18.5;27.4;1.7;12.29;0;5.84;24481
+77084;45.11659;1.94474;376;20220812;36.8;19.6;28.2;1.6;13.62;0;5.77;24191
+77084;45.11659;1.94474;376;20220813;35.7;17.5;26.6;1.3;15.39;3.9;5.33;24607
+77084;45.11659;1.94474;376;20220814;22.3;18.9;20.6;2.2;19.42;7.8;2.33;10057
+77084;45.11659;1.94474;376;20220815;25.4;15.3;20.4;1.5;16.96;.2;3.46;17843
+77084;45.11659;1.94474;376;20220816;27.5;14.7;21.1;1.9;16.56;14.5;4.08;20069
+77084;45.11659;1.94474;376;20220817;24.5;13.8;19.1;2.1;16.72;0;3.44;18325
+77084;45.11659;1.94474;376;20220818;23.9;13.7;18.8;2.1;15.29;.5;3.44;17671
+77084;45.11659;1.94474;376;20220819;24.5;14.9;19.7;2.1;17.09;.3;3.3;17038
+77084;45.11659;1.94474;376;20220820;26.6;16;21.3;1.7;17.62;.1;3.57;17856
+77084;45.11659;1.94474;376;20220821;25.4;14.6;20;1.8;16.12;0;3.49;17904
+77084;45.11659;1.94474;376;20220822;23.7;17;20.4;1.5;17.66;.2;2.78;13727
+77084;45.11659;1.94474;376;20220823;28.8;15.5;22.1;1.5;17.72;.1;3.89;19603
+77084;45.11659;1.94474;376;20220824;33.5;17.2;25.3;1.5;16.12;0;4.71;21680
+77084;45.11659;1.94474;376;20220825;28.9;18.5;23.7;2;16.99;.5;4.09;17098
+77084;45.11659;1.94474;376;20220826;28.5;15.7;22.1;2;16.86;.2;4.02;18804
+77084;45.11659;1.94474;376;20220827;28.9;14.3;21.6;1.5;14.76;.1;3.98;19978
+77084;45.11659;1.94474;376;20220828;31;15.3;23.2;1.5;13.76;0;4.34;20655
+77084;45.11659;1.94474;376;20220829;33.2;16.4;24.8;1.5;14.46;1.9;4.65;21287
+77084;45.11659;1.94474;376;20220830;29.8;17;23.4;1.6;17.06;0;3.94;18064
+77084;45.11659;1.94474;376;20220831;30.7;15.1;22.9;1.6;15.02;2.4;4.25;20107
+77084;45.11659;1.94474;376;20220901;25.9;15.7;20.8;1.4;17.29;0;3.09;15851
+77084;45.11659;1.94474;376;20220902;25.4;15.7;20.6;1.4;17.69;11.1;2.93;15375
+77084;45.11659;1.94474;376;20220903;26;15.2;20.6;1.5;16.39;.2;3.13;16020
+77084;45.11659;1.94474;376;20220904;31.6;14.9;23.2;1.8;15.76;.3;4.33;20162
+77084;45.11659;1.94474;376;20220905;32.5;18.7;25.6;2.5;17.89;22.8;4.68;18108
+77084;45.11659;1.94474;376;20220906;28.1;17;22.5;2.1;18.46;2.3;3.53;15876
+77084;45.11659;1.94474;376;20220907;25;15.1;20.1;1.7;16.36;.1;2.96;14775
+77084;45.11659;1.94474;376;20220908;21.1;12.5;16.8;1.6;14.56;1.6;2.41;13655
+77084;45.11659;1.94474;376;20220909;22.3;12.9;17.6;1.8;14.12;.3;2.68;14306
+77084;45.11659;1.94474;376;20220910;23.3;11.2;17.2;1;13.09;0;2.67;16054
+77084;45.11659;1.94474;376;20220911;29.6;11.4;20.5;1.3;11.86;0;3.66;19766
+77084;45.11659;1.94474;376;20220912;35.4;16.8;26.1;2.1;13.99;0;4.95;19242
+77084;45.11659;1.94474;376;20220913;30.2;19.6;24.9;2.5;19.62;6.1;3.77;14584
+77084;45.11659;1.94474;376;20220914;28.1;17;22.5;1.7;17.82;.5;3.17;14800
+77084;45.11659;1.94474;376;20220915;26;14;20;1.5;15.86;.2;2.91;15210
+77084;45.11659;1.94474;376;20220916;21.7;14.5;18.1;2;14.42;0;2.41;11558
+77084;45.11659;1.94474;376;20220917;18.5;7.3;12.9;2.2;8.92;0;2.58;14477
+77084;45.11659;1.94474;376;20220918;23.1;3.7;13.4;1.3;7.66;0;2.91;19024
+77084;45.11659;1.94474;376;20220919;23.2;6.2;14.7;1.7;8.46;0;3.02;17488
+77084;45.11659;1.94474;376;20220920;22.6;6.4;14.5;1.6;8.29;0;2.89;16947
+77084;45.11659;1.94474;376;20220921;23.2;7.4;15.3;1.4;8.56;0;2.8;16622
+77084;45.11659;1.94474;376;20220922;24.4;8.4;16.4;1.3;9.29;0;2.83;16585
+77084;45.11659;1.94474;376;20220923;22.1;9.6;15.9;1.4;11.72;1.3;2.42;14342
+77084;45.11659;1.94474;376;20220924;18.6;12;15.3;1.3;13.76;3.8;1.71;10078
+77084;45.11659;1.94474;376;20220925;17.2;10.2;13.7;1.4;12.59;1.1;1.64;10224
+77084;45.11659;1.94474;376;20220926;17.1;7.9;12.5;2.5;11.39;5;1.88;11667
+77084;45.11659;1.94474;376;20220927;14.1;10.1;12.1;2.8;12.66;11.8;1.22;7414
+77084;45.11659;1.94474;376;20220928;17.3;12.1;14.7;3.7;14.69;18.4;1.53;8338
+77084;45.11659;1.94474;376;20220929;15.1;9.7;12.4;1.6;11.79;1.3;1.4;8624
+77084;45.11659;1.94474;376;20220930;17;5.9;11.4;1.5;9.76;1;1.76;12375
+77084;45.11659;1.94474;376;20221001;16.9;8;12.4;2;13.72;13.8;1.39;10935
+77084;45.11659;1.94474;376;20221002;19.5;14.3;16.9;1.5;16.19;.2;1.47;7989
+77084;45.11659;1.94474;376;20221003;21.8;11;16.4;1.4;13.52;.1;1.97;11807
+77084;45.11659;1.94474;376;20221004;22.9;8.8;15.8;1;12.22;.1;1.97;13447
+77084;45.11659;1.94474;376;20221005;25;10.4;17.7;1.8;12.89;0;2.48;13571
+77084;45.11659;1.94474;376;20221006;20.9;13.9;17.4;1;15.19;.1;1.55;9041
+77084;45.11659;1.94474;376;20221007;23.5;11.5;17.5;1.2;14.06;.1;1.95;11933
+77084;45.11659;1.94474;376;20221008;20.8;11.9;16.4;1.3;13.59;.1;1.68;9978
+77084;45.11659;1.94474;376;20221009;23.5;9.1;16.3;1.8;11.72;.1;2.21;12832
+77084;45.11659;1.94474;376;20221010;23;11.5;17.2;1.7;13.72;0;1.99;11171
+77084;45.11659;1.94474;376;20221011;20.4;13.4;16.9;1.3;14.96;.9;1.48;8414
+77084;45.11659;1.94474;376;20221012;21.8;13.4;17.6;1;14.82;.8;1.54;9216
+77084;45.11659;1.94474;376;20221013;16.4;10.9;13.6;1.1;14.29;11.1;1.04;7158
+77084;45.11659;1.94474;376;20221014;17.8;14;15.9;2.6;16.76;3.6;1.02;5697
+77084;45.11659;1.94474;376;20221015;22.5;14;18.2;1.4;15.76;.1;1.56;8662
+77084;45.11659;1.94474;376;20221016;25.4;14.5;19.9;2.6;15.56;0;2.39;10059
+77084;45.11659;1.94474;376;20221017;23.1;17.4;20.2;2.4;16.36;.1;1.99;6958
+77084;45.11659;1.94474;376;20221018;26.5;14.8;20.7;2;15.99;.1;2.21;10178
+77084;45.11659;1.94474;376;20221019;24.4;14.1;19.3;2.1;14.92;3.3;2.04;9392
+77084;45.11659;1.94474;376;20221020;22.8;15.5;19.2;2.7;17.22;3;1.77;7647
+77084;45.11659;1.94474;376;20221021;21.8;15.3;18.6;1.7;16.02;4.7;1.51;7075
+77084;45.11659;1.94474;376;20221022;23.1;12.2;17.6;1.8;14.02;.2;1.78;9210
+77084;45.11659;1.94474;376;20221023;22.5;14.7;18.6;2.4;13.92;1;2.05;7602
+77084;45.11659;1.94474;376;20221024;21.1;12.1;16.6;1.2;12.22;.1;1.45;8091
+77084;45.11659;1.94474;376;20221025;21.5;10.5;16;1.6;12.39;.2;1.61;8890
+77084;45.11659;1.94474;376;20221026;24.1;11.6;17.9;1.5;13.72;.1;1.63;9460
+77084;45.11659;1.94474;376;20221027;25.4;13.4;19.4;2.3;14.56;0;2.07;9069
+77084;45.11659;1.94474;376;20221028;24.1;16.9;20.5;2;13.46;.2;2.09;6724
+77084;45.11659;1.94474;376;20221029;26.2;15.3;20.8;2.2;10.06;0;2.66;8401
+77084;45.11659;1.94474;376;20221030;22.3;12;17.2;1.7;11.56;0;1.72;7938
+77084;45.11659;1.94474;376;20221031;23;12.5;17.7;2.3;14.22;15.7;1.73;8003
+77084;45.11659;1.94474;376;20221101;16.6;11.9;14.2;1.3;13.39;.1;.91;5001
+77084;45.11659;1.94474;376;20221102;17.8;9.1;13.4;1.1;11.36;.1;.99;6923
+77084;45.11659;1.94474;376;20221103;15;9.1;12;2.3;10.82;10.4;1.13;5494
+77084;45.11659;1.94474;376;20221104;10.2;7.6;8.9;4;10.06;9.1;.79;3232
+77084;45.11659;1.94474;376;20221105;12.5;2.7;7.6;1.3;7.96;0;.81;7086
+77084;45.11659;1.94474;376;20221106;14.4;2.8;8.6;1.6;8.42;.2;.94;7646
+77084;45.11659;1.94474;376;20221107;18.8;7.3;13;1.8;10.59;0;1.19;7523
+77084;45.11659;1.94474;376;20221108;19;9.7;14.4;2.6;11.92;5;1.43;6674
+77084;45.11659;1.94474;376;20221109;14.4;11.6;13;1.4;13.42;8.9;.68;3122
+77084;45.11659;1.94474;376;20221110;14.7;8.5;11.6;1.2;11.19;.1;.74;5113
+77084;45.11659;1.94474;376;20221111;20.8;6.6;13.7;2.2;10.72;0;1.34;8054
+77084;45.11659;1.94474;376;20221112;21;10.3;15.7;1.5;11.02;.1;1.26;6821
+77084;45.11659;1.94474;376;20221113;20.3;8.2;14.3;1.2;9.82;0;1.12;7196
+77084;45.11659;1.94474;376;20221114;14.3;10;12.2;1.9;11.76;7.5;.85;3853
+77084;45.11659;1.94474;376;20221115;15.8;8.6;12.2;1.8;12.42;4.1;.71;5215
+77084;45.11659;1.94474;376;20221116;15.3;9.7;12.5;2.5;12.12;3.7;.87;4413
+77084;45.11659;1.94474;376;20221117;14.9;11.3;13.1;3.1;12.32;6.3;.97;3260
+77084;45.11659;1.94474;376;20221118;10.4;7.1;8.8;1.7;10.19;1.2;.54;3098
+77084;45.11659;1.94474;376;20221119;9.5;5.4;7.4;1.5;8.92;.4;.54;3562
+77084;45.11659;1.94474;376;20221120;7.4;2.3;4.8;1.4;8.39;1.6;.35;3954
+77084;45.11659;1.94474;376;20221121;9.2;5;7.1;2.2;9.32;12.7;.48;3475
+77084;45.11659;1.94474;376;20221122;8.8;4.5;6.7;2.7;9.02;13.9;.49;3514
+77084;45.11659;1.94474;376;20221123;12.6;6.6;9.6;2.3;10.22;7.7;.66;4181
+77084;45.11659;1.94474;376;20221124;11.1;5.1;8.1;1.7;10.12;1;.42;4178
+77084;45.11659;1.94474;376;20221125;9.7;8.1;8.9;1.4;10.46;7.1;.52;1821
+77084;45.11659;1.94474;376;20221126;9.6;3.2;6.4;1.5;8.39;0;.48;4211
+77084;45.11659;1.94474;376;20221127;12.5;4;8.3;1.9;7.02;10.1;1;4944
+77084;45.11659;1.94474;376;20221128;10.6;6.5;8.6;1.9;10.19;6.2;.51;3158
+77084;45.11659;1.94474;376;20221129;8.2;4.7;6.4;1.5;8.79;.1;.42;2862
+77084;45.11659;1.94474;376;20221130;9.2;1.3;5.3;1.6;7.22;0;.51;4598
+77084;45.11659;1.94474;376;20221201;7.9;.6;4.2;1.4;6.82;0;.45;4269
+77084;45.11659;1.94474;376;20221202;4.7;2.9;3.8;.8;6.69;.9;.48;1512
+77084;45.11659;1.94474;376;20221203;7.3;2.2;4.8;1.1;7.32;2.7;.43;3428
+77084;45.11659;1.94474;376;20221204;5.8;3.2;4.5;.8;7.69;1.7;.39;2037
+77084;45.11659;1.94474;376;20221205;8.8;.1;4.5;1.8;6.52;0;.58;4548
+77084;45.11659;1.94474;376;20221206;9.5;-1.5;4;1.2;5.46;0;.54;5282
+77084;45.11659;1.94474;376;20221207;7.9;-1.4;3.3;1.5;5.56;.1;.51;4705
+77084;45.11659;1.94474;376;20221208;6.7;-1.9;2.4;1.7;5.59;.7;.5;4493
+77084;45.11659;1.94474;376;20221209;8.4;3.7;6.1;1.6;7.96;.4;.49;3059
+77084;45.11659;1.94474;376;20221210;1.8;-.5;.7;2.7;4.99;0;.62;1882
+77084;45.11659;1.94474;376;20221211;4.5;-8.3;-1.9;1.2;3.72;.1;.38;5494
+77084;45.11659;1.94474;376;20221212;2.8;-4.4;-.8;1.7;4.76;16.6;.37;3998
+77084;45.11659;1.94474;376;20221213;7.5;1.2;4.3;2;8.96;1;.1;3598
+77084;45.11659;1.94474;376;20221214;11.2;6.9;9.1;1.9;11.06;3.3;.3;2900
+77084;45.11659;1.94474;376;20221215;9.2;6;7.6;1.9;9.59;11.6;.46;2321
+77084;45.11659;1.94474;376;20221216;6.4;2.8;4.6;1.8;7.02;0;.52;2537
+77084;45.11659;1.94474;376;20221217;6.1;-3.5;1.3;1.5;3.99;.1;.56;4633
+77084;45.11659;1.94474;376;20221218;11.1;-2.8;4.1;2.6;5.72;0;.82;5672
+77084;45.11659;1.94474;376;20221219;15.9;7;11.5;4;9.79;0;1.32;4428
+77084;45.11659;1.94474;376;20221220;14.4;10.5;12.4;2.5;10.86;5.1;.97;2662
+77084;45.11659;1.94474;376;20221221;12.4;9.2;10.8;2.3;11.86;1.7;.5;2234
+77084;45.11659;1.94474;376;20221222;12.5;9.7;11.1;3.4;12.96;19.7;.39;2119
+77084;45.11659;1.94474;376;20221223;15;11.9;13.4;2.4;14.09;3.3;.55;2288
+77084;45.11659;1.94474;376;20221224;15.8;10.4;13.1;1.4;12.29;0;.61;3257
+77084;45.11659;1.94474;376;20221225;16.5;7;11.8;2.2;9.49;0;1.01;4588
+77084;45.11659;1.94474;376;20221226;10.5;7.1;8.8;1.5;10.39;2.3;.43;2380
+77084;45.11659;1.94474;376;20221227;10.6;5.5;8.1;1.1;9.56;0;.41;3078
+77084;45.11659;1.94474;376;20221228;14.3;4.3;9.3;2;9.29;.3;.65;4677
+77084;45.11659;1.94474;376;20221229;10;6.4;8.2;2.2;10.19;15;.44;2451
+77084;45.11659;1.94474;376;20221230;11.7;7.5;9.6;2.2;11.06;5.1;.48;2810
+77084;45.11659;1.94474;376;20221231;16;8.8;12.4;1.9;10.92;0;.83;3988
+77085;45.1404;2.26063;562;20220101;20;9.2;14.6;1.6;5.91;0;1.34;5372
+77085;45.1404;2.26063;562;20220102;14;8.6;11.3;1.7;7.66;.1;1.03;3461
+77085;45.1404;2.26063;562;20220103;10.5;8.1;9.3;2.6;10.21;.1;.57;1998
+77085;45.1404;2.26063;562;20220104;14.5;9.7;12.1;4.1;8.56;5.6;1.69;3346
+77085;45.1404;2.26063;562;20220105;2.9;0;1.4;3.3;5.51;0;.53;2353
+77085;45.1404;2.26063;562;20220106;3;-.7;1.1;2.4;4.81;0;.63;2948
+77085;45.1404;2.26063;562;20220107;1.4;-2.7;-.6;1.5;5.71;6.4;.18;3137
+77085;45.1404;2.26063;562;20220108;6.6;1.9;4.3;4;8.56;15.6;.05;3419
+77085;45.1404;2.26063;562;20220109;4.6;2.6;3.6;2.2;7.56;9.6;.31;1840
+77085;45.1404;2.26063;562;20220110;5.2;3.3;4.2;2.1;6.96;0;.49;2087
+77085;45.1404;2.26063;562;20220111;6.7;-1;2.9;3.5;4.71;0;1;4758
+77085;45.1404;2.26063;562;20220112;5.8;-2;1.9;3.1;4.16;0;.98;4869
+77085;45.1404;2.26063;562;20220113;7.8;-1.4;3.2;1.6;3.76;0;.86;5406
+77085;45.1404;2.26063;562;20220114;12.7;.5;6.6;1.5;3.31;0;1.05;6440
+77085;45.1404;2.26063;562;20220115;9.2;1.4;5.3;1.1;3.91;0;.75;5103
+77085;45.1404;2.26063;562;20220116;6.8;-2.3;2.2;1.5;4.51;0;.62;5553
+77085;45.1404;2.26063;562;20220117;8.6;-.4;4.1;3.6;5.86;0;.91;5555
+77085;45.1404;2.26063;562;20220118;7;-.9;3;1.8;5.36;.1;.7;5260
+77085;45.1404;2.26063;562;20220119;.5;-2.2;-.9;1.4;5.76;1;.23;2805
+77085;45.1404;2.26063;562;20220120;3.5;-.6;1.5;2.5;5.91;0;.42;3620
+77085;45.1404;2.26063;562;20220121;3;-.8;1.1;4.6;4.31;0;1.03;3559
+77085;45.1404;2.26063;562;20220122;5.6;-2.2;1.7;3.3;4.51;0;.91;5362
+77085;45.1404;2.26063;562;20220123;11.7;-1.6;5;2.1;5.21;0;1.09;7522
+77085;45.1404;2.26063;562;20220124;11.4;2.7;7.1;1.3;4.56;0;1.03;7444
+77085;45.1404;2.26063;562;20220125;11.3;.6;6;1.5;4.89;0;.92;7233
+77085;45.1404;2.26063;562;20220126;11.2;-.5;5.3;1.6;4.91;0;.97;7386
+77085;45.1404;2.26063;562;20220127;11.8;-.8;5.5;1.6;4.26;0;1.15;7621
+77085;45.1404;2.26063;562;20220128;7.1;-1.7;2.7;2.1;5.06;0;.9;6566
+77085;45.1404;2.26063;562;20220129;8.8;-4.3;2.2;1.7;5.41;0;.73;7857
+77085;45.1404;2.26063;562;20220130;9.5;-1.8;3.9;2.6;6.91;0;.78;7158
+77085;45.1404;2.26063;562;20220131;5.3;.6;2.9;2.7;6.81;1.6;.45;4631
+77085;45.1404;2.26063;562;20220201;2.5;-.9;.8;2;6.41;1.5;.27;3922
+77085;45.1404;2.26063;562;20220202;6.5;2.7;4.6;1.8;8.26;.2;.41;4432
+77085;45.1404;2.26063;562;20220203;11.3;-.5;5.4;1.8;6.76;.2;.86;8197
+77085;45.1404;2.26063;562;20220204;6.6;3.3;5;1.4;8.51;3.3;.39;4007
+77085;45.1404;2.26063;562;20220205;8.7;4.5;6.6;2;6.86;0;.9;4880
+77085;45.1404;2.26063;562;20220206;4.7;.2;2.4;2.3;7.51;6;.24;5107
+77085;45.1404;2.26063;562;20220207;8.6;4.9;6.7;3;7.46;.3;.96;4477
+77085;45.1404;2.26063;562;20220208;14.3;-.7;6.8;2.2;5.61;0;1.45;9865
+77085;45.1404;2.26063;562;20220209;14.1;4.1;9.1;2.5;5.81;0;1.69;8178
+77085;45.1404;2.26063;562;20220210;9.3;4;6.7;2.4;7.36;.7;1.46;10500
+77085;45.1404;2.26063;562;20220211;9.9;4.9;7.4;2.5;6.66;0;1.22;10066
+77085;45.1404;2.26063;562;20220212;9.5;-2.6;3.4;2.9;4.87;0;1.38;7850
+77085;45.1404;2.26063;562;20220213;11.2;3.8;7.5;6.6;7.72;6.9;1.47;9400
+77085;45.1404;2.26063;562;20220214;8.3;6.4;7.4;4;8.42;7.6;1.01;5233
+77085;45.1404;2.26063;562;20220215;5.9;2.7;4.3;4;7.86;9.8;.6;5233
+77085;45.1404;2.26063;562;20220216;9.8;4.9;7.3;3.3;10.41;13.1;.41;5931
+77085;45.1404;2.26063;562;20220217;10.6;8.9;9.7;2.6;11.81;4.5;.49;3424
+77085;45.1404;2.26063;562;20220218;11.4;8.2;9.8;2.6;10.31;1.6;.94;5114
+77085;45.1404;2.26063;562;20220219;7.6;2.3;5;2;6.41;0;.95;6711
+77085;45.1404;2.26063;562;20220220;7;1.7;4.3;2.2;8.21;6.8;.53;6432
+77085;45.1404;2.26063;562;20220221;7.1;6.6;6.8;4.5;8.21;3.4;.83;1515
+77085;45.1404;2.26063;562;20220222;7.4;3.7;5.6;1.9;8.31;.5;.64;5580
+77085;45.1404;2.26063;562;20220223;13.5;4.6;9;2.1;8.26;0;1.35;9278
+77085;45.1404;2.26063;562;20220224;12.3;5.4;8.8;3.1;7.76;.3;1.48;8044
+77085;45.1404;2.26063;562;20220225;7.7;1.1;4.4;2.8;5.71;0;1.23;8146
+77085;45.1404;2.26063;562;20220226;11.9;-1.5;5.2;3.4;4.31;0;2.09;11935
+77085;45.1404;2.26063;562;20220227;12.8;.2;6.5;1.9;4.96;0;1.66;11859
+77085;45.1404;2.26063;562;20220228;13.1;2.7;7.9;2;6.26;0;1.66;10702
+77085;45.1404;2.26063;562;20220301;14.1;0;7.1;2.4;5.41;0;1.94;12960
+77085;45.1404;2.26063;562;20220302;9.5;4.3;6.9;2.2;7.96;2.3;1.05;7634
+77085;45.1404;2.26063;562;20220303;12.8;6.6;9.7;1;9.31;.1;1.11;8194
+77085;45.1404;2.26063;562;20220304;10.1;4.8;7.5;2.1;8.96;0;1.06;8236
+77085;45.1404;2.26063;562;20220305;9.1;5.2;7.1;2.6;7.66;0;1.19;7119
+77085;45.1404;2.26063;562;20220306;9.3;-1.5;3.9;3.1;4.46;0;1.77;11801
+77085;45.1404;2.26063;562;20220307;9.5;-2.4;3.6;2.3;4.36;0;1.63;12764
+77085;45.1404;2.26063;562;20220308;12.5;1.9;7.2;3.6;6.26;.3;1.98;12345
+77085;45.1404;2.26063;562;20220309;12.3;4.3;8.3;4;7.51;0;1.82;10249
+77085;45.1404;2.26063;562;20220310;12.7;6.2;9.4;4.8;8.11;1.7;1.98;9655
+77085;45.1404;2.26063;562;20220311;10.1;7.5;8.8;7.2;8.11;13.9;1.81;6016
+77085;45.1404;2.26063;562;20220312;7.4;5.2;6.3;4.9;8.01;3.5;.97;5291
+77085;45.1404;2.26063;562;20220313;7.4;5.7;6.6;5.3;6.81;11.6;1.5;4554
+77085;45.1404;2.26063;562;20220314;10.8;-.7;5;5.2;7.51;2.4;1.38;13713
+77085;45.1404;2.26063;562;20220315;13.6;9.3;11.4;7.8;9.36;0;2.34;8325
+77085;45.1404;2.26063;562;20220316;15.7;8.7;12.2;2.7;9.61;0;2;11000
+77085;45.1404;2.26063;562;20220317;12.2;8.5;10.4;4.1;9.46;0;1.52;6818
+77085;45.1404;2.26063;562;20220318;12.2;5.4;8.8;3;8.32;.1;1.5;7800
+77085;45.1404;2.26063;562;20220319;15.5;6.3;10.9;3.1;7.69;0;2.59;15033
+77085;45.1404;2.26063;562;20220320;12.1;4.3;8.2;6.5;7.42;0;2.16;8000
+77085;45.1404;2.26063;562;20220321;12.6;7;9.8;7.4;7.16;0;2.97;13600
+77085;45.1404;2.26063;562;20220322;13.3;3.2;8.2;7.3;5.06;0;3.65;19066
+77085;45.1404;2.26063;562;20220323;15;2.9;9;5.2;4.39;0;3.76;19533
+77085;45.1404;2.26063;562;20220324;17.7;2.9;10.3;3.9;4.62;0;3.81;18124
+77085;45.1404;2.26063;562;20220325;18.3;3.5;10.9;3.2;4.69;0;3.59;18033
+77085;45.1404;2.26063;562;20220326;18.7;-.8;9;3.4;5.32;0;3.56;20033
+77085;45.1404;2.26063;562;20220327;19.5;.9;10.2;3.3;5.96;0;3.65;19400
+77085;45.1404;2.26063;562;20220328;19.1;4.6;11.8;4.4;5.76;0;4.08;17633
+77085;45.1404;2.26063;562;20220329;17.2;7.8;12.5;2.7;7.42;5.3;2.68;10933
+77085;45.1404;2.26063;562;20220330;10.3;6.9;8.6;2;9.76;5.7;1.01;5133
+77085;45.1404;2.26063;562;20220331;9.9;5.7;7.8;4.2;8.06;3.6;1.65;9066
+77085;45.1404;2.26063;562;20220401;3.5;-1.7;.9;4.4;5.47;3.8;1.39;10733
+77085;45.1404;2.26063;562;20220402;3.6;-2;.8;3.7;4.98;0;1.45;10233
+77085;45.1404;2.26063;562;20220403;2.9;-2.9;0;3.2;5;0;1.31;9167
+77085;45.1404;2.26063;562;20220404;9;-2;3.5;2.1;4.61;0;2.51;22400
+77085;45.1404;2.26063;562;20220405;13.1;-3.9;4.6;2.2;6.22;0;2.25;20400
+77085;45.1404;2.26063;562;20220406;9.9;.3;5.1;2.8;8.99;3;.91;6566
+77085;45.1404;2.26063;562;20220407;10.6;6.9;8.8;5.4;10.72;22.7;.88;4333
+77085;45.1404;2.26063;562;20220408;14.3;9.3;11.8;6.2;10.16;3.6;2.36;9033
+77085;45.1404;2.26063;562;20220409;10.4;2;6.2;3.5;6.12;.1;2.34;16833
+77085;45.1404;2.26063;562;20220410;17;-3.5;6.7;3.3;5.29;0;3.51;24166
+77085;45.1404;2.26063;562;20220411;15.8;5.4;10.6;7.3;8.19;0;3.63;19933
+77085;45.1404;2.26063;562;20220412;16.5;9.7;13.1;6.3;7.82;0;3.82;14200
+77085;45.1404;2.26063;562;20220413;16.6;6.8;11.7;1.7;8.59;.2;2.12;9500
+77085;45.1404;2.26063;562;20220414;21.4;1.7;11.6;2.2;9.86;0;3.32;21833
+77085;45.1404;2.26063;562;20220415;22.3;4.5;13.4;2.2;10.32;0;3.59;23366
+77085;45.1404;2.26063;562;20220416;22.2;3.7;12.9;2.5;8.92;0;3.82;23566
+77085;45.1404;2.26063;562;20220417;21.2;.1;10.7;2.6;7.42;0;3.9;25400
+77085;45.1404;2.26063;562;20220418;17.8;3.2;10.5;2.5;8.62;0;3.16;21533
+77085;45.1404;2.26063;562;20220419;17;3.7;10.3;2.3;9.76;2.4;2.56;18600
+77085;45.1404;2.26063;562;20220420;13.7;8.3;11;1.4;10.69;24.3;1.41;6900
+77085;45.1404;2.26063;562;20220421;14.7;7.4;11;1.7;10.76;4.9;1.88;11166
+77085;45.1404;2.26063;562;20220422;18.7;6.1;12.4;2;10.29;.7;2.99;19566
+77085;45.1404;2.26063;562;20220423;15.2;9.5;12.3;4.4;9.92;21;2.5;9633
+77085;45.1404;2.26063;562;20220424;11.6;5.1;8.4;3.2;10.49;7.6;1.04;4700
+77085;45.1404;2.26063;562;20220425;14.4;6.4;10.4;1.9;9.76;0;2.21;14000
+77085;45.1404;2.26063;562;20220426;19.2;2.2;10.7;1.8;8.96;0;3.63;26300
+77085;45.1404;2.26063;562;20220427;22;5.8;13.9;2.4;9.46;0;3.99;25000
+77085;45.1404;2.26063;562;20220428;21.2;8;14.6;2.3;11.42;0;3.61;21933
+77085;45.1404;2.26063;562;20220429;19.9;8.7;14.3;2.4;12.29;1.8;2.54;13000
+77085;45.1404;2.26063;562;20220430;19.2;7;13.1;2.1;10.02;0;3.54;23200
+77085;45.1404;2.26063;562;20220501;18.1;2.2;10.2;1.9;8.19;0;3.51;25400
+77085;45.1404;2.26063;562;20220502;18.8;4.5;11.6;1.8;8.92;0;3.43;22900
+77085;45.1404;2.26063;562;20220503;18;7.6;12.8;1.4;11.02;3;2.33;13633
+77085;45.1404;2.26063;562;20220504;17.1;7.2;12.1;1.7;11.22;2.2;2.58;16733
+77085;45.1404;2.26063;562;20220505;17.4;5.9;11.6;2.5;9.62;.1;3.08;19800
+77085;45.1404;2.26063;562;20220506;17.3;7.7;12.5;3.4;9.86;0;3.24;19162
+77085;45.1404;2.26063;562;20220507;19.8;8;13.9;3.1;9.96;.2;3.75;21349
+77085;45.1404;2.26063;562;20220508;20.9;9.3;15.1;3.3;10.31;0;4.03;21311
+77085;45.1404;2.26063;562;20220509;23.3;9.6;16.5;1.8;10.41;0;4.17;23529
+77085;45.1404;2.26063;562;20220510;24;12.6;18.3;1.6;10.86;0;4.15;21914
+77085;45.1404;2.26063;562;20220511;26.7;11.9;19.3;2.6;11.11;0;5.13;23901
+77085;45.1404;2.26063;562;20220512;22.1;13;17.6;1.9;14.16;2.7;3.51;18878
+77085;45.1404;2.26063;562;20220513;22.5;13.9;18.2;1.6;14.66;0;3.43;18682
+77085;45.1404;2.26063;562;20220514;25.8;12.4;19.1;1.4;14.41;0;4.28;23731
+77085;45.1404;2.26063;562;20220515;25.8;16.7;21.2;3.5;12.86;2.8;4.96;19234
+77085;45.1404;2.26063;562;20220516;25.2;12.7;18.9;2;13.96;0;4.27;22465
+77085;45.1404;2.26063;562;20220517;28.5;13.9;21.2;1.5;13.51;0;4.86;25040
+77085;45.1404;2.26063;562;20220518;29.6;15.6;22.6;2.6;15.01;.3;5.49;24522
+77085;45.1404;2.26063;562;20220519;27.3;17.8;22.5;3.6;13.76;0;5.31;19754
+77085;45.1404;2.26063;562;20220520;28.6;19.8;24.2;4.3;12.21;0;6.22;18638
+77085;45.1404;2.26063;562;20220521;31.1;15.1;23.1;1.4;16.96;0;5.31;26520
+77085;45.1404;2.26063;562;20220522;30.3;19.1;24.7;1.3;18.01;2;4.67;22029
+77085;45.1404;2.26063;562;20220523;16.8;14.6;15.7;2.3;15.11;10.2;1.66;7728
+77085;45.1404;2.26063;562;20220524;16;9.6;12.8;2.3;11.41;1.4;2.65;16548
+77085;45.1404;2.26063;562;20220525;16.7;6.2;11.4;1.7;10.36;.1;3.1;21659
+77085;45.1404;2.26063;562;20220526;17;8.2;12.6;2.2;11.21;0;3.04;20126
+77085;45.1404;2.26063;562;20220527;23.9;9.6;16.8;3.3;12.41;0;4.75;25652
+77085;45.1404;2.26063;562;20220528;23;11;17;4.1;10.41;0;4.98;23184
+77085;45.1404;2.26063;562;20220529;20.5;8.9;14.7;4;7.86;0;4.82;22892
+77085;45.1404;2.26063;562;20220530;21.6;6;13.8;2;7.71;0;4.53;26754
+77085;45.1404;2.26063;562;20220531;20.6;12;16.3;1.4;9.91;3.2;3.62;19158
+77085;45.1404;2.26063;562;20220601;26.6;11.8;19.2;2.1;12.36;5.1;5.09;26206
+77085;45.1404;2.26063;562;20220602;25.7;15;20.3;2.8;15.81;6.1;4.5;21951
+77085;45.1404;2.26063;562;20220603;28.3;14.6;21.5;2.7;14.96;15.9;5.35;24972
+77085;45.1404;2.26063;562;20220604;26.6;13.2;19.9;2.6;17.26;17.3;4.77;25462
+77085;45.1404;2.26063;562;20220605;19.9;14;16.9;1.8;15.91;2.9;2.86;16332
+77085;45.1404;2.26063;562;20220606;22.4;11.4;16.9;1.1;14.96;.4;3.72;22435
+77085;45.1404;2.26063;562;20220607;20.4;13.6;17;1.5;13.46;2.5;3.21;17365
+77085;45.1404;2.26063;562;20220608;15.3;12.6;13.9;1.9;13.56;7.7;1.98;11053
+77085;45.1404;2.26063;562;20220609;16.6;10.6;13.6;2.4;12.26;.1;2.77;16784
+77085;45.1404;2.26063;562;20220610;24.6;10.2;17.4;2.1;13.11;0;4.75;26692
+77085;45.1404;2.26063;562;20220611;28.5;11;19.8;1.6;13.21;0;5.42;29120
+77085;45.1404;2.26063;562;20220612;27.2;16.1;21.6;1.1;15.86;.5;4.46;22984
+77085;45.1404;2.26063;562;20220613;27.2;16.2;21.7;2.4;17.01;0;4.79;23094
+77085;45.1404;2.26063;562;20220614;31.2;14.6;22.9;1.7;15.16;.5;5.84;28697
+77085;45.1404;2.26063;562;20220615;30.2;19.6;24.9;2.3;17.66;0;5.35;22500
+77085;45.1404;2.26063;562;20220616;31.7;17.9;24.8;2;17.96;0;5.74;25851
+77085;45.1404;2.26063;562;20220617;34.4;17.9;26.1;2.6;14.76;0;7.12;28781
+77085;45.1404;2.26063;562;20220618;34.4;20.8;27.6;3.9;12.86;0;7.95;26256
+77085;45.1404;2.26063;562;20220619;31.1;23.2;27.1;6.5;12.86;0;8.37;19008
+77085;45.1404;2.26063;562;20220620;29.5;19.2;24.3;2.9;14.86;.6;5.74;21930
+77085;45.1404;2.26063;562;20220621;26.7;18;22.4;1.9;17.86;14;4.38;20487
+77085;45.1404;2.26063;562;20220622;24.8;16.3;20.6;2.2;17.01;14.7;4.06;20071
+77085;45.1404;2.26063;562;20220623;22.4;14.4;18.4;2.2;16.61;23.5;3.55;19632
+77085;45.1404;2.26063;562;20220624;20.2;14.4;17.3;1.7;15.06;1.9;3;16170
+77085;45.1404;2.26063;562;20220625;23.5;12.6;18;2.2;14.41;15.7;4.2;22836
+77085;45.1404;2.26063;562;20220626;17.8;13.6;15.7;1.8;15.71;32.8;2.26;13155
+77085;45.1404;2.26063;562;20220627;20;13.3;16.7;1.7;14.61;.2;3.07;17284
+77085;45.1404;2.26063;562;20220628;23;11;17;2.1;12.46;0;4.31;23940
+77085;45.1404;2.26063;562;20220629;24.5;11.9;18.2;1.4;13.01;4.3;4.45;25063
+77085;45.1404;2.26063;562;20220630;13.3;13.9;13.6;1.6;14.36;3.1;.87;2604
+77085;45.1404;2.26063;562;20220701;20.6;8.7;14.6;1.6;11.61;0;3.84;23397
+77085;45.1404;2.26063;562;20220702;26.9;9.3;18.1;1.6;11.91;0;5.19;29181
+77085;45.1404;2.26063;562;20220703;27.4;15.1;21.2;1.8;14.71;1.5;4.86;24207
+77085;45.1404;2.26063;562;20220704;25.5;15.2;20.3;2.2;16.31;2.8;4.36;21989
+77085;45.1404;2.26063;562;20220705;26.5;14.5;20.5;2.3;14.76;0;4.75;23536
+77085;45.1404;2.26063;562;20220706;26;13.9;19.9;3.3;12.31;0;5.22;23444
+77085;45.1404;2.26063;562;20220707;24.8;12.2;18.5;3.1;12.76;.1;4.88;24301
+77085;45.1404;2.26063;562;20220708;26.9;13.8;20.3;4;13.06;0;5.61;24453
+77085;45.1404;2.26063;562;20220709;28.9;14.3;21.6;3.8;12.56;0;6.26;26003
+77085;45.1404;2.26063;562;20220710;29.1;15.1;22.1;3.8;13.21;0;6.12;25161
+77085;45.1404;2.26063;562;20220711;31.1;15.4;23.3;3.2;13.46;0;6.38;26915
+77085;45.1404;2.26063;562;20220712;31.1;17.2;24.2;2.8;13.41;0;6.2;25413
+77085;45.1404;2.26063;562;20220713;31.8;16.8;24.3;2.1;12.86;0;6.06;26298
+77085;45.1404;2.26063;562;20220714;32.4;18.6;25.5;2.1;14.41;0;5.96;25355
+77085;45.1404;2.26063;562;20220715;31.8;18.2;25;2.4;14.76;0;6.01;25070
+77085;45.1404;2.26063;562;20220716;32.4;15.9;24.1;3.1;13.91;0;6.67;27175
+77085;45.1404;2.26063;562;20220717;33.6;16.7;25.1;3.5;12.16;0;7.37;27514
+77085;45.1404;2.26063;562;20220718;36.3;21.2;28.8;2.4;13.41;.1;7.12;26743
+77085;45.1404;2.26063;562;20220719;33.9;24.4;29.1;3.3;14.41;.3;6.73;20211
+77085;45.1404;2.26063;562;20220720;25;17.1;21.1;1.8;17.01;.3;3.66;17766
+77085;45.1404;2.26063;562;20220721;30.4;14.7;22.5;1.4;14.91;0;5.24;26405
+77085;45.1404;2.26063;562;20220722;28.6;18;23.3;2.4;15.61;0;5.05;21988
+77085;45.1404;2.26063;562;20220723;26.6;15.1;20.8;1.9;15.06;0;4.43;22018
+77085;45.1404;2.26063;562;20220724;33.4;14.9;24.1;1.4;14.01;0;5.83;28301
+77085;45.1404;2.26063;562;20220725;24.7;18.1;21.4;2;14.76;.1;3.79;16290
+77085;45.1404;2.26063;562;20220726;23.8;14.4;19.1;2.3;13.06;0;4.11;19764
+77085;45.1404;2.26063;562;20220727;25.6;12.6;19.1;2.3;12.01;0;4.7;23371
+77085;45.1404;2.26063;562;20220728;27.5;13.3;20.4;1.3;12.01;0;4.59;24501
+77085;45.1404;2.26063;562;20220729;24.3;15.9;20.1;1.2;14.46;1.1;3.6;18530
+77085;45.1404;2.26063;562;20220730;27.9;15.4;21.6;1.5;15.01;0;4.47;22494
+77085;45.1404;2.26063;562;20220731;30;15.3;22.6;2;14.31;0;5.25;24372
+77085;45.1404;2.26063;562;20220801;30.6;17.5;24;2.4;13.91;0;5.51;23160
+77085;45.1404;2.26063;562;20220802;32.4;16.7;24.5;2.5;13.81;.1;6.08;25310
+77085;45.1404;2.26063;562;20220803;35;19.7;27.4;1.9;12.86;0;6.06;25041
+77085;45.1404;2.26063;562;20220804;34.9;22.3;28.6;1.8;14.26;0;5.66;22109
+77085;45.1404;2.26063;562;20220805;27.6;18.3;22.9;2.3;18.31;4.3;4.24;18740
+77085;45.1404;2.26063;562;20220806;30.3;18.3;24.3;3.1;14.96;0;5.56;21475
+77085;45.1404;2.26063;562;20220807;30;14.7;22.3;3.5;11.11;0;6.24;24266
+77085;45.1404;2.26063;562;20220808;31.2;14.8;23;3.7;10.21;0;6.75;24775
+77085;45.1404;2.26063;562;20220809;32.7;16.5;24.6;3.3;9.66;0;6.81;24375
+77085;45.1404;2.26063;562;20220810;33.9;18.1;26;2.9;9.76;0;6.71;24151
+77085;45.1404;2.26063;562;20220811;34.8;19.7;27.2;2.5;11.21;0;6.36;23921
+77085;45.1404;2.26063;562;20220812;34.9;19.2;27;2;12.31;0;5.93;23911
+77085;45.1404;2.26063;562;20220813;34.1;19.2;26.7;1.1;12.66;4.4;4.86;22972
+77085;45.1404;2.26063;562;20220814;20.9;18.3;19.6;2.5;17.36;8.3;2.31;9389
+77085;45.1404;2.26063;562;20220815;24.1;14.8;19.5;1.5;15.66;.3;3.33;17564
+77085;45.1404;2.26063;562;20220816;27.2;15.3;21.3;2.3;14.96;26.6;4.43;20564
+77085;45.1404;2.26063;562;20220817;22.6;13.2;17.9;1.8;15.51;.4;3.08;17440
+77085;45.1404;2.26063;562;20220818;21.3;12.8;17.1;1.5;15.01;4.5;2.84;16633
+77085;45.1404;2.26063;562;20220819;22.1;14.9;18.5;1.6;16.06;1;2.78;15004
+77085;45.1404;2.26063;562;20220820;25.8;14.9;20.4;1.9;16.36;.2;3.63;18807
+77085;45.1404;2.26063;562;20220821;24;13.3;18.6;2.2;15.36;0;3.41;18633
+77085;45.1404;2.26063;562;20220822;22.8;15.9;19.4;1.3;16.46;.1;2.76;14424
+77085;45.1404;2.26063;562;20220823;27.9;14.9;21.4;1.6;17.06;0;3.86;19999
+77085;45.1404;2.26063;562;20220824;31.7;16.5;24.1;1.6;14.96;0;4.62;21682
+77085;45.1404;2.26063;562;20220825;27.6;19.8;23.7;2.1;15.96;.9;3.87;15336
+77085;45.1404;2.26063;562;20220826;27.6;16;21.8;2.3;16.56;.4;3.88;18245
+77085;45.1404;2.26063;562;20220827;27.2;14;20.6;2.2;14.86;0;3.98;19606
+77085;45.1404;2.26063;562;20220828;29.5;14.3;21.9;1.6;13.31;0;4.22;21104
+77085;45.1404;2.26063;562;20220829;31.7;17.6;24.6;2.2;12.86;1.6;4.88;20193
+77085;45.1404;2.26063;562;20220830;28.5;17.1;22.8;2.3;15.56;0;4.04;17609
+77085;45.1404;2.26063;562;20220831;28.7;14.4;21.5;2.4;14.06;1.2;4.37;20056
+77085;45.1404;2.26063;562;20220901;25.3;14.6;19.9;1.3;15.16;0;3.18;17324
+77085;45.1404;2.26063;562;20220902;22.9;15.7;19.3;1.5;16.36;7.7;2.63;13862
+77085;45.1404;2.26063;562;20220903;24;15.3;19.7;1.7;15.56;.1;2.92;14692
+77085;45.1404;2.26063;562;20220904;30;16;23;2.9;14.76;.2;4.64;19218
+77085;45.1404;2.26063;562;20220905;29.6;18.2;23.9;3.8;17.11;31.8;4.64;17000
+77085;45.1404;2.26063;562;20220906;25.6;16.3;21;2.1;17.81;4.4;3.04;15119
+77085;45.1404;2.26063;562;20220907;23.4;15;19.2;1.7;15.86;0;2.67;13966
+77085;45.1404;2.26063;562;20220908;19.7;12.1;15.9;1.4;13.56;.3;2.28;13577
+77085;45.1404;2.26063;562;20220909;20.3;13.2;16.8;1.8;13.41;.4;2.33;12484
+77085;45.1404;2.26063;562;20220910;20.6;11.8;16.2;1;12.61;0;2.31;13786
+77085;45.1404;2.26063;562;20220911;27.4;11;19.2;1.8;11.26;0;3.75;19511
+77085;45.1404;2.26063;562;20220912;33.3;18;25.7;2.4;12.96;0;4.91;18553
+77085;45.1404;2.26063;562;20220913;27.2;20.2;23.7;3.5;18.86;6.8;3.5;12194
+77085;45.1404;2.26063;562;20220914;24.7;17.6;21.2;1.9;16.76;3.3;2.63;11638
+77085;45.1404;2.26063;562;20220915;23.5;14.9;19.2;1.4;15.36;.4;2.48;13219
+77085;45.1404;2.26063;562;20220916;20.1;14;17.1;2;13.56;0;2.23;11012
+77085;45.1404;2.26063;562;20220917;16.3;7.6;11.9;3.2;8.81;0;2.48;13145
+77085;45.1404;2.26063;562;20220918;21.1;5.4;13.3;2.7;7.51;0;3.32;17574
+77085;45.1404;2.26063;562;20220919;21.6;6.2;13.9;3.7;8.16;0;3.7;17274
+77085;45.1404;2.26063;562;20220920;21.2;6.6;13.9;3.1;8.16;0;3.38;16657
+77085;45.1404;2.26063;562;20220921;21.3;7.2;14.2;2.6;8.56;0;3.15;16245
+77085;45.1404;2.26063;562;20220922;22;9.2;15.6;1.4;9.31;0;2.62;15429
+77085;45.1404;2.26063;562;20220923;21.5;9.6;15.5;1.6;11.01;2.1;2.4;14274
+77085;45.1404;2.26063;562;20220924;16.5;11.2;13.8;1.3;12.66;4.7;1.54;9471
+77085;45.1404;2.26063;562;20220925;15.2;10;12.6;1.6;12.01;2.3;1.38;8675
+77085;45.1404;2.26063;562;20220926;14.3;7.9;11.1;2.2;11.06;4.8;1.41;9827
+77085;45.1404;2.26063;562;20220927;11.2;9.1;10.1;2.7;11.66;10.6;.81;5432
+77085;45.1404;2.26063;562;20220928;14.1;10.6;12.4;3.6;13.51;17.6;1.03;7376
+77085;45.1404;2.26063;562;20220929;12.7;8.5;10.6;1.9;10.86;1;1.2;7942
+77085;45.1404;2.26063;562;20220930;14.2;5;9.6;1.5;9.11;.7;1.52;11675
+77085;45.1404;2.26063;562;20221001;15.4;7.6;11.5;2.1;12.66;12.1;1.25;10510
+77085;45.1404;2.26063;562;20221002;17.6;13;15.3;1.6;15.01;.1;1.31;7873
+77085;45.1404;2.26063;562;20221003;19.7;9.5;14.6;2.1;12.66;0;1.91;11936
+77085;45.1404;2.26063;562;20221004;20.9;8.5;14.7;1.3;11.96;.1;1.93;13022
+77085;45.1404;2.26063;562;20221005;22.6;11.4;17;2.9;12.66;0;2.53;12060
+77085;45.1404;2.26063;562;20221006;19.6;13.9;16.7;1.4;14.36;.2;1.56;8235
+77085;45.1404;2.26063;562;20221007;21.7;11.9;16.8;1.8;13.36;.1;1.96;11227
+77085;45.1404;2.26063;562;20221008;19.5;11.7;15.6;1.7;12.76;0;1.68;9629
+77085;45.1404;2.26063;562;20221009;21.3;9.6;15.4;2.2;11.41;0;2.16;12149
+77085;45.1404;2.26063;562;20221010;21.3;12;16.7;2.6;13.11;0;2.11;10480
+77085;45.1404;2.26063;562;20221011;19.3;12.4;15.9;1.7;13.91;1.9;1.51;8849
+77085;45.1404;2.26063;562;20221012;21.2;13.4;17.3;1.4;13.61;.8;1.66;9163
+77085;45.1404;2.26063;562;20221013;15.2;11.2;13.2;1.3;13.41;10.7;.97;6311
+77085;45.1404;2.26063;562;20221014;15.2;13.3;14.2;2.6;15.51;3.8;.71;4232
+77085;45.1404;2.26063;562;20221015;21;13.5;17.2;2.6;14.36;.1;1.79;8527
+77085;45.1404;2.26063;562;20221016;22.5;16.7;19.6;5.3;14.06;0;3.04;7369
+77085;45.1404;2.26063;562;20221017;20.8;17.3;19.1;6.1;14.91;0;2.69;5374
+77085;45.1404;2.26063;562;20221018;23.8;15.6;19.7;3.4;14.96;0;2.42;8725
+77085;45.1404;2.26063;562;20221019;22.8;15.5;19.2;3.5;12.36;1.8;2.7;8440
+77085;45.1404;2.26063;562;20221020;20.4;16;18.2;5.5;15.96;7.2;1.96;5910
+77085;45.1404;2.26063;562;20221021;20.3;15.3;17.8;2.5;14.61;3.5;1.63;6332
+77085;45.1404;2.26063;562;20221022;21.3;11.7;16.5;2.5;12.26;0;1.93;8896
+77085;45.1404;2.26063;562;20221023;20.3;16.3;18.3;4.6;13.26;1;2.44;5396
+77085;45.1404;2.26063;562;20221024;19.5;13.6;16.5;1.8;11.31;.2;1.59;6725
+77085;45.1404;2.26063;562;20221025;19.9;11.6;15.7;3;11.36;0;2;7928
+77085;45.1404;2.26063;562;20221026;22.1;12.9;17.5;2.1;12.46;0;1.8;8305
+77085;45.1404;2.26063;562;20221027;23.7;14.9;19.3;4;13.11;0;2.74;8164
+77085;45.1404;2.26063;562;20221028;24;19.7;21.8;4.1;10.76;0;3.67;5181
+77085;45.1404;2.26063;562;20221029;23.2;16.6;19.9;4.5;7.96;0;4.06;6866
+77085;45.1404;2.26063;562;20221030;21.3;15.1;18.2;3.8;10.51;.1;2.73;6221
+77085;45.1404;2.26063;562;20221031;20.4;13.6;17;4.1;13.21;19.3;1.99;6639
+77085;45.1404;2.26063;562;20221101;14.4;11.6;13;1.5;12.76;.1;.77;3826
+77085;45.1404;2.26063;562;20221102;15.8;7.8;11.8;1.6;10.41;.1;.99;6941
+77085;45.1404;2.26063;562;20221103;14.4;9.5;12;4.5;10.31;8.1;1.4;5331
+77085;45.1404;2.26063;562;20221104;7.7;6.7;7.2;3.7;9.46;15.3;.48;1255
+77085;45.1404;2.26063;562;20221105;10;1;5.5;1.4;7.46;0;.66;7082
+77085;45.1404;2.26063;562;20221106;14.1;2.8;8.4;1.9;7.06;.1;1.14;7943
+77085;45.1404;2.26063;562;20221107;16.4;6.7;11.6;3.1;9.66;0;1.38;7151
+77085;45.1404;2.26063;562;20221108;17;11.8;14.4;5.5;11.11;5.6;2;4958
+77085;45.1404;2.26063;562;20221109;13.5;11.3;12.4;1.5;12.41;9.3;.68;2831
+77085;45.1404;2.26063;562;20221110;12.4;7.4;9.9;1.5;10.46;0;.69;4846
+77085;45.1404;2.26063;562;20221111;19;7.4;13.2;2.8;10.46;.1;1.44;7679
+77085;45.1404;2.26063;562;20221112;20.2;10.5;15.3;2.1;10.31;0;1.46;6946
+77085;45.1404;2.26063;562;20221113;18.7;10.4;14.5;1.9;9.31;0;1.38;6093
+77085;45.1404;2.26063;562;20221114;13.6;11.5;12.5;4.1;11.06;8;1.26;2689
+77085;45.1404;2.26063;562;20221115;15;8.5;11.7;3.5;11.71;7.7;.87;5089
+77085;45.1404;2.26063;562;20221116;13;8.6;10.8;3.2;11.01;2.9;.74;3933
+77085;45.1404;2.26063;562;20221117;13.7;10.4;12.1;3.4;11.31;10.4;.94;3280
+77085;45.1404;2.26063;562;20221118;8.7;6.6;7.6;1.8;9.41;.9;.5;2543
+77085;45.1404;2.26063;562;20221119;8.3;4.8;6.6;1.4;8.16;.4;.53;3411
+77085;45.1404;2.26063;562;20221120;6.6;1.2;3.9;1.4;7.56;1.6;.33;4384
+77085;45.1404;2.26063;562;20221121;8;3.8;5.9;2.9;8.31;10.2;.48;3597
+77085;45.1404;2.26063;562;20221122;6.3;3.6;4.9;2.8;8.21;10.5;.35;2856
+77085;45.1404;2.26063;562;20221123;10.2;5.2;7.7;3.1;9.41;7.7;.51;3893
+77085;45.1404;2.26063;562;20221124;10.3;6.3;8.3;2.1;9.51;1.5;.56;3453
+77085;45.1404;2.26063;562;20221125;8.4;7.8;8.1;1.7;9.36;6;.56;943
+77085;45.1404;2.26063;562;20221126;8.5;2.7;5.6;1.7;7.51;0;.47;4163
+77085;45.1404;2.26063;562;20221127;13;4.9;9;3.2;5.31;6.9;1.71;5159
+77085;45.1404;2.26063;562;20221128;8.1;7.3;7.7;3.1;9.31;4.9;.55;1085
+77085;45.1404;2.26063;562;20221129;6.8;3.7;5.2;1.6;7.81;.2;.42;2798
+77085;45.1404;2.26063;562;20221130;8.6;-.3;4.1;2.7;6.61;0;.62;5011
+77085;45.1404;2.26063;562;20221201;7.1;1.5;4.3;2.9;6.41;0;.69;3721
+77085;45.1404;2.26063;562;20221202;2.9;1.7;2.3;1.9;5.91;1;.51;1272
+77085;45.1404;2.26063;562;20221203;4.5;.9;2.7;1.5;6.71;5.2;.34;2821
+77085;45.1404;2.26063;562;20221204;3.9;2.6;3.2;.9;7.11;2.8;.36;1146
+77085;45.1404;2.26063;562;20221205;8.2;-.7;3.7;1.8;5.76;0;.56;4886
+77085;45.1404;2.26063;562;20221206;11;-.9;5.1;1.5;4.56;0;.77;5775
+77085;45.1404;2.26063;562;20221207;7.3;-2.3;2.5;2.1;5.01;0;.62;4952
+77085;45.1404;2.26063;562;20221208;7.9;-1.7;3.1;1.7;5.51;1.3;.51;5161
+77085;45.1404;2.26063;562;20221209;7.2;5.2;6.2;1.6;8.16;1.1;.44;2002
+77085;45.1404;2.26063;562;20221210;.7;-.5;.1;2.6;4.96;0;.49;1391
+77085;45.1404;2.26063;562;20221211;5.3;-7.7;-1.2;1.8;3.26;0;.58;5775
+77085;45.1404;2.26063;562;20221212;3.7;-2.4;.6;1.8;4.01;16.2;.6;3796
+77085;45.1404;2.26063;562;20221213;7.4;.9;4.2;3.2;9.11;3.2;0;3858
+77085;45.1404;2.26063;562;20221214;10;7.8;8.9;2.9;10.51;3.2;.42;1982
+77085;45.1404;2.26063;562;20221215;8.2;5.4;6.8;2.8;8.66;7.3;.43;2483
+77085;45.1404;2.26063;562;20221216;3.6;3.1;3.3;3.4;6.66;0;.51;827
+77085;45.1404;2.26063;562;20221217;6.3;-3.7;1.3;1.6;3.71;0;.64;4960
+77085;45.1404;2.26063;562;20221218;9.5;.2;4.8;4.3;4.96;0;1.36;4782
+77085;45.1404;2.26063;562;20221219;13.8;8.2;11;8.3;8.96;0;1.96;3422
+77085;45.1404;2.26063;562;20221220;13.2;11;12.1;6.8;9.71;2.7;1.85;1930
+77085;45.1404;2.26063;562;20221221;10.9;8.9;9.9;2.8;10.96;1.4;.5;1781
+77085;45.1404;2.26063;562;20221222;11.3;9.6;10.4;3.7;11.91;15.3;.41;1649
+77085;45.1404;2.26063;562;20221223;13.3;10.8;12;2.5;13.06;3.4;.44;2049
+77085;45.1404;2.26063;562;20221224;13.9;9.8;11.8;1.9;11.06;0;.68;2863
+77085;45.1404;2.26063;562;20221225;17;7.5;12.2;3;8.76;0;1.36;4750
+77085;45.1404;2.26063;562;20221226;10.6;8.9;9.7;1.8;9.91;2.4;.6;1778
+77085;45.1404;2.26063;562;20221227;10.5;4.4;7.5;1.4;8.91;0;.39;3709
+77085;45.1404;2.26063;562;20221228;13.6;5;9.3;3.3;9.06;.2;.85;4436
+77085;45.1404;2.26063;562;20221229;9.9;8.4;9.2;3.3;9.31;16.6;.78;1481
+77085;45.1404;2.26063;562;20221230;12.2;6.7;9.4;4.3;10.01;2.9;.71;3460
+77085;45.1404;2.26063;562;20221231;17.3;11.9;14.6;4;10.31;0;1.8;3517
+77086;45.16326;2.57676;886;20220101;17.3;2.5;9.9;1.8;5.79;0;1.18;6124
+77086;45.16326;2.57676;886;20220102;12;4.5;8.2;2.9;6.95;0;1.26;3497
+77086;45.16326;2.57676;886;20220103;8.2;4.4;6.3;3.3;9.05;.1;.48;2421
+77086;45.16326;2.57676;886;20220104;11.9;5.6;8.7;5.2;7.95;7.7;1.49;3906
+77086;45.16326;2.57676;886;20220105;.2;-1.7;-.7;4.4;5.05;0;.49;3092
+77086;45.16326;2.57676;886;20220106;.6;-2.2;-.8;3.6;4.49;0;.62;3680
+77086;45.16326;2.57676;886;20220107;.2;-5.4;-2.6;2.9;5.12;6.3;.2;3760
+77086;45.16326;2.57676;886;20220108;4.5;-.1;2.2;5.2;7.29;16;.23;3712
+77086;45.16326;2.57676;886;20220109;2.5;.4;1.4;3.9;6.45;9.2;.38;2458
+77086;45.16326;2.57676;886;20220110;2.5;.3;1.4;2.7;5.95;.1;.48;3031
+77086;45.16326;2.57676;886;20220111;3.3;-4.1;-.4;4.3;4.35;0;.81;5692
+77086;45.16326;2.57676;886;20220112;1.7;-4.6;-1.5;4.7;3.85;0;.86;5491
+77086;45.16326;2.57676;886;20220113;7.9;-5.1;1.4;2.5;3.59;0;1.06;6707
+77086;45.16326;2.57676;886;20220114;11.2;-4.6;3.3;1.4;2.99;0;.91;7120
+77086;45.16326;2.57676;886;20220115;8.4;-3.5;2.5;1.4;3.35;0;.8;6400
+77086;45.16326;2.57676;886;20220116;6.4;-6.1;.1;2.2;3.95;0;.78;6667
+77086;45.16326;2.57676;886;20220117;4.3;-2.2;1;4.2;5.89;0;.56;4230
+77086;45.16326;2.57676;886;20220118;5.9;-1.4;2.3;3.2;5.29;0;.82;5194
+77086;45.16326;2.57676;886;20220119;.3;-3.1;-1.4;3.2;5.35;.7;.3;3905
+77086;45.16326;2.57676;886;20220120;.9;-1.7;-.4;3.9;5.52;0;.41;2968
+77086;45.16326;2.57676;886;20220121;-.9;-3.3;-2.1;7;4.19;0;.76;2968
+77086;45.16326;2.57676;886;20220122;.6;-4.3;-1.8;4.8;4.45;0;.61;4260
+77086;45.16326;2.57676;886;20220123;9.5;-3.2;3.1;2.5;4.95;0;1.02;7900
+77086;45.16326;2.57676;886;20220124;12.6;-2.7;5;1.5;4.22;0;1;7703
+77086;45.16326;2.57676;886;20220125;11.7;-1.7;5;1.2;4.15;0;.9;7322
+77086;45.16326;2.57676;886;20220126;10.7;-3.9;3.4;2;4.02;0;1.15;8226
+77086;45.16326;2.57676;886;20220127;10.9;-4.1;3.4;2.4;3.35;0;1.44;8252
+77086;45.16326;2.57676;886;20220128;6.8;-3.8;1.5;3.3;5.39;0;.87;6921
+77086;45.16326;2.57676;886;20220129;8.9;-4.1;2.4;2.4;5.35;0;.88;7772
+77086;45.16326;2.57676;886;20220130;6.2;.6;3.4;3.4;6.55;0;.77;5406
+77086;45.16326;2.57676;886;20220131;3.9;-1.4;1.2;4.5;6.12;1.4;.53;5420
+77086;45.16326;2.57676;886;20220201;1.5;-2.7;-.6;4.3;5.72;2.7;.38;4177
+77086;45.16326;2.57676;886;20220202;6.9;1.5;4.2;2.7;7.49;.3;.61;6628
+77086;45.16326;2.57676;886;20220203;13;-3.7;4.7;2.6;5.62;.1;1.34;8541
+77086;45.16326;2.57676;886;20220204;4.8;.1;2.5;2.5;7.35;3.3;.39;4070
+77086;45.16326;2.57676;886;20220205;5.8;.4;3.1;2.8;5.75;.1;.91;7257
+77086;45.16326;2.57676;886;20220206;3.5;-4;-.3;3.6;6.59;6.6;.21;6078
+77086;45.16326;2.57676;886;20220207;5.8;3.3;4.5;4.3;6.49;.2;1.06;5754
+77086;45.16326;2.57676;886;20220208;12.4;-3.4;4.5;2.4;4.89;0;1.46;10637
+77086;45.16326;2.57676;886;20220209;12.6;-.7;6;2.4;5.32;0;1.5;9643
+77086;45.16326;2.57676;886;20220210;5.5;.8;3.1;2.2;6.64;1.4;1.47;11100
+77086;45.16326;2.57676;886;20220211;8.2;3.7;6;2.3;6.34;0;1.28;7600
+77086;45.16326;2.57676;886;20220212;7.2;-4.4;1.4;3.1;4.87;0;1.3;7566
+77086;45.16326;2.57676;886;20220213;9.2;1.8;5.5;6.6;7.64;7.9;1.47;9400
+77086;45.16326;2.57676;886;20220214;6.1;4.5;5.3;3.1;8.14;6.8;.87;4500
+77086;45.16326;2.57676;886;20220215;3.3;.3;1.8;2.9;7.34;10.8;.49;4700
+77086;45.16326;2.57676;886;20220216;8.7;2.2;5.4;4.7;9.22;12.8;.48;6074
+77086;45.16326;2.57676;886;20220217;10.1;7;8.5;3.5;10.49;4.8;.72;5157
+77086;45.16326;2.57676;886;20220218;11.5;5.9;8.7;4;9.32;2;1.26;7365
+77086;45.16326;2.57676;886;20220219;5.3;-.5;2.4;2.7;5.49;0;1.02;8953
+77086;45.16326;2.57676;886;20220220;6.4;-.4;3;3.7;7.29;6.5;.68;7636
+77086;45.16326;2.57676;886;20220221;4.9;4.5;4.7;6.3;7.02;4.6;1.06;3524
+77086;45.16326;2.57676;886;20220222;5.6;1.1;3.4;2.8;7.35;.6;.7;7052
+77086;45.16326;2.57676;886;20220223;10.8;2.8;6.8;2.3;7.62;0;1.23;9291
+77086;45.16326;2.57676;886;20220224;10.1;1.7;5.9;3.4;7.05;.9;1.34;8591
+77086;45.16326;2.57676;886;20220225;4.9;-1.2;1.8;3.6;5.25;0;1.16;9928
+77086;45.16326;2.57676;886;20220226;8.1;-2.2;3;4.3;4.05;0;1.98;12157
+77086;45.16326;2.57676;886;20220227;11;-4.5;3.3;2;4.15;0;1.63;13201
+77086;45.16326;2.57676;886;20220228;11.7;-2.9;4.4;2.3;4.99;0;1.72;12769
+77086;45.16326;2.57676;886;20220301;12.3;-3.5;4.4;2;4.72;0;1.71;13266
+77086;45.16326;2.57676;886;20220302;8.3;1.4;4.9;2.1;7.02;1.6;1.03;7027
+77086;45.16326;2.57676;886;20220303;10.3;4.2;7.2;1.6;8.65;.2;1.04;7457
+77086;45.16326;2.57676;886;20220304;8.5;3.3;5.9;2.5;7.99;0;1.03;6914
+77086;45.16326;2.57676;886;20220305;8.1;-.4;3.9;3.1;5.79;0;1.47;11333
+77086;45.16326;2.57676;886;20220306;5.9;-5.3;.3;3.4;3.82;0;1.62;13177
+77086;45.16326;2.57676;886;20220307;7.7;-5.7;1;2.4;3.69;0;1.65;13960
+77086;45.16326;2.57676;886;20220308;11.2;-4.7;3.3;3;5.25;0;1.83;14561
+77086;45.16326;2.57676;886;20220309;10.4;.3;5.4;3.4;6.49;0;1.65;10941
+77086;45.16326;2.57676;886;20220310;11.2;-.6;5.3;3.7;6.89;1.1;1.66;11006
+77086;45.16326;2.57676;886;20220311;8.7;4.3;6.5;6.6;7.39;9.4;1.58;6538
+77086;45.16326;2.57676;886;20220312;5.3;2.7;4;5.1;7.05;6.1;.94;4583
+77086;45.16326;2.57676;886;20220313;5.5;4;4.7;5.9;6.25;9.4;1.41;3641
+77086;45.16326;2.57676;886;20220314;8.6;-4.3;2.1;3.9;6.79;3.1;1.14;12196
+77086;45.16326;2.57676;886;20220315;13;6.6;9.8;6.5;8.69;0;2.17;9622
+77086;45.16326;2.57676;886;20220316;13.8;4;8.9;2;8.82;0;1.58;10039
+77086;45.16326;2.57676;886;20220317;7.8;6.3;7.1;4.7;8.95;0;.91;2745
+77086;45.16326;2.57676;886;20220318;11.1;4.1;7.6;3.1;8.24;0;1.84;11100
+77086;45.16326;2.57676;886;20220319;14.1;4.7;9.4;3.2;7.14;0;2.71;14900
+77086;45.16326;2.57676;886;20220320;9.9;2;6;6.7;7.04;0;2.11;8800
+77086;45.16326;2.57676;886;20220321;9.9;6.1;8;8;6.54;0;3.14;13200
+77086;45.16326;2.57676;886;20220322;10.7;2.4;6.6;8.2;4.64;0;3.83;18200
+77086;45.16326;2.57676;886;20220323;12.9;2.6;7.8;6.1;3.94;0;4.18;18600
+77086;45.16326;2.57676;886;20220324;15.7;2.2;9;3.7;4.14;0;3.84;19000
+77086;45.16326;2.57676;886;20220325;16.6;4.3;10.5;2.8;4.44;0;3.49;16200
+77086;45.16326;2.57676;886;20220326;17.2;-3.1;7.1;3.1;4.74;0;3.5;19100
+77086;45.16326;2.57676;886;20220327;17.3;-1.5;7.9;3.6;5.44;0;3.59;18300
+77086;45.16326;2.57676;886;20220328;16.9;2.8;9.9;4.8;5.34;0;4.13;16900
+77086;45.16326;2.57676;886;20220329;15.6;5.6;10.6;2.9;6.94;3.3;2.87;12200
+77086;45.16326;2.57676;886;20220330;8.3;5.4;6.9;1.8;9.64;4.4;.97;5000
+77086;45.16326;2.57676;886;20220331;7.3;4.3;5.8;3.7;7.84;4.3;1.55;9300
+77086;45.16326;2.57676;886;20220401;1.5;-3.7;-1.1;4.4;5.39;5.6;1.39;10733
+77086;45.16326;2.57676;886;20220402;1.6;-3.9;-1.1;3.7;4.9;.8;1.45;10233
+77086;45.16326;2.57676;886;20220403;.3;-4.7;-2.2;3.6;4.77;0;1.12;6566
+77086;45.16326;2.57676;886;20220404;7.1;-5.2;1;1.5;4.73;0;2.36;22666
+77086;45.16326;2.57676;886;20220405;11.1;-5.9;2.6;2.2;6.14;0;2.25;20400
+77086;45.16326;2.57676;886;20220406;8;-2.6;2.7;2.4;8.34;4;.84;7100
+77086;45.16326;2.57676;886;20220407;7.9;4.9;6.4;4.5;10.24;25.6;.64;3400
+77086;45.16326;2.57676;886;20220408;11.3;7.3;9.3;4.9;9.94;6.2;1.73;6400
+77086;45.16326;2.57676;886;20220409;8;.4;4.2;3.1;5.74;.4;2.22;15700
+77086;45.16326;2.57676;886;20220410;15.3;-5.3;5;3.3;4.94;0;3.59;24400
+77086;45.16326;2.57676;886;20220411;12.2;4.6;8.4;7.8;7.44;0;3.44;19700
+77086;45.16326;2.57676;886;20220412;14.1;7.8;11;6.8;6.94;0;4.11;15300
+77086;45.16326;2.57676;886;20220413;15.5;3.6;9.6;2.1;7.14;0;2.46;10800
+77086;45.16326;2.57676;886;20220414;20.2;-.5;9.9;2.4;9.14;.3;3.64;23800
+77086;45.16326;2.57676;886;20220415;21;3.2;12.1;2;10.24;0;3.67;23200
+77086;45.16326;2.57676;886;20220416;21.1;2.8;12;2.2;8.64;0;3.96;23700
+77086;45.16326;2.57676;886;20220417;20.2;-2.1;9.1;2.3;7.14;0;3.96;25200
+77086;45.16326;2.57676;886;20220418;15.8;1.1;8.5;2.1;8.24;0;3.06;21600
+77086;45.16326;2.57676;886;20220419;15.4;2.8;9.1;1.9;9.54;.1;2.5;16500
+77086;45.16326;2.57676;886;20220420;11.8;6.9;9.4;1.6;10.54;9.3;1.22;4800
+77086;45.16326;2.57676;886;20220421;12.5;5.4;9;1.3;10.94;3.2;1.58;9800
+77086;45.16326;2.57676;886;20220422;16.3;5.3;10.8;2;10.64;.5;2.82;18400
+77086;45.16326;2.57676;886;20220423;12.8;8;10.4;5.1;8.84;20;2.63;8700
+77086;45.16326;2.57676;886;20220424;8.5;2.4;5.5;3.1;9.64;10.8;.74;4000
+77086;45.16326;2.57676;886;20220425;12.2;4.4;8.3;2;8.74;0;2.08;12300
+77086;45.16326;2.57676;886;20220426;17.5;-.8;8.4;2.1;8.44;0;3.67;27100
+77086;45.16326;2.57676;886;20220427;20.6;4.6;12.6;2.7;9.14;0;4.35;25300
+77086;45.16326;2.57676;886;20220428;19.5;7.3;13.4;2.4;11.24;.5;3.88;23600
+77086;45.16326;2.57676;886;20220429;18;6.9;12.5;2.2;12.54;3;3.01;19000
+77086;45.16326;2.57676;886;20220430;17.2;5;11.1;2;9.74;0;3.67;24800
+77086;45.16326;2.57676;886;20220501;16.7;.3;8.5;2;7.74;0;3.67;26100
+77086;45.16326;2.57676;886;20220502;17.4;1.9;9.7;1.8;8.94;.4;3.36;22500
+77086;45.16326;2.57676;886;20220503;15.8;6.5;11.2;1.6;10.94;3.8;2.21;12000
+77086;45.16326;2.57676;886;20220504;15.3;5.3;10.3;2.1;11.04;4.5;2.68;17800
+77086;45.16326;2.57676;886;20220505;15.4;5.1;10.3;2.7;9.24;.4;3.22;20000
+77086;45.16326;2.57676;886;20220506;14.4;6.2;10.3;4.7;9.42;0;2.52;12629
+77086;45.16326;2.57676;886;20220507;16.9;6.2;11.6;4.4;9.32;.8;3.09;14218
+77086;45.16326;2.57676;886;20220508;18.1;6.2;12.2;4;9.89;0;3.14;14668
+77086;45.16326;2.57676;886;20220509;21.1;7.4;14.3;2.6;9.85;0;3.51;16223
+77086;45.16326;2.57676;886;20220510;22.3;6.5;14.4;1.9;10.15;0;3.38;16243
+77086;45.16326;2.57676;886;20220511;24.1;8.9;16.5;2.9;10.12;0;4.13;15576
+77086;45.16326;2.57676;886;20220512;20.8;9.3;15;2.3;12.52;1.7;2.82;12121
+77086;45.16326;2.57676;886;20220513;20.1;10;15.1;1.8;13.09;2.5;2.59;12347
+77086;45.16326;2.57676;886;20220514;23.6;8.3;16;1.6;13.25;0;3.31;16742
+77086;45.16326;2.57676;886;20220515;23.9;11.7;17.8;3;12.42;1;3.78;14207
+77086;45.16326;2.57676;886;20220516;23.2;10.6;16.9;2.3;12.35;0;3.45;14866
+77086;45.16326;2.57676;886;20220517;25.6;9.3;17.4;1.6;12.12;0;3.7;16973
+77086;45.16326;2.57676;886;20220518;26.7;12.2;19.5;2.3;13.75;.1;4.07;16648
+77086;45.16326;2.57676;886;20220519;25.5;14.2;19.8;3.6;13.12;0;4.28;13354
+77086;45.16326;2.57676;886;20220520;26.1;15.1;20.6;4.2;11.59;0;4.94;12064
+77086;45.16326;2.57676;886;20220521;29.1;11;20;1.4;15.09;0;4.05;18139
+77086;45.16326;2.57676;886;20220522;28.8;14.6;21.7;1.8;16.02;1.3;3.94;15201
+77086;45.16326;2.57676;886;20220523;14.4;14;14.2;3.7;14.42;12.7;1.09;1952
+77086;45.16326;2.57676;886;20220524;14.4;7.2;10.8;2.5;10.15;.4;2.16;11291
+77086;45.16326;2.57676;886;20220525;14.8;2.9;8.9;2.4;9.15;0;2.49;15463
+77086;45.16326;2.57676;886;20220526;14.9;5.9;10.4;2.9;10.39;0;2.34;13529
+77086;45.16326;2.57676;886;20220527;21;9.3;15.1;4.2;11.75;0;3.76;16446
+77086;45.16326;2.57676;886;20220528;19.1;9.5;14.3;5;9.82;0;3.94;15026
+77086;45.16326;2.57676;886;20220529;16.2;5.7;11;4.2;7.22;0;3.61;14957
+77086;45.16326;2.57676;886;20220530;19.6;2.2;10.9;2.3;7.15;0;3.66;18708
+77086;45.16326;2.57676;886;20220531;17.8;8.3;13;2.5;9.25;2.3;2.98;12753
+77086;45.16326;2.57676;886;20220601;23.9;6.4;15.1;2.1;11.32;4.6;3.74;17226
+77086;45.16326;2.57676;886;20220602;24.1;12.3;18.2;3.1;14.42;6;3.68;14758
+77086;45.16326;2.57676;886;20220603;25.9;12.7;19.3;2.8;14.19;13.7;4.12;16329
+77086;45.16326;2.57676;886;20220604;25.4;10.5;17.9;2.7;15.82;20.6;3.79;17756
+77086;45.16326;2.57676;886;20220605;18.2;13;15.6;2.4;14.55;.9;2.28;10694
+77086;45.16326;2.57676;886;20220606;20.2;8.9;14.6;1.9;13.32;.3;2.76;13805
+77086;45.16326;2.57676;886;20220607;18.3;10.1;14.2;2.7;11.85;1.4;2.73;12084
+77086;45.16326;2.57676;886;20220608;15.9;9.2;12.5;2.8;12.15;7.7;1.97;9217
+77086;45.16326;2.57676;886;20220609;15.8;9.1;12.4;3.8;10.72;.1;2.67;11789
+77086;45.16326;2.57676;886;20220610;22.8;8.2;15.5;2.7;11.82;.1;3.9;18516
+77086;45.16326;2.57676;886;20220611;27.1;8.5;17.8;1.7;12.02;0;5.37;29325
+77086;45.16326;2.57676;886;20220612;25.9;12.5;19.2;1.8;14.19;.3;4.66;23468
+77086;45.16326;2.57676;886;20220613;23.7;13.2;18.4;3.4;15.22;.1;4.56;22849
+77086;45.16326;2.57676;886;20220614;29.2;9.8;19.5;1.9;12.49;.5;5.77;29044
+77086;45.16326;2.57676;886;20220615;28.8;15.7;22.3;2.7;15.75;0;5.4;22944
+77086;45.16326;2.57676;886;20220616;28.9;13.4;21.1;2.5;15.22;0;5.52;24990
+77086;45.16326;2.57676;886;20220617;31.8;14.4;23.1;2.9;12.99;0;6.9;28350
+77086;45.16326;2.57676;886;20220618;33.1;17.2;25.2;3.4;11.92;0;7.47;26734
+77086;45.16326;2.57676;886;20220619;29.9;19.3;24.6;6.3;11.89;0;8.12;22147
+77086;45.16326;2.57676;886;20220620;28.2;14.9;21.5;3.4;12.92;.7;6.04;24211
+77086;45.16326;2.57676;886;20220621;26.5;14.3;20.4;2.4;16.52;2.4;4.68;22332
+77086;45.16326;2.57676;886;20220622;23.6;14.4;19;2.7;16.02;7.3;4.2;20931
+77086;45.16326;2.57676;886;20220623;22.7;11.9;17.3;2.3;15.22;19.9;3.76;20142
+77086;45.16326;2.57676;886;20220624;18.2;12.4;15.3;3.1;13.89;3.6;2.88;14983
+77086;45.16326;2.57676;886;20220625;22.5;8.5;15.5;2.3;13.19;19.5;4.02;22383
+77086;45.16326;2.57676;886;20220626;15.5;12.4;13.9;2.5;14.62;34.5;1.79;9607
+77086;45.16326;2.57676;886;20220627;17;11.8;14.4;1.9;13.89;.4;2.38;12867
+77086;45.16326;2.57676;886;20220628;20.7;9.3;15;2.5;11.95;0;4.26;25062
+77086;45.16326;2.57676;886;20220629;23.8;7;15.4;1.6;12.39;1.9;4.55;26811
+77086;45.16326;2.57676;886;20220630;15.1;12;13.6;2.3;13.42;2.3;1.63;7147
+77086;45.16326;2.57676;886;20220701;18.7;7.2;13;2.2;10.75;0;3.75;23042
+77086;45.16326;2.57676;886;20220702;25.6;7.2;16.4;2;10.69;0;5.25;28522
+77086;45.16326;2.57676;886;20220703;26.7;11.5;19.1;1.9;13.82;1.6;4.91;24925
+77086;45.16326;2.57676;886;20220704;23.9;12.8;18.3;2.5;14.85;2.6;3.98;19157
+77086;45.16326;2.57676;886;20220705;23;12.2;17.6;2.9;13.29;0;4.69;24345
+77086;45.16326;2.57676;886;20220706;22;11.4;16.7;3.9;11.32;0;4.95;24051
+77086;45.16326;2.57676;886;20220707;21.6;10;15.8;4;12.05;.1;4.62;24437
+77086;45.16326;2.57676;886;20220708;22.5;11.9;17.2;5.1;12.59;0;5.07;24216
+77086;45.16326;2.57676;886;20220709;24.7;11.5;18.1;4;11.82;0;5.65;26042
+77086;45.16326;2.57676;886;20220710;24.5;13.5;19;4.3;12.52;0;5.6;24667
+77086;45.16326;2.57676;886;20220711;26.7;12.4;19.6;3.7;12.52;0;5.88;25996
+77086;45.16326;2.57676;886;20220712;27.2;14.4;20.8;3.4;12.39;0;5.92;24879
+77086;45.16326;2.57676;886;20220713;29.3;13.4;21.3;2.4;11.49;0;5.91;26218
+77086;45.16326;2.57676;886;20220714;30.7;13.1;21.9;2.1;13.52;0;5.85;26719
+77086;45.16326;2.57676;886;20220715;28.3;14;21.2;2.6;13.72;0;5.65;25284
+77086;45.16326;2.57676;886;20220716;27.7;13.4;20.5;3.8;12.19;0;6.24;25540
+77086;45.16326;2.57676;886;20220717;29.2;13.3;21.3;4.1;11.15;0;6.85;25782
+77086;45.16326;2.57676;886;20220718;33.9;13.2;23.5;2.8;12.22;.7;7.09;28465
+77086;45.16326;2.57676;886;20220719;32.6;18.9;25.8;3.4;13.15;.2;6.8;22504
+77086;45.16326;2.57676;886;20220720;22.8;14.9;18.8;2.4;15.52;.4;3.4;15557
+77086;45.16326;2.57676;886;20220721;28.1;10.8;19.4;2.1;13.95;0;5.27;26642
+77086;45.16326;2.57676;886;20220722;28.9;12.1;20.5;2.4;14.99;0;4.99;22217
+77086;45.16326;2.57676;886;20220723;24.8;14.1;19.5;2.6;14.79;0;4.56;22486
+77086;45.16326;2.57676;886;20220724;31.9;12;21.9;1.8;13.12;0;5.87;27792
+77086;45.16326;2.57676;886;20220725;24.5;15.6;20;3.1;13.95;.2;4.51;18862
+77086;45.16326;2.57676;886;20220726;22.7;11.9;17.3;2.6;12.69;0;4.33;22589
+77086;45.16326;2.57676;886;20220727;23;9.7;16.3;2.8;11.19;0;4.67;24467
+77086;45.16326;2.57676;886;20220728;25.6;8.3;16.9;2.1;11.05;0;4.75;24648
+77086;45.16326;2.57676;886;20220729;22.7;14.2;18.4;2;13.09;1.3;3.5;15588
+77086;45.16326;2.57676;886;20220730;25.7;11.5;18.6;2.1;13.35;0;4.52;22537
+77086;45.16326;2.57676;886;20220731;28.4;11.6;20;2.3;13.09;0;5.19;24546
+77086;45.16326;2.57676;886;20220801;29;14.1;21.6;2.5;13.22;0;5.42;23881
+77086;45.16326;2.57676;886;20220802;29.5;13.9;21.7;2.9;13.59;.4;5.75;24643
+77086;45.16326;2.57676;886;20220803;32.6;13.4;23;2.1;12.42;0;5.92;25883
+77086;45.16326;2.57676;886;20220804;33.1;17.3;25.2;2.3;13.02;0;5.95;22957
+77086;45.16326;2.57676;886;20220805;27.1;16.8;21.9;2.6;16.65;7.9;4.37;18241
+77086;45.16326;2.57676;886;20220806;26.1;14.9;20.5;3.9;14.02;0;5.26;21913
+77086;45.16326;2.57676;886;20220807;26;12;19;3.9;10.35;0;5.8;23910
+77086;45.16326;2.57676;886;20220808;27.3;11.7;19.5;3.7;9.62;0;6.08;23982
+77086;45.16326;2.57676;886;20220809;28.6;13.6;21.1;3.3;9.09;0;6.15;23295
+77086;45.16326;2.57676;886;20220810;31;15.3;23.2;3.4;9.39;0;6.62;22808
+77086;45.16326;2.57676;886;20220811;32.4;13.2;22.8;2.4;10.09;0;6.02;24704
+77086;45.16326;2.57676;886;20220812;32.4;13.9;23.1;2.5;10.62;0;6.04;24022
+77086;45.16326;2.57676;886;20220813;32.2;14.1;23.1;1.7;10.32;6.5;5.25;23566
+77086;45.16326;2.57676;886;20220814;20.3;15.8;18.1;3.2;15.45;6.7;2.84;12042
+77086;45.16326;2.57676;886;20220815;22.1;12.6;17.4;2.8;14.12;.5;3.46;17229
+77086;45.16326;2.57676;886;20220816;26.7;10.6;18.6;2.4;13.59;27.6;4.2;19363
+77086;45.16326;2.57676;886;20220817;22.3;11;16.7;2.4;14.65;1.3;3.2;17472
+77086;45.16326;2.57676;886;20220818;19.6;11;15.3;2.6;14.29;15.3;2.5;13419
+77086;45.16326;2.57676;886;20220819;19.7;13.1;16.4;3.1;15.09;.6;2.86;15975
+77086;45.16326;2.57676;886;20220820;22.7;13.7;18.2;2.5;15.45;.1;3.39;17533
+77086;45.16326;2.57676;886;20220821;22.2;10;16.1;2.3;14.02;.1;3.39;19415
+77086;45.16326;2.57676;886;20220822;21.2;14.1;17.6;2.1;15.42;0;2.91;15103
+77086;45.16326;2.57676;886;20220823;24.4;13.9;19.2;2.3;16.12;.1;3.64;18735
+77086;45.16326;2.57676;886;20220824;28.4;13.2;20.8;1.9;14.19;0;4.42;21630
+77086;45.16326;2.57676;886;20220825;26.7;14.6;20.7;2.4;14.92;1.4;4.01;18006
+77086;45.16326;2.57676;886;20220826;23.4;14.2;18.8;2.9;16.45;.6;3.3;16623
+77086;45.16326;2.57676;886;20220827;22.2;11.6;16.9;2.9;14.15;.1;3.36;17292
+77086;45.16326;2.57676;886;20220828;26.2;10.8;18.5;2.2;12.95;0;4.13;21249
+77086;45.16326;2.57676;886;20220829;28.6;11.4;20;1.8;12.09;.9;4.2;19568
+77086;45.16326;2.57676;886;20220830;24.3;14.1;19.2;2.3;15.42;.1;3.32;15549
+77086;45.16326;2.57676;886;20220831;24.5;10.6;17.6;2.6;13.52;.6;3.78;18745
+77086;45.16326;2.57676;886;20220901;24.4;11.1;17.7;1.9;13.49;.2;3.38;17881
+77086;45.16326;2.57676;886;20220902;21.2;11.4;16.3;2;14.45;8.7;2.61;13925
+77086;45.16326;2.57676;886;20220903;21.8;12.1;16.9;2.9;14.45;0;2.98;15414
+77086;45.16326;2.57676;886;20220904;26.4;10.3;18.4;2;13.39;.3;3.79;19341
+77086;45.16326;2.57676;886;20220905;27.2;12.4;19.8;3.1;14.99;17.6;4.1;17771
+77086;45.16326;2.57676;886;20220906;22.4;12.2;17.3;2.1;15.92;3.5;2.55;13102
+77086;45.16326;2.57676;886;20220907;21.7;11.8;16.8;2.1;14.92;.8;2.6;13967
+77086;45.16326;2.57676;886;20220908;18.6;8.8;13.7;2.5;12.59;1;2.38;14205
+77086;45.16326;2.57676;886;20220909;17.7;9.6;13.6;3.2;12.05;.6;2.42;13326
+77086;45.16326;2.57676;886;20220910;19;8.4;13.7;2.1;11.35;0;2.54;14988
+77086;45.16326;2.57676;886;20220911;24.5;6.7;15.6;1.9;10.55;0;3.5;19904
+77086;45.16326;2.57676;886;20220912;30.7;11.3;21;1.9;11.69;0;4.23;19133
+77086;45.16326;2.57676;886;20220913;26.5;15.3;20.9;2.9;16.85;3.6;3.28;13383
+77086;45.16326;2.57676;886;20220914;23;15.4;19.2;2.5;15.95;7.7;2.62;11320
+77086;45.16326;2.57676;886;20220915;20.7;11.8;16.3;2;14.72;1.5;2.32;12922
+77086;45.16326;2.57676;886;20220916;17.6;11.5;14.5;2.2;12.59;.2;2.16;12131
+77086;45.16326;2.57676;886;20220917;13;5.1;9.1;4;8.15;0;2.34;14769
+77086;45.16326;2.57676;886;20220918;18.3;2.7;10.5;3.3;6.89;0;3.26;17928
+77086;45.16326;2.57676;886;20220919;17.2;5;11.1;4.3;7.65;0;3.3;16499
+77086;45.16326;2.57676;886;20220920;17.1;4.5;10.8;3.9;7.45;0;3.17;16537
+77086;45.16326;2.57676;886;20220921;17.5;4.7;11.1;3.5;7.69;0;3.06;16209
+77086;45.16326;2.57676;886;20220922;20.7;2.8;11.7;1.6;8.39;0;2.63;17159
+77086;45.16326;2.57676;886;20220923;19;6;12.5;2.1;9.99;5;2.3;13079
+77086;45.16326;2.57676;886;20220924;15.3;8.5;11.9;2.2;11.32;3.3;1.65;9776
+77086;45.16326;2.57676;886;20220925;12.9;7.6;10.2;1.8;10.85;1.1;1.28;7998
+77086;45.16326;2.57676;886;20220926;12.2;5.4;8.8;2.9;9.85;5.7;1.39;9764
+77086;45.16326;2.57676;886;20220927;9.6;6.6;8.1;4;10.15;12.9;.97;6521
+77086;45.16326;2.57676;886;20220928;13.3;9;11.1;4.1;12.15;23.7;1.22;7889
+77086;45.16326;2.57676;886;20220929;11.7;6.1;8.9;2.5;9.39;.8;1.4;9183
+77086;45.16326;2.57676;886;20220930;12.6;2.8;7.7;2.2;8.22;.6;1.59;12161
+77086;45.16326;2.57676;886;20221001;15;3.1;9.1;3.7;11.52;12.1;1.33;12454
+77086;45.16326;2.57676;886;20221002;16.4;10.9;13.7;2.8;13.59;.1;1.62;10509
+77086;45.16326;2.57676;886;20221003;16.2;7.5;11.8;2.5;11.65;0;1.6;9880
+77086;45.16326;2.57676;886;20221004;19.6;5.5;12.6;1.8;10.92;.1;2.01;13628
+77086;45.16326;2.57676;886;20221005;21;7.3;14.1;3.1;11.19;0;2.54;13334
+77086;45.16326;2.57676;886;20221006;18.4;8.8;13.6;1.7;12.65;0;1.55;9145
+77086;45.16326;2.57676;886;20221007;19.4;8;13.7;1.7;12.09;.1;1.82;12245
+77086;45.16326;2.57676;886;20221008;14.6;9;11.8;2.2;11.42;.3;1.34;7268
+77086;45.16326;2.57676;886;20221009;19;4.2;11.6;2;10.12;.1;1.96;13518
+77086;45.16326;2.57676;886;20221010;20.3;6.9;13.6;2.3;11.59;0;2;11751
+77086;45.16326;2.57676;886;20221011;17.9;8.5;13.2;2;12.75;4.5;1.5;9508
+77086;45.16326;2.57676;886;20221012;18.4;10.6;14.5;1.5;12.59;.9;1.52;8917
+77086;45.16326;2.57676;886;20221013;13.6;6.8;10.2;2.1;11.99;9.1;.88;5758
+77086;45.16326;2.57676;886;20221014;14.6;10.8;12.7;3.5;13.99;4.1;.92;5940
+77086;45.16326;2.57676;886;20221015;17.7;11.2;14.5;3.5;13.12;0;1.71;8165
+77086;45.16326;2.57676;886;20221016;21.3;11.6;16.5;3.9;12.62;0;2.58;9550
+77086;45.16326;2.57676;886;20221017;18.5;13.9;16.2;5;13.62;0;2.13;5241
+77086;45.16326;2.57676;886;20221018;23;10.7;16.8;1.8;13.19;0;1.96;10750
+77086;45.16326;2.57676;886;20221019;22.8;10.1;16.4;2.4;11.25;3.3;2.24;9316
+77086;45.16326;2.57676;886;20221020;19.1;13.1;16.1;4.6;14.72;7.1;1.72;6331
+77086;45.16326;2.57676;886;20221021;18.3;13.2;15.7;3.6;13.99;6.3;1.66;6652
+77086;45.16326;2.57676;886;20221022;19.4;8.1;13.7;2.5;11.42;0;1.78;9902
+77086;45.16326;2.57676;886;20221023;18.3;12.2;15.3;4.5;12.49;.9;2.01;4538
+77086;45.16326;2.57676;886;20221024;17.4;10.4;13.9;2.9;10.99;.2;1.74;7938
+77086;45.16326;2.57676;886;20221025;19.3;6.9;13.1;2.4;10.29;1;1.76;8737
+77086;45.16326;2.57676;886;20221026;20.3;8.8;14.5;2.1;11.29;0;1.67;8665
+77086;45.16326;2.57676;886;20221027;22.9;9.6;16.3;2.7;11.35;0;2.24;8468
+77086;45.16326;2.57676;886;20221028;23;15.3;19.1;3.2;10.09;0;3.05;6211
+77086;45.16326;2.57676;886;20221029;22.8;11.3;17.1;3.3;7.75;0;3.19;8225
+77086;45.16326;2.57676;886;20221030;19.5;11.1;15.3;3;9.09;.1;2.35;6891
+77086;45.16326;2.57676;886;20221031;18.9;9.3;14.1;4.2;11.75;12.7;1.89;8148
+77086;45.16326;2.57676;886;20221101;13.2;9.6;11.4;3.2;11.52;.1;1.05;6559
+77086;45.16326;2.57676;886;20221102;14.2;4.4;9.3;1.6;9.19;0;.99;7783
+77086;45.16326;2.57676;886;20221103;12.9;4.4;8.6;4.1;9.02;11.5;1.24;5131
+77086;45.16326;2.57676;886;20221104;5.7;4.7;5.2;4.9;8.32;16.8;.58;2122
+77086;45.16326;2.57676;886;20221105;8.4;-.1;4.1;2.5;6.79;0;.79;8052
+77086;45.16326;2.57676;886;20221106;12.5;-1.1;5.7;2.8;6.05;.1;1.34;8566
+77086;45.16326;2.57676;886;20221107;14.5;4.3;9.4;3;8.59;0;1.32;7684
+77086;45.16326;2.57676;886;20221108;15.6;6.4;11;4.6;9.65;6.1;1.69;6025
+77086;45.16326;2.57676;886;20221109;12.1;9.1;10.6;2.8;11.29;8.9;.82;2996
+77086;45.16326;2.57676;886;20221110;11.4;5.9;8.6;1.9;9.25;0;.78;5397
+77086;45.16326;2.57676;886;20221111;17.7;1.2;9.5;2.1;9.29;0;1.13;8878
+77086;45.16326;2.57676;886;20221112;19.1;4;11.6;1.6;8.82;0;1.16;8095
+77086;45.16326;2.57676;886;20221113;17.7;5.1;11.4;1.8;8.49;0;1.19;6851
+77086;45.16326;2.57676;886;20221114;12.4;7;9.7;3.6;9.92;9;1.03;3553
+77086;45.16326;2.57676;886;20221115;13.4;6.6;10;3.6;10.72;9.1;.87;4850
+77086;45.16326;2.57676;886;20221116;10;6;8;4.7;9.65;3.5;.76;4051
+77086;45.16326;2.57676;886;20221117;11.1;7.7;9.4;5.4;9.85;14.3;1.09;3763
+77086;45.16326;2.57676;886;20221118;7.2;3.4;5.3;2.1;8.02;2.1;.54;3522
+77086;45.16326;2.57676;886;20221119;5.7;2.3;4;2.3;7.19;.5;.54;4111
+77086;45.16326;2.57676;886;20221120;4.9;-1.7;1.6;2.4;6.45;1.4;.41;5257
+77086;45.16326;2.57676;886;20221121;5.9;.6;3.2;3.2;7.22;10.9;.48;3111
+77086;45.16326;2.57676;886;20221122;4.9;.7;2.8;3.5;7.05;9.8;.43;3986
+77086;45.16326;2.57676;886;20221123;8.6;2.4;5.5;3.8;8.39;10.3;.54;4725
+77086;45.16326;2.57676;886;20221124;9;3.3;6.1;2.6;8.55;1.2;.54;4506
+77086;45.16326;2.57676;886;20221125;7;5.3;6.2;2.5;8.55;7.9;.56;1627
+77086;45.16326;2.57676;886;20221126;6.8;1.1;4;1.8;6.89;0;.48;4590
+77086;45.16326;2.57676;886;20221127;12.2;-.1;6;2.1;5.19;5.2;1.09;5846
+77086;45.16326;2.57676;886;20221128;6.6;3.9;5.3;2.9;8.05;5.5;.55;2294
+77086;45.16326;2.57676;886;20221129;5.1;1.4;3.2;2.4;6.85;.4;.48;3426
+77086;45.16326;2.57676;886;20221130;4.5;.3;2.4;3.4;6.62;.1;.49;2906
+77086;45.16326;2.57676;886;20221201;2.8;1.2;2;4.1;6.22;0;.55;1904
+77086;45.16326;2.57676;886;20221202;0;-.8;-.4;2.5;5.42;.9;.42;1090
+77086;45.16326;2.57676;886;20221203;2.8;-1.1;.8;1.6;6.09;6.3;.33;2715
+77086;45.16326;2.57676;886;20221204;1.7;.6;1.1;1.7;6.42;4.6;.33;1855
+77086;45.16326;2.57676;886;20221205;2.9;-5;-1;1.7;4.92;0;.33;5796
+77086;45.16326;2.57676;886;20221206;6.4;-6.6;-.1;1.6;4.02;0;.54;6704
+77086;45.16326;2.57676;886;20221207;.5;-6.7;-3.1;2.1;4.29;0;.36;3868
+77086;45.16326;2.57676;886;20221208;4.5;-6.8;-1.2;1.3;4.69;3;.39;4833
+77086;45.16326;2.57676;886;20221209;4;1;2.5;2.2;6.85;1.5;.38;2782
+77086;45.16326;2.57676;886;20221210;-3.5;-3.9;-3.7;3.4;4.32;0;.34;1900
+77086;45.16326;2.57676;886;20221211;1.5;-9.9;-4.2;1.7;2.99;0;.44;6193
+77086;45.16326;2.57676;886;20221212;.9;-7.8;-3.5;1.3;3.72;15.5;.36;4081
+77086;45.16326;2.57676;886;20221213;4.5;-1.3;1.6;3.4;7.69;1.8;.03;4030
+77086;45.16326;2.57676;886;20221214;7.9;3.5;5.7;3.3;9.25;2.5;.28;2750
+77086;45.16326;2.57676;886;20221215;6.4;1.3;3.9;2.4;7.62;11.6;.36;2488
+77086;45.16326;2.57676;886;20221216;.3;-.2;0;3.4;5.62;0;.45;1243
+77086;45.16326;2.57676;886;20221217;3.3;-7.8;-2.2;1.8;3.09;0;.58;5847
+77086;45.16326;2.57676;886;20221218;8.5;-5.2;1.6;3.2;4.12;0;1.09;5570
+77086;45.16326;2.57676;886;20221219;11.7;5;8.3;5.7;8.09;0;1.43;3392
+77086;45.16326;2.57676;886;20221220;11.9;7;9.5;5.1;8.82;3.1;1.41;2637
+77086;45.16326;2.57676;886;20221221;8.7;6.8;7.7;4.1;9.92;1.7;.49;2255
+77086;45.16326;2.57676;886;20221222;9.7;7.4;8.5;5.6;10.32;11.6;.64;1901
+77086;45.16326;2.57676;886;20221223;11.1;8.8;10;4.3;11.82;4.3;.48;1642
+77086;45.16326;2.57676;886;20221224;11.3;7.7;9.5;2.6;10.19;0;.62;3383
+77086;45.16326;2.57676;886;20221225;13.8;3.1;8.5;2.6;7.72;0;1.01;4954
+77086;45.16326;2.57676;886;20221226;9.8;5.4;7.6;2.9;8.72;3.1;.74;2638
+77086;45.16326;2.57676;886;20221227;6.8;1.1;4;1.5;7.45;0;.35;3555
+77086;45.16326;2.57676;886;20221228;10.5;1.4;6;3.8;8.25;.3;.69;3848
+77086;45.16326;2.57676;886;20221229;7.1;4.9;6;4.1;8.62;15.6;.58;1033
+77086;45.16326;2.57676;886;20221230;9.3;4.3;6.8;4.6;9.42;2.7;.46;3064
+77086;45.16326;2.57676;886;20221231;15.3;7.9;11.6;3.8;9.59;0;1.41;4389
+77087;45.18517;2.89312;1019;20220101;16.1;1.5;8.8;2.2;5.7;0;1.21;7100
+77087;45.18517;2.89312;1019;20220102;12.7;1;6.9;2.8;6.55;0;1.11;4500
+77087;45.18517;2.89312;1019;20220103;8.2;2.7;5.5;2.9;8.1;0;.51;3050
+77087;45.18517;2.89312;1019;20220104;11.4;4.3;7.9;6;7.55;7;1.43;4150
+77087;45.18517;2.89312;1019;20220105;-1;-2.1;-1.5;4.8;4.55;0;.43;5850
+77087;45.18517;2.89312;1019;20220106;.7;-3;-1.2;4;4;0;.64;5850
+77087;45.18517;2.89312;1019;20220107;.5;-7.2;-3.4;3.3;4.75;4.6;.2;3950
+77087;45.18517;2.89312;1019;20220108;3.5;-.1;1.7;6.4;6.55;9.3;.33;3250
+77087;45.18517;2.89312;1019;20220109;1.3;-.3;.5;5;5.9;6.6;.34;2800
+77087;45.18517;2.89312;1019;20220110;1.1;-.3;.4;3;5.2;.2;.46;4200
+77087;45.18517;2.89312;1019;20220111;1.5;-5.7;-2.1;5.2;3.65;0;.77;7900
+77087;45.18517;2.89312;1019;20220112;-.6;-5.1;-2.9;5.8;3.45;0;.79;7000
+77087;45.18517;2.89312;1019;20220113;5.7;-7.2;-.8;2.8;3.45;0;.84;8300
+77087;45.18517;2.89312;1019;20220114;8.6;-6.8;.9;1.5;3.05;0;.75;8200
+77087;45.18517;2.89312;1019;20220115;8.3;-6.1;1.1;1.3;3.2;0;.64;8250
+77087;45.18517;2.89312;1019;20220116;7.1;-8.7;-.8;2.3;3.45;0;.82;8600
+77087;45.18517;2.89312;1019;20220117;2.7;-2.5;.1;3.7;5.65;0;.33;5450
+77087;45.18517;2.89312;1019;20220118;3.5;-2.4;.5;3.2;5.1;0;.56;6050
+77087;45.18517;2.89312;1019;20220119;.8;-4.3;-1.7;3.3;5;.2;.36;4350
+77087;45.18517;2.89312;1019;20220120;.7;-2.3;-.8;4.1;5.05;.2;.45;3800
+77087;45.18517;2.89312;1019;20220121;-2.9;-4.4;-3.6;8.8;4;0;.48;5400
+77087;45.18517;2.89312;1019;20220122;-1.7;-5.2;-3.4;5.8;4.2;0;.38;6250
+77087;45.18517;2.89312;1019;20220123;6.3;-4;1.2;4.4;4.65;0;.96;8850
+77087;45.18517;2.89312;1019;20220124;12.6;-5;3.8;2.1;4.05;0;1.16;9300
+77087;45.18517;2.89312;1019;20220125;11.7;-4.4;3.7;1.8;3.95;0;1.05;9350
+77087;45.18517;2.89312;1019;20220126;9.1;-5.4;1.9;2;3.5;0;1.03;9750
+77087;45.18517;2.89312;1019;20220127;10.8;-5.9;2.5;1.9;3.15;0;1.15;9950
+77087;45.18517;2.89312;1019;20220128;5.2;-4.3;.4;2.8;4.9;0;.67;8500
+77087;45.18517;2.89312;1019;20220129;8.1;-5.1;1.5;2.1;5;0;.78;8550
+77087;45.18517;2.89312;1019;20220130;4.1;.1;2.1;3;6.15;.1;.55;7150
+77087;45.18517;2.89312;1019;20220131;2.7;-3.8;-.6;5.6;5.6;1.1;.38;5000
+77087;45.18517;2.89312;1019;20220201;1.5;-3.4;-.9;5.6;5.2;1.5;.48;4300
+77087;45.18517;2.89312;1019;20220202;6.1;1.5;3.8;4;6.9;.1;.69;7050
+77087;45.18517;2.89312;1019;20220203;14.8;-3.8;5.5;2.6;5.05;0;1.61;8050
+77087;45.18517;2.89312;1019;20220204;4.4;-1.3;1.5;2.6;6.65;2.1;.39;3000
+77087;45.18517;2.89312;1019;20220205;4.6;.6;2.6;2.6;5.15;.1;.88;11100
+77087;45.18517;2.89312;1019;20220206;3.1;-5.4;-1.1;4.1;6.05;5;.19;4950
+77087;45.18517;2.89312;1019;20220207;4.8;2.6;3.7;5.3;6.05;.2;1.05;8950
+77087;45.18517;2.89312;1019;20220208;9.7;-3.7;3;2.9;4.55;0;1.34;11950
+77087;45.18517;2.89312;1019;20220209;12;-3.1;4.4;2.8;5.15;0;1.45;12250
+77087;45.18517;2.89312;1019;20220210;4.1;-3.3;.4;2.6;6.99;1.4;1.68;10900
+77087;45.18517;2.89312;1019;20220211;6.9;2.7;4.8;3.3;6.39;0;1.43;8133
+77087;45.18517;2.89312;1019;20220212;6.7;-6.8;-.1;2.7;5.03;0;1.1;7566
+77087;45.18517;2.89312;1019;20220213;7.9;.3;4.1;6.9;7.72;6;1.43;7166
+77087;45.18517;2.89312;1019;20220214;5.9;4.1;5;4.3;7.92;6.2;1.22;4266
+77087;45.18517;2.89312;1019;20220215;3.8;-.6;1.6;4;6.95;6.4;.83;5833
+77087;45.18517;2.89312;1019;20220216;8.2;1;4.6;5.4;8.45;7.2;.43;4150
+77087;45.18517;2.89312;1019;20220217;10;6.2;8.1;3.8;9.6;3;.79;5800
+77087;45.18517;2.89312;1019;20220218;13.1;3.9;8.5;4.4;8.6;1.2;1.5;10800
+77087;45.18517;2.89312;1019;20220219;4;-.5;1.8;3;5.1;0;1.07;12750
+77087;45.18517;2.89312;1019;20220220;6.6;-1.2;2.7;4.3;6.75;4.1;.71;7000
+77087;45.18517;2.89312;1019;20220221;3.5;3.9;3.7;7.1;6.45;3.2;1.02;5150
+77087;45.18517;2.89312;1019;20220222;4.5;.1;2.3;4;6.6;.5;.66;6850
+77087;45.18517;2.89312;1019;20220223;8.9;1.3;5.1;3.1;7;0;1.17;10500
+77087;45.18517;2.89312;1019;20220224;9.4;.6;5;4;6.45;.8;1.38;9600
+77087;45.18517;2.89312;1019;20220225;3.9;-1.3;1.3;4.1;5;0;1.21;14600
+77087;45.18517;2.89312;1019;20220226;6.4;-2.5;2;5.2;4.1;0;1.82;15650
+77087;45.18517;2.89312;1019;20220227;10.1;-4.7;2.7;3.1;4.2;0;1.84;15450
+77087;45.18517;2.89312;1019;20220228;10.3;-4.8;2.8;2.5;4.8;0;1.63;15400
+77087;45.18517;2.89312;1019;20220301;11.8;-3.5;4.2;2.5;4.5;0;1.86;13650
+77087;45.18517;2.89312;1019;20220302;7.8;-.5;3.7;2.6;6.6;.7;.95;5950
+77087;45.18517;2.89312;1019;20220303;10;3.2;6.6;1.4;7.9;0;1.06;8000
+77087;45.18517;2.89312;1019;20220304;7;2.9;5;2;7.2;0;.85;4400
+77087;45.18517;2.89312;1019;20220305;7.4;-2.8;2.3;2.6;4.55;0;1.61;16100
+77087;45.18517;2.89312;1019;20220306;4.4;-7;-1.3;3.3;3.15;0;1.62;17200
+77087;45.18517;2.89312;1019;20220307;7.4;-7.7;-.2;2.9;3.55;0;1.72;17100
+77087;45.18517;2.89312;1019;20220308;10;-5.5;2.3;4.4;5.25;0;1.8;15050
+77087;45.18517;2.89312;1019;20220309;9;-1.1;3.9;4;6.05;0;1.58;13250
+77087;45.18517;2.89312;1019;20220310;9;-1.8;3.6;4.7;6.7;.9;1.27;10300
+77087;45.18517;2.89312;1019;20220311;5.9;2.7;4.3;7.7;7.15;5.4;.96;5500
+77087;45.18517;2.89312;1019;20220312;4.2;1.3;2.7;6.5;6.45;5.5;.77;3250
+77087;45.18517;2.89312;1019;20220313;4.3;2.6;3.5;6;5.95;6.4;1.14;2800
+77087;45.18517;2.89312;1019;20220314;6.7;-4.8;1;5.4;6.9;4;.64;10150
+77087;45.18517;2.89312;1019;20220315;10;5.3;7.6;7.7;8.55;0;1.5;9400
+77087;45.18517;2.89312;1019;20220316;12.7;2.9;7.8;3.9;8.75;0;1.39;6700
+77087;45.18517;2.89312;1019;20220317;6.9;5.1;6;4.1;8.6;.5;.64;2100
+77087;45.18517;2.89312;1019;20220318;9.1;3.5;6.3;3.4;8.35;0;1.51;6733
+77087;45.18517;2.89312;1019;20220319;12.2;3.4;7.8;3;7.79;0;2.37;14166
+77087;45.18517;2.89312;1019;20220320;8;2;5;6.1;7.35;0;1.84;5500
+77087;45.18517;2.89312;1019;20220321;9.1;4;6.5;7.3;6.85;0;2.72;10533
+77087;45.18517;2.89312;1019;20220322;10.2;.1;5.2;7.4;5.12;0;3.49;18533
+77087;45.18517;2.89312;1019;20220323;11.9;-.6;5.7;4.9;4.42;0;3.59;19800
+77087;45.18517;2.89312;1019;20220324;14.8;.4;7.6;3.2;4.42;0;3.57;20266
+77087;45.18517;2.89312;1019;20220325;15.4;1.7;8.5;2.9;4.45;0;3.51;17366
+77087;45.18517;2.89312;1019;20220326;15.6;-1.4;7.1;3.1;5.42;0;3.46;20100
+77087;45.18517;2.89312;1019;20220327;16.7;.5;8.6;3.6;5.69;0;3.87;19533
+77087;45.18517;2.89312;1019;20220328;16.3;3.1;9.7;4.7;5.39;0;4.37;17833
+77087;45.18517;2.89312;1019;20220329;14.4;5.2;9.8;3.6;7.22;1.7;3.11;12300
+77087;45.18517;2.89312;1019;20220330;8.6;4.4;6.5;2.3;9.89;2.8;1.28;7300
+77087;45.18517;2.89312;1019;20220331;7.8;3.4;5.6;4.7;7.82;2.7;1.96;11033
+77087;45.18517;2.89312;1019;20220401;.8;-4.4;-1.8;4.4;5.36;4.2;1.39;10733
+77087;45.18517;2.89312;1019;20220402;.8;-4.7;-1.9;3.7;4.86;.7;1.45;10233
+77087;45.18517;2.89312;1019;20220403;-.5;-5.4;-3;3.6;4.74;.1;1.12;6566
+77087;45.18517;2.89312;1019;20220404;6.3;-6;.2;1.5;4.69;0;2.36;22666
+77087;45.18517;2.89312;1019;20220405;10.8;-4.8;3;2.3;6.45;0;2.29;18433
+77087;45.18517;2.89312;1019;20220406;8.8;-.1;4.4;3.1;8.69;2;1.46;8866
+77087;45.18517;2.89312;1019;20220407;9.3;4.5;6.9;5.3;9.85;18.8;1.49;4866
+77087;45.18517;2.89312;1019;20220408;12.5;7.1;9.8;7.2;9.62;5.5;3.08;11200
+77087;45.18517;2.89312;1019;20220409;7.6;-.7;3.4;3.9;5.79;.5;2.38;16466
+77087;45.18517;2.89312;1019;20220410;13.8;-4.6;4.6;3.1;5.19;0;3.48;24366
+77087;45.18517;2.89312;1019;20220411;10.8;2.3;6.5;7.8;7.89;0;2.88;14566
+77087;45.18517;2.89312;1019;20220412;12.7;6.3;9.5;6.7;7.02;0;3.7;9933
+77087;45.18517;2.89312;1019;20220413;14;3.8;8.9;2.5;7.75;.3;2.69;13066
+77087;45.18517;2.89312;1019;20220414;19;2;10.5;2.7;10.02;0;3.72;22666
+77087;45.18517;2.89312;1019;20220415;20.1;4;12.1;3.2;10.35;0;4.12;23166
+77087;45.18517;2.89312;1019;20220416;19.8;4.4;12.1;4.3;8.82;0;4.69;23200
+77087;45.18517;2.89312;1019;20220417;18.7;1;9.9;3.4;7.22;0;4.52;25800
+77087;45.18517;2.89312;1019;20220418;16.3;1.3;8.8;2.5;8.12;0;3.53;22933
+77087;45.18517;2.89312;1019;20220419;15.5;2.4;8.9;2.2;9.35;0;2.87;17566
+77087;45.18517;2.89312;1019;20220420;11.2;5.4;8.3;1.9;10.32;5.3;1.45;6433
+77087;45.18517;2.89312;1019;20220421;11.8;5.3;8.5;1.8;10.72;.8;1.84;9933
+77087;45.18517;2.89312;1019;20220422;16.1;3.4;9.8;2.4;10.02;2.9;3.15;20300
+77087;45.18517;2.89312;1019;20220423;11.5;6.7;9.1;5;9.29;14.2;2.29;6600
+77087;45.18517;2.89312;1019;20220424;9;1.6;5.3;3.8;9.62;5.7;1.18;6200
+77087;45.18517;2.89312;1019;20220425;12.5;4.6;8.5;2.6;9.05;0;2.68;15900
+77087;45.18517;2.89312;1019;20220426;16.8;1;8.9;2.3;8.72;0;3.75;25566
+77087;45.18517;2.89312;1019;20220427;18.8;3.4;11.1;2.5;9.12;0;4.17;25533
+77087;45.18517;2.89312;1019;20220428;19.6;5.8;12.7;2.3;10.62;.5;4.08;23766
+77087;45.18517;2.89312;1019;20220429;18.2;6.1;12.1;2.5;11.79;2.2;3.39;19500
+77087;45.18517;2.89312;1019;20220430;16.7;5.3;11;3;9.99;0;3.82;23066
+77087;45.18517;2.89312;1019;20220501;16.2;1;8.6;2.4;7.72;0;3.96;26300
+77087;45.18517;2.89312;1019;20220502;16.8;2.8;9.8;2;8.69;.6;3.74;23700
+77087;45.18517;2.89312;1019;20220503;15.8;5.8;10.8;1.7;10.65;4.1;2.69;14833
+77087;45.18517;2.89312;1019;20220504;15.3;4.7;10;1.9;11.42;6;2.53;15166
+77087;45.18517;2.89312;1019;20220505;14.7;5;9.8;3.4;9.75;.8;3.37;19933
+77087;45.18517;2.89312;1019;20220506;12.2;5.8;9;4.8;8.75;0;1.36;1100
+77087;45.18517;2.89312;1019;20220507;15.7;5.6;10.6;3.9;8.8;1;1.82;2550
+77087;45.18517;2.89312;1019;20220508;16.3;5.7;11;3.3;9.35;0;1.66;2300
+77087;45.18517;2.89312;1019;20220509;19.5;6.6;13;2.6;9.35;0;1.98;2600
+77087;45.18517;2.89312;1019;20220510;21.4;5.3;13.4;2.6;9.9;0;2.05;2650
+77087;45.18517;2.89312;1019;20220511;23.4;5.2;14.3;3.4;9.65;0;2.73;2800
+77087;45.18517;2.89312;1019;20220512;21.2;7;14.1;3.3;11.35;.9;1.93;1600
+77087;45.18517;2.89312;1019;20220513;20.4;7.4;13.9;2.2;11.95;2.4;1.5;2250
+77087;45.18517;2.89312;1019;20220514;22.6;7.4;15;2.4;12.45;0;1.78;2450
+77087;45.18517;2.89312;1019;20220515;23.5;11.1;17.3;3.8;11.95;.6;2.73;2600
+77087;45.18517;2.89312;1019;20220516;22.7;9;15.8;2.7;10.8;0;2.27;2600
+77087;45.18517;2.89312;1019;20220517;24.6;7.1;15.8;2.1;11.35;0;2.09;2550
+77087;45.18517;2.89312;1019;20220518;25.4;10.4;17.9;2;12.8;.1;2.07;2550
+77087;45.18517;2.89312;1019;20220519;25;11.2;18.1;4.4;12.2;0;3.14;2450
+77087;45.18517;2.89312;1019;20220520;26;11;18.5;5;11.1;0;3.93;2550
+77087;45.18517;2.89312;1019;20220521;29;10.3;19.6;2.1;14.1;0;2.4;2700
+77087;45.18517;2.89312;1019;20220522;28.7;12.4;20.6;2.2;14.25;1.6;2.37;2150
+77087;45.18517;2.89312;1019;20220523;14.7;14.3;14.5;3.6;13;7.4;1.31;900
+77087;45.18517;2.89312;1019;20220524;13.8;6.3;10.1;2.8;9.4;0;1.26;1850
+77087;45.18517;2.89312;1019;20220525;13.9;2.1;8;2.6;8.45;0;1.2;2050
+77087;45.18517;2.89312;1019;20220526;14.4;3.8;9.1;2.9;9.5;0;1.17;1700
+77087;45.18517;2.89312;1019;20220527;20.2;9.6;14.9;4;11.2;0;2.28;2700
+77087;45.18517;2.89312;1019;20220528;17.5;7.9;12.7;4.4;9.15;0;2.36;2900
+77087;45.18517;2.89312;1019;20220529;14.5;4.2;9.4;3.8;6.9;0;2.15;3150
+77087;45.18517;2.89312;1019;20220530;18.9;1.7;10.3;2.8;6.95;0;2.27;2950
+77087;45.18517;2.89312;1019;20220531;17.1;5.4;11.3;2.4;8.9;1.8;1.59;1400
+77087;45.18517;2.89312;1019;20220601;24.4;3.2;13.8;2.3;10.85;6;2.06;2400
+77087;45.18517;2.89312;1019;20220602;23.8;11.8;17.8;3.4;13.55;4.7;2.28;1800
+77087;45.18517;2.89312;1019;20220603;25.8;11.9;18.9;2.9;13.4;10.2;2.45;2300
+77087;45.18517;2.89312;1019;20220604;25.5;10.3;17.9;2.5;15.45;18;1.87;2600
+77087;45.18517;2.89312;1019;20220605;18.1;12.7;15.4;2.4;13.75;0;1.36;2350
+77087;45.18517;2.89312;1019;20220606;20.9;7.6;14.2;1.7;12.35;.2;1.43;2250
+77087;45.18517;2.89312;1019;20220607;17.7;8.7;13.2;2.8;10.95;.8;1.68;2850
+77087;45.18517;2.89312;1019;20220608;14.8;7.2;11;2.7;11.35;4.8;.94;900
+77087;45.18517;2.89312;1019;20220609;15.3;8.3;11.8;4.4;9.95;0;1.81;2100
+77087;45.18517;2.89312;1019;20220610;22.3;6.9;14.6;2.6;11.1;.1;2.08;3150
+77087;45.18517;2.89312;1019;20220611;26.6;7.3;16.9;2.2;10.95;0;5.7;31350
+77087;45.18517;2.89312;1019;20220612;26.1;11.6;18.8;2.5;13.45;.2;4.86;23550
+77087;45.18517;2.89312;1019;20220613;22.4;12.3;17.4;3.2;14.7;0;4.39;24600
+77087;45.18517;2.89312;1019;20220614;28.7;8.9;18.8;2.5;11.9;.4;6.08;30750
+77087;45.18517;2.89312;1019;20220615;28.5;13.6;21;3.6;14.55;.1;5.88;25650
+77087;45.18517;2.89312;1019;20220616;28.1;10.7;19.4;2;14.25;0;5.26;26500
+77087;45.18517;2.89312;1019;20220617;30.2;12.5;21.4;2.5;12.15;0;6.44;30050
+77087;45.18517;2.89312;1019;20220618;32.3;14.9;23.6;4;11.9;0;7.8;30300
+77087;45.18517;2.89312;1019;20220619;28.9;15.8;22.3;6.5;12.1;0;8.1;29800
+77087;45.18517;2.89312;1019;20220620;28.3;12.7;20.5;3.6;11.55;1.1;6.72;30150
+77087;45.18517;2.89312;1019;20220621;26.4;12.4;19.4;3;15.05;1.3;5.02;24550
+77087;45.18517;2.89312;1019;20220622;23.8;14.2;19;3.6;14.95;3.6;4.99;25950
+77087;45.18517;2.89312;1019;20220623;21.9;11;16.4;2.9;14.15;15.2;3.7;19900
+77087;45.18517;2.89312;1019;20220624;17.6;11.5;14.5;3.2;12.5;4.2;2.92;15150
+77087;45.18517;2.89312;1019;20220625;22.1;6.6;14.3;2.9;12.3;20.9;3.8;21150
+77087;45.18517;2.89312;1019;20220626;16.2;11.6;13.9;2.3;14;37;1.56;7200
+77087;45.18517;2.89312;1019;20220627;15.8;11.3;13.5;1.9;13.25;1.1;1.68;7900
+77087;45.18517;2.89312;1019;20220628;19.7;8.2;14;2.4;11.45;0;4.51;29200
+77087;45.18517;2.89312;1019;20220629;24;6.5;15.3;1.9;11.75;.1;4.94;29600
+77087;45.18517;2.89312;1019;20220630;16.8;11.2;14;2.4;12.8;2.9;1.89;7950
+77087;45.18517;2.89312;1019;20220701;18.6;5.9;12.2;2.3;10.15;0;4.22;28300
+77087;45.18517;2.89312;1019;20220702;25.9;6.3;16.1;2.6;10.2;0;5.68;30950
+77087;45.18517;2.89312;1019;20220703;26.9;10.9;18.9;2;13.45;1.6;5.16;26700
+77087;45.18517;2.89312;1019;20220704;23.6;12.1;17.9;2.1;14.3;1.2;3.84;19100
+77087;45.18517;2.89312;1019;20220705;21.8;10.6;16.2;2.8;12.3;0;5.05;30050
+77087;45.18517;2.89312;1019;20220706;20.8;10.5;15.6;3.6;10.6;0;5.33;31000
+77087;45.18517;2.89312;1019;20220707;21.3;9.8;15.5;3.9;11.25;0;4.91;27800
+77087;45.18517;2.89312;1019;20220708;20.9;11.5;16.2;5.5;11.95;0;5.23;29700
+77087;45.18517;2.89312;1019;20220709;23.2;10.6;16.9;3.3;11.05;0;5.58;30700
+77087;45.18517;2.89312;1019;20220710;23.2;12.2;17.7;3.7;12.05;0;5.61;30200
+77087;45.18517;2.89312;1019;20220711;26.3;10.6;18.5;3.3;11.85;0;6;30400
+77087;45.18517;2.89312;1019;20220712;26.2;11.3;18.7;3.1;11.5;0;6.02;30400
+77087;45.18517;2.89312;1019;20220713;29.3;10.9;20.1;2.6;9.9;0;6.35;29650
+77087;45.18517;2.89312;1019;20220714;30.2;12.2;21.2;2.6;12.4;0;6.35;29500
+77087;45.18517;2.89312;1019;20220715;28.2;12.7;20.4;2.9;12.4;0;6.02;28350
+77087;45.18517;2.89312;1019;20220716;26.9;10.8;18.9;3.3;11.25;0;6.07;29550
+77087;45.18517;2.89312;1019;20220717;28.5;10.1;19.3;3.2;10.7;0;6.35;29550
+77087;45.18517;2.89312;1019;20220718;32.9;14.3;23.6;4.2;11.55;3.4;7.87;29000
+77087;45.18517;2.89312;1019;20220719;32.3;15.1;23.7;4;12.1;.2;7.48;27850
+77087;45.18517;2.89312;1019;20220720;22.9;14.4;18.6;2.7;13.15;.2;3.56;14200
+77087;45.18517;2.89312;1019;20220721;27.8;9.4;18.6;2.6;13.15;0;5.53;28500
+77087;45.18517;2.89312;1019;20220722;29.8;11.1;20.5;2.9;14.25;.2;5.24;21950
+77087;45.18517;2.89312;1019;20220723;24.9;13.4;19.2;2.4;14.65;0;4.98;26700
+77087;45.18517;2.89312;1019;20220724;31.8;11.2;21.5;2.5;12.3;0;6.28;28500
+77087;45.18517;2.89312;1019;20220725;25.5;14.4;20;3.1;13.15;.1;5.43;25800
+77087;45.18517;2.89312;1019;20220726;22.7;11;16.9;3.1;12.5;0;4.95;28300
+77087;45.18517;2.89312;1019;20220727;22;9.7;15.8;3;10.55;0;4.88;27400
+77087;45.18517;2.89312;1019;20220728;25.6;7.6;16.6;2.6;10.45;0;5.08;26000
+77087;45.18517;2.89312;1019;20220729;22.2;12.7;17.5;2.2;12.35;0;3.25;13900
+77087;45.18517;2.89312;1019;20220730;25.1;9.7;17.4;2.3;11.8;0;4.58;23550
+77087;45.18517;2.89312;1019;20220731;27.3;11.6;19.5;2.3;12.25;0;5.16;25300
+77087;45.18517;2.89312;1019;20220801;28.4;12.3;20.3;2.3;12.45;0;5.47;26550
+77087;45.18517;2.89312;1019;20220802;28.9;10.7;19.8;2.8;12.7;1.6;5.63;26850
+77087;45.18517;2.89312;1019;20220803;32;12.7;22.4;2.6;11.8;0;6.31;27000
+77087;45.18517;2.89312;1019;20220804;32.3;14.8;23.6;2.8;12.35;0;6.08;23350
+77087;45.18517;2.89312;1019;20220805;27.8;14.9;21.3;2.5;15.85;9.9;4.62;21050
+77087;45.18517;2.89312;1019;20220806;25.1;13.8;19.5;4;13.9;0;5.24;25800
+77087;45.18517;2.89312;1019;20220807;24.6;10.3;17.5;3.7;10.15;0;5.57;27650
+77087;45.18517;2.89312;1019;20220808;25.9;8.6;17.3;3.4;9;0;5.66;27300
+77087;45.18517;2.89312;1019;20220809;27.3;10.7;19;2.8;8.35;0;5.71;26300
+77087;45.18517;2.89312;1019;20220810;30.2;12.5;21.4;3.1;9.2;0;6.19;24550
+77087;45.18517;2.89312;1019;20220811;31.3;12.2;21.7;3;9.45;0;6.41;26200
+77087;45.18517;2.89312;1019;20220812;31.7;12.1;21.9;3;10.15;0;6.26;25050
+77087;45.18517;2.89312;1019;20220813;31.4;11.6;21.5;2.3;9.75;9.2;5.72;25000
+77087;45.18517;2.89312;1019;20220814;20.6;15.7;18.1;3.2;14.45;6;3.21;14400
+77087;45.18517;2.89312;1019;20220815;21.2;11.3;16.3;2.6;12.85;.1;3.26;16500
+77087;45.18517;2.89312;1019;20220816;26.4;8.3;17.4;2.8;12.6;19.5;3.88;16400
+77087;45.18517;2.89312;1019;20220817;21.2;10.5;15.8;2.8;14.2;3.6;2.85;15350
+77087;45.18517;2.89312;1019;20220818;18.7;10.4;14.6;2.6;13.9;21.4;1.84;8300
+77087;45.18517;2.89312;1019;20220819;18.5;12.6;15.6;4;14.45;.2;2.63;14450
+77087;45.18517;2.89312;1019;20220820;22;13.4;17.7;2.6;14.65;.2;3.61;20000
+77087;45.18517;2.89312;1019;20220821;21.9;9.2;15.6;2.2;12.9;.1;3.51;20850
+77087;45.18517;2.89312;1019;20220822;21.1;13.2;17.2;2.5;14.85;.3;2.97;15550
+77087;45.18517;2.89312;1019;20220823;22.9;13.5;18.2;2.7;15.2;.2;3.7;20200
+77087;45.18517;2.89312;1019;20220824;26.9;10.7;18.8;2.1;13.3;0;4.5;24550
+77087;45.18517;2.89312;1019;20220825;26;13.4;19.7;3.1;14.35;1.8;4.43;21100
+77087;45.18517;2.89312;1019;20220826;21.7;12.7;17.2;2.5;16.05;.9;2.79;15750
+77087;45.18517;2.89312;1019;20220827;20.3;9.4;14.8;2.4;13.35;.1;2.85;17150
+77087;45.18517;2.89312;1019;20220828;24.7;10.3;17.5;2.4;12.85;0;3.99;21550
+77087;45.18517;2.89312;1019;20220829;27.3;10.6;19;2.1;12.15;.8;4.01;18650
+77087;45.18517;2.89312;1019;20220830;24.7;12.8;18.7;1.9;14.25;.3;3.38;17200
+77087;45.18517;2.89312;1019;20220831;22.4;8.4;15.4;2.2;12.7;.2;3.31;19600
+77087;45.18517;2.89312;1019;20220901;24.3;9.6;16.9;2.3;12.25;0;3.65;19350
+77087;45.18517;2.89312;1019;20220902;21.4;9.6;15.5;2.5;13;5.3;2.65;13400
+77087;45.18517;2.89312;1019;20220903;20.9;9.9;15.4;2.9;13.45;.3;3.02;18000
+77087;45.18517;2.89312;1019;20220904;24.7;9.3;17;3.2;13.45;.3;3.82;21000
+77087;45.18517;2.89312;1019;20220905;26.5;11.9;19.2;3.9;14.8;7.6;4.16;18500
+77087;45.18517;2.89312;1019;20220906;22.4;11.5;16.9;3;15;2.2;2.52;11650
+77087;45.18517;2.89312;1019;20220907;22.7;10;16.3;2.4;14.1;1;2.82;15200
+77087;45.18517;2.89312;1019;20220908;18.2;7.2;12.7;2.3;11.7;.8;2.23;13450
+77087;45.18517;2.89312;1019;20220909;17.5;8.4;13;3.1;10.9;0;2.63;15650
+77087;45.18517;2.89312;1019;20220910;18;6.8;12.4;2.3;10.4;.1;2.61;16500
+77087;45.18517;2.89312;1019;20220911;23.9;5.7;14.8;2.6;9.95;0;3.78;21100
+77087;45.18517;2.89312;1019;20220912;29.8;9.7;19.7;2.9;11.75;0;4.63;20100
+77087;45.18517;2.89312;1019;20220913;24.9;13.2;19;4.3;16.4;3.6;3.09;12450
+77087;45.18517;2.89312;1019;20220914;22.6;14.1;18.4;3.4;15.25;10.1;2.85;12850
+77087;45.18517;2.89312;1019;20220915;20.6;9.9;15.2;2;13.8;1.5;2.35;14150
+77087;45.18517;2.89312;1019;20220916;17.3;10.9;14.1;2.4;11.95;.1;2.31;14050
+77087;45.18517;2.89312;1019;20220917;11.5;4.4;7.9;3.5;7.45;0;2.38;19300
+77087;45.18517;2.89312;1019;20220918;17.4;1.7;9.5;2.8;6.4;0;3.09;20350
+77087;45.18517;2.89312;1019;20220919;15.6;1.2;8.4;3.4;6.9;0;2.82;20150
+77087;45.18517;2.89312;1019;20220920;15.4;1.8;8.6;2.9;6.95;0;2.7;19950
+77087;45.18517;2.89312;1019;20220921;15.9;1.9;8.9;2.6;7.2;0;2.64;19450
+77087;45.18517;2.89312;1019;20220922;19.6;1.6;10.6;2.5;7.9;0;2.88;19100
+77087;45.18517;2.89312;1019;20220923;18.9;3.5;11.2;2.2;9.4;8.2;2.16;11950
+77087;45.18517;2.89312;1019;20220924;14.3;5.9;10.1;1.6;10.25;2.5;1.6;11750
+77087;45.18517;2.89312;1019;20220925;12.6;6;9.3;1.6;10;2.6;1.27;8450
+77087;45.18517;2.89312;1019;20220926;11.1;3.6;7.3;2.8;8.9;3.1;1.27;9400
+77087;45.18517;2.89312;1019;20220927;8.9;5.8;7.3;4.9;9.35;6.9;.97;7050
+77087;45.18517;2.89312;1019;20220928;12.6;8.4;10.5;4.5;11.3;15.1;1.09;6300
+77087;45.18517;2.89312;1019;20220929;10;5.3;7.7;2.9;8.65;.4;1.35;10000
+77087;45.18517;2.89312;1019;20220930;11.3;1.9;6.6;2;7.45;.2;1.5;12250
+77087;45.18517;2.89312;1019;20221001;15.1;1.6;8.4;3.4;10.85;6.9;1.17;9100
+77087;45.18517;2.89312;1019;20221002;15.9;10.6;13.3;2.8;12.7;.1;1.73;11700
+77087;45.18517;2.89312;1019;20221003;14.1;5.6;9.9;2.4;10.75;0;1.3;9600
+77087;45.18517;2.89312;1019;20221004;19.4;3.8;11.6;2.4;10.4;.1;2.21;16150
+77087;45.18517;2.89312;1019;20221005;20.8;4;12.4;3.6;9.95;.1;2.78;16650
+77087;45.18517;2.89312;1019;20221006;17;6.3;11.7;2.3;11.65;0;1.5;9800
+77087;45.18517;2.89312;1019;20221007;18.6;7.7;13.2;2.6;11.7;.2;1.99;14300
+77087;45.18517;2.89312;1019;20221008;14.5;7.2;10.9;2.2;10.6;.1;1.31;7750
+77087;45.18517;2.89312;1019;20221009;18.6;3.9;11.2;3.4;9.35;.1;2.33;14550
+77087;45.18517;2.89312;1019;20221010;19.9;5.2;12.5;3;10.85;0;2.17;13550
+77087;45.18517;2.89312;1019;20221011;17.8;6.8;12.3;1.9;11.55;2.9;1.44;8600
+77087;45.18517;2.89312;1019;20221012;17.7;10;13.9;1.7;11.75;.7;1.63;10700
+77087;45.18517;2.89312;1019;20221013;13.5;4.6;9.1;1.8;10.95;6.8;.76;3850
+77087;45.18517;2.89312;1019;20221014;14.7;10;12.3;3.4;12.95;2.5;1.02;6050
+77087;45.18517;2.89312;1019;20221015;18.8;10.4;14.6;3.4;11.9;0;2.01;9900
+77087;45.18517;2.89312;1019;20221016;19.3;9.4;14.3;5.1;12.65;0;2.19;12400
+77087;45.18517;2.89312;1019;20221017;17.2;11.7;14.4;5.7;13.15;.1;1.73;6500
+77087;45.18517;2.89312;1019;20221018;21.6;9.6;15.6;3.1;12.95;0;2.12;13250
+77087;45.18517;2.89312;1019;20221019;21.1;8.3;14.7;3.7;11.7;2.4;2.26;9050
+77087;45.18517;2.89312;1019;20221020;18.1;11.8;15;4.4;14.05;8.3;1.48;6250
+77087;45.18517;2.89312;1019;20221021;18;13;15.5;3;12.7;2.2;1.7;8150
+77087;45.18517;2.89312;1019;20221022;19.1;6.4;12.7;2.9;10.75;0;1.85;12500
+77087;45.18517;2.89312;1019;20221023;17.4;9.5;13.5;4.4;12.1;.3;1.55;3600
+77087;45.18517;2.89312;1019;20221024;16.5;9.3;12.9;2.9;10.15;.1;1.75;10750
+77087;45.18517;2.89312;1019;20221025;18.2;4.5;11.4;2.8;9.7;.2;1.63;9200
+77087;45.18517;2.89312;1019;20221026;19.8;6.8;13.3;2.6;10.8;0;1.76;10100
+77087;45.18517;2.89312;1019;20221027;20.9;7.9;14.4;3.9;11.9;0;1.91;7650
+77087;45.18517;2.89312;1019;20221028;22.6;10.6;16.6;4.1;10.25;0;2.91;8200
+77087;45.18517;2.89312;1019;20221029;20.6;9.3;14.9;4.5;7.9;0;3.12;9450
+77087;45.18517;2.89312;1019;20221030;19.9;9.5;14.7;3.9;8.95;.1;2.6;9200
+77087;45.18517;2.89312;1019;20221031;17.7;8.7;13.2;4.9;11.25;9.3;1.85;9350
+77087;45.18517;2.89312;1019;20221101;13;9.2;11.1;3.4;10.65;0;1.19;9650
+77087;45.18517;2.89312;1019;20221102;14.1;2.9;8.5;1.8;8.25;0;1.06;10100
+77087;45.18517;2.89312;1019;20221103;12.9;2.5;7.7;4.5;8.35;6.6;1.25;2900
+77087;45.18517;2.89312;1019;20221104;4.8;3.7;4.3;4.9;7.5;10.1;.59;3700
+77087;45.18517;2.89312;1019;20221105;7.6;-.5;3.5;3.2;6.45;0;.82;10450
+77087;45.18517;2.89312;1019;20221106;13.4;-2.1;5.7;3.5;5.65;.1;1.62;8550
+77087;45.18517;2.89312;1019;20221107;14.2;.9;7.6;3.4;7.75;0;1.3;10050
+77087;45.18517;2.89312;1019;20221108;14.7;4.2;9.4;5.1;9.35;3.3;1.43;7600
+77087;45.18517;2.89312;1019;20221109;12.7;7.4;10.1;3.1;10.35;6.8;.91;3850
+77087;45.18517;2.89312;1019;20221110;9.9;3.7;6.8;2.6;8.55;0;.69;7850
+77087;45.18517;2.89312;1019;20221111;15.8;2;8.9;3.5;9;.1;1.22;9450
+77087;45.18517;2.89312;1019;20221112;17.5;4.2;10.9;3.2;8.45;0;1.59;8900
+77087;45.18517;2.89312;1019;20221113;17;3.3;10.1;2.6;8.1;0;1.43;6900
+77087;45.18517;2.89312;1019;20221114;11.5;5.8;8.6;4;9.6;8.6;.84;3200
+77087;45.18517;2.89312;1019;20221115;13.3;6.3;9.8;3.5;9.95;5.6;.95;4350
+77087;45.18517;2.89312;1019;20221116;10.1;5.1;7.6;5;8.6;1.6;.93;4850
+77087;45.18517;2.89312;1019;20221117;11.1;6.9;9;7.3;8.9;6.7;1.32;5800
+77087;45.18517;2.89312;1019;20221118;6.4;2.4;4.4;2.6;7.3;1.5;.53;4650
+77087;45.18517;2.89312;1019;20221119;4.9;1.5;3.2;2.6;6.55;.6;.53;5650
+77087;45.18517;2.89312;1019;20221120;4.9;-1.7;1.6;2.7;6.1;.8;.47;5850
+77087;45.18517;2.89312;1019;20221121;6.2;-1;2.6;3.8;6.6;7.6;.57;1850
+77087;45.18517;2.89312;1019;20221122;4.1;-.4;1.9;3.7;6.3;5.6;.44;4300
+77087;45.18517;2.89312;1019;20221123;8.6;.9;4.8;4.2;7.75;5.2;.57;4100
+77087;45.18517;2.89312;1019;20221124;8;1.8;4.9;2.7;7.6;1;.51;5900
+77087;45.18517;2.89312;1019;20221125;6.1;4.7;5.4;2.8;8;4.5;.55;1650
+77087;45.18517;2.89312;1019;20221126;6.3;.3;3.3;2.1;6;0;.56;5700
+77087;45.18517;2.89312;1019;20221127;9.8;-1.4;4.2;3.4;4.9;2.4;1.27;6100
+77087;45.18517;2.89312;1019;20221128;5.4;2.9;4.2;2.8;7.35;3.8;.48;2500
+77087;45.18517;2.89312;1019;20221129;3.9;.3;2.1;3;6.2;.7;.48;3700
+77087;45.18517;2.89312;1019;20221130;2.9;-.2;1.4;3.5;6.25;.2;.39;1500
+77087;45.18517;2.89312;1019;20221201;1.4;.7;1;4.7;5.95;0;.42;2100
+77087;45.18517;2.89312;1019;20221202;-1.2;-2.1;-1.6;2.6;5.1;1;.31;1250
+77087;45.18517;2.89312;1019;20221203;1.1;-1.9;-.4;2.8;5.65;8.2;.31;2450
+77087;45.18517;2.89312;1019;20221204;1;0;.5;2;5.8;6.2;.32;2950
+77087;45.18517;2.89312;1019;20221205;-1.2;-9.1;-5.1;2.5;3.85;0;.18;8050
+77087;45.18517;2.89312;1019;20221206;3.8;-9.7;-3;2.1;3.2;0;.52;8550
+77087;45.18517;2.89312;1019;20221207;-3;-7.8;-5.4;3.1;3.75;0;.24;5100
+77087;45.18517;2.89312;1019;20221208;1;-9.5;-4.2;2.2;4.35;3;.27;4100
+77087;45.18517;2.89312;1019;20221209;2.7;.8;1.7;1.7;6.7;1.7;.28;2450
+77087;45.18517;2.89312;1019;20221210;-3.4;-2.8;-3.1;2.8;4.45;0;.23;4350
+77087;45.18517;2.89312;1019;20221211;-.3;-9.8;-5.1;2.8;2.85;0;.48;7400
+77087;45.18517;2.89312;1019;20221212;-.4;-9.7;-5;2.2;3.45;13.7;.37;3900
+77087;45.18517;2.89312;1019;20221213;4.6;-2.5;1.1;4.3;6.95;1;.04;4700
+77087;45.18517;2.89312;1019;20221214;7.1;2.1;4.6;3.7;8.1;1.5;.34;2300
+77087;45.18517;2.89312;1019;20221215;5.3;.4;2.9;3.1;7.15;17.4;.41;1000
+77087;45.18517;2.89312;1019;20221216;.4;.1;.3;2.9;5.4;.1;.41;2400
+77087;45.18517;2.89312;1019;20221217;1.6;-8;-3.2;3.3;2.9;0;.71;7150
+77087;45.18517;2.89312;1019;20221218;6.2;-6.3;-.1;4.2;4.25;0;.91;6000
+77087;45.18517;2.89312;1019;20221219;9;3.4;6.2;6.8;8.15;0;.73;4100
+77087;45.18517;2.89312;1019;20221220;10.2;4.3;7.3;5.9;8.7;.9;.81;3900
+77087;45.18517;2.89312;1019;20221221;8.6;5.9;7.2;4;9.05;1;.53;3250
+77087;45.18517;2.89312;1019;20221222;9.2;6.6;7.9;6.6;9.45;8.9;.7;1700
+77087;45.18517;2.89312;1019;20221223;10.8;8.4;9.6;5.6;11.05;2.5;.57;950
+77087;45.18517;2.89312;1019;20221224;11.3;6.7;9;2.5;9.35;0;.59;4700
+77087;45.18517;2.89312;1019;20221225;12.8;.6;6.7;4;7.1;0;1.08;6400
+77087;45.18517;2.89312;1019;20221226;10;3.3;6.7;3.4;8.05;2.6;.77;2650
+77087;45.18517;2.89312;1019;20221227;5.3;.3;2.8;1.7;6.8;0;.26;4900
+77087;45.18517;2.89312;1019;20221228;9.8;-1.6;4.1;3.8;7.2;.2;.63;3750
+77087;45.18517;2.89312;1019;20221229;7.4;3.8;5.6;3.8;8.05;11.5;.57;1450
+77087;45.18517;2.89312;1019;20221230;9.1;3;6.1;3.9;8.9;1.6;.44;2050
+77087;45.18517;2.89312;1019;20221231;14.1;5.7;9.9;4.2;9.25;0;1.08;5700
+77088;45.20613;3.2097;627;20220101;18;5.2;11.6;1.1;6.18;0;.93;5547
+77088;45.20613;3.2097;627;20220102;13.7;3;8.3;1.8;7.55;0;.82;4830
+77088;45.20613;3.2097;627;20220103;10.5;6.2;8.3;2.6;9.58;0;.68;2471
+77088;45.20613;3.2097;627;20220104;14.6;9;11.8;4.4;8.54;5.9;1.94;3525
+77088;45.20613;3.2097;627;20220105;2.5;-.1;1.2;3.2;5.54;.2;.63;2222
+77088;45.20613;3.2097;627;20220106;3.2;-.9;1.1;2.5;4.95;0;.63;4091
+77088;45.20613;3.2097;627;20220107;1.3;-4.7;-1.7;1.3;5.48;3.3;.22;3230
+77088;45.20613;3.2097;627;20220108;7;.8;3.9;3.9;7.92;2.6;.33;3022
+77088;45.20613;3.2097;627;20220109;4.5;2.1;3.3;2.7;6.92;3.1;.48;1994
+77088;45.20613;3.2097;627;20220110;5.2;2.2;3.7;2;6.62;.3;.56;2431
+77088;45.20613;3.2097;627;20220111;6.2;-4.1;1.1;2.4;4.82;0;.59;6073
+77088;45.20613;3.2097;627;20220112;5.2;-5;.1;2.5;4.35;0;.7;5676
+77088;45.20613;3.2097;627;20220113;8.2;-4.1;2.1;1.4;4.02;0;.71;6201
+77088;45.20613;3.2097;627;20220114;11.1;-4.6;3.2;1.2;3.65;0;.71;7214
+77088;45.20613;3.2097;627;20220115;9.8;-3.7;3.1;.9;3.88;0;.57;6854
+77088;45.20613;3.2097;627;20220116;7.1;-6.8;.1;1.3;4.12;0;.53;7523
+77088;45.20613;3.2097;627;20220117;7.6;-4.6;1.5;2.1;5.35;0;.58;6450
+77088;45.20613;3.2097;627;20220118;7.6;-2.3;2.6;1.6;5.28;0;.63;5828
+77088;45.20613;3.2097;627;20220119;1;-4.9;-1.9;1.2;5.38;0;.22;3372
+77088;45.20613;3.2097;627;20220120;3.6;-1.5;1;2.4;5.85;1.1;.45;4044
+77088;45.20613;3.2097;627;20220121;3.2;-2.6;.3;4;4.38;0;.89;5275
+77088;45.20613;3.2097;627;20220122;4.9;-5;0;2.5;4.58;0;.65;5741
+77088;45.20613;3.2097;627;20220123;11.9;-3.4;4.2;2.2;5.08;0;1.1;7366
+77088;45.20613;3.2097;627;20220124;13.8;-2.4;5.7;1.2;4.58;0;.91;8093
+77088;45.20613;3.2097;627;20220125;11.3;-3.1;4.1;1;4.62;0;.69;8132
+77088;45.20613;3.2097;627;20220126;11.6;-4.6;3.5;1.3;4.55;0;.83;8650
+77088;45.20613;3.2097;627;20220127;10.2;-4.3;2.9;1.6;4.06;0;.94;8040
+77088;45.20613;3.2097;627;20220128;8.4;-4.3;2.1;1.8;5.22;0;.76;7437
+77088;45.20613;3.2097;627;20220129;5.7;-4.3;.7;1.6;5.56;.1;.5;7174
+77088;45.20613;3.2097;627;20220130;9.9;-.3;4.8;1.9;6.65;.3;.78;6528
+77088;45.20613;3.2097;627;20220131;5.8;-1.9;1.9;2.7;6.48;.6;.53;4440
+77088;45.20613;3.2097;627;20220201;2.2;-1.6;.3;2.1;6.02;.4;.38;3927
+77088;45.20613;3.2097;627;20220202;8.1;1.6;4.9;1.5;8.12;0;.5;5464
+77088;45.20613;3.2097;627;20220203;12.5;-2.8;4.9;1.5;6.48;0;.87;7869
+77088;45.20613;3.2097;627;20220204;6.9;1.1;4;1.3;7.62;.5;.46;4574
+77088;45.20613;3.2097;627;20220205;8.5;3.3;5.9;1.8;6.55;.1;.89;6536
+77088;45.20613;3.2097;627;20220206;5.2;-3.5;.8;2.3;6.75;1.5;.34;5669
+77088;45.20613;3.2097;627;20220207;8.5;4.7;6.6;3;6.92;.6;1.15;4872
+77088;45.20613;3.2097;627;20220208;14.1;-4.2;4.9;1.7;5.02;0;1.24;10737
+77088;45.20613;3.2097;627;20220209;14.3;-2.3;6;1.8;5.58;0;1.26;10669
+77088;45.20613;3.2097;627;20220210;10.6;1.3;5.9;2.2;6.7;1;1.47;11100
+77088;45.20613;3.2097;627;20220211;9.8;5.3;7.5;2.3;6.4;0;1.28;7600
+77088;45.20613;3.2097;627;20220212;8.5;-3.4;2.5;3.4;5.37;0;1.17;6650
+77088;45.20613;3.2097;627;20220213;10.8;3.4;7.1;6.6;7.7;1.8;1.47;9400
+77088;45.20613;3.2097;627;20220214;7.7;6.1;6.9;3.1;8.2;2.8;.87;4500
+77088;45.20613;3.2097;627;20220215;4.9;1.9;3.4;2.9;7.4;2.1;.49;4700
+77088;45.20613;3.2097;627;20220216;10.4;4.4;7.4;3.3;9.68;.3;.78;5272
+77088;45.20613;3.2097;627;20220217;11.7;8.9;10.3;4.4;10.99;0;.93;4316
+77088;45.20613;3.2097;627;20220218;15.1;7.2;11.1;3;9.75;.3;1.62;8542
+77088;45.20613;3.2097;627;20220219;7.7;1.3;4.5;1.8;6.08;0;1.01;7959
+77088;45.20613;3.2097;627;20220220;7.6;-.7;3.5;2.3;7.48;.6;.73;6623
+77088;45.20613;3.2097;627;20220221;7.4;6.7;7;4.9;7.62;.7;1.3;2417
+77088;45.20613;3.2097;627;20220222;7.5;2.2;4.9;2;7.78;.2;.79;6948
+77088;45.20613;3.2097;627;20220223;13.1;4.2;8.7;1.6;8.08;0;1.29;10207
+77088;45.20613;3.2097;627;20220224;12.6;2.2;7.4;2.7;7.35;.8;1.5;10214
+77088;45.20613;3.2097;627;20220225;7.4;.4;3.9;2.8;5.58;0;1.29;10346
+77088;45.20613;3.2097;627;20220226;10.9;-4.4;3.3;2.9;4.15;0;1.82;13423
+77088;45.20613;3.2097;627;20220227;12.4;-2.8;4.8;1.8;4.45;0;1.63;13824
+77088;45.20613;3.2097;627;20220228;13.2;-1.2;6;1.8;5.52;0;1.61;13331
+77088;45.20613;3.2097;627;20220301;14.5;-4.6;4.9;1.9;5.28;0;1.77;14731
+77088;45.20613;3.2097;627;20220302;10.1;1.7;5.9;1.8;7.45;.7;1.07;7691
+77088;45.20613;3.2097;627;20220303;12.1;6;9.1;1;9.08;0;1.13;8134
+77088;45.20613;3.2097;627;20220304;12.2;2.5;7.4;2;8.55;0;1.21;8997
+77088;45.20613;3.2097;627;20220305;10.2;2.5;6.3;2.2;6.58;0;1.42;10880
+77088;45.20613;3.2097;627;20220306;9;-5.2;1.9;2.2;4.12;0;1.58;14376
+77088;45.20613;3.2097;627;20220307;9.7;-5.3;2.2;1.7;4.08;0;1.57;15332
+77088;45.20613;3.2097;627;20220308;12.8;-2.4;5.2;3;5.75;0;2.01;15181
+77088;45.20613;3.2097;627;20220309;12.2;2.2;7.2;3.2;6.95;0;1.85;12165
+77088;45.20613;3.2097;627;20220310;13;3.5;8.2;4.1;7.65;.2;2.01;12019
+77088;45.20613;3.2097;627;20220311;10.3;6.3;8.3;7.3;7.78;.8;2.05;7510
+77088;45.20613;3.2097;627;20220312;7.5;4.7;6.1;5.3;7.45;0;1.35;5188
+77088;45.20613;3.2097;627;20220313;7.7;5.4;6.5;5.2;6.68;4.8;1.69;4855
+77088;45.20613;3.2097;627;20220314;11.1;-2.4;4.3;3.9;7.42;3.1;1.42;12832
+77088;45.20613;3.2097;627;20220315;13.6;8.1;10.9;7.3;9.32;0;2.39;9843
+77088;45.20613;3.2097;627;20220316;15.9;7.2;11.6;2.6;9.48;0;1.99;10457
+77088;45.20613;3.2097;627;20220317;11.9;6.6;9.3;2.7;9.48;1.3;1.23;6281
+77088;45.20613;3.2097;627;20220318;12.7;5.7;9.2;3.1;8.3;.1;1.84;11100
+77088;45.20613;3.2097;627;20220319;15.7;6.3;11;3.2;7.2;0;2.71;14900
+77088;45.20613;3.2097;627;20220320;11.5;3.6;7.5;6.7;7.1;0;2.11;8800
+77088;45.20613;3.2097;627;20220321;11.5;7.7;9.6;8;6.6;0;3.14;13200
+77088;45.20613;3.2097;627;20220322;12.3;4;8.1;8.2;4.7;0;3.83;18200
+77088;45.20613;3.2097;627;20220323;14.5;4.2;9.3;6.1;4;0;4.18;18600
+77088;45.20613;3.2097;627;20220324;17.3;3.8;10.5;3.7;4.2;0;3.84;19000
+77088;45.20613;3.2097;627;20220325;18.2;5.9;12;2.8;4.5;0;3.49;16200
+77088;45.20613;3.2097;627;20220326;18.8;-1.5;8.6;3.1;4.8;0;3.5;19100
+77088;45.20613;3.2097;627;20220327;18.9;.1;9.5;3.6;5.5;0;3.59;18300
+77088;45.20613;3.2097;627;20220328;18.5;4.4;11.4;4.8;5.4;0;4.13;16900
+77088;45.20613;3.2097;627;20220329;17.2;7.2;12.2;2.9;7;1.2;2.87;12200
+77088;45.20613;3.2097;627;20220330;9.9;7;8.4;1.8;9.7;2.6;.97;5000
+77088;45.20613;3.2097;627;20220331;8.9;5.9;7.4;3.7;7.9;6.1;1.55;9300
+77088;45.20613;3.2097;627;20220401;3.1;-2;.5;4.4;5.46;4.5;1.39;10733
+77088;45.20613;3.2097;627;20220402;3.1;-2.4;.4;3.7;4.96;.6;1.45;10233
+77088;45.20613;3.2097;627;20220403;1.9;-3;-.6;3.6;4.83;.5;1.12;6566
+77088;45.20613;3.2097;627;20220404;8.6;-3.5;2.6;1.5;4.79;0;2.36;22666
+77088;45.20613;3.2097;627;20220405;12.7;-4.3;4.2;2.2;6.2;0;2.25;20400
+77088;45.20613;3.2097;627;20220406;9.6;-1;4.3;2.4;8.4;1.1;.84;7100
+77088;45.20613;3.2097;627;20220407;9.5;6.5;8;4.5;10.3;9.2;.64;3400
+77088;45.20613;3.2097;627;20220408;12.9;8.9;10.9;4.9;10;3.7;1.73;6400
+77088;45.20613;3.2097;627;20220409;9.6;2;5.8;3.1;5.8;.5;2.22;15700
+77088;45.20613;3.2097;627;20220410;16.9;-3.7;6.6;3.3;5;0;3.59;24400
+77088;45.20613;3.2097;627;20220411;13.8;6.2;10;7.8;7.5;0;3.44;19700
+77088;45.20613;3.2097;627;20220412;15.7;9.4;12.5;6.8;7;0;4.11;15300
+77088;45.20613;3.2097;627;20220413;17.1;5.2;11.1;2.1;7.2;.6;2.46;10800
+77088;45.20613;3.2097;627;20220414;21.8;1.1;11.4;2.4;9.2;0;3.64;23800
+77088;45.20613;3.2097;627;20220415;22.6;4.8;13.7;2;10.3;0;3.67;23200
+77088;45.20613;3.2097;627;20220416;22.7;4.4;13.5;2.2;8.7;0;3.96;23700
+77088;45.20613;3.2097;627;20220417;21.8;-.5;10.6;2.3;7.2;0;3.96;25200
+77088;45.20613;3.2097;627;20220418;17.4;2.7;10;2.1;8.3;0;3.06;21600
+77088;45.20613;3.2097;627;20220419;17;4.4;10.7;1.9;9.6;0;2.5;16500
+77088;45.20613;3.2097;627;20220420;13.4;8.5;10.9;1.6;10.6;3.9;1.22;4800
+77088;45.20613;3.2097;627;20220421;14.1;7;10.5;1.3;11;.4;1.58;9800
+77088;45.20613;3.2097;627;20220422;17.9;6.9;12.4;2;10.7;.4;2.82;18400
+77088;45.20613;3.2097;627;20220423;14.4;9.6;12;5.1;8.9;7.3;2.63;8700
+77088;45.20613;3.2097;627;20220424;10.1;4;7;3.1;9.7;9.2;.74;4000
+77088;45.20613;3.2097;627;20220425;13.8;6;9.9;2;8.8;0;2.08;12300
+77088;45.20613;3.2097;627;20220426;19.1;.8;9.9;2.1;8.5;0;3.67;27100
+77088;45.20613;3.2097;627;20220427;22.2;6.2;14.2;2.7;9.2;0;4.35;25300
+77088;45.20613;3.2097;627;20220428;21.1;8.9;15;2.4;11.3;.5;3.88;23600
+77088;45.20613;3.2097;627;20220429;19.6;8.5;14;2.2;12.6;.8;3.01;19000
+77088;45.20613;3.2097;627;20220430;18.8;6.6;12.7;2;9.8;0;3.67;24800
+77088;45.20613;3.2097;627;20220501;18.3;1.9;10.1;2;7.8;0;3.67;26100
+77088;45.20613;3.2097;627;20220502;19;3.5;11.2;1.8;9;.8;3.36;22500
+77088;45.20613;3.2097;627;20220503;17.4;8.1;12.7;1.6;11;.5;2.21;12000
+77088;45.20613;3.2097;627;20220504;16.9;6.9;11.9;2.1;11.1;6.8;2.68;17800
+77088;45.20613;3.2097;627;20220505;17;6.7;11.8;2.7;9.3;1.2;3.22;20000
+77088;45.20613;3.2097;627;20220506;16.9;6.6;11.7;2.8;9.95;0;2.85;16017
+77088;45.20613;3.2097;627;20220507;19.5;5.5;12.5;2.7;9.75;.6;3.84;23864
+77088;45.20613;3.2097;627;20220508;21;7.3;14.2;2.6;10.48;0;3.95;22439
+77088;45.20613;3.2097;627;20220509;23.5;5.9;14.7;1.6;10.25;0;4.28;25991
+77088;45.20613;3.2097;627;20220510;24.6;7.8;16.2;1.7;10.85;0;4.51;26076
+77088;45.20613;3.2097;627;20220511;26.7;10.1;18.4;3.2;10.98;0;5.67;26364
+77088;45.20613;3.2097;627;20220512;23;11.4;17.2;2.2;13.42;.9;3.73;19131
+77088;45.20613;3.2097;627;20220513;22.8;11.5;17.1;1.5;13.82;3.4;3.88;22278
+77088;45.20613;3.2097;627;20220514;26.4;9.6;18;1.5;13.65;0;4.55;25433
+77088;45.20613;3.2097;627;20220515;25.7;13.9;19.8;3.3;12.68;.4;5.33;23929
+77088;45.20613;3.2097;627;20220516;25.6;11.5;18.5;2.1;12.75;0;4.74;24301
+77088;45.20613;3.2097;627;20220517;28.4;10.1;19.3;1.3;13.18;0;4.96;26938
+77088;45.20613;3.2097;627;20220518;29.2;12.4;20.8;1.8;14.88;.3;5.19;25885
+77088;45.20613;3.2097;627;20220519;27.5;16.1;21.8;3.4;13.82;0;5.58;22283
+77088;45.20613;3.2097;627;20220520;28.3;18.3;23.3;3.7;11.95;0;6.32;22272
+77088;45.20613;3.2097;627;20220521;31.4;13.2;22.3;1.4;15.95;0;5.36;26749
+77088;45.20613;3.2097;627;20220522;30.3;16;23.1;1.3;17.22;1.6;4.68;22185
+77088;45.20613;3.2097;627;20220523;17.5;15.2;16.3;2.6;14.82;5.2;2.19;8434
+77088;45.20613;3.2097;627;20220524;16.7;9.2;13;2.2;10.82;0;3.18;18892
+77088;45.20613;3.2097;627;20220525;16.9;5;10.9;1.8;9.85;0;3.32;22538
+77088;45.20613;3.2097;627;20220526;18.1;6.8;12.4;1.8;10.95;0;3.37;22157
+77088;45.20613;3.2097;627;20220527;23.8;7.2;15.5;2.3;11.98;0;4.57;26022
+77088;45.20613;3.2097;627;20220528;22.3;9.1;15.7;3;10.52;0;4.7;24082
+77088;45.20613;3.2097;627;20220529;19.9;5;12.5;2.4;7.88;0;4.39;25739
+77088;45.20613;3.2097;627;20220530;21.6;4.6;13.1;1.8;7.92;0;4.58;27731
+77088;45.20613;3.2097;627;20220531;20.1;9.7;14.9;1.5;10.55;1.5;3.44;18768
+77088;45.20613;3.2097;627;20220601;26.4;8;17.2;1.7;12.35;5.7;4.85;26648
+77088;45.20613;3.2097;627;20220602;26.5;13.7;20.1;2.2;15.72;4.2;4.52;21940
+77088;45.20613;3.2097;627;20220603;28.8;13.2;21;2.1;15.22;6;5.37;25958
+77088;45.20613;3.2097;627;20220604;27.5;12.1;19.8;2.4;17.18;12.4;4.89;25098
+77088;45.20613;3.2097;627;20220605;21;13.3;17.2;2.2;15.72;0;3.36;17674
+77088;45.20613;3.2097;627;20220606;23;9.8;16.4;1.4;14.28;.7;4.06;23642
+77088;45.20613;3.2097;627;20220607;20.5;12.2;16.3;1.6;13.12;.3;3.66;20240
+77088;45.20613;3.2097;627;20220608;16.8;10.9;13.8;2.2;13.08;2.2;2.47;13022
+77088;45.20613;3.2097;627;20220609;17.8;10.4;14.1;2.5;11.62;0;3.23;17987
+77088;45.20613;3.2097;627;20220610;25;7.7;16.4;1.7;12.28;0;4.88;28264
+77088;45.20613;3.2097;627;20220611;28.6;8.3;18.5;1.4;12.65;0;5.45;29960
+77088;45.20613;3.2097;627;20220612;27.5;12.9;20.2;1.2;15.55;.2;4.67;24396
+77088;45.20613;3.2097;627;20220613;26.8;14.3;20.5;2.1;16.12;0;4.92;24898
+77088;45.20613;3.2097;627;20220614;30.8;12;21.4;1.8;13.75;.3;5.97;29974
+77088;45.20613;3.2097;627;20220615;30.6;17.1;23.9;2.1;17.08;0;5.75;25918
+77088;45.20613;3.2097;627;20220616;31.8;15.4;23.6;1.6;17.32;0;5.63;26663
+77088;45.20613;3.2097;627;20220617;34.4;14.3;24.3;2;14.72;0;6.67;29689
+77088;45.20613;3.2097;627;20220618;34.9;17.4;26.1;3.1;13.12;0;7.91;29816
+77088;45.20613;3.2097;627;20220619;31.6;22.6;27.1;6.3;12.58;0;9.09;23889
+77088;45.20613;3.2097;627;20220620;30.5;17.4;23.9;2.9;13.58;.5;6.47;26195
+77088;45.20613;3.2097;627;20220621;28.4;16.7;22.6;1.8;17.28;1.1;4.95;22697
+77088;45.20613;3.2097;627;20220622;25.5;16.1;20.8;2.3;17.22;1.9;4.63;22103
+77088;45.20613;3.2097;627;20220623;23.6;13.6;18.6;2;16.62;13;3.83;19787
+77088;45.20613;3.2097;627;20220624;20.8;14.1;17.4;1.9;14.72;4.6;3.31;16613
+77088;45.20613;3.2097;627;20220625;24.7;11.1;17.9;2.4;14.18;19.3;4.51;23138
+77088;45.20613;3.2097;627;20220626;17.5;13.7;15.6;1.9;15.98;24.4;1.74;8624
+77088;45.20613;3.2097;627;20220627;19.1;13.2;16.2;1.6;15.02;1.4;2.64;13938
+77088;45.20613;3.2097;627;20220628;22.9;9.5;16.2;1.7;12.75;.1;4.5;26411
+77088;45.20613;3.2097;627;20220629;25.5;8.8;17.2;1.3;13.08;.2;4.87;28197
+77088;45.20613;3.2097;627;20220630;16.6;13.6;15.1;1.7;14.32;3.5;2.04;9189
+77088;45.20613;3.2097;627;20220701;20.6;9.7;15.2;1.6;11.75;0;4.12;24905
+77088;45.20613;3.2097;627;20220702;27.9;7.1;17.5;1.4;11.72;0;5.39;30203
+77088;45.20613;3.2097;627;20220703;27.6;12.5;20;1.6;14.98;1.4;5.05;26305
+77088;45.20613;3.2097;627;20220704;25.8;14.3;20.1;1.7;16.58;9.8;4.32;22102
+77088;45.20613;3.2097;627;20220705;25.6;13.1;19.4;1.7;14.92;.1;4.77;25444
+77088;45.20613;3.2097;627;20220706;25.3;10.4;17.8;2.4;12.32;0;5.03;26087
+77088;45.20613;3.2097;627;20220707;24.4;8.8;16.6;2.7;12.75;.1;4.87;26608
+77088;45.20613;3.2097;627;20220708;26.5;11.1;18.8;3.1;13.12;.1;5.28;25324
+77088;45.20613;3.2097;627;20220709;28.4;10.4;19.4;2.6;12.35;.1;5.73;27611
+77088;45.20613;3.2097;627;20220710;28.1;11.5;19.8;2.4;13.32;0;5.48;26663
+77088;45.20613;3.2097;627;20220711;29.8;13.6;21.7;2.6;13.35;0;6.08;28065
+77088;45.20613;3.2097;627;20220712;30.6;14.8;22.7;2;13.35;0;5.93;27928
+77088;45.20613;3.2097;627;20220713;31.5;14.1;22.8;1.7;12.72;0;5.95;28642
+77088;45.20613;3.2097;627;20220714;32.4;14.9;23.7;1.8;14.62;0;6.12;28335
+77088;45.20613;3.2097;627;20220715;30.9;14.3;22.6;1.9;14.58;0;5.69;26799
+77088;45.20613;3.2097;627;20220716;31.5;13.7;22.6;2.6;13.28;0;6.24;27482
+77088;45.20613;3.2097;627;20220717;32.5;14.4;23.4;2.8;12.18;0;6.85;28690
+77088;45.20613;3.2097;627;20220718;36.2;15.9;26.1;2;13.55;16.4;6.92;29361
+77088;45.20613;3.2097;627;20220719;34.8;20.7;27.8;3.1;13.45;.3;7.45;25852
+77088;45.20613;3.2097;627;20220720;24.9;16.1;20.5;1.6;16.28;0;3.75;17403
+77088;45.20613;3.2097;627;20220721;30.2;11.9;21;1.5;14.88;0;5.31;27244
+77088;45.20613;3.2097;627;20220722;30.3;14.4;22.4;2.5;15.55;.2;5.62;25003
+77088;45.20613;3.2097;627;20220723;26.6;15.7;21.1;2.1;15.55;0;4.69;22257
+77088;45.20613;3.2097;627;20220724;33.7;12.5;23.1;1.4;14.02;0;5.9;28877
+77088;45.20613;3.2097;627;20220725;25.4;16.5;20.9;2.1;15.08;.3;4.45;20384
+77088;45.20613;3.2097;627;20220726;24.3;14.8;19.6;2.4;13.42;0;4.61;22100
+77088;45.20613;3.2097;627;20220727;25.5;9.4;17.5;1.8;11.82;0;4.66;25242
+77088;45.20613;3.2097;627;20220728;28;9.9;18.9;1.6;11.75;0;4.98;25896
+77088;45.20613;3.2097;627;20220729;24.8;14.3;19.5;1.2;14.15;0;3.7;18527
+77088;45.20613;3.2097;627;20220730;28.2;13;20.6;1.4;14.22;.1;4.74;24721
+77088;45.20613;3.2097;627;20220731;30.2;12.6;21.4;1.6;13.65;0;5.21;25916
+77088;45.20613;3.2097;627;20220801;31.2;13.5;22.4;1.9;14.02;0;5.53;25812
+77088;45.20613;3.2097;627;20220802;32.1;13;22.6;1.9;13.78;5.4;5.64;26310
+77088;45.20613;3.2097;627;20220803;34.9;16.2;25.6;1.7;13.32;0;6.09;27396
+77088;45.20613;3.2097;627;20220804;35;18.9;26.9;1.9;14.32;0;6;24802
+77088;45.20613;3.2097;627;20220805;29;18.1;23.5;1.9;18.08;6.9;4.65;21247
+77088;45.20613;3.2097;627;20220806;30.3;16.6;23.4;2.4;15.35;0;5.27;22609
+77088;45.20613;3.2097;627;20220807;29.9;12.1;21;2.4;11.38;0;5.58;25561
+77088;45.20613;3.2097;627;20220808;31.2;11.6;21.4;2.5;10.32;0;5.99;26074
+77088;45.20613;3.2097;627;20220809;32.3;13.8;23.1;2.1;9.72;0;5.89;25637
+77088;45.20613;3.2097;627;20220810;33.8;15.7;24.7;2.2;10.08;0;6.28;26272
+77088;45.20613;3.2097;627;20220811;34.7;15.2;24.9;2.2;11.22;0;6.24;26096
+77088;45.20613;3.2097;627;20220812;34.6;15.5;25;1.9;11.92;0;5.89;25165
+77088;45.20613;3.2097;627;20220813;34.1;15.1;24.6;1.5;11.82;7.4;5.38;24897
+77088;45.20613;3.2097;627;20220814;21.8;17.8;19.8;2.6;17.02;10.5;2.88;12266
+77088;45.20613;3.2097;627;20220815;24.7;14;19.4;1.6;14.95;.2;3.51;17234
+77088;45.20613;3.2097;627;20220816;29.5;12.7;21.1;2.1;15.05;15.3;4.47;20206
+77088;45.20613;3.2097;627;20220817;22.7;13;17.8;1.8;15.82;12.9;3.02;15961
+77088;45.20613;3.2097;627;20220818;21.4;11.9;16.6;1.7;15.55;13.4;2.81;15880
+77088;45.20613;3.2097;627;20220819;21.7;14.5;18.1;1.8;16.52;.4;2.76;14319
+77088;45.20613;3.2097;627;20220820;25.5;14.1;19.8;1.7;16.58;.2;3.68;19453
+77088;45.20613;3.2097;627;20220821;24.2;11.2;17.7;1.7;15.15;.1;3.39;19133
+77088;45.20613;3.2097;627;20220822;23.3;15.7;19.5;1.5;16.45;.5;2.99;14714
+77088;45.20613;3.2097;627;20220823;27.7;14.9;21.3;1.3;17.25;.2;3.66;18758
+77088;45.20613;3.2097;627;20220824;31.5;14.3;22.9;1.3;15.18;0;4.54;22669
+77088;45.20613;3.2097;627;20220825;28.4;16;22.2;1.9;16.45;2.9;4.16;19400
+77088;45.20613;3.2097;627;20220826;26.2;14.8;20.5;1.9;17.28;1.1;3.56;17960
+77088;45.20613;3.2097;627;20220827;26.3;12.1;19.2;1.6;15.25;.2;3.65;19683
+77088;45.20613;3.2097;627;20220828;28.8;12.4;20.6;1.6;13.82;.1;4.22;21919
+77088;45.20613;3.2097;627;20220829;30.9;13;22;1.8;13.62;.5;4.38;19745
+77088;45.20613;3.2097;627;20220830;27;15;21;1.9;16.12;0;3.62;17154
+77088;45.20613;3.2097;627;20220831;28.3;11.6;20;2.1;14.38;.1;4.06;19424
+77088;45.20613;3.2097;627;20220901;26.8;12.2;19.5;1.3;14.52;0;3.6;19883
+77088;45.20613;3.2097;627;20220902;23.5;13.1;18.3;1.5;15.72;3.5;2.82;15129
+77088;45.20613;3.2097;627;20220903;24.2;14.4;19.3;1.6;15.18;2.2;3.16;16122
+77088;45.20613;3.2097;627;20220904;29.4;12.2;20.8;2.3;14.55;.3;4.37;20608
+77088;45.20613;3.2097;627;20220905;29.6;16.4;23;3.2;16.75;2.5;4.61;18690
+77088;45.20613;3.2097;627;20220906;24.7;14.9;19.8;2;17.72;3.8;2.78;13849
+77088;45.20613;3.2097;627;20220907;23.5;13.9;18.7;1.6;16.35;5.9;2.56;12923
+77088;45.20613;3.2097;627;20220908;21.3;10;15.6;1.7;13.52;.2;2.56;14181
+77088;45.20613;3.2097;627;20220909;20.8;11.4;16.1;2;12.85;0;2.71;14396
+77088;45.20613;3.2097;627;20220910;20.8;10.5;15.6;1.2;12.25;0;2.57;15757
+77088;45.20613;3.2097;627;20220911;27.1;7.5;17.3;1.5;11.08;0;3.55;20146
+77088;45.20613;3.2097;627;20220912;33;13;23;2.1;13.12;0;4.65;20086
+77088;45.20613;3.2097;627;20220913;28.3;18.3;23.3;3.4;18.45;0;3.93;14292
+77088;45.20613;3.2097;627;20220914;25.4;17.4;21.4;2.2;17.42;9.1;3.05;13412
+77088;45.20613;3.2097;627;20220915;24.2;12.8;18.5;1.4;15.58;1.9;2.67;15043
+77088;45.20613;3.2097;627;20220916;20.3;12.4;16.4;1.8;13.58;1;2.26;11817
+77088;45.20613;3.2097;627;20220917;16.5;5.5;11;2.5;8.72;0;2.47;14974
+77088;45.20613;3.2097;627;20220918;21.5;1.8;11.6;1.8;7.25;0;2.96;18544
+77088;45.20613;3.2097;627;20220919;21.4;3.1;12.3;2.4;7.85;0;3.12;18210
+77088;45.20613;3.2097;627;20220920;21.3;3.6;12.4;1.9;7.78;0;2.87;17845
+77088;45.20613;3.2097;627;20220921;21.7;4.3;13;1.8;8.22;0;2.85;17519
+77088;45.20613;3.2097;627;20220922;22.4;5.5;14;1.6;9.05;0;2.81;17892
+77088;45.20613;3.2097;627;20220923;21.7;7;14.4;1.7;10.85;10.5;2.48;14425
+77088;45.20613;3.2097;627;20220924;17.6;9.6;13.6;1.2;12.42;2.9;1.68;10357
+77088;45.20613;3.2097;627;20220925;14.9;9.7;12.3;1.4;12.15;3.2;1.35;8055
+77088;45.20613;3.2097;627;20220926;14.5;8;11.3;1.9;10.98;2.3;1.49;9386
+77088;45.20613;3.2097;627;20220927;11.9;8.5;10.2;2.6;11.02;2.8;1.15;6958
+77088;45.20613;3.2097;627;20220928;15.5;10.5;13;3.5;13.08;7.5;1.42;8701
+77088;45.20613;3.2097;627;20220929;13.5;8.2;10.8;1.8;10.65;.4;1.34;8123
+77088;45.20613;3.2097;627;20220930;14.7;5.3;10;1.4;9.28;.5;1.65;12698
+77088;45.20613;3.2097;627;20221001;16;5;10.5;2.1;11.95;1.4;1.36;9217
+77088;45.20613;3.2097;627;20221002;18.4;12.4;15.4;1.6;14.32;.1;1.6;8918
+77088;45.20613;3.2097;627;20221003;19.8;7.2;13.5;1.5;12.05;0;1.9;13112
+77088;45.20613;3.2097;627;20221004;21.6;6.4;14;1.2;11.42;.1;2.08;14552
+77088;45.20613;3.2097;627;20221005;22.7;8.4;15.5;2.6;11.92;0;2.66;14600
+77088;45.20613;3.2097;627;20221006;19.8;11.8;15.8;1.3;13.45;0;1.63;9579
+77088;45.20613;3.2097;627;20221007;21.8;9.6;15.7;1.4;12.98;.3;1.98;13031
+77088;45.20613;3.2097;627;20221008;18.6;9.7;14.1;1.4;12.48;1;1.51;9040
+77088;45.20613;3.2097;627;20221009;21.3;6.3;13.8;1.7;10.82;.1;2.08;14062
+77088;45.20613;3.2097;627;20221010;22.3;9.4;15.8;2.1;12.28;0;2.16;12400
+77088;45.20613;3.2097;627;20221011;19.7;9.7;14.7;1.5;13.58;2.3;1.5;9411
+77088;45.20613;3.2097;627;20221012;20.6;12;16.3;1.3;14.02;.5;1.56;8741
+77088;45.20613;3.2097;627;20221013;15.8;8.5;12.2;1.4;12.92;4.2;1.06;6507
+77088;45.20613;3.2097;627;20221014;16.4;12.2;14.3;2.5;14.82;1.2;1.11;5611
+77088;45.20613;3.2097;627;20221015;20.7;12.5;16.6;2.6;14.02;0;1.96;9707
+77088;45.20613;3.2097;627;20221016;22.9;14.6;18.8;4.7;13.72;0;3.09;9979
+77088;45.20613;3.2097;627;20221017;20.7;16.4;18.6;5.7;14.45;0;2.79;6369
+77088;45.20613;3.2097;627;20221018;23.9;14;18.9;2.5;14.28;.1;2.26;10674
+77088;45.20613;3.2097;627;20221019;22.6;11.2;16.9;2.8;12.42;4.7;2.27;9839
+77088;45.20613;3.2097;627;20221020;20.6;15.6;18.1;4.7;15.98;5.8;2.09;5944
+77088;45.20613;3.2097;627;20221021;20.9;15.1;18;2.4;15.18;1.6;1.74;7036
+77088;45.20613;3.2097;627;20221022;21.5;10.1;15.8;2.3;12.52;0;1.88;10270
+77088;45.20613;3.2097;627;20221023;20.6;14.5;17.5;4.8;13.82;0;2.46;5192
+77088;45.20613;3.2097;627;20221024;19.7;11.3;15.5;2;12.25;.1;1.68;8682
+77088;45.20613;3.2097;627;20221025;20.6;8.5;14.5;2.5;11.08;0;1.85;8474
+77088;45.20613;3.2097;627;20221026;22.3;10.6;16.5;1.8;12.12;.1;1.72;9044
+77088;45.20613;3.2097;627;20221027;24.6;10.6;17.6;3.1;12.72;0;2.45;9548
+77088;45.20613;3.2097;627;20221028;25;18;21.5;4;10.72;0;3.85;6850
+77088;45.20613;3.2097;627;20221029;24;13.3;18.7;4;8.22;0;3.75;8909
+77088;45.20613;3.2097;627;20221030;21.9;12.3;17.1;2.7;9.75;.1;2.37;8668
+77088;45.20613;3.2097;627;20221031;20.8;11.6;16.2;3.8;12.78;4.1;2.13;8250
+77088;45.20613;3.2097;627;20221101;15.7;11.4;13.5;1.7;12.28;0;1.08;5537
+77088;45.20613;3.2097;627;20221102;16.5;5.6;11.1;1.4;9.75;0;1.05;8406
+77088;45.20613;3.2097;627;20221103;14.7;6.6;10.7;4.1;9.78;1.6;1.44;5122
+77088;45.20613;3.2097;627;20221104;8.3;6.5;7.4;3.9;8.92;10.7;.88;2378
+77088;45.20613;3.2097;627;20221105;10.1;.9;5.5;1.6;7.48;0;.78;7354
+77088;45.20613;3.2097;627;20221106;15.2;.1;7.7;2.1;6.78;0;1.37;8649
+77088;45.20613;3.2097;627;20221107;16.5;4.7;10.6;3;8.95;0;1.52;8505
+77088;45.20613;3.2097;627;20221108;17.6;10.3;13.9;4.7;10.85;3.9;2.06;6305
+77088;45.20613;3.2097;627;20221109;13.6;10.8;12.2;2.1;12.52;5.4;.78;2717
+77088;45.20613;3.2097;627;20221110;13.9;7.1;10.5;1.3;10.38;0;.75;5726
+77088;45.20613;3.2097;627;20221111;18.7;4.4;11.5;2.3;9.98;.1;1.2;8675
+77088;45.20613;3.2097;627;20221112;20.2;6.3;13.2;1.9;9.68;0;1.33;8446
+77088;45.20613;3.2097;627;20221113;17.9;6.8;12.4;1.6;9.38;0;1.13;6520
+77088;45.20613;3.2097;627;20221114;14.2;10.1;12.1;3.2;10.95;6.1;1.17;3688
+77088;45.20613;3.2097;627;20221115;15.3;8.7;12;2.8;11.82;5.8;.91;4727
+77088;45.20613;3.2097;627;20221116;13.2;7.3;10.3;2.9;10.18;.1;1;4862
+77088;45.20613;3.2097;627;20221117;14.1;9.3;11.7;3.3;10.45;3.6;1.22;4171
+77088;45.20613;3.2097;627;20221118;9.5;5.8;7.7;1.6;8.72;.7;.6;4353
+77088;45.20613;3.2097;627;20221119;8.3;3.3;5.8;1.4;7.88;.9;.51;4990
+77088;45.20613;3.2097;627;20221120;6.6;-1.1;2.8;1.3;6.98;1.2;.39;4944
+77088;45.20613;3.2097;627;20221121;8;2.6;5.3;2.7;7.85;3.9;.58;3282
+77088;45.20613;3.2097;627;20221122;7.3;2.8;5.1;2.8;7.52;1.3;.61;4021
+77088;45.20613;3.2097;627;20221123;10.9;4.5;7.7;2.8;8.85;1.5;.76;3830
+77088;45.20613;3.2097;627;20221124;10.9;4.1;7.5;1.7;8.92;.5;.55;4688
+77088;45.20613;3.2097;627;20221125;8.8;7.1;8;1.6;9.12;4.6;.62;1798
+77088;45.20613;3.2097;627;20221126;8.3;.8;4.5;1.4;7.32;0;.46;4630
+77088;45.20613;3.2097;627;20221127;12.9;1.2;7.1;2.5;5.95;1.6;1.21;5993
+77088;45.20613;3.2097;627;20221128;8.4;6.7;7.6;2.4;8.75;2.4;.71;2084
+77088;45.20613;3.2097;627;20221129;7.5;2.8;5.2;1.5;7.58;.9;.46;3942
+77088;45.20613;3.2097;627;20221130;7.9;-.6;3.6;2.1;6.95;.4;.49;4940
+77088;45.20613;3.2097;627;20221201;5.9;-.4;2.8;2.1;6.58;.6;.55;2632
+77088;45.20613;3.2097;627;20221202;2.5;.6;1.6;1.5;5.95;2.8;.49;954
+77088;45.20613;3.2097;627;20221203;3.5;.2;1.9;1.1;6.65;8.1;.33;2021
+77088;45.20613;3.2097;627;20221204;3.4;1.6;2.5;1.2;7.02;5.3;.36;1316
+77088;45.20613;3.2097;627;20221205;7.5;-2.8;2.3;1.6;5.55;0;.44;6023
+77088;45.20613;3.2097;627;20221206;9.1;-4.6;2.2;1.2;4.65;0;.52;5825
+77088;45.20613;3.2097;627;20221207;5.6;-4.1;.7;1.8;4.95;0;.48;4828
+77088;45.20613;3.2097;627;20221208;6.5;-4;1.3;1.6;5.22;2.4;.49;3823
+77088;45.20613;3.2097;627;20221209;6.4;3;4.7;1.5;7.45;1.7;.41;2150
+77088;45.20613;3.2097;627;20221210;-.2;-1.1;-.7;2.3;4.95;0;.45;1524
+77088;45.20613;3.2097;627;20221211;2.5;-8.3;-2.9;1.6;3.56;0;.42;4730
+77088;45.20613;3.2097;627;20221212;1.6;-6.3;-2.3;1.8;4.19;8.5;.39;3641
+77088;45.20613;3.2097;627;20221213;6.4;-.4;3;2.6;7.88;0;.13;2926
+77088;45.20613;3.2097;627;20221214;10.6;4.5;7.6;2.4;9.72;1.4;.43;3458
+77088;45.20613;3.2097;627;20221215;7.5;2.1;4.8;1.9;8.05;26.8;.35;2260
+77088;45.20613;3.2097;627;20221216;4.4;2.1;3.2;2.3;6.38;.7;.47;1885
+77088;45.20613;3.2097;627;20221217;6.1;-6.5;-.2;1.1;3.58;0;.49;5459
+77088;45.20613;3.2097;627;20221218;9.5;-5.3;2.1;3.6;4.92;0;1.01;5898
+77088;45.20613;3.2097;627;20221219;13.6;7.2;10.4;6;8.75;0;1.69;4119
+77088;45.20613;3.2097;627;20221220;13.9;9.5;11.7;5.6;9.58;.2;1.72;2931
+77088;45.20613;3.2097;627;20221221;11.5;8.8;10.1;2.7;10.52;0;.76;2760
+77088;45.20613;3.2097;627;20221222;11.9;8.2;10;4;11.02;2.1;.77;1920
+77088;45.20613;3.2097;627;20221223;13.4;10.5;12;3;12.48;.5;.75;2228
+77088;45.20613;3.2097;627;20221224;14.3;9;11.6;2;10.78;0;.76;3868
+77088;45.20613;3.2097;627;20221225;16.5;4.7;10.6;3;8.68;0;1.2;5454
+77088;45.20613;3.2097;627;20221226;11.2;6;8.6;2.1;9.28;1;.66;2495
+77088;45.20613;3.2097;627;20221227;10.3;3.4;6.8;1;8.22;0;.34;4440
+77088;45.20613;3.2097;627;20221228;13.4;1.9;7.7;2.9;8.08;0;.87;5003
+77088;45.20613;3.2097;627;20221229;10.2;6.9;8.6;2.9;9.02;6.4;.9;1789
+77088;45.20613;3.2097;627;20221230;11.3;5.4;8.4;3.8;9.85;.6;.67;2829
+77088;45.20613;3.2097;627;20221231;16.8;10.6;13.7;4.6;10.38;0;1.83;4348
+77089;45.22614;3.52649;570;20220101;15.9;-1.7;7.1;1.2;6.98;0;.64;6151
+77089;45.22614;3.52649;570;20220102;12.4;-1.4;5.5;1.6;7.13;0;.67;5445
+77089;45.22614;3.52649;570;20220103;11.4;1.9;6.7;1.9;8.38;0;.58;4334
+77089;45.22614;3.52649;570;20220104;16.2;4.5;10.3;3.1;8.23;6.3;1.49;5030
+77089;45.22614;3.52649;570;20220105;2.7;.9;1.8;4.2;5.83;.2;.71;1449
+77089;45.22614;3.52649;570;20220106;1.7;-1;.4;2.8;5.13;0;.59;1965
+77089;45.22614;3.52649;570;20220107;3.1;-3.7;-.3;1.5;5.33;3.9;.4;3825
+77089;45.22614;3.52649;570;20220108;5.9;.1;3;2.4;7.28;2.3;.44;3386
+77089;45.22614;3.52649;570;20220109;6.2;2.3;4.3;2.3;6.58;4.2;.68;2599
+77089;45.22614;3.52649;570;20220110;5.8;1.9;3.8;1.8;6.38;.3;.61;2631
+77089;45.22614;3.52649;570;20220111;1.3;-5.1;-1.9;2.2;5.13;0;.34;3729
+77089;45.22614;3.52649;570;20220112;.1;-2.5;-1.2;2.5;4.93;0;.45;2016
+77089;45.22614;3.52649;570;20220113;4.6;-6.9;-1.1;1.1;4.23;0;.42;5349
+77089;45.22614;3.52649;570;20220114;9.2;-7.6;.8;1;4.33;0;.49;6723
+77089;45.22614;3.52649;570;20220115;9.9;-7.5;1.2;.8;4.08;0;.43;6846
+77089;45.22614;3.52649;570;20220116;7.3;-8.6;-.6;1.1;3.98;0;.48;6601
+77089;45.22614;3.52649;570;20220117;2.5;-6.7;-2.1;.9;5.28;0;.23;4839
+77089;45.22614;3.52649;570;20220118;3.4;-.4;1.5;1;5.53;0;.46;2918
+77089;45.22614;3.52649;570;20220119;3.3;-6.5;-1.6;1.5;5.13;0;.34;5264
+77089;45.22614;3.52649;570;20220120;1.9;0;.9;2.5;6.18;.3;.39;1963
+77089;45.22614;3.52649;570;20220121;2.8;-.9;.9;4.5;4.58;0;1;3064
+77089;45.22614;3.52649;570;20220122;.6;-5.7;-2.5;1.7;4.88;0;.31;4045
+77089;45.22614;3.52649;570;20220123;5.7;-1.3;2.2;1.1;5.33;0;.55;4623
+77089;45.22614;3.52649;570;20220124;11;-7.2;1.9;1;4.73;0;.61;7910
+77089;45.22614;3.52649;570;20220125;12.4;-6.8;2.8;1;4.53;0;.66;8227
+77089;45.22614;3.52649;570;20220126;9.1;-7.1;1;1;4.48;0;.58;7624
+77089;45.22614;3.52649;570;20220127;8.7;-8.4;.1;1.2;4.18;0;.65;7986
+77089;45.22614;3.52649;570;20220128;1.8;-4.5;-1.3;1.2;5.33;0;.34;4601
+77089;45.22614;3.52649;570;20220129;6.1;-3.5;1.3;1.2;5.63;0;.51;6050
+77089;45.22614;3.52649;570;20220130;5.9;.2;3.1;1.3;7.33;.1;.43;4549
+77089;45.22614;3.52649;570;20220131;5.9;1.7;3.8;2.9;6.83;.5;.7;3942
+77089;45.22614;3.52649;570;20220201;2.1;-2.6;-.2;1.6;5.88;1.1;.38;4254
+77089;45.22614;3.52649;570;20220202;8.5;1.8;5.2;1.3;8.13;.2;.56;5217
+77089;45.22614;3.52649;570;20220203;12.6;.6;6.6;1.5;6.83;0;1.02;7578
+77089;45.22614;3.52649;570;20220204;7.1;-.9;3.1;1.2;7.03;.6;.54;6084
+77089;45.22614;3.52649;570;20220205;7.2;2.4;4.8;2.2;6.38;0;.92;4532
+77089;45.22614;3.52649;570;20220206;7.8;-5.2;1.3;2.2;6.13;1.3;.66;8073
+77089;45.22614;3.52649;570;20220207;7.6;5.5;6.6;4.3;6.48;.6;1.51;2481
+77089;45.22614;3.52649;570;20220208;12.1;-5.9;3.1;1.1;4.88;0;.9;9879
+77089;45.22614;3.52649;570;20220209;17.3;-5.3;6;1.3;5.23;0;1.31;11309
+77089;45.22614;3.52649;570;20220210;1.9;-3.2;-.6;2;7;.9;1.39;10481
+77089;45.22614;3.52649;570;20220211;7.6;3.5;5.5;2.9;6.05;0;1.31;8743
+77089;45.22614;3.52649;570;20220212;9.8;-3.6;3.1;2.2;5.05;0;1.3;10185
+77089;45.22614;3.52649;570;20220213;10.6;-.2;5.2;4.8;7.13;.2;1.39;9922
+77089;45.22614;3.52649;570;20220214;8.3;5.7;7;3.2;8.08;3.1;1.09;4880
+77089;45.22614;3.52649;570;20220215;7.8;2;4.9;2.8;6.75;1.9;1.05;7207
+77089;45.22614;3.52649;570;20220216;10.6;2.7;6.7;2;9.18;.6;.92;7030
+77089;45.22614;3.52649;570;20220217;14.7;8.4;11.5;2.6;10.18;.3;1.47;6152
+77089;45.22614;3.52649;570;20220218;18.8;1.5;10.2;2.9;8.58;.2;1.97;11087
+77089;45.22614;3.52649;570;20220219;8.5;1.6;5.1;1.8;5.78;0;1.16;6913
+77089;45.22614;3.52649;570;20220220;12;-3;4.5;1.9;6.73;.2;1.18;10573
+77089;45.22614;3.52649;570;20220221;7.9;6.8;7.3;4.9;6.78;.9;1.75;1880
+77089;45.22614;3.52649;570;20220222;9.9;1.6;5.7;2.1;7.23;.3;1.08;8225
+77089;45.22614;3.52649;570;20220223;12.1;3.4;7.7;1.1;7.98;0;1.07;8392
+77089;45.22614;3.52649;570;20220224;14;-2;6;2.1;6.68;.5;1.55;11651
+77089;45.22614;3.52649;570;20220225;7;.9;3.9;3.1;5.53;0;1.34;6976
+77089;45.22614;3.52649;570;20220226;10.9;-4.1;3.4;1.8;4.33;0;1.49;11770
+77089;45.22614;3.52649;570;20220227;12.4;-6.7;2.9;1.5;4.28;0;1.52;13426
+77089;45.22614;3.52649;570;20220228;13.2;-5.3;4;1.8;4.73;0;1.71;13432
+77089;45.22614;3.52649;570;20220301;17;-6.2;5.4;1.4;4.98;0;1.83;15155
+77089;45.22614;3.52649;570;20220302;14.2;-1.1;6.6;1.3;6.58;0;1.45;12240
+77089;45.22614;3.52649;570;20220303;13.7;4.2;8.9;1.5;8.53;0;1.39;9611
+77089;45.22614;3.52649;570;20220304;11;3.9;7.5;1.9;8.23;0;1.24;8206
+77089;45.22614;3.52649;570;20220305;9.9;-2.8;3.5;1.9;5.13;0;1.47;11675
+77089;45.22614;3.52649;570;20220306;8;-8;0;1.6;3.83;0;1.35;13376
+77089;45.22614;3.52649;570;20220307;12.1;-8.8;1.6;1.2;3.83;0;1.61;15716
+77089;45.22614;3.52649;570;20220308;15;-7.2;3.9;1.9;5.13;0;1.96;16215
+77089;45.22614;3.52649;570;20220309;14.1;-3.5;5.3;2.2;5.93;0;1.89;14536
+77089;45.22614;3.52649;570;20220310;13.4;-3.8;4.8;2.8;6.73;.1;1.81;14561
+77089;45.22614;3.52649;570;20220311;10.4;3.8;7.1;5.8;7.08;0;2;8863
+77089;45.22614;3.52649;570;20220312;8.2;5.4;6.8;5.8;6.68;0;1.88;5464
+77089;45.22614;3.52649;570;20220313;9.1;5.8;7.5;4.7;6.48;4.6;1.99;6040
+77089;45.22614;3.52649;570;20220314;12.1;-4;4.1;2.4;7.43;2.2;1.49;14875
+77089;45.22614;3.52649;570;20220315;14.3;7.5;10.9;5.4;9.08;0;2.37;9434
+77089;45.22614;3.52649;570;20220316;17.3;2.5;9.9;1.1;9.48;0;1.84;14428
+77089;45.22614;3.52649;570;20220317;9.7;5.4;7.6;2.9;9.78;1.1;1.04;7511
+77089;45.22614;3.52649;570;20220318;8.3;5.5;6.9;3.3;8.5;0;1.28;4328
+77089;45.22614;3.52649;570;20220319;15.3;2.6;8.9;1.7;8.1;0;2.04;14586
+77089;45.22614;3.52649;570;20220320;12.1;2.1;7.1;3.5;7.05;0;1.92;8795
+77089;45.22614;3.52649;570;20220321;14.2;5.2;9.7;3.4;6.53;0;2.79;14700
+77089;45.22614;3.52649;570;20220322;14.6;-2.4;6.1;3.4;4.82;0;2.97;18946
+77089;45.22614;3.52649;570;20220323;15.8;-4.2;5.8;2;4.73;0;2.67;19458
+77089;45.22614;3.52649;570;20220324;18.1;-3.1;7.5;2.2;4.95;0;3.02;19710
+77089;45.22614;3.52649;570;20220325;18.6;-2.5;8.1;2;5.22;0;2.97;19160
+77089;45.22614;3.52649;570;20220326;19.1;-1.7;8.7;1.8;5.95;0;2.87;19584
+77089;45.22614;3.52649;570;20220327;19.9;-.6;9.6;1.8;5.87;0;2.92;17758
+77089;45.22614;3.52649;570;20220328;20.1;1.6;10.8;2.5;5.65;0;3.48;18718
+77089;45.22614;3.52649;570;20220329;17.3;4.4;10.8;2.6;7.18;.7;2.67;12011
+77089;45.22614;3.52649;570;20220330;13.2;6.5;9.8;1.5;9.58;2.6;1.52;8553
+77089;45.22614;3.52649;570;20220331;10.2;3.6;6.9;2.6;7.8;4.2;1.63;8947
+77089;45.22614;3.52649;570;20220401;3;-.7;1.2;5.5;5.24;4.9;1.37;8621
+77089;45.22614;3.52649;570;20220402;2.5;-1.1;.7;4.6;4.29;1.3;1.56;8547
+77089;45.22614;3.52649;570;20220403;4.1;-1.7;1.2;5.1;4.68;.3;1.78;10178
+77089;45.22614;3.52649;570;20220404;9.7;-3.8;2.9;1.6;4.63;0;2.22;22366
+77089;45.22614;3.52649;570;20220405;13.7;-3.1;5.3;2;6.5;0;2.15;17966
+77089;45.22614;3.52649;570;20220406;13.9;4.8;9.3;2.1;9.2;1.2;1.92;11806
+77089;45.22614;3.52649;570;20220407;14;7;10.5;4.3;9.72;5;2.08;9905
+77089;45.22614;3.52649;570;20220408;16.6;9.8;13.2;5;9.18;1.8;3.14;11956
+77089;45.22614;3.52649;570;20220409;9.6;2.4;6;4.2;5.43;.6;2.39;16200
+77089;45.22614;3.52649;570;20220410;14.9;-3.6;5.6;2;5.33;0;3.01;23200
+77089;45.22614;3.52649;570;20220411;16.4;-.6;7.9;4.5;7.53;0;3.17;18764
+77089;45.22614;3.52649;570;20220412;15.9;8.2;12;3.8;6.84;0;2.96;9450
+77089;45.22614;3.52649;570;20220413;18.7;6.3;12.5;1.8;8.52;0;2.85;15711
+77089;45.22614;3.52649;570;20220414;20.6;4.8;12.7;2.4;10.35;0;3.48;20720
+77089;45.22614;3.52649;570;20220415;21.8;4.9;13.4;2.7;10.22;0;3.87;21358
+77089;45.22614;3.52649;570;20220416;21;5.3;13.1;3.5;8.24;0;4.07;23333
+77089;45.22614;3.52649;570;20220417;19.2;1.3;10.2;2;7.25;0;3.66;24190
+77089;45.22614;3.52649;570;20220418;20.3;.8;10.5;1.9;6.75;0;3.77;24206
+77089;45.22614;3.52649;570;20220419;18.6;1.8;10.2;2;7.63;0;3.37;21402
+77089;45.22614;3.52649;570;20220420;15.4;4.8;10.1;1.4;9.63;4;1.95;11290
+77089;45.22614;3.52649;570;20220421;18;7.9;13;1.5;10.43;.7;2.78;16568
+77089;45.22614;3.52649;570;20220422;19.9;2.3;11.1;1.9;8.92;1.6;3.4;21772
+77089;45.22614;3.52649;570;20220423;14.7;10.2;12.4;4.2;8.44;6.3;2.34;5966
+77089;45.22614;3.52649;570;20220424;14.6;4.7;9.7;1.9;9.92;7.3;2.02;12349
+77089;45.22614;3.52649;570;20220425;16.3;7.4;11.8;2.1;9.65;0;2.72;15645
+77089;45.22614;3.52649;570;20220426;18.3;4.5;11.4;2.1;9.22;0;3.57;23850
+77089;45.22614;3.52649;570;20220427;20;2.2;11.1;2.1;8.45;0;3.85;25428
+77089;45.22614;3.52649;570;20220428;22.7;3.5;13.1;1.8;9.8;.4;3.83;23043
+77089;45.22614;3.52649;570;20220429;22.1;4.2;13.2;1.9;9.9;1.4;3.73;21388
+77089;45.22614;3.52649;570;20220430;18.6;6.8;12.7;2.4;9.25;.2;3.59;20053
+77089;45.22614;3.52649;570;20220501;18.4;2.3;10.3;2.3;7.95;0;3.84;24457
+77089;45.22614;3.52649;570;20220502;19.9;2.3;11.1;1.8;8.35;.6;3.86;25467
+77089;45.22614;3.52649;570;20220503;19.4;6;12.7;1.4;10.22;1;2.91;16806
+77089;45.22614;3.52649;570;20220504;19.6;5.1;12.3;1.6;10.8;3.8;3.11;19001
+77089;45.22614;3.52649;570;20220505;15.5;7.7;11.6;3.1;9.92;2.2;2.84;14812
+77089;45.22614;3.52649;570;20220506;16.1;4.7;10.4;2.9;10.23;0;2.81;19129
+77089;45.22614;3.52649;570;20220507;20.3;3.6;12;2.3;9.68;.1;3.8;23932
+77089;45.22614;3.52649;570;20220508;20.3;5.3;12.8;2.3;9.98;0;3.72;22487
+77089;45.22614;3.52649;570;20220509;23.2;3.8;13.5;1.7;10.23;0;4.23;25940
+77089;45.22614;3.52649;570;20220510;26.4;5.4;15.9;1.4;10.88;0;4.71;27194
+77089;45.22614;3.52649;570;20220511;29.1;5.6;17.4;2.2;10.43;0;5.63;28010
+77089;45.22614;3.52649;570;20220512;25.4;7.5;16.4;1.7;12.53;0;4.41;25190
+77089;45.22614;3.52649;570;20220513;23.8;8.7;16.2;1.8;13.53;.7;4.05;23338
+77089;45.22614;3.52649;570;20220514;26.3;8;17.2;1.3;12.53;0;4.52;25670
+77089;45.22614;3.52649;570;20220515;28;10.1;19;2.8;12.33;.4;5.54;25663
+77089;45.22614;3.52649;570;20220516;27.3;10.6;19;1.8;11.78;0;4.92;24894
+77089;45.22614;3.52649;570;20220517;29.3;9.2;19.3;1.3;12.43;0;5.13;27563
+77089;45.22614;3.52649;570;20220518;30.8;10.6;20.7;1.6;13.83;.2;5.51;27710
+77089;45.22614;3.52649;570;20220519;30;14.2;22.1;3.2;13.28;.2;6.11;24442
+77089;45.22614;3.52649;570;20220520;30.3;12.9;21.6;2.8;11.78;0;6.15;25859
+77089;45.22614;3.52649;570;20220521;32;11.5;21.7;1.6;14.93;0;5.76;28164
+77089;45.22614;3.52649;570;20220522;32.9;13.4;23.2;1.7;15.53;1.6;5.94;27538
+77089;45.22614;3.52649;570;20220523;22.9;15.3;19.1;2.1;14.48;6.8;3.62;15801
+77089;45.22614;3.52649;570;20220524;19.7;10.1;14.9;1.9;10.63;0;3.53;18803
+77089;45.22614;3.52649;570;20220525;19.2;5.8;12.5;2.4;9.83;0;3.84;23058
+77089;45.22614;3.52649;570;20220526;17;4.5;10.8;2.1;10.28;.1;3.28;22156
+77089;45.22614;3.52649;570;20220527;22.9;6.3;14.6;2.4;11.68;0;4.41;25409
+77089;45.22614;3.52649;570;20220528;22;10.1;16;3.4;10.48;0;4.62;21138
+77089;45.22614;3.52649;570;20220529;19.4;3;11.2;2.4;7.58;0;4.22;25468
+77089;45.22614;3.52649;570;20220530;23.3;2.1;12.7;1.3;7.48;0;4.69;29291
+77089;45.22614;3.52649;570;20220531;18.4;8.1;13.3;1.1;10.73;2.2;3.33;20091
+77089;45.22614;3.52649;570;20220601;26.4;6.1;16.3;1.8;12.33;6.8;5.09;28803
+77089;45.22614;3.52649;570;20220602;27.3;14;20.6;1.8;16.38;2.7;4.7;23331
+77089;45.22614;3.52649;570;20220603;29.8;13.8;21.8;1.8;16.38;3.7;5.36;25788
+77089;45.22614;3.52649;570;20220604;29;13.9;21.5;2.1;18.18;7.6;5.11;25005
+77089;45.22614;3.52649;570;20220605;24.2;15.3;19.8;2.2;16.08;.5;3.97;18888
+77089;45.22614;3.52649;570;20220606;24.6;10.8;17.7;1.6;13.93;.3;4.39;23998
+77089;45.22614;3.52649;570;20220607;22.1;10.9;16.5;2;12.63;.2;4.03;21396
+77089;45.22614;3.52649;570;20220608;21;9.4;15.2;2.1;12.68;2.5;3.78;21490
+77089;45.22614;3.52649;570;20220609;18.5;11.8;15.1;2.6;11.53;0;3.38;16792
+77089;45.22614;3.52649;570;20220610;24.6;7.1;15.9;1.9;11.73;0;4.81;26825
+77089;45.22614;3.52649;570;20220611;29.5;7.4;18.5;1.7;12.93;0;5.7;30051
+77089;45.22614;3.52649;570;20220612;30.5;11.6;21;1.3;15.13;.2;5.49;28206
+77089;45.22614;3.52649;570;20220613;26.2;13.4;19.8;1.9;15.63;.1;4.59;22918
+77089;45.22614;3.52649;570;20220614;32.1;7.2;19.6;1.7;11.43;.2;6.17;30882
+77089;45.22614;3.52649;570;20220615;33.5;12.8;23.2;2.1;15.58;.2;6.53;29338
+77089;45.22614;3.52649;570;20220616;31.9;14.3;23.1;1.9;16.48;0;5.89;27135
+77089;45.22614;3.52649;570;20220617;34.4;12.1;23.2;1.9;14.08;0;6.62;30219
+77089;45.22614;3.52649;570;20220618;36.6;11.8;24.2;2.9;12.88;0;7.97;30945
+77089;45.22614;3.52649;570;20220619;32.9;22.1;27.5;5.8;12.38;0;8.89;21262
+77089;45.22614;3.52649;570;20220620;33.4;14.6;24;2.5;11.53;.1;7.01;28428
+77089;45.22614;3.52649;570;20220621;32.7;15.5;24.1;1.9;15.83;1.2;6.03;26839
+77089;45.22614;3.52649;570;20220622;29.1;17.5;23.3;2.3;17.58;7.1;5.12;22068
+77089;45.22614;3.52649;570;20220623;23.2;14.8;19;1.9;17.38;11.9;3.69;18936
+77089;45.22614;3.52649;570;20220624;22.1;14.5;18.3;2;15.03;4.8;3.6;17669
+77089;45.22614;3.52649;570;20220625;27;9;18;1.7;14.03;16.3;5.03;27500
+77089;45.22614;3.52649;570;20220626;17.4;14.1;15.7;1.8;16.33;6.8;2.1;11275
+77089;45.22614;3.52649;570;20220627;17.8;13.6;15.7;1.4;15.53;1.1;2.39;13071
+77089;45.22614;3.52649;570;20220628;23.2;11.1;17.2;1.9;13.83;.1;4.13;22540
+77089;45.22614;3.52649;570;20220629;27.6;8.5;18;1.3;12.93;0;5.15;28513
+77089;45.22614;3.52649;570;20220630;23;13.7;18.4;2.1;14.63;4.6;3.89;19398
+77089;45.22614;3.52649;570;20220701;21.7;10.9;16.3;1.7;12.33;0;3.89;21134
+77089;45.22614;3.52649;570;20220702;29.9;6.2;18;1.3;11.63;0;5.57;30653
+77089;45.22614;3.52649;570;20220703;29.7;11.3;20.5;1.9;14.83;1.3;5.61;27841
+77089;45.22614;3.52649;570;20220704;26.7;13.8;20.2;2;16.53;13.9;4.65;23182
+77089;45.22614;3.52649;570;20220705;25.6;13.1;19.4;1.9;15.08;.1;4.52;22634
+77089;45.22614;3.52649;570;20220706;24.7;8.5;16.6;2.3;12.33;0;4.8;25910
+77089;45.22614;3.52649;570;20220707;24.1;7.2;15.6;2.8;12.33;.1;4.83;26476
+77089;45.22614;3.52649;570;20220708;25.4;12.7;19.1;3.5;13.18;.1;5.11;22790
+77089;45.22614;3.52649;570;20220709;27;8;17.5;2.1;12.68;.1;5.24;27938
+77089;45.22614;3.52649;570;20220710;27;9.1;18;2.1;13.43;0;5.17;27146
+77089;45.22614;3.52649;570;20220711;28.6;8.9;18.8;1.8;13.28;0;5.42;28416
+77089;45.22614;3.52649;570;20220712;30.2;10.1;20.2;2.2;13.13;0;5.96;28643
+77089;45.22614;3.52649;570;20220713;32.3;8.2;20.2;1.6;11.53;0;6.11;30117
+77089;45.22614;3.52649;570;20220714;34;12.9;23.4;1.9;14.23;0;6.44;29289
+77089;45.22614;3.52649;570;20220715;30.8;12.6;21.7;2.1;14.08;0;5.86;27075
+77089;45.22614;3.52649;570;20220716;29.8;10.7;20.2;2;13.03;0;5.66;27643
+77089;45.22614;3.52649;570;20220717;31.8;8.6;20.2;2;12.28;0;6.13;29471
+77089;45.22614;3.52649;570;20220718;37.3;10.5;23.9;1.9;11.88;22.1;7.02;29710
+77089;45.22614;3.52649;570;20220719;36.5;14.7;25.6;2.6;13.88;.2;7.38;29089
+77089;45.22614;3.52649;570;20220720;27.7;14.9;21.3;1.8;15.58;0;4.69;22033
+77089;45.22614;3.52649;570;20220721;30.8;11.4;21.1;1.8;14.58;0;5.6;27496
+77089;45.22614;3.52649;570;20220722;33.8;11.8;22.8;1.8;15.33;1.6;6.15;28769
+77089;45.22614;3.52649;570;20220723;27.5;19.1;23.3;2;17.68;.1;4.31;17758
+77089;45.22614;3.52649;570;20220724;35.5;10.4;22.9;1.5;14.28;0;6.17;29125
+77089;45.22614;3.52649;570;20220725;31.3;13.6;22.5;2;15.38;.1;5.59;25717
+77089;45.22614;3.52649;570;20220726;25.6;15.5;20.6;2.6;14.13;0;4.56;19442
+77089;45.22614;3.52649;570;20220727;26.1;8.2;17.2;2.1;11.38;0;4.94;25624
+77089;45.22614;3.52649;570;20220728;30.7;6.7;18.7;1.6;11.28;0;5.58;28679
+77089;45.22614;3.52649;570;20220729;27;13.9;20.4;1.8;13.38;0;4.61;21788
+77089;45.22614;3.52649;570;20220730;29.7;9.4;19.5;1.7;12.38;.1;5.36;27136
+77089;45.22614;3.52649;570;20220731;31;10;20.5;2;12.68;0;5.76;27425
+77089;45.22614;3.52649;570;20220801;32;11;21.5;1.8;13.33;0;5.76;27334
+77089;45.22614;3.52649;570;20220802;32.5;11.5;22;1.8;13.68;7;5.81;27204
+77089;45.22614;3.52649;570;20220803;36.5;12.1;24.3;1.6;13.78;0;6.18;27932
+77089;45.22614;3.52649;570;20220804;36;14.4;25.2;1.5;15.08;0;5.89;26788
+77089;45.22614;3.52649;570;20220805;30.7;16.4;23.5;1.7;16.68;2.8;4.81;21605
+77089;45.22614;3.52649;570;20220806;28.5;14.8;21.6;1.6;16.38;0;4.44;21522
+77089;45.22614;3.52649;570;20220807;28.7;8.9;18.8;2.2;12.63;.1;5.17;25703
+77089;45.22614;3.52649;570;20220808;30.7;8.4;19.6;1.9;11.03;0;5.56;26940
+77089;45.22614;3.52649;570;20220809;32;8;20;2;10.03;0;5.75;27097
+77089;45.22614;3.52649;570;20220810;33.5;9.1;21.3;1.6;10.68;0;5.7;26950
+77089;45.22614;3.52649;570;20220811;35.1;11;23.1;1.5;11.38;0;5.71;26801
+77089;45.22614;3.52649;570;20220812;34.7;11.2;23;1.9;11.03;0;5.99;26554
+77089;45.22614;3.52649;570;20220813;34.7;10.2;22.5;1.4;10.63;12.5;5.53;26496
+77089;45.22614;3.52649;570;20220814;22.9;17.5;20.2;1.9;16.58;16.8;3;12661
+77089;45.22614;3.52649;570;20220815;25.7;12.3;19;1.7;14.73;.1;3.87;19915
+77089;45.22614;3.52649;570;20220816;29.1;10.4;19.7;1.6;15.43;10.3;4.48;23668
+77089;45.22614;3.52649;570;20220817;23.6;14.4;19;1.5;17.23;21.6;3.11;16423
+77089;45.22614;3.52649;570;20220818;21.3;12.8;17.1;1.8;16.38;7.7;2.77;15634
+77089;45.22614;3.52649;570;20220819;22;15.1;18.5;1.3;17.58;.6;2.62;13887
+77089;45.22614;3.52649;570;20220820;25.3;15.3;20.3;1.7;16.88;.2;3.4;16931
+77089;45.22614;3.52649;570;20220821;23.9;11.2;17.6;1.6;14.63;.1;3.41;18816
+77089;45.22614;3.52649;570;20220822;24.6;14.7;19.7;1.9;16.58;.3;3.35;16302
+77089;45.22614;3.52649;570;20220823;26.9;16.3;21.6;1.7;18.28;.1;3.54;16849
+77089;45.22614;3.52649;570;20220824;31.7;11.5;21.6;1.4;15.48;0;4.51;23199
+77089;45.22614;3.52649;570;20220825;30.1;12.2;21.1;2;16.33;4.4;4.49;21675
+77089;45.22614;3.52649;570;20220826;25.3;16.8;21.1;2.1;18.58;.8;3.14;14596
+77089;45.22614;3.52649;570;20220827;24.5;12.6;18.6;1.3;16.18;.2;3.14;17397
+77089;45.22614;3.52649;570;20220828;28.8;9.8;19.3;1.1;14.88;.1;3.96;21969
+77089;45.22614;3.52649;570;20220829;31.3;11.1;21.2;1.2;14.93;.6;4.16;22298
+77089;45.22614;3.52649;570;20220830;26;15.6;20.8;1.9;17.23;.4;3.38;15797
+77089;45.22614;3.52649;570;20220831;25.9;13.5;19.7;1.7;16.53;.1;3.34;17207
+77089;45.22614;3.52649;570;20220901;27.9;10;19;1.2;14.38;0;3.7;20594
+77089;45.22614;3.52649;570;20220902;26.5;10.9;18.7;1.7;15.38;4.9;3.53;18917
+77089;45.22614;3.52649;570;20220903;24.1;11.2;17.7;1.3;15.58;3.1;2.97;17096
+77089;45.22614;3.52649;570;20220904;29.2;10.2;19.7;1.6;15.28;.2;3.9;20478
+77089;45.22614;3.52649;570;20220905;29.8;12.6;21.2;2.3;16.73;1.3;4.2;19532
+77089;45.22614;3.52649;570;20220906;26.1;13.3;19.7;1.9;17.53;4.7;3.21;16611
+77089;45.22614;3.52649;570;20220907;25.4;13.3;19.4;1.6;17.68;5.7;2.93;15952
+77089;45.22614;3.52649;570;20220908;23.1;11.3;17.2;2.2;14.43;0;3;15768
+77089;45.22614;3.52649;570;20220909;21.7;8.1;14.9;2;12.38;0;2.87;16455
+77089;45.22614;3.52649;570;20220910;20.8;11.1;16;1.3;12.68;0;2.43;13628
+77089;45.22614;3.52649;570;20220911;25.4;5.7;15.6;1.2;11.63;.1;3.15;19604
+77089;45.22614;3.52649;570;20220912;32.4;8.1;20.3;1.5;13.38;0;4.14;20936
+77089;45.22614;3.52649;570;20220913;29.9;14.2;22;2.5;17.68;.6;3.88;17123
+77089;45.22614;3.52649;570;20220914;26.3;16.9;21.6;1.8;17.78;11.4;2.92;13049
+77089;45.22614;3.52649;570;20220915;23.2;12.2;17.7;1.4;16.28;3.3;2.42;13942
+77089;45.22614;3.52649;570;20220916;18.9;13;16;1.7;14.58;0;1.94;9972
+77089;45.22614;3.52649;570;20220917;15;7.3;11.1;3;9.63;0;2.12;11272
+77089;45.22614;3.52649;570;20220918;18.4;-.1;9.2;1.3;7.83;0;2.36;17696
+77089;45.22614;3.52649;570;20220919;18.1;.8;9.4;1.6;8.28;0;2.37;16973
+77089;45.22614;3.52649;570;20220920;18.3;.6;9.4;1.6;8.08;0;2.38;16920
+77089;45.22614;3.52649;570;20220921;18.6;1.2;9.9;1.3;8.18;0;2.25;16636
+77089;45.22614;3.52649;570;20220922;22.1;.7;11.4;1.4;8.83;0;2.65;18403
+77089;45.22614;3.52649;570;20220923;21.8;3.8;12.8;1.5;11.13;13.1;2.47;16518
+77089;45.22614;3.52649;570;20220924;19.1;9.4;14.3;1.4;12.98;3.4;1.88;11904
+77089;45.22614;3.52649;570;20220925;14.8;9.9;12.4;1.2;12.73;1.2;1.31;8115
+77089;45.22614;3.52649;570;20220926;15.8;9;12.4;1.3;11.28;2.1;1.57;9584
+77089;45.22614;3.52649;570;20220927;13.4;8.6;11;1.9;10.83;1.1;1.4;7832
+77089;45.22614;3.52649;570;20220928;16.7;10.1;13.4;1.9;12.68;10;1.62;8971
+77089;45.22614;3.52649;570;20220929;13.7;8.7;11.2;1.6;10.63;.3;1.37;7643
+77089;45.22614;3.52649;570;20220930;14.2;4.7;9.5;1.4;9.18;.8;1.54;10909
+77089;45.22614;3.52649;570;20221001;19.7;3;11.3;1.9;11.23;1.3;1.95;14321
+77089;45.22614;3.52649;570;20221002;21.3;11.8;16.5;1.6;13.63;.1;1.97;10580
+77089;45.22614;3.52649;570;20221003;18.1;7.7;12.9;1.3;12.08;0;1.6;11107
+77089;45.22614;3.52649;570;20221004;23.4;4.7;14.1;1.4;10.83;.1;2.32;14924
+77089;45.22614;3.52649;570;20221005;25.5;4.5;15;1.7;10.93;0;2.63;15424
+77089;45.22614;3.52649;570;20221006;18.3;7.6;13;1.5;12.83;0;1.55;10613
+77089;45.22614;3.52649;570;20221007;22.8;10.3;16.6;1.1;13.73;.6;1.87;11729
+77089;45.22614;3.52649;570;20221008;15.1;11.5;13.3;1.6;12.93;3.9;1.17;5681
+77089;45.22614;3.52649;570;20221009;21.7;4.5;13.1;1.4;10.73;.1;1.97;13351
+77089;45.22614;3.52649;570;20221010;23.4;4.9;14.1;1.2;10.68;.1;2.02;13641
+77089;45.22614;3.52649;570;20221011;19.5;8.5;14;1.6;13.23;3.3;1.59;10165
+77089;45.22614;3.52649;570;20221012;21.2;13;17.1;.9;14.28;.3;1.53;8768
+77089;45.22614;3.52649;570;20221013;17.9;8;13;1.6;12.33;2.9;1.42;9306
+77089;45.22614;3.52649;570;20221014;19.2;11;15.1;1.5;14.13;.7;1.38;8105
+77089;45.22614;3.52649;570;20221015;21.3;8.7;15;1.4;12.88;0;1.67;9979
+77089;45.22614;3.52649;570;20221016;23;11;17;2.8;13.98;0;2.22;10000
+77089;45.22614;3.52649;570;20221017;21.1;14.2;17.6;3.1;14.13;.2;2.16;7048
+77089;45.22614;3.52649;570;20221018;25.7;9.7;17.7;1.6;13.58;.2;2.03;11309
+77089;45.22614;3.52649;570;20221019;26.1;8;17;1.4;12.93;2.3;2.02;11831
+77089;45.22614;3.52649;570;20221020;21.8;13.1;17.4;3.1;15.43;4.2;1.94;7931
+77089;45.22614;3.52649;570;20221021;21.7;13.8;17.7;1.4;15.63;4.3;1.44;7433
+77089;45.22614;3.52649;570;20221022;23.5;9.1;16.3;1.4;13.13;.1;1.68;10143
+77089;45.22614;3.52649;570;20221023;23;11.5;17.3;3.3;14.13;0;2.23;8879
+77089;45.22614;3.52649;570;20221024;21.1;10.2;15.7;1.4;12.48;0;1.46;8477
+77089;45.22614;3.52649;570;20221025;21.7;4.5;13.1;1.2;10.88;0;1.46;10665
+77089;45.22614;3.52649;570;20221026;23.9;7.4;15.6;1.1;12.38;0;1.49;10324
+77089;45.22614;3.52649;570;20221027;23.5;6.5;15;1.2;12.78;0;1.43;10277
+77089;45.22614;3.52649;570;20221028;28.1;11.5;19.8;1.5;11.93;0;2.08;10014
+77089;45.22614;3.52649;570;20221029;25;6.9;16;1.3;9.68;0;1.72;10424
+77089;45.22614;3.52649;570;20221030;23.3;9.1;16.2;1.3;9.28;0;1.63;9008
+77089;45.22614;3.52649;570;20221031;20.9;9.8;15.3;3;12.18;4.1;1.94;7699
+77089;45.22614;3.52649;570;20221101;18;12.2;15.1;1.4;12.73;0;1.14;5229
+77089;45.22614;3.52649;570;20221102;17.3;3.9;10.6;1.2;9.13;0;1.05;8264
+77089;45.22614;3.52649;570;20221103;16;3.2;9.6;1.9;8.93;.9;1.22;7990
+77089;45.22614;3.52649;570;20221104;9.8;3.7;6.7;2.1;8.43;12.6;.79;4767
+77089;45.22614;3.52649;570;20221105;9.7;4.3;7;2.3;7.98;0;.9;4804
+77089;45.22614;3.52649;570;20221106;13.9;-.7;6.6;1.5;7.18;0;1.05;8374
+77089;45.22614;3.52649;570;20221107;17.7;1;9.4;1.6;8.13;0;1.17;8699
+77089;45.22614;3.52649;570;20221108;17.9;4.8;11.4;2.2;10.33;6.9;1.2;7545
+77089;45.22614;3.52649;570;20221109;14.8;9.6;12.2;1.4;12.78;6.1;.74;4394
+77089;45.22614;3.52649;570;20221110;13.6;9.1;11.3;1.7;10.78;0;.84;3866
+77089;45.22614;3.52649;570;20221111;19.8;.2;10;1.5;8.98;.1;1.15;9000
+77089;45.22614;3.52649;570;20221112;20;1.9;10.9;1.2;9.68;0;1.01;8531
+77089;45.22614;3.52649;570;20221113;14.3;3.6;9;1;9.58;0;.64;6258
+77089;45.22614;3.52649;570;20221114;15.1;5.4;10.3;1.6;10.38;4.2;.77;5896
+77089;45.22614;3.52649;570;20221115;15;8.8;11.9;1.8;11.98;3.4;.79;4411
+77089;45.22614;3.52649;570;20221116;14.2;4;9.1;1.9;9.48;.1;.83;5735
+77089;45.22614;3.52649;570;20221117;15.7;7.3;11.5;2.3;9.63;3.2;1.22;5111
+77089;45.22614;3.52649;570;20221118;10.7;3.8;7.3;1.5;8.33;.6;.67;4590
+77089;45.22614;3.52649;570;20221119;7.8;1.5;4.7;1.8;7.58;1.3;.51;4236
+77089;45.22614;3.52649;570;20221120;8.2;.9;4.6;1.6;7.23;.4;.53;4691
+77089;45.22614;3.52649;570;20221121;7.5;1;4.2;1.4;7.68;4.1;.43;4290
+77089;45.22614;3.52649;570;20221122;9.5;.6;5.1;1.6;7.08;1.5;.6;4928
+77089;45.22614;3.52649;570;20221123;12.5;2.2;7.4;1.8;8.28;2.6;.73;5334
+77089;45.22614;3.52649;570;20221124;12.3;.2;6.3;1.6;7.73;.1;.66;5662
+77089;45.22614;3.52649;570;20221125;9.2;4.3;6.8;1.1;9.03;4.8;.46;3298
+77089;45.22614;3.52649;570;20221126;7.2;3;5.1;1.1;7.88;0;.44;3104
+77089;45.22614;3.52649;570;20221127;11.6;-.6;5.5;1.6;6.78;1.8;.71;5648
+77089;45.22614;3.52649;570;20221128;9.3;3.4;6.3;1;8.58;2.8;.44;3594
+77089;45.22614;3.52649;570;20221129;6.5;2.6;4.5;1.3;7.78;1.1;.41;2830
+77089;45.22614;3.52649;570;20221130;6.6;2.7;4.6;1.6;8.08;.2;.38;2673
+77089;45.22614;3.52649;570;20221201;5.5;3.4;4.5;1.9;7.38;.3;.52;1691
+77089;45.22614;3.52649;570;20221202;2.3;1.4;1.8;1.5;6.28;3.2;.46;754
+77089;45.22614;3.52649;570;20221203;3.3;-.2;1.6;.7;6.53;5.1;.3;2312
+77089;45.22614;3.52649;570;20221204;3.7;1;2.4;1.2;6.73;7;.36;2026
+77089;45.22614;3.52649;570;20221205;6.6;-3.3;1.6;1.2;5.33;0;.44;4619
+77089;45.22614;3.52649;570;20221206;6.1;-6.1;0;1;4.88;0;.33;5175
+77089;45.22614;3.52649;570;20221207;.6;-2.2;-.8;.9;5.33;0;.31;1944
+77089;45.22614;3.52649;570;20221208;3.7;-4.9;-.6;.9;5.23;3.5;.27;4061
+77089;45.22614;3.52649;570;20221209;2.9;.2;1.6;1.3;6.43;1.6;.34;1915
+77089;45.22614;3.52649;570;20221210;-2.1;-2;-2.1;3.6;4.93;0;.41;0
+77089;45.22614;3.52649;570;20221211;1.7;-6.8;-2.6;1.4;3.98;0;.38;3960
+77089;45.22614;3.52649;570;20221212;.1;-8.5;-4.2;.8;4.28;6.3;.19;3983
+77089;45.22614;3.52649;570;20221213;5.7;-.7;2.5;1;6.43;0;.33;3378
+77089;45.22614;3.52649;570;20221214;13.3;-.2;6.6;1.2;7.63;.4;.5;5199
+77089;45.22614;3.52649;570;20221215;3.6;-1.2;1.2;1.1;6.78;24.1;.23;2695
+77089;45.22614;3.52649;570;20221216;-.1;.3;.1;2.9;6.18;.1;.32;0
+77089;45.22614;3.52649;570;20221217;1.9;-4.3;-1.2;1.3;4.33;0;.38;3325
+77089;45.22614;3.52649;570;20221218;9.9;-8.3;.8;2.1;5.18;0;.63;6059
+77089;45.22614;3.52649;570;20221219;13.8;1.9;7.8;3.4;8.28;0;1.01;4844
+77089;45.22614;3.52649;570;20221220;14;10;12;4.3;9.88;.6;1.57;2346
+77089;45.22614;3.52649;570;20221221;12.8;8.6;10.7;2.1;10.33;0;.78;2601
+77089;45.22614;3.52649;570;20221222;13.3;6.6;10;2.4;9.93;2;.81;3361
+77089;45.22614;3.52649;570;20221223;14.7;8.9;11.8;2.2;11.93;.3;.72;2972
+77089;45.22614;3.52649;570;20221224;15.9;9.7;12.8;1.6;10.63;0;.88;3240
+77089;45.22614;3.52649;570;20221225;15.5;.2;7.8;1.4;8.03;0;.66;5591
+77089;45.22614;3.52649;570;20221226;11.1;-.5;5.3;1.3;7.98;.5;.41;4827
+77089;45.22614;3.52649;570;20221227;10.8;.8;5.8;1.2;7.38;0;.45;4456
+77089;45.22614;3.52649;570;20221228;11.5;-2.8;4.4;1.7;6.88;0;.6;5428
+77089;45.22614;3.52649;570;20221229;12.1;3.9;8;2.2;8.68;4.2;.76;3703
+77089;45.22614;3.52649;570;20221230;13.3;2.3;7.8;1.9;9.48;.1;.52;4701
+77089;45.22614;3.52649;570;20221231;16.4;4.3;10.4;2.8;10.18;0;.93;4913
+77090;45.24519;3.84348;839;20220101;18.2;2.2;10.2;1.6;6.16;0;.97;6601
+77090;45.24519;3.84348;839;20220102;14.9;2.3;8.6;2.9;6.26;0;1.39;5873
+77090;45.24519;3.84348;839;20220103;11.2;3.1;7.1;1.7;7.7;0;.62;4300
+77090;45.24519;3.84348;839;20220104;14.6;8.3;11.5;5.5;7.46;6.4;2.24;3980
+77090;45.24519;3.84348;839;20220105;-.2;-.1;-.2;5.7;5.16;.3;.57;0
+77090;45.24519;3.84348;839;20220106;.7;-1.7;-.5;4.4;4.2;0;.8;3200
+77090;45.24519;3.84348;839;20220107;2.9;-5.1;-1.1;2.5;4.7;6;.41;5500
+77090;45.24519;3.84348;839;20220108;5;.2;2.6;3.8;6.6;2.5;.47;3100
+77090;45.24519;3.84348;839;20220109;3.2;1.5;2.3;3.8;5.8;4.8;.67;2800
+77090;45.24519;3.84348;839;20220110;3.8;.6;2.2;3.2;5.4;.2;.63;6100
+77090;45.24519;3.84348;839;20220111;3.3;-6.7;-1.7;1.9;4.3;0;.36;7900
+77090;45.24519;3.84348;839;20220112;1.3;-7.3;-3;1.4;4;0;.26;7900
+77090;45.24519;3.84348;839;20220113;4.5;-6.9;-1.2;1.2;3.6;0;.45;6800
+77090;45.24519;3.84348;839;20220114;11.2;-8;1.6;1.2;3.7;0;.64;8400
+77090;45.24519;3.84348;839;20220115;11.7;-7.2;2.2;1;3.2;0;.6;8700
+77090;45.24519;3.84348;839;20220116;9.2;-6.9;1.1;1.2;3.6;0;.58;8800
+77090;45.24519;3.84348;839;20220117;4.4;-4.2;.1;1.9;5.5;0;.39;4700
+77090;45.24519;3.84348;839;20220118;2.3;-.3;1;1.6;4.9;0;.56;3100
+77090;45.24519;3.84348;839;20220119;3.4;-4.5;-.6;2.1;4.7;0;.54;3500
+77090;45.24519;3.84348;839;20220120;2.8;-.4;1.2;4.5;5.2;.1;.76;3400
+77090;45.24519;3.84348;839;20220121;.7;-2.7;-1;5.6;3.7;0;.99;7800
+77090;45.24519;3.84348;839;20220122;1;-6.9;-3;1.8;4.2;0;.42;3600
+77090;45.24519;3.84348;839;20220123;1.3;-2.3;-.5;.9;4.9;0;.39;4000
+77090;45.24519;3.84348;839;20220124;12.6;-8.6;2;1;4.2;0;.66;10300
+77090;45.24519;3.84348;839;20220125;11.9;-6.1;2.9;1.3;4;0;.83;9700
+77090;45.24519;3.84348;839;20220126;9.7;-6.7;1.5;1.2;3.9;0;.7;9800
+77090;45.24519;3.84348;839;20220127;10.1;-8.3;.9;1.3;3.6;0;.79;10100
+77090;45.24519;3.84348;839;20220128;4.9;-6.4;-.8;1.3;4.7;0;.49;7500
+77090;45.24519;3.84348;839;20220129;8.4;-8.6;-.1;1.3;4.6;0;.64;8700
+77090;45.24519;3.84348;839;20220130;6.4;-1.1;2.6;2.4;6.2;0;.63;5000
+77090;45.24519;3.84348;839;20220131;5;.8;2.9;6;5.6;.5;1.08;4000
+77090;45.24519;3.84348;839;20220201;2.2;-3;-.4;5.6;5.2;.9;.57;5300
+77090;45.24519;3.84348;839;20220202;7.5;1.9;4.7;3.6;7.4;.2;.7;4700
+77090;45.24519;3.84348;839;20220203;14.7;-.6;7;1.5;5.8;0;1.16;6600
+77090;45.24519;3.84348;839;20220204;8;-2.3;2.8;1.9;6;.7;.73;6700
+77090;45.24519;3.84348;839;20220205;6.5;1.8;4.1;2.4;5.5;.1;.98;9900
+77090;45.24519;3.84348;839;20220206;5.6;-6.1;-.3;2.8;5.3;1.8;.64;7900
+77090;45.24519;3.84348;839;20220207;6.2;4.1;5.1;5.7;5.8;.7;1.5;10000
+77090;45.24519;3.84348;839;20220208;10.8;-5.6;2.6;1.4;4.3;0;1.02;11700
+77090;45.24519;3.84348;839;20220209;15.6;-5.3;5.1;1.2;4.8;0;1.18;12000
+77090;45.24519;3.84348;839;20220210;14.7;-3;5.8;1.5;5.7;.8;1.23;11300
+77090;45.24519;3.84348;839;20220211;5.6;3.3;4.4;2.5;5.6;.1;1.07;7400
+77090;45.24519;3.84348;839;20220212;9;-3.8;2.6;3.3;4.82;0;1.27;9500
+77090;45.24519;3.84348;839;20220213;8.5;1.6;5;5.4;6.6;.4;1.33;12300
+77090;45.24519;3.84348;839;20220214;6.1;4.1;5.1;2.8;6.7;4.8;.94;4300
+77090;45.24519;3.84348;839;20220215;5.5;1;3.2;3.4;5.8;3.1;1.01;7900
+77090;45.24519;3.84348;839;20220216;10.9;.8;5.8;3.1;8.2;2.1;.86;5600
+77090;45.24519;3.84348;839;20220217;13.6;8.2;10.9;4.2;9.11;.6;1.64;6313
+77090;45.24519;3.84348;839;20220218;18;1.3;9.6;2.7;7.9;.1;1.91;12300
+77090;45.24519;3.84348;839;20220219;6.8;.7;3.7;3.4;4.9;0;1.47;12100
+77090;45.24519;3.84348;839;20220220;9.7;-.6;4.5;2.7;6.2;.2;1.22;9600
+77090;45.24519;3.84348;839;20220221;7.1;5.6;6.3;7;6.2;.9;1.85;6200
+77090;45.24519;3.84348;839;20220222;8.9;1.2;5;4.5;6.3;.5;1.47;10800
+77090;45.24519;3.84348;839;20220223;10.6;3.6;7.1;1.6;7;0;1.18;8300
+77090;45.24519;3.84348;839;20220224;12.3;.3;6.3;3.5;6.5;.4;1.67;10400
+77090;45.24519;3.84348;839;20220225;5.5;.8;3.1;4.8;5;0;1.6;15100
+77090;45.24519;3.84348;839;20220226;7.2;-2.1;2.5;3;4.1;0;1.65;15500
+77090;45.24519;3.84348;839;20220227;10.6;-7;1.8;1.4;4;0;1.43;15700
+77090;45.24519;3.84348;839;20220228;11.8;-4.1;3.8;1.5;4.8;0;1.54;15700
+77090;45.24519;3.84348;839;20220301;14.7;-4.7;5;1.2;4.8;0;1.61;15000
+77090;45.24519;3.84348;839;20220302;12.2;-.4;5.9;2.2;6.11;0;1.56;11764
+77090;45.24519;3.84348;839;20220303;12.5;2.1;7.3;1.2;7.5;0;1.37;12500
+77090;45.24519;3.84348;839;20220304;10.4;5.4;7.9;3.1;7.2;0;1.53;6700
+77090;45.24519;3.84348;839;20220305;8.7;-2.7;3;2.1;4.4;0;1.67;16600
+77090;45.24519;3.84348;839;20220306;6.5;-6.5;0;1.7;3.4;0;1.47;16700
+77090;45.24519;3.84348;839;20220307;9.8;-9.1;.3;1.4;3.4;0;1.57;17000
+77090;45.24519;3.84348;839;20220308;11.9;-7.7;2.1;2.1;4.8;0;1.76;16800
+77090;45.24519;3.84348;839;20220309;11.1;-4.3;3.4;1.8;5.8;0;1.49;14000
+77090;45.24519;3.84348;839;20220310;10.3;.6;5.4;2.8;6.8;.1;1.33;7800
+77090;45.24519;3.84348;839;20220311;7.6;4;5.8;5.4;6.7;0;1.4;3600
+77090;45.24519;3.84348;839;20220312;6;3.7;4.8;5.2;6.1;0;1.36;2900
+77090;45.24519;3.84348;839;20220313;7.4;2.4;4.9;4;6;4.8;1.45;6300
+77090;45.24519;3.84348;839;20220314;9.6;-4;2.8;3.1;6.9;1.5;1.01;8000
+77090;45.24519;3.84348;839;20220315;11.6;6.9;9.2;5.4;8.4;0;1.84;7200
+77090;45.24519;3.84348;839;20220316;15.8;3.4;9.6;1.7;8.6;0;1.62;9100
+77090;45.24519;3.84348;839;20220317;9.4;5.7;7.5;2.6;9;1.4;.83;2300
+77090;45.24519;3.84348;839;20220318;5;3.8;4.4;1.7;8.2;0;.48;1600
+77090;45.24519;3.84348;839;20220319;14.1;3.8;8.9;1.3;7.6;0;1.87;14100
+77090;45.24519;3.84348;839;20220320;8.7;.3;4.5;4.2;6.1;0;1.47;6600
+77090;45.24519;3.84348;839;20220321;10.9;4;7.4;4;5.4;0;2.64;16200
+77090;45.24519;3.84348;839;20220322;11.7;-2.2;4.7;3.8;4.2;0;2.77;19900
+77090;45.24519;3.84348;839;20220323;13.2;-4.8;4.2;2.8;3.7;0;2.76;20400
+77090;45.24519;3.84348;839;20220324;15.5;-4.3;5.6;2.5;4;0;2.94;20800
+77090;45.24519;3.84348;839;20220325;16.8;-3.8;6.5;2;4.5;0;2.79;19400
+77090;45.24519;3.84348;839;20220326;17.9;-2.6;7.6;1.6;5;0;2.74;19800
+77090;45.24519;3.84348;839;20220327;17.8;-1.7;8;1.7;4.7;0;2.91;20800
+77090;45.24519;3.84348;839;20220328;18.1;-1.2;8.4;2.4;4.7;0;3.2;19300
+77090;45.24519;3.84348;839;20220329;15.4;2.8;9.1;2.5;6;1;2.4;10700
+77090;45.24519;3.84348;839;20220330;11.2;5.4;8.3;1.8;8.1;2.8;1.4;7100
+77090;45.24519;3.84348;839;20220331;7;1.8;4.4;2.7;7.1;2.6;1;5700
+77090;45.24519;3.84348;839;20220401;.2;-2.2;-1;3.9;5;4.4;1.05;9100
+77090;45.24519;3.84348;839;20220402;-1.7;-3.8;-2.8;3;4.54;.1;1.07;8566
+77090;45.24519;3.84348;839;20220403;-.6;-4;-2.3;3.7;3.82;.1;.9;6800
+77090;45.24519;3.84348;839;20220404;6.9;-6.1;.4;1.6;4.4;0;1.96;22100
+77090;45.24519;3.84348;839;20220405;11.6;-5;3.3;1.9;6.1;0;1.88;16300
+77090;45.24519;3.84348;839;20220406;13;2.4;7.7;2.2;8.1;1.5;1.89;13100
+77090;45.24519;3.84348;839;20220407;12.4;5.9;9.1;5.3;8.4;1.7;2.21;11900
+77090;45.24519;3.84348;839;20220408;14.1;8;11;6.6;8.2;1.1;2.96;11700
+77090;45.24519;3.84348;839;20220409;7.9;1.4;4.6;5;4.7;.3;2.52;15700
+77090;45.24519;3.84348;839;20220410;14.1;-5.5;4.3;1.6;4.7;0;2.79;24200
+77090;45.24519;3.84348;839;20220411;11.5;-.1;5.7;6.2;6.4;0;2.43;15900
+77090;45.24519;3.84348;839;20220412;13.3;6.9;10.1;5.8;5.7;0;3.21;6600
+77090;45.24519;3.84348;839;20220413;19.1;6.6;12.8;3;6.7;.3;3.71;17800
+77090;45.24519;3.84348;839;20220414;18.8;4.3;11.5;2.1;9.4;.1;3.05;20000
+77090;45.24519;3.84348;839;20220415;20.4;4.3;12.3;2;9.3;0;3.22;19700
+77090;45.24519;3.84348;839;20220416;19.5;4.1;11.8;3.7;7.6;0;3.97;21900
+77090;45.24519;3.84348;839;20220417;18.3;.1;9.2;2;6.7;0;3.58;25900
+77090;45.24519;3.84348;839;20220418;18.9;.1;9.5;2.2;5.7;0;3.77;24800
+77090;45.24519;3.84348;839;20220419;17;1.3;9.1;1.7;6.9;0;2.95;19900
+77090;45.24519;3.84348;839;20220420;13.8;3.8;8.8;1.3;8.8;5.8;1.58;8800
+77090;45.24519;3.84348;839;20220421;14.6;6.7;10.6;1.5;9.7;.4;1.93;11200
+77090;45.24519;3.84348;839;20220422;17.7;1.3;9.5;1.8;7.9;0;2.99;20300
+77090;45.24519;3.84348;839;20220423;12.7;8.7;10.7;3.8;8.2;5.8;2.14;6300
+77090;45.24519;3.84348;839;20220424;12.4;2;7.2;2.8;8.4;5.8;1.69;10600
+77090;45.24519;3.84348;839;20220425;14.5;5.6;10;2.4;7.6;0;2.87;17800
+77090;45.24519;3.84348;839;20220426;17.4;2.2;9.8;1.9;7.8;0;3.21;22000
+77090;45.24519;3.84348;839;20220427;19.5;.9;10.2;1.7;7.7;0;3.71;26100
+77090;45.24519;3.84348;839;20220428;21.5;2.7;12.1;2;8.6;.3;3.73;22500
+77090;45.24519;3.84348;839;20220429;21.1;2.3;11.7;1.5;9.1;1.7;3.37;21400
+77090;45.24519;3.84348;839;20220430;15.7;8.3;12;1.6;9.7;.3;2.48;14500
+77090;45.24519;3.84348;839;20220501;16.6;.8;8.7;1.9;7.4;0;3.37;24900
+77090;45.24519;3.84348;839;20220502;17.8;1.4;9.6;1.8;7.4;.3;3.65;26200
+77090;45.24519;3.84348;839;20220503;17.7;6.1;11.9;1.3;9.3;2;2.35;12700
+77090;45.24519;3.84348;839;20220504;17.7;2.7;10.2;1.2;9.9;4.5;2.62;17800
+77090;45.24519;3.84348;839;20220505;12.6;7.9;10.2;3.1;9.4;3.2;2.02;10500
+77090;45.24519;3.84348;839;20220506;12.9;6.5;9.7;4.9;9.4;0;1.82;7600
+77090;45.24519;3.84348;839;20220507;18.2;6.7;12.4;4.4;8.9;0;4.17;24700
+77090;45.24519;3.84348;839;20220508;17;6.3;11.6;2.5;9.5;0;2.69;14500
+77090;45.24519;3.84348;839;20220509;20.9;4.4;12.6;1.6;9.6;0;3.52;21500
+77090;45.24519;3.84348;839;20220510;23.7;5.5;14.6;1.5;10.1;0;4.18;25000
+77090;45.24519;3.84348;839;20220511;24.7;6.8;15.7;2.4;10.5;0;5;28400
+77090;45.24519;3.84348;839;20220512;26.1;6.6;16.3;2.1;10.3;1.2;4.32;20700
+77090;45.24519;3.84348;839;20220513;21.9;6.3;14.1;1.3;11.3;4.9;3.37;20000
+77090;45.24519;3.84348;839;20220514;24.5;11.8;18.1;1.1;13.4;0;4.33;25100
+77090;45.24519;3.84348;839;20220515;23.9;10.2;17;3;11.4;.6;4.96;26100
+77090;45.24519;3.84348;839;20220516;25.6;9.1;17.3;2;9.9;0;4.6;22700
+77090;45.24519;3.84348;839;20220517;27.7;8;17.8;1.7;11.7;0;5.09;27600
+77090;45.24519;3.84348;839;20220518;27.5;10.3;18.9;2;12.8;.1;4.98;25400
+77090;45.24519;3.84348;839;20220519;26.4;12.7;19.5;3.4;11.8;0;5.71;26300
+77090;45.24519;3.84348;839;20220520;27.2;17.1;22.1;4.4;10.4;0;6.64;23800
+77090;45.24519;3.84348;839;20220521;30.9;9.6;20.2;1.6;12.5;0;5.29;25900
+77090;45.24519;3.84348;839;20220522;32.4;13.2;22.8;1.7;14.5;2.2;4.82;20000
+77090;45.24519;3.84348;839;20220523;21.3;14.6;17.9;2.6;13.3;4;3.92;19400
+77090;45.24519;3.84348;839;20220524;17.4;8.6;13;2.3;9.2;0;3.47;19600
+77090;45.24519;3.84348;839;20220525;17.8;8.1;12.9;3.4;8.9;0;3.6;18000
+77090;45.24519;3.84348;839;20220526;17.3;5.9;11.6;3.1;9.6;0;3.09;17400
+77090;45.24519;3.84348;839;20220527;23.4;8.6;16;2.3;11.2;0;4.72;26500
+77090;45.24519;3.84348;839;20220528;21.2;11;16.1;4.1;9.3;0;5.63;30100
+77090;45.24519;3.84348;839;20220529;18.2;5.9;12;3.4;6.7;0;4.92;29500
+77090;45.24519;3.84348;839;20220530;22.4;2;12.2;2.1;6.7;.4;4.77;27800
+77090;45.24519;3.84348;839;20220531;21.2;7.8;14.5;1.5;10.1;3.2;2.84;13000
+77090;45.24519;3.84348;839;20220601;24.9;5.8;15.3;1.5;12;9.6;4.02;22400
+77090;45.24519;3.84348;839;20220602;26.2;12.4;19.3;2;13.6;2.1;4.43;21200
+77090;45.24519;3.84348;839;20220603;28;12.9;20.4;2.6;13;4.4;5.7;27000
+77090;45.24519;3.84348;839;20220604;28.3;12.1;20.2;3.3;14;7.7;6.06;29000
+77090;45.24519;3.84348;839;20220605;23.1;14;18.5;3.1;13.8;1.3;5.32;29400
+77090;45.24519;3.84348;839;20220606;25.6;9.2;17.4;2.2;11.9;.3;4.9;25500
+77090;45.24519;3.84348;839;20220607;21.3;9.7;15.5;2.8;11;.1;4.74;27300
+77090;45.24519;3.84348;839;20220608;20;8.2;14.1;2;11.2;2.5;2.99;15200
+77090;45.24519;3.84348;839;20220609;17.8;8.8;13.3;5.6;9.5;0;4.32;23500
+77090;45.24519;3.84348;839;20220610;24.7;7.7;16.2;3;10.4;0;5.71;31400
+77090;45.24519;3.84348;839;20220611;28.8;7.2;18;1.9;10.1;0;5.94;31300
+77090;45.24519;3.84348;839;20220612;30.9;11;20.9;1.9;12.5;.6;5.22;22700
+77090;45.24519;3.84348;839;20220613;25.1;12.5;18.8;1.7;14.3;.1;3.62;16800
+77090;45.24519;3.84348;839;20220614;32.1;6.8;19.4;1.5;9.5;.2;6.02;30300
+77090;45.24519;3.84348;839;20220615;33;15;24;2.7;13.2;.1;6.36;24300
+77090;45.24519;3.84348;839;20220616;31.4;13.8;22.6;2;14.5;0;5.88;26900
+77090;45.24519;3.84348;839;20220617;33.4;12.5;22.9;2.3;12.3;0;6.8;29800
+77090;45.24519;3.84348;839;20220618;33.2;12.9;23;3;11.2;0;7.38;30100
+77090;45.24519;3.84348;839;20220619;29.7;20.1;24.9;6.2;12.2;0;8.71;29700
+77090;45.24519;3.84348;839;20220620;29.3;17.5;23.4;4;10.6;0;7.64;30400
+77090;45.24519;3.84348;839;20220621;30.6;14.5;22.5;2.3;14.2;1.5;5.43;22600
+77090;45.24519;3.84348;839;20220622;26.9;16.3;21.6;3.4;15.8;12.2;4.88;19800
+77090;45.24519;3.84348;839;20220623;21.3;14.2;17.7;2;15.8;9.7;2.5;11000
+77090;45.24519;3.84348;839;20220624;20.9;11.7;16.3;2.4;12.9;5;3.49;17700
+77090;45.24519;3.84348;839;20220625;25.2;7.9;16.5;2.1;12.9;17.6;3.93;19400
+77090;45.24519;3.84348;839;20220626;22.5;13.1;17.8;2;15.4;.9;3.08;14900
+77090;45.24519;3.84348;839;20220627;19.1;12.9;16;2.8;14.1;.4;2.57;11900
+77090;45.24519;3.84348;839;20220628;20.7;9.6;15.1;2.4;12.2;.1;3.62;19800
+77090;45.24519;3.84348;839;20220629;26.6;8.6;17.6;1.4;11.2;0;5.26;29700
+77090;45.24519;3.84348;839;20220630;24.8;14.1;19.4;2.2;13.1;6.9;4.38;20200
+77090;45.24519;3.84348;839;20220701;20.2;9.5;14.8;2.4;10.7;.1;4.65;28300
+77090;45.24519;3.84348;839;20220702;29.3;5.9;17.6;1.7;10.1;0;5.81;31000
+77090;45.24519;3.84348;839;20220703;30.6;12.6;21.6;1.8;13.4;2.2;5.72;27400
+77090;45.24519;3.84348;839;20220704;26.6;13.7;20.1;1.8;15.7;4.1;3.93;18100
+77090;45.24519;3.84348;839;20220705;24.2;12.7;18.4;1.8;13.9;0;4.2;21700
+77090;45.24519;3.84348;839;20220706;24.3;10;17.1;2.4;10.7;0;5.48;30300
+77090;45.24519;3.84348;839;20220707;24.1;9;16.5;4.1;10.9;0;5.69;29700
+77090;45.24519;3.84348;839;20220708;25.2;13.3;19.2;4.2;10.7;0;6.5;30700
+77090;45.24519;3.84348;839;20220709;27.1;8.4;17.7;2.3;10.2;0;5.83;30600
+77090;45.24519;3.84348;839;20220710;26.6;11.4;19;2.6;11.3;0;5.96;30600
+77090;45.24519;3.84348;839;20220711;28.8;9;18.9;2;11;.1;5.93;30800
+77090;45.24519;3.84348;839;20220712;29.3;10.7;20;2;11.6;0;5.9;29600
+77090;45.24519;3.84348;839;20220713;32.4;9.3;20.8;2.1;9.2;0;6.54;30100
+77090;45.24519;3.84348;839;20220714;33.7;12.7;23.2;1.9;11.4;0;6.56;30000
+77090;45.24519;3.84348;839;20220715;30.7;13.9;22.3;2.1;12.2;0;6.09;28200
+77090;45.24519;3.84348;839;20220716;30.2;11.5;20.8;2.3;11.1;0;6.28;29900
+77090;45.24519;3.84348;839;20220717;31.3;10.4;20.8;2.3;9.4;0;6.53;30100
+77090;45.24519;3.84348;839;20220718;34.9;11.3;23.1;1.7;11.1;4.8;6.44;29600
+77090;45.24519;3.84348;839;20220719;33;15.6;24.3;2.9;12.8;.1;6.94;28100
+77090;45.24519;3.84348;839;20220720;28.7;14.2;21.4;2.6;13.6;0;5.69;26200
+77090;45.24519;3.84348;839;20220721;30.3;12.8;21.5;2;13.3;0;5.87;28600
+77090;45.24519;3.84348;839;20220722;34.7;12.1;23.4;1.7;13.3;4.2;5.43;22400
+77090;45.24519;3.84348;839;20220723;27.2;17.7;22.4;1.9;16.3;0;4.84;23100
+77090;45.24519;3.84348;839;20220724;33.4;10.8;22.1;1.8;12.7;0;6.09;28700
+77090;45.24519;3.84348;839;20220725;30.6;15.2;22.9;2.2;13.3;0;5.13;20600
+77090;45.24519;3.84348;839;20220726;25.6;14.6;20.1;3.4;11.9;0;5.98;28900
+77090;45.24519;3.84348;839;20220727;25.6;10.3;17.9;2.1;10.3;0;5.3;28500
+77090;45.24519;3.84348;839;20220728;28.9;7.6;18.2;1.4;10;0;4.58;22800
+77090;45.24519;3.84348;839;20220729;25.4;14.2;19.8;2;11.6;.4;3.96;16200
+77090;45.24519;3.84348;839;20220730;27.4;10.6;19;2.2;10.7;0;5.09;24300
+77090;45.24519;3.84348;839;20220731;29.5;10.9;20.2;2;11.2;0;5.37;25600
+77090;45.24519;3.84348;839;20220801;31;12.2;21.6;2.2;11.7;0;5.79;26300
+77090;45.24519;3.84348;839;20220802;31.2;11.8;21.5;2.1;11.9;2.1;5.87;27700
+77090;45.24519;3.84348;839;20220803;34.9;13.3;24.1;1.8;11.4;0;5.93;25500
+77090;45.24519;3.84348;839;20220804;33.8;16.1;24.9;1.1;11.2;.1;4.31;17900
+77090;45.24519;3.84348;839;20220805;31.9;16.7;24.3;1.5;13.3;2.7;4.26;16400
+77090;45.24519;3.84348;839;20220806;26.9;12.3;19.6;1.5;14.1;0;4.21;21800
+77090;45.24519;3.84348;839;20220807;27.1;9.6;18.3;2.1;10.7;0;5.16;27000
+77090;45.24519;3.84348;839;20220808;28.8;10.6;19.7;2.5;9.2;0;5.84;27600
+77090;45.24519;3.84348;839;20220809;30.4;9.7;20;2.2;8.5;0;5.8;26900
+77090;45.24519;3.84348;839;20220810;32;10.7;21.3;1.9;9.2;0;5.45;24000
+77090;45.24519;3.84348;839;20220811;33.6;12.5;23;2.4;9.4;0;6.37;26500
+77090;45.24519;3.84348;839;20220812;33.2;13.2;23.2;2.3;10;0;6.14;25900
+77090;45.24519;3.84348;839;20220813;33.5;12.3;22.9;2.2;10.1;16.8;5.97;25200
+77090;45.24519;3.84348;839;20220814;20.6;16.1;18.3;1.5;16.8;18.1;2.37;11700
+77090;45.24519;3.84348;839;20220815;24.4;12.8;18.6;2.7;13;.1;4.6;24200
+77090;45.24519;3.84348;839;20220816;28;10;19;1.8;13.4;6.8;4.02;19300
+77090;45.24519;3.84348;839;20220817;24.7;13.4;19;2;15.5;21.9;2.68;10600
+77090;45.24519;3.84348;839;20220818;19.5;9;14.2;2.8;13.6;4.7;2.15;11000
+77090;45.24519;3.84348;839;20220819;21.7;14.5;18.1;4.2;14.5;1.1;3.54;16100
+77090;45.24519;3.84348;839;20220820;23.6;14.9;19.2;2.6;14.3;.2;3.95;19700
+77090;45.24519;3.84348;839;20220821;23.7;10.4;17;2.2;12.5;.1;4;22400
+77090;45.24519;3.84348;839;20220822;22.1;14.8;18.4;2.8;14.1;.2;3.25;14500
+77090;45.24519;3.84348;839;20220823;25.7;14.7;20.2;2.4;14.8;.1;4.22;21100
+77090;45.24519;3.84348;839;20220824;29.1;11.5;20.3;1.1;12.9;0;4.35;24600
+77090;45.24519;3.84348;839;20220825;29.8;12.5;21.1;2.3;14.7;5.2;4.35;18800
+77090;45.24519;3.84348;839;20220826;23.7;16;19.8;2.2;16.8;.8;2.78;12200
+77090;45.24519;3.84348;839;20220827;21.7;14.5;18.1;1.7;15;.2;2.47;11600
+77090;45.24519;3.84348;839;20220828;26.5;9.5;18;1.5;13;.1;4.05;23600
+77090;45.24519;3.84348;839;20220829;29.4;10.7;20;1.1;13.5;.4;3.66;19200
+77090;45.24519;3.84348;839;20220830;26.1;15.5;20.8;2.1;15.8;3.7;3.98;20400
+77090;45.24519;3.84348;839;20220831;24.2;11.9;18;2.1;14.4;.2;3.42;18400
+77090;45.24519;3.84348;839;20220901;25.3;10.1;17.7;1.3;13;.4;3.44;19900
+77090;45.24519;3.84348;839;20220902;24.9;10.9;17.9;1.8;13.6;5;2.76;12000
+77090;45.24519;3.84348;839;20220903;23.1;11.3;17.2;1.5;14.5;2.1;2.76;15300
+77090;45.24519;3.84348;839;20220904;25.1;9.6;17.3;1.2;14.3;.1;3.09;18200
+77090;45.24519;3.84348;839;20220905;26.2;14;20.1;2.6;16;2.3;3.83;19400
+77090;45.24519;3.84348;839;20220906;25.5;13.9;19.7;1.1;15.6;5.2;2.42;11300
+77090;45.24519;3.84348;839;20220907;23.9;12.3;18.1;1.6;15.3;7.4;2.57;13000
+77090;45.24519;3.84348;839;20220908;20.9;8.2;14.5;1.7;12.1;0;2.93;19200
+77090;45.24519;3.84348;839;20220909;19.9;8.4;14.1;2.5;11;0;2.94;17400
+77090;45.24519;3.84348;839;20220910;19.7;8.4;14;2;10.6;0;2.98;19000
+77090;45.24519;3.84348;839;20220911;22.9;5.5;14.2;1.2;10.2;0;3.13;21400
+77090;45.24519;3.84348;839;20220912;30.5;7.3;18.9;1.4;12.4;0;3.8;20500
+77090;45.24519;3.84348;839;20220913;26.4;14.8;20.6;2.6;17.4;0;3.08;13800
+77090;45.24519;3.84348;839;20220914;23.8;16.4;20.1;3.3;16.3;8;3.19;14200
+77090;45.24519;3.84348;839;20220915;22.4;11;16.7;2;14.3;5.7;2.71;15900
+77090;45.24519;3.84348;839;20220916;19.1;12.3;15.7;3.5;12.2;0;2.83;14400
+77090;45.24519;3.84348;839;20220917;13.8;5.8;9.8;3.5;8.1;0;2.49;16700
+77090;45.24519;3.84348;839;20220918;18.1;1.3;9.7;1.8;6.7;0;2.79;20400
+77090;45.24519;3.84348;839;20220919;17.3;.2;8.7;1.8;7.3;0;2.56;20000
+77090;45.24519;3.84348;839;20220920;17.3;1.8;9.5;1.8;7;0;2.64;20000
+77090;45.24519;3.84348;839;20220921;16.8;1.8;9.3;2.1;7.2;0;2.59;19200
+77090;45.24519;3.84348;839;20220922;21.6;1;11.3;1.5;7.7;0;2.78;19400
+77090;45.24519;3.84348;839;20220923;19.6;4.8;12.2;1.1;10.3;13.3;1.85;11500
+77090;45.24519;3.84348;839;20220924;17.9;6;11.9;1.4;10.7;3.5;1.89;12900
+77090;45.24519;3.84348;839;20220925;13.9;8.9;11.4;1.8;10.6;2.7;1.37;7000
+77090;45.24519;3.84348;839;20220926;13.8;6.3;10;3;9.3;2;1.88;12700
+77090;45.24519;3.84348;839;20220927;12.4;7.3;9.8;4.2;9.3;2.4;1.8;11200
+77090;45.24519;3.84348;839;20220928;15.9;8.8;12.3;3.6;11.1;10;1.75;8000
+77090;45.24519;3.84348;839;20220929;12.6;7.9;10.2;3.3;8.8;.4;1.96;12300
+77090;45.24519;3.84348;839;20220930;11.5;4.9;8.2;2.4;7.9;.3;1.43;7500
+77090;45.24519;3.84348;839;20221001;16.1;.8;8.4;2.5;10;.4;1.42;10000
+77090;45.24519;3.84348;839;20221002;19.4;10.8;15.1;2.9;12.4;0;2.45;15600
+77090;45.24519;3.84348;839;20221003;15.7;7.7;11.7;1.8;11.3;0;1.29;7000
+77090;45.24519;3.84348;839;20221004;23.9;6.5;15.2;1;10.9;.1;2.21;15600
+77090;45.24519;3.84348;839;20221005;23;4.8;13.9;1.7;10;0;2.5;16700
+77090;45.24519;3.84348;839;20221006;18.3;5.8;12;1.1;11.4;0;1.39;9000
+77090;45.24519;3.84348;839;20221007;20.7;9.7;15.2;1.2;12.3;1.5;1.76;11000
+77090;45.24519;3.84348;839;20221008;13.4;11.5;12.4;1;12.8;4.4;.81;3000
+77090;45.24519;3.84348;839;20221009;18.1;3.8;10.9;.8;10.4;.2;1.3;9400
+77090;45.24519;3.84348;839;20221010;21.9;4.4;13.1;1.1;10.1;.2;1.93;14900
+77090;45.24519;3.84348;839;20221011;19;5.6;12.3;1.1;11.4;1.2;1.53;11900
+77090;45.24519;3.84348;839;20221012;20.5;10.8;15.6;1.1;12.6;.2;1.68;11500
+77090;45.24519;3.84348;839;20221013;16.2;6.4;11.3;1.1;11.2;2.9;1.02;5500
+77090;45.24519;3.84348;839;20221014;18.1;9.8;13.9;2;12.8;.4;1.4;7700
+77090;45.24519;3.84348;839;20221015;22.4;9.3;15.8;1.9;11.5;0;2.07;11400
+77090;45.24519;3.84348;839;20221016;20;8.8;14.4;3;13.1;0;1.91;13300
+77090;45.24519;3.84348;839;20221017;18.4;14.2;16.3;3.2;13.2;.2;1.82;6200
+77090;45.24519;3.84348;839;20221018;23;9.1;16;1.5;12.4;.2;1.91;13300
+77090;45.24519;3.84348;839;20221019;24.1;6.9;15.5;1.3;11.7;1.4;1.76;10500
+77090;45.24519;3.84348;839;20221020;19.8;11.5;15.6;3.3;14.9;3.9;1.46;7000
+77090;45.24519;3.84348;839;20221021;20.4;14.1;17.2;3.3;13.9;2.9;1.96;7100
+77090;45.24519;3.84348;839;20221022;20.8;7.2;14;1.5;11.5;0;1.6;12100
+77090;45.24519;3.84348;839;20221023;19.8;11.9;15.8;5.6;14.2;0;1.9;6500
+77090;45.24519;3.84348;839;20221024;19.6;12.6;16.1;2;12.1;0;1.73;10100
+77090;45.24519;3.84348;839;20221025;20.5;4.4;12.4;1.4;10;.1;1.44;9500
+77090;45.24519;3.84348;839;20221026;21.5;7.7;14.6;1.6;11.9;0;1.52;9900
+77090;45.24519;3.84348;839;20221027;24.9;8.1;16.5;1.3;12;0;1.63;9600
+77090;45.24519;3.84348;839;20221028;26.8;11.6;19.2;1.1;10.3;0;1.73;9000
+77090;45.24519;3.84348;839;20221029;23.6;9;16.3;2.2;8.4;0;2.32;8200
+77090;45.24519;3.84348;839;20221030;21.5;11.9;16.7;2.7;8.6;0;2.46;8000
+77090;45.24519;3.84348;839;20221031;18.8;10.3;14.5;3.5;11.6;0;1.81;8400
+77090;45.24519;3.84348;839;20221101;17;12;14.5;2.6;10.9;.1;1.63;10300
+77090;45.24519;3.84348;839;20221102;14.4;3.4;8.9;1.1;7.9;0;.96;10100
+77090;45.24519;3.84348;839;20221103;13.8;1.5;7.6;3.3;8.4;.6;1.14;3000
+77090;45.24519;3.84348;839;20221104;7.8;1.7;4.7;3.3;7.5;9.1;.7;4500
+77090;45.24519;3.84348;839;20221105;7.6;3.5;5.5;3.3;6.7;0;1.02;8200
+77090;45.24519;3.84348;839;20221106;17.5;-2.3;7.6;1.4;5.8;0;1.26;8900
+77090;45.24519;3.84348;839;20221107;17.2;.2;8.7;1.7;7.5;0;1.2;10200
+77090;45.24519;3.84348;839;20221108;15.9;4.2;10;4.5;10.6;8.2;1.16;8700
+77090;45.24519;3.84348;839;20221109;14;10.1;12;1.4;11.8;5.4;.75;3500
+77090;45.24519;3.84348;839;20221110;10.7;8.2;9.4;1.7;9.3;0;.8;5100
+77090;45.24519;3.84348;839;20221111;16.7;1;8.8;1.6;8.5;.1;.97;8600
+77090;45.24519;3.84348;839;20221112;18.6;2.4;10.5;1.3;8.7;0;.98;9300
+77090;45.24519;3.84348;839;20221113;13.5;3.8;8.6;1.5;9.3;0;.73;4500
+77090;45.24519;3.84348;839;20221114;13.2;7.4;10.3;2.6;9.9;3.8;.94;5100
+77090;45.24519;3.84348;839;20221115;12.5;7.8;10.1;2.9;10.7;2.4;.78;2700
+77090;45.24519;3.84348;839;20221116;12.5;4.2;8.3;2.2;8.5;.1;.81;8100
+77090;45.24519;3.84348;839;20221117;13.4;6.3;9.8;4.7;9;3.7;1.37;4900
+77090;45.24519;3.84348;839;20221118;8.2;3.9;6;3.5;7.2;.7;.88;5700
+77090;45.24519;3.84348;839;20221119;6.5;-.4;3;2.5;6.5;1.2;.54;5500
+77090;45.24519;3.84348;839;20221120;7.1;.1;3.6;2;6.1;.2;.58;7600
+77090;45.24519;3.84348;839;20221121;8;-.4;3.8;3.2;6.8;4.6;.72;1500
+77090;45.24519;3.84348;839;20221122;7.2;1.6;4.4;4;6.2;1.9;.93;5600
+77090;45.24519;3.84348;839;20221123;11.8;1.6;6.7;2.2;7.4;1.2;.81;5300
+77090;45.24519;3.84348;839;20221124;10.3;-1;4.6;1.5;6.8;0;.5;7700
+77090;45.24519;3.84348;839;20221125;7.4;2.5;4.9;2;7.8;4.9;.51;1800
+77090;45.24519;3.84348;839;20221126;7;2.9;4.9;1.8;6.6;0;.57;5500
+77090;45.24519;3.84348;839;20221127;11.7;-2.7;4.5;1.4;5.9;1.7;.65;6200
+77090;45.24519;3.84348;839;20221128;7.6;4.5;6;2.1;8;3.6;.58;2300
+77090;45.24519;3.84348;839;20221129;5;2.4;3.7;3;6.7;1.3;.57;3200
+77090;45.24519;3.84348;839;20221130;4.8;1.8;3.3;2.1;6.7;.3;.52;1400
+77090;45.24519;3.84348;839;20221201;2.5;1.6;2;2.6;6.2;.2;.51;600
+77090;45.24519;3.84348;839;20221202;1.8;-.6;.6;1.4;5.4;1.5;.45;1400
+77090;45.24519;3.84348;839;20221203;2.1;-.5;.8;1;6;5.6;.35;1600
+77090;45.24519;3.84348;839;20221204;2.4;.2;1.3;1.1;6;4.6;.39;1400
+77090;45.24519;3.84348;839;20221205;4;-7.4;-1.7;1;4.3;0;.17;8600
+77090;45.24519;3.84348;839;20221206;3.3;-8.7;-2.7;.8;3.9;0;.16;7900
+77090;45.24519;3.84348;839;20221207;-1.4;-5.3;-3.4;1.2;4.7;.1;.27;1000
+77090;45.24519;3.84348;839;20221208;1.2;-4.8;-1.8;1;5.2;6.1;.23;3200
+77090;45.24519;3.84348;839;20221209;4.9;.7;2.8;.9;7;1.7;.34;2100
+77090;45.24519;3.84348;839;20221210;-1.6;-2.1;-1.9;2.9;4.7;.1;.38;2000
+77090;45.24519;3.84348;839;20221211;-.7;-10.3;-5.5;1;3.2;0;.17;7000
+77090;45.24519;3.84348;839;20221212;-.2;-8.9;-4.6;1.2;4;5.7;.2;4400
+77090;45.24519;3.84348;839;20221213;9.3;-2.1;3.6;1.2;6.5;1.2;.34;5700
+77090;45.24519;3.84348;839;20221214;11.1;2.3;6.7;2;8;0;.58;4000
+77090;45.24519;3.84348;839;20221215;3.8;-1.3;1.2;1.3;6.6;23.2;.35;200
+77090;45.24519;3.84348;839;20221216;1.3;.9;1.1;1.2;5.8;0;.41;1000
+77090;45.24519;3.84348;839;20221217;1;-7.9;-3.5;1;3.6;0;.21;6100
+77090;45.24519;3.84348;839;20221218;7.1;-9.6;-1.3;3.1;5.1;0;.47;6200
+77090;45.24519;3.84348;839;20221219;10.3;5.4;7.8;5.5;8.8;0;.94;1900
+77090;45.24519;3.84348;839;20221220;11.5;8.7;10.1;6.4;9.5;.3;1.23;4400
+77090;45.24519;3.84348;839;20221221;12.1;8.8;10.4;2.8;9.3;0;.78;6100
+77090;45.24519;3.84348;839;20221222;11.5;4.6;8;2.6;8.9;2.4;.71;2600
+77090;45.24519;3.84348;839;20221223;14.1;9.9;12;2.7;10.8;.4;.93;2800
+77090;45.24519;3.84348;839;20221224;14.6;9;11.8;1.4;9.6;0;.61;5500
+77090;45.24519;3.84348;839;20221225;14.7;0;7.3;1.5;7.6;0;.59;6000
+77090;45.24519;3.84348;839;20221226;14;3.7;8.8;2.3;8.5;.3;.79;5000
+77090;45.24519;3.84348;839;20221227;8.9;-.3;4.3;1.2;6.7;0;.28;6500
+77090;45.24519;3.84348;839;20221228;12.5;-3.7;4.4;1.7;6.3;0;.64;5400
+77090;45.24519;3.84348;839;20221229;10.6;2.1;6.3;2.1;8;3.6;.66;1800
+77090;45.24519;3.84348;839;20221230;11.9;.7;6.3;1.9;8.3;0;.64;1700
+77090;45.24519;3.84348;839;20221231;12.9;7.9;10.4;3.6;9.6;0;.93;5500
+77091;45.26329;4.16066;630;20220101;15.4;3.6;9.5;.8;6.72;0;.48;5893
+77091;45.26329;4.16066;630;20220102;12.1;4.4;8.3;1.6;6.89;0;.88;3921
+77091;45.26329;4.16066;630;20220103;11.7;5.6;8.7;1.8;8.12;0;.73;4090
+77091;45.26329;4.16066;630;20220104;14.6;7.8;11.2;3.7;8.25;7;1.37;4197
+77091;45.26329;4.16066;630;20220105;1.5;.6;1.1;4.6;5.55;1;.65;2772
+77091;45.26329;4.16066;630;20220106;1.7;-.9;.4;4;4.85;0;.74;2961
+77091;45.26329;4.16066;630;20220107;2.5;-3;-.3;1.4;4.99;3.1;.36;3716
+77091;45.26329;4.16066;630;20220108;5;.7;2.8;2.4;6.92;2;.37;3105
+77091;45.26329;4.16066;630;20220109;4.9;2.7;3.8;2.4;6.22;4;.72;2351
+77091;45.26329;4.16066;630;20220110;3.5;1.1;2.3;2.6;6.02;.5;.56;2754
+77091;45.26329;4.16066;630;20220111;.1;-3;-1.5;3.1;5.15;0;.32;2728
+77091;45.26329;4.16066;630;20220112;-.7;-2.7;-1.7;2.7;4.69;0;.44;2596
+77091;45.26329;4.16066;630;20220113;2.5;-4.5;-1;1.3;4.32;0;.37;5889
+77091;45.26329;4.16066;630;20220114;7.9;-5;1.5;.7;4.45;0;.35;6913
+77091;45.26329;4.16066;630;20220115;8.2;-3;2.6;.7;4.09;0;.41;6643
+77091;45.26329;4.16066;630;20220116;7.2;-3.6;1.8;1.4;4.09;0;.64;6760
+77091;45.26329;4.16066;630;20220117;1.5;-2.5;-.5;2.3;5.69;.2;.33;3788
+77091;45.26329;4.16066;630;20220118;1.7;-.8;.4;1.8;5.59;0;.41;2724
+77091;45.26329;4.16066;630;20220119;3.1;-3.5;-.2;1.2;5.42;0;.37;3952
+77091;45.26329;4.16066;630;20220120;1.6;-.5;.5;3.4;5.89;.9;.48;1747
+77091;45.26329;4.16066;630;20220121;1.6;-1.7;0;5.3;4.22;0;1.03;4011
+77091;45.26329;4.16066;630;20220122;.3;-3.9;-1.8;3.5;4.89;0;.45;3670
+77091;45.26329;4.16066;630;20220123;1.4;-1.3;0;1.7;5.35;0;.43;2863
+77091;45.26329;4.16066;630;20220124;7;-4.8;1.1;.8;5.05;0;.45;7535
+77091;45.26329;4.16066;630;20220125;11.3;-2.1;4.6;.6;4.65;0;.53;8055
+77091;45.26329;4.16066;630;20220126;8.2;-2.6;2.8;1.4;4.52;0;.74;7784
+77091;45.26329;4.16066;630;20220127;5.8;-6.1;-.1;1.2;4.25;0;.57;7530
+77091;45.26329;4.16066;630;20220128;1.3;-5.4;-2.1;2.1;5.39;0;.32;5433
+77091;45.26329;4.16066;630;20220129;2.2;-3.2;-.5;1.4;5.55;.4;.41;5483
+77091;45.26329;4.16066;630;20220130;5.5;-.1;2.7;2.2;7.25;.4;.45;4554
+77091;45.26329;4.16066;630;20220131;5.7;1.7;3.7;3.3;6.42;1.1;.82;4009
+77091;45.26329;4.16066;630;20220201;2.3;-1.5;.4;2.8;5.52;.6;.6;5259
+77091;45.26329;4.16066;630;20220202;7.8;2;4.9;2.2;7.99;.4;.59;4466
+77091;45.26329;4.16066;630;20220203;10.9;2.1;6.5;1.7;7.25;0;.88;6712
+77091;45.26329;4.16066;630;20220204;7.2;1.1;4.1;1.5;7.09;.8;.61;6641
+77091;45.26329;4.16066;630;20220205;6.3;2.5;4.4;2.7;6.29;.1;.94;6320
+77091;45.26329;4.16066;630;20220206;6.8;-2.1;2.3;1.9;5.89;2.2;.71;7360
+77091;45.26329;4.16066;630;20220207;6.6;4.7;5.7;4.4;6.35;.9;1.32;4615
+77091;45.26329;4.16066;630;20220208;9.6;-1.8;3.9;1.4;4.95;0;.94;9504
+77091;45.26329;4.16066;630;20220209;13.9;0;6.9;2;5.45;0;1.38;10375
+77091;45.26329;4.16066;630;20220210;5.6;2.1;3.9;2.3;6.2;.8;1.58;10950
+77091;45.26329;4.16066;630;20220211;6.6;4.4;5.5;2.8;6;.3;1.17;7350
+77091;45.26329;4.16066;630;20220212;9.2;-4.9;2.1;2.6;5.54;0;1.09;9153
+77091;45.26329;4.16066;630;20220213;10.2;-.3;4.9;6.4;6.7;.8;1.49;11950
+77091;45.26329;4.16066;630;20220214;7.8;5.8;6.8;3.7;7.25;7.2;1.22;3750
+77091;45.26329;4.16066;630;20220215;7.3;2.2;4.7;3;6.25;1.9;1.08;7050
+77091;45.26329;4.16066;630;20220216;9.9;3.1;6.5;1.6;8.62;2;.77;5914
+77091;45.26329;4.16066;630;20220217;14.1;8.5;11.3;2.1;9.59;.1;1.31;6383
+77091;45.26329;4.16066;630;20220218;18.6;5.9;12.2;2.5;8.62;.2;1.95;11121
+77091;45.26329;4.16066;630;20220219;7.4;2.7;5;2.6;5.59;0;1.32;7933
+77091;45.26329;4.16066;630;20220220;11.6;.3;5.9;2;6.39;.4;1.3;10254
+77091;45.26329;4.16066;630;20220221;7.3;6.9;7.1;4.4;6.65;2.6;1.6;3630
+77091;45.26329;4.16066;630;20220222;8.8;3.3;6;3.4;7.09;.5;1.28;8284
+77091;45.26329;4.16066;630;20220223;10.8;4.7;7.7;1.9;7.92;.1;1.16;7789
+77091;45.26329;4.16066;630;20220224;13;2.9;8;3;6.85;.4;1.73;10001
+77091;45.26329;4.16066;630;20220225;6;1.3;3.7;4.1;5.25;0;1.53;9229
+77091;45.26329;4.16066;630;20220226;7.5;-1.1;3.2;2.5;4.65;0;1.47;11432
+77091;45.26329;4.16066;630;20220227;9.5;-2.9;3.3;1.6;4.92;0;1.29;11432
+77091;45.26329;4.16066;630;20220228;10.8;-.5;5.2;1.6;5.45;0;1.44;12482
+77091;45.26329;4.16066;630;20220301;12.8;-2;5.4;1.7;5.52;0;1.62;13691
+77091;45.26329;4.16066;630;20220302;12.7;1.1;6.9;1.5;6.72;0;1.4;11714
+77091;45.26329;4.16066;630;20220303;12.3;4.5;8.4;1.3;8.32;0;1.28;9971
+77091;45.26329;4.16066;630;20220304;11.6;4.7;8.1;2.7;6.85;0;1.8;10857
+77091;45.26329;4.16066;630;20220305;9.3;-.3;4.5;2.2;4.35;0;1.73;12513
+77091;45.26329;4.16066;630;20220306;6.7;-3.4;1.6;1.7;3.62;0;1.46;13175
+77091;45.26329;4.16066;630;20220307;8.1;-5;1.5;1.4;3.92;0;1.42;14255
+77091;45.26329;4.16066;630;20220308;11.7;-2.1;4.8;2.1;5.19;0;1.74;12950
+77091;45.26329;4.16066;630;20220309;12.2;.4;6.3;2.4;6.39;0;1.79;13940
+77091;45.26329;4.16066;630;20220310;12;2.1;7;2.9;7.12;.2;1.67;11373
+77091;45.26329;4.16066;630;20220311;10.1;5.6;7.8;4.6;6.99;0;1.86;7328
+77091;45.26329;4.16066;630;20220312;8.8;4.7;6.7;3.9;6.65;0;1.56;6095
+77091;45.26329;4.16066;630;20220313;8.1;5.3;6.7;3.9;6.95;6.1;1.47;5636
+77091;45.26329;4.16066;630;20220314;10.2;-.2;5;1.8;8.12;1.4;1.24;11711
+77091;45.26329;4.16066;630;20220315;13.7;7.5;10.6;4.9;8.59;0;2.25;9252
+77091;45.26329;4.16066;630;20220316;15.7;7.1;11.4;2.2;9.12;0;2;11518
+77091;45.26329;4.16066;630;20220317;10;7.5;8.7;3.3;9.69;3.6;1.19;5690
+77091;45.26329;4.16066;630;20220318;6.3;5;5.6;2.1;8.5;.1;.59;1400
+77091;45.26329;4.16066;630;20220319;14.6;1.4;8;1.7;7.85;0;1.83;14000
+77091;45.26329;4.16066;630;20220320;11.5;1.7;6.6;4.6;6.35;0;2.04;7700
+77091;45.26329;4.16066;630;20220321;13.7;5.5;9.6;4.3;5.7;0;3.15;15800
+77091;45.26329;4.16066;630;20220322;14.1;-2.1;6;4.2;4.35;0;3.17;18900
+77091;45.26329;4.16066;630;20220323;15.3;-4.3;5.5;2.5;4.3;0;2.77;19000
+77091;45.26329;4.16066;630;20220324;17.6;-3.4;7.1;2.3;4.6;0;2.94;19300
+77091;45.26329;4.16066;630;20220325;18.1;-2.6;7.7;2;5.1;0;2.86;18450
+77091;45.26329;4.16066;630;20220326;19.2;-1.9;8.6;1.4;5.65;0;2.64;18800
+77091;45.26329;4.16066;630;20220327;19.4;-1.3;9;1.6;5.3;0;2.62;15150
+77091;45.26329;4.16066;630;20220328;19.8;1.9;10.9;2.9;5.1;0;3.68;18150
+77091;45.26329;4.16066;630;20220329;17.7;4.3;11;3.4;6.4;1.9;3.13;12000
+77091;45.26329;4.16066;630;20220330;13.1;6.7;9.9;1.7;9.1;3.5;1.51;7750
+77091;45.26329;4.16066;630;20220331;8.8;3.1;5.9;2.5;7.75;6.7;1.13;6250
+77091;45.26329;4.16066;630;20220401;3.1;1;2.1;6.2;5.3;7.4;1.45;8661
+77091;45.26329;4.16066;630;20220402;2.5;-1.3;.6;4.2;4.38;1.6;1.45;8310
+77091;45.26329;4.16066;630;20220403;2.5;-2.4;.1;4.4;4.81;.1;1.28;9171
+77091;45.26329;4.16066;630;20220404;7.8;-5.1;1.4;1.7;4.8;0;2.01;22100
+77091;45.26329;4.16066;630;20220405;12.6;-4.1;4.3;1.8;6.55;0;1.9;16000
+77091;45.26329;4.16066;630;20220406;13.7;4.2;8.9;2;8.65;.9;1.84;11650
+77091;45.26329;4.16066;630;20220407;14.1;6.9;10.5;4.9;8.7;1.4;2.26;8450
+77091;45.26329;4.16066;630;20220408;16.1;10;13;5.6;8.5;1.1;3.25;11000
+77091;45.26329;4.16066;630;20220409;8.5;2.4;5.5;4.2;5.65;.7;2.2;13850
+77091;45.26329;4.16066;630;20220410;14.2;-4.8;4.7;1.4;5.1;0;2.69;23700
+77091;45.26329;4.16066;630;20220411;14.8;-.7;7;6.3;6.75;0;3.08;17750
+77091;45.26329;4.16066;630;20220412;15.1;7.1;11.1;4.5;6.4;0;3.08;8500
+77091;45.26329;4.16066;630;20220413;19.3;6.5;12.9;2.3;7.5;0;3.25;16650
+77091;45.26329;4.16066;630;20220414;19.9;4.5;12.2;1.9;10.1;0;3.13;20900
+77091;45.26329;4.16066;630;20220415;21.2;3.9;12.6;2.1;9.9;0;3.33;20750
+77091;45.26329;4.16066;630;20220416;20.5;3.8;12.2;3.6;8.25;0;4.02;22800
+77091;45.26329;4.16066;630;20220417;18.4;0;9.2;1.9;7.05;0;3.45;25300
+77091;45.26329;4.16066;630;20220418;19.8;0;9.9;2.1;5.95;0;3.75;24500
+77091;45.26329;4.16066;630;20220419;18.5;1.1;9.8;1.9;7.25;0;3.2;21100
+77091;45.26329;4.16066;630;20220420;15.2;3.4;9.3;1.4;9.05;5.3;1.73;9600
+77091;45.26329;4.16066;630;20220421;17.2;8;12.6;2;9.95;.7;2.67;14900
+77091;45.26329;4.16066;630;20220422;19.5;1.6;10.5;1.9;8.15;.7;3.28;21300
+77091;45.26329;4.16066;630;20220423;15.2;10;12.6;4.6;8.55;8.7;2.83;7200
+77091;45.26329;4.16066;630;20220424;14.4;3.8;9.1;2.3;8.95;3;2.02;12250
+77091;45.26329;4.16066;630;20220425;15.6;7.8;11.7;2.4;8.7;0;2.8;15850
+77091;45.26329;4.16066;630;20220426;18.2;3.4;10.8;1.9;8.6;0;3.39;23550
+77091;45.26329;4.16066;630;20220427;19.9;.9;10.4;1.6;7.8;0;3.7;26100
+77091;45.26329;4.16066;630;20220428;22.3;2.9;12.6;1.9;8.85;.2;3.85;23600
+77091;45.26329;4.16066;630;20220429;22;2.7;12.4;1.6;9.25;.8;3.46;20850
+77091;45.26329;4.16066;630;20220430;17.6;6.8;12.2;2.2;9.35;.1;3.15;19200
+77091;45.26329;4.16066;630;20220501;17.7;.9;9.3;1.9;7.7;0;3.46;24950
+77091;45.26329;4.16066;630;20220502;19.4;1.6;10.5;1.8;7.8;.3;3.79;26150
+77091;45.26329;4.16066;630;20220503;18.7;6;12.4;1.5;9.45;.4;2.55;13350
+77091;45.26329;4.16066;630;20220504;19.6;3.9;11.7;1.9;10.3;3.5;3;18250
+77091;45.26329;4.16066;630;20220505;13.7;8.7;11.2;2.9;10.15;3.2;2.06;10550
+77091;45.26329;4.16066;630;20220506;14.9;6.9;10.9;4;9.99;.8;2.46;12333
+77091;45.26329;4.16066;630;20220507;19.4;7.4;13.4;3.5;9.69;0;3.48;15569
+77091;45.26329;4.16066;630;20220508;19.1;8.4;13.7;2.4;10.05;.1;3.1;14574
+77091;45.26329;4.16066;630;20220509;22;8.2;15.1;1.3;10.72;0;3.12;16827
+77091;45.26329;4.16066;630;20220510;25.6;10.2;17.9;1.5;11.55;0;3.62;17485
+77091;45.26329;4.16066;630;20220511;26.5;11.5;19;2.8;10.99;0;4.51;17312
+77091;45.26329;4.16066;630;20220512;24.9;11.5;18.2;1.9;11.45;0;3.79;16452
+77091;45.26329;4.16066;630;20220513;22.5;11.1;16.8;1.8;12.99;1.9;3.14;14968
+77091;45.26329;4.16066;630;20220514;25.2;11.7;18.4;1.4;13.12;0;3.53;17062
+77091;45.26329;4.16066;630;20220515;25.6;12.9;19.3;2.4;12.05;.7;4.12;16485
+77091;45.26329;4.16066;630;20220516;26.6;13;19.8;2.1;10.39;0;4.31;16438
+77091;45.26329;4.16066;630;20220517;28.2;13;20.6;1.1;12.75;0;3.78;17877
+77091;45.26329;4.16066;630;20220518;28.8;14.6;21.7;1.9;13.75;0;4.4;17756
+77091;45.26329;4.16066;630;20220519;28.1;17.5;22.8;4;12.69;0;5.39;15430
+77091;45.26329;4.16066;630;20220520;28;17.7;22.9;3.9;11.25;0;5.64;15409
+77091;45.26329;4.16066;630;20220521;29.5;14.5;22;1.5;15.12;0;4.14;18020
+77091;45.26329;4.16066;630;20220522;29.6;15.8;22.7;1.6;16.35;1;4.06;17077
+77091;45.26329;4.16066;630;20220523;23.5;17.3;20.4;2.6;14.05;1.9;3.46;11580
+77091;45.26329;4.16066;630;20220524;19.3;11.3;15.3;2.6;10.19;0;3.28;13396
+77091;45.26329;4.16066;630;20220525;19.5;8.8;14.2;3.5;9.62;0;3.67;15479
+77091;45.26329;4.16066;630;20220526;18.6;8.3;13.4;2.7;10.19;0;3.23;15355
+77091;45.26329;4.16066;630;20220527;22.5;9.9;16.2;3.1;11.89;0;3.91;17209
+77091;45.26329;4.16066;630;20220528;21.2;10.4;15.8;4.2;9.95;0;4.29;15829
+77091;45.26329;4.16066;630;20220529;18.7;6.3;12.5;3;7.19;0;3.95;17612
+77091;45.26329;4.16066;630;20220530;21.2;5.7;13.5;1.3;7.45;.7;3.55;18805
+77091;45.26329;4.16066;630;20220531;17.4;11.1;14.2;1.3;11.65;3.7;2.33;11652
+77091;45.26329;4.16066;630;20220601;25.5;10;17.7;1.3;13.42;8;3.62;18648
+77091;45.26329;4.16066;630;20220602;26.5;14;20.3;1.5;15.25;1.4;3.63;16272
+77091;45.26329;4.16066;630;20220603;28.4;15.2;21.8;1.9;15.05;1.1;4.35;17467
+77091;45.26329;4.16066;630;20220604;29.3;15.6;22.4;2.9;15.69;4.1;4.94;17577
+77091;45.26329;4.16066;630;20220605;24.7;16;20.3;2.6;15.49;2.5;4.18;18519
+77091;45.26329;4.16066;630;20220606;25.4;13.1;19.3;2;13.63;.5;4.65;23143
+77091;45.26329;4.16066;630;20220607;23;12.6;17.8;2.4;12.4;0;4.34;21452
+77091;45.26329;4.16066;630;20220608;21;11.9;16.4;1.8;12.19;2.1;3.09;14633
+77091;45.26329;4.16066;630;20220609;18.4;11;14.7;3.3;11.42;.1;2.99;12338
+77091;45.26329;4.16066;630;20220610;23.7;9.2;16.4;2.8;10.79;0;4.46;18927
+77091;45.26329;4.16066;630;20220611;28.1;11.8;20;1.9;11.35;0;5.84;29309
+77091;45.26329;4.16066;630;20220612;30.2;15;22.6;1.3;13.25;1;5.45;26618
+77091;45.26329;4.16066;630;20220613;25.7;15.4;20.5;2.3;14.85;0;4.96;23775
+77091;45.26329;4.16066;630;20220614;30.2;11.2;20.7;1.6;10.32;.1;6.05;29991
+77091;45.26329;4.16066;630;20220615;33.4;17.1;25.3;2.2;14.49;.2;6.09;24395
+77091;45.26329;4.16066;630;20220616;31.8;19.4;25.6;2.2;16.15;0;6.18;26134
+77091;45.26329;4.16066;630;20220617;32.8;16.8;24.8;2;12.72;0;6.59;28852
+77091;45.26329;4.16066;630;20220618;34.7;16.9;25.8;2.7;12.59;0;7.55;29408
+77091;45.26329;4.16066;630;20220619;31.5;22;26.8;4.7;12.42;0;7.94;23575
+77091;45.26329;4.16066;630;20220620;31.7;17.6;24.7;3.1;11.02;0;7.2;27620
+77091;45.26329;4.16066;630;20220621;30.6;18;24.3;2.7;15.02;.6;5.95;23649
+77091;45.26329;4.16066;630;20220622;27.6;17.8;22.7;2.7;17.62;6.4;4.6;19285
+77091;45.26329;4.16066;630;20220623;22.8;15.5;19.1;2.2;17.45;10.2;3.44;16987
+77091;45.26329;4.16066;630;20220624;21.1;15.2;18.1;2;14.82;3.3;3.43;16435
+77091;45.26329;4.16066;630;20220625;26.3;12.8;19.5;1.8;13.82;14.1;5.1;26842
+77091;45.26329;4.16066;630;20220626;17.9;13.7;15.8;2;16.19;1.4;2.09;10525
+77091;45.26329;4.16066;630;20220627;20.5;13.6;17.1;2.6;15.06;.2;3.18;17262
+77091;45.26329;4.16066;630;20220628;21.8;12;16.9;2.4;13.76;.1;3.74;20636
+77091;45.26329;4.16066;630;20220629;27.1;12.5;19.8;2.2;12.73;0;5.22;25208
+77091;45.26329;4.16066;630;20220630;24.6;15.3;20;2.4;14.08;14.9;4.38;20189
+77091;45.26329;4.16066;630;20220701;20.7;9.9;15.3;2.8;11.5;.1;3.96;21583
+77091;45.26329;4.16066;630;20220702;28.2;9.6;18.9;2.1;11.3;0;5.73;28361
+77091;45.26329;4.16066;630;20220703;30.6;15.5;23;1.8;14;3.9;5.59;25890
+77091;45.26329;4.16066;630;20220704;25.9;16.2;21;2.6;15.83;1.2;4.63;20677
+77091;45.26329;4.16066;630;20220705;25.3;14.5;19.9;3;13.75;.1;4.83;21360
+77091;45.26329;4.16066;630;20220706;24.4;13.2;18.8;4.1;11.43;0;5.38;21737
+77091;45.26329;4.16066;630;20220707;24;11.3;17.7;4.2;11.55;0;5.23;23431
+77091;45.26329;4.16066;630;20220708;24.4;13;18.7;4.8;12.28;0;5.29;21861
+77091;45.26329;4.16066;630;20220709;26.6;12.9;19.7;3.5;11.65;0;5.77;24199
+77091;45.26329;4.16066;630;20220710;26.2;14;20.1;3.6;12.23;0;5.59;22527
+77091;45.26329;4.16066;630;20220711;27.9;13.3;20.6;2.9;12.25;.1;5.7;24848
+77091;45.26329;4.16066;630;20220712;29.1;14.4;21.8;2;12.52;0;5.78;27623
+77091;45.26329;4.16066;630;20220713;31.7;13.9;22.8;1.3;10.75;0;5.78;28748
+77091;45.26329;4.16066;630;20220714;34.1;17.4;25.8;1.5;13.52;0;6.12;28145
+77091;45.26329;4.16066;630;20220715;30.3;17.8;24.1;2.2;13.49;0;5.97;26145
+77091;45.26329;4.16066;630;20220716;29.5;14.6;22;2.6;11.59;0;6.21;27484
+77091;45.26329;4.16066;630;20220717;31.1;14;22.6;2;10.85;0;6.17;28424
+77091;45.26329;4.16066;630;20220718;35.3;15.7;25.5;1.7;11.69;.9;6.54;29005
+77091;45.26329;4.16066;630;20220719;35.1;21.1;28.1;3;13.79;0;7.43;26448
+77091;45.26329;4.16066;630;20220720;30.1;18.6;24.3;2.6;15.89;.2;5.71;23119
+77091;45.26329;4.16066;630;20220721;30.2;15.3;22.7;2.2;14.59;0;5.75;26886
+77091;45.26329;4.16066;630;20220722;34.3;15.9;25.1;1.6;14.49;6.3;5.98;26881
+77091;45.26329;4.16066;630;20220723;27;18.5;22.8;2.2;17.29;0;4.57;20098
+77091;45.26329;4.16066;630;20220724;32.8;14.4;23.6;1.8;14.32;0;6.03;27651
+77091;45.26329;4.16066;630;20220725;32.8;19.9;26.3;2.8;14.99;.6;6.08;21822
+77091;45.26329;4.16066;630;20220726;25.5;16.7;21.1;3.4;13.92;0;5.11;21357
+77091;45.26329;4.16066;630;20220727;25.7;12.2;18.9;2.9;11.15;0;5.45;25835
+77091;45.26329;4.16066;630;20220728;29.3;12.2;20.7;1.6;10.99;0;5.13;25256
+77091;45.26329;4.16066;630;20220729;25.7;16.4;21;1.4;13.39;1.7;4.02;19001
+77091;45.26329;4.16066;630;20220730;28.2;14.4;21.3;1.8;11.95;0;5.29;25788
+77091;45.26329;4.16066;630;20220731;30.4;15.1;22.8;2.1;12.29;0;5.79;26448
+77091;45.26329;4.16066;630;20220801;31.5;16.5;24;2.3;12.89;0;6.1;26167
+77091;45.26329;4.16066;630;20220802;31.1;15.9;23.5;2.3;13.79;.5;5.88;26003
+77091;45.26329;4.16066;630;20220803;34.8;16.6;25.7;1.9;12.72;0;6.26;26498
+77091;45.26329;4.16066;630;20220804;35.8;20.2;28;2.3;12.62;0;6.61;25089
+77091;45.26329;4.16066;630;20220805;32.4;20.8;26.6;2;15.05;1.2;5.03;18584
+77091;45.26329;4.16066;630;20220806;27.7;16.2;22;2.6;15.52;0;5.05;22501
+77091;45.26329;4.16066;630;20220807;27.9;13.1;20.5;2.6;12.25;0;5.39;24934
+77091;45.26329;4.16066;630;20220808;29.4;14;21.7;2;10.72;0;5.47;25528
+77091;45.26329;4.16066;630;20220809;30.6;14.1;22.4;1.7;9.85;0;5.4;25539
+77091;45.26329;4.16066;630;20220810;32.8;15.7;24.3;1.5;10.45;0;5.41;24898
+77091;45.26329;4.16066;630;20220811;34.1;16.6;25.4;1.4;11.65;0;5.45;24988
+77091;45.26329;4.16066;630;20220812;33.3;16.2;24.8;1.5;11.32;0;5.42;24891
+77091;45.26329;4.16066;630;20220813;33.1;16.2;24.6;1.3;10.29;18.4;5.17;24604
+77091;45.26329;4.16066;630;20220814;21.4;16.7;19.1;2;16.99;18.4;2.54;11135
+77091;45.26329;4.16066;630;20220815;25.5;13.4;19.4;1.5;14.09;.2;3.87;20313
+77091;45.26329;4.16066;630;20220816;29.4;13.4;21.4;1.5;14.32;4.1;4.38;21923
+77091;45.26329;4.16066;630;20220817;24;15.5;19.7;1.9;16.83;20;3.18;15935
+77091;45.26329;4.16066;630;20220818;20.2;12.4;16.3;2.7;15.05;3.1;2.74;14975
+77091;45.26329;4.16066;630;20220819;22.3;15;18.6;2.7;16.52;1;2.92;13637
+77091;45.26329;4.16066;630;20220820;24.5;16;20.2;2.7;16.39;.5;3.61;16450
+77091;45.26329;4.16066;630;20220821;23.1;13.1;18.1;1.9;13.12;.1;3.64;18658
+77091;45.26329;4.16066;630;20220822;24.2;14.7;19.5;2.7;14.35;.2;4.03;19209
+77091;45.26329;4.16066;630;20220823;26.2;16;21.1;2.1;15.95;.1;4.05;19332
+77091;45.26329;4.16066;630;20220824;30.3;15.2;22.8;1.4;13.79;0;4.49;22478
+77091;45.26329;4.16066;630;20220825;30.5;16.2;23.4;1.9;15.49;6.6;4.46;19907
+77091;45.26329;4.16066;630;20220826;24.4;17.2;20.8;2.6;17.49;.4;3.41;15451
+77091;45.26329;4.16066;630;20220827;22.8;14.9;18.9;2;16.09;.1;3.1;15956
+77091;45.26329;4.16066;630;20220828;27.2;13.2;20.2;1.3;14.89;.1;3.88;21283
+77091;45.26329;4.16066;630;20220829;30;14.5;22.3;1.5;14.79;.4;4.31;21224
+77091;45.26329;4.16066;630;20220830;25.3;17.8;21.5;2.1;17.49;5.3;3.2;13883
+77091;45.26329;4.16066;630;20220831;24.7;15;19.9;2.1;16.29;.4;3.36;16942
+77091;45.26329;4.16066;630;20220901;26.2;13.1;19.6;1.3;13.92;.1;3.61;19978
+77091;45.26329;4.16066;630;20220902;26.1;14.2;20.1;1.8;14.15;6.3;3.57;17300
+77091;45.26329;4.16066;630;20220903;24.7;13.8;19.3;1.8;15.65;3.1;3.19;16250
+77091;45.26329;4.16066;630;20220904;26.9;12.9;19.9;1.6;15.92;.1;3.61;19329
+77091;45.26329;4.16066;630;20220905;27.7;17.4;22.5;3;17.12;.9;4.1;16985
+77091;45.26329;4.16066;630;20220906;26;17.2;21.6;2.4;17.32;2;3.36;14784
+77091;45.26329;4.16066;630;20220907;23.4;14.9;19.1;2.2;17.45;4.8;2.75;13803
+77091;45.26329;4.16066;630;20220908;22.9;12.8;17.9;1.7;13.89;0;2.89;15641
+77091;45.26329;4.16066;630;20220909;22.2;11.9;17;1.8;11.69;0;2.99;15830
+77091;45.26329;4.16066;630;20220910;20.4;11.7;16.1;1.5;11.72;.1;2.61;14624
+77091;45.26329;4.16066;630;20220911;22.6;8.7;15.6;1.4;11.35;.1;3.07;19105
+77091;45.26329;4.16066;630;20220912;28.7;11.8;20.3;1.6;13.22;0;3.78;19477
+77091;45.26329;4.16066;630;20220913;27.2;16.9;22.1;3;17.89;1.1;3.21;12778
+77091;45.26329;4.16066;630;20220914;24.5;18.2;21.4;3;18.02;8.5;2.79;11530
+77091;45.26329;4.16066;630;20220915;22.3;14.2;18.2;1.8;16.15;8.1;2.45;13290
+77091;45.26329;4.16066;630;20220916;17.5;13.5;15.5;2.2;14.52;.7;1.84;9619
+77091;45.26329;4.16066;630;20220917;13.2;7.5;10.4;3.8;9.39;.1;2.19;13675
+77091;45.26329;4.16066;630;20220918;16.9;4;10.5;2;7.79;0;2.58;17571
+77091;45.26329;4.16066;630;20220919;16.6;4.8;10.7;2.4;8.05;0;2.61;16955
+77091;45.26329;4.16066;630;20220920;17.1;4.4;10.7;2.5;7.89;0;2.65;16906
+77091;45.26329;4.16066;630;20220921;17.1;4.8;10.9;1.7;8.25;0;2.34;16450
+77091;45.26329;4.16066;630;20220922;20.6;3.8;12.2;1.2;8.95;0;2.49;17961
+77091;45.26329;4.16066;630;20220923;20.6;8.5;14.6;2.1;11.99;10.9;2.38;14617
+77091;45.26329;4.16066;630;20220924;19.4;10.6;15;1.8;12.85;4.5;2.09;12283
+77091;45.26329;4.16066;630;20220925;14.7;10;12.3;1.4;12.19;2.3;1.41;8734
+77091;45.26329;4.16066;630;20220926;15;8.8;11.9;2;10.89;3.7;1.66;9890
+77091;45.26329;4.16066;630;20220927;12.9;8.1;10.5;2.3;10.25;1.8;1.49;8583
+77091;45.26329;4.16066;630;20220928;16.3;9.4;12.8;2.4;12.12;8.6;1.6;8875
+77091;45.26329;4.16066;630;20220929;12.6;8.9;10.7;1.9;10.42;1;1.36;7647
+77091;45.26329;4.16066;630;20220930;12.5;5.8;9.2;2.2;9.09;.2;1.41;8576
+77091;45.26329;4.16066;630;20221001;19;5.5;12.2;1.5;10.69;1.1;1.8;12019
+77091;45.26329;4.16066;630;20221002;21.5;13.6;17.5;1.7;13.52;0;2.15;11195
+77091;45.26329;4.16066;630;20221003;16.6;10.8;13.7;2.3;12.69;.1;1.68;10190
+77091;45.26329;4.16066;630;20221004;20.6;8.3;14.5;1.3;11.92;.1;2.02;13638
+77091;45.26329;4.16066;630;20221005;23;9.6;16.3;2.4;11.15;0;2.68;14375
+77091;45.26329;4.16066;630;20221006;18.7;10.3;14.5;1.9;12.89;0;1.78;11211
+77091;45.26329;4.16066;630;20221007;20.9;10.6;15.7;1.4;13.29;1.8;1.8;10820
+77091;45.26329;4.16066;630;20221008;13.9;12.6;13.2;1.7;13.35;3;.94;3315
+77091;45.26329;4.16066;630;20221009;17.5;5.8;11.6;1.6;11.09;.2;1.53;10442
+77091;45.26329;4.16066;630;20221010;21.3;9.8;15.5;1.6;12.12;.2;1.99;12456
+77091;45.26329;4.16066;630;20221011;18.9;9.8;14.4;1.6;13.42;.2;1.57;10963
+77091;45.26329;4.16066;630;20221012;19;12.7;15.9;.9;14.19;.2;1.33;8333
+77091;45.26329;4.16066;630;20221013;17.6;10.1;13.8;1.3;12.65;2;1.29;7841
+77091;45.26329;4.16066;630;20221014;17.5;11.6;14.6;1.2;13.42;.4;1.21;6762
+77091;45.26329;4.16066;630;20221015;22.3;11.3;16.8;1.8;12.29;0;2.05;11281
+77091;45.26329;4.16066;630;20221016;21.2;14.5;17.8;3.4;14.19;0;2.21;8005
+77091;45.26329;4.16066;630;20221017;20.8;14.9;17.8;3.7;13.85;.1;2.24;7714
+77091;45.26329;4.16066;630;20221018;22.9;13.4;18.1;1.7;13.35;0;1.99;10322
+77091;45.26329;4.16066;630;20221019;22.3;11.2;16.8;1.4;13.25;.7;1.72;10192
+77091;45.26329;4.16066;630;20221020;19.6;15.6;17.6;3.6;15.39;7.5;1.69;5274
+77091;45.26329;4.16066;630;20221021;19.8;14.8;17.3;2.5;15.29;0;1.41;5077
+77091;45.26329;4.16066;630;20221022;21.9;11.7;16.8;1.4;13.75;0;1.58;9454
+77091;45.26329;4.16066;630;20221023;21.6;14.5;18.1;3.8;14.55;0;2.13;7347
+77091;45.26329;4.16066;630;20221024;21.1;14.6;17.9;2;13.75;1;1.65;6989
+77091;45.26329;4.16066;630;20221025;19.5;8.7;14.1;1.7;11.32;.4;1.53;9197
+77091;45.26329;4.16066;630;20221026;23.2;13.3;18.3;2.1;13.42;0;1.92;8889
+77091;45.26329;4.16066;630;20221027;22.5;11.9;17.2;1.8;13.35;0;1.71;9126
+77091;45.26329;4.16066;630;20221028;24.4;15.6;20;1.9;11.12;0;2.23;7966
+77091;45.26329;4.16066;630;20221029;24.4;13.7;19.1;2.1;8.39;0;2.49;9101
+77091;45.26329;4.16066;630;20221030;22.8;13.9;18.4;3;9.15;0;2.77;8688
+77091;45.26329;4.16066;630;20221031;19.4;11.9;15.7;3.2;12.39;7.6;1.8;7232
+77091;45.26329;4.16066;630;20221101;18.1;12.8;15.4;2;12.92;0;1.31;6146
+77091;45.26329;4.16066;630;20221102;15.1;6.8;11;1.3;9.32;.1;1.03;7952
+77091;45.26329;4.16066;630;20221103;14.3;6;10.2;2.4;9.35;.6;1.14;5470
+77091;45.26329;4.16066;630;20221104;9.7;5.6;7.6;3;8.12;8.2;1.04;5216
+77091;45.26329;4.16066;630;20221105;9;4.9;6.9;3.4;7.79;0;1.02;5453
+77091;45.26329;4.16066;630;20221106;13.7;1.4;7.6;1.6;6.82;0;1.07;8300
+77091;45.26329;4.16066;630;20221107;16.4;5.8;11.1;1.8;8.25;0;1.27;8193
+77091;45.26329;4.16066;630;20221108;15.7;9;12.4;3.5;10.49;8.4;1.46;4560
+77091;45.26329;4.16066;630;20221109;13.5;11;12.3;1.7;12.92;9.4;.69;2638
+77091;45.26329;4.16066;630;20221110;12.3;8.3;10.3;2;10.52;.1;.8;5695
+77091;45.26329;4.16066;630;20221111;14.6;2.6;8.6;1.5;9.59;.1;.78;7860
+77091;45.26329;4.16066;630;20221112;15.2;6.5;10.9;.9;10.59;0;.69;6519
+77091;45.26329;4.16066;630;20221113;14.2;6.7;10.4;1.4;9.82;0;.8;5406
+77091;45.26329;4.16066;630;20221114;13.9;9.4;11.7;3.5;10.39;3.9;1.22;4030
+77091;45.26329;4.16066;630;20221115;13.5;9.2;11.4;2.2;11.69;2.2;.75;3305
+77091;45.26329;4.16066;630;20221116;14.1;7.1;10.6;2.5;9.25;.2;1.1;6166
+77091;45.26329;4.16066;630;20221117;14.4;9.3;11.8;3.5;9.75;2.2;1.36;4368
+77091;45.26329;4.16066;630;20221118;9.7;5.5;7.6;1.9;8.02;.7;.79;4421
+77091;45.26329;4.16066;630;20221119;7.1;3.3;5.2;2.6;7.49;1.8;.69;3399
+77091;45.26329;4.16066;630;20221120;8.1;2.9;5.5;2.1;7.32;.1;.66;5157
+77091;45.26329;4.16066;630;20221121;7.6;3.1;5.4;1.9;7.65;4.9;.57;3019
+77091;45.26329;4.16066;630;20221122;8.1;2.7;5.4;1.8;6.82;.8;.69;4027
+77091;45.26329;4.16066;630;20221123;11.7;3.1;7.4;1.6;7.72;.4;.71;4901
+77091;45.26329;4.16066;630;20221124;11.4;3.7;7.6;1.5;7.25;0;.72;5719
+77091;45.26329;4.16066;630;20221125;9.8;5.9;7.9;1.9;8.52;5.2;.75;2997
+77091;45.26329;4.16066;630;20221126;6.7;4.4;5.5;2.4;7.95;.1;.57;3353
+77091;45.26329;4.16066;630;20221127;10.3;.2;5.3;2;7.09;1;.64;5345
+77091;45.26329;4.16066;630;20221128;8;6.2;7.1;1.8;8.55;5;.63;1696
+77091;45.26329;4.16066;630;20221129;5.5;3.2;4.3;2.1;7.69;1.2;.46;2015
+77091;45.26329;4.16066;630;20221130;5.4;3.5;4.4;3;7.89;.6;.47;1634
+77091;45.26329;4.16066;630;20221201;4.2;2.9;3.6;2.5;7.02;.3;.53;1517
+77091;45.26329;4.16066;630;20221202;1.8;.7;1.2;1.6;6.19;1.3;.4;1158
+77091;45.26329;4.16066;630;20221203;2.7;-.2;1.2;1.4;6.62;6.4;.29;1997
+77091;45.26329;4.16066;630;20221204;3.5;1.1;2.3;1.7;6.85;3.4;.38;1474
+77091;45.26329;4.16066;630;20221205;5.3;-1.7;1.8;1.1;5.55;0;.34;4837
+77091;45.26329;4.16066;630;20221206;3.9;-3.8;.1;1;5.29;0;.27;5244
+77091;45.26329;4.16066;630;20221207;.2;-1.6;-.7;2;5.62;0;.31;1391
+77091;45.26329;4.16066;630;20221208;1.7;-3.3;-.8;1.2;5.35;7.7;.26;3372
+77091;45.26329;4.16066;630;20221209;2.8;-.1;1.4;1.7;6.55;2.1;.31;2128
+77091;45.26329;4.16066;630;20221210;-2.1;-1.9;-2;3.9;4.99;.2;.36;366
+77091;45.26329;4.16066;630;20221211;-.3;-5.9;-3.1;2;3.92;0;.37;4385
+77091;45.26329;4.16066;630;20221212;-.8;-7.6;-4.2;.9;4.19;3.9;.17;4416
+77091;45.26329;4.16066;630;20221213;2.7;-3.4;-.3;2.4;6.43;1;.32;3698
+77091;45.26329;4.16066;630;20221214;11.3;2.4;6.8;1.9;8.45;0;.48;4054
+77091;45.26329;4.16066;630;20221215;4.4;1.9;3.1;1.5;7.55;24;.33;1358
+77091;45.26329;4.16066;630;20221216;-.1;0;0;2.1;5.97;0;.31;233
+77091;45.26329;4.16066;630;20221217;-.3;-5.5;-2.9;1.1;4.1;0;.25;4491
+77091;45.26329;4.16066;630;20221218;8.9;-6.9;1;2.3;5.72;0;.49;5414
+77091;45.26329;4.16066;630;20221219;12;6.1;9.1;4.7;9.25;0;.99;2895
+77091;45.26329;4.16066;630;20221220;12.5;10.1;11.3;5;10.05;.1;1.37;1808
+77091;45.26329;4.16066;630;20221221;12.6;9.8;11.2;2.4;10.32;.2;.88;2784
+77091;45.26329;4.16066;630;20221222;12.4;8.2;10.3;2.5;9.45;3.8;.94;2616
+77091;45.26329;4.16066;630;20221223;14.4;10;12.2;2.3;11.42;.3;.85;2240
+77091;45.26329;4.16066;630;20221224;15.5;10.6;13;1.4;10.92;0;.72;3613
+77091;45.26329;4.16066;630;20221225;15;5;10;2.4;8.92;0;.86;5138
+77091;45.26329;4.16066;630;20221226;12.3;6.9;9.6;2.2;9.22;.2;.8;3515
+77091;45.26329;4.16066;630;20221227;9.3;4.4;6.9;1.2;8.02;0;.43;4049
+77091;45.26329;4.16066;630;20221228;11.5;-.2;5.7;1.8;7.25;0;.57;4926
+77091;45.26329;4.16066;630;20221229;11.6;6.7;9.1;2.8;9.05;2.8;.81;3550
+77091;45.26329;4.16066;630;20221230;12.2;5.1;8.6;2.7;9.42;.6;.65;3472
+77091;45.26329;4.16066;630;20221231;15.6;9.8;12.7;3.5;10.12;0;1.34;3825
+77092;45.28043;4.47802;814;20220101;17.6;4.9;11.2;2.4;6.79;0;1.44;5776
+77092;45.28043;4.47802;814;20220102;14.8;5.4;10.1;3.8;6.19;0;1.93;4957
+77092;45.28043;4.47802;814;20220103;11;6.4;8.7;3.4;7.99;0;1.12;3404
+77092;45.28043;4.47802;814;20220104;14.8;8.3;11.5;6;7.59;6.7;2.42;4127
+77092;45.28043;4.47802;814;20220105;.1;.1;.1;5;5.39;.4;.57;0
+77092;45.28043;4.47802;814;20220106;-.5;-1.8;-1.2;4.4;4.79;0;.53;1716
+77092;45.28043;4.47802;814;20220107;1.6;-4.1;-1.3;2.9;4.79;1.4;.42;3933
+77092;45.28043;4.47802;814;20220108;5.4;.3;2.8;3.3;6.89;3.1;.41;3736
+77092;45.28043;4.47802;814;20220109;3.9;1.8;2.8;3.3;5.89;3.3;.73;2317
+77092;45.28043;4.47802;814;20220110;1.6;-.2;.7;3.5;5.69;.4;.47;2144
+77092;45.28043;4.47802;814;20220111;-.8;-2.8;-1.8;3.9;4.99;0;.34;2298
+77092;45.28043;4.47802;814;20220112;-2.3;-3.5;-2.9;2.9;4.39;0;.39;1734
+77092;45.28043;4.47802;814;20220113;3.9;-4;-.1;1.5;4.29;0;.52;4940
+77092;45.28043;4.47802;814;20220114;10.5;-4.4;3;2.2;4.49;0;.97;6959
+77092;45.28043;4.47802;814;20220115;11.9;-2.6;4.6;1.7;3.79;0;1.03;6932
+77092;45.28043;4.47802;814;20220116;6.5;-2.8;1.8;1.7;3.99;0;.77;5555
+77092;45.28043;4.47802;814;20220117;.3;-2.4;-1.1;2;5.79;0;.22;2896
+77092;45.28043;4.47802;814;20220118;-.2;-1.5;-.9;2.1;5.49;0;.32;1947
+77092;45.28043;4.47802;814;20220119;3.1;-1.6;.7;2.3;4.99;0;.6;4003
+77092;45.28043;4.47802;814;20220120;-.1;-1.3;-.7;3.5;5.79;1.2;.25;1908
+77092;45.28043;4.47802;814;20220121;.1;-3.3;-1.6;6.3;4.49;0;.65;3446
+77092;45.28043;4.47802;814;20220122;-1.8;-4;-2.9;3.4;4.79;0;.27;2752
+77092;45.28043;4.47802;814;20220123;-.7;-2.1;-1.4;1.6;5.19;0;.34;2167
+77092;45.28043;4.47802;814;20220124;10.6;-5.8;2.4;2.8;5.09;0;1.05;8200
+77092;45.28043;4.47802;814;20220125;11.1;-1;5;2;4.29;0;1.19;7093
+77092;45.28043;4.47802;814;20220126;7.2;-2;2.6;2;4.39;0;.92;6228
+77092;45.28043;4.47802;814;20220127;7.6;-3.7;1.9;1.8;3.69;0;.96;7024
+77092;45.28043;4.47802;814;20220128;-.5;-7.2;-3.9;2.3;4.99;0;.16;5415
+77092;45.28043;4.47802;814;20220129;1.3;-4.8;-1.8;1.7;5.59;.1;.26;5223
+77092;45.28043;4.47802;814;20220130;3.8;0;1.9;2.3;6.99;.2;.33;4120
+77092;45.28043;4.47802;814;20220131;4.2;.7;2.4;3.3;6.09;1.5;.68;3997
+77092;45.28043;4.47802;814;20220201;1.8;-2.6;-.4;3.5;5.49;.7;.44;4579
+77092;45.28043;4.47802;814;20220202;6.6;2.2;4.4;2.3;7.79;.4;.52;4643
+77092;45.28043;4.47802;814;20220203;12.2;1.6;6.9;2.7;6.89;0;1.21;7464
+77092;45.28043;4.47802;814;20220204;7;.4;3.7;1.8;6.89;.8;.62;5912
+77092;45.28043;4.47802;814;20220205;4.6;1.2;2.9;2.2;5.99;.2;.71;4223
+77092;45.28043;4.47802;814;20220206;5.5;-2.8;1.3;4.1;5.89;1.8;.71;6852
+77092;45.28043;4.47802;814;20220207;4.8;3.4;4.1;4.5;5.99;.8;1.12;2687
+77092;45.28043;4.47802;814;20220208;8.8;-2.5;3.1;1.7;4.89;0;.98;8268
+77092;45.28043;4.47802;814;20220209;16.3;-1;7.6;2.7;5.19;0;1.96;10440
+77092;45.28043;4.47802;814;20220210;6.7;1.4;4;1.5;5.7;.5;1.23;11300
+77092;45.28043;4.47802;814;20220211;5.7;3.4;4.6;2.5;5.6;.3;1.07;7400
+77092;45.28043;4.47802;814;20220212;8.9;-4.9;2;2.4;4.65;0;1.16;10466
+77092;45.28043;4.47802;814;20220213;8.6;1.7;5.2;5.4;6.6;2.2;1.33;12300
+77092;45.28043;4.47802;814;20220214;6.2;4.2;5.2;2.8;6.7;7.9;.94;4300
+77092;45.28043;4.47802;814;20220215;5.6;1.1;3.4;3.4;5.8;1.7;1.01;7900
+77092;45.28043;4.47802;814;20220216;10.6;1.8;6.2;4.9;8.39;2.4;1.01;8121
+77092;45.28043;4.47802;814;20220217;14;8.7;11.3;4;8.99;.1;1.82;6327
+77092;45.28043;4.47802;814;20220218;18.3;5.6;11.9;4.3;8.29;.2;2.54;10086
+77092;45.28043;4.47802;814;20220219;5.9;1.1;3.5;2.4;5.09;0;1.14;6178
+77092;45.28043;4.47802;814;20220220;11;.1;5.5;3.2;6.29;.2;1.47;9582
+77092;45.28043;4.47802;814;20220221;6.5;5.8;6.1;4.4;6.39;3.2;1.42;2251
+77092;45.28043;4.47802;814;20220222;7.1;1.8;4.4;2.3;6.89;.3;.91;6780
+77092;45.28043;4.47802;814;20220223;8.9;3.9;6.4;2.5;7.79;0;1.02;6668
+77092;45.28043;4.47802;814;20220224;12.4;3.1;7.7;4.2;6.49;.3;2;9320
+77092;45.28043;4.47802;814;20220225;4.2;-.1;2;4.7;5.09;0;1.2;6332
+77092;45.28043;4.47802;814;20220226;5.6;-1.6;2;3.1;4.59;0;1.29;8388
+77092;45.28043;4.47802;814;20220227;9.5;-3.5;3;2.1;4.59;0;1.45;11518
+77092;45.28043;4.47802;814;20220228;9.5;0;4.7;2.3;5.39;0;1.46;9934
+77092;45.28043;4.47802;814;20220301;14.1;-1.6;6.2;2.4;5.69;0;1.89;13019
+77092;45.28043;4.47802;814;20220302;12.6;1.5;7;2.5;6.39;0;1.72;11043
+77092;45.28043;4.47802;814;20220303;10;3.2;6.6;1.5;8.19;0;1.07;8693
+77092;45.28043;4.47802;814;20220304;10.3;4.5;7.4;3.1;7.09;0;1.55;8110
+77092;45.28043;4.47802;814;20220305;7.6;-1.2;3.2;1.9;4.29;0;1.44;10183
+77092;45.28043;4.47802;814;20220306;4.7;-4.8;-.1;1.7;3.59;0;1.21;10725
+77092;45.28043;4.47802;814;20220307;7.1;-5.7;.7;1.7;3.99;0;1.34;12649
+77092;45.28043;4.47802;814;20220308;10.8;-3;3.9;3.5;4.99;0;1.96;13307
+77092;45.28043;4.47802;814;20220309;12.3;-.3;6;3.5;6.09;0;2;12858
+77092;45.28043;4.47802;814;20220310;10.2;2.5;6.3;4.7;6.89;.4;1.75;10111
+77092;45.28043;4.47802;814;20220311;7.6;4.9;6.2;7.7;6.69;.2;1.8;5945
+77092;45.28043;4.47802;814;20220312;6.8;3.5;5.1;5.8;6.39;0;1.54;6682
+77092;45.28043;4.47802;814;20220313;6.8;3.4;5.1;6.4;6.59;13.7;1.49;6868
+77092;45.28043;4.47802;814;20220314;10.6;-1;4.8;3.6;7.49;1.6;1.42;13076
+77092;45.28043;4.47802;814;20220315;13.2;7.9;10.5;8.3;8.29;0;2.71;8849
+77092;45.28043;4.47802;814;20220316;16.2;6.7;11.4;3.3;8.89;0;2.34;12079
+77092;45.28043;4.47802;814;20220317;7.9;7.2;7.5;3.7;9.29;1.9;.85;3111
+77092;45.28043;4.47802;814;20220318;5.1;3.9;4.5;1.7;8.2;0;.48;1600
+77092;45.28043;4.47802;814;20220319;14.2;3.9;9.1;1.3;7.6;0;1.87;14100
+77092;45.28043;4.47802;814;20220320;8.8;.4;4.6;4.2;6.1;0;1.47;6600
+77092;45.28043;4.47802;814;20220321;11;4.1;7.6;4;5.4;0;2.64;16200
+77092;45.28043;4.47802;814;20220322;11.8;-2.1;4.9;3.8;4.2;0;2.77;19900
+77092;45.28043;4.47802;814;20220323;13.3;-4.7;4.3;2.8;3.7;0;2.76;20400
+77092;45.28043;4.47802;814;20220324;15.6;-4.2;5.7;2.5;4;0;2.94;20800
+77092;45.28043;4.47802;814;20220325;16.9;-3.7;6.6;2;4.5;0;2.79;19400
+77092;45.28043;4.47802;814;20220326;18;-2.5;7.8;1.6;5;0;2.74;19800
+77092;45.28043;4.47802;814;20220327;17.9;-1.6;8.2;1.7;4.7;0;2.91;20800
+77092;45.28043;4.47802;814;20220328;18.2;-1.1;8.6;2.4;4.7;0;3.2;19300
+77092;45.28043;4.47802;814;20220329;15.5;2.9;9.2;2.5;6;1.9;2.4;10700
+77092;45.28043;4.47802;814;20220330;11.3;5.5;8.4;1.8;8.1;3.5;1.4;7100
+77092;45.28043;4.47802;814;20220331;7.1;1.9;4.5;2.7;7.1;5.7;1;5700
+77092;45.28043;4.47802;814;20220401;1.4;0;.7;4.1;5.07;7.9;1.08;8850
+77092;45.28043;4.47802;814;20220402;.8;-2.8;-1;3.2;4.32;1.9;1.02;8300
+77092;45.28043;4.47802;814;20220403;2.6;-3.7;-.5;3;4.58;0;1.25;10000
+77092;45.28043;4.47802;814;20220404;7;-6;.5;1.6;4.4;0;1.96;22100
+77092;45.28043;4.47802;814;20220405;11.7;-4.9;3.4;1.9;6.1;0;1.88;16300
+77092;45.28043;4.47802;814;20220406;13.1;2.5;7.8;2.2;8.1;1.6;1.89;13100
+77092;45.28043;4.47802;814;20220407;12.5;6;9.3;5.3;8.4;1.1;2.21;11900
+77092;45.28043;4.47802;814;20220408;14.2;8.1;11.2;6.6;8.2;.6;2.96;11700
+77092;45.28043;4.47802;814;20220409;8;1.5;4.8;5;4.7;.2;2.52;15700
+77092;45.28043;4.47802;814;20220410;14.2;-5.4;4.4;1.6;4.7;0;2.79;24200
+77092;45.28043;4.47802;814;20220411;11.6;0;5.8;6.2;6.4;0;2.43;15900
+77092;45.28043;4.47802;814;20220412;13.4;7;10.2;5.8;5.7;0;3.21;6600
+77092;45.28043;4.47802;814;20220413;19.2;6.7;13;3;6.7;0;3.71;17800
+77092;45.28043;4.47802;814;20220414;18.9;4.4;11.7;2.1;9.4;0;3.05;20000
+77092;45.28043;4.47802;814;20220415;20.5;4.4;12.5;2;9.3;0;3.22;19700
+77092;45.28043;4.47802;814;20220416;19.6;4.2;11.9;3.7;7.6;0;3.97;21900
+77092;45.28043;4.47802;814;20220417;18.4;.2;9.3;2;6.7;0;3.58;25900
+77092;45.28043;4.47802;814;20220418;19;.2;9.6;2.2;5.7;0;3.77;24800
+77092;45.28043;4.47802;814;20220419;17.1;1.4;9.3;1.7;6.9;0;2.95;19900
+77092;45.28043;4.47802;814;20220420;13.9;3.9;8.9;1.3;8.8;4.7;1.58;8800
+77092;45.28043;4.47802;814;20220421;14.7;6.8;10.8;1.5;9.7;.1;1.93;11200
+77092;45.28043;4.47802;814;20220422;17.8;1.4;9.6;1.8;7.9;0;2.99;20300
+77092;45.28043;4.47802;814;20220423;12.8;8.8;10.8;3.8;8.2;14.2;2.14;6300
+77092;45.28043;4.47802;814;20220424;12.5;2.1;7.3;2.8;8.4;2;1.69;10600
+77092;45.28043;4.47802;814;20220425;14.6;5.7;10.2;2.4;7.6;0;2.87;17800
+77092;45.28043;4.47802;814;20220426;17.5;2.3;9.9;1.9;7.8;0;3.21;22000
+77092;45.28043;4.47802;814;20220427;19.6;1;10.3;1.7;7.7;0;3.71;26100
+77092;45.28043;4.47802;814;20220428;21.6;2.8;12.2;2;8.6;0;3.73;22500
+77092;45.28043;4.47802;814;20220429;21.2;2.4;11.8;1.5;9.1;.4;3.37;21400
+77092;45.28043;4.47802;814;20220430;15.8;8.4;12.1;1.6;9.7;0;2.48;14500
+77092;45.28043;4.47802;814;20220501;16.7;.9;8.8;1.9;7.4;0;3.37;24900
+77092;45.28043;4.47802;814;20220502;17.9;1.5;9.7;1.8;7.4;0;3.65;26200
+77092;45.28043;4.47802;814;20220503;17.8;6.2;12;1.3;9.3;1.3;2.35;12700
+77092;45.28043;4.47802;814;20220504;17.8;2.8;10.3;1.2;9.9;2.1;2.62;17800
+77092;45.28043;4.47802;814;20220505;12.7;8;10.4;3.1;9.4;1.7;2.02;10500
+77092;45.28043;4.47802;814;20220506;12.8;7.2;10;4.5;10.19;0;2.14;13997
+77092;45.28043;4.47802;814;20220507;17.6;7.6;12.6;3.1;9.59;0;3.38;18894
+77092;45.28043;4.47802;814;20220508;17.9;8.3;13.1;2.7;10.09;.2;3.3;18598
+77092;45.28043;4.47802;814;20220509;21.9;8.4;15.1;1.9;10.39;0;3.96;22213
+77092;45.28043;4.47802;814;20220510;25.4;9.2;17.3;2.4;10.89;0;4.83;24475
+77092;45.28043;4.47802;814;20220511;25.8;11.9;18.8;3.8;10.89;0;5.46;22754
+77092;45.28043;4.47802;814;20220512;25.9;13.3;19.6;2.8;10.39;.1;5.12;21747
+77092;45.28043;4.47802;814;20220513;21.5;10.5;16;2.1;11.99;1.9;3.76;20389
+77092;45.28043;4.47802;814;20220514;23.7;12.2;17.9;1.6;13.29;0;3.94;20942
+77092;45.28043;4.47802;814;20220515;24.7;11.8;18.2;3.4;11.59;.6;4.97;22288
+77092;45.28043;4.47802;814;20220516;26.3;11.8;19;2.6;10.29;.8;5.24;23742
+77092;45.28043;4.47802;814;20220517;28.5;11.6;20;2.1;12.19;0;5.34;25754
+77092;45.28043;4.47802;814;20220518;27.3;14.3;20.8;2;13.39;0;4.84;22638
+77092;45.28043;4.47802;814;20220519;27.1;16.8;21.9;5.1;11.79;0;6.33;20194
+77092;45.28043;4.47802;814;20220520;27.5;17.4;22.4;6.2;10.89;0;7.14;20066
+77092;45.28043;4.47802;814;20220521;30;14.3;22.1;1.5;14.69;0;5.17;25173
+77092;45.28043;4.47802;814;20220522;29.7;15.4;22.5;2.5;15.59;.9;5.47;24092
+77092;45.28043;4.47802;814;20220523;21.5;17.3;19.4;3.9;13.59;2.1;3.84;12970
+77092;45.28043;4.47802;814;20220524;18.2;10.5;14.3;3.2;9.39;0;3.75;17716
+77092;45.28043;4.47802;814;20220525;17.9;8.7;13.3;3.6;9.29;0;3.8;19449
+77092;45.28043;4.47802;814;20220526;17.2;7.2;12.2;2.4;10.09;0;3.33;20348
+77092;45.28043;4.47802;814;20220527;20.7;10.4;15.5;3.7;11.79;0;4.06;20713
+77092;45.28043;4.47802;814;20220528;19.5;9.8;14.6;4.9;10.09;0;4.3;20146
+77092;45.28043;4.47802;814;20220529;16.7;6.6;11.6;3.5;7.19;0;3.96;20616
+77092;45.28043;4.47802;814;20220530;20.7;5.7;13.2;2.3;7.39;1.1;4.53;25247
+77092;45.28043;4.47802;814;20220531;20.2;11.4;15.8;2.8;11.29;5.2;3.87;19317
+77092;45.28043;4.47802;814;20220601;24.7;9.7;17.2;2.7;13.59;11.6;4.73;25362
+77092;45.28043;4.47802;814;20220602;25.8;13.7;19.7;2.7;13.67;1.1;3.94;15541
+77092;45.28043;4.47802;814;20220603;28;14.3;21.1;2.8;13.64;.2;4.46;17777
+77092;45.28043;4.47802;814;20220604;29.6;14.7;22.1;3.3;14.69;3.8;6.06;25428
+77092;45.28043;4.47802;814;20220605;23.6;14.7;19.1;2.5;14.79;1.9;4.12;19624
+77092;45.28043;4.47802;814;20220606;25.7;11.9;18.8;2;13.19;1.5;4.82;24546
+77092;45.28043;4.47802;814;20220607;22.3;11.3;16.8;2.2;11.89;0;4.22;21918
+77092;45.28043;4.47802;814;20220608;19.6;10.8;15.2;2.9;11.69;3.1;3.73;19603
+77092;45.28043;4.47802;814;20220609;18.1;9.9;14;3.7;10.39;.2;3.71;18939
+77092;45.28043;4.47802;814;20220610;22.4;8.9;15.6;2.8;10.59;0;4.65;24410
+77092;45.28043;4.47802;814;20220611;27.9;10.4;19.1;2.2;10.69;0;5.73;27862
+77092;45.28043;4.47802;814;20220612;31.1;14.5;22.8;2;11.89;1.1;6.09;27156
+77092;45.28043;4.47802;814;20220613;24.3;15;19.6;2.1;14.39;0;4.27;20273
+77092;45.28043;4.47802;814;20220614;30;10.4;20.2;1.9;9.99;0;6.1;29582
+77092;45.28043;4.47802;814;20220615;33.6;19.7;26.6;3.1;13.39;.1;7.1;24884
+77092;45.28043;4.47802;814;20220616;30.1;17.5;23.8;2.9;15.49;0;5.91;23692
+77092;45.28043;4.47802;814;20220617;31.9;16.8;24.3;2.4;12.89;0;6.37;25974
+77092;45.28043;4.47802;814;20220618;33.7;16.6;25.1;4.3;12.19;0;8.19;27668
+77092;45.28043;4.47802;814;20220619;30.9;21.1;26;7.8;11.99;0;9.13;20882
+77092;45.28043;4.47802;814;20220620;31.8;18;24.9;4.3;10.69;0;7.78;24836
+77092;45.28043;4.47802;814;20220621;30.8;16.9;23.8;4.2;14.09;.9;6.93;24927
+77092;45.28043;4.47802;814;20220622;27.2;16.9;22;4.8;16.49;6;5.51;21416
+77092;45.28043;4.47802;814;20220623;21.7;14.5;18.1;3.2;16.39;9.1;3.49;17855
+77092;45.28043;4.47802;814;20220624;20.1;14;17;3.1;13.99;7.7;3.42;16407
+77092;45.28043;4.47802;814;20220625;25.5;11.3;18.4;2.9;13.39;10.5;5.07;25170
+77092;45.28043;4.47802;814;20220626;15.5;13;14.2;2.5;15.49;0;1.75;10392
+77092;45.28043;4.47802;814;20220627;19.4;12.7;16;2.7;14.69;.5;3.12;17180
+77092;45.28043;4.47802;814;20220628;20.3;11;15.6;2.7;13.29;.2;3.65;20276
+77092;45.28043;4.47802;814;20220629;26.4;11.5;18.9;2;12.19;0;5.12;25717
+77092;45.28043;4.47802;814;20220630;25.8;14.5;20.1;2.6;13.19;17.1;4.97;22337
+77092;45.28043;4.47802;814;20220701;19.3;8.9;14.1;2;10.99;0;3.69;21394
+77092;45.28043;4.47802;814;20220702;29.7;8.2;18.9;1.5;11.09;0;5.8;30847
+77092;45.28043;4.47802;814;20220703;29.2;15.9;22.5;2.1;14.19;4.6;5.44;24170
+77092;45.28043;4.47802;814;20220704;25.2;15.2;20.2;2;14.89;4.6;4.39;20891
+77092;45.28043;4.47802;814;20220705;24.1;13.1;18.6;2.1;13.09;0;4.42;21891
+77092;45.28043;4.47802;814;20220706;23.1;12.5;17.8;3.7;11.09;0;4.93;21448
+77092;45.28043;4.47802;814;20220707;22.8;11.1;16.9;4.2;11.39;0;4.9;22508
+77092;45.28043;4.47802;814;20220708;22.4;11.8;17.1;4.8;12.49;0;4.66;21371
+77092;45.28043;4.47802;814;20220709;25.2;12.5;18.8;2.5;11.69;0;4.97;23373
+77092;45.28043;4.47802;814;20220710;24.6;13.9;19.2;2.6;12.39;0;4.72;21386
+77092;45.28043;4.47802;814;20220711;26.5;12.2;19.3;2.5;11.89;.2;5.26;24713
+77092;45.28043;4.47802;814;20220712;28.4;14.1;21.2;2.9;12.09;0;5.83;24656
+77092;45.28043;4.47802;814;20220713;31.3;13.8;22.5;2.5;10.09;0;6.5;27239
+77092;45.28043;4.47802;814;20220714;34.4;17.5;25.9;2.4;12.49;0;6.81;26696
+77092;45.28043;4.47802;814;20220715;28.9;17.5;23.2;2.3;12.79;0;5.39;21818
+77092;45.28043;4.47802;814;20220716;28;14.8;21.4;2.8;10.89;0;5.74;23435
+77092;45.28043;4.47802;814;20220717;30.1;14.3;22.2;2.4;10.49;0;6.05;25592
+77092;45.28043;4.47802;814;20220718;34.8;15.9;25.3;2.5;11.49;.1;7.06;27935
+77092;45.28043;4.47802;814;20220719;34.9;20.8;27.8;4.5;13.09;0;8.26;24016
+77092;45.28043;4.47802;814;20220720;30.1;18;24;3;15.29;1.2;5.75;22156
+77092;45.28043;4.47802;814;20220721;29;14.5;21.7;2.1;14.49;0;5.24;24201
+77092;45.28043;4.47802;814;20220722;35;15.2;25.1;2.7;14.89;5.2;7;28232
+77092;45.28043;4.47802;814;20220723;25.2;17.1;21.1;2.4;17.09;0;3.98;17893
+77092;45.28043;4.47802;814;20220724;31.9;13.8;22.8;2.3;14.69;0;6;26789
+77092;45.28043;4.47802;814;20220725;31.7;21.2;26.4;3.7;14.29;2;6.52;20261
+77092;45.28043;4.47802;814;20220726;23.7;15.1;19.4;4;13.89;0;4.46;18240
+77092;45.28043;4.47802;814;20220727;24;12.4;18.2;3;10.99;0;4.74;21145
+77092;45.28043;4.47802;814;20220728;29.3;11.1;20.2;2.3;10.79;.2;5.71;26450
+77092;45.28043;4.47802;814;20220729;25.6;14.8;20.2;2;12.79;2.6;4.4;20226
+77092;45.28043;4.47802;814;20220730;27.5;13.5;20.5;2.2;11.59;.1;5.06;22969
+77092;45.28043;4.47802;814;20220731;29.2;14.9;22;2.5;11.89;0;5.52;23115
+77092;45.28043;4.47802;814;20220801;30.1;15.3;22.7;2.3;12.79;0;5.49;23415
+77092;45.28043;4.47802;814;20220802;30;16.1;23;2.3;13.49;.1;5.36;22579
+77092;45.28043;4.47802;814;20220803;34.6;16.8;25.7;2.5;12.69;0;6.56;25468
+77092;45.28043;4.47802;814;20220804;34;21.2;27.6;3.1;12.09;0;6.74;21450
+77092;45.28043;4.47802;814;20220805;31.5;21.7;26.6;3.2;13.99;1.3;5.96;18641
+77092;45.28043;4.47802;814;20220806;25.7;13.6;19.6;2.6;15.49;0;4.26;20640
+77092;45.28043;4.47802;814;20220807;25.7;12.6;19.1;2.7;11.59;0;4.76;21377
+77092;45.28043;4.47802;814;20220808;27.9;13;20.4;2.5;10.19;0;5.27;22697
+77092;45.28043;4.47802;814;20220809;29.2;14.2;21.7;1.8;9.79;0;5.03;22652
+77092;45.28043;4.47802;814;20220810;32.4;15.4;23.9;1.7;10.29;0;5.43;24001
+77092;45.28043;4.47802;814;20220811;33.1;16.7;24.9;1.9;10.79;0;5.62;23437
+77092;45.28043;4.47802;814;20220812;32.1;16.3;24.2;2.7;10.99;0;6.06;22868
+77092;45.28043;4.47802;814;20220813;32.4;16.3;24.3;2.5;9.99;17.3;6.01;22952
+77092;45.28043;4.47802;814;20220814;20;15.4;17.7;2.5;16.99;18.6;2.39;12065
+77092;45.28043;4.47802;814;20220815;25.4;12.6;19;2.8;13.69;0;4.29;20191
+77092;45.28043;4.47802;814;20220816;29.1;12.6;20.8;3;14.49;2.7;5.15;22821
+77092;45.28043;4.47802;814;20220817;23.9;14.7;19.3;2;16.39;19.1;3.34;16862
+77092;45.28043;4.47802;814;20220818;18.4;11.4;14.9;2.4;14.59;2.5;2.42;14579
+77092;45.28043;4.47802;814;20220819;21.6;13.9;17.7;3;15.69;2.2;3.02;15204
+77092;45.28043;4.47802;814;20220820;23.4;15.2;19.3;2.8;15.89;0;3.38;15594
+77092;45.28043;4.47802;814;20220821;21.8;11.9;16.8;2;12.89;.1;3.25;17047
+77092;45.28043;4.47802;814;20220822;21.5;12.9;17.2;1.9;14.29;.2;2.98;15760
+77092;45.28043;4.47802;814;20220823;24.4;14.9;19.6;2.5;15.89;.6;3.5;16463
+77092;45.28043;4.47802;814;20220824;29.6;14.3;21.9;2.1;13.69;0;4.65;20820
+77092;45.28043;4.47802;814;20220825;30.4;16;23.2;2.8;14.79;7.7;5.05;20045
+77092;45.28043;4.47802;814;20220826;22.4;15.7;19;2.8;17.39;.5;2.8;13483
+77092;45.28043;4.47802;814;20220827;21.7;15.4;18.5;1.9;16.09;0;2.65;12968
+77092;45.28043;4.47802;814;20220828;25.6;12.5;19;1.6;14.59;0;3.54;18683
+77092;45.28043;4.47802;814;20220829;30.7;14.2;22.4;2.1;14.39;.1;4.67;20841
+77092;45.28043;4.47802;814;20220830;24.1;17.8;20.9;2.4;16.09;1.3;3.16;12670
+77092;45.28043;4.47802;814;20220831;23.3;14.8;19;2.2;15.69;.5;3.03;14646
+77092;45.28043;4.47802;814;20220901;25;12.8;18.9;1.9;13.49;.1;3.5;17460
+77092;45.28043;4.47802;814;20220902;24.6;14.2;19.4;2.6;13.99;6.4;3.58;15968
+77092;45.28043;4.47802;814;20220903;22.9;14.1;18.5;2.9;15.09;5.9;3.12;14544
+77092;45.28043;4.47802;814;20220904;25.3;12.6;18.9;2.1;15.89;.1;3.33;17382
+77092;45.28043;4.47802;814;20220905;26.5;17;21.7;4.1;16.79;.1;4.05;14868
+77092;45.28043;4.47802;814;20220906;24.2;16.5;20.3;2.7;16.09;1.8;3.16;13242
+77092;45.28043;4.47802;814;20220907;21.2;14.7;17.9;3.2;16.79;3.4;2.43;12036
+77092;45.28043;4.47802;814;20220908;21.7;11.4;16.5;2.5;13.09;.1;2.94;15089
+77092;45.28043;4.47802;814;20220909;20.4;11.9;16.1;3;11.39;0;3.05;13558
+77092;45.28043;4.47802;814;20220910;20.3;10;15.1;1.6;11.09;.1;2.64;14817
+77092;45.28043;4.47802;814;20220911;21.6;8.2;14.9;1.9;11.19;0;2.91;16784
+77092;45.28043;4.47802;814;20220912;30.9;11;20.9;2.6;12.49;0;4.73;20324
+77092;45.28043;4.47802;814;20220913;25.9;17;21.4;4.6;17.39;4.3;3.73;13370
+77092;45.28043;4.47802;814;20220914;24.5;18.6;21.5;4.1;16.99;5.7;3.36;10729
+77092;45.28043;4.47802;814;20220915;21.7;13.9;17.8;2.3;15.59;12.1;2.43;12257
+77092;45.28043;4.47802;814;20220916;16.6;12.9;14.7;3.2;13.79;.5;1.76;8271
+77092;45.28043;4.47802;814;20220917;12.3;6.4;9.3;4.8;8.79;0;1.97;10413
+77092;45.28043;4.47802;814;20220918;15.2;2.8;9;1.6;7.29;0;2.15;15069
+77092;45.28043;4.47802;814;20220919;15.1;3.9;9.5;2.1;7.89;0;2.17;14162
+77092;45.28043;4.47802;814;20220920;15.3;3.9;9.6;2;7.99;0;2.14;14143
+77092;45.28043;4.47802;814;20220921;15.4;4.7;10;1.7;8.19;0;2.04;13550
+77092;45.28043;4.47802;814;20220922;20.1;4;12;2.7;8.69;0;2.9;16509
+77092;45.28043;4.47802;814;20220923;19.4;8.9;14.1;2.7;11.69;6.4;2.38;13136
+77092;45.28043;4.47802;814;20220924;19.5;9.7;14.6;1.7;12.29;6;2.1;12544
+77092;45.28043;4.47802;814;20220925;14.5;9.3;11.9;1.7;11.59;.5;1.46;8961
+77092;45.28043;4.47802;814;20220926;14.2;8.5;11.3;2.8;10.29;2.4;1.71;9291
+77092;45.28043;4.47802;814;20220927;11;6.9;8.9;4.1;9.79;1.9;1.29;7748
+77092;45.28043;4.47802;814;20220928;15.3;8.8;12;6;11.79;12.4;1.78;9718
+77092;45.28043;4.47802;814;20220929;11.7;8.2;9.9;2.6;10.09;1.5;1.29;6974
+77092;45.28043;4.47802;814;20220930;11.4;5.7;8.5;2.5;8.89;.1;1.39;8874
+77092;45.28043;4.47802;814;20221001;18.2;4;11.1;4.1;10.79;1.1;2.17;14005
+77092;45.28043;4.47802;814;20221002;20.9;13.4;17.1;3.2;12.89;0;2.53;9982
+77092;45.28043;4.47802;814;20221003;15.2;11.2;13.2;2.4;12.69;0;1.37;7127
+77092;45.28043;4.47802;814;20221004;22.8;9;15.9;2.3;12.19;.1;2.49;13320
+77092;45.28043;4.47802;814;20221005;23.2;9.8;16.5;4.2;10.39;.1;3.53;12963
+77092;45.28043;4.47802;814;20221006;17.1;10;13.5;2;12.39;.4;1.57;9245
+77092;45.28043;4.47802;814;20221007;20.1;9.4;14.7;2.7;12.49;2.4;2.08;11274
+77092;45.28043;4.47802;814;20221008;12.6;12.1;12.3;1.7;12.79;4.7;.81;2186
+77092;45.28043;4.47802;814;20221009;17.9;5;11.4;2.4;10.89;.1;1.75;12101
+77092;45.28043;4.47802;814;20221010;21.8;9.7;15.7;2.2;11.79;.1;2.22;11565
+77092;45.28043;4.47802;814;20221011;17.1;9.5;13.3;2;12.99;.1;1.38;8991
+77092;45.28043;4.47802;814;20221012;18.6;11.3;14.9;1.8;13.49;.4;1.51;8693
+77092;45.28043;4.47802;814;20221013;16.8;9.3;13;2.6;12.19;3;1.49;8702
+77092;45.28043;4.47802;814;20221014;17.3;11.2;14.2;3.6;13.09;.5;1.61;7718
+77092;45.28043;4.47802;814;20221015;22.3;12;17.1;5.1;12.09;.1;3.16;9983
+77092;45.28043;4.47802;814;20221016;21.2;14.1;17.6;5.2;13.59;0;2.74;8132
+77092;45.28043;4.47802;814;20221017;21.4;14.1;17.7;5.1;13.19;0;2.85;8140
+77092;45.28043;4.47802;814;20221018;24.3;13;18.6;3.2;12.89;0;2.74;10062
+77092;45.28043;4.47802;814;20221019;23.8;10.6;17.2;3.4;11.89;.4;2.77;10754
+77092;45.28043;4.47802;814;20221020;18.7;15.4;17;5.9;14.79;9.5;2.08;5164
+77092;45.28043;4.47802;814;20221021;20.4;14;17.2;5.8;13.89;6.6;2.52;7204
+77092;45.28043;4.47802;814;20221022;21.1;11.1;16.1;3.4;11.99;0;2.27;8953
+77092;45.28043;4.47802;814;20221023;20.5;14.9;17.7;7.3;14.19;2.1;2.81;6538
+77092;45.28043;4.47802;814;20221024;20.3;15.2;17.7;3.4;12.59;4;2.28;6141
+77092;45.28043;4.47802;814;20221025;19.6;8.1;13.8;3.4;10.19;.1;2.16;9236
+77092;45.28043;4.47802;814;20221026;22.7;13.6;18.1;3.4;13.09;0;2.41;8073
+77092;45.28043;4.47802;814;20221027;26.4;12.7;19.5;3.2;12.89;.1;2.85;9833
+77092;45.28043;4.47802;814;20221028;26.5;16.6;21.5;4;8.89;0;4.15;8203
+77092;45.28043;4.47802;814;20221029;23.7;14.7;19.2;4.4;6.69;0;4.27;7701
+77092;45.28043;4.47802;814;20221030;22.8;15.3;19;5;7.59;1.4;4.33;6908
+77092;45.28043;4.47802;814;20221031;18.1;13.3;15.7;5.5;11.29;16.4;2.55;5394
+77092;45.28043;4.47802;814;20221101;17.2;12;14.6;3.5;11.79;0;1.68;5547
+77092;45.28043;4.47802;814;20221102;13.8;6.6;10.2;2.3;9.19;.1;1.17;6487
+77092;45.28043;4.47802;814;20221103;13.8;6.7;10.2;4.9;9.29;.7;1.56;6351
+77092;45.28043;4.47802;814;20221104;8.5;5.6;7;4.3;7.79;7.1;1.12;3901
+77092;45.28043;4.47802;814;20221105;6.7;3.8;5.2;3.6;7.49;0;.78;3846
+77092;45.28043;4.47802;814;20221106;15.3;.1;7.7;3;6.19;0;1.7;9045
+77092;45.28043;4.47802;814;20221107;15.6;4.6;10.1;3.3;8.29;0;1.58;7549
+77092;45.28043;4.47802;814;20221108;14.4;10;12.2;5.9;10.19;10.2;1.83;4607
+77092;45.28043;4.47802;814;20221109;13.8;10.8;12.3;2.9;12.39;10.8;.87;3703
+77092;45.28043;4.47802;814;20221110;10.4;7.6;9;3;9.89;0;.79;3518
+77092;45.28043;4.47802;814;20221111;16.3;2;9.1;2.1;8.99;.1;1.05;8197
+77092;45.28043;4.47802;814;20221112;17.5;6.6;12;2;10.19;0;1.14;7027
+77092;45.28043;4.47802;814;20221113;14.8;7.3;11;2.6;9.69;0;1.15;5705
+77092;45.28043;4.47802;814;20221114;13.4;8.7;11;4.3;9.99;3.1;1.33;4399
+77092;45.28043;4.47802;814;20221115;12.2;8.5;10.3;4.2;10.99;3.1;.85;3820
+77092;45.28043;4.47802;814;20221116;13.2;6;9.6;4.8;8.69;0;1.46;5372
+77092;45.28043;4.47802;814;20221117;13.3;8.2;10.7;6.5;9.09;1.6;1.82;4420
+77092;45.28043;4.47802;814;20221118;8.2;4.9;6.5;1.9;7.69;1.1;.71;3455
+77092;45.28043;4.47802;814;20221119;5.2;1.9;3.5;2.2;7.39;1.2;.41;3412
+77092;45.28043;4.47802;814;20221120;6.5;2.3;4.4;2.4;6.99;.1;.61;3838
+77092;45.28043;4.47802;814;20221121;7.3;2.5;4.9;4.1;7.19;5.6;.77;4073
+77092;45.28043;4.47802;814;20221122;7.7;2;4.8;2.2;6.49;.1;.74;4412
+77092;45.28043;4.47802;814;20221123;11.5;1.5;6.5;3.6;7.49;1.7;.99;5869
+77092;45.28043;4.47802;814;20221124;10.9;2.5;6.7;2.2;7.09;0;.84;5296
+77092;45.28043;4.47802;814;20221125;8.1;6.4;7.2;3.1;8.09;4.4;.86;2202
+77092;45.28043;4.47802;814;20221126;5.2;3.8;4.5;2.8;7.59;.1;.52;1950
+77092;45.28043;4.47802;814;20221127;11.6;-.7;5.4;4;6.29;.3;1.23;6268
+77092;45.28043;4.47802;814;20221128;6.9;6.2;6.5;3.3;8.49;6.3;.66;1266
+77092;45.28043;4.47802;814;20221129;3.9;2.2;3;2.3;7.29;.9;.36;2108
+77092;45.28043;4.47802;814;20221130;3.5;2.6;3;3.6;7.59;.2;.28;1442
+77092;45.28043;4.47802;814;20221201;2.4;1.8;2.1;3.4;6.79;0;.37;1114
+77092;45.28043;4.47802;814;20221202;.2;-.7;-.3;1.3;5.79;.9;.32;1413
+77092;45.28043;4.47802;814;20221203;1.3;-.9;.2;2.3;6.09;7.7;.26;2348
+77092;45.28043;4.47802;814;20221204;3.1;-.1;1.5;2;6.39;4.6;.33;2866
+77092;45.28043;4.47802;814;20221205;4.7;-3.5;.6;1.8;5.19;0;.43;4722
+77092;45.28043;4.47802;814;20221206;3;-6.4;-1.7;1.8;4.89;0;.29;5039
+77092;45.28043;4.47802;814;20221207;-1.1;-2;-1.6;2.4;5.39;0;.26;1354
+77092;45.28043;4.47802;814;20221208;1.3;-3.6;-1.2;1.6;5.19;9.7;.27;3513
+77092;45.28043;4.47802;814;20221209;2.9;-.6;1.1;1.8;6.19;2.5;.31;2908
+77092;45.28043;4.47802;814;20221210;-2.8;-2.7;-2.8;3.5;4.79;.1;.31;0
+77092;45.28043;4.47802;814;20221211;-2.1;-6.3;-4.2;2;3.79;0;.33;3178
+77092;45.28043;4.47802;814;20221212;.6;-6.7;-3.1;2.7;3.99;3.9;.42;4261
+77092;45.28043;4.47802;814;20221213;6.6;-4.4;1.1;3.2;6.09;1.2;.4;5273
+77092;45.28043;4.47802;814;20221214;10.3;4;7.1;4.4;8.59;1.3;.75;3908
+77092;45.28043;4.47802;814;20221215;4.5;2.5;3.5;2.2;7.19;24.1;.41;2072
+77092;45.28043;4.47802;814;20221216;-.5;-.1;-.3;2.4;5.69;0;.37;0
+77092;45.28043;4.47802;814;20221217;-1.3;-7.8;-4.6;1.6;3.69;0;.28;3943
+77092;45.28043;4.47802;814;20221218;7.8;-5.3;1.2;4.1;5.49;0;.72;5706
+77092;45.28043;4.47802;814;20221219;11.2;5.9;8.5;6.2;8.89;1;1.13;3523
+77092;45.28043;4.47802;814;20221220;11.2;9.2;10.2;7.1;9.59;.7;1.44;2054
+77092;45.28043;4.47802;814;20221221;11.6;9.1;10.3;4.6;9.59;1.3;1.21;2329
+77092;45.28043;4.47802;814;20221222;11;8.7;9.8;5.8;8.99;3.7;1.43;2224
+77092;45.28043;4.47802;814;20221223;12.8;10.1;11.4;4.4;11.09;.2;1.01;2435
+77092;45.28043;4.47802;814;20221224;14.9;9.9;12.4;2.8;10.29;0;1.12;3420
+77092;45.28043;4.47802;814;20221225;12.5;5;8.7;4.1;8.89;0;.98;4259
+77092;45.28043;4.47802;814;20221226;13;7.1;10;3.7;9.29;.1;1.07;3755
+77092;45.28043;4.47802;814;20221227;9.2;4.2;6.7;1.7;7.59;0;.59;3444
+77092;45.28043;4.47802;814;20221228;12.5;.3;6.4;3.5;6.99;.1;1.04;5556
+77092;45.28043;4.47802;814;20221229;10.9;5.6;8.2;5.4;8.59;2.4;1.09;3580
+77092;45.28043;4.47802;814;20221230;11.8;4.7;8.2;5.1;8.79;.6;1.01;4206
+77092;45.28043;4.47802;814;20221231;13.8;9.9;11.8;5.7;9.89;0;1.65;3059
+77093;45.29662;4.79556;233;20220101;9;3.1;6;1.1;8.45;.1;.36;3748
+77093;45.29662;4.79556;233;20220102;8.2;2.4;5.3;2.7;9.25;0;.15;3716
+77093;45.29662;4.79556;233;20220103;10.4;5.2;7.8;1.7;9.6;0;.4;3568
+77093;45.29662;4.79556;233;20220104;13.5;6.4;10;5.1;9.95;8.1;1.05;4322
+77093;45.29662;4.79556;233;20220105;4.8;3.1;4;5;6.2;.1;.95;1723
+77093;45.29662;4.79556;233;20220106;5.7;2.6;4.2;4.7;5.55;0;1.18;2676
+77093;45.29662;4.79556;233;20220107;3.9;-1.4;1.3;1.2;5.75;2.1;.34;3603
+77093;45.29662;4.79556;233;20220108;6.4;1.5;3.9;2.8;7.45;2.5;.39;3564
+77093;45.29662;4.79556;233;20220109;6.8;3.9;5.3;2.1;7.1;2.5;.63;2632
+77093;45.29662;4.79556;233;20220110;6.3;3;4.7;4;6.65;.1;.84;2832
+77093;45.29662;4.79556;233;20220111;3.3;1.2;2.3;4.8;5.8;0;.75;2224
+77093;45.29662;4.79556;233;20220112;2.8;1.1;2;3.6;5.15;0;.85;1930
+77093;45.29662;4.79556;233;20220113;3.3;-3.5;-.1;2;4.85;.1;.46;4394
+77093;45.29662;4.79556;233;20220114;4.5;-5.1;-.3;1.5;4.75;0;.38;5628
+77093;45.29662;4.79556;233;20220115;.1;-4.7;-2.3;1.4;4.8;.1;.28;3824
+77093;45.29662;4.79556;233;20220116;1.8;-4.2;-1.2;1.8;4.9;0;.37;4410
+77093;45.29662;4.79556;233;20220117;4.7;-2.4;1.1;3.6;6.15;0;.38;4917
+77093;45.29662;4.79556;233;20220118;5;2;3.5;2.6;6.05;0;.71;3037
+77093;45.29662;4.79556;233;20220119;2.8;-4;-.6;1.3;5.65;0;.25;4870
+77093;45.29662;4.79556;233;20220120;5.6;1.3;3.5;4;6.65;.2;.64;3809
+77093;45.29662;4.79556;233;20220121;4.9;.8;2.9;6.9;5.1;0;1.33;3769
+77093;45.29662;4.79556;233;20220122;5.4;.2;2.8;4.5;5.7;0;.89;4417
+77093;45.29662;4.79556;233;20220123;3;1.4;2.2;2.3;6.1;0;.53;1982
+77093;45.29662;4.79556;233;20220124;5.7;-1.9;1.9;.7;5.65;0;.39;5611
+77093;45.29662;4.79556;233;20220125;7.6;-4.6;1.5;1.1;5.4;.1;.46;7394
+77093;45.29662;4.79556;233;20220126;1.6;-4.4;-1.4;3;5.2;0;.3;4625
+77093;45.29662;4.79556;233;20220127;-.6;-2.4;-1.5;3.6;5;0;.39;2418
+77093;45.29662;4.79556;233;20220128;6.5;-2.2;2.2;4.5;6.25;0;.66;6394
+77093;45.29662;4.79556;233;20220129;4.1;-1.8;1.1;3.1;5.95;0;.48;5133
+77093;45.29662;4.79556;233;20220130;10.3;1.3;5.8;4.3;7.75;0;.89;6707
+77093;45.29662;4.79556;233;20220131;8.1;3.5;5.8;3.3;7.25;.8;.91;4611
+77093;45.29662;4.79556;233;20220201;7.6;1.4;4.5;4;5.9;.8;1.15;5586
+77093;45.29662;4.79556;233;20220202;12.2;3.1;7.6;2.4;8.55;.1;.84;7043
+77093;45.29662;4.79556;233;20220203;11.4;5.4;8.4;1.9;8.35;0;.9;5668
+77093;45.29662;4.79556;233;20220204;10.7;2.7;6.7;1.7;7.5;.4;.82;6755
+77093;45.29662;4.79556;233;20220205;10.2;4.4;7.3;3.2;6.55;0;1.37;5763
+77093;45.29662;4.79556;233;20220206;9.9;-2.3;3.8;1.6;6.35;1.1;.77;8683
+77093;45.29662;4.79556;233;20220207;9.7;6.5;8.1;4.7;6.9;.5;1.66;4163
+77093;45.29662;4.79556;233;20220208;11.2;.7;5.9;1.8;5.45;0;1.17;8284
+77093;45.29662;4.79556;233;20220209;14.3;-2.7;5.8;3.4;6.5;0;1.56;10917
+77093;45.29662;4.79556;233;20220210;5.6;1.8;3.7;2.4;7.75;.6;1.41;11226
+77093;45.29662;4.79556;233;20220211;9.1;4.8;6.9;4.4;6.85;.2;1.31;7087
+77093;45.29662;4.79556;233;20220212;11.2;-2.7;4.3;1.8;5.77;0;1.07;9372
+77093;45.29662;4.79556;233;20220213;13.5;1.2;7.3;6.1;6.65;1.5;2.04;11620
+77093;45.29662;4.79556;233;20220214;10.5;7.9;9.2;3.6;8.9;8;1.14;3337
+77093;45.29662;4.79556;233;20220215;9.2;4.2;6.7;3.3;7.18;1.4;1.13;5729
+77093;45.29662;4.79556;233;20220216;8.7;3.2;5.9;2.6;8.5;3.6;.69;6499
+77093;45.29662;4.79556;233;20220217;17;6;11.5;1.4;9.9;0;1.24;9685
+77093;45.29662;4.79556;233;20220218;19.1;4.1;11.6;3.3;9.45;.3;2.02;11549
+77093;45.29662;4.79556;233;20220219;11;6;8.5;3.2;6.1;0;1.81;6538
+77093;45.29662;4.79556;233;20220220;13.8;.1;6.9;1.3;7;.3;1.2;11334
+77093;45.29662;4.79556;233;20220221;9.9;6.9;8.4;4.4;7.5;2.4;1.59;5018
+77093;45.29662;4.79556;233;20220222;12.6;7;9.8;4;7.6;0;1.91;7273
+77093;45.29662;4.79556;233;20220223;14.9;7.6;11.2;1.6;8.5;.1;1.43;8480
+77093;45.29662;4.79556;233;20220224;14.6;1.9;8.2;3.9;8.25;0;1.71;11533
+77093;45.29662;4.79556;233;20220225;10;5.6;7.8;5.5;5.7;0;2.33;6605
+77093;45.29662;4.79556;233;20220226;10.1;1.6;5.9;2.9;5.55;0;1.62;9632
+77093;45.29662;4.79556;233;20220227;13.1;-2.9;5.1;.8;5.6;0;1.2;13580
+77093;45.29662;4.79556;233;20220228;13.7;-1.6;6.1;1.4;5.95;0;1.49;13414
+77093;45.29662;4.79556;233;20220301;14.8;-.1;7.3;2.7;6.3;0;1.97;13389
+77093;45.29662;4.79556;233;20220302;12.3;3.5;7.9;3.9;7.7;0;1.68;10311
+77093;45.29662;4.79556;233;20220303;14.8;2;8.4;1.4;8.3;0;1.44;12702
+77093;45.29662;4.79556;233;20220304;15.1;2.5;8.8;3.3;6.05;0;2.42;12656
+77093;45.29662;4.79556;233;20220305;11.3;-.8;5.3;2.9;4.15;0;2.11;12462
+77093;45.29662;4.79556;233;20220306;9.5;-2.9;3.3;2.3;3.9;0;1.75;12880
+77093;45.29662;4.79556;233;20220307;11.2;-3.4;3.9;1.4;4.55;0;1.56;14263
+77093;45.29662;4.79556;233;20220308;12.3;-3.7;4.3;3.8;5.95;0;1.92;15246
+77093;45.29662;4.79556;233;20220309;14.6;.1;7.3;3.3;7.2;0;2.05;14684
+77093;45.29662;4.79556;233;20220310;15.2;1.7;8.4;3.7;8.25;.4;2.03;14319
+77093;45.29662;4.79556;233;20220311;14.8;8.8;11.8;7.8;7.8;0;3.28;9477
+77093;45.29662;4.79556;233;20220312;11.3;8.3;9.8;4.6;7.25;0;2.18;6567
+77093;45.29662;4.79556;233;20220313;12;8.4;10.2;5.3;8.2;9.5;2.13;7335
+77093;45.29662;4.79556;233;20220314;13.6;3.3;8.5;1.5;9.7;1.7;1.45;13029
+77093;45.29662;4.79556;233;20220315;16.8;9.2;13;6.3;9.9;0;2.84;11220
+77093;45.29662;4.79556;233;20220316;18;8.2;13.1;3.6;10.3;0;2.48;13066
+77093;45.29662;4.79556;233;20220317;14.5;8.3;11.4;4.2;10.4;.1;1.89;10202
+77093;45.29662;4.79556;233;20220318;11.6;8.4;10;3.1;9.28;0;1.11;2362
+77093;45.29662;4.79556;233;20220319;15.7;3.8;9.8;2.1;8.18;0;1.97;14672
+77093;45.29662;4.79556;233;20220320;15.1;4.6;9.9;4.3;6.71;0;2.53;10376
+77093;45.29662;4.79556;233;20220321;17.2;6;11.6;4.5;6.21;0;3.5;17516
+77093;45.29662;4.79556;233;20220322;16.9;2.9;9.9;3.4;5.61;0;3.12;19070
+77093;45.29662;4.79556;233;20220323;17.8;1.7;9.8;1.9;5.75;0;2.67;19270
+77093;45.29662;4.79556;233;20220324;20.8;1.5;11.1;1.8;5.85;0;2.93;19680
+77093;45.29662;4.79556;233;20220325;20.3;3.1;11.7;2.1;6.75;0;3.03;19431
+77093;45.29662;4.79556;233;20220326;20.9;3.4;12.2;2.2;7.08;0;3.12;19767
+77093;45.29662;4.79556;233;20220327;21.4;3.5;12.5;1.9;6.98;0;2.97;17584
+77093;45.29662;4.79556;233;20220328;22.3;3.6;13;3.1;6.21;0;3.81;18542
+77093;45.29662;4.79556;233;20220329;20.1;9.3;14.7;4.8;6.51;1.7;4.14;12306
+77093;45.29662;4.79556;233;20220330;15.8;9.4;12.6;2.8;9.91;3.2;2.18;10924
+77093;45.29662;4.79556;233;20220331;12.3;8.6;10.5;2.9;9.45;3.9;1.51;7261
+77093;45.29662;4.79556;233;20220401;5.7;1.6;3.6;5.7;5.73;5.9;1.57;7061
+77093;45.29662;4.79556;233;20220402;6.3;2;4.2;8.1;4.79;.2;2.3;8991
+77093;45.29662;4.79556;233;20220403;6.7;.8;3.7;5.9;5;0;2.06;10682
+77093;45.29662;4.79556;233;20220404;11;-1.5;4.7;2.2;4.97;0;2.47;20504
+77093;45.29662;4.79556;233;20220405;14.2;.6;7.4;1.9;7.31;0;2.13;16694
+77093;45.29662;4.79556;233;20220406;16.3;5.6;10.9;1.4;9.85;1.8;1.71;10635
+77093;45.29662;4.79556;233;20220407;13.5;9.8;11.7;5;10.55;.7;1.57;4738
+77093;45.29662;4.79556;233;20220408;16.8;10.9;13.9;5.8;10.35;.5;2.97;7241
+77093;45.29662;4.79556;233;20220409;10.1;4.5;7.3;4.3;6.44;.5;2.71;13693
+77093;45.29662;4.79556;233;20220410;15.2;-.6;7.3;1.9;6.61;0;2.64;22078
+77093;45.29662;4.79556;233;20220411;19.1;3.5;11.3;6.8;7.01;0;4.04;18093
+77093;45.29662;4.79556;233;20220412;19.1;10.6;14.9;4.4;6.9;.1;4.18;12455
+77093;45.29662;4.79556;233;20220413;21.5;9.3;15.4;2.3;9.41;0;3.02;14922
+77093;45.29662;4.79556;233;20220414;22;8.1;15.1;3;11.81;0;3.62;22302
+77093;45.29662;4.79556;233;20220415;22.8;10;16.4;3.7;11.68;0;4.1;22329
+77093;45.29662;4.79556;233;20220416;22.3;10.4;16.4;5;9.88;0;4.74;23932
+77093;45.29662;4.79556;233;20220417;19.1;5.7;12.4;2.5;7.78;0;3.67;24947
+77093;45.29662;4.79556;233;20220418;20.7;4.5;12.6;2.1;6.85;0;3.6;22442
+77093;45.29662;4.79556;233;20220419;21.3;5.8;13.6;2.5;7.35;0;3.92;22707
+77093;45.29662;4.79556;233;20220420;21.2;5.9;13.5;2.7;9.61;1.3;3.14;17123
+77093;45.29662;4.79556;233;20220421;20.5;11.7;16.1;3;10.11;.1;3.72;18562
+77093;45.29662;4.79556;233;20220422;21.8;6.6;14.2;2.4;8.81;0;3.69;21072
+77093;45.29662;4.79556;233;20220423;18.1;12.7;15.4;4.1;9.68;10.1;2.87;6727
+77093;45.29662;4.79556;233;20220424;17.1;8;12.6;3.8;10.28;1.1;2.64;14144
+77093;45.29662;4.79556;233;20220425;16.8;11.3;14.1;2.2;11.51;.6;2.24;11467
+77093;45.29662;4.79556;233;20220426;19;9.3;14.1;2.3;10.38;0;3.36;21424
+77093;45.29662;4.79556;233;20220427;20.5;5.1;12.8;2.2;9.05;0;3.76;25780
+77093;45.29662;4.79556;233;20220428;22.9;6.3;14.6;2.3;10.08;0;4.17;26228
+77093;45.29662;4.79556;233;20220429;22.6;7.8;15.2;2.5;10.11;.2;3.74;20514
+77093;45.29662;4.79556;233;20220430;20.7;8.1;14.4;3.5;10.01;0;4.02;25252
+77093;45.29662;4.79556;233;20220501;20;7.2;13.6;3.2;8.88;0;4.08;25373
+77093;45.29662;4.79556;233;20220502;21.8;6.5;14.1;2.5;9.35;.2;4.03;25244
+77093;45.29662;4.79556;233;20220503;22;10;16;2.5;10.68;1;3.48;18098
+77093;45.29662;4.79556;233;20220504;22.3;10;16.2;2.6;11.51;2.1;3.9;21471
+77093;45.29662;4.79556;233;20220505;17.8;12;14.9;4.1;11.45;.2;3.01;13440
+77093;45.29662;4.79556;233;20220506;18.5;10.9;14.7;4.5;10.7;0;3.63;17437
+77093;45.29662;4.79556;233;20220507;22.9;11.1;17;4;10.3;.1;4.86;21982
+77093;45.29662;4.79556;233;20220508;22.8;13.2;18;2.5;11.15;.4;4.19;19957
+77093;45.29662;4.79556;233;20220509;25.4;9.1;17.2;1.2;12.15;.1;4.36;26187
+77093;45.29662;4.79556;233;20220510;27.9;10.3;19.1;1.8;13.25;.1;5.01;27484
+77093;45.29662;4.79556;233;20220511;28.5;12.7;20.6;4.1;12.25;0;6.24;26118
+77093;45.29662;4.79556;233;20220512;27;13.5;20.2;4;12.15;0;5.8;24294
+77093;45.29662;4.79556;233;20220513;25.7;11.4;18.5;1.9;13.7;.1;4.55;25084
+77093;45.29662;4.79556;233;20220514;27;13;20;1.7;14.15;0;4.69;24775
+77093;45.29662;4.79556;233;20220515;29;11.1;20;3.2;13.25;.3;5.95;28345
+77093;45.29662;4.79556;233;20220516;29.8;14.2;22;2.1;11.4;0;5.7;26557
+77093;45.29662;4.79556;233;20220517;31.2;12.6;21.9;1;14.1;0;5.26;28816
+77093;45.29662;4.79556;233;20220518;32.2;14.5;23.4;1.9;15.5;0;5.86;27944
+77093;45.29662;4.79556;233;20220519;31.1;17.1;24.1;4.9;15.35;0;7.08;25416
+77093;45.29662;4.79556;233;20220520;29.9;18.2;24.1;5.5;12.55;0;7.5;23262
+77093;45.29662;4.79556;233;20220521;32.5;15.7;24.1;1.3;15.7;0;5.61;27995
+77093;45.29662;4.79556;233;20220522;31.6;16.5;24.1;1.8;18.5;0;5.53;26503
+77093;45.29662;4.79556;233;20220523;28.5;18.2;23.4;3.4;15.8;0;5.55;21954
+77093;45.29662;4.79556;233;20220524;21.9;15.2;18.6;2.8;11.1;0;4.22;17695
+77093;45.29662;4.79556;233;20220525;24.4;12.3;18.4;4.1;10.25;0;5.63;24067
+77093;45.29662;4.79556;233;20220526;24.5;12.1;18.3;3.4;10.9;0;5.29;24529
+77093;45.29662;4.79556;233;20220527;26;13.3;19.7;3.8;12.8;0;5.52;24806
+77093;45.29662;4.79556;233;20220528;24.2;14.5;19.4;5.7;10.4;0;6.09;21722
+77093;45.29662;4.79556;233;20220529;22;12.3;17.2;4.5;7.45;0;5.69;21771
+77093;45.29662;4.79556;233;20220530;24.3;9.1;16.7;1.6;8.15;.9;4.94;27364
+77093;45.29662;4.79556;233;20220531;19.3;12.3;15.8;1.5;13.6;2.1;3.14;18370
+77093;45.29662;4.79556;233;20220601;28.4;12.4;20.4;1.6;16.2;3.3;5.2;28166
+77093;45.29662;4.79556;233;20220602;29.4;15.6;22.5;2.3;17.3;.5;5.41;26168
+77093;45.29662;4.79556;233;20220603;31.4;16.4;23.9;2.1;17.3;0;5.89;27423
+77093;45.29662;4.79556;233;20220604;34;18.1;26;3;16.4;3.5;7.08;28390
+77093;45.29662;4.79556;233;20220605;29.1;19.1;24.1;2.2;17.05;.8;5.19;22435
+77093;45.29662;4.79556;233;20220606;28.4;14.3;21.3;2.3;15.7;.7;5.04;23764
+77093;45.29662;4.79556;233;20220607;27.1;14.1;20.6;2.4;14.23;0;5.27;25460
+77093;45.29662;4.79556;233;20220608;24.1;12.5;18.3;1.3;13.8;4.8;4.28;24226
+77093;45.29662;4.79556;233;20220609;21.9;13.2;17.6;3.5;12.8;.5;4.3;20865
+77093;45.29662;4.79556;233;20220610;26.6;11.9;19.2;3.4;10.8;0;6.01;27385
+77093;45.29662;4.79556;233;20220611;31.2;12.3;21.7;2;11.85;0;6.27;30064
+77093;45.29662;4.79556;233;20220612;33.8;13.9;23.9;1;15.05;.4;6;30976
+77093;45.29662;4.79556;233;20220613;28.9;17;23;3.3;15.15;0;5.89;24461
+77093;45.29662;4.79556;233;20220614;32.2;13.9;23;1.8;11.8;0;6.43;30281
+77093;45.29662;4.79556;233;20220615;33.9;18.3;26.1;2.4;17.05;1.2;6.79;28469
+77093;45.29662;4.79556;233;20220616;34.4;18.2;26.3;1.8;17.65;0;6.45;28975
+77093;45.29662;4.79556;233;20220617;35.5;18.6;27;2.3;13.85;0;7.18;29009
+77093;45.29662;4.79556;233;20220618;37.7;18;27.9;3.1;14.6;0;8.47;31049
+77093;45.29662;4.79556;233;20220619;35.3;22.8;29.1;5.9;14.5;0;9.57;25452
+77093;45.29662;4.79556;233;20220620;35.2;21.2;28.2;4.5;11.35;0;9.1;26982
+77093;45.29662;4.79556;233;20220621;34;19.7;26.9;3.1;16.25;.9;7.18;27340
+77093;45.29662;4.79556;233;20220622;30;20.1;25.1;3.4;20.85;2.9;5.49;22634
+77093;45.29662;4.79556;233;20220623;28.7;18.6;23.6;2.3;19.9;5.8;4.95;22794
+77093;45.29662;4.79556;233;20220624;23.4;18.3;20.8;1.8;17;15.8;3.47;15918
+77093;45.29662;4.79556;233;20220625;30.1;14.5;22.3;2.2;16.55;9.7;5.82;28486
+77093;45.29662;4.79556;233;20220626;25.1;16.2;20.7;2.4;18.2;0;4.2;21384
+77093;45.29662;4.79556;233;20220627;24.6;17.6;21.1;2.7;16.45;1.4;4.23;18876
+77093;45.29662;4.79556;233;20220628;26.9;16.2;21.5;3.4;15.3;0;5.32;23373
+77093;45.29662;4.79556;233;20220629;29.1;17;23;1.3;15.15;0;5.05;24791
+77093;45.29662;4.79556;233;20220630;31.1;15.7;23.4;2.2;16;35;6.06;28191
+77093;45.29662;4.79556;233;20220701;23.4;12.6;18;2.3;13.5;0;4.38;23460
+77093;45.29662;4.79556;233;20220702;29.9;12;21;1.3;13.7;0;5.59;30090
+77093;45.29662;4.79556;233;20220703;31.6;16;23.8;1.2;18;1;5.55;28167
+77093;45.29662;4.79556;233;20220704;28.5;19.1;23.8;2.2;17.95;1.1;4.93;21785
+77093;45.29662;4.79556;233;20220705;28.2;16.6;22.4;2.4;15.2;0;5.33;24065
+77093;45.29662;4.79556;233;20220706;27.3;16.3;21.8;4;12;0;6.19;23300
+77093;45.29662;4.79556;233;20220707;27.6;15;21.3;4.3;12.4;0;6.32;25176
+77093;45.29662;4.79556;233;20220708;27.1;16.4;21.8;5.4;13.25;0;6.39;23085
+77093;45.29662;4.79556;233;20220709;29;15.3;22.1;3.4;12;0;6.42;26159
+77093;45.29662;4.79556;233;20220710;29.1;18.3;23.7;4.3;13.3;0;6.58;23004
+77093;45.29662;4.79556;233;20220711;30.1;16.8;23.5;3;13.05;.2;6.29;25619
+77093;45.29662;4.79556;233;20220712;32;16.3;24.2;2.3;13.7;0;6.33;27591
+77093;45.29662;4.79556;233;20220713;35;14.9;25;1.5;12.45;0;6.42;30081
+77093;45.29662;4.79556;233;20220714;37;18.4;27.7;1.3;15.05;0;6.48;29792
+77093;45.29662;4.79556;233;20220715;33;20.5;26.7;2.6;14.55;0;6.4;24183
+77093;45.29662;4.79556;233;20220716;32.2;19.2;25.7;3.6;10.7;0;7.39;25050
+77093;45.29662;4.79556;233;20220717;33.5;18.7;26.1;2.8;11.75;0;7.08;26695
+77093;45.29662;4.79556;233;20220718;37.8;16.7;27.3;1.7;14.3;0;6.86;29999
+77093;45.29662;4.79556;233;20220719;38.8;22.2;30.5;3.7;16.6;0;8.71;28136
+77093;45.29662;4.79556;233;20220720;36.8;20.6;28.7;2.1;18.5;3.2;6.83;27660
+77093;45.29662;4.79556;233;20220721;33;19.4;26.2;2.1;16.25;0;6.05;25242
+77093;45.29662;4.79556;233;20220722;37.4;16.3;26.8;1.4;16.6;2.4;6.54;29989
+77093;45.29662;4.79556;233;20220723;31.1;20.4;25.8;2.4;19.05;0;5.37;22155
+77093;45.29662;4.79556;233;20220724;35.8;17.6;26.7;1.5;16.1;0;6.23;28104
+77093;45.29662;4.79556;233;20220725;35.9;21.2;28.5;2.9;16.6;3.2;7.15;25970
+77093;45.29662;4.79556;233;20220726;29.4;20.5;24.9;4.4;14.7;0;6.34;20045
+77093;45.29662;4.79556;233;20220727;29.4;18.3;23.8;4.1;11.9;0;6.62;22216
+77093;45.29662;4.79556;233;20220728;33.5;14.6;24;1.6;13;.8;5.96;28135
+77093;45.29662;4.79556;233;20220729;27.8;17.4;22.6;1.3;16.05;3.8;4.34;21199
+77093;45.29662;4.79556;233;20220730;32.3;16.8;24.5;2.3;13.45;0;6.08;25877
+77093;45.29662;4.79556;233;20220731;33.7;17.1;25.4;2.5;13.7;0;6.49;26386
+77093;45.29662;4.79556;233;20220801;35.4;19;27.2;2.6;14.25;0;6.81;26221
+77093;45.29662;4.79556;233;20220802;33.8;20;26.9;3;14.75;0;6.63;24125
+77093;45.29662;4.79556;233;20220803;38.2;17.2;27.7;2;14.75;0;6.88;28560
+77093;45.29662;4.79556;233;20220804;38.6;21;29.8;3.1;14.85;0;7.95;27215
+77093;45.29662;4.79556;233;20220805;34.4;21.5;28;2.5;18.5;.9;6.03;23048
+77093;45.29662;4.79556;233;20220806;31.9;20.2;26.1;4;15.35;0;6.65;21846
+77093;45.29662;4.79556;233;20220807;31.2;18.4;24.8;3.3;13.3;0;6.27;22803
+77093;45.29662;4.79556;233;20220808;32.5;17;24.7;2.5;12.05;0;6.12;24804
+77093;45.29662;4.79556;233;20220809;33.9;16.1;25;2.2;11.5;0;6.22;25955
+77093;45.29662;4.79556;233;20220810;35.6;17.3;26.5;1.8;11.9;0;5.98;25604
+77093;45.29662;4.79556;233;20220811;36.6;17.6;27.1;1.7;13.35;0;6.1;26648
+77093;45.29662;4.79556;233;20220812;35.7;17.9;26.8;1.6;14.15;0;5.85;25760
+77093;45.29662;4.79556;233;20220813;35.3;17;26.1;1.9;11.9;15.4;5.98;25329
+77093;45.29662;4.79556;233;20220814;24.3;18.8;21.6;2.6;20.8;17.6;2.96;14043
+77093;45.29662;4.79556;233;20220815;29.3;15.9;22.6;1.6;17.05;.2;4.44;22172
+77093;45.29662;4.79556;233;20220816;32.6;15.3;24;2;17.05;1.4;5.38;25139
+77093;45.29662;4.79556;233;20220817;27.7;19.5;23.6;1.8;18.6;16.2;3.84;17104
+77093;45.29662;4.79556;233;20220818;24.3;14.6;19.4;2.3;17.35;1.1;3.42;18435
+77093;45.29662;4.79556;233;20220819;25.6;17.5;21.5;2.5;18.65;2.5;3.55;16730
+77093;45.29662;4.79556;233;20220820;28.2;18.3;23.3;2.5;17.6;0;4.28;18433
+77093;45.29662;4.79556;233;20220821;27.8;15.5;21.6;1.9;14.35;0;4.3;20322
+77093;45.29662;4.79556;233;20220822;29;15.1;22.1;2.6;15.15;.1;4.83;21450
+77093;45.29662;4.79556;233;20220823;30.7;17.7;24.2;2.6;16.55;1.1;5;20679
+77093;45.29662;4.79556;233;20220824;32.2;16.9;24.5;1.4;15;0;4.64;22202
+77093;45.29662;4.79556;233;20220825;33.9;16.4;25.2;1.8;16.75;8;5.16;23773
+77093;45.29662;4.79556;233;20220826;27.6;18.7;23.2;2.4;19.3;.4;3.75;16427
+77093;45.29662;4.79556;233;20220827;26.5;17.6;22.1;2.6;17.8;0;3.75;16578
+77093;45.29662;4.79556;233;20220828;30;17.3;23.6;1.7;17.45;0;4.14;19643
+77093;45.29662;4.79556;233;20220829;32.2;15.7;24;1.5;17.5;.1;4.5;22367
+77093;45.29662;4.79556;233;20220830;27.9;21;24.5;2.1;21.4;7.9;3.38;14176
+77093;45.29662;4.79556;233;20220831;28.1;18.3;23.2;2.2;18.15;.2;3.78;16781
+77093;45.29662;4.79556;233;20220901;28.9;15.8;22.3;1.6;15.3;0;3.94;19408
+77093;45.29662;4.79556;233;20220902;27.8;15.5;21.7;1.3;16.8;3.4;3.5;18539
+77093;45.29662;4.79556;233;20220903;26.5;16.5;21.5;1.9;19.15;8;3.24;16500
+77093;45.29662;4.79556;233;20220904;29.2;16;22.6;1.8;19.1;0;3.79;18995
+77093;45.29662;4.79556;233;20220905;30.7;19.8;25.3;3.5;21.15;0;4.44;17042
+77093;45.29662;4.79556;233;20220906;30.1;19.8;25;2.6;20.7;1;4.02;16405
+77093;45.29662;4.79556;233;20220907;27.7;16.9;22.3;1.8;19.05;9;3.37;16627
+77093;45.29662;4.79556;233;20220908;25.8;15.3;20.5;1.3;16.8;.1;2.98;16271
+77093;45.29662;4.79556;233;20220909;25.8;13.7;19.7;1.3;13.95;.1;3.13;17296
+77093;45.29662;4.79556;233;20220910;23.9;12.3;18.1;1.1;13.4;.1;2.78;16787
+77093;45.29662;4.79556;233;20220911;25.3;11.3;18.3;1.2;12.95;0;3.09;18367
+77093;45.29662;4.79556;233;20220912;29.7;11.4;20.5;1.9;15.15;0;3.97;20908
+77093;45.29662;4.79556;233;20220913;27.5;20;23.7;4.4;21.35;4.4;3.55;13020
+77093;45.29662;4.79556;233;20220914;26.4;19.7;23;3.5;20.2;6.4;3.22;12089
+77093;45.29662;4.79556;233;20220915;25.5;15.9;20.7;1.4;18.8;11;2.63;14516
+77093;45.29662;4.79556;233;20220916;21.9;15.6;18.7;2.5;16.05;.2;2.44;11459
+77093;45.29662;4.79556;233;20220917;17;10.8;13.9;4;10.35;0;2.64;11234
+77093;45.29662;4.79556;233;20220918;19.8;7.2;13.5;2.1;8.75;0;2.8;16188
+77093;45.29662;4.79556;233;20220919;19.3;7.4;13.4;3;9;0;2.94;15441
+77093;45.29662;4.79556;233;20220920;20.1;9;14.6;3.2;8.65;0;3.26;14860
+77093;45.29662;4.79556;233;20220921;20.2;9;14.6;2.5;9.2;0;2.9;14707
+77093;45.29662;4.79556;233;20220922;23.4;5.3;14.4;.8;9.95;0;2.49;18739
+77093;45.29662;4.79556;233;20220923;22.4;9.1;15.8;2.4;13.25;5.9;2.63;15746
+77093;45.29662;4.79556;233;20220924;20.8;14.1;17.5;1.7;15.4;6.1;1.99;10948
+77093;45.29662;4.79556;233;20220925;18.3;11.3;14.8;1.3;13.45;1.5;1.7;10880
+77093;45.29662;4.79556;233;20220926;18.6;10.4;14.5;1.6;11.7;2.2;1.96;11810
+77093;45.29662;4.79556;233;20220927;16.7;10.9;13.8;2.2;11.5;1.8;1.82;9703
+77093;45.29662;4.79556;233;20220928;19.9;11.2;15.6;2.8;13.1;10.3;2.24;11954
+77093;45.29662;4.79556;233;20220929;14.9;11.7;13.3;1.6;12;2.3;1.33;6892
+77093;45.29662;4.79556;233;20220930;15.2;7.3;11.3;1.9;10.2;.2;1.64;11073
+77093;45.29662;4.79556;233;20221001;16.6;5.5;11.1;1.6;10.8;.4;1.64;13035
+77093;45.29662;4.79556;233;20221002;25.3;11.5;18.4;1.1;13.9;0;2.27;14496
+77093;45.29662;4.79556;233;20221003;19.4;14.3;16.8;2.4;14.25;0;1.86;8447
+77093;45.29662;4.79556;233;20221004;24.2;10.7;17.4;1.1;13.95;.1;2.13;14006
+77093;45.29662;4.79556;233;20221005;23.3;9.4;16.4;3.1;13.25;0;2.66;14017
+77093;45.29662;4.79556;233;20221006;22.3;11.3;16.8;1.8;14.05;.1;2.06;12196
+77093;45.29662;4.79556;233;20221007;23.1;9.2;16.2;1.3;13.5;2;1.98;13667
+77093;45.29662;4.79556;233;20221008;17.9;14.5;16.2;1.4;14.65;2.8;1.32;6340
+77093;45.29662;4.79556;233;20221009;19.4;8.5;14;1.9;12.6;.1;1.72;11719
+77093;45.29662;4.79556;233;20221010;23.4;11.3;17.4;1.8;14.4;0;2.07;12176
+77093;45.29662;4.79556;233;20221011;21;10.3;15.7;1.1;14.25;0;1.57;11238
+77093;45.29662;4.79556;233;20221012;20.3;13.7;17;1.3;15.1;.2;1.44;8533
+77093;45.29662;4.79556;233;20221013;18.1;10.1;14.1;.7;14.1;2.2;1.19;9367
+77093;45.29662;4.79556;233;20221014;18.4;13.2;15.8;1.5;15.5;.4;1.21;7309
+77093;45.29662;4.79556;233;20221015;24.2;11.3;17.8;2.4;14.4;0;2.26;11835
+77093;45.29662;4.79556;233;20221016;23.5;13.8;18.7;4.5;15.95;0;2.5;9998
+77093;45.29662;4.79556;233;20221017;24.3;16.6;20.4;4.5;15.4;0;3;8786
+77093;45.29662;4.79556;233;20221018;25.5;13.3;19.4;2.4;15.25;.1;2.31;11026
+77093;45.29662;4.79556;233;20221019;23;10.3;16.7;2.5;14.8;.2;1.89;11106
+77093;45.29662;4.79556;233;20221020;20.9;17.5;19.2;5;17.2;1.5;1.99;5307
+77093;45.29662;4.79556;233;20221021;19.4;17.8;18.6;4.3;16.7;13;1.7;3307
+77093;45.29662;4.79556;233;20221022;23;13.8;18.4;2;16.9;0;1.58;8981
+77093;45.29662;4.79556;233;20221023;23.3;15.3;19.3;5.4;16.25;6.8;2.58;8156
+77093;45.29662;4.79556;233;20221024;21.8;17.5;19.6;2.9;17.2;4.8;1.71;5707
+77093;45.29662;4.79556;233;20221025;19.3;10;14.7;1.5;14.5;0;1.13;8629
+77093;45.29662;4.79556;233;20221026;24.6;14.9;19.8;2.6;16.05;.1;2.06;8755
+77093;45.29662;4.79556;233;20221027;24.6;14.4;19.5;2.7;17.25;0;1.86;8816
+77093;45.29662;4.79556;233;20221028;24.7;16.2;20.4;3.3;16.25;0;2.31;7917
+77093;45.29662;4.79556;233;20221029;25.3;13.2;19.3;3;14.8;0;2.32;9397
+77093;45.29662;4.79556;233;20221030;24.3;12.4;18.3;3.2;13.75;0;2.33;9202
+77093;45.29662;4.79556;233;20221031;21.7;12.8;17.2;4.1;15.4;21.1;1.81;7741
+77093;45.29662;4.79556;233;20221101;20.9;14.3;17.6;1.8;15.55;0;1.26;6427
+77093;45.29662;4.79556;233;20221102;17.3;9.2;13.2;1.1;11.4;.1;.96;7097
+77093;45.29662;4.79556;233;20221103;14.8;6.7;10.7;2.6;11.3;.9;.89;6995
+77093;45.29662;4.79556;233;20221104;13.7;7.2;10.5;2.1;9.9;5.2;.99;6142
+77093;45.29662;4.79556;233;20221105;11.7;7.8;9.7;2.6;9.15;0;1.04;4533
+77093;45.29662;4.79556;233;20221106;16.1;1.9;9;1.3;8.2;.1;.98;9127
+77093;45.29662;4.79556;233;20221107;18.9;4.3;11.6;1.7;9.55;0;1.19;9103
+77093;45.29662;4.79556;233;20221108;17.4;9.5;13.5;5;11.25;10.9;1.8;6441
+77093;45.29662;4.79556;233;20221109;14.5;14.1;14.3;3.5;14.1;18.5;.91;893
+77093;45.29662;4.79556;233;20221110;15.1;9.8;12.4;2.5;12;0;.91;5041
+77093;45.29662;4.79556;233;20221111;14.3;8.6;11.5;1.2;11.1;.1;.71;5180
+77093;45.29662;4.79556;233;20221112;11.6;6.2;8.9;.9;10.8;0;.48;4954
+77093;45.29662;4.79556;233;20221113;11;7.2;9.1;1.8;11.35;0;.43;3896
+77093;45.29662;4.79556;233;20221114;15.6;10.6;13.1;4.6;11.7;3.2;1.37;4555
+77093;45.29662;4.79556;233;20221115;15.6;10.9;13.3;2.9;13.15;3.2;.85;4332
+77093;45.29662;4.79556;233;20221116;17.4;9.1;13.3;2.6;11.05;0;1.23;5956
+77093;45.29662;4.79556;233;20221117;16.4;10;13.2;4.8;11.8;.9;1.41;5060
+77093;45.29662;4.79556;233;20221118;13.4;8.5;11;1.5;9.05;.9;.9;4308
+77093;45.29662;4.79556;233;20221119;10.6;4.3;7.4;2.4;8.4;.4;.73;4836
+77093;45.29662;4.79556;233;20221120;11.5;4.9;8.2;1.8;8.15;.1;.77;4947
+77093;45.29662;4.79556;233;20221121;8.2;3.7;6;2.1;8.6;5.1;.43;3874
+77093;45.29662;4.79556;233;20221122;9.7;5.2;7.4;1.1;8.6;.5;.5;3890
+77093;45.29662;4.79556;233;20221123;10.4;1.6;6;1.9;8.25;2;.5;5587
+77093;45.29662;4.79556;233;20221124;8.5;2.2;5.4;1.2;8.65;0;.32;4575
+77093;45.29662;4.79556;233;20221125;11;5.5;8.3;1.9;9.55;3.2;.55;4130
+77093;45.29662;4.79556;233;20221126;9.5;5.7;7.6;2.6;8.95;0;.63;3278
+77093;45.29662;4.79556;233;20221127;13;3.8;8.4;3.3;8.55;0;.95;5459
+77093;45.29662;4.79556;233;20221128;10.9;10.2;10.5;3.5;9.75;10;1.13;933
+77093;45.29662;4.79556;233;20221129;8.7;5.2;6.9;2.1;8.95;.8;.46;2987
+77093;45.29662;4.79556;233;20221130;9;6.9;7.9;3.8;8.75;.1;.84;2153
+77093;45.29662;4.79556;233;20221201;7.5;6;6.8;2.9;7.85;0;.79;1714
+77093;45.29662;4.79556;233;20221202;5.2;3.9;4.5;1.7;7;2.1;.55;1488
+77093;45.29662;4.79556;233;20221203;5.2;2.7;3.9;1.4;7.55;7.8;.36;2340
+77093;45.29662;4.79556;233;20221204;5.4;3.6;4.5;1.6;7.9;7.2;.37;1924
+77093;45.29662;4.79556;233;20221205;3.8;1.3;2.5;.5;7;0;.28;2327
+77093;45.29662;4.79556;233;20221206;5.9;-1;2.4;1.7;6.75;0;.28;4215
+77093;45.29662;4.79556;233;20221207;6;3.4;4.7;2.6;7.65;.1;.47;2353
+77093;45.29662;4.79556;233;20221208;6.4;2.4;4.4;1.3;7.35;10.1;.4;2970
+77093;45.29662;4.79556;233;20221209;4.2;2;3.1;2.8;7.18;3.6;.4;2335
+77093;45.29662;4.79556;233;20221210;1.6;1;1.3;3.4;5.7;0;.56;804
+77093;45.29662;4.79556;233;20221211;.1;-1.9;-.9;2.7;4.45;0;.56;1855
+77093;45.29662;4.79556;233;20221212;-.8;-3.2;-2;1.1;4.7;3.5;.29;2126
+77093;45.29662;4.79556;233;20221213;4.3;-1.8;1.3;1.4;6.45;5;.21;3795
+77093;45.29662;4.79556;233;20221214;10.4;4.6;7.5;2.8;9.55;.9;.4;3696
+77093;45.29662;4.79556;233;20221215;6.8;4.9;5.9;2;8.75;22.9;.38;1704
+77093;45.29662;4.79556;233;20221216;2.1;1;1.6;3.1;6.78;0;.48;545
+77093;45.29662;4.79556;233;20221217;1.1;-1.3;-.1;4.5;4.56;0;.58;2407
+77093;45.29662;4.79556;233;20221218;11.5;-2.6;4.4;2.9;5.05;0;1.05;6088
+77093;45.29662;4.79556;233;20221219;14;10;12;7.5;10.58;.2;1.86;3006
+77093;45.29662;4.79556;233;20221220;14.7;12.8;13.7;7.8;11.18;.8;2.38;1990
+77093;45.29662;4.79556;233;20221221;16.2;12.3;14.3;3.5;12.1;.8;1.24;2860
+77093;45.29662;4.79556;233;20221222;13;9.1;11.1;3;11.4;3.4;.67;2862
+77093;45.29662;4.79556;233;20221223;13.8;10.1;11.9;2.4;12.2;.2;.63;2804
+77093;45.29662;4.79556;233;20221224;15.9;10.9;13.4;1.5;12.6;.1;.61;3320
+77093;45.29662;4.79556;233;20221225;16.1;6.6;11.4;3.2;10.85;.1;.89;4855
+77093;45.29662;4.79556;233;20221226;14.4;9;11.7;2.4;11.45;0;.71;3462
+77093;45.29662;4.79556;233;20221227;12;6.5;9.3;1.4;9.1;0;.57;3535
+77093;45.29662;4.79556;233;20221228;8.9;.2;4.6;2.6;7.6;.2;.39;4667
+77093;45.29662;4.79556;233;20221229;14.3;6.5;10.4;3.9;10.6;3.2;.84;4406
+77093;45.29662;4.79556;233;20221230;12.3;6;9.2;2.9;8.1;.9;1.02;3889
+77093;45.29662;4.79556;233;20221231;16.9;8.7;12.8;5;10.9;0;1.5;4564
+77094;45.31185;5.11326;333;20220101;14.3;2.5;8.4;1.9;7.8;.1;.73;5553
+77094;45.31185;5.11326;333;20220102;6.8;1.5;4.1;2;8.4;0;.19;2923
+77094;45.31185;5.11326;333;20220103;10.7;3.9;7.3;1.9;8.8;.2;.49;3749
+77094;45.31185;5.11326;333;20220104;12.5;5.2;8.8;3.2;9.4;11.2;.75;4193
+77094;45.31185;5.11326;333;20220105;4.1;2.3;3.2;4.3;5.97;.2;.79;1813
+77094;45.31185;5.11326;333;20220106;4.5;1.6;3.1;3.7;5.5;0;.84;2801
+77094;45.31185;5.11326;333;20220107;3.3;-1.9;.7;1.9;5.53;4;.38;3173
+77094;45.31185;5.11326;333;20220108;5.3;.6;2.9;2.4;7.1;2.5;.32;3033
+77094;45.31185;5.11326;333;20220109;4.9;2.8;3.8;2.1;6.93;4.1;.51;1683
+77094;45.31185;5.11326;333;20220110;5.1;1.8;3.5;2.7;6.47;0;.61;2329
+77094;45.31185;5.11326;333;20220111;1.9;.3;1.1;3.3;5.7;0;.51;1313
+77094;45.31185;5.11326;333;20220112;2.1;.1;1.1;2.8;5.13;0;.61;2545
+77094;45.31185;5.11326;333;20220113;2.3;-4.1;-.9;2;4.7;0;.41;4431
+77094;45.31185;5.11326;333;20220114;5.5;-4.6;.5;2.1;4.87;0;.52;6110
+77094;45.31185;5.11326;333;20220115;5.5;-4.2;.7;2;5.13;0;.48;5974
+77094;45.31185;5.11326;333;20220116;6.8;-4.5;1.2;1.9;4.77;0;.57;6513
+77094;45.31185;5.11326;333;20220117;4.2;-4.4;-.1;2.3;5.63;0;.3;4963
+77094;45.31185;5.11326;333;20220118;5.3;.4;2.9;2.2;5.83;0;.6;3917
+77094;45.31185;5.11326;333;20220119;5.1;-3.6;.8;2.2;5.7;0;.4;4698
+77094;45.31185;5.11326;333;20220120;5.1;1.5;3.3;3.5;6.27;0;.66;2950
+77094;45.31185;5.11326;333;20220121;4.8;.2;2.5;4.7;4.77;0;1.09;4754
+77094;45.31185;5.11326;333;20220122;5;-2.5;1.3;2.8;5.13;0;.62;5645
+77094;45.31185;5.11326;333;20220123;3.9;-.4;1.8;2.2;5.63;0;.55;3815
+77094;45.31185;5.11326;333;20220124;7.3;-2.5;2.4;1.5;5.4;0;.62;6728
+77094;45.31185;5.11326;333;20220125;9.4;-3.9;2.7;1.7;5.37;0;.69;7622
+77094;45.31185;5.11326;333;20220126;5.2;-4;.6;2.7;5.07;0;.56;6217
+77094;45.31185;5.11326;333;20220127;1.2;-3.1;-1;2.8;4.83;0;.48;4813
+77094;45.31185;5.11326;333;20220128;4.4;-3.3;.6;3.1;5.7;0;.49;4503
+77094;45.31185;5.11326;333;20220129;3.7;-.4;1.6;2.5;5.77;0;.53;4798
+77094;45.31185;5.11326;333;20220130;8.4;-.3;4.1;2.8;7.33;0;.58;5337
+77094;45.31185;5.11326;333;20220131;7;2.3;4.6;2.5;7.1;1.1;.7;3049
+77094;45.31185;5.11326;333;20220201;6.5;1;3.7;3.7;5.87;2.5;.93;5412
+77094;45.31185;5.11326;333;20220202;10.6;2.5;6.5;2.7;8.47;.3;.66;5529
+77094;45.31185;5.11326;333;20220203;11.6;2.9;7.3;2;8.1;0;.83;6484
+77094;45.31185;5.11326;333;20220204;9.4;3.8;6.6;1.9;7.47;.1;.8;5325
+77094;45.31185;5.11326;333;20220205;8.5;5.1;6.8;2.7;6.9;.1;1.07;5178
+77094;45.31185;5.11326;333;20220206;9.4;-2.1;3.6;1.9;6.23;1.2;.78;7656
+77094;45.31185;5.11326;333;20220207;9;5.7;7.4;4.3;6.9;.4;1.43;3843
+77094;45.31185;5.11326;333;20220208;10.2;-1.4;4.4;1.8;5.13;0;1.06;8990
+77094;45.31185;5.11326;333;20220209;13.4;-1.8;5.8;2.6;6.53;0;1.26;10144
+77094;45.31185;5.11326;333;20220210;9.2;1;5.1;2.8;7.12;.6;1.52;11400
+77094;45.31185;5.11326;333;20220211;7.6;1.4;4.5;3.3;6.82;.2;.8;4100
+77094;45.31185;5.11326;333;20220212;10.7;-5;2.8;2.3;5.82;0;1;10800
+77094;45.31185;5.11326;333;20220213;13.3;-.5;6.4;4.3;6.32;0;1.74;12700
+77094;45.31185;5.11326;333;20220214;11.1;5.1;8.1;3.9;7.72;9.5;1.26;1600
+77094;45.31185;5.11326;333;20220215;8.6;2.5;5.5;3.4;7.12;2.5;.94;5100
+77094;45.31185;5.11326;333;20220216;7.1;2.4;4.8;3.5;8.13;6.8;.53;4340
+77094;45.31185;5.11326;333;20220217;16.6;6;11.3;2.3;10.07;0;1.36;8642
+77094;45.31185;5.11326;333;20220218;19.2;5.8;12.5;3.2;9.2;.4;2.14;10318
+77094;45.31185;5.11326;333;20220219;9.9;5.6;7.8;2.8;6.2;0;1.53;5481
+77094;45.31185;5.11326;333;20220220;13.3;.6;7;1.8;6.67;.3;1.27;9601
+77094;45.31185;5.11326;333;20220221;8.8;5.8;7.3;3.5;7.77;8.6;1.14;4808
+77094;45.31185;5.11326;333;20220222;11.7;4.8;8.2;3.1;7.73;0;1.43;8632
+77094;45.31185;5.11326;333;20220223;14.4;5.8;10.1;2.2;8.1;0;1.53;9494
+77094;45.31185;5.11326;333;20220224;14.5;2.8;8.6;3.3;8.1;0;1.58;9792
+77094;45.31185;5.11326;333;20220225;9.4;4.4;6.9;5.1;5.77;0;2.03;9450
+77094;45.31185;5.11326;333;20220226;10.3;1.4;5.9;2.8;5.3;0;1.68;11104
+77094;45.31185;5.11326;333;20220227;12.4;-1.1;5.7;2.3;5.17;0;1.7;12598
+77094;45.31185;5.11326;333;20220228;13.3;-.5;6.4;2.4;5.2;0;1.85;13053
+77094;45.31185;5.11326;333;20220301;14.1;-.6;6.7;2;5.73;0;1.74;12799
+77094;45.31185;5.11326;333;20220302;12.4;.6;6.5;2.5;7;0;1.46;11352
+77094;45.31185;5.11326;333;20220303;14.9;1.8;8.3;1.6;7.9;0;1.49;12415
+77094;45.31185;5.11326;333;20220304;14.3;2.2;8.2;3;6.2;0;2.14;12757
+77094;45.31185;5.11326;333;20220305;11;-.3;5.3;2.6;3.9;0;2.06;12583
+77094;45.31185;5.11326;333;20220306;9.2;-3.4;2.9;2.1;3.87;0;1.65;13036
+77094;45.31185;5.11326;333;20220307;11.5;-3.3;4.1;1.9;4.53;0;1.7;13906
+77094;45.31185;5.11326;333;20220308;13.4;-1.6;5.9;3.7;5.8;0;2.11;14735
+77094;45.31185;5.11326;333;20220309;14.5;.3;7.4;2.5;6.77;0;1.93;14391
+77094;45.31185;5.11326;333;20220310;15;.4;7.7;2.7;7.67;.3;1.81;13873
+77094;45.31185;5.11326;333;20220311;15.2;7.5;11.4;4.8;7.8;0;2.54;10552
+77094;45.31185;5.11326;333;20220312;11.8;7.5;9.6;2.8;7.13;0;1.77;7380
+77094;45.31185;5.11326;333;20220313;12.3;6.4;9.3;3.2;8.03;8.2;1.67;7357
+77094;45.31185;5.11326;333;20220314;14.3;2.5;8.4;2.2;9.23;1.5;1.54;12333
+77094;45.31185;5.11326;333;20220315;16.3;8.6;12.5;4.1;9.8;0;2.24;10607
+77094;45.31185;5.11326;333;20220316;17.2;6.4;11.8;2.7;9.83;0;2.07;11917
+77094;45.31185;5.11326;333;20220317;14.6;8.2;11.4;3.3;10.37;0;1.67;8490
+77094;45.31185;5.11326;333;20220318;9.1;7.6;8.3;2.4;9.22;0;.8;2100
+77094;45.31185;5.11326;333;20220319;16.1;.9;8.5;2.1;7.72;0;2.13;16900
+77094;45.31185;5.11326;333;20220320;13.1;1.4;7.2;3.5;6.72;0;1.84;8400
+77094;45.31185;5.11326;333;20220321;15.8;2.4;9.1;3.4;6.32;0;2.85;18900
+77094;45.31185;5.11326;333;20220322;15.7;-1.3;7.2;2.5;5.62;0;2.61;19600
+77094;45.31185;5.11326;333;20220323;17.1;-1.6;7.7;2.5;5.82;0;2.76;19800
+77094;45.31185;5.11326;333;20220324;20;-1.1;9.4;2.9;5.72;0;3.38;20100
+77094;45.31185;5.11326;333;20220325;19.8;.5;10.1;2.9;6.32;0;3.31;19900
+77094;45.31185;5.11326;333;20220326;20.4;-.2;10.1;2.8;6.62;0;3.32;20300
+77094;45.31185;5.11326;333;20220327;20.5;2.1;11.3;2.9;6.32;0;3.36;17000
+77094;45.31185;5.11326;333;20220328;20.9;1.9;11.4;3.5;5.92;0;3.88;19600
+77094;45.31185;5.11326;333;20220329;18.2;3.1;10.6;3.1;6.72;1.1;2.86;12900
+77094;45.31185;5.11326;333;20220330;15.1;7.9;11.5;2;9.62;3.4;1.84;10500
+77094;45.31185;5.11326;333;20220331;11.4;6.6;9;2.3;9.22;5.6;1.14;5000
+77094;45.31185;5.11326;333;20220401;5.4;1.2;3.3;5.7;5.71;8.1;1.57;7061
+77094;45.31185;5.11326;333;20220402;5.8;1.9;3.8;6.5;5.2;1.7;1.86;9385
+77094;45.31185;5.11326;333;20220403;4.7;-.6;2;4.2;5.32;0;1.28;10000
+77094;45.31185;5.11326;333;20220404;9.2;-3.5;2.8;1.7;5.22;0;2.06;22100
+77094;45.31185;5.11326;333;20220405;14.3;-.8;6.7;1.6;7.02;0;2.24;18161
+77094;45.31185;5.11326;333;20220406;15.6;2.5;9;1.6;9.12;2.3;1.75;11800
+77094;45.31185;5.11326;333;20220407;13.5;7.1;10.3;4.3;10.42;2.4;1.17;3400
+77094;45.31185;5.11326;333;20220408;16.8;9.4;13.1;4.3;10.32;.1;2.08;5200
+77094;45.31185;5.11326;333;20220409;9.5;3.8;6.6;3.4;6.62;.3;1.88;12000
+77094;45.31185;5.11326;333;20220410;15;-2;6.5;2.1;6.52;0;2.76;24000
+77094;45.31185;5.11326;333;20220411;17.4;1.7;9.5;4.3;7.32;0;3.33;20500
+77094;45.31185;5.11326;333;20220412;17.7;7.3;12.5;3.2;7.12;.1;2.95;10400
+77094;45.31185;5.11326;333;20220413;19.2;6.6;12.9;2.2;9.42;0;2.74;15300
+77094;45.31185;5.11326;333;20220414;21.5;4.2;12.8;2.3;11.52;0;3.27;23100
+77094;45.31185;5.11326;333;20220415;22;7.1;14.5;2.8;11.72;0;3.56;22600
+77094;45.31185;5.11326;333;20220416;21.3;6.6;13.9;3.7;10.02;0;4.06;25000
+77094;45.31185;5.11326;333;20220417;18.4;2.3;10.3;2.9;8.02;0;3.53;25400
+77094;45.31185;5.11326;333;20220418;19.5;-.4;9.5;2.1;6.52;0;3.62;25700
+77094;45.31185;5.11326;333;20220419;20.3;3.5;11.9;2.8;7.02;0;4.04;24900
+77094;45.31185;5.11326;333;20220420;18.7;2.6;10.6;2.7;9.62;0;2.67;16900
+77094;45.31185;5.11326;333;20220421;19.5;10.3;14.9;2.3;10.22;.1;3.11;16600
+77094;45.31185;5.11326;333;20220422;21.6;2.1;11.8;2.1;8.82;0;3.5;22100
+77094;45.31185;5.11326;333;20220423;17.1;9.4;13.2;2.7;9.72;12.3;2;5400
+77094;45.31185;5.11326;333;20220424;16.6;7;11.8;2.8;10.02;4.5;2.54;15500
+77094;45.31185;5.11326;333;20220425;16.6;10.4;13.5;2;11.32;0;2.44;14700
+77094;45.31185;5.11326;333;20220426;19;7.1;13;1.9;9.62;0;3.39;22500
+77094;45.31185;5.11326;333;20220427;20.2;1.3;10.7;1.8;8.92;0;3.67;27300
+77094;45.31185;5.11326;333;20220428;22.3;4.2;13.2;2.9;9.72;0;4.27;27100
+77094;45.31185;5.11326;333;20220429;21.8;4.2;13;2.3;9.32;0;3.82;23600
+77094;45.31185;5.11326;333;20220430;19.4;5.4;12.4;3.7;9.42;0;4.07;27600
+77094;45.31185;5.11326;333;20220501;19.1;3.4;11.2;2.7;9.02;0;3.67;25700
+77094;45.31185;5.11326;333;20220502;20.8;2.6;11.7;2.1;9.22;.3;3.84;26600
+77094;45.31185;5.11326;333;20220503;20.7;5.7;13.2;2.7;10.32;.1;3.45;20600
+77094;45.31185;5.11326;333;20220504;22.7;8.5;15.6;2.4;11.52;8;3.98;23300
+77094;45.31185;5.11326;333;20220505;15.3;11.1;13.2;2.8;11.72;.8;1.78;7800
+77094;45.31185;5.11326;333;20220506;16.9;9.9;13.4;2.7;11.2;0;2.49;12491
+77094;45.31185;5.11326;333;20220507;20.8;10.7;15.8;2.6;11.3;.8;3.69;19057
+77094;45.31185;5.11326;333;20220508;21.9;10;16;1.8;11.57;.8;3.69;20417
+77094;45.31185;5.11326;333;20220509;25.1;9.5;17.3;1.3;12.43;.1;4.21;25023
+77094;45.31185;5.11326;333;20220510;27.1;10.6;18.8;1.6;13.1;.1;4.64;25529
+77094;45.31185;5.11326;333;20220511;27.6;11.5;19.6;3.1;12.3;0;5.46;26111
+77094;45.31185;5.11326;333;20220512;26.8;10.7;18.8;2.5;11.83;0;5.03;24988
+77094;45.31185;5.11326;333;20220513;25.1;10.9;18;1.4;13.13;0;4.16;23704
+77094;45.31185;5.11326;333;20220514;26.4;12.3;19.3;1.5;14.17;0;4.46;24463
+77094;45.31185;5.11326;333;20220515;28.5;11.5;20;2.3;13.6;.2;5.2;26110
+77094;45.31185;5.11326;333;20220516;28.8;14;21.4;1.8;12.1;0;5.1;24350
+77094;45.31185;5.11326;333;20220517;30.5;13.5;22;1.5;14;0;5.3;26950
+77094;45.31185;5.11326;333;20220518;31.3;15.2;23.2;2.1;15.2;.1;5.68;26310
+77094;45.31185;5.11326;333;20220519;30.1;17.7;23.9;4.3;15.24;0;6.43;23817
+77094;45.31185;5.11326;333;20220520;29.9;15.6;22.7;3.3;13.03;0;6.14;24562
+77094;45.31185;5.11326;333;20220521;31.5;14.9;23.2;1.4;14.9;0;5.34;26204
+77094;45.31185;5.11326;333;20220522;31.5;16.9;24.2;1.7;17.67;.1;5.01;22773
+77094;45.31185;5.11326;333;20220523;27.4;17.4;22.4;2.3;16.5;3;4.5;19264
+77094;45.31185;5.11326;333;20220524;20.8;13.9;17.4;2;11.93;0;3.57;17062
+77094;45.31185;5.11326;333;20220525;22.9;11.5;17.2;3.5;10.37;0;4.91;23661
+77094;45.31185;5.11326;333;20220526;24.2;11.5;17.9;2.9;11.2;0;5;25343
+77094;45.31185;5.11326;333;20220527;25.4;11.8;18.6;2.9;12.87;0;5.05;25464
+77094;45.31185;5.11326;333;20220528;23.7;12.8;18.2;3.7;11.03;0;5.22;24061
+77094;45.31185;5.11326;333;20220529;21.6;8.5;15.1;2.8;8;0;4.87;25152
+77094;45.31185;5.11326;333;20220530;23.8;8.7;16.3;1.5;8.47;.8;4.48;24506
+77094;45.31185;5.11326;333;20220531;18.6;12.4;15.5;1.6;13.33;3.2;2.64;14137
+77094;45.31185;5.11326;333;20220601;27.3;12.3;19.8;1.8;15.73;2.7;4.62;23898
+77094;45.31185;5.11326;333;20220602;28.1;15.7;21.9;2.4;17.13;.7;4.64;20870
+77094;45.31185;5.11326;333;20220603;30.1;16.6;23.3;2.1;16.8;0;5.25;23692
+77094;45.31185;5.11326;333;20220604;32.7;16.8;24.8;2.1;17.1;1.9;6.14;27436
+77094;45.31185;5.11326;333;20220605;27.9;18.8;23.3;1.9;16.97;4.9;4.58;20169
+77094;45.31185;5.11326;333;20220606;28.3;14.4;21.3;1.3;15.53;.8;4.8;24558
+77094;45.31185;5.11326;333;20220607;25.9;14.4;20.2;1.6;14.03;0;4.64;24097
+77094;45.31185;5.11326;333;20220608;22.7;12.1;17.4;1.6;13.37;10.3;3.57;18862
+77094;45.31185;5.11326;333;20220609;20.3;13.3;16.8;2.4;13.27;1.1;3.49;18020
+77094;45.31185;5.11326;333;20220610;25.4;10.5;18;2.5;11.23;.1;5.25;27328
+77094;45.31185;5.11326;333;20220611;29.6;12.1;20.9;1.9;12.7;0;5.71;28894
+77094;45.31185;5.11326;333;20220612;32.5;14.4;23.5;1.5;14.8;.3;5.76;28000
+77094;45.31185;5.11326;333;20220613;27.6;16.7;22.2;2.5;15.2;0;5.18;23461
+77094;45.31185;5.11326;333;20220614;31.7;12.7;22.2;1.5;12.8;0;5.93;29472
+77094;45.31185;5.11326;333;20220615;32.3;17.5;24.9;2.2;16.3;.1;5.61;22537
+77094;45.31185;5.11326;333;20220616;33.7;17.9;25.8;1.9;16.47;0;6.21;27518
+77094;45.31185;5.11326;333;20220617;34.2;18.1;26.2;1.7;14.6;0;6.25;27217
+77094;45.31185;5.11326;333;20220618;36.5;17.8;27.1;2.5;15.1;0;7.33;29011
+77094;45.31185;5.11326;333;20220619;34.8;20.2;27.5;3.9;15.63;0;7.84;26908
+77094;45.31185;5.11326;333;20220620;34.2;19;26.6;3;12.33;0;7.53;28174
+77094;45.31185;5.11326;333;20220621;32.1;17.5;24.8;2.4;16.13;.6;5.87;23694
+77094;45.31185;5.11326;333;20220622;29.5;19;24.3;2.4;20.07;5.3;4.86;21090
+77094;45.31185;5.11326;333;20220623;27.9;17.9;22.9;2.3;19.63;4.7;4.69;22482
+77094;45.31185;5.11326;333;20220624;23.8;17.9;20.9;1.5;17.37;12.7;3.39;15880
+77094;45.31185;5.11326;333;20220625;29.2;14.3;21.8;2.3;16;6.4;5.55;27086
+77094;45.31185;5.11326;333;20220626;26.3;15.9;21.1;1.8;18.2;3.6;4.39;22708
+77094;45.31185;5.11326;333;20220627;24;17.3;20.6;2.1;16.4;1.4;3.63;16305
+77094;45.31185;5.11326;333;20220628;24.6;15.9;20.3;2;16.03;0;4.14;20048
+77094;45.31185;5.11326;333;20220629;28.6;17.6;23.1;1.3;16.37;0;4.8;23513
+77094;45.31185;5.11326;333;20220630;29.8;15.1;22.4;1.8;15.93;17;5.15;24351
+77094;45.31185;5.11326;333;20220701;23.1;12.8;17.9;1.8;13.47;0;4.21;23065
+77094;45.31185;5.11326;333;20220702;30;11.8;20.9;1.4;13.77;0;5.52;29081
+77094;45.31185;5.11326;333;20220703;31.8;16.2;24;1.6;17.17;0;5.5;26050
+77094;45.31185;5.11326;333;20220704;28.5;18.7;23.6;1.8;17.63;1.2;4.66;21235
+77094;45.31185;5.11326;333;20220705;27.7;16.1;21.9;2.1;14.93;0;5.22;25023
+77094;45.31185;5.11326;333;20220706;26.9;15.1;21;2.9;12.47;0;5.63;25145
+77094;45.31185;5.11326;333;20220707;26.9;14.1;20.5;3.4;12.57;0;5.82;26220
+77094;45.31185;5.11326;333;20220708;26.9;14.8;20.9;3.7;13.67;0;5.71;25616
+77094;45.31185;5.11326;333;20220709;28.5;13.9;21.2;2.3;12.93;0;5.62;26368
+77094;45.31185;5.11326;333;20220710;28.5;15.5;22;2.7;14.13;0;5.68;25263
+77094;45.31185;5.11326;333;20220711;29.9;15;22.5;2;13.67;.1;5.65;26383
+77094;45.31185;5.11326;333;20220712;31.6;16.2;23.9;2.1;13.83;0;5.94;26570
+77094;45.31185;5.11326;333;20220713;34.4;15.2;24.8;1.5;12.63;0;6.09;28527
+77094;45.31185;5.11326;333;20220714;36.7;18;27.4;1.4;14.73;0;6.32;28637
+77094;45.31185;5.11326;333;20220715;32.7;20.1;26.4;2.1;13.73;0;5.96;23929
+77094;45.31185;5.11326;333;20220716;31.7;16.3;24;2.4;11.77;0;6.35;26591
+77094;45.31185;5.11326;333;20220717;33.2;15.5;24.4;2;12.43;0;6.29;27461
+77094;45.31185;5.11326;333;20220718;37.5;17.4;27.5;1.8;14.03;0;6.79;28812
+77094;45.31185;5.11326;333;20220719;37.9;20.9;29.4;3;17.2;0;7.61;27235
+77094;45.31185;5.11326;333;20220720;36.5;20.9;28.7;2.4;18.13;1.1;6.61;24979
+77094;45.31185;5.11326;333;20220721;32.6;20.3;26.5;2.1;15.17;0;6.03;25119
+77094;45.31185;5.11326;333;20220722;37;16.3;26.6;1.6;15.13;1.5;6.23;27022
+77094;45.31185;5.11326;333;20220723;30.4;19.8;25.1;2;17.7;0;5.12;22118
+77094;45.31185;5.11326;333;20220724;35.4;17.3;26.4;1.4;15.67;0;5.88;27045
+77094;45.31185;5.11326;333;20220725;35.7;19.4;27.6;2;15.87;2.2;6.01;23078
+77094;45.31185;5.11326;333;20220726;28.8;19.7;24.2;3.3;15.2;0;5.44;19943
+77094;45.31185;5.11326;333;20220727;29.1;15.9;22.5;2.7;12.13;0;5.85;24782
+77094;45.31185;5.11326;333;20220728;32.1;14.3;23.2;1.6;12.5;0;5.31;24448
+77094;45.31185;5.11326;333;20220729;26.8;17.6;22.2;1.3;15.33;4.5;3.71;16880
+77094;45.31185;5.11326;333;20220730;31.8;16.3;24.1;2.2;13.53;0;5.79;25314
+77094;45.31185;5.11326;333;20220731;33.2;16.8;25;2;13;0;5.94;25461
+77094;45.31185;5.11326;333;20220801;34.6;18.5;26.5;1.9;13.63;0;6;25204
+77094;45.31185;5.11326;333;20220802;33.1;17.9;25.5;2;14.27;0;5.76;24697
+77094;45.31185;5.11326;333;20220803;37.2;17.2;27.2;1.6;14.1;0;6.19;27123
+77094;45.31185;5.11326;333;20220804;38.2;20;29.1;2.4;14.6;0;7.03;26450
+77094;45.31185;5.11326;333;20220805;35.4;19;27.2;2;16.83;.1;5.83;23176
+77094;45.31185;5.11326;333;20220806;31.5;18.1;24.8;2.6;16.2;0;5.7;23616
+77094;45.31185;5.11326;333;20220807;30.4;16.7;23.6;2.2;14.7;0;5.26;23155
+77094;45.31185;5.11326;333;20220808;32.4;17.3;24.9;2.1;13.37;0;5.66;24071
+77094;45.31185;5.11326;333;20220809;33.6;16.5;25;1.9;12.03;0;5.69;24403
+77094;45.31185;5.11326;333;20220810;35.3;18.5;26.9;1.7;11.67;0;5.74;24251
+77094;45.31185;5.11326;333;20220811;36.3;18.5;27.4;1.6;12.37;0;5.82;24847
+77094;45.31185;5.11326;333;20220812;34.9;18.1;26.5;1.5;12.67;0;5.52;24620
+77094;45.31185;5.11326;333;20220813;34.7;17.8;26.3;1.8;10.53;7.9;5.73;23872
+77094;45.31185;5.11326;333;20220814;23.4;19.3;21.3;2.3;18.83;24.6;2.57;10370
+77094;45.31185;5.11326;333;20220815;28.7;16;22.4;1.8;16.7;.1;4.35;21395
+77094;45.31185;5.11326;333;20220816;32.6;15.4;24;2.3;15.93;1.3;5.43;24102
+77094;45.31185;5.11326;333;20220817;28.3;18.4;23.3;2;18.7;7.6;3.65;15464
+77094;45.31185;5.11326;333;20220818;23.2;14.4;18.8;2.4;17;6.8;2.96;15243
+77094;45.31185;5.11326;333;20220819;23.8;17;20.4;2.5;18.23;1.2;2.88;12679
+77094;45.31185;5.11326;333;20220820;26.8;17.9;22.3;2.3;17.47;.4;3.78;16683
+77094;45.31185;5.11326;333;20220821;27.2;15.4;21.3;1.9;14.27;0;4.09;19659
+77094;45.31185;5.11326;333;20220822;28.2;15.7;22;2.5;14.33;0;4.72;21378
+77094;45.31185;5.11326;333;20220823;30;16.6;23.3;2.3;15.73;.2;4.79;21452
+77094;45.31185;5.11326;333;20220824;31.7;15.8;23.8;1.6;14.33;0;4.59;21548
+77094;45.31185;5.11326;333;20220825;33.2;16.7;24.9;1.9;16.1;4.9;5.02;22220
+77094;45.31185;5.11326;333;20220826;26.8;19.1;23;2.1;17.87;.6;3.54;15578
+77094;45.31185;5.11326;333;20220827;25.8;16.1;20.9;2;17.13;0;3.34;16039
+77094;45.31185;5.11326;333;20220828;29.4;16.1;22.7;1.3;16.73;0;3.81;19171
+77094;45.31185;5.11326;333;20220829;31.9;15.8;23.8;1.7;16.5;0;4.42;20929
+77094;45.31185;5.11326;333;20220830;28.6;20;24.3;1.8;19.87;3.8;3.18;12759
+77094;45.31185;5.11326;333;20220831;27.3;17.6;22.5;1.8;18;.3;3.49;16615
+77094;45.31185;5.11326;333;20220901;28.3;15.1;21.7;1.9;14.97;0;3.97;19270
+77094;45.31185;5.11326;333;20220902;27.4;16.6;22;2.3;15.67;5.3;3.77;16349
+77094;45.31185;5.11326;333;20220903;26.5;16.4;21.4;2.4;17.97;7.4;3.47;16464
+77094;45.31185;5.11326;333;20220904;28.6;15.4;22;2.3;18.03;.1;3.9;19187
+77094;45.31185;5.11326;333;20220905;30.1;18.6;24.4;2.4;20;0;4.02;17952
+77094;45.31185;5.11326;333;20220906;29.9;19.2;24.5;2.2;19.8;.9;3.75;15902
+77094;45.31185;5.11326;333;20220907;27.7;16.5;22.1;1.8;18.63;12.2;3.17;15189
+77094;45.31185;5.11326;333;20220908;25.4;15.5;20.5;1.6;16.3;.1;3.12;16590
+77094;45.31185;5.11326;333;20220909;24.7;13.1;18.9;1.6;13.7;.2;3.08;16948
+77094;45.31185;5.11326;333;20220910;23;12.9;17.9;1.2;12.83;0;2.65;14974
+77094;45.31185;5.11326;333;20220911;25.2;10.9;18;1.4;12.23;0;3.16;18396
+77094;45.31185;5.11326;333;20220912;29.3;11.7;20.5;1.9;14.23;0;3.89;19606
+77094;45.31185;5.11326;333;20220913;28.2;17;22.6;2.7;19.07;3.9;3.25;13887
+77094;45.31185;5.11326;333;20220914;26.4;19.9;23.1;3;19.63;8.6;3.13;12079
+77094;45.31185;5.11326;333;20220915;25;15.5;20.3;1.8;17.8;8.5;2.66;13907
+77094;45.31185;5.11326;333;20220916;21.2;15.5;18.3;2;15.63;0;2.25;11071
+77094;45.31185;5.11326;333;20220917;16.3;10;13.1;3.9;9.93;0;2.61;13827
+77094;45.31185;5.11326;333;20220918;19;5.8;12.4;1.7;8.43;0;2.56;16643
+77094;45.31185;5.11326;333;20220919;19.1;6.6;12.8;2.2;8.83;0;2.7;16105
+77094;45.31185;5.11326;333;20220920;19.4;6.5;12.9;2;8.77;0;2.68;16038
+77094;45.31185;5.11326;333;20220921;19.5;7.3;13.4;1.7;9.33;0;2.5;15569
+77094;45.31185;5.11326;333;20220922;22.4;5.7;14;1.3;9.87;0;2.53;17281
+77094;45.31185;5.11326;333;20220923;22;8.9;15.5;2.4;12.23;5.7;2.55;14360
+77094;45.31185;5.11326;333;20220924;20.8;13.6;17.2;1.6;15.03;7.7;1.89;10183
+77094;45.31185;5.11326;333;20220925;17.4;12;14.7;1.3;13.27;2.7;1.55;8856
+77094;45.31185;5.11326;333;20220926;18.1;10.1;14.1;1.3;11.57;3.6;1.81;11195
+77094;45.31185;5.11326;333;20220927;15.9;10.3;13.1;2.1;11.3;1.7;1.68;9115
+77094;45.31185;5.11326;333;20220928;18.8;10.3;14.5;2.5;12.87;10.6;1.85;9840
+77094;45.31185;5.11326;333;20220929;13.8;11.1;12.4;1.2;11.73;1.9;1.15;6068
+77094;45.31185;5.11326;333;20220930;13.3;6.5;9.9;1.4;10;.2;1.23;7962
+77094;45.31185;5.11326;333;20221001;14.4;5.7;10.1;1.8;11.13;2.6;1.16;8458
+77094;45.31185;5.11326;333;20221002;24.2;11.6;17.9;1.8;14.07;0;2.35;13852
+77094;45.31185;5.11326;333;20221003;19;13.2;16.1;1.9;14.13;0;1.71;9462
+77094;45.31185;5.11326;333;20221004;23.3;10.5;16.9;1.6;13.47;.1;2.23;13477
+77094;45.31185;5.11326;333;20221005;22.2;9.8;16;2.7;13.53;0;2.22;11967
+77094;45.31185;5.11326;333;20221006;21.3;11.6;16.4;1.9;14.23;0;1.85;10624
+77094;45.31185;5.11326;333;20221007;21.9;9.8;15.8;1.2;14.13;1.3;1.71;11405
+77094;45.31185;5.11326;333;20221008;17.4;14.6;16;1.7;15.07;2.1;1.18;5161
+77094;45.31185;5.11326;333;20221009;18.8;9.4;14.1;1.6;13.13;.1;1.46;9291
+77094;45.31185;5.11326;333;20221010;22.4;12;17.2;1.9;14.6;0;1.92;11008
+77094;45.31185;5.11326;333;20221011;21.1;11;16;1.5;14.27;0;1.67;11076
+77094;45.31185;5.11326;333;20221012;20.7;12.7;16.7;1.3;14.3;.1;1.51;8890
+77094;45.31185;5.11326;333;20221013;18.4;9.6;14;1.4;13.57;2.5;1.24;7661
+77094;45.31185;5.11326;333;20221014;18.7;12.8;15.7;1.5;15.27;.4;1.17;6358
+77094;45.31185;5.11326;333;20221015;23.8;11.1;17.4;1.8;14.23;0;2.01;11848
+77094;45.31185;5.11326;333;20221016;23.8;11.9;17.9;2.7;14.97;0;2.09;10930
+77094;45.31185;5.11326;333;20221017;23.6;13.6;18.6;3;15.4;0;2.2;9578
+77094;45.31185;5.11326;333;20221018;24.2;12.3;18.2;1.9;14.8;.1;1.95;10750
+77094;45.31185;5.11326;333;20221019;22.7;11;16.9;2.3;14.43;.3;1.84;10404
+77094;45.31185;5.11326;333;20221020;19.7;14.6;17.2;2.8;15.97;0;1.34;4615
+77094;45.31185;5.11326;333;20221021;18.3;16.1;17.2;3.5;16.1;29.6;1.28;2447
+77094;45.31185;5.11326;333;20221022;22.3;13;17.6;2.5;15.63;0;1.72;9370
+77094;45.31185;5.11326;333;20221023;22.3;12.9;17.6;3.2;15.6;2.5;1.8;6873
+77094;45.31185;5.11326;333;20221024;21;16.4;18.7;2.1;16.57;1.9;1.39;5165
+77094;45.31185;5.11326;333;20221025;19.3;11.1;15.2;2.3;14.23;0;1.29;8024
+77094;45.31185;5.11326;333;20221026;24;13.6;18.8;1.9;15.37;.1;1.72;9130
+77094;45.31185;5.11326;333;20221027;23.6;12.7;18.1;2.1;15.6;0;1.66;9038
+77094;45.31185;5.11326;333;20221028;23.8;13.8;18.8;2.1;15.63;0;1.75;8567
+77094;45.31185;5.11326;333;20221029;23.7;11.8;17.7;2.3;13.87;0;1.88;8825
+77094;45.31185;5.11326;333;20221030;22.9;11.6;17.3;2.6;13.37;0;1.94;9168
+77094;45.31185;5.11326;333;20221031;21.1;12.4;16.7;2.7;14.27;21.9;1.52;7463
+77094;45.31185;5.11326;333;20221101;19.6;13.7;16.6;2.3;14.73;0;1.3;6279
+77094;45.31185;5.11326;333;20221102;17.4;10;13.7;1.1;11.7;.1;.96;7031
+77094;45.31185;5.11326;333;20221103;13.2;6.3;9.8;2.1;11.23;5.4;.66;4611
+77094;45.31185;5.11326;333;20221104;11.4;5.6;8.5;2.2;9.7;7.3;.71;4191
+77094;45.31185;5.11326;333;20221105;11.2;6.6;8.9;2.4;9.1;0;.89;5131
+77094;45.31185;5.11326;333;20221106;15;2.4;8.7;1.5;8.37;.1;.92;7948
+77094;45.31185;5.11326;333;20221107;17.3;5;11.1;2;9.3;0;1.19;8485
+77094;45.31185;5.11326;333;20221108;17.4;6.4;11.9;2.8;10.5;7.6;1.27;6733
+77094;45.31185;5.11326;333;20221109;13.7;12;12.9;2.5;12.93;27.1;.77;1104
+77094;45.31185;5.11326;333;20221110;13.6;9.2;11.4;1.7;11.73;0;.69;4502
+77094;45.31185;5.11326;333;20221111;15.4;6.4;10.9;1.7;10.7;.1;.81;6801
+77094;45.31185;5.11326;333;20221112;13.6;6.1;9.9;2;10.23;0;.81;5740
+77094;45.31185;5.11326;333;20221113;12.8;6.3;9.6;1.9;10.5;0;.67;3693
+77094;45.31185;5.11326;333;20221114;14.4;8.6;11.5;2.4;10.93;6.9;.86;4361
+77094;45.31185;5.11326;333;20221115;14.4;10.1;12.3;2.1;12.7;7;.69;3273
+77094;45.31185;5.11326;333;20221116;16.4;8.3;12.3;2.3;10.83;0;1.04;6400
+77094;45.31185;5.11326;333;20221117;16;8.2;12.1;3.3;11.07;1.9;1.1;4576
+77094;45.31185;5.11326;333;20221118;13;7.4;10.2;1.7;9.17;.6;.82;4908
+77094;45.31185;5.11326;333;20221119;9.8;5;7.4;2.8;8.53;.2;.69;3853
+77094;45.31185;5.11326;333;20221120;10.8;4.8;7.8;1.6;7.93;.1;.69;4938
+77094;45.31185;5.11326;333;20221121;7.9;3.4;5.6;2.2;8.23;5.7;.49;2909
+77094;45.31185;5.11326;333;20221122;9;4.4;6.7;1.6;8.27;.2;.54;3418
+77094;45.31185;5.11326;333;20221123;8.9;.7;4.8;2.5;7.87;7;.47;3819
+77094;45.31185;5.11326;333;20221124;10.3;2.4;6.3;2.1;8.5;0;.48;5182
+77094;45.31185;5.11326;333;20221125;11.5;4.4;7.9;2.4;8.93;1.5;.68;3408
+77094;45.31185;5.11326;333;20221126;9.5;5.1;7.3;2.5;8.3;0;.64;4127
+77094;45.31185;5.11326;333;20221127;10.8;1.8;6.3;2.6;7.4;0;.76;4840
+77094;45.31185;5.11326;333;20221128;8.6;5.7;7.2;2.2;8.63;11.9;.66;1493
+77094;45.31185;5.11326;333;20221129;7;4.7;5.8;2.1;8.7;1.6;.43;1558
+77094;45.31185;5.11326;333;20221130;7.5;5.9;6.7;2.1;8.73;0;.56;1323
+77094;45.31185;5.11326;333;20221201;6.6;4.7;5.6;1.8;7.8;0;.55;1845
+77094;45.31185;5.11326;333;20221202;5.3;3.2;4.3;1.4;7.1;.9;.47;1696
+77094;45.31185;5.11326;333;20221203;5.1;2.1;3.6;1;7.2;8.4;.37;1824
+77094;45.31185;5.11326;333;20221204;5.6;3.2;4.4;1.7;7.63;9.6;.42;1490
+77094;45.31185;5.11326;333;20221205;6.7;1.2;4;1;7.03;0;.37;3428
+77094;45.31185;5.11326;333;20221206;6.3;-1.9;2.2;1.4;6.23;0;.31;4683
+77094;45.31185;5.11326;333;20221207;4.5;1.7;3.1;1.6;6.93;0;.4;1513
+77094;45.31185;5.11326;333;20221208;5.5;1.7;3.6;2;6.6;10.2;.49;3097
+77094;45.31185;5.11326;333;20221209;4.7;2.4;3.5;1.7;7.14;6.1;.36;1754
+77094;45.31185;5.11326;333;20221210;.9;.6;.8;3.3;5.83;0;.45;505
+77094;45.31185;5.11326;333;20221211;-.6;-2.5;-1.6;2.7;4.57;0;.44;1938
+77094;45.31185;5.11326;333;20221212;1.8;-3.9;-1;1.1;4.7;3.5;.33;3316
+77094;45.31185;5.11326;333;20221213;2;-1.7;.2;2;6.17;3.7;.2;2168
+77094;45.31185;5.11326;333;20221214;8.6;1.9;5.3;2.3;8.73;1.3;.27;2879
+77094;45.31185;5.11326;333;20221215;6.8;5.3;6.1;1.8;8.77;20.6;.42;967
+77094;45.31185;5.11326;333;20221216;2;1.2;1.6;2.3;6.57;0;.41;299
+77094;45.31185;5.11326;333;20221217;.6;-2.1;-.8;2.7;5.03;0;.4;2321
+77094;45.31185;5.11326;333;20221218;9.5;-3.3;3.1;2.8;5.03;0;.88;5374
+77094;45.31185;5.11326;333;20221219;14.8;4.5;9.6;2.1;8.17;0;.78;4720
+77094;45.31185;5.11326;333;20221220;14.7;9.2;12;2.6;9.27;.2;1.25;2376
+77094;45.31185;5.11326;333;20221221;13.6;9.8;11.7;2.4;11;.5;.82;2513
+77094;45.31185;5.11326;333;20221222;13.1;6.8;9.9;2.8;10.67;6.6;.61;3159
+77094;45.31185;5.11326;333;20221223;12;9.2;10.6;2.4;11.9;1.6;.48;1420
+77094;45.31185;5.11326;333;20221224;15;10.6;12.8;2.4;12.4;0;.68;3503
+77094;45.31185;5.11326;333;20221225;15.1;5.8;10.5;2.6;10.43;.1;.7;4728
+77094;45.31185;5.11326;333;20221226;12.7;6.9;9.8;1.9;10.77;.5;.47;3110
+77094;45.31185;5.11326;333;20221227;12.1;5.7;8.9;1.5;9.1;0;.53;4021
+77094;45.31185;5.11326;333;20221228;9.2;.9;5;2.6;7.4;.2;.49;4263
+77094;45.31185;5.11326;333;20221229;13.4;5.2;9.3;2.7;9.6;4.1;.66;4424
+77094;45.31185;5.11326;333;20221230;11.2;7;9.1;2.3;9.13;1.2;.81;2093
+77094;45.31185;5.11326;333;20221231;15.3;7.5;11.4;3;10.83;0;.88;4116
+77095;45.32612;5.43111;440;20220101;14.9;.6;7.8;3.2;6.99;0;1.21;7100
+77095;45.32612;5.43111;440;20220102;5.8;-.8;2.5;2.7;7.99;0;.09;3100
+77095;45.32612;5.43111;440;20220103;11.2;2.9;7.1;3.3;8.49;.9;.71;4400
+77095;45.32612;5.43111;440;20220104;12.5;3.8;8.2;2.9;9.09;12.6;.69;5200
+77095;45.32612;5.43111;440;20220105;3.4;1;2.2;5.6;5.89;.5;.74;3100
+77095;45.32612;5.43111;440;20220106;3.7;.5;2.1;5.2;5.59;0;.79;4200
+77095;45.32612;5.43111;440;20220107;3.1;-4.5;-.7;3;5.39;3.3;.35;4100
+77095;45.32612;5.43111;440;20220108;4.4;-.2;2.1;3.5;6.89;4.7;.32;3000
+77095;45.32612;5.43111;440;20220109;4;1.4;2.7;3.1;6.69;6.9;.49;1900
+77095;45.32612;5.43111;440;20220110;3.5;.9;2.2;2.1;6.29;0;.49;1700
+77095;45.32612;5.43111;440;20220111;.6;-1.1;-.2;4.4;5.59;0;.4;1400
+77095;45.32612;5.43111;440;20220112;1.1;-1.1;0;3.8;4.99;0;.57;4300
+77095;45.32612;5.43111;440;20220113;1.1;-6.9;-2.9;2.3;4.49;0;.29;6100
+77095;45.32612;5.43111;440;20220114;6.5;-6.6;0;3;4.69;0;.65;8800
+77095;45.32612;5.43111;440;20220115;7.1;-5.8;.7;3.1;4.99;.1;.68;8700
+77095;45.32612;5.43111;440;20220116;7.9;-6.5;.7;2.3;4.59;0;.69;9000
+77095;45.32612;5.43111;440;20220117;3.2;-6.6;-1.7;2.3;5.59;0;.21;5400
+77095;45.32612;5.43111;440;20220118;4.5;-.1;2.2;2.7;5.69;0;.63;4600
+77095;45.32612;5.43111;440;20220119;5.5;-5.4;.1;4.1;5.79;0;.49;4600
+77095;45.32612;5.43111;440;20220120;3.1;.5;1.8;4.2;6.19;0;.55;2200
+77095;45.32612;5.43111;440;20220121;3.8;-1.3;1.3;4.6;4.89;0;.88;7400
+77095;45.32612;5.43111;440;20220122;3.6;-4.4;-.4;2.9;5.09;0;.49;7400
+77095;45.32612;5.43111;440;20220123;3.2;-.9;1.2;2.4;5.59;0;.51;5600
+77095;45.32612;5.43111;440;20220124;8.1;-5.4;1.4;1.8;4.99;0;.63;9800
+77095;45.32612;5.43111;440;20220125;9.8;-5.7;2.1;3;4.99;0;1.04;9300
+77095;45.32612;5.43111;440;20220126;7.2;-6.4;.4;3.3;4.79;0;.86;9600
+77095;45.32612;5.43111;440;20220127;2;-4.3;-1.1;3;4.69;0;.52;8600
+77095;45.32612;5.43111;440;20220128;1.6;-3.8;-1.1;3;5.69;0;.28;1700
+77095;45.32612;5.43111;440;20220129;2.4;-.8;.8;2.5;5.99;0;.41;6400
+77095;45.32612;5.43111;440;20220130;6.9;-.7;3.1;2.9;7.59;0;.4;3500
+77095;45.32612;5.43111;440;20220131;5.7;-1.2;2.3;2.5;6.99;1.6;.43;2100
+77095;45.32612;5.43111;440;20220201;4.9;.3;2.6;5.2;5.89;3.5;.9;6300
+77095;45.32612;5.43111;440;20220202;8.6;1.7;5.2;4;8.59;.5;.5;3900
+77095;45.32612;5.43111;440;20220203;11.3;-.2;5.6;2.4;7.89;0;.79;8100
+77095;45.32612;5.43111;440;20220204;8.3;3.7;6;2.6;7.29;.2;.89;5600
+77095;45.32612;5.43111;440;20220205;7.5;3.9;5.7;3.2;6.79;.3;1.04;8800
+77095;45.32612;5.43111;440;20220206;8.7;-5.5;1.6;2.7;5.89;2.6;.82;8400
+77095;45.32612;5.43111;440;20220207;8.4;4.2;6.3;3.5;6.56;.6;1.17;4148
+77095;45.32612;5.43111;440;20220208;9.3;-4.7;2.3;2.2;4.69;0;1.1;11700
+77095;45.32612;5.43111;440;20220209;12.8;-3.3;4.8;3.9;6.59;0;1.43;11700
+77095;45.32612;5.43111;440;20220210;15;-.6;7.2;2.8;7.09;1.1;1.52;11400
+77095;45.32612;5.43111;440;20220211;6.9;.7;3.8;3.3;6.79;.6;.8;4100
+77095;45.32612;5.43111;440;20220212;10;-5.7;2.2;2.3;5.79;0;1;10800
+77095;45.32612;5.43111;440;20220213;12.6;-1.2;5.7;4.3;6.29;0;1.74;12700
+77095;45.32612;5.43111;440;20220214;10.4;4.4;7.4;3.9;7.69;11.8;1.26;1600
+77095;45.32612;5.43111;440;20220215;7.9;1.8;4.9;3.4;7.09;3.1;.94;5100
+77095;45.32612;5.43111;440;20220216;6.4;.8;3.6;5.2;7.99;10.2;.37;2700
+77095;45.32612;5.43111;440;20220217;16.3;5.6;11;3.9;10.09;.3;1.65;8300
+77095;45.32612;5.43111;440;20220218;18.5;6.2;12.3;2.4;8.66;1;1.82;9677
+77095;45.32612;5.43111;440;20220219;9.4;5.5;7.4;2.5;6.26;0;1.38;5199
+77095;45.32612;5.43111;440;20220220;12.6;-2.8;4.9;2.7;6.59;.8;1.36;9700
+77095;45.32612;5.43111;440;20220221;8.3;4.1;6.2;4.5;7.79;13.9;1.11;6500
+77095;45.32612;5.43111;440;20220222;10.1;3.6;6.9;3.4;7.69;.2;1.32;10600
+77095;45.32612;5.43111;440;20220223;13.5;5.2;9.4;3;8.09;0;1.7;11000
+77095;45.32612;5.43111;440;20220224;13.2;1.2;7.2;5;7.99;0;1.63;8800
+77095;45.32612;5.43111;440;20220225;8;3.5;5.8;6.1;5.79;0;2.05;15000
+77095;45.32612;5.43111;440;20220226;9;-.1;4.5;3.4;5.09;0;1.77;15100
+77095;45.32612;5.43111;440;20220227;11.7;-3.3;4.2;4;4.89;0;2.11;15300
+77095;45.32612;5.43111;440;20220228;12.4;-2.4;5;3.7;4.79;0;2.24;15600
+77095;45.32612;5.43111;440;20220301;13.6;-5;4.3;2;5.29;0;1.74;15300
+77095;45.32612;5.43111;440;20220302;11.7;-1.7;5;2.9;6.49;0;1.55;12200
+77095;45.32612;5.43111;440;20220303;13.8;-1.2;6.3;2.5;7.49;0;1.62;14000
+77095;45.32612;5.43111;440;20220304;12.6;-2;5.3;3.4;5.89;0;2.02;16100
+77095;45.32612;5.43111;440;20220305;9.7;-4.9;2.4;2.4;3.69;0;1.88;16800
+77095;45.32612;5.43111;440;20220306;8.1;-8;.1;1.9;3.69;0;1.52;16400
+77095;45.32612;5.43111;440;20220307;10.4;-7.4;1.5;2.2;4.39;0;1.69;16100
+77095;45.32612;5.43111;440;20220308;12.8;-3.3;4.8;5;5.79;0;2.33;16900
+77095;45.32612;5.43111;440;20220309;13.2;-1.8;5.7;3.1;6.39;0;2.02;16200
+77095;45.32612;5.43111;440;20220310;14.3;-2.4;6;3.8;7.19;.1;2;14600
+77095;45.32612;5.43111;440;20220311;15;6.9;11;5.5;7.49;0;2.94;11600
+77095;45.32612;5.43111;440;20220312;11.8;6.9;9.4;2.3;6.79;0;1.83;8100
+77095;45.32612;5.43111;440;20220313;11.3;6.2;8.8;2.6;7.99;8.2;1.37;3700
+77095;45.32612;5.43111;440;20220314;13.9;-.8;6.6;2.9;8.69;1.3;1.51;12400
+77095;45.32612;5.43111;440;20220315;15.3;7.8;11.6;4.3;9.39;.1;2.3;10600
+77095;45.32612;5.43111;440;20220316;15.8;4.1;10;3.2;9.39;0;1.9;10600
+77095;45.32612;5.43111;440;20220317;13.4;6.2;9.8;3.6;10.19;.1;1.38;6600
+77095;45.32612;5.43111;440;20220318;8.4;6.9;7.7;2.4;9.19;.1;.8;2100
+77095;45.32612;5.43111;440;20220319;15.4;.2;7.8;2.1;7.69;0;2.13;16900
+77095;45.32612;5.43111;440;20220320;12.4;.7;6.6;3.5;6.69;0;1.84;8400
+77095;45.32612;5.43111;440;20220321;15.1;1.7;8.4;3.4;6.29;0;2.85;18900
+77095;45.32612;5.43111;440;20220322;15;-2;6.5;2.5;5.59;0;2.61;19600
+77095;45.32612;5.43111;440;20220323;16.4;-2.3;7.1;2.5;5.79;0;2.76;19800
+77095;45.32612;5.43111;440;20220324;19.3;-1.8;8.8;2.9;5.69;0;3.38;20100
+77095;45.32612;5.43111;440;20220325;19.1;-.2;9.5;2.9;6.29;0;3.31;19900
+77095;45.32612;5.43111;440;20220326;19.7;-.9;9.4;2.8;6.59;0;3.32;20300
+77095;45.32612;5.43111;440;20220327;19.8;1.4;10.6;2.9;6.29;0;3.36;17000
+77095;45.32612;5.43111;440;20220328;20.2;1.2;10.7;3.5;5.89;0;3.88;19600
+77095;45.32612;5.43111;440;20220329;17.5;2.4;10;3.1;6.69;1.1;2.86;12900
+77095;45.32612;5.43111;440;20220330;14.4;7.2;10.8;2;9.59;2.9;1.84;10500
+77095;45.32612;5.43111;440;20220331;10.7;5.9;8.3;2.3;9.19;6.9;1.14;5000
+77095;45.32612;5.43111;440;20220401;4.9;1.4;3.2;5.8;5.38;13.1;1.69;8200
+77095;45.32612;5.43111;440;20220402;5.2;.6;2.9;5.8;4.77;2.2;2.01;12733
+77095;45.32612;5.43111;440;20220403;4;-1.3;1.4;4.2;5.29;0;1.28;10000
+77095;45.32612;5.43111;440;20220404;8.5;-4.2;2.2;1.7;5.19;0;2.06;22100
+77095;45.32612;5.43111;440;20220405;13.8;-1.8;6;1.6;7;0;2.24;18161
+77095;45.32612;5.43111;440;20220406;14.9;1.8;8.4;1.6;9.09;1.8;1.75;11800
+77095;45.32612;5.43111;440;20220407;12.8;6.4;9.6;4.3;10.39;8.1;1.17;3400
+77095;45.32612;5.43111;440;20220408;16.1;8.7;12.4;4.3;10.29;1.6;2.08;5200
+77095;45.32612;5.43111;440;20220409;8.8;3.1;6;3.4;6.59;.8;1.88;12000
+77095;45.32612;5.43111;440;20220410;14.3;-2.7;5.8;2.1;6.49;0;2.76;24000
+77095;45.32612;5.43111;440;20220411;16.7;1;8.9;4.3;7.29;0;3.33;20500
+77095;45.32612;5.43111;440;20220412;17;6.6;11.8;3.2;7.09;.1;2.95;10400
+77095;45.32612;5.43111;440;20220413;18.5;5.9;12.2;2.2;9.39;0;2.74;15300
+77095;45.32612;5.43111;440;20220414;20.8;3.5;12.2;2.3;11.49;0;3.27;23100
+77095;45.32612;5.43111;440;20220415;21.3;6.4;13.9;2.8;11.69;0;3.56;22600
+77095;45.32612;5.43111;440;20220416;20.6;5.9;13.3;3.7;9.99;0;4.06;25000
+77095;45.32612;5.43111;440;20220417;17.7;1.6;9.7;2.9;7.99;0;3.53;25400
+77095;45.32612;5.43111;440;20220418;18.8;-1.1;8.9;2.1;6.49;0;3.62;25700
+77095;45.32612;5.43111;440;20220419;19.6;2.8;11.2;2.8;6.99;0;4.04;24900
+77095;45.32612;5.43111;440;20220420;18;1.9;10;2.7;9.59;0;2.67;16900
+77095;45.32612;5.43111;440;20220421;18.8;9.6;14.2;2.3;10.19;0;3.11;16600
+77095;45.32612;5.43111;440;20220422;20.9;1.4;11.2;2.1;8.79;0;3.5;22100
+77095;45.32612;5.43111;440;20220423;16.4;8.7;12.6;2.7;9.69;14;2;5400
+77095;45.32612;5.43111;440;20220424;15.9;6.3;11.1;2.8;9.99;7;2.54;15500
+77095;45.32612;5.43111;440;20220425;15.9;9.7;12.8;2;11.29;.1;2.44;14700
+77095;45.32612;5.43111;440;20220426;18.3;6.4;12.4;1.9;9.59;0;3.39;22500
+77095;45.32612;5.43111;440;20220427;19.5;.6;10.1;1.8;8.89;0;3.67;27300
+77095;45.32612;5.43111;440;20220428;21.6;3.5;12.6;2.9;9.69;0;4.27;27100
+77095;45.32612;5.43111;440;20220429;21.1;3.5;12.3;2.3;9.29;0;3.82;23600
+77095;45.32612;5.43111;440;20220430;18.7;4.7;11.7;3.7;9.39;0;4.07;27600
+77095;45.32612;5.43111;440;20220501;18.4;2.7;10.6;2.7;8.99;0;3.67;25700
+77095;45.32612;5.43111;440;20220502;20.1;1.9;11;2.1;9.19;.7;3.84;26600
+77095;45.32612;5.43111;440;20220503;20;5;12.5;2.7;10.29;.9;3.45;20600
+77095;45.32612;5.43111;440;20220504;22;7.8;14.9;2.4;11.49;9;3.98;23300
+77095;45.32612;5.43111;440;20220505;14.6;10.4;12.5;2.8;11.69;2.5;1.78;7800
+77095;45.32612;5.43111;440;20220506;16.1;8.8;12.5;3.7;11.39;0;1.84;6100
+77095;45.32612;5.43111;440;20220507;19.2;7.9;13.6;2.2;11.59;.9;3.24;19900
+77095;45.32612;5.43111;440;20220508;20.7;5.4;13.1;1.7;11.59;.9;3.42;22100
+77095;45.32612;5.43111;440;20220509;23.9;6.6;15.3;1.9;12.29;.1;4.43;27400
+77095;45.32612;5.43111;440;20220510;26.2;8.4;17.3;2.5;12.49;.1;4.99;26900
+77095;45.32612;5.43111;440;20220511;26.2;9.4;17.8;4.4;11.59;0;5.95;28500
+77095;45.32612;5.43111;440;20220512;25.6;8.1;16.9;3.4;10.89;0;5.27;25600
+77095;45.32612;5.43111;440;20220513;23.8;8.3;16.1;1.7;12.49;0;4.2;24700
+77095;45.32612;5.43111;440;20220514;25.2;8.4;16.8;1.8;13.49;0;4.75;28400
+77095;45.32612;5.43111;440;20220515;26.9;9.1;18;2.8;12.99;0;5.16;26200
+77095;45.32612;5.43111;440;20220516;27.6;12.5;20.1;2.1;11.89;.2;5.08;24000
+77095;45.32612;5.43111;440;20220517;29;10.7;19.9;2;13.89;0;5.33;27100
+77095;45.32612;5.43111;440;20220518;30.4;12;21.2;2.1;14.89;.1;5.6;27200
+77095;45.32612;5.43111;440;20220519;29.2;15.8;22.5;2.8;15.19;.1;5.78;25800
+77095;45.32612;5.43111;440;20220520;28.8;14.2;21.5;3.4;12.59;0;6.05;24700
+77095;45.32612;5.43111;440;20220521;30.7;11.4;21.1;2.3;13.99;0;5.85;27600
+77095;45.32612;5.43111;440;20220522;31.1;14.2;22.7;2.4;17.09;.2;4.97;20500
+77095;45.32612;5.43111;440;20220523;26.4;16.3;21.4;3;15.59;2.1;4.4;17300
+77095;45.32612;5.43111;440;20220524;19.8;12.7;16.3;2.1;11.59;.4;3.52;17700
+77095;45.32612;5.43111;440;20220525;21.6;10.7;16.2;5;10.19;0;5.38;26400
+77095;45.32612;5.43111;440;20220526;22.6;10.1;16.4;3.8;10.89;0;5.32;28500
+77095;45.32612;5.43111;440;20220527;23.9;9.1;16.5;3;12.39;0;5.06;28500
+77095;45.32612;5.43111;440;20220528;22.3;12;17.2;4.3;10.99;0;5.49;27800
+77095;45.32612;5.43111;440;20220529;20.3;4.9;12.6;2.6;7.89;0;4.79;29400
+77095;45.32612;5.43111;440;20220530;22.5;5.4;14;1.7;8.49;.9;4.15;23100
+77095;45.32612;5.43111;440;20220531;18.7;11.5;15.1;2.3;13.29;4.8;2.38;10900
+77095;45.32612;5.43111;440;20220601;27.4;10.6;19;2.4;14.99;2;4.51;21400
+77095;45.32612;5.43111;440;20220602;27.7;14.9;21.3;3.2;16.79;1;4.22;15700
+77095;45.32612;5.43111;440;20220603;29.9;15.5;22.7;3;16.19;.1;5.49;22300
+77095;45.32612;5.43111;440;20220604;31.3;15.1;23.2;2.5;16.49;.1;6.24;28500
+77095;45.32612;5.43111;440;20220605;27.5;18.2;22.9;2.6;16.89;5.1;4.96;21200
+77095;45.32612;5.43111;440;20220606;27.6;12.1;19.9;1.3;14.59;1.3;4.67;24500
+77095;45.32612;5.43111;440;20220607;24.7;13.2;19;2;13.59;0;4.95;26400
+77095;45.32612;5.43111;440;20220608;22.1;9.3;15.7;2.1;13.39;13.2;3.07;15200
+77095;45.32612;5.43111;440;20220609;19.5;12.3;15.9;3.3;12.99;2.2;3.61;18900
+77095;45.32612;5.43111;440;20220610;23.8;6.3;15.1;2.8;10.99;.1;5.32;31500
+77095;45.32612;5.43111;440;20220611;27.7;8.3;18;2.7;13.09;0;5.86;31100
+77095;45.32612;5.43111;440;20220612;31.3;12;21.7;2.5;14.79;.4;5.98;26600
+77095;45.32612;5.43111;440;20220613;26.6;13.8;20.2;2.9;15.29;.1;5.5;27600
+77095;45.32612;5.43111;440;20220614;30.3;8.5;19.4;2;12.99;0;6.01;30600
+77095;45.32612;5.43111;440;20220615;31.1;15;23.1;2.7;15.29;0;4.9;16300
+77095;45.32612;5.43111;440;20220616;32.4;15.4;23.9;3.1;15.89;0;6.91;29100
+77095;45.32612;5.43111;440;20220617;32.6;13.2;22.9;2.1;14.69;0;6.42;29500
+77095;45.32612;5.43111;440;20220618;34.9;13.8;24.4;2.9;15.69;.1;7.26;29500
+77095;45.32612;5.43111;440;20220619;33.4;17.7;25.6;4.6;15.49;0;8.15;29300
+77095;45.32612;5.43111;440;20220620;32.5;18.1;25.3;4.1;11.89;0;8.26;29900
+77095;45.32612;5.43111;440;20220621;31.2;15;23.1;2.8;16.59;1.8;5.32;20300
+77095;45.32612;5.43111;440;20220622;29.2;18.3;23.8;3.1;19.99;7.2;4.8;19300
+77095;45.32612;5.43111;440;20220623;25.9;17.4;21.7;3.7;19.09;4.9;4.76;22600
+77095;45.32612;5.43111;440;20220624;24.3;16.8;20.6;2.2;16.99;13;3.8;17400
+77095;45.32612;5.43111;440;20220625;28.5;13.3;20.9;3.5;15.49;4;6.06;28500
+77095;45.32612;5.43111;440;20220626;25.7;15.1;20.4;2.5;17.89;2.1;4.69;24400
+77095;45.32612;5.43111;440;20220627;23.2;16.3;19.8;2.3;15.59;1.3;3.45;14600
+77095;45.32612;5.43111;440;20220628;24.1;15.1;19.6;2.2;15.89;0;4.19;20900
+77095;45.32612;5.43111;440;20220629;27.3;15.3;21.3;1.8;16.69;0;5.16;26500
+77095;45.32612;5.43111;440;20220630;29;12.3;20.7;2.5;15.59;10;5.01;22500
+77095;45.32612;5.43111;440;20220701;21.8;12.2;17;2.6;13.09;0;4.47;24800
+77095;45.32612;5.43111;440;20220702;29.8;8.9;19.4;1.9;13.19;0;5.94;31100
+77095;45.32612;5.43111;440;20220703;31.3;13.6;22.5;2.4;16.29;.1;5.82;26100
+77095;45.32612;5.43111;440;20220704;27.3;17.6;22.5;2.1;17.49;0;4.71;21600
+77095;45.32612;5.43111;440;20220705;26.7;13.5;20.1;2.6;14.39;0;5.87;30700
+77095;45.32612;5.43111;440;20220706;25.8;12.5;19.2;3.4;12.29;.1;6.12;30900
+77095;45.32612;5.43111;440;20220707;25.9;12.7;19.3;4.6;11.89;0;6.56;30700
+77095;45.32612;5.43111;440;20220708;25.8;13.7;19.8;4.5;13.79;0;6.18;30000
+77095;45.32612;5.43111;440;20220709;27.3;9.9;18.6;2.1;12.99;0;5.58;30100
+77095;45.32612;5.43111;440;20220710;27.3;11.7;19.5;2.7;13.99;0;5.79;30000
+77095;45.32612;5.43111;440;20220711;28.4;10.8;19.6;1.9;13.69;.1;5.64;29900
+77095;45.32612;5.43111;440;20220712;30.4;11.4;20.9;2.6;13.79;0;6.34;30400
+77095;45.32612;5.43111;440;20220713;33.4;11;22.2;1.9;13.09;0;6.33;29400
+77095;45.32612;5.43111;440;20220714;35.6;15.2;25.4;2.3;14.39;0;7.07;29500
+77095;45.32612;5.43111;440;20220715;31.8;15.2;23.5;2.5;13.39;0;6.62;29100
+77095;45.32612;5.43111;440;20220716;30.5;13;21.8;2.1;11.79;0;6.23;29700
+77095;45.32612;5.43111;440;20220717;31.5;10.8;21.2;1.9;12.49;0;6.05;29300
+77095;45.32612;5.43111;440;20220718;36.4;13.6;25;2.4;14.19;0;7.17;29200
+77095;45.32612;5.43111;440;20220719;36.2;18.7;27.5;4.7;16.99;0;8.53;27800
+77095;45.32612;5.43111;440;20220720;35.2;18.6;26.9;3.6;17.79;.2;7.07;24200
+77095;45.32612;5.43111;440;20220721;31.4;19.8;25.6;2.5;14.19;0;6.74;29000
+77095;45.32612;5.43111;440;20220722;36.9;12.4;24.7;2.5;14.09;1.4;6.71;24600
+77095;45.32612;5.43111;440;20220723;29.3;18.6;24;2.5;17.09;0;5.57;24600
+77095;45.32612;5.43111;440;20220724;34.4;13.1;23.8;1.7;15.29;0;6.13;28500
+77095;45.32612;5.43111;440;20220725;35.3;17.5;26.4;2.8;15.49;1.3;5.96;18400
+77095;45.32612;5.43111;440;20220726;27.4;18.7;23.1;4.3;15.29;0;5.76;21100
+77095;45.32612;5.43111;440;20220727;27.8;13.8;20.8;2.7;11.89;0;5.99;28600
+77095;45.32612;5.43111;440;20220728;31.7;10.5;21.1;2.2;12.09;0;5.44;22600
+77095;45.32612;5.43111;440;20220729;26.3;15;20.7;2.1;15.39;5.8;3.73;15500
+77095;45.32612;5.43111;440;20220730;30.3;12.6;21.5;3.2;13.89;0;6.3;28300
+77095;45.32612;5.43111;440;20220731;31.8;12.4;22.1;2.4;13.19;0;6.19;28200
+77095;45.32612;5.43111;440;20220801;33.1;14;23.6;2.4;13.29;0;6.42;27900
+77095;45.32612;5.43111;440;20220802;32;14.1;23.1;2.4;13.89;0;6.23;28100
+77095;45.32612;5.43111;440;20220803;36.2;14;25.1;2.5;13.29;0;6.94;27500
+77095;45.32612;5.43111;440;20220804;36.8;17.9;27.4;3.4;13.09;0;7.93;27200
+77095;45.32612;5.43111;440;20220805;35.1;16.1;25.6;2.5;15.29;0;6.02;22000
+77095;45.32612;5.43111;440;20220806;30.1;16;23.1;2.6;15.69;0;5.83;26900
+77095;45.32612;5.43111;440;20220807;29.1;13.8;21.5;2.3;14.79;0;5.37;26200
+77095;45.32612;5.43111;440;20220808;31;13.2;22.1;2.5;13.59;0;5.98;27600
+77095;45.32612;5.43111;440;20220809;32.6;11.4;22;2;12.09;0;5.82;26900
+77095;45.32612;5.43111;440;20220810;34;13.8;23.9;2;11.69;0;6.05;26500
+77095;45.32612;5.43111;440;20220811;35.1;15.1;25.1;2.2;11.89;0;6.35;26100
+77095;45.32612;5.43111;440;20220812;33.6;15.2;24.4;2;11.89;0;6.04;26800
+77095;45.32612;5.43111;440;20220813;33.7;13.3;23.5;2;10.69;1.7;5.95;26000
+77095;45.32612;5.43111;440;20220814;23.7;18.8;21.3;3.6;19.69;25.7;2.77;10000
+77095;45.32612;5.43111;440;20220815;27.5;15.1;21.3;2.6;16.29;.1;4.75;23000
+77095;45.32612;5.43111;440;20220816;32;14.2;23.1;3.4;15.69;.3;6.09;24900
+77095;45.32612;5.43111;440;20220817;27.9;16.7;22.3;2.8;18.69;18.7;3.41;12000
+77095;45.32612;5.43111;440;20220818;22.1;13.2;17.7;2.9;16.69;10.1;2.58;12600
+77095;45.32612;5.43111;440;20220819;23.3;16.7;20;3.8;17.49;1.2;2.83;9600
+77095;45.32612;5.43111;440;20220820;25.4;17.3;21.4;2.7;17.29;.4;3.74;16400
+77095;45.32612;5.43111;440;20220821;25.7;12.5;19.1;2.2;13.79;0;4.27;22300
+77095;45.32612;5.43111;440;20220822;26.5;14.5;20.5;3;13.99;0;5.07;25000
+77095;45.32612;5.43111;440;20220823;28.3;15.1;21.7;2.7;15.89;0;5;24300
+77095;45.32612;5.43111;440;20220824;31.1;11.7;21.4;2.1;14.39;0;5.01;23900
+77095;45.32612;5.43111;440;20220825;32.2;15;23.6;2.6;15.99;2.6;5.4;23100
+77095;45.32612;5.43111;440;20220826;26;16.8;21.4;2.7;17.19;.8;4.02;18900
+77095;45.32612;5.43111;440;20220827;25;14.3;19.7;2.3;16.69;.1;3.33;16300
+77095;45.32612;5.43111;440;20220828;28.2;12.9;20.6;1.5;16.19;.1;3.9;20700
+77095;45.32612;5.43111;440;20220829;31.6;13.4;22.5;3;15.69;0;5.31;22300
+77095;45.32612;5.43111;440;20220830;28.2;18.4;23.3;2.8;18.99;8.2;3.19;9500
+77095;45.32612;5.43111;440;20220831;26.5;16.6;21.6;2.5;17.79;.4;3.84;18400
+77095;45.32612;5.43111;440;20220901;27.2;11.8;19.5;2.5;15.09;0;4.31;22700
+77095;45.32612;5.43111;440;20220902;27.6;14.7;21.2;3.8;15.09;6.3;4.59;18000
+77095;45.32612;5.43111;440;20220903;27;15.4;21.2;3.6;17.39;10;4.21;19100
+77095;45.32612;5.43111;440;20220904;28.2;14.5;21.4;2.9;17.99;.1;4.34;21800
+77095;45.32612;5.43111;440;20220905;29.7;17.6;23.7;3.2;19.19;0;4.73;21100
+77095;45.32612;5.43111;440;20220906;30;17.8;23.9;3;19.29;1.6;4.29;17300
+77095;45.32612;5.43111;440;20220907;27.7;14.4;21.1;2.5;18.19;10.9;3.38;15200
+77095;45.32612;5.43111;440;20220908;25.1;14.3;19.7;2.1;15.89;.2;3.71;20900
+77095;45.32612;5.43111;440;20220909;24.2;10.5;17.4;2.4;13.49;.2;3.6;20500
+77095;45.32612;5.43111;440;20220910;21.9;10.6;16.3;1.8;12.59;0;2.88;16500
+77095;45.32612;5.43111;440;20220911;24.6;7.9;16.3;2.3;11.69;0;3.72;21500
+77095;45.32612;5.43111;440;20220912;29.3;9.6;19.5;2.8;13.89;0;4.46;21200
+77095;45.32612;5.43111;440;20220913;28;14.9;21.5;3.5;18.59;3.2;3.41;12900
+77095;45.32612;5.43111;440;20220914;26.2;19.5;22.9;3.7;19.19;9.2;3.61;14000
+77095;45.32612;5.43111;440;20220915;24.7;14.2;19.5;2.7;17.29;9.5;3.01;15500
+77095;45.32612;5.43111;440;20220916;20.6;14.8;17.7;2.4;15.19;0;2.51;13200
+77095;45.32612;5.43111;440;20220917;15.5;8.9;12.2;5.4;9.79;0;3.1;20400
+77095;45.32612;5.43111;440;20220918;18.1;2.1;10.1;1.9;8.09;0;2.69;20300
+77095;45.32612;5.43111;440;20220919;18.7;3.4;11.1;2.6;8.29;0;2.96;20100
+77095;45.32612;5.43111;440;20220920;18.7;2.8;10.8;1.9;8.29;0;2.7;19800
+77095;45.32612;5.43111;440;20220921;18.8;4;11.4;1.6;8.99;0;2.55;19300
+77095;45.32612;5.43111;440;20220922;21.9;2.7;12.3;2.4;9.29;0;3.06;19300
+77095;45.32612;5.43111;440;20220923;21.8;7.4;14.6;3.7;11.79;6.7;2.93;14300
+77095;45.32612;5.43111;440;20220924;20.1;13;16.6;1.7;14.69;5.5;1.84;9400
+77095;45.32612;5.43111;440;20220925;17.6;11.1;14.4;2.1;12.79;4.3;1.81;9900
+77095;45.32612;5.43111;440;20220926;17.7;8.8;13.3;2;11.39;5.7;2;12400
+77095;45.32612;5.43111;440;20220927;16;9.5;12.8;2.7;11.09;3.7;1.91;10700
+77095;45.32612;5.43111;440;20220928;18.9;9.9;14.4;3.4;12.59;11.1;1.98;8100
+77095;45.32612;5.43111;440;20220929;13.3;10.3;11.8;1.6;11.49;1.7;1.29;7500
+77095;45.32612;5.43111;440;20220930;12.1;4.3;8.2;1.8;9.59;.3;1.02;5800
+77095;45.32612;5.43111;440;20221001;14.2;3.2;8.7;2.9;10.99;3.2;.92;5600
+77095;45.32612;5.43111;440;20221002;23.5;10.3;16.9;3.4;13.99;0;2.92;15800
+77095;45.32612;5.43111;440;20221003;18.1;12.6;15.4;2.5;14.19;0;1.83;11200
+77095;45.32612;5.43111;440;20221004;23.8;8.7;16.3;2;12.89;0;2.59;16100
+77095;45.32612;5.43111;440;20221005;21.5;8.3;14.9;3.7;13.29;0;2.31;11600
+77095;45.32612;5.43111;440;20221006;20;9.9;15;2.8;13.79;0;1.88;10600
+77095;45.32612;5.43111;440;20221007;21.6;8.6;15.1;1.6;14.29;.9;1.71;10700
+77095;45.32612;5.43111;440;20221008;16.4;13.8;15.1;2.7;14.99;1.4;1.18;4800
+77095;45.32612;5.43111;440;20221009;18.4;7.2;12.8;1.9;12.79;1;1.42;9100
+77095;45.32612;5.43111;440;20221010;22.4;10.3;16.4;3.1;14.09;0;2.34;12800
+77095;45.32612;5.43111;440;20221011;21;9.3;15.2;2.6;13.69;0;2.05;13600
+77095;45.32612;5.43111;440;20221012;20.7;10.4;15.6;1.4;13.29;.1;1.67;10600
+77095;45.32612;5.43111;440;20221013;18.5;6.5;12.5;2.1;12.79;2.7;1.24;6600
+77095;45.32612;5.43111;440;20221014;18.7;11.4;15.1;2.3;14.69;.3;1.25;5600
+77095;45.32612;5.43111;440;20221015;24;9.3;16.7;2.5;13.39;.1;2.43;14600
+77095;45.32612;5.43111;440;20221016;23.6;9.4;16.5;3;14.39;0;2.29;13000
+77095;45.32612;5.43111;440;20221017;23.1;10.8;17;3.4;14.69;.1;2.26;11300
+77095;45.32612;5.43111;440;20221018;23.8;9.9;16.9;2.5;13.99;0;2.22;12900
+77095;45.32612;5.43111;440;20221019;22.4;9.7;16.1;3.1;13.89;.1;2.12;11800
+77095;45.32612;5.43111;440;20221020;19.3;12.9;16.1;2.5;15.79;.3;1.09;2600
+77095;45.32612;5.43111;440;20221021;17.8;14.7;16.3;4.1;15.79;30.9;1.21;1500
+77095;45.32612;5.43111;440;20221022;22.4;11.7;17.1;3.3;15.19;.1;2.06;12200
+77095;45.32612;5.43111;440;20221023;22.3;10.7;16.5;3.6;15.39;4.6;1.69;5200
+77095;45.32612;5.43111;440;20221024;20.3;15.6;18;2.9;16.39;2.5;1.49;4700
+77095;45.32612;5.43111;440;20221025;19;11.3;15.2;3.7;14.19;0;1.58;8900
+77095;45.32612;5.43111;440;20221026;23.6;12.2;17.9;2.3;15.09;0;1.89;11000
+77095;45.32612;5.43111;440;20221027;23;11.7;17.4;3.1;14.89;0;1.99;10300
+77095;45.32612;5.43111;440;20221028;23.9;12.4;18.2;2.8;15.19;0;2.02;10400
+77095;45.32612;5.43111;440;20221029;23.3;10.3;16.8;2.8;13.09;0;2.07;9600
+77095;45.32612;5.43111;440;20221030;21.7;10.6;16.2;3.1;12.89;0;2;10800
+77095;45.32612;5.43111;440;20221031;20.6;11;15.8;3.1;13.89;30;1.65;8700
+77095;45.32612;5.43111;440;20221101;19.4;13.1;16.3;2.9;14.49;4.8;1.49;8000
+77095;45.32612;5.43111;440;20221102;16.7;8.5;12.6;1.9;11.79;.1;1.1;9000
+77095;45.32612;5.43111;440;20221103;12.6;4.7;8.7;3.1;11.09;9.6;.55;2600
+77095;45.32612;5.43111;440;20221104;11;3.5;7.3;3.2;9.59;9.9;.65;3100
+77095;45.32612;5.43111;440;20221105;10.7;5.6;8.2;3.5;9.09;.3;.94;6600
+77095;45.32612;5.43111;440;20221106;15.4;.2;7.8;2.2;8.19;.2;1.13;9000
+77095;45.32612;5.43111;440;20221107;16.8;3.9;10.4;3.5;8.79;.1;1.63;10200
+77095;45.32612;5.43111;440;20221108;18.4;4.2;11.3;2.4;10.19;5.7;1.3;7300
+77095;45.32612;5.43111;440;20221109;13.4;9.9;11.7;1.9;12.79;30.2;.61;800
+77095;45.32612;5.43111;440;20221110;12;8.7;10.4;2.1;11.69;0;.62;4900
+77095;45.32612;5.43111;440;20221111;16;4.3;10.2;2.8;10.39;.1;1.02;9400
+77095;45.32612;5.43111;440;20221112;14.7;6;10.4;4.5;9.79;0;1.36;7000
+77095;45.32612;5.43111;440;20221113;15.7;4;9.9;3;10.09;0;1.07;4200
+77095;45.32612;5.43111;440;20221114;13.8;8.5;11.2;1.6;10.59;5.7;.82;3800
+77095;45.32612;5.43111;440;20221115;14.1;9.2;11.7;2.5;12.39;11.7;.71;2800
+77095;45.32612;5.43111;440;20221116;16.5;6.8;11.7;2.6;10.59;0;1.05;9200
+77095;45.32612;5.43111;440;20221117;16.1;6;11.1;3.9;10.69;2;1.22;4500
+77095;45.32612;5.43111;440;20221118;12.8;5.3;9.1;2;9.19;.5;.74;7400
+77095;45.32612;5.43111;440;20221119;9;3.4;6.2;4.4;8.49;.6;.67;4600
+77095;45.32612;5.43111;440;20221120;10.4;4;7.2;1.9;7.79;.1;.69;6700
+77095;45.32612;5.43111;440;20221121;8;2.9;5.5;2.9;8.19;12.5;.57;2200
+77095;45.32612;5.43111;440;20221122;7.7;2.7;5.2;2.4;7.99;.1;.52;3400
+77095;45.32612;5.43111;440;20221123;8.1;-2.1;3;3.1;7.59;7;.4;2600
+77095;45.32612;5.43111;440;20221124;10.6;1.1;5.9;4.2;8.39;0;.63;6800
+77095;45.32612;5.43111;440;20221125;11.8;1.6;6.7;3.7;8.59;1.9;.83;2800
+77095;45.32612;5.43111;440;20221126;7.8;4.2;6;3;7.99;.1;.57;5800
+77095;45.32612;5.43111;440;20221127;10.1;-.4;4.9;3;6.79;0;.82;5200
+77095;45.32612;5.43111;440;20221128;7.5;3.4;5.5;2.7;7.99;11.3;.61;1000
+77095;45.32612;5.43111;440;20221129;6.7;3.4;5.1;3.1;8.49;4.5;.4;1600
+77095;45.32612;5.43111;440;20221130;6.9;5.2;6.1;2.6;8.59;.5;.53;1200
+77095;45.32612;5.43111;440;20221201;5.9;4.2;5.1;2;7.59;.1;.54;2100
+77095;45.32612;5.43111;440;20221202;4.8;2.7;3.8;1.5;7.19;1;.45;1700
+77095;45.32612;5.43111;440;20221203;4.8;.7;2.8;1.1;7.29;4.7;.34;1500
+77095;45.32612;5.43111;440;20221204;5.9;2.8;4.4;2.8;7.69;10.1;.49;1200
+77095;45.32612;5.43111;440;20221205;7.2;-.2;3.5;1.8;6.89;0;.4;4600
+77095;45.32612;5.43111;440;20221206;3.7;-3.7;0;1.8;5.69;0;.24;5300
+77095;45.32612;5.43111;440;20221207;2.3;-.5;.9;1.7;6.29;0;.36;600
+77095;45.32612;5.43111;440;20221208;4;-.9;1.6;2.8;5.89;10.5;.42;4700
+77095;45.32612;5.43111;440;20221209;3.8;2;2.9;2.2;7.19;7.8;.37;1400
+77095;45.32612;5.43111;440;20221210;.3;0;.2;4;5.59;.1;.47;900
+77095;45.32612;5.43111;440;20221211;-2;-3.4;-2.7;3.1;4.49;0;.34;2700
+77095;45.32612;5.43111;440;20221212;2.4;-5.6;-1.6;1;4.69;4.2;.23;4600
+77095;45.32612;5.43111;440;20221213;1.6;-2.4;-.4;3.6;6.19;1.4;.14;2000
+77095;45.32612;5.43111;440;20221214;8.7;.7;4.7;3.3;8.69;3.2;.31;2000
+77095;45.32612;5.43111;440;20221215;6.7;5.7;6.2;2.4;8.99;22.3;.48;300
+77095;45.32612;5.43111;440;20221216;1.8;1.3;1.6;2.7;6.39;.1;.42;600
+77095;45.32612;5.43111;440;20221217;0;-2.8;-1.4;2.8;5.09;0;.28;3400
+77095;45.32612;5.43111;440;20221218;10.1;-6.4;1.9;3.3;5.79;0;.72;6800
+77095;45.32612;5.43111;440;20221219;14.4;2.1;8.3;2.4;8.59;0;.85;3800
+77095;45.32612;5.43111;440;20221220;14.3;5.9;10.1;3.2;9.19;.5;1.22;1700
+77095;45.32612;5.43111;440;20221221;12.6;7.9;10.3;2.5;10.39;.8;.71;3200
+77095;45.32612;5.43111;440;20221222;13.2;4.5;8.9;3.7;10.39;3.7;.63;3600
+77095;45.32612;5.43111;440;20221223;11.5;8.6;10.1;3.7;11.79;3.8;.54;600
+77095;45.32612;5.43111;440;20221224;14.7;9.9;12.3;3.8;12.09;0;.79;5300
+77095;45.32612;5.43111;440;20221225;14.8;4.2;9.5;3.2;10.09;0;.72;5900
+77095;45.32612;5.43111;440;20221226;11.5;4.9;8.2;2.6;10.59;1.7;.37;3300
+77095;45.32612;5.43111;440;20221227;12;4.3;8.2;2.1;8.79;0;.54;5700
+77095;45.32612;5.43111;440;20221228;8.8;-1;3.9;3.3;7.29;.1;.48;5100
+77095;45.32612;5.43111;440;20221229;13.5;4.9;9.2;3.1;9.49;4.3;.78;5200
+77095;45.32612;5.43111;440;20221230;10.7;6.5;8.6;2.7;10.89;3.9;.45;1000
+77095;45.32612;5.43111;440;20221231;14.3;5.3;9.8;3.2;10.99;0;.6;4800
+77096;45.33943;5.74911;463;20220101;14.1;1.9;8;2.3;6.69;0;.99;5995
+77096;45.33943;5.74911;463;20220102;10.1;-.2;4.9;1.7;7.29;0;.21;4259
+77096;45.33943;5.74911;463;20220103;11.3;2.3;6.8;1.9;7.84;.2;.53;4514
+77096;45.33943;5.74911;463;20220104;12.7;4.2;8.5;1.8;8.34;12.8;.58;4758
+77096;45.33943;5.74911;463;20220105;4.5;2.4;3.5;3.6;5.99;1.6;.71;2370
+77096;45.33943;5.74911;463;20220106;3.8;-2.4;.7;2.7;4.79;0;.52;4261
+77096;45.33943;5.74911;463;20220107;2.6;-5.3;-1.3;1.8;4.79;7;.29;4199
+77096;45.33943;5.74911;463;20220108;4.3;-1.1;1.6;2;6.49;11.4;.29;3313
+77096;45.33943;5.74911;463;20220109;3.2;.8;2;1.8;6.44;8.7;.41;1991
+77096;45.33943;5.74911;463;20220110;4.4;.4;2.4;1.4;6.04;0;.44;2503
+77096;45.33943;5.74911;463;20220111;1.4;-3.4;-1;2.7;4.74;0;.39;2748
+77096;45.33943;5.74911;463;20220112;1.2;-3.8;-1.3;2.5;4.34;0;.5;4220
+77096;45.33943;5.74911;463;20220113;1.4;-7.2;-2.9;1.2;4.19;0;.24;5504
+77096;45.33943;5.74911;463;20220114;5.1;-6.8;-.8;1.7;4.54;0;.44;7177
+77096;45.33943;5.74911;463;20220115;5.8;-5.7;0;1.7;4.79;0;.46;7086
+77096;45.33943;5.74911;463;20220116;7;-5.8;.6;1.4;4.64;0;.5;7440
+77096;45.33943;5.74911;463;20220117;4.6;-6.4;-.9;1.3;4.79;0;.23;5688
+77096;45.33943;5.74911;463;20220118;4.1;-4.1;0;1.5;4.89;0;.44;5135
+77096;45.33943;5.74911;463;20220119;5.5;-5.9;-.2;2.2;5.24;.3;.39;5333
+77096;45.33943;5.74911;463;20220120;6.2;-.4;2.9;2.4;5.84;0;.49;3816
+77096;45.33943;5.74911;463;20220121;3.8;-1.9;.9;2.6;4.79;0;.64;5849
+77096;45.33943;5.74911;463;20220122;3.8;-5;-.6;1.7;4.59;0;.41;6488
+77096;45.33943;5.74911;463;20220123;4;-4.1;0;1.5;4.84;0;.44;5869
+77096;45.33943;5.74911;463;20220124;7;-5.9;.6;1.5;5.2;0;.65;7042
+77096;45.33943;5.74911;463;20220125;8.9;-4.8;2;1.4;5.2;0;.65;7445
+77096;45.33943;5.74911;463;20220126;7.7;-5.5;1.1;1.7;4.59;0;.59;8322
+77096;45.33943;5.74911;463;20220127;3.4;-5.7;-1.1;1.7;4.44;0;.43;7557
+77096;45.33943;5.74911;463;20220128;2.9;-4.7;-.9;1.6;4.99;0;.31;3804
+77096;45.33943;5.74911;463;20220129;2.5;-3.9;-.7;1.4;5.14;0;.38;6140
+77096;45.33943;5.74911;463;20220130;6.9;-3.9;1.5;1.7;5.99;0;.42;5474
+77096;45.33943;5.74911;463;20220131;7.1;-2.8;2.1;2.1;6.09;2.3;.57;4648
+77096;45.33943;5.74911;463;20220201;6.3;-.9;2.7;3.1;5.64;4.1;.75;6279
+77096;45.33943;5.74911;463;20220202;10.4;.9;5.6;2.3;7.74;.1;.53;5550
+77096;45.33943;5.74911;463;20220203;11.7;-.9;5.4;1.6;7.09;0;.74;8058
+77096;45.33943;5.74911;463;20220204;9.4;.4;4.9;1.6;6.89;0;.74;6629
+77096;45.33943;5.74911;463;20220205;10.5;2.7;6.6;1.9;6.79;.2;.84;8068
+77096;45.33943;5.74911;463;20220206;8.2;-3.3;2.5;1.7;5.89;10.8;.69;7710
+77096;45.33943;5.74911;463;20220207;9.5;3.1;6.3;3;6.64;1;1.18;4942
+77096;45.33943;5.74911;463;20220208;9.5;-3.9;2.8;1.4;4.84;0;.87;10089
+77096;45.33943;5.74911;463;20220209;13;-2.8;5.1;2.1;5.94;0;1.02;10595
+77096;45.33943;5.74911;463;20220210;8.5;-1.4;3.6;2.8;7.08;1.1;1.52;11400
+77096;45.33943;5.74911;463;20220211;8.2;.4;4.3;3.3;6.78;1.2;.8;4100
+77096;45.33943;5.74911;463;20220212;9.4;-4.8;2.3;2.3;5.78;0;1;10800
+77096;45.33943;5.74911;463;20220213;13.1;-2.9;5.1;4.3;6.28;0;1.74;12700
+77096;45.33943;5.74911;463;20220214;10.3;4.3;7.3;3.9;7.68;14.5;1.26;1600
+77096;45.33943;5.74911;463;20220215;7.4;1.9;4.6;3.4;7.08;3.4;.94;5100
+77096;45.33943;5.74911;463;20220216;5.5;0;2.8;2.6;7.49;13.3;.46;4295
+77096;45.33943;5.74911;463;20220217;15.2;4.7;10;2.3;9.74;1.5;1.27;8434
+77096;45.33943;5.74911;463;20220218;18.5;4.3;11.4;2.4;8.58;1.7;1.85;10287
+77096;45.33943;5.74911;463;20220219;9.7;5.8;7.8;2.2;6.44;0;1.34;5054
+77096;45.33943;5.74911;463;20220220;13;-1.1;5.9;1.8;6.29;1.4;1.23;9933
+77096;45.33943;5.74911;463;20220221;7.2;2.8;5;3.1;7.39;18.5;.93;6115
+77096;45.33943;5.74911;463;20220222;10.9;3.1;7;2.2;7.39;0;1.16;9453
+77096;45.33943;5.74911;463;20220223;13.7;2.2;8;2.1;7.14;0;1.48;10929
+77096;45.33943;5.74911;463;20220224;13.8;.4;7.1;3.1;7.19;.5;1.48;10031
+77096;45.33943;5.74911;463;20220225;9.4;5.2;7.3;3.8;5.64;0;1.75;10384
+77096;45.33943;5.74911;463;20220226;10.6;-1.6;4.5;2.3;4.44;0;1.56;13316
+77096;45.33943;5.74911;463;20220227;11.8;-4.1;3.9;2.4;4.39;0;1.68;13934
+77096;45.33943;5.74911;463;20220228;12.6;-3.8;4.4;2.2;4.19;0;1.74;14371
+77096;45.33943;5.74911;463;20220301;13.6;-3.8;4.9;1.4;4.84;0;1.56;14146
+77096;45.33943;5.74911;463;20220302;12.2;-2.1;5;2.1;5.74;0;1.48;12318
+77096;45.33943;5.74911;463;20220303;15.1;.7;7.9;1.9;6.64;0;1.68;13096
+77096;45.33943;5.74911;463;20220304;13.7;-1.5;6.1;2.3;5.54;0;1.81;14589
+77096;45.33943;5.74911;463;20220305;11;-3.7;3.7;1.8;3.79;0;1.71;14844
+77096;45.33943;5.74911;463;20220306;9.5;-6.1;1.7;1.6;3.64;0;1.53;14865
+77096;45.33943;5.74911;463;20220307;10.9;-5.7;2.6;1.6;4.19;0;1.56;14892
+77096;45.33943;5.74911;463;20220308;13.3;-4;4.7;3;5.04;0;1.96;15912
+77096;45.33943;5.74911;463;20220309;14;-2.3;5.9;2.1;5.59;0;1.87;15413
+77096;45.33943;5.74911;463;20220310;15.3;-1.4;6.9;2.7;6.09;0;2.04;14635
+77096;45.33943;5.74911;463;20220311;15;4;9.5;5.5;5.94;0;3.24;12264
+77096;45.33943;5.74911;463;20220312;13.1;8.6;10.8;4.4;5.39;0;3.08;7587
+77096;45.33943;5.74911;463;20220313;13.1;8.7;10.9;4.5;6.34;11.4;2.8;5335
+77096;45.33943;5.74911;463;20220314;14.9;.1;7.5;2.3;7.94;1.1;1.71;13403
+77096;45.33943;5.74911;463;20220315;17.7;8;12.9;2.8;8.94;.1;2.2;11595
+77096;45.33943;5.74911;463;20220316;17.5;4;10.7;2.1;8.64;0;1.93;12648
+77096;45.33943;5.74911;463;20220317;15.4;6.3;10.8;2.2;9.69;.1;1.56;9497
+77096;45.33943;5.74911;463;20220318;9.5;7.8;8.7;2.8;9.04;.1;1.04;2234
+77096;45.33943;5.74911;463;20220319;15.1;2.5;8.8;1.9;7.59;0;2.15;17260
+77096;45.33943;5.74911;463;20220320;13.2;.7;7;3.5;6.68;0;1.84;8400
+77096;45.33943;5.74911;463;20220321;15.7;.9;8.3;3.4;6.28;0;2.85;18900
+77096;45.33943;5.74911;463;20220322;15.4;-1.6;6.9;2.5;5.58;0;2.61;19600
+77096;45.33943;5.74911;463;20220323;16.4;-1.9;7.3;2.5;5.78;0;2.76;19800
+77096;45.33943;5.74911;463;20220324;19;-1.7;8.6;2.9;5.68;0;3.38;20100
+77096;45.33943;5.74911;463;20220325;19.2;-.3;9.5;2.9;6.28;0;3.31;19900
+77096;45.33943;5.74911;463;20220326;20.1;-.8;9.6;2.8;6.58;0;3.32;20300
+77096;45.33943;5.74911;463;20220327;19.6;.4;10;2.9;6.28;0;3.36;17000
+77096;45.33943;5.74911;463;20220328;20.4;.2;10.3;3.5;5.88;0;3.88;19600
+77096;45.33943;5.74911;463;20220329;18.2;2.9;10.5;3.1;6.68;1;2.86;12900
+77096;45.33943;5.74911;463;20220330;13.6;7.4;10.5;2;9.58;2.7;1.84;10500
+77096;45.33943;5.74911;463;20220331;10.6;6.4;8.5;2.3;9.18;6.2;1.14;5000
+77096;45.33943;5.74911;463;20220401;4.7;2.6;3.7;5.6;5.47;15.6;1.64;7566
+77096;45.33943;5.74911;463;20220402;5;.4;2.7;5.8;4.77;2.5;2.01;12733
+77096;45.33943;5.74911;463;20220403;5.5;-.4;2.5;4.2;4.93;0;1.75;11066
+77096;45.33943;5.74911;463;20220404;9.1;-1.5;3.8;1.7;5.18;0;2.06;22100
+77096;45.33943;5.74911;463;20220405;14.2;-1.1;6.5;1.9;6.61;0;2.43;18833
+77096;45.33943;5.74911;463;20220406;15.7;.7;8.2;1.6;9.08;4;1.75;11800
+77096;45.33943;5.74911;463;20220407;11.8;7.4;9.6;4.3;10.38;18.6;1.17;3400
+77096;45.33943;5.74911;463;20220408;14.1;8.2;11.1;4.3;10.28;6.3;2.08;5200
+77096;45.33943;5.74911;463;20220409;8.2;3.9;6;3.4;6.58;2.3;1.88;12000
+77096;45.33943;5.74911;463;20220410;14.6;-2.6;6;2.1;6.48;0;2.76;24000
+77096;45.33943;5.74911;463;20220411;17.9;.1;9;4.3;7.28;0;3.33;20500
+77096;45.33943;5.74911;463;20220412;17.3;5.2;11.3;3.2;7.08;.1;2.95;10400
+77096;45.33943;5.74911;463;20220413;19.8;6.4;13.1;2.2;9.38;0;2.74;15300
+77096;45.33943;5.74911;463;20220414;20.7;3.4;12.1;2.3;11.48;0;3.27;23100
+77096;45.33943;5.74911;463;20220415;21.2;6.3;13.8;2.8;11.68;0;3.56;22600
+77096;45.33943;5.74911;463;20220416;21.1;7.5;14.3;3.7;9.98;0;4.06;25000
+77096;45.33943;5.74911;463;20220417;17.7;3.5;10.6;2.9;7.98;0;3.53;25400
+77096;45.33943;5.74911;463;20220418;19.4;.3;9.8;2.1;6.48;0;3.62;25700
+77096;45.33943;5.74911;463;20220419;20.2;3.1;11.7;2.8;6.98;0;4.04;24900
+77096;45.33943;5.74911;463;20220420;18.9;2.5;10.7;2.7;9.58;0;2.67;16900
+77096;45.33943;5.74911;463;20220421;19;9.8;14.4;2.3;10.18;0;3.11;16600
+77096;45.33943;5.74911;463;20220422;20.6;3;11.8;2.1;8.78;.4;3.5;22100
+77096;45.33943;5.74911;463;20220423;16.4;9.3;12.8;2.7;9.68;13.8;2;5400
+77096;45.33943;5.74911;463;20220424;15.8;6.4;11.1;2.8;9.98;9.9;2.54;15500
+77096;45.33943;5.74911;463;20220425;15.5;9.5;12.5;2;11.28;.5;2.44;14700
+77096;45.33943;5.74911;463;20220426;18.3;6.9;12.6;1.9;9.58;0;3.39;22500
+77096;45.33943;5.74911;463;20220427;19.9;1.6;10.8;1.8;8.88;0;3.67;27300
+77096;45.33943;5.74911;463;20220428;21.7;3.8;12.7;2.9;9.68;0;4.27;27100
+77096;45.33943;5.74911;463;20220429;21.6;4;12.8;2.3;9.28;0;3.82;23600
+77096;45.33943;5.74911;463;20220430;19.6;6.2;12.9;3.7;9.38;.2;4.07;27600
+77096;45.33943;5.74911;463;20220501;19;3.3;11.1;2.7;8.98;0;3.67;25700
+77096;45.33943;5.74911;463;20220502;20.6;3;11.8;2.1;9.18;1.9;3.84;26600
+77096;45.33943;5.74911;463;20220503;20;6.5;13.2;2.7;10.28;1;3.45;20600
+77096;45.33943;5.74911;463;20220504;21.5;8.2;14.8;2.4;11.48;10.5;3.98;23300
+77096;45.33943;5.74911;463;20220505;14;10.5;12.2;2.8;11.68;10.8;1.78;7800
+77096;45.33943;5.74911;463;20220506;17.6;9;13.3;2.3;11.64;.1;2.32;11965
+77096;45.33943;5.74911;463;20220507;20.2;9;14.6;1.6;12.19;.1;3.22;19718
+77096;45.33943;5.74911;463;20220508;21.1;8;14.5;1.2;12.09;.8;3.33;21094
+77096;45.33943;5.74911;463;20220509;23.9;7;15.4;1.4;11.99;.3;4.14;25842
+77096;45.33943;5.74911;463;20220510;26;9.5;17.8;1.8;12.29;.1;4.58;25305
+77096;45.33943;5.74911;463;20220511;27.8;10.6;19.2;2.7;11.99;0;5.26;26807
+77096;45.33943;5.74911;463;20220512;27.4;10;18.7;2.2;11.99;0;4.89;25414
+77096;45.33943;5.74911;463;20220513;24.9;10.7;17.8;1.3;12.89;0;4.08;23426
+77096;45.33943;5.74911;463;20220514;27.1;9.8;18.4;1.3;13.29;0;4.65;27037
+77096;45.33943;5.74911;463;20220515;26.9;11;19;2.1;13.54;.9;4.78;24775
+77096;45.33943;5.74911;463;20220516;26.5;12.1;19.3;1.5;12.99;.3;4.58;23430
+77096;45.33943;5.74911;463;20220517;29.3;12.7;21;1.6;13.89;0;5.08;25647
+77096;45.33943;5.74911;463;20220518;30.2;13.4;21.8;2.1;14.64;.1;5.47;25825
+77096;45.33943;5.74911;463;20220519;28.8;15;21.9;1.8;16.44;.3;5.08;24548
+77096;45.33943;5.74911;463;20220520;30.3;14;22.1;2.2;13.84;0;5.52;25414
+77096;45.33943;5.74911;463;20220521;30.8;12.4;21.6;1.5;14.14;0;5.36;27063
+77096;45.33943;5.74911;463;20220522;30.5;14.7;22.6;1.8;16.64;.3;4.88;22403
+77096;45.33943;5.74911;463;20220523;27.8;16.7;22.2;2.8;15.74;3.7;4.75;19425
+77096;45.33943;5.74911;463;20220524;19.7;13.7;16.7;1.7;13.14;.5;3.12;15908
+77096;45.33943;5.74911;463;20220525;20.8;11.5;16.2;2.8;11.99;0;4.22;22237
+77096;45.33943;5.74911;463;20220526;23.9;12;17.9;2.3;12.29;0;4.63;25029
+77096;45.33943;5.74911;463;20220527;25.8;12;18.9;2;13.44;0;4.7;25759
+77096;45.33943;5.74911;463;20220528;23.6;13.9;18.8;2.9;11.89;0;4.73;23568
+77096;45.33943;5.74911;463;20220529;21.1;7.2;14.2;1.9;8.44;0;4.39;26179
+77096;45.33943;5.74911;463;20220530;22.6;7.1;14.9;1.3;9.09;1.4;4.09;23728
+77096;45.33943;5.74911;463;20220531;18.5;12;15.3;1.6;13.14;8.4;2.57;13206
+77096;45.33943;5.74911;463;20220601;25.6;11.4;18.5;1.8;14.79;2.6;4.27;22028
+77096;45.33943;5.74911;463;20220602;26.8;14.7;20.8;2.4;16.19;1;4.27;18819
+77096;45.33943;5.74911;463;20220603;28;15;21.5;1.9;16.19;1;4.85;22335
+77096;45.33943;5.74911;463;20220604;31;14.8;22.9;1.7;16.54;0;5.64;27327
+77096;45.33943;5.74911;463;20220605;26.3;16.7;21.5;1.7;16.64;8.8;4.4;20712
+77096;45.33943;5.74911;463;20220606;27.6;12.1;19.9;1.1;14.44;3.3;4.66;25079
+77096;45.33943;5.74911;463;20220607;24.9;14.4;19.6;1.9;13.59;0;4.62;23346
+77096;45.33943;5.74911;463;20220608;21.7;10.4;16;1.4;12.69;21.8;3.3;18025
+77096;45.33943;5.74911;463;20220609;19.3;12.4;15.8;2.1;13.09;3.3;3.27;17803
+77096;45.33943;5.74911;463;20220610;24.7;6.8;15.8;1.9;10.99;.1;5;29720
+77096;45.33943;5.74911;463;20220611;28.5;9.8;19.2;1.8;12.99;0;5.47;29614
+77096;45.33943;5.74911;463;20220612;31.6;13.9;22.8;1.7;14.09;.4;5.63;26692
+77096;45.33943;5.74911;463;20220613;28.8;14.8;21.8;2.1;14.99;0;5.33;26481
+77096;45.33943;5.74911;463;20220614;30.8;11.5;21.2;1.5;14.04;0;5.67;29083
+77096;45.33943;5.74911;463;20220615;31.3;16.1;23.7;1.8;15.64;1.4;4.98;20674
+77096;45.33943;5.74911;463;20220616;33.5;15.9;24.7;2;15.44;0;6.34;28551
+77096;45.33943;5.74911;463;20220617;33.4;14.8;24.1;1.7;14.94;0;6.19;28798
+77096;45.33943;5.74911;463;20220618;35.6;16.5;26.1;2.2;15.49;.7;6.78;28642
+77096;45.33943;5.74911;463;20220619;35.1;18.3;26.7;2.8;15.79;0;7.1;28505
+77096;45.33943;5.74911;463;20220620;33.2;17.9;25.5;2.5;13.74;0;6.89;28061
+77096;45.33943;5.74911;463;20220621;32.8;16.4;24.6;2;15.74;2.6;5.55;23598
+77096;45.33943;5.74911;463;20220622;28.1;18.1;23.1;2;19.04;14.6;4.44;19682
+77096;45.33943;5.74911;463;20220623;27.7;16.6;22.2;2.4;18.64;3.9;4.71;23062
+77096;45.33943;5.74911;463;20220624;22.8;16.9;19.8;1.7;16.84;16.2;3.34;15766
+77096;45.33943;5.74911;463;20220625;29.2;13.3;21.2;2.4;14.99;1.3;5.64;27600
+77096;45.33943;5.74911;463;20220626;28.3;14.8;21.5;1.7;16.99;0;4.81;25162
+77096;45.33943;5.74911;463;20220627;24.5;16.8;20.7;1.8;16.89;.1;3.6;16626
+77096;45.33943;5.74911;463;20220628;25.1;16.4;20.7;1.6;16.84;.7;3.99;19886
+77096;45.33943;5.74911;463;20220629;28.6;15.4;22;1.8;16.29;0;5.16;25567
+77096;45.33943;5.74911;463;20220630;29.3;15.6;22.4;1.9;16.04;6.6;4.92;22428
+77096;45.33943;5.74911;463;20220701;23.4;13.4;18.4;2.3;13.69;.2;4.35;22802
+77096;45.33943;5.74911;463;20220702;30.4;10.9;20.7;1.4;13.74;0;5.61;29663
+77096;45.33943;5.74911;463;20220703;33.4;15.2;24.3;1.9;15.24;0;5.96;27222
+77096;45.33943;5.74911;463;20220704;30.4;18;24.2;1.8;16.64;1.1;5.13;23131
+77096;45.33943;5.74911;463;20220705;28.8;15.9;22.4;2.2;15.44;0;5.56;26933
+77096;45.33943;5.74911;463;20220706;28.2;13.8;21;2.3;12.99;0;5.6;28133
+77096;45.33943;5.74911;463;20220707;28;13.4;20.7;3.1;12.49;0;5.92;28138
+77096;45.33943;5.74911;463;20220708;27.7;13.6;20.7;2.9;13.14;0;5.62;27764
+77096;45.33943;5.74911;463;20220709;29.3;11.5;20.4;1.6;12.49;0;5.47;28804
+77096;45.33943;5.74911;463;20220710;29.4;12.5;21;1.9;12.99;0;5.55;28607
+77096;45.33943;5.74911;463;20220711;31.3;12.8;22;1.5;13.49;.1;5.65;29067
+77096;45.33943;5.74911;463;20220712;31.5;13.3;22.4;1.8;13.14;0;5.89;28746
+77096;45.33943;5.74911;463;20220713;33.8;13.3;23.5;1.6;13.14;0;6.07;28750
+77096;45.33943;5.74911;463;20220714;36.4;17.6;27;1.8;14.19;0;6.55;28228
+77096;45.33943;5.74911;463;20220715;33.8;17.1;25.4;1.9;12.99;0;6.23;27637
+77096;45.33943;5.74911;463;20220716;32.5;14.9;23.7;1.6;12.64;0;5.94;28255
+77096;45.33943;5.74911;463;20220717;33.9;13.5;23.7;1.4;12.89;0;5.93;28916
+77096;45.33943;5.74911;463;20220718;37;15.5;26.3;1.8;13.89;0;6.7;29003
+77096;45.33943;5.74911;463;20220719;37.3;18.7;28;3;16.19;0;7.47;27824
+77096;45.33943;5.74911;463;20220720;36.1;19.9;28;2.5;17.84;.6;6.5;24673
+77096;45.33943;5.74911;463;20220721;33;20.7;26.8;1.9;15.34;0;6.02;25626
+77096;45.33943;5.74911;463;20220722;37.8;16;26.9;1.8;14.09;1;6.4;26302
+77096;45.33943;5.74911;463;20220723;31.6;19.7;25.6;2.1;16.19;0;5.5;23348
+77096;45.33943;5.74911;463;20220724;35.8;15.2;25.5;1.4;15.04;0;6.02;28223
+77096;45.33943;5.74911;463;20220725;36.6;18.5;27.6;1.8;14.89;1;5.79;22433
+77096;45.33943;5.74911;463;20220726;29.2;20.5;24.8;3.3;15.04;0;5.4;19530
+77096;45.33943;5.74911;463;20220727;29.2;17;23.1;2.3;12.54;0;5.52;24400
+77096;45.33943;5.74911;463;20220728;32.5;13.4;23;1.6;12.59;0;5.3;24190
+77096;45.33943;5.74911;463;20220729;24.8;16.1;20.5;1.4;15.14;6.6;3.44;15670
+77096;45.33943;5.74911;463;20220730;30.3;13.6;21.9;2.1;14.04;0;5.49;26210
+77096;45.33943;5.74911;463;20220731;32.5;13.7;23.1;1.9;12.64;0;5.78;27042
+77096;45.33943;5.74911;463;20220801;33.7;15.3;24.5;1.9;13.04;0;5.93;26652
+77096;45.33943;5.74911;463;20220802;33.3;15.4;24.3;1.9;13.29;0;5.83;26692
+77096;45.33943;5.74911;463;20220803;36.3;15.7;26;1.8;13.59;0;6.2;26932
+77096;45.33943;5.74911;463;20220804;36.7;18.4;27.5;2.3;14.39;0;6.69;26120
+77096;45.33943;5.74911;463;20220805;35.9;18.6;27.3;2.1;15.69;.1;5.97;22835
+77096;45.33943;5.74911;463;20220806;30.9;15.5;23.2;2;16.19;0;5.37;25224
+77096;45.33943;5.74911;463;20220807;30;15.2;22.6;1.8;15.79;0;4.96;24122
+77096;45.33943;5.74911;463;20220808;31;14.6;22.8;1.9;14.49;0;5.33;25187
+77096;45.33943;5.74911;463;20220809;33;13.8;23.4;1.5;13.49;0;5.34;25576
+77096;45.33943;5.74911;463;20220810;33.8;15.4;24.6;1.3;12.89;0;5.32;25132
+77096;45.33943;5.74911;463;20220811;34.9;15.6;25.2;1.7;12.29;0;5.77;25417
+77096;45.33943;5.74911;463;20220812;33.8;15.8;24.8;1.5;11.79;0;5.44;25355
+77096;45.33943;5.74911;463;20220813;33.7;13.7;23.7;1.4;10.49;.1;5.3;25520
+77096;45.33943;5.74911;463;20220814;23.4;17.9;20.6;2.2;16.64;32.2;2.79;11653
+77096;45.33943;5.74911;463;20220815;27;13.9;20.4;1.7;15.94;0;4.18;21679
+77096;45.33943;5.74911;463;20220816;32.2;14.3;23.2;2.1;14.99;.7;5.25;24184
+77096;45.33943;5.74911;463;20220817;27.9;16.8;22.4;2.1;17.54;20;3.61;15038
+77096;45.33943;5.74911;463;20220818;23.2;13.7;18.5;2.1;16.64;21.4;2.85;14845
+77096;45.33943;5.74911;463;20220819;22.1;15.7;18.9;2.1;17.14;1.6;2.59;11409
+77096;45.33943;5.74911;463;20220820;26.7;15.5;21.1;1.9;16.34;.5;3.73;18013
+77096;45.33943;5.74911;463;20220821;27.3;13.3;20.3;1.7;14.49;0;4.05;21302
+77096;45.33943;5.74911;463;20220822;27.5;13.9;20.7;2.1;14.04;0;4.48;22688
+77096;45.33943;5.74911;463;20220823;29.7;14.2;21.9;2;14.79;0;4.63;23017
+77096;45.33943;5.74911;463;20220824;31.7;13.1;22.4;1.5;14.39;0;4.61;23093
+77096;45.33943;5.74911;463;20220825;32.7;15.8;24.3;1.9;15.54;1.3;4.91;22161
+77096;45.33943;5.74911;463;20220826;26.8;17.3;22.1;1.9;16.84;1.2;3.63;17437
+77096;45.33943;5.74911;463;20220827;27.1;15;21.1;1.8;16.59;.1;3.5;17331
+77096;45.33943;5.74911;463;20220828;29.3;14;21.7;1.2;16.04;.1;3.82;20263
+77096;45.33943;5.74911;463;20220829;31.9;14.3;23.1;2.1;15.09;0;4.72;21599
+77096;45.33943;5.74911;463;20220830;28.1;18.6;23.4;2.1;17.14;11.8;3.32;12238
+77096;45.33943;5.74911;463;20220831;26.9;16.7;21.8;1.8;17.54;.8;3.47;17118
+77096;45.33943;5.74911;463;20220901;28.3;12.2;20.3;1.8;14.39;0;3.98;21363
+77096;45.33943;5.74911;463;20220902;27;13.8;20.4;2.5;14.79;15.9;3.95;17886
+77096;45.33943;5.74911;463;20220903;27.1;14.9;21;2.3;16.69;14.1;3.71;18083
+77096;45.33943;5.74911;463;20220904;28.7;14.2;21.4;1.9;16.89;.1;3.86;20162
+77096;45.33943;5.74911;463;20220905;30.5;15.8;23.2;2.1;17.44;.1;4.17;20197
+77096;45.33943;5.74911;463;20220906;30.7;15.7;23.2;2.1;17.54;3.8;4;18302
+77096;45.33943;5.74911;463;20220907;28.4;15.4;21.9;1.9;17.54;15.8;3.38;15939
+77096;45.33943;5.74911;463;20220908;25.9;14.7;20.3;1.5;15.59;.1;3.29;18233
+77096;45.33943;5.74911;463;20220909;24.7;11.2;17.9;1.7;13.04;.3;3.25;18601
+77096;45.33943;5.74911;463;20220910;22.9;11.3;17.1;1.5;12.59;0;2.82;16026
+77096;45.33943;5.74911;463;20220911;25.4;8.9;17.1;1.7;11.49;0;3.4;19853
+77096;45.33943;5.74911;463;20220912;29.8;11.1;20.4;2;12.69;0;4.07;20062
+77096;45.33943;5.74911;463;20220913;27.7;14.6;21.1;2.4;15.64;3;3.3;14361
+77096;45.33943;5.74911;463;20220914;25.1;18.3;21.7;2.4;18.19;12.9;2.94;12613
+77096;45.33943;5.74911;463;20220915;24.7;14.4;19.6;1.9;16.89;10.4;2.75;14545
+77096;45.33943;5.74911;463;20220916;21.9;15.1;18.5;1.9;14.94;0;2.41;12347
+77096;45.33943;5.74911;463;20220917;17.4;10.1;13.8;3.6;9.09;0;2.81;16007
+77096;45.33943;5.74911;463;20220918;19.8;3.4;11.6;1.4;8.19;0;2.54;18719
+77096;45.33943;5.74911;463;20220919;20.4;4.2;12.3;1.7;8.49;0;2.68;18530
+77096;45.33943;5.74911;463;20220920;20.2;3.9;12;1.4;8.69;0;2.51;18264
+77096;45.33943;5.74911;463;20220921;19.9;5;12.4;1.3;9.34;.1;2.38;17526
+77096;45.33943;5.74911;463;20220922;22.8;4.7;13.8;1.6;9.59;0;2.73;18014
+77096;45.33943;5.74911;463;20220923;22.4;6.9;14.6;2.3;10.94;12.7;2.63;15170
+77096;45.33943;5.74911;463;20220924;18.1;13;15.5;1.1;14.39;8.2;1.56;8402
+77096;45.33943;5.74911;463;20220925;16.5;11.5;14;1.4;13.14;4.3;1.53;8660
+77096;45.33943;5.74911;463;20220926;17.9;9.3;13.6;1.3;11.49;6.6;1.82;11703
+77096;45.33943;5.74911;463;20220927;15.2;9.3;12.3;1.6;10.89;8.5;1.59;9615
+77096;45.33943;5.74911;463;20220928;16.3;9.2;12.7;2.1;12.19;14;1.62;8430
+77096;45.33943;5.74911;463;20220929;14.3;10.3;12.3;1.2;11.44;1.2;1.27;7610
+77096;45.33943;5.74911;463;20220930;12.4;5;8.7;1;9.84;.6;1.09;7666
+77096;45.33943;5.74911;463;20221001;13;6.8;9.9;1.7;11.44;7.2;.93;5683
+77096;45.33943;5.74911;463;20221002;23.7;10.6;17.1;2.1;13.94;0;2.42;14315
+77096;45.33943;5.74911;463;20221003;20;10.2;15.1;1.7;13.24;0;1.8;11885
+77096;45.33943;5.74911;463;20221004;23.2;9.2;16.2;1.6;11.99;0;2.34;14385
+77096;45.33943;5.74911;463;20221005;23.4;8.1;15.8;2.3;12.09;0;2.2;12852
+77096;45.33943;5.74911;463;20221006;22.1;9.4;15.8;1.8;13.14;0;1.87;11742
+77096;45.33943;5.74911;463;20221007;21.8;9;15.4;1.1;13.39;.6;1.68;11327
+77096;45.33943;5.74911;463;20221008;16.9;12.9;14.9;1.6;14.59;1;1.14;5918
+77096;45.33943;5.74911;463;20221009;17.3;10.4;13.8;1.1;13.79;2.5;1.21;7653
+77096;45.33943;5.74911;463;20221010;22.2;11.3;16.7;1.9;14.04;0;1.93;11468
+77096;45.33943;5.74911;463;20221011;21.4;9.2;15.3;1.7;13.19;.2;1.81;12403
+77096;45.33943;5.74911;463;20221012;20;10.5;15.3;1;13.29;.4;1.5;9911
+77096;45.33943;5.74911;463;20221013;18.5;7.4;13;1.4;12.34;2.6;1.27;8271
+77096;45.33943;5.74911;463;20221014;18.5;11.6;15.1;1.4;14.34;.3;1.19;6648
+77096;45.33943;5.74911;463;20221015;23.6;9.2;16.4;1.7;12.99;.1;2.03;12983
+77096;45.33943;5.74911;463;20221016;24.5;8.9;16.7;1.9;12.79;0;2;12570
+77096;45.33943;5.74911;463;20221017;24.1;10.6;17.3;2.2;13.39;.1;1.98;11221
+77096;45.33943;5.74911;463;20221018;23.6;10.3;16.9;1.7;13.39;0;1.89;11653
+77096;45.33943;5.74911;463;20221019;22.9;9.2;16.1;2.2;12.64;.1;1.94;11319
+77096;45.33943;5.74911;463;20221020;19.5;11.5;15.5;1.7;13.94;.8;1.17;5477
+77096;45.33943;5.74911;463;20221021;16.6;14.7;15.7;2.6;15.54;51.9;1;1955
+77096;45.33943;5.74911;463;20221022;22.2;12.5;17.4;2.3;14.49;.1;1.79;10111
+77096;45.33943;5.74911;463;20221023;22.1;10.1;16.1;2.4;14.19;1.6;1.56;7288
+77096;45.33943;5.74911;463;20221024;19.7;14.7;17.2;2.2;15.64;11.1;1.33;5247
+77096;45.33943;5.74911;463;20221025;18.9;10.4;14.6;2.3;13.54;0;1.31;8338
+77096;45.33943;5.74911;463;20221026;23.2;11.3;17.2;1.4;13.84;0;1.53;10011
+77096;45.33943;5.74911;463;20221027;24.1;10.1;17.1;2;13.24;0;1.74;10236
+77096;45.33943;5.74911;463;20221028;25.2;11.3;18.2;2.1;13.44;0;1.92;10146
+77096;45.33943;5.74911;463;20221029;23.5;12.3;17.9;2.3;11.94;0;2.03;8661
+77096;45.33943;5.74911;463;20221030;21.1;9;15.1;1.7;11.94;0;1.46;9751
+77096;45.33943;5.74911;463;20221031;21;9.2;15.1;1.8;12.34;28.3;1.33;8746
+77096;45.33943;5.74911;463;20221101;18.9;11.1;15;1.8;13.24;3.9;1.2;7424
+77096;45.33943;5.74911;463;20221102;16.7;8.2;12.4;1.3;11.44;.1;.95;7895
+77096;45.33943;5.74911;463;20221103;13.3;5.1;9.2;2.2;10.69;21.1;.66;4561
+77096;45.33943;5.74911;463;20221104;9.8;3.7;6.8;2.1;9.19;9.3;.59;4004
+77096;45.33943;5.74911;463;20221105;12;5.3;8.7;2.1;8.69;.4;.83;6338
+77096;45.33943;5.74911;463;20221106;15;.7;7.9;1.7;7.79;.4;1;8565
+77096;45.33943;5.74911;463;20221107;16.8;3.6;10.2;2.2;8.19;.1;1.26;9059
+77096;45.33943;5.74911;463;20221108;18.2;3.1;10.7;1.6;8.89;2;1.05;7935
+77096;45.33943;5.74911;463;20221109;12.4;7.7;10;1.3;11.19;27.6;.61;2775
+77096;45.33943;5.74911;463;20221110;13.7;6.1;9.9;1.4;10.64;0;.63;5800
+77096;45.33943;5.74911;463;20221111;15.1;2.8;9;1.7;9.19;0;.82;8348
+77096;45.33943;5.74911;463;20221112;14.8;3.6;9.2;2.5;8.89;0;.94;7113
+77096;45.33943;5.74911;463;20221113;14.2;4;9.1;1.8;9.39;2.7;.8;5050
+77096;45.33943;5.74911;463;20221114;14.8;5.5;10.2;1.2;9.79;12.8;.73;5293
+77096;45.33943;5.74911;463;20221115;13.6;8.1;10.9;1.5;11.44;21.3;.62;3643
+77096;45.33943;5.74911;463;20221116;15.3;6.6;10.9;1.8;10.29;2.8;.86;7232
+77096;45.33943;5.74911;463;20221117;15.7;6.8;11.3;2.6;10.39;10.9;1;4847
+77096;45.33943;5.74911;463;20221118;12.2;6.4;9.3;1.4;9.04;.9;.68;5583
+77096;45.33943;5.74911;463;20221119;9.5;1.8;5.7;2.6;7.69;.4;.58;5037
+77096;45.33943;5.74911;463;20221120;10.1;4;7;1.3;7.64;1.1;.59;5423
+77096;45.33943;5.74911;463;20221121;9.4;2.3;5.8;1.9;7.74;17.2;.52;3667
+77096;45.33943;5.74911;463;20221122;7.9;3.3;5.6;1.6;7.99;.6;.47;3391
+77096;45.33943;5.74911;463;20221123;8.2;0;4.1;1.9;7.29;10.5;.41;3470
+77096;45.33943;5.74911;463;20221124;11.1;1.3;6.2;2.7;7.84;0;.61;6111
+77096;45.33943;5.74911;463;20221125;12.6;1.4;7;2.3;7.89;1.9;.68;4338
+77096;45.33943;5.74911;463;20221126;9.7;3.9;6.8;1.9;7.84;0;.53;5100
+77096;45.33943;5.74911;463;20221127;10;-1.1;4.4;1.9;6.14;0;.63;5419
+77096;45.33943;5.74911;463;20221128;9.2;2.3;5.8;1.8;7.44;6.3;.55;2896
+77096;45.33943;5.74911;463;20221129;6.2;4.1;5.2;1.7;8.19;5;.41;1497
+77096;45.33943;5.74911;463;20221130;7.3;1;4.1;1.5;7.39;.4;.39;3037
+77096;45.33943;5.74911;463;20221201;7;.9;4;1.3;6.79;0;.42;3419
+77096;45.33943;5.74911;463;20221202;6.5;-.3;3.1;1.1;6.24;.2;.4;3313
+77096;45.33943;5.74911;463;20221203;9.2;-.2;4.5;1.9;6.44;1.8;.75;3611
+77096;45.33943;5.74911;463;20221204;6.5;1.5;4;1.5;7.19;6.2;.39;2461
+77096;45.33943;5.74911;463;20221205;6.1;.1;3.1;1.2;6.74;0;.36;3925
+77096;45.33943;5.74911;463;20221206;4.5;-3.2;.7;1.1;5.44;0;.26;4757
+77096;45.33943;5.74911;463;20221207;1.7;-2.3;-.3;1.3;5.69;0;.31;1822
+77096;45.33943;5.74911;463;20221208;4.1;-2.6;.8;1.7;5.34;12.8;.35;4427
+77096;45.33943;5.74911;463;20221209;4.6;1.4;3;1.4;7.09;13.6;.33;2099
+77096;45.33943;5.74911;463;20221210;2;2;2;2.7;6.24;.4;.48;450
+77096;45.33943;5.74911;463;20221211;1.5;-1.8;-.2;2;4.74;0;.39;2832
+77096;45.33943;5.74911;463;20221212;3.4;-4.8;-.7;.8;4.54;5.3;.25;4374
+77096;45.33943;5.74911;463;20221213;3.5;-1.4;1;2;6.24;4.8;.2;2598
+77096;45.33943;5.74911;463;20221214;7.7;.6;4.1;2.3;8.24;5.2;.27;2780
+77096;45.33943;5.74911;463;20221215;6.2;3.6;4.9;1.9;8.39;27.9;.39;1424
+77096;45.33943;5.74911;463;20221216;4.3;2.8;3.5;1.9;7.04;.2;.41;1183
+77096;45.33943;5.74911;463;20221217;3.8;-.3;1.7;1.8;5.64;0;.33;3186
+77096;45.33943;5.74911;463;20221218;7.1;-5.2;.9;2;5.39;0;.49;5588
+77096;45.33943;5.74911;463;20221219;11.3;.3;5.8;1.5;7.19;.2;.58;4191
+77096;45.33943;5.74911;463;20221220;12.2;2.8;7.5;2.2;7.94;2.3;.85;3126
+77096;45.33943;5.74911;463;20221221;10.8;6.4;8.6;1.7;9.29;2.6;.58;2944
+77096;45.33943;5.74911;463;20221222;11.4;4.2;7.8;2.3;9.74;13;.47;3525
+77096;45.33943;5.74911;463;20221223;10.3;7.6;8.9;2.4;11.09;9.2;.45;1259
+77096;45.33943;5.74911;463;20221224;13.9;9;11.4;2.4;11.44;.1;.64;4134
+77096;45.33943;5.74911;463;20221225;13.8;4.7;9.3;2.6;9.24;0;.76;4947
+77096;45.33943;5.74911;463;20221226;10.9;2.7;6.8;1.7;9.19;5.4;.35;3836
+77096;45.33943;5.74911;463;20221227;10.6;4.3;7.4;1.4;8.64;.1;.45;4456
+77096;45.33943;5.74911;463;20221228;8.5;-1.3;3.6;2.1;6.29;0;.45;4818
+77096;45.33943;5.74911;463;20221229;12.9;1.6;7.3;2.2;7.59;7.3;.7;5287
+77096;45.33943;5.74911;463;20221230;9.3;4.4;6.9;1.9;9.89;8.5;.36;2090
+77096;45.33943;5.74911;463;20221231;14.8;6.5;10.6;2.4;10.64;0;.63;4414
+77097;45.35179;6.06723;583;20220101;14.1;-.2;6.9;1;6.29;0;.5;6651
+77097;45.35179;6.06723;583;20220102;12.3;-1.8;5.3;.6;6.52;0;.25;6512
+77097;45.35179;6.06723;583;20220103;11.9;1.1;6.5;1.1;7.32;0;.44;5787
+77097;45.35179;6.06723;583;20220104;11.9;4.2;8.1;2.2;7.42;11;.97;4712
+77097;45.35179;6.06723;583;20220105;5.1;1.8;3.4;1.7;5.85;.6;.6;3095
+77097;45.35179;6.06723;583;20220106;4.1;-4.5;-.2;1.1;4.19;0;.39;5101
+77097;45.35179;6.06723;583;20220107;3;-6.4;-1.7;1;4.39;5.4;.27;5491
+77097;45.35179;6.06723;583;20220108;5.2;-2;1.6;1.5;6.02;12.7;.28;4742
+77097;45.35179;6.06723;583;20220109;3.2;.4;1.8;1.2;6.22;10.3;.39;2468
+77097;45.35179;6.06723;583;20220110;5.4;-1;2.2;1;5.39;0;.41;4626
+77097;45.35179;6.06723;583;20220111;3.3;-6.7;-1.7;1;4.05;0;.36;6041
+77097;45.35179;6.06723;583;20220112;1.7;-6.1;-2.2;1.3;3.89;0;.43;5002
+77097;45.35179;6.06723;583;20220113;3.2;-7.5;-2.2;.6;3.79;0;.3;6003
+77097;45.35179;6.06723;583;20220114;6.8;-7.8;-.5;.7;4.09;0;.36;7279
+77097;45.35179;6.06723;583;20220115;7.7;-6.8;.5;.5;4.29;0;.31;7388
+77097;45.35179;6.06723;583;20220116;7.9;-6.5;.7;.7;4.19;0;.36;7521
+77097;45.35179;6.06723;583;20220117;7.1;-6.8;.1;.9;4.15;0;.43;7559
+77097;45.35179;6.06723;583;20220118;4.5;-6.7;-1.1;.7;4.32;0;.38;6418
+77097;45.35179;6.06723;583;20220119;4.8;-7.2;-1.2;.8;4.75;.8;.31;6852
+77097;45.35179;6.06723;583;20220120;6.8;-2.6;2.1;1.2;5.22;.1;.45;6045
+77097;45.35179;6.06723;583;20220121;4.2;-4.6;-.2;2.2;4.09;0;.68;6304
+77097;45.35179;6.06723;583;20220122;5.3;-7.2;-1;.9;3.85;0;.46;7619
+77097;45.35179;6.06723;583;20220123;5;-7;-1;.7;4.19;0;.44;7098
+77097;45.35179;6.06723;583;20220124;8.4;-6.2;1.1;1.2;4.84;0;.63;6901
+77097;45.35179;6.06723;583;20220125;7.4;-4.1;1.7;.9;4.91;0;.51;6623
+77097;45.35179;6.06723;583;20220126;9.7;-6.9;1.4;.7;3.99;0;.58;8912
+77097;45.35179;6.06723;583;20220127;6.9;-7.4;-.2;1;3.99;0;.63;8136
+77097;45.35179;6.06723;583;20220128;6.9;-6.2;.4;.9;4.42;0;.6;8378
+77097;45.35179;6.06723;583;20220129;5.7;-5;.3;1;4.52;0;.65;7610
+77097;45.35179;6.06723;583;20220130;8.7;-4.7;2;1.2;5.02;0;.7;8365
+77097;45.35179;6.06723;583;20220131;7.8;-5.1;1.3;2.3;5.15;1.8;.9;8361
+77097;45.35179;6.06723;583;20220201;6.7;-2.9;1.9;1.5;5.15;3.6;.79;7181
+77097;45.35179;6.06723;583;20220202;12.2;1.1;6.6;1.3;6.82;.2;1.03;7901
+77097;45.35179;6.06723;583;20220203;11.1;-1.6;4.8;1;6.32;0;.67;8600
+77097;45.35179;6.06723;583;20220204;10.5;-2;4.2;.8;6.42;.2;.65;8773
+77097;45.35179;6.06723;583;20220205;11.3;.5;5.9;.9;6.12;0;.79;8026
+77097;45.35179;6.06723;583;20220206;8.2;-4;2.1;1.2;5.62;14;.55;9084
+77097;45.35179;6.06723;583;20220207;11.1;1;6.1;2.2;5.59;1.2;1.42;7805
+77097;45.35179;6.06723;583;20220208;10.5;-5;2.7;.8;4.39;0;.79;10516
+77097;45.35179;6.06723;583;20220209;13.9;-4.7;4.6;1;4.85;0;.99;11338
+77097;45.35179;6.06723;583;20220210;3.4;-4.1;-.3;2.4;6.39;.7;1.32;10200
+77097;45.35179;6.06723;583;20220211;6.5;2.8;4.7;4;6.4;1.8;1.25;7633
+77097;45.35179;6.06723;583;20220212;7.2;-2.9;2.1;3.8;4.83;0;1.4;10100
+77097;45.35179;6.06723;583;20220213;10.6;-1.9;4.4;5;4.76;0;2.11;11100
+77097;45.35179;6.06723;583;20220214;8.5;2.4;5.5;4.5;6.46;13.6;1.53;2700
+77097;45.35179;6.06723;583;20220215;6.9;1.5;4.2;2.8;6.79;3.5;.92;6666
+77097;45.35179;6.06723;583;20220216;6.2;-1.3;2.5;1.7;7.05;12.9;.62;8192
+77097;45.35179;6.06723;583;20220217;15;3.8;9.4;1.4;8.72;2.8;1.24;9441
+77097;45.35179;6.06723;583;20220218;18.6;1.8;10.2;1.4;7.75;4.1;1.52;12293
+77097;45.35179;6.06723;583;20220219;9.9;3.7;6.8;1.3;6.32;0;1.09;7740
+77097;45.35179;6.06723;583;20220220;12.8;-2.8;5;1.2;5.92;1.5;1.14;12159
+77097;45.35179;6.06723;583;20220221;6.9;1.6;4.3;2.2;6.82;19.2;.95;6053
+77097;45.35179;6.06723;583;20220222;11.2;1.8;6.5;1.5;6.65;.1;1.24;9732
+77097;45.35179;6.06723;583;20220223;14.5;.2;7.3;1.1;6.29;0;1.38;11753
+77097;45.35179;6.06723;583;20220224;13.1;-1.4;5.9;1.9;6.29;1.3;1.44;12673
+77097;45.35179;6.06723;583;20220225;10.2;1.4;5.8;1.9;4.99;.1;1.48;10113
+77097;45.35179;6.06723;583;20220226;11.7;-4.5;3.6;1.4;3.55;0;1.5;13577
+77097;45.35179;6.06723;583;20220227;11.2;-5.8;2.7;1.4;3.99;0;1.42;14347
+77097;45.35179;6.06723;583;20220228;12.7;-5.7;3.5;.9;3.99;0;1.37;14697
+77097;45.35179;6.06723;583;20220301;13;-5;4;1.1;4.45;0;1.48;14897
+77097;45.35179;6.06723;583;20220302;12.2;-3.7;4.2;1;5.25;0;1.38;14459
+77097;45.35179;6.06723;583;20220303;14.8;-1.2;6.8;1.3;5.82;0;1.65;14681
+77097;45.35179;6.06723;583;20220304;14.2;-3.5;5.4;1.3;4.79;0;1.68;15279
+77097;45.35179;6.06723;583;20220305;11.4;-6;2.7;1.3;3.45;0;1.61;15494
+77097;45.35179;6.06723;583;20220306;9.7;-7;1.3;1.2;3.45;0;1.49;15625
+77097;45.35179;6.06723;583;20220307;10.6;-7.2;1.7;1.1;3.75;0;1.48;16035
+77097;45.35179;6.06723;583;20220308;12.8;-6.7;3;1.3;4.19;0;1.71;16587
+77097;45.35179;6.06723;583;20220309;14.2;-2.8;5.7;1.3;4.99;0;1.83;16187
+77097;45.35179;6.06723;583;20220310;14.9;-4;5.4;1.3;5.25;0;1.87;16782
+77097;45.35179;6.06723;583;20220311;14.1;.8;7.5;3.5;5.62;0;2.57;14643
+77097;45.35179;6.06723;583;20220312;13.5;5.9;9.7;3.7;5.15;0;2.95;11530
+77097;45.35179;6.06723;583;20220313;12.4;7.5;9.9;3.6;6.02;5.5;2.58;8665
+77097;45.35179;6.06723;583;20220314;14.7;.5;7.6;1.9;7.89;.8;1.88;15678
+77097;45.35179;6.06723;583;20220315;17.4;6.7;12.1;2.1;8.55;.1;2.2;13649
+77097;45.35179;6.06723;583;20220316;17.6;2.4;10;1;8.02;0;2.04;16731
+77097;45.35179;6.06723;583;20220317;15.3;3.9;9.6;1.6;9.25;.1;1.78;14694
+77097;45.35179;6.06723;583;20220318;9.6;7.6;8.6;2.9;8.97;.1;1.32;4789
+77097;45.35179;6.06723;583;20220319;13.3;2;7.6;2.5;7.43;0;2.11;16140
+77097;45.35179;6.06723;583;20220320;13.4;2.1;7.8;4.1;5.69;0;2.82;12600
+77097;45.35179;6.06723;583;20220321;14.2;2.4;8.3;3.5;5.63;0;3.05;17800
+77097;45.35179;6.06723;583;20220322;13.8;1;7.4;3.2;5.1;0;2.99;18533
+77097;45.35179;6.06723;583;20220323;14.9;.3;7.6;2.6;5.23;0;2.89;18900
+77097;45.35179;6.06723;583;20220324;17.6;.5;9;3.2;5.36;0;3.42;19200
+77097;45.35179;6.06723;583;20220325;17.7;1.7;9.7;2.9;5.86;0;3.31;18866
+77097;45.35179;6.06723;583;20220326;18.5;1.9;10.2;3.6;5.53;0;3.86;19433
+77097;45.35179;6.06723;583;20220327;17.6;3.9;10.7;3.6;5.4;0;3.75;17200
+77097;45.35179;6.06723;583;20220328;18.9;2.2;10.6;3.2;5.33;0;3.8;19033
+77097;45.35179;6.06723;583;20220329;16.7;4.4;10.5;3.1;6.1;1.1;3.05;11866
+77097;45.35179;6.06723;583;20220330;12.6;7.5;10.1;2.5;9.4;3.1;1.77;8566
+77097;45.35179;6.06723;583;20220331;10.4;6.2;8.3;2.7;8.96;8.6;1.39;6766
+77097;45.35179;6.06723;583;20220401;3.5;2.8;3.2;3.4;5.79;16.5;.97;4333
+77097;45.35179;6.06723;583;20220402;3.3;-1.4;1;3.3;5.02;2.6;1.04;7900
+77097;45.35179;6.06723;583;20220403;4.3;-1.4;1.4;4.4;4.9;0;1.74;13866
+77097;45.35179;6.06723;583;20220404;8.2;-1.5;3.4;2.4;5.19;0;2.27;20166
+77097;45.35179;6.06723;583;20220405;13.9;2.4;8.2;2.1;5.97;0;2.76;19400
+77097;45.35179;6.06723;583;20220406;14.9;2.1;8.5;2.4;8.46;7.4;2.4;16100
+77097;45.35179;6.06723;583;20220407;10.6;6.4;8.5;4.3;10.16;28;1.05;3366
+77097;45.35179;6.06723;583;20220408;13.1;7.7;10.4;5.2;10.29;13.3;1.71;4433
+77097;45.35179;6.06723;583;20220409;7.4;2;4.7;3.7;6.23;6.1;1.84;12433
+77097;45.35179;6.06723;583;20220410;12.2;-2.2;5;2.1;5.79;0;2.7;23133
+77097;45.35179;6.06723;583;20220411;15.3;.7;8;4.2;6.46;0;3.42;20800
+77097;45.35179;6.06723;583;20220412;17.7;6;11.9;3.5;7.59;0;3.47;15600
+77097;45.35179;6.06723;583;20220413;19.3;6.8;13;2.2;8.93;0;3.19;17000
+77097;45.35179;6.06723;583;20220414;20.8;5.9;13.4;2.3;10.53;0;3.56;21933
+77097;45.35179;6.06723;583;20220415;21.2;7.6;14.4;2.5;11.23;0;3.68;21533
+77097;45.35179;6.06723;583;20220416;19;7.4;13.2;4.7;9.46;0;4.26;23833
+77097;45.35179;6.06723;583;20220417;16.1;3.2;9.6;3.9;7.13;0;3.85;24233
+77097;45.35179;6.06723;583;20220418;17.4;.8;9.1;2.3;6.6;0;3.55;24133
+77097;45.35179;6.06723;583;20220419;18.4;3.5;10.9;2.3;6.9;0;3.73;23066
+77097;45.35179;6.06723;583;20220420;17.1;4.1;10.6;2.6;8.26;0;3.21;18966
+77097;45.35179;6.06723;583;20220421;18;7;12.5;2.7;8.4;.2;3.58;19966
+77097;45.35179;6.06723;583;20220422;17.9;3.5;10.7;2.5;8.49;.1;3.32;20100
+77097;45.35179;6.06723;583;20220423;15.5;8.4;12;3;10.13;12.6;2.3;9233
+77097;45.35179;6.06723;583;20220424;13.3;5.3;9.3;3.1;9.7;8.9;2.03;11866
+77097;45.35179;6.06723;583;20220425;14;8.4;11.2;2.6;11.09;1.6;2.09;12100
+77097;45.35179;6.06723;583;20220426;15.5;6.4;11;2.3;9.53;0;2.89;18400
+77097;45.35179;6.06723;583;20220427;17.7;2.2;10;2.6;8.63;0;3.7;26000
+77097;45.35179;6.06723;583;20220428;19.9;3.8;11.9;2.4;9.29;0;4.01;26066
+77097;45.35179;6.06723;583;20220429;20.1;4.7;12.4;2.4;8.66;.2;3.8;22033
+77097;45.35179;6.06723;583;20220430;17.6;6.5;12.1;2.8;9.29;1.3;3.56;21300
+77097;45.35179;6.06723;583;20220501;17.4;3.3;10.4;2.3;8.9;0;3.68;25900
+77097;45.35179;6.06723;583;20220502;18.7;3.8;11.2;2.2;9;1.9;3.79;24933
+77097;45.35179;6.06723;583;20220503;18.6;7.1;12.8;2.7;10.16;.1;3.27;17500
+77097;45.35179;6.06723;583;20220504;19.6;8;13.8;2.3;11.49;5.8;3.48;20266
+77097;45.35179;6.06723;583;20220505;11.9;9.5;10.7;2.3;11.69;23.6;1.37;6500
+77097;45.35179;6.06723;583;20220506;18.2;6.6;12.4;1.5;10.65;.1;3.25;22384
+77097;45.35179;6.06723;583;20220507;20.3;6.3;13.3;1.2;11.39;2.4;3.62;24872
+77097;45.35179;6.06723;583;20220508;20.8;8.1;14.4;1.2;11.79;1.5;3.65;23566
+77097;45.35179;6.06723;583;20220509;23.3;6.4;14.8;1.1;11.79;.7;4.16;26901
+77097;45.35179;6.06723;583;20220510;24.8;8.4;16.6;1.2;12.02;0;4.41;27006
+77097;45.35179;6.06723;583;20220511;27;9.4;18.2;1.7;11.65;0;4.99;27889
+77097;45.35179;6.06723;583;20220512;26.9;10.6;18.7;1.5;11.75;0;4.77;25876
+77097;45.35179;6.06723;583;20220513;24.1;10.3;17.2;1.3;12.92;0;4.19;24891
+77097;45.35179;6.06723;583;20220514;26.9;8.6;17.7;1.3;12.85;0;4.81;28461
+77097;45.35179;6.06723;583;20220515;26.7;10;18.3;1.6;13.59;1.5;4.92;27752
+77097;45.35179;6.06723;583;20220516;25.9;12;18.9;1.4;13.19;.7;4.65;25263
+77097;45.35179;6.06723;583;20220517;28.8;11.4;20.1;1.2;13.09;0;5.15;28207
+77097;45.35179;6.06723;583;20220518;29.5;11.4;20.5;1.7;13.79;1.7;5.48;28368
+77097;45.35179;6.06723;583;20220519;27.8;13;20.4;1.6;15.22;.8;5.04;26511
+77097;45.35179;6.06723;583;20220520;30;14.3;22.2;2.1;13.09;0;5.81;26259
+77097;45.35179;6.06723;583;20220521;30.4;11.9;21.2;1.2;14.05;0;5.32;28230
+77097;45.35179;6.06723;583;20220522;30.2;13.7;22;1.3;15.65;.8;5.36;27617
+77097;45.35179;6.06723;583;20220523;27.4;15.3;21.3;1.8;14.92;5.8;4.94;24195
+77097;45.35179;6.06723;583;20220524;20.2;12.6;16.4;1.4;13.02;1.5;3.49;19554
+77097;45.35179;6.06723;583;20220525;20.2;8.9;14.5;1;12.05;0;3.75;24071
+77097;45.35179;6.06723;583;20220526;24.6;9.5;17.1;1.4;12.39;0;4.61;27372
+77097;45.35179;6.06723;583;20220527;26.2;11.1;18.7;1.6;13.55;0;4.86;27776
+77097;45.35179;6.06723;583;20220528;24.5;11.1;17.8;1.7;11.89;0;4.69;26466
+77097;45.35179;6.06723;583;20220529;21.8;6.4;14.1;1.5;8.65;0;4.5;28122
+77097;45.35179;6.06723;583;20220530;22.4;5.6;14;1.1;9.02;.4;4.48;28817
+77097;45.35179;6.06723;583;20220531;19.9;9.5;14.7;1.2;11.55;6.1;3.8;23678
+77097;45.35179;6.06723;583;20220601;24;9;16.5;1;13.19;1.1;4.41;26706
+77097;45.35179;6.06723;583;20220602;27;12.7;19.9;1.4;14.65;.9;4.97;26577
+77097;45.35179;6.06723;583;20220603;26.9;14.3;20.6;1.5;15.62;1.3;4.87;25553
+77097;45.35179;6.06723;583;20220604;30.7;14.2;22.4;1.6;16.52;0;5.69;28861
+77097;45.35179;6.06723;583;20220605;25.6;14.6;20.1;1.5;15.82;4.9;4.48;23448
+77097;45.35179;6.06723;583;20220606;27;11.4;19.2;1.1;13.95;4.7;4.98;27455
+77097;45.35179;6.06723;583;20220607;24.6;13.6;19.1;1.6;13.05;.5;4.61;23948
+77097;45.35179;6.06723;583;20220608;20.8;8.9;14.9;1;11.55;14.6;4.03;25255
+77097;45.35179;6.06723;583;20220609;20;11.1;15.6;1.5;11.75;5.6;3.83;21469
+77097;45.35179;6.06723;583;20220610;25.4;5.9;15.6;1.4;10.39;.1;5.08;30691
+77097;45.35179;6.06723;583;20220611;29.2;8.7;19;1.2;11.95;0;5.58;30778
+77097;45.35179;6.06723;583;20220612;31.4;12.1;21.8;1.3;12.89;.5;5.85;30351
+77097;45.35179;6.06723;583;20220613;29.3;13.7;21.5;1.5;13.35;.2;5.51;28064
+77097;45.35179;6.06723;583;20220614;30.8;10.5;20.6;1.4;13.25;0;5.92;30647
+77097;45.35179;6.06723;583;20220615;31.5;14.7;23.1;1.3;14.72;.8;5.91;29822
+77097;45.35179;6.06723;583;20220616;33.3;14.9;24.1;1.4;14.79;0;6.18;29829
+77097;45.35179;6.06723;583;20220617;33.8;13.5;23.7;1.5;13.89;0;6.42;30859
+77097;45.35179;6.06723;583;20220618;35.1;15.4;25.2;1.6;14.92;2.9;6.65;30763
+77097;45.35179;6.06723;583;20220619;34.1;17.5;25.8;2;15.29;0;6.64;29449
+77097;45.35179;6.06723;583;20220620;32.5;15.3;23.9;1.4;13.42;0;6.18;30041
+77097;45.35179;6.06723;583;20220621;32.2;15.3;23.8;1.5;14.49;2.3;6.18;29976
+77097;45.35179;6.06723;583;20220622;26.6;17.6;22.1;1.5;17.95;3.2;4.44;21633
+77097;45.35179;6.06723;583;20220623;27.1;15;21.1;1.2;17.62;2.7;4.73;25127
+77097;45.35179;6.06723;583;20220624;21.6;15.4;18.5;1.2;16.05;8.4;3.4;18163
+77097;45.35179;6.06723;583;20220625;28.3;11.4;19.9;1.4;13.79;.4;5.41;29525
+77097;45.35179;6.06723;583;20220626;29;14;21.5;1.4;15.82;.2;5.33;27698
+77097;45.35179;6.06723;583;20220627;25.5;15.4;20.4;1.6;16.49;.7;4.38;22288
+77097;45.35179;6.06723;583;20220628;24.6;15;19.8;1.1;16.45;4.9;4.14;22798
+77097;45.35179;6.06723;583;20220629;29.2;14;21.6;1.5;15.72;0;5.51;27981
+77097;45.35179;6.06723;583;20220630;29.3;14.3;21.8;1.6;15.29;4.5;5.52;28125
+77097;45.35179;6.06723;583;20220701;24.9;13.7;19.3;1.8;13.15;.5;4.74;24306
+77097;45.35179;6.06723;583;20220702;30.2;10;20.1;1.2;12.29;0;5.75;30765
+77097;45.35179;6.06723;583;20220703;33.3;13.3;23.3;1.4;13.45;1.3;6.25;30776
+77097;45.35179;6.06723;583;20220704;30.9;17.7;24.3;1.4;16.52;2.1;5.32;25727
+77097;45.35179;6.06723;583;20220705;29.5;14.8;22.1;1.9;14.95;.2;5.63;27679
+77097;45.35179;6.06723;583;20220706;29.2;12.5;20.9;1.6;12.79;0;5.55;28865
+77097;45.35179;6.06723;583;20220707;28.5;11.6;20;1.7;12.59;0;5.54;29210
+77097;45.35179;6.06723;583;20220708;28.7;11.6;20.1;1.9;12.35;0;5.6;28876
+77097;45.35179;6.06723;583;20220709;29.7;10.4;20;1.3;11.92;0;5.57;30284
+77097;45.35179;6.06723;583;20220710;30.2;11.7;21;1.6;12.39;0;5.76;29903
+77097;45.35179;6.06723;583;20220711;31.2;12.2;21.7;1.4;13.59;0;5.83;30436
+77097;45.35179;6.06723;583;20220712;31.7;12.5;22.1;1.5;12.69;0;5.97;30007
+77097;45.35179;6.06723;583;20220713;32.9;12;22.5;1.5;12.79;0;6.08;30293
+77097;45.35179;6.06723;583;20220714;35.3;16.5;25.9;1.5;14.05;0;6.41;29859
+77097;45.35179;6.06723;583;20220715;34;15.3;24.7;1.6;12.65;0;6.22;29335
+77097;45.35179;6.06723;583;20220716;33.2;13.5;23.3;1.6;12.35;0;6.13;29700
+77097;45.35179;6.06723;583;20220717;34.3;12.8;23.6;1.6;12.85;0;6.3;30216
+77097;45.35179;6.06723;583;20220718;36.3;14.6;25.4;1.4;14.02;0;6.46;30246
+77097;45.35179;6.06723;583;20220719;36.5;16.2;26.3;1.9;15.29;0;6.78;29864
+77097;45.35179;6.06723;583;20220720;35;19.2;27.1;1.7;16.79;1;6.25;27548
+77097;45.35179;6.06723;583;20220721;33.5;17;25.2;1.5;15.02;0;5.9;27455
+77097;45.35179;6.06723;583;20220722;36.2;15.2;25.7;1.4;14.32;.4;6.28;29716
+77097;45.35179;6.06723;583;20220723;31.7;18.4;25;1.7;16.15;.2;5.46;24280
+77097;45.35179;6.06723;583;20220724;35.5;15.3;25.4;1.4;15.15;0;6.25;29553
+77097;45.35179;6.06723;583;20220725;35.7;16.8;26.3;1.5;14.69;.6;6.22;28690
+77097;45.35179;6.06723;583;20220726;30.1;18.7;24.4;2.1;14.89;.3;5.39;23183
+77097;45.35179;6.06723;583;20220727;30.1;14.6;22.4;1.8;12.59;0;5.52;26699
+77097;45.35179;6.06723;583;20220728;31.7;12.7;22.2;1.1;12.35;0;5.41;28521
+77097;45.35179;6.06723;583;20220729;25.1;14.2;19.7;1.1;13.69;7.5;4.19;22810
+77097;45.35179;6.06723;583;20220730;30.8;11.9;21.4;1.5;12.55;.1;5.52;27802
+77097;45.35179;6.06723;583;20220731;32.9;12.2;22.6;1.2;11.75;0;5.5;28304
+77097;45.35179;6.06723;583;20220801;33.8;14.1;23.9;1.5;12.55;0;5.92;28057
+77097;45.35179;6.06723;583;20220802;33.7;13.9;23.8;1.6;12.65;0;5.88;27928
+77097;45.35179;6.06723;583;20220803;35.4;15;25.2;1.2;13.85;0;5.76;28197
+77097;45.35179;6.06723;583;20220804;36;17.1;26.5;1.4;15.29;.2;5.93;27648
+77097;45.35179;6.06723;583;20220805;35.5;18.3;26.9;1.9;16.05;.8;6.17;26377
+77097;45.35179;6.06723;583;20220806;32.2;15.1;23.7;1.8;15.35;0;5.63;26158
+77097;45.35179;6.06723;583;20220807;30.8;14.1;22.4;1.7;14.95;.1;5.32;26376
+77097;45.35179;6.06723;583;20220808;31.9;13.4;22.6;1.5;13.45;0;5.39;26521
+77097;45.35179;6.06723;583;20220809;33.2;13.3;23.3;1.2;13.05;.1;5.34;26913
+77097;45.35179;6.06723;583;20220810;33;14;23.5;1.1;12.65;.2;5.17;26648
+77097;45.35179;6.06723;583;20220811;33.9;14;23.9;1.5;12.72;0;5.58;26868
+77097;45.35179;6.06723;583;20220812;33.9;13.8;23.9;1.2;11.85;0;5.33;26487
+77097;45.35179;6.06723;583;20220813;33.4;12.4;22.9;1.3;10.19;0;5.35;26757
+77097;45.35179;6.06723;583;20220814;23.6;15.5;19.6;1.2;14.55;24.9;3.41;17905
+77097;45.35179;6.06723;583;20220815;26.7;12.5;19.6;1.1;14.69;.2;4.14;22970
+77097;45.35179;6.06723;583;20220816;31.3;12;21.7;1.2;13.85;.3;4.84;25904
+77097;45.35179;6.06723;583;20220817;28.2;16.4;22.3;1.7;16.15;17;4.36;21009
+77097;45.35179;6.06723;583;20220818;23.5;13.3;18.4;1.6;15.75;17.6;3.31;18064
+77097;45.35179;6.06723;583;20220819;23.3;14;18.7;.9;16.29;1.3;3.29;18511
+77097;45.35179;6.06723;583;20220820;27.1;13.9;20.5;1.1;15.72;.3;3.86;20689
+77097;45.35179;6.06723;583;20220821;28.1;12.7;20.4;1.3;14.49;0;4.26;23326
+77097;45.35179;6.06723;583;20220822;28.2;11.4;19.8;1.3;13.35;0;4.34;23994
+77097;45.35179;6.06723;583;20220823;30.3;11.9;21.1;1.5;13.59;0;4.69;24514
+77097;45.35179;6.06723;583;20220824;31.3;12;21.7;1.1;13.62;0;4.5;24577
+77097;45.35179;6.06723;583;20220825;32;14.3;23.2;1.3;14.99;.8;4.67;24089
+77097;45.35179;6.06723;583;20220826;27.9;16.2;22.1;1.5;15.92;2.2;3.99;19576
+77097;45.35179;6.06723;583;20220827;27.8;13.3;20.6;1.5;15.59;0;4.07;21768
+77097;45.35179;6.06723;583;20220828;29.2;13.8;21.5;1.1;15.42;.1;4.06;22058
+77097;45.35179;6.06723;583;20220829;31.2;13.3;22.3;1.1;14.39;0;4.36;23372
+77097;45.35179;6.06723;583;20220830;27;16.5;21.7;1.5;15.95;10.9;3.62;18055
+77097;45.35179;6.06723;583;20220831;26.7;14.9;20.8;1.4;16.65;.7;3.53;18956
+77097;45.35179;6.06723;583;20220901;28.8;11.4;20.1;1.2;13.55;0;4.04;22761
+77097;45.35179;6.06723;583;20220902;25.7;11.8;18.7;1.1;14.25;11.3;3.42;20211
+77097;45.35179;6.06723;583;20220903;26;14.3;20.2;1.4;16.05;8.4;3.35;18067
+77097;45.35179;6.06723;583;20220904;28.3;12;20.2;1;15.12;0;3.69;21625
+77097;45.35179;6.06723;583;20220905;29.7;13.8;21.8;1.5;15.79;0;3.96;20899
+77097;45.35179;6.06723;583;20220906;29.2;14.4;21.8;1.3;16.45;1.8;3.7;19616
+77097;45.35179;6.06723;583;20220907;27.7;14.5;21.1;1.5;16.75;11.8;3.52;18785
+77097;45.35179;6.06723;583;20220908;25;13.6;19.3;1.7;14.62;.2;3.22;17220
+77097;45.35179;6.06723;583;20220909;23.5;11.3;17.4;1.6;12.45;.4;3.1;18074
+77097;45.35179;6.06723;583;20220910;22.6;10.6;16.6;1.2;11.95;0;2.82;16702
+77097;45.35179;6.06723;583;20220911;25.1;8.8;16.9;1.4;11.18;0;3.34;20222
+77097;45.35179;6.06723;583;20220912;28.7;10.7;19.7;1.5;12.18;0;3.75;20198
+77097;45.35179;6.06723;583;20220913;27.1;13.5;20.3;1.2;14.42;.9;3.12;16906
+77097;45.35179;6.06723;583;20220914;24.3;17;20.7;1.9;17.15;9.8;2.79;13024
+77097;45.35179;6.06723;583;20220915;24.1;13;18.5;1.4;15.79;8.3;2.73;15904
+77097;45.35179;6.06723;583;20220916;21.6;13.2;17.4;1.3;13.79;2.3;2.38;13359
+77097;45.35179;6.06723;583;20220917;18.2;7.9;13;2;8.29;0;2.7;15295
+77097;45.35179;6.06723;583;20220918;20.4;2.5;11.5;1;7.75;0;2.54;19327
+77097;45.35179;6.06723;583;20220919;21.1;3.1;12.1;1.3;8.25;0;2.69;19052
+77097;45.35179;6.06723;583;20220920;21.3;2.9;12.1;1.1;8.45;0;2.62;19146
+77097;45.35179;6.06723;583;20220921;20.8;4;12.4;1;9.09;.1;2.49;18577
+77097;45.35179;6.06723;583;20220922;22;5;13.5;.9;9.52;0;2.46;18308
+77097;45.35179;6.06723;583;20220923;21.8;5.4;13.6;1;10.39;9.4;2.43;17884
+77097;45.35179;6.06723;583;20220924;17.1;12.1;14.6;.8;13.69;7.9;1.56;9709
+77097;45.35179;6.06723;583;20220925;15.7;10.7;13.2;1.1;12.72;5.7;1.47;9432
+77097;45.35179;6.06723;583;20220926;17.7;7.7;12.7;1.1;10.72;7.9;1.88;13439
+77097;45.35179;6.06723;583;20220927;14.6;8.1;11.3;1.3;10.12;10.3;1.55;10421
+77097;45.35179;6.06723;583;20220928;14.9;7.7;11.3;1.6;11.52;18;1.48;11107
+77097;45.35179;6.06723;583;20220929;14.9;9.3;12.1;.8;10.99;1.4;1.43;9443
+77097;45.35179;6.06723;583;20220930;12.7;4.9;8.8;.8;9.45;.1;1.37;11399
+77097;45.35179;6.06723;583;20221001;12.6;5.5;9.1;1;10.75;8.9;1.21;11014
+77097;45.35179;6.06723;583;20221002;22.5;9.9;16.2;1.1;13.52;.1;2.02;13379
+77097;45.35179;6.06723;583;20221003;21.2;8.5;14.9;1.1;12.52;0;1.93;13509
+77097;45.35179;6.06723;583;20221004;23.1;7.8;15.4;1.1;11.22;0;2.22;14971
+77097;45.35179;6.06723;583;20221005;23.8;6.3;15.1;1.3;10.72;.1;2.3;16051
+77097;45.35179;6.06723;583;20221006;22.8;8.1;15.4;1.2;12.05;0;2.02;14305
+77097;45.35179;6.06723;583;20221007;21.8;7.7;14.8;1.1;11.92;.4;1.95;14190
+77097;45.35179;6.06723;583;20221008;16.7;10.4;13.5;.6;13.05;2.6;1.27;9294
+77097;45.35179;6.06723;583;20221009;17.4;9.8;13.6;.5;13.65;10.3;1.3;10115
+77097;45.35179;6.06723;583;20221010;21.7;11.6;16.7;.9;13.65;.2;1.71;11381
+77097;45.35179;6.06723;583;20221011;21.4;7.9;14.7;1;12.49;.1;1.73;13127
+77097;45.35179;6.06723;583;20221012;19.9;10.5;15.2;.8;13.15;.6;1.49;10775
+77097;45.35179;6.06723;583;20221013;18.1;6.7;12.4;.8;11.65;1.9;1.39;11745
+77097;45.35179;6.06723;583;20221014;18.2;10.2;14.2;1;13.25;.5;1.3;9603
+77097;45.35179;6.06723;583;20221015;22.9;9.2;16;1.3;12.35;.1;1.85;12185
+77097;45.35179;6.06723;583;20221016;24;9.8;16.9;1.6;11.82;0;2.07;12218
+77097;45.35179;6.06723;583;20221017;24;10.9;17.4;1.7;12.55;.1;2.07;11575
+77097;45.35179;6.06723;583;20221018;23.8;10;16.9;.9;12.35;.1;1.7;12134
+77097;45.35179;6.06723;583;20221019;24;7;15.5;1.2;10.95;.1;1.85;13111
+77097;45.35179;6.06723;583;20221020;19.4;10.1;14.7;1.8;12.35;1.4;1.52;9585
+77097;45.35179;6.06723;583;20221021;16.5;13.9;15.2;1.7;14.99;41.7;1.13;4927
+77097;45.35179;6.06723;583;20221022;20.7;12.7;16.7;1.2;14.05;0;1.41;8469
+77097;45.35179;6.06723;583;20221023;20.8;9.5;15.2;2;13.02;1.1;1.65;9977
+77097;45.35179;6.06723;583;20221024;19.6;14;16.8;1.3;14.35;14.2;1.31;6868
+77097;45.35179;6.06723;583;20221025;19.7;8.7;14.2;1.2;12.32;0;1.29;9937
+77097;45.35179;6.06723;583;20221026;22.9;10.9;16.9;1;12.49;.1;1.45;9918
+77097;45.35179;6.06723;583;20221027;24.6;8.5;16.5;1.2;11.72;0;1.63;11548
+77097;45.35179;6.06723;583;20221028;25.5;10.1;17.8;1.7;11.12;0;2.06;11058
+77097;45.35179;6.06723;583;20221029;23.9;9.6;16.7;1.3;10.45;.1;1.69;10806
+77097;45.35179;6.06723;583;20221030;21.8;6.7;14.2;.8;10.69;0;1.21;10872
+77097;45.35179;6.06723;583;20221031;20.9;6.9;13.9;1.3;10.65;16.6;1.33;10191
+77097;45.35179;6.06723;583;20221101;17.5;10.1;13.8;1.4;12.12;1.8;1.04;6468
+77097;45.35179;6.06723;583;20221102;16.9;6.2;11.6;.9;10.62;.1;.92;8701
+77097;45.35179;6.06723;583;20221103;13.1;3.9;8.5;1.8;9.89;21.5;.82;7751
+77097;45.35179;6.06723;583;20221104;9.3;2.8;6;1.3;8.42;7.5;.62;6512
+77097;45.35179;6.06723;583;20221105;12.4;2.9;7.7;.8;7.75;.2;.71;7651
+77097;45.35179;6.06723;583;20221106;15.3;.5;7.9;1.1;7.09;.5;.94;9722
+77097;45.35179;6.06723;583;20221107;17;1.9;9.5;1;7.52;.1;.94;9621
+77097;45.35179;6.06723;583;20221108;16.4;2;9.2;1.5;7.99;.4;1.02;9055
+77097;45.35179;6.06723;583;20221109;12.1;6.9;9.5;1.1;10.69;18;.64;4983
+77097;45.35179;6.06723;583;20221110;15.1;4.1;9.6;1;9.85;0;.68;7805
+77097;45.35179;6.06723;583;20221111;16.3;2.5;9.4;.8;8.65;0;.72;8687
+77097;45.35179;6.06723;583;20221112;14.9;1.4;8.2;.5;8.32;0;.55;8501
+77097;45.35179;6.06723;583;20221113;13.6;2.9;8.3;.8;8.49;0;.59;7485
+77097;45.35179;6.06723;583;20221114;14.3;3.4;8.9;1.8;9.02;4.9;.84;7229
+77097;45.35179;6.06723;583;20221115;12.3;7.8;10;1.4;10.82;17;.66;4186
+77097;45.35179;6.06723;583;20221116;14.4;5.9;10.1;1.3;9.95;0;.68;6322
+77097;45.35179;6.06723;583;20221117;14.6;6.9;10.8;2.1;9.92;9;.96;5725
+77097;45.35179;6.06723;583;20221118;11.3;5.6;8.4;1.1;8.59;1;.64;4834
+77097;45.35179;6.06723;583;20221119;9.6;.5;5;1.1;6.92;.5;.52;6152
+77097;45.35179;6.06723;583;20221120;9.4;1.1;5.2;.9;6.82;1.4;.45;5996
+77097;45.35179;6.06723;583;20221121;8.6;.9;4.7;1.2;7.15;12.8;.48;5430
+77097;45.35179;6.06723;583;20221122;8.2;2.7;5.5;1.2;7.35;1.8;.56;4623
+77097;45.35179;6.06723;583;20221123;8;-.7;3.7;1.1;6.72;9.4;.4;5960
+77097;45.35179;6.06723;583;20221124;11.6;1.3;6.4;1.3;7.42;0;.56;6247
+77097;45.35179;6.06723;583;20221125;12.3;1;6.7;.8;7.32;1.9;.44;6388
+77097;45.35179;6.06723;583;20221126;10.3;1;5.7;.9;6.95;0;.44;5944
+77097;45.35179;6.06723;583;20221127;10;-1.9;4.1;1.3;5.52;0;.56;6617
+77097;45.35179;6.06723;583;20221128;8.6;2.2;5.4;1.4;6.99;2.8;.61;4108
+77097;45.35179;6.06723;583;20221129;5.8;3.1;4.4;.6;7.65;2.5;.35;2952
+77097;45.35179;6.06723;583;20221130;8.4;-1.7;3.3;.7;6.25;0;.33;5852
+77097;45.35179;6.06723;583;20221201;7.5;-2.8;2.3;.6;5.72;0;.29;5871
+77097;45.35179;6.06723;583;20221202;5.9;-1.8;2;.6;5.75;0;.31;4601
+77097;45.35179;6.06723;583;20221203;8.7;-1.9;3.4;1.7;6.05;0;.6;5615
+77097;45.35179;6.06723;583;20221204;6.6;1.2;3.9;.6;7.22;6.1;.29;3930
+77097;45.35179;6.06723;583;20221205;4.9;-.7;2.1;.6;6.22;0;.27;4061
+77097;45.35179;6.06723;583;20221206;6;-4.1;.9;1;5.15;0;.33;5711
+77097;45.35179;6.06723;583;20221207;2.8;-2.8;0;1.3;5.19;0;.39;3897
+77097;45.35179;6.06723;583;20221208;4.2;-3.5;.3;.9;5.19;10;.29;4650
+77097;45.35179;6.06723;583;20221209;5.1;1.1;3.1;1.1;7.35;15.6;.28;3262
+77097;45.35179;6.06723;583;20221210;3.3;1.3;2.3;1.4;6.32;.7;.37;1812
+77097;45.35179;6.06723;583;20221211;2.2;-4.6;-1.2;.9;4.29;0;.29;4475
+77097;45.35179;6.06723;583;20221212;3;-7;-2;.8;4.05;4.7;.23;5468
+77097;45.35179;6.06723;583;20221213;3.9;-1.8;1;1.3;6.19;4.7;.25;3686
+77097;45.35179;6.06723;583;20221214;6.9;1.8;4.4;1.4;8.09;4.9;.32;3463
+77097;45.35179;6.06723;583;20221215;5.1;1.3;3.2;1.1;7.65;20.7;.25;3109
+77097;45.35179;6.06723;583;20221216;4.8;2.4;3.6;1.1;6.99;.4;.37;2115
+77097;45.35179;6.06723;583;20221217;5.1;-.9;2.1;1.2;5.52;0;.39;3968
+77097;45.35179;6.06723;583;20221218;6.7;-5.4;.7;1.5;4.95;0;.37;5979
+77097;45.35179;6.06723;583;20221219;9.9;1;5.4;2.2;6.29;.2;.89;4805
+77097;45.35179;6.06723;583;20221220;11;4.2;7.6;2.4;7.15;2;1.09;3860
+77097;45.35179;6.06723;583;20221221;10;5.9;7.9;1.6;8.79;2.9;.58;3190
+77097;45.35179;6.06723;583;20221222;10.5;4.3;7.4;1.6;9.02;16.7;.48;3938
+77097;45.35179;6.06723;583;20221223;10.2;6.7;8.5;1.4;10.75;15.3;.34;2966
+77097;45.35179;6.06723;583;20221224;12.5;6.9;9.7;1;10.32;.2;.43;3615
+77097;45.35179;6.06723;583;20221225;13.8;3;8.4;1.5;8.45;0;.55;5661
+77097;45.35179;6.06723;583;20221226;11.3;1.9;6.6;1.5;8.25;6.7;.41;5098
+77097;45.35179;6.06723;583;20221227;10.1;2;6;.7;7.52;.1;.31;4798
+77097;45.35179;6.06723;583;20221228;9.4;-2.9;3.3;1.3;5.55;0;.43;6051
+77097;45.35179;6.06723;583;20221229;11.2;1.7;6.5;2.2;6.99;4.9;.73;4864
+77097;45.35179;6.06723;583;20221230;9.4;2.8;6.1;1.5;8.95;8.9;.31;4351
+77097;45.35179;6.06723;583;20221231;15.5;7.5;11.5;2.2;9.89;.2;1;4787
+77098;45.36318;6.38549;1159;20220101;12.3;1.3;6.8;.7;5;0;.48;5250
+77098;45.36318;6.38549;1159;20220102;10.8;2;6.4;1.5;5.13;0;.87;4103
+77098;45.36318;6.38549;1159;20220103;7.3;1.6;4.4;1.6;6.08;0;.53;3731
+77098;45.36318;6.38549;1159;20220104;8.8;2.4;5.6;2.7;6.35;8.2;.77;3991
+77098;45.36318;6.38549;1159;20220105;1.2;.2;.7;2.2;4.53;1.3;.68;2555
+77098;45.36318;6.38549;1159;20220106;.8;-7;-3.1;2.1;2.93;.1;.65;5061
+77098;45.36318;6.38549;1159;20220107;.4;-9.6;-4.6;1.6;3.23;4.6;.34;4565
+77098;45.36318;6.38549;1159;20220108;2;-4.8;-1.4;2.5;4.63;12.3;.36;4241
+77098;45.36318;6.38549;1159;20220109;-.7;-2.1;-1.4;2.5;5.05;12.5;.31;2017
+77098;45.36318;6.38549;1159;20220110;1.3;-5;-1.8;1.7;3.78;0;.4;5338
+77098;45.36318;6.38549;1159;20220111;.7;-9.9;-4.6;1.2;3.03;0;.35;6039
+77098;45.36318;6.38549;1159;20220112;1.2;-10.6;-4.7;1.1;2.7;0;.4;6204
+77098;45.36318;6.38549;1159;20220113;6.2;-9.1;-1.5;.9;2.83;0;.41;7168
+77098;45.36318;6.38549;1159;20220114;8;-4.5;1.8;.7;3.38;0;.46;6407
+77098;45.36318;6.38549;1159;20220115;9.6;-3.7;3;.8;3.53;0;.54;6604
+77098;45.36318;6.38549;1159;20220116;6.6;-4.4;1.1;1.1;3.23;0;.62;6118
+77098;45.36318;6.38549;1159;20220117;5.6;-7.1;-.8;.8;3.45;0;.37;6790
+77098;45.36318;6.38549;1159;20220118;8;-6.8;.6;1.6;3.43;0;.67;7312
+77098;45.36318;6.38549;1159;20220119;5.6;-3.1;1.2;1.6;3.93;.6;.69;4909
+77098;45.36318;6.38549;1159;20220120;3.4;-3.6;-.1;1.6;4.03;.2;.63;5077
+77098;45.36318;6.38549;1159;20220121;1.8;-6.5;-2.4;1.3;3.1;0;.49;6298
+77098;45.36318;6.38549;1159;20220122;3.4;-9.1;-2.9;1;3.2;0;.41;7069
+77098;45.36318;6.38549;1159;20220123;7.6;-6.3;.6;.8;3.55;0;.47;7652
+77098;45.36318;6.38549;1159;20220124;10.4;-4.8;2.8;.7;3.38;0;.55;7812
+77098;45.36318;6.38549;1159;20220125;8.8;-4.3;2.2;.7;3.48;0;.56;7357
+77098;45.36318;6.38549;1159;20220126;9.7;-5;2.3;.9;3.2;0;.72;7976
+77098;45.36318;6.38549;1159;20220127;9.6;-5.6;2;.8;3.03;0;.66;8182
+77098;45.36318;6.38549;1159;20220128;7;-5.5;.8;1.7;3.3;0;.96;7767
+77098;45.36318;6.38549;1159;20220129;7.3;-6.2;.5;1.2;3.45;0;.8;8055
+77098;45.36318;6.38549;1159;20220130;8.7;-3.9;2.4;1.4;4.05;0;.99;7669
+77098;45.36318;6.38549;1159;20220131;3.3;-4.9;-.8;3.1;4.23;1.4;.76;5218
+77098;45.36318;6.38549;1159;20220201;3.1;-4.4;-.7;2.1;4.28;4.7;.74;6273
+77098;45.36318;6.38549;1159;20220202;8.8;.6;4.7;2.3;5.5;.2;1.25;5816
+77098;45.36318;6.38549;1159;20220203;11.3;-1.6;4.9;1.1;5.13;0;.8;7947
+77098;45.36318;6.38549;1159;20220204;8.1;-2.2;2.9;1.4;5.23;.1;.78;7183
+77098;45.36318;6.38549;1159;20220205;7.5;.3;3.9;1.5;5.1;0;.91;7769
+77098;45.36318;6.38549;1159;20220206;4.2;-5.1;-.5;1.8;4.48;17.1;.49;6439
+77098;45.36318;6.38549;1159;20220207;6.5;-.7;2.9;2.3;4.58;1.6;1.03;7559
+77098;45.36318;6.38549;1159;20220208;9.9;-6.4;1.7;.9;3.75;0;.83;9701
+77098;45.36318;6.38549;1159;20220209;12.3;-2.6;4.9;1.5;3.9;0;1.23;9676
+77098;45.36318;6.38549;1159;20220210;1.6;-.9;.4;1.4;4.41;0;.99;10760
+77098;45.36318;6.38549;1159;20220211;5.5;-.6;2.4;2.1;4.98;1.9;.85;5146
+77098;45.36318;6.38549;1159;20220212;6.1;-4.7;.7;2.5;3.65;0;1.16;9486
+77098;45.36318;6.38549;1159;20220213;7.6;-5.2;1.2;2.4;3.61;0;1.16;10507
+77098;45.36318;6.38549;1159;20220214;3.3;-.5;1.4;2.3;5.11;9.1;.82;3155
+77098;45.36318;6.38549;1159;20220215;4.1;-2.9;.6;2;5.08;3;.81;7644
+77098;45.36318;6.38549;1159;20220216;3.6;-4;-.2;2.2;5.6;11.2;.47;6241
+77098;45.36318;6.38549;1159;20220217;10.2;1.1;5.7;2.5;6.85;2.7;1.08;8198
+77098;45.36318;6.38549;1159;20220218;13;.6;6.8;2;6.4;4.8;1.35;10219
+77098;45.36318;6.38549;1159;20220219;5.9;1.2;3.5;1.6;5.55;0;.95;7351
+77098;45.36318;6.38549;1159;20220220;8.8;-3.2;2.8;1.9;4.83;1.7;1.05;9078
+77098;45.36318;6.38549;1159;20220221;3.4;-.5;1.5;3.1;5.53;16.8;.78;5484
+77098;45.36318;6.38549;1159;20220222;7.8;-1.2;3.3;2.1;4.95;0;1.25;9514
+77098;45.36318;6.38549;1159;20220223;11.6;-2.2;4.7;1.3;4.88;0;1.3;12019
+77098;45.36318;6.38549;1159;20220224;8.2;-.9;3.7;2.2;5.03;1;1.19;8481
+77098;45.36318;6.38549;1159;20220225;5.3;-1.5;1.9;2.2;4.03;.1;1.25;9720
+77098;45.36318;6.38549;1159;20220226;7;-5.3;.8;2.1;2.75;0;1.46;12252
+77098;45.36318;6.38549;1159;20220227;6.9;-6.3;.3;1.6;2.98;0;1.32;12242
+77098;45.36318;6.38549;1159;20220228;9;-6;1.5;1.2;3.2;0;1.32;13145
+77098;45.36318;6.38549;1159;20220301;9.3;-4.1;2.6;1.8;3.68;0;1.51;12460
+77098;45.36318;6.38549;1159;20220302;9;-3.7;2.7;1.1;4.4;0;1.2;11830
+77098;45.36318;6.38549;1159;20220303;10.5;-1.5;4.5;1.3;5;0;1.38;12363
+77098;45.36318;6.38549;1159;20220304;9.7;-2.9;3.4;1.6;4;0;1.53;12729
+77098;45.36318;6.38549;1159;20220305;7;-5.6;.7;1.7;2.88;0;1.5;13076
+77098;45.36318;6.38549;1159;20220306;5.5;-7;-.8;1.6;2.88;0;1.33;13323
+77098;45.36318;6.38549;1159;20220307;7.2;-7.3;-.1;1.3;3.13;0;1.35;14039
+77098;45.36318;6.38549;1159;20220308;8.5;-5.7;1.4;1.7;3.5;0;1.54;14057
+77098;45.36318;6.38549;1159;20220309;10.6;-4.3;3.1;1.6;4.05;0;1.64;14660
+77098;45.36318;6.38549;1159;20220310;11.9;-3.2;4.3;1.5;4.23;0;1.74;14467
+77098;45.36318;6.38549;1159;20220311;8.5;-.6;4;3.4;4.55;0;1.77;11001
+77098;45.36318;6.38549;1159;20220312;8.3;1.9;5.1;3.7;4.38;0;1.96;8364
+77098;45.36318;6.38549;1159;20220313;6.2;1.7;4;3;4.8;2;1.52;6341
+77098;45.36318;6.38549;1159;20220314;10.8;-1.3;4.8;2.1;6.15;.4;1.57;13577
+77098;45.36318;6.38549;1159;20220315;11.5;3.1;7.3;3.2;7.1;0;1.65;9922
+77098;45.36318;6.38549;1159;20220316;16.1;2.9;9.5;1.6;6.35;.1;2.09;13162
+77098;45.36318;6.38549;1159;20220317;12.1;2.8;7.5;2.2;7.38;0;1.62;10290
+77098;45.36318;6.38549;1159;20220318;10.3;4.8;7.5;6.5;6.55;0;1.98;9440
+77098;45.36318;6.38549;1159;20220319;11.9;3.3;7.6;4.4;4.51;0;3.01;14171
+77098;45.36318;6.38549;1159;20220320;9.7;2.7;6.2;3.6;4.15;0;2.69;14888
+77098;45.36318;6.38549;1159;20220321;10.2;.3;5.2;3.3;4.18;0;2.61;15761
+77098;45.36318;6.38549;1159;20220322;10.7;-2.1;4.3;2.5;3.05;0;2.7;18010
+77098;45.36318;6.38549;1159;20220323;12.7;-2.3;5.2;2;3.21;0;2.75;19101
+77098;45.36318;6.38549;1159;20220324;15.3;-1.4;6.9;1.4;3.55;0;2.65;19627
+77098;45.36318;6.38549;1159;20220325;15.9;-1;7.4;2.5;3.65;0;2.99;19964
+77098;45.36318;6.38549;1159;20220326;15.3;.7;8;3.6;3.65;0;3.36;17669
+77098;45.36318;6.38549;1159;20220327;14.3;1.3;7.8;1.5;3.81;0;2.59;17411
+77098;45.36318;6.38549;1159;20220328;17.1;-.1;8.5;1.5;3.91;0;2.84;20506
+77098;45.36318;6.38549;1159;20220329;15;3;9;2.5;4.88;1.2;2.85;17565
+77098;45.36318;6.38549;1159;20220330;7.8;3.6;5.7;1.8;7.58;1.9;1.47;10101
+77098;45.36318;6.38549;1159;20220331;8;3;5.5;1.9;6.88;8.8;1.52;9566
+77098;45.36318;6.38549;1159;20220401;1.1;-2.2;-.5;2.4;4.51;15.6;1.15;6321
+77098;45.36318;6.38549;1159;20220402;.8;-5.1;-2.2;3.1;3.78;2.6;1.35;11109
+77098;45.36318;6.38549;1159;20220403;2.9;-6.5;-1.8;3;3.85;.1;1.49;13048
+77098;45.36318;6.38549;1159;20220404;6.8;-5.7;.5;1.9;4.08;0;2.19;19598
+77098;45.36318;6.38549;1159;20220405;13;-3.3;4.9;1.8;5.01;0;2.74;21131
+77098;45.36318;6.38549;1159;20220406;13.1;-.4;6.4;2;6.38;7.4;2.6;18748
+77098;45.36318;6.38549;1159;20220407;8.8;2.4;5.6;4.2;7.46;36;1.58;13090
+77098;45.36318;6.38549;1159;20220408;8.5;3.4;5.9;2.9;8.58;17.3;1.28;9730
+77098;45.36318;6.38549;1159;20220409;3.1;.3;1.7;2.4;5.28;6.6;1.48;10144
+77098;45.36318;6.38549;1159;20220410;10.7;-5;2.9;1.8;4.11;0;2.65;22306
+77098;45.36318;6.38549;1159;20220411;16.1;-1.9;7.1;2.3;5.38;0;3.24;23100
+77098;45.36318;6.38549;1159;20220412;18.4;2.8;10.6;2.7;6.91;0;3.51;20441
+77098;45.36318;6.38549;1159;20220413;18.4;6.5;12.5;2.5;6.95;0;3.66;19879
+77098;45.36318;6.38549;1159;20220414;19.3;3.4;11.3;2.2;7.45;0;3.76;23169
+77098;45.36318;6.38549;1159;20220415;20.1;4.8;12.4;1.5;8.18;0;3.52;23343
+77098;45.36318;6.38549;1159;20220416;20.8;6.6;13.7;3.4;7.48;0;3.74;21940
+77098;45.36318;6.38549;1159;20220417;17.7;3.1;10.4;4.3;5.98;0;3.85;21255
+77098;45.36318;6.38549;1159;20220418;16.9;1.3;9.1;2;6.01;0;3.65;24623
+77098;45.36318;6.38549;1159;20220419;16.6;1.8;9.2;1.7;5.68;0;3.49;24263
+77098;45.36318;6.38549;1159;20220420;16.1;3.4;9.7;3;6.55;0;3.25;20627
+77098;45.36318;6.38549;1159;20220421;13.3;4.3;8.8;3.8;6.51;.1;3.13;17987
+77098;45.36318;6.38549;1159;20220422;16.1;3.7;9.9;2.4;7.21;.7;3.31;21063
+77098;45.36318;6.38549;1159;20220423;10.5;6.6;8.6;2.6;8.15;9.9;1.93;11323
+77098;45.36318;6.38549;1159;20220424;9.9;1.4;5.7;2.2;7.51;7.3;1.99;16374
+77098;45.36318;6.38549;1159;20220425;11.2;4.7;7.9;1.8;8.28;.7;2.06;13748
+77098;45.36318;6.38549;1159;20220426;14.3;3.9;9.1;1.8;7.15;.1;2.96;19535
+77098;45.36318;6.38549;1159;20220427;17.8;1.3;9.5;2.6;6.11;0;3.75;26244
+77098;45.36318;6.38549;1159;20220428;18.8;3;10.9;2.4;6.48;0;3.89;25322
+77098;45.36318;6.38549;1159;20220429;18.9;3.6;11.3;2.2;7.11;.2;4.06;24702
+77098;45.36318;6.38549;1159;20220430;15.1;5.8;10.4;2.1;7.68;1.3;3.11;18013
+77098;45.36318;6.38549;1159;20220501;15.5;1.6;8.6;1.4;6.78;0;3.44;25186
+77098;45.36318;6.38549;1159;20220502;17.5;2.5;10;1.8;7.55;1.6;3.69;25743
+77098;45.36318;6.38549;1159;20220503;14.1;5.9;10;1.3;8.81;1.3;2.74;18477
+77098;45.36318;6.38549;1159;20220504;15;5.5;10.2;1.8;9.15;6.7;2.89;19485
+77098;45.36318;6.38549;1159;20220505;9.9;6.4;8.2;1.7;8.96;17.3;1.54;8719
+77098;45.36318;6.38549;1159;20220506;13.9;5.7;9.8;2.2;8.78;.1;2.44;14808
+77098;45.36318;6.38549;1159;20220507;16.6;6.6;11.6;2.1;9.35;4.3;3.01;18164
+77098;45.36318;6.38549;1159;20220508;17.4;6.8;12.1;2;9.5;2.1;3.16;19253
+77098;45.36318;6.38549;1159;20220509;17.8;5.3;11.5;1.4;9.63;.2;3.01;19315
+77098;45.36318;6.38549;1159;20220510;20.8;5.7;13.2;1.3;9.9;0;3.61;22498
+77098;45.36318;6.38549;1159;20220511;23;7.8;15.4;2.6;9.78;0;4.41;24435
+77098;45.36318;6.38549;1159;20220512;23.4;8.5;16;2.3;9.68;0;4.43;23301
+77098;45.36318;6.38549;1159;20220513;21.3;9.1;15.2;1.5;11.13;0;3.74;21904
+77098;45.36318;6.38549;1159;20220514;23.1;7.9;15.5;1.5;11;0;4.19;24775
+77098;45.36318;6.38549;1159;20220515;23.6;8.4;16;1.9;11;2.2;4.24;23949
+77098;45.36318;6.38549;1159;20220516;22.3;9;15.6;1.9;10.88;.8;4.04;22632
+77098;45.36318;6.38549;1159;20220517;24.9;8.9;16.9;1.5;10.75;0;4.35;23660
+77098;45.36318;6.38549;1159;20220518;26.5;9.7;18.1;1.6;11.15;4.1;4.79;25652
+77098;45.36318;6.38549;1159;20220519;24.8;12.6;18.7;2.5;12.28;2;4.48;21936
+77098;45.36318;6.38549;1159;20220520;26.2;11.6;18.9;3.1;10.9;.1;5.34;24779
+77098;45.36318;6.38549;1159;20220521;26.1;10.7;18.4;1.5;11.23;0;4.73;25471
+77098;45.36318;6.38549;1159;20220522;28.1;12.1;20.1;1.6;11.9;1.3;4.79;23627
+77098;45.36318;6.38549;1159;20220523;23.7;13.4;18.5;2.3;11.35;5.8;4.21;19098
+77098;45.36318;6.38549;1159;20220524;16.9;9.7;13.3;1.6;10.63;3;2.92;16504
+77098;45.36318;6.38549;1159;20220525;16.2;6.8;11.5;1.1;10.03;0;2.9;18697
+77098;45.36318;6.38549;1159;20220526;20.5;6.5;13.5;1.5;10.25;0;3.89;24314
+77098;45.36318;6.38549;1159;20220527;23;7.6;15.3;1.5;11.25;0;4.37;26164
+77098;45.36318;6.38549;1159;20220528;21.5;7.6;14.6;1.5;9.48;0;4.23;25289
+77098;45.36318;6.38549;1159;20220529;18.4;4.4;11.4;1.9;7.4;0;3.9;23600
+77098;45.36318;6.38549;1159;20220530;18.9;3.9;11.4;1.8;7.35;0;4.03;25424
+77098;45.36318;6.38549;1159;20220531;15.8;6.9;11.4;2.3;9.63;5.6;2.87;16695
+77098;45.36318;6.38549;1159;20220601;20.6;7.2;13.9;1.7;10.98;1.3;3.63;20421
+77098;45.36318;6.38549;1159;20220602;23;11.3;17.2;1.8;11.93;.7;4.25;21932
+77098;45.36318;6.38549;1159;20220603;22.6;12.1;17.4;1.7;12.73;2;3.95;20426
+77098;45.36318;6.38549;1159;20220604;26.6;12.1;19.4;2.7;12.99;0;4.72;17928
+77098;45.36318;6.38549;1159;20220605;22.5;13.8;18.1;2.1;12.86;4.6;3.37;13162
+77098;45.36318;6.38549;1159;20220606;24.3;8.3;16.3;1.3;11.26;4.9;3.67;17961
+77098;45.36318;6.38549;1159;20220607;21.2;11.2;16.2;1.5;10.66;.1;3.2;14360
+77098;45.36318;6.38549;1159;20220608;18.4;5.7;12;1.3;9.39;11.2;2.86;15496
+77098;45.36318;6.38549;1159;20220609;15.5;7.7;11.6;1.8;10.41;6.8;2.77;16266
+77098;45.36318;6.38549;1159;20220610;21.4;2.9;12.2;1.1;9.04;.1;4.11;26015
+77098;45.36318;6.38549;1159;20220611;26;7.4;16.7;1.4;9.4;0;5.08;28793
+77098;45.36318;6.38549;1159;20220612;28;9.6;18.8;1.5;10.15;.2;5.35;27636
+77098;45.36318;6.38549;1159;20220613;25;11.9;18.4;1.8;11.45;.2;4.92;25338
+77098;45.36318;6.38549;1159;20220614;28;9.4;18.7;1.4;10.6;0;5.43;29013
+77098;45.36318;6.38549;1159;20220615;27.6;12.9;20.2;2.1;11.93;.6;5.26;25133
+77098;45.36318;6.38549;1159;20220616;28.5;13.6;21;1.9;12.23;0;5.56;27144
+77098;45.36318;6.38549;1159;20220617;30;11.8;20.9;1.4;10.9;0;5.61;28039
+77098;45.36318;6.38549;1159;20220618;30.8;14.5;22.6;2;12.4;.8;5.92;26916
+77098;45.36318;6.38549;1159;20220619;29.7;16.5;23.1;2.8;13.68;0;6;25571
+77098;45.36318;6.38549;1159;20220620;28.7;13.5;21.1;2.1;11.38;0;5.71;26627
+77098;45.36318;6.38549;1159;20220621;28.7;14.2;21.4;2.5;11.75;2.7;5.5;23507
+77098;45.36318;6.38549;1159;20220622;23;14.3;18.6;2.3;14.7;2;3.81;19142
+77098;45.36318;6.38549;1159;20220623;23.5;12.7;18.1;2;13.93;2.1;3.96;20287
+77098;45.36318;6.38549;1159;20220624;17.6;12.1;14.8;1.7;12.7;9.7;2.77;14798
+77098;45.36318;6.38549;1159;20220625;23.3;8.1;15.7;1.3;11.88;.1;4.27;23867
+77098;45.36318;6.38549;1159;20220626;25.4;12.1;18.8;1.5;13.71;0;4.67;23421
+77098;45.36318;6.38549;1159;20220627;21.9;13.6;17.7;1.4;13.24;1.2;3.25;15336
+77098;45.36318;6.38549;1159;20220628;18.7;12.1;15.4;1.1;14.61;8.4;2.81;15573
+77098;45.36318;6.38549;1159;20220629;25.4;9.8;17.6;1.2;12.98;0;4.68;26356
+77098;45.36318;6.38549;1159;20220630;25.8;11.7;18.8;1.6;13.05;7;4.58;23945
+77098;45.36318;6.38549;1159;20220701;20.7;9.9;15.3;1.7;11.53;.6;3.95;22454
+77098;45.36318;6.38549;1159;20220702;26.9;7.4;17.2;1.3;9.83;.1;5.17;29344
+77098;45.36318;6.38549;1159;20220703;29.4;12.8;21.1;1.4;11.63;1.3;5.37;26639
+77098;45.36318;6.38549;1159;20220704;26.2;14.4;20.3;1.3;14.25;2.7;4.55;23395
+77098;45.36318;6.38549;1159;20220705;25;11.8;18.4;1.4;12.58;.2;4.69;25473
+77098;45.36318;6.38549;1159;20220706;25.3;10.3;17.8;1.6;11.15;0;4.93;26459
+77098;45.36318;6.38549;1159;20220707;24.3;9.3;16.8;1.5;11.03;0;4.61;25542
+77098;45.36318;6.38549;1159;20220708;25.9;8.6;17.3;1.7;10.7;0;5.13;27612
+77098;45.36318;6.38549;1159;20220709;25.1;10.1;17.6;1.4;10.93;0;4.56;24043
+77098;45.36318;6.38549;1159;20220710;26.7;10;18.3;1.6;11.05;0;5.08;26581
+77098;45.36318;6.38549;1159;20220711;27.1;10.8;18.9;1.6;11.9;0;5.09;26829
+77098;45.36318;6.38549;1159;20220712;27.8;11.3;19.6;1.5;10.78;0;5.25;27124
+77098;45.36318;6.38549;1159;20220713;28.5;11.4;20;1.4;11.45;0;5.19;26685
+77098;45.36318;6.38549;1159;20220714;30.6;14.6;22.6;1.5;12.43;0;5.47;26096
+77098;45.36318;6.38549;1159;20220715;29.4;12.8;21.1;1.5;10.53;0;5.42;27233
+77098;45.36318;6.38549;1159;20220716;29.7;12;20.9;1.6;10.38;0;5.58;27494
+77098;45.36318;6.38549;1159;20220717;30.7;12.4;21.6;1.5;11.33;0;5.56;27508
+77098;45.36318;6.38549;1159;20220718;32.8;13.9;23.4;1.6;11.75;0;5.85;26895
+77098;45.36318;6.38549;1159;20220719;32.5;14.8;23.7;2;13.38;0;5.96;26428
+77098;45.36318;6.38549;1159;20220720;30.3;17.1;23.7;1.9;15;1;5.2;22682
+77098;45.36318;6.38549;1159;20220721;30;13.9;22;1.4;13.33;0;5.26;26021
+77098;45.36318;6.38549;1159;20220722;31.9;13.6;22.7;1.6;12.28;.3;5.58;25988
+77098;45.36318;6.38549;1159;20220723;27.9;15.3;21.6;1.7;14.53;.1;4.78;22895
+77098;45.36318;6.38549;1159;20220724;31.5;13.2;22.3;1.4;13.68;0;5.42;26648
+77098;45.36318;6.38549;1159;20220725;30.9;15.7;23.3;2.1;12.55;.8;5.59;24560
+77098;45.36318;6.38549;1159;20220726;26.9;14.1;20.5;1.9;12.85;0;4.63;21956
+77098;45.36318;6.38549;1159;20220727;27;11.1;19;1.8;11.83;0;4.93;24924
+77098;45.36318;6.38549;1159;20220728;26.8;11.5;19.2;1.6;11.2;0;4.71;23802
+77098;45.36318;6.38549;1159;20220729;20.7;12.9;16.8;1;12;6.6;2.99;15219
+77098;45.36318;6.38549;1159;20220730;26.1;10.5;18.3;1.4;10.75;0;4.45;23123
+77098;45.36318;6.38549;1159;20220731;28.4;10.8;19.6;1.5;10.25;0;4.94;25152
+77098;45.36318;6.38549;1159;20220801;29.7;11.9;20.8;1.5;10.73;0;5.15;25497
+77098;45.36318;6.38549;1159;20220802;30;12.2;21.1;1.6;10.93;0;5.25;25618
+77098;45.36318;6.38549;1159;20220803;30.5;13.9;22.2;1.5;12.6;0;5;24221
+77098;45.36318;6.38549;1159;20220804;30.2;16.1;23.2;1.6;13.8;0;4.75;20980
+77098;45.36318;6.38549;1159;20220805;29.5;16;22.8;1.6;14.3;.7;4.69;21751
+77098;45.36318;6.38549;1159;20220806;27.8;12;19.9;1.6;13.55;0;4.58;23561
+77098;45.36318;6.38549;1159;20220807;27.3;12.4;19.9;1.9;13.1;.4;4.57;22702
+77098;45.36318;6.38549;1159;20220808;28.1;11.4;19.7;1.8;11.9;0;4.78;23961
+77098;45.36318;6.38549;1159;20220809;29.5;12.9;21.2;1.8;11.93;.3;5.05;24354
+77098;45.36318;6.38549;1159;20220810;28.1;12.9;20.5;1.8;11.73;.6;4.63;22293
+77098;45.36318;6.38549;1159;20220811;28.7;12;20.3;1.4;11.28;0;4.68;23836
+77098;45.36318;6.38549;1159;20220812;29.3;11.8;20.6;1.7;10.33;0;4.94;24071
+77098;45.36318;6.38549;1159;20220813;28.7;11.7;20.2;1.8;8.23;0;5.03;23762
+77098;45.36318;6.38549;1159;20220814;20.9;12.8;16.8;1.7;11.38;16.5;3.1;14392
+77098;45.36318;6.38549;1159;20220815;23.3;9.4;16.3;1.4;11.8;.1;3.44;18952
+77098;45.36318;6.38549;1159;20220816;26.8;9.6;18.2;1.5;11.23;0;4.18;22793
+77098;45.36318;6.38549;1159;20220817;24.7;13.9;19.3;2.3;13.43;14.5;3.62;16037
+77098;45.36318;6.38549;1159;20220818;19.2;9.8;14.5;1.8;13.15;18.4;2.61;15347
+77098;45.36318;6.38549;1159;20220819;19.3;10.5;14.9;1.5;12.98;2.5;2.52;13920
+77098;45.36318;6.38549;1159;20220820;22.9;10.7;16.8;1.7;12.75;.2;3.38;17726
+77098;45.36318;6.38549;1159;20220821;24.7;10;17.4;1.6;11.85;0;3.83;20830
+77098;45.36318;6.38549;1159;20220822;24.4;10;17.2;1.7;11.43;0;3.76;19859
+77098;45.36318;6.38549;1159;20220823;26.1;9.4;17.8;1.5;11.2;.1;3.94;21263
+77098;45.36318;6.38549;1159;20220824;27.1;11.6;19.4;1.4;11.75;0;4.02;21078
+77098;45.36318;6.38549;1159;20220825;27.7;12.2;19.9;1.4;12.88;.5;3.89;20149
+77098;45.36318;6.38549;1159;20220826;23.2;13.7;18.5;.9;13.8;4.4;2.84;15125
+77098;45.36318;6.38549;1159;20220827;24.4;9.8;17.1;1.1;13.64;0;3.04;17392
+77098;45.36318;6.38549;1159;20220828;24.5;10.6;17.6;1.1;13.68;.1;3.14;17490
+77098;45.36318;6.38549;1159;20220829;26.7;10.6;18.7;1.1;12.51;0;3.46;18762
+77098;45.36318;6.38549;1159;20220830;23.9;12.8;18.4;1.6;12.98;3.8;3.08;15139
+77098;45.36318;6.38549;1159;20220831;22.9;10.6;16.8;1.2;13.45;.6;2.95;17400
+77098;45.36318;6.38549;1159;20220901;24.3;9;16.7;1.2;11.48;0;3.33;19862
+77098;45.36318;6.38549;1159;20220902;22;10.1;16;1.4;11.95;11.6;2.75;15388
+77098;45.36318;6.38549;1159;20220903;21.2;12;16.6;2;13.1;2.1;2.62;14055
+77098;45.36318;6.38549;1159;20220904;23.9;10.2;17;1.1;12.43;0;3.05;18162
+77098;45.36318;6.38549;1159;20220905;25.3;11.5;18.4;2;12.7;0;3.4;18246
+77098;45.36318;6.38549;1159;20220906;25.2;12.3;18.8;2.2;13.58;1.6;3.27;16343
+77098;45.36318;6.38549;1159;20220907;24.2;12.3;18.3;2.3;13.78;9.2;3.07;15043
+77098;45.36318;6.38549;1159;20220908;20.3;10.1;15.2;2.1;12.08;.1;2.62;15241
+77098;45.36318;6.38549;1159;20220909;19.4;8.7;14.1;1.9;10.13;.3;2.61;14793
+77098;45.36318;6.38549;1159;20220910;18.3;7.8;13;1.4;9.73;0;2.33;14179
+77098;45.36318;6.38549;1159;20220911;21.8;5.5;13.7;1.1;9.33;0;2.83;18918
+77098;45.36318;6.38549;1159;20220912;25.9;7.3;16.6;1.4;9.68;0;3.33;19558
+77098;45.36318;6.38549;1159;20220913;25.4;11.2;18.3;2.2;11.8;.6;3.35;16363
+77098;45.36318;6.38549;1159;20220914;19.8;14.9;17.4;3.1;14.23;8.7;2.25;9151
+77098;45.36318;6.38549;1159;20220915;19.2;10.5;14.8;1.9;12.93;6;2.09;11790
+77098;45.36318;6.38549;1159;20220916;18.1;9.6;13.8;1.5;11.1;6.4;2.11;12065
+77098;45.36318;6.38549;1159;20220917;13.9;5;9.4;2.2;6.68;.1;2.29;12567
+77098;45.36318;6.38549;1159;20220918;16.7;.2;8.4;1.2;6.15;0;2.31;17969
+77098;45.36318;6.38549;1159;20220919;17.9;2.6;10.2;1.3;6.53;0;2.42;17111
+77098;45.36318;6.38549;1159;20220920;17.8;1.9;9.8;1.2;6.95;0;2.31;17298
+77098;45.36318;6.38549;1159;20220921;17.2;3.3;10.2;1.6;7.65;0;2.34;16244
+77098;45.36318;6.38549;1159;20220922;18.1;4.4;11.2;1.4;8.28;0;2.23;15595
+77098;45.36318;6.38549;1159;20220923;17.7;4.4;11.1;2;8.85;7.2;2.06;14229
+77098;45.36318;6.38549;1159;20220924;12.2;9;10.6;1.4;10.7;8.2;1.18;6614
+77098;45.36318;6.38549;1159;20220925;12.2;6.6;9.4;1;9.9;7;1.28;8925
+77098;45.36318;6.38549;1159;20220926;12.9;4.2;8.6;1.6;8.48;7.4;1.57;11561
+77098;45.36318;6.38549;1159;20220927;10.9;4.7;7.8;2.3;7.88;8.7;1.3;8820
+77098;45.36318;6.38549;1159;20220928;10.8;4.1;7.5;2.5;9.03;20.8;1.09;8229
+77098;45.36318;6.38549;1159;20220929;11;6.2;8.6;1.5;8.98;1;1.22;7561
+77098;45.36318;6.38549;1159;20220930;9.7;2.9;6.3;1;8.08;.5;1.05;8084
+77098;45.36318;6.38549;1159;20221001;9.6;3.1;6.4;2;9.2;9.4;.88;6713
+77098;45.36318;6.38549;1159;20221002;18.4;7.8;13.1;1.5;11.4;.1;1.65;11202
+77098;45.36318;6.38549;1159;20221003;18.1;6.4;12.2;1;9.8;.1;1.75;12471
+77098;45.36318;6.38549;1159;20221004;20.6;4.2;12.4;1.3;8.5;0;2.04;14555
+77098;45.36318;6.38549;1159;20221005;20.7;6.8;13.8;1.9;9.15;.2;2.22;13922
+77098;45.36318;6.38549;1159;20221006;19.4;6.2;12.8;1.3;10.08;.1;1.76;12253
+77098;45.36318;6.38549;1159;20221007;19.2;6.1;12.6;1.5;9.83;.2;1.77;12071
+77098;45.36318;6.38549;1159;20221008;13.9;8.3;11.1;.9;10.93;4.8;1.09;6882
+77098;45.36318;6.38549;1159;20221009;15.1;7.8;11.4;1.2;11.2;1.9;1.2;8631
+77098;45.36318;6.38549;1159;20221010;17.9;8.7;13.3;1.7;10.8;0;1.59;10764
+77098;45.36318;6.38549;1159;20221011;18.8;5.6;12.2;.9;10;.1;1.52;12021
+77098;45.36318;6.38549;1159;20221012;17;8.1;12.5;1.1;10.5;.5;1.44;10589
+77098;45.36318;6.38549;1159;20221013;14.9;4.7;9.8;1.1;9.5;1.1;1.17;9029
+77098;45.36318;6.38549;1159;20221014;14.2;7.3;10.7;1.8;10.53;1.3;1.08;7269
+77098;45.36318;6.38549;1159;20221015;19.7;7;13.4;2.1;10.4;.2;1.73;11417
+77098;45.36318;6.38549;1159;20221016;20.2;7.9;14.1;2.5;9.78;0;1.96;11527
+77098;45.36318;6.38549;1159;20221017;21.4;9;15.2;2.4;10.05;0;2.04;11369
+77098;45.36318;6.38549;1159;20221018;21.9;9.3;15.6;1.5;10.05;.2;1.83;11281
+77098;45.36318;6.38549;1159;20221019;22.5;7.1;14.8;1.4;8.53;0;1.83;11358
+77098;45.36318;6.38549;1159;20221020;17.4;9.9;13.7;2.6;10;2.1;1.71;7141
+77098;45.36318;6.38549;1159;20221021;13;11.3;12.1;2.9;12.33;31.3;.99;3660
+77098;45.36318;6.38549;1159;20221022;16.7;10.1;13.4;2.2;11.38;0;1.34;8032
+77098;45.36318;6.38549;1159;20221023;18;8.5;13.2;3.4;10.45;1.6;1.66;7105
+77098;45.36318;6.38549;1159;20221024;14.1;11.5;12.8;2.5;11.43;12.7;1.22;3897
+77098;45.36318;6.38549;1159;20221025;16.7;5;10.8;1.5;9.63;0;1.2;9194
+77098;45.36318;6.38549;1159;20221026;20.9;9.6;15.3;2;9.78;.1;1.75;9684
+77098;45.36318;6.38549;1159;20221027;22.1;8.8;15.5;1.8;9.38;0;1.74;9379
+77098;45.36318;6.38549;1159;20221028;23;10.2;16.6;1.9;8.83;0;2;9216
+77098;45.36318;6.38549;1159;20221029;23;10.6;16.8;1.4;8.53;.1;1.79;9032
+77098;45.36318;6.38549;1159;20221030;21.5;10.2;15.9;1.5;8.13;0;1.71;9051
+77098;45.36318;6.38549;1159;20221031;19.7;7.1;13.4;1.8;8.35;11.4;1.46;8545
+77098;45.36318;6.38549;1159;20221101;14.5;8;11.3;2;9.85;7;.98;5926
+77098;45.36318;6.38549;1159;20221102;13.9;4.3;9.1;.9;8.78;.1;.81;7986
+77098;45.36318;6.38549;1159;20221103;10;2.5;6.3;2.6;8.03;20.1;.77;5126
+77098;45.36318;6.38549;1159;20221104;6.6;1.3;4;1.9;6.7;3.9;.65;4800
+77098;45.36318;6.38549;1159;20221105;8.6;.3;4.5;1.5;5.68;.1;.92;6756
+77098;45.36318;6.38549;1159;20221106;13;-1.2;5.9;1.7;5.35;.2;1.06;8196
+77098;45.36318;6.38549;1159;20221107;14.9;.9;7.9;1.4;5.78;0;.99;8785
+77098;45.36318;6.38549;1159;20221108;14.4;2.4;8.4;3;6.1;0;1.31;7330
+77098;45.36318;6.38549;1159;20221109;10.2;5.8;8;1.9;8.73;14.2;.71;3872
+77098;45.36318;6.38549;1159;20221110;12.7;3.3;8;1.3;8.03;0;.75;7279
+77098;45.36318;6.38549;1159;20221111;16.3;1.2;8.8;1;6.7;0;.8;8419
+77098;45.36318;6.38549;1159;20221112;16.8;3.6;10.2;.9;6.55;0;.92;7131
+77098;45.36318;6.38549;1159;20221113;14.1;4.6;9.3;1.9;6.03;0;1.22;5441
+77098;45.36318;6.38549;1159;20221114;8.4;4;6.2;2.9;7.15;1;.84;4371
+77098;45.36318;6.38549;1159;20221115;9;4.7;6.9;2.4;8.43;12.9;.58;3758
+77098;45.36318;6.38549;1159;20221116;10.6;3.7;7.1;1.8;7.95;.4;.62;5761
+77098;45.36318;6.38549;1159;20221117;11.8;2.8;7.3;3.6;7.88;13.4;.86;5562
+77098;45.36318;6.38549;1159;20221118;7.4;1.8;4.6;1.9;6.7;1;.6;4451
+77098;45.36318;6.38549;1159;20221119;6.7;-1.3;2.7;1.4;5.1;.6;.62;5457
+77098;45.36318;6.38549;1159;20221120;5.8;-2.4;1.7;1.3;4.8;.6;.57;5431
+77098;45.36318;6.38549;1159;20221121;6.1;-1.9;2.1;2.2;5.38;10.5;.58;5016
+77098;45.36318;6.38549;1159;20221122;4.8;0;2.4;1.9;5.43;1.4;.58;4027
+77098;45.36318;6.38549;1159;20221123;4.9;-3.1;.9;1.9;5.08;9.1;.5;4882
+77098;45.36318;6.38549;1159;20221124;7.7;-.4;3.6;1.7;5.53;0;.58;5465
+77098;45.36318;6.38549;1159;20221125;8.4;.6;4.5;1.4;5.55;1.6;.65;4533
+77098;45.36318;6.38549;1159;20221126;7.6;-.6;3.5;1.6;4.98;0;.77;5487
+77098;45.36318;6.38549;1159;20221127;7.3;-2.7;2.3;2;3.98;0;.83;4909
+77098;45.36318;6.38549;1159;20221128;5.9;.9;3.4;2.3;5.2;1.9;.73;3401
+77098;45.36318;6.38549;1159;20221129;2.4;-.5;1;.8;5.85;1.9;.35;2881
+77098;45.36318;6.38549;1159;20221130;5.6;-1.8;1.9;1.1;5.25;0;.41;4572
+77098;45.36318;6.38549;1159;20221201;3.9;-3;.4;.8;4.68;0;.37;4417
+77098;45.36318;6.38549;1159;20221202;3.7;-4.2;-.2;.9;4.38;0;.37;4320
+77098;45.36318;6.38549;1159;20221203;3.6;-2.2;.7;1.9;4.88;0;.54;3233
+77098;45.36318;6.38549;1159;20221204;4.6;.7;2.7;1.3;5.85;7.7;.47;2868
+77098;45.36318;6.38549;1159;20221205;3.6;-1;1.3;.9;5.25;0;.36;3620
+77098;45.36318;6.38549;1159;20221206;4.8;-5.2;-.2;.6;4.13;0;.26;5413
+77098;45.36318;6.38549;1159;20221207;-1.4;-6.8;-4.1;.5;3.78;0;.21;3553
+77098;45.36318;6.38549;1159;20221208;2.2;-7.9;-2.9;1.2;3.88;8;.3;5235
+77098;45.36318;6.38549;1159;20221209;2;-.5;.7;1.6;6.13;16.3;.28;2263
+77098;45.36318;6.38549;1159;20221210;.3;-.8;-.2;1.1;5.28;.6;.4;1087
+77098;45.36318;6.38549;1159;20221211;-.8;-7.8;-4.3;1.2;3.05;0;.34;4667
+77098;45.36318;6.38549;1159;20221212;0;-10.3;-5.2;1;2.85;4;.26;5291
+77098;45.36318;6.38549;1159;20221213;1.2;-4.7;-1.7;2.5;5;2.2;.26;3222
+77098;45.36318;6.38549;1159;20221214;4.5;.1;2.3;2.1;6.6;3.8;.27;2670
+77098;45.36318;6.38549;1159;20221215;4.3;-.8;1.7;1.6;6.28;16.4;.34;2682
+77098;45.36318;6.38549;1159;20221216;1.8;-.2;.8;.9;5.95;.3;.31;2005
+77098;45.36318;6.38549;1159;20221217;.6;-5.1;-2.3;1;4.3;0;.24;4281
+77098;45.36318;6.38549;1159;20221218;4.9;-6.9;-1;2.1;3.7;0;.52;5343
+77098;45.36318;6.38549;1159;20221219;6.4;-1.2;2.6;3.9;5.33;.1;.71;4434
+77098;45.36318;6.38549;1159;20221220;6.5;.4;3.4;3.8;5.95;1.1;.8;3708
+77098;45.36318;6.38549;1159;20221221;5.3;2.4;3.9;2.4;6.98;3.2;.46;2375
+77098;45.36318;6.38549;1159;20221222;6.5;1.1;3.8;2.6;6.9;17.2;.34;3200
+77098;45.36318;6.38549;1159;20221223;7.1;2.6;4.8;2.2;8.28;20.7;.25;2436
+77098;45.36318;6.38549;1159;20221224;8.5;3.9;6.2;1.7;7.98;.1;.43;3326
+77098;45.36318;6.38549;1159;20221225;11.1;2.4;6.8;2;6.45;0;.73;4471
+77098;45.36318;6.38549;1159;20221226;7.8;2.6;5.2;2.2;6.6;5.4;.55;3007
+77098;45.36318;6.38549;1159;20221227;6.3;1.7;4;1;6.2;.1;.4;3613
+77098;45.36318;6.38549;1159;20221228;6.1;-3;1.6;1.7;4.43;0;.49;4852
+77098;45.36318;6.38549;1159;20221229;7.3;-.5;3.4;2.6;5.93;3.5;.51;3906
+77098;45.36318;6.38549;1159;20221230;5.9;1.6;3.7;2.5;7.35;9.1;.32;2582
+77098;45.36318;6.38549;1159;20221231;11.8;3.4;7.6;3.2;8.35;.2;.72;4461
+77099;45.37362;6.70385;1868;20220101;11.7;6.2;8.9;2.3;3.59;0;1.12;7400
+77099;45.37362;6.70385;1868;20220102;8.6;6.2;7.4;3.6;3.94;0;1.72;6250
+77099;45.37362;6.70385;1868;20220103;3.9;1.6;2.8;3.3;4.54;.1;.89;5600
+77099;45.37362;6.70385;1868;20220104;6.6;1.9;4.3;6;5.74;5.6;1.11;3650
+77099;45.37362;6.70385;1868;20220105;-4.5;-3.9;-4.2;5.8;3.49;3.1;.52;4500
+77099;45.37362;6.70385;1868;20220106;-5.8;-12;-8.9;2.8;2.29;0;.23;9350
+77099;45.37362;6.70385;1868;20220107;-3.3;-11.5;-7.4;2;2.34;3.9;.4;5750
+77099;45.37362;6.70385;1868;20220108;-3;-7.9;-5.5;3.6;3.79;12.8;.25;4450
+77099;45.37362;6.70385;1868;20220109;-6.2;-6.9;-6.5;4.5;3.74;14.8;.13;3350
+77099;45.37362;6.70385;1868;20220110;-5.8;-7.6;-6.7;2.6;2.84;0;.27;8400
+77099;45.37362;6.70385;1868;20220111;-3.2;-10.3;-6.8;3.2;2.04;0;.51;8500
+77099;45.37362;6.70385;1868;20220112;-.1;-7.9;-4;2.3;1.64;0;.78;7150
+77099;45.37362;6.70385;1868;20220113;5.4;-3.5;.9;2.4;1.84;0;1.12;8550
+77099;45.37362;6.70385;1868;20220114;7.5;1;4.3;1.9;2.39;0;.93;8550
+77099;45.37362;6.70385;1868;20220115;7;1.4;4.2;2.2;2.54;.1;1.08;8650
+77099;45.37362;6.70385;1868;20220116;2.8;-.8;1;2.8;2.49;0;1.07;8800
+77099;45.37362;6.70385;1868;20220117;2.4;-5.3;-1.4;1.9;2.24;0;.75;8800
+77099;45.37362;6.70385;1868;20220118;5.3;-2.9;1.2;2.7;2.69;0;1.11;8800
+77099;45.37362;6.70385;1868;20220119;3.1;-.5;1.3;3.1;2.99;.4;1.11;8950
+77099;45.37362;6.70385;1868;20220120;-2.6;-8.5;-5.5;3.2;3.14;.2;.38;7400
+77099;45.37362;6.70385;1868;20220121;-5.8;-10.4;-8.1;2.1;2.69;0;.29;7800
+77099;45.37362;6.70385;1868;20220122;.2;-10.1;-5;1.7;2.84;0;.44;9300
+77099;45.37362;6.70385;1868;20220123;5.1;-3.1;1;1.9;2.84;0;.87;9250
+77099;45.37362;6.70385;1868;20220124;6.6;-2.4;2.1;1.2;2.54;0;.66;9700
+77099;45.37362;6.70385;1868;20220125;6.6;-1.8;2.4;1.2;2.49;0;.68;9900
+77099;45.37362;6.70385;1868;20220126;5;-.5;2.2;2;2.29;0;1.06;10100
+77099;45.37362;6.70385;1868;20220127;5.8;-1.6;2.1;1.9;1.94;0;1.1;9450
+77099;45.37362;6.70385;1868;20220128;3.9;-2.5;.7;2.6;2.19;0;1.19;10300
+77099;45.37362;6.70385;1868;20220129;5.4;-2.5;1.4;3.1;2.24;0;1.47;9950
+77099;45.37362;6.70385;1868;20220130;5.3;-1.1;2.1;2.4;3.44;0;1.06;10250
+77099;45.37362;6.70385;1868;20220131;-2.5;-3;-2.8;4.9;3.09;2.7;1.01;4900
+77099;45.37362;6.70385;1868;20220201;-2.4;-10;-6.2;3;3.39;5.9;.4;7300
+77099;45.37362;6.70385;1868;20220202;2.5;-3.9;-.7;3.3;4.84;.4;.55;8450
+77099;45.37362;6.70385;1868;20220203;9.1;-1.6;3.7;2.9;3.39;0;1.57;8900
+77099;45.37362;6.70385;1868;20220204;5.6;-1.1;2.3;2.9;3.94;.2;1.19;11100
+77099;45.37362;6.70385;1868;20220205;1.8;-3.4;-.8;1.8;3.99;0;.68;8950
+77099;45.37362;6.70385;1868;20220206;1.4;-6.4;-2.5;3.6;3.34;17.5;.88;9150
+77099;45.37362;6.70385;1868;20220207;-2.2;-3.5;-2.8;3.6;3.84;1.8;.66;11000
+77099;45.37362;6.70385;1868;20220208;5.2;-6.4;-.6;2.4;2.69;0;1.19;11700
+77099;45.37362;6.70385;1868;20220209;10.8;1;5.9;2.2;2.14;0;1.74;12550
+77099;45.37362;6.70385;1868;20220210;4;.6;2.3;4.3;3.43;0;1.17;10733
+77099;45.37362;6.70385;1868;20220211;-1.6;-3.2;-2.4;4.3;3.36;1.5;.87;8266
+77099;45.37362;6.70385;1868;20220212;-.1;-9.2;-4.7;4.4;1.99;0;.99;11766
+77099;45.37362;6.70385;1868;20220213;.4;-6.9;-3.2;5.4;2.43;0;.99;12333
+77099;45.37362;6.70385;1868;20220214;.7;-5.9;-2.6;5;3.43;6.1;.78;6700
+77099;45.37362;6.70385;1868;20220215;-1.9;-5.4;-3.6;3.6;3.63;3.3;.57;8066
+77099;45.37362;6.70385;1868;20220216;1.9;-8.5;-3.3;2.6;5.49;9.8;.27;5550
+77099;45.37362;6.70385;1868;20220217;3.6;1;2.3;4.5;6.34;3.2;.77;9200
+77099;45.37362;6.70385;1868;20220218;10.6;-.2;5.2;4.1;4.44;4.2;1.98;10650
+77099;45.37362;6.70385;1868;20220219;-1;-2.9;-1.9;2.8;4.79;0;.58;8500
+77099;45.37362;6.70385;1868;20220220;3.6;-6.7;-1.6;2.6;3.89;1.7;.97;12350
+77099;45.37362;6.70385;1868;20220221;-1.7;-2.4;-2.1;6.3;4.34;16.5;.72;4750
+77099;45.37362;6.70385;1868;20220222;.6;-5.6;-2.5;3.1;4.09;.2;.91;14900
+77099;45.37362;6.70385;1868;20220223;3.1;-5;-.9;2.4;3.84;0;1.16;14950
+77099;45.37362;6.70385;1868;20220224;3.6;-1.9;.9;3.5;3.64;1;1.5;12100
+77099;45.37362;6.70385;1868;20220225;-2.9;-4.6;-3.8;4.7;3.19;.4;1.01;12900
+77099;45.37362;6.70385;1868;20220226;-.1;-10.1;-5.1;2.8;1.94;0;1.26;15950
+77099;45.37362;6.70385;1868;20220227;-.3;-7.5;-3.9;1.7;2.14;0;1.19;15550
+77099;45.37362;6.70385;1868;20220228;3.1;-8.5;-2.7;2.1;2.14;0;1.45;16150
+77099;45.37362;6.70385;1868;20220301;3.1;-3.5;-.2;2.1;2.59;0;1.55;16150
+77099;45.37362;6.70385;1868;20220302;5.3;-3;1.1;1.4;2.69;0;1.47;14250
+77099;45.37362;6.70385;1868;20220303;5.5;-1.4;2;2.1;3.59;0;1.66;16250
+77099;45.37362;6.70385;1868;20220304;.6;-4.3;-1.9;3.9;2.94;0;1.56;17100
+77099;45.37362;6.70385;1868;20220305;-.4;-7.3;-3.8;2.2;1.99;0;1.42;17250
+77099;45.37362;6.70385;1868;20220306;-2.3;-10.2;-6.3;1.8;2.24;0;1.13;17050
+77099;45.37362;6.70385;1868;20220307;2.2;-9.7;-3.8;1.8;2.44;0;1.38;17450
+77099;45.37362;6.70385;1868;20220308;2.6;-5.9;-1.7;2.2;2.54;0;1.62;18200
+77099;45.37362;6.70385;1868;20220309;5;-6.6;-.8;1.8;3.19;0;1.58;18050
+77099;45.37362;6.70385;1868;20220310;6.5;-2.9;1.8;1.8;2.94;0;1.84;17500
+77099;45.37362;6.70385;1868;20220311;3.7;-2.4;.7;3;3.39;0;1.63;12500
+77099;45.37362;6.70385;1868;20220312;2.5;-2.9;-.2;2.7;3.69;0;1.45;13200
+77099;45.37362;6.70385;1868;20220313;2.3;-2.6;-.2;2.8;4.19;1.4;1.24;9050
+77099;45.37362;6.70385;1868;20220314;5;-5;0;2.1;4.19;.3;1.49;15200
+77099;45.37362;6.70385;1868;20220315;8.1;.4;4.3;3.3;5.59;0;1.43;6300
+77099;45.37362;6.70385;1868;20220316;10.8;3.8;7.3;1.7;4.94;.2;2.01;12950
+77099;45.37362;6.70385;1868;20220317;7.1;3.4;5.2;1.6;6.34;0;1.45;10750
+77099;45.37362;6.70385;1868;20220318;6.3;.1;3.2;6.3;5.56;0;1.42;13066
+77099;45.37362;6.70385;1868;20220319;6.5;-1.4;2.6;3.1;3.89;0;1.97;16833
+77099;45.37362;6.70385;1868;20220320;4.1;-4.1;0;3.8;3.63;0;1.88;18300
+77099;45.37362;6.70385;1868;20220321;5.7;-3.8;1;2.6;3.49;0;1.96;18200
+77099;45.37362;6.70385;1868;20220322;6.8;-3.7;1.6;2.4;2.89;0;2.26;20766
+77099;45.37362;6.70385;1868;20220323;8.9;-2.5;3.2;3.2;2.79;0;2.65;20933
+77099;45.37362;6.70385;1868;20220324;10.2;-.4;4.9;3;2.86;0;2.88;21133
+77099;45.37362;6.70385;1868;20220325;9.4;.2;4.8;4.2;3.06;0;3.01;21100
+77099;45.37362;6.70385;1868;20220326;9.9;-.7;4.6;4;2.96;0;3.14;21533
+77099;45.37362;6.70385;1868;20220327;11;.2;5.6;2.1;2.63;0;2.86;19966
+77099;45.37362;6.70385;1868;20220328;10.9;.4;5.7;2.5;2.83;0;3.03;21400
+77099;45.37362;6.70385;1868;20220329;9.2;1;5.1;4.4;3.86;2.5;2.67;15200
+77099;45.37362;6.70385;1868;20220330;2.3;-.9;.7;2.7;5.96;1.8;.94;7233
+77099;45.37362;6.70385;1868;20220331;1.6;-1.1;.2;3.4;5.73;6.7;.97;7900
+77099;45.37362;6.70385;1868;20220401;-3.7;-4.7;-4.2;3.1;3.75;8;.8;7566
+77099;45.37362;6.70385;1868;20220402;-4.4;-8.5;-6.5;5.2;2.47;2.1;1.44;16575
+77099;45.37362;6.70385;1868;20220403;-3.5;-10;-6.8;1.9;2.92;.1;1.39;22566
+77099;45.37362;6.70385;1868;20220404;.4;-9.7;-4.6;2.6;3.09;0;1.62;22766
+77099;45.37362;6.70385;1868;20220405;6.2;-4.6;.8;2.5;4.29;0;1.96;19766
+77099;45.37362;6.70385;1868;20220406;7.9;-.9;3.5;3.6;5.29;6.6;2.17;18233
+77099;45.37362;6.70385;1868;20220407;2.6;-1.1;.7;5.7;6.09;40;.67;4700
+77099;45.37362;6.70385;1868;20220408;4.9;-.8;2.1;6.6;6.73;23;1;8766
+77099;45.37362;6.70385;1868;20220409;-2.4;-3.6;-3;4.8;3.93;4.4;1.09;12666
+77099;45.37362;6.70385;1868;20220410;3.7;-7.6;-2;2.3;2.93;0;2.18;23833
+77099;45.37362;6.70385;1868;20220411;10.1;-2.3;3.9;4.7;3.79;0;2.86;23066
+77099;45.37362;6.70385;1868;20220412;14.5;1.8;8.1;4;4.89;0;3.57;22200
+77099;45.37362;6.70385;1868;20220413;13.3;5.3;9.3;3.1;6.13;0;3.42;21029
+77099;45.37362;6.70385;1868;20220414;14.4;3.3;8.8;2.8;6.39;0;3.1;20300
+77099;45.37362;6.70385;1868;20220415;14.1;4;9;3;7.03;0;3.08;20666
+77099;45.37362;6.70385;1868;20220416;13;3.5;8.3;5;4.63;0;4.07;25833
+77099;45.37362;6.70385;1868;20220417;10.9;-.3;5.3;5.6;3.23;0;3.77;26100
+77099;45.37362;6.70385;1868;20220418;11.1;-.1;5.5;2.7;4.43;0;3.34;25133
+77099;45.37362;6.70385;1868;20220419;10.8;.4;5.6;3.1;4.26;0;3.42;24533
+77099;45.37362;6.70385;1868;20220420;11.3;.5;5.9;3.5;4.99;.1;3.16;20800
+77099;45.37362;6.70385;1868;20220421;11.1;1.1;6.1;3;5.36;0;3.26;23866
+77099;45.37362;6.70385;1868;20220422;10.7;1.4;6.1;2.3;5.76;.8;2.75;19200
+77099;45.37362;6.70385;1868;20220423;8.1;2.6;5.3;3.7;6.36;12;1.75;10033
+77099;45.37362;6.70385;1868;20220424;3.1;-2.3;.4;4.1;5.96;4.4;1.32;13800
+77099;45.37362;6.70385;1868;20220425;4.6;0;2.3;3.7;6.86;.3;1.2;9866
+77099;45.37362;6.70385;1868;20220426;6.7;0;3.4;3.4;5.86;.2;2.08;16433
+77099;45.37362;6.70385;1868;20220427;10.8;-1.5;4.7;3.3;4.83;0;3.33;27766
+77099;45.37362;6.70385;1868;20220428;12.6;.9;6.7;3.1;4.66;0;3.82;28366
+77099;45.37362;6.70385;1868;20220429;13.3;2.6;7.9;3.5;5.09;.4;3.9;24900
+77099;45.37362;6.70385;1868;20220430;7.3;2;4.7;2.2;6.39;1.2;2.04;14933
+77099;45.37362;6.70385;1868;20220501;9.2;-1.1;4;3;5.63;0;3.04;26766
+77099;45.37362;6.70385;1868;20220502;11;.3;5.6;3.1;5.73;1.3;2.97;21566
+77099;45.37362;6.70385;1868;20220503;7.1;2.2;4.6;1.9;6.89;1.7;1.91;12633
+77099;45.37362;6.70385;1868;20220504;9.6;2.3;6;2.3;7.39;7.2;2.27;16066
+77099;45.37362;6.70385;1868;20220505;3.9;2.2;3.1;2.7;7.33;8.2;1.09;7066
+77099;45.37362;6.70385;1868;20220506;6.8;1.1;4;2.8;7.14;0;.71;1700
+77099;45.37362;6.70385;1868;20220507;8.4;2.7;5.5;3;7.84;4.9;.84;2000
+77099;45.37362;6.70385;1868;20220508;9.7;3.3;6.5;2.1;7.89;1.7;.93;1700
+77099;45.37362;6.70385;1868;20220509;11.3;4.1;7.7;2.5;7.89;.4;1.22;2150
+77099;45.37362;6.70385;1868;20220510;13.7;5.4;9.5;2.4;8.34;0;1.43;2400
+77099;45.37362;6.70385;1868;20220511;16.7;7.3;12;3;7.84;0;2.13;2900
+77099;45.37362;6.70385;1868;20220512;17.1;7.5;12.3;2.6;8.34;0;1.95;2800
+77099;45.37362;6.70385;1868;20220513;15.6;7.7;11.7;2;9.74;0;1.41;2450
+77099;45.37362;6.70385;1868;20220514;17.6;7.6;12.6;2.1;9.64;0;1.69;2750
+77099;45.37362;6.70385;1868;20220515;17.9;9.2;13.5;1.9;9.14;3;1.77;2450
+77099;45.37362;6.70385;1868;20220516;16.5;8.3;12.4;2.3;9.14;1.1;1.63;1850
+77099;45.37362;6.70385;1868;20220517;17.8;9;13.4;2.1;8.74;.1;1.92;2850
+77099;45.37362;6.70385;1868;20220518;19.8;10.7;15.2;3.3;9.09;4.4;2.59;2950
+77099;45.37362;6.70385;1868;20220519;18.6;9.7;14.2;3.3;10.19;2.4;2.02;2450
+77099;45.37362;6.70385;1868;20220520;21.2;11.4;16.3;3.4;9.44;.1;2.7;2850
+77099;45.37362;6.70385;1868;20220521;20;11.2;15.6;2.7;8.94;0;2.41;2750
+77099;45.37362;6.70385;1868;20220522;22.6;13.8;18.2;2.6;9.39;1.7;2.72;2350
+77099;45.37362;6.70385;1868;20220523;19.2;12.3;15.8;4.2;9.39;3.3;2.73;2300
+77099;45.37362;6.70385;1868;20220524;9.7;6.2;7.9;3.9;9.44;4.4;.81;1150
+77099;45.37362;6.70385;1868;20220525;9.5;4.3;6.9;2.4;8.44;0;.88;1500
+77099;45.37362;6.70385;1868;20220526;13.9;4.2;9.1;2;9.24;0;1.19;2900
+77099;45.37362;6.70385;1868;20220527;16.9;7.2;12;2.2;10.24;0;1.5;2750
+77099;45.37362;6.70385;1868;20220528;13.4;7.2;10.3;2.8;8.39;0;1.61;2750
+77099;45.37362;6.70385;1868;20220529;9.3;3.1;6.2;2.3;6.39;0;1.33;3100
+77099;45.37362;6.70385;1868;20220530;12.4;2.9;7.7;3.3;6.04;0;1.84;2550
+77099;45.37362;6.70385;1868;20220531;10.4;5.5;7.9;3.2;7.89;5.6;1.18;750
+77099;45.37362;6.70385;1868;20220601;16.5;7.5;12;2.6;9.12;1.7;2.82;13236
+77099;45.37362;6.70385;1868;20220602;16.1;8.8;12.5;2.7;9.95;4;2.97;12819
+77099;45.37362;6.70385;1868;20220603;17.8;11;14.4;2;10.32;4;2.79;11957
+77099;45.37362;6.70385;1868;20220604;21.4;11.4;16.4;3.6;9.95;0;4.18;15217
+77099;45.37362;6.70385;1868;20220605;16.7;11.7;14.2;2.5;10.45;4.7;2.97;13127
+77099;45.37362;6.70385;1868;20220606;16.6;6.7;11.6;2;9.65;3.6;3;16440
+77099;45.37362;6.70385;1868;20220607;13.7;7.8;10.7;2.5;9.08;.3;2.83;15137
+77099;45.37362;6.70385;1868;20220608;13.3;4.7;9;1.9;7.58;7.5;2.52;13027
+77099;45.37362;6.70385;1868;20220609;8.2;4;6.1;2.9;7.52;1.1;1.88;11784
+77099;45.37362;6.70385;1868;20220610;15.4;2;8.7;2.6;6.75;.1;3.24;18635
+77099;45.37362;6.70385;1868;20220611;20.1;6.7;13.4;2.7;7.65;0;5.13;29419
+77099;45.37362;6.70385;1868;20220612;21.2;11.1;16.1;2.4;7.28;.1;5.21;25795
+77099;45.37362;6.70385;1868;20220613;17.8;11.1;14.5;2.6;10.45;0;4.18;22983
+77099;45.37362;6.70385;1868;20220614;21.4;8.9;15.2;2.5;9.22;0;5.25;29268
+77099;45.37362;6.70385;1868;20220615;21.9;13.7;17.8;2.5;9.25;.9;4.85;21372
+77099;45.37362;6.70385;1868;20220616;22.1;12.5;17.3;2.6;10.18;0;5.44;27836
+77099;45.37362;6.70385;1868;20220617;23.3;12.2;17.8;2.7;9.35;0;5.63;27501
+77099;45.37362;6.70385;1868;20220618;24.8;14.3;19.6;2.6;10.32;.5;5.81;26788
+77099;45.37362;6.70385;1868;20220619;24;14;19;3.7;10.35;0;5.98;25999
+77099;45.37362;6.70385;1868;20220620;23.1;13.5;18.3;3.2;9.22;0;5.64;24834
+77099;45.37362;6.70385;1868;20220621;23.5;15.5;19.5;4.6;8.88;3.5;5.66;18646
+77099;45.37362;6.70385;1868;20220622;18.3;11.1;14.7;2.8;11.12;5.3;3.28;15332
+77099;45.37362;6.70385;1868;20220623;19.2;10;14.6;2.1;10.92;1.9;4.01;21796
+77099;45.37362;6.70385;1868;20220624;13.3;9.3;11.3;2.3;10.15;10.1;2.45;12995
+77099;45.37362;6.70385;1868;20220625;18.4;6.6;12.5;2.1;8.82;.1;4.42;26143
+77099;45.37362;6.70385;1868;20220626;21.9;9.7;15.8;2.7;9.85;0;5.09;26791
+77099;45.37362;6.70385;1868;20220627;17.2;12.1;14.7;2.1;12.28;4.4;3.15;16680
+77099;45.37362;6.70385;1868;20220628;15.5;9.8;12.6;1.5;12.38;10.9;2.27;12760
+77099;45.37362;6.70385;1868;20220629;18.3;8.3;13.3;1.6;11.55;.1;4.11;25620
+77099;45.37362;6.70385;1868;20220630;19.7;10.7;15.2;2.2;10.95;11.5;3.81;19176
+77099;45.37362;6.70385;1868;20220701;13.6;6.6;10.1;2.3;10.58;.4;3.25;23781
+77099;45.37362;6.70385;1868;20220702;21.8;6.8;14.3;1.9;7.85;0;5.25;30134
+77099;45.37362;6.70385;1868;20220703;23.9;14.1;19;2.4;9.32;.5;5.55;26029
+77099;45.37362;6.70385;1868;20220704;20.5;12.9;16.7;2.4;11.32;5.1;4.26;21244
+77099;45.37362;6.70385;1868;20220705;17.6;9.6;13.6;2.2;11.68;0;4.1;25567
+77099;45.37362;6.70385;1868;20220706;17.6;8.5;13.1;2.6;10.25;0;4.39;27296
+77099;45.37362;6.70385;1868;20220707;17.7;8.2;12.9;2.7;9.95;0;4.47;27895
+77099;45.37362;6.70385;1868;20220708;18.1;7;12.6;2.4;8.72;.1;4.6;28360
+77099;45.37362;6.70385;1868;20220709;19.7;9.5;14.6;2.3;9.05;0;4.76;26800
+77099;45.37362;6.70385;1868;20220710;19.2;9.7;14.4;2.7;8.88;0;4.96;27671
+77099;45.37362;6.70385;1868;20220711;20.6;10.3;15.4;2.1;10.12;0;4.78;26758
+77099;45.37362;6.70385;1868;20220712;20.3;10.6;15.5;2.6;9.18;0;5.12;27639
+77099;45.37362;6.70385;1868;20220713;22.1;11.1;16.6;2.1;10.18;0;5.02;26623
+77099;45.37362;6.70385;1868;20220714;23.8;13.9;18.9;2;10.15;0;5.39;27015
+77099;45.37362;6.70385;1868;20220715;22.5;13.5;18;2.9;9.75;0;5.47;26220
+77099;45.37362;6.70385;1868;20220716;22.7;12;17.3;2.8;9.75;0;5.23;26104
+77099;45.37362;6.70385;1868;20220717;23.3;12.2;17.7;2.4;9.65;0;5.36;26969
+77099;45.37362;6.70385;1868;20220718;25.4;14.3;19.8;2;10.12;0;5.6;27628
+77099;45.37362;6.70385;1868;20220719;26.9;15.1;21;2.1;11.62;0;5.44;25083
+77099;45.37362;6.70385;1868;20220720;24.8;14.7;19.8;1.9;13.28;1.8;4.72;23024
+77099;45.37362;6.70385;1868;20220721;22.4;10.8;16.6;1.9;12.92;0;4.74;26988
+77099;45.37362;6.70385;1868;20220722;26.2;13.8;20;2.3;10.18;.2;5.26;23555
+77099;45.37362;6.70385;1868;20220723;22.6;15;18.8;3.1;11.4;.1;4.82;21600
+77099;45.37362;6.70385;1868;20220724;24.6;11.5;18;2.2;10.9;0;5.31;27800
+77099;45.37362;6.70385;1868;20220725;25.6;15.4;20.5;3.2;10.4;.5;4.86;16600
+77099;45.37362;6.70385;1868;20220726;18.4;10.7;14.6;2.5;12.38;.7;3.66;21633
+77099;45.37362;6.70385;1868;20220727;18.7;9.4;14;1.8;10.99;0;4.06;25000
+77099;45.37362;6.70385;1868;20220728;21.9;11.4;16.7;2.3;9.89;0;4.63;23950
+77099;45.37362;6.70385;1868;20220729;15.3;12.2;13.8;2.5;10.49;6;2.56;11050
+77099;45.37362;6.70385;1868;20220730;17.6;8.4;13;3.5;9.49;0;4.52;28800
+77099;45.37362;6.70385;1868;20220731;20.2;10.5;15.3;2.7;8.89;0;5;28150
+77099;45.37362;6.70385;1868;20220801;21.5;12;16.7;2.5;9.69;0;5.11;27500
+77099;45.37362;6.70385;1868;20220802;22.1;11.9;17;2.4;9.74;0;5.16;28000
+77099;45.37362;6.70385;1868;20220803;23.9;14.1;19;2.3;10.44;0;5.32;27100
+77099;45.37362;6.70385;1868;20220804;23.7;16;19.9;1.9;11.44;0;3.94;16800
+77099;45.37362;6.70385;1868;20220805;24.1;15.3;19.7;2.2;11.39;1.8;4.59;21150
+77099;45.37362;6.70385;1868;20220806;19.8;10.9;15.4;2.4;11.24;0;4.48;26900
+77099;45.37362;6.70385;1868;20220807;19;11.1;15.1;2.2;12.39;1.4;4.24;26500
+77099;45.37362;6.70385;1868;20220808;19.1;10.8;15;2.1;11.09;0;4.35;26700
+77099;45.37362;6.70385;1868;20220809;21.3;12.7;17;2.1;11.09;.3;4.77;27100
+77099;45.37362;6.70385;1868;20220810;20.9;13.6;17.2;2.3;9.59;.8;4.72;25100
+77099;45.37362;6.70385;1868;20220811;21.4;12.9;17.2;2.3;8.49;0;4.69;23900
+77099;45.37362;6.70385;1868;20220812;20.8;13.6;17.2;2.7;8.49;0;5.02;25950
+77099;45.37362;6.70385;1868;20220813;21.1;13.1;17.1;2.8;6.94;0;5.25;26500
+77099;45.37362;6.70385;1868;20220814;16.1;14.5;15.3;2.6;8.89;5.4;2.85;9100
+77099;45.37362;6.70385;1868;20220815;17.3;9.5;13.4;3;9.64;.1;3.53;19950
+77099;45.37362;6.70385;1868;20220816;20.2;9.5;14.8;2.3;9.34;0;4.14;23400
+77099;45.37362;6.70385;1868;20220817;19;12.6;15.8;3;10.74;11.9;3.25;13500
+77099;45.37362;6.70385;1868;20220818;13;7.2;10.1;3.2;10.59;23.1;2.18;14800
+77099;45.37362;6.70385;1868;20220819;11.8;7.9;9.8;3.8;10.94;1;1.32;7650
+77099;45.37362;6.70385;1868;20220820;14.3;8.3;11.3;2.3;10.92;0;2.4;15237
+77099;45.37362;6.70385;1868;20220821;15.5;8.4;12;2.3;10.62;.1;3.09;20970
+77099;45.37362;6.70385;1868;20220822;16.5;8.9;12.7;2.4;10.28;0;3.32;21020
+77099;45.37362;6.70385;1868;20220823;17.9;9.6;13.8;2.4;9.68;0;3.77;22620
+77099;45.37362;6.70385;1868;20220824;20.3;11.9;16.1;2;10.58;0;3.92;21962
+77099;45.37362;6.70385;1868;20220825;21.3;13.2;17.2;2.2;11.22;.5;3.97;20782
+77099;45.37362;6.70385;1868;20220826;15.5;12.3;13.9;2;11.95;4.5;2.1;10335
+77099;45.37362;6.70385;1868;20220827;16.9;9.4;13.2;1.8;11.92;0;2.64;17000
+77099;45.37362;6.70385;1868;20220828;18.4;10.3;14.4;1.4;11.95;.5;3.09;19356
+77099;45.37362;6.70385;1868;20220829;20.1;11.4;15.8;2.1;10.32;0;3.81;21649
+77099;45.37362;6.70385;1868;20220830;18.2;13.4;15.8;2.2;10.22;3.7;2.96;12993
+77099;45.37362;6.70385;1868;20220831;15.1;9.2;12.1;2.2;11.18;.4;2.62;17584
+77099;45.37362;6.70385;1868;20220901;16.8;8.7;12.8;2;9.62;0;3.21;20629
+77099;45.37362;6.70385;1868;20220902;16.8;10.2;13.5;2.4;9.19;9.1;2.81;14450
+77099;45.37362;6.70385;1868;20220903;16;8.9;12.5;2.6;9.89;2.3;2.43;13450
+77099;45.37362;6.70385;1868;20220904;17.7;8.2;13;1.9;9.84;0;3.15;20350
+77099;45.37362;6.70385;1868;20220905;19.2;11.2;15.2;2.4;10.04;0;3.59;21000
+77099;45.37362;6.70385;1868;20220906;19.7;12.3;16;2.5;10.44;1.5;3.63;20200
+77099;45.37362;6.70385;1868;20220907;18.9;11.1;15;3.1;10.69;10.1;3.06;15800
+77099;45.37362;6.70385;1868;20220908;14.1;7;10.6;3.6;9.59;.1;2.66;19350
+77099;45.37362;6.70385;1868;20220909;12.2;6.4;9.3;4.2;7.69;.2;2.73;18700
+77099;45.37362;6.70385;1868;20220910;12.2;4.2;8.2;3.4;8.34;0;2.43;19700
+77099;45.37362;6.70385;1868;20220911;15.6;4.5;10;1.7;7.74;0;2.89;21750
+77099;45.37362;6.70385;1868;20220912;20.1;8.9;14.5;2.3;6.04;0;3.8;21500
+77099;45.37362;6.70385;1868;20220913;21;13.1;17.1;2.6;7.84;.4;3.48;13250
+77099;45.37362;6.70385;1868;20220914;16.6;13.3;15;5.7;10.54;10.3;2.88;8600
+77099;45.37362;6.70385;1868;20220915;12.7;8.5;10.6;3.5;10.39;5.6;1.69;9550
+77099;45.37362;6.70385;1868;20220916;11.1;8.3;9.7;4;9.79;3.2;2.04;15250
+77099;45.37362;6.70385;1868;20220917;6.2;.3;3.3;4.6;5.39;0;2.02;20600
+77099;45.37362;6.70385;1868;20220918;11.6;-.5;5.6;2;4.44;0;2.5;20300
+77099;45.37362;6.70385;1868;20220919;11;3.1;7;2;5.19;0;2.53;20200
+77099;45.37362;6.70385;1868;20220920;11.8;3.1;7.5;2;5.28;0;2.26;17440
+77099;45.37362;6.70385;1868;20220921;11.9;3.2;7.6;1.9;6.22;0;2.24;17321
+77099;45.37362;6.70385;1868;20220922;12.4;3.3;7.8;2;6.78;0;2.21;16487
+77099;45.37362;6.70385;1868;20220923;12.2;4.5;8.4;2.9;6.29;5.8;2.43;15750
+77099;45.37362;6.70385;1868;20220924;8.4;5.2;6.8;2.2;8.69;8.7;1.05;6600
+77099;45.37362;6.70385;1868;20220925;6;3.7;4.8;2.2;7.64;6.8;1.05;8300
+77099;45.37362;6.70385;1868;20220926;6.2;.9;3.6;2.5;6.59;5.8;1.32;12650
+77099;45.37362;6.70385;1868;20220927;3.2;.5;1.9;4.3;6.29;7.7;1;11200
+77099;45.37362;6.70385;1868;20220928;5.6;.3;3;4.3;7.44;24.1;.49;3000
+77099;45.37362;6.70385;1868;20220929;5.5;2.2;3.9;4.3;6.79;.6;1;7600
+77099;45.37362;6.70385;1868;20220930;3.5;-.5;1.5;1.9;6.29;1.2;.77;6550
+77099;45.37362;6.70385;1868;20221001;7.4;.6;4;2.8;7.99;14.6;.57;2650
+77099;45.37362;6.70385;1868;20221002;12;6.3;9.1;3.5;9.74;0;1.69;14750
+77099;45.37362;6.70385;1868;20221003;13.1;4.7;8.9;1.7;7.99;0;1.91;16600
+77099;45.37362;6.70385;1868;20221004;15.4;6.9;11.1;1.9;5.79;0;2.43;16400
+77099;45.37362;6.70385;1868;20221005;15.3;8.4;11.8;2.1;6.89;.1;2.45;16400
+77099;45.37362;6.70385;1868;20221006;13.4;6.4;9.9;1.9;8.64;0;1.9;16050
+77099;45.37362;6.70385;1868;20221007;13.6;6.9;10.2;1.8;8.44;.2;1.83;13750
+77099;45.37362;6.70385;1868;20221008;9.6;7.3;8.5;1.5;9.14;5.9;.97;4650
+77099;45.37362;6.70385;1868;20221009;10.2;5.8;8;1.6;9.29;0;1.07;7450
+77099;45.37362;6.70385;1868;20221010;12.2;5.5;8.8;1.5;8.69;0;1.52;13200
+77099;45.37362;6.70385;1868;20221011;13.2;5.6;9.4;1.7;8.49;0;1.63;13600
+77099;45.37362;6.70385;1868;20221012;11.4;6;8.7;1.6;8.74;.3;1.34;11150
+77099;45.37362;6.70385;1868;20221013;10.4;5.1;7.7;2;7.74;.6;1.26;7900
+77099;45.37362;6.70385;1868;20221014;8.7;5.1;6.9;2.3;8.84;2.2;.81;5000
+77099;45.37362;6.70385;1868;20221015;15.2;5.3;10.2;3.3;7.59;.2;2.08;12400
+77099;45.37362;6.70385;1868;20221016;15;7.9;11.5;2.9;7.39;0;2.2;13350
+77099;45.37362;6.70385;1868;20221017;16.5;8.4;12.5;2.3;7.69;0;2.09;12750
+77099;45.37362;6.70385;1868;20221018;16.5;8.8;12.6;1.9;8.54;.1;1.86;13050
+77099;45.37362;6.70385;1868;20221019;17.3;9.4;13.3;1.8;6.59;0;2.04;12950
+77099;45.37362;6.70385;1868;20221020;15.5;10.8;13.2;3.4;7.29;3.7;2.34;4500
+77099;45.37362;6.70385;1868;20221021;10.9;8.6;9.7;5;9.14;26.5;1.35;1200
+77099;45.37362;6.70385;1868;20221022;13;4.6;8.8;3.8;7.94;.2;1.64;9850
+77099;45.37362;6.70385;1868;20221023;16.4;9.3;12.9;6.9;7.14;1.2;3.34;4350
+77099;45.37362;6.70385;1868;20221024;11;8.2;9.6;5.8;8.44;14.2;1.64;3000
+77099;45.37362;6.70385;1868;20221025;13.2;4.9;9;2.6;6.74;0;1.62;9100
+77099;45.37362;6.70385;1868;20221026;15.9;9.8;12.9;3.3;6.79;0;2.31;11650
+77099;45.37362;6.70385;1868;20221027;16.7;11.1;13.9;2.3;7.14;0;2.06;10950
+77099;45.37362;6.70385;1868;20221028;18.2;10.9;14.6;1.8;6.79;0;1.89;10150
+77099;45.37362;6.70385;1868;20221029;18.1;11.4;14.8;1.4;6.54;0;1.65;9350
+77099;45.37362;6.70385;1868;20221030;17.1;10.7;13.9;1.7;5.99;0;1.75;9300
+77099;45.37362;6.70385;1868;20221031;16.1;8.4;12.2;3.1;5.64;5.2;2.33;10050
+77099;45.37362;6.70385;1868;20221101;10.3;4.3;7.3;3.1;7.79;5.4;1.09;7450
+77099;45.37362;6.70385;1868;20221102;8.2;3.8;6;2;7.69;.1;.79;7300
+77099;45.37362;6.70385;1868;20221103;8.7;2.5;5.6;3.4;6.14;16.4;1.25;3500
+77099;45.37362;6.70385;1868;20221104;-.2;-3.1;-1.7;3.6;4.84;1.3;.48;3900
+77099;45.37362;6.70385;1868;20221105;2;-4.5;-1.2;1.8;4.19;.1;.62;8150
+77099;45.37362;6.70385;1868;20221106;9.9;-2.3;3.8;2.8;3.24;.1;1.57;9300
+77099;45.37362;6.70385;1868;20221107;12.4;2;7.2;1.8;3.84;0;1.34;10250
+77099;45.37362;6.70385;1868;20221108;9.9;5.1;7.5;2.8;4.29;0;1.62;8300
+77099;45.37362;6.70385;1868;20221109;6.9;4.7;5.8;3.1;6.94;12.6;.96;1100
+77099;45.37362;6.70385;1868;20221110;7.5;1.5;4.5;2.2;6.39;0;.72;10100
+77099;45.37362;6.70385;1868;20221111;12;3.8;7.9;1.7;4.19;0;1.2;9750
+77099;45.37362;6.70385;1868;20221112;13.4;6.7;10;2.5;3.99;0;1.87;7050
+77099;45.37362;6.70385;1868;20221113;10.1;7.1;8.6;2.1;4.44;0;1.47;6100
+77099;45.37362;6.70385;1868;20221114;5.3;1.8;3.5;2.1;5.64;.2;.78;3300
+77099;45.37362;6.70385;1868;20221115;6.5;1.6;4.1;2.5;6.79;9.6;.69;2400
+77099;45.37362;6.70385;1868;20221116;5.9;.5;3.2;3.1;5.79;1.1;.71;8350
+77099;45.37362;6.70385;1868;20221117;6.6;1.5;4.1;5.8;6.19;12.3;.99;4950
+77099;45.37362;6.70385;1868;20221118;-.1;-1.8;-.9;3.1;5.09;1;.39;5400
+77099;45.37362;6.70385;1868;20221119;.5;-4.9;-2.2;1.8;3.89;.4;.43;8500
+77099;45.37362;6.70385;1868;20221120;.2;-6.1;-3;2.2;3.74;1.2;.45;8450
+77099;45.37362;6.70385;1868;20221121;3.6;-5.6;-1;3.2;4.14;8.6;.75;4500
+77099;45.37362;6.70385;1868;20221122;-3;-4.4;-3.7;3.6;4.29;.2;.28;6100
+77099;45.37362;6.70385;1868;20221123;1.3;-6.3;-2.5;1.7;3.99;9.1;.48;3750
+77099;45.37362;6.70385;1868;20221124;1.8;-4.3;-1.3;3.3;3.79;0;.63;8000
+77099;45.37362;6.70385;1868;20221125;3.5;-.7;1.4;3.3;4.04;.3;.87;7450
+77099;45.37362;6.70385;1868;20221126;2.9;-4.3;-.7;2.5;3.49;0;.58;8300
+77099;45.37362;6.70385;1868;20221127;5.7;-1.5;2.1;1.8;1.79;0;1.11;5300
+77099;45.37362;6.70385;1868;20221128;2.2;-1;.6;2.5;3.24;1.6;1;3400
+77099;45.37362;6.70385;1868;20221129;-1.2;-3.4;-2.3;2.4;4.59;1.1;.26;4150
+77099;45.37362;6.70385;1868;20221130;-.8;-5.5;-3.2;2.6;3.84;0;.22;7700
+77099;45.37362;6.70385;1868;20221201;-.3;-6.5;-3.4;2.3;3.64;.2;.31;7600
+77099;45.37362;6.70385;1868;20221202;.4;-6.6;-3.1;2;3.29;0;.43;7600
+77099;45.37362;6.70385;1868;20221203;.6;-5.4;-2.4;3.5;3.39;0;.77;3700
+77099;45.37362;6.70385;1868;20221204;1;-.9;0;3;4.54;5.9;.62;4050
+77099;45.37362;6.70385;1868;20221205;-.5;-4.8;-2.7;2.3;3.39;0;.4;7500
+77099;45.37362;6.70385;1868;20221206;5.6;-4.9;.4;1.9;2.49;0;.73;7650
+77099;45.37362;6.70385;1868;20221207;2.1;-4;-.9;1.3;2.44;0;.44;7600
+77099;45.37362;6.70385;1868;20221208;2.4;-4.2;-.9;3.3;2.34;5.5;1.1;5800
+77099;45.37362;6.70385;1868;20221209;1.4;-2.3;-.5;2.5;5.54;15.4;.34;1650
+77099;45.37362;6.70385;1868;20221210;-2.2;-1.9;-2;2.7;4.54;.6;.33;3900
+77099;45.37362;6.70385;1868;20221211;-6;-12.2;-9.1;2;2.04;0;.23;8100
+77099;45.37362;6.70385;1868;20221212;-3.9;-11.6;-7.7;2.1;1.99;3.5;.37;7050
+77099;45.37362;6.70385;1868;20221213;1.5;-7.9;-3.2;2.9;5.04;2.7;.22;2250
+77099;45.37362;6.70385;1868;20221214;2.4;.1;1.2;3.3;6.04;2.8;.38;2450
+77099;45.37362;6.70385;1868;20221215;1.6;-.4;.6;2.3;5.09;9;.59;1400
+77099;45.37362;6.70385;1868;20221216;.1;-2.7;-1.3;1.6;4.99;.5;.17;5450
+77099;45.37362;6.70385;1868;20221217;1;-7.3;-3.2;1.9;2.29;0;.47;8200
+77099;45.37362;6.70385;1868;20221218;5;-2.9;1;2.1;1.39;0;.96;7350
+77099;45.37362;6.70385;1868;20221219;4.9;-.6;2.2;2.2;3.19;0;.92;4750
+77099;45.37362;6.70385;1868;20221220;8;.1;4;2.7;4.34;1;1.07;4150
+77099;45.37362;6.70385;1868;20221221;3.3;.9;2.1;3.2;5.99;2.9;.45;2600
+77099;45.37362;6.70385;1868;20221222;2.4;-.1;1.1;4.5;5.84;18.8;.41;3650
+77099;45.37362;6.70385;1868;20221223;4;-.3;1.9;5.3;7.49;35.7;.09;800
+77099;45.37362;6.70385;1868;20221224;7.1;2.3;4.7;3.9;6.69;.2;.67;4650
+77099;45.37362;6.70385;1868;20221225;10.1;5.5;7.8;3.6;4.44;0;1.55;6550
+77099;45.37362;6.70385;1868;20221226;5.5;4.7;5.1;5;5.19;4.7;1.33;3300
+77099;45.37362;6.70385;1868;20221227;2.2;-2.1;0;2.6;4.54;0;.36;7250
+77099;45.37362;6.70385;1868;20221228;2.9;-3;-.1;3.3;2.34;0;1.05;7400
+77099;45.37362;6.70385;1868;20221229;4.8;-.7;2.1;3.9;4.34;3.6;.94;5000
+77099;45.37362;6.70385;1868;20221230;3.5;-.2;1.7;3.1;6.19;7.4;.44;1750
+77099;45.37362;6.70385;1868;20221231;9.9;3.4;6.6;4.3;7.09;.1;.97;5700
+77100;45.38309;7.02232;2333;20220101;6.4;-1.1;2.6;.7;3.25;0;.37;6327
+77100;45.38309;7.02232;2333;20220102;4.2;-1;1.6;1.8;3.5;0;.83;5908
+77100;45.38309;7.02232;2333;20220103;-.6;-3.2;-1.9;2;4.3;.2;.5;5344
+77100;45.38309;7.02232;2333;20220104;5.8;-3.3;1.3;2.9;4.95;2;.85;6730
+77100;45.38309;7.02232;2333;20220105;-6.2;-6.4;-6.3;3.9;3.45;.7;.48;4744
+77100;45.38309;7.02232;2333;20220106;-10.9;-16.7;-13.8;2.4;1.6;.1;.3;6671
+77100;45.38309;7.02232;2333;20220107;-6.8;-15.7;-11.3;3;1.75;2.9;.48;7309
+77100;45.38309;7.02232;2333;20220108;-6.6;-11.7;-9.2;3.4;3;8.2;.29;5438
+77100;45.38309;7.02232;2333;20220109;-8.4;-8.8;-8.6;4;3.05;4;.4;2814
+77100;45.38309;7.02232;2333;20220110;-9.4;-9.9;-9.7;1.8;2.4;0;.34;4669
+77100;45.38309;7.02232;2333;20220111;-5.7;-15.8;-10.7;2;1.45;0;.51;7537
+77100;45.38309;7.02232;2333;20220112;-4.1;-11;-7.6;2.9;1.35;0;.89;6761
+77100;45.38309;7.02232;2333;20220113;-1.8;-7;-4.4;4;1.95;0;1.13;7293
+77100;45.38309;7.02232;2333;20220114;3.8;-4.5;-.4;1.5;2.45;0;.86;6942
+77100;45.38309;7.02232;2333;20220115;1.9;-3.8;-.9;1.3;2.65;.3;.66;7065
+77100;45.38309;7.02232;2333;20220116;-2.1;-5.7;-3.9;1.3;2.3;0;.55;7087
+77100;45.38309;7.02232;2333;20220117;-4.3;-10.9;-7.6;1.6;1.75;0;.56;7714
+77100;45.38309;7.02232;2333;20220118;-.7;-9;-4.9;4.7;2.5;0;.91;8071
+77100;45.38309;7.02232;2333;20220119;.4;-8;-3.8;2.5;2.55;.2;.86;7419
+77100;45.38309;7.02232;2333;20220120;-7.8;-10.3;-9.1;2.8;2.95;0;.31;6278
+77100;45.38309;7.02232;2333;20220121;-7.5;-13.8;-10.6;1.8;2.2;0;.33;7960
+77100;45.38309;7.02232;2333;20220122;-3.9;-13.5;-8.7;1.4;2.2;0;.43;8467
+77100;45.38309;7.02232;2333;20220123;.5;-8.7;-4.1;.8;2.15;0;.47;8355
+77100;45.38309;7.02232;2333;20220124;2.3;-7.6;-2.7;.6;2.2;0;.46;8603
+77100;45.38309;7.02232;2333;20220125;.5;-6.3;-2.9;1;2.05;0;.59;8470
+77100;45.38309;7.02232;2333;20220126;.4;-7.3;-3.5;1.2;1.85;0;.68;8751
+77100;45.38309;7.02232;2333;20220127;.5;-7.5;-3.5;1.4;1.7;0;.81;8760
+77100;45.38309;7.02232;2333;20220128;-2.3;-8.2;-5.3;1.7;1.95;0;.76;8874
+77100;45.38309;7.02232;2333;20220129;-1.5;-9.1;-5.3;1.8;2.05;0;.78;9163
+77100;45.38309;7.02232;2333;20220130;-1;-7.7;-4.3;1.7;2.55;0;.73;8939
+77100;45.38309;7.02232;2333;20220131;-5.1;-9.7;-7.4;4.8;2.65;1;.79;6879
+77100;45.38309;7.02232;2333;20220201;-7.8;-12;-9.9;4.3;2.8;3.8;.4;7047
+77100;45.38309;7.02232;2333;20220202;.3;-9;-4.3;4.1;4.3;.3;.65;8677
+77100;45.38309;7.02232;2333;20220203;5.7;-6.7;-.5;1.6;3.2;0;1;10193
+77100;45.38309;7.02232;2333;20220204;.7;-6.3;-2.8;1.6;3.25;.1;.78;9686
+77100;45.38309;7.02232;2333;20220205;-3.6;-5.9;-4.7;2;3.7;0;.58;6713
+77100;45.38309;7.02232;2333;20220206;-2.1;-10;-6;2.2;2.45;13.1;.83;10056
+77100;45.38309;7.02232;2333;20220207;-2.9;-7.5;-5.2;5.2;3.4;1.4;.87;9171
+77100;45.38309;7.02232;2333;20220208;.6;-11.3;-5.3;1.7;2;0;.94;11001
+77100;45.38309;7.02232;2333;20220209;7.2;-2.7;2.2;.8;1.95;0;.93;11128
+77100;45.38309;7.02232;2333;20220210;-3.6;-4.9;-4.3;2.9;1.85;0;1.68;11850
+77100;45.38309;7.02232;2333;20220211;-2.5;-3.6;-3;4.3;2;.5;1.24;9550
+77100;45.38309;7.02232;2333;20220212;-4;-9.8;-6.9;1.7;.95;0;.79;12800
+77100;45.38309;7.02232;2333;20220213;-3.4;-8.7;-6;1.9;1.2;0;.81;12950
+77100;45.38309;7.02232;2333;20220214;-4;-8.3;-6.1;4.1;2.6;2.1;.66;5850
+77100;45.38309;7.02232;2333;20220215;-5.7;-7;-6.4;4.9;2.3;.3;.78;7100
+77100;45.38309;7.02232;2333;20220216;-2.3;-11;-6.7;2.4;4.45;5.2;.43;9822
+77100;45.38309;7.02232;2333;20220217;3.3;-2.6;.3;6;5.4;2.7;1.26;10181
+77100;45.38309;7.02232;2333;20220218;8.5;-5;1.8;2.4;4.35;1.5;1.57;11797
+77100;45.38309;7.02232;2333;20220219;-3.5;-5;-4.2;3;4.45;0;.62;6834
+77100;45.38309;7.02232;2333;20220220;-1.1;-10.8;-5.9;2.3;3.4;.9;.84;13018
+77100;45.38309;7.02232;2333;20220221;-3.3;-7.3;-5.3;5.9;3.7;11.9;.82;7599
+77100;45.38309;7.02232;2333;20220222;-3.2;-7.7;-5.4;4.8;3.3;.3;.92;11137
+77100;45.38309;7.02232;2333;20220223;.6;-9.9;-4.6;3.9;2.9;0;1.27;13779
+77100;45.38309;7.02232;2333;20220224;1.2;-6.1;-2.4;5.7;3.25;0;1.57;13137
+77100;45.38309;7.02232;2333;20220225;-4.8;-5.2;-5;3.9;2.9;.6;1.11;9538
+77100;45.38309;7.02232;2333;20220226;-2.9;-14.6;-8.8;3;1.45;0;1.25;14447
+77100;45.38309;7.02232;2333;20220227;-5.7;-13.2;-9.4;4.8;1.65;0;1.13;14393
+77100;45.38309;7.02232;2333;20220228;-1.3;-13;-7.2;2.5;1.55;0;1.35;14729
+77100;45.38309;7.02232;2333;20220301;.4;-11.7;-5.6;4.1;2.3;0;1.41;12621
+77100;45.38309;7.02232;2333;20220302;1.8;-8.3;-3.2;1.4;2.15;0;1.38;14963
+77100;45.38309;7.02232;2333;20220303;.9;-6.7;-2.9;1.6;3;0;1.31;14343
+77100;45.38309;7.02232;2333;20220304;-1.4;-8.1;-4.7;1.9;3.1;.5;1.19;14549
+77100;45.38309;7.02232;2333;20220305;-3.4;-12.6;-8;1.9;1.9;0;1.17;14971
+77100;45.38309;7.02232;2333;20220306;-4.2;-14.3;-9.3;3.1;1.9;0;1.13;14688
+77100;45.38309;7.02232;2333;20220307;-.3;-13.6;-6.9;1.5;1.8;0;1.3;15982
+77100;45.38309;7.02232;2333;20220308;-1.7;-12.1;-6.9;3.1;2.2;0;1.26;15827
+77100;45.38309;7.02232;2333;20220309;3.6;-10.6;-3.5;1;2.1;0;1.43;16372
+77100;45.38309;7.02232;2333;20220310;.7;-7.8;-3.5;4.4;2.35;0;1.81;16568
+77100;45.38309;7.02232;2333;20220311;-4.9;-6.9;-5.9;8;3.15;.3;.94;8126
+77100;45.38309;7.02232;2333;20220312;-5.5;-7.2;-6.4;8;3.25;.1;.88;8637
+77100;45.38309;7.02232;2333;20220313;-5.2;-7.6;-6.4;9;3.45;1.3;.87;8860
+77100;45.38309;7.02232;2333;20220314;-1.5;-10.4;-6;6.6;3.9;3.4;.9;13902
+77100;45.38309;7.02232;2333;20220315;.4;-4.1;-1.8;5.8;5.4;.3;.94;11870
+77100;45.38309;7.02232;2333;20220316;5;-3.8;.6;2.3;5.3;.5;1.51;14267
+77100;45.38309;7.02232;2333;20220317;1;-2.5;-.8;5.6;5.5;0;.97;11173
+77100;45.38309;7.02232;2333;20220318;1;-1.3;-.1;1.5;4.4;.3;1.04;10300
+77100;45.38309;7.02232;2333;20220319;.5;-5.1;-2.3;2.8;3.1;0;1.39;17800
+77100;45.38309;7.02232;2333;20220320;-1.8;-9.1;-5.5;2.2;2.25;0;1.31;17350
+77100;45.38309;7.02232;2333;20220321;-.9;-7.4;-4.2;1.4;2.25;0;1.41;18000
+77100;45.38309;7.02232;2333;20220322;.3;-5.1;-2.4;2;1.55;0;1.9;21650
+77100;45.38309;7.02232;2333;20220323;2.8;-3.6;-.4;2.1;1.5;0;2.19;22050
+77100;45.38309;7.02232;2333;20220324;4.4;-.6;1.9;2.2;1.75;0;2.43;22050
+77100;45.38309;7.02232;2333;20220325;3.6;-1.4;1.1;2.3;2.2;0;2.29;22000
+77100;45.38309;7.02232;2333;20220326;3.1;-2;.5;2.8;2.05;0;2.35;22350
+77100;45.38309;7.02232;2333;20220327;4.1;-1.5;1.3;2.4;1.9;0;2.36;21150
+77100;45.38309;7.02232;2333;20220328;5.1;-.9;2.1;2.1;2;0;2.46;22450
+77100;45.38309;7.02232;2333;20220329;2.5;-1.1;.7;3.3;3.05;2.4;2.21;18433
+77100;45.38309;7.02232;2333;20220330;-.9;-4;-2.4;2.8;4.52;1.7;.95;10033
+77100;45.38309;7.02232;2333;20220331;.1;-4;-2;2.7;4.45;.8;1.13;12333
+77100;45.38309;7.02232;2333;20220401;-4.5;-6.3;-5.4;4;3.12;7.7;1.05;10633
+77100;45.38309;7.02232;2333;20220402;-7.8;-10.5;-9.2;4.3;2.28;1;.9;12766
+77100;45.38309;7.02232;2333;20220403;-6.3;-13.4;-9.8;2.5;2.25;.2;1.33;23866
+77100;45.38309;7.02232;2333;20220404;-2.7;-10;-6.4;2.3;2.62;0;1.38;21433
+77100;45.38309;7.02232;2333;20220405;4;-5.4;-.7;2.8;3.75;0;1.91;22500
+77100;45.38309;7.02232;2333;20220406;2.7;-1;.8;3.1;4.28;1.6;2.07;21966
+77100;45.38309;7.02232;2333;20220407;1.4;-2.9;-.8;3.3;4.15;27.7;1.29;12000
+77100;45.38309;7.02232;2333;20220408;3.7;-1.1;1.3;4.4;4.3;13.6;1.69;13650
+77100;45.38309;7.02232;2333;20220409;-5.6;-4.8;-5.2;6.6;2.45;1.7;1.51;19500
+77100;45.38309;7.02232;2333;20220410;-.8;-10.2;-5.5;3.9;1.5;0;2.11;26650
+77100;45.38309;7.02232;2333;20220411;4.9;-2.6;1.1;1.7;2.45;0;2.49;23500
+77100;45.38309;7.02232;2333;20220412;7.6;0;3.8;1.4;3.35;0;2.74;23950
+77100;45.38309;7.02232;2333;20220413;8.2;2.8;5.5;1.4;4.2;0;2.89;24650
+77100;45.38309;7.02232;2333;20220414;8.6;1.9;5.2;1.9;4.15;0;3.02;26000
+77100;45.38309;7.02232;2333;20220415;8.1;3.5;5.8;3.6;4.45;0;3.12;24450
+77100;45.38309;7.02232;2333;20220416;5.4;1.8;3.6;6.2;2.6;0;3.49;27850
+77100;45.38309;7.02232;2333;20220417;4.8;-1.1;1.8;3.8;2;0;3.17;27250
+77100;45.38309;7.02232;2333;20220418;5.2;-3.9;.7;3.1;2.65;0;2.91;28700
+77100;45.38309;7.02232;2333;20220419;4.7;-.8;1.9;3.5;2.65;0;3.07;27250
+77100;45.38309;7.02232;2333;20220420;2.3;-1.2;.6;1.5;3.9;.1;1.95;18300
+77100;45.38309;7.02232;2333;20220421;1.2;-2.1;-.5;1.3;4.3;1.1;1.68;16100
+77100;45.38309;7.02232;2333;20220422;4.6;-1.5;1.5;1.9;4.6;3.6;1.98;18350
+77100;45.38309;7.02232;2333;20220423;0;-1.4;-.7;6.2;4.95;31.2;.7;6500
+77100;45.38309;7.02232;2333;20220424;-1.1;-5.3;-3.2;3.6;4.1;2.8;1.41;20100
+77100;45.38309;7.02232;2333;20220425;2.2;-2.7;-.2;1.7;4.9;0;1.63;16650
+77100;45.38309;7.02232;2333;20220426;1.8;-2.9;-.5;3.4;3.8;.2;2.13;23700
+77100;45.38309;7.02232;2333;20220427;6.1;-2;2;1.8;2.75;0;3.18;30250
+77100;45.38309;7.02232;2333;20220428;7;0;3.5;2.3;3.2;0;3.27;29300
+77100;45.38309;7.02232;2333;20220429;8.6;.2;4.4;1.9;4.25;.2;2.95;25400
+77100;45.38309;7.02232;2333;20220430;1.4;-1.1;.1;3.2;4.8;.7;1.53;13700
+77100;45.38309;7.02232;2333;20220501;2.9;-3.1;-.1;3.6;3.55;0;2.37;23050
+77100;45.38309;7.02232;2333;20220502;5.8;-1.7;2;2.3;4;1.3;2.78;26150
+77100;45.38309;7.02232;2333;20220503;1.1;-1.3;-.1;2.1;5.35;3;1.3;12200
+77100;45.38309;7.02232;2333;20220504;2.4;-.8;.8;2.3;5.5;6.4;1.71;16650
+77100;45.38309;7.02232;2333;20220505;1;-.5;.3;3.1;5.45;6.1;1.09;9100
+77100;45.38309;7.02232;2333;20220506;2.6;-1.8;.4;3.6;6.55;.9;1.44;11002
+77100;45.38309;7.02232;2333;20220507;5.4;.2;2.8;3.3;7.05;6.5;1.72;10704
+77100;45.38309;7.02232;2333;20220508;5.3;-.3;2.5;3.9;7.15;2;1.77;12307
+77100;45.38309;7.02232;2333;20220509;7.5;.6;4;4;7;.4;2.14;13097
+77100;45.38309;7.02232;2333;20220510;12.7;.8;6.8;1.4;7.3;0;2.56;14863
+77100;45.38309;7.02232;2333;20220511;12.9;2.2;7.5;2.6;7.65;0;2.76;14874
+77100;45.38309;7.02232;2333;20220512;15.5;3.3;9.4;1.8;8.15;.1;2.87;14983
+77100;45.38309;7.02232;2333;20220513;15.1;3.7;9.4;1.8;8.2;0;2.88;14892
+77100;45.38309;7.02232;2333;20220514;13.6;3.3;8.5;2.6;8.7;0;2.79;15049
+77100;45.38309;7.02232;2333;20220515;13.1;5;9.1;3.4;8.95;3.7;2.82;14654
+77100;45.38309;7.02232;2333;20220516;13.7;3.6;8.7;1.8;8.2;.4;2.75;14543
+77100;45.38309;7.02232;2333;20220517;16.7;3.7;10.2;1.6;7.85;.1;3.08;15262
+77100;45.38309;7.02232;2333;20220518;15.3;4.4;9.8;4;8.8;3.2;3.3;15364
+77100;45.38309;7.02232;2333;20220519;12.6;5.7;9.1;5.5;10.05;2.9;2.61;14207
+77100;45.38309;7.02232;2333;20220520;18.2;5.1;11.7;3.4;9.25;0;3.57;15363
+77100;45.38309;7.02232;2333;20220521;17.1;6.3;11.7;3.5;8.45;0;3.84;15361
+77100;45.38309;7.02232;2333;20220522;19.7;8.3;14;2;9.15;1.6;3.62;15207
+77100;45.38309;7.02232;2333;20220523;15;7.5;11.2;4;9.1;1.7;3.52;14717
+77100;45.38309;7.02232;2333;20220524;11.2;4.5;7.8;2.3;9.3;3;2.21;11432
+77100;45.38309;7.02232;2333;20220525;7;1.6;4.3;2;8.35;1.2;1.67;10156
+77100;45.38309;7.02232;2333;20220526;11.3;3.1;7.2;2.1;9.45;1.5;2.42;14117
+77100;45.38309;7.02232;2333;20220527;15.4;3.5;9.5;1.9;9.45;0;2.93;15567
+77100;45.38309;7.02232;2333;20220528;13.2;4.1;8.7;2.5;9.05;2.2;2.74;14297
+77100;45.38309;7.02232;2333;20220529;9.8;0;4.9;2.8;6.65;.1;2.56;14417
+77100;45.38309;7.02232;2333;20220530;6.1;-.5;2.8;4.8;6.7;.2;2.13;14669
+77100;45.38309;7.02232;2333;20220531;8.6;0;4.3;2.4;8.3;3.4;2.01;13214
+77100;45.38309;7.02232;2333;20220601;13.1;2.4;7.8;2;8.8;.6;2.65;15234
+77100;45.38309;7.02232;2333;20220602;13.4;5.6;9.5;3.1;10.15;4.8;2.55;12442
+77100;45.38309;7.02232;2333;20220603;12.8;7.9;10.3;5.3;11.05;3.4;2.51;12473
+77100;45.38309;7.02232;2333;20220604;16.1;6.7;11.4;5;11;0;3.21;15627
+77100;45.38309;7.02232;2333;20220605;16.2;9.4;12.8;4.9;10.7;2.5;3.35;12778
+77100;45.38309;7.02232;2333;20220606;14.8;3.2;9;2;9.1;2.3;2.93;16027
+77100;45.38309;7.02232;2333;20220607;12.1;4.8;8.5;2.3;8.3;0;2.64;12743
+77100;45.38309;7.02232;2333;20220608;11.1;.3;5.7;2.1;6.9;2.9;2.69;15320
+77100;45.38309;7.02232;2333;20220609;7.2;1.3;4.2;3.4;7.1;0;2.09;11172
+77100;45.38309;7.02232;2333;20220610;13.2;-1.4;5.9;2.6;7.15;0;2.97;16257
+77100;45.38309;7.02232;2333;20220611;17.3;2.7;10;1.8;8.35;0;4.88;31524
+77100;45.38309;7.02232;2333;20220612;18.5;5.1;11.8;1.6;8.5;.2;4.72;27738
+77100;45.38309;7.02232;2333;20220613;16.3;6.1;11.2;2.2;9.35;0;4.71;28664
+77100;45.38309;7.02232;2333;20220614;15.8;4;9.9;3.9;9.6;0;4.42;31163
+77100;45.38309;7.02232;2333;20220615;18.1;7.1;12.6;2.5;9.95;.7;4.6;25473
+77100;45.38309;7.02232;2333;20220616;19.2;7.4;13.3;2.5;9.25;0;5.5;31331
+77100;45.38309;7.02232;2333;20220617;20.9;6.8;13.9;1.8;9.7;0;5.33;30037
+77100;45.38309;7.02232;2333;20220618;18.3;8.9;13.6;5.4;11.1;0;5.14;29442
+77100;45.38309;7.02232;2333;20220619;16.6;9.5;13.1;6.6;12.05;.1;4.58;29753
+77100;45.38309;7.02232;2333;20220620;19.7;9.3;14.5;4.4;11.4;0;5.5;31547
+77100;45.38309;7.02232;2333;20220621;19.1;8.5;13.8;3.1;9.7;3.7;4.72;22598
+77100;45.38309;7.02232;2333;20220622;14.6;8.3;11.4;3.9;11.45;8.8;3.66;20965
+77100;45.38309;7.02232;2333;20220623;14.7;5.8;10.3;2.8;10.05;1.3;4.1;25543
+77100;45.38309;7.02232;2333;20220624;11.8;5.5;8.6;2.4;9.6;4.3;3.34;21475
+77100;45.38309;7.02232;2333;20220625;13.3;1.9;7.6;3.3;9.05;0;3.78;28132
+77100;45.38309;7.02232;2333;20220626;14.3;6.6;10.5;5.9;10.55;0;3.75;25874
+77100;45.38309;7.02232;2333;20220627;14.9;8.4;11.7;6.1;11.85;8.3;3.71;23351
+77100;45.38309;7.02232;2333;20220628;11;7.6;9.3;2.7;11.55;12.7;1.92;9560
+77100;45.38309;7.02232;2333;20220629;16.7;3.4;10;1.8;10.05;0;4.58;30341
+77100;45.38309;7.02232;2333;20220630;14.2;6.4;10.3;3.3;11.25;7;3.61;24126
+77100;45.38309;7.02232;2333;20220701;12.7;4.4;8.6;2;10.45;.2;3.82;27252
+77100;45.38309;7.02232;2333;20220702;16.5;2.9;9.7;3.9;9.15;0;4.5;31243
+77100;45.38309;7.02232;2333;20220703;20.7;8.5;14.6;2.1;9.65;.2;5.37;29374
+77100;45.38309;7.02232;2333;20220704;18.5;9.3;13.9;1.9;10.45;1.7;4.63;25488
+77100;45.38309;7.02232;2333;20220705;17.5;6.1;11.8;1.8;10.9;0;4.76;29851
+77100;45.38309;7.02232;2333;20220706;16.9;5.2;11.1;2.2;10.2;0;4.69;30307
+77100;45.38309;7.02232;2333;20220707;15.5;4.5;10;2.6;9.55;0;4.49;29382
+77100;45.38309;7.02232;2333;20220708;17.3;4.9;11.1;2.4;9.9;.1;4.75;29905
+77100;45.38309;7.02232;2333;20220709;17.1;5.1;11.1;1.6;9.85;0;4.68;29777
+77100;45.38309;7.02232;2333;20220710;18.4;4.7;11.6;1.8;9.05;0;4.99;30747
+77100;45.38309;7.02232;2333;20220711;16.6;5.4;11;2.6;10.25;0;4.58;29516
+77100;45.38309;7.02232;2333;20220712;18.5;5;11.8;1.8;9.1;0;4.91;30233
+77100;45.38309;7.02232;2333;20220713;16.9;7.5;12.2;4.4;11.1;0;4.51;30499
+77100;45.38309;7.02232;2333;20220714;20;9.8;14.9;2.3;10.9;0;5.09;27863
+77100;45.38309;7.02232;2333;20220715;21.5;8.8;15.1;2.1;9;0;5.61;30276
+77100;45.38309;7.02232;2333;20220716;21.5;6.7;14.1;1.5;9.45;0;5.25;30037
+77100;45.38309;7.02232;2333;20220717;19.1;7.2;13.1;3.8;10.55;1;4.88;29147
+77100;45.38309;7.02232;2333;20220718;20.6;8.1;14.3;4.9;11.65;.1;4.89;29756
+77100;45.38309;7.02232;2333;20220719;18.8;9.6;14.2;6.2;12.8;.1;4.23;26413
+77100;45.38309;7.02232;2333;20220720;19.7;10.9;15.3;5.7;13.55;1.9;4.79;26618
+77100;45.38309;7.02232;2333;20220721;20.6;9;14.8;2.3;12.45;0;4.94;28373
+77100;45.38309;7.02232;2333;20220722;19.9;8.6;14.2;4.1;11.6;.4;4.72;26326
+77100;45.38309;7.02232;2333;20220723;20.3;9.5;14.9;1.9;11.6;.2;4.55;24416
+77100;45.38309;7.02232;2333;20220724;20.3;7.7;14;3.1;12.15;.1;4.73;29027
+77100;45.38309;7.02232;2333;20220725;21.8;9.3;15.5;2.4;11.6;.5;4.81;24826
+77100;45.38309;7.02232;2333;20220726;19.4;7.6;13.5;2.3;11.55;1.2;4.78;28024
+77100;45.38309;7.02232;2333;20220727;16.7;6.8;11.8;2.9;11.5;.5;4.41;28920
+77100;45.38309;7.02232;2333;20220728;16.4;7.2;11.8;5.1;11.35;1.3;3.94;26116
+77100;45.38309;7.02232;2333;20220729;13.4;6.5;9.9;1.5;10.25;4.9;2.76;15999
+77100;45.38309;7.02232;2333;20220730;16.1;6;11.1;2.3;9.75;0;4.1;25241
+77100;45.38309;7.02232;2333;20220731;19.5;4.4;11.9;1.6;8.6;0;4.67;28293
+77100;45.38309;7.02232;2333;20220801;21.3;6.3;13.8;1.7;9;0;4.93;28183
+77100;45.38309;7.02232;2333;20220802;17.9;6.5;12.2;3.6;9.85;0;4.54;27872
+77100;45.38309;7.02232;2333;20220803;18.4;8.4;13.4;5.4;11.55;.1;4.27;26910
+77100;45.38309;7.02232;2333;20220804;18.7;9.4;14.1;4;12.4;1.7;4.05;22347
+77100;45.38309;7.02232;2333;20220805;18.3;10.6;14.5;2.6;12.4;2.5;3.82;19673
+77100;45.38309;7.02232;2333;20220806;19.9;6.5;13.2;1.8;10.2;.5;4.46;26067
+77100;45.38309;7.02232;2333;20220807;15.4;8.3;11.8;4.4;11.2;3.5;3.48;21135
+77100;45.38309;7.02232;2333;20220808;17.1;4.9;11;3;9.75;0;4.2;26582
+77100;45.38309;7.02232;2333;20220809;17.3;7.2;12.3;4.8;11;.3;4.27;26863
+77100;45.38309;7.02232;2333;20220810;16.7;8.7;12.7;5.8;10.5;.7;4.07;24754
+77100;45.38309;7.02232;2333;20220811;18.9;6.8;12.9;4;9.65;0;4.63;26772
+77100;45.38309;7.02232;2333;20220812;19.1;7.3;13.2;3.1;8.9;.1;4.79;26450
+77100;45.38309;7.02232;2333;20220813;16.8;5.8;11.3;3.6;8.9;0;4.23;26627
+77100;45.38309;7.02232;2333;20220814;13.6;6.2;9.9;3;9.4;.9;2.94;16147
+77100;45.38309;7.02232;2333;20220815;14.8;3.5;9.2;2.1;9.3;.1;3.53;23878
+77100;45.38309;7.02232;2333;20220816;15.9;4.2;10.1;4;9.75;1;3.56;23202
+77100;45.38309;7.02232;2333;20220817;13.8;8.7;11.2;5.3;11.05;10.9;2.91;16305
+77100;45.38309;7.02232;2333;20220818;10.9;4.4;7.7;2.6;10.2;10.3;2.3;15026
+77100;45.38309;7.02232;2333;20220819;9.2;4.3;6.7;2.7;10.1;.6;1.87;12991
+77100;45.38309;7.02232;2333;20220820;14.8;4.1;9.4;2.6;10.3;0;3.5;24686
+77100;45.38309;7.02232;2333;20220821;16.4;4.2;10.3;2;9.85;0;3.67;24509
+77100;45.38309;7.02232;2333;20220822;16;5.4;10.7;1.8;10.15;.1;3.53;23337
+77100;45.38309;7.02232;2333;20220823;16;4.5;10.3;2.2;9.5;0;3.66;24196
+77100;45.38309;7.02232;2333;20220824;16.4;5.8;11.1;3.5;10.1;0;3.64;23514
+77100;45.38309;7.02232;2333;20220825;18.7;6.2;12.4;2.4;10.5;.4;3.87;23530
+77100;45.38309;7.02232;2333;20220826;13.3;8.6;10.9;1.1;11.55;4.9;2.23;12901
+77100;45.38309;7.02232;2333;20220827;14.2;5.9;10;2.4;11;.5;2.91;19997
+77100;45.38309;7.02232;2333;20220828;15.6;5.3;10.5;2;10.6;1;3.3;22825
+77100;45.38309;7.02232;2333;20220829;16.2;5.3;10.8;2.2;9.55;0;3.48;22989
+77100;45.38309;7.02232;2333;20220830;15;6.3;10.7;2.4;9.95;1.8;2.89;17552
+77100;45.38309;7.02232;2333;20220831;14;4.9;9.4;2.1;10.65;.2;2.94;21148
+77100;45.38309;7.02232;2333;20220901;15.8;4.6;10.2;2.3;9.6;0;3.32;22226
+77100;45.38309;7.02232;2333;20220902;12.2;4;8.1;3.6;9.25;8.7;2.65;19137
+77100;45.38309;7.02232;2333;20220903;10.5;4.6;7.6;3;10.05;2.6;2.14;15702
+77100;45.38309;7.02232;2333;20220904;11.9;4.5;8.2;2.7;10.2;0;2.43;18711
+77100;45.38309;7.02232;2333;20220905;13.7;6.3;10;4.7;10.4;0;2.6;19305
+77100;45.38309;7.02232;2333;20220906;14.5;5;9.7;4.1;10.6;2.1;2.59;18477
+77100;45.38309;7.02232;2333;20220907;14.2;6.5;10.3;3.9;10.8;4.2;2.59;17685
+77100;45.38309;7.02232;2333;20220908;12.7;4.2;8.5;1.8;9.1;.1;2.66;19112
+77100;45.38309;7.02232;2333;20220909;11.6;2.5;7;1.9;6.95;0;2.78;20040
+77100;45.38309;7.02232;2333;20220910;12.1;2.2;7.1;2.6;7.35;0;2.72;18577
+77100;45.38309;7.02232;2333;20220911;13.4;-.1;6.7;1.6;7.2;0;2.72;20415
+77100;45.38309;7.02232;2333;20220912;18.1;2.4;10.3;1.3;6.15;0;3.05;19922
+77100;45.38309;7.02232;2333;20220913;19.4;5.8;12.6;2.2;7.9;.5;3.29;16928
+77100;45.38309;7.02232;2333;20220914;14.7;8.8;11.7;4.2;10.65;6;2.64;12867
+77100;45.38309;7.02232;2333;20220915;9.8;5.3;7.6;1.8;10;2.2;1.62;10426
+77100;45.38309;7.02232;2333;20220916;9.5;4.5;7;2.9;8.9;.5;2.03;14538
+77100;45.38309;7.02232;2333;20220917;4.5;-1.9;1.3;4.3;4.9;0;2.05;16376
+77100;45.38309;7.02232;2333;20220918;9.5;-4.5;2.5;2.4;4.7;0;2.39;18806
+77100;45.38309;7.02232;2333;20220919;10.3;-1.7;4.3;2.4;4.95;0;2.54;18711
+77100;45.38309;7.02232;2333;20220920;10.4;-2.9;3.8;1.6;4.95;0;2.28;18416
+77100;45.38309;7.02232;2333;20220921;6;-1.6;2.2;3.9;6.15;0;1.54;14070
+77100;45.38309;7.02232;2333;20220922;8.3;-2.5;2.9;3.6;6.2;0;1.84;18075
+77100;45.38309;7.02232;2333;20220923;10.9;-1.7;4.6;3.1;5.95;3.7;2.29;17330
+77100;45.38309;7.02232;2333;20220924;3.3;1;2.2;4.3;7.7;6.2;.86;7014
+77100;45.38309;7.02232;2333;20220925;3.3;-.1;1.6;2.5;7.4;5.4;1.02;9403
+77100;45.38309;7.02232;2333;20220926;5.6;-1;2.3;2.1;6.45;2.6;1.5;13146
+77100;45.38309;7.02232;2333;20220927;3.3;-1.9;.7;3.6;5.75;4.3;1.44;13343
+77100;45.38309;7.02232;2333;20220928;4;-2.4;.8;2.3;6.5;16.7;1.11;9968
+77100;45.38309;7.02232;2333;20220929;3.7;-1;1.3;1.8;6.9;.2;1.11;10317
+77100;45.38309;7.02232;2333;20220930;.9;-2.1;-.6;1.4;6.4;1.4;.84;7602
+77100;45.38309;7.02232;2333;20221001;5.1;-1.8;1.6;2.4;7.35;13.8;.97;8056
+77100;45.38309;7.02232;2333;20221002;11.5;4.7;8.1;3;8.7;0;2.04;13745
+77100;45.38309;7.02232;2333;20221003;11.3;-.1;5.6;1.9;7.25;0;1.86;15579
+77100;45.38309;7.02232;2333;20221004;13.9;1.2;7.5;1.5;4.95;0;2.16;15435
+77100;45.38309;7.02232;2333;20221005;11.4;.9;6.1;3.2;6;.1;1.99;15241
+77100;45.38309;7.02232;2333;20221006;12;1.8;6.9;3.4;7.5;0;1.97;15148
+77100;45.38309;7.02232;2333;20221007;9.9;1.9;5.9;4.8;7.85;.1;1.58;14505
+77100;45.38309;7.02232;2333;20221008;8;1.8;4.9;1.1;8.4;6.4;1.19;10238
+77100;45.38309;7.02232;2333;20221009;6.1;3.2;4.6;4.7;8.6;4.9;.99;8265
+77100;45.38309;7.02232;2333;20221010;6.6;3;4.8;4.2;8;.5;1.11;8974
+77100;45.38309;7.02232;2333;20221011;9.5;.5;5;2.6;7.35;.1;1.52;13517
+77100;45.38309;7.02232;2333;20221012;7.1;2.3;4.7;3.3;7.75;.1;1.22;10217
+77100;45.38309;7.02232;2333;20221013;7.9;-.1;3.9;.9;7;0;1.22;11838
+77100;45.38309;7.02232;2333;20221014;6.9;1.9;4.4;1.9;8.55;2.1;.97;8284
+77100;45.38309;7.02232;2333;20221015;12.6;1.5;7.1;1.8;7.55;.2;1.68;13326
+77100;45.38309;7.02232;2333;20221016;9.7;1.4;5.5;4.3;7;.1;1.3;12288
+77100;45.38309;7.02232;2333;20221017;10.4;2.6;6.5;5.7;8;0;1.31;11300
+77100;45.38309;7.02232;2333;20221018;14.3;3.2;8.8;1.4;7.55;0;1.64;12163
+77100;45.38309;7.02232;2333;20221019;13.3;2.7;8;2.5;6.4;0;1.8;12526
+77100;45.38309;7.02232;2333;20221020;9.2;3.2;6.2;6;7.95;4.6;1.06;8140
+77100;45.38309;7.02232;2333;20221021;5.8;4.8;5.3;4.6;9.6;17.6;.58;3027
+77100;45.38309;7.02232;2333;20221022;10;.7;5.3;2.5;8.1;.3;1.2;11322
+77100;45.38309;7.02232;2333;20221023;10.4;3.9;7.1;6.2;8.3;1.1;1.27;7903
+77100;45.38309;7.02232;2333;20221024;10.1;5.2;7.7;3.7;8.55;6.6;1.39;6378
+77100;45.38309;7.02232;2333;20221025;9.6;-.1;4.8;2.3;7.25;.1;1.18;10963
+77100;45.38309;7.02232;2333;20221026;13;3.6;8.3;2.8;6.95;0;1.81;10832
+77100;45.38309;7.02232;2333;20221027;13.2;3.6;8.4;1.4;7;0;1.31;9513
+77100;45.38309;7.02232;2333;20221028;14.5;5;9.7;1.2;6.9;0;1.35;9884
+77100;45.38309;7.02232;2333;20221029;14;4.8;9.4;2.8;6.45;0;1.92;10657
+77100;45.38309;7.02232;2333;20221030;12.1;5.7;8.9;4.8;6;0;2.4;9440
+77100;45.38309;7.02232;2333;20221031;10.1;4.3;7.2;5.6;6;2;2.1;9724
+77100;45.38309;7.02232;2333;20221101;6.4;2.5;4.4;2.7;7.15;3.4;.91;6741
+77100;45.38309;7.02232;2333;20221102;6.5;-1.1;2.7;1.6;6.1;0;.83;8986
+77100;45.38309;7.02232;2333;20221103;4.2;-1.7;1.3;5.2;5.55;9.7;.83;7283
+77100;45.38309;7.02232;2333;20221104;0;-5.5;-2.8;3.2;4.75;0;.66;8385
+77100;45.38309;7.02232;2333;20221105;-1.6;-5.7;-3.7;2.3;4.25;0;.59;8526
+77100;45.38309;7.02232;2333;20221106;5.5;-6.2;-.4;1.8;3.8;0;.95;9622
+77100;45.38309;7.02232;2333;20221107;8.8;-3;2.9;1.7;3.65;0;1.21;9855
+77100;45.38309;7.02232;2333;20221108;6.2;-1.5;2.3;4.9;4.55;0;1.15;9438
+77100;45.38309;7.02232;2333;20221109;3.9;-.9;1.5;4.8;6.25;7.8;.68;6167
+77100;45.38309;7.02232;2333;20221110;5.5;-2.1;1.7;2.5;5.8;0;.7;8694
+77100;45.38309;7.02232;2333;20221111;9.7;-.9;4.4;4.3;4;0;1.84;9246
+77100;45.38309;7.02232;2333;20221112;9.7;1.6;5.7;3.6;4.15;0;1.84;8084
+77100;45.38309;7.02232;2333;20221113;2.7;.5;1.6;6.4;4.65;0;1.17;5436
+77100;45.38309;7.02232;2333;20221114;-.6;-3.1;-1.9;5.1;5.5;1.3;.34;5406
+77100;45.38309;7.02232;2333;20221115;.7;-2.4;-.8;6.1;5.8;4.7;.37;5307
+77100;45.38309;7.02232;2333;20221116;1.3;-3.1;-.9;2.7;5.45;.7;.53;7343
+77100;45.38309;7.02232;2333;20221117;4.3;-3.5;.4;2.5;5.35;6.7;.7;8114
+77100;45.38309;7.02232;2333;20221118;-2.7;-4.2;-3.4;2.4;4.65;.7;.43;5342
+77100;45.38309;7.02232;2333;20221119;-3.5;-10.7;-7.1;1.6;3.05;0;.38;8160
+77100;45.38309;7.02232;2333;20221120;-5;-10.2;-7.6;2.1;3;1.3;.39;7310
+77100;45.38309;7.02232;2333;20221121;.5;-9.5;-4.5;2.8;3.85;4;.55;7143
+77100;45.38309;7.02232;2333;20221122;-5.3;-6;-5.7;4.3;3.8;0;.5;4027
+77100;45.38309;7.02232;2333;20221123;-1.9;-11.4;-6.6;1.9;3.3;6.4;.42;6700
+77100;45.38309;7.02232;2333;20221124;-2.9;-7;-5;2;3.45;0;.47;6287
+77100;45.38309;7.02232;2333;20221125;-.2;-6.4;-3.3;1.3;3.25;0;.5;7046
+77100;45.38309;7.02232;2333;20221126;-3.3;-6.6;-5;1.6;3.45;0;.44;5674
+77100;45.38309;7.02232;2333;20221127;2.7;-7.6;-2.4;1.8;2.6;0;.82;7081
+77100;45.38309;7.02232;2333;20221128;-3.3;-6;-4.6;4.5;3.9;.9;.41;4410
+77100;45.38309;7.02232;2333;20221129;-4.6;-6.4;-5.5;1;4.05;1.9;.29;3990
+77100;45.38309;7.02232;2333;20221130;-4.1;-10.6;-7.3;1.4;2.9;0;.29;6445
+77100;45.38309;7.02232;2333;20221201;-4.6;-10.3;-7.5;3.4;2.95;.4;.3;5824
+77100;45.38309;7.02232;2333;20221202;-5.8;-9.2;-7.5;4.6;3.1;.9;.42;4681
+77100;45.38309;7.02232;2333;20221203;-4.9;-8.3;-6.6;6.8;3.8;3.7;.28;4252
+77100;45.38309;7.02232;2333;20221204;-1.7;-5.3;-3.5;6.1;4.5;2.8;.36;4515
+77100;45.38309;7.02232;2333;20221205;-5.2;-7.3;-6.3;2.6;3.55;0;.33;4520
+77100;45.38309;7.02232;2333;20221206;-3;-10.9;-6.9;.7;3.2;0;.13;6461
+77100;45.38309;7.02232;2333;20221207;-2.8;-9.7;-6.2;.7;2.85;0;.19;6148
+77100;45.38309;7.02232;2333;20221208;-1.3;-10.1;-5.7;2.1;2.35;1.2;.59;6868
+77100;45.38309;7.02232;2333;20221209;-1.6;-8.2;-4.9;5.4;4.75;9.9;.28;4311
+77100;45.38309;7.02232;2333;20221210;-4.5;-4.6;-4.5;2.6;4.4;0;.33;3949
+77100;45.38309;7.02232;2333;20221211;-12.2;-13.5;-12.8;2.5;2.05;0;.27;3896
+77100;45.38309;7.02232;2333;20221212;-9.4;-16.9;-13.2;2.1;1.85;2.5;.27;6443
+77100;45.38309;7.02232;2333;20221213;-1.9;-13.1;-7.5;5.9;3.7;4.6;.35;5963
+77100;45.38309;7.02232;2333;20221214;-.9;-4.7;-2.8;1.5;5.05;.8;.23;5171
+77100;45.38309;7.02232;2333;20221215;-.4;-6.1;-3.3;4.2;4.2;7.8;.55;4323
+77100;45.38309;7.02232;2333;20221216;-2.5;-5.1;-3.8;2.4;4.7;.4;.27;4227
+77100;45.38309;7.02232;2333;20221217;-3.3;-12.3;-7.8;1.7;2.5;0;.36;6516
+77100;45.38309;7.02232;2333;20221218;-2.6;-9.5;-6;2;1.9;0;.63;6261
+77100;45.38309;7.02232;2333;20221219;3.3;-4.5;-.6;3.4;3.35;0;1.06;6114
+77100;45.38309;7.02232;2333;20221220;3.9;-2.8;.6;4.1;4.1;.2;1.05;6173
+77100;45.38309;7.02232;2333;20221221;-.2;-2.7;-1.4;1.9;5.15;1;.41;3942
+77100;45.38309;7.02232;2333;20221222;.6;-3.6;-1.5;2.3;5.45;18.7;.27;6232
+77100;45.38309;7.02232;2333;20221223;.1;-3.3;-1.6;2.5;6.4;25.3;.13;2755
+77100;45.38309;7.02232;2333;20221224;2.7;-1.3;.7;2;6.4;.4;.24;5848
+77100;45.38309;7.02232;2333;20221225;3.9;-1;1.5;1.6;4.1;0;.64;5831
+77100;45.38309;7.02232;2333;20221226;2.7;-.8;.9;2.2;4.3;2.6;.69;5734
+77100;45.38309;7.02232;2333;20221227;-2.9;-3.6;-3.3;1.8;4.05;0;.49;3200
+77100;45.38309;7.02232;2333;20221228;-1.1;-8.2;-4.6;.8;1.75;0;.37;6335
+77100;45.38309;7.02232;2333;20221229;.6;-7.9;-3.6;2;3.25;.8;.56;5918
+77100;45.38309;7.02232;2333;20221230;1.1;-4.4;-1.6;1.6;5.4;5.3;.29;4950
+77100;45.38309;7.02232;2333;20221231;4.7;-1.3;1.7;2.6;6.4;.1;.48;5241
+77101;45.3916;7.34088;1385;20220101;8.9;-2.1;3.4;.7;4.13;0;.32;6250
+77101;45.3916;7.34088;1385;20220102;8;-1.9;3.1;.8;4.28;0;.36;5935
+77101;45.3916;7.34088;1385;20220103;6.2;-2.5;1.8;.9;4.46;0;.35;5591
+77101;45.3916;7.34088;1385;20220104;9.5;-2.2;3.7;1.5;5.33;1.2;.51;6156
+77101;45.3916;7.34088;1385;20220105;1.6;-.5;.5;1.4;4.36;.7;.48;2984
+77101;45.3916;7.34088;1385;20220106;-1.3;-11.6;-6.4;1;2.28;0;.28;6707
+77101;45.3916;7.34088;1385;20220107;.1;-13;-6.4;.9;2.21;.7;.27;6865
+77101;45.3916;7.34088;1385;20220108;.4;-9.6;-4.6;1;3.28;4.1;.26;6028
+77101;45.3916;7.34088;1385;20220109;-1;-4.8;-2.9;1.8;3.71;1.5;.4;3622
+77101;45.3916;7.34088;1385;20220110;-1.6;-9.5;-5.5;.9;2.51;0;.32;5048
+77101;45.3916;7.34088;1385;20220111;.6;-12.9;-6.2;1;2.01;0;.38;7321
+77101;45.3916;7.34088;1385;20220112;2.3;-12.2;-5;.9;1.83;0;.42;7323
+77101;45.3916;7.34088;1385;20220113;5.5;-8.8;-1.7;.9;2.41;0;.47;7263
+77101;45.3916;7.34088;1385;20220114;8.1;-5.4;1.4;.6;3.16;0;.41;7043
+77101;45.3916;7.34088;1385;20220115;8.5;-4.7;1.9;.6;3.23;.7;.41;7254
+77101;45.3916;7.34088;1385;20220116;5.9;-5.9;0;.6;2.81;0;.39;7203
+77101;45.3916;7.34088;1385;20220117;4.1;-9.2;-2.6;.8;2.58;0;.4;7442
+77101;45.3916;7.34088;1385;20220118;6.6;-7.8;-.6;.8;2.91;0;.47;7857
+77101;45.3916;7.34088;1385;20220119;5.5;-6.7;-.6;.8;2.93;.1;.46;7357
+77101;45.3916;7.34088;1385;20220120;1.3;-7.8;-3.3;1.1;3.16;0;.39;6026
+77101;45.3916;7.34088;1385;20220121;.2;-10.3;-5.1;1.3;2.31;0;.49;7714
+77101;45.3916;7.34088;1385;20220122;2.5;-10.9;-4.2;.9;2.61;0;.45;7350
+77101;45.3916;7.34088;1385;20220123;6.2;-7.8;-.8;.6;2.86;0;.46;8141
+77101;45.3916;7.34088;1385;20220124;6.9;-7.6;-.4;.6;2.83;0;.45;8316
+77101;45.3916;7.34088;1385;20220125;7.7;-6.3;.7;.6;2.93;0;.51;8103
+77101;45.3916;7.34088;1385;20220126;6.6;-7.4;-.4;.8;2.61;0;.54;8528
+77101;45.3916;7.34088;1385;20220127;7.1;-7.7;-.3;.8;2.46;0;.56;8633
+77101;45.3916;7.34088;1385;20220128;6.4;-6.9;-.3;1.2;2.68;0;.75;8399
+77101;45.3916;7.34088;1385;20220129;6.4;-7.5;-.5;.9;2.88;0;.61;8209
+77101;45.3916;7.34088;1385;20220130;7.4;-5.5;.9;1;3.16;0;.7;8874
+77101;45.3916;7.34088;1385;20220131;3.2;-6.4;-1.6;2.5;2.93;.2;.92;7194
+77101;45.3916;7.34088;1385;20220201;3.3;-8;-2.4;1.6;3.41;1.7;.71;7815
+77101;45.3916;7.34088;1385;20220202;8.3;-2.6;2.8;2.5;4.28;0;1.29;7379
+77101;45.3916;7.34088;1385;20220203;8.9;-3.9;2.5;.9;4.18;0;.7;9655
+77101;45.3916;7.34088;1385;20220204;7.1;-5.4;.9;.9;3.73;.1;.7;9193
+77101;45.3916;7.34088;1385;20220205;5.6;-4.6;.5;1;3.58;0;.7;8081
+77101;45.3916;7.34088;1385;20220206;5.5;-8.9;-1.7;1.3;3.03;5.2;.78;9758
+77101;45.3916;7.34088;1385;20220207;6.5;-2.2;2.2;2.4;3.61;1;1.21;7991
+77101;45.3916;7.34088;1385;20220208;7.2;-8.4;-.6;.9;3.03;0;.76;9923
+77101;45.3916;7.34088;1385;20220209;10.6;-4.8;2.9;.7;3.21;0;.83;10416
+77101;45.3916;7.34088;1385;20220210;1.1;-4.9;-1.9;2.1;5.87;0;.68;9000
+77101;45.3916;7.34088;1385;20220211;4.9;.9;2.9;3.5;4.61;.4;1.14;9633
+77101;45.3916;7.34088;1385;20220212;.5;-2.4;-.9;4.3;3.51;.1;.88;9066
+77101;45.3916;7.34088;1385;20220213;1.2;-4;-1.4;2.8;3.81;.1;.81;11933
+77101;45.3916;7.34088;1385;20220214;-1.2;-4.4;-2.8;3.7;4.07;.5;.48;3700
+77101;45.3916;7.34088;1385;20220215;3;-3.7;-.4;5;4.21;0;.93;6766
+77101;45.3916;7.34088;1385;20220216;4.2;-8.7;-2.3;.9;4.33;1.3;.65;10112
+77101;45.3916;7.34088;1385;20220217;10.3;-.9;4.7;1.9;5.78;.8;1.14;9382
+77101;45.3916;7.34088;1385;20220218;13.6;-2.8;5.4;1.3;4.76;0;1.31;11526
+77101;45.3916;7.34088;1385;20220219;5.5;-.4;2.6;1.4;5.03;0;.88;8231
+77101;45.3916;7.34088;1385;20220220;8.2;-6.9;.7;1.1;3.81;0;1.03;12273
+77101;45.3916;7.34088;1385;20220221;3.4;-2.7;.4;2.8;4.23;10;.98;9051
+77101;45.3916;7.34088;1385;20220222;6.6;-3.5;1.5;1.4;3.76;.1;1.11;11097
+77101;45.3916;7.34088;1385;20220223;9.3;-6.2;1.6;1.2;3.53;0;1.19;12953
+77101;45.3916;7.34088;1385;20220224;8.9;-3.8;2.6;1.6;3.71;0;1.32;12290
+77101;45.3916;7.34088;1385;20220225;4.8;-3.6;.6;1.5;3.41;.4;1.1;9601
+77101;45.3916;7.34088;1385;20220226;4.3;-9.1;-2.4;1.3;2.06;0;1.16;13471
+77101;45.3916;7.34088;1385;20220227;2.9;-11.3;-4.2;1.5;1.93;0;1.11;13646
+77101;45.3916;7.34088;1385;20220228;6.5;-10.3;-1.9;1.2;2.16;0;1.23;14063
+77101;45.3916;7.34088;1385;20220301;7;-7.4;-.2;1.6;2.58;0;1.38;14159
+77101;45.3916;7.34088;1385;20220302;7.9;-7.3;.3;.8;2.96;0;1.18;14101
+77101;45.3916;7.34088;1385;20220303;8.1;-2.9;2.6;1.4;3.78;0;1.36;13522
+77101;45.3916;7.34088;1385;20220304;6.3;-5.5;.4;1.5;3.38;2.1;1.32;13919
+77101;45.3916;7.34088;1385;20220305;4.2;-7.5;-1.7;1.1;2.53;.3;1.18;13808
+77101;45.3916;7.34088;1385;20220306;3;-10.4;-3.7;1.2;2.36;0;1.12;14644
+77101;45.3916;7.34088;1385;20220307;5;-10.8;-2.9;.9;2.38;0;1.17;15248
+77101;45.3916;7.34088;1385;20220308;6.6;-9.5;-1.4;.9;2.38;0;1.29;15054
+77101;45.3916;7.34088;1385;20220309;8.9;-8.6;.2;.9;2.63;0;1.44;15910
+77101;45.3916;7.34088;1385;20220310;10;-7;1.5;1.7;2.91;0;1.77;16141
+77101;45.3916;7.34088;1385;20220311;4.6;-2.1;1.3;3.3;3.53;1.5;1.5;10782
+77101;45.3916;7.34088;1385;20220312;3.8;-1.7;1.1;3.4;3.58;.3;1.49;10483
+77101;45.3916;7.34088;1385;20220313;4.2;-1.2;1.5;3.1;3.96;2.2;1.34;9807
+77101;45.3916;7.34088;1385;20220314;9.1;-5.4;1.9;2;4.63;5.8;1.63;16596
+77101;45.3916;7.34088;1385;20220315;11.3;1.3;6.3;1.1;5.96;.6;1.56;12697
+77101;45.3916;7.34088;1385;20220316;13.9;.2;7;1;5.51;1.3;1.82;15303
+77101;45.3916;7.34088;1385;20220317;11.1;2.1;6.6;1.8;5.81;.1;1.75;13274
+77101;45.3916;7.34088;1385;20220318;4.7;2.3;3.5;5.3;6.57;.3;.9;9500
+77101;45.3916;7.34088;1385;20220319;4.9;-.9;2;6.1;5.27;.1;1.48;17633
+77101;45.3916;7.34088;1385;20220320;4.4;-2.9;.8;4.9;3.81;0;1.83;18400
+77101;45.3916;7.34088;1385;20220321;5.4;-1.9;1.7;3.3;3.51;0;2.05;21300
+77101;45.3916;7.34088;1385;20220322;6.7;-.5;3.1;4.7;3.27;0;2.54;22166
+77101;45.3916;7.34088;1385;20220323;10.2;1.3;5.8;3.5;2.64;0;3.02;23166
+77101;45.3916;7.34088;1385;20220324;12.6;5.2;8.9;3.7;3.21;0;3.56;22800
+77101;45.3916;7.34088;1385;20220325;10.4;5.1;7.7;2.7;3.41;0;3.01;22166
+77101;45.3916;7.34088;1385;20220326;11.9;4.5;8.2;2.8;3.41;0;3.2;22733
+77101;45.3916;7.34088;1385;20220327;10.9;5.4;8.1;4.2;3.71;0;3.19;19400
+77101;45.3916;7.34088;1385;20220328;13.1;5.7;9.4;3.6;3.41;0;3.63;22500
+77101;45.3916;7.34088;1385;20220329;8.6;4.1;6.3;3.4;4.97;1;2.33;16566
+77101;45.3916;7.34088;1385;20220330;3.6;1;2.3;3.1;6.61;2.2;.66;6166
+77101;45.3916;7.34088;1385;20220331;7.1;1;4;3.4;6.71;1.3;1.22;10833
+77101;45.3916;7.34088;1385;20220401;4.9;.4;2.6;4.6;5.57;9.4;1.39;12500
+77101;45.3916;7.34088;1385;20220402;-.6;-3.8;-2.2;3.6;4.07;1.3;1.07;12800
+77101;45.3916;7.34088;1385;20220403;1.5;-4;-1.2;2.8;4.17;.3;1.51;18966
+77101;45.3916;7.34088;1385;20220404;2.1;-2.7;-.3;2.2;5.21;0;1.34;17466
+77101;45.3916;7.34088;1385;20220405;9;-1.1;3.9;2.3;5.92;0;2.16;22166
+77101;45.3916;7.34088;1385;20220406;8;3.3;5.6;3;7.04;0;2.1;21233
+77101;45.3916;7.34088;1385;20220407;10.6;1.9;6.2;2.6;7.11;15.9;1.88;15633
+77101;45.3916;7.34088;1385;20220408;12.2;6.2;9.2;3.4;8.01;4.7;2.11;14133
+77101;45.3916;7.34088;1385;20220409;8.5;5.2;6.8;5.6;3.74;1.3;3.43;23833
+77101;45.3916;7.34088;1385;20220410;7.6;-2;2.8;3.5;3.21;0;2.78;25033
+77101;45.3916;7.34088;1385;20220411;7.8;1.2;4.5;2.5;4.21;0;2.58;23933
+77101;45.3916;7.34088;1385;20220412;9.8;2.3;6.1;1.7;5.04;0;2.79;24233
+77101;45.3916;7.34088;1385;20220413;13.4;4.7;9.1;3.2;6.67;0;3.12;23766
+77101;45.3916;7.34088;1385;20220414;15.3;6;10.6;4;7.24;0;3.57;25633
+77101;45.3916;7.34088;1385;20220415;18.1;9;13.6;3.1;6.84;0;4.13;25366
+77101;45.3916;7.34088;1385;20220416;17.1;9;13;3.7;5.81;.5;4.27;24166
+77101;45.3916;7.34088;1385;20220417;10.7;2.2;6.5;3.4;6.74;0;2.69;24100
+77101;45.3916;7.34088;1385;20220418;10.8;.8;5.8;2.6;6.24;0;2.71;25200
+77101;45.3916;7.34088;1385;20220419;11;3.4;7.2;3.2;6.37;0;2.9;24900
+77101;45.3916;7.34088;1385;20220420;5;4;4.5;2.1;7.24;.5;1.06;7866
+77101;45.3916;7.34088;1385;20220421;4.2;2.6;3.4;4;6.84;2.6;.9;8200
+77101;45.3916;7.34088;1385;20220422;8.8;2.1;5.5;3.7;7.61;7.1;1.45;12966
+77101;45.3916;7.34088;1385;20220423;5.3;3.8;4.5;6.1;7.71;41.3;.56;4200
+77101;45.3916;7.34088;1385;20220424;4.4;.9;2.7;3.3;6.84;2;.91;9500
+77101;45.3916;7.34088;1385;20220425;9;2.6;5.8;1.9;8.15;.1;1.66;13900
+77101;45.3916;7.34088;1385;20220426;8.7;4.3;6.5;2.2;7.84;.2;1.92;16000
+77101;45.3916;7.34088;1385;20220427;12.5;4.9;8.7;2.5;7.47;0;3.25;26466
+77101;45.3916;7.34088;1385;20220428;14.2;5.7;9.9;3.2;8.81;0;3.12;23933
+77101;45.3916;7.34088;1385;20220429;13.8;5.6;9.7;3.4;8.87;.2;2.79;20866
+77101;45.3916;7.34088;1385;20220430;11.2;5.1;8.1;2.8;7.87;1.3;2.19;15433
+77101;45.3916;7.34088;1385;20220501;12.3;5.3;8.8;2.2;7.74;.1;3;23500
+77101;45.3916;7.34088;1385;20220502;12.1;4.8;8.5;2.6;8.87;1.2;2.6;22000
+77101;45.3916;7.34088;1385;20220503;10.5;5.2;7.9;2.2;9.07;4.6;1.96;15733
+77101;45.3916;7.34088;1385;20220504;11;5.6;8.3;3.2;9.14;8.3;2.02;16333
+77101;45.3916;7.34088;1385;20220505;7;5.9;6.5;3.7;8.37;21.1;1.24;10166
+77101;45.3916;7.34088;1385;20220506;10.9;3.9;7.4;1.2;7.93;4.8;2.17;15872
+77101;45.3916;7.34088;1385;20220507;13.1;5;9.1;1.2;8.46;8.7;2.46;17169
+77101;45.3916;7.34088;1385;20220508;14.3;5.1;9.7;1.2;8.73;2.6;2.67;19008
+77101;45.3916;7.34088;1385;20220509;16.1;5;10.5;1.3;8.13;.4;3.1;21161
+77101;45.3916;7.34088;1385;20220510;19;2.2;10.6;1.3;7.83;0;3.82;27035
+77101;45.3916;7.34088;1385;20220511;21.3;4.6;13;1.4;8.26;0;4.12;26690
+77101;45.3916;7.34088;1385;20220512;22.8;4.7;13.7;1.2;8.18;.1;4.23;26749
+77101;45.3916;7.34088;1385;20220513;21.3;5.7;13.5;1.2;9.31;.3;3.86;24401
+77101;45.3916;7.34088;1385;20220514;21.6;6.3;13.9;1.5;9.66;.6;4.08;25452
+77101;45.3916;7.34088;1385;20220515;21.1;6;13.6;1;9.76;3;4.01;26115
+77101;45.3916;7.34088;1385;20220516;20.6;6;13.3;1.2;9.31;.8;3.76;23690
+77101;45.3916;7.34088;1385;20220517;23;5.3;14.2;1;9.13;.1;4.25;26773
+77101;45.3916;7.34088;1385;20220518;23.6;5.8;14.7;1.4;9.78;2.4;4.52;28156
+77101;45.3916;7.34088;1385;20220519;23.6;9.4;16.5;1.4;10.66;1.4;4.47;26002
+77101;45.3916;7.34088;1385;20220520;25.5;6.9;16.2;1.2;9.78;0;4.68;27576
+77101;45.3916;7.34088;1385;20220521;24.7;7.8;16.3;1.4;9.88;0;4.71;27388
+77101;45.3916;7.34088;1385;20220522;26.2;8.2;17.2;1.1;10.08;1.5;4.59;26149
+77101;45.3916;7.34088;1385;20220523;23.7;8.5;16.1;1.7;9.61;4.3;4.54;25817
+77101;45.3916;7.34088;1385;20220524;17.5;7.8;12.6;1.3;9.98;3.4;3.27;20852
+77101;45.3916;7.34088;1385;20220525;14.3;6.3;10.3;.9;9.88;3.4;2.73;18842
+77101;45.3916;7.34088;1385;20220526;19.6;5.8;12.7;1.3;10.38;1.7;3.93;26157
+77101;45.3916;7.34088;1385;20220527;23.2;7.1;15.2;1.3;10.16;0;4.55;27619
+77101;45.3916;7.34088;1385;20220528;20.9;6;13.4;1.6;9.08;7.9;4.24;25649
+77101;45.3916;7.34088;1385;20220529;16.9;4.4;10.6;1.7;7.53;.9;3.51;22241
+77101;45.3916;7.34088;1385;20220530;16.3;1.3;8.8;1.5;6.78;1.2;3.57;25078
+77101;45.3916;7.34088;1385;20220531;17.5;3.5;10.5;1.2;8.33;3.3;3.66;25360
+77101;45.3916;7.34088;1385;20220601;21;4.9;13;1.5;9.41;2.4;4.18;26785
+77101;45.3916;7.34088;1385;20220602;23;7.6;15.3;1.7;10.28;3.1;4.37;25194
+77101;45.3916;7.34088;1385;20220603;20.9;10;15.4;1.3;11.73;5.3;3.51;20330
+77101;45.3916;7.34088;1385;20220604;25.4;8.4;16.9;1.5;11.18;0;4.86;27765
+77101;45.3916;7.34088;1385;20220605;23.8;11.2;17.5;1.8;10.46;1.7;4.51;23630
+77101;45.3916;7.34088;1385;20220606;23.1;5.2;14.2;1.6;9.63;1.5;4.71;28975
+77101;45.3916;7.34088;1385;20220607;18.8;8.7;13.8;1.6;9.51;.2;3.62;21105
+77101;45.3916;7.34088;1385;20220608;19.2;3.5;11.3;1.4;8.28;.5;3.98;26521
+77101;45.3916;7.34088;1385;20220609;16;6.4;11.2;1.8;7.86;0;3.39;20932
+77101;45.3916;7.34088;1385;20220610;20.9;1.9;11.4;1.7;7.33;0;4.35;27385
+77101;45.3916;7.34088;1385;20220611;24.4;4;14.2;1.4;8.06;0;5.01;30339
+77101;45.3916;7.34088;1385;20220612;26.4;5.9;16.1;1.1;8.41;.1;5.06;29555
+77101;45.3916;7.34088;1385;20220613;24;8.4;16.2;1.3;10.23;0;4.6;26096
+77101;45.3916;7.34088;1385;20220614;25.5;6.3;15.9;1.4;9.76;0;5.06;30249
+77101;45.3916;7.34088;1385;20220615;25.9;9.2;17.6;1.1;10.38;.5;4.91;28049
+77101;45.3916;7.34088;1385;20220616;27.4;8.6;18;1.5;9.68;0;5.23;27968
+77101;45.3916;7.34088;1385;20220617;28.2;7.5;17.9;1.3;9.61;0;5.45;29750
+77101;45.3916;7.34088;1385;20220618;27.8;10.5;19.2;1.4;11.61;0;5.36;29276
+77101;45.3916;7.34088;1385;20220619;26.8;11.6;19.2;2.1;11.51;2;5.46;29023
+77101;45.3916;7.34088;1385;20220620;27.6;10.8;19.2;1.6;10.98;.2;5.25;27319
+77101;45.3916;7.34088;1385;20220621;25.3;11.5;18.4;1.5;11.41;3.7;4.78;25490
+77101;45.3916;7.34088;1385;20220622;20.5;11.1;15.8;1.2;13.13;8.2;3.51;20401
+77101;45.3916;7.34088;1385;20220623;23.5;8.1;15.8;1.3;11.03;1.4;4.62;27238
+77101;45.3916;7.34088;1385;20220624;19.7;8.4;14.1;1.1;10.78;4.7;3.73;23153
+77101;45.3916;7.34088;1385;20220625;22.1;5.1;13.6;1.9;8.91;.2;4.53;29067
+77101;45.3916;7.34088;1385;20220626;24.1;8.9;16.5;3.2;11.05;.4;4.69;28090
+77101;45.3916;7.34088;1385;20220627;25.3;12.7;19;4.1;12.45;7.8;4.77;24876
+77101;45.3916;7.34088;1385;20220628;18.4;11.7;15;2.6;12.55;11.8;3.21;16631
+77101;45.3916;7.34088;1385;20220629;24;7.2;15.6;1.6;10.51;0;4.68;28547
+77101;45.3916;7.34088;1385;20220630;24.3;8.7;16.5;1.1;11.31;10.8;4.77;28339
+77101;45.3916;7.34088;1385;20220701;20.3;9.6;15;1.4;10.51;.7;3.73;21102
+77101;45.3916;7.34088;1385;20220702;26.9;5.8;16.3;1.1;9.03;.1;5.1;29812
+77101;45.3916;7.34088;1385;20220703;28.2;8.9;18.5;1.2;10.36;.2;5.3;29025
+77101;45.3916;7.34088;1385;20220704;25;11;18;1.2;12.26;6.4;4.39;23972
+77101;45.3916;7.34088;1385;20220705;24.5;9.1;16.8;1.2;11.26;0;4.58;26263
+77101;45.3916;7.34088;1385;20220706;24;8;16;1.4;10.66;.7;4.84;29159
+77101;45.3916;7.34088;1385;20220707;23.5;7.2;15.4;1.5;10.06;0;4.48;25829
+77101;45.3916;7.34088;1385;20220708;23.9;10.1;17;2.7;9.04;0;5.7;30952
+77101;45.3916;7.34088;1385;20220709;23.2;10;16.6;1.4;10.04;0;5.01;29642
+77101;45.3916;7.34088;1385;20220710;24.2;9.9;17.1;2.4;9.77;0;5.41;30203
+77101;45.3916;7.34088;1385;20220711;24.6;10.2;17.4;1.7;11.14;0;5.16;29865
+77101;45.3916;7.34088;1385;20220712;24.5;9.9;17.2;1.4;11.34;0;4.8;28121
+77101;45.3916;7.34088;1385;20220713;24.9;11.3;18.1;1.1;12.47;.5;4.52;25899
+77101;45.3916;7.34088;1385;20220714;26.7;13.8;20.3;1.6;13.17;1.3;5.01;26479
+77101;45.3916;7.34088;1385;20220715;27.9;12.4;20.2;1.8;11.47;0;5.69;30453
+77101;45.3916;7.34088;1385;20220716;27.3;10.7;19;1.9;11.47;.1;5.5;30120
+77101;45.3916;7.34088;1385;20220717;27.4;11.9;19.7;1.5;13;3.5;5.02;27233
+77101;45.3916;7.34088;1385;20220718;28;13.1;20.6;1.4;13.2;.1;5.16;27483
+77101;45.3916;7.34088;1385;20220719;28.7;10.5;19.6;1.4;12.46;.1;5.12;27908
+77101;45.3916;7.34088;1385;20220720;28.5;14.1;21.3;1.5;13.63;1.3;5.02;25505
+77101;45.3916;7.34088;1385;20220721;28.3;11.2;19.7;1.5;12.48;0;5.02;26377
+77101;45.3916;7.34088;1385;20220722;29.3;10.8;20.1;1.4;12.06;.4;4.9;25510
+77101;45.3916;7.34088;1385;20220723;25.4;13.9;19.7;1.8;14.23;1.5;4.26;23152
+77101;45.3916;7.34088;1385;20220724;26.7;12.7;19.7;1.8;15.33;.2;4.33;23595
+77101;45.3916;7.34088;1385;20220725;28;14;21;2;15.3;1;4.41;23095
+77101;45.3916;7.34088;1385;20220726;25.4;10.3;17.8;1.4;12.48;1.9;4.31;23720
+77101;45.3916;7.34088;1385;20220727;24.9;11.1;18;1.9;12.31;1.2;4.56;25164
+77101;45.3916;7.34088;1385;20220728;26;10;18;1.5;11.13;3.5;4.66;25800
+77101;45.3916;7.34088;1385;20220729;20;8.9;14.5;1;11.26;5.6;3.29;20134
+77101;45.3916;7.34088;1385;20220730;23.4;8.1;15.8;1.5;10.68;0;4;22569
+77101;45.3916;7.34088;1385;20220731;25.6;7.8;16.7;1.3;10.26;0;4.32;24480
+77101;45.3916;7.34088;1385;20220801;28.3;8.5;18.4;1.3;10.06;0;4.9;27165
+77101;45.3916;7.34088;1385;20220802;26.5;8.6;17.6;1.7;10.91;0;4.75;27066
+77101;45.3916;7.34088;1385;20220803;27.3;10.8;19;1.5;11.86;.6;4.69;26109
+77101;45.3916;7.34088;1385;20220804;27;12.6;19.8;1;13.31;1.9;4.5;25141
+77101;45.3916;7.34088;1385;20220805;26.2;12.6;19.4;1;13.91;1.5;3.98;21831
+77101;45.3916;7.34088;1385;20220806;25.6;10.1;17.8;1.2;12.56;1.3;4.01;22565
+77101;45.3916;7.34088;1385;20220807;23.7;11.5;17.6;1.5;12.38;3.9;3.91;22277
+77101;45.3916;7.34088;1385;20220808;25.1;8.4;16.8;1.2;10.96;0;4.31;25950
+77101;45.3916;7.34088;1385;20220809;26;9.4;17.7;1.7;11.08;.9;4.52;25466
+77101;45.3916;7.34088;1385;20220810;25.5;12.7;19.1;1.6;11.83;2;4.22;22734
+77101;45.3916;7.34088;1385;20220811;25.5;9.8;17.6;1.2;10.98;0;4.15;23843
+77101;45.3916;7.34088;1385;20220812;25.8;8.8;17.3;1.4;9.56;0;4.38;24638
+77101;45.3916;7.34088;1385;20220813;26.1;7.1;16.6;1.4;8.08;0;4.46;25302
+77101;45.3916;7.34088;1385;20220814;21.7;8.1;14.9;1;9.78;2;3.51;21949
+77101;45.3916;7.34088;1385;20220815;22.3;7.7;15;1.2;10.08;.5;3.6;22275
+77101;45.3916;7.34088;1385;20220816;25;5.7;15.4;1.3;9.51;4.8;4.04;24425
+77101;45.3916;7.34088;1385;20220817;22.5;11.4;16.9;1.9;11.06;15.2;3.6;19736
+77101;45.3916;7.34088;1385;20220818;17.9;8.3;13.1;1.2;12.06;14.1;2.62;17360
+77101;45.3916;7.34088;1385;20220819;18.2;8.6;13.4;1.1;11.36;.8;2.6;16098
+77101;45.3916;7.34088;1385;20220820;21.9;7;14.4;1.2;10.93;0;3.44;21624
+77101;45.3916;7.34088;1385;20220821;23.5;7.7;15.6;1.4;10.76;0;3.82;23568
+77101;45.3916;7.34088;1385;20220822;22.7;8.5;15.6;1.3;10.88;.6;3.65;22719
+77101;45.3916;7.34088;1385;20220823;23.7;7.3;15.5;1.3;10.46;0;3.71;23296
+77101;45.3916;7.34088;1385;20220824;24.6;8;16.3;1.2;10.68;0;3.74;22892
+77101;45.3916;7.34088;1385;20220825;25.4;9.4;17.4;1.1;11.26;.3;3.78;22676
+77101;45.3916;7.34088;1385;20220826;21.8;11.7;16.8;.9;12.46;5.6;3.02;18020
+77101;45.3916;7.34088;1385;20220827;21.4;8.2;14.8;1.1;11.78;1.7;3.04;19301
+77101;45.3916;7.34088;1385;20220828;24.2;8.7;16.4;1.2;11.13;2.4;3.59;22162
+77101;45.3916;7.34088;1385;20220829;25.2;7.4;16.3;1;9.88;.1;3.54;22077
+77101;45.3916;7.34088;1385;20220830;23.5;9.7;16.6;1.1;11.46;3.7;3.24;19724
+77101;45.3916;7.34088;1385;20220831;20.2;8.6;14.4;1.1;11.73;.7;2.8;18081
+77101;45.3916;7.34088;1385;20220901;22.4;8;15.2;1.2;10.56;4.4;3.28;21023
+77101;45.3916;7.34088;1385;20220902;21.3;6.4;13.8;1;9.93;6;3.02;20375
+77101;45.3916;7.34088;1385;20220903;18.1;8.2;13.2;1.2;11.28;2.3;2.35;15346
+77101;45.3916;7.34088;1385;20220904;21;6.3;13.7;1;10.46;.6;2.79;18548
+77101;45.3916;7.34088;1385;20220905;22.9;8.1;15.5;.9;10.31;.3;2.95;18879
+77101;45.3916;7.34088;1385;20220906;23.4;7.8;15.6;1;11.06;2.6;3.06;19594
+77101;45.3916;7.34088;1385;20220907;22.4;10.6;16.5;1.2;11.71;2.5;2.84;16857
+77101;45.3916;7.34088;1385;20220908;18.9;9.3;14.1;1.1;10.76;.4;2.47;16023
+77101;45.3916;7.34088;1385;20220909;17.8;5.3;11.6;1.4;8.48;0;2.57;17659
+77101;45.3916;7.34088;1385;20220910;18.1;3.2;10.7;1;7.83;0;2.42;17289
+77101;45.3916;7.34088;1385;20220911;21.4;3.6;12.5;1.1;7.98;0;2.87;19853
+77101;45.3916;7.34088;1385;20220912;24;3.5;13.7;.9;7.71;0;2.98;20222
+77101;45.3916;7.34088;1385;20220913;25;6.7;15.8;.9;9.56;.2;2.95;19034
+77101;45.3916;7.34088;1385;20220914;19.4;12.6;16;1.5;12.16;4;2.17;11596
+77101;45.3916;7.34088;1385;20220915;18.3;9.5;13.9;1;11.51;.8;2.11;13626
+77101;45.3916;7.34088;1385;20220916;17.6;7.3;12.4;1.2;9.98;0;2.12;14052
+77101;45.3916;7.34088;1385;20220917;12.7;3.2;8;1.7;6.03;0;2.02;13802
+77101;45.3916;7.34088;1385;20220918;16.4;-.9;7.7;1;5.58;0;2.29;18412
+77101;45.3916;7.34088;1385;20220919;17.3;1.2;9.3;1.1;5.66;0;2.35;17652
+77101;45.3916;7.34088;1385;20220920;17.3;-.6;8.4;.9;5.91;0;2.23;18136
+77101;45.3916;7.34088;1385;20220921;15.3;.7;8;1.7;6.73;.2;2.09;17328
+77101;45.3916;7.34088;1385;20220922;17.2;3.8;10.5;.9;7.06;0;2.14;16500
+77101;45.3916;7.34088;1385;20220923;17;1.1;9;.9;6.63;2.6;2.07;16804
+77101;45.3916;7.34088;1385;20220924;9.9;5.8;7.9;.7;8.83;7.1;1.11;7829
+77101;45.3916;7.34088;1385;20220925;12.4;4.4;8.4;.8;8.53;6.5;1.44;11688
+77101;45.3916;7.34088;1385;20220926;13.6;1.5;7.6;1.2;7.08;.4;1.78;14935
+77101;45.3916;7.34088;1385;20220927;11.3;2.9;7.1;1.4;6.58;1.4;1.63;13044
+77101;45.3916;7.34088;1385;20220928;11.3;.7;6;1.2;7.28;5.9;1.44;13095
+77101;45.3916;7.34088;1385;20220929;10.8;4.5;7.6;1.2;7.88;1.3;1.33;10297
+77101;45.3916;7.34088;1385;20220930;8.2;2.4;5.3;1;7.46;2;1.09;9575
+77101;45.3916;7.34088;1385;20221001;11;1.8;6.4;1.1;8.08;8.4;1.24;11344
+77101;45.3916;7.34088;1385;20221002;18.3;6.8;12.6;1.2;9.48;0;1.85;12965
+77101;45.3916;7.34088;1385;20221003;18.3;2.7;10.5;1;7.53;0;1.91;15152
+77101;45.3916;7.34088;1385;20221004;20;1.3;10.7;.7;6.48;0;1.83;14948
+77101;45.3916;7.34088;1385;20221005;21.1;2.6;11.9;.7;6.73;0;1.86;15201
+77101;45.3916;7.34088;1385;20221006;19.2;3.6;11.4;1;7.56;0;1.88;14642
+77101;45.3916;7.34088;1385;20221007;19.2;2.6;10.9;.9;7.46;.1;1.78;14679
+77101;45.3916;7.34088;1385;20221008;14.6;3.2;8.9;.5;8.73;6.5;1.36;12642
+77101;45.3916;7.34088;1385;20221009;12.2;8;10.1;.9;10.31;22.9;1.07;7774
+77101;45.3916;7.34088;1385;20221010;14.6;7.4;11;1;9.38;2.4;1.3;9506
+77101;45.3916;7.34088;1385;20221011;16.7;3;9.8;.8;8.26;.1;1.48;13218
+77101;45.3916;7.34088;1385;20221012;15;4.6;9.8;1;8.38;.2;1.37;11651
+77101;45.3916;7.34088;1385;20221013;14.8;1.6;8.2;.7;7.61;0;1.29;12191
+77101;45.3916;7.34088;1385;20221014;14.8;4.4;9.6;.9;8.88;.7;1.22;10700
+77101;45.3916;7.34088;1385;20221015;18.9;4.9;11.9;.7;8.36;.1;1.45;12732
+77101;45.3916;7.34088;1385;20221016;18.9;3.7;11.3;.7;7.61;.8;1.43;12871
+77101;45.3916;7.34088;1385;20221017;19.7;3.6;11.7;1;7.61;.1;1.58;12814
+77101;45.3916;7.34088;1385;20221018;20;4.8;12.4;.9;8.08;0;1.53;12372
+77101;45.3916;7.34088;1385;20221019;21.2;3.4;12.3;.8;7.08;0;1.48;12588
+77101;45.3916;7.34088;1385;20221020;19;4.4;11.7;.9;8.08;7.7;1.41;11699
+77101;45.3916;7.34088;1385;20221021;12.9;10.1;11.5;1.1;10.93;11.2;.85;4523
+77101;45.3916;7.34088;1385;20221022;14.7;8.1;11.4;1.3;9.58;.2;1.17;8474
+77101;45.3916;7.34088;1385;20221023;19.1;6.3;12.7;1.4;9.06;3;1.47;10369
+77101;45.3916;7.34088;1385;20221024;15.4;9.6;12.5;1.2;9.93;5.8;1.11;6908
+77101;45.3916;7.34088;1385;20221025;16;3.2;9.6;1;7.91;.5;1.15;11138
+77101;45.3916;7.34088;1385;20221026;18.6;5.7;12.1;1.2;8.13;0;1.36;10227
+77101;45.3916;7.34088;1385;20221027;19.7;5.1;12.4;.8;7.73;0;1.25;10911
+77101;45.3916;7.34088;1385;20221028;21;5.6;13.3;.8;7.58;0;1.27;10589
+77101;45.3916;7.34088;1385;20221029;21.3;5.1;13.2;1;7.26;0;1.37;10828
+77101;45.3916;7.34088;1385;20221030;19.9;5.9;12.9;1.4;6.76;0;1.51;10269
+77101;45.3916;7.34088;1385;20221031;18.8;5.1;12;1.6;6.23;1.1;1.54;9666
+77101;45.3916;7.34088;1385;20221101;11.8;5.1;8.4;.9;7.36;2.3;.88;6395
+77101;45.3916;7.34088;1385;20221102;12.4;.8;6.6;.6;6.46;0;.76;9175
+77101;45.3916;7.34088;1385;20221103;12;-.7;5.6;1.1;6.08;7.3;.85;9039
+77101;45.3916;7.34088;1385;20221104;5.7;0;2.8;1.5;6.03;0;.61;7081
+77101;45.3916;7.34088;1385;20221105;6.8;-2.6;2.1;1.1;4.98;0;.66;7558
+77101;45.3916;7.34088;1385;20221106;10.7;-3.4;3.6;.9;4.68;0;.72;9229
+77101;45.3916;7.34088;1385;20221107;13;-2.5;5.2;.8;4.58;0;.79;9493
+77101;45.3916;7.34088;1385;20221108;13.7;-.9;6.4;1;4.76;0;.84;9438
+77101;45.3916;7.34088;1385;20221109;10.9;1.8;6.3;1.1;6.91;5.7;.7;6891
+77101;45.3916;7.34088;1385;20221110;11;1.3;6.2;.7;6.76;0;.58;8103
+77101;45.3916;7.34088;1385;20221111;14.2;-1.1;6.6;.8;5.01;0;.72;8938
+77101;45.3916;7.34088;1385;20221112;15.1;1.3;8.2;.9;5.43;0;.77;8672
+77101;45.3916;7.34088;1385;20221113;11.8;3.2;7.5;1.8;5.38;.7;1.02;7053
+77101;45.3916;7.34088;1385;20221114;8.6;1.9;5.2;.9;6.26;2;.56;6319
+77101;45.3916;7.34088;1385;20221115;8.7;2.4;5.6;.7;6.96;2.5;.52;5252
+77101;45.3916;7.34088;1385;20221116;8;3.6;5.8;1.2;6.91;.4;.6;4991
+77101;45.3916;7.34088;1385;20221117;10.9;-1.4;4.7;1.4;6.01;3.3;.64;7995
+77101;45.3916;7.34088;1385;20221118;5.5;.8;3.2;1.2;5.63;.2;.51;4809
+77101;45.3916;7.34088;1385;20221119;4.6;-5.5;-.5;.9;3.98;0;.4;7649
+77101;45.3916;7.34088;1385;20221120;3;-6.2;-1.6;.9;3.76;.6;.4;6821
+77101;45.3916;7.34088;1385;20221121;5.9;-5.9;0;1;4.21;2.1;.42;7593
+77101;45.3916;7.34088;1385;20221122;2.4;-.7;.8;1.6;4.68;0;.54;3708
+77101;45.3916;7.34088;1385;20221123;3.7;-7.3;-1.8;1.1;3.96;1.6;.36;7441
+77101;45.3916;7.34088;1385;20221124;5;-4.3;.4;.9;4.16;0;.4;6396
+77101;45.3916;7.34088;1385;20221125;6.3;-4;1.2;.8;4.13;0;.38;6893
+77101;45.3916;7.34088;1385;20221126;5.7;-3.8;1;1.1;3.93;0;.48;6247
+77101;45.3916;7.34088;1385;20221127;6.6;-6.4;.1;.7;3.28;0;.36;7258
+77101;45.3916;7.34088;1385;20221128;5.2;-2.1;1.5;.8;4.26;.7;.43;5188
+77101;45.3916;7.34088;1385;20221129;1.8;-2.7;-.5;.8;4.86;1.7;.31;4190
+77101;45.3916;7.34088;1385;20221130;4.1;-5.6;-.8;.8;4.06;0;.34;6266
+77101;45.3916;7.34088;1385;20221201;3.5;-6;-1.3;.9;3.56;.2;.31;6629
+77101;45.3916;7.34088;1385;20221202;1.9;-7.1;-2.6;1.2;3.58;1.9;.31;6264
+77101;45.3916;7.34088;1385;20221203;3.1;-3.7;-.3;2.2;4.23;14.4;.52;4741
+77101;45.3916;7.34088;1385;20221204;5;.2;2.6;1.4;5.36;7.2;.48;3916
+77101;45.3916;7.34088;1385;20221205;1.6;-2.8;-.6;1;4.33;.1;.36;3953
+77101;45.3916;7.34088;1385;20221206;2.1;-9.6;-3.7;.6;2.93;0;.2;6503
+77101;45.3916;7.34088;1385;20221207;2;-8.9;-3.5;.5;2.76;0;.22;6263
+77101;45.3916;7.34088;1385;20221208;1.5;-9.8;-4.2;1;3.01;1.6;.27;6328
+77101;45.3916;7.34088;1385;20221209;2.1;-2.7;-.3;.9;5.46;5.9;.24;3479
+77101;45.3916;7.34088;1385;20221210;2.5;-.1;1.2;1.1;5.13;0;.38;2983
+77101;45.3916;7.34088;1385;20221211;-4;-9.2;-6.6;1.3;2.51;0;.3;4749
+77101;45.3916;7.34088;1385;20221212;-3.7;-14.7;-9.2;.6;2.21;.9;.14;6312
+77101;45.3916;7.34088;1385;20221213;0;-7.4;-3.7;.7;4.13;2.7;.17;4719
+77101;45.3916;7.34088;1385;20221214;3.7;-3.8;-.1;.7;5.28;.2;.19;4904
+77101;45.3916;7.34088;1385;20221215;3.6;-3.5;0;1;5.06;8.4;.26;4561
+77101;45.3916;7.34088;1385;20221216;2.2;-1.3;.4;.7;5.51;.1;.25;3498
+77101;45.3916;7.34088;1385;20221217;-.4;-8.4;-4.4;.8;3.28;0;.18;5891
+77101;45.3916;7.34088;1385;20221218;1.7;-11;-4.7;.5;2.58;0;.16;6423
+77101;45.3916;7.34088;1385;20221219;5.8;-6.5;-.3;.5;3.98;0;.17;6205
+77101;45.3916;7.34088;1385;20221220;5.7;-3.5;1.1;.8;4.58;0;.27;5600
+77101;45.3916;7.34088;1385;20221221;4.1;-1.6;1.3;.8;5.58;0;.24;4475
+77101;45.3916;7.34088;1385;20221222;5.5;-.2;2.7;1;5.53;9;.3;4485
+77101;45.3916;7.34088;1385;20221223;7.1;.7;3.9;1.1;6.68;13.9;.31;4322
+77101;45.3916;7.34088;1385;20221224;7.3;1.1;4.2;.7;6.36;.1;.28;4773
+77101;45.3916;7.34088;1385;20221225;8.9;-1.8;3.6;.9;5.03;0;.32;5902
+77101;45.3916;7.34088;1385;20221226;8.8;-1.8;3.5;1.2;4.93;.6;.43;5918
+77101;45.3916;7.34088;1385;20221227;4.1;-1.1;1.5;1.1;4.91;0;.39;3537
+77101;45.3916;7.34088;1385;20221228;3.9;-7.5;-1.8;.7;3.16;0;.25;6060
+77101;45.3916;7.34088;1385;20221229;5.7;-5.7;0;1.2;4.13;0;.36;6172
+77101;45.3916;7.34088;1385;20221230;5.7;-.2;2.8;1.2;5.98;2.7;.29;4869
+77101;45.3916;7.34088;1385;20221231;11.1;1.3;6.2;1.1;6.66;0;.42;5485
+78074;45.04696;-1.1414;15;20220101;18.1;5.8;12;2;11;0;.73;6824
+78074;45.04696;-1.1414;15;20220102;15.5;10.6;13;2.8;12.6;0;.63;4866
+78074;45.04696;-1.1414;15;20220103;17;11.1;14.1;2.8;11.97;0;.98;5307
+78074;45.04696;-1.1414;15;20220104;14.9;12.1;13.5;4.1;11.07;2.3;1.47;2690
+78074;45.04696;-1.1414;15;20220105;9.1;2.7;5.9;1.7;6.93;.2;.46;6015
+78074;45.04696;-1.1414;15;20220106;9.2;-.4;4.4;1.1;6;.5;.37;6252
+78074;45.04696;-1.1414;15;20220107;12.3;3.6;7.9;4.1;8.77;6.1;.75;5877
+78074;45.04696;-1.1414;15;20220108;13.2;10.2;11.7;5.9;11.03;6.5;1.18;3186
+78074;45.04696;-1.1414;15;20220109;11.6;9.3;10.5;4.5;11.03;11.7;.77;1947
+78074;45.04696;-1.1414;15;20220110;12.4;10.3;11.4;3.9;12.63;.7;.5;1954
+78074;45.04696;-1.1414;15;20220111;11;4.4;7.7;1.6;8.07;0;.52;6531
+78074;45.04696;-1.1414;15;20220112;6.2;.6;3.4;3.3;6.03;0;.61;6337
+78074;45.04696;-1.1414;15;20220113;7.4;.6;4;2.6;5.83;0;.66;7240
+78074;45.04696;-1.1414;15;20220114;8.3;-1.4;3.5;2.4;6.03;0;.65;7115
+78074;45.04696;-1.1414;15;20220115;8;-3.6;2.2;.8;5.77;.1;.28;8372
+78074;45.04696;-1.1414;15;20220116;3.1;-1.3;.9;1.6;6.37;.1;.28;4953
+78074;45.04696;-1.1414;15;20220117;7;.6;3.8;2.3;7.53;.1;.35;4079
+78074;45.04696;-1.1414;15;20220118;5.7;.9;3.3;1.5;7.5;.1;.32;3805
+78074;45.04696;-1.1414;15;20220119;8.9;4.6;6.7;1.4;8.77;2.5;.48;3232
+78074;45.04696;-1.1414;15;20220120;8.5;6.7;7.6;3;8.93;.2;.66;2492
+78074;45.04696;-1.1414;15;20220121;6.5;2;4.3;3.9;6.17;0;.83;6703
+78074;45.04696;-1.1414;15;20220122;7.9;1.4;4.6;4;6.27;0;.87;7756
+78074;45.04696;-1.1414;15;20220123;9.1;1.1;5.1;2.7;6.43;0;.8;8239
+78074;45.04696;-1.1414;15;20220124;12.1;-.7;5.7;1.2;6.43;0;.61;8952
+78074;45.04696;-1.1414;15;20220125;12.8;-1.6;5.6;.9;6.43;0;.58;9600
+78074;45.04696;-1.1414;15;20220126;6.1;-1.4;2.3;2.1;6.23;0;.49;8510
+78074;45.04696;-1.1414;15;20220127;1.3;-1.4;0;2.4;5.77;0;.36;4382
+78074;45.04696;-1.1414;15;20220128;9.3;-1.2;4;1.8;7.87;0;.41;6163
+78074;45.04696;-1.1414;15;20220129;4.3;3.3;3.8;2;7.83;0;.34;1818
+78074;45.04696;-1.1414;15;20220130;8.4;4;6.2;1.6;9.07;.4;.4;3824
+78074;45.04696;-1.1414;15;20220131;11.2;7.3;9.2;3.5;9.97;.8;.83;5219
+78074;45.04696;-1.1414;15;20220201;11.5;1.6;6.5;2.8;9.17;.2;.51;7048
+78074;45.04696;-1.1414;15;20220202;11;9.4;10.2;2.5;11.17;0;.63;2569
+78074;45.04696;-1.1414;15;20220203;10.4;6.1;8.2;2.5;9.93;.8;.61;3388
+78074;45.04696;-1.1414;15;20220204;12.6;7.7;10.2;2.5;11.17;1.5;.67;4908
+78074;45.04696;-1.1414;15;20220205;11.5;2.4;7;1.8;7.8;.1;.8;9786
+78074;45.04696;-1.1414;15;20220206;11.7;2.2;6.9;3.7;10.13;1;.39;7581
+78074;45.04696;-1.1414;15;20220207;13.5;10.7;12.1;3.4;11.34;.4;1.16;7183
+78074;45.04696;-1.1414;15;20220208;14;4.3;9.1;2;8.17;0;1.16;10525
+78074;45.04696;-1.1414;15;20220209;15.1;3.4;9.2;2.1;8.67;.2;1.16;11032
+78074;45.04696;-1.1414;15;20220210;8.1;1.9;5;2.4;9.9;.8;.77;8157
+78074;45.04696;-1.1414;15;20220211;12;6.6;9.3;3.4;8.07;0;1.31;9817
+78074;45.04696;-1.1414;15;20220212;12.8;1.5;7.2;2.4;6.7;0;1.33;11085
+78074;45.04696;-1.1414;15;20220213;15.9;2.8;9.4;5.3;9;2.2;1.6;10594
+78074;45.04696;-1.1414;15;20220214;12.2;9;10.6;7.3;10.08;3.1;1.39;6635
+78074;45.04696;-1.1414;15;20220215;12.8;5.9;9.3;6.6;10.4;12.7;1.14;6986
+78074;45.04696;-1.1414;15;20220216;13.6;10.2;11.9;5.8;13.43;3.6;.64;4007
+78074;45.04696;-1.1414;15;20220217;13.1;12.2;12.7;4.7;13.7;.5;.7;2632
+78074;45.04696;-1.1414;15;20220218;13.5;9;11.3;2.6;11;.2;1.07;6061
+78074;45.04696;-1.1414;15;20220219;12.1;3.5;7.8;2.1;8.4;.2;1.1;10447
+78074;45.04696;-1.1414;15;20220220;13.9;8;10.9;4.1;12;.9;.9;6710
+78074;45.04696;-1.1414;15;20220221;13.1;10.2;11.6;5;10.3;.1;1.64;5277
+78074;45.04696;-1.1414;15;20220222;13.6;8.8;11.2;2.1;10.03;0;1.22;7706
+78074;45.04696;-1.1414;15;20220223;15.7;6.4;11;1.4;10.03;0;1.34;11833
+78074;45.04696;-1.1414;15;20220224;14.3;4.1;9.2;2;9.47;.6;1.15;11055
+78074;45.04696;-1.1414;15;20220225;12;1.4;6.7;1.7;7.1;.1;1.28;13690
+78074;45.04696;-1.1414;15;20220226;13.8;1.5;7.7;3.1;5.93;0;2.09;14241
+78074;45.04696;-1.1414;15;20220227;15.6;4.2;9.9;2.1;8.47;.2;1.66;13173
+78074;45.04696;-1.1414;15;20220228;18.1;4.2;11.2;1;9.2;0;1.56;14101
+78074;45.04696;-1.1414;15;20220301;18.9;4.5;11.7;2.3;8.73;1.6;2.12;14356
+78074;45.04696;-1.1414;15;20220302;12.3;9.3;10.8;2.4;10.77;2.8;1.02;4841
+78074;45.04696;-1.1414;15;20220303;12.7;6.1;9.4;2.3;10.83;2.2;.96;8581
+78074;45.04696;-1.1414;15;20220304;11.7;8.6;10.1;4.3;9.97;0;1.25;5526
+78074;45.04696;-1.1414;15;20220305;12.4;3;7.7;2.5;7.87;.2;1.54;14618
+78074;45.04696;-1.1414;15;20220306;12.3;6.3;9.3;2.6;7.43;.1;1.77;11696
+78074;45.04696;-1.1414;15;20220307;10.7;-.2;5.3;2.3;5.83;0;1.7;16431
+78074;45.04696;-1.1414;15;20220308;11.7;4.4;8;2.9;9.27;1.4;1.2;9613
+78074;45.04696;-1.1414;15;20220309;16.6;3.4;10;3.1;9.23;.2;1.99;15846
+78074;45.04696;-1.1414;15;20220310;14.2;10.2;12.2;3.2;11.23;2.6;1.55;8397
+78074;45.04696;-1.1414;15;20220311;13.9;9;11.5;3.5;11.23;5.9;1.42;8526
+78074;45.04696;-1.1414;15;20220312;15;7.4;11.2;3.6;10.03;7;1.99;14281
+78074;45.04696;-1.1414;15;20220313;13.8;8.1;11;3.5;9.47;4.6;1.87;10795
+78074;45.04696;-1.1414;15;20220314;14.3;4.9;9.6;4.2;9.77;.4;1.64;10958
+78074;45.04696;-1.1414;15;20220315;19.5;11.3;15.4;4.6;12.5;0;2.63;12231
+78074;45.04696;-1.1414;15;20220316;16.2;12;14.1;3.3;12.63;0;1.7;8530
+78074;45.04696;-1.1414;15;20220317;11.7;9.6;10.6;5.4;10;.1;1.52;4739
+78074;45.04696;-1.1414;15;20220318;15.5;7.4;11.5;4.3;8.87;0;2.24;12178
+78074;45.04696;-1.1414;15;20220319;19.2;6.8;13;4;9.37;0;3;17003
+78074;45.04696;-1.1414;15;20220320;19.2;7.6;13.4;3.8;9.94;0;2.88;15183
+78074;45.04696;-1.1414;15;20220321;20.8;10.3;15.6;4.7;10.5;0;3.35;13791
+78074;45.04696;-1.1414;15;20220322;18.9;7.6;13.2;4.7;8.2;0;3.45;17413
+78074;45.04696;-1.1414;15;20220323;18.2;5.7;11.9;3.7;7.5;0;3.31;19987
+78074;45.04696;-1.1414;15;20220324;17.3;5.2;11.2;2.9;8;0;2.94;20097
+78074;45.04696;-1.1414;15;20220325;18.1;6.8;12.5;3.6;7.94;0;3.39;17812
+78074;45.04696;-1.1414;15;20220326;21;6.4;13.7;4.5;6.6;0;4.62;20320
+78074;45.04696;-1.1414;15;20220327;20.7;7;13.9;2.7;8.24;0;3.48;20153
+78074;45.04696;-1.1414;15;20220328;21.4;8.3;14.8;2.3;8.57;0;3.36;19585
+78074;45.04696;-1.1414;15;20220329;15.8;9.5;12.6;2.5;11.4;0;2.04;12344
+78074;45.04696;-1.1414;15;20220330;15.7;9.6;12.6;4.5;11.47;1.9;1.8;8450
+78074;45.04696;-1.1414;15;20220331;14.2;8.7;11.4;6.5;9;2.1;2.51;12561
+78074;45.04696;-1.1414;15;20220401;10.3;3.5;6.9;7.7;5.84;1;2.75;14788
+78074;45.04696;-1.1414;15;20220402;10.6;3.4;7;5.1;5.5;0;2.79;18103
+78074;45.04696;-1.1414;15;20220403;9;.4;4.7;3.2;5.47;0;2.23;17204
+78074;45.04696;-1.1414;15;20220404;12.6;3.5;8;2.7;5.61;0;2.43;17981
+78074;45.04696;-1.1414;15;20220405;13.5;3.4;8.4;3.6;9.2;.1;1.82;13729
+78074;45.04696;-1.1414;15;20220406;14.1;9.8;11.9;4.8;11.84;1.4;1.62;10221
+78074;45.04696;-1.1414;15;20220407;14.4;11.4;12.9;8.9;12.87;16.6;1.46;6628
+78074;45.04696;-1.1414;15;20220408;16.3;12.1;14.2;8.8;11.37;1.1;2.55;7010
+78074;45.04696;-1.1414;15;20220409;14.8;6.7;10.8;3.7;8.17;0;2.92;21266
+78074;45.04696;-1.1414;15;20220410;20.3;4.1;12.2;4.6;7.44;0;4.15;23198
+78074;45.04696;-1.1414;15;20220411;24.8;11.1;17.9;6.8;11.06;.5;5.51;22016
+78074;45.04696;-1.1414;15;20220412;19.8;11.3;15.6;3.7;12.37;0;3.07;16188
+78074;45.04696;-1.1414;15;20220413;18.7;10.3;14.5;2.6;13.14;.5;2.51;14977
+78074;45.04696;-1.1414;15;20220414;20.9;11.7;16.3;2.4;13.34;0;3.29;22353
+78074;45.04696;-1.1414;15;20220415;20.7;9;14.8;3.1;13.27;0;3.05;20587
+78074;45.04696;-1.1414;15;20220416;20.2;10.7;15.4;3;12.74;0;3.28;21121
+78074;45.04696;-1.1414;15;20220417;19.4;9;14.2;3.2;12.44;0;3.02;21037
+78074;45.04696;-1.1414;15;20220418;16.6;11.6;14.1;4.6;12.47;0;2.44;14271
+78074;45.04696;-1.1414;15;20220419;13.8;9.2;11.5;4.8;10.9;6.3;1.84;9387
+78074;45.04696;-1.1414;15;20220420;12.4;9.5;10.9;4.3;11.64;10.6;1.14;5103
+78074;45.04696;-1.1414;15;20220421;16.5;8.8;12.7;2.8;12.44;.7;2.22;14905
+78074;45.04696;-1.1414;15;20220422;20.3;8.9;14.6;2.4;11.77;7;2.87;17026
+78074;45.04696;-1.1414;15;20220423;14;11.8;12.9;4.3;12.4;6.7;1.67;8373
+78074;45.04696;-1.1414;15;20220424;16.2;11.6;13.9;6.3;13.07;0;1.9;9620
+78074;45.04696;-1.1414;15;20220425;18.4;9.6;14;3.3;11.9;0;3.25;21846
+78074;45.04696;-1.1414;15;20220426;23.6;9.4;16.5;3.6;11.47;.1;4.46;25997
+78074;45.04696;-1.1414;15;20220427;19.1;12.3;15.7;3;12.67;2.1;2.85;14556
+78074;45.04696;-1.1414;15;20220428;18;13.2;15.6;2.5;13.67;0;2.46;13485
+78074;45.04696;-1.1414;15;20220429;19;10.4;14.7;2.6;13.47;0;3.06;22135
+78074;45.04696;-1.1414;15;20220430;19.1;12;15.5;3.4;13.17;0;3.1;19885
+78074;45.04696;-1.1414;15;20220501;20.2;9.5;14.9;3.6;12.74;0;3.4;21532
+78074;45.04696;-1.1414;15;20220502;20.5;12.5;16.5;3.8;11.97;0;3.8;20989
+78074;45.04696;-1.1414;15;20220503;21.4;11.1;16.2;3.5;11.8;.1;3.84;21618
+78074;45.04696;-1.1414;15;20220504;20.4;13.2;16.8;3.6;11.87;0;3.88;22286
+78074;45.04696;-1.1414;15;20220505;20.5;9.5;15;3.6;12.3;.1;3.79;27198
+78074;45.04696;-1.1414;15;20220506;20.7;9.9;15.3;2.9;12.73;.1;3.06;17643
+78074;45.04696;-1.1414;15;20220507;22.4;10.6;16.5;2.3;13.03;0;3.37;18939
+78074;45.04696;-1.1414;15;20220508;23.8;10.1;16.9;2.1;12.4;0;3.64;19460
+78074;45.04696;-1.1414;15;20220509;26.5;11.8;19.1;1.6;12.93;0;3.96;19614
+78074;45.04696;-1.1414;15;20220510;27.1;12;19.5;2;14;.1;3.99;19409
+78074;45.04696;-1.1414;15;20220511;21;13.8;17.4;2.2;15.3;0;2.68;13316
+78074;45.04696;-1.1414;15;20220512;19.6;15.1;17.3;1.7;15;0;2.19;9877
+78074;45.04696;-1.1414;15;20220513;21.7;11.4;16.6;1.5;14.13;0;2.88;15924
+78074;45.04696;-1.1414;15;20220514;30.2;11.8;21;2.6;15.63;0;4.73;19890
+78074;45.04696;-1.1414;15;20220515;28.6;16.2;22.4;2.5;17.47;2.9;4.38;18317
+78074;45.04696;-1.1414;15;20220516;27;12.7;19.8;1.8;16.1;0;3.94;19643
+78074;45.04696;-1.1414;15;20220517;27.6;15.7;21.7;2.8;16.23;0;4.55;19781
+78074;45.04696;-1.1414;15;20220518;32.7;14.3;23.5;2.3;16.77;1;5.06;20219
+78074;45.04696;-1.1414;15;20220519;25.5;16.8;21.2;1.9;18.6;0;3.3;14616
+78074;45.04696;-1.1414;15;20220520;23.6;16.9;20.3;2.7;17.4;0;3.12;14095
+78074;45.04696;-1.1414;15;20220521;30.9;13.5;22.2;1.7;17.3;0;4.5;20388
+78074;45.04696;-1.1414;15;20220522;29.9;18.6;24.3;2.6;20.5;3;4.77;19007
+78074;45.04696;-1.1414;15;20220523;20.3;16.2;18.2;4.3;16.2;2.3;2.46;8980
+78074;45.04696;-1.1414;15;20220524;18.9;12.9;15.9;2.6;12.4;.8;2.72;13387
+78074;45.04696;-1.1414;15;20220525;20.5;10.3;15.4;2;12.2;.2;3.03;17989
+78074;45.04696;-1.1414;15;20220526;19.7;13.8;16.7;2;14.17;0;2.29;11260
+78074;45.04696;-1.1414;15;20220527;21.6;13.7;17.6;2.5;14.53;0;2.95;14824
+78074;45.04696;-1.1414;15;20220528;25.6;14.2;19.9;3.5;12.73;0;5.07;20579
+78074;45.04696;-1.1414;15;20220529;22.8;13.3;18.1;4;9.67;0;4.92;18921
+78074;45.04696;-1.1414;15;20220530;22;10.7;16.4;3.7;9.3;0;4.47;18331
+78074;45.04696;-1.1414;15;20220531;22;12.8;17.4;2.2;12.13;1.5;3.67;17155
+78074;45.04696;-1.1414;15;20220601;27;12.9;20;2.6;13.83;6.7;4.9;20947
+78074;45.04696;-1.1414;15;20220602;26.9;16.1;21.5;2.2;18.23;3.4;4.12;18842
+78074;45.04696;-1.1414;15;20220603;24.5;17.6;21;2.4;18.97;.7;3.24;14705
+78074;45.04696;-1.1414;15;20220604;24.1;16.7;20.4;2.2;18.17;3.3;3.03;14033
+78074;45.04696;-1.1414;15;20220605;21.7;16.1;18.9;2.2;16.43;0;2.74;12713
+78074;45.04696;-1.1414;15;20220606;22.1;14.7;18.4;1.6;15.63;.6;3.16;15989
+78074;45.04696;-1.1414;15;20220607;22.6;15.3;18.9;2.6;15.57;8.5;3.14;13961
+78074;45.04696;-1.1414;15;20220608;20.4;15.5;18;2.9;16.97;.7;2.26;11354
+78074;45.04696;-1.1414;15;20220609;21.9;14.4;18.1;2.1;14.5;0;3.12;16191
+78074;45.04696;-1.1414;15;20220610;25;10.4;17.7;1.5;15.03;.1;3.94;21477
+78074;45.04696;-1.1414;15;20220611;26.5;14.2;20.3;2.4;17.13;.1;5.32;28451
+78074;45.04696;-1.1414;15;20220612;28.5;16.4;22.4;2.3;18.23;.5;5.26;25977
+78074;45.04696;-1.1414;15;20220613;29.4;17.9;23.6;3.5;15.27;0;6.68;28869
+78074;45.04696;-1.1414;15;20220614;34;16.4;25.2;2.3;16.67;0;6.86;29986
+78074;45.04696;-1.1414;15;20220615;28.8;19.4;24.1;2.4;18.7;0;5.85;26600
+78074;45.04696;-1.1414;15;20220616;35.2;15.2;25.2;1.8;16.87;0;6.63;29377
+78074;45.04696;-1.1414;15;20220617;37.6;18.3;28;1.9;18.8;0;7.25;30220
+78074;45.04696;-1.1414;15;20220618;40.4;18.7;29.6;2.5;19.3;1.3;8.01;30327
+78074;45.04696;-1.1414;15;20220619;25.7;19.7;22.7;3.4;20.2;.7;4.57;22153
+78074;45.04696;-1.1414;15;20220620;26.3;17.6;22;2.7;18.33;8.1;4.72;21831
+78074;45.04696;-1.1414;15;20220621;24.8;16.7;20.8;2.6;19.83;2;3.95;21049
+78074;45.04696;-1.1414;15;20220622;23.5;16.8;20.2;3.4;18.27;2;3.83;19669
+78074;45.04696;-1.1414;15;20220623;23.5;13.8;18.7;1.8;17;6.5;3.96;22936
+78074;45.04696;-1.1414;15;20220624;22.6;16.3;19.5;2.9;16.87;11.6;3.9;20534
+78074;45.04696;-1.1414;15;20220625;18.5;15.5;17;2;16.2;7.7;2.12;10511
+78074;45.04696;-1.1414;15;20220626;20.5;13.7;17.1;1.6;14.67;0;2.85;15634
+78074;45.04696;-1.1414;15;20220627;21.7;12.2;17;1.9;13.3;0;4.17;25508
+78074;45.04696;-1.1414;15;20220628;22.8;9.5;16.2;1.4;12.77;0;4.62;29090
+78074;45.04696;-1.1414;15;20220629;22.4;10.2;16.3;1.6;14.37;2;3.95;24996
+78074;45.04696;-1.1414;15;20220630;20.6;14.6;17.6;1.5;14.67;2.2;3.16;17552
+78074;45.04696;-1.1414;15;20220701;22.8;10.5;16.6;1.7;12.77;.2;4.48;27909
+78074;45.04696;-1.1414;15;20220702;27;11.7;19.4;2.3;13.5;0;5.74;30823
+78074;45.04696;-1.1414;15;20220703;23.4;15;19.2;3;15.83;.1;4.7;25575
+78074;45.04696;-1.1414;15;20220704;24.4;16;20.2;2.3;17;.5;3.96;19982
+78074;45.04696;-1.1414;15;20220705;26.8;15.6;21.2;2.8;16;0;5.96;29568
+78074;45.04696;-1.1414;15;20220706;27.3;15.9;21.6;3;14.87;0;6.11;30008
+78074;45.04696;-1.1414;15;20220707;25.4;14.7;20.1;2.4;16.53;.1;5.3;29018
+78074;45.04696;-1.1414;15;20220708;28.4;15.7;22;2.8;15.6;0;6.18;30500
+78074;45.04696;-1.1414;15;20220709;31.1;15.3;23.2;2.8;14.17;0;6.83;30395
+78074;45.04696;-1.1414;15;20220710;32.2;16.6;24.4;3.4;14.8;0;7.22;30287
+78074;45.04696;-1.1414;15;20220711;33.9;17.9;25.9;3;15.3;0;7.5;30211
+78074;45.04696;-1.1414;15;20220712;35.2;17.2;26.2;2.3;15.07;0;7.29;30299
+78074;45.04696;-1.1414;15;20220713;35.5;16.1;25.8;2;13.73;0;6.97;30051
+78074;45.04696;-1.1414;15;20220714;33.8;16.1;25;2;15.4;0;6.64;29769
+78074;45.04696;-1.1414;15;20220715;31.7;18.9;25.3;2.9;14.77;0;7;28365
+78074;45.04696;-1.1414;15;20220716;34.6;18.8;26.7;3.6;13.07;0;8.1;29431
+78074;45.04696;-1.1414;15;20220717;36.9;20;28.5;3.8;12.97;0;8.8;28976
+78074;45.04696;-1.1414;15;20220718;39.6;19.9;29.7;3.2;16.47;0;8.72;29119
+78074;45.04696;-1.1414;15;20220719;27;21.7;24.4;3.5;20.33;.1;4.57;17991
+78074;45.04696;-1.1414;15;20220720;26.1;19.9;23;2.5;18.73;0;4.21;19277
+78074;45.04696;-1.1414;15;20220721;27.3;14.6;20.9;1.9;16.97;0;5.14;27447
+78074;45.04696;-1.1414;15;20220722;25.5;17.2;21.4;2.8;18.3;.1;3.84;17942
+78074;45.04696;-1.1414;15;20220723;26.8;15.1;21;1.8;16.53;0;4.81;26175
+78074;45.04696;-1.1414;15;20220724;34.5;14.9;24.7;2.2;15.83;0;6.67;28936
+78074;45.04696;-1.1414;15;20220725;24.4;20.1;22.2;2.8;19.03;1.2;3.71;15940
+78074;45.04696;-1.1414;15;20220726;24.6;15.7;20.2;2;15.37;0;4;20868
+78074;45.04696;-1.1414;15;20220727;25.6;12.5;19;1.7;14.77;0;4.56;27063
+78074;45.04696;-1.1414;15;20220728;25.8;14.7;20.2;2;16;0;4.52;25413
+78074;45.04696;-1.1414;15;20220729;25.4;17.9;21.6;1.7;18.2;.1;3.6;18238
+78074;45.04696;-1.1414;15;20220730;26.7;14.8;20.7;1.7;17.93;.1;4.37;24394
+78074;45.04696;-1.1414;15;20220731;26.2;15.9;21;2.5;18.6;.2;4.58;25871
+78074;45.04696;-1.1414;15;20220801;27.2;15.9;21.5;2.4;18.67;0;4.87;25910
+78074;45.04696;-1.1414;15;20220802;32.6;16.2;24.4;2;17.9;0;5.94;27974
+78074;45.04696;-1.1414;15;20220803;33.8;17.4;25.6;1.8;18.53;0;5.93;26333
+78074;45.04696;-1.1414;15;20220804;30.7;19.3;25;2.3;20;0;5.09;23594
+78074;45.04696;-1.1414;15;20220805;28;18.7;23.4;3;17.53;0;5;21365
+78074;45.04696;-1.1414;15;20220806;30.6;19.2;24.9;4;13.23;0;7.18;26284
+78074;45.04696;-1.1414;15;20220807;30.7;17.7;24.2;4;11;0;7.57;27431
+78074;45.04696;-1.1414;15;20220808;32.6;18.5;25.6;3.6;10.93;0;7.71;27202
+78074;45.04696;-1.1414;15;20220809;33.9;19.9;26.9;3.1;12.13;0;7.38;26341
+78074;45.04696;-1.1414;15;20220810;36.9;18.7;27.8;2.4;12.33;0;6.95;26537
+78074;45.04696;-1.1414;15;20220811;36.8;19.2;28;2;12.93;0;6.58;25780
+78074;45.04696;-1.1414;15;20220812;33.6;19.6;26.6;2.1;17.67;0;5.7;23927
+78074;45.04696;-1.1414;15;20220813;28.3;21.5;24.9;3.1;22.47;1.1;4.42;18843
+78074;45.04696;-1.1414;15;20220814;25.2;19.7;22.4;2.7;20.33;.1;3.35;15371
+78074;45.04696;-1.1414;15;20220815;25.7;18.8;22.2;2.5;18.8;.1;3.71;16962
+78074;45.04696;-1.1414;15;20220816;25.6;16.9;21.2;1.7;18.03;.4;3.52;18630
+78074;45.04696;-1.1414;15;20220817;24.5;17.1;20.8;2.8;17.33;1.2;3.66;17760
+78074;45.04696;-1.1414;15;20220818;24.4;14.3;19.4;2.5;17;.4;3.6;20896
+78074;45.04696;-1.1414;15;20220819;25.4;18;21.7;2.2;18.77;.2;3.54;18500
+78074;45.04696;-1.1414;15;20220820;26.5;19;22.7;1.8;19.23;0;3.45;16420
+78074;45.04696;-1.1414;15;20220821;25.1;15.8;20.5;1.8;17.73;.9;3.39;17630
+78074;45.04696;-1.1414;15;20220822;25.2;19.5;22.4;2.4;21.1;1.4;3.06;15141
+78074;45.04696;-1.1414;15;20220823;27.2;19.8;23.5;1.6;21.57;.3;3.43;16698
+78074;45.04696;-1.1414;15;20220824;35.2;18.1;26.7;2.2;19.1;4.3;5.67;24220
+78074;45.04696;-1.1414;15;20220825;27.5;20.6;24.1;3.3;22.33;2.1;3.5;15728
+78074;45.04696;-1.1414;15;20220826;26.6;19;22.8;2.4;20.23;0;3.65;17748
+78074;45.04696;-1.1414;15;20220827;29.4;16.5;23;2;16.97;0;4.65;23233
+78074;45.04696;-1.1414;15;20220828;32.5;16.4;24.5;2.2;14.53;0;5.38;23719
+78074;45.04696;-1.1414;15;20220829;31.7;19.1;25.4;2;16.47;.5;4.56;19406
+78074;45.04696;-1.1414;15;20220830;29;17.3;23.2;2.1;19.77;0;4.17;21526
+78074;45.04696;-1.1414;15;20220831;27.2;19.3;23.3;2.8;21.23;0;3.6;16380
+78074;45.04696;-1.1414;15;20220901;27;17.9;22.5;2.3;19.4;4.1;3.7;18572
+78074;45.04696;-1.1414;15;20220902;25.2;18.7;21.9;2.3;19.57;3.6;3.09;15187
+78074;45.04696;-1.1414;15;20220903;24.8;17.3;21.1;1.8;16.97;1;3.06;15806
+78074;45.04696;-1.1414;15;20220904;29.4;14.5;22;1.9;15.53;0;4.42;22264
+78074;45.04696;-1.1414;15;20220905;30.1;17.9;24;2.6;16.6;.1;4.79;21539
+78074;45.04696;-1.1414;15;20220906;28.5;15.5;22;2;16.5;0;4.1;21495
+78074;45.04696;-1.1414;15;20220907;21.8;15.7;18.8;1.8;16.6;5;2.52;13863
+78074;45.04696;-1.1414;15;20220908;23.6;17.7;20.7;3.1;17.3;1.3;2.99;13204
+78074;45.04696;-1.1414;15;20220909;23.8;17.1;20.4;3;15.3;1.2;3.23;13376
+78074;45.04696;-1.1414;15;20220910;25.5;13.5;19.5;1.6;15.67;0;3.29;18608
+78074;45.04696;-1.1414;15;20220911;31.8;15.7;23.7;2.6;15.37;0;5.06;21141
+78074;45.04696;-1.1414;15;20220912;35.6;18.9;27.2;2.4;16.67;1.9;5.26;18944
+78074;45.04696;-1.1414;15;20220913;31.6;20.9;26.2;3.1;20.9;0;4.31;14881
+78074;45.04696;-1.1414;15;20220914;27.7;18.3;23;2.5;18.23;.3;3.8;17965
+78074;45.04696;-1.1414;15;20220915;25.2;15.3;20.3;2;18;0;2.93;16724
+78074;45.04696;-1.1414;15;20220916;22.4;14.8;18.6;3;14.5;0;3.16;16498
+78074;45.04696;-1.1414;15;20220917;21.8;10.3;16;3.1;9.27;0;3.75;20040
+78074;45.04696;-1.1414;15;20220918;24.4;8.9;16.6;3;8.17;0;4.19;19759
+78074;45.04696;-1.1414;15;20220919;24.4;10.4;17.4;3.3;9.23;0;4.27;19828
+78074;45.04696;-1.1414;15;20220920;23.4;9.3;16.4;3.4;9.27;0;4.05;19562
+78074;45.04696;-1.1414;15;20220921;24;11.5;17.8;3.1;9.7;0;3.96;19007
+78074;45.04696;-1.1414;15;20220922;24;8.9;16.4;1.6;10.07;0;3.05;19064
+78074;45.04696;-1.1414;15;20220923;20.8;9.5;15.1;1.1;12.6;.2;1.86;11910
+78074;45.04696;-1.1414;15;20220924;20.6;12.2;16.4;2.1;13.63;.9;2.2;13955
+78074;45.04696;-1.1414;15;20220925;20.4;8.1;14.3;1.4;11.03;.2;2.24;16930
+78074;45.04696;-1.1414;15;20220926;20.4;7;13.7;2.4;11.6;4.2;2.29;14753
+78074;45.04696;-1.1414;15;20220927;19.7;14.5;17.1;3.9;13.97;6.7;2.25;8635
+78074;45.04696;-1.1414;15;20220928;19.5;16.3;17.9;5.1;16.13;6.4;2.2;8882
+78074;45.04696;-1.1414;15;20220929;17.1;12.6;14.9;1.7;13.37;3.4;1.53;9061
+78074;45.04696;-1.1414;15;20220930;18.9;7.5;13.2;1.7;11.7;1.2;2.02;16104
+78074;45.04696;-1.1414;15;20221001;19.3;15.2;17.3;4.2;18.23;1.7;1.19;6495
+78074;45.04696;-1.1414;15;20221002;20.8;17.2;19;1.9;17.17;.1;1.84;9543
+78074;45.04696;-1.1414;15;20221003;23.5;11.5;17.5;1.4;14.47;0;2.32;16057
+78074;45.04696;-1.1414;15;20221004;22.5;9.9;16.2;1;13.67;.2;2.1;16359
+78074;45.04696;-1.1414;15;20221005;21.3;11.6;16.4;1.6;16.03;.6;1.88;13209
+78074;45.04696;-1.1414;15;20221006;21;14.6;17.8;2.7;16.07;0;1.93;9839
+78074;45.04696;-1.1414;15;20221007;23.6;11.4;17.5;1.5;14.53;1;2.24;15047
+78074;45.04696;-1.1414;15;20221008;22.1;14.6;18.4;2.9;12.53;0;2.85;12705
+78074;45.04696;-1.1414;15;20221009;25.3;10.7;18;1.9;13.23;.3;2.59;15365
+78074;45.04696;-1.1414;15;20221010;19.4;13;16.2;1;16;2.2;1.32;9261
+78074;45.04696;-1.1414;15;20221011;19.5;16.2;17.9;1.6;17.87;6.7;1.11;5619
+78074;45.04696;-1.1414;15;20221012;20.2;13.5;16.8;1.3;15.67;.1;1.55;10583
+78074;45.04696;-1.1414;15;20221013;20;11.6;15.8;2.5;16.17;4.5;1.23;8030
+78074;45.04696;-1.1414;15;20221014;20.2;17.5;18.9;3.5;18.73;.7;1.38;5221
+78074;45.04696;-1.1414;15;20221015;21.5;17.5;19.5;2.5;17.4;0;1.62;5931
+78074;45.04696;-1.1414;15;20221016;27.6;14.8;21.2;2.6;16.8;3.6;2.86;13351
+78074;45.04696;-1.1414;15;20221017;24.2;17.7;20.9;2.1;18.97;.9;1.79;7523
+78074;45.04696;-1.1414;15;20221018;27.7;15;21.4;2.2;17.93;0;2.46;13508
+78074;45.04696;-1.1414;15;20221019;25.6;17.2;21.4;2.8;18.6;7.2;2.21;10069
+78074;45.04696;-1.1414;15;20221020;24.5;15.5;20;3.6;16.2;0;2.53;9870
+78074;45.04696;-1.1414;15;20221021;21.6;17.6;19.6;3.6;15.13;.1;2.35;6234
+78074;45.04696;-1.1414;15;20221022;23.9;11.7;17.8;2.6;14.27;0;2.13;11798
+78074;45.04696;-1.1414;15;20221023;24.1;18;21.1;4.9;14.87;.1;3.36;8740
+78074;45.04696;-1.1414;15;20221024;22;16.2;19.1;1.9;15.13;1.6;1.72;8371
+78074;45.04696;-1.1414;15;20221025;22.1;10.5;16.3;2.4;13.83;.2;1.66;9492
+78074;45.04696;-1.1414;15;20221026;25.9;13;19.5;2;15.07;0;2.01;12101
+78074;45.04696;-1.1414;15;20221027;24;15.1;19.5;3.1;16.47;0;1.97;7099
+78074;45.04696;-1.1414;15;20221028;24.3;18.1;21.2;2.2;15.7;0;1.94;7961
+78074;45.04696;-1.1414;15;20221029;23.6;18;20.8;2.4;16.2;0;1.86;7496
+78074;45.04696;-1.1414;15;20221030;19.7;13.5;16.6;1.6;15.37;2.4;1.11;7729
+78074;45.04696;-1.1414;15;20221031;19.8;13.9;16.8;2.6;15.67;.7;1.17;5967
+78074;45.04696;-1.1414;15;20221101;19;13.4;16.2;2.7;12.43;.8;1.62;6988
+78074;45.04696;-1.1414;15;20221102;19.5;11.5;15.5;2;12.67;0;1.29;9302
+78074;45.04696;-1.1414;15;20221103;18.1;10.6;14.3;3.5;12.37;12.3;1.52;6894
+78074;45.04696;-1.1414;15;20221104;16.2;11.2;13.7;5.4;11;3.3;1.96;6641
+78074;45.04696;-1.1414;15;20221105;17;8.1;12.5;1.3;10.37;0;.97;8951
+78074;45.04696;-1.1414;15;20221106;18.1;7.5;12.8;2.7;11.6;.6;1.21;7862
+78074;45.04696;-1.1414;15;20221107;19.6;12.9;16.2;2.2;12.77;.2;1.36;8642
+78074;45.04696;-1.1414;15;20221108;19;12.4;15.7;2.3;12.67;3.4;1.38;5627
+78074;45.04696;-1.1414;15;20221109;16.8;12.5;14.6;1.6;13.53;2.3;.86;5144
+78074;45.04696;-1.1414;15;20221110;16;7.4;11.7;2;11.6;0;.86;7264
+78074;45.04696;-1.1414;15;20221111;18.6;8.1;13.4;2.7;12.23;.2;1.2;8837
+78074;45.04696;-1.1414;15;20221112;20.9;9.9;15.4;2;13.37;.2;1.14;9322
+78074;45.04696;-1.1414;15;20221113;21.5;9.3;15.4;1.4;12.23;.1;1.04;9521
+78074;45.04696;-1.1414;15;20221114;16.4;10.7;13.5;2.6;12.53;1.5;.89;4889
+78074;45.04696;-1.1414;15;20221115;16.1;11.7;13.9;3.3;13.03;12;1.01;3522
+78074;45.04696;-1.1414;15;20221116;17.2;12.3;14.7;4.6;13.67;4.3;1.26;4525
+78074;45.04696;-1.1414;15;20221117;16.4;14.7;15.5;5.2;12.83;5.9;1.88;3206
+78074;45.04696;-1.1414;15;20221118;14.5;10.7;12.6;2.2;10.73;12.4;.91;4967
+78074;45.04696;-1.1414;15;20221119;12.7;7.8;10.2;1.6;9.67;.8;.67;6254
+78074;45.04696;-1.1414;15;20221120;15.1;4.2;9.6;2.9;10.47;9.3;.73;6178
+78074;45.04696;-1.1414;15;20221121;15.6;8.6;12.1;4.9;10.97;14.4;1.33;4274
+78074;45.04696;-1.1414;15;20221122;13.2;9.4;11.3;5.3;10.77;26.1;1.1;3960
+78074;45.04696;-1.1414;15;20221123;16.2;10.8;13.5;4.7;13.17;1.7;1.03;5112
+78074;45.04696;-1.1414;15;20221124;14.2;11.1;12.6;3.2;11.93;3.2;.84;3276
+78074;45.04696;-1.1414;15;20221125;14.4;11.2;12.8;2.6;11.3;1.9;.92;4846
+78074;45.04696;-1.1414;15;20221126;13;5.2;9.1;1.9;9.43;.1;.56;6021
+78074;45.04696;-1.1414;15;20221127;13;6;9.5;2.2;10.03;7.8;.52;6052
+78074;45.04696;-1.1414;15;20221128;14.4;10.1;12.3;3.3;11.27;5.1;.98;4585
+78074;45.04696;-1.1414;15;20221129;13.5;7.5;10.5;1.5;10.23;.6;.54;5064
+78074;45.04696;-1.1414;15;20221130;9.8;2.4;6.1;2.3;7.9;.1;.49;6008
+78074;45.04696;-1.1414;15;20221201;9.9;4.8;7.4;3.7;8.1;0;.72;6125
+78074;45.04696;-1.1414;15;20221202;7.4;4.9;6.1;3;7.9;0;.65;2937
+78074;45.04696;-1.1414;15;20221203;7.8;4.6;6.2;2.3;7.2;.2;.68;4006
+78074;45.04696;-1.1414;15;20221204;8.4;.5;4.4;1.1;6.83;.2;.29;5935
+78074;45.04696;-1.1414;15;20221205;10.4;.5;5.5;2.3;6.8;.1;.57;7475
+78074;45.04696;-1.1414;15;20221206;8;4.1;6.1;2.9;7.7;0;.65;3186
+78074;45.04696;-1.1414;15;20221207;6.4;2.2;4.3;3;6.9;0;.53;4266
+78074;45.04696;-1.1414;15;20221208;5;.5;2.7;2.8;6.87;6.2;.38;3124
+78074;45.04696;-1.1414;15;20221209;5.7;3.7;4.7;3.6;7.37;0;.58;2877
+78074;45.04696;-1.1414;15;20221210;3.4;-2.7;.4;2.1;5.27;0;.38;4981
+78074;45.04696;-1.1414;15;20221211;4.6;-2.1;1.2;2.5;5;.1;.52;5520
+78074;45.04696;-1.1414;15;20221212;3.2;-2.3;.5;3.4;6;6.6;.23;2983
+78074;45.04696;-1.1414;15;20221213;6.7;2.3;4.5;3;8.83;2;.18;2625
+78074;45.04696;-1.1414;15;20221214;16.2;6.7;11.5;2.2;12.33;4.6;.5;5434
+78074;45.04696;-1.1414;15;20221215;10.5;8.4;9.4;3.8;11.17;10.6;.52;2312
+78074;45.04696;-1.1414;15;20221216;6.4;2.2;4.3;5.6;6.1;0;1.04;5116
+78074;45.04696;-1.1414;15;20221217;5.8;-2.7;1.5;2.3;5.1;.1;.47;6781
+78074;45.04696;-1.1414;15;20221218;12.4;-.2;6.1;3.2;7.83;0;.58;6255
+78074;45.04696;-1.1414;15;20221219;15;9.2;12.1;3.6;10.73;0;.99;4457
+78074;45.04696;-1.1414;15;20221220;15.6;11.9;13.8;3.3;11.9;0;1;3006
+78074;45.04696;-1.1414;15;20221221;15.9;10.1;13;3.4;12.77;1.4;.71;4209
+78074;45.04696;-1.1414;15;20221222;15.9;13.5;14.7;4.4;14.6;9.8;.82;2207
+78074;45.04696;-1.1414;15;20221223;16.5;14.4;15.4;3.4;14.33;5.3;1.01;2133
+78074;45.04696;-1.1414;15;20221224;16.7;11.9;14.3;2.1;12.83;0;.74;4734
+78074;45.04696;-1.1414;15;20221225;16.9;9.5;13.2;3.1;11.5;2.3;.97;5616
+78074;45.04696;-1.1414;15;20221226;14.2;10.7;12.4;1.4;12.1;.8;.54;2785
+78074;45.04696;-1.1414;15;20221227;13.8;4.7;9.2;1.1;10.13;.3;.3;5670
+78074;45.04696;-1.1414;15;20221228;15.2;6.4;10.8;2.7;11;.4;.61;5600
+78074;45.04696;-1.1414;15;20221229;13.1;12.8;13;3.2;13;9.4;.72;895
+78074;45.04696;-1.1414;15;20221230;16.6;9.6;13.1;4;13.13;1.7;.89;4141
+78074;45.04696;-1.1414;15;20221231;18.8;13.1;16;5;10.73;0;2.32;5121
+78075;45.08241;-.92992;26;20220101;17.5;6.8;12.1;2.2;10.9;0;.75;6380
+78075;45.08241;-.92992;26;20220102;15.8;9.6;12.7;3.1;12.57;0;.76;4000
+78075;45.08241;-.92992;26;20220103;17.4;11;14.2;3.4;12.13;0;1.17;5161
+78075;45.08241;-.92992;26;20220104;14.6;12.5;13.5;3.5;11.03;2.2;1.42;1658
+78075;45.08241;-.92992;26;20220105;9;2;5.5;1.6;6.9;.1;.42;6457
+78075;45.08241;-.92992;26;20220106;9.4;-.8;4.3;1.1;5.87;.5;.34;7115
+78075;45.08241;-.92992;26;20220107;12.4;3;7.7;4.2;8.53;6;.88;6173
+78075;45.08241;-.92992;26;20220108;13;9.4;11.2;6.1;10.97;8.5;1.09;3339
+78075;45.08241;-.92992;26;20220109;11.1;8.9;10;4.1;10.97;14.6;.68;1751
+78075;45.08241;-.92992;26;20220110;12.2;9.8;11;3.7;12.47;2.7;.49;1833
+78075;45.08241;-.92992;26;20220111;10.9;4.5;7.7;1.6;7.97;0;.5;6975
+78075;45.08241;-.92992;26;20220112;6.3;.1;3.2;3.4;6.07;0;.61;6756
+78075;45.08241;-.92992;26;20220113;6.8;-.3;3.3;2.7;5.93;0;.59;7148
+78075;45.08241;-.92992;26;20220114;7.9;-1.3;3.3;2.5;6.03;0;.6;7130
+78075;45.08241;-.92992;26;20220115;8.1;-4.1;2;.8;5.7;.2;.25;8514
+78075;45.08241;-.92992;26;20220116;2.3;-2.2;0;1.6;6.2;.1;.17;4647
+78075;45.08241;-.92992;26;20220117;6.6;.1;3.4;2.2;7.63;.1;.29;4152
+78075;45.08241;-.92992;26;20220118;5;-.4;2.3;1.5;7.17;.1;.25;4054
+78075;45.08241;-.92992;26;20220119;8.6;4.2;6.4;1.3;8.77;2.7;.42;3068
+78075;45.08241;-.92992;26;20220120;7.6;6.1;6.8;2.9;8.77;.1;.58;2579
+78075;45.08241;-.92992;26;20220121;6.5;1.7;4.1;4;6.17;0;.86;6852
+78075;45.08241;-.92992;26;20220122;8.1;.3;4.2;4.1;6.3;0;.88;7936
+78075;45.08241;-.92992;26;20220123;9.2;.3;4.7;2.7;6.5;0;.75;8198
+78075;45.08241;-.92992;26;20220124;12.4;-1.5;5.4;1.4;6.6;0;.66;9044
+78075;45.08241;-.92992;26;20220125;12.9;-2;5.5;1.1;6.6;0;.6;9317
+78075;45.08241;-.92992;26;20220126;6.6;-2.3;2.1;2.2;6.23;0;.46;8464
+78075;45.08241;-.92992;26;20220127;.6;-1.6;-.5;2.7;5.7;0;.28;3902
+78075;45.08241;-.92992;26;20220128;10.2;-1.3;4.4;2;8;0;.48;6541
+78075;45.08241;-.92992;26;20220129;4.1;3.7;3.9;1.9;7.9;0;.35;2239
+78075;45.08241;-.92992;26;20220130;8.4;3.8;6.1;1.6;9.23;.3;.4;3401
+78075;45.08241;-.92992;26;20220131;11.3;6.9;9.1;3.7;9.93;.7;.82;5424
+78075;45.08241;-.92992;26;20220201;11.3;1.1;6.2;3;9.13;.4;.54;6297
+78075;45.08241;-.92992;26;20220202;11.1;9.2;10.1;2.5;11.17;0;.64;3389
+78075;45.08241;-.92992;26;20220203;10.3;5.8;8.1;2.5;9.87;.8;.59;2803
+78075;45.08241;-.92992;26;20220204;12.9;7.2;10;2.6;11.17;1.6;.69;4566
+78075;45.08241;-.92992;26;20220205;11.7;2.2;7;2;7.83;.1;.87;10227
+78075;45.08241;-.92992;26;20220206;11.7;2;6.9;3.8;10.17;1.1;.43;6372
+78075;45.08241;-.92992;26;20220207;13.7;10.5;12.1;2.9;11.17;.3;1.13;6583
+78075;45.08241;-.92992;26;20220208;14.2;4.1;9.1;2.1;8.17;0;1.19;10828
+78075;45.08241;-.92992;26;20220209;16;2.6;9.3;2.5;8.53;.2;1.33;10852
+78075;45.08241;-.92992;26;20220210;9.2;1.8;5.5;2.9;9.7;.8;.94;9975
+78075;45.08241;-.92992;26;20220211;12.1;6;9.1;4.1;7.83;0;1.5;9091
+78075;45.08241;-.92992;26;20220212;13;1.3;7.2;1.6;6.37;0;1.15;10519
+78075;45.08241;-.92992;26;20220213;17.1;2.8;9.9;4.8;8.8;2.4;1.92;10828
+78075;45.08241;-.92992;26;20220214;12.3;8.4;10.4;5;10.04;3.1;1.3;6381
+78075;45.08241;-.92992;26;20220215;12.7;5.1;8.9;4.6;10;15.9;.83;6386
+78075;45.08241;-.92992;26;20220216;13.9;9.7;11.8;6.3;13.5;5.2;.57;3904
+78075;45.08241;-.92992;26;20220217;13.2;12.2;12.7;3.6;13.97;1;.63;2851
+78075;45.08241;-.92992;26;20220218;14.1;9.7;11.9;3;11.37;.2;1.13;5324
+78075;45.08241;-.92992;26;20220219;12.1;3.6;7.9;2.3;8.27;.1;1.19;10742
+78075;45.08241;-.92992;26;20220220;13.9;6.5;10.2;4.2;11.83;1.7;.83;6638
+78075;45.08241;-.92992;26;20220221;13;9.8;11.4;5.2;10.17;.1;1.69;7462
+78075;45.08241;-.92992;26;20220222;13.9;7.8;10.9;2.4;10.1;0;1.3;8573
+78075;45.08241;-.92992;26;20220223;15.9;6.9;11.4;1.3;10.13;0;1.33;11850
+78075;45.08241;-.92992;26;20220224;14.3;4.1;9.2;2.2;9.37;.8;1.29;10735
+78075;45.08241;-.92992;26;20220225;11.7;.3;6;1.5;6.97;.1;1.26;14007
+78075;45.08241;-.92992;26;20220226;13.9;1.3;7.6;3.1;5.87;0;2.11;15075
+78075;45.08241;-.92992;26;20220227;16.5;4.1;10.3;2.3;8.3;.2;1.85;13367
+78075;45.08241;-.92992;26;20220228;18.3;3.8;11;1;9.17;0;1.53;14202
+78075;45.08241;-.92992;26;20220301;18.6;4.3;11.5;2.5;8.67;1;2.15;13866
+78075;45.08241;-.92992;26;20220302;11.7;8.8;10.3;2.6;10.7;2;.97;4339
+78075;45.08241;-.92992;26;20220303;13.1;5.9;9.5;2.5;10.87;1;1.01;8220
+78075;45.08241;-.92992;26;20220304;11.2;8.6;9.9;4.2;10.1;.1;1.18;5359
+78075;45.08241;-.92992;26;20220305;12.4;3;7.7;2.8;7.97;.3;1.61;14146
+78075;45.08241;-.92992;26;20220306;12.5;6.4;9.5;3.1;7.27;.1;2.02;12894
+78075;45.08241;-.92992;26;20220307;11.4;-1;5.2;2.4;5.73;0;1.76;16418
+78075;45.08241;-.92992;26;20220308;11.3;5.1;8.2;3.4;9.3;.9;1.16;7686
+78075;45.08241;-.92992;26;20220309;16.3;3;9.6;3.5;9.37;.2;1.99;14873
+78075;45.08241;-.92992;26;20220310;14.8;9.9;12.4;3.4;11.33;2;1.58;7877
+78075;45.08241;-.92992;26;20220311;13.6;9.4;11.5;3.7;11.23;9;1.4;7502
+78075;45.08241;-.92992;26;20220312;14.7;7.4;11;3.6;9.97;7.1;2;14580
+78075;45.08241;-.92992;26;20220313;13.7;8.3;11;4;9.47;4.4;1.95;10723
+78075;45.08241;-.92992;26;20220314;14.7;4.7;9.7;5;9.67;.5;1.78;10158
+78075;45.08241;-.92992;26;20220315;19.2;11.5;15.3;4.3;12.3;0;2.53;11714
+78075;45.08241;-.92992;26;20220316;16.4;11.9;14.2;3.6;12.6;0;1.7;6626
+78075;45.08241;-.92992;26;20220317;11.7;9.6;10.6;5.7;9.97;.1;1.57;4888
+78075;45.08241;-.92992;26;20220318;15.5;7.1;11.3;4.7;8.87;0;2.35;12078
+78075;45.08241;-.92992;26;20220319;19.3;7;13.1;3.6;9.07;0;2.99;15922
+78075;45.08241;-.92992;26;20220320;18.7;8;13.4;3.8;9.44;0;2.81;13652
+78075;45.08241;-.92992;26;20220321;20.8;10.2;15.5;5;9.74;0;3.63;14828
+78075;45.08241;-.92992;26;20220322;18.5;7.4;13;4.7;7.4;0;3.7;16677
+78075;45.08241;-.92992;26;20220323;18.3;6.5;12.4;3.5;6.94;0;3.39;19442
+78075;45.08241;-.92992;26;20220324;18.3;4.9;11.6;2.4;7.2;0;2.98;19909
+78075;45.08241;-.92992;26;20220325;19.2;6.1;12.7;2.6;7.1;0;3.11;16313
+78075;45.08241;-.92992;26;20220326;21.8;6.7;14.3;3.2;6.4;0;4.04;19808
+78075;45.08241;-.92992;26;20220327;21.7;7.9;14.8;2.8;7.57;0;3.65;18840
+78075;45.08241;-.92992;26;20220328;21.8;8.7;15.2;1.9;8.34;0;3.13;17639
+78075;45.08241;-.92992;26;20220329;16.3;10.1;13.2;1.8;10.7;0;1.83;8909
+78075;45.08241;-.92992;26;20220330;16.3;9;12.6;3.1;11.04;1.4;1.75;8386
+78075;45.08241;-.92992;26;20220331;14.8;8.3;11.6;4.9;8.87;2.1;2.54;12276
+78075;45.08241;-.92992;26;20220401;10.2;2.2;6.2;6;5.54;.4;2.56;15345
+78075;45.08241;-.92992;26;20220402;10.7;2;6.3;4.3;5.2;0;2.55;16487
+78075;45.08241;-.92992;26;20220403;8.7;-.1;4.3;3.2;5.47;0;2.23;17204
+78075;45.08241;-.92992;26;20220404;11.9;2.5;7.2;2.4;5.56;0;2.36;20597
+78075;45.08241;-.92992;26;20220405;14.2;-.3;6.9;2;7.71;.1;1.74;11900
+78075;45.08241;-.92992;26;20220406;14.5;9.8;12.1;4.1;11.57;1.6;1.6;8571
+78075;45.08241;-.92992;26;20220407;13.9;11.1;12.5;7.9;12.9;18.3;1.25;5317
+78075;45.08241;-.92992;26;20220408;17.5;12.1;14.8;8;11.24;1.5;3.11;9071
+78075;45.08241;-.92992;26;20220409;15.6;5.8;10.7;2.2;7.9;0;2.64;19512
+78075;45.08241;-.92992;26;20220410;19.9;4.2;12;4.3;6.97;0;4.19;22967
+78075;45.08241;-.92992;26;20220411;24;11;17.5;7.5;11.11;.1;5.31;20000
+78075;45.08241;-.92992;26;20220412;19.1;12;15.5;3.9;12.1;.1;2.83;12837
+78075;45.08241;-.92992;26;20220413;18.6;10.9;14.7;2.3;12.8;.7;2.28;13244
+78075;45.08241;-.92992;26;20220414;22.5;12.3;17.4;2;12.67;0;3.73;22086
+78075;45.08241;-.92992;26;20220415;23.1;9.5;16.3;2.7;12.3;0;3.8;22387
+78075;45.08241;-.92992;26;20220416;22.2;9.5;15.9;3;11.77;0;3.92;22721
+78075;45.08241;-.92992;26;20220417;21.7;8.8;15.3;2.7;10.87;0;3.92;22704
+78075;45.08241;-.92992;26;20220418;18.5;10.9;14.7;3.2;12.17;0;2.68;13971
+78075;45.08241;-.92992;26;20220419;14.6;8.7;11.6;3.1;10.74;6.2;1.61;8053
+78075;45.08241;-.92992;26;20220420;13;9.1;11;3.5;11.67;11.8;1.05;4136
+78075;45.08241;-.92992;26;20220421;18.3;8.9;13.6;2;12.47;.5;2.1;12538
+78075;45.08241;-.92992;26;20220422;20.7;9.7;15.2;2.3;11.94;7.2;3.09;18259
+78075;45.08241;-.92992;26;20220423;14.3;11.4;12.8;4.1;12.14;8.5;1.69;8328
+78075;45.08241;-.92992;26;20220424;16.6;11.3;13.9;5.5;12.44;.1;2.15;10154
+78075;45.08241;-.92992;26;20220425;19.3;9.9;14.6;2.8;11.17;0;3.37;20913
+78075;45.08241;-.92992;26;20220426;23.2;8.7;16;3.5;10.97;.1;4.48;25381
+78075;45.08241;-.92992;26;20220427;20.3;11.7;16;2.8;12.3;2.1;2.9;12947
+78075;45.08241;-.92992;26;20220428;19.6;13;16.3;2.4;13.54;0;2.88;15418
+78075;45.08241;-.92992;26;20220429;21.1;11.3;16.2;2.5;13.5;0;3.29;20001
+78075;45.08241;-.92992;26;20220430;21.5;11.2;16.3;2.5;12.8;0;3.52;20619
+78075;45.08241;-.92992;26;20220501;21.5;9;15.2;2.4;11.57;0;3.5;21432
+78075;45.08241;-.92992;26;20220502;21.3;11.7;16.5;2.8;10.84;0;3.94;20522
+78075;45.08241;-.92992;26;20220503;22.4;12.1;17.3;3.1;10.84;.1;4.43;23051
+78075;45.08241;-.92992;26;20220504;21.4;11.9;16.7;2.9;10.37;0;4.06;20486
+78075;45.08241;-.92992;26;20220505;21.8;9.2;15.5;3.1;11.04;.1;4.04;24198
+78075;45.08241;-.92992;26;20220506;21.5;9.2;15.4;2.7;12.47;.1;3.26;17986
+78075;45.08241;-.92992;26;20220507;23.7;10.5;17.1;2.1;12.8;.1;3.51;17969
+78075;45.08241;-.92992;26;20220508;24.8;10.3;17.6;1.8;12.4;0;3.63;18204
+78075;45.08241;-.92992;26;20220509;27.8;11.6;19.7;1.5;12.63;0;4.03;19582
+78075;45.08241;-.92992;26;20220510;28.6;11.5;20;2.1;13.77;0;4.33;19258
+78075;45.08241;-.92992;26;20220511;23;13.8;18.4;2.3;15.33;0;3.26;16279
+78075;45.08241;-.92992;26;20220512;20.3;14.6;17.4;1.6;14.93;0;2.13;9188
+78075;45.08241;-.92992;26;20220513;23;12.1;17.5;1.6;14.03;0;3.3;17846
+78075;45.08241;-.92992;26;20220514;29.7;11.9;20.8;2.3;15.83;0;4.3;18156
+78075;45.08241;-.92992;26;20220515;29.3;16.4;22.9;2.7;17.5;3.9;4.24;15714
+78075;45.08241;-.92992;26;20220516;27.5;13.4;20.5;1.8;16.7;0;3.91;19166
+78075;45.08241;-.92992;26;20220517;28.9;16;22.4;2.8;16.47;0;4.82;20070
+78075;45.08241;-.92992;26;20220518;32.1;14.1;23.1;2.2;16.93;1.4;4.76;19206
+78075;45.08241;-.92992;26;20220519;26;17;21.5;2.2;18.6;.1;3.14;13153
+78075;45.08241;-.92992;26;20220520;24.2;17.4;20.8;2.6;17.4;0;3.25;13640
+78075;45.08241;-.92992;26;20220521;31;13.5;22.2;1.5;17.23;0;4.07;18109
+78075;45.08241;-.92992;26;20220522;31.9;19.2;25.5;2.8;20.63;4.1;4.7;17021
+78075;45.08241;-.92992;26;20220523;20.3;16.3;18.3;4.8;16.4;3.2;2.65;10308
+78075;45.08241;-.92992;26;20220524;18.9;12;15.4;2.8;12.37;.9;2.8;13139
+78075;45.08241;-.92992;26;20220525;20.3;9.2;14.8;2.2;12.13;.2;3.13;17653
+78075;45.08241;-.92992;26;20220526;19.3;12.7;16;2.2;14.33;0;2.35;11280
+78075;45.08241;-.92992;26;20220527;22.3;13;17.6;2.3;14.6;0;3.05;14490
+78075;45.08241;-.92992;26;20220528;26;13.8;19.9;3.5;12.7;0;5.03;20534
+78075;45.08241;-.92992;26;20220529;22.2;12.8;17.5;4.1;9.77;0;4.87;19237
+78075;45.08241;-.92992;26;20220530;22.9;10.4;16.6;3.5;9.2;0;4.7;19975
+78075;45.08241;-.92992;26;20220531;23;12.8;17.9;2.4;12.3;2.4;3.86;17679
+78075;45.08241;-.92992;26;20220601;27.1;12.9;20;2.6;14;10.1;4.51;19476
+78075;45.08241;-.92992;26;20220602;27.8;16.7;22.2;2.1;18.43;5.5;4.06;18654
+78075;45.08241;-.92992;26;20220603;25.5;18;21.7;2.3;19.03;.7;3.31;14249
+78075;45.08241;-.92992;26;20220604;24.3;16.8;20.6;2.3;18.2;1.6;2.94;12827
+78075;45.08241;-.92992;26;20220605;21.7;16.2;19;2.3;16.6;.1;2.69;11697
+78075;45.08241;-.92992;26;20220606;22.6;14.5;18.6;1.7;15.7;.5;2.99;14386
+78075;45.08241;-.92992;26;20220607;22.9;14.5;18.7;2.8;15.3;8.9;3.53;16357
+78075;45.08241;-.92992;26;20220608;20.1;15.3;17.7;3.3;16.87;1.3;2.33;11044
+78075;45.08241;-.92992;26;20220609;21.9;12.9;17.4;2.4;14.43;.1;3.2;15447
+78075;45.08241;-.92992;26;20220610;26.3;10.2;18.2;1.4;15.03;.1;3.85;21094
+78075;45.08241;-.92992;26;20220611;28.7;14.2;21.4;2.2;16.87;0;5.42;28060
+78075;45.08241;-.92992;26;20220612;30;16.6;23.3;2.1;18.2;.3;5.4;25730
+78075;45.08241;-.92992;26;20220613;29.2;18.3;23.7;3.6;14.47;0;6.72;28204
+78075;45.08241;-.92992;26;20220614;34.3;16.9;25.6;2.4;16.83;0;6.71;28532
+78075;45.08241;-.92992;26;20220615;31.1;19.6;25.4;2.4;18.93;0;6.04;27060
+78075;45.08241;-.92992;26;20220616;35.1;15.5;25.3;1.7;17.3;0;6.28;28278
+78075;45.08241;-.92992;26;20220617;38.3;18.3;28.3;1.7;18.7;0;6.91;29449
+78075;45.08241;-.92992;26;20220618;40;18.6;29.3;2.7;19.57;1.6;8.01;29386
+78075;45.08241;-.92992;26;20220619;26.9;19.6;23.2;3.3;20.27;1.2;4.92;22926
+78075;45.08241;-.92992;26;20220620;27.8;17.3;22.5;2.4;18.73;10.7;4.76;22871
+78075;45.08241;-.92992;26;20220621;25.4;16.6;21;2.5;20;3.7;4.02;21263
+78075;45.08241;-.92992;26;20220622;23.9;16.8;20.3;3.4;18.3;3.5;4.13;21418
+78075;45.08241;-.92992;26;20220623;23.6;14.2;18.9;1.7;17.2;8.2;4.02;23007
+78075;45.08241;-.92992;26;20220624;22.3;16.3;19.3;3;16.97;10.4;3.86;20529
+78075;45.08241;-.92992;26;20220625;19.2;15.8;17.5;2.1;16.2;7.3;2.32;11085
+78075;45.08241;-.92992;26;20220626;20;13.6;16.8;1.5;14.77;0;2.81;15245
+78075;45.08241;-.92992;26;20220627;22.1;11.3;16.7;1.8;13.23;.1;4.26;25858
+78075;45.08241;-.92992;26;20220628;23.5;10.8;17.1;1.4;12.87;0;4.8;29470
+78075;45.08241;-.92992;26;20220629;22.9;10.4;16.7;1.6;14.4;2.6;3.77;22408
+78075;45.08241;-.92992;26;20220630;20.2;14.5;17.4;1.8;14.8;2.3;3.06;16402
+78075;45.08241;-.92992;26;20220701;23;9.6;16.3;1.4;12.57;.2;4.34;27002
+78075;45.08241;-.92992;26;20220702;27.5;11.5;19.5;2.2;13.43;0;5.68;30717
+78075;45.08241;-.92992;26;20220703;24.6;14.8;19.7;2.8;15.5;0;4.85;25905
+78075;45.08241;-.92992;26;20220704;25.4;15.8;20.6;2.4;16.47;.5;4.14;20034
+78075;45.08241;-.92992;26;20220705;28;15.5;21.8;2.6;15.47;0;5.85;29512
+78075;45.08241;-.92992;26;20220706;28.3;16.1;22.2;3;14.6;0;6.21;29994
+78075;45.08241;-.92992;26;20220707;27;15.2;21.1;2.2;16.33;0;5.3;28319
+78075;45.08241;-.92992;26;20220708;29.4;16.4;22.9;3.1;15.3;0;6.48;30587
+78075;45.08241;-.92992;26;20220709;31.6;15.4;23.5;2.9;14.37;0;6.85;30468
+78075;45.08241;-.92992;26;20220710;31.7;16.7;24.2;3.6;15.1;0;7.2;30380
+78075;45.08241;-.92992;26;20220711;34.5;17.9;26.2;3.2;15.47;0;7.55;30192
+78075;45.08241;-.92992;26;20220712;35.9;17.4;26.6;2.4;15.33;0;7.31;30469
+78075;45.08241;-.92992;26;20220713;35.8;15.7;25.8;1.8;13.97;0;6.77;30078
+78075;45.08241;-.92992;26;20220714;35.2;16.1;25.7;1.9;15.47;0;6.6;29520
+78075;45.08241;-.92992;26;20220715;32.7;19.4;26.1;2.7;14.67;0;6.93;28614
+78075;45.08241;-.92992;26;20220716;34.4;18.9;26.6;3.7;13.27;0;8.01;29100
+78075;45.08241;-.92992;26;20220717;37.2;20.3;28.7;3.9;13.37;0;8.74;28239
+78075;45.08241;-.92992;26;20220718;40;20.3;30.1;3.3;16.7;0;8.53;28310
+78075;45.08241;-.92992;26;20220719;28;22;25;3.5;20.47;.1;5.08;20445
+78075;45.08241;-.92992;26;20220720;26.3;19.9;23.1;2.7;18.53;.1;4.5;20179
+78075;45.08241;-.92992;26;20220721;28.8;14.7;21.8;1.7;17.13;0;5.09;26895
+78075;45.08241;-.92992;26;20220722;26;16.9;21.4;2.9;18.2;0;4.21;20197
+78075;45.08241;-.92992;26;20220723;28.1;14.6;21.3;1.8;16.5;0;4.93;25980
+78075;45.08241;-.92992;26;20220724;35.5;15.1;25.3;2.2;15.63;0;6.64;28716
+78075;45.08241;-.92992;26;20220725;24.8;20;22.4;2.9;19;1.1;3.79;16143
+78075;45.08241;-.92992;26;20220726;25;15.5;20.2;2;15.3;.1;4.23;21200
+78075;45.08241;-.92992;26;20220727;26.5;12.6;19.5;1.8;14.97;0;4.8;26972
+78075;45.08241;-.92992;26;20220728;26.2;14.3;20.3;2.2;16.1;0;4.78;25788
+78075;45.08241;-.92992;26;20220729;25.2;17.4;21.3;1.9;18.1;.1;3.43;16155
+78075;45.08241;-.92992;26;20220730;27.7;14.7;21.2;1.7;17.97;.1;4.27;22497
+78075;45.08241;-.92992;26;20220731;28;15.6;21.8;2.3;18.53;.2;4.89;26027
+78075;45.08241;-.92992;26;20220801;29.9;15.3;22.6;2.3;18.43;0;5.11;25592
+78075;45.08241;-.92992;26;20220802;34.6;16.5;25.6;1.9;17.9;0;6.05;27896
+78075;45.08241;-.92992;26;20220803;36.9;17.7;27.3;1.5;18.03;0;5.95;26386
+78075;45.08241;-.92992;26;20220804;32.3;19.2;25.8;2.6;19.6;0;5.62;24386
+78075;45.08241;-.92992;26;20220805;29.9;18.7;24.3;3.1;17.63;0;5.24;21245
+78075;45.08241;-.92992;26;20220806;31.3;19.9;25.6;4.3;12.93;0;7.37;26013
+78075;45.08241;-.92992;26;20220807;32.2;17.6;24.9;4.1;10.9;0;7.71;27606
+78075;45.08241;-.92992;26;20220808;33.9;18.4;26.2;3.6;11.07;0;7.66;27290
+78075;45.08241;-.92992;26;20220809;35.1;19.8;27.5;3.2;12.2;0;7.35;26009
+78075;45.08241;-.92992;26;20220810;37.2;18.7;27.9;2.8;12.17;0;7.38;26793
+78075;45.08241;-.92992;26;20220811;38.8;19.4;29.1;2.2;13.03;0;6.66;24344
+78075;45.08241;-.92992;26;20220812;36.2;20.5;28.4;2.3;16.73;0;6.28;24760
+78075;45.08241;-.92992;26;20220813;30.7;21;25.9;3;22.53;7.6;4.73;19578
+78075;45.08241;-.92992;26;20220814;25.3;19.5;22.4;2.9;20.47;.3;3.42;15429
+78075;45.08241;-.92992;26;20220815;26.1;17.5;21.8;2.7;18.63;.2;3.96;18986
+78075;45.08241;-.92992;26;20220816;26.1;17;21.5;1.6;18.33;.7;3.49;17556
+78075;45.08241;-.92992;26;20220817;24.5;16.7;20.6;2.6;17.3;2.1;3.49;16693
+78075;45.08241;-.92992;26;20220818;24.6;13.9;19.3;2.4;16.83;.5;3.68;20600
+78075;45.08241;-.92992;26;20220819;26.1;17.1;21.6;2.4;18.8;.3;3.58;17186
+78075;45.08241;-.92992;26;20220820;26.6;18.4;22.5;1.6;19.17;.1;3.18;14614
+78075;45.08241;-.92992;26;20220821;25.7;15.8;20.8;1.7;17.5;.9;3.34;16885
+78075;45.08241;-.92992;26;20220822;25.4;19.3;22.4;2.4;21;1.2;3.36;16685
+78075;45.08241;-.92992;26;20220823;27.9;19.5;23.7;1.5;21.67;.2;3.34;16102
+78075;45.08241;-.92992;26;20220824;35.2;17.8;26.5;2;19.2;4.5;5.41;23739
+78075;45.08241;-.92992;26;20220825;28.3;20.4;24.3;3.1;22.23;1.6;3.84;16247
+78075;45.08241;-.92992;26;20220826;27.7;18.4;23.1;2.4;20.23;0;3.81;18169
+78075;45.08241;-.92992;26;20220827;30;16.2;23.1;2;16.53;0;4.71;23195
+78075;45.08241;-.92992;26;20220828;32.1;16.3;24.2;2.3;14.93;0;5.3;23569
+78075;45.08241;-.92992;26;20220829;32;19.2;25.6;2.1;16.73;.6;4.34;15775
+78075;45.08241;-.92992;26;20220830;30.8;17.1;24;2;19.5;0;4.3;20795
+78075;45.08241;-.92992;26;20220831;29.4;19;24.2;2.6;20.9;0;4.02;17967
+78075;45.08241;-.92992;26;20220901;27.8;18.6;23.2;2.4;19.53;4.4;3.65;16884
+78075;45.08241;-.92992;26;20220902;25.4;18.3;21.9;2.3;19.47;5;3.07;14715
+78075;45.08241;-.92992;26;20220903;25.1;16.4;20.8;2;17.1;.7;3.2;15707
+78075;45.08241;-.92992;26;20220904;30.7;14.8;22.8;2;15.53;0;4.49;21738
+78075;45.08241;-.92992;26;20220905;31.2;18;24.6;2.7;16.67;.1;4.95;21208
+78075;45.08241;-.92992;26;20220906;29.1;15.7;22.4;2;16.4;0;4.28;21577
+78075;45.08241;-.92992;26;20220907;22.2;16.1;19.1;1.9;16.6;3.3;2.46;12423
+78075;45.08241;-.92992;26;20220908;23.6;17;20.3;3.5;17;1.1;3.02;12005
+78075;45.08241;-.92992;26;20220909;23.3;15.6;19.5;3;15.33;.9;3.17;13907
+78075;45.08241;-.92992;26;20220910;25.8;13;19.4;1.6;15.7;0;3.16;17825
+78075;45.08241;-.92992;26;20220911;31.8;15.7;23.8;2.7;15.4;0;4.9;20888
+78075;45.08241;-.92992;26;20220912;36.1;19.1;27.6;2.5;16.87;1.9;5.18;17423
+78075;45.08241;-.92992;26;20220913;32.4;20.9;26.7;3.3;20.83;0;4.36;13655
+78075;45.08241;-.92992;26;20220914;28;18.5;23.2;2.6;18.13;.4;3.91;17787
+78075;45.08241;-.92992;26;20220915;25.6;15.3;20.5;2;18.27;0;2.99;16663
+78075;45.08241;-.92992;26;20220916;23;14;18.5;2.9;14.37;0;3.28;17790
+78075;45.08241;-.92992;26;20220917;21.6;10;15.8;3.1;9.27;0;3.73;20188
+78075;45.08241;-.92992;26;20220918;24.3;9;16.7;3;8.27;0;4.15;19727
+78075;45.08241;-.92992;26;20220919;24.4;9.9;17.2;3.2;9.37;0;4.15;19828
+78075;45.08241;-.92992;26;20220920;23.5;9.2;16.3;3.3;9.23;0;3.97;19594
+78075;45.08241;-.92992;26;20220921;24.3;11;17.7;3;9.5;0;3.96;18939
+78075;45.08241;-.92992;26;20220922;25.3;8.2;16.8;1.5;10;0;3.11;18894
+78075;45.08241;-.92992;26;20220923;21;9;15;1.3;12.6;.3;1.78;9754
+78075;45.08241;-.92992;26;20220924;20.9;11.2;16.1;2.4;13.67;.4;2.39;14132
+78075;45.08241;-.92992;26;20220925;20.4;7.2;13.8;1.2;11.13;.2;2.21;16094
+78075;45.08241;-.92992;26;20220926;20.3;6.6;13.5;2.6;11.5;4.5;2.26;13127
+78075;45.08241;-.92992;26;20220927;19.4;13.5;16.5;3.7;14.07;8.1;2.25;10268
+78075;45.08241;-.92992;26;20220928;19.5;15.9;17.7;5.3;16.03;5;2.34;10560
+78075;45.08241;-.92992;26;20220929;17;12.4;14.7;1.9;13.07;2.9;1.6;8991
+78075;45.08241;-.92992;26;20220930;19.3;7.4;13.4;1.8;11.43;1.4;2.16;16599
+78075;45.08241;-.92992;26;20221001;19.4;14.3;16.9;4.3;18.23;2.8;1.13;6226
+78075;45.08241;-.92992;26;20221002;21.2;16.7;19;2.2;17.3;.1;1.83;8712
+78075;45.08241;-.92992;26;20221003;23.7;11.1;17.4;1.3;14.43;0;2.3;16233
+78075;45.08241;-.92992;26;20221004;23.9;9.3;16.6;.9;13.73;.2;2.13;16430
+78075;45.08241;-.92992;26;20221005;23.6;11.7;17.6;1.6;15.53;.6;2.16;13826
+78075;45.08241;-.92992;26;20221006;20.9;14.3;17.6;2.9;15.8;0;1.93;9716
+78075;45.08241;-.92992;26;20221007;23.7;10.9;17.3;1.4;14.67;1.6;2.1;14397
+78075;45.08241;-.92992;26;20221008;22.3;14.4;18.4;2.9;12.5;0;2.8;13219
+78075;45.08241;-.92992;26;20221009;26;10.8;18.4;1.9;13.37;.3;2.63;14805
+78075;45.08241;-.92992;26;20221010;19.3;13;16.2;1.1;16;3.5;1.19;7074
+78075;45.08241;-.92992;26;20221011;19.4;16.2;17.8;1.5;17.97;6.6;1.11;5701
+78075;45.08241;-.92992;26;20221012;20;13.3;16.7;1.3;15.63;.1;1.53;10804
+78075;45.08241;-.92992;26;20221013;20;11.5;15.8;2.4;16.23;5;1.22;7519
+78075;45.08241;-.92992;26;20221014;20.4;17.1;18.7;3.7;18.6;.9;1.39;5359
+78075;45.08241;-.92992;26;20221015;21.9;17;19.5;2.8;17.53;0;1.75;6351
+78075;45.08241;-.92992;26;20221016;28.9;14.8;21.8;2.7;16.97;3.8;2.89;12562
+78075;45.08241;-.92992;26;20221017;24.3;17.7;21;2.2;19.4;.5;1.74;7458
+78075;45.08241;-.92992;26;20221018;27.8;15.3;21.5;3;18.4;0;2.7;12707
+78075;45.08241;-.92992;26;20221019;25.5;17.5;21.5;3.3;18.73;8.4;2.32;9230
+78075;45.08241;-.92992;26;20221020;24.8;15.5;20.2;3.9;16.2;.2;2.61;9352
+78075;45.08241;-.92992;26;20221021;21.8;16.8;19.3;3;14.8;.1;2.13;5508
+78075;45.08241;-.92992;26;20221022;23.7;11.1;17.4;2.8;14.27;0;2.11;10435
+78075;45.08241;-.92992;26;20221023;25;17.4;21.2;4.3;14.73;0;3.22;8264
+78075;45.08241;-.92992;26;20221024;22.2;15.4;18.8;2.2;14.8;1.7;1.85;8896
+78075;45.08241;-.92992;26;20221025;22;10.2;16.1;2.6;13.93;.4;1.7;8094
+78075;45.08241;-.92992;26;20221026;26;12.7;19.4;2.5;15.23;0;2.23;11233
+78075;45.08241;-.92992;26;20221027;24.1;15.4;19.7;4;16.9;0;2.18;5657
+78075;45.08241;-.92992;26;20221028;24.7;17;20.8;2.9;16.17;0;2.18;6807
+78075;45.08241;-.92992;26;20221029;23;17.8;20.4;3;16.43;0;1.96;5767
+78075;45.08241;-.92992;26;20221030;19.9;13.4;16.7;1.7;15.43;3.4;1.17;7324
+78075;45.08241;-.92992;26;20221031;19.6;14;16.8;3;15.73;.5;1.26;4925
+78075;45.08241;-.92992;26;20221101;19;11.5;15.2;2.9;12.53;.6;1.64;6988
+78075;45.08241;-.92992;26;20221102;19.4;9.9;14.6;2;12.6;.1;1.3;9037
+78075;45.08241;-.92992;26;20221103;18.5;10.5;14.5;3.7;12.13;10.7;1.68;6034
+78075;45.08241;-.92992;26;20221104;16;10.6;13.3;5.1;10.97;3.8;1.84;6769
+78075;45.08241;-.92992;26;20221105;16.9;7.2;12.1;1.4;10.33;0;.99;8834
+78075;45.08241;-.92992;26;20221106;17.9;7.2;12.6;3;11.63;.3;1.26;7010
+78075;45.08241;-.92992;26;20221107;19.5;12;15.7;2.9;13;.1;1.53;8364
+78075;45.08241;-.92992;26;20221108;19;12;15.5;2.8;12.73;2.9;1.47;4795
+78075;45.08241;-.92992;26;20221109;16.5;12.3;14.4;1.7;13.53;2.8;.87;4232
+78075;45.08241;-.92992;26;20221110;14.2;6.7;10.5;2;11.37;0;.72;7400
+78075;45.08241;-.92992;26;20221111;18.5;7.7;13.1;2.8;12.07;.2;1.18;9164
+78075;45.08241;-.92992;26;20221112;21.2;9.6;15.4;2.3;13.53;.2;1.23;9254
+78075;45.08241;-.92992;26;20221113;21.3;8.9;15.1;1.9;12.43;.1;1.19;9317
+78075;45.08241;-.92992;26;20221114;15.8;9.9;12.9;2.9;12.33;2.6;.95;4772
+78075;45.08241;-.92992;26;20221115;15.9;11.4;13.6;3.5;13;11.4;1.04;3105
+78075;45.08241;-.92992;26;20221116;17.2;11.1;14.1;4.3;13.37;5.2;1.22;5238
+78075;45.08241;-.92992;26;20221117;16.2;14.1;15.1;4.9;12.97;6.3;1.62;3524
+78075;45.08241;-.92992;26;20221118;14.2;9;11.6;2.3;10.73;11.8;.93;4654
+78075;45.08241;-.92992;26;20221119;12.6;7.5;10.1;1.6;9.63;.4;.66;7184
+78075;45.08241;-.92992;26;20221120;14.9;3.6;9.3;2.7;10.27;8.4;.74;5510
+78075;45.08241;-.92992;26;20221121;15.3;8.4;11.8;4.6;10.8;14.2;1.32;3732
+78075;45.08241;-.92992;26;20221122;12.6;8.8;10.7;5.1;10.57;18.7;1.08;3764
+78075;45.08241;-.92992;26;20221123;16.3;10.4;13.4;4.7;12.93;1.8;1.02;5747
+78075;45.08241;-.92992;26;20221124;13.8;9.4;11.6;3.1;11.7;2.2;.83;2919
+78075;45.08241;-.92992;26;20221125;14.2;10.5;12.4;2.5;11.17;2.3;.9;4859
+78075;45.08241;-.92992;26;20221126;12.7;4.6;8.7;2.1;9.43;.1;.57;5964
+78075;45.08241;-.92992;26;20221127;12;5.4;8.7;2.5;9.97;8.4;.53;5292
+78075;45.08241;-.92992;26;20221128;14.5;9.7;12.1;3.4;11.13;4.7;.99;5126
+78075;45.08241;-.92992;26;20221129;13.2;6.4;9.8;1.6;9.93;.7;.55;5418
+78075;45.08241;-.92992;26;20221130;9.8;2.6;6.2;2.4;8.17;.1;.47;6096
+78075;45.08241;-.92992;26;20221201;9.8;4.5;7.2;3.9;8.17;0;.75;5984
+78075;45.08241;-.92992;26;20221202;7.1;4.8;6;3.1;7.83;.1;.64;2421
+78075;45.08241;-.92992;26;20221203;7.9;4;5.9;2.3;7.23;.1;.63;4378
+78075;45.08241;-.92992;26;20221204;8.6;.1;4.4;1.1;6.87;0;.28;6120
+78075;45.08241;-.92992;26;20221205;10.8;.3;5.6;2.5;6.87;.2;.62;7371
+78075;45.08241;-.92992;26;20221206;8;3.9;5.9;3;7.37;0;.72;3524
+78075;45.08241;-.92992;26;20221207;6.4;1.6;4;3.2;6.7;0;.55;4364
+78075;45.08241;-.92992;26;20221208;4.6;.1;2.4;2.9;6.53;4.9;.39;3075
+78075;45.08241;-.92992;26;20221209;5.4;3.3;4.3;3.7;7;0;.59;3548
+78075;45.08241;-.92992;26;20221210;2.3;-2.7;-.2;2;5.27;0;.27;5118
+78075;45.08241;-.92992;26;20221211;4.4;-2.7;.9;2.7;5.03;.1;.48;5713
+78075;45.08241;-.92992;26;20221212;2.9;-2.7;.1;3.4;5.77;6.8;.32;2399
+78075;45.08241;-.92992;26;20221213;6.3;2;4.1;2.5;8.13;1.5;.25;2294
+78075;45.08241;-.92992;26;20221214;16.6;6.3;11.5;2.3;12.13;5;.52;5482
+78075;45.08241;-.92992;26;20221215;10.4;8.5;9.4;3.7;10.83;4.2;.48;2628
+78075;45.08241;-.92992;26;20221216;6.6;2.2;4.4;5.7;5.87;0;1.09;5871
+78075;45.08241;-.92992;26;20221217;5.7;-3.2;1.3;2.4;5;0;.48;6615
+78075;45.08241;-.92992;26;20221218;12.1;-.5;5.8;3.8;7.93;0;.65;5841
+78075;45.08241;-.92992;26;20221219;15.5;9.3;12.4;4.6;10.93;0;1.3;3916
+78075;45.08241;-.92992;26;20221220;15.4;11.9;13.6;3.9;12;.1;1.2;2608
+78075;45.08241;-.92992;26;20221221;16.5;9.5;13;3.6;12.77;.7;.82;4234
+78075;45.08241;-.92992;26;20221222;16.3;13;14.6;4.8;14.53;13.2;.93;1845
+78075;45.08241;-.92992;26;20221223;16.7;14.2;15.4;3.5;14.27;4.7;1.07;2136
+78075;45.08241;-.92992;26;20221224;17.2;11.9;14.5;2.2;12.9;0;.81;4758
+78075;45.08241;-.92992;26;20221225;17.5;8.9;13.2;3.1;11.53;1.3;1.08;4705
+78075;45.08241;-.92992;26;20221226;14.2;10.1;12.1;1.6;12.1;1.1;.57;2702
+78075;45.08241;-.92992;26;20221227;13.5;4.8;9.1;1.3;10.13;.3;.33;5101
+78075;45.08241;-.92992;26;20221228;15.5;6.2;10.8;2.9;10.97;.6;.69;5644
+78075;45.08241;-.92992;26;20221229;12.8;12.2;12.5;3.4;12.73;10.7;.78;766
+78075;45.08241;-.92992;26;20221230;16.9;9.5;13.2;4;13.07;2;.88;3427
+78075;45.08241;-.92992;26;20221231;19.6;12.1;15.9;4.4;11.07;0;2.17;4369
+78076;45.11486;-.61537;9;20220101;17.3;7.6;12.4;2.6;10.86;0;.91;5934
+78076;45.11486;-.61537;9;20220102;15.9;10;13;2.9;12.26;0;.79;3954
+78076;45.11486;-.61537;9;20220103;17.2;10.7;14;3.3;12.06;0;1.09;4800
+78076;45.11486;-.61537;9;20220104;14.5;12.1;13.3;3;10.91;1.7;1.21;2199
+78076;45.11486;-.61537;9;20220105;8.8;2.1;5.5;1.6;7.01;.1;.45;5682
+78076;45.11486;-.61537;9;20220106;9.2;-.2;4.5;1.3;5.81;.3;.45;6231
+78076;45.11486;-.61537;9;20220107;12.2;3.7;7.9;3.1;8.26;6.1;.82;5339
+78076;45.11486;-.61537;9;20220108;12.7;8.9;10.8;4.4;10.86;9.6;.83;3481
+78076;45.11486;-.61537;9;20220109;10.9;8;9.5;2.4;10.61;15.6;.52;2244
+78076;45.11486;-.61537;9;20220110;12.2;9.6;10.9;2.6;12.06;5.3;.49;2052
+78076;45.11486;-.61537;9;20220111;10.8;4.8;7.8;1.5;8.01;.1;.53;6032
+78076;45.11486;-.61537;9;20220112;6.6;.6;3.6;3;5.96;0;.66;5610
+78076;45.11486;-.61537;9;20220113;6.7;-.2;3.2;2.5;5.81;0;.57;6443
+78076;45.11486;-.61537;9;20220114;7.6;-.9;3.3;2.4;6.01;0;.58;6238
+78076;45.11486;-.61537;9;20220115;6.2;-3.3;1.5;1;5.66;.2;.26;6703
+78076;45.11486;-.61537;9;20220116;1.2;-2.5;-.7;1.1;5.76;.1;.2;3483
+78076;45.11486;-.61537;9;20220117;6.4;0;3.2;1.6;7.51;0;.27;3960
+78076;45.11486;-.61537;9;20220118;4.4;.1;2.2;1.3;7.06;.1;.25;3780
+78076;45.11486;-.61537;9;20220119;7.9;3.8;5.8;1.4;8.66;3.3;.38;3085
+78076;45.11486;-.61537;9;20220120;7.6;5.6;6.6;2.7;8.41;.2;.57;2841
+78076;45.11486;-.61537;9;20220121;6.6;1.4;4;3.4;6.06;.1;.77;6320
+78076;45.11486;-.61537;9;20220122;8.5;.8;4.6;3.2;6.21;0;.82;7554
+78076;45.11486;-.61537;9;20220123;9.7;.1;4.9;2.3;6.31;0;.75;7962
+78076;45.11486;-.61537;9;20220124;11.6;-.8;5.4;1.7;6.71;0;.71;8268
+78076;45.11486;-.61537;9;20220125;12.6;-1.4;5.6;1.3;6.76;0;.63;8837
+78076;45.11486;-.61537;9;20220126;7.9;-1.9;3;2.3;6.26;0;.62;8873
+78076;45.11486;-.61537;9;20220127;1.4;-1.8;-.2;2.3;5.61;0;.34;4059
+78076;45.11486;-.61537;9;20220128;10.6;-.8;4.9;1.9;7.81;0;.51;6506
+78076;45.11486;-.61537;9;20220129;3.5;3.3;3.4;1.4;7.66;0;.33;1902
+78076;45.11486;-.61537;9;20220130;8.5;3.8;6.1;1.2;9.11;.4;.41;4068
+78076;45.11486;-.61537;9;20220131;11.4;6.8;9.1;2.9;9.81;.7;.75;5393
+78076;45.11486;-.61537;9;20220201;11.1;2;6.6;2.3;9.11;.5;.53;5475
+78076;45.11486;-.61537;9;20220202;11.2;9;10.1;2.1;11.06;0;.62;3460
+78076;45.11486;-.61537;9;20220203;10.1;5.1;7.6;2.2;9.76;.6;.5;3546
+78076;45.11486;-.61537;9;20220204;13.1;7;10.1;2.3;11.06;1.4;.7;5255
+78076;45.11486;-.61537;9;20220205;11.6;3;7.3;2.1;8.01;.2;.87;8788
+78076;45.11486;-.61537;9;20220206;11.5;3.6;7.6;3.4;10.36;1.2;.43;5643
+78076;45.11486;-.61537;9;20220207;13.5;10.4;12;2.4;11.11;.4;1.02;6330
+78076;45.11486;-.61537;9;20220208;14.3;3.9;9.1;1.9;8.11;0;1.13;9766
+78076;45.11486;-.61537;9;20220209;17;3.2;10.1;2.7;8.46;.2;1.5;10102
+78076;45.11486;-.61537;9;20220210;6.4;2.3;4.4;2.4;9.51;.7;.96;8568
+78076;45.11486;-.61537;9;20220211;12.2;6.2;9.2;3.3;7.81;0;1.42;10513
+78076;45.11486;-.61537;9;20220212;13.2;1.6;7.4;1.6;6.37;0;1.15;10519
+78076;45.11486;-.61537;9;20220213;16.9;3.2;10;4.8;8.81;2;1.92;10828
+78076;45.11486;-.61537;9;20220214;12.4;8.7;10.6;5;10.04;2.9;1.3;6381
+78076;45.11486;-.61537;9;20220215;12.9;5.5;9.2;4.6;10.01;15.8;.83;6386
+78076;45.11486;-.61537;9;20220216;14.1;9.5;11.8;5.3;13.51;6;.55;4729
+78076;45.11486;-.61537;9;20220217;13.5;12.4;13;3.7;14.06;1.1;.64;2979
+78076;45.11486;-.61537;9;20220218;14;10.3;12.2;2.6;11.71;.2;1.04;4635
+78076;45.11486;-.61537;9;20220219;12.1;4.4;8.2;1.8;8.41;.1;1.08;9379
+78076;45.11486;-.61537;9;20220220;14.2;5.8;10;3.7;11.61;2.1;.83;7527
+78076;45.11486;-.61537;9;20220221;12.8;9.4;11.1;3.7;9.96;.1;1.4;6528
+78076;45.11486;-.61537;9;20220222;14;7.1;10.5;2.1;10.11;0;1.17;8491
+78076;45.11486;-.61537;9;20220223;16.1;8;12;1.1;10.31;0;1.27;10726
+78076;45.11486;-.61537;9;20220224;14.6;4.6;9.6;1.8;9.41;.8;1.26;10196
+78076;45.11486;-.61537;9;20220225;11.9;.7;6.3;1.8;6.96;.1;1.29;12929
+78076;45.11486;-.61537;9;20220226;14;1.6;7.8;3;5.86;0;2.03;14050
+78076;45.11486;-.61537;9;20220227;16.6;4.9;10.8;2.3;8.16;.2;1.89;12771
+78076;45.11486;-.61537;9;20220228;18.4;3.6;11;1.1;9.11;0;1.58;13915
+78076;45.11486;-.61537;9;20220301;18.2;4.5;11.3;2.6;8.61;.3;2.09;13351
+78076;45.11486;-.61537;9;20220302;11.7;8.9;10.3;2.6;10.71;1.5;.95;4421
+78076;45.11486;-.61537;9;20220303;13;6.4;9.7;2.2;10.91;.2;.98;7737
+78076;45.11486;-.61537;9;20220304;10.7;8.6;9.7;3;10.46;.4;.92;4675
+78076;45.11486;-.61537;9;20220305;12.4;3.8;8.1;2.7;8.01;.6;1.56;12848
+78076;45.11486;-.61537;9;20220306;12.6;7;9.8;2.8;7.31;.1;1.91;11225
+78076;45.11486;-.61537;9;20220307;11.3;-.2;5.6;2.9;5.76;0;1.83;15288
+78076;45.11486;-.61537;9;20220308;11;6.8;8.9;3.8;9.26;.8;1.19;5997
+78076;45.11486;-.61537;9;20220309;15.8;3.5;9.7;3.9;9.66;.2;1.84;13672
+78076;45.11486;-.61537;9;20220310;14.9;9.9;12.4;4.3;11.41;2.7;1.63;7878
+78076;45.11486;-.61537;9;20220311;13;10.9;12;4.3;11.16;10.6;1.35;4348
+78076;45.11486;-.61537;9;20220312;14.2;7.7;10.9;3.8;10.11;5.7;1.81;12776
+78076;45.11486;-.61537;9;20220313;13.9;8.5;11.2;3.9;9.41;5.6;1.94;10178
+78076;45.11486;-.61537;9;20220314;14.7;4.6;9.7;4.8;9.61;.4;1.75;10768
+78076;45.11486;-.61537;9;20220315;18.8;11.8;15.3;4.8;12.21;0;2.55;10624
+78076;45.11486;-.61537;9;20220316;16.2;11.6;13.9;3.2;12.56;0;1.55;6700
+78076;45.11486;-.61537;9;20220317;11.8;9.9;10.9;4.8;10.21;.1;1.46;4955
+78076;45.11486;-.61537;9;20220318;15.6;7.2;11.4;4.7;8.87;0;2.35;12078
+78076;45.11486;-.61537;9;20220319;19.3;7.1;13.2;3.6;9.07;0;2.99;15922
+78076;45.11486;-.61537;9;20220320;18.9;8.1;13.5;3.8;9.44;0;2.81;13652
+78076;45.11486;-.61537;9;20220321;20.9;10.2;15.6;5;9.74;0;3.63;14828
+78076;45.11486;-.61537;9;20220322;18.7;7.5;13.1;4.7;7.41;0;3.7;16677
+78076;45.11486;-.61537;9;20220323;18.4;6.6;12.5;3.5;6.94;0;3.39;19442
+78076;45.11486;-.61537;9;20220324;18.2;5.1;11.7;2.4;7.21;0;2.98;19909
+78076;45.11486;-.61537;9;20220325;19.3;6.4;12.9;2.6;7.11;0;3.11;16313
+78076;45.11486;-.61537;9;20220326;21.8;6.9;14.4;3.2;6.41;0;4.04;19808
+78076;45.11486;-.61537;9;20220327;21.8;8;14.9;2.8;7.57;0;3.65;18840
+78076;45.11486;-.61537;9;20220328;21.9;8.9;15.4;1.9;8.34;0;3.13;17639
+78076;45.11486;-.61537;9;20220329;16.3;10.1;13.2;1.8;10.71;0;1.83;8909
+78076;45.11486;-.61537;9;20220330;16.5;9.1;12.8;3.1;11.04;.9;1.75;8386
+78076;45.11486;-.61537;9;20220331;14.9;8.5;11.7;4.9;8.87;1.6;2.54;12276
+78076;45.11486;-.61537;9;20220401;10.4;2.6;6.5;6;5.54;.4;2.56;15345
+78076;45.11486;-.61537;9;20220402;10.8;2.3;6.6;4.3;5.21;0;2.55;16487
+78076;45.11486;-.61537;9;20220403;8.6;-1.3;3.6;2.1;5.26;0;1.82;15430
+78076;45.11486;-.61537;9;20220404;11.9;2.7;7.3;3.1;5.41;0;2.64;20151
+78076;45.11486;-.61537;9;20220405;13.7;2;7.9;2.4;8.31;0;1.64;9800
+78076;45.11486;-.61537;9;20220406;14.6;9.9;12.2;4.1;11.57;1.9;1.6;8571
+78076;45.11486;-.61537;9;20220407;14;11.3;12.7;7.9;12.91;21.1;1.25;5317
+78076;45.11486;-.61537;9;20220408;17.4;12.2;14.8;8;11.24;1.4;3.11;9071
+78076;45.11486;-.61537;9;20220409;15.6;6.1;10.9;2.2;7.91;0;2.64;19512
+78076;45.11486;-.61537;9;20220410;20.1;4.4;12.2;4.3;6.97;0;4.19;22967
+78076;45.11486;-.61537;9;20220411;24.7;11.1;17.9;7.5;11.11;.1;5.31;20000
+78076;45.11486;-.61537;9;20220412;19.3;12;15.7;3.9;12.11;2.8;2.83;12837
+78076;45.11486;-.61537;9;20220413;18.9;10.9;14.9;2.3;12.81;.5;2.28;13244
+78076;45.11486;-.61537;9;20220414;22.3;12.4;17.4;2;12.67;0;3.73;22086
+78076;45.11486;-.61537;9;20220415;22.7;9.5;16.1;2.7;12.31;0;3.8;22387
+78076;45.11486;-.61537;9;20220416;21.9;9.9;15.9;3;11.77;0;3.92;22721
+78076;45.11486;-.61537;9;20220417;21.3;9.1;15.2;2.7;10.87;0;3.92;22704
+78076;45.11486;-.61537;9;20220418;18.4;11;14.7;3.2;12.17;0;2.68;13971
+78076;45.11486;-.61537;9;20220419;14.7;9;11.9;3.1;10.74;9.3;1.61;8053
+78076;45.11486;-.61537;9;20220420;13;9.2;11.1;3.5;11.67;13.4;1.05;4136
+78076;45.11486;-.61537;9;20220421;18.4;9.1;13.7;2;12.47;1.4;2.1;12538
+78076;45.11486;-.61537;9;20220422;20.8;9.7;15.2;2.3;11.94;6.2;3.09;18259
+78076;45.11486;-.61537;9;20220423;14.5;11.4;12.9;4.1;12.14;9.4;1.69;8328
+78076;45.11486;-.61537;9;20220424;16.7;11.4;14.1;5.5;12.44;0;2.15;10154
+78076;45.11486;-.61537;9;20220425;19.3;10.1;14.7;2.8;11.17;0;3.37;20913
+78076;45.11486;-.61537;9;20220426;23.4;8.9;16.1;3.5;10.97;0;4.48;25381
+78076;45.11486;-.61537;9;20220427;20.4;11.7;16;2.8;12.31;1.4;2.9;12947
+78076;45.11486;-.61537;9;20220428;19.4;13.1;16.3;2.4;13.54;0;2.88;15418
+78076;45.11486;-.61537;9;20220429;20.8;11.4;16.1;2.5;13.51;0;3.29;20001
+78076;45.11486;-.61537;9;20220430;21.1;11.3;16.2;2.5;12.81;0;3.52;20619
+78076;45.11486;-.61537;9;20220501;21.3;9.2;15.3;2.4;11.57;0;3.5;21432
+78076;45.11486;-.61537;9;20220502;21.3;11.8;16.6;2.8;10.84;0;3.94;20522
+78076;45.11486;-.61537;9;20220503;22.3;12.2;17.2;3.1;10.84;0;4.43;23051
+78076;45.11486;-.61537;9;20220504;21.4;12.1;16.8;2.9;10.37;0;4.06;20486
+78076;45.11486;-.61537;9;20220505;21.8;9.5;15.7;3.1;11.04;.1;4.04;24198
+78076;45.11486;-.61537;9;20220506;22.2;9.8;16;2.2;12.51;.1;2.86;13142
+78076;45.11486;-.61537;9;20220507;24.3;11.5;17.9;2.1;12.96;.1;3.19;13686
+78076;45.11486;-.61537;9;20220508;25.4;11.4;18.4;1.9;12.36;0;3.39;14182
+78076;45.11486;-.61537;9;20220509;27.8;12.6;20.2;1.6;12.61;0;3.52;14683
+78076;45.11486;-.61537;9;20220510;29.5;12;20.8;1.8;13.51;0;3.93;15403
+78076;45.11486;-.61537;9;20220511;24.5;14.7;19.6;2;15.46;.6;3.04;12553
+78076;45.11486;-.61537;9;20220512;21;14.6;17.8;1.4;15.11;0;2.13;9265
+78076;45.11486;-.61537;9;20220513;24;13.2;18.6;1.2;14.76;0;2.74;12604
+78076;45.11486;-.61537;9;20220514;29.9;12.1;21;2.3;15.91;0;4.01;15497
+78076;45.11486;-.61537;9;20220515;29.7;16.6;23.2;2.9;17.11;5.6;4.19;13714
+78076;45.11486;-.61537;9;20220516;28.1;14;21;1.8;17.31;0;3.27;13489
+78076;45.11486;-.61537;9;20220517;29.9;16.9;23.4;2.9;16.56;.1;4.28;13687
+78076;45.11486;-.61537;9;20220518;32.5;14.8;23.7;2;17.11;2.8;4.31;15769
+78076;45.11486;-.61537;9;20220519;26.6;17;21.8;1.6;19.06;.1;2.77;11007
+78076;45.11486;-.61537;9;20220520;25;18.7;21.8;2.5;17.91;0;2.93;9663
+78076;45.11486;-.61537;9;20220521;31;13.8;22.4;1.4;17.86;0;3.66;15580
+78076;45.11486;-.61537;9;20220522;31.9;19.7;25.8;2.4;21.26;4.1;3.97;13006
+78076;45.11486;-.61537;9;20220523;20.8;16.3;18.6;3.9;16.51;3.7;2.37;7835
+78076;45.11486;-.61537;9;20220524;18.6;12;15.3;2;12.86;1;2.17;9475
+78076;45.11486;-.61537;9;20220525;20.3;10.3;15.3;1.6;12.36;.2;2.6;12698
+78076;45.11486;-.61537;9;20220526;19.2;13;16.1;1.6;14.46;0;2.06;9522
+78076;45.11486;-.61537;9;20220527;22.9;12.6;17.7;1.8;14.66;0;2.77;12497
+78076;45.11486;-.61537;9;20220528;25.9;14;19.9;2.9;12.66;0;4.15;14480
+78076;45.11486;-.61537;9;20220529;22.1;11.9;17;3.1;9.86;0;3.94;14265
+78076;45.11486;-.61537;9;20220530;23.3;10.2;16.7;2.9;9.06;0;4.18;15501
+78076;45.11486;-.61537;9;20220531;23.7;13.8;18.8;2.1;12.36;2.9;3.41;12918
+78076;45.11486;-.61537;9;20220601;27;12.9;20;2;14.71;14.3;3.69;15257
+78076;45.11486;-.61537;9;20220602;28.2;16.9;22.5;1.7;18.96;5;3.29;13508
+78076;45.11486;-.61537;9;20220603;26.1;18.2;22.2;1.8;19.61;.2;2.93;11819
+78076;45.11486;-.61537;9;20220604;24.8;17;20.9;1.5;18.61;0;2.67;11396
+78076;45.11486;-.61537;9;20220605;21.8;17.1;19.4;1.6;16.81;0;2.22;8516
+78076;45.11486;-.61537;9;20220606;22.5;15.1;18.8;1.6;16.01;.6;2.55;11106
+78076;45.11486;-.61537;9;20220607;23.3;13.8;18.6;2.1;15.31;9.5;2.95;12643
+78076;45.11486;-.61537;9;20220608;19.9;15.7;17.8;2.2;16.76;1.9;1.95;8092
+78076;45.11486;-.61537;9;20220609;22;12.6;17.3;1.7;14.61;.1;2.7;12617
+78076;45.11486;-.61537;9;20220610;27.3;10.7;19;1.4;15.46;.1;3.48;16838
+78076;45.11486;-.61537;9;20220611;29.3;14.4;21.9;2;17.36;0;5.49;28411
+78076;45.11486;-.61537;9;20220612;30.1;17.1;23.6;1.8;18.56;.2;5.25;25129
+78076;45.11486;-.61537;9;20220613;29.3;18.2;23.7;2.8;14.96;0;6.04;26258
+78076;45.11486;-.61537;9;20220614;34.5;17.1;25.8;2;17.26;.1;6.61;29545
+78076;45.11486;-.61537;9;20220615;32.6;19.9;26.2;2.1;19.46;0;6.2;28059
+78076;45.11486;-.61537;9;20220616;35.3;15.6;25.4;1.6;17.91;0;6.27;28614
+78076;45.11486;-.61537;9;20220617;38.3;18.9;28.6;1.7;19.06;0;6.95;29870
+78076;45.11486;-.61537;9;20220618;39.8;19.9;29.8;2.6;18.96;1.6;8.04;30005
+78076;45.11486;-.61537;9;20220619;28.1;19.8;24;2.3;20.46;1.7;5.04;24317
+78076;45.11486;-.61537;9;20220620;28.6;17.3;23;2;19.16;9.9;4.84;23520
+78076;45.11486;-.61537;9;20220621;25.5;17.1;21.3;2.8;20.2;7.3;4;20800
+78076;45.11486;-.61537;9;20220622;23.8;16.9;20.3;3.9;18.6;5.3;4.26;23100
+78076;45.11486;-.61537;9;20220623;23.2;15.3;19.2;1.9;17.8;7.2;3.51;19200
+78076;45.11486;-.61537;9;20220624;22.3;16.4;19.3;3;17.3;9.4;3.97;22000
+78076;45.11486;-.61537;9;20220625;19.4;16.3;17.8;2.2;16.7;6.5;2.1;9400
+78076;45.11486;-.61537;9;20220626;20;14.7;17.3;1.9;15;.6;2.42;11100
+78076;45.11486;-.61537;9;20220627;22.1;12.1;17.1;2;13.5;.1;4.46;26900
+78076;45.11486;-.61537;9;20220628;23.3;11.8;17.5;1.4;13.4;0;4.61;27900
+78076;45.11486;-.61537;9;20220629;22.6;11.2;16.9;1.5;15.2;4.2;3.32;19100
+78076;45.11486;-.61537;9;20220630;20.4;14.7;17.5;1.5;15.1;2.5;3.07;16800
+78076;45.11486;-.61537;9;20220701;23;10.7;16.8;1.6;12.9;.1;4.45;26900
+78076;45.11486;-.61537;9;20220702;27.7;11.6;19.7;1.8;13.71;0;5.54;30674
+78076;45.11486;-.61537;9;20220703;25.5;14.8;20.2;2.8;15.21;.3;5.05;26162
+78076;45.11486;-.61537;9;20220704;25.9;16.2;21.1;1.9;16.76;.2;4.32;21505
+78076;45.11486;-.61537;9;20220705;28.3;15.7;22;2;15.66;0;5.53;28129
+78076;45.11486;-.61537;9;20220706;28.6;16.2;22.4;2.5;14.76;0;5.9;28660
+78076;45.11486;-.61537;9;20220707;27.3;15.8;21.5;2.1;16.26;0;5.33;27885
+78076;45.11486;-.61537;9;20220708;29.6;16.7;23.2;2.8;15.36;0;6.16;28808
+78076;45.11486;-.61537;9;20220709;31.4;15.4;23.4;2.5;14.51;0;6.47;29936
+78076;45.11486;-.61537;9;20220710;31.7;16.8;24.3;3.5;15.4;0;7.11;30300
+78076;45.11486;-.61537;9;20220711;34.8;17.7;26.2;2.8;15.5;0;7.41;30200
+78076;45.11486;-.61537;9;20220712;35.9;17.4;26.7;2.2;15.4;0;7.17;30600
+78076;45.11486;-.61537;9;20220713;36;16.6;26.3;1.8;13.96;0;6.76;30019
+78076;45.11486;-.61537;9;20220714;35.7;16.8;26.3;1.8;16.16;0;6.63;29632
+78076;45.11486;-.61537;9;20220715;32.9;18.9;25.9;2.2;14.71;0;6.44;27852
+78076;45.11486;-.61537;9;20220716;34.6;18.8;26.7;2.6;13.21;0;7.28;29203
+78076;45.11486;-.61537;9;20220717;37.5;19.7;28.6;2.8;13.01;0;7.84;28562
+78076;45.11486;-.61537;9;20220718;40.2;21;30.6;3;15.86;0;8.47;28819
+78076;45.11486;-.61537;9;20220719;28.1;22.3;25.2;3;20.01;.1;4.89;19735
+78076;45.11486;-.61537;9;20220720;26.9;19.8;23.4;2;18.66;.1;4.52;21416
+78076;45.11486;-.61537;9;20220721;29.9;14.8;22.4;1.4;17.61;0;5.08;26482
+78076;45.11486;-.61537;9;20220722;26.9;17.4;22.2;2.4;18.21;0;4.32;20292
+78076;45.11486;-.61537;9;20220723;29.2;15.8;22.5;1.8;16.96;0;5.15;26114
+78076;45.11486;-.61537;9;20220724;35.7;15.2;25.4;1.5;15.56;0;6.14;28832
+78076;45.11486;-.61537;9;20220725;25.3;20.1;22.7;2.2;18.76;.8;3.78;16940
+78076;45.11486;-.61537;9;20220726;24.8;15.8;20.3;1.4;15.31;0;3.76;19330
+78076;45.11486;-.61537;9;20220727;27.1;13.7;20.4;1.4;15.16;0;4.56;25093
+78076;45.11486;-.61537;9;20220728;27.4;15.5;21.5;2.1;16.46;0;4.71;23814
+78076;45.11486;-.61537;9;20220729;25.7;17.9;21.8;1.6;18.36;.1;3.55;17329
+78076;45.11486;-.61537;9;20220730;28.6;15.5;22.1;1.3;18.66;.1;4.32;22701
+78076;45.11486;-.61537;9;20220731;29.3;16.1;22.7;1.7;18.71;.1;5.04;26457
+78076;45.11486;-.61537;9;20220801;31;15.8;23.4;1.8;18.31;0;5.23;26066
+78076;45.11486;-.61537;9;20220802;35.1;17.1;26.1;1.8;17.96;0;6.12;27909
+78076;45.11486;-.61537;9;20220803;37.5;18.1;27.8;1.5;17.56;0;6.07;26845
+78076;45.11486;-.61537;9;20220804;33.9;19.3;26.6;1.9;19.16;0;5.63;24551
+78076;45.11486;-.61537;9;20220805;30.6;19.1;24.8;2.3;18.16;0;5.09;22054
+78076;45.11486;-.61537;9;20220806;31.4;20.1;25.7;3.4;13.11;0;6.58;24299
+78076;45.11486;-.61537;9;20220807;32.7;17.6;25.1;3.3;11.01;0;7.01;26859
+78076;45.11486;-.61537;9;20220808;34.3;18.1;26.2;2.9;10.91;0;7.03;27155
+78076;45.11486;-.61537;9;20220809;35.2;19.4;27.3;2.5;12.01;0;6.69;25934
+78076;45.11486;-.61537;9;20220810;37.5;18.9;28.2;2.2;11.86;0;6.73;26761
+78076;45.11486;-.61537;9;20220811;38.6;19.1;28.8;1.8;13.11;0;6.3;25238
+78076;45.11486;-.61537;9;20220812;37.9;21.5;29.7;1.8;16.11;0;6.1;24313
+78076;45.11486;-.61537;9;20220813;32.1;21.6;26.9;2.5;22.41;11.5;5.12;21463
+78076;45.11486;-.61537;9;20220814;25.6;19.6;22.6;2.4;20.56;.6;3.48;16595
+78076;45.11486;-.61537;9;20220815;26.4;17.1;21.8;2.1;18.46;0;3.85;19381
+78076;45.11486;-.61537;9;20220816;26.6;17.3;22;1.6;18.36;.9;3.63;18309
+78076;45.11486;-.61537;9;20220817;24.9;16.8;20.8;2.2;17.51;2;3.59;18217
+78076;45.11486;-.61537;9;20220818;25.1;14.6;19.9;1.8;17.01;.2;3.65;20503
+78076;45.11486;-.61537;9;20220819;26.6;16.7;21.6;1.9;18.76;.1;3.66;18838
+78076;45.11486;-.61537;9;20220820;26.7;18.3;22.5;1.4;19.31;0;3.17;15526
+78076;45.11486;-.61537;9;20220821;26.1;16.5;21.3;1.8;17.56;.7;3.33;16136
+78076;45.11486;-.61537;9;20220822;26.1;19.3;22.7;1.9;20.61;.9;3.56;18067
+78076;45.11486;-.61537;9;20220823;29.1;19.7;24.4;1.4;21.06;.1;3.56;16956
+78076;45.11486;-.61537;9;20220824;35.4;18.2;26.8;1.7;18.96;4.3;5.28;23924
+78076;45.11486;-.61537;9;20220825;28;20.4;24.2;2.3;22.21;1.3;3.4;14967
+78076;45.11486;-.61537;9;20220826;28.1;18.7;23.4;2.6;20.4;0;4.13;20000
+78076;45.11486;-.61537;9;20220827;30.6;16.3;23.5;1.8;16.46;0;4.55;22453
+78076;45.11486;-.61537;9;20220828;32.6;16.6;24.6;1.8;14.76;0;5.03;23342
+78076;45.11486;-.61537;9;20220829;32.1;19.6;25.9;2;16.51;.3;4.39;16864
+78076;45.11486;-.61537;9;20220830;31.9;17.8;24.8;1.7;18.86;0;4.41;21066
+78076;45.11486;-.61537;9;20220831;30.3;19;24.7;1.9;20.41;0;4.04;18937
+78076;45.11486;-.61537;9;20220901;28.5;19.1;23.8;1.7;19.61;0;3.63;17467
+78076;45.11486;-.61537;9;20220902;25.6;18.6;22.1;1.6;19.51;6.5;2.97;14769
+78076;45.11486;-.61537;9;20220903;25.3;16.8;21.1;1.7;17.46;.1;3.03;15169
+78076;45.11486;-.61537;9;20220904;31.8;15.4;23.6;1.9;15.66;0;4.6;21561
+78076;45.11486;-.61537;9;20220905;32.3;18.9;25.6;2.4;16.01;.1;4.99;20672
+78076;45.11486;-.61537;9;20220906;29.1;16.1;22.6;1.8;16.41;0;4.05;20321
+78076;45.11486;-.61537;9;20220907;22.4;16.9;19.6;1.8;16.66;1.2;2.41;11657
+78076;45.11486;-.61537;9;20220908;23.4;16.3;19.9;2.8;17.16;1.2;2.78;13188
+78076;45.11486;-.61537;9;20220909;23.4;14.7;19.1;2.2;15.26;.6;2.87;14270
+78076;45.11486;-.61537;9;20220910;25.9;13.8;19.9;1.5;15.76;0;2.94;15386
+78076;45.11486;-.61537;9;20220911;31.9;16.2;24.1;2.6;14.61;0;4.91;20261
+78076;45.11486;-.61537;9;20220912;36.1;20.2;28.1;2.8;16.31;1.7;5.4;17257
+78076;45.11486;-.61537;9;20220913;32.9;21.2;27;3.2;20.91;0;4.39;13855
+78076;45.11486;-.61537;9;20220914;28.7;19.7;24.2;2.4;17.86;.1;3.84;16299
+78076;45.11486;-.61537;9;20220915;26.2;16.9;21.6;1.3;19.21;0;2.75;15121
+78076;45.11486;-.61537;9;20220916;23.2;15.1;19.2;2.2;14.66;0;3.01;16177
+78076;45.11486;-.61537;9;20220917;22;10.5;16.2;2.9;9.21;0;3.59;18699
+78076;45.11486;-.61537;9;20220918;24.8;9.3;17.1;2.7;8.06;0;4.05;19595
+78076;45.11486;-.61537;9;20220919;24.7;9.3;17;2.7;9.11;0;3.88;19626
+78076;45.11486;-.61537;9;20220920;23.7;9.4;16.6;3.1;9.06;0;3.88;18982
+78076;45.11486;-.61537;9;20220921;24.8;10.8;17.8;2.8;9.31;0;3.88;18890
+78076;45.11486;-.61537;9;20220922;25.8;9;17.4;1.4;10.01;0;3.09;18949
+78076;45.11486;-.61537;9;20220923;20.7;9.8;15.3;1;12.96;.1;1.68;9532
+78076;45.11486;-.61537;9;20220924;21.3;12.1;16.7;1.9;14.01;.8;2.28;13677
+78076;45.11486;-.61537;9;20220925;20.6;7.7;14.2;1.4;11.51;.1;2.21;15428
+78076;45.11486;-.61537;9;20220926;20.2;7.3;13.8;2.3;12.21;4.2;2.06;12692
+78076;45.11486;-.61537;9;20220927;19.2;13.1;16.1;2.5;14.16;9.4;1.91;10488
+78076;45.11486;-.61537;9;20220928;19.5;15.8;17.7;3.6;16.16;4.4;2.04;10302
+78076;45.11486;-.61537;9;20220929;17;12.8;14.9;1.1;13.11;2.8;1.45;8549
+78076;45.11486;-.61537;9;20220930;19.5;8.8;14.1;1.6;11.76;1.3;2.03;14543
+78076;45.11486;-.61537;9;20221001;19.6;13.8;16.7;3.3;17.96;3.8;1.19;7518
+78076;45.11486;-.61537;9;20221002;21.2;16.9;19;1.6;17.46;.1;1.69;8644
+78076;45.11486;-.61537;9;20221003;23.8;11.5;17.7;1.3;14.66;0;2.24;15462
+78076;45.11486;-.61537;9;20221004;23.8;10;16.9;1.1;14.11;.2;2.15;15661
+78076;45.11486;-.61537;9;20221005;24.6;12;18.3;1.4;15.51;.9;2.19;14096
+78076;45.11486;-.61537;9;20221006;20.6;14.6;17.6;2.1;16.31;.2;1.7;9627
+78076;45.11486;-.61537;9;20221007;24;11.6;17.8;1.4;15.21;.6;2.08;13524
+78076;45.11486;-.61537;9;20221008;22.6;15;18.8;2.6;13.01;0;2.66;12188
+78076;45.11486;-.61537;9;20221009;25.8;11.8;18.8;1.9;13.66;.2;2.58;14253
+78076;45.11486;-.61537;9;20221010;18.9;13.9;16.4;1.4;16.36;2.9;1.12;6101
+78076;45.11486;-.61537;9;20221011;20.1;16.3;18.2;1.3;18.06;5;1.22;6613
+78076;45.11486;-.61537;9;20221012;19.3;13.6;16.5;1.4;15.76;.1;1.38;9401
+78076;45.11486;-.61537;9;20221013;20.2;11.6;15.9;2.3;16.31;4.6;1.23;7647
+78076;45.11486;-.61537;9;20221014;20.7;16.9;18.8;3;18.46;.3;1.38;5978
+78076;45.11486;-.61537;9;20221015;22.1;16.7;19.4;2.3;17.51;0;1.64;7050
+78076;45.11486;-.61537;9;20221016;28.9;14.7;21.8;3;17.41;3.5;2.92;12149
+78076;45.11486;-.61537;9;20221017;24.4;17.9;21.1;2.3;19.86;2.9;1.66;6639
+78076;45.11486;-.61537;9;20221018;27.9;16.6;22.3;3;18.96;0;2.66;11389
+78076;45.11486;-.61537;9;20221019;25.6;18.3;22;2.9;18.71;11.5;2.24;8806
+78076;45.11486;-.61537;9;20221020;24.7;16;20.3;3.6;16.66;1.9;2.43;8746
+78076;45.11486;-.61537;9;20221021;22.1;17.2;19.6;2.6;14.36;.1;2.09;5519
+78076;45.11486;-.61537;9;20221022;23.5;12.6;18;3.4;14.81;0;2.22;9372
+78076;45.11486;-.61537;9;20221023;25.4;17.7;21.5;4.6;14.76;0;3.38;8337
+78076;45.11486;-.61537;9;20221024;22.6;15.4;19;1.9;14.46;.3;1.78;8181
+78076;45.11486;-.61537;9;20221025;22;10.9;16.5;2.7;14.01;1.2;1.71;7878
+78076;45.11486;-.61537;9;20221026;26;13.4;19.7;2.6;15.56;0;2.2;10619
+78076;45.11486;-.61537;9;20221027;24.1;17.2;20.6;4;17.46;0;2.19;5008
+78076;45.11486;-.61537;9;20221028;24.9;17.8;21.4;3.1;16.61;0;2.31;6640
+78076;45.11486;-.61537;9;20221029;23;18.1;20.6;3.1;16.61;0;2;5739
+78076;45.11486;-.61537;9;20221030;20;14.7;17.3;2.1;15.86;2.9;1.25;5842
+78076;45.11486;-.61537;9;20221031;19.8;14.8;17.3;3;16.11;2.1;1.27;4645
+78076;45.11486;-.61537;9;20221101;19;10.6;14.8;2.1;13.01;.2;1.27;7464
+78076;45.11486;-.61537;9;20221102;19.3;10.6;15;2.1;12.81;.1;1.3;7739
+78076;45.11486;-.61537;9;20221103;18.7;12.3;15.5;3.3;12.31;9.7;1.69;5049
+78076;45.11486;-.61537;9;20221104;16;10.4;13.2;3.2;11.01;3.4;1.42;7071
+78076;45.11486;-.61537;9;20221105;16.7;7.1;11.9;1.6;10.26;0;1.05;7833
+78076;45.11486;-.61537;9;20221106;18;7.7;12.9;2.6;11.46;.4;1.24;6864
+78076;45.11486;-.61537;9;20221107;19.4;11.7;15.6;2.7;12.96;0;1.42;8033
+78076;45.11486;-.61537;9;20221108;19.1;12.7;15.9;3.2;13.06;2.2;1.55;4629
+78076;45.11486;-.61537;9;20221109;16.6;12.5;14.6;1.6;13.61;2.5;.85;4174
+78076;45.11486;-.61537;9;20221110;12.2;6.9;9.5;1.7;11.46;0;.47;4841
+78076;45.11486;-.61537;9;20221111;18.3;6.6;12.5;2.5;11.91;.2;1.02;8746
+78076;45.11486;-.61537;9;20221112;21.2;10.6;15.9;2.6;13.86;.2;1.32;8182
+78076;45.11486;-.61537;9;20221113;20.6;9.6;15.1;2.1;12.66;.1;1.2;8210
+78076;45.11486;-.61537;9;20221114;15.6;11.2;13.4;2.8;12.56;4.2;.95;3739
+78076;45.11486;-.61537;9;20221115;15.5;11.7;13.6;3.4;13.11;9;.96;2859
+78076;45.11486;-.61537;9;20221116;17.2;10.2;13.7;3.3;13.21;5.7;.97;4841
+78076;45.11486;-.61537;9;20221117;15.9;13.5;14.7;3.5;12.96;6.5;1.22;3464
+78076;45.11486;-.61537;9;20221118;13.7;8.3;11;1.8;10.91;9.3;.69;5061
+78076;45.11486;-.61537;9;20221119;12.6;7.5;10.1;1.1;9.66;.2;.56;6473
+78076;45.11486;-.61537;9;20221120;14;4.3;9.1;2.4;10.21;6.8;.65;5010
+78076;45.11486;-.61537;9;20221121;14.7;8.7;11.7;3.9;10.96;15.8;1.09;3472
+78076;45.11486;-.61537;9;20221122;12.1;8.4;10.3;3.2;10.61;17.7;.73;3915
+78076;45.11486;-.61537;9;20221123;16.2;10.6;13.4;3.6;12.76;1.9;.93;5313
+78076;45.11486;-.61537;9;20221124;13.5;8.7;11.1;2.6;11.46;2.3;.66;3348
+78076;45.11486;-.61537;9;20221125;14.5;10.1;12.3;2;11.36;2.6;.74;5098
+78076;45.11486;-.61537;9;20221126;12.8;5.1;9;2.3;9.56;.1;.6;5587
+78076;45.11486;-.61537;9;20221127;11.6;5.6;8.6;2.6;9.91;7.6;.52;4744
+78076;45.11486;-.61537;9;20221128;14.5;9.9;12.2;2.6;11.31;4.9;.83;4427
+78076;45.11486;-.61537;9;20221129;13.2;6.6;9.9;1.6;9.96;1.1;.56;5114
+78076;45.11486;-.61537;9;20221130;10.4;3.2;6.8;2.3;8.41;.1;.51;5287
+78076;45.11486;-.61537;9;20221201;10;4.6;7.3;3.6;8.06;.1;.75;5777
+78076;45.11486;-.61537;9;20221202;7.1;4.9;6;2.9;7.81;.1;.62;2290
+78076;45.11486;-.61537;9;20221203;7.6;4.1;5.8;2;7.31;.1;.57;3724
+78076;45.11486;-.61537;9;20221204;8.2;1.3;4.7;1.4;7.36;0;.38;4813
+78076;45.11486;-.61537;9;20221205;10.8;1.2;6;2.7;7.16;.2;.67;6365
+78076;45.11486;-.61537;9;20221206;8.2;4;6.1;2.5;7.16;0;.74;3371
+78076;45.11486;-.61537;9;20221207;7.2;1.5;4.4;2.3;6.61;.1;.5;5168
+78076;45.11486;-.61537;9;20221208;4.7;.1;2.4;2.1;6.46;2.8;.38;3015
+78076;45.11486;-.61537;9;20221209;5.6;3.2;4.4;2.8;6.96;0;.53;3244
+78076;45.11486;-.61537;9;20221210;2.2;-2.2;0;2.3;5.26;.1;.36;3257
+78076;45.11486;-.61537;9;20221211;4.2;-2.7;.7;2.4;4.96;0;.47;4699
+78076;45.11486;-.61537;9;20221212;2.9;-2.2;.3;3.3;5.76;6.3;.32;2499
+78076;45.11486;-.61537;9;20221213;6.4;2.5;4.4;2.4;8.16;3;.29;2245
+78076;45.11486;-.61537;9;20221214;16.4;6.4;11.4;2.3;12.11;4.7;.5;5138
+78076;45.11486;-.61537;9;20221215;10.6;9.3;9.9;3;10.96;2.3;.58;1705
+78076;45.11486;-.61537;9;20221216;6.8;2.3;4.5;4.2;5.91;0;.93;4941
+78076;45.11486;-.61537;9;20221217;5.7;-3.1;1.3;2.3;5.01;0;.47;6228
+78076;45.11486;-.61537;9;20221218;11.7;.6;6.2;4.4;8.31;0;.67;4737
+78076;45.11486;-.61537;9;20221219;15.4;9;12.2;4.8;11.11;0;1.19;3708
+78076;45.11486;-.61537;9;20221220;15.2;12;13.6;4;11.91;1;1.23;2123
+78076;45.11486;-.61537;9;20221221;16.4;9.5;13;3.2;12.61;1.1;.79;3771
+78076;45.11486;-.61537;9;20221222;16;12.6;14.3;3.9;14.51;14.7;.71;1993
+78076;45.11486;-.61537;9;20221223;16.3;13.9;15.1;3;14.36;3.3;.87;1944
+78076;45.11486;-.61537;9;20221224;17.6;12;14.8;2.2;12.96;0;.83;4205
+78076;45.11486;-.61537;9;20221225;17.2;9.5;13.3;3.5;11.4;0;1.2;4200
+78076;45.11486;-.61537;9;20221226;13.9;9.9;11.9;1.5;12.21;1.2;.5;2632
+78076;45.11486;-.61537;9;20221227;12.7;6.2;9.5;1.6;10.86;.2;.37;4027
+78076;45.11486;-.61537;9;20221228;15.7;6.6;11.1;2.9;11.11;.6;.72;4946
+78076;45.11486;-.61537;9;20221229;12.7;11.6;12.2;2.7;12.61;11.8;.61;1440
+78076;45.11486;-.61537;9;20221230;16.5;10.1;13.3;4.1;13.06;2.2;.86;2996
+78076;45.11486;-.61537;9;20221231;19.8;11.4;15.6;4.1;11.36;0;1.89;4630
+78077;45.14636;-.30049;50;20220101;17.9;6.7;12.3;1.8;10.37;0;.8;5604
+78077;45.14636;-.30049;50;20220102;15.7;10.1;12.9;2.1;11.63;0;.81;3570
+78077;45.14636;-.30049;50;20220103;16.2;10.2;13.2;2.6;11.87;0;.89;4418
+78077;45.14636;-.30049;50;20220104;14.5;11.5;13;2.6;10.5;1.2;1.21;2332
+78077;45.14636;-.30049;50;20220105;8.6;2;5.3;1.5;6.77;0;.48;5061
+78077;45.14636;-.30049;50;20220106;8.9;-1;4;.9;5.67;.1;.36;5929
+78077;45.14636;-.30049;50;20220107;12;2.5;7.3;2.8;7.8;5.5;.79;5397
+78077;45.14636;-.30049;50;20220108;12.1;8.2;10.1;3.9;10.63;9.8;.77;3330
+78077;45.14636;-.30049;50;20220109;10;7.4;8.7;1.9;10.27;17.1;.49;2117
+78077;45.14636;-.30049;50;20220110;10.4;9.1;9.7;1.6;11.37;5.1;.43;1480
+78077;45.14636;-.30049;50;20220111;10.5;3.8;7.1;1.6;7.57;.1;.58;5450
+78077;45.14636;-.30049;50;20220112;6.5;-.6;3;2.7;5.73;0;.63;5454
+78077;45.14636;-.30049;50;20220113;4.5;-1.7;1.4;1.8;5.57;0;.42;4784
+78077;45.14636;-.30049;50;20220114;7.7;-1.9;2.9;1.6;5.77;0;.5;6056
+78077;45.14636;-.30049;50;20220115;4.6;-3.6;.5;.9;5.37;.2;.29;5036
+78077;45.14636;-.30049;50;20220116;.3;-4.8;-2.2;.7;5.2;.1;.22;3432
+78077;45.14636;-.30049;50;20220117;6;-1.3;2.3;1.3;7.03;.1;.28;4151
+78077;45.14636;-.30049;50;20220118;4;-1.2;1.4;1.2;6.7;.1;.27;3483
+78077;45.14636;-.30049;50;20220119;6.8;2.6;4.7;1.3;8.3;3.7;.33;2770
+78077;45.14636;-.30049;50;20220120;7.5;4.8;6.1;2;8;.3;.57;2849
+78077;45.14636;-.30049;50;20220121;6.1;.3;3.2;2.9;5.8;.1;.73;5858
+78077;45.14636;-.30049;50;20220122;8.4;-.5;3.9;2.6;5.93;0;.78;6776
+78077;45.14636;-.30049;50;20220123;9.7;-1.2;4.3;1.7;6.07;0;.68;7430
+78077;45.14636;-.30049;50;20220124;12.1;-2;5.1;1.3;6.47;0;.63;8218
+78077;45.14636;-.30049;50;20220125;13;-2;5.5;.8;6.67;0;.54;8427
+78077;45.14636;-.30049;50;20220126;8.8;-3.1;2.9;1.8;5.97;0;.63;7322
+78077;45.14636;-.30049;50;20220127;2.4;-2.5;0;1.8;5.47;0;.39;4396
+78077;45.14636;-.30049;50;20220128;8.7;-1.1;3.8;1.4;7.37;0;.44;6134
+78077;45.14636;-.30049;50;20220129;3.3;2;2.7;1.2;7.43;0;.33;2223
+78077;45.14636;-.30049;50;20220130;8.3;3.1;5.7;1;8.9;.4;.41;4010
+78077;45.14636;-.30049;50;20220131;11.1;6.5;8.8;2.5;9.5;.7;.78;4556
+78077;45.14636;-.30049;50;20220201;10.5;1.5;6;2.4;8.77;.4;.54;5860
+78077;45.14636;-.30049;50;20220202;10.6;8.3;9.4;2.1;10.67;0;.61;2944
+78077;45.14636;-.30049;50;20220203;8.9;4.1;6.5;1.7;9.37;.5;.44;3935
+78077;45.14636;-.30049;50;20220204;12.5;6.9;9.7;2;10.87;1.4;.65;4550
+78077;45.14636;-.30049;50;20220205;11.6;2.2;6.9;1.9;7.67;.1;.88;8344
+78077;45.14636;-.30049;50;20220206;11.3;2.5;6.9;3.2;9.83;1.4;.51;5940
+78077;45.14636;-.30049;50;20220207;13.5;10;11.7;2.4;10.9;.5;1.02;4962
+78077;45.14636;-.30049;50;20220208;14.4;2.6;8.5;1.2;7.77;0;.97;9537
+78077;45.14636;-.30049;50;20220209;17;2.8;9.9;2;7.97;.2;1.4;9858
+78077;45.14636;-.30049;50;20220210;6.9;2.7;4.8;2.1;9.6;.7;1.24;9400
+78077;45.14636;-.30049;50;20220211;12.3;6.5;9.4;3.4;7.9;0;1.54;10000
+78077;45.14636;-.30049;50;20220212;12.8;.1;6.4;1.8;6.2;0;1.22;9900
+78077;45.14636;-.30049;50;20220213;17.8;.6;9.2;4.9;8.73;1.8;1.95;9766
+78077;45.14636;-.30049;50;20220214;12.3;7.6;9.9;5.3;10.05;4.6;1.25;6700
+78077;45.14636;-.30049;50;20220215;12;3.4;7.7;3.9;9.83;16.3;.72;5300
+78077;45.14636;-.30049;50;20220216;13.9;9.1;11.5;4.3;13.2;7.2;.63;5002
+78077;45.14636;-.30049;50;20220217;13.3;12.1;12.7;3.2;13.87;1.4;.64;2686
+78077;45.14636;-.30049;50;20220218;13.9;10.3;12.1;2.5;11.5;.3;1.09;4999
+78077;45.14636;-.30049;50;20220219;12.1;5.3;8.7;1.6;8.27;0;1.09;8323
+78077;45.14636;-.30049;50;20220220;14.1;5.7;9.9;3.1;11;2.7;.99;7612
+78077;45.14636;-.30049;50;20220221;12.8;9.4;11.1;3.9;9.77;.1;1.51;6387
+78077;45.14636;-.30049;50;20220222;13.7;6.5;10.1;1.7;9.87;0;1.13;8358
+78077;45.14636;-.30049;50;20220223;16.4;7;11.7;.9;9.9;0;1.24;10455
+78077;45.14636;-.30049;50;20220224;14.3;4.6;9.5;1.7;9.33;.6;1.22;9666
+78077;45.14636;-.30049;50;20220225;11.8;1.2;6.5;1.4;6.63;.1;1.25;11584
+78077;45.14636;-.30049;50;20220226;13.7;.1;6.9;2.3;5.47;0;1.85;12954
+78077;45.14636;-.30049;50;20220227;17;3.9;10.5;1.8;7.83;.1;1.77;12374
+78077;45.14636;-.30049;50;20220228;18.7;2.2;10.4;.9;8.87;0;1.49;13782
+78077;45.14636;-.30049;50;20220301;18;2.9;10.5;1.8;8.33;.2;1.84;13431
+78077;45.14636;-.30049;50;20220302;11.8;8.5;10.2;1.9;10.47;2.4;1;5370
+78077;45.14636;-.30049;50;20220303;13.3;6.9;10.1;1.6;10.73;0;1.1;8340
+78077;45.14636;-.30049;50;20220304;9.7;8.2;8.9;2.6;10.47;.7;.72;3439
+78077;45.14636;-.30049;50;20220305;12;4.3;8.1;2.4;7.97;.6;1.46;10630
+78077;45.14636;-.30049;50;20220306;12.4;6.5;9.4;2.4;7.17;.1;1.78;10407
+78077;45.14636;-.30049;50;20220307;11.5;-1.9;4.8;2.1;5.5;0;1.68;14595
+78077;45.14636;-.30049;50;20220308;10.6;5.8;8.2;2.7;8.9;.7;1.13;6420
+78077;45.14636;-.30049;50;20220309;15.9;4;9.9;3.1;9.63;.3;1.78;12749
+78077;45.14636;-.30049;50;20220310;15;9.8;12.4;3.3;11;3;1.67;8271
+78077;45.14636;-.30049;50;20220311;12;10.8;11.4;3.2;10.87;11.3;1.18;3342
+78077;45.14636;-.30049;50;20220312;13.8;7.7;10.8;2.8;9.97;3.5;1.57;9694
+78077;45.14636;-.30049;50;20220313;13.1;8.6;10.9;3.2;9.17;6.3;1.7;7702
+78077;45.14636;-.30049;50;20220314;14.8;3.9;9.3;3.8;9.37;.3;1.71;10747
+78077;45.14636;-.30049;50;20220315;18.9;12;15.5;4.2;11.87;0;2.55;10473
+78077;45.14636;-.30049;50;20220316;15.9;11.5;13.7;2.3;12.17;0;1.5;6742
+78077;45.14636;-.30049;50;20220317;11.8;9.9;10.9;4.7;10.03;.1;1.52;4555
+78077;45.14636;-.30049;50;20220318;15.6;7.1;11.3;4.5;9.03;0;2.37;12000
+78077;45.14636;-.30049;50;20220319;19.3;6.2;12.7;3.4;8.87;0;2.92;15366
+78077;45.14636;-.30049;50;20220320;18;7.1;12.6;4.1;9.17;0;2.76;12900
+78077;45.14636;-.30049;50;20220321;19.9;9.4;14.7;5.5;9.2;0;3.75;15533
+78077;45.14636;-.30049;50;20220322;18.1;6.8;12.4;5.3;6.77;0;3.91;17100
+78077;45.14636;-.30049;50;20220323;18;5.5;11.8;3.7;6.47;0;3.54;19200
+78077;45.14636;-.30049;50;20220324;18.9;2.6;10.7;2.5;6.8;0;3.04;19866
+78077;45.14636;-.30049;50;20220325;19.8;4;11.9;2.3;6.6;0;3.02;15233
+78077;45.14636;-.30049;50;20220326;22.1;4.7;13.4;2.8;6.4;0;3.83;19566
+78077;45.14636;-.30049;50;20220327;22.1;6;14;3.1;7.27;0;3.83;18333
+78077;45.14636;-.30049;50;20220328;21.9;6.5;14.2;2.1;8.13;0;3.12;16366
+78077;45.14636;-.30049;50;20220329;16.8;9.4;13.1;2.1;10.37;0;1.84;7700
+78077;45.14636;-.30049;50;20220330;15.8;8.7;12.2;3;11;2.2;1.8;8700
+78077;45.14636;-.30049;50;20220331;14.6;7.7;11.1;5.2;8.83;1.9;2.67;13866
+78077;45.14636;-.30049;50;20220401;9.7;.6;5.2;6.4;5.4;.4;2.5;15833
+78077;45.14636;-.30049;50;20220402;10;1;5.5;4.6;5.2;0;2.46;15633
+78077;45.14636;-.30049;50;20220403;8.1;-1.2;3.4;3;5.08;0;2.04;16182
+78077;45.14636;-.30049;50;20220404;12.2;1;6.6;2.5;5.2;0;2.5;19127
+78077;45.14636;-.30049;50;20220405;13.5;1.6;7.6;2.4;8.3;0;1.64;9800
+78077;45.14636;-.30049;50;20220406;14.4;9.4;11.9;4.4;11.4;2;1.67;8250
+78077;45.14636;-.30049;50;20220407;13.8;10.7;12.2;7.7;12.87;22.8;1.08;3833
+78077;45.14636;-.30049;50;20220408;18;11.8;14.9;8;11.33;1.6;3.26;9800
+78077;45.14636;-.30049;50;20220409;15.3;4.5;9.9;2.2;7.73;0;2.65;18466
+78077;45.14636;-.30049;50;20220410;19.3;3.1;11.2;4.5;6.85;0;4.13;22700
+78077;45.14636;-.30049;50;20220411;23.8;10.8;17.3;7.5;11.1;0;5.31;20000
+78077;45.14636;-.30049;50;20220412;18.2;11.5;14.9;4.2;11.6;3.3;2.62;10133
+78077;45.14636;-.30049;50;20220413;17.3;10.6;14;2;12.83;.4;1.82;9700
+78077;45.14636;-.30049;50;20220414;23.7;11.3;17.5;1.8;12.5;0;3.68;21566
+78077;45.14636;-.30049;50;20220415;25;8.8;16.9;2.4;11.83;0;4.1;22900
+78077;45.14636;-.30049;50;20220416;23.8;8.1;15.9;2.9;10.97;0;4.25;24033
+78077;45.14636;-.30049;50;20220417;23.6;7;15.3;2.7;10.03;0;4.22;23966
+78077;45.14636;-.30049;50;20220418;19.6;10.1;14.9;3.2;12.03;0;3.03;16366
+78077;45.14636;-.30049;50;20220419;15.3;7.8;11.6;3.1;11.03;9.6;1.82;8633
+78077;45.14636;-.30049;50;20220420;13.7;8.8;11.2;3;11.77;12.9;1.16;4533
+78077;45.14636;-.30049;50;20220421;18.8;8.7;13.7;2.1;12.7;2.6;2.2;12266
+78077;45.14636;-.30049;50;20220422;20;10.2;15.1;2.1;12.53;6;2.71;15166
+78077;45.14636;-.30049;50;20220423;14;10.6;12.3;3.6;12.07;8.1;1.45;6600
+78077;45.14636;-.30049;50;20220424;16.6;10.7;13.6;5.5;12.23;0;2.26;9900
+78077;45.14636;-.30049;50;20220425;19.4;8.7;14;2.5;11.23;0;3.35;21166
+78077;45.14636;-.30049;50;20220426;22.7;6.7;14.7;3;10.7;0;4.19;25266
+78077;45.14636;-.30049;50;20220427;22;10;16;2.7;11.93;.5;3.33;16133
+78077;45.14636;-.30049;50;20220428;21;12.6;16.8;2.6;13.67;0;3.23;17533
+78077;45.14636;-.30049;50;20220429;22.2;11.3;16.7;2.7;13.83;0;3.34;17933
+78077;45.14636;-.30049;50;20220430;23;10.6;16.8;2.5;12.43;0;3.94;21800
+78077;45.14636;-.30049;50;20220501;21.8;7.7;14.8;1.9;10.4;0;3.59;21266
+78077;45.14636;-.30049;50;20220502;21.2;10.5;15.8;2.5;10.33;0;3.79;20033
+78077;45.14636;-.30049;50;20220503;23.2;11.3;17.2;2.6;11.23;.1;4.43;23700
+78077;45.14636;-.30049;50;20220504;21.8;10.1;16;2.6;10.57;0;3.86;20133
+78077;45.14636;-.30049;50;20220505;22.2;7.8;15;2.9;10.8;.1;4.08;23033
+78077;45.14636;-.30049;50;20220506;22.2;8.8;15.5;1.8;11.9;.1;3.08;15969
+78077;45.14636;-.30049;50;20220507;24.3;9.9;17.1;1.7;12.5;.1;3.32;16373
+78077;45.14636;-.30049;50;20220508;25.2;9.9;17.6;1.6;11.77;0;3.55;17325
+78077;45.14636;-.30049;50;20220509;27.5;11.3;19.4;1.2;12;0;3.64;17856
+78077;45.14636;-.30049;50;20220510;29.8;11.4;20.6;1.4;12.57;0;4.16;18563
+78077;45.14636;-.30049;50;20220511;26.1;14.2;20.2;1.8;15.1;7;3.48;14908
+78077;45.14636;-.30049;50;20220512;21.3;14;17.6;1.3;14.9;0;2.46;11746
+78077;45.14636;-.30049;50;20220513;25.4;13.7;19.5;1.2;15;0;3.2;15554
+78077;45.14636;-.30049;50;20220514;29.5;11.8;20.6;1.8;15.6;0;4.15;18850
+78077;45.14636;-.30049;50;20220515;29.5;16.2;22.8;2.1;16.83;7.2;4.07;16196
+78077;45.14636;-.30049;50;20220516;27.8;14.6;21.2;1.3;17.13;.1;3.53;16914
+78077;45.14636;-.30049;50;20220517;29.8;16.3;23.1;2.1;16.47;.1;4.25;16929
+78077;45.14636;-.30049;50;20220518;32.3;14.1;23.2;1.8;16.97;2.9;4.6;19505
+78077;45.14636;-.30049;50;20220519;26.6;17.5;22;1.6;19.37;.1;3.18;14059
+78077;45.14636;-.30049;50;20220520;25.2;18.5;21.9;2.2;18.1;0;3.12;11989
+78077;45.14636;-.30049;50;20220521;30.6;13.3;22;1.4;17.73;0;4.14;19596
+78077;45.14636;-.30049;50;20220522;31.5;19.4;25.5;2.1;20.83;3.2;4.26;16433
+78077;45.14636;-.30049;50;20220523;20.9;16.8;18.8;4;16.07;3.3;2.75;8903
+78077;45.14636;-.30049;50;20220524;18.8;11.8;15.3;1.8;12.57;1.5;2.52;12049
+78077;45.14636;-.30049;50;20220525;20.4;8.9;14.7;1.5;11.8;.2;2.89;15708
+78077;45.14636;-.30049;50;20220526;19.4;12.5;15.9;1.3;14.13;0;2.26;11440
+78077;45.14636;-.30049;50;20220527;23.6;12.4;18;1.7;14.47;0;3.19;15474
+78077;45.14636;-.30049;50;20220528;25.8;12.3;19;2.7;12.23;0;4.34;17493
+78077;45.14636;-.30049;50;20220529;22;9.3;15.7;2.8;9.53;0;3.95;16975
+78077;45.14636;-.30049;50;20220530;23.6;8.2;15.9;2.1;8.73;0;4.08;18974
+78077;45.14636;-.30049;50;20220531;24.3;13;18.7;1.5;11.8;2.8;3.55;16081
+78077;45.14636;-.30049;50;20220601;27.3;12;19.7;1.8;14.07;13;4.07;18626
+78077;45.14636;-.30049;50;20220602;28.4;16.6;22.5;1.8;18.57;5.3;3.84;16809
+78077;45.14636;-.30049;50;20220603;27.3;18.4;22.9;1.9;19.9;.7;3.39;14168
+78077;45.14636;-.30049;50;20220604;25.4;16.6;21;1.5;19.03;.2;3.03;13953
+78077;45.14636;-.30049;50;20220605;22.1;17.1;19.6;1.9;16.57;0;2.62;10529
+78077;45.14636;-.30049;50;20220606;22.7;13.9;18.3;1.2;15.6;.3;2.73;13283
+78077;45.14636;-.30049;50;20220607;23.6;14;18.8;1.8;15.07;9.8;3.27;15104
+78077;45.14636;-.30049;50;20220608;19.9;15.1;17.5;2.1;16.27;1.9;2.27;10364
+78077;45.14636;-.30049;50;20220609;22.3;12.6;17.5;1.6;14.53;.1;3.01;14925
+78077;45.14636;-.30049;50;20220610;27.7;10.2;18.9;1.2;15;.1;3.93;20487
+78077;45.14636;-.30049;50;20220611;30.3;13.2;21.7;1.5;16.8;0;5.49;28678
+78077;45.14636;-.30049;50;20220612;30.4;16.6;23.5;1.7;18.63;.2;5.14;24799
+78077;45.14636;-.30049;50;20220613;29;17.9;23.4;2.4;15.2;0;5.72;25469
+78077;45.14636;-.30049;50;20220614;34.5;15.6;25;1.8;17.3;.2;6.37;29320
+78077;45.14636;-.30049;50;20220615;33.4;20.5;27;2;19.33;0;6.12;26213
+78077;45.14636;-.30049;50;20220616;35.4;15.8;25.6;1.3;17.4;0;6.16;29034
+78077;45.14636;-.30049;50;20220617;38.2;18.7;28.4;1.7;18.03;0;6.98;29892
+78077;45.14636;-.30049;50;20220618;39.5;20.4;30;2.2;18.13;1.2;7.58;29065
+78077;45.14636;-.30049;50;20220619;29.1;20;24.5;2;20.07;0;4.65;20509
+78077;45.14636;-.30049;50;20220620;28.8;17.2;23;1.7;19.33;10.4;4.88;24068
+78077;45.14636;-.30049;50;20220621;26.7;17.3;22;2;20.05;10.7;3.64;17078
+78077;45.14636;-.30049;50;20220622;25;17;21;3;18.18;5.6;4.42;22234
+78077;45.14636;-.30049;50;20220623;24.6;15.3;20;1.8;17.53;6.9;3.89;20504
+78077;45.14636;-.30049;50;20220624;22.7;16.4;19.5;2.4;16.88;7.1;3.79;19859
+78077;45.14636;-.30049;50;20220625;19.5;15.6;17.5;1.7;15.83;6.6;2.11;9245
+78077;45.14636;-.30049;50;20220626;19.3;14;16.7;1.3;15.15;1.8;2.2;10993
+78077;45.14636;-.30049;50;20220627;23.1;12.1;17.6;1.7;13.43;.1;4.18;23852
+78077;45.14636;-.30049;50;20220628;24.5;11.1;17.8;1.4;13.03;0;4.72;27846
+78077;45.14636;-.30049;50;20220629;24.3;11.1;17.7;1.5;14.28;6.9;4.09;23218
+78077;45.14636;-.30049;50;20220630;19.4;14;16.7;1.4;14.88;2.2;2.45;12588
+78077;45.14636;-.30049;50;20220701;23.6;9.3;16.4;1;12.48;.1;4.3;26798
+78077;45.14636;-.30049;50;20220702;28.4;10.8;19.6;1.4;13.67;0;5.32;29577
+78077;45.14636;-.30049;50;20220703;26.6;13.9;20.2;2.1;14.87;2.1;5;25726
+78077;45.14636;-.30049;50;20220704;26.2;15.8;21;1.8;16.83;.2;4.32;21675
+78077;45.14636;-.30049;50;20220705;28.4;15.1;21.8;1.7;15.27;0;5.27;26789
+78077;45.14636;-.30049;50;20220706;28.4;14.1;21.3;2.2;14;0;5.58;27405
+78077;45.14636;-.30049;50;20220707;28.1;14;21.1;1.7;15.33;0;5.11;26289
+78077;45.14636;-.30049;50;20220708;29.1;14.8;22;2.5;14.9;0;5.76;27415
+78077;45.14636;-.30049;50;20220709;31.1;14.1;22.6;2.7;14.23;0;6.38;28786
+78077;45.14636;-.30049;50;20220710;31.6;15.2;23.4;3.6;14.63;0;7.07;29341
+78077;45.14636;-.30049;50;20220711;34.4;15.8;25.1;3.1;14.93;0;7.39;29524
+78077;45.14636;-.30049;50;20220712;35.8;16.2;26;2.6;14.6;0;7.36;29933
+78077;45.14636;-.30049;50;20220713;35.6;16;25.8;1.7;13.57;0;6.55;29328
+78077;45.14636;-.30049;50;20220714;36.5;16.3;26.4;1.6;15.53;0;6.55;29335
+78077;45.14636;-.30049;50;20220715;33.3;17.5;25.4;2.4;14.17;0;6.55;27254
+78077;45.14636;-.30049;50;20220716;34.8;16.9;25.8;2.9;13.07;0;7.29;28417
+78077;45.14636;-.30049;50;20220717;37;17.9;27.4;2.8;12.87;0;7.71;28782
+78077;45.14636;-.30049;50;20220718;39.8;19.8;29.8;2.7;15.2;0;8.14;29014
+78077;45.14636;-.30049;50;20220719;28.5;22.3;25.4;2.6;19.2;2.7;4.58;17208
+78077;45.14636;-.30049;50;20220720;26.8;18.6;22.7;1.9;18.93;.1;4.03;18888
+78077;45.14636;-.30049;50;20220721;30.5;14.7;22.6;1.2;17.43;0;5.11;26859
+78077;45.14636;-.30049;50;20220722;27.2;17.1;22.1;2.5;17.97;0;4.54;21312
+78077;45.14636;-.30049;50;20220723;29.7;15.8;22.7;1.6;16.73;0;4.97;24571
+78077;45.14636;-.30049;50;20220724;35.9;14.7;25.3;1.5;15.2;0;6.23;28880
+78077;45.14636;-.30049;50;20220725;26.2;20.2;23.2;2.7;18.23;.5;4.1;16336
+78077;45.14636;-.30049;50;20220726;25.6;15.5;20.6;1.7;15.07;.1;4.05;19909
+78077;45.14636;-.30049;50;20220727;28.2;12.6;20.4;1.4;14.4;0;4.73;25400
+78077;45.14636;-.30049;50;20220728;28.1;14.4;21.2;2;15.93;0;4.8;24472
+78077;45.14636;-.30049;50;20220729;26.1;17.5;21.8;1.7;17.7;.1;3.83;18413
+78077;45.14636;-.30049;50;20220730;29.2;15.1;22.2;1.5;18;.1;4.52;22878
+78077;45.14636;-.30049;50;20220731;30.7;15.3;23;1.8;18;0;5.17;25610
+78077;45.14636;-.30049;50;20220801;32.3;15.7;24;1.8;17.87;0;5.55;26503
+78077;45.14636;-.30049;50;20220802;35.4;15.6;25.5;1.6;16.97;0;5.87;27215
+78077;45.14636;-.30049;50;20220803;37.6;17.8;27.7;1.4;16.4;0;6.02;26721
+78077;45.14636;-.30049;50;20220804;35;19.9;27.5;2.2;19.57;0;5.98;24600
+78077;45.14636;-.30049;50;20220805;30.8;19.8;25.3;2.4;18.37;0;4.94;19761
+78077;45.14636;-.30049;50;20220806;31.5;19.7;25.6;3.4;13.23;0;6.47;23174
+78077;45.14636;-.30049;50;20220807;32.8;15;23.9;3.1;10.77;0;6.69;26123
+78077;45.14636;-.30049;50;20220808;34.4;15.4;24.9;3;10.63;0;7;26873
+78077;45.14636;-.30049;50;20220809;35.3;17.4;26.4;2.7;11.57;0;6.76;25384
+78077;45.14636;-.30049;50;20220810;37.6;17.5;27.5;2.1;11.47;0;6.67;26551
+78077;45.14636;-.30049;50;20220811;38.5;17.9;28.2;1.8;13.17;0;6.34;25379
+78077;45.14636;-.30049;50;20220812;38.7;21.2;30;1.8;15.47;0;6.27;24466
+78077;45.14636;-.30049;50;20220813;34.1;20.8;27.5;2.3;21.9;6;5.32;21690
+78077;45.14636;-.30049;50;20220814;25.9;19.5;22.7;2.3;20.57;1;3.09;13350
+78077;45.14636;-.30049;50;20220815;26.9;17;22;2.1;18.27;0;3.71;17358
+78077;45.14636;-.30049;50;20220816;27.6;16.1;21.9;1.6;18.03;1.6;3.68;18086
+78077;45.14636;-.30049;50;20220817;24.6;16.6;20.6;2.1;17.73;3.6;3.22;15723
+78077;45.14636;-.30049;50;20220818;25.9;14;20;1.7;16.87;.3;3.69;19992
+78077;45.14636;-.30049;50;20220819;26.7;15.8;21.2;1.9;18.43;.2;3.67;18976
+78077;45.14636;-.30049;50;20220820;26.7;17.4;22.1;1.1;18.83;0;3.14;15753
+78077;45.14636;-.30049;50;20220821;26.5;15.5;21;1.8;17.3;.6;3.58;18139
+78077;45.14636;-.30049;50;20220822;26.6;19.3;22.9;2;20.5;.8;3.27;14982
+78077;45.14636;-.30049;50;20220823;29.8;19.4;24.6;1.5;20.43;0;3.83;18113
+78077;45.14636;-.30049;50;20220824;35.5;16.8;26.2;1.6;18.3;3.7;5.18;23698
+78077;45.14636;-.30049;50;20220825;28.5;20;24.2;2.4;21.27;1.1;3.7;15914
+78077;45.14636;-.30049;50;20220826;29.2;18.6;23.9;2.1;19.6;0;3.94;17871
+78077;45.14636;-.30049;50;20220827;30.7;15.7;23.2;1.6;15.7;0;4.41;21611
+78077;45.14636;-.30049;50;20220828;32.7;14.7;23.7;1.8;14.13;0;4.95;23084
+78077;45.14636;-.30049;50;20220829;32.7;18;25.3;1.8;16;.3;4.41;17924
+78077;45.14636;-.30049;50;20220830;32.7;17.4;25.1;1.5;18.13;0;4.43;20720
+78077;45.14636;-.30049;50;20220831;31.5;17.2;24.4;1.8;19.17;0;4.27;19882
+78077;45.14636;-.30049;50;20220901;29.4;18.5;24;1.9;19.3;0;3.72;16477
+78077;45.14636;-.30049;50;20220902;25.4;18.2;21.8;1.6;19.07;6.8;2.83;13698
+78077;45.14636;-.30049;50;20220903;26;16.6;21.3;1.8;17.33;.1;3.17;15463
+78077;45.14636;-.30049;50;20220904;32.3;14.8;23.6;1.6;15.43;.3;4.38;20928
+78077;45.14636;-.30049;50;20220905;32.6;17.8;25.2;2.3;15.67;.3;4.89;19746
+78077;45.14636;-.30049;50;20220906;30.4;14.7;22.5;2;15.93;0;4.2;19791
+78077;45.14636;-.30049;50;20220907;23.8;16;19.9;1.7;16.2;.8;2.67;13004
+78077;45.14636;-.30049;50;20220908;23;15.5;19.2;2.6;16.67;1.1;2.59;11937
+78077;45.14636;-.30049;50;20220909;23.5;14.5;19;2.2;15.27;.4;2.87;14084
+78077;45.14636;-.30049;50;20220910;26.5;13.5;20;1.4;15.17;0;3.2;17719
+78077;45.14636;-.30049;50;20220911;31.8;14.2;23;2;13.87;0;4.39;19928
+78077;45.14636;-.30049;50;20220912;36.7;18.9;27.8;2.4;15.57;1.1;5.36;18997
+78077;45.14636;-.30049;50;20220913;32.3;21.7;27;2.9;20.6;0;4.24;13604
+78077;45.14636;-.30049;50;20220914;29.2;19.1;24.1;2.3;17.2;0;3.77;15133
+78077;45.14636;-.30049;50;20220915;27.1;16.1;21.6;1.5;18.5;0;2.88;15259
+78077;45.14636;-.30049;50;20220916;23.7;15;19.4;2.1;14.43;0;2.9;14412
+78077;45.14636;-.30049;50;20220917;21.7;7.9;14.8;2.4;8.8;0;3.25;17811
+78077;45.14636;-.30049;50;20220918;25.2;5.9;15.6;2.4;7.67;0;3.85;19487
+78077;45.14636;-.30049;50;20220919;24.9;6.6;15.7;2.8;8.67;0;3.85;19060
+78077;45.14636;-.30049;50;20220920;24;6.8;15.4;2.8;8.6;0;3.68;18405
+78077;45.14636;-.30049;50;20220921;25;7.7;16.3;2.7;8.87;0;3.74;18003
+78077;45.14636;-.30049;50;20220922;26.5;6.5;16.5;1.4;9.17;0;3.09;18627
+78077;45.14636;-.30049;50;20220923;20.3;9.6;15;1.1;12.13;0;1.86;11007
+78077;45.14636;-.30049;50;20220924;21.9;11.3;16.6;1.8;13.67;1.8;2.25;12738
+78077;45.14636;-.30049;50;20220925;21.2;7.5;14.4;1.2;11.37;0;2.14;14600
+78077;45.14636;-.30049;50;20220926;20.1;6.3;13.2;2.3;11.7;4.2;2.16;13426
+78077;45.14636;-.30049;50;20220927;18.8;12.3;15.5;2.8;13.97;8.5;1.89;10097
+78077;45.14636;-.30049;50;20220928;19.7;15.4;17.6;4;16;4.8;2;8897
+78077;45.14636;-.30049;50;20220929;16.9;12.4;14.7;1.6;13;3.8;1.48;7826
+78077;45.14636;-.30049;50;20220930;19.7;8.8;14.2;1.6;11.63;1.2;2.04;13910
+78077;45.14636;-.30049;50;20221001;19.5;13.3;16.4;3;17.43;4.5;1.24;7632
+78077;45.14636;-.30049;50;20221002;21.3;16.5;18.9;1.7;17.37;.1;1.65;7975
+78077;45.14636;-.30049;50;20221003;24;11.9;18;1.3;14.15;0;2.2;14829
+78077;45.14636;-.30049;50;20221004;24.5;9.1;16.8;.9;13.6;.1;2.08;14878
+78077;45.14636;-.30049;50;20221005;26.6;10.5;18.5;1.6;14.73;1.2;2.45;14396
+78077;45.14636;-.30049;50;20221006;20.1;13.8;16.9;1.9;16.3;.3;1.53;8853
+78077;45.14636;-.30049;50;20221007;24.5;10.6;17.5;1.3;15.13;0;2.01;13121
+78077;45.14636;-.30049;50;20221008;22.4;14.5;18.5;2.5;13.33;0;2.39;10141
+78077;45.14636;-.30049;50;20221009;26.1;9.9;18;1.8;13.3;.1;2.5;14139
+78077;45.14636;-.30049;50;20221010;19.6;13.4;16.5;1.2;16.17;2.2;1.21;6943
+78077;45.14636;-.30049;50;20221011;19.1;15.8;17.4;1.5;17.73;6.2;1.01;4775
+78077;45.14636;-.30049;50;20221012;19.5;12.9;16.2;1.3;15.4;.1;1.37;9074
+78077;45.14636;-.30049;50;20221013;19.8;11;15.4;1.9;15.73;4;1.27;8493
+78077;45.14636;-.30049;50;20221014;20.5;16.5;18.5;3;18.4;.5;1.34;5731
+78077;45.14636;-.30049;50;20221015;22.6;16.5;19.5;2.1;17.47;0;1.7;7734
+78077;45.14636;-.30049;50;20221016;28.1;14;21;2.5;17.43;1.8;2.6;12142
+78077;45.14636;-.30049;50;20221017;24.6;18.2;21.4;2.3;19.77;5.5;1.81;7550
+78077;45.14636;-.30049;50;20221018;28.1;16.9;22.5;2.8;18.73;0;2.63;10721
+78077;45.14636;-.30049;50;20221019;25.9;17.8;21.9;2.6;18.13;9.2;2.25;8444
+78077;45.14636;-.30049;50;20221020;25;15.5;20.2;3;16.73;4.2;2.23;8353
+78077;45.14636;-.30049;50;20221021;22.4;16.8;19.6;2.4;14.33;.1;2.01;6078
+78077;45.14636;-.30049;50;20221022;24.1;12.6;18.3;2.6;14.63;0;2.11;9459
+78077;45.14636;-.30049;50;20221023;25.7;17.5;21.6;4;14.33;.1;3.25;7731
+78077;45.14636;-.30049;50;20221024;22.7;14;18.4;1.7;13.63;0;1.74;8891
+78077;45.14636;-.30049;50;20221025;22.5;10.3;16.4;1.9;13.4;2.1;1.61;8344
+78077;45.14636;-.30049;50;20221026;26.1;12.7;19.4;1.9;15.3;0;1.96;10107
+78077;45.14636;-.30049;50;20221027;24.5;17.5;21;3.7;17.27;0;2.27;5883
+78077;45.14636;-.30049;50;20221028;26;19;22.5;2.8;16.57;0;2.44;7154
+78077;45.14636;-.30049;50;20221029;23.7;17.4;20.6;2.6;16.13;0;1.96;5861
+78077;45.14636;-.30049;50;20221030;20.8;14.8;17.8;2;15.77;2;1.32;5999
+78077;45.14636;-.30049;50;20221031;20.5;14;17.2;2.6;15.97;2.1;1.28;5270
+78077;45.14636;-.30049;50;20221101;19.1;10.5;14.8;1.9;13.1;.3;1.19;7382
+78077;45.14636;-.30049;50;20221102;19.6;10.3;14.9;1.9;12.53;.3;1.31;8220
+78077;45.14636;-.30049;50;20221103;18.6;11.4;15;3.1;12.13;9.2;1.6;5141
+78077;45.14636;-.30049;50;20221104;15.7;9.8;12.7;3.2;10.87;2;1.36;6419
+78077;45.14636;-.30049;50;20221105;17;6;11.5;1.2;9.97;0;.93;7964
+78077;45.14636;-.30049;50;20221106;17.6;6.9;12.2;2.4;11;.5;1.19;6834
+78077;45.14636;-.30049;50;20221107;19.4;11.4;15.4;2.6;12.93;0;1.4;7266
+78077;45.14636;-.30049;50;20221108;19.2;12.6;15.9;2.9;13.43;1.7;1.41;4906
+78077;45.14636;-.30049;50;20221109;15.8;12.9;14.3;1.6;13.7;2.4;.8;3322
+78077;45.14636;-.30049;50;20221110;12.2;6.2;9.2;1.4;11.13;0;.52;4595
+78077;45.14636;-.30049;50;20221111;18.3;4.5;11.4;1.8;11.2;.2;.92;8612
+78077;45.14636;-.30049;50;20221112;21.5;10.8;16.1;2.1;13.63;.2;1.29;7526
+78077;45.14636;-.30049;50;20221113;21.1;8.3;14.7;1.5;11.97;.1;1.11;7775
+78077;45.14636;-.30049;50;20221114;15.4;11;13.2;2.4;12.53;5;.89;3868
+78077;45.14636;-.30049;50;20221115;15.4;11.6;13.5;3;13.17;10.2;.89;3257
+78077;45.14636;-.30049;50;20221116;17.3;10.5;13.9;3.3;13.03;4;1.06;5801
+78077;45.14636;-.30049;50;20221117;15.9;12.8;14.3;3.4;13.03;6.6;1.14;3714
+78077;45.14636;-.30049;50;20221118;13.9;7.7;10.8;1.5;10.8;5.2;.65;4838
+78077;45.14636;-.30049;50;20221119;12.1;6.8;9.4;1;9.6;0;.54;4843
+78077;45.14636;-.30049;50;20221120;13.3;2.9;8.1;2.1;9.83;5.2;.58;5208
+78077;45.14636;-.30049;50;20221121;14.1;8.3;11.2;3.1;10.93;15.4;.88;3547
+78077;45.14636;-.30049;50;20221122;12.3;7.4;9.9;2.8;10.47;22.6;.7;4199
+78077;45.14636;-.30049;50;20221123;15.8;9.9;12.9;3.5;12.6;1.7;.88;4872
+78077;45.14636;-.30049;50;20221124;13.3;8.5;10.9;2.2;11.1;2.4;.68;3569
+78077;45.14636;-.30049;50;20221125;14.8;9.4;12.1;2;11.03;2.2;.79;4759
+78077;45.14636;-.30049;50;20221126;12.8;4;8.4;1.5;9.1;.1;.55;5464
+78077;45.14636;-.30049;50;20221127;11.4;4.6;8;2.2;9.47;6.5;.53;4551
+78077;45.14636;-.30049;50;20221128;14.3;9;11.6;2.3;11.2;3.6;.75;4368
+78077;45.14636;-.30049;50;20221129;12;5.9;8.9;1.3;9.7;1.4;.48;4409
+78077;45.14636;-.30049;50;20221130;10.3;2.8;6.5;1.8;8.3;.1;.46;5129
+78077;45.14636;-.30049;50;20221201;10.2;3.2;6.7;3.2;7.93;0;.67;5035
+78077;45.14636;-.30049;50;20221202;6.7;3.9;5.3;2.4;7.83;.1;.52;2138
+78077;45.14636;-.30049;50;20221203;7.1;3.3;5.2;1.9;7.47;.1;.48;3078
+78077;45.14636;-.30049;50;20221204;9.2;1.6;5.4;1.1;7.33;.2;.39;4891
+78077;45.14636;-.30049;50;20221205;10.5;.4;5.4;2.2;7;.2;.61;5870
+78077;45.14636;-.30049;50;20221206;9;3.2;6.1;2.4;7;0;.69;3998
+78077;45.14636;-.30049;50;20221207;7.3;.4;3.8;2.3;6.43;.1;.49;5032
+78077;45.14636;-.30049;50;20221208;4.9;-.6;2.1;2.3;6.43;1.8;.36;3155
+78077;45.14636;-.30049;50;20221209;6;3;4.5;2.9;6.93;.1;.57;2845
+78077;45.14636;-.30049;50;20221210;2.9;-3.1;-.1;2;5.13;.1;.39;3485
+78077;45.14636;-.30049;50;20221211;4;-3.8;.1;1.8;4.7;.1;.42;5160
+78077;45.14636;-.30049;50;20221212;2.8;-3;-.1;2.2;5.6;6.8;.3;2729
+78077;45.14636;-.30049;50;20221213;6;2.3;4.1;2;8.27;3.1;.26;2130
+78077;45.14636;-.30049;50;20221214;16.1;5.9;11;1.7;11.9;6;.46;4592
+78077;45.14636;-.30049;50;20221215;10.7;9.3;10;3.1;10.73;1.5;.64;1403
+78077;45.14636;-.30049;50;20221216;6.8;2.5;4.6;4.2;6;0;.94;4349
+78077;45.14636;-.30049;50;20221217;6;-4.8;.6;2.1;4.83;0;.47;6039
+78077;45.14636;-.30049;50;20221218;11.9;.6;6.3;3.5;8.17;0;.64;5489
+78077;45.14636;-.30049;50;20221219;15.6;9.1;12.3;3.9;11.3;0;1.06;3979
+78077;45.14636;-.30049;50;20221220;14.3;12.3;13.3;3.9;12.23;1.3;1.07;1851
+78077;45.14636;-.30049;50;20221221;16.4;9.7;13;3;12.73;3;.76;3840
+78077;45.14636;-.30049;50;20221222;15.3;12.4;13.8;3.8;14.23;13.6;.71;2050
+78077;45.14636;-.30049;50;20221223;16.5;13.7;15.1;2.7;14.3;3.6;.87;2150
+78077;45.14636;-.30049;50;20221224;17.9;11.9;14.9;1.6;12.97;0;.69;4970
+78077;45.14636;-.30049;50;20221225;16.4;9.6;13;2.8;11.5;0;.94;4033
+78077;45.14636;-.30049;50;20221226;13.8;10.2;12;1.3;11.97;1.3;.53;2221
+78077;45.14636;-.30049;50;20221227;12.4;6.4;9.4;1.1;10.9;.1;.35;3518
+78077;45.14636;-.30049;50;20221228;15.9;7.3;11.6;2.4;11.13;.6;.69;5497
+78077;45.14636;-.30049;50;20221229;12.2;11;11.6;2.6;11.87;12.9;.66;1127
+78077;45.14636;-.30049;50;20221230;16;9.7;12.8;3.7;12.4;2.1;.83;2664
+78077;45.14636;-.30049;50;20221231;19.6;11.5;15.6;3.9;11.93;0;1.59;4887
+78078;45.17692;.0147;74;20220101;17.2;2.7;10;.3;10;0;.16;6500
+78078;45.17692;.0147;74;20220102;15;5.9;10.5;1.6;11.7;0;.46;3400
+78078;45.17692;.0147;74;20220103;15.2;9.9;12.6;2.5;12.1;0;.66;5400
+78078;45.17692;.0147;74;20220104;12.5;10.6;11.6;3.3;10.5;1;1.06;1800
+78078;45.17692;.0147;74;20220105;7.8;1.3;4.6;2.3;6.8;0;.42;7100
+78078;45.17692;.0147;74;20220106;7.7;-1.9;2.9;.5;5.8;.1;.14;7000
+78078;45.17692;.0147;74;20220107;11.5;-1.1;5.2;3;8;5.1;.51;6300
+78078;45.17692;.0147;74;20220108;11.5;7.9;9.7;5.2;10.7;9.9;.66;4200
+78078;45.17692;.0147;74;20220109;9.2;5.9;7.6;2;10.2;17.5;.37;1200
+78078;45.17692;.0147;74;20220110;9.4;8.1;8.8;1.5;10.6;3.9;.43;1600
+78078;45.17692;.0147;74;20220111;9.9;3.4;6.7;2.9;7.4;.1;.69;7800
+78078;45.17692;.0147;74;20220112;6.6;-1;2.8;3.9;5.8;0;.71;6800
+78078;45.17692;.0147;74;20220113;7.7;-1.4;3.2;1.6;5.6;0;.44;8100
+78078;45.17692;.0147;74;20220114;9.3;-2.2;3.6;1.1;5.8;.1;.43;6700
+78078;45.17692;.0147;74;20220115;8.7;-4.6;2.1;.8;5.4;.1;.25;9100
+78078;45.17692;.0147;74;20220116;3.5;-4.9;-.7;.5;5.3;.1;.25;4400
+78078;45.17692;.0147;74;20220117;6.7;-2.1;2.3;1.8;7;.1;.35;2900
+78078;45.17692;.0147;74;20220118;1.9;-.4;.8;1.7;6.3;.2;.2;6100
+78078;45.17692;.0147;74;20220119;5.5;.9;3.2;1;7.9;3.6;.31;1000
+78078;45.17692;.0147;74;20220120;6.6;3.2;4.9;2.3;7.7;.4;.49;3000
+78078;45.17692;.0147;74;20220121;5.8;1.1;3.5;5.1;5.9;0;.89;8300
+78078;45.17692;.0147;74;20220122;8.3;.3;4.3;4.8;6.1;0;1.03;8800
+78078;45.17692;.0147;74;20220123;10.2;-1.4;4.4;1.7;6.2;0;.63;9000
+78078;45.17692;.0147;74;20220124;11.6;-3.8;3.9;.5;6;0;.34;9700
+78078;45.17692;.0147;74;20220125;11.6;-3.5;4.1;.1;6.2;0;.23;9500
+78078;45.17692;.0147;74;20220126;6.3;-3.8;1.3;1.7;5.9;0;.4;10000
+78078;45.17692;.0147;74;20220127;3.4;-2.8;.3;2.6;5.5;0;.44;6300
+78078;45.17692;.0147;74;20220128;11.2;-.9;5.2;2.7;7.8;0;.67;8200
+78078;45.17692;.0147;74;20220129;3.1;1.6;2.4;1.4;7.3;.1;.3;2800
+78078;45.17692;.0147;74;20220130;9.2;2.7;6;1.8;9.2;.2;.4;2500
+78078;45.17692;.0147;74;20220131;10.4;6.8;8.6;4;9.4;.8;.87;4500
+78078;45.17692;.0147;74;20220201;9.6;.4;5;3.1;8.6;.5;.44;3800
+78078;45.17692;.0147;74;20220202;9.9;8.3;9.1;2.2;10.4;.1;.61;2900
+78078;45.17692;.0147;74;20220203;6.8;2.8;4.8;1.8;8.9;.5;.3;1500
+78078;45.17692;.0147;74;20220204;12.5;6.7;9.6;2;10.3;1.9;.74;3300
+78078;45.17692;.0147;74;20220205;10.9;3.1;7;2.2;7.6;.1;.92;10400
+78078;45.17692;.0147;74;20220206;10.8;-1.1;4.9;3.2;9.1;1.5;.38;4000
+78078;45.17692;.0147;74;20220207;12.4;9.9;11.2;3.5;10.1;.6;1.24;7000
+78078;45.17692;.0147;74;20220208;14;.4;7.2;1.3;7.1;0;.96;11400
+78078;45.17692;.0147;74;20220209;16.2;-1.1;7.6;1.5;7.3;.1;1.15;11500
+78078;45.17692;.0147;74;20220210;3;-.6;1.2;2.1;9.07;.3;1.01;8833
+78078;45.17692;.0147;74;20220211;12;6.5;9.2;2.8;7.52;0;1.36;9265
+78078;45.17692;.0147;74;20220212;12.5;-1.6;5.5;1.4;5.73;0;1.05;10004
+78078;45.17692;.0147;74;20220213;17.5;-.8;8.4;4.2;8.55;1.9;1.8;10293
+78078;45.17692;.0147;74;20220214;12.3;7.9;10.1;4.6;10;5.5;1.21;5294
+78078;45.17692;.0147;74;20220215;11.3;2.8;7.1;3.3;9.7;13.8;.66;4986
+78078;45.17692;.0147;74;20220216;14;8.9;11.5;5.2;13;7.6;.63;3400
+78078;45.17692;.0147;74;20220217;13.6;12;12.8;3.9;13.7;1.3;.76;3600
+78078;45.17692;.0147;74;20220218;13.8;9.9;11.9;3.2;11.4;.2;1.11;4200
+78078;45.17692;.0147;74;20220219;11.5;3.4;7.5;1.6;8;0;1.06;10500
+78078;45.17692;.0147;74;20220220;12.7;4.5;8.6;4.2;10.8;3.1;.7;5700
+78078;45.17692;.0147;74;20220221;11.7;8.5;10.1;5.8;9.6;.2;1.52;7700
+78078;45.17692;.0147;74;20220222;12.7;3.7;8.2;1.8;9.5;0;.9;6400
+78078;45.17692;.0147;74;20220223;16.1;7.2;11.7;.8;10.1;0;1.22;11500
+78078;45.17692;.0147;74;20220224;13.9;3.6;8.8;2.3;8.8;.4;1.33;10500
+78078;45.17692;.0147;74;20220225;11;.3;5.7;2.4;6.4;0;1.41;13100
+78078;45.17692;.0147;74;20220226;13.4;2.3;7.9;3.1;5.5;0;2.18;15400
+78078;45.17692;.0147;74;20220227;18.2;1.6;9.9;1.1;7.4;.1;1.6;13900
+78078;45.17692;.0147;74;20220228;18.1;.3;9.2;.7;8.3;0;1.41;14600
+78078;45.17692;.0147;74;20220301;17.7;.7;9.2;1.2;7.7;.1;1.61;13900
+78078;45.17692;.0147;74;20220302;12.1;7.7;9.9;2;10.3;3.2;.89;3100
+78078;45.17692;.0147;74;20220303;14.1;8;11.1;2.1;10.7;0;1.25;7900
+78078;45.17692;.0147;74;20220304;9.1;9;9.1;3.4;10.3;1.9;.75;2000
+78078;45.17692;.0147;74;20220305;10.8;5.9;8.4;3;8.6;.3;1.38;10300
+78078;45.17692;.0147;74;20220306;11.9;6.3;9.1;3.6;6.8;0;2.26;16000
+78078;45.17692;.0147;74;20220307;10.8;-1.4;4.7;2;5;0;1.76;16800
+78078;45.17692;.0147;74;20220308;11.5;1.5;6.5;1.8;8.3;.6;.91;4600
+78078;45.17692;.0147;74;20220309;16;5.2;10.6;3.6;9.7;.4;2.04;14900
+78078;45.17692;.0147;74;20220310;14.3;9;11.7;3.4;10.5;2.6;1.49;5500
+78078;45.17692;.0147;74;20220311;11.6;8.5;10.1;4.1;10.7;11.9;.95;2600
+78078;45.17692;.0147;74;20220312;13.3;7.2;10.3;2.9;10;1.5;1.52;10300
+78078;45.17692;.0147;74;20220313;13;8.2;10.6;2.8;8.8;8.8;1.67;7300
+78078;45.17692;.0147;74;20220314;14.3;2.8;8.6;4.5;9.1;.1;1.59;8600
+78078;45.17692;.0147;74;20220315;18.9;11.8;15.4;6.4;11.6;0;3.05;10900
+78078;45.17692;.0147;74;20220316;15.4;10.3;12.9;2.7;11.7;0;1.4;5200
+78078;45.17692;.0147;74;20220317;11.7;10;10.9;5.9;10;.8;1.62;4400
+78078;45.17692;.0147;74;20220318;15.3;7.3;11.3;4;9.05;0;2.25;11494
+78078;45.17692;.0147;74;20220319;19.1;5.4;12.2;2.8;8.72;0;2.71;15290
+78078;45.17692;.0147;74;20220320;17.7;5.8;11.7;3.7;9.17;0;2.6;13348
+78078;45.17692;.0147;74;20220321;19;8.6;13.8;5.1;9;0;3.52;14596
+78078;45.17692;.0147;74;20220322;17.9;6;12;4.9;6.6;0;3.78;16436
+78078;45.17692;.0147;74;20220323;17.9;3.9;10.9;3.4;6.22;0;3.38;18723
+78078;45.17692;.0147;74;20220324;19.1;.5;9.8;2.1;6.6;0;2.87;19859
+78078;45.17692;.0147;74;20220325;20.5;2.3;11.4;2;6.45;0;2.91;16435
+78078;45.17692;.0147;74;20220326;22.1;2.8;12.4;2.4;6.22;0;3.55;19736
+78078;45.17692;.0147;74;20220327;22.1;3.8;13;2.6;7.15;0;3.57;18747
+78078;45.17692;.0147;74;20220328;22.2;4.6;13.4;1.8;7.97;0;3.03;17322
+78078;45.17692;.0147;74;20220329;17;8.3;12.7;1.6;10.2;0;1.83;9160
+78078;45.17692;.0147;74;20220330;15.5;8.9;12.2;2.7;11;2.3;1.69;7838
+78078;45.17692;.0147;74;20220331;14.4;7.6;11;4.8;8.9;1.6;2.47;11849
+78078;45.17692;.0147;74;20220401;9.1;.3;4.7;6.2;5.52;.7;2.27;14641
+78078;45.17692;.0147;74;20220402;9.3;1.1;5.2;4.4;5.27;0;2.29;14369
+78078;45.17692;.0147;74;20220403;6.2;-3.8;1.2;1.2;5.11;0;1.36;14205
+78078;45.17692;.0147;74;20220404;12.4;-.7;5.9;2.5;5.2;0;2.5;19127
+78078;45.17692;.0147;74;20220405;13.5;1.1;7.3;2;8.13;0;1.56;9810
+78078;45.17692;.0147;74;20220406;13.8;9.2;11.5;3.8;11.33;3;1.51;7169
+78078;45.17692;.0147;74;20220407;13.3;10.4;11.9;6.9;12.82;21.3;.98;3774
+78078;45.17692;.0147;74;20220408;17.9;11.8;14.9;7.3;11.32;1.5;3.19;10191
+78078;45.17692;.0147;74;20220409;14.9;4.1;9.5;2.1;7.65;0;2.58;17967
+78078;45.17692;.0147;74;20220410;19;1.3;10.2;3.5;6.66;0;3.77;22525
+78078;45.17692;.0147;74;20220411;22.7;6.1;14.4;5.7;10;0;4.51;20351
+78078;45.17692;.0147;74;20220412;18.2;11.1;14.6;3.8;11.42;0;2.67;11017
+78078;45.17692;.0147;74;20220413;16.5;10.2;13.4;1.7;12.87;.5;1.65;8751
+78078;45.17692;.0147;74;20220414;23.7;9.9;16.8;1.6;12.4;0;3.55;21309
+78078;45.17692;.0147;74;20220415;24.9;7.7;16.3;2.1;11.7;0;3.95;22654
+78078;45.17692;.0147;74;20220416;23.8;7.4;15.6;2.6;10.75;0;4.12;23394
+78078;45.17692;.0147;74;20220417;23.8;5.4;14.6;2.5;9.72;0;4.16;24110
+78078;45.17692;.0147;74;20220418;19.7;9.1;14.4;2.8;11.72;0;3;17062
+78078;45.17692;.0147;74;20220419;16.3;7.4;11.8;2.7;11.05;14.1;1.89;9700
+78078;45.17692;.0147;74;20220420;14.1;8.7;11.4;2.6;11.9;12.7;1.33;6525
+78078;45.17692;.0147;74;20220421;18.9;9.3;14.1;1.9;12.82;1;2.07;11169
+78078;45.17692;.0147;74;20220422;19.4;10.4;14.9;1.8;12.65;5.4;2.62;15059
+78078;45.17692;.0147;74;20220423;13.8;9.5;11.6;3.4;12.05;8.3;1.46;7849
+78078;45.17692;.0147;74;20220424;16.5;10.3;13.4;4.9;12.2;.6;2.16;9724
+78078;45.17692;.0147;74;20220425;18.9;8.1;13.5;2.1;11.07;0;3.06;19126
+78078;45.17692;.0147;74;20220426;22.4;5.3;13.8;2.6;10.52;0;3.99;24703
+78078;45.17692;.0147;74;20220427;22.8;7.7;15.2;2.3;11.82;0;3.46;18365
+78078;45.17692;.0147;74;20220428;21.2;12.1;16.7;2.4;13.72;0;3.2;17669
+78078;45.17692;.0147;74;20220429;21.8;11.5;16.6;2.4;13.8;0;3.02;15643
+78078;45.17692;.0147;74;20220430;22.8;9.8;16.3;2.2;12.05;0;3.84;21717
+78078;45.17692;.0147;74;20220501;21.3;6.5;13.9;1.7;10.17;0;3.52;21706
+78078;45.17692;.0147;74;20220502;21.2;9.2;15.2;2.1;10.32;0;3.69;20453
+78078;45.17692;.0147;74;20220503;23;10.3;16.7;2.2;11.3;.3;4.2;23043
+78078;45.17692;.0147;74;20220504;21.5;9;15.3;2.3;10.77;0;3.72;20198
+78078;45.17692;.0147;74;20220505;22.1;7.2;14.6;2.6;10.7;0;3.99;22979
+78078;45.17692;.0147;74;20220506;22.1;9.3;15.7;2.8;11.1;0;2.25;2600
+78078;45.17692;.0147;74;20220507;23.8;9.9;16.9;1.9;11.6;.1;2;2400
+78078;45.17692;.0147;74;20220508;24.9;9.5;17.2;1.6;11.6;0;1.96;2600
+78078;45.17692;.0147;74;20220509;27.8;11.8;19.8;.9;11.8;0;1.78;2700
+78078;45.17692;.0147;74;20220510;28.8;9.6;19.2;1.2;12.1;0;2.01;2700
+78078;45.17692;.0147;74;20220511;27.6;11.6;19.6;1.9;14.5;2.4;2.12;2500
+78078;45.17692;.0147;74;20220512;21.2;13.2;17.2;1.4;14.7;1.2;1.22;1500
+78078;45.17692;.0147;74;20220513;24.6;14.2;19.4;1.6;15.2;0;1.63;2000
+78078;45.17692;.0147;74;20220514;28.9;11.7;20.3;2;15.1;0;2.25;2400
+78078;45.17692;.0147;74;20220515;28.8;16.7;22.8;2.9;16.8;8.1;2.69;2000
+78078;45.17692;.0147;74;20220516;26.4;14.7;20.6;1.3;17.5;.1;1.52;2600
+78078;45.17692;.0147;74;20220517;29.9;13.7;21.8;2.2;16.4;0;2.46;2800
+78078;45.17692;.0147;74;20220518;31.7;14.6;23.2;2;16.9;2.4;2.52;2600
+78078;45.17692;.0147;74;20220519;26.3;17.4;21.9;2.3;19.2;.1;1.73;1800
+78078;45.17692;.0147;74;20220520;25.5;17.3;21.4;2.1;17.7;0;1.81;2100
+78078;45.17692;.0147;74;20220521;30.6;14.1;22.4;1.5;17.8;0;1.95;2500
+78078;45.17692;.0147;74;20220522;31.7;18.6;25.2;2.5;20.9;2.7;2.43;2100
+78078;45.17692;.0147;74;20220523;20.2;16.4;18.3;5;16.1;2.5;1.88;1200
+78078;45.17692;.0147;74;20220524;18.7;10.6;14.7;2.4;12.4;2;1.49;2100
+78078;45.17692;.0147;74;20220525;20.3;6.8;13.6;2.2;11.4;.2;1.61;2500
+78078;45.17692;.0147;74;20220526;18.6;9;13.8;.9;13;0;.85;1000
+78078;45.17692;.0147;74;20220527;23;11.7;17.4;2.4;14;.1;1.85;2500
+78078;45.17692;.0147;74;20220528;24.8;13.7;19.3;4.4;12.3;0;3.46;3000
+78078;45.17692;.0147;74;20220529;21.2;10.8;16;4.4;9.7;0;3.2;3100
+78078;45.17692;.0147;74;20220530;23;8.8;15.9;3.2;9;0;3.03;3100
+78078;45.17692;.0147;74;20220531;23.9;12.8;18.4;1.6;11.4;4;2.05;2700
+78078;45.17692;.0147;74;20220601;26.2;11.4;18.8;2.1;14.2;10.7;2.06;2200
+78078;45.17692;.0147;74;20220602;28.4;16.3;22.4;2.2;18.8;3.3;2.05;2600
+78078;45.17692;.0147;74;20220603;27.3;17.9;22.6;2.4;20.3;1.6;1.79;1900
+78078;45.17692;.0147;74;20220604;24.9;17.2;21.1;2.2;19.6;.3;1.46;1800
+78078;45.17692;.0147;74;20220605;21.1;15.5;18.3;2.3;16.4;.1;1.37;1600
+78078;45.17692;.0147;74;20220606;22.1;12.1;17.1;.8;15.1;.3;1.06;1800
+78078;45.17692;.0147;74;20220607;23.4;12.4;17.9;1.6;14.5;9.4;1.61;2700
+78078;45.17692;.0147;74;20220608;19.6;13.8;16.7;2.6;15.7;2.1;1.18;1200
+78078;45.17692;.0147;74;20220609;21.3;11.3;16.3;1.8;14.1;.4;1.38;2000
+78078;45.17692;.0147;74;20220610;27.2;9.6;18.4;.8;14.5;.1;1.48;3000
+78078;45.17692;.0147;74;20220611;30.4;13.5;22;1.4;17;0;5.47;28700
+78078;45.17692;.0147;74;20220612;29.4;17.3;23.4;2;18.7;.4;5.12;24400
+78078;45.17692;.0147;74;20220613;28.1;16.9;22.5;3.8;15.4;0;6.44;29400
+78078;45.17692;.0147;74;20220614;33.4;14.5;24;1.5;17.2;.2;5.9;28500
+78078;45.17692;.0147;74;20220615;32.3;19.8;26.1;1.5;19.7;0;6.11;29300
+78078;45.17692;.0147;74;20220616;34.2;14.3;24.3;1.2;17.1;0;5.43;25800
+78078;45.17692;.0147;74;20220617;37.1;17.5;27.3;1.3;18.1;0;6.46;29600
+78078;45.17692;.0147;74;20220618;38.1;19.5;28.8;2;18.1;.3;7.01;28000
+78078;45.17692;.0147;74;20220619;28.7;20.7;24.7;2.9;19.1;2.5;5.26;21900
+78078;45.17692;.0147;74;20220620;28.6;17;22.8;2.5;19.1;8.9;4.46;19600
+78078;45.17692;.0147;74;20220621;26;16.7;21.4;1.9;19.8;12.6;2.98;13100
+78078;45.17692;.0147;74;20220622;25;17.4;21.2;3.8;18.3;3.5;4.84;24600
+78078;45.17692;.0147;74;20220623;24.8;14.8;19.8;2;17.7;8.2;3.77;19600
+78078;45.17692;.0147;74;20220624;21.9;15.9;18.9;2.5;16.8;6;3.83;21200
+78078;45.17692;.0147;74;20220625;18.4;14.7;16.6;1.8;15.8;6.9;1.71;7200
+78078;45.17692;.0147;74;20220626;19;13.6;16.3;1.4;15.3;2.2;1.96;9400
+78078;45.17692;.0147;74;20220627;22.3;12;17.2;1.7;13.3;.1;4.34;25700
+78078;45.17692;.0147;74;20220628;24.1;10.6;17.4;1.4;13.1;0;4.86;29600
+78078;45.17692;.0147;74;20220629;24.2;9.8;17;1.5;13.8;7.7;4.36;25900
+78078;45.17692;.0147;74;20220630;18.9;13.3;16.1;1.4;14.7;2.9;2.21;11200
+78078;45.17692;.0147;74;20220701;22.8;7.3;15.1;.5;12;.1;4.5;30400
+78078;45.17692;.0147;74;20220702;28.3;9.2;18.8;1.3;12.9;0;5.37;30800
+78078;45.17692;.0147;74;20220703;26.2;13.9;20.1;3.2;14.6;1.9;5.36;26600
+78078;45.17692;.0147;74;20220704;26.2;15.9;21.1;2.8;15.9;.2;4.75;22100
+78078;45.17692;.0147;74;20220705;27.8;15.3;21.6;2.7;14.2;.1;6.15;30800
+78078;45.17692;.0147;74;20220706;27.9;15.3;21.6;3.4;13.6;0;6.48;30700
+78078;45.17692;.0147;74;20220707;28.2;13.8;21;2.1;14.9;0;5.71;29900
+78078;45.17692;.0147;74;20220708;28.5;15.6;22.1;3.7;14.8;0;6.59;31000
+78078;45.17692;.0147;74;20220709;30.5;15.9;23.2;3.7;14.3;0;7.06;30500
+78078;45.17692;.0147;74;20220710;31;16.1;23.6;3.8;14.6;0;7.15;30200
+78078;45.17692;.0147;74;20220711;34;16;25;3.1;14.7;0;7.4;30300
+78078;45.17692;.0147;74;20220712;35.1;16.9;26;2;14.5;0;6.91;30600
+78078;45.17692;.0147;74;20220713;34.9;15.4;25.2;1.2;14.6;0;6.06;29700
+78078;45.17692;.0147;74;20220714;35.6;15.4;25.5;1.7;15.7;0;6.47;29400
+78078;45.17692;.0147;74;20220715;32.1;19.6;25.9;3.5;13.8;0;7.32;27800
+78078;45.17692;.0147;74;20220716;33.5;17.8;25.7;3.8;13.1;0;7.85;28900
+78078;45.17692;.0147;74;20220717;36.5;17.3;26.9;2.3;13.3;0;7.06;27800
+78078;45.17692;.0147;74;20220718;38.9;19.3;29.1;2.6;15.8;0;7.72;28300
+78078;45.17692;.0147;74;20220719;27.6;20.7;24.2;2.2;19.8;12.1;4.4;19400
+78078;45.17692;.0147;74;20220720;26.1;17.1;21.6;2.2;18.5;.2;4.16;20600
+78078;45.17692;.0147;74;20220721;30;13.3;21.7;1.3;16.9;0;5.21;28100
+78078;45.17692;.0147;74;20220722;27.5;16.4;22;2.3;18.2;0;4.7;23400
+78078;45.17692;.0147;74;20220723;28.6;16.1;22.4;1.4;16.7;0;5.03;26400
+78078;45.17692;.0147;74;20220724;36.2;14.3;25.3;1.2;15.7;0;5.89;28400
+78078;45.17692;.0147;74;20220725;25.3;19.4;22.4;3;17.9;.2;4.12;17400
+78078;45.17692;.0147;74;20220726;24.7;14.8;19.8;1.1;15;.1;3.53;18500
+78078;45.17692;.0147;74;20220727;27.9;10.4;19.2;.9;13.5;0;4.32;24700
+78078;45.17692;.0147;74;20220728;28.7;12.7;20.7;1.4;15.2;0;4.66;24700
+78078;45.17692;.0147;74;20220729;25.8;16.1;21;1.5;17.4;.1;3.66;18400
+78078;45.17692;.0147;74;20220730;29.3;14.2;21.8;1.2;17.2;0;4.49;23700
+78078;45.17692;.0147;74;20220731;31;13.7;22.4;1.5;17.2;0;5.21;27100
+78078;45.17692;.0147;74;20220801;32.2;14.8;23.5;1.6;16.9;0;5.49;27300
+78078;45.17692;.0147;74;20220802;34.3;16.4;25.4;1.2;16.8;0;5.52;27200
+78078;45.17692;.0147;74;20220803;37.4;16.3;26.9;1.1;16.1;0;5.54;25900
+78078;45.17692;.0147;74;20220804;35.8;17.5;26.7;2.1;18.6;0;5.86;23900
+78078;45.17692;.0147;74;20220805;30.5;18.4;24.5;2.5;18.3;0;5.31;23600
+78078;45.17692;.0147;74;20220806;31;18.8;24.9;4.7;13.6;0;7.44;26800
+78078;45.17692;.0147;74;20220807;32.2;16.2;24.2;4.4;10.8;0;7.8;27500
+78078;45.17692;.0147;74;20220808;34;17;25.5;3.9;11;0;7.78;26600
+78078;45.17692;.0147;74;20220809;35;19;27;3.4;11.6;0;7.48;25400
+78078;45.17692;.0147;74;20220810;37.1;16.6;26.9;2.5;11.5;0;7.01;26500
+78078;45.17692;.0147;74;20220811;38.6;17;27.8;2;13.2;0;6.32;23800
+78078;45.17692;.0147;74;20220812;39.6;18.8;29.2;1.4;14.4;0;5.78;24100
+78078;45.17692;.0147;74;20220813;34.9;19.4;27.2;2.2;20.6;6.1;5.48;22300
+78078;45.17692;.0147;74;20220814;25;19.1;22.1;2.1;20.2;1.4;2.51;9800
+78078;45.17692;.0147;74;20220815;27.1;16.6;21.9;1.9;17.8;0;3.54;16200
+78078;45.17692;.0147;74;20220816;26.9;14.5;20.7;1.4;17.4;3.1;2.78;12300
+78078;45.17692;.0147;74;20220817;24;14.5;19.3;1.4;17;4;2.95;15800
+78078;45.17692;.0147;74;20220818;25.6;12.7;19.2;1.7;15.8;0;3.54;19100
+78078;45.17692;.0147;74;20220819;26.7;14.6;20.7;1.9;18.2;.6;3.36;16800
+78078;45.17692;.0147;74;20220820;27.1;16.2;21.7;1.2;18.1;0;3.2;16000
+78078;45.17692;.0147;74;20220821;25.9;14.9;20.4;2.1;16.9;.5;3.32;15700
+78078;45.17692;.0147;74;20220822;27.5;18.8;23.2;2;19.6;.8;3.59;16400
+78078;45.17692;.0147;74;20220823;29.5;18.3;23.9;1.6;19.6;0;4.33;21900
+78078;45.17692;.0147;74;20220824;34.9;16.6;25.8;1.4;17.9;2.9;4.94;23300
+78078;45.17692;.0147;74;20220825;28.1;18.8;23.5;1.9;19.1;.7;3.41;14500
+78078;45.17692;.0147;74;20220826;28.4;17.2;22.8;1.5;18.1;0;3.36;15400
+78078;45.17692;.0147;74;20220827;30.4;15.2;22.8;2.6;14.7;0;5.05;22200
+78078;45.17692;.0147;74;20220828;32.3;14.7;23.5;1.9;14.2;0;4.96;23000
+78078;45.17692;.0147;74;20220829;32.7;15.5;24.1;2.2;16;.1;4.21;14600
+78078;45.17692;.0147;74;20220830;32.9;16.2;24.6;1.2;17;0;4.01;19100
+78078;45.17692;.0147;74;20220831;32.2;16;24.1;2.2;17.4;0;4.51;19000
+78078;45.17692;.0147;74;20220901;29;17.1;23.1;2;18;2;3.72;16600
+78078;45.17692;.0147;74;20220902;25.6;17.1;21.4;1.6;17.7;5.7;2.91;13900
+78078;45.17692;.0147;74;20220903;26.4;15.6;21;1.6;16.6;0;3.37;17600
+78078;45.17692;.0147;74;20220904;32.3;14;23.2;1.9;15.4;.7;4.55;21100
+78078;45.17692;.0147;74;20220905;32.5;17.2;24.9;2.1;15.2;.7;4.66;19300
+78078;45.17692;.0147;74;20220906;30.4;12.7;21.6;2.1;14.9;.3;4.15;18900
+78078;45.17692;.0147;74;20220907;24.5;14.8;19.7;1.3;15.9;.5;2.49;12300
+78078;45.17692;.0147;74;20220908;22.8;13.2;18;2.9;15.8;.8;2.71;13700
+78078;45.17692;.0147;74;20220909;24.4;12.2;18.3;2;14;.5;2.89;14000
+78078;45.17692;.0147;74;20220910;26.4;10.2;18.3;.9;13.7;0;2.92;17900
+78078;45.17692;.0147;74;20220911;31;12.5;21.8;1.6;13.1;0;4.08;20600
+78078;45.17692;.0147;74;20220912;35.9;15.3;25.6;1.8;14.4;.6;4.4;16400
+78078;45.17692;.0147;74;20220913;29.5;22.4;26;2.2;20.8;0;2.9;8100
+78078;45.17692;.0147;74;20220914;28.8;16.5;22.7;1.7;16.9;0;3.4;16300
+78078;45.17692;.0147;74;20220915;27.3;14;20.7;1.6;17.3;.3;2.94;15400
+78078;45.17692;.0147;74;20220916;23.4;13.6;18.5;2.6;13.7;0;3.44;19300
+78078;45.17692;.0147;74;20220917;20.8;9.6;15.2;3.4;8.8;0;3.8;20400
+78078;45.17692;.0147;74;20220918;24.9;6.7;15.8;3;7.4;0;4.27;19800
+78078;45.17692;.0147;74;20220919;24.6;10.3;17.5;3.7;8.8;0;4.53;19800
+78078;45.17692;.0147;74;20220920;23.7;9.3;16.5;4;8.6;0;4.45;19700
+78078;45.17692;.0147;74;20220921;24.7;10;17.4;4;8.8;0;4.59;19100
+78078;45.17692;.0147;74;20220922;26.4;6.4;16.4;1;8.8;0;2.83;18700
+78078;45.17692;.0147;74;20220923;19.8;7.9;13.9;.7;10.6;.1;1.37;6300
+78078;45.17692;.0147;74;20220924;21.1;9.5;15.3;1.6;12.9;3.3;1.85;9400
+78078;45.17692;.0147;74;20220925;20.5;8.1;14.3;1.5;11.4;0;2.28;15700
+78078;45.17692;.0147;74;20220926;20.1;5.4;12.8;2.5;11.2;4;2.03;10700
+78078;45.17692;.0147;74;20220927;17.5;10.4;14;3.5;13.2;5.6;1.64;8300
+78078;45.17692;.0147;74;20220928;18.7;14.8;16.8;5.3;15.6;2.6;2.15;11700
+78078;45.17692;.0147;74;20220929;16.8;11.3;14.1;1.2;12.1;4.9;1.59;10200
+78078;45.17692;.0147;74;20220930;19.3;7.3;13.3;1.5;10.8;1.4;2.13;16200
+78078;45.17692;.0147;74;20221001;19.2;11.6;15.4;4;16.9;5.6;.96;5200
+78078;45.17692;.0147;74;20221002;21.4;16.5;19;2.4;17.1;.1;1.94;9400
+78078;45.17692;.0147;74;20221003;23.7;9.4;16.6;1;13.6;0;2.18;16100
+78078;45.17692;.0147;74;20221004;25.4;7.8;16.6;.6;13;.1;2.06;16200
+78078;45.17692;.0147;74;20221005;26.9;8.3;17.6;1.2;13.5;1.1;2.35;14900
+78078;45.17692;.0147;74;20221006;20.7;14;17.4;1.6;15.7;0;1.55;8000
+78078;45.17692;.0147;74;20221007;24.2;9.4;16.8;1;14.4;0;1.81;11800
+78078;45.17692;.0147;74;20221008;22.5;14.8;18.7;3.3;13.3;0;2.89;13100
+78078;45.17692;.0147;74;20221009;25.2;9.4;17.3;1.8;12.5;.1;2.46;14400
+78078;45.17692;.0147;74;20221010;19.9;12.6;16.3;1.2;15.4;1.4;1.16;5600
+78078;45.17692;.0147;74;20221011;19.6;15.8;17.7;2.8;17.2;4.1;1.27;4400
+78078;45.17692;.0147;74;20221012;19.1;12.7;15.9;1.6;14.7;.1;1.46;9500
+78078;45.17692;.0147;74;20221013;19.4;10;14.7;1.8;14.6;4;1.12;5300
+78078;45.17692;.0147;74;20221014;20.4;16;18.2;4.2;17.9;.7;1.43;5100
+78078;45.17692;.0147;74;20221015;22.2;16.2;19.2;2.9;17.3;0;1.73;6200
+78078;45.17692;.0147;74;20221016;28;12.9;20.5;2.6;16.5;.5;2.64;11900
+78078;45.17692;.0147;74;20221017;24.2;18.5;21.4;2.4;18.8;3.5;1.86;6800
+78078;45.17692;.0147;74;20221018;27.8;14.7;21.3;2.3;17.4;0;2.43;11500
+78078;45.17692;.0147;74;20221019;26.4;16;21.2;2.6;17.3;9;2.31;9200
+78078;45.17692;.0147;74;20221020;24.1;14.7;19.4;3.4;16.7;1.5;2.1;7300
+78078;45.17692;.0147;74;20221021;21.7;14.1;17.9;2;14.1;.2;1.62;5000
+78078;45.17692;.0147;74;20221022;22.9;11.1;17;1.7;14.4;0;1.62;9600
+78078;45.17692;.0147;74;20221023;25.6;15.4;20.5;4.6;14.1;0;3.32;7500
+78078;45.17692;.0147;74;20221024;21.9;11.2;16.6;1.1;12.7;.1;1.43;10200
+78078;45.17692;.0147;74;20221025;22.3;8.2;15.3;1.2;12.9;1.9;1.23;5500
+78078;45.17692;.0147;74;20221026;25.6;10.7;18.2;1;14.6;.1;1.48;10500
+78078;45.17692;.0147;74;20221027;24;14.2;19.1;2.7;16.8;0;1.62;3800
+78078;45.17692;.0147;74;20221028;26.3;19;22.7;2.4;16.6;0;2.27;7000
+78078;45.17692;.0147;74;20221029;24.4;16.4;20.4;1.8;14.7;0;1.78;5600
+78078;45.17692;.0147;74;20221030;21.9;11.5;16.7;1;14.7;2.4;1.09;6800
+78078;45.17692;.0147;74;20221031;20.9;13;17;2.6;15.8;2.1;1.25;4200
+78078;45.17692;.0147;74;20221101;18.5;10.6;14.6;1.4;13.2;.3;1.06;8600
+78078;45.17692;.0147;74;20221102;18.9;8.9;13.9;1;12.1;.1;1;9400
+78078;45.17692;.0147;74;20221103;17.4;9.6;13.5;2.6;12;10.6;1.21;3700
+78078;45.17692;.0147;74;20221104;14.6;9.1;11.9;4;10.8;2.1;1.32;7100
+78078;45.17692;.0147;74;20221105;16;3.3;9.7;.7;9;0;.74;8900
+78078;45.17692;.0147;74;20221106;16.3;4;10.2;1.7;10.3;.7;.89;5700
+78078;45.17692;.0147;74;20221107;19;11;15;2.2;12.7;0;1.26;9500
+78078;45.17692;.0147;74;20221108;19;10.2;14.6;3.6;13.2;.9;1.37;4300
+78078;45.17692;.0147;74;20221109;15.4;12.4;13.9;.8;13.5;2;.66;3100
+78078;45.17692;.0147;74;20221110;11.9;6.4;9.2;1;10.4;0;.55;3500
+78078;45.17692;.0147;74;20221111;18.7;3.1;10.9;.9;10.4;.1;.74;8800
+78078;45.17692;.0147;74;20221112;21.6;10.2;15.9;1.9;12.9;.1;1.26;9200
+78078;45.17692;.0147;74;20221113;20.6;5.8;13.2;.5;10.8;.1;.63;8900
+78078;45.17692;.0147;74;20221114;14.2;7.5;10.9;1.3;11.7;4.8;.59;2400
+78078;45.17692;.0147;74;20221115;14.9;10.3;12.6;3;13;8.7;.75;2000
+78078;45.17692;.0147;74;20221116;17.2;9.8;13.5;4;13.1;3.9;1.06;5400
+78078;45.17692;.0147;74;20221117;14.7;11.4;13.1;3.4;12.8;5.7;.89;3800
+78078;45.17692;.0147;74;20221118;12.9;6.2;9.6;1.1;10.5;3;.51;5000
+78078;45.17692;.0147;74;20221119;11.4;7.2;9.3;1.1;9.3;.2;.55;6000
+78078;45.17692;.0147;74;20221120;12.2;.1;6.2;1.2;8.5;3.9;.52;3400
+78078;45.17692;.0147;74;20221121;13.1;6.4;9.8;3.6;10.4;13.1;.84;1900
+78078;45.17692;.0147;74;20221122;11.8;6.2;9;3.2;10;14.6;.67;4500
+78078;45.17692;.0147;74;20221123;15.3;9.3;12.3;3.9;12;2;.9;6700
+78078;45.17692;.0147;74;20221124;12.5;6.5;9.5;1.6;10.6;.7;.53;3200
+78078;45.17692;.0147;74;20221125;14.1;9;11.6;1.6;10.6;1.5;.66;6000
+78078;45.17692;.0147;74;20221126;12.9;1.9;7.4;.8;8.2;0;.41;6100
+78078;45.17692;.0147;74;20221127;11;2.5;6.8;1;8.5;6.4;.4;4800
+78078;45.17692;.0147;74;20221128;13;8.4;10.7;1.6;10.5;2.2;.58;4900
+78078;45.17692;.0147;74;20221129;7.5;2.3;4.9;.5;8.3;.8;.29;3500
+78078;45.17692;.0147;74;20221130;11.1;4.2;7.7;2.5;8.6;.1;.57;6700
+78078;45.17692;.0147;74;20221201;9.7;3.6;6.7;4.5;7.9;0;.77;6800
+78078;45.17692;.0147;74;20221202;6.4;3.5;5;3.2;7.6;.3;.58;1300
+78078;45.17692;.0147;74;20221203;7.4;3.6;5.5;2.4;7.4;.1;.6;3100
+78078;45.17692;.0147;74;20221204;8.3;1.4;4.9;.7;6.9;.1;.36;3800
+78078;45.17692;.0147;74;20221205;10.2;-2.2;4;1.3;6.2;.2;.34;7800
+78078;45.17692;.0147;74;20221206;6.5;0;3.3;2.2;6.4;0;.54;2700
+78078;45.17692;.0147;74;20221207;7.5;.6;4.1;3.1;6.3;.1;.58;7100
+78078;45.17692;.0147;74;20221208;4.9;-1.5;1.7;1.4;6;1.4;.37;2900
+78078;45.17692;.0147;74;20221209;6.2;2.8;4.5;3.7;6.6;.1;.73;3700
+78078;45.17692;.0147;74;20221210;3.5;-2;.8;2.2;5;0;.49;3900
+78078;45.17692;.0147;74;20221211;3.5;-5.1;-.8;.6;4.4;.1;.16;5800
+78078;45.17692;.0147;74;20221212;2.3;-4.3;-1;2;5.3;6.7;.33;1600
+78078;45.17692;.0147;74;20221213;5.2;1.7;3.5;2.4;7.7;3.3;.28;1600
+78078;45.17692;.0147;74;20221214;16.4;5.4;10.9;1.4;11.5;2.8;.47;4300
+78078;45.17692;.0147;74;20221215;9.6;8.6;9.1;3.7;10.8;2.5;.46;2000
+78078;45.17692;.0147;74;20221216;7;1.8;4.4;5.7;5.9;0;1.03;6800
+78078;45.17692;.0147;74;20221217;5.9;-5.6;.2;1.6;4.3;0;.37;7100
+78078;45.17692;.0147;74;20221218;11.3;-2.9;4.2;2.6;7.2;.1;.59;4300
+78078;45.17692;.0147;74;20221219;15.4;6.8;11.1;3.2;10.4;0;.95;3900
+78078;45.17692;.0147;74;20221220;14;11.1;12.6;4.5;12.2;1.4;.99;1500
+78078;45.17692;.0147;74;20221221;14.9;9.5;12.2;3;12.9;1.1;.57;3100
+78078;45.17692;.0147;74;20221222;14.9;11.6;13.3;4.4;14.3;14.2;.57;1500
+78078;45.17692;.0147;74;20221223;15.7;13.4;14.6;2.5;14.1;4;.79;1600
+78078;45.17692;.0147;74;20221224;16.8;11.6;14.2;1.1;12.8;0;.48;5000
+78078;45.17692;.0147;74;20221225;15.5;6.9;11.2;1.9;11.1;0;.62;3800
+78078;45.17692;.0147;74;20221226;13;9.5;11.3;.9;11.5;1.1;.48;2100
+78078;45.17692;.0147;74;20221227;11.5;5.9;8.7;.7;10.2;.1;.32;3400
+78078;45.17692;.0147;74;20221228;15.4;5.7;10.6;2.3;10.9;.6;.57;5300
+78078;45.17692;.0147;74;20221229;12.1;9.7;10.9;2.7;11.5;12.5;.67;900
+78078;45.17692;.0147;74;20221230;13.6;9.5;11.6;4;11.9;2.6;.8;1400
+78078;45.17692;.0147;74;20221231;17.9;10.8;14.4;4.1;11.9;0;1.44;4300
+78079;45.20654;.3302;98;20220101;17.9;3.6;10.7;1.1;9.27;0;.56;5895
+78079;45.20654;.3302;98;20220102;14.8;6.3;10.6;1.6;10.84;0;.57;3795
+78079;45.20654;.3302;98;20220103;15.1;9.1;12.1;2.4;11.64;0;.7;4180
+78079;45.20654;.3302;98;20220104;13.8;10.8;12.3;3.4;10.17;.9;1.29;2296
+78079;45.20654;.3302;98;20220105;7.9;1.5;4.7;2;6.4;0;.57;4792
+78079;45.20654;.3302;98;20220106;7.9;-2.4;2.7;.6;5.4;.1;.26;5646
+78079;45.20654;.3302;98;20220107;10.9;-1.4;4.7;2.8;7.5;5.7;.58;4855
+78079;45.20654;.3302;98;20220108;11.7;7.7;9.7;5.3;10.4;9.7;.78;3236
+78079;45.20654;.3302;98;20220109;9;6;7.5;2.1;9.77;16;.41;1696
+78079;45.20654;.3302;98;20220110;9.1;7.7;8.4;1;10.1;2.6;.44;1312
+78079;45.20654;.3302;98;20220111;10.2;2.2;6.2;2;6.74;.1;.65;5702
+78079;45.20654;.3302;98;20220112;6.9;-1.9;2.5;3.2;5.4;0;.69;5554
+78079;45.20654;.3302;98;20220113;8.6;-1.8;3.4;1.2;5.07;0;.47;6322
+78079;45.20654;.3302;98;20220114;9.8;-3.9;2.9;.7;5.17;.1;.34;6599
+78079;45.20654;.3302;98;20220115;9.1;-4.4;2.4;.7;5.14;0;.32;7165
+78079;45.20654;.3302;98;20220116;6.5;-5.1;.7;.6;5.3;.2;.26;5656
+78079;45.20654;.3302;98;20220117;7.2;-1.7;2.7;1.5;6.6;.1;.34;4279
+78079;45.20654;.3302;98;20220118;3.9;-1;1.4;1.4;6.07;.2;.34;4954
+78079;45.20654;.3302;98;20220119;5.1;.7;2.9;1.2;7.57;3.1;.29;2151
+78079;45.20654;.3302;98;20220120;6.6;2.5;4.5;1.7;7.24;.2;.49;2822
+78079;45.20654;.3302;98;20220121;6.1;.5;3.3;3.9;5.54;0;.9;5584
+78079;45.20654;.3302;98;20220122;8.5;-1.1;3.7;3.7;5.74;0;.94;6828
+78079;45.20654;.3302;98;20220123;11.2;-1.3;5;1.5;5.9;0;.68;7472
+78079;45.20654;.3302;98;20220124;12;-2.5;4.7;.9;5.67;0;.56;7866
+78079;45.20654;.3302;98;20220125;11.8;-2.5;4.7;.7;6.14;0;.45;7888
+78079;45.20654;.3302;98;20220126;9;-2.6;3.2;1.2;5.84;0;.47;7762
+78079;45.20654;.3302;98;20220127;5.9;-3.9;1;1.8;5.24;0;.5;6627
+78079;45.20654;.3302;98;20220128;10.6;-2.2;4.2;2;7;0;.63;7568
+78079;45.20654;.3302;98;20220129;2.6;1;1.8;1;7;.1;.31;2052
+78079;45.20654;.3302;98;20220130;9.7;2.4;6.1;1.7;8.8;.3;.46;4107
+78079;45.20654;.3302;98;20220131;10.6;5.6;8.1;3.6;9;.8;.84;3879
+78079;45.20654;.3302;98;20220201;8.8;.5;4.7;2.9;8.44;.4;.4;4683
+78079;45.20654;.3302;98;20220202;9.8;8;8.9;1.8;9.97;.1;.61;2377
+78079;45.20654;.3302;98;20220203;6.5;2;4.3;1.8;8.54;.5;.29;2731
+78079;45.20654;.3302;98;20220204;11.6;6.5;9;1.9;10.2;2.2;.63;4011
+78079;45.20654;.3302;98;20220205;10.8;3.4;7.1;2;7.47;.1;.9;7348
+78079;45.20654;.3302;98;20220206;10.3;-.8;4.7;3.4;8.8;1.7;.39;4971
+78079;45.20654;.3302;98;20220207;12.5;9.5;11;3.1;9.54;.7;1.26;5034
+78079;45.20654;.3302;98;20220208;14.4;0;7.2;1.2;6.57;0;.98;9778
+78079;45.20654;.3302;98;20220209;16.9;-.4;8.3;1.7;6.97;.1;1.28;10400
+78079;45.20654;.3302;98;20220210;8.1;1.2;4.6;1.4;8.54;.4;1.08;10066
+78079;45.20654;.3302;98;20220211;12.4;7.9;10.2;2;7.74;0;1.34;8030
+78079;45.20654;.3302;98;20220212;12;-5;3.5;.5;4.8;0;.73;10214
+78079;45.20654;.3302;98;20220213;17.3;-2.4;7.5;3.9;8.46;2.4;1.64;10224
+78079;45.20654;.3302;98;20220214;12;9;10.5;3.3;9.9;3.9;1.13;2484
+78079;45.20654;.3302;98;20220215;10.5;2.2;6.4;2.9;9.56;12.4;.62;4582
+78079;45.20654;.3302;98;20220216;13.8;8.8;11.3;5;12.84;7.7;.6;4031
+78079;45.20654;.3302;98;20220217;13.6;11.9;12.8;4;13.7;1.4;.7;2864
+78079;45.20654;.3302;98;20220218;13.7;10;11.8;2.7;11.47;.3;1.03;4317
+78079;45.20654;.3302;98;20220219;11.7;3.8;7.8;2;7.87;0;1.12;8404
+78079;45.20654;.3302;98;20220220;12.4;3.9;8.1;3.7;10.37;3;.72;6779
+78079;45.20654;.3302;98;20220221;11.7;8.6;10.1;5.6;9.4;.3;1.49;5392
+78079;45.20654;.3302;98;20220222;12.6;4.6;8.6;1.8;9.5;0;.91;6016
+78079;45.20654;.3302;98;20220223;16.4;7.4;11.9;.6;9.54;0;1.1;9536
+78079;45.20654;.3302;98;20220224;14.2;4.3;9.3;2;8.64;.3;1.34;9431
+78079;45.20654;.3302;98;20220225;10.8;.8;5.8;2.1;6.3;0;1.31;10394
+78079;45.20654;.3302;98;20220226;13.9;1;7.5;2.8;5.17;0;2.1;12623
+78079;45.20654;.3302;98;20220227;17.4;.8;9.1;1.3;6.8;.1;1.61;12913
+78079;45.20654;.3302;98;20220228;18.1;.8;9.4;1;7.87;0;1.48;13377
+78079;45.20654;.3302;98;20220301;17.8;1.7;9.7;1.3;7.07;.1;1.68;12818
+78079;45.20654;.3302;98;20220302;11.9;6.3;9.1;1.8;10;2.6;.89;4712
+78079;45.20654;.3302;98;20220303;14.2;8.4;11.3;1.7;10.57;0;1.14;6449
+78079;45.20654;.3302;98;20220304;9.7;7.6;8.6;3.1;10.27;2.1;.69;2558
+78079;45.20654;.3302;98;20220305;9.6;6.3;7.9;2.5;8.87;.6;1.01;6057
+78079;45.20654;.3302;98;20220306;11.7;5.4;8.6;2.9;6.4;0;1.9;10975
+78079;45.20654;.3302;98;20220307;11.4;-2.2;4.6;1.9;4.94;0;1.69;14211
+78079;45.20654;.3302;98;20220308;12.6;1.2;6.9;2;7.9;.5;1.29;9429
+78079;45.20654;.3302;98;20220309;16.5;4;10.2;3;9.27;.3;1.93;13459
+78079;45.20654;.3302;98;20220310;14.2;9;11.6;3;10.37;1.8;1.49;6945
+78079;45.20654;.3302;98;20220311;12.3;9.2;10.7;3.6;10.47;12.3;1.23;4762
+78079;45.20654;.3302;98;20220312;12;6.6;9.3;2.4;10;.9;1.13;7431
+78079;45.20654;.3302;98;20220313;12.1;7.6;9.8;2.8;8.97;11.2;1.46;7210
+78079;45.20654;.3302;98;20220314;14.4;2;8.2;4.1;8.94;0;1.67;11680
+78079;45.20654;.3302;98;20220315;19.4;11.9;15.7;5.3;11.3;0;2.98;10463
+78079;45.20654;.3302;98;20220316;15.5;10.1;12.8;2;11.44;0;1.46;7391
+78079;45.20654;.3302;98;20220317;12.1;10;11;4.7;9.97;1.4;1.57;5000
+78079;45.20654;.3302;98;20220318;15.3;7.6;11.4;3.9;9.02;0;2.14;10358
+78079;45.20654;.3302;98;20220319;18.9;4.5;11.7;2.4;8.66;0;2.55;15221
+78079;45.20654;.3302;98;20220320;17.3;4.3;10.8;3.5;8.99;0;2.48;12464
+78079;45.20654;.3302;98;20220321;18;7.9;13;4.8;8.69;0;3.32;14128
+78079;45.20654;.3302;98;20220322;17.8;5.3;11.6;4.6;6.36;0;3.73;16682
+78079;45.20654;.3302;98;20220323;17.8;2.2;10;3.2;5.92;0;3.32;18397
+78079;45.20654;.3302;98;20220324;19.4;-1.7;8.8;1.9;6.26;0;2.81;19778
+78079;45.20654;.3302;98;20220325;21.2;.4;10.8;1.8;6.22;0;2.98;17647
+78079;45.20654;.3302;98;20220326;22;.7;11.3;2;6.29;0;3.28;19549
+78079;45.20654;.3302;98;20220327;22.1;1.5;11.8;2.3;7.06;0;3.4;18829
+78079;45.20654;.3302;98;20220328;22.4;2.4;12.4;1.7;7.76;0;3.01;17896
+78079;45.20654;.3302;98;20220329;17.2;7.2;12.2;1.7;9.96;.2;1.94;10247
+78079;45.20654;.3302;98;20220330;15.3;9.2;12.2;2.5;10.96;1.9;1.66;7718
+78079;45.20654;.3302;98;20220331;14.2;7.5;10.9;4.8;8.86;2.1;2.43;11299
+78079;45.20654;.3302;98;20220401;8.4;-.1;4.1;6.5;5.52;.7;2.22;13989
+78079;45.20654;.3302;98;20220402;8.6;1.1;4.9;4.5;5.29;0;2.22;13525
+78079;45.20654;.3302;98;20220403;6;-4;1;1.2;5.1;0;1.36;14205
+78079;45.20654;.3302;98;20220404;12.9;-1.7;5.6;1.9;4.84;0;2.47;19839
+78079;45.20654;.3302;98;20220405;13.8;-.3;6.8;1.8;7.89;.1;1.63;11007
+78079;45.20654;.3302;98;20220406;13.3;8.3;10.8;3.3;11.07;3;1.38;6576
+78079;45.20654;.3302;98;20220407;12.9;10.2;11.5;6.5;12.76;19.5;.92;3333
+78079;45.20654;.3302;98;20220408;17.9;11.7;14.8;7.3;11.32;1.4;3.15;9754
+78079;45.20654;.3302;98;20220409;14.7;3.7;9.2;2;7.49;0;2.43;16590
+78079;45.20654;.3302;98;20220410;19.1;-.2;9.4;3;6.57;0;3.6;22794
+78079;45.20654;.3302;98;20220411;22.1;3.7;12.9;4.8;9.44;0;4.12;20526
+78079;45.20654;.3302;98;20220412;18.2;10.6;14.4;3.5;11.12;0;2.57;9990
+78079;45.20654;.3302;98;20220413;15.6;9.8;12.7;1.3;12.86;.8;1.46;7601
+78079;45.20654;.3302;98;20220414;23.7;8.4;16;1.5;12.32;.1;3.42;20679
+78079;45.20654;.3302;98;20220415;24.9;6.4;15.7;2;11.46;0;3.87;22538
+78079;45.20654;.3302;98;20220416;23.8;6.6;15.2;2.5;10.49;0;4.05;22925
+78079;45.20654;.3302;98;20220417;24;3.4;13.7;2.3;9.39;0;4.1;24047
+78079;45.20654;.3302;98;20220418;19.8;8;13.9;2.7;11.56;0;3.01;17316
+78079;45.20654;.3302;98;20220419;17.2;7;12.1;2.5;10.99;12.5;2.05;10567
+78079;45.20654;.3302;98;20220420;14.5;8.7;11.6;2.3;11.96;10.5;1.43;7466
+78079;45.20654;.3302;98;20220421;18.8;10;14.4;1.7;12.89;.1;2.09;10892
+78079;45.20654;.3302;98;20220422;18.9;10.7;14.8;1.4;12.86;2;2.4;14212
+78079;45.20654;.3302;98;20220423;13.5;8.5;11;3;11.99;9.3;1.42;8066
+78079;45.20654;.3302;98;20220424;16.4;9.9;13.1;4.6;12.22;1.9;2.03;8832
+78079;45.20654;.3302;98;20220425;18.4;7.2;12.8;1.9;11.06;0;2.88;18068
+78079;45.20654;.3302;98;20220426;22.1;3.9;13;2.3;10.29;0;3.78;24337
+78079;45.20654;.3302;98;20220427;23.6;5.3;14.5;2.2;11.42;0;3.66;20720
+78079;45.20654;.3302;98;20220428;21.5;11.6;16.5;2.1;13.49;0;3.15;17258
+78079;45.20654;.3302;98;20220429;21.3;11.7;16.5;2.2;13.89;0;2.82;14190
+78079;45.20654;.3302;98;20220430;22.7;9.1;15.9;2.1;11.49;0;3.87;22222
+78079;45.20654;.3302;98;20220501;20.9;5.1;13;1.5;9.52;0;3.53;22409
+78079;45.20654;.3302;98;20220502;21.2;7.9;14.6;2.1;10.19;0;3.67;20638
+78079;45.20654;.3302;98;20220503;22.9;9.4;16.1;2;11.42;1.1;3.95;22224
+78079;45.20654;.3302;98;20220504;21.2;8;14.6;2;10.96;0;3.47;19698
+78079;45.20654;.3302;98;20220505;21.9;6.5;14.2;2.4;10.62;0;3.89;22705
+78079;45.20654;.3302;98;20220506;21.9;8.3;15.1;2;10.7;0;3.14;15276
+78079;45.20654;.3302;98;20220507;23.8;9.6;16.7;1.8;11.14;0;3.31;15368
+78079;45.20654;.3302;98;20220508;24.8;9.3;17;1.7;11.3;0;3.43;16212
+78079;45.20654;.3302;98;20220509;27.6;11.2;19.4;1.1;11.7;0;3.51;16828
+78079;45.20654;.3302;98;20220510;28.8;10.6;19.7;1.3;12.1;0;3.79;17372
+78079;45.20654;.3302;98;20220511;28.3;10.2;19.3;2.1;13.94;0;4.05;18277
+78079;45.20654;.3302;98;20220512;21.2;13.2;17.2;1.4;15.17;1.2;2.04;9065
+78079;45.20654;.3302;98;20220513;24.4;14.3;19.3;1.2;15.67;0;2.65;11846
+78079;45.20654;.3302;98;20220514;28.5;12.2;20.4;1.8;15.37;0;3.8;16709
+78079;45.20654;.3302;98;20220515;29;16.1;22.6;2.4;16.67;10.3;4.08;15283
+78079;45.20654;.3302;98;20220516;26.9;14.7;20.8;1.4;17.37;.1;3.21;15013
+78079;45.20654;.3302;98;20220517;30.3;14.2;22.2;2.3;16;0;4.36;17105
+78079;45.20654;.3302;98;20220518;31.9;14.2;23;2;16.54;2.3;4.53;18098
+78079;45.20654;.3302;98;20220519;27.5;17.3;22.4;2.4;19.17;.1;3.47;14038
+78079;45.20654;.3302;98;20220520;26.6;16.6;21.6;2.2;16.97;0;3.55;14059
+78079;45.20654;.3302;98;20220521;31.4;14.3;22.8;1.3;17.9;0;4.02;18028
+78079;45.20654;.3302;98;20220522;31.9;18.5;25.2;2;20.9;1.9;4.14;15895
+78079;45.20654;.3302;98;20220523;20.9;16.6;18.8;4.4;16.2;2.7;2.48;7482
+78079;45.20654;.3302;98;20220524;19.3;10.5;14.9;2.5;12.64;.9;2.5;11952
+78079;45.20654;.3302;98;20220525;21.3;7.1;14.2;1.9;11;.1;3.17;16776
+78079;45.20654;.3302;98;20220526;18.6;8.9;13.8;1.2;12.87;0;1.97;10741
+78079;45.20654;.3302;98;20220527;23.3;10.9;17.1;2.4;13.54;.1;3.35;15922
+78079;45.20654;.3302;98;20220528;25;12.6;18.8;3.7;11.8;0;4.48;16241
+78079;45.20654;.3302;98;20220529;21.5;9.3;15.4;3.4;9.34;0;4.03;16208
+78079;45.20654;.3302;98;20220530;23.6;7.5;15.6;2.2;8.54;0;4.09;18594
+78079;45.20654;.3302;98;20220531;24.8;12.2;18.5;1.6;11.14;3.6;3.66;16371
+78079;45.20654;.3302;98;20220601;26.6;10.5;18.6;1.9;13.97;10.6;3.86;18143
+78079;45.20654;.3302;98;20220602;28.5;16.1;22.3;2.3;18.47;11.3;3.83;15926
+78079;45.20654;.3302;98;20220603;27.9;17.6;22.8;2.1;20.27;1.3;3.44;14514
+78079;45.20654;.3302;98;20220604;25.6;16.1;20.9;2.1;19.5;0;2.99;13556
+78079;45.20654;.3302;98;20220605;21.8;15.8;18.8;2.5;16.5;0;2.34;8682
+78079;45.20654;.3302;98;20220606;23;12.6;17.8;1;15.24;.3;2.8;14447
+78079;45.20654;.3302;98;20220607;24.2;13.1;18.6;2.1;14.67;9.1;3.33;15160
+78079;45.20654;.3302;98;20220608;19.8;13.7;16.8;2.4;15.74;1.6;2.21;10510
+78079;45.20654;.3302;98;20220609;21.5;11;16.3;1.9;14.1;.6;2.46;11474
+78079;45.20654;.3302;98;20220610;27.3;10.7;19;.9;14.4;.1;3.55;18234
+78079;45.20654;.3302;98;20220611;30.7;12.8;21.8;1.3;16.14;0;5.37;28121
+78079;45.20654;.3302;98;20220612;29.5;16.5;23;1.7;18.44;.4;4.94;24061
+78079;45.20654;.3302;98;20220613;28.7;17.3;23;2.9;16.1;.1;5.53;24368
+78079;45.20654;.3302;98;20220614;33.5;14.6;24.1;1.9;17;.4;6.12;28315
+78079;45.20654;.3302;98;20220615;33.2;20.2;26.7;1.8;19.57;0;5.9;25533
+78079;45.20654;.3302;98;20220616;34.4;15.4;24.9;1.2;17.4;0;5.71;27227
+78079;45.20654;.3302;98;20220617;37.3;18.4;27.9;1.6;17.87;0;6.64;28503
+78079;45.20654;.3302;98;20220618;38.4;19.2;28.8;2.4;17.4;.1;7.43;28271
+78079;45.20654;.3302;98;20220619;30.3;19.7;25;2.6;18.94;20;5.41;22379
+78079;45.20654;.3302;98;20220620;28.9;17.1;23;2.2;19.77;6.9;4.3;19389
+78079;45.20654;.3302;98;20220621;26.6;16.9;21.8;1.5;20.37;9.4;3.34;16027
+78079;45.20654;.3302;98;20220622;25.9;17.5;21.7;3;18.67;1.6;4.2;20004
+78079;45.20654;.3302;98;20220623;24.8;14.8;19.8;1.8;17.97;8.8;3.62;18955
+78079;45.20654;.3302;98;20220624;22.2;16;19.1;2.6;16.97;6;3.34;17050
+78079;45.20654;.3302;98;20220625;18.6;14.2;16.4;1.5;15.87;6.1;2.2;11641
+78079;45.20654;.3302;98;20220626;18.2;13.3;15.7;1.2;15.54;2.2;2.05;11212
+78079;45.20654;.3302;98;20220627;22.9;12.8;17.9;2.1;13.7;0;4.11;22062
+78079;45.20654;.3302;98;20220628;24.7;10.5;17.6;1.7;13;.1;4.62;26290
+78079;45.20654;.3302;98;20220629;25.2;10.2;17.7;1.7;13.97;10.1;4.5;25526
+78079;45.20654;.3302;98;20220630;18.7;13.5;16.1;1.3;14.87;3.8;2.31;12325
+78079;45.20654;.3302;98;20220701;23.1;9.3;16.2;.9;12.4;.1;4.11;25459
+78079;45.20654;.3302;98;20220702;28.7;9.6;19.2;1.3;13.17;.1;5.23;29125
+78079;45.20654;.3302;98;20220703;27;13.6;20.3;2.2;14.77;1.6;4.91;24885
+78079;45.20654;.3302;98;20220704;26.7;16.4;21.6;2.2;16.37;.2;4.49;21008
+78079;45.20654;.3302;98;20220705;28.3;15;21.7;2.3;14.47;.3;5.42;26088
+78079;45.20654;.3302;98;20220706;27.8;14;20.9;2.7;13.8;0;5.58;26508
+78079;45.20654;.3302;98;20220707;28.3;13.5;20.9;2;14.87;0;5.26;26522
+78079;45.20654;.3302;98;20220708;28.4;14.6;21.5;3;14.77;0;5.66;26421
+78079;45.20654;.3302;98;20220709;30.2;14.9;22.6;2.8;14.44;0;6.08;27036
+78079;45.20654;.3302;98;20220710;30.8;15.4;23.1;3;14.67;0;6.25;26840
+78079;45.20654;.3302;98;20220711;33.4;15.6;24.5;2.7;15.1;0;6.68;27908
+78079;45.20654;.3302;98;20220712;34.4;15.9;25.2;2.3;14.74;0;6.64;28504
+78079;45.20654;.3302;98;20220713;34.9;15.6;25.2;1.5;14.5;0;6.12;28343
+78079;45.20654;.3302;98;20220714;36;16.2;26.1;1.7;15.97;0;6.38;28429
+78079;45.20654;.3302;98;20220715;32.8;17.8;25.3;2.6;14.87;0;6.48;26266
+78079;45.20654;.3302;98;20220716;33.5;16.5;25;2.9;13.77;0;6.91;27311
+78079;45.20654;.3302;98;20220717;36.4;16.6;26.5;2.4;13.74;0;7.06;27964
+78079;45.20654;.3302;98;20220718;39;19.1;29.1;2.7;15.57;0;7.78;27719
+78079;45.20654;.3302;98;20220719;29.2;18.7;23.9;2.3;19.04;15.3;4.49;18946
+78079;45.20654;.3302;98;20220720;26.9;17.5;22.2;2.4;18.64;.3;4.22;19688
+78079;45.20654;.3302;98;20220721;30.4;13.7;22.1;1.1;17.1;0;4.94;26224
+78079;45.20654;.3302;98;20220722;28.8;16.1;22.4;2.6;18.34;.2;4.86;22905
+78079;45.20654;.3302;98;20220723;29;16.9;23;1.8;16.74;0;4.56;20961
+78079;45.20654;.3302;98;20220724;35.8;14.3;25.1;1.3;15.6;0;5.84;28130
+78079;45.20654;.3302;98;20220725;26.4;19.1;22.7;2.9;17.7;.1;4.14;16676
+78079;45.20654;.3302;98;20220726;25.1;15;20;1.4;14.7;.1;3.76;18960
+78079;45.20654;.3302;98;20220727;28.2;10.9;19.6;1.2;13.3;0;4.55;24928
+78079;45.20654;.3302;98;20220728;28.8;12.1;20.4;1.4;14.94;0;4.64;24862
+78079;45.20654;.3302;98;20220729;26.8;16.3;21.5;1.5;17.1;.1;3.89;19257
+78079;45.20654;.3302;98;20220730;29.9;14.7;22.3;1.5;17.27;0;4.66;23395
+78079;45.20654;.3302;98;20220731;31.9;14.4;23.2;1.6;16.87;.2;5.21;25628
+78079;45.20654;.3302;98;20220801;33.1;15.3;24.2;1.6;16.54;0;5.44;25821
+78079;45.20654;.3302;98;20220802;34.8;16.1;25.4;1.6;16.44;0;5.7;26296
+78079;45.20654;.3302;98;20220803;37.7;17.3;27.5;1.3;16;0;5.78;26113
+78079;45.20654;.3302;98;20220804;36.3;17.8;27.1;1.8;18.54;0;5.82;24743
+78079;45.20654;.3302;98;20220805;31.1;18.8;25;2.4;18.67;0;5.06;21315
+78079;45.20654;.3302;98;20220806;31.5;18.1;24.8;3.4;14.2;0;6.27;23401
+78079;45.20654;.3302;98;20220807;32.6;14.9;23.8;3.3;11.17;0;6.76;25761
+78079;45.20654;.3302;98;20220808;34.5;15.1;24.8;2.9;11.3;0;6.86;25962
+78079;45.20654;.3302;98;20220809;35.7;17;26.3;2.6;12.04;0;6.71;25470
+78079;45.20654;.3302;98;20220810;37.5;16.3;26.9;2.2;11.8;0;6.61;25884
+78079;45.20654;.3302;98;20220811;38.2;17.1;27.7;1.9;13.44;0;6.25;24726
+78079;45.20654;.3302;98;20220812;39.5;19.3;29.4;1.6;14.34;0;6.09;24599
+78079;45.20654;.3302;98;20220813;35.6;18.5;27.1;2.2;19.47;3.9;5.69;23195
+78079;45.20654;.3302;98;20220814;24.9;19;21.9;2.4;20.4;3.7;2.68;11337
+78079;45.20654;.3302;98;20220815;26.8;16.5;21.6;1.7;17.84;0;3.53;17145
+78079;45.20654;.3302;98;20220816;26.1;15;20.6;1.3;17.87;6;3.1;15549
+78079;45.20654;.3302;98;20220817;24.9;14.5;19.7;1.7;16.87;2.3;3.26;17055
+78079;45.20654;.3302;98;20220818;26.5;13.1;19.8;2;16.07;0;3.66;18523
+78079;45.20654;.3302;98;20220819;26.8;15.7;21.3;2.2;18.34;1.7;3.41;15906
+78079;45.20654;.3302;98;20220820;27.6;16.5;22.1;1.2;18.4;0;3.37;16920
+78079;45.20654;.3302;98;20220821;26.6;15;20.8;1.7;16.94;.4;3.48;17364
+78079;45.20654;.3302;98;20220822;27;18.7;22.9;1.7;19.6;1.4;3.12;13958
+78079;45.20654;.3302;98;20220823;29.9;17.6;23.8;1.2;19.5;0;3.9;19728
+78079;45.20654;.3302;98;20220824;35.2;16.7;25.9;1.4;17.8;2;4.88;22620
+78079;45.20654;.3302;98;20220825;29;18.5;23.8;2;18.6;.3;3.79;16090
+78079;45.20654;.3302;98;20220826;29.7;16.8;23.2;1.3;17.87;0;3.68;17728
+78079;45.20654;.3302;98;20220827;30.7;14.7;22.7;1.9;14.84;0;4.54;21028
+78079;45.20654;.3302;98;20220828;32.5;14.1;23.3;1.6;14.34;0;4.67;22142
+78079;45.20654;.3302;98;20220829;33.2;15.6;24.4;2.1;15.87;.4;4.7;18882
+78079;45.20654;.3302;98;20220830;33.1;17.5;25.3;1.4;16.97;0;4.22;18976
+78079;45.20654;.3302;98;20220831;32.8;15.9;24.4;1.9;16.6;0;4.56;19884
+78079;45.20654;.3302;98;20220901;29;16;22.5;1.4;18.1;5.2;3.17;14650
+78079;45.20654;.3302;98;20220902;26.2;16.1;21.2;1.5;17.64;3.9;2.97;14694
+78079;45.20654;.3302;98;20220903;27.2;15.6;21.4;1.8;16.87;0;3.4;16859
+78079;45.20654;.3302;98;20220904;32.7;14.6;23.7;2.1;15.8;1.9;4.65;20403
+78079;45.20654;.3302;98;20220905;33.4;17.1;25.2;2.2;16.44;1.5;4.76;19278
+78079;45.20654;.3302;98;20220906;31.2;14.7;22.9;2.4;15.94;.4;4.39;18525
+78079;45.20654;.3302;98;20220907;25.2;15.2;20.2;1.4;15.84;.2;2.77;13782
+78079;45.20654;.3302;98;20220908;22.8;13.3;18.1;2.6;15.34;.6;2.74;13788
+78079;45.20654;.3302;98;20220909;24.5;12;18.2;2.3;13.87;.5;3.1;15342
+78079;45.20654;.3302;98;20220910;26.4;10.6;18.5;1;13.6;0;2.95;17675
+78079;45.20654;.3302;98;20220911;31.4;12.4;21.9;1.6;12.9;0;4.07;19939
+78079;45.20654;.3302;98;20220912;36.1;15.2;25.6;2.2;14.6;.2;4.94;18736
+78079;45.20654;.3302;98;20220913;30.3;21.8;26.1;2.1;21;.2;3.28;11486
+78079;45.20654;.3302;98;20220914;29.1;18.2;23.7;1.7;17.57;0;3.27;14431
+78079;45.20654;.3302;98;20220915;26.9;14.4;20.6;1.5;17.14;.3;2.84;14912
+78079;45.20654;.3302;98;20220916;23;13.4;18.2;2.1;13.8;0;2.87;15255
+78079;45.20654;.3302;98;20220917;20.3;8.6;14.5;2.7;8.94;0;3.11;16358
+78079;45.20654;.3302;98;20220918;24.4;5.8;15.1;2.3;7.7;0;3.59;18579
+78079;45.20654;.3302;98;20220919;24.3;8;16.1;3.2;8.74;0;3.95;18015
+78079;45.20654;.3302;98;20220920;23.5;7.7;15.6;3.2;8.6;0;3.8;17545
+78079;45.20654;.3302;98;20220921;24.5;8;16.2;2.9;8.7;0;3.78;17571
+78079;45.20654;.3302;98;20220922;26.5;6.8;16.6;1.3;9.1;0;3.03;17920
+78079;45.20654;.3302;98;20220923;20.3;8.6;14.4;.9;10.84;.3;1.83;10863
+78079;45.20654;.3302;98;20220924;20.6;10.6;15.6;1.3;13.7;5.3;1.78;10123
+78079;45.20654;.3302;98;20220925;19.5;8.9;14.2;1.4;12.1;0;1.94;12899
+78079;45.20654;.3302;98;20220926;20.1;6.5;13.3;2.5;11.64;3.9;2.12;12604
+78079;45.20654;.3302;98;20220927;17.6;10.5;14.1;3.7;13.17;8.4;1.72;9287
+78079;45.20654;.3302;98;20220928;19;14.7;16.9;5.2;15.7;3;1.89;7986
+78079;45.20654;.3302;98;20220929;17.3;10.7;14;1.4;11.87;4.4;1.55;8802
+78079;45.20654;.3302;98;20220930;19.3;7.1;13.2;1.3;10.64;1.5;1.91;13768
+78079;45.20654;.3302;98;20221001;19.1;10.6;14.9;3.5;16.6;6.4;1.01;7032
+78079;45.20654;.3302;98;20221002;21.5;16.3;18.9;2.3;17.1;.1;1.7;7226
+78079;45.20654;.3302;98;20221003;23.6;10.7;17.1;1;13.87;0;1.99;13318
+78079;45.20654;.3302;98;20221004;24.8;8.9;16.8;.9;13.17;.1;2.03;14185
+78079;45.20654;.3302;98;20221005;26.8;9.2;18;1.3;13.77;.6;2.34;14336
+78079;45.20654;.3302;98;20221006;20.7;13.7;17.2;1.5;15.54;0;1.44;7135
+78079;45.20654;.3302;98;20221007;24.5;10.6;17.6;1.2;14.77;0;1.89;11967
+78079;45.20654;.3302;98;20221008;22.1;14;18.1;2.3;13.5;0;2.2;9446
+78079;45.20654;.3302;98;20221009;25;8.9;17;1.9;12.47;.1;2.41;13512
+78079;45.20654;.3302;98;20221010;21.7;12.2;16.9;1.2;15.14;0;1.49;8805
+78079;45.20654;.3302;98;20221011;20.2;15.7;17.9;1.7;17.2;5.5;1.26;5929
+78079;45.20654;.3302;98;20221012;19.8;12.6;16.2;1.3;15.04;.1;1.35;8697
+78079;45.20654;.3302;98;20221013;18.7;10.3;14.5;1.5;15.07;4.8;1.05;6529
+78079;45.20654;.3302;98;20221014;20.1;15.9;18;4;18.07;1.1;1.24;4791
+78079;45.20654;.3302;98;20221015;22.9;16.2;19.5;2.1;17.2;0;1.64;7245
+78079;45.20654;.3302;98;20221016;27.9;14;20.9;2.3;16.84;.2;2.45;11038
+78079;45.20654;.3302;98;20221017;24.5;18;21.3;2.3;18.34;2.7;1.91;7242
+78079;45.20654;.3302;98;20221018;27.9;14.7;21.3;2.4;17.47;0;2.42;10728
+78079;45.20654;.3302;98;20221019;26.2;15.6;20.9;2.6;17.07;5.2;2.29;9156
+78079;45.20654;.3302;98;20221020;24.8;14.6;19.7;2.9;16.87;0;2.06;8399
+78079;45.20654;.3302;98;20221021;22.5;15.3;18.9;2.1;14.4;.5;1.82;6325
+78079;45.20654;.3302;98;20221022;23.3;11.6;17.5;1.9;14.27;0;1.74;9296
+78079;45.20654;.3302;98;20221023;26;16.1;21;3.8;13.94;0;3.12;7950
+78079;45.20654;.3302;98;20221024;22.6;11.7;17.1;1.4;12.37;0;1.64;9102
+78079;45.20654;.3302;98;20221025;22.7;8.9;15.8;1.8;12.9;2.3;1.52;8200
+78079;45.20654;.3302;98;20221026;25.7;11.3;18.5;1.5;14.57;.1;1.65;9882
+78079;45.20654;.3302;98;20221027;24.7;14.5;19.6;2.9;16.24;0;1.99;6504
+78079;45.20654;.3302;98;20221028;26.2;19.6;22.9;2.4;15.9;0;2.3;6295
+78079;45.20654;.3302;98;20221029;25.9;14.7;20.3;1.8;13.4;0;1.96;7661
+78079;45.20654;.3302;98;20221030;22.7;11.6;17.1;1.2;13.7;4.4;1.27;7624
+78079;45.20654;.3302;98;20221031;21.6;12.6;17.1;2.5;15.17;3.7;1.4;6217
+78079;45.20654;.3302;98;20221101;18.7;10.2;14.4;1.6;13.27;.3;1.05;7105
+78079;45.20654;.3302;98;20221102;19.2;8.6;13.9;1.3;11.77;0;1.07;8692
+78079;45.20654;.3302;98;20221103;18.6;9.4;14;2.8;11.77;9.3;1.48;5953
+78079;45.20654;.3302;98;20221104;14;8.9;11.5;3.8;10.6;2.6;1.19;5804
+78079;45.20654;.3302;98;20221105;16.4;3.2;9.8;1.1;8.8;.1;.86;7564
+78079;45.20654;.3302;98;20221106;16.5;4.1;10.3;1.7;9.97;.9;.92;6975
+78079;45.20654;.3302;98;20221107;19.5;10.1;14.8;2.1;12.47;0;1.22;7705
+78079;45.20654;.3302;98;20221108;19.4;10.4;14.9;3.2;12.9;.7;1.43;5584
+78079;45.20654;.3302;98;20221109;15;12.8;13.9;1.2;13.8;1;.66;2262
+78079;45.20654;.3302;98;20221110;12.7;8.2;10.5;1;11.34;.1;.55;3136
+78079;45.20654;.3302;98;20221111;20.4;4.3;12.4;1.6;10.97;.1;1;8423
+78079;45.20654;.3302;98;20221112;21.7;9.2;15.4;1.9;12.17;.1;1.25;7890
+78079;45.20654;.3302;98;20221113;21.6;6.4;14;1;10.54;.1;.88;8120
+78079;45.20654;.3302;98;20221114;14.6;7.6;11.1;1.7;11.77;4.9;.64;3509
+78079;45.20654;.3302;98;20221115;15.2;10.2;12.7;2.7;12.94;9.3;.72;3376
+78079;45.20654;.3302;98;20221116;16.9;10;13.5;3.2;12.97;3.2;.92;4774
+78079;45.20654;.3302;98;20221117;15;11.9;13.4;3.7;13;5.6;.92;3184
+78079;45.20654;.3302;98;20221118;12.8;5.7;9.3;1.3;10.37;1.7;.52;5162
+78079;45.20654;.3302;98;20221119;11.1;6.8;9;1.2;9.44;.2;.55;4287
+78079;45.20654;.3302;98;20221120;11.4;1.3;6.4;1.4;8.67;3.7;.48;3855
+78079;45.20654;.3302;98;20221121;12.9;6.3;9.6;3.4;10.44;14.1;.73;2872
+78079;45.20654;.3302;98;20221122;12;6.1;9;3;10;13.6;.64;4210
+78079;45.20654;.3302;98;20221123;15.5;9.1;12.3;3.6;11.7;2;.94;4764
+78079;45.20654;.3302;98;20221124;13;6.1;9.6;1.6;10.44;.3;.51;4040
+78079;45.20654;.3302;98;20221125;14;9.2;11.6;1.6;10.77;1.8;.68;3804
+78079;45.20654;.3302;98;20221126;11.5;2.8;7.2;1.2;8.44;0;.44;4919
+78079;45.20654;.3302;98;20221127;11.4;2.6;7;1.3;8.44;7.6;.45;4787
+78079;45.20654;.3302;98;20221128;13.2;7.9;10.6;2;10.77;3;.62;3808
+78079;45.20654;.3302;98;20221129;7.7;2.6;5.1;.8;8.67;.3;.3;2915
+78079;45.20654;.3302;98;20221130;10.9;3.6;7.3;2;8.47;.1;.54;4479
+78079;45.20654;.3302;98;20221201;10.2;3.4;6.8;3.5;7.67;0;.77;5002
+78079;45.20654;.3302;98;20221202;6.5;4.6;5.5;2.5;7.44;.5;.6;1240
+78079;45.20654;.3302;98;20221203;7.1;3.7;5.4;1.7;7.47;.5;.51;2397
+78079;45.20654;.3302;98;20221204;8.8;2.3;5.6;.9;7.5;.4;.38;3531
+78079;45.20654;.3302;98;20221205;10;-.8;4.6;1.8;6.47;.1;.5;5746
+78079;45.20654;.3302;98;20221206;6.8;-.2;3.3;1.9;6.1;.1;.48;3476
+78079;45.20654;.3302;98;20221207;7.2;-.9;3.1;2.2;5.94;.1;.47;5260
+78079;45.20654;.3302;98;20221208;5.6;-1.5;2.1;1.8;6.04;1.9;.38;3566
+78079;45.20654;.3302;98;20221209;6.8;3.1;5;2.3;6.94;.2;.59;2615
+78079;45.20654;.3302;98;20221210;3.1;-2.1;.5;2.4;4.9;0;.51;3327
+78079;45.20654;.3302;98;20221211;3.5;-5.6;-1;1.1;4.27;.1;.28;4870
+78079;45.20654;.3302;98;20221212;2.6;-4.1;-.8;1.9;5.24;6;.3;2947
+78079;45.20654;.3302;98;20221213;5.4;1.4;3.4;2.1;8.1;2.7;.18;2010
+78079;45.20654;.3302;98;20221214;15.8;5.6;10.7;1.7;11.77;2;.4;3767
+78079;45.20654;.3302;98;20221215;9.9;8.6;9.3;2.7;10.64;2.9;.51;1181
+78079;45.20654;.3302;98;20221216;7.3;2.1;4.7;4.2;6.04;0;.93;4314
+78079;45.20654;.3302;98;20221217;6.8;-5.4;.7;1.6;4.24;0;.47;5780
+78079;45.20654;.3302;98;20221218;11.5;-2.6;4.4;2.4;6.9;.1;.57;5051
+78079;45.20654;.3302;98;20221219;15.7;7;11.4;3;10.44;.1;.91;4035
+78079;45.20654;.3302;98;20221220;14.7;11.5;13.1;3.9;12.2;3.5;.99;1984
+78079;45.20654;.3302;98;20221221;15;10.6;12.8;3.2;12.97;.6;.67;2421
+78079;45.20654;.3302;98;20221222;14.9;11.8;13.3;4.5;14.07;15.6;.6;1710
+78079;45.20654;.3302;98;20221223;15.8;13.7;14.7;2.8;14.57;4;.72;1681
+78079;45.20654;.3302;98;20221224;17.3;11.5;14.4;1.4;12.77;0;.59;4069
+78079;45.20654;.3302;98;20221225;16.8;6.5;11.7;1.7;10.5;0;.61;4423
+78079;45.20654;.3302;98;20221226;13.2;9.4;11.3;1.3;11.67;1.4;.47;2352
+78079;45.20654;.3302;98;20221227;10.8;6.4;8.6;.9;10.2;.1;.34;2804
+78079;45.20654;.3302;98;20221228;15.5;6.3;10.9;2.5;10.79;.3;.64;4958
+78079;45.20654;.3302;98;20221229;11.5;9.8;10.7;2.4;11.54;13.6;.63;876
+78079;45.20654;.3302;98;20221230;14.2;9.4;11.8;3.2;12.07;2.7;.72;2540
+78079;45.20654;.3302;98;20221231;18.1;10.6;14.4;3.3;11.94;0;1.29;4384
+78080;45.23521;.646;153;20220101;18.2;4.9;11.6;2.2;9.04;0;1.01;6028
+78080;45.23521;.646;153;20220102;14.4;7.6;11;2;10.4;.2;.73;4129
+78080;45.23521;.646;153;20220103;14.7;8.9;11.8;2.9;11.37;.2;.78;4113
+78080;45.23521;.646;153;20220104;14.8;10.7;12.7;3.9;9.94;.8;1.53;2729
+78080;45.23521;.646;153;20220105;7.3;1.5;4.4;2.2;6.2;.1;.61;4626
+78080;45.23521;.646;153;20220106;7.3;-2.1;2.6;.8;5.2;.1;.3;5946
+78080;45.23521;.646;153;20220107;9.8;-1.2;4.3;2.5;7.17;5.1;.58;4388
+78080;45.23521;.646;153;20220108;11.5;7.4;9.5;5.1;10.17;11.4;.81;2903
+78080;45.23521;.646;153;20220109;8.4;5.9;7.1;2.2;9.47;14.1;.42;1763
+78080;45.23521;.646;153;20220110;8.3;7.1;7.7;.9;9.77;1.2;.43;1245
+78080;45.23521;.646;153;20220111;9.9;1.6;5.7;1.8;6.34;0;.66;5736
+78080;45.23521;.646;153;20220112;7.1;-1.9;2.6;3;5.14;0;.77;5488
+78080;45.23521;.646;153;20220113;8.7;-1.9;3.4;1.4;4.84;0;.56;6222
+78080;45.23521;.646;153;20220114;9.9;-4.8;2.6;1;4.84;.1;.42;7199
+78080;45.23521;.646;153;20220115;9.1;-3.3;2.9;.9;5.1;0;.39;6799
+78080;45.23521;.646;153;20220116;7.9;-5;1.4;1;5.37;.2;.3;7089
+78080;45.23521;.646;153;20220117;7;-1;3;1.5;6.6;.1;.35;4512
+78080;45.23521;.646;153;20220118;3.6;-1;1.3;1.4;6;.3;.35;4454
+78080;45.23521;.646;153;20220119;4.5;.2;2.4;1.7;7.34;2.3;.26;2217
+78080;45.23521;.646;153;20220120;6.1;1.7;3.9;1.7;7;.2;.47;2955
+78080;45.23521;.646;153;20220121;5.9;.1;3;3.9;5.3;0;.94;5651
+78080;45.23521;.646;153;20220122;8.1;-1.7;3.2;3.4;5.5;0;.92;6762
+78080;45.23521;.646;153;20220123;11.8;-1.1;5.4;1.6;5.74;0;.78;7406
+78080;45.23521;.646;153;20220124;12;-1.1;5.5;1.2;5.6;0;.71;7599
+78080;45.23521;.646;153;20220125;11.9;-1.5;5.2;1.1;6.27;0;.6;7654
+78080;45.23521;.646;153;20220126;11.1;-1.5;4.8;1.3;5.97;0;.63;7595
+78080;45.23521;.646;153;20220127;7;-5.1;.9;1.5;5.1;.1;.52;7893
+78080;45.23521;.646;153;20220128;9;-3.7;2.6;1.6;6.4;.1;.55;6902
+78080;45.23521;.646;153;20220129;1.8;.2;1;1;6.74;.1;.29;1952
+78080;45.23521;.646;153;20220130;9.8;1.7;5.7;2;8.54;.2;.49;4407
+78080;45.23521;.646;153;20220131;10.2;4.9;7.6;3.7;8.77;1;.84;3645
+78080;45.23521;.646;153;20220201;7.9;.6;4.3;2.9;8.3;.9;.36;4683
+78080;45.23521;.646;153;20220202;9.5;7.5;8.5;1.9;9.74;.1;.61;2477
+78080;45.23521;.646;153;20220203;6;1.8;3.9;2;8.3;.6;.31;3031
+78080;45.23521;.646;153;20220204;10.5;6;8.3;2.1;10.17;2.3;.54;3411
+78080;45.23521;.646;153;20220205;10.3;3.2;6.8;2.5;7.4;0;.93;7448
+78080;45.23521;.646;153;20220206;9.4;0;4.7;3.2;8.7;2.4;.39;4704
+78080;45.23521;.646;153;20220207;12;8.8;10.4;3.1;9.2;.7;1.23;5267
+78080;45.23521;.646;153;20220208;14.1;.2;7.1;1.5;6.34;0;1.09;9711
+78080;45.23521;.646;153;20220209;16.8;1.2;9;2.4;6.9;0;1.57;10333
+78080;45.23521;.646;153;20220210;10;3.2;6.6;.8;8.19;.3;.9;10233
+78080;45.23521;.646;153;20220211;11.7;7.7;9.7;1.8;7.39;0;1.26;4561
+78080;45.23521;.646;153;20220212;11.7;-5.3;3.2;.5;4.79;0;.73;10214
+78080;45.23521;.646;153;20220213;17.7;-4.3;6.7;1.8;7.99;2.9;1.34;11873
+78080;45.23521;.646;153;20220214;11.7;8.7;10.2;3.3;9.89;3.1;1.13;2484
+78080;45.23521;.646;153;20220215;9.7;1.7;5.7;1.7;9.29;11.3;.51;4046
+78080;45.23521;.646;153;20220216;13;8.4;10.7;4.6;12.6;8.1;.52;3797
+78080;45.23521;.646;153;20220217;13.2;11.4;12.3;3.7;13.54;1.4;.64;2698
+78080;45.23521;.646;153;20220218;13.4;9.8;11.6;2.7;11.4;.3;1;4517
+78080;45.23521;.646;153;20220219;11.2;4.3;7.8;2.1;7.77;0;1.15;8571
+78080;45.23521;.646;153;20220220;11.7;3.9;7.8;3.3;10.1;2.9;.7;5979
+78080;45.23521;.646;153;20220221;11.2;8.3;9.8;5.6;9.24;.4;1.46;5392
+78080;45.23521;.646;153;20220222;12.2;5.1;8.7;2;9.4;0;.94;6149
+78080;45.23521;.646;153;20220223;16.4;7.6;12;.8;9.07;0;1.24;10269
+78080;45.23521;.646;153;20220224;14.3;5.3;9.8;2.2;8.5;.3;1.46;9031
+78080;45.23521;.646;153;20220225;10.2;1.3;5.8;2.2;6.24;0;1.31;10127
+78080;45.23521;.646;153;20220226;13.9;.1;7;3;5;0;2.15;12423
+78080;45.23521;.646;153;20220227;16.5;1.1;8.8;1.6;6.57;0;1.71;12579
+78080;45.23521;.646;153;20220228;17.5;1.6;9.5;1.2;7.74;0;1.56;13310
+78080;45.23521;.646;153;20220301;17.4;2.6;10;1.7;6.87;0;1.86;12818
+78080;45.23521;.646;153;20220302;11.3;5.8;8.6;2.1;9.7;1.7;.9;4712
+78080;45.23521;.646;153;20220303;13.9;8.3;11.1;1.7;10.44;0;1.13;6316
+78080;45.23521;.646;153;20220304;9.7;6.8;8.2;3.4;10.2;2.1;.64;2524
+78080;45.23521;.646;153;20220305;8;6.1;7.1;2.6;8.97;1;.73;3490
+78080;45.23521;.646;153;20220306;11.2;4.5;7.8;2.8;6.14;0;1.84;11041
+78080;45.23521;.646;153;20220307;11.4;-2.6;4.4;2.3;4.87;0;1.76;14177
+78080;45.23521;.646;153;20220308;13.1;1.8;7.4;2.5;7.67;.7;1.55;10829
+78080;45.23521;.646;153;20220309;16.5;3.7;10.1;3.2;9.04;.3;2.01;13426
+78080;45.23521;.646;153;20220310;13.8;8.7;11.3;3.3;10.17;1.5;1.53;7345
+78080;45.23521;.646;153;20220311;12.5;9.5;11;3.9;10.3;13.6;1.38;4929
+78080;45.23521;.646;153;20220312;10.6;6.3;8.5;2.4;9.97;1.3;.91;5631
+78080;45.23521;.646;153;20220313;10.6;7.1;8.8;3.7;8.94;11.7;1.31;6110
+78080;45.23521;.646;153;20220314;14;1.5;7.7;4.4;8.8;.1;1.64;11613
+78080;45.23521;.646;153;20220315;19.3;11.7;15.5;5.6;11.04;0;3.08;10496
+78080;45.23521;.646;153;20220316;15.2;9.9;12.6;2;11.2;0;1.47;7291
+78080;45.23521;.646;153;20220317;12.2;10;11.1;4.7;9.87;1.4;1.64;5233
+78080;45.23521;.646;153;20220318;14.7;7.7;11.2;2.3;9.09;0;1.89;9976
+78080;45.23521;.646;153;20220319;18.7;3.7;11.2;1.1;8.29;0;2.09;15063
+78080;45.23521;.646;153;20220320;16.7;2.7;9.7;2.5;9.19;.1;2.12;14692
+78080;45.23521;.646;153;20220321;16.7;7.7;12.2;3.9;8.39;0;2.8;11785
+78080;45.23521;.646;153;20220322;17.7;4.7;11.2;3.8;6.09;0;3.4;14446
+78080;45.23521;.646;153;20220323;17.7;-.3;8.7;2.5;5.49;0;2.93;17293
+78080;45.23521;.646;153;20220324;19.7;-3.3;8.2;.9;5.99;0;2.37;19836
+78080;45.23521;.646;153;20220325;21.7;-1.3;10.2;.9;5.99;0;2.58;20042
+78080;45.23521;.646;153;20220326;21.7;-1.3;10.2;1;5.69;0;2.69;20247
+78080;45.23521;.646;153;20220327;21.7;-.3;10.7;1.2;6.79;0;2.8;19989
+78080;45.23521;.646;153;20220328;22.7;.7;11.7;1;7.49;0;2.78;20189
+78080;45.23521;.646;153;20220329;16.7;6.7;11.7;.4;9.69;1;1.81;13541
+78080;45.23521;.646;153;20220330;14.7;9.7;12.2;1.7;10.99;.4;1.37;5254
+78080;45.23521;.646;153;20220331;13.7;7.7;10.7;3.6;9.09;2.9;1.86;5799
+78080;45.23521;.646;153;20220401;6.7;-.3;3.2;5.7;5.89;1;1.57;11067
+78080;45.23521;.646;153;20220402;7.7;.7;4.2;3.6;5.49;0;1.77;10577
+78080;45.23521;.646;153;20220403;5.7;-4.3;.7;1.2;5.09;0;1.36;14205
+78080;45.23521;.646;153;20220404;12.7;-1.3;5.7;1.4;4.79;0;2.22;17078
+78080;45.23521;.646;153;20220405;13.7;-2.3;5.7;1.1;7.79;.1;1.4;9830
+78080;45.23521;.646;153;20220406;12.7;8.7;10.7;2.6;11.19;3;1.18;5007
+78080;45.23521;.646;153;20220407;11.7;9.7;10.7;4.6;12.69;18.4;.69;3599
+78080;45.23521;.646;153;20220408;17.7;11.7;14.7;5;11.29;1.4;2.96;11364
+78080;45.23521;.646;153;20220409;14.7;2.7;8.7;1.8;7.39;0;2.37;16471
+78080;45.23521;.646;153;20220410;18.7;-2.3;8.2;1.6;6.29;0;3.04;22176
+78080;45.23521;.646;153;20220411;21.7;3.7;12.7;4.4;9.19;0;4.07;20653
+78080;45.23521;.646;153;20220412;18.7;10.7;14.7;2.7;10.89;6.8;2.84;13671
+78080;45.23521;.646;153;20220413;14.7;9.7;12.2;.7;12.99;1.7;1.15;5905
+78080;45.23521;.646;153;20220414;23.7;6.7;15.2;1;12.09;.1;3.17;20538
+78080;45.23521;.646;153;20220415;24.7;5.7;15.2;1.2;11.29;0;3.48;21916
+78080;45.23521;.646;153;20220416;23.7;5.7;14.7;1.9;10.09;0;3.72;21477
+78080;45.23521;.646;153;20220417;24.7;1.7;13.2;1.7;8.79;0;3.98;24541
+78080;45.23521;.646;153;20220418;19.7;5.7;12.7;1.7;10.79;0;2.93;19149
+78080;45.23521;.646;153;20220419;17.7;5.7;11.7;1.5;11.09;10.6;2.1;12903
+78080;45.23521;.646;153;20220420;14.7;8.7;11.7;1.2;12.29;9.6;1.84;12500
+78080;45.23521;.646;153;20220421;18.7;10.7;14.7;1.2;13.19;0;1.71;7878
+78080;45.23521;.646;153;20220422;18.7;10.7;14.7;.7;12.99;0;2.36;14736
+78080;45.23521;.646;153;20220423;12.7;7.7;10.2;2.5;11.99;15.3;1.51;11598
+78080;45.23521;.646;153;20220424;15.7;9.7;12.7;3.3;12.09;8.1;1.88;9197
+78080;45.23521;.646;153;20220425;17.7;6.7;12.2;1.1;10.59;0;2.18;13004
+78080;45.23521;.646;153;20220426;21.7;3.7;12.7;1.1;9.99;0;3.38;23012
+78080;45.23521;.646;153;20220427;24.7;3.7;14.2;1.2;11.49;0;3.84;25062
+78080;45.23521;.646;153;20220428;21.7;10.7;16.2;1.6;13.89;0;3.1;18076
+78080;45.23521;.646;153;20220429;20.7;11.7;16.2;1.4;13.69;0;2.04;8772
+78080;45.23521;.646;153;20220430;22.7;7.7;15.2;1.2;10.89;0;3.52;21468
+78080;45.23521;.646;153;20220501;20.7;3.7;12.2;1;9.49;0;3.33;23027
+78080;45.23521;.646;153;20220502;21.7;6.7;14.2;1;10.29;0;3.39;21715
+78080;45.23521;.646;153;20220503;22.7;8.7;15.7;1.2;11.49;1.7;3.52;21074
+78080;45.23521;.646;153;20220504;20.7;7.7;14.2;1.6;11.39;0;3.32;20395
+78080;45.23521;.646;153;20220505;21.7;5.7;13.7;1.8;10.39;0;3.71;22816
+78080;45.23521;.646;153;20220506;21.4;7.9;14.6;2;10.47;0;3.11;15176
+78080;45.23521;.646;153;20220507;23.1;9.7;16.4;1.8;10.87;0;3.32;15335
+78080;45.23521;.646;153;20220508;24.4;9.5;17;2.1;11.07;0;3.65;16179
+78080;45.23521;.646;153;20220509;27.2;11.3;19.3;1.5;11.57;0;3.77;16828
+78080;45.23521;.646;153;20220510;28.3;11.6;19.9;1.7;11.94;0;4.1;17338
+78080;45.23521;.646;153;20220511;28.5;10.1;19.3;2.3;13.37;.1;4.28;18311
+78080;45.23521;.646;153;20220512;20.9;12.9;16.9;1.4;15.4;1.4;2.45;12848
+78080;45.23521;.646;153;20220513;24.2;14.4;19.3;1.2;15.94;0;2.6;11813
+78080;45.23521;.646;153;20220514;28.1;12.7;20.4;1.8;15.6;0;3.78;16676
+78080;45.23521;.646;153;20220515;28.3;16.4;22.3;2.4;16.37;7.9;4.06;15216
+78080;45.23521;.646;153;20220516;26.8;14.7;20.8;1.5;17.24;.1;3.28;14980
+78080;45.23521;.646;153;20220517;30.2;14.5;22.4;2.6;15.84;0;4.57;17072
+78080;45.23521;.646;153;20220518;31.6;14.5;23;2.2;16.3;2.7;4.7;18131
+78080;45.23521;.646;153;20220519;27.9;17.4;22.7;2.8;18.84;.1;3.76;14138
+78080;45.23521;.646;153;20220520;27.1;16.9;22;2.8;16;0;4.08;14126
+78080;45.23521;.646;153;20220521;31.5;14.7;23.1;1.4;17.97;0;4.1;18028
+78080;45.23521;.646;153;20220522;31.5;18.6;25.1;2;21.04;1.3;4.08;15862
+78080;45.23521;.646;153;20220523;20.9;16.4;18.6;3.9;16;2.1;2.41;7515
+78080;45.23521;.646;153;20220524;19.2;10.5;14.8;2.7;12.57;.4;2.55;11919
+78080;45.23521;.646;153;20220525;21.4;7.7;14.5;2.2;10.77;.1;3.35;16843
+78080;45.23521;.646;153;20220526;18.2;9.3;13.7;1.5;12.74;.1;2.05;10774
+78080;45.23521;.646;153;20220527;23.2;10.5;16.8;2.6;13.34;0;3.43;16055
+78080;45.23521;.646;153;20220528;25.1;11.8;18.5;3.5;11.5;0;4.45;16241
+78080;45.23521;.646;153;20220529;21.6;9;15.3;3.1;9.1;0;3.96;16174
+78080;45.23521;.646;153;20220530;23.6;7.2;15.4;1.9;8.27;0;4.01;18560
+78080;45.23521;.646;153;20220531;24.7;11.8;18.3;1.6;10.87;2.6;3.67;16138
+78080;45.23521;.646;153;20220601;26.4;10.5;18.5;2.2;13.87;9.9;4;18176
+78080;45.23521;.646;153;20220602;28.3;15.8;22;2.8;18.2;15.2;3.99;15793
+78080;45.23521;.646;153;20220603;27.8;17.5;22.7;2.3;19.77;2.3;3.58;14580
+78080;45.23521;.646;153;20220604;25.4;15.3;20.3;2.1;19.24;2.5;2.96;13490
+78080;45.23521;.646;153;20220605;21.7;15.6;18.6;2.6;16.5;.1;2.31;8548
+78080;45.23521;.646;153;20220606;23.3;12.8;18;1.2;15.24;.4;2.91;14547
+78080;45.23521;.646;153;20220607;23.9;13.6;18.8;2.3;14.67;8.2;3.43;15193
+78080;45.23521;.646;153;20220608;19.3;13.3;16.3;2.3;15.5;2.6;2.15;10410
+78080;45.23521;.646;153;20220609;21.1;10.9;16;2;14.04;.7;2.45;11341
+78080;45.23521;.646;153;20220610;27;11.6;19.3;1.2;14.4;.1;3.69;18234
+78080;45.23521;.646;153;20220611;30.4;13;21.7;1.6;15.54;0;5.53;28421
+78080;45.23521;.646;153;20220612;29.3;16.2;22.8;1.7;18.07;.4;4.93;23961
+78080;45.23521;.646;153;20220613;28.6;17.7;23.1;2.6;16.6;.2;5.39;24301
+78080;45.23521;.646;153;20220614;33.2;14.9;24.1;2.3;16.87;.5;6.33;28315
+78080;45.23521;.646;153;20220615;33.2;20.8;27;2.4;19.14;0;6.2;25266
+78080;45.23521;.646;153;20220616;34.4;16.3;25.3;1.4;17.5;0;5.94;27694
+78080;45.23521;.646;153;20220617;37.3;18.8;28.1;1.9;17.54;0;6.82;27969
+78080;45.23521;.646;153;20220618;38.3;18.6;28.5;2.6;17.05;0;7.64;28406
+78080;45.23521;.646;153;20220619;31.1;18.6;24.9;2.5;18.85;13;5.48;22619
+78080;45.23521;.646;153;20220620;28.9;16.8;22.9;2;20.1;7.2;4.22;19284
+78080;45.23521;.646;153;20220621;26.4;17;21.7;1.5;20.44;11.2;3.56;17727
+78080;45.23521;.646;153;20220622;25.6;17.7;21.7;2.5;18.84;1.2;3.86;18071
+78080;45.23521;.646;153;20220623;24;15;19.5;1.9;17.94;7.1;3.41;17722
+78080;45.23521;.646;153;20220624;21.9;15.7;18.8;2.3;16.84;5.1;3.18;16116
+78080;45.23521;.646;153;20220625;18.1;13.7;15.9;1.5;15.7;5.7;2.17;11874
+78080;45.23521;.646;153;20220626;16.9;12.8;14.8;1.5;15.44;5.7;1.79;9912
+78080;45.23521;.646;153;20220627;22.7;13.3;18;2.4;13.97;0;4.16;22228
+78080;45.23521;.646;153;20220628;24.4;10.3;17.3;2.1;12.87;.1;4.71;26790
+78080;45.23521;.646;153;20220629;25.3;11;18.1;2;14.14;9.6;4.68;26092
+78080;45.23521;.646;153;20220630;17.5;13.2;15.4;1.6;14.84;8.7;2.03;10692
+78080;45.23521;.646;153;20220701;22.7;10;16.3;1.2;12.6;.1;4.09;24859
+78080;45.23521;.646;153;20220702;28.4;10.1;19.2;1.5;13.24;.2;5.27;29025
+78080;45.23521;.646;153;20220703;26.6;13.5;20.1;1.9;14.84;1.3;4.76;24718
+78080;45.23521;.646;153;20220704;26.1;16.3;21.2;2.1;16.5;.2;4.47;21908
+78080;45.23521;.646;153;20220705;27.7;14.9;21.3;2.4;14.6;.5;5.36;26088
+78080;45.23521;.646;153;20220706;27.3;13.9;20.6;2.7;13.87;0;5.46;26341
+78080;45.23521;.646;153;20220707;28.1;12.9;20.5;2;14.85;0;5.03;24833
+78080;45.23521;.646;153;20220708;28.1;13.7;20.9;2.7;14.75;0;5.19;24132
+78080;45.23521;.646;153;20220709;29.8;13.9;21.9;2.4;14.5;0;5.59;25304
+78080;45.23521;.646;153;20220710;30.5;14.5;22.5;2.6;14.7;0;5.8;25161
+78080;45.23521;.646;153;20220711;32.7;15;23.9;2.6;15.3;0;6.32;26712
+78080;45.23521;.646;153;20220712;33.7;14.9;24.3;2.4;14.85;0;6.51;27456
+78080;45.23521;.646;153;20220713;34.6;15.3;24.9;1.6;14.45;0;6.14;27665
+78080;45.23521;.646;153;20220714;35.9;16.3;26.1;1.6;16.1;0;6.34;27943
+78080;45.23521;.646;153;20220715;33;16.3;24.7;2.2;15.4;0;6.05;25499
+78080;45.23521;.646;153;20220716;33.3;15.3;24.3;2.5;14.1;0;6.44;26516
+78080;45.23521;.646;153;20220717;36;15.9;26;2.5;13.95;0;7.06;28046
+78080;45.23521;.646;153;20220718;38.9;18.5;28.7;2.8;15.45;0;7.81;27428
+78080;45.23521;.646;153;20220719;29.9;17.1;23.5;2.3;18.65;18;4.54;18719
+78080;45.23521;.646;153;20220720;27.2;17.4;22.3;2.6;18.7;.3;4.26;19232
+78080;45.23521;.646;153;20220721;30.4;13.6;22;1;17.2;0;4.8;25287
+78080;45.23521;.646;153;20220722;29.4;15.5;22.5;2.7;18.4;.5;4.94;22657
+78080;45.23521;.646;153;20220723;28.6;17.2;22.9;1.9;16.57;0;4.51;20327
+78080;45.23521;.646;153;20220724;35.3;14.5;24.9;1.6;15.5;0;6.04;28197
+78080;45.23521;.646;153;20220725;26.8;18.4;22.6;2.9;17.54;.1;4.17;16843
+78080;45.23521;.646;153;20220726;24.7;15;19.8;1.9;14.4;.1;3.97;19527
+78080;45.23521;.646;153;20220727;27.9;11.8;19.8;1.4;13.17;0;4.74;25628
+78080;45.23521;.646;153;20220728;28.7;12.1;20.4;1.4;14.8;0;4.63;24943
+78080;45.23521;.646;153;20220729;26.8;16.3;21.6;1.5;16.95;.1;4.01;19686
+78080;45.23521;.646;153;20220730;29.6;15.1;22.3;1.7;17.3;0;4.74;23242
+78080;45.23521;.646;153;20220731;31.9;15.5;23.7;1.6;16.7;.6;5.21;24892
+78080;45.23521;.646;153;20220801;33.1;16;24.5;1.6;16.35;0;5.41;25081
+78080;45.23521;.646;153;20220802;34.7;16.2;25.4;1.8;16.25;0;5.79;25844
+78080;45.23521;.646;153;20220803;37.5;18.3;27.9;1.4;15.67;0;5.98;26313
+78080;45.23521;.646;153;20220804;36.3;18.4;27.3;1.8;18.47;0;5.9;24943
+78080;45.23521;.646;153;20220805;30.9;18.8;24.8;2.3;18.87;0;4.82;20015
+78080;45.23521;.646;153;20220806;31.5;17.9;24.7;3;14.54;0;5.95;23201
+78080;45.23521;.646;153;20220807;32.7;14.4;23.5;2.8;11.24;0;6.43;25561
+78080;45.23521;.646;153;20220808;34.3;14.6;24.5;2.5;11.24;0;6.52;25962
+78080;45.23521;.646;153;20220809;35.7;16.4;26.1;2.4;12;0;6.46;24837
+78080;45.23521;.646;153;20220810;37.4;17;27.2;2.3;11.7;0;6.7;25751
+78080;45.23521;.646;153;20220811;37.9;17.7;27.8;2.1;13.24;0;6.49;24759
+78080;45.23521;.646;153;20220812;38.9;20.2;29.6;1.9;14.1;0;6.39;24499
+78080;45.23521;.646;153;20220813;35.8;18.4;27.1;2.2;18.87;5.8;5.76;23395
+78080;45.23521;.646;153;20220814;24.1;18.7;21.4;2.6;20.34;4.9;2.54;10671
+78080;45.23521;.646;153;20220815;26.9;16.4;21.6;1.9;17.67;0;3.73;18212
+78080;45.23521;.646;153;20220816;24.6;15.4;20;1.4;18.07;8.1;2.85;14249
+78080;45.23521;.646;153;20220817;24.9;14.2;19.6;2;16.8;.7;3.26;16688
+78080;45.23521;.646;153;20220818;26.6;13.5;20;2.2;16.1;0;3.81;18956
+78080;45.23521;.646;153;20220819;26.7;15.9;21.3;2.3;18.3;4.1;3.42;15739
+78080;45.23521;.646;153;20220820;27.3;16.6;21.9;1.4;18.57;.1;3.42;17120
+78080;45.23521;.646;153;20220821;26.4;15.1;20.8;1.6;17.1;.2;3.39;16964
+78080;45.23521;.646;153;20220822;26.1;18.4;22.3;1.7;19.44;1.7;2.86;12692
+78080;45.23521;.646;153;20220823;29.6;17.2;23.4;1.2;19.34;0;3.77;18928
+78080;45.23521;.646;153;20220824;35.1;17;26;1.7;17.87;1.1;5.07;22587
+78080;45.23521;.646;153;20220825;28.8;18.5;23.6;2.4;18.27;.2;3.97;16290
+78080;45.23521;.646;153;20220826;30;16.7;23.4;1.5;17.7;0;3.91;18794
+78080;45.23521;.646;153;20220827;30.4;14.7;22.5;1.7;14.94;0;4.37;20861
+78080;45.23521;.646;153;20220828;32.1;14.1;23.1;1.7;14.3;0;4.68;21975
+78080;45.23521;.646;153;20220829;33;15.9;24.5;2.3;15.8;.6;4.83;18582
+78080;45.23521;.646;153;20220830;32.6;18.3;25.4;1.9;16.87;0;4.56;19510
+78080;45.23521;.646;153;20220831;32.6;16;24.3;2;16.17;0;4.62;19817
+78080;45.23521;.646;153;20220901;28.5;15.6;22;1.3;18.34;0;2.96;13784
+78080;45.23521;.646;153;20220902;26.3;15.6;21;1.6;17.37;1.7;2.98;14494
+78080;45.23521;.646;153;20220903;27.6;15.6;21.6;2;16.94;0;3.51;16792
+78080;45.23521;.646;153;20220904;32.6;15.2;23.9;2.4;16.24;3.9;4.79;20236
+78080;45.23521;.646;153;20220905;33.4;17.2;25.3;2.6;17.4;1.8;4.94;19378
+78080;45.23521;.646;153;20220906;31.3;16.1;23.7;2.6;16.5;.5;4.48;18158
+78080;45.23521;.646;153;20220907;26;15.5;20.7;1.5;15.74;.3;3;14616
+78080;45.23521;.646;153;20220908;22.2;13.7;17.9;2.5;15.1;.4;2.65;12955
+78080;45.23521;.646;153;20220909;24.3;12.3;18.3;2.4;14;.6;3.16;15642
+78080;45.23521;.646;153;20220910;25.8;11.4;18.6;1.3;13.67;0;3.03;17409
+78080;45.23521;.646;153;20220911;31.3;12.4;21.8;2;12.84;0;4.3;19872
+78080;45.23521;.646;153;20220912;35.8;15.4;25.6;2.6;14.67;0;5.31;19269
+78080;45.23521;.646;153;20220913;30.6;21.4;26;2.4;21;9.1;3.4;11419
+78080;45.23521;.646;153;20220914;29.1;18.9;24;1.8;17.8;0;3.41;14931
+78080;45.23521;.646;153;20220915;26.2;14.7;20.5;1.5;16.9;.1;2.8;14645
+78080;45.23521;.646;153;20220916;22.6;13.6;18.1;2.2;14.04;0;2.75;14189
+78080;45.23521;.646;153;20220917;19.7;8.1;13.9;2.4;9.04;0;2.91;16224
+78080;45.23521;.646;153;20220918;24;5.5;14.7;2.2;7.94;0;3.47;18513
+78080;45.23521;.646;153;20220919;23.9;7;15.5;3.1;8.74;0;3.8;17915
+78080;45.23521;.646;153;20220920;23.3;7.1;15.2;2.8;8.6;0;3.57;17412
+78080;45.23521;.646;153;20220921;24.2;7.2;15.7;2.6;8.74;0;3.53;17471
+78080;45.23521;.646;153;20220922;26.1;7.4;16.7;1.6;9.27;0;3.19;17820
+78080;45.23521;.646;153;20220923;20.3;9.8;15.1;1.4;10.97;0;2.08;11096
+78080;45.23521;.646;153;20220924;19.7;11.5;15.6;1.5;14.2;6.5;1.69;9689
+78080;45.23521;.646;153;20220925;18.4;9;13.7;1.4;12.37;0;1.74;11499
+78080;45.23521;.646;153;20220926;19.4;7;13.2;2.5;11.94;4.1;2.03;12837
+78080;45.23521;.646;153;20220927;17.1;10.2;13.6;3.7;13.1;8.9;1.65;9320
+78080;45.23521;.646;153;20220928;18.3;14.3;16.3;4.9;15.67;5.1;1.67;7286
+78080;45.23521;.646;153;20220929;17;10.4;13.7;1.7;11.74;2.8;1.59;8836
+78080;45.23521;.646;153;20220930;18.8;7.1;12.9;1.4;10.54;1.5;1.9;13535
+78080;45.23521;.646;153;20221001;18.6;10.5;14.5;3.3;16.24;8.8;.97;6232
+78080;45.23521;.646;153;20221002;21.2;15.8;18.5;2.1;16.97;.1;1.63;7159
+78080;45.23521;.646;153;20221003;23.1;11.4;17.3;1.2;13.97;0;2.04;13318
+78080;45.23521;.646;153;20221004;24;9.5;16.7;1.4;13.3;.1;2.17;14152
+78080;45.23521;.646;153;20221005;26.2;10.6;18.4;2;14;.2;2.62;14303
+78080;45.23521;.646;153;20221006;20.4;13.7;17;1.7;15.57;.1;1.42;6835
+78080;45.23521;.646;153;20221007;24.2;11.1;17.7;1.5;15.07;0;1.96;11967
+78080;45.23521;.646;153;20221008;21.5;13.7;17.6;2.1;13.97;0;1.92;8212
+78080;45.23521;.646;153;20221009;24.6;8.7;16.7;2.4;12.5;.1;2.53;13445
+78080;45.23521;.646;153;20221010;22.5;12.5;17.5;2;15.07;0;1.83;9839
+78080;45.23521;.646;153;20221011;19.9;15.3;17.6;1.4;17.17;3.6;1.18;5962
+78080;45.23521;.646;153;20221012;20.3;12.6;16.4;1.4;15.27;.1;1.43;9397
+78080;45.23521;.646;153;20221013;18;10.5;14.3;1.5;15.2;5.8;.98;6396
+78080;45.23521;.646;153;20221014;19.5;15.4;17.5;3.5;17.97;1.5;1.08;4524
+78080;45.23521;.646;153;20221015;23;15.8;19.4;2.2;17;0;1.71;8079
+78080;45.23521;.646;153;20221016;27.2;14.7;21;2.8;16.9;.1;2.58;11071
+78080;45.23521;.646;153;20221017;24.4;17.6;21;2.7;17.94;2.2;2.01;7042
+78080;45.23521;.646;153;20221018;27.7;15;21.3;2.9;17.47;0;2.59;10928
+78080;45.23521;.646;153;20221019;25.5;15.2;20.3;3;16.84;2.2;2.31;8823
+78080;45.23521;.646;153;20221020;24.9;14.7;19.8;3;16.87;0;2.11;8266
+78080;45.23521;.646;153;20221021;22.7;16.3;19.5;2.6;14.54;1;2.11;7025
+78080;45.23521;.646;153;20221022;23.2;12.2;17.7;2.5;14.2;.1;1.95;9362
+78080;45.23521;.646;153;20221023;25.7;16.6;21.1;3.9;13.7;.2;3.21;7617
+78080;45.23521;.646;153;20221024;22.8;12.6;17.7;2;11.97;0;1.98;9202
+78080;45.23521;.646;153;20221025;22.5;9.7;16.1;2.4;12.94;2.4;1.73;8500
+78080;45.23521;.646;153;20221026;25.5;11.8;18.6;2.1;14.67;0;1.91;9649
+78080;45.23521;.646;153;20221027;25;15.3;20.2;3.9;16;0;2.47;7504
+78080;45.23521;.646;153;20221028;25.6;19.7;22.7;3.3;15.47;0;2.7;6495
+78080;45.23521;.646;153;20221029;26.6;14.7;20.7;2.5;12.44;0;2.58;8495
+78080;45.23521;.646;153;20221030;22.8;12.4;17.6;1.7;13.04;.8;1.6;8090
+78080;45.23521;.646;153;20221031;21.8;12.9;17.4;2.8;14.84;5.9;1.59;6417
+78080;45.23521;.646;153;20221101;18.1;10.3;14.2;1.9;13.34;.3;1.06;6972
+78080;45.23521;.646;153;20221102;18.9;8.7;13.8;1.9;11.64;0;1.22;8725
+78080;45.23521;.646;153;20221103;19;10.1;14.5;3.6;11.6;8.2;1.81;5986
+78080;45.23521;.646;153;20221104;13.3;8.6;10.9;3.7;10.44;3.3;1.12;5237
+78080;45.23521;.646;153;20221105;15.8;3.4;9.6;1.5;8.8;.1;.94;7297
+78080;45.23521;.646;153;20221106;16;4.1;10;2.2;9.9;.7;.97;6908
+78080;45.23521;.646;153;20221107;19.4;9.9;14.6;2.6;12.34;0;1.34;7705
+78080;45.23521;.646;153;20221108;19.2;10.7;15;3.7;12.6;1.7;1.6;5550
+78080;45.23521;.646;153;20221109;14.4;13;13.7;1.5;13.87;1.4;.67;2062
+78080;45.23521;.646;153;20221110;13.5;9.5;11.5;1.2;11.9;.1;.6;3903
+78080;45.23521;.646;153;20221111;21;5.2;13.1;2.2;11.3;.1;1.21;8557
+78080;45.23521;.646;153;20221112;21.4;9.3;15.3;2.4;12.1;.1;1.42;7824
+78080;45.23521;.646;153;20221113;21.9;7.4;14.7;1.5;10.47;.1;1.19;8086
+78080;45.23521;.646;153;20221114;14.6;9;11.8;2.6;11.9;6;.82;3343
+78080;45.23521;.646;153;20221115;15.2;9.9;12.5;3;12.84;9.4;.75;3676
+78080;45.23521;.646;153;20221116;16.4;10.2;13.3;3.3;12.84;2.6;.92;4908
+78080;45.23521;.646;153;20221117;15;12;13.5;3.9;13.04;8.5;.94;3251
+78080;45.23521;.646;153;20221118;12.3;5.9;9.1;1.6;10.4;1.5;.52;5362
+78080;45.23521;.646;153;20221119;10.6;6.6;8.6;1.5;9.47;.2;.56;4154
+78080;45.23521;.646;153;20221120;10.2;1.6;5.9;1.8;8.74;3.6;.43;3588
+78080;45.23521;.646;153;20221121;12.2;6.2;9.2;3.4;10.37;14.2;.68;2605
+78080;45.23521;.646;153;20221122;11.4;5.9;8.6;3.1;9.9;12.8;.59;4510
+78080;45.23521;.646;153;20221123;15.1;8.6;11.8;3.7;11.47;5.9;.93;4231
+78080;45.23521;.646;153;20221124;13;6.3;9.6;2.3;10.44;.8;.57;4440
+78080;45.23521;.646;153;20221125;13.4;9.3;11.3;1.8;10.8;1.7;.69;3370
+78080;45.23521;.646;153;20221126;10.3;2.9;6.6;1.6;8.64;.1;.43;4553
+78080;45.23521;.646;153;20221127;11.2;3;7.1;2.2;8.4;7.6;.57;4954
+78080;45.23521;.646;153;20221128;12.8;8.1;10.4;2.3;10.94;4.1;.62;3775
+78080;45.23521;.646;153;20221129;7.5;3.3;5.4;1.1;8.84;.1;.31;2781
+78080;45.23521;.646;153;20221130;10.8;3.4;7.1;1.9;8.44;.2;.51;4679
+78080;45.23521;.646;153;20221201;10.2;3.1;6.7;3.2;7.5;0;.77;5002
+78080;45.23521;.646;153;20221202;6.2;4.8;5.5;2.2;7.24;.6;.63;1474
+78080;45.23521;.646;153;20221203;6.6;3.3;4.9;1.5;7.4;1.1;.47;2197
+78080;45.23521;.646;153;20221204;8.9;3;5.9;1.2;7.7;.4;.41;4031
+78080;45.23521;.646;153;20221205;9.7;-.2;4.8;2.3;6.57;.2;.59;5680
+78080;45.23521;.646;153;20221206;7.1;-.4;3.4;2;6;.1;.53;3642
+78080;45.23521;.646;153;20221207;6.9;-2;2.4;1.8;5.77;.1;.39;5593
+78080;45.23521;.646;153;20221208;6.1;-1.5;2.3;2.2;6.07;1.5;.44;3732
+78080;45.23521;.646;153;20221209;7.2;3.5;5.4;2.1;7.17;.2;.56;2615
+78080;45.23521;.646;153;20221210;2.2;-2.4;-.1;2.9;4.84;0;.5;3294
+78080;45.23521;.646;153;20221211;3.3;-5.9;-1.3;1.6;4.17;.1;.37;4970
+78080;45.23521;.646;153;20221212;2.6;-3.9;-.6;2;5.14;6.7;.35;3047
+78080;45.23521;.646;153;20221213;5.7;1;3.3;2.3;8.37;3.7;.1;1976
+78080;45.23521;.646;153;20221214;14.8;5.9;10.4;2.5;12;1.8;.37;3300
+78080;45.23521;.646;153;20221215;9.9;8.4;9.2;2.5;10.57;3;.51;1114
+78080;45.23521;.646;153;20221216;7.3;2.3;4.8;3.7;6.14;0;.87;4014
+78080;45.23521;.646;153;20221217;7;-5;1;1.9;4.27;0;.57;5680
+78080;45.23521;.646;153;20221218;11.4;-1.9;4.8;3.1;6.9;.1;.68;5418
+78080;45.23521;.646;153;20221219;15.9;7.8;11.9;3.8;10.5;.4;1.11;4368
+78080;45.23521;.646;153;20221220;14.7;11.7;13.2;4.2;12.14;4.7;1.07;2051
+78080;45.23521;.646;153;20221221;14.7;10.9;12.8;3.5;12.9;1.7;.69;2588
+78080;45.23521;.646;153;20221222;14.5;11.7;13.1;4.2;13.87;16.1;.6;1743
+78080;45.23521;.646;153;20221223;15.4;13.6;14.5;2.9;14.67;2.6;.67;1748
+78080;45.23521;.646;153;20221224;17.1;11.3;14.2;1.9;12.74;0;.69;4169
+78080;45.23521;.646;153;20221225;17.4;6.6;12;2.2;10.37;0;.79;4823
+78080;45.23521;.646;153;20221226;12.9;9.6;11.2;1.9;11.8;1.3;.52;2052
+78080;45.23521;.646;153;20221227;10.2;6;8.1;1.3;10.07;.2;.33;2937
+78080;45.23521;.646;153;20221228;15.3;6.5;10.9;2.6;10.45;.1;.68;5558
+78080;45.23521;.646;153;20221229;10.6;9.8;10.2;2.3;11.25;18.2;.56;770
+78080;45.23521;.646;153;20221230;13.6;9.3;11.4;2.9;11.8;3.4;.61;2122
+78080;45.23521;.646;153;20221231;18.1;9.7;13.9;3.3;11.75;0;1.12;4812
+78081;45.26293;.96208;154;20220101;17.6;2.7;10.2;1.4;8.56;0;.63;6296
+78081;45.26293;.96208;154;20220102;14.4;4.6;9.5;1.3;9.91;.5;.46;4751
+78081;45.26293;.96208;154;20220103;14.4;7.9;11.1;2.2;11.31;1.1;.61;3966
+78081;45.26293;.96208;154;20220104;15.5;10.3;12.9;3.1;9.83;1.1;1.33;3358
+78081;45.26293;.96208;154;20220105;7.2;1.1;4.2;2;6.22;.1;.57;3449
+78081;45.26293;.96208;154;20220106;7;-3;2;.8;5.13;.1;.27;6323
+78081;45.26293;.96208;154;20220107;8.1;-2.6;2.7;1.5;6.93;1.6;.34;3822
+78081;45.26293;.96208;154;20220108;11.4;6.3;8.9;4.2;10.03;13.3;.63;2845
+78081;45.26293;.96208;154;20220109;8.3;5.7;7;2.1;9.31;13.4;.41;1703
+78081;45.26293;.96208;154;20220110;8.4;6.8;7.6;.9;9.43;1.2;.43;1488
+78081;45.26293;.96208;154;20220111;10.5;.5;5.5;1.6;6.11;.1;.56;6326
+78081;45.26293;.96208;154;20220112;7.8;-2.6;2.6;2.3;5.03;0;.67;6030
+78081;45.26293;.96208;154;20220113;9.4;-3;3.2;1;4.76;0;.43;6984
+78081;45.26293;.96208;154;20220114;10.8;-5.1;2.9;.8;4.66;.1;.36;7576
+78081;45.26293;.96208;154;20220115;9.8;-4.3;2.8;.7;4.83;0;.36;7339
+78081;45.26293;.96208;154;20220116;8.6;-6;1.3;.9;5.11;.2;.29;7557
+78081;45.26293;.96208;154;20220117;8.7;-2.1;3.3;1.2;6.46;.1;.35;5364
+78081;45.26293;.96208;154;20220118;4.2;-2;1.1;1.3;5.96;.2;.36;5587
+78081;45.26293;.96208;154;20220119;4.2;.6;2.4;1.5;7.11;1.9;.29;1811
+78081;45.26293;.96208;154;20220120;6.6;1.2;3.9;1.4;6.91;.3;.44;3339
+78081;45.26293;.96208;154;20220121;6.3;-.5;2.9;3.1;5.18;0;.83;6432
+78081;45.26293;.96208;154;20220122;8.4;-2.8;2.8;2.4;5.33;0;.74;7299
+78081;45.26293;.96208;154;20220123;12.5;-2.1;5.2;1.2;5.63;0;.65;7937
+78081;45.26293;.96208;154;20220124;12.7;-2.8;4.9;.8;5.36;0;.55;8200
+78081;45.26293;.96208;154;20220125;12;-3.2;4.4;.8;5.91;0;.48;8138
+78081;45.26293;.96208;154;20220126;12.8;-3.2;4.8;1.2;5.68;0;.66;8711
+78081;45.26293;.96208;154;20220127;9.2;-5.3;1.9;1.2;5.06;.1;.57;8738
+78081;45.26293;.96208;154;20220128;8.1;-4.4;1.8;1.5;6.03;0;.51;7557
+78081;45.26293;.96208;154;20220129;2.2;-.5;.8;1;6.53;.1;.3;2859
+78081;45.26293;.96208;154;20220130;10.8;1.9;6.4;1.7;8.08;.3;.58;5164
+78081;45.26293;.96208;154;20220131;10;3.3;6.7;3.4;8.41;1;.75;3390
+78081;45.26293;.96208;154;20220201;7.3;.2;3.7;2.2;8.08;.9;.33;4397
+78081;45.26293;.96208;154;20220202;9.4;7;8.2;1.6;9.43;0;.58;2612
+78081;45.26293;.96208;154;20220203;6;.7;3.3;1.7;7.93;.6;.32;3610
+78081;45.26293;.96208;154;20220204;10.2;5.7;8;1.7;9.93;2.8;.5;2882
+78081;45.26293;.96208;154;20220205;10.4;3.5;7;2.1;7.26;0;.87;8304
+78081;45.26293;.96208;154;20220206;9;-1.5;3.8;2.3;8.36;3;.34;4362
+78081;45.26293;.96208;154;20220207;12.4;8.5;10.5;2.7;9.08;.7;1.14;4284
+78081;45.26293;.96208;154;20220208;14.6;-1.6;6.5;.9;6.35;0;.87;9251
+78081;45.26293;.96208;154;20220209;16.9;-.3;8.3;1.8;6.73;0;1.29;10607
+78081;45.26293;.96208;154;20220210;12.9;1.2;7.1;.8;8.19;.4;.9;10233
+78081;45.26293;.96208;154;20220211;11.7;7.7;9.7;1.8;7.39;0;1.26;4561
+78081;45.26293;.96208;154;20220212;11.7;-5.3;3.2;.5;4.79;0;.73;10214
+78081;45.26293;.96208;154;20220213;17.7;-4.3;6.7;1.8;7.99;4.3;1.34;11873
+78081;45.26293;.96208;154;20220214;11.7;8.7;10.2;3.3;9.89;3.3;1.13;2484
+78081;45.26293;.96208;154;20220215;9.7;1.7;5.7;1.7;9.29;9.2;.51;4046
+78081;45.26293;.96208;154;20220216;13;8.4;10.7;3.7;12.41;7.3;.54;3682
+78081;45.26293;.96208;154;20220217;13.7;11.4;12.6;3.1;13.48;1.6;.68;3239
+78081;45.26293;.96208;154;20220218;13.5;10;11.8;2.2;11.43;.5;.94;4308
+78081;45.26293;.96208;154;20220219;11.3;3.5;7.4;1.5;7.63;0;1.03;9391
+78081;45.26293;.96208;154;20220220;11.3;2.7;7;2.5;9.76;2.6;.6;5253
+78081;45.26293;.96208;154;20220221;11.4;8.5;9.9;4.8;9.21;.6;1.41;6114
+78081;45.26293;.96208;154;20220222;12.2;5.4;8.8;1.6;9.46;.1;.88;5807
+78081;45.26293;.96208;154;20220223;16.6;7.2;11.9;1;9.01;0;1.31;11116
+78081;45.26293;.96208;154;20220224;14.6;3.7;9.2;2.1;8.53;.2;1.37;9438
+78081;45.26293;.96208;154;20220225;10.5;.4;5.4;1.8;6.31;0;1.23;11329
+78081;45.26293;.96208;154;20220226;14.7;-1.7;6.5;1.9;5.06;0;1.75;13492
+78081;45.26293;.96208;154;20220227;16.4;-.7;7.9;1.2;6.21;0;1.55;13252
+78081;45.26293;.96208;154;20220228;17.3;0;8.7;1;7.38;0;1.47;13863
+78081;45.26293;.96208;154;20220301;17.3;.1;8.7;1.4;6.56;0;1.71;13752
+78081;45.26293;.96208;154;20220302;11.5;4.5;8;1.7;9.26;1.4;.88;4561
+78081;45.26293;.96208;154;20220303;14.5;8.6;11.6;1.3;10.23;0;1.16;6852
+78081;45.26293;.96208;154;20220304;11;5.5;8.3;2.8;10.01;2;.8;4367
+78081;45.26293;.96208;154;20220305;7.9;6.4;7.2;2.5;9.06;.4;.7;3235
+78081;45.26293;.96208;154;20220306;11.5;3.4;7.4;2.4;5.91;0;1.78;12433
+78081;45.26293;.96208;154;20220307;11.8;-3.6;4.1;1.8;4.86;0;1.66;14862
+78081;45.26293;.96208;154;20220308;14;-.1;7;1.9;7.56;1.6;1.5;11500
+78081;45.26293;.96208;154;20220309;16.6;4.3;10.5;2.8;9.01;.2;2.01;13480
+78081;45.26293;.96208;154;20220310;14.2;8.3;11.3;2.7;9.91;1.3;1.44;6811
+78081;45.26293;.96208;154;20220311;13.5;8.8;11.2;3.9;10.01;11.7;1.55;6086
+78081;45.26293;.96208;154;20220312;9.8;6.3;8;2.5;9.88;0;.79;4640
+78081;45.26293;.96208;154;20220313;10.5;6.5;8.5;3.5;8.63;10.7;1.23;5052
+78081;45.26293;.96208;154;20220314;14.3;.4;7.4;3.8;8.66;.4;1.56;11145
+78081;45.26293;.96208;154;20220315;18.9;11.7;15.3;5.4;10.92;0;2.8;9542
+78081;45.26293;.96208;154;20220316;15.9;8.5;12.2;1.6;10.91;0;1.43;7663
+78081;45.26293;.96208;154;20220317;12.8;10;11.4;4.1;9.91;2.6;1.65;5633
+78081;45.26293;.96208;154;20220318;14.7;7.7;11.2;2.3;9.09;0;1.89;9976
+78081;45.26293;.96208;154;20220319;18.7;3.7;11.2;1.1;8.29;0;2.09;15063
+78081;45.26293;.96208;154;20220320;16.7;2.7;9.7;2.5;9.19;.2;2.12;14692
+78081;45.26293;.96208;154;20220321;16.7;7.7;12.2;3.9;8.39;0;2.8;11785
+78081;45.26293;.96208;154;20220322;17.7;4.7;11.2;3.8;6.09;0;3.4;14446
+78081;45.26293;.96208;154;20220323;17.7;-.3;8.7;2.5;5.49;0;2.93;17293
+78081;45.26293;.96208;154;20220324;19.7;-3.3;8.2;.9;5.99;0;2.37;19836
+78081;45.26293;.96208;154;20220325;21.7;-1.3;10.2;.9;5.99;0;2.58;20042
+78081;45.26293;.96208;154;20220326;21.7;-1.3;10.2;1;5.69;0;2.69;20247
+78081;45.26293;.96208;154;20220327;21.7;-.3;10.7;1.2;6.79;0;2.8;19989
+78081;45.26293;.96208;154;20220328;22.7;.7;11.7;1;7.49;0;2.78;20189
+78081;45.26293;.96208;154;20220329;16.7;6.7;11.7;.4;9.69;2;1.81;13541
+78081;45.26293;.96208;154;20220330;14.7;9.7;12.2;1.7;10.99;.1;1.37;5254
+78081;45.26293;.96208;154;20220331;13.7;7.7;10.7;3.6;9.09;2.7;1.86;5799
+78081;45.26293;.96208;154;20220401;6.7;-.3;3.2;5.7;5.89;1.1;1.57;11067
+78081;45.26293;.96208;154;20220402;7.7;.7;4.2;3.6;5.49;0;1.77;10577
+78081;45.26293;.96208;154;20220403;5.7;-4.3;.7;1.2;5.09;0;1.36;14205
+78081;45.26293;.96208;154;20220404;12.7;-1.3;5.7;1.4;4.79;0;2.22;17078
+78081;45.26293;.96208;154;20220405;13.7;-2.3;5.7;1.1;7.79;.1;1.4;9830
+78081;45.26293;.96208;154;20220406;12.7;8.7;10.7;2.6;11.19;3;1.18;5007
+78081;45.26293;.96208;154;20220407;11.7;9.7;10.7;4.6;12.69;18.3;.69;3599
+78081;45.26293;.96208;154;20220408;17.7;11.7;14.7;5;11.29;1.3;2.96;11364
+78081;45.26293;.96208;154;20220409;14.7;2.7;8.7;1.8;7.39;0;2.37;16471
+78081;45.26293;.96208;154;20220410;18.7;-2.3;8.2;1.6;6.29;0;3.04;22176
+78081;45.26293;.96208;154;20220411;21.7;3.7;12.7;4.4;9.19;0;4.07;20653
+78081;45.26293;.96208;154;20220412;18.7;10.7;14.7;2.7;10.89;10.3;2.84;13671
+78081;45.26293;.96208;154;20220413;14.7;9.7;12.2;.7;12.99;1.9;1.15;5905
+78081;45.26293;.96208;154;20220414;23.7;6.7;15.2;1;12.09;0;3.17;20538
+78081;45.26293;.96208;154;20220415;24.7;5.7;15.2;1.2;11.29;0;3.48;21916
+78081;45.26293;.96208;154;20220416;23.7;5.7;14.7;1.9;10.09;0;3.72;21477
+78081;45.26293;.96208;154;20220417;24.7;1.7;13.2;1.7;8.79;0;3.98;24541
+78081;45.26293;.96208;154;20220418;19.7;5.7;12.7;1.7;10.79;0;2.93;19149
+78081;45.26293;.96208;154;20220419;17.7;5.7;11.7;1.5;11.09;7.8;2.1;12903
+78081;45.26293;.96208;154;20220420;14.7;8.7;11.7;1.2;12.29;7.9;1.84;12500
+78081;45.26293;.96208;154;20220421;18.7;10.7;14.7;1.2;13.19;.1;1.71;7878
+78081;45.26293;.96208;154;20220422;18.7;10.7;14.7;.7;12.99;0;2.36;14736
+78081;45.26293;.96208;154;20220423;12.7;7.7;10.2;2.5;11.99;18.3;1.51;11598
+78081;45.26293;.96208;154;20220424;15.7;9.7;12.7;3.3;12.09;4.8;1.88;9197
+78081;45.26293;.96208;154;20220425;17.7;6.7;12.2;1.1;10.59;0;2.18;13004
+78081;45.26293;.96208;154;20220426;21.7;3.7;12.7;1.1;9.99;0;3.38;23012
+78081;45.26293;.96208;154;20220427;24.7;3.7;14.2;1.2;11.49;0;3.84;25062
+78081;45.26293;.96208;154;20220428;21.7;10.7;16.2;1.6;13.89;0;3.1;18076
+78081;45.26293;.96208;154;20220429;20.7;11.7;16.2;1.4;13.69;.3;2.04;8772
+78081;45.26293;.96208;154;20220430;22.7;7.7;15.2;1.2;10.89;0;3.52;21468
+78081;45.26293;.96208;154;20220501;20.7;3.7;12.2;1;9.49;0;3.33;23027
+78081;45.26293;.96208;154;20220502;21.7;6.7;14.2;1;10.29;0;3.39;21715
+78081;45.26293;.96208;154;20220503;22.7;8.7;15.7;1.2;11.49;2.3;3.52;21074
+78081;45.26293;.96208;154;20220504;20.7;7.7;14.2;1.6;11.39;0;3.32;20395
+78081;45.26293;.96208;154;20220505;21.7;5.7;13.7;1.8;10.39;0;3.71;22816
+78081;45.26293;.96208;154;20220506;21.6;6.5;14.1;2;10.36;0;3.24;17238
+78081;45.26293;.96208;154;20220507;23.2;8.3;15.8;1.7;10.93;0;3.45;18004
+78081;45.26293;.96208;154;20220508;24.6;8;16.3;1.8;11.08;0;3.77;19050
+78081;45.26293;.96208;154;20220509;26.9;9.3;18.1;1.3;11.66;0;3.83;19625
+78081;45.26293;.96208;154;20220510;27.9;9.5;18.7;1.5;12.01;0;4.1;20059
+78081;45.26293;.96208;154;20220511;29.1;9.7;19.4;2;13.08;2.4;4.51;20770
+78081;45.26293;.96208;154;20220512;20.1;13.1;16.6;1.5;15.59;2.5;2.16;10932
+78081;45.26293;.96208;154;20220513;24.1;14.5;19.3;1.1;16.48;0;2.83;14055
+78081;45.26293;.96208;154;20220514;28;11.3;19.7;1.3;15.56;0;3.78;19118
+78081;45.26293;.96208;154;20220515;28.5;14.9;21.7;2;16.13;6.5;4.13;17539
+78081;45.26293;.96208;154;20220516;26.9;14.5;20.7;1.4;17.03;0;3.62;17868
+78081;45.26293;.96208;154;20220517;30.7;13.1;21.9;1.9;15.83;0;4.64;20625
+78081;45.26293;.96208;154;20220518;31.7;13.6;22.6;1.7;16.81;4.5;4.63;20505
+78081;45.26293;.96208;154;20220519;28.4;17.5;23;2.2;18.61;.1;4.03;16925
+78081;45.26293;.96208;154;20220520;27.9;15.8;21.8;2.4;15.53;0;4.36;16937
+78081;45.26293;.96208;154;20220521;31.5;14.3;22.9;1.1;18.63;0;4.17;19931
+78081;45.26293;.96208;154;20220522;31.5;17.6;24.5;1.7;21.23;0;4.06;17165
+78081;45.26293;.96208;154;20220523;21;16.7;18.8;3.4;16.03;2.6;2.36;7615
+78081;45.26293;.96208;154;20220524;19.4;10.8;15.1;2.4;12.43;.6;2.82;14181
+78081;45.26293;.96208;154;20220525;21.3;6.8;14;1.8;10.68;0;3.34;18409
+78081;45.26293;.96208;154;20220526;18.6;8.3;13.5;1.3;12.41;0;2.18;12003
+78081;45.26293;.96208;154;20220527;23.8;9.4;16.6;2.3;13.18;0;3.77;19369
+78081;45.26293;.96208;154;20220528;25.5;11.3;18.4;3;11.41;0;4.68;19962
+78081;45.26293;.96208;154;20220529;22.2;7.6;14.9;2.5;9.01;0;4.17;20532
+78081;45.26293;.96208;154;20220530;23.8;6.1;15;1.7;8.51;.1;4.14;21479
+78081;45.26293;.96208;154;20220531;24.3;11.5;17.9;1.3;11.41;2.9;3.44;16556
+78081;45.26293;.96208;154;20220601;27;9.8;18.4;1.7;13.96;6.7;4.08;20181
+78081;45.26293;.96208;154;20220602;28.3;16;22.2;2.5;18.23;10.3;3.99;16666
+78081;45.26293;.96208;154;20220603;28.7;17.3;23;2.1;18.81;1.4;4.13;17732
+78081;45.26293;.96208;154;20220604;25.7;14.5;20.1;1.9;19.11;9;3.22;15752
+78081;45.26293;.96208;154;20220605;21.9;15.9;18.9;2.1;16.79;.4;2.22;8227
+78081;45.26293;.96208;154;20220606;23.5;12.4;18;.8;15.29;.1;3.76;21962
+78081;45.26293;.96208;154;20220607;24.2;13.7;19;2;14.71;7.5;3.7;18056
+78081;45.26293;.96208;154;20220608;19.5;13;16.3;1.8;15.21;3.2;2.15;10615
+78081;45.26293;.96208;154;20220609;20.8;11.4;16.1;1.7;14.06;.6;2.44;11516
+78081;45.26293;.96208;154;20220610;27.4;10.7;19.1;1;14.31;.1;4.14;22202
+78081;45.26293;.96208;154;20220611;30.9;12;21.5;1.4;14.86;0;5.55;29326
+78081;45.26293;.96208;154;20220612;29.5;15.2;22.4;1.5;17.78;.5;4.8;23681
+78081;45.26293;.96208;154;20220613;29.3;17.8;23.6;2.2;17.08;.1;5.47;25766
+78081;45.26293;.96208;154;20220614;33.5;14;23.8;1.7;16.86;.6;6.04;28755
+78081;45.26293;.96208;154;20220615;33.3;19.4;26.4;2;19.31;0;6.09;26814
+78081;45.26293;.96208;154;20220616;34.3;15.1;24.7;1.3;18.48;0;5.79;28086
+78081;45.26293;.96208;154;20220617;37.4;17.2;27.3;1.5;17.76;0;6.54;28992
+78081;45.26293;.96208;154;20220618;38.6;17.3;27.9;2.2;16.79;0;7.34;28704
+78081;45.26293;.96208;154;20220619;31.9;18;25;2.2;18.53;10.1;5.67;23979
+78081;45.26293;.96208;154;20220620;29.3;17.2;23.2;1.8;20.29;7.1;4.3;19889
+78081;45.26293;.96208;154;20220621;26.6;17.4;22;1.5;20.26;18.3;3.6;17628
+78081;45.26293;.96208;154;20220622;26;17.8;21.9;1.8;18.68;2.2;3.93;19072
+78081;45.26293;.96208;154;20220623;24.2;15;19.6;1.6;18.06;7.7;3.33;17480
+78081;45.26293;.96208;154;20220624;22.5;16;19.2;2.1;16.78;4.4;3.39;17422
+78081;45.26293;.96208;154;20220625;19.1;13;16;1.4;15.61;5.5;2.32;12664
+78081;45.26293;.96208;154;20220626;16.8;13;14.9;1.7;15.46;15.2;1.61;8460
+78081;45.26293;.96208;154;20220627;22.7;13.8;18.2;2.1;14.28;0;4.09;22240
+78081;45.26293;.96208;154;20220628;24.5;9.9;17.2;1.8;12.81;.1;4.73;27768
+78081;45.26293;.96208;154;20220629;25.7;10.2;18;1.8;14.13;9.1;4.72;26949
+78081;45.26293;.96208;154;20220630;16.3;13.5;14.9;1.7;14.86;11.9;1.62;8153
+78081;45.26293;.96208;154;20220701;22.5;10.1;16.3;1.1;12.68;.1;4.19;26189
+78081;45.26293;.96208;154;20220702;28.3;9.4;18.9;1.1;13.28;.1;5.1;29289
+78081;45.26293;.96208;154;20220703;27.4;13.3;20.3;1.7;15.03;0;4.84;25307
+78081;45.26293;.96208;154;20220704;26.4;16.5;21.5;2;16.86;0;4.51;22390
+78081;45.26293;.96208;154;20220705;27.9;14.7;21.3;2.1;14.81;.2;5.31;26912
+78081;45.26293;.96208;154;20220706;27.6;12.9;20.2;2.3;13.81;0;5.43;27424
+78081;45.26293;.96208;154;20220707;28;12.1;20;1.9;14.66;0;5.15;26355
+78081;45.26293;.96208;154;20220708;28.6;13.1;20.8;2.4;14.69;0;5.41;26254
+78081;45.26293;.96208;154;20220709;30.3;13.1;21.7;2.1;14.49;0;5.72;27003
+78081;45.26293;.96208;154;20220710;31.1;13.4;22.2;2.4;14.69;0;6.02;26774
+78081;45.26293;.96208;154;20220711;33.2;14.4;23.8;2.3;15.13;0;6.38;27908
+78081;45.26293;.96208;154;20220712;34;14.5;24.3;2;14.79;0;6.38;28504
+78081;45.26293;.96208;154;20220713;34.8;14.2;24.5;1.5;14.69;0;6.07;28110
+78081;45.26293;.96208;154;20220714;36.1;15.7;25.9;1.5;16.26;0;6.31;28429
+78081;45.26293;.96208;154;20220715;33.6;15.7;24.7;1.9;15.69;0;6.06;26499
+78081;45.26293;.96208;154;20220716;34;14.8;24.4;2.2;14.43;0;6.4;27377
+78081;45.26293;.96208;154;20220717;36.6;15.1;25.8;2.2;13.76;0;6.92;28364
+78081;45.26293;.96208;154;20220718;39.6;17.4;28.5;2.3;15.23;0;7.45;27752
+78081;45.26293;.96208;154;20220719;31.5;16.9;24.2;2.2;18.49;12.1;5;20712
+78081;45.26293;.96208;154;20220720;28;18.1;23.1;2.5;18.29;.2;4.75;21121
+78081;45.26293;.96208;154;20220721;31.1;13.6;22.4;1;16.89;0;5;26158
+78081;45.26293;.96208;154;20220722;30.5;15.1;22.8;2.3;18.23;.4;5.01;22971
+78081;45.26293;.96208;154;20220723;28.6;17.3;23;1.6;16.38;0;4.47;20933
+78081;45.26293;.96208;154;20220724;35.8;13.8;24.8;1.3;15.23;0;5.9;28527
+78081;45.26293;.96208;154;20220725;27.5;18.8;23.1;2.6;17.21;.1;4.24;17028
+78081;45.26293;.96208;154;20220726;25;15.1;20.1;1.9;14.11;.1;4.24;21106
+78081;45.26293;.96208;154;20220727;27.7;11.5;19.6;1.5;12.81;0;4.77;25576
+78081;45.26293;.96208;154;20220728;29;11.6;20.3;1.3;14.39;0;4.81;25762
+78081;45.26293;.96208;154;20220729;26.8;16.4;21.6;1.5;16.69;0;3.97;19024
+78081;45.26293;.96208;154;20220730;29.7;15.1;22.4;1.7;17.03;0;5.05;24928
+78081;45.26293;.96208;154;20220731;32.4;15;23.7;1.5;16.53;.2;5.33;25628
+78081;45.26293;.96208;154;20220801;33.3;15.8;24.5;1.5;16.23;0;5.46;25687
+78081;45.26293;.96208;154;20220802;34.6;15.2;24.9;1.5;15.93;0;5.66;26463
+78081;45.26293;.96208;154;20220803;37.6;17.1;27.3;1.3;15.41;0;5.82;26762
+78081;45.26293;.96208;154;20220804;36.7;17.9;27.3;1.7;18.06;0;5.87;25182
+78081;45.26293;.96208;154;20220805;30.5;19.4;24.9;2.2;19.11;.1;4.58;19173
+78081;45.26293;.96208;154;20220806;31.8;17.9;24.8;2.7;14.86;0;5.82;23895
+78081;45.26293;.96208;154;20220807;32.7;14;23.4;2.4;11.23;0;6.13;25873
+78081;45.26293;.96208;154;20220808;34.4;13.6;24;2.1;11.06;.1;6.11;25995
+78081;45.26293;.96208;154;20220809;35.7;15.2;25.5;2;11.81;0;6.01;24711
+78081;45.26293;.96208;154;20220810;37.4;15.1;26.2;1.9;11.58;0;6.32;26324
+78081;45.26293;.96208;154;20220811;37.9;16;27;1.5;13.06;0;5.88;25336
+78081;45.26293;.96208;154;20220812;38.9;18.5;28.7;1.4;14.08;0;5.76;24861
+78081;45.26293;.96208;154;20220813;36.1;17.4;26.7;1.5;17.68;4.9;5.39;24013
+78081;45.26293;.96208;154;20220814;23.9;18.9;21.4;2.5;20.21;4.5;2.44;10071
+78081;45.26293;.96208;154;20220815;27.2;16.4;21.8;1.7;17.51;0;3.72;18181
+78081;45.26293;.96208;154;20220816;24;14.5;19.3;1.2;17.86;12.3;2.45;12416
+78081;45.26293;.96208;154;20220817;25.2;14;19.6;1.9;16.73;0;3.43;17997
+78081;45.26293;.96208;154;20220818;26.4;13.9;20.2;2.1;15.91;0;3.72;18492
+78081;45.26293;.96208;154;20220819;26.8;16.4;21.6;2.2;18.01;3.4;3.36;14967
+78081;45.26293;.96208;154;20220820;27.1;16.4;21.8;1.3;18.48;.1;3.41;17465
+78081;45.26293;.96208;154;20220821;26.3;14.4;20.4;1.5;16.83;.1;3.25;16706
+78081;45.26293;.96208;154;20220822;25.7;18.8;22.3;1.6;19.08;1.5;2.78;12303
+78081;45.26293;.96208;154;20220823;29.5;16.8;23.1;1.3;18.86;0;3.84;19573
+78081;45.26293;.96208;154;20220824;34.7;16.2;25.5;1.3;17.81;.5;4.73;22746
+78081;45.26293;.96208;154;20220825;29.4;17.3;23.3;2.2;17.96;.2;4.05;17830
+78081;45.26293;.96208;154;20220826;29.5;16;22.8;1.5;17.41;0;3.78;18555
+78081;45.26293;.96208;154;20220827;30;13.9;22;1.4;15.06;0;4.14;21107
+78081;45.26293;.96208;154;20220828;31.8;13.2;22.5;1.3;14.46;0;4.32;22219
+78081;45.26293;.96208;154;20220829;33;14.3;23.6;1.7;15.61;.8;4.17;17661
+78081;45.26293;.96208;154;20220830;32.3;17.8;25.1;1.8;17.43;0;4.5;20094
+78081;45.26293;.96208;154;20220831;32.1;15;23.6;1.5;15.83;.1;4.15;19720
+78081;45.26293;.96208;154;20220901;27.6;15.3;21.5;1.1;17.86;0;2.64;12435
+78081;45.26293;.96208;154;20220902;26.5;15.3;20.9;1.4;17.36;.1;2.88;14214
+78081;45.26293;.96208;154;20220903;27.7;15.7;21.7;1.6;16.76;0;3.34;16517
+78081;45.26293;.96208;154;20220904;32.6;14.2;23.4;1.8;16.31;1.9;4.32;19639
+78081;45.26293;.96208;154;20220905;33.6;16.3;24.9;2.1;17.73;4.5;4.61;19959
+78081;45.26293;.96208;154;20220906;31.1;16.3;23.7;2.1;17.28;.5;3.98;17132
+78081;45.26293;.96208;154;20220907;26.4;15.3;20.9;1.4;15.76;1;2.96;14428
+78081;45.26293;.96208;154;20220908;22.1;12.8;17.4;2;14.86;.4;2.46;13034
+78081;45.26293;.96208;154;20220909;24;11.5;17.8;2.1;13.83;.8;2.96;15563
+78081;45.26293;.96208;154;20220910;25.5;10.8;18.1;1;13.51;0;2.91;17814
+78081;45.26293;.96208;154;20220911;30.7;11.1;20.9;1.5;12.68;0;3.89;20190
+78081;45.26293;.96208;154;20220912;35.9;13.2;24.6;1.7;14.58;0;4.53;19793
+78081;45.26293;.96208;154;20220913;30.8;21.1;26;2.1;20.96;5.3;3.13;10552
+78081;45.26293;.96208;154;20220914;29.1;18.7;23.9;1.7;18.18;0;3.32;15009
+78081;45.26293;.96208;154;20220915;26.6;13.7;20.2;1.3;16.48;0;2.75;15139
+78081;45.26293;.96208;154;20220916;22.8;13.5;18.1;1.9;14.31;0;2.62;14373
+78081;45.26293;.96208;154;20220917;19.9;7.3;13.6;2;9.08;0;2.8;17376
+78081;45.26293;.96208;154;20220918;24.3;4;14.2;1.8;8.01;0;3.22;19247
+78081;45.26293;.96208;154;20220919;24.3;5.4;14.9;2.5;8.76;0;3.49;18397
+78081;45.26293;.96208;154;20220920;23.8;5.7;14.8;2;8.56;0;3.21;18180
+78081;45.26293;.96208;154;20220921;24.6;6;15.3;1.9;8.78;0;3.13;17908
+78081;45.26293;.96208;154;20220922;25.9;6.1;16;1.2;9.36;0;2.88;18337
+78081;45.26293;.96208;154;20220923;21;8.7;14.8;1.3;11.28;0;1.98;10747
+78081;45.26293;.96208;154;20220924;19.5;11.9;15.7;1.3;14.13;3.4;1.63;9297
+78081;45.26293;.96208;154;20220925;18.6;9.5;14;1.3;12.51;.6;1.7;11160
+78081;45.26293;.96208;154;20220926;19.2;7.3;13.2;2.2;11.71;4.8;1.93;12138
+78081;45.26293;.96208;154;20220927;16.8;10.6;13.7;3.2;13.11;6.6;1.52;8523
+78081;45.26293;.96208;154;20220928;18.6;14.2;16.4;4.3;15.51;5.5;1.72;8130
+78081;45.26293;.96208;154;20220929;17.3;10.5;13.9;1.6;11.71;.9;1.61;9141
+78081;45.26293;.96208;154;20220930;18.8;6.3;12.6;1.3;10.18;2.1;1.86;13745
+78081;45.26293;.96208;154;20221001;18.7;9.4;14;2.5;15.58;8.7;1;5895
+78081;45.26293;.96208;154;20221002;21.2;15.8;18.5;1.7;16.81;.3;1.55;7288
+78081;45.26293;.96208;154;20221003;23.6;10.9;17.3;1;13.71;0;2.03;14129
+78081;45.26293;.96208;154;20221004;23.8;8.3;16.1;1.1;12.81;.1;2.05;14881
+78081;45.26293;.96208;154;20221005;26.1;8.9;17.5;1.7;13.41;.1;2.49;14763
+78081;45.26293;.96208;154;20221006;20.8;13.8;17.3;1.4;15.53;.1;1.39;6776
+78081;45.26293;.96208;154;20221007;24.3;10.4;17.4;1;14.61;0;1.83;12528
+78081;45.26293;.96208;154;20221008;21.8;12.9;17.3;1.7;13.93;0;1.77;8879
+78081;45.26293;.96208;154;20221009;24.8;7.5;16.2;1.6;12.23;.1;2.22;13905
+78081;45.26293;.96208;154;20221010;22.7;11.3;17;1.6;14.68;.6;1.68;9528
+78081;45.26293;.96208;154;20221011;20.6;14.7;17.6;1.2;16.46;1.1;1.19;6134
+78081;45.26293;.96208;154;20221012;22.1;12.7;17.4;1.2;15.01;.4;1.6;10493
+78081;45.26293;.96208;154;20221013;17.6;10.5;14;1.2;14.78;6.8;.92;5727
+78081;45.26293;.96208;154;20221014;19.4;15.5;17.4;2.8;17.71;2.1;1.01;4037
+78081;45.26293;.96208;154;20221015;23.3;15.8;19.5;1.7;16.68;0;1.65;8225
+78081;45.26293;.96208;154;20221016;27.2;14;20.6;2.5;16.56;0;2.44;11396
+78081;45.26293;.96208;154;20221017;24.4;17;20.7;2.3;17.43;1.1;1.87;7097
+78081;45.26293;.96208;154;20221018;27.7;14.2;21;2.2;17.03;0;2.31;11320
+78081;45.26293;.96208;154;20221019;25.6;13.8;19.7;2.5;16.41;1.1;2.05;8783
+78081;45.26293;.96208;154;20221020;25;14.8;19.9;2.6;16.93;1.5;1.92;7453
+78081;45.26293;.96208;154;20221021;22.8;16;19.4;2;15.13;1.4;1.75;6937
+78081;45.26293;.96208;154;20221022;23.7;11.1;17.4;1.8;14.11;.2;1.74;10058
+78081;45.26293;.96208;154;20221023;25.3;15.7;20.5;2.9;14.06;.4;2.49;6607
+78081;45.26293;.96208;154;20221024;22.6;10.6;16.6;1.5;12.21;.1;1.64;9874
+78081;45.26293;.96208;154;20221025;22.6;8.7;15.6;1.7;12.78;1.9;1.47;8183
+78081;45.26293;.96208;154;20221026;25.6;10.8;18.2;1.6;14.31;0;1.69;9852
+78081;45.26293;.96208;154;20221027;25.5;12.8;19.2;2.9;15.41;0;2.06;7845
+78081;45.26293;.96208;154;20221028;25.7;19.6;22.6;2.6;14.91;0;2.34;6658
+78081;45.26293;.96208;154;20221029;27.5;12.8;20.2;2.1;12.18;0;2.31;9020
+78081;45.26293;.96208;154;20221030;22.9;10.4;16.7;1.1;12.46;0;1.33;8465
+78081;45.26293;.96208;154;20221031;22.9;12;17.4;2;14.71;6.2;1.45;6745
+78081;45.26293;.96208;154;20221101;17.7;10.7;14.2;1.4;13.41;.2;.94;6601
+78081;45.26293;.96208;154;20221102;18.5;7.6;13.1;1.2;11.31;0;1;8822
+78081;45.26293;.96208;154;20221103;18.2;8;13.1;2.8;11.36;9.4;1.37;5095
+78081;45.26293;.96208;154;20221104;12.7;8.8;10.8;3.4;10.21;2.1;1.07;4713
+78081;45.26293;.96208;154;20221105;15.2;1.8;8.5;1.1;8.26;.1;.78;7379
+78081;45.26293;.96208;154;20221106;15.3;2.6;9;1.5;9.31;.7;.77;6549
+78081;45.26293;.96208;154;20221107;19.5;8.7;14.1;2;11.88;0;1.17;8182
+78081;45.26293;.96208;154;20221108;19.7;9;14.4;3.1;12.21;2.2;1.46;6108
+78081;45.26293;.96208;154;20221109;14.9;13.1;14;1.3;13.78;1.9;.71;2490
+78081;45.26293;.96208;154;20221110;15.1;10.2;12.6;1;11.88;0;.7;5541
+78081;45.26293;.96208;154;20221111;21.8;4.1;12.9;1.5;10.91;.1;1.03;8870
+78081;45.26293;.96208;154;20221112;21.6;7.6;14.6;1.6;11.51;0;1.14;7890
+78081;45.26293;.96208;154;20221113;21.9;5.3;13.6;1;10.21;0;.89;8594
+78081;45.26293;.96208;154;20221114;14.9;8.2;11.6;2.1;11.91;6.3;.77;2842
+78081;45.26293;.96208;154;20221115;15.7;9.5;12.6;2.3;12.68;8.8;.72;3536
+78081;45.26293;.96208;154;20221116;16.7;10.4;13.5;2.7;12.61;2.8;.92;5108
+78081;45.26293;.96208;154;20221117;15.6;12.3;14;3.4;12.86;6.9;1;3767
+78081;45.26293;.96208;154;20221118;11.8;5.9;8.8;1.3;10.36;1.3;.48;4658
+78081;45.26293;.96208;154;20221119;10.9;6.5;8.7;1.5;9.36;.2;.59;4515
+78081;45.26293;.96208;154;20221120;9.3;1.3;5.3;1.5;8.51;3.2;.38;3177
+78081;45.26293;.96208;154;20221121;11.8;5.6;8.7;2.8;10.11;14.4;.57;2182
+78081;45.26293;.96208;154;20221122;11.1;5.9;8.5;2.5;9.61;13.5;.55;4612
+78081;45.26293;.96208;154;20221123;15;8.5;11.7;3;11.08;6.7;.86;4140
+78081;45.26293;.96208;154;20221124;12.9;5.3;9.1;1.9;10.21;1.8;.51;4475
+78081;45.26293;.96208;154;20221125;12.8;9.4;11.1;1.3;10.68;1.9;.61;2976
+78081;45.26293;.96208;154;20221126;9.8;3;6.4;1.2;8.46;.1;.4;4385
+78081;45.26293;.96208;154;20221127;11.4;1.8;6.6;1.7;8.11;8.1;.49;5319
+78081;45.26293;.96208;154;20221128;12.4;7.1;9.8;1.7;10.78;4.9;.51;3539
+78081;45.26293;.96208;154;20221129;8.4;3.4;5.9;.9;9.01;.2;.34;2934
+78081;45.26293;.96208;154;20221130;10.6;3;6.8;1.5;8.11;.2;.48;4737
+78081;45.26293;.96208;154;20221201;10.2;1.8;6;2.2;7.08;0;.64;5148
+78081;45.26293;.96208;154;20221202;6.5;4.5;5.5;1.6;6.93;.6;.57;1822
+78081;45.26293;.96208;154;20221203;7.2;3.4;5.3;1.2;7.36;1.9;.44;2902
+78081;45.26293;.96208;154;20221204;8.3;3.5;5.9;1;7.73;.3;.41;3224
+78081;45.26293;.96208;154;20221205;9.9;-.7;4.6;1.4;6.36;.1;.45;5785
+78081;45.26293;.96208;154;20221206;9;-2.2;3.4;1.3;5.68;.1;.47;5057
+78081;45.26293;.96208;154;20221207;7.2;-3.1;2;1.5;5.46;.2;.34;5987
+78081;45.26293;.96208;154;20221208;6.6;-2.6;2;1.4;5.93;1.1;.37;3785
+78081;45.26293;.96208;154;20221209;8.5;3.6;6.1;1.9;7.33;.1;.58;2865
+78081;45.26293;.96208;154;20221210;2.5;-1.7;.4;2.7;4.73;0;.49;4214
+78081;45.26293;.96208;154;20221211;4;-6.8;-1.4;1.1;3.98;.1;.3;5337
+78081;45.26293;.96208;154;20221212;2.9;-5.2;-1.2;1.5;5.01;7.8;.31;3198
+78081;45.26293;.96208;154;20221213;6.4;1.1;3.7;1.8;8.58;2.3;.15;1945
+78081;45.26293;.96208;154;20221214;14.7;6.4;10.5;1.8;11.73;2.4;.38;2954
+78081;45.26293;.96208;154;20221215;10.3;7.4;8.8;2;10.18;3.7;.5;1293
+78081;45.26293;.96208;154;20221216;7.6;2.7;5.2;2.9;6.23;0;.74;4345
+78081;45.26293;.96208;154;20221217;7.1;-5.7;.7;1.4;4.11;0;.44;5946
+78081;45.26293;.96208;154;20221218;11.8;-3.6;4.1;2.5;6.43;.1;.58;5563
+78081;45.26293;.96208;154;20221219;16.7;7.7;12.2;3.5;10.28;.1;1.18;4751
+78081;45.26293;.96208;154;20221220;15.2;11.5;13.4;3.7;11.76;5.1;1.14;1978
+78081;45.26293;.96208;154;20221221;14.6;11.3;12.9;2.8;12.71;3.3;.63;2603
+78081;45.26293;.96208;154;20221222;14.6;11.9;13.2;3.4;13.63;17.1;.64;1587
+78081;45.26293;.96208;154;20221223;15.7;13.4;14.6;2.2;14.58;3.8;.61;1734
+78081;45.26293;.96208;154;20221224;17.2;11.3;14.2;1.6;12.61;0;.62;4202
+78081;45.26293;.96208;154;20221225;18.1;4.7;11.4;1.7;9.91;0;.64;5584
+78081;45.26293;.96208;154;20221226;13;8.7;10.9;1.6;11.46;1.5;.52;1779
+78081;45.26293;.96208;154;20221227;10;6.1;8;1.2;9.98;.2;.32;2770
+78081;45.26293;.96208;154;20221228;15.7;5.2;10.4;2.2;10.16;0;.62;5237
+78081;45.26293;.96208;154;20221229;10.8;9.4;10.1;2.3;11.16;18.3;.54;851
+78081;45.26293;.96208;154;20221230;13.3;9.3;11.3;2.8;11.73;4.6;.57;1905
+78081;45.26293;.96208;154;20221231;17.7;9.2;13.5;3;11.66;.1;1;4303
+78082;45.2897;1.27845;195;20220101;16.5;4.4;10.5;.9;8.45;0;.54;5023
+78082;45.2897;1.27845;195;20220102;14;4.4;9.2;1.2;9.45;.6;.43;4364
+78082;45.2897;1.27845;195;20220103;13.7;7.8;10.7;1.7;11.11;1.7;.52;3215
+78082;45.2897;1.27845;195;20220104;15.6;8.1;11.9;2.6;9.68;1.4;1.06;3665
+78082;45.2897;1.27845;195;20220105;6.6;1.1;3.8;1.6;6.15;0;.5;3280
+78082;45.2897;1.27845;195;20220106;6.4;-2.7;1.9;1;5.11;.1;.38;4419
+78082;45.2897;1.27845;195;20220107;5.5;-2.5;1.5;1.1;6.65;.5;.25;4165
+78082;45.2897;1.27845;195;20220108;10.1;4.5;7.3;3.8;9.71;13.2;.38;3228
+78082;45.2897;1.27845;195;20220109;7.7;4.9;6.3;1.9;8.91;13.3;.35;2146
+78082;45.2897;1.27845;195;20220110;8.1;6.2;7.1;.9;8.91;.9;.42;1658
+78082;45.2897;1.27845;195;20220111;9.9;.6;5.2;2;5.75;0;.78;4673
+78082;45.2897;1.27845;195;20220112;8.2;-2;3.1;2.6;4.88;0;.79;4860
+78082;45.2897;1.27845;195;20220113;9.8;-3.3;3.2;.7;4.65;0;.44;5851
+78082;45.2897;1.27845;195;20220114;12.2;-4.7;3.8;.8;4.71;.1;.48;6824
+78082;45.2897;1.27845;195;20220115;10.5;-3.7;3.4;.6;4.88;0;.39;6283
+78082;45.2897;1.27845;195;20220116;8.6;-5;1.8;1;5.15;.1;.37;6199
+78082;45.2897;1.27845;195;20220117;9.7;-1.3;4.2;1.7;6.48;.1;.48;5348
+78082;45.2897;1.27845;195;20220118;6.2;-1.8;2.2;1.3;5.85;.2;.47;4400
+78082;45.2897;1.27845;195;20220119;3.6;.4;2;1.2;6.81;1.9;.28;2681
+78082;45.2897;1.27845;195;20220120;6.6;1.1;3.8;1.3;6.68;.1;.41;3791
+78082;45.2897;1.27845;195;20220121;5.9;-.3;2.8;3.2;5.05;0;.88;4156
+78082;45.2897;1.27845;195;20220122;8.3;-2.2;3.1;2.6;5.25;0;.83;5661
+78082;45.2897;1.27845;195;20220123;12.7;-2.2;5.3;1.1;5.68;0;.64;7036
+78082;45.2897;1.27845;195;20220124;13;-1.6;5.7;.7;5.31;0;.55;7081
+78082;45.2897;1.27845;195;20220125;12.6;-2.4;5.1;.8;5.91;0;.52;7273
+78082;45.2897;1.27845;195;20220126;13.1;-2.8;5.2;1;5.75;0;.63;7611
+78082;45.2897;1.27845;195;20220127;11.8;-4.6;3.6;1.2;5.08;0;.64;7859
+78082;45.2897;1.27845;195;20220128;7.3;-4.5;1.4;1.4;5.81;0;.51;6726
+78082;45.2897;1.27845;195;20220129;4.4;-1.3;1.6;1;6.18;0;.38;4265
+78082;45.2897;1.27845;195;20220130;10.8;1.4;6.1;1.7;7.81;.3;.58;5935
+78082;45.2897;1.27845;195;20220131;8.8;3.7;6.2;2.7;7.95;1;.67;4051
+78082;45.2897;1.27845;195;20220201;6.3;-.6;2.8;1.7;7.58;1;.33;5270
+78082;45.2897;1.27845;195;20220202;9.3;5.8;7.5;1.2;8.98;.1;.53;3330
+78082;45.2897;1.27845;195;20220203;6.8;2.1;4.5;1.5;7.81;.6;.38;4022
+78082;45.2897;1.27845;195;20220204;9.2;5;7.1;1.2;9.58;3.5;.46;4101
+78082;45.2897;1.27845;195;20220205;10.6;4.2;7.4;1.8;7.31;0;.84;5364
+78082;45.2897;1.27845;195;20220206;7.7;-1.1;3.3;2;8.45;3.7;.26;6498
+78082;45.2897;1.27845;195;20220207;12.1;7.7;9.9;2.3;8.85;.6;1.02;4358
+78082;45.2897;1.27845;195;20220208;15.1;-1.3;6.9;.9;6.28;0;.85;9383
+78082;45.2897;1.27845;195;20220209;16.5;.7;8.6;1.5;6.68;0;1.18;9234
+78082;45.2897;1.27845;195;20220210;5.4;1.3;3.3;.6;8.03;.4;.83;10266
+78082;45.2897;1.27845;195;20220211;12.5;7.6;10;2.1;7.28;0;1.45;7880
+78082;45.2897;1.27845;195;20220212;12.2;-2.2;5;1.8;4.55;0;1.3;9438
+78082;45.2897;1.27845;195;20220213;16.6;-3.3;6.6;2.3;7.83;6.3;1.42;10236
+78082;45.2897;1.27845;195;20220214;11.7;8.1;9.9;3.9;9.28;5.6;1.15;5294
+78082;45.2897;1.27845;195;20220215;9;3.8;6.4;2;9.23;9.5;.59;3773
+78082;45.2897;1.27845;195;20220216;12.4;7.7;10;3.5;12.05;8.5;.51;5264
+78082;45.2897;1.27845;195;20220217;13.4;11.1;12.3;2.6;13.28;2.2;.63;3485
+78082;45.2897;1.27845;195;20220218;13.1;10.1;11.6;1.9;11.35;.6;.86;4211
+78082;45.2897;1.27845;195;20220219;10.9;3.4;7.2;1.3;7.48;0;.91;7213
+78082;45.2897;1.27845;195;20220220;10.1;1.7;5.9;2.2;9.45;3.5;.57;7733
+78082;45.2897;1.27845;195;20220221;10.9;8;9.4;3.6;9.21;.6;1.06;4332
+78082;45.2897;1.27845;195;20220222;11.3;5.8;8.5;1.4;9.41;.1;.83;6285
+78082;45.2897;1.27845;195;20220223;16.1;7.4;11.7;.8;9.01;0;1.12;8195
+78082;45.2897;1.27845;195;20220224;14.1;3.8;8.9;1.7;8.51;.3;1.2;9113
+78082;45.2897;1.27845;195;20220225;10.9;.8;5.8;1.6;6.28;0;1.15;9153
+78082;45.2897;1.27845;195;20220226;14.6;-.5;7.1;1.7;4.95;0;1.63;11537
+78082;45.2897;1.27845;195;20220227;16;-.1;8;1;5.88;0;1.41;12103
+78082;45.2897;1.27845;195;20220228;16.8;.5;8.6;1;7.15;0;1.39;12394
+78082;45.2897;1.27845;195;20220301;17;.6;8.8;1.2;6.48;0;1.54;12518
+78082;45.2897;1.27845;195;20220302;11.1;4.3;7.7;1.5;8.95;1.5;.99;7699
+78082;45.2897;1.27845;195;20220303;14.5;8.2;11.4;1.2;10.11;0;1.13;7559
+78082;45.2897;1.27845;195;20220304;11.4;5.6;8.5;2.2;9.85;1.8;.92;6781
+78082;45.2897;1.27845;195;20220305;8.9;6.4;7.6;2.1;8.85;1.2;.74;4366
+78082;45.2897;1.27845;195;20220306;11.3;1.9;6.6;2.1;5.61;0;1.55;9658
+78082;45.2897;1.27845;195;20220307;12.2;-3.1;4.6;1.7;4.78;0;1.58;13050
+78082;45.2897;1.27845;195;20220308;14.5;.2;7.4;1.8;7.21;2.6;1.56;12631
+78082;45.2897;1.27845;195;20220309;15.7;5;10.4;2.4;8.75;.1;1.72;11151
+78082;45.2897;1.27845;195;20220310;14;7.2;10.6;2.3;9.45;1.2;1.43;8514
+78082;45.2897;1.27845;195;20220311;13.2;8.2;10.7;3.3;9.78;17.2;1.46;7367
+78082;45.2897;1.27845;195;20220312;9.4;6.9;8.1;2.3;9.61;7.4;.81;5233
+78082;45.2897;1.27845;195;20220313;10;6.3;8.1;3;8.31;12.5;1.21;6372
+78082;45.2897;1.27845;195;20220314;13.8;.5;7.1;3.5;8.55;1.4;1.55;13253
+78082;45.2897;1.27845;195;20220315;17.5;10.9;14.2;5.1;10.58;0;2.56;9280
+78082;45.2897;1.27845;195;20220316;16.7;9.5;13.1;1.8;10.78;0;1.64;9621
+78082;45.2897;1.27845;195;20220317;13.3;9.8;11.5;3.6;9.95;1.7;1.58;6186
+78082;45.2897;1.27845;195;20220318;15.8;7.8;11.8;2.3;9.03;0;2.05;10388
+78082;45.2897;1.27845;195;20220319;18.9;5;12;1.3;8.18;0;2.26;15581
+78082;45.2897;1.27845;195;20220320;16.5;3.4;9.9;2.6;8.68;.1;2.14;11846
+78082;45.2897;1.27845;195;20220321;16.3;9.4;12.8;3.9;8.03;0;3.01;11992
+78082;45.2897;1.27845;195;20220322;17.3;6.3;11.8;3.7;5.83;0;3.6;16723
+78082;45.2897;1.27845;195;20220323;18;.4;9.2;2.5;5.08;0;3.13;18596
+78082;45.2897;1.27845;195;20220324;20.2;-2.5;8.8;1.3;5.73;0;2.68;20218
+78082;45.2897;1.27845;195;20220325;21.6;-1.4;10.1;1.1;5.68;0;2.64;18871
+78082;45.2897;1.27845;195;20220326;22.1;-.6;10.7;1.1;5.63;0;2.77;20073
+78082;45.2897;1.27845;195;20220327;22.3;.2;11.3;1.4;6.58;0;2.98;19794
+78082;45.2897;1.27845;195;20220328;22.8;1.4;12.1;1.3;7.18;0;2.91;18844
+78082;45.2897;1.27845;195;20220329;17.7;6.7;12.2;.8;9.33;4.7;1.9;12070
+78082;45.2897;1.27845;195;20220330;14.9;9.8;12.3;1.9;11.03;1.1;1.58;7127
+78082;45.2897;1.27845;195;20220331;13.4;7.9;10.7;3.5;8.98;2.4;2.1;9249
+78082;45.2897;1.27845;195;20220401;6.8;.1;3.5;4.9;5.65;1.1;1.64;11333
+78082;45.2897;1.27845;195;20220402;7;.3;3.7;4;5.18;0;1.65;10725
+78082;45.2897;1.27845;195;20220403;5.4;-4.6;.4;1.2;5.08;0;1.36;14205
+78082;45.2897;1.27845;195;20220404;12.4;.6;6.5;1.4;4.93;0;2.47;20089
+78082;45.2897;1.27845;195;20220405;13.8;-2.2;5.8;1.1;7.48;.1;1.63;12215
+78082;45.2897;1.27845;195;20220406;12.2;6.4;9.3;2.1;10.73;3;1.08;4903
+78082;45.2897;1.27845;195;20220407;11.7;9.4;10.5;4.1;12.43;20.1;.75;3299
+78082;45.2897;1.27845;195;20220408;18;11.4;14.7;4.5;11.13;1.2;2.89;10132
+78082;45.2897;1.27845;195;20220409;14.3;4.2;9.3;1.9;7.23;0;2.5;16735
+78082;45.2897;1.27845;195;20220410;19;-2.3;8.3;1.4;6.28;0;3.07;22888
+78082;45.2897;1.27845;195;20220411;20.6;7.4;14;5.8;8.45;0;4.52;20017
+78082;45.2897;1.27845;195;20220412;18.8;11.4;15.1;4.5;9.65;4.2;3.5;13890
+78082;45.2897;1.27845;195;20220413;14.7;10.1;12.4;.8;11.98;1.8;1.28;5902
+78082;45.2897;1.27845;195;20220414;23.7;5.7;14.7;1.2;11.68;0;3.36;21669
+78082;45.2897;1.27845;195;20220415;24.8;6.1;15.5;1.3;11.48;0;3.64;22708
+78082;45.2897;1.27845;195;20220416;24.2;6.1;15.1;1.8;10.18;0;3.93;23038
+78082;45.2897;1.27845;195;20220417;24.4;2.4;13.4;1.7;8.63;0;4.06;25020
+78082;45.2897;1.27845;195;20220418;19.6;5.1;12.4;1.5;10.53;0;2.88;18974
+78082;45.2897;1.27845;195;20220419;17.5;5.6;11.6;1.6;11.08;5.6;2.08;12501
+78082;45.2897;1.27845;195;20220420;15.9;9;12.5;1.2;12.38;7;1.73;10300
+78082;45.2897;1.27845;195;20220421;17.7;10.5;14.1;1.2;13.38;1.2;1.79;9289
+78082;45.2897;1.27845;195;20220422;18.9;9.2;14;1;12.83;0;2.4;14818
+78082;45.2897;1.27845;195;20220423;15.1;8.5;11.8;2.4;11.58;24.9;1.54;7599
+78082;45.2897;1.27845;195;20220424;14.9;9.2;12;2.8;12.13;6.6;1.51;6498
+78082;45.2897;1.27845;195;20220425;17.9;6.4;12.1;1.2;10.43;0;2.36;14352
+78082;45.2897;1.27845;195;20220426;21.7;3.3;12.5;1;10.03;0;3.52;24706
+78082;45.2897;1.27845;195;20220427;24.7;4.4;14.5;1.2;11.18;0;3.84;24681
+78082;45.2897;1.27845;195;20220428;22.7;11;16.8;1.7;13.88;0;3.42;19588
+78082;45.2897;1.27845;195;20220429;20.9;11.5;16.2;1.6;13.63;.4;2.62;13386
+78082;45.2897;1.27845;195;20220430;22.7;7.4;15.1;1.3;10.88;0;3.79;23734
+78082;45.2897;1.27845;195;20220501;20.5;4.4;12.5;1.1;9.48;0;3.34;22563
+78082;45.2897;1.27845;195;20220502;22.3;7.2;14.8;1.1;10.18;0;3.6;22657
+78082;45.2897;1.27845;195;20220503;22.8;8.8;15.8;1.4;11.73;2.7;3.51;20287
+78082;45.2897;1.27845;195;20220504;21;9.5;15.2;1.6;11.98;0;3.33;19597
+78082;45.2897;1.27845;195;20220505;21.4;7.5;14.5;1.9;10.38;0;4.02;24608
+78082;45.2897;1.27845;195;20220506;20.6;6.2;13.4;1.8;10.48;0;3.41;21677
+78082;45.2897;1.27845;195;20220507;22.9;8.4;15.7;1.9;10.85;0;3.78;21652
+78082;45.2897;1.27845;195;20220508;24.1;7.7;15.9;1.8;11.08;0;4.03;23396
+78082;45.2897;1.27845;195;20220509;26.4;9.4;17.9;1.3;11.91;0;4.2;23969
+78082;45.2897;1.27845;195;20220510;27.5;10.2;18.9;1;12.31;0;4.26;24450
+78082;45.2897;1.27845;195;20220511;29.2;9.9;19.5;1.6;13.31;2.3;4.78;25961
+78082;45.2897;1.27845;195;20220512;21;12.1;16.5;1.3;15.48;2.2;2.85;17317
+78082;45.2897;1.27845;195;20220513;24.2;14.6;19.4;1;16.65;0;3.27;18061
+78082;45.2897;1.27845;195;20220514;28.1;11.3;19.7;1.2;15.81;0;4.32;24439
+78082;45.2897;1.27845;195;20220515;28.7;15.1;21.9;1.8;15.88;8.7;4.51;21802
+78082;45.2897;1.27845;195;20220516;27;14.3;20.6;1.1;16.85;0;3.92;21365
+78082;45.2897;1.27845;195;20220517;30.7;13;21.8;1.4;16.01;0;4.89;25389
+78082;45.2897;1.27845;195;20220518;31.7;14.3;23;1.3;17.18;5.1;4.98;25211
+78082;45.2897;1.27845;195;20220519;28.5;16.8;22.7;1.6;18.35;.1;4.19;20570
+78082;45.2897;1.27845;195;20220520;28.8;16.5;22.7;2.3;14.81;0;4.83;20749
+78082;45.2897;1.27845;195;20220521;31.9;14.4;23.1;1.1;19.15;0;4.93;25702
+78082;45.2897;1.27845;195;20220522;31.1;17.7;24.4;1;21.58;1.5;4.46;22417
+78082;45.2897;1.27845;195;20220523;20.2;16.5;18.4;2.8;16.45;2.7;2.49;11410
+78082;45.2897;1.27845;195;20220524;18.9;11.4;15.1;1.8;12.68;.5;2.88;16741
+78082;45.2897;1.27845;195;20220525;20.5;7.4;13.9;1.6;10.88;0;3.59;22612
+78082;45.2897;1.27845;195;20220526;18.8;8.4;13.6;1.2;12.45;0;3;19841
+78082;45.2897;1.27845;195;20220527;24.3;10.6;17.4;2.2;13.38;0;4.13;22629
+78082;45.2897;1.27845;195;20220528;25.5;11.2;18.3;2.8;11.35;0;4.82;23468
+78082;45.2897;1.27845;195;20220529;22.1;8.2;15.1;2.3;8.9;0;4.13;20500
+78082;45.2897;1.27845;195;20220530;23.9;6.5;15.2;1.7;8.55;.4;4.16;21533
+78082;45.2897;1.27845;195;20220531;23.9;11.2;17.5;1.1;11.43;2.5;3.35;16615
+78082;45.2897;1.27845;195;20220601;27.5;10.1;18.8;1.6;13.75;3.8;4.13;20514
+78082;45.2897;1.27845;195;20220602;26.9;15.8;21.4;2.4;18.25;6;3.82;16033
+78082;45.2897;1.27845;195;20220603;29.7;16.6;23.2;2.1;18.15;4.2;4.32;18672
+78082;45.2897;1.27845;195;20220604;26.5;14.1;20.3;1.8;18.85;18.1;3.52;17279
+78082;45.2897;1.27845;195;20220605;21.7;16.1;18.9;2.1;16.61;0;2.38;10138
+78082;45.2897;1.27845;195;20220606;24.1;12.5;18.3;1.1;15.31;.1;2.97;15204
+78082;45.2897;1.27845;195;20220607;23.8;14.4;19.1;1.8;14.78;6.1;3.56;17177
+78082;45.2897;1.27845;195;20220608;19;12.5;15.8;1.7;15;3.1;2.16;10947
+78082;45.2897;1.27845;195;20220609;20.4;11.7;16.1;1.3;13.98;.4;3.15;18752
+78082;45.2897;1.27845;195;20220610;27.4;10.4;18.9;1.1;14.45;.1;4.66;26667
+78082;45.2897;1.27845;195;20220611;31.1;12.1;21.6;1.2;15.05;0;5.31;27972
+78082;45.2897;1.27845;195;20220612;29.5;14.9;22.2;1.4;17.68;.4;4.83;24428
+78082;45.2897;1.27845;195;20220613;29.7;16.8;23.2;2.1;17.15;0;5.02;23005
+78082;45.2897;1.27845;195;20220614;33.3;14.1;23.7;1.2;16.45;.7;5.67;28355
+78082;45.2897;1.27845;195;20220615;33.2;19;26.1;1.5;19.41;0;5.43;24265
+78082;45.2897;1.27845;195;20220616;34.3;15.8;25;1.2;18.71;0;5.74;27885
+78082;45.2897;1.27845;195;20220617;37;17.2;27.1;1.5;17.55;0;6.44;28878
+78082;45.2897;1.27845;195;20220618;38;18.9;28.5;2.3;15.45;0;7.31;28052
+78082;45.2897;1.27845;195;20220619;33.4;20.8;27.1;2.6;16.08;7.2;6.2;22806
+78082;45.2897;1.27845;195;20220620;30.1;17.4;23.8;1.6;19.51;6.5;4.71;22801
+78082;45.2897;1.27845;195;20220621;27.4;17.8;22.6;1.6;20.38;14.1;3.99;19792
+78082;45.2897;1.27845;195;20220622;26.2;16.7;21.5;1.8;18.51;1.6;3.9;19450
+78082;45.2897;1.27845;195;20220623;24.9;14.8;19.9;1.1;18.18;10;3.68;20265
+78082;45.2897;1.27845;195;20220624;22.7;15.9;19.3;1.9;16.85;4.7;3.18;16411
+78082;45.2897;1.27845;195;20220625;21.7;12.4;17;1.2;15.71;4.6;3.16;18371
+78082;45.2897;1.27845;195;20220626;17.6;13.6;15.6;1.6;15.85;13.4;2.09;12415
+78082;45.2897;1.27845;195;20220627;23.2;13.8;18.5;1.8;14.41;0;3.72;19593
+78082;45.2897;1.27845;195;20220628;24.5;10.8;17.6;1.7;13.11;.1;4.23;23756
+78082;45.2897;1.27845;195;20220629;26.4;10.2;18.3;1.5;14.05;8.6;4.53;25897
+78082;45.2897;1.27845;195;20220630;16;14;15;1.5;14.95;12.4;1.49;7525
+78082;45.2897;1.27845;195;20220701;22.4;10.2;16.3;1;12.71;0;3.72;22452
+78082;45.2897;1.27845;195;20220702;28.8;9.8;19.3;1.2;13.45;0;5.01;27976
+78082;45.2897;1.27845;195;20220703;28.2;14.3;21.2;1.9;15.45;0;4.79;23619
+78082;45.2897;1.27845;195;20220704;26.6;16.2;21.4;1.9;17.11;0;4.16;20270
+78082;45.2897;1.27845;195;20220705;28.2;15.3;21.7;1.9;14.81;0;4.78;22693
+78082;45.2897;1.27845;195;20220706;27.6;13.5;20.6;2.2;13.58;0;4.97;23800
+78082;45.2897;1.27845;195;20220707;26.9;12.4;19.7;2;14.11;0;4.66;23901
+78082;45.2897;1.27845;195;20220708;28.1;14;21;2.4;14.25;0;5.02;23658
+78082;45.2897;1.27845;195;20220709;30.3;14.2;22.3;2.5;13.71;0;5.68;25211
+78082;45.2897;1.27845;195;20220710;30.9;14.5;22.7;2.5;14.28;0;5.75;25310
+78082;45.2897;1.27845;195;20220711;33.4;15.8;24.6;2;14.58;0;6.02;26319
+78082;45.2897;1.27845;195;20220712;33.6;17.1;25.3;2;14.11;0;6.05;25457
+78082;45.2897;1.27845;195;20220713;34.8;15.9;25.4;1.6;14.25;0;6.01;27100
+78082;45.2897;1.27845;195;20220714;35.4;16.9;26.1;1.3;15.91;0;5.87;27049
+78082;45.2897;1.27845;195;20220715;33.6;17.8;25.7;2.3;15.11;0;6.06;24597
+78082;45.2897;1.27845;195;20220716;34.1;15.9;25;2.4;13.98;0;6.37;26375
+78082;45.2897;1.27845;195;20220717;36.1;16;26.1;2.2;13.01;0;6.74;27404
+78082;45.2897;1.27845;195;20220718;39.4;19.4;29.4;2.1;14.78;0;7.06;26903
+78082;45.2897;1.27845;195;20220719;33.3;20;26.6;2;17.71;3;5.45;22259
+78082;45.2897;1.27845;195;20220720;27.7;18.1;22.9;2.2;18.51;.1;4.12;18826
+78082;45.2897;1.27845;195;20220721;32.1;13.3;22.7;1.3;16.35;0;5.18;26633
+78082;45.2897;1.27845;195;20220722;30.7;15.7;23.2;2;17.91;.2;4.91;23480
+78082;45.2897;1.27845;195;20220723;29;16.4;22.7;1.5;16.21;0;4.44;21409
+78082;45.2897;1.27845;195;20220724;36;14.5;25.3;1.2;15.38;0;5.74;28020
+78082;45.2897;1.27845;195;20220725;27.2;17.4;22.3;2.1;16.91;.1;4.12;18548
+78082;45.2897;1.27845;195;20220726;25.5;15;20.2;1.6;13.95;0;3.92;19224
+78082;45.2897;1.27845;195;20220727;28.1;11.9;20;1.5;12.68;0;4.62;24157
+78082;45.2897;1.27845;195;20220728;29.1;11.5;20.3;1.5;13.61;0;4.7;24985
+78082;45.2897;1.27845;195;20220729;27.3;16.1;21.7;1.5;16.28;0;4;19712
+78082;45.2897;1.27845;195;20220730;30;15.1;22.6;1.5;16.65;0;4.57;22755
+78082;45.2897;1.27845;195;20220731;32.6;15.1;23.8;1.6;16.11;0;5.15;24710
+78082;45.2897;1.27845;195;20220801;33.4;15.4;24.4;1.6;15.78;0;5.28;24700
+78082;45.2897;1.27845;195;20220802;34.9;15.7;25.3;1.4;15.78;0;5.42;25495
+78082;45.2897;1.27845;195;20220803;37.6;17.7;27.6;1.1;15.31;0;5.54;25691
+78082;45.2897;1.27845;195;20220804;36.6;18.3;27.5;1.6;17.61;0;5.68;24753
+78082;45.2897;1.27845;195;20220805;30.3;18.3;24.3;2;19.25;.5;4.44;19784
+78082;45.2897;1.27845;195;20220806;32.1;19;25.5;2.8;14.91;0;5.54;20659
+78082;45.2897;1.27845;195;20220807;32.5;14.4;23.5;2.6;11.18;0;6;24197
+78082;45.2897;1.27845;195;20220808;34.1;14.5;24.3;2.3;10.85;0;6.1;24678
+78082;45.2897;1.27845;195;20220809;35.9;15.5;25.7;2.1;11.31;0;6.1;24768
+78082;45.2897;1.27845;195;20220810;37.1;15.5;26.3;1.8;11.35;0;6.06;25486
+78082;45.2897;1.27845;195;20220811;37.8;17.5;27.6;1.5;12.65;0;5.75;24818
+78082;45.2897;1.27845;195;20220812;38.2;18.9;28.6;1.4;13.41;0;5.63;24402
+78082;45.2897;1.27845;195;20220813;36.3;16.2;26.3;1.4;16.75;1.6;5.35;24838
+78082;45.2897;1.27845;195;20220814;23.8;19.4;21.6;2.2;19.81;2.8;2.51;11282
+78082;45.2897;1.27845;195;20220815;26.8;16;21.4;1.4;17.51;.1;3.46;17780
+78082;45.2897;1.27845;195;20220816;26.3;14.1;20.2;1.2;17.41;14.3;3.29;18235
+78082;45.2897;1.27845;195;20220817;25;14;19.5;1.7;16.81;0;3.26;17720
+78082;45.2897;1.27845;195;20220818;25.4;14.1;19.7;1.8;15.55;0;3.46;17833
+78082;45.2897;1.27845;195;20220819;26.1;15.2;20.6;1.8;17.45;1.8;3.36;17377
+78082;45.2897;1.27845;195;20220820;27.7;16.2;22;1.3;18.05;.1;3.41;17624
+78082;45.2897;1.27845;195;20220821;26;14.3;20.2;1.3;16.68;0;3.24;17688
+78082;45.2897;1.27845;195;20220822;25.1;18.1;21.6;1.4;18.75;1.1;2.74;13421
+78082;45.2897;1.27845;195;20220823;29.4;16.4;22.9;1.2;18.55;0;3.6;18442
+78082;45.2897;1.27845;195;20220824;34.9;16.3;25.6;1.1;17.38;.1;4.49;22044
+78082;45.2897;1.27845;195;20220825;29.4;17.3;23.3;1.8;17.65;.3;3.81;17385
+78082;45.2897;1.27845;195;20220826;29.4;16.1;22.7;1.6;17.35;0;3.75;18193
+78082;45.2897;1.27845;195;20220827;30.3;14.7;22.5;1.7;15.08;0;4.13;19656
+78082;45.2897;1.27845;195;20220828;32.2;13.9;23;1.3;14.28;0;4.2;21176
+78082;45.2897;1.27845;195;20220829;33.3;15.2;24.3;1.4;15.35;1.1;4.33;20835
+78082;45.2897;1.27845;195;20220830;31.6;17;24.3;1.5;17.71;0;3.98;18595
+78082;45.2897;1.27845;195;20220831;31.8;14.9;23.3;1.5;15.78;.4;4.09;19849
+78082;45.2897;1.27845;195;20220901;27.4;15.6;21.5;1;17.85;0;3.06;16414
+78082;45.2897;1.27845;195;20220902;26.3;15.6;21;1.3;17.38;.6;2.92;15426
+78082;45.2897;1.27845;195;20220903;27.2;16.1;21.7;1.2;16.95;0;3.03;15625
+78082;45.2897;1.27845;195;20220904;32.5;14.4;23.4;1.5;16.01;.8;4.06;19929
+78082;45.2897;1.27845;195;20220905;33.1;16.8;25;2.1;17.53;9.8;4.65;19829
+78082;45.2897;1.27845;195;20220906;29.3;16.2;22.8;1.8;18.05;.6;3.56;16705
+78082;45.2897;1.27845;195;20220907;26.3;15.6;20.9;1.3;16.28;1.7;2.91;14917
+78082;45.2897;1.27845;195;20220908;22;12.2;17.1;1.7;14.78;.3;2.42;14095
+78082;45.2897;1.27845;195;20220909;23.4;12.2;17.8;1.8;13.98;.8;2.73;14903
+78082;45.2897;1.27845;195;20220910;24.7;10.8;17.8;.9;13.45;0;2.69;16557
+78082;45.2897;1.27845;195;20220911;30.3;11.5;20.9;1.2;12.51;0;3.52;19114
+78082;45.2897;1.27845;195;20220912;35.9;14.3;25.1;1.5;14.61;0;4.28;19718
+78082;45.2897;1.27845;195;20220913;30.2;20.2;25.2;1.7;20.55;5.5;3.12;13268
+78082;45.2897;1.27845;195;20220914;29.1;17.2;23.1;1.2;18.35;.3;2.94;14584
+78082;45.2897;1.27845;195;20220915;26.9;14.1;20.5;1.4;16.51;.2;2.81;15119
+78082;45.2897;1.27845;195;20220916;23;13.8;18.4;1.7;14.41;0;2.38;12503
+78082;45.2897;1.27845;195;20220917;19.8;7.6;13.7;2.2;9.18;0;2.59;14245
+78082;45.2897;1.27845;195;20220918;24.6;4.2;14.4;1.7;8.05;0;3.13;18552
+78082;45.2897;1.27845;195;20220919;23.9;6.4;15.1;2.6;8.85;0;3.36;16739
+78082;45.2897;1.27845;195;20220920;23.8;6.5;15.1;2.1;8.55;0;3.1;16539
+78082;45.2897;1.27845;195;20220921;24.4;7.2;15.8;2;8.85;0;3.1;16309
+78082;45.2897;1.27845;195;20220922;25.5;7.2;16.4;1.1;9.55;0;2.68;16910
+78082;45.2897;1.27845;195;20220923;21.6;8.8;15.2;1;11.65;0;2.06;13641
+78082;45.2897;1.27845;195;20220924;19.2;12.6;15.9;1.1;14.15;2.9;1.6;9586
+78082;45.2897;1.27845;195;20220925;18.5;9.6;14.1;1.2;12.65;.2;1.65;11192
+78082;45.2897;1.27845;195;20220926;18.3;7.8;13;2.1;11.61;4.1;1.84;12051
+78082;45.2897;1.27845;195;20220927;15.9;10.6;13.3;2.6;13.05;6.4;1.34;8283
+78082;45.2897;1.27845;195;20220928;18.3;13.3;15.8;3.6;15.25;7.5;1.54;7969
+78082;45.2897;1.27845;195;20220929;16.4;10.1;13.3;1.4;11.81;0;1.45;8806
+78082;45.2897;1.27845;195;20220930;18.4;6.5;12.5;1.3;10.11;1.7;1.74;12290
+78082;45.2897;1.27845;195;20221001;18;8.6;13.3;2.2;14.81;8.6;1.29;10646
+78082;45.2897;1.27845;195;20221002;20.9;15.5;18.2;1.8;16.81;.5;1.53;7741
+78082;45.2897;1.27845;195;20221003;23.1;11.2;17.1;1.3;13.68;0;1.97;11838
+78082;45.2897;1.27845;195;20221004;23.8;8.8;16.3;.8;12.78;.1;1.85;13220
+78082;45.2897;1.27845;195;20221005;25.7;9.1;17.4;1.2;13.31;0;2.16;13766
+78082;45.2897;1.27845;195;20221006;21.7;13.4;17.6;1.3;15.51;0;1.55;9218
+78082;45.2897;1.27845;195;20221007;24.4;10.8;17.6;.9;14.61;0;1.78;12066
+78082;45.2897;1.27845;195;20221008;21.6;13;17.3;1.4;13.68;0;1.69;9111
+78082;45.2897;1.27845;195;20221009;24.6;8.3;16.4;1.1;11.98;.1;1.94;12881
+78082;45.2897;1.27845;195;20221010;23.2;10.9;17.1;1.3;14.38;.1;1.67;10705
+78082;45.2897;1.27845;195;20221011;20.8;14.1;17.4;1.4;15.88;.3;1.34;7578
+78082;45.2897;1.27845;195;20221012;22.7;12.9;17.8;1.3;14.95;.6;1.57;9396
+78082;45.2897;1.27845;195;20221013;16.6;10.5;13.5;1;14.45;8.3;.96;7256
+78082;45.2897;1.27845;195;20221014;18.8;15.2;17;2.7;17.41;2.4;.99;5262
+78082;45.2897;1.27845;195;20221015;22.5;15.1;18.8;1.2;16.75;0;1.36;7664
+78082;45.2897;1.27845;195;20221016;26.2;13.8;20;2.2;16.28;0;2.15;10204
+78082;45.2897;1.27845;195;20221017;23.9;17.4;20.6;2.2;17.11;0;1.78;7051
+78082;45.2897;1.27845;195;20221018;27.4;14.8;21.1;1.9;16.55;0;2.08;9952
+78082;45.2897;1.27845;195;20221019;25.3;13.7;19.5;2;15.88;1.7;1.89;9280
+78082;45.2897;1.27845;195;20221020;23.9;15.5;19.7;2;17.18;2.2;1.62;7732
+78082;45.2897;1.27845;195;20221021;22.5;15.6;19;1.6;15.75;2.2;1.5;6830
+78082;45.2897;1.27845;195;20221022;23.5;11.4;17.5;1.3;14.41;.2;1.47;9263
+78082;45.2897;1.27845;195;20221023;23.6;14.7;19.1;2.1;14.41;.4;1.92;7652
+78082;45.2897;1.27845;195;20221024;22.3;11;16.6;1.1;12.38;0;1.38;8634
+78082;45.2897;1.27845;195;20221025;21.1;9.3;15.2;1.2;12.88;1;1.26;8739
+78082;45.2897;1.27845;195;20221026;25.1;10.5;17.8;1.2;14.08;0;1.44;9623
+78082;45.2897;1.27845;195;20221027;24.8;12.3;18.5;2;15.08;0;1.67;8657
+78082;45.2897;1.27845;195;20221028;24.3;17.5;20.9;2.2;15.01;0;1.98;6103
+78082;45.2897;1.27845;195;20221029;26.5;13.5;20;1.8;11.68;0;2.13;8501
+78082;45.2897;1.27845;195;20221030;23.4;10.8;17.1;1;12.28;0;1.32;8239
+78082;45.2897;1.27845;195;20221031;22.9;12;17.5;1.9;14.58;6.8;1.42;7518
+78082;45.2897;1.27845;195;20221101;17.5;11.9;14.7;1.4;13.68;.1;.89;5235
+78082;45.2897;1.27845;195;20221102;18.4;9.1;13.7;.9;11.71;0;.87;6821
+78082;45.2897;1.27845;195;20221103;16.9;8.3;12.6;2.1;11.21;10.9;1.1;6368
+78082;45.2897;1.27845;195;20221104;11.9;8.8;10.4;3.1;10.31;2.2;.88;3523
+78082;45.2897;1.27845;195;20221105;13.8;2.8;8.3;1.1;8.38;.1;.75;7161
+78082;45.2897;1.27845;195;20221106;14.7;3.3;9;1;9.31;.6;.67;7138
+78082;45.2897;1.27845;195;20221107;19.3;8.7;14;1.6;11.65;0;1.03;6686
+78082;45.2897;1.27845;195;20221108;19.7;9;14.3;2.3;12.15;3.6;1.23;6661
+78082;45.2897;1.27845;195;20221109;15.2;12.3;13.8;1.2;13.58;4.1;.69;2933
+78082;45.2897;1.27845;195;20221110;15.6;9.2;12.4;.9;11.58;0;.69;4914
+78082;45.2897;1.27845;195;20221111;21.2;5.2;13.2;1.4;10.88;.1;1;8046
+78082;45.2897;1.27845;195;20221112;20.9;9.6;15.3;1.4;11.65;0;1.05;6486
+78082;45.2897;1.27845;195;20221113;20.7;6.7;13.7;.9;10.45;0;.85;7318
+78082;45.2897;1.27845;195;20221114;14.1;9.4;11.7;1.8;11.91;7.1;.68;3668
+78082;45.2897;1.27845;195;20221115;15.9;9.4;12.7;1.8;12.58;10;.65;4445
+78082;45.2897;1.27845;195;20221116;16.3;10.5;13.4;2.4;12.58;5;.85;4204
+78082;45.2897;1.27845;195;20221117;15.5;12;13.7;3.2;12.68;8.7;.9;3010
+78082;45.2897;1.27845;195;20221118;11.6;6.7;9.2;1.2;10.18;1.5;.5;3684
+78082;45.2897;1.27845;195;20221119;11.5;6.3;8.9;1.3;9.08;.2;.6;3747
+78082;45.2897;1.27845;195;20221120;8.6;1.2;4.9;1.2;8.15;2.8;.35;4593
+78082;45.2897;1.27845;195;20221121;10.5;5.8;8.1;2.5;9.88;13.4;.46;3482
+78082;45.2897;1.27845;195;20221122;10.5;5.6;8.1;2.4;9.48;15;.52;3524
+78082;45.2897;1.27845;195;20221123;14.3;7.9;11.1;2.6;10.78;6.6;.74;4083
+78082;45.2897;1.27845;195;20221124;12.2;6.2;9.2;1.5;10.35;3;.45;3795
+78082;45.2897;1.27845;195;20221125;11.5;9.1;10.3;1.2;10.68;2.8;.56;2136
+78082;45.2897;1.27845;195;20221126;10;2.9;6.4;1.1;8.31;.1;.41;4233
+78082;45.2897;1.27845;195;20221127;11.3;2.8;7.1;1.5;7.95;9.2;.54;4608
+78082;45.2897;1.27845;195;20221128;11.8;6.8;9.3;1.6;10.51;7.1;.48;3158
+78082;45.2897;1.27845;195;20221129;8.8;4.7;6.7;.9;8.88;.5;.36;2868
+78082;45.2897;1.27845;195;20221130;10.5;2.3;6.4;1.6;7.55;.1;.51;4375
+78082;45.2897;1.27845;195;20221201;9.3;2.3;5.8;2;7.28;0;.56;3894
+78082;45.2897;1.27845;195;20221202;6.1;3;4.5;1.3;6.98;.7;.46;2303
+78082;45.2897;1.27845;195;20221203;7.2;3.2;5.2;1.1;7.45;3;.41;2731
+78082;45.2897;1.27845;195;20221204;6.7;4;5.4;.7;7.81;.4;.38;2007
+78082;45.2897;1.27845;195;20221205;9.4;.4;4.9;1.1;6.68;.1;.42;4435
+78082;45.2897;1.27845;195;20221206;10.2;-1.3;4.4;1.2;5.81;.1;.5;5064
+78082;45.2897;1.27845;195;20221207;7.6;-1.9;2.8;1.7;5.68;.1;.46;4425
+78082;45.2897;1.27845;195;20221208;6.4;-1.8;2.3;1;5.78;1.1;.34;4086
+78082;45.2897;1.27845;195;20221209;8.7;3.3;6;1.9;7.35;0;.57;2909
+78082;45.2897;1.27845;195;20221210;3;-.4;1.3;2.6;4.85;0;.63;2249
+78082;45.2897;1.27845;195;20221211;5.2;-6.2;-.5;1.1;3.98;0;.37;4812
+78082;45.2897;1.27845;195;20221212;3.1;-5.3;-1.1;1.5;4.91;11.1;.28;4048
+78082;45.2897;1.27845;195;20221213;7.1;1.4;4.2;1.7;8.58;1;.11;3157
+78082;45.2897;1.27845;195;20221214;13.2;6.6;9.9;1.7;11.41;3.2;.3;3495
+78082;45.2897;1.27845;195;20221215;9.3;6.9;8.1;1.9;9.81;4.9;.48;1601
+78082;45.2897;1.27845;195;20221216;6.8;2.4;4.6;2.7;6.38;0;.71;2673
+78082;45.2897;1.27845;195;20221217;6.3;-5.1;.6;1.3;3.98;0;.5;4735
+78082;45.2897;1.27845;195;20221218;10.9;-3.7;3.6;2.3;6.18;.1;.56;5434
+78082;45.2897;1.27845;195;20221219;16.6;7.7;12.2;3.9;10.18;0;1.29;3999
+78082;45.2897;1.27845;195;20221220;15;11.7;13.4;2.9;11.55;7.2;.95;2136
+78082;45.2897;1.27845;195;20221221;13.7;10.4;12;2.4;12.45;2.9;.51;2122
+78082;45.2897;1.27845;195;20221222;14;10.7;12.4;3.1;13.38;16;.46;2129
+78082;45.2897;1.27845;195;20221223;15.8;12.9;14.4;2.1;14.51;4.3;.54;1896
+78082;45.2897;1.27845;195;20221224;16.7;11.3;14;1.3;12.68;0;.58;2973
+78082;45.2897;1.27845;195;20221225;16.8;5.3;11;1.6;9.91;0;.63;4742
+78082;45.2897;1.27845;195;20221226;10.9;7.7;9.3;1.4;10.81;1.6;.42;2080
+78082;45.2897;1.27845;195;20221227;9.3;6.2;7.7;1;9.68;.2;.35;2092
+78082;45.2897;1.27845;195;20221228;14.4;5;9.7;1.6;9.68;1.3;.52;4263
+78082;45.2897;1.27845;195;20221229;10.2;7.3;8.7;1.7;10.71;18.7;.4;1842
+78082;45.2897;1.27845;195;20221230;12.1;8.5;10.3;2.3;11.58;6;.41;2387
+78082;45.2897;1.27845;195;20221231;16;9.2;12.6;2.4;11.48;0;.8;3500
+78083;45.31553;1.59508;325;20220101;17.8;7.2;12.5;1.6;7.64;0;1.03;5461
+78083;45.31553;1.59508;325;20220102;13;7.5;10.3;1.9;9.24;.4;.78;3237
+78083;45.31553;1.59508;325;20220103;11.2;9;10.1;2.7;11.11;.7;.5;2084
+78083;45.31553;1.59508;325;20220104;14.5;9.3;11.9;3.2;9.31;2.3;1.3;3310
+78083;45.31553;1.59508;325;20220105;5.1;1.1;3.1;2.6;5.88;0;.59;3702
+78083;45.31553;1.59508;325;20220106;4.4;-1.6;1.4;1.6;5.24;0;.39;4800
+78083;45.31553;1.59508;325;20220107;3.2;-2.5;.3;1.7;6.38;4.3;.18;3009
+78083;45.31553;1.59508;325;20220108;9.1;2.1;5.6;3.9;9.41;16;.13;3492
+78083;45.31553;1.59508;325;20220109;6.7;4.4;5.6;2.1;8.44;12;.38;1982
+78083;45.31553;1.59508;325;20220110;7.1;5.5;6.3;1.7;8.44;.6;.47;1693
+78083;45.31553;1.59508;325;20220111;8.9;1.5;5.2;2.7;5.28;0;1;5551
+78083;45.31553;1.59508;325;20220112;6.8;-1.2;2.8;3;4.58;0;.92;5467
+78083;45.31553;1.59508;325;20220113;8.6;-1.9;3.4;1.2;4.24;0;.62;6388
+78083;45.31553;1.59508;325;20220114;12.5;-2.1;5.2;1.4;4.14;0;.83;7206
+78083;45.31553;1.59508;325;20220115;9.1;-2;3.5;1.3;4.38;0;.61;6336
+78083;45.31553;1.59508;325;20220116;7.4;-3.6;1.9;1.4;5.14;.1;.47;6786
+78083;45.31553;1.59508;325;20220117;9;-.2;4.4;2;6.74;.1;.55;5711
+78083;45.31553;1.59508;325;20220118;6.1;-.6;2.7;2;5.91;.2;.54;5572
+78083;45.31553;1.59508;325;20220119;2.2;-.4;.9;1.7;6.48;1.8;.26;2016
+78083;45.31553;1.59508;325;20220120;5.2;.1;2.6;1.8;6.44;.1;.42;3822
+78083;45.31553;1.59508;325;20220121;4.7;.3;2.5;3.7;4.78;0;.98;5054
+78083;45.31553;1.59508;325;20220122;6.8;-1.2;2.8;3;5.08;0;.86;6525
+78083;45.31553;1.59508;325;20220123;12;0;6;1.9;5.68;0;.92;7480
+78083;45.31553;1.59508;325;20220124;10.5;.1;5.3;1.4;4.95;0;.94;7579
+78083;45.31553;1.59508;325;20220125;11.5;.1;5.8;1.2;5.69;0;.7;7307
+78083;45.31553;1.59508;325;20220126;12.3;-1.1;5.6;1.7;5.71;0;.91;8118
+78083;45.31553;1.59508;325;20220127;11.7;-2.4;4.7;2;4.78;0;1.07;8226
+78083;45.31553;1.59508;325;20220128;7.3;-2.7;2.3;2;5.75;0;.65;7356
+78083;45.31553;1.59508;325;20220129;5.2;-2.8;1.2;1.7;5.89;0;.47;6517
+78083;45.31553;1.59508;325;20220130;10.6;1.4;6;2.1;7.58;.1;.72;6307
+78083;45.31553;1.59508;325;20220131;8;4.2;6.1;3.2;7.74;1.1;.75;4077
+78083;45.31553;1.59508;325;20220201;5.2;.9;3.1;2.6;7.58;2.1;.3;3410
+78083;45.31553;1.59508;325;20220202;8.1;5.4;6.7;1.7;8.78;.2;.54;3593
+78083;45.31553;1.59508;325;20220203;6.9;.7;3.8;1.6;7.51;.5;.45;5258
+78083;45.31553;1.59508;325;20220204;8.3;4.5;6.4;1.6;9.31;3.8;.43;3154
+78083;45.31553;1.59508;325;20220205;8.5;3.9;6.2;2.5;7.24;0;.85;6584
+78083;45.31553;1.59508;325;20220206;7;.1;3.6;3.1;8.41;5.4;.19;4394
+78083;45.31553;1.59508;325;20220207;10.5;7.2;8.9;2.7;8.41;.5;1.04;5292
+78083;45.31553;1.59508;325;20220208;14.6;-.8;6.9;1.3;6.08;0;1.04;9993
+78083;45.31553;1.59508;325;20220209;15.2;2.9;9;2.1;6.34;0;1.5;9437
+78083;45.31553;1.59508;325;20220210;6.9;3.1;5;1.6;8.08;.6;1.17;10133
+78083;45.31553;1.59508;325;20220211;11;6.1;8.6;2.3;7.08;0;1.36;11200
+78083;45.31553;1.59508;325;20220212;11.8;-2.2;4.8;2;4.5;0;1.37;9166
+78083;45.31553;1.59508;325;20220213;15.6;.4;8;4.3;7.88;6.8;1.84;9966
+78083;45.31553;1.59508;325;20220214;10.7;7.1;8.9;3.9;8.84;8.6;1.15;6600
+78083;45.31553;1.59508;325;20220215;7.9;4.5;6.2;2.3;8.71;12.6;.68;4366
+78083;45.31553;1.59508;325;20220216;11.7;6.9;9.3;4.2;11.58;11.3;.46;4793
+78083;45.31553;1.59508;325;20220217;12.5;10.4;11.4;3.3;12.81;3.5;.6;3577
+78083;45.31553;1.59508;325;20220218;11.6;9.5;10.6;2.7;11.01;1;.82;3466
+78083;45.31553;1.59508;325;20220219;9.4;3.2;6.3;1.8;7.18;0;.98;8015
+78083;45.31553;1.59508;325;20220220;9;2.9;5.9;3.1;9.14;5.4;.51;5493
+78083;45.31553;1.59508;325;20220221;9.8;7.1;8.5;4.3;8.71;.9;1.17;5494
+78083;45.31553;1.59508;325;20220222;10.1;5.1;7.6;1.8;9.04;.3;.8;5697
+78083;45.31553;1.59508;325;20220223;14.8;6.7;10.8;1.2;8.58;0;1.27;9979
+78083;45.31553;1.59508;325;20220224;13.5;5.2;9.3;2;8.24;.3;1.33;8822
+78083;45.31553;1.59508;325;20220225;8.9;1.6;5.2;2.1;6.04;0;1.21;9733
+78083;45.31553;1.59508;325;20220226;13.5;.8;7.2;2.7;4.71;0;2.06;12566
+78083;45.31553;1.59508;325;20220227;14.7;1;7.8;1.8;5.68;0;1.73;12459
+78083;45.31553;1.59508;325;20220228;15.4;1;8.2;1.4;6.88;0;1.51;12786
+78083;45.31553;1.59508;325;20220301;15.2;1.4;8.3;1.7;5.88;0;1.75;12847
+78083;45.31553;1.59508;325;20220302;10.2;5.5;7.8;2.1;8.71;1.6;.97;5809
+78083;45.31553;1.59508;325;20220303;14.1;7.8;10.9;1.6;9.84;0;1.27;7991
+78083;45.31553;1.59508;325;20220304;11.8;6.7;9.2;2.6;9.84;.6;1.06;7099
+78083;45.31553;1.59508;325;20220305;8;5.4;6.7;2.9;8.68;.7;.77;4678
+78083;45.31553;1.59508;325;20220306;9.6;1.4;5.5;3;5.18;0;1.78;12189
+78083;45.31553;1.59508;325;20220307;11.1;-2.5;4.3;2.3;4.64;0;1.77;14270
+78083;45.31553;1.59508;325;20220308;13.7;2.4;8;2.5;7.34;1.8;1.7;11510
+78083;45.31553;1.59508;325;20220309;14.6;6.3;10.4;2.9;8.61;0;1.88;11171
+78083;45.31553;1.59508;325;20220310;12.6;7.6;10.1;2.8;9.18;1.3;1.45;7553
+78083;45.31553;1.59508;325;20220311;12.8;7.7;10.3;4.3;9.24;22.5;1.6;6645
+78083;45.31553;1.59508;325;20220312;8.3;6.2;7.3;3;9.18;11.8;.76;4260
+78083;45.31553;1.59508;325;20220313;9.7;7.1;8.4;3.6;7.98;14;1.38;5058
+78083;45.31553;1.59508;325;20220314;12.8;.9;6.9;4;8.14;1.8;1.55;12231
+78083;45.31553;1.59508;325;20220315;16.7;10.5;13.6;5.1;10.31;0;2.5;9777
+78083;45.31553;1.59508;325;20220316;15.8;10.2;13;2;10.31;0;1.69;8023
+78083;45.31553;1.59508;325;20220317;11.4;10.3;10.9;3.8;9.78;.8;1.44;4599
+78083;45.31553;1.59508;325;20220318;14.2;6.2;10.2;2.8;8.61;0;1.84;9000
+78083;45.31553;1.59508;325;20220319;17.5;7.3;12.4;2.3;8.08;0;2.65;15700
+78083;45.31553;1.59508;325;20220320;15.8;4.6;10.2;3.6;7.91;.1;2.35;8966
+78083;45.31553;1.59508;325;20220321;15.9;7.8;11.8;4.6;7.68;0;3.15;13966
+78083;45.31553;1.59508;325;20220322;16.3;3.8;10.1;4.3;5.41;0;3.68;19333
+78083;45.31553;1.59508;325;20220323;17.1;.7;8.9;2.6;4.75;0;3.23;20100
+78083;45.31553;1.59508;325;20220324;19.4;-1.3;9;2.6;5.28;0;3.37;20466
+78083;45.31553;1.59508;325;20220325;19.8;1.4;10.6;2.3;5.08;0;3.29;17766
+78083;45.31553;1.59508;325;20220326;20.3;.8;10.6;2.4;5.55;0;3.39;20300
+78083;45.31553;1.59508;325;20220327;21.5;2.8;12.1;2.7;6.28;0;3.71;19500
+78083;45.31553;1.59508;325;20220328;21.9;4.8;13.4;2.7;6.38;0;3.78;17866
+78083;45.31553;1.59508;325;20220329;17.7;7.8;12.8;1.8;8.21;3;2.2;8733
+78083;45.31553;1.59508;325;20220330;14;8.1;11.1;1.6;10.35;3.5;1.5;7533
+78083;45.31553;1.59508;325;20220331;12.3;7.3;9.8;2.9;8.41;4.3;2.07;11233
+78083;45.31553;1.59508;325;20220401;4.7;-.7;2;3.6;5.55;1.4;1.24;9700
+78083;45.31553;1.59508;325;20220402;5.2;-.5;2.3;3.7;5.04;0;1.45;10233
+78083;45.31553;1.59508;325;20220403;4.1;-2.1;1;3.1;4.95;0;1.25;9035
+78083;45.31553;1.59508;325;20220404;11.1;-1.4;4.8;1.5;4.85;0;2.47;22800
+78083;45.31553;1.59508;325;20220405;12.9;-1.4;5.7;1.5;7.21;0;1.79;13900
+78083;45.31553;1.59508;325;20220406;11.4;5.1;8.2;1.9;9.95;3;1.04;5133
+78083;45.31553;1.59508;325;20220407;11.7;8.5;10.1;3.8;11.61;25;.96;4300
+78083;45.31553;1.59508;325;20220408;16.7;10.3;13.5;4.7;10.68;3.1;2.57;8733
+78083;45.31553;1.59508;325;20220409;12.6;2.8;7.7;2.2;6.61;.1;2.43;17066
+78083;45.31553;1.59508;325;20220410;17.8;-1.7;8.1;2.3;5.78;0;3.38;23800
+78083;45.31553;1.59508;325;20220411;21;6.5;13.7;5.2;8.24;0;4.47;19866
+78083;45.31553;1.59508;325;20220412;19;11.5;15.3;4.3;8.97;0;3.61;13733
+78083;45.31553;1.59508;325;20220413;14.6;9.9;12.3;1.3;10.85;.4;1.45;6066
+78083;45.31553;1.59508;325;20220414;22.1;4.9;13.5;1.7;10.85;0;3.33;21300
+78083;45.31553;1.59508;325;20220415;23.2;5.9;14.6;1.7;10.85;0;3.67;23300
+78083;45.31553;1.59508;325;20220416;22.7;5.2;14;2.1;9.58;0;3.89;23733
+78083;45.31553;1.59508;325;20220417;22.5;2.2;12.3;1.6;8.01;0;3.84;25333
+78083;45.31553;1.59508;325;20220418;19.5;4.6;12;1.5;9.55;0;3.07;20466
+78083;45.31553;1.59508;325;20220419;16.6;4.2;10.4;1.8;10.48;3;2.15;14366
+78083;45.31553;1.59508;325;20220420;15.3;8.3;11.8;1.2;11.28;9.1;1.61;8433
+78083;45.31553;1.59508;325;20220421;17.1;8.8;12.9;1.3;11.78;2.9;2.07;11866
+78083;45.31553;1.59508;325;20220422;19.3;6.6;13;1.5;11.21;.2;2.73;17066
+78083;45.31553;1.59508;325;20220423;17.2;9.3;13.3;2.5;10.88;26;2.06;6966
+78083;45.31553;1.59508;325;20220424;15.2;8;11.6;2.2;11.55;8.9;1.39;5433
+78083;45.31553;1.59508;325;20220425;16.7;6.9;11.8;1.5;10.38;0;2.22;12966
+78083;45.31553;1.59508;325;20220426;19.9;5;12.5;1.6;9.78;0;3.7;25733
+78083;45.31553;1.59508;325;20220427;22.3;5;13.7;1.8;10.35;0;3.76;24200
+78083;45.31553;1.59508;325;20220428;22.6;8.6;15.6;1.7;12.88;.4;3.36;19233
+78083;45.31553;1.59508;325;20220429;21;9.9;15.5;1.6;12.51;2.4;3.2;18500
+78083;45.31553;1.59508;325;20220430;21;6.5;13.7;1.6;10.15;0;3.75;24200
+78083;45.31553;1.59508;325;20220501;19.3;3.6;11.5;1.2;8.85;0;3.35;23266
+78083;45.31553;1.59508;325;20220502;20.9;5.1;13;1.4;9.41;0;3.6;23133
+78083;45.31553;1.59508;325;20220503;21.2;7.2;14.2;1.6;11.48;2.7;3.18;18600
+78083;45.31553;1.59508;325;20220504;19.5;9.7;14.6;1.3;11.78;0;3.01;17733
+78083;45.31553;1.59508;325;20220505;19.9;7.1;13.5;1.9;9.98;0;3.75;23400
+78083;45.31553;1.59508;325;20220506;19.7;8.6;14.2;2.5;10.08;0;2.99;14202
+78083;45.31553;1.59508;325;20220507;21.4;10.6;16;2.4;10.64;0;3.22;14245
+78083;45.31553;1.59508;325;20220508;23;9.6;16.3;2.5;10.54;0;3.53;15317
+78083;45.31553;1.59508;325;20220509;25;10.6;17.8;1.9;11.11;0;3.58;15886
+78083;45.31553;1.59508;325;20220510;25.6;10.7;18.2;1.4;11.48;0;3.43;16161
+78083;45.31553;1.59508;325;20220511;28.1;11.7;19.9;2.1;12.68;.3;4.11;16820
+78083;45.31553;1.59508;325;20220512;18.2;12.3;15.2;1.7;15.08;2.5;1.82;9784
+78083;45.31553;1.59508;325;20220513;23.4;13.5;18.4;1.2;16.14;0;2.66;13243
+78083;45.31553;1.59508;325;20220514;26.9;11.5;19.2;1.3;14.78;0;3.4;16696
+78083;45.31553;1.59508;325;20220515;27.2;15.8;21.5;2.2;14.64;9.8;3.76;14222
+78083;45.31553;1.59508;325;20220516;25.6;13.6;19.6;1.5;16.11;0;3.16;15055
+78083;45.31553;1.59508;325;20220517;29.1;12.6;20.9;1.7;15.28;0;3.98;17661
+78083;45.31553;1.59508;325;20220518;30.2;16.5;23.3;2.1;16.48;4.1;4.25;16606
+78083;45.31553;1.59508;325;20220519;27.3;17.2;22.2;2.1;17.64;.1;3.52;14312
+78083;45.31553;1.59508;325;20220520;27.2;18.8;23;2.6;14.04;0;4.1;12778
+78083;45.31553;1.59508;325;20220521;30.2;14.7;22.5;1.2;18.24;0;3.71;17024
+78083;45.31553;1.59508;325;20220522;30;17.4;23.7;1.4;20.74;2.6;3.52;15420
+78083;45.31553;1.59508;325;20220523;18.6;15.8;17.2;3.4;15.98;5;1.92;7361
+78083;45.31553;1.59508;325;20220524;17.2;10.9;14.1;1.9;12.08;.7;2.24;11245
+78083;45.31553;1.59508;325;20220525;18.6;8;13.3;1.9;10.64;0;2.72;14548
+78083;45.31553;1.59508;325;20220526;17.2;10.1;13.7;2.1;12.21;0;2.2;11738
+78083;45.31553;1.59508;325;20220527;22.5;11.8;17.2;2.8;13.38;0;3.31;15167
+78083;45.31553;1.59508;325;20220528;23.4;11.8;17.6;3.2;11.01;0;4.08;15839
+78083;45.31553;1.59508;325;20220529;20.1;9.5;14.8;3.1;8.44;0;3.77;15359
+78083;45.31553;1.59508;325;20220530;22.3;8.3;15.3;1.9;8.11;.5;3.76;17331
+78083;45.31553;1.59508;325;20220531;21.8;11.4;16.6;1.3;10.54;2.5;3.06;14814
+78083;45.31553;1.59508;325;20220601;25.1;11.5;18.3;1.5;13.51;3.3;3.46;16678
+78083;45.31553;1.59508;325;20220602;26.5;15.8;21.2;1.9;17.11;8;3.42;14624
+78083;45.31553;1.59508;325;20220603;27.8;16.8;22.3;2.6;16.91;8.5;4.04;15705
+78083;45.31553;1.59508;325;20220604;26.2;13.6;19.9;1.8;18.54;23.5;3.17;15804
+78083;45.31553;1.59508;325;20220605;20.7;15.2;17.9;2.1;16.71;.4;2.31;10916
+78083;45.31553;1.59508;325;20220606;22.1;11.7;16.9;1.1;14.81;.2;2.77;14754
+78083;45.31553;1.59508;325;20220607;22;13.7;17.9;1.8;13.98;5.2;2.95;13218
+78083;45.31553;1.59508;325;20220608;17.9;12.5;15.2;2.2;14.34;4.5;1.98;9886
+78083;45.31553;1.59508;325;20220609;18.8;12;15.4;1.7;13.44;.2;2.38;12062
+78083;45.31553;1.59508;325;20220610;25.6;11.3;18.4;1.6;14.14;.1;3.57;17312
+78083;45.31553;1.59508;325;20220611;29.7;13.1;21.4;1.5;13.94;.1;5.42;27752
+78083;45.31553;1.59508;325;20220612;28.2;15.6;21.9;1.5;17.41;.4;4.53;22593
+78083;45.31553;1.59508;325;20220613;27.5;17.4;22.5;2.4;16.94;0;5.07;24403
+78083;45.31553;1.59508;325;20220614;32.1;14.6;23.3;1.4;16.18;.7;5.66;27963
+78083;45.31553;1.59508;325;20220615;31.1;19.6;25.4;2;18.64;0;5.48;24156
+78083;45.31553;1.59508;325;20220616;32.3;16.2;24.2;1.8;17.94;0;5.62;26335
+78083;45.31553;1.59508;325;20220617;34.8;18.1;26.5;2;16.54;0;6.5;27888
+78083;45.31553;1.59508;325;20220618;36.2;19.7;27.9;2.2;14.81;0;6.94;27315
+78083;45.31553;1.59508;325;20220619;31.6;20.9;26.3;2.5;16.51;6.7;5.92;23296
+78083;45.31553;1.59508;325;20220620;28.3;17.2;22.7;1.9;19.64;1.3;4.6;22608
+78083;45.31553;1.59508;325;20220621;25.2;18;21.6;1.9;19.88;11.5;3.48;16918
+78083;45.31553;1.59508;325;20220622;24.5;16.7;20.6;2;17.84;1.4;4.03;20909
+78083;45.31553;1.59508;325;20220623;23.2;14.8;19;1.5;17.41;16.1;3.42;18731
+78083;45.31553;1.59508;325;20220624;20.4;15.5;18;2.3;16.61;5.8;2.9;15639
+78083;45.31553;1.59508;325;20220625;20.5;12.4;16.4;1.7;15.18;6.1;2.88;16386
+78083;45.31553;1.59508;325;20220626;15.8;12.6;14.2;2.1;14.91;11.4;1.63;9579
+78083;45.31553;1.59508;325;20220627;21.1;13.2;17.1;2.3;13.78;0;3.78;21068
+78083;45.31553;1.59508;325;20220628;23.4;11.6;17.5;2.1;12.08;0;4.53;24858
+78083;45.31553;1.59508;325;20220629;24.9;10.7;17.8;1.8;13.81;7.3;4.62;26522
+78083;45.31553;1.59508;325;20220630;14.3;12.7;13.5;2;14.28;14.6;1.25;6428
+78083;45.31553;1.59508;325;20220701;20.8;9.4;15.1;1.2;11.81;0;3.71;22976
+78083;45.31553;1.59508;325;20220702;27.3;10.2;18.8;1.4;12.71;0;5.1;28745
+78083;45.31553;1.59508;325;20220703;26.9;15.1;21;2;15.08;1.3;4.89;24422
+78083;45.31553;1.59508;325;20220704;25.6;16.3;20.9;2.1;16.41;2.3;4.3;21120
+78083;45.31553;1.59508;325;20220705;26.6;16.1;21.3;2.3;14.54;0;5.1;24775
+78083;45.31553;1.59508;325;20220706;26;15.1;20.5;2.8;13.04;0;5.3;25206
+78083;45.31553;1.59508;325;20220707;25.1;14.4;19.8;2.3;13.54;0;4.81;24161
+78083;45.31553;1.59508;325;20220708;26.5;14.5;20.5;3;14.04;0;5.35;25897
+78083;45.31553;1.59508;325;20220709;28.9;16.1;22.5;2.9;13.41;0;6.02;26640
+78083;45.31553;1.59508;325;20220710;29.1;16.7;22.9;2.8;13.98;0;5.92;26170
+78083;45.31553;1.59508;325;20220711;31.6;17.4;24.5;2.4;13.94;0;6.28;27109
+78083;45.31553;1.59508;325;20220712;31.4;18.9;25.2;2.5;13.61;0;6.29;25819
+78083;45.31553;1.59508;325;20220713;33.2;18.5;25.8;2;13.41;0;6.33;27272
+78083;45.31553;1.59508;325;20220714;33.6;17.9;25.7;1.5;15.04;0;5.85;26706
+78083;45.31553;1.59508;325;20220715;31.4;19.2;25.3;2.3;14.54;0;5.89;24747
+78083;45.31553;1.59508;325;20220716;31.8;17.4;24.6;2.8;13.54;0;6.55;26942
+78083;45.31553;1.59508;325;20220717;34.4;18.4;26.4;2.5;12.18;0;6.94;27552
+78083;45.31553;1.59508;325;20220718;37.6;19.8;28.7;2.3;14.11;0;7.15;27047
+78083;45.31553;1.59508;325;20220719;32.1;22.8;27.5;2.6;16.94;1;5.73;20770
+78083;45.31553;1.59508;325;20220720;26.1;17.9;22;2.9;17.34;.1;4.33;19164
+78083;45.31553;1.59508;325;20220721;29.8;14.3;22.1;1.6;16.01;0;5.1;26041
+78083;45.31553;1.59508;325;20220722;29.3;16.7;23;2.2;17.34;.2;4.92;22738
+78083;45.31553;1.59508;325;20220723;27.1;16;21.6;1.8;15.84;0;4.46;21993
+78083;45.31553;1.59508;325;20220724;34.4;15.7;25.1;1.4;14.71;0;5.9;27846
+78083;45.31553;1.59508;325;20220725;26.2;18.4;22.3;2.3;16.24;.2;4.21;18255
+78083;45.31553;1.59508;325;20220726;23.7;15.1;19.4;2;13.61;0;3.87;18664
+78083;45.31553;1.59508;325;20220727;26;13.2;19.6;2;12.68;0;4.61;23363
+78083;45.31553;1.59508;325;20220728;27.7;13;20.4;1.5;13.18;0;4.63;24227
+78083;45.31553;1.59508;325;20220729;25.2;16.9;21.1;1.7;16.04;0;3.73;17897
+78083;45.31553;1.59508;325;20220730;28.6;15.8;22.2;1.8;16.08;0;4.7;23045
+78083;45.31553;1.59508;325;20220731;31.2;16.7;24;2;15.84;0;5.3;23787
+78083;45.31553;1.59508;325;20220801;31.8;18.5;25.2;2;15.28;0;5.48;23981
+78083;45.31553;1.59508;325;20220802;33.1;17.1;25.1;1.8;15.04;0;5.64;25185
+78083;45.31553;1.59508;325;20220803;36.1;19.8;27.9;1.5;14.68;0;5.8;24884
+78083;45.31553;1.59508;325;20220804;35.4;21;28.2;1.8;16.81;.1;5.69;23020
+78083;45.31553;1.59508;325;20220805;28.2;18.9;23.5;2.3;19.11;4.1;4.02;17316
+78083;45.31553;1.59508;325;20220806;30.2;18.6;24.4;3.2;14.78;0;5.75;22622
+78083;45.31553;1.59508;325;20220807;31.3;15.6;23.4;3;11.01;0;6.27;25157
+78083;45.31553;1.59508;325;20220808;32.7;16.7;24.7;2.8;10.51;0;6.5;25035
+78083;45.31553;1.59508;325;20220809;33.9;18;25.9;2.6;10.74;0;6.47;24419
+78083;45.31553;1.59508;325;20220810;35.4;19.7;27.6;2.4;10.71;0;6.53;24425
+78083;45.31553;1.59508;325;20220811;35.9;18.5;27.2;1.6;12.01;0;5.64;24029
+78083;45.31553;1.59508;325;20220812;36.4;19.5;28;1.6;12.78;0;5.67;23813
+78083;45.31553;1.59508;325;20220813;34.8;18;26.4;1.8;15.64;9.1;5.48;23386
+78083;45.31553;1.59508;325;20220814;22.3;18.2;20.3;2.9;19.44;3.9;2.33;10162
+78083;45.31553;1.59508;325;20220815;25.6;16;20.8;1.9;16.94;.3;3.53;17592
+78083;45.31553;1.59508;325;20220816;25.3;14.6;20;1.7;16.81;16;3.04;14846
+78083;45.31553;1.59508;325;20220817;24;13.9;18.9;2.2;16.38;0;3.34;17958
+78083;45.31553;1.59508;325;20220818;24.3;14.3;19.3;2.1;15.28;0;3.64;19085
+78083;45.31553;1.59508;325;20220819;24.5;15.7;20.1;1.9;17.34;1.2;3.05;15254
+78083;45.31553;1.59508;325;20220820;25.7;16.3;21;1.7;17.91;.1;3.34;17141
+78083;45.31553;1.59508;325;20220821;24.7;14.7;19.7;1.8;16.18;0;3.16;16011
+78083;45.31553;1.59508;325;20220822;23.5;17.5;20.5;1.5;17.88;.9;2.58;12513
+78083;45.31553;1.59508;325;20220823;28;15.3;21.6;1.4;17.74;0;3.63;19044
+78083;45.31553;1.59508;325;20220824;32.7;17.6;25.1;1.7;16.68;0;4.69;21289
+78083;45.31553;1.59508;325;20220825;28.1;19.1;23.6;1.8;17.04;.5;3.7;15957
+78083;45.31553;1.59508;325;20220826;27.4;17;22.2;2.1;17.28;0;3.75;17705
+78083;45.31553;1.59508;325;20220827;27.9;15.6;21.7;2;15.18;0;4.09;19570
+78083;45.31553;1.59508;325;20220828;30.2;15.6;22.9;1.7;14.08;0;4.33;20470
+78083;45.31553;1.59508;325;20220829;32.2;16.1;24.2;1.3;15.21;1.1;4.1;19545
+78083;45.31553;1.59508;325;20220830;29.1;17.8;23.4;1.4;17.41;0;3.6;17319
+78083;45.31553;1.59508;325;20220831;30.1;15.2;22.7;2;15.14;.9;4.2;19134
+78083;45.31553;1.59508;325;20220901;25.4;16.3;20.9;1.4;17.08;0;3.09;16368
+78083;45.31553;1.59508;325;20220902;24.9;15.8;20.3;1.7;17.44;2.6;2.93;15432
+78083;45.31553;1.59508;325;20220903;26;15.6;20.8;1.7;16.14;.1;3.22;16143
+78083;45.31553;1.59508;325;20220904;31.1;14.9;23;1.8;15.78;.6;4.12;19160
+78083;45.31553;1.59508;325;20220905;32.3;19;25.6;2.5;17.71;10.8;4.63;18173
+78083;45.31553;1.59508;325;20220906;28.3;17.2;22.7;2.4;17.71;.7;3.6;15553
+78083;45.31553;1.59508;325;20220907;24.1;14.9;19.5;1.6;15.34;.3;2.7;13621
+78083;45.31553;1.59508;325;20220908;20.9;12.7;16.8;2.1;14.44;.7;2.4;13246
+78083;45.31553;1.59508;325;20220909;22.2;12.5;17.3;2;14.11;.6;2.6;13842
+78083;45.31553;1.59508;325;20220910;23.1;11.9;17.5;1.2;13.31;0;2.64;15409
+78083;45.31553;1.59508;325;20220911;28.6;11.1;19.9;1.5;12.21;0;3.63;19699
+78083;45.31553;1.59508;325;20220912;34.5;16.9;25.7;2.1;14.14;0;4.7;18599
+78083;45.31553;1.59508;325;20220913;29.3;21.2;25.2;2.7;19.91;8;3.42;11688
+78083;45.31553;1.59508;325;20220914;27.3;17.7;22.5;2;17.54;1.6;3.19;14581
+78083;45.31553;1.59508;325;20220915;25.1;14;19.6;1.5;15.91;.2;2.7;14721
+78083;45.31553;1.59508;325;20220916;20.5;14.3;17.4;2;14.34;.1;2.28;11989
+78083;45.31553;1.59508;325;20220917;18;8.7;13.3;2.6;9.14;0;2.72;15604
+78083;45.31553;1.59508;325;20220918;22.7;6.3;14.5;2.2;7.84;0;3.37;18694
+78083;45.31553;1.59508;325;20220919;22.3;8.7;15.5;2.6;8.61;0;3.4;17424
+78083;45.31553;1.59508;325;20220920;21.9;8.1;15;2.5;8.31;0;3.25;17214
+78083;45.31553;1.59508;325;20220921;22.6;8.7;15.7;2.1;8.68;0;3.12;17015
+78083;45.31553;1.59508;325;20220922;24.1;8.1;16.1;1.3;9.04;0;2.8;16939
+78083;45.31553;1.59508;325;20220923;20.2;9.7;15;1.5;11.61;0;2;10985
+78083;45.31553;1.59508;325;20220924;18.8;11.8;15.3;1.5;13.61;5.7;1.72;10244
+78083;45.31553;1.59508;325;20220925;17.4;10.6;14;1.4;12.28;.8;1.69;10718
+78083;45.31553;1.59508;325;20220926;17.1;6.7;11.9;2.4;11.14;5.2;1.74;11417
+78083;45.31553;1.59508;325;20220927;14.6;9.9;12.2;3;12.51;8.7;1.24;7845
+78083;45.31553;1.59508;325;20220928;17.3;12.6;14.9;4;14.61;13.9;1.5;8015
+78083;45.31553;1.59508;325;20220929;15.4;9.8;12.6;1.8;11.31;.2;1.55;10028
+78083;45.31553;1.59508;325;20220930;16.8;6.9;11.8;1.7;9.64;2.9;1.85;12919
+78083;45.31553;1.59508;325;20221001;17.4;8.9;13.1;2.7;14.31;10.9;1.13;8233
+78083;45.31553;1.59508;325;20221002;19.3;14.8;17.1;1.9;16.04;.4;1.5;7971
+78083;45.31553;1.59508;325;20221003;21.5;10.1;15.8;1.4;13.08;0;1.97;13024
+78083;45.31553;1.59508;325;20221004;22;8.3;15.2;1;12.28;.1;1.91;14047
+78083;45.31553;1.59508;325;20221005;24.8;10.4;17.6;1.6;13.18;0;2.35;13692
+78083;45.31553;1.59508;325;20221006;19.9;14.6;17.3;1.4;15.24;0;1.5;8033
+78083;45.31553;1.59508;325;20221007;22.6;11.1;16.8;1.2;14.14;0;1.8;11570
+78083;45.31553;1.59508;325;20221008;19.9;12.4;16.2;1.7;13.68;0;1.71;10070
+78083;45.31553;1.59508;325;20221009;23;8.6;15.8;1.6;11.68;0;2.12;13104
+78083;45.31553;1.59508;325;20221010;21.8;12.5;17.1;1.7;14.18;.2;1.74;8871
+78083;45.31553;1.59508;325;20221011;19.7;14.6;17.1;1.7;15.21;1.1;1.4;6798
+78083;45.31553;1.59508;325;20221012;21.5;12.6;17.1;1.2;14.18;.6;1.6;10291
+78083;45.31553;1.59508;325;20221013;15.8;10.8;13.3;1.2;14.28;9.1;.84;5316
+78083;45.31553;1.59508;325;20221014;17.5;14.5;16;3;16.74;3.6;.89;4429
+78083;45.31553;1.59508;325;20221015;21.6;14.7;18.2;2;15.68;0;1.57;7620
+78083;45.31553;1.59508;325;20221016;25.7;14.8;20.3;2.6;15.54;0;2.42;10419
+78083;45.31553;1.59508;325;20221017;22.9;17.3;20.1;2.4;16.28;1.6;1.86;6323
+78083;45.31553;1.59508;325;20221018;25.9;15.5;20.7;2.3;16.11;0;2.27;10232
+78083;45.31553;1.59508;325;20221019;24.5;14.8;19.6;2.3;14.94;2.6;2.08;8676
+78083;45.31553;1.59508;325;20221020;23;15.4;19.2;2.5;16.68;3.8;1.71;7212
+78083;45.31553;1.59508;325;20221021;21.7;15.6;18.6;1.8;15.41;2.2;1.53;7115
+78083;45.31553;1.59508;325;20221022;22.5;11.6;17.1;1.8;13.51;.2;1.69;9371
+78083;45.31553;1.59508;325;20221023;22.8;15.4;19.1;2.2;13.48;1.6;1.95;6165
+78083;45.31553;1.59508;325;20221024;20.6;10.5;15.6;1.4;11.61;0;1.46;9226
+78083;45.31553;1.59508;325;20221025;20.8;10.1;15.5;1.8;12.38;1.4;1.47;7589
+78083;45.31553;1.59508;325;20221026;24.2;11.2;17.7;1.4;13.61;.1;1.59;9260
+78083;45.31553;1.59508;325;20221027;25.3;14.6;19.9;2.2;14.78;0;1.99;7572
+78083;45.31553;1.59508;325;20221028;24.4;18.7;21.6;2.2;13.24;0;2.28;6700
+78083;45.31553;1.59508;325;20221029;26.3;16;21.2;2.2;10.08;0;2.63;7980
+78083;45.31553;1.59508;325;20221030;21.9;13.5;17.7;1.7;11.58;0;1.71;7311
+78083;45.31553;1.59508;325;20221031;22.5;13.7;18.1;2.4;14.24;10;1.69;6912
+78083;45.31553;1.59508;325;20221101;16;11.8;13.9;1.7;12.98;.1;.93;5575
+78083;45.31553;1.59508;325;20221102;16.6;8;12.3;1.2;10.94;0;.93;6958
+78083;45.31553;1.59508;325;20221103;15.4;9.2;12.3;2.7;10.91;13.1;1.16;4172
+78083;45.31553;1.59508;325;20221104;10.4;7.7;9.1;4;9.81;6.2;.83;3564
+78083;45.31553;1.59508;325;20221105;12.2;2;7.1;1.2;7.91;0;.72;7164
+78083;45.31553;1.59508;325;20221106;13.2;3;8.1;1.6;8.78;.3;.79;6341
+78083;45.31553;1.59508;325;20221107;18.1;8.5;13.3;2.3;11.34;0;1.18;7697
+78083;45.31553;1.59508;325;20221108;18.6;10.9;14.8;2.7;11.74;9.5;1.43;5025
+78083;45.31553;1.59508;325;20221109;14.2;12;13.1;1.7;13.28;6.6;.67;2446
+78083;45.31553;1.59508;325;20221110;15.2;8.8;12;1.1;11.14;0;.73;5753
+78083;45.31553;1.59508;325;20221111;20.8;6.6;13.7;2;10.98;0;1.3;8191
+78083;45.31553;1.59508;325;20221112;20.8;11.1;16;1.7;11.21;0;1.29;6826
+78083;45.31553;1.59508;325;20221113;20.2;7.9;14;1;9.94;0;.9;7614
+78083;45.31553;1.59508;325;20221114;14.2;11.5;12.9;2.4;11.88;7.9;.9;2174
+78083;45.31553;1.59508;325;20221115;15.1;8.9;12;2.4;12.34;9.1;.67;4131
+78083;45.31553;1.59508;325;20221116;15;10.2;12.6;3.4;12.11;6.7;.9;4089
+78083;45.31553;1.59508;325;20221117;14;11.3;12.7;3.9;12.34;13.3;.85;3172
+78083;45.31553;1.59508;325;20221118;9.9;7.5;8.7;1.8;10.08;2.2;.51;2947
+78083;45.31553;1.59508;325;20221119;9.4;5.2;7.3;1.4;8.71;.3;.5;4256
+78083;45.31553;1.59508;325;20221120;7.6;1;4.3;1.5;8.14;2.3;.31;3471
+78083;45.31553;1.59508;325;20221121;9.5;6.2;7.8;2.8;9.48;13.1;.56;2299
+78083;45.31553;1.59508;325;20221122;8.4;4.4;6.4;2.6;9.04;13.6;.39;3132
+78083;45.31553;1.59508;325;20221123;12.7;7.1;9.9;3;10.31;7.8;.73;4000
+78083;45.31553;1.59508;325;20221124;10.8;5.7;8.2;2.1;10.34;1.5;.37;3139
+78083;45.31553;1.59508;325;20221125;10.9;8.9;9.9;1.8;10.31;3.6;.61;2409
+78083;45.31553;1.59508;325;20221126;10.1;2.2;6.2;1.1;7.98;0;.4;4764
+78083;45.31553;1.59508;325;20221127;12.9;3.5;8.2;1.8;6.98;10.3;.86;5106
+78083;45.31553;1.59508;325;20221128;10.9;8.1;9.5;2;10.21;5.6;.56;2822
+78083;45.31553;1.59508;325;20221129;8.1;4.2;6.2;1.2;8.68;.5;.36;2906
+78083;45.31553;1.59508;325;20221130;10.1;2.2;6.1;1.7;7.58;0;.49;5261
+78083;45.31553;1.59508;325;20221201;7.7;2.7;5.2;2.4;6.94;0;.63;3374
+78083;45.31553;1.59508;325;20221202;4.6;3.9;4.3;1.7;6.41;.9;.63;892
+78083;45.31553;1.59508;325;20221203;7.4;2.3;4.9;1.4;7.01;2.2;.43;3909
+78083;45.31553;1.59508;325;20221204;5.2;3.7;4.4;.9;7.48;.9;.39;1684
+78083;45.31553;1.59508;325;20221205;8.6;-.4;4.1;1.5;6.18;.1;.44;5553
+78083;45.31553;1.59508;325;20221206;10.1;-2;4;1.4;5.48;.1;.53;5966
+78083;45.31553;1.59508;325;20221207;7;-1.6;2.7;2;5.48;.1;.5;5496
+78083;45.31553;1.59508;325;20221208;6.9;-2;2.4;1.3;5.64;.4;.43;3908
+78083;45.31553;1.59508;325;20221209;7.5;4.3;5.9;2.2;7.41;0;.57;2871
+78083;45.31553;1.59508;325;20221210;1.3;-1.9;-.3;2.9;4.54;0;.54;3170
+78083;45.31553;1.59508;325;20221211;4.1;-7.3;-1.6;1.2;3.68;0;.4;4801
+78083;45.31553;1.59508;325;20221212;3.4;-4.5;-.6;1.5;4.51;12.9;.4;3515
+78083;45.31553;1.59508;325;20221213;6.8;1.2;4;2.1;8.61;.9;.1;2833
+78083;45.31553;1.59508;325;20221214;11.7;7.1;9.4;2.4;11.51;3.5;.3;2611
+78083;45.31553;1.59508;325;20221215;9.3;7.5;8.4;2.6;9.71;4.6;.54;1465
+78083;45.31553;1.59508;325;20221216;5.9;2.1;4;3.2;6.14;0;.68;3878
+78083;45.31553;1.59508;325;20221217;6.4;-3.7;1.3;1.5;3.58;0;.59;5062
+78083;45.31553;1.59508;325;20221218;11;-2.3;4.4;2.7;5.78;0;.86;5288
+78083;45.31553;1.59508;325;20221219;16;8.8;12.4;3.9;9.78;0;1.39;4340
+78083;45.31553;1.59508;325;20221220;13.9;11.1;12.5;3.2;11.01;9.1;1.07;1886
+78083;45.31553;1.59508;325;20221221;12;9.9;11;3.2;12.08;2.4;.46;1889
+78083;45.31553;1.59508;325;20221222;12.6;10.7;11.7;3.7;13.04;16.9;.41;1391
+78083;45.31553;1.59508;325;20221223;14.3;12.2;13.3;3;14.01;5.4;.52;1788
+78083;45.31553;1.59508;325;20221224;15.6;10.9;13.2;1.9;12.18;.1;.68;3176
+78083;45.31553;1.59508;325;20221225;16.6;7.7;12.2;2.1;9.71;0;.96;4441
+78083;45.31553;1.59508;325;20221226;11.2;8.5;9.9;1.8;11.04;2.1;.45;1936
+78083;45.31553;1.59508;325;20221227;9.6;4.8;7.2;.9;9.44;.1;.3;3157
+78083;45.31553;1.59508;325;20221228;13.9;5;9.5;2.4;9.78;2.1;.61;4496
+78083;45.31553;1.59508;325;20221229;9.9;8.5;9.2;3;10.64;18.4;.48;1135
+78083;45.31553;1.59508;325;20221230;11.8;8.1;10;2.9;11.04;6.1;.5;2117
+78083;45.31553;1.59508;325;20221231;15.7;9.6;12.7;2.5;11.11;0;.87;4016
+78084;45.3404;1.91198;471;20220101;17.7;8.7;13.2;1.6;6.97;0;1.12;5166
+78084;45.3404;1.91198;471;20220102;12.5;9.8;11.1;2.9;8.37;.3;1.24;3090
+78084;45.3404;1.91198;471;20220103;10.5;8.2;9.3;3.4;10.6;.6;.51;2348
+78084;45.3404;1.91198;471;20220104;13.9;9;11.4;4.1;8.9;3.1;1.48;3038
+78084;45.3404;1.91198;471;20220105;4.1;.4;2.3;2.9;5.67;0;.58;3768
+78084;45.3404;1.91198;471;20220106;3.5;-1.6;1;2;5.23;0;.5;3880
+78084;45.3404;1.91198;471;20220107;.9;-2.4;-.7;2.6;6.03;5.6;.14;2276
+78084;45.3404;1.91198;471;20220108;7.9;1.2;4.5;5.1;8.87;17.6;.1;3773
+78084;45.3404;1.91198;471;20220109;5.6;3.2;4.4;3;7.83;9.3;.39;2267
+78084;45.3404;1.91198;471;20220110;6.1;4.3;5.2;1.8;7.6;.2;.51;1856
+78084;45.3404;1.91198;471;20220111;7.2;.1;3.6;2.4;4.97;0;.81;5736
+78084;45.3404;1.91198;471;20220112;5.6;-1.8;1.9;2.8;4.5;0;.76;5336
+78084;45.3404;1.91198;471;20220113;7.3;-1.7;2.8;1.7;4.2;0;.71;6125
+78084;45.3404;1.91198;471;20220114;11.8;-.4;5.7;1.1;4.03;0;.72;6719
+78084;45.3404;1.91198;471;20220115;8.7;-1.3;3.7;1.1;4.13;0;.62;6226
+78084;45.3404;1.91198;471;20220116;6.5;-2.6;2;1.3;4.9;0;.48;6284
+78084;45.3404;1.91198;471;20220117;8.3;-.9;3.7;2.1;6.23;0;.6;4859
+78084;45.3404;1.91198;471;20220118;6.2;0;3.1;2.4;5.73;.2;.65;5483
+78084;45.3404;1.91198;471;20220119;.7;-1.4;-.4;2;6.1;1.5;.21;1998
+78084;45.3404;1.91198;471;20220120;4.3;-.1;2.1;2.7;6.17;.1;.5;3525
+78084;45.3404;1.91198;471;20220121;3.3;-.1;1.6;4.9;4.47;0;1.09;4612
+78084;45.3404;1.91198;471;20220122;5.3;-1.8;1.7;3.5;4.9;0;.78;5583
+78084;45.3404;1.91198;471;20220123;10.6;-.7;5;2.6;5.6;0;1;7620
+78084;45.3404;1.91198;471;20220124;13.4;1.2;7.3;1.1;4.97;0;.83;7614
+78084;45.3404;1.91198;471;20220125;11.1;.7;5.9;1.1;5.53;0;.7;7449
+78084;45.3404;1.91198;471;20220126;10.9;-1.1;4.9;1.6;5.47;0;.84;7943
+78084;45.3404;1.91198;471;20220127;10.6;-1.6;4.5;1.8;4.8;0;.98;8336
+78084;45.3404;1.91198;471;20220128;6.4;-3.7;1.4;1.9;5.77;0;.54;7102
+78084;45.3404;1.91198;471;20220129;4.2;-4.2;0;1.3;5.8;0;.37;5420
+78084;45.3404;1.91198;471;20220130;7.3;.6;3.9;1.7;7.1;.1;.56;5112
+78084;45.3404;1.91198;471;20220131;6.3;2.3;4.3;3.3;7.3;1.2;.6;4092
+78084;45.3404;1.91198;471;20220201;3.7;.3;2;2.1;6.98;2.2;.3;3901
+78084;45.3404;1.91198;471;20220202;6.8;3.9;5.4;1.5;8.38;.1;.44;3445
+78084;45.3404;1.91198;471;20220203;9.1;-.7;4.2;1.9;7.1;.3;.69;6684
+78084;45.3404;1.91198;471;20220204;6.9;3.6;5.3;2.1;8.77;3.7;.4;2961
+78084;45.3404;1.91198;471;20220205;7.8;2.6;5.2;2.4;7.03;0;.79;6218
+78084;45.3404;1.91198;471;20220206;5.7;.9;3.3;3.9;8.03;7.3;.24;4102
+78084;45.3404;1.91198;471;20220207;9.2;5.6;7.4;3.4;7.87;.3;1.04;6244
+78084;45.3404;1.91198;471;20220208;14;-1.1;6.4;1.4;5.9;0;1.07;10378
+78084;45.3404;1.91198;471;20220209;14.8;4.3;9.5;2.6;6.03;0;1.73;9192
+78084;45.3404;1.91198;471;20220210;7.8;4.3;6.1;2.5;7.63;.6;1.4;10050
+78084;45.3404;1.91198;471;20220211;9.2;4.4;6.8;3.2;6.53;0;1.33;10525
+78084;45.3404;1.91198;471;20220212;9.8;-2.5;3.6;2.2;4.6;0;1.35;8633
+78084;45.3404;1.91198;471;20220213;13.8;1.6;7.7;5.5;7.89;6.8;1.83;10233
+78084;45.3404;1.91198;471;20220214;8.8;6.5;7.7;4.3;8.51;8.2;1;5575
+78084;45.3404;1.91198;471;20220215;6.4;3.1;4.8;4;8.06;16.5;.54;4650
+78084;45.3404;1.91198;471;20220216;10.5;5.7;8.1;5.2;10.93;14.5;.4;4789
+78084;45.3404;1.91198;471;20220217;11.6;9.5;10.6;4;12.2;4.8;.62;3874
+78084;45.3404;1.91198;471;20220218;11.3;8.8;10.1;4.1;10.6;1.5;.97;4105
+78084;45.3404;1.91198;471;20220219;8;2.6;5.3;2.5;6.7;0;1.04;8241
+78084;45.3404;1.91198;471;20220220;7.7;2.4;5;4.1;8.57;6.7;.54;5843
+78084;45.3404;1.91198;471;20220221;8.4;6;7.2;5.3;8.43;1.5;1.02;4732
+78084;45.3404;1.91198;471;20220222;8.8;4.4;6.6;2.7;8.53;.5;.82;5579
+78084;45.3404;1.91198;471;20220223;14.1;5.8;9.9;1.4;8.43;0;1.3;9898
+78084;45.3404;1.91198;471;20220224;12.2;5.2;8.7;2.8;8.03;.3;1.4;8535
+78084;45.3404;1.91198;471;20220225;7.8;1.3;4.6;2.5;5.73;0;1.28;9350
+78084;45.3404;1.91198;471;20220226;12.1;-.8;5.6;2.9;4.37;0;2.02;13082
+78084;45.3404;1.91198;471;20220227;13.4;1.5;7.5;1.7;5.37;0;1.66;12328
+78084;45.3404;1.91198;471;20220228;14.1;1.6;7.8;1.8;6.53;0;1.64;12689
+78084;45.3404;1.91198;471;20220301;14.8;.8;7.8;2;5.6;0;1.88;12518
+78084;45.3404;1.91198;471;20220302;10.1;5.1;7.6;2.4;8.37;2.1;1.14;6909
+78084;45.3404;1.91198;471;20220303;13.3;7.1;10.2;1.5;9.73;0;1.18;7667
+78084;45.3404;1.91198;471;20220304;11.3;5.6;8.5;2.5;9.5;.5;1.07;7543
+78084;45.3404;1.91198;471;20220305;8.4;5.2;6.8;2.7;8.4;.4;.93;5511
+78084;45.3404;1.91198;471;20220306;8.6;-1.4;3.6;2.5;4.8;0;1.58;13181
+78084;45.3404;1.91198;471;20220307;10.4;-1.8;4.3;2.4;4.43;0;1.81;13906
+78084;45.3404;1.91198;471;20220308;12.8;2.3;7.5;3.1;6.7;1.2;1.9;12249
+78084;45.3404;1.91198;471;20220309;13.6;5.5;9.6;3.5;7.83;0;2.04;11590
+78084;45.3404;1.91198;471;20220310;12.2;6.7;9.5;3.2;8.53;1.4;1.56;6707
+78084;45.3404;1.91198;471;20220311;11.5;7.6;9.5;5.2;8.6;19;1.77;6927
+78084;45.3404;1.91198;471;20220312;7.6;5.7;6.7;4;8.53;8.8;.93;4902
+78084;45.3404;1.91198;471;20220313;8.8;6.3;7.5;4.5;7.37;11.1;1.52;4891
+78084;45.3404;1.91198;471;20220314;11.8;.4;6.1;3.3;7.87;2.2;1.46;12419
+78084;45.3404;1.91198;471;20220315;15.4;9.4;12.4;5.2;9.87;0;2.31;8860
+78084;45.3404;1.91198;471;20220316;15.6;9.2;12.4;2.1;9.87;0;1.74;8407
+78084;45.3404;1.91198;471;20220317;10.9;8.6;9.8;4;9.37;0;1.39;5199
+78084;45.3404;1.91198;471;20220318;11.1;5.1;8.1;3.9;8.21;0;1.51;7575
+78084;45.3404;1.91198;471;20220319;15.9;6.9;11.4;3.1;7.88;0;2.56;14400
+78084;45.3404;1.91198;471;20220320;12.9;5.1;9;6;7.51;0;2.17;7725
+78084;45.3404;1.91198;471;20220321;14.6;6.9;10.7;6.9;7.21;0;3.12;14525
+78084;45.3404;1.91198;471;20220322;14.7;2.9;8.8;6.9;5.03;0;3.75;19025
+78084;45.3404;1.91198;471;20220323;16.1;2.3;9.2;4.8;4.31;0;3.78;19550
+78084;45.3404;1.91198;471;20220324;18.4;2.4;10.4;3.5;4.61;0;3.69;18643
+78084;45.3404;1.91198;471;20220325;19.1;3.2;11.2;3.4;4.83;0;3.76;18175
+78084;45.3404;1.91198;471;20220326;19.3;2;10.6;3.5;5.48;0;3.77;19900
+78084;45.3404;1.91198;471;20220327;20.2;2.8;11.5;3.1;6.03;0;3.6;19350
+78084;45.3404;1.91198;471;20220328;19.8;5.4;12.6;4.1;5.83;0;4.06;17625
+78084;45.3404;1.91198;471;20220329;16.3;8.4;12.3;2.6;7.58;5.2;2.5;9625
+78084;45.3404;1.91198;471;20220330;11.2;6.7;9;2.1;9.83;3.7;1.07;5500
+78084;45.3404;1.91198;471;20220331;10.3;6;8.2;4.3;8.11;4.6;1.69;9400
+78084;45.3404;1.91198;471;20220401;3.9;-1.3;1.3;4.4;5.5;2.5;1.39;10733
+78084;45.3404;1.91198;471;20220402;4;-1.4;1.3;3.7;5;0;1.45;10233
+78084;45.3404;1.91198;471;20220403;3.2;-2.5;.4;3.4;4.91;0;1.3;8850
+78084;45.3404;1.91198;471;20220404;9.5;-1.6;4;2.1;4.63;0;2.51;22400
+78084;45.3404;1.91198;471;20220405;12.3;-2;5.2;1.9;6.89;0;1.92;15833
+78084;45.3404;1.91198;471;20220406;10;3.6;6.8;3;9.33;4;.87;5800
+78084;45.3404;1.91198;471;20220407;10.9;7.5;9.2;5.7;10.93;29.6;.77;3825
+78084;45.3404;1.91198;471;20220408;14.5;9.5;12;6.6;10.21;4.2;2.33;8625
+78084;45.3404;1.91198;471;20220409;10.8;1.9;6.3;3.3;6.16;.2;2.33;16750
+78084;45.3404;1.91198;471;20220410;16.9;-2.1;7.4;3.3;5.38;0;3.53;23875
+78084;45.3404;1.91198;471;20220411;18.5;5.6;12.1;7.1;8.11;0;3.96;19775
+78084;45.3404;1.91198;471;20220412;17.6;10.4;14;5.9;8.18;0;3.73;13950
+78084;45.3404;1.91198;471;20220413;15.6;8.1;11.8;1.7;9.26;.3;1.92;8775
+78084;45.3404;1.91198;471;20220414;21;4.6;12.8;2.5;10.26;0;3.39;21625
+78084;45.3404;1.91198;471;20220415;21.7;6.6;14.2;2.7;10.31;0;3.86;23400
+78084;45.3404;1.91198;471;20220416;21.5;5.3;13.4;3.2;8.98;0;4.08;23700
+78084;45.3404;1.91198;471;20220417;21.3;2.3;11.8;2.7;7.56;0;4.09;25325
+78084;45.3404;1.91198;471;20220418;18.2;4.1;11.2;2.6;8.81;0;3.23;21800
+78084;45.3404;1.91198;471;20220419;16;4.6;10.3;2.7;9.81;3;2.55;18050
+78084;45.3404;1.91198;471;20220420;14.7;8.1;11.4;1.8;10.56;9.9;1.55;7375
+78084;45.3404;1.91198;471;20220421;16.5;7.9;12.2;1.8;10.88;3.1;1.99;11350
+78084;45.3404;1.91198;471;20220422;19.1;6.1;12.6;2.2;10.38;.3;3.04;19325
+78084;45.3404;1.91198;471;20220423;16;9.3;12.6;4.1;10.13;23.9;2.41;9425
+78084;45.3404;1.91198;471;20220424;12.6;6.9;9.7;3.3;10.86;8.3;.98;4275
+78084;45.3404;1.91198;471;20220425;15;7.7;11.3;2.2;10.08;.1;2.15;12925
+78084;45.3404;1.91198;471;20220426;18.8;4.9;11.8;2.1;9.11;0;3.66;25400
+78084;45.3404;1.91198;471;20220427;21.6;6;13.8;2.9;9.31;0;4.24;25000
+78084;45.3404;1.91198;471;20220428;21.3;8.5;14.9;2.5;11.61;1.3;3.58;21000
+78084;45.3404;1.91198;471;20220429;20.1;8.7;14.4;2.4;12.16;3.2;2.76;14950
+78084;45.3404;1.91198;471;20220430;19.1;7.3;13.2;2.3;9.78;0;3.74;23850
+78084;45.3404;1.91198;471;20220501;18.1;4;11.1;2.1;8.18;0;3.67;25525
+78084;45.3404;1.91198;471;20220502;19.2;5.7;12.4;2.2;8.88;0;3.64;22775
+78084;45.3404;1.91198;471;20220503;18.7;7.6;13.2;1.9;10.73;2.4;2.74;15550
+78084;45.3404;1.91198;471;20220504;17.5;8.2;12.8;2;10.96;1;2.74;17025
+78084;45.3404;1.91198;471;20220505;17.9;6.3;12.1;2.6;9.66;.1;3.28;20800
+78084;45.3404;1.91198;471;20220506;18.2;7.6;12.9;3;9.87;0;2.82;13516
+78084;45.3404;1.91198;471;20220507;20.3;9.2;14.7;2.9;10.2;.2;3.25;14271
+78084;45.3404;1.91198;471;20220508;21.7;9.1;15.4;2.4;10.4;0;3.36;15317
+78084;45.3404;1.91198;471;20220509;23.8;10.7;17.3;1.8;10.87;0;3.44;15553
+78084;45.3404;1.91198;471;20220510;24.7;10.7;17.7;1.6;11.17;0;3.55;16528
+78084;45.3404;1.91198;471;20220511;26.7;14.2;20.5;2.8;12.07;0;4.42;16173
+78084;45.3404;1.91198;471;20220512;19.3;11.9;15.6;1.4;14.63;1.6;2.22;11852
+78084;45.3404;1.91198;471;20220513;23;13.9;18.4;1.2;15.1;0;2.74;13376
+78084;45.3404;1.91198;471;20220514;26.4;12.3;19.3;1.4;14.43;0;3.5;16696
+78084;45.3404;1.91198;471;20220515;26.2;17.2;21.7;2.8;13.6;6.9;4.06;13281
+78084;45.3404;1.91198;471;20220516;25.3;13.2;19.2;2.1;14.3;0;3.62;16098
+78084;45.3404;1.91198;471;20220517;28.5;13.1;20.8;1.7;14.37;0;4.06;17828
+78084;45.3404;1.91198;471;20220518;29.5;15.6;22.5;2.2;15.67;2.3;4.31;16775
+78084;45.3404;1.91198;471;20220519;26.7;17.6;22.2;3.1;15.6;.2;4.14;13859
+78084;45.3404;1.91198;471;20220520;26.9;18.8;22.9;3.5;13.27;.1;4.78;13664
+78084;45.3404;1.91198;471;20220521;30.1;15;22.6;1.3;17.13;0;3.98;17982
+78084;45.3404;1.91198;471;20220522;29.1;17.8;23.5;1.8;19.57;1.5;3.67;15115
+78084;45.3404;1.91198;471;20220523;17.7;15.1;16.4;3.8;15.63;8.1;1.89;7688
+78084;45.3404;1.91198;471;20220524;16.1;9.9;13;2.3;11.6;.9;2.26;11721
+78084;45.3404;1.91198;471;20220525;17.4;7.2;12.3;2;10.4;.1;2.6;14574
+78084;45.3404;1.91198;471;20220526;17;9.7;13.3;2.2;11.83;0;2.35;12360
+78084;45.3404;1.91198;471;20220527;22.2;10.5;16.3;2.7;13;0;3.46;16837
+78084;45.3404;1.91198;471;20220528;22.2;11.2;16.7;3.4;10.57;0;4.07;16273
+78084;45.3404;1.91198;471;20220529;19.2;8.8;14;3.1;8.03;0;3.74;15772
+78084;45.3404;1.91198;471;20220530;21.7;7.8;14.8;2.1;7.97;.2;3.86;17531
+78084;45.3404;1.91198;471;20220531;21.5;10.4;15.9;1.6;10.13;3;3.32;15530
+78084;45.3404;1.91198;471;20220601;25.3;12.4;18.8;1.8;12.67;6.1;3.9;17296
+78084;45.3404;1.91198;471;20220602;27;15.1;21;2.1;15.53;7.7;3.92;16132
+78084;45.3404;1.91198;471;20220603;27.2;15.5;21.4;2.7;15.73;12.4;4.25;16681
+78084;45.3404;1.91198;471;20220604;26.8;13.9;20.3;2.1;17.73;20.8;3.59;16529
+78084;45.3404;1.91198;471;20220605;19.9;14.1;17;2.6;16.2;1.7;2.41;11862
+78084;45.3404;1.91198;471;20220606;21.7;12.3;17;1.5;14.53;.4;3;15250
+78084;45.3404;1.91198;471;20220607;21;13.2;17.1;2.4;13.63;4.5;3.04;13278
+78084;45.3404;1.91198;471;20220608;17.5;12.2;14.8;2.6;13.9;6.4;2.18;10234
+78084;45.3404;1.91198;471;20220609;17.7;11.2;14.5;2.4;12.63;0;2.44;11876
+78084;45.3404;1.91198;471;20220610;24.9;11.5;18.2;1.9;13.63;.1;3.7;17695
+78084;45.3404;1.91198;471;20220611;29.2;13.3;21.3;1.6;13.33;.1;5.56;28061
+78084;45.3404;1.91198;471;20220612;27.6;15.7;21.7;1.7;16.43;.5;4.8;23714
+78084;45.3404;1.91198;471;20220613;26.9;16.1;21.5;2.4;15.93;0;5.16;25594
+78084;45.3404;1.91198;471;20220614;31.7;14.3;23;1.5;14.27;.7;5.9;28768
+78084;45.3404;1.91198;471;20220615;30.8;19.2;25;2.2;17.57;0;5.74;25001
+78084;45.3404;1.91198;471;20220616;31.6;16.8;24.2;1.9;17.3;0;5.78;26774
+78084;45.3404;1.91198;471;20220617;34.2;18.3;26.3;2.2;14.9;0;6.72;28037
+78084;45.3404;1.91198;471;20220618;35.7;20.1;27.9;2.6;13.33;0;7.42;27842
+78084;45.3404;1.91198;471;20220619;31.8;21.5;26.7;3.2;14.97;3.1;6.74;23770
+78084;45.3404;1.91198;471;20220620;28.2;17.7;22.9;2.4;17.7;.5;4.93;22151
+78084;45.3404;1.91198;471;20220621;26.2;17.8;22;2.4;18.87;18.7;4.08;19123
+78084;45.3404;1.91198;471;20220622;24.6;16.5;20.6;2.3;17.57;9.3;4.24;21428
+78084;45.3404;1.91198;471;20220623;23.5;15;19.2;2;16.93;20.9;3.71;19358
+78084;45.3404;1.91198;471;20220624;20.3;14.8;17.6;2.6;16.03;4.6;3.08;16475
+78084;45.3404;1.91198;471;20220625;21.7;13;17.4;2.1;14.97;12;3.45;18383
+78084;45.3404;1.91198;471;20220626;15.9;12.6;14.2;2.2;15.17;15.9;1.74;9897
+78084;45.3404;1.91198;471;20220627;20;12.9;16.5;2.4;14.03;0;3.6;20443
+78084;45.3404;1.91198;471;20220628;22.8;10.9;16.8;2.3;12.1;0;4.54;24899
+78084;45.3404;1.91198;471;20220629;25.1;11.4;18.2;1.9;13.53;11.4;4.81;26802
+78084;45.3404;1.91198;471;20220630;14;12.5;13.3;2.2;14.13;11;1.31;6557
+78084;45.3404;1.91198;471;20220701;20.3;9.2;14.8;1.7;11.87;0;3.86;23632
+78084;45.3404;1.91198;471;20220702;27.1;10.4;18.7;1.6;12.03;0;5.3;29179
+78084;45.3404;1.91198;471;20220703;26.8;14.3;20.5;2.1;14.93;1.9;5;25230
+78084;45.3404;1.91198;471;20220704;24.8;15.5;20.2;2.3;16.67;5.3;4.24;21436
+78084;45.3404;1.91198;471;20220705;25.7;14.1;19.9;2.1;14.6;0;4.93;25926
+78084;45.3404;1.91198;471;20220706;25.2;13.4;19.3;2.6;12.5;0;5.14;25524
+78084;45.3404;1.91198;471;20220707;23.9;12.3;18.1;2.6;13.17;.1;4.75;24742
+78084;45.3404;1.91198;471;20220708;25.9;14;20;3.4;13.33;0;5.46;25929
+78084;45.3404;1.91198;471;20220709;28;14.7;21.4;2.7;12.63;0;5.88;27444
+78084;45.3404;1.91198;471;20220710;27.9;16.3;22.1;2.9;13.2;0;5.84;26415
+78084;45.3404;1.91198;471;20220711;30.3;16.3;23.3;2.6;13.4;0;6.22;28266
+78084;45.3404;1.91198;471;20220712;30.2;18.9;24.5;2.6;13.2;0;6.25;25929
+78084;45.3404;1.91198;471;20220713;31.9;16.7;24.3;1.9;12.8;0;6.13;27764
+78084;45.3404;1.91198;471;20220714;32.7;18.3;25.5;1.6;14.47;.1;5.95;27201
+78084;45.3404;1.91198;471;20220715;30.3;17.9;24.1;2.6;14.37;0;5.91;25631
+78084;45.3404;1.91198;471;20220716;30.7;17.1;23.9;3;12.53;0;6.57;27070
+78084;45.3404;1.91198;471;20220717;33.1;16.2;24.7;2.6;11.73;0;6.78;28391
+78084;45.3404;1.91198;471;20220718;36.8;19.8;28.3;2.3;12.87;0;7.14;27208
+78084;45.3404;1.91198;471;20220719;33.1;23.9;28.5;3.1;14.6;.9;6.73;22338
+78084;45.3404;1.91198;471;20220720;25.5;16.7;21.1;2.5;16.37;.4;4.16;18820
+78084;45.3404;1.91198;471;20220721;29.5;14.3;21.9;1.9;15.67;.1;5.38;26833
+78084;45.3404;1.91198;471;20220722;30.2;17.1;23.6;2.3;16.53;.1;5.37;23504
+78084;45.3404;1.91198;471;20220723;26.5;15.8;21.1;1.9;15.57;0;4.52;22129
+78084;45.3404;1.91198;471;20220724;33.9;16.4;25.1;1.5;14.23;0;5.88;27566
+78084;45.3404;1.91198;471;20220725;25.5;17.9;21.7;2.5;15.53;.2;4.23;18209
+78084;45.3404;1.91198;471;20220726;23.2;14.6;18.9;2.2;13.57;0;3.88;18355
+78084;45.3404;1.91198;471;20220727;25.3;12;18.6;1.8;12.47;0;4.51;24010
+78084;45.3404;1.91198;471;20220728;27.2;12.6;19.9;1.4;12.4;0;4.54;23722
+78084;45.3404;1.91198;471;20220729;24.9;16;20.4;1.6;14.93;0;3.82;18603
+78084;45.3404;1.91198;471;20220730;28.6;16.4;22.5;1.8;15.43;0;4.77;22480
+78084;45.3404;1.91198;471;20220731;30.9;16.8;23.8;1.7;15.1;.1;5.2;24042
+78084;45.3404;1.91198;471;20220801;31.4;17.4;24.4;2.1;14.53;0;5.63;24527
+78084;45.3404;1.91198;471;20220802;32;17.3;24.6;2.2;14.63;0;5.78;25061
+78084;45.3404;1.91198;471;20220803;35.4;19.8;27.6;1.6;13.53;0;5.83;24917
+78084;45.3404;1.91198;471;20220804;35;21.9;28.4;1.8;15.03;.1;5.84;23847
+78084;45.3404;1.91198;471;20220805;27.6;18.7;23.1;2.3;18.43;4.3;4.12;17678
+78084;45.3404;1.91198;471;20220806;29.3;17.9;23.6;3.3;14.4;0;5.72;23191
+78084;45.3404;1.91198;471;20220807;29.8;15.3;22.6;3.1;10.7;0;6.18;25151
+78084;45.3404;1.91198;471;20220808;31.2;16.2;23.7;2.8;10.27;0;6.27;25198
+78084;45.3404;1.91198;471;20220809;32.4;17;24.7;2.4;10.27;0;6.1;24467
+78084;45.3404;1.91198;471;20220810;34;19;26.5;2.6;10.23;0;6.46;24011
+78084;45.3404;1.91198;471;20220811;35.2;19;27.1;1.8;11.1;0;5.92;24495
+78084;45.3404;1.91198;471;20220812;35.5;19;27.2;1.8;11.77;0;5.88;24396
+78084;45.3404;1.91198;471;20220813;34.8;18.7;26.8;1.5;12.97;10.9;5.42;23947
+78084;45.3404;1.91198;471;20220814;21.7;18;19.8;3;18.5;5.8;2.47;10489
+78084;45.3404;1.91198;471;20220815;24.7;15.5;20.1;2.5;16.5;.6;3.59;17837
+78084;45.3404;1.91198;471;20220816;26.3;14.8;20.5;1.6;16.13;17.6;3.49;16842
+78084;45.3404;1.91198;471;20220817;23.1;13.4;18.2;2.1;15.97;0;3.28;18152
+78084;45.3404;1.91198;471;20220818;23;13.5;18.2;2;15.03;.4;3.26;17284
+78084;45.3404;1.91198;471;20220819;23.3;15.4;19.3;2.1;16.8;1.2;3.03;15207
+78084;45.3404;1.91198;471;20220820;24.8;16.1;20.5;1.7;17.37;.1;3.34;17069
+78084;45.3404;1.91198;471;20220821;24.3;14.3;19.3;1.9;15.77;0;3.33;17072
+78084;45.3404;1.91198;471;20220822;23;16.6;19.8;1.5;16.97;.5;2.76;13709
+78084;45.3404;1.91198;471;20220823;27;15.3;21.1;1.5;17.6;.1;3.72;19909
+78084;45.3404;1.91198;471;20220824;31.7;17.3;24.5;1.8;16;0;4.75;21912
+78084;45.3404;1.91198;471;20220825;27.8;18.3;23.1;1.9;16.5;.9;3.83;16578
+78084;45.3404;1.91198;471;20220826;26.7;16.8;21.7;2.2;17.27;.1;3.96;19347
+78084;45.3404;1.91198;471;20220827;26.5;14.7;20.6;2;14.8;0;3.84;19351
+78084;45.3404;1.91198;471;20220828;28.9;15;22;1.8;14.07;0;4.31;21229
+78084;45.3404;1.91198;471;20220829;31.6;16.4;24;1.5;14.53;1.9;4.34;20431
+78084;45.3404;1.91198;471;20220830;27.4;17.9;22.7;1.8;16.7;.1;3.68;17264
+78084;45.3404;1.91198;471;20220831;28.5;14.4;21.4;2;14.87;1.3;4.11;20178
+78084;45.3404;1.91198;471;20220901;25.6;15.2;20.4;1.4;16;.1;3.14;16101
+78084;45.3404;1.91198;471;20220902;23.4;15.6;19.5;1.8;16.93;6.5;2.66;13594
+78084;45.3404;1.91198;471;20220903;24.6;15.2;19.9;2.3;15.9;.4;3.3;16872
+78084;45.3404;1.91198;471;20220904;29.7;15;22.3;1.9;15.6;.7;4.02;18806
+78084;45.3404;1.91198;471;20220905;30.3;18.9;24.6;2.7;17.63;19.1;4.41;18114
+78084;45.3404;1.91198;471;20220906;26.9;17.4;22.1;2.4;17.83;2;3.5;16389
+78084;45.3404;1.91198;471;20220907;23.9;15.2;19.6;2.1;15.33;1;2.97;14000
+78084;45.3404;1.91198;471;20220908;20.5;12.4;16.4;2.9;14.13;.5;2.55;13855
+78084;45.3404;1.91198;471;20220909;20.5;12.9;16.7;2.6;14.1;.9;2.5;13349
+78084;45.3404;1.91198;471;20220910;22.2;12;17.1;1.7;13.07;0;2.72;15136
+78084;45.3404;1.91198;471;20220911;27.6;10.2;18.9;1.4;11.7;0;3.6;20314
+78084;45.3404;1.91198;471;20220912;33.8;17.2;25.5;1.9;13.63;0;4.58;18807
+78084;45.3404;1.91198;471;20220913;28.9;20.4;24.7;3.1;19.3;8.4;3.78;13292
+78084;45.3404;1.91198;471;20220914;25.5;17;21.3;2.2;17.57;3.7;2.84;13004
+78084;45.3404;1.91198;471;20220915;24.2;14.3;19.3;1.8;16.17;.3;2.67;14496
+78084;45.3404;1.91198;471;20220916;19.6;14.1;16.9;2;13.83;0;2.23;11402
+78084;45.3404;1.91198;471;20220917;16.7;7.9;12.3;2.7;8.9;0;2.6;14884
+78084;45.3404;1.91198;471;20220918;21.7;5.1;13.4;2.2;7.5;0;3.22;18950
+78084;45.3404;1.91198;471;20220919;20.9;8.3;14.6;2.8;8.13;0;3.29;17071
+78084;45.3404;1.91198;471;20220920;20.8;7.3;14;2.8;8.07;0;3.2;17511
+78084;45.3404;1.91198;471;20220921;21.4;8.7;15;2.5;8.4;0;3.13;16787
+78084;45.3404;1.91198;471;20220922;23.5;8.1;15.8;1.5;9.17;0;2.86;17165
+78084;45.3404;1.91198;471;20220923;20.4;10.2;15.3;1.6;11.23;.3;2.16;11590
+78084;45.3404;1.91198;471;20220924;18;10.8;14.4;1.7;12.9;5.2;1.79;10816
+78084;45.3404;1.91198;471;20220925;16.2;10.2;13.2;1.4;12.3;2;1.5;9351
+78084;45.3404;1.91198;471;20220926;16;7.4;11.7;2.7;11.1;5.6;1.7;11122
+78084;45.3404;1.91198;471;20220927;13.3;9.3;11.3;3.4;11.93;12.1;1.16;6838
+78084;45.3404;1.91198;471;20220928;15.7;11.3;13.5;4.6;14;17.6;1.25;7422
+78084;45.3404;1.91198;471;20220929;13.9;8.7;11.3;2.4;10.83;.6;1.43;9009
+78084;45.3404;1.91198;471;20220930;15.7;5;10.4;1.8;9.3;3.3;1.73;12521
+78084;45.3404;1.91198;471;20221001;16.3;8.2;12.3;3.6;13.43;13.7;1.2;8631
+78084;45.3404;1.91198;471;20221002;18.6;13.7;16.2;2.6;15.33;.3;1.59;8723
+78084;45.3404;1.91198;471;20221003;20.6;9.4;15;1.7;12.77;0;1.93;12251
+78084;45.3404;1.91198;471;20221004;21.1;7.8;14.5;1.4;12.23;.1;1.95;14255
+78084;45.3404;1.91198;471;20221005;23.4;12.3;17.9;2.3;13.2;0;2.52;13307
+78084;45.3404;1.91198;471;20221006;19.2;13.6;16.4;1.6;14.8;.3;1.49;8503
+78084;45.3404;1.91198;471;20221007;21.8;12.1;16.9;1.5;14.07;0;1.84;11192
+78084;45.3404;1.91198;471;20221008;19;12.4;15.7;2;13.2;0;1.73;9817
+78084;45.3404;1.91198;471;20221009;22;9;15.5;2;11.8;0;2.17;13096
+78084;45.3404;1.91198;471;20221010;21.4;13.3;17.4;2.3;13.83;.2;1.99;9388
+78084;45.3404;1.91198;471;20221011;19.2;13.2;16.2;1.5;14.8;1.6;1.35;7389
+78084;45.3404;1.91198;471;20221012;21.1;13;17.1;1.2;14.43;.6;1.63;10674
+78084;45.3404;1.91198;471;20221013;14.9;10.9;12.9;1.8;14.13;9.9;.84;5533
+78084;45.3404;1.91198;471;20221014;16.4;13.5;14.9;3.8;16.17;4.7;.81;4563
+78084;45.3404;1.91198;471;20221015;20;13.7;16.8;2.9;15.27;.1;1.47;7239
+78084;45.3404;1.91198;471;20221016;23.9;15.5;19.7;3.1;15.27;0;2.41;10094
+78084;45.3404;1.91198;471;20221017;21.3;16.5;18.9;3.3;15.83;2.8;1.87;6166
+78084;45.3404;1.91198;471;20221018;25;15.5;20.3;1.9;15.97;.1;2.04;10121
+78084;45.3404;1.91198;471;20221019;24;14.3;19.1;2.2;14.37;2.7;2.11;9012
+78084;45.3404;1.91198;471;20221020;21.9;15;18.5;3.1;16.37;5.2;1.77;7158
+78084;45.3404;1.91198;471;20221021;20.7;15.7;18.2;3;15.1;3.5;1.81;7112
+78084;45.3404;1.91198;471;20221022;21.9;12.4;17.2;2.5;13.23;.1;1.89;9664
+78084;45.3404;1.91198;471;20221023;21.4;16.1;18.7;3.8;13.43;2.8;2.4;6017
+78084;45.3404;1.91198;471;20221024;19.5;12;15.7;2.3;12.33;0;1.59;8236
+78084;45.3404;1.91198;471;20221025;20.3;11;15.7;1.9;12.3;1.8;1.51;7690
+78084;45.3404;1.91198;471;20221026;22.5;12.7;17.6;2;13.8;.1;1.71;9101
+78084;45.3404;1.91198;471;20221027;24.6;15;19.8;3.1;14.2;0;2.4;8109
+78084;45.3404;1.91198;471;20221028;23.6;18.3;21;3;12.03;0;2.74;6964
+78084;45.3404;1.91198;471;20221029;25.3;18;21.6;2.9;9.1;0;3.2;7506
+78084;45.3404;1.91198;471;20221030;21.1;14.9;18;2.5;11.4;0;2.13;7502
+78084;45.3404;1.91198;471;20221031;21.8;13.6;17.7;3.4;13.97;17;1.92;7214
+78084;45.3404;1.91198;471;20221101;15.2;11;13.1;2.4;12.63;.1;.92;5866
+78084;45.3404;1.91198;471;20221102;16.2;9;12.6;1.7;11.2;0;1.03;7416
+78084;45.3404;1.91198;471;20221103;14.3;10;12.2;3.9;10.63;12.4;1.38;3815
+78084;45.3404;1.91198;471;20221104;8.7;7;7.9;4.8;9.63;8.4;.67;2766
+78084;45.3404;1.91198;471;20221105;11.4;2.2;6.8;1.5;7.83;0;.76;6822
+78084;45.3404;1.91198;471;20221106;12.7;2.6;7.7;2.5;8.03;.1;.9;6319
+78084;45.3404;1.91198;471;20221107;17.3;8.8;13;2.9;10.83;0;1.28;7412
+78084;45.3404;1.91198;471;20221108;17.6;10.9;14.3;4;11.33;9.3;1.72;5210
+78084;45.3404;1.91198;471;20221109;13.8;12;12.9;2.2;12.83;9;.77;2888
+78084;45.3404;1.91198;471;20221110;14.8;7.9;11.3;1.3;10.6;0;.77;6689
+78084;45.3404;1.91198;471;20221111;20.1;6.8;13.5;2;10.73;0;1.28;8150
+78084;45.3404;1.91198;471;20221112;21.1;10.8;15.9;1.3;10.83;.1;1.19;7059
+78084;45.3404;1.91198;471;20221113;20.1;8.4;14.2;1.2;9.8;0;1.03;7526
+78084;45.3404;1.91198;471;20221114;14;11.3;12.7;3;11.5;6.5;1.08;2810
+78084;45.3404;1.91198;471;20221115;15;9;12;3.1;12;7.6;.85;4380
+78084;45.3404;1.91198;471;20221116;13.7;9.3;11.5;4.5;11.6;6.2;.83;4194
+78084;45.3404;1.91198;471;20221117;12.5;10.3;11.4;4.8;11.77;13.1;.8;2775
+78084;45.3404;1.91198;471;20221118;9.2;6.6;7.9;2.3;9.6;2.2;.55;3211
+78084;45.3404;1.91198;471;20221119;8.7;4.3;6.5;1.5;8.27;.3;.52;4248
+78084;45.3404;1.91198;471;20221120;6.7;.4;3.5;1.9;7.77;1.6;.31;4133
+78084;45.3404;1.91198;471;20221121;8.5;4.5;6.5;3.3;8.63;12.1;.58;2918
+78084;45.3404;1.91198;471;20221122;7.4;3.9;5.6;3.9;8.57;12.3;.43;3269
+78084;45.3404;1.91198;471;20221123;11.2;6;8.6;3.5;9.83;8.8;.64;3730
+78084;45.3404;1.91198;471;20221124;10.7;5.9;8.3;2.7;10;1.3;.48;3854
+78084;45.3404;1.91198;471;20221125;9.7;8.1;8.9;2.1;10;4.1;.58;2234
+78084;45.3404;1.91198;471;20221126;10.2;2.6;6.4;1.2;8.03;0;.45;4956
+78084;45.3404;1.91198;471;20221127;13.2;3.9;8.6;2.3;5.77;9.6;1.27;5264
+78084;45.3404;1.91198;471;20221128;9.6;6.9;8.3;2.6;9.5;4.2;.57;3110
+78084;45.3404;1.91198;471;20221129;7.8;4;5.9;2;8.3;0;.46;3188
+78084;45.3404;1.91198;471;20221130;8.9;1.1;5;2;7.1;.1;.5;4665
+78084;45.3404;1.91198;471;20221201;6.4;2.3;4.3;2.5;6.83;0;.56;3073
+78084;45.3404;1.91198;471;20221202;3.4;2.8;3.1;1.6;6.2;1.3;.53;947
+78084;45.3404;1.91198;471;20221203;6.4;1.5;4;1.6;6.8;2.6;.44;3547
+78084;45.3404;1.91198;471;20221204;4.3;2.8;3.5;1;7.3;1.1;.37;1377
+78084;45.3404;1.91198;471;20221205;7.9;-.7;3.6;1.7;6.17;0;.47;5383
+78084;45.3404;1.91198;471;20221206;9.1;-1.7;3.7;1.7;5.27;.1;.53;6274
+78084;45.3404;1.91198;471;20221207;5.6;-1.3;2.2;2.1;5.4;.1;.39;4339
+78084;45.3404;1.91198;471;20221208;6.9;-2.7;2.1;1.3;5.57;.4;.35;5537
+78084;45.3404;1.91198;471;20221209;5.7;3.8;4.8;2.4;7.4;.1;.51;2025
+78084;45.3404;1.91198;471;20221210;.1;-1.7;-.8;2.8;4.83;0;.48;1747
+78084;45.3404;1.91198;471;20221211;3.3;-7.7;-2.2;1;3.57;0;.35;4766
+78084;45.3404;1.91198;471;20221212;2.8;-4;-.6;1.2;4.3;13.9;.39;3655
+78084;45.3404;1.91198;471;20221213;6.2;.5;3.4;1.9;8.27;1.6;.13;3132
+78084;45.3404;1.91198;471;20221214;10.4;6.3;8.3;3.2;11.13;3.4;.2;2221
+78084;45.3404;1.91198;471;20221215;7.9;5.9;6.9;2.2;9.13;5.2;.4;2060
+78084;45.3404;1.91198;471;20221216;4.9;1.6;3.2;3.2;6.17;0;.6;3310
+78084;45.3404;1.91198;471;20221217;5.3;-4.2;.5;1.7;3.5;0;.59;5254
+78084;45.3404;1.91198;471;20221218;10.3;-1.5;4.4;3.1;5.2;0;1.07;4749
+78084;45.3404;1.91198;471;20221219;14.8;8.1;11.5;4.9;9.3;0;1.52;4145
+78084;45.3404;1.91198;471;20221220;13.9;10;12;4.3;10.37;7.7;1.36;2300
+78084;45.3404;1.91198;471;20221221;10.9;9.1;10;3.8;11.43;2.8;.44;2102
+78084;45.3404;1.91198;471;20221222;11.6;9.6;10.6;4.9;12.4;16.8;.4;1635
+78084;45.3404;1.91198;471;20221223;13.3;11.2;12.2;4.1;13.57;6;.47;1792
+78084;45.3404;1.91198;471;20221224;14.2;9.9;12.1;2.3;11.9;.2;.61;2732
+78084;45.3404;1.91198;471;20221225;15.7;8.9;12.3;3.1;9.43;0;1.22;4244
+78084;45.3404;1.91198;471;20221226;10.6;9.1;9.9;2.8;10.6;2.6;.63;1652
+78084;45.3404;1.91198;471;20221227;10;4.9;7.4;1.4;9.33;.1;.35;3570
+78084;45.3404;1.91198;471;20221228;13.3;5.3;9.3;3.3;9.47;2;.67;4208
+78084;45.3404;1.91198;471;20221229;9.4;7.8;8.6;3.9;10;18.6;.52;1468
+78084;45.3404;1.91198;471;20221230;11.3;7.1;9.2;4;10.6;5.4;.55;2395
+78084;45.3404;1.91198;471;20221231;15.5;10.7;13.1;3.6;10.57;0;1.34;3557
+78085;45.36432;2.22913;542;20220101;20.1;9.1;14.6;2.3;6.05;0;1.73;5294
+78085;45.36432;2.22913;542;20220102;14.3;9;11.7;2.7;7.75;.2;1.36;3459
+78085;45.36432;2.22913;542;20220103;10.7;8.5;9.6;3.4;10.05;.7;.71;1945
+78085;45.36432;2.22913;542;20220104;14.4;9.7;12.1;4.5;8.49;3.5;1.76;3281
+78085;45.36432;2.22913;542;20220105;2.9;0;1.5;3;5.42;0;.53;2382
+78085;45.36432;2.22913;542;20220106;2.9;-.7;1.1;2;4.82;0;.55;2803
+78085;45.36432;2.22913;542;20220107;1.9;-2.4;-.3;2.4;5.72;6.2;.24;3210
+78085;45.36432;2.22913;542;20220108;6.9;2.2;4.6;4.4;8.29;14.8;.21;3380
+78085;45.36432;2.22913;542;20220109;4.8;2.7;3.7;2.8;7.29;7;.38;2053
+78085;45.36432;2.22913;542;20220110;5.3;3.3;4.3;1.9;6.89;.3;.49;2001
+78085;45.36432;2.22913;542;20220111;6.4;-1.3;2.5;2.8;4.75;0;.82;4627
+78085;45.36432;2.22913;542;20220112;4.9;-2.3;1.3;2.7;4.25;0;.8;4422
+78085;45.36432;2.22913;542;20220113;7.7;-2.1;2.8;1.6;3.95;0;.74;5480
+78085;45.36432;2.22913;542;20220114;12.6;-.4;6.1;1.7;3.42;0;1.08;6487
+78085;45.36432;2.22913;542;20220115;10;1;5.5;1.4;3.55;0;.96;5406
+78085;45.36432;2.22913;542;20220116;6.9;-1.9;2.5;1.6;4.29;0;.71;5252
+78085;45.36432;2.22913;542;20220117;7.7;-.7;3.5;3;5.99;0;.7;5120
+78085;45.36432;2.22913;542;20220118;7.1;-.9;3.1;1.8;5.32;.1;.64;5144
+78085;45.36432;2.22913;542;20220119;1;-2;-.5;1.8;5.65;1;.27;2988
+78085;45.36432;2.22913;542;20220120;3.5;-.2;1.7;2.5;5.85;.1;.45;3318
+78085;45.36432;2.22913;542;20220121;2.8;-.9;.9;4.6;4.35;0;.95;3312
+78085;45.36432;2.22913;542;20220122;4.9;-2.4;1.2;3.1;4.62;0;.76;5014
+78085;45.36432;2.22913;542;20220123;10.9;-1.8;4.6;1.8;5.19;0;.89;6990
+78085;45.36432;2.22913;542;20220124;12.3;1.3;6.8;1.4;4.59;0;1.03;7728
+78085;45.36432;2.22913;542;20220125;11.4;1.4;6.4;1.2;4.88;0;.72;8423
+78085;45.36432;2.22913;542;20220126;11.3;-.7;5.3;1.6;4.99;0;.93;7163
+78085;45.36432;2.22913;542;20220127;11.9;-.7;5.6;1.7;4.02;0;1.15;7395
+78085;45.36432;2.22913;542;20220128;7.8;-2.3;2.8;1.9;5.35;0;.75;6779
+78085;45.36432;2.22913;542;20220129;8;-4.2;1.9;1.6;5.59;0;.58;7397
+78085;45.36432;2.22913;542;20220130;9.2;-.3;4.5;2.3;6.89;0;.71;6266
+78085;45.36432;2.22913;542;20220131;5.4;1.3;3.3;3;6.72;1.1;.55;4000
+78085;45.36432;2.22913;542;20220201;3.1;-.8;1.2;2.2;6.49;1.2;.3;4207
+78085;45.36432;2.22913;542;20220202;7.1;3.3;5.2;1.9;8.09;.1;.49;4081
+78085;45.36432;2.22913;542;20220203;12.7;-.5;6.1;2.3;6.22;.2;1.24;8525
+78085;45.36432;2.22913;542;20220204;6.9;3.2;5.1;2;8.25;3.3;.45;4225
+78085;45.36432;2.22913;542;20220205;8.2;3.3;5.8;1.9;6.55;0;.81;5121
+78085;45.36432;2.22913;542;20220206;5;.1;2.5;3.1;7.45;6.6;.26;5214
+78085;45.36432;2.22913;542;20220207;8.6;5.1;6.8;3;7.22;.1;.99;4177
+78085;45.36432;2.22913;542;20220208;14.4;-.7;6.9;2;5.49;0;1.38;9724
+78085;45.36432;2.22913;542;20220209;15;4.2;9.6;3;5.65;0;2.01;8372
+78085;45.36432;2.22913;542;20220210;9.2;4.4;6.8;2.4;7.36;1.1;1.46;10500
+78085;45.36432;2.22913;542;20220211;9.7;4.7;7.2;2.5;6.66;0;1.22;10066
+78085;45.36432;2.22913;542;20220212;9.4;-4;2.7;2.6;4.88;0;1.21;8025
+78085;45.36432;2.22913;542;20220213;12.3;1.9;7.1;6.7;7.61;6.7;1.8;9666
+78085;45.36432;2.22913;542;20220214;8.5;6.5;7.5;4;8.43;6.5;1.01;5233
+78085;45.36432;2.22913;542;20220215;6.1;2.8;4.5;4;7.86;13;.6;5233
+78085;45.36432;2.22913;542;20220216;10.3;5.1;7.7;4.2;10.29;12.3;.51;6216
+78085;45.36432;2.22913;542;20220217;11.1;9.1;10.1;3.2;11.45;4.5;.65;3678
+78085;45.36432;2.22913;542;20220218;11.8;8.6;10.2;3.1;9.95;1.4;1.08;4699
+78085;45.36432;2.22913;542;20220219;7.7;1.8;4.8;2.1;6.15;0;.96;6917
+78085;45.36432;2.22913;542;20220220;7.7;1.8;4.8;3.3;8.12;6.1;.64;6974
+78085;45.36432;2.22913;542;20220221;7.4;6.1;6.7;4.9;7.92;1.8;.92;2705
+78085;45.36432;2.22913;542;20220222;7.7;3.8;5.7;2.1;8.12;.5;.7;5685
+78085;45.36432;2.22913;542;20220223;13.7;4.9;9.3;1.9;8.12;0;1.31;8970
+78085;45.36432;2.22913;542;20220224;12;5.2;8.6;3.3;7.55;.2;1.48;7967
+78085;45.36432;2.22913;542;20220225;7.5;.8;4.2;2.4;5.59;0;1.12;8008
+78085;45.36432;2.22913;542;20220226;11.5;-1.4;5;3.2;4.32;0;1.91;11425
+78085;45.36432;2.22913;542;20220227;12.8;0;6.4;2;4.72;0;1.72;11701
+78085;45.36432;2.22913;542;20220228;13.5;2.4;7.9;2.1;5.85;0;1.71;11014
+78085;45.36432;2.22913;542;20220301;14.8;-.5;7.2;2.2;5.52;0;1.9;13256
+78085;45.36432;2.22913;542;20220302;10.2;4.7;7.5;2.4;7.89;2.6;1.18;7735
+78085;45.36432;2.22913;542;20220303;12.7;6.8;9.7;1;9.29;0;1.09;8021
+78085;45.36432;2.22913;542;20220304;10.4;4.9;7.7;2;8.89;.1;1.02;7952
+78085;45.36432;2.22913;542;20220305;8.8;4.9;6.9;2.4;7.59;.1;1.09;6586
+78085;45.36432;2.22913;542;20220306;8.6;-1.6;3.5;2.8;4.45;0;1.57;11193
+78085;45.36432;2.22913;542;20220307;10;-2.9;3.5;2.1;4.19;0;1.64;13131
+78085;45.36432;2.22913;542;20220308;13.1;1.4;7.2;3.3;6.05;.5;2.01;12679
+78085;45.36432;2.22913;542;20220309;12.6;4.4;8.5;3.9;7.35;0;1.88;10547
+78085;45.36432;2.22913;542;20220310;13;6.1;9.5;4.5;7.85;1.4;1.98;9800
+78085;45.36432;2.22913;542;20220311;10.8;7.2;9;6.8;7.89;15.3;1.91;7043
+78085;45.36432;2.22913;542;20220312;7.4;5.2;6.3;4.7;7.89;5.9;.97;5252
+78085;45.36432;2.22913;542;20220313;7.8;5.9;6.8;5.4;6.75;12.6;1.56;4959
+78085;45.36432;2.22913;542;20220314;11.6;-.7;5.4;4.5;7.25;2.7;1.56;13951
+78085;45.36432;2.22913;542;20220315;14.4;9.1;11.7;7.4;9.19;0;2.48;9201
+78085;45.36432;2.22913;542;20220316;16.3;8.9;12.6;2.5;9.35;0;2.06;10878
+78085;45.36432;2.22913;542;20220317;11.1;8.7;9.9;3.8;9.19;0;1.3;4545
+78085;45.36432;2.22913;542;20220318;12;5.3;8.6;3;8.33;.1;1.5;7800
+78085;45.36432;2.22913;542;20220319;15.6;6.4;11;3.1;7.7;0;2.59;15033
+78085;45.36432;2.22913;542;20220320;12.4;4.3;8.3;6.5;7.43;0;2.16;8000
+78085;45.36432;2.22913;542;20220321;13.1;6.6;9.9;7.4;7.16;0;2.97;13600
+78085;45.36432;2.22913;542;20220322;13.7;2.5;8.1;7.3;5.06;0;3.65;19066
+78085;45.36432;2.22913;542;20220323;15.3;2.1;8.7;5.2;4.4;0;3.76;19533
+78085;45.36432;2.22913;542;20220324;17.9;2.2;10;3.9;4.63;0;3.81;18124
+78085;45.36432;2.22913;542;20220325;18.4;2.8;10.6;3.2;4.7;0;3.59;18033
+78085;45.36432;2.22913;542;20220326;18.7;-.9;8.9;3.4;5.33;0;3.56;20033
+78085;45.36432;2.22913;542;20220327;19.7;.9;10.3;3.3;5.96;0;3.65;19400
+78085;45.36432;2.22913;542;20220328;19.3;4.3;11.8;4.4;5.76;0;4.08;17633
+78085;45.36432;2.22913;542;20220329;17.2;7.7;12.4;2.7;7.43;4.9;2.68;10933
+78085;45.36432;2.22913;542;20220330;10.5;6.8;8.7;2;9.76;4.8;1.01;5133
+78085;45.36432;2.22913;542;20220331;10;5.8;7.9;4.2;8.06;3.9;1.65;9066
+78085;45.36432;2.22913;542;20220401;3.5;-1.7;.9;4.4;5.48;2.8;1.39;10733
+78085;45.36432;2.22913;542;20220402;3.6;-1.8;.9;3.7;4.98;0;1.45;10233
+78085;45.36432;2.22913;542;20220403;2.4;-2.6;-.1;3.6;4.86;0;1.12;6566
+78085;45.36432;2.22913;542;20220404;9.2;-3.3;2.9;1.5;4.81;0;2.36;22666
+78085;45.36432;2.22913;542;20220405;11.6;-1.5;5;1.9;7.15;0;1.7;13066
+78085;45.36432;2.22913;542;20220406;10.1;1;5.5;2.8;9;3;.91;6566
+78085;45.36432;2.22913;542;20220407;10.8;7.1;8.9;5.4;10.73;24.8;.88;4333
+78085;45.36432;2.22913;542;20220408;14.4;9.3;11.9;6.2;10.16;4.1;2.36;9033
+78085;45.36432;2.22913;542;20220409;10.5;1.7;6.1;3.5;6.13;.1;2.34;16833
+78085;45.36432;2.22913;542;20220410;16.8;-3.4;6.7;3.3;5.3;0;3.51;24166
+78085;45.36432;2.22913;542;20220411;16.7;4.8;10.7;7.3;8.2;0;3.63;19933
+78085;45.36432;2.22913;542;20220412;16.9;9.9;13.4;6.3;7.83;0;3.82;14200
+78085;45.36432;2.22913;542;20220413;16.5;7.2;11.8;1.7;8.6;.2;2.12;9500
+78085;45.36432;2.22913;542;20220414;21.3;2.1;11.7;2.2;9.86;0;3.32;21833
+78085;45.36432;2.22913;542;20220415;22.1;4.3;13.2;2.2;10.33;0;3.59;23366
+78085;45.36432;2.22913;542;20220416;22;3.4;12.7;2.5;8.93;0;3.82;23566
+78085;45.36432;2.22913;542;20220417;21.1;.1;10.6;2.6;7.43;0;3.9;25400
+78085;45.36432;2.22913;542;20220418;18;3;10.5;2.5;8.63;0;3.16;21533
+78085;45.36432;2.22913;542;20220419;16.9;3.4;10.1;2.3;9.76;3;2.56;18600
+78085;45.36432;2.22913;542;20220420;14;8.3;11.1;1.4;10.7;10;1.41;6900
+78085;45.36432;2.22913;542;20220421;15.2;7.3;11.3;1.7;10.76;2.8;1.88;11166
+78085;45.36432;2.22913;542;20220422;18.9;5.6;12.2;2;10.3;.4;2.99;19566
+78085;45.36432;2.22913;542;20220423;15.5;9.2;12.4;4.4;9.93;19.5;2.5;9633
+78085;45.36432;2.22913;542;20220424;12.2;5.4;8.8;3.2;10.5;6.6;1.04;4700
+78085;45.36432;2.22913;542;20220425;14.5;6.7;10.6;1.9;9.76;.1;2.21;14000
+78085;45.36432;2.22913;542;20220426;19;2.9;10.9;1.8;8.96;0;3.63;26300
+78085;45.36432;2.22913;542;20220427;21.6;5.5;13.6;2.4;9.46;0;3.99;25000
+78085;45.36432;2.22913;542;20220428;21.4;7.6;14.5;2.3;11.43;.3;3.61;21933
+78085;45.36432;2.22913;542;20220429;20;8.6;14.3;2.4;12.3;3.1;2.54;13000
+78085;45.36432;2.22913;542;20220430;19.1;6.6;12.9;2.1;10.03;0;3.54;23200
+78085;45.36432;2.22913;542;20220501;18.1;2.1;10.1;1.9;8.2;0;3.51;25400
+78085;45.36432;2.22913;542;20220502;18.8;4.3;11.6;1.8;8.93;0;3.43;22900
+78085;45.36432;2.22913;542;20220503;18.1;7.1;12.6;1.4;11.03;1.3;2.33;13633
+78085;45.36432;2.22913;542;20220504;17.1;7.4;12.2;1.7;11.23;2.7;2.58;16733
+78085;45.36432;2.22913;542;20220505;17.5;5.6;11.5;2.5;9.63;.1;3.08;19800
+78085;45.36432;2.22913;542;20220506;17.5;7.5;12.5;2.8;9.79;0;3.16;19537
+78085;45.36432;2.22913;542;20220507;19.7;7.7;13.7;2.5;9.99;.7;3.56;21341
+78085;45.36432;2.22913;542;20220508;20.9;8.6;14.8;2.8;10.25;0;3.89;21996
+78085;45.36432;2.22913;542;20220509;23.2;9.1;16.2;1.8;10.45;0;4.1;23625
+78085;45.36432;2.22913;542;20220510;24.5;12;18.2;2;10.79;0;4.38;22503
+78085;45.36432;2.22913;542;20220511;26.8;12.4;19.6;3;11.09;0;5.26;23750
+78085;45.36432;2.22913;542;20220512;21.4;13;17.2;1.8;14.32;1.8;3.19;17768
+78085;45.36432;2.22913;542;20220513;22.3;13.9;18.1;1.5;14.75;0;3.32;18200
+78085;45.36432;2.22913;542;20220514;25.8;12;18.9;1.5;14.05;0;4.28;23888
+78085;45.36432;2.22913;542;20220515;26.2;16.3;21.2;3.5;12.89;4.4;5.06;20327
+78085;45.36432;2.22913;542;20220516;25.3;13.1;19.2;2.1;13.82;0;4.34;22418
+78085;45.36432;2.22913;542;20220517;28.4;13.4;20.9;1.6;13.42;0;4.87;25118
+78085;45.36432;2.22913;542;20220518;29.6;15.1;22.4;2.3;14.85;.8;5.33;24918
+78085;45.36432;2.22913;542;20220519;27.7;17.7;22.7;3.3;14.22;.2;5.25;20667
+78085;45.36432;2.22913;542;20220520;28.4;19.7;24.1;4.2;12.22;0;6.07;18991
+78085;45.36432;2.22913;542;20220521;30.7;15.2;22.9;1.3;17.02;0;5.06;25732
+78085;45.36432;2.22913;542;20220522;30.3;18.3;24.3;1.5;18.09;1.6;4.82;23035
+78085;45.36432;2.22913;542;20220523;16.9;15.1;16;2.9;14.99;9.5;1.79;7627
+78085;45.36432;2.22913;542;20220524;16.2;9.5;12.8;2.3;10.99;1.2;2.76;17106
+78085;45.36432;2.22913;542;20220525;17.3;5.9;11.6;1.6;9.95;0;3.28;22719
+78085;45.36432;2.22913;542;20220526;17.1;8.4;12.7;1.8;11.15;0;2.97;19446
+78085;45.36432;2.22913;542;20220527;23.3;10.1;16.7;2.9;12.32;0;4.37;23855
+78085;45.36432;2.22913;542;20220528;22.5;10.6;16.6;3.4;10.25;0;4.63;22940
+78085;45.36432;2.22913;542;20220529;19.8;8.2;14;3.3;7.75;0;4.4;22833
+78085;45.36432;2.22913;542;20220530;21.5;5.5;13.5;1.8;7.55;.1;4.43;27133
+78085;45.36432;2.22913;542;20220531;20.8;11.3;16;1.9;9.45;3.1;3.93;20938
+78085;45.36432;2.22913;542;20220601;25.9;11.9;18.9;2.1;12.25;5.7;4.83;25131
+78085;45.36432;2.22913;542;20220602;25.8;14.2;20;2.5;15.25;5.9;4.57;23270
+78085;45.36432;2.22913;542;20220603;28.1;14.8;21.4;2.8;15.05;13.2;5.28;24707
+78085;45.36432;2.22913;542;20220604;26.7;13;19.8;2.3;17.09;21.5;4.65;25306
+78085;45.36432;2.22913;542;20220605;19.8;13.9;16.8;2.1;15.55;2.2;2.86;16390
+78085;45.36432;2.22913;542;20220606;22;11.8;16.9;1.2;14.49;.3;3.62;21391
+78085;45.36432;2.22913;542;20220607;20.2;13.4;16.8;2;12.95;3.4;3.32;17728
+78085;45.36432;2.22913;542;20220608;16.3;12.5;14.4;2.5;13.25;6.9;2.39;13356
+78085;45.36432;2.22913;542;20220609;17.2;10.7;14;2.5;11.95;0;2.96;17444
+78085;45.36432;2.22913;542;20220610;24.7;9.9;17.3;2;12.72;.1;4.67;26608
+78085;45.36432;2.22913;542;20220611;28.6;11.1;19.9;1.6;13.22;0;5.4;28911
+78085;45.36432;2.22913;542;20220612;27.2;15.4;21.3;1.2;15.69;.6;4.56;23845
+78085;45.36432;2.22913;542;20220613;26.5;15.5;21;2.1;15.92;0;4.57;22813
+78085;45.36432;2.22913;542;20220614;30.9;13.3;22.1;1.6;14.32;.6;5.77;29420
+78085;45.36432;2.22913;542;20220615;30.3;19.3;24.8;2.6;17.12;0;5.49;22988
+78085;45.36432;2.22913;542;20220616;31.5;17.4;24.4;1.9;17.05;0;5.64;26032
+78085;45.36432;2.22913;542;20220617;34.1;17.4;25.7;2.2;14.62;0;6.67;28440
+78085;45.36432;2.22913;542;20220618;34.8;19.6;27.2;3.4;12.92;0;7.7;27412
+78085;45.36432;2.22913;542;20220619;31.4;23.2;27.3;5.5;12.95;.5;7.75;19702
+78085;45.36432;2.22913;542;20220620;29.1;18.6;23.9;2.5;15.85;.9;5.34;22347
+78085;45.36432;2.22913;542;20220621;26.8;17.5;22.2;2;18.02;18.7;4.36;21208
+78085;45.36432;2.22913;542;20220622;24.9;16.2;20.5;2.1;16.79;14.1;4.06;20449
+78085;45.36432;2.22913;542;20220623;22.9;14.4;18.6;2.2;16.29;21.4;3.71;20155
+78085;45.36432;2.22913;542;20220624;20.2;14.6;17.4;2.3;14.75;3.7;3.06;15855
+78085;45.36432;2.22913;542;20220625;23.6;12.6;18.1;2.2;14.25;17.4;4.19;22908
+78085;45.36432;2.22913;542;20220626;17.1;13.4;15.3;1.7;15.12;25.6;2.15;12655
+78085;45.36432;2.22913;542;20220627;20;13.3;16.7;1.6;14.15;0;3.14;17595
+78085;45.36432;2.22913;542;20220628;23;10.3;16.6;1.9;12.09;0;4.3;24741
+78085;45.36432;2.22913;542;20220629;24.9;11;18;1.5;12.82;7.7;4.59;26047
+78085;45.36432;2.22913;542;20220630;13.6;14;13.8;1.7;14.05;6.2;.81;1736
+78085;45.36432;2.22913;542;20220701;20.6;8.7;14.7;1.5;11.25;0;3.81;23551
+78085;45.36432;2.22913;542;20220702;27.2;9.2;18.2;1.5;11.72;0;5.21;29320
+78085;45.36432;2.22913;542;20220703;27;14.5;20.7;1.8;14.45;1.6;4.75;24236
+78085;45.36432;2.22913;542;20220704;24.8;15;19.9;1.9;15.99;5.5;4.08;21187
+78085;45.36432;2.22913;542;20220705;25.9;13.8;19.9;2;14.32;0;4.59;23797
+78085;45.36432;2.22913;542;20220706;25.1;13.3;19.2;2.7;12.15;0;4.82;23287
+78085;45.36432;2.22913;542;20220707;24.2;11.6;17.9;2.7;12.69;.1;4.58;24181
+78085;45.36432;2.22913;542;20220708;25.8;13.5;19.7;3.4;13.09;0;5.07;23508
+78085;45.36432;2.22913;542;20220709;28;13.6;20.8;2.9;12.55;0;5.64;25636
+78085;45.36432;2.22913;542;20220710;28;14.6;21.3;3;13.22;0;5.51;24573
+78085;45.36432;2.22913;542;20220711;30;14.9;22.4;2.6;13.32;0;5.8;26050
+78085;45.36432;2.22913;542;20220712;30.5;16.1;23.3;2.4;13.35;0;5.83;25702
+78085;45.36432;2.22913;542;20220713;31.5;16;23.7;2;12.89;0;5.91;26700
+78085;45.36432;2.22913;542;20220714;31.9;17.8;24.9;2.1;14.25;0;5.86;25321
+78085;45.36432;2.22913;542;20220715;30.8;17;23.9;2.1;14.45;0;5.57;24925
+78085;45.36432;2.22913;542;20220716;31.2;15.1;23.1;2.5;13.29;0;6.02;26637
+78085;45.36432;2.22913;542;20220717;32.7;15.9;24.3;2.9;12.12;0;6.74;27298
+78085;45.36432;2.22913;542;20220718;36.3;19.2;27.8;2.4;13.15;0;7.1;27868
+78085;45.36432;2.22913;542;20220719;33.9;23.6;28.8;3;14.59;.3;6.52;21308
+78085;45.36432;2.22913;542;20220720;24.6;17;20.8;1.7;17.02;.6;3.57;17720
+78085;45.36432;2.22913;542;20220721;29.9;14.1;22;1.5;14.85;0;5.12;26305
+78085;45.36432;2.22913;542;20220722;28.8;16.9;22.9;2.3;15.82;0;5.04;22958
+78085;45.36432;2.22913;542;20220723;26.6;15.3;20.9;1.9;14.99;0;4.4;21756
+78085;45.36432;2.22913;542;20220724;33.6;14.5;24.1;1.5;14.15;0;5.88;28698
+78085;45.36432;2.22913;542;20220725;24.8;18.4;21.6;2.3;14.69;.2;3.91;16162
+78085;45.36432;2.22913;542;20220726;23.9;14.4;19.1;2.1;12.99;0;4.02;19828
+78085;45.36432;2.22913;542;20220727;25.5;11.9;18.7;2.1;11.85;0;4.59;23808
+78085;45.36432;2.22913;542;20220728;27.3;12.5;19.9;1.4;11.75;0;4.65;24887
+78085;45.36432;2.22913;542;20220729;24.6;15.6;20.1;1.3;14.29;.5;3.72;19228
+78085;45.36432;2.22913;542;20220730;28;15.4;21.7;1.5;14.79;0;4.47;22536
+78085;45.36432;2.22913;542;20220731;30.1;15.1;22.6;2;14.32;0;5.2;24499
+78085;45.36432;2.22913;542;20220801;30.5;16.6;23.5;2.3;13.82;0;5.38;23625
+78085;45.36432;2.22913;542;20220802;32;16.2;24.1;2.2;13.99;.1;5.71;25020
+78085;45.36432;2.22913;542;20220803;35.3;18.6;26.9;1.9;12.99;0;6.16;25822
+78085;45.36432;2.22913;542;20220804;35.2;22;28.6;2.1;14.19;0;5.95;22725
+78085;45.36432;2.22913;542;20220805;27.5;18.1;22.8;2;17.85;6.9;4.06;18778
+78085;45.36432;2.22913;542;20220806;29.6;17.4;23.5;2.6;14.25;0;5.16;21485
+78085;45.36432;2.22913;542;20220807;29.5;13.7;21.6;2.8;10.69;0;5.69;24457
+78085;45.36432;2.22913;542;20220808;31;13.9;22.5;2.9;10.19;0;6.11;25339
+78085;45.36432;2.22913;542;20220809;32.3;15.3;23.8;2.8;9.92;0;6.31;25094
+78085;45.36432;2.22913;542;20220810;33.7;17.3;25.5;2.5;9.82;0;6.27;24539
+78085;45.36432;2.22913;542;20220811;34.8;18.3;26.6;2.1;10.65;0;6.04;24551
+78085;45.36432;2.22913;542;20220812;34.8;18.4;26.6;2;11.49;0;5.92;24233
+78085;45.36432;2.22913;542;20220813;34.3;18.7;26.5;1.5;11.72;7.8;5.34;23558
+78085;45.36432;2.22913;542;20220814;21.1;18;19.6;2.6;16.99;7.1;2.43;10310
+78085;45.36432;2.22913;542;20220815;24.3;15;19.7;1.9;15.62;.6;3.44;17609
+78085;45.36432;2.22913;542;20220816;27.1;14.9;21;2.3;14.99;24.1;4.23;20271
+78085;45.36432;2.22913;542;20220817;23;13;18;2;15.25;.2;3.26;18315
+78085;45.36432;2.22913;542;20220818;21.6;13.1;17.4;1.5;14.75;3.3;2.9;16581
+78085;45.36432;2.22913;542;20220819;22.2;15;18.6;1.7;15.95;1.2;2.82;15008
+78085;45.36432;2.22913;542;20220820;25.3;15.1;20.2;1.8;16.29;.2;3.41;17650
+78085;45.36432;2.22913;542;20220821;23.9;12.9;18.4;2;15.12;.1;3.33;18567
+78085;45.36432;2.22913;542;20220822;23;16;19.5;1.3;16.29;.2;2.79;14587
+78085;45.36432;2.22913;542;20220823;27.7;15.2;21.4;1.4;17.05;.1;3.7;19362
+78085;45.36432;2.22913;542;20220824;31.5;16;23.8;1.6;15.12;0;4.56;21745
+78085;45.36432;2.22913;542;20220825;27.9;19;23.5;2.2;15.85;1.7;3.98;16385
+78085;45.36432;2.22913;542;20220826;26.5;16.3;21.4;2;16.79;.3;3.43;16563
+78085;45.36432;2.22913;542;20220827;26.4;13.6;20;1.9;14.75;0;3.68;19084
+78085;45.36432;2.22913;542;20220828;29;13.6;21.3;1.4;13.49;0;4.04;21026
+78085;45.36432;2.22913;542;20220829;31.7;16.6;24.1;2.1;13.35;1.7;4.81;20807
+78085;45.36432;2.22913;542;20220830;27.1;16.9;22;2.3;15.82;.4;3.62;16142
+78085;45.36432;2.22913;542;20220831;28.1;13.8;21;2.1;14.32;.9;4.04;19622
+78085;45.36432;2.22913;542;20220901;26;14.3;20.2;1.5;14.95;.7;3.36;17845
+78085;45.36432;2.22913;542;20220902;23.1;15.5;19.3;1.6;16.05;9.4;2.69;14078
+78085;45.36432;2.22913;542;20220903;24.2;15.2;19.7;2;15.25;.3;3.02;15130
+78085;45.36432;2.22913;542;20220904;30;15;22.5;2.6;14.75;.6;4.46;19673
+78085;45.36432;2.22913;542;20220905;29.8;17.8;23.8;3.7;16.75;25.2;4.66;17369
+78085;45.36432;2.22913;542;20220906;25.8;16;20.9;2.2;17.35;4.8;3.12;15507
+78085;45.36432;2.22913;542;20220907;23.3;14.8;19.1;1.6;15.62;.9;2.65;14191
+78085;45.36432;2.22913;542;20220908;19.9;12.1;16;2.3;13.39;.5;2.41;13488
+78085;45.36432;2.22913;542;20220909;20;13.2;16.6;2.2;13.35;.7;2.32;12221
+78085;45.36432;2.22913;542;20220910;20.7;11.9;16.3;1.4;12.55;.1;2.38;13908
+78085;45.36432;2.22913;542;20220911;26.9;10.3;18.6;1.8;11.39;0;3.57;19262
+78085;45.36432;2.22913;542;20220912;33.3;16.9;25.1;2.4;13.02;0;4.88;19172
+78085;45.36432;2.22913;542;20220913;27.5;20.1;23.8;3.2;18.55;7.6;3.45;12440
+78085;45.36432;2.22913;542;20220914;24.9;17.8;21.3;2.4;16.65;4.8;2.83;11887
+78085;45.36432;2.22913;542;20220915;23.2;14.9;19;1.8;15.42;.6;2.43;12785
+78085;45.36432;2.22913;542;20220916;19.4;14;16.7;1.9;13.42;0;2.01;9900
+78085;45.36432;2.22913;542;20220917;15.9;7.3;11.6;2.8;8.79;0;2.26;12820
+78085;45.36432;2.22913;542;20220918;20.7;4.9;12.8;2.2;7.45;0;3.01;17488
+78085;45.36432;2.22913;542;20220919;20.8;5.8;13.3;3;8.12;0;3.21;16799
+78085;45.36432;2.22913;542;20220920;20.7;6.4;13.5;2.5;7.99;0;2.99;16209
+78085;45.36432;2.22913;542;20220921;20.8;6.7;13.8;2.2;8.35;0;2.85;16019
+78085;45.36432;2.22913;542;20220922;22.4;8;15.2;1.5;9.05;0;2.7;16270
+78085;45.36432;2.22913;542;20220923;21.2;9.5;15.4;2;10.82;.8;2.49;14126
+78085;45.36432;2.22913;542;20220924;17.2;11;14.1;1.6;12.19;4.2;1.73;10169
+78085;45.36432;2.22913;542;20220925;14.7;10.1;12.4;1.5;11.85;2.9;1.31;8134
+78085;45.36432;2.22913;542;20220926;14.2;7.9;11.1;2.5;10.89;5.2;1.42;9885
+78085;45.36432;2.22913;542;20220927;11.6;9;10.3;3;11.32;10.9;.96;6233
+78085;45.36432;2.22913;542;20220928;14.4;10.6;12.5;4;13.25;15.6;1.07;7431
+78085;45.36432;2.22913;542;20220929;13.2;8.2;10.7;1.8;10.42;.7;1.29;8589
+78085;45.36432;2.22913;542;20220930;14.6;4.6;9.6;1.6;8.95;2.7;1.57;12148
+78085;45.36432;2.22913;542;20221001;16.1;7.5;11.8;2.9;12.82;14.6;1.33;11145
+78085;45.36432;2.22913;542;20221002;18.1;13;15.6;2.1;14.75;.1;1.47;8323
+78085;45.36432;2.22913;542;20221003;19.3;9.5;14.4;1.8;12.42;0;1.76;11440
+78085;45.36432;2.22913;542;20221004;21.6;8.1;14.8;1.5;11.85;.1;2.04;13591
+78085;45.36432;2.22913;542;20221005;23.1;11.2;17.2;3.1;12.65;0;2.65;12505
+78085;45.36432;2.22913;542;20221006;18.7;13.8;16.2;1.4;14.12;.2;1.37;7246
+78085;45.36432;2.22913;542;20221007;21.8;11.4;16.6;1.9;13.35;.4;1.96;11358
+78085;45.36432;2.22913;542;20221008;18.6;11.4;15;1.5;12.42;0;1.52;8939
+78085;45.36432;2.22913;542;20221009;21.8;8.4;15.1;2.1;11.19;0;2.17;12821
+78085;45.36432;2.22913;542;20221010;21.2;12;16.6;2.8;13.15;.2;2.06;10167
+78085;45.36432;2.22913;542;20221011;18.7;12.5;15.6;1.3;14.12;2.9;1.32;7778
+78085;45.36432;2.22913;542;20221012;20.7;13.2;16.9;1.2;13.75;.6;1.52;8893
+78085;45.36432;2.22913;542;20221013;15.3;10.8;13.1;1.6;13.19;9.6;1;6753
+78085;45.36432;2.22913;542;20221014;15.9;13.3;14.6;3.2;15.32;4.5;.87;4911
+78085;45.36432;2.22913;542;20221015;20.7;13.6;17.1;3;14.35;.2;1.79;8183
+78085;45.36432;2.22913;542;20221016;23.2;16.2;19.7;5;13.99;0;3.04;8314
+78085;45.36432;2.22913;542;20221017;20.9;17.4;19.1;6.1;14.82;.5;2.66;5532
+78085;45.36432;2.22913;542;20221018;24.8;15.4;20.1;3.2;14.82;0;2.51;9325
+78085;45.36432;2.22913;542;20221019;23.8;15;19.4;3.5;12.45;1.4;2.83;8996
+78085;45.36432;2.22913;542;20221020;21;15.8;18.4;5.6;15.72;7.4;2.13;6618
+78085;45.36432;2.22913;542;20221021;20.4;14.9;17.7;3;14.39;2.6;1.73;6693
+78085;45.36432;2.22913;542;20221022;21.8;11.5;16.7;2.8;12.29;.1;2.04;9232
+78085;45.36432;2.22913;542;20221023;20.6;15.8;18.2;5.1;13.02;2.2;2.6;6109
+78085;45.36432;2.22913;542;20221024;19.8;12.8;16.3;2.3;11.25;.1;1.76;7371
+78085;45.36432;2.22913;542;20221025;20.2;11.2;15.7;3.4;11.39;1.6;2.06;8235
+78085;45.36432;2.22913;542;20221026;22.3;12.8;17.6;2.4;12.52;.1;1.89;8356
+78085;45.36432;2.22913;542;20221027;24.4;14.4;19.4;4.3;12.89;0;2.96;8581
+78085;45.36432;2.22913;542;20221028;24.3;19.7;22;4.3;10.89;0;3.77;5407
+78085;45.36432;2.22913;542;20221029;24;16.3;20.1;4.4;8.12;0;4.07;7204
+78085;45.36432;2.22913;542;20221030;21.4;15.2;18.3;3.6;10.19;.1;2.71;6154
+78085;45.36432;2.22913;542;20221031;20.6;13.1;16.8;4.3;12.95;18.4;2.07;6919
+78085;45.36432;2.22913;542;20221101;14.5;11.1;12.8;2.3;12.15;.1;.9;4370
+78085;45.36432;2.22913;542;20221102;16.3;8.2;12.3;2;10.32;0;1.18;6887
+78085;45.36432;2.22913;542;20221103;14.6;9;11.8;4.8;10.15;9.9;1.45;5611
+78085;45.36432;2.22913;542;20221104;7.7;6.9;7.3;4;9.32;9.4;.5;1351
+78085;45.36432;2.22913;542;20221105;10.4;1.2;5.8;1.5;7.49;0;.69;7038
+78085;45.36432;2.22913;542;20221106;13.9;2.8;8.4;2.7;7.22;.1;1.22;7683
+78085;45.36432;2.22913;542;20221107;16.6;7.5;12.1;3.6;9.75;0;1.54;6706
+78085;45.36432;2.22913;542;20221108;17.4;11.8;14.6;6;10.72;8.3;2.27;5216
+78085;45.36432;2.22913;542;20221109;13.5;11.4;12.4;1.9;12.12;10.5;.74;2807
+78085;45.36432;2.22913;542;20221110;13.1;7.5;10.3;1.4;10.15;0;.71;5071
+78085;45.36432;2.22913;542;20221111;19.7;6.2;12.9;2.6;10.25;.1;1.41;8146
+78085;45.36432;2.22913;542;20221112;20.8;9.4;15.1;2.1;10.09;0;1.54;7326
+78085;45.36432;2.22913;542;20221113;19.4;10.2;14.8;2;9.32;0;1.49;6381
+78085;45.36432;2.22913;542;20221114;13.9;11.7;12.8;4.4;10.85;7.6;1.36;2718
+78085;45.36432;2.22913;542;20221115;15.1;8.6;11.9;4.1;11.39;7.1;1;5037
+78085;45.36432;2.22913;542;20221116;12.8;8.4;10.6;4;10.72;5.7;.8;3918
+78085;45.36432;2.22913;542;20221117;13.2;10.3;11.8;4.7;10.95;12.7;1.01;2865
+78085;45.36432;2.22913;542;20221118;9.3;6.4;7.9;2.1;9.05;1.7;.59;3053
+78085;45.36432;2.22913;542;20221119;8;4.5;6.3;1.4;7.99;.5;.49;3339
+78085;45.36432;2.22913;542;20221120;6.7;.9;3.8;1.9;7.35;1.3;.37;4472
+78085;45.36432;2.22913;542;20221121;8.2;3.9;6.1;3.5;8.12;9.7;.58;3655
+78085;45.36432;2.22913;542;20221122;6.9;3.5;5.2;3.3;8.02;10.4;.45;3235
+78085;45.36432;2.22913;542;20221123;10.3;5.3;7.8;3.6;9.25;6.7;.58;3910
+78085;45.36432;2.22913;542;20221124;10.5;6.5;8.5;2.5;9.42;1.7;.58;3385
+78085;45.36432;2.22913;542;20221125;8.6;8;8.3;1.9;9.39;3.7;.58;942
+78085;45.36432;2.22913;542;20221126;9;3.2;6.1;1.6;7.65;0;.51;4070
+78085;45.36432;2.22913;542;20221127;13.5;4.7;9.1;3.4;5.22;7.6;1.83;5249
+78085;45.36432;2.22913;542;20221128;8.5;7.3;7.9;3.3;9.09;3.6;.63;1464
+78085;45.36432;2.22913;542;20221129;6.9;3.8;5.3;1.6;7.82;.2;.41;2751
+78085;45.36432;2.22913;542;20221130;8.3;.6;4.4;2.3;6.92;.1;.52;4456
+78085;45.36432;2.22913;542;20221201;6.5;2.2;4.3;2.7;6.65;0;.6;2766
+78085;45.36432;2.22913;542;20221202;2.8;1.8;2.3;1.8;5.95;1.3;.48;1088
+78085;45.36432;2.22913;542;20221203;5.2;.9;3;1.2;6.59;4;.32;3196
+78085;45.36432;2.22913;542;20221204;3.8;2.2;3;1.2;6.95;2.3;.33;1571
+78085;45.36432;2.22913;542;20221205;8.2;-.7;3.8;1.8;5.79;0;.56;4799
+78085;45.36432;2.22913;542;20221206;9.4;-1.7;3.9;1.5;4.75;0;.62;5319
+78085;45.36432;2.22913;542;20221207;5.7;-2.2;1.8;2;5.09;0;.51;4088
+78085;45.36432;2.22913;542;20221208;7.1;-3;2;1.4;5.25;.4;.41;5063
+78085;45.36432;2.22913;542;20221209;5.5;3.6;4.5;1.6;7.25;.5;.39;1724
+78085;45.36432;2.22913;542;20221210;0;-1.4;-.7;2.6;4.72;0;.43;1465
+78085;45.36432;2.22913;542;20221211;4.8;-8;-1.6;1.7;3.32;0;.52;5666
+78085;45.36432;2.22913;542;20221212;3.5;-2.9;.3;1.9;3.92;13.6;.59;3832
+78085;45.36432;2.22913;542;20221213;7.5;.6;4.1;2.9;8.42;3.3;.1;3991
+78085;45.36432;2.22913;542;20221214;10.2;7.2;8.7;3.3;10.35;3.3;.38;2441
+78085;45.36432;2.22913;542;20221215;7.2;4.7;6;2.4;8.32;4.6;.4;1776
+78085;45.36432;2.22913;542;20221216;2.8;1.9;2.3;3.1;6.12;0;.45;1073
+78085;45.36432;2.22913;542;20221217;5.3;-4.8;.3;1.7;3.65;0;.55;4858
+78085;45.36432;2.22913;542;20221218;9.7;-.5;4.6;4.9;4.79;0;1.48;4971
+78085;45.36432;2.22913;542;20221219;14.3;8.4;11.3;7.8;8.75;0;2.03;3546
+78085;45.36432;2.22913;542;20221220;13.7;11;12.3;6.5;9.69;5.4;1.81;2240
+78085;45.36432;2.22913;542;20221221;10.9;9;9.9;3.5;10.85;2.6;.53;1682
+78085;45.36432;2.22913;542;20221222;11.6;9.6;10.6;4.6;11.62;17.1;.54;1810
+78085;45.36432;2.22913;542;20221223;13.4;11;12.2;3.7;12.92;4.2;.52;1987
+78085;45.36432;2.22913;542;20221224;13.7;9.8;11.8;2.4;10.95;.3;.71;2765
+78085;45.36432;2.22913;542;20221225;16.4;7.4;11.9;3.3;8.75;0;1.3;4509
+78085;45.36432;2.22913;542;20221226;11;9;10;2.3;9.82;3;.71;1866
+78085;45.36432;2.22913;542;20221227;10.3;4.3;7.3;1.8;8.65;0;.42;3590
+78085;45.36432;2.22913;542;20221228;13.4;5;9.2;4;8.95;.5;.89;4392
+78085;45.36432;2.22913;542;20221229;9.8;8.4;9.1;4.2;9.35;18.4;.8;1394
+78085;45.36432;2.22913;542;20221230;12.2;6.6;9.4;5;10.05;4.2;.68;3533
+78085;45.36432;2.22913;542;20221231;17.4;11.9;14.7;5.1;10.25;0;1.99;3483
+78086;45.38729;2.54653;602;20220101;19.5;7.5;13.5;2;6.01;0;1.47;5456
+78086;45.38729;2.54653;602;20220102;14.1;6.2;10.1;2.9;7.48;.1;1.34;3991
+78086;45.38729;2.54653;602;20220103;10.2;6.9;8.6;3.3;9.78;.4;.57;2091
+78086;45.38729;2.54653;602;20220104;14.2;9.2;11.7;4.9;8.44;6.6;1.82;3374
+78086;45.38729;2.54653;602;20220105;2.2;-.3;.9;3.6;5.54;0;.46;2159
+78086;45.38729;2.54653;602;20220106;3.3;-1;1.1;2.5;4.92;.2;.53;4433
+78086;45.38729;2.54653;602;20220107;1.1;-3.9;-1.4;2.7;5.58;6.3;.2;2792
+78086;45.38729;2.54653;602;20220108;6.7;1;3.9;5.7;8.05;15.2;.16;2874
+78086;45.38729;2.54653;602;20220109;4.3;2.6;3.4;4.3;7.08;7.3;.43;1612
+78086;45.38729;2.54653;602;20220110;5.1;2.2;3.6;2.2;6.52;.5;.49;2524
+78086;45.38729;2.54653;602;20220111;6.1;-3.4;1.4;2.5;4.72;0;.56;6007
+78086;45.38729;2.54653;602;20220112;5.3;-4.5;.4;2.9;4.32;0;.67;5876
+78086;45.38729;2.54653;602;20220113;8;-3.2;2.4;2.4;4.12;0;.76;5939
+78086;45.38729;2.54653;602;20220114;12.3;-3.1;4.6;1.6;3.52;0;.93;7272
+78086;45.38729;2.54653;602;20220115;10.5;-1.7;4.4;1.7;3.68;0;.91;6632
+78086;45.38729;2.54653;602;20220116;7.3;-4.8;1.2;1.9;4.32;0;.66;7051
+78086;45.38729;2.54653;602;20220117;8;-2.9;2.5;2.7;5.55;0;.61;6040
+78086;45.38729;2.54653;602;20220118;7.3;-1.9;2.7;2.6;5.35;0;.53;5615
+78086;45.38729;2.54653;602;20220119;.8;-3.2;-1.2;2.6;5.62;.7;.22;2472
+78086;45.38729;2.54653;602;20220120;3.5;-1;1.2;2.6;5.68;0;.49;3878
+78086;45.38729;2.54653;602;20220121;3.1;-2.3;.4;4.1;4.21;0;.85;5262
+78086;45.38729;2.54653;602;20220122;4.5;-4.5;0;2.7;4.45;0;.66;6346
+78086;45.38729;2.54653;602;20220123;11.4;-2.9;4.2;2.3;5.01;0;1.09;7824
+78086;45.38729;2.54653;602;20220124;14.4;-1.5;6.5;1.7;4.15;0;1.18;8306
+78086;45.38729;2.54653;602;20220125;11.8;-.8;5.5;1.5;4.68;0;.91;7689
+78086;45.38729;2.54653;602;20220126;12.5;-2.8;4.8;1.6;4.68;0;.95;8421
+78086;45.38729;2.54653;602;20220127;11.8;-1.2;5.3;1.6;4.14;0;1.07;7441
+78086;45.38729;2.54653;602;20220128;9.5;-3.7;2.9;1.9;5.28;0;.77;8085
+78086;45.38729;2.54653;602;20220129;7.8;-4.1;1.9;1.6;5.51;0;.57;7087
+78086;45.38729;2.54653;602;20220130;9.8;.2;5;2.2;6.65;0;.75;6375
+78086;45.38729;2.54653;602;20220131;5.3;-.5;2.4;4.1;6.52;1.8;.53;3232
+78086;45.38729;2.54653;602;20220201;2.6;-1.5;.5;3.1;5.62;2.6;.5;4165
+78086;45.38729;2.54653;602;20220202;7.9;2.3;5.1;2.4;5.55;.2;1.19;4910
+78086;45.38729;2.54653;602;20220203;13;-2.7;5.2;2.4;5.95;.1;1.34;8484
+78086;45.38729;2.54653;602;20220204;6.3;2.4;4.3;2.5;7.15;3.4;.65;3475
+78086;45.38729;2.54653;602;20220205;8.4;2.9;5.6;2.1;6.48;.1;.84;6733
+78086;45.38729;2.54653;602;20220206;4.8;-2.2;1.3;4.3;7.08;6.5;.19;4839
+78086;45.38729;2.54653;602;20220207;8.5;4.6;6.5;3.6;6.95;.1;1.07;5196
+78086;45.38729;2.54653;602;20220208;14.3;-2.7;5.8;2.3;5.18;0;1.44;10403
+78086;45.38729;2.54653;602;20220209;14.4;.2;7.3;2.6;5.68;0;1.6;9897
+78086;45.38729;2.54653;602;20220210;11.2;3.2;7.2;2.8;7.39;1.9;1.65;10250
+78086;45.38729;2.54653;602;20220211;9;4.4;6.7;2.7;6.72;0;1.2;9775
+78086;45.38729;2.54653;602;20220212;9.1;-4.9;2.1;2.7;5.13;0;1.1;7566
+78086;45.38729;2.54653;602;20220213;10.9;3.5;7.2;6.6;7.71;7;1.47;9400
+78086;45.38729;2.54653;602;20220214;8.4;6.2;7.3;4.1;8.27;6.7;1.18;5100
+78086;45.38729;2.54653;602;20220215;6.1;2.2;4.2;3.7;7.59;9.3;.77;5775
+78086;45.38729;2.54653;602;20220216;10;4.4;7.2;4.7;10.02;11;.43;5041
+78086;45.38729;2.54653;602;20220217;10.8;8.8;9.8;4.1;11.41;4.8;.67;3530
+78086;45.38729;2.54653;602;20220218;13.8;8.1;10.9;4.1;9.82;2.2;1.42;7014
+78086;45.38729;2.54653;602;20220219;7.4;1.4;4.4;2.8;6.05;0;1.04;7623
+78086;45.38729;2.54653;602;20220220;7;.4;3.7;3.7;7.78;6.1;.51;5719
+78086;45.38729;2.54653;602;20220221;6.9;6;6.4;6.4;7.78;5;.93;3396
+78086;45.38729;2.54653;602;20220222;7.2;3.2;5.2;3;7.98;.7;.71;5955
+78086;45.38729;2.54653;602;20220223;13;4.6;8.8;2.1;8.08;0;1.27;9667
+78086;45.38729;2.54653;602;20220224;12;3.7;7.9;3.4;7.45;.8;1.47;9050
+78086;45.38729;2.54653;602;20220225;7.4;.4;3.9;3;5.52;0;1.23;10394
+78086;45.38729;2.54653;602;20220226;10.6;-3;3.8;4.1;4.38;0;1.91;12442
+78086;45.38729;2.54653;602;20220227;12.3;-1.8;5.3;2.2;4.58;0;1.72;13353
+78086;45.38729;2.54653;602;20220228;13.1;.4;6.8;2.4;5.45;0;1.77;12592
+78086;45.38729;2.54653;602;20220301;14.1;-3.3;5.4;2.3;5.35;0;1.8;14106
+78086;45.38729;2.54653;602;20220302;9.7;2.9;6.3;2.5;7.55;1.7;1.06;6589
+78086;45.38729;2.54653;602;20220303;11.8;6.4;9.1;1.4;9.25;.2;1.04;7549
+78086;45.38729;2.54653;602;20220304;12;3.5;7.8;2.6;8.55;0;1.18;8329
+78086;45.38729;2.54653;602;20220305;10;3.7;6.8;2.6;6.82;0;1.39;9857
+78086;45.38729;2.54653;602;20220306;8.7;-4.2;2.2;2.5;4.25;0;1.53;13899
+78086;45.38729;2.54653;602;20220307;9.2;-3.9;2.7;2.6;4.22;0;1.65;14168
+78086;45.38729;2.54653;602;20220308;12.9;-.9;6;2.9;5.72;0;1.92;14410
+78086;45.38729;2.54653;602;20220309;12.3;3.7;8;3.3;7.12;0;1.79;11301
+78086;45.38729;2.54653;602;20220310;13.1;4.4;8.7;3.7;7.45;.5;1.89;11552
+78086;45.38729;2.54653;602;20220311;10.3;6.6;8.4;6.6;7.72;9.3;1.76;7317
+78086;45.38729;2.54653;602;20220312;7.2;4.9;6;5.1;7.48;6.6;1.07;4587
+78086;45.38729;2.54653;602;20220313;7.7;5.9;6.8;5.6;6.58;9.5;1.64;4170
+78086;45.38729;2.54653;602;20220314;10.7;-1.4;4.6;4.7;7.32;3;1.3;11698
+78086;45.38729;2.54653;602;20220315;14.6;8.4;11.5;6.2;9.28;0;2.31;10640
+78086;45.38729;2.54653;602;20220316;16.2;7.1;11.7;2.5;9.32;0;1.96;10990
+78086;45.38729;2.54653;602;20220317;11.4;7.5;9.4;3;9.18;0;1.11;4176
+78086;45.38729;2.54653;602;20220318;11.2;5;8.1;3;8.37;.1;1.37;6425
+78086;45.38729;2.54653;602;20220319;15.2;5.9;10.5;2.9;8.09;0;2.45;14575
+78086;45.38729;2.54653;602;20220320;12;4;8;6.1;7.47;.1;2.22;7625
+78086;45.38729;2.54653;602;20220321;12.7;6.5;9.6;6.8;7.14;0;3;12925
+78086;45.38729;2.54653;602;20220322;13.5;1.9;7.7;6.7;5.02;0;3.66;19150
+78086;45.38729;2.54653;602;20220323;15.1;1.4;8.3;4.6;4.42;0;3.63;19675
+78086;45.38729;2.54653;602;20220324;17.7;2;9.8;3.3;4.77;0;3.57;18643
+78086;45.38729;2.54653;602;20220325;18.2;2.8;10.5;2.9;4.87;0;3.54;18425
+78086;45.38729;2.54653;602;20220326;18.5;-1.1;8.7;3;5.69;0;3.38;20050
+78086;45.38729;2.54653;602;20220327;19.4;1;10.2;3.3;6.09;0;3.72;19550
+78086;45.38729;2.54653;602;20220328;19.2;4.4;11.8;4.4;5.84;0;4.24;17775
+78086;45.38729;2.54653;602;20220329;17.3;7.4;12.4;3;7.44;2.9;2.92;11300
+78086;45.38729;2.54653;602;20220330;10.5;6.7;8.6;2;10.09;5;1.17;6425
+78086;45.38729;2.54653;602;20220331;9.7;5.5;7.6;4;8.17;5.7;1.66;8475
+78086;45.38729;2.54653;602;20220401;3.2;-2;.6;4.4;5.46;5.6;1.39;10733
+78086;45.38729;2.54653;602;20220402;3.2;-2.2;.5;3.7;4.97;.8;1.45;10233
+78086;45.38729;2.54653;602;20220403;2;-2.9;-.5;3.6;4.84;0;1.12;6566
+78086;45.38729;2.54653;602;20220404;8.8;-3.5;2.6;1.5;4.8;0;2.36;22666
+78086;45.38729;2.54653;602;20220405;12.8;-4.2;4.3;2.2;6.21;0;2.25;20400
+78086;45.38729;2.54653;602;20220406;10.3;1.4;5.8;2.8;9.14;3;1.2;7500
+78086;45.38729;2.54653;602;20220407;11;7.1;9.1;5.4;10.47;24.8;1.34;5050
+78086;45.38729;2.54653;602;20220408;14.4;9.3;11.8;7.3;9.94;6.6;2.92;10100
+78086;45.38729;2.54653;602;20220409;9.7;2.1;5.9;3.1;5.81;.3;2.22;15700
+78086;45.38729;2.54653;602;20220410;16.3;-3.7;6.3;2.8;5.42;0;3.36;24075
+78086;45.38729;2.54653;602;20220411;16;4.4;10.2;7.3;8.09;0;3.77;20250
+78086;45.38729;2.54653;602;20220412;16.4;9.6;13;6.2;7.69;0;3.91;12525
+78086;45.38729;2.54653;602;20220413;16.4;6.3;11.4;1.7;8.74;0;2.25;11050
+78086;45.38729;2.54653;602;20220414;20.8;2.3;11.6;2.2;10.24;0;3.34;21925
+78086;45.38729;2.54653;602;20220415;21.7;4.1;12.9;2.2;10.39;0;3.6;23300
+78086;45.38729;2.54653;602;20220416;21.6;3.6;12.6;2.8;9.04;0;3.87;22950
+78086;45.38729;2.54653;602;20220417;20.5;.7;10.6;2.6;7.37;0;3.99;25525
+78086;45.38729;2.54653;602;20220418;18;2.7;10.4;2.4;8.24;0;3.36;22350
+78086;45.38729;2.54653;602;20220419;16.9;3.3;10.1;2.3;9.47;.4;2.73;18500
+78086;45.38729;2.54653;602;20220420;13.7;7.7;10.7;1.6;10.49;7.4;1.54;7450
+78086;45.38729;2.54653;602;20220421;15.1;7.3;11.2;1.9;10.69;1.5;2.12;11850
+78086;45.38729;2.54653;602;20220422;18.6;5;11.8;2;9.97;.9;3.13;20475
+78086;45.38729;2.54653;602;20220423;15;8.8;11.9;4.4;9.97;17.1;2.49;9150
+78086;45.38729;2.54653;602;20220424;11.9;4.8;8.3;3.2;10.32;11.5;1.26;5625
+78086;45.38729;2.54653;602;20220425;14.3;6.7;10.5;2;9.82;.1;2.26;13200
+78086;45.38729;2.54653;602;20220426;18.4;2.4;10.4;2;9.09;0;3.55;25275
+78086;45.38729;2.54653;602;20220427;21.2;4.8;13;2.3;9.29;0;3.94;25300
+78086;45.38729;2.54653;602;20220428;21.2;7;14.1;2.2;11.04;0;3.71;22475
+78086;45.38729;2.54653;602;20220429;19.9;7.6;13.7;2.2;11.84;.6;2.67;13925
+78086;45.38729;2.54653;602;20220430;18.7;6.2;12.4;2.2;9.99;0;3.57;23375
+78086;45.38729;2.54653;602;20220501;17.8;1.8;9.8;1.8;8.17;0;3.57;25850
+78086;45.38729;2.54653;602;20220502;18.7;3.9;11.3;1.9;8.77;0;3.58;23575
+78086;45.38729;2.54653;602;20220503;18;7.1;12.6;1.5;10.72;1.6;2.64;15275
+78086;45.38729;2.54653;602;20220504;17.1;7;12;1.7;11.44;4.1;2.55;15675
+78086;45.38729;2.54653;602;20220505;17.2;5.9;11.5;2.7;9.89;.3;3.19;19900
+78086;45.38729;2.54653;602;20220506;17.5;6.6;12;2.9;9.75;0;2.96;17639
+78086;45.38729;2.54653;602;20220507;19.5;6.9;13.2;2.7;9.72;2;3.73;22781
+78086;45.38729;2.54653;602;20220508;20.9;8.1;14.5;2.5;10.42;0;3.77;21897
+78086;45.38729;2.54653;602;20220509;23.2;7.1;15.1;1.6;10.32;0;4.11;25002
+78086;45.38729;2.54653;602;20220510;24.2;9;16.6;2;10.72;0;4.44;24791
+78086;45.38729;2.54653;602;20220511;26.4;11.9;19.2;3.5;10.88;0;5.47;24820
+78086;45.38729;2.54653;602;20220512;22.3;12.3;17.3;2.2;13.65;2.4;3.36;17630
+78086;45.38729;2.54653;602;20220513;22.3;12.6;17.5;1.5;13.75;.3;3.63;20699
+78086;45.38729;2.54653;602;20220514;25.9;10.9;18.4;2;13.72;0;4.41;24002
+78086;45.38729;2.54653;602;20220515;25.5;15.2;20.3;3.3;12.98;1.7;5.03;22674
+78086;45.38729;2.54653;602;20220516;24.9;12.3;18.6;2.2;13.38;0;4.38;23061
+78086;45.38729;2.54653;602;20220517;27.9;11.1;19.5;1.5;13.12;0;4.82;25965
+78086;45.38729;2.54653;602;20220518;28.9;13.5;21.2;2.3;14.88;.2;5.1;24817
+78086;45.38729;2.54653;602;20220519;27.2;17;22.1;3.4;13.88;.1;5.27;21351
+78086;45.38729;2.54653;602;20220520;28.2;18.7;23.5;3.7;12.65;0;6.01;22426
+78086;45.38729;2.54653;602;20220521;30.9;14;22.5;1.8;16.15;0;5.23;25843
+78086;45.38729;2.54653;602;20220522;30.1;16.7;23.4;1.5;17.38;1;4.64;21882
+78086;45.38729;2.54653;602;20220523;16.6;15.2;15.9;3.4;14.85;11.3;1.66;5941
+78086;45.38729;2.54653;602;20220524;16.2;9.1;12.6;2.7;10.68;.5;2.99;18740
+78086;45.38729;2.54653;602;20220525;16.6;5.1;10.9;2.1;9.68;0;3.18;22320
+78086;45.38729;2.54653;602;20220526;18;7.3;12.7;2;10.82;0;3.32;21885
+78086;45.38729;2.54653;602;20220527;23.6;8.2;15.9;2.4;11.95;0;4.36;25002
+78086;45.38729;2.54653;602;20220528;22;9.2;15.6;2.9;10.38;0;4.48;24455
+78086;45.38729;2.54653;602;20220529;19.5;6;12.8;2.4;7.82;0;4.18;24914
+78086;45.38729;2.54653;602;20220530;21.1;5.5;13.3;2.4;7.68;.1;4.51;26534
+78086;45.38729;2.54653;602;20220531;20.5;10.2;15.4;2.1;9.72;2.1;3.77;19637
+78086;45.38729;2.54653;602;20220601;26;9.3;17.6;2.1;11.85;4.4;4.76;25425
+78086;45.38729;2.54653;602;20220602;26.8;13.8;20.3;2.5;14.92;8;4.79;23141
+78086;45.38729;2.54653;602;20220603;28.1;14.1;21.1;2.6;14.75;14.1;5.22;24620
+78086;45.38729;2.54653;602;20220604;27.4;12.1;19.7;2.7;16.32;21;4.88;25452
+78086;45.38729;2.54653;602;20220605;20.1;13.2;16.6;2.8;15.28;.8;2.96;17005
+78086;45.38729;2.54653;602;20220606;22;10.4;16.2;1.8;14.05;.3;3.7;22110
+78086;45.38729;2.54653;602;20220607;19.8;12.7;16.3;2.5;12.92;2.2;3.42;18697
+78086;45.38729;2.54653;602;20220608;16.5;11.5;14;3.2;12.95;8.4;2.28;11913
+78086;45.38729;2.54653;602;20220609;17.4;10.5;13.9;3;11.72;.1;2.99;17411
+78086;45.38729;2.54653;602;20220610;25;8.5;16.8;1.7;12.15;.1;4.75;27690
+78086;45.38729;2.54653;602;20220611;28.3;9.3;18.8;1.5;12.58;0;5.29;29184
+78086;45.38729;2.54653;602;20220612;27.2;14.2;20.7;1.3;15.18;.4;4.52;23232
+78086;45.38729;2.54653;602;20220613;26.5;14.4;20.5;2.3;15.35;0;4.86;24858
+78086;45.38729;2.54653;602;20220614;30.2;12.6;21.4;2.6;13.48;.5;6.02;28783
+78086;45.38729;2.54653;602;20220615;30.3;18.4;24.3;2.6;16.45;0;5.71;24429
+78086;45.38729;2.54653;602;20220616;31.4;16.5;24;2.1;16.75;0;5.6;25428
+78086;45.38729;2.54653;602;20220617;34;15.7;24.8;2.2;14.25;0;6.5;28017
+78086;45.38729;2.54653;602;20220618;34.7;18.6;26.6;3.3;12.55;0;7.79;28876
+78086;45.38729;2.54653;602;20220619;31.4;22.7;27;5.8;12.62;0;8.38;24034
+78086;45.38729;2.54653;602;20220620;29.5;18.2;23.8;3.3;14.88;.8;5.98;24534
+78086;45.38729;2.54653;602;20220621;27.6;17;22.3;2.5;17.65;4.5;4.65;21827
+78086;45.38729;2.54653;602;20220622;25;16;20.5;2.5;16.95;14;4.34;21867
+78086;45.38729;2.54653;602;20220623;23.1;13.7;18.4;2.2;16.25;18.3;3.66;19569
+78086;45.38729;2.54653;602;20220624;20.5;14.3;17.4;2.5;14.68;4.4;3.15;16120
+78086;45.38729;2.54653;602;20220625;24.1;11.7;17.9;2.4;13.98;22.5;4.19;22111
+78086;45.38729;2.54653;602;20220626;17.1;13.5;15.3;2.1;15.25;45.1;1.67;8934
+78086;45.38729;2.54653;602;20220627;19.4;13.3;16.4;1.7;14.28;.6;2.74;14655
+78086;45.38729;2.54653;602;20220628;22.7;9.7;16.2;1.9;12.18;0;4.43;26489
+78086;45.38729;2.54653;602;20220629;25.2;9.4;17.3;1.6;12.98;3.7;4.8;27788
+78086;45.38729;2.54653;602;20220630;15.1;13.5;14.3;2;14.05;6.4;1.31;5411
+78086;45.38729;2.54653;602;20220701;20.5;9.7;15.1;1.9;11.28;0;4.1;25281
+78086;45.38729;2.54653;602;20220702;27.5;8;17.7;1.7;11.35;0;5.33;29516
+78086;45.38729;2.54653;602;20220703;26.8;13.1;20;1.6;14.55;1.5;4.76;25199
+78086;45.38729;2.54653;602;20220704;25.1;14.8;20;1.7;16.08;3.1;3.97;20570
+78086;45.38729;2.54653;602;20220705;25.4;13.3;19.4;1.7;14.42;0;4.67;25448
+78086;45.38729;2.54653;602;20220706;24.9;11.8;18.4;2.3;12.08;0;4.78;24632
+78086;45.38729;2.54653;602;20220707;23.8;9.7;16.8;2.7;12.62;0;4.55;25512
+78086;45.38729;2.54653;602;20220708;26.1;11.4;18.8;3;12.88;0;5.07;25732
+78086;45.38729;2.54653;602;20220709;28.1;12;20;2.8;12.08;0;5.59;26158
+78086;45.38729;2.54653;602;20220710;27.6;13;20.3;3;12.85;0;5.37;24869
+78086;45.38729;2.54653;602;20220711;29.2;14.4;21.8;3.6;12.95;0;6.1;26473
+78086;45.38729;2.54653;602;20220712;30.1;16.2;23.2;2.5;13.25;0;5.85;25877
+78086;45.38729;2.54653;602;20220713;31.2;15.2;23.2;1.8;12.45;0;5.84;27483
+78086;45.38729;2.54653;602;20220714;31.8;15.7;23.7;2.1;13.95;0;6.03;27230
+78086;45.38729;2.54653;602;20220715;30.4;15.2;22.8;2;14.12;0;5.48;25649
+78086;45.38729;2.54653;602;20220716;31;14.6;22.8;3;12.22;0;6.24;26374
+78086;45.38729;2.54653;602;20220717;31.9;15.7;23.8;3.5;11.62;0;6.92;26838
+78086;45.38729;2.54653;602;20220718;35.8;17.7;26.7;2.8;12.95;.4;7.26;27836
+78086;45.38729;2.54653;602;20220719;34.1;23.2;28.7;3.5;13.55;1.1;7.23;22797
+78086;45.38729;2.54653;602;20220720;24.4;16.7;20.5;2;15.98;.8;3.57;16437
+78086;45.38729;2.54653;602;20220721;29.9;12.5;21.2;1.7;14.52;0;5.25;26871
+78086;45.38729;2.54653;602;20220722;29.9;15.3;22.6;2.7;15.55;0;5.5;24107
+78086;45.38729;2.54653;602;20220723;26.3;15.2;20.7;2.4;14.95;0;4.71;23295
+78086;45.38729;2.54653;602;20220724;33.2;13.6;23.4;1.8;13.82;0;5.91;27820
+78086;45.38729;2.54653;602;20220725;24.5;17.7;21.1;3.1;14.58;.3;4.32;17600
+78086;45.38729;2.54653;602;20220726;24;14.1;19.1;2.5;12.95;0;4.49;22970
+78086;45.38729;2.54653;602;20220727;25.3;10.1;17.7;1.8;11.62;0;4.54;24974
+78086;45.38729;2.54653;602;20220728;27.3;10.8;19.1;1.8;11.62;0;4.77;24721
+78086;45.38729;2.54653;602;20220729;24.3;14.8;19.5;1.4;14.02;1.4;3.5;17590
+78086;45.38729;2.54653;602;20220730;27.9;14.1;21;1.6;14.52;0;4.62;23625
+78086;45.38729;2.54653;602;20220731;29.9;13.7;21.8;1.9;13.65;0;5.17;25157
+78086;45.38729;2.54653;602;20220801;30.8;14.5;22.6;2.1;13.75;0;5.41;25034
+78086;45.38729;2.54653;602;20220802;32.1;14;23;1.9;13.85;.3;5.56;25863
+78086;45.38729;2.54653;602;20220803;34.6;17.4;26;2;12.95;0;6.12;26160
+78086;45.38729;2.54653;602;20220804;35.1;20.5;27.8;2.2;13.65;0;6.17;23778
+78086;45.38729;2.54653;602;20220805;28.3;18.8;23.6;2.3;17.42;6.9;4.44;19613
+78086;45.38729;2.54653;602;20220806;30;16.6;23.3;2.4;14.38;0;5.19;22915
+78086;45.38729;2.54653;602;20220807;29.7;13;21.4;2.6;10.82;0;5.61;24849
+78086;45.38729;2.54653;602;20220808;30.9;13.2;22.1;2.8;10.08;0;5.94;24777
+78086;45.38729;2.54653;602;20220809;32;15.7;23.9;2.6;9.65;0;6.04;23761
+78086;45.38729;2.54653;602;20220810;33.4;17.7;25.5;2.9;9.62;0;6.57;24100
+78086;45.38729;2.54653;602;20220811;34.4;16.9;25.6;2.5;10.62;0;6.29;24584
+78086;45.38729;2.54653;602;20220812;34.4;16.6;25.5;2.1;11.25;0;5.87;24476
+78086;45.38729;2.54653;602;20220813;33.8;16.7;25.3;1.7;11.08;5.9;5.42;23825
+78086;45.38729;2.54653;602;20220814;21.6;17.5;19.6;3.6;16.38;6.1;2.99;12797
+78086;45.38729;2.54653;602;20220815;24.2;14.5;19.3;2.4;14.98;.6;3.41;16418
+78086;45.38729;2.54653;602;20220816;29.1;13.5;21.3;2.4;14.58;27.3;4.44;19632
+78086;45.38729;2.54653;602;20220817;22.5;12.8;17.7;2.3;15.25;.8;3.03;16520
+78086;45.38729;2.54653;602;20220818;21.2;12.1;16.7;2;15.15;7.4;2.75;15749
+78086;45.38729;2.54653;602;20220819;21.4;14.5;18;2.5;15.85;.9;2.7;14178
+78086;45.38729;2.54653;602;20220820;25.2;14.3;19.8;2;16.18;.2;3.58;18939
+78086;45.38729;2.54653;602;20220821;24;11.4;17.7;1.7;14.92;.1;3.3;19129
+78086;45.38729;2.54653;602;20220822;22.8;15.6;19.2;1.6;16.25;.2;2.75;14392
+78086;45.38729;2.54653;602;20220823;27.5;15;21.2;1.3;16.85;.1;3.58;18813
+78086;45.38729;2.54653;602;20220824;30.9;15;22.9;1.8;14.78;0;4.58;21770
+78086;45.38729;2.54653;602;20220825;27.9;17.3;22.6;2.5;15.42;2.2;4.19;18096
+78086;45.38729;2.54653;602;20220826;26.2;15.2;20.7;2.3;16.78;.4;3.58;17943
+78086;45.38729;2.54653;602;20220827;26.2;12.7;19.5;2;14.78;.1;3.69;19405
+78086;45.38729;2.54653;602;20220828;28.6;13;20.8;2.1;13.28;0;4.27;21251
+78086;45.38729;2.54653;602;20220829;31.1;14.1;22.6;2.1;13.05;.7;4.52;19400
+78086;45.38729;2.54653;602;20220830;25.7;15.5;20.6;2.1;15.55;.7;3.14;14340
+78086;45.38729;2.54653;602;20220831;28;11.9;20;2.1;14.05;.5;3.93;19391
+78086;45.38729;2.54653;602;20220901;26.5;12.8;19.7;1.3;14.45;1.3;3.46;19321
+78086;45.38729;2.54653;602;20220902;23.1;14;18.6;1.9;15.45;11;2.71;14079
+78086;45.38729;2.54653;602;20220903;23.8;14.8;19.3;1.9;15.08;.2;3.02;15690
+78086;45.38729;2.54653;602;20220904;29;12.9;20.9;2.4;14.32;.6;4.2;19896
+78086;45.38729;2.54653;602;20220905;29.4;16.8;23.1;3.4;16.35;17.7;4.55;18462
+78086;45.38729;2.54653;602;20220906;25.4;15.2;20.3;2.2;17.08;2.5;2.99;14794
+78086;45.38729;2.54653;602;20220907;23;14.4;18.7;2.3;15.78;1.2;2.48;12149
+78086;45.38729;2.54653;602;20220908;20.8;10.4;15.6;2.5;13.08;1.3;2.49;13798
+78086;45.38729;2.54653;602;20220909;19.9;11.8;15.8;2.8;12.92;2.1;2.42;13461
+78086;45.38729;2.54653;602;20220910;20.4;11.2;15.8;1.9;12.22;.1;2.56;14995
+78086;45.38729;2.54653;602;20220911;26.4;8.4;17.4;1.9;11.12;0;3.53;19340
+78086;45.38729;2.54653;602;20220912;32.8;14.3;23.5;2.5;12.75;0;4.82;19636
+78086;45.38729;2.54653;602;20220913;27.9;19.2;23.5;3.1;18.22;2.1;3.54;13331
+78086;45.38729;2.54653;602;20220914;24.8;17.6;21.2;2.6;16.92;5.1;2.97;13012
+78086;45.38729;2.54653;602;20220915;23.5;13.5;18.5;2.3;15.42;2.1;2.55;14001
+78086;45.38729;2.54653;602;20220916;19.4;12.6;16;2.2;12.98;.2;2.04;10656
+78086;45.38729;2.54653;602;20220917;16.1;5.6;10.8;2.4;8.52;0;2.28;15180
+78086;45.38729;2.54653;602;20220918;21;3.4;12.2;2.2;7.18;0;2.97;17517
+78086;45.38729;2.54653;602;20220919;20.9;4.8;12.8;2.8;7.88;0;3.09;16875
+78086;45.38729;2.54653;602;20220920;20.7;4.9;12.8;2.6;7.78;0;2.91;16724
+78086;45.38729;2.54653;602;20220921;21.1;5.6;13.4;2.5;8.25;0;2.88;16439
+78086;45.38729;2.54653;602;20220922;22;6.7;14.4;2;8.95;0;2.88;17033
+78086;45.38729;2.54653;602;20220923;21.1;8.5;14.8;2;10.72;2.4;2.39;13169
+78086;45.38729;2.54653;602;20220924;17.1;10.2;13.7;1.7;12.05;2.9;1.61;9570
+78086;45.38729;2.54653;602;20220925;14.5;9.9;12.2;1.7;11.72;2.4;1.27;7578
+78086;45.38729;2.54653;602;20220926;13.9;8.1;11;2.9;10.78;6.2;1.37;8849
+78086;45.38729;2.54653;602;20220927;11.4;8.5;10;4.1;11.02;14.3;.97;6491
+78086;45.38729;2.54653;602;20220928;14.7;10.4;12.5;5.1;13.08;24.8;1.09;7909
+78086;45.38729;2.54653;602;20220929;13.2;8;10.6;2.5;10.28;.7;1.32;8146
+78086;45.38729;2.54653;602;20220930;14.6;5;9.8;1.7;8.98;.8;1.66;13199
+78086;45.38729;2.54653;602;20221001;15.6;6.1;10.8;3.4;12.22;16.2;1.13;8435
+78086;45.38729;2.54653;602;20221002;18;12.9;15.4;2.7;14.38;.2;1.56;8133
+78086;45.38729;2.54653;602;20221003;19.3;7.9;13.6;1.9;12.08;0;1.78;12509
+78086;45.38729;2.54653;602;20221004;21.5;6.6;14;1.5;11.41;.1;2.14;14915
+78086;45.38729;2.54653;602;20221005;22.3;10;16.1;3.1;12.35;.1;2.65;13988
+78086;45.38729;2.54653;602;20221006;19.4;13.1;16.2;1.4;13.55;.2;1.54;8561
+78086;45.38729;2.54653;602;20221007;21.5;9.7;15.6;1.7;12.85;.1;1.95;12956
+78086;45.38729;2.54653;602;20221008;18.6;10.2;14.4;1.7;12.28;0;1.52;8960
+78086;45.38729;2.54653;602;20221009;21.2;7.2;14.2;2.3;10.95;0;2.18;13504
+78086;45.38729;2.54653;602;20221010;21.8;10.4;16.1;2.4;12.52;.2;2.14;11653
+78086;45.38729;2.54653;602;20221011;19.4;10.7;15;1.5;13.62;6.2;1.39;8563
+78086;45.38729;2.54653;602;20221012;20.4;12.3;16.3;1.5;13.68;.5;1.51;8526
+78086;45.38729;2.54653;602;20221013;15.3;9.3;12.3;1.8;12.88;8.5;.92;5758
+78086;45.38729;2.54653;602;20221014;15.7;12.5;14.1;3.4;14.92;6.2;.83;4782
+78086;45.38729;2.54653;602;20221015;20.1;12.8;16.5;3.1;14.05;.1;1.73;9139
+78086;45.38729;2.54653;602;20221016;23.2;15.2;19.2;4.2;13.35;0;2.83;10043
+78086;45.38729;2.54653;602;20221017;20.6;16.7;18.7;5.1;14.25;0;2.44;6171
+78086;45.38729;2.54653;602;20221018;23.8;14.6;19.2;2.8;14.48;0;2.24;10421
+78086;45.38729;2.54653;602;20221019;23;12.4;17.7;2.7;12.35;.7;2.21;9362
+78086;45.38729;2.54653;602;20221020;20.7;15.8;18.3;4.5;15.28;6.7;2;5967
+78086;45.38729;2.54653;602;20221021;20.4;15.2;17.8;2.8;14.55;3.2;1.72;6713
+78086;45.38729;2.54653;602;20221022;21.2;10.9;16;2.7;12.15;0;1.95;9797
+78086;45.38729;2.54653;602;20221023;20.3;14.9;17.6;4.5;13.02;1;2.29;4935
+78086;45.38729;2.54653;602;20221024;19.1;11.9;15.5;2.4;11.95;.2;1.64;8103
+78086;45.38729;2.54653;602;20221025;20.5;10;15.2;2.8;11.15;.9;1.88;7863
+78086;45.38729;2.54653;602;20221026;22.1;11.6;16.8;2.3;11.95;0;1.83;8521
+78086;45.38729;2.54653;602;20221027;24.4;11.9;18.2;3.2;11.95;0;2.46;8997
+78086;45.38729;2.54653;602;20221028;24.2;18.8;21.5;3.6;10.42;0;3.37;5972
+78086;45.38729;2.54653;602;20221029;24;14.1;19.1;3.9;7.92;0;3.59;8535
+78086;45.38729;2.54653;602;20221030;21.2;13.4;17.3;2.9;9.68;.1;2.35;7820
+78086;45.38729;2.54653;602;20221031;20.7;12;16.3;3.8;12.68;15.6;1.96;8073
+78086;45.38729;2.54653;602;20221101;14.9;11;12.9;2.6;12.05;.1;.99;5380
+78086;45.38729;2.54653;602;20221102;16.6;6.8;11.7;2;9.88;0;1.19;8009
+78086;45.38729;2.54653;602;20221103;14.3;7.2;10.8;4.2;9.65;11.1;1.3;4681
+78086;45.38729;2.54653;602;20221104;7.6;6.5;7;4.7;9.08;12.7;.54;1664
+78086;45.38729;2.54653;602;20221105;10;1.2;5.6;1.8;7.38;0;.74;7222
+78086;45.38729;2.54653;602;20221106;14.3;.8;7.5;2.3;6.65;.2;1.23;8086
+78086;45.38729;2.54653;602;20221107;16.4;6.1;11.2;3.3;9.28;0;1.45;7882
+78086;45.38729;2.54653;602;20221108;17.3;10.6;14;4.3;10.32;4.8;1.85;6206
+78086;45.38729;2.54653;602;20221109;13.4;11.1;12.3;2.2;12.08;11.6;.75;2306
+78086;45.38729;2.54653;602;20221110;13.7;7.1;10.4;1.6;10.12;0;.72;5793
+78086;45.38729;2.54653;602;20221111;18.7;5.3;12;2.6;10.28;.1;1.24;8330
+78086;45.38729;2.54653;602;20221112;20.5;7.3;13.9;2.2;10.02;0;1.45;8242
+78086;45.38729;2.54653;602;20221113;19.5;8.3;13.9;2;9.25;0;1.43;6899
+78086;45.38729;2.54653;602;20221114;14;10.7;12.4;3.8;10.58;7.1;1.23;3317
+78086;45.38729;2.54653;602;20221115;15.2;8.7;11.9;3.4;11.28;9.1;.94;4845
+78086;45.38729;2.54653;602;20221116;12.6;7.2;9.9;3.5;10.28;4.9;.74;4795
+78086;45.38729;2.54653;602;20221117;13.1;9.6;11.4;4.7;10.55;17.9;1.07;3384
+78086;45.38729;2.54653;602;20221118;9.1;5.9;7.5;2.7;8.75;2.1;.58;4074
+78086;45.38729;2.54653;602;20221119;8.1;4;6;1.8;7.88;.6;.49;4508
+78086;45.38729;2.54653;602;20221120;6.2;-.4;2.9;2.1;7.12;1.5;.33;4511
+78086;45.38729;2.54653;602;20221121;7.7;3.4;5.6;3.3;7.88;10.2;.55;2716
+78086;45.38729;2.54653;602;20221122;6.8;3.1;5;4;7.68;8.9;.51;3600
+78086;45.38729;2.54653;602;20221123;10.2;4.7;7.4;3.6;8.95;9.8;.57;3530
+78086;45.38729;2.54653;602;20221124;10.7;5.3;8;2.3;9.15;1.5;.54;4161
+78086;45.38729;2.54653;602;20221125;8.7;7.4;8.1;2.3;9.08;4.4;.6;1619
+78086;45.38729;2.54653;602;20221126;8.3;1.6;4.9;1.7;7.42;0;.45;4404
+78086;45.38729;2.54653;602;20221127;13.2;2.2;7.7;2.6;5.65;5.9;1.26;5914
+78086;45.38729;2.54653;602;20221128;8.1;6.8;7.4;3.2;8.65;5.7;.66;1818
+78086;45.38729;2.54653;602;20221129;7.1;3.4;5.2;2.2;7.62;.5;.44;3404
+78086;45.38729;2.54653;602;20221130;7.7;-.3;3.7;2.1;6.68;.4;.43;4840
+78086;45.38729;2.54653;602;20221201;5.9;.2;3;2.2;6.42;0;.49;2515
+78086;45.38729;2.54653;602;20221202;2.3;.8;1.5;1.7;5.82;1.2;.44;941
+78086;45.38729;2.54653;602;20221203;3.8;.5;2.1;2;6.48;5.7;.34;2149
+78086;45.38729;2.54653;602;20221204;3.5;1.9;2.7;1.7;6.98;4;.31;1361
+78086;45.38729;2.54653;602;20221205;7.2;-1.7;2.8;2.1;5.78;0;.48;5580
+78086;45.38729;2.54653;602;20221206;9.6;-3.8;2.9;1.8;4.82;0;.57;5932
+78086;45.38729;2.54653;602;20221207;5.5;-3.5;1;2.7;4.95;0;.45;4689
+78086;45.38729;2.54653;602;20221208;7.1;-4.1;1.5;2.5;5.15;1.6;.53;4276
+78086;45.38729;2.54653;602;20221209;6.1;2.8;4.4;1.5;7.25;.9;.36;2295
+78086;45.38729;2.54653;602;20221210;-.3;-1.6;-1;2.6;4.78;0;.37;2005
+78086;45.38729;2.54653;602;20221211;3.5;-7.8;-2.1;2;3.41;0;.51;4961
+78086;45.38729;2.54653;602;20221212;2.8;-3.6;-.4;2.1;3.98;12.3;.56;3706
+78086;45.38729;2.54653;602;20221213;6.8;-.3;3.3;3.3;8.02;1.4;.07;3264
+78086;45.38729;2.54653;602;20221214;10;6;8;3.2;10.08;2.5;.3;2732
+78086;45.38729;2.54653;602;20221215;7.9;3.1;5.5;2.4;8.25;6.2;.38;1929
+78086;45.38729;2.54653;602;20221216;4.5;1.7;3.1;2.5;6.05;0;.46;2635
+78086;45.38729;2.54653;602;20221217;6.1;-5.8;.1;2.1;3.42;0;.61;5431
+78086;45.38729;2.54653;602;20221218;9.9;-3.8;3;3.8;4.42;0;1.19;5768
+78086;45.38729;2.54653;602;20221219;13.6;7.5;10.6;5.2;8.32;0;1.47;4076
+78086;45.38729;2.54653;602;20221220;14.3;9.9;12.1;5.2;9.28;3.1;1.63;3150
+78086;45.38729;2.54653;602;20221221;10.9;8.8;9.9;3.7;10.52;2.1;.61;2338
+78086;45.38729;2.54653;602;20221222;11.7;8.4;10.1;5.5;11.12;17.5;.63;1967
+78086;45.38729;2.54653;602;20221223;13.4;10.5;11.9;4.5;12.58;7.1;.56;2291
+78086;45.38729;2.54653;602;20221224;13.6;9.1;11.4;2.6;10.82;.2;.66;3595
+78086;45.38729;2.54653;602;20221225;16;6.2;11.1;3.1;8.45;0;1.2;4906
+78086;45.38729;2.54653;602;20221226;11.1;7.2;9.1;3;9.35;4.6;.78;1840
+78086;45.38729;2.54653;602;20221227;10.3;4.1;7.2;1.8;8.35;0;.43;4190
+78086;45.38729;2.54653;602;20221228;13.1;3.5;8.3;3.7;8.52;.5;.85;4546
+78086;45.38729;2.54653;602;20221229;9.5;7.2;8.3;3.5;9.08;17.6;.72;1103
+78086;45.38729;2.54653;602;20221230;11.3;6;8.6;4.1;9.78;3.1;.57;2661
+78086;45.38729;2.54653;602;20221231;17.1;11;14;4.1;10.08;0;1.64;4447
+78087;45.40931;2.86415;1020;20220101;16.9;4.5;10.7;2.5;5.3;0;1.56;6394
+78087;45.40931;2.86415;1020;20220102;13.1;4.9;9;4;6.54;0;1.69;3806
+78087;45.40931;2.86415;1020;20220103;8.5;4.5;6.5;4.2;8.14;.3;.69;2810
+78087;45.40931;2.86415;1020;20220104;10.9;6;8.4;7.1;7.5;6.8;1.67;3475
+78087;45.40931;2.86415;1020;20220105;-1.5;-2.6;-2;5.3;4.64;0;.36;4304
+78087;45.40931;2.86415;1020;20220106;0;-3.1;-1.5;3.7;4.1;.1;.57;4492
+78087;45.40931;2.86415;1020;20220107;.1;-6.3;-3.1;4.8;4.84;5.5;.19;3762
+78087;45.40931;2.86415;1020;20220108;3.2;-.1;1.5;7.7;6.54;12.6;.31;3081
+78087;45.40931;2.86415;1020;20220109;1.1;-.5;.3;6.4;5.9;6.5;.33;2500
+78087;45.40931;2.86415;1020;20220110;.7;-.3;.2;3;5.27;.3;.45;3080
+78087;45.40931;2.86415;1020;20220111;1.1;-5.3;-2.1;4.5;3.67;0;.73;6559
+78087;45.40931;2.86415;1020;20220112;.2;-5.4;-2.6;5.4;3.4;0;.81;6155
+78087;45.40931;2.86415;1020;20220113;6;-5.4;.3;3.4;3.14;0;1.16;7266
+78087;45.40931;2.86415;1020;20220114;9.6;-3.8;2.9;1.7;2.7;0;.97;7432
+78087;45.40931;2.86415;1020;20220115;8.4;-2.9;2.8;1.6;2.77;0;.96;6927
+78087;45.40931;2.86415;1020;20220116;6.4;-5.5;.5;2.4;3.44;0;.93;7029
+78087;45.40931;2.86415;1020;20220117;2.7;-2;.4;3.5;5.74;0;.33;4841
+78087;45.40931;2.86415;1020;20220118;3;-2.5;.3;3.7;5.1;0;.55;5256
+78087;45.40931;2.86415;1020;20220119;.5;-4.6;-2.1;3.6;4.9;.4;.36;4184
+78087;45.40931;2.86415;1020;20220120;.1;-2.3;-1.1;4.4;5.1;.4;.39;3231
+78087;45.40931;2.86415;1020;20220121;-3.2;-4.4;-3.8;8.2;4.04;0;.44;4129
+78087;45.40931;2.86415;1020;20220122;-1.9;-5;-3.5;6.1;4.24;0;.35;5034
+78087;45.40931;2.86415;1020;20220123;6.2;-4;1.1;5.1;4.67;0;1.02;7940
+78087;45.40931;2.86415;1020;20220124;11.9;-2;5;1.8;4;0;1.12;8153
+78087;45.40931;2.86415;1020;20220125;11.6;-1.5;5.1;1.6;3.84;0;1.03;8213
+78087;45.40931;2.86415;1020;20220126;9.6;-2.6;3.5;2;3.5;0;1.15;8565
+78087;45.40931;2.86415;1020;20220127;10.2;-3.2;3.5;2.1;3.2;.1;1.24;8605
+78087;45.40931;2.86415;1020;20220128;5;-3;1;2.9;4.97;0;.7;7278
+78087;45.40931;2.86415;1020;20220129;8.1;-3.1;2.5;2.3;5.04;0;.88;7727
+78087;45.40931;2.86415;1020;20220130;4;.2;2.1;2.9;6.2;.1;.53;5972
+78087;45.40931;2.86415;1020;20220131;2.1;-2.9;-.4;6.6;5.67;1.3;.39;4445
+78087;45.40931;2.86415;1020;20220201;1.3;-3.5;-1.1;6.3;5.37;1.7;.37;4523
+78087;45.40931;2.86415;1020;20220202;5.6;1.5;3.5;4.7;6.84;.1;.7;5915
+78087;45.40931;2.86415;1020;20220203;15;-2.7;6.1;2.7;4.47;0;1.79;8485
+78087;45.40931;2.86415;1020;20220204;4.4;-1.3;1.6;3.2;6.64;2.7;.39;3896
+78087;45.40931;2.86415;1020;20220205;4.3;.1;2.2;3.1;5.27;.1;.83;9084
+78087;45.40931;2.86415;1020;20220206;2.7;-3.7;-.5;6.6;6.1;10.8;.22;4792
+78087;45.40931;2.86415;1020;20220207;4.1;2.4;3.3;5.6;6.04;.2;.98;6703
+78087;45.40931;2.86415;1020;20220208;9.7;-2.9;3.4;3.3;4.47;0;1.45;10761
+78087;45.40931;2.86415;1020;20220209;12.5;-.3;6.1;2.9;4.9;0;1.68;10726
+78087;45.40931;2.86415;1020;20220210;6;.4;3.2;2.6;6.99;2.3;1.68;10900
+78087;45.40931;2.86415;1020;20220211;6.8;2.6;4.7;3.3;6.39;0;1.43;8133
+78087;45.40931;2.86415;1020;20220212;6.7;-7;-.2;2.7;5.03;0;1.1;7566
+78087;45.40931;2.86415;1020;20220213;8;.1;4.1;6.9;7.72;5.3;1.43;7166
+78087;45.40931;2.86415;1020;20220214;5.9;4;5;4.3;7.92;5.7;1.22;4266
+78087;45.40931;2.86415;1020;20220215;3.8;-.6;1.6;4;6.95;9.4;.83;5833
+78087;45.40931;2.86415;1020;20220216;8;1.4;4.7;7.6;8.47;10.5;.43;4969
+78087;45.40931;2.86415;1020;20220217;9.2;6.3;7.7;5.7;9.6;4.8;.75;5118
+78087;45.40931;2.86415;1020;20220218;12.5;5.2;8.8;5.2;8.44;1.9;1.63;9056
+78087;45.40931;2.86415;1020;20220219;4.2;-1;1.6;3.9;5.04;0;1.1;10820
+78087;45.40931;2.86415;1020;20220220;6;-.6;2.7;6.3;6.7;5.9;.77;7000
+78087;45.40931;2.86415;1020;20220221;2.9;3.6;3.2;8.4;6.47;3.9;.91;3433
+78087;45.40931;2.86415;1020;20220222;4.5;.2;2.4;5;6.64;.7;.68;6679
+78087;45.40931;2.86415;1020;20220223;8;2;5;3.2;7.07;0;1.07;8836
+78087;45.40931;2.86415;1020;20220224;8.8;1.1;5;4.4;6.44;1;1.36;8911
+78087;45.40931;2.86415;1020;20220225;3.4;-1.9;.8;3.9;5;0;1.07;12057
+78087;45.40931;2.86415;1020;20220226;5.6;-2.5;1.5;5.8;4.07;0;1.76;13223
+78087;45.40931;2.86415;1020;20220227;9.6;-3.4;3.1;3;4.04;0;1.79;13838
+78087;45.40931;2.86415;1020;20220228;10.1;-3.2;3.5;3;4.57;0;1.76;13819
+78087;45.40931;2.86415;1020;20220301;12;-2;5;2.4;4.24;0;1.91;12883
+78087;45.40931;2.86415;1020;20220302;8.7;2.1;5.4;2.6;6.5;.7;1.17;6379
+78087;45.40931;2.86415;1020;20220303;9.4;3.6;6.5;2;7.97;.1;1.03;7726
+78087;45.40931;2.86415;1020;20220304;6.8;3.3;5;2.1;7.37;.1;.83;4679
+78087;45.40931;2.86415;1020;20220305;7.1;-1.9;2.6;2.6;4.8;0;1.49;13775
+78087;45.40931;2.86415;1020;20220306;4;-5.5;-.7;3.1;3.27;0;1.5;14503
+78087;45.40931;2.86415;1020;20220307;7;-6.7;.1;3.3;3.57;0;1.7;15436
+78087;45.40931;2.86415;1020;20220308;10.4;-3.5;3.5;3.8;5;.1;1.85;14227
+78087;45.40931;2.86415;1020;20220309;9.5;-.7;4.4;3.7;5.97;0;1.6;12690
+78087;45.40931;2.86415;1020;20220310;9.2;0;4.6;4.2;6.44;.5;1.4;10246
+78087;45.40931;2.86415;1020;20220311;6;3.4;4.7;8.3;7;4.2;1.11;5500
+78087;45.40931;2.86415;1020;20220312;4;1.1;2.5;7.6;6.44;4.3;.76;4144
+78087;45.40931;2.86415;1020;20220313;4.5;2.7;3.6;7.2;5.87;5.9;1.26;3425
+78087;45.40931;2.86415;1020;20220314;7;-3.5;1.7;6.4;6.74;3.5;.82;10697
+78087;45.40931;2.86415;1020;20220315;11.6;5.1;8.3;7.8;8.37;0;1.87;10200
+78087;45.40931;2.86415;1020;20220316;14;4.7;9.4;3.5;8.27;0;1.75;8424
+78087;45.40931;2.86415;1020;20220317;6.8;5.8;6.3;4;8.54;.8;.67;1866
+78087;45.40931;2.86415;1020;20220318;9;3.4;6.2;3.4;8.35;.1;1.51;6733
+78087;45.40931;2.86415;1020;20220319;12.2;3.4;7.8;3;7.79;0;2.37;14166
+78087;45.40931;2.86415;1020;20220320;8.1;2;5;6.1;7.35;.2;1.84;5500
+78087;45.40931;2.86415;1020;20220321;9.2;4;6.6;7.3;6.85;0;2.72;10533
+78087;45.40931;2.86415;1020;20220322;10.3;-.1;5.1;7.4;5.12;0;3.49;18533
+78087;45.40931;2.86415;1020;20220323;12;-.8;5.6;4.9;4.42;0;3.59;19800
+78087;45.40931;2.86415;1020;20220324;14.8;.2;7.5;3.2;4.42;0;3.57;20266
+78087;45.40931;2.86415;1020;20220325;15.5;1.5;8.5;2.9;4.45;0;3.51;17366
+78087;45.40931;2.86415;1020;20220326;15.6;-1.5;7.1;3.1;5.42;0;3.46;20100
+78087;45.40931;2.86415;1020;20220327;16.7;.4;8.6;3.6;5.69;0;3.87;19533
+78087;45.40931;2.86415;1020;20220328;16.4;3.1;9.7;4.7;5.39;0;4.37;17833
+78087;45.40931;2.86415;1020;20220329;14.4;5.1;9.8;3.6;7.22;4;3.11;12300
+78087;45.40931;2.86415;1020;20220330;8.6;4.4;6.5;2.3;9.89;2.7;1.28;7300
+78087;45.40931;2.86415;1020;20220331;7.8;3.4;5.6;4.7;7.82;4.3;1.96;11033
+78087;45.40931;2.86415;1020;20220401;.7;-4.5;-1.9;4.4;5.36;5.2;1.39;10733
+78087;45.40931;2.86415;1020;20220402;.8;-4.7;-2;3.7;4.86;1.7;1.45;10233
+78087;45.40931;2.86415;1020;20220403;-.8;-5.2;-3;3.5;4.51;.2;1;6200
+78087;45.40931;2.86415;1020;20220404;6.3;-6;.2;1.5;4.69;0;2.36;22666
+78087;45.40931;2.86415;1020;20220405;10.7;-4.8;2.9;2.3;6.45;0;2.29;18433
+78087;45.40931;2.86415;1020;20220406;8.9;.1;4.5;3.1;8.69;3;1.46;8866
+78087;45.40931;2.86415;1020;20220407;9.4;4.6;7;5.3;9.85;23.4;1.49;4866
+78087;45.40931;2.86415;1020;20220408;12.5;7.1;9.8;7.2;9.62;6.2;3.08;11200
+78087;45.40931;2.86415;1020;20220409;7.5;-.9;3.3;3.9;5.79;.5;2.38;16466
+78087;45.40931;2.86415;1020;20220410;13.8;-4.6;4.6;3.1;5.19;0;3.48;24366
+78087;45.40931;2.86415;1020;20220411;10.9;2.2;6.6;7.8;7.89;0;2.88;14566
+78087;45.40931;2.86415;1020;20220412;12.7;6.4;9.5;6.7;7.02;0;3.7;9933
+78087;45.40931;2.86415;1020;20220413;14;3.7;8.9;2.5;7.75;.2;2.69;13066
+78087;45.40931;2.86415;1020;20220414;18.9;2.1;10.5;2.7;10.02;0;3.72;22666
+78087;45.40931;2.86415;1020;20220415;20;3.9;12;3.2;10.35;0;4.12;23166
+78087;45.40931;2.86415;1020;20220416;19.8;4.4;12.1;4.3;8.82;0;4.69;23200
+78087;45.40931;2.86415;1020;20220417;18.6;1;9.8;3.4;7.22;0;4.52;25800
+78087;45.40931;2.86415;1020;20220418;16.3;1.2;8.8;2.5;8.12;0;3.53;22933
+78087;45.40931;2.86415;1020;20220419;15.4;2.4;8.9;2.2;9.35;.1;2.87;17566
+78087;45.40931;2.86415;1020;20220420;11.2;5.3;8.2;1.9;10.32;5;1.45;6433
+78087;45.40931;2.86415;1020;20220421;11.9;5.3;8.6;1.8;10.72;.1;1.84;9933
+78087;45.40931;2.86415;1020;20220422;16.2;3.2;9.7;2.4;10.02;2.4;3.15;20300
+78087;45.40931;2.86415;1020;20220423;11.5;6.6;9.1;5;9.29;13;2.29;6600
+78087;45.40931;2.86415;1020;20220424;9;1.6;5.3;3.8;9.62;7.5;1.18;6200
+78087;45.40931;2.86415;1020;20220425;12.5;4.6;8.6;2.6;9.05;0;2.68;15900
+78087;45.40931;2.86415;1020;20220426;16.6;1;8.8;2.3;8.72;0;3.75;25566
+78087;45.40931;2.86415;1020;20220427;18.7;3.3;11;2.5;9.12;0;4.17;25533
+78087;45.40931;2.86415;1020;20220428;19.6;5.6;12.6;2.3;10.62;0;4.08;23766
+78087;45.40931;2.86415;1020;20220429;18.2;5.9;12.1;2.5;11.79;4.9;3.39;19500
+78087;45.40931;2.86415;1020;20220430;16.6;5.2;10.9;3;9.99;0;3.82;23066
+78087;45.40931;2.86415;1020;20220501;16.1;.9;8.5;2.4;7.72;0;3.96;26300
+78087;45.40931;2.86415;1020;20220502;16.8;2.7;9.7;2;8.69;0;3.74;23700
+78087;45.40931;2.86415;1020;20220503;15.8;5.7;10.8;1.7;10.65;2;2.69;14833
+78087;45.40931;2.86415;1020;20220504;15.3;4.7;10;1.9;11.42;5.2;2.53;15166
+78087;45.40931;2.86415;1020;20220505;14.7;5;9.8;3.4;9.75;.6;3.37;19933
+78087;45.40931;2.86415;1020;20220506;12;5.4;8.7;4.5;8.9;0;1.58;5963
+78087;45.40931;2.86415;1020;20220507;15.5;5.8;10.7;3.7;8.9;3.4;2.19;7826
+78087;45.40931;2.86415;1020;20220508;16.1;6.5;11.3;3.1;9.5;0;2.05;7342
+78087;45.40931;2.86415;1020;20220509;19;7;13;2.4;9.5;0;2.44;8381
+78087;45.40931;2.86415;1020;20220510;21;7.3;14.1;2.9;9.9;0;2.75;8666
+78087;45.40931;2.86415;1020;20220511;23.4;8.6;16;3.2;9.7;0;3.35;8282
+78087;45.40931;2.86415;1020;20220512;20.3;9.7;15;3;11.7;2.3;2.35;6371
+78087;45.40931;2.86415;1020;20220513;19.5;9;14.3;2.2;12.3;2.1;1.93;6949
+78087;45.40931;2.86415;1020;20220514;21.8;8.7;15.3;2.7;12.67;0;2.34;8270
+78087;45.40931;2.86415;1020;20220515;23.5;12.4;17.9;4;12.1;1.7;3.38;8398
+78087;45.40931;2.86415;1020;20220516;22.1;10.3;16.2;2.8;11.1;0;2.82;8081
+78087;45.40931;2.86415;1020;20220517;24.5;8.8;16.7;2.2;11.7;0;2.91;9538
+78087;45.40931;2.86415;1020;20220518;24.8;10.9;17.9;2.5;13.17;.2;2.84;9151
+78087;45.40931;2.86415;1020;20220519;24.6;13.2;18.9;4.3;12.5;.1;3.66;7650
+78087;45.40931;2.86415;1020;20220520;26;13.1;19.5;4.9;11.1;0;4.54;8562
+78087;45.40931;2.86415;1020;20220521;27.4;11.5;19.5;2.4;14.77;0;3.02;9302
+78087;45.40931;2.86415;1020;20220522;27.6;14.4;21;2.4;14.47;1.1;3.14;7960
+78087;45.40931;2.86415;1020;20220523;14.5;14.5;14.5;5;13;10.7;1.43;600
+78087;45.40931;2.86415;1020;20220524;13.8;6.5;10.2;3.5;9.3;.1;1.84;7197
+78087;45.40931;2.86415;1020;20220525;13.5;3;8.2;2.6;8.57;0;1.68;7622
+78087;45.40931;2.86415;1020;20220526;13.9;5;9.5;2.8;9.74;0;1.53;6086
+78087;45.40931;2.86415;1020;20220527;19.7;9.5;14.6;3.6;11.3;0;2.67;8464
+78087;45.40931;2.86415;1020;20220528;17.3;7.9;12.6;4.3;9.27;0;2.77;8280
+78087;45.40931;2.86415;1020;20220529;14;4.3;9.1;3.6;6.9;0;2.49;8726
+78087;45.40931;2.86415;1020;20220530;18.2;2.4;10.3;3.3;6.84;.3;2.95;10343
+78087;45.40931;2.86415;1020;20220531;17;7;12;3;8.54;2.2;2.39;6890
+78087;45.40931;2.86415;1020;20220601;22.9;5.8;14.3;2.8;10.97;3.8;2.79;9178
+78087;45.40931;2.86415;1020;20220602;23;12.3;17.7;3.6;13.4;13.2;2.94;8072
+78087;45.40931;2.86415;1020;20220603;25.1;12;18.6;3.2;13.34;14;3.26;9241
+78087;45.40931;2.86415;1020;20220604;24.3;10.4;17.4;2.5;15.24;20.5;2.58;9521
+78087;45.40931;2.86415;1020;20220605;17.9;12.3;15.1;2.8;13.64;0;1.87;6972
+78087;45.40931;2.86415;1020;20220606;19.9;9.1;14.5;2.1;12.27;.5;2.09;7894
+78087;45.40931;2.86415;1020;20220607;17.2;9.7;13.4;4;10.9;.9;2.26;7550
+78087;45.40931;2.86415;1020;20220608;14.7;8.6;11.6;4;11.37;8.3;1.55;5596
+78087;45.40931;2.86415;1020;20220609;14.5;8.1;11.3;4.9;10;0;2.06;6697
+78087;45.40931;2.86415;1020;20220610;21.7;7.9;14.8;2.5;11.14;.1;2.72;9315
+78087;45.40931;2.86415;1020;20220611;25.6;8.4;17;2.7;11.24;0;5.48;29274
+78087;45.40931;2.86415;1020;20220612;25.5;13.1;19.3;2.5;13.34;.4;4.81;22751
+78087;45.40931;2.86415;1020;20220613;21.5;12.8;17.1;3.1;14.5;0;4.03;21955
+78087;45.40931;2.86415;1020;20220614;27.2;10.1;18.6;3;12.04;.4;5.85;28958
+78087;45.40931;2.86415;1020;20220615;27.6;15.5;21.5;4;14.5;.1;5.8;23946
+78087;45.40931;2.86415;1020;20220616;27.3;13.4;20.3;2.1;14.54;0;5.03;24403
+78087;45.40931;2.86415;1020;20220617;29;13.4;21.2;2.8;12.2;0;6.25;28195
+78087;45.40931;2.86415;1020;20220618;31.7;16.4;24.1;4.5;11.64;0;7.92;28459
+78087;45.40931;2.86415;1020;20220619;28.8;18;23.4;7.3;11.77;0;8.35;26297
+78087;45.40931;2.86415;1020;20220620;27.5;13.9;20.7;3.5;11.94;1.6;6.27;27810
+78087;45.40931;2.86415;1020;20220621;26.2;13.7;20;3.4;15.64;2.9;4.97;23734
+78087;45.40931;2.86415;1020;20220622;23;14.6;18.8;4.2;15.1;7.4;4.66;23444
+78087;45.40931;2.86415;1020;20220623;21.4;11.8;16.6;3.3;14.2;13.4;3.69;19696
+78087;45.40931;2.86415;1020;20220624;16.9;11.9;14.4;3.9;12.3;6.9;2.92;14602
+78087;45.40931;2.86415;1020;20220625;21.6;8.3;14.9;3.1;12.14;28.8;3.94;21598
+78087;45.40931;2.86415;1020;20220626;15.1;11.3;13.2;2.3;13.8;56.2;1.58;8132
+78087;45.40931;2.86415;1020;20220627;15.2;11.2;13.2;2;13.2;1.5;1.79;9408
+78087;45.40931;2.86415;1020;20220628;19.4;8.4;13.9;2.1;11.47;0;4.18;26705
+78087;45.40931;2.86415;1020;20220629;23.2;7.5;15.4;2.1;11.8;1.4;4.74;27962
+78087;45.40931;2.86415;1020;20220630;16.2;11.4;13.8;2.7;12.67;4.9;2.05;9551
+78087;45.40931;2.86415;1020;20220701;17.5;6.8;12.1;2.3;10.14;0;3.83;25259
+78087;45.40931;2.86415;1020;20220702;25.1;7.3;16.2;3;10.27;0;5.58;29580
+78087;45.40931;2.86415;1020;20220703;25.6;12;18.8;2.2;13.4;1.3;4.95;25138
+78087;45.40931;2.86415;1020;20220704;22.7;12.5;17.6;2.4;14.27;6.5;3.81;19295
+78087;45.40931;2.86415;1020;20220705;21.3;10.7;16;2.6;12.2;.1;4.64;27032
+78087;45.40931;2.86415;1020;20220706;20.2;10.7;15.4;3.4;10.67;0;4.82;27434
+78087;45.40931;2.86415;1020;20220707;20.5;10;15.2;3.6;11.4;0;4.47;25251
+78087;45.40931;2.86415;1020;20220708;20.3;11;15.7;5;11.9;0;4.75;26542
+78087;45.40931;2.86415;1020;20220709;22.4;10.8;16.6;3.2;11.1;0;5.14;27590
+78087;45.40931;2.86415;1020;20220710;22;11.9;17;3.7;12;0;5.05;26736
+78087;45.40931;2.86415;1020;20220711;24.8;11;17.9;3.8;11.94;0;5.54;27732
+78087;45.40931;2.86415;1020;20220712;25.2;12.3;18.8;3.4;11.57;0;5.68;27273
+78087;45.40931;2.86415;1020;20220713;28.2;12;20.1;2.9;10.1;0;6.14;27613
+78087;45.40931;2.86415;1020;20220714;29.2;14.2;21.7;2.7;12.54;0;6.1;27110
+78087;45.40931;2.86415;1020;20220715;26.6;13.2;19.9;2.7;12.5;0;5.5;25817
+78087;45.40931;2.86415;1020;20220716;25.6;11.6;18.6;3.6;11.27;0;5.73;26804
+78087;45.40931;2.86415;1020;20220717;27.2;11.9;19.5;3.9;10.64;0;6.25;27016
+78087;45.40931;2.86415;1020;20220718;31.7;16.1;23.9;4.7;11.47;2.4;7.79;27009
+78087;45.40931;2.86415;1020;20220719;31.8;17.3;24.6;4.1;12.5;.9;7.29;25838
+78087;45.40931;2.86415;1020;20220720;22.1;15.2;18.6;3.1;14.47;.4;3.39;14456
+78087;45.40931;2.86415;1020;20220721;26.8;10.5;18.6;2.8;13.5;0;5.26;26814
+78087;45.40931;2.86415;1020;20220722;28.2;13.1;20.6;3.2;14.24;.4;5.22;21864
+78087;45.40931;2.86415;1020;20220723;24.1;13.2;18.6;2.8;14.57;0;4.66;24405
+78087;45.40931;2.86415;1020;20220724;30.8;11.7;21.3;3;12.67;0;6.26;27889
+78087;45.40931;2.86415;1020;20220725;24.4;16.7;20.5;3.9;13.2;.3;5.23;21080
+78087;45.40931;2.86415;1020;20220726;22.2;10.7;16.5;3.1;12.47;0;4.62;25990
+78087;45.40931;2.86415;1020;20220727;21.3;9.8;15.5;2.6;10.64;0;4.47;25234
+78087;45.40931;2.86415;1020;20220728;24.9;8.9;16.9;2.7;10.54;0;4.96;25172
+78087;45.40931;2.86415;1020;20220729;21.7;13;17.4;2.4;12.17;1.8;3.4;14920
+78087;45.40931;2.86415;1020;20220730;24.7;10.8;17.8;2.1;12.07;0;4.41;22704
+78087;45.40931;2.86415;1020;20220731;26.7;12.8;19.8;2;12.54;0;4.83;23962
+78087;45.40931;2.86415;1020;20220801;27.8;12.9;20.4;2.3;12.67;0;5.27;25261
+78087;45.40931;2.86415;1020;20220802;28.1;11.8;20;2.9;13.2;1.2;5.41;25369
+78087;45.40931;2.86415;1020;20220803;31.6;14.7;23.1;3.1;12.04;0;6.43;25711
+78087;45.40931;2.86415;1020;20220804;32;17.1;24.6;3.1;12.4;.2;6.22;22558
+78087;45.40931;2.86415;1020;20220805;26.4;17.2;21.8;2.9;15.94;3;4.41;18188
+78087;45.40931;2.86415;1020;20220806;24;14;19;3.7;13.5;0;4.78;22860
+78087;45.40931;2.86415;1020;20220807;23.8;10.8;17.3;3.7;10.1;0;5.25;25199
+78087;45.40931;2.86415;1020;20220808;25;10;17.5;3.5;9.2;0;5.42;25105
+78087;45.40931;2.86415;1020;20220809;26.6;12;19.3;3;8.57;0;5.59;24458
+78087;45.40931;2.86415;1020;20220810;29.1;13.5;21.3;3.2;9.24;0;6.02;23448
+78087;45.40931;2.86415;1020;20220811;31;14.7;22.8;3.1;9.44;0;6.33;24562
+78087;45.40931;2.86415;1020;20220812;31.2;14.2;22.7;3.1;9.9;0;6.25;23942
+78087;45.40931;2.86415;1020;20220813;31.3;14;22.6;2.4;9.44;10.3;5.77;23813
+78087;45.40931;2.86415;1020;20220814;20.1;15.2;17.7;3.5;14.2;4.9;3.15;13946
+78087;45.40931;2.86415;1020;20220815;20.8;12.2;16.5;3.5;12.87;.3;3.37;16058
+78087;45.40931;2.86415;1020;20220816;25.9;9.8;17.9;2.8;12.9;26.7;3.98;17843
+78087;45.40931;2.86415;1020;20220817;20.8;10.6;15.7;3.4;14.14;2.7;3;16324
+78087;45.40931;2.86415;1020;20220818;18.4;11.4;14.9;3;14;10.4;2.02;9971
+78087;45.40931;2.86415;1020;20220819;17.9;12.5;15.2;4.3;14.5;.4;2.46;13673
+78087;45.40931;2.86415;1020;20220820;21.7;13.6;17.7;2.9;14.8;.1;3.4;18297
+78087;45.40931;2.86415;1020;20220821;21.1;9.7;15.4;2.3;13;.2;3.3;19505
+78087;45.40931;2.86415;1020;20220822;20.4;13;16.7;2.7;15;.6;2.81;15158
+78087;45.40931;2.86415;1020;20220823;22.3;14.1;18.2;2.7;15.54;.1;3.37;17939
+78087;45.40931;2.86415;1020;20220824;26;11.8;18.9;2.7;13.5;0;4.4;22497
+78087;45.40931;2.86415;1020;20220825;25.5;14.8;20.2;3.6;14.5;2.1;4.37;19362
+78087;45.40931;2.86415;1020;20220826;21.4;13.6;17.5;2.5;16.14;.7;2.71;14874
+78087;45.40931;2.86415;1020;20220827;19.5;10.1;14.8;2.5;13.44;.2;2.68;15982
+78087;45.40931;2.86415;1020;20220828;23.6;11;17.3;3;13.14;0;3.8;19969
+78087;45.40931;2.86415;1020;20220829;26.6;12.1;19.4;2.7;12.3;.6;4.17;18658
+78087;45.40931;2.86415;1020;20220830;22.6;13.9;18.2;2.2;14.5;1.8;3.01;14814
+78087;45.40931;2.86415;1020;20220831;21.9;10.1;16;2.6;12.97;.2;3.23;18233
+78087;45.40931;2.86415;1020;20220901;23.6;10.6;17.1;2.4;12.47;.6;3.49;18135
+78087;45.40931;2.86415;1020;20220902;20.7;11.1;15.9;2.8;13.27;8.2;2.65;13201
+78087;45.40931;2.86415;1020;20220903;20.2;11.3;15.8;3;13.37;.3;2.9;16198
+78087;45.40931;2.86415;1020;20220904;24;10.8;17.4;3.4;13.44;.8;3.73;19365
+78087;45.40931;2.86415;1020;20220905;26.1;13;19.5;3.8;14.17;8.8;4.13;17923
+78087;45.40931;2.86415;1020;20220906;22.5;12.9;17.7;3.2;14.84;2.3;2.76;12483
+78087;45.40931;2.86415;1020;20220907;21.3;11.6;16.4;2.6;13.9;2.3;2.68;13784
+78087;45.40931;2.86415;1020;20220908;17.2;8.3;12.8;3.2;11.6;1.2;2.26;12918
+78087;45.40931;2.86415;1020;20220909;16.7;9.4;13;4.3;11;.8;2.56;14186
+78087;45.40931;2.86415;1020;20220910;17.4;8.4;12.9;3;10.67;.1;2.53;15002
+78087;45.40931;2.86415;1020;20220911;22.5;6.5;14.5;3.1;10.17;0;3.53;19402
+78087;45.40931;2.86415;1020;20220912;29.1;11.7;20.4;2.9;11.67;0;4.53;19240
+78087;45.40931;2.86415;1020;20220913;25.4;14.5;19.9;4;15.87;3.5;3.32;13117
+78087;45.40931;2.86415;1020;20220914;21.8;15;18.4;3.7;14.77;6.9;2.89;11846
+78087;45.40931;2.86415;1020;20220915;19.9;11.4;15.7;3.1;13.9;2.4;2.37;12780
+78087;45.40931;2.86415;1020;20220916;16.2;11;13.6;2.8;12;.2;2.08;12149
+78087;45.40931;2.86415;1020;20220917;11.4;3.8;7.6;3.3;7.57;0;2.16;17031
+78087;45.40931;2.86415;1020;20220918;16.6;2.1;9.3;3.4;6.4;0;3.03;18729
+78087;45.40931;2.86415;1020;20220919;14.7;2.8;8.7;3.8;7.14;0;2.66;17252
+78087;45.40931;2.86415;1020;20220920;14.6;2.5;8.5;3.5;7.04;0;2.58;17600
+78087;45.40931;2.86415;1020;20220921;15;3.2;9.1;3.3;7.2;0;2.59;17007
+78087;45.40931;2.86415;1020;20220922;19.1;3.4;11.2;2.6;7.97;0;2.85;17719
+78087;45.40931;2.86415;1020;20220923;18.3;5.7;12;2.3;9.37;4;2.22;12060
+78087;45.40931;2.86415;1020;20220924;14.7;6.4;10.5;1.8;10.14;2.3;1.68;11695
+78087;45.40931;2.86415;1020;20220925;11.7;6.7;9.2;1.8;10.07;4.4;1.19;7816
+78087;45.40931;2.86415;1020;20220926;11;4.6;7.8;3.8;9;6.1;1.33;9022
+78087;45.40931;2.86415;1020;20220927;8.5;5.7;7.1;6.4;9.34;16.1;.89;6793
+78087;45.40931;2.86415;1020;20220928;11.8;8.1;9.9;6.4;11.27;25.4;.98;6493
+78087;45.40931;2.86415;1020;20220929;9.7;5.1;7.4;3.4;8.64;.4;1.29;9356
+78087;45.40931;2.86415;1020;20220930;11.1;2.6;6.9;2.3;7.64;2.4;1.47;11417
+78087;45.40931;2.86415;1020;20221001;14.2;3.3;8.7;5.5;11;17;1.12;9558
+78087;45.40931;2.86415;1020;20221002;15.5;10.9;13.2;3.7;12.67;.2;1.68;10243
+78087;45.40931;2.86415;1020;20221003;13.6;6.7;10.2;2.4;10.9;0;1.25;8843
+78087;45.40931;2.86415;1020;20221004;19.3;4.4;11.8;2.2;10.4;.1;2.14;15253
+78087;45.40931;2.86415;1020;20221005;21.6;6.5;14;3.1;9.9;.1;2.74;15383
+78087;45.40931;2.86415;1020;20221006;16.1;8.3;12.2;2.9;11.97;.1;1.42;8766
+78087;45.40931;2.86415;1020;20221007;18.2;7.9;13.1;2.7;11.67;.1;1.93;13074
+78087;45.40931;2.86415;1020;20221008;13.6;8.1;10.8;2.2;10.74;.5;1.18;6553
+78087;45.40931;2.86415;1020;20221009;18.4;5;11.7;3.7;9.44;.1;2.31;13525
+78087;45.40931;2.86415;1020;20221010;19.9;7.3;13.6;2.9;10.94;.4;2.14;12602
+78087;45.40931;2.86415;1020;20221011;17.1;8.6;12.9;2;11.7;5.9;1.43;8337
+78087;45.40931;2.86415;1020;20221012;17.5;10.4;13.9;1.8;11.74;.6;1.59;9703
+78087;45.40931;2.86415;1020;20221013;13.4;6.6;10;2.5;11.04;8.1;.91;4709
+78087;45.40931;2.86415;1020;20221014;14.5;10.3;12.4;5.2;12.9;5.3;1.1;5983
+78087;45.40931;2.86415;1020;20221015;18;10.9;14.4;4.7;11.67;0;2.13;8907
+78087;45.40931;2.86415;1020;20221016;20.1;11.3;15.7;5.4;12.1;0;2.65;11143
+78087;45.40931;2.86415;1020;20221017;17.7;12.8;15.3;5.8;12.87;.1;2.01;6484
+78087;45.40931;2.86415;1020;20221018;21.4;11.1;16.2;3.4;12.74;0;2.22;11738
+78087;45.40931;2.86415;1020;20221019;21.8;10.7;16.3;4.1;11;2.1;2.75;9148
+78087;45.40931;2.86415;1020;20221020;18.3;12.8;15.5;5.9;13.6;6.8;1.93;6181
+78087;45.40931;2.86415;1020;20221021;17.7;13.2;15.4;3.5;12.47;2.4;1.8;7325
+78087;45.40931;2.86415;1020;20221022;18.9;7.5;13.2;3.2;10.7;0;1.91;11351
+78087;45.40931;2.86415;1020;20221023;18.4;10.9;14.6;5.6;11.6;.6;2.18;4851
+78087;45.40931;2.86415;1020;20221024;15.9;10.5;13.2;3.5;10.04;.1;1.88;8729
+78087;45.40931;2.86415;1020;20221025;18.1;6.2;12.2;3.2;9.7;.1;1.81;8996
+78087;45.40931;2.86415;1020;20221026;19.8;8.9;14.3;2.9;10.8;0;1.88;9200
+78087;45.40931;2.86415;1020;20221027;20.8;10;15.4;4.1;11.14;0;2.26;7720
+78087;45.40931;2.86415;1020;20221028;23;13.9;18.5;4.8;9.54;0;3.67;7364
+78087;45.40931;2.86415;1020;20221029;22;12.8;17.4;5.2;7.5;0;4.01;8678
+78087;45.40931;2.86415;1020;20221030;20;11.8;15.9;4.2;8.6;.1;2.93;8089
+78087;45.40931;2.86415;1020;20221031;17.7;9.7;13.7;5.2;10.94;11.4;2.04;8402
+78087;45.40931;2.86415;1020;20221101;12.6;8.8;10.7;4;10.37;0;1.22;8001
+78087;45.40931;2.86415;1020;20221102;13.4;4.7;9.1;2.1;8.3;0;1.12;8588
+78087;45.40931;2.86415;1020;20221103;13.3;4.2;8.8;5.1;8.3;9.1;1.49;4087
+78087;45.40931;2.86415;1020;20221104;4.6;4;4.3;6.5;7.5;10.6;.6;2903
+78087;45.40931;2.86415;1020;20221105;7.1;-.3;3.4;3.4;6.44;0;.79;8891
+78087;45.40931;2.86415;1020;20221106;13;-.7;6.1;3.7;5.37;.2;1.75;8294
+78087;45.40931;2.86415;1020;20221107;13.9;3;8.5;3.5;7.7;0;1.4;8675
+78087;45.40931;2.86415;1020;20221108;15.2;6;10.6;5.7;8.87;2.7;1.83;7113
+78087;45.40931;2.86415;1020;20221109;11.7;8.2;9.9;3.3;10.34;10.3;.9;3191
+78087;45.40931;2.86415;1020;20221110;9.6;3.6;6.6;3.1;8.5;0;.7;6769
+78087;45.40931;2.86415;1020;20221111;16;3.9;9.9;4.1;9.07;.1;1.4;8641
+78087;45.40931;2.86415;1020;20221112;18.1;6.7;12.4;2.9;8.24;0;1.64;8152
+78087;45.40931;2.86415;1020;20221113;17.7;6.1;11.9;2.5;7.8;0;1.58;6572
+78087;45.40931;2.86415;1020;20221114;12;7.8;9.9;4;9;9.7;1.2;3008
+78087;45.40931;2.86415;1020;20221115;13;6.6;9.8;3.9;9.6;7;1.06;4410
+78087;45.40931;2.86415;1020;20221116;9.5;5.3;7.4;6.2;8.47;3.8;.98;4307
+78087;45.40931;2.86415;1020;20221117;10.4;7;8.7;8.9;8.8;16.7;1.35;4776
+78087;45.40931;2.86415;1020;20221118;6.3;2.7;4.5;4.1;7.27;1.9;.61;4258
+78087;45.40931;2.86415;1020;20221119;4.4;1.7;3;3.1;6.6;.8;.51;4557
+78087;45.40931;2.86415;1020;20221120;4.8;-1.7;1.5;3.6;6.1;1.5;.49;5530
+78087;45.40931;2.86415;1020;20221121;6.4;-.2;3.1;4.3;6.47;9.4;.68;2699
+78087;45.40931;2.86415;1020;20221122;3.5;.2;1.8;5.2;6.3;6.6;.46;3737
+78087;45.40931;2.86415;1020;20221123;8.5;1.4;5;5.4;7.74;8.1;.65;4242
+78087;45.40931;2.86415;1020;20221124;8;2.9;5.5;3.8;7.57;1.8;.66;5103
+78087;45.40931;2.86415;1020;20221125;5.9;5;5.5;3.6;8.04;3.8;.56;1238
+78087;45.40931;2.86415;1020;20221126;6.5;.3;3.4;2.5;6;0;.63;5156
+78087;45.40931;2.86415;1020;20221127;11.6;.8;6.2;3.4;4.4;3.8;1.59;6087
+78087;45.40931;2.86415;1020;20221128;5.1;3.8;4.5;4;7.3;5.2;.59;1957
+78087;45.40931;2.86415;1020;20221129;3.5;.7;2.1;3.8;6.27;.9;.46;3117
+78087;45.40931;2.86415;1020;20221130;2.6;.2;1.4;3.7;6.3;1;.36;1545
+78087;45.40931;2.86415;1020;20221201;1.1;.5;.8;4.7;5.94;.2;.4;1583
+78087;45.40931;2.86415;1020;20221202;-1.6;-2.2;-1.9;2.6;5.07;1.7;.3;1014
+78087;45.40931;2.86415;1020;20221203;1.1;-2.1;-.5;3.5;5.57;8;.29;2544
+78087;45.40931;2.86415;1020;20221204;.8;.1;.5;2.3;5.8;4.3;.33;2311
+78087;45.40931;2.86415;1020;20221205;.3;-6.9;-3.3;2.4;4.04;0;.27;6610
+78087;45.40931;2.86415;1020;20221206;5.4;-6.1;-.4;2;3.54;0;.59;7363
+78087;45.40931;2.86415;1020;20221207;-2.9;-6.5;-4.7;4.2;3.94;0;.22;4162
+78087;45.40931;2.86415;1020;20221208;2.2;-9;-3.4;2.3;4.34;1.2;.31;4539
+78087;45.40931;2.86415;1020;20221209;3;1.3;2.2;2;6.54;1.3;.36;2135
+78087;45.40931;2.86415;1020;20221210;-4.2;-3.5;-3.9;3.1;4.24;0;.24;2900
+78087;45.40931;2.86415;1020;20221211;-.1;-9.8;-4.9;3.1;2.8;0;.55;6528
+78087;45.40931;2.86415;1020;20221212;-.9;-7.5;-4.2;2.9;3.44;11.1;.49;3303
+78087;45.40931;2.86415;1020;20221213;5.8;-2.6;1.6;4.3;6.84;2.6;.17;4784
+78087;45.40931;2.86415;1020;20221214;7.2;3.9;5.5;4.8;8.34;2.6;.48;1818
+78087;45.40931;2.86415;1020;20221215;5.4;1.3;3.4;3.2;7.07;13.5;.46;1342
+78087;45.40931;2.86415;1020;20221216;0;-.1;-.1;3;5.24;0;.43;1600
+78087;45.40931;2.86415;1020;20221217;2.5;-7;-2.3;4.2;2.6;0;1.08;6328
+78087;45.40931;2.86415;1020;20221218;7.7;-3;2.4;3.6;3.94;0;1.08;5550
+78087;45.40931;2.86415;1020;20221219;10.1;4.2;7.1;6.6;7.67;0;1.12;4042
+78087;45.40931;2.86415;1020;20221220;11;6.4;8.7;5.9;8.4;2.8;1.21;3421
+78087;45.40931;2.86415;1020;20221221;8.4;6;7.2;5.1;8.97;2.1;.6;2854
+78087;45.40931;2.86415;1020;20221222;8.9;6.6;7.8;8.7;9.44;21.9;.72;1784
+78087;45.40931;2.86415;1020;20221223;10.5;8.6;9.5;7.9;10.97;8.2;.62;1138
+78087;45.40931;2.86415;1020;20221224;11.2;6.9;9.1;3.2;9.17;.1;.76;3988
+78087;45.40931;2.86415;1020;20221225;13.1;3.1;8.1;4.2;7.1;0;1.3;5601
+78087;45.40931;2.86415;1020;20221226;9.5;5.9;7.7;4.5;8.07;6;1.08;1766
+78087;45.40931;2.86415;1020;20221227;6.2;1.3;3.7;2;6.74;0;.39;4310
+78087;45.40931;2.86415;1020;20221228;9.7;.1;4.9;4.4;7.24;.6;.75;3846
+78087;45.40931;2.86415;1020;20221229;7.3;5.2;6.3;4.6;8;17;.73;1174
+78087;45.40931;2.86415;1020;20221230;9.9;3.3;6.6;4.9;8.87;3.5;.53;2682
+78087;45.40931;2.86415;1020;20221231;15.3;7.8;11.5;5.1;8.97;0;1.68;5143
+78088;45.43036;3.182;460;20220101;14.4;-2;6.2;.2;6.78;0;.12;5898
+78088;45.43036;3.182;460;20220102;13.2;-1.6;5.8;1.2;7.58;0;.45;5599
+78088;45.43036;3.182;460;20220103;12.6;7;9.8;2.9;9.18;.5;1.01;3178
+78088;45.43036;3.182;460;20220104;17.2;9.5;13.3;4.9;8.58;5.8;2.44;3885
+78088;45.43036;3.182;460;20220105;4.2;1.6;2.9;3;5.68;.1;.81;1961
+78088;45.43036;3.182;460;20220106;3;1.1;2;2.1;5.38;0;.68;1583
+78088;45.43036;3.182;460;20220107;5.8;-3.3;1.2;.9;5.58;2.5;.33;4395
+78088;45.43036;3.182;460;20220108;8.9;2.5;5.7;2.7;7.38;4.4;.74;3598
+78088;45.43036;3.182;460;20220109;7.5;2.2;4.8;1.9;6.28;3;.73;3239
+78088;45.43036;3.182;460;20220110;5.9;3.5;4.7;1.7;6.78;.5;.64;1957
+78088;45.43036;3.182;460;20220111;4.1;-2.5;.8;2.4;5.38;0;.53;3779
+78088;45.43036;3.182;460;20220112;1.1;-1.6;-.3;1.7;5.08;0;.46;2173
+78088;45.43036;3.182;460;20220113;4.4;-5;-.3;.6;4.38;0;.32;4757
+78088;45.43036;3.182;460;20220114;7.8;-7.8;0;.4;4.18;0;.25;6413
+78088;45.43036;3.182;460;20220115;7.9;-8.1;-.1;.2;4.08;0;.17;6578
+78088;45.43036;3.182;460;20220116;7;-8.9;-1;.6;4.08;0;.32;6631
+78088;45.43036;3.182;460;20220117;2.6;-5.8;-1.6;.5;5.58;0;.22;4671
+78088;45.43036;3.182;460;20220118;2.9;-.3;1.3;1.1;5.58;0;.45;2632
+78088;45.43036;3.182;460;20220119;4.1;-6.6;-1.3;.5;5.08;0;.26;5505
+78088;45.43036;3.182;460;20220120;3.5;-.7;1.4;1.7;6.28;1.2;.39;3213
+78088;45.43036;3.182;460;20220121;2.8;-.6;1.1;4.3;4.98;0;.9;2857
+78088;45.43036;3.182;460;20220122;1.1;-1.6;-.3;2;5.28;0;.46;2502
+78088;45.43036;3.182;460;20220123;6.1;-.9;2.6;.9;5.38;0;.52;4550
+78088;45.43036;3.182;460;20220124;11.2;-4.9;3.1;.5;4.98;0;.43;7386
+78088;45.43036;3.182;460;20220125;11.7;-7;2.3;.4;4.68;0;.38;8127
+78088;45.43036;3.182;460;20220126;9.2;-7.7;.7;.6;4.58;0;.44;7794
+78088;45.43036;3.182;460;20220127;6.3;-7.3;-.5;1.3;4.48;0;.56;7012
+78088;45.43036;3.182;460;20220128;2.1;-3.7;-.8;.7;5.68;0;.32;4384
+78088;45.43036;3.182;460;20220129;4.4;-4.4;0;1.2;5.78;.2;.39;5655
+78088;45.43036;3.182;460;20220130;8.4;1.6;5;.7;7.18;.3;.52;4954
+78088;45.43036;3.182;460;20220131;7.9;-1.3;3.3;2.1;6.48;.6;.69;5972
+78088;45.43036;3.182;460;20220201;4;-.9;1.5;1.5;6.08;.4;.49;4221
+78088;45.43036;3.182;460;20220202;9.9;3.1;6.5;.6;8.28;.2;.55;5184
+78088;45.43036;3.182;460;20220203;11;-1.3;4.8;.7;6.78;0;.6;7338
+78088;45.43036;3.182;460;20220204;10.6;-3;3.8;.7;6.68;.9;.58;7870
+78088;45.43036;3.182;460;20220205;8.5;2.4;5.4;1.3;6.28;0;.82;5101
+78088;45.43036;3.182;460;20220206;8.8;-5.6;1.6;1.4;6.08;3.3;.65;8362
+78088;45.43036;3.182;460;20220207;8.7;7.3;8;2.2;6.68;.3;1.26;2129
+78088;45.43036;3.182;460;20220208;11.4;-6.1;2.6;.2;4.68;0;.51;9571
+78088;45.43036;3.182;460;20220209;16.7;-6.1;5.3;.6;5.28;0;.85;11192
+78088;45.43036;3.182;460;20220210;3.3;-.7;1.3;3;7.16;1.7;1.84;10300
+78088;45.43036;3.182;460;20220211;8.5;5;6.8;2.9;6.71;0;1.21;8250
+78088;45.43036;3.182;460;20220212;7.9;-4.9;1.5;1.7;5.07;0;.9;7800
+78088;45.43036;3.182;460;20220213;13.1;.7;6.9;7.3;7.51;2.9;1.82;10300
+78088;45.43036;3.182;460;20220214;10;7;8.5;3.8;8.06;2.6;1.29;4600
+78088;45.43036;3.182;460;20220215;8.2;2.3;5.3;3;7.16;3.9;.87;6050
+78088;45.43036;3.182;460;20220216;14.7;5.3;10;3;8.98;3;1.52;7683
+78088;45.43036;3.182;460;20220217;15.6;10.5;13;2.3;9.88;.9;1.58;5546
+78088;45.43036;3.182;460;20220218;19.5;6.9;13.2;3;9.08;.4;2.25;9280
+78088;45.43036;3.182;460;20220219;10;1.6;5.8;1.2;5.78;0;1.06;7550
+78088;45.43036;3.182;460;20220220;12.6;-1;5.8;2.1;6.88;1.9;1.29;9954
+78088;45.43036;3.182;460;20220221;8.9;9.4;9.1;4;6.88;.3;1.87;0
+78088;45.43036;3.182;460;20220222;11.2;.2;5.7;1.6;7.18;.2;1.09;9136
+78088;45.43036;3.182;460;20220223;11.9;5;8.4;.9;8.08;0;1.01;7184
+78088;45.43036;3.182;460;20220224;15;-1.4;6.8;2;6.78;.7;1.59;11644
+78088;45.43036;3.182;460;20220225;8;1;4.5;1.6;5.58;0;1.13;7453
+78088;45.43036;3.182;460;20220226;11;-4.8;3.1;.8;4.38;0;1.12;11736
+78088;45.43036;3.182;460;20220227;12.8;-6;3.4;.7;4.28;0;1.19;13047
+78088;45.43036;3.182;460;20220228;14.1;-6.1;4;.6;4.98;0;1.2;13736
+78088;45.43036;3.182;460;20220301;16.2;-6;5.1;1;4.98;0;1.55;14632
+78088;45.43036;3.182;460;20220302;13.7;1.3;7.5;1.1;6.98;.4;1.35;10892
+78088;45.43036;3.182;460;20220303;13.4;6.3;9.8;.9;8.78;0;1.2;8171
+78088;45.43036;3.182;460;20220304;11.8;4.2;8;1.1;8.68;0;1.13;8595
+78088;45.43036;3.182;460;20220305;10.5;-2.2;4.1;1.4;5.68;0;1.32;11481
+78088;45.43036;3.182;460;20220306;8.5;-7.6;.4;1.3;3.78;0;1.32;13192
+78088;45.43036;3.182;460;20220307;11.5;-8.9;1.3;.8;3.88;0;1.35;15136
+78088;45.43036;3.182;460;20220308;15.5;-6.8;4.3;2.2;5.28;0;2.12;16062
+78088;45.43036;3.182;460;20220309;14.7;-1.7;6.5;2;6.38;0;1.89;13841
+78088;45.43036;3.182;460;20220310;14.2;.4;7.3;3.4;7.38;.1;2.01;12794
+78088;45.43036;3.182;460;20220311;12.9;5.5;9.2;6.4;7.58;1.7;2.49;9285
+78088;45.43036;3.182;460;20220312;9.3;5.4;7.3;5.2;7.28;1.5;1.78;6620
+78088;45.43036;3.182;460;20220313;10.1;5.2;7.6;4.3;6.88;3;1.93;7608
+78088;45.43036;3.182;460;20220314;13.7;-3.7;5;2;7.68;3.3;1.63;15181
+78088;45.43036;3.182;460;20220315;14.9;7.9;11.4;6.5;9.58;0;2.48;9469
+78088;45.43036;3.182;460;20220316;17.4;7.7;12.5;1.7;9.78;0;1.99;11415
+78088;45.43036;3.182;460;20220317;10.2;7;8.6;2.5;9.88;1;1.1;6315
+78088;45.43036;3.182;460;20220318;10.4;5.9;8.2;3;8.46;.2;1.41;6700
+78088;45.43036;3.182;460;20220319;15.8;6.2;11;2.8;8.31;0;2.38;14050
+78088;45.43036;3.182;460;20220320;13.2;5;9.1;5.9;7.41;.2;2.25;7650
+78088;45.43036;3.182;460;20220321;14.2;7.3;10.7;6.5;6.91;0;3.13;12050
+78088;45.43036;3.182;460;20220322;15;1.1;8;6.6;4.86;0;3.75;18800
+78088;45.43036;3.182;460;20220323;16.7;0;8.4;4.4;4.31;0;3.71;19350
+78088;45.43036;3.182;460;20220324;19.1;1.9;10.5;2.6;4.76;0;3.34;19600
+78088;45.43036;3.182;460;20220325;19.6;3.5;11.6;2.5;5.01;0;3.44;17900
+78088;45.43036;3.182;460;20220326;19.4;0;9.7;2.3;5.86;0;3.16;19600
+78088;45.43036;3.182;460;20220327;20.7;2.9;11.8;3.3;6.06;0;3.75;19150
+78088;45.43036;3.182;460;20220328;20.8;5.9;13.3;4.6;5.81;0;4.42;17550
+78088;45.43036;3.182;460;20220329;19.2;8.2;13.7;3.3;7.31;4.2;3.26;12300
+78088;45.43036;3.182;460;20220330;12.5;8;10.2;2;10.46;2.5;1.3;7650
+78088;45.43036;3.182;460;20220331;10.7;6.5;8.6;3.6;8.26;6.2;1.62;8000
+78088;45.43036;3.182;460;20220401;5;-.2;2.4;5.9;5.47;3.9;1.7;12800
+78088;45.43036;3.182;460;20220402;4;-1.3;1.3;3.7;5;.6;1.45;10233
+78088;45.43036;3.182;460;20220403;2.9;-1;1;4;5.17;.4;1.1;5000
+78088;45.43036;3.182;460;20220404;9.2;-.6;4.3;1.6;5.07;0;2.38;22700
+78088;45.43036;3.182;460;20220405;12.8;-1.9;5.5;2;6.86;0;1.94;15800
+78088;45.43036;3.182;460;20220406;12.9;5.1;9;2.5;9.06;1.3;1.45;8700
+78088;45.43036;3.182;460;20220407;13.5;9;11.3;5;10.06;14.1;1.67;5300
+78088;45.43036;3.182;460;20220408;15.9;10.9;13.4;7.7;9.71;3.2;3.16;9850
+78088;45.43036;3.182;460;20220409;11;1.7;6.4;3.5;6.15;.2;2.34;16833
+78088;45.43036;3.182;460;20220410;16.5;-2.6;6.9;2.3;5.46;0;3.24;24100
+78088;45.43036;3.182;460;20220411;17;4.1;10.5;7.6;7.71;0;3.82;20450
+78088;45.43036;3.182;460;20220412;17.4;10.6;14;6.4;7.21;0;4.15;11400
+78088;45.43036;3.182;460;20220413;17.7;6;11.9;1.9;8.26;.1;2.56;13250
+78088;45.43036;3.182;460;20220414;21.1;5.3;13.2;2.3;10.36;0;3.51;23000
+78088;45.43036;3.182;460;20220415;22.2;5.2;13.7;2.1;10.51;0;3.66;23150
+78088;45.43036;3.182;460;20220416;22;5.6;13.8;2.9;9.11;0;3.99;22400
+78088;45.43036;3.182;460;20220417;20.3;3.9;12.1;2.6;7.26;0;4.1;25550
+78088;45.43036;3.182;460;20220418;19.9;3.3;11.6;2;7.76;0;3.5;23200
+78088;45.43036;3.182;460;20220419;18.5;4.5;11.5;2.2;9.16;0;2.86;17350
+78088;45.43036;3.182;460;20220420;15.1;7.6;11.4;1.8;10.31;2;1.59;6950
+78088;45.43036;3.182;460;20220421;17.1;8.9;13;1.9;10.81;.4;2.21;11850
+78088;45.43036;3.182;460;20220422;20;4.5;12.3;1.9;9.91;.3;3.19;20800
+78088;45.43036;3.182;460;20220423;15.9;9.1;12.5;4.8;9.56;5.4;2.55;8200
+78088;45.43036;3.182;460;20220424;13.4;5.1;9.2;3.2;9.81;3.6;1.32;6200
+78088;45.43036;3.182;460;20220425;15.4;8.9;12.2;2.1;9.46;0;2.25;11550
+78088;45.43036;3.182;460;20220426;18.3;3.8;11;2.4;9.06;0;3.5;24650
+78088;45.43036;3.182;460;20220427;21.1;4;12.6;2.3;9.06;0;4.07;25750
+78088;45.43036;3.182;460;20220428;22.6;6.3;14.4;2.2;10.66;0;3.95;23850
+78088;45.43036;3.182;460;20220429;21.3;6.4;13.9;2;11.61;1;3.04;17850
+78088;45.43036;3.182;460;20220430;19;6.2;12.6;2.3;9.91;0;3.66;24350
+78088;45.43036;3.182;460;20220501;18.7;2.5;10.6;1.8;8.01;0;3.71;26650
+78088;45.43036;3.182;460;20220502;20;4;12;2;8.71;0;3.71;24050
+78088;45.43036;3.182;460;20220503;19.7;8.1;13.9;1.7;10.46;.1;2.89;16100
+78088;45.43036;3.182;460;20220504;18.9;7.9;13.4;1.9;11.66;9;2.57;15150
+78088;45.43036;3.182;460;20220505;18.1;8;13.1;3;10.06;.6;3.37;20100
+78088;45.43036;3.182;460;20220506;16.9;10;13.4;2.1;10.48;0;2.8;14740
+78088;45.43036;3.182;460;20220507;20.6;5.5;13;2.1;9.88;1.6;3.73;22280
+78088;45.43036;3.182;460;20220508;21.9;7.3;14.6;2;10.88;0;3.85;22006
+78088;45.43036;3.182;460;20220509;24.5;5.5;15;1.1;10.48;0;4.12;25334
+78088;45.43036;3.182;460;20220510;28.4;6.3;17.3;.9;11.18;0;4.63;27513
+78088;45.43036;3.182;460;20220511;30.2;7.3;18.7;2.7;11.18;0;6.06;28151
+78088;45.43036;3.182;460;20220512;23.9;11.4;17.6;1.7;13.68;1.5;3.88;20698
+78088;45.43036;3.182;460;20220513;23.8;10.2;17;1.2;14.98;2.5;3.72;21718
+78088;45.43036;3.182;460;20220514;26.7;8.5;17.6;1.3;12.88;0;4.49;25352
+78088;45.43036;3.182;460;20220515;29.8;10.4;20.1;2.6;12.38;1.2;5.8;26309
+78088;45.43036;3.182;460;20220516;28.5;12.7;20.6;1.7;12.38;0;4.95;23768
+78088;45.43036;3.182;460;20220517;30.2;10.4;20.3;.9;13.58;0;4.88;26803
+78088;45.43036;3.182;460;20220518;30.4;12.1;21.2;1.2;15.38;.6;4.99;25839
+78088;45.43036;3.182;460;20220519;31.4;16.3;23.8;2.6;14.68;.1;5.88;23491
+78088;45.43036;3.182;460;20220520;31.1;16.4;23.7;3;11.88;0;6.35;23252
+78088;45.43036;3.182;460;20220521;31.5;13.4;22.4;1.1;16.28;0;5.12;25976
+78088;45.43036;3.182;460;20220522;32.2;15.2;23.7;1.1;17.38;1.7;5.14;25237
+78088;45.43036;3.182;460;20220523;22;17.1;19.5;2.6;14.58;6.7;3.44;13246
+78088;45.43036;3.182;460;20220524;19.8;10.9;15.3;2;10.28;0;3.6;18172
+78088;45.43036;3.182;460;20220525;19.2;6.2;12.7;1.4;9.68;0;3.55;22187
+78088;45.43036;3.182;460;20220526;18.4;8;13.2;.9;11.18;0;3.14;19825
+78088;45.43036;3.182;460;20220527;23.1;10.7;16.9;1.7;12.38;0;4.05;21779
+78088;45.43036;3.182;460;20220528;22.3;12.7;17.5;2.8;10.58;0;4.39;19125
+78088;45.43036;3.182;460;20220529;19.7;5.2;12.4;2;7.78;0;4.08;23739
+78088;45.43036;3.182;460;20220530;23.6;3.4;13.5;1.4;7.88;.1;4.64;28225
+78088;45.43036;3.182;460;20220531;19.8;9.3;14.5;1.1;11.38;2.3;3.4;20189
+78088;45.43036;3.182;460;20220601;25.4;6.9;16.1;1.1;13.08;2.3;4.52;27105
+78088;45.43036;3.182;460;20220602;26.4;13.9;20.1;1.8;16.08;12.5;4.45;22195
+78088;45.43036;3.182;460;20220603;31.2;12;21.6;1.3;15.98;9.7;5.45;27744
+78088;45.43036;3.182;460;20220604;29.2;14.2;21.7;1.8;18.08;17.6;4.99;24483
+78088;45.43036;3.182;460;20220605;24.8;15.8;20.3;2.2;16.28;2.1;4.06;18830
+78088;45.43036;3.182;460;20220606;25.1;11.2;18.1;1.5;14.28;.3;4.36;23624
+78088;45.43036;3.182;460;20220607;23.6;11.9;17.7;1.4;12.88;.5;4.06;21646
+78088;45.43036;3.182;460;20220608;22.1;10.8;16.4;1.8;12.78;3.3;3.91;21292
+78088;45.43036;3.182;460;20220609;19.6;11.6;15.6;1.9;10.98;0;3.52;17821
+78088;45.43036;3.182;460;20220610;25.2;9.7;17.4;1.1;12.68;.1;4.44;25132
+78088;45.43036;3.182;460;20220611;29.7;9.7;19.7;1.3;13.48;0;5.4;28683
+78088;45.43036;3.182;460;20220612;30;12.7;21.3;1;16.18;.3;5.08;26651
+78088;45.43036;3.182;460;20220613;26.1;15.6;20.8;1.5;15.48;0;4.28;20616
+78088;45.43036;3.182;460;20220614;31.5;8.9;20.2;1.1;12.38;.3;5.71;30621
+78088;45.43036;3.182;460;20220615;33.7;14.5;24.1;1.5;16.98;.2;6.02;28185
+78088;45.43036;3.182;460;20220616;32.1;14.8;23.4;.8;17.38;.1;5.25;26731
+78088;45.43036;3.182;460;20220617;34.1;13.5;23.8;1.2;15.28;0;6.01;29251
+78088;45.43036;3.182;460;20220618;38.4;13.1;25.7;2.6;13.78;0;8.1;31209
+78088;45.43036;3.182;460;20220619;35.4;21.6;28.5;5.4;12.68;0;9.38;23819
+78088;45.43036;3.182;460;20220620;34.6;16.2;25.4;1.9;13.18;.8;6.56;27624
+78088;45.43036;3.182;460;20220621;32.8;17.1;24.9;1.7;16.78;2.1;5.79;25460
+78088;45.43036;3.182;460;20220622;29.5;18.3;23.9;2.4;17.38;2.8;5.21;21385
+78088;45.43036;3.182;460;20220623;26.4;15.6;21;1.5;17.38;8.5;4.25;20981
+78088;45.43036;3.182;460;20220624;23.1;15.2;19.1;2;14.68;6.3;3.81;17830
+78088;45.43036;3.182;460;20220625;27.5;11.1;19.3;1.9;14.38;30.1;5.08;26009
+78088;45.43036;3.182;460;20220626;16.6;14.8;15.7;1.7;16.58;35.5;1.66;8110
+78088;45.43036;3.182;460;20220627;19.5;13.6;16.5;1.2;15.68;1.3;2.79;15281
+78088;45.43036;3.182;460;20220628;24.1;10.3;17.2;1.1;13.38;0;4.17;23748
+78088;45.43036;3.182;460;20220629;27.9;9.6;18.7;1;13.08;.4;4.92;27437
+78088;45.43036;3.182;460;20220630;22.4;15.8;19.1;1.4;14.68;2.7;3.39;16161
+78088;45.43036;3.182;460;20220701;21.6;10.6;16.1;1.2;12.08;0;3.73;21058
+78088;45.43036;3.182;460;20220702;29.7;7.9;18.8;1.3;12.18;0;5.51;29914
+78088;45.43036;3.182;460;20220703;29.8;12.7;21.2;1.2;15.18;1.2;5.14;26372
+78088;45.43036;3.182;460;20220704;27.4;14.2;20.8;1.3;16.28;6.9;4.53;23046
+78088;45.43036;3.182;460;20220705;26.2;13.6;19.9;1.2;14.78;.1;4.33;22463
+78088;45.43036;3.182;460;20220706;25.2;10.2;17.7;1.8;12.38;.1;4.65;24536
+78088;45.43036;3.182;460;20220707;25.1;9.8;17.4;2.1;12.78;0;4.7;24743
+78088;45.43036;3.182;460;20220708;25;13.9;19.4;3.1;13.68;0;4.77;20923
+78088;45.43036;3.182;460;20220709;27.6;10.3;18.9;1.7;12.98;0;5.07;26255
+78088;45.43036;3.182;460;20220710;27.3;11.3;19.3;1.4;14.28;.1;4.75;25166
+78088;45.43036;3.182;460;20220711;28.5;10.5;19.5;1.5;13.68;0;5.1;26678
+78088;45.43036;3.182;460;20220712;30.4;11.1;20.7;1.1;13.38;0;5.24;27587
+78088;45.43036;3.182;460;20220713;32;10.3;21.1;1.2;12.68;0;5.65;29225
+78088;45.43036;3.182;460;20220714;35.1;14;24.5;1.4;14.88;0;6.16;28733
+78088;45.43036;3.182;460;20220715;30.4;13.8;22.1;1.3;14.48;0;5.14;25332
+78088;45.43036;3.182;460;20220716;29.8;12.2;21;1.9;13.08;0;5.49;26033
+78088;45.43036;3.182;460;20220717;31.7;10.2;20.9;1.3;13.18;0;5.59;28769
+78088;45.43036;3.182;460;20220718;37.7;11.9;24.8;1.5;13.68;10.7;6.64;29959
+78088;45.43036;3.182;460;20220719;38.6;14.9;26.7;1.9;14.58;.5;7.2;29867
+78088;45.43036;3.182;460;20220720;27.6;17.8;22.7;1.6;17.38;0;4.21;18997
+78088;45.43036;3.182;460;20220721;30.5;13.1;21.8;1.1;15.78;0;4.96;25477
+78088;45.43036;3.182;460;20220722;33;13.2;23.1;1.8;15.88;.1;5.85;27132
+78088;45.43036;3.182;460;20220723;27.7;20.1;23.9;1.9;17.18;0;4.17;16464
+78088;45.43036;3.182;460;20220724;35.2;12.8;24;1.1;15.18;0;5.8;28697
+78088;45.43036;3.182;460;20220725;31;15.7;23.3;1.6;16.28;.5;5.09;23497
+78088;45.43036;3.182;460;20220726;26.1;17.3;21.7;2.2;14.58;0;4.29;17568
+78088;45.43036;3.182;460;20220727;26;11.3;18.6;1.3;12.08;0;4.31;22833
+78088;45.43036;3.182;460;20220728;30.5;9;19.7;1.4;11.48;0;5.31;27656
+78088;45.43036;3.182;460;20220729;27.4;15;21.2;1.1;13.68;0;4.16;20733
+78088;45.43036;3.182;460;20220730;30.1;11.2;20.6;1.1;12.88;.1;4.86;25660
+78088;45.43036;3.182;460;20220731;31.6;12.4;22;1.1;13.48;0;5.02;25753
+78088;45.43036;3.182;460;20220801;32.3;13;22.6;1.3;14.58;0;5.22;25703
+78088;45.43036;3.182;460;20220802;32;14;23;1.1;14.58;4;4.94;24680
+78088;45.43036;3.182;460;20220803;36.9;13.7;25.3;1;14.28;0;5.68;27985
+78088;45.43036;3.182;460;20220804;36.6;15.9;26.2;.9;15.58;.1;5.38;26262
+78088;45.43036;3.182;460;20220805;31.2;16.5;23.8;1.2;18.58;6.9;4.55;21901
+78088;45.43036;3.182;460;20220806;28.7;17.3;23;1.9;15.68;0;4.47;19097
+78088;45.43036;3.182;460;20220807;28.8;10.8;19.8;1.7;11.58;0;4.87;24062
+78088;45.43036;3.182;460;20220808;30.7;9.9;20.3;1.7;10.68;0;5.29;25782
+78088;45.43036;3.182;460;20220809;32.2;9.8;21;1.1;10.38;0;5.03;26637
+78088;45.43036;3.182;460;20220810;34;10.5;22.2;1;11.08;0;5.14;27148
+78088;45.43036;3.182;460;20220811;35.8;11.5;23.6;1.2;11.68;0;5.5;27011
+78088;45.43036;3.182;460;20220812;35;12.8;23.9;1.2;11.68;0;5.33;26061
+78088;45.43036;3.182;460;20220813;35.6;12;23.8;1.2;11.28;8.1;5.42;26702
+78088;45.43036;3.182;460;20220814;23.8;18.8;21.3;1.9;16.98;7.6;2.99;11825
+78088;45.43036;3.182;460;20220815;27.2;15.1;21.1;1.6;14.88;0;3.96;18695
+78088;45.43036;3.182;460;20220816;29.2;12.4;20.8;.8;15.88;21.3;3.99;22023
+78088;45.43036;3.182;460;20220817;24;14.8;19.4;1.6;16.98;7.8;3.14;15997
+78088;45.43036;3.182;460;20220818;22.5;14.3;18.4;1.1;16.88;10.6;2.75;14960
+78088;45.43036;3.182;460;20220819;22.7;15.5;19.1;1;17.78;.5;2.62;13876
+78088;45.43036;3.182;460;20220820;26.3;16.1;21.2;1.3;17.68;.1;3.34;16543
+78088;45.43036;3.182;460;20220821;25.2;12.5;18.8;1;15.38;.1;3.3;18418
+78088;45.43036;3.182;460;20220822;26.1;16.2;21.1;1.5;16.98;.7;3.36;16058
+78088;45.43036;3.182;460;20220823;27.7;18.1;22.9;1.1;18.68;.2;3.29;15687
+78088;45.43036;3.182;460;20220824;31.4;13.8;22.6;.7;16.28;0;3.93;21349
+78088;45.43036;3.182;460;20220825;31.9;13.6;22.7;1.1;17.58;3.3;4.21;21623
+78088;45.43036;3.182;460;20220826;24.7;17.3;21;1.4;19.18;.7;2.76;13373
+78088;45.43036;3.182;460;20220827;24.7;13.4;19;.9;16.48;.2;2.95;16574
+78088;45.43036;3.182;460;20220828;28.4;11.8;20.1;1;15.18;0;3.63;20090
+78088;45.43036;3.182;460;20220829;30.8;12.2;21.5;.9;15.48;.8;3.87;21142
+78088;45.43036;3.182;460;20220830;25.6;16.6;21.1;1.5;17.58;1.4;3.02;14360
+78088;45.43036;3.182;460;20220831;26.7;13;19.8;1.4;15.78;0;3.39;17747
+78088;45.43036;3.182;460;20220901;28.5;12.2;20.3;1.1;14.78;0;3.57;19265
+78088;45.43036;3.182;460;20220902;25.4;12;18.7;1.2;15.78;4.8;3.08;17251
+78088;45.43036;3.182;460;20220903;26.4;14.4;20.4;1.8;15.08;1;3.43;16145
+78088;45.43036;3.182;460;20220904;30.4;11.3;20.8;1.5;14.88;.4;4.01;20388
+78088;45.43036;3.182;460;20220905;31;15;23;2;16.78;3.1;4.19;18433
+78088;45.43036;3.182;460;20220906;22.3;15.8;19;1.4;18.38;2.8;2.2;11372
+78088;45.43036;3.182;460;20220907;23.8;14.6;19.2;1;17.68;6.2;2.46;13547
+78088;45.43036;3.182;460;20220908;23.6;12.1;17.8;2.1;14.28;.1;3;15094
+78088;45.43036;3.182;460;20220909;22.9;11.5;17.2;2;12.68;0;2.99;14884
+78088;45.43036;3.182;460;20220910;22.7;11.1;16.9;.9;12.38;0;2.53;14878
+78088;45.43036;3.182;460;20220911;25.8;7.3;16.5;.7;11.68;.1;2.87;18806
+78088;45.43036;3.182;460;20220912;33.8;8.6;21.2;.7;14.18;0;3.59;21261
+78088;45.43036;3.182;460;20220913;31.2;15.9;23.5;3.4;18.08;4.7;4.57;16705
+78088;45.43036;3.182;460;20220914;27.7;18.2;22.9;1.6;18.28;6.2;2.97;12873
+78088;45.43036;3.182;460;20220915;24.3;13;18.6;.8;16.38;2.7;2.37;13965
+78088;45.43036;3.182;460;20220916;19.9;13.8;16.8;1.4;14.58;.4;1.96;9956
+78088;45.43036;3.182;460;20220917;15.8;8.9;12.3;2.6;9.28;0;2.26;10524
+78088;45.43036;3.182;460;20220918;19.9;1.7;10.8;1;7.78;0;2.37;17379
+78088;45.43036;3.182;460;20220919;19.4;1.9;10.6;1.1;8.18;0;2.31;16847
+78088;45.43036;3.182;460;20220920;19.3;2.3;10.8;.8;8.18;0;2.14;16417
+78088;45.43036;3.182;460;20220921;19.8;2.7;11.2;.8;8.38;0;2.15;16290
+78088;45.43036;3.182;460;20220922;23.6;2.2;12.9;.8;8.88;0;2.45;18113
+78088;45.43036;3.182;460;20220923;23.2;4.3;13.7;1.3;10.98;6.4;2.53;16790
+78088;45.43036;3.182;460;20220924;20.1;9.2;14.6;1;12.78;4.4;1.92;12428
+78088;45.43036;3.182;460;20220925;15.8;10.6;13.2;.6;12.98;3.6;1.31;8254
+78088;45.43036;3.182;460;20220926;16.5;9.2;12.8;1.4;11.08;5.8;1.67;9802
+78088;45.43036;3.182;460;20220927;15.4;9.8;12.6;1.5;10.58;4.7;1.6;8390
+78088;45.43036;3.182;460;20220928;18.8;12.2;15.5;1.5;12.78;11.7;1.79;9063
+78088;45.43036;3.182;460;20220929;15;9.4;12.2;1.1;10.88;.7;1.4;8187
+78088;45.43036;3.182;460;20220930;15.4;7.4;11.4;.8;9.78;.7;1.44;9811
+78088;45.43036;3.182;460;20221001;20.6;4.6;12.6;2.1;11.58;5.1;2.14;14015
+78088;45.43036;3.182;460;20221002;21.6;12.7;17.1;1.6;13.58;.1;2.02;10135
+78088;45.43036;3.182;460;20221003;19.2;10.2;14.7;1;12.58;0;1.61;10068
+78088;45.43036;3.182;460;20221004;24;7.7;15.8;1;11.68;.1;2.09;13638
+78088;45.43036;3.182;460;20221005;26.6;6;16.3;2;11.38;0;2.91;15233
+78088;45.43036;3.182;460;20221006;16.9;10.1;13.5;1.1;13.38;0;1.28;8323
+78088;45.43036;3.182;460;20221007;23.9;9.9;16.9;.9;13.48;.4;1.87;12112
+78088;45.43036;3.182;460;20221008;15.6;11.4;13.5;1;12.58;.5;1.16;6209
+78088;45.43036;3.182;460;20221009;23.2;4.4;13.8;1;10.18;0;1.92;13793
+78088;45.43036;3.182;460;20221010;24.6;8.4;16.5;1;11.78;.3;1.95;12583
+78088;45.43036;3.182;460;20221011;18.5;10.9;14.7;1.2;14.18;3.5;1.31;8269
+78088;45.43036;3.182;460;20221012;22.2;13.6;17.9;.9;15.08;.3;1.52;8724
+78088;45.43036;3.182;460;20221013;18.9;9.2;14;1.4;12.88;4.8;1.44;9185
+78088;45.43036;3.182;460;20221014;21;12.1;16.5;2.4;14.08;2;1.86;8646
+78088;45.43036;3.182;460;20221015;20.9;13.8;17.3;3;13.68;0;2.14;7535
+78088;45.43036;3.182;460;20221016;25.6;14.8;20.2;3.6;14.08;0;3.13;9337
+78088;45.43036;3.182;460;20221017;22.5;15.7;19.1;4.5;14.18;0;2.89;7151
+78088;45.43036;3.182;460;20221018;26.2;13.7;19.9;1.4;13.88;.1;2.03;9823
+78088;45.43036;3.182;460;20221019;26.3;8;17.1;1.6;12.88;1;2.12;11876
+78088;45.43036;3.182;460;20221020;23.7;16.9;20.3;4.2;15.58;5;2.8;6846
+78088;45.43036;3.182;460;20221021;23;16.2;19.6;2.4;15.48;3.7;2;6746
+78088;45.43036;3.182;460;20221022;23.7;10.4;17;1.3;13.28;.1;1.64;9595
+78088;45.43036;3.182;460;20221023;23.7;14.4;19;4.8;14.18;.3;3.02;7786
+78088;45.43036;3.182;460;20221024;21.9;12.5;17.2;2;12.48;0;1.86;7718
+78088;45.43036;3.182;460;20221025;23;5;14;1.5;10.78;0;1.68;10812
+78088;45.43036;3.182;460;20221026;24.2;9.9;17;1.1;12.58;.1;1.51;9418
+78088;45.43036;3.182;460;20221027;26.5;8.4;17.4;1.9;13.08;0;2.08;10537
+78088;45.43036;3.182;460;20221028;28.6;18;23.3;4;10.68;0;4.39;7772
+78088;45.43036;3.182;460;20221029;27.6;12.3;19.9;2.9;9.28;0;3.33;9351
+78088;45.43036;3.182;460;20221030;25.5;8.6;17;1.7;9.18;.1;2.09;9724
+78088;45.43036;3.182;460;20221031;23.4;10.6;17;3.5;12.28;7.5;2.48;8243
+78088;45.43036;3.182;460;20221101;19;12.8;15.9;1.7;11.78;0;1.43;5425
+78088;45.43036;3.182;460;20221102;17.2;5;11.1;1;9.38;0;.99;7796
+78088;45.43036;3.182;460;20221103;16.7;6.3;11.5;3.4;9.18;2.5;1.76;7035
+78088;45.43036;3.182;460;20221104;11.9;8.7;10.3;3.4;8.28;8.4;1.58;3511
+78088;45.43036;3.182;460;20221105;11.5;4.8;8.1;1.6;7.98;0;.92;5334
+78088;45.43036;3.182;460;20221106;18.1;.4;9.2;2.3;7.28;.1;1.61;9008
+78088;45.43036;3.182;460;20221107;18.4;4.2;11.3;2.7;8.68;0;1.68;7875
+78088;45.43036;3.182;460;20221108;20.5;10.3;15.4;4.2;10.58;2.9;2.47;6464
+78088;45.43036;3.182;460;20221109;13.9;12;12.9;2.2;12.98;7.4;.84;2322
+78088;45.43036;3.182;460;20221110;13.9;9;11.4;.9;10.78;0;.72;4121
+78088;45.43036;3.182;460;20221111;19;3.1;11;.8;9.48;.1;.79;7912
+78088;45.43036;3.182;460;20221112;20.8;3.1;11.9;.6;9.38;0;.72;8272
+78088;45.43036;3.182;460;20221113;13.4;3.9;8.6;.8;9.68;0;.57;5776
+78088;45.43036;3.182;460;20221114;16.3;8.1;12.2;2.1;10.88;7.8;1.06;5237
+78088;45.43036;3.182;460;20221115;15.8;9.8;12.8;1.8;12.08;3.9;.88;4308
+78088;45.43036;3.182;460;20221116;15.6;9;12.3;3.3;9.38;1.1;1.63;4490
+78088;45.43036;3.182;460;20221117;16.7;10.7;13.7;3;9.48;5.3;1.77;4186
+78088;45.43036;3.182;460;20221118;11.6;5.6;8.6;1.1;8.08;.7;.71;4128
+78088;45.43036;3.182;460;20221119;9;2.6;5.8;1;7.78;1;.5;4229
+78088;45.43036;3.182;460;20221120;9.4;-1.3;4;1.2;6.78;1;.51;5613
+78088;45.43036;3.182;460;20221121;10.2;.3;5.2;2.2;7.38;4.8;.68;5302
+78088;45.43036;3.182;460;20221122;10.5;2.5;6.5;2.2;6.78;2.2;.93;4630
+78088;45.43036;3.182;460;20221123;13.9;4.4;9.1;2.5;8.38;2.7;1.07;5049
+78088;45.43036;3.182;460;20221124;12.5;1.9;7.2;1.5;8.08;.8;.64;5310
+78088;45.43036;3.182;460;20221125;9.8;7.6;8.7;1.4;9.08;3.7;.69;1982
+78088;45.43036;3.182;460;20221126;9.2;1.6;5.4;.9;7.68;0;.42;4277
+78088;45.43036;3.182;460;20221127;13.6;1.2;7.4;2.2;6.88;2.2;1.03;5608
+78088;45.43036;3.182;460;20221128;10.6;8.4;9.5;2.1;8.48;2.8;1.01;1902
+78088;45.43036;3.182;460;20221129;9.5;2.3;5.9;1;7.68;1.1;.46;4005
+78088;45.43036;3.182;460;20221130;6.8;4.8;5.8;1.9;8.38;.8;.51;1733
+78088;45.43036;3.182;460;20221201;5.4;4.3;4.8;2.1;7.58;.5;.58;1076
+78088;45.43036;3.182;460;20221202;3;2.5;2.7;1.1;6.28;2.6;.53;470
+78088;45.43036;3.182;460;20221203;3.4;.6;2;.7;6.68;5.2;.33;2116
+78088;45.43036;3.182;460;20221204;3.3;1.5;2.4;1.2;6.78;5.4;.39;1531
+78088;45.43036;3.182;460;20221205;7.9;-3.5;2.2;.5;5.38;0;.27;4950
+78088;45.43036;3.182;460;20221206;4.2;-4;.1;.9;4.98;0;.33;4051
+78088;45.43036;3.182;460;20221207;.8;-2;-.6;1.4;5.48;0;.32;2037
+78088;45.43036;3.182;460;20221208;2.4;-2.2;.1;.9;5.18;1.2;.34;2801
+78088;45.43036;3.182;460;20221209;2.4;.3;1.3;1.4;6.08;1.4;.4;1636
+78088;45.43036;3.182;460;20221210;-1.1;-1.3;-1.2;1.7;4.78;0;.5;0
+78088;45.43036;3.182;460;20221211;1.5;-5.5;-2;.9;3.88;0;.34;3564
+78088;45.43036;3.182;460;20221212;-.7;-7.7;-4.2;.3;4.28;7;.17;3545
+78088;45.43036;3.182;460;20221213;4.2;-1.1;1.5;1.2;6.28;.1;.31;2973
+78088;45.43036;3.182;460;20221214;14.2;-.5;6.8;2;8.78;1.2;.55;5430
+78088;45.43036;3.182;460;20221215;4.2;-.3;1.9;1;7.08;19.3;.24;2659
+78088;45.43036;3.182;460;20221216;.3;.4;.3;1.9;5.88;.1;.43;0
+78088;45.43036;3.182;460;20221217;.3;-7.7;-3.7;.2;3.98;0;.15;3775
+78088;45.43036;3.182;460;20221218;10.4;-8.7;.8;2;5.18;0;.62;6231
+78088;45.43036;3.182;460;20221219;14.7;6.2;10.4;4.4;8.78;0;1.55;3902
+78088;45.43036;3.182;460;20221220;14.7;9.2;11.9;4.4;9.78;1;1.59;2989
+78088;45.43036;3.182;460;20221221;14;10.4;12.2;3.1;10.08;.8;1.31;2275
+78088;45.43036;3.182;460;20221222;14.2;10.8;12.5;3.7;10.08;5.6;1.51;2190
+78088;45.43036;3.182;460;20221223;15.3;11.8;13.5;3.7;11.98;1.5;1.28;2236
+78088;45.43036;3.182;460;20221224;16.2;10.8;13.5;1.7;10.58;.1;.99;2964
+78088;45.43036;3.182;460;20221225;18;2.2;10.1;2.7;8.98;0;1.16;5614
+78088;45.43036;3.182;460;20221226;11.8;5.9;8.8;1.7;8.98;1.9;.66;3147
+78088;45.43036;3.182;460;20221227;10.7;.7;5.7;.3;7.38;0;.22;4337
+78088;45.43036;3.182;460;20221228;14.4;-1;6.7;2.4;7.08;.3;.94;5583
+78088;45.43036;3.182;460;20221229;12.6;8.4;10.5;3.3;8.88;9.7;1.3;2569
+78088;45.43036;3.182;460;20221230;12.8;4.5;8.6;4;9.78;1.7;.8;3935
+78088;45.43036;3.182;460;20221231;17.4;11.5;14.4;5.4;10.58;0;2.26;3218
+78089;45.45046;3.50007;682;20220101;17.1;2;9.5;2;6.57;0;1.17;5918
+78089;45.45046;3.50007;682;20220102;12.8;3.5;8.2;3.1;6.77;0;1.42;4471
+78089;45.45046;3.50007;682;20220103;10.6;3.7;7.1;2.8;8.47;.4;.57;3631
+78089;45.45046;3.50007;682;20220104;14.7;6.6;10.7;5;7.93;6.3;1.87;4190
+78089;45.45046;3.50007;682;20220105;1.2;-.1;.6;4.4;5.57;.3;.5;1105
+78089;45.45046;3.50007;682;20220106;1.3;-1.5;-.1;3.1;4.8;0;.58;2573
+78089;45.45046;3.50007;682;20220107;2.2;-3.5;-.7;2.8;5.27;3.3;.31;3937
+78089;45.45046;3.50007;682;20220108;5.1;.1;2.6;4.6;7.14;3.6;.3;3197
+78089;45.45046;3.50007;682;20220109;4.8;1.9;3.4;4.1;6.3;6.2;.63;2567
+78089;45.45046;3.50007;682;20220110;4.6;1.3;2.9;2.4;5.94;.6;.56;3710
+78089;45.45046;3.50007;682;20220111;1.9;-4.9;-1.5;1.9;4.77;0;.34;5014
+78089;45.45046;3.50007;682;20220112;.4;-4.1;-1.8;2;4.57;0;.33;4298
+78089;45.45046;3.50007;682;20220113;3.5;-6.3;-1.4;1.9;4.1;0;.42;5436
+78089;45.45046;3.50007;682;20220114;10.5;-6.5;2;1.2;3.9;0;.66;7315
+78089;45.45046;3.50007;682;20220115;10.7;-5.8;2.4;1.3;3.5;0;.72;7335
+78089;45.45046;3.50007;682;20220116;7.6;-6.4;.6;1.5;4;0;.58;6999
+78089;45.45046;3.50007;682;20220117;3.3;-4.4;-.5;1.7;5.6;0;.31;4464
+78089;45.45046;3.50007;682;20220118;1.8;-.9;.5;2.2;5.3;0;.4;2666
+78089;45.45046;3.50007;682;20220119;2.2;-4.7;-1.2;2.7;5.14;.1;.35;3866
+78089;45.45046;3.50007;682;20220120;1.9;-.2;.8;2.2;6.28;.6;.38;1983
+78089;45.45046;3.50007;682;20220121;1.6;-1.8;-.1;4.2;4.65;0;.9;3298
+78089;45.45046;3.50007;682;20220122;.1;-5.5;-2.7;1.7;4.95;0;.31;3658
+78089;45.45046;3.50007;682;20220123;3;-1.8;.6;1.1;5.35;0;.52;4373
+78089;45.45046;3.50007;682;20220124;12.3;-6.7;2.8;1.3;4.14;0;.81;8893
+78089;45.45046;3.50007;682;20220125;12.5;-4.4;4.1;1.2;4.37;0;.81;8403
+78089;45.45046;3.50007;682;20220126;10;-5.4;2.3;1.1;4.4;0;.67;8286
+78089;45.45046;3.50007;682;20220127;9.6;-6.5;1.5;1.4;3.84;0;.8;8495
+78089;45.45046;3.50007;682;20220128;3.9;-5;-.5;1.3;5.24;0;.4;6197
+78089;45.45046;3.50007;682;20220129;5.5;-5.2;.1;1.3;5.3;.1;.48;6745
+78089;45.45046;3.50007;682;20220130;5.8;.1;3;1.7;6.84;.1;.49;4585
+78089;45.45046;3.50007;682;20220131;4.6;1.7;3.2;5;6.34;1.2;.78;3181
+78089;45.45046;3.50007;682;20220201;2.3;-2.5;-.1;3.8;5.27;2.4;.58;4599
+78089;45.45046;3.50007;682;20220202;7.4;2.3;4.8;2.7;5.37;.8;1.26;4442
+78089;45.45046;3.50007;682;20220203;12;-.7;5.7;2.1;7.05;0;1.08;7306
+78089;45.45046;3.50007;682;20220204;6.4;-.2;3.1;2.4;6.17;1.3;.77;5432
+78089;45.45046;3.50007;682;20220205;6.5;1.2;3.8;2.2;6.04;0;.8;6647
+78089;45.45046;3.50007;682;20220206;6.2;-4.1;1;4;6.1;2.1;.48;7222
+78089;45.45046;3.50007;682;20220207;6.8;4.5;5.6;4.5;6.3;.5;1.28;5392
+78089;45.45046;3.50007;682;20220208;11.1;-4.6;3.3;1.4;4.74;0;.95;10053
+78089;45.45046;3.50007;682;20220209;16.2;-2.8;6.7;1.6;5.14;0;1.35;10777
+78089;45.45046;3.50007;682;20220210;6.5;-.8;2.9;2.4;6.9;1.7;1.54;10366
+78089;45.45046;3.50007;682;20220211;6.2;3.6;4.9;2.6;6.16;0;1.09;8666
+78089;45.45046;3.50007;682;20220212;9.4;-5.8;1.8;2.3;5.07;0;1.07;9900
+78089;45.45046;3.50007;682;20220213;10.7;-1;4.8;5.8;6.9;.4;1.59;11766
+78089;45.45046;3.50007;682;20220214;7.6;5.3;6.5;3.6;7.66;1.7;1.19;4633
+78089;45.45046;3.50007;682;20220215;6.6;1.9;4.3;2.9;6.9;2.9;.94;6533
+78089;45.45046;3.50007;682;20220216;10.2;2;6.1;3.8;9.1;1.4;.65;6565
+78089;45.45046;3.50007;682;20220217;13.1;8.3;10.7;4.2;9.93;0;1.3;5565
+78089;45.45046;3.50007;682;20220218;16.3;3.7;10;3.5;8.54;.5;1.7;9519
+78089;45.45046;3.50007;682;20220219;7.1;1;4;3.1;5.47;0;1.21;8434
+78089;45.45046;3.50007;682;20220220;9.8;-1.2;4.3;3.5;6.87;.6;.97;9237
+78089;45.45046;3.50007;682;20220221;6.5;5.2;5.9;6.5;6.77;2.9;1.33;3942
+78089;45.45046;3.50007;682;20220222;8.7;2.7;5.7;3.8;7.17;.8;1.13;7872
+78089;45.45046;3.50007;682;20220223;10.6;4.3;7.4;1.6;7.7;0;1.05;7271
+78089;45.45046;3.50007;682;20220224;12.3;.2;6.2;3.2;6.7;.8;1.54;10140
+78089;45.45046;3.50007;682;20220225;6;.1;3.1;3.4;5.27;0;1.26;9930
+78089;45.45046;3.50007;682;20220226;8.5;-2;3.2;3.1;4.47;0;1.52;11755
+78089;45.45046;3.50007;682;20220227;11.3;-5.4;2.9;1.5;4.34;0;1.4;13593
+78089;45.45046;3.50007;682;20220228;12;-3.7;4.1;1.9;4.74;0;1.59;13486
+78089;45.45046;3.50007;682;20220301;14.8;-4.7;5.1;1.5;4.97;0;1.62;14314
+78089;45.45046;3.50007;682;20220302;12.4;1.2;6.8;2.2;6.6;0;1.48;10494
+78089;45.45046;3.50007;682;20220303;12;4;8;1.5;8.37;0;1.19;9662
+78089;45.45046;3.50007;682;20220304;10.3;4.5;7.4;2.5;7.84;0;1.26;7379
+78089;45.45046;3.50007;682;20220305;8.9;-1.2;3.8;2.1;5.2;0;1.42;12230
+78089;45.45046;3.50007;682;20220306;6.7;-6.9;-.1;1.7;3.8;0;1.29;13929
+78089;45.45046;3.50007;682;20220307;9.6;-7.2;1.2;2;3.8;0;1.55;14712
+78089;45.45046;3.50007;682;20220308;13.7;-5.4;4.2;1.8;5;0;1.82;15702
+78089;45.45046;3.50007;682;20220309;12.9;-1.6;5.7;2;6.14;0;1.69;13400
+78089;45.45046;3.50007;682;20220310;12.1;-.7;5.7;2.5;6.67;0;1.56;11339
+78089;45.45046;3.50007;682;20220311;9.4;3.9;6.7;5;6.97;.2;1.61;7024
+78089;45.45046;3.50007;682;20220312;6.8;4.3;5.6;4.7;6.7;1.1;1.29;4502
+78089;45.45046;3.50007;682;20220313;8.3;4.8;6.6;4.6;6.3;4.8;1.69;6087
+78089;45.45046;3.50007;682;20220314;10.6;-2.4;4.1;3.2;7.2;3.2;1.25;11507
+78089;45.45046;3.50007;682;20220315;14.3;7.2;10.7;4.7;8.94;0;2.1;9480
+78089;45.45046;3.50007;682;20220316;16.7;3.7;10.2;1.6;9.07;0;1.8;12335
+78089;45.45046;3.50007;682;20220317;8.8;6.2;7.5;2.7;9.2;.4;.85;3358
+78089;45.45046;3.50007;682;20220318;6.4;4.3;5.3;2.7;8.3;0;.81;2533
+78089;45.45046;3.50007;682;20220319;14.5;2.6;8.5;1.8;8.13;0;1.96;13966
+78089;45.45046;3.50007;682;20220320;11.4;1.3;6.4;4.2;6.8;.2;2;7400
+78089;45.45046;3.50007;682;20220321;13.7;4.5;9.1;3.7;6.4;0;2.95;15766
+78089;45.45046;3.50007;682;20220322;13.9;-2.8;5.5;3.7;4.56;0;3.11;19200
+78089;45.45046;3.50007;682;20220323;15.1;-4.9;5.1;2.3;4.43;0;2.74;19400
+78089;45.45046;3.50007;682;20220324;17.2;-4;6.6;2.4;4.83;0;3.04;19566
+78089;45.45046;3.50007;682;20220325;17.7;-3.3;7.2;2.3;5.26;0;2.98;18766
+78089;45.45046;3.50007;682;20220326;18.5;-2.5;8;1.9;5.86;0;2.8;19266
+78089;45.45046;3.50007;682;20220327;19.2;-1.4;8.9;1.9;5.73;0;2.9;16766
+78089;45.45046;3.50007;682;20220328;19.4;.8;10.1;2.7;5.6;0;3.55;18066
+78089;45.45046;3.50007;682;20220329;16.7;4.1;10.4;2.8;6.86;1.9;2.7;10066
+78089;45.45046;3.50007;682;20220330;12.2;5.8;9;1.6;9.23;3.1;1.37;7000
+78089;45.45046;3.50007;682;20220331;8.3;3.1;5.7;2.4;7.86;9.3;1.2;6166
+78089;45.45046;3.50007;682;20220401;1.1;-2.3;-.6;5.1;5.39;7.5;.95;8200
+78089;45.45046;3.50007;682;20220402;1.4;-2.5;-.5;4;4.53;2.3;1.12;8533
+78089;45.45046;3.50007;682;20220403;1.3;-3.3;-1;3.5;4.64;.1;1.06;7866
+78089;45.45046;3.50007;682;20220404;7.8;-5.2;1.3;1.6;4.44;0;1.96;22100
+78089;45.45046;3.50007;682;20220405;11.8;-3.6;4.1;1.7;7.06;0;1.68;13400
+78089;45.45046;3.50007;682;20220406;12.7;4;8.4;2.2;9.06;1.2;1.62;9766
+78089;45.45046;3.50007;682;20220407;12.8;6.7;9.8;4.7;9.53;5.6;1.85;7466
+78089;45.45046;3.50007;682;20220408;15;9.3;12.1;5.8;9.06;2;2.96;10100
+78089;45.45046;3.50007;682;20220409;8.8;2.3;5.6;5;4.74;.6;2.52;15700
+78089;45.45046;3.50007;682;20220410;14.1;-5;4.5;1.9;5.33;0;2.81;23733
+78089;45.45046;3.50007;682;20220411;15.8;-1.1;7.4;5.1;7.33;0;3.36;18566
+78089;45.45046;3.50007;682;20220412;14.2;7.8;11;5.8;5.74;0;3.21;6600
+78089;45.45046;3.50007;682;20220413;18.2;6.7;12.4;1.9;8.56;0;2.69;13533
+78089;45.45046;3.50007;682;20220414;19.3;4.1;11.7;2;10.26;0;3.03;19866
+78089;45.45046;3.50007;682;20220415;20.5;3.3;11.9;2.1;9.83;0;3.32;21400
+78089;45.45046;3.50007;682;20220416;19.8;3;11.4;3.2;8.4;0;3.81;22600
+78089;45.45046;3.50007;682;20220417;18.2;-.5;8.8;1.9;7.13;0;3.46;25300
+78089;45.45046;3.50007;682;20220418;19.2;-.1;9.5;2;6.66;0;3.59;24000
+78089;45.45046;3.50007;682;20220419;17.2;.8;9;1.9;7.9;0;2.95;20700
+78089;45.45046;3.50007;682;20220420;14.7;3.9;9.3;1.3;9.36;2.8;1.73;9466
+78089;45.45046;3.50007;682;20220421;16.8;7.1;12;1.8;9.86;1;2.74;15866
+78089;45.45046;3.50007;682;20220422;19;1;10;1.8;8.46;0;3.26;21500
+78089;45.45046;3.50007;682;20220423;15.1;8.7;11.9;3.6;9.4;4.9;2.65;9233
+78089;45.45046;3.50007;682;20220424;14.1;3.9;9;2.2;9.66;4.5;1.93;10833
+78089;45.45046;3.50007;682;20220425;14.9;7.3;11.1;2.2;9.5;0;2.41;13033
+78089;45.45046;3.50007;682;20220426;17.3;3.8;10.6;1.9;9.03;0;3.41;23900
+78089;45.45046;3.50007;682;20220427;19.1;.8;10;2;8.2;0;3.65;26033
+78089;45.45046;3.50007;682;20220428;21.9;2.5;12.2;1.8;9.63;0;3.61;22066
+78089;45.45046;3.50007;682;20220429;21.2;3.2;12.2;1.6;9.8;3.1;3.35;20100
+78089;45.45046;3.50007;682;20220430;17.1;5.8;11.4;2;9.23;0;3.15;20066
+78089;45.45046;3.50007;682;20220501;17.2;.6;8.9;1.7;7.86;0;3.44;25300
+78089;45.45046;3.50007;682;20220502;18.7;1.2;10;1.7;8.13;0;3.68;25600
+78089;45.45046;3.50007;682;20220503;18.2;4.9;11.6;1.5;9.73;1.7;2.62;15166
+78089;45.45046;3.50007;682;20220504;18.5;4.3;11.4;1.6;10.5;3.9;2.82;17100
+78089;45.45046;3.50007;682;20220505;14.1;6.9;10.5;2.5;9.93;.8;2.33;13433
+78089;45.45046;3.50007;682;20220506;15.8;5.6;10.7;3.3;9.67;0;2.62;15947
+78089;45.45046;3.50007;682;20220507;19.2;6.2;12.7;2.8;9.4;.2;3.74;22650
+78089;45.45046;3.50007;682;20220508;19.2;6.4;12.8;2;9.94;0;3.24;19406
+78089;45.45046;3.50007;682;20220509;21.8;5;13.4;1.4;10.1;0;3.74;23576
+78089;45.45046;3.50007;682;20220510;24.8;6.7;15.8;1.4;10.47;0;4.32;25491
+78089;45.45046;3.50007;682;20220511;27;7.9;17.5;2.6;10.54;0;5.26;26668
+78089;45.45046;3.50007;682;20220512;23.5;8.7;16.1;1.8;12.27;1.3;3.85;21019
+78089;45.45046;3.50007;682;20220513;22;9.5;15.7;1.3;13.17;.4;3.42;20185
+78089;45.45046;3.50007;682;20220514;24.7;10;17.4;1.6;12.94;0;4.28;24283
+78089;45.45046;3.50007;682;20220515;26.3;11.3;18.8;2.7;12.3;.5;5.04;24876
+78089;45.45046;3.50007;682;20220516;25.4;11.2;18.3;1.9;12.04;0;4.42;22585
+78089;45.45046;3.50007;682;20220517;27.5;9.8;18.7;1.4;12.5;0;4.78;26339
+78089;45.45046;3.50007;682;20220518;28.4;11.8;20.1;2.1;13.94;.4;5.04;25299
+78089;45.45046;3.50007;682;20220519;28.1;14.7;21.4;3.1;13.14;0;5.59;23938
+78089;45.45046;3.50007;682;20220520;28.8;14.7;21.7;3.4;11.97;0;6.08;24541
+78089;45.45046;3.50007;682;20220521;30.1;12;21;1.8;14.74;0;5.21;25944
+78089;45.45046;3.50007;682;20220522;31.3;13.8;22.6;1.7;16.07;2;5.16;24074
+78089;45.45046;3.50007;682;20220523;20.3;14.5;17.4;3.2;14.24;6.7;3.17;14860
+78089;45.45046;3.50007;682;20220524;17.7;8.7;13.2;2.5;9.87;0;3.35;19208
+78089;45.45046;3.50007;682;20220525;17.5;6.1;11.8;2.6;9.27;0;3.45;20776
+78089;45.45046;3.50007;682;20220526;16.8;5.9;11.4;2.1;10.17;0;3.08;19697
+78089;45.45046;3.50007;682;20220527;22;8.4;15.2;2.1;11.64;0;4.17;24025
+78089;45.45046;3.50007;682;20220528;20.8;9.6;15.2;3;9.84;0;4.56;24568
+78089;45.45046;3.50007;682;20220529;18;4.4;11.2;2.4;7.17;0;4.14;25815
+78089;45.45046;3.50007;682;20220530;21.5;3;12.2;2;7.04;.1;4.52;27470
+78089;45.45046;3.50007;682;20220531;19.5;7.7;13.6;1.7;9.8;1.8;3.46;18938
+78089;45.45046;3.50007;682;20220601;24.5;7.2;15.8;1.7;11.77;1.2;4.41;25142
+78089;45.45046;3.50007;682;20220602;26.8;12.8;19.8;2.2;14.4;5.2;4.78;23578
+78089;45.45046;3.50007;682;20220603;28.1;13.7;20.9;2.4;14.5;22.5;5.32;25489
+78089;45.45046;3.50007;682;20220604;27.9;12.8;20.3;2.7;15.74;19.7;5.36;26576
+78089;45.45046;3.50007;682;20220605;22.1;13.8;18;3.1;14.87;2.1;4.08;22061
+78089;45.45046;3.50007;682;20220606;23;10.6;16.8;2.1;13.04;.4;4.16;22877
+78089;45.45046;3.50007;682;20220607;20.5;10.7;15.6;2.8;11.84;.2;4.01;22181
+78089;45.45046;3.50007;682;20220608;19.9;9.3;14.6;2.8;11.97;5.6;3.42;18896
+78089;45.45046;3.50007;682;20220609;17.2;10.5;13.9;3.9;10.77;.1;3.43;18454
+78089;45.45046;3.50007;682;20220610;23.9;8;16;1.8;11.37;0;4.82;27773
+78089;45.45046;3.50007;682;20220611;28.2;8.4;18.3;1.6;11.97;0;5.44;29418
+78089;45.45046;3.50007;682;20220612;29.4;12.5;21;1.4;14.07;.3;5.09;25019
+78089;45.45046;3.50007;682;20220613;24.8;13;18.9;1.9;14.24;0;4.12;20507
+78089;45.45046;3.50007;682;20220614;30.2;8.1;19.1;2.1;10.54;.2;5.86;29343
+78089;45.45046;3.50007;682;20220615;32.1;14.7;23.4;2.5;14.44;.6;6.24;26240
+78089;45.45046;3.50007;682;20220616;30.8;15;22.9;1.9;15.5;.1;5.65;26115
+78089;45.45046;3.50007;682;20220617;32.6;13.8;23.2;1.8;13.34;0;6.15;28257
+78089;45.45046;3.50007;682;20220618;35;13.8;24.4;3;11.97;0;7.63;29744
+78089;45.45046;3.50007;682;20220619;31.6;20.4;26;5.2;12.3;0;8.17;25232
+78089;45.45046;3.50007;682;20220620;30.2;16;23.1;3.2;12.87;.1;6.53;27190
+78089;45.45046;3.50007;682;20220621;30.4;15.2;22.8;2.5;15.77;1.4;5.49;24553
+78089;45.45046;3.50007;682;20220622;27;16.5;21.7;2.8;16.57;8.4;4.73;20945
+78089;45.45046;3.50007;682;20220623;22.3;14.3;18.3;2;16.44;6.3;3.22;16525
+78089;45.45046;3.50007;682;20220624;21.1;13.6;17.4;2.6;14.27;9.7;3.42;17389
+78089;45.45046;3.50007;682;20220625;25.2;9.3;17.3;1.8;13.37;29;4.37;23715
+78089;45.45046;3.50007;682;20220626;17.4;12.9;15.2;2;15.24;18.1;2.22;12007
+78089;45.45046;3.50007;682;20220627;18.5;13;15.7;1.9;14.27;1.3;2.65;13978
+78089;45.45046;3.50007;682;20220628;21.8;9.9;15.9;1.8;12.44;0;3.89;22224
+78089;45.45046;3.50007;682;20220629;26.2;8.9;17.6;1.5;12.24;0;5.02;28241
+78089;45.45046;3.50007;682;20220630;20.3;13.6;16.9;2.3;13.7;5.3;3.2;15055
+78089;45.45046;3.50007;682;20220701;20.3;9.5;14.9;2;11.04;0;4.06;24067
+78089;45.45046;3.50007;682;20220702;28.4;6.9;17.7;1.6;10.8;0;5.48;29796
+78089;45.45046;3.50007;682;20220703;28.1;12.1;20.1;1.7;13.97;.8;5.19;26246
+78089;45.45046;3.50007;682;20220704;25;13.9;19.4;1.7;15.54;5.6;4.01;20015
+78089;45.45046;3.50007;682;20220705;24.4;12.4;18.4;1.5;13.8;0;4.23;22576
+78089;45.45046;3.50007;682;20220706;23.7;10.3;17;2;11.4;0;4.71;25693
+78089;45.45046;3.50007;682;20220707;22.7;8.4;15.6;3;11.77;0;4.69;26097
+78089;45.45046;3.50007;682;20220708;24.4;12.5;18.4;3.4;11.94;0;5.3;25330
+78089;45.45046;3.50007;682;20220709;26.1;9.9;18;2.1;11.5;.1;5.19;27009
+78089;45.45046;3.50007;682;20220710;25.5;11.4;18.4;2.5;12.27;0;5.13;25999
+78089;45.45046;3.50007;682;20220711;27.1;10.4;18.7;2.6;12.04;.1;5.44;27214
+78089;45.45046;3.50007;682;20220712;28.6;12.2;20.4;2.2;12.4;0;5.57;26710
+78089;45.45046;3.50007;682;20220713;31;10.2;20.6;1.7;10.7;0;5.86;28588
+78089;45.45046;3.50007;682;20220714;32.5;13.6;23;2;12.67;0;6.23;28343
+78089;45.45046;3.50007;682;20220715;29;13.7;21.4;1.8;13;0;5.4;25784
+78089;45.45046;3.50007;682;20220716;28.4;11.8;20.1;2.4;11.24;0;5.74;26882
+78089;45.45046;3.50007;682;20220717;30.2;11;20.6;2.4;10.74;0;6.08;27637
+78089;45.45046;3.50007;682;20220718;35.1;13.3;24.2;2.5;11.34;8.7;6.94;28165
+78089;45.45046;3.50007;682;20220719;34.5;17.9;26.2;3.1;13.47;.3;7.14;26074
+78089;45.45046;3.50007;682;20220720;26.3;15.3;20.8;2.3;14.97;0;4.64;21632
+78089;45.45046;3.50007;682;20220721;29.3;12.4;20.8;1.8;13.94;0;5.34;26828
+78089;45.45046;3.50007;682;20220722;32.6;13;22.8;1.9;14.54;.8;5.62;25327
+78089;45.45046;3.50007;682;20220723;26.2;17.2;21.7;2.3;16.27;0;4.4;20105
+78089;45.45046;3.50007;682;20220724;33.4;12;22.7;1.9;13.64;0;5.98;27718
+78089;45.45046;3.50007;682;20220725;28.8;15.7;22.3;2.9;14.3;.2;5.17;20708
+78089;45.45046;3.50007;682;20220726;24.3;14.3;19.3;3;12.87;0;4.81;22497
+78089;45.45046;3.50007;682;20220727;24.9;9.5;17.2;1.7;10.84;0;4.66;25590
+78089;45.45046;3.50007;682;20220728;28.2;8.1;18.1;1.6;10.57;0;4.83;25138
+78089;45.45046;3.50007;682;20220729;24.9;14.1;19.5;1.7;12.6;0;3.98;18589
+78089;45.45046;3.50007;682;20220730;27.9;11.2;19.5;1.7;12.17;0;4.86;24674
+78089;45.45046;3.50007;682;20220731;29.4;11.4;20.4;1.8;12.3;0;5.21;25620
+78089;45.45046;3.50007;682;20220801;30.4;12.3;21.3;1.9;12.77;0;5.38;25797
+78089;45.45046;3.50007;682;20220802;30.9;12.7;21.8;1.7;13.34;4.3;5.36;26187
+78089;45.45046;3.50007;682;20220803;34.8;14.2;24.5;1.7;12.37;0;5.85;25838
+78089;45.45046;3.50007;682;20220804;35.1;16.7;25.9;1.4;12.84;0;5.32;22899
+78089;45.45046;3.50007;682;20220805;29.4;16.6;23;1.8;15.3;2;4.33;18874
+78089;45.45046;3.50007;682;20220806;26.9;14.2;20.6;1.6;14.27;0;4.21;20965
+78089;45.45046;3.50007;682;20220807;27.4;10.3;18.9;2.2;10.94;0;5.06;25051
+78089;45.45046;3.50007;682;20220808;29;10.8;19.9;2.1;9.9;0;5.34;25513
+78089;45.45046;3.50007;682;20220809;30.6;11.4;21;2.1;9.4;0;5.53;24939
+78089;45.45046;3.50007;682;20220810;31.8;12.6;22.2;2.1;9.7;0;5.62;23798
+78089;45.45046;3.50007;682;20220811;33.8;13.8;23.8;1.9;10.04;0;5.79;25196
+78089;45.45046;3.50007;682;20220812;33.5;13.1;23.3;1.9;9.94;0;5.73;25452
+78089;45.45046;3.50007;682;20220813;33.4;12.7;23;1.8;9.67;11;5.57;24998
+78089;45.45046;3.50007;682;20220814;21.4;16.4;18.9;2.8;15.77;12.1;2.83;12284
+78089;45.45046;3.50007;682;20220815;24.3;13;18.6;2.6;13.94;.1;3.99;20360
+78089;45.45046;3.50007;682;20220816;27.6;11.1;19.3;1.7;14.27;16.6;4.11;21207
+78089;45.45046;3.50007;682;20220817;23;13.4;18.2;2.3;15.94;17.7;2.93;14654
+78089;45.45046;3.50007;682;20220818;20.3;12;16.2;2.1;15.07;7.5;2.45;13584
+78089;45.45046;3.50007;682;20220819;20.9;14.4;17.7;2.8;15.8;2.8;2.82;14315
+78089;45.45046;3.50007;682;20220820;23.9;15.5;19.7;2.2;15.84;.1;3.41;16818
+78089;45.45046;3.50007;682;20220821;23.1;10.9;17;1.5;13.6;.1;3.43;19848
+78089;45.45046;3.50007;682;20220822;22.6;14.1;18.4;2.1;15.4;.6;3.05;15402
+78089;45.45046;3.50007;682;20220823;25.6;15.7;20.7;1.7;16.5;.2;3.55;17901
+78089;45.45046;3.50007;682;20220824;29.6;12.6;21.1;1.4;13.94;0;4.27;22444
+78089;45.45046;3.50007;682;20220825;28.9;13.4;21.2;2.2;14.77;3.8;4.32;19562
+78089;45.45046;3.50007;682;20220826;24.2;16.6;20.4;2.3;17.44;.5;2.95;13438
+78089;45.45046;3.50007;682;20220827;23.2;13.6;18.4;1.7;15.14;.3;2.89;14853
+78089;45.45046;3.50007;682;20220828;26.6;10.5;18.5;1.7;13.44;.1;3.86;21304
+78089;45.45046;3.50007;682;20220829;30.4;12.1;21.2;1.2;13.7;.6;4;20825
+78089;45.45046;3.50007;682;20220830;22.8;15.6;19.2;2;16;.4;2.91;13977
+78089;45.45046;3.50007;682;20220831;24.5;12.4;18.4;1.7;15.04;.2;3.22;17675
+78089;45.45046;3.50007;682;20220901;26;10.7;18.4;1.1;13.74;.3;3.32;19484
+78089;45.45046;3.50007;682;20220902;24.4;11.6;18;1.9;14.4;3;2.97;15200
+78089;45.45046;3.50007;682;20220903;23.1;11.9;17.5;1.8;14.7;.9;2.88;15757
+78089;45.45046;3.50007;682;20220904;27.1;10.5;18.8;1.5;14.3;.2;3.5;19272
+78089;45.45046;3.50007;682;20220905;28;13.7;20.9;2.6;15.9;1.7;3.98;18817
+78089;45.45046;3.50007;682;20220906;25;14;19.5;1.6;16.4;3.1;2.76;14012
+78089;45.45046;3.50007;682;20220907;23.2;13.5;18.3;2.1;16.2;11.1;2.57;13371
+78089;45.45046;3.50007;682;20220908;21.1;10.5;15.8;2.7;13.04;.1;2.82;16055
+78089;45.45046;3.50007;682;20220909;19.6;8.6;14.1;2.7;11.87;.2;2.59;15600
+78089;45.45046;3.50007;682;20220910;19.6;10.2;14.9;2.1;11.7;0;2.61;15244
+78089;45.45046;3.50007;682;20220911;23.3;6.4;14.9;1.4;11;.1;3;19395
+78089;45.45046;3.50007;682;20220912;31.3;8.9;20.1;1.5;12.87;0;3.95;20454
+78089;45.45046;3.50007;682;20220913;28.2;15.5;21.8;2.6;17.34;3.5;3.49;15116
+78089;45.45046;3.50007;682;20220914;24.5;16.6;20.6;2.5;17;7.5;2.85;12905
+78089;45.45046;3.50007;682;20220915;21.6;12.2;16.9;2.3;15.4;7.7;2.36;13630
+78089;45.45046;3.50007;682;20220916;17.1;12.3;14.7;2.5;13.14;.1;1.96;10168
+78089;45.45046;3.50007;682;20220917;13.8;6.2;10;2.7;8.7;0;2.05;13174
+78089;45.45046;3.50007;682;20220918;17.5;1.8;9.6;1.7;7.27;0;2.48;17669
+78089;45.45046;3.50007;682;20220919;16.8;2.2;9.5;1.9;7.84;0;2.34;16748
+78089;45.45046;3.50007;682;20220920;16.9;2.2;9.6;2.1;7.64;0;2.39;16875
+78089;45.45046;3.50007;682;20220921;17;2.6;9.8;1.9;7.8;0;2.3;16476
+78089;45.45046;3.50007;682;20220922;21.1;2.2;11.6;1.6;8.27;0;2.65;17928
+78089;45.45046;3.50007;682;20220923;20;5.2;12.6;1.5;10.5;8.5;2.13;13906
+78089;45.45046;3.50007;682;20220924;17.8;8.8;13.3;1.6;11.7;4.7;1.82;11561
+78089;45.45046;3.50007;682;20220925;13.7;9.4;11.6;1.4;11.6;3.7;1.23;7294
+78089;45.45046;3.50007;682;20220926;13.9;7.8;10.9;2.9;10.37;3;1.56;10128
+78089;45.45046;3.50007;682;20220927;12.2;7.8;10;3.9;10.2;4;1.37;8653
+78089;45.45046;3.50007;682;20220928;15;9.2;12.1;4;12.17;15.8;1.35;8111
+78089;45.45046;3.50007;682;20220929;12.6;7.7;10.1;2.7;9.64;.8;1.53;9496
+78089;45.45046;3.50007;682;20220930;13.2;4.4;8.8;1.8;8.57;1.1;1.45;10009
+78089;45.45046;3.50007;682;20221001;17.8;3.2;10.5;3.2;11.07;2.1;1.58;12351
+78089;45.45046;3.50007;682;20221002;19.7;11.9;15.8;3;13.24;.1;2.08;11419
+78089;45.45046;3.50007;682;20221003;16.5;8.6;12.6;1.6;11.94;.1;1.36;8706
+78089;45.45046;3.50007;682;20221004;22.6;5.2;13.9;1.7;10.98;.1;2.31;14186
+78089;45.45046;3.50007;682;20221005;23.8;6.2;15;2.4;11.12;0;2.97;14680
+78089;45.45046;3.50007;682;20221006;16.8;8.8;12.8;1.7;13.08;0;1.44;9201
+78089;45.45046;3.50007;682;20221007;21.4;9.7;15.6;1.4;13.04;.3;1.79;11426
+78089;45.45046;3.50007;682;20221008;14.4;11.2;12.8;1.4;12.5;.4;1.02;4973
+78089;45.45046;3.50007;682;20221009;20.2;5.1;12.7;1.6;10.5;0;1.79;11680
+78089;45.45046;3.50007;682;20221010;21.9;6.5;14.2;1.4;11.04;.2;1.93;13104
+78089;45.45046;3.50007;682;20221011;17.9;8.7;13.3;1.3;12.9;3.2;1.33;9408
+78089;45.45046;3.50007;682;20221012;19.8;12.2;16;1;13.6;.2;1.45;9239
+78089;45.45046;3.50007;682;20221013;16.2;7.9;12;1.7;11.94;2.6;1.12;7347
+78089;45.45046;3.50007;682;20221014;17.8;10.5;14.2;2.7;13.54;1;1.24;7654
+78089;45.45046;3.50007;682;20221015;20;9.5;14.7;2.3;12.47;0;1.66;9563
+78089;45.45046;3.50007;682;20221016;22.6;11.4;17;2.7;13.24;0;2.13;11012
+78089;45.45046;3.50007;682;20221017;19.8;13.9;16.8;3;13.54;.1;1.87;6873
+78089;45.45046;3.50007;682;20221018;24.2;10.8;17.5;1.8;13.4;.2;1.99;11340
+78089;45.45046;3.50007;682;20221019;25.2;8.7;17;1.4;12.2;2.7;1.88;11139
+78089;45.45046;3.50007;682;20221020;21.1;13.5;17.3;3.3;14.47;6.9;1.9;7253
+78089;45.45046;3.50007;682;20221021;20.3;14.1;17.2;2.7;14.37;7.7;1.73;6746
+78089;45.45046;3.50007;682;20221022;21.7;9.4;15.6;1.7;12.24;.1;1.65;10190
+78089;45.45046;3.50007;682;20221023;21.2;12.2;16.7;4.1;13.27;0;2.12;7484
+78089;45.45046;3.50007;682;20221024;19.4;11.5;15.5;2.1;11.94;.1;1.61;8223
+78089;45.45046;3.50007;682;20221025;20.7;5.6;13.2;1.6;10.5;.6;1.51;9822
+78089;45.45046;3.50007;682;20221026;22.1;8.9;15.5;1.8;12;.1;1.6;9367
+78089;45.45046;3.50007;682;20221027;23.8;8.3;16.1;1.6;11.77;0;1.71;9717
+78089;45.45046;3.50007;682;20221028;26;13.9;20;1.8;10.8;0;2.19;8119
+78089;45.45046;3.50007;682;20221029;24.5;9.8;17.1;1.9;8.8;0;2.21;8962
+78089;45.45046;3.50007;682;20221030;21.7;10.7;16.2;2.2;8.84;0;2.12;8064
+78089;45.45046;3.50007;682;20221031;20.2;10.1;15.2;3.2;11.87;8.5;1.83;7962
+78089;45.45046;3.50007;682;20221101;16.4;11.1;13.8;2.8;11.5;0;1.31;6897
+78089;45.45046;3.50007;682;20221102;16.1;4.9;10.5;1.6;8.74;0;1.09;8441
+78089;45.45046;3.50007;682;20221103;14.1;3.7;8.9;3;8.64;1.4;1.18;5599
+78089;45.45046;3.50007;682;20221104;8.2;3.4;5.8;3.8;8.17;11.4;.66;3921
+78089;45.45046;3.50007;682;20221105;8.9;4.1;6.5;2.5;7.4;0;.89;5908
+78089;45.45046;3.50007;682;20221106;13.4;-.6;6.4;1.8;6.6;.1;1.06;7994
+78089;45.45046;3.50007;682;20221107;16.8;3;9.9;2.1;8.34;0;1.22;8362
+78089;45.45046;3.50007;682;20221108;17.1;6.2;11.7;3.4;9.97;6.2;1.41;7412
+78089;45.45046;3.50007;682;20221109;13.3;10.2;11.7;1.7;12;7.5;.71;2947
+78089;45.45046;3.50007;682;20221110;12.2;8;10.1;1.7;9.9;0;.75;4502
+78089;45.45046;3.50007;682;20221111;17.8;2.1;9.9;1.7;9.17;.1;1.02;8190
+78089;45.45046;3.50007;682;20221112;19.5;3.5;11.5;1.2;9.44;0;.95;8478
+78089;45.45046;3.50007;682;20221113;15.9;5.1;10.5;1.5;9.27;0;.93;5917
+78089;45.45046;3.50007;682;20221114;14;7.2;10.6;2.7;9.94;8.4;.99;4975
+78089;45.45046;3.50007;682;20221115;13.8;8.1;10.9;2.7;10.97;3.8;.82;3927
+78089;45.45046;3.50007;682;20221116;12.6;4.4;8.5;3;9.14;.3;.77;6143
+78089;45.45046;3.50007;682;20221117;13.2;7.6;10.4;4.7;9.4;5.9;1.22;3968
+78089;45.45046;3.50007;682;20221118;8.8;3.9;6.4;3.1;7.87;.7;.7;4446
+78089;45.45046;3.50007;682;20221119;6.8;1.7;4.2;2.2;7.3;1.8;.48;4094
+78089;45.45046;3.50007;682;20221120;7;.9;4;2.3;7;.4;.46;5257
+78089;45.45046;3.50007;682;20221121;7;1.3;4.1;2.9;7.34;5.8;.55;2912
+78089;45.45046;3.50007;682;20221122;7.8;1.4;4.6;3.6;6.8;2.4;.69;4657
+78089;45.45046;3.50007;682;20221123;11;2.1;6.6;2.8;7.97;3.1;.65;4953
+78089;45.45046;3.50007;682;20221124;10.8;.9;5.8;2.1;7.67;.1;.53;5853
+78089;45.45046;3.50007;682;20221125;8.2;4.5;6.3;2.1;8.5;3.9;.51;2242
+78089;45.45046;3.50007;682;20221126;7;3.2;5.1;1.5;7.5;0;.46;3763
+78089;45.45046;3.50007;682;20221127;11.8;-.1;5.8;1.7;6.24;3.1;.79;5697
+78089;45.45046;3.50007;682;20221128;8;4.6;6.3;2.5;8.17;3.9;.6;2305
+78089;45.45046;3.50007;682;20221129;5.6;2.9;4.2;2.4;7.4;2.1;.45;2600
+78089;45.45046;3.50007;682;20221130;5.3;2.6;3.9;1.8;7.37;.6;.41;1837
+78089;45.45046;3.50007;682;20221201;4;2.7;3.4;2.1;6.77;.1;.48;1048
+78089;45.45046;3.50007;682;20221202;1.5;.4;1;1.4;5.77;3.7;.41;929
+78089;45.45046;3.50007;682;20221203;3;-.3;1.3;1.7;6.24;3.7;.33;2260
+78089;45.45046;3.50007;682;20221204;3;.8;1.9;1.7;6.5;5.8;.33;1644
+78089;45.45046;3.50007;682;20221205;5.2;-3.6;.8;1.3;5.2;0;.3;5605
+78089;45.45046;3.50007;682;20221206;5.1;-5.5;-.2;1.4;4.77;0;.3;5794
+78089;45.45046;3.50007;682;20221207;-.1;-2.9;-1.5;2.1;5.17;0;.27;1564
+78089;45.45046;3.50007;682;20221208;3.1;-4.8;-.8;1.9;5.14;1.8;.32;3904
+78089;45.45046;3.50007;682;20221209;2.5;-.5;1;1.3;6.3;1.5;.3;2036
+78089;45.45046;3.50007;682;20221210;-2.6;-3.2;-2.9;2.9;4.57;0;.33;1148
+78089;45.45046;3.50007;682;20221211;0;-7.9;-3.9;1.6;3.64;0;.29;4831
+78089;45.45046;3.50007;682;20221212;.2;-7.7;-3.8;1.6;4;5.1;.28;4030
+78089;45.45046;3.50007;682;20221213;6;-1.8;2.1;1.9;6.5;.3;.26;4270
+78089;45.45046;3.50007;682;20221214;11.1;1.6;6.3;2.5;8.34;.2;.37;4168
+78089;45.45046;3.50007;682;20221215;4.1;.2;2.2;1.6;6.94;18.7;.31;1546
+78089;45.45046;3.50007;682;20221216;.3;-.6;-.1;2;5.54;0;.37;1083
+78089;45.45046;3.50007;682;20221217;.7;-6;-2.7;1.8;3.77;0;.37;4207
+78089;45.45046;3.50007;682;20221218;9.3;-7.9;.7;2.5;4.57;0;.71;6124
+78089;45.45046;3.50007;682;20221219;12.3;4.2;8.2;3.7;8.24;0;.91;3432
+78089;45.45046;3.50007;682;20221220;13.6;8.9;11.3;4.6;9.34;2.2;1.33;3519
+78089;45.45046;3.50007;682;20221221;11.3;8.9;10.1;3.6;9.9;.3;.78;3049
+78089;45.45046;3.50007;682;20221222;12.2;6.6;9.4;4.2;9.74;3.8;.79;2807
+78089;45.45046;3.50007;682;20221223;13.9;9.2;11.6;4.2;11.6;.6;.74;2832
+78089;45.45046;3.50007;682;20221224;14;9.2;11.6;2.2;10.2;.1;.74;3607
+78089;45.45046;3.50007;682;20221225;14.3;1.9;8.1;1.9;7.87;0;.73;5170
+78089;45.45046;3.50007;682;20221226;10.8;3.4;7.1;2.6;8.4;1.2;.69;3588
+78089;45.45046;3.50007;682;20221227;9.3;1.3;5.3;1.5;7.3;0;.37;4698
+78089;45.45046;3.50007;682;20221228;11.3;-1.4;4.9;2.4;7.07;0;.6;5010
+78089;45.45046;3.50007;682;20221229;10.2;4;7.1;2.9;8.54;6.7;.62;2209
+78089;45.45046;3.50007;682;20221230;11.7;2.6;7.2;2.9;9.07;.5;.52;3253
+78089;45.45046;3.50007;682;20221231;15.5;7.1;11.3;3.4;9.77;0;1.14;4706
+78090;45.46961;3.81834;730;20220101;17.5;4.6;11;1.7;6.42;0;1.15;5422
+78090;45.46961;3.81834;730;20220102;13.3;4.2;8.7;2.8;6.89;0;1.32;4469
+78090;45.46961;3.81834;730;20220103;11.1;6.4;8.7;3.1;8.4;0;.86;3038
+78090;45.46961;3.81834;730;20220104;13.3;6.8;10;4.6;8.39;6.9;1.48;3532
+78090;45.46961;3.81834;730;20220105;1;.3;.6;4.8;5.44;0;.63;829
+78090;45.46961;3.81834;730;20220106;.8;-1.4;-.3;3.7;4.8;0;.59;2374
+78090;45.46961;3.81834;730;20220107;2.4;-3.5;-.6;3.3;5.07;5.8;.4;3982
+78090;45.46961;3.81834;730;20220108;5.6;1;3.3;4.5;7.02;5;.41;3141
+78090;45.46961;3.81834;730;20220109;4.1;2.1;3.1;4;6.15;6.1;.67;2189
+78090;45.46961;3.81834;730;20220110;2.9;.7;1.8;3.1;5.9;.2;.51;3011
+78090;45.46961;3.81834;730;20220111;1.1;-3.3;-1.1;3;4.9;0;.38;3874
+78090;45.46961;3.81834;730;20220112;-.6;-4;-2.3;2.4;4.47;0;.35;3468
+78090;45.46961;3.81834;730;20220113;3.4;-4.4;-.5;1.9;4.25;0;.48;4808
+78090;45.46961;3.81834;730;20220114;10.5;-4.8;2.8;1.5;4.17;0;.74;6931
+78090;45.46961;3.81834;730;20220115;10.4;-3.4;3.5;1.6;3.6;0;.89;6619
+78090;45.46961;3.81834;730;20220116;7.4;-3.6;1.9;1.8;4.1;0;.73;6242
+78090;45.46961;3.81834;730;20220117;1.9;-2.2;-.1;2;5.82;0;.3;3212
+78090;45.46961;3.81834;730;20220118;.8;-1;-.1;2.3;5.47;0;.35;2201
+78090;45.46961;3.81834;730;20220119;2.6;-2.4;.1;2.6;5.22;.2;.43;3417
+78090;45.46961;3.81834;730;20220120;1.2;-.7;.2;3;5.88;.5;.33;1801
+78090;45.46961;3.81834;730;20220121;.9;-2.7;-.9;4.9;4.28;0;.84;3134
+78090;45.46961;3.81834;730;20220122;-.7;-4.3;-2.5;2.4;4.73;0;.28;3673
+78090;45.46961;3.81834;730;20220123;.5;-1.7;-.6;1.3;5.18;0;.41;3274
+78090;45.46961;3.81834;730;20220124;10.4;-5.5;2.4;1.7;4.5;0;.84;7993
+78090;45.46961;3.81834;730;20220125;11.7;-1.7;5;1.5;4.45;0;.94;7562
+78090;45.46961;3.81834;730;20220126;8.9;-3;2.9;1.6;4.45;0;.83;7383
+78090;45.46961;3.81834;730;20220127;8.2;-4.7;1.8;1.5;3.85;0;.82;7599
+78090;45.46961;3.81834;730;20220128;2.1;-6.1;-2;1.3;5.17;0;.32;5944
+78090;45.46961;3.81834;730;20220129;3;-5.3;-1.1;1.1;5.35;0;.36;5732
+78090;45.46961;3.81834;730;20220130;5;.1;2.5;2.1;6.92;.1;.42;4355
+78090;45.46961;3.81834;730;20220131;4.7;1.4;3.1;4.7;6.17;1.8;.8;3495
+78090;45.46961;3.81834;730;20220201;2.5;-2.3;.1;4.1;5.3;3.6;.58;4657
+78090;45.46961;3.81834;730;20220202;7.1;2.7;4.9;2.8;5.95;.7;1.09;4215
+78090;45.46961;3.81834;730;20220203;12.6;.3;6.4;2;7.18;0;.95;6803
+78090;45.46961;3.81834;730;20220204;7.3;.3;3.8;2.3;6.32;1.9;.78;5646
+78090;45.46961;3.81834;730;20220205;5.7;1.3;3.5;2.4;5.95;0;.8;5955
+78090;45.46961;3.81834;730;20220206;5.8;-3;1.4;4.3;6.05;3.4;.57;6777
+78090;45.46961;3.81834;730;20220207;6;4.1;5;4.6;6.22;.6;1.22;4691
+78090;45.46961;3.81834;730;20220208;9.8;-2.7;3.5;1.6;4.85;0;.99;9015
+78090;45.46961;3.81834;730;20220209;15.5;-.7;7.4;2.4;5.25;0;1.67;9922
+78090;45.46961;3.81834;730;20220210;8.9;2;5.4;2.3;6.17;1.5;1.58;10950
+78090;45.46961;3.81834;730;20220211;6.1;3.8;5;2.8;5.97;0;1.17;7350
+78090;45.46961;3.81834;730;20220212;8;-5.8;1.1;2.2;5.15;0;1;9600
+78090;45.46961;3.81834;730;20220213;9.5;.1;4.8;6.4;6.67;.4;1.49;11950
+78090;45.46961;3.81834;730;20220214;7;5.1;6;3.7;7.22;4.3;1.22;3750
+78090;45.46961;3.81834;730;20220215;6.5;1.6;4.1;3;6.22;4.8;1.08;7050
+78090;45.46961;3.81834;730;20220216;10.9;2.5;6.7;4.6;8.75;3.7;.86;6887
+78090;45.46961;3.81834;730;20220217;13.5;8.3;10.9;3.8;9.97;.2;1.3;5866
+78090;45.46961;3.81834;730;20220218;17.3;5.8;11.6;3.9;8.47;.4;2.06;9120
+78090;45.46961;3.81834;730;20220219;6.6;1.4;4;3.1;5.27;0;1.25;7589
+78090;45.46961;3.81834;730;20220220;10.4;.5;5.5;3.7;6.62;1.1;1.23;8880
+78090;45.46961;3.81834;730;20220221;6.5;5.8;6.2;6.1;6.65;3.5;1.39;2847
+78090;45.46961;3.81834;730;20220222;8.1;2.3;5.2;3.6;7;1.3;1.09;7557
+78090;45.46961;3.81834;730;20220223;9.7;4.5;7.1;2;7.67;0;1.05;6712
+78090;45.46961;3.81834;730;20220224;12.4;2.8;7.6;3.6;6.65;.7;1.75;9226
+78090;45.46961;3.81834;730;20220225;5.2;.3;2.8;3.9;5.2;0;1.26;8830
+78090;45.46961;3.81834;730;20220226;6.5;-1.5;2.5;3.1;4.67;0;1.36;10301
+78090;45.46961;3.81834;730;20220227;9.9;-3.7;3.1;2;4.57;0;1.42;12201
+78090;45.46961;3.81834;730;20220228;10.7;-.9;4.9;1.9;5.12;0;1.5;11665
+78090;45.46961;3.81834;730;20220301;13.4;-2.4;5.5;1.9;5.35;0;1.64;12991
+78090;45.46961;3.81834;730;20220302;11.4;1.3;6.3;2.2;6.92;0;1.31;9814
+78090;45.46961;3.81834;730;20220303;11.1;4;7.6;1.5;8.32;.1;1.15;9013
+78090;45.46961;3.81834;730;20220304;10.7;5.1;7.9;3;7.52;0;1.47;7507
+78090;45.46961;3.81834;730;20220305;8.5;-.4;4;2.3;4.85;0;1.53;11314
+78090;45.46961;3.81834;730;20220306;5.8;-4.8;.5;1.8;3.7;0;1.31;12345
+78090;45.46961;3.81834;730;20220307;7.7;-5.7;1;2.2;3.92;0;1.47;13165
+78090;45.46961;3.81834;730;20220308;12;-3.1;4.4;2.4;5;0;1.87;14111
+78090;45.46961;3.81834;730;20220309;12.2;.1;6.1;2.5;6.27;0;1.73;12269
+78090;45.46961;3.81834;730;20220310;11.3;2.5;6.9;3;6.82;0;1.63;9900
+78090;45.46961;3.81834;730;20220311;8.9;5;6.9;5.4;6.85;0;1.71;6317
+78090;45.46961;3.81834;730;20220312;7.1;4.1;5.6;4.5;6.52;.1;1.34;5424
+78090;45.46961;3.81834;730;20220313;7.7;4.3;6;4.9;6.45;2.7;1.58;6079
+78090;45.46961;3.81834;730;20220314;10;-1.2;4.4;3.2;7.4;2.8;1.2;11037
+78090;45.46961;3.81834;730;20220315;13.9;7.5;10.7;5.5;8.57;0;2.31;9445
+78090;45.46961;3.81834;730;20220316;16.2;6.3;11.3;2.1;8.95;.1;1.92;10989
+78090;45.46961;3.81834;730;20220317;8.6;7.3;7.9;3.5;9.22;.9;.87;2476
+78090;45.46961;3.81834;730;20220318;5.7;4.4;5;2.1;8.47;0;.59;1400
+78090;45.46961;3.81834;730;20220319;14.2;1.9;8.1;1.7;7.82;0;1.83;14000
+78090;45.46961;3.81834;730;20220320;10.4;1.1;5.7;4.6;6.32;.2;2.04;7700
+78090;45.46961;3.81834;730;20220321;12.6;4.8;8.7;4.3;5.67;0;3.15;15800
+78090;45.46961;3.81834;730;20220322;13.1;-2.3;5.4;4.2;4.32;0;3.17;18900
+78090;45.46961;3.81834;730;20220323;14.4;-4.7;4.9;2.5;4.27;0;2.77;19000
+78090;45.46961;3.81834;730;20220324;16.7;-3.9;6.4;2.3;4.57;0;2.94;19300
+78090;45.46961;3.81834;730;20220325;17.5;-3.2;7.1;2;5.07;0;2.86;18450
+78090;45.46961;3.81834;730;20220326;18.6;-2.4;8.1;1.4;5.62;0;2.64;18800
+78090;45.46961;3.81834;730;20220327;18.7;-1.7;8.5;1.6;5.27;0;2.62;15150
+78090;45.46961;3.81834;730;20220328;19.1;.7;9.9;2.9;5.07;0;3.68;18150
+78090;45.46961;3.81834;730;20220329;16.8;3.6;10.2;3.4;6.37;1.3;3.13;12000
+78090;45.46961;3.81834;730;20220330;12.3;6.1;9.2;1.7;9.07;4.3;1.51;7750
+78090;45.46961;3.81834;730;20220331;8;2.5;5.2;2.5;7.72;7.1;1.13;6250
+78090;45.46961;3.81834;730;20220401;.9;-1.1;-.1;3.8;5.08;7;.94;8266
+78090;45.46961;3.81834;730;20220402;.8;-2.7;-1;3.4;4.52;2;1.04;7633
+78090;45.46961;3.81834;730;20220403;1.4;-3.1;-.8;3.6;4.32;0;1.1;8633
+78090;45.46961;3.81834;730;20220404;7.5;-5.5;1;1.6;4.43;0;1.96;22100
+78090;45.46961;3.81834;730;20220405;12.1;-4.6;3.7;1.8;6.52;0;1.9;16000
+78090;45.46961;3.81834;730;20220406;13.2;3.4;8.3;2;8.62;1;1.84;11650
+78090;45.46961;3.81834;730;20220407;13.3;6.4;9.9;4.9;8.67;3.3;2.26;8450
+78090;45.46961;3.81834;730;20220408;15.2;9.2;12.2;5.6;8.47;1.6;3.25;11000
+78090;45.46961;3.81834;730;20220409;8.5;2;5.3;5;4.73;.6;2.52;15700
+78090;45.46961;3.81834;730;20220410;14;-5.3;4.4;1.4;5.07;0;2.69;23700
+78090;45.46961;3.81834;730;20220411;13.5;-.8;6.4;6.3;6.72;0;3.08;17750
+78090;45.46961;3.81834;730;20220412;13.9;7.5;10.7;5.8;5.73;0;3.21;6600
+78090;45.46961;3.81834;730;20220413;19;6.3;12.7;2.3;7.47;0;3.25;16650
+78090;45.46961;3.81834;730;20220414;19.4;4.2;11.8;1.9;10.07;0;3.13;20900
+78090;45.46961;3.81834;730;20220415;20.8;3.8;12.3;2.1;9.87;0;3.33;20750
+78090;45.46961;3.81834;730;20220416;20;3.7;11.8;3.6;8.22;0;4.02;22800
+78090;45.46961;3.81834;730;20220417;18.1;-.2;9;1.9;7.02;0;3.45;25300
+78090;45.46961;3.81834;730;20220418;19.3;-.2;9.6;2.1;5.92;0;3.75;24500
+78090;45.46961;3.81834;730;20220419;17.8;1;9.4;1.9;7.22;0;3.2;21100
+78090;45.46961;3.81834;730;20220420;14.6;3.3;8.9;1.4;9.02;3.9;1.73;9600
+78090;45.46961;3.81834;730;20220421;16.1;7.4;11.8;2;9.92;.1;2.67;14900
+78090;45.46961;3.81834;730;20220422;18.7;1.3;10;1.9;8.12;0;3.28;21300
+78090;45.46961;3.81834;730;20220423;14.2;9.4;11.8;4.6;8.52;4.2;2.83;7200
+78090;45.46961;3.81834;730;20220424;13.5;3;8.3;2.3;8.92;5.2;2.02;12250
+78090;45.46961;3.81834;730;20220425;15;6.9;11;2.4;8.67;0;2.8;15850
+78090;45.46961;3.81834;730;20220426;17.7;2.8;10.3;1.9;8.57;0;3.39;23550
+78090;45.46961;3.81834;730;20220427;19.6;.7;10.1;1.6;7.77;0;3.7;26100
+78090;45.46961;3.81834;730;20220428;21.9;2.6;12.2;1.9;8.82;0;3.85;23600
+78090;45.46961;3.81834;730;20220429;21.5;2.4;11.9;1.6;9.22;1.4;3.46;20850
+78090;45.46961;3.81834;730;20220430;16.8;7.1;11.9;2.2;9.32;0;3.15;19200
+78090;45.46961;3.81834;730;20220501;17.2;.7;8.9;1.9;7.67;0;3.46;24950
+78090;45.46961;3.81834;730;20220502;18.7;1.3;10;1.8;7.77;0;3.79;26150
+78090;45.46961;3.81834;730;20220503;18.2;5.8;12;1.5;9.42;1.9;2.55;13350
+78090;45.46961;3.81834;730;20220504;18.8;3.3;11;1.9;10.27;3.2;3;18250
+78090;45.46961;3.81834;730;20220505;13.2;8.3;10.7;2.9;10.12;3.7;2.06;10550
+78090;45.46961;3.81834;730;20220506;14.2;7.1;10.6;4;10.02;0;2.37;14268
+78090;45.46961;3.81834;730;20220507;18.5;7.8;13.2;3.5;9.6;0;3.7;20728
+78090;45.46961;3.81834;730;20220508;18.3;8.2;13.2;2.2;10.17;0;3.12;17890
+78090;45.46961;3.81834;730;20220509;21.6;7.8;14.7;1.6;10.4;0;3.72;21801
+78090;45.46961;3.81834;730;20220510;25;9.2;17.1;2.1;10.87;0;4.52;23893
+78090;45.46961;3.81834;730;20220511;26;11.5;18.8;3.3;10.85;0;5.34;23932
+78090;45.46961;3.81834;730;20220512;24.6;11.8;18.2;2.1;11.65;1.1;4.15;19833
+78090;45.46961;3.81834;730;20220513;21.6;10.6;16.1;1.6;12.85;.7;3.43;19101
+78090;45.46961;3.81834;730;20220514;24.3;12.3;18.3;1.7;13.3;0;4.13;22224
+78090;45.46961;3.81834;730;20220515;25.3;12.6;18.9;2.8;11.97;.9;4.88;22951
+78090;45.46961;3.81834;730;20220516;25.8;12.2;19;2.1;11.07;.1;4.65;22049
+78090;45.46961;3.81834;730;20220517;27.9;11.5;19.7;1.8;12.6;0;4.94;25158
+78090;45.46961;3.81834;730;20220518;27.5;13.7;20.6;2.2;13.87;.1;4.87;23320
+78090;45.46961;3.81834;730;20220519;27.5;16.7;22.1;3.6;12.62;0;5.69;21515
+78090;45.46961;3.81834;730;20220520;27.9;17.6;22.7;4.5;11.5;.1;6.45;21325
+78090;45.46961;3.81834;730;20220521;29.5;13.8;21.7;1.9;15.1;.1;5.03;24228
+78090;45.46961;3.81834;730;20220522;30.1;15.4;22.8;2;16.17;2;5.01;22439
+78090;45.46961;3.81834;730;20220523;21;16.8;18.9;3.8;13.8;5.5;3.46;12890
+78090;45.46961;3.81834;730;20220524;18;10;14;3;9.6;0;3.53;18277
+78090;45.46961;3.81834;730;20220525;18;8.1;13.1;3.3;9.3;0;3.7;19931
+78090;45.46961;3.81834;730;20220526;17.7;7.6;12.7;2.5;10.22;0;3.27;19261
+78090;45.46961;3.81834;730;20220527;21.7;10.5;16.1;2.7;11.9;.1;4.11;21949
+78090;45.46961;3.81834;730;20220528;20.4;10.4;15.4;3.8;9.97;0;4.54;22904
+78090;45.46961;3.81834;730;20220529;17.6;6.4;12;2.9;7.25;0;4.13;23582
+78090;45.46961;3.81834;730;20220530;20.9;5.2;13.1;2.2;7.17;.4;4.47;25405
+78090;45.46961;3.81834;730;20220531;20;10.5;15.2;2.3;10.42;1.9;3.45;17013
+78090;45.46961;3.81834;730;20220601;24.5;9.4;16.9;2;12.77;4.4;4.36;23812
+78090;45.46961;3.81834;730;20220602;26.4;13.3;19.8;2;14.61;2.2;4.82;23935
+78090;45.46961;3.81834;730;20220603;27.9;14.2;21;2.2;14.76;9.4;5.22;25133
+78090;45.46961;3.81834;730;20220604;28.9;13.9;21.4;3;14.77;16.2;5.71;26181
+78090;45.46961;3.81834;730;20220605;23.1;14.4;18.8;3;14.82;0;4.21;21734
+78090;45.46961;3.81834;730;20220606;24.4;11.7;18;2.1;13.15;.3;4.32;22833
+78090;45.46961;3.81834;730;20220607;21.5;11.6;16.5;2.8;11.95;.1;4.08;21577
+78090;45.46961;3.81834;730;20220608;19.9;10.8;15.4;2.9;11.85;4.9;3.46;17960
+78090;45.46961;3.81834;730;20220609;17.8;9.9;13.9;4.1;10.65;.1;3.6;19318
+78090;45.46961;3.81834;730;20220610;23.4;9.2;16.3;2.4;11.15;.1;4.79;26073
+78090;45.46961;3.81834;730;20220611;27.9;10.5;19.2;1.9;11.4;0;5.47;27811
+78090;45.46961;3.81834;730;20220612;30.2;14.2;22.2;1.7;12.97;.3;5.39;24693
+78090;45.46961;3.81834;730;20220613;24.7;14.5;19.6;2;14.22;.2;4.13;19667
+78090;45.46961;3.81834;730;20220614;29.8;10.2;20;2.2;10.37;.1;5.93;28655
+78090;45.46961;3.81834;730;20220615;33.1;18.4;25.8;2.8;13.82;.2;6.53;24746
+78090;45.46961;3.81834;730;20220616;30.7;17.6;24.1;2.5;15.4;.1;5.8;23850
+78090;45.46961;3.81834;730;20220617;32.2;16.3;24.2;2.1;12.95;0;6.17;26508
+78090;45.46961;3.81834;730;20220618;34.2;16.3;25.3;3.2;12.02;0;7.58;28434
+78090;45.46961;3.81834;730;20220619;31.2;21.1;26.1;5.4;12.2;0;8.07;23578
+78090;45.46961;3.81834;730;20220620;30.5;17.9;24.2;3.6;12.3;0;6.79;25376
+78090;45.46961;3.81834;730;20220621;30.1;16.6;23.4;3.1;15.07;1.6;5.76;23403
+78090;45.46961;3.81834;730;20220622;27;16.8;21.9;3.4;16.37;25.5;4.94;20872
+78090;45.46961;3.81834;730;20220623;22;14.6;18.3;2.4;16.37;5.6;3.25;16474
+78090;45.46961;3.81834;730;20220624;20.4;13.9;17.2;2.9;13.9;9;3.35;16211
+78090;45.46961;3.81834;730;20220625;25.2;11.3;18.3;2.3;13.5;20.9;4.5;22726
+78090;45.46961;3.81834;730;20220626;16.9;13.1;15;2.3;15.3;4.5;2;11030
+78090;45.46961;3.81834;730;20220627;19.6;13;16.3;2.4;14.4;.3;3;15963
+78090;45.46961;3.81834;730;20220628;21.1;10.6;15.8;2.2;12.82;.1;3.77;21264
+78090;45.46961;3.81834;730;20220629;26.4;10.9;18.7;1.7;12.22;0;5;26712
+78090;45.46961;3.81834;730;20220630;23;14.5;18.8;2.2;13.45;5.2;3.65;16658
+78090;45.46961;3.81834;730;20220701;19.8;9.1;14.5;2;11;.1;3.94;23543
+78090;45.46961;3.81834;730;20220702;28.2;8.4;18.3;1.9;11.1;0;5.5;29040
+78090;45.46961;3.81834;730;20220703;28.9;14.7;21.8;1.8;14.12;2;5.23;24909
+78090;45.46961;3.81834;730;20220704;25;15.1;20;1.7;15.2;1.6;3.96;19152
+78090;45.46961;3.81834;730;20220705;24.3;13.2;18.8;1.9;13.55;0;4.31;21853
+78090;45.46961;3.81834;730;20220706;23.5;12.5;18;2.7;11.4;0;4.79;23201
+78090;45.46961;3.81834;730;20220707;23;10.8;16.9;3.4;11.62;0;4.8;24063
+78090;45.46961;3.81834;730;20220708;23.5;12.3;17.9;3.9;12.27;0;5.04;24191
+78090;45.46961;3.81834;730;20220709;25.9;12.2;19.1;2.6;11.62;.1;5.19;24785
+78090;45.46961;3.81834;730;20220710;25.2;13.7;19.4;2.8;12.37;0;5.02;23481
+78090;45.46961;3.81834;730;20220711;26.9;12.2;19.6;2.7;11.87;.1;5.36;25356
+78090;45.46961;3.81834;730;20220712;28.6;14.1;21.3;2.3;12.32;0;5.54;25091
+78090;45.46961;3.81834;730;20220713;31.2;13.1;22.2;2;10.35;0;6.06;27352
+78090;45.46961;3.81834;730;20220714;33.7;16.5;25.1;2.1;12.35;0;6.39;27009
+78090;45.46961;3.81834;730;20220715;29.4;16.7;23;1.9;12.85;0;5.37;23590
+78090;45.46961;3.81834;730;20220716;28.6;14.2;21.4;2.7;10.85;0;5.87;25113
+78090;45.46961;3.81834;730;20220717;30.3;14.1;22.2;2.4;10.57;0;6.04;26068
+78090;45.46961;3.81834;730;20220718;34.7;15.6;25.2;2.5;11.62;2.9;6.92;27655
+78090;45.46961;3.81834;730;20220719;34.4;20.9;27.6;3.2;13.62;.1;7.03;23584
+78090;45.46961;3.81834;730;20220720;28.7;17.5;23.1;2.6;15.5;.6;5.1;21354
+78090;45.46961;3.81834;730;20220721;29.5;14.4;21.9;1.9;14.32;0;5.31;25297
+78090;45.46961;3.81834;730;20220722;34;15;24.5;2.2;14.8;2.5;5.99;25546
+78090;45.46961;3.81834;730;20220723;26;17.3;21.7;2.4;16.42;.1;4.32;19531
+78090;45.46961;3.81834;730;20220724;32.1;13.9;23;2.1;14.25;0;5.86;26509
+78090;45.46961;3.81834;730;20220725;30.6;19.9;25.3;3.4;14.3;.2;5.72;19048
+78090;45.46961;3.81834;730;20220726;24.4;14.9;19.7;3.4;13.25;0;4.78;21444
+78090;45.46961;3.81834;730;20220727;24.8;11.9;18.4;2.3;11.1;0;4.76;23509
+78090;45.46961;3.81834;730;20220728;28.6;10.9;19.8;2;10.72;0;5.13;24440
+78090;45.46961;3.81834;730;20220729;25.4;15.2;20.3;1.8;12.67;.6;4.06;18325
+78090;45.46961;3.81834;730;20220730;27.7;13.5;20.6;1.9;11.97;0;4.83;22863
+78090;45.46961;3.81834;730;20220731;29.6;14.2;21.9;2.2;12.22;0;5.35;23963
+78090;45.46961;3.81834;730;20220801;30.5;15.1;22.8;2.1;12.92;0;5.44;24015
+78090;45.46961;3.81834;730;20220802;30.6;15.3;22.9;1.9;13.62;1.6;5.29;24101
+78090;45.46961;3.81834;730;20220803;34.5;16.5;25.5;2.1;12.57;0;6.13;24974
+78090;45.46961;3.81834;730;20220804;34.6;20.5;27.6;2.3;12.27;.1;5.98;20850
+78090;45.46961;3.81834;730;20220805;31;20.4;25.7;2.4;14.65;2.2;4.96;17617
+78090;45.46961;3.81834;730;20220806;26.5;14.1;20.3;2;14.62;0;4.26;20620
+78090;45.46961;3.81834;730;20220807;26.7;12.5;19.6;2.3;11.02;0;4.92;22944
+78090;45.46961;3.81834;730;20220808;28.5;13.4;21;2.3;9.97;0;5.33;23529
+78090;45.46961;3.81834;730;20220809;29.8;14;21.9;2.1;9.6;0;5.39;23368
+78090;45.46961;3.81834;730;20220810;32.2;15.4;23.8;2.2;9.87;0;5.67;22967
+78090;45.46961;3.81834;730;20220811;33.4;16.4;24.9;1.9;10.32;0;5.68;23841
+78090;45.46961;3.81834;730;20220812;32.8;16;24.4;2;10.45;0;5.63;23744
+78090;45.46961;3.81834;730;20220813;33;15.7;24.3;2;9.7;13;5.67;23561
+78090;45.46961;3.81834;730;20220814;20.6;15.9;18.3;2.7;16.07;13.9;2.65;12189
+78090;45.46961;3.81834;730;20220815;24.8;13.5;19.2;2.9;13.92;0;4.12;19910
+78090;45.46961;3.81834;730;20220816;28.5;12.5;20.5;2.1;14.25;9.2;4.49;21242
+78090;45.46961;3.81834;730;20220817;23.8;14.2;19;2.3;16.02;14.6;3.11;15265
+78090;45.46961;3.81834;730;20220818;19.5;11.4;15.4;2.3;14.85;5.1;2.43;13967
+78090;45.46961;3.81834;730;20220819;21.6;14.3;18;3.3;15.62;2.7;3.04;15044
+78090;45.46961;3.81834;730;20220820;23.8;15.5;19.6;2.7;15.77;.1;3.5;16523
+78090;45.46961;3.81834;730;20220821;22.8;11.8;17.3;1.8;13.37;.1;3.42;18771
+78090;45.46961;3.81834;730;20220822;22.4;13.9;18.1;2.3;14.87;.3;3.15;15616
+78090;45.46961;3.81834;730;20220823;25.3;15.4;20.3;2.1;16.15;0;3.61;17664
+78090;45.46961;3.81834;730;20220824;29.3;14.4;21.9;1.8;14.02;0;4.4;20981
+78090;45.46961;3.81834;730;20220825;30;15.8;22.9;2.7;14.77;4.3;4.72;18899
+78090;45.46961;3.81834;730;20220826;23.3;16.4;19.8;2.6;17.45;.6;2.85;13091
+78090;45.46961;3.81834;730;20220827;22.2;15.1;18.6;1.9;15.67;.2;2.71;13313
+78090;45.46961;3.81834;730;20220828;26.2;12.4;19.3;1.8;14.02;.1;3.79;19798
+78090;45.46961;3.81834;730;20220829;30;13.8;21.9;1.7;14.25;.5;4.18;19812
+78090;45.46961;3.81834;730;20220830;23.7;17.3;20.5;2.3;16.07;4.3;3.02;13006
+78090;45.46961;3.81834;730;20220831;24;13.8;18.9;2.1;15.4;.3;3.17;16412
+78090;45.46961;3.81834;730;20220901;25.5;12.6;19.1;1.5;13.75;.1;3.38;17999
+78090;45.46961;3.81834;730;20220902;24.5;13.7;19.1;2.1;14.17;3.6;3.14;14517
+78090;45.46961;3.81834;730;20220903;23.5;13.6;18.5;2.2;15.02;1.9;2.99;15080
+78090;45.46961;3.81834;730;20220904;25.6;12.3;18.9;1.7;15.1;.1;3.28;17613
+78090;45.46961;3.81834;730;20220905;27.1;16.6;21.9;3;16.27;8.8;3.92;16392
+78090;45.46961;3.81834;730;20220906;25;16.2;20.6;2;16.2;4.4;2.92;12867
+78090;45.46961;3.81834;730;20220907;21.9;14.3;18.1;2.7;16.35;12.2;2.42;12170
+78090;45.46961;3.81834;730;20220908;21.5;11.2;16.4;2.7;12.95;0;2.89;15559
+78090;45.46961;3.81834;730;20220909;20.2;11.3;15.7;3.1;11.77;.1;2.83;14126
+78090;45.46961;3.81834;730;20220910;20.1;10.6;15.3;2.2;11.35;0;2.72;14834
+78090;45.46961;3.81834;730;20220911;22;8.1;15;1.7;11.2;0;2.89;17621
+78090;45.46961;3.81834;730;20220912;30.2;11;20.6;1.9;12.75;0;4.03;19429
+78090;45.46961;3.81834;730;20220913;26.9;17.1;22;2.9;17.17;1.9;3.41;13751
+78090;45.46961;3.81834;730;20220914;24.5;18.1;21.3;3.4;16.75;8.6;3.15;11661
+78090;45.46961;3.81834;730;20220915;21.7;13.6;17.6;2.6;15.47;10.3;2.39;12554
+78090;45.46961;3.81834;730;20220916;16.9;12.8;14.9;2.9;13.3;0;1.88;9242
+78090;45.46961;3.81834;730;20220917;12.9;6.5;9.7;3.4;8.85;0;1.94;11874
+78090;45.46961;3.81834;730;20220918;16.5;3.5;10;1.8;7.37;0;2.4;16067
+78090;45.46961;3.81834;730;20220919;16.1;4;10;2.1;7.92;0;2.31;15192
+78090;45.46961;3.81834;730;20220920;16.2;4.2;10.2;2.3;7.85;0;2.37;15236
+78090;45.46961;3.81834;730;20220921;16.2;4.6;10.4;2.1;8.12;0;2.25;14767
+78090;45.46961;3.81834;730;20220922;20.6;3.8;12.2;1.9;8.47;0;2.69;16996
+78090;45.46961;3.81834;730;20220923;19.8;8.2;14;2;11.12;11.3;2.25;12754
+78090;45.46961;3.81834;730;20220924;18.6;9.2;13.9;1.9;11.8;6.4;1.95;11786
+78090;45.46961;3.81834;730;20220925;14.2;9.5;11.8;1.8;11.45;4.7;1.34;7781
+78090;45.46961;3.81834;730;20220926;13.9;8.1;11;3.2;10.2;3.5;1.63;9739
+78090;45.46961;3.81834;730;20220927;11.8;7.5;9.6;4.3;9.97;5.6;1.38;8404
+78090;45.46961;3.81834;730;20220928;15.3;9.2;12.3;4.8;11.95;16.5;1.52;8521
+78090;45.46961;3.81834;730;20220929;12.2;8.1;10.2;2.7;9.82;.8;1.44;8659
+78090;45.46961;3.81834;730;20220930;12.2;5.5;8.8;2.4;8.72;.7;1.45;9150
+78090;45.46961;3.81834;730;20221001;17.8;4.5;11.1;3.9;11.05;2.3;1.83;12136
+78090;45.46961;3.81834;730;20221002;20.3;13.2;16.7;3.3;13.15;0;2.31;10642
+78090;45.46961;3.81834;730;20221003;15.6;10.3;13;2.1;12.47;.1;1.31;7374
+78090;45.46961;3.81834;730;20221004;22;8;15;1.7;11.33;.1;2.29;14200
+78090;45.46961;3.81834;730;20221005;23.2;9.3;16.3;2.7;10.38;0;2.99;14655
+78090;45.46961;3.81834;730;20221006;17.3;10.1;13.7;1.6;12.53;.3;1.53;10234
+78090;45.46961;3.81834;730;20221007;20.5;9.6;15.1;1.8;12.72;.6;1.85;11132
+78090;45.46961;3.81834;730;20221008;13.4;12.1;12.7;1.7;12.77;2.1;.88;2962
+78090;45.46961;3.81834;730;20221009;18.2;5.3;11.8;2;10.75;.1;1.66;11105
+78090;45.46961;3.81834;730;20221010;21.4;9.4;15.4;1.9;11.77;.3;1.99;11475
+78090;45.46961;3.81834;730;20221011;17.7;9.5;13.6;1.6;13.1;4.2;1.34;8927
+78090;45.46961;3.81834;730;20221012;19.3;11.9;15.6;1.4;13.67;.2;1.47;8932
+78090;45.46961;3.81834;730;20221013;16.5;9.2;12.9;2.2;12.22;2.9;1.26;7190
+78090;45.46961;3.81834;730;20221014;17.1;11.4;14.3;3.3;13.42;.7;1.33;6840
+78090;45.46961;3.81834;730;20221015;21.4;12;16.7;3.4;12.4;0;2.25;9075
+78090;45.46961;3.81834;730;20221016;21.8;13.6;17.7;3.6;13.35;0;2.4;9366
+78090;45.46961;3.81834;730;20221017;20.6;14.8;17.7;3.6;13.3;.1;2.25;6894
+78090;45.46961;3.81834;730;20221018;23.4;12.9;18.1;2.2;13.22;.2;2.1;9909
+78090;45.46961;3.81834;730;20221019;23.6;10.7;17.2;1.9;12.27;1.4;2.01;9900
+78090;45.46961;3.81834;730;20221020;20;15.1;17.6;4.1;14.52;9.8;2.01;5889
+78090;45.46961;3.81834;730;20221021;20.4;14.7;17.5;3.9;13.87;4.8;2.09;6463
+78090;45.46961;3.81834;730;20221022;21;10.8;15.9;2.4;12.1;0;1.86;9248
+78090;45.46961;3.81834;730;20221023;20.9;14.4;17.6;5.3;13.57;0;2.47;6615
+78090;45.46961;3.81834;730;20221024;19.9;14.5;17.2;2.7;12.37;0;1.9;6899
+78090;45.46961;3.81834;730;20221025;20;7.9;14;2.4;10.5;.2;1.76;8905
+78090;45.46961;3.81834;730;20221026;22.3;12.6;17.4;2.5;12.6;.1;2.01;8135
+78090;45.46961;3.81834;730;20221027;24.7;11.8;18.3;2.2;12.1;0;2.1;8881
+78090;45.46961;3.81834;730;20221028;25.5;16.3;20.9;2.6;9.72;0;2.87;7055
+78090;45.46961;3.81834;730;20221029;24.5;14;19.2;3;7.62;0;3.2;7770
+78090;45.46961;3.81834;730;20221030;22.3;14;18.1;3.3;8.25;0;3;7209
+78090;45.46961;3.81834;730;20221031;19.3;12.1;15.7;3.8;11.52;4.1;2.06;6931
+78090;45.46961;3.81834;730;20221101;16.8;11.8;14.3;3.2;11.55;.1;1.48;6400
+78090;45.46961;3.81834;730;20221102;14.7;6.5;10.6;2;9.1;.1;1.16;7282
+78090;45.46961;3.81834;730;20221103;13.9;5.7;9.8;3.7;8.9;1;1.34;5298
+78090;45.46961;3.81834;730;20221104;8.3;5.2;6.8;4.3;8.02;8.9;.89;3205
+78090;45.46961;3.81834;730;20221105;8;4.2;6.1;3.3;7.47;0;.89;5238
+78090;45.46961;3.81834;730;20221106;15.1;.3;7.7;2.3;6.4;0;1.36;8275
+78090;45.46961;3.81834;730;20221107;16.2;5;10.6;2.7;8.37;0;1.45;7464
+78090;45.46961;3.81834;730;20221108;15.8;8.7;12.3;4.4;10.02;7.2;1.63;6045
+78090;45.46961;3.81834;730;20221109;13.4;11;12.2;2.2;12.2;8.7;.76;2588
+78090;45.46961;3.81834;730;20221110;11.1;7.8;9.4;2.2;9.92;.1;.74;4135
+78090;45.46961;3.81834;730;20221111;15.7;3;9.3;1.9;9.4;.1;.88;7315
+78090;45.46961;3.81834;730;20221112;17.6;6.2;11.9;1.6;9.95;0;.99;7017
+78090;45.46961;3.81834;730;20221113;15.6;6.8;11.2;2;9.55;0;1.06;5524
+78090;45.46961;3.81834;730;20221114;13.7;9;11.3;3.7;9.97;5.7;1.27;4178
+78090;45.46961;3.81834;730;20221115;13;8.5;10.8;3.2;10.9;3.5;.84;3695
+78090;45.46961;3.81834;730;20221116;13;6.3;9.7;3.8;8.92;0;1.13;5504
+78090;45.46961;3.81834;730;20221117;13.2;8.7;10.9;5.4;9.32;6;1.5;3592
+78090;45.46961;3.81834;730;20221118;8.5;4.9;6.7;3;7.72;1;.77;3864
+78090;45.46961;3.81834;730;20221119;6.1;2.2;4.1;2.4;7.37;1.9;.48;3623
+78090;45.46961;3.81834;730;20221120;7;1.6;4.3;2.6;6.9;.7;.55;4866
+78090;45.46961;3.81834;730;20221121;7.8;2.3;5;3.4;7.25;6.4;.7;3175
+78090;45.46961;3.81834;730;20221122;7.6;2.4;5;3.6;6.67;2;.78;4214
+78090;45.46961;3.81834;730;20221123;11.4;2.5;6.9;3.2;7.85;2.7;.8;5028
+78090;45.46961;3.81834;730;20221124;10.7;2.9;6.8;2.3;7.47;0;.74;5113
+78090;45.46961;3.81834;730;20221125;8.4;5.8;7.1;2.6;8.32;3.9;.69;1989
+78090;45.46961;3.81834;730;20221126;6.6;3.7;5.1;2.3;7.55;0;.51;3280
+78090;45.46961;3.81834;730;20221127;11.6;-.1;5.8;2.6;6.3;2.9;.94;5688
+78090;45.46961;3.81834;730;20221128;7.5;6.2;6.9;3.1;8.32;4.3;.71;1336
+78090;45.46961;3.81834;730;20221129;4.9;2.8;3.8;2.7;7.37;2.2;.44;2358
+78090;45.46961;3.81834;730;20221130;4.3;2.8;3.6;2.7;7.47;.4;.37;1350
+78090;45.46961;3.81834;730;20221201;3;2.2;2.6;2.8;6.75;0;.44;843
+78090;45.46961;3.81834;730;20221202;1;-.1;.5;1.6;5.8;2.1;.38;1040
+78090;45.46961;3.81834;730;20221203;2;-.4;.8;2.2;6.17;3.4;.3;2039
+78090;45.46961;3.81834;730;20221204;2.8;.4;1.6;2.2;6.4;4.6;.33;1920
+78090;45.46961;3.81834;730;20221205;4.8;-3.2;.8;1.8;5.25;0;.39;5115
+78090;45.46961;3.81834;730;20221206;3.7;-5.7;-1;1.5;4.85;.1;.3;5333
+78090;45.46961;3.81834;730;20221207;-.7;-2.5;-1.6;2.3;5.3;0;.27;1268
+78090;45.46961;3.81834;730;20221208;1.5;-3.8;-1.1;2;5.15;4.5;.31;3234
+78090;45.46961;3.81834;730;20221209;2.9;-.5;1.2;1.6;6.22;1.6;.3;2331
+78090;45.46961;3.81834;730;20221210;-2.4;-2.7;-2.6;3.3;4.7;0;.3;861
+78090;45.46961;3.81834;730;20221211;-1.2;-6.9;-4;2;3.67;0;.32;4052
+78090;45.46961;3.81834;730;20221212;.3;-6.9;-3.3;2.1;4.02;4.9;.33;3892
+78090;45.46961;3.81834;730;20221213;5.6;-3.5;1.1;2.4;6.49;0;.24;3972
+78090;45.46961;3.81834;730;20221214;10.7;3.5;7.1;3.3;8.85;0;.5;3843
+78090;45.46961;3.81834;730;20221215;4.5;2;3.2;1.9;7.27;20.3;.36;1260
+78090;45.46961;3.81834;730;20221216;.4;-.1;.1;3;5.62;0;.44;699
+78090;45.46961;3.81834;730;20221217;-.4;-7.2;-3.8;2.4;3.77;0;.55;3648
+78090;45.46961;3.81834;730;20221218;8.6;-6.4;1.1;3.1;4.95;0;.73;5890
+78090;45.46961;3.81834;730;20221219;11.6;6.2;8.9;4.5;8.57;0;1.02;2964
+78090;45.46961;3.81834;730;20221220;12.4;9.3;10.9;5.4;9.42;1;1.38;2878
+78090;45.46961;3.81834;730;20221221;11.6;9.4;10.5;3.9;9.7;.2;.97;2712
+78090;45.46961;3.81834;730;20221222;11.6;8.1;9.8;4.9;9.37;5.4;1.09;2253
+78090;45.46961;3.81834;730;20221223;13.6;10.4;12;4.7;11.37;.8;.97;2452
+78090;45.46961;3.81834;730;20221224;14.4;9.9;12.1;2.3;10.4;0;.82;3381
+78090;45.46961;3.81834;730;20221225;14.2;4.6;9.4;3.1;8.4;0;1.05;4675
+78090;45.46961;3.81834;730;20221226;12.7;7.4;10;3.4;9.1;1.1;1.04;3026
+78090;45.46961;3.81834;730;20221227;9.2;3.2;6.2;1.8;7.57;0;.49;3993
+78090;45.46961;3.81834;730;20221228;12.6;.1;6.4;3.1;7.22;0;.84;5107
+78090;45.46961;3.81834;730;20221229;10.5;5.9;8.2;3.8;8.57;5.7;.9;2055
+78090;45.46961;3.81834;730;20221230;12;4.2;8.1;3.7;8.95;1.2;.76;3255
+78090;45.46961;3.81834;730;20221231;14.8;10.4;12.6;4.4;9.82;0;1.59;3562
+78091;45.48779;4.1368;400;20220101;15.7;-1.1;7.3;1;7.2;0;.42;6800
+78091;45.48779;4.1368;400;20220102;15.6;0;7.8;3.2;7.2;0;1.43;2900
+78091;45.48779;4.1368;400;20220103;13.8;3.5;8.7;3.2;8.8;.1;.92;4100
+78091;45.48779;4.1368;400;20220104;17.5;6.4;11.9;3.2;8.86;7.3;1.38;4721
+78091;45.48779;4.1368;400;20220105;4.2;2.7;3.5;4;5.86;.5;.92;1332
+78091;45.48779;4.1368;400;20220106;3.4;1.2;2.3;3.6;5.3;0;.76;3600
+78091;45.48779;4.1368;400;20220107;6.1;-4.4;.9;2.4;5.3;3.7;.55;3700
+78091;45.48779;4.1368;400;20220108;7.2;1.2;4.2;4.3;7.3;2.8;.55;3300
+78091;45.48779;4.1368;400;20220109;6.8;3.7;5.3;2;6.6;3.5;.71;2400
+78091;45.48779;4.1368;400;20220110;6.2;3.1;4.7;2.4;6.5;.3;.61;4800
+78091;45.48779;4.1368;400;20220111;2.7;-1.4;.7;3.2;5.6;0;.44;3000
+78091;45.48779;4.1368;400;20220112;1.1;-.7;.2;2.2;4.8;0;.52;3300
+78091;45.48779;4.1368;400;20220113;1.9;-5.8;-1.9;1.2;4.6;0;.24;6200
+78091;45.48779;4.1368;400;20220114;7.2;-7.7;-.2;1;4.5;0;.29;8900
+78091;45.48779;4.1368;400;20220115;7.7;-7.7;0;.9;4.3;0;.31;8700
+78091;45.48779;4.1368;400;20220116;6.5;-8.1;-.8;1.1;4.1;0;.35;8900
+78091;45.48779;4.1368;400;20220117;1.3;-6.1;-2.4;1;5.6;.2;.22;1300
+78091;45.48779;4.1368;400;20220118;3.3;.1;1.7;2;6;0;.47;1800
+78091;45.48779;4.1368;400;20220119;2.1;-6;-1.9;1.6;5.4;0;.24;2600
+78091;45.48779;4.1368;400;20220120;3.5;-.1;1.7;2.1;6.5;.7;.39;900
+78091;45.48779;4.1368;400;20220121;4.5;-.9;1.8;4.1;4.9;0;.86;8000
+78091;45.48779;4.1368;400;20220122;2;-4;-1;2.1;5.2;0;.38;1800
+78091;45.48779;4.1368;400;20220123;2.2;.7;1.5;1;5.7;0;.45;1600
+78091;45.48779;4.1368;400;20220124;9.8;-3.3;3.3;1.9;5.2;0;.77;8700
+78091;45.48779;4.1368;400;20220125;10.4;-6.2;2.1;.9;4.8;0;.5;9400
+78091;45.48779;4.1368;400;20220126;8.6;-6.7;1;.9;4.5;0;.47;9700
+78091;45.48779;4.1368;400;20220127;-2.1;-5.3;-3.7;1.3;4.5;0;.26;3600
+78091;45.48779;4.1368;400;20220128;1.5;-4.2;-1.3;1.4;5.6;0;.28;2000
+78091;45.48779;4.1368;400;20220129;1;-4;-1.5;.9;5.7;.3;.27;2800
+78091;45.48779;4.1368;400;20220130;7;.7;3.9;1.1;7.5;.1;.44;2400
+78091;45.48779;4.1368;400;20220131;7.8;1.4;4.6;3.1;6.9;1.8;.78;3200
+78091;45.48779;4.1368;400;20220201;4.6;-.4;2.1;2;6;.9;.55;4500
+78091;45.48779;4.1368;400;20220202;9.8;3.8;6.8;1.9;8.4;.4;.67;2900
+78091;45.48779;4.1368;400;20220203;12.2;.1;6.2;2.5;7.6;0;.92;6500
+78091;45.48779;4.1368;400;20220204;10.5;-2.8;3.9;1;7.2;1.3;.57;6400
+78091;45.48779;4.1368;400;20220205;7.9;3.5;5.7;2;6.4;0;.89;9500
+78091;45.48779;4.1368;400;20220206;9.3;-6.2;1.6;2.6;5.9;3.8;.79;6700
+78091;45.48779;4.1368;400;20220207;8.4;6.9;7.7;4;6.76;.7;1.49;2324
+78091;45.48779;4.1368;400;20220208;12;-1;5.5;1.9;5.26;0;1.22;8598
+78091;45.48779;4.1368;400;20220209;17.1;-2.8;7.2;2.9;5.6;0;1.97;11300
+78091;45.48779;4.1368;400;20220210;16.9;1.9;9.4;3;6.7;1.3;1.93;10600
+78091;45.48779;4.1368;400;20220211;7.8;5.6;6.7;3;6.4;.2;1.27;7300
+78091;45.48779;4.1368;400;20220212;9.9;-4.5;2.7;1.7;5.38;0;1.02;9885
+78091;45.48779;4.1368;400;20220213;12.1;-2.2;5;7.4;6.8;.3;1.65;11600
+78091;45.48779;4.1368;400;20220214;9.6;7.7;8.7;4.7;7.8;5.9;1.51;3200
+78091;45.48779;4.1368;400;20220215;9.2;3.6;6.4;2.6;6.7;2.9;1.15;6200
+78091;45.48779;4.1368;400;20220216;13.8;3.8;8.8;3.8;9.1;2.7;1.21;3100
+78091;45.48779;4.1368;400;20220217;16;8.1;12.1;2.3;10.06;0;1.46;7363
+78091;45.48779;4.1368;400;20220218;20.4;4.4;12.4;3.1;8.9;.1;2.19;11113
+78091;45.48779;4.1368;400;20220219;9.3;3.9;6.6;2.1;5.83;0;1.3;6480
+78091;45.48779;4.1368;400;20220220;13.6;-2.4;5.6;2.6;6.7;1.1;1.39;9200
+78091;45.48779;4.1368;400;20220221;9.6;7.8;8.7;4.3;7.2;2.4;1.71;4800
+78091;45.48779;4.1368;400;20220222;10.3;4.5;7.4;2.2;7.6;.6;1.17;8500
+78091;45.48779;4.1368;400;20220223;12.9;5.2;9.1;1.3;8.3;0;1.07;6000
+78091;45.48779;4.1368;400;20220224;15.1;-.5;7.3;2.5;7;.5;1.57;7600
+78091;45.48779;4.1368;400;20220225;8.4;2.8;5.6;3.7;5.7;0;1.68;13600
+78091;45.48779;4.1368;400;20220226;9.9;-4.2;2.9;1.9;5;0;1.35;14400
+78091;45.48779;4.1368;400;20220227;12.2;-5.4;3.4;1.4;5.1;0;1.38;14800
+78091;45.48779;4.1368;400;20220228;13.7;-3.4;5.2;1.7;5.4;0;1.62;14900
+78091;45.48779;4.1368;400;20220301;15.2;-4.6;5.3;1.4;5.3;0;1.62;14200
+78091;45.48779;4.1368;400;20220302;15.6;.4;8;3.1;6.9;0;1.98;10300
+78091;45.48779;4.1368;400;20220303;13.6;3.4;8.5;1.3;8.5;0;1.18;8100
+78091;45.48779;4.1368;400;20220304;13.9;1.2;7.6;2.6;6.8;0;1.85;13600
+78091;45.48779;4.1368;400;20220305;10.9;-5.2;2.9;2;4.3;0;1.69;15700
+78091;45.48779;4.1368;400;20220306;8.3;-7.2;.6;1.7;3.8;0;1.44;15600
+78091;45.48779;4.1368;400;20220307;10.1;-7.7;1.2;1.2;4;0;1.4;15400
+78091;45.48779;4.1368;400;20220308;15;-5.4;4.8;3.6;5.2;0;2.43;15800
+78091;45.48779;4.1368;400;20220309;15.3;.6;8;3.4;6.2;0;2.46;15600
+78091;45.48779;4.1368;400;20220310;15.3;1.4;8.4;4.7;7.1;.1;2.4;11500
+78091;45.48779;4.1368;400;20220311;12.3;7.1;9.7;6.5;7.1;0;2.49;5000
+78091;45.48779;4.1368;400;20220312;10.9;5.8;8.4;4.2;6.8;0;1.84;3600
+78091;45.48779;4.1368;400;20220313;11.3;7;9.2;5.6;7;4.8;2.21;4400
+78091;45.48779;4.1368;400;20220314;12.5;-3.7;4.4;1.9;8.1;2.6;1.08;9400
+78091;45.48779;4.1368;400;20220315;16.9;8.2;12.6;5.7;8.8;0;2.83;7700
+78091;45.48779;4.1368;400;20220316;19.3;5.1;12.2;2.5;9.5;0;2.1;8800
+78091;45.48779;4.1368;400;20220317;11.2;5.4;8.3;3.7;9.9;1.8;.78;1900
+78091;45.48779;4.1368;400;20220318;7.7;6.4;7.1;2.6;8.8;.1;.7;1200
+78091;45.48779;4.1368;400;20220319;15.3;-.9;7.2;2.1;8.1;0;1.8;13900
+78091;45.48779;4.1368;400;20220320;14.5;3.3;8.9;5.1;6.6;.1;2.62;8800
+78091;45.48779;4.1368;400;20220321;16.6;7.2;11.9;4.6;6;0;3.65;15400
+78091;45.48779;4.1368;400;20220322;16.6;-1.8;7.4;4.6;4.5;0;3.58;17900
+78091;45.48779;4.1368;400;20220323;17.5;-3.7;6.9;2.3;4.9;0;2.78;17600
+78091;45.48779;4.1368;400;20220324;19.8;-2.3;8.8;2;5.2;0;2.94;17800
+78091;45.48779;4.1368;400;20220325;19.6;-1.3;9.2;2.1;5.7;0;2.93;17500
+78091;45.48779;4.1368;400;20220326;20.6;-1.1;9.8;1.2;6.3;0;2.55;17800
+78091;45.48779;4.1368;400;20220327;21.1;-.8;10.2;1.5;5.9;0;2.33;9500
+78091;45.48779;4.1368;400;20220328;21.7;5.2;13.5;3.4;5.5;0;4.15;17000
+78091;45.48779;4.1368;400;20220329;20.2;6;13.1;4.3;6.8;1.3;3.86;13300
+78091;45.48779;4.1368;400;20220330;15.1;8.1;11.6;1.6;10.1;4.2;1.62;8400
+78091;45.48779;4.1368;400;20220331;10.7;4.6;7.7;2.3;8.4;7.4;1.27;6800
+78091;45.48779;4.1368;400;20220401;4.8;.7;2.7;6.2;5.63;4.7;1.57;7481
+78091;45.48779;4.1368;400;20220402;5.3;.4;2.9;5.3;4.72;.2;1.94;11613
+78091;45.48779;4.1368;400;20220403;4.8;-.8;2;4.7;4.96;.1;1.67;10037
+78091;45.48779;4.1368;400;20220404;10;-2.9;3.6;2.2;4.98;0;2.44;20898
+78091;45.48779;4.1368;400;20220405;13.7;-3;5.4;1.6;7;0;1.92;15700
+78091;45.48779;4.1368;400;20220406;14.5;6.1;10.3;1.8;9.2;.8;1.79;10200
+78091;45.48779;4.1368;400;20220407;15.9;8.1;12;4.5;9;2.2;2.31;5000
+78091;45.48779;4.1368;400;20220408;18.2;12.2;15.2;4.6;8.8;1.1;3.54;10300
+78091;45.48779;4.1368;400;20220409;9.4;3;6.2;3.4;6.71;.4;2.05;13772
+78091;45.48779;4.1368;400;20220410;14.5;-4;5.3;1.3;5.5;0;2.6;23200
+78091;45.48779;4.1368;400;20220411;18.3;-1.3;8.5;6.3;7.1;0;3.73;19600
+78091;45.48779;4.1368;400;20220412;18;6.6;12.3;2.8;7.81;0;3.34;16170
+78091;45.48779;4.1368;400;20220413;19.6;6.5;13.1;1.6;8.3;0;2.8;15500
+78091;45.48779;4.1368;400;20220414;21.2;4.8;13;1.7;10.8;0;3.22;21800
+78091;45.48779;4.1368;400;20220415;22.2;3.6;12.9;2.2;10.5;0;3.44;21800
+78091;45.48779;4.1368;400;20220416;21.6;3.7;12.7;3.4;8.9;0;4.07;23700
+78091;45.48779;4.1368;400;20220417;18.6;0;9.3;1.8;7.4;0;3.32;24700
+78091;45.48779;4.1368;400;20220418;20.8;.1;10.5;1.9;6.2;0;3.73;24200
+78091;45.48779;4.1368;400;20220419;20.2;1.1;10.7;2;7.6;0;3.44;22300
+78091;45.48779;4.1368;400;20220420;16.8;3;9.9;1.5;9.3;4.6;1.87;10400
+78091;45.48779;4.1368;400;20220421;19.9;9.5;14.7;2.5;10.2;.1;3.4;18600
+78091;45.48779;4.1368;400;20220422;21.4;2;11.7;2;8.4;.9;3.58;22300
+78091;45.48779;4.1368;400;20220423;17.9;11.5;14.7;5.4;8.9;5;3.51;8100
+78091;45.48779;4.1368;400;20220424;16.5;5.8;11.2;1.9;9.5;2.6;2.35;13900
+78091;45.48779;4.1368;400;20220425;16.8;10.2;13.5;2.4;9.8;0;2.74;13900
+78091;45.48779;4.1368;400;20220426;19.1;4.8;12;1.9;9.4;0;3.58;25100
+78091;45.48779;4.1368;400;20220427;20.5;1;10.8;1.5;7.9;0;3.68;26100
+78091;45.48779;4.1368;400;20220428;23.3;3.2;13.3;1.7;9.1;0;3.97;24700
+78091;45.48779;4.1368;400;20220429;23.1;3.3;13.2;1.8;9.4;.6;3.56;20300
+78091;45.48779;4.1368;400;20220430;19.6;5.4;12.5;2.7;9;0;3.83;23900
+78091;45.48779;4.1368;400;20220501;19;1.2;10.1;1.9;8;0;3.55;25000
+78091;45.48779;4.1368;400;20220502;21.2;1.9;11.6;1.8;8.2;0;3.93;26100
+78091;45.48779;4.1368;400;20220503;19.9;6.1;13;1.8;9.6;0;2.75;14000
+78091;45.48779;4.1368;400;20220504;21.7;5.2;13.5;2.5;10.7;4.1;3.39;18700
+78091;45.48779;4.1368;400;20220505;15;9.7;12.4;2.8;10.9;3.1;2.11;10600
+78091;45.48779;4.1368;400;20220506;17.9;7;12.5;3.5;10.7;.7;2.36;10100
+78091;45.48779;4.1368;400;20220507;21.8;5.6;13.7;2.8;9.8;0;4.13;23800
+78091;45.48779;4.1368;400;20220508;22.4;6.6;14.5;2.1;10.1;.1;3.42;17100
+78091;45.48779;4.1368;400;20220509;24;5.4;14.7;1.2;10.9;0;3.88;24000
+78091;45.48779;4.1368;400;20220510;28;7.1;17.6;1.7;11.6;0;4.68;24900
+78091;45.48779;4.1368;400;20220511;30.2;11.6;20.9;3.8;11.4;0;6.67;27600
+78091;45.48779;4.1368;400;20220512;28.8;10.6;19.7;2.4;12.2;1.1;4.6;18700
+78091;45.48779;4.1368;400;20220513;24.4;10.8;17.6;1.9;14.4;.1;3.16;15100
+78091;45.48779;4.1368;400;20220514;27;14.4;20.7;1.2;13.9;0;4.62;25000
+78091;45.48779;4.1368;400;20220515;29.7;10.3;20;3.3;11.7;.5;6.09;26300
+78091;45.48779;4.1368;400;20220516;29.3;13.6;21.5;2.5;10.7;0;5.88;26100
+78091;45.48779;4.1368;400;20220517;30.7;11;20.9;1.6;12.9;0;5.24;26000
+78091;45.48779;4.1368;400;20220518;31;13.7;22.4;2.5;14;0;5.67;24400
+78091;45.48779;4.1368;400;20220519;32;16.5;24.3;4.9;12.2;0;7.68;24700
+78091;45.48779;4.1368;400;20220520;31.4;19.4;25.4;5.1;11;.1;7.63;19700
+78091;45.48779;4.1368;400;20220521;32.2;13.7;23;1.6;16.1;0;5.29;25000
+78091;45.48779;4.1368;400;20220522;32.2;14.8;23.5;1.7;17.2;1.6;4.27;17000
+78091;45.48779;4.1368;400;20220523;26.6;17.8;22.2;2.5;15.2;2.8;3.68;11800
+78091;45.48779;4.1368;400;20220524;21.4;11.5;16.5;1.8;10.5;0;4.25;23900
+78091;45.48779;4.1368;400;20220525;21.5;11.2;16.4;3.2;10;0;5.21;29100
+78091;45.48779;4.1368;400;20220526;20;6.1;13.1;2;10.2;0;3.39;19800
+78091;45.48779;4.1368;400;20220527;23.8;8.1;16;2.5;12.1;0;4.56;26000
+78091;45.48779;4.1368;400;20220528;23.2;10.6;16.9;3.5;10.4;0;5.12;25400
+78091;45.48779;4.1368;400;20220529;20.4;4.3;12.4;2.3;7.6;0;4.72;30100
+78091;45.48779;4.1368;400;20220530;23.5;4.6;14.1;1.4;7.3;.5;4.48;26600
+78091;45.48779;4.1368;400;20220531;19.6;9.7;14.7;1.5;11.6;2.5;1.99;7500
+78091;45.48779;4.1368;400;20220601;26.4;10.2;18.3;1.9;14.3;8.1;3.52;15700
+78091;45.48779;4.1368;400;20220602;28.8;15.2;22;2.4;16;1.4;4.33;17000
+78091;45.48779;4.1368;400;20220603;31.5;14.7;23.1;2.7;15.6;5.6;5.62;22700
+78091;45.48779;4.1368;400;20220604;33.2;14.6;23.9;2.8;16.6;7.8;6.31;26200
+78091;45.48779;4.1368;400;20220605;27.6;16.5;22.1;3.2;16.2;.9;5.15;22200
+78091;45.48779;4.1368;400;20220606;26.7;11;18.9;1.6;14.1;.6;4.06;20100
+78091;45.48779;4.1368;400;20220607;24.3;11.6;18;1.8;12.6;0;4.75;26400
+78091;45.48779;4.1368;400;20220608;24.5;11.3;17.9;2.3;12.5;2.9;3.7;15700
+78091;45.48779;4.1368;400;20220609;21.1;11.3;16.2;2.9;11.6;.2;4.12;21400
+78091;45.48779;4.1368;400;20220610;25.6;7.4;16.5;2.1;11;0;5.31;30200
+78091;45.48779;4.1368;400;20220611;31;8.8;19.9;1.4;11.8;0;5.74;30200
+78091;45.48779;4.1368;400;20220612;33.8;12.6;23.2;1.5;13;.4;5.23;22200
+78091;45.48779;4.1368;400;20220613;28.1;14;21.1;1.8;14.7;0;4.69;22100
+78091;45.48779;4.1368;400;20220614;33.1;7;20.1;1.3;10.2;.1;5.83;29600
+78091;45.48779;4.1368;400;20220615;36.6;16.1;26.4;2.8;13.6;0;6.63;20700
+78091;45.48779;4.1368;400;20220616;34;17.9;26;2.1;15.8;0;6.53;27800
+78091;45.48779;4.1368;400;20220617;34.9;15;25;1.3;13.3;.2;6.12;28800
+78091;45.48779;4.1368;400;20220618;37.9;14.2;26.1;3;12.5;0;8.15;29400
+78091;45.48779;4.1368;400;20220619;35;23.4;29.2;6;12.2;0;10.29;28600
+78091;45.48779;4.1368;400;20220620;34.9;21.7;28.3;4.9;10.7;0;9.65;29500
+78091;45.48779;4.1368;400;20220621;33.5;19.2;26.4;2.7;14.5;.9;6.1;20600
+78091;45.48779;4.1368;400;20220622;31.2;20;25.6;2.2;18.1;24.8;4.18;13300
+78091;45.48779;4.1368;400;20220623;24.2;16.5;20.4;2;18;5.6;3.04;13500
+78091;45.48779;4.1368;400;20220624;23.7;17.5;20.6;2.9;15.7;6.2;3.57;13400
+78091;45.48779;4.1368;400;20220625;29.2;12.9;21.1;2;14.7;18;4.49;19200
+78091;45.48779;4.1368;400;20220626;18.2;14.8;16.5;2.1;16.7;3.6;1.31;4700
+78091;45.48779;4.1368;400;20220627;21.8;15.1;18.5;1.8;15.8;.2;2.72;12300
+78091;45.48779;4.1368;400;20220628;24.9;10.9;17.9;1.8;14;.1;4;20800
+78091;45.48779;4.1368;400;20220629;28.3;12.9;20.6;1.6;13.6;0;5.62;29900
+78091;45.48779;4.1368;400;20220630;26.8;14.6;20.7;2.5;14.4;13;4.06;15500
+78091;45.48779;4.1368;400;20220701;22.3;9.7;16;1.9;11.9;.2;4.83;29800
+78091;45.48779;4.1368;400;20220702;30.2;8.5;19.4;1.5;12.2;0;5.7;30500
+78091;45.48779;4.1368;400;20220703;31.6;14.1;22.9;1.5;15.8;2.9;5.53;26900
+78091;45.48779;4.1368;400;20220704;27.4;15.7;21.6;2.1;16;0;4.53;20700
+78091;45.48779;4.1368;400;20220705;27;13.4;20.2;1.6;13.8;0;5.46;29800
+78091;45.48779;4.1368;400;20220706;26;10.4;18.2;2.5;12.2;0;5.53;29800
+78091;45.48779;4.1368;400;20220707;25.4;9.3;17.4;3.1;12.1;0;4.4;19200
+78091;45.48779;4.1368;400;20220708;26.3;13.6;20;4.1;12.9;0;6.15;29100
+78091;45.48779;4.1368;400;20220709;28.2;9.8;19;2.2;12.3;0;5.67;29400
+78091;45.48779;4.1368;400;20220710;28;11.3;19.7;2;13.1;0;5.32;27200
+78091;45.48779;4.1368;400;20220711;29.5;10.6;20.1;1.8;12.7;.2;5.64;29100
+78091;45.48779;4.1368;400;20220712;30.9;12.4;21.7;1.8;13.1;0;5.99;29900
+78091;45.48779;4.1368;400;20220713;33.5;10.9;22.2;.7;11.1;0;4.1;19600
+78091;45.48779;4.1368;400;20220714;36.3;17.6;27;2.1;13.5;0;6.97;28996
+78091;45.48779;4.1368;400;20220715;31.9;19.1;25.5;2.8;13.93;0;6.24;23279
+78091;45.48779;4.1368;400;20220716;31.2;12.2;21.7;1.9;11.9;0;6.05;29300
+78091;45.48779;4.1368;400;20220717;32.9;10.4;21.7;1.6;11.9;0;5.95;29000
+78091;45.48779;4.1368;400;20220718;37.6;13.6;25.6;1.3;12.5;.8;6.27;28900
+78091;45.48779;4.1368;400;20220719;38.2;18.6;28.4;3.9;13.7;0;8.78;28000
+78091;45.48779;4.1368;400;20220720;31;17.9;24.5;3.1;16.5;.2;5.42;19500
+78091;45.48779;4.1368;400;20220721;31.9;13.9;22.9;1.6;14.9;0;5.59;27100
+78091;45.48779;4.1368;400;20220722;37;13.9;25.5;2.4;14;3.7;6.62;24500
+78091;45.48779;4.1368;400;20220723;28.7;20.5;24.6;2.4;16.9;.1;5.01;20500
+78091;45.48779;4.1368;400;20220724;35.2;13.2;24.2;1.8;14.8;0;5.97;26100
+78091;45.48779;4.1368;400;20220725;34.2;18.1;26.2;4;14.9;.3;6.98;21400
+78091;45.48779;4.1368;400;20220726;27;18.5;22.8;4.5;13.9;0;6.35;25500
+78091;45.48779;4.1368;400;20220727;27.3;10.9;19.1;2.2;11.4;0;5.17;25800
+78091;45.48779;4.1368;400;20220728;32.2;10.7;21.5;1.5;10.9;0;4.8;20800
+78091;45.48779;4.1368;400;20220729;28.9;15.6;22.3;1.2;12.9;1.2;3.52;14200
+78091;45.48779;4.1368;400;20220730;30.7;11.6;21.2;1.4;12.2;0;4.69;22300
+78091;45.48779;4.1368;400;20220731;32.5;12.9;22.7;2.2;12.2;0;5.88;25400
+78091;45.48779;4.1368;400;20220801;33.2;14;23.6;2.2;13.2;0;5.87;24700
+78091;45.48779;4.1368;400;20220802;33.6;14.5;24.1;2;13.9;.5;5.8;25100
+78091;45.48779;4.1368;400;20220803;37.2;15.3;26.3;2.4;13.2;0;6.66;24600
+78091;45.48779;4.1368;400;20220804;38.5;22;30.3;2.6;13.2;.1;6.17;15600
+78091;45.48779;4.1368;400;20220805;34.1;20.5;27.3;2.6;16.1;.7;5.1;14500
+78091;45.48779;4.1368;400;20220806;29.4;16.2;22.8;2.2;16.6;0;5.26;25500
+78091;45.48779;4.1368;400;20220807;29.8;11.4;20.6;2;12.6;0;5.35;26700
+78091;45.48779;4.1368;400;20220808;31.8;11.9;21.9;1.8;11.6;0;5.55;26700
+78091;45.48779;4.1368;400;20220809;32.5;11.9;22.2;2;10.8;0;5.77;26200
+78091;45.48779;4.1368;400;20220810;34;12.9;23.5;1.6;10.9;0;5.58;25900
+78091;45.48779;4.1368;400;20220811;36.2;14.2;25.2;1.8;11.8;0;5.98;25500
+78091;45.48779;4.1368;400;20220812;35.1;15.1;25.1;1.7;11.7;0;5.8;25800
+78091;45.48779;4.1368;400;20220813;35.1;13;24.1;1.5;10.4;14.2;5.46;24900
+78091;45.48779;4.1368;400;20220814;23.7;18;20.9;1.8;15.7;15.7;2.72;10000
+78091;45.48779;4.1368;400;20220815;28.1;15.2;21.7;2.7;14.7;0;4.88;22100
+78091;45.48779;4.1368;400;20220816;30.9;13.8;22.4;2;15.2;5.5;4.51;19500
+78091;45.48779;4.1368;400;20220817;26.2;15.6;20.9;2;17.4;22.1;2.81;11000
+78091;45.48779;4.1368;400;20220818;23.1;13.4;18.3;2;16.4;3.8;2.28;9800
+78091;45.48779;4.1368;400;20220819;24.9;16.2;20.6;2.2;17.4;1.2;3.36;16200
+78091;45.48779;4.1368;400;20220820;26.6;17.1;21.9;2.1;17.1;.2;4.14;20500
+78091;45.48779;4.1368;400;20220821;25;10.6;17.8;1.5;14;0;3.35;18300
+78091;45.48779;4.1368;400;20220822;25.8;13.9;19.9;1.8;15.1;.1;3.95;21300
+78091;45.48779;4.1368;400;20220823;28.7;13.5;21.1;1.6;16.2;0;3.88;19400
+78091;45.48779;4.1368;400;20220824;31.9;14.3;23.1;1;14.2;0;4.36;23200
+78091;45.48779;4.1368;400;20220825;33.1;16;24.6;2.6;15.7;5.4;5.28;20600
+78091;45.48779;4.1368;400;20220826;26;18.7;22.4;3;18.4;.4;3.69;15600
+78091;45.48779;4.1368;400;20220827;25.4;14.4;19.9;1.7;16.6;.1;2.51;10400
+78091;45.48779;4.1368;400;20220828;29.5;12.1;20.8;1.3;15;0;3.79;19600
+78091;45.48779;4.1368;400;20220829;32.6;13.8;23.2;2;15.2;.4;4.4;17800
+78091;45.48779;4.1368;400;20220830;27.6;19.1;23.4;2.3;16.9;3.9;3.53;12900
+78091;45.48779;4.1368;400;20220831;27.4;17.4;22.4;1.9;16.9;.5;3.44;15000
+78091;45.48779;4.1368;400;20220901;29;12.1;20.6;1.4;14.1;0;3.64;18300
+78091;45.48779;4.1368;400;20220902;28.8;15.3;22.1;2.5;14.3;5.9;3.91;14100
+78091;45.48779;4.1368;400;20220903;26.9;14.8;20.9;2.6;16.8;4;3.1;11800
+78091;45.48779;4.1368;400;20220904;29.2;13.3;21.3;2.6;16.8;.1;4.18;19900
+78091;45.48779;4.1368;400;20220905;31.2;15.1;23.2;3.5;16.9;2.4;4.94;19200
+78091;45.48779;4.1368;400;20220906;29.8;17.4;23.6;3;16.8;3.8;3.84;11500
+78091;45.48779;4.1368;400;20220907;25.4;15.6;20.5;2.2;18.3;10.4;2.64;11900
+78091;45.48779;4.1368;400;20220908;24.9;11.5;18.2;2.3;14.2;0;3.27;16900
+78091;45.48779;4.1368;400;20220909;24.4;11.4;17.9;2.7;12;0;3.62;17200
+78091;45.48779;4.1368;400;20220910;23.1;9.5;16.3;1.1;12;.1;2.76;17200
+78091;45.48779;4.1368;400;20220911;25.3;7.8;16.6;1.1;11.9;.1;3.14;20300
+78091;45.48779;4.1368;400;20220912;32.2;11.4;21.8;2.3;13.5;0;4.53;19300
+78091;45.48779;4.1368;400;20220913;30.9;18;24.5;4;17.1;0;4.71;14100
+78091;45.48779;4.1368;400;20220914;28.3;20.8;24.6;3.9;17.7;7.8;4.17;12300
+78091;45.48779;4.1368;400;20220915;25.7;14.1;19.9;1.6;17.2;12.1;2.67;14000
+78091;45.48779;4.1368;400;20220916;19.7;15.1;17.4;2.3;15.2;1;2.36;13200
+78091;45.48779;4.1368;400;20220917;16;8.9;12.5;3.4;9.7;0;2.72;17700
+78091;45.48779;4.1368;400;20220918;18.5;2;10.3;1.1;8;0;2.39;19400
+78091;45.48779;4.1368;400;20220919;18.8;2.5;10.7;1.4;8.2;0;2.45;18700
+78091;45.48779;4.1368;400;20220920;19.2;2.3;10.8;1.6;8.1;0;2.55;18900
+78091;45.48779;4.1368;400;20220921;19.8;3.1;11.5;1.5;8.4;0;2.54;18500
+78091;45.48779;4.1368;400;20220922;22.2;2.3;12.3;.8;8.5;0;2.37;18600
+78091;45.48779;4.1368;400;20220923;23.7;7.7;15.7;2;11.4;9.7;2.54;11900
+78091;45.48779;4.1368;400;20220924;20.9;10.6;15.8;1.6;13.4;5.9;2.28;15000
+78091;45.48779;4.1368;400;20220925;17.3;11.4;14.4;1.7;12.8;4.5;1.61;8800
+78091;45.48779;4.1368;400;20220926;17.9;10;14;1.8;11.1;5.6;2.03;12400
+78091;45.48779;4.1368;400;20220927;15.6;9.3;12.5;2.3;10.6;4.2;1.65;8000
+78091;45.48779;4.1368;400;20220928;19.7;11;15.4;3.7;12.7;9.7;2.13;7600
+78091;45.48779;4.1368;400;20220929;15;9.3;12.2;1.6;10.9;1.6;1.45;8500
+78091;45.48779;4.1368;400;20220930;14.6;5.7;10.2;2.2;9.4;.3;1.64;11100
+78091;45.48779;4.1368;400;20221001;21.6;3.2;12.4;3.6;11.2;.8;2.1;6200
+78091;45.48779;4.1368;400;20221002;23.9;13.8;18.9;2;13.8;0;2.59;13600
+78091;45.48779;4.1368;400;20221003;19.7;12;15.9;1.6;13.3;.1;1.75;9800
+78091;45.48779;4.1368;400;20221004;23;6.7;14.9;1.3;11.9;.1;2.16;15300
+78091;45.48779;4.1368;400;20221005;26.6;9.4;18;3.1;11;0;3.63;16200
+78091;45.48779;4.1368;400;20221006;21.1;10.5;15.8;1.8;13;0;1.86;10000
+78091;45.48779;4.1368;400;20221007;24.1;10.5;17.3;2.7;13.4;.9;2.62;13500
+78091;45.48779;4.1368;400;20221008;16;14.1;15.1;1.2;13.8;6.6;.91;1800
+78091;45.48779;4.1368;400;20221009;20.2;3.7;12;2.2;10.9;.1;1.94;13900
+78091;45.48779;4.1368;400;20221010;23.2;9.2;16.2;2.8;12.1;.2;2.55;12900
+78091;45.48779;4.1368;400;20221011;20.2;9.3;14.8;1.5;13.7;1.5;1.44;8900
+78091;45.48779;4.1368;400;20221012;21.9;14.4;18.2;.9;15.1;.2;1.63;10900
+78091;45.48779;4.1368;400;20221013;18.2;8.6;13.4;1.6;13.2;2.1;1.11;5800
+78091;45.48779;4.1368;400;20221014;19.8;12.5;16.2;3.6;14.1;.6;1.71;5000
+78091;45.48779;4.1368;400;20221015;25.5;13.8;19.7;3.9;12.7;0;3.38;11200
+78091;45.48779;4.1368;400;20221016;24.5;13.2;18.9;4.8;13.9;0;3.26;12900
+78091;45.48779;4.1368;400;20221017;24.1;16;20.1;5.2;13.7;0;3.57;11300
+78091;45.48779;4.1368;400;20221018;25.4;12.5;19;2.4;13.5;.1;2.5;12600
+78091;45.48779;4.1368;400;20221019;23.5;10.3;16.9;2.8;13.2;1.1;2.23;10500
+78091;45.48779;4.1368;400;20221020;23.5;16.3;19.9;4.4;15.4;4.6;2.67;7400
+78091;45.48779;4.1368;400;20221021;22.6;15.2;18.9;3.5;14.8;0;2.22;6200
+78091;45.48779;4.1368;400;20221022;24.4;10.3;17.4;2.2;13.3;0;2.09;11500
+78091;45.48779;4.1368;400;20221023;25.3;12.4;18.9;6.1;14.3;0;3.35;8200
+78091;45.48779;4.1368;400;20221024;23.3;14.2;18.8;2.5;13.5;0;2.13;8600
+78091;45.48779;4.1368;400;20221025;21.8;7.3;14.6;2.7;11;.2;2;9000
+78091;45.48779;4.1368;400;20221026;24.8;11.1;18;2.2;13.2;.1;2.07;10700
+78091;45.48779;4.1368;400;20221027;25;11.1;18.1;3.6;13.8;0;2.45;7100
+78091;45.48779;4.1368;400;20221028;27.3;14.9;21.1;3.3;11.3;0;3.33;8100
+78091;45.48779;4.1368;400;20221029;28.5;11.1;19.8;3.1;8.6;0;3.58;9200
+78091;45.48779;4.1368;400;20221030;26.6;13.7;20.2;2.8;7.7;0;3.25;9900
+78091;45.48779;4.1368;400;20221031;22;10.1;16.1;4.1;11.7;5.5;2.42;8300
+78091;45.48779;4.1368;400;20221101;20.4;13.8;17.1;2.4;13.1;0;1.68;8800
+78091;45.48779;4.1368;400;20221102;17;4.4;10.7;1.3;9.3;.1;1.04;9200
+78091;45.48779;4.1368;400;20221103;16.8;5.4;11.1;2.9;9.3;.3;1.47;2900
+78091;45.48779;4.1368;400;20221104;13.6;6;9.8;3.3;8.3;6.8;1.43;5400
+78091;45.48779;4.1368;400;20221105;10.6;6;8.3;2.7;8.3;0;1;6200
+78091;45.48779;4.1368;400;20221106;17.6;.1;8.9;2.5;6.9;0;1.65;6900
+78091;45.48779;4.1368;400;20221107;19;4.2;11.6;2.7;8.3;0;1.72;9800
+78091;45.48779;4.1368;400;20221108;18.3;6;12.2;5.5;10.6;8.5;1.87;5300
+78091;45.48779;4.1368;400;20221109;15.2;13;14.1;2.6;13.6;11.7;.9;2700
+78091;45.48779;4.1368;400;20221110;14;8.7;11.4;1.7;10.8;0;.81;6800
+78091;45.48779;4.1368;400;20221111;15.5;3;9.3;2.5;9.8;.1;.91;8000
+78091;45.48779;4.1368;400;20221112;16.4;7.9;12.2;3.2;10.5;0;1.28;6900
+78091;45.48779;4.1368;400;20221113;12.9;3.3;8.1;1.5;9.6;0;.61;4000
+78091;45.48779;4.1368;400;20221114;16.7;7.5;12.1;3.6;10.3;3;1.44;3800
+78091;45.48779;4.1368;400;20221115;15.6;9.9;12.8;2.7;11.8;2.4;1.02;2000
+78091;45.48779;4.1368;400;20221116;16.8;7;11.9;3.7;9.1;.2;1.66;6200
+78091;45.48779;4.1368;400;20221117;17.3;8.5;12.9;5.3;9.5;2.2;2.17;4500
+78091;45.48779;4.1368;400;20221118;12.6;5.3;9;1.5;8.1;1.2;.75;6300
+78091;45.48779;4.1368;400;20221119;8.7;1.5;5.1;1.7;7.9;2.3;.48;3400
+78091;45.48779;4.1368;400;20221120;10.5;4.8;7.7;1.9;8;.3;.65;7000
+78091;45.48779;4.1368;400;20221121;11.4;3.7;7.6;3.2;7.9;5.8;1.04;1900
+78091;45.48779;4.1368;400;20221122;10.8;2;6.4;2.1;7;.2;.82;4300
+78091;45.48779;4.1368;400;20221123;15.4;1.1;8.3;3.3;8;.7;1.32;3300
+78091;45.48779;4.1368;400;20221124;13.9;2.8;8.4;3.1;7.6;0;1.14;6700
+78091;45.48779;4.1368;400;20221125;12;6.4;9.2;2.2;8.6;3.7;.92;2400
+78091;45.48779;4.1368;400;20221126;9.3;3.7;6.5;1.8;8.3;.1;.48;4600
+78091;45.48779;4.1368;400;20221127;12.9;.7;6.8;4.1;7.4;1.8;1.17;5300
+78091;45.48779;4.1368;400;20221128;10.2;7.4;8.8;2;9.1;4.8;.73;1700
+78091;45.48779;4.1368;400;20221129;8.1;4.1;6.1;1.9;8.2;1.3;.49;2900
+78091;45.48779;4.1368;400;20221130;7.1;5.4;6.3;2.7;8.4;.7;.59;700
+78091;45.48779;4.1368;400;20221201;6.1;4.6;5.4;2.5;7.4;.3;.66;1000
+78091;45.48779;4.1368;400;20221202;3.9;2.6;3.3;1.2;6.3;1.3;.5;1300
+78091;45.48779;4.1368;400;20221203;4.6;1.1;2.9;.8;6.9;3.3;.37;1400
+78091;45.48779;4.1368;400;20221204;5.2;2;3.6;1.2;7.1;3.2;.41;1600
+78091;45.48779;4.1368;400;20221205;6.5;-3.8;1.4;1.1;5.4;0;.22;7200
+78091;45.48779;4.1368;400;20221206;.3;-6.1;-2.9;1;4.9;.1;.08;6000
+78091;45.48779;4.1368;400;20221207;1.8;-.6;.6;1;6.3;.1;.31;700
+78091;45.48779;4.1368;400;20221208;3.3;-.2;1.6;2;5.7;6.9;.4;3700
+78091;45.48779;4.1368;400;20221209;3.7;1;2.4;1.2;6.6;1.9;.36;1700
+78091;45.48779;4.1368;400;20221210;-.4;-.5;-.4;2.9;5.3;.1;.4;900
+78091;45.48779;4.1368;400;20221211;1.4;-4.2;-1.4;1.8;4.1;0;.29;6800
+78091;45.48779;4.1368;400;20221212;2.1;-7.1;-2.5;2.3;4.2;3.1;.32;5900
+78091;45.48779;4.1368;400;20221213;3.5;-2.1;.7;1.7;5.7;0;.32;3100
+78091;45.48779;4.1368;400;20221214;14.3;-1.1;6.6;3.4;8.6;.2;.85;3000
+78091;45.48779;4.1368;400;20221215;4.7;2.4;3.6;2;7.6;26.9;.38;200
+78091;45.48779;4.1368;400;20221216;1.9;1.4;1.7;2.5;6.2;0;.43;900
+78091;45.48779;4.1368;400;20221217;.2;-8.4;-4.1;1.3;3.8;0;.07;8100
+78091;45.48779;4.1368;400;20221218;11.2;-7.3;2;4.4;5.6;0;1.02;6500
+78091;45.48779;4.1368;400;20221219;15.1;6.5;10.8;7.3;9.2;0;1.81;4700
+78091;45.48779;4.1368;400;20221220;15.1;12.2;13.7;6.1;9.8;.1;2.32;1400
+78091;45.48779;4.1368;400;20221221;15.3;11.9;13.6;4;10;.3;1.54;5000
+78091;45.48779;4.1368;400;20221222;14.6;9.4;12;3.9;9.5;4.7;1.55;1700
+78091;45.48779;4.1368;400;20221223;16.6;10.5;13.6;3.6;11.7;.7;1.3;1500
+78091;45.48779;4.1368;400;20221224;17.4;10.4;13.9;2.2;11.8;.1;.86;4700
+78091;45.48779;4.1368;400;20221225;17.6;3.9;10.8;3.5;8.7;0;1.45;5000
+78091;45.48779;4.1368;400;20221226;13.7;3.1;8.4;1.5;8.8;.5;.72;1600
+78091;45.48779;4.1368;400;20221227;10.8;1.9;6.4;.9;8.1;0;.22;5800
+78091;45.48779;4.1368;400;20221228;15.3;-.6;7.4;3.3;7.3;0;1.2;5300
+78091;45.48779;4.1368;400;20221229;14.2;7.5;10.9;4.2;8.8;4;1.55;2100
+78091;45.48779;4.1368;400;20221230;15;3.4;9.2;3.9;9.3;1.5;1.2;1000
+78091;45.48779;4.1368;400;20221231;18.9;13.1;16;5.5;10.2;0;2.58;5000
+78092;45.50501;4.45545;490;20220101;15.1;3.7;9.4;1.3;7.75;0;.67;5321
+78092;45.50501;4.45545;490;20220102;9;.6;4.8;2;7.65;0;.65;3219
+78092;45.50501;4.45545;490;20220103;12.8;4.9;8.9;2.3;8.88;.9;.8;3807
+78092;45.50501;4.45545;490;20220104;16;8.3;12.2;2.8;8.53;7.2;1.46;4099
+78092;45.50501;4.45545;490;20220105;3;2.2;2.6;3.9;5.53;.4;.84;744
+78092;45.50501;4.45545;490;20220106;3.5;1.3;2.4;3.5;5.12;0;.91;2310
+78092;45.50501;4.45545;490;20220107;3.7;-2.4;.6;2.1;5.28;2.4;.52;3273
+78092;45.50501;4.45545;490;20220108;5.1;1.3;3.2;3.1;7.18;2.5;.45;2519
+78092;45.50501;4.45545;490;20220109;5.4;3.4;4.4;2.3;6.65;4.1;.71;1833
+78092;45.50501;4.45545;490;20220110;5.2;2.3;3.8;2.4;6.25;.3;.68;3098
+78092;45.50501;4.45545;490;20220111;1.8;-1.3;.3;2.9;5.45;0;.47;2458
+78092;45.50501;4.45545;490;20220112;.8;-1.2;-.2;2.6;4.82;0;.58;2370
+78092;45.50501;4.45545;490;20220113;2.2;-4.1;-1;1.5;4.65;0;.4;4520
+78092;45.50501;4.45545;490;20220114;5.4;-5.3;0;1.1;4.72;0;.37;6272
+78092;45.50501;4.45545;490;20220115;5.9;-4;.9;1.2;4.62;0;.45;6040
+78092;45.50501;4.45545;490;20220116;6.8;-4;1.4;2.3;4.28;0;.84;6482
+78092;45.50501;4.45545;490;20220117;2.8;-4.3;-.7;2.3;5.85;.1;.28;3313
+78092;45.50501;4.45545;490;20220118;2.6;0;1.3;2;5.85;0;.49;2053
+78092;45.50501;4.45545;490;20220119;3;-3.9;-.5;1.8;5.55;.1;.33;3742
+78092;45.50501;4.45545;490;20220120;3.5;.3;1.9;2.7;6.15;.6;.54;2140
+78092;45.50501;4.45545;490;20220121;2.4;-.3;1;4.3;4.59;0;.97;4743
+78092;45.50501;4.45545;490;20220122;1.3;-3.2;-1;2.9;5.16;0;.41;2661
+78092;45.50501;4.45545;490;20220123;1.4;.2;.8;1.3;5.66;0;.45;1383
+78092;45.50501;4.45545;490;20220124;6.8;-3.2;1.8;1.5;5.23;0;.59;6463
+78092;45.50501;4.45545;490;20220125;9.8;-3.4;3.2;1.3;4.93;0;.65;7465
+78092;45.50501;4.45545;490;20220126;8;-3.1;2.4;1.8;4.69;0;.81;7055
+78092;45.50501;4.45545;490;20220127;-1.6;-5.1;-3.3;1.9;4.62;0;.29;3520
+78092;45.50501;4.45545;490;20220128;3.3;-4.4;-.6;3.2;5.65;0;.39;4411
+78092;45.50501;4.45545;490;20220129;.7;-3.1;-1.2;2.4;5.72;.1;.29;3230
+78092;45.50501;4.45545;490;20220130;8.2;.7;4.4;2;7.49;.1;.5;3801
+78092;45.50501;4.45545;490;20220131;6.8;2.2;4.5;3.3;6.73;1.9;.84;3443
+78092;45.50501;4.45545;490;20220201;4.7;.5;2.6;2.9;5.72;.7;.79;4044
+78092;45.50501;4.45545;490;20220202;10.4;2.7;6.6;2.2;8.28;.4;.77;5023
+78092;45.50501;4.45545;490;20220203;10.3;2.9;6.6;2.4;7.85;0;.89;5524
+78092;45.50501;4.45545;490;20220204;9.1;.2;4.7;1.5;7.32;.9;.66;6112
+78092;45.50501;4.45545;490;20220205;7.7;3.5;5.6;2.5;6.48;.1;1;6016
+78092;45.50501;4.45545;490;20220206;8;-2.1;2.9;2.5;6.12;2.4;.84;6551
+78092;45.50501;4.45545;490;20220207;7.4;5.6;6.5;3.8;6.6;.6;1.29;2590
+78092;45.50501;4.45545;490;20220208;10.3;1.1;5.7;2;5.33;0;1.2;7214
+78092;45.50501;4.45545;490;20220209;14;-.9;6.5;2.4;5.82;0;1.56;9686
+78092;45.50501;4.45545;490;20220210;9.7;2;5.9;3;6.68;.8;1.93;10600
+78092;45.50501;4.45545;490;20220211;7.3;5.1;6.2;3;6.38;.5;1.27;7300
+78092;45.50501;4.45545;490;20220212;9.6;-5.2;2.2;2.2;5.91;0;1;8980
+78092;45.50501;4.45545;490;20220213;11.6;-2.7;4.4;7.4;6.78;0;1.65;11600
+78092;45.50501;4.45545;490;20220214;9.1;7.2;8.1;4.7;7.78;8.3;1.51;3200
+78092;45.50501;4.45545;490;20220215;8.7;3.1;5.9;2.6;6.68;1.7;1.15;6200
+78092;45.50501;4.45545;490;20220216;9.3;3;6.2;2.1;8.82;2.3;.8;4820
+78092;45.50501;4.45545;490;20220217;15.5;7.6;11.6;2.3;9.67;0;1.42;6994
+78092;45.50501;4.45545;490;20220218;19.5;7.3;13.4;2.6;8.93;.1;2.11;9726
+78092;45.50501;4.45545;490;20220219;8.4;4.4;6.4;2.6;5.67;0;1.37;5281
+78092;45.50501;4.45545;490;20220220;12.1;.4;6.3;2.3;6.72;.8;1.36;9131
+78092;45.50501;4.45545;490;20220221;8.2;7.8;8;4.7;7.15;3.3;1.64;1649
+78092;45.50501;4.45545;490;20220222;9.9;4.6;7.3;3.5;7.35;.3;1.41;7032
+78092;45.50501;4.45545;490;20220223;12.3;5.7;9;1.9;8.22;0;1.26;6738
+78092;45.50501;4.45545;490;20220224;13.8;3;8.4;3;7.22;.3;1.75;8610
+78092;45.50501;4.45545;490;20220225;7.8;3.4;5.6;3.9;5.48;0;1.73;8349
+78092;45.50501;4.45545;490;20220226;8.5;-.4;4.1;2.6;5.18;0;1.45;10175
+78092;45.50501;4.45545;490;20220227;10.4;-3.1;3.7;1.8;5.28;0;1.36;12211
+78092;45.50501;4.45545;490;20220228;11.6;-.8;5.4;2.1;5.75;0;1.55;11986
+78092;45.50501;4.45545;490;20220301;12.9;-.4;6.3;1.8;5.85;0;1.62;11787
+78092;45.50501;4.45545;490;20220302;11.9;1.2;6.5;2.3;7.18;0;1.49;10021
+78092;45.50501;4.45545;490;20220303;12.9;4.1;8.5;1.9;8.62;0;1.34;8939
+78092;45.50501;4.45545;490;20220304;12.9;5;9;3;6.65;0;2.03;9936
+78092;45.50501;4.45545;490;20220305;9.9;-.9;4.5;2.9;4.35;0;1.94;11940
+78092;45.50501;4.45545;490;20220306;7.3;-2.9;2.2;2.9;3.78;0;1.75;11657
+78092;45.50501;4.45545;490;20220307;8.7;-4;2.3;1.6;4.18;0;1.45;12717
+78092;45.50501;4.45545;490;20220308;12.2;-2.8;4.7;2.6;5.48;0;1.92;13966
+78092;45.50501;4.45545;490;20220309;13.1;1.8;7.5;2.6;6.52;0;1.97;12815
+78092;45.50501;4.45545;490;20220310;13.7;1.6;7.7;3.8;7.32;.2;2.06;12134
+78092;45.50501;4.45545;490;20220311;12.3;7.4;9.8;5.5;7.12;.1;2.47;6817
+78092;45.50501;4.45545;490;20220312;9.8;6.3;8.1;4;6.72;0;1.87;5074
+78092;45.50501;4.45545;490;20220313;9.9;6.9;8.4;4.6;7.28;0;1.89;5200
+78092;45.50501;4.45545;490;20220314;11.1;-.2;5.5;1.9;8.65;2.1;1.13;10954
+78092;45.50501;4.45545;490;20220315;16.1;7.9;12;4.8;8.82;.1;2.62;9853
+78092;45.50501;4.45545;490;20220316;17.1;6.7;11.9;2.4;9.45;0;2.09;10782
+78092;45.50501;4.45545;490;20220317;12.3;7.9;10.1;3.4;10.02;1.2;1.34;5544
+78092;45.50501;4.45545;490;20220318;7.2;5.9;6.5;2.6;8.78;0;.7;1200
+78092;45.50501;4.45545;490;20220319;14.8;-1.4;6.7;2.1;8.08;0;1.8;13900
+78092;45.50501;4.45545;490;20220320;14;2.8;8.4;5.1;6.58;0;2.62;8800
+78092;45.50501;4.45545;490;20220321;16.1;6.7;11.4;4.6;5.98;0;3.65;15400
+78092;45.50501;4.45545;490;20220322;16.1;-2.3;6.9;4.6;4.48;0;3.58;17900
+78092;45.50501;4.45545;490;20220323;17;-4.2;6.4;2.3;4.88;0;2.78;17600
+78092;45.50501;4.45545;490;20220324;19.3;-2.8;8.2;2;5.18;0;2.94;17800
+78092;45.50501;4.45545;490;20220325;19.1;-1.8;8.6;2.1;5.68;0;2.93;17500
+78092;45.50501;4.45545;490;20220326;20.1;-1.6;9.2;1.2;6.28;0;2.55;17800
+78092;45.50501;4.45545;490;20220327;20.6;-1.3;9.6;1.5;5.88;0;2.33;9500
+78092;45.50501;4.45545;490;20220328;21.2;4.7;12.9;3.4;5.48;0;4.15;17000
+78092;45.50501;4.45545;490;20220329;19.7;5.5;12.6;4.3;6.78;1.4;3.86;13300
+78092;45.50501;4.45545;490;20220330;14.6;7.6;11.1;1.6;10.08;3.9;1.62;8400
+78092;45.50501;4.45545;490;20220331;10.2;4.1;7.1;2.3;8.38;5.9;1.27;6800
+78092;45.50501;4.45545;490;20220401;4.2;.1;2.2;6.2;5.6;5.1;1.57;7481
+78092;45.50501;4.45545;490;20220402;6.2;1;3.6;6.4;4.24;1.1;2.65;14280
+78092;45.50501;4.45545;490;20220403;4.3;-1.3;1.5;5;5.28;0;1.56;9804
+78092;45.50501;4.45545;490;20220404;8.3;-3.7;2.3;1.7;5.16;0;2.13;21509
+78092;45.50501;4.45545;490;20220405;13.2;-3.5;4.8;1.6;6.98;0;1.92;15700
+78092;45.50501;4.45545;490;20220406;14;5.6;9.8;1.8;9.18;1.4;1.79;10200
+78092;45.50501;4.45545;490;20220407;15.4;7.6;11.5;4.5;8.98;1.5;2.31;5000
+78092;45.50501;4.45545;490;20220408;17.7;11.7;14.7;4.6;8.78;0;3.54;10300
+78092;45.50501;4.45545;490;20220409;8.9;2.5;5.7;3.9;6.85;.2;2.09;13406
+78092;45.50501;4.45545;490;20220410;14;-4.5;4.7;1.3;5.48;0;2.6;23200
+78092;45.50501;4.45545;490;20220411;17.8;-1.8;8;6.3;7.08;0;3.73;19600
+78092;45.50501;4.45545;490;20220412;17.3;8.8;13.1;4.9;6.48;0;4.18;9195
+78092;45.50501;4.45545;490;20220413;19.1;6;12.5;1.6;8.28;0;2.8;15500
+78092;45.50501;4.45545;490;20220414;20.7;4.3;12.5;1.7;10.78;0;3.22;21800
+78092;45.50501;4.45545;490;20220415;21.7;3.1;12.4;2.2;10.48;0;3.44;21800
+78092;45.50501;4.45545;490;20220416;21.1;3.2;12.1;3.4;8.88;0;4.07;23700
+78092;45.50501;4.45545;490;20220417;18.1;-.5;8.8;1.8;7.38;0;3.32;24700
+78092;45.50501;4.45545;490;20220418;20.3;-.4;9.9;1.9;6.18;0;3.73;24200
+78092;45.50501;4.45545;490;20220419;19.7;.6;10.1;2;7.58;0;3.44;22300
+78092;45.50501;4.45545;490;20220420;16.3;2.5;9.4;1.5;9.28;2;1.87;10400
+78092;45.50501;4.45545;490;20220421;19.4;9;14.2;2.5;10.18;0;3.4;18600
+78092;45.50501;4.45545;490;20220422;20.9;1.5;11.2;2;8.38;1.5;3.58;22300
+78092;45.50501;4.45545;490;20220423;17.4;11;14.2;5.4;8.88;6.6;3.51;8100
+78092;45.50501;4.45545;490;20220424;16;5.3;10.6;1.9;9.48;1.5;2.35;13900
+78092;45.50501;4.45545;490;20220425;16.3;9.7;13;2.4;9.78;.2;2.74;13900
+78092;45.50501;4.45545;490;20220426;18.6;4.3;11.4;1.9;9.38;0;3.58;25100
+78092;45.50501;4.45545;490;20220427;20;.5;10.2;1.5;7.88;0;3.68;26100
+78092;45.50501;4.45545;490;20220428;22.8;2.7;12.7;1.7;9.08;0;3.97;24700
+78092;45.50501;4.45545;490;20220429;22.6;2.8;12.7;1.8;9.38;.3;3.56;20300
+78092;45.50501;4.45545;490;20220430;19.1;4.9;12;2.7;8.98;0;3.83;23900
+78092;45.50501;4.45545;490;20220501;18.5;.7;9.6;1.9;7.98;0;3.55;25000
+78092;45.50501;4.45545;490;20220502;20.7;1.4;11;1.8;8.18;0;3.93;26100
+78092;45.50501;4.45545;490;20220503;19.4;5.6;12.5;1.8;9.58;.2;2.75;14000
+78092;45.50501;4.45545;490;20220504;21.2;4.7;12.9;2.5;10.68;3.4;3.39;18700
+78092;45.50501;4.45545;490;20220505;14.5;9.2;11.8;2.8;10.88;1.8;2.11;10600
+78092;45.50501;4.45545;490;20220506;16.5;8.7;12.6;3.6;10.35;.2;2.81;13724
+78092;45.50501;4.45545;490;20220507;21;9;15;3.4;9.72;0;4.28;20882
+78092;45.50501;4.45545;490;20220508;20.6;10.7;15.7;3;10.42;.2;3.75;16956
+78092;45.50501;4.45545;490;20220509;22.7;9.7;16.2;2.1;11.28;0;4.03;21514
+78092;45.50501;4.45545;490;20220510;26;10.9;18.5;2;12.38;0;4.56;23143
+78092;45.50501;4.45545;490;20220511;28;12.6;20.3;2.9;11.75;0;5.67;24900
+78092;45.50501;4.45545;490;20220512;26.3;11.5;18.9;2.3;11.75;0;4.71;21693
+78092;45.50501;4.45545;490;20220513;23.1;11.3;17.2;2;13.82;1.4;3.59;18715
+78092;45.50501;4.45545;490;20220514;25.3;15.1;20.2;2;13.98;0;4.4;21116
+78092;45.50501;4.45545;490;20220515;27.4;12.5;19.9;2.9;12.05;.5;5.49;24253
+78092;45.50501;4.45545;490;20220516;27.8;14.1;21;2.2;10.42;.1;5.38;23918
+78092;45.50501;4.45545;490;20220517;29.1;14;21.5;2;13.02;0;5.24;24159
+78092;45.50501;4.45545;490;20220518;29.9;17;23.5;2.6;13.85;0;5.59;22487
+78092;45.50501;4.45545;490;20220519;29.6;18.3;23.9;3.8;12.48;0;6.47;21603
+78092;45.50501;4.45545;490;20220520;29.6;18.7;24.2;4.3;11.28;0;6.88;20611
+78092;45.50501;4.45545;490;20220521;30.5;15.9;23.2;1.9;15.65;0;5.31;23934
+78092;45.50501;4.45545;490;20220522;30.2;16.2;23.2;1.7;17.48;1.3;4.68;21013
+78092;45.50501;4.45545;490;20220523;25.6;17.6;21.6;2.6;14.98;3.2;4.2;15849
+78092;45.50501;4.45545;490;20220524;20.2;12.8;16.5;2.5;10.32;.1;3.99;18817
+78092;45.50501;4.45545;490;20220525;21.2;11.8;16.5;3.5;9.88;0;4.82;22734
+78092;45.50501;4.45545;490;20220526;20.6;10.7;15.7;2.9;10.25;0;4.05;19292
+78092;45.50501;4.45545;490;20220527;24.1;12.2;18.1;3.1;12.18;0;4.84;22907
+78092;45.50501;4.45545;490;20220528;22;12.2;17.1;3.6;10.05;0;4.88;21422
+78092;45.50501;4.45545;490;20220529;19.4;8.6;14;3.3;7.28;0;4.73;23119
+78092;45.50501;4.45545;490;20220530;22.2;7.6;14.9;2.1;7.35;.2;4.71;24850
+78092;45.50501;4.45545;490;20220531;18.4;11.7;15;1.3;11.92;1.9;2.58;12716
+78092;45.50501;4.45545;490;20220601;26;12.1;19.1;2;14.75;12.5;4.28;21028
+78092;45.50501;4.45545;490;20220602;28;15.1;21.5;2.2;15.88;1.4;4.79;21451
+78092;45.50501;4.45545;490;20220603;29.8;16;22.9;2.3;15.98;1.4;5.43;23492
+78092;45.50501;4.45545;490;20220604;31.6;16.3;23.9;3.3;15.55;3.8;6.52;25549
+78092;45.50501;4.45545;490;20220605;26.8;16.6;21.7;3.2;15.98;.5;5.1;21487
+78092;45.50501;4.45545;490;20220606;26.1;13.5;19.8;2;14.52;1.1;4.5;21769
+78092;45.50501;4.45545;490;20220607;24.2;12.9;18.5;2.1;13.08;.1;4.59;23574
+78092;45.50501;4.45545;490;20220608;22.8;13.3;18;2.5;12.42;4.5;4.03;18036
+78092;45.50501;4.45545;490;20220609;20.3;12.1;16.2;3.4;11.52;.2;4.07;19221
+78092;45.50501;4.45545;490;20220610;24.7;11;17.8;3.1;10.42;0;5.47;25765
+78092;45.50501;4.45545;490;20220611;29.3;13.8;21.6;2.7;11.28;0;6.2;26503
+78092;45.50501;4.45545;490;20220612;32.1;16.3;24.2;2.2;12.95;.1;6.04;24244
+78092;45.50501;4.45545;490;20220613;26.8;17;21.9;3;14.62;0;5.11;20286
+78092;45.50501;4.45545;490;20220614;30.7;11.8;21.3;2.3;10.12;0;6.34;28163
+78092;45.50501;4.45545;490;20220615;33.9;17.8;25.8;2.5;14.52;0;6.57;24357
+78092;45.50501;4.45545;490;20220616;32.4;19.7;26.1;2.7;16.13;0;6.41;23963
+78092;45.50501;4.45545;490;20220617;33.7;18.6;26.1;2.8;12.75;1.5;7.11;26223
+78092;45.50501;4.45545;490;20220618;36.1;18.7;27.4;3.2;12.58;.1;8.06;27563
+78092;45.50501;4.45545;490;20220619;33.3;24;28.6;5.4;12.38;0;8.91;22417
+78092;45.50501;4.45545;490;20220620;33.3;21.3;27.3;4.4;10.82;0;8.49;25258
+78092;45.50501;4.45545;490;20220621;31.8;20.1;25.9;2.9;14.38;2.6;6.25;21916
+78092;45.50501;4.45545;490;20220622;29.5;19.2;24.4;2.9;18.35;19;5;18759
+78092;45.50501;4.45545;490;20220623;25;17;21;2.3;18.15;7.6;3.77;17145
+78092;45.50501;4.45545;490;20220624;21.8;17.3;19.6;2.7;15.32;4.5;3.36;12969
+78092;45.50501;4.45545;490;20220625;28.1;14;21.1;2.6;14.68;10.5;5.19;22932
+78092;45.50501;4.45545;490;20220626;19.9;14.7;17.3;2.4;17.08;1.4;2.36;11896
+78092;45.50501;4.45545;490;20220627;21.5;15.5;18.5;2.4;15.58;.8;3.2;14638
+78092;45.50501;4.45545;490;20220628;24.3;13.5;18.9;2.7;13.95;.1;4.43;20841
+78092;45.50501;4.45545;490;20220629;27.5;15.3;21.4;2.3;13.52;0;5.47;24979
+78092;45.50501;4.45545;490;20220630;27.5;16.3;21.9;2.8;14.35;11.6;5.02;19996
+78092;45.50501;4.45545;490;20220701;21.4;10.6;16;2.3;12.48;.1;4.25;24246
+78092;45.50501;4.45545;490;20220702;28.2;12.1;20.1;2.2;12.42;0;5.57;27115
+78092;45.50501;4.45545;490;20220703;30.4;16.8;23.6;1.8;16.15;1.9;5.42;24623
+78092;45.50501;4.45545;490;20220704;26.3;17.5;21.9;2.3;16.68;1.5;4.4;19242
+78092;45.50501;4.45545;490;20220705;26.3;15.9;21.1;2.5;13.95;0;5.18;23348
+78092;45.50501;4.45545;490;20220706;25.4;15.1;20.2;3.5;11.55;0;5.66;22865
+78092;45.50501;4.45545;490;20220707;25.6;13.2;19.4;3.5;11.95;0;5.19;21295
+78092;45.50501;4.45545;490;20220708;25.3;14.4;19.8;4.2;12.52;0;5.71;23993
+78092;45.50501;4.45545;490;20220709;27.5;13.7;20.6;3.2;11.82;0;5.97;25318
+78092;45.50501;4.45545;490;20220710;27.2;16.2;21.7;3.1;12.48;0;5.67;22316
+78092;45.50501;4.45545;490;20220711;28;14.1;21.1;3.2;12.65;.2;5.94;25030
+78092;45.50501;4.45545;490;20220712;29.8;16.1;23;3;12.78;0;6.28;25195
+78092;45.50501;4.45545;490;20220713;32.5;16;24.2;1.9;10.82;0;5.73;23080
+78092;45.50501;4.45545;490;20220714;35.2;19.8;27.5;2.2;12.7;0;6.73;25937
+78092;45.50501;4.45545;490;20220715;31.1;21.4;26.3;3.1;13.47;0;6.24;20724
+78092;45.50501;4.45545;490;20220716;30.3;15.5;22.9;3.2;11.08;0;6.7;25690
+78092;45.50501;4.45545;490;20220717;31.7;15.3;23.5;2.9;11.18;0;6.76;26062
+78092;45.50501;4.45545;490;20220718;36.1;18.4;27.2;2.2;12.35;0;6.94;26758
+78092;45.50501;4.45545;490;20220719;36.6;20.9;28.8;3.2;14.02;0;7.84;25892
+78092;45.50501;4.45545;490;20220720;32.8;20.9;26.9;3;16.08;.3;6.2;21150
+78092;45.50501;4.45545;490;20220721;30.7;17.7;24.2;2.4;15.22;0;5.64;23368
+78092;45.50501;4.45545;490;20220722;35.8;17.6;26.7;2.5;15.02;3.6;6.8;25544
+78092;45.50501;4.45545;490;20220723;28.4;19.9;24.1;2.6;17.48;0;4.88;19322
+78092;45.50501;4.45545;490;20220724;33.3;16.4;24.9;2.3;15.12;0;6.14;25202
+78092;45.50501;4.45545;490;20220725;33.8;19.5;26.7;2.9;15.08;.8;6.46;22924
+78092;45.50501;4.45545;490;20220726;26.7;18.4;22.5;3.8;13.95;0;5.57;20508
+78092;45.50501;4.45545;490;20220727;26.9;15;20.9;3.3;11.48;0;5.6;22113
+78092;45.50501;4.45545;490;20220728;31;14.9;22.9;2.2;11.45;0;5.59;22720
+78092;45.50501;4.45545;490;20220729;26.1;17.4;21.7;1.9;13.52;.7;3.96;15572
+78092;45.50501;4.45545;490;20220730;29.4;16.9;23.2;2.6;12.02;0;5.49;20669
+78092;45.50501;4.45545;490;20220731;31.6;18.5;25.1;2.9;12.48;0;6.22;22099
+78092;45.50501;4.45545;490;20220801;32.9;19.2;26;3;13.05;0;6.52;22383
+78092;45.50501;4.45545;490;20220802;31.9;18.3;25.1;2.6;14.08;.1;5.93;22393
+78092;45.50501;4.45545;490;20220803;35.9;19.1;27.5;2.5;13.38;0;6.65;24024
+78092;45.50501;4.45545;490;20220804;37.1;20.9;29;2.2;13.12;0;6.3;21613
+78092;45.50501;4.45545;490;20220805;32.7;21.2;26.9;2.6;15.05;.8;5.56;18075
+78092;45.50501;4.45545;490;20220806;29.1;17.9;23.5;3.1;16.02;0;5.41;21554
+78092;45.50501;4.45545;490;20220807;29.2;15.1;22.1;3.1;12.78;0;5.73;23067
+78092;45.50501;4.45545;490;20220808;30.5;16.6;23.6;2.9;11.35;0;6;22426
+78092;45.50501;4.45545;490;20220809;31.6;17;24.3;2.8;10.55;0;6.22;22654
+78092;45.50501;4.45545;490;20220810;33.1;17.5;25.3;2.1;10.75;0;5.86;23104
+78092;45.50501;4.45545;490;20220811;35;17.3;26.1;1.9;11.82;0;5.91;24341
+78092;45.50501;4.45545;490;20220812;34.1;17.3;25.7;2.4;11.92;0;6.24;23984
+78092;45.50501;4.45545;490;20220813;33.6;18.3;26;2.2;10.08;13.6;5.95;22189
+78092;45.50501;4.45545;490;20220814;22.5;17.7;20.1;1.9;17.05;15.3;2.66;11103
+78092;45.50501;4.45545;490;20220815;27;15.1;21;2.5;14.65;0;4.52;20268
+78092;45.50501;4.45545;490;20220816;30.5;15.7;23.1;2.5;15.18;4.5;5.09;20757
+78092;45.50501;4.45545;490;20220817;25.8;17.1;21.4;2;17.58;23;3.28;14144
+78092;45.50501;4.45545;490;20220818;22.1;13.3;17.7;2.5;16.18;7.6;2.79;13944
+78092;45.50501;4.45545;490;20220819;24;16.3;20.1;2.8;16.82;1.1;3.48;15414
+78092;45.50501;4.45545;490;20220820;25.6;17.5;21.5;2.4;16.65;.3;3.88;16927
+78092;45.50501;4.45545;490;20220821;24.5;14.2;19.3;2.6;13.48;0;3.87;16887
+78092;45.50501;4.45545;490;20220822;25.3;16.4;20.9;2.6;14.45;0;4.06;17193
+78092;45.50501;4.45545;490;20220823;28;16.7;22.3;2.6;15.68;0;4.37;17813
+78092;45.50501;4.45545;490;20220824;29.9;17.1;23.5;1.9;14.35;0;4.54;19682
+78092;45.50501;4.45545;490;20220825;31.8;17.3;24.5;2.2;15.45;6.9;4.98;20068
+78092;45.50501;4.45545;490;20220826;25.3;18.5;21.9;2.8;18.22;.4;3.45;14066
+78092;45.50501;4.45545;490;20220827;24.4;16;20.2;2.3;16.95;0;2.98;12848
+78092;45.50501;4.45545;490;20220828;27.9;15.3;21.6;2.1;15.95;0;3.96;17925
+78092;45.50501;4.45545;490;20220829;30.6;16.5;23.6;2.2;15.78;.3;4.47;18128
+78092;45.50501;4.45545;490;20220830;26.6;19.1;22.9;2.2;17.62;2.6;3.42;13390
+78092;45.50501;4.45545;490;20220831;25.9;16.7;21.3;2.2;16.95;.6;3.4;14916
+78092;45.50501;4.45545;490;20220901;27;14.6;20.8;2.3;14.48;0;3.85;16925
+78092;45.50501;4.45545;490;20220902;26.7;15.6;21.1;2.2;14.42;11.7;3.7;15323
+78092;45.50501;4.45545;490;20220903;25.3;15.3;20.3;2.2;16.88;3.9;3.11;13979
+78092;45.50501;4.45545;490;20220904;27.4;14.1;20.8;2;17.25;0;3.65;18187
+78092;45.50501;4.45545;490;20220905;29.1;16.9;23;2.7;17.65;.2;4.16;17153
+78092;45.50501;4.45545;490;20220906;27.9;18.2;23.1;2.5;17.68;2.6;3.59;13307
+78092;45.50501;4.45545;490;20220907;25.1;16.1;20.6;2.4;18.48;1;2.85;13174
+78092;45.50501;4.45545;490;20220908;23.6;13.1;18.4;1.9;14.72;.1;2.98;15279
+78092;45.50501;4.45545;490;20220909;23.9;12.8;18.4;2.4;12.18;.2;3.45;15855
+78092;45.50501;4.45545;490;20220910;21.8;11.6;16.7;1.8;12.05;0;2.85;15017
+78092;45.50501;4.45545;490;20220911;23.5;11.8;17.7;2.3;12.05;.1;3.35;16221
+78092;45.50501;4.45545;490;20220912;29.4;12.2;20.8;2.1;13.82;0;4.05;18671
+78092;45.50501;4.45545;490;20220913;28.2;17.1;22.6;3.2;18.02;0;3.8;14556
+78092;45.50501;4.45545;490;20220914;26.1;19.5;22.8;3.2;18.12;5.7;3.39;11379
+78092;45.50501;4.45545;490;20220915;24.4;15.2;19.8;1.9;17.32;13.9;2.67;13170
+78092;45.50501;4.45545;490;20220916;19.9;15.1;17.5;2.8;14.65;1.5;2.41;10654
+78092;45.50501;4.45545;490;20220917;14.8;9.3;12.1;3.4;9.48;0;2.4;12019
+78092;45.50501;4.45545;490;20220918;18;6.2;12.1;2.3;8.25;0;2.71;15606
+78092;45.50501;4.45545;490;20220919;17.8;7.1;12.4;2.6;8.32;0;2.74;14537
+78092;45.50501;4.45545;490;20220920;18.2;6.3;12.3;2.7;8.05;0;2.85;15151
+78092;45.50501;4.45545;490;20220921;18.3;6.5;12.4;2.5;8.48;0;2.72;14871
+78092;45.50501;4.45545;490;20220922;20.8;6.2;13.5;1.6;9.02;0;2.58;16010
+78092;45.50501;4.45545;490;20220923;21.7;9.5;15.6;2.1;12.08;3.7;2.48;12897
+78092;45.50501;4.45545;490;20220924;19.9;11.3;15.6;1.8;13.85;7.4;2.12;12538
+78092;45.50501;4.45545;490;20220925;16.4;10.9;13.7;2;12.56;2.9;1.56;8522
+78092;45.50501;4.45545;490;20220926;16.8;9.5;13.2;2.2;10.95;2.8;1.97;10784
+78092;45.50501;4.45545;490;20220927;15;9;12;2.3;10.55;2.1;1.66;8675
+78092;45.50501;4.45545;490;20220928;18.3;10.2;14.2;2.6;12.58;10.6;1.92;9491
+78092;45.50501;4.45545;490;20220929;13.2;9.8;11.5;1.8;11.02;1.6;1.29;6656
+78092;45.50501;4.45545;490;20220930;13.3;7;10.2;2.5;9.38;.5;1.64;9360
+78092;45.50501;4.45545;490;20221001;17.1;5.9;11.5;2.3;10.88;.5;1.73;9159
+78092;45.50501;4.45545;490;20221002;23.2;12.4;17.8;1.9;13.58;0;2.4;12537
+78092;45.50501;4.45545;490;20221003;18.2;13.3;15.8;2.4;13.45;0;1.78;7736
+78092;45.50501;4.45545;490;20221004;21.6;9.2;15.4;1.3;12.82;.1;1.93;12828
+78092;45.50501;4.45545;490;20221005;24.1;10.3;17.2;2.7;11.45;.1;3.02;13868
+78092;45.50501;4.45545;490;20221006;20.5;12;16.2;2.1;13.08;.2;1.98;9547
+78092;45.50501;4.45545;490;20221007;21.6;10.6;16.1;1.8;13.43;1.1;2;11485
+78092;45.50501;4.45545;490;20221008;14.9;14;14.5;1.7;13.99;11.8;.86;1470
+78092;45.50501;4.45545;490;20221009;18;5.5;11.8;2.3;11.29;.1;1.66;11670
+78092;45.50501;4.45545;490;20221010;21.7;10.3;16;2.3;12.59;0;2.16;11072
+78092;45.50501;4.45545;490;20221011;19.7;10.5;15.1;1.8;13.96;.2;1.52;9043
+78092;45.50501;4.45545;490;20221012;20;13.5;16.8;1.2;14.86;.2;1.44;8614
+78092;45.50501;4.45545;490;20221013;18.2;10.3;14.2;1.8;13.26;2.2;1.34;7270
+78092;45.50501;4.45545;490;20221014;18.3;12.4;15.4;2.3;14.03;.6;1.4;6065
+78092;45.50501;4.45545;490;20221015;24.6;13.4;19;2.6;12.63;.1;2.6;10351
+78092;45.50501;4.45545;490;20221016;23.4;13.9;18.7;3.6;13.76;.1;2.67;9878
+78092;45.50501;4.45545;490;20221017;23.2;15.3;19.3;3.5;13.53;.1;2.72;9032
+78092;45.50501;4.45545;490;20221018;23.7;13.2;18.4;1.9;13.39;.1;2.09;9950
+78092;45.50501;4.45545;490;20221019;22.1;10.7;16.4;2;13.26;.8;1.81;9541
+78092;45.50501;4.45545;490;20221020;22.1;15.8;18.9;3.5;15.09;2.1;2.22;6638
+78092;45.50501;4.45545;490;20221021;20.3;16.2;18.2;3.3;15.15;.1;1.87;4947
+78092;45.50501;4.45545;490;20221022;22.8;11.5;17.2;1.9;14.42;0;1.75;9763
+78092;45.50501;4.45545;490;20221023;22.8;15.5;19.2;4.9;14.52;0;2.91;6716
+78092;45.50501;4.45545;490;20221024;21.9;16.1;19;2.4;14.28;.6;1.93;6488
+78092;45.50501;4.45545;490;20221025;19.1;9.6;14.3;2.4;12.05;.1;1.61;7809
+78092;45.50501;4.45545;490;20221026;23.4;13.2;18.3;2.5;13.92;.1;2.04;8766
+78092;45.50501;4.45545;490;20221027;24;12.8;18.4;2.6;14.22;0;2.05;7923
+78092;45.50501;4.45545;490;20221028;24.3;14.8;19.6;2.4;11.82;0;2.51;7635
+78092;45.50501;4.45545;490;20221029;26.3;11.6;18.9;2.2;9.55;0;2.65;9346
+78092;45.50501;4.45545;490;20221030;25.1;15.1;20.1;3.1;8.55;0;3.34;8249
+78092;45.50501;4.45545;490;20221031;20.9;12.1;16.5;3.5;12.32;6.7;2.14;7240
+78092;45.50501;4.45545;490;20221101;19.1;13.3;16.2;2.1;14.02;0;1.33;6394
+78092;45.50501;4.45545;490;20221102;16.4;7.5;11.9;1.9;9.82;.2;1.26;7234
+78092;45.50501;4.45545;490;20221103;15.3;7;11.2;2.7;9.82;1;1.32;5046
+78092;45.50501;4.45545;490;20221104;11.4;6.1;8.8;2.7;8.48;5.4;1.14;4841
+78092;45.50501;4.45545;490;20221105;10.2;6.1;8.1;3.2;8.08;0;1.15;4675
+78092;45.50501;4.45545;490;20221106;15.5;2;8.8;2.4;6.95;0;1.48;7391
+78092;45.50501;4.45545;490;20221107;18.1;5.7;11.9;2.1;8.58;0;1.48;8240
+78092;45.50501;4.45545;490;20221108;16.6;8.1;12.3;4.2;10.45;11.5;1.64;5538
+78092;45.50501;4.45545;490;20221109;13.6;12.5;13;2.3;13.58;12.4;.75;1649
+78092;45.50501;4.45545;490;20221110;14.3;9.2;11.7;1.9;10.78;0;.95;5252
+78092;45.50501;4.45545;490;20221111;15;4.6;9.8;1.5;10.22;.1;.75;6744
+78092;45.50501;4.45545;490;20221112;13.8;7.5;10.7;1.7;10.68;.1;.82;5202
+78092;45.50501;4.45545;490;20221113;11.7;5.1;8.4;1.4;10.05;0;.56;4285
+78092;45.50501;4.45545;490;20221114;14.5;8;11.3;3;10.65;2.6;1.08;4261
+78092;45.50501;4.45545;490;20221115;14.4;9.8;12.1;2.5;12.15;1;.83;3147
+78092;45.50501;4.45545;490;20221116;16.1;7.8;11.9;2.8;9.55;0;1.38;5552
+78092;45.50501;4.45545;490;20221117;15.8;8.8;12.3;3.7;10.05;.8;1.56;4581
+78092;45.50501;4.45545;490;20221118;11.7;5.7;8.7;2;8.22;1.4;.87;4912
+78092;45.50501;4.45545;490;20221119;9.3;4;6.7;2.6;7.72;2.2;.83;3489
+78092;45.50501;4.45545;490;20221120;10.3;4.7;7.5;2.5;7.62;.1;.92;4968
+78092;45.50501;4.45545;490;20221121;8.1;3.6;5.8;2.3;7.98;5.4;.69;2571
+78092;45.50501;4.45545;490;20221122;9;3.4;6.2;1.7;7.15;0;.72;3745
+78092;45.50501;4.45545;490;20221123;11.6;2.3;7;2.3;7.78;2.9;.89;4208
+78092;45.50501;4.45545;490;20221124;13.2;3.5;8.3;2.3;7.68;0;.97;5651
+78092;45.50501;4.45545;490;20221125;11;6.4;8.7;2.4;8.58;3.1;.91;2948
+78092;45.50501;4.45545;490;20221126;9.4;4.7;7;2.3;8.18;.1;.69;3673
+78092;45.50501;4.45545;490;20221127;11.1;.6;5.9;2.8;7.58;.8;.8;5062
+78092;45.50501;4.45545;490;20221128;9;7;8;2;9.05;5.6;.7;1626
+78092;45.50501;4.45545;490;20221129;7.2;4.4;5.8;2.1;7.98;.7;.57;2272
+78092;45.50501;4.45545;490;20221130;6.8;5.4;6.1;2.2;8.12;.1;.63;1098
+78092;45.50501;4.45545;490;20221201;5.6;4.2;4.9;2.3;7.25;.1;.66;1152
+78092;45.50501;4.45545;490;20221202;3.2;1.9;2.6;1.4;6.45;1.2;.46;1197
+78092;45.50501;4.45545;490;20221203;3.9;.5;2.2;1.2;6.92;4.1;.33;2118
+78092;45.50501;4.45545;490;20221204;4.4;1.9;3.1;1.8;7.15;4;.41;1763
+78092;45.50501;4.45545;490;20221205;6.9;-.8;3.1;1.8;5.62;0;.56;5009
+78092;45.50501;4.45545;490;20221206;3.2;-2.9;.2;1.7;5.45;.1;.34;4402
+78092;45.50501;4.45545;490;20221207;1.7;-.4;.7;1.4;6.12;0;.35;1283
+78092;45.50501;4.45545;490;20221208;2.8;-.6;1.1;1.7;5.68;9.1;.4;2722
+78092;45.50501;4.45545;490;20221209;3.2;.6;1.9;1.4;6.68;2.2;.33;1882
+78092;45.50501;4.45545;490;20221210;-.4;-.8;-.6;3.1;5.28;.1;.46;540
+78092;45.50501;4.45545;490;20221211;1.1;-4.2;-1.6;2.2;4.08;0;.47;4346
+78092;45.50501;4.45545;490;20221212;-1.6;-6.3;-4;1.7;4.28;2.7;.26;3239
+78092;45.50501;4.45545;490;20221213;2.8;-3.1;-.1;1.9;5.82;.3;.25;3111
+78092;45.50501;4.45545;490;20221214;12.1;1.3;6.7;2.1;8.58;.5;.56;3952
+78092;45.50501;4.45545;490;20221215;5.3;2.2;3.7;1.9;7.92;27.8;.3;1623
+78092;45.50501;4.45545;490;20221216;.9;.5;.7;3.1;6.25;.2;.36;399
+78092;45.50501;4.45545;490;20221217;.6;-6.4;-2.9;2.5;4.15;0;.34;4953
+78092;45.50501;4.45545;490;20221218;9.2;-5.7;1.8;2.9;5.62;0;.69;5686
+78092;45.50501;4.45545;490;20221219;13.3;6.1;9.7;5.5;9.18;0;1.32;3981
+78092;45.50501;4.45545;490;20221220;13.7;11.3;12.5;5.4;10.05;.1;1.8;1584
+78092;45.50501;4.45545;490;20221221;15.4;11.1;13.2;2.9;10.28;.1;1.3;3393
+78092;45.50501;4.45545;490;20221222;14;9;11.5;2.3;9.58;4.7;1.05;2526
+78092;45.50501;4.45545;490;20221223;15.5;9.5;12.5;2.6;11.72;.4;.94;2705
+78092;45.50501;4.45545;490;20221224;15.7;10.2;12.9;1.7;12.12;.1;.7;3403
+78092;45.50501;4.45545;490;20221225;15.5;5.2;10.4;2.8;9.12;0;1.09;4568
+78092;45.50501;4.45545;490;20221226;13.9;6.4;10.2;2.1;9.62;.4;.83;2872
+78092;45.50501;4.45545;490;20221227;10.9;5.2;8.1;2;8.48;0;.65;3816
+78092;45.50501;4.45545;490;20221228;11.7;1.2;6.4;2.5;7.48;.1;.81;4564
+78092;45.50501;4.45545;490;20221229;13;7.7;10.4;3.2;9.22;3.2;1.13;2644
+78092;45.50501;4.45545;490;20221230;11.6;4.6;8.1;2.7;9.42;.9;.75;2438
+78092;45.50501;4.45545;490;20221231;17.8;9.9;13.9;3.9;10.32;0;1.69;4584
+78093;45.52128;4.77427;241;20220101;12;3.1;7.6;1.5;8.61;.1;.43;4544
+78093;45.52128;4.77427;241;20220102;7.8;3.9;5.9;2.9;9.01;0;.24;2720
+78093;45.52128;4.77427;241;20220103;10.3;5.2;7.8;1.7;9.51;.7;.38;3265
+78093;45.52128;4.77427;241;20220104;13.5;6.7;10.1;5.2;9.71;8;1.08;3940
+78093;45.52128;4.77427;241;20220105;4.5;3.4;4;4.8;6.21;.1;.88;1054
+78093;45.52128;4.77427;241;20220106;5.2;2.5;3.9;4.4;5.51;0;1.06;2188
+78093;45.52128;4.77427;241;20220107;3.5;.2;1.9;1.4;5.71;4.3;.41;2541
+78093;45.52128;4.77427;241;20220108;6.1;1.7;3.9;2.5;7.41;1.9;.34;3105
+78093;45.52128;4.77427;241;20220109;6.5;4.2;5.4;2.3;7.01;4.9;.65;2017
+78093;45.52128;4.77427;241;20220110;5.6;3;4.3;3.8;6.61;0;.72;2228
+78093;45.52128;4.77427;241;20220111;3.4;1;2.2;3.9;5.81;0;.62;2131
+78093;45.52128;4.77427;241;20220112;2.3;.8;1.6;3.2;5.21;0;.69;1517
+78093;45.52128;4.77427;241;20220113;2.3;-1.5;.4;2.4;4.91;0;.52;2988
+78093;45.52128;4.77427;241;20220114;3.6;-4.6;-.5;2.3;4.71;0;.46;4872
+78093;45.52128;4.77427;241;20220115;1.8;-4.6;-1.4;2.1;4.81;0;.33;4249
+78093;45.52128;4.77427;241;20220116;3.4;-4.4;-.5;2.3;4.71;0;.47;4845
+78093;45.52128;4.77427;241;20220117;4.4;-2.4;1;3.6;6.11;0;.32;4520
+78093;45.52128;4.77427;241;20220118;5;1.8;3.4;2.3;6.01;0;.63;2856
+78093;45.52128;4.77427;241;20220119;2.6;-3.3;-.3;1.6;5.61;0;.26;4260
+78093;45.52128;4.77427;241;20220120;5.6;1.6;3.6;4;6.61;.5;.62;3395
+78093;45.52128;4.77427;241;20220121;4.8;.2;2.5;6.8;5.11;0;1.16;3760
+78093;45.52128;4.77427;241;20220122;5.8;0;2.9;4.5;5.71;0;.85;4396
+78093;45.52128;4.77427;241;20220123;2.2;1.7;2;2.5;6.01;0;.51;667
+78093;45.52128;4.77427;241;20220124;5.9;-2;2;.7;5.81;0;.37;5432
+78093;45.52128;4.77427;241;20220125;7.9;-3.6;2.2;1.5;5.71;0;.52;6836
+78093;45.52128;4.77427;241;20220126;-1.2;-3.3;-2.2;3.8;5.21;0;.14;2442
+78093;45.52128;4.77427;241;20220127;-1.4;-2.6;-2;3.1;4.91;0;.3;1656
+78093;45.52128;4.77427;241;20220128;7.4;-2.6;2.4;4.4;6.31;0;.64;6591
+78093;45.52128;4.77427;241;20220129;3.9;-.9;1.5;3.5;5.91;0;.5;4354
+78093;45.52128;4.77427;241;20220130;10.3;1.5;5.9;4.1;7.71;.1;.83;6310
+78093;45.52128;4.77427;241;20220131;8.5;5;6.8;4;7.11;1.4;1.11;3704
+78093;45.52128;4.77427;241;20220201;7.3;1.3;4.3;3.8;5.91;1.3;1.03;5210
+78093;45.52128;4.77427;241;20220202;11.4;2.9;7.2;2.6;8.51;.3;.75;6471
+78093;45.52128;4.77427;241;20220203;11.5;6.2;8.9;1.9;8.41;0;.88;4997
+78093;45.52128;4.77427;241;20220204;10.9;2.7;6.8;1.8;7.51;.4;.81;6535
+78093;45.52128;4.77427;241;20220205;10.2;4.7;7.5;3.3;6.61;0;1.33;5270
+78093;45.52128;4.77427;241;20220206;10.5;0;5.3;1.6;6.61;1.6;.8;7745
+78093;45.52128;4.77427;241;20220207;9.3;6.7;8;4.8;7.01;.3;1.54;3456
+78093;45.52128;4.77427;241;20220208;11.4;1.9;6.7;2.3;5.51;0;1.32;7548
+78093;45.52128;4.77427;241;20220209;14.7;-1.6;6.6;3.1;6.51;0;1.52;10320
+78093;45.52128;4.77427;241;20220210;6;3;4.5;2.2;8.05;.8;1.36;11139
+78093;45.52128;4.77427;241;20220211;8.3;6.3;7.3;5;6.85;.5;1.57;8581
+78093;45.52128;4.77427;241;20220212;10.8;-2.4;4.2;2.1;6.1;0;1;7160
+78093;45.52128;4.77427;241;20220213;12.7;2.8;7.8;7.1;6.8;0;2.19;11080
+78093;45.52128;4.77427;241;20220214;10;8.6;9.3;4.3;8.7;7.9;1.33;2195
+78093;45.52128;4.77427;241;20220215;9.5;4.6;7.1;3.2;7.2;1.6;1.23;6044
+78093;45.52128;4.77427;241;20220216;8.4;3.4;5.9;2.9;8.41;3.8;.65;5929
+78093;45.52128;4.77427;241;20220217;16.7;6.4;11.6;1.8;9.81;0;1.3;9039
+78093;45.52128;4.77427;241;20220218;19.4;5.9;12.7;3.3;9.31;.1;2.11;10634
+78093;45.52128;4.77427;241;20220219;11.1;5.6;8.4;3.1;6.01;0;1.72;6558
+78093;45.52128;4.77427;241;20220220;14.1;2;8.1;1.7;7.01;1;1.32;10315
+78093;45.52128;4.77427;241;20220221;9.7;7.3;8.5;4.7;7.61;2.6;1.52;4157
+78093;45.52128;4.77427;241;20220222;13.1;6.4;9.8;3.8;7.71;0;1.78;7668
+78093;45.52128;4.77427;241;20220223;15.2;7.6;11.4;1.8;8.61;0;1.46;8347
+78093;45.52128;4.77427;241;20220224;15;3.7;9.4;3.4;8.21;0;1.72;10526
+78093;45.52128;4.77427;241;20220225;10.2;5.3;7.8;5.1;5.71;0;2.16;6720
+78093;45.52128;4.77427;241;20220226;10.1;1.8;6;2.7;5.61;0;1.51;9149
+78093;45.52128;4.77427;241;20220227;13.2;-1.3;6;.9;5.71;0;1.23;12558
+78093;45.52128;4.77427;241;20220228;13.9;.4;7.2;1.8;6.01;0;1.59;12253
+78093;45.52128;4.77427;241;20220301;15.2;2.6;8.9;2.9;6.31;0;2.1;11969
+78093;45.52128;4.77427;241;20220302;12.7;3.1;7.9;3.7;7.71;0;1.61;10475
+78093;45.52128;4.77427;241;20220303;14.9;3.4;9.2;1.5;8.51;0;1.42;11708
+78093;45.52128;4.77427;241;20220304;15.5;5.7;10.6;3.9;6.31;0;2.63;10884
+78093;45.52128;4.77427;241;20220305;11.1;2.6;6.9;3.5;4.11;0;2.33;10211
+78093;45.52128;4.77427;241;20220306;9.5;-.2;4.7;2.8;3.81;0;1.92;11116
+78093;45.52128;4.77427;241;20220307;11.3;-.9;5.2;2.1;4.61;0;1.75;12742
+78093;45.52128;4.77427;241;20220308;12.9;-2.2;5.4;4.1;6.01;0;2.01;14462
+78093;45.52128;4.77427;241;20220309;15.3;1.5;8.4;3.2;7.21;0;2.11;13962
+78093;45.52128;4.77427;241;20220310;15.5;2.7;9.1;3.9;8.41;.4;2.03;13584
+78093;45.52128;4.77427;241;20220311;14.9;8.2;11.6;7.9;7.81;.1;3.11;9701
+78093;45.52128;4.77427;241;20220312;10.8;8;9.4;5.1;7.21;.1;2.08;6030
+78093;45.52128;4.77427;241;20220313;12.1;8.1;10.1;5.4;8.11;6.7;2.07;7481
+78093;45.52128;4.77427;241;20220314;13.8;4.2;9;1.6;9.71;2.3;1.42;12237
+78093;45.52128;4.77427;241;20220315;16.5;9.2;12.9;6.6;9.91;0;2.66;10685
+78093;45.52128;4.77427;241;20220316;18.4;8.6;13.5;4.1;10.11;0;2.61;12675
+78093;45.52128;4.77427;241;20220317;14.5;10.1;12.3;4.4;10.31;.1;1.93;8295
+78093;45.52128;4.77427;241;20220318;11.5;8;9.8;3.4;9.3;0;1.26;2493
+78093;45.52128;4.77427;241;20220319;15.1;3.1;9.1;2;8.4;0;1.89;13559
+78093;45.52128;4.77427;241;20220320;14.7;5.7;10.2;4.8;6.7;0;2.88;11365
+78093;45.52128;4.77427;241;20220321;16.5;7.7;12.1;5;6.15;0;3.83;16824
+78093;45.52128;4.77427;241;20220322;16.3;3.6;9.9;3.8;5.6;0;3.38;18806
+78093;45.52128;4.77427;241;20220323;17.4;2.3;9.8;1.6;5.7;0;2.62;19005
+78093;45.52128;4.77427;241;20220324;20.6;2;11.3;1.2;5.9;0;2.71;19470
+78093;45.52128;4.77427;241;20220325;19.8;3.8;11.8;1.8;6.95;0;2.89;19196
+78093;45.52128;4.77427;241;20220326;20.2;4.3;12.2;1.9;7.3;0;3.02;19501
+78093;45.52128;4.77427;241;20220327;21.3;4.4;12.9;1.3;7.3;0;2.77;17876
+78093;45.52128;4.77427;241;20220328;21.8;4.7;13.2;2.9;6.35;0;3.77;18013
+78093;45.52128;4.77427;241;20220329;19.8;11;15.4;5.7;6.4;1.3;4.78;12009
+78093;45.52128;4.77427;241;20220330;16.3;9.4;12.9;3.2;10.05;4.7;2.35;11136
+78093;45.52128;4.77427;241;20220331;12.4;8.4;10.4;3.1;9.55;4.5;1.7;8391
+78093;45.52128;4.77427;241;20220401;4.5;.6;2.6;6.3;6.19;5.2;1;4600
+78093;45.52128;4.77427;241;20220402;5.9;1.7;3.8;6.2;5;0;1.91;9070
+78093;45.52128;4.77427;241;20220403;6.3;.4;3.3;5.4;5.35;0;1.7;9706
+78093;45.52128;4.77427;241;20220404;9.9;-1.1;4.4;1.7;5.2;0;2.19;20918
+78093;45.52128;4.77427;241;20220405;14;1.3;7.6;2;7.45;0;2.24;17192
+78093;45.52128;4.77427;241;20220406;15.2;7.2;11.2;1.3;10.2;.8;1.69;10053
+78093;45.52128;4.77427;241;20220407;13.8;9.5;11.6;5.3;10.6;1.3;1.76;5407
+78093;45.52128;4.77427;241;20220408;18.5;11.6;15;6.6;10.35;.2;3.42;8262
+78093;45.52128;4.77427;241;20220409;10.7;3.7;7.2;4.2;7.05;1;2.19;14109
+78093;45.52128;4.77427;241;20220410;14.5;-.7;6.9;1.8;6.65;0;2.58;21117
+78093;45.52128;4.77427;241;20220411;17.8;4.5;11.1;8.1;6.85;0;4.39;16890
+78093;45.52128;4.77427;241;20220412;19.2;12.3;15.8;5.8;6.25;.4;4.8;8593
+78093;45.52128;4.77427;241;20220413;20.7;9.7;15.2;2.3;9.4;0;3.16;14733
+78093;45.52128;4.77427;241;20220414;21.9;9;15.4;3.4;11.95;0;3.79;21904
+78093;45.52128;4.77427;241;20220415;22.8;10.5;16.7;4.2;11.65;0;4.38;22194
+78093;45.52128;4.77427;241;20220416;21.6;10.9;16.2;5.7;9.8;0;5.07;23398
+78093;45.52128;4.77427;241;20220417;18.7;5.4;12.1;2.3;7.65;0;3.75;24721
+78093;45.52128;4.77427;241;20220418;20.1;4.9;12.5;2.1;7;0;3.6;20813
+78093;45.52128;4.77427;241;20220419;20.7;5.9;13.3;2.4;7.5;0;3.86;21610
+78093;45.52128;4.77427;241;20220420;21.1;6;13.6;2.8;9.6;.4;3.38;17235
+78093;45.52128;4.77427;241;20220421;20.5;11.5;16;3.4;10.05;0;4.02;19543
+78093;45.52128;4.77427;241;20220422;21.1;6.7;13.9;2.5;8.8;0;3.78;20558
+78093;45.52128;4.77427;241;20220423;17.7;13.2;15.4;4.9;9.65;8.3;3.3;7391
+78093;45.52128;4.77427;241;20220424;16.8;8;12.4;4.3;10.4;1.8;2.7;13466
+78093;45.52128;4.77427;241;20220425;16.5;11.3;13.9;2.3;11.6;2;2.13;9850
+78093;45.52128;4.77427;241;20220426;18.4;9.4;13.9;2.5;10.75;0;3.35;20887
+78093;45.52128;4.77427;241;20220427;19.7;5.2;12.5;2.4;9.1;0;3.81;25020
+78093;45.52128;4.77427;241;20220428;22.4;6.5;14.5;2;10.25;0;4.12;25792
+78093;45.52128;4.77427;241;20220429;22;8.2;15.1;2.6;10.5;.1;3.71;18971
+78093;45.52128;4.77427;241;20220430;20;7.7;13.8;3.4;10.3;0;3.99;24078
+78093;45.52128;4.77427;241;20220501;19.4;7.6;13.5;3.4;8.8;0;4.29;25210
+78093;45.52128;4.77427;241;20220502;21.1;6.5;13.8;2.6;9.4;.1;4.13;24567
+78093;45.52128;4.77427;241;20220503;21.7;9.9;15.8;2.5;10.85;.6;3.5;16847
+78093;45.52128;4.77427;241;20220504;22.1;9.6;15.9;2.7;11.5;4;3.86;20557
+78093;45.52128;4.77427;241;20220505;19;11.8;15.4;4.7;11.3;.3;3.63;16260
+78093;45.52128;4.77427;241;20220506;18.3;10.5;14.4;3.7;10.71;0;3.32;17371
+78093;45.52128;4.77427;241;20220507;22.8;12;17.4;4.2;10.21;.1;4.79;20708
+78093;45.52128;4.77427;241;20220508;22.9;13.5;18.2;3;10.91;.5;4.31;19357
+78093;45.52128;4.77427;241;20220509;25.8;11.4;18.6;1.3;11.81;0;4.3;24294
+78093;45.52128;4.77427;241;20220510;28.3;11.6;20;1.7;13.31;.1;4.92;26359
+78093;45.52128;4.77427;241;20220511;29;12.8;20.9;4;12.21;0;6.22;26070
+78093;45.52128;4.77427;241;20220512;27.7;12.7;20.2;3.3;12.11;0;5.59;25167
+78093;45.52128;4.77427;241;20220513;25.8;11.9;18.9;1.5;13.81;.2;4.33;24301
+78093;45.52128;4.77427;241;20220514;27;15.1;21.1;1.7;14.11;0;4.5;22515
+78093;45.52128;4.77427;241;20220515;29.5;12;20.8;3.4;13.21;.3;6.05;27614
+78093;45.52128;4.77427;241;20220516;30.4;14.5;22.5;2.5;11.11;0;6.02;26387
+78093;45.52128;4.77427;241;20220517;31.7;14.2;23;.8;14.11;0;5.1;27838
+78093;45.52128;4.77427;241;20220518;32;16.8;24.4;2;15.31;0;5.74;25984
+78093;45.52128;4.77427;241;20220519;31.7;17.6;24.7;5.2;15.31;.1;7.22;25087
+78093;45.52128;4.77427;241;20220520;30.6;17.5;24.1;5.4;12.51;0;7.48;24237
+78093;45.52128;4.77427;241;20220521;32.7;17.7;25.2;1.3;16.01;0;5.44;26091
+78093;45.52128;4.77427;241;20220522;31;18.3;24.7;1.9;18.51;.8;5.22;24017
+78093;45.52128;4.77427;241;20220523;29.7;17.5;23.6;2.8;15.91;2.4;5.53;23600
+78093;45.52128;4.77427;241;20220524;22.3;14.7;18.5;2.9;10.61;0;4.34;18495
+78093;45.52128;4.77427;241;20220525;25.1;11.7;18.4;3.8;10.21;0;5.56;24934
+78093;45.52128;4.77427;241;20220526;25.2;12.3;18.8;3.4;11.01;0;5.32;24520
+78093;45.52128;4.77427;241;20220527;26.2;13.9;20.1;3.7;12.91;0;5.39;23990
+78093;45.52128;4.77427;241;20220528;24.5;13.6;19.1;4.8;10.41;0;5.72;22593
+78093;45.52128;4.77427;241;20220529;22.5;11.5;17;4;7.51;0;5.48;22761
+78093;45.52128;4.77427;241;20220530;24.9;10.6;17.8;1.8;7.71;.8;5.01;26144
+78093;45.52128;4.77427;241;20220531;18.5;12.7;15.6;1.2;13.21;2.3;2.82;16360
+78093;45.52128;4.77427;241;20220601;27.8;13.3;20.6;1.4;16.51;13.2;4.83;26456
+78093;45.52128;4.77427;241;20220602;28.8;15.7;22.3;2.5;17.41;.9;5.2;25157
+78093;45.52128;4.77427;241;20220603;31.3;16.9;24.1;1.9;17.41;.3;5.62;26474
+78093;45.52128;4.77427;241;20220604;34.1;17.4;25.8;2.9;16.61;5.6;6.95;28635
+78093;45.52128;4.77427;241;20220605;29.3;17.2;23.3;1.8;16.61;0;5.11;24284
+78093;45.52128;4.77427;241;20220606;28.4;16;22.2;1.7;15.51;.9;5;24637
+78093;45.52128;4.77427;241;20220607;27.2;14.6;20.9;1.3;14.11;0;4.74;24882
+78093;45.52128;4.77427;241;20220608;24.3;13.2;18.8;1.4;13.91;6.7;4.22;23333
+78093;45.52128;4.77427;241;20220609;21.5;14;17.8;2.9;12.91;.7;3.9;19044
+78093;45.52128;4.77427;241;20220610;26.7;13.1;19.9;3;10.81;.1;5.72;25993
+78093;45.52128;4.77427;241;20220611;31.3;15.1;23.2;1.7;11.71;0;5.98;28485
+78093;45.52128;4.77427;241;20220612;33.9;15.7;24.8;.9;14.81;.1;5.87;30277
+78093;45.52128;4.77427;241;20220613;28.6;19.3;24;2.9;15.11;0;5.44;21404
+78093;45.52128;4.77427;241;20220614;32.4;15.9;24.2;1.9;11.41;0;6.36;28835
+78093;45.52128;4.77427;241;20220615;34.6;19.4;27;2.6;16.51;.2;6.9;27658
+78093;45.52128;4.77427;241;20220616;34.6;19.9;27.3;1.6;17.11;0;6.17;27200
+78093;45.52128;4.77427;241;20220617;35.6;21.9;28.8;2.1;13.21;3.5;6.79;26239
+78093;45.52128;4.77427;241;20220618;38.3;20.2;29.3;3.3;14.01;.3;8.66;30307
+78093;45.52128;4.77427;241;20220619;35.6;23;29.3;5.4;14.31;0;9.19;25142
+78093;45.52128;4.77427;241;20220620;35.6;20.1;27.9;3.9;11.31;0;8.6;27988
+78093;45.52128;4.77427;241;20220621;35;19.4;27.2;2.9;15.71;1.6;7.29;28081
+78093;45.52128;4.77427;241;20220622;30;19.9;25;2.9;20.21;11.3;5.27;22415
+78093;45.52128;4.77427;241;20220623;28.9;18.3;23.6;1.9;20.01;11.3;4.78;22980
+78093;45.52128;4.77427;241;20220624;22.9;18.1;20.5;1.1;17.11;10.6;3.09;15162
+78093;45.52128;4.77427;241;20220625;30.1;15.1;22.6;1.6;16.61;9.9;5.44;27488
+78093;45.52128;4.77427;241;20220626;25.3;15.8;20.6;1.7;18.01;.9;4.08;21678
+78093;45.52128;4.77427;241;20220627;24.8;17.1;21;2.2;16.31;0;4.08;19413
+78093;45.52128;4.77427;241;20220628;26.7;16.1;21.4;3;15.01;0;5.07;22916
+78093;45.52128;4.77427;241;20220629;29.2;18.7;24;1.2;14.41;0;4.8;22783
+78093;45.52128;4.77427;241;20220630;31.4;16.2;23.8;1.4;15.81;20;5.6;27568
+78093;45.52128;4.77427;241;20220701;23.9;12.6;18.3;1.6;13.31;0;4.27;23618
+78093;45.52128;4.77427;241;20220702;29.9;13.5;21.7;1.3;13.31;0;5.46;28603
+78093;45.52128;4.77427;241;20220703;31.5;17.2;24.4;1.2;17.81;1.9;5.36;26613
+78093;45.52128;4.77427;241;20220704;28.7;18.3;23.5;2.1;17.01;0;4.97;22529
+78093;45.52128;4.77427;241;20220705;28.4;18.4;23.4;2.5;14.61;0;5.27;22039
+78093;45.52128;4.77427;241;20220706;27.3;18.1;22.7;4;11.91;0;6.03;21066
+78093;45.52128;4.77427;241;20220707;27.5;15.4;21.5;3.5;12.31;0;5.85;24248
+78093;45.52128;4.77427;241;20220708;27;15.6;21.3;4.4;13.21;0;5.87;23464
+78093;45.52128;4.77427;241;20220709;29;16.6;22.8;3.4;12.01;0;6.24;24461
+78093;45.52128;4.77427;241;20220710;28.9;18.8;23.9;3.7;13.31;0;6.1;21940
+78093;45.52128;4.77427;241;20220711;30.5;16.9;23.7;2.7;12.81;.2;6.15;25548
+78093;45.52128;4.77427;241;20220712;32;19.5;25.8;2.2;13.41;0;6.01;24397
+78093;45.52128;4.77427;241;20220713;35.1;17.3;26.2;1.6;11.51;0;6.45;29217
+78093;45.52128;4.77427;241;20220714;37.1;19.8;28.5;1.1;14.61;0;6.15;28716
+78093;45.52128;4.77427;241;20220715;32.9;24.1;28.5;2.4;13.71;0;5.98;20165
+78093;45.52128;4.77427;241;20220716;32.4;19.3;25.9;3.4;10.51;0;7.21;24733
+78093;45.52128;4.77427;241;20220717;33.7;19.6;26.7;2.8;11.61;0;6.96;25619
+78093;45.52128;4.77427;241;20220718;37.8;19.2;28.5;1.7;13.91;0;6.86;29469
+78093;45.52128;4.77427;241;20220719;39.2;22.1;30.7;3.1;16.61;0;8.19;28130
+78093;45.52128;4.77427;241;20220720;37.2;21.6;29.4;2.1;17.81;.3;6.75;26740
+78093;45.52128;4.77427;241;20220721;33.2;19.9;26.6;1.8;15.81;0;5.73;24537
+78093;45.52128;4.77427;241;20220722;37.2;17.6;27.4;1.1;16.21;2;6.2;29834
+78093;45.52128;4.77427;241;20220723;31.1;20.4;25.8;1.8;18.21;0;5.01;21759
+78093;45.52128;4.77427;241;20220724;35.8;20.3;28.1;1.3;15.81;0;5.83;26275
+78093;45.52128;4.77427;241;20220725;36.4;20.9;28.7;2.4;16.01;1.1;6.82;26175
+78093;45.52128;4.77427;241;20220726;29.6;19.5;24.6;3.6;14.61;0;5.86;20871
+78093;45.52128;4.77427;241;20220727;29.8;18;23.9;3.5;11.81;0;6.28;22540
+78093;45.52128;4.77427;241;20220728;33.2;16.6;24.9;1.5;12.21;0;5.7;26792
+78093;45.52128;4.77427;241;20220729;28.4;19;23.7;1.3;14.81;1.6;4.28;19850
+78093;45.52128;4.77427;241;20220730;33;19.9;26.5;2.1;12.41;0;5.9;23493
+78093;45.52128;4.77427;241;20220731;33.8;20.4;27.1;2.1;12.91;0;6;23664
+78093;45.52128;4.77427;241;20220801;35.8;22.5;29.2;2;13.71;0;6.16;23463
+78093;45.52128;4.77427;241;20220802;33.6;20.7;27.2;1.9;14.61;0;5.65;22984
+78093;45.52128;4.77427;241;20220803;38.5;18.7;28.6;1.5;14.41;0;6.41;28407
+78093;45.52128;4.77427;241;20220804;38.9;21.2;30.1;2.4;14.71;0;7.23;26814
+78093;45.52128;4.77427;241;20220805;34.1;20.9;27.5;2;18.31;0;5.57;22915
+78093;45.52128;4.77427;241;20220806;32.2;19.9;26.1;3.5;15.41;0;6.26;21973
+78093;45.52128;4.77427;241;20220807;31.2;17.7;24.5;2.5;13.11;0;5.66;22941
+78093;45.52128;4.77427;241;20220808;32.9;19.7;26.3;2.2;11.61;0;5.81;22551
+78093;45.52128;4.77427;241;20220809;34.1;19;26.6;2.1;10.91;0;6.01;24049
+78093;45.52128;4.77427;241;20220810;35.8;21.2;28.5;1.9;11.11;0;5.99;23499
+78093;45.52128;4.77427;241;20220811;37.3;19.7;28.5;1.3;13.01;0;5.67;25740
+78093;45.52128;4.77427;241;20220812;35.7;20;27.9;1.4;14.31;0;5.43;24118
+78093;45.52128;4.77427;241;20220813;35.1;20.1;27.6;1.6;11.01;8;5.52;23413
+78093;45.52128;4.77427;241;20220814;23.5;18.8;21.2;2.2;19.61;12.6;2.7;12625
+78093;45.52128;4.77427;241;20220815;29.3;16.3;22.8;1.2;16.81;.2;4.16;21465
+78093;45.52128;4.77427;241;20220816;33.1;16;24.6;1.9;16.51;1.2;5.31;24594
+78093;45.52128;4.77427;241;20220817;28.1;19.3;23.7;1.8;18.01;11.4;3.86;17273
+78093;45.52128;4.77427;241;20220818;24.3;15.1;19.7;2.4;17.11;3.5;3.35;17563
+78093;45.52128;4.77427;241;20220819;25.3;17.1;21.2;2.8;18.41;1.3;3.44;16418
+78093;45.52128;4.77427;241;20220820;28.4;18.5;23.5;2.5;17.21;.3;4.25;18005
+78093;45.52128;4.77427;241;20220821;28.6;17.7;23.2;1.9;13.61;0;4.31;18804
+78093;45.52128;4.77427;241;20220822;29.5;17.6;23.6;3;14.91;0;4.98;19549
+78093;45.52128;4.77427;241;20220823;31;18.9;25;3;16.01;.2;5.18;19577
+78093;45.52128;4.77427;241;20220824;32.1;19.5;25.8;1.4;14.21;0;4.43;19850
+78093;45.52128;4.77427;241;20220825;34.5;17.6;26.1;1.8;16.21;7.1;5.18;22961
+78093;45.52128;4.77427;241;20220826;27.4;20.5;24;2.4;19.01;.5;3.56;14232
+78093;45.52128;4.77427;241;20220827;26.6;17.7;22.2;2.5;17.41;0;3.64;16161
+78093;45.52128;4.77427;241;20220828;30.5;18.4;24.5;1.7;16.91;0;4.15;18845
+78093;45.52128;4.77427;241;20220829;32.2;16.4;24.3;1.2;17.31;.2;4.23;21493
+78093;45.52128;4.77427;241;20220830;28.1;20.8;24.5;1.8;20.81;9.3;3.26;14201
+78093;45.52128;4.77427;241;20220831;28.6;18.4;23.5;1.9;17.61;.3;3.73;16812
+78093;45.52128;4.77427;241;20220901;29.3;16.8;23.1;1.6;14.51;0;3.94;18552
+78093;45.52128;4.77427;241;20220902;27.8;16.7;22.3;.9;16.11;7.8;3.22;17282
+78093;45.52128;4.77427;241;20220903;26;16.6;21.3;1.4;18.71;9.1;2.96;15694
+78093;45.52128;4.77427;241;20220904;29.5;16.1;22.8;2.1;18.81;.1;3.85;18750
+78093;45.52128;4.77427;241;20220905;30.8;19.4;25.1;3.2;20.91;0;4.27;17071
+78093;45.52128;4.77427;241;20220906;30.5;19.9;25.2;2.5;20.31;1.5;3.97;16281
+78093;45.52128;4.77427;241;20220907;27.7;17.3;22.5;1.8;18.61;4.2;3.27;15970
+78093;45.52128;4.77427;241;20220908;25.4;15.6;20.5;1;16.11;.1;2.77;15333
+78093;45.52128;4.77427;241;20220909;25.3;14.8;20.1;1;13.81;.2;2.84;15753
+78093;45.52128;4.77427;241;20220910;24.3;13.2;18.8;.6;13.01;0;2.57;16068
+78093;45.52128;4.77427;241;20220911;26;13.2;19.6;1.1;12.71;0;3.02;17156
+78093;45.52128;4.77427;241;20220912;30.4;12.1;21.3;1.6;15.01;.1;3.85;20491
+78093;45.52128;4.77427;241;20220913;28;19.5;23.8;3.7;20.81;.6;3.46;13539
+78093;45.52128;4.77427;241;20220914;26.9;20.4;23.7;4;19.51;7.9;3.46;11606
+78093;45.52128;4.77427;241;20220915;25.4;15.8;20.6;1.7;18.21;10.2;2.65;14154
+78093;45.52128;4.77427;241;20220916;21.7;15.3;18.5;2.5;15.41;.4;2.38;11271
+78093;45.52128;4.77427;241;20220917;16.7;10.1;13.4;3.4;10.21;0;2.35;11338
+78093;45.52128;4.77427;241;20220918;20.1;8.2;14.2;2;8.51;0;2.76;15372
+78093;45.52128;4.77427;241;20220919;19.3;9.4;14.4;2.7;8.91;0;2.84;13792
+78093;45.52128;4.77427;241;20220920;20.1;9.9;15;3;8.41;0;3.16;13861
+78093;45.52128;4.77427;241;20220921;20.5;9.8;15.2;2.5;8.91;0;2.92;14063
+78093;45.52128;4.77427;241;20220922;23.8;6.5;15.2;.7;9.71;0;2.4;17930
+78093;45.52128;4.77427;241;20220923;22.2;10;16.1;2.4;13.11;5.8;2.54;14745
+78093;45.52128;4.77427;241;20220924;21.7;13.9;17.8;1.5;15.11;7.6;2.03;11475
+78093;45.52128;4.77427;241;20220925;17.7;12.4;15.1;1;13.31;4.5;1.52;9189
+78093;45.52128;4.77427;241;20220926;18.6;11.3;15;1.6;11.41;1.9;1.93;10814
+78093;45.52128;4.77427;241;20220927;16.4;10.9;13.7;2.5;11.01;1.4;1.84;9154
+78093;45.52128;4.77427;241;20220928;20.5;10.6;15.6;2.1;13.01;7.5;2.09;12443
+78093;45.52128;4.77427;241;20220929;14.9;11.6;13.3;.9;11.51;1.7;1.22;6713
+78093;45.52128;4.77427;241;20220930;15.3;8.4;11.9;1.6;10.01;.1;1.57;9988
+78093;45.52128;4.77427;241;20221001;16.2;6.5;11.4;1.5;10.71;.2;1.54;11864
+78093;45.52128;4.77427;241;20221002;25.6;12.4;19;1;13.51;0;2.23;13819
+78093;45.52128;4.77427;241;20221003;19.3;14.7;17;2;14.01;0;1.71;7685
+78093;45.52128;4.77427;241;20221004;23.8;11.2;17.5;1.3;13.91;.1;2.09;13147
+78093;45.52128;4.77427;241;20221005;23.5;10.8;17.2;3;13.31;.1;2.6;13035
+78093;45.52128;4.77427;241;20221006;22.7;13;17.9;1.8;14.21;0;2.04;11132
+78093;45.52128;4.77427;241;20221007;22.6;10;16.3;1.3;13.51;1.4;1.88;12650
+78093;45.52128;4.77427;241;20221008;17.9;14.8;16.4;1.4;14.41;6.2;1.26;5735
+78093;45.52128;4.77427;241;20221009;19.9;9.3;14.6;2;12.41;.1;1.77;11226
+78093;45.52128;4.77427;241;20221010;23.4;13.1;18.3;1.9;14.71;.1;2.02;10906
+78093;45.52128;4.77427;241;20221011;20.3;11.6;16;.9;14.51;0;1.39;9815
+78093;45.52128;4.77427;241;20221012;19.9;14.6;17.3;1.6;15.21;.2;1.42;7357
+78093;45.52128;4.77427;241;20221013;17.8;11;14.4;.7;14.11;2.9;1.12;8336
+78093;45.52128;4.77427;241;20221014;17.8;13.7;15.8;1.5;15.41;.4;1.08;6179
+78093;45.52128;4.77427;241;20221015;24.5;12;18.3;2.3;14.51;0;2.17;11309
+78093;45.52128;4.77427;241;20221016;23.7;14.6;19.2;4.2;15.81;.1;2.44;9383
+78093;45.52128;4.77427;241;20221017;24.2;16.1;20.2;4.5;15.21;0;2.86;8676
+78093;45.52128;4.77427;241;20221018;25.3;13.8;19.6;2.5;15.11;.2;2.27;10364
+78093;45.52128;4.77427;241;20221019;23.1;11.5;17.3;2.8;14.91;1.1;1.92;10266
+78093;45.52128;4.77427;241;20221020;20.5;17.3;18.9;4.9;17.11;6.5;1.77;4884
+78093;45.52128;4.77427;241;20221021;19.8;17.1;18.5;4.3;16.41;4.6;1.67;4342
+78093;45.52128;4.77427;241;20221022;23.1;13.5;18.3;2.1;16.51;.1;1.57;8862
+78093;45.52128;4.77427;241;20221023;23.4;16.1;19.8;5;15.91;1.1;2.55;7499
+78093;45.52128;4.77427;241;20221024;21.1;17.4;19.3;2.6;16.71;2.2;1.52;4998
+78093;45.52128;4.77427;241;20221025;19.3;10.9;15.1;1.7;14.61;.2;1.1;7873
+78093;45.52128;4.77427;241;20221026;24.9;15;20;2.7;15.71;.1;2.08;8498
+78093;45.52128;4.77427;241;20221027;25.1;14.6;19.9;2.6;16.91;0;1.87;8649
+78093;45.52128;4.77427;241;20221028;24.9;15.9;20.4;3.1;15.91;.2;2.2;7822
+78093;45.52128;4.77427;241;20221029;25.6;13.4;19.5;3.6;14.51;0;2.54;9121
+78093;45.52128;4.77427;241;20221030;24.9;13.4;19.2;4.2;13.51;0;2.8;8699
+78093;45.52128;4.77427;241;20221031;21.8;14;17.9;4.3;15.41;17.7;1.86;6898
+78093;45.52128;4.77427;241;20221101;20.3;14.3;17.3;1.7;15.21;0;1.16;5847
+78093;45.52128;4.77427;241;20221102;17;9.8;13.4;.8;10.81;.2;.88;6393
+78093;45.52128;4.77427;241;20221103;14.4;7.1;10.8;2.5;11.11;.5;.84;6345
+78093;45.52128;4.77427;241;20221104;13.1;7.4;10.3;2.1;9.61;5.3;.94;5416
+78093;45.52128;4.77427;241;20221105;11.5;7.3;9.4;2.5;8.91;0;.97;4449
+78093;45.52128;4.77427;241;20221106;15.3;2.7;9;.9;8.21;0;.77;8248
+78093;45.52128;4.77427;241;20221107;18.6;5.6;12.1;1.9;9.61;0;1.23;8270
+78093;45.52128;4.77427;241;20221108;17.4;9.8;13.6;5;11.11;10.2;1.76;6018
+78093;45.52128;4.77427;241;20221109;14.6;13.7;14.2;4;13.81;13;.91;1444
+78093;45.52128;4.77427;241;20221110;15;9.3;12.2;2.4;11.71;0;.85;4935
+78093;45.52128;4.77427;241;20221111;14.5;8.6;11.6;.8;11.21;.1;.61;4961
+78093;45.52128;4.77427;241;20221112;11.9;6.4;9.2;.8;10.81;.1;.47;4686
+78093;45.52128;4.77427;241;20221113;10.5;7.8;9.2;1.9;11.21;0;.4;2962
+78093;45.52128;4.77427;241;20221114;15.1;10;12.6;5.1;11.51;.8;1.24;4345
+78093;45.52128;4.77427;241;20221115;15.3;11;13.2;3.2;12.91;2.2;.83;3856
+78093;45.52128;4.77427;241;20221116;17.5;9;13.3;2.8;10.61;0;1.3;5708
+78093;45.52128;4.77427;241;20221117;15.9;9.9;12.9;4.2;11.61;1;1.2;4584
+78093;45.52128;4.77427;241;20221118;13.4;8.8;11.1;1.8;8.71;1.6;1;3844
+78093;45.52128;4.77427;241;20221119;10.4;5.5;8;2.8;8.41;1;.79;3939
+78093;45.52128;4.77427;241;20221120;11.8;5;8.4;1.8;8.01;.2;.77;4736
+78093;45.52128;4.77427;241;20221121;7.8;4.2;6;2.4;8.41;5.4;.45;3152
+78093;45.52128;4.77427;241;20221122;9.3;5;7.2;1.2;8.21;0;.52;3481
+78093;45.52128;4.77427;241;20221123;10.4;2.5;6.5;1.8;8.21;2.4;.5;4976
+78093;45.52128;4.77427;241;20221124;9.8;2.9;6.4;1.1;8.71;0;.36;4533
+78093;45.52128;4.77427;241;20221125;11.1;7.1;9.1;2.5;9.41;2.4;.7;3192
+78093;45.52128;4.77427;241;20221126;9.1;6.2;7.7;2.7;8.81;0;.62;2548
+78093;45.52128;4.77427;241;20221127;12.4;3.8;8.1;3.2;8.41;.3;.85;4985
+78093;45.52128;4.77427;241;20221128;10.5;10;10.3;3.5;9.71;9.1;1.02;499
+78093;45.52128;4.77427;241;20221129;8.2;5.5;6.9;2.5;8.81;.8;.48;2332
+78093;45.52128;4.77427;241;20221130;8.8;6.8;7.8;3.3;8.71;0;.73;1856
+78093;45.52128;4.77427;241;20221201;7.4;5.7;6.6;2.7;7.71;0;.72;1618
+78093;45.52128;4.77427;241;20221202;4.9;3.5;4.2;1.7;6.81;1.7;.52;1366
+78093;45.52128;4.77427;241;20221203;4.6;2.4;3.5;1.1;7.31;5.3;.33;1920
+78093;45.52128;4.77427;241;20221204;5.1;3.2;4.2;1.2;7.71;5.1;.33;1700
+78093;45.52128;4.77427;241;20221205;4.7;1.5;3.1;.2;6.81;0;.29;2453
+78093;45.52128;4.77427;241;20221206;8.8;-1.4;3.7;1.4;6.91;.1;.32;5053
+78093;45.52128;4.77427;241;20221207;8.2;4.6;6.4;2.2;8.51;0;.43;2610
+78093;45.52128;4.77427;241;20221208;7.8;5.1;6.5;1.2;8.31;12.1;.43;2121
+78093;45.52128;4.77427;241;20221209;2.7;1.2;2;2.3;6.7;2.4;.35;1439
+78093;45.52128;4.77427;241;20221210;1.2;.5;.9;3.6;5.71;0;.45;617
+78093;45.52128;4.77427;241;20221211;-1;-2.3;-1.6;2.4;4.41;0;.45;1161
+78093;45.52128;4.77427;241;20221212;-1;-3.3;-2.1;.5;4.61;2.8;.26;1833
+78093;45.52128;4.77427;241;20221213;2.7;-2.3;.2;1.3;6.11;0;.17;3118
+78093;45.52128;4.77427;241;20221214;9.6;3.5;6.6;2.8;9.41;1.2;.24;3524
+78093;45.52128;4.77427;241;20221215;6.8;5.9;6.4;2.2;8.71;24.2;.45;789
+78093;45.52128;4.77427;241;20221216;1.5;-.6;.5;3.3;6.3;.1;.47;188
+78093;45.52128;4.77427;241;20221217;-.2;-3.5;-1.8;2.9;4.31;0;.44;2327
+78093;45.52128;4.77427;241;20221218;11.1;-3.2;4;2.4;3.61;0;1.17;5817
+78093;45.52128;4.77427;241;20221219;14;9.4;11.7;6.6;10;0;1.52;3900
+78093;45.52128;4.77427;241;20221220;14.2;12.2;13.2;7.5;10.73;1.2;2.25;1841
+78093;45.52128;4.77427;241;20221221;16.3;11.9;14.1;3.6;12.01;.7;1.18;2815
+78093;45.52128;4.77427;241;20221222;13.7;8.8;11.3;2.9;11.21;4.1;.67;3022
+78093;45.52128;4.77427;241;20221223;13.2;9.8;11.5;1.8;12.01;.8;.49;2368
+78093;45.52128;4.77427;241;20221224;15.4;11.3;13.4;1.5;12.91;.1;.56;2694
+78093;45.52128;4.77427;241;20221225;16.1;7.7;11.9;3.4;11.01;.1;.91;4258
+78093;45.52128;4.77427;241;20221226;13.7;9.7;11.7;2.3;11.31;.3;.67;2664
+78093;45.52128;4.77427;241;20221227;11.4;7.2;9.3;1.4;9.11;.1;.57;2762
+78093;45.52128;4.77427;241;20221228;8.5;1.1;4.8;2.9;7.71;.6;.39;3980
+78093;45.52128;4.77427;241;20221229;13.7;6.5;10.1;3.8;10.51;3.8;.7;3930
+78093;45.52128;4.77427;241;20221230;11.7;6.7;9.2;2.7;5.51;.9;1.53;3140
+78093;45.52128;4.77427;241;20221231;16.7;9.2;13;4.8;10.51;0;1.53;4072
+78094;45.53658;5.09326;330;20220101;14;3.5;8.7;1.1;8.4;.1;.46;4903
+78094;45.53658;5.09326;330;20220102;8.9;3.2;6;1.5;8.37;0;.37;3333
+78094;45.53658;5.09326;330;20220103;12.5;4.3;8.4;2.1;9.15;.7;.69;4035
+78094;45.53658;5.09326;330;20220104;12.5;7.2;9.9;4.2;9.47;11.5;1.05;3289
+78094;45.53658;5.09326;330;20220105;4.4;3;3.7;4.1;6.05;.3;.87;1237
+78094;45.53658;5.09326;330;20220106;4.9;1.7;3.3;3.5;5.5;0;.89;2351
+78094;45.53658;5.09326;330;20220107;3.2;-1.3;1;1.3;5.72;4.3;.34;2981
+78094;45.53658;5.09326;330;20220108;5.5;1.1;3.3;2.6;7.3;2.8;.32;3058
+78094;45.53658;5.09326;330;20220109;5.2;3.1;4.1;2.1;7.07;3.9;.55;1750
+78094;45.53658;5.09326;330;20220110;5.1;2;3.6;2.7;6.52;0;.61;2492
+78094;45.53658;5.09326;330;20220111;2.1;.2;1.1;2.7;5.72;0;.5;1638
+78094;45.53658;5.09326;330;20220112;1.5;-.1;.7;2;5.12;0;.56;1515
+78094;45.53658;5.09326;330;20220113;1.1;-3.7;-1.3;1.5;4.76;0;.4;3685
+78094;45.53658;5.09326;330;20220114;4.2;-5.1;-.4;1.3;4.79;0;.39;4939
+78094;45.53658;5.09326;330;20220115;2.4;-5.4;-1.5;1;4.85;0;.3;4719
+78094;45.53658;5.09326;330;20220116;4.9;-5.4;-.3;1.1;4.77;0;.38;5576
+78094;45.53658;5.09326;330;20220117;3.2;-3.6;-.2;1.9;5.7;0;.29;4476
+78094;45.53658;5.09326;330;20220118;3.9;.6;2.2;1.8;6;0;.5;2826
+78094;45.53658;5.09326;330;20220119;3.6;-2.8;.4;1.3;5.7;0;.33;4455
+78094;45.53658;5.09326;330;20220120;4.9;1.1;3;3.1;6.37;.1;.6;3219
+78094;45.53658;5.09326;330;20220121;4.8;.1;2.5;5.2;4.82;0;1.18;3562
+78094;45.53658;5.09326;330;20220122;5.3;-1.3;2;2.8;5.32;0;.7;4643
+78094;45.53658;5.09326;330;20220123;2.4;.3;1.4;1.8;5.82;0;.49;1884
+78094;45.53658;5.09326;330;20220124;6.9;-2.4;2.3;1.3;5.67;0;.53;5745
+78094;45.53658;5.09326;330;20220125;8.7;-2.9;2.9;.9;5.6;0;.47;6779
+78094;45.53658;5.09326;330;20220126;.5;-4.3;-1.9;1.8;5.07;0;.3;4033
+78094;45.53658;5.09326;330;20220127;-1.2;-3.2;-2.2;2.1;4.85;0;.37;2250
+78094;45.53658;5.09326;330;20220128;4.8;-3.3;.8;2.7;5.8;0;.48;5712
+78094;45.53658;5.09326;330;20220129;2.8;-1.3;.8;2;5.7;0;.47;3640
+78094;45.53658;5.09326;330;20220130;8.7;.2;4.5;2;7.32;0;.6;6092
+78094;45.53658;5.09326;330;20220131;6.9;3.9;5.4;2.4;7.22;2.3;.76;3224
+78094;45.53658;5.09326;330;20220201;6;1.1;3.5;2.7;5.92;3.4;.83;4505
+78094;45.53658;5.09326;330;20220202;10.9;2.4;6.7;2.1;8.62;.6;.66;6352
+78094;45.53658;5.09326;330;20220203;11.6;3.4;7.5;1.7;8.22;0;.78;6251
+78094;45.53658;5.09326;330;20220204;9.7;2.4;6;1.3;7.55;.2;.69;5824
+78094;45.53658;5.09326;330;20220205;8.7;4.3;6.5;2.5;6.77;.1;1.05;4154
+78094;45.53658;5.09326;330;20220206;9;-.6;4.2;1.8;6.52;2.1;.74;7202
+78094;45.53658;5.09326;330;20220207;8.7;5.9;7.3;4.2;6.9;.2;1.4;3607
+78094;45.53658;5.09326;330;20220208;10.1;0;5.1;1.5;5.3;0;1.02;7711
+78094;45.53658;5.09326;330;20220209;13.7;-.9;6.4;2.2;6.4;0;1.24;9519
+78094;45.53658;5.09326;330;20220210;6.9;2.3;4.6;2.4;7.72;.9;1.41;11226
+78094;45.53658;5.09326;330;20220211;7.7;4.1;5.9;4.4;6.82;.4;1.31;7087
+78094;45.53658;5.09326;330;20220212;10.5;-4;3.2;2.2;5.95;0;1;8980
+78094;45.53658;5.09326;330;20220213;12.6;1.3;7;6.1;6.62;0;2.04;11620
+78094;45.53658;5.09326;330;20220214;10.1;7;8.5;4.1;8.35;9.6;1.31;1997
+78094;45.53658;5.09326;330;20220215;8.9;3.5;6.2;3.3;7.15;2.6;1.13;5729
+78094;45.53658;5.09326;330;20220216;8.5;3.8;6.2;2.3;8.47;6.8;.68;5477
+78094;45.53658;5.09326;330;20220217;16.5;6.7;11.6;1.6;10.25;0;1.22;8619
+78094;45.53658;5.09326;330;20220218;19.2;5.5;12.4;3.2;9.15;.5;2.12;10558
+78094;45.53658;5.09326;330;20220219;9.9;5.1;7.5;2.6;6.15;0;1.47;5824
+78094;45.53658;5.09326;330;20220220;13.1;1.6;7.4;1.6;6.9;1;1.22;9783
+78094;45.53658;5.09326;330;20220221;8.8;7.1;7.9;3.4;7.75;10;1.23;3095
+78094;45.53658;5.09326;330;20220222;11.6;5.3;8.4;2.8;7.77;.1;1.39;7305
+78094;45.53658;5.09326;330;20220223;14.5;6.1;10.3;1.6;8.37;0;1.37;8729
+78094;45.53658;5.09326;330;20220224;14.2;3.6;8.9;2.7;8.02;0;1.55;10085
+78094;45.53658;5.09326;330;20220225;9.1;4.5;6.8;4.4;5.75;0;1.87;6397
+78094;45.53658;5.09326;330;20220226;10.2;1.1;5.6;2.4;5.42;0;1.54;9351
+78094;45.53658;5.09326;330;20220227;11.7;-.4;5.6;2;5.22;0;1.57;11171
+78094;45.53658;5.09326;330;20220228;13;.6;6.8;2;5.52;0;1.66;11571
+78094;45.53658;5.09326;330;20220301;13.7;.9;7.3;2;5.97;0;1.68;11888
+78094;45.53658;5.09326;330;20220302;12.1;3;7.5;2.8;7.32;0;1.51;10156
+78094;45.53658;5.09326;330;20220303;14.3;3.2;8.7;1.5;8.27;0;1.4;11296
+78094;45.53658;5.09326;330;20220304;14;4.3;9.1;2.8;6.37;0;2.08;10660
+78094;45.53658;5.09326;330;20220305;10.8;.5;5.6;2.5;4.07;0;1.98;11133
+78094;45.53658;5.09326;330;20220306;8.7;-1.9;3.4;2.1;3.92;0;1.63;11535
+78094;45.53658;5.09326;330;20220307;10.5;-2.3;4.1;1.8;4.47;0;1.62;12894
+78094;45.53658;5.09326;330;20220308;13;-.9;6.1;3.4;5.82;0;2.06;13647
+78094;45.53658;5.09326;330;20220309;14.2;1.7;7.9;2.5;6.92;0;1.89;13104
+78094;45.53658;5.09326;330;20220310;14.7;2.3;8.5;2.7;7.82;.3;1.84;13233
+78094;45.53658;5.09326;330;20220311;14.7;8;11.4;5.7;7.7;0;2.73;9602
+78094;45.53658;5.09326;330;20220312;11.2;8;9.6;3.5;7.1;0;1.91;6339
+78094;45.53658;5.09326;330;20220313;12.3;7.2;9.8;4.3;7.92;5.7;2.02;8477
+78094;45.53658;5.09326;330;20220314;13.3;3.8;8.6;1.9;9.3;2.2;1.5;12083
+78094;45.53658;5.09326;330;20220315;16;8.9;12.5;4.4;9.67;0;2.35;10367
+78094;45.53658;5.09326;330;20220316;17.3;7.1;12.2;2.6;9.77;0;2.18;12778
+78094;45.53658;5.09326;330;20220317;14;8.6;11.3;3.1;10.35;0;1.69;9160
+78094;45.53658;5.09326;330;20220318;10.3;7.5;8.9;3.1;9.25;0;1.11;2362
+78094;45.53658;5.09326;330;20220319;15.1;2;8.5;2.1;8.15;0;1.97;14672
+78094;45.53658;5.09326;330;20220320;13.8;3.9;8.8;4.3;6.69;0;2.53;10376
+78094;45.53658;5.09326;330;20220321;15.9;5.3;10.6;4.5;6.19;0;3.5;17516
+78094;45.53658;5.09326;330;20220322;15.7;1.5;8.6;3.4;5.59;0;3.12;19070
+78094;45.53658;5.09326;330;20220323;16.9;.6;8.7;1.9;5.72;0;2.67;19270
+78094;45.53658;5.09326;330;20220324;20;.6;10.3;1.8;5.82;0;2.93;19680
+78094;45.53658;5.09326;330;20220325;19.4;2.3;10.9;2.1;6.72;0;3.03;19431
+78094;45.53658;5.09326;330;20220326;19.9;2.3;11.1;2.2;7.05;0;3.12;19767
+78094;45.53658;5.09326;330;20220327;20.7;3.3;12;1.9;6.95;0;2.97;17584
+78094;45.53658;5.09326;330;20220328;21.1;3.4;12.3;3.1;6.19;0;3.81;18542
+78094;45.53658;5.09326;330;20220329;18.9;7.7;13.3;4.8;6.49;1;4.14;12306
+78094;45.53658;5.09326;330;20220330;15.5;8.5;12;2.8;9.89;5;2.18;10924
+78094;45.53658;5.09326;330;20220331;11.7;7.4;9.6;2.9;9.42;6.1;1.51;7261
+78094;45.53658;5.09326;330;20220401;4;.1;2.1;6.3;6.17;6.8;1;4600
+78094;45.53658;5.09326;330;20220402;5.7;1.9;3.8;6.5;5.2;1.4;1.86;9385
+78094;45.53658;5.09326;330;20220403;5.3;-.3;2.5;5;5.32;0;1.56;9804
+78094;45.53658;5.09326;330;20220404;9.3;-2.6;3.3;1.7;5.2;0;2.13;21509
+78094;45.53658;5.09326;330;20220405;14.2;-.5;6.9;1.6;7.02;0;2.24;18161
+78094;45.53658;5.09326;330;20220406;15;5.1;10.1;1.4;9.82;1.3;1.71;10635
+78094;45.53658;5.09326;330;20220407;13.4;8.2;10.8;5;10.52;4.5;1.57;4738
+78094;45.53658;5.09326;330;20220408;17.5;10.4;14;5.8;10.32;.1;2.97;7241
+78094;45.53658;5.09326;330;20220409;9.9;3.4;6.7;3.9;6.89;.7;2.09;13406
+78094;45.53658;5.09326;330;20220410;14.3;-1.5;6.4;1.9;6.59;0;2.64;22078
+78094;45.53658;5.09326;330;20220411;17.3;3.2;10.3;6.8;6.99;0;4.04;18093
+78094;45.53658;5.09326;330;20220412;18.3;10.1;14.2;4.9;6.52;.1;4.18;9195
+78094;45.53658;5.09326;330;20220413;19.8;8.2;14;2.3;9.39;0;3.02;14922
+78094;45.53658;5.09326;330;20220414;21.4;6.9;14.1;3;11.79;0;3.62;22302
+78094;45.53658;5.09326;330;20220415;22.2;8.9;15.5;3.7;11.65;0;4.1;22329
+78094;45.53658;5.09326;330;20220416;21.2;8.9;15;5;9.85;0;4.74;23932
+78094;45.53658;5.09326;330;20220417;18.3;3.9;11.1;2.5;7.75;0;3.67;24947
+78094;45.53658;5.09326;330;20220418;19.5;2.6;11;2.1;6.82;0;3.6;22442
+78094;45.53658;5.09326;330;20220419;20.2;4.7;12.5;2.5;7.32;0;3.92;22707
+78094;45.53658;5.09326;330;20220420;19.8;4.4;12.1;2.7;9.59;0;3.14;17123
+78094;45.53658;5.09326;330;20220421;19.8;10.7;15.3;3;10.09;0;3.72;18562
+78094;45.53658;5.09326;330;20220422;21;4.7;12.8;2.4;8.79;0;3.69;21072
+78094;45.53658;5.09326;330;20220423;17.2;11.4;14.3;4.1;9.65;11.9;2.87;6727
+78094;45.53658;5.09326;330;20220424;16.4;7.3;11.9;3.8;10.25;10;2.64;14144
+78094;45.53658;5.09326;330;20220425;16.2;10.7;13.4;2.2;11.49;.1;2.24;11467
+78094;45.53658;5.09326;330;20220426;18.3;8.2;13.3;2.3;10.35;0;3.36;21424
+78094;45.53658;5.09326;330;20220427;19.6;3.4;11.5;2.2;9.02;0;3.76;25780
+78094;45.53658;5.09326;330;20220428;22;5.4;13.7;2.3;10.05;0;4.17;26228
+78094;45.53658;5.09326;330;20220429;21.6;6.4;14;2.5;10.09;0;3.74;20514
+78094;45.53658;5.09326;330;20220430;19.4;6.5;13;3.5;9.99;0;4.02;25252
+78094;45.53658;5.09326;330;20220501;19;5.7;12.3;3.2;8.85;0;4.08;25373
+78094;45.53658;5.09326;330;20220502;20.6;4.7;12.7;2.5;9.32;.2;4.03;25244
+78094;45.53658;5.09326;330;20220503;21;8;14.5;2.5;10.65;.3;3.48;18098
+78094;45.53658;5.09326;330;20220504;22;8.9;15.5;2.6;11.49;4.4;3.9;21471
+78094;45.53658;5.09326;330;20220505;17.2;11.2;14.2;4.1;11.42;1.2;3.01;13440
+78094;45.53658;5.09326;330;20220506;17.6;9.8;13.7;3.1;10.95;0;3.05;16856
+78094;45.53658;5.09326;330;20220507;21.2;11.6;16.4;2.9;10.82;.4;4;18985
+78094;45.53658;5.09326;330;20220508;22.2;12.3;17.2;2.2;11.47;1.3;3.93;19476
+78094;45.53658;5.09326;330;20220509;24.8;10.7;17.7;1.2;12.45;.1;4.12;23834
+78094;45.53658;5.09326;330;20220510;27.2;11.7;19.5;1.5;13.22;.2;4.63;25065
+78094;45.53658;5.09326;330;20220511;27.9;13.2;20.6;3.5;12.2;0;5.76;24582
+78094;45.53658;5.09326;330;20220512;25.1;12.5;18.8;2.3;12.05;0;4.67;22713
+78094;45.53658;5.09326;330;20220513;24.6;11.8;18.2;1.3;14.03;0;4.01;22827
+78094;45.53658;5.09326;330;20220514;26.5;13.5;20;1.7;14.16;0;4.5;23088
+78094;45.53658;5.09326;330;20220515;29.1;11.7;20.4;2.3;13.39;.1;5.45;26869
+78094;45.53658;5.09326;330;20220516;28.9;14.2;21.5;1.5;11.99;0;5.05;24724
+78094;45.53658;5.09326;330;20220517;30.9;14.7;22.8;1.3;14.05;0;5.28;26876
+78094;45.53658;5.09326;330;20220518;31.5;16.4;24;2;15.35;0;5.72;25866
+78094;45.53658;5.09326;330;20220519;30.1;18.5;24.3;5;15.25;.1;6.75;22826
+78094;45.53658;5.09326;330;20220520;29.6;17;23.3;4.6;12.72;.1;6.78;23646
+78094;45.53658;5.09326;330;20220521;31.2;17;24.1;1.3;15.57;0;5.19;25028
+78094;45.53658;5.09326;330;20220522;30.6;17.3;23.9;1.6;17.97;.4;5.09;24345
+78094;45.53658;5.09326;330;20220523;26.7;18.5;22.6;2.5;16.82;.8;4.49;18867
+78094;45.53658;5.09326;330;20220524;20.8;13.9;17.4;2.5;11.82;0;3.76;17226
+78094;45.53658;5.09326;330;20220525;22.6;11.8;17.2;3.3;10.42;0;4.67;21781
+78094;45.53658;5.09326;330;20220526;23.2;12.1;17.6;2.9;11.22;0;4.63;22499
+78094;45.53658;5.09326;330;20220527;24.7;12.7;18.7;3.1;12.95;.1;4.86;23466
+78094;45.53658;5.09326;330;20220528;22.9;12.8;17.8;3.9;10.92;0;4.95;21536
+78094;45.53658;5.09326;330;20220529;20.9;9.9;15.4;3.2;7.87;.1;4.78;22406
+78094;45.53658;5.09326;330;20220530;23.3;10;16.6;1.6;8.07;.5;4.65;24896
+78094;45.53658;5.09326;330;20220531;18.9;13;15.9;1.6;12.82;3;3.02;16176
+78094;45.53658;5.09326;330;20220601;25.8;12.4;19.1;1.4;15.82;5.3;4.48;25024
+78094;45.53658;5.09326;330;20220602;27.4;15.5;21.4;2.4;16.95;.6;4.86;23656
+78094;45.53658;5.09326;330;20220603;30.1;16.6;23.4;1.9;16.85;0;5.37;25141
+78094;45.53658;5.09326;330;20220604;32.9;16.9;24.9;2.4;16.92;4.5;6.4;27567
+78094;45.53658;5.09326;330;20220605;27.8;18.3;23.1;2.1;16.95;3.3;4.7;20741
+78094;45.53658;5.09326;330;20220606;27;14.7;20.8;1.5;15.55;.5;4.74;24333
+78094;45.53658;5.09326;330;20220607;25.4;14.4;19.9;1.5;13.95;0;4.46;22889
+78094;45.53658;5.09326;330;20220608;22.4;12.6;17.5;1.5;13.27;7.3;3.88;21333
+78094;45.53658;5.09326;330;20220609;20.3;13.6;16.9;2.5;13.25;1.2;3.49;17641
+78094;45.53658;5.09326;330;20220610;25.1;11.7;18.4;2.3;11.42;.3;5.07;25391
+78094;45.53658;5.09326;330;20220611;29.4;13.4;21.4;1.7;12.52;0;5.64;28025
+78094;45.53658;5.09326;330;20220612;31.8;15;23.4;1.2;14.77;.1;5.7;28639
+78094;45.53658;5.09326;330;20220613;27.1;17.9;22.5;2.8;15.07;0;5.08;21053
+78094;45.53658;5.09326;330;20220614;31.4;13.9;22.7;1.5;12.07;0;6.02;29322
+78094;45.53658;5.09326;330;20220615;32.5;18.8;25.7;2.1;16.02;0;6.15;25975
+78094;45.53658;5.09326;330;20220616;33.4;19.8;26.6;1.8;16.4;0;6.04;25941
+78094;45.53658;5.09326;330;20220617;34;19.7;26.9;1.8;14.2;.8;6.35;26541
+78094;45.53658;5.09326;330;20220618;36.9;18.3;27.6;2.6;14.49;0;7.67;29666
+78094;45.53658;5.09326;330;20220619;35;22.7;28.8;4.9;14.83;0;8.65;24399
+78094;45.53658;5.09326;330;20220620;34.7;18.6;26.7;2.6;12.29;0;7.3;27960
+78094;45.53658;5.09326;330;20220621;32.4;18.2;25.3;2.1;15.49;.8;6.15;25999
+78094;45.53658;5.09326;330;20220622;30;19.3;24.6;2.1;19.89;19;5.09;22600
+78094;45.53658;5.09326;330;20220623;27.8;17.6;22.7;1.8;19.36;9.2;4.6;22166
+78094;45.53658;5.09326;330;20220624;22.7;17.9;20.3;1.8;17.19;13.2;3.24;14979
+78094;45.53658;5.09326;330;20220625;28.4;14.2;21.3;1.7;16.16;7.3;5.16;26254
+78094;45.53658;5.09326;330;20220626;24.1;15.6;19.8;1.4;17.99;7.4;3.79;19911
+78094;45.53658;5.09326;330;20220627;23.2;17;20.1;1.8;16.46;1.8;3.56;16771
+78094;45.53658;5.09326;330;20220628;24.6;15.1;19.9;2;15.53;0;4.23;20817
+78094;45.53658;5.09326;330;20220629;28.5;18.2;23.3;1.3;15.43;0;4.72;22144
+78094;45.53658;5.09326;330;20220630;29.1;15.9;22.5;1.6;15.93;13.8;5.12;24935
+78094;45.53658;5.09326;330;20220701;22.9;11.9;17.4;1.6;13.49;0;4.09;22730
+78094;45.53658;5.09326;330;20220702;29.3;11.9;20.6;1.2;13.69;0;5.38;28888
+78094;45.53658;5.09326;330;20220703;31.3;16.5;23.9;1.2;17.29;1.3;5.41;26593
+78094;45.53658;5.09326;330;20220704;27.8;18.7;23.2;1.8;17.13;0;4.58;20473
+78094;45.53658;5.09326;330;20220705;27.5;16.7;22.1;2.1;14.66;0;5.01;22568
+78094;45.53658;5.09326;330;20220706;26.8;17.1;21.9;2.9;12.06;0;5.46;21434
+78094;45.53658;5.09326;330;20220707;26.8;15.1;21;2.9;12.56;0;5.43;23404
+78094;45.53658;5.09326;330;20220708;26.7;15.3;21;3.4;13.23;0;5.53;23131
+78094;45.53658;5.09326;330;20220709;28.4;16;22.2;2.7;12.43;0;5.73;24090
+78094;45.53658;5.09326;330;20220710;28.1;17.9;23;3;13.76;0;5.63;21841
+78094;45.53658;5.09326;330;20220711;29.5;16.7;23.1;2.5;13.29;.2;5.75;24315
+78094;45.53658;5.09326;330;20220712;31.1;17.4;24.2;2;13.59;0;5.77;25179
+78094;45.53658;5.09326;330;20220713;34.2;16.3;25.2;1.4;12.16;0;6.16;28743
+78094;45.53658;5.09326;330;20220714;36.8;18.2;27.5;1.1;14.36;0;6.2;28982
+78094;45.53658;5.09326;330;20220715;32;22.3;27.2;2.1;13.79;0;5.72;21008
+78094;45.53658;5.09326;330;20220716;31.2;18.1;24.7;2.8;11.13;0;6.54;24346
+78094;45.53658;5.09326;330;20220717;32.9;16.9;24.9;2.2;12.06;0;6.43;26922
+78094;45.53658;5.09326;330;20220718;37.5;18.1;27.8;1.5;13.53;0;6.59;29144
+78094;45.53658;5.09326;330;20220719;38.4;20.5;29.4;2.4;16.53;0;7.46;28002
+78094;45.53658;5.09326;330;20220720;35.4;21.8;28.6;2.3;17.82;.2;6.43;24651
+78094;45.53658;5.09326;330;20220721;31.8;18.9;25.4;2.2;15.57;0;5.74;23779
+78094;45.53658;5.09326;330;20220722;36.3;17.9;27.1;1.4;15.7;1;6.25;28540
+78094;45.53658;5.09326;330;20220723;29.5;20.3;24.9;2.1;17.95;0;4.79;19884
+78094;45.53658;5.09326;330;20220724;34.8;18.3;26.6;1.5;15.97;0;5.91;26773
+78094;45.53658;5.09326;330;20220725;35.1;21;28;2.3;15.75;1.2;6.44;24771
+78094;45.53658;5.09326;330;20220726;28.3;19.3;23.8;3.7;15.15;0;5.44;19349
+78094;45.53658;5.09326;330;20220727;28.5;16.6;22.6;3.3;12.07;0;5.85;22294
+78094;45.53658;5.09326;330;20220728;31.7;15.5;23.6;1.5;12.3;0;5.46;25999
+78094;45.53658;5.09326;330;20220729;27.2;18.7;23;1.4;14.47;2.6;4.12;18444
+78094;45.53658;5.09326;330;20220730;31.3;18.1;24.7;2.1;12.92;0;5.65;23253
+78094;45.53658;5.09326;330;20220731;32.8;18.4;25.6;2.1;12.92;0;5.91;24302
+78094;45.53658;5.09326;330;20220801;34;19.9;27;2;13.72;0;5.95;23948
+78094;45.53658;5.09326;330;20220802;32.5;19.2;25.9;2.2;14.67;0;5.69;23022
+78094;45.53658;5.09326;330;20220803;37.1;18.7;27.9;1.5;13.97;0;6.13;27130
+78094;45.53658;5.09326;330;20220804;38.1;21.8;29.9;2.4;14.37;0;7.1;25592
+78094;45.53658;5.09326;330;20220805;34.5;21.7;28.1;2.3;16.4;.1;6.03;22576
+78094;45.53658;5.09326;330;20220806;30.7;19.1;24.9;2.8;15.7;0;5.54;21140
+78094;45.53658;5.09326;330;20220807;30.1;17.2;23.6;2.3;14.07;0;5.26;21959
+78094;45.53658;5.09326;330;20220808;31.8;17.7;24.8;2;12.65;0;5.5;22987
+78094;45.53658;5.09326;330;20220809;33;17.7;25.4;1.8;11.67;0;5.56;23862
+78094;45.53658;5.09326;330;20220810;34.6;19.3;26.9;1.6;11.3;0;5.61;23822
+78094;45.53658;5.09326;330;20220811;36.2;19.1;27.7;1.7;12.2;0;5.95;24986
+78094;45.53658;5.09326;330;20220812;34.6;19.7;27.2;1.8;12.42;0;5.66;23280
+78094;45.53658;5.09326;330;20220813;34.4;18.9;26.6;1.8;10.27;5;5.74;23566
+78094;45.53658;5.09326;330;20220814;23.4;18.7;21;2.6;18.42;11.5;2.76;12047
+78094;45.53658;5.09326;330;20220815;28.2;15.7;21.9;1.4;16.35;0;4.1;20733
+78094;45.53658;5.09326;330;20220816;32.2;15.5;23.9;2;15.67;1.2;5.25;23951
+78094;45.53658;5.09326;330;20220817;27.8;18.5;23.1;1.8;18.37;14.3;3.83;17546
+78094;45.53658;5.09326;330;20220818;23.2;14.6;18.9;2.3;17.17;5.5;3.13;16727
+78094;45.53658;5.09326;330;20220819;24.2;16.9;20.5;2.4;18.12;1.2;3.15;14973
+78094;45.53658;5.09326;330;20220820;26.7;18.4;22.5;2.4;17.3;.3;3.82;16194
+78094;45.53658;5.09326;330;20220821;26.6;16;21.3;2.2;13.97;0;4.09;18297
+78094;45.53658;5.09326;330;20220822;27.7;16.6;22.1;2.8;14.37;0;4.54;18586
+78094;45.53658;5.09326;330;20220823;29.8;17.4;23.6;2.4;15.77;.1;4.64;19570
+78094;45.53658;5.09326;330;20220824;31.6;17;24.3;1.5;14.22;0;4.57;21136
+78094;45.53658;5.09326;330;20220825;33.2;17.4;25.3;2;15.67;4.5;5.09;21916
+78094;45.53658;5.09326;330;20220826;27;20.1;23.6;2.2;18;.8;3.54;14101
+78094;45.53658;5.09326;330;20220827;25.4;16.7;21.1;2.2;17.27;0;3.35;15794
+78094;45.53658;5.09326;330;20220828;29.4;16.8;23.1;1.4;16.8;.1;3.89;18970
+78094;45.53658;5.09326;330;20220829;31.8;16.8;24.3;1.4;16.47;.1;4.27;20652
+78094;45.53658;5.09326;330;20220830;27.8;20.3;24.1;1.7;19.47;3.9;3.31;14278
+78094;45.53658;5.09326;330;20220831;27.1;17.5;22.3;1.8;17.92;.3;3.41;16068
+78094;45.53658;5.09326;330;20220901;28.2;15.6;21.9;1.6;14.75;0;3.78;18278
+78094;45.53658;5.09326;330;20220902;27.2;17.2;22.2;1.9;15.55;4.5;3.63;15970
+78094;45.53658;5.09326;330;20220903;25.6;16.5;21.1;1.8;18.02;3.3;3.08;15260
+78094;45.53658;5.09326;330;20220904;28.8;15.6;22.2;1.8;17.75;.1;3.68;18240
+78094;45.53658;5.09326;330;20220905;29.8;18.9;24.3;2.6;19.75;0;3.99;16533
+78094;45.53658;5.09326;330;20220906;29.5;19.8;24.7;2.1;19.57;1.1;3.69;15280
+78094;45.53658;5.09326;330;20220907;27.1;17.2;22.1;1.9;18.5;8.1;3.24;15264
+78094;45.53658;5.09326;330;20220908;24.9;14.8;19.8;1.6;15.87;.3;2.93;15244
+78094;45.53658;5.09326;330;20220909;23.9;13.8;18.9;1.6;13.57;.5;2.95;15267
+78094;45.53658;5.09326;330;20220910;22.6;12.8;17.7;1.2;12.9;0;2.6;14682
+78094;45.53658;5.09326;330;20220911;25;11.5;18.2;1.3;12.57;0;3;17324
+78094;45.53658;5.09326;330;20220912;29.5;12.2;20.9;1.8;14.32;.1;3.86;19480
+78094;45.53658;5.09326;330;20220913;27.4;18.4;22.9;3.2;19.4;1.7;3.38;13985
+78094;45.53658;5.09326;330;20220914;26.5;20.1;23.3;3.2;19.47;14.3;3.19;11342
+78094;45.53658;5.09326;330;20220915;24.7;15.5;20.1;1.3;17.85;9.6;2.5;13623
+78094;45.53658;5.09326;330;20220916;21;15.3;18.2;2.1;15.57;.1;2.2;10385
+78094;45.53658;5.09326;330;20220917;15.7;9.8;12.7;3.5;9.97;0;2.28;10525
+78094;45.53658;5.09326;330;20220918;18.9;7.2;13;1.9;8.52;0;2.59;14960
+78094;45.53658;5.09326;330;20220919;18.6;7.6;13.1;2.4;8.9;0;2.65;14392
+78094;45.53658;5.09326;330;20220920;19.1;8;13.6;2.4;8.75;0;2.76;14213
+78094;45.53658;5.09326;330;20220921;19.3;8.3;13.8;1.9;9.17;0;2.53;14004
+78094;45.53658;5.09326;330;20220922;22.1;6.8;14.5;1.1;9.67;0;2.44;16499
+78094;45.53658;5.09326;330;20220923;21.8;9.4;15.6;2.1;12.35;6;2.5;14688
+78094;45.53658;5.09326;330;20220924;20.4;13.4;16.9;1.5;14.92;10.2;1.9;10629
+78094;45.53658;5.09326;330;20220925;16.8;11.6;14.2;1.1;13.32;5;1.45;8822
+78094;45.53658;5.09326;330;20220926;17.8;10.4;14.1;1.4;11.7;3.4;1.78;10783
+78094;45.53658;5.09326;330;20220927;15.5;10.2;12.9;2.2;11.15;2.4;1.67;8797
+78094;45.53658;5.09326;330;20220928;18.5;10.4;14.4;2.7;12.87;13.8;1.9;10834
+78094;45.53658;5.09326;330;20220929;13.9;10.9;12.4;1.3;11.7;1.4;1.17;6051
+78094;45.53658;5.09326;330;20220930;14.2;7.2;10.7;1.4;10.05;.1;1.43;9809
+78094;45.53658;5.09326;330;20221001;15.1;6.5;10.8;1.8;11.15;5.5;1.41;10740
+78094;45.53658;5.09326;330;20221002;24;12.6;18.3;1.2;14.3;.1;2.11;12623
+78094;45.53658;5.09326;330;20221003;18.3;13.3;15.8;2;14.2;0;1.57;8034
+78094;45.53658;5.09326;330;20221004;22.4;10.5;16.4;1.3;13.75;.1;1.96;12456
+78094;45.53658;5.09326;330;20221005;22.7;10.9;16.8;2.6;13.3;0;2.4;12381
+78094;45.53658;5.09326;330;20221006;21.3;12.2;16.7;1.7;14.27;0;1.84;10621
+78094;45.53658;5.09326;330;20221007;21.9;10.6;16.2;1.3;13.9;1;1.83;11753
+78094;45.53658;5.09326;330;20221008;17;14.5;15.8;1.5;14.65;3.2;1.19;5007
+78094;45.53658;5.09326;330;20221009;18.9;9;13.9;1.6;12.8;0;1.55;10383
+78094;45.53658;5.09326;330;20221010;22.6;11.9;17.3;1.6;14.32;0;1.88;10862
+78094;45.53658;5.09326;330;20221011;20.1;11.8;16;1.1;14.67;0;1.45;9509
+78094;45.53658;5.09326;330;20221012;19.5;13.8;16.7;1.2;15.05;.1;1.34;7674
+78094;45.53658;5.09326;330;20221013;17.9;10.3;14.1;1;14.05;3.2;1.2;8671
+78094;45.53658;5.09326;330;20221014;18.1;13.1;15.6;1.3;15.37;.4;1.14;6815
+78094;45.53658;5.09326;330;20221015;23.6;12.6;18.1;2;14.32;0;2.03;10408
+78094;45.53658;5.09326;330;20221016;23.4;13.7;18.6;3.3;15.12;0;2.28;9655
+78094;45.53658;5.09326;330;20221017;23.7;14.6;19.1;3.2;15.25;0;2.35;9113
+78094;45.53658;5.09326;330;20221018;24.6;13.1;18.8;1.8;14.8;.1;1.96;10129
+78094;45.53658;5.09326;330;20221019;22.7;12.1;17.4;2.1;14.75;.8;1.77;9619
+78094;45.53658;5.09326;330;20221020;19.9;15.9;17.9;3.5;16.1;2;1.6;5525
+78094;45.53658;5.09326;330;20221021;19.1;17.1;18.1;3.9;15.97;9.4;1.66;3238
+78094;45.53658;5.09326;330;20221022;22.8;13.5;18.1;2.2;15.65;0;1.69;8464
+78094;45.53658;5.09326;330;20221023;22.5;14.7;18.6;4.7;15.37;2;2.39;7674
+78094;45.53658;5.09326;330;20221024;20.4;16.5;18.4;2.3;15.97;1.7;1.42;5013
+78094;45.53658;5.09326;330;20221025;19.2;9.8;14.5;1.6;13.9;.2;1.15;8132
+78094;45.53658;5.09326;330;20221026;24.1;14.4;19.2;1.9;15.25;.1;1.76;8286
+78094;45.53658;5.09326;330;20221027;23.9;13;18.4;2.3;15.85;0;1.71;8682
+78094;45.53658;5.09326;330;20221028;24;15;19.5;2.2;14.97;0;1.91;7740
+78094;45.53658;5.09326;330;20221029;23.7;13.5;18.6;2.5;13.17;0;2.12;8115
+78094;45.53658;5.09326;330;20221030;23.6;12.4;18;2.7;12.7;0;2.14;8426
+78094;45.53658;5.09326;330;20221031;21.4;13.1;17.2;3.3;14;19.3;1.8;7018
+78094;45.53658;5.09326;330;20221101;19;14;16.5;2.2;14.77;0;1.21;5164
+78094;45.53658;5.09326;330;20221102;16.9;9.7;13.3;1;11.6;.1;.91;6304
+78094;45.53658;5.09326;330;20221103;14;6.9;10.5;2.1;10.92;4.1;.84;6082
+78094;45.53658;5.09326;330;20221104;11.4;6.4;8.9;2;9.5;7;.8;4858
+78094;45.53658;5.09326;330;20221105;11;6.8;8.9;2.4;8.97;0;.9;4289
+78094;45.53658;5.09326;330;20221106;14.6;2.2;8.4;1.5;8.15;.1;.91;7907
+78094;45.53658;5.09326;330;20221107;17.6;5.9;11.8;1.4;9.35;0;1.05;7649
+78094;45.53658;5.09326;330;20221108;17.4;8.4;12.9;3.8;10.57;9.3;1.6;6535
+78094;45.53658;5.09326;330;20221109;13.8;12.7;13.3;2.5;13.32;17.3;.77;1435
+78094;45.53658;5.09326;330;20221110;13.1;9.4;11.3;1.6;11.67;0;.69;3400
+78094;45.53658;5.09326;330;20221111;15.8;7.7;11.8;1.2;11.02;.1;.76;5804
+78094;45.53658;5.09326;330;20221112;14.1;6.6;10.3;1.1;10.47;0;.66;5518
+78094;45.53658;5.09326;330;20221113;11.7;6.4;9.1;1.5;10.6;0;.53;4068
+78094;45.53658;5.09326;330;20221114;14.6;9.3;12;3.5;11.02;5.6;1.13;4365
+78094;45.53658;5.09326;330;20221115;14.6;10.3;12.4;1.8;12.7;5.7;.67;3733
+78094;45.53658;5.09326;330;20221116;16.4;8.6;12.5;2.3;10.72;0;1.09;5241
+78094;45.53658;5.09326;330;20221117;15.9;9.6;12.8;3.9;10.95;0;1.37;4651
+78094;45.53658;5.09326;330;20221118;12.5;8.3;10.4;1.8;9;1.4;.92;3546
+78094;45.53658;5.09326;330;20221119;9.9;5.5;7.7;2.1;8.55;.5;.7;3526
+78094;45.53658;5.09326;330;20221120;10.6;4.7;7.7;1.6;7.97;.3;.7;4194
+78094;45.53658;5.09326;330;20221121;7.7;3.7;5.7;2;8.25;5.6;.46;3314
+78094;45.53658;5.09326;330;20221122;9.1;4.6;6.8;1.2;8.1;.3;.55;3450
+78094;45.53658;5.09326;330;20221123;9.5;1.6;5.5;1.9;7.82;6.9;.5;4800
+78094;45.53658;5.09326;330;20221124;11.2;4.1;7.6;1.2;8.36;0;.49;4819
+78094;45.53658;5.09326;330;20221125;10.6;6;8.3;1.9;9.05;1;.62;3448
+78094;45.53658;5.09326;330;20221126;9;4.8;6.9;2;8.52;0;.58;3212
+78094;45.53658;5.09326;330;20221127;11.2;2.7;7;2.7;7.75;.1;.79;4760
+78094;45.53658;5.09326;330;20221128;9.3;7.7;8.5;2;8.87;12.4;.78;1482
+78094;45.53658;5.09326;330;20221129;7.3;5.1;6.2;2.1;8.72;1.4;.46;1819
+78094;45.53658;5.09326;330;20221130;7.8;6;6.9;2.2;8.7;.1;.59;1619
+78094;45.53658;5.09326;330;20221201;6.1;4.6;5.4;1.7;7.77;0;.55;1388
+78094;45.53658;5.09326;330;20221202;4.5;3;3.8;1.3;6.97;.7;.46;1389
+78094;45.53658;5.09326;330;20221203;4.4;2.4;3.4;1.1;7.25;6.7;.36;1761
+78094;45.53658;5.09326;330;20221204;5.1;2.8;3.9;1.3;7.52;8.1;.37;1841
+78094;45.53658;5.09326;330;20221205;7.1;1;4.1;.8;6.85;0;.36;3544
+78094;45.53658;5.09326;330;20221206;4.2;-2;1.1;1.1;6.15;.1;.28;3580
+78094;45.53658;5.09326;330;20221207;3.9;1.5;2.7;1.3;6.9;.1;.36;1823
+78094;45.53658;5.09326;330;20221208;4.4;1.4;2.9;1.1;6.6;12.3;.41;2248
+78094;45.53658;5.09326;330;20221209;2.5;1.2;1.8;1.6;6.74;4.1;.32;1154
+78094;45.53658;5.09326;330;20221210;.5;.1;.3;2.3;5.75;0;.42;303
+78094;45.53658;5.09326;330;20221211;-1.5;-3.3;-2.4;1.7;4.47;0;.41;1427
+78094;45.53658;5.09326;330;20221212;.3;-3.8;-1.8;1;4.65;2;.31;2572
+78094;45.53658;5.09326;330;20221213;2.1;-2.4;-.2;1.6;5.95;.8;.22;2598
+78094;45.53658;5.09326;330;20221214;9;1.4;5.2;2.1;8.57;2;.25;3842
+78094;45.53658;5.09326;330;20221215;6.4;5.4;5.9;1.8;8.6;22.1;.43;947
+78094;45.53658;5.09326;330;20221216;1;.6;.8;2.6;6.21;0;.37;200
+78094;45.53658;5.09326;330;20221217;-.8;-3.5;-2.1;2.3;4.77;0;.35;1890
+78094;45.53658;5.09326;330;20221218;8.9;-2.9;3;2.6;5.37;0;.74;4913
+78094;45.53658;5.09326;330;20221219;14.6;5.9;10.3;4.2;9.14;0;1.14;4130
+78094;45.53658;5.09326;330;20221220;14.3;11.3;12.8;5.2;9.84;2.5;1.68;1722
+78094;45.53658;5.09326;330;20221221;14.9;10.7;12.8;2.5;11.07;.9;.98;2551
+78094;45.53658;5.09326;330;20221222;14.1;8.8;11.4;2.9;10.5;7.5;.91;3100
+78094;45.53658;5.09326;330;20221223;14.1;9.5;11.8;2.3;12.02;2.2;.62;2614
+78094;45.53658;5.09326;330;20221224;14.3;10.9;12.6;1.8;12.65;.1;.6;2289
+78094;45.53658;5.09326;330;20221225;15.5;7.3;11.4;2.4;10.57;.1;.77;4133
+78094;45.53658;5.09326;330;20221226;13.3;8.4;10.9;2.3;10.67;.4;.7;2992
+78094;45.53658;5.09326;330;20221227;11.2;5.9;8.6;1.2;9;0;.5;3168
+78094;45.53658;5.09326;330;20221228;10.3;.8;5.6;2.1;7.45;.4;.52;4407
+78094;45.53658;5.09326;330;20221229;13.3;6.1;9.7;3.3;9.7;7.5;.8;3865
+78094;45.53658;5.09326;330;20221230;11.4;6.6;9;2.5;9.37;1.6;.72;2911
+78094;45.53658;5.09326;330;20221231;16.1;9.5;12.8;3.6;10.8;0;1.27;3702
+78095;45.55092;5.4124;478;20220101;14.4;4.1;9.2;1.8;7.82;0;.81;5137
+78095;45.55092;5.4124;478;20220102;6.4;.7;3.6;1.8;7.92;0;.21;3176
+78095;45.55092;5.4124;478;20220103;11.2;3.8;7.5;2.3;8.52;.4;.62;4005
+78095;45.55092;5.4124;478;20220104;12.7;6.3;9.5;2.9;9.02;13.8;.95;3896
+78095;45.55092;5.4124;478;20220105;3.3;1.9;2.6;4.7;5.56;.3;.91;1621
+78095;45.55092;5.4124;478;20220106;4.2;.9;2.6;4.1;5.12;.1;.95;3052
+78095;45.55092;5.4124;478;20220107;1.9;-2.8;-.5;2.1;5.26;5.6;.36;2917
+78095;45.55092;5.4124;478;20220108;3.5;-.1;1.7;2.6;6.76;5.8;.28;2497
+78095;45.55092;5.4124;478;20220109;3.7;1.8;2.8;2.8;6.62;5.8;.46;1639
+78095;45.55092;5.4124;478;20220110;4.4;1.1;2.7;3;6.02;0;.67;2449
+78095;45.55092;5.4124;478;20220111;1.8;-.3;.7;4.6;5.29;0;.72;1750
+78095;45.55092;5.4124;478;20220112;1.4;-.9;.3;3.8;4.79;0;.72;2804
+78095;45.55092;5.4124;478;20220113;2.3;-4.4;-1.1;2.3;4.59;0;.48;4579
+78095;45.55092;5.4124;478;20220114;5.6;-4.3;.7;1.9;4.79;0;.55;6063
+78095;45.55092;5.4124;478;20220115;5.4;-2.7;1.3;1.9;5.09;0;.53;5407
+78095;45.55092;5.4124;478;20220116;6.5;-3.5;1.5;1.9;4.69;0;.69;6076
+78095;45.55092;5.4124;478;20220117;2.9;-5.5;-1.3;2.3;5.49;0;.25;4904
+78095;45.55092;5.4124;478;20220118;4.3;-1;1.7;2.5;5.79;0;.53;4155
+78095;45.55092;5.4124;478;20220119;4;-2.8;.6;2.5;5.76;0;.44;3736
+78095;45.55092;5.4124;478;20220120;4.5;.4;2.4;3.4;5.86;0;.68;3213
+78095;45.55092;5.4124;478;20220121;2.7;-.2;1.3;5.6;4.51;0;1.29;4915
+78095;45.55092;5.4124;478;20220122;4.4;-2.8;.8;3;4.98;0;.75;5618
+78095;45.55092;5.4124;478;20220123;2.5;-1.4;.6;2.1;5.68;0;.44;3994
+78095;45.55092;5.4124;478;20220124;7.1;-3.2;1.9;1.4;5.55;0;.55;6935
+78095;45.55092;5.4124;478;20220125;8.4;-3.2;2.6;1.8;5.51;0;.7;7096
+78095;45.55092;5.4124;478;20220126;3.5;-5.1;-.8;2;4.98;0;.51;6134
+78095;45.55092;5.4124;478;20220127;-.6;-4;-2.3;2.4;4.69;0;.38;4210
+78095;45.55092;5.4124;478;20220128;4.6;-4;.3;2.9;5.59;0;.5;4963
+78095;45.55092;5.4124;478;20220129;.5;-1.7;-.6;2.1;5.69;0;.32;3455
+78095;45.55092;5.4124;478;20220130;7.7;-.9;3.4;1.8;6.98;0;.45;5277
+78095;45.55092;5.4124;478;20220131;4.7;.1;2.4;2.5;7.05;1.9;.41;3088
+78095;45.55092;5.4124;478;20220201;5.2;.7;2.9;3.8;5.56;5.2;.94;4935
+78095;45.55092;5.4124;478;20220202;9.1;1.2;5.2;2.2;8.09;.8;.55;5425
+78095;45.55092;5.4124;478;20220203;10;2;6;2.1;7.86;0;.74;6221
+78095;45.55092;5.4124;478;20220204;8;3;5.5;2;7.26;.2;.75;5092
+78095;45.55092;5.4124;478;20220205;8.3;3.7;6;2.4;6.72;.2;.97;6217
+78095;45.55092;5.4124;478;20220206;7.2;-2.2;2.5;2.4;6.19;4.1;.71;6728
+78095;45.55092;5.4124;478;20220207;8;4.2;6.1;3.7;6.44;.3;1.24;4147
+78095;45.55092;5.4124;478;20220208;9.8;-.9;4.4;2.1;4.92;0;1.19;8621
+78095;45.55092;5.4124;478;20220209;12.1;-.6;5.7;2.7;6.19;0;1.3;9258
+78095;45.55092;5.4124;478;20220210;8.9;1.3;5.1;2.8;7.08;1.6;1.52;11400
+78095;45.55092;5.4124;478;20220211;6.7;.5;3.6;3.3;6.78;.4;.8;4100
+78095;45.55092;5.4124;478;20220212;9.8;-5.9;2;2.3;5.78;0;1;10800
+78095;45.55092;5.4124;478;20220213;12.4;-1.4;5.5;4.3;6.28;0;1.74;12700
+78095;45.55092;5.4124;478;20220214;10.2;4.2;7.2;3.9;7.68;10.5;1.26;1600
+78095;45.55092;5.4124;478;20220215;7.7;1.6;4.7;3.4;7.08;3;.94;5100
+78095;45.55092;5.4124;478;20220216;6.1;1.8;3.9;2.7;7.99;10.6;.47;4003
+78095;45.55092;5.4124;478;20220217;15.1;5.4;10.2;2.9;9.92;.3;1.32;8172
+78095;45.55092;5.4124;478;20220218;17.8;5.9;11.8;2.4;8.71;1.2;1.74;9680
+78095;45.55092;5.4124;478;20220219;9.2;4.9;7.1;2.5;6.26;0;1.36;5501
+78095;45.55092;5.4124;478;20220220;11.5;-.4;5.6;2.2;6.56;1;1.24;9475
+78095;45.55092;5.4124;478;20220221;7.7;5.8;6.8;3.9;7.39;12.5;1.19;3066
+78095;45.55092;5.4124;478;20220222;10.1;4;7;3.3;7.39;.3;1.35;8238
+78095;45.55092;5.4124;478;20220223;13;5.1;9.1;2.5;7.86;0;1.51;9152
+78095;45.55092;5.4124;478;20220224;12.5;3.3;7.9;4.2;7.69;0;1.66;8436
+78095;45.55092;5.4124;478;20220225;7.9;3.8;5.9;5.1;5.39;0;1.95;8861
+78095;45.55092;5.4124;478;20220226;8.3;1.4;4.9;4.6;5.06;0;1.86;9807
+78095;45.55092;5.4124;478;20220227;10;-1.8;4.1;2.8;4.92;0;1.63;11734
+78095;45.55092;5.4124;478;20220228;11.2;-.1;5.5;2.8;5.16;0;1.81;11715
+78095;45.55092;5.4124;478;20220301;12.4;-.7;5.9;1.8;5.36;0;1.63;11981
+78095;45.55092;5.4124;478;20220302;10.9;.2;5.6;2.2;6.62;0;1.37;10780
+78095;45.55092;5.4124;478;20220303;13.8;1.9;7.8;2;7.59;0;1.51;11810
+78095;45.55092;5.4124;478;20220304;12.5;3.2;7.8;3.5;5.52;0;2.27;11002
+78095;45.55092;5.4124;478;20220305;9.5;-1.2;4.2;2.9;3.69;0;2.04;12246
+78095;45.55092;5.4124;478;20220306;7.7;-3.4;2.2;2.8;3.72;0;1.76;12159
+78095;45.55092;5.4124;478;20220307;9.1;-3.9;2.6;2.3;4.26;0;1.63;12903
+78095;45.55092;5.4124;478;20220308;11.3;-1.7;4.8;3.2;5.49;0;1.87;13657
+78095;45.55092;5.4124;478;20220309;12.8;.6;6.7;2.5;6.32;0;1.84;13292
+78095;45.55092;5.4124;478;20220310;13.6;.9;7.2;3.3;7.19;.1;1.9;12826
+78095;45.55092;5.4124;478;20220311;13.6;6.3;10;4.9;7.22;0;2.52;10180
+78095;45.55092;5.4124;478;20220312;11.5;6.7;9.1;3.1;6.76;0;1.9;7981
+78095;45.55092;5.4124;478;20220313;10.5;6.2;8.4;3.1;7.79;14.5;1.47;6047
+78095;45.55092;5.4124;478;20220314;12.4;1.7;7.1;2;8.72;2.4;1.38;11620
+78095;45.55092;5.4124;478;20220315;14.9;7.7;11.3;4.4;9.36;0;2.22;10394
+78095;45.55092;5.4124;478;20220316;15.8;6.5;11.1;2.5;9.49;0;1.93;10903
+78095;45.55092;5.4124;478;20220317;14.2;7.5;10.9;3.1;10.16;0;1.65;8772
+78095;45.55092;5.4124;478;20220318;8.8;7.3;8;2.7;8.95;0;.93;1889
+78095;45.55092;5.4124;478;20220319;14.8;1.1;8;2;7.75;0;2.03;16140
+78095;45.55092;5.4124;478;20220320;12.2;.5;6.4;3.5;6.68;0;1.84;8400
+78095;45.55092;5.4124;478;20220321;14.9;1.5;8.2;3.4;6.28;0;2.85;18900
+78095;45.55092;5.4124;478;20220322;14.8;-2.2;6.3;2.5;5.58;0;2.61;19600
+78095;45.55092;5.4124;478;20220323;16.2;-2.5;6.9;2.5;5.78;0;2.76;19800
+78095;45.55092;5.4124;478;20220324;19.1;-2;8.6;2.9;5.68;0;3.38;20100
+78095;45.55092;5.4124;478;20220325;18.9;-.4;9.3;2.9;6.28;0;3.31;19900
+78095;45.55092;5.4124;478;20220326;19.5;-1.1;9.2;2.8;6.58;0;3.32;20300
+78095;45.55092;5.4124;478;20220327;19.6;1.2;10.4;2.9;6.28;0;3.36;17000
+78095;45.55092;5.4124;478;20220328;20;1;10.5;3.5;5.88;0;3.88;19600
+78095;45.55092;5.4124;478;20220329;17.3;2.2;9.8;3.1;6.68;2.4;2.86;12900
+78095;45.55092;5.4124;478;20220330;14.2;7;10.6;2;9.58;3.8;1.84;10500
+78095;45.55092;5.4124;478;20220331;10.5;5.7;8.1;2.3;9.18;7.1;1.14;5000
+78095;45.55092;5.4124;478;20220401;3.2;1.3;2.3;5.9;6.27;7.4;.93;3650
+78095;45.55092;5.4124;478;20220402;4.3;-.7;1.8;4.3;5.2;1.1;1.37;9966
+78095;45.55092;5.4124;478;20220403;3.8;-1.5;1.2;4.2;5.28;.2;1.28;10000
+78095;45.55092;5.4124;478;20220404;8.3;-4.4;2;1.7;5.18;0;2.06;22100
+78095;45.55092;5.4124;478;20220405;14.7;-1;6.9;1.5;6.5;0;2.46;19033
+78095;45.55092;5.4124;478;20220406;14.7;1.6;8.2;1.6;9.08;1.5;1.75;11800
+78095;45.55092;5.4124;478;20220407;12.6;6.2;9.4;4.3;10.38;10.7;1.17;3400
+78095;45.55092;5.4124;478;20220408;15.9;8.5;12.2;4.3;10.28;.4;2.08;5200
+78095;45.55092;5.4124;478;20220409;8.6;2.9;5.8;3.4;6.58;.8;1.88;12000
+78095;45.55092;5.4124;478;20220410;14.1;-2.9;5.6;2.1;6.48;.2;2.76;24000
+78095;45.55092;5.4124;478;20220411;16.5;.8;8.7;4.3;7.28;0;3.33;20500
+78095;45.55092;5.4124;478;20220412;16.8;6.4;11.6;3.2;7.08;.1;2.95;10400
+78095;45.55092;5.4124;478;20220413;18.3;5.7;12;2.2;9.38;0;2.74;15300
+78095;45.55092;5.4124;478;20220414;20.6;3.3;12;2.3;11.48;0;3.27;23100
+78095;45.55092;5.4124;478;20220415;21.1;6.2;13.7;2.8;11.68;0;3.56;22600
+78095;45.55092;5.4124;478;20220416;20.4;5.7;13.1;3.7;9.98;0;4.06;25000
+78095;45.55092;5.4124;478;20220417;17.5;1.4;9.5;2.9;7.98;0;3.53;25400
+78095;45.55092;5.4124;478;20220418;18.6;-1.3;8.7;2.1;6.48;0;3.62;25700
+78095;45.55092;5.4124;478;20220419;19.4;2.6;11;2.8;6.98;0;4.04;24900
+78095;45.55092;5.4124;478;20220420;17.8;1.7;9.8;2.7;9.58;0;2.67;16900
+78095;45.55092;5.4124;478;20220421;18.6;9.4;14;2.3;10.18;0;3.11;16600
+78095;45.55092;5.4124;478;20220422;20.7;1.2;11;2.1;8.78;0;3.5;22100
+78095;45.55092;5.4124;478;20220423;16.2;8.5;12.4;2.7;9.68;14;2;5400
+78095;45.55092;5.4124;478;20220424;15.7;6.1;10.9;2.8;9.98;14;2.54;15500
+78095;45.55092;5.4124;478;20220425;15.7;9.5;12.6;2;11.28;0;2.44;14700
+78095;45.55092;5.4124;478;20220426;18.1;6.2;12.2;1.9;9.58;0;3.39;22500
+78095;45.55092;5.4124;478;20220427;19.3;.4;9.9;1.8;8.88;0;3.67;27300
+78095;45.55092;5.4124;478;20220428;21.4;3.3;12.4;2.9;9.68;0;4.27;27100
+78095;45.55092;5.4124;478;20220429;20.9;3.3;12.1;2.3;9.28;0;3.82;23600
+78095;45.55092;5.4124;478;20220430;18.5;4.5;11.5;3.7;9.38;.1;4.07;27600
+78095;45.55092;5.4124;478;20220501;18.2;2.5;10.4;2.7;8.98;0;3.67;25700
+78095;45.55092;5.4124;478;20220502;19.9;1.7;10.8;2.1;9.18;.4;3.84;26600
+78095;45.55092;5.4124;478;20220503;19.8;4.8;12.3;2.7;10.28;.4;3.45;20600
+78095;45.55092;5.4124;478;20220504;21.8;7.6;14.7;2.4;11.48;9.3;3.98;23300
+78095;45.55092;5.4124;478;20220505;14.4;10.2;12.3;2.8;11.68;2.1;1.78;7800
+78095;45.55092;5.4124;478;20220506;15.8;9.6;12.7;4.4;10.72;0;2.54;11520
+78095;45.55092;5.4124;478;20220507;19.8;10.1;15;3.4;10.79;.6;3.75;18513
+78095;45.55092;5.4124;478;20220508;19.9;9.9;14.9;3.2;11.16;1.8;3.58;18106
+78095;45.55092;5.4124;478;20220509;23;10.2;16.6;1.8;12.16;.2;4.01;22401
+78095;45.55092;5.4124;478;20220510;25.3;10.8;18;2;12.69;.2;4.48;23863
+78095;45.55092;5.4124;478;20220511;26.1;11.5;18.8;3.2;11.86;0;5.29;24888
+78095;45.55092;5.4124;478;20220512;25.2;11.5;18.4;3;10.96;0;5.03;22835
+78095;45.55092;5.4124;478;20220513;23.5;11.2;17.3;1.9;12.56;0;4.07;21889
+78095;45.55092;5.4124;478;20220514;25.2;12.4;18.8;2;14.06;0;4.45;23329
+78095;45.55092;5.4124;478;20220515;26.4;12.3;19.3;2.7;13.32;0;4.96;23634
+78095;45.55092;5.4124;478;20220516;26.6;13.8;20.2;2.1;11.52;.1;4.86;22472
+78095;45.55092;5.4124;478;20220517;28.7;13.7;21.2;1.7;13.76;.1;5.02;24701
+78095;45.55092;5.4124;478;20220518;30;15.6;22.8;1.7;14.52;0;5.19;24240
+78095;45.55092;5.4124;478;20220519;28.1;17.5;22.8;2.8;14.72;.2;5.34;21589
+78095;45.55092;5.4124;478;20220520;28.5;16.8;22.7;3.6;12.39;.2;6.02;22003
+78095;45.55092;5.4124;478;20220521;30;15;22.5;2;14.29;0;5.42;24759
+78095;45.55092;5.4124;478;20220522;29.9;16.2;23.1;1.8;17.26;1;4.83;21946
+78095;45.55092;5.4124;478;20220523;25.7;17.2;21.4;2.5;15.56;2.7;4.28;17797
+78095;45.55092;5.4124;478;20220524;19.7;13;16.3;2.2;11.46;0;3.5;17069
+78095;45.55092;5.4124;478;20220525;21.7;11.5;16.6;4.5;9.96;0;5.07;22647
+78095;45.55092;5.4124;478;20220526;22.5;11.8;17.2;3.5;10.79;0;4.9;23303
+78095;45.55092;5.4124;478;20220527;24.4;11.6;18;3.2;12.36;.2;5.06;24815
+78095;45.55092;5.4124;478;20220528;22.3;12.1;17.2;3.9;10.52;0;5.07;23528
+78095;45.55092;5.4124;478;20220529;20;8.9;14.4;3.2;7.52;.1;4.73;22938
+78095;45.55092;5.4124;478;20220530;22.1;8.7;15.4;2.1;8.16;.4;4.47;22689
+78095;45.55092;5.4124;478;20220531;18;11.9;15;1.6;12.52;4.4;2.67;14076
+78095;45.55092;5.4124;478;20220601;25.7;11.7;18.7;1.8;15.22;2.8;4.34;22835
+78095;45.55092;5.4124;478;20220602;26.5;14.9;20.7;2.4;16.09;.7;4.4;19986
+78095;45.55092;5.4124;478;20220603;28.7;16.5;22.6;2.3;16.02;0;5.11;22431
+78095;45.55092;5.4124;478;20220604;30.9;16.6;23.8;2.9;16.16;.9;6.18;26050
+78095;45.55092;5.4124;478;20220605;26.3;17.9;22.1;2.9;16.92;3.8;4.59;19499
+78095;45.55092;5.4124;478;20220606;26.3;13.4;19.8;1.9;14.86;.4;4.64;23498
+78095;45.55092;5.4124;478;20220607;24.1;13.7;18.9;2.2;13.82;0;4.5;22919
+78095;45.55092;5.4124;478;20220608;21.3;11.3;16.3;2;12.82;8.2;3.52;18223
+78095;45.55092;5.4124;478;20220609;19.6;12.6;16.1;2.8;12.62;1.8;3.53;18003
+78095;45.55092;5.4124;478;20220610;23.8;9.8;16.8;3.1;10.49;.5;5.27;26432
+78095;45.55092;5.4124;478;20220611;28.2;12.7;20.5;2.6;12.22;0;5.89;27209
+78095;45.55092;5.4124;478;20220612;31.2;15.2;23.2;2.2;13.92;.3;5.96;26211
+78095;45.55092;5.4124;478;20220613;26.7;16.6;21.6;3.4;14.56;0;5.46;22593
+78095;45.55092;5.4124;478;20220614;30.1;12.3;21.2;2.3;11.66;0;6.18;28410
+78095;45.55092;5.4124;478;20220615;31.3;17;24.1;2.3;15.02;0;5.6;22371
+78095;45.55092;5.4124;478;20220616;32;17.8;24.9;2.5;15.95;0;6.48;26723
+78095;45.55092;5.4124;478;20220617;32.7;17.5;25.1;2.7;13.59;0;6.77;26508
+78095;45.55092;5.4124;478;20220618;34.8;18.3;26.6;2.9;14.29;0;7.31;27093
+78095;45.55092;5.4124;478;20220619;33.2;20.7;26.9;4.4;15.09;0;7.76;24872
+78095;45.55092;5.4124;478;20220620;32.3;19.9;26.1;3.8;12.02;0;7.64;25495
+78095;45.55092;5.4124;478;20220621;31.5;18.2;24.9;2.6;15.52;.5;5.84;22599
+78095;45.55092;5.4124;478;20220622;28.1;18.4;23.2;3;19.32;17.7;4.75;20055
+78095;45.55092;5.4124;478;20220623;26.3;17.3;21.8;2.6;19.06;9.2;4.48;21572
+78095;45.55092;5.4124;478;20220624;22.4;16.9;19.6;2.3;16.36;12.7;3.38;15227
+78095;45.55092;5.4124;478;20220625;28.1;13.7;20.9;2.8;15.02;4.1;5.62;26718
+78095;45.55092;5.4124;478;20220626;25.1;15;20.1;2.5;17.72;7.1;4.33;22497
+78095;45.55092;5.4124;478;20220627;22.9;16.4;19.6;2.6;15.89;2.6;3.65;16282
+78095;45.55092;5.4124;478;20220628;24.5;15.5;20;2.9;14.86;0;4.54;20615
+78095;45.55092;5.4124;478;20220629;27.1;16.2;21.6;1.8;15.89;0;4.9;23578
+78095;45.55092;5.4124;478;20220630;28.3;15.4;21.9;2.5;15.49;7.3;5.17;22591
+78095;45.55092;5.4124;478;20220701;22;11.8;16.9;2.7;13.06;0;4.29;23092
+78095;45.55092;5.4124;478;20220702;28.2;12.3;20.3;1.9;13.06;0;5.39;26894
+78095;45.55092;5.4124;478;20220703;30.6;16;23.3;1.8;15.86;.1;5.45;25133
+78095;45.55092;5.4124;478;20220704;27;18.3;22.7;2.2;17.69;0;4.57;20167
+78095;45.55092;5.4124;478;20220705;26.7;15.9;21.3;2.7;14.49;0;5.32;24155
+78095;45.55092;5.4124;478;20220706;25.7;15.6;20.6;4;11.76;0;5.94;23416
+78095;45.55092;5.4124;478;20220707;25.8;14.3;20;4.3;12.12;0;5.94;24993
+78095;45.55092;5.4124;478;20220708;25.8;14.6;20.2;4.9;12.49;0;6.15;24869
+78095;45.55092;5.4124;478;20220709;27.6;14.2;20.9;3;12.16;0;5.89;25086
+78095;45.55092;5.4124;478;20220710;27.6;16.1;21.9;3.5;12.82;0;6.04;23719
+78095;45.55092;5.4124;478;20220711;28.1;14.3;21.2;3.1;12.72;.1;5.93;25333
+78095;45.55092;5.4124;478;20220712;30;15.8;22.9;2.7;12.96;0;6.11;25394
+78095;45.55092;5.4124;478;20220713;32.6;15.6;24.1;1.7;11.89;0;6;26703
+78095;45.55092;5.4124;478;20220714;34.7;18;26.3;2.2;13.66;0;6.67;27057
+78095;45.55092;5.4124;478;20220715;31.5;19.2;25.4;3.1;13.22;0;6.61;23669
+78095;45.55092;5.4124;478;20220716;30.6;16.1;23.3;3.4;11.32;0;6.87;25918
+78095;45.55092;5.4124;478;20220717;31.7;16;23.8;2.6;11.42;0;6.44;25614
+78095;45.55092;5.4124;478;20220718;35.9;18.6;27.2;2.4;12.52;0;6.99;26455
+78095;45.55092;5.4124;478;20220719;36;21;28.5;3.4;15.06;0;7.6;25565
+78095;45.55092;5.4124;478;20220720;34.2;21.6;27.9;3.2;16.86;0;6.64;22033
+78095;45.55092;5.4124;478;20220721;31.3;19.8;25.5;2.9;14.86;0;6.29;24457
+78095;45.55092;5.4124;478;20220722;36;17.4;26.7;2.2;14.72;1.2;6.56;25278
+78095;45.55092;5.4124;478;20220723;28.9;19.2;24;2.3;17.72;0;4.98;21313
+78095;45.55092;5.4124;478;20220724;33.8;16.4;25.1;1.8;15.39;0;5.97;26552
+78095;45.55092;5.4124;478;20220725;34.4;19.4;26.9;2.8;15.19;.8;6.37;21974
+78095;45.55092;5.4124;478;20220726;27.2;18.8;23;4.5;14.69;0;5.67;19168
+78095;45.55092;5.4124;478;20220727;27.7;16;21.9;3.5;11.66;0;6.02;23298
+78095;45.55092;5.4124;478;20220728;30.9;14.8;22.8;2.1;12.12;0;5.46;23050
+78095;45.55092;5.4124;478;20220729;24.9;16.9;20.9;1.9;14.52;4;3.71;15533
+78095;45.55092;5.4124;478;20220730;29.5;16.2;22.8;2.9;12.82;0;5.84;23382
+78095;45.55092;5.4124;478;20220731;31.6;17.5;24.5;2.6;12.82;0;6.02;23412
+78095;45.55092;5.4124;478;20220801;32.9;18.5;25.7;3;13.06;0;6.57;23657
+78095;45.55092;5.4124;478;20220802;32;17.7;24.9;2.6;13.82;0;6.07;24087
+78095;45.55092;5.4124;478;20220803;35.5;18.2;26.8;2.3;13.59;0;6.48;24991
+78095;45.55092;5.4124;478;20220804;36.8;20.1;28.4;2.5;13.09;0;6.96;25300
+78095;45.55092;5.4124;478;20220805;33.8;19.8;26.8;2.6;14.76;0;6.01;21146
+78095;45.55092;5.4124;478;20220806;29.4;18.1;23.8;3.5;15.82;0;5.67;21618
+78095;45.55092;5.4124;478;20220807;28.6;16.2;22.4;3.5;14.42;0;5.53;21912
+78095;45.55092;5.4124;478;20220808;30.4;17.1;23.8;3.3;12.96;0;6.1;22435
+78095;45.55092;5.4124;478;20220809;31.7;17.2;24.4;2.9;11.79;0;6.13;22115
+78095;45.55092;5.4124;478;20220810;33.4;17.9;25.6;2.1;11.32;0;5.86;23237
+78095;45.55092;5.4124;478;20220811;34.4;18;26.2;2;11.99;0;5.89;23732
+78095;45.55092;5.4124;478;20220812;33.4;17.7;25.6;2.3;12.26;0;6;23748
+78095;45.55092;5.4124;478;20220813;33.2;18.2;25.7;2.2;10.19;1.2;5.86;22242
+78095;45.55092;5.4124;478;20220814;22.9;18.6;20.7;2.3;17.86;22.9;2.59;10732
+78095;45.55092;5.4124;478;20220815;26.8;15.3;21;2.3;15.79;.1;4.3;20348
+78095;45.55092;5.4124;478;20220816;31.1;15.7;23.4;2.6;15.09;.2;5.38;22777
+78095;45.55092;5.4124;478;20220817;27.6;17.6;22.6;2.6;17.56;15;3.92;15602
+78095;45.55092;5.4124;478;20220818;22.3;13.8;18.1;2.8;16.32;7.8;2.97;14972
+78095;45.55092;5.4124;478;20220819;23.2;16.4;19.8;3.5;16.96;1.4;3.14;12944
+78095;45.55092;5.4124;478;20220820;25;17.2;21.1;2.5;17.06;.7;3.58;15685
+78095;45.55092;5.4124;478;20220821;25.5;14.7;20.1;2.6;13.69;0;4.21;18824
+78095;45.55092;5.4124;478;20220822;26.3;15.7;21;3;13.66;0;4.64;19888
+78095;45.55092;5.4124;478;20220823;28.2;16.6;22.4;3.1;14.26;0;4.99;20109
+78095;45.55092;5.4124;478;20220824;29.7;16.4;23;2;13.46;0;4.56;19358
+78095;45.55092;5.4124;478;20220825;31.6;17;24.3;2.1;15.02;2.7;4.9;20831
+78095;45.55092;5.4124;478;20220826;25.5;17.5;21.5;2.7;17.19;1.2;3.66;15890
+78095;45.55092;5.4124;478;20220827;25.3;15.9;20.6;2.6;16.76;0;3.53;15869
+78095;45.55092;5.4124;478;20220828;27.6;15.6;21.6;2.1;16.62;.1;3.86;18064
+78095;45.55092;5.4124;478;20220829;30.6;16.4;23.5;2.2;15.79;0;4.59;19601
+78095;45.55092;5.4124;478;20220830;26.8;19;22.9;2.3;17.86;6.8;3.24;12050
+78095;45.55092;5.4124;478;20220831;25.8;16.5;21.1;2.5;17.22;.5;3.56;16289
+78095;45.55092;5.4124;478;20220901;26.2;14.4;20.3;2.6;14.72;0;3.95;18138
+78095;45.55092;5.4124;478;20220902;26.4;15.4;20.9;2.4;14.76;8.7;3.8;16598
+78095;45.55092;5.4124;478;20220903;25.3;15.9;20.6;2.5;17.29;3.1;3.37;15883
+78095;45.55092;5.4124;478;20220904;27.5;14.7;21.1;2;17.46;.1;3.71;19004
+78095;45.55092;5.4124;478;20220905;28.7;17.8;23.3;2.8;18.32;.2;4.11;17525
+78095;45.55092;5.4124;478;20220906;28.1;18.6;23.4;2.5;18.69;3.5;3.64;14849
+78095;45.55092;5.4124;478;20220907;26.6;15.6;21.1;2.3;18.52;10.5;3.2;15091
+78095;45.55092;5.4124;478;20220908;23.7;14.3;19;1.8;15.66;.5;3.02;16315
+78095;45.55092;5.4124;478;20220909;23.1;12.6;17.8;2;13.09;.5;3.09;16037
+78095;45.55092;5.4124;478;20220910;21.5;12.5;17;1.7;12.76;0;2.69;14124
+78095;45.55092;5.4124;478;20220911;23.9;11.1;17.5;2.5;11.79;0;3.51;17295
+78095;45.55092;5.4124;478;20220912;28.3;12;20.2;2;13.79;0;3.81;18817
+78095;45.55092;5.4124;478;20220913;26.8;16.2;21.5;3.3;18.19;2.8;3.3;13558
+78095;45.55092;5.4124;478;20220914;25.1;19.1;22.1;2.9;19.26;17.8;2.91;11657
+78095;45.55092;5.4124;478;20220915;23.2;14.8;19;2;17.19;10;2.5;13107
+78095;45.55092;5.4124;478;20220916;20.1;15;17.6;2.8;14.56;0;2.4;10559
+78095;45.55092;5.4124;478;20220917;15.1;9.2;12.1;4.7;9.19;0;2.74;13594
+78095;45.55092;5.4124;478;20220918;18;6.1;12.1;2.3;8.09;0;2.72;15765
+78095;45.55092;5.4124;478;20220919;18.1;7;12.5;2.7;8.29;0;2.85;15159
+78095;45.55092;5.4124;478;20220920;18.4;7.1;12.7;2.9;8.09;0;2.98;14865
+78095;45.55092;5.4124;478;20220921;18.4;7.5;12.9;2.5;8.52;0;2.76;14558
+78095;45.55092;5.4124;478;20220922;20.9;6.4;13.6;1.9;9.32;0;2.67;15982
+78095;45.55092;5.4124;478;20220923;20.8;9;14.9;2.7;12.02;6.1;2.55;13607
+78095;45.55092;5.4124;478;20220924;18.9;12.6;15.7;1.7;14.42;7.8;1.72;9448
+78095;45.55092;5.4124;478;20220925;16.3;10.9;13.6;1.7;13.05;5.8;1.53;9107
+78095;45.55092;5.4124;478;20220926;16.8;9.3;13;1.9;11.32;5.3;1.83;10835
+78095;45.55092;5.4124;478;20220927;14.8;9.4;12.1;2.6;10.86;3.3;1.62;8916
+78095;45.55092;5.4124;478;20220928;16.9;9.6;13.3;3.1;12.46;20.9;1.63;8870
+78095;45.55092;5.4124;478;20220929;12.5;10.4;11.5;2;11.42;1.2;1.13;5424
+78095;45.55092;5.4124;478;20220930;12.7;6;9.3;1.9;9.52;0;1.32;8077
+78095;45.55092;5.4124;478;20221001;13.6;5.7;9.7;2;10.86;3.9;1.1;7782
+78095;45.55092;5.4124;478;20221002;22.6;11.3;16.9;2.1;14.12;.1;2.31;13078
+78095;45.55092;5.4124;478;20221003;18.2;12.7;15.5;2.5;13.69;0;1.8;9252
+78095;45.55092;5.4124;478;20221004;22.9;10.5;16.7;1.6;13.06;.1;2.22;13293
+78095;45.55092;5.4124;478;20221005;21.4;10.1;15.8;2.8;12.89;0;2.29;11441
+78095;45.55092;5.4124;478;20221006;21.1;11.4;16.3;2;13.72;0;1.93;10689
+78095;45.55092;5.4124;478;20221007;21.3;10.3;15.8;1.5;14.21;.7;1.78;10896
+78095;45.55092;5.4124;478;20221008;16.3;13.7;15;2.1;14.58;1.9;1.19;4937
+78095;45.55092;5.4124;478;20221009;18.3;9;13.6;2;12.58;.3;1.61;9489
+78095;45.55092;5.4124;478;20221010;21.8;11.8;16.8;2.4;14.35;0;2.09;10859
+78095;45.55092;5.4124;478;20221011;19.9;10.8;15.3;1.8;14.11;0;1.68;10613
+78095;45.55092;5.4124;478;20221012;19.3;12.1;15.7;1.4;14.38;.1;1.44;8416
+78095;45.55092;5.4124;478;20221013;18;8.7;13.3;1.5;13.65;2.9;1.24;8115
+78095;45.55092;5.4124;478;20221014;17.3;12.3;14.8;1.9;14.98;.5;1.12;5625
+78095;45.55092;5.4124;478;20221015;23.1;11.7;17.4;2.3;13.95;0;2.23;11342
+78095;45.55092;5.4124;478;20221016;23.4;12;17.7;3.2;14.55;0;2.39;10762
+78095;45.55092;5.4124;478;20221017;22.8;12.8;17.8;3.2;14.88;0;2.28;9722
+78095;45.55092;5.4124;478;20221018;23.7;12.1;17.9;2.4;14.51;0;2.16;10766
+78095;45.55092;5.4124;478;20221019;22;11.6;16.8;2.6;14.38;.2;1.95;9849
+78095;45.55092;5.4124;478;20221020;18.2;14;16.1;2.4;15.68;1.9;1.19;3913
+78095;45.55092;5.4124;478;20221021;17.8;14.8;16.3;3.3;15.76;24.1;1.23;3469
+78095;45.55092;5.4124;478;20221022;21.9;12.5;17.2;2.3;15.26;0;1.67;9460
+78095;45.55092;5.4124;478;20221023;20.4;13.2;16.8;3.3;15.12;4.9;1.66;5604
+78095;45.55092;5.4124;478;20221024;19.3;15.8;17.5;2.5;15.76;5.2;1.39;4142
+78095;45.55092;5.4124;478;20221025;18.1;10.9;14.5;2.3;13.72;.1;1.25;7537
+78095;45.55092;5.4124;478;20221026;23.2;13.2;18.2;2.2;14.89;0;1.81;9017
+78095;45.55092;5.4124;478;20221027;22.8;13.4;18.1;2.4;14.82;0;1.8;8387
+78095;45.55092;5.4124;478;20221028;22.8;13.9;18.4;2.2;13.62;0;1.94;8041
+78095;45.55092;5.4124;478;20221029;22.9;12.1;17.5;2.1;11.92;0;1.97;8266
+78095;45.55092;5.4124;478;20221030;22;13.3;17.6;2.5;11.89;0;2.2;8018
+78095;45.55092;5.4124;478;20221031;19.7;12.2;16;2.8;13.56;28.2;1.58;6930
+78095;45.55092;5.4124;478;20221101;18.5;13.1;15.8;2.4;14.39;1.8;1.23;5954
+78095;45.55092;5.4124;478;20221102;16.7;9.2;12.9;1.8;11.06;.1;1.18;7112
+78095;45.55092;5.4124;478;20221103;12.6;6.7;9.7;2.4;10.69;11.3;.76;4098
+78095;45.55092;5.4124;478;20221104;10;5.6;7.8;2.3;9.26;8.7;.7;3059
+78095;45.55092;5.4124;478;20221105;10.9;5.7;8.3;2.8;8.52;.2;.99;5513
+78095;45.55092;5.4124;478;20221106;14.9;2.5;8.7;1.9;7.66;.2;1.19;7884
+78095;45.55092;5.4124;478;20221107;17.2;5.7;11.5;2.1;9.02;0;1.27;8217
+78095;45.55092;5.4124;478;20221108;16.5;6.8;11.7;3;10.06;10.5;1.33;6168
+78095;45.55092;5.4124;478;20221109;12.8;11.1;11.9;2.1;12.89;22.4;.62;986
+78095;45.55092;5.4124;478;20221110;13.8;9;11.4;2.1;11.19;0;.86;4813
+78095;45.55092;5.4124;478;20221111;15.4;5.8;10.6;1.9;10.59;.1;.84;6998
+78095;45.55092;5.4124;478;20221112;13.7;7.4;10.6;2.4;10.56;0;.88;5125
+78095;45.55092;5.4124;478;20221113;13.4;5.9;9.6;1.9;10.22;.1;.77;4281
+78095;45.55092;5.4124;478;20221114;13.7;8.3;11;2.3;10.39;7.9;.88;4218
+78095;45.55092;5.4124;478;20221115;13.3;9.4;11.4;2.4;12.02;11.6;.69;3081
+78095;45.55092;5.4124;478;20221116;15.8;8.1;11.9;2.3;10.42;0;1.07;6188
+78095;45.55092;5.4124;478;20221117;15.8;7.9;11.8;3;10.56;2.4;1.17;4679
+78095;45.55092;5.4124;478;20221118;11.8;6.5;9.2;2;8.72;1.3;.85;4791
+78095;45.55092;5.4124;478;20221119;9.6;4.1;6.9;3;7.82;.3;.81;4293
+78095;45.55092;5.4124;478;20221120;10.2;3.4;6.8;1.9;7.42;.3;.74;5344
+78095;45.55092;5.4124;478;20221121;7.2;3.6;5.4;2.3;8.09;10.4;.53;2498
+78095;45.55092;5.4124;478;20221122;7.5;4;5.7;2;7.86;.2;.56;2710
+78095;45.55092;5.4124;478;20221123;8.1;.8;4.4;2.1;7.62;7.1;.46;3521
+78095;45.55092;5.4124;478;20221124;11.7;3.6;7.6;2.5;8.42;0;.7;5242
+78095;45.55092;5.4124;478;20221125;10.5;4.3;7.4;2.5;8.49;1.8;.74;3001
+78095;45.55092;5.4124;478;20221126;9.2;4.6;6.9;2.6;7.82;0;.75;4370
+78095;45.55092;5.4124;478;20221127;9.9;.3;5.1;2.5;7.19;.1;.67;4934
+78095;45.55092;5.4124;478;20221128;7.5;5.2;6.3;2.2;8.29;11.3;.64;1175
+78095;45.55092;5.4124;478;20221129;6.6;4.1;5.4;2.2;8.26;2.2;.45;1800
+78095;45.55092;5.4124;478;20221130;7.1;5.7;6.4;3.2;7.99;.2;.81;1217
+78095;45.55092;5.4124;478;20221201;5.7;4.3;5;2.6;7.02;0;.72;1517
+78095;45.55092;5.4124;478;20221202;4.2;2.5;3.4;1.5;6.89;1.5;.44;1582
+78095;45.55092;5.4124;478;20221203;4.4;1.3;2.8;1.7;6.92;4.3;.43;1855
+78095;45.55092;5.4124;478;20221204;5;2.3;3.7;1.8;7.26;11.5;.42;1753
+78095;45.55092;5.4124;478;20221205;7.2;1.3;4.2;1.6;6.62;0;.53;3681
+78095;45.55092;5.4124;478;20221206;4.5;-1.4;1.5;1.7;5.92;.1;.36;3915
+78095;45.55092;5.4124;478;20221207;2.1;-.3;.9;1.5;6.29;0;.32;1428
+78095;45.55092;5.4124;478;20221208;3.8;-.3;1.8;1.6;5.89;12.6;.39;3249
+78095;45.55092;5.4124;478;20221209;2.9;1.1;2;1.7;6.79;6.1;.32;1460
+78095;45.55092;5.4124;478;20221210;.5;-.2;.2;3.7;5.56;0;.47;852
+78095;45.55092;5.4124;478;20221211;.1;-3.3;-1.6;2.7;4.36;0;.48;2797
+78095;45.55092;5.4124;478;20221212;.8;-5.4;-2.3;1.1;4.39;2.2;.28;3635
+78095;45.55092;5.4124;478;20221213;2;-2.8;-.4;2.3;5.86;.2;.21;2560
+78095;45.55092;5.4124;478;20221214;7.9;1.6;4.8;2.1;8.19;3;.33;2761
+78095;45.55092;5.4124;478;20221215;6.1;4.2;5.2;2;8.59;21.5;.36;1304
+78095;45.55092;5.4124;478;20221216;1.3;1.1;1.2;3.3;6.49;0;.34;200
+78095;45.55092;5.4124;478;20221217;.7;-3.5;-1.4;2.5;4.86;0;.36;2980
+78095;45.55092;5.4124;478;20221218;8.4;-4.5;2;2.6;5.66;.1;.63;5307
+78095;45.55092;5.4124;478;20221219;12.3;4.1;8.2;3.4;8.42;.4;.86;3449
+78095;45.55092;5.4124;478;20221220;13.2;7.4;10.3;3.9;9.22;3.2;1.16;2292
+78095;45.55092;5.4124;478;20221221;12.8;8.6;10.7;2.1;10.32;2.3;.81;2605
+78095;45.55092;5.4124;478;20221222;12.4;6.5;9.4;2.8;10.02;8.3;.65;3007
+78095;45.55092;5.4124;478;20221223;12.5;8.8;10.6;3;11.76;5.2;.52;1862
+78095;45.55092;5.4124;478;20221224;14.3;10;12.2;2.3;12.19;.1;.64;3384
+78095;45.55092;5.4124;478;20221225;13.1;6.2;9.7;2.6;10.22;0;.71;3856
+78095;45.55092;5.4124;478;20221226;12;7.5;9.7;2.4;10.42;.9;.66;2495
+78095;45.55092;5.4124;478;20221227;10.8;5.9;8.4;2.2;8.79;0;.7;3440
+78095;45.55092;5.4124;478;20221228;8.5;1.1;4.8;2.3;7.52;.3;.47;3926
+78095;45.55092;5.4124;478;20221229;12.2;6.1;9.1;3.1;9.29;11.6;.83;3696
+78095;45.55092;5.4124;478;20221230;10.2;6.4;8.3;2.5;10.06;3.5;.52;1959
+78095;45.55092;5.4124;478;20221231;14.7;7.7;11.2;3.3;10.69;0;1;3888
+78096;45.56429;5.73169;280;20220101;14.7;1.7;8.2;1.3;7.67;0;.54;5199
+78096;45.56429;5.73169;280;20220102;8.5;.1;4.3;.9;7.7;0;.3;3909
+78096;45.56429;5.73169;280;20220103;11.4;3.2;7.3;1.5;8.4;.1;.47;4148
+78096;45.56429;5.73169;280;20220104;13.1;5.9;9.5;2.5;9.17;14.8;.89;3558
+78096;45.56429;5.73169;280;20220105;4.8;3.2;4;3.7;5.87;.8;.94;1206
+78096;45.56429;5.73169;280;20220106;6.2;1.3;3.8;2.3;5.07;.1;.85;3611
+78096;45.56429;5.73169;280;20220107;2.7;-2.2;.3;1.5;5.34;6.4;.37;2679
+78096;45.56429;5.73169;280;20220108;4.3;.2;2.3;2.3;6.87;11.4;.31;2707
+78096;45.56429;5.73169;280;20220109;5.2;2.5;3.8;1.8;7.04;6.7;.47;1535
+78096;45.56429;5.73169;280;20220110;7;1.2;4.1;2.3;6.34;0;.62;3184
+78096;45.56429;5.73169;280;20220111;2.7;1.4;2.1;2.3;5.5;0;.66;1292
+78096;45.56429;5.73169;280;20220112;3.8;.2;2;2;4.9;0;.68;3012
+78096;45.56429;5.73169;280;20220113;3.1;-4.3;-.6;1.3;4.64;0;.36;4904
+78096;45.56429;5.73169;280;20220114;6.7;-3.9;1.4;1.4;4.97;0;.46;5581
+78096;45.56429;5.73169;280;20220115;7.3;-3.4;1.9;1.1;5.24;0;.41;5527
+78096;45.56429;5.73169;280;20220116;3.4;-4;-.3;1;5.14;0;.31;3652
+78096;45.56429;5.73169;280;20220117;2.1;-2.8;-.3;1.2;5.37;0;.32;3120
+78096;45.56429;5.73169;280;20220118;5.8;-.9;2.4;1.7;5.8;0;.52;4415
+78096;45.56429;5.73169;280;20220119;5.6;-2.7;1.4;1.3;5.7;0;.4;4462
+78096;45.56429;5.73169;280;20220120;6.9;1.7;4.3;2.5;5.97;0;.79;4482
+78096;45.56429;5.73169;280;20220121;5.9;2.1;4;4.4;4.17;0;1.59;3276
+78096;45.56429;5.73169;280;20220122;5.9;-3.4;1.2;2;4.57;0;.68;5549
+78096;45.56429;5.73169;280;20220123;5.9;-3.4;1.3;1.8;5.27;0;.55;5598
+78096;45.56429;5.73169;280;20220124;6.8;-2.1;2.4;1.6;5.26;0;.65;6275
+78096;45.56429;5.73169;280;20220125;7.7;-4.1;1.8;.8;5.16;0;.46;5912
+78096;45.56429;5.73169;280;20220126;5.5;-3.9;.8;1.6;5.17;0;.48;4819
+78096;45.56429;5.73169;280;20220127;.7;-2;-.6;1.8;5.04;0;.44;2335
+78096;45.56429;5.73169;280;20220128;3.4;-2.9;.3;1.6;5.24;0;.45;5181
+78096;45.56429;5.73169;280;20220129;2.6;-.6;1;1.4;5.5;0;.48;2507
+78096;45.56429;5.73169;280;20220130;6.5;-1.1;2.7;1.2;6.2;0;.5;5787
+78096;45.56429;5.73169;280;20220131;6.6;0;3.3;1.6;6.84;.6;.5;3648
+78096;45.56429;5.73169;280;20220201;7.5;1.8;4.7;2.9;5.77;3.1;1.04;5303
+78096;45.56429;5.73169;280;20220202;10.2;2.4;6.3;1.6;8.04;.2;.65;6483
+78096;45.56429;5.73169;280;20220203;10.3;.6;5.5;1.6;7.67;0;.63;6104
+78096;45.56429;5.73169;280;20220204;9.2;2.3;5.7;1.4;7.57;.3;.64;5067
+78096;45.56429;5.73169;280;20220205;8.7;4.7;6.7;1.9;7.3;.1;.83;4781
+78096;45.56429;5.73169;280;20220206;8.8;-2.5;3.2;1.7;6.34;11;.69;7020
+78096;45.56429;5.73169;280;20220207;10.2;4.4;7.3;2.6;6.74;.4;1.19;5144
+78096;45.56429;5.73169;280;20220208;10.1;-2.3;3.9;1;5.1;0;.79;8684
+78096;45.56429;5.73169;280;20220209;12.6;-1.6;5.5;1;6.1;0;.86;9399
+78096;45.56429;5.73169;280;20220210;7.7;-.6;3.6;2.1;6.29;1.8;1.04;10400
+78096;45.56429;5.73169;280;20220211;10.1;2.4;6.3;3.7;6.79;1.2;1.39;7300
+78096;45.56429;5.73169;280;20220212;9.9;-3;3.5;1.8;5.59;0;1.01;10100
+78096;45.56429;5.73169;280;20220213;14.4;-1.3;6.5;3.6;5.39;0;1.95;10400
+78096;45.56429;5.73169;280;20220214;9.9;7.1;8.5;3.6;8.2;12.7;1.18;1797
+78096;45.56429;5.73169;280;20220215;8.3;3.3;5.8;1.9;7.49;3.5;.82;4700
+78096;45.56429;5.73169;280;20220216;6.5;1.7;4.1;2.8;8.1;13;.42;3808
+78096;45.56429;5.73169;280;20220217;14.9;6;10.4;1.9;10.57;2.1;.97;6984
+78096;45.56429;5.73169;280;20220218;18.7;4.5;11.6;2.7;9;2;1.87;9704
+78096;45.56429;5.73169;280;20220219;10.8;6.4;8.6;2.4;6.44;0;1.51;7002
+78096;45.56429;5.73169;280;20220220;12.6;.7;6.6;1.4;6.5;1.5;1.14;9095
+78096;45.56429;5.73169;280;20220221;8.7;5.3;7;2.8;7.87;13.7;.95;3227
+78096;45.56429;5.73169;280;20220222;12.2;4.7;8.4;1.9;7.9;.1;1.24;9452
+78096;45.56429;5.73169;280;20220223;14.7;2.6;8.6;1.3;7.54;0;1.29;10504
+78096;45.56429;5.73169;280;20220224;15.1;1.6;8.4;2.1;7.9;.5;1.43;10121
+78096;45.56429;5.73169;280;20220225;10.4;4.8;7.6;3.8;5.6;0;1.99;8955
+78096;45.56429;5.73169;280;20220226;10.9;2;6.5;3.4;5.17;0;1.89;10118
+78096;45.56429;5.73169;280;20220227;11.1;.5;5.8;3;4.84;0;1.84;10930
+78096;45.56429;5.73169;280;20220228;12.9;-.6;6.1;2;4.9;0;1.71;11957
+78096;45.56429;5.73169;280;20220301;12.7;-.3;6.2;1.3;5.3;0;1.42;11937
+78096;45.56429;5.73169;280;20220302;12.1;-.8;5.6;1.1;6.37;0;1.22;11391
+78096;45.56429;5.73169;280;20220303;15.4;2.7;9.1;1;7.47;0;1.41;12073
+78096;45.56429;5.73169;280;20220304;14.3;.7;7.5;2;6.07;0;1.79;12459
+78096;45.56429;5.73169;280;20220305;11.8;-.1;5.8;1.9;3.87;0;1.87;12373
+78096;45.56429;5.73169;280;20220306;10;-3.1;3.4;1.6;4.1;0;1.5;12691
+78096;45.56429;5.73169;280;20220307;11.6;-2.3;4.6;2.2;4.54;0;1.77;13379
+78096;45.56429;5.73169;280;20220308;13.4;-.8;6.3;1.7;5.37;0;1.77;13471
+78096;45.56429;5.73169;280;20220309;14.2;-.1;7.1;1.4;6.44;0;1.64;13559
+78096;45.56429;5.73169;280;20220310;14.8;-.3;7.3;1.1;7;0;1.57;13901
+78096;45.56429;5.73169;280;20220311;15.4;5.4;10.4;1.4;7.67;0;1.69;10453
+78096;45.56429;5.73169;280;20220312;14.2;7.2;10.7;1.3;7.1;0;1.64;8466
+78096;45.56429;5.73169;280;20220313;12.3;5.6;8.9;1.7;8.2;12.3;1.37;7937
+78096;45.56429;5.73169;280;20220314;14.4;3.5;8.9;1.7;8.97;2.4;1.56;11941
+78096;45.56429;5.73169;280;20220315;16.4;8.5;12.4;1.5;10.14;.1;1.68;10074
+78096;45.56429;5.73169;280;20220316;16.4;4.6;10.5;1;9.5;0;1.6;11958
+78096;45.56429;5.73169;280;20220317;16;7;11.5;2;10.57;0;1.64;10322
+78096;45.56429;5.73169;280;20220318;11.2;8.8;10;5.3;9.49;.1;1.66;3500
+78096;45.56429;5.73169;280;20220319;15.7;5.1;10.4;3.3;7.69;0;2.71;15100
+78096;45.56429;5.73169;280;20220320;15.2;2.7;9;1;7.89;0;1.51;10500
+78096;45.56429;5.73169;280;20220321;17.2;2.8;10;1.3;7.09;0;2.15;17000
+78096;45.56429;5.73169;280;20220322;16.6;.8;8.7;1.1;6.79;0;2.05;17700
+78096;45.56429;5.73169;280;20220323;17.3;-.1;8.6;1;6.49;0;2.16;18300
+78096;45.56429;5.73169;280;20220324;19.4;-.1;9.7;1.1;6.89;0;2.34;18500
+78096;45.56429;5.73169;280;20220325;20.1;1.1;10.6;1.4;6.89;0;2.61;18200
+78096;45.56429;5.73169;280;20220326;20.9;.5;10.7;1.8;6.79;0;2.93;18700
+78096;45.56429;5.73169;280;20220327;20.6;.7;10.7;1;6.09;0;2.31;15400
+78096;45.56429;5.73169;280;20220328;21.3;.9;11.1;1.2;6.89;0;2.58;18300
+78096;45.56429;5.73169;280;20220329;20.1;5.9;13;2;7.59;.8;2.74;13400
+78096;45.56429;5.73169;280;20220330;14.6;8.7;11.6;1.6;10.19;3.4;1.68;9700
+78096;45.56429;5.73169;280;20220331;11.4;7.7;9.5;1.1;9.89;7.6;1.04;4600
+78096;45.56429;5.73169;280;20220401;5.7;3.5;4.6;5.4;6.26;11.2;1.41;4596
+78096;45.56429;5.73169;280;20220402;5.9;1.8;3.9;6;5.18;1.4;1.81;10490
+78096;45.56429;5.73169;280;20220403;8.7;1.9;5.3;5;5.29;.2;2.65;20200
+78096;45.56429;5.73169;280;20220404;10.6;1.1;5.9;2.8;5.69;0;2.39;17000
+78096;45.56429;5.73169;280;20220405;16.3;-1.9;7.2;1.1;6.69;0;2.53;21700
+78096;45.56429;5.73169;280;20220406;16.5;1.7;9.1;1.4;9.09;3;2.39;19600
+78096;45.56429;5.73169;280;20220407;11.8;9.1;10.4;5.1;11.19;18.4;1.11;4400
+78096;45.56429;5.73169;280;20220408;14;9.2;11.6;5.9;10.39;5;1.95;4000
+78096;45.56429;5.73169;280;20220409;8.9;5;7;2.6;6.49;2.3;2.05;11700
+78096;45.56429;5.73169;280;20220410;15.6;-1.6;7;1.4;6.49;.2;2.67;22900
+78096;45.56429;5.73169;280;20220411;19.5;.3;9.9;1.7;7.29;0;2.88;20100
+78096;45.56429;5.73169;280;20220412;19.1;6.1;12.6;.9;9.09;.1;2.35;15400
+78096;45.56429;5.73169;280;20220413;21.7;8.3;15;1.8;10.39;0;3.27;19300
+78096;45.56429;5.73169;280;20220414;23.1;5;14.1;1.3;11.39;0;3.34;22200
+78096;45.56429;5.73169;280;20220415;24.5;7.3;15.9;2.1;12.69;0;3.61;20500
+78096;45.56429;5.73169;280;20220416;22.3;9.9;16.1;6;9.99;0;5.32;23800
+78096;45.56429;5.73169;280;20220417;18.5;5.6;12;4.7;7.69;0;4.33;23900
+78096;45.56429;5.73169;280;20220418;20.4;2.6;11.5;1.6;7.59;0;3.53;24100
+78096;45.56429;5.73169;280;20220419;21.5;4.2;12.8;1.6;8.19;0;3.65;23800
+78096;45.56429;5.73169;280;20220420;21;3.5;12.2;1.6;9.29;0;3.19;20100
+78096;45.56429;5.73169;280;20220421;20.2;10;15.1;2.5;9.79;0;3.84;20600
+78096;45.56429;5.73169;280;20220422;20.8;4.9;12.8;1.8;9.89;.2;3.04;18500
+78096;45.56429;5.73169;280;20220423;17.7;10.7;14.2;2.1;11.39;13.1;1.91;7700
+78096;45.56429;5.73169;280;20220424;16.6;7.6;12.1;1.7;10.49;16.5;2.12;11600
+78096;45.56429;5.73169;280;20220425;15.7;10.3;13;1.3;11.99;.7;1.76;9600
+78096;45.56429;5.73169;280;20220426;18.9;8.1;13.5;1.2;10.79;0;3;19700
+78096;45.56429;5.73169;280;20220427;21;3.5;12.2;2.6;9.69;0;3.94;25600
+78096;45.56429;5.73169;280;20220428;22.6;4.9;13.7;2.3;9.79;0;4.19;26000
+78096;45.56429;5.73169;280;20220429;22.7;5.5;14.1;2.6;9.79;.1;4.02;22200
+78096;45.56429;5.73169;280;20220430;20.9;8.2;14.6;2.5;11.09;1;3.88;22500
+78096;45.56429;5.73169;280;20220501;20.1;4.5;12.3;2.6;10.09;0;3.76;24800
+78096;45.56429;5.73169;280;20220502;21.6;4.8;13.2;1.6;10.49;.6;3.82;25600
+78096;45.56429;5.73169;280;20220503;20.9;8.5;14.7;2.2;12.09;1.4;2.9;16200
+78096;45.56429;5.73169;280;20220504;22.1;9.3;15.7;1.9;12.69;10.7;3.39;19900
+78096;45.56429;5.73169;280;20220505;15.7;11.5;13.6;1.5;12.29;10.7;1.55;6900
+78096;45.56429;5.73169;280;20220506;17.2;10.4;13.8;2.3;11.64;0;2.4;12143
+78096;45.56429;5.73169;280;20220507;21.1;12.4;16.8;2.8;11.67;.1;3.74;18436
+78096;45.56429;5.73169;280;20220508;21.8;10.5;16.2;1.8;11.97;1.1;3.65;21417
+78096;45.56429;5.73169;280;20220509;24.4;10.5;17.5;1.3;13.14;.2;3.86;22608
+78096;45.56429;5.73169;280;20220510;26;10.9;18.4;1.1;13.54;.1;4.17;24239
+78096;45.56429;5.73169;280;20220511;27.9;11.5;19.7;1.8;12.94;0;4.81;24865
+78096;45.56429;5.73169;280;20220512;27.2;11.2;19.2;1.3;12.67;0;4.41;23857
+78096;45.56429;5.73169;280;20220513;25.5;12.6;19.1;1;13.44;.3;3.96;22055
+78096;45.56429;5.73169;280;20220514;27;12.6;19.8;1.1;15.27;0;4.34;24355
+78096;45.56429;5.73169;280;20220515;28.7;12.8;20.7;1.4;14.97;1.6;4.7;25015
+78096;45.56429;5.73169;280;20220516;27;14.1;20.6;1.4;13.94;.3;4.29;22195
+78096;45.56429;5.73169;280;20220517;29.8;12.5;21.1;1.4;15.07;.1;5.08;26464
+78096;45.56429;5.73169;280;20220518;30.8;13.3;22.1;1.8;16.13;0;5.39;26469
+78096;45.56429;5.73169;280;20220519;29.5;17.3;23.4;3.3;17.07;.7;5.49;22257
+78096;45.56429;5.73169;280;20220520;30.7;15;22.9;2;14.54;0;5.35;24495
+78096;45.56429;5.73169;280;20220521;30.7;14.8;22.8;1.2;14.94;0;5.01;25500
+78096;45.56429;5.73169;280;20220522;31;16.7;23.9;1.3;17.27;1.1;4.68;22375
+78096;45.56429;5.73169;280;20220523;26.9;19.2;23.1;1.9;17.37;5.9;4.09;17521
+78096;45.56429;5.73169;280;20220524;21;14.6;17.8;1.4;13.47;.2;3.13;15961
+78096;45.56429;5.73169;280;20220525;23.2;12.6;17.9;2.9;10.9;0;4.75;22897
+78096;45.56429;5.73169;280;20220526;25.3;11.7;18.5;2;11.84;0;4.67;23910
+78096;45.56429;5.73169;280;20220527;26.8;11.6;19.2;1.9;13.4;0;4.91;25878
+78096;45.56429;5.73169;280;20220528;25;13;19;3.1;11.9;0;5.17;24549
+78096;45.56429;5.73169;280;20220529;22.4;10.4;16.4;2.6;8.57;0;4.94;25239
+78096;45.56429;5.73169;280;20220530;23.8;9.2;16.5;1.4;9.34;.4;4.39;24718
+78096;45.56429;5.73169;280;20220531;19.1;11.9;15.5;1.2;13.14;6.3;2.61;14186
+78096;45.56429;5.73169;280;20220601;24.8;12.7;18.7;1.6;16.04;6.2;3.72;19800
+78096;45.56429;5.73169;280;20220602;25.5;15.8;20.7;2.1;17.17;.8;3.67;17246
+78096;45.56429;5.73169;280;20220603;29.2;15.8;22.5;1.5;17.04;0;4.6;22001
+78096;45.56429;5.73169;280;20220604;31.8;17.2;24.5;1.2;18.87;.2;5.26;25734
+78096;45.56429;5.73169;280;20220605;27.1;20.4;23.8;1.6;18.37;7.2;3.93;16958
+78096;45.56429;5.73169;280;20220606;27.5;14.1;20.8;1.3;16.14;5.6;4.53;23851
+78096;45.56429;5.73169;280;20220607;25.8;16.1;20.9;1.7;14.6;0;4.58;22881
+78096;45.56429;5.73169;280;20220608;22;11.9;17;1.4;13.17;16.1;3.38;18241
+78096;45.56429;5.73169;280;20220609;19.7;13.9;16.8;1.7;14;3.1;2.92;15224
+78096;45.56429;5.73169;280;20220610;25.8;10.3;18;1.8;11.5;.2;4.99;27171
+78096;45.56429;5.73169;280;20220611;29.5;11.7;20.6;1.4;13.5;0;5.38;28336
+78096;45.56429;5.73169;280;20220612;31.8;14.1;23;1.5;15.24;.5;5.59;27215
+78096;45.56429;5.73169;280;20220613;28.2;15.8;22;1.7;16;0;4.91;24066
+78096;45.56429;5.73169;280;20220614;31.7;12.6;22.2;1.2;13.84;0;5.63;29402
+78096;45.56429;5.73169;280;20220615;32.1;16.3;24.2;1.3;16.37;.1;5.26;24604
+78096;45.56429;5.73169;280;20220616;34;18.6;26.3;1.5;17;0;6;27050
+78096;45.56429;5.73169;280;20220617;34.3;17.5;25.9;1.4;15.5;0;6.02;27681
+78096;45.56429;5.73169;280;20220618;35.9;18;26.9;1.8;15.77;0;6.57;28115
+78096;45.56429;5.73169;280;20220619;35.7;19.7;27.7;2;17.2;0;6.55;26803
+78096;45.56429;5.73169;280;20220620;33.9;17.9;25.9;1.6;14.2;0;6.16;27413
+78096;45.56429;5.73169;280;20220621;32.3;16.9;24.6;1.7;15.84;1.4;5.49;24076
+78096;45.56429;5.73169;280;20220622;28.8;19.1;23.9;1.7;19.94;15.7;4.35;19775
+78096;45.56429;5.73169;280;20220623;28.8;17.7;23.3;1.5;19.77;7.7;4.6;22482
+78096;45.56429;5.73169;280;20220624;24;18.2;21.1;1.6;17.94;13;3.19;14705
+78096;45.56429;5.73169;280;20220625;29.3;13.9;21.6;1.6;16;2.3;5.31;27138
+78096;45.56429;5.73169;280;20220626;27.8;16.2;22;1.7;18.74;2.5;4.58;23213
+78096;45.56429;5.73169;280;20220627;23.7;18.7;21.2;2.4;17.77;1.1;3.33;13970
+78096;45.56429;5.73169;280;20220628;24.5;16.8;20.6;2.1;17.2;0;3.92;18858
+78096;45.56429;5.73169;280;20220629;28.8;18;23.4;1.3;18.27;.1;4.84;24079
+78096;45.56429;5.73169;280;20220630;30.1;16;23.1;1.9;16.97;7.7;5.12;23466
+78096;45.56429;5.73169;280;20220701;24;13.9;18.9;1.9;14.07;.3;4.36;23159
+78096;45.56429;5.73169;280;20220702;29;12;20.5;1.2;14.47;0;5.2;28464
+78096;45.56429;5.73169;280;20220703;32.2;16.2;24.2;1.3;16.8;.1;5.43;26183
+78096;45.56429;5.73169;280;20220704;29.5;19.6;24.6;1.7;19.3;1.3;4.7;21456
+78096;45.56429;5.73169;280;20220705;28.8;16.2;22.5;2;16.14;0;5.24;25257
+78096;45.56429;5.73169;280;20220706;28.5;14.5;21.5;2;13.7;0;5.4;26091
+78096;45.56429;5.73169;280;20220707;28.1;15.2;21.6;3.4;13.8;0;5.95;26213
+78096;45.56429;5.73169;280;20220708;28.5;16.3;22.4;3.3;13.3;.1;6.14;26259
+78096;45.56429;5.73169;280;20220709;29.8;15.3;22.5;2.1;13.67;0;5.65;26224
+78096;45.56429;5.73169;280;20220710;30;15.1;22.5;2.2;14.94;0;5.67;26237
+78096;45.56429;5.73169;280;20220711;30.8;17.4;24.1;2.8;13.87;.1;6.29;26480
+78096;45.56429;5.73169;280;20220712;32.4;17;24.7;2;13.87;0;6.01;26516
+78096;45.56429;5.73169;280;20220713;34;15.8;24.9;1.2;12.97;0;5.71;27795
+78096;45.56429;5.73169;280;20220714;36.6;17.9;27.2;1.2;15.34;0;6.06;28180
+78096;45.56429;5.73169;280;20220715;33.7;18.6;26.1;1.6;14.37;0;5.75;25202
+78096;45.56429;5.73169;280;20220716;33.1;15.5;24.3;1.9;13.6;0;6.09;27258
+78096;45.56429;5.73169;280;20220717;34.3;17.7;26;2.3;13.2;0;6.76;28248
+78096;45.56429;5.73169;280;20220718;37.6;17.8;27.7;1.6;13.64;0;6.55;28139
+78096;45.56429;5.73169;280;20220719;38.2;19.4;28.8;1.7;16.2;0;6.62;27056
+78096;45.56429;5.73169;280;20220720;36.5;22.4;29.5;2.2;18.74;0;6.3;23648
+78096;45.56429;5.73169;280;20220721;33.3;20.6;26.9;2.2;15.84;0;6.03;24264
+78096;45.56429;5.73169;280;20220722;37;17.6;27.3;1.5;15.5;1.1;6.21;27099
+78096;45.56429;5.73169;280;20220723;31.2;21;26.1;2;18.54;0;5.1;21296
+78096;45.56429;5.73169;280;20220724;35.6;17.4;26.5;1.3;16.44;0;5.81;27128
+78096;45.56429;5.73169;280;20220725;35.3;18.6;27;1.9;16.04;.5;5.68;22578
+78096;45.56429;5.73169;280;20220726;29.8;21.3;25.6;3.1;15.47;0;5.71;20647
+78096;45.56429;5.73169;280;20220727;30.4;16.9;23.7;2.5;13.04;0;5.9;24872
+78096;45.56429;5.73169;280;20220728;31.4;15.1;23.2;1.2;13.64;0;4.79;23062
+78096;45.56429;5.73169;280;20220729;25.9;18;22;1.2;16.07;6.7;3.29;15061
+78096;45.56429;5.73169;280;20220730;31.2;15.3;23.3;1.9;14.24;0;5.38;24992
+78096;45.56429;5.73169;280;20220731;33.5;16.4;24.9;1.5;13.24;0;5.51;25250
+78096;45.56429;5.73169;280;20220801;34.8;17.3;26.1;1.4;14.24;0;5.54;25309
+78096;45.56429;5.73169;280;20220802;34.1;17.1;25.6;1.4;14.97;0;5.45;25177
+78096;45.56429;5.73169;280;20220803;36.5;17.7;27.1;1.2;14.8;0;5.59;26225
+78096;45.56429;5.73169;280;20220804;38.7;20.2;29.5;1.7;15.5;0;6.32;25635
+78096;45.56429;5.73169;280;20220805;36.9;20.4;28.6;2;16.27;.1;6.17;23920
+78096;45.56429;5.73169;280;20220806;32.1;18.1;25.1;2.2;17.84;0;5.25;22633
+78096;45.56429;5.73169;280;20220807;30.7;19;24.8;2.9;16.4;0;5.27;20117
+78096;45.56429;5.73169;280;20220808;33.1;18.6;25.8;2.6;14.74;0;5.98;24055
+78096;45.56429;5.73169;280;20220809;33.8;17.5;25.6;2.2;13.34;0;5.77;23803
+78096;45.56429;5.73169;280;20220810;35.4;18.7;27;2.1;12.54;0;6.02;24240
+78096;45.56429;5.73169;280;20220811;36;19;27.5;1.4;13;0;5.34;22912
+78096;45.56429;5.73169;280;20220812;35.2;17.8;26.5;1.7;12.47;0;5.58;24037
+78096;45.56429;5.73169;280;20220813;34.7;18.2;26.5;2.1;10.17;0;5.95;23487
+78096;45.56429;5.73169;280;20220814;24;17.3;20.6;1.4;15.77;24.3;2.55;10279
+78096;45.56429;5.73169;280;20220815;28.5;16.3;22.4;1.4;17.07;.2;3.87;18795
+78096;45.56429;5.73169;280;20220816;32.6;14.5;23.6;1.7;15.47;.2;5.05;23457
+78096;45.56429;5.73169;280;20220817;29.4;18.8;24.1;2.1;18.54;8.1;4.02;16560
+78096;45.56429;5.73169;280;20220818;24.5;15.7;20.1;2;17.67;8.8;3.1;15367
+78096;45.56429;5.73169;280;20220819;23.3;17.4;20.4;1.4;18.94;1.2;2.45;11964
+78096;45.56429;5.73169;280;20220820;26.7;17.3;22;1.6;18.4;1.9;3.49;17118
+78096;45.56429;5.73169;280;20220821;28.1;15;21.6;1.8;15.6;0;4.12;20218
+78096;45.56429;5.73169;280;20220822;29.2;14.1;21.6;1.7;14.3;0;4.3;21139
+78096;45.56429;5.73169;280;20220823;30.9;14.7;22.8;1.3;14.64;0;4.35;22064
+78096;45.56429;5.73169;280;20220824;31.5;15.4;23.5;1.3;14.07;0;4.33;20811
+78096;45.56429;5.73169;280;20220825;33;15.8;24.4;1.7;15.67;1.6;4.82;21821
+78096;45.56429;5.73169;280;20220826;27.6;19.5;23.5;1.3;17.8;1.9;3.16;13804
+78096;45.56429;5.73169;280;20220827;27;15.6;21.3;1.5;17.64;.1;3.55;18717
+78096;45.56429;5.73169;280;20220828;29.8;15.9;22.9;1.1;17.4;.1;3.79;19691
+78096;45.56429;5.73169;280;20220829;31.4;16.2;23.8;1.3;16.27;0;4.1;20353
+78096;45.56429;5.73169;280;20220830;28.4;18.7;23.5;1.6;18.14;8.7;3.22;13808
+78096;45.56429;5.73169;280;20220831;27.8;18;22.9;1.6;18.64;.7;3.5;17110
+78096;45.56429;5.73169;280;20220901;27.9;15.6;21.7;2;15.47;0;3.9;18977
+78096;45.56429;5.73169;280;20220902;27.1;16.5;21.8;1.8;15.74;15.6;3.41;15058
+78096;45.56429;5.73169;280;20220903;26.4;16.6;21.5;2.3;17.6;8.8;3.31;15449
+78096;45.56429;5.73169;280;20220904;28.5;15.2;21.9;1.8;16.97;.1;3.79;19022
+78096;45.56429;5.73169;280;20220905;30.5;17.5;24;1.1;18.7;.6;3.62;18080
+78096;45.56429;5.73169;280;20220906;29;18.4;23.7;1.2;19.5;6;3.21;15689
+78096;45.56429;5.73169;280;20220907;28.2;17.4;22.8;1.2;19.14;17.8;3.04;15195
+78096;45.56429;5.73169;280;20220908;25.9;16.7;21.3;1.6;16.74;.5;3.18;16403
+78096;45.56429;5.73169;280;20220909;24.7;14.1;19.4;1.7;14.4;.8;3.09;16466
+78096;45.56429;5.73169;280;20220910;23.3;14.7;19;1.2;13.74;0;2.63;13910
+78096;45.56429;5.73169;280;20220911;25.3;10.5;17.9;1.1;12.3;0;3;18174
+78096;45.56429;5.73169;280;20220912;28.1;12;20;1.4;13.67;0;3.46;18670
+78096;45.56429;5.73169;280;20220913;28.9;15;22;1.3;17.4;2;3.05;15335
+78096;45.56429;5.73169;280;20220914;27;19.7;23.3;1.8;20.24;17.7;2.74;11794
+78096;45.56429;5.73169;280;20220915;25.2;16.3;20.7;1.6;17.84;10.2;2.55;12779
+78096;45.56429;5.73169;280;20220916;21.6;16.2;18.9;1.8;15.57;0;2.26;10806
+78096;45.56429;5.73169;280;20220917;17.2;11.4;14.3;3.5;9.17;0;2.88;12667
+78096;45.56429;5.73169;280;20220918;19.9;5.8;12.9;1.6;8.94;0;2.54;16568
+78096;45.56429;5.73169;280;20220919;20.1;5.4;12.7;1.7;9.37;0;2.48;16444
+78096;45.56429;5.73169;280;20220920;20;6.6;13.3;2.1;9.7;0;2.59;16295
+78096;45.56429;5.73169;280;20220921;19.8;8.7;14.3;2.1;9.8;0;2.56;15271
+78096;45.56429;5.73169;280;20220922;21.5;6.9;14.2;1.3;10.1;0;2.42;16063
+78096;45.56429;5.73169;280;20220923;22.6;7.5;15.1;1.5;11.57;9;2.38;14516
+78096;45.56429;5.73169;280;20220924;20.6;14.2;17.4;1.5;15.34;10.4;1.81;9476
+78096;45.56429;5.73169;280;20220925;16.3;12.2;14.2;1;13.7;5.5;1.22;6666
+78096;45.56429;5.73169;280;20220926;17.9;10.3;14.1;1.1;12.14;7.5;1.63;10464
+78096;45.56429;5.73169;280;20220927;15.4;10.7;13;1.9;11.8;8.4;1.47;8001
+78096;45.56429;5.73169;280;20220928;16.9;10.2;13.6;2.8;12.94;23.8;1.53;7985
+78096;45.56429;5.73169;280;20220929;13.8;11.6;12.7;1.8;12.1;1.5;1.14;5098
+78096;45.56429;5.73169;280;20220930;13.2;6.4;9.8;1.2;10.44;.1;1.14;8025
+78096;45.56429;5.73169;280;20221001;12.6;7;9.8;1.8;11.64;4.1;.88;6548
+78096;45.56429;5.73169;280;20221002;23.7;12.1;17.9;1.6;15.07;.1;2.08;11763
+78096;45.56429;5.73169;280;20221003;20.7;10.5;15.6;1.6;13.8;0;1.84;11888
+78096;45.56429;5.73169;280;20221004;23;10.8;16.9;1.2;13.5;0;2.02;13162
+78096;45.56429;5.73169;280;20221005;21.9;9.1;15.5;1.2;13.67;0;1.84;12720
+78096;45.56429;5.73169;280;20221006;22.3;11.5;16.9;1.4;14.77;.1;1.86;11873
+78096;45.56429;5.73169;280;20221007;22;11.1;16.6;.8;14.84;.6;1.67;11929
+78096;45.56429;5.73169;280;20221008;18;14.6;16.3;1.4;15.7;2.4;1.11;5254
+78096;45.56429;5.73169;280;20221009;18.4;12;15.2;1.4;13.84;1.1;1.41;8308
+78096;45.56429;5.73169;280;20221010;21.9;13.1;17.5;.9;15.14;.1;1.55;9872
+78096;45.56429;5.73169;280;20221011;21.8;10.8;16.3;1.2;14.17;0;1.62;10851
+78096;45.56429;5.73169;280;20221012;21.3;12.3;16.8;1;14.44;.1;1.47;9221
+78096;45.56429;5.73169;280;20221013;19.1;10.3;14.7;1.2;13.87;2.9;1.27;8196
+78096;45.56429;5.73169;280;20221014;18.9;13.5;16.2;1.2;15.7;.4;1.1;5882
+78096;45.56429;5.73169;280;20221015;23.3;12.7;18;1.5;14.84;0;1.79;10529
+78096;45.56429;5.73169;280;20221016;24.5;11.2;17.9;1.4;14.1;0;1.88;11335
+78096;45.56429;5.73169;280;20221017;23.7;12;17.8;1;15.3;.1;1.52;9740
+78096;45.56429;5.73169;280;20221018;23.6;12.3;17.9;.9;14.84;.1;1.5;10086
+78096;45.56429;5.73169;280;20221019;23;10.4;16.7;1.3;13.9;.2;1.55;9710
+78096;45.56429;5.73169;280;20221020;18.1;12.4;15.3;1.4;15.07;2.2;.93;4546
+78096;45.56429;5.73169;280;20221021;17.7;14.9;16.3;1.8;16.2;41.4;.88;2603
+78096;45.56429;5.73169;280;20221022;21.9;13.5;17.7;2.1;15;.1;1.65;8557
+78096;45.56429;5.73169;280;20221023;20.8;10.7;15.8;1.3;14.67;4.5;1.14;6102
+78096;45.56429;5.73169;280;20221024;19.9;15.8;17.9;1.7;16.5;14.2;1.07;3885
+78096;45.56429;5.73169;280;20221025;18.8;9.8;14.3;1.6;13.7;0;1.11;7748
+78096;45.56429;5.73169;280;20221026;22.7;12.2;17.5;1;14.8;0;1.29;9056
+78096;45.56429;5.73169;280;20221027;22.6;10.5;16.6;1.1;14.34;0;1.28;8846
+78096;45.56429;5.73169;280;20221028;22;11.1;16.5;1;14.84;0;1.12;7934
+78096;45.56429;5.73169;280;20221029;21;10.5;15.8;.8;13.74;0;1.05;7993
+78096;45.56429;5.73169;280;20221030;21.4;9.7;15.5;.9;13.37;0;1.08;8598
+78096;45.56429;5.73169;280;20221031;20.9;10.5;15.7;1.1;13.4;27.3;1.11;7627
+78096;45.56429;5.73169;280;20221101;19.4;12.6;16;2.1;14.5;2.5;1.16;5490
+78096;45.56429;5.73169;280;20221102;18.1;10.4;14.3;.9;12.34;.1;.9;6507
+78096;45.56429;5.73169;280;20221103;12.9;6;9.5;1.7;10.9;19.7;.66;3974
+78096;45.56429;5.73169;280;20221104;9.6;5.7;7.7;1.9;9.87;8.2;.51;3199
+78096;45.56429;5.73169;280;20221105;12.8;6.7;9.8;1.2;9.2;.9;.79;5763
+78096;45.56429;5.73169;280;20221106;14.1;2.6;8.3;1.5;8.5;.6;.84;7441
+78096;45.56429;5.73169;280;20221107;17.3;5.1;11.2;1.3;9.3;0;.98;7653
+78096;45.56429;5.73169;280;20221108;18.3;4;11.2;1.3;9.8;8.1;.99;7923
+78096;45.56429;5.73169;280;20221109;12.9;11.7;12.3;1.6;12.44;22.9;.69;1172
+78096;45.56429;5.73169;280;20221110;15.1;9.1;12.1;1.2;12.07;0;.68;4635
+78096;45.56429;5.73169;280;20221111;16.2;6.6;11.4;1.6;10.8;.1;.83;6638
+78096;45.56429;5.73169;280;20221112;13.9;5.3;9.6;1.4;10.17;0;.65;5229
+78096;45.56429;5.73169;280;20221113;12.3;6.7;9.5;1.1;10.17;0;.58;3651
+78096;45.56429;5.73169;280;20221114;15.6;6.3;10.9;1.5;10.24;10.1;.83;4959
+78096;45.56429;5.73169;280;20221115;14.1;10;12;1.7;12.27;17.9;.69;2991
+78096;45.56429;5.73169;280;20221116;16.1;9;12.6;2.3;11.14;3.4;1;5504
+78096;45.56429;5.73169;280;20221117;17.4;8.4;12.9;3.3;10.7;5.1;1.41;5159
+78096;45.56429;5.73169;280;20221118;12.5;8.7;10.6;1.6;9.54;.9;.82;3368
+78096;45.56429;5.73169;280;20221119;10.7;4.4;7.6;1.3;8.47;1;.57;4381
+78096;45.56429;5.73169;280;20221120;10.8;3.4;7.1;1.3;7.8;.5;.57;5089
+78096;45.56429;5.73169;280;20221121;8.4;3.7;6.1;2.1;8.27;14.1;.53;3362
+78096;45.56429;5.73169;280;20221122;9.4;4.8;7.1;1.4;8.64;.3;.51;3234
+78096;45.56429;5.73169;280;20221123;8;.9;4.4;2.8;7.56;6.9;.51;3590
+78096;45.56429;5.73169;280;20221124;11.3;3.7;7.5;1.7;8.46;.1;.6;5066
+78096;45.56429;5.73169;280;20221125;11.6;3.5;7.5;1.3;8.5;2.2;.55;4280
+78096;45.56429;5.73169;280;20221126;10.3;2.4;6.3;1.7;7.77;0;.52;4749
+78096;45.56429;5.73169;280;20221127;8.6;2;5.3;1.6;7.34;.1;.49;3917
+78096;45.56429;5.73169;280;20221128;7.6;2.6;5.1;1;8.07;5.9;.38;2267
+78096;45.56429;5.73169;280;20221129;6.6;5.1;5.8;.9;8.87;3.9;.38;1192
+78096;45.56429;5.73169;280;20221130;7.1;5.5;6.3;1;8.77;.2;.44;1102
+78096;45.56429;5.73169;280;20221201;6.9;4.7;5.8;1.6;7.67;0;.58;1821
+78096;45.56429;5.73169;280;20221202;6.4;3;4.7;1.2;7.44;1.1;.43;2180
+78096;45.56429;5.73169;280;20221203;6.1;2.5;4.3;2.3;7;0;.52;2092
+78096;45.56429;5.73169;280;20221204;6.3;3.8;5.1;1.6;7.34;4.5;.53;1856
+78096;45.56429;5.73169;280;20221205;7.7;1.4;4.6;1;7.27;0;.38;2977
+78096;45.56429;5.73169;280;20221206;6.4;-.8;2.8;1.5;6.5;.1;.33;4065
+78096;45.56429;5.73169;280;20221207;3.1;1.3;2.2;1.4;6.4;0;.4;1162
+78096;45.56429;5.73169;280;20221208;4.6;1.1;2.8;1.7;6;10.5;.48;2941
+78096;45.56429;5.73169;280;20221209;4.7;2.7;3.7;1.8;7.37;10;.38;1290
+78096;45.56429;5.73169;280;20221210;2.4;2;2.2;2.6;6.4;0;.46;557
+78096;45.56429;5.73169;280;20221211;1.9;-1.1;.4;3.4;4.97;0;.55;3353
+78096;45.56429;5.73169;280;20221212;3.4;-4.1;-.4;1.9;4.67;3;.37;4716
+78096;45.56429;5.73169;280;20221213;.9;-.9;0;2.3;5.84;2;.27;1481
+78096;45.56429;5.73169;280;20221214;5.8;.5;3.1;1.1;7.34;8.7;.27;2434
+78096;45.56429;5.73169;280;20221215;6.6;3.1;4.9;1.5;8.37;26.5;.33;1304
+78096;45.56429;5.73169;280;20221216;3.2;3.2;3.2;2.6;7.14;.1;.41;200
+78096;45.56429;5.73169;280;20221217;2.3;.7;1.5;3.4;5.84;0;.52;1404
+78096;45.56429;5.73169;280;20221218;6.4;-1;2.7;2.1;5.67;.2;.52;4146
+78096;45.56429;5.73169;280;20221219;12;.2;6.1;1.5;7;2;.53;4496
+78096;45.56429;5.73169;280;20221220;13.7;6.5;10.1;2.2;8.27;5.3;.94;2953
+78096;45.56429;5.73169;280;20221221;11.5;8.2;9.8;1.5;10.4;3.5;.54;1804
+78096;45.56429;5.73169;280;20221222;11.9;6.1;9;2.6;10.54;13.5;.43;2455
+78096;45.56429;5.73169;280;20221223;11.8;9.2;10.5;2.5;12;12.9;.48;1261
+78096;45.56429;5.73169;280;20221224;15.2;10.8;13;2.5;12.24;.1;.79;3006
+78096;45.56429;5.73169;280;20221225;11.4;4.9;8.1;1.3;9.8;0;.35;3557
+78096;45.56429;5.73169;280;20221226;11.6;4.8;8.2;1.1;10.34;6.4;.32;2803
+78096;45.56429;5.73169;280;20221227;10.7;5.3;8;1.1;9.44;0;.38;2851
+78096;45.56429;5.73169;280;20221228;9.4;2.8;6.1;2;7.34;.2;.62;3763
+78096;45.56429;5.73169;280;20221229;12.9;3.3;8.1;2;8.57;14.9;.67;3779
+78096;45.56429;5.73169;280;20221230;10.9;7.2;9;2.2;10.77;6.8;.44;1758
+78096;45.56429;5.73169;280;20221231;14.4;9;11.7;2.2;11.07;0;.69;3923
+78097;45.57671;6.05112;340;20220101;13;1.9;7.4;1.3;7.27;0;.56;4893
+78097;45.57671;6.05112;340;20220102;9.8;-.1;4.9;.6;7.14;.1;.28;4719
+78097;45.57671;6.05112;340;20220103;11.2;2.7;6.9;.9;8.04;.2;.36;4286
+78097;45.57671;6.05112;340;20220104;12.6;5.8;9.2;1.7;8.57;14.5;.66;3785
+78097;45.57671;6.05112;340;20220105;4.8;3.3;4;3.4;5.97;1.2;.91;1325
+78097;45.57671;6.05112;340;20220106;5.7;-.1;2.8;1.6;4.5;.1;.68;3550
+78097;45.57671;6.05112;340;20220107;1.9;-3;-.5;.8;4.84;4.8;.3;3256
+78097;45.57671;6.05112;340;20220108;3.2;-.6;1.3;1.1;6.47;14.7;.27;2798
+78097;45.57671;6.05112;340;20220109;3.8;1.1;2.4;1.5;6.67;9.3;.34;2058
+78097;45.57671;6.05112;340;20220110;6.7;.6;3.6;1;6.17;0;.41;3576
+78097;45.57671;6.05112;340;20220111;1.7;-1.7;0;1.6;4.8;0;.44;2713
+78097;45.57671;6.05112;340;20220112;3.2;-2.5;.4;1.8;4.37;0;.56;3645
+78097;45.57671;6.05112;340;20220113;1.8;-5.3;-1.8;.5;4.4;0;.23;4273
+78097;45.57671;6.05112;340;20220114;5.6;-4.4;.6;1;4.84;0;.36;5230
+78097;45.57671;6.05112;340;20220115;6;-4.1;.9;.8;5.04;0;.35;5285
+78097;45.57671;6.05112;340;20220116;1.1;-4.6;-1.7;.5;4.9;0;.26;4058
+78097;45.57671;6.05112;340;20220117;.7;-3.8;-1.5;.6;4.84;0;.26;3523
+78097;45.57671;6.05112;340;20220118;3.7;-3.4;.2;1;5.14;0;.32;4596
+78097;45.57671;6.05112;340;20220119;4.4;-3.4;.5;1.2;5.37;.6;.37;4830
+78097;45.57671;6.05112;340;20220120;6.7;.3;3.5;1.5;5.84;.1;.58;4466
+78097;45.57671;6.05112;340;20220121;5.6;-.3;2.6;2.1;4.44;0;.92;4131
+78097;45.57671;6.05112;340;20220122;4.4;-3.7;.4;1.3;4.5;0;.49;5136
+78097;45.57671;6.05112;340;20220123;4.9;-4.3;.3;.8;4.87;0;.36;5600
+78097;45.57671;6.05112;340;20220124;5.6;-3.3;1.2;1.3;5.18;0;.54;6936
+78097;45.57671;6.05112;340;20220125;6.1;-5.3;.4;.9;5.03;0;.42;5502
+78097;45.57671;6.05112;340;20220126;3.8;-4.1;-.1;.6;4.9;0;.3;5338
+78097;45.57671;6.05112;340;20220127;.7;-3.8;-1.5;.8;4.84;0;.33;3901
+78097;45.57671;6.05112;340;20220128;2.3;-3.4;-.5;.8;4.9;0;.36;4670
+78097;45.57671;6.05112;340;20220129;1.5;-2.7;-.6;.7;5.07;0;.35;3939
+78097;45.57671;6.05112;340;20220130;5.9;-2.4;1.8;.9;5.37;0;.48;5999
+78097;45.57671;6.05112;340;20220131;6;-1.6;2.2;1.7;6.17;2.8;.53;5764
+78097;45.57671;6.05112;340;20220201;7.2;.2;3.7;2;5.7;3;.79;5530
+78097;45.57671;6.05112;340;20220202;10;1.1;5.5;1;7.57;.3;.58;6452
+78097;45.57671;6.05112;340;20220203;10.1;-.6;4.8;1.3;7.17;0;.6;7234
+78097;45.57671;6.05112;340;20220204;9;.6;4.8;1.3;7.2;.2;.6;6494
+78097;45.57671;6.05112;340;20220205;9.8;3.5;6.6;1.5;7.2;0;.79;5616
+78097;45.57671;6.05112;340;20220206;8.2;-1.7;3.3;1;6.44;13.9;.57;7077
+78097;45.57671;6.05112;340;20220207;9.8;3.6;6.7;2.1;6.54;.9;1.04;5731
+78097;45.57671;6.05112;340;20220208;10;-2;4;.7;5.24;0;.69;8209
+78097;45.57671;6.05112;340;20220209;13.3;-1.7;5.8;.6;5.87;0;.73;9388
+78097;45.57671;6.05112;340;20220210;3.5;-.5;1.5;2.1;6.27;1.8;1.04;10400
+78097;45.57671;6.05112;340;20220211;9.1;2.3;5.7;3.7;6.77;1.7;1.39;7300
+78097;45.57671;6.05112;340;20220212;9;-2.4;3.3;1.8;5.57;0;1.01;10100
+78097;45.57671;6.05112;340;20220213;12.7;-2;5.3;3.6;5.37;0;1.95;10400
+78097;45.57671;6.05112;340;20220214;10.9;4.1;7.5;4.3;7.23;13.7;1.47;2697
+78097;45.57671;6.05112;340;20220215;7.7;3.1;5.4;1.9;7.47;2.8;.82;4700
+78097;45.57671;6.05112;340;20220216;5.7;2;3.9;1.1;7.74;14;.5;4841
+78097;45.57671;6.05112;340;20220217;13.1;5.3;9.2;1.4;10.17;3.2;.83;7525
+78097;45.57671;6.05112;340;20220218;17.6;4.7;11.1;2;8.6;4.6;1.53;9948
+78097;45.57671;6.05112;340;20220219;10.5;6.3;8.4;2.4;6.64;0;1.42;5217
+78097;45.57671;6.05112;340;20220220;12.6;.3;6.4;1.1;6.44;1.6;1.08;9941
+78097;45.57671;6.05112;340;20220221;7.3;4.9;6.1;2;7.64;15.7;.8;4085
+78097;45.57671;6.05112;340;20220222;12.2;4.1;8.1;1.6;7.64;.1;1.15;8131
+78097;45.57671;6.05112;340;20220223;14.3;2.1;8.2;1.2;7.1;0;1.26;10407
+78097;45.57671;6.05112;340;20220224;14.4;1.2;7.8;1.7;7.34;1.2;1.37;10975
+78097;45.57671;6.05112;340;20220225;10.3;5.7;8;2.9;5.6;0;1.79;6086
+78097;45.57671;6.05112;340;20220226;10.4;.7;5.6;2.1;4.7;0;1.55;9731
+78097;45.57671;6.05112;340;20220227;10.4;-1;4.7;2.2;4.7;0;1.51;10813
+78097;45.57671;6.05112;340;20220228;12.1;-1.3;5.4;1.6;4.57;0;1.52;11856
+78097;45.57671;6.05112;340;20220301;13.3;-.8;6.2;1.1;5;0;1.41;12244
+78097;45.57671;6.05112;340;20220302;12.5;-1.1;5.7;1.1;5.9;0;1.31;12099
+78097;45.57671;6.05112;340;20220303;15.2;2.9;9;1.3;7;0;1.56;11667
+78097;45.57671;6.05112;340;20220304;14;.9;7.5;1.9;5.87;0;1.76;12283
+78097;45.57671;6.05112;340;20220305;11.4;-1;5.2;1.9;4.04;0;1.77;12087
+78097;45.57671;6.05112;340;20220306;10;-3.3;3.3;1.7;4;0;1.56;12706
+78097;45.57671;6.05112;340;20220307;11;-2.5;4.2;1.7;4.47;0;1.59;12940
+78097;45.57671;6.05112;340;20220308;13.3;-1.7;5.8;1.5;5.1;0;1.7;13917
+78097;45.57671;6.05112;340;20220309;14;-.6;6.7;1.5;5.84;0;1.72;13878
+78097;45.57671;6.05112;340;20220310;15.2;-.4;7.4;1.7;6.24;0;1.9;14463
+78097;45.57671;6.05112;340;20220311;15.8;3.7;9.8;2.9;6.27;0;2.44;12733
+78097;45.57671;6.05112;340;20220312;14.6;7.5;11.1;3.1;6;0;2.66;9147
+78097;45.57671;6.05112;340;20220313;13.4;6.8;10.1;3.1;7;6.4;2.41;8833
+78097;45.57671;6.05112;340;20220314;13.8;3.6;8.7;1.7;8.44;1.5;1.63;12397
+78097;45.57671;6.05112;340;20220315;17.5;8.1;12.8;1.6;9.64;.1;1.95;11843
+78097;45.57671;6.05112;340;20220316;16.9;4.4;10.6;1;9;0;1.8;13908
+78097;45.57671;6.05112;340;20220317;15.9;6.9;11.4;2;10.17;0;1.76;11789
+78097;45.57671;6.05112;340;20220318;11.1;9.2;10.1;3.6;9.21;0;1.25;2656
+78097;45.57671;6.05112;340;20220319;15.5;5.8;10.7;2.4;7.64;0;2.33;16540
+78097;45.57671;6.05112;340;20220320;14;2.3;8.2;1;7.87;0;1.51;10500
+78097;45.57671;6.05112;340;20220321;15.8;2.5;9.1;1.3;7.07;0;2.15;17000
+78097;45.57671;6.05112;340;20220322;15.7;-.6;7.6;1.1;6.77;0;2.05;17700
+78097;45.57671;6.05112;340;20220323;16.2;-.2;8;1;6.47;0;2.16;18300
+78097;45.57671;6.05112;340;20220324;18.2;.1;9.1;1.1;6.87;0;2.34;18500
+78097;45.57671;6.05112;340;20220325;18.7;1.3;10;1.4;6.87;0;2.61;18200
+78097;45.57671;6.05112;340;20220326;19.5;1.2;10.4;1.8;6.77;0;2.93;18700
+78097;45.57671;6.05112;340;20220327;19.8;1.2;10.5;1;6.07;0;2.31;15400
+78097;45.57671;6.05112;340;20220328;20.1;1.8;11;1.2;6.87;0;2.58;18300
+78097;45.57671;6.05112;340;20220329;18.7;4.6;11.7;2;7.57;.9;2.74;13400
+78097;45.57671;6.05112;340;20220330;13.5;8.7;11.1;1.6;10.17;3.1;1.68;9700
+78097;45.57671;6.05112;340;20220331;11.3;7.6;9.4;1.1;9.87;8.6;1.04;4600
+78097;45.57671;6.05112;340;20220401;4.9;4;4.4;5;6.73;9.8;1;2833
+78097;45.57671;6.05112;340;20220402;5.2;1;3.1;5.3;5.45;1.7;1.53;11543
+78097;45.57671;6.05112;340;20220403;6.9;.5;3.7;5;5.27;.2;2.65;20200
+78097;45.57671;6.05112;340;20220404;9.7;1.1;5.4;2.8;5.67;0;2.39;17000
+78097;45.57671;6.05112;340;20220405;16;-2.2;6.9;1.1;6.67;0;2.53;21700
+78097;45.57671;6.05112;340;20220406;16.1;1.7;8.9;1.4;9.07;4;2.39;19600
+78097;45.57671;6.05112;340;20220407;12;8.6;10.3;5.1;11.17;25.1;1.11;4400
+78097;45.57671;6.05112;340;20220408;14.3;8.8;11.5;5.9;10.37;14.1;1.95;4000
+78097;45.57671;6.05112;340;20220409;8.7;4.9;6.8;2.6;6.47;6.7;2.05;11700
+78097;45.57671;6.05112;340;20220410;14.2;-1.2;6.5;1.4;6.47;.2;2.67;22900
+78097;45.57671;6.05112;340;20220411;17.8;.9;9.4;1.7;7.27;0;2.88;20100
+78097;45.57671;6.05112;340;20220412;18;5.7;11.9;.9;9.07;0;2.35;15400
+78097;45.57671;6.05112;340;20220413;20.2;8;14.1;1.8;10.37;0;3.27;19300
+78097;45.57671;6.05112;340;20220414;22.8;4.7;13.7;1.3;11.37;0;3.34;22200
+78097;45.57671;6.05112;340;20220415;24.2;7;15.6;2.1;12.67;0;3.61;20500
+78097;45.57671;6.05112;340;20220416;21.1;9.8;15.5;6;9.97;0;5.32;23800
+78097;45.57671;6.05112;340;20220417;17.8;5.7;11.7;4.7;7.67;0;4.33;23900
+78097;45.57671;6.05112;340;20220418;19.1;2.6;10.8;1.6;7.57;0;3.53;24100
+78097;45.57671;6.05112;340;20220419;20.1;4.4;12.3;1.6;8.17;0;3.65;23800
+78097;45.57671;6.05112;340;20220420;19.2;4.2;11.7;1.6;9.27;0;3.19;20100
+78097;45.57671;6.05112;340;20220421;19.4;10.2;14.8;2.5;9.77;.3;3.84;20600
+78097;45.57671;6.05112;340;20220422;19.9;5;12.4;1.8;9.87;.8;3.04;18500
+78097;45.57671;6.05112;340;20220423;16.4;10.4;13.4;2.1;11.37;8.7;1.91;7700
+78097;45.57671;6.05112;340;20220424;15.6;7.3;11.4;1.7;10.47;11.9;2.12;11600
+78097;45.57671;6.05112;340;20220425;15.3;10.1;12.7;1.3;11.97;2.2;1.76;9600
+78097;45.57671;6.05112;340;20220426;18.1;8;13.1;1.2;10.77;0;3;19700
+78097;45.57671;6.05112;340;20220427;20;3.4;11.7;2.6;9.67;0;3.94;25600
+78097;45.57671;6.05112;340;20220428;21.8;5.2;13.5;2.3;9.77;0;4.19;26000
+78097;45.57671;6.05112;340;20220429;21.5;5.8;13.6;2.6;9.77;.1;4.02;22200
+78097;45.57671;6.05112;340;20220430;20.1;8.6;14.3;2.5;11.07;1.9;3.88;22500
+78097;45.57671;6.05112;340;20220501;19.4;4.7;12;2.6;10.07;0;3.76;24800
+78097;45.57671;6.05112;340;20220502;20.6;4.9;12.8;1.6;10.47;.9;3.82;25600
+78097;45.57671;6.05112;340;20220503;20;8.4;14.2;2.2;12.07;.8;2.9;16200
+78097;45.57671;6.05112;340;20220504;21.2;9.4;15.3;1.9;12.67;11.4;3.39;19900
+78097;45.57671;6.05112;340;20220505;14.1;11.3;12.7;1.5;12.27;12.1;1.55;6900
+78097;45.57671;6.05112;340;20220506;18.1;9.4;13.8;1.7;11.97;.2;2.83;17621
+78097;45.57671;6.05112;340;20220507;21.1;11.2;16.2;2;12.34;1.5;3.46;19034
+78097;45.57671;6.05112;340;20220508;21;11.2;16.1;1.6;12.67;1.2;3.33;19064
+78097;45.57671;6.05112;340;20220509;23.8;10.2;17;1.4;12.77;.4;3.89;22862
+78097;45.57671;6.05112;340;20220510;25.6;11;18.3;1.1;13.14;.1;4.12;23592
+78097;45.57671;6.05112;340;20220511;27.6;11.9;19.8;1.6;12.9;0;4.7;24633
+78097;45.57671;6.05112;340;20220512;27.3;12;19.6;1.4;12.9;0;4.59;24487
+78097;45.57671;6.05112;340;20220513;25.3;13.3;19.3;1.2;13.54;0;4.02;21605
+78097;45.57671;6.05112;340;20220514;27.2;12.1;19.7;1.2;14.54;0;4.46;24627
+78097;45.57671;6.05112;340;20220515;27.8;12.7;20.3;1.6;14.87;1.1;4.63;24291
+78097;45.57671;6.05112;340;20220516;26.7;13.9;20.3;1.4;14.24;.1;4.34;22565
+78097;45.57671;6.05112;340;20220517;30;13.2;21.6;1.2;14.64;0;4.94;25762
+78097;45.57671;6.05112;340;20220518;30.3;14.5;22.4;1.6;15.34;.4;5.15;25254
+78097;45.57671;6.05112;340;20220519;28.9;16.9;22.9;1.7;17.54;.3;4.68;22358
+78097;45.57671;6.05112;340;20220520;31.2;15.4;23.3;1.9;15.17;0;5.57;25672
+78097;45.57671;6.05112;340;20220521;30.6;14.8;22.7;1.2;15.04;0;5.11;25821
+78097;45.57671;6.05112;340;20220522;30.1;15.8;22.9;1.3;17.1;.6;4.89;24404
+78097;45.57671;6.05112;340;20220523;27.1;18.5;22.8;2.7;16.54;7.6;4.66;19121
+78097;45.57671;6.05112;340;20220524;20.1;14.3;17.2;2.1;14.17;.8;2.98;14873
+78097;45.57671;6.05112;340;20220525;22.4;11.7;17.1;1.8;12.57;0;3.88;20645
+78097;45.57671;6.05112;340;20220526;24.7;12.5;18.6;1.8;12.8;0;4.38;22596
+78097;45.57671;6.05112;340;20220527;26.3;12.2;19.3;1.8;14.07;0;4.63;24306
+78097;45.57671;6.05112;340;20220528;24.9;13.9;19.4;2.6;12.27;0;4.72;21249
+78097;45.57671;6.05112;340;20220529;21.9;9.3;15.6;1.8;8.84;0;4.3;23310
+78097;45.57671;6.05112;340;20220530;23;9.5;16.3;1.4;9.5;.1;4.29;24261
+78097;45.57671;6.05112;340;20220531;18.9;12.1;15.5;1;13.17;9.3;2.89;16630
+78097;45.57671;6.05112;340;20220601;23.7;12.7;18.2;1.1;15.9;8.5;3.85;22048
+78097;45.57671;6.05112;340;20220602;24.4;15.3;19.9;2;16.77;1.2;3.98;20248
+78097;45.57671;6.05112;340;20220603;28;15.4;21.7;1.6;17;1.1;4.67;23487
+78097;45.57671;6.05112;340;20220604;31.7;16.6;24.1;1.2;18.5;1;5.25;26102
+78097;45.57671;6.05112;340;20220605;26.1;19;22.5;1.7;18.1;8.3;3.89;17954
+78097;45.57671;6.05112;340;20220606;27;13.6;20.3;1.5;15.47;7;4.69;24772
+78097;45.57671;6.05112;340;20220607;25.1;15.8;20.5;1.8;14.4;.7;4.27;20397
+78097;45.57671;6.05112;340;20220608;22;11.1;16.6;1;13.1;16;3.71;21915
+78097;45.57671;6.05112;340;20220609;19.4;13.4;16.4;1.7;13.97;5.7;3;16345
+78097;45.57671;6.05112;340;20220610;25.5;9.8;17.6;1.8;11.5;.1;4.91;27033
+78097;45.57671;6.05112;340;20220611;29.2;11.7;20.5;1.2;13.67;.1;5.24;28334
+78097;45.57671;6.05112;340;20220612;31.3;14;22.7;1.4;14.84;.2;5.62;28012
+78097;45.57671;6.05112;340;20220613;28.4;15.6;22;1.8;16;.1;5.01;24373
+78097;45.57671;6.05112;340;20220614;31.3;12.9;22.1;1;14.74;0;5.5;28885
+78097;45.57671;6.05112;340;20220615;31.6;16.1;23.8;1;16.74;.2;5.3;26461
+78097;45.57671;6.05112;340;20220616;33.6;17.7;25.6;1.4;16.77;0;5.86;27299
+78097;45.57671;6.05112;340;20220617;34.3;17.3;25.8;1.3;15.87;0;5.98;28056
+78097;45.57671;6.05112;340;20220618;35.7;17.8;26.7;1.6;16.24;0;6.53;28696
+78097;45.57671;6.05112;340;20220619;35.5;19.3;27.4;2;16.8;0;6.63;27467
+78097;45.57671;6.05112;340;20220620;33.3;18;25.6;1.8;15;0;6.12;26542
+78097;45.57671;6.05112;340;20220621;33.8;16.7;25.3;1.4;15.87;1.4;6.01;28030
+78097;45.57671;6.05112;340;20220622;27.7;18.4;23.1;1.5;19.24;10.4;4.29;20470
+78097;45.57671;6.05112;340;20220623;28.7;17.2;22.9;1.4;19.24;6.2;4.64;23034
+78097;45.57671;6.05112;340;20220624;22.9;17;19.9;1.2;17.5;10.1;3.14;15791
+78097;45.57671;6.05112;340;20220625;29.1;13.7;21.4;1.5;15.64;.9;5.21;26690
+78097;45.57671;6.05112;340;20220626;27.8;15.5;21.6;1.6;17.74;0;4.7;24037
+78097;45.57671;6.05112;340;20220627;23.6;18.2;20.9;1.9;18.07;0;3.42;15711
+78097;45.57671;6.05112;340;20220628;24.9;16.1;20.5;1.6;17.64;3.9;3.88;19632
+78097;45.57671;6.05112;340;20220629;29;17.3;23.2;1.9;17.57;.1;5.03;23346
+78097;45.57671;6.05112;340;20220630;30.5;16.3;23.4;1.8;16.9;9.2;5.38;24955
+78097;45.57671;6.05112;340;20220701;24.3;13.9;19.1;2.1;14.24;.4;4.3;21501
+78097;45.57671;6.05112;340;20220702;29.3;11.7;20.5;1.2;14.54;0;5.28;28406
+78097;45.57671;6.05112;340;20220703;32.8;15.5;24.1;1.4;15.87;1.3;5.91;28199
+78097;45.57671;6.05112;340;20220704;30;18.8;24.4;1.9;18.17;4.9;5.12;22745
+78097;45.57671;6.05112;340;20220705;29;16.5;22.8;1.9;16.47;0;5.12;23616
+78097;45.57671;6.05112;340;20220706;28.6;14.9;21.7;1.9;14.04;0;5.26;24847
+78097;45.57671;6.05112;340;20220707;28.2;13.6;20.9;2.4;13.7;0;5.44;25634
+78097;45.57671;6.05112;340;20220708;28.8;14.5;21.6;2;12.87;.1;5.42;25338
+78097;45.57671;6.05112;340;20220709;29.7;14.2;21.9;1.7;13;0;5.49;26498
+78097;45.57671;6.05112;340;20220710;30.1;14.7;22.4;1.9;13.87;0;5.6;26311
+78097;45.57671;6.05112;340;20220711;31.3;15.3;23.3;2;13.8;0;5.87;26802
+78097;45.57671;6.05112;340;20220712;32.3;16.4;24.3;1.8;13.54;0;5.87;26586
+78097;45.57671;6.05112;340;20220713;33.6;15.4;24.5;1.4;13.34;0;5.96;28285
+78097;45.57671;6.05112;340;20220714;36;17.6;26.8;1.2;14.77;0;6.08;28154
+78097;45.57671;6.05112;340;20220715;33.4;18.9;26.2;1.8;13.87;0;5.95;25240
+78097;45.57671;6.05112;340;20220716;33;16.2;24.6;1.7;13.97;0;5.95;26908
+78097;45.57671;6.05112;340;20220717;34.4;16.3;25.3;1.4;13.94;0;6;28035
+78097;45.57671;6.05112;340;20220718;37.1;17.6;27.3;1.5;13.9;0;6.49;28933
+78097;45.57671;6.05112;340;20220719;37.6;18.7;28.2;1.8;15.9;0;6.76;28301
+78097;45.57671;6.05112;340;20220720;36;21.8;28.9;2.2;18.64;.3;6.38;24469
+78097;45.57671;6.05112;340;20220721;33.1;20.5;26.8;2.1;16.4;0;5.77;22736
+78097;45.57671;6.05112;340;20220722;37.1;17.1;27.1;1.2;15.14;.7;6.21;28758
+78097;45.57671;6.05112;340;20220723;31.2;21.1;26.2;2.2;17.64;0;5.22;20438
+78097;45.57671;6.05112;340;20220724;35.6;16.8;26.2;1.3;16.17;0;5.98;27827
+78097;45.57671;6.05112;340;20220725;35.4;18.6;27;1.7;15.47;.2;6.05;26215
+78097;45.57671;6.05112;340;20220726;29.6;21.2;25.4;3.4;15.5;.4;5.57;18105
+78097;45.57671;6.05112;340;20220727;30.4;17.4;23.9;2.6;13.27;0;5.67;22090
+78097;45.57671;6.05112;340;20220728;31.8;15.1;23.4;1.2;13.64;0;5.22;25759
+78097;45.57671;6.05112;340;20220729;25;17.1;21.1;1.3;15.74;6.8;3.5;17099
+78097;45.57671;6.05112;340;20220730;30.5;15.4;23;1.5;14.34;.1;5.02;24203
+78097;45.57671;6.05112;340;20220731;33.1;16.1;24.6;1.5;13.04;0;5.54;25662
+78097;45.57671;6.05112;340;20220801;34.2;16.9;25.6;1.5;13.9;0;5.68;25718
+78097;45.57671;6.05112;340;20220802;34.1;16.6;25.4;1.5;14.34;0;5.59;25686
+78097;45.57671;6.05112;340;20220803;36.5;17.2;26.8;1.1;14.84;0;5.67;26897
+78097;45.57671;6.05112;340;20220804;37.9;20.1;29;1.5;15.6;0;5.99;25581
+78097;45.57671;6.05112;340;20220805;36.5;21.1;28.8;2.2;16.3;.1;6.26;23773
+78097;45.57671;6.05112;340;20220806;31.7;17.7;24.7;1.9;17.67;0;5.06;22665
+78097;45.57671;6.05112;340;20220807;30.9;17.1;24;2.1;16.77;.1;5.05;22184
+78097;45.57671;6.05112;340;20220808;32.3;16.8;24.6;1.8;15.2;0;5.21;23354
+78097;45.57671;6.05112;340;20220809;33.7;17;25.3;1.6;14.2;0;5.43;24309
+78097;45.57671;6.05112;340;20220810;34.7;17.6;26.1;1.5;13.4;0;5.49;24310
+78097;45.57671;6.05112;340;20220811;35.6;18.2;26.9;1.4;12.9;0;5.5;24556
+78097;45.57671;6.05112;340;20220812;34.6;17.2;25.9;1.4;12.4;0;5.29;24342
+78097;45.57671;6.05112;340;20220813;34.2;17;25.6;1.6;10.64;0;5.48;24262
+78097;45.57671;6.05112;340;20220814;23.2;16.5;19.9;1;14.74;16;2.91;14399
+78097;45.57671;6.05112;340;20220815;27.9;15.7;21.8;1.5;16.84;0;3.92;19898
+78097;45.57671;6.05112;340;20220816;32.9;14.4;23.6;1.3;15.3;.2;4.88;24305
+78097;45.57671;6.05112;340;20220817;29.3;18.3;23.8;2;17.77;13.6;4.2;18414
+78097;45.57671;6.05112;340;20220818;24.1;15.5;19.8;1.8;17.5;15.4;3.12;16314
+78097;45.57671;6.05112;340;20220819;22.5;16.6;19.5;1.3;18.24;2.2;2.51;13137
+78097;45.57671;6.05112;340;20220820;26.9;16.4;21.6;1.6;17.44;.9;3.61;18043
+78097;45.57671;6.05112;340;20220821;28;14.7;21.3;1.7;15.77;0;4.01;20011
+78097;45.57671;6.05112;340;20220822;28.9;14.4;21.7;1.7;14.54;0;4.26;20681
+78097;45.57671;6.05112;340;20220823;31.2;14.8;23;1.5;14.27;0;4.52;21929
+78097;45.57671;6.05112;340;20220824;31.8;14.9;23.4;1.3;14.27;0;4.47;22165
+78097;45.57671;6.05112;340;20220825;33.7;15.8;24.8;1.5;15.57;.8;4.82;22403
+78097;45.57671;6.05112;340;20220826;28.2;19.7;24;1.7;17.44;2.4;3.6;15361
+78097;45.57671;6.05112;340;20220827;28;16.1;22;1.5;17.6;.1;3.63;18049
+78097;45.57671;6.05112;340;20220828;30.2;15.9;23.1;1.2;17.04;.1;3.86;19693
+78097;45.57671;6.05112;340;20220829;32.6;15.9;24.2;1.1;15.47;0;4.23;21167
+78097;45.57671;6.05112;340;20220830;28.7;18.2;23.4;1.6;16.74;6.5;3.63;16242
+78097;45.57671;6.05112;340;20220831;28.1;17.5;22.8;1.2;18.17;.6;3.28;16315
+78097;45.57671;6.05112;340;20220901;28.4;14.3;21.4;1.5;14.97;0;3.76;19071
+78097;45.57671;6.05112;340;20220902;27;15.5;21.3;1.7;15.2;11.6;3.49;17008
+78097;45.57671;6.05112;340;20220903;27;16;21.5;1.7;16.97;7.3;3.35;16397
+78097;45.57671;6.05112;340;20220904;29.5;15;22.2;1.4;16.7;.1;3.66;18666
+78097;45.57671;6.05112;340;20220905;31.4;16;23.7;1.2;16.84;.4;3.81;19136
+78097;45.57671;6.05112;340;20220906;29.9;16.9;23.4;1.2;18;2.6;3.52;17668
+78097;45.57671;6.05112;340;20220907;29;17.4;23.2;1.4;18.54;14.7;3.33;16184
+78097;45.57671;6.05112;340;20220908;26.1;15.6;20.9;1.2;16.27;.9;2.91;15277
+78097;45.57671;6.05112;340;20220909;24.3;13.1;18.7;1.6;13.97;.3;2.96;15723
+78097;45.57671;6.05112;340;20220910;23.2;13.3;18.3;1.5;13.54;0;2.76;14634
+78097;45.57671;6.05112;340;20220911;25.7;10.1;17.9;1.1;12.2;0;3.06;18191
+78097;45.57671;6.05112;340;20220912;29.9;11.5;20.7;1.3;12.97;0;3.65;19514
+78097;45.57671;6.05112;340;20220913;28.9;14.5;21.7;1.3;15.24;1.2;3.24;16877
+78097;45.57671;6.05112;340;20220914;27.1;18.7;22.9;1.5;18.77;11.9;2.7;12401
+78097;45.57671;6.05112;340;20220915;24.8;15.5;20.2;1.4;17.54;9.3;2.51;13242
+78097;45.57671;6.05112;340;20220916;21.8;15.7;18.7;1.8;15.17;2.6;2.28;10602
+78097;45.57671;6.05112;340;20220917;17.6;11.3;14.4;2.5;8.84;0;2.62;10728
+78097;45.57671;6.05112;340;20220918;20.4;5.7;13;1.3;8.87;0;2.48;16544
+78097;45.57671;6.05112;340;20220919;20.9;5.3;13.1;1.2;9.14;.1;2.46;16773
+78097;45.57671;6.05112;340;20220920;21;6.4;13.7;1.5;9.6;0;2.52;16076
+78097;45.57671;6.05112;340;20220921;20.4;7.5;13.9;1.3;9.8;0;2.31;14980
+78097;45.57671;6.05112;340;20220922;22.7;6.7;14.7;1.1;10.04;.1;2.49;16501
+78097;45.57671;6.05112;340;20220923;23;7.1;15;1.2;10.97;8.4;2.43;16188
+78097;45.57671;6.05112;340;20220924;19.3;13.8;16.5;.9;14.84;9.7;1.56;8795
+78097;45.57671;6.05112;340;20220925;15.7;12;13.8;.8;13.9;6.8;1.2;7182
+78097;45.57671;6.05112;340;20220926;17.8;10.3;14;1;12.14;8.6;1.63;10562
+78097;45.57671;6.05112;340;20220927;14.8;10.1;12.5;1.2;11.54;11.4;1.33;8056
+78097;45.57671;6.05112;340;20220928;15.1;9.5;12.3;1.5;12.57;24.3;1.25;8637
+78097;45.57671;6.05112;340;20220929;13.9;11.2;12.6;1.3;11.97;2.7;1.15;6003
+78097;45.57671;6.05112;340;20220930;13.3;5.9;9.6;1;10.37;.6;1.23;9775
+78097;45.57671;6.05112;340;20221001;12;7.8;9.9;.9;11.94;9.2;.93;6869
+78097;45.57671;6.05112;340;20221002;23.8;11.5;17.7;1.1;14.77;.2;2.03;12699
+78097;45.57671;6.05112;340;20221003;21.2;10.3;15.7;1.5;13.4;0;1.89;11896
+78097;45.57671;6.05112;340;20221004;23.7;9.5;16.6;.9;12.54;0;1.99;13244
+78097;45.57671;6.05112;340;20221005;23.3;9.3;16.3;1.2;12.74;0;2.01;13258
+78097;45.57671;6.05112;340;20221006;23.1;10.9;17;1.2;14;0;1.89;12164
+78097;45.57671;6.05112;340;20221007;22.7;10.9;16.8;.8;14;.4;1.7;11653
+78097;45.57671;6.05112;340;20221008;17.8;13.8;15.8;.8;15.04;1.9;1.14;6432
+78097;45.57671;6.05112;340;20221009;17.9;11.5;14.7;.8;14.17;4.3;1.19;7521
+78097;45.57671;6.05112;340;20221010;22.5;13.3;17.9;.9;15;0;1.58;9797
+78097;45.57671;6.05112;340;20221011;21.5;10.3;15.9;.9;13.64;0;1.55;10813
+78097;45.57671;6.05112;340;20221012;20.7;12.1;16.4;.8;14.37;.2;1.38;9194
+78097;45.57671;6.05112;340;20221013;19;10.2;14.6;.9;13.37;2.8;1.27;9251
+78097;45.57671;6.05112;340;20221014;18.2;13.2;15.7;.8;15.14;.9;1.09;6762
+78097;45.57671;6.05112;340;20221015;23.3;11.2;17.3;1.2;14.07;.1;1.67;10721
+78097;45.57671;6.05112;340;20221016;25.7;10.4;18.1;1.4;12.77;0;2.01;11885
+78097;45.57671;6.05112;340;20221017;24.9;11.5;18.2;1;13.87;.1;1.69;10903
+78097;45.57671;6.05112;340;20221018;24.1;11.9;18;.9;14.14;.2;1.54;10231
+78097;45.57671;6.05112;340;20221019;23;10.2;16.6;1.1;12.9;.2;1.55;10387
+78097;45.57671;6.05112;340;20221020;17.5;11.7;14.6;1.6;13.8;2.1;1.09;6714
+78097;45.57671;6.05112;340;20221021;16.8;15.2;16;2.2;15.8;40.5;.92;2473
+78097;45.57671;6.05112;340;20221022;21.6;13.6;17.6;1.9;14.57;.1;1.59;7681
+78097;45.57671;6.05112;340;20221023;19.6;11;15.3;1.2;14;3;1.2;8049
+78097;45.57671;6.05112;340;20221024;18.3;15.3;16.8;1.8;15.77;23.6;1.1;4212
+78097;45.57671;6.05112;340;20221025;18.6;10.6;14.6;1.4;13.64;.4;1.1;7377
+78097;45.57671;6.05112;340;20221026;23.3;12;17.7;.9;14.04;.1;1.29;8740
+78097;45.57671;6.05112;340;20221027;23.2;10.4;16.8;1;13.37;0;1.32;9336
+78097;45.57671;6.05112;340;20221028;23.5;10.8;17.1;1.2;13.44;.1;1.44;9167
+78097;45.57671;6.05112;340;20221029;22;11;16.5;1.1;12.67;.1;1.36;8088
+78097;45.57671;6.05112;340;20221030;21.7;9.5;15.6;.6;12.6;0;1.01;8571
+78097;45.57671;6.05112;340;20221031;21;9.6;15.3;1;12.5;18;1.11;8217
+78097;45.57671;6.05112;340;20221101;19;12.3;15.6;1.5;13.27;3.2;1.12;6069
+78097;45.57671;6.05112;340;20221102;17.7;9.6;13.6;.8;11.74;.1;.87;6545
+78097;45.57671;6.05112;340;20221103;12.5;6.7;9.6;1.6;10.67;22.2;.7;5421
+78097;45.57671;6.05112;340;20221104;8.9;5.5;7.2;1.1;9.47;7.2;.51;3928
+78097;45.57671;6.05112;340;20221105;13;5.8;9.4;1.2;8.84;.4;.8;5831
+78097;45.57671;6.05112;340;20221106;14.1;2.2;8.2;1.4;8.07;.4;.87;7692
+78097;45.57671;6.05112;340;20221107;16.9;4.7;10.8;.9;8.64;.1;.84;7631
+78097;45.57671;6.05112;340;20221108;19.2;3.9;11.5;1.3;8.77;3.4;1.06;8487
+78097;45.57671;6.05112;340;20221109;11.8;10.2;11;1.4;10.97;18;.69;2099
+78097;45.57671;6.05112;340;20221110;15.2;7.6;11.4;1.1;11;0;.69;5704
+78097;45.57671;6.05112;340;20221111;15.5;5.6;10.5;1.2;9.67;0;.74;6498
+78097;45.57671;6.05112;340;20221112;13.5;4.9;9.2;1.1;9.3;0;.6;5954
+78097;45.57671;6.05112;340;20221113;12.2;5.9;9;.9;9.47;0;.56;4857
+78097;45.57671;6.05112;340;20221114;15.4;5.3;10.4;1.1;9.67;7.3;.69;6233
+78097;45.57671;6.05112;340;20221115;13.4;9.1;11.2;1.4;11.44;20.6;.62;3758
+78097;45.57671;6.05112;340;20221116;15.5;8.4;11.9;1.6;10.74;.9;.82;4925
+78097;45.57671;6.05112;340;20221117;16;8.2;12.1;2.4;10.54;8.1;1.02;4933
+78097;45.57671;6.05112;340;20221118;12;8.7;10.4;1.1;9.34;1;.71;2985
+78097;45.57671;6.05112;340;20221119;10;2.9;6.5;1.2;7.77;.6;.52;4787
+78097;45.57671;6.05112;340;20221120;10.6;3.1;6.9;1.3;7.7;.7;.59;4625
+78097;45.57671;6.05112;340;20221121;8.9;3.4;6.1;1.2;7.97;13.2;.48;4029
+78097;45.57671;6.05112;340;20221122;8;4.3;6.1;1;8.37;1.9;.44;3039
+78097;45.57671;6.05112;340;20221123;7.5;0;3.7;2.9;7.43;8.8;.52;3445
+78097;45.57671;6.05112;340;20221124;11.3;3.5;7.4;2.1;8.48;0;.68;5492
+78097;45.57671;6.05112;340;20221125;11.2;2.8;7;1.4;8.33;1.9;.57;4304
+78097;45.57671;6.05112;340;20221126;9;2.5;5.7;1.4;7.74;0;.49;4060
+78097;45.57671;6.05112;340;20221127;8.2;.4;4.3;1.2;6.54;0;.42;4616
+78097;45.57671;6.05112;340;20221128;8.2;2.4;5.3;1;7.57;2.8;.41;3809
+78097;45.57671;6.05112;340;20221129;6.6;4.7;5.7;.8;8.4;1.6;.4;1576
+78097;45.57671;6.05112;340;20221130;6.7;3.3;5;1.1;7.57;0;.38;2727
+78097;45.57671;6.05112;340;20221201;6.8;2.3;4.5;1;6.94;0;.39;3215
+78097;45.57671;6.05112;340;20221202;6.4;1.8;4.1;1.2;6.6;0;.42;3228
+78097;45.57671;6.05112;340;20221203;7.1;.9;4;1.9;6.44;0;.66;3861
+78097;45.57671;6.05112;340;20221204;6.5;2.4;4.4;1;7.07;6.6;.39;2846
+78097;45.57671;6.05112;340;20221205;6.6;1.9;4.2;.9;7.14;.1;.35;2930
+78097;45.57671;6.05112;340;20221206;4.3;-.7;1.8;1.4;6;0;.32;3176
+78097;45.57671;6.05112;340;20221207;2.5;-.8;.9;1;5.97;0;.28;2360
+78097;45.57671;6.05112;340;20221208;4.2;-.3;1.9;1.2;5.6;8.9;.39;2975
+78097;45.57671;6.05112;340;20221209;4.3;2.1;3.2;1.1;7.17;14.4;.34;1851
+78097;45.57671;6.05112;340;20221210;2.7;2.1;2.4;2.9;6.54;1.2;.54;290
+78097;45.57671;6.05112;340;20221211;2.2;-1.3;.4;2.2;4.97;0;.52;2439
+78097;45.57671;6.05112;340;20221212;3;-5;-1;1;4.6;2.4;.27;3969
+78097;45.57671;6.05112;340;20221213;1.3;-1.3;0;1.6;5.8;5.7;.29;2009
+78097;45.57671;6.05112;340;20221214;4.5;-.4;2.1;1.1;7.17;7.9;.23;2991
+78097;45.57671;6.05112;340;20221215;5.7;2.3;4;1.2;7.87;23;.29;2243
+78097;45.57671;6.05112;340;20221216;3.6;3;3.3;2.1;7.34;.2;.4;818
+78097;45.57671;6.05112;340;20221217;2.9;.7;1.8;1.7;6.04;0;.42;1684
+78097;45.57671;6.05112;340;20221218;5.6;-2.2;1.7;1.4;5.47;.1;.38;3902
+78097;45.57671;6.05112;340;20221219;9.9;0;4.9;1.5;6.34;.7;.51;4414
+78097;45.57671;6.05112;340;20221220;12;4.3;8.1;1.9;7.37;3.6;.73;3880
+78097;45.57671;6.05112;340;20221221;10.3;7.1;8.7;1.2;9.27;1.9;.51;2194
+78097;45.57671;6.05112;340;20221222;10.7;5.4;8.1;1.4;9.9;16.5;.34;3054
+78097;45.57671;6.05112;340;20221223;10.4;8.2;9.3;1.8;11.24;18.2;.36;1590
+78097;45.57671;6.05112;340;20221224;14.3;9.7;12;1.3;11.5;.1;.55;2737
+78097;45.57671;6.05112;340;20221225;11.8;5.3;8.5;1.5;9.27;0;.54;3401
+78097;45.57671;6.05112;340;20221226;10.1;3.6;6.9;1;9.14;7;.3;3558
+78097;45.57671;6.05112;340;20221227;8.9;5.2;7;.9;9.04;.1;.36;2469
+78097;45.57671;6.05112;340;20221228;8.3;1.8;5;1.6;6.7;0;.53;3608
+78097;45.57671;6.05112;340;20221229;11.6;2.7;7.1;1.6;7.24;13;.62;4361
+78097;45.57671;6.05112;340;20221230;9.4;6.6;8;1.7;9.87;6.7;.41;2145
+78097;45.57671;6.05112;340;20221231;15.5;8.4;12;2;10.94;.2;.77;3726
+78098;45.58815;6.37067;556;20220101;11.8;.6;6.2;.8;6.32;0;.42;5254
+78098;45.58815;6.37067;556;20220102;11.6;-1.4;5.1;.9;6.82;0;.3;5712
+78098;45.58815;6.37067;556;20220103;11.7;2.1;6.9;1;7.67;.2;.45;4841
+78098;45.58815;6.37067;556;20220104;14.4;5;9.7;1.8;8.12;13;.94;4901
+78098;45.58815;6.37067;556;20220105;4.4;2.4;3.4;2.2;5.92;2.4;.7;1994
+78098;45.58815;6.37067;556;20220106;3.8;-4.7;-.5;.6;4.22;0;.26;4640
+78098;45.58815;6.37067;556;20220107;1.4;-5.9;-2.3;.8;4.47;4.1;.23;4190
+78098;45.58815;6.37067;556;20220108;3.4;-1.7;.9;.9;6.07;14.2;.29;3390
+78098;45.58815;6.37067;556;20220109;2.4;.3;1.3;1.4;6.32;13.2;.37;2035
+78098;45.58815;6.37067;556;20220110;4.2;-.4;1.9;1;5.77;0;.39;3333
+78098;45.58815;6.37067;556;20220111;2.4;-4.5;-1;1.2;4.37;0;.41;4300
+78098;45.58815;6.37067;556;20220112;1.3;-4.2;-1.4;1.1;3.97;0;.46;3612
+78098;45.58815;6.37067;556;20220113;1.1;-7.8;-3.4;.4;3.97;0;.2;5039
+78098;45.58815;6.37067;556;20220114;3.9;-7.5;-1.8;.3;4.32;0;.18;5919
+78098;45.58815;6.37067;556;20220115;1.7;-6.7;-2.5;.3;4.57;.1;.2;4766
+78098;45.58815;6.37067;556;20220116;6.3;-5.9;.2;.5;4.72;0;.26;6283
+78098;45.58815;6.37067;556;20220117;4.8;-7.1;-1.1;.6;4.22;0;.27;6226
+78098;45.58815;6.37067;556;20220118;4;-6.1;-1.1;.6;4.52;0;.28;5730
+78098;45.58815;6.37067;556;20220119;5.8;-6.2;-.2;.8;5.02;.8;.35;6455
+78098;45.58815;6.37067;556;20220120;7;-1.4;2.8;1.2;5.27;.2;.56;5221
+78098;45.58815;6.37067;556;20220121;3.7;-2.2;.7;1.6;4.32;0;.7;4408
+78098;45.58815;6.37067;556;20220122;4.2;-6.4;-1.1;.5;4.02;0;.32;6298
+78098;45.58815;6.37067;556;20220123;3.6;-7;-1.7;.7;4.32;0;.34;6315
+78098;45.58815;6.37067;556;20220124;5.1;-4.5;.3;1.4;5.11;0;.53;5179
+78098;45.58815;6.37067;556;20220125;4.9;-4.3;.3;1.1;4.91;0;.45;6427
+78098;45.58815;6.37067;556;20220126;3.8;-5.2;-.7;.4;4.57;0;.3;5409
+78098;45.58815;6.37067;556;20220127;2.6;-6;-1.7;.8;4.42;0;.36;5614
+78098;45.58815;6.37067;556;20220128;4.6;-5.8;-.6;.6;4.62;0;.4;6813
+78098;45.58815;6.37067;556;20220129;4.9;-6.5;-.8;.5;4.32;0;.39;7284
+78098;45.58815;6.37067;556;20220130;7.7;-5.9;.9;.6;4.67;0;.45;7989
+78098;45.58815;6.37067;556;20220131;6.3;-4.3;1;1.9;5.57;3.4;.57;6912
+78098;45.58815;6.37067;556;20220201;5.8;-1.6;2.1;1.1;5.62;5.3;.56;5667
+78098;45.58815;6.37067;556;20220202;9.1;-.1;4.5;1.1;6.92;.7;.54;6463
+78098;45.58815;6.37067;556;20220203;8;-2.1;3;.7;6.32;0;.52;6733
+78098;45.58815;6.37067;556;20220204;9.5;-2.1;3.7;.8;6.67;.3;.57;7796
+78098;45.58815;6.37067;556;20220205;11.8;1.4;6.6;.9;6.32;0;.8;7492
+78098;45.58815;6.37067;556;20220206;7.2;-3.1;2.1;1.5;5.82;17.3;.65;7635
+78098;45.58815;6.37067;556;20220207;9.3;1.5;5.4;1.5;6.12;1.7;.91;6489
+78098;45.58815;6.37067;556;20220208;8.7;-4.2;2.2;.5;4.87;0;.59;8823
+78098;45.58815;6.37067;556;20220209;13.1;-3.7;4.7;.5;5.27;0;.71;10376
+78098;45.58815;6.37067;556;20220210;2;-2.6;-.3;2.2;5.77;1.5;1.25;10233
+78098;45.58815;6.37067;556;20220211;7;2.1;4.5;3.4;6.24;2.1;1.08;6466
+78098;45.58815;6.37067;556;20220212;8.4;-3.1;2.7;3.7;4.27;0;1.5;10533
+78098;45.58815;6.37067;556;20220213;9.9;-2;4;4.7;4.01;0;2.01;11266
+78098;45.58815;6.37067;556;20220214;9.1;.6;4.8;4.3;5.41;9.8;1.64;4300
+78098;45.58815;6.37067;556;20220215;7.7;1.5;4.6;3.2;6.57;4.8;1.08;6900
+78098;45.58815;6.37067;556;20220216;5.2;-.5;2.3;.7;7.37;14.2;.55;6388
+78098;45.58815;6.37067;556;20220217;13.6;4.5;9;1.5;9.67;3.8;.99;8195
+78098;45.58815;6.37067;556;20220218;18.2;3.3;10.7;2;7.82;7.3;1.75;11018
+78098;45.58815;6.37067;556;20220219;9.9;5.2;7.5;1.6;6.67;0;1.17;6074
+78098;45.58815;6.37067;556;20220220;11.8;-.8;5.5;1.3;6.18;1.9;1.13;10413
+78098;45.58815;6.37067;556;20220221;6.6;2.4;4.5;1.9;7.02;16.5;.87;5760
+78098;45.58815;6.37067;556;20220222;11.4;2.4;6.9;1.2;7.12;0;1.12;8984
+78098;45.58815;6.37067;556;20220223;13;.2;6.6;1.1;6.57;0;1.19;10817
+78098;45.58815;6.37067;556;20220224;13.2;-.5;6.4;1.3;6.62;1.2;1.28;11411
+78098;45.58815;6.37067;556;20220225;9.3;4.2;6.7;1.8;5.32;0;1.42;6982
+78098;45.58815;6.37067;556;20220226;10.4;-3.4;3.5;1.3;4.32;0;1.29;11758
+78098;45.58815;6.37067;556;20220227;9.4;-5.2;2.1;1.1;4.17;0;1.14;12161
+78098;45.58815;6.37067;556;20220228;11.2;-5.4;2.9;.8;4.07;0;1.2;13299
+78098;45.58815;6.37067;556;20220301;12.2;-4;4.1;.8;4.67;0;1.27;13407
+78098;45.58815;6.37067;556;20220302;12.5;-3.6;4.4;1;5.17;0;1.35;13626
+78098;45.58815;6.37067;556;20220303;14.6;1.1;7.9;1.2;5.97;0;1.59;12432
+78098;45.58815;6.37067;556;20220304;13.4;-2.4;5.5;1.4;4.92;0;1.63;13756
+78098;45.58815;6.37067;556;20220305;10.4;-4.5;3;1.1;3.72;0;1.41;13563
+78098;45.58815;6.37067;556;20220306;8.9;-6.1;1.4;1.3;3.72;0;1.39;13701
+78098;45.58815;6.37067;556;20220307;9.4;-5.5;1.9;1.1;4.12;0;1.32;13761
+78098;45.58815;6.37067;556;20220308;11.5;-5.6;2.9;.9;4.42;0;1.43;14963
+78098;45.58815;6.37067;556;20220309;13.2;-3.8;4.7;1.1;5.02;0;1.61;15233
+78098;45.58815;6.37067;556;20220310;14.7;-2.6;6.1;1.2;5.17;0;1.8;15598
+78098;45.58815;6.37067;556;20220311;13.6;.2;6.9;3.3;5.37;0;2.53;13852
+78098;45.58815;6.37067;556;20220312;13.3;7.3;10.3;3.7;5.37;0;2.93;9376
+78098;45.58815;6.37067;556;20220313;13.3;7.6;10.4;4.2;5.62;2.8;3.04;9142
+78098;45.58815;6.37067;556;20220314;14;.6;7.3;1.4;7.77;1.5;1.69;14124
+78098;45.58815;6.37067;556;20220315;17;7.1;12;1.3;9.12;0;1.85;12092
+78098;45.58815;6.37067;556;20220316;16.3;3;9.6;.9;8.52;.2;1.77;14339
+78098;45.58815;6.37067;556;20220317;16;4.5;10.3;1.3;9.42;0;1.8;13839
+78098;45.58815;6.37067;556;20220318;10;8;9;2.9;8.97;0;1.32;4789
+78098;45.58815;6.37067;556;20220319;13.3;2.5;7.9;2.5;7.44;0;2.11;16140
+78098;45.58815;6.37067;556;20220320;13.7;3.4;8.5;4.2;4.84;0;3.01;13733
+78098;45.58815;6.37067;556;20220321;15;2.7;8.8;3.3;4.87;0;3.01;17600
+78098;45.58815;6.37067;556;20220322;15.3;1.3;8.3;3.2;4.34;0;3.21;19000
+78098;45.58815;6.37067;556;20220323;16.3;1.5;8.9;3.1;4.67;0;3.32;19166
+78098;45.58815;6.37067;556;20220324;18.2;1.1;9.6;3.6;4.91;0;3.71;19466
+78098;45.58815;6.37067;556;20220325;18.2;1.9;10.1;3.1;5.51;0;3.45;19200
+78098;45.58815;6.37067;556;20220326;19.7;2.7;11.2;3.5;4.97;0;3.96;19600
+78098;45.58815;6.37067;556;20220327;19.1;4.2;11.6;3.6;4.67;0;3.96;17466
+78098;45.58815;6.37067;556;20220328;19.5;2.4;10.9;3.3;4.64;0;3.92;19333
+78098;45.58815;6.37067;556;20220329;17.2;4.6;10.9;2.7;5.71;.6;2.99;13066
+78098;45.58815;6.37067;556;20220330;12.2;8.6;10.4;2;9.07;2.2;1.69;8200
+78098;45.58815;6.37067;556;20220331;11.1;6.7;8.9;3.6;8.91;8.6;1.64;7500
+78098;45.58815;6.37067;556;20220401;3.5;3.4;3.5;4.4;5.76;10.8;1.23;4433
+78098;45.58815;6.37067;556;20220402;3.8;-1.1;1.3;4;5.03;2.2;1.28;9033
+78098;45.58815;6.37067;556;20220403;4.5;-1.1;1.7;4.4;4.9;.2;1.74;13866
+78098;45.58815;6.37067;556;20220404;9;-1;4;2.1;5.31;0;2.27;21300
+78098;45.58815;6.37067;556;20220405;14.1;2.5;8.3;2.1;5.97;0;2.76;19400
+78098;45.58815;6.37067;556;20220406;15.4;2.3;8.9;2.6;8.14;7.7;2.48;15866
+78098;45.58815;6.37067;556;20220407;11;6.5;8.7;2.5;9.87;32.4;1.02;3366
+78098;45.58815;6.37067;556;20220408;12.7;7.3;10;2.7;10.51;16.7;1.38;4733
+78098;45.58815;6.37067;556;20220409;7.1;2.7;4.9;4.2;6.71;6.5;1.73;11866
+78098;45.58815;6.37067;556;20220410;13;-1.6;5.7;2;5.81;.2;2.77;23366
+78098;45.58815;6.37067;556;20220411;16.7;1.8;9.3;4.4;6.14;0;3.68;21166
+78098;45.58815;6.37067;556;20220412;18.9;6.3;12.6;3.6;7.31;0;3.59;15766
+78098;45.58815;6.37067;556;20220413;20.4;7.5;13.9;2.7;9.01;0;3.56;18266
+78098;45.58815;6.37067;556;20220414;21.8;5.8;13.8;2.4;10.01;.2;3.76;22800
+78098;45.58815;6.37067;556;20220415;22.1;7.9;15;2.3;10.67;0;3.71;21533
+78098;45.58815;6.37067;556;20220416;20.6;7.5;14;3.2;9.67;0;4.08;23933
+78098;45.58815;6.37067;556;20220417;16.7;2.8;9.7;3.1;7.44;0;3.59;24300
+78098;45.58815;6.37067;556;20220418;18.2;1.9;10;2.7;6.71;0;3.81;24500
+78098;45.58815;6.37067;556;20220419;19.2;4.1;11.7;2.5;6.67;0;3.91;23300
+78098;45.58815;6.37067;556;20220420;18.2;4.8;11.5;2.8;8.11;0;3.45;19666
+78098;45.58815;6.37067;556;20220421;18.8;6.6;12.7;2.6;8.51;.6;3.48;19133
+78098;45.58815;6.37067;556;20220422;18.6;4.3;11.4;2.9;8.11;1.3;3.58;20100
+78098;45.58815;6.37067;556;20220423;17.3;8.6;12.9;3.7;9.37;6.8;2.84;9966
+78098;45.58815;6.37067;556;20220424;13.9;5.3;9.6;2.5;9.54;9.2;2.15;13166
+78098;45.58815;6.37067;556;20220425;15.5;8.5;12;2.5;10.77;2.2;2.59;15500
+78098;45.58815;6.37067;556;20220426;15.7;6.2;10.9;2.3;9.37;.2;2.77;17100
+78098;45.58815;6.37067;556;20220427;18.5;2.7;10.6;2.6;8.57;0;3.82;26333
+78098;45.58815;6.37067;556;20220428;20.6;4.4;12.5;2.6;9.31;0;4.17;26300
+78098;45.58815;6.37067;556;20220429;20.5;5.3;12.9;3;8.57;.2;4.2;23000
+78098;45.58815;6.37067;556;20220430;18.5;8.6;13.6;2.9;9.11;2.8;3.78;21533
+78098;45.58815;6.37067;556;20220501;18.3;4.4;11.4;2.6;8.77;0;3.88;26033
+78098;45.58815;6.37067;556;20220502;19.6;4.4;12;2.3;8.57;1;4.03;25566
+78098;45.58815;6.37067;556;20220503;18.3;8.4;13.4;2.4;9.77;1.7;3.08;16200
+78098;45.58815;6.37067;556;20220504;20.3;9.3;14.8;2.7;10.81;7.8;3.96;21800
+78098;45.58815;6.37067;556;20220505;11.6;9.6;10.6;2.6;11.41;12.9;1.38;6300
+78098;45.58815;6.37067;556;20220506;17.5;7.9;12.7;1.2;11.47;.2;2.88;18985
+78098;45.58815;6.37067;556;20220507;19.6;8;13.8;1.3;11.82;3.2;3.27;21047
+78098;45.58815;6.37067;556;20220508;20.4;7.7;14.1;1.2;11.97;3;3.44;22303
+78098;45.58815;6.37067;556;20220509;22.8;6.7;14.7;.9;11.67;.4;3.89;25073
+78098;45.58815;6.37067;556;20220510;24.9;9.4;17.2;1.2;11.92;0;4.26;24720
+78098;45.58815;6.37067;556;20220511;27.2;10.4;18.8;1.6;12.17;0;4.8;25783
+78098;45.58815;6.37067;556;20220512;27.1;10.9;19;1.3;12.97;0;4.59;25291
+78098;45.58815;6.37067;556;20220513;25.2;11.5;18.3;1.1;13.12;0;4.19;23630
+78098;45.58815;6.37067;556;20220514;27;11;19;1.1;13.42;0;4.5;25261
+78098;45.58815;6.37067;556;20220515;26.7;11;18.9;1.4;14.17;1.8;4.68;25731
+78098;45.58815;6.37067;556;20220516;25;11.3;18.2;1.3;14.32;.7;4.23;23819
+78098;45.58815;6.37067;556;20220517;28.3;12.6;20.4;1.2;14.12;0;4.84;25802
+78098;45.58815;6.37067;556;20220518;29;12.7;20.9;1.6;14.62;1.3;5.22;26410
+78098;45.58815;6.37067;556;20220519;27.6;13.9;20.8;1.1;16.67;2.1;4.55;24088
+78098;45.58815;6.37067;556;20220520;30.2;13;21.6;1.1;15.52;.1;5.15;27185
+78098;45.58815;6.37067;556;20220521;29.9;13.3;21.6;1.2;14.42;0;5.11;26502
+78098;45.58815;6.37067;556;20220522;27.9;14.1;21;1.4;16.22;1.3;4.66;24282
+78098;45.58815;6.37067;556;20220523;27.2;16.3;21.7;2.3;15.72;8.7;4.8;21494
+78098;45.58815;6.37067;556;20220524;18.5;13.7;16.1;2;13.92;1.6;2.79;13992
+78098;45.58815;6.37067;556;20220525;20.8;10.7;15.8;1;12.62;0;3.67;21536
+78098;45.58815;6.37067;556;20220526;24;10.6;17.3;1.2;12.47;0;4.29;24783
+78098;45.58815;6.37067;556;20220527;26.2;11.7;18.9;1.2;13.47;0;4.65;25821
+78098;45.58815;6.37067;556;20220528;23.5;13;18.2;1.8;11.67;0;4.34;21868
+78098;45.58815;6.37067;556;20220529;20.9;7;14;1.7;8.42;0;4.3;25326
+78098;45.58815;6.37067;556;20220530;22;8.3;15.1;1.1;9.32;0;4.17;24801
+78098;45.58815;6.37067;556;20220531;18.1;11.4;14.8;1.5;12.42;11;3.11;17549
+78098;45.58815;6.37067;556;20220601;23.2;11.3;17.2;1.3;15.12;10.8;4;23168
+78098;45.58815;6.37067;556;20220602;25.1;13.8;19.5;2;15.67;1.2;4.42;22670
+78098;45.58815;6.37067;556;20220603;26.6;14.2;20.4;1.5;16.12;2.3;4.68;24076
+78098;45.58815;6.37067;556;20220604;30.3;14.3;22.3;1.3;17.27;.2;5.38;27206
+78098;45.58815;6.37067;556;20220605;25;16.7;20.9;1.4;17.17;5.3;3.93;18964
+78098;45.58815;6.37067;556;20220606;26;11.8;18.9;1.2;14.72;8.7;4.6;25535
+78098;45.58815;6.37067;556;20220607;23.6;14.6;19.1;1.9;13.82;1.5;4.17;20207
+78098;45.58815;6.37067;556;20220608;19.9;9.8;14.9;1.2;12.22;15.8;3.53;21679
+78098;45.58815;6.37067;556;20220609;18.2;11.6;14.9;1.4;12.97;4.5;3.05;17552
+78098;45.58815;6.37067;556;20220610;24.5;6.4;15.5;1;11.07;.1;4.75;29317
+78098;45.58815;6.37067;556;20220611;28.1;9.4;18.7;1.1;12.37;0;5.31;29987
+78098;45.58815;6.37067;556;20220612;31;12.4;21.7;1.1;13.22;.1;5.71;29900
+78098;45.58815;6.37067;556;20220613;28.6;14.6;21.6;1.4;14.77;.3;5.11;25554
+78098;45.58815;6.37067;556;20220614;29.6;11.6;20.6;.9;13.97;0;5.39;29537
+78098;45.58815;6.37067;556;20220615;31.2;15.5;23.4;1.3;15.37;.2;5.65;27766
+78098;45.58815;6.37067;556;20220616;32.9;16.4;24.7;1.5;15.32;0;6.03;27859
+78098;45.58815;6.37067;556;20220617;32.6;15.2;23.9;1.3;14.92;0;5.95;28856
+78098;45.58815;6.37067;556;20220618;34.7;16.1;25.4;1.1;15.52;0;6.26;30145
+78098;45.58815;6.37067;556;20220619;34.7;17.8;26.2;1.4;16.82;0;6.19;28349
+78098;45.58815;6.37067;556;20220620;32.3;17.1;24.7;1.3;15.52;0;5.73;26986
+78098;45.58815;6.37067;556;20220621;32.9;16.3;24.6;1.2;15.47;1.6;5.87;28267
+78098;45.58815;6.37067;556;20220622;26.7;17.6;22.1;1.7;18.32;3.6;4.35;20717
+78098;45.58815;6.37067;556;20220623;27.7;15.7;21.7;2.1;18.42;5.1;4.8;23695
+78098;45.58815;6.37067;556;20220624;21.4;15.9;18.7;1.2;16.82;10.8;3.13;16112
+78098;45.58815;6.37067;556;20220625;28.3;12.7;20.5;1.4;15.02;.5;5.21;27258
+78098;45.58815;6.37067;556;20220626;28.3;14.2;21.2;1.3;17.07;0;4.88;25592
+78098;45.58815;6.37067;556;20220627;23.5;17.5;20.5;1.6;17.77;.7;3.31;15256
+78098;45.58815;6.37067;556;20220628;23.9;15.6;19.7;1.4;17.12;6;3.75;19640
+78098;45.58815;6.37067;556;20220629;28.7;15.3;22;1.9;16.07;0;5.26;25023
+78098;45.58815;6.37067;556;20220630;28.9;15.9;22.4;1.6;16.52;8.5;5.14;25080
+78098;45.58815;6.37067;556;20220701;23.3;13.4;18.4;2;13.87;.6;4.23;21451
+78098;45.58815;6.37067;556;20220702;29.3;10.9;20.1;1.1;13.67;0;5.39;29575
+78098;45.58815;6.37067;556;20220703;33.2;15.4;24.3;1.8;14.82;1.7;6.28;28861
+78098;45.58815;6.37067;556;20220704;30.3;17.6;24;1.4;17.72;7;5.12;23920
+78098;45.58815;6.37067;556;20220705;28.6;16.4;22.5;1.8;16.02;.5;5.07;23709
+78098;45.58815;6.37067;556;20220706;28.3;13.1;20.7;1.5;13.37;0;5.23;26798
+78098;45.58815;6.37067;556;20220707;27.9;12.9;20.4;1.8;13.42;0;5.3;26451
+78098;45.58815;6.37067;556;20220708;27.5;12.8;20.1;1.6;13.07;0;5.1;25961
+78098;45.58815;6.37067;556;20220709;28.5;11.8;20.1;1.3;12.37;0;5.2;27553
+78098;45.58815;6.37067;556;20220710;29.6;12;20.8;1.4;12.52;0;5.49;28595
+78098;45.58815;6.37067;556;20220711;30.4;13.8;22.1;1.7;13.27;0;5.54;27081
+78098;45.58815;6.37067;556;20220712;30.8;13.5;22.1;1.2;12.82;0;5.48;28026
+78098;45.58815;6.37067;556;20220713;32.8;13.2;23;1.2;13.22;0;5.92;30012
+78098;45.58815;6.37067;556;20220714;35.1;17.9;26.5;1.5;14.42;0;6.18;27884
+78098;45.58815;6.37067;556;20220715;33.4;16.7;25;1.6;13.42;0;6.02;27454
+78098;45.58815;6.37067;556;20220716;32.9;14.9;23.9;1.4;13.52;0;5.91;28461
+78098;45.58815;6.37067;556;20220717;33.6;14.1;23.8;1.2;13.07;0;5.89;29444
+78098;45.58815;6.37067;556;20220718;36.1;14.9;25.5;1.2;13.32;0;6.29;30297
+78098;45.58815;6.37067;556;20220719;36.7;16.9;26.8;1.5;15.42;0;6.58;29690
+78098;45.58815;6.37067;556;20220720;35.2;21.3;28.3;1.9;18.57;.8;6.04;24039
+78098;45.58815;6.37067;556;20220721;32.9;19.9;26.4;1.6;16.07;0;5.56;23767
+78098;45.58815;6.37067;556;20220722;36.5;16.6;26.6;1.3;14.52;.7;6.23;29373
+78098;45.58815;6.37067;556;20220723;31.8;19.7;25.7;2.2;16.38;.2;5.47;21817
+78098;45.58815;6.37067;556;20220724;34.7;16.1;25.4;1.3;15.56;0;5.49;25242
+78098;45.58815;6.37067;556;20220725;35.3;17.5;26.4;1.6;14.66;.1;5.69;24031
+78098;45.58815;6.37067;556;20220726;29.1;20.3;24.7;2.4;15.17;.5;5.05;18982
+78098;45.58815;6.37067;556;20220727;29;17;23;1.8;13.17;0;5.1;22502
+78098;45.58815;6.37067;556;20220728;31;14.1;22.5;1.3;13.27;0;5.19;26142
+78098;45.58815;6.37067;556;20220729;24;15.9;19.9;1.2;15.07;5.3;3.61;18246
+78098;45.58815;6.37067;556;20220730;29.4;13.3;21.4;1.3;13.97;0;4.94;25581
+78098;45.58815;6.37067;556;20220731;31.8;13.8;22.8;1.1;12.27;0;5.29;26854
+78098;45.58815;6.37067;556;20220801;33.2;15.3;24.3;1.2;13.02;0;5.47;26750
+78098;45.58815;6.37067;556;20220802;33.1;15.1;24.1;1.1;13.52;0;5.39;26663
+78098;45.58815;6.37067;556;20220803;35.1;15.8;25.5;1.3;13.92;0;5.76;27446
+78098;45.58815;6.37067;556;20220804;36.1;18.3;27.2;1.8;14.92;0;6.19;26167
+78098;45.58815;6.37067;556;20220805;36.2;19.8;28;2.1;16.52;.1;6.37;25051
+78098;45.58815;6.37067;556;20220806;29.8;14.9;22.4;1.8;17.37;0;4.79;23331
+78098;45.58815;6.37067;556;20220807;28.4;16.7;22.5;1.5;16.87;.5;4.23;19959
+78098;45.58815;6.37067;556;20220808;30.2;14.3;22.3;1.2;15.47;0;4.76;24393
+78098;45.58815;6.37067;556;20220809;31.7;14.6;23.2;1.1;14.77;.1;4.92;24939
+78098;45.58815;6.37067;556;20220810;32.4;14.9;23.7;.8;13.92;.1;4.72;25322
+78098;45.58815;6.37067;556;20220811;33.7;14.6;24.2;1.1;13.32;0;5.17;26247
+78098;45.58815;6.37067;556;20220812;32.6;15.2;23.9;1.1;12.72;0;4.89;24781
+78098;45.58815;6.37067;556;20220813;32.4;13.1;22.7;1;10.82;0;4.85;26018
+78098;45.58815;6.37067;556;20220814;23.1;15.1;19.1;1.2;13.82;10.3;3.27;16823
+78098;45.58815;6.37067;556;20220815;25.9;12.6;19.2;1;15.57;.1;3.78;21275
+78098;45.58815;6.37067;556;20220816;31.4;12.6;22;1;14.12;0;4.69;25333
+78098;45.58815;6.37067;556;20220817;27.2;17.2;22.2;1.9;16.82;14.8;3.99;17826
+78098;45.58815;6.37067;556;20220818;23.2;14.3;18.7;2.3;16.74;12.2;2.9;14541
+78098;45.58815;6.37067;556;20220819;20.9;15.1;18;2.3;17.28;4.2;2.21;10750
+78098;45.58815;6.37067;556;20220820;26.1;14.2;20.2;1.7;15.74;.7;3.55;17681
+78098;45.58815;6.37067;556;20220821;27;12.8;19.9;1.8;14.66;0;4.24;22001
+78098;45.58815;6.37067;556;20220822;27.6;12.4;20;1.7;13.36;0;4.4;22219
+78098;45.58815;6.37067;556;20220823;29.6;12.3;21;1.2;13.57;0;4.28;23039
+78098;45.58815;6.37067;556;20220824;29.8;12.7;21.3;1.1;14.37;0;4.12;22539
+78098;45.58815;6.37067;556;20220825;31.8;14.3;23.1;1.1;15.37;.5;4.43;23015
+78098;45.58815;6.37067;556;20220826;26.4;16.8;21.6;1.1;16.92;4.1;3.27;16611
+78098;45.58815;6.37067;556;20220827;27.7;14.5;21.1;1.3;16.67;0;3.73;19491
+78098;45.58815;6.37067;556;20220828;28.1;13.7;20.9;1.1;16.12;.1;3.63;19985
+78098;45.58815;6.37067;556;20220829;31.1;13.7;22.4;1;14.87;0;4.13;22073
+78098;45.58815;6.37067;556;20220830;27.4;16.3;21.8;1.7;15.22;5.9;3.76;17705
+78098;45.58815;6.37067;556;20220831;26.6;15.8;21.2;1.5;16.92;.4;3.43;17028
+78098;45.58815;6.37067;556;20220901;26.6;12.2;19.4;1.1;14.32;0;3.4;19087
+78098;45.58815;6.37067;556;20220902;25.4;11.9;18.7;1.5;14.77;9.7;3.33;18701
+78098;45.58815;6.37067;556;20220903;25.8;13.8;19.8;1.5;16.32;4.4;3.23;17372
+78098;45.58815;6.37067;556;20220904;27.9;13.4;20.7;1.3;15.87;0;3.52;19018
+78098;45.58815;6.37067;556;20220905;30;14.2;22.1;1.1;16.17;.2;3.67;19671
+78098;45.58815;6.37067;556;20220906;28.5;14.4;21.4;1.4;16.82;1.8;3.45;17852
+78098;45.58815;6.37067;556;20220907;27.4;16.1;21.7;1.6;17.87;12.5;3.25;15911
+78098;45.58815;6.37067;556;20220908;24.9;14.4;19.6;1.4;15.47;.9;2.9;15328
+78098;45.58815;6.37067;556;20220909;23.4;11.9;17.6;1.7;13.32;3.4;2.91;15739
+78098;45.58815;6.37067;556;20220910;22.2;12;17.1;1.6;13.07;.1;2.71;14649
+78098;45.58815;6.37067;556;20220911;24.4;8.6;16.5;1.2;11.72;0;3.04;18680
+78098;45.58815;6.37067;556;20220912;29.5;9.9;19.7;.8;12.02;0;3.43;20665
+78098;45.58815;6.37067;556;20220913;27.1;12.4;19.8;1.1;13.97;2.3;3.19;17892
+78098;45.58815;6.37067;556;20220914;24.8;17.2;21;1.6;17.62;9.8;2.72;12562
+78098;45.58815;6.37067;556;20220915;23;13.6;18.3;1.8;16.87;8.6;2.38;13589
+78098;45.58815;6.37067;556;20220916;21.3;14.3;17.8;1.5;14.57;7.2;2.25;11582
+78098;45.58815;6.37067;556;20220917;17.1;10;13.5;1.9;8.57;0;2.4;11486
+78098;45.58815;6.37067;556;20220918;19.7;3.1;11.4;.8;8.47;0;2.34;17906
+78098;45.58815;6.37067;556;20220919;19.8;4;11.9;1.1;8.67;0;2.36;17124
+78098;45.58815;6.37067;556;20220920;19.6;3.6;11.6;1.1;8.87;0;2.3;17155
+78098;45.58815;6.37067;556;20220921;18.9;4.6;11.8;1.1;9.32;0;2.16;15933
+78098;45.58815;6.37067;556;20220922;21.7;5;13.4;.7;9.72;0;2.25;17136
+78098;45.58815;6.37067;556;20220923;21.9;5.8;13.9;1.3;10.57;7.3;2.45;16638
+78098;45.58815;6.37067;556;20220924;17.8;12.5;15.1;1.1;14.12;7.6;1.66;9426
+78098;45.58815;6.37067;556;20220925;15.9;11.3;13.6;1;13.07;7.8;1.44;8585
+78098;45.58815;6.37067;556;20220926;16.7;8.7;12.7;1.2;11.32;8.1;1.66;11055
+78098;45.58815;6.37067;556;20220927;13.5;8.7;11.1;1.1;10.72;11;1.3;8230
+78098;45.58815;6.37067;556;20220928;13.5;8.3;10.9;1.8;11.62;29.9;1.26;8456
+78098;45.58815;6.37067;556;20220929;13.3;9.6;11.5;1;11.32;2.6;1.16;6769
+78098;45.58815;6.37067;556;20220930;12.5;4.7;8.6;.6;10.02;.5;1.25;10644
+78098;45.58815;6.37067;556;20221001;11.5;8;9.8;1.3;11.82;13.4;.93;6860
+78098;45.58815;6.37067;556;20221002;23.3;10.5;16.9;1.6;14.47;0;2.17;13244
+78098;45.58815;6.37067;556;20221003;19.5;7.5;13.5;1;12.32;0;1.69;12558
+78098;45.58815;6.37067;556;20221004;22.3;9.5;15.9;.9;11.97;0;1.93;12996
+78098;45.58815;6.37067;556;20221005;23.8;7.3;15.6;1.3;11.32;.1;2.21;14616
+78098;45.58815;6.37067;556;20221006;22.4;9.1;15.7;1.3;12.82;0;1.98;12796
+78098;45.58815;6.37067;556;20221007;21.7;8.4;15;.6;12.87;.3;1.68;12860
+78098;45.58815;6.37067;556;20221008;17.2;12.5;14.8;.7;14.52;4.5;1.2;7237
+78098;45.58815;6.37067;556;20221009;15.7;11.9;13.8;.8;13.87;2.4;1.09;6356
+78098;45.58815;6.37067;556;20221010;21.8;10.7;16.3;1;13.82;0;1.69;11309
+78098;45.58815;6.37067;556;20221011;20.3;7.8;14.1;.8;12.62;0;1.5;11684
+78098;45.58815;6.37067;556;20221012;19;10.6;14.8;.7;13.47;.2;1.34;9334
+78098;45.58815;6.37067;556;20221013;18.9;7.2;13.1;.9;12.12;1.6;1.42;11113
+78098;45.58815;6.37067;556;20221014;17.9;11.7;14.8;1.1;14.37;1.5;1.22;7662
+78098;45.58815;6.37067;556;20221015;22.8;9.8;16.3;1.3;13.22;.1;1.79;11166
+78098;45.58815;6.37067;556;20221016;24.4;8.7;16.6;.9;11.87;0;1.74;12283
+78098;45.58815;6.37067;556;20221017;24.3;8.9;16.6;1;12.42;0;1.74;12143
+78098;45.58815;6.37067;556;20221018;23.2;9.7;16.5;.8;13.07;.2;1.55;11203
+78098;45.58815;6.37067;556;20221019;21.7;7.6;14.6;1;11.77;.1;1.52;11161
+78098;45.58815;6.37067;556;20221020;18.7;9.8;14.2;1.5;13.27;2.2;1.21;8623
+78098;45.58815;6.37067;556;20221021;15.8;13.9;14.8;1.8;15.17;38;.93;3635
+78098;45.58815;6.37067;556;20221022;21.5;12.3;16.9;1.6;13.77;0;1.59;8539
+78098;45.58815;6.37067;556;20221023;19.2;8.1;13.6;1.5;12.87;3.4;1.2;9177
+78098;45.58815;6.37067;556;20221024;17.6;13.5;15.6;2.3;14.72;18.3;1.16;5081
+78098;45.58815;6.37067;556;20221025;17.3;8.4;12.9;1;12.62;.2;.99;7971
+78098;45.58815;6.37067;556;20221026;22.9;10.1;16.5;1.3;12.97;.1;1.51;9686
+78098;45.58815;6.37067;556;20221027;22.9;7.7;15.3;.9;11.87;0;1.31;10363
+78098;45.58815;6.37067;556;20221028;24.8;9.1;16.9;1.1;12.17;0;1.54;10461
+78098;45.58815;6.37067;556;20221029;22.1;10.9;16.5;1.1;11.52;.1;1.46;8678
+78098;45.58815;6.37067;556;20221030;20.5;6.9;13.7;.5;11.32;0;.93;9476
+78098;45.58815;6.37067;556;20221031;20.2;7.1;13.6;.8;11.17;8.4;1.02;9055
+78098;45.58815;6.37067;556;20221101;17.9;9.8;13.9;1.2;12.62;6.2;.98;6788
+78098;45.58815;6.37067;556;20221102;16.1;7.5;11.8;.9;11.07;.1;.85;7001
+78098;45.58815;6.37067;556;20221103;12.6;3.9;8.3;1.3;9.82;19.4;.71;6993
+78098;45.58815;6.37067;556;20221104;9;3.7;6.3;1.3;8.87;3.9;.59;5196
+78098;45.58815;6.37067;556;20221105;11.5;4.1;7.8;1;8.27;.1;.7;6159
+78098;45.58815;6.37067;556;20221106;13.2;.1;6.6;1.3;7.47;.2;.8;8279
+78098;45.58815;6.37067;556;20221107;17;2.6;9.8;.9;7.87;0;.9;8668
+78098;45.58815;6.37067;556;20221108;18;1.6;9.8;.8;7.92;.6;.83;9156
+78098;45.58815;6.37067;556;20221109;11.1;6.7;8.9;1.2;10.47;14.9;.59;4112
+78098;45.58815;6.37067;556;20221110;13.4;4.7;9.1;1;10.17;0;.59;6059
+78098;45.58815;6.37067;556;20221111;14.2;1.6;7.9;.9;8.57;0;.64;7588
+78098;45.58815;6.37067;556;20221112;11.9;2;7;.8;8.62;0;.45;6148
+78098;45.58815;6.37067;556;20221113;12.6;4.5;8.6;.9;9.07;0;.6;5682
+78098;45.58815;6.37067;556;20221114;14.8;3;8.9;1.3;9.12;2.9;.72;7023
+78098;45.58815;6.37067;556;20221115;12.2;7.4;9.8;1.2;10.77;17.1;.56;3993
+78098;45.58815;6.37067;556;20221116;14.2;6.1;10.2;2.1;10.12;.9;.85;5539
+78098;45.58815;6.37067;556;20221117;15.6;5.9;10.8;2.5;9.82;13.6;1.11;6146
+78098;45.58815;6.37067;556;20221118;11.3;6.5;8.9;1.3;8.87;1;.68;4047
+78098;45.58815;6.37067;556;20221119;8.9;.8;4.8;1.1;7.12;.6;.49;5188
+78098;45.58815;6.37067;556;20221120;9.5;1.7;5.6;.7;7.22;.3;.45;5265
+78098;45.58815;6.37067;556;20221121;8.9;1.6;5.2;1.6;7.37;12.6;.52;4715
+78098;45.58815;6.37067;556;20221122;7.4;3.1;5.2;1.3;8.02;2.1;.45;3548
+78098;45.58815;6.37067;556;20221123;7.4;.5;3.9;1.2;6.97;9.1;.42;4655
+78098;45.58815;6.37067;556;20221124;11.5;2.2;6.8;1.8;7.77;0;.71;5332
+78098;45.58815;6.37067;556;20221125;11.4;1.9;6.6;1.3;7.47;1.6;.57;5149
+78098;45.58815;6.37067;556;20221126;9.6;1.7;5.7;1;7.22;0;.45;4897
+78098;45.58815;6.37067;556;20221127;7.9;-2.4;2.7;.7;5.77;0;.34;5436
+78098;45.58815;6.37067;556;20221128;8.9;1.2;5.1;.9;7.12;2.3;.42;4534
+78098;45.58815;6.37067;556;20221129;5.9;3.8;4.9;.8;8.02;1.2;.39;2098
+78098;45.58815;6.37067;556;20221130;7.4;-1.7;2.8;.8;6.62;0;.28;4973
+78098;45.58815;6.37067;556;20221201;6.3;.6;3.5;1.1;6.52;0;.44;3092
+78098;45.58815;6.37067;556;20221202;6.1;-2;2;.7;5.82;0;.3;4437
+78098;45.58815;6.37067;556;20221203;8.1;-1.4;3.4;1.8;5.87;0;.71;4590
+78098;45.58815;6.37067;556;20221204;5.6;1;3.3;.7;6.77;8.8;.34;2962
+78098;45.58815;6.37067;556;20221205;5.9;-.5;2.7;1;6.57;0;.34;4002
+78098;45.58815;6.37067;556;20221206;4.9;-4;.4;.6;5.17;0;.23;4750
+78098;45.58815;6.37067;556;20221207;1.3;-3.5;-1.1;1.3;5.47;0;.24;3277
+78098;45.58815;6.37067;556;20221208;4.1;-3.5;.3;1.2;5.02;5.3;.38;4189
+78098;45.58815;6.37067;556;20221209;3.4;0;1.7;.4;6.57;17.8;.28;2456
+78098;45.58815;6.37067;556;20221210;2;1.5;1.8;1.4;6.42;1.2;.42;743
+78098;45.58815;6.37067;556;20221211;2.4;-2.2;.1;1.1;4.72;0;.4;3070
+78098;45.58815;6.37067;556;20221212;2.1;-5.5;-1.7;.6;4.17;2.5;.24;4070
+78098;45.58815;6.37067;556;20221213;1.9;-2.6;-.3;.8;5.57;8.7;.23;2947
+78098;45.58815;6.37067;556;20221214;5.8;-1;2.4;1.2;7.17;6.1;.21;3876
+78098;45.58815;6.37067;556;20221215;4.4;.8;2.6;1.3;7.47;17.2;.24;2589
+78098;45.58815;6.37067;556;20221216;4.8;2;3.4;1.2;7.27;.3;.33;2287
+78098;45.58815;6.37067;556;20221217;3.5;.1;1.8;1.4;5.82;0;.38;2242
+78098;45.58815;6.37067;556;20221218;4.5;-3.4;.5;.8;5.27;0;.28;4025
+78098;45.58815;6.37067;556;20221219;8.4;-1.4;3.5;.7;6.07;.2;.27;4649
+78098;45.58815;6.37067;556;20221220;10.6;-.6;5;1.7;6.97;1.8;.49;5093
+78098;45.58815;6.37067;556;20221221;9.2;4.8;7;1.7;8.72;2.8;.45;2931
+78098;45.58815;6.37067;556;20221222;10.8;4;7.4;2.2;9.17;18.3;.56;3811
+78098;45.58815;6.37067;556;20221223;9.6;6.8;8.2;2.7;10.77;45.7;.41;2239
+78098;45.58815;6.37067;556;20221224;13;8.5;10.7;1.6;11.07;.1;.59;2949
+78098;45.58815;6.37067;556;20221225;11.5;4.8;8.1;1.5;8.77;0;.58;3671
+78098;45.58815;6.37067;556;20221226;9.5;1.4;5.4;1.2;8.37;7.4;.29;4103
+78098;45.58815;6.37067;556;20221227;9.3;3.5;6.4;.8;8.52;.1;.33;3494
+78098;45.58815;6.37067;556;20221228;8.3;-1.9;3.2;1.1;5.72;0;.41;4880
+78098;45.58815;6.37067;556;20221229;13.2;-.3;6.5;1.6;6.62;10.1;.68;5700
+78098;45.58815;6.37067;556;20221230;8.8;3.5;6.2;2.1;9.27;8.1;.39;3392
+78098;45.58815;6.37067;556;20221231;15.6;7.8;11.7;2.1;10.72;.1;.88;4240
+78099;45.59864;6.69033;1473;20220101;14.4;9.5;12;1.3;3.74;0;1.21;3784
+78099;45.59864;6.69033;1473;20220102;10.5;8.8;9.7;2.8;4.5;0;1.83;2585
+78099;45.59864;6.69033;1473;20220103;5.1;3.4;4.2;2.5;5.74;.3;.75;3036
+78099;45.59864;6.69033;1473;20220104;8.6;4.5;6.5;3.8;6.4;10.1;1.14;3287
+78099;45.59864;6.69033;1473;20220105;-1.7;-1.8;-1.7;3.3;3.92;3.5;.77;1973
+78099;45.59864;6.69033;1473;20220106;-2.7;-8;-5.4;3.2;2.52;.1;.83;4202
+78099;45.59864;6.69033;1473;20220107;-2.9;-8.3;-5.6;2.4;3.27;3.4;.33;4026
+78099;45.59864;6.69033;1473;20220108;-2.1;-5;-3.6;2.9;4.17;13.9;.29;3338
+78099;45.59864;6.69033;1473;20220109;-3.5;-4.2;-3.9;3.4;4.5;12;.19;2190
+78099;45.59864;6.69033;1473;20220110;-3.8;-4.8;-4.3;3.1;3.7;0;.39;1805
+78099;45.59864;6.69033;1473;20220111;-5.6;-8.9;-7.2;3.1;3.14;0;.24;3164
+78099;45.59864;6.69033;1473;20220112;-3.5;-9.5;-6.5;3.9;2.94;0;.36;4253
+78099;45.59864;6.69033;1473;20220113;4.9;-5.1;-.1;2.2;2.67;0;.81;5535
+78099;45.59864;6.69033;1473;20220114;9.2;2.3;5.7;1.4;2.37;0;1.01;5308
+78099;45.59864;6.69033;1473;20220115;9.1;3.5;6.3;1.8;2.7;.3;1.28;4687
+78099;45.59864;6.69033;1473;20220116;2.9;1.5;2.2;2.5;2.34;0;1.37;3451
+78099;45.59864;6.69033;1473;20220117;1.7;-2.5;-.4;4.3;3.64;0;.87;3858
+78099;45.59864;6.69033;1473;20220118;5.2;-4.6;.3;2.2;3.4;0;.75;6275
+78099;45.59864;6.69033;1473;20220119;2.3;1.7;2;2.6;3.77;.6;1.06;2676
+78099;45.59864;6.69033;1473;20220120;-1.3;-5.3;-3.3;3.1;3.8;.2;.47;4216
+78099;45.59864;6.69033;1473;20220121;-4.6;-7.1;-5.9;4.9;3;0;.49;3825
+78099;45.59864;6.69033;1473;20220122;-1.4;-8.6;-5;4.3;3.37;0;.42;5544
+78099;45.59864;6.69033;1473;20220123;4.4;-3.4;.5;3;3.57;0;.9;5843
+78099;45.59864;6.69033;1473;20220124;7.5;1.4;4.5;.9;2.97;0;.73;5934
+78099;45.59864;6.69033;1473;20220125;6;1.7;3.8;1.3;2.87;0;.95;5049
+78099;45.59864;6.69033;1473;20220126;6.4;2.2;4.3;2.4;2.37;0;1.45;5218
+78099;45.59864;6.69033;1473;20220127;6;1.6;3.8;2;2.1;0;1.3;5709
+78099;45.59864;6.69033;1473;20220128;3;-1.5;.7;4.3;2.6;0;1.38;5691
+78099;45.59864;6.69033;1473;20220129;5.2;-1.6;1.8;2.5;2.14;0;1.36;6819
+78099;45.59864;6.69033;1473;20220130;2;.8;1.4;2.3;5.04;0;.6;3886
+78099;45.59864;6.69033;1473;20220131;-1.9;-3.4;-2.7;3.6;4.24;2.6;.49;3035
+78099;45.59864;6.69033;1473;20220201;-2.8;-6.4;-4.6;1.9;4.1;9.6;.29;5242
+78099;45.59864;6.69033;1473;20220202;1.8;-3.2;-.7;2.4;5.8;1.1;.28;5698
+78099;45.59864;6.69033;1473;20220203;11.4;0;5.7;2.6;4.14;0;1.57;8431
+78099;45.59864;6.69033;1473;20220204;3.5;.4;1.9;2.8;5.24;.6;.73;6051
+78099;45.59864;6.69033;1473;20220205;.8;-.6;.1;1.6;4.6;0;.6;3561
+78099;45.59864;6.69033;1473;20220206;-1;-4;-2.5;3.1;4.4;20.1;.47;4945
+78099;45.59864;6.69033;1473;20220207;-1.1;-2.1;-1.6;3.9;4.24;2.3;.66;4929
+78099;45.59864;6.69033;1473;20220208;4.5;-4.2;.1;3.3;2.47;0;1.39;9111
+78099;45.59864;6.69033;1473;20220209;10.7;1.4;6.1;1.5;3.06;0;1.35;9599
+78099;45.59864;6.69033;1473;20220210;4.9;2.7;3.8;1.8;3.26;1;1.25;10599
+78099;45.59864;6.69033;1473;20220211;3.5;-1.9;.8;2.1;3.63;2;1.01;7379
+78099;45.59864;6.69033;1473;20220212;2.2;-7.5;-2.7;2.6;2.36;0;1.18;9362
+78099;45.59864;6.69033;1473;20220213;3.9;-7.2;-1.6;2.7;2.43;0;1.31;10979
+78099;45.59864;6.69033;1473;20220214;1.4;-5.7;-2.1;2.6;3.39;6.4;.92;6418
+78099;45.59864;6.69033;1473;20220215;1.1;-5.1;-2;1.7;3.89;4.2;.73;6818
+78099;45.59864;6.69033;1473;20220216;2.6;-4.8;-1.1;2.8;6.2;14.3;.29;7022
+78099;45.59864;6.69033;1473;20220217;4.7;2.7;3.7;3.5;7.27;3.8;.58;4554
+78099;45.59864;6.69033;1473;20220218;11.9;1;6.4;2.3;5.09;8.4;1.64;10954
+78099;45.59864;6.69033;1473;20220219;2.4;-1;.7;1.8;5.06;0;.87;7046
+78099;45.59864;6.69033;1473;20220220;4.5;-4.3;.1;2.1;4.67;2.3;.87;9860
+78099;45.59864;6.69033;1473;20220221;0;-.4;-.2;4.2;5.1;19.7;.64;3141
+78099;45.59864;6.69033;1473;20220222;.8;-2.7;-1;1.9;5.1;.2;.62;8498
+78099;45.59864;6.69033;1473;20220223;3.7;-.9;1.4;2.7;5.2;0;.89;9638
+78099;45.59864;6.69033;1473;20220224;3.3;1.6;2.5;2.9;5.04;1.2;1.05;6062
+78099;45.59864;6.69033;1473;20220225;-.2;-3.6;-1.9;3.4;3.77;.3;.92;9187
+78099;45.59864;6.69033;1473;20220226;.9;-5.8;-2.4;3.5;3.17;0;1.03;11405
+78099;45.59864;6.69033;1473;20220227;1.8;-4.1;-1.2;1.3;2.87;0;1.03;11146
+78099;45.59864;6.69033;1473;20220228;2.9;-4.1;-.6;2.6;3.2;0;1.26;11405
+78099;45.59864;6.69033;1473;20220301;4.3;-2;1.2;2.3;3.3;0;1.41;11241
+78099;45.59864;6.69033;1473;20220302;5.9;-.7;2.6;1.6;3.6;0;1.35;10925
+78099;45.59864;6.69033;1473;20220303;6.1;.3;3.2;2.2;4.37;0;1.38;11005
+78099;45.59864;6.69033;1473;20220304;4.2;-.7;1.7;2.7;3.47;0;1.49;10559
+78099;45.59864;6.69033;1473;20220305;1.8;-5.2;-1.7;1.7;2.17;0;1.28;11921
+78099;45.59864;6.69033;1473;20220306;-.5;-6.3;-3.4;1.8;2.64;0;1.05;11339
+78099;45.59864;6.69033;1473;20220307;1.7;-6.5;-2.4;1.4;3.17;0;1.07;12915
+78099;45.59864;6.69033;1473;20220308;4.3;-3.4;.5;1.6;3.44;0;1.34;13210
+78099;45.59864;6.69033;1473;20220309;4.8;-2.8;1;1.6;4.4;0;1.23;12804
+78099;45.59864;6.69033;1473;20220310;6.9;.2;3.5;1.8;4.37;0;1.51;12893
+78099;45.59864;6.69033;1473;20220311;7.5;-.1;3.7;2.4;4.4;0;1.61;11369
+78099;45.59864;6.69033;1473;20220312;6;-.3;2.8;1.9;4.54;0;1.38;10984
+78099;45.59864;6.69033;1473;20220313;7.2;1.3;4.3;2.9;4.67;1.3;1.69;10708
+78099;45.59864;6.69033;1473;20220314;6.5;-1.5;2.5;1.4;5.94;2.3;1.29;13862
+78099;45.59864;6.69033;1473;20220315;9.7;2.3;6;2.8;6.6;.2;1.59;11121
+78099;45.59864;6.69033;1473;20220316;11.8;6.2;9;1.7;6.1;.4;1.89;11710
+78099;45.59864;6.69033;1473;20220317;8.3;5.3;6.8;2.1;7.27;0;1.35;9184
+78099;45.59864;6.69033;1473;20220318;9.9;2.4;6.2;2.6;6.23;0;1.9;12560
+78099;45.59864;6.69033;1473;20220319;9.1;1.9;5.5;3.2;4.26;0;2.42;15206
+78099;45.59864;6.69033;1473;20220320;6.3;-.8;2.8;3.8;3.39;0;2.34;15730
+78099;45.59864;6.69033;1473;20220321;7.9;-2.2;2.8;3.3;3.26;0;2.36;15845
+78099;45.59864;6.69033;1473;20220322;9.2;-3.2;3;2.7;2.43;0;2.56;18168
+78099;45.59864;6.69033;1473;20220323;11.5;-1.5;5;2.4;2.49;0;2.76;18871
+78099;45.59864;6.69033;1473;20220324;12.8;-1.5;5.7;2.1;2.83;0;2.75;19425
+78099;45.59864;6.69033;1473;20220325;12.9;-.9;6;2.4;3.13;0;2.91;19724
+78099;45.59864;6.69033;1473;20220326;11.3;-.5;5.4;2.4;2.9;0;2.72;18105
+78099;45.59864;6.69033;1473;20220327;12.2;-.3;6;2;2.93;0;2.7;18594
+78099;45.59864;6.69033;1473;20220328;13.7;-.9;6.4;1.9;3.03;0;2.85;20252
+78099;45.59864;6.69033;1473;20220329;12.1;.4;6.2;2;4.19;.6;2.48;15927
+78099;45.59864;6.69033;1473;20220330;5.6;2.1;3.8;1.1;6.46;1.1;1.16;8106
+78099;45.59864;6.69033;1473;20220331;5.9;1.5;3.7;1.6;6.13;7;1.35;9514
+78099;45.59864;6.69033;1473;20220401;.6;-2.3;-.8;2.4;4.06;8.6;1.2;8188
+78099;45.59864;6.69033;1473;20220402;-.4;-5.9;-3.1;4.4;2.9;2.3;1.64;15408
+78099;45.59864;6.69033;1473;20220403;1.8;-7.7;-2.9;2;3.23;0;1.61;17018
+78099;45.59864;6.69033;1473;20220404;5.5;-6.8;-.7;1.6;3.53;0;1.96;20265
+78099;45.59864;6.69033;1473;20220405;11.2;-3.3;4;1.4;4.53;0;2.5;21126
+78099;45.59864;6.69033;1473;20220406;11.7;-1.1;5.3;1.7;5.43;8.4;2.41;18712
+78099;45.59864;6.69033;1473;20220407;6;1;3.5;2.2;6.53;40.4;1.27;8031
+78099;45.59864;6.69033;1473;20220408;7.4;1.4;4.4;1.9;7.43;29.7;1.23;8672
+78099;45.59864;6.69033;1473;20220409;1.1;-.3;.4;2.4;4.49;5.2;1.34;9037
+78099;45.59864;6.69033;1473;20220410;8.1;-7.4;.3;1.7;3.36;0;2.44;23130
+78099;45.59864;6.69033;1473;20220411;14;-2.1;6;2.4;4.33;0;3.15;21878
+78099;45.59864;6.69033;1473;20220412;16.8;1.3;9;2.5;5.56;0;3.35;20708
+78099;45.59864;6.69033;1473;20220413;17;6.1;11.5;2.7;6.09;0;3.59;19529
+78099;45.59864;6.69033;1473;20220414;17.5;2.6;10.1;2.3;6.03;0;3.65;22977
+78099;45.59864;6.69033;1473;20220415;18.4;3.3;10.9;1.8;6.93;0;3.46;22595
+78099;45.59864;6.69033;1473;20220416;17.1;3.7;10.4;2.2;5.79;0;3.72;23592
+78099;45.59864;6.69033;1473;20220417;14.8;1;7.9;2.1;4.96;0;3.42;22724
+78099;45.59864;6.69033;1473;20220418;14.9;-.2;7.3;2.1;5.19;0;3.34;23547
+78099;45.59864;6.69033;1473;20220419;14.5;.2;7.3;2.1;4.76;0;3.35;23281
+78099;45.59864;6.69033;1473;20220420;13.7;1.8;7.8;2.5;5.73;.1;3.11;21110
+78099;45.59864;6.69033;1473;20220421;12.2;2.8;7.5;2.4;6.26;.1;2.72;18145
+78099;45.59864;6.69033;1473;20220422;13.8;2.8;8.3;2.2;6.19;1.2;3.03;19392
+78099;45.59864;6.69033;1473;20220423;10.1;5.1;7.6;2.8;6.86;9.6;2.21;12138
+78099;45.59864;6.69033;1473;20220424;7.7;.1;3.9;1.9;6.56;7.2;1.82;14345
+78099;45.59864;6.69033;1473;20220425;11;2.8;6.9;1.5;7.16;.8;2.25;15816
+78099;45.59864;6.69033;1473;20220426;10.9;1.1;6;1.6;6.16;.4;2.34;15926
+78099;45.59864;6.69033;1473;20220427;15;-.9;7;2.1;5.16;0;3.67;26053
+78099;45.59864;6.69033;1473;20220428;16.4;2.1;9.3;2.3;5.43;0;3.91;25152
+78099;45.59864;6.69033;1473;20220429;17.1;2.4;9.7;2.4;6.26;.3;3.28;17153
+78099;45.59864;6.69033;1473;20220430;12.9;5.1;9;1.8;6.59;2.8;2.56;14131
+78099;45.59864;6.69033;1473;20220501;13.4;-.3;6.5;1.5;5.56;0;2.57;17038
+78099;45.59864;6.69033;1473;20220502;15.2;.9;8;2;6.29;.8;2.81;16391
+78099;45.59864;6.69033;1473;20220503;11;4.5;7.8;1.4;7.76;1.5;1.85;10834
+78099;45.59864;6.69033;1473;20220504;13.1;4.3;8.7;1.6;8.06;6.6;2.05;11735
+78099;45.59864;6.69033;1473;20220505;6.4;5.1;5.7;1.5;8.19;15.6;1.18;6619
+78099;45.59864;6.69033;1473;20220506;7.5;3.3;5.4;3.6;8.17;0;1.19;9089
+78099;45.59864;6.69033;1473;20220507;10.9;4.8;7.8;3.4;8.5;3.3;1.75;11307
+78099;45.59864;6.69033;1473;20220508;11.5;5.3;8.4;2.2;8.87;2;1.82;11727
+78099;45.59864;6.69033;1473;20220509;14.2;6.7;10.5;1.5;9.27;.5;2.31;13461
+78099;45.59864;6.69033;1473;20220510;16.7;8.6;12.7;1.6;9.5;0;2.58;13429
+78099;45.59864;6.69033;1473;20220511;19.2;10.5;14.8;2.5;9.34;0;3.24;14059
+78099;45.59864;6.69033;1473;20220512;19.7;11.2;15.5;2.3;8.97;0;3.33;13961
+78099;45.59864;6.69033;1473;20220513;17.1;10.4;13.8;2.1;9.97;0;2.64;12069
+78099;45.59864;6.69033;1473;20220514;18.2;10.1;14.2;1.7;10.9;0;2.67;13508
+78099;45.59864;6.69033;1473;20220515;20.3;11.8;16;2;11.07;2.7;3.12;14142
+78099;45.59864;6.69033;1473;20220516;18;9.9;13.9;1.9;10.36;.9;3.17;16723
+78099;45.59864;6.69033;1473;20220517;19.9;12;15.9;1.9;10.2;.1;3.12;13751
+78099;45.59864;6.69033;1473;20220518;21.5;13.3;17.4;2.1;11.6;1;3.3;13936
+78099;45.59864;6.69033;1473;20220519;21.3;14.3;17.8;2.4;11.47;2;3.37;13257
+78099;45.59864;6.69033;1473;20220520;24;14.9;19.5;2.9;10.8;.1;4.17;14874
+78099;45.59864;6.69033;1473;20220521;22.4;12.9;17.7;2.6;10.24;0;3.92;15734
+78099;45.59864;6.69033;1473;20220522;23.9;16.7;20.3;2.1;11.1;2.2;3.68;12636
+78099;45.59864;6.69033;1473;20220523;20.6;15.5;18.1;3.1;11.2;6.3;3.43;11036
+78099;45.59864;6.69033;1473;20220524;8.5;7.1;7.8;2.8;9.9;3.1;.86;5047
+78099;45.59864;6.69033;1473;20220525;14.2;5.7;10;2.7;8.4;0;2.58;15176
+78099;45.59864;6.69033;1473;20220526;15.7;6.4;11.1;2.2;9.3;0;2.57;15025
+78099;45.59864;6.69033;1473;20220527;18.1;8.8;13.4;2.2;10.57;0;2.84;15225
+78099;45.59864;6.69033;1473;20220528;14.9;7.4;11.1;2.4;9;0;2.64;14630
+78099;45.59864;6.69033;1473;20220529;11.9;3.6;7.8;2.3;6.37;0;2.56;15381
+78099;45.59864;6.69033;1473;20220530;14.5;4.6;9.6;2.1;6.7;0;2.93;16517
+78099;45.59864;6.69033;1473;20220531;11.8;8.4;10.1;2;9.14;9.5;1.9;9358
+78099;45.59864;6.69033;1473;20220601;16.2;8.5;12.3;2;10.94;4.1;2.5;14359
+78099;45.59864;6.69033;1473;20220602;18.7;10.4;14.6;3;10.7;3.9;3.19;14911
+78099;45.59864;6.69033;1473;20220603;20;14.1;17.1;1.9;11.34;3.4;3.03;12443
+78099;45.59864;6.69033;1473;20220604;23.6;13.1;18.3;2;13.64;0;3.63;16947
+78099;45.59864;6.69033;1473;20220605;17.4;13.9;15.6;2;12.74;5.1;2.32;10251
+78099;45.59864;6.69033;1473;20220606;17.7;9.8;13.8;2.2;11.04;6;2.81;14551
+78099;45.59864;6.69033;1473;20220607;15.4;9.1;12.2;2.8;10.34;1.2;2.59;13688
+78099;45.59864;6.69033;1473;20220608;14.1;7.7;10.9;1.7;8.84;9;2.39;12717
+78099;45.59864;6.69033;1473;20220609;10;6;8;2.3;8.97;1.8;1.54;9312
+78099;45.59864;6.69033;1473;20220610;15.9;5.2;10.5;3.5;8.5;0;3.05;17782
+78099;45.59864;6.69033;1473;20220611;20.4;10;15.2;2.6;8.57;0;4.83;26482
+78099;45.59864;6.69033;1473;20220612;23.3;14;18.6;2.2;8.7;.1;5.22;24840
+78099;45.59864;6.69033;1473;20220613;18.5;14.2;16.3;2.4;11.67;.1;3.51;16458
+78099;45.59864;6.69033;1473;20220614;22.6;11.5;17.1;2.2;10.04;0;5.15;27250
+78099;45.59864;6.69033;1473;20220615;23.8;16.4;20.1;2.3;10.04;.5;4.96;21332
+78099;45.59864;6.69033;1473;20220616;24.1;16.2;20.1;2.4;12.24;0;5.1;23788
+78099;45.59864;6.69033;1473;20220617;23.8;15.1;19.4;2.6;11.47;0;5.17;24236
+78099;45.59864;6.69033;1473;20220618;26.4;17.5;21.9;2.7;11.9;0;5.8;25303
+78099;45.59864;6.69033;1473;20220619;26.2;17;21.6;2.6;13.2;0;5.57;25101
+78099;45.59864;6.69033;1473;20220620;24.3;15.3;19.8;2.4;11.67;0;5.28;25152
+78099;45.59864;6.69033;1473;20220621;24.6;16.8;20.7;2.3;11.24;2.5;4.91;21117
+78099;45.59864;6.69033;1473;20220622;20.2;12.8;16.5;2.1;13.7;6.7;3.61;19693
+78099;45.59864;6.69033;1473;20220623;19.8;11.9;15.9;2.2;14.27;4.7;3.48;20143
+78099;45.59864;6.69033;1473;20220624;13.9;11.5;12.7;2.1;12.04;13;2.15;12009
+78099;45.59864;6.69033;1473;20220625;19.7;9.8;14.7;2.1;11.47;.3;4.3;25769
+78099;45.59864;6.69033;1473;20220626;21.4;12;16.7;2;13.34;0;4.29;24475
+78099;45.59864;6.69033;1473;20220627;15.1;13.2;14.2;2;13.87;5.9;1.76;8785
+78099;45.59864;6.69033;1473;20220628;17.9;9.7;13.8;2.3;13;8.8;3.21;20085
+78099;45.59864;6.69033;1473;20220629;19.7;11.6;15.6;1.6;13.54;0;3.93;23447
+78099;45.59864;6.69033;1473;20220630;21.8;13.1;17.5;2.5;12.7;14.2;4.3;22019
+78099;45.59864;6.69033;1473;20220701;14.6;7.4;11;2.6;10.47;.8;3.08;20936
+78099;45.59864;6.69033;1473;20220702;21.3;8.7;15;2.4;10.2;0;4.86;28408
+78099;45.59864;6.69033;1473;20220703;25.2;15.6;20.4;2;10.57;.4;5.26;24916
+78099;45.59864;6.69033;1473;20220704;21.6;14.6;18.1;1.9;14.14;3.9;4.01;20937
+78099;45.59864;6.69033;1473;20220705;18.8;12.2;15.5;2;12.74;.1;3.56;20041
+78099;45.59864;6.69033;1473;20220706;18.8;11.6;15.2;3;10.37;0;4.27;22761
+78099;45.59864;6.69033;1473;20220707;18;10.2;14.1;3;10.9;0;4.01;23583
+78099;45.59864;6.69033;1473;20220708;18.3;8.7;13.5;3.5;10.44;0;4.26;25821
+78099;45.59864;6.69033;1473;20220709;19.5;10.7;15.1;2.8;10.47;0;4.17;22538
+78099;45.59864;6.69033;1473;20220710;20.2;11.7;16;2.7;10.4;0;4.57;24488
+78099;45.59864;6.69033;1473;20220711;21.3;11.9;16.6;2.4;11.5;0;4.55;25001
+78099;45.59864;6.69033;1473;20220712;21.5;13.5;17.5;2;10.4;0;4.65;24037
+78099;45.59864;6.69033;1473;20220713;23.9;14.6;19.3;1.8;10;0;4.96;24395
+78099;45.59864;6.69033;1473;20220714;25.8;16.9;21.4;2;11.37;0;5.25;24157
+78099;45.59864;6.69033;1473;20220715;23.7;16.5;20.1;2.4;11.17;0;4.9;21664
+78099;45.59864;6.69033;1473;20220716;23.2;14.5;18.8;2.4;11.14;0;4.93;23971
+78099;45.59864;6.69033;1473;20220717;24.7;14.7;19.7;2.3;10.34;0;5.28;25130
+78099;45.59864;6.69033;1473;20220718;27.2;17;22.1;2.1;10.24;0;5.62;25118
+78099;45.59864;6.69033;1473;20220719;27.9;18;22.9;2.3;12.8;0;5.63;24485
+78099;45.59864;6.69033;1473;20220720;25.4;17.8;21.6;2.2;15.54;1.2;4.3;19303
+78099;45.59864;6.69033;1473;20220721;22.9;13.3;18.1;2;13.04;0;4.49;23945
+78099;45.59864;6.69033;1473;20220722;27;16;21.5;2.4;11.3;.8;5.55;24885
+78099;45.59864;6.69033;1473;20220723;24.5;15.1;19.8;2.2;13.02;.5;4.88;22974
+78099;45.59864;6.69033;1473;20220724;27.4;13.8;20.6;1.7;13.19;0;5.53;27380
+78099;45.59864;6.69033;1473;20220725;27.1;17.9;22.5;1.8;11.72;.8;5.02;21746
+78099;45.59864;6.69033;1473;20220726;19.4;12.7;16;2.4;12.97;0;3.29;17675
+78099;45.59864;6.69033;1473;20220727;20.2;10.5;15.4;2.2;11.27;0;3.92;21904
+78099;45.59864;6.69033;1473;20220728;22.1;13;17.6;2;10.87;0;4.24;21439
+78099;45.59864;6.69033;1473;20220729;16.6;14.8;15.7;1.8;11.7;7.1;2.09;7032
+78099;45.59864;6.69033;1473;20220730;20.4;11.9;16.1;3.2;10.17;0;4.46;22808
+78099;45.59864;6.69033;1473;20220731;22.7;14;18.3;2.8;10.14;0;4.89;23299
+78099;45.59864;6.69033;1473;20220801;24.1;15;19.6;2.4;11.07;0;4.73;21929
+78099;45.59864;6.69033;1473;20220802;23.9;14.3;19.1;2;11.47;0;4.61;23221
+78099;45.59864;6.69033;1473;20220803;26.1;16.5;21.3;1.9;11.44;0;4.89;22805
+78099;45.59864;6.69033;1473;20220804;27.3;18.6;22.9;2.2;11.37;0;4.94;20013
+78099;45.59864;6.69033;1473;20220805;26.1;18.6;22.3;2.5;12.3;.6;4.69;18240
+78099;45.59864;6.69033;1473;20220806;21.8;13.1;17.5;1.9;13.6;0;3.87;21348
+78099;45.59864;6.69033;1473;20220807;20.4;11.4;15.9;1.8;13.44;1.2;3.61;21486
+78099;45.59864;6.69033;1473;20220808;22;12.3;17.1;1.9;12.3;0;3.82;20442
+78099;45.59864;6.69033;1473;20220809;23.3;14.9;19.1;1.8;11.54;0;4.24;21303
+78099;45.59864;6.69033;1473;20220810;24.1;15.6;19.8;1.8;9.84;.1;4.48;21471
+78099;45.59864;6.69033;1473;20220811;25.2;15.7;20.4;2;9.64;0;4.75;22001
+78099;45.59864;6.69033;1473;20220812;23.9;15.6;19.8;1.8;10.34;0;4.38;20912
+78099;45.59864;6.69033;1473;20220813;23.9;14.4;19.1;1.7;8.3;0;4.45;22033
+78099;45.59864;6.69033;1473;20220814;18.3;16.6;17.4;2.4;10.3;5.2;2.79;8370
+78099;45.59864;6.69033;1473;20220815;17.4;11.1;14.3;1.9;11.84;.1;2.71;15168
+78099;45.59864;6.69033;1473;20220816;23.3;11.7;17.5;2.2;10.84;0;4.29;22614
+78099;45.59864;6.69033;1473;20220817;21.8;13.7;17.7;2.7;13.7;11.5;3.37;16399
+78099;45.59864;6.69033;1473;20220818;14.4;9.8;12.1;2.2;12.74;17.7;1.93;12736
+78099;45.59864;6.69033;1473;20220819;13.1;10.7;11.9;2.1;12.87;1.6;1.35;7891
+78099;45.59864;6.69033;1473;20220820;16.6;10.8;13.7;1.6;12.77;.2;2.27;13601
+78099;45.59864;6.69033;1473;20220821;18.1;11;14.5;2.4;11.97;0;2.89;16972
+78099;45.59864;6.69033;1473;20220822;18.6;11;14.8;2.4;10.84;0;3.2;17666
+78099;45.59864;6.69033;1473;20220823;20.5;12.2;16.4;3;9.8;0;3.95;19364
+78099;45.59864;6.69033;1473;20220824;22.2;13.7;17.9;1.5;11.24;0;3.55;18664
+78099;45.59864;6.69033;1473;20220825;23.5;15.1;19.3;2.1;11.87;.5;3.91;18564
+78099;45.59864;6.69033;1473;20220826;18.6;14.7;16.7;2.2;13.1;5.2;2.52;11847
+78099;45.59864;6.69033;1473;20220827;18.8;11.7;15.3;2;13.4;0;2.49;14773
+78099;45.59864;6.69033;1473;20220828;20.2;12.2;16.2;1.6;13.47;0;2.96;17589
+78099;45.59864;6.69033;1473;20220829;22.2;13.2;17.7;1.6;11.84;0;3.43;18556
+78099;45.59864;6.69033;1473;20220830;20.3;15.3;17.8;2;11.7;9.2;2.82;11973
+78099;45.59864;6.69033;1473;20220831;18.4;11.4;14.9;2.1;12.6;.3;2.8;17117
+78099;45.59864;6.69033;1473;20220901;18.4;10.4;14.4;1.7;10.9;0;2.86;17137
+78099;45.59864;6.69033;1473;20220902;19;12.3;15.6;1.8;10.64;10.2;2.78;14151
+78099;45.59864;6.69033;1473;20220903;17.3;10.4;13.8;2.1;12.1;2.9;2.29;13649
+78099;45.59864;6.69033;1473;20220904;20.6;10.6;15.6;1.6;11.37;0;3.06;18259
+78099;45.59864;6.69033;1473;20220905;21.6;13.5;17.5;1.7;12.8;0;3.1;17168
+78099;45.59864;6.69033;1473;20220906;21.3;14.8;18.1;1.7;13.37;1.3;2.83;14502
+78099;45.59864;6.69033;1473;20220907;20.2;14;17.1;2.2;13.94;10.8;2.64;13909
+78099;45.59864;6.69033;1473;20220908;16.4;9.4;12.9;2.5;11.2;.4;2.47;16062
+78099;45.59864;6.69033;1473;20220909;14.6;9;11.8;2.4;10.17;.7;2.16;13344
+78099;45.59864;6.69033;1473;20220910;13.2;7.7;10.5;2.6;9.97;0;2;13737
+78099;45.59864;6.69033;1473;20220911;16.6;6.8;11.7;1.9;9.27;0;2.58;17520
+78099;45.59864;6.69033;1473;20220912;22;10.5;16.3;2.1;8.24;0;3.5;18266
+78099;45.59864;6.69033;1473;20220913;22.9;15.9;19.4;2.1;10.2;1.1;3.24;13206
+78099;45.59864;6.69033;1473;20220914;18.2;14.1;16.1;2.5;12.9;8;2.2;9745
+78099;45.59864;6.69033;1473;20220915;14.1;10.6;12.4;2.2;12.1;7.2;1.51;8720
+78099;45.59864;6.69033;1473;20220916;12.1;9.6;10.8;2.7;11;3.3;1.44;8998
+78099;45.59864;6.69033;1473;20220917;8;2.4;5.2;3.3;6.47;0;1.7;13789
+78099;45.59864;6.69033;1473;20220918;12.4;1.4;6.9;3;6.24;0;2.27;16933
+78099;45.59864;6.69033;1473;20220919;10.9;3.6;7.2;2.2;6.3;0;2.05;14622
+78099;45.59864;6.69033;1473;20220920;12;3.6;7.8;2.5;7;0;2.01;14907
+78099;45.59864;6.69033;1473;20220921;11.9;4.2;8.1;2;7.34;0;1.92;14658
+78099;45.59864;6.69033;1473;20220922;13.3;5.5;9.4;2;8.14;0;1.96;13897
+78099;45.59864;6.69033;1473;20220923;14.5;6.9;10.7;2.3;8.4;5.2;2.06;12839
+78099;45.59864;6.69033;1473;20220924;11;7.1;9;1.6;10.07;7.8;1.19;8110
+78099;45.59864;6.69033;1473;20220925;7.6;6;6.8;1.2;8.99;6.3;1.12;7699
+78099;45.59864;6.69033;1473;20220926;7.7;4.1;5.9;1.6;7.62;7.1;1.44;10959
+78099;45.59864;6.69033;1473;20220927;4.4;2.8;3.6;2.2;7.06;9.4;1.13;7987
+78099;45.59864;6.69033;1473;20220928;7.1;2.7;4.9;3.3;8.67;30.8;.64;6826
+78099;45.59864;6.69033;1473;20220929;5;3.9;4.4;2.2;8.04;1.6;.58;3342
+78099;45.59864;6.69033;1473;20220930;5.7;1.5;3.6;1.8;7.4;.8;.83;7513
+78099;45.59864;6.69033;1473;20221001;9.7;3.3;6.5;3;9;19.3;.9;7634
+78099;45.59864;6.69033;1473;20221002;14.3;9.4;11.9;2.6;11.77;0;1.39;9470
+78099;45.59864;6.69033;1473;20221003;12.6;7.2;9.9;2.6;10.17;0;1.33;10716
+78099;45.59864;6.69033;1473;20221004;17.2;6;11.6;2.4;8.04;0;2.23;13773
+78099;45.59864;6.69033;1473;20221005;18.2;10.5;14.4;2;8.5;0;2.29;12106
+78099;45.59864;6.69033;1473;20221006;15.2;8.9;12.1;2.1;10.47;0;1.59;10443
+78099;45.59864;6.69033;1473;20221007;15.5;9.2;12.3;1.6;11.07;.2;1.48;9936
+78099;45.59864;6.69033;1473;20221008;10.7;9.8;10.3;1.7;11.07;4.4;.8;3339
+78099;45.59864;6.69033;1473;20221009;13.1;6.9;10;1.5;10.7;.4;1.12;8618
+78099;45.59864;6.69033;1473;20221010;15.1;8.3;11.7;1.4;10.37;0;1.4;9532
+78099;45.59864;6.69033;1473;20221011;14.9;8.5;11.7;1.9;10.3;0;1.44;9757
+78099;45.59864;6.69033;1473;20221012;14.1;8.3;11.2;1.7;10.34;.1;1.32;9608
+78099;45.59864;6.69033;1473;20221013;12.4;7.9;10.2;1.5;9.8;1.2;1.13;7116
+78099;45.59864;6.69033;1473;20221014;10.1;7.5;8.8;2.2;10.67;2.6;.73;5170
+78099;45.59864;6.69033;1473;20221015;16.3;8.1;12.2;2.4;10.1;.2;1.61;10028
+78099;45.59864;6.69033;1473;20221016;17.6;11.7;14.7;2.6;9.04;0;2.11;9563
+78099;45.59864;6.69033;1473;20221017;18.2;11.2;14.7;2.6;9.67;0;2.04;9742
+78099;45.59864;6.69033;1473;20221018;18.4;11.1;14.8;1.7;9.9;.2;1.75;10096
+78099;45.59864;6.69033;1473;20221019;19.3;12;15.6;1.5;8.37;0;1.85;9535
+78099;45.59864;6.69033;1473;20221020;15.2;12.2;13.7;2.9;8.9;2.8;1.85;5011
+78099;45.59864;6.69033;1473;20221021;11.1;10.5;10.8;3.1;10.67;28.7;.97;1972
+78099;45.59864;6.69033;1473;20221022;15.2;6.9;11.1;2.5;9.47;0;1.43;9952
+78099;45.59864;6.69033;1473;20221023;17.8;11;14.4;3.4;9.04;1.9;2.18;6641
+78099;45.59864;6.69033;1473;20221024;11;9.6;10.3;2.9;10.54;17.4;.9;2931
+78099;45.59864;6.69033;1473;20221025;14.8;7.7;11.2;2;8.37;.2;1.44;8244
+78099;45.59864;6.69033;1473;20221026;17.8;10.1;14;2.1;8.7;0;1.71;9001
+78099;45.59864;6.69033;1473;20221027;19.5;12.5;16;2;8.34;0;1.95;8149
+78099;45.59864;6.69033;1473;20221028;21.3;14.5;17.9;2.1;7.64;0;2.26;7893
+78099;45.59864;6.69033;1473;20221029;20.3;15.1;17.7;1.6;7.4;0;1.89;6610
+78099;45.59864;6.69033;1473;20221030;19.5;14.4;16.9;1.5;7.14;0;1.75;7107
+78099;45.59864;6.69033;1473;20221031;16.9;11.1;14;1.8;7.57;5.6;1.59;7120
+78099;45.59864;6.69033;1473;20221101;10.9;6.9;8.9;2.1;9.3;6.9;.82;5637
+78099;45.59864;6.69033;1473;20221102;9.8;5.6;7.7;2.2;8.9;0;.73;5556
+78099;45.59864;6.69033;1473;20221103;10.4;5.3;7.9;2.8;7.3;18.3;1.12;5169
+78099;45.59864;6.69033;1473;20221104;2.1;.3;1.2;2.3;6;1.6;.47;3575
+78099;45.59864;6.69033;1473;20221105;2.5;-1.4;.6;1.6;5.84;.2;.42;5667
+78099;45.59864;6.69033;1473;20221106;10.4;-.3;5;2.5;4.07;.1;1.4;8152
+78099;45.59864;6.69033;1473;20221107;10.1;4.4;7.2;2.5;5.47;0;1.32;6806
+78099;45.59864;6.69033;1473;20221108;12.5;7;9.7;2.8;5.27;.2;1.72;6415
+78099;45.59864;6.69033;1473;20221109;7.1;6.4;6.7;2.1;8.34;10.4;.64;1953
+78099;45.59864;6.69033;1473;20221110;8.2;4.1;6.2;2.2;7.97;0;.58;5217
+78099;45.59864;6.69033;1473;20221111;12.7;5.5;9.1;1.4;6.2;0;1.01;6954
+78099;45.59864;6.69033;1473;20221112;14.2;9.4;11.8;1.6;4.94;0;1.41;5264
+78099;45.59864;6.69033;1473;20221113;11.7;9.4;10.6;2.1;5.3;0;1.55;3668
+78099;45.59864;6.69033;1473;20221114;7.9;5;6.5;2.1;6.5;1;.89;3455
+78099;45.59864;6.69033;1473;20221115;8.5;4.5;6.5;2.2;7.94;11.8;.64;4133
+78099;45.59864;6.69033;1473;20221116;6.9;2.6;4.8;2.6;7.1;1.7;.58;4666
+78099;45.59864;6.69033;1473;20221117;8;3.5;5.8;3.3;7.3;12.8;.8;4136
+78099;45.59864;6.69033;1473;20221118;1.4;.2;.8;2.5;6.07;.8;.31;2516
+78099;45.59864;6.69033;1473;20221119;1.2;-1.6;-.2;1.6;5.27;.6;.38;3546
+78099;45.59864;6.69033;1473;20221120;1;-2.6;-.8;1.7;4.94;.9;.36;3845
+78099;45.59864;6.69033;1473;20221121;5;-2.4;1.3;2.4;5.07;11.3;.61;5372
+78099;45.59864;6.69033;1473;20221122;-.4;-2.1;-1.3;2;5.27;.3;.27;3382
+78099;45.59864;6.69033;1473;20221123;2.5;-3.4;-.5;2.4;5.04;9.2;.41;4607
+78099;45.59864;6.69033;1473;20221124;3.7;-.3;1.7;2.3;5.3;0;.55;4485
+78099;45.59864;6.69033;1473;20221125;4.6;1.9;3.3;2.4;5.3;.7;.76;3483
+78099;45.59864;6.69033;1473;20221126;2.9;-.8;1;3.3;4.9;0;.59;4151
+78099;45.59864;6.69033;1473;20221127;6.5;-.1;3.2;2.2;2.64;0;1.16;4794
+78099;45.59864;6.69033;1473;20221128;3.7;2.2;3;1.9;4.4;2.5;.85;2199
+78099;45.59864;6.69033;1473;20221129;0;-1.4;-.7;2;5.6;1.2;.24;2684
+78099;45.59864;6.69033;1473;20221130;.7;-2.6;-1;2.3;5.2;0;.25;2919
+78099;45.59864;6.69033;1473;20221201;-1.4;-2.8;-2.1;1.7;4.84;.1;.28;2519
+78099;45.59864;6.69033;1473;20221202;1;-4.7;-1.8;1.5;4.4;0;.3;4133
+78099;45.59864;6.69033;1473;20221203;1.6;-2.7;-.6;3.6;4.14;0;.49;3568
+78099;45.59864;6.69033;1473;20221204;2.8;1.2;2;1.9;4.94;3.6;.56;3075
+78099;45.59864;6.69033;1473;20221205;-.4;-3;-1.7;2;4.34;0;.35;3523
+78099;45.59864;6.69033;1473;20221206;4.8;-1.8;1.5;1.5;2.94;0;.75;4332
+78099;45.59864;6.69033;1473;20221207;-2;-2.4;-2.2;1.7;3.57;0;.51;1691
+78099;45.59864;6.69033;1473;20221208;2.7;-6.2;-1.8;2.2;3.2;3.3;.63;4570
+78099;45.59864;6.69033;1473;20221209;.8;-1;-.1;1.5;5.9;18.7;.25;2137
+78099;45.59864;6.69033;1473;20221210;-1.7;-1.6;-1.7;2.3;4.77;1;.4;677
+78099;45.59864;6.69033;1473;20221211;-6.6;-8.1;-7.3;2.3;3;0;.26;2779
+78099;45.59864;6.69033;1473;20221212;-3.2;-9.7;-6.4;1.6;2.67;2.8;.31;4138
+78099;45.59864;6.69033;1473;20221213;1.8;-6.1;-2.2;2.5;5.1;5.8;.16;4233
+78099;45.59864;6.69033;1473;20221214;3.8;1;2.4;2.4;7.14;5.1;.22;2702
+78099;45.59864;6.69033;1473;20221215;3.9;2.3;3.1;2.2;6.44;12.5;.46;1881
+78099;45.59864;6.69033;1473;20221216;.7;-1.4;-.3;1.3;5.54;.5;.24;2936
+78099;45.59864;6.69033;1473;20221217;-1;-5.8;-3.4;2.4;3.57;0;.34;3575
+78099;45.59864;6.69033;1473;20221218;4.8;-1.1;1.8;2.7;2.34;0;1.23;3941
+78099;45.59864;6.69033;1473;20221219;6.2;2.4;4.3;2.5;4.84;.1;.87;3739
+78099;45.59864;6.69033;1473;20221220;8;3.4;5.7;3;5.5;2;1.03;3636
+78099;45.59864;6.69033;1473;20221221;4.1;2.7;3.4;2.3;7.2;4.4;.35;2028
+78099;45.59864;6.69033;1473;20221222;3.6;2.6;3.1;3;7.1;21.8;.35;2035
+78099;45.59864;6.69033;1473;20221223;6.2;2;4.1;4.2;8.77;42.5;.1;2515
+78099;45.59864;6.69033;1473;20221224;7;3.6;5.3;2.8;8;.5;.38;3267
+78099;45.59864;6.69033;1473;20221225;11.9;5.7;8.8;2.9;6.3;0;1.2;4276
+78099;45.59864;6.69033;1473;20221226;6.4;4.6;5.5;3.2;7.1;6.6;.71;1981
+78099;45.59864;6.69033;1473;20221227;2.7;.8;1.7;2;5.94;0;.39;2587
+78099;45.59864;6.69033;1473;20221228;5.6;-.9;2.3;2.9;4;0;.94;4046
+78099;45.59864;6.69033;1473;20221229;5.6;2.4;4;2.4;5.64;8.2;.75;3073
+78099;45.59864;6.69033;1473;20221230;4.8;.5;2.7;2.6;7.2;9.1;.25;3111
+78099;45.59864;6.69033;1473;20221231;12.2;5;8.6;2.6;8.2;0;.79;4699
+78100;45.60816;7.0101;1967;20220101;7.7;.2;4;.7;3.34;0;.37;6327
+78100;45.60816;7.0101;1967;20220102;5.8;.3;3.1;1.8;3.59;0;.83;5908
+78100;45.60816;7.0101;1967;20220103;1.5;-1.3;.1;2;4.39;.8;.5;5344
+78100;45.60816;7.0101;1967;20220104;7.8;-1.5;3.1;2.9;5.04;5.2;.85;6730
+78100;45.60816;7.0101;1967;20220105;-3.9;-4.1;-4;3.9;3.54;2;.48;4744
+78100;45.60816;7.0101;1967;20220106;-8.8;-15;-11.9;2.4;1.69;.1;.3;6671
+78100;45.60816;7.0101;1967;20220107;-4.7;-13.9;-9.3;3;1.84;5.1;.48;7309
+78100;45.60816;7.0101;1967;20220108;-4.6;-9.8;-7.2;3.4;3.09;14;.29;5438
+78100;45.60816;7.0101;1967;20220109;-6.2;-6.6;-6.4;4;3.14;8.5;.4;2814
+78100;45.60816;7.0101;1967;20220110;-7.3;-7.8;-7.6;1.8;2.49;0;.34;4669
+78100;45.60816;7.0101;1967;20220111;-3.7;-14.1;-8.9;2;1.54;0;.51;7537
+78100;45.60816;7.0101;1967;20220112;-2.1;-9.6;-5.9;2.9;1.44;0;.89;6761
+78100;45.60816;7.0101;1967;20220113;.2;-5.7;-2.7;4;2.04;0;1.13;7293
+78100;45.60816;7.0101;1967;20220114;5.1;-2.9;1.1;1.5;2.54;0;.86;6942
+78100;45.60816;7.0101;1967;20220115;3.7;-2.3;.7;1.3;2.74;1.8;.66;7065
+78100;45.60816;7.0101;1967;20220116;-.1;-4.3;-2.2;1.3;2.39;0;.55;7087
+78100;45.60816;7.0101;1967;20220117;-2.4;-9.5;-5.9;1.6;1.84;0;.56;7714
+78100;45.60816;7.0101;1967;20220118;1.7;-7.4;-2.9;4.7;2.59;0;.91;8071
+78100;45.60816;7.0101;1967;20220119;2.1;-6.1;-2;2.5;2.64;.3;.86;7419
+78100;45.60816;7.0101;1967;20220120;-5.7;-8.2;-6.9;2.8;3.04;.1;.31;6278
+78100;45.60816;7.0101;1967;20220121;-5.5;-12;-8.8;1.8;2.29;0;.33;7960
+78100;45.60816;7.0101;1967;20220122;-1.9;-11.7;-6.8;1.4;2.29;0;.43;8467
+78100;45.60816;7.0101;1967;20220123;2.2;-7;-2.4;.8;2.24;0;.47;8355
+78100;45.60816;7.0101;1967;20220124;3.8;-6.2;-1.2;.6;2.29;0;.46;8603
+78100;45.60816;7.0101;1967;20220125;2.3;-4.9;-1.3;1;2.14;0;.59;8470
+78100;45.60816;7.0101;1967;20220126;2.2;-5.9;-1.9;1.2;1.94;0;.68;8751
+78100;45.60816;7.0101;1967;20220127;2.2;-6.1;-1.9;1.4;1.79;0;.81;8760
+78100;45.60816;7.0101;1967;20220128;-.3;-6.9;-3.6;1.7;2.04;0;.76;8874
+78100;45.60816;7.0101;1967;20220129;.5;-7.6;-3.5;1.8;2.14;0;.78;9163
+78100;45.60816;7.0101;1967;20220130;1;-6.2;-2.6;1.7;2.64;0;.73;8939
+78100;45.60816;7.0101;1967;20220131;-3;-7.7;-5.4;4.8;2.74;3.5;.79;6879
+78100;45.60816;7.0101;1967;20220201;-5.7;-9.7;-7.7;4.3;2.89;9.8;.4;7047
+78100;45.60816;7.0101;1967;20220202;2.1;-6.9;-2.4;4.1;4.39;1;.65;8677
+78100;45.60816;7.0101;1967;20220203;7.3;-5;1.2;1.6;3.29;0;1;10193
+78100;45.60816;7.0101;1967;20220204;2.6;-4.7;-1;1.6;3.34;.1;.78;9686
+78100;45.60816;7.0101;1967;20220205;-1.4;-3.7;-2.6;2;3.79;0;.58;6713
+78100;45.60816;7.0101;1967;20220206;0;-8.4;-4.2;2.2;2.54;19.3;.83;10056
+78100;45.60816;7.0101;1967;20220207;-.8;-5.3;-3.1;5.2;3.49;2.5;.87;9171
+78100;45.60816;7.0101;1967;20220208;2.6;-9.6;-3.5;1.7;2.09;0;.94;11001
+78100;45.60816;7.0101;1967;20220209;8.6;-1.5;3.6;.8;2.04;0;.93;11128
+78100;45.60816;7.0101;1967;20220210;-2.3;-3.5;-2.9;2.2;4.23;0;1.02;10466
+78100;45.60816;7.0101;1967;20220211;1.1;-3;-1;4.6;2.86;2.3;1.49;10233
+78100;45.60816;7.0101;1967;20220212;-2.9;-6.6;-4.8;2.5;2.29;0;.96;10800
+78100;45.60816;7.0101;1967;20220213;-3;-7.6;-5.3;2.5;2.83;.3;.83;13133
+78100;45.60816;7.0101;1967;20220214;-4.9;-8.2;-6.5;4;3.46;3.2;.44;3700
+78100;45.60816;7.0101;1967;20220215;-2.3;-5.8;-4;6.8;3.26;1.6;1;5300
+78100;45.60816;7.0101;1967;20220216;-.1;-9;-4.5;2.4;4.54;9.5;.43;9822
+78100;45.60816;7.0101;1967;20220217;5.2;-.4;2.4;6;5.49;3.7;1.26;10181
+78100;45.60816;7.0101;1967;20220218;10.4;-3.2;3.6;2.4;4.44;4.6;1.57;11797
+78100;45.60816;7.0101;1967;20220219;-1.2;-2.6;-1.9;3;4.54;.1;.62;6834
+78100;45.60816;7.0101;1967;20220220;1.1;-9;-4;2.3;3.49;1.9;.84;13018
+78100;45.60816;7.0101;1967;20220221;-1.1;-5.4;-3.3;5.9;3.79;20.1;.82;7599
+78100;45.60816;7.0101;1967;20220222;-.9;-5.5;-3.2;4.8;3.39;.3;.92;11137
+78100;45.60816;7.0101;1967;20220223;2.6;-8.2;-2.8;3.9;2.99;0;1.27;13779
+78100;45.60816;7.0101;1967;20220224;3.7;-4.2;-.3;5.7;3.34;.5;1.57;13137
+78100;45.60816;7.0101;1967;20220225;-2.5;-3;-2.7;3.9;2.99;.8;1.11;9538
+78100;45.60816;7.0101;1967;20220226;-.5;-12.8;-6.7;3;1.54;0;1.25;14447
+78100;45.60816;7.0101;1967;20220227;-3.3;-11.4;-7.4;4.8;1.74;0;1.13;14393
+78100;45.60816;7.0101;1967;20220228;.6;-11.3;-5.3;2.5;1.64;0;1.35;14729
+78100;45.60816;7.0101;1967;20220301;2.4;-9.6;-3.6;4.1;2.39;0;1.41;12621
+78100;45.60816;7.0101;1967;20220302;3.8;-6.6;-1.4;1.4;2.24;0;1.38;14963
+78100;45.60816;7.0101;1967;20220303;3;-4.9;-.9;1.6;3.09;0;1.31;14343
+78100;45.60816;7.0101;1967;20220304;.9;-6.2;-2.7;1.9;3.19;0;1.19;14549
+78100;45.60816;7.0101;1967;20220305;-1.4;-10.6;-6;1.9;1.99;0;1.17;14971
+78100;45.60816;7.0101;1967;20220306;-2.1;-12.5;-7.3;3.1;1.99;0;1.13;14688
+78100;45.60816;7.0101;1967;20220307;1.4;-11.9;-5.3;1.5;1.89;0;1.3;15982
+78100;45.60816;7.0101;1967;20220308;.6;-10.2;-4.8;3.1;2.29;0;1.26;15827
+78100;45.60816;7.0101;1967;20220309;5.3;-8.9;-1.8;1;2.19;0;1.43;16372
+78100;45.60816;7.0101;1967;20220310;3.1;-6.3;-1.6;4.4;2.44;0;1.81;16568
+78100;45.60816;7.0101;1967;20220311;-2.1;-4.5;-3.3;8;3.24;.1;.94;8126
+78100;45.60816;7.0101;1967;20220312;-2.5;-4.7;-3.6;8;3.34;.1;.88;8637
+78100;45.60816;7.0101;1967;20220313;-2.2;-4.9;-3.6;9;3.54;2.1;.87;8860
+78100;45.60816;7.0101;1967;20220314;1.5;-8.2;-3.4;6.6;3.99;7;.9;13902
+78100;45.60816;7.0101;1967;20220315;3.6;-1.5;1;5.8;5.49;1;.94;11870
+78100;45.60816;7.0101;1967;20220316;7.2;-1.5;2.8;2.3;5.39;2.7;1.51;14267
+78100;45.60816;7.0101;1967;20220317;3.8;-.2;1.8;5.6;5.59;0;.97;11173
+78100;45.60816;7.0101;1967;20220318;1.3;-.5;.4;2.1;6.06;0;.77;5600
+78100;45.60816;7.0101;1967;20220319;1.7;-3.8;-1;4.6;4.66;0;1.45;17633
+78100;45.60816;7.0101;1967;20220320;.4;-6.5;-3.1;4.1;3.03;0;1.73;18433
+78100;45.60816;7.0101;1967;20220321;1.1;-6;-2.5;2.1;2.86;0;1.71;18833
+78100;45.60816;7.0101;1967;20220322;3;-3.3;-.2;3.2;2.46;0;2.34;21333
+78100;45.60816;7.0101;1967;20220323;6.7;-1.6;2.5;2.5;1.89;0;2.71;21866
+78100;45.60816;7.0101;1967;20220324;8.7;2.2;5.5;3.2;2.36;0;3.26;21833
+78100;45.60816;7.0101;1967;20220325;6.9;1.9;4.4;2.7;2.86;0;2.84;21333
+78100;45.60816;7.0101;1967;20220326;7.3;1.2;4.2;3.2;2.76;0;2.97;21700
+78100;45.60816;7.0101;1967;20220327;7.6;1.8;4.7;3.1;2.79;0;3.07;21900
+78100;45.60816;7.0101;1967;20220328;8.5;1.9;5.2;3;2.79;0;3.14;21833
+78100;45.60816;7.0101;1967;20220329;5.3;1;3.2;2.8;4.03;1.4;2.28;17266
+78100;45.60816;7.0101;1967;20220330;.1;-2.2;-1;2.5;5.76;1.3;.76;6500
+78100;45.60816;7.0101;1967;20220331;3.2;-2.2;.5;2.8;5.83;3.8;1.24;10600
+78100;45.60816;7.0101;1967;20220401;-.1;-3.9;-2;4;4.63;7.9;1.25;10666
+78100;45.60816;7.0101;1967;20220402;-3.9;-7;-5.5;3.4;3.2;1.5;1.28;13533
+78100;45.60816;7.0101;1967;20220403;-3.4;-8.6;-6;2.9;2.96;.1;1.4;18133
+78100;45.60816;7.0101;1967;20220404;-1.3;-6.8;-4.1;2.3;4;0;1.34;18366
+78100;45.60816;7.0101;1967;20220405;5.8;-6.2;-.2;2.2;4.4;0;2.03;20366
+78100;45.60816;7.0101;1967;20220406;4.5;.1;2.3;2.9;5.9;4;1.86;19033
+78100;45.60816;7.0101;1967;20220407;5.4;-.9;2.3;2.9;5.76;36.9;1.85;16100
+78100;45.60816;7.0101;1967;20220408;7;1.7;4.4;4.3;6.46;28.5;1.96;13833
+78100;45.60816;7.0101;1967;20220409;.2;-.3;0;7.5;3.16;5.4;2.72;24566
+78100;45.60816;7.0101;1967;20220410;2.5;-6.5;-2;4;2.29;0;2.61;26300
+78100;45.60816;7.0101;1967;20220411;4.7;-1.8;1.4;1.8;3.16;0;2.58;23466
+78100;45.60816;7.0101;1967;20220412;7.6;-.7;3.4;1.7;4.29;0;2.73;23533
+78100;45.60816;7.0101;1967;20220413;9.7;1.7;5.7;2.1;5.66;0;2.87;23166
+78100;45.60816;7.0101;1967;20220414;11.2;3.2;7.2;2.6;6.19;0;3.29;25566
+78100;45.60816;7.0101;1967;20220415;12.5;5.5;9;4.1;5.73;0;3.77;24700
+78100;45.60816;7.0101;1967;20220416;10.4;4.6;7.5;5.7;3.79;0;4.18;26466
+78100;45.60816;7.0101;1967;20220417;6.3;-1;2.6;4.1;4.96;0;2.97;26733
+78100;45.60816;7.0101;1967;20220418;7;-3.4;1.8;3.4;4.49;0;2.89;27333
+78100;45.60816;7.0101;1967;20220419;8;-.1;4;3.9;4.36;0;3.34;26900
+78100;45.60816;7.0101;1967;20220420;1.1;.5;.8;1.9;5.93;.1;1.07;7800
+78100;45.60816;7.0101;1967;20220421;1;-1.2;-.1;1.8;5.99;.1;.85;6100
+78100;45.60816;7.0101;1967;20220422;6.3;-.3;3;2.9;6.63;3.8;1.71;14133
+78100;45.60816;7.0101;1967;20220423;1;.1;.6;7.4;6.73;26.3;.37;2800
+78100;45.60816;7.0101;1967;20220424;0;-2.7;-1.3;4;5.83;5.6;.85;10666
+78100;45.60816;7.0101;1967;20220425;5.5;-1.5;2;2.8;6.54;.2;1.72;16033
+78100;45.60816;7.0101;1967;20220426;4.8;.5;2.7;3.1;6.33;.4;1.76;14766
+78100;45.60816;7.0101;1967;20220427;9;.6;4.8;2.5;5.16;0;3.41;28200
+78100;45.60816;7.0101;1967;20220428;9.8;1.8;5.8;2.7;7.36;0;3;24766
+78100;45.60816;7.0101;1967;20220429;9.9;1.6;5.8;2.7;7.73;.2;2.5;19433
+78100;45.60816;7.0101;1967;20220430;4.7;.5;2.6;3.6;6.53;.8;1.43;9600
+78100;45.60816;7.0101;1967;20220501;7.7;1;4.4;3.4;5.76;0;2.82;21766
+78100;45.60816;7.0101;1967;20220502;7.9;.8;4.3;2.8;7.09;1.3;2.43;20900
+78100;45.60816;7.0101;1967;20220503;4.6;.9;2.7;2.9;7.33;4.5;1.28;10433
+78100;45.60816;7.0101;1967;20220504;4.8;1.4;3.1;3.6;7.46;5.5;1.31;10900
+78100;45.60816;7.0101;1967;20220505;3.3;2.2;2.7;4;7.33;4.2;.77;3966
+78100;45.60816;7.0101;1967;20220506;5.3;.4;2.9;3.6;6.64;0;1.44;11002
+78100;45.60816;7.0101;1967;20220507;7.8;2.4;5.1;3.3;7.14;2.9;1.72;10704
+78100;45.60816;7.0101;1967;20220508;7.9;1.7;4.8;3.9;7.24;1.8;1.77;12307
+78100;45.60816;7.0101;1967;20220509;10;2.7;6.4;4;7.09;.3;2.14;13097
+78100;45.60816;7.0101;1967;20220510;15;2.7;8.8;1.4;7.39;0;2.56;14863
+78100;45.60816;7.0101;1967;20220511;15.6;4.1;9.8;2.6;7.74;0;2.76;14874
+78100;45.60816;7.0101;1967;20220512;17.8;5.1;11.4;1.8;8.24;0;2.87;14983
+78100;45.60816;7.0101;1967;20220513;17.2;5.5;11.3;1.8;8.29;0;2.88;14892
+78100;45.60816;7.0101;1967;20220514;16.2;5.2;10.7;2.6;8.79;0;2.79;15049
+78100;45.60816;7.0101;1967;20220515;15.9;6.8;11.4;3.4;9.04;2.2;2.82;14654
+78100;45.60816;7.0101;1967;20220516;15.9;5.5;10.7;1.8;8.29;.8;2.75;14543
+78100;45.60816;7.0101;1967;20220517;18.8;5.5;12.2;1.6;7.94;.2;3.08;15262
+78100;45.60816;7.0101;1967;20220518;18.1;6.2;12.1;4;8.89;.4;3.3;15364
+78100;45.60816;7.0101;1967;20220519;15.6;8;11.8;5.5;10.14;1.8;2.61;14207
+78100;45.60816;7.0101;1967;20220520;20.8;7;13.9;3.4;9.34;0;3.57;15363
+78100;45.60816;7.0101;1967;20220521;19.3;8.1;13.7;3.5;8.54;0;3.84;15361
+78100;45.60816;7.0101;1967;20220522;21.8;10;15.9;2;9.24;2.2;3.62;15207
+78100;45.60816;7.0101;1967;20220523;17.7;9.4;13.5;4;9.19;2;3.52;14717
+78100;45.60816;7.0101;1967;20220524;13.4;6.6;10;2.3;9.39;3.2;2.21;11432
+78100;45.60816;7.0101;1967;20220525;9.3;3.9;6.6;2;8.44;.4;1.67;10156
+78100;45.60816;7.0101;1967;20220526;13.8;5.2;9.5;2.1;9.54;.4;2.42;14117
+78100;45.60816;7.0101;1967;20220527;17.6;5.5;11.5;1.9;9.54;0;2.93;15567
+78100;45.60816;7.0101;1967;20220528;15.3;6;10.7;2.5;9.14;0;2.74;14297
+78100;45.60816;7.0101;1967;20220529;11.9;2.1;7;2.8;6.74;0;2.56;14417
+78100;45.60816;7.0101;1967;20220530;8.7;1.3;5;4.8;6.79;0;2.13;14669
+78100;45.60816;7.0101;1967;20220531;10.8;2.1;6.4;2.4;8.39;7.5;2.01;13214
+78100;45.60816;7.0101;1967;20220601;15.1;4.2;9.7;2;8.89;4.5;2.65;15234
+78100;45.60816;7.0101;1967;20220602;15.5;7.7;11.6;3.1;10.24;4.3;2.55;12442
+78100;45.60816;7.0101;1967;20220603;15.4;9.9;12.7;5.3;11.14;4.2;2.51;12473
+78100;45.60816;7.0101;1967;20220604;18.9;8.7;13.8;5;11.09;0;3.21;15627
+78100;45.60816;7.0101;1967;20220605;18.6;11.7;15.1;4.9;10.79;4.4;3.35;12778
+78100;45.60816;7.0101;1967;20220606;17;5.1;11;2;9.19;1.7;2.93;16027
+78100;45.60816;7.0101;1967;20220607;14.3;6.9;10.6;2.3;8.39;0;2.64;12743
+78100;45.60816;7.0101;1967;20220608;13.3;2.1;7.7;2.1;6.99;4.1;2.69;15320
+78100;45.60816;7.0101;1967;20220609;9.4;3.5;6.5;3.4;7.19;.5;2.09;11172
+78100;45.60816;7.0101;1967;20220610;15.4;.6;8;2.6;7.24;0;2.97;16257
+78100;45.60816;7.0101;1967;20220611;19.4;4.5;12;1.8;8.44;0;4.88;31524
+78100;45.60816;7.0101;1967;20220612;20.8;6.9;13.8;1.6;8.59;0;4.72;27738
+78100;45.60816;7.0101;1967;20220613;18.5;8;13.3;2.2;9.44;.1;4.71;28664
+78100;45.60816;7.0101;1967;20220614;18.6;5.8;12.2;3.9;9.69;0;4.42;31163
+78100;45.60816;7.0101;1967;20220615;20.3;8.9;14.6;2.5;10.04;.7;4.6;25473
+78100;45.60816;7.0101;1967;20220616;21.4;9.2;15.3;2.5;9.34;0;5.5;31331
+78100;45.60816;7.0101;1967;20220617;23.1;8.5;15.8;1.8;9.79;0;5.33;30037
+78100;45.60816;7.0101;1967;20220618;21;10.5;15.7;5.4;11.19;.7;5.14;29442
+78100;45.60816;7.0101;1967;20220619;19.5;11.5;15.5;6.6;12.14;1.2;4.58;29753
+78100;45.60816;7.0101;1967;20220620;22.2;11.2;16.7;4.4;11.49;0;5.5;31547
+78100;45.60816;7.0101;1967;20220621;21.5;10.3;15.9;3.1;9.79;4.1;4.72;22598
+78100;45.60816;7.0101;1967;20220622;17;10.2;13.6;3.9;11.54;8;3.66;20965
+78100;45.60816;7.0101;1967;20220623;17.4;7.6;12.5;2.8;10.14;2.6;4.1;25543
+78100;45.60816;7.0101;1967;20220624;14.1;7.5;10.8;2.4;9.69;5.3;3.34;21475
+78100;45.60816;7.0101;1967;20220625;16;3.8;9.9;3.3;9.14;.1;3.78;28132
+78100;45.60816;7.0101;1967;20220626;17.4;8.5;12.9;5.9;10.64;0;3.75;25874
+78100;45.60816;7.0101;1967;20220627;17.6;10.5;14.1;6.1;11.94;8.2;3.71;23351
+78100;45.60816;7.0101;1967;20220628;13;9.7;11.3;2.7;11.64;11.7;1.92;9560
+78100;45.60816;7.0101;1967;20220629;18.9;5.2;12;1.8;10.14;0;4.58;30341
+78100;45.60816;7.0101;1967;20220630;16.8;8.1;12.5;3.3;11.34;9.6;3.61;24126
+78100;45.60816;7.0101;1967;20220701;14.9;6.6;10.8;2;10.54;.2;3.82;27252
+78100;45.60816;7.0101;1967;20220702;19.2;4.5;11.9;3.9;9.24;0;4.5;31243
+78100;45.60816;7.0101;1967;20220703;22.9;10.2;16.5;2.1;9.74;.9;5.37;29374
+78100;45.60816;7.0101;1967;20220704;20.6;11.2;15.9;1.9;10.54;1.5;4.63;25488
+78100;45.60816;7.0101;1967;20220705;19.7;8.2;13.9;1.8;10.99;0;4.76;29851
+78100;45.60816;7.0101;1967;20220706;19.2;6.9;13;2.2;10.29;0;4.69;30307
+78100;45.60816;7.0101;1967;20220707;17.7;6.3;12;2.6;9.64;0;4.49;29382
+78100;45.60816;7.0101;1967;20220708;19.5;7;13.2;2.4;9.99;0;4.75;29905
+78100;45.60816;7.0101;1967;20220709;19.2;6.9;13;1.6;9.94;0;4.68;29777
+78100;45.60816;7.0101;1967;20220710;20.5;6.5;13.5;1.8;9.14;0;4.99;30747
+78100;45.60816;7.0101;1967;20220711;19.3;7.1;13.2;2.6;10.34;0;4.58;29516
+78100;45.60816;7.0101;1967;20220712;20.8;6.7;13.7;1.8;9.19;0;4.91;30233
+78100;45.60816;7.0101;1967;20220713;19.9;9.3;14.6;4.4;11.19;0;4.51;30499
+78100;45.60816;7.0101;1967;20220714;22.6;11.7;17.1;2.3;10.99;0;5.09;27863
+78100;45.60816;7.0101;1967;20220715;23.6;10.4;17;2.1;9.09;0;5.61;30276
+78100;45.60816;7.0101;1967;20220716;23.8;8.3;16;1.5;9.54;0;5.25;30037
+78100;45.60816;7.0101;1967;20220717;21.9;8.8;15.3;3.8;10.64;.2;4.88;29147
+78100;45.60816;7.0101;1967;20220718;23.5;9.8;16.6;4.9;11.74;0;4.89;29756
+78100;45.60816;7.0101;1967;20220719;22;11.3;16.6;6.2;12.89;0;4.23;26413
+78100;45.60816;7.0101;1967;20220720;22.6;13.1;17.8;5.7;13.64;1.7;4.79;26618
+78100;45.60816;7.0101;1967;20220721;23;10.9;16.9;2.3;12.54;0;4.94;28373
+78100;45.60816;7.0101;1967;20220722;22.6;10.3;16.4;4.1;11.69;.7;4.72;26326
+78100;45.60816;7.0101;1967;20220723;22.5;11.4;16.9;1.9;11.69;.1;4.55;24416
+78100;45.60816;7.0101;1967;20220724;23.1;9.4;16.3;3.1;12.24;0;4.73;29027
+78100;45.60816;7.0101;1967;20220725;24.1;11;17.5;2.4;11.69;0;4.81;24826
+78100;45.60816;7.0101;1967;20220726;21.6;9.7;15.6;2.3;11.64;.8;4.78;28024
+78100;45.60816;7.0101;1967;20220727;19.3;8.8;14;2.9;11.59;0;4.41;28920
+78100;45.60816;7.0101;1967;20220728;19.4;9.1;14.2;5.1;11.44;.3;3.94;26116
+78100;45.60816;7.0101;1967;20220729;15.4;8.4;11.9;1.5;10.34;6.9;2.76;15999
+78100;45.60816;7.0101;1967;20220730;18.2;8.2;13.2;2.3;9.84;0;4.1;25241
+78100;45.60816;7.0101;1967;20220731;21.6;6.1;13.9;1.6;8.69;0;4.67;28293
+78100;45.60816;7.0101;1967;20220801;23.5;8;15.7;1.7;9.09;0;4.93;28183
+78100;45.60816;7.0101;1967;20220802;20.6;8.3;14.5;3.6;9.94;0;4.54;27872
+78100;45.60816;7.0101;1967;20220803;21.4;10.3;15.8;5.4;11.64;0;4.27;26910
+78100;45.60816;7.0101;1967;20220804;21.4;11.3;16.3;4;12.49;0;4.05;22347
+78100;45.60816;7.0101;1967;20220805;20.5;12.5;16.5;2.6;12.49;1.7;3.82;19673
+78100;45.60816;7.0101;1967;20220806;21.9;8.3;15.1;1.8;10.29;0;4.46;26067
+78100;45.60816;7.0101;1967;20220807;18.1;10.2;14.2;4.4;11.29;6;3.48;21135
+78100;45.60816;7.0101;1967;20220808;19.6;6.7;13.2;3;9.84;0;4.2;26582
+78100;45.60816;7.0101;1967;20220809;20;9.2;14.6;4.8;11.09;0;4.27;26863
+78100;45.60816;7.0101;1967;20220810;19.5;10.9;15.2;5.8;10.59;.2;4.07;24754
+78100;45.60816;7.0101;1967;20220811;21.1;8.6;14.8;4;9.74;0;4.63;26772
+78100;45.60816;7.0101;1967;20220812;21.4;9;15.2;3.1;8.99;0;4.79;26450
+78100;45.60816;7.0101;1967;20220813;19.4;7.8;13.6;3.6;8.99;0;4.23;26627
+78100;45.60816;7.0101;1967;20220814;15.8;8;11.9;3;9.49;1.4;2.94;16147
+78100;45.60816;7.0101;1967;20220815;17.1;5.4;11.2;2.1;9.39;.1;3.53;23878
+78100;45.60816;7.0101;1967;20220816;18.6;6;12.3;4;9.84;.2;3.56;23202
+78100;45.60816;7.0101;1967;20220817;16.6;10.8;13.7;5.3;11.14;10;2.91;16305
+78100;45.60816;7.0101;1967;20220818;13.1;6.4;9.7;2.6;10.29;10.9;2.3;15026
+78100;45.60816;7.0101;1967;20220819;11.3;6.6;9;2.7;10.19;1.6;1.87;12991
+78100;45.60816;7.0101;1967;20220820;16.9;6;11.4;2.6;10.39;0;3.5;24686
+78100;45.60816;7.0101;1967;20220821;18.5;6;12.2;2;9.94;0;3.67;24509
+78100;45.60816;7.0101;1967;20220822;18.1;7.5;12.8;1.8;10.24;0;3.53;23337
+78100;45.60816;7.0101;1967;20220823;18.3;6.3;12.3;2.2;9.59;0;3.66;24196
+78100;45.60816;7.0101;1967;20220824;18.9;7.5;13.2;3.5;10.19;0;3.64;23514
+78100;45.60816;7.0101;1967;20220825;20.9;8.1;14.5;2.4;10.59;.3;3.87;23530
+78100;45.60816;7.0101;1967;20220826;15.4;10.5;13;1.1;11.64;5.5;2.23;12901
+78100;45.60816;7.0101;1967;20220827;16.6;7.8;12.2;2.4;11.09;.1;2.91;19997
+78100;45.60816;7.0101;1967;20220828;18.1;7.2;12.6;2;10.69;.6;3.3;22825
+78100;45.60816;7.0101;1967;20220829;18.8;7.1;12.9;2.2;9.64;0;3.48;22989
+78100;45.60816;7.0101;1967;20220830;17.5;8;12.7;2.4;10.04;3.6;2.89;17552
+78100;45.60816;7.0101;1967;20220831;16.4;6.8;11.6;2.1;10.74;.1;2.94;21148
+78100;45.60816;7.0101;1967;20220901;18.1;6.5;12.3;2.3;9.69;0;3.32;22226
+78100;45.60816;7.0101;1967;20220902;14.8;5.7;10.3;3.6;9.34;8.2;2.65;19137
+78100;45.60816;7.0101;1967;20220903;12.9;6.7;9.8;3;10.14;2.3;2.14;15702
+78100;45.60816;7.0101;1967;20220904;14.4;6.7;10.5;2.7;10.29;0;2.43;18711
+78100;45.60816;7.0101;1967;20220905;16.4;8.2;12.3;4.7;10.49;0;2.6;19305
+78100;45.60816;7.0101;1967;20220906;17.3;6.8;12.1;4.1;10.69;1.3;2.59;18477
+78100;45.60816;7.0101;1967;20220907;17.2;8.4;12.8;3.9;10.89;7.2;2.59;17685
+78100;45.60816;7.0101;1967;20220908;14.8;6.3;10.5;1.8;9.19;0;2.66;19112
+78100;45.60816;7.0101;1967;20220909;13.8;4.5;9.1;1.9;7.04;0;2.78;20040
+78100;45.60816;7.0101;1967;20220910;14.2;4.4;9.3;2.6;7.44;0;2.72;18577
+78100;45.60816;7.0101;1967;20220911;15.7;1.9;8.8;1.6;7.29;0;2.72;20415
+78100;45.60816;7.0101;1967;20220912;20.3;4.1;12.2;1.3;6.24;0;3.05;19922
+78100;45.60816;7.0101;1967;20220913;21.6;7.3;14.4;2.2;7.99;.6;3.29;16928
+78100;45.60816;7.0101;1967;20220914;17.2;10.9;14.1;4.2;10.74;3.9;2.64;12867
+78100;45.60816;7.0101;1967;20220915;11.8;7.6;9.7;1.8;10.09;4;1.62;10426
+78100;45.60816;7.0101;1967;20220916;11.6;6.6;9.1;2.9;8.99;1.6;2.03;14538
+78100;45.60816;7.0101;1967;20220917;6.7;.4;3.5;4.3;4.99;0;2.05;16376
+78100;45.60816;7.0101;1967;20220918;11.6;-2.4;4.6;2.4;4.79;0;2.39;18806
+78100;45.60816;7.0101;1967;20220919;12.3;.3;6.3;2.4;5.04;0;2.54;18711
+78100;45.60816;7.0101;1967;20220920;12.5;-1.1;5.7;1.6;5.04;0;2.28;18416
+78100;45.60816;7.0101;1967;20220921;9.1;.2;4.6;3.9;6.24;0;1.54;14070
+78100;45.60816;7.0101;1967;20220922;10.9;-.6;5.1;3.6;6.29;0;1.84;18075
+78100;45.60816;7.0101;1967;20220923;13.1;.1;6.6;3.1;6.04;4.1;2.29;17330
+78100;45.60816;7.0101;1967;20220924;5.8;3.2;4.5;4.3;7.79;6.8;.86;7014
+78100;45.60816;7.0101;1967;20220925;5.6;2;3.8;2.5;7.49;5.3;1.02;9403
+78100;45.60816;7.0101;1967;20220926;7.7;1.1;4.4;2.1;6.54;4.7;1.5;13146
+78100;45.60816;7.0101;1967;20220927;5.5;.2;2.9;3.6;5.84;7.6;1.44;13343
+78100;45.60816;7.0101;1967;20220928;6.4;-.2;3.1;2.3;6.59;26.6;1.11;9968
+78100;45.60816;7.0101;1967;20220929;5.9;1;3.4;1.8;6.99;.1;1.11;10317
+78100;45.60816;7.0101;1967;20220930;3.4;.1;1.8;1.4;6.49;1.2;.84;7602
+78100;45.60816;7.0101;1967;20221001;7.1;.2;3.7;2.4;7.44;24;.97;8056
+78100;45.60816;7.0101;1967;20221002;13.6;6.9;10.3;3;8.79;0;2.04;13745
+78100;45.60816;7.0101;1967;20221003;13.5;1.8;7.6;1.9;7.34;0;1.86;15579
+78100;45.60816;7.0101;1967;20221004;16.1;2.7;9.4;1.5;5.04;0;2.16;15435
+78100;45.60816;7.0101;1967;20221005;14.2;2.7;8.4;3.2;6.09;0;1.99;15241
+78100;45.60816;7.0101;1967;20221006;14.4;3.5;8.9;3.4;7.59;0;1.97;15148
+78100;45.60816;7.0101;1967;20221007;12.5;3.5;8;4.8;7.94;.1;1.58;14505
+78100;45.60816;7.0101;1967;20221008;10.2;3.6;6.9;1.1;8.49;5.9;1.19;10238
+78100;45.60816;7.0101;1967;20221009;8.8;5.3;7;4.7;8.69;1.8;.99;8265
+78100;45.60816;7.0101;1967;20221010;9.6;5.3;7.4;4.2;8.09;0;1.11;8974
+78100;45.60816;7.0101;1967;20221011;11.9;2.5;7.2;2.6;7.44;0;1.52;13517
+78100;45.60816;7.0101;1967;20221012;9.6;4.4;7;3.3;7.84;.1;1.22;10217
+78100;45.60816;7.0101;1967;20221013;10.1;1.7;5.9;.9;7.09;.2;1.22;11838
+78100;45.60816;7.0101;1967;20221014;9;4;6.5;1.9;8.64;3.5;.97;8284
+78100;45.60816;7.0101;1967;20221015;14.9;3.6;9.2;1.8;7.64;.3;1.68;13326
+78100;45.60816;7.0101;1967;20221016;12.9;3.2;8;4.3;7.09;0;1.3;12288
+78100;45.60816;7.0101;1967;20221017;13.4;4.5;8.9;5.7;8.09;0;1.31;11300
+78100;45.60816;7.0101;1967;20221018;16.4;5;10.7;1.4;7.64;.1;1.64;12163
+78100;45.60816;7.0101;1967;20221019;15.9;4.4;10.1;2.5;6.49;0;1.8;12526
+78100;45.60816;7.0101;1967;20221020;12.4;5;8.7;6;8.04;6.8;1.06;8140
+78100;45.60816;7.0101;1967;20221021;8;7.1;7.5;4.6;9.69;26;.58;3027
+78100;45.60816;7.0101;1967;20221022;12.1;2.7;7.4;2.5;8.19;.2;1.2;11322
+78100;45.60816;7.0101;1967;20221023;13.2;6.1;9.7;6.2;8.39;3.5;1.27;7903
+78100;45.60816;7.0101;1967;20221024;12.5;7.4;10;3.7;8.64;18.7;1.39;6378
+78100;45.60816;7.0101;1967;20221025;11.8;1.8;6.8;2.3;7.34;.8;1.18;10963
+78100;45.60816;7.0101;1967;20221026;15.3;5.7;10.5;2.8;7.04;0;1.81;10832
+78100;45.60816;7.0101;1967;20221027;15.3;5.3;10.3;1.4;7.09;0;1.31;9513
+78100;45.60816;7.0101;1967;20221028;16.9;6.8;11.8;1.2;6.99;0;1.35;9884
+78100;45.60816;7.0101;1967;20221029;16.5;6.5;11.5;2.8;6.54;0;1.92;10657
+78100;45.60816;7.0101;1967;20221030;14.6;7.8;11.2;4.8;6.09;0;2.4;9440
+78100;45.60816;7.0101;1967;20221031;12.6;6.5;9.6;5.6;6.09;2.8;2.1;9724
+78100;45.60816;7.0101;1967;20221101;8.7;4.6;6.7;2.7;7.24;3.5;.91;6741
+78100;45.60816;7.0101;1967;20221102;8.6;.8;4.7;1.6;6.19;0;.83;8986
+78100;45.60816;7.0101;1967;20221103;6.9;0;3.5;5.2;5.64;15.2;.83;7283
+78100;45.60816;7.0101;1967;20221104;2.2;-3.3;-.6;3.2;4.84;0;.66;8385
+78100;45.60816;7.0101;1967;20221105;.8;-3.4;-1.3;2.3;4.34;0;.59;8526
+78100;45.60816;7.0101;1967;20221106;8.1;-4.3;1.9;1.8;3.89;0;.95;9622
+78100;45.60816;7.0101;1967;20221107;10.9;-1.3;4.8;1.7;3.74;0;1.21;9855
+78100;45.60816;7.0101;1967;20221108;9.1;.5;4.8;4.9;4.64;0;1.15;9438
+78100;45.60816;7.0101;1967;20221109;6.6;1.4;4;4.8;6.34;5.7;.68;6167
+78100;45.60816;7.0101;1967;20221110;7.8;0;3.9;2.5;5.89;0;.7;8694
+78100;45.60816;7.0101;1967;20221111;11.8;.9;6.3;4.3;4.09;0;1.84;9246
+78100;45.60816;7.0101;1967;20221112;12.1;3.4;7.8;3.6;4.24;0;1.84;8084
+78100;45.60816;7.0101;1967;20221113;5.7;2.6;4.1;6.4;4.74;.7;1.17;5436
+78100;45.60816;7.0101;1967;20221114;2.1;-.8;.7;5.1;5.59;3.4;.34;5406
+78100;45.60816;7.0101;1967;20221115;3.5;.1;1.8;6.1;5.89;10;.37;5307
+78100;45.60816;7.0101;1967;20221116;3.5;-1;1.2;2.7;5.54;1.6;.53;7343
+78100;45.60816;7.0101;1967;20221117;6.6;-1.8;2.4;2.5;5.44;13.3;.7;8114
+78100;45.60816;7.0101;1967;20221118;-.5;-2;-1.3;2.4;4.74;.7;.43;5342
+78100;45.60816;7.0101;1967;20221119;-1.4;-9;-5.2;1.6;3.14;0;.38;8160
+78100;45.60816;7.0101;1967;20221120;-2.9;-8.4;-5.7;2.1;3.09;1.5;.39;7310
+78100;45.60816;7.0101;1967;20221121;2.7;-7.7;-2.5;2.8;3.94;9.6;.55;7143
+78100;45.60816;7.0101;1967;20221122;-3.1;-3.9;-3.5;4.3;3.89;0;.5;4027
+78100;45.60816;7.0101;1967;20221123;.2;-9.7;-4.8;1.9;3.39;9.6;.42;6700
+78100;45.60816;7.0101;1967;20221124;-.9;-5;-3;2;3.54;0;.47;6287
+78100;45.60816;7.0101;1967;20221125;1.8;-4.6;-1.4;1.3;3.34;0;.5;7046
+78100;45.60816;7.0101;1967;20221126;-1.4;-4.5;-2.9;1.6;3.54;0;.44;5674
+78100;45.60816;7.0101;1967;20221127;4.7;-6;-.6;1.8;2.69;0;.82;7081
+78100;45.60816;7.0101;1967;20221128;-.7;-3.7;-2.2;4.5;3.99;1.6;.41;4410
+78100;45.60816;7.0101;1967;20221129;-2.4;-4.2;-3.3;1;4.14;1;.29;3990
+78100;45.60816;7.0101;1967;20221130;-1.9;-8.7;-5.3;1.4;2.99;0;.29;6445
+78100;45.60816;7.0101;1967;20221201;-2.3;-8.5;-5.4;3.4;3.04;.2;.3;5824
+78100;45.60816;7.0101;1967;20221202;-3.7;-7.7;-5.7;4.6;3.19;.4;.42;4681
+78100;45.60816;7.0101;1967;20221203;-2.3;-6.1;-4.2;6.8;3.89;0;.28;4252
+78100;45.60816;7.0101;1967;20221204;1.1;-2.8;-.8;6.1;4.59;2.9;.36;4515
+78100;45.60816;7.0101;1967;20221205;-2.9;-5.2;-4;2.6;3.64;0;.33;4520
+78100;45.60816;7.0101;1967;20221206;-.7;-9;-4.8;.7;3.29;0;.13;6461
+78100;45.60816;7.0101;1967;20221207;-.8;-7.9;-4.3;.7;2.94;0;.19;6148
+78100;45.60816;7.0101;1967;20221208;.6;-8.4;-3.9;2.1;2.44;4.1;.59;6868
+78100;45.60816;7.0101;1967;20221209;.6;-5.9;-2.7;5.4;4.84;15.8;.28;4311
+78100;45.60816;7.0101;1967;20221210;-2.1;-2.3;-2.2;2.6;4.49;0;.33;3949
+78100;45.60816;7.0101;1967;20221211;-10;-11.3;-10.7;2.5;2.14;0;.27;3896
+78100;45.60816;7.0101;1967;20221212;-7.6;-15.3;-11.4;2.1;1.94;3.4;.27;6443
+78100;45.60816;7.0101;1967;20221213;.4;-10.8;-5.2;5.9;3.79;8.8;.35;5963
+78100;45.60816;7.0101;1967;20221214;1.3;-3.1;-.9;1.5;5.14;2.6;.23;5171
+78100;45.60816;7.0101;1967;20221215;2;-4.5;-1.3;4.2;4.29;5.9;.55;4323
+78100;45.60816;7.0101;1967;20221216;-.2;-2.8;-1.5;2.4;4.79;.2;.27;4227
+78100;45.60816;7.0101;1967;20221217;-1.7;-10.7;-6.2;1.7;2.59;0;.36;6516
+78100;45.60816;7.0101;1967;20221218;-.6;-7.8;-4.2;2;1.99;0;.63;6261
+78100;45.60816;7.0101;1967;20221219;5.5;-3;1.2;3.4;3.44;0;1.06;6114
+78100;45.60816;7.0101;1967;20221220;6;-1;2.5;4.1;4.19;1.2;1.05;6173
+78100;45.60816;7.0101;1967;20221221;2;-.6;.7;1.9;5.24;3.4;.41;3942
+78100;45.60816;7.0101;1967;20221222;2.8;-1.5;.6;2.3;5.54;22.9;.27;6232
+78100;45.60816;7.0101;1967;20221223;2.1;-1;.5;2.5;6.49;44.8;.13;2755
+78100;45.60816;7.0101;1967;20221224;4.9;.7;2.8;2;6.49;1;.24;5848
+78100;45.60816;7.0101;1967;20221225;5.8;.7;3.2;1.6;4.19;0;.64;5831
+78100;45.60816;7.0101;1967;20221226;4.9;.8;2.8;2.2;4.39;5.1;.69;5734
+78100;45.60816;7.0101;1967;20221227;-1;-1.5;-1.3;1.8;4.14;0;.49;3200
+78100;45.60816;7.0101;1967;20221228;.6;-6.6;-3;.8;1.84;0;.37;6335
+78100;45.60816;7.0101;1967;20221229;2.7;-6.3;-1.8;2;3.34;5.4;.56;5918
+78100;45.60816;7.0101;1967;20221230;3.2;-2.4;.4;1.6;5.49;8.7;.29;4950
+78100;45.60816;7.0101;1967;20221231;6.9;.7;3.8;2.6;6.49;0;.48;5241
+79074;45.24903;-1.14763;15;20220101;18.4;4.7;11.6;1.2;11;.1;.43;7273
+79074;45.24903;-1.14763;15;20220102;15.2;10.2;12.7;2.4;13.1;0;.55;4300
+79074;45.24903;-1.14763;15;20220103;17.1;12.4;14.8;2.7;12.4;.1;1.09;4185
+79074;45.24903;-1.14763;15;20220104;14.4;13.5;14;3.3;11.2;2.4;1.43;1675
+79074;45.24903;-1.14763;15;20220105;9.3;.9;5.1;1;6.6;.1;.35;5773
+79074;45.24903;-1.14763;15;20220106;9.2;-2.6;3.3;.8;5.8;.6;.24;6947
+79074;45.24903;-1.14763;15;20220107;12.4;2.7;7.6;4.1;9.2;5.7;.64;6319
+79074;45.24903;-1.14763;15;20220108;13.3;10.6;12;6.1;11.1;5.3;1.31;3219
+79074;45.24903;-1.14763;15;20220109;11.5;9.5;10.5;4.9;11.1;10.5;.79;2754
+79074;45.24903;-1.14763;15;20220110;12;10.1;11.1;3.4;12.6;1.5;.44;2701
+79074;45.24903;-1.14763;15;20220111;11;2.7;6.9;1.2;7.6;0;.45;6027
+79074;45.24903;-1.14763;15;20220112;6.3;-1.7;2.3;3.5;6.1;0;.54;5968
+79074;45.24903;-1.14763;15;20220113;7.4;.1;3.8;2.7;5.9;0;.72;5744
+79074;45.24903;-1.14763;15;20220114;8.8;-2.5;3.2;2.4;6;0;.61;7292
+79074;45.24903;-1.14763;15;20220115;8.2;-5.5;1.4;.8;5.6;.2;.25;8144
+79074;45.24903;-1.14763;15;20220116;2.4;-2.2;.1;2;6.7;.1;.08;4643
+79074;45.24903;-1.14763;15;20220117;6.3;.4;3.4;2.7;7.6;0;.27;5357
+79074;45.24903;-1.14763;15;20220118;5;-1.2;1.9;1.5;7.1;.1;.21;5562
+79074;45.24903;-1.14763;15;20220119;8.7;4.1;6.4;.8;8.6;2.4;.37;4805
+79074;45.24903;-1.14763;15;20220120;8;6.3;7.2;2.4;8.9;.2;.57;2839
+79074;45.24903;-1.14763;15;20220121;6.5;1.1;3.8;3.6;6.3;.1;.77;5358
+79074;45.24903;-1.14763;15;20220122;7.8;.6;4.2;4.9;6.5;0;.92;6310
+79074;45.24903;-1.14763;15;20220123;8.8;.7;4.8;3.4;6.7;0;.83;6794
+79074;45.24903;-1.14763;15;20220124;13.4;-3.5;5;1.2;6.3;0;.63;9534
+79074;45.24903;-1.14763;15;20220125;14.5;-3.9;5.3;.7;6.2;0;.5;9651
+79074;45.24903;-1.14763;15;20220126;3.4;-3.5;0;2.3;6;0;.27;6492
+79074;45.24903;-1.14763;15;20220127;-.2;-1.7;-.9;2.6;5.7;0;.24;2907
+79074;45.24903;-1.14763;15;20220128;10.5;-2.4;4.1;1.3;8.3;0;.38;9223
+79074;45.24903;-1.14763;15;20220129;5;3.9;4.5;1.6;8.3;0;.35;2517
+79074;45.24903;-1.14763;15;20220130;9;5.2;7.1;1.4;9.6;.4;.45;5003
+79074;45.24903;-1.14763;15;20220131;10.7;7.7;9.2;3.8;10;.5;.83;4473
+79074;45.24903;-1.14763;15;20220201;11.4;-.4;5.5;2.7;9.2;.3;.46;9291
+79074;45.24903;-1.14763;15;20220202;10.5;9.4;10;2.4;11.1;0;.63;2668
+79074;45.24903;-1.14763;15;20220203;9.4;6.7;8.1;2.2;9.8;.8;.59;4411
+79074;45.24903;-1.14763;15;20220204;12.2;7.5;9.9;2.1;11.3;.8;.62;5998
+79074;45.24903;-1.14763;15;20220205;11.1;-1.1;5;1.1;7.3;.1;.65;9983
+79074;45.24903;-1.14763;15;20220206;11.7;-1.2;5.3;2.9;10.2;.8;.29;10417
+79074;45.24903;-1.14763;15;20220207;13.5;10.6;12.1;2.6;11.1;.3;1.08;4850
+79074;45.24903;-1.14763;15;20220208;13.6;3.2;8.4;1.6;8.2;0;.98;9585
+79074;45.24903;-1.14763;15;20220209;14;.4;7.2;1.7;8.4;.2;.94;11158
+79074;45.24903;-1.14763;15;20220210;6.6;.8;3.7;3.1;10;.7;.74;8481
+79074;45.24903;-1.14763;15;20220211;11.5;6.5;9;4.1;7.85;0;1.4;9543
+79074;45.24903;-1.14763;15;20220212;11.9;2.7;7.3;2.6;6.65;0;1.3;10957
+79074;45.24903;-1.14763;15;20220213;15;3.7;9.4;5.8;9.05;1.8;1.44;10974
+79074;45.24903;-1.14763;15;20220214;11.9;9.1;10.5;6.2;9.97;2.8;1.36;6946
+79074;45.24903;-1.14763;15;20220215;12.5;7.2;9.8;7;10.43;10.5;1.15;5781
+79074;45.24903;-1.14763;15;20220216;13.3;10.5;11.9;4.9;13.5;3.1;.65;5414
+79074;45.24903;-1.14763;15;20220217;12.7;12;12.4;3.4;13.8;.3;.6;2596
+79074;45.24903;-1.14763;15;20220218;13.4;9.1;11.3;3.1;10.9;.2;1.18;6974
+79074;45.24903;-1.14763;15;20220219;11.8;2;6.9;2;8.3;.2;1.04;10828
+79074;45.24903;-1.14763;15;20220220;13.2;9.3;11.3;3.5;12.3;.5;.89;6814
+79074;45.24903;-1.14763;15;20220221;13.1;10.5;11.8;5.4;10.4;0;1.69;5586
+79074;45.24903;-1.14763;15;20220222;12.9;9.4;11.2;2.2;10.3;0;1.19;6620
+79074;45.24903;-1.14763;15;20220223;15;5.5;10.3;1.1;10.1;.1;1.17;11251
+79074;45.24903;-1.14763;15;20220224;13.6;2.4;8;1.9;9.3;.6;1.18;12406
+79074;45.24903;-1.14763;15;20220225;11.6;-1.5;5.1;1.1;6.9;.2;1.12;13622
+79074;45.24903;-1.14763;15;20220226;13.7;-2;5.9;2.4;5.7;.1;1.78;14725
+79074;45.24903;-1.14763;15;20220227;15;1.5;8.3;1.8;8.3;.2;1.5;14201
+79074;45.24903;-1.14763;15;20220228;17.5;2.6;10.1;.8;9.2;0;1.45;15107
+79074;45.24903;-1.14763;15;20220301;18.8;1.8;10.3;1.7;8.7;1.6;1.87;15300
+79074;45.24903;-1.14763;15;20220302;11.9;8.8;10.4;1.5;10.8;1.7;1.01;6919
+79074;45.24903;-1.14763;15;20220303;13;4.7;8.9;2.1;10.8;2.8;1.09;11660
+79074;45.24903;-1.14763;15;20220304;11.1;8.5;9.8;3.9;9.9;0;1.26;6478
+79074;45.24903;-1.14763;15;20220305;12;.8;6.4;2.3;8;.3;1.38;13940
+79074;45.24903;-1.14763;15;20220306;12.4;6.7;9.6;2.7;7.4;.1;1.83;9984
+79074;45.24903;-1.14763;15;20220307;10.2;-3.7;3.3;1.7;5.7;0;1.43;15955
+79074;45.24903;-1.14763;15;20220308;11.7;-.1;5.8;2.1;9.2;1.4;1.15;14858
+79074;45.24903;-1.14763;15;20220309;16.2;1.5;8.9;2.3;9.2;.2;1.86;16820
+79074;45.24903;-1.14763;15;20220310;13.6;10.2;11.9;2.1;11.1;2.5;1.38;8032
+79074;45.24903;-1.14763;15;20220311;14.4;5.8;10.1;2.5;11.2;5.8;1.43;13107
+79074;45.24903;-1.14763;15;20220312;15.5;6.8;11.2;2.5;9.9;7.6;1.88;13341
+79074;45.24903;-1.14763;15;20220313;13.6;7.9;10.8;2.9;9.4;4.8;1.79;10869
+79074;45.24903;-1.14763;15;20220314;14.6;3.2;8.9;4.3;9.8;.5;1.78;15676
+79074;45.24903;-1.14763;15;20220315;19.6;10.8;15.2;3.4;12.5;0;2.5;13895
+79074;45.24903;-1.14763;15;20220316;16.3;12.3;14.3;3.1;12.5;0;1.86;9378
+79074;45.24903;-1.14763;15;20220317;11;9.2;10.1;4.8;9.5;0;1.59;6264
+79074;45.24903;-1.14763;15;20220318;15.2;7.4;11.3;5.1;8.83;0;2.32;13188
+79074;45.24903;-1.14763;15;20220319;18.9;7.7;13.3;4;9.48;0;3.02;17422
+79074;45.24903;-1.14763;15;20220320;19;8.5;13.7;3.7;9.95;0;2.92;16108
+79074;45.24903;-1.14763;15;20220321;20.3;10.5;15.4;4.6;10.35;0;3.34;15116
+79074;45.24903;-1.14763;15;20220322;18.7;8.2;13.4;4.9;8.03;0;3.63;17884
+79074;45.24903;-1.14763;15;20220323;17.6;7.2;12.4;3.7;7.65;0;3.24;19766
+79074;45.24903;-1.14763;15;20220324;16.7;6.6;11.6;2.9;8.2;0;2.85;19999
+79074;45.24903;-1.14763;15;20220325;18;7.6;12.8;3.5;8.35;0;3.29;18336
+79074;45.24903;-1.14763;15;20220326;20.5;8.1;14.3;4.4;7.28;0;4.37;20269
+79074;45.24903;-1.14763;15;20220327;20.2;9.2;14.7;2.9;8.65;0;3.42;20114
+79074;45.24903;-1.14763;15;20220328;20.7;9.8;15.3;2.5;8.75;0;3.28;18232
+79074;45.24903;-1.14763;15;20220329;15.3;10.4;12.9;2.8;11.25;.1;2.08;12329
+79074;45.24903;-1.14763;15;20220330;15.4;10.1;12.7;4.7;11.43;1.6;1.8;8693
+79074;45.24903;-1.14763;15;20220331;14;8.7;11.4;7.1;8.83;1.7;2.59;13098
+79074;45.24903;-1.14763;15;20220401;10.1;3.9;7;8.8;5.83;.9;2.86;15027
+79074;45.24903;-1.14763;15;20220402;10.6;3.6;7.1;5.9;5.63;0;2.8;17635
+79074;45.24903;-1.14763;15;20220403;9.3;.1;4.7;3.2;5.47;0;2.23;17204
+79074;45.24903;-1.14763;15;20220404;11.4;4;7.7;3.7;5.9;0;2.57;17703
+79074;45.24903;-1.14763;15;20220405;13.3;4.3;8.8;3.6;9.2;0;1.82;13729
+79074;45.24903;-1.14763;15;20220406;13.9;10.1;12;5.4;11.7;1.6;1.59;9403
+79074;45.24903;-1.14763;15;20220407;13.9;11.4;12.6;9.8;12.93;15;1.33;5766
+79074;45.24903;-1.14763;15;20220408;16.1;11.9;14;9.9;11.33;1.3;2.49;6440
+79074;45.24903;-1.14763;15;20220409;14.6;7.4;11;3.9;8.03;0;2.87;20067
+79074;45.24903;-1.14763;15;20220410;19.4;5.6;12.5;4.6;7.44;0;4.15;23198
+79074;45.24903;-1.14763;15;20220411;24.8;11.1;17.9;6.5;10.97;1.5;4.96;22459
+79074;45.24903;-1.14763;15;20220412;19.2;12;15.6;4;12.37;0;2.88;14237
+79074;45.24903;-1.14763;15;20220413;18.3;10.8;14.5;2.7;13.15;.9;2.55;16535
+79074;45.24903;-1.14763;15;20220414;20;12.2;16.1;2.6;13.45;0;3.11;21518
+79074;45.24903;-1.14763;15;20220415;20.7;10.3;15.5;3;13.3;0;3.09;20783
+79074;45.24903;-1.14763;15;20220416;20.3;10.6;15.5;3.1;12.73;0;3.32;21690
+79074;45.24903;-1.14763;15;20220417;18.9;9.9;14.4;3.5;12.33;0;3.04;20678
+79074;45.24903;-1.14763;15;20220418;16.5;11.4;14;4.9;12.38;0;2.43;14843
+79074;45.24903;-1.14763;15;20220419;14.1;9.8;11.9;5.3;10.75;5.5;2.12;11777
+79074;45.24903;-1.14763;15;20220420;12.9;9.6;11.2;4.9;11.48;9.2;1.34;5521
+79074;45.24903;-1.14763;15;20220421;16.7;9.8;13.3;3;12.6;1.5;2.27;15779
+79074;45.24903;-1.14763;15;20220422;19.5;10.1;14.8;2.2;12.1;7.9;2.58;15080
+79074;45.24903;-1.14763;15;20220423;14.1;12;13;4.3;12.4;7.1;1.67;8373
+79074;45.24903;-1.14763;15;20220424;15.9;11.9;13.9;6.5;13.13;0;1.82;9458
+79074;45.24903;-1.14763;15;20220425;18;10.6;14.3;3.7;12.15;0;3.02;20026
+79074;45.24903;-1.14763;15;20220426;22.4;10.3;16.4;3.6;11.47;0;4.46;25997
+79074;45.24903;-1.14763;15;20220427;19.1;12.1;15.6;3;12.67;2.2;2.85;14556
+79074;45.24903;-1.14763;15;20220428;18.3;13.2;15.8;2.8;13.6;.1;2.65;15131
+79074;45.24903;-1.14763;15;20220429;19.1;11.7;15.4;2.7;13.65;0;3.03;21666
+79074;45.24903;-1.14763;15;20220430;19.3;12.3;15.8;3.7;13.15;0;3.14;20243
+79074;45.24903;-1.14763;15;20220501;20.3;10.1;15.2;3.6;12.35;0;3.53;21985
+79074;45.24903;-1.14763;15;20220502;20.3;12.5;16.4;4;11.8;0;3.82;20670
+79074;45.24903;-1.14763;15;20220503;20.6;12.6;16.6;4.1;11.93;0;3.77;21349
+79074;45.24903;-1.14763;15;20220504;19.9;13.1;16.5;4;12.13;0;3.75;22370
+79074;45.24903;-1.14763;15;20220505;20;11.1;15.6;3.9;12.5;.1;3.73;26816
+79074;45.24903;-1.14763;15;20220506;19.5;7.2;13.4;2.6;12.9;.1;3.46;25258
+79074;45.24903;-1.14763;15;20220507;21.9;8.2;15.1;1.9;12.9;0;4.02;26807
+79074;45.24903;-1.14763;15;20220508;23;6.5;14.8;1.4;12.5;0;4.13;27813
+79074;45.24903;-1.14763;15;20220509;27;8.4;17.7;1.2;13;0;4.62;27946
+79074;45.24903;-1.14763;15;20220510;26;8.9;17.5;1.5;14.4;.1;4.58;28076
+79074;45.24903;-1.14763;15;20220511;19.5;12;15.8;1.8;15.4;0;3.08;20137
+79074;45.24903;-1.14763;15;20220512;18;15.1;16.6;1.5;15.2;.1;2.32;12465
+79074;45.24903;-1.14763;15;20220513;20.1;8.5;14.3;1.4;13.3;0;3.65;25338
+79074;45.24903;-1.14763;15;20220514;28.6;8.8;18.7;1.7;15.5;0;4.99;28569
+79074;45.24903;-1.14763;15;20220515;27.7;15.1;21.4;2;17.8;1.8;4.98;26642
+79074;45.24903;-1.14763;15;20220516;25;10;17.5;1.3;15.9;.1;4.55;28799
+79074;45.24903;-1.14763;15;20220517;27;12.1;19.6;1.8;16.6;.1;5;28911
+79074;45.24903;-1.14763;15;20220518;31.4;11.4;21.4;1.6;16.8;.9;5.51;29019
+79074;45.24903;-1.14763;15;20220519;24.4;16.5;20.5;1.8;18.2;.1;3.95;21360
+79074;45.24903;-1.14763;15;20220520;21.8;14.2;18;2.1;16.6;.1;3.57;21020
+79074;45.24903;-1.14763;15;20220521;29.8;10.9;20.4;1.1;16.8;0;5.16;29327
+79074;45.24903;-1.14763;15;20220522;30.4;17.5;24;2.3;20.1;3.7;5.66;27663
+79074;45.24903;-1.14763;15;20220523;20;16.2;18.1;4.2;16.1;2.4;3.1;14926
+79074;45.24903;-1.14763;15;20220524;17.9;12.9;15.4;2.9;11.9;.8;3.29;17219
+79074;45.24903;-1.14763;15;20220525;19.1;6.8;13;1.9;12.4;.2;3.75;27259
+79074;45.24903;-1.14763;15;20220526;19.1;13.2;16.2;2.1;14.3;0;3.19;18842
+79074;45.24903;-1.14763;15;20220527;20.3;15.3;17.8;2.3;14.7;0;3.34;17370
+79074;45.24903;-1.14763;15;20220528;25.7;12.3;19;3.1;12.8;0;5.56;28703
+79074;45.24903;-1.14763;15;20220529;21.4;11.8;16.6;3.8;9.9;0;4.99;24311
+79074;45.24903;-1.14763;15;20220530;20.8;8.5;14.7;3.6;9.8;0;4.81;27625
+79074;45.24903;-1.14763;15;20220531;20.1;10.1;15.1;1.7;12.8;2.2;3.87;24937
+79074;45.24903;-1.14763;15;20220601;26.1;11;18.6;2;13.6;5.9;5.3;30229
+79074;45.24903;-1.14763;15;20220602;26.8;15.4;21.1;1.9;17.7;4.8;4.97;26762
+79074;45.24903;-1.14763;15;20220603;24;16.6;20.3;2.2;18.6;1.1;3.99;21547
+79074;45.24903;-1.14763;15;20220604;23.3;15.7;19.5;2.4;18;.5;3.93;21882
+79074;45.24903;-1.14763;15;20220605;20.5;14.1;17.3;2.1;16.6;0;3.33;20091
+79074;45.24903;-1.14763;15;20220606;20.7;13.1;16.9;1.1;15.6;.5;3.58;21958
+79074;45.24903;-1.14763;15;20220607;21.3;15.2;18.3;2.6;15.7;7.9;3.65;19671
+79074;45.24903;-1.14763;15;20220608;20;14.3;17.2;3.4;17.1;1.6;3.06;19033
+79074;45.24903;-1.14763;15;20220609;20.6;15.2;17.9;2.6;14.8;.1;3.56;18543
+79074;45.24903;-1.14763;15;20220610;23.6;7.9;15.8;1.3;14.5;.1;4.66;30682
+79074;45.24903;-1.14763;15;20220611;25.5;11.8;18.7;2.1;16.8;.1;4.98;29782
+79074;45.24903;-1.14763;15;20220612;29.2;15.7;22.5;2.2;17.5;.3;5.83;29591
+79074;45.24903;-1.14763;15;20220613;28.5;17;22.8;3.7;13.5;0;6.56;27313
+79074;45.24903;-1.14763;15;20220614;33.8;13.4;23.6;2.2;16.1;0;6.68;30798
+79074;45.24903;-1.14763;15;20220615;26.9;19.5;23.2;2;18.4;0;4.68;21882
+79074;45.24903;-1.14763;15;20220616;34.5;12.6;23.6;1.2;17;0;6.1;30835
+79074;45.24903;-1.14763;15;20220617;37.8;15.6;26.7;1.1;18.9;0;6.49;30849
+79074;45.24903;-1.14763;15;20220618;40;15.3;27.7;2;20.2;1.9;7.48;30860
+79074;45.24903;-1.14763;15;20220619;23.9;19;21.5;3;20.2;.2;3.65;17779
+79074;45.24903;-1.14763;15;20220620;25.2;16.7;21;2.4;18.3;13.3;4.5;23514
+79074;45.24903;-1.14763;15;20220621;23.4;15.2;19.3;1.9;19.9;1.8;3.86;23090
+79074;45.24903;-1.14763;15;20220622;22.3;16.8;19.6;2.5;18.4;2.5;3.5;18855
+79074;45.24903;-1.14763;15;20220623;22.7;10.5;16.6;1.2;16.4;7.5;4.35;28222
+79074;45.24903;-1.14763;15;20220624;21.8;16.1;19;2.8;17;17.5;3.61;19189
+79074;45.24903;-1.14763;15;20220625;17.1;14.5;15.8;1.8;16.5;6.5;2.15;12857
+79074;45.24903;-1.14763;15;20220626;20.8;11.3;16.1;1.2;14.4;.1;3.9;24836
+79074;45.24903;-1.14763;15;20220627;20.2;9;14.6;1.5;12.9;0;4.03;26975
+79074;45.24903;-1.14763;15;20220628;21.4;6.9;14.2;1;12.2;0;4.45;30710
+79074;45.24903;-1.14763;15;20220629;21.3;7.5;14.4;1.5;13.7;2.2;4.32;29926
+79074;45.24903;-1.14763;15;20220630;19.6;13.9;16.8;1.6;14.2;1.7;3.33;19107
+79074;45.24903;-1.14763;15;20220701;21.4;7.1;14.3;1.4;12;.1;4.47;30406
+79074;45.24903;-1.14763;15;20220702;26;8.5;17.3;1.9;13.2;0;5.19;30652
+79074;45.24903;-1.14763;15;20220703;21.8;13.3;17.6;2.6;15.8;.8;3.93;23315
+79074;45.24903;-1.14763;15;20220704;23;14.7;18.9;2.4;16.6;1.3;4.1;23002
+79074;45.24903;-1.14763;15;20220705;26.5;14.1;20.3;2.9;15.7;0;5.41;28138
+79074;45.24903;-1.14763;15;20220706;26.6;13.5;20.1;2.9;14.8;0;5.56;28882
+79074;45.24903;-1.14763;15;20220707;24.5;13.2;18.9;2.1;16.7;.1;4.58;26757
+79074;45.24903;-1.14763;15;20220708;28.1;13;20.6;2.6;15.2;0;5.82;30363
+79074;45.24903;-1.14763;15;20220709;31.4;11.2;21.3;2.1;14.6;0;6.11;30304
+79074;45.24903;-1.14763;15;20220710;30.8;13.1;22;3;15.3;0;6.45;30241
+79074;45.24903;-1.14763;15;20220711;33.3;15.8;24.6;3.3;15.8;0;7.25;30176
+79074;45.24903;-1.14763;15;20220712;35.2;13.9;24.6;1.8;16;0;6.53;30107
+79074;45.24903;-1.14763;15;20220713;35.2;12.9;24.1;1.2;15.1;0;6.05;30035
+79074;45.24903;-1.14763;15;20220714;32.5;12.7;22.6;1.7;15.6;0;6.02;29960
+79074;45.24903;-1.14763;15;20220715;31.5;18.1;24.8;2.4;15.2;0;6.44;28643
+79074;45.24903;-1.14763;15;20220716;32.9;15.6;24.3;3.8;13.4;0;7.65;29801
+79074;45.24903;-1.14763;15;20220717;35.6;18.6;27.1;4.4;14;0;8.8;29717
+79074;45.24903;-1.14763;15;20220718;39.5;16.3;27.9;2.5;17.8;0;7.7;29630
+79074;45.24903;-1.14763;15;20220719;25.2;21.4;23.3;2.6;21.1;.2;3.54;14937
+79074;45.24903;-1.14763;15;20220720;24;18.7;21.4;2.3;19;0;3.63;17638
+79074;45.24903;-1.14763;15;20220721;25.5;12.7;19.1;1.5;16.4;0;4.66;27486
+79074;45.24903;-1.14763;15;20220722;23.3;15.3;19.3;2.4;18.4;.3;3.76;21593
+79074;45.24903;-1.14763;15;20220723;24.7;12.5;18.6;1.5;16.8;0;4.41;26642
+79074;45.24903;-1.14763;15;20220724;33.6;11.3;22.5;1.8;15.8;0;5.97;29048
+79074;45.24903;-1.14763;15;20220725;23.6;19.9;21.8;2.6;19.2;1.3;3.32;14430
+79074;45.24903;-1.14763;15;20220726;23.3;14.6;19;1.6;15.6;.1;3.94;22201
+79074;45.24903;-1.14763;15;20220727;23.7;10.3;17;1.7;15.3;0;4.32;27516
+79074;45.24903;-1.14763;15;20220728;23.9;11.3;17.6;1.5;16.2;0;4.23;26565
+79074;45.24903;-1.14763;15;20220729;23.6;16.3;20;1.7;18.2;0;3.63;20065
+79074;45.24903;-1.14763;15;20220730;24.2;12.3;18.3;1.6;17.4;.1;4.13;25591
+79074;45.24903;-1.14763;15;20220731;23.7;13.4;18.6;2.5;18.9;.3;3.76;23683
+79074;45.24903;-1.14763;15;20220801;24.6;14.3;19.5;2.5;19.4;0;3.92;23577
+79074;45.24903;-1.14763;15;20220802;32.6;13.6;23.1;1.6;18.1;0;5.52;27989
+79074;45.24903;-1.14763;15;20220803;34;14.4;24.2;1.1;17.7;0;5.42;27859
+79074;45.24903;-1.14763;15;20220804;29.3;18.9;24.1;2.5;19.8;0;5.03;23359
+79074;45.24903;-1.14763;15;20220805;27.5;17.8;22.7;3.2;16.8;0;5.07;22437
+79074;45.24903;-1.14763;15;20220806;30.1;18.5;24.3;4.6;12.3;0;7.17;24441
+79074;45.24903;-1.14763;15;20220807;30.9;16.4;23.7;3.9;10.7;0;7.24;27220
+79074;45.24903;-1.14763;15;20220808;32.8;17.2;25;3.6;11.4;0;7.36;27171
+79074;45.24903;-1.14763;15;20220809;34.6;18;26.3;3.1;12.7;0;7.21;27027
+79074;45.24903;-1.14763;15;20220810;36.3;16.2;26.3;2.5;12.9;0;6.86;26880
+79074;45.24903;-1.14763;15;20220811;38.2;16.4;27.3;1.9;13.3;0;6.5;26732
+79074;45.24903;-1.14763;15;20220812;33;16.4;24.7;1.8;16.7;0;5.6;26581
+79074;45.24903;-1.14763;15;20220813;26;21;23.5;2.8;23;2.1;3.35;15336
+79074;45.24903;-1.14763;15;20220814;24.3;19.4;21.9;2.3;20.7;.2;3.11;15088
+79074;45.24903;-1.14763;15;20220815;24.6;19.2;21.9;2.1;19.5;0;3.3;15758
+79074;45.24903;-1.14763;15;20220816;24.3;14.8;19.6;1.2;18;.3;3.53;20869
+79074;45.24903;-1.14763;15;20220817;23.3;17.4;20.4;2.3;17.6;.2;3.27;16279
+79074;45.24903;-1.14763;15;20220818;23;11.5;17.3;2.3;16.5;.3;3.53;22700
+79074;45.24903;-1.14763;15;20220819;24.2;18.8;21.5;2.5;19.6;.3;3.2;15360
+79074;45.24903;-1.14763;15;20220820;25.2;19.6;22.4;1.7;19.5;0;3.25;15543
+79074;45.24903;-1.14763;15;20220821;23.6;12.4;18;1.1;17.2;.9;3.43;21955
+79074;45.24903;-1.14763;15;20220822;23.9;19.5;21.7;2.4;21.4;1.6;2.76;13555
+79074;45.24903;-1.14763;15;20220823;25.8;19;22.4;1.2;22.1;.5;3.14;16806
+79074;45.24903;-1.14763;15;20220824;34.5;15.3;24.9;2.1;19.3;4.1;5.4;24617
+79074;45.24903;-1.14763;15;20220825;26.8;20.1;23.5;3.2;22.5;1.2;3.56;16441
+79074;45.24903;-1.14763;15;20220826;24.9;17.8;21.4;1.9;19.8;0;3.2;16809
+79074;45.24903;-1.14763;15;20220827;28.7;13.9;21.3;1.6;16.3;.1;4.36;24087
+79074;45.24903;-1.14763;15;20220828;31.3;12.7;22;2.2;15;0;4.98;23908
+79074;45.24903;-1.14763;15;20220829;32.9;15.6;24.3;1.6;17.7;.5;4.8;23727
+79074;45.24903;-1.14763;15;20220830;26.6;16.1;21.4;1.8;21;0;3.49;19887
+79074;45.24903;-1.14763;15;20220831;26;17.8;21.9;2.6;21.5;0;3.29;17401
+79074;45.24903;-1.14763;15;20220901;25.5;17.4;21.5;2.7;19.8;1;3.36;17153
+79074;45.24903;-1.14763;15;20220902;24.3;17.6;21;2.2;20.1;3.4;2.9;15446
+79074;45.24903;-1.14763;15;20220903;23.4;15.9;19.7;1.6;16.9;2.2;2.93;16223
+79074;45.24903;-1.14763;15;20220904;27;11.5;19.3;1.4;16.4;0;3.69;22614
+79074;45.24903;-1.14763;15;20220905;28;15.8;21.9;2;18.1;.1;3.89;20424
+79074;45.24903;-1.14763;15;20220906;28.5;12.2;20.4;1.4;16;0;3.83;22233
+79074;45.24903;-1.14763;15;20220907;19.6;13.1;16.4;1.5;17.5;6.9;2.1;14569
+79074;45.24903;-1.14763;15;20220908;23.4;19.5;21.5;3.8;16.7;.9;3.33;11117
+79074;45.24903;-1.14763;15;20220909;22.8;18.1;20.5;3.7;15.7;1.3;3.3;12123
+79074;45.24903;-1.14763;15;20220910;24.5;12;18.3;1.2;15.9;.1;3.06;19777
+79074;45.24903;-1.14763;15;20220911;31.2;13;22.1;2.1;16.2;0;4.33;21266
+79074;45.24903;-1.14763;15;20220912;35.2;15.2;25.2;1.5;17.7;1.2;4.42;21070
+79074;45.24903;-1.14763;15;20220913;30.9;20.2;25.6;2.4;21.1;0;4.09;17767
+79074;45.24903;-1.14763;15;20220914;26.3;15.4;20.9;1.6;19.1;.2;3.07;17763
+79074;45.24903;-1.14763;15;20220915;23.6;12.7;18.2;1.9;17.5;0;2.72;17590
+79074;45.24903;-1.14763;15;20220916;21.7;11.7;16.7;2.6;14;0;2.82;16670
+79074;45.24903;-1.14763;15;20220917;20.7;6.3;13.5;2.5;9.3;0;3.17;19864
+79074;45.24903;-1.14763;15;20220918;23.6;3.8;13.7;2.3;8.6;0;3.45;19883
+79074;45.24903;-1.14763;15;20220919;23.4;8.3;15.9;3;10;0;3.71;19684
+79074;45.24903;-1.14763;15;20220920;22.6;5.8;14.2;2.7;9.5;0;3.38;19484
+79074;45.24903;-1.14763;15;20220921;23.4;9.8;16.6;2.7;9.8;0;3.59;18517
+79074;45.24903;-1.14763;15;20220922;23.8;5;14.4;1.4;10.5;0;2.78;19084
+79074;45.24903;-1.14763;15;20220923;21.1;7;14.1;.8;12.1;.7;2.29;18463
+79074;45.24903;-1.14763;15;20220924;20;9.4;14.7;2.1;13.7;1;2.21;15796
+79074;45.24903;-1.14763;15;20220925;19.9;4.8;12.4;.9;10.7;.3;2.18;18483
+79074;45.24903;-1.14763;15;20220926;19.8;4.3;12.1;2.2;11.2;4.2;2.35;18283
+79074;45.24903;-1.14763;15;20220927;18.7;14.5;16.6;4.5;13.6;6.1;2.44;9506
+79074;45.24903;-1.14763;15;20220928;18.8;16.3;17.6;5.6;15.9;5.1;2.11;7182
+79074;45.24903;-1.14763;15;20220929;17;11.5;14.3;1.9;12.9;2.6;1.69;10674
+79074;45.24903;-1.14763;15;20220930;17.5;4;10.8;1.4;11.3;1.4;1.8;16699
+79074;45.24903;-1.14763;15;20221001;19.3;15.7;17.5;3.7;18.8;1;1.32;8379
+79074;45.24903;-1.14763;15;20221002;20.5;17.1;18.8;2.2;17;.1;1.77;8037
+79074;45.24903;-1.14763;15;20221003;23.5;9.2;16.4;1.2;13.7;0;2.25;16600
+79074;45.24903;-1.14763;15;20221004;22.4;6.7;14.6;.8;12.8;.2;1.99;16692
+79074;45.24903;-1.14763;15;20221005;19.5;8.8;14.2;1.1;15.1;.6;1.62;13978
+79074;45.24903;-1.14763;15;20221006;21.5;12.9;17.2;3;14.7;0;2.27;12348
+79074;45.24903;-1.14763;15;20221007;22.8;8;15.4;1.3;13.4;0;2.08;16093
+79074;45.24903;-1.14763;15;20221008;21.7;12.8;17.3;2.5;11.8;.1;2.54;12259
+79074;45.24903;-1.14763;15;20221009;24.9;7;16;1.6;13;.7;2.3;15716
+79074;45.24903;-1.14763;15;20221010;19.7;10.7;15.2;.6;15.6;.3;1.44;12023
+79074;45.24903;-1.14763;15;20221011;19.4;15.7;17.6;1.5;17.7;5.2;1.26;7504
+79074;45.24903;-1.14763;15;20221012;20.2;10.6;15.4;1.1;14.8;.2;1.52;12113
+79074;45.24903;-1.14763;15;20221013;19.3;9.7;14.5;2.2;16;4.3;1.31;11958
+79074;45.24903;-1.14763;15;20221014;19.8;17.3;18.6;3.4;18.9;.3;1.3;5877
+79074;45.24903;-1.14763;15;20221015;20.5;18.5;19.5;2.8;17.8;0;1.6;5155
+79074;45.24903;-1.14763;15;20221016;27.2;13.9;20.6;2.1;16.5;2.8;2.49;13586
+79074;45.24903;-1.14763;15;20221017;24.1;17.2;20.7;1.7;18.5;1.4;1.78;9574
+79074;45.24903;-1.14763;15;20221018;27.1;11.4;19.3;1.9;17;0;2.22;14022
+79074;45.24903;-1.14763;15;20221019;25.8;14.9;20.4;2.4;18.4;5.5;2.12;11792
+79074;45.24903;-1.14763;15;20221020;24.8;14.4;19.6;2.9;15.8;.1;2.38;11357
+79074;45.24903;-1.14763;15;20221021;20.8;16.7;18.8;2.6;15.7;.1;1.78;6924
+79074;45.24903;-1.14763;15;20221022;23.7;8.2;16;1.4;13.6;0;1.69;13306
+79074;45.24903;-1.14763;15;20221023;23.6;16.9;20.3;3;15;0;2.41;8694
+79074;45.24903;-1.14763;15;20221024;21.2;16.3;18.8;1.7;15.3;1.5;1.54;7290
+79074;45.24903;-1.14763;15;20221025;21.6;7.1;14.4;1.7;13.4;.4;1.47;12583
+79074;45.24903;-1.14763;15;20221026;25.4;10.7;18.1;1.3;14.8;0;1.67;12500
+79074;45.24903;-1.14763;15;20221027;23;11.5;17.3;2.2;16.5;0;1.52;10871
+79074;45.24903;-1.14763;15;20221028;23.9;16.7;20.3;1.5;16.1;0;1.61;8422
+79074;45.24903;-1.14763;15;20221029;24.2;17.5;20.9;2.1;15.9;0;1.92;8002
+79074;45.24903;-1.14763;15;20221030;19.8;11.4;15.6;1;14.8;1.1;1.03;8872
+79074;45.24903;-1.14763;15;20221031;20;12.1;16.1;2.4;15;1;1.29;8476
+79074;45.24903;-1.14763;15;20221101;19;15.5;17.3;3.3;11.9;.5;2.16;5464
+79074;45.24903;-1.14763;15;20221102;19.5;9.5;14.5;1.4;12.5;0;1.14;9313
+79074;45.24903;-1.14763;15;20221103;16.6;5.7;11.2;3.1;12.1;12.3;.96;9604
+79074;45.24903;-1.14763;15;20221104;16.2;11.8;14;6.2;10.8;3.3;2.26;5909
+79074;45.24903;-1.14763;15;20221105;17;7.5;12.3;.8;10.3;0;.83;8703
+79074;45.24903;-1.14763;15;20221106;17.9;5.3;11.6;2.6;11.8;1.2;1.06;9932
+79074;45.24903;-1.14763;15;20221107;19.7;14;16.9;2.1;13.4;.3;1.39;6493
+79074;45.24903;-1.14763;15;20221108;18.7;11.4;15.1;1.6;12.6;4.4;1.09;7287
+79074;45.24903;-1.14763;15;20221109;16.9;11.9;14.4;1.4;13.4;2.2;.85;5898
+79074;45.24903;-1.14763;15;20221110;17.2;3.3;10.3;1.9;10.4;0;.91;9901
+79074;45.24903;-1.14763;15;20221111;18.6;8;13.3;2.6;11.9;.2;1.19;8494
+79074;45.24903;-1.14763;15;20221112;20.8;7.4;14.1;1.6;12.9;.2;.99;9463
+79074;45.24903;-1.14763;15;20221113;22.6;6.6;14.6;1.3;11.5;.1;1.06;9952
+79074;45.24903;-1.14763;15;20221114;16.3;7.5;11.9;2;11.9;1.8;.78;7416
+79074;45.24903;-1.14763;15;20221115;15.9;10.6;13.3;2.7;12.9;9.9;.88;5615
+79074;45.24903;-1.14763;15;20221116;16.9;13.3;15.1;4.5;13.6;5.5;1.37;4516
+79074;45.24903;-1.14763;15;20221117;15.7;15.2;15.5;5.6;12.8;5.1;1.89;1474
+79074;45.24903;-1.14763;15;20221118;14.9;11.8;13.4;2.5;10.6;13.1;1.25;4063
+79074;45.24903;-1.14763;15;20221119;12.5;7.9;10.2;1.5;9.6;.7;.71;4953
+79074;45.24903;-1.14763;15;20221120;15.3;2;8.7;2;10.2;9.1;.58;8530
+79074;45.24903;-1.14763;15;20221121;15.8;7.5;11.7;4.5;10.5;11.7;1.33;6597
+79074;45.24903;-1.14763;15;20221122;13.5;9.9;11.7;6.2;10.5;15.8;1.49;4193
+79074;45.24903;-1.14763;15;20221123;15.8;10.2;13;4.8;13;2.9;.94;5243
+79074;45.24903;-1.14763;15;20221124;14.6;12.5;13.6;3;12.2;3.5;1.06;3059
+79074;45.24903;-1.14763;15;20221125;14.1;11.8;13;2.3;10.7;2.1;1.09;3179
+79074;45.24903;-1.14763;15;20221126;13.1;2.5;7.8;1;9.1;.1;.37;7093
+79074;45.24903;-1.14763;15;20221127;12.6;5.3;9;1.9;10;7.2;.5;5776
+79074;45.24903;-1.14763;15;20221128;14.6;9.4;12;4.4;11;4.7;1.17;4780
+79074;45.24903;-1.14763;15;20221129;13.2;6.4;9.8;1;9.7;.7;.45;5456
+79074;45.24903;-1.14763;15;20221130;10.5;-.3;5.1;2;7.5;.2;.45;6889
+79074;45.24903;-1.14763;15;20221201;9.2;4.4;6.8;3.4;8.3;0;.66;4452
+79074;45.24903;-1.14763;15;20221202;7.3;2.6;5;2.6;7.8;.2;.41;4364
+79074;45.24903;-1.14763;15;20221203;7.7;4.3;6;2.3;7.2;.6;.68;3636
+79074;45.24903;-1.14763;15;20221204;8.7;-2.1;3.3;.5;6;.4;.17;6662
+79074;45.24903;-1.14763;15;20221205;10.4;-3.4;3.5;1.8;6.1;.2;.48;7514
+79074;45.24903;-1.14763;15;20221206;6.5;1.5;4;3.4;7.3;0;.42;4372
+79074;45.24903;-1.14763;15;20221207;5.4;1.7;3.6;3.6;6.7;0;.55;3694
+79074;45.24903;-1.14763;15;20221208;3.7;-2;.9;3.5;6.2;3.2;.24;4627
+79074;45.24903;-1.14763;15;20221209;5.2;2.7;4;3.7;6.7;0;.64;2946
+79074;45.24903;-1.14763;15;20221210;2.9;-4.5;-.8;1.5;5.2;0;.21;5255
+79074;45.24903;-1.14763;15;20221211;3.9;-3;.5;2.2;5.1;0;.4;5039
+79074;45.24903;-1.14763;15;20221212;3;-3.1;0;3.2;5.8;6.9;.22;4698
+79074;45.24903;-1.14763;15;20221213;5.4;1.3;3.4;2.7;7.7;1.2;.19;3782
+79074;45.24903;-1.14763;15;20221214;16;5.7;10.9;1.7;12;3.3;.34;6148
+79074;45.24903;-1.14763;15;20221215;9;5.8;7.4;4.5;10.3;5.7;.2;3284
+79074;45.24903;-1.14763;15;20221216;6.5;1.4;4;6;5.4;0;1.3;4213
+79074;45.24903;-1.14763;15;20221217;4.9;-4.6;.2;2.4;4.7;.1;.48;5847
+79074;45.24903;-1.14763;15;20221218;12.2;-3.8;4.2;2.1;7.1;.1;.43;7525
+79074;45.24903;-1.14763;15;20221219;15.2;9.5;12.4;3;10.8;0;.99;4449
+79074;45.24903;-1.14763;15;20221220;15.9;12.2;14.1;2.8;12.3;.4;1;3524
+79074;45.24903;-1.14763;15;20221221;15.3;9.7;12.5;2.8;13.1;3.5;.52;4404
+79074;45.24903;-1.14763;15;20221222;15.4;13.9;14.7;4.2;14.7;13.9;.83;2136
+79074;45.24903;-1.14763;15;20221223;17;14.4;15.7;3.2;14.4;7;1.02;2909
+79074;45.24903;-1.14763;15;20221224;16.1;11.5;13.8;1.5;13;0;.58;3974
+79074;45.24903;-1.14763;15;20221225;17.3;7.6;12.5;2.5;12;4.1;.68;5916
+79074;45.24903;-1.14763;15;20221226;14.5;11.6;13.1;1.1;12.4;.9;.53;3107
+79074;45.24903;-1.14763;15;20221227;14.6;1.7;8.2;.9;9.1;.4;.23;6903
+79074;45.24903;-1.14763;15;20221228;14.4;5.7;10.1;2;11.2;.6;.38;5634
+79074;45.24903;-1.14763;15;20221229;12.8;13.4;13.1;3;13;7.8;.86;0
+79074;45.24903;-1.14763;15;20221230;17;8;12.5;3.1;13.1;2.5;.58;5781
+79074;45.24903;-1.14763;15;20221231;19.2;14.3;16.8;4.4;11.1;0;2.3;4208
+79075;45.30068;-.97897;7;20220101;17.7;5.9;11.8;2.2;11.1;.1;.65;6786
+79075;45.30068;-.97897;7;20220102;15.5;10.2;12.8;3.1;12.9;0;.68;4100
+79075;45.30068;-.97897;7;20220103;17.3;11.9;14.6;3.3;12.35;0;1.14;4742
+79075;45.30068;-.97897;7;20220104;14.5;13.2;13.8;3.5;11.2;2.1;1.42;1637
+79075;45.30068;-.97897;7;20220105;9.1;1.4;5.3;1.5;6.85;.1;.38;6386
+79075;45.30068;-.97897;7;20220106;9.3;-1.5;3.9;1.2;5.95;.8;.34;7023
+79075;45.30068;-.97897;7;20220107;12.2;3.1;7.7;3.9;8.9;5.9;.7;5909
+79075;45.30068;-.97897;7;20220108;13.3;10.2;11.7;5.8;11;7.2;1.18;3509
+79075;45.30068;-.97897;7;20220109;11.4;9.1;10.3;3.9;10.95;12.9;.7;2077
+79075;45.30068;-.97897;7;20220110;12.2;10;11.1;3.4;12.45;2.9;.47;2100
+79075;45.30068;-.97897;7;20220111;10.8;3.7;7.3;1.5;7.9;0;.46;6763
+79075;45.30068;-.97897;7;20220112;6.3;-.5;2.9;3.7;6.15;0;.61;6134
+79075;45.30068;-.97897;7;20220113;7.4;.5;3.9;2.8;5.95;0;.69;6772
+79075;45.30068;-.97897;7;20220114;8.3;-1.7;3.3;2.6;6.1;0;.59;7096
+79075;45.30068;-.97897;7;20220115;8;-4.5;1.7;.8;5.75;.3;.23;8272
+79075;45.30068;-.97897;7;20220116;2.1;-1.8;.1;1.7;6.5;0;.13;3771
+79075;45.30068;-.97897;7;20220117;6.3;.5;3.4;2.4;7.7;0;.27;3978
+79075;45.30068;-.97897;7;20220118;5.1;-.4;2.3;1.5;7.2;.1;.24;4681
+79075;45.30068;-.97897;7;20220119;8.5;4.2;6.4;1.2;8.65;2.9;.41;3452
+79075;45.30068;-.97897;7;20220120;7.8;6.1;7;2.9;8.75;.1;.57;2819
+79075;45.30068;-.97897;7;20220121;6.6;1.6;4.1;4;6.3;.1;.8;6479
+79075;45.30068;-.97897;7;20220122;7.9;1.1;4.5;4.6;6.5;0;.91;7455
+79075;45.30068;-.97897;7;20220123;9.1;1;5;3.2;6.7;0;.81;7747
+79075;45.30068;-.97897;7;20220124;12.5;-2.2;5.1;1.5;6.55;0;.63;9017
+79075;45.30068;-.97897;7;20220125;13.5;-2.7;5.4;1;6.55;0;.54;9375
+79075;45.30068;-.97897;7;20220126;4.3;-2.6;.9;2.4;6.2;0;.34;7946
+79075;45.30068;-.97897;7;20220127;.1;-1.6;-.8;2.6;5.75;0;.23;3053
+79075;45.30068;-.97897;7;20220128;10.5;-1.7;4.4;2;8.25;0;.44;7311
+79075;45.30068;-.97897;7;20220129;4.6;4;4.3;1.8;8.1;0;.34;2408
+79075;45.30068;-.97897;7;20220130;8.8;4.8;6.8;1.4;9.45;.4;.42;4001
+79075;45.30068;-.97897;7;20220131;11;7.5;9.2;3.8;9.95;.5;.82;5136
+79075;45.30068;-.97897;7;20220201;11.4;.6;6;2.8;9.25;.4;.49;6645
+79075;45.30068;-.97897;7;20220202;10.9;9.4;10.1;2.3;11.15;0;.63;3084
+79075;45.30068;-.97897;7;20220203;9.9;6.2;8;2.3;9.8;.8;.57;3205
+79075;45.30068;-.97897;7;20220204;12.7;7.3;10;2.4;11.2;1.2;.67;5349
+79075;45.30068;-.97897;7;20220205;11.3;.8;6;1.8;7.8;.1;.76;9941
+79075;45.30068;-.97897;7;20220206;11.7;.9;6.3;3.5;10.45;.9;.32;7308
+79075;45.30068;-.97897;7;20220207;13.5;10.7;12.1;2.7;11.1;.3;1.09;6425
+79075;45.30068;-.97897;7;20220208;13.9;3.4;8.7;1.8;8.25;0;1.06;10392
+79075;45.30068;-.97897;7;20220209;15.1;1.7;8.4;2.6;8.7;.3;1.23;10479
+79075;45.30068;-.97897;7;20220210;6.3;1.2;3.8;2.5;9.71;.6;.85;8124
+79075;45.30068;-.97897;7;20220211;11.9;5.6;8.7;3.7;7.71;0;1.42;10184
+79075;45.30068;-.97897;7;20220212;12.2;1.9;7.1;1.9;6.41;0;1.16;10532
+79075;45.30068;-.97897;7;20220213;15.6;3;9.3;5.4;8.91;1.9;1.69;11149
+79075;45.30068;-.97897;7;20220214;12.2;8.7;10.5;6;9.98;2.9;1.36;7085
+79075;45.30068;-.97897;7;20220215;12.5;6.3;9.4;5.5;10.13;13.4;.92;5331
+79075;45.30068;-.97897;7;20220216;13.7;10.2;12;5.7;13.6;4.4;.55;4307
+79075;45.30068;-.97897;7;20220217;13.1;12.3;12.7;4;13.95;.9;.63;2748
+79075;45.30068;-.97897;7;20220218;13.8;9.6;11.7;3.1;11.3;.2;1.13;5587
+79075;45.30068;-.97897;7;20220219;11.9;2.7;7.3;2.1;8.35;.1;1.08;10814
+79075;45.30068;-.97897;7;20220220;13.7;7.9;10.8;3.9;12.2;1.1;.78;6507
+79075;45.30068;-.97897;7;20220221;13;10.1;11.5;4.9;10.2;.1;1.59;6443
+79075;45.30068;-.97897;7;20220222;13.3;8.6;11;2.4;10.3;0;1.19;7460
+79075;45.30068;-.97897;7;20220223;15.3;6.8;11;1.2;10.4;.1;1.22;11275
+79075;45.30068;-.97897;7;20220224;14;3.3;8.7;2;9.3;.8;1.23;11253
+79075;45.30068;-.97897;7;20220225;11.7;-.5;5.6;1.5;7.05;.2;1.21;14011
+79075;45.30068;-.97897;7;20220226;13.9;.1;7;2.9;6;.1;1.98;14912
+79075;45.30068;-.97897;7;20220227;15.5;3.1;9.3;2.2;8.4;.2;1.69;13700
+79075;45.30068;-.97897;7;20220228;17.7;3.3;10.5;1.1;9.25;0;1.53;14303
+79075;45.30068;-.97897;7;20220301;18.6;3.5;11;2.3;8.85;1.2;2.02;13950
+79075;45.30068;-.97897;7;20220302;11.7;9;10.3;2.4;10.8;1.9;.93;4659
+79075;45.30068;-.97897;7;20220303;12.9;5.4;9.1;2.5;10.9;1.6;.98;8980
+79075;45.30068;-.97897;7;20220304;11.1;8.7;9.9;4.1;10.1;.1;1.16;5539
+79075;45.30068;-.97897;7;20220305;12.2;2;7.1;2.7;8.1;.4;1.5;14570
+79075;45.30068;-.97897;7;20220306;12.5;6.9;9.7;3.1;7.45;.1;1.97;11642
+79075;45.30068;-.97897;7;20220307;10.6;-1.8;4.4;2.6;5.8;0;1.69;16227
+79075;45.30068;-.97897;7;20220308;11.5;2.8;7.2;3.3;9.3;.9;1.16;9529
+79075;45.30068;-.97897;7;20220309;16;2.3;9.1;3.2;9.45;.2;1.82;15210
+79075;45.30068;-.97897;7;20220310;14.1;10.1;12.1;3.3;11.3;2.2;1.44;7516
+79075;45.30068;-.97897;7;20220311;14.1;7.8;11;3.6;11.25;6.7;1.46;9503
+79075;45.30068;-.97897;7;20220312;15;7.2;11.1;3.4;10.05;7.5;1.93;14470
+79075;45.30068;-.97897;7;20220313;13.7;8.2;10.9;3.7;9.55;5.8;1.85;10884
+79075;45.30068;-.97897;7;20220314;14.6;4;9.3;4.7;9.75;.6;1.7;11688
+79075;45.30068;-.97897;7;20220315;19.2;11.1;15.2;4.2;12.45;0;2.46;12197
+79075;45.30068;-.97897;7;20220316;16.4;12.1;14.2;3.6;12.6;0;1.7;7139
+79075;45.30068;-.97897;7;20220317;11.3;9.4;10.4;5.3;9.85;0;1.52;5432
+79075;45.30068;-.97897;7;20220318;14.9;7.1;11;5.5;8.83;0;2.4;13113
+79075;45.30068;-.97897;7;20220319;19.1;7.6;13.3;3.6;9.26;0;3.01;16611
+79075;45.30068;-.97897;7;20220320;18.9;8.3;13.6;3.8;9.58;0;2.87;14960
+79075;45.30068;-.97897;7;20220321;20.3;9.9;15.1;4.8;9.78;0;3.55;15894
+79075;45.30068;-.97897;7;20220322;18.8;7.7;13.2;5;7.43;0;3.82;17332
+79075;45.30068;-.97897;7;20220323;17.8;6.9;12.4;3.5;7.23;0;3.3;19357
+79075;45.30068;-.97897;7;20220324;17.5;5.6;11.5;2.4;7.61;0;2.88;19858
+79075;45.30068;-.97897;7;20220325;19;6.8;12.9;2.8;7.73;0;3.08;17212
+79075;45.30068;-.97897;7;20220326;21.2;7.7;14.4;3.4;7.13;0;3.94;19884
+79075;45.30068;-.97897;7;20220327;21;8.5;14.7;2.9;8.16;0;3.54;19129
+79075;45.30068;-.97897;7;20220328;21.1;9.2;15.2;2.2;8.58;0;3.1;16773
+79075;45.30068;-.97897;7;20220329;15.9;10.4;13.1;2.3;10.73;.1;1.92;9753
+79075;45.30068;-.97897;7;20220330;15.6;9.6;12.6;3.7;11.11;1.2;1.77;8645
+79075;45.30068;-.97897;7;20220331;14.3;8.4;11.3;6;8.73;1.7;2.61;12884
+79075;45.30068;-.97897;7;20220401;10.2;3.1;6.6;7.5;5.61;.5;2.72;15444
+79075;45.30068;-.97897;7;20220402;10.4;2.9;6.7;5.3;5.41;0;2.62;16423
+79075;45.30068;-.97897;7;20220403;9.3;0;4.6;2.9;5.19;0;2.09;16232
+79075;45.30068;-.97897;7;20220404;11.4;4.1;7.8;3.1;5.41;0;2.64;20151
+79075;45.30068;-.97897;7;20220405;13.3;4.4;8.8;3.3;9.11;0;1.73;11719
+79075;45.30068;-.97897;7;20220406;14;10;12;4.9;11.51;1.8;1.58;8165
+79075;45.30068;-.97897;7;20220407;13.7;11.3;12.5;9;12.96;17.6;1.17;4783
+79075;45.30068;-.97897;7;20220408;16.6;12;14.3;9.3;11.23;1.7;2.91;7986
+79075;45.30068;-.97897;7;20220409;14.7;6.3;10.5;2.8;7.83;0;2.66;18751
+79075;45.30068;-.97897;7;20220410;19.2;4.7;12;4.4;7.21;0;4.06;22998
+79075;45.30068;-.97897;7;20220411;24.4;10.8;17.6;6.2;10.84;.2;4.97;20711
+79075;45.30068;-.97897;7;20220412;19.3;11.7;15.5;4.2;12.11;0;2.83;12753
+79075;45.30068;-.97897;7;20220413;18.4;10.7;14.5;2.5;12.91;1;2.38;15235
+79075;45.30068;-.97897;7;20220414;21.1;12.3;16.7;2.3;12.96;0;3.44;21318
+79075;45.30068;-.97897;7;20220415;21.9;10.2;16;2.8;12.58;0;3.65;22133
+79075;45.30068;-.97897;7;20220416;21.3;10.2;15.7;3.1;12.01;0;3.8;22890
+79075;45.30068;-.97897;7;20220417;20.4;9.6;15;3.2;11.16;0;3.71;21928
+79075;45.30068;-.97897;7;20220418;17.6;11;14.3;3.9;12.16;0;2.61;14618
+79075;45.30068;-.97897;7;20220419;14.7;9.1;11.9;4.1;10.63;5.3;1.95;10777
+79075;45.30068;-.97897;7;20220420;13.3;9.3;11.3;4.3;11.51;10.4;1.27;4796
+79075;45.30068;-.97897;7;20220421;17.8;9.6;13.7;2.4;12.63;4.2;2.18;14004
+79075;45.30068;-.97897;7;20220422;19.4;10.3;14.9;2.2;12.23;6.7;2.74;16005
+79075;45.30068;-.97897;7;20220423;14.5;11.6;13;4.1;12.31;7.6;1.72;8680
+79075;45.30068;-.97897;7;20220424;15.9;11.7;13.8;5.9;12.66;0;2.01;9858
+79075;45.30068;-.97897;7;20220425;18.3;10.8;14.5;3.2;11.61;0;3.12;19326
+79075;45.30068;-.97897;7;20220426;22.3;9.1;15.7;3.7;11.18;0;4.36;25523
+79075;45.30068;-.97897;7;20220427;20;11.4;15.7;3.1;12.03;2.6;3.14;15617
+79075;45.30068;-.97897;7;20220428;19.2;13.2;16.2;2.7;13.51;0;2.97;16581
+79075;45.30068;-.97897;7;20220429;20.1;11.7;15.9;2.6;13.68;0;3.2;20066
+79075;45.30068;-.97897;7;20220430;20.4;11.4;15.9;3;12.88;0;3.46;20793
+79075;45.30068;-.97897;7;20220501;20.6;9.9;15.2;2.7;11.48;0;3.6;21910
+79075;45.30068;-.97897;7;20220502;20.7;12;16.3;3.2;10.96;0;3.93;20320
+79075;45.30068;-.97897;7;20220503;21.2;12.1;16.7;3.8;11.21;0;4.21;22424
+79075;45.30068;-.97897;7;20220504;20.3;12;16.2;3.4;11.01;0;3.89;21020
+79075;45.30068;-.97897;7;20220505;20.7;10.1;15.4;3.5;11.56;.1;3.92;24566
+79075;45.30068;-.97897;7;20220506;20.6;8.5;14.6;2.6;12.75;.1;2.72;14029
+79075;45.30068;-.97897;7;20220507;22.8;9.9;16.3;2.2;13.05;.1;3.08;14703
+79075;45.30068;-.97897;7;20220508;24;8.9;16.4;1.8;12.6;0;3.23;15206
+79075;45.30068;-.97897;7;20220509;27.4;10.5;19;1.4;12.95;0;3.44;15373
+79075;45.30068;-.97897;7;20220510;27.4;10.4;18.9;1.9;14.15;.1;3.63;15388
+79075;45.30068;-.97897;7;20220511;21.1;13.2;17.1;2;15.45;0;2.42;11318
+79075;45.30068;-.97897;7;20220512;19.2;15;17.1;1.6;15.15;.2;1.76;6732
+79075;45.30068;-.97897;7;20220513;21.3;10.3;15.8;1.3;13.85;0;2.54;13819
+79075;45.30068;-.97897;7;20220514;29.1;10.3;19.7;2.1;15.8;0;3.78;15484
+79075;45.30068;-.97897;7;20220515;28.5;15.9;22.2;2.7;17.4;2.1;4.01;14421
+79075;45.30068;-.97897;7;20220516;26.4;11.5;19;1.8;16.5;.1;3.32;15649
+79075;45.30068;-.97897;7;20220517;28.2;14.1;21.2;2.5;16.5;.1;4.09;15855
+79075;45.30068;-.97897;7;20220518;31.8;12.9;22.4;1.8;16.9;1;4.08;15759
+79075;45.30068;-.97897;7;20220519;25.4;16.6;21;1.8;18.35;.1;2.77;11430
+79075;45.30068;-.97897;7;20220520;23;16.1;19.6;2.4;17;.1;2.83;11460
+79075;45.30068;-.97897;7;20220521;30.5;12.3;21.4;1.3;17.1;0;3.59;15863
+79075;45.30068;-.97897;7;20220522;31.1;18.4;24.8;2.5;20.45;4.8;4.15;14881
+79075;45.30068;-.97897;7;20220523;20.3;16.2;18.2;4.2;16.4;3.4;2.35;8263
+79075;45.30068;-.97897;7;20220524;18.4;12.5;15.5;2.7;12.4;1;2.39;9609
+79075;45.30068;-.97897;7;20220525;19.6;8.5;14;2;12.4;.2;2.65;14679
+79075;45.30068;-.97897;7;20220526;19;13.1;16.1;2.1;14.45;0;2.14;9921
+79075;45.30068;-.97897;7;20220527;21.3;14.3;17.8;2.2;14.75;0;2.45;9685
+79075;45.30068;-.97897;7;20220528;25.8;13.5;19.6;3.4;12.85;0;4.46;15851
+79075;45.30068;-.97897;7;20220529;21.7;12.6;17.2;3.9;9.9;0;4.21;13705
+79075;45.30068;-.97897;7;20220530;21.7;9.7;15.7;3.7;9.4;0;4.14;15362
+79075;45.30068;-.97897;7;20220531;21.5;11.8;16.6;2.1;12.45;3.2;3.15;13718
+79075;45.30068;-.97897;7;20220601;26.4;12.1;19.2;2.1;14.15;8.7;3.78;16264
+79075;45.30068;-.97897;7;20220602;27.3;16.1;21.7;1.8;18.35;6.2;3.35;14681
+79075;45.30068;-.97897;7;20220603;24.5;17.3;20.9;2.1;19.1;1.6;2.75;11773
+79075;45.30068;-.97897;7;20220604;23.8;16.4;20.1;2.1;18.15;0;2.68;11741
+79075;45.30068;-.97897;7;20220605;20.9;15.3;18.1;2;16.8;.1;2.3;10695
+79075;45.30068;-.97897;7;20220606;21.4;14;17.7;1.6;15.9;.7;2.5;11829
+79075;45.30068;-.97897;7;20220607;22;14.6;18.3;2.6;15.55;8.4;2.74;11285
+79075;45.30068;-.97897;7;20220608;20;15;17.5;3.1;17;2;2.14;10216
+79075;45.30068;-.97897;7;20220609;21;14.2;17.6;2.3;14.75;.1;2.51;10371
+79075;45.30068;-.97897;7;20220610;25;9.3;17.1;1.3;15.05;.1;3.18;16841
+79075;45.30068;-.97897;7;20220611;27;13.1;20;2.2;17;0;5.22;28641
+79075;45.30068;-.97897;7;20220612;29.5;16.3;22.9;2.1;17.75;.2;5.5;26795
+79075;45.30068;-.97897;7;20220613;28.9;17.5;23.2;3.6;13.8;0;6.66;28006
+79075;45.30068;-.97897;7;20220614;33.9;15.1;24.5;2.2;16.5;.1;6.61;29549
+79075;45.30068;-.97897;7;20220615;28.9;19.5;24.2;2.3;18.8;0;5.6;25891
+79075;45.30068;-.97897;7;20220616;34.7;13.8;24.2;1.5;17.45;0;6.03;28617
+79075;45.30068;-.97897;7;20220617;38.1;16.9;27.5;1.4;19.05;0;6.66;29874
+79075;45.30068;-.97897;7;20220618;39.9;16.7;28.3;2.3;19.85;2.7;7.64;30030
+79075;45.30068;-.97897;7;20220619;25.2;19.3;22.3;2.9;20.6;.2;4.38;21839
+79075;45.30068;-.97897;7;20220620;26.6;17;21.8;2.4;18.6;15.6;4.67;23107
+79075;45.30068;-.97897;7;20220621;24.3;16;20.2;2.3;20.05;2.7;3.93;21945
+79075;45.30068;-.97897;7;20220622;23;16.9;19.9;3.2;18.5;3.6;3.88;20977
+79075;45.30068;-.97897;7;20220623;23;12.5;17.7;1.6;17.1;8.8;3.93;23711
+79075;45.30068;-.97897;7;20220624;22.1;16.3;19.2;2.9;17.15;16.6;3.79;20594
+79075;45.30068;-.97897;7;20220625;18.1;15.3;16.7;2;16.6;6.9;2.13;11128
+79075;45.30068;-.97897;7;20220626;20.5;12.7;16.6;1.6;14.7;0;3.16;17968
+79075;45.30068;-.97897;7;20220627;21;10.3;15.7;1.8;13.2;.1;4.25;26937
+79075;45.30068;-.97897;7;20220628;22.2;8.9;15.6;1.2;12.8;0;4.53;29305
+79075;45.30068;-.97897;7;20220629;21.9;9.1;15.5;1.5;14.45;2.9;3.82;24513
+79075;45.30068;-.97897;7;20220630;20;14.3;17.1;1.6;14.65;1.6;3.2;17953
+79075;45.30068;-.97897;7;20220701;22.1;8.6;15.4;1.5;12.45;.2;4.46;28653
+79075;45.30068;-.97897;7;20220702;26.6;10;18.3;2;13.5;0;5.43;30876
+79075;45.30068;-.97897;7;20220703;23.1;14.2;18.7;2.8;15.7;.8;4.51;25057
+79075;45.30068;-.97897;7;20220704;24.2;15.4;19.8;2.5;16.45;1.2;4.24;21751
+79075;45.30068;-.97897;7;20220705;27.2;14.9;21.1;2.8;15.6;0;5.72;29319
+79075;45.30068;-.97897;7;20220706;27.5;15.1;21.3;2.9;14.85;0;5.99;29741
+79075;45.30068;-.97897;7;20220707;25.6;14.6;20.1;2.3;16.6;.1;5.16;28428
+79075;45.30068;-.97897;7;20220708;28.8;15;21.9;3;15.25;0;6.33;30531
+79075;45.30068;-.97897;7;20220709;31.5;13.3;22.4;2.5;14.55;0;6.52;30402
+79075;45.30068;-.97897;7;20220710;31.2;14.8;23;3.3;15.35;0;6.78;30270
+79075;45.30068;-.97897;7;20220711;34;17;25.5;3;15.65;0;7.33;30188
+79075;45.30068;-.97897;7;20220712;35.5;15.6;25.6;2;15.7;0;6.85;30353
+79075;45.30068;-.97897;7;20220713;35.6;14.4;25;1.7;14.45;0;6.59;30017
+79075;45.30068;-.97897;7;20220714;33.7;14.3;24;1.8;15.7;0;6.32;29630
+79075;45.30068;-.97897;7;20220715;32;18.7;25.4;2.5;14.95;0;6.59;28321
+79075;45.30068;-.97897;7;20220716;33.5;17.5;25.5;3.6;13.15;0;7.79;29200
+79075;45.30068;-.97897;7;20220717;36.5;19.4;27.9;4;13.6;0;8.61;28558
+79075;45.30068;-.97897;7;20220718;39.9;18.1;29;2.8;17.05;0;8.05;28815
+79075;45.30068;-.97897;7;20220719;26.4;21.8;24.1;3.1;20.7;.2;4.48;18968
+79075;45.30068;-.97897;7;20220720;25.2;19.4;22.3;2.4;18.7;.1;4.31;20469
+79075;45.30068;-.97897;7;20220721;27.1;13.6;20.3;1.6;16.85;0;4.82;26443
+79075;45.30068;-.97897;7;20220722;24.8;16.2;20.5;2.5;18.35;0;3.99;20496
+79075;45.30068;-.97897;7;20220723;26.4;13.9;20.2;1.8;16.8;0;4.81;26521
+79075;45.30068;-.97897;7;20220724;34.5;12.9;23.7;1.9;15.65;0;6.23;28824
+79075;45.30068;-.97897;7;20220725;24.1;20;22.1;2.5;19.05;1.3;3.59;16165
+79075;45.30068;-.97897;7;20220726;23.8;15.1;19.5;1.8;15.35;.1;3.85;20050
+79075;45.30068;-.97897;7;20220727;25;11.6;18.3;1.7;15.25;0;4.49;26458
+79075;45.30068;-.97897;7;20220728;25.2;13;19.1;2;16.35;0;4.51;25282
+79075;45.30068;-.97897;7;20220729;24.5;17;20.7;1.9;18.3;.1;3.55;17982
+79075;45.30068;-.97897;7;20220730;25.9;13.5;19.7;1.6;17.9;.2;4.15;23445
+79075;45.30068;-.97897;7;20220731;25.7;14.6;20.1;2.3;18.75;.3;4.45;25391
+79075;45.30068;-.97897;7;20220801;27.1;14.9;21;2.3;18.7;0;4.59;24788
+79075;45.30068;-.97897;7;20220802;33.5;15.3;24.4;1.8;18.15;0;5.89;27894
+79075;45.30068;-.97897;7;20220803;35.4;16;25.7;1.4;17.85;0;5.7;26829
+79075;45.30068;-.97897;7;20220804;31.1;19;25.1;2.2;19.05;0;5.3;23779
+79075;45.30068;-.97897;7;20220805;28.6;18.2;23.4;3.1;17.15;0;5.22;22268
+79075;45.30068;-.97897;7;20220806;30.6;19.2;24.9;4.5;12.55;0;7.32;25620
+79075;45.30068;-.97897;7;20220807;31.6;17.1;24.4;4.2;10.9;0;7.58;27410
+79075;45.30068;-.97897;7;20220808;33.3;18;25.7;3.6;11.25;0;7.56;27135
+79075;45.30068;-.97897;7;20220809;34.7;19;26.9;3.1;12.6;0;7.2;25913
+79075;45.30068;-.97897;7;20220810;36.7;17.4;27;2.6;12.6;0;7.06;26740
+79075;45.30068;-.97897;7;20220811;38.5;17.8;28.1;2;13.05;0;6.5;25216
+79075;45.30068;-.97897;7;20220812;34.9;18.2;26.6;1.9;16.3;0;5.92;25140
+79075;45.30068;-.97897;7;20220813;28.1;21.3;24.7;2.9;22.8;3.5;4.23;18368
+79075;45.30068;-.97897;7;20220814;24.7;19.5;22.1;2.5;20.55;.1;3.37;16394
+79075;45.30068;-.97897;7;20220815;25.2;18.3;21.8;2.3;18.95;.1;3.63;17879
+79075;45.30068;-.97897;7;20220816;25;16;20.5;1.5;18.15;.5;3.47;18684
+79075;45.30068;-.97897;7;20220817;24;17;20.5;2.4;17.35;1.6;3.6;18339
+79075;45.30068;-.97897;7;20220818;23.7;12.9;18.3;2.3;16.85;.5;3.61;21600
+79075;45.30068;-.97897;7;20220819;25.2;18;21.6;2.4;19.2;.4;3.48;17080
+79075;45.30068;-.97897;7;20220820;25.9;19.2;22.6;1.7;19.35;.1;3.14;14571
+79075;45.30068;-.97897;7;20220821;24.5;14.2;19.4;1.4;17.4;.8;3.16;17427
+79075;45.30068;-.97897;7;20220822;24.6;19.4;22;2.2;21.1;1.5;3.26;16927
+79075;45.30068;-.97897;7;20220823;26.9;19.4;23.1;1.5;21.7;.4;3.25;15853
+79075;45.30068;-.97897;7;20220824;34.9;16.7;25.8;2;19.2;3.9;5.41;23908
+79075;45.30068;-.97897;7;20220825;27.3;20.4;23.8;3;22.55;1.2;3.43;15070
+79075;45.30068;-.97897;7;20220826;26.3;18.2;22.2;2.2;20.1;0;3.67;18404
+79075;45.30068;-.97897;7;20220827;29.4;15;22.2;1.9;16.4;.1;4.6;23593
+79075;45.30068;-.97897;7;20220828;31.8;14.6;23.2;2.1;14.95;0;5.08;23504
+79075;45.30068;-.97897;7;20220829;32.6;17.4;25;2;17.1;.8;4.55;18563
+79075;45.30068;-.97897;7;20220830;28.6;16.9;22.8;2;20.05;0;4.04;20393
+79075;45.30068;-.97897;7;20220831;27.6;18.5;23;2.5;21.15;0;3.69;17750
+79075;45.30068;-.97897;7;20220901;26.6;18.2;22.4;2.5;19.7;.8;3.58;17476
+79075;45.30068;-.97897;7;20220902;24.9;18.2;21.6;2.3;19.7;4.9;3.07;15323
+79075;45.30068;-.97897;7;20220903;24;16.3;20.1;1.8;17;2;2.95;15211
+79075;45.30068;-.97897;7;20220904;28.9;13.2;21.1;1.7;15.9;0;4.17;21957
+79075;45.30068;-.97897;7;20220905;29.8;17.3;23.5;2.3;17.1;.1;4.52;20962
+79075;45.30068;-.97897;7;20220906;28.6;14;21.3;1.6;16.45;0;3.94;21566
+79075;45.30068;-.97897;7;20220907;20.5;14.7;17.6;1.9;17.05;6.2;2.2;12434
+79075;45.30068;-.97897;7;20220908;23.6;18.1;20.9;3.5;16.7;.5;3.18;12508
+79075;45.30068;-.97897;7;20220909;23.2;16.6;19.9;3.1;15.25;.8;3.17;13261
+79075;45.30068;-.97897;7;20220910;25.1;12.4;18.7;1.5;15.75;.1;2.96;17038
+79075;45.30068;-.97897;7;20220911;31.6;14.5;23;2.4;15.7;0;4.68;20933
+79075;45.30068;-.97897;7;20220912;35.5;17.3;26.4;2.3;17;1.1;4.86;17735
+79075;45.30068;-.97897;7;20220913;31.8;20.6;26.2;3.1;21.05;0;4.26;14583
+79075;45.30068;-.97897;7;20220914;27.3;17.1;22.2;2.2;18.7;.3;3.61;18181
+79075;45.30068;-.97897;7;20220915;24.4;14.2;19.3;1.9;18;.2;2.81;16695
+79075;45.30068;-.97897;7;20220916;22.2;12.9;17.5;2.8;14.1;0;3.15;18085
+79075;45.30068;-.97897;7;20220917;21.2;8.5;14.9;3.1;9.35;0;3.63;20032
+79075;45.30068;-.97897;7;20220918;24;6.8;15.4;2.9;8.45;0;3.95;19541
+79075;45.30068;-.97897;7;20220919;23.9;9.2;16.5;3.3;9.65;0;4.01;19742
+79075;45.30068;-.97897;7;20220920;23;7.8;15.4;3.4;9.4;0;3.86;19442
+79075;45.30068;-.97897;7;20220921;23.9;11;17.4;3.2;9.7;0;4;18708
+79075;45.30068;-.97897;7;20220922;24.4;7;15.7;1.5;10.35;0;2.97;18892
+79075;45.30068;-.97897;7;20220923;21;8.1;14.5;1;12.2;.7;1.85;11831
+79075;45.30068;-.97897;7;20220924;20.2;10.5;15.3;2.1;13.75;.9;2.23;14648
+79075;45.30068;-.97897;7;20220925;20;5.8;12.9;1.2;11;.1;2.18;16991
+79075;45.30068;-.97897;7;20220926;20.1;5.6;12.8;2.4;11.7;4.5;2.15;14241
+79075;45.30068;-.97897;7;20220927;19;14.1;16.6;3.7;13.9;7.4;2.23;9953
+79075;45.30068;-.97897;7;20220928;18.9;16.1;17.5;4.8;15.95;4.9;2.12;9641
+79075;45.30068;-.97897;7;20220929;17;12.1;14.5;1.6;12.95;2.8;1.59;9787
+79075;45.30068;-.97897;7;20220930;18.2;6;12.1;1.6;11.5;1.3;1.98;16199
+79075;45.30068;-.97897;7;20221001;19.4;15;17.2;3.9;18.55;1.8;1.1;6789
+79075;45.30068;-.97897;7;20221002;20.8;17.1;18.9;2.1;17.2;.1;1.75;8468
+79075;45.30068;-.97897;7;20221003;23.6;10.6;17.1;1.3;14.45;0;2.28;16350
+79075;45.30068;-.97897;7;20221004;22.8;8.2;15.5;.9;13.55;.2;2.05;16446
+79075;45.30068;-.97897;7;20221005;21.1;10.4;15.8;1.4;15.55;.7;1.83;13489
+79075;45.30068;-.97897;7;20221006;21.3;13.6;17.5;3;15.4;0;2.11;11424
+79075;45.30068;-.97897;7;20221007;23.1;9.6;16.4;1.3;14.3;0;2.03;14646
+79075;45.30068;-.97897;7;20221008;22;13.8;17.9;2.8;12.3;.1;2.72;13129
+79075;45.30068;-.97897;7;20221009;25.2;9.1;17.2;1.8;13.4;.7;2.43;15008
+79075;45.30068;-.97897;7;20221010;19.4;12;15.7;.9;16;1.3;1.23;8461
+79075;45.30068;-.97897;7;20221011;19.7;16.1;17.9;1.4;17.9;4.1;1.23;6852
+79075;45.30068;-.97897;7;20221012;19.8;12.1;16;1.3;15.35;.1;1.48;11006
+79075;45.30068;-.97897;7;20221013;19.7;10.7;15.2;2.5;16.3;4.8;1.19;8429
+79075;45.30068;-.97897;7;20221014;20.2;17.3;18.7;3.5;18.7;.6;1.34;5588
+79075;45.30068;-.97897;7;20221015;21;17.9;19.5;2.8;17.7;0;1.6;5527
+79075;45.30068;-.97897;7;20221016;28;14.4;21.2;2.6;16.9;2.8;2.75;12643
+79075;45.30068;-.97897;7;20221017;24;17.5;20.8;2;19.1;.9;1.62;7137
+79075;45.30068;-.97897;7;20221018;27.4;13.4;20.4;2.6;18.05;0;2.44;13061
+79075;45.30068;-.97897;7;20221019;25.7;16.4;21.1;3.1;18.7;5.5;2.28;10346
+79075;45.30068;-.97897;7;20221020;24.7;15.1;19.9;3.5;16.25;.6;2.45;9728
+79075;45.30068;-.97897;7;20221021;21.3;16.8;19;2.8;15;.1;1.98;5812
+79075;45.30068;-.97897;7;20221022;23.3;9.8;16.6;2.4;14.3;0;1.82;10853
+79075;45.30068;-.97897;7;20221023;24.3;17.3;20.8;4;15.05;0;2.89;8397
+79075;45.30068;-.97897;7;20221024;21.7;16;18.8;1.9;15.1;2.1;1.64;7795
+79075;45.30068;-.97897;7;20221025;21.7;8.7;15.2;2.4;14;.5;1.52;9141
+79075;45.30068;-.97897;7;20221026;25.6;11.9;18.8;2.3;15.2;0;2.05;11650
+79075;45.30068;-.97897;7;20221027;23.3;13.5;18.4;3.4;16.95;0;1.81;6985
+79075;45.30068;-.97897;7;20221028;24.2;17;20.6;2.6;16.3;0;1.98;7211
+79075;45.30068;-.97897;7;20221029;23.6;17.9;20.7;2.9;16.25;0;2.04;6501
+79075;45.30068;-.97897;7;20221030;19.7;12.5;16.1;1.6;15.2;1.9;1.1;7336
+79075;45.30068;-.97897;7;20221031;19.8;13.3;16.5;2.8;15.5;.6;1.25;5738
+79075;45.30068;-.97897;7;20221101;19;13.3;16.1;3;12.2;.8;1.79;6682
+79075;45.30068;-.97897;7;20221102;19.4;9.9;14.7;1.9;12.7;0;1.24;8706
+79075;45.30068;-.97897;7;20221103;17.3;8.3;12.8;3.3;12.2;12.4;1.29;6702
+79075;45.30068;-.97897;7;20221104;16;11.3;13.7;5.1;10.8;3.4;1.93;7004
+79075;45.30068;-.97897;7;20221105;16.8;7.3;12;1.4;10.3;0;.96;8401
+79075;45.30068;-.97897;7;20221106;18;6.5;12.2;2.8;11.75;.7;1.17;7766
+79075;45.30068;-.97897;7;20221107;19.5;13.2;16.4;2.6;13.2;.2;1.44;7846
+79075;45.30068;-.97897;7;20221108;18.7;11.9;15.3;2.5;12.65;3.2;1.33;5243
+79075;45.30068;-.97897;7;20221109;16.8;12.2;14.5;1.6;13.45;2;.87;4949
+79075;45.30068;-.97897;7;20221110;15.3;5;10.2;1.9;11;0;.71;7100
+79075;45.30068;-.97897;7;20221111;18.6;7.7;13.2;2.8;12.05;.2;1.15;8947
+79075;45.30068;-.97897;7;20221112;20.9;8.7;14.8;2.3;13.4;.2;1.18;9231
+79075;45.30068;-.97897;7;20221113;21.7;7.9;14.8;1.8;12.2;.1;1.11;9426
+79075;45.30068;-.97897;7;20221114;16;8.9;12.5;2.5;12.2;2.6;.86;5308
+79075;45.30068;-.97897;7;20221115;15.6;11.1;13.4;3.3;12.95;9.4;.93;3557
+79075;45.30068;-.97897;7;20221116;16.9;12;14.5;4.1;13.45;6.7;1.15;4258
+79075;45.30068;-.97897;7;20221117;15.8;14.6;15.2;4.8;12.8;5.9;1.63;2687
+79075;45.30068;-.97897;7;20221118;14.5;10.4;12.5;2.4;10.65;11.9;1.01;4831
+79075;45.30068;-.97897;7;20221119;12.5;7.9;10.2;1.6;9.6;.5;.66;6526
+79075;45.30068;-.97897;7;20221120;15;3;9;2.5;10.15;8.4;.7;6265
+79075;45.30068;-.97897;7;20221121;15.5;8;11.7;4.5;10.65;12.4;1.29;4548
+79075;45.30068;-.97897;7;20221122;13;9.5;11.2;5;10.5;14.5;1.18;4146
+79075;45.30068;-.97897;7;20221123;16.1;10.5;13.3;4.5;12.85;2.7;.98;5721
+79075;45.30068;-.97897;7;20221124;14.2;10.9;12.5;3.1;11.9;1.5;.86;2929
+79075;45.30068;-.97897;7;20221125;14.2;11.2;12.7;2.4;11.1;2.2;.92;4689
+79075;45.30068;-.97897;7;20221126;13;3.9;8.4;1.9;9.5;.1;.5;6346
+79075;45.30068;-.97897;7;20221127;12.2;5.6;8.9;2.4;10.05;7.7;.51;5288
+79075;45.30068;-.97897;7;20221128;14.5;9.7;12.1;3.6;11.05;6.1;1.01;4840
+79075;45.30068;-.97897;7;20221129;13.3;6.5;9.9;1.4;9.75;.9;.51;5628
+79075;45.30068;-.97897;7;20221130;10.4;1.1;5.8;2.5;7.95;.2;.49;6344
+79075;45.30068;-.97897;7;20221201;9.4;4.8;7.1;4.2;8.25;0;.75;5676
+79075;45.30068;-.97897;7;20221202;7.3;4;5.7;3.3;7.8;.1;.63;2832
+79075;45.30068;-.97897;7;20221203;7.8;4.4;6.1;2.5;7.25;.3;.69;3968
+79075;45.30068;-.97897;7;20221204;8.1;-.7;3.7;1;6.75;0;.23;5631
+79075;45.30068;-.97897;7;20221205;10.7;-1.3;4.7;2.4;6.7;.2;.59;7357
+79075;45.30068;-.97897;7;20221206;6.8;2.5;4.6;3.1;7.25;0;.54;3536
+79075;45.30068;-.97897;7;20221207;5.9;1.8;3.9;3.3;6.65;0;.53;4747
+79075;45.30068;-.97897;7;20221208;4;-1.1;1.4;2.9;6.2;2.4;.33;3563
+79075;45.30068;-.97897;7;20221209;5.2;2.9;4;3.7;6.75;0;.59;3423
+79075;45.30068;-.97897;7;20221210;2.5;-3.5;-.5;2;5.25;0;.28;4077
+79075;45.30068;-.97897;7;20221211;4.1;-2.6;.8;2.7;5.15;0;.47;4919
+79075;45.30068;-.97897;7;20221212;3;-2.6;.2;3.6;5.8;7;.3;2999
+79075;45.30068;-.97897;7;20221213;5.8;1.7;3.8;2.9;7.8;1.2;.27;2691
+79075;45.30068;-.97897;7;20221214;16.3;6;11.1;2.3;12;3.4;.46;5674
+79075;45.30068;-.97897;7;20221215;9.5;7.1;8.3;4;10.55;3.9;.35;2492
+79075;45.30068;-.97897;7;20221216;6.6;1.7;4.1;5.8;5.55;0;1.17;5456
+79075;45.30068;-.97897;7;20221217;5.1;-3.6;.8;2.6;4.9;.1;.48;6473
+79075;45.30068;-.97897;7;20221218;11.9;-2.2;4.8;3.6;7.7;.1;.53;5812
+79075;45.30068;-.97897;7;20221219;15.1;9.3;12.2;4.3;10.85;0;1.14;3824
+79075;45.30068;-.97897;7;20221220;15.7;12;13.9;3.6;12;.5;1.18;2812
+79075;45.30068;-.97897;7;20221221;15.8;9.6;12.7;3.5;12.8;2.3;.72;3902
+79075;45.30068;-.97897;7;20221222;15.9;13.5;14.7;4.4;14.6;16.6;.86;1818
+79075;45.30068;-.97897;7;20221223;16.7;14.3;15.5;3.6;14.3;6.6;1.03;2154
+79075;45.30068;-.97897;7;20221224;16.4;11.7;14.1;2.1;12.95;0;.72;4187
+79075;45.30068;-.97897;7;20221225;17.4;8.4;12.9;3;11.7;7.3;.94;5058
+79075;45.30068;-.97897;7;20221226;14.4;10.9;12.7;1.6;12.3;1.2;.55;2803
+79075;45.30068;-.97897;7;20221227;13.8;3.4;8.6;1.4;9.85;.3;.3;5551
+79075;45.30068;-.97897;7;20221228;14.8;5.9;10.3;2.8;11.1;.9;.56;5267
+79075;45.30068;-.97897;7;20221229;12.9;12.8;12.8;3.1;12.9;7.6;.76;650
+79075;45.30068;-.97897;7;20221230;16.8;8.9;12.9;4;13.2;2.3;.75;3840
+79075;45.30068;-.97897;7;20221231;19.3;13.2;16.2;4.6;11.15;0;2.18;4204
+79076;45.33628;-.62928;32;20220101;16.6;7.6;12.1;2.7;10.85;.1;.82;5553
+79076;45.33628;-.62928;32;20220102;15.5;10.4;13;3.2;12.3;1.1;.81;3528
+79076;45.33628;-.62928;32;20220103;16.5;11;13.8;3.3;12.25;.1;1;4264
+79076;45.33628;-.62928;32;20220104;14.2;12.2;13.2;3.1;10.8;1.6;1.25;1949
+79076;45.33628;-.62928;32;20220105;8.6;2.3;5.5;1.7;6.83;0;.49;5520
+79076;45.33628;-.62928;32;20220106;9;-.2;4.4;1.3;5.93;.5;.44;5972
+79076;45.33628;-.62928;32;20220107;11.9;3.5;7.7;3.7;8.45;5.1;.76;5523
+79076;45.33628;-.62928;32;20220108;12.5;8.9;10.7;5;10.8;9.9;.87;3247
+79076;45.33628;-.62928;32;20220109;10.7;7.9;9.3;2.6;10.48;15.4;.56;1963
+79076;45.33628;-.62928;32;20220110;11.5;9.4;10.4;2.5;11.63;4.6;.51;1585
+79076;45.33628;-.62928;32;20220111;10.4;4.5;7.5;1.7;7.78;0;.56;5837
+79076;45.33628;-.62928;32;20220112;6;.2;3.1;3.6;5.95;0;.64;5415
+79076;45.33628;-.62928;32;20220113;7;0;3.5;2.5;5.75;0;.64;6288
+79076;45.33628;-.62928;32;20220114;7.9;-1.8;3.1;2;5.9;.1;.53;6142
+79076;45.33628;-.62928;32;20220115;6.7;-3.3;1.7;.9;5.73;.2;.26;6902
+79076;45.33628;-.62928;32;20220116;1.3;-3.2;-.9;1;5.68;0;.21;3374
+79076;45.33628;-.62928;32;20220117;6.2;-.4;2.9;1.6;7.38;0;.27;3738
+79076;45.33628;-.62928;32;20220118;5.3;.4;2.9;1.4;7.08;.1;.32;4562
+79076;45.33628;-.62928;32;20220119;7.3;3.8;5.6;1.3;8.3;3.9;.41;2677
+79076;45.33628;-.62928;32;20220120;7.6;5.4;6.5;2.6;8.23;.1;.6;3137
+79076;45.33628;-.62928;32;20220121;6.2;1.2;3.7;3.7;6.05;0;.77;6068
+79076;45.33628;-.62928;32;20220122;7.8;.6;4.2;3.7;6.2;0;.81;7057
+79076;45.33628;-.62928;32;20220123;9.4;.1;4.7;2.6;6.38;0;.77;7572
+79076;45.33628;-.62928;32;20220124;11.5;-1.1;5.2;1.7;6.68;0;.68;8164
+79076;45.33628;-.62928;32;20220125;12.9;-1.2;5.8;1.2;6.88;0;.64;8445
+79076;45.33628;-.62928;32;20220126;5.2;-2.3;1.4;2.3;6;0;.42;6466
+79076;45.33628;-.62928;32;20220127;.8;-2.1;-.7;1.7;5.55;0;.31;3472
+79076;45.33628;-.62928;32;20220128;10.3;-1;4.6;1.9;7.93;0;.48;6400
+79076;45.33628;-.62928;32;20220129;4.1;3.2;3.7;1.4;7.85;0;.34;2392
+79076;45.33628;-.62928;32;20220130;8.5;4.2;6.3;1.3;9.28;.4;.42;3532
+79076;45.33628;-.62928;32;20220131;11.1;6.8;9;3.2;9.63;.6;.81;5442
+79076;45.33628;-.62928;32;20220201;10.9;2.2;6.6;2.6;9.05;.4;.57;5045
+79076;45.33628;-.62928;32;20220202;10.8;8.6;9.7;2.2;10.83;0;.6;3608
+79076;45.33628;-.62928;32;20220203;9.5;4.7;7.1;2.2;9.48;.7;.48;3476
+79076;45.33628;-.62928;32;20220204;12.8;7.1;9.9;2.6;10.85;1.2;.73;5038
+79076;45.33628;-.62928;32;20220205;11.4;2.7;7;2.1;8;.1;.83;8708
+79076;45.33628;-.62928;32;20220206;11.4;3.8;7.6;4.1;10.53;1.3;.38;5480
+79076;45.33628;-.62928;32;20220207;13.3;10.3;11.8;2.5;10.83;.3;1.06;6046
+79076;45.33628;-.62928;32;20220208;14.2;3.4;8.8;1.7;8.1;0;1.04;9777
+79076;45.33628;-.62928;32;20220209;15.9;3.6;9.7;2.8;8.5;.3;1.37;8818
+79076;45.33628;-.62928;32;20220210;6.1;2.3;4.2;2.3;9.47;.7;.94;8757
+79076;45.33628;-.62928;32;20220211;12;5.5;8.7;3.2;7.67;0;1.35;9851
+79076;45.33628;-.62928;32;20220212;12.6;-.1;6.2;1.8;6.23;0;1.17;10414
+79076;45.33628;-.62928;32;20220213;16.5;.7;8.6;5;8.65;2;1.82;10271
+79076;45.33628;-.62928;32;20220214;12.5;7.7;10.1;5.3;10.05;3.4;1.25;6700
+79076;45.33628;-.62928;32;20220215;12.5;4.3;8.4;4.5;9.88;17.1;.75;6065
+79076;45.33628;-.62928;32;20220216;13.7;9.5;11.6;5.7;13.38;6.2;.54;4626
+79076;45.33628;-.62928;32;20220217;13.1;12.2;12.6;4.1;13.83;1.6;.61;2614
+79076;45.33628;-.62928;32;20220218;13.4;10.1;11.7;3;11.43;.4;1.01;4249
+79076;45.33628;-.62928;32;20220219;11.8;4.4;8.1;2.1;8.33;0;1.12;9567
+79076;45.33628;-.62928;32;20220220;13.9;6.6;10.2;4.2;11.63;2.4;.89;7459
+79076;45.33628;-.62928;32;20220221;12.6;9.2;10.9;4.5;9.85;.1;1.47;6565
+79076;45.33628;-.62928;32;20220222;13.4;6.8;10.1;2.3;10.15;0;1.08;7844
+79076;45.33628;-.62928;32;20220223;15.7;7.7;11.7;1.1;10.3;0;1.18;9591
+79076;45.33628;-.62928;32;20220224;14.1;4.8;9.5;2.1;9.3;.7;1.26;9825
+79076;45.33628;-.62928;32;20220225;11.6;1;6.3;1.7;6.95;.1;1.23;11863
+79076;45.33628;-.62928;32;20220226;13.9;1.5;7.7;3.1;5.73;0;2.06;13390
+79076;45.33628;-.62928;32;20220227;16.2;4.3;10.2;2.3;8.2;.2;1.76;12606
+79076;45.33628;-.62928;32;20220228;18;3.3;10.6;1.1;9.13;0;1.5;13487
+79076;45.33628;-.62928;32;20220301;18.2;4.9;11.5;2.4;8.73;.2;2;12648
+79076;45.33628;-.62928;32;20220302;11.4;8.8;10.1;2.5;10.65;1.6;.92;4478
+79076;45.33628;-.62928;32;20220303;12.9;6.7;9.8;2.3;10.93;.3;1.02;7555
+79076;45.33628;-.62928;32;20220304;10.3;8.4;9.4;3.5;10.23;.4;.94;4404
+79076;45.33628;-.62928;32;20220305;12.1;3.3;7.7;2.9;7.93;.7;1.55;12997
+79076;45.33628;-.62928;32;20220306;12.3;6.7;9.5;3;7.3;0;1.88;10830
+79076;45.33628;-.62928;32;20220307;10.9;-.7;5.1;2.8;5.5;0;1.76;14846
+79076;45.33628;-.62928;32;20220308;10.6;6.1;8.4;3.7;9.08;.8;1.11;5965
+79076;45.33628;-.62928;32;20220309;15.5;3.8;9.7;3.8;9.7;.3;1.77;12993
+79076;45.33628;-.62928;32;20220310;14.4;9.8;12.1;4;11.15;2.7;1.57;7774
+79076;45.33628;-.62928;32;20220311;13.1;10.3;11.7;4.3;11.08;9.8;1.37;5720
+79076;45.33628;-.62928;32;20220312;14;7.8;10.9;3.8;9.98;6.4;1.83;12720
+79076;45.33628;-.62928;32;20220313;13.5;8.3;10.9;4;9.3;4.9;1.88;10117
+79076;45.33628;-.62928;32;20220314;14.6;4.4;9.5;4.3;9.5;.5;1.71;10810
+79076;45.33628;-.62928;32;20220315;18.6;11.3;14.9;4.1;12.15;0;2.32;10405
+79076;45.33628;-.62928;32;20220316;15.8;11.7;13.7;3.4;12.33;0;1.56;6206
+79076;45.33628;-.62928;32;20220317;11.4;9.4;10.4;5.1;9.83;0;1.47;4641
+79076;45.33628;-.62928;32;20220318;14.9;6.4;10.7;5.3;8.68;0;2.41;11733
+79076;45.33628;-.62928;32;20220319;19.2;6.4;12.8;3.8;9.13;0;2.92;14991
+79076;45.33628;-.62928;32;20220320;18.5;7.7;13.1;3.8;9.4;0;2.68;13039
+79076;45.33628;-.62928;32;20220321;20.4;9.1;14.7;4.9;9.6;0;3.51;14871
+79076;45.33628;-.62928;32;20220322;18.5;6.6;12.5;4.7;7.35;0;3.63;17058
+79076;45.33628;-.62928;32;20220323;17.9;5.1;11.5;3.4;6.68;0;3.35;19307
+79076;45.33628;-.62928;32;20220324;18.9;3;10.9;2.5;6.9;0;3.08;19856
+79076;45.33628;-.62928;32;20220325;20;4.7;12.3;2.8;6.93;0;3.26;17060
+79076;45.33628;-.62928;32;20220326;22.2;6;14.1;3.7;6.53;0;4.23;19581
+79076;45.33628;-.62928;32;20220327;22;5.6;13.8;2.8;7.6;0;3.64;18655
+79076;45.33628;-.62928;32;20220328;21.6;7.5;14.5;2;8.28;0;3.11;17329
+79076;45.33628;-.62928;32;20220329;16.5;9.4;12.9;1.9;10.6;.1;1.91;9432
+79076;45.33628;-.62928;32;20220330;15.5;8.8;12.1;2.9;11;2.7;1.6;7664
+79076;45.33628;-.62928;32;20220331;14.1;7.6;10.8;4.6;8.7;1.9;2.4;11757
+79076;45.33628;-.62928;32;20220401;10.1;1.9;6;5.8;5.58;.3;2.44;15384
+79076;45.33628;-.62928;32;20220402;10.3;1.7;6;4.3;5.28;0;2.45;16515
+79076;45.33628;-.62928;32;20220403;8.5;-.4;4.1;3.1;5.06;0;2.14;16422
+79076;45.33628;-.62928;32;20220404;11.7;3.1;7.4;3.1;5.4;0;2.64;20151
+79076;45.33628;-.62928;32;20220405;13.4;2.5;8;2.4;8.3;0;1.64;9800
+79076;45.33628;-.62928;32;20220406;14.1;9.3;11.7;4.5;11.43;2.4;1.58;8203
+79076;45.33628;-.62928;32;20220407;14;11;12.5;8.1;12.98;23.4;1.17;4862
+79076;45.33628;-.62928;32;20220408;16.9;11.9;14.4;8.2;11.23;2.4;2.88;7928
+79076;45.33628;-.62928;32;20220409;14.5;4.4;9.4;2.6;7.85;0;2.71;20709
+79076;45.33628;-.62928;32;20220410;19.5;1.8;10.6;4.3;6.93;0;4;23000
+79076;45.33628;-.62928;32;20220411;23.9;10.9;17.4;7.5;11.11;0;5.31;20000
+79076;45.33628;-.62928;32;20220412;18.5;11.5;15;3.9;11.93;.7;2.64;11328
+79076;45.33628;-.62928;32;20220413;18.6;10.2;14.4;2.3;12.65;.1;2.38;14458
+79076;45.33628;-.62928;32;20220414;22.9;10.8;16.9;2.2;12.6;0;3.69;22164
+79076;45.33628;-.62928;32;20220415;23.4;8.9;16.2;2.8;12.13;0;3.89;22515
+79076;45.33628;-.62928;32;20220416;22.3;9.3;15.8;3.1;11.63;0;3.97;22990
+79076;45.33628;-.62928;32;20220417;22;7.8;14.9;2.8;10.5;0;3.99;22953
+79076;45.33628;-.62928;32;20220418;18.2;10.6;14.4;3;12;0;2.76;15528
+79076;45.33628;-.62928;32;20220419;14.9;7.5;11.2;3.1;10.3;9.8;2.01;10840
+79076;45.33628;-.62928;32;20220420;13.6;8.8;11.2;3.3;11.38;13.1;1.33;5177
+79076;45.33628;-.62928;32;20220421;18.6;8.1;13.3;2;11.75;3.8;2.49;15078
+79076;45.33628;-.62928;32;20220422;19.7;9.1;14.4;2.3;11.75;3.4;3;18194
+79076;45.33628;-.62928;32;20220423;14.7;10.9;12.8;4;12.13;7.3;1.87;9171
+79076;45.33628;-.62928;32;20220424;15.9;11.3;13.6;5;12.58;0;2.03;9715
+79076;45.33628;-.62928;32;20220425;18.6;10;14.3;2.9;11.48;0;3.1;18334
+79076;45.33628;-.62928;32;20220426;22.6;6.7;14.6;3.8;10.63;0;4.3;25435
+79076;45.33628;-.62928;32;20220427;20.6;10.7;15.7;3.6;11.68;2.1;3.33;15310
+79076;45.33628;-.62928;32;20220428;19.9;12.9;16.4;2.6;13.1;0;3.09;16689
+79076;45.33628;-.62928;32;20220429;21;10;15.5;2.2;13.15;0;3.28;19801
+79076;45.33628;-.62928;32;20220430;21.2;10;15.6;2.7;12.33;0;3.65;21364
+79076;45.33628;-.62928;32;20220501;20.8;8.8;14.8;2.5;10.85;0;3.63;21474
+79076;45.33628;-.62928;32;20220502;21.1;10.7;15.9;3;10.48;0;4.04;21692
+79076;45.33628;-.62928;32;20220503;22.7;10.1;16.4;3.2;10.58;0;4.37;22738
+79076;45.33628;-.62928;32;20220504;20.8;10.5;15.7;2.6;10.33;0;3.79;19689
+79076;45.33628;-.62928;32;20220505;21.2;7.3;14.2;2.9;10.83;.1;4.03;24299
+79076;45.33628;-.62928;32;20220506;21.8;9.7;15.8;2.4;12.23;0;2.88;12701
+79076;45.33628;-.62928;32;20220507;23.8;11.4;17.6;2.4;12.85;.2;3.17;12930
+79076;45.33628;-.62928;32;20220508;25;10.9;17.9;2.2;12.3;0;3.34;13568
+79076;45.33628;-.62928;32;20220509;27.4;12.3;19.9;1.8;12.65;0;3.56;14067
+79076;45.33628;-.62928;32;20220510;29;12.3;20.6;2;13.65;0;3.85;14572
+79076;45.33628;-.62928;32;20220511;23.4;14.1;18.7;2;15.43;0;2.74;11781
+79076;45.33628;-.62928;32;20220512;20.3;14.4;17.4;1.4;15.05;.1;2.05;8860
+79076;45.33628;-.62928;32;20220513;23.3;12.6;17.9;1.3;14.48;0;2.66;12415
+79076;45.33628;-.62928;32;20220514;29.5;12;20.8;2.2;15.75;0;3.83;14738
+79076;45.33628;-.62928;32;20220515;29.1;16.6;22.9;3;17.03;3.2;4;12797
+79076;45.33628;-.62928;32;20220516;27.5;13.7;20.6;1.8;16.7;0;3.22;13360
+79076;45.33628;-.62928;32;20220517;29.5;16.5;23;3.1;16.3;0;4.27;13396
+79076;45.33628;-.62928;32;20220518;32.1;14.5;23.3;2.1;16.75;1.4;4.24;15204
+79076;45.33628;-.62928;32;20220519;26.2;16.8;21.5;1.8;18.7;0;2.8;11019
+79076;45.33628;-.62928;32;20220520;24.7;18.3;21.5;2.7;17.58;0;2.95;9492
+79076;45.33628;-.62928;32;20220521;30.7;13.3;22;1.9;17.2;0;3.88;15322
+79076;45.33628;-.62928;32;20220522;31.7;19.4;25.6;2.7;19.98;4.3;4.25;12825
+79076;45.33628;-.62928;32;20220523;20.3;16.2;18.2;4.4;16.4;4.8;2.3;7202
+79076;45.33628;-.62928;32;20220524;18.3;11.9;15.1;2.1;12.65;1;2.21;9512
+79076;45.33628;-.62928;32;20220525;20;10;15;1.7;12.28;.2;2.52;12281
+79076;45.33628;-.62928;32;20220526;19;13.1;16;1.6;14.5;0;1.99;8830
+79076;45.33628;-.62928;32;20220527;22.7;13.2;17.9;2.1;14.58;0;2.86;12055
+79076;45.33628;-.62928;32;20220528;25.5;13.5;19.5;3.2;12.45;0;4.12;13870
+79076;45.33628;-.62928;32;20220529;21.7;11.5;16.6;3.4;9.6;0;3.92;13506
+79076;45.33628;-.62928;32;20220530;22.9;9.4;16.1;2.9;8.9;0;4.03;15031
+79076;45.33628;-.62928;32;20220531;23.1;12.9;18;2.1;11.78;2.7;3.28;12736
+79076;45.33628;-.62928;32;20220601;26.8;12.8;19.8;2.1;13.8;11.8;3.74;14545
+79076;45.33628;-.62928;32;20220602;28.1;16.4;22.3;1.9;18.18;8.7;3.41;13307
+79076;45.33628;-.62928;32;20220603;25.8;18;21.9;2;19.3;1.8;2.91;11201
+79076;45.33628;-.62928;32;20220604;24.2;1